From bb9792fd154f85ad1fea08099d99c9e64b7b23b9 Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Sat, 1 Aug 2020 16:23:06 +0200 Subject: [PATCH] delete old tests (will be reimplemented) --- MANIFEST.in | 2 - tests/__init__.py | 0 tests/data/cli/duplicates.csv | 11 - tests/data/duplicates.csv | 22 +- tests/data/{cli => }/duplicates.json | 0 tests/data/{cli => }/duplicates.ods | Bin tests/data/{cli => }/duplicates.tsv | 0 tests/data/{cli => }/duplicates.txt | 0 tests/data/{cli => }/duplicates.xls | Bin tests/data/{cli => }/duplicates.xlsx | Bin tests/data/{cli => }/duplicates.xml | 0 tests/data/{cli => }/duplicates.zip | Bin tests/data/{cli => }/duplicates1.xml | 0 tests/data/{cli => }/duplicates2.ods | Bin tests/data/{cli => }/duplicates2.xls | Bin tests/data/{cli => }/duplicates2.xlsx | Bin tests/data/duplicates_old.csv | 11 + ...dữ liệu biểu tượng cảm xúc.txt | 0 tests/data/eli-lilly.csv | 5410 ------------- tests/data/{cli => }/evil-fruits.tsv | 0 tests/data/fixed-rows.csv | 16 - tests/data/louisiana-elected-officials.csv | 6959 ----------------- tests/data/us_economic_assistance.csv | 2381 ------ tests/data/variable-rows.csv | 18 - tests/refinetest.py | 52 - tests/test_facet.py | 148 - tests/test_history.py | 31 - tests/test_refine.py | 80 - tests/test_refine_small.py | 81 - tests/test_tutorial.py | 490 -- 30 files changed, 22 insertions(+), 15690 deletions(-) delete mode 100644 tests/__init__.py delete mode 100644 tests/data/cli/duplicates.csv rename tests/data/{cli => }/duplicates.json (100%) rename tests/data/{cli => }/duplicates.ods (100%) rename tests/data/{cli => }/duplicates.tsv (100%) rename tests/data/{cli => }/duplicates.txt (100%) rename tests/data/{cli => }/duplicates.xls (100%) rename tests/data/{cli => }/duplicates.xlsx (100%) rename tests/data/{cli => }/duplicates.xml (100%) rename tests/data/{cli => }/duplicates.zip (100%) rename tests/data/{cli => }/duplicates1.xml (100%) rename tests/data/{cli => }/duplicates2.ods (100%) rename tests/data/{cli => }/duplicates2.xls (100%) rename tests/data/{cli => }/duplicates2.xlsx (100%) create mode 100644 tests/data/duplicates_old.csv rename tests/data/{cli => }/dữ liệu biểu tượng cảm xúc.txt (100%) delete mode 100644 tests/data/eli-lilly.csv rename tests/data/{cli => }/evil-fruits.tsv (100%) delete mode 100644 tests/data/fixed-rows.csv delete mode 100644 tests/data/louisiana-elected-officials.csv delete mode 100644 tests/data/us_economic_assistance.csv delete mode 100644 tests/data/variable-rows.csv delete mode 100644 tests/refinetest.py delete mode 100644 tests/test_facet.py delete mode 100644 tests/test_history.py delete mode 100644 tests/test_refine.py delete mode 100644 tests/test_refine_small.py delete mode 100644 tests/test_tutorial.py diff --git a/MANIFEST.in b/MANIFEST.in index f464c19..6cf66cb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,2 @@ include README.md include COPYING.txt -recursive-include tests/data *.csv -recursive-include tests *.py diff --git a/tests/__init__.py b/tests/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/tests/data/cli/duplicates.csv b/tests/data/cli/duplicates.csv deleted file mode 100644 index 7a79dfe..0000000 --- a/tests/data/cli/duplicates.csv +++ /dev/null @@ -1,11 +0,0 @@ -email,name,state,gender,purchase,count,date -danny.baron@example1.com,Danny Baron,CA,M,TV (UTF-8: 📺),1,"Wed, 4 Jul 2001" -melanie.white@example2.edu,Melanie White,NC,F,,1,2001-07-04T12:08:56 -danny.baron@example1.com, D. ("Tab") Baron,CA,M,Winter jacket,1,2001-07-04 -ben.tyler@example3.org,Ben Tyler,NV,M,Flashlight,1,2001/07/04 -arthur.duff@example4.com,Arthur Duff,OR,M,Dining table,1,2001-07 -danny.baron@example1.com,Daniel Baron,,,Bike,1,2001 -jean.griffith@example5.org,Jean Griffith,WA,F,Power drill,1,2000 -melanie.white@example2.edu,Melanie White,NC,F,'iPad',1,1999 -ben.morisson@example6.org,Ben Morisson,FL,M,Amplifier,1,1998 -arthur.duff@example4.com,Arthur Duff,OR,M,Night table,1,1997 diff --git a/tests/data/duplicates.csv b/tests/data/duplicates.csv index 8fcb581..7a79dfe 100644 --- a/tests/data/duplicates.csv +++ b/tests/data/duplicates.csv @@ -1,11 +1,11 @@ -email,name,state,gender,purchase -danny.baron@example1.com,Danny Baron,CA,M,TV -melanie.white@example2.edu,Melanie White,NC,F,iPhone -danny.baron@example1.com,D. Baron,CA,M,Winter jacket -ben.tyler@example3.org,Ben Tyler,NV,M,Flashlight -arthur.duff@example4.com,Arthur Duff,OR,M,Dining table -danny.baron@example1.com,Daniel Baron,CA,M,Bike -jean.griffith@example5.org,Jean Griffith,WA,F,Power drill -melanie.white@example2.edu,Melanie White,NC,F,iPad -ben.morisson@example6.org,Ben Morisson,FL,M,Amplifier -arthur.duff@example4.com,Arthur Duff,OR,M,Night table \ No newline at end of file +email,name,state,gender,purchase,count,date +danny.baron@example1.com,Danny Baron,CA,M,TV (UTF-8: 📺),1,"Wed, 4 Jul 2001" +melanie.white@example2.edu,Melanie White,NC,F,,1,2001-07-04T12:08:56 +danny.baron@example1.com, D. ("Tab") Baron,CA,M,Winter jacket,1,2001-07-04 +ben.tyler@example3.org,Ben Tyler,NV,M,Flashlight,1,2001/07/04 +arthur.duff@example4.com,Arthur Duff,OR,M,Dining table,1,2001-07 +danny.baron@example1.com,Daniel Baron,,,Bike,1,2001 +jean.griffith@example5.org,Jean Griffith,WA,F,Power drill,1,2000 +melanie.white@example2.edu,Melanie White,NC,F,'iPad',1,1999 +ben.morisson@example6.org,Ben Morisson,FL,M,Amplifier,1,1998 +arthur.duff@example4.com,Arthur Duff,OR,M,Night table,1,1997 diff --git a/tests/data/cli/duplicates.json b/tests/data/duplicates.json similarity index 100% rename from tests/data/cli/duplicates.json rename to tests/data/duplicates.json diff --git a/tests/data/cli/duplicates.ods b/tests/data/duplicates.ods similarity index 100% rename from tests/data/cli/duplicates.ods rename to tests/data/duplicates.ods diff --git a/tests/data/cli/duplicates.tsv b/tests/data/duplicates.tsv similarity index 100% rename from tests/data/cli/duplicates.tsv rename to tests/data/duplicates.tsv diff --git a/tests/data/cli/duplicates.txt b/tests/data/duplicates.txt similarity index 100% rename from tests/data/cli/duplicates.txt rename to tests/data/duplicates.txt diff --git a/tests/data/cli/duplicates.xls b/tests/data/duplicates.xls similarity index 100% rename from tests/data/cli/duplicates.xls rename to tests/data/duplicates.xls diff --git a/tests/data/cli/duplicates.xlsx b/tests/data/duplicates.xlsx similarity index 100% rename from tests/data/cli/duplicates.xlsx rename to tests/data/duplicates.xlsx diff --git a/tests/data/cli/duplicates.xml b/tests/data/duplicates.xml similarity index 100% rename from tests/data/cli/duplicates.xml rename to tests/data/duplicates.xml diff --git a/tests/data/cli/duplicates.zip b/tests/data/duplicates.zip similarity index 100% rename from tests/data/cli/duplicates.zip rename to tests/data/duplicates.zip diff --git a/tests/data/cli/duplicates1.xml b/tests/data/duplicates1.xml similarity index 100% rename from tests/data/cli/duplicates1.xml rename to tests/data/duplicates1.xml diff --git a/tests/data/cli/duplicates2.ods b/tests/data/duplicates2.ods similarity index 100% rename from tests/data/cli/duplicates2.ods rename to tests/data/duplicates2.ods diff --git a/tests/data/cli/duplicates2.xls b/tests/data/duplicates2.xls similarity index 100% rename from tests/data/cli/duplicates2.xls rename to tests/data/duplicates2.xls diff --git a/tests/data/cli/duplicates2.xlsx b/tests/data/duplicates2.xlsx similarity index 100% rename from tests/data/cli/duplicates2.xlsx rename to tests/data/duplicates2.xlsx diff --git a/tests/data/duplicates_old.csv b/tests/data/duplicates_old.csv new file mode 100644 index 0000000..8fcb581 --- /dev/null +++ b/tests/data/duplicates_old.csv @@ -0,0 +1,11 @@ +email,name,state,gender,purchase +danny.baron@example1.com,Danny Baron,CA,M,TV +melanie.white@example2.edu,Melanie White,NC,F,iPhone +danny.baron@example1.com,D. Baron,CA,M,Winter jacket +ben.tyler@example3.org,Ben Tyler,NV,M,Flashlight +arthur.duff@example4.com,Arthur Duff,OR,M,Dining table +danny.baron@example1.com,Daniel Baron,CA,M,Bike +jean.griffith@example5.org,Jean Griffith,WA,F,Power drill +melanie.white@example2.edu,Melanie White,NC,F,iPad +ben.morisson@example6.org,Ben Morisson,FL,M,Amplifier +arthur.duff@example4.com,Arthur Duff,OR,M,Night table \ No newline at end of file diff --git a/tests/data/cli/dữ liệu biểu tượng cảm xúc.txt b/tests/data/dữ liệu biểu tượng cảm xúc.txt similarity index 100% rename from tests/data/cli/dữ liệu biểu tượng cảm xúc.txt rename to tests/data/dữ liệu biểu tượng cảm xúc.txt diff --git a/tests/data/eli-lilly.csv b/tests/data/eli-lilly.csv deleted file mode 100644 index 08993a9..0000000 --- a/tests/data/eli-lilly.csv +++ /dev/null @@ -1,5410 +0,0 @@ -line,key -"[(467, 'Programs'), (532, 'Education Programs')]",71:95 -"[(501, 'Programs')]",71:99 -"[(16, 'ZIGLARI, MALIHEH '), (236, 'CHANUTE, KS'), (322, 'KS'), (347, 'ZIGLARI, MALIHEH '), (482, '1,200'), (615, '168'), (703, '1,368')]",71:106 -"[(16, 'ZIGRANG, WILLIAM D'), (236, 'BURLINGAME, CA'), (322, 'CA'), (347, 'ZIGRANG, WILLIAM D'), (514, '1,156'), (621, '3'), (703, '1,159')]",71:113 -"[(16, 'ZIONSVILLE FAMILY PRACTICE, P.C.'), (236, 'ZIONSVILLE, IN'), (322, 'IN'), (347, 'SHULL, DANIEL L'), (511, '44,250'), (568, '1,500'), (611, '2,119'), (700, '47,869')]",71:120 -"[(16, 'ZMYSLINSKI, ROSE M'), (236, 'NORWICH, CT'), (322, 'CT'), (347, 'ZMYSLINSKI, ROSE M'), (482, '1,275'), (618, '94'), (703, '1,369')]",71:127 -"[(16, 'ZOLKOWSKI, GREG S'), (236, 'BOLIVAR, MO'), (322, 'MO'), (347, 'ZOLKOWSKI, GREG S'), (511, '16,900'), (611, '2,307'), (700, '19,207')]",71:135 -"[(16, 'ZONSZEIN, JOEL '), (236, 'BRONX, NY'), (322, 'NY'), (347, 'ZONSZEIN, JOEL '), (514, '4,088'), (703, '4,088')]",71:142 -"[(16, 'ZOU, JOANNE '), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'ZOU, JOANNE '), (482, '1,988'), (615, '826'), (703, '2,814')]",71:149 -"[(16, 'ZUBIETA, JON‐KAR K'), (236, 'ANN ARBOR, MI'), (322, 'MI'), (347, 'ZUBIETA, JON‐KAR K'), (511, '43,000'), (611, '2,001'), (700, '45,001')]",71:156 -"[(16, 'ZUDE, VICKI '), (236, 'MOLINE, IL'), (322, 'IL'), (347, 'ZUDE, VICKI '), (482, '9,013'), (611, '1,231'), (700, '10,243')]",71:163 -"[(16, 'ZUGHAIB, MARCEL E'), (236, 'SOUTHFIELD, MI'), (322, 'MI'), (347, 'ZUGHAIB, MARCEL E'), (511, '20,984'), (615, '198'), (700, '21,182')]",71:171 -"[(16, 'ZUSMAN, RANDALL M'), (236, 'BOSTON, MA'), (322, 'MA'), (347, 'ZUSMAN, RANDALL M'), (514, '1,434'), (615, '280'), (703, '1,714')]",71:178 -"[(16, 'ZWICKLER, DON '), (236, 'POMONA, NY'), (322, 'NY'), (347, 'ZWICKLER, DON '), (514, '4,500'), (618, '70'), (703, '4,570')]",71:185 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 71 of 71')]",71:591 -"[(347, 'Lilly Faculty Registry')]",70:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",70:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",70:63 -"[(558, '(All amounts in US Dollars)')]",70:70 -"[(499, 'Healthcare ')]",70:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",70:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",70:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",70:88 -"[(500, 'Education '), (583, 'Related Expenses')]",70:92 -"[(467, 'Programs'), (532, 'Education Programs')]",70:95 -"[(501, 'Programs')]",70:99 -"[(16, 'WONG, GARRETT B'), (236, 'LA JOLLA, CA'), (322, 'CA'), (347, 'WONG, GARRETT B'), (511, '18,234'), (568, '1,100'), (700, '19,334')]",70:106 -"[(16, 'WOOD, DONALD G'), (236, 'LOUISVILLE, KY'), (322, 'KY'), (347, 'WOOD, DONALD G'), (514, '5,869'), (703, '5,869')]",70:113 -"[(16, 'WOODRING, HEIDI '), (236, 'NEWPORT BEACH, CA'), (322, 'CA'), (347, 'WOODRING, HEIDI '), (482, '1,013'), (615, '112'), (703, '1,125')]",70:120 -"[(16, 'WOODS, MARK A'), (236, 'OZARK, MO'), (322, 'MO'), (347, 'WOODS, MARK A'), (514, '1,056'), (618, '30'), (703, '1,086')]",70:127 -"[(16, 'WOODS, ROBERT C'), (236, 'LEBANON, TN'), (322, 'TN'), (347, 'WOODS, ROBERT C'), (514, '1,784'), (618, '21'), (703, '1,805')]",70:135 -"[(16, 'WOOLHANDLER, ROBERT A'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'WOOLHANDLER, ROBERT A'), (518, '450'), (707, '450')]",70:142 -"[(16, 'WORD UP INC.'), (236, 'RIVERHEAD, NY'), (322, 'NY'), (347, 'GOLDENBERG, ALAN '), (514, '6,975'), (618, '42'), (703, '7,017')]",70:149 -"[(16, 'WORKMAN, MARK A'), (236, 'WICHITA FALLS, TX'), (322, 'TX'), (347, 'WORKMAN, MARK A'), (514, '6,100'), (615, '290'), (703, '6,390')]",70:156 -"[(16, 'WOZNIAK, ANTOINETTE J'), (236, 'DETROIT, MI'), (322, 'MI'), (347, 'WOZNIAK, ANTOINETTE J'), (518, '113'), (572, '750'), (707, '863')]",70:163 -"[(16, 'WRIGHT, CAROL J'), (236, 'HUGHESVILLE, MD'), (322, 'MD'), (347, 'WRIGHT, CAROL J'), (482, '6,131'), (615, '608'), (703, '6,739')]",70:171 -"[(16, 'WRIGHT, EUGENE E'), (236, 'FAYETTEVILLE, NC'), (322, 'NC'), (347, 'WRIGHT, EUGENE E'), (518, '438'), (568, '3,125'), (703, '3,563')]",70:178 -"[(16, 'WV PSYCHIATRIC AND FORENSIC SERVICES, PLLC'), (236, 'CHARLESTON, WV'), (322, 'WV'), (347, 'JUSTICE, JOHN D'), (514, '6,300'), (615, '471'), (703, '6,771')]",70:185 -"[(16, 'WYSHAM, CAROL H'), (236, 'SPOKANE, WA'), (322, 'WA'), (347, 'WYSHAM, CAROL H'), (514, '9,600'), (568, '2,250'), (615, '306'), (700, '12,156')]",70:192 -"[(16, 'XENOSCIENCE'), (236, 'PHOENIX, AZ'), (322, 'AZ'), (347, 'FLITMAN, STEPHAN S'), (511, '12,000'), (700, '12,000')]",70:199 -"[(16, 'YAACOUB, ADEL S'), (236, 'LAFAYETTE, IN'), (322, 'IN'), (347, 'YAACOUB, ADEL S'), (514, '1,700'), (703, '1,700')]",70:207 -"[(16, 'YACOUB INC.'), (236, 'CEDAR RAPIDS, IA'), (322, 'IA'), (347, 'YACOUB, FADI Y'), (518, '650'), (707, '650')]",70:214 -"[(16, 'YACOUB, TAMER G'), (236, 'FALL RIVER, MA'), (322, 'MA'), (347, 'YACOUB, TAMER G'), (511, '10,525'), (615, '182'), (700, '10,707')]",70:221 -"[(16, 'YADATI, SANTHARAM '), (236, 'NASHUA, NH'), (322, 'NH'), (347, 'YADATI, SANTHARAM '), (514, '1,200'), (618, '54'), (703, '1,254')]",70:228 -"[(16, 'YAFFE AND STUMP CONSULTING I, INC'), (236, 'COLUMBUS, OH'), (322, 'OH'), (347, 'YAFFE, MICHAEL E'), (511, '26,875'), (611, '1,625'), (700, '28,500')]",70:235 -"[(16, 'YAHYA H. ALLAHHAM, M.D., PLLC'), (236, 'DANVILLE, KY'), (322, 'KY'), (347, 'ALLAHHAM, YAHYA H'), (514, '3,050'), (615, '272'), (703, '3,322')]",70:243 -"[(16, 'YAIR LITVIN, MD'), (236, 'FORT LEE, NJ'), (322, 'NJ'), (347, 'LITVIN, YAIR '), (518, '875'), (707, '875')]",70:250 -"[(16, 'YAKEL, DONALD L'), (236, 'SPRINGFIELD, IL'), (322, 'IL'), (347, 'YAKEL, DONALD L'), (514, '1,550'), (703, '1,550')]",70:257 -"[(16, 'YALE COHEN'), (236, 'WESTON, FL'), (322, 'FL'), (347, 'COHEN, YALE M'), (514, '4,484'), (703, '4,484')]",70:264 -"[(16, 'YAMATE, AMY '), (236, 'SANTA MARIA, CA'), (322, 'CA'), (347, 'YAMATE, AMY '), (482, '2,138'), (615, '517'), (703, '2,655')]",70:271 -"[(16, 'YATES, REBECCA '), (236, 'ALBEMARLE, NC'), (322, 'NC'), (347, 'YATES, REBECCA '), (482, '1,088'), (618, '15'), (703, '1,103')]",70:279 -"[(16, 'YEGHIAZARIANS, YEREM '), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'YEGHIAZARIANS, YEREM '), (514, '5,484'), (568, '1,500'), (615, '426'), (703, '7,410')]",70:286 -"[(16, 'YEH, ALEXANDER M'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'YEH, ALEXANDER M'), (514, '8,150'), (703, '8,150')]",70:293 -"[(16, 'YEILDING, PHILIP H'), (236, 'SHERMAN, TX'), (322, 'TX'), (347, 'YEILDING, PHILIP H'), (518, '638'), (618, '69'), (707, '707')]",70:300 -"[(16, 'YETTER, WILLIAM A'), (236, 'VIRGINIA BEACH, VA'), (322, 'VA'), (347, 'YETTER, WILLIAM A'), (514, '4,200'), (618, '41'), (703, '4,241')]",70:307 -"[(16, 'YEUNG, ALAN C'), (236, 'PALO ALTO, CA'), (322, 'CA'), (347, 'YEUNG, ALAN C'), (511, '28,434'), (572, '375'), (611, '1,463'), (700, '30,273')]",70:315 -"[(16, 'YODER, MONTY '), (236, 'WINSTON SALEM, NC'), (322, 'NC'), (347, 'YODER, MONTY '), (518, '806'), (615, '110'), (707, '916')]",70:322 -"[(16, 'YOUNG, MARY N'), (236, 'ARLINGTON, MA'), (322, 'MA'), (347, 'YOUNG, MARY N'), (479, '10,763'), (615, '715'), (700, '11,478')]",70:329 -"[(16, 'YOUNGER, ANGELA G'), (16, 'YOUNGER, ANGELA G'), (236, 'OLD SAYBROOK, CT'), (236, 'OLD SAYBROOK, CT'), (322, 'CT'), (322, 'CT'), (347, 'YOUNGER, ANGELA G'), (347, 'YOUNGER, ANGELA G'), (486, '694'), (486, '694'), (618, '13'), (618, '13'), (707, '707'), (707, '707')]",70:336 -"[(16, 'YOUSAF, MOHAMMED B'), (236, 'SOUTH CHARLESTON, WV'), (322, 'WV'), (347, 'YOUSAF, MOHAMMED B'), (521, '84'), (710, '84')]",70:344 -"[(16, 'YSHAY SHLESINGER, MD'), (236, 'DANVILLE, CA'), (322, 'CA'), (347, 'SHLESINGER, YSHAY '), (514, '8,206'), (615, '509'), (703, '8,715')]",70:351 -"[(16, 'YU, BENJAMIN P'), (236, 'ROSEVILLE, CA'), (322, 'CA'), (347, 'YU, BENJAMIN P'), (514, '1,700'), (618, '76'), (703, '1,776')]",70:358 -"[(16, 'YUBA SUTTER ONCOLOGY CENTER, INC.'), (236, 'YUBA CITY, CA'), (322, 'CA'), (347, 'JODHANI, MADHU '), (568, '1,875'), (618, '87'), (703, '1,962')]",70:365 -"[(16, 'YUTZY, PAULA S'), (236, 'BEL AIR, MD'), (322, 'MD'), (347, 'YUTZY, PAULA S'), (482, '1,800'), (615, '338'), (703, '2,138')]",70:372 -"[(16, 'ZADEII, GHOLAM R'), (236, 'MASON CITY, IA'), (322, 'IA'), (347, 'ZADEII, GHOLAM R'), (514, '7,784'), (615, '244'), (703, '8,028')]",70:379 -"[(16, 'ZAFIRIDES, PETER P'), (236, 'COLUMBUS, OH'), (322, 'OH'), (347, 'ZAFIRIDES, PETER P'), (511, '20,200'), (568, '3,000'), (615, '608'), (700, '23,808')]",70:387 -"[(16, 'ZAHEDI, TOORAJ '), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'ZAHEDI, TOORAJ '), (511, '10,669'), (615, '486'), (700, '11,155')]",70:394 -"[(16, 'ZAHN, JENNIFER H'), (236, 'TULSA, OK'), (322, 'OK'), (347, 'ZAHN, JENNIFER H'), (518, '113'), (707, '113')]",70:401 -"[(16, 'ZAJECKA, JOHN M'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'ZAJECKA, JOHN M'), (511, '23,800'), (568, '3,125'), (615, '237'), (700, '27,162')]",70:408 -"[(16, 'ZAKIR, RAMZAN M'), (236, 'EAST BRUNSWICK, NJ'), (322, 'NJ'), (347, 'ZAKIR, RAMZAN M'), (514, '8,884'), (615, '997'), (703, '9,881')]",70:415 -"[(16, 'ZAKRZEWSKI, MICHAEL J'), (236, 'LANSDALE, PA'), (322, 'PA'), (347, 'ZAKRZEWSKI, MICHAEL J'), (521, '84'), (710, '84')]",70:423 -"[(16, 'ZAKS, WILLIAM J'), (236, 'GRAND FORKS, ND'), (322, 'ND'), (347, 'ZAKS, WILLIAM J'), (514, '7,450'), (703, '7,450')]",70:430 -"[(16, 'ZALEWSKI, STEPHANIE A'), (236, 'MURRYSVILLE, PA'), (322, 'PA'), (347, 'ZALEWSKI, STEPHANIE A'), (568, '1,641'), (618, '50'), (703, '1,690')]",70:437 -"[(16, 'ZAMBRANO, JUAN P'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'ZAMBRANO, JUAN P'), (514, '8,584'), (615, '470'), (703, '9,054')]",70:444 -"[(16, 'ZATOPEK, SUSAN M'), (236, 'AUSTIN, TX'), (322, 'TX'), (347, 'ZATOPEK, SUSAN M'), (482, '1,331'), (618, '99'), (703, '1,431')]",70:451 -"[(16, 'ZAYAS TORRES, CARLOS R'), (236, 'SAN JUAN, PR'), (322, 'PR'), (347, 'ZAYAS TORRES, CARLOS R'), (514, '1,413'), (703, '1,413')]",70:459 -"[(16, 'ZEBRACK, JAMES S'), (236, 'SALT LAKE CITY, UT'), (322, 'UT'), (347, 'ZEBRACK, JAMES S'), (514, '7,784'), (703, '7,784')]",70:466 -"[(16, 'ZEITZOFF, LINDA R'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'ZEITZOFF, LINDA R'), (486, '113'), (707, '113')]",70:473 -"[(16, 'ZELLER, SCOTT L'), (236, 'SAN LEANDRO, CA'), (322, 'CA'), (347, 'ZELLER, SCOTT L'), (514, '9,600'), (618, '99'), (703, '9,699')]",70:480 -"[(16, 'ZELLER, W P'), (236, 'WHEATON, IL'), (322, 'IL'), (347, 'ZELLER, W P'), (511, '24,325'), (615, '398'), (700, '24,723')]",70:487 -"[(16, 'ZEMEL, LEONARD R'), (236, 'DENVER, CO'), (322, 'CO'), (347, 'ZEMEL, LEONARD R'), (514, '4,113'), (618, '45'), (703, '4,158')]",70:495 -"[(16, 'ZERINGUE, ALINE C'), (236, 'AUSTIN, TX'), (322, 'TX'), (347, 'ZERINGUE, ALINE C'), (511, '25,650'), (568, '1,000'), (611, '3,896'), (700, '30,546')]",70:502 -"[(16, 'ZETIN, MARK I'), (236, 'GARDEN GROVE, CA'), (322, 'CA'), (347, 'ZETIN, MARK I'), (514, '5,700'), (615, '108'), (703, '5,808')]",70:509 -"[(16, 'ZHANG, JUN M'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'ZHANG, JUN M'), (568, '2,500'), (615, '126'), (703, '2,626')]",70:516 -"[(16, 'ZHANG, REN '), (236, 'ABILENE, TX'), (322, 'TX'), (347, 'ZHANG, REN '), (514, '5,234'), (615, '140'), (703, '5,374')]",70:523 -"[(16, 'ZHAO‐YANG PAN'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'PAN, ZHAOYANG '), (514, '1,556'), (618, '25'), (703, '1,581')]",70:531 -"[(16, 'ZHENG, JING‐SHEN '), (236, 'EGG HARBOR TOWNSHIP, NJ'), (322, 'NJ'), (347, 'ZHENG, JING‐SHEN '), (514, '1,184'), (703, '1,184')]",70:538 -"[(16, 'ZIAD ABBUD, LLC'), (236, 'WALL, NJ'), (322, 'NJ'), (347, 'ABBUD, ZIAD A'), (514, '2,150'), (703, '2,150')]",70:545 -"[(16, 'ZIDAR, JAMES P'), (236, 'RALEIGH, NC'), (322, 'NC'), (347, 'ZIDAR, JAMES P'), (518, '450'), (707, '450')]",70:552 -"[(16, 'ZIEBARTH PSYCHIATRIC ASSOCIATES LTD'), (236, 'MAPLE GROVE, MN'), (322, 'MN'), (347, 'ZIEBARTH, MARK J'), (518, '975'), (707, '975')]",70:559 -"[(16, 'ZIEGLER, GARY R'), (236, 'KALKASKA, MI'), (322, 'MI'), (347, 'ZIEGLER, GARY R'), (518, '650'), (618, '50'), (707, '700')]",70:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 70 of 71')]",70:591 -"[(347, 'Lilly Faculty Registry')]",71:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",71:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",71:63 -"[(558, '(All amounts in US Dollars)')]",71:70 -"[(499, 'Healthcare ')]",71:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",71:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",71:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",71:88 -"[(500, 'Education '), (583, 'Related Expenses')]",71:92 -"[(467, 'Programs'), (532, 'Education Programs')]",69:95 -"[(501, 'Programs')]",69:99 -"[(16, 'WHALEN, JAMES J'), (236, 'LINCOLN, RI'), (322, 'RI'), (347, 'WHALEN, JAMES J'), (514, '8,550'), (615, '483'), (703, '9,033')]",69:106 -"[(16, 'WHALEN, JANE E'), (236, 'COUNCIL BLUFFS, IA'), (322, 'IA'), (347, 'WHALEN, JANE E'), (482, '2,213'), (618, '62'), (703, '2,274')]",69:113 -"[(16, 'WHITAKER, JACK H'), (236, 'JOHNSON CITY, TN'), (322, 'TN'), (347, 'WHITAKER, JACK H'), (514, '5,584'), (618, '35'), (703, '5,619')]",69:120 -"[(16, 'WHITE, CYNTHIA '), (236, 'LOGAN, UT'), (322, 'UT'), (347, 'WHITE, CYNTHIA '), (479, '14,794'), (611, '1,700'), (700, '16,493')]",69:127 -"[(16, 'WHITE, DANIELA M'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'WHITE, DANIELA M'), (511, '24,300'), (615, '378'), (700, '24,678')]",69:135 -"[(16, 'WHITE, FRED A'), (236, 'ABILENE, TX'), (322, 'TX'), (347, 'WHITE, FRED A'), (514, '2,363'), (615, '120'), (703, '2,483')]",69:142 -"[(16, 'WHITFIELD, LARRY A'), (236, 'DENISON, TX'), (322, 'TX'), (347, 'WHITFIELD, LARRY A'), (518, '663'), (707, '663')]",69:149 -"[(16, 'WHITLOCK, KRISTEN A'), (236, 'PENNINGTON, NJ'), (322, 'NJ'), (347, 'WHITLOCK, KRISTEN A'), (479, '11,963'), (611, '2,437'), (700, '14,400')]",69:156 -"[(16, 'WHITTLER‐DUCRE, CANDACE N'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'WHITTLER‐DUCRE, CANDACE N'), (482, '1,488'), (618, '51'), (703, '1,538')]",69:163 -"[(16, 'WICHITA CLINIC, PA'), (236, 'WICHITA, KS'), (322, 'KS'), (347, 'HOFFMAN, JAN M'), (514, '1,750'), (618, '11'), (703, '1,761')]",69:171 -"[(16, 'WICHITA FALLS CARDIAC CARE, PA'), (236, 'WICHITA FALLS, TX'), (322, 'TX'), (347, 'THOTA, VENKATESW '), (514, '4,484'), (618, '63'), (703, '4,547')]",69:178 -"[(16, 'WICKMAN, JUDITH L'), (236, 'PORTLAND, OR'), (322, 'OR'), (347, 'WICKMAN, JUDITH L'), (486, '113'), (707, '113')]",69:185 -"[(16, 'WIERUM, CRAIG '), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'WIERUM, CRAIG '), (511, '34,956'), (611, '5,512'), (700, '40,468')]",69:192 -"[(16, 'WIET, STEPHEN P'), (236, 'ORLAND PARK, IL'), (322, 'IL'), (347, 'WIET, STEPHEN P'), (514, '9,984'), (615, '173'), (700, '10,157')]",69:199 -"[(16, 'WIGAND, JAMES P'), (236, 'RICHMOND, VA'), (322, 'VA'), (347, 'WIGAND, JAMES P'), (511, '72,031'), (611, '3,291'), (700, '75,323')]",69:207 -"[(16, 'WILD, HOWARD E'), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'WILD, HOWARD E'), (568, '2,000'), (618, '34'), (703, '2,034')]",69:214 -"[(16, 'WILFONG, DONALD J'), (236, 'CHESWICK, PA'), (322, 'PA'), (347, 'WILFONG, DONALD J'), (514, '2,556'), (618, '70'), (703, '2,626')]",69:221 -"[(16, 'WILKINS, JEFFREY C'), (236, 'CONWAY, SC'), (322, 'SC'), (347, 'WILKINS, JEFFREY C'), (514, '9,450'), (703, '9,450')]",69:228 -"[(16, 'WILLEY, BEVERLY '), (236, 'LAKELAND, FL'), (322, 'FL'), (347, 'WILLEY, BEVERLY '), (486, '263'), (707, '263')]",69:235 -"[(16, 'WILLIAM B. ORR CONSULTING, P.A.'), (236, 'EAGAN, MN'), (322, 'MN'), (347, 'ORR, WILLIAM B'), (511, '21,300'), (568, '6,000'), (611, '2,500'), (700, '29,800')]",69:243 -"[(16, 'WILLIAM E. NOBLE, MD'), (236, 'WHEELING, WV'), (322, 'WV'), (347, 'NOBLE, WILLIAM E'), (514, '3,384'), (703, '3,384')]",69:250 -"[(16, 'WILLIAM KEITH DEBELL, P.C.'), (236, 'TUSCALOOSA, AL'), (322, 'AL'), (347, 'DEBELL, KEITH '), (514, '4,031'), (703, '4,031')]",69:257 -"[(16, 'WILLIAMS, CHERYL H'), (236, 'GAINESVILLE, GA'), (322, 'GA'), (347, 'WILLIAMS, CHERYL H'), (479, '26,475'), (611, '4,012'), (700, '30,487')]",69:264 -"[(16, 'WILLIAMS, CINDY A'), (236, 'CORTLAND, OH'), (322, 'OH'), (347, 'WILLIAMS, CINDY A'), (482, '2,213'), (615, '146'), (703, '2,359')]",69:271 -"[(16, 'WILLIAMS, EDMUND P'), (236, 'BOERNE, TX'), (322, 'TX'), (347, 'WILLIAMS, EDMUND P'), (511, '42,850'), (611, '2,289'), (700, '45,139')]",69:279 -"[(16, 'WILLIAMS, MARVA J'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'WILLIAMS, MARVA J'), (486, '450'), (518, '600'), (618, '10'), (703, '1,060')]",69:286 -"[(16, 'WILLIAMS, MAUREEN '), (236, 'BAYONNE, NJ'), (322, 'NJ'), (347, 'WILLIAMS, MAUREEN '), (482, '1,050'), (618, '98'), (703, '1,148')]",69:293 -"[(16, 'WILLIAMS, ROY J'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'WILLIAMS, ROY J'), (568, '2,000'), (618, '32'), (703, '2,032')]",69:300 -"[(16, 'WILLIAMS, STACEY B'), (236, 'SHREVEPORT, LA'), (322, 'LA'), (347, 'WILLIAMS, STACEY B'), (482, '6,488'), (611, '1,073'), (703, '7,561')]",69:307 -"[(16, 'WILLIAMS, TAMMY M'), (236, 'ATHENS, GA'), (322, 'GA'), (347, 'WILLIAMS, TAMMY M'), (486, '263'), (707, '263')]",69:315 -"[(16, 'WILLIAMSON, HOWARD F'), (236, 'CULLMAN, AL'), (322, 'AL'), (347, 'WILLIAMSON, HOWARD F'), (511, '43,850'), (568, '4,875'), (611, '8,917'), (700, '57,642')]",69:322 -"[(16, 'WILLIAMSON, JOANNE '), (236, 'REDMOND, WA'), (322, 'WA'), (347, 'WILLIAMSON, JOANNE '), (482, '4,388'), (518, '150'), (615, '984'), (703, '5,522')]",69:329 -"[(16, 'WILLIS, ELLEN '), (16, 'WILLIS, ELLEN '), (236, 'MONTROSE, PA'), (236, 'MONTROSE, PA'), (322, 'PA'), (322, 'PA'), (347, 'WILLIS, ELLEN '), (347, 'WILLIS, ELLEN '), (486, '900'), (486, '900'), (615, '119'), (615, '119'), (703, '1,019'), (703, '1,019')]",69:336 -"[(16, 'WILLIS, LARRY G'), (236, 'OKLAHOMA CITY, OK'), (322, 'OK'), (347, 'WILLIS, LARRY G'), (568, '1,500'), (703, '1,500')]",69:344 -"[(16, 'WILLIS, MAURICE '), (236, 'COLUMBUS, GA'), (322, 'GA'), (347, 'WILLIS, MAURICE '), (511, '11,000'), (615, '472'), (700, '11,472')]",69:351 -"[(16, 'WILMER, CHARLES I'), (236, 'ATLANTA, GA'), (322, 'GA'), (347, 'WILMER, CHARLES I'), (514, '3,384'), (703, '3,384')]",69:358 -"[(16, 'WILSON, DAVID B'), (236, 'FORT WORTH, TX'), (322, 'TX'), (347, 'WILSON, DAVID B'), (514, '1,781'), (703, '1,781')]",69:365 -"[(16, 'WILSON, JEFFREY C'), (236, 'WILKINSBURG, PA'), (322, 'PA'), (347, 'WILSON, JEFFREY C'), (514, '3,600'), (615, '588'), (703, '4,188')]",69:372 -"[(16, 'WILSON, JOHN S'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'WILSON, JOHN S'), (511, '24,284'), (615, '840'), (700, '25,124')]",69:379 -"[(16, 'WILSON, MARIA C'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'WILSON, MARIA C'), (611, '3,986'), (703, '3,986')]",69:387 -"[(16, 'WILSON, PAMELA A'), (236, 'EAST SYRACUSE, NY'), (322, 'NY'), (347, 'WILSON, PAMELA A'), (482, '3,788'), (703, '3,788')]",69:394 -"[(16, 'WINDERS, KEVIN J'), (236, 'SAVANNAH, GA'), (322, 'GA'), (347, 'WINDERS, KEVIN J'), (511, '13,650'), (615, '346'), (700, '13,996')]",69:401 -"[(16, 'WINNE, RICHARD P'), (236, 'BASKING RIDGE, NJ'), (322, 'NJ'), (347, 'WINNE, RICHARD P'), (514, '1,500'), (703, '1,500')]",69:408 -"[(16, 'WINOGRAD, BARBARA H'), (236, 'METUCHEN, NJ'), (322, 'NJ'), (347, 'WINOGRAD, BARBARA H'), (514, '5,550'), (615, '240'), (703, '5,790')]",69:415 -"[(16, 'WINSETT, OWEN E'), (236, 'AUSTIN, TX'), (322, 'TX'), (347, 'WINSETT, OWEN E'), (514, '3,600'), (615, '453'), (703, '4,053')]",69:423 -"[(16, 'WINSOR CLINIC, P.C.'), (236, 'PIGEON, MI'), (322, 'MI'), (347, 'KHAN, ALI A'), (514, '2,634'), (618, '11'), (703, '2,645')]",69:430 -"[(16, 'WINSTON, JAMES B'), (236, 'MILWAUKEE, WI'), (322, 'WI'), (347, 'WINSTON, JAMES B'), (511, '18,300'), (615, '419'), (700, '18,719')]",69:437 -"[(16, 'WINTERS, DON B'), (236, 'TRINITY, NC'), (322, 'NC'), (347, 'WINTERS, DON B'), (514, '4,200'), (615, '326'), (703, '4,526')]",69:444 -"[(16, 'WINTERS, ERICA M'), (236, 'EAU CLAIRE, WI'), (322, 'WI'), (347, 'WINTERS, ERICA M'), (486, '113'), (707, '113')]",69:451 -"[(16, 'WISE, JONATHAN K'), (236, 'COVINGTON, LA'), (322, 'LA'), (347, 'WISE, JONATHAN K'), (511, '12,756'), (618, '35'), (700, '12,791')]",69:459 -"[(16, 'WISE, MICHAEL G'), (236, 'SACRAMENTO, CA'), (322, 'CA'), (347, 'WISE, MICHAEL G'), (514, '5,550'), (568, '3,000'), (615, '940'), (703, '9,490')]",69:466 -"[(16, 'WISE, STEVEN D'), (236, 'DOTHAN, AL'), (322, 'AL'), (347, 'WISE, STEVEN D'), (514, '3,031'), (703, '3,031')]",69:473 -"[(16, 'WISE, THOMAS N'), (236, 'FALLS CHURCH, VA'), (322, 'VA'), (347, 'WISE, THOMAS N'), (511, '23,250'), (568, '6,750'), (615, '709'), (700, '30,709')]",69:480 -"[(16, 'WISEMAN, ALAN H'), (236, 'BANGOR, ME'), (322, 'ME'), (347, 'WISEMAN, ALAN H'), (514, '5,584'), (615, '184'), (703, '5,768')]",69:487 -"[(16, 'WITT, WILLIAM O'), (236, 'LEXINGTON, KY'), (322, 'KY'), (347, 'WITT, WILLIAM O'), (518, '200'), (707, '200')]",69:495 -"[(16, 'WOLF, ANDREAS'), (236, 'MERCERVILLE, NJ'), (322, 'NJ'), (347, 'WOLF, ANDREAS'), (514, '2,284'), (703, '2,284')]",69:502 -"[(16, 'WOLF, ROBERT F'), (236, 'REYNOLDSBURG, OH'), (322, 'OH'), (347, 'WOLF, ROBERT F'), (514, '6,200'), (615, '253'), (703, '6,453')]",69:509 -"[(16, 'WOLF, SUSAN M'), (236, 'ONALASKA, WI'), (322, 'WI'), (347, 'WOLF, SUSAN M'), (482, '1,500'), (615, '163'), (703, '1,663')]",69:516 -"[(16, 'WOLFE, CHRISTOPHER L'), (236, 'OLYMPIA, WA'), (322, 'WA'), (347, 'WOLFE, CHRISTOPHER L'), (514, '2,284'), (621, '3'), (703, '2,287')]",69:523 -"[(16, 'WOLFE, GIL '), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'WOLFE, GIL '), (511, '27,000'), (615, '389'), (700, '27,389')]",69:531 -"[(16, 'WOLFE, STEFANIE S'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'WOLFE, STEFANIE S'), (482, '3,263'), (615, '238'), (703, '3,501')]",69:538 -"[(16, 'WOLFF, CHRISTIAN G'), (236, 'CORNELIUS, NC'), (322, 'NC'), (347, 'WOLFF, CHRISTIAN G'), (514, '1,000'), (703, '1,000')]",69:545 -"[(16, 'WOLFF, RICHARD P'), (236, 'WHEATON, IL'), (322, 'IL'), (347, 'WOLFF, RICHARD P'), (511, '13,150'), (568, '1,250'), (615, '447'), (700, '14,847')]",69:552 -"[(16, 'WOLK, PETER J'), (236, 'CHICO, CA'), (322, 'CA'), (347, 'WOLK, PETER J'), (514, '4,334'), (621, '9'), (703, '4,343')]",69:559 -"[(16, 'WOMBLE, BARBARA JEAN J'), (236, 'BANGOR, ME'), (322, 'ME'), (347, 'WOMBLE, BARBARA JEAN J'), (482, '3,900'), (611, '1,171'), (703, '5,071')]",69:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 69 of 71')]",69:591 -"[(500, 'Education '), (583, 'Related Expenses')]",68:92 -"[(467, 'Programs'), (532, 'Education Programs')]",68:95 -"[(501, 'Programs')]",68:99 -"[(16, 'WAPLES, JOHN M'), (236, 'HUNTSVILLE, AL'), (322, 'AL'), (347, 'WAPLES, JOHN M'), (518, '113'), (707, '113')]",68:106 -"[(16, 'WARD, HENRY N'), (236, 'SOUTHINGTON, CT'), (322, 'CT'), (347, 'WARD, HENRY N'), (514, '9,434'), (615, '876'), (700, '10,310')]",68:113 -"[(16, 'WARD, JOHN R'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'WARD, JOHN R'), (514, '7,734'), (615, '363'), (703, '8,097')]",68:120 -"[(16, 'WARING, EVELINE A'), (236, 'CHARLESTON, SC'), (322, 'SC'), (347, 'WARING, EVELINE A'), (518, '281'), (707, '281')]",68:127 -"[(16, 'WARREN, MICHAEL W'), (236, 'LANCASTER, PA'), (322, 'PA'), (347, 'WARREN, MICHAEL W'), (518, '188'), (707, '188')]",68:135 -"[(16, 'WARREN, RAINA L'), (236, 'FRANKLIN, TN'), (322, 'TN'), (347, 'WARREN, RAINA L'), (482, '2,888'), (615, '244'), (703, '3,132')]",68:142 -"[(16, 'WARREN, STEPHEN E'), (236, 'SALT LAKE CITY, UT'), (322, 'UT'), (347, 'WARREN, STEPHEN E'), (511, '34,825'), (611, '4,242'), (700, '39,067')]",68:149 -"[(16, 'WARRINER, CINDY L'), (236, 'CHESTER, VA'), (322, 'VA'), (347, 'WARRINER, CINDY L'), (568, '1,094'), (618, '60'), (703, '1,154')]",68:156 -"[(16, 'WASAN, AJAY D'), (236, 'BOSTON, MA'), (322, 'MA'), (347, 'WASAN, AJAY D'), (568, '2,500'), (611, '2,782'), (703, '5,282')]",68:163 -"[(16, 'WASHINGTON CARDIOLOGY CENTER PL'), (236, 'WASHINGTON, DC'), (322, 'DC'), (347, 'SATLER, LOWELL F'), (514, '3,934'), (572, '563'), (703, '4,497')]",68:171 -"[(16, 'WASHINGTON CENTER FOR PAIN MANAGEMENT'), (236, 'EDMONDS, WA'), (322, 'WA'), (347, 'HONG, HYUN J'), (514, '1,500'), (618, '42'), (703, '1,542')]",68:178 -"[(16, 'WASHINGTON UNIVERSITY, DEPARTMENT OF PSYCHIATRY RESEARCH FUND #93599S'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'SHELINE, YVETTE I'), (514, '2,300'), (568, '9,000'), (615, '207'), (700, '11,507')]",68:185 -"[(16, 'WASSERMAN, BRIAN M'), (236, 'RICHMOND, VA'), (322, 'VA'), (347, 'WASSERMAN, BRIAN M'), (511, '21,863'), (611, '1,582'), (700, '23,444')]",68:192 -"[(16, 'WASSON, JANET M'), (236, 'GRAPEVINE, TX'), (322, 'TX'), (347, 'WASSON, JANET M'), (479, '24,338'), (611, '9,490'), (700, '33,828')]",68:199 -"[(16, 'WATERFIELD, WILLIAM C'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'WATERFIELD, WILLIAM C'), (568, '1,875'), (615, '506'), (703, '2,381')]",68:207 -"[(16, 'WATERMAN, ANNA M'), (236, 'STRAFFORD, MO'), (322, 'MO'), (347, 'WATERMAN, ANNA M'), (486, '113'), (707, '113')]",68:214 -"[(16, 'WATERS, JOHN S'), (236, 'DECATUR, IL'), (322, 'IL'), (347, 'WATERS, JOHN S'), (514, '1,184'), (703, '1,184')]",68:221 -"[(16, 'WATERSTONE CLINIC P.C.'), (236, 'DULUTH, MN'), (322, 'MN'), (347, 'BAMBENEK, GREGORY P'), (514, '1,200'), (615, '130'), (703, '1,330')]",68:228 -"[(16, 'WATERTOWER PAIR CONSULTANTS, SC'), (236, 'GLENDALE, WI'), (322, 'WI'), (347, 'DONATELLO, STEVEN J'), (511, '10,500'), (615, '129'), (700, '10,629')]",68:235 -"[(16, 'WATSON, RICHARD I'), (236, 'MORRISTOWN, NJ'), (322, 'NJ'), (347, 'WATSON, RICHARD I'), (518, '225'), (618, '19'), (707, '244')]",68:243 -"[(16, 'WEAVER, TERESA '), (236, 'HIGHLAND, CA'), (322, 'CA'), (347, 'WEAVER, TERESA '), (482, '1,425'), (618, '70'), (703, '1,495')]",68:250 -"[(16, 'WEAVER, WAIDE W'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'WEAVER, WAIDE W'), (514, '6,600'), (703, '6,600')]",68:257 -"[(16, 'WEBB, SHAWNA M'), (236, 'DOTHAN, AL'), (322, 'AL'), (347, 'WEBB, SHAWNA M'), (482, '1,650'), (615, '172'), (703, '1,822')]",68:264 -"[(16, 'WEBER, JAMES E'), (236, 'FLINT, MI'), (322, 'MI'), (347, 'WEBER, JAMES E'), (521, '56'), (710, '56')]",68:271 -"[(16, 'WEBER, THOMAS N'), (236, 'DURHAM, NC'), (322, 'NC'), (347, 'WEBER, THOMAS N'), (514, '1,975'), (703, '1,975')]",68:279 -"[(16, 'WEBSTER, JAMES '), (236, 'FAIRVIEW, UT'), (322, 'UT'), (347, 'WEBSTER, JAMES '), (486, '281'), (707, '281')]",68:286 -"[(16, 'WEDDINGTON, LLOYD D'), (236, 'HUMBLE, TX'), (322, 'TX'), (347, 'WEDDINGTON, LLOYD D'), (514, '8,225'), (615, '149'), (703, '8,374')]",68:293 -"[(16, 'WEINER, MICHAEL W'), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'WEINER, MICHAEL W'), (568, '5,500'), (618, '74'), (703, '5,574')]",68:300 -"[(16, 'WEINERMAN, STUART A'), (236, 'NEW HYDE PARK, NY'), (322, 'NY'), (347, 'WEINERMAN, STUART A'), (511, '11,750'), (618, '94'), (700, '11,844')]",68:307 -"[(16, 'WEINHOLT, FRANK E'), (236, 'MONROE, LA'), (322, 'LA'), (347, 'WEINHOLT, FRANK E'), (514, '8,000'), (703, '8,000')]",68:315 -"[(16, 'WEINRIB, STEPHEN L'), (236, 'ASHEVILLE, NC'), (322, 'NC'), (347, 'WEINRIB, STEPHEN L'), (514, '3,281'), (618, '92'), (703, '3,373')]",68:322 -"[(16, 'WEINSTEIN, ALAN J'), (236, 'LITTLETON, CO'), (322, 'CO'), (347, 'WEINSTEIN, ALAN J'), (514, '2,019'), (703, '2,019')]",68:329 -"[(16, 'WEINSTEIN, DAVID L'), (16, 'WEINSTEIN, DAVID L'), (236, 'SAINT LOUIS, MO'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (322, 'MO'), (347, 'WEINSTEIN, DAVID L'), (347, 'WEINSTEIN, DAVID L'), (511, '47,350'), (511, '47,350'), (568, '7,500'), (568, '7,500'), (611, '3,445'), (611, '3,445'), (700, '58,295'), (700, '58,295')]",68:336 -"[(16, 'WEINSTEIN, JOSEPH '), (236, 'NORTH EASTON, MA'), (322, 'MA'), (347, 'WEINSTEIN, JOSEPH '), (514, '1,784'), (621, '3'), (703, '1,787')]",68:344 -"[(16, 'WEINSTEIN, JOSEPH S'), (236, 'MEMPHIS, TN'), (322, 'TN'), (347, 'WEINSTEIN, JOSEPH S'), (514, '2,284'), (621, '3'), (703, '2,287')]",68:351 -"[(16, 'WEINSTOCK, BARRY S'), (236, 'CLERMONT, FL'), (322, 'FL'), (347, 'WEINSTOCK, BARRY S'), (514, '2,284'), (568, '2,250'), (703, '4,534')]",68:358 -"[(16, 'WEINTRAUB YOHAY, ILENE D'), (236, 'OLYMPIA FIELDS, IL'), (322, 'IL'), (347, 'WEINTRAUB YOHAY, ILENE D'), (518, '281'), (707, '281')]",68:365 -"[(16, 'WEINZIMER, STUART A'), (236, 'NEW HAVEN, CT'), (322, 'CT'), (347, 'WEINZIMER, STUART A'), (511, '18,563'), (611, '3,462'), (700, '22,025')]",68:372 -"[(16, 'WEIRICH, RICHARD T'), (236, 'BELOIT, WI'), (322, 'WI'), (347, 'WEIRICH, RICHARD T'), (514, '1,725'), (618, '20'), (703, '1,745')]",68:379 -"[(16, 'WEISS, JONATHAN S'), (236, 'NORTH ANDOVER, MA'), (322, 'MA'), (347, 'WEISS, JONATHAN S'), (514, '4,300'), (703, '4,300')]",68:387 -"[(16, 'WEISS, NED M'), (236, 'WILLOW GROVE, PA'), (322, 'PA'), (347, 'WEISS, NED M'), (514, '9,794'), (703, '9,794')]",68:394 -"[(16, 'WEISS, RICHARD J'), (236, 'CAPE CORAL, FL'), (322, 'FL'), (347, 'WEISS, RICHARD J'), (511, '21,531'), (615, '621'), (700, '22,152')]",68:401 -"[(16, 'WEISS, STUART M'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'WEISS, STUART M'), (514, '5,588'), (618, '27'), (703, '5,615')]",68:408 -"[(16, 'WEISSER, CYNTHIA E'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'WEISSER, CYNTHIA E'), (486, '113'), (707, '113')]",68:415 -"[(16, 'WEISSMAN, MARK A'), (236, 'LANCASTER, NY'), (322, 'NY'), (347, 'WEISSMAN, MARK A'), (514, '3,750'), (703, '3,750')]",68:423 -"[(16, 'WELCH, MICHELLE D'), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'WELCH, MICHELLE D'), (514, '5,531'), (703, '5,531')]",68:430 -"[(16, 'WELCH, SPENCER '), (236, 'ATLANTA, GA'), (322, 'GA'), (347, 'WELCH, SPENCER '), (514, '3,131'), (703, '3,131')]",68:437 -"[(16, 'WELK, KEVIN D'), (236, 'MOUNT VERNON, WA'), (322, 'WA'), (347, 'WELK, KEVIN D'), (521, '75'), (710, '75')]",68:444 -"[(16, 'WELLSPAN MEDICAL GROUP'), (236, 'YORK, PA'), (322, 'PA'), (347, 'SHAPIRO, BARRY E'), (514, '2,750'), (703, '2,750')]",68:451 -"[(16, 'WENDY L. WEINSTEIN, MD P.C.'), (236, 'BUFFALO, NY'), (322, 'NY'), (347, 'WEINSTEIN, WENDY L'), (514, '6,450'), (615, '830'), (703, '7,280')]",68:459 -"[(16, 'WENHAM, ROBERT M'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'WENHAM, ROBERT M'), (511, '12,213'), (700, '12,213')]",68:466 -"[(16, 'WEN‐HUI CAI, MD, PHD, PA'), (236, 'TUCSON, AZ'), (322, 'AZ'), (347, 'CAI, WEN‐HUI '), (514, '2,700'), (615, '267'), (703, '2,967')]",68:473 -"[(16, 'WENZINGER, SUSAN M'), (236, 'VESTAL, NY'), (322, 'NY'), (347, 'WENZINGER, SUSAN M'), (482, '4,013'), (703, '4,013')]",68:480 -"[(16, 'WERNER, JANIS E'), (236, 'EAST NEW MARKET, MD'), (322, 'MD'), (347, 'WERNER, JANIS E'), (568, '1,000'), (615, '139'), (703, '1,139')]",68:487 -"[(16, 'WERTHEIM, MICHAEL S S'), (236, 'PORT ST LUCIE, FL'), (322, 'FL'), (347, 'WERTHEIM, MICHAEL S S'), (511, '15,513'), (615, '348'), (700, '15,860')]",68:495 -"[(16, 'WEST COAST ENDOCRINE, INC.'), (236, 'LONG BEACH, CA'), (322, 'CA'), (347, 'HSIEH, JENNIFER L'), (514, '6,406'), (615, '105'), (703, '6,511')]",68:502 -"[(16, 'WEST, JESSICA '), (236, 'AUSTIN, TX'), (322, 'TX'), (347, 'WEST, JESSICA '), (615, '220'), (707, '220')]",68:509 -"[(16, 'WEST, KATHY '), (236, 'PADUCAH, KY'), (322, 'KY'), (347, 'WEST, KATHY '), (486, '356'), (707, '356')]",68:516 -"[(16, 'WESTCOAST POWERHOUSE'), (236, 'GOLD RIVER, CA'), (322, 'CA'), (347, 'PRAKASAM, GNANAGURUDASAM '), (514, '7,563'), (611, '1,238'), (703, '8,800')]",68:523 -"[(16, 'WESTCOTT, ROGER J'), (236, 'SEATTLE, WA'), (322, 'WA'), (347, 'WESTCOTT, ROGER J'), (511, '23,184'), (568, '1,250'), (611, '1,359'), (700, '25,793')]",68:531 -"[(16, 'WESTERHAUSEN, DONALD '), (236, 'ELKHART, IN'), (322, 'IN'), (347, 'WESTERHAUSEN, DONALD '), (514, '2,634'), (703, '2,634')]",68:538 -"[(16, 'WESTERN ENDOCRINE LLC'), (236, 'SALT LAKE CITY, UT'), (322, 'UT'), (347, 'GRUA, JAMES R'), (511, '16,213'), (615, '338'), (700, '16,550')]",68:545 -"[(16, 'WESTERN KY RHEUMATOLOGY, PLLC'), (236, 'HOPKINSVILLE, KY'), (322, 'KY'), (347, 'DESAI, KISHORKUMAR A'), (511, '11,950'), (615, '648'), (700, '12,598')]",68:552 -"[(16, 'WEXLER, BARBARA A'), (236, 'CORNWALL ON HUDSON, NY'), (322, 'NY'), (347, 'WEXLER, BARBARA A'), (479, '16,013'), (611, '2,585'), (700, '18,597')]",68:559 -"[(16, 'WHALEN RHEUMATOLOGY GROUP'), (236, 'HAVERTOWN, PA'), (322, 'PA'), (347, 'WHALEN, THOMAS J'), (514, '1,250'), (703, '1,250')]",68:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 68 of 71')]",68:591 -"[(347, 'Lilly Faculty Registry')]",69:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",69:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",69:63 -"[(558, '(All amounts in US Dollars)')]",69:70 -"[(499, 'Healthcare ')]",69:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",69:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",69:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",69:88 -"[(500, 'Education '), (583, 'Related Expenses')]",69:92 -"[(499, 'Healthcare ')]",67:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",67:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",67:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",67:88 -"[(500, 'Education '), (583, 'Related Expenses')]",67:92 -"[(467, 'Programs'), (532, 'Education Programs')]",67:95 -"[(501, 'Programs')]",67:99 -"[(16, 'VERNIKOV, ROSALIYA '), (236, 'FAR ROCKAWAY, NY'), (322, 'NY'), (347, 'VERNIKOV, ROSALIYA '), (514, '6,200'), (615, '197'), (703, '6,397')]",67:106 -"[(16, 'VETROVEC, GEORGE W'), (236, 'RICHMOND, VA'), (322, 'VA'), (347, 'VETROVEC, GEORGE W'), (511, '16,284'), (611, '1,643'), (700, '17,927')]",67:113 -"[(16, 'VIALPANDO, DEEANN '), (236, 'COLORADO SPRINGS, CO'), (322, 'CO'), (347, 'VIALPANDO, DEEANN '), (482, '3,544'), (615, '118'), (703, '3,662')]",67:120 -"[(16, 'VIBHAY BHATNAGAR, MD'), (236, 'ISELIN, NJ'), (322, 'NJ'), (347, 'BHATNAGAR, VIBHAY '), (521, '84'), (710, '84')]",67:127 -"[(16, 'VICARI, RALPH M'), (236, 'MELBOURNE, FL'), (322, 'FL'), (347, 'VICARI, RALPH M'), (514, '3,384'), (618, '28'), (703, '3,412')]",67:135 -"[(16, 'VICTOR PAZOS, MD,PA'), (236, 'HIALEAH, FL'), (322, 'FL'), (347, 'PAZOS, VICTOR '), (514, '3,484'), (703, '3,484')]",67:142 -"[(16, 'VIDELEFSKY, SEARLE W'), (236, 'LAWRENCEVILLE, GA'), (322, 'GA'), (347, 'VIDELEFSKY, SEARLE W'), (514, '1,784'), (703, '1,784')]",67:149 -"[(16, 'VIDOVICH, MLADEN I'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'VIDOVICH, MLADEN I'), (514, '3,384'), (615, '144'), (703, '3,528')]",67:156 -"[(16, 'VIJAY M. HARYANI, M.D. S.C.'), (236, 'KANKAKEE, IL'), (322, 'IL'), (347, 'HARYANI, VIJAY M'), (514, '3,484'), (615, '320'), (703, '3,804')]",67:163 -"[(16, 'VIJAY, NAMPALLI K'), (236, 'AURORA, CO'), (322, 'CO'), (347, 'VIJAY, NAMPALLI K'), (514, '1,184'), (620, '6'), (703, '1,190')]",67:171 -"[(16, 'VIJAYA N. KOKA MD'), (236, 'OCALA, FL'), (322, 'FL'), (347, 'KOKA, VIJAYA '), (514, '1,784'), (703, '1,784')]",67:178 -"[(16, 'VILLA‐GOMEZ, EVANGELINA '), (236, 'PEARLAND, TX'), (322, 'TX'), (347, 'VILLA‐GOMEZ, EVANGELINA '), (486, '788'), (618, '82'), (707, '869')]",67:185 -"[(16, 'VILLANUEVA, RONALD B'), (236, 'TOMS RIVER, NJ'), (322, 'NJ'), (347, 'VILLANUEVA, RONALD B'), (511, '18,881'), (618, '64'), (700, '18,945')]",67:192 -"[(16, 'VILLEGAS, AUGUSTO '), (236, 'ORANGE PARK, FL'), (322, 'FL'), (347, 'VILLEGAS, AUGUSTO '), (568, '1,875'), (618, '75'), (703, '1,950')]",67:199 -"[(16, 'VINTAGE CARE INC.'), (236, 'LOUISVILLE, KY'), (322, 'KY'), (347, 'LAZOR‐UNDERWOOD, BONNIE A'), (514, '3,800'), (618, '84'), (703, '3,884')]",67:207 -"[(16, 'VIREN ENTERPRISES, L.P.'), (236, 'SPOKANE, WA'), (322, 'WA'), (347, 'VIREN, FRED K'), (511, '44,438'), (608, '10,214'), (700, '54,652')]",67:214 -"[(16, 'VISION MEDICAL CONSULTING, P.C.'), (236, 'ATLANTA, GA'), (322, 'GA'), (347, 'FRINKS, ANDREW A'), (514, '2,225'), (703, '2,225')]",67:221 -"[(16, 'VISK, DEAN '), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'VISK, DEAN '), (486, '900'), (618, '49'), (707, '949')]",67:228 -"[(16, 'VISSERS, ANITA R'), (236, 'FOND DU LAC, WI'), (322, 'WI'), (347, 'VISSERS, ANITA R'), (486, '338'), (707, '338')]",67:235 -"[(16, 'VIVEK, DEEPAK P'), (236, 'ORLANDO, FL'), (322, 'FL'), (347, 'VIVEK, DEEPAK P'), (514, '6,684'), (618, '26'), (703, '6,710')]",67:243 -"[(16, 'VLADIMIR MALETIC MD PA'), (236, 'GREER, SC'), (322, 'SC'), (347, 'MALETIC, VLADIMIR '), (511, '12,150'), (566, '46,500'), (615, '258'), (700, '58,908')]",67:250 -"[(16, 'VLAHOS, ARISTOTELIS E'), (236, 'TINTON FALLS, NJ'), (322, 'NJ'), (347, 'VLAHOS, ARISTOTELIS E'), (511, '11,984'), (618, '75'), (700, '12,059')]",67:257 -"[(16, 'VOGEL, JEANNIE '), (236, 'SAINT JAMES, MO'), (322, 'MO'), (347, 'VOGEL, JEANNIE '), (482, '6,563'), (615, '898'), (703, '7,461')]",67:264 -"[(16, 'VOGEL, ROBERT A'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'VOGEL, ROBERT A'), (514, '5,584'), (615, '188'), (703, '5,772')]",67:271 -"[(16, 'VOGELZANG, NICHOLAS J'), (236, 'LAS VEGAS, NV'), (322, 'NV'), (347, 'VOGELZANG, NICHOLAS J'), (511, '37,800'), (615, '694'), (700, '38,494')]",67:279 -"[(16, 'VOGTSBERGER, KENNETH N'), (236, 'FREDERICKSBURG, TX'), (322, 'TX'), (347, 'VOGTSBERGER, KENNETH N'), (514, '2,700'), (615, '413'), (703, '3,113')]",67:286 -"[(16, 'VOLKERT, PAUL D'), (236, 'JANESVILLE, WI'), (322, 'WI'), (347, 'VOLKERT, PAUL D'), (514, '8,584'), (615, '479'), (703, '9,064')]",67:293 -"[(16, 'VOLZ, ANTHONY G'), (236, 'COLORADO SPRINGS, CO'), (322, 'CO'), (347, 'VOLZ, ANTHONY G'), (482, '4,050'), (615, '305'), (703, '4,355')]",67:300 -"[(16, 'VONHOLLEN, NAOMI '), (236, 'DUBUQUE, IA'), (322, 'IA'), (347, 'VONHOLLEN, NAOMI '), (518, '844'), (618, '29'), (707, '873')]",67:307 -"[(16, 'VORA, AMIT C'), (236, 'KNOXVILLE, TN'), (322, 'TN'), (347, 'VORA, AMIT C'), (514, '3,781'), (615, '200'), (703, '3,981')]",67:315 -"[(16, 'VOSS, GLENN '), (236, 'SIOUX FALLS, SD'), (322, 'SD'), (347, 'VOSS, GLENN '), (568, '1,453'), (618, '79'), (703, '1,532')]",67:322 -"[(16, 'VOSSENBERG, FRANS A'), (236, 'FREDERICKSBURG, VA'), (322, 'VA'), (347, 'VOSSENBERG, FRANS A'), (514, '1,784'), (703, '1,784')]",67:329 -"[(16, 'VRANIAN, ROBERT B'), (16, 'VRANIAN, ROBERT B'), (236, 'FREDERICKSBURG, VA'), (236, 'FREDERICKSBURG, VA'), (322, 'VA'), (322, 'VA'), (347, 'VRANIAN, ROBERT B'), (347, 'VRANIAN, ROBERT B'), (514, '2,284'), (514, '2,284'), (703, '2,284'), (703, '2,284')]",67:336 -"[(16, 'W. GARRISON STRICKLAND, MD, PC'), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'STRICKLAND, WILLIAM G'), (511, '23,750'), (611, '1,454'), (700, '25,204')]",67:344 -"[(16, 'WADE, PETER B'), (236, 'HARTFORD, CT'), (322, 'CT'), (347, 'WADE, PETER B'), (514, '1,250'), (703, '1,250')]",67:351 -"[(16, 'WADHWANI, JAI G'), (236, 'CHEEKTOWAGA, NY'), (322, 'NY'), (347, 'WADHWANI, JAI G'), (511, '11,084'), (615, '486'), (700, '11,571')]",67:358 -"[(16, 'WADSWORTH, HARRY L'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'WADSWORTH, HARRY L'), (514, '2,906'), (703, '2,906')]",67:365 -"[(16, 'WADSWORTH‐HARRELL, JOLYNN '), (236, 'MURFREESBORO, NC'), (322, 'NC'), (347, 'WADSWORTH‐HARRELL, JOLYNN '), (486, '525'), (615, '145'), (707, '670')]",67:372 -"[(16, 'WADUD, KHURRAM '), (236, 'JACKSONVILLE, FL'), (322, 'FL'), (347, 'WADUD, KHURRAM '), (514, '2,475'), (703, '2,475')]",67:379 -"[(16, 'WAFAA Y. FARAG'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'FARAG, WAFAA Y'), (514, '3,050'), (615, '115'), (703, '3,165')]",67:387 -"[(16, 'WAHEED, FAISAL '), (236, 'KINGSTON, NY'), (322, 'NY'), (347, 'WAHEED, FAISAL '), (568, '1,875'), (615, '341'), (703, '2,216')]",67:394 -"[(16, 'WAHID KASSAR, MD'), (236, 'LISLE, IL'), (322, 'IL'), (347, 'KASSAR, WAHID '), (514, '7,881'), (615, '105'), (703, '7,986')]",67:401 -"[(16, 'WAHL, WAYNE S'), (236, 'ROSE CITY, MI'), (322, 'MI'), (347, 'WAHL, WAYNE S'), (514, '1,575'), (618, '39'), (703, '1,614')]",67:408 -"[(16, 'WAIDER, WINFRIED '), (236, 'LONG BEACH, CA'), (322, 'CA'), (347, 'WAIDER, WINFRIED '), (514, '4,334'), (703, '4,334')]",67:415 -"[(16, 'WAITMAN, KATHRYN R'), (236, 'PHOENIX, AZ'), (322, 'AZ'), (347, 'WAITMAN, KATHRYN R'), (511, '10,000'), (611, '2,669'), (700, '12,669')]",67:423 -"[(16, 'WAKABAYASHI, MARK T'), (236, 'DUARTE, CA'), (322, 'CA'), (347, 'WAKABAYASHI, MARK T'), (568, '1,719'), (615, '180'), (703, '1,899')]",67:430 -"[(16, 'WAKEFIELD, PHILIP M'), (236, 'FLORENCE, AL'), (322, 'AL'), (347, 'WAKEFIELD, PHILIP M'), (514, '7,525'), (615, '251'), (703, '7,776')]",67:437 -"[(16, 'WALDEN, TONY L'), (236, 'CONCORD, NC'), (322, 'NC'), (347, 'WALDEN, TONY L'), (514, '3,500'), (703, '3,500')]",67:444 -"[(16, 'WALID S. ALAMI, MD, PC'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'ALAMI, WALID S'), (514, '2,209'), (703, '2,209')]",67:451 -"[(16, 'WALKER ‐ MCKEE, SONYA V'), (236, 'RIVIERA BEACH, FL'), (322, 'FL'), (347, 'WALKER ‐ MCKEE, SONYA V'), (514, '1,500'), (703, '1,500')]",67:459 -"[(16, 'WALKER, CRAIG M'), (236, 'LAFAYETTE, LA'), (322, 'LA'), (347, 'WALKER, CRAIG M'), (518, '450'), (707, '450')]",67:466 -"[(16, 'WALKER, JERI A'), (236, 'WESTBOROUGH, MA'), (322, 'MA'), (347, 'WALKER, JERI A'), (514, '8,925'), (615, '302'), (703, '9,227')]",67:473 -"[(16, 'WALKER, PAUL R'), (236, 'SYLVANIA, OH'), (322, 'OH'), (347, 'WALKER, PAUL R'), (511, '12,100'), (700, '12,100')]",67:480 -"[(16, 'WALKER, TOMAS C'), (236, 'HENDERSON, NV'), (322, 'NV'), (347, 'WALKER, TOMAS C'), (514, '1,150'), (618, '80'), (703, '1,230')]",67:487 -"[(16, 'WALKER, WILLIAM S'), (236, 'EAST PROVIDENCE, RI'), (322, 'RI'), (347, 'WALKER, WILLIAM S'), (511, '10,400'), (611, '1,263'), (700, '11,663')]",67:495 -"[(16, 'WALL, JAN '), (236, 'LITTLE ROCK, AR'), (322, 'AR'), (347, 'WALL, JAN '), (486, '881'), (618, '44'), (707, '925')]",67:502 -"[(16, 'WALLACE, CONNIE '), (236, 'OMAHA, NE'), (322, 'NE'), (347, 'WALLACE, CONNIE '), (486, '900'), (618, '14'), (707, '914')]",67:509 -"[(16, 'WALLACH, LAWRENCE '), (236, 'RIDLEY PARK, PA'), (322, 'PA'), (347, 'WALLACH, LAWRENCE '), (511, '10,131'), (615, '116'), (700, '10,247')]",67:516 -"[(16, 'WALLINGTON, DALE J'), (236, 'WEST HARTFORD, CT'), (322, 'CT'), (347, 'WALLINGTON, DALE J'), (511, '18,450'), (615, '424'), (700, '18,874')]",67:523 -"[(16, 'WALSTON, PAT A'), (236, 'BARDSTOWN, KY'), (322, 'KY'), (347, 'WALSTON, PAT A'), (482, '8,288'), (611, '3,104'), (700, '11,392')]",67:531 -"[(16, 'WALTER J. DUFFY, MD, PC'), (236, 'LINCOLN, NE'), (322, 'NE'), (347, 'DUFFY, WALTER J'), (511, '18,675'), (615, '180'), (700, '18,855')]",67:538 -"[(16, 'WALTERS, DAVID G'), (236, 'FORT PIERCE, FL'), (322, 'FL'), (347, 'WALTERS, DAVID G'), (514, '1,200'), (615, '129'), (703, '1,329')]",67:545 -"[(16, 'WANG, CHEN‐YEN G'), (236, 'HONOLULU, HI'), (322, 'HI'), (347, 'WANG, CHEN‐YEN G'), (482, '6,094'), (615, '462'), (703, '6,556')]",67:552 -"[(16, 'WANG, ROBERT L'), (236, 'SUCCASUNNA, NJ'), (322, 'NJ'), (347, 'WANG, ROBERT L'), (514, '3,484'), (703, '3,484')]",67:559 -"[(16, 'WANG, SUSAN R'), (236, 'KIRKLAND, WA'), (322, 'WA'), (347, 'WANG, SUSAN R'), (486, '244'), (707, '244')]",67:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 67 of 71')]",67:591 -"[(347, 'Lilly Faculty Registry')]",68:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",68:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",68:63 -"[(558, '(All amounts in US Dollars)')]",68:70 -"[(499, 'Healthcare ')]",68:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",68:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",68:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",68:88 -"[(16, 'TUCKER, TARVEZ '), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'TUCKER, TARVEZ '), (514, '2,000'), (618, '48'), (703, '2,048')]",65:516 -"[(16, 'TUGRUL, KAREN '), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'TUGRUL, KAREN '), (479, '11,056'), (514, '5,000'), (568, '2,469'), (611, '2,329'), (700, '20,854')]",65:523 -"[(16, 'TUOHY, EDWARD R'), (236, 'MILFORD, CT'), (322, 'CT'), (347, 'TUOHY, EDWARD R'), (514, '8,884'), (618, '78'), (703, '8,962')]",65:531 -"[(16, 'TURCO, MARK A'), (236, 'TAKOMA PARK, MD'), (322, 'MD'), (347, 'TURCO, MARK A'), (514, '1,800'), (621, '8'), (703, '1,808')]",65:538 -"[(16, 'TURKIEWICZ, ANTHONY M'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'TURKIEWICZ, ANTHONY M'), (511, '10,500'), (568, '1,500'), (615, '233'), (700, '12,233')]",65:545 -"[(16, 'TURNER, NANCY '), (236, 'NEW BEDFORD, MA'), (322, 'MA'), (347, 'TURNER, NANCY '), (482, '1,500'), (703, '1,500')]",65:552 -"[(16, 'TURNING, REGINA '), (236, 'OAKDALE, MN'), (322, 'MN'), (347, 'TURNING, REGINA '), (482, '3,375'), (615, '985'), (703, '4,360')]",65:559 -"[(16, 'TURPIN, JANET J'), (236, 'CABOT, AR'), (322, 'AR'), (347, 'TURPIN, JANET J'), (479, '15,563'), (611, '5,240'), (700, '20,802')]",65:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 65 of 71')]",65:591 -"[(347, 'Lilly Faculty Registry')]",66:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",66:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",66:63 -"[(558, '(All amounts in US Dollars)')]",66:70 -"[(499, 'Healthcare ')]",66:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",66:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",66:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",66:88 -"[(500, 'Education '), (583, 'Related Expenses')]",66:92 -"[(467, 'Programs'), (532, 'Education Programs')]",66:95 -"[(501, 'Programs')]",66:99 -"[(16, 'TWAHIRWA, MARCEL '), (236, 'EDINBURG, TX'), (322, 'TX'), (347, 'TWAHIRWA, MARCEL '), (514, '1,200'), (703, '1,200')]",66:106 -"[(16, 'TY, RAMON C'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'TY, RAMON C'), (521, '84'), (710, '84')]",66:113 -"[(16, 'TYLER, RONALD D'), (236, 'BARDSTOWN, KY'), (322, 'KY'), (347, 'TYLER, RONALD D'), (514, '7,200'), (615, '302'), (703, '7,502')]",66:120 -"[(16, 'TYSONS PSYCHIATRY'), (236, 'MCLEAN, VA'), (322, 'VA'), (347, 'SINGH, NIKU '), (511, '48,650'), (611, '3,947'), (700, '52,597')]",66:127 -"[(16, 'UDARBE, JOHN K'), (236, 'GREAT NECK, NY'), (322, 'NY'), (347, 'UDARBE, JOHN K'), (511, '21,400'), (568, '2,000'), (618, '68'), (700, '23,468')]",66:135 -"[(16, 'UECKER, JONATHAN C'), (236, 'SAINT PAUL, MN'), (322, 'MN'), (347, 'UECKER, JONATHAN C'), (514, '5,550'), (703, '5,550')]",66:142 -"[(16, 'ULLA KRISTINA LAAKSO, MD'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'LAAKSO, ULLA K'), (514, '9,450'), (615, '529'), (703, '9,979')]",66:149 -"[(16, 'UNGARO, PETER C'), (236, 'WILMINGTON, NC'), (322, 'NC'), (347, 'UNGARO, PETER C'), (568, '3,750'), (615, '116'), (703, '3,866')]",66:156 -"[(16, 'UNITY BEHAVIORAL HEALTH, LLC'), (236, 'REHOBOTH BEACH, DE'), (322, 'DE'), (347, 'SHUBERT, DUANE D'), (514, '1,275'), (615, '167'), (703, '1,442')]",66:163 -"[(16, 'UNIVERSITY CANCER ASSOCIATES, INC.'), (236, 'CORONA DEL MAR, CA'), (322, 'CA'), (347, 'MONK, BRADLEY J'), (568, '1,125'), (615, '334'), (703, '1,459')]",66:171 -"[(16, 'UNIVERSITY DIABETES & ENDOCRINE CONSULTANTS'), (236, 'CHATTANOOGA, TN'), (322, 'TN'), (347, 'HUFFMAN, DAVID M'), (514, '4,549'), (703, '4,549')]",66:178 -"[(16, 'UNIVERSITY MEDICAL SERVICE ASSOCIATION, INC.'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'WILSON, MARIA C'), (511, '38,800'), (700, '38,800')]",66:185 -"[(16, 'UNIVERSITY OF KENTUCKY COLLEGE OF PHARMACY'), (236, 'LEXINGTON, KY'), (322, 'KY'), (347, 'BOTTS, SHELIA '), (618, '24'), (710, '24')]",66:192 -"[(16, 'UNIVERSITY OF ROCHESTER'), (236, 'ROCHESTER, NY'), (322, 'NY'), (347, 'AGARWAL, MANOJ '), (514, '8,800'), (618, '80'), (703, '8,880')]",66:199 -"[(16, 'UNIVERSITY OF WASHINGTON'), (236, 'SEATTLE, WA'), (322, 'WA'), (347, 'MARTINS, RENATO '), (511, '12,263'), (568, '5,400'), (700, '17,663')]",66:207 -"[(16, 'UNIVERSITY PHYSICIANS INC.'), (236, 'AURORA, CO'), (322, 'CO'), (347, 'RABEN, DAVID '), (518, '225'), (707, '225')]",66:214 -"[(16, 'UNTERMAN, MARC I'), (236, 'LAWRENCEVILLE, GA'), (322, 'GA'), (347, 'UNTERMAN, MARC I'), (514, '1,413'), (703, '1,413')]",66:221 -"[(16, 'UNWALLA, KUHSHRO B'), (236, 'COLTON, CA'), (322, 'CA'), (347, 'UNWALLA, KUHSHRO B'), (511, '34,200'), (611, '1,180'), (700, '35,380')]",66:228 -"[(16, 'UPPER VALLEY PEDIATRICS'), (236, 'BRADFORD, VT'), (322, 'VT'), (347, 'HARRIS, MARK S'), (514, '1,200'), (618, '64'), (703, '1,264')]",66:235 -"[(16, 'UPRIGHT, JERRI‐LYN '), (236, 'LANSING, MI'), (322, 'MI'), (347, 'UPRIGHT, JERRI‐LYN '), (482, '1,500'), (615, '100'), (703, '1,600')]",66:243 -"[(16, 'UPSTATE NEUROLOGY CONSULTANTS'), (236, 'ALBANY, NY'), (322, 'NY'), (347, 'WYMER, JAMES P'), (514, '4,500'), (618, '32'), (703, '4,532')]",66:250 -"[(16, 'UPSTATE OSTEOPOROSIS AND ARTHRITIS, PA'), (236, 'GREENVILLE, SC'), (322, 'SC'), (347, 'MEADOWS, DEBORAH '), (514, '2,500'), (703, '2,500')]",66:257 -"[(16, 'UPWARD BOUND PSYCHIATRY AND PSYCHOTHERAPY SERVICES, INC.'), (236, 'HARRISBURG, PA'), (322, 'PA'), (347, 'JOBE, LYLE L'), (514, '5,550'), (618, '55'), (703, '5,605')]",66:264 -"[(16, 'URBAN FAMILY PRACTICE, PC'), (236, 'BUFFALO, NY'), (322, 'NY'), (347, 'VAZQUEZ, RAUL '), (521, '56'), (618, '19'), (710, '76')]",66:271 -"[(16, 'URBANSKI, PATTI '), (236, 'DULUTH, MN'), (322, 'MN'), (347, 'URBANSKI, PATTI '), (568, '1,688'), (618, '56'), (703, '1,744')]",66:279 -"[(16, 'URMC DEPT. OF ORTHOPEDIATRICS'), (236, 'ROCHESTER, NY'), (322, 'NY'), (347, 'BUKATA, SUSAN V'), (514, '2,200'), (568, '5,013'), (615, '570'), (703, '7,783')]",66:286 -"[(16, 'UTAH ENDOCRINOLOGY ASSOCIATES, PLLC'), (236, 'SALT LAKE CITY, UT'), (322, 'UT'), (347, 'FALAHATI‐NINI, ALIREZA '), (511, '10,888'), (700, '10,888')]",66:293 -"[(16, 'UTMB GALVESTON'), (236, 'GALVESTON, TX'), (322, 'TX'), (347, 'WILLIS, MAURICE '), (514, '4,513'), (703, '4,513')]",66:300 -"[(16, 'UTSINGER, PETER D'), (236, 'LITITZ, PA'), (322, 'PA'), (347, 'UTSINGER, PETER D'), (521, '75'), (710, '75')]",66:307 -"[(16, 'VACCARO‐OLKO, MARY J'), (236, 'RYE, NY'), (322, 'NY'), (347, 'VACCARO‐OLKO, MARY J'), (482, '2,213'), (703, '2,213')]",66:315 -"[(16, 'VADILLO, ALBERTO E'), (236, 'MIAMI BEACH, FL'), (322, 'FL'), (347, 'VADILLO, ALBERTO E'), (514, '8,584'), (703, '8,584')]",66:322 -"[(16, 'VADIM BARAM INC.'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'BARAM, VADIM Y'), (514, '4,500'), (615, '464'), (703, '4,964')]",66:329 -"[(16, 'VAIDYA, PRANAY J'), (16, 'VAIDYA, PRANAY J'), (236, 'HACKENSACK, NJ'), (236, 'HACKENSACK, NJ'), (322, 'NJ'), (322, 'NJ'), (347, 'VAIDYA, PRANAY J'), (347, 'VAIDYA, PRANAY J'), (514, '4,484'), (514, '4,484'), (703, '4,484'), (703, '4,484')]",66:336 -"[(16, 'VALDERRAMA, RODRIGO '), (236, 'ALABASTER, AL'), (322, 'AL'), (347, 'VALDERRAMA, RODRIGO '), (514, '3,006'), (703, '3,006')]",66:344 -"[(16, 'VALENTE, RICHARD J'), (236, 'WATERLOO, IA'), (322, 'IA'), (347, 'VALENTE, RICHARD J'), (514, '9,984'), (615, '303'), (700, '10,287')]",66:351 -"[(16, 'VALENTINE, VIRGINIA '), (236, 'ALBUQUERQUE, NM'), (322, 'NM'), (347, 'VALENTINE, VIRGINIA '), (479, '21,300'), (566, '14,875'), (615, '428'), (700, '36,603')]",66:358 -"[(16, 'VALERIUS MEDICAL GROUP & CENTER OF GREATER LONG BEACH, INC'), (236, 'LONG BEACH, CA'), (322, 'CA'), (347, 'NEAL, NATHANIEL '), (514, '3,000'), (703, '3,000')]",66:365 -"[(16, 'VALIN, NATHANIEL L'), (236, 'HAMDEN, CT'), (322, 'CT'), (347, 'VALIN, NATHANIEL L'), (514, '3,484'), (703, '3,484')]",66:372 -"[(16, 'VALITUTTO, MICHAEL '), (236, 'KALAMAZOO, MI'), (322, 'MI'), (347, 'VALITUTTO, MICHAEL '), (511, '14,213'), (572, '750'), (615, '871'), (700, '15,833')]",66:379 -"[(16, 'VALLEY ENDOCRINE & DIABETES CONSULTANTS INC.'), (236, 'BURBANK, CA'), (322, 'CA'), (347, 'MACH, MINH Q'), (518, '531'), (707, '531')]",66:387 -"[(16, 'VALLEY FAMILY PRACTICE, MEDICAL ASSOCIATES INC'), (236, 'EL CENTRO, CA'), (322, 'CA'), (347, 'ROBLES, JORGE F'), (514, '4,800'), (703, '4,800')]",66:394 -"[(16, 'VAN DYKE, GRETA M'), (236, 'WEISER, ID'), (322, 'ID'), (347, 'VAN DYKE, GRETA M'), (482, '2,475'), (615, '352'), (703, '2,827')]",66:401 -"[(16, 'VAN MATRE, PATTI '), (236, 'WEEKI WACHEE, FL'), (322, 'FL'), (347, 'VAN MATRE, PATTI '), (482, '2,700'), (615, '475'), (703, '3,175')]",66:408 -"[(16, 'VAN METER PEDIATRIC ENDOCRINOLOGY, P.C.'), (236, 'PEACHTREE CITY, GA'), (322, 'GA'), (347, 'VAN METER, QUENTIN L'), (511, '14,450'), (615, '774'), (700, '15,224')]",66:415 -"[(16, 'VANAMERONGEN, DEREK '), (236, 'RUXTON, MD'), (322, 'MD'), (347, 'VANAMERONGEN, DEREK '), (568, '5,313'), (615, '456'), (703, '5,769')]",66:423 -"[(16, 'VANBLOMMESTEYN ‐ STAHL, ELIZABETH J'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'VANBLOMMESTEYN ‐ STAHL, ELIZABETH J'), (514, '2,531'), (618, '11'), (703, '2,542')]",66:430 -"[(16, 'VANEK, CHAIM '), (236, 'PORTLAND, OR'), (322, 'OR'), (347, 'VANEK, CHAIM '), (514, '9,200'), (618, '29'), (703, '9,229')]",66:437 -"[(16, 'VANLOON, GLEN R'), (236, 'BENTON, KY'), (322, 'KY'), (347, 'VANLOON, GLEN R'), (514, '1,031'), (703, '1,031')]",66:444 -"[(16, 'VARDAN, SANDEEP '), (236, 'BLUEFIELD, WV'), (322, 'WV'), (347, 'VARDAN, SANDEEP '), (514, '9,984'), (703, '9,984')]",66:451 -"[(16, 'VARELA, THERESA A'), (236, 'BRONX, NY'), (322, 'NY'), (347, 'VARELA, THERESA A'), (482, '2,025'), (615, '116'), (703, '2,141')]",66:459 -"[(16, 'VARGAS, J R'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'VARGAS, J R'), (514, '3,781'), (703, '3,781')]",66:466 -"[(16, 'VARGO, JILL S'), (236, 'ASHEVILLE, NC'), (322, 'NC'), (347, 'VARGO, JILL S'), (511, '23,000'), (615, '590'), (700, '23,590')]",66:473 -"[(16, 'VARMA, CHANDRASEKHAR P'), (236, 'TEMECULA, CA'), (322, 'CA'), (347, 'VARMA, CHANDRASEKHAR P'), (514, '1,919'), (618, '15'), (703, '1,934')]",66:480 -"[(16, 'VARMA, SWARNA '), (236, 'MC KEES ROCKS, PA'), (322, 'PA'), (347, 'VARMA, SWARNA '), (514, '9,694'), (621, '5'), (703, '9,699')]",66:487 -"[(16, 'VAUGHT NEUROLOGICAL SERVICES, PLLC'), (236, 'BECKLEY, WV'), (322, 'WV'), (347, 'VAUGHT, BARRY K'), (514, '5,000'), (615, '206'), (703, '5,206')]",66:495 -"[(16, 'VAZQUEZ, NATALIA D'), (236, 'GOLETA, CA'), (322, 'CA'), (347, 'VAZQUEZ, NATALIA D'), (482, '1,688'), (703, '1,688')]",66:502 -"[(16, 'VEENEMAN, EMILY T'), (236, 'LOUISVILLE, KY'), (322, 'KY'), (347, 'VEENEMAN, EMILY T'), (514, '7,950'), (703, '7,950')]",66:509 -"[(16, 'VEENENDALL, CHRISTINE L'), (236, 'BALDWIN, WI'), (322, 'WI'), (347, 'VEENENDALL, CHRISTINE L'), (482, '2,888'), (615, '474'), (703, '3,361')]",66:516 -"[(16, 'VELAZQUEZ GONZALEZ, MARCOS A'), (236, 'MAYAGUEZ, PR'), (322, 'PR'), (347, 'VELAZQUEZ GONZALEZ, MARCOS A'), (514, '2,122'), (703, '2,122')]",66:523 -"[(16, 'VELEZ, HECTOR A'), (236, 'PONCE, PR'), (322, 'PR'), (347, 'VELEZ, HECTOR A'), (514, '1,700'), (618, '82'), (703, '1,782')]",66:531 -"[(16, 'VELURY, VIJAY S'), (236, 'ALTUS, OK'), (322, 'OK'), (347, 'VELURY, VIJAY S'), (514, '1,784'), (703, '1,784')]",66:538 -"[(16, 'VEMULAPALLI, UGANDHAR R'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'VEMULAPALLI, UGANDHAR R'), (514, '2,525'), (703, '2,525')]",66:545 -"[(16, 'VENTEGRA, LLC'), (236, 'GLENDALE, CA'), (322, 'CA'), (347, 'TAKETOMO, ROBERT T'), (568, '3,000'), (615, '140'), (703, '3,140')]",66:552 -"[(16, 'VENTURA, LAURIE A'), (236, 'GREENSBURG, PA'), (322, 'PA'), (347, 'VENTURA, LAURIE A'), (482, '3,338'), (615, '798'), (703, '4,135')]",66:559 -"[(16, 'VERMA, SUMER D'), (236, 'LEXINGTON, MA'), (322, 'MA'), (347, 'VERMA, SUMER D'), (511, '20,350'), (568, '6,750'), (615, '337'), (700, '27,437')]",66:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 66 of 71')]",66:591 -"[(347, 'Lilly Faculty Registry')]",67:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",67:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",67:63 -"[(558, '(All amounts in US Dollars)')]",67:70 -"[(16, 'THOMAS E. DEPORTER MD'), (236, 'FORT WORTH, TX'), (322, 'TX'), (347, 'DEPORTER, THOMAS E'), (514, '4,125'), (703, '4,125')]",64:444 -"[(16, 'THOMAS J. ANDREWS, MD, INC.'), (236, 'REDDING, CA'), (322, 'CA'), (347, 'ANDREWS, TOM J'), (514, '1,700'), (703, '1,700')]",64:451 -"[(16, 'THOMAS J. MICHALSEN DO LTD D/B/A KIRKLAND MEDICAL CLINIC'), (236, 'KIRKLAND, IL'), (322, 'IL'), (347, 'MICHALSEN, THOMAS L'), (511, '10,194'), (700, '10,194')]",64:459 -"[(16, 'THOMAS M. FOGARTY, MD, PC'), (236, 'FAIRFAX, VA'), (322, 'VA'), (347, 'FOGARTY, THOMAS M'), (511, '34,900'), (618, '40'), (700, '34,940')]",64:466 -"[(16, 'THOMAS, CATHERINE D'), (236, 'FORT MILL, SC'), (322, 'SC'), (347, 'THOMAS, CATHERINE D'), (482, '1,688'), (615, '360'), (703, '2,048')]",64:473 -"[(16, 'THOMAS, DELORES B'), (236, 'ROANOKE, VA'), (322, 'VA'), (347, 'THOMAS, DELORES B'), (482, '2,288'), (615, '160'), (703, '2,447')]",64:480 -"[(16, 'THOMAS, JON G'), (236, 'COUNCIL BLUFFS, IA'), (322, 'IA'), (347, 'THOMAS, JON G'), (514, '1,113'), (703, '1,113')]",64:487 -"[(16, 'THOMAS, MATTHEW P'), (236, 'SARASOTA, FL'), (322, 'FL'), (347, 'THOMAS, MATTHEW P'), (511, '26,850'), (568, '9,000'), (611, '2,694'), (700, '38,544')]",64:495 -"[(16, 'THOMAS, TOM M'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'THOMAS, TOM M'), (514, '8,888'), (615, '206'), (703, '9,094')]",64:502 -"[(16, 'THOMAS, VALERIE A'), (236, 'PROVIDENCE, RI'), (322, 'RI'), (347, 'THOMAS, VALERIE A'), (514, '1,100'), (703, '1,100')]",64:509 -"[(16, 'THOMISON, JACQUELINE L'), (236, 'COPAN, OK'), (322, 'OK'), (347, 'THOMISON, JACQUELINE L'), (479, '22,538'), (611, '6,712'), (700, '29,249')]",64:516 -"[(16, 'THOMPSON, CRAIG B'), (236, 'STRAWBERRY POINT, IA'), (322, 'IA'), (347, 'THOMPSON, CRAIG B'), (511, '10,550'), (615, '309'), (700, '10,859')]",64:523 -"[(16, 'THOMPSON‐ANDREANI, JULIE C'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'THOMPSON‐ANDREANI, JULIE C'), (479, '20,488'), (611, '2,103'), (700, '22,590')]",64:531 -"[(15, 'THOMSON, JOHN B'), (236, 'WOODLAND, CA'), (322, 'CA'), (347, 'THOMSON, JOHN B'), (514, '1,188'), (618, '20'), (703, '1,208')]",64:538 -"[(16, 'THORNTON, NANNETTE '), (236, 'SIKESTON, MO'), (322, 'MO'), (347, 'THORNTON, NANNETTE '), (482, '3,300'), (615, '260'), (703, '3,560')]",64:545 -"[(16, 'THORVILSON, STEVE '), (236, 'SALEM, OR'), (322, 'OR'), (347, 'THORVILSON, STEVE '), (568, '1,641'), (703, '1,641')]",64:552 -"[(16, 'THUPPAL, MADHAVAN '), (236, 'UNIONTOWN, PA'), (322, 'PA'), (347, 'THUPPAL, MADHAVAN '), (514, '8,700'), (615, '303'), (703, '9,003')]",64:559 -"[(16, 'THURMAN, LOUISE N'), (236, 'OKLAHOMA CITY, OK'), (322, 'OK'), (347, 'THURMAN, LOUISE N'), (511, '15,325'), (611, '1,820'), (700, '17,145')]",64:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 64 of 71')]",64:591 -"[(347, 'Lilly Faculty Registry')]",65:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",65:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",65:63 -"[(558, '(All amounts in US Dollars)')]",65:70 -"[(499, 'Healthcare ')]",65:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",65:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",65:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",65:88 -"[(500, 'Education '), (583, 'Related Expenses')]",65:92 -"[(467, 'Programs'), (532, 'Education Programs')]",65:95 -"[(501, 'Programs')]",65:99 -"[(16, 'TIBERIUS ENTERPRISES, INC.'), (236, 'ROANOKE, VA'), (322, 'VA'), (347, 'SCHEIDERER, DAVID J'), (511, '36,000'), (568, '9,750'), (611, '3,967'), (700, '49,717')]",65:106 -"[(16, 'TIDEWATER ENDOCRINE CONSULTANTS, PC'), (236, 'CHESAPEAKE, VA'), (322, 'VA'), (347, 'MATTHIAS, DWIGHT F'), (514, '7,225'), (618, '40'), (703, '7,265')]",65:113 -"[(16, 'TIERSTEN, AMY D'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'TIERSTEN, AMY D'), (511, '16,200'), (700, '16,200')]",65:120 -"[(16, 'TIEU, HOANG D'), (236, 'VISALIA, CA'), (322, 'CA'), (347, 'TIEU, HOANG D'), (514, '8,700'), (615, '375'), (703, '9,075')]",65:127 -"[(16, 'TILLMANNS, TODD D'), (236, 'MILWAUKEE, WI'), (322, 'WI'), (347, 'TILLMANNS, TODD D'), (514, '2,650'), (703, '2,650')]",65:135 -"[(16, 'TIMMS, STEVE R'), (236, 'WHEELING, WV'), (322, 'WV'), (347, 'TIMMS, STEVE R'), (514, '4,950'), (615, '279'), (703, '5,229')]",65:142 -"[(16, 'TIMOTHY JAYASUNDERA, M.D. P.C.'), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'JAYASUNDERA, TIMOTHY G'), (514, '5,584'), (703, '5,584')]",65:149 -"[(16, 'TIMSON, CHARLES R'), (236, 'HUNTINGTON, NY'), (322, 'NY'), (347, 'TIMSON, CHARLES R'), (511, '48,400'), (568, '1,500'), (615, '865'), (700, '50,765')]",65:156 -"[(16, 'TING, TIFFANY '), (236, 'NEWTON, MA'), (322, 'MA'), (347, 'TING, TIFFANY '), (486, '113'), (707, '113')]",65:163 -"[(16, 'TLC DIABETES HEALTCARE CONSULTANTS AND EDUCATION'), (236, 'APOLLO BEACH, FL'), (322, 'FL'), (347, 'SHAHRAKI, SAM '), (486, '394'), (707, '394')]",65:171 -"[(16, 'TLO INC.'), (236, 'CHAPEL HILL, NC'), (322, 'NC'), (347, ""O'CONNELL, THOMAS L""), (518, '281'), (707, '281')]",65:178 -"[(16, 'TM MEDICAL SOLUTIONS LLC'), (236, 'CHESTERFIELD, MO'), (322, 'MO'), (347, 'MARGHERITA, ANTHONY J'), (511, '48,300'), (568, '3,625'), (611, '3,599'), (700, '55,524')]",65:185 -"[(16, 'TOBIN, CHRISTINE T'), (236, 'ATLANTA, GA'), (322, 'GA'), (347, 'TOBIN, CHRISTINE T'), (482, '9,294'), (566, '13,125'), (615, '307'), (700, '22,726')]",65:192 -"[(16, 'TOBIN, GARRY S'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'TOBIN, GARRY S'), (514, '8,044'), (618, '25'), (703, '8,069')]",65:199 -"[(16, 'TODD, TIMOTHY L'), (236, 'ZEELAND, MI'), (322, 'MI'), (347, 'TODD, TIMOTHY L'), (514, '1,200'), (703, '1,200')]",65:207 -"[(16, 'TOHEN, MAURICIO '), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'TOHEN, MAURICIO '), (514, '2,500'), (568, '8,250'), (618, '75'), (700, '10,825')]",65:214 -"[(16, 'TOLBERT, ETHAN W'), (236, 'ATLANTA, GA'), (322, 'GA'), (347, 'TOLBERT, ETHAN W'), (514, '3,375'), (703, '3,375')]",65:221 -"[(16, 'TOLIA, KIRIT K'), (236, 'NOVI, MI'), (322, 'MI'), (347, 'TOLIA, KIRIT K'), (511, '20,281'), (615, '212'), (700, '20,494')]",65:228 -"[(16, 'TOLLESON, THADDEUS R'), (236, 'TYLER, TX'), (322, 'TX'), (347, 'TOLLESON, THADDEUS R'), (514, '2,284'), (620, '1'), (703, '2,286')]",65:235 -"[(16, 'TOMAC, TRACY A'), (236, 'DULUTH, MN'), (322, 'MN'), (347, 'TOMAC, TRACY A'), (511, '37,575'), (611, '3,364'), (700, '40,939')]",65:243 -"[(16, 'TOMB, RICHARD C'), (236, 'WORCESTER, MA'), (322, 'MA'), (347, 'TOMB, RICHARD C'), (511, '13,800'), (615, '182'), (700, '13,982')]",65:250 -"[(16, 'TOMKY, DONNA M'), (236, 'ALBUQUERQUE, NM'), (322, 'NM'), (347, 'TOMKY, DONNA M'), (568, '1,000'), (618, '43'), (703, '1,043')]",65:257 -"[(16, 'TOOMEY, KATHLEEN C'), (236, 'SOMERVILLE, NJ'), (322, 'NJ'), (347, 'TOOMEY, KATHLEEN C'), (511, '30,800'), (615, '381'), (700, '31,181')]",65:264 -"[(16, 'TORGUSON, LYLE R'), (236, 'COTTAGE GROVE, OR'), (322, 'OR'), (347, 'TORGUSON, LYLE R'), (514, '9,750'), (615, '343'), (700, '10,093')]",65:271 -"[(16, 'TORRES, MARIA E'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'TORRES, MARIA E'), (489, '38'), (710, '38')]",65:279 -"[(16, 'TORRICELLI, RICHARD '), (236, 'CAPE CORAL, FL'), (322, 'FL'), (347, 'TORRICELLI, RICHARD '), (514, '3,300'), (703, '3,300')]",65:286 -"[(16, 'TOSA MEDICAL GROUP LLC'), (236, 'WAUWATOSA, WI'), (322, 'WI'), (347, 'LOPEZ‐TAN, DANIEL W'), (514, '3,800'), (703, '3,800')]",65:293 -"[(16, 'TOSCANO‐SMITH, KATHY '), (236, 'MADERA, CA'), (322, 'CA'), (347, 'TOSCANO‐SMITH, KATHY '), (482, '1,163'), (618, '28'), (703, '1,190')]",65:300 -"[(16, 'TOTAL DIETETICS, INC.'), (236, 'PONTE VEDRA BEACH, FL'), (322, 'FL'), (347, 'HENNIG, CECILIA B'), (482, '9,150'), (611, '1,076'), (700, '10,226')]",65:307 -"[(16, 'TOTH, DAVID W'), (236, 'NEWBURYPORT, MA'), (322, 'MA'), (347, 'TOTH, DAVID W'), (514, '7,000'), (618, '97'), (703, '7,097')]",65:315 -"[(16, 'TOTH, PETER P'), (236, 'STERLING, IL'), (322, 'IL'), (347, 'TOTH, PETER P'), (568, '1,500'), (703, '1,500')]",65:322 -"[(16, 'TRABOULSI, AMMAR S'), (236, 'NEW LONDON, CT'), (322, 'CT'), (347, 'TRABOULSI, AMMAR S'), (514, '2,750'), (615, '296'), (703, '3,046')]",65:329 -"[(16, 'TRAN, JOHN T'), (16, 'TRAN, JOHN T'), (236, 'SPOKANE, WA'), (236, 'SPOKANE, WA'), (322, 'WA'), (322, 'WA'), (347, 'TRAN, JOHN T'), (347, 'TRAN, JOHN T'), (514, '4,800'), (514, '4,800'), (615, '144'), (615, '144'), (703, '4,944'), (703, '4,944')]",65:336 -"[(16, 'TRAST, DONNA '), (236, 'KINGSTON, NY'), (322, 'NY'), (347, 'TRAST, DONNA '), (482, '1,500'), (615, '298'), (703, '1,798')]",65:344 -"[(16, 'TRAZZERA, SALVATORE '), (236, 'FARMINGDALE, NY'), (322, 'NY'), (347, 'TRAZZERA, SALVATORE '), (518, '934'), (707, '934')]",65:351 -"[(16, 'TRENTACOSTI, LORI '), (236, 'CARBONDALE, IL'), (322, 'IL'), (347, 'TRENTACOSTI, LORI '), (486, '900'), (618, '23'), (707, '923')]",65:358 -"[(16, 'TRESCOT, ANDREA M'), (236, 'SEATTLE, WA'), (322, 'WA'), (347, 'TRESCOT, ANDREA M'), (514, '1,750'), (618, '40'), (703, '1,790')]",65:365 -"[(16, 'TREVINO, SANDRA '), (236, 'EDINBURG, TX'), (322, 'TX'), (347, 'TREVINO, SANDRA '), (482, '1,969'), (615, '115'), (703, '2,083')]",65:372 -"[(16, 'TRI CITY ENDOCRINOLOGY'), (236, 'OCEANSIDE, CA'), (322, 'CA'), (347, 'GUERIN, CHRIS K'), (514, '2,088'), (618, '43'), (703, '2,131')]",65:379 -"[(16, 'TRIMBLE, DEBBIE '), (236, 'LEWISBURG, PA'), (322, 'PA'), (347, 'TRIMBLE, DEBBIE '), (482, '4,688'), (615, '345'), (703, '5,033')]",65:387 -"[(16, 'TRIMMER, ROSANN K'), (236, 'STEUBENVILLE, OH'), (322, 'OH'), (347, 'TRIMMER, ROSANN K'), (482, '2,288'), (703, '2,288')]",65:394 -"[(16, 'TRINITY HEALTH AND WELLNESS CENTER, INC.'), (236, 'ROSEVILLE, CA'), (322, 'CA'), (347, 'KING, MARK A'), (514, '4,000'), (703, '4,000')]",65:401 -"[(16, 'TRIPLITT, CURTIS L'), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'TRIPLITT, CURTIS L'), (514, '5,438'), (615, '465'), (703, '5,902')]",65:408 -"[(16, 'TRI‐STATE CLINICAL CONSULTANTS, LLC'), (236, 'HENDERSON, AR'), (322, 'AR'), (347, 'SMITH, CHERI '), (479, '21,031'), (568, '5,440'), (611, '5,912'), (700, '32,383')]",65:415 -"[(16, 'TRIVEDI, NITIN '), (236, 'WORCESTER, MA'), (322, 'MA'), (347, 'TRIVEDI, NITIN '), (514, '1,594'), (703, '1,594')]",65:423 -"[(16, 'TRIVISONNO, RODOLFO A'), (236, 'EVERETT, WA'), (322, 'WA'), (347, 'TRIVISONNO, RODOLFO A'), (514, '1,200'), (703, '1,200')]",65:430 -"[(16, 'TROCK, DAVID H'), (236, 'DANBURY, CT'), (322, 'CT'), (347, 'TROCK, DAVID H'), (514, '6,000'), (703, '6,000')]",65:437 -"[(16, 'TROY MEDICAL PC'), (236, 'TROY, MI'), (322, 'MI'), (347, 'BUNNEY, NOOR S'), (514, '3,950'), (618, '37'), (703, '3,987')]",65:444 -"[(16, 'TRPKO DIMOVSKI, INC.'), (236, 'WASHINGTON, MI'), (322, 'MI'), (347, 'DIMOVSKI, TRPKO '), (514, '3,375'), (615, '128'), (703, '3,503')]",65:451 -"[(16, 'TRUBELJA, NENAD '), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'TRUBELJA, NENAD '), (521, '84'), (710, '84')]",65:459 -"[(16, 'TRUESDALE DIABETES AND ENDOCRINOLOGY, PC'), (236, 'FALL RIVER, MA'), (322, 'MA'), (347, 'EIL, CHARLES '), (514, '3,506'), (703, '3,506')]",65:466 -"[(16, 'TRUJILLO, MORAIMA '), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'TRUJILLO, MORAIMA '), (511, '19,075'), (615, '816'), (700, '19,891')]",65:473 -"[(16, 'TSAO, HAI C'), (236, 'MUNCIE, IN'), (322, 'IN'), (347, 'TSAO, HAI C'), (514, '1,200'), (703, '1,200')]",65:480 -"[(16, 'TSEMBERIS, SAM '), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'TSEMBERIS, SAM '), (615, '782'), (707, '782')]",65:487 -"[(16, 'TSENG, PAUL C'), (236, 'PORTLAND, OR'), (322, 'OR'), (347, 'TSENG, PAUL C'), (568, '1,719'), (618, '93'), (703, '1,812')]",65:495 -"[(16, 'TUAN, CHENG‐YANG C'), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'TUAN, CHENG‐YANG C'), (514, '5,475'), (615, '108'), (703, '5,583')]",65:502 -"[(16, 'TUCCI, JOSEPH R'), (236, 'PROVIDENCE, RI'), (322, 'RI'), (347, 'TUCCI, JOSEPH R'), (511, '23,913'), (611, '1,452'), (700, '25,365')]",65:509 -"[(16, 'SWEESO, MARY E'), (236, 'CREVE COEUR, MO'), (322, 'MO'), (347, 'SWEESO, MARY E'), (568, '1,000'), (703, '1,000')]",63:351 -"[(16, 'SWEGLER, ERICA W'), (236, 'KELLER, TX'), (322, 'TX'), (347, 'SWEGLER, ERICA W'), (568, '2,000'), (618, '32'), (703, '2,032')]",63:358 -"[(16, 'SWIHART CONSULTING, P.A.'), (236, 'MINNETONKA, MN'), (322, 'MN'), (347, 'SWIHART, ERNEST W'), (511, '16,200'), (568, '2,000'), (615, '709'), (700, '18,909')]",63:365 -"[(16, 'SWITZER, PAUL K'), (236, 'COLUMBIA, SC'), (322, 'SC'), (347, 'SWITZER, PAUL K'), (514, '4,200'), (703, '4,200')]",63:372 -"[(16, 'SYED JAFER ALI KHAN'), (236, 'ZIONSVILLE, IN'), (322, 'IN'), (347, 'KHAN, SYED J'), (514, '9,300'), (703, '9,300')]",63:379 -"[(16, 'SYED, SAFIULLAH '), (236, 'BECKLEY, WV'), (322, 'WV'), (347, 'SYED, SAFIULLAH '), (514, '5,575'), (703, '5,575')]",63:387 -"[(16, 'SYNERGY MEDICAL SERVICES, INC.'), (236, 'SHAWNEE, OK'), (322, 'OK'), (347, 'STEWART, ROBERT S'), (514, '2,800'), (615, '424'), (703, '3,224')]",63:394 -"[(16, 'T. RAVISHANKAR MD PC'), (236, 'GLEN HEAD, NY'), (322, 'NY'), (347, 'PROVIDERS OF SERVICE: '), (486, '188'), (511, '14,588'), (618, '15'), (700, '14,790')]",63:401 -"[(347, 'RAVISHANKAR, KALA ;')]",63:408 -"[(347, 'RAVISHANKAR, THARAKARAM ')]",63:415 -"[(16, 'T.J. GRAYDEN CONSULTING, INC'), (236, 'DANA POINT, CA'), (322, 'CA'), (347, 'GRAYDEN, TOM J'), (511, '45,600'), (611, '2,995'), (700, '48,595')]",63:423 -"[(16, 'T/A PAIN AND REHABILITATION MEDICINE, LTD'), (236, 'BETHESDA, MD'), (322, 'MD'), (347, 'GERWIN, ROBERT D'), (514, '4,000'), (703, '4,000')]",63:430 -"[(16, 'TABBARA, IMAD A'), (236, 'WASHINGTON, DC'), (322, 'DC'), (347, 'TABBARA, IMAD A'), (568, '2,250'), (618, '92'), (703, '2,342')]",63:437 -"[(16, 'TABLER CLINICAL SERVICES, PSC'), (236, 'LOUISVILLE, KY'), (322, 'KY'), (347, 'TABLER, JAMES'), (514, '1,950'), (618, '58'), (703, '2,008')]",63:444 -"[(16, 'TABRIZCHI, ALI '), (236, 'BEL AIR, MD'), (322, 'MD'), (347, 'TABRIZCHI, ALI '), (514, '7,309'), (703, '7,309')]",63:451 -"[(16, 'TAFT, KATHERINE K'), (236, 'SOUTH PASADENA, CA'), (322, 'CA'), (347, 'TAFT, KATHERINE K'), (482, '2,981'), (611, '2,155'), (703, '5,136')]",63:459 -"[(16, 'TAHERI, HAMID '), (236, 'MANASSAS, VA'), (322, 'VA'), (347, 'TAHERI, HAMID '), (511, '20,984'), (615, '408'), (700, '21,392')]",63:466 -"[(16, 'TALLAHASSEE NEUROLOGICAL CLINIC'), (236, 'TALLAHASSEE, FL'), (322, 'FL'), (347, 'AYALA, RICARDO '), (514, '1,500'), (703, '1,500')]",63:473 -"[(16, 'TALLO, DIANE '), (236, 'COLUMBUS, OH'), (322, 'OH'), (347, 'TALLO, DIANE '), (514, '3,781'), (615, '117'), (703, '3,898')]",63:480 -"[(16, 'TALMADGE, JOHN M'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'TALMADGE, JOHN M'), (514, '8,325'), (611, '1,408'), (703, '9,733')]",63:487 -"[(16, 'TAMBOLI, HOSHEDAR P'), (236, 'BRANDON, FL'), (322, 'FL'), (347, 'TAMBOLI, HOSHEDAR P'), (511, '14,384'), (615, '606'), (700, '14,991')]",63:495 -"[(16, 'TAMBORLANE, WILLIAM V'), (236, 'NEW HAVEN, CT'), (322, 'CT'), (347, 'TAMBORLANE, WILLIAM V'), (511, '26,563'), (615, '851'), (700, '27,413')]",63:502 -"[(16, 'TAMI, LUIS F'), (236, 'HOLLYWOOD, FL'), (322, 'FL'), (347, 'TAMI, LUIS F'), (514, '1,353'), (618, '10'), (703, '1,363')]",63:509 -"[(16, 'TAMLYN, THOMAS M'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'TAMLYN, THOMAS M'), (521, '84'), (710, '84')]",63:516 -"[(16, 'TAMPA INTERNATIONAL HEART FOUNDATION'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'SULLEBARGER, JOHN T'), (511, '12,184'), (568, '1,100'), (615, '474'), (700, '13,758')]",63:523 -"[(16, 'TAN DIABETES CONSULTING, LLC'), (236, 'ANN ARBOR, MI'), (322, 'MI'), (347, 'TAN, MENG H'), (568, '6,625'), (608, '15,811'), (700, '22,436')]",63:531 -"[(16, 'TANDAN, RUP '), (236, 'BURLINGTON, VT'), (322, 'VT'), (347, 'TANDAN, RUP '), (514, '6,100'), (568, '2,000'), (611, '1,096'), (703, '9,196')]",63:538 -"[(16, 'TANEN, MARK S'), (236, 'MC LEAN, VA'), (322, 'VA'), (347, 'TANEN, MARK S'), (514, '2,794'), (618, '38'), (703, '2,832')]",63:545 -"[(16, 'TANG, AYLMER C'), (236, 'CHAMBERSBURG, PA'), (322, 'PA'), (347, 'TANG, AYLMER C'), (514, '2,284'), (703, '2,284')]",63:552 -"[(16, 'TANNER, BOBO '), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'TANNER, BOBO '), (511, '22,275'), (611, '3,861'), (700, '26,136')]",63:559 -"[(16, 'TANNER, JAMES A'), (236, 'LITTLE ROCK, AR'), (322, 'AR'), (347, 'TANNER, JAMES A'), (518, '800'), (707, '800')]",63:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 63 of 71')]",63:591 -"[(347, 'Lilly Faculty Registry')]",64:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",64:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",64:63 -"[(558, '(All amounts in US Dollars)')]",64:70 -"[(499, 'Healthcare ')]",64:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",64:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",64:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",64:88 -"[(500, 'Education '), (583, 'Related Expenses')]",64:92 -"[(467, 'Programs'), (532, 'Education Programs')]",64:95 -"[(501, 'Programs')]",64:99 -"[(16, 'TANTON, DAMON D'), (236, 'CELEBRATION, FL'), (322, 'FL'), (347, 'TANTON, DAMON D'), (511, '12,531'), (615, '692'), (700, '13,223')]",64:106 -"[(16, 'TAPP, JOHN C'), (236, 'BOWLING GREEN, KY'), (322, 'KY'), (347, 'TAPP, JOHN C'), (511, '36,525'), (611, '3,269'), (700, '39,794')]",64:113 -"[(16, 'TARGAN, STEPHAN R'), (236, 'WEST HOLLYWOOD, CA'), (322, 'CA'), (347, 'TARGAN, STEPHAN R'), (568, '2,500'), (615, '244'), (703, '2,744')]",64:120 -"[(16, 'TARIQ, MANZOOR A'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'TARIQ, MANZOOR A'), (514, '7,734'), (615, '369'), (703, '8,103')]",64:127 -"[(16, 'TARRANT COUNTY CARDIOLOGY'), (236, 'FORT WORTH, TX'), (322, 'TX'), (347, 'MUNDLURU, GIRI D'), (514, '6,934'), (703, '6,934')]",64:135 -"[(16, 'TATPATI MEDICAL GROUP, LLC'), (236, 'WICHITA, KS'), (322, 'KS'), (347, 'TATPATI, OLGA A'), (514, '3,838'), (703, '3,838')]",64:142 -"[(16, 'TAUBES, BETH '), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'TAUBES, BETH '), (514, '3,413'), (572, '938'), (611, '1,175'), (703, '5,525')]",64:149 -"[(16, 'TAUER, KURT W'), (236, 'MEMPHIS, TN'), (322, 'TN'), (347, 'TAUER, KURT W'), (511, '16,200'), (611, '1,452'), (700, '17,652')]",64:156 -"[(16, 'TAY, ANTHONY T'), (236, 'BRANSON, MO'), (322, 'MO'), (347, 'TAY, ANTHONY T'), (514, '3,775'), (618, '40'), (703, '3,815')]",64:163 -"[(16, 'TAYLOR, ANGELA M'), (236, 'CHARLOTTESVILLE, VA'), (322, 'VA'), (347, 'TAYLOR, ANGELA M'), (518, '169'), (707, '169')]",64:171 -"[(16, 'TAYLOR, FLETCHER B'), (236, 'UNIVERSITY PLACE, WA'), (322, 'WA'), (347, 'TAYLOR, FLETCHER B'), (511, '24,775'), (615, '217'), (700, '24,992')]",64:178 -"[(16, 'TAYLOR, MARTIN T'), (236, 'NEW ALBANY, OH'), (322, 'OH'), (347, 'TAYLOR, MARTIN T'), (514, '1,500'), (703, '1,500')]",64:185 -"[(16, 'TAYLOR, MARY '), (236, 'NEW PRAGUE, MN'), (322, 'MN'), (347, 'TAYLOR, MARY '), (482, '9,275'), (611, '1,382'), (700, '10,657')]",64:192 -"[(16, 'TAYLOR, RENEA '), (236, 'STARKVILLE, MS'), (322, 'MS'), (347, 'TAYLOR, RENEA '), (482, '5,325'), (611, '1,212'), (703, '6,537')]",64:199 -"[(16, 'TAYLOR, WENDY '), (236, 'FLORENCE, SC'), (322, 'SC'), (347, 'TAYLOR, WENDY '), (482, '7,838'), (615, '823'), (703, '8,660')]",64:207 -"[(16, 'TCHENG, JAMES E'), (236, 'DURHAM, NC'), (322, 'NC'), (347, 'TCHENG, JAMES E'), (511, '10,884'), (572, '375'), (615, '385'), (700, '11,644')]",64:214 -"[(16, 'TED S. SILVER M.D.'), (236, 'FOX POINT, WI'), (322, 'WI'), (347, 'SILVER, TED S'), (511, '27,584'), (611, '1,736'), (700, '29,320')]",64:221 -"[(16, 'TEHLIRIAN, CHRISTOPHER V'), (236, 'RICHARDSON, TX'), (322, 'TX'), (347, 'TEHLIRIAN, CHRISTOPHER V'), (511, '16,250'), (611, '1,345'), (700, '17,595')]",64:228 -"[(16, 'TEHRANI, NASSER S'), (236, 'MACON, GA'), (322, 'GA'), (347, 'TEHRANI, NASSER S'), (514, '6,034'), (703, '6,034')]",64:235 -"[(16, 'TEITELBAUM, MARSHALL L'), (236, 'JUPITER, FL'), (322, 'FL'), (347, 'TEITELBAUM, MARSHALL L'), (514, '3,050'), (615, '334'), (703, '3,384')]",64:243 -"[(16, 'TEJ, LLC'), (236, 'JOHNSTOWN, PA'), (322, 'PA'), (347, 'PATEL, TEJASKUMAR B'), (511, '37,375'), (611, '2,272'), (700, '39,647')]",64:250 -"[(16, 'TEO ONG, WILLIE C'), (236, 'BROWNSVILLE, TX'), (322, 'TX'), (347, 'TEO ONG, WILLIE C'), (518, '281'), (707, '281')]",64:257 -"[(16, 'TERRI W. JERKINS, MD'), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'JERKINS, TERRI W'), (511, '15,269'), (611, '1,839'), (700, '17,108')]",64:264 -"[(16, 'TERRILL, MARY J'), (236, 'VALLEY CENTER, KS'), (322, 'KS'), (347, 'TERRILL, MARY J'), (482, '4,069'), (615, '742'), (703, '4,811')]",64:271 -"[(16, 'TESTER, WILLIAM J'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'TESTER, WILLIAM J'), (511, '14,963'), (615, '289'), (700, '15,251')]",64:279 -"[(16, 'TEXAS PSYCHIATRY ASSOCIATES P.A.'), (236, 'BEDFORD, TX'), (322, 'TX'), (347, 'QUADRI, SYED M'), (511, '10,250'), (615, '117'), (700, '10,367')]",64:286 -"[(16, 'THADANI, UDHO '), (236, 'OKLAHOMA CITY, OK'), (322, 'OK'), (347, 'THADANI, UDHO '), (511, '13,453'), (615, '299'), (700, '13,752')]",64:293 -"[(16, 'THAKKER, SUMAN P'), (236, 'VICTORVILLE, CA'), (322, 'CA'), (347, 'THAKKER, SUMAN P'), (511, '16,475'), (615, '763'), (700, '17,238')]",64:300 -"[(16, 'THANNOLI, NATARAJAN '), (236, 'SOMERSET, KY'), (322, 'KY'), (347, 'THANNOLI, NATARAJAN '), (518, '934'), (707, '934')]",64:307 -"[(16, 'THARPE, CARTER E'), (236, 'MACON, GA'), (322, 'GA'), (347, 'THARPE, CARTER E'), (514, '4,484'), (703, '4,484')]",64:315 -"[(16, 'THARWANI, HARESH M'), (236, 'DURHAM, NC'), (322, 'NC'), (347, 'THARWANI, HARESH M'), (511, '49,800'), (611, '1,860'), (700, '51,660')]",64:322 -"[(16, 'THAXTON, LORA L'), (236, 'TOLEDO, OH'), (322, 'OH'), (347, 'THAXTON, LORA L'), (514, '3,750'), (618, '54'), (703, '3,804')]",64:329 -"[(16, 'THE ANGELES CLINIC AND RESEARCH INSTITUTE, INC'), (16, 'THE ANGELES CLINIC AND RESEARCH INSTITUTE, INC'), (236, 'SANTA MONICA, CA'), (236, 'SANTA MONICA, CA'), (322, 'CA'), (322, 'CA'), (347, 'HAMID, OMID '), (347, 'HAMID, OMID '), (514, '4,513'), (514, '4,513'), (568, '1,100'), (568, '1,100'), (703, '5,613'), (703, '5,613')]",64:336 -"[(16, 'THE BURGOYNE INSTITUTE, LLC.'), (236, 'PHOENIX, AZ'), (322, 'AZ'), (347, 'BURGOYNE, DAVID S'), (511, '11,150'), (618, '75'), (700, '11,225')]",64:344 -"[(16, 'THE CARDIOVASCULAR GROUP AT SELMA'), (236, 'WINCHESTER, VA'), (322, 'VA'), (347, 'GAITHER, NEAL S'), (514, '9,434'), (615, '101'), (703, '9,535')]",64:351 -"[(16, 'THE DIABETES CENTER'), (236, 'OLD SAYBROOK, CT'), (322, 'CT'), (347, 'ZETTERVALL, DON '), (514, '1,113'), (703, '1,113')]",64:358 -"[(16, 'THE DIABETES CENTER, PLLC'), (236, 'OCEAN SPRINGS, MS'), (322, 'MS'), (347, 'ARNOLD, KATHLEEN C'), (482, '2,231'), (615, '107'), (703, '2,338')]",64:365 -"[(16, 'THE ENDOCRINE CENTER OF FLORIDA'), (236, 'PALM HARBOR, FL'), (322, 'FL'), (347, 'DRUCKER, JERRY '), (518, '281'), (707, '281')]",64:372 -"[(16, 'THE ENDOCRINE CLINIC, P.C.'), (236, 'SAVANNAH, GA'), (322, 'GA'), (347, 'STOEVER, JAMES A'), (514, '1,156'), (703, '1,156')]",64:379 -"[(16, 'THE ENDOCRINE CLINIC, P.C.'), (236, 'PORTLAND, OR'), (322, 'OR'), (347, 'COHEN, ALLEN J'), (514, '9,781'), (703, '9,781')]",64:387 -"[(16, 'THE NEUROSCIENCE ALLIANCE'), (236, 'WEST JEFFERSON, OH'), (322, 'OH'), (347, 'CARROLL, BRENDON T'), (514, '5,200'), (615, '147'), (703, '5,347')]",64:394 -"[(16, 'THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL, DEPARTMENT OF PSYCHIATRY'), (236, 'CHAPEL HILL, NC'), (322, 'NC'), (347, 'PERKINS, DIANA O'), (518, '900'), (611, '2,287'), (703, '3,187')]",64:401 -"[(16, 'THEODORE FELDMAN, MD, PA'), (236, 'PINECREST, FL'), (322, 'FL'), (347, 'FELDMAN, THEODORE '), (514, '6,684'), (615, '813'), (703, '7,497')]",64:408 -"[(16, 'THERAPEIA, INC.'), (236, 'SANTURCE, PR'), (322, 'PR'), (347, 'CAMINO GAZTAMBIDE, RICHARD F'), (514, '4,200'), (703, '4,200')]",64:415 -"[(16, 'THERESA LAWRENCE‐FORD'), (236, 'SNELLVILLE, GA'), (322, 'GA'), (347, 'LAWRENCE‐FORD, THERESA A'), (511, '11,775'), (615, '632'), (700, '12,407')]",64:423 -"[(16, 'THIENEMAN, ANDREW C'), (236, 'EVANSVILLE, IN'), (322, 'IN'), (347, 'THIENEMAN, ANDREW C'), (514, '1,769'), (703, '1,769')]",64:430 -"[(16, 'THIGPEN, JAMES T'), (236, 'JACKSON, MS'), (322, 'MS'), (347, 'THIGPEN, JAMES T'), (568, '1,125'), (615, '296'), (703, '1,421')]",64:437 -"[(16, 'STILL AIR VENTURES, INC'), (236, 'LEWISBURG, PA'), (322, 'PA'), (347, 'STANKIEWICZ, RUSSELL J'), (514, '6,075'), (615, '214'), (703, '6,289')]",62:394 -"[(16, 'STOCK, DANIEL W'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'STOCK, DANIEL W'), (514, '1,275'), (615, '254'), (703, '1,529')]",62:401 -"[(16, 'STOKMAN, ANNE '), (236, 'MODESTO, CA'), (322, 'CA'), (347, 'STOKMAN, ANNE '), (482, '9,038'), (615, '901'), (703, '9,938')]",62:408 -"[(16, 'STONE MOUNTAIN MEDICAL ASSOCIATES, INC.'), (236, 'OCEANSIDE, CA'), (322, 'CA'), (347, 'STEINBERG, KARL E'), (514, '4,800'), (618, '60'), (703, '4,860')]",62:415 -"[(16, 'STONE, BEVERLY J'), (236, 'BRADENTON, FL'), (322, 'FL'), (347, 'STONE, BEVERLY J'), (479, '10,088'), (611, '1,754'), (700, '11,841')]",62:423 -"[(16, 'STORIE, KELLY '), (236, 'CAVE CREEK, AZ'), (322, 'AZ'), (347, 'STORIE, KELLY '), (482, '2,963'), (615, '356'), (703, '3,319')]",62:430 -"[(16, 'STOUT, RODNEY B'), (236, 'GALLIPOLIS, OH'), (322, 'OH'), (347, 'STOUT, RODNEY B'), (514, '1,725'), (703, '1,725')]",62:437 -"[(16, 'STOVALL, DALE W'), (236, 'RICHMOND, VA'), (322, 'VA'), (347, 'STOVALL, DALE W'), (514, '2,563'), (618, '74'), (703, '2,637')]",62:444 -"[(16, 'STRACHEN, MICHAEL J'), (236, 'RICHMOND, VA'), (322, 'VA'), (347, 'STRACHEN, MICHAEL J'), (514, '3,750'), (618, '99'), (703, '3,849')]",62:451 -"[(16, 'STRAHAN, ALENE P'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'STRAHAN, ALENE P'), (514, '1,500'), (703, '1,500')]",62:459 -"[(16, 'STRAHL, NATHAN R'), (236, 'DURHAM, NC'), (322, 'NC'), (347, 'STRAHL, NATHAN R'), (511, '49,500'), (611, '2,758'), (700, '52,258')]",62:466 -"[(16, 'STRAIN, JANET E'), (236, 'HAWTHORNE, NJ'), (322, 'NJ'), (347, 'STRAIN, JANET E'), (514, '1,184'), (703, '1,184')]",62:473 -"[(16, 'STRAND PSYCHIATRIC ASSOCIATES, PA'), (236, 'MYRTLE BEACH, SC'), (322, 'SC'), (347, 'PROVIDERS OF SERVICE: '), (511, '50,700'), (568, '3,000'), (611, '4,030'), (700, '57,730')]",62:480 -"[(347, 'HONICK, MURRAY G;')]",62:487 -"[(347, 'LAMM, RENEE R')]",62:495 -"[(16, 'STRATTON‐HODGE, SUSAN M'), (236, 'BARBOURVILLE, KY'), (322, 'KY'), (347, 'STRATTON‐HODGE, SUSAN M'), (482, '3,488'), (615, '401'), (703, '3,888')]",62:502 -"[(16, 'STRAUB, CHERYL E'), (236, 'SAINT MARYS, PA'), (322, 'PA'), (347, 'STRAUB, CHERYL E'), (479, '10,631'), (611, '2,543'), (700, '13,174')]",62:509 -"[(16, 'STRAUGHN, CLIFTON W'), (236, 'ANDERSON, SC'), (322, 'SC'), (347, 'STRAUGHN, CLIFTON W'), (511, '11,700'), (615, '128'), (700, '11,828')]",62:516 -"[(16, 'STRINGER, KENNETH D'), (236, 'OKEMOS, MI'), (322, 'MI'), (347, 'STRINGER, KENNETH D'), (514, '2,700'), (615, '204'), (703, '2,904')]",62:523 -"[(16, 'STRIZIK, BRIAN C'), (236, 'SYOSSET, NY'), (322, 'NY'), (347, 'STRIZIK, BRIAN C'), (514, '6,034'), (621, '5'), (703, '6,040')]",62:531 -"[(16, 'STRONG, JOSEPHINE W'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'STRONG, JOSEPHINE W'), (482, '4,813'), (568, '1,000'), (615, '560'), (703, '6,373')]",62:538 -"[(16, 'STROUD, DENISE K'), (236, 'KEYSTONE, SD'), (322, 'SD'), (347, 'STROUD, DENISE K'), (486, '263'), (618, '27'), (707, '289')]",62:545 -"[(16, 'STROUSE, THOMAS B'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'STROUSE, THOMAS B'), (514, '6,450'), (568, '1,000'), (615, '140'), (703, '7,590')]",62:552 -"[(16, 'STUART SILVERMAN, MD ‐ A MEDICAL CORPORATION'), (236, 'BEVERLY HILLS, CA'), (322, 'CA'), (347, 'SILVERMAN, STUART L'), (511, '17,000'), (615, '187'), (700, '17,187')]",62:559 -"[(16, 'STUBBLEFIELD, EARL T'), (236, 'FLOWOOD, MS'), (322, 'MS'), (347, 'STUBBLEFIELD, EARL T'), (514, '9,525'), (615, '283'), (703, '9,808')]",62:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 62 of 71')]",62:591 -"[(347, 'Lilly Faculty Registry')]",63:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",63:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",63:63 -"[(558, '(All amounts in US Dollars)')]",63:70 -"[(499, 'Healthcare ')]",63:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",63:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",63:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",63:88 -"[(500, 'Education '), (583, 'Related Expenses')]",63:92 -"[(467, 'Programs'), (532, 'Education Programs')]",63:95 -"[(501, 'Programs')]",63:99 -"[(16, 'STUPI, ANGELA M'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'STUPI, ANGELA M'), (511, '12,750'), (615, '203'), (700, '12,953')]",63:106 -"[(16, 'SUAREZ‐BARCELO, MANUEL A'), (236, 'NORTH MIAMI BEACH, FL'), (322, 'FL'), (347, 'SUAREZ‐BARCELO, MANUEL A'), (511, '29,250'), (611, '3,933'), (700, '33,183')]",63:113 -"[(16, 'SUBBARAO MYLAVARAPU, M.D.'), (236, 'NEWPORT BEACH, CA'), (322, 'CA'), (347, 'MYLAVARAPU, SUBBARAO V'), (514, '1,100'), (703, '1,100')]",63:120 -"[(16, 'SUBURBAN RESEARCH ASSOCIATES'), (236, 'MEDIA, PA'), (322, 'PA'), (347, 'HATTI, SHIVKUMAR S'), (511, '43,050'), (568, '3,000'), (611, '2,150'), (700, '48,200')]",63:127 -"[(16, 'SUDHIR M. GOKHALE MD SC'), (236, 'OAK LAWN, IL'), (322, 'IL'), (347, 'GOKHALE, SUDHIR M'), (511, '35,400'), (615, '356'), (700, '35,756')]",63:135 -"[(16, 'SUETHOLZ, DAVID W'), (236, 'TAYLOR MILL, KY'), (322, 'KY'), (347, 'SUETHOLZ, DAVID W'), (514, '4,450'), (615, '315'), (703, '4,765')]",63:142 -"[(16, 'SUGARMAN, STANLEY M'), (236, 'VANCOUVER, WA'), (322, 'WA'), (347, 'SUGARMAN, STANLEY M'), (514, '2,056'), (703, '2,056')]",63:149 -"[(16, 'SUGG, ZOLA '), (236, 'GREENVILLE, NC'), (322, 'NC'), (347, 'SUGG, ZOLA '), (482, '5,538'), (611, '1,009'), (703, '6,547')]",63:156 -"[(16, 'SULLIVAN, TERRY '), (236, 'FREDERICKSBURG, VA'), (322, 'VA'), (347, 'SULLIVAN, TERRY '), (482, '1,463'), (703, '1,463')]",63:163 -"[(16, 'SUMTER MEDICAL SPECIALISTS PA'), (236, 'SUMTER, SC'), (322, 'SC'), (347, 'LILAVIVAT, USAH '), (514, '2,031'), (703, '2,031')]",63:171 -"[(16, 'SUN VALLEY ARTHRITIS CENTER, LTD.'), (236, 'PEORIA, AZ'), (322, 'AZ'), (347, 'SCHECHTMAN, JOY '), (514, '6,275'), (618, '69'), (703, '6,344')]",63:178 -"[(16, 'SUNDARARAJAN, KRISHNAN '), (236, 'CHARDON, OH'), (322, 'OH'), (347, 'SUNDARARAJAN, KRISHNAN '), (521, '84'), (618, '55'), (707, '139')]",63:185 -"[(16, 'SUNDERLIN, FREDERICK S'), (236, 'DANVILLE, PA'), (322, 'PA'), (347, 'SUNDERLIN, FREDERICK S'), (514, '5,588'), (618, '69'), (703, '5,656')]",63:192 -"[(16, 'SUNITA GUPTA M.D. PC'), (236, 'ALPHARETTA, GA'), (322, 'GA'), (347, 'GUPTA, SUNITA '), (514, '1,700'), (618, '35'), (703, '1,735')]",63:199 -"[(16, 'SUO, SHANNON T'), (236, 'SACRAMENTO, CA'), (322, 'CA'), (347, 'SUO, SHANNON T'), (514, '2,825'), (618, '92'), (703, '2,917')]",63:207 -"[(16, 'SUPERIOR PSYCHOPHARMACOLOGY'), (236, 'MINNEAPOLIS, MN'), (322, 'MN'), (347, 'SIMON, JOHN E'), (511, '15,450'), (615, '721'), (700, '16,171')]",63:214 -"[(16, 'SUPERIOR STREET FAMILY PHYSICIANS DBA FALLBROOK FAMILY HEALTH CENTER'), (236, 'LINCOLN, NE'), (322, 'NE'), (347, 'SAATHOFF, STEVEN J'), (514, '4,200'), (615, '106'), (703, '4,306')]",63:221 -"[(16, 'SUPNET, RICA A'), (236, 'BOYNTON BEACH, FL'), (322, 'FL'), (347, 'SUPNET, RICA A'), (482, '3,188'), (618, '80'), (703, '3,267')]",63:228 -"[(16, 'SURESH CHANDRASEKARAN, M.D., P.C.'), (236, 'MIDWEST CITY, OK'), (322, 'OK'), (347, 'CHANDRASEKARAN, SURESH '), (514, '3,384'), (703, '3,384')]",63:235 -"[(16, 'SURESH JAIN, MD. PC'), (236, 'NEW HYDE PARK, NY'), (322, 'NY'), (347, 'JAIN, SURESH P'), (514, '9,984'), (703, '9,984')]",63:243 -"[(16, 'SURMA, PHYLLIS '), (236, 'FARMINGTON, MI'), (322, 'MI'), (347, 'SURMA, PHYLLIS '), (482, '3,300'), (615, '129'), (703, '3,429')]",63:250 -"[(16, 'SUSSMAN, SHERRY K'), (236, 'SMITHTOWN, NY'), (322, 'NY'), (347, 'SUSSMAN, SHERRY K'), (511, '16,088'), (700, '16,088')]",63:257 -"[(16, 'SUTHERLAND, KATHERINE K'), (236, 'MOUNTAIN VIEW, CA'), (322, 'CA'), (347, 'SUTHERLAND, KATHERINE K'), (514, '3,775'), (615, '132'), (703, '3,907')]",63:264 -"[(16, 'SUTHERLAND, STEVE M'), (236, 'CHARLOTTE, NC'), (322, 'NC'), (347, 'SUTHERLAND, STEVE M'), (514, '4,950'), (703, '4,950')]",63:271 -"[(16, 'SUTTER MEDICAL FOUNDATION NORTH BAY'), (236, 'SANTA ROSA, CA'), (322, 'CA'), (347, 'SHAW, AMY E'), (514, '3,375'), (618, '79'), (703, '3,454')]",63:279 -"[(16, 'SUYDAM, JUDY '), (236, 'SOLON, OH'), (322, 'OH'), (347, 'SUYDAM, JUDY '), (482, '6,488'), (568, '1,000'), (615, '771'), (703, '8,259')]",63:286 -"[(16, 'SUZUKI, DANIEL T'), (236, 'SAN MARINO, CA'), (322, 'CA'), (347, 'SUZUKI, DANIEL T'), (511, '38,700'), (568, '9,000'), (611, '1,671'), (700, '49,371')]",63:293 -"[(16, 'SVELA, JANICE E'), (236, 'BROOKFIELD, IL'), (322, 'IL'), (347, 'SVELA, JANICE E'), (482, '3,188'), (615, '199'), (703, '3,386')]",63:300 -"[(16, 'SVOBODA, JONBEN D'), (236, 'SPRINGFIELD, MO'), (322, 'MO'), (347, 'SVOBODA, JONBEN D'), (514, '1,863'), (703, '1,863')]",63:307 -"[(16, 'SVOBODA, MATTHEW J'), (236, 'OVERLAND PARK, KS'), (322, 'KS'), (347, 'SVOBODA, MATTHEW J'), (482, '1,988'), (615, '150'), (703, '2,138')]",63:315 -"[(16, 'SWAIN, MARILYN '), (236, 'ERIE, PA'), (322, 'PA'), (347, 'SWAIN, MARILYN '), (482, '3,375'), (703, '3,375')]",63:322 -"[(16, 'SWAIN, SUSAN Q'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'SWAIN, SUSAN Q'), (572, '750'), (707, '750')]",63:329 -"[(16, 'SWARNER, WARNER B'), (16, 'SWARNER, WARNER B'), (236, 'PORTLAND, OR'), (236, 'PORTLAND, OR'), (322, 'OR'), (322, 'OR'), (347, 'SWARNER, WARNER B'), (347, 'SWARNER, WARNER B'), (514, '9,450'), (514, '9,450'), (615, '249'), (615, '249'), (703, '9,699'), (703, '9,699')]",63:336 -"[(16, 'SWEENEY, KAY '), (236, 'NOVI, MI'), (322, 'MI'), (347, 'SWEENEY, KAY '), (482, '3,788'), (615, '263'), (703, '4,051')]",63:344 -"[(16, 'SPARKS, AMANDA G'), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'SPARKS, AMANDA G'), (511, '39,000'), (568, '3,000'), (611, '2,514'), (700, '44,514')]",61:437 -"[(16, 'SPEAKINGDOC INC'), (236, 'BOWLING GREEN, OH'), (322, 'OH'), (347, 'BELL, D WAYNE W'), (514, '8,800'), (615, '394'), (703, '9,194')]",61:444 -"[(16, 'SPECIALTY MEDICINE CARE, LLC'), (236, 'BEAVERCREEK, OH'), (322, 'OH'), (347, 'GLOWIENKA, PAUL R'), (514, '4,656'), (703, '4,656')]",61:451 -"[(16, 'SPEISER, CRAIG J'), (236, 'CONCORD, NC'), (322, 'NC'), (347, 'SPEISER, CRAIG J'), (518, '919'), (707, '919')]",61:459 -"[(16, 'SPICER, NANCY J'), (236, 'WATERTOWN, NY'), (322, 'NY'), (347, 'SPICER, NANCY J'), (482, '1,050'), (615, '163'), (703, '1,213')]",61:466 -"[(16, 'SPIEGEL, MICHAEL '), (236, 'NEW MILFORD, CT'), (322, 'CT'), (347, 'SPIEGEL, MICHAEL '), (511, '12,275'), (611, '1,507'), (700, '13,782')]",61:473 -"[(16, 'SPILLIANE, BILL F'), (236, 'HIGH POINT, NC'), (322, 'NC'), (347, 'SPILLIANE, BILL F'), (511, '10,500'), (615, '205'), (700, '10,705')]",61:480 -"[(16, 'SPINNEY, MARY '), (236, 'FLINT, MI'), (322, 'MI'), (347, 'SPINNEY, MARY '), (521, '38'), (572, '938'), (618, '40'), (703, '1,015')]",61:487 -"[(16, 'SPIRES, DOREEN A'), (236, 'RENO, NV'), (322, 'NV'), (347, 'SPIRES, DOREEN A'), (482, '1,988'), (615, '223'), (703, '2,210')]",61:495 -"[(16, 'SPITZ, ADAM F'), (236, 'CHARLOTTE, NC'), (322, 'NC'), (347, 'SPITZ, ADAM F'), (514, '1,919'), (703, '1,919')]",61:502 -"[(16, 'SPN MEDICAL CONSULTING, INC.'), (236, 'YORBA LINDA, CA'), (322, 'CA'), (347, 'NIKRAVAN, SEAN P'), (511, '15,306'), (572, '875'), (615, '619'), (700, '16,800')]",61:509 -"[(16, 'SPOLJARIC, ANDREW J'), (236, 'KOKOMO, IN'), (322, 'IN'), (347, 'SPOLJARIC, ANDREW J'), (511, '12,500'), (615, '298'), (700, '12,798')]",61:516 -"[(16, 'SPPPA, INC.'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'AARONSON, SCOTT T'), (514, '8,375'), (568, '6,000'), (615, '537'), (700, '14,912')]",61:523 -"[(16, 'SPRINGFIELD PSYCHIATRIC ASSOC., INC.'), (236, 'SPRINGFIELD, OH'), (322, 'OH'), (347, 'VELLANKI, UMAMAHESWARA R'), (514, '4,300'), (615, '273'), (703, '4,573')]",61:531 -"[(16, 'SPRINKLE, WESLEY B'), (236, 'LITTLE ROCK, AR'), (322, 'AR'), (347, 'SPRINKLE, WESLEY B'), (511, '18,775'), (611, '1,484'), (700, '20,259')]",61:538 -"[(16, 'SPURGEON, CAROLYN '), (236, 'GADSDEN, AL'), (322, 'AL'), (347, 'SPURGEON, CAROLYN '), (482, '3,094'), (615, '148'), (703, '3,241')]",61:545 -"[(16, 'SRIHARSHA VELURY MD.'), (236, 'WHEELERSBURG, OH'), (322, 'OH'), (347, 'VELURY, SRIHARSHA '), (514, '2,634'), (620, '6'), (703, '2,641')]",61:552 -"[(16, 'SRINIVASAN, VENKATRAMAN '), (236, 'NATRONA HEIGHTS, PA'), (322, 'PA'), (347, 'SRINIVASAN, VENKATRAMAN '), (514, '2,284'), (703, '2,284')]",61:559 -"[(16, 'SRIRATANA, PRAMERN '), (236, 'NORMAL, IL'), (322, 'IL'), (347, 'SRIRATANA, PRAMERN '), (568, '1,875'), (703, '1,875')]",61:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 61 of 71')]",61:591 -"[(347, 'Lilly Faculty Registry')]",62:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",62:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",62:63 -"[(558, '(All amounts in US Dollars)')]",62:70 -"[(499, 'Healthcare ')]",62:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",62:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",62:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",62:88 -"[(500, 'Education '), (583, 'Related Expenses')]",62:92 -"[(467, 'Programs'), (532, 'Education Programs')]",62:95 -"[(501, 'Programs')]",62:99 -"[(16, 'ST PIERRE, MARK '), (236, 'NORTH LITTLE ROCK, AR'), (322, 'AR'), (347, 'ST PIERRE, MARK '), (514, '9,484'), (621, '8'), (703, '9,493')]",62:106 -"[(16, 'ST. CHARLES PSYCHIATRIC ASSOCIATES'), (236, 'SAINT CHARLES, MO'), (322, 'MO'), (347, 'PROVIDERS OF SERVICE: '), (511, '38,400'), (568, '3,000'), (615, '797'), (700, '42,197')]",62:113 -"[(347, 'ANDERSON, RICHARD H;')]",62:120 -"[(347, 'MATTINGLY, GREG W')]",62:127 -"[(16, 'STACHLER, RONALD T'), (236, 'ZIONSVILLE, IN'), (322, 'IN'), (347, 'STACHLER, RONALD T'), (511, '11,700'), (615, '120'), (700, '11,820')]",62:135 -"[(16, 'STAHL, NEIL I'), (236, 'BURKE, VA'), (322, 'VA'), (347, 'STAHL, NEIL I'), (514, '1,950'), (621, '7'), (703, '1,957')]",62:142 -"[(16, 'STAHL, STEPHEN M'), (236, 'CARLSBAD, CA'), (322, 'CA'), (347, 'STAHL, STEPHEN M'), (566, '22,125'), (618, '41'), (700, '22,166')]",62:149 -"[(16, 'STALKER, SONIA L'), (236, 'ALTON, IL'), (322, 'IL'), (347, 'STALKER, SONIA L'), (486, '731'), (615, '334'), (703, '1,065')]",62:156 -"[(16, 'STANG, THERESA T'), (236, 'SAN JOSE, CA'), (322, 'CA'), (347, 'STANG, THERESA T'), (482, '2,513'), (615, '530'), (703, '3,042')]",62:163 -"[(16, 'STANLEY, DENNIS D'), (236, 'ROCKVILLE, VA'), (322, 'VA'), (347, 'STANLEY, DENNIS D'), (568, '1,094'), (618, '47'), (703, '1,141')]",62:171 -"[(16, 'STANLEY, PAULA J'), (236, 'GLENWOOD, IA'), (322, 'IA'), (347, 'STANLEY, PAULA J'), (482, '1,463'), (615, '185'), (703, '1,647')]",62:178 -"[(16, 'STARRETT, SCOTT S'), (236, 'NEWBURGH, IN'), (322, 'IN'), (347, 'STARRETT, SCOTT S'), (514, '5,184'), (615, '142'), (703, '5,327')]",62:185 -"[(16, 'STATE OF OKLAHOMA, BOARD OF REGENTS OF THE UNIVERSITY OF OKLAHOMA HEALTH SCIENCE OKLAHOMA CITY, OK'), (322, 'OK'), (347, 'WOLRAICH, MARK L'), (568, '2,500'), (615, '123'), (703, '2,623')]",62:192 -"[(16, 'STATLAND CLINIC, LTD.'), (236, 'OVERLAND PARK, KS'), (322, 'KS'), (347, 'SOKOL, MICHAEL S'), (514, '9,475'), (615, '537'), (700, '10,012')]",62:199 -"[(16, 'STAUFFER, ROBERT C'), (236, 'JOPLIN, MO'), (322, 'MO'), (347, 'STAUFFER, ROBERT C'), (511, '12,834'), (615, '890'), (700, '13,725')]",62:207 -"[(16, 'STEED, CAROLYN S'), (236, 'WHITTIER, NC'), (322, 'NC'), (347, 'STEED, CAROLYN S'), (482, '2,925'), (615, '728'), (703, '3,653')]",62:214 -"[(16, 'STEFFEN, PATRICIA R'), (236, 'MINNEAPOLIS, MN'), (322, 'MN'), (347, 'STEFFEN, PATRICIA R'), (514, '9,300'), (615, '189'), (703, '9,489')]",62:221 -"[(16, 'STEIN, BRUCE C'), (236, 'OVIEDO, FL'), (322, 'FL'), (347, 'STEIN, BRUCE C'), (514, '1,184'), (703, '1,184')]",62:228 -"[(16, 'STEINER, DANIEL '), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'STEINER, DANIEL '), (482, '1,275'), (618, '93'), (703, '1,368')]",62:235 -"[(16, 'STEINER, HANS‐VELI '), (236, 'PALO ALTO, CA'), (322, 'CA'), (347, 'STEINER, HANS‐VELI '), (511, '38,200'), (568, '2,500'), (611, '3,087'), (700, '43,787')]",62:243 -"[(16, 'STEINGARD AND TESTA MEDICAL ASSOCIATES'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'TESTA, MARK A'), (514, '3,650'), (703, '3,650')]",62:250 -"[(16, 'STEINGRUB, JAY S'), (236, 'SPRINGFIELD, MA'), (322, 'MA'), (347, 'STEINGRUB, JAY S'), (514, '7,000'), (615, '594'), (703, '7,594')]",62:257 -"[(16, 'STELLA, JOSEPH F'), (236, 'PALOS PARK, IL'), (322, 'IL'), (347, 'STELLA, JOSEPH F'), (514, '2,284'), (618, '16'), (703, '2,300')]",62:264 -"[(16, 'STELLA, RONALD E'), (236, 'BERWYN, IL'), (322, 'IL'), (347, 'STELLA, RONALD E'), (514, '2,284'), (703, '2,284')]",62:271 -"[(16, 'STEPHEN A. RUHLMAN'), (236, 'PRAIRIE VILLAGE, KS'), (322, 'KS'), (347, 'RUHLMAN, STEPHEN A'), (511, '18,750'), (615, '930'), (700, '19,680')]",62:279 -"[(16, 'STEPHEN D. FORNER MD, MEDICAL CORPORATION'), (236, 'CHICO, CA'), (322, 'CA'), (347, 'FORNER, STEPHEN D'), (514, '1,500'), (618, '49'), (703, '1,549')]",62:286 -"[(16, 'STEPHEN F. VOBACH,  MD'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'VOBACH, STEPHEN F'), (511, '22,300'), (615, '186'), (700, '22,486')]",62:293 -"[(16, 'STEPHEN L. NEWMAN MD, MBA, FACP FCCP FASDA LLC'), (236, 'BRICK, NJ'), (322, 'NJ'), (347, 'NEWMAN, STEPHEN L'), (514, '6,250'), (615, '167'), (703, '6,417')]",62:300 -"[(15, 'STEPHEN M. TAYLOR, MD, PC'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'TAYLOR, STEPHEN M'), (511, '51,500'), (568, '5,000'), (611, '6,612'), (700, '63,112')]",62:307 -"[(16, 'STEPHEN VICTOR SAVRAN, MD, PC'), (236, 'LAS VEGAS, NV'), (322, 'NV'), (347, 'SAVRAN, STEVE V'), (514, '4,334'), (615, '101'), (703, '4,436')]",62:315 -"[(16, 'STEPHENSON, ANN '), (236, 'LAKELAND, FL'), (322, 'FL'), (347, 'STEPHENSON, ANN '), (482, '4,013'), (615, '195'), (703, '4,208')]",62:322 -"[(16, 'STERN, ELECTA '), (236, 'LA MESA, CA'), (322, 'CA'), (347, 'STERN, ELECTA '), (521, '56'), (710, '56')]",62:329 -"[(16, 'STEVEN EDELMAN MD, INC.'), (16, 'STEVEN EDELMAN MD, INC.'), (236, 'SAN DIEGO, CA'), (236, 'SAN DIEGO, CA'), (322, 'CA'), (322, 'CA'), (347, 'EDELMAN, STEVEN V'), (347, 'EDELMAN, STEVEN V'), (511, '10,631'), (511, '10,631'), (568, '9,125'), (568, '9,125'), (611, '1,499'), (611, '1,499'), (700, '21,255'), (700, '21,255')]",62:336 -"[(16, 'STEVEN JUERGENS MD'), (236, 'MERCER ISLAND, WA'), (322, 'WA'), (347, 'JUERGENS, STEVEN M'), (514, '7,800'), (618, '77'), (703, '7,877')]",62:344 -"[(16, 'STEVEN M. GOLDBERG, MD, PC'), (236, 'MELVILLE, NY'), (322, 'NY'), (347, 'GOLDBERG, STEVEN M'), (514, '3,484'), (618, '45'), (703, '3,529')]",62:351 -"[(16, 'STEVENS, MICHAEL C'), (236, 'LAYTON, UT'), (322, 'UT'), (347, 'STEVENS, MICHAEL C'), (514, '5,700'), (703, '5,700')]",62:358 -"[(16, 'STEVENSON, JAMES P'), (236, 'CAMDEN, NJ'), (322, 'NJ'), (347, 'STEVENSON, JAMES P'), (511, '10,800'), (615, '194'), (700, '10,994')]",62:365 -"[(16, 'STEWART, CARLA '), (236, 'SCOTTSDALE, AZ'), (322, 'AZ'), (347, 'STEWART, CARLA '), (482, '2,513'), (615, '129'), (703, '2,642')]",62:372 -"[(16, 'STEWART, KATIE '), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'STEWART, KATIE '), (479, '11,013'), (568, '9,563'), (615, '288'), (700, '20,863')]",62:379 -"[(16, 'STEWART, ROBERT H'), (236, 'LOUISVILLE, KY'), (322, 'KY'), (347, 'STEWART, ROBERT H'), (511, '50,700'), (611, '2,518'), (700, '53,218')]",62:387 -"[(16, 'SMITH, KEITH R'), (236, 'DECATUR, IL'), (322, 'IL'), (347, 'SMITH, KEITH R'), (518, '688'), (707, '688')]",60:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 60 of 71')]",60:591 -"[(347, 'Lilly Faculty Registry')]",61:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",61:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",61:63 -"[(558, '(All amounts in US Dollars)')]",61:70 -"[(499, 'Healthcare ')]",61:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",61:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",61:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",61:88 -"[(500, 'Education '), (583, 'Related Expenses')]",61:92 -"[(467, 'Programs'), (532, 'Education Programs')]",61:95 -"[(501, 'Programs')]",61:99 -"[(16, 'SMITH, N LEE L'), (236, 'SALT LAKE CITY, UT'), (322, 'UT'), (347, 'SMITH, N LEE L'), (511, '30,000'), (568, '9,000'), (615, '494'), (700, '39,494')]",61:106 -"[(16, 'SMITH, PETER K'), (236, 'DURHAM, NC'), (322, 'NC'), (347, 'SMITH, PETER K'), (568, '1,500'), (615, '490'), (703, '1,990')]",61:113 -"[(16, 'SMITH, SHADRACH '), (236, 'KANSAS CITY, MO'), (322, 'MO'), (347, 'SMITH, SHADRACH '), (514, '2,400'), (703, '2,400')]",61:120 -"[(16, 'SMITH, THOMAS B'), (236, 'HOLDREGE, NE'), (322, 'NE'), (347, 'SMITH, THOMAS B'), (514, '5,000'), (615, '263'), (703, '5,263')]",61:127 -"[(16, 'SMITH, VIRGINIA L'), (236, 'CARMEL, IN'), (322, 'IN'), (347, 'SMITH, VIRGINIA L'), (486, '938'), (615, '384'), (703, '1,321')]",61:135 -"[(16, 'SMOLIN, MATTHEW R'), (236, 'MEMPHIS, TN'), (322, 'TN'), (347, 'SMOLIN, MATTHEW R'), (514, '3,384'), (703, '3,384')]",61:142 -"[(16, 'SMOLOWE, LOU ANNA H'), (236, 'ORLANDO, FL'), (322, 'FL'), (347, 'SMOLOWE, LOU ANNA H'), (486, '375'), (707, '375')]",61:149 -"[(16, 'SNYDER, CHERYL A'), (236, 'TOPEKA, KS'), (322, 'KS'), (347, 'SNYDER, CHERYL A'), (482, '3,788'), (615, '403'), (703, '4,190')]",61:156 -"[(16, 'SNYDER, CRAIG A'), (236, 'EDISON, NJ'), (322, 'NJ'), (347, 'SNYDER, CRAIG A'), (518, '934'), (707, '934')]",61:163 -"[(16, 'SNYDER, SCOTT '), (236, 'ATHENS, GA'), (322, 'GA'), (347, 'SNYDER, SCOTT '), (511, '49,950'), (611, '3,343'), (700, '53,293')]",61:171 -"[(16, 'SO, DANIEL D'), (236, 'ARLINGTON HEIGHTS, IL'), (322, 'IL'), (347, 'SO, DANIEL D'), (514, '4,725'), (703, '4,725')]",61:178 -"[(16, 'SOCINSKI, MARK A'), (236, 'CHAPEL HILL, NC'), (322, 'NC'), (347, 'SOCINSKI, MARK A'), (511, '27,113'), (568, '5,625'), (611, '1,614'), (700, '34,352')]",61:185 -"[(16, 'SOEHNLEN, MARY '), (236, 'TACOMA, WA'), (322, 'WA'), (347, 'SOEHNLEN, MARY '), (482, '6,688'), (611, '1,473'), (703, '8,161')]",61:192 -"[(16, 'SOFFER, DANIEL E'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'SOFFER, DANIEL E'), (514, '5,384'), (703, '5,384')]",61:199 -"[(16, 'SOHAL, CHAMAN L'), (236, 'ALLEN PARK, MI'), (322, 'MI'), (347, 'SOHAL, CHAMAN L'), (514, '6,884'), (703, '6,884')]",61:207 -"[(16, 'SOLANKHI, NARESH K'), (236, 'SELLERSBURG, IN'), (322, 'IN'), (347, 'SOLANKHI, NARESH K'), (514, '8,584'), (615, '735'), (703, '9,320')]",61:214 -"[(16, 'SOLIMAN, IHAB I'), (236, 'IRVINE, CA'), (322, 'CA'), (347, 'SOLIMAN, IHAB I'), (511, '26,700'), (615, '385'), (700, '27,085')]",61:221 -"[(16, 'SOLOMAN CONSULTANTS, LLC'), (236, 'PEORIA, AZ'), (322, 'AZ'), (347, 'SOLOMAN, NEHAD M D '), (511, '34,675'), (615, '932'), (700, '35,607')]",61:228 -"[(16, 'SOLOMON, MARLA C'), (236, 'WINNETKA, IL'), (322, 'IL'), (347, 'SOLOMON, MARLA C'), (486, '863'), (618, '24'), (707, '887')]",61:235 -"[(16, 'SOLOMON, SHELDON D'), (236, 'MOUNT LAUREL, NJ'), (322, 'NJ'), (347, 'SOLOMON, SHELDON D'), (511, '21,750'), (615, '841'), (700, '22,591')]",61:243 -"[(16, 'SOMER, BRADLEY G'), (236, 'MEMPHIS, TN'), (322, 'TN'), (347, 'SOMER, BRADLEY G'), (518, '450'), (707, '450')]",61:250 -"[(16, 'SOMERS, LISA '), (236, 'SCRANTON, PA'), (322, 'PA'), (347, 'SOMERS, LISA '), (482, '6,206'), (615, '281'), (703, '6,487')]",61:257 -"[(16, 'SOMMERS, JEFF M'), (236, 'RICHMOND, VA'), (322, 'VA'), (347, 'SOMMERS, JEFF M'), (511, '48,000'), (611, '3,805'), (700, '51,805')]",61:264 -"[(16, 'SONG, CHUSUK '), (236, 'STEILACOOM, WA'), (322, 'WA'), (347, 'SONG, CHUSUK '), (482, '1,331'), (618, '30'), (703, '1,361')]",61:271 -"[(16, 'SORLI, CHRISTOPHER H'), (236, 'BILLINGS, MT'), (322, 'MT'), (347, 'SORLI, CHRISTOPHER H'), (518, '281'), (707, '281')]",61:279 -"[(16, 'SORSBY, MITCHELL I'), (236, 'PLANO, TX'), (322, 'TX'), (347, 'SORSBY, MITCHELL I'), (514, '6,131'), (615, '292'), (703, '6,423')]",61:286 -"[(16, 'SORSCHER, STEVEN M'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'SORSCHER, STEVEN M'), (511, '15,513'), (611, '4,085'), (700, '19,598')]",61:293 -"[(16, 'SOTO RAICES, OSCAR '), (236, 'HATO REY, PR'), (322, 'PR'), (347, 'SOTO RAICES, OSCAR '), (518, '450'), (707, '450')]",61:300 -"[(16, 'SOUTH FLORIDA PSYCHIATRIC'), (236, 'PEMBROKE PINES, FL'), (322, 'FL'), (347, 'DEFILIPPO, ANTONIO F'), (514, '6,975'), (615, '202'), (703, '7,177')]",61:307 -"[(16, 'SOUTH, STEPHEN A'), (236, 'GREENSBORO, NC'), (322, 'NC'), (347, 'SOUTH, STEPHEN A'), (514, '5,531'), (615, '102'), (703, '5,634')]",61:315 -"[(16, 'SOUTHEAST FAMILY HEALTHCARE'), (236, 'WICHITA, KS'), (322, 'KS'), (347, 'PATTON, JAMES M'), (511, '17,250'), (615, '391'), (700, '17,641')]",61:322 -"[(16, 'SOUTHERN CLINIC, PC'), (236, 'DOTHAN, AL'), (322, 'AL'), (347, 'CHASTAIN, STEPHEN L'), (514, '6,450'), (615, '251'), (703, '6,701')]",61:329 -"[(16, 'SOUTHERN ILLINOIS PSYCHIATRY, LLC'), (16, 'SOUTHERN ILLINOIS PSYCHIATRY, LLC'), (236, 'MARION, IL'), (236, 'MARION, IL'), (322, 'IL'), (322, 'IL'), (347, 'QURESHI, NAEEM A'), (347, 'QURESHI, NAEEM A'), (511, '22,800'), (511, '22,800'), (615, '582'), (615, '582'), (700, '23,382'), (700, '23,382')]",61:336 -"[(16, 'SOUTHERN INDIANA ENDOCRINE P.C.'), (236, 'WASHINGTON, IN'), (322, 'IN'), (347, 'LOHANO, VASDEV '), (514, '1,156'), (703, '1,156')]",61:344 -"[(16, 'SOUTHERN MISSISSIPPI HEART CENTER, PA'), (236, 'OCEAN SPRINGS, MS'), (322, 'MS'), (347, 'ZAYED, MAHMOUD H'), (514, '3,484'), (703, '3,484')]",61:351 -"[(16, 'SOUTHSHORE DIABETES & ENDOCRINOLOGY'), (236, 'MASSAPEQUA, NY'), (322, 'NY'), (347, 'SHIFF, JEFFREY H'), (514, '5,531'), (703, '5,531')]",61:358 -"[(16, 'SOUTHWEST ENDOCRINOLOGY ASSOCIATES'), (236, 'ALBUQUERQUE, NM'), (322, 'NM'), (347, 'FERRARO, ROBERT T'), (514, '1,381'), (703, '1,381')]",61:365 -"[(16, 'SOUTHWEST KANSAS CARDIOLOGY'), (236, 'DODGE CITY, KS'), (322, 'KS'), (347, 'KHAN, MUHAMMAD A'), (514, '4,484'), (703, '4,484')]",61:372 -"[(16, 'SOUTHWEST ONCOLOGY ASSOCIATES'), (236, 'LAFAYETTE, LA'), (322, 'LA'), (347, 'MEZA, LUIZ A'), (568, '2,063'), (703, '2,063')]",61:379 -"[(16, 'SOUTHWEST PSYCHIATRIC SERVICES, SC'), (236, 'ORLAND PARK, IL'), (322, 'IL'), (347, 'BARTUSKA, THOMAS S'), (511, '33,050'), (615, '544'), (700, '33,594')]",61:387 -"[(16, 'SOWELL, JERILYN '), (236, 'CLEVELAND, OH'), (322, 'OH'), (347, 'SOWELL, JERILYN '), (482, '2,063'), (615, '273'), (703, '2,336')]",61:394 -"[(16, 'SPADE, BONITA A'), (236, 'CHARLESTON, SC'), (322, 'SC'), (347, 'SPADE, BONITA A'), (482, '7,650'), (615, '461'), (703, '8,111')]",61:401 -"[(16, 'SPAEDY, ANTHONY J'), (236, 'COLUMBIA, MO'), (322, 'MO'), (347, 'SPAEDY, ANTHONY J'), (511, '21,534'), (615, '551'), (700, '22,085')]",61:408 -"[(16, 'SPAGNOLA, LINDA '), (236, 'GREENSBORO, NC'), (322, 'NC'), (347, 'SPAGNOLA, LINDA '), (482, '4,088'), (615, '207'), (703, '4,294')]",61:415 -"[(16, 'SPANAWAY FAMILY MEDICAL CENTER'), (236, 'SPANAWAY, WA'), (322, 'WA'), (347, 'KIM, WAYNE W'), (514, '1,800'), (615, '193'), (703, '1,993')]",61:423 -"[(16, 'SPARE, JOSEPH T'), (236, 'MARION, OH'), (322, 'OH'), (347, 'SPARE, JOSEPH T'), (514, '4,025'), (615, '250'), (703, '4,275')]",61:430 -"[(16, 'SHOTTS, LISA F'), (236, 'CABOT, AR'), (322, 'AR'), (347, 'SHOTTS, LISA F'), (482, '3,263'), (611, '1,097'), (703, '4,360')]",59:459 -"[(16, 'SHOUKFEH, FAWWAZ F'), (236, 'LUBBOCK, TX'), (322, 'TX'), (347, 'SHOUKFEH, FAWWAZ F'), (514, '1,184'), (703, '1,184')]",59:466 -"[(16, 'SHOULTZ, CHARLES A'), (236, 'WACO, TX'), (322, 'TX'), (347, 'SHOULTZ, CHARLES A'), (514, '3,000'), (703, '3,000')]",59:473 -"[(16, 'SHREWSBURY, JANET '), (236, 'PRINCETON, WV'), (322, 'WV'), (347, 'SHREWSBURY, JANET '), (482, '5,119'), (611, '2,847'), (703, '7,966')]",59:480 -"[(16, 'SHURMUR, SCOTT W'), (236, 'OMAHA, NE'), (322, 'NE'), (347, 'SHURMUR, SCOTT W'), (511, '12,234'), (615, '257'), (700, '12,491')]",59:487 -"[(16, 'SHWIDE‐SLAVIN, CLAUDIA '), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'SHWIDE‐SLAVIN, CLAUDIA '), (479, '11,119'), (566, '12,438'), (611, '1,388'), (700, '24,945')]",59:495 -"[(16, 'SIA, AMELIA '), (236, 'DAYTONA BEACH, FL'), (322, 'FL'), (347, 'SIA, AMELIA '), (482, '5,213'), (615, '902'), (703, '6,114')]",59:502 -"[(16, 'SIACHOS, ARTHUR T'), (236, 'GREENVILLE, SC'), (322, 'SC'), (347, 'SIACHOS, ARTHUR T'), (511, '22,184'), (615, '709'), (700, '22,894')]",59:509 -"[(16, 'SICARD, LINDA L'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'SICARD, LINDA L'), (482, '5,513'), (615, '132'), (703, '5,645')]",59:516 -"[(16, 'SICAT, JEFFREY M'), (236, 'MIDLOTHIAN, VA'), (322, 'VA'), (347, 'SICAT, JEFFREY M'), (514, '1,781'), (618, '16'), (703, '1,797')]",59:523 -"[(16, 'SID ACHARYA, M.D., PA'), (236, 'TEXAS CITY, TX'), (322, 'TX'), (347, 'ACHARYA, SIDDHARTH A'), (521, '84'), (710, '84')]",59:531 -"[(16, 'SIDDIQI, SIRAJ U'), (236, 'GAINESVILLE, FL'), (322, 'FL'), (347, 'SIDDIQI, SIRAJ U'), (514, '1,200'), (703, '1,200')]",59:538 -"[(16, 'SIDDIQUI, WAQAR A'), (236, 'STATEN ISLAND, NY'), (322, 'NY'), (347, 'SIDDIQUI, WAQAR A'), (514, '2,450'), (615, '210'), (703, '2,660')]",59:545 -"[(16, 'SIDKY, ADEL M'), (236, 'BOYNTON BEACH, FL'), (322, 'FL'), (347, 'SIDKY, ADEL M'), (514, '2,634'), (703, '2,634')]",59:552 -"[(16, 'SIEDLINSKI, MELANIE '), (236, 'EVERGREEN PARK, IL'), (322, 'IL'), (347, 'SIEDLINSKI, MELANIE '), (486, '150'), (707, '150')]",59:559 -"[(16, 'SIEGEL, JERRY '), (236, 'GAHANNA, OH'), (322, 'OH'), (347, 'SIEGEL, JERRY '), (568, '1,125'), (618, '72'), (703, '1,197')]",59:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 59 of 71')]",59:591 -"[(347, 'Lilly Faculty Registry')]",60:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",60:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",60:63 -"[(558, '(All amounts in US Dollars)')]",60:70 -"[(499, 'Healthcare ')]",60:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",60:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",60:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",60:88 -"[(500, 'Education '), (583, 'Related Expenses')]",60:92 -"[(467, 'Programs'), (532, 'Education Programs')]",60:95 -"[(501, 'Programs')]",60:99 -"[(16, 'SIERRA ENDOCRINE ASSOCIATES MEDICAL GROUP'), (236, 'FRESNO, CA'), (322, 'CA'), (347, 'HAWKINS, JOSEPH B'), (511, '13,406'), (618, '48'), (700, '13,454')]",60:106 -"[(16, 'SIERRA ZORITA, RADAMES '), (236, 'HATO REY, PR'), (322, 'PR'), (347, 'SIERRA ZORITA, RADAMES '), (518, '450'), (707, '450')]",60:113 -"[(16, 'SIETSEMA, DEBRA L'), (236, 'GRAND RAPIDS, MI'), (322, 'MI'), (347, 'SIETSEMA, DEBRA L'), (482, '7,688'), (568, '1,313'), (615, '349'), (703, '9,349')]",60:120 -"[(16, 'SIGAL HEART CENTER, P.A.'), (236, 'TYLER, TX'), (322, 'TX'), (347, 'SIGAL, STEVEN L'), (521, '84'), (710, '84')]",60:127 -"[(16, 'SIKOV, WILLIAM M'), (236, 'PROVIDENCE, RI'), (322, 'RI'), (347, 'SIKOV, WILLIAM M'), (518, '113'), (707, '113')]",60:135 -"[(16, 'SILBERSTEIN, PETER T'), (236, 'OMAHA, NE'), (322, 'NE'), (347, 'SILBERSTEIN, PETER T'), (514, '3,150'), (615, '222'), (703, '3,372')]",60:142 -"[(16, 'SILVA, MELINDA L'), (236, 'LONG BEACH, CA'), (322, 'CA'), (347, 'SILVA, MELINDA L'), (514, '2,275'), (618, '68'), (703, '2,343')]",60:149 -"[(16, 'SILVER, MITCHELL J'), (236, 'ATHENS, OH'), (322, 'OH'), (347, 'SILVER, MITCHELL J'), (514, '9,984'), (615, '135'), (700, '10,120')]",60:156 -"[(16, 'SILVERMAN, PAUL R'), (236, 'OAK LAWN, IL'), (322, 'IL'), (347, 'SILVERMAN, PAUL R'), (514, '2,284'), (703, '2,284')]",60:163 -"[(16, 'SILVERSTEIN, BRUCE N'), (236, 'LIVERPOOL, NY'), (322, 'NY'), (347, 'SILVERSTEIN, BRUCE N'), (518, '556'), (618, '25'), (707, '581')]",60:171 -"[(16, 'SILVERSTEIN, BURTON V'), (236, 'GAINESVILLE, FL'), (322, 'FL'), (347, 'SILVERSTEIN, BURTON V'), (514, '4,484'), (615, '315'), (703, '4,799')]",60:178 -"[(16, 'SILVIA, PAMELA '), (236, 'SALISBURY, MD'), (322, 'MD'), (347, 'SILVIA, PAMELA '), (482, '1,913'), (615, '160'), (703, '2,072')]",60:185 -"[(16, 'SIMENSON, STEVEN T'), (236, 'RAMSEY, MN'), (322, 'MN'), (347, 'SIMENSON, STEVEN T'), (568, '1,094'), (615, '109'), (703, '1,203')]",60:192 -"[(16, 'SIMINERIO, LINDA '), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'SIMINERIO, LINDA '), (568, '2,813'), (618, '32'), (703, '2,845')]",60:199 -"[(16, 'SIMON, CLAUDE D'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'SIMON, CLAUDE D'), (521, '84'), (615, '183'), (707, '268')]",60:207 -"[(16, 'SIMON, GEORGE R'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'SIMON, GEORGE R'), (514, '8,100'), (572, '375'), (703, '8,475')]",60:214 -"[(16, 'SIMON, STEVEN M'), (236, 'LEAWOOD, KS'), (322, 'KS'), (347, 'SIMON, STEVEN M'), (511, '42,200'), (611, '2,368'), (700, '44,568')]",60:221 -"[(16, 'SIMONS, ALAN J'), (236, 'SYRACUSE, NY'), (322, 'NY'), (347, 'SIMONS, ALAN J'), (514, '8,884'), (572, '625'), (615, '783'), (700, '10,292')]",60:228 -"[(16, 'SIMONS, RICHARD P'), (236, 'SEAFORD, DE'), (322, 'DE'), (347, 'SIMONS, RICHARD P'), (514, '1,784'), (703, '1,784')]",60:235 -"[(16, 'SIMPSON, DAVID M'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'SIMPSON, DAVID M'), (511, '16,250'), (568, '3,000'), (615, '564'), (700, '19,814')]",60:243 -"[(16, 'SIMPSON, PATRICK J'), (236, 'PINEHURST, NC'), (322, 'NC'), (347, 'SIMPSON, PATRICK J'), (511, '11,984'), (611, '1,625'), (700, '13,610')]",60:250 -"[(16, 'SINGAL, ROBERT S'), (236, 'PLANTATION, FL'), (322, 'FL'), (347, 'SINGAL, ROBERT S'), (514, '2,156'), (615, '108'), (703, '2,264')]",60:257 -"[(16, 'SINGERMAN, BURTON '), (236, 'WAYNESBURG, PA'), (322, 'PA'), (347, 'SINGERMAN, BURTON '), (518, '375'), (707, '375')]",60:264 -"[(16, 'SINGH, ANIL K'), (236, 'CUMBERLAND, MD'), (322, 'MD'), (347, 'SINGH, ANIL K'), (514, '3,484'), (703, '3,484')]",60:271 -"[(16, 'SINGH, DEEPAK '), (236, 'SAINT PETERSBURG, FL'), (322, 'FL'), (347, 'SINGH, DEEPAK '), (514, '2,306'), (703, '2,306')]",60:279 -"[(16, 'SINGH, HARVINDER '), (236, 'GLEN BURNIE, MD'), (322, 'MD'), (347, 'SINGH, HARVINDER '), (518, '113'), (707, '113')]",60:286 -"[(16, 'SINGH, HARVINDER P'), (236, 'GRAND RAPIDS, MI'), (322, 'MI'), (347, 'SINGH, HARVINDER P'), (511, '13,284'), (618, '81'), (700, '13,366')]",60:293 -"[(16, 'SINGH, MANMOHAN '), (236, 'DES MOINES, IA'), (322, 'IA'), (347, 'SINGH, MANMOHAN '), (511, '19,650'), (611, '1,918'), (700, '21,568')]",60:300 -"[(16, 'SINGH, PRADEEP K'), (236, 'LOUISVILLE, KY'), (322, 'KY'), (347, 'SINGH, PRADEEP K'), (514, '3,484'), (703, '3,484')]",60:307 -"[(16, 'SINGH, RAJESH '), (236, 'SIOUX FALLS, SD'), (322, 'SD'), (347, 'SINGH, RAJESH '), (511, '41,400'), (611, '2,272'), (700, '43,672')]",60:315 -"[(16, 'SINGH, SANJAY '), (236, 'WAUKESHA, WI'), (322, 'WI'), (347, 'SINGH, SANJAY '), (514, '9,984'), (618, '76'), (700, '10,060')]",60:322 -"[(16, 'SINGH, VIBHUTI N'), (236, 'SAINT PETERSBURG, FL'), (322, 'FL'), (347, 'SINGH, VIBHUTI N'), (514, '1,409'), (703, '1,409')]",60:329 -"[(16, 'SINHA, ANJAN K'), (16, 'SINHA, ANJAN K'), (236, 'INDIANAPOLIS, IN'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (322, 'IN'), (347, 'SINHA, ANJAN K'), (347, 'SINHA, ANJAN K'), (568, '5,250'), (568, '5,250'), (703, '5,250'), (703, '5,250')]",60:336 -"[(16, 'SINHA, SHANTANU '), (236, 'LANCASTER, OH'), (322, 'OH'), (347, 'SINHA, SHANTANU '), (511, '11,084'), (618, '95'), (700, '11,179')]",60:344 -"[(16, 'SINNEMA, JANET M'), (236, 'AZUSA, CA'), (322, 'CA'), (347, 'SINNEMA, JANET M'), (482, '2,700'), (615, '235'), (703, '2,935')]",60:351 -"[(16, 'SINOPOLI, JOSEPH '), (236, 'NORTH READING, MA'), (322, 'MA'), (347, 'SINOPOLI, JOSEPH '), (568, '2,000'), (615, '270'), (703, '2,270')]",60:358 -"[(16, 'SIRIS, ETHEL S'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'SIRIS, ETHEL S'), (511, '14,000'), (611, '1,177'), (700, '15,177')]",60:365 -"[(16, 'SIZEMORE, BYRON C'), (236, 'THOMASVILLE, GA'), (322, 'GA'), (347, 'SIZEMORE, BYRON C'), (514, '4,284'), (703, '4,284')]",60:372 -"[(16, 'SJOBERG, ROBERT J'), (236, 'DULUTH, MN'), (322, 'MN'), (347, 'SJOBERG, ROBERT J'), (518, '281'), (707, '281')]",60:379 -"[(16, 'SKERO, JENNIFER L'), (236, 'MEDINA, OH'), (322, 'OH'), (347, 'SKERO, JENNIFER L'), (482, '1,650'), (615, '147'), (703, '1,797')]",60:387 -"[(16, 'SKINNER, BARBARA '), (236, 'WILLINGBORO, NJ'), (322, 'NJ'), (347, 'SKINNER, BARBARA '), (486, '375'), (707, '375')]",60:394 -"[(16, 'SKINNER, TIMOLYNE '), (236, 'HOLMDEL, NJ'), (322, 'NJ'), (347, 'SKINNER, TIMOLYNE '), (486, '113'), (707, '113')]",60:401 -"[(16, 'SKLAR, MITCHEL A'), (236, 'PROVIDENCE, RI'), (322, 'RI'), (347, 'SKLAR, MITCHEL A'), (514, '9,984'), (615, '112'), (700, '10,096')]",60:408 -"[(16, 'SKOR, DONALD A'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'SKOR, DONALD A'), (514, '1,156'), (703, '1,156')]",60:415 -"[(16, 'SKY LLC'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'SKY, ADAM J'), (511, '39,275'), (568, '3,000'), (611, '3,427'), (700, '45,702')]",60:423 -"[(16, 'SKYEDANCER, LP'), (236, 'DAYTON, OH'), (322, 'OH'), (347, 'LICHOTA, LISA F'), (511, '14,250'), (615, '856'), (700, '15,106')]",60:430 -"[(16, 'SLATTERY, GINA M'), (236, 'BEAVER FALLS, PA'), (322, 'PA'), (347, 'SLATTERY, GINA M'), (482, '1,988'), (615, '148'), (703, '2,135')]",60:437 -"[(16, 'SLEEP DOC, INC'), (236, 'PORTSMOUTH, RI'), (322, 'RI'), (347, 'OWENS, JUDITH A'), (514, '2,375'), (568, '1,250'), (618, '14'), (703, '3,639')]",60:444 -"[(16, 'SLEPIAN, MARVIN J'), (236, 'TUCSON, AZ'), (322, 'AZ'), (347, 'SLEPIAN, MARVIN J'), (514, '4,809'), (703, '4,809')]",60:451 -"[(16, 'SLOANE, MARK '), (236, 'PORTAGE, MI'), (322, 'MI'), (347, 'SLOANE, MARK '), (511, '20,700'), (615, '724'), (700, '21,424')]",60:459 -"[(16, 'SLOVER‐ZIPF, JUDITH '), (236, 'NEPTUNE, NJ'), (322, 'NJ'), (347, 'SLOVER‐ZIPF, JUDITH '), (482, '1,500'), (615, '160'), (703, '1,660')]",60:466 -"[(16, 'SMALL, RONALD H'), (236, 'WINSTON SALEM, NC'), (322, 'NC'), (347, 'SMALL, RONALD H'), (568, '1,969'), (615, '322'), (703, '2,290')]",60:473 -"[(16, 'SMALLING, RON G'), (236, 'JOPLIN, MO'), (322, 'MO'), (347, 'SMALLING, RON G'), (514, '8,884'), (615, '155'), (703, '9,039')]",60:480 -"[(16, 'SMICK, ANNETTE M'), (236, 'ROCHESTER, MN'), (322, 'MN'), (347, 'SMICK, ANNETTE M'), (511, '33,675'), (611, '3,604'), (700, '37,279')]",60:487 -"[(16, 'SMIRZ, LYNDA R'), (236, 'CARMEL, IN'), (322, 'IN'), (347, 'SMIRZ, LYNDA R'), (514, '4,275'), (615, '201'), (703, '4,476')]",60:495 -"[(16, 'SMITH, DAVID A'), (236, 'VANCOUVER, WA'), (322, 'WA'), (347, 'SMITH, DAVID A'), (511, '10,200'), (615, '115'), (700, '10,315')]",60:502 -"[(16, 'SMITH, DAVID J'), (236, 'GRAND LEDGE, MI'), (322, 'MI'), (347, 'SMITH, DAVID J'), (511, '48,888'), (611, '2,666'), (700, '51,553')]",60:509 -"[(16, 'SMITH, DAVID W'), (236, 'SACRAMENTO, CA'), (322, 'CA'), (347, 'SMITH, DAVID W'), (511, '15,550'), (615, '301'), (700, '15,851')]",60:516 -"[(16, 'SMITH, FRED P'), (236, 'WASHINGTON, DC'), (322, 'DC'), (347, 'SMITH, FRED P'), (568, '1,875'), (615, '565'), (703, '2,440')]",60:523 -"[(16, 'SMITH, HOUGHTON '), (236, 'BRATTLEBORO, VT'), (322, 'VT'), (347, 'SMITH, HOUGHTON '), (486, '225'), (618, '50'), (707, '275')]",60:531 -"[(16, 'SMITH, JAMES W'), (236, 'BOISE, ID'), (322, 'ID'), (347, 'SMITH, JAMES W'), (514, '3,484'), (703, '3,484')]",60:538 -"[(16, 'SMITH, JANET L'), (236, 'MONROE, NC'), (322, 'NC'), (347, 'SMITH, JANET L'), (489, '38'), (710, '38')]",60:545 -"[(16, 'SMITH, JOSEPH A'), (236, 'HILLSBOROUGH, NJ'), (322, 'NJ'), (347, 'SMITH, JOSEPH A'), (514, '4,800'), (615, '181'), (703, '4,981')]",60:552 -"[(16, 'SMITH, JULIA A'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'SMITH, JULIA A'), (511, '44,438'), (611, '3,406'), (700, '47,843')]",60:559 -"[(16, 'SENG, MICHAEL L'), (236, 'SHEFFIELD VILLAGE, OH'), (322, 'OH'), (347, 'SENG, MICHAEL L'), (511, '37,350'), (566, '19,625'), (611, '4,184'), (700, '61,159')]",58:394 -"[(16, 'SENIOR CARE OF COLORADO P.C.'), (236, 'AURORA, CO'), (322, 'CO'), (347, 'MCCARTNEY, ROBERT D'), (514, '7,825'), (568, '3,000'), (615, '371'), (700, '11,196')]",58:401 -"[(16, 'SEQUEIRA, MARK T'), (236, 'MAYFIELD HEIGHTS, OH'), (322, 'OH'), (347, 'SEQUEIRA, MARK T'), (514, '1,784'), (703, '1,784')]",58:408 -"[(16, 'SERAFIN, ANGELA M'), (236, 'WASHINGTON BORO, PA'), (322, 'PA'), (347, 'SERAFIN, ANGELA M'), (482, '2,100'), (615, '362'), (703, '2,462')]",58:415 -"[(16, 'SERRA, MICHAEL '), (236, 'MORRISTOWN, NJ'), (322, 'NJ'), (347, 'SERRA, MICHAEL '), (514, '1,556'), (615, '813'), (703, '2,369')]",58:423 -"[(16, 'SESHIAH, PUVINARAYNAN '), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'SESHIAH, PUVINARAYNAN '), (514, '8,884'), (618, '46'), (703, '8,930')]",58:430 -"[(16, 'SETHI, HANISH '), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'SETHI, HANISH '), (511, '49,275'), (611, '4,838'), (700, '54,113')]",58:437 -"[(16, 'SETHI, VIRENDER '), (236, 'HACKENSACK, NJ'), (322, 'NJ'), (347, 'SETHI, VIRENDER '), (514, '1,184'), (703, '1,184')]",58:444 -"[(16, 'SHABSIGH, RIDWAN '), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'SHABSIGH, RIDWAN '), (568, '5,188'), (703, '5,188')]",58:451 -"[(16, 'SHACKSON, JAMES B'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'SHACKSON, JAMES B'), (514, '5,550'), (615, '111'), (703, '5,661')]",58:459 -"[(16, 'SHAEFER, CHARLES F'), (236, 'AUGUSTA, GA'), (322, 'GA'), (347, 'SHAEFER, CHARLES F'), (511, '10,938'), (572, '750'), (700, '11,688')]",58:466 -"[(16, 'SHAFQAT, ATIF '), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'SHAFQAT, ATIF '), (568, '1,875'), (615, '117'), (703, '1,992')]",58:473 -"[(16, 'SHAFTIC, ANNE M'), (236, 'TEANECK, NJ'), (322, 'NJ'), (347, 'SHAFTIC, ANNE M'), (514, '2,113'), (572, '938'), (615, '113'), (703, '3,163')]",58:480 -"[(16, 'SHAH, ANIL S'), (236, 'BELLEVILLE, IL'), (322, 'IL'), (347, 'SHAH, ANIL S'), (514, '5,184'), (618, '41'), (703, '5,226')]",58:487 -"[(16, 'SHAH, ASIM A'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'SHAH, ASIM A'), (511, '45,300'), (611, '4,250'), (700, '49,550')]",58:495 -"[(16, 'SHAH, DHARAMSI D'), (236, 'EAST ORANGE, NJ'), (322, 'NJ'), (347, 'SHAH, DHARAMSI D'), (514, '6,225'), (615, '226'), (703, '6,451')]",58:502 -"[(16, 'SHAH, GOPI Y'), (236, 'COLUMBIA, SC'), (322, 'SC'), (347, 'SHAH, GOPI Y'), (511, '11,984'), (572, '625'), (700, '12,609')]",58:509 -"[(16, 'SHAH, JAGDISH V'), (236, 'ROCK HILL, SC'), (322, 'SC'), (347, 'SHAH, JAGDISH V'), (514, '8,725'), (615, '433'), (703, '9,158')]",58:516 -"[(16, 'SHAH, MAYANK K'), (236, 'MARION, OH'), (322, 'OH'), (347, 'SHAH, MAYANK K'), (514, '4,334'), (618, '20'), (703, '4,354')]",58:523 -"[(16, 'SHAH, MUKESH R'), (236, 'COLUMBUS, OH'), (322, 'OH'), (347, 'SHAH, MUKESH R'), (514, '4,484'), (703, '4,484')]",58:531 -"[(16, 'SHAH, RAKESH R'), (236, 'LANGHORNE, PA'), (322, 'PA'), (347, 'SHAH, RAKESH R'), (514, '7,784'), (618, '61'), (703, '7,845')]",58:538 -"[(16, 'SHAH, SAILESH N'), (236, 'SACRAMENTO, CA'), (322, 'CA'), (347, 'SHAH, SAILESH N'), (514, '7,784'), (703, '7,784')]",58:545 -"[(16, 'SHAHEEN, WASSIM H'), (236, 'WICHITA, KS'), (322, 'KS'), (347, 'SHAHEEN, WASSIM H'), (514, '4,334'), (703, '4,334')]",58:552 -"[(16, 'SHAIKH, SAEED R'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'SHAIKH, SAEED R'), (514, '3,384'), (703, '3,384')]",58:559 -"[(16, 'SHAILESH C. ZAVERI, MD'), (236, 'MATTOON, IL'), (322, 'IL'), (347, 'ZAVERI, SHAILESH C'), (514, '3,484'), (703, '3,484')]",58:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 58 of 71')]",58:591 -"[(347, 'Lilly Faculty Registry')]",59:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",59:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",59:63 -"[(558, '(All amounts in US Dollars)')]",59:70 -"[(499, 'Healthcare ')]",59:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",59:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",59:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",59:88 -"[(500, 'Education '), (583, 'Related Expenses')]",59:92 -"[(467, 'Programs'), (532, 'Education Programs')]",59:95 -"[(501, 'Programs')]",59:99 -"[(16, 'SHAILESH M. ASAIKAR, MD INC.'), (236, 'SACRAMENTO, CA'), (322, 'CA'), (347, 'ASAIKAR, SHAILESH M'), (511, '12,450'), (611, '2,282'), (700, '14,732')]",59:106 -"[(16, 'SHAKNOVITCH, ALEXANDER '), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'SHAKNOVITCH, ALEXANDER '), (521, '84'), (710, '84')]",59:113 -"[(16, 'SHALEV, YOSEPH '), (236, 'MILWAUKEE, WI'), (322, 'WI'), (347, 'SHALEV, YOSEPH '), (514, '2,284'), (618, '15'), (703, '2,299')]",59:120 -"[(16, 'SHAMOSH, STEVEN E'), (236, 'WATERTOWN, NY'), (322, 'NY'), (347, 'SHAMOSH, STEVEN E'), (482, '4,988'), (611, '1,585'), (703, '6,573')]",59:127 -"[(16, 'SHANI V. DAVIS, ARNP, BC, CDE, INC.'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'DAVIS, SHANI V'), (482, '3,250'), (611, '1,356'), (703, '4,606')]",59:135 -"[(16, 'SHANMUGAM, AIYANADAR '), (236, 'COLLEGE STATION, TX'), (322, 'TX'), (347, 'SHANMUGAM, AIYANADAR '), (514, '2,906'), (615, '228'), (703, '3,134')]",59:142 -"[(16, 'SHAO, SPENCER H'), (236, 'PORTLAND, OR'), (322, 'OR'), (347, 'SHAO, SPENCER H'), (568, '1,875'), (615, '113'), (703, '1,988')]",59:149 -"[(16, 'SHAPIRO, JOAN R'), (236, 'DENVER, CO'), (322, 'CO'), (347, 'SHAPIRO, JOAN R'), (511, '22,200'), (568, '2,000'), (611, '2,510'), (700, '26,710')]",59:156 -"[(16, 'SHAPIRO, LORIE M'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'SHAPIRO, LORIE M'), (514, '5,588'), (703, '5,588')]",59:163 -"[(16, 'SHARE, JEROLD M'), (236, 'WASHINGTON, DC'), (322, 'DC'), (347, 'SHARE, JEROLD M'), (514, '4,881'), (703, '4,881')]",59:171 -"[(16, 'SHARMA, MADAN '), (236, 'BEVERLY HILLS, CA'), (322, 'CA'), (347, 'SHARMA, MADAN '), (514, '4,484'), (703, '4,484')]",59:178 -"[(16, 'SHARMA, RAKESH K'), (236, 'CLEARWATER, FL'), (322, 'FL'), (347, 'SHARMA, RAKESH K'), (511, '22,084'), (611, '2,966'), (700, '25,050')]",59:185 -"[(16, 'SHARMA, SANJAY '), (236, 'FULLERTON, CA'), (322, 'CA'), (347, 'SHARMA, SANJAY '), (568, '1,500'), (615, '192'), (703, '1,692')]",59:192 -"[(16, 'SHARON HAUSMAN‐COHEN, MD'), (236, 'AUSTIN, TX'), (322, 'TX'), (347, 'HAUSMAN‐COHEN, SHARON R'), (511, '48,925'), (611, '3,882'), (700, '52,807')]",59:199 -"[(16, 'SHARP, CHARLES F'), (236, 'PASADENA, CA'), (322, 'CA'), (347, 'SHARP, CHARLES F'), (514, '5,913'), (615, '141'), (703, '6,053')]",59:207 -"[(16, 'SHARP, NANNETTE Y'), (236, 'LAKE HAVASU CITY, AZ'), (322, 'AZ'), (347, 'SHARP, NANNETTE Y'), (482, '1,388'), (618, '10'), (703, '1,397')]",59:214 -"[(16, 'SHARPE, JOSEPH M'), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'SHARPE, JOSEPH M'), (511, '11,550'), (615, '325'), (700, '11,875')]",59:221 -"[(16, 'SHARPTON, HOBERT J'), (236, 'CULLMAN, AL'), (322, 'AL'), (347, 'SHARPTON, HOBERT J'), (514, '5,725'), (615, '130'), (703, '5,855')]",59:228 -"[(16, 'SHARTEL, JOANN '), (236, 'LA JOLLA, CA'), (322, 'CA'), (347, 'SHARTEL, JOANN '), (482, '4,388'), (618, '51'), (703, '4,439')]",59:235 -"[(16, 'SHAW, DINESH '), (236, 'ALEXANDRIA, LA'), (322, 'LA'), (347, 'SHAW, DINESH '), (514, '2,284'), (703, '2,284')]",59:243 -"[(16, 'SHAW, JOHN T'), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'SHAW, JOHN T'), (518, '800'), (572, '500'), (703, '1,300')]",59:250 -"[(16, 'SHAWNA WEISLER, MD (A MEDICAL CORP)'), (236, 'WOODLAND HILLS, CA'), (322, 'CA'), (347, 'WEISLER, SHAWNA L'), (514, '7,369'), (703, '7,369')]",59:257 -"[(16, 'SHAYA, ELIAS K'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'SHAYA, ELIAS K'), (511, '15,100'), (615, '933'), (700, '16,033')]",59:264 -"[(16, 'SHEA, MICHAEL J'), (236, 'ANN ARBOR, MI'), (322, 'MI'), (347, 'SHEA, MICHAEL J'), (514, '5,584'), (618, '84'), (703, '5,668')]",59:271 -"[(16, 'SHEARER, LUZ‐ELENA '), (236, 'TUCSON, AZ'), (322, 'AZ'), (347, 'SHEARER, LUZ‐ELENA '), (479, '21,650'), (568, '5,565'), (608, '10,225'), (700, '37,440')]",59:279 -"[(16, 'SHEEHAN, MICHAEL T'), (236, 'WESTON, WI'), (322, 'WI'), (347, 'SHEEHAN, MICHAEL T'), (511, '10,131'), (615, '187'), (700, '10,318')]",59:286 -"[(16, 'SHEERAN, SANDRA '), (236, 'SANDOWN, NH'), (322, 'NH'), (347, 'SHEERAN, SANDRA '), (486, '188'), (707, '188')]",59:293 -"[(16, 'SHEHI, MICHAEL '), (236, 'GADSDEN, AL'), (322, 'AL'), (347, 'SHEHI, MICHAEL '), (511, '16,350'), (568, '3,000'), (611, '1,113'), (700, '20,463')]",59:300 -"[(16, 'SHEIKH, ZIA M'), (236, 'OLEAN, NY'), (322, 'NY'), (347, 'SHEIKH, ZIA M'), (514, '7,525'), (615, '345'), (703, '7,870')]",59:307 -"[(16, 'SHELDON, WILLIAM S'), (236, 'ELYRIA, OH'), (322, 'OH'), (347, 'SHELDON, WILLIAM S'), (514, '7,734'), (615, '330'), (703, '8,065')]",59:315 -"[(16, 'SHELTON, CATHERINE '), (236, 'TYLER, TX'), (322, 'TX'), (347, 'SHELTON, CATHERINE '), (514, '5,950'), (703, '5,950')]",59:322 -"[(16, 'SHELTON, TANYA C'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'SHELTON, TANYA C'), (482, '1,188'), (615, '165'), (703, '1,353')]",59:329 -"[(16, 'SHER, RONALD F'), (16, 'SHER, RONALD F'), (236, 'TOWSON, MD'), (236, 'TOWSON, MD'), (322, 'MD'), (322, 'MD'), (347, 'SHER, RONALD F'), (347, 'SHER, RONALD F'), (514, '2,634'), (514, '2,634'), (621, '8'), (621, '8'), (703, '2,642'), (703, '2,642')]",59:336 -"[(16, 'SHERIS, STEVEN J'), (236, 'NEW PROVIDENCE, NJ'), (322, 'NJ'), (347, 'SHERIS, STEVEN J'), (514, '4,484'), (618, '16'), (703, '4,500')]",59:344 -"[(16, 'SHERLEKER, SANDEEP '), (236, 'WALDORF, MD'), (322, 'MD'), (347, 'SHERLEKER, SANDEEP '), (514, '3,000'), (703, '3,000')]",59:351 -"[(16, 'SHERMAN HEART GROUP'), (236, 'SHERMAN, TX'), (322, 'TX'), (347, 'KARIM, MOHAMMED A'), (514, '5,584'), (615, '108'), (703, '5,693')]",59:358 -"[(16, 'SHERRADEN, TERRY W'), (236, 'TALLAHASSEE, FL'), (322, 'FL'), (347, 'SHERRADEN, TERRY W'), (511, '12,831'), (615, '203'), (700, '13,035')]",59:365 -"[(16, 'SHERRI A. CADDY, RD, CDE, LLC.'), (236, 'LAKE HAVASU CITY, AZ'), (322, 'AZ'), (347, 'CADDY, SHERRI '), (486, '900'), (615, '276'), (703, '1,176')]",59:372 -"[(16, 'SHERRY DEMILT LLC'), (236, 'WATERFORD, VA'), (322, 'VA'), (347, 'DEMILT, SHERYL L'), (482, '9,169'), (611, '1,090'), (700, '10,259')]",59:379 -"[(16, 'SHERRY, STEPHEN H'), (236, 'MONTCLAIR, NJ'), (322, 'NJ'), (347, 'SHERRY, STEPHEN H'), (514, '5,756'), (618, '30'), (703, '5,787')]",59:387 -"[(16, 'SHERZOY, ALI A'), (236, 'YONKERS, NY'), (322, 'NY'), (347, 'SHERZOY, ALI A'), (514, '4,334'), (703, '4,334')]",59:394 -"[(16, 'SHETH, MOHIT K'), (236, 'EVANSVILLE, IN'), (322, 'IN'), (347, 'SHETH, MOHIT K'), (514, '2,634'), (703, '2,634')]",59:401 -"[(16, 'SHIELA IRICK, MD, LLC'), (236, 'FISHERS, IN'), (322, 'IN'), (347, 'IRICK, SHIELA I'), (511, '18,050'), (611, '1,712'), (700, '19,762')]",59:408 -"[(16, 'SHIFRIN, GARY S'), (236, 'ATLANTIS, FL'), (322, 'FL'), (347, 'SHIFRIN, GARY S'), (521, '84'), (710, '84')]",59:415 -"[(16, 'SHLOFMITZ, RICHARD A'), (236, 'ROSLYN, NY'), (322, 'NY'), (347, 'SHLOFMITZ, RICHARD A'), (511, '11,634'), (700, '11,634')]",59:423 -"[(16, 'SHOMALI, MANSUR E'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'SHOMALI, MANSUR E'), (514, '7,406'), (615, '157'), (703, '7,563')]",59:430 -"[(16, 'SHORKEY, LYNN '), (236, 'MIDLAND, MI'), (322, 'MI'), (347, 'SHORKEY, LYNN '), (482, '4,913'), (615, '717'), (703, '5,629')]",59:437 -"[(16, 'SHORT, DANIEL K'), (236, 'LA CROSSE, WI'), (322, 'WI'), (347, 'SHORT, DANIEL K'), (514, '1,200'), (703, '1,200')]",59:444 -"[(16, 'SHOSAMANA INC.'), (236, 'MESA, AZ'), (322, 'AZ'), (347, 'ZIV, GAIL S'), (482, '1,013'), (703, '1,013')]",59:451 -"[(16, 'SCHUMACHER, EVELYN '), (236, 'JACKSONVILLE, FL'), (322, 'FL'), (347, 'SCHUMACHER, EVELYN '), (482, '7,613'), (703, '7,613')]",57:559 -"[(16, 'SCHURLA, MARYANNE '), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'SCHURLA, MARYANNE '), (482, '4,975'), (615, '584'), (703, '5,559')]",57:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 57 of 71')]",57:591 -"[(347, 'Lilly Faculty Registry')]",58:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",58:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",58:63 -"[(558, '(All amounts in US Dollars)')]",58:70 -"[(499, 'Healthcare ')]",58:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",58:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",58:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",58:88 -"[(500, 'Education '), (583, 'Related Expenses')]",58:92 -"[(467, 'Programs'), (532, 'Education Programs')]",58:95 -"[(501, 'Programs')]",58:99 -"[(16, 'SCHWARTZ, BRIAN D'), (236, 'GREAT NECK, NY'), (322, 'NY'), (347, 'SCHWARTZ, BRIAN D'), (514, '2,531'), (618, '19'), (703, '2,551')]",58:106 -"[(16, 'SCHWARTZ, DAVID A'), (236, 'PLANO, TX'), (322, 'TX'), (347, 'SCHWARTZ, DAVID A'), (511, '28,984'), (611, '1,399'), (700, '30,383')]",58:113 -"[(16, 'SCHWARTZ, STANLEY S'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'SCHWARTZ, STANLEY S'), (511, '24,225'), (568, '2,500'), (611, '1,319'), (700, '28,044')]",58:120 -"[(16, 'SCHWARTZBERG, LEE S'), (236, 'MEMPHIS, TN'), (322, 'TN'), (347, 'SCHWARTZBERG, LEE S'), (518, '450'), (707, '450')]",58:127 -"[(16, 'SCHWARZE, MARTIN W'), (236, 'O FALLON, MO'), (322, 'MO'), (347, 'SCHWARZE, MARTIN W'), (514, '6,134'), (618, '15'), (703, '6,150')]",58:135 -"[(16, 'SCHWARZENBERGER, PAUL O'), (236, 'MOBILE, AL'), (322, 'AL'), (347, 'SCHWARZENBERGER, PAUL O'), (568, '2,250'), (618, '38'), (703, '2,288')]",58:142 -"[(16, 'SCHWARZWALD, EVAN H'), (236, 'GREAT NECK, NY'), (322, 'NY'), (347, 'SCHWARZWALD, EVAN H'), (518, '934'), (707, '934')]",58:149 -"[(16, 'SCHWEIGER, MARC J'), (236, 'SPRINGFIELD, MA'), (322, 'MA'), (347, 'SCHWEIGER, MARC J'), (514, '1,434'), (621, '8'), (703, '1,442')]",58:156 -"[(16, 'SCOTT FLEISCHER, MD, PC'), (236, 'FORT WASHINGTON, PA'), (322, 'PA'), (347, 'FLEISCHER, SCOTT A'), (511, '12,300'), (615, '507'), (700, '12,807')]",58:163 -"[(16, 'SCOTT P. HOOPES MD, P.A.'), (236, 'MERIDIAN, ID'), (322, 'ID'), (347, 'HOOPES, SCOTT P'), (511, '44,700'), (568, '2,000'), (611, '2,261'), (700, '48,961')]",58:171 -"[(16, 'SCOTT, AUDREY '), (236, 'GAHANNA, OH'), (322, 'OH'), (347, 'SCOTT, AUDREY '), (486, '563'), (707, '563')]",58:178 -"[(16, 'SCOTT, CYNTHIA H'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'SCOTT, CYNTHIA H'), (511, '23,025'), (611, '2,360'), (700, '25,385')]",58:185 -"[(16, 'SCOTT, FRANK E'), (236, 'ARROYO GRANDE, CA'), (322, 'CA'), (347, 'SCOTT, FRANK E'), (511, '39,775'), (611, '3,168'), (700, '42,943')]",58:192 -"[(16, 'SCOTT, JOANN '), (236, 'SPOKANE, WA'), (322, 'WA'), (347, 'SCOTT, JOANN '), (482, '1,144'), (618, '17'), (703, '1,161')]",58:199 -"[(16, 'SCOTT, THOMAS E'), (236, 'KANSAS CITY, MO'), (322, 'MO'), (347, 'SCOTT, THOMAS E'), (514, '8,200'), (615, '100'), (703, '8,300')]",58:207 -"[(16, 'SCROGIN, JENNIFER '), (236, 'TRAVERSE CITY, MI'), (322, 'MI'), (347, 'SCROGIN, JENNIFER '), (482, '5,588'), (615, '604'), (703, '6,191')]",58:214 -"[(16, 'SCULLY, KEVIN T'), (236, 'LEXINGTON, KY'), (322, 'KY'), (347, 'SCULLY, KEVIN T'), (514, '2,509'), (621, '3'), (703, '2,512')]",58:221 -"[(16, 'SD HENRY MD PC'), (236, 'PASADENA, CA'), (322, 'CA'), (347, 'HENRY, STEPHEN D'), (511, '12,800'), (615, '308'), (700, '13,108')]",58:228 -"[(16, 'SEAMANDS, CRAIG N'), (236, 'COUNCIL BLUFFS, IA'), (322, 'IA'), (347, 'SEAMANDS, CRAIG N'), (511, '10,200'), (618, '14'), (700, '10,214')]",58:235 -"[(16, 'SEARS, DEBORRAH L'), (236, 'LITTLE ROCK, AR'), (322, 'AR'), (347, 'SEARS, DEBORRAH L'), (482, '1,200'), (615, '123'), (703, '1,323')]",58:243 -"[(16, 'SEARS, SUSAN G'), (236, 'ALMA, AR'), (322, 'AR'), (347, 'SEARS, SUSAN G'), (489, '38'), (710, '38')]",58:250 -"[(16, 'SEATTLE RHEUMATOLOGY CONSULTANTS'), (236, 'SEATTLE, WA'), (322, 'WA'), (347, 'JIMENEZ, RICHARD A'), (514, '1,500'), (618, '81'), (703, '1,581')]",58:257 -"[(16, 'SEATTLE SCIENCE FOUNDATION'), (236, 'SEATTLE, WA'), (322, 'WA'), (347, 'PETERSON, JOHN L'), (514, '7,234'), (703, '7,234')]",58:264 -"[(16, 'SECORD, ANGELES A'), (236, 'DURHAM, NC'), (322, 'NC'), (347, 'SECORD, ANGELES A'), (511, '12,263'), (611, '3,501'), (700, '15,764')]",58:271 -"[(16, 'SEDLACEK, MICHAEL J'), (236, 'OMAHA, NE'), (322, 'NE'), (347, 'SEDLACEK, MICHAEL J'), (511, '16,800'), (615, '319'), (700, '17,119')]",58:279 -"[(16, 'SEECHARRAN, BONNIE V'), (236, 'MIDDLETOWN, NY'), (322, 'NY'), (347, 'SEECHARRAN, BONNIE V'), (514, '5,184'), (621, '9'), (703, '5,194')]",58:286 -"[(16, 'SEEGER, GREGORY L'), (236, 'ROCHESTER, NY'), (322, 'NY'), (347, 'SEEGER, GREGORY L'), (514, '3,700'), (618, '51'), (703, '3,751')]",58:293 -"[(16, 'SEETHARAMAN, KALA '), (236, 'WORCESTER, MA'), (322, 'MA'), (347, 'SEETHARAMAN, KALA '), (568, '1,719'), (703, '1,719')]",58:300 -"[(16, 'SEGAL‐ELAZAR, SHARON '), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'SEGAL‐ELAZAR, SHARON '), (479, '12,006'), (611, '2,927'), (700, '14,934')]",58:307 -"[(16, 'SEGEL, SCOTT A'), (236, 'JACKSONVILLE, FL'), (322, 'FL'), (347, 'SEGEL, SCOTT A'), (514, '1,044'), (615, '182'), (703, '1,226')]",58:315 -"[(16, 'SEGOVIA, FERNANDO '), (236, 'ENGLEWOOD, NJ'), (322, 'NJ'), (347, 'SEGOVIA, FERNANDO '), (514, '4,484'), (703, '4,484')]",58:322 -"[(16, 'SEHGAL, RAJESH '), (236, 'OAK LAWN, IL'), (322, 'IL'), (347, 'SEHGAL, RAJESH '), (514, '8,584'), (615, '735'), (703, '9,320')]",58:329 -"[(16, 'SEIBOLD, CAROLYN J'), (16, 'SEIBOLD, CAROLYN J'), (236, 'CHOCTAW, OK'), (236, 'CHOCTAW, OK'), (322, 'OK'), (322, 'OK'), (347, 'SEIBOLD, CAROLYN J'), (347, 'SEIBOLD, CAROLYN J'), (482, '7,838'), (482, '7,838'), (611, '1,833'), (611, '1,833'), (703, '9,671'), (703, '9,671')]",58:336 -"[(16, 'SEIDMAN, ANDREW D'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'SEIDMAN, ANDREW D'), (511, '14,450'), (615, '600'), (700, '15,050')]",58:344 -"[(16, 'SEIGEL, PAUL H'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'SEIGEL, PAUL H'), (514, '1,834'), (703, '1,834')]",58:351 -"[(16, 'SEILER, SIGMUND P'), (236, 'MIDLOTHIAN, VA'), (322, 'VA'), (347, 'SEILER, SIGMUND P'), (514, '4,000'), (618, '94'), (703, '4,094')]",58:358 -"[(16, 'SELECT SEMINARS'), (236, 'MOYOCK, NC'), (322, 'NC'), (347, 'ROCK, NANCY E'), (479, '22,256'), (611, '5,367'), (700, '27,623')]",58:365 -"[(16, 'SELF, STANLEY D'), (236, 'RUSK, TX'), (322, 'TX'), (347, 'SELF, STANLEY D'), (511, '45,075'), (611, '3,815'), (700, '48,890')]",58:372 -"[(16, 'SELTZER, DAVID A'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'SELTZER, DAVID A'), (514, '9,300'), (703, '9,300')]",58:379 -"[(16, 'SELZNICK CONSULTING'), (236, 'LONGWOOD, FL'), (322, 'FL'), (347, 'SELZNICK, STEVE '), (514, '8,325'), (611, '1,277'), (703, '9,602')]",58:387 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",57:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",57:88 -"[(500, 'Education '), (583, 'Related Expenses')]",57:92 -"[(467, 'Programs'), (532, 'Education Programs')]",57:95 -"[(501, 'Programs')]",57:99 -"[(16, 'SANDY P. NAPLES D.O. LTD'), (236, 'POLAND, OH'), (322, 'OH'), (347, 'NAPLES, SANDY P'), (514, '3,500'), (621, '5'), (703, '3,505')]",57:106 -"[(16, 'SANFORD N. PLEVIN, MD, PL'), (236, 'PALM HARBOR, FL'), (322, 'FL'), (347, 'PLEVIN, SANFORD N'), (518, '281'), (707, '281')]",57:113 -"[(16, 'SANJAYA KHANAL, MD INC.'), (236, 'LANCASTER, CA'), (322, 'CA'), (347, 'KHANAL, SANJAYA '), (511, '13,584'), (615, '116'), (700, '13,700')]",57:120 -"[(16, 'SANJIV PATEL CONSULTING, LLC'), (236, 'VESTAL, NY'), (322, 'NY'), (347, 'PATEL, SANJIV A'), (514, '3,800'), (615, '740'), (703, '4,540')]",57:127 -"[(16, 'SANKARI, ABDUL H'), (236, 'JOLIET, IL'), (322, 'IL'), (347, 'SANKARI, ABDUL H'), (514, '6,884'), (618, '35'), (703, '6,919')]",57:135 -"[(16, 'SANSUM DIABETES RESEARCH INSTITUTE'), (236, 'SANTA BARBARA, CA'), (322, 'CA'), (347, 'JOVANOVIC, LOIS G'), (568, '4,500'), (618, '40'), (703, '4,540')]",57:142 -"[(16, 'SANTOS REYES, LUIS J'), (236, 'SAN JUAN, PR'), (322, 'PR'), (347, 'SANTOS REYES, LUIS J'), (518, '563'), (568, '1,719'), (611, '1,011'), (703, '3,292')]",57:149 -"[(16, 'SANTOS, EDGARDO '), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'SANTOS, EDGARDO '), (511, '23,663'), (611, '1,869'), (700, '25,532')]",57:156 -"[(16, 'SANTOSO, JOSEPH T'), (236, 'MEMPHIS, TN'), (322, 'TN'), (347, 'SANTOSO, JOSEPH T'), (518, '113'), (707, '113')]",57:163 -"[(16, 'SANTO‐TOMAS, MINERVA '), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'SANTO‐TOMAS, MINERVA '), (518, '934'), (707, '934')]",57:171 -"[(16, 'SANTUCCI, JOHN J'), (236, 'NEW HYDE PARK, NY'), (322, 'NY'), (347, 'SANTUCCI, JOHN J'), (518, '934'), (707, '934')]",57:178 -"[(16, 'SANTULLI, ROBERT B'), (236, 'LEBANON, NH'), (322, 'NH'), (347, 'SANTULLI, ROBERT B'), (511, '14,550'), (615, '836'), (700, '15,386')]",57:185 -"[(16, 'SAPERSTEIN, DAVID S'), (236, 'PHOENIX, AZ'), (322, 'AZ'), (347, 'SAPERSTEIN, DAVID S'), (514, '3,000'), (618, '21'), (703, '3,021')]",57:192 -"[(16, 'SARASOTA ARTHRITIS CENTER'), (236, 'SARASOTA, FL'), (322, 'FL'), (347, 'YONKER, RICHARD A'), (618, '13'), (710, '13')]",57:199 -"[(16, 'SARDA, RAKSHAK '), (236, 'AMES, IA'), (322, 'IA'), (347, 'SARDA, RAKSHAK '), (514, '7,734'), (615, '194'), (703, '7,928')]",57:207 -"[(16, 'SARGERO, THOMAS V'), (236, 'HAMILTON, OH'), (322, 'OH'), (347, 'SARGERO, THOMAS V'), (514, '2,688'), (572, '500'), (703, '3,188')]",57:214 -"[(16, 'SARKIS, ELIAS H'), (236, 'GAINESVILLE, FL'), (322, 'FL'), (347, 'SARKIS, ELIAS H'), (511, '36,000'), (568, '8,188'), (611, '2,401'), (700, '46,589')]",57:221 -"[(16, 'SARVER, MARY JO '), (236, 'SEATTLE, WA'), (322, 'WA'), (347, 'SARVER, MARY JO '), (514, '6,038'), (572, '938'), (615, '689'), (703, '7,664')]",57:228 -"[(16, 'SATTAR, PAYMAN '), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'SATTAR, PAYMAN '), (521, '84'), (710, '84')]",57:235 -"[(16, 'SATTERWHITE, REBECCA L'), (236, 'MOBILE, AL'), (322, 'AL'), (347, 'SATTERWHITE, REBECCA L'), (514, '1,931'), (615, '473'), (703, '2,405')]",57:243 -"[(16, 'SAUCEDO, JORGE F'), (236, 'OKLAHOMA CITY, OK'), (322, 'OK'), (347, 'SAUCEDO, JORGE F'), (511, '27,759'), (568, '1,500'), (611, '2,197'), (700, '31,456')]",57:250 -"[(16, 'SAUNDERS, CHARLES S'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'SAUNDERS, CHARLES S'), (511, '14,100'), (615, '275'), (700, '14,375')]",57:257 -"[(16, 'SAUNDERS, MAGON M'), (236, 'STONE MOUNTAIN, GA'), (322, 'GA'), (347, 'SAUNDERS, MAGON M'), (486, '863'), (615, '251'), (703, '1,113')]",57:264 -"[(16, 'SAUNDRA BARNETT‐REYES, MD'), (236, 'SYRACUSE, NY'), (322, 'NY'), (347, 'BARNETT‐REYES, SAUNDRA '), (511, '17,900'), (611, '1,885'), (700, '19,785')]",57:271 -"[(16, 'SAVANNAH HEART, PC'), (236, 'SAVANNAH, GA'), (322, 'GA'), (347, 'NWOSU, EUGENE A'), (514, '1,784'), (703, '1,784')]",57:279 -"[(16, 'SAVVIDES, PANAYIOTI S'), (236, 'CLEVELAND, OH'), (322, 'OH'), (347, 'SAVVIDES, PANAYIOTI S'), (514, '6,825'), (703, '6,825')]",57:286 -"[(16, 'SAWHNEY, ALKA '), (236, 'BOCA RATON, FL'), (322, 'FL'), (347, 'SAWHNEY, ALKA '), (568, '1,875'), (703, '1,875')]",57:293 -"[(16, 'SAWHNEY, SUMIT '), (236, 'TAMARAC, FL'), (322, 'FL'), (347, 'SAWHNEY, SUMIT '), (568, '2,250'), (618, '36'), (703, '2,286')]",57:300 -"[(16, 'SAXE, TIM G'), (236, 'BARBOURSVILLE, WV'), (322, 'WV'), (347, 'SAXE, TIM G'), (514, '2,800'), (615, '181'), (703, '2,981')]",57:307 -"[(16, 'SAXON PSYCHIATRIC SERVICES'), (236, 'KINGSTON, PA'), (322, 'PA'), (347, 'SAXON, MARK J'), (511, '15,425'), (572, '625'), (611, '1,423'), (700, '17,473')]",57:315 -"[(16, 'SAYED, MOHAMMED A'), (236, 'OWENSBORO, KY'), (322, 'KY'), (347, 'SAYED, MOHAMMED A'), (514, '3,075'), (703, '3,075')]",57:322 -"[(16, 'SAYEGH, NADEM J'), (236, 'YONKERS, NY'), (322, 'NY'), (347, 'SAYEGH, NADEM J'), (511, '19,181'), (618, '83'), (700, '19,264')]",57:329 -"[(16, 'SAYLOR, GINA M'), (16, 'SAYLOR, GINA M'), (236, 'GREENWOOD, IN'), (236, 'GREENWOOD, IN'), (322, 'IN'), (322, 'IN'), (347, 'SAYLOR, GINA M'), (347, 'SAYLOR, GINA M'), (482, '7,913'), (482, '7,913'), (615, '612'), (615, '612'), (703, '8,525'), (703, '8,525')]",57:336 -"[(16, 'SCHACHTER, ARMAND S'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'SCHACHTER, ARMAND S'), (511, '11,700'), (618, '65'), (700, '11,765')]",57:344 -"[(16, 'SCHAER, GARY '), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'SCHAER, GARY '), (511, '15,484'), (615, '417'), (700, '15,902')]",57:351 -"[(16, 'SCHAFFNER, NEIL E'), (236, 'MONTGOMERY, AL'), (322, 'AL'), (347, 'SCHAFFNER, NEIL E'), (511, '12,631'), (611, '1,687'), (700, '14,319')]",57:358 -"[(16, 'SCHALLIOL, MARY '), (236, 'FORT WAYNE, IN'), (322, 'IN'), (347, 'SCHALLIOL, MARY '), (482, '1,800'), (618, '95'), (703, '1,895')]",57:365 -"[(16, 'SCHARPF, MARIA G'), (236, 'BROOKHAVEN, NY'), (322, 'NY'), (347, 'SCHARPF, MARIA G'), (482, '3,413'), (615, '349'), (703, '3,761')]",57:372 -"[(16, 'SCHAUB, DARBY R'), (236, 'BERLIN, MD'), (322, 'MD'), (347, 'SCHAUB, DARBY R'), (482, '4,594'), (615, '324'), (703, '4,918')]",57:379 -"[(16, 'SCHECHTER, STEVEN H'), (236, 'WEST BLOOMFIELD, MI'), (322, 'MI'), (347, 'SCHECHTER, STEVEN H'), (514, '4,500'), (703, '4,500')]",57:387 -"[(16, 'SCHEFF, RONALD J'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'SCHEFF, RONALD J'), (511, '32,238'), (611, '4,211'), (700, '36,448')]",57:394 -"[(16, 'SCHENK, NANCY '), (236, 'KNOXVILLE, TN'), (322, 'TN'), (347, 'SCHENK, NANCY '), (618, '18'), (710, '18')]",57:401 -"[(16, 'SCHESNUK, CHERYL A'), (236, 'CHESTERFIELD, MI'), (322, 'MI'), (347, 'SCHESNUK, CHERYL A'), (482, '1,988'), (615, '336'), (703, '2,324')]",57:408 -"[(16, 'SCHILDER, RUSSELL J'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'SCHILDER, RUSSELL J'), (514, '8,213'), (618, '59'), (703, '8,272')]",57:415 -"[(16, 'SCHILLER, JOAN H'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'SCHILLER, JOAN H'), (572, '375'), (707, '375')]",57:423 -"[(16, 'SCHLESINGER, BRENDA '), (236, 'NEWTOWN, PA'), (322, 'PA'), (347, 'SCHLESINGER, BRENDA '), (482, '1,800'), (615, '291'), (703, '2,091')]",57:430 -"[(16, 'SCHMALZ, WILLIAM J'), (236, 'BLOOMINGTON, IN'), (322, 'IN'), (347, 'SCHMALZ, WILLIAM J'), (518, '556'), (707, '556')]",57:437 -"[(16, 'SCHMELLING, TRACY M'), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'SCHMELLING, TRACY M'), (482, '9,800'), (615, '184'), (703, '9,984')]",57:444 -"[(16, 'SCHMIDT, LADONA M'), (236, 'SALINA, KS'), (322, 'KS'), (347, 'SCHMIDT, LADONA M'), (514, '3,800'), (615, '673'), (703, '4,473')]",57:451 -"[(16, 'SCHNEIDER, RICHARD L'), (236, 'TACOMA, WA'), (322, 'WA'), (347, 'SCHNEIDER, RICHARD L'), (511, '48,750'), (611, '3,369'), (700, '52,119')]",57:459 -"[(16, 'SCHNIEDER, GAIL J'), (236, 'TRACY, MN'), (322, 'MN'), (347, 'SCHNIEDER, GAIL J'), (482, '1,650'), (615, '278'), (703, '1,928')]",57:466 -"[(16, 'SCHNIEDERS, JULIE S'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'SCHNIEDERS, JULIE S'), (482, '1,856'), (618, '50'), (703, '1,906')]",57:473 -"[(16, 'SCHOECK, CYNTHIA J'), (236, 'SALT LAKE CITY, UT'), (322, 'UT'), (347, 'SCHOECK, CYNTHIA J'), (486, '413'), (707, '413')]",57:480 -"[(16, 'SCHOEFFLER, EDMUND D'), (236, 'RICHMOND, VA'), (322, 'VA'), (347, 'SCHOEFFLER, EDMUND D'), (514, '1,625'), (703, '1,625')]",57:487 -"[(16, 'SCHOENEWALD, CATHERINE '), (236, 'AKRON, OH'), (322, 'OH'), (347, 'SCHOENEWALD, CATHERINE '), (482, '1,388'), (618, '12'), (703, '1,399')]",57:495 -"[(16, 'SCHONGAR, MARIE A'), (236, 'ALBANY, NY'), (322, 'NY'), (347, 'SCHONGAR, MARIE A'), (482, '1,950'), (615, '128'), (703, '2,078')]",57:502 -"[(16, 'SCHORR, MANJU D'), (236, 'YUMA, AZ'), (322, 'AZ'), (347, 'SCHORR, MANJU D'), (514, '2,531'), (703, '2,531')]",57:509 -"[(16, 'SCHREIBER, MARK T'), (236, 'VIRGINIA BEACH, VA'), (322, 'VA'), (347, 'SCHREIBER, MARK T'), (511, '30,150'), (615, '740'), (700, '30,890')]",57:516 -"[(16, 'SCHREMLY, JOHN A'), (236, 'CORBIN, KY'), (322, 'KY'), (347, 'SCHREMLY, JOHN A'), (511, '13,425'), (611, '1,054'), (700, '14,479')]",57:523 -"[(16, 'SCHROEDER, JOHN S'), (236, 'PALO ALTO, CA'), (322, 'CA'), (347, 'SCHROEDER, JOHN S'), (514, '4,134'), (618, '24'), (703, '4,158')]",57:531 -"[(16, 'SCHROEDER, NATALIE '), (236, 'GREEN BAY, WI'), (322, 'WI'), (347, 'SCHROEDER, NATALIE '), (486, '488'), (618, '40'), (707, '528')]",57:538 -"[(16, 'SCHROER, MELISSA L'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'SCHROER, MELISSA L'), (511, '35,900'), (566, '14,250'), (611, '3,024'), (700, '53,174')]",57:545 -"[(16, 'SCHULTZ, LINDA A'), (236, 'HICKORY, NC'), (322, 'NC'), (347, 'SCHULTZ, LINDA A'), (482, '2,700'), (615, '191'), (703, '2,891')]",57:552 -"[(16, 'RUBIO, SANDRA I'), (236, 'ELMIRA, NY'), (322, 'NY'), (347, 'RUBIO, SANDRA I'), (514, '2,475'), (618, '10'), (703, '2,485')]",55:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 55 of 71')]",55:591 -"[(347, 'Lilly Faculty Registry')]",56:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",56:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",56:63 -"[(558, '(All amounts in US Dollars)')]",56:70 -"[(499, 'Healthcare ')]",56:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",56:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",56:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",56:88 -"[(500, 'Education '), (583, 'Related Expenses')]",56:92 -"[(467, 'Programs'), (532, 'Education Programs')]",56:95 -"[(501, 'Programs')]",56:99 -"[(16, 'RUCABADO, TEODOSIO F'), (236, 'SAN JUAN, PR'), (322, 'PR'), (347, 'RUCABADO, TEODOSIO F'), (511, '12,522'), (700, '12,522')]",56:106 -"[(16, 'RUCH, ALICE '), (236, 'MEMPHIS, TN'), (322, 'TN'), (347, 'RUCH, ALICE '), (482, '1,388'), (703, '1,388')]",56:113 -"[(16, 'RUDLOWSKI, PETER P'), (236, 'HONOLULU, HI'), (322, 'HI'), (347, 'RUDLOWSKI, PETER P'), (514, '1,275'), (703, '1,275')]",56:120 -"[(16, 'RUEGEMER, JEFFREY J'), (236, 'EDINA, MN'), (322, 'MN'), (347, 'RUEGEMER, JEFFREY J'), (511, '14,469'), (615, '333'), (700, '14,802')]",56:127 -"[(16, 'RUELLE, ANN L'), (236, 'MILWAUKEE, WI'), (322, 'WI'), (347, 'RUELLE, ANN L'), (479, '18,413'), (615, '904'), (700, '19,317')]",56:135 -"[(16, 'RUGGIERO, MARK S'), (236, 'SCOTTSDALE, AZ'), (322, 'AZ'), (347, 'RUGGIERO, MARK S'), (511, '10,700'), (615, '326'), (700, '11,026')]",56:142 -"[(16, 'RUIZ DE LA CRUZ, SAMUEL '), (236, 'BAYAMON, PR'), (322, 'PR'), (347, 'RUIZ DE LA CRUZ, SAMUEL '), (514, '3,700'), (618, '53'), (703, '3,753')]",56:149 -"[(16, 'RUIZ RIVERA, LUIS R'), (236, 'PONCE, PR'), (322, 'PR'), (347, 'RUIZ RIVERA, LUIS R'), (514, '1,044'), (703, '1,044')]",56:156 -"[(16, 'RUIZ, ELVIN G'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'RUIZ, ELVIN G'), (514, '9,300'), (615, '554'), (703, '9,854')]",56:163 -"[(16, 'RUNNELS, BECKY '), (236, 'FORT WAYNE, IN'), (322, 'IN'), (347, 'RUNNELS, BECKY '), (479, '11,963'), (611, '1,069'), (700, '13,032')]",56:171 -"[(16, 'RUPAL P. DUMASIA, M.D., LLC'), (236, 'LITITZ, PA'), (322, 'PA'), (347, 'DUMASIA, RUPAL P'), (511, '14,384'), (615, '652'), (700, '15,037')]",56:178 -"[(16, 'RUPERT, GUADALUPE '), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'RUPERT, GUADALUPE '), (482, '2,038'), (615, '161'), (703, '2,199')]",56:185 -"[(16, 'RUPERT, JANICE B'), (236, 'MUNCY, PA'), (322, 'PA'), (347, 'RUPERT, JANICE B'), (482, '6,581'), (611, '1,495'), (703, '8,076')]",56:192 -"[(16, 'RUPESH J. PARIKH, MD, PLLC'), (236, 'HENDERSON, NV'), (322, 'NV'), (347, 'PARIKH, RUPESH J'), (568, '2,063'), (703, '2,063')]",56:199 -"[(16, 'RUSH UNIVERSITY MEDICAL CENTER‐ SECTION OF MEDICAL ONCOLOGY'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'BONOMI, PHILIP D'), (511, '12,163'), (568, '8,250'), (700, '20,413')]",56:207 -"[(16, 'RUSSELL, IRWIN J'), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'RUSSELL, IRWIN J'), (511, '15,000'), (615, '336'), (700, '15,336')]",56:214 -"[(16, 'RUTLEDGE, LEIGH ANNE '), (236, 'DECATUR, AL'), (322, 'AL'), (347, 'RUTLEDGE, LEIGH ANNE '), (482, '9,938'), (611, '1,683'), (700, '11,620')]",56:221 -"[(16, 'RUXIN, ROBERT L'), (236, 'RIDGEFIELD, CT'), (322, 'CT'), (347, 'RUXIN, ROBERT L'), (618, '20'), (710, '20')]",56:228 -"[(16, 'RYAN, JODY T'), (236, 'DENVER, CO'), (322, 'CO'), (347, 'RYAN, JODY T'), (511, '21,525'), (611, '1,862'), (700, '23,387')]",56:235 -"[(16, 'RYAN, PHILIP J'), (236, 'MARTINSBURG, WV'), (322, 'WV'), (347, 'RYAN, PHILIP J'), (514, '2,031'), (618, '10'), (703, '2,041')]",56:243 -"[(16, 'RYMASZEWSKI, HEIDI L'), (236, 'MILWAUKEE, WI'), (322, 'WI'), (347, 'RYMASZEWSKI, HEIDI L'), (482, '6,281'), (615, '259'), (703, '6,540')]",56:250 -"[(16, 'S. ASUMANI YEBOAH'), (236, 'ANDERSON, SC'), (322, 'SC'), (347, 'YEBOAH, SAMUEL A'), (514, '8,156'), (703, '8,156')]",56:257 -"[(16, 'S. MELKONIAN M.D. INC.'), (236, 'CHATSWORTH, CA'), (322, 'CA'), (347, 'MELKONIAN, SUZY '), (511, '15,400'), (700, '15,400')]",56:264 -"[(16, 'S. STEVE SNOW, MD'), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'SNOW, STANLEY S'), (511, '11,700'), (615, '549'), (700, '12,249')]",56:271 -"[(16, 'SAAD A. SHAKIR'), (236, 'LOS GATOS, CA'), (322, 'CA'), (347, 'SHAKIR, SAAD A'), (511, '28,650'), (611, '4,159'), (700, '32,809')]",56:279 -"[(15, 'SAAG, KEN G'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'SAAG, KEN G'), (511, '10,000'), (615, '771'), (700, '10,771')]",56:286 -"[(15, 'SAAVEDRA, GERALDO A'), (236, 'ALLENTOWN, PA'), (322, 'PA'), (347, 'SAAVEDRA, GERALDO A'), (511, '40,831'), (611, '1,817'), (700, '42,648')]",56:293 -"[(16, 'SABHARWAL, ANUP K'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'SABHARWAL, ANUP K'), (514, '6,113'), (703, '6,113')]",56:300 -"[(16, 'SABRI SHEIKHA MD, PHD, PA'), (236, 'ROCKWALL, TX'), (322, 'TX'), (347, 'SHEIKHA, SABRI H'), (514, '3,000'), (615, '209'), (703, '3,209')]",56:307 -"[(16, 'SACHDEVA, KUSH '), (236, 'VINELAND, NJ'), (322, 'NJ'), (347, 'SACHDEVA, KUSH '), (568, '1,875'), (618, '94'), (703, '1,969')]",56:315 -"[(16, 'SACHINVALA, NEENA '), (236, 'NORTH HILLS, CA'), (322, 'CA'), (347, 'SACHINVALA, NEENA '), (514, '8,700'), (615, '159'), (703, '8,859')]",56:322 -"[(16, 'SACHSON, RICHARD A'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'SACHSON, RICHARD A'), (514, '2,256'), (703, '2,256')]",56:329 -"[(16, 'SADANANDAN, SAIHARI '), (16, 'SADANANDAN, SAIHARI '), (236, 'INDIANAPOLIS, IN'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (322, 'IN'), (347, 'SADANANDAN, SAIHARI '), (347, 'SADANANDAN, SAIHARI '), (514, '1,184'), (514, '1,184'), (703, '1,184'), (703, '1,184')]",56:336 -"[(16, 'SADANIANTZ, ARA '), (236, 'PAWTUCKET, RI'), (322, 'RI'), (347, 'SADANIANTZ, ARA '), (514, '5,484'), (703, '5,484')]",56:344 -"[(16, 'SADEGHI CONSULTING, INC.'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'SADEGHI, SAEED '), (511, '11,000'), (615, '340'), (700, '11,340')]",56:351 -"[(16, 'SADIQ, NAVEED I'), (236, 'DANVILLE, IL'), (322, 'IL'), (347, 'SADIQ, NAVEED I'), (514, '4,000'), (618, '90'), (703, '4,090')]",56:358 -"[(16, 'SAENZ, REBECA '), (236, 'SAN JUAN, PR'), (322, 'PR'), (347, 'SAENZ, REBECA '), (514, '2,175'), (703, '2,175')]",56:365 -"[(16, 'SAHNI, RAKESH K'), (236, 'CLARK, NJ'), (322, 'NJ'), (347, 'SAHNI, RAKESH K'), (514, '1,834'), (703, '1,834')]",56:372 -"[(16, 'SAID JACOB, M.D.'), (236, 'GLENDORA, CA'), (322, 'CA'), (347, 'JACOB, SAID I'), (514, '1,850'), (618, '16'), (703, '1,866')]",56:379 -"[(16, 'SAIKALI, WASSIM S'), (236, 'BECKLEY, WV'), (322, 'WV'), (347, 'SAIKALI, WASSIM S'), (511, '30,750'), (611, '1,262'), (700, '32,012')]",56:387 -"[(16, 'SAKOW, HENRY A'), (236, 'THOMASVILLE, GA'), (322, 'GA'), (347, 'SAKOW, HENRY A'), (514, '2,700'), (703, '2,700')]",56:394 -"[(16, 'SALAHUDDIN, FARAH '), (236, 'KENOSHA, WI'), (322, 'WI'), (347, 'SALAHUDDIN, FARAH '), (518, '975'), (707, '975')]",56:401 -"[(16, 'SALAMA, SAMIR N'), (236, 'MINNEAPOLIS, MN'), (322, 'MN'), (347, 'SALAMA, SAMIR N'), (514, '4,781'), (703, '4,781')]",56:408 -"[(16, 'SALEH, SAID A'), (236, 'BELLEVILLE, NJ'), (322, 'NJ'), (347, 'SALEH, SAID A'), (568, '1,875'), (703, '1,875')]",56:415 -"[(16, 'SALIBA, KHALIL M'), (236, 'TULSA, OK'), (322, 'OK'), (347, 'SALIBA, KHALIL M'), (511, '11,700'), (615, '754'), (700, '12,454')]",56:423 -"[(16, 'SALK, ROBERT A'), (236, 'WARWICK, RI'), (322, 'RI'), (347, 'SALK, ROBERT A'), (514, '1,625'), (618, '30'), (703, '1,655')]",56:430 -"[(16, 'SALLITT, GAIL P'), (236, 'HUNT VALLEY, MD'), (322, 'MD'), (347, 'SALLITT, GAIL P'), (482, '1,781'), (618, '60'), (703, '1,841')]",56:437 -"[(16, 'SALM‐SCHMID, COLETTE A'), (236, 'NEENAH, WI'), (322, 'WI'), (347, 'SALM‐SCHMID, COLETTE A'), (511, '24,675'), (572, '469'), (700, '25,144')]",56:444 -"[(16, 'SALTMAN, ROBERT J'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'SALTMAN, ROBERT J'), (514, '2,906'), (703, '2,906')]",56:451 -"[(16, 'SALVA, ISHA '), (236, 'GRAND HAVEN, MI'), (322, 'MI'), (347, 'SALVA, ISHA '), (514, '3,050'), (703, '3,050')]",56:459 -"[(16, 'SALVAJI, MADHU '), (236, 'NEWARK, NJ'), (322, 'NJ'), (347, 'SALVAJI, MADHU '), (514, '5,184'), (703, '5,184')]",56:466 -"[(16, 'SAMALA R. SWAMY MD, PC'), (236, 'STATEN ISLAND, NY'), (322, 'NY'), (347, 'SWAMY, SAMALA R'), (518, '934'), (707, '934')]",56:473 -"[(16, 'SAMBI SYSTEMS'), (236, 'GLENDALE, CA'), (322, 'CA'), (347, 'TAKETOMO, CAROL K'), (568, '1,453'), (618, '20'), (703, '1,473')]",56:480 -"[(16, 'SAMEH WAHBA, MD'), (236, 'PORT JEFFERSON, NY'), (322, 'NY'), (347, 'WAHBA, SAMEH S'), (511, '15,550'), (611, '2,217'), (700, '17,767')]",56:487 -"[(16, 'SAMESHIMA, SHIRLEY '), (236, 'TORRANCE, CA'), (322, 'CA'), (347, 'SAMESHIMA, SHIRLEY '), (486, '788'), (618, '23'), (707, '811')]",56:495 -"[(16, 'SAMIN KUMAN SHARMA MD PC'), (236, 'SCARSDALE, NY'), (322, 'NY'), (347, 'SHARMA, SAMIN K'), (514, '1,434'), (572, '563'), (703, '1,997')]",56:502 -"[(16, 'SAMPLES, STEPHEN D'), (236, 'CLEVELAND, OH'), (322, 'OH'), (347, 'SAMPLES, STEPHEN D'), (514, '7,450'), (703, '7,450')]",56:509 -"[(16, 'SAMUELS, STEVEN M'), (236, 'GREENWOOD, IN'), (322, 'IN'), (347, 'SAMUELS, STEVEN M'), (518, '225'), (707, '225')]",56:516 -"[(16, 'SAMY METYAS M.D., INC.'), (236, 'COVINA, CA'), (322, 'CA'), (347, 'METYAS, SAMY K'), (514, '4,950'), (615, '195'), (703, '5,145')]",56:523 -"[(16, 'SANA JOHNSON‐QUIJADA, M.D. INC'), (236, 'TEMECULA, CA'), (322, 'CA'), (347, 'JOHNSON, SANA L'), (514, '6,125'), (611, '1,484'), (703, '7,609')]",56:531 -"[(16, 'SANACORA, GERARD '), (236, 'NEW HAVEN, CT'), (322, 'CT'), (347, 'SANACORA, GERARD '), (566, '14,563'), (615, '995'), (700, '15,558')]",56:538 -"[(16, 'SANDBERG, MARC I'), (236, 'FLEMINGTON, NJ'), (322, 'NJ'), (347, 'SANDBERG, MARC I'), (514, '6,631'), (615, '143'), (703, '6,774')]",56:545 -"[(16, 'SANDBORN, WILLIAM J'), (236, 'ROCHESTER, MN'), (322, 'MN'), (347, 'SANDBORN, WILLIAM J'), (568, '2,500'), (615, '247'), (703, '2,747')]",56:552 -"[(16, 'SANDLER, ALAN B'), (236, 'PORTLAND, OR'), (322, 'OR'), (347, 'SANDLER, ALAN B'), (511, '13,613'), (568, '6,000'), (700, '19,613')]",56:559 -"[(16, 'SANDOVAL CATARINEU, LORELEI '), (236, 'SAN JUAN, PR'), (322, 'PR'), (347, 'SANDOVAL CATARINEU, LORELEI '), (514, '3,000'), (615, '393'), (703, '3,393')]",56:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 56 of 71')]",56:591 -"[(347, 'Lilly Faculty Registry')]",57:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",57:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",57:63 -"[(558, '(All amounts in US Dollars)')]",57:70 -"[(499, 'Healthcare ')]",57:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",57:81 -"[(16, 'RODDEN, ELIZABETH '), (236, 'STATESVILLE, NC'), (322, 'NC'), (347, 'RODDEN, ELIZABETH '), (482, '1,313'), (518, '600'), (703, '1,913')]",54:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 54 of 71')]",54:591 -"[(347, 'Lilly Faculty Registry')]",55:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",55:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",55:63 -"[(558, '(All amounts in US Dollars)')]",55:70 -"[(499, 'Healthcare ')]",55:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",55:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",55:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",55:88 -"[(500, 'Education '), (583, 'Related Expenses')]",55:92 -"[(467, 'Programs'), (532, 'Education Programs')]",55:95 -"[(501, 'Programs')]",55:99 -"[(16, 'RODNEY J. DEAN, M.D., PC'), (236, 'SIOUX CITY, IA'), (322, 'IA'), (347, 'PATRA, KUNAL K'), (511, '33,050'), (611, '3,046'), (700, '36,096')]",55:106 -"[(16, 'RODRIGO A. MUNOZ MD, INC'), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'MUNOZ, RODRIGO A'), (568, '3,125'), (615, '167'), (703, '3,292')]",55:113 -"[(16, 'RODRIGUEZ ESCUDERO, JOSE A'), (236, 'SAN JUAN, PR'), (322, 'PR'), (347, 'RODRIGUEZ ESCUDERO, JOSE A'), (518, '563'), (707, '563')]",55:120 -"[(16, 'RODRIGUEZ GINORIO, HENRY A'), (236, 'HATO REY, PR'), (322, 'PR'), (347, 'RODRIGUEZ GINORIO, HENRY A'), (514, '9,525'), (618, '40'), (703, '9,565')]",55:127 -"[(16, 'RODRIGUEZ, ARSENIO R'), (236, 'ORLANDO, FL'), (322, 'FL'), (347, 'RODRIGUEZ, ARSENIO R'), (514, '5,584'), (615, '414'), (703, '5,999')]",55:135 -"[(16, 'RODRIGUEZ, GLORIA M'), (236, 'LUBBOCK, TX'), (322, 'TX'), (347, 'RODRIGUEZ, GLORIA M'), (482, '2,400'), (615, '308'), (703, '2,708')]",55:142 -"[(16, 'RODRIGUEZ, HENRY '), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'RODRIGUEZ, HENRY '), (514, '9,313'), (615, '598'), (703, '9,910')]",55:149 -"[(16, 'RODRIGUEZ, HILDA I'), (236, 'CHELTENHAM, PA'), (322, 'PA'), (347, 'RODRIGUEZ, HILDA I'), (486, '113'), (707, '113')]",55:156 -"[(16, 'RODRIGUEZ, JUAN F'), (236, 'BRISTOL, VA'), (322, 'VA'), (347, 'RODRIGUEZ, JUAN F'), (514, '3,050'), (615, '110'), (703, '3,160')]",55:163 -"[(16, 'RODRIGUEZ, MADELINE '), (236, 'PARLIN, NJ'), (322, 'NJ'), (347, 'RODRIGUEZ, MADELINE '), (482, '8,325'), (615, '692'), (703, '9,017')]",55:171 -"[(16, 'RODRIGUEZ, NANCY '), (236, 'RIVERSIDE, IL'), (322, 'IL'), (347, 'RODRIGUEZ, NANCY '), (486, '600'), (618, '24'), (707, '624')]",55:178 -"[(16, 'RODRIGUEZ, VIXMA I'), (236, 'YAUCO, PR'), (322, 'PR'), (347, 'RODRIGUEZ, VIXMA I'), (482, '3,694'), (615, '677'), (703, '4,370')]",55:185 -"[(16, 'RODRIGUEZ‐CHEVRES, ANGEL M'), (236, 'EL PASO, TX'), (322, 'TX'), (347, 'RODRIGUEZ‐CHEVRES, ANGEL M'), (511, '24,300'), (615, '884'), (700, '25,184')]",55:192 -"[(16, 'RODRIGUEZ‐FIERRO, CARLOS O'), (236, 'MARRERO, LA'), (322, 'LA'), (347, 'RODRIGUEZ‐FIERRO, CARLOS O'), (514, '2,284'), (703, '2,284')]",55:199 -"[(16, 'RODRIGUEZ‐VEGA, GLORIA M'), (236, 'RIO PIEDRAS, PR'), (322, 'PR'), (347, 'RODRIGUEZ‐VEGA, GLORIA M'), (514, '3,000'), (615, '578'), (703, '3,578')]",55:207 -"[(16, 'RODZINAK, AMIE L'), (236, 'WILKES BARRE, PA'), (322, 'PA'), (347, 'RODZINAK, AMIE L'), (482, '3,038'), (615, '179'), (703, '3,217')]",55:214 -"[(16, 'ROEDER, KATHLEEN P'), (236, 'FAIRFIELD, OH'), (322, 'OH'), (347, 'ROEDER, KATHLEEN P'), (486, '356'), (707, '356')]",55:221 -"[(16, 'ROGERS, DENINE '), (236, 'DOUGLASVILLE, GA'), (322, 'GA'), (347, 'ROGERS, DENINE '), (482, '2,988'), (615, '353'), (703, '3,340')]",55:228 -"[(16, 'ROGERS, WILLIAM J'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'ROGERS, WILLIAM J'), (514, '4,134'), (615, '157'), (703, '4,292')]",55:235 -"[(16, 'ROHNER, CLINT '), (236, 'IDAHO FALLS, ID'), (322, 'ID'), (347, 'ROHNER, CLINT '), (514, '3,056'), (615, '541'), (703, '3,597')]",55:243 -"[(16, 'ROLAND, DIANNE C'), (236, 'RINGGOLD, GA'), (322, 'GA'), (347, 'ROLAND, DIANNE C'), (514, '9,156'), (615, '266'), (703, '9,422')]",55:250 -"[(16, 'ROLBAND, GARY C'), (236, 'CHARLOTTE, NC'), (322, 'NC'), (347, 'ROLBAND, GARY C'), (514, '2,850'), (703, '2,850')]",55:257 -"[(16, 'ROLLINS, JANE '), (236, 'WINNETKA, CA'), (322, 'CA'), (347, 'ROLLINS, JANE '), (482, '4,463'), (611, '1,362'), (703, '5,825')]",55:264 -"[(16, 'ROLLS, GREGORY W'), (236, 'WEST CHESTER, OH'), (322, 'OH'), (347, 'ROLLS, GREGORY W'), (486, '900'), (615, '350'), (703, '1,250')]",55:271 -"[(16, 'ROMAN, FARID '), (236, 'MEMPHIS, TN'), (322, 'TN'), (347, 'ROMAN, FARID '), (514, '2,456'), (703, '2,456')]",55:279 -"[(16, 'ROMM, PHILIP A'), (236, 'LAWRENCEVILLE, GA'), (322, 'GA'), (347, 'ROMM, PHILIP A'), (514, '5,184'), (618, '56'), (703, '5,240')]",55:286 -"[(16, 'RONALD AUNG‐DIN, MD, PA'), (236, 'SARASOTA, FL'), (322, 'FL'), (347, 'AUNGDIN, RONALD '), (514, '3,000'), (615, '372'), (703, '3,372')]",55:293 -"[(16, 'RONALD B. NATALE, MD'), (236, 'SANTA MONICA, CA'), (322, 'CA'), (347, 'NATALE, RONALD B'), (565, '13,625'), (611, '1,514'), (700, '15,139')]",55:300 -"[(16, 'RONALD J. GRAF, MD PC'), (236, 'TACOMA, WA'), (322, 'WA'), (347, 'GRAF, RONALD J'), (514, '2,974'), (703, '2,974')]",55:307 -"[(16, 'RONALD J. RAPOPORT, MD PC'), (236, 'FALL RIVER, MA'), (322, 'MA'), (347, 'RAPOPORT, RONALD J'), (511, '18,000'), (568, '7,250'), (611, '1,808'), (700, '27,058')]",55:315 -"[(16, 'RONKAR, CHRISTOPHER J'), (236, 'DES MOINES, IA'), (322, 'IA'), (347, 'RONKAR, CHRISTOPHER J'), (514, '6,000'), (618, '92'), (703, '6,092')]",55:322 -"[(16, 'ROOD, ROBERT S'), (236, 'GRAND RAPIDS, MI'), (322, 'MI'), (347, 'ROOD, ROBERT S'), (514, '2,558'), (568, '2,000'), (620, '6'), (703, '4,564')]",55:329 -"[(16, 'ROONEY, JAMES J'), (16, 'ROONEY, JAMES J'), (236, 'WORCESTER, MA'), (236, 'WORCESTER, MA'), (322, 'MA'), (322, 'MA'), (347, 'ROONEY, JAMES J'), (347, 'ROONEY, JAMES J'), (514, '6,600'), (514, '6,600'), (703, '6,600'), (703, '6,600')]",55:336 -"[(16, 'ROSALO M. PAESTE, M.D., INC.'), (236, 'WAIPAHU, HI'), (322, 'HI'), (347, 'PAESTE, ROSALO M'), (514, '2,375'), (618, '42'), (703, '2,417')]",55:344 -"[(16, 'ROSE, PETER G'), (236, 'MAYFIELD HEIGHTS, OH'), (322, 'OH'), (347, 'ROSE, PETER G'), (514, '5,513'), (615, '935'), (703, '6,448')]",55:351 -"[(16, 'ROSEN, BRUCE I'), (236, 'SMITHTOWN, NY'), (322, 'NY'), (347, 'ROSEN, BRUCE I'), (511, '36,250'), (611, '1,503'), (700, '37,753')]",55:358 -"[(16, 'ROSEN, SHERRYL J'), (236, 'LYNN, MA'), (322, 'MA'), (347, 'ROSEN, SHERRYL J'), (514, '2,625'), (615, '676'), (703, '3,301')]",55:365 -"[(16, 'ROSENBERG, CAROL '), (236, 'TORRANCE, CA'), (322, 'CA'), (347, 'ROSENBERG, CAROL '), (486, '713'), (618, '33'), (707, '745')]",55:372 -"[(16, 'ROSENBERG, ROBERT L'), (236, 'WHEATON, MD'), (322, 'MD'), (347, 'ROSENBERG, ROBERT L'), (514, '5,025'), (615, '205'), (703, '5,230')]",55:379 -"[(16, 'ROSENBERG, SHARON B'), (236, 'LINCOLNWOOD, IL'), (322, 'IL'), (347, 'ROSENBERG, SHARON B'), (514, '4,950'), (618, '82'), (703, '5,032')]",55:387 -"[(16, 'ROSENBLATT, JOSEPH '), (236, 'NEW BRITAIN, CT'), (322, 'CT'), (347, 'ROSENBLATT, JOSEPH '), (511, '13,631'), (618, '98'), (700, '13,729')]",55:394 -"[(16, 'ROSENBLATT, SOLOMON I'), (236, 'BERKLEY, MI'), (322, 'MI'), (347, 'ROSENBLATT, SOLOMON I'), (514, '2,031'), (703, '2,031')]",55:401 -"[(16, 'ROSENBLIT, PAUL D'), (236, 'HUNTINGTON BEACH, CA'), (322, 'CA'), (347, 'ROSENBLIT, PAUL D'), (514, '2,906'), (568, '2,000'), (618, '40'), (703, '4,946')]",55:408 -"[(16, 'ROSENBLUM, STUART M'), (236, 'PORTLAND, OR'), (322, 'OR'), (347, 'ROSENBLUM, STUART M'), (511, '10,500'), (615, '460'), (700, '10,960')]",55:415 -"[(16, 'ROSENDORFF, CLIVE '), (236, 'BRONX, NY'), (322, 'NY'), (347, 'ROSENDORFF, CLIVE '), (521, '84'), (710, '84')]",55:423 -"[(16, 'ROSENFELD, CHERYL R'), (236, 'DENVILLE, NJ'), (322, 'NJ'), (347, 'ROSENFELD, CHERYL R'), (514, '4,656'), (703, '4,656')]",55:430 -"[(16, 'ROSENTHAL, DAVID K'), (236, 'BOULDER, CO'), (322, 'CO'), (347, 'ROSENTHAL, DAVID K'), (514, '6,800'), (615, '198'), (703, '6,998')]",55:437 -"[(16, 'ROSENZWEIG, ANDREW S'), (236, 'PROVIDENCE, RI'), (322, 'RI'), (347, 'ROSENZWEIG, ANDREW S'), (514, '7,800'), (615, '464'), (703, '8,264')]",55:444 -"[(16, 'ROSS GALLO, M.D., L.L.C.'), (236, 'NEW ORLEANS, LA'), (322, 'LA'), (347, 'GALLO, ROSS A'), (514, '1,800'), (703, '1,800')]",55:451 -"[(16, 'ROSS, ANTHONY J'), (236, 'LINCOLN, NE'), (322, 'NE'), (347, 'ROSS, ANTHONY J'), (521, '75'), (710, '75')]",55:459 -"[(16, 'ROSS, LUCINDA L'), (236, 'SAINT GEORGE, UT'), (322, 'UT'), (347, 'ROSS, LUCINDA L'), (486, '806'), (618, '36'), (707, '842')]",55:466 -"[(16, 'ROSS, REBECCA L'), (236, 'SALEM, OR'), (322, 'OR'), (347, 'ROSS, REBECCA L'), (514, '7,800'), (615, '267'), (703, '8,067')]",55:473 -"[(16, 'ROSS, STEVEN R'), (236, 'FLORENCE, SC'), (322, 'SC'), (347, 'ROSS, STEVEN R'), (518, '450'), (707, '450')]",55:480 -"[(16, 'ROSS, TAMI A'), (236, 'LEXINGTON, KY'), (322, 'KY'), (347, 'ROSS, TAMI A'), (482, '2,344'), (615, '157'), (703, '2,501')]",55:487 -"[(16, 'ROSSI, PETER A'), (236, 'TRINITY, FL'), (322, 'FL'), (347, 'ROSSI, PETER A'), (514, '3,484'), (618, '15'), (703, '3,499')]",55:495 -"[(16, 'ROTHKOPF, MICHAEL '), (236, 'IRVING, TX'), (322, 'TX'), (347, 'ROTHKOPF, MICHAEL '), (514, '1,784'), (703, '1,784')]",55:502 -"[(16, 'ROTHMAN, JEFFREY G'), (236, 'STATEN ISLAND, NY'), (322, 'NY'), (347, 'ROTHMAN, JEFFREY G'), (514, '3,069'), (618, '77'), (703, '3,146')]",55:509 -"[(16, 'ROUCH, CARL L'), (236, 'SHELBYVILLE, IN'), (322, 'IN'), (347, 'ROUCH, CARL L'), (514, '5,184'), (618, '44'), (703, '5,228')]",55:516 -"[(16, 'ROUEEN RAFEYAN, M.D. LTD'), (236, 'WILMETTE, IL'), (322, 'IL'), (347, 'RAFEYAN, ROUEEN '), (511, '49,550'), (611, '2,323'), (700, '51,873')]",55:523 -"[(16, 'ROUGRAFF, SUE '), (236, 'HOT SPRINGS, AR'), (322, 'AR'), (347, 'ROUGRAFF, SUE '), (486, '300'), (707, '300')]",55:531 -"[(16, 'ROUND TOED SNEAKERS, INC. D/B/A INTEGRATIVE PAIN MANAGEMENT'), (236, 'JACKSONVILLE, FL'), (322, 'FL'), (347, 'GOLDEN, MARLA D'), (514, '4,000'), (703, '4,000')]",55:538 -"[(16, 'ROUVELAS, PETER '), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'ROUVELAS, PETER '), (514, '1,184'), (703, '1,184')]",55:545 -"[(16, 'ROVNER, SERGIO F'), (236, 'EL PASO, TX'), (322, 'TX'), (347, 'ROVNER, SERGIO F'), (514, '6,338'), (703, '6,338')]",55:552 -"[(16, 'RUBIO, MICHELLE '), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'RUBIO, MICHELLE '), (568, '1,125'), (618, '34'), (703, '1,159')]",55:559 -"[(499, 'Healthcare ')]",54:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",54:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",54:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",54:88 -"[(500, 'Education '), (583, 'Related Expenses')]",54:92 -"[(467, 'Programs'), (532, 'Education Programs')]",54:95 -"[(501, 'Programs')]",54:99 -"[(16, 'RICKETTS, SARAH M'), (236, 'LEBANON, NH'), (322, 'NH'), (347, 'RICKETTS, SARAH M'), (514, '1,000'), (703, '1,000')]",54:106 -"[(16, 'RICKLEY, WILLIAM '), (236, 'MORRIS PLAINS, NJ'), (322, 'NJ'), (347, 'RICKLEY, WILLIAM '), (521, '56'), (710, '56')]",54:113 -"[(16, 'RIDDLE, ALBERT L'), (236, 'HAVERSTRAW, NY'), (322, 'NY'), (347, 'RIDDLE, ALBERT L'), (511, '17,500'), (615, '470'), (700, '17,970')]",54:120 -"[(16, 'RIDDLE, GARY D'), (236, 'FERDINAND, IN'), (322, 'IN'), (347, 'RIDDLE, GARY D'), (514, '3,000'), (618, '75'), (703, '3,075')]",54:127 -"[(16, 'RIDDLE, LISA '), (236, 'MONROE, LA'), (322, 'LA'), (347, 'RIDDLE, LISA '), (486, '563'), (707, '563')]",54:135 -"[(16, 'RIDDLE, MATTHEW C'), (236, 'PORTLAND, OR'), (322, 'OR'), (347, 'RIDDLE, MATTHEW C'), (568, '4,500'), (618, '72'), (703, '4,572')]",54:142 -"[(16, 'RIDER, JAMES V'), (236, 'VALLEY FALLS, KS'), (322, 'KS'), (347, 'RIDER, JAMES V'), (514, '1,575'), (615, '229'), (703, '1,804')]",54:149 -"[(16, 'RIEDL, MARC A'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'RIEDL, MARC A'), (568, '1,516'), (618, '40'), (703, '1,556')]",54:156 -"[(16, 'RIES, RICHARD K'), (236, 'SEATTLE, WA'), (322, 'WA'), (347, 'RIES, RICHARD K'), (518, '900'), (707, '900')]",54:163 -"[(16, 'RIFAT B. RIFAT, MD INC.'), (236, 'WESTMINSTER, CA'), (322, 'CA'), (347, 'RIFAT, RIFAT B'), (514, '8,044'), (615, '204'), (703, '8,248')]",54:171 -"[(16, 'RIFFE, LYNDSAY '), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'RIFFE, LYNDSAY '), (486, '281'), (707, '281')]",54:178 -"[(16, 'RIGGS, ANDREW C'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'RIGGS, ANDREW C'), (568, '1,500'), (703, '1,500')]",54:185 -"[(16, 'RIOS DE ALONSO, MARIA L'), (236, 'HUMACAO, PR'), (322, 'PR'), (347, 'RIOS DE ALONSO, MARIA L'), (518, '422'), (707, '422')]",54:192 -"[(16, 'RIPPE, MARCIA '), (236, 'SAINT JOSEPH, MO'), (322, 'MO'), (347, 'RIPPE, MARCIA '), (482, '1,031'), (620, '8'), (703, '1,039')]",54:199 -"[(16, 'RIPPSTEIN, LENA L'), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'RIPPSTEIN, LENA L'), (486, '413'), (618, '10'), (707, '422')]",54:207 -"[(16, 'RISSOVER, JANALEE K'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'RISSOVER, JANALEE K'), (514, '6,250'), (615, '119'), (703, '6,369')]",54:214 -"[(16, 'RITCHIE, MICHAEL E'), (236, 'KOKOMO, IN'), (322, 'IN'), (347, 'RITCHIE, MICHAEL E'), (518, '900'), (707, '900')]",54:221 -"[(16, 'RITTELMEYER, JAMES T'), (236, 'WINCHESTER, VA'), (322, 'VA'), (347, 'RITTELMEYER, JAMES T'), (514, '4,484'), (618, '95'), (703, '4,579')]",54:228 -"[(16, 'RITTENBERRY, JENNIFER T'), (236, 'DUBLIN, OH'), (322, 'OH'), (347, 'RITTENBERRY, JENNIFER T'), (511, '15,156'), (618, '23'), (700, '15,179')]",54:235 -"[(16, 'RITTER, FRANCES C'), (236, 'MILTON, GA'), (322, 'GA'), (347, 'RITTER, FRANCES C'), (482, '2,213'), (615, '279'), (703, '2,491')]",54:243 -"[(16, 'RIVAS, SADHIS I'), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'RIVAS, SADHIS I'), (514, '6,225'), (703, '6,225')]",54:250 -"[(16, 'RIVER CITY CARDIOVASCULAR'), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'CHRISTOPHERSON, CHAD R'), (511, '11,084'), (615, '263'), (700, '11,347')]",54:257 -"[(16, 'RIVERA COLON, ANGEL L'), (236, 'GUAYNABO, PR'), (322, 'PR'), (347, 'RIVERA COLON, ANGEL L'), (518, '575'), (707, '575')]",54:264 -"[(16, 'RIVERA, ENRIQUE '), (236, 'BRADENTON, FL'), (322, 'FL'), (347, 'RIVERA, ENRIQUE '), (514, '5,584'), (703, '5,584')]",54:271 -"[(16, 'RIVERA, ERIN E'), (236, 'ANGOLA, IN'), (322, 'IN'), (347, 'RIVERA, ERIN E'), (514, '6,150'), (572, '750'), (611, '1,098'), (703, '7,998')]",54:279 -"[(16, 'RIVERA, ERNESTO R'), (236, 'AMARILLO, TX'), (322, 'TX'), (347, 'RIVERA, ERNESTO R'), (511, '11,084'), (568, '1,250'), (615, '532'), (700, '12,866')]",54:286 -"[(16, 'RIVERA, JOSE F'), (236, 'COLUMBUS, GA'), (322, 'GA'), (347, 'RIVERA, JOSE F'), (482, '2,100'), (618, '96'), (703, '2,196')]",54:293 -"[(16, 'RIVERA, ROMMEL L'), (236, 'CHESTER, PA'), (322, 'PA'), (347, 'RIVERA, ROMMEL L'), (514, '2,450'), (618, '88'), (703, '2,538')]",54:300 -"[(16, 'RIVERA, YASMINE '), (236, 'CORONA, NY'), (322, 'NY'), (347, 'RIVERA, YASMINE '), (486, '788'), (618, '23'), (707, '811')]",54:307 -"[(16, 'RIVERVIEW PSYCHIATRIC MEDICINE, PC'), (236, 'POUGHKEEPSIE, NY'), (322, 'NY'), (347, 'PARDELL, RANDY I'), (511, '19,000'), (611, '2,959'), (700, '21,959')]",54:315 -"[(16, 'RIZVI, ALI N'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'RIZVI, ALI N'), (514, '1,184'), (703, '1,184')]",54:322 -"[(16, 'RIZVI, FEZAN H'), (236, 'SALEM, VA'), (322, 'VA'), (347, 'RIZVI, FEZAN H'), (514, '6,200'), (611, '1,622'), (703, '7,822')]",54:329 -"[(16, 'ROACH, PARIS '), (16, 'ROACH, PARIS '), (236, 'INDIANAPOLIS, IN'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (322, 'IN'), (347, 'ROACH, PARIS '), (347, 'ROACH, PARIS '), (572, '625'), (572, '625'), (707, '625'), (707, '625')]",54:336 -"[(16, 'ROBACHINSKI, CHET M'), (236, 'SEATTLE, WA'), (322, 'WA'), (347, 'ROBACHINSKI, CHET M'), (511, '10,050'), (615, '498'), (700, '10,548')]",54:344 -"[(16, 'ROBB, ADELAIDE S'), (236, 'WASHINGTON, DC'), (322, 'DC'), (347, 'ROBB, ADELAIDE S'), (514, '6,150'), (568, '9,813'), (615, '715'), (700, '16,678')]",54:351 -"[(16, 'ROBBINS, MELANIE '), (236, 'MARIETTA, OH'), (322, 'OH'), (347, 'ROBBINS, MELANIE '), (489, '56'), (710, '56')]",54:358 -"[(16, 'ROBBINS, PETER H'), (236, 'FAIRFAX, VA'), (322, 'VA'), (347, 'ROBBINS, PETER H'), (511, '18,700'), (568, '1,875'), (615, '978'), (700, '21,553')]",54:365 -"[(16, 'ROBERT A. FLOWERS'), (236, 'ROCK ISLAND, IL'), (322, 'IL'), (347, 'FLOWERS, ROBERT A'), (514, '1,300'), (703, '1,300')]",54:372 -"[(16, 'ROBERT B. LEHMAN, M.D., P.A.'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'LEHMAN, ROBERT B'), (511, '41,975'), (568, '1,484'), (611, '1,174'), (700, '44,634')]",54:379 -"[(16, 'ROBERT E. ADEN'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'ADEN, ROBERT E'), (518, '450'), (707, '450')]",54:387 -"[(16, 'ROBERT ETTLINGER, MD, PS'), (236, 'TACOMA, WA'), (322, 'WA'), (347, 'ETTLINGER, ROBERT E'), (514, '1,500'), (618, '57'), (703, '1,557')]",54:394 -"[(16, 'ROBERT F. BERNSTEIN, MD, MEDICAL CORPORATION'), (236, 'PALM SPRINGS, CA'), (322, 'CA'), (347, 'BERNSTEIN, ROBERT F'), (514, '3,484'), (615, '104'), (703, '3,588')]",54:401 -"[(16, 'ROBERT K. ZURAWIN, MD,PA'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'ZURAWIN, ROBERT K'), (514, '7,875'), (615, '128'), (703, '8,003')]",54:408 -"[(16, 'ROBERT L. JIMENEZ, MD, FA, PA'), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'JIMENEZ, ROBERT L'), (514, '1,950'), (703, '1,950')]",54:415 -"[(16, 'ROBERT LYNN HORNE MD, LTD'), (236, 'LAS VEGAS, NV'), (322, 'NV'), (347, 'HORNE, ROBERT L'), (511, '50,575'), (568, '2,000'), (615, '846'), (700, '53,421')]",54:423 -"[(16, 'ROBERT M. BERSIN, MD'), (236, 'KIRKLAND, WA'), (322, 'WA'), (347, 'BERSIN, ROBERT M'), (514, '2,284'), (615, '138'), (703, '2,423')]",54:430 -"[(16, 'ROBERT M. SIMMS, MD INC.'), (236, 'FAIRFIELD, OH'), (322, 'OH'), (347, 'SIMMS, ROBERT M'), (518, '450'), (707, '450')]",54:437 -"[(16, 'ROBERT W. LEVIN, MD, PA'), (236, 'PALM HARBOR, FL'), (322, 'FL'), (347, 'LEVIN, ROBERT W'), (511, '45,875'), (611, '4,234'), (700, '50,109')]",54:444 -"[(16, 'ROBERTS, DOUGLAS L'), (236, 'ORCHARD PARK, NY'), (322, 'NY'), (347, 'ROBERTS, DOUGLAS L'), (514, '1,184'), (618, '10'), (703, '1,194')]",54:451 -"[(16, 'ROBERTS, MICHELLE M'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'ROBERTS, MICHELLE M'), (514, '4,000'), (703, '4,000')]",54:459 -"[(16, 'ROBERTS, REBECCA L'), (236, 'DAYTON, OH'), (322, 'OH'), (347, 'ROBERTS, REBECCA L'), (482, '1,706'), (618, '26'), (703, '1,732')]",54:466 -"[(16, 'ROBERTS, VICTOR L'), (236, 'LAKE MARY, FL'), (322, 'FL'), (347, 'ROBERTS, VICTOR L'), (514, '3,675'), (703, '3,675')]",54:473 -"[(16, 'ROBERTSON, DAVID G'), (236, 'ATLANTA, GA'), (322, 'GA'), (347, 'ROBERTSON, DAVID G'), (511, '44,719'), (568, '1,000'), (615, '395'), (700, '46,114')]",54:480 -"[(16, 'ROBERTSON, TIMOTHY W'), (236, 'RICHMOND, VA'), (322, 'VA'), (347, 'ROBERTSON, TIMOTHY W'), (486, '600'), (618, '68'), (707, '668')]",54:487 -"[(16, 'ROBIN C. BRANNIGAN, MD, PC'), (236, 'FAIRFAX, VA'), (322, 'VA'), (347, 'BRANNIGAN, ROBIN C'), (514, '5,550'), (618, '28'), (703, '5,578')]",54:495 -"[(16, 'ROBIN K. DORE, M.D. INC'), (236, 'ANAHEIM, CA'), (322, 'CA'), (347, 'DORE, ROBIN K'), (511, '25,000'), (568, '9,375'), (611, '2,344'), (700, '36,719')]",54:502 -"[(16, 'ROBINETTE, BRYAN '), (236, 'CONCORD, NC'), (322, 'NC'), (347, 'ROBINETTE, BRYAN '), (518, '556'), (568, '1,453'), (618, '85'), (703, '2,094')]",54:509 -"[(16, 'ROBYN R. BRIDGES ND, BC, PA'), (236, 'DANVILLE, VA'), (322, 'VA'), (347, 'BRIDGES, ROBYN R'), (572, '750'), (618, '84'), (707, '834')]",54:516 -"[(16, 'ROCCO, MICHAEL B'), (236, 'BEACHWOOD, OH'), (322, 'OH'), (347, 'ROCCO, MICHAEL B'), (514, '2,284'), (618, '13'), (703, '2,297')]",54:523 -"[(16, 'ROCCO, THOMAS A'), (236, 'ROCHESTER, NY'), (322, 'NY'), (347, 'ROCCO, THOMAS A'), (521, '84'), (710, '84')]",54:531 -"[(16, 'ROCCONI, RODNEY P'), (236, 'MOBILE, AL'), (322, 'AL'), (347, 'ROCCONI, RODNEY P'), (518, '113'), (611, '1,130'), (703, '1,243')]",54:538 -"[(16, 'ROCHA‐LIMA, CAIO M'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'ROCHA‐LIMA, CAIO M'), (511, '16,538'), (700, '16,538')]",54:545 -"[(16, 'ROCHESTER CENTER FOR BEHAVIORAL MEDICINE'), (236, 'ROCHESTER, MI'), (322, 'MI'), (347, 'YOUNG, JOEL L'), (511, '13,150'), (566, '10,750'), (615, '899'), (700, '24,799')]",54:552 -"[(16, 'ROCKWELL, KAREN A'), (236, 'WILMINGTON, DE'), (322, 'DE'), (347, 'ROCKWELL, KAREN A'), (482, '1,594'), (618, '95'), (703, '1,688')]",54:559 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",53:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",53:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",53:88 -"[(500, 'Education '), (583, 'Related Expenses')]",53:92 -"[(467, 'Programs'), (532, 'Education Programs')]",53:95 -"[(501, 'Programs')]",53:99 -"[(16, 'RECCOPPA, LAWRENCE '), (236, 'GAINESVILLE, FL'), (322, 'FL'), (347, 'RECCOPPA, LAWRENCE '), (511, '48,225'), (611, '9,016'), (700, '57,241')]",53:106 -"[(16, 'RECIO, FERNANDO O'), (236, 'BOCA RATON, FL'), (322, 'FL'), (347, 'RECIO, FERNANDO O'), (514, '6,713'), (568, '1,719'), (615, '331'), (703, '8,763')]",53:113 -"[(16, 'RECKAMP, KAREN '), (236, 'DUARTE, CA'), (322, 'CA'), (347, 'RECKAMP, KAREN '), (514, '2,813'), (703, '2,813')]",53:120 -"[(16, 'RED OAK PSYCHIATRY ASSOCIATE, P.A.'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'GINSBERG, LAWRENCE D'), (514, '5,550'), (615, '163'), (703, '5,713')]",53:127 -"[(16, 'REDDY, BEERAVOLU R'), (236, 'FORT GRATIOT, MI'), (322, 'MI'), (347, 'REDDY, BEERAVOLU R'), (514, '5,584'), (618, '33'), (703, '5,617')]",53:135 -"[(16, 'REDDY, BOUYELLA H'), (236, 'MOLINE, IL'), (322, 'IL'), (347, 'REDDY, BOUYELLA H'), (511, '11,134'), (700, '11,134')]",53:142 -"[(16, 'REDDY, KESHAVAPAL G'), (236, 'GREENSBORO, NC'), (322, 'NC'), (347, 'REDDY, KESHAVAPAL G'), (511, '15,525'), (611, '1,536'), (700, '17,061')]",53:149 -"[(16, 'REDDY, SANDEEP '), (236, 'LOS ALAMITOS, CA'), (322, 'CA'), (347, 'REDDY, SANDEEP '), (511, '33,000'), (611, '2,540'), (700, '35,540')]",53:156 -"[(16, 'REDDY, SRINIVAS '), (236, 'OLYMPIA FIELDS, IL'), (322, 'IL'), (347, 'REDDY, SRINIVAS '), (514, '4,484'), (703, '4,484')]",53:163 -"[(16, 'REDDY, SUSHMA '), (236, 'PORT HURON, MI'), (322, 'MI'), (347, 'REDDY, SUSHMA '), (514, '2,906'), (618, '13'), (703, '2,919')]",53:171 -"[(16, 'REDDY, VASANTHA G'), (236, 'SPRINGFIELD, MA'), (322, 'MA'), (347, 'REDDY, VASANTHA G'), (514, '7,225'), (703, '7,225')]",53:178 -"[(16, 'REDDY, VENKATAPRASANTH P'), (236, 'KANSAS CITY, KS'), (322, 'KS'), (347, 'REDDY, VENKATAPRASANTH P'), (568, '1,875'), (618, '78'), (703, '1,953')]",53:185 -"[(16, 'REDFERN, KAYE R'), (236, 'BEAUFORT, SC'), (322, 'SC'), (347, 'REDFERN, KAYE R'), (482, '8,288'), (611, '1,274'), (703, '9,562')]",53:192 -"[(16, 'REED, KAREN L'), (236, 'BECKLEY, WV'), (322, 'WV'), (347, 'REED, KAREN L'), (568, '1,094'), (618, '61'), (703, '1,155')]",53:199 -"[(16, 'REED, SHELLEY L'), (236, 'AUSTIN, TX'), (322, 'TX'), (347, 'REED, SHELLEY L'), (482, '4,331'), (615, '256'), (703, '4,588')]",53:207 -"[(16, 'REEDER‐MCINTOSH, CATHY '), (236, 'WINSTON SALEM, NC'), (322, 'NC'), (347, 'REEDER‐MCINTOSH, CATHY '), (482, '1,088'), (618, '31'), (703, '1,119')]",53:214 -"[(16, 'REGAN, KAREN R'), (236, 'MIDLAND, GA'), (322, 'GA'), (347, 'REGAN, KAREN R'), (486, '113'), (707, '113')]",53:221 -"[(16, 'REGENTS OF THE UNIVERSITY OF CALIFORNIA AT IRVINE'), (236, 'IRVINE, CA'), (322, 'CA'), (347, 'MAGUIRE, GERALD A'), (511, '36,150'), (566, '10,813'), (615, '643'), (700, '47,605')]",53:228 -"[(16, 'REGIONAL CARDIOLOGY CONSULTANTS, LTD'), (236, 'ROCKFORD, IL'), (322, 'IL'), (347, 'RAO, A L'), (514, '1,556'), (703, '1,556')]",53:235 -"[(16, 'REHABILITATION INSTITUTE OF CHICAGO'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'STANOS, STEVEN P'), (514, '4,000'), (703, '4,000')]",53:243 -"[(16, 'REHABILITATION MEDICINE AND DISABILITY CONSULTANTS'), (236, 'AVON, CT'), (322, 'CT'), (347, 'KRUG, ROBERT J'), (514, '7,600'), (703, '7,600')]",53:250 -"[(16, 'REHABILITATION PHYSICIANS, P, C,'), (236, 'NOVI, MI'), (322, 'MI'), (347, 'KOVAN, ERIC A'), (514, '1,500'), (703, '1,500')]",53:257 -"[(16, 'REHABILITATION RESEARCH CONSULTANTS'), (236, 'OVERLAND PARK, KS'), (322, 'KS'), (347, 'NALAMACHU, SRINIVAS '), (514, '5,400'), (615, '674'), (703, '6,074')]",53:264 -"[(16, 'REICH, MANUEL D'), (236, 'MONROEVILLE, PA'), (322, 'PA'), (347, 'REICH, MANUEL D'), (514, '9,750'), (611, '1,018'), (700, '10,768')]",53:271 -"[(16, 'REID, TIMOTHY S'), (236, 'JANESVILLE, WI'), (322, 'WI'), (347, 'REID, TIMOTHY S'), (514, '1,050'), (703, '1,050')]",53:279 -"[(16, 'REILLY, JOHN P'), (236, 'NEW ORLEANS, LA'), (322, 'LA'), (347, 'REILLY, JOHN P'), (514, '5,584'), (615, '454'), (703, '6,038')]",53:286 -"[(16, 'REIMAN, ERIC M'), (236, 'PHOENIX, AZ'), (322, 'AZ'), (347, 'REIMAN, ERIC M'), (568, '4,750'), (618, '43'), (703, '4,793')]",53:293 -"[(16, 'REIMERS, CARL D'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'REIMERS, CARL D'), (511, '25,584'), (611, '1,164'), (700, '26,748')]",53:300 -"[(16, 'REIMHERR, J PHILIP P'), (236, 'LYNN, MA'), (322, 'MA'), (347, 'REIMHERR, J PHILIP P'), (511, '14,250'), (615, '682'), (700, '14,932')]",53:307 -"[(16, 'REIN, BARB '), (236, 'KENOSHA, WI'), (322, 'WI'), (347, 'REIN, BARB '), (486, '544'), (707, '544')]",53:315 -"[(16, 'REISER, MARTI '), (236, 'LORAIN, OH'), (322, 'OH'), (347, 'REISER, MARTI '), (486, '825'), (618, '44'), (707, '869')]",53:322 -"[(16, 'REITER, SCOTT R'), (236, 'CASEVILLE, MI'), (322, 'MI'), (347, 'REITER, SCOTT R'), (514, '4,700'), (615, '177'), (703, '4,877')]",53:329 -"[(16, 'REITSMA, EILEEN '), (16, 'REITSMA, EILEEN '), (236, 'CICERO, IN'), (236, 'CICERO, IN'), (322, 'IN'), (322, 'IN'), (347, 'REITSMA, EILEEN '), (347, 'REITSMA, EILEEN '), (482, '1,988'), (482, '1,988'), (615, '126'), (615, '126'), (703, '2,114'), (703, '2,114')]",53:336 -"[(16, 'RENNER, CINDY '), (236, 'BISMARCK, ND'), (322, 'ND'), (347, 'RENNER, CINDY '), (514, '1,219'), (621, '8'), (703, '1,227')]",53:344 -"[(16, 'REPRODUCTIVE PSYCHOPHARMACOLOGY'), (236, 'BLOOMFIELD HILLS, MI'), (322, 'MI'), (347, 'ROSENBERG, RON W'), (511, '33,100'), (611, '1,374'), (700, '34,474')]",53:351 -"[(16, 'RESEARCH PHYSICIANS PA.'), (236, 'BOCA RATON, FL'), (322, 'FL'), (347, 'HOLLAND, DONNA S'), (511, '33,000'), (568, '8,500'), (608, '12,441'), (700, '53,941')]",53:358 -"[(16, 'RESNICK, RAYMOND S'), (236, 'CARBONDALE, PA'), (322, 'PA'), (347, 'RESNICK, RAYMOND S'), (511, '18,784'), (615, '551'), (700, '19,335')]",53:365 -"[(16, 'RESTUCCIO, ANTHONY P'), (236, 'WESTERVILLE, OH'), (322, 'OH'), (347, 'RESTUCCIO, ANTHONY P'), (514, '4,800'), (615, '113'), (703, '4,913')]",53:372 -"[(16, 'REVANA, MADAIAH '), (236, 'HUMBLE, TX'), (322, 'TX'), (347, 'REVANA, MADAIAH '), (514, '6,884'), (618, '20'), (703, '6,904')]",53:379 -"[(16, 'REVELS, SHARON M'), (236, 'SARASOTA, FL'), (322, 'FL'), (347, 'REVELS, SHARON M'), (482, '3,600'), (615, '105'), (703, '3,705')]",53:387 -"[(16, 'REYES, AURORA C'), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'REYES, AURORA C'), (482, '9,631'), (615, '674'), (700, '10,305')]",53:394 -"[(16, 'REYNOLDS M. DELGADO, III'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'DELGADO, REYNOLDS M'), (618, '73'), (710, '73')]",53:401 -"[(16, 'REYNOLDS, CRAIG H'), (236, 'OCALA, FL'), (322, 'FL'), (347, 'REYNOLDS, CRAIG H'), (511, '25,763'), (566, '20,825'), (611, '2,204'), (700, '48,791')]",53:408 -"[(16, 'REYNOLDS, LORA '), (236, 'ABINGDON, VA'), (322, 'VA'), (347, 'REYNOLDS, LORA '), (482, '2,494'), (615, '281'), (703, '2,775')]",53:415 -"[(16, 'RHEUMATOLOGY AND OSTEOPOROSIS SERVICES, PC'), (236, 'LINCOLN, NE'), (322, 'NE'), (347, 'GARWOOD, VERNON F'), (514, '7,525'), (703, '7,525')]",53:423 -"[(16, 'RHEUMATOLOGY ASSOCIATES OF NORTH ALABAMA PC'), (236, 'HUNTSVILLE, AL'), (322, 'AL'), (347, 'SHERGY, WILLIAM J'), (514, '3,750'), (618, '88'), (703, '3,838')]",53:430 -"[(16, 'RHEUMATOLOGY ASSOCIATES, PC'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'ABBOTT, JOEL D'), (514, '3,200'), (703, '3,200')]",53:437 -"[(16, 'RHEUMCON INC.'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'HOCHBERG, MARC C'), (568, '3,000'), (703, '3,000')]",53:444 -"[(16, 'RHOADES, CHRISTOPHER A'), (236, 'CIRCLEVILLE, OH'), (322, 'OH'), (347, 'RHOADES, CHRISTOPHER A'), (511, '29,700'), (615, '357'), (700, '30,057')]",53:451 -"[(16, 'RICARDI, RANDALL K'), (236, 'PHOENIX, AZ'), (322, 'AZ'), (347, 'RICARDI, RANDALL K'), (511, '49,000'), (611, '2,342'), (700, '51,342')]",53:459 -"[(16, 'RICH, GLENN M'), (236, 'TRUMBULL, CT'), (322, 'CT'), (347, 'RICH, GLENN M'), (514, '4,838'), (703, '4,838')]",53:466 -"[(16, 'RICHARD A. PITTSLEY, MD, PC'), (236, 'EAST LANSING, MI'), (322, 'MI'), (347, 'PITTSLEY, RICHARD A'), (511, '44,775'), (611, '3,237'), (700, '48,012')]",53:473 -"[(16, 'RICHARD B. AGUILAR P.C.'), (236, 'BEND, OR'), (322, 'OR'), (347, 'AGUILAR, RICHARD B'), (511, '20,763'), (568, '8,125'), (611, '1,938'), (700, '30,826')]",53:480 -"[(16, 'RICHARD B. ATKINS, M.D., P.C.'), (236, 'WEST BLOOMFIELD, MI'), (322, 'MI'), (347, 'ATKINS, RICHARD B'), (514, '8,050'), (615, '174'), (703, '8,224')]",53:487 -"[(16, 'RICHARD B. PESIKOFF, M.D. AND ASSOCIATES'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'PESIKOFF, RICHARD B'), (514, '2,700'), (618, '91'), (703, '2,791')]",53:495 -"[(16, 'RICHARD E. FAUSEL, DO, APC'), (236, 'BERMUDA DUNES, CA'), (322, 'CA'), (347, 'FAUSEL, RICHARD E'), (514, '4,500'), (615, '150'), (703, '4,650')]",53:502 -"[(16, 'RICHARD E. RUBIN, MD PC'), (236, 'CHEVY CHASE, MD'), (322, 'MD'), (347, 'RUBIN, RICHARD E'), (514, '1,784'), (618, '23'), (703, '1,808')]",53:509 -"[(16, 'RICHARD GREENBERG MD'), (236, 'WASHINGTON, DC'), (322, 'DC'), (347, 'GREENBERG, RICHARD D'), (514, '6,300'), (615, '137'), (703, '6,437')]",53:516 -"[(16, 'RICHARD L. BRUCK, MD, INC.'), (236, 'UPLAND, CA'), (322, 'CA'), (347, 'BRUCK, RICHARD L'), (514, '2,634'), (703, '2,634')]",53:523 -"[(16, 'RICHARD L. RUBIN, M.D., P.A.'), (236, 'BURLINGTON, VT'), (322, 'VT'), (347, 'RUBIN, RICHARD L'), (511, '14,000'), (568, '8,500'), (611, '1,436'), (700, '23,936')]",53:531 -"[(16, 'RICHARD R. HARTMAN MD, PLLC'), (236, 'NORMAN, OK'), (322, 'OK'), (347, 'HARTMAN, RICHARD R'), (514, '4,975'), (615, '387'), (703, '5,362')]",53:538 -"[(16, 'RICHARD R. SEIBERT MD INC.'), (236, 'WALNUT CREEK, CA'), (322, 'CA'), (347, 'SEIBERT, RICHARD R'), (514, '1,250'), (618, '19'), (703, '1,269')]",53:545 -"[(16, 'RICHARDSON, LUCY '), (236, 'NACOGDOCHES, TX'), (322, 'TX'), (347, 'RICHARDSON, LUCY '), (479, '12,488'), (611, '3,514'), (700, '16,002')]",53:552 -"[(16, 'RICHIE, WILLIAM D'), (236, 'TACOMA, WA'), (322, 'WA'), (347, 'RICHIE, WILLIAM D'), (514, '3,800'), (703, '3,800')]",53:559 -"[(16, 'RICHTER, DAVID E'), (236, 'AKRON, OH'), (322, 'OH'), (347, 'RICHTER, DAVID E'), (514, '6,075'), (703, '6,075')]",53:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 53 of 71')]",53:591 -"[(347, 'Lilly Faculty Registry')]",54:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",54:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",54:63 -"[(558, '(All amounts in US Dollars)')]",54:70 -"[(16, 'RABIS JONES, SANDRA J'), (236, 'MIDDLETOWN, CT'), (322, 'CT'), (347, 'RABIS JONES, SANDRA J'), (518, '638'), (707, '638')]",52:113 -"[(16, 'RABITO, PHILIP '), (236, 'ELMHURST, NY'), (322, 'NY'), (347, 'RABITO, PHILIP '), (514, '2,031'), (618, '22'), (703, '2,053')]",52:120 -"[(16, 'RACKOFF, PAULA J'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'RACKOFF, PAULA J'), (511, '12,475'), (611, '2,521'), (700, '14,996')]",52:127 -"[(16, 'RADATZ, JANE M'), (236, 'LINDSBORG, KS'), (322, 'KS'), (347, 'RADATZ, JANE M'), (486, '113'), (707, '113')]",52:135 -"[(16, 'RADICH, ROXANNE '), (236, 'OSHKOSH, WI'), (322, 'WI'), (347, 'RADICH, ROXANNE '), (486, '994'), (618, '51'), (703, '1,044')]",52:142 -"[(16, 'RADIN, MICHAEL S'), (236, 'MINEOLA, NY'), (322, 'NY'), (347, 'RADIN, MICHAEL S'), (514, '2,794'), (703, '2,794')]",52:149 -"[(16, 'RADO, JEFFREY T'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'RADO, JEFFREY T'), (514, '1,275'), (618, '94'), (703, '1,369')]",52:156 -"[(16, 'RADULOVIC, NAN '), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'RADULOVIC, NAN '), (514, '2,250'), (618, '20'), (703, '2,270')]",52:163 -"[(16, 'RAGHUPATHY, ARUN K'), (236, 'LARKSPUR, CA'), (322, 'CA'), (347, 'RAGHUPATHY, ARUN K'), (514, '2,634'), (618, '37'), (703, '2,671')]",52:171 -"[(16, 'RAHE, MARCIA '), (236, 'TOLEDO, OH'), (322, 'OH'), (347, 'RAHE, MARCIA '), (482, '2,013'), (618, '85'), (703, '2,097')]",52:178 -"[(16, 'RAHN K. BAILEY PSYCHIATRIC ASSOCIATES'), (236, 'FRANKLIN, TN'), (322, 'TN'), (347, 'BAILEY, RAHN K'), (511, '38,150'), (568, '9,313'), (611, '3,428'), (700, '50,890')]",52:185 -"[(16, 'RAJ, ETHIRAJ G'), (236, 'FLINT, MI'), (322, 'MI'), (347, 'RAJ, ETHIRAJ G'), (518, '900'), (707, '900')]",52:192 -"[(16, 'RAJ, MOSES S'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'RAJ, MOSES S'), (514, '6,713'), (703, '6,713')]",52:199 -"[(16, 'RAJADHYAKSHA, SADASHIV Y'), (236, 'RIVERSIDE, CA'), (322, 'CA'), (347, 'RAJADHYAKSHA, SADASHIV Y'), (514, '6,450'), (615, '447'), (703, '6,897')]",52:207 -"[(16, 'RAJIYAH, GITENDRA '), (236, 'EAST ORANGE, NJ'), (322, 'NJ'), (347, 'RAJIYAH, GITENDRA '), (521, '84'), (710, '84')]",52:214 -"[(16, 'RAJPARA, SURESH P'), (236, 'WEST PALM BEACH, FL'), (322, 'FL'), (347, 'RAJPARA, SURESH P'), (514, '2,700'), (615, '345'), (703, '3,045')]",52:221 -"[(16, 'RAJUPET, KAMALA A'), (236, 'NEW KENSINGTON, PA'), (322, 'PA'), (347, 'RAJUPET, KAMALA A'), (514, '3,281'), (703, '3,281')]",52:228 -"[(16, 'RAKESH PASSI, MD, LLC'), (236, 'EAST BRUNSWICK, NJ'), (322, 'NJ'), (347, 'PASSI, RAKESH K'), (514, '3,484'), (703, '3,484')]",52:235 -"[(16, 'RAKKHIT, RONJAY '), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'RAKKHIT, RONJAY '), (514, '8,950'), (703, '8,950')]",52:243 -"[(16, 'RALPH YUNG, MD, PC'), (236, 'BRONX, NY'), (322, 'NY'), (347, 'YUNG, RALPH P'), (514, '2,531'), (618, '35'), (703, '2,566')]",52:250 -"[(16, 'RAMAN, RAJENDRA T'), (236, 'KNOXVILLE, TN'), (322, 'TN'), (347, 'RAMAN, RAJENDRA T'), (514, '7,450'), (615, '332'), (703, '7,782')]",52:257 -"[(16, 'RAMAPRASAD, SUNIL T'), (236, 'MORRISTOWN, TN'), (322, 'TN'), (347, 'RAMAPRASAD, SUNIL T'), (518, '934'), (707, '934')]",52:264 -"[(16, 'RAMDAS, KUMAR M'), (236, 'EAST ORANGE, NJ'), (322, 'NJ'), (347, 'RAMDAS, KUMAR M'), (514, '6,806'), (703, '6,806')]",52:271 -"[(16, 'RAMESHKUMAR RAMAN'), (236, 'BETTENDORF, IA'), (322, 'IA'), (347, 'RAMAN, RAMESHKUM K'), (514, '4,144'), (618, '58'), (703, '4,201')]",52:279 -"[(16, 'RAMIN EBRAHIMI MD, INC'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'EBRAHIMI, RAMIN '), (511, '19,659'), (611, '1,546'), (700, '21,206')]",52:286 -"[(16, 'RAMIREZ, DIANA A'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'RAMIREZ, DIANA A'), (482, '2,175'), (615, '589'), (703, '2,764')]",52:293 -"[(16, 'RAMIREZ, LUIS F'), (236, 'CLEVELAND, OH'), (322, 'OH'), (347, 'RAMIREZ, LUIS F'), (514, '1,275'), (703, '1,275')]",52:300 -"[(16, 'RAMIRO, LUCILA E'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'RAMIRO, LUCILA E'), (511, '45,263'), (611, '4,036'), (700, '49,298')]",52:307 -"[(16, 'RAMLAN, DAYNA '), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'RAMLAN, DAYNA '), (486, '488'), (618, '19'), (707, '507')]",52:315 -"[(16, 'RAMON C. TY, JR., MD, PA'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'TY, RAMON C'), (514, '3,400'), (703, '3,400')]",52:322 -"[(16, 'RAMOS, RENATO G'), (236, 'TROY, MI'), (322, 'MI'), (347, 'RAMOS, RENATO G'), (514, '6,684'), (703, '6,684')]",52:329 -"[(16, 'RAMOS RODRIGUEZ, LUIS E'), (16, 'RAMOS‐RODRIGUEZ, LUIS E'), (236, 'GUAYNABO, PR'), (236, 'GUAYNABO, PR'), (322, 'PR'), (322, 'PR'), (347, 'RAMOS RODRIGUEZ, LUIS E'), (347, 'RAMOS‐RODRIGUEZ, LUIS E'), (514, '3,175'), (514, '3,175'), (703, '3,175'), (703, '3,175')]",52:336 -"[(16, 'RAMSOOMAIR, DELANO F'), (236, 'GOWANDA, NY'), (322, 'NY'), (347, 'RAMSOOMAIR, DELANO F'), (514, '3,000'), (703, '3,000')]",52:344 -"[(16, 'RANDOLPH W. EVANS, MD'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'EVANS, RANDOLPH W'), (514, '3,000'), (618, '23'), (703, '3,023')]",52:351 -"[(16, 'RANDY AXELROD MD'), (236, 'CHESAPEAKE, VA'), (322, 'VA'), (347, 'AXELROD, RANDY '), (568, '7,500'), (615, '982'), (703, '8,482')]",52:358 -"[(16, 'RANESES, RAYMON C'), (236, 'KALAMAZOO, MI'), (322, 'MI'), (347, 'RANESES, RAYMON C'), (514, '5,184'), (618, '44'), (703, '5,228')]",52:365 -"[(16, 'RAO, D SUDHAKER S'), (236, 'DETROIT, MI'), (322, 'MI'), (347, 'RAO, D SUDHAKER S'), (511, '30,913'), (611, '1,008'), (700, '31,920')]",52:372 -"[(16, 'RAO, MADHAVA S'), (236, 'CARBONDALE, PA'), (322, 'PA'), (347, 'RAO, MADHAVA S'), (514, '1,784'), (703, '1,784')]",52:379 -"[(16, 'RAO, RAVI '), (236, 'TITUSVILLE, FL'), (322, 'FL'), (347, 'RAO, RAVI '), (514, '4,384'), (618, '24'), (703, '4,409')]",52:387 -"[(16, 'RAO, RAVI D'), (236, 'FRESNO, CA'), (322, 'CA'), (347, 'RAO, RAVI D'), (568, '4,500'), (615, '116'), (703, '4,616')]",52:394 -"[(16, 'RAO, SANJAI D'), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'RAO, SANJAI D'), (511, '26,450'), (611, '1,028'), (700, '27,478')]",52:401 -"[(16, 'RAO, SATHISHCHANDRA N'), (236, 'LOGAN, WV'), (322, 'WV'), (347, 'RAO, SATHISHCHANDRA N'), (514, '2,150'), (703, '2,150')]",52:408 -"[(16, 'RAO, SUNDER V'), (236, 'GROVE CITY, PA'), (322, 'PA'), (347, 'RAO, SUNDER V'), (514, '6,884'), (703, '6,884')]",52:415 -"[(16, 'RAPAPORT, ELLIOT '), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'RAPAPORT, ELLIOT '), (521, '84'), (710, '84')]",52:423 -"[(16, 'RAPEPORT MEDICAL CORPORATION'), (236, 'LA MESA, CA'), (322, 'CA'), (347, 'RAPEPORT, KEVIN B'), (514, '2,284'), (703, '2,284')]",52:430 -"[(16, 'RASHID, HAROONUR '), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'RASHID, HAROONUR '), (514, '2,284'), (703, '2,284')]",52:437 -"[(16, 'RASHMIKANT S. DESAI MD'), (236, 'ABSECON, NJ'), (322, 'NJ'), (347, 'DESAI, RASKHMIKAN S'), (514, '1,784'), (618, '16'), (703, '1,800')]",52:444 -"[(16, 'RASTELLI, ANTONELLA L'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'RASTELLI, ANTONELLA L'), (514, '6,075'), (615, '210'), (703, '6,285')]",52:451 -"[(16, 'RATHMANN, JOERG '), (236, 'HARTFORD, CT'), (322, 'CT'), (347, 'RATHMANN, JOERG '), (514, '8,100'), (703, '8,100')]",52:459 -"[(16, 'RATNER, ERIC R'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'RATNER, ERIC R'), (514, '3,000'), (703, '3,000')]",52:466 -"[(16, 'RATTIN, CHRISTINE '), (236, 'KANSAS CITY, MO'), (322, 'MO'), (347, 'RATTIN, CHRISTINE '), (514, '7,734'), (703, '7,734')]",52:473 -"[(16, 'RAUBA, ALAN T'), (236, 'JEFFERSON CITY, MO'), (322, 'MO'), (347, 'RAUBA, ALAN T'), (514, '7,081'), (615, '280'), (703, '7,361')]",52:480 -"[(16, 'RAUCK, RICHARD L'), (236, 'WINSTON SALEM, NC'), (322, 'NC'), (347, 'RAUCK, RICHARD L'), (511, '17,500'), (611, '1,177'), (700, '18,677')]",52:487 -"[(16, 'RAUL GUERRERO, M.D., P.C.'), (236, 'GROSSE POINTE, MI'), (322, 'MI'), (347, 'GUERRERO, RAUL J'), (511, '25,200'), (615, '327'), (700, '25,527')]",52:495 -"[(16, 'RAUL R. CAPITAINE, MD, PA'), (236, 'CORPUS CHRISTI, TX'), (322, 'TX'), (347, 'CAPITAINE, RAUL R'), (514, '3,700'), (615, '175'), (703, '3,875')]",52:502 -"[(16, 'RAVIPUDI, SANJEEV D'), (236, 'COLUMBIA, MO'), (322, 'MO'), (347, 'RAVIPUDI, SANJEEV D'), (514, '5,234'), (618, '65'), (703, '5,299')]",52:509 -"[(16, 'RAYANCHA, SURESH '), (236, 'NEW HARTFORD, NY'), (322, 'NY'), (347, 'RAYANCHA, SURESH '), (514, '4,900'), (703, '4,900')]",52:516 -"[(16, 'RAYFIELD, ELLIOT J'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'RAYFIELD, ELLIOT J'), (514, '7,281'), (703, '7,281')]",52:523 -"[(16, 'RAYMOND F. SILBAR MD. PA'), (236, 'JACKSONVILLE, FL'), (322, 'FL'), (347, 'SILBAR, RAYMOND F'), (514, '9,500'), (615, '763'), (700, '10,263')]",52:531 -"[(16, 'READE, ROBERT A'), (236, 'GREENSBORO, NC'), (322, 'NC'), (347, 'READE, ROBERT A'), (511, '35,700'), (566, '12,250'), (611, '2,140'), (700, '50,090')]",52:538 -"[(16, 'READLING, JOSEPH A'), (236, 'BINGHAMTON, NY'), (322, 'NY'), (347, 'READLING, JOSEPH A'), (514, '2,263'), (615, '100'), (703, '2,363')]",52:545 -"[(16, 'REANEY, JUDSON B'), (236, 'EDEN PRAIRIE, MN'), (322, 'MN'), (347, 'REANEY, JUDSON B'), (511, '25,200'), (611, '1,229'), (700, '26,429')]",52:552 -"[(16, 'REASNER, CHARLES A'), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'REASNER, CHARLES A'), (511, '21,306'), (615, '523'), (700, '21,829')]",52:559 -"[(16, 'RECAREDO BERBANO, MD, PC'), (236, 'KINGSTON, PA'), (322, 'PA'), (347, 'BERBANO, RECAREDO R'), (514, '9,338'), (615, '230'), (703, '9,568')]",52:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 52 of 71')]",52:591 -"[(347, 'Lilly Faculty Registry')]",53:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",53:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",53:63 -"[(558, '(All amounts in US Dollars)')]",53:70 -"[(499, 'Healthcare ')]",53:77 -"[(16, 'POTORSKI, ROBERT D'), (236, 'WILKES BARRE, PA'), (322, 'PA'), (347, 'POTORSKI, ROBERT D'), (518, '934'), (707, '934')]",51:135 -"[(16, 'POTTI, ANIL '), (236, 'DURHAM, NC'), (322, 'NC'), (347, 'POTTI, ANIL '), (511, '24,113'), (611, '2,581'), (700, '26,694')]",51:142 -"[(16, 'POW, THOMAS K'), (236, 'SAINT JOSEPH, MI'), (322, 'MI'), (347, 'POW, THOMAS K'), (511, '12,184'), (615, '363'), (700, '12,547')]",51:149 -"[(16, 'POWELL, AMY P'), (236, 'SALT LAKE CITY, UT'), (322, 'UT'), (347, 'POWELL, AMY P'), (514, '1,775'), (703, '1,775')]",51:156 -"[(16, 'POWELL, KELLY '), (236, 'SPRINGFIELD, IL'), (322, 'IL'), (347, 'POWELL, KELLY '), (482, '1,013'), (615, '250'), (703, '1,262')]",51:163 -"[(16, 'PRADEEP THAPAR, M.D.,S.C.'), (236, 'FLOSSMOOR, IL'), (322, 'IL'), (347, 'THAPAR, PRADEEP '), (514, '7,450'), (615, '218'), (703, '7,668')]",51:171 -"[(16, 'PRAIRIE CARDIOVASCULAR CONSULTANTS, LTD.'), (236, 'SPRINGFIELD, IL'), (322, 'IL'), (347, 'PROVIDERS OF SERVICE: '), (511, '13,369'), (615, '628'), (700, '13,997')]",51:178 -"[(347, 'AL‐DALLOW, RAED S;')]",51:185 -"[(347, 'MISHKELL, GREGORY J')]",51:192 -"[(16, 'PRAKASH THOPIAH, MD'), (236, 'CHAMPAIGN, IL'), (322, 'IL'), (347, 'THOPIAH, PRAKASH '), (514, '7,734'), (615, '495'), (703, '8,229')]",51:199 -"[(16, 'PRAKKEN, STEVEN D'), (236, 'CHAPEL HILL, NC'), (322, 'NC'), (347, 'PRAKKEN, STEVEN D'), (511, '25,500'), (611, '1,348'), (700, '26,848')]",51:207 -"[(16, 'PRANIKOFF, JOEL D'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'PRANIKOFF, JOEL D'), (514, '6,000'), (703, '6,000')]",51:214 -"[(16, 'PRATSOS, ANTONIS '), (236, 'BRYN MAWR, PA'), (322, 'PA'), (347, 'PRATSOS, ANTONIS '), (518, '450'), (707, '450')]",51:221 -"[(16, 'PREM C. GOEL, M.D.'), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'GOEL, PREM C'), (514, '2,634'), (703, '2,634')]",51:228 -"[(16, 'PRESCOTT, DEANA J'), (236, 'EL PASO, TX'), (322, 'TX'), (347, 'PRESCOTT, DEANA J'), (514, '1,500'), (703, '1,500')]",51:235 -"[(16, 'PRESTON, DEBRA A'), (236, 'ELMA, NY'), (322, 'NY'), (347, 'PRESTON, DEBRA A'), (482, '1,988'), (618, '55'), (703, '2,043')]",51:243 -"[(16, 'PREY, WILLIAM T'), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'PREY, WILLIAM T'), (511, '20,550'), (615, '669'), (700, '21,219')]",51:250 -"[(16, 'PRICE, MATTHEW J'), (236, 'LA JOLLA, CA'), (322, 'CA'), (347, 'PRICE, MATTHEW J'), (511, '24,809'), (572, '750'), (611, '1,296'), (700, '26,855')]",51:257 -"[(16, 'PRINCETON FAMILY CARE ASSOCIATES, LLC'), (236, 'PRINCETON, NJ'), (322, 'NJ'), (347, 'FERNANDEZ, RICARDO J'), (511, '12,800'), (568, '1,500'), (615, '508'), (700, '14,808')]",51:264 -"[(16, 'PRISCU, ANA '), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'PRISCU, ANA '), (518, '688'), (707, '688')]",51:271 -"[(16, 'PRIVITERA, MICHAEL R'), (236, 'ROCHESTER, NY'), (322, 'NY'), (347, 'PRIVITERA, MICHAEL R'), (518, '900'), (618, '34'), (707, '934')]",51:279 -"[(16, 'PROFESSIONAL NEUROLOGICAL ASSOC.'), (236, 'DUNMORE, PA'), (322, 'PA'), (347, 'DHADUK, VITHALBHAI D'), (514, '3,750'), (615, '110'), (703, '3,860')]",51:286 -"[(16, 'PROGRESSIVE PAIN SOLUTIONS, LLC'), (236, 'WIND GAP, PA'), (322, 'PA'), (347, 'SUN, KENNETH P'), (514, '1,000'), (618, '11'), (703, '1,011')]",51:293 -"[(16, 'PROOTHI, SUBHASH C'), (236, 'FOUNTAIN HILL, PA'), (322, 'PA'), (347, 'PROOTHI, SUBHASH C'), (514, '1,813'), (703, '1,813')]",51:300 -"[(16, 'PROVIDENCE MEDICAL GROUP'), (236, 'TERRE HAUTE, IN'), (322, 'IN'), (347, 'BITTAR, GEORGE B'), (521, '84'), (710, '84')]",51:307 -"[(16, 'PSYCARE INC.'), (236, 'SOUTH CHARLESTON, WV'), (322, 'WV'), (347, 'THISTLETHWAITE, DANIEL B'), (511, '21,500'), (611, '1,361'), (700, '22,861')]",51:315 -"[(16, 'PSYCH CARE CONSULTANTS RESEARCH'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'MALIK, AZFAR M'), (511, '14,000'), (611, '1,630'), (700, '15,630')]",51:322 -"[(16, 'PSYCHCONSULT MD, PLLC'), (236, 'LEWISBURG, WV'), (322, 'WV'), (347, 'EITEL, DOUGLAS R'), (511, '14,200'), (611, '2,723'), (700, '16,923')]",51:329 -"[(16, 'PSYCHIATRIC   MENTAL HEALTH CARE, P.C.'), (16, 'PSYCHIATRIC ‐ MENTAL HEALTH CARE, P.C.'), (236, 'OMAHA, NE'), (236, 'OMAHA, NE'), (322, 'NE'), (322, 'NE'), (347, 'EASLEY, ELIZABETH L'), (347, 'EASLEY, ELIZABETH L'), (482, '1,163'), (482, '1,163'), (703, '1,163'), (703, '1,163')]",51:336 -"[(16, 'PSYCHIATRIC CONSULTANTS OF WESTERN WISCONSIN, SC'), (236, 'EAU CLAIRE, WI'), (322, 'WI'), (347, 'PERSING, JAMES S'), (514, '1,200'), (615, '280'), (703, '1,480')]",51:344 -"[(16, 'PSYCHIATRIC DEAF SERVICES, PA'), (236, 'GREENVILLE, SC'), (322, 'SC'), (347, 'BREWER, CHARLES H'), (511, '25,050'), (700, '25,050')]",51:351 -"[(16, 'PSYCHIATRIC INNOVATIONS, PC'), (236, 'FORT WAYNE, IN'), (322, 'IN'), (347, 'FAWVER, JAY D'), (511, '18,800'), (566, '10,063'), (615, '573'), (700, '29,435')]",51:358 -"[(16, 'PSYCHIATRIC SOLUTIONS'), (236, 'SYRACUSE, NY'), (322, 'NY'), (347, 'PRATTS, MICHAEL J'), (511, '34,200'), (611, '4,476'), (700, '38,676')]",51:365 -"[(16, 'PSYCHIATRIC SOLUTIONS, LLC'), (236, 'JOPLIN, MO'), (322, 'MO'), (347, 'KORY, STEVEN M'), (511, '49,950'), (611, '2,895'), (700, '52,845')]",51:372 -"[(16, 'PSYCHIATRIC SOLUTIONS.'), (236, 'GUAYNABO, PR'), (322, 'PR'), (347, 'FUMERO PEREZ, ILEANA M'), (518, '375'), (707, '375')]",51:379 -"[(16, 'PSYCHIATRIC WELLNESS CARE, PLLC'), (236, 'SYRACUSE, NY'), (322, 'NY'), (347, 'VERMA, ANIL K'), (511, '19,450'), (611, '1,466'), (700, '20,916')]",51:387 -"[(16, 'PSYCHIATRY ASSOCIATES OF KANSAS CITY, P.A.'), (236, 'LEAWOOD, KS'), (322, 'KS'), (347, 'MAYS, KEVIN P'), (511, '36,150'), (615, '365'), (700, '36,515')]",51:394 -"[(16, 'PSYCHIATRY SPECIALISTS OF ANN ARBOR, P.C.'), (236, 'ANN ARBOR, MI'), (322, 'MI'), (347, 'BONIFACE, PHYLLIS M'), (511, '39,950'), (568, '3,625'), (611, '1,049'), (700, '44,624')]",51:401 -"[(16, 'PSYCH‐TECH SERVICES USA LLC'), (236, 'PITTSFORD, NY'), (322, 'NY'), (347, 'WEISMAN, ROBERT L'), (511, '40,750'), (611, '7,538'), (700, '48,288')]",51:408 -"[(16, 'PUNJYA, RAJIV H'), (236, 'TRACY, CA'), (322, 'CA'), (347, 'PUNJYA, RAJIV H'), (518, '934'), (707, '934')]",51:415 -"[(16, 'PURDY, DRU A'), (236, 'RAPID CITY, SD'), (322, 'SD'), (347, 'PURDY, DRU A'), (514, '5,584'), (703, '5,584')]",51:423 -"[(16, 'PURDY, LISA P'), (236, 'SKOKIE, IL'), (322, 'IL'), (347, 'PURDY, LISA P'), (514, '4,488'), (703, '4,488')]",51:430 -"[(16, 'PUROW, JOSHUA M'), (236, 'FORT LAUDERDALE, FL'), (322, 'FL'), (347, 'PUROW, JOSHUA M'), (518, '934'), (707, '934')]",51:437 -"[(16, 'PURSHOTAM B. KATARIA, INC.'), (236, 'CORONA, CA'), (322, 'CA'), (347, 'KATARIA, PURSHOTAM B'), (514, '2,750'), (618, '44'), (703, '2,794')]",51:444 -"[(16, 'PUSO LLC'), (236, 'LAS VEGAS, NV'), (322, 'NV'), (347, 'BORROMEO, SALVADOR G'), (514, '4,400'), (703, '4,400')]",51:451 -"[(16, 'QAYYUM, USMAN U'), (236, 'LUDLOW, MA'), (322, 'MA'), (347, 'QAYYUM, USMAN U'), (514, '4,300'), (703, '4,300')]",51:459 -"[(16, 'QOUBAITARY, AMMAR '), (236, 'SAN RAMON, CA'), (322, 'CA'), (347, 'QOUBAITARY, AMMAR '), (518, '450'), (707, '450')]",51:466 -"[(16, 'QUAN, DIEMDUC '), (236, 'ANAHEIM, CA'), (322, 'CA'), (347, 'QUAN, DIEMDUC '), (482, '2,100'), (615, '106'), (703, '2,206')]",51:473 -"[(16, 'QUENTZEL, STEPHAN J'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'QUENTZEL, STEPHAN J'), (511, '43,650'), (611, '3,678'), (700, '47,328')]",51:480 -"[(16, 'QUEVEDO, VI D'), (236, 'FOUNTAIN VALLEY, CA'), (322, 'CA'), (347, 'QUEVEDO, VI D'), (482, '1,988'), (615, '176'), (703, '2,163')]",51:487 -"[(16, 'QUINNAN, GAIL '), (236, 'CARMEL VALLEY, CA'), (322, 'CA'), (347, 'QUINNAN, GAIL '), (482, '4,331'), (615, '568'), (703, '4,900')]",51:495 -"[(16, 'QUINT, ANDREW R'), (236, 'PLYMOUTH MEETING, PA'), (322, 'PA'), (347, 'QUINT, ANDREW R'), (514, '5,031'), (703, '5,031')]",51:502 -"[(16, 'QUINTANA, BENJAMIN J'), (236, 'ALLENTOWN, PA'), (322, 'PA'), (347, 'QUINTANA, BENJAMIN J'), (514, '6,338'), (568, '1,500'), (703, '7,838')]",51:509 -"[(16, 'QUINTERO, BRAULIO '), (236, 'MAYAGUEZ, PR'), (322, 'PR'), (347, 'QUINTERO, BRAULIO '), (514, '2,950'), (703, '2,950')]",51:516 -"[(16, 'QUPON AIR INC.'), (236, 'HEWLETT, NY'), (322, 'NY'), (347, 'FRANKEL, ROBERT A'), (511, '29,784'), (615, '745'), (700, '30,529')]",51:523 -"[(16, 'QURESHI, AAMER A'), (236, 'CHARLOTTE, NC'), (322, 'NC'), (347, 'QURESHI, AAMER A'), (514, '4,484'), (618, '50'), (703, '4,534')]",51:531 -"[(16, 'QUYYUMI, SHAHED A'), (236, 'STATEN ISLAND, NY'), (322, 'NY'), (347, 'QUYYUMI, SHAHED A'), (514, '2,906'), (618, '19'), (703, '2,926')]",51:538 -"[(16, 'R. BAUER VAUGHTERS, III'), (236, 'AIKEN, SC'), (322, 'SC'), (347, 'VAUGHTERS, RAY B'), (514, '2,906'), (618, '20'), (703, '2,926')]",51:545 -"[(16, 'R. ENDOCRINOLOGY'), (236, 'HAMILTON, NJ'), (322, 'NJ'), (347, 'RIZVI, SYED W'), (514, '3,725'), (703, '3,725')]",51:552 -"[(16, 'R. JOE TEAGUE, M.D., P.C.'), (236, 'HOMEWOOD, AL'), (322, 'AL'), (347, 'TEAGUE, RALPH J'), (514, '3,288'), (703, '3,288')]",51:559 -"[(16, 'RAAB, RACHEL E'), (236, 'GREENVILLE, NC'), (322, 'NC'), (347, 'RAAB, RACHEL E'), (514, '2,763'), (703, '2,763')]",51:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 51 of 71')]",51:591 -"[(347, 'Lilly Faculty Registry')]",52:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",52:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",52:63 -"[(558, '(All amounts in US Dollars)')]",52:70 -"[(499, 'Healthcare ')]",52:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",52:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",52:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",52:88 -"[(500, 'Education '), (583, 'Related Expenses')]",52:92 -"[(467, 'Programs'), (532, 'Education Programs')]",52:95 -"[(501, 'Programs')]",52:99 -"[(16, 'RABELL VILCHES, VILMA M'), (236, 'SANTURCE, PR'), (322, 'PR'), (347, 'RABELL VILCHES, VILMA M'), (511, '26,688'), (618, '41'), (700, '26,729')]",52:106 -"[(16, 'PEREZ‐RIOS, RENE E'), (236, 'BAYAMON, PR'), (322, 'PR'), (347, 'PEREZ‐RIOS, RENE E'), (514, '4,475'), (703, '4,475')]",49:516 -"[(16, 'PEREZ‐SOLER, ROMAN '), (236, 'BRONX, NY'), (322, 'NY'), (347, 'PEREZ‐SOLER, ROMAN '), (511, '27,525'), (611, '3,739'), (700, '31,264')]",49:523 -"[(16, 'PERGOLIZZI, JOSEPH V'), (236, 'FORT MYERS, FL'), (322, 'FL'), (347, 'PERGOLIZZI, JOSEPH V'), (511, '30,725'), (611, '3,095'), (700, '33,820')]",49:531 -"[(16, 'PERINI, MARK A'), (236, 'GREENSBORO, NC'), (322, 'NC'), (347, 'PERINI, MARK A'), (511, '27,375'), (611, '1,390'), (700, '28,765')]",49:538 -"[(16, 'PERKEL, VICTOR S'), (236, 'REDLANDS, CA'), (322, 'CA'), (347, 'PERKEL, VICTOR S'), (514, '2,906'), (618, '74'), (703, '2,980')]",49:545 -"[(16, 'PERKINS, DIANA O'), (236, 'CHAPEL HILL, NC'), (322, 'NC'), (347, 'PERKINS, DIANA O'), (518, '225'), (568, '3,750'), (703, '3,975')]",49:552 -"[(16, 'PERLOFF, DAVID E'), (236, 'FORT LAUDERDALE, FL'), (322, 'FL'), (347, 'PERLOFF, DAVID E'), (514, '1,184'), (703, '1,184')]",49:559 -"[(16, 'PERMIAN ENDOCRINE & DIABETES, P.A.'), (236, 'MIDLAND, TX'), (322, 'TX'), (347, 'ADCOCK, LORI S'), (514, '9,481'), (618, '90'), (703, '9,571')]",49:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 49 of 71')]",49:591 -"[(347, 'Lilly Faculty Registry')]",50:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",50:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",50:63 -"[(558, '(All amounts in US Dollars)')]",50:70 -"[(499, 'Healthcare ')]",50:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",50:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",50:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",50:88 -"[(500, 'Education '), (583, 'Related Expenses')]",50:92 -"[(467, 'Programs'), (532, 'Education Programs')]",50:95 -"[(501, 'Programs')]",50:99 -"[(16, 'PERRELLI, W V'), (236, 'WALTHAM, MA'), (322, 'MA'), (347, 'PERRELLI, W V'), (514, '3,300'), (618, '27'), (703, '3,327')]",50:106 -"[(16, 'PERRY TAACA, MD'), (236, 'OKLAHOMA CITY, OK'), (322, 'OK'), (347, 'TAACA, PERRY T'), (514, '5,100'), (618, '53'), (703, '5,153')]",50:113 -"[(16, 'PERRY, RONALD G'), (236, 'HONOLULU, HI'), (322, 'HI'), (347, 'PERRY, RONALD G'), (514, '7,106'), (615, '312'), (703, '7,418')]",50:120 -"[(16, 'PESCE, RICHARD R'), (236, 'CHATTANOOGA, TN'), (322, 'TN'), (347, 'PESCE, RICHARD R'), (514, '6,750'), (615, '642'), (703, '7,392')]",50:127 -"[(16, 'PESEK, JOSEPH A'), (236, 'JACKSONVILLE, FL'), (322, 'FL'), (347, 'PESEK, JOSEPH A'), (514, '2,700'), (615, '111'), (703, '2,811')]",50:135 -"[(16, 'PETAKOV, DRAGAN S'), (236, 'LOWELL, MA'), (322, 'MA'), (347, 'PETAKOV, DRAGAN S'), (514, '5,700'), (615, '191'), (703, '5,891')]",50:142 -"[(16, 'PETER J. SUKIN, MD., INC.'), (236, 'NORTH CHARLESTON, SC'), (322, 'SC'), (347, 'SUKIN, PETER J'), (514, '8,700'), (615, '274'), (703, '8,974')]",50:149 -"[(16, 'PETER JOHN CASTERELLA'), (236, 'MERCER ISLAND, WA'), (322, 'WA'), (347, 'CASTERELLA, PETER J'), (511, '14,384'), (615, '792'), (700, '15,177')]",50:156 -"[(15, 'PETERMAN, MARK A'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'PETERMAN, MARK A'), (514, '1,184'), (618, '13'), (703, '1,197')]",50:163 -"[(15, 'PETERS HARMEL, ANNE L'), (236, 'BEVERLY HILLS, CA'), (322, 'CA'), (347, 'PETERS HARMEL, ANNE L'), (511, '18,674'), (568, '3,906'), (615, '761'), (700, '23,341')]",50:171 -"[(16, 'PETERS, JAYANTHI K'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'PETERS, JAYANTHI K'), (511, '35,800'), (611, '1,809'), (700, '37,609')]",50:178 -"[(16, 'PETERS, MICHAEL W'), (236, 'ALBERTVILLE, AL'), (322, 'AL'), (347, 'PETERS, MICHAEL W'), (514, '4,800'), (615, '227'), (703, '5,027')]",50:185 -"[(16, 'PETRE, JAMES E'), (236, 'EAST MOLINE, IL'), (322, 'IL'), (347, 'PETRE, JAMES E'), (514, '5,275'), (615, '176'), (703, '5,451')]",50:192 -"[(16, 'PETRO, DANIEL P'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'PETRO, DANIEL P'), (511, '15,513'), (611, '1,338'), (700, '16,850')]",50:199 -"[(16, 'PETRY, ROBIN '), (236, 'AUGUSTA, GA'), (322, 'GA'), (347, 'PETRY, ROBIN '), (479, '13,625'), (568, '5,440'), (611, '2,341'), (700, '21,406')]",50:207 -"[(16, 'PEYTON, MARY E'), (236, 'OAK RIDGE, TN'), (322, 'TN'), (347, 'PEYTON, MARY E'), (486, '263'), (618, '20'), (707, '283')]",50:214 -"[(16, 'PFALZGRAF, FRED J'), (236, 'HERRIN, IL'), (322, 'IL'), (347, 'PFALZGRAF, FRED J'), (514, '8,775'), (615, '877'), (703, '9,652')]",50:221 -"[(16, 'PHARMACOTHERAPY INC.'), (236, 'WINTER PARK, FL'), (322, 'FL'), (347, 'DAIELLO, LORI A'), (518, '150'), (568, '5,500'), (615, '620'), (703, '6,270')]",50:228 -"[(16, 'PHARMACY CONSULTANTS PLUS, INC.'), (236, 'ROCHESTER, NY'), (322, 'NY'), (347, 'BELLNIER, TERRY '), (511, '40,925'), (608, '13,415'), (700, '54,340')]",50:235 -"[(16, 'PHARMACY RESEARCH SERVICES, INC.'), (236, 'OMAHA, NE'), (322, 'NE'), (347, 'HILLEMAN, DANIEL '), (514, '3,056'), (703, '3,056')]",50:243 -"[(16, 'PHILIP SALTIEL, MD PC'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'SALTIEL, PHILIP F'), (514, '4,200'), (615, '171'), (703, '4,371')]",50:250 -"[(16, 'PHILIP V. SAVIA JR MD, PC'), (236, 'DRAPER, UT'), (322, 'UT'), (347, 'SAVIA, PHILIP V'), (514, '5,000'), (611, '1,545'), (703, '6,545')]",50:257 -"[(16, 'PHILLIPS, HARRY R'), (236, 'DURHAM, NC'), (322, 'NC'), (347, 'PHILLIPS, HARRY R'), (514, '1,269'), (615, '861'), (703, '2,130')]",50:264 -"[(16, 'PHILLIPS, KATHERINE M'), (236, 'MADISON, WI'), (322, 'WI'), (347, 'PHILLIPS, KATHERINE M'), (486, '300'), (615, '103'), (707, '403')]",50:271 -"[(16, 'PHILLIPS, PAUL S'), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'PHILLIPS, PAUL S'), (514, '5,584'), (615, '253'), (703, '5,837')]",50:279 -"[(16, 'PHILLIPS, ROY H'), (236, 'BEL AIR, MD'), (322, 'MD'), (347, 'PHILLIPS, ROY H'), (511, '11,856'), (615, '200'), (700, '12,056')]",50:286 -"[(16, 'PHILSON, LYNN '), (236, 'ATLANTA, GA'), (322, 'GA'), (347, 'PHILSON, LYNN '), (482, '1,875'), (615, '112'), (703, '1,987')]",50:293 -"[(16, 'PHOENIX ENDOCRINOLOGY CLINIC, LTD'), (236, 'PHOENIX, AZ'), (322, 'AZ'), (347, 'LEVY, PHILIP '), (511, '23,013'), (611, '2,796'), (700, '25,809')]",50:300 -"[(16, 'PHOOSHKOORU, VIJAYARAM R'), (236, 'BISMARCK, ND'), (322, 'ND'), (347, 'PHOOSHKOORU, VIJAYARAM R'), (568, '1,875'), (615, '268'), (703, '2,143')]",50:307 -"[(16, 'PHYSICAL MEDICINE AND PAIN MANAGEMENT ASSOCIATES'), (236, 'ANNAPOLIS, MD'), (322, 'MD'), (347, 'LEE, THOMAS S'), (514, '1,000'), (703, '1,000')]",50:315 -"[(16, 'PHYSICIAN HEALTHCARE NETWORK, PC'), (236, 'FORT GRATIOT, MI'), (322, 'MI'), (347, 'NAGUIB, DEMIAN I'), (514, '8,950'), (615, '352'), (703, '9,302')]",50:322 -"[(16, 'PHYSICIANS AFFILIATED CARE, PSC'), (236, 'OWENSBORO, KY'), (322, 'KY'), (347, 'BUCHANAN, BERNARD J'), (514, '2,974'), (615, '104'), (703, '3,077')]",50:329 -"[(16, 'PICK, ANTHONY J'), (16, 'PICK, ANTHONY J'), (236, 'CHICAGO, IL'), (236, 'CHICAGO, IL'), (322, 'IL'), (322, 'IL'), (347, 'PICK, ANTHONY J'), (347, 'PICK, ANTHONY J'), (514, '7,281'), (514, '7,281'), (615, '304'), (615, '304'), (703, '7,585'), (703, '7,585')]",50:336 -"[(16, 'PIEDMONT ENDOCRINOLOGY'), (236, 'HICKORY, NC'), (322, 'NC'), (347, 'BARBER, ANTHONY R'), (514, '2,850'), (703, '2,850')]",50:344 -"[(16, 'PIEGARI, GUY N'), (236, 'WYOMISSING, PA'), (322, 'PA'), (347, 'PIEGARI, GUY N'), (514, '1,184'), (703, '1,184')]",50:351 -"[(16, 'PILAND, APRIL A'), (236, 'POPLAR BLUFF, MO'), (322, 'MO'), (347, 'PILAND, APRIL A'), (489, '38'), (710, '38')]",50:358 -"[(16, 'PILLONE, PAULA M'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'PILLONE, PAULA M'), (479, '10,888'), (615, '622'), (700, '11,510')]",50:365 -"[(16, 'PINGLE, CAROL S'), (236, 'LAKE FOREST, CA'), (322, 'CA'), (347, 'PINGLE, CAROL S'), (479, '21,300'), (611, '6,053'), (700, '27,353')]",50:372 -"[(16, 'PINO, JORGE A'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'PINO, JORGE A'), (568, '1,500'), (703, '1,500')]",50:379 -"[(16, 'PINTO, CARMEN V'), (236, 'ELIZABETHTOWN, KY'), (322, 'KY'), (347, 'PINTO, CARMEN V'), (511, '10,250'), (615, '955'), (700, '11,205')]",50:387 -"[(16, 'PINTO, DUANE S'), (236, 'BOSTON, MA'), (322, 'MA'), (347, 'PINTO, DUANE S'), (511, '12,234'), (611, '1,224'), (700, '13,459')]",50:394 -"[(16, 'PIPEK, RUBEN J'), (236, 'MELBOURNE, FL'), (322, 'FL'), (347, 'PIPEK, RUBEN J'), (514, '8,499'), (568, '1,000'), (615, '807'), (700, '10,306')]",50:401 -"[(16, 'PI‐SUNYER, XAVIER '), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'PI‐SUNYER, XAVIER '), (566, '24,688'), (615, '782'), (700, '25,470')]",50:408 -"[(16, 'PITERA, MATTHEW J'), (236, 'TOMS RIVER, NJ'), (322, 'NJ'), (347, 'PITERA, MATTHEW J'), (514, '9,300'), (615, '354'), (703, '9,654')]",50:415 -"[(16, 'PITTMAN, ISAIAH '), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'PITTMAN, ISAIAH '), (511, '17,479'), (611, '1,138'), (700, '18,617')]",50:423 -"[(16, 'PIXCELLA, LLC'), (236, 'NATICK, MA'), (322, 'MA'), (347, 'GIBSON, CHARLES M'), (514, '4,838'), (568, '2,250'), (615, '186'), (703, '7,274')]",50:430 -"[(16, 'PLAISANCE, BEVERLY '), (236, 'SAN MARCOS, TX'), (322, 'TX'), (347, 'PLAISANCE, BEVERLY '), (482, '3,675'), (611, '1,182'), (703, '4,857')]",50:437 -"[(16, 'PLATELET & THROMBOSIS RESEARCH, LLC'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'GURBEL, PAUL A'), (514, '3,150'), (621, '4'), (703, '3,154')]",50:444 -"[(16, 'PLEVY, SCOTT E'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'PLEVY, SCOTT E'), (568, '2,500'), (618, '55'), (703, '2,555')]",50:451 -"[(16, 'PODELL, SUSAN K'), (236, 'BUFFALO GROVE, IL'), (322, 'IL'), (347, 'PODELL, SUSAN K'), (482, '1,650'), (618, '84'), (703, '1,734')]",50:459 -"[(16, 'POINDEXTER, HUGH R'), (236, 'THE WOODLANDS, TX'), (322, 'TX'), (347, 'POINDEXTER, HUGH R'), (514, '8,000'), (615, '591'), (703, '8,591')]",50:466 -"[(16, 'POLING, RODNEY A'), (236, 'COLUMBIA, TN'), (322, 'TN'), (347, 'POLING, RODNEY A'), (511, '18,450'), (611, '1,323'), (700, '19,773')]",50:473 -"[(16, 'POLK, SHELBY B'), (236, 'CLEVELAND, MS'), (322, 'MS'), (347, 'POLK, SHELBY B'), (482, '3,125'), (611, '1,045'), (703, '4,170')]",50:480 -"[(16, 'POLLACK, CARY S'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'POLLACK, CARY S'), (514, '2,634'), (703, '2,634')]",50:487 -"[(16, 'POLLACK, MARCIA G'), (236, 'BARNESVILLE, PA'), (322, 'PA'), (347, 'POLLACK, MARCIA G'), (482, '6,188'), (611, '1,227'), (703, '7,414')]",50:495 -"[(16, 'POLLARD, RONNIE A'), (236, 'DAPHNE, AL'), (322, 'AL'), (347, 'POLLARD, RONNIE A'), (514, '1,800'), (618, '78'), (703, '1,878')]",50:502 -"[(16, 'POLLOCK, STEVEN H'), (236, 'TOWSON, MD'), (322, 'MD'), (347, 'POLLOCK, STEVEN H'), (514, '3,384'), (618, '66'), (703, '3,451')]",50:509 -"[(16, 'POLLOM, ROBYN K'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'POLLOM, ROBYN K'), (572, '750'), (707, '750')]",50:516 -"[(16, 'POLLOM, ROY D'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'POLLOM, ROY D'), (514, '1,888'), (568, '4,500'), (618, '93'), (703, '6,480')]",50:523 -"[(16, 'POLONSKY, WILLIAM H'), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'POLONSKY, WILLIAM H'), (568, '4,063'), (618, '47'), (703, '4,110')]",50:531 -"[(16, 'POMPY, LESLY '), (236, 'MONROE, MI'), (322, 'MI'), (347, 'POMPY, LESLY '), (514, '3,000'), (618, '47'), (703, '3,047')]",50:538 -"[(16, 'PONDER, JULIA A'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'PONDER, JULIA A'), (482, '1,763'), (618, '35'), (703, '1,798')]",50:545 -"[(16, 'PONNATHPUR, VIDYA R'), (236, 'EAST STROUDSBURG, PA'), (322, 'PA'), (347, 'PONNATHPUR, VIDYA R'), (514, '3,909'), (618, '35'), (703, '3,944')]",50:552 -"[(16, 'PON‐SANG CHAN, M.D., INC.'), (236, 'HONOLULU, HI'), (322, 'HI'), (347, 'CHAN, PON‐SANG '), (514, '7,247'), (615, '123'), (703, '7,370')]",50:559 -"[(16, 'POPE, KAREN '), (236, 'PENDLETON, IN'), (322, 'IN'), (347, 'POPE, KAREN '), (486, '581'), (618, '89'), (707, '670')]",50:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 50 of 71')]",50:591 -"[(347, 'Lilly Faculty Registry')]",51:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",51:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",51:63 -"[(558, '(All amounts in US Dollars)')]",51:70 -"[(499, 'Healthcare ')]",51:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",51:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",51:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",51:88 -"[(500, 'Education '), (583, 'Related Expenses')]",51:92 -"[(467, 'Programs'), (532, 'Education Programs')]",51:95 -"[(501, 'Programs')]",51:99 -"[(16, 'PORTER, JEFFREY F'), (236, 'GRAND RAPIDS, MI'), (322, 'MI'), (347, 'PORTER, JEFFREY F'), (511, '25,500'), (568, '3,750'), (611, '4,161'), (700, '33,411')]",51:106 -"[(16, 'PORTER, TAYLOR L'), (236, 'TOPEKA, KS'), (322, 'KS'), (347, 'PORTER, TAYLOR L'), (511, '13,000'), (615, '568'), (700, '13,568')]",51:113 -"[(16, 'POSNER, TRACY B'), (236, 'BOCA RATON, FL'), (322, 'FL'), (347, 'POSNER, TRACY B'), (486, '263'), (707, '263')]",51:120 -"[(16, 'POSTON, ROBERT S'), (236, 'BOSTON, MA'), (322, 'MA'), (347, 'POSTON, ROBERT S'), (568, '1,500'), (615, '578'), (703, '2,078')]",51:127 -"[(16, 'PARIKH, SANJAY R'), (236, 'ELYRIA, OH'), (322, 'OH'), (347, 'PARIKH, SANJAY R'), (514, '9,000'), (615, '198'), (703, '9,198')]",48:495 -"[(16, 'PARIKH, V M M'), (236, 'LAWTON, OK'), (322, 'OK'), (347, 'PARIKH, V M M'), (514, '1,784'), (703, '1,784')]",48:502 -"[(16, 'PARILO, MIGUEL A'), (236, 'DAYTON, OH'), (322, 'OH'), (347, 'PARILO, MIGUEL A'), (514, '2,538'), (618, '89'), (703, '2,627')]",48:509 -"[(16, 'PARK NICOLLET INSTITUTE DBA INTERNATIONAL DIABETES CENTER'), (236, 'MINNEAPOLIS, MN'), (322, 'MN'), (347, 'PROVIDERS OF SERVICE: '), (566, '14,125'), (615, '381'), (700, '14,506')]",48:516 -"[(347, 'BERGENSTAL, RICHARD M;')]",48:523 -"[(347, 'CUDDIHY, ROBERT M;')]",48:531 -"[(347, 'STROCK, ELLIE ')]",48:538 -"[(16, 'PARK‐THOMPSEN, TERRI '), (236, 'LAYTON, UT'), (322, 'UT'), (347, 'PARK‐THOMPSEN, TERRI '), (486, '563'), (621, '4'), (707, '566')]",48:545 -"[(16, 'PARR, JESSE W'), (236, 'COLLEGE STATION, TX'), (322, 'TX'), (347, 'PARR, JESSE W'), (514, '6,200'), (615, '420'), (703, '6,620')]",48:552 -"[(16, 'PARRIS, TED M'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'PARRIS, TED M'), (514, '1,184'), (703, '1,184')]",48:559 -"[(16, 'PARTNERS IN PSYCHIATRY'), (236, 'WILLISTON, VT'), (322, 'VT'), (347, 'LEGACY, SUSAN N'), (511, '13,350'), (568, '3,000'), (615, '568'), (700, '16,918')]",48:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 48 of 71')]",48:591 -"[(347, 'Lilly Faculty Registry')]",49:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",49:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",49:63 -"[(558, '(All amounts in US Dollars)')]",49:70 -"[(499, 'Healthcare ')]",49:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",49:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",49:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",49:88 -"[(500, 'Education '), (583, 'Related Expenses')]",49:92 -"[(467, 'Programs'), (532, 'Education Programs')]",49:95 -"[(501, 'Programs')]",49:99 -"[(16, 'PARTNERS IN PSYCHOTHERAPY, PA'), (236, 'FORT WORTH, TX'), (322, 'TX'), (347, 'KUMAR, PUSKOOR M'), (514, '4,300'), (615, '225'), (703, '4,525')]",49:106 -"[(16, 'PARYSEK, PATRICIA M'), (236, 'WEST SENECA, NY'), (322, 'NY'), (347, 'PARYSEK, PATRICIA M'), (482, '1,313'), (703, '1,313')]",49:113 -"[(16, 'PASCUAL, ARSENIO G'), (236, 'CLIFTON PARK, NY'), (322, 'NY'), (347, 'PASCUAL, ARSENIO G'), (514, '2,600'), (618, '33'), (703, '2,633')]",49:120 -"[(16, 'PASIEKA, LORRAINE M'), (236, 'GLEN BURNIE, MD'), (322, 'MD'), (347, 'PASIEKA, LORRAINE M'), (486, '750'), (618, '48'), (707, '798')]",49:127 -"[(16, 'PATEL, APURVA M'), (236, 'SUFFOLK, VA'), (322, 'VA'), (347, 'PATEL, APURVA M'), (511, '17,084'), (615, '496'), (700, '17,580')]",49:135 -"[(16, 'PATEL, ASHOKKUMAR C'), (236, 'SCRANTON, PA'), (322, 'PA'), (347, 'PATEL, ASHOKKUMAR C'), (511, '24,000'), (615, '616'), (700, '24,616')]",49:142 -"[(16, 'PATEL, DHARMESH '), (236, 'SOUTHAVEN, MS'), (322, 'MS'), (347, 'PATEL, DHARMESH '), (514, '1,184'), (703, '1,184')]",49:149 -"[(16, 'PATEL, PRANAV '), (236, 'ORANGE, CA'), (322, 'CA'), (347, 'PATEL, PRANAV '), (568, '1,250'), (703, '1,250')]",49:156 -"[(16, 'PATEL, SEEMA R'), (236, 'PISCATAWAY, NJ'), (322, 'NJ'), (347, 'PATEL, SEEMA R'), (568, '1,453'), (615, '220'), (703, '1,673')]",49:163 -"[(16, 'PATEL, TARAL H'), (236, 'COLUMBUS, OH'), (322, 'OH'), (347, 'PATEL, TARAL H'), (511, '41,963'), (568, '6,750'), (611, '3,044'), (700, '51,757')]",49:171 -"[(16, 'PATEL, VASANT B'), (236, 'ROCK HILL, SC'), (322, 'SC'), (347, 'PATEL, VASANT B'), (514, '2,284'), (703, '2,284')]",49:178 -"[(16, 'PATIENT ADVOCATE FOUNDATION'), (236, 'NEWPORT NEWS, VA'), (322, 'VA'), (347, 'JOLLEY, PATRICIA '), (615, '251'), (707, '251')]",49:185 -"[(16, 'PATRIC, KENNETH W'), (236, 'CHATTANOOGA, TN'), (322, 'TN'), (347, 'PATRIC, KENNETH W'), (568, '8,000'), (615, '267'), (703, '8,267')]",49:192 -"[(16, 'PATRICIA DAVIDSON, MD, PC'), (236, 'WASHINGTON, DC'), (322, 'DC'), (347, 'DAVIDSON, PATRICIA A'), (514, '1,184'), (703, '1,184')]",49:199 -"[(16, 'PATRICIA L. PAYNE, MD'), (236, 'BRIGHTON, CO'), (322, 'CO'), (347, 'PAYNE, PATRICIA L'), (514, '3,700'), (615, '195'), (703, '3,895')]",49:207 -"[(16, 'PATRICIA PADDISON, M.D., PLLC'), (236, 'BELLEVUE, WA'), (322, 'WA'), (347, 'PADDISON, PATRICIA L'), (511, '16,800'), (611, '1,441'), (700, '18,241')]",49:214 -"[(16, 'PATRICK ELLIS, D.O. P.C.'), (236, 'NORMAN, OK'), (322, 'OK'), (347, 'ELLIS, PATRICK B'), (514, '2,450'), (618, '17'), (703, '2,467')]",49:221 -"[(16, 'PATRICK, KATHY '), (236, 'SPRINGFIELD, IL'), (322, 'IL'), (347, 'PATRICK, KATHY '), (486, '188'), (707, '188')]",49:228 -"[(16, 'PATTERSON, ALBERT J'), (236, 'ACTON, MA'), (322, 'MA'), (347, 'PATTERSON, ALBERT J'), (568, '1,453'), (615, '159'), (703, '1,612')]",49:235 -"[(16, 'PATTERSON, CHRISTOPHER J'), (236, 'GREENVILLE, SC'), (322, 'SC'), (347, 'PATTERSON, CHRISTOPHER J'), (514, '7,800'), (615, '580'), (703, '8,380')]",49:243 -"[(16, 'PATTERSON, JANE L'), (236, 'ROCHESTER, NY'), (322, 'NY'), (347, 'PATTERSON, JANE L'), (486, '413'), (618, '20'), (707, '433')]",49:250 -"[(16, 'PATTERSON, JOHN B'), (236, 'WINSTON SALEM, NC'), (322, 'NC'), (347, 'PATTERSON, JOHN B'), (511, '32,534'), (615, '570'), (700, '33,105')]",49:257 -"[(16, 'PATTON, GARY C'), (236, 'LEXINGTON, KY'), (322, 'KY'), (347, 'PATTON, GARY C'), (511, '22,800'), (615, '971'), (700, '23,771')]",49:264 -"[(16, 'PATTON, JEFF F'), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'PATTON, JEFF F'), (568, '4,875'), (703, '4,875')]",49:271 -"[(16, 'PATTON, PAMELA '), (236, 'SHREVEPORT, LA'), (322, 'LA'), (347, 'PATTON, PAMELA '), (511, '10,375'), (611, '1,041'), (700, '11,416')]",49:279 -"[(16, 'PAUL B. HILL, M.D.'), (236, 'MEMPHIS, TN'), (322, 'TN'), (347, 'HILL, PAUL B'), (514, '3,300'), (618, '53'), (703, '3,353')]",49:286 -"[(16, 'PAUL CHU MD INC.'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'CHU, PAUL H'), (514, '8,931'), (615, '150'), (703, '9,081')]",49:293 -"[(16, 'PAUL J. MARKOVITZ, MD PHD, INC.'), (236, 'FRESNO, CA'), (322, 'CA'), (347, 'MARKOVITZ, PAUL J'), (511, '25,800'), (615, '390'), (700, '26,190')]",49:300 -"[(16, 'PAUL J. SORELL III, MD, PLLC'), (236, 'WOODBURY, NY'), (322, 'NY'), (347, 'SORELL, PAUL J'), (514, '7,500'), (618, '54'), (703, '7,554')]",49:307 -"[(15, 'PAUL J. WOPPERER MD P.C.'), (236, 'WILLIAMSVILLE, NY'), (322, 'NY'), (347, 'WOPPERER, PAUL J'), (514, '3,375'), (615, '138'), (703, '3,513')]",49:315 -"[(16, 'PAUL M. PACKMAN, INC.'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'PACKMAN, PAUL M'), (511, '43,400'), (618, '86'), (700, '43,486')]",49:322 -"[(16, 'PAUL V. HEEREN MD LTD'), (236, 'LAS VEGAS, NV'), (322, 'NV'), (347, 'HEEREN, PAUL V'), (514, '2,634'), (703, '2,634')]",49:329 -"[(16, 'PAUL, ROBERT K'), (16, 'PAUL, ROBERT K'), (236, 'WEST DES MOINES, IA'), (236, 'WEST DES MOINES, IA'), (322, 'IA'), (322, 'IA'), (347, 'PAUL, ROBERT K'), (347, 'PAUL, ROBERT K'), (514, '6,034'), (514, '6,034'), (703, '6,034'), (703, '6,034')]",49:336 -"[(16, 'PAULSON, CAROLYN F'), (236, 'CONCORD, CA'), (322, 'CA'), (347, 'PAULSON, CAROLYN F'), (486, '113'), (707, '113')]",49:344 -"[(16, 'PAYNE, STEVEN J'), (236, 'MURFREESBORO, TN'), (322, 'TN'), (347, 'PAYNE, STEVEN J'), (514, '1,800'), (615, '156'), (703, '1,956')]",49:351 -"[(16, 'PEACOCK, WILLIAM F'), (236, 'CLEVELAND, OH'), (322, 'OH'), (347, 'PEACOCK, WILLIAM F'), (568, '1,500'), (618, '93'), (703, '1,593')]",49:358 -"[(16, 'PEARLSTEIN, ROBERT J'), (236, 'NORRISTOWN, PA'), (322, 'PA'), (347, 'PEARLSTEIN, ROBERT J'), (514, '9,025'), (703, '9,025')]",49:365 -"[(16, 'PEDRO FERNANDEZ, C.S.R'), (236, 'MAYAGUEZ, PR'), (322, 'PR'), (347, 'FERNANDEZ RODIGUEZ, PEDRO J'), (514, '5,500'), (615, '877'), (703, '6,377')]",49:372 -"[(16, 'PEE DEE INTERNAL MEDICINE'), (236, 'FLORENCE, SC'), (322, 'SC'), (347, 'DOCHERTY, JON H'), (514, '3,825'), (703, '3,825')]",49:379 -"[(16, 'PELEKANOS, MICHAEL J'), (236, 'MONROEVILLE, PA'), (322, 'PA'), (347, 'PELEKANOS, MICHAEL J'), (514, '6,000'), (618, '32'), (703, '6,032')]",49:387 -"[(16, 'PELES, SHACHAR '), (236, 'ATLANTIS, FL'), (322, 'FL'), (347, 'PELES, SHACHAR '), (568, '1,875'), (618, '40'), (703, '1,915')]",49:394 -"[(16, 'PELLEGRINO, MARK J'), (236, 'NORTH CANTON, OH'), (322, 'OH'), (347, 'PELLEGRINO, MARK J'), (514, '6,000'), (568, '1,500'), (615, '163'), (703, '7,663')]",49:401 -"[(16, 'PELLER, OWEN G'), (236, 'LAUDERHILL, FL'), (322, 'FL'), (347, 'PELLER, OWEN G'), (521, '84'), (710, '84')]",49:408 -"[(16, 'PELLICCIARI, RITA A'), (236, 'WILMINGTON, NC'), (322, 'NC'), (347, 'PELLICCIARI, RITA A'), (482, '3,900'), (615, '116'), (703, '4,016')]",49:415 -"[(16, 'PELLIZON, GREGORY G'), (236, 'GRAND RAPIDS, MI'), (322, 'MI'), (347, 'PELLIZON, GREGORY G'), (514, '1,550'), (703, '1,550')]",49:423 -"[(16, 'PELLY, LORENZO R'), (236, 'BROWNSVILLE, TX'), (322, 'TX'), (347, 'PELLY, LORENZO R'), (514, '8,075'), (703, '8,075')]",49:430 -"[(16, 'PENARANDA, CINDY W'), (236, 'GLENDALE, AZ'), (322, 'AZ'), (347, 'PENARANDA, CINDY W'), (489, '38'), (710, '38')]",49:437 -"[(16, 'PENA‐RUIZ, JULIE '), (236, 'EAST CHICAGO, IN'), (322, 'IN'), (347, 'PENA‐RUIZ, JULIE '), (482, '9,338'), (611, '4,796'), (700, '14,134')]",49:444 -"[(16, 'PENG THIM FAN, M.D. INC.'), (236, 'VALLEY VILLAGE, CA'), (322, 'CA'), (347, 'FAN, PENG T'), (511, '13,750'), (615, '373'), (700, '14,123')]",49:451 -"[(16, 'PENNINGTON, KAREN M'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'PENNINGTON, KAREN M'), (479, '14,250'), (611, '1,655'), (700, '15,905')]",49:459 -"[(16, 'PENNOCK, GREGORY K'), (236, 'ORLANDO, FL'), (322, 'FL'), (347, 'PENNOCK, GREGORY K'), (514, '4,513'), (703, '4,513')]",49:466 -"[(16, 'PENNY, WILLIAM F'), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'PENNY, WILLIAM F'), (514, '8,184'), (615, '155'), (703, '8,339')]",49:473 -"[(16, 'PERCELL, ROBERT L'), (236, 'MINOT, ND'), (322, 'ND'), (347, 'PERCELL, ROBERT L'), (514, '8,884'), (703, '8,884')]",49:480 -"[(16, 'PERDIKIS, GEORGE C'), (236, 'LANCASTER, CA'), (322, 'CA'), (347, 'PERDIKIS, GEORGE C'), (514, '3,750'), (615, '364'), (703, '4,114')]",49:487 -"[(16, 'PEREZ COLON, LIANETTE M'), (236, 'CAGUAS, PR'), (322, 'PR'), (347, 'PEREZ COLON, LIANETTE M'), (514, '3,650'), (703, '3,650')]",49:495 -"[(16, 'PEREZ, JESUS B'), (236, 'SARASOTA, FL'), (322, 'FL'), (347, 'PEREZ, JESUS B'), (511, '10,669'), (611, '1,360'), (700, '12,029')]",49:502 -"[(16, 'PEREZALARD, JORGE '), (236, 'PASADENA, MD'), (322, 'MD'), (347, 'PEREZALARD, JORGE '), (514, '2,450'), (618, '52'), (703, '2,502')]",49:509 -"[(16, 'OSCHWALD, CHARLES J'), (236, 'JOHNSTOWN, PA'), (322, 'PA'), (347, 'OSCHWALD, CHARLES J'), (514, '3,384'), (618, '62'), (703, '3,446')]",47:516 -"[(16, 'OSEI, KWAME '), (236, 'COLUMBUS, OH'), (322, 'OH'), (347, 'OSEI, KWAME '), (568, '4,500'), (703, '4,500')]",47:523 -"[(16, 'OSTACHER, MICHAEL J'), (236, 'BOSTON, MA'), (322, 'MA'), (347, 'OSTACHER, MICHAEL J'), (615, '491'), (707, '491')]",47:531 -"[(16, 'OSTEOPOROSIS CONSULTING SERVICE'), (236, 'NORTH OAKS, MN'), (322, 'MN'), (347, 'SIMONELLI, CHRISTINE '), (511, '37,275'), (611, '2,214'), (700, '39,489')]",47:538 -"[(16, 'OSTERHAUS, CARLA J'), (236, 'DOUSMAN, WI'), (322, 'WI'), (347, 'OSTERHAUS, CARLA J'), (486, '300'), (618, '33'), (707, '333')]",47:545 -"[(16, 'OSTERHAUS, MATTHEW '), (236, 'DES MOINES, IA'), (322, 'IA'), (347, 'OSTERHAUS, MATTHEW '), (568, '1,094'), (618, '99'), (703, '1,193')]",47:552 -"[(16, 'OSTERHOLM, RICHARD K'), (236, 'OMAHA, NE'), (322, 'NE'), (347, 'OSTERHOLM, RICHARD K'), (514, '1,556'), (621, '8'), (703, '1,564')]",47:559 -"[(16, 'OSTERMAN, DEBRA M'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'OSTERMAN, DEBRA M'), (518, '900'), (707, '900')]",47:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 47 of 71')]",47:591 -"[(347, 'Lilly Faculty Registry')]",48:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",48:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",48:63 -"[(558, '(All amounts in US Dollars)')]",48:70 -"[(499, 'Healthcare ')]",48:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",48:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",48:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",48:88 -"[(500, 'Education '), (583, 'Related Expenses')]",48:92 -"[(467, 'Programs'), (532, 'Education Programs')]",48:95 -"[(501, 'Programs')]",48:99 -"[(16, 'OSTRENGA, JAMES P'), (236, 'NAPERVILLE, IL'), (322, 'IL'), (347, 'OSTRENGA, JAMES P'), (514, '5,584'), (618, '40'), (703, '5,625')]",48:106 -"[(16, 'OSVALDO A. BRUSCO MD'), (236, 'CORPUS CHRISTI, TX'), (322, 'TX'), (347, 'BRUSCO, OSVALDO A'), (514, '2,906'), (615, '298'), (703, '3,205')]",48:113 -"[(16, 'OTRLWM'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'KIM, PAUL S'), (518, '350'), (707, '350')]",48:120 -"[(16, 'OTWELL, JANA '), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'OTWELL, JANA '), (482, '1,463'), (615, '153'), (703, '1,615')]",48:127 -"[(16, 'OU, S H IGNATIUS I'), (236, 'ORANGE, CA'), (322, 'CA'), (347, 'OU, S H IGNATIUS I'), (514, '2,200'), (615, '561'), (703, '2,761')]",48:135 -"[(16, 'OVALLE, FERNANDO '), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'OVALLE, FERNANDO '), (518, '270'), (707, '270')]",48:142 -"[(16, 'OVANESSIAN, SIMON A'), (236, 'NEWTOWN, CT'), (322, 'CT'), (347, 'OVANESSIAN, SIMON A'), (514, '7,200'), (615, '397'), (703, '7,597')]",48:149 -"[(16, 'OVANS‐DAVIE, JANICE M'), (236, 'MILWAUKEE, WI'), (322, 'WI'), (347, 'OVANS‐DAVIE, JANICE M'), (482, '5,963'), (615, '351'), (703, '6,314')]",48:156 -"[(16, 'OVERLAKE INTERNAL MEDICINE ASSOCIATES'), (236, 'BELLEVUE, WA'), (322, 'WA'), (347, 'AMIDON, THOMAS M'), (514, '5,584'), (615, '259'), (703, '5,843')]",48:163 -"[(16, 'OWEN, PHILIP S'), (236, 'LAKELAND, FL'), (322, 'FL'), (347, 'OWEN, PHILIP S'), (521, '84'), (710, '84')]",48:171 -"[(16, 'OXFORD ENDOCRINOLOGY CONSULTANTS, PC'), (236, 'OXFORD, MS'), (322, 'MS'), (347, 'CHANDLER, ANDREW M'), (514, '4,725'), (703, '4,725')]",48:178 -"[(16, 'OYER, DAVID S'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'OYER, DAVID S'), (514, '4,256'), (572, '875'), (618, '52'), (703, '5,184')]",48:185 -"[(16, 'OYOS, MARY L'), (236, 'SIOUX FALLS, SD'), (322, 'SD'), (347, 'OYOS, MARY L'), (486, '975'), (615, '100'), (703, '1,075')]",48:192 -"[(16, 'OYSTER CREEK ASSOCIATES, INC.'), (236, 'LAKE JACKSON, TX'), (322, 'TX'), (347, 'JAIN, RAKESH '), (514, '7,575'), (566, '30,563'), (611, '1,354'), (700, '39,492')]",48:199 -"[(16, 'OYSTER POINT FAMILY PRACTICE'), (236, 'NEWPORT NEWS, VA'), (322, 'VA'), (347, 'ROBESON, THOMAS N'), (514, '3,800'), (615, '131'), (703, '3,931')]",48:207 -"[(16, 'OZOLS, ROBERT F'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'OZOLS, ROBERT F'), (518, '113'), (707, '113')]",48:214 -"[(16, 'PAB COMM'), (236, 'SANDY, UT'), (322, 'UT'), (347, 'COBBLE, MICHAEL E'), (511, '42,200'), (611, '4,020'), (700, '46,220')]",48:221 -"[(16, 'PABLO R. PROANO, M.D., P.S.'), (236, 'SEATTLE, WA'), (322, 'WA'), (347, 'PROANO, PABLO R'), (511, '21,300'), (615, '394'), (700, '21,694')]",48:228 -"[(16, 'PACHELO, GEORGE M'), (236, 'PARKER, CO'), (322, 'CO'), (347, 'PACHELO, GEORGE M'), (514, '9,434'), (618, '97'), (703, '9,531')]",48:235 -"[(16, 'PACIFIC HEALTH INITIATIVE, INC.'), (236, 'HONOLULU, HI'), (322, 'HI'), (347, 'KAM, KEVIN '), (482, '8,550'), (615, '515'), (703, '9,065')]",48:243 -"[(16, 'PACKER, STUART H'), (236, 'LANGHORNE, PA'), (322, 'PA'), (347, 'PACKER, STUART H'), (514, '4,738'), (703, '4,738')]",48:250 -"[(16, 'PACT ATLANTA, LLC'), (236, 'DECATUR, GA'), (322, 'GA'), (347, 'ANTIN, TODD M'), (514, '8,175'), (615, '303'), (703, '8,478')]",48:257 -"[(16, 'PADILLA, AMERICO F'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'PADILLA, AMERICO F'), (514, '4,125'), (703, '4,125')]",48:264 -"[(16, 'PADUANO, DARLENE J'), (236, 'MASSAPEQUA, NY'), (322, 'NY'), (347, 'PADUANO, DARLENE J'), (482, '2,213'), (615, '266'), (703, '2,479')]",48:271 -"[(16, 'PADUCAH PSYCHIATRY GROUP, PSC'), (236, 'PADUCAH, KY'), (322, 'KY'), (347, 'MEYER, DAVID A'), (514, '4,200'), (615, '140'), (703, '4,340')]",48:279 -"[(16, 'PADULA, ANTHONY S'), (236, 'WALNUT CREEK, CA'), (322, 'CA'), (347, 'PADULA, ANTHONY S'), (514, '2,450'), (618, '62'), (703, '2,512')]",48:286 -"[(16, 'PAGES, FRANCISCO J'), (236, 'CORAL GABLES, FL'), (322, 'FL'), (347, 'PAGES, FRANCISCO J'), (514, '6,750'), (703, '6,750')]",48:293 -"[(16, 'PAIN INSTITUTE OF TULSA, INC.'), (236, 'TULSA, OK'), (322, 'OK'), (347, 'SORENSEN, RAYMOND F'), (514, '3,500'), (618, '37'), (703, '3,537')]",48:300 -"[(16, 'PAIN MANAGEMENT PARTNERS, LLC'), (236, 'EUGENE, OR'), (322, 'OR'), (347, 'MORRIS, JAMES R'), (514, '4,500'), (620, '8'), (703, '4,508')]",48:307 -"[(16, 'PAIN MEDICINE SOLUTIONS'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'RAY, ALBERT L'), (511, '18,750'), (568, '6,000'), (615, '165'), (700, '24,915')]",48:315 -"[(16, 'PAINTON, RON P'), (236, 'OKLAHOMA CITY, OK'), (322, 'OK'), (347, 'PAINTON, RON P'), (511, '16,856'), (615, '493'), (700, '17,349')]",48:322 -"[(16, 'PAKSOY, SCOTT A'), (236, 'ROANOKE, VA'), (322, 'VA'), (347, 'PAKSOY, SCOTT A'), (521, '56'), (710, '56')]",48:329 -"[(16, 'PALAMARA, JENNIFER A'), (16, 'PALAMARA, JENNIFER A'), (236, 'TRAVERSE CITY, MI'), (236, 'TRAVERSE CITY, MI'), (322, 'MI'), (322, 'MI'), (347, 'PALAMARA, JENNIFER A'), (347, 'PALAMARA, JENNIFER A'), (514, '5,375'), (514, '5,375'), (618, '79'), (618, '79'), (703, '5,454'), (703, '5,454')]",48:336 -"[(16, 'PALKHIWALA, SAMEET A'), (236, 'ASTORIA, NY'), (322, 'NY'), (347, 'PALKHIWALA, SAMEET A'), (514, '4,334'), (703, '4,334')]",48:344 -"[(16, 'PALMER, HUGH E'), (236, 'YORK, PA'), (322, 'PA'), (347, 'PALMER, HUGH E'), (514, '1,800'), (615, '115'), (703, '1,915')]",48:351 -"[(16, 'PALMER, REBECCA L'), (236, 'RIDGEFIELD, CT'), (322, 'CT'), (347, 'PALMER, REBECCA L'), (482, '1,031'), (615, '130'), (703, '1,161')]",48:358 -"[(16, 'PALO ALTO MEDICAL FOUNDATION'), (236, 'MOUNTAIN VIEW, CA'), (322, 'CA'), (347, 'KAYE, TODD B'), (514, '1,750'), (618, '56'), (703, '1,806')]",48:365 -"[(16, 'PALUMBO, LORRAINE '), (236, 'WINDBER, PA'), (322, 'PA'), (347, 'PALUMBO, LORRAINE '), (482, '7,688'), (611, '1,948'), (703, '9,636')]",48:372 -"[(16, 'PANAYIOTO, RITA M'), (236, 'ATLANTA, GA'), (322, 'GA'), (347, 'PANAYIOTO, RITA M'), (479, '12,263'), (611, '1,414'), (700, '13,677')]",48:379 -"[(16, 'PANDEY, HEMANT K'), (236, 'CHANDLER, AZ'), (322, 'AZ'), (347, 'PANDEY, HEMANT K'), (615, '513'), (707, '513')]",48:387 -"[(16, 'PANDIT, NIRAJ P'), (236, 'WYOMISSING, PA'), (322, 'PA'), (347, 'PANDIT, NIRAJ P'), (518, '934'), (707, '934')]",48:394 -"[(16, 'PANDO, JOSE A'), (236, 'MILLVILLE, DE'), (322, 'DE'), (347, 'PANDO, JOSE A'), (514, '6,950'), (615, '251'), (703, '7,201')]",48:401 -"[(16, 'PAOLINI, DEBBE '), (236, 'WILLIAMSVILLE, NY'), (322, 'NY'), (347, 'PAOLINI, DEBBE '), (514, '1,575'), (703, '1,575')]",48:408 -"[(16, 'PAPA, GREGORY P'), (236, 'NEW CASTLE, DE'), (322, 'DE'), (347, 'PAPA, GREGORY P'), (518, '450'), (707, '450')]",48:415 -"[(16, 'PAPADAKOS, STYLIANOS P'), (236, 'BAYSIDE, NY'), (322, 'NY'), (347, 'PAPADAKOS, STYLIANOS P'), (511, '11,084'), (615, '470'), (700, '11,554')]",48:423 -"[(16, 'PAPADIMITRAKOPOULU, VASILIKI '), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'PAPADIMITRAKOPOULU, VASILIKI '), (572, '375'), (707, '375')]",48:430 -"[(16, 'PAPERNIK, MORRIS '), (236, 'GLASTONBURY, CT'), (322, 'CT'), (347, 'PAPERNIK, MORRIS '), (511, '16,575'), (615, '548'), (700, '17,123')]",48:437 -"[(16, 'PAPPAS, LYNNE G'), (236, 'PARADISE, CA'), (322, 'CA'), (347, 'PAPPAS, LYNNE G'), (511, '21,275'), (611, '1,877'), (700, '23,152')]",48:444 -"[(16, 'PAPPAS, THOMAS W'), (236, 'ROSLYN, NY'), (322, 'NY'), (347, 'PAPPAS, THOMAS W'), (514, '1,784'), (703, '1,784')]",48:451 -"[(16, 'PARABOSCHI, CHARLES F'), (236, 'LAWRENCEVILLE, NJ'), (322, 'NJ'), (347, 'PARABOSCHI, CHARLES F'), (514, '1,784'), (703, '1,784')]",48:459 -"[(16, 'PARENT, EUGENE M'), (236, 'BRADENTON, FL'), (322, 'FL'), (347, 'PARENT, EUGENE M'), (514, '6,884'), (703, '6,884')]",48:466 -"[(16, 'PARES MARTINEZ, LUIS A'), (236, 'BAYAMON, PR'), (322, 'PR'), (347, 'PARES MARTINEZ, LUIS A'), (514, '3,822'), (615, '282'), (703, '4,104')]",48:473 -"[(16, 'PARIKH, ASHISH B'), (236, 'NEWARK, DE'), (322, 'DE'), (347, 'PARIKH, ASHISH B'), (514, '3,484'), (703, '3,484')]",48:480 -"[(16, 'PARIKH, MANISH A'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'PARIKH, MANISH A'), (511, '12,734'), (611, '1,465'), (700, '14,200')]",48:487 -"[(16, 'NOSLER, JUDY '), (236, 'AURORA, CO'), (322, 'CO'), (347, 'NOSLER, JUDY '), (482, '2,288'), (615, '280'), (703, '2,568')]",46:545 -"[(16, 'NOVOSELAC, AMORY '), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'NOVOSELAC, AMORY '), (568, '1,875'), (615, '120'), (703, '1,995')]",46:552 -"[(16, 'NOWAKOWSKI, KEVIN J'), (236, 'ST PETERSBURG, FL'), (322, 'FL'), (347, 'NOWAKOWSKI, KEVIN J'), (514, '1,156'), (620, '8'), (703, '1,164')]",46:559 -"[(16, 'NSABP FOUNDATION, INC.'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'WICKERHAM, DONALD L'), (511, '32,563'), (568, '6,000'), (615, '780'), (700, '39,342')]",46:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 46 of 71')]",46:591 -"[(347, 'Lilly Faculty Registry')]",47:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",47:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",47:63 -"[(558, '(All amounts in US Dollars)')]",47:70 -"[(499, 'Healthcare ')]",47:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",47:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",47:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",47:88 -"[(500, 'Education '), (583, 'Related Expenses')]",47:92 -"[(467, 'Programs'), (532, 'Education Programs')]",47:95 -"[(501, 'Programs')]",47:99 -"[(16, 'NSEIR, GEORGES Y'), (236, 'CHANDLER, AZ'), (322, 'AZ'), (347, 'NSEIR, GEORGES Y'), (514, '7,784'), (703, '7,784')]",47:106 -"[(16, 'NUKTA, EMAD M'), (236, 'FAIRVIEW PARK, OH'), (322, 'OH'), (347, 'NUKTA, EMAD M'), (514, '9,984'), (703, '9,984')]",47:113 -"[(16, 'NUTRITION WORKS, INC.'), (236, 'NEWPORT, NC'), (322, 'NC'), (347, 'GARNER, SHELIA '), (482, '6,094'), (615, '754'), (703, '6,848')]",47:120 -"[(16, 'NUTRITION WORKS, LLC'), (236, 'SPRINGFIELD, MO'), (322, 'MO'), (347, 'BROWN, DEBRA L'), (479, '24,863'), (611, '3,289'), (700, '28,151')]",47:127 -"[(16, 'NY INNOVATIVE CONSULTING SERVICES, INC.'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'AHMAD, SAMOON '), (511, '31,725'), (568, '6,313'), (611, '9,073'), (700, '47,111')]",47:135 -"[(16, 'NYC HEMATOLOGY ONCOLOGY P.C.'), (236, 'BRONX, NY'), (322, 'NY'), (347, 'ELRAFEI, TAREK N'), (568, '1,875'), (615, '151'), (703, '2,026')]",47:142 -"[(16, 'OATES, THOMAS W'), (236, 'LAKELAND, FL'), (322, 'FL'), (347, 'OATES, THOMAS W'), (511, '35,844'), (615, '612'), (700, '36,456')]",47:149 -"[(16, ""O'BRIEN, MARGARET ""), (236, 'MESA, AZ'), (322, 'AZ'), (347, ""O'BRIEN, MARGARET ""), (482, '1,913'), (703, '1,913')]",47:156 -"[(16, 'OCALA PSYCHIATRIC ASSOCIATES, P.A.'), (236, 'OCALA, FL'), (322, 'FL'), (347, 'BYRD, TIMOTHY L'), (511, '20,650'), (611, '1,419'), (700, '22,069')]",47:163 -"[(16, 'OCALA RESEARCH INSTITUTE, INC.'), (236, 'OCALA, FL'), (322, 'FL'), (347, 'PRASHAD, RAKESH '), (514, '8,884'), (703, '8,884')]",47:171 -"[(16, 'OCEAN, ALLYSON J'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'OCEAN, ALLYSON J'), (514, '6,975'), (703, '6,975')]",47:178 -"[(16, 'OCH, MOHAMED '), (236, 'WORCESTER, MA'), (322, 'MA'), (347, 'OCH, MOHAMED '), (511, '25,500'), (615, '449'), (700, '25,949')]",47:185 -"[(16, 'OCHOA MAYA, MARGARITA R'), (236, 'MANCHESTER, NH'), (322, 'NH'), (347, 'OCHOA MAYA, MARGARITA R'), (514, '3,500'), (703, '3,500')]",47:192 -"[(16, 'OCONNOR, MARIA A'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'OCONNOR, MARIA A'), (482, '1,313'), (615, '328'), (703, '1,640')]",47:199 -"[(16, 'OCONNOR, MARY T'), (236, 'SUMMIT, NJ'), (322, 'NJ'), (347, 'OCONNOR, MARY T'), (482, '1,350'), (618, '87'), (703, '1,437')]",47:207 -"[(16, 'ODEFEY, PAULA '), (236, 'RED OAK, IA'), (322, 'IA'), (347, 'ODEFEY, PAULA '), (486, '581'), (615, '137'), (707, '718')]",47:214 -"[(16, 'ODONNELL, MARGARET M'), (236, 'LYNBROOK, NY'), (322, 'NY'), (347, 'ODONNELL, MARGARET M'), (482, '2,700'), (615, '240'), (703, '2,940')]",47:221 -"[(16, 'ODUGBESAN, OLA '), (236, 'LAWRENCEVILLE, GA'), (322, 'GA'), (347, 'ODUGBESAN, OLA '), (514, '8,225'), (615, '555'), (703, '8,780')]",47:228 -"[(16, 'OESTREICH, GEORGE L'), (236, 'JEFFERSON CITY, MO'), (322, 'MO'), (347, 'OESTREICH, GEORGE L'), (568, '3,000'), (615, '230'), (703, '3,230')]",47:235 -"[(16, 'OHARA, BRIAN E'), (236, 'DICKINSON, ND'), (322, 'ND'), (347, 'OHARA, BRIAN E'), (518, '938'), (707, '938')]",47:243 -"[(16, 'OHIO PSYCHIATRIC ASSOC., INC'), (236, 'ZANESVILLE, OH'), (322, 'OH'), (347, 'RANGWANI, MUKESH R'), (514, '3,050'), (615, '261'), (703, '3,311')]",47:250 -"[(16, 'OHIOHEALTH RESEARCH INSTITUTE'), (236, 'COLUMBUS, OH'), (322, 'OH'), (347, 'YAKABOV, STEVEN J'), (514, '8,884'), (618, '33'), (703, '8,917')]",47:257 -"[(16, ""O'KANE, GERMAINE ""), (236, 'BRONX, NY'), (322, 'NY'), (347, ""O'KANE, GERMAINE ""), (482, '8,756'), (615, '943'), (703, '9,699')]",47:264 -"[(16, ""O'KEEFE, JULIE A""), (236, 'PRINCE FREDERICK, MD'), (322, 'MD'), (347, ""O'KEEFE, JULIE A""), (514, '1,725'), (615, '335'), (703, '2,060')]",47:271 -"[(16, ""O'KEEFE, LORI E""), (236, 'HARTFORD, CT'), (322, 'CT'), (347, ""O'KEEFE, LORI E""), (482, '9,506'), (611, '5,140'), (700, '14,646')]",47:279 -"[(16, 'OKEMAH, JENNIFER '), (236, 'MONROE, WA'), (322, 'WA'), (347, 'OKEMAH, JENNIFER '), (482, '7,744'), (611, '1,218'), (703, '8,962')]",47:286 -"[(16, 'OLANSKY, LEANN '), (236, 'CLEVELAND, OH'), (322, 'OH'), (347, 'OLANSKY, LEANN '), (514, '5,281'), (618, '17'), (703, '5,299')]",47:293 -"[(16, 'OLIVER, GREGORY A'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'OLIVER, GREGORY A'), (514, '1,800'), (618, '74'), (703, '1,874')]",47:300 -"[(16, 'OLIVERO‐VASQUEZ, NANCY '), (236, 'SAN JUAN, PR'), (322, 'PR'), (347, 'OLIVERO‐VASQUEZ, NANCY '), (482, '8,325'), (615, '682'), (703, '9,007')]",47:307 -"[(16, 'OLSON, RICHARD R'), (236, 'ROCKFORD, IL'), (322, 'IL'), (347, 'OLSON, RICHARD R'), (514, '1,250'), (568, '1,313'), (618, '78'), (703, '2,640')]",47:315 -"[(16, 'OM, ANIL '), (236, 'FLORENCE, SC'), (322, 'SC'), (347, 'OM, ANIL '), (514, '5,184'), (618, '45'), (703, '5,229')]",47:322 -"[(16, 'OMUNDSEN, BETH A'), (236, 'WINCHESTER, VA'), (322, 'VA'), (347, 'OMUNDSEN, BETH A'), (511, '10,425'), (615, '588'), (700, '11,013')]",47:329 -"[(16, 'ONA, INOCENCIA '), (16, 'ONA, INOCENCIA '), (236, 'MIAMI, FL'), (236, 'MIAMI, FL'), (322, 'FL'), (322, 'FL'), (347, 'ONA, INOCENCIA '), (347, 'ONA, INOCENCIA '), (486, '300'), (486, '300'), (707, '300'), (707, '300')]",47:336 -"[(16, 'ONCOLOGY EDUCATIONAL SERVICES'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'RAEZ, LUIS E'), (511, '34,300'), (611, '3,002'), (700, '37,302')]",47:344 -"[(16, 'ONDERKO, GREGORY J'), (236, 'BRADENTON, FL'), (322, 'FL'), (347, 'ONDERKO, GREGORY J'), (514, '1,700'), (703, '1,700')]",47:351 -"[(16, 'ONDINA GARDENS CARE CENTER, INC.'), (236, 'NORTH MIAMI, FL'), (322, 'FL'), (347, 'SUAREZ‐BARCELO, MANUEL A'), (514, '4,600'), (615, '716'), (703, '5,316')]",47:358 -"[(16, ""O'NEAL, CHERYL L""), (236, 'MENTOR, OH'), (322, 'OH'), (347, ""O'NEAL, CHERYL L""), (518, '788'), (568, '1,063'), (618, '55'), (703, '1,905')]",47:365 -"[(16, ""O'NEILL, DAWN M""), (236, 'MARIETTA, GA'), (322, 'GA'), (347, ""O'NEILL, DAWN M""), (482, '6,563'), (703, '6,563')]",47:372 -"[(16, 'OPATEL, MEHUL '), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'OPATEL, MEHUL '), (568, '1,875'), (703, '1,875')]",47:379 -"[(16, 'ORANGE CO DIABETES & ENDOCRINOLOGY'), (236, 'NEWBURGH, NY'), (322, 'NY'), (347, 'AHMAD, REHAN '), (518, '863'), (707, '863')]",47:387 -"[(16, 'ORBAUGH, KRISTI K'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'ORBAUGH, KRISTI K'), (514, '3,038'), (568, '5,250'), (611, '1,111'), (703, '9,399')]",47:394 -"[(16, ""O'REARDON, JOHN P""), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, ""O'REARDON, JOHN P""), (511, '39,250'), (568, '3,000'), (700, '42,250')]",47:401 -"[(16, 'ORECK, PHYLLIS '), (236, 'BURBANK, CA'), (322, 'CA'), (347, 'ORECK, PHYLLIS '), (479, '28,413'), (608, '12,294'), (700, '40,707')]",47:408 -"[(16, 'OREGON CARDIOLOGY, PC'), (236, 'SPRINGFIELD, OR'), (322, 'OR'), (347, 'FRUTKIN, ANDREW D'), (514, '4,484'), (615, '148'), (703, '4,632')]",47:415 -"[(16, 'OREGON PSYCHIATRIC PARTNERS, L.L.P.'), (236, 'EUGENE, OR'), (322, 'OR'), (347, 'TELEW, NICHOLAS W'), (511, '18,300'), (615, '725'), (700, '19,025')]",47:423 -"[(16, ""O'REILLY, CARYL A""), (236, 'STATEN ISLAND, NY'), (322, 'NY'), (347, ""O'REILLY, CARYL A""), (479, '15,375'), (518, '450'), (611, '1,406'), (700, '17,231')]",47:430 -"[(16, 'ORGAN, SHELBY T'), (236, 'LYNCHBURG, VA'), (322, 'VA'), (347, 'ORGAN, SHELBY T'), (482, '2,044'), (615, '228'), (703, '2,272')]",47:437 -"[(16, 'ORLANDO HEART & VASCULAR CENTER, LLC'), (236, 'ORLANDO, FL'), (322, 'FL'), (347, 'SOMPALLI, VINEEL '), (514, '2,634'), (703, '2,634')]",47:444 -"[(16, 'ORMOND MEDICAL ARTS'), (236, 'BOSTON, MA'), (322, 'MA'), (347, 'SHOEMAKER, JAMES R'), (514, '1,050'), (615, '101'), (703, '1,151')]",47:451 -"[(16, 'ORR, RANDALL S'), (236, 'GREENSBURG, PA'), (322, 'PA'), (347, 'ORR, RANDALL S'), (514, '5,575'), (615, '452'), (703, '6,027')]",47:459 -"[(16, 'ORTEGA, TULIO R'), (236, 'ROCHESTER, NY'), (322, 'NY'), (347, 'ORTEGA, TULIO R'), (511, '52,775'), (611, '6,298'), (700, '59,073')]",47:466 -"[(16, 'ORTEN, ALEXANDER C'), (236, 'ANCHORAGE, AK'), (322, 'AK'), (347, 'ORTEN, ALEXANDER C'), (514, '3,725'), (615, '205'), (703, '3,930')]",47:473 -"[(16, 'ORTH, ERIC H'), (236, 'BLOOMINGTON, IN'), (322, 'IN'), (347, 'ORTH, ERIC H'), (518, '281'), (707, '281')]",47:480 -"[(16, 'ORTIZ CARRASQUILLO, RAMON '), (236, 'MANATI, PR'), (322, 'PR'), (347, 'ORTIZ CARRASQUILLO, RAMON '), (514, '3,569'), (703, '3,569')]",47:487 -"[(15, 'ORTIZ, OSCAR T'), (236, 'TOMS RIVER, NJ'), (322, 'NJ'), (347, 'ORTIZ, OSCAR T'), (514, '3,281'), (621, '8'), (703, '3,289')]",47:495 -"[(16, 'OSBORNE, JOHN A'), (236, 'GRAPEVINE, TX'), (322, 'TX'), (347, 'OSBORNE, JOHN A'), (518, '281'), (707, '281')]",47:502 -"[(16, 'OSCAR L. CHIEN, MD, A PROFESSIONAL MEDICAL CORPORATION'), (236, 'SAN MARINO, CA'), (322, 'CA'), (347, 'CHIEN, OSCAR L'), (514, '3,000'), (615, '175'), (703, '3,175')]",47:509 -"[(16, 'NELSON, CATHY '), (236, 'DULUTH, MN'), (322, 'MN'), (347, 'NELSON, CATHY '), (482, '2,625'), (615, '326'), (703, '2,951')]",45:516 -"[(16, 'NELSON, JAMES C'), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'NELSON, JAMES C'), (568, '3,125'), (615, '150'), (703, '3,275')]",45:523 -"[(16, 'NELSON, ROBERT E'), (236, 'WERNERSVILLE, PA'), (322, 'PA'), (347, 'NELSON, ROBERT E'), (511, '11,200'), (615, '612'), (700, '11,812')]",45:531 -"[(16, 'NEMAT, ALI '), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'NEMAT, ALI '), (511, '19,500'), (611, '1,905'), (700, '21,405')]",45:538 -"[(16, 'NEMETH, JEFFREY '), (236, 'ENGLEWOOD, NJ'), (322, 'NJ'), (347, 'NEMETH, JEFFREY '), (518, '431'), (621, '6'), (707, '437')]",45:545 -"[(16, 'NENADOVICH, TAMARA L'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'NENADOVICH, TAMARA L'), (486, '713'), (707, '713')]",45:552 -"[(16, 'NEUMAN, LARRY M'), (236, 'BRONX, NY'), (322, 'NY'), (347, 'NEUMAN, LARRY M'), (514, '7,563'), (615, '177'), (703, '7,740')]",45:559 -"[(16, 'NEURO MULTIMEDIA, INC.'), (236, 'NEWPORT BEACH, CA'), (322, 'CA'), (347, ""O'CARROLL, C PHILLIP P""), (511, '32,250'), (611, '2,107'), (700, '34,357')]",45:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 45 of 71')]",45:591 -"[(347, 'Lilly Faculty Registry')]",46:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",46:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",46:63 -"[(558, '(All amounts in US Dollars)')]",46:70 -"[(499, 'Healthcare ')]",46:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",46:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",46:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",46:88 -"[(500, 'Education '), (583, 'Related Expenses')]",46:92 -"[(467, 'Programs'), (532, 'Education Programs')]",46:95 -"[(501, 'Programs')]",46:99 -"[(16, 'NEUROCONSULTANTS, LLC'), (236, 'TOMS RIVER, NJ'), (322, 'NJ'), (347, 'PAPA‐RUGINO, TOMMASINA '), (511, '23,750'), (572, '625'), (611, '1,126'), (700, '25,501')]",46:106 -"[(16, 'NEUROLOGICAL CONSULTANTS OF KANSAS CITY, INC.'), (236, 'KANSAS CITY, MO'), (322, 'MO'), (347, 'ARKIN, KAREN M'), (511, '28,500'), (615, '990'), (700, '29,490')]",46:113 -"[(16, 'NEUROPSYCHIATRIC ASSOCIATES.'), (236, 'VERNON HILLS, IL'), (322, 'IL'), (347, 'MARKS, JAMES S'), (511, '44,800'), (611, '1,826'), (700, '46,626')]",46:120 -"[(16, 'NEUROPSYCHIATRIC MEDICAL SERVICES AND CONSULTATION'), (236, 'SAN CLEMENTE, CA'), (322, 'CA'), (347, 'YUAN, TARA Y'), (511, '41,625'), (566, '11,750'), (611, '3,525'), (700, '56,900')]",46:127 -"[(16, 'NEUROSCIENCE ASSOCIATES OF NORTHERN KENTUCKY'), (236, 'CRESTVIEW HILLS, KY'), (322, 'KY'), (347, 'KELLY, JOHN B'), (514, '3,000'), (703, '3,000')]",46:135 -"[(16, 'NEUROSCIENCE CLINICAL RESEARCH MEDICAL PC'), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'BENZAR, ZINOVIY T'), (511, '10,550'), (615, '367'), (700, '10,917')]",46:142 -"[(16, 'NEUROWIZ, INC.'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'WILSON, MARIA C'), (511, '10,200'), (700, '10,200')]",46:149 -"[(16, 'NEUSTADT, IRA '), (236, 'GOSHEN, NY'), (322, 'NY'), (347, 'NEUSTADT, IRA '), (518, '600'), (707, '600')]",46:156 -"[(16, 'NEVAREZ, ELIZABETH '), (236, 'CHICAGO HEIGHTS, IL'), (322, 'IL'), (347, 'NEVAREZ, ELIZABETH '), (482, '1,806'), (615, '176'), (703, '1,982')]",46:163 -"[(16, 'NEW CASTLE APN SERVICES'), (236, 'NEW CASTLE, DE'), (322, 'DE'), (347, 'COLLINS, CHRISTINE '), (482, '2,513'), (618, '11'), (703, '2,524')]",46:171 -"[(16, 'NEW HORIZON HEALTH CORPORATION'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'WEITZ, MICHAEL A'), (511, '33,500'), (568, '9,625'), (615, '961'), (700, '44,086')]",46:178 -"[(16, 'NEW MEXICO CLINICAL RESEARCH AND OSTEOPOROSIS CENTER'), (236, 'ALBUQUERQUE, NM'), (322, 'NM'), (347, 'LEWIECKI, EDWARD M'), (514, '2,000'), (615, '808'), (703, '2,808')]",46:185 -"[(16, 'NEWBERRY, RHONDA L'), (236, 'FLINT, MI'), (322, 'MI'), (347, 'NEWBERRY, RHONDA L'), (518, '225'), (707, '225')]",46:192 -"[(16, 'NEWMAN, MARY JANE '), (236, 'BEACON, NY'), (322, 'NY'), (347, 'NEWMAN, MARY JANE '), (482, '3,600'), (615, '104'), (703, '3,704')]",46:199 -"[(16, 'NEWTON, CALVIN M'), (236, 'MIDLOTHIAN, VA'), (322, 'VA'), (347, 'NEWTON, CALVIN M'), (514, '6,034'), (703, '6,034')]",46:207 -"[(16, 'NG, KENNETH K'), (236, 'ROCKVILLE CENTRE, NY'), (322, 'NY'), (347, 'NG, KENNETH K'), (568, '1,875'), (618, '83'), (703, '1,958')]",46:214 -"[(16, 'NGOC AN PHAN, MD, PC'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'PHAN, NGOC AN '), (514, '2,556'), (618, '40'), (703, '2,596')]",46:221 -"[(16, 'NGUYEN, HUONG Q'), (236, 'FRESNO, CA'), (322, 'CA'), (347, 'NGUYEN, HUONG Q'), (518, '563'), (707, '563')]",46:228 -"[(16, 'NGUYEN, NGAI X'), (236, 'SAN JOSE, CA'), (322, 'CA'), (347, 'NGUYEN, NGAI X'), (514, '1,184'), (703, '1,184')]",46:235 -"[(16, 'NGUYEN, VAN Q'), (236, 'SAFETY HARBOR, FL'), (322, 'FL'), (347, 'NGUYEN, VAN Q'), (518, '934'), (707, '934')]",46:243 -"[(16, 'NICHOLS, LORNA L'), (236, 'OCALA, FL'), (322, 'FL'), (347, 'NICHOLS, LORNA L'), (486, '413'), (621, '3'), (707, '416')]",46:250 -"[(16, 'NICHOLS, MINDY '), (236, 'SUMNER, WA'), (322, 'WA'), (347, 'NICHOLS, MINDY '), (482, '3,556'), (611, '1,990'), (703, '5,546')]",46:257 -"[(16, 'NICHOLS, REUBEN T'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'NICHOLS, REUBEN T'), (521, '56'), (710, '56')]",46:264 -"[(16, 'NICKOLOVA, MARIA K'), (236, 'AMHERST, NY'), (322, 'NY'), (347, 'NICKOLOVA, MARIA K'), (511, '13,800'), (618, '41'), (700, '13,841')]",46:271 -"[(16, 'NICKOSON, RONDA K'), (236, 'ASHLAND, KY'), (322, 'KY'), (347, 'NICKOSON, RONDA K'), (489, '38'), (710, '38')]",46:279 -"[(16, 'NIEDERBAUMER, PAULA A'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'NIEDERBAUMER, PAULA A'), (486, '563'), (615, '119'), (707, '681')]",46:286 -"[(16, 'NIELSEN, JON S'), (236, 'PLYMOUTH, MN'), (322, 'MN'), (347, 'NIELSEN, JON S'), (514, '9,000'), (615, '379'), (703, '9,379')]",46:293 -"[(16, 'NIELSEN, MARTIN N'), (236, 'SPARTA, NJ'), (322, 'NJ'), (347, 'NIELSEN, MARTIN N'), (611, '1,990'), (703, '1,990')]",46:300 -"[(16, 'NIESS, GARY S'), (236, 'MATTHEWS, NC'), (322, 'NC'), (347, 'NIESS, GARY S'), (514, '4,484'), (703, '4,484')]",46:307 -"[(16, 'NIEVA, JORGE J'), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'NIEVA, JORGE J'), (514, '3,413'), (703, '3,413')]",46:315 -"[(16, 'NIKOPOULOS, GEORGE J'), (236, 'SALT LAKE CITY, UT'), (322, 'UT'), (347, 'NIKOPOULOS, GEORGE J'), (511, '19,800'), (615, '773'), (700, '20,573')]",46:322 -"[(16, 'NITIN C. DOSHI, M.D.'), (236, 'PONTIAC, MI'), (322, 'MI'), (347, 'DOSHI, NITIN C'), (511, '15,484'), (615, '102'), (700, '15,586')]",46:329 -"[(16, 'NITSCHKE, SUSAN D'), (16, 'NITSCHKE, SUSAN D'), (236, 'ELMIRA, NY'), (236, 'ELMIRA, NY'), (322, 'NY'), (322, 'NY'), (347, 'NITSCHKE, SUSAN D'), (347, 'NITSCHKE, SUSAN D'), (482, '6,888'), (482, '6,888'), (615, '803'), (615, '803'), (703, '7,690'), (703, '7,690')]",46:336 -"[(16, 'NNADI, MICHAEL '), (236, 'WINSTON SALEM, NC'), (322, 'NC'), (347, 'NNADI, MICHAEL '), (568, '1,125'), (615, '145'), (703, '1,270')]",46:344 -"[(16, 'NOBLES, HOWARD C'), (236, 'BASSFIELD, MS'), (322, 'MS'), (347, 'NOBLES, HOWARD C'), (486, '150'), (615, '151'), (707, '301')]",46:351 -"[(16, 'NOCKOWITZ, RICHARD A'), (236, 'LIMA, OH'), (322, 'OH'), (347, 'NOCKOWITZ, RICHARD A'), (511, '39,900'), (568, '5,000'), (611, '3,155'), (700, '48,055')]",46:358 -"[(16, 'NOEL C. GARDNER, INC.'), (236, 'MURRAY, UT'), (322, 'UT'), (347, 'GARDNER, NOEL C'), (511, '20,550'), (566, '26,000'), (611, '1,515'), (700, '48,065')]",46:365 -"[(16, 'NOGGINSTORM, LLC'), (236, 'BREMERTON, WA'), (322, 'WA'), (347, 'DIAMOND, DANIEL E'), (511, '20,250'), (566, '12,250'), (611, '1,728'), (700, '34,228')]",46:372 -"[(16, 'NOLAN, LAURA '), (236, 'PHOENIX, AZ'), (322, 'AZ'), (347, 'NOLAN, LAURA '), (479, '15,519'), (615, '859'), (700, '16,377')]",46:379 -"[(16, 'NOONAN, THOMAS E'), (236, 'PAWTUCKET, RI'), (322, 'RI'), (347, 'NOONAN, THOMAS E'), (514, '6,484'), (618, '83'), (703, '6,567')]",46:387 -"[(16, 'NOORDSY, DOUGLAS L'), (236, 'LEBANON, NH'), (322, 'NH'), (347, 'NOORDSY, DOUGLAS L'), (511, '31,338'), (568, '8,500'), (611, '4,532'), (700, '44,370')]",46:394 -"[(16, 'NORDBERG, LAURA '), (236, 'ROCKVILLE, MD'), (322, 'MD'), (347, 'NORDBERG, LAURA '), (482, '1,575'), (618, '95'), (703, '1,670')]",46:401 -"[(16, 'NOREN, DIANA H'), (236, 'KATY, TX'), (322, 'TX'), (347, 'NOREN, DIANA H'), (479, '46,425'), (611, '7,154'), (700, '53,579')]",46:408 -"[(16, 'NORMAN CHAZIN, M.D., LLC.'), (236, 'LINWOOD, NJ'), (322, 'NJ'), (347, 'CHAZIN, NORMAN S'), (514, '8,050'), (615, '162'), (703, '8,212')]",46:415 -"[(16, 'NORMAN E. LEPOR, MD INC.'), (236, 'BEVERLY HILLS, CA'), (322, 'CA'), (347, 'LEPOR, NORMAN E'), (511, '48,684'), (568, '1,425'), (611, '6,224'), (700, '56,334')]",46:423 -"[(16, 'NORMAN, STACI‐MARIE '), (236, 'SOUTH BEND, IN'), (322, 'IN'), (347, 'NORMAN, STACI‐MARIE '), (482, '7,425'), (615, '657'), (703, '8,082')]",46:430 -"[(16, 'NORR, LISA B'), (236, 'OLATHE, KS'), (322, 'KS'), (347, 'NORR, LISA B'), (482, '5,288'), (615, '575'), (703, '5,863')]",46:437 -"[(16, 'NORTH BAY PSYCHIATRIC ASSOCIATES, INC.'), (236, 'SANTA ROSA, CA'), (322, 'CA'), (347, 'BELCADI, MOUNIR '), (511, '13,150'), (615, '663'), (700, '13,813')]",46:444 -"[(16, 'NORTH CENTRAL TEXAS PHYSICAL MEDICINE AND REHABILITATION'), (236, 'FRISCO, TX'), (322, 'TX'), (347, 'CAIRE, MARY L'), (511, '10,375'), (568, '1,000'), (615, '664'), (700, '12,039')]",46:451 -"[(16, 'NORTH COAST INSTITUTE OF DIABETES & ENDOCRINOLOGY, INC.'), (236, 'WESTLAKE, OH'), (322, 'OH'), (347, 'SHEEHAN, JOHN P'), (514, '4,488'), (618, '20'), (703, '4,508')]",46:459 -"[(16, 'NORTH COUNTRY ORTHOPEDIC GROUP'), (236, 'WATERTOWN, NY'), (322, 'NY'), (347, 'FISH, CLAUDIA B'), (514, '2,475'), (618, '67'), (703, '2,542')]",46:466 -"[(16, 'NORTH COUNTY ENDORINOLOGY INC'), (236, 'MARYLAND HEIGHTS, MO'), (322, 'MO'), (347, 'WIETHOP, BRIAN V'), (514, '1,781'), (703, '1,781')]",46:473 -"[(16, 'NORTH FULTON BEHAVIORAL HEALTH CENTER'), (236, 'ROSWELL, GA'), (322, 'GA'), (347, 'BAY, SCOT N'), (511, '11,500'), (615, '269'), (700, '11,769')]",46:480 -"[(16, 'NORTH, JAMES M'), (236, 'GLENS FALLS, NY'), (322, 'NY'), (347, 'NORTH, JAMES M'), (511, '24,150'), (566, '17,000'), (611, '5,113'), (700, '46,263')]",46:487 -"[(16, 'NORTHEAST MEDICAL CARE, P.C.'), (236, 'EASTON, PA'), (322, 'PA'), (347, 'GANDHI, JINESH M'), (514, '3,056'), (615, '430'), (703, '3,487')]",46:495 -"[(16, 'NORTHEAST NEUROSCIENCE INSTITUTE P.C.'), (236, 'ABINGTON, PA'), (322, 'PA'), (347, 'GRUENER, DANIEL M'), (511, '10,000'), (700, '10,000')]",46:502 -"[(16, 'NORTHEAST OHIO ENDOCRINOLOGY'), (236, 'CANTON, OH'), (322, 'OH'), (347, 'WIETECHA, KEVIN G'), (514, '2,200'), (703, '2,200')]",46:509 -"[(16, 'NORTHERN CALIFORNIA INSTITUTE FOR BONE HEALTH'), (236, 'OAKLAND, CA'), (322, 'CA'), (347, 'SCHWARTZ, ELLIOTT N'), (514, '4,000'), (611, '1,155'), (703, '5,155')]",46:516 -"[(16, 'NORTHWEST PSYCHIATRIC ASSOCIATES, LTD.'), (236, 'FLORISSANT, MO'), (322, 'MO'), (347, 'ARBAUGH, SCOTT J'), (511, '42,300'), (611, '1,838'), (700, '44,138')]",46:523 -"[(16, 'NORTON, JEFFREY A'), (236, 'LAWRENCE, MA'), (322, 'MA'), (347, 'NORTON, JEFFREY A'), (514, '9,000'), (615, '151'), (703, '9,151')]",46:531 -"[(16, 'NORTON, JOHN W'), (236, 'JACKSON, MS'), (322, 'MS'), (347, 'NORTON, JOHN W'), (511, '20,900'), (615, '783'), (700, '21,683')]",46:538 -"[(16, 'MULINDA, JAMES R'), (236, 'ROANOKE, VA'), (322, 'VA'), (347, 'MULINDA, JAMES R'), (511, '12,936'), (615, '150'), (700, '13,086')]",44:495 -"[(16, 'MULLICK, MRINAL '), (236, 'BOWLING GREEN, KY'), (322, 'KY'), (347, 'MULLICK, MRINAL '), (514, '4,300'), (615, '121'), (703, '4,421')]",44:502 -"[(16, 'MULMED, LARRY N'), (236, 'MINNEAPOLIS, MN'), (322, 'MN'), (347, 'MULMED, LARRY N'), (511, '11,656'), (700, '11,656')]",44:509 -"[(16, 'MUNGEE, SUDHIR '), (236, 'PEORIA, IL'), (322, 'IL'), (347, 'MUNGEE, SUDHIR '), (518, '450'), (707, '450')]",44:516 -"[(16, 'MUNN, CHARLES W'), (236, 'BARTLETT, TN'), (322, 'TN'), (347, 'MUNN, CHARLES W'), (514, '2,000'), (703, '2,000')]",44:523 -"[(16, 'MUNOZ, JUAN M'), (236, 'FARGO, ND'), (322, 'ND'), (347, 'MUNOZ, JUAN M'), (514, '1,750'), (703, '1,750')]",44:531 -"[(16, 'MUNTZ, HOWARD G'), (236, 'SEATTLE, WA'), (322, 'WA'), (347, 'MUNTZ, HOWARD G'), (514, '8,913'), (703, '8,913')]",44:538 -"[(16, 'MUNZ, PATRICIA M'), (236, 'OAKHURST, NJ'), (322, 'NJ'), (347, 'MUNZ, PATRICIA M'), (486, '863'), (618, '18'), (707, '880')]",44:545 -"[(16, 'MURAGE, WAMBUI J'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'MURAGE, WAMBUI J'), (482, '1,313'), (703, '1,313')]",44:552 -"[(16, 'MURMUR LLC'), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'CHILTON, ROBERT J'), (514, '8,184'), (621, '8'), (703, '8,192')]",44:559 -"[(16, 'MURPHY, GREG '), (236, 'TYLER, TX'), (322, 'TX'), (347, 'MURPHY, GREG '), (514, '6,556'), (615, '190'), (703, '6,746')]",44:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 44 of 71')]",44:591 -"[(347, 'Lilly Faculty Registry')]",45:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",45:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",45:63 -"[(558, '(All amounts in US Dollars)')]",45:70 -"[(499, 'Healthcare ')]",45:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",45:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",45:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",45:88 -"[(500, 'Education '), (583, 'Related Expenses')]",45:92 -"[(467, 'Programs'), (532, 'Education Programs')]",45:95 -"[(501, 'Programs')]",45:99 -"[(16, 'MURPHY, JAMES P'), (236, 'NEWINGTON, CT'), (322, 'CT'), (347, 'MURPHY, JAMES P'), (518, '300'), (707, '300')]",45:106 -"[(16, 'MURPHY, JOY R'), (236, 'SPRINGFIELD, MO'), (322, 'MO'), (347, 'MURPHY, JOY R'), (479, '28,175'), (568, '6,875'), (608, '18,094'), (700, '53,144')]",45:113 -"[(16, 'MURPHY, MARGIE '), (236, 'BURLINGAME, CA'), (322, 'CA'), (347, 'MURPHY, MARGIE '), (482, '4,275'), (611, '5,618'), (703, '9,893')]",45:120 -"[(16, 'MURRAY, BETHANY A'), (236, 'BLOOMINGTON, IN'), (322, 'IN'), (347, 'MURRAY, BETHANY A'), (482, '7,288'), (611, '1,457'), (703, '8,745')]",45:127 -"[(16, 'MURRAY, GARY L'), (236, 'MEMPHIS, TN'), (322, 'TN'), (347, 'MURRAY, GARY L'), (514, '7,734'), (703, '7,734')]",45:135 -"[(16, 'MUSCULOSKELETAL IMAGING AND INTERVENTIONAL'), (236, 'OKLAHOMA CITY, OK'), (322, 'OK'), (347, 'BEALL, DOUGLAS P'), (511, '32,100'), (568, '1,563'), (611, '1,123'), (700, '34,785')]",45:142 -"[(16, 'MUSCULOSKELETAL IMAGING OF TULSA'), (236, 'TULSA, OK'), (322, 'OK'), (347, 'WEBB, JAMES R'), (511, '13,275'), (615, '166'), (700, '13,441')]",45:149 -"[(16, 'MUSTAFA P. RAHIM, MD INC.'), (236, 'BECKLEY, WV'), (322, 'WV'), (347, 'RAHIM, MUSTAFA P'), (514, '3,556'), (703, '3,556')]",45:156 -"[(16, 'MUSTER, SIMA '), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'MUSTER, SIMA '), (514, '4,334'), (703, '4,334')]",45:163 -"[(16, 'MYER, JAMES H'), (236, 'TUCSON, AZ'), (322, 'AZ'), (347, 'MYER, JAMES H'), (514, '5,184'), (703, '5,184')]",45:171 -"[(16, 'MYERS, HUNTER H'), (236, 'ROME, GA'), (322, 'GA'), (347, 'MYERS, HUNTER H'), (514, '6,084'), (703, '6,084')]",45:178 -"[(16, 'MYERS, LISA M'), (236, 'MEMPHIS, TN'), (322, 'TN'), (347, 'MYERS, LISA M'), (511, '10,613'), (615, '701'), (700, '11,313')]",45:185 -"[(16, 'MYERSON, GARY E'), (236, 'ATLANTA, GA'), (322, 'GA'), (347, 'MYERSON, GARY E'), (511, '12,000'), (615, '923'), (700, '12,923')]",45:192 -"[(16, 'N Z FARHAT AND ASSOCIATE INC.'), (236, 'AVON LAKE, OH'), (322, 'OH'), (347, 'FARHAT, NAIM Z'), (514, '5,584'), (703, '5,584')]",45:199 -"[(16, 'NABER, BRENDA K'), (236, 'LINCOLN, NE'), (322, 'NE'), (347, 'NABER, BRENDA K'), (482, '1,650'), (618, '53'), (703, '1,703')]",45:207 -"[(16, 'NABRINSKY, STAN '), (236, 'ELGIN, IL'), (322, 'IL'), (347, 'NABRINSKY, STAN '), (568, '1,875'), (615, '111'), (703, '1,986')]",45:214 -"[(16, 'NACCASHIAN, ZARMINE '), (236, 'GLENDALE, CA'), (322, 'CA'), (347, 'NACCASHIAN, ZARMINE '), (482, '3,863'), (615, '726'), (703, '4,588')]",45:221 -"[(16, 'NACIF, ALBERTO '), (236, 'BRIGHTON, MI'), (322, 'MI'), (347, 'NACIF, ALBERTO '), (511, '36,250'), (568, '6,250'), (611, '1,818'), (700, '44,318')]",45:228 -"[(16, 'NADEAU, DAN A'), (236, 'YORK, ME'), (322, 'ME'), (347, 'NADEAU, DAN A'), (511, '10,944'), (615, '177'), (700, '11,121')]",45:235 -"[(16, 'NADKARNI, MANASI P'), (236, 'MUSCATINE, IA'), (322, 'IA'), (347, 'NADKARNI, MANASI P'), (521, '75'), (710, '75')]",45:243 -"[(16, 'NADLER, ERIC S'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'NADLER, ERIC S'), (511, '30,913'), (568, '2,969'), (611, '2,336'), (700, '36,217')]",45:250 -"[(16, 'NAGELBERG, STEVEN B'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'NAGELBERG, STEVEN B'), (514, '8,381'), (618, '15'), (703, '8,396')]",45:257 -"[(16, 'NAGUIB, DEMIAN I'), (236, 'PORT HURON, MI'), (322, 'MI'), (347, 'NAGUIB, DEMIAN I'), (518, '625'), (707, '625')]",45:264 -"[(16, 'NAHAR, RAJESH '), (236, 'KINGSTON, PA'), (322, 'PA'), (347, 'NAHAR, RAJESH '), (568, '1,875'), (615, '111'), (703, '1,986')]",45:271 -"[(16, 'NAHLEH, ZENIA '), (236, 'DETROIT, MI'), (322, 'MI'), (347, 'NAHLEH, ZENIA '), (514, '8,213'), (611, '2,329'), (700, '10,542')]",45:279 -"[(16, 'NAIDU, AJIT '), (236, 'FLORENCE, AL'), (322, 'AL'), (347, 'NAIDU, AJIT '), (514, '3,384'), (703, '3,384')]",45:286 -"[(16, 'NAIDU, SRIHARI '), (236, 'MINEOLA, NY'), (322, 'NY'), (347, 'NAIDU, SRIHARI '), (514, '4,134'), (703, '4,134')]",45:293 -"[(16, 'NAIMARK, DAVID H'), (236, 'CARDIFF, CA'), (322, 'CA'), (347, 'NAIMARK, DAVID H'), (511, '17,700'), (611, '3,654'), (700, '21,354')]",45:300 -"[(16, 'NAJOVITS, OLGA '), (236, 'JAMAICA, NY'), (322, 'NY'), (347, 'NAJOVITS, OLGA '), (514, '5,006'), (618, '81'), (703, '5,087')]",45:307 -"[(16, 'NAM, YOUNG J'), (236, 'LAKEWOOD, WA'), (322, 'WA'), (347, 'NAM, YOUNG J'), (482, '1,331'), (615, '297'), (703, '1,628')]",45:315 -"[(16, 'NAMASIVAYAM, KARTHI S'), (236, 'LENOIR CITY, TN'), (322, 'TN'), (347, 'NAMASIVAYAM, KARTHI S'), (511, '11,225'), (615, '795'), (700, '12,020')]",45:322 -"[(16, 'NAMBI ENDOCRINE ASSOCIATES, LLC'), (236, 'LIVINGSTON, NJ'), (322, 'NJ'), (347, 'NAMBI, SRIDHAR S'), (514, '1,725'), (703, '1,725')]",45:329 -"[(16, 'NAMBURI, KRISHNA M'), (16, 'NAMBURI, KRISHNA M'), (236, 'TERRE HAUTE, IN'), (236, 'TERRE HAUTE, IN'), (322, 'IN'), (322, 'IN'), (347, 'NAMBURI, KRISHNA M'), (347, 'NAMBURI, KRISHNA M'), (514, '4,334'), (514, '4,334'), (618, '31'), (618, '31'), (703, '4,366'), (703, '4,366')]",45:336 -"[(16, 'NANAVATI, SUKETU H'), (236, 'CAPE MAY COURT HOUSE, NJ'), (322, 'NJ'), (347, 'NANAVATI, SUKETU H'), (514, '1,784'), (703, '1,784')]",45:344 -"[(16, 'NANCY J.V. BOHANNON MED. CORP.'), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'BOHANNON, NANCY J'), (514, '2,281'), (615, '138'), (703, '2,419')]",45:351 -"[(16, 'NARASIMHAN, SHIVANI J'), (236, 'SILVER SPRING, MD'), (322, 'MD'), (347, 'NARASIMHAN, SHIVANI J'), (518, '450'), (707, '450')]",45:358 -"[(16, 'NARDACCI, BETH A'), (236, 'ALBANY, NY'), (322, 'NY'), (347, 'NARDACCI, BETH A'), (482, '6,356'), (514, '9,450'), (611, '2,310'), (700, '18,116')]",45:365 -"[(16, 'NARLA, DURGADAS D'), (236, 'STERLING HEIGHTS, MI'), (322, 'MI'), (347, 'NARLA, DURGADAS D'), (518, '934'), (707, '934')]",45:372 -"[(16, 'NARMORE, LYNNE '), (236, 'MELBOURNE, FL'), (322, 'FL'), (347, 'NARMORE, LYNNE '), (479, '15,700'), (611, '1,813'), (700, '17,513')]",45:379 -"[(16, 'NARVAEZ NEGRON, IVETTE '), (236, 'SAN JUAN, PR'), (322, 'PR'), (347, 'NARVAEZ NEGRON, IVETTE '), (482, '4,425'), (615, '958'), (703, '5,383')]",45:387 -"[(16, 'NASH, SUSAN '), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'NASH, SUSAN '), (482, '1,331'), (618, '96'), (703, '1,428')]",45:394 -"[(16, 'NASR PSYCHIATRIC SERVICES'), (236, 'MICHIGAN CITY, IN'), (322, 'IN'), (347, 'NASR, SUHAYL J'), (511, '13,800'), (615, '437'), (700, '14,237')]",45:401 -"[(16, 'NASSAR, WADDAH N'), (236, 'OKLAHOMA CITY, OK'), (322, 'OK'), (347, 'NASSAR, WADDAH N'), (514, '1,450'), (703, '1,450')]",45:408 -"[(16, 'NASSBERG DIABETES ASSOC. PA'), (236, 'FORT LAUDERDALE, FL'), (322, 'FL'), (347, 'NASSBERG, SHELDON '), (514, '1,781'), (703, '1,781')]",45:415 -"[(16, 'NASSER, TONY K'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'NASSER, TONY K'), (511, '29,834'), (611, '3,613'), (700, '33,448')]",45:423 -"[(16, 'NASSIR AZIMI, MD INC.'), (236, 'LA MESA, CA'), (322, 'CA'), (347, 'AZIMI, NASSAR‐AHMAD A'), (514, '5,584'), (615, '142'), (703, '5,726')]",45:430 -"[(16, 'NATHAN, NIRMALA S'), (236, 'UPLAND, PA'), (322, 'PA'), (347, 'NATHAN, NIRMALA S'), (568, '1,719'), (618, '48'), (703, '1,767')]",45:437 -"[(16, 'NAVARRO RODRIGUEZ, GERARDO V'), (236, 'CAGUAS, PR'), (322, 'PR'), (347, 'NAVARRO RODRIGUEZ, GERARDO V'), (514, '2,750'), (618, '62'), (703, '2,812')]",45:444 -"[(16, 'NAWAZ, MOHAMMAD Z'), (236, 'MCKINNEY, TX'), (322, 'TX'), (347, 'NAWAZ, MOHAMMAD Z'), (521, '84'), (710, '84')]",45:451 -"[(16, 'NAZZAL, SAMI B'), (236, 'SAN BERNARDINO, CA'), (322, 'CA'), (347, 'NAZZAL, SAMI B'), (514, '7,784'), (703, '7,784')]",45:459 -"[(16, 'NEAHRING, JAMES M'), (236, 'NEWBURGH, IN'), (322, 'IN'), (347, 'NEAHRING, JAMES M'), (514, '1,784'), (618, '70'), (703, '1,854')]",45:466 -"[(16, 'NEBEKER, ROB N'), (236, 'CORVALLIS, OR'), (322, 'OR'), (347, 'NEBEKER, ROB N'), (514, '3,700'), (615, '205'), (703, '3,905')]",45:473 -"[(16, 'NEBRASKA CARDIAC CARE, PC'), (236, 'OMAHA, NE'), (322, 'NE'), (347, 'SALFITY, MARWAN R'), (514, '2,684'), (703, '2,684')]",45:480 -"[(16, 'NEFF, PAMELA J'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'NEFF, PAMELA J'), (482, '2,550'), (618, '86'), (703, '2,636')]",45:487 -"[(16, 'NEGRET, LAWRENCE M'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'NEGRET, LAWRENCE M'), (568, '1,875'), (618, '49'), (703, '1,924')]",45:495 -"[(16, 'NEIL J. GOLDBERG, MD'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'GOLDBERG, NEIL J'), (511, '11,169'), (615, '931'), (700, '12,100')]",45:502 -"[(16, 'NELSON, BARRY K'), (236, 'SPRING HOUSE, PA'), (322, 'PA'), (347, 'NELSON, BARRY K'), (511, '33,000'), (700, '33,000')]",45:509 -"[(16, 'MITCHELL, NADINE '), (236, 'BURBANK, WA'), (322, 'WA'), (347, 'MITCHELL, NADINE '), (482, '4,113'), (615, '594'), (703, '4,707')]",43:415 -"[(16, 'MITCHELL, STEVEN R'), (236, 'SEATTLE, WA'), (322, 'WA'), (347, 'MITCHELL, STEVEN R'), (514, '2,750'), (703, '2,750')]",43:423 -"[(16, 'MITTAL, VIJAY K'), (236, 'OCALA, FL'), (322, 'FL'), (347, 'MITTAL, VIJAY K'), (521, '84'), (710, '84')]",43:430 -"[(16, 'MMD LOPES, LLC'), (236, 'CRESSKILL, NJ'), (322, 'NJ'), (347, 'LOPES, MARIA D'), (566, '12,500'), (615, '866'), (700, '13,366')]",43:437 -"[(16, 'MNT, INC.'), (236, 'BOWLING GREEN, KY'), (322, 'KY'), (347, 'KLEIN, NIKKI '), (486, '206'), (707, '206')]",43:444 -"[(16, 'MODY, NARESH '), (236, 'TITUSVILLE, FL'), (322, 'FL'), (347, 'MODY, NARESH '), (518, '934'), (707, '934')]",43:451 -"[(16, 'MOELLER, GARLAND R'), (236, 'HAVELOCK, NC'), (322, 'NC'), (347, 'MOELLER, GARLAND R'), (514, '4,500'), (615, '152'), (703, '4,652')]",43:459 -"[(16, 'MOGHTADER, JAMES A'), (236, 'SANTA BARBARA, CA'), (322, 'CA'), (347, 'MOGHTADER, JAMES A'), (511, '35,550'), (611, '1,989'), (700, '37,539')]",43:466 -"[(16, 'MOHAMED, MOHAMED '), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'MOHAMED, MOHAMED '), (511, '36,413'), (611, '2,470'), (700, '38,883')]",43:473 -"[(16, 'MOHAMED, ZOSER Z'), (236, 'ALBANY, NY'), (322, 'NY'), (347, 'MOHAMED, ZOSER Z'), (511, '13,150'), (615, '978'), (700, '14,128')]",43:480 -"[(16, 'MOHANTY, JYOTI B'), (236, 'PALM BEACH GARDENS, FL'), (322, 'FL'), (347, 'MOHANTY, JYOTI B'), (514, '5,184'), (703, '5,184')]",43:487 -"[(16, 'MOHN, HARRIETT W'), (236, 'FAYETTEVILLE, NC'), (322, 'NC'), (347, 'MOHN, HARRIETT W'), (479, '25,838'), (611, '3,918'), (700, '29,755')]",43:495 -"[(16, 'MOHS, JAMES M'), (236, 'VISALIA, CA'), (322, 'CA'), (347, 'MOHS, JAMES M'), (514, '3,906'), (618, '17'), (703, '3,923')]",43:502 -"[(15, 'MOISES GAVIRIA, MD SC'), (236, 'ORLAND PARK, IL'), (322, 'IL'), (347, 'GAVIRIA, MOISES '), (514, '5,200'), (618, '19'), (703, '5,219')]",43:509 -"[(16, 'MOLINARY, LUIS '), (236, 'COROZAL, PR'), (322, 'PR'), (347, 'MOLINARY, LUIS '), (514, '9,659'), (615, '290'), (703, '9,950')]",43:516 -"[(16, 'MOLK, BARRY L'), (236, 'LONE TREE, CO'), (322, 'CO'), (347, 'MOLK, BARRY L'), (514, '3,484'), (703, '3,484')]",43:523 -"[(16, 'MOLLOY CONSULTING'), (236, 'PLYMOUTH, MA'), (322, 'MA'), (347, 'MOLLOY, PHILIP J'), (514, '8,775'), (615, '243'), (703, '9,018')]",43:531 -"[(16, 'MOLONEY, KIMBERLY R'), (236, 'NORFOLK, VA'), (322, 'VA'), (347, 'MOLONEY, KIMBERLY R'), (486, '994'), (618, '42'), (703, '1,036')]",43:538 -"[(16, 'MOLPUS, KELLY L'), (236, 'DAYTONA BEACH, FL'), (322, 'FL'), (347, 'MOLPUS, KELLY L'), (514, '4,388'), (568, '2,063'), (615, '583'), (703, '7,033')]",43:545 -"[(16, 'MONROE, KIM '), (236, 'RESTON, VA'), (322, 'VA'), (347, 'MONROE, KIM '), (486, '281'), (707, '281')]",43:552 -"[(16, 'MONTGOMERY, CHRISTOPHER R'), (236, 'POPLAR BLUFF, MO'), (322, 'MO'), (347, 'MONTGOMERY, CHRISTOPHER R'), (514, '6,800'), (615, '693'), (703, '7,493')]",43:559 -"[(16, 'MONTOYA, MARIBEL '), (236, 'LEESBURG, FL'), (322, 'FL'), (347, 'MONTOYA, MARIBEL '), (514, '4,881'), (615, '102'), (703, '4,983')]",43:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 43 of 71')]",43:591 -"[(347, 'Lilly Faculty Registry')]",44:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",44:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",44:63 -"[(558, '(All amounts in US Dollars)')]",44:70 -"[(499, 'Healthcare ')]",44:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",44:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",44:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",44:88 -"[(500, 'Education '), (583, 'Related Expenses')]",44:92 -"[(467, 'Programs'), (532, 'Education Programs')]",44:95 -"[(501, 'Programs')]",44:99 -"[(16, 'MOODY, PAULA B'), (236, 'HOMEWOOD, AL'), (322, 'AL'), (347, 'MOODY, PAULA B'), (482, '1,613'), (615, '456'), (703, '2,069')]",44:106 -"[(16, 'MOON, AMY L'), (236, 'CARMEL, IN'), (322, 'IN'), (347, 'MOON, AMY L'), (514, '3,950'), (703, '3,950')]",44:113 -"[(16, 'MOONRISE, INC.'), (236, 'OVERLAND PARK, KS'), (322, 'KS'), (347, 'FOX, KATHLEEN '), (479, '10,313'), (615, '712'), (700, '11,025')]",44:120 -"[(16, 'MOORAD, AMAL E'), (236, 'OKLAHOMA CITY, OK'), (322, 'OK'), (347, 'MOORAD, AMAL E'), (511, '19,500'), (572, '750'), (615, '286'), (700, '20,536')]",44:127 -"[(16, 'MOORE, CHERYL A'), (236, 'EUGENE, OR'), (322, 'OR'), (347, 'MOORE, CHERYL A'), (486, '638'), (707, '638')]",44:135 -"[(16, 'MOORE, DAVID H'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'MOORE, DAVID H'), (514, '5,513'), (615, '905'), (703, '6,418')]",44:142 -"[(16, 'MOORE, GEORGE W'), (236, 'BOTHELL, WA'), (322, 'WA'), (347, 'MOORE, GEORGE W'), (511, '12,756'), (618, '18'), (700, '12,774')]",44:149 -"[(16, 'MOORE, HANSONA M'), (236, 'MITCHELL, SD'), (322, 'SD'), (347, 'MOORE, HANSONA M'), (486, '188'), (707, '188')]",44:156 -"[(16, 'MOORE, TONYA '), (236, 'PACE, FL'), (322, 'FL'), (347, 'MOORE, TONYA '), (479, '14,175'), (611, '7,072'), (700, '21,247')]",44:163 -"[(16, 'MORACCO LLC'), (236, 'STATEN ISLAND, NY'), (322, 'NY'), (347, 'RACCO, ALEX '), (514, '1,056'), (703, '1,056')]",44:171 -"[(16, 'MORALEDA, ROBERTO A'), (236, 'DEVILS LAKE, ND'), (322, 'ND'), (347, 'MORALEDA, ROBERTO A'), (514, '6,225'), (615, '669'), (703, '6,894')]",44:178 -"[(16, 'MORALES, BLANCA '), (236, 'COOPER CITY, FL'), (322, 'FL'), (347, 'MORALES, BLANCA '), (514, '5,288'), (703, '5,288')]",44:185 -"[(16, 'MORALES, MONTY C'), (236, 'TUCSON, AZ'), (322, 'AZ'), (347, 'MORALES, MONTY C'), (514, '6,034'), (703, '6,034')]",44:192 -"[(16, 'MORANO, PLACIDO A'), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'MORANO, PLACIDO A'), (511, '14,250'), (615, '327'), (700, '14,577')]",44:199 -"[(16, 'MORELLI, REMO L'), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'MORELLI, REMO L'), (514, '1,184'), (703, '1,184')]",44:207 -"[(16, 'MORELLO, PATRICK J'), (236, 'JEFFERSON CITY, MO'), (322, 'MO'), (347, 'MORELLO, PATRICK J'), (514, '4,484'), (618, '99'), (703, '4,584')]",44:214 -"[(16, 'MOREYRA, ABEL E'), (236, 'NEW BRUNSWICK, NJ'), (322, 'NJ'), (347, 'MOREYRA, ABEL E'), (514, '1,350'), (703, '1,350')]",44:221 -"[(16, 'MORGADO, ANTONIO '), (236, 'NORTH BERGEN, NJ'), (322, 'NJ'), (347, 'MORGADO, ANTONIO '), (518, '180'), (707, '180')]",44:228 -"[(16, 'MORGAN, HARRY E'), (236, 'GLASTONBURY, CT'), (322, 'CT'), (347, 'MORGAN, HARRY E'), (514, '9,300'), (615, '145'), (703, '9,445')]",44:235 -"[(16, 'MORGAN, JOEL L'), (236, 'VALDOSTA, GA'), (322, 'GA'), (347, 'MORGAN, JOEL L'), (511, '20,200'), (615, '540'), (700, '20,740')]",44:243 -"[(16, 'MORGAN, MERRY C'), (236, 'HAGERSTOWN, MD'), (322, 'MD'), (347, 'MORGAN, MERRY C'), (486, '338'), (707, '338')]",44:250 -"[(16, 'MORGILLO‐FREEMAN, SHARON E'), (236, 'FORT WAYNE, IN'), (322, 'IN'), (347, 'MORGILLO‐FREEMAN, SHARON E'), (514, '7,450'), (615, '505'), (703, '7,955')]",44:257 -"[(16, 'MORMAN, BRAD B'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'MORMAN, BRAD B'), (514, '9,300'), (703, '9,300')]",44:264 -"[(16, 'MORRIS L. BROWN, MD & ASSOCIATES'), (236, 'DAYTON, OH'), (322, 'OH'), (347, 'BROWN, MORRIS L'), (514, '1,738'), (703, '1,738')]",44:271 -"[(16, 'MORRIS M. MITSUNAGA, MD INC.'), (236, 'HONOLULU, HI'), (322, 'HI'), (347, 'MITSUNAGA, MORRIS M'), (511, '11,900'), (568, '1,250'), (700, '13,150')]",44:279 -"[(16, 'MORRIS, CHRISTOPHER R'), (236, 'KINGSPORT, TN'), (322, 'TN'), (347, 'MORRIS, CHRISTOPHER R'), (514, '4,500'), (703, '4,500')]",44:286 -"[(16, 'MORRIS, DENNIS L'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'MORRIS, DENNIS L'), (511, '28,434'), (700, '28,434')]",44:293 -"[(16, 'MORRIS, EDWARD L'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'MORRIS, EDWARD L'), (514, '4,500'), (703, '4,500')]",44:300 -"[(16, 'MORRIS, JOHN C'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'MORRIS, JOHN C'), (568, '4,750'), (618, '36'), (703, '4,786')]",44:307 -"[(16, 'MORRIS, NANCY V'), (236, 'LONDON, KY'), (322, 'KY'), (347, 'MORRIS, NANCY V'), (511, '47,275'), (611, '1,332'), (700, '48,607')]",44:315 -"[(16, 'MORRIS, ROBERT T'), (236, 'DETROIT, MI'), (322, 'MI'), (347, 'MORRIS, ROBERT T'), (514, '5,513'), (703, '5,513')]",44:322 -"[(16, 'MORRISON, CLAUDIA '), (236, 'WASHINGTON, DC'), (322, 'DC'), (347, 'MORRISON, CLAUDIA '), (486, '244'), (707, '244')]",44:329 -"[(16, 'MORROW, ROBERT E'), (16, 'MORROW, ROBERT E'), (236, 'E STROUDSBURG, PA'), (236, 'E STROUDSBURG, PA'), (322, 'PA'), (322, 'PA'), (347, 'MORROW, ROBERT E'), (347, 'MORROW, ROBERT E'), (511, '15,550'), (511, '15,550'), (615, '666'), (615, '666'), (700, '16,216'), (700, '16,216')]",44:336 -"[(16, 'MORTIMER, SAM L'), (236, 'RAPID CITY, SD'), (322, 'SD'), (347, 'MORTIMER, SAM L'), (514, '3,500'), (615, '128'), (703, '3,628')]",44:344 -"[(16, 'MORTON, PAUL E'), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'MORTON, PAUL E'), (514, '1,875'), (615, '529'), (703, '2,404')]",44:351 -"[(16, 'MORTON, PAULA H'), (236, 'BOYNTON BEACH, FL'), (322, 'FL'), (347, 'MORTON, PAULA H'), (572, '938'), (618, '28'), (707, '965')]",44:358 -"[(16, 'MOSES RAMOS, M.D., P.A.'), (236, 'DESOTO, TX'), (322, 'TX'), (347, 'RAMOS, MOSES M'), (514, '4,950'), (703, '4,950')]",44:365 -"[(16, 'MOSKOWITZ, ROLAND W'), (236, 'CLEVELAND, OH'), (322, 'OH'), (347, 'MOSKOWITZ, ROLAND W'), (568, '3,000'), (615, '150'), (703, '3,150')]",44:372 -"[(16, 'MOSSEAU, SABRINA '), (236, 'BALLSTON LAKE, NY'), (322, 'NY'), (347, 'MOSSEAU, SABRINA '), (511, '23,325'), (608, '10,555'), (700, '33,880')]",44:379 -"[(16, 'MOTTINGER, BARBARA C'), (236, 'CRANSTON, RI'), (322, 'RI'), (347, 'MOTTINGER, BARBARA C'), (518, '900'), (615, '135'), (703, '1,035')]",44:387 -"[(16, 'MOTTO, GEORGE S'), (236, 'ELK GROVE VILLAGE, IL'), (322, 'IL'), (347, 'MOTTO, GEORGE S'), (514, '9,088'), (618, '38'), (703, '9,126')]",44:394 -"[(16, 'MOUNTAIN BLUE CANCER CARE CENTER'), (236, 'WHEAT RIDGE, CO'), (322, 'CO'), (347, 'WITTA, SAMIR E'), (568, '4,500'), (615, '213'), (703, '4,713')]",44:401 -"[(16, 'MOUNTAIN VIEW MEDICAL SERVICES'), (236, 'CHARLOTTE, NC'), (322, 'NC'), (347, 'RUPE, CAROL A'), (514, '4,275'), (618, '64'), (703, '4,339')]",44:408 -"[(16, 'MOUSHMOUSH, BASSAM '), (236, 'CHARLESTON, WV'), (322, 'WV'), (347, 'MOUSHMOUSH, BASSAM '), (618, '12'), (710, '12')]",44:415 -"[(16, 'MOUSSA, ISSAM D'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'MOUSSA, ISSAM D'), (521, '84'), (710, '84')]",44:423 -"[(16, 'MOWAFFAK ATFEH, M.D., F.A.C.C.'), (236, 'BROOKSVILLE, FL'), (322, 'FL'), (347, 'ATFEH, MOWAFFAK '), (518, '934'), (707, '934')]",44:430 -"[(16, 'MS BEHAVORIAL SCIENCE, LLC.'), (236, 'CANTON, OH'), (322, 'OH'), (347, 'PATEL, SURESH A'), (511, '13,800'), (615, '733'), (700, '14,533')]",44:437 -"[(16, 'MT. WASHINGTON PSYCHIATRIC SERVICES'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'HOFFMAN, CHAROLETTE '), (511, '10,800'), (615, '673'), (700, '11,473')]",44:444 -"[(16, 'MUCCI, BETH '), (236, 'ROCHESTER, NY'), (322, 'NY'), (347, 'MUCCI, BETH '), (482, '4,688'), (615, '556'), (703, '5,243')]",44:451 -"[(16, 'MUCHA, JOHN D'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'MUCHA, JOHN D'), (518, '469'), (572, '375'), (621, '4'), (707, '848')]",44:459 -"[(16, 'MUDDASANI, NARSIMHA R'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'MUDDASANI, NARSIMHA R'), (514, '1,200'), (615, '209'), (703, '1,409')]",44:466 -"[(16, 'MUHLESTEIN, JOSEPH B'), (236, 'MURRAY, UT'), (322, 'UT'), (347, 'MUHLESTEIN, JOSEPH B'), (514, '8,184'), (568, '1,500'), (618, '71'), (703, '9,755')]",44:473 -"[(16, 'MUHREZ, NIHAD '), (236, 'MERRILLVILLE, IN'), (322, 'IN'), (347, 'MUHREZ, NIHAD '), (518, '919'), (707, '919')]",44:480 -"[(16, 'MUKHERJEE, SUNIT '), (236, 'NORTH ANDOVER, MA'), (322, 'MA'), (347, 'MUKHERJEE, SUNIT '), (514, '1,784'), (703, '1,784')]",44:487 -"[(16, 'MERAYO MEDICAL ARTS GROUPS'), (236, 'CORAL GABLES, FL'), (322, 'FL'), (347, 'MERAYO, HUBERTO E'), (514, '5,550'), (615, '130'), (703, '5,680')]",42:286 -"[(16, 'MERCER BUCKS CARDIOLOGY, PA'), (236, 'YARDLEY, PA'), (322, 'PA'), (347, 'DRUCKER, DAVID W'), (518, '850'), (707, '850')]",42:293 -"[(16, 'MERCER, DAVID W'), (236, 'DAVENPORT, IA'), (322, 'IA'), (347, 'MERCER, DAVID W'), (568, '1,719'), (703, '1,719')]",42:300 -"[(16, 'MEREDITH, KENT G'), (236, 'SALT LAKE CITY, UT'), (322, 'UT'), (347, 'MEREDITH, KENT G'), (514, '3,384'), (703, '3,384')]",42:307 -"[(16, 'MERKLE, LARRY N'), (236, 'ALLENTOWN, PA'), (322, 'PA'), (347, 'MERKLE, LARRY N'), (514, '7,338'), (703, '7,338')]",42:315 -"[(16, 'MERRICK, DELORES '), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'MERRICK, DELORES '), (479, '10,425'), (611, '1,243'), (700, '11,668')]",42:322 -"[(16, 'MERVIS, JAMES R'), (236, 'SEPULVEDA, CA'), (322, 'CA'), (347, 'MERVIS, JAMES R'), (514, '5,800'), (618, '87'), (703, '5,887')]",42:329 -"[(16, 'MESZNICK, SHELLEY '), (16, 'MESZNICK, SHELLEY '), (236, 'WHITE PLAINS, NY'), (236, 'WHITE PLAINS, NY'), (322, 'NY'), (322, 'NY'), (347, 'MESZNICK, SHELLEY '), (347, 'MESZNICK, SHELLEY '), (482, '1,200'), (482, '1,200'), (615, '189'), (615, '189'), (703, '1,389'), (703, '1,389')]",42:336 -"[(16, 'METABOLIC GROUP, PLLC'), (236, 'HENDERSONVILLE, TN'), (322, 'TN'), (347, 'DAUPHIN, PASCAL A'), (511, '10,613'), (700, '10,613')]",42:344 -"[(16, 'METHNER, AUTUMN '), (236, 'BAY CITY, MI'), (322, 'MI'), (347, 'METHNER, AUTUMN '), (482, '2,700'), (615, '680'), (703, '3,380')]",42:351 -"[(16, 'METZGER PAIN MANAGEMENT'), (236, 'SHREWSBURY, NJ'), (322, 'NJ'), (347, 'METZGER, SCOTT E'), (514, '2,000'), (703, '2,000')]",42:358 -"[(16, 'METZGER, MICHAEL E'), (236, 'ROCHESTER, NH'), (322, 'NH'), (347, 'METZGER, MICHAEL E'), (514, '1,184'), (703, '1,184')]",42:365 -"[(16, 'METZINGER, CATHY '), (236, 'MELBOURNE, FL'), (322, 'FL'), (347, 'METZINGER, CATHY '), (482, '1,600'), (611, '1,125'), (703, '2,725')]",42:372 -"[(16, 'MEYER, STEVE '), (236, 'ALAMOGORDO, NM'), (322, 'NM'), (347, 'MEYER, STEVE '), (482, '8,675'), (568, '4,656'), (615, '694'), (700, '14,025')]",42:379 -"[(16, 'MEYERS, STEPHEN A'), (236, 'IDAHO FALLS, ID'), (322, 'ID'), (347, 'MEYERS, STEPHEN A'), (514, '2,750'), (703, '2,750')]",42:387 -"[(16, 'MEYERS‐MARQUARDT, MARY T'), (236, 'BRYAN, TX'), (322, 'TX'), (347, 'MEYERS‐MARQUARDT, MARY T'), (489, '56'), (710, '56')]",42:394 -"[(16, 'MICHAEL A. BOLOGNESE MD, PC'), (236, 'BETHESDA, MD'), (322, 'MD'), (347, 'BOLOGNESE, MICHAEL A'), (514, '8,913'), (615, '169'), (703, '9,082')]",42:401 -"[(16, 'MICHAEL A. KWIAT, MD'), (236, 'BEAVER, PA'), (322, 'PA'), (347, 'KWIAT, MICHAEL A'), (514, '4,925'), (618, '48'), (703, '4,973')]",42:408 -"[(16, 'MICHAEL B. STOTLER, MD, PC'), (236, 'WEBSTER GROVES, MO'), (322, 'MO'), (347, 'STOTLER, MICHAEL B'), (514, '7,200'), (615, '261'), (703, '7,461')]",42:415 -"[(16, 'MICHAEL BANOV, PC'), (236, 'MARIETTA, GA'), (322, 'GA'), (347, 'BANOV, MICHAEL D'), (511, '45,400'), (568, '5,000'), (611, '1,365'), (700, '51,765')]",42:423 -"[(16, 'MICHAEL GITLIN, M.D., P.C.'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'GITLIN, MICHAEL J'), (511, '20,450'), (615, '118'), (700, '20,568')]",42:430 -"[(16, 'MICHAEL GOTLIB, MD,P.C.'), (236, 'WEST BLOOMFIELD, MI'), (322, 'MI'), (347, 'GOTLIB, MICHAEL H'), (514, '6,800'), (703, '6,800')]",42:437 -"[(16, 'MICHAEL GREENBAUM, MD, SC'), (236, 'LIBERTYVILLE, IL'), (322, 'IL'), (347, 'GREENBAUM, MICHAEL S'), (514, '7,500'), (615, '225'), (703, '7,725')]",42:444 -"[(16, 'MICHAEL K. LAI, MD, INC.'), (236, 'SANTA MARIA, CA'), (322, 'CA'), (347, 'LAI, MICHAEL K'), (518, '281'), (707, '281')]",42:451 -"[(16, 'MICHAEL L. ADLER, MD, PC'), (236, 'PLAINS, PA'), (322, 'PA'), (347, 'ADLER, MICHAEL L'), (514, '5,981'), (703, '5,981')]",42:459 -"[(16, 'MICHAEL L. MEYER, MD'), (236, 'OMAHA, NE'), (322, 'NE'), (347, 'MEYER, MICHAEL L'), (511, '11,750'), (615, '131'), (700, '11,881')]",42:466 -"[(16, 'MICHAEL P. AZEVEDO, MD'), (236, 'FRESNO, CA'), (322, 'CA'), (347, 'AZEVEDO, MICHAEL P'), (514, '1,500'), (703, '1,500')]",42:473 -"[(16, 'MICHAEL P. SHERMAN, M.D., PHD, A MEDICAL CORPORATION, DBA: CONTRA COSTA ONCOLOGY WALNUT CREEK, CA'), (322, 'CA'), (347, 'SHERMAN, MICHAEL P'), (514, '2,650'), (703, '2,650')]",42:480 -"[(16, 'MICHAEL R. PATNAUDE, DO'), (236, 'PORTLAND, ME'), (322, 'ME'), (347, 'PATNAUDE, MICHAEL R'), (514, '4,300'), (703, '4,300')]",42:487 -"[(16, 'MICHAEL ROSS STERNBERG, M.D.'), (236, 'WOODBRIDGE, VA'), (322, 'VA'), (347, 'STERNBERG, MICHAEL R'), (511, '16,800'), (611, '1,136'), (700, '17,936')]",42:495 -"[(16, 'MICHAEL, BRIAN E'), (236, 'GETTYSBURG, PA'), (322, 'PA'), (347, 'MICHAEL, BRIAN E'), (514, '4,806'), (703, '4,806')]",42:502 -"[(16, 'MICHAELS, ANDREW D'), (236, 'SALT LAKE CITY, UT'), (322, 'UT'), (347, 'MICHAELS, ANDREW D'), (514, '1,434'), (615, '157'), (703, '1,591')]",42:509 -"[(16, 'MICHAUD, JEFFREY S'), (236, 'LEWISTON, ME'), (322, 'ME'), (347, 'MICHAUD, JEFFREY S'), (514, '9,900'), (615, '224'), (700, '10,124')]",42:516 -"[(16, 'MICHELE P. SARTORI, M.D.'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'SARTORI, MICHELE '), (514, '4,334'), (703, '4,334')]",42:523 -"[(16, 'MICHELE T. MCDERMOTT, MD'), (236, 'AUSTIN, TX'), (322, 'TX'), (347, 'MCDERMOTT, MICHELLE T'), (514, '8,213'), (615, '628'), (703, '8,841')]",42:531 -"[(16, 'MICHELLE BANDUCCI, MD'), (236, 'SAN RAMON, CA'), (322, 'CA'), (347, 'BANDUCCI, MICHELLE M'), (514, '5,875'), (615, '331'), (703, '6,206')]",42:538 -"[(16, 'MICHELLE COCHRAN, MD'), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'COCHRAN, MICHELLE R'), (511, '28,250'), (611, '2,848'), (700, '31,098')]",42:545 -"[(16, 'MICHIGAN HEMATOLOGY ONCOLOGY, P.C.'), (236, 'ROCHESTER, MI'), (322, 'MI'), (347, 'FATA, FARID T'), (514, '6,713'), (703, '6,713')]",42:552 -"[(16, 'MICHIGAN MEDICAL, P.C.'), (236, 'GRAND RAPIDS, MI'), (322, 'MI'), (347, 'KNIBBE, JEFFRY D'), (514, '6,275'), (615, '182'), (703, '6,457')]",42:559 -"[(16, 'MID ATLANTIC HEADACHE INSTITUTE'), (236, 'PIKESVILLE, MD'), (322, 'MD'), (347, 'RIBEIRO, MARCIA C'), (514, '1,500'), (703, '1,500')]",42:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 42 of 71')]",42:591 -"[(347, 'Lilly Faculty Registry')]",43:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",43:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",43:63 -"[(558, '(All amounts in US Dollars)')]",43:70 -"[(499, 'Healthcare ')]",43:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",43:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",43:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",43:88 -"[(500, 'Education '), (583, 'Related Expenses')]",43:92 -"[(467, 'Programs'), (532, 'Education Programs')]",43:95 -"[(501, 'Programs')]",43:99 -"[(16, 'MIDLANTIC BEHAVIORAL MEDICINE'), (236, 'FLORHAM PARK, NJ'), (322, 'NJ'), (347, 'KRAL, FELIX E'), (511, '15,300'), (615, '259'), (700, '15,559')]",43:106 -"[(16, 'MIDWALL, JAY A'), (236, 'ATLANTIS, FL'), (322, 'FL'), (347, 'MIDWALL, JAY A'), (518, '563'), (618, '62'), (707, '624')]",43:113 -"[(16, 'MIDWESTERN ENDOCRINOLOGY'), (236, 'OVERLAND PARK, KS'), (322, 'KS'), (347, 'GREEN, ANDREW J'), (514, '2,906'), (703, '2,906')]",43:120 -"[(16, 'MIDWESTERN PSYCHIATRIC CONSULTATION, L.L.C.'), (236, 'CHESTERFIELD, MO'), (322, 'MO'), (347, 'ANDERSON, RICHARD H'), (511, '45,950'), (611, '2,168'), (700, '48,118')]",43:127 -"[(16, 'MIDYETT, LARRY K'), (236, 'MISSION, KS'), (322, 'KS'), (347, 'MIDYETT, LARRY K'), (514, '3,725'), (703, '3,725')]",43:135 -"[(16, 'MIERS, WENDELL R'), (236, 'LEXINGTON, KY'), (322, 'KY'), (347, 'MIERS, WENDELL R'), (514, '1,031'), (618, '15'), (703, '1,046')]",43:142 -"[(16, 'MIGNONE, JOSEPH '), (236, 'JACKSONVILLE, FL'), (322, 'FL'), (347, 'MIGNONE, JOSEPH '), (514, '7,700'), (618, '65'), (703, '7,765')]",43:149 -"[(16, 'MIKA, PHILIP J'), (236, 'SCHENECTADY, NY'), (322, 'NY'), (347, 'MIKA, PHILIP J'), (514, '1,350'), (703, '1,350')]",43:156 -"[(16, 'MIKDADI, GHIATH M'), (236, 'HAMMOND, LA'), (322, 'LA'), (347, 'MIKDADI, GHIATH M'), (514, '8,584'), (615, '506'), (703, '9,091')]",43:163 -"[(16, 'MIKHAIL CONSULTING'), (236, 'COTTAGE GROVE, MN'), (322, 'MN'), (347, 'MIKHAIL, WALID A'), (514, '3,000'), (703, '3,000')]",43:171 -"[(16, 'MIKLIUS, AUDREY B'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'MIKLIUS, AUDREY B'), (568, '2,000'), (618, '78'), (703, '2,078')]",43:178 -"[(16, 'MIKULIK, MARIANO B'), (236, 'WAYCROSS, GA'), (322, 'GA'), (347, 'MIKULIK, MARIANO B'), (514, '6,034'), (703, '6,034')]",43:185 -"[(16, 'MILBRETT, PATRICIA E'), (236, 'FOREST LAKE, MN'), (322, 'MN'), (347, 'MILBRETT, PATRICIA E'), (479, '10,763'), (611, '2,540'), (700, '13,302')]",43:192 -"[(16, 'MILECHMAN, GARY F'), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'MILECHMAN, GARY F'), (514, '5,584'), (703, '5,584')]",43:199 -"[(16, 'MILES DAVID JOHNSON, MD, PC'), (236, 'FAYETTEVILLE, GA'), (322, 'GA'), (347, 'JOHNSON, MILES D'), (511, '15,175'), (615, '969'), (700, '16,144')]",43:207 -"[(16, 'MILES, G BRUCE B'), (236, 'EASTON, PA'), (322, 'PA'), (347, 'MILES, G BRUCE B'), (511, '28,050'), (611, '2,028'), (700, '30,078')]",43:214 -"[(16, 'MILLER, BRIAN P'), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'MILLER, BRIAN P'), (514, '4,200'), (615, '974'), (703, '5,174')]",43:221 -"[(16, 'MILLER, CATHERINE A'), (236, 'GREENSBORO, NC'), (322, 'NC'), (347, 'MILLER, CATHERINE A'), (482, '3,600'), (615, '291'), (703, '3,891')]",43:228 -"[(16, 'MILLER, CHERYL A'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'MILLER, CHERYL A'), (482, '3,150'), (615, '184'), (703, '3,334')]",43:235 -"[(16, 'MILLER, CINDY '), (236, 'MERIDIAN, ID'), (322, 'ID'), (347, 'MILLER, CINDY '), (482, '5,400'), (514, '3,750'), (568, '4,563'), (615, '862'), (700, '14,575')]",43:243 -"[(16, 'MILLER, DAVID S'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'MILLER, DAVID S'), (568, '1,125'), (703, '1,125')]",43:250 -"[(16, 'MILLER, EDEN M'), (236, 'SISTERS, OR'), (322, 'OR'), (347, 'MILLER, EDEN M'), (511, '22,238'), (611, '2,874'), (700, '25,111')]",43:257 -"[(16, 'MILLER, HAROLD J'), (236, 'HAMMOND, LA'), (322, 'LA'), (347, 'MILLER, HAROLD J'), (514, '1,849'), (618, '11'), (703, '1,860')]",43:264 -"[(16, 'MILLER, KEVIN B'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'MILLER, KEVIN B'), (511, '27,900'), (611, '1,606'), (700, '29,506')]",43:271 -"[(16, 'MILLER, MICHAEL J'), (236, 'MIDLAND, MI'), (322, 'MI'), (347, 'MILLER, MICHAEL J'), (514, '4,506'), (618, '45'), (703, '4,551')]",43:279 -"[(16, 'MILLER, MICHAEL J'), (236, 'CHARLOTTE, NC'), (322, 'NC'), (347, 'MILLER, MICHAEL J'), (518, '563'), (620, '6'), (707, '569')]",43:286 -"[(16, 'MILLER, STEVEN C'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'MILLER, STEVEN C'), (521, '56'), (710, '56')]",43:293 -"[(16, 'MILLER, VICKI H'), (236, 'LEWISVILLE, NC'), (322, 'NC'), (347, 'MILLER, VICKI H'), (482, '4,613'), (615, '824'), (703, '5,437')]",43:300 -"[(16, 'MILLHUFF, CHARLES L'), (236, 'TOPEKA, KS'), (322, 'KS'), (347, 'MILLHUFF, CHARLES L'), (511, '13,700'), (615, '554'), (700, '14,254')]",43:307 -"[(16, 'MILLS, KATHY '), (236, 'FINDLAY, OH'), (322, 'OH'), (347, 'MILLS, KATHY '), (482, '2,681'), (618, '98'), (703, '2,779')]",43:315 -"[(16, 'MINDY S. ROSENBLOOM, MD INC'), (236, 'BARRINGTON, RI'), (322, 'RI'), (347, 'ROSENBLOOM, MINDY S'), (511, '15,150'), (611, '2,730'), (700, '17,880')]",43:322 -"[(16, 'MINEHART, CHARLES R'), (236, 'WYOMISSING, PA'), (322, 'PA'), (347, 'MINEHART, CHARLES R'), (514, '3,484'), (703, '3,484')]",43:329 -"[(16, 'MINHAS, RAJBIR S'), (16, 'MINHAS, RAJBIR S'), (236, 'CINCINNATI, OH'), (236, 'CINCINNATI, OH'), (322, 'OH'), (322, 'OH'), (347, 'MINHAS, RAJBIR S'), (347, 'MINHAS, RAJBIR S'), (514, '4,500'), (514, '4,500'), (615, '159'), (615, '159'), (703, '4,659'), (703, '4,659')]",43:336 -"[(16, 'MINTZ, GUY L'), (236, 'GLENDALE, NY'), (322, 'NY'), (347, 'MINTZ, GUY L'), (521, '84'), (710, '84')]",43:344 -"[(16, 'MIRANDA DELGADO, HECTOR S'), (236, 'CAGUAS, PR'), (322, 'PR'), (347, 'MIRANDA DELGADO, HECTOR S'), (514, '3,000'), (703, '3,000')]",43:351 -"[(16, 'MISKEN CONSULTING, INC.'), (236, 'GROVE CITY, OH'), (322, 'OH'), (347, 'WRITESEL, KENNETH A'), (514, '5,750'), (615, '354'), (703, '6,104')]",43:358 -"[(16, 'MISSION INTERNAL MEDICAL GROUP'), (236, 'MISSION VIEJO, CA'), (322, 'CA'), (347, 'TRUONG, MICHAEL P'), (511, '14,831'), (618, '48'), (700, '14,879')]",43:365 -"[(16, 'MISSISSIPPI NEUROPSYCHIATRIC CLINIC'), (236, 'RIDGELAND, MS'), (322, 'MS'), (347, 'PROVIDERS OF SERVICE: '), (511, '23,300'), (615, '319'), (700, '23,619')]",43:372 -"[(347, 'BUECHLER, KURT A;')]",43:379 -"[(347, 'WEBB, MARK C')]",43:387 -"[(16, 'MITCHELL S. HAMBURG, MD'), (236, 'LEAWOOD, KS'), (322, 'KS'), (347, 'HAMBURG, MITCHELL S'), (514, '1,031'), (703, '1,031')]",43:394 -"[(16, 'MITCHELL, ELIZABETH I'), (236, 'COLUMBUS, OH'), (322, 'OH'), (347, 'MITCHELL, ELIZABETH I'), (482, '2,850'), (615, '215'), (703, '3,065')]",43:401 -"[(16, 'MITCHELL, JEFFREY R'), (236, 'TULSA, OK'), (322, 'OK'), (347, 'MITCHELL, JEFFREY R'), (514, '6,300'), (615, '758'), (703, '7,058')]",43:408 -"[(16, 'MCCAFFERTY, LINDA R'), (236, 'HERMITAGE, TN'), (322, 'TN'), (347, 'MCCAFFERTY, LINDA R'), (511, '31,200'), (611, '1,635'), (700, '32,835')]",41:156 -"[(16, 'MCCAFFREY, FRANCES C'), (236, 'ANNAPOLIS, MD'), (322, 'MD'), (347, 'MCCAFFREY, FRANCES C'), (486, '113'), (707, '113')]",41:163 -"[(16, 'MCCAIN, DAVID B'), (236, 'ABILENE, TX'), (322, 'TX'), (347, 'MCCAIN, DAVID B'), (514, '1,784'), (618, '95'), (703, '1,879')]",41:171 -"[(16, 'MCCARRON, ROBERT '), (236, 'SACRAMENTO, CA'), (322, 'CA'), (347, 'MCCARRON, ROBERT '), (518, '900'), (611, '1,350'), (703, '2,250')]",41:178 -"[(16, 'MCCARTHY, PATRICK '), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'MCCARTHY, PATRICK '), (486, '394'), (707, '394')]",41:185 -"[(16, 'MCCLANAHAN, MARK A'), (236, 'FREDERICKSBURG, VA'), (322, 'VA'), (347, 'MCCLANAHAN, MARK A'), (514, '4,656'), (618, '28'), (703, '4,684')]",41:192 -"[(16, 'MCCLARY, CAROLE P'), (236, 'ROCHESTER, NY'), (322, 'NY'), (347, 'MCCLARY, CAROLE P'), (482, '1,763'), (615, '185'), (703, '1,947')]",41:199 -"[(16, 'MCCLEARN, NANCY '), (236, 'ALBANY, NY'), (322, 'NY'), (347, 'MCCLEARN, NANCY '), (482, '4,725'), (615, '170'), (703, '4,895')]",41:207 -"[(16, 'MCCLELLAN, DEBRA '), (236, 'KINGSPORT, TN'), (322, 'TN'), (347, 'MCCLELLAN, DEBRA '), (479, '21,694'), (611, '3,519'), (700, '25,213')]",41:214 -"[(16, 'MCCLUNG, MICHAEL R'), (236, 'PORTLAND, OR'), (322, 'OR'), (347, 'MCCLUNG, MICHAEL R'), (514, '6,100'), (568, '4,500'), (615, '735'), (700, '11,335')]",41:221 -"[(16, 'MCCLURE, JOHN M'), (236, 'MOUNT PLEASANT, MI'), (322, 'MI'), (347, 'MCCLURE, JOHN M'), (514, '7,050'), (615, '149'), (703, '7,199')]",41:228 -"[(16, 'MCCONNELL, DORTHA '), (236, 'RIVES JUNCTION, MI'), (322, 'MI'), (347, 'MCCONNELL, DORTHA '), (482, '9,600'), (611, '2,116'), (700, '11,716')]",41:235 -"[(16, 'MCCORMIC, RUPERT J'), (236, 'GREER, SC'), (322, 'SC'), (347, 'MCCORMIC, RUPERT J'), (511, '19,200'), (700, '19,200')]",41:243 -"[(16, 'MCCORMICK PRIES, CHRISTINE '), (236, 'BETTENDORF, IA'), (322, 'IA'), (347, 'MCCORMICK PRIES, CHRISTINE '), (482, '8,981'), (611, '1,529'), (700, '10,511')]",41:250 -"[(16, 'MCCOY, DAVID M'), (236, 'KNOXVILLE, TN'), (322, 'TN'), (347, 'MCCOY, DAVID M'), (514, '9,800'), (615, '942'), (700, '10,742')]",41:257 -"[(16, 'MCCOY, KATHLEEN T'), (236, 'COOKEVILLE, TN'), (322, 'TN'), (347, 'MCCOY, KATHLEEN T'), (479, '15,313'), (611, '5,742'), (700, '21,055')]",41:264 -"[(16, 'MCDANIEL, KENT G'), (236, 'GLEN ALLEN, VA'), (322, 'VA'), (347, 'MCDANIEL, KENT G'), (511, '11,700'), (615, '316'), (700, '12,016')]",41:271 -"[(16, 'MCDERMOTT, MICHAEL T'), (236, 'AURORA, CO'), (322, 'CO'), (347, 'MCDERMOTT, MICHAEL T'), (511, '39,950'), (611, '1,892'), (700, '41,842')]",41:279 -"[(16, 'MCDONALD, MAXWELL C'), (236, 'SHREVEPORT, LA'), (322, 'LA'), (347, 'MCDONALD, MAXWELL C'), (514, '5,213'), (703, '5,213')]",41:286 -"[(16, 'MCELROY, CHRISTOPHER S'), (236, 'EVANS, GA'), (322, 'GA'), (347, 'MCELROY, CHRISTOPHER S'), (514, '2,038'), (703, '2,038')]",41:293 -"[(16, 'MCEVOY, JOSEPH P'), (236, 'BUTNER, NC'), (322, 'NC'), (347, 'MCEVOY, JOSEPH P'), (511, '51,888'), (568, '3,750'), (611, '2,487'), (700, '58,125')]",41:300 -"[(16, 'MCFEELY, MARY E'), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'MCFEELY, MARY E'), (486, '375'), (615, '145'), (707, '520')]",41:307 -"[(16, 'MCGARRITY, MICHAEL S'), (236, 'WILMINGTON, NC'), (322, 'NC'), (347, 'MCGARRITY, MICHAEL S'), (514, '2,531'), (620, '4'), (703, '2,535')]",41:315 -"[(16, 'MCGEENEY, BRIAN E'), (236, 'WEYMOUTH, MA'), (322, 'MA'), (347, 'MCGEENEY, BRIAN E'), (514, '3,000'), (703, '3,000')]",41:322 -"[(16, 'MCGONIGAL, MICHAEL P'), (236, 'BETHEL PARK, PA'), (322, 'PA'), (347, 'MCGONIGAL, MICHAEL P'), (511, '30,075'), (611, '1,579'), (700, '31,654')]",41:329 -"[(16, 'MCGRATH, JANE E'), (16, 'MCGRATH, JANE E'), (236, 'MANCHESTER, NH'), (236, 'MANCHESTER, NH'), (322, 'NH'), (322, 'NH'), (347, 'MCGRATH, JANE E'), (347, 'MCGRATH, JANE E'), (615, '113'), (615, '113'), (707, '113'), (707, '113')]",41:336 -"[(16, 'MCGRATH, MICHAEL J'), (236, 'HOLUALOA, HI'), (322, 'HI'), (347, 'MCGRATH, MICHAEL J'), (511, '39,400'), (611, '1,871'), (700, '41,271')]",41:344 -"[(16, 'MCGREW, FRANK A'), (236, 'GERMANTOWN, TN'), (322, 'TN'), (347, 'MCGREW, FRANK A'), (514, '4,284'), (618, '19'), (703, '4,303')]",41:351 -"[(16, 'MCGUIRE, WILLIAM P'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'MCGUIRE, WILLIAM P'), (568, '1,125'), (703, '1,125')]",41:358 -"[(16, 'MCHUGH, PETER H'), (236, 'WINSTON SALEM, NC'), (322, 'NC'), (347, 'MCHUGH, PETER H'), (518, '450'), (707, '450')]",41:365 -"[(16, 'MCILWAIN, HARRIS H'), (236, 'BRANDON, FL'), (322, 'FL'), (347, 'MCILWAIN, HARRIS H'), (514, '5,400'), (618, '70'), (703, '5,470')]",41:372 -"[(16, 'MCKEE, JERRY '), (236, 'HUNTSVILLE, TX'), (322, 'TX'), (347, 'MCKEE, JERRY '), (518, '600'), (707, '600')]",41:379 -"[(16, 'MCKELVEY, THOMAS G'), (236, 'MOBILE, AL'), (322, 'AL'), (347, 'MCKELVEY, THOMAS G'), (514, '1,150'), (703, '1,150')]",41:387 -"[(16, 'MCKINSEY, JONATHON P'), (236, 'CONCORD, NC'), (322, 'NC'), (347, 'MCKINSEY, JONATHON P'), (511, '19,800'), (611, '2,118'), (700, '21,918')]",41:394 -"[(16, 'MCLAUGHLIN, DOUG J'), (236, 'CLEVELAND, OH'), (322, 'OH'), (347, 'MCLAUGHLIN, DOUG J'), (511, '18,750'), (615, '626'), (700, '19,376')]",41:401 -"[(16, 'MCLELAND, MOLLY '), (236, 'CHILLICOTHE, OH'), (322, 'OH'), (347, 'MCLELAND, MOLLY '), (486, '338'), (618, '18'), (707, '355')]",41:408 -"[(16, 'MCLEOD, CARROLL M'), (236, 'JACKSON, MS'), (322, 'MS'), (347, 'MCLEOD, CARROLL M'), (511, '25,600'), (615, '302'), (700, '25,902')]",41:415 -"[(16, 'MCLUCKIE, ALLEN E'), (236, 'ROANOKE, VA'), (322, 'VA'), (347, 'MCLUCKIE, ALLEN E'), (514, '6,034'), (703, '6,034')]",41:423 -"[(16, 'MCMURRAY, DIANA '), (236, 'MC DONALD, TN'), (322, 'TN'), (347, 'MCMURRAY, DIANA '), (482, '1,988'), (615, '150'), (703, '2,138')]",41:430 -"[(16, 'MCNAMARA, DONNA M'), (236, 'HACKENSACK, NJ'), (322, 'NJ'), (347, 'MCNAMARA, DONNA M'), (514, '1,700'), (703, '1,700')]",41:437 -"[(16, 'MCNAMARA, MICHAEL D'), (236, 'NEWPORT, VT'), (322, 'VT'), (347, 'MCNAMARA, MICHAEL D'), (514, '6,300'), (615, '475'), (703, '6,775')]",41:444 -"[(16, 'MCNAMARA, MICHAEL R'), (236, 'LEWISTON, MI'), (322, 'MI'), (347, 'MCNAMARA, MICHAEL R'), (518, '200'), (618, '79'), (707, '279')]",41:451 -"[(16, 'MCNERNEY, ROBERT E'), (236, 'ARLINGTON, WA'), (322, 'WA'), (347, 'MCNERNEY, ROBERT E'), (482, '2,313'), (615, '776'), (703, '3,088')]",41:459 -"[(16, 'MCNETT, MICHAEL M'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'MCNETT, MICHAEL M'), (514, '2,000'), (568, '2,000'), (615, '319'), (703, '4,319')]",41:466 -"[(16, 'MCQUELLON, RICHARD '), (236, 'WINSTON SALEM, NC'), (322, 'NC'), (347, 'MCQUELLON, RICHARD '), (511, '36,150'), (611, '2,888'), (700, '39,038')]",41:473 -"[(16, 'MCWILLIAMS, GREGORY J'), (236, 'TULSA, OK'), (322, 'OK'), (347, 'MCWILLIAMS, GREGORY J'), (514, '3,484'), (703, '3,484')]",41:480 -"[(16, 'MCWILLIAMS, JAN '), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'MCWILLIAMS, JAN '), (486, '563'), (618, '13'), (707, '576')]",41:487 -"[(16, 'MEACHAM, JAMES E'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'MEACHAM, JAMES E'), (514, '9,738'), (615, '178'), (703, '9,916')]",41:495 -"[(16, 'MEASE, PHILIP J'), (236, 'SEATTLE, WA'), (322, 'WA'), (347, 'MEASE, PHILIP J'), (514, '5,000'), (568, '3,000'), (615, '181'), (703, '8,181')]",41:502 -"[(16, 'MEASOM, MICHAEL O'), (236, 'SALT LAKE CITY, UT'), (322, 'UT'), (347, 'MEASOM, MICHAEL O'), (511, '36,400'), (568, '6,000'), (611, '2,600'), (700, '45,000')]",41:509 -"[(16, 'MED‐GROUP, LLC'), (236, 'CLOSTER, NJ'), (322, 'NJ'), (347, 'ZAIDI, SYED A'), (511, '11,800'), (615, '197'), (700, '11,997')]",41:516 -"[(16, 'MEDI, RAVI '), (236, 'ODESSA, TX'), (322, 'TX'), (347, 'MEDI, RAVI '), (514, '3,050'), (615, '179'), (703, '3,229')]",41:523 -"[(16, 'MEDICAL CARE SPECIALISTS, LTD'), (236, 'SKOKIE, IL'), (322, 'IL'), (347, 'WOLF, ROBERT J'), (511, '15,300'), (611, '1,075'), (700, '16,375')]",41:531 -"[(16, 'MEDICAL CONSULTING ASSOCIATES, PA'), (236, 'NORTH BAY VILLAGE, FL'), (322, 'FL'), (347, 'FURMAN, JOSHUA '), (521, '84'), (710, '84')]",41:538 -"[(16, 'MEDICAL CONSULTING FIRM OF DR. BEN EBRAHIMI'), (236, 'ANAHEIM HILLS, CA'), (322, 'CA'), (347, 'EBRAHIMI, BEHNAM I'), (518, '563'), (707, '563')]",41:545 -"[(16, 'MEDICAL EDUCATION AND CONSULTING'), (236, 'PORTLAND, ME'), (322, 'ME'), (347, 'BABIRAK, STEPHAN P'), (514, '8,281'), (611, '1,120'), (703, '9,401')]",41:552 -"[(16, 'MEDICAL GROUP OF ENCINO'), (236, 'ENCINO, CA'), (322, 'CA'), (347, 'KAYNE, DAVID M'), (514, '3,150'), (618, '27'), (703, '3,177')]",41:559 -"[(16, 'MEDICAL SPECIALTY ASSOCAITES, P.C.'), (236, 'GRAND RAPIDS, MI'), (322, 'MI'), (347, 'PAWL, LAWRENCE E'), (514, '5,300'), (615, '149'), (703, '5,449')]",41:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 41 of 71')]",41:591 -"[(347, 'Lilly Faculty Registry')]",42:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",42:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",42:63 -"[(558, '(All amounts in US Dollars)')]",42:70 -"[(499, 'Healthcare ')]",42:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",42:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",42:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",42:88 -"[(500, 'Education '), (583, 'Related Expenses')]",42:92 -"[(467, 'Programs'), (532, 'Education Programs')]",42:95 -"[(501, 'Programs')]",42:99 -"[(16, 'MEDICAL WAY & CONSULTING, INC.'), (236, 'WEST PALM BEACH, FL'), (322, 'FL'), (347, 'BOSTROM, SAMANTHA N'), (511, '35,700'), (611, '5,286'), (700, '40,986')]",42:106 -"[(16, 'MEDINA, JAMIE L'), (236, 'ARTESIA, CA'), (322, 'CA'), (347, 'MEDINA, JAMIE L'), (482, '5,175'), (611, '1,650'), (703, '6,825')]",42:113 -"[(16, 'MEEHAN, RENEE M'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'MEEHAN, RENEE M'), (482, '7,488'), (568, '5,440'), (615, '315'), (700, '13,243')]",42:120 -"[(16, 'MEEK, BRAD L'), (236, 'BATON ROUGE, LA'), (322, 'LA'), (347, 'MEEK, BRAD L'), (514, '3,888'), (615, '550'), (703, '4,438')]",42:127 -"[(16, 'MEEKER, MARK A'), (236, 'GALESBURG, IL'), (322, 'IL'), (347, 'MEEKER, MARK A'), (514, '9,000'), (568, '3,250'), (615, '647'), (700, '12,897')]",42:135 -"[(16, 'MEGO, CARLOS D'), (236, 'MCALLEN, TX'), (322, 'TX'), (347, 'MEGO, CARLOS D'), (514, '2,634'), (703, '2,634')]",42:142 -"[(16, 'MEHRA, VIKRAM '), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'MEHRA, VIKRAM '), (511, '13,050'), (611, '1,106'), (700, '14,156')]",42:149 -"[(16, 'MEHTA, ADI E'), (236, 'CLEVELAND, OH'), (322, 'OH'), (347, 'MEHTA, ADI E'), (514, '8,213'), (615, '187'), (703, '8,399')]",42:156 -"[(16, 'MEHTA, JAWAHAR L'), (236, 'LITTLE ROCK, AR'), (322, 'AR'), (347, 'MEHTA, JAWAHAR L'), (521, '84'), (710, '84')]",42:163 -"[(16, 'MEHTA, PALLAV K'), (236, 'WILLOW GROVE, PA'), (322, 'PA'), (347, 'MEHTA, PALLAV K'), (518, '450'), (707, '450')]",42:171 -"[(16, 'MEHTA, VIVEK '), (236, 'TYLER, TX'), (322, 'TX'), (347, 'MEHTA, VIVEK '), (511, '29,750'), (700, '29,750')]",42:178 -"[(16, 'MEHTANI, JANAK K'), (236, 'SACRAMENTO, CA'), (322, 'CA'), (347, 'MEHTANI, JANAK K'), (511, '32,700'), (568, '3,000'), (700, '35,700')]",42:185 -"[(16, 'MEISEL, DEBORAH G'), (236, 'PROVIDENCE, RI'), (322, 'RI'), (347, 'MEISEL, DEBORAH G'), (514, '3,075'), (703, '3,075')]",42:192 -"[(16, 'MEJIA RIVERA, LUIS C'), (236, 'CAGUAS, PR'), (322, 'PR'), (347, 'MEJIA RIVERA, LUIS C'), (511, '24,000'), (611, '1,456'), (700, '25,456')]",42:199 -"[(16, 'MEKHAIL, TAREK M'), (236, 'ALTAMONTE SPRINGS, FL'), (322, 'FL'), (347, 'MEKHAIL, TAREK M'), (511, '13,200'), (615, '889'), (700, '14,089')]",42:207 -"[(16, 'MELLER, JOSE '), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'MELLER, JOSE '), (518, '450'), (707, '450')]",42:214 -"[(16, 'MELLMAN, MICHAEL J'), (236, 'BOYNTON BEACH, FL'), (322, 'FL'), (347, 'MELLMAN, MICHAEL J'), (514, '2,531'), (703, '2,531')]",42:221 -"[(16, 'MELVIN, J ALLEN A'), (236, 'CHARLOTTE, NC'), (322, 'NC'), (347, 'MELVIN, J ALLEN A'), (511, '30,500'), (611, '1,913'), (700, '32,413')]",42:228 -"[(16, 'MELVIN, STEPHEN '), (236, 'PANAMA CITY, FL'), (322, 'FL'), (347, 'MELVIN, STEPHEN '), (514, '1,181'), (615, '197'), (703, '1,378')]",42:235 -"[(16, 'MENDEZ DE GUZMAN, RENIER J'), (236, 'BAYAMON, PR'), (322, 'PR'), (347, 'MENDEZ DE GUZMAN, RENIER J'), (514, '1,500'), (703, '1,500')]",42:243 -"[(16, 'MENDEZ, ALEJANDRO '), (236, 'JACKSON HEIGHTS, NY'), (322, 'NY'), (347, 'MENDEZ, ALEJANDRO '), (482, '6,113'), (611, '1,003'), (703, '7,116')]",42:250 -"[(16, 'MENDEZ, MIRIAN '), (236, 'ELGIN, IL'), (322, 'IL'), (347, 'MENDEZ, MIRIAN '), (482, '2,763'), (615, '258'), (703, '3,020')]",42:257 -"[(16, 'MENDIRATTA, PRATEEK '), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'MENDIRATTA, PRATEEK '), (514, '4,963'), (703, '4,963')]",42:264 -"[(16, 'MENEGHINI, LUIGI F'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'MENEGHINI, LUIGI F'), (518, '506'), (707, '506')]",42:271 -"[(16, 'MENNE, DEBBIE '), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'MENNE, DEBBIE '), (479, '19,813'), (611, '3,612'), (700, '23,425')]",42:279 -"[(16, 'MARUCA, JOSEPH J'), (236, 'GRAND JUNCTION, CO'), (322, 'CO'), (347, 'MARUCA, JOSEPH J'), (514, '1,500'), (703, '1,500')]",40:379 -"[(16, 'MARUVADA, UMAMAHESWA R'), (236, 'CORPUS CHRISTI, TX'), (322, 'TX'), (347, 'MARUVADA, UMAMAHESWA R'), (514, '1,275'), (703, '1,275')]",40:387 -"[(16, 'MARVIN, REBECCA L'), (236, 'WOODSTOCK, IL'), (322, 'IL'), (347, 'MARVIN, REBECCA L'), (482, '7,800'), (615, '754'), (703, '8,554')]",40:394 -"[(16, 'MARWAH, ONKARJIT S'), (236, 'GLENDALE, CA'), (322, 'CA'), (347, 'MARWAH, ONKARJIT S'), (514, '2,634'), (703, '2,634')]",40:401 -"[(16, 'MARWAH, RAJENDRA K'), (236, 'EL PASO, TX'), (322, 'TX'), (347, 'MARWAH, RAJENDRA K'), (511, '34,700'), (611, '3,131'), (700, '37,831')]",40:408 -"[(16, 'MARY PAT ROY MD, LLC'), (236, 'NORTHAMPTON, MA'), (322, 'MA'), (347, 'ROY, MARY P'), (511, '15,913'), (611, '2,107'), (700, '18,020')]",40:415 -"[(16, 'MARYNIUK, MELINDA D'), (236, 'BOSTON, MA'), (322, 'MA'), (347, 'MARYNIUK, MELINDA D'), (568, '5,688'), (615, '116'), (703, '5,803')]",40:423 -"[(16, 'MARYON, THOMAS '), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'MARYON, THOMAS '), (615, '127'), (707, '127')]",40:430 -"[(16, 'MASAND, PRAKASH S'), (236, 'CARY, NC'), (322, 'NC'), (347, 'MASAND, PRAKASH S'), (511, '33,225'), (611, '3,317'), (700, '36,542')]",40:437 -"[(16, 'MASON, DEBBIE '), (236, 'MIDLAND, TX'), (322, 'TX'), (347, 'MASON, DEBBIE '), (482, '2,213'), (618, '52'), (703, '2,265')]",40:444 -"[(16, 'MASON, OREN W'), (236, 'GRAND RAPIDS, MI'), (322, 'MI'), (347, 'MASON, OREN W'), (511, '36,100'), (568, '8,000'), (611, '4,378'), (700, '48,478')]",40:451 -"[(16, 'MASRI, MOHAMMAD T'), (236, 'WATERLOO, IA'), (322, 'IA'), (347, 'MASRI, MOHAMMAD T'), (568, '1,875'), (703, '1,875')]",40:459 -"[(16, 'MASSEY, JOHN R'), (236, 'LINCOLN, NE'), (322, 'NE'), (347, 'MASSEY, JOHN R'), (514, '3,000'), (703, '3,000')]",40:466 -"[(16, 'MASUD, FAISAL N'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'MASUD, FAISAL N'), (511, '21,875'), (611, '1,902'), (700, '23,777')]",40:473 -"[(16, 'MASYS, NANCY '), (236, 'LAWRENCE, MA'), (322, 'MA'), (347, 'MASYS, NANCY '), (486, '975'), (615, '145'), (703, '1,120')]",40:480 -"[(16, 'MATA, CRISTINA M'), (236, 'FORT LAUDERDALE, FL'), (322, 'FL'), (347, 'MATA, CRISTINA M'), (514, '2,469'), (615, '106'), (703, '2,575')]",40:487 -"[(16, 'MATAR, FADI A'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'MATAR, FADI A'), (514, '1,100'), (703, '1,100')]",40:495 -"[(16, 'MATHEW, STANLEY '), (236, 'O FALLON, MO'), (322, 'MO'), (347, 'MATHEW, STANLEY '), (514, '4,006'), (703, '4,006')]",40:502 -"[(16, 'MATHEW, TOM C'), (236, 'ILION, NY'), (322, 'NY'), (347, 'MATHEW, TOM C'), (514, '9,284'), (615, '207'), (703, '9,491')]",40:509 -"[(16, 'MATHUR, GARIMA '), (236, 'EL PASO, TX'), (322, 'TX'), (347, 'MATHUR, GARIMA '), (486, '938'), (615, '145'), (703, '1,082')]",40:516 -"[(16, 'MATHUR, PRADEEP '), (236, 'BOARDMAN, OH'), (322, 'OH'), (347, 'MATHUR, PRADEEP '), (514, '7,200'), (615, '274'), (703, '7,474')]",40:523 -"[(16, 'MATNEY, STEPHEN L'), (236, 'GREENFIELD, IN'), (322, 'IN'), (347, 'MATNEY, STEPHEN L'), (514, '3,300'), (703, '3,300')]",40:531 -"[(16, 'MATTHEW A. BERGER, M.D., P.C.'), (236, 'MOOSIC, PA'), (322, 'PA'), (347, 'BERGER, MATTHEW A'), (511, '27,150'), (572, '750'), (611, '1,271'), (700, '29,171')]",40:538 -"[(16, 'MATTHEWS, VICTOR W'), (236, 'OCOEE, FL'), (322, 'FL'), (347, 'MATTHEWS, VICTOR W'), (514, '2,363'), (703, '2,363')]",40:545 -"[(16, 'MATWIJIW, IGOR E'), (236, 'TEXARKANA, TX'), (322, 'TX'), (347, 'MATWIJIW, IGOR E'), (514, '7,600'), (703, '7,600')]",40:552 -"[(16, 'MAXWELL, PAMELA R'), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'MAXWELL, PAMELA R'), (568, '1,453'), (615, '111'), (703, '1,564')]",40:559 -"[(16, 'MAYBEE, JANUS L'), (236, 'ROSEBURG, OR'), (322, 'OR'), (347, 'MAYBEE, JANUS L'), (518, '225'), (707, '225')]",40:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 40 of 71')]",40:591 -"[(347, 'Lilly Faculty Registry')]",41:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",41:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",41:63 -"[(558, '(All amounts in US Dollars)')]",41:70 -"[(499, 'Healthcare ')]",41:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",41:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",41:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",41:88 -"[(500, 'Education '), (583, 'Related Expenses')]",41:92 -"[(467, 'Programs'), (532, 'Education Programs')]",41:95 -"[(501, 'Programs')]",41:99 -"[(16, 'MAYER, THOMAS A'), (236, 'BANNOCKBURN, IL'), (322, 'IL'), (347, 'MAYER, THOMAS A'), (514, '9,984'), (618, '26'), (700, '10,010')]",41:106 -"[(16, 'MAYHAUS, DAVID C'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'MAYHAUS, DAVID C'), (572, '969'), (615, '133'), (703, '1,102')]",41:113 -"[(16, 'MAYO, KAREN B'), (236, 'SEWICKLEY, PA'), (322, 'PA'), (347, 'MAYO, KAREN B'), (482, '7,031'), (615, '534'), (703, '7,565')]",41:120 -"[(16, 'MCAFEE, ROBERT K'), (236, 'YUBA CITY, CA'), (322, 'CA'), (347, 'MCAFEE, ROBERT K'), (514, '1,688'), (618, '19'), (703, '1,707')]",41:127 -"[(16, 'MCALLISTER, PETER J'), (236, 'MILFORD, CT'), (322, 'CT'), (347, 'MCALLISTER, PETER J'), (511, '35,250'), (568, '1,500'), (611, '1,948'), (700, '38,698')]",41:135 -"[(16, 'MCAULEY, ROBERT A'), (236, 'ROSEVILLE, CA'), (322, 'CA'), (347, 'MCAULEY, ROBERT A'), (514, '3,050'), (618, '15'), (703, '3,065')]",41:142 -"[(16, 'MCBATH, GRETE C'), (236, 'CORPUS CHRISTI, TX'), (322, 'TX'), (347, 'MCBATH, GRETE C'), (479, '11,888'), (615, '476'), (700, '12,363')]",41:149 -"[(16, 'MANDEL, PETER C'), (236, 'MONROE TOWNSHIP, NJ'), (322, 'NJ'), (347, 'MANDEL, PETER C'), (514, '1,625'), (703, '1,625')]",39:408 -"[(16, 'MANGU, PADMA N'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'MANGU, PADMA N'), (514, '3,225'), (618, '35'), (703, '3,260')]",39:415 -"[(16, 'MANI MEDICAL P.C.'), (236, 'HOLLIS, NY'), (322, 'NY'), (347, 'USHYAROV, MANI '), (518, '556'), (618, '11'), (707, '568')]",39:423 -"[(16, 'MANJARREZ, LINDA '), (236, 'PEABODY, MA'), (322, 'MA'), (347, 'MANJARREZ, LINDA '), (514, '2,400'), (615, '101'), (703, '2,501')]",39:430 -"[(16, 'MANN, JODI '), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'MANN, JODI '), (514, '2,800'), (615, '105'), (703, '2,905')]",39:437 -"[(16, 'MANNING FAMILY CARE, LLC'), (236, 'KANSAS CITY, MO'), (322, 'MO'), (347, 'MANNING, DEBORAH J'), (511, '27,650'), (611, '2,260'), (700, '29,910')]",39:444 -"[(16, 'MANNING, JAMES S'), (236, 'GREENSBORO, NC'), (322, 'NC'), (347, 'MANNING, JAMES S'), (511, '37,000'), (568, '8,500'), (611, '1,871'), (700, '47,371')]",39:451 -"[(16, 'MANNINO, SALVATORE F'), (236, 'WOODSTOCK, GA'), (322, 'GA'), (347, 'MANNINO, SALVATORE F'), (511, '20,984'), (611, '1,246'), (700, '22,231')]",39:459 -"[(16, 'MANOHAR, VELANDY '), (236, 'MIDDLETOWN, CT'), (322, 'CT'), (347, 'MANOHAR, VELANDY '), (514, '2,700'), (615, '193'), (703, '2,893')]",39:466 -"[(16, 'MANOJ V. WAIKAR, MD'), (236, 'LOS GATOS, CA'), (322, 'CA'), (347, 'WAIKAR, MANOJ V'), (511, '49,500'), (611, '7,657'), (700, '57,157')]",39:473 -"[(16, 'MANOLES, MICHAEL J'), (236, 'EDINA, MN'), (322, 'MN'), (347, 'MANOLES, MICHAEL J'), (518, '934'), (707, '934')]",39:480 -"[(16, 'MANON‐ESPAILLAT, RAMON '), (236, 'TURNERSVILLE, NJ'), (322, 'NJ'), (347, 'MANON‐ESPAILLAT, RAMON '), (514, '8,700'), (703, '8,700')]",39:487 -"[(16, 'MANSHADI, RAMIN '), (236, 'STOCKTON, CA'), (322, 'CA'), (347, 'MANSHADI, RAMIN '), (511, '13,834'), (572, '550'), (615, '441'), (700, '14,826')]",39:495 -"[(16, 'MANU, PETER '), (236, 'GLEN OAKS, NY'), (322, 'NY'), (347, 'MANU, PETER '), (511, '16,500'), (615, '808'), (700, '17,308')]",39:502 -"[(16, 'MANUDHANE, PRADEEP K'), (236, 'CANTON, OH'), (322, 'OH'), (347, 'MANUDHANE, PRADEEP K'), (511, '15,550'), (615, '955'), (700, '16,505')]",39:509 -"[(16, 'MAO, ALICE R'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'MAO, ALICE R'), (511, '22,850'), (568, '3,000'), (611, '1,672'), (700, '27,522')]",39:516 -"[(16, 'MARC GOLDBERG, MD, MEDICAL CONSULTING, INC.'), (236, 'CLIFTON, NJ'), (322, 'NJ'), (347, 'GOLDBERG, MARC A'), (511, '25,925'), (611, '1,818'), (700, '27,743')]",39:523 -"[(16, 'MARCANO‐VASQUEZ, HEYNELDA '), (236, 'BRONX, NY'), (322, 'NY'), (347, 'MARCANO‐VASQUEZ, HEYNELDA '), (482, '1,313'), (703, '1,313')]",39:531 -"[(16, 'MARCEAU, ANGELA '), (236, 'NAPLES, FL'), (322, 'FL'), (347, 'MARCEAU, ANGELA '), (482, '2,981'), (615, '206'), (703, '3,187')]",39:538 -"[(16, 'MARCINO, SARA L'), (236, 'CHARLESTON, SC'), (322, 'SC'), (347, 'MARCINO, SARA L'), (514, '6,200'), (703, '6,200')]",39:545 -"[(16, 'MARCUM, MICHAEL M'), (236, 'OGDEN, UT'), (322, 'UT'), (347, 'MARCUM, MICHAEL M'), (511, '31,250'), (611, '2,157'), (700, '33,407')]",39:552 -"[(16, 'MARCUS, ROBERT A'), (236, 'SANTA FE, NM'), (322, 'NM'), (347, 'MARCUS, ROBERT A'), (511, '37,100'), (566, '14,750'), (611, '2,760'), (700, '54,610')]",39:559 -"[(16, 'MARESCA, WARREN L'), (236, 'WAYNE, NJ'), (322, 'NJ'), (347, 'MARESCA, WARREN L'), (514, '3,484'), (703, '3,484')]",39:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 39 of 71')]",39:591 -"[(347, 'Lilly Faculty Registry')]",40:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",40:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",40:63 -"[(558, '(All amounts in US Dollars)')]",40:70 -"[(499, 'Healthcare ')]",40:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",40:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",40:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",40:88 -"[(500, 'Education '), (583, 'Related Expenses')]",40:92 -"[(467, 'Programs'), (532, 'Education Programs')]",40:95 -"[(501, 'Programs')]",40:99 -"[(16, 'MARGOLIS ENTERPRISES INC.'), (236, 'CORAL GABLES, FL'), (322, 'FL'), (347, 'MARGOLIS, JAMES R'), (514, '1,184'), (703, '1,184')]",40:106 -"[(16, 'MARIANA MARTINASEVIC, MD PA'), (236, 'FORT LAUDERDALE, FL'), (322, 'FL'), (347, 'MARTINASEVIC, MARIANA K'), (514, '7,200'), (615, '470'), (703, '7,670')]",40:113 -"[(16, 'MARICIC, MICHAEL J'), (236, 'TUCSON, AZ'), (322, 'AZ'), (347, 'MARICIC, MICHAEL J'), (511, '37,475'), (611, '2,242'), (700, '39,717')]",40:120 -"[(16, 'MARK E. REYNOLDS M.D. INC.'), (236, 'BELLBROOK, OH'), (322, 'OH'), (347, 'REYNOLDS, MARK E'), (511, '11,850'), (568, '3,000'), (611, '2,072'), (700, '16,922')]",40:127 -"[(16, 'MARK J. GODAT, MD PA'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'GODAT, MARK J'), (514, '3,775'), (615, '158'), (703, '3,933')]",40:135 -"[(16, 'MARK J. SONTAG, MD'), (236, 'REDWOOD CITY, CA'), (322, 'CA'), (347, 'SONTAG, MARK J'), (618, '27'), (710, '27')]",40:142 -"[(16, 'MARK MAGULAC M.D. A PROF CORP'), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'MAGULAC, MARK L'), (511, '25,800'), (615, '395'), (700, '26,195')]",40:149 -"[(16, 'MARK O. CARLSON, MD'), (236, 'SIOUX CITY, IA'), (322, 'IA'), (347, 'CARLSON, MARK O'), (514, '1,500'), (621, '5'), (703, '1,505')]",40:156 -"[(16, 'MARK P. MILLER, M.D., INC.'), (236, 'ANAHEIM, CA'), (322, 'CA'), (347, 'MILLER, MARK P'), (514, '4,484'), (615, '264'), (703, '4,749')]",40:163 -"[(16, 'MARK R. OGLE, M.D.'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'OGLE, MARK R'), (511, '16,750'), (615, '657'), (700, '17,407')]",40:171 -"[(16, 'MARKMAN, MAURIE '), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'MARKMAN, MAURIE '), (511, '19,500'), (611, '2,888'), (700, '22,388')]",40:178 -"[(16, 'MARKS, DAVID M'), (236, 'DURHAM, NC'), (322, 'NC'), (347, 'MARKS, DAVID M'), (511, '37,500'), (615, '991'), (700, '38,491')]",40:185 -"[(16, 'MARLA C. DUBINSKY, MD CORP'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'DUBINSKY, MARLA C'), (568, '2,500'), (615, '112'), (703, '2,612')]",40:192 -"[(16, 'MARMUR, JONATHAN D'), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'MARMUR, JONATHAN D'), (514, '1,434'), (703, '1,434')]",40:199 -"[(16, 'MARRALE, JONETE C'), (236, 'ORCHARD PARK, NY'), (322, 'NY'), (347, 'MARRALE, JONETE C'), (482, '2,513'), (618, '87'), (703, '2,600')]",40:207 -"[(16, 'MARROQUIN, GERARD A'), (236, 'WACO, TX'), (322, 'TX'), (347, 'MARROQUIN, GERARD A'), (514, '3,450'), (703, '3,450')]",40:214 -"[(16, 'MARSHALL, JEFF J'), (236, 'CUMMING, GA'), (322, 'GA'), (347, 'MARSHALL, JEFF J'), (518, '450'), (707, '450')]",40:221 -"[(16, 'MARTENS, JOHN P'), (236, 'LAKEWOOD, CO'), (322, 'CO'), (347, 'MARTENS, JOHN P'), (514, '3,700'), (615, '188'), (703, '3,888')]",40:228 -"[(16, 'MARTIN C. PALMER MD INC, A PROFESSIONAL CORPORATION'), (236, 'LAKE SHERWOOD, CA'), (322, 'CA'), (347, 'PALMER, MARTIN C'), (514, '2,650'), (618, '66'), (703, '2,716')]",40:235 -"[(16, 'MARTIN L. CHARLAT, MD, INC.'), (236, 'ENCINITAS, CA'), (322, 'CA'), (347, 'CHARLAT, MARTIN L'), (511, '11,859'), (618, '18'), (700, '11,877')]",40:243 -"[(16, 'MARTIN L. MANDEL, MD'), (236, 'WILLOUGHBY, OH'), (322, 'OH'), (347, 'MANDEL, MARTIN L'), (518, '281'), (707, '281')]",40:250 -"[(16, 'MARTIN, BARBARA H'), (236, 'CHARLOTTESVILLE, VA'), (322, 'VA'), (347, 'MARTIN, BARBARA H'), (482, '1,031'), (703, '1,031')]",40:257 -"[(16, 'MARTIN, CATHERINE '), (236, 'PORT HURON, MI'), (322, 'MI'), (347, 'MARTIN, CATHERINE '), (518, '181'), (707, '181')]",40:264 -"[(16, 'MARTIN, CHRISTOPHER G'), (236, 'AMHERST, NY'), (322, 'NY'), (347, 'MARTIN, CHRISTOPHER G'), (514, '6,000'), (618, '83'), (703, '6,083')]",40:271 -"[(16, 'MARTIN, EVA M'), (236, 'SARASOTA, FL'), (322, 'FL'), (347, 'MARTIN, EVA M'), (482, '1,594'), (618, '47'), (703, '1,640')]",40:279 -"[(16, 'MARTIN, LYDA '), (236, 'SANTA BARBARA, CA'), (322, 'CA'), (347, 'MARTIN, LYDA '), (482, '2,813'), (618, '61'), (703, '2,874')]",40:286 -"[(16, 'MARTIN, PAUL A'), (236, 'DAYTON, OH'), (322, 'OH'), (347, 'MARTIN, PAUL A'), (514, '9,300'), (615, '483'), (703, '9,783')]",40:293 -"[(16, 'MARTIN, PAULA '), (236, 'COLTON, CA'), (322, 'CA'), (347, 'MARTIN, PAULA '), (482, '1,013'), (703, '1,013')]",40:300 -"[(16, 'MARTIN, STEVEN L'), (236, 'LINCOLN, NE'), (322, 'NE'), (347, 'MARTIN, STEVEN L'), (514, '3,484'), (703, '3,484')]",40:307 -"[(16, 'MARTINEZ RIVERA, CARLOS M'), (236, 'MAYAGUEZ, PR'), (322, 'PR'), (347, 'MARTINEZ RIVERA, CARLOS M'), (514, '5,756'), (618, '40'), (703, '5,796')]",40:315 -"[(16, 'MARTINEZ, DEOGRACIAS R'), (236, 'MORENO VALLEY, CA'), (322, 'CA'), (347, 'MARTINEZ, DEOGRACIAS R'), (514, '2,438'), (615, '358'), (703, '2,795')]",40:322 -"[(16, 'MARTINEZ, JUVENAL E'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'MARTINEZ, JUVENAL E'), (511, '18,400'), (615, '389'), (700, '18,789')]",40:329 -"[(16, 'MARTINEZ, MIRIAN E'), (16, 'MARTINEZ, MIRIAN E'), (236, 'MODESTO, CA'), (236, 'MODESTO, CA'), (322, 'CA'), (322, 'CA'), (347, 'MARTINEZ, MIRIAN E'), (347, 'MARTINEZ, MIRIAN E'), (482, '9,563'), (482, '9,563'), (615, '664'), (615, '664'), (700, '10,227'), (700, '10,227')]",40:336 -"[(16, 'MARTINEZ, RAMON O'), (236, 'ORLANDO, FL'), (322, 'FL'), (347, 'MARTINEZ, RAMON O'), (514, '5,550'), (615, '251'), (703, '5,801')]",40:344 -"[(16, 'MARTINEZ‐RIO, MANUEL A'), (236, 'AVENTURA, FL'), (322, 'FL'), (347, 'MARTINEZ‐RIO, MANUEL A'), (568, '1,875'), (618, '30'), (703, '1,905')]",40:351 -"[(16, 'MARTINS, RENATO '), (236, 'SEATTLE, WA'), (322, 'WA'), (347, 'MARTINS, RENATO '), (568, '4,700'), (615, '370'), (703, '5,070')]",40:358 -"[(16, 'MARTYAK, THOMAS E'), (236, 'FREDERICKSBURG, VA'), (322, 'VA'), (347, 'MARTYAK, THOMAS E'), (511, '21,684'), (611, '1,040'), (700, '22,724')]",40:365 -"[(16, 'MARTZ, DEBORAH '), (236, 'LAS VEGAS, NV'), (322, 'NV'), (347, 'MARTZ, DEBORAH '), (486, '900'), (707, '900')]",40:372 -"[(16, 'LUCCI, CHRISTOPHER P'), (236, 'ROCKPORT, TX'), (322, 'TX'), (347, 'LUCCI, CHRISTOPHER P'), (514, '1,188'), (618, '51'), (703, '1,238')]",38:473 -"[(16, 'LUCINDA BATEMAN, MD PC'), (236, 'SALT LAKE CITY, UT'), (322, 'UT'), (347, 'BATEMAN, LUCINDA '), (514, '1,500'), (615, '206'), (703, '1,706')]",38:480 -"[(16, 'LUGO GUTIERREZ, FABIO H'), (236, 'COTO LAUREL, PR'), (322, 'PR'), (347, 'LUGO GUTIERREZ, FABIO H'), (514, '1,800'), (703, '1,800')]",38:487 -"[(16, 'LUI, HENRY K'), (236, 'JACKSON, TN'), (322, 'TN'), (347, 'LUI, HENRY K'), (514, '4,484'), (618, '49'), (703, '4,533')]",38:495 -"[(16, 'LUI, SHEUNG B'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'LUI, SHEUNG B'), (518, '556'), (707, '556')]",38:502 -"[(16, 'LUIS QUINTERO M.D. PA'), (236, 'CORAL GABLES, FL'), (322, 'FL'), (347, 'QUINTERO, LUIS C'), (514, '4,725'), (703, '4,725')]",38:509 -"[(16, 'LUNDY, SONIA R'), (236, 'ASTORIA, NY'), (322, 'NY'), (347, 'LUNDY, SONIA R'), (486, '113'), (707, '113')]",38:516 -"[(16, 'LUSSKY, DONALD H'), (236, 'ELMHURST, IL'), (322, 'IL'), (347, 'LUSSKY, DONALD H'), (511, '23,850'), (700, '23,850')]",38:523 -"[(16, 'LUTHER, CYNTHIA '), (236, 'MERIDIAN, MS'), (322, 'MS'), (347, 'LUTHER, CYNTHIA '), (482, '1,913'), (615, '632'), (703, '2,544')]",38:531 -"[(16, 'LYERLY, WALKER '), (236, 'ROCKVILLE, MD'), (322, 'MD'), (347, 'LYERLY, WALKER '), (514, '5,000'), (615, '389'), (703, '5,389')]",38:538 -"[(16, 'LYFORD, JOANNE '), (236, 'PORTLAND, OR'), (322, 'OR'), (347, 'LYFORD, JOANNE '), (482, '1,313'), (618, '22'), (703, '1,334')]",38:545 -"[(16, 'LYLES & CRAWFORD CONSULTING'), (236, 'ROSWELL, GA'), (322, 'GA'), (347, 'LYLES, MICHAEL R'), (511, '43,650'), (611, '2,224'), (700, '45,874')]",38:552 -"[(16, 'LYNCH, ALAN J'), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'LYNCH, ALAN J'), (511, '41,025'), (611, '3,500'), (700, '44,525')]",38:559 -"[(16, 'M & E ZENNI INC.'), (236, 'PONTE VEDRA, FL'), (322, 'FL'), (347, 'ZENNI, MARTIN M'), (511, '40,234'), (568, '1,100'), (611, '4,880'), (700, '46,214')]",38:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 38 of 71')]",38:591 -"[(347, 'Lilly Faculty Registry')]",39:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",39:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",39:63 -"[(558, '(All amounts in US Dollars)')]",39:70 -"[(499, 'Healthcare ')]",39:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",39:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",39:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",39:88 -"[(500, 'Education '), (583, 'Related Expenses')]",39:92 -"[(467, 'Programs'), (532, 'Education Programs')]",39:95 -"[(501, 'Programs')]",39:99 -"[(16, 'M. CHRISTOPHER GRIFFITH, M.D.'), (236, 'STOCKBRIDGE, GA'), (322, 'GA'), (347, 'GRIFFITH, MARCUS C'), (511, '11,800'), (615, '194'), (700, '11,994')]",39:106 -"[(16, 'M.C.L.A. PSYCHIATRIC MEDICAL GROUP'), (236, 'GLENDALE, CA'), (322, 'CA'), (347, 'ALEXANIAN, LUKAS '), (511, '24,300'), (615, '215'), (700, '24,515')]",39:113 -"[(16, 'MAASS, ADAM J'), (236, 'ROGERS, AR'), (322, 'AR'), (347, 'MAASS, ADAM J'), (511, '15,369'), (615, '670'), (700, '16,039')]",39:120 -"[(16, 'MAC, DALJIT S'), (236, 'AGOURA HILLS, CA'), (322, 'CA'), (347, 'MAC, DALJIT S'), (514, '3,700'), (615, '339'), (703, '4,039')]",39:127 -"[(16, 'MACDONALD, KAIMANA S'), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'MACDONALD, KAIMANA S'), (511, '42,500'), (700, '42,500')]",39:135 -"[(16, 'MACEIRS, ERIKA '), (236, 'ALBANY, NY'), (322, 'NY'), (347, 'MACEIRS, ERIKA '), (568, '1,453'), (618, '68'), (703, '1,521')]",39:142 -"[(16, 'MACHECA, MARY K'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'MACHECA, MARY K'), (482, '2,513'), (618, '35'), (703, '2,548')]",39:149 -"[(16, 'MACI'), (236, 'OMAHA, NE'), (322, 'NE'), (347, 'CHANLATTE, JACQUELINE O'), (511, '13,000'), (615, '116'), (700, '13,116')]",39:156 -"[(16, 'MACK MEDICAL ASSOCIATES, INC'), (236, 'FLORA, MS'), (322, 'MS'), (347, 'MACK, JIM '), (514, '6,750'), (703, '6,750')]",39:163 -"[(16, 'MACK, WILLIAM P'), (236, 'TOPEKA, KS'), (322, 'KS'), (347, 'MACK, WILLIAM P'), (514, '1,275'), (615, '143'), (703, '1,418')]",39:171 -"[(16, 'MACKINNON MEDICAL CENTER, PLLC.'), (236, 'BENSON, NC'), (322, 'NC'), (347, 'MACKINNON, CHRISTOPHER J'), (511, '23,450'), (611, '3,086'), (700, '26,536')]",39:178 -"[(16, 'MADONNA DECHRISTOPHER INC.'), (236, 'HAMILTON, OH'), (322, 'OH'), (347, 'DECHRISTOPHER, MADONNA '), (482, '7,106'), (615, '539'), (703, '7,646')]",39:185 -"[(16, 'MADRID, JENNY '), (236, 'LAKEWOOD, CO'), (322, 'CO'), (347, 'MADRID, JENNY '), (486, '525'), (707, '525')]",39:192 -"[(16, 'MAGID, MIKHAIL '), (236, 'BRIDGEPORT, CT'), (322, 'CT'), (347, 'MAGID, MIKHAIL '), (514, '2,950'), (615, '187'), (703, '3,137')]",39:199 -"[(16, 'MAGNIN, ALBERT '), (236, 'HOPEWELL, VA'), (322, 'VA'), (347, 'MAGNIN, ALBERT '), (514, '1,300'), (618, '34'), (703, '1,334')]",39:207 -"[(16, 'MAGNOTTI, MICHAEL A'), (236, 'CLIFTON, NJ'), (322, 'NJ'), (347, 'MAGNOTTI, MICHAEL A'), (514, '2,531'), (703, '2,531')]",39:214 -"[(16, 'MAGUIRE, GERALD A'), (236, 'IRVINE, CA'), (322, 'CA'), (347, 'MAGUIRE, GERALD A'), (611, '1,331'), (703, '1,331')]",39:221 -"[(16, 'MAHAN, TIMOTHY B'), (236, 'SMITHTOWN, NY'), (322, 'NY'), (347, 'MAHAN, TIMOTHY B'), (486, '113'), (618, '50'), (707, '162')]",39:228 -"[(16, 'MAHER, LEO M'), (236, 'HONOLULU, HI'), (322, 'HI'), (347, 'MAHER, LEO M'), (514, '7,500'), (703, '7,500')]",39:235 -"[(16, 'MAHLAB, RON D'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'MAHLAB, RON D'), (514, '6,600'), (615, '120'), (703, '6,720')]",39:243 -"[(16, 'MAHMOOD, MUBASHIR '), (236, 'MORRISTOWN, TN'), (322, 'TN'), (347, 'MAHMOOD, MUBASHIR '), (514, '2,531'), (615, '937'), (703, '3,468')]",39:250 -"[(16, 'MAHYAR PARVIN, P.C DOING BUSINESS AS FAMILY BEHAVIORAL HEALTH'), (236, 'PLAINFIELD, IL'), (322, 'IL'), (347, 'PARVIN, MAHYAR '), (511, '12,750'), (568, '1,250'), (615, '252'), (700, '14,252')]",39:257 -"[(16, 'MAILLOUX, KATHY '), (236, 'HUTCHINSON, KS'), (322, 'KS'), (347, 'MAILLOUX, KATHY '), (486, '188'), (707, '188')]",39:264 -"[(16, 'MAKAM, PRAKASH P'), (236, 'MUNSTER, IN'), (322, 'IN'), (347, 'MAKAM, PRAKASH P'), (514, '6,884'), (703, '6,884')]",39:271 -"[(16, 'MAKKAR, RAJ R'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'MAKKAR, RAJ R'), (511, '16,959'), (611, '1,179'), (700, '18,139')]",39:279 -"[(16, 'MAKONI, STEPHEN N'), (236, 'MINOT, ND'), (322, 'ND'), (347, 'MAKONI, STEPHEN N'), (568, '1,875'), (615, '129'), (703, '2,004')]",39:286 -"[(16, 'MALAMUD, STEPHEN C'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'MALAMUD, STEPHEN C'), (511, '14,300'), (618, '33'), (700, '14,333')]",39:293 -"[(16, 'MALARD, MAYSIL '), (236, 'BISMARCK, ND'), (322, 'ND'), (347, 'MALARD, MAYSIL '), (482, '3,263'), (615, '988'), (703, '4,250')]",39:300 -"[(16, 'MALAVADE, KISHOR E'), (236, 'NY, NY'), (322, 'NY'), (347, 'MALAVADE, KISHOR E'), (511, '27,450'), (611, '3,904'), (700, '31,354')]",39:307 -"[(16, 'MALHOTRA, AMIT '), (236, 'SOUTHAVEN, MS'), (322, 'MS'), (347, 'MALHOTRA, AMIT '), (514, '2,284'), (703, '2,284')]",39:315 -"[(16, 'MALIK, AZFAR M'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'MALIK, AZFAR M'), (511, '18,575'), (611, '1,188'), (700, '19,763')]",39:322 -"[(16, 'MALIK, FURRUKH S'), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'MALIK, FURRUKH S'), (514, '1,184'), (703, '1,184')]",39:329 -"[(16, 'MALIK, SHAZIA '), (16, 'MALIK, SHAZIA '), (236, 'SAINT LOUIS, MO'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (322, 'MO'), (347, 'MALIK, SHAZIA '), (347, 'MALIK, SHAZIA '), (511, '19,250'), (511, '19,250'), (700, '19,250'), (700, '19,250')]",39:336 -"[(16, 'MALLEY, JOHN '), (236, 'BOLINGBROOK, IL'), (322, 'IL'), (347, 'MALLEY, JOHN '), (482, '1,013'), (703, '1,013')]",39:344 -"[(16, 'MALLIK, TILAK K'), (236, 'MARRERO, LA'), (322, 'LA'), (347, 'MALLIK, TILAK K'), (514, '1,156'), (703, '1,156')]",39:351 -"[(16, 'MALLOY, TIMOTHY R'), (236, 'OMAHA, NE'), (322, 'NE'), (347, 'MALLOY, TIMOTHY R'), (511, '18,000'), (611, '1,653'), (700, '19,653')]",39:358 -"[(16, 'MALONE INC.'), (236, 'COLUMBIA, SC'), (322, 'SC'), (347, 'MALONE, TIMOTHY D'), (511, '27,300'), (615, '254'), (700, '27,554')]",39:365 -"[(16, 'MALONE, DANIEL G'), (236, 'BEAVER DAM, WI'), (322, 'WI'), (347, 'MALONE, DANIEL G'), (511, '19,500'), (615, '635'), (700, '20,135')]",39:372 -"[(16, 'MALONE, DONALD A'), (236, 'CLEVELAND, OH'), (322, 'OH'), (347, 'MALONE, DONALD A'), (514, '1,800'), (618, '98'), (703, '1,898')]",39:379 -"[(16, 'MALONE, JOHN I'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'MALONE, JOHN I'), (514, '4,000'), (615, '282'), (703, '4,282')]",39:387 -"[(16, 'MAMISH, ZIAD '), (236, 'PENSACOLA, FL'), (322, 'FL'), (347, 'MAMISH, ZIAD '), (511, '27,406'), (618, '12'), (700, '27,418')]",39:394 -"[(16, 'MANCUSO, GERALD M'), (236, 'BUTLER, MO'), (322, 'MO'), (347, 'MANCUSO, GERALD M'), (511, '44,084'), (611, '2,342'), (700, '46,426')]",39:401 -"[(347, 'Lilly Faculty Registry')]",38:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",38:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",38:63 -"[(558, '(All amounts in US Dollars)')]",38:70 -"[(499, 'Healthcare ')]",38:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",38:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",38:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",38:88 -"[(500, 'Education '), (583, 'Related Expenses')]",38:92 -"[(467, 'Programs'), (532, 'Education Programs')]",38:95 -"[(501, 'Programs')]",38:99 -"[(16, 'LIN, WEI '), (236, 'GREENVILLE, NC'), (322, 'NC'), (347, 'LIN, WEI '), (511, '42,900'), (611, '4,055'), (700, '46,955')]",38:106 -"[(16, 'LINCOLN ENDOCRINOLOGY, LLC'), (236, 'LINCOLN, NE'), (322, 'NE'), (347, 'NAFACH, JALAL S'), (514, '3,506'), (618, '11'), (703, '3,517')]",38:113 -"[(16, 'LIND, ROBERT M'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'LIND, ROBERT M'), (514, '3,450'), (618, '10'), (703, '3,460')]",38:120 -"[(16, 'LINDENBAUM, JORGE '), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'LINDENBAUM, JORGE '), (514, '2,300'), (618, '47'), (703, '2,347')]",38:127 -"[(16, 'LINDGREN, CHRIS '), (236, 'STILLWATER, MN'), (322, 'MN'), (347, 'LINDGREN, CHRIS '), (482, '2,488'), (615, '239'), (703, '2,727')]",38:135 -"[(16, 'LINDSAY, ROBERT '), (236, 'WEST HAVERSTRAW, NY'), (322, 'NY'), (347, 'LINDSAY, ROBERT '), (511, '27,000'), (568, '4,500'), (611, '6,561'), (700, '38,061')]",38:142 -"[(16, 'LINGERFELDT, BEVERLY '), (236, 'FUQUAY VARINA, NC'), (322, 'NC'), (347, 'LINGERFELDT, BEVERLY '), (568, '1,094'), (703, '1,094')]",38:149 -"[(16, 'LINTON‐NELSON, LORI L'), (236, 'SALEM, OR'), (322, 'OR'), (347, 'LINTON‐NELSON, LORI L'), (514, '2,375'), (568, '2,500'), (618, '89'), (703, '4,964')]",38:156 -"[(16, 'LIPPES, HOWARD A'), (236, 'WILLIAMSVILLE, NY'), (322, 'NY'), (347, 'LIPPES, HOWARD A'), (514, '2,906'), (703, '2,906')]",38:163 -"[(16, 'LIPSCOMB, SHARA '), (236, 'GREENVILLE, SC'), (322, 'SC'), (347, 'LIPSCOMB, SHARA '), (482, '3,788'), (568, '1,000'), (615, '305'), (703, '5,093')]",38:171 -"[(16, 'LIPTON, MITCHELL E'), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'LIPTON, MITCHELL E'), (518, '934'), (707, '934')]",38:178 -"[(16, 'LISA A. DURETTE, MD, LLC'), (236, 'LAS VEGAS, NV'), (322, 'NV'), (347, 'DURETTE, LISA A'), (511, '21,100'), (615, '797'), (700, '21,897')]",38:185 -"[(16, 'LISA G. ABBOTT, MD'), (236, 'RENO, NV'), (322, 'NV'), (347, 'ABBOTT, LISA G'), (514, '1,256'), (703, '1,256')]",38:192 -"[(16, 'LISA M. MALDONADO, MD PC'), (236, 'LAFAYETTE HILL, PA'), (322, 'PA'), (347, 'MALDONADO, LISA M'), (514, '5,250'), (703, '5,250')]",38:199 -"[(16, 'LITCHFIELD, ROBERT L'), (236, 'OLYMPIA FIELDS, IL'), (322, 'IL'), (347, 'LITCHFIELD, ROBERT L'), (514, '1,184'), (703, '1,184')]",38:207 -"[(16, 'LITCHFIELD, WILLIAM R'), (236, 'HENDERSON, NV'), (322, 'NV'), (347, 'LITCHFIELD, WILLIAM R'), (514, '9,031'), (615, '300'), (703, '9,331')]",38:214 -"[(16, 'LITTLETON, ROBERT E'), (236, 'RALEIGH, NC'), (322, 'NC'), (347, 'LITTLETON, ROBERT E'), (514, '6,375'), (615, '234'), (703, '6,609')]",38:221 -"[(16, 'LIU, GEORGE C'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'LIU, GEORGE C'), (511, '15,675'), (615, '114'), (700, '15,789')]",38:228 -"[(16, 'LLORET, RAMON L'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'LLORET, RAMON L'), (514, '2,509'), (618, '11'), (703, '2,520')]",38:235 -"[(16, 'LLOYD‐WIMS, KATRINA E'), (236, 'PINEVILLE, LA'), (322, 'LA'), (347, 'LLOYD‐WIMS, KATRINA E'), (482, '2,888'), (611, '1,370'), (703, '4,258')]",38:243 -"[(16, 'LO, TIMOTHY S'), (236, 'OAKLAND, CA'), (322, 'CA'), (347, 'LO, TIMOTHY S'), (514, '1,250'), (620, '2'), (703, '1,252')]",38:250 -"[(16, 'LOCKLEAR, JIMMY '), (236, 'RALEIGH, NC'), (322, 'NC'), (347, 'LOCKLEAR, JIMMY '), (514, '2,634'), (572, '625'), (618, '48'), (703, '3,307')]",38:257 -"[(16, 'LOEWY, JOANNE V'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'LOEWY, JOANNE V'), (615, '226'), (707, '226')]",38:264 -"[(16, 'LOFLIN, BETTY L'), (236, 'JACKSON, MS'), (322, 'MS'), (347, 'LOFLIN, BETTY L'), (482, '3,488'), (615, '107'), (703, '3,594')]",38:271 -"[(16, 'LOHANO, VASDEV '), (236, 'NEW ALBANY, IN'), (322, 'IN'), (347, 'LOHANO, VASDEV '), (514, '2,625'), (618, '32'), (703, '2,657')]",38:279 -"[(16, 'LON S. SCHNEIDER, MD, INC.'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'SCHNEIDER, LON S'), (568, '4,750'), (615, '399'), (703, '5,149')]",38:286 -"[(16, 'LONG, BRUCE D'), (236, 'CLEVELAND, OH'), (322, 'OH'), (347, 'LONG, BRUCE D'), (514, '4,125'), (703, '4,125')]",38:293 -"[(16, 'LONG, WILLIAM E'), (236, 'CONOVER, NC'), (322, 'NC'), (347, 'LONG, WILLIAM E'), (514, '2,000'), (615, '174'), (703, '2,174')]",38:300 -"[(16, 'LONIEWSKI, EDWARD G'), (236, 'BRIGHTON, MI'), (322, 'MI'), (347, 'LONIEWSKI, EDWARD G'), (514, '5,613'), (568, '1,000'), (618, '45'), (703, '6,658')]",38:307 -"[(16, 'LONSDORF, KEVIN '), (236, 'AKRON, OH'), (322, 'OH'), (347, 'LONSDORF, KEVIN '), (514, '6,000'), (618, '56'), (703, '6,056')]",38:315 -"[(16, 'LOPEZ, ALVARO B'), (236, 'NORTH ANDOVER, MA'), (322, 'MA'), (347, 'LOPEZ, ALVARO B'), (514, '7,800'), (615, '430'), (703, '8,230')]",38:322 -"[(16, 'LORANT, NIR Y'), (236, 'SAN LUIS OBISPO, CA'), (322, 'CA'), (347, 'LORANT, NIR Y'), (511, '10,550'), (615, '309'), (700, '10,859')]",38:329 -"[(16, 'LORENZI, GAYLE '), (16, 'LORENZI, GAYLE '), (236, 'LA JOLLA, CA'), (236, 'LA JOLLA, CA'), (322, 'CA'), (322, 'CA'), (347, 'LORENZI, GAYLE '), (347, 'LORENZI, GAYLE '), (572, '625'), (572, '625'), (707, '625'), (707, '625')]",38:336 -"[(16, 'LORI A. NEUSHOTZ INC'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'NEUSHOTZ, LORI A'), (482, '4,425'), (615, '321'), (703, '4,746')]",38:344 -"[(16, 'LOSARDO, ANTHONY A'), (236, 'WEST PATERSON, NJ'), (322, 'NJ'), (347, 'LOSARDO, ANTHONY A'), (514, '1,784'), (703, '1,784')]",38:351 -"[(16, 'LOSCALZO, MATTHEW J'), (236, 'DUARTE, CA'), (322, 'CA'), (347, 'LOSCALZO, MATTHEW J'), (511, '10,000'), (568, '2,813'), (611, '1,698'), (700, '14,510')]",38:358 -"[(16, 'LOTHAMER, KAREN S'), (236, 'FORT WAYNE, IN'), (322, 'IN'), (347, 'LOTHAMER, KAREN S'), (482, '4,575'), (615, '347'), (703, '4,922')]",38:365 -"[(16, 'LOTUS BEHAVIORAL HEALTH'), (236, 'COLUMBIA, MD'), (322, 'MD'), (347, 'SCOTTO, NICHOLAS S'), (514, '2,450'), (703, '2,450')]",38:372 -"[(16, 'LOUDY, JOAN '), (236, 'ORWIGSBURG, PA'), (322, 'PA'), (347, 'LOUDY, JOAN '), (482, '2,400'), (615, '360'), (703, '2,760')]",38:379 -"[(16, 'LOUIS E. KOPOLOW, MD, PA'), (236, 'GAITHERSBURG, MD'), (322, 'MD'), (347, 'KOPOLOW, LOUIS A'), (511, '33,650'), (568, '3,000'), (611, '2,505'), (700, '39,155')]",38:387 -"[(16, 'LOUIS K. TEITELBAUM, M.D., FAPA'), (236, 'GARDEN CITY, NY'), (322, 'NY'), (347, 'TEITELBAUM, LOUIS '), (511, '49,500'), (611, '4,009'), (700, '53,509')]",38:394 -"[(16, 'LOVATO, JOSEPH A'), (236, 'NORTHGLENN, CO'), (322, 'CO'), (347, 'LOVATO, JOSEPH A'), (514, '4,800'), (615, '202'), (703, '5,002')]",38:401 -"[(16, 'LOVELACE, DAVID M'), (236, 'DURANT, OK'), (322, 'OK'), (347, 'LOVELACE, DAVID M'), (518, '450'), (707, '450')]",38:408 -"[(16, 'LOVELACE, OSCAR F'), (236, 'PROSPERITY, SC'), (322, 'SC'), (347, 'LOVELACE, OSCAR F'), (511, '13,050'), (615, '710'), (700, '13,760')]",38:415 -"[(16, 'LOWCOUNTRY CENTER FOR DIABETES AND ENDOCRINOLOGY PA'), (236, 'WALTERBORO, SC'), (322, 'SC'), (347, 'CALCUTT, VONDA G'), (511, '14,381'), (615, '520'), (700, '14,901')]",38:423 -"[(16, 'LOWCOUNTRY ENDOCRINOLOGY & DIABETES'), (236, 'CHARLESTON, SC'), (322, 'SC'), (347, 'PUGH, KIMBERLY B'), (514, '2,531'), (618, '10'), (703, '2,541')]",38:430 -"[(16, 'LOWE, JAMES E'), (236, 'BECKLEY, WV'), (322, 'WV'), (347, 'LOWE, JAMES E'), (486, '900'), (707, '900')]",38:437 -"[(15, 'LOZADA COSTAS, JOSE A'), (236, 'SAN JUAN, PR'), (322, 'PR'), (347, 'LOZADA COSTAS, JOSE A'), (514, '4,188'), (703, '4,188')]",38:444 -"[(16, 'LUBER, STEPHEN R'), (236, 'SPOKANE, WA'), (322, 'WA'), (347, 'LUBER, STEPHEN R'), (511, '24,100'), (568, '8,500'), (611, '1,803'), (700, '34,403')]",38:451 -"[(16, 'LUBIN, FRANTZ H'), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'LUBIN, FRANTZ H'), (514, '3,725'), (618, '47'), (703, '3,772')]",38:459 -"[(16, 'LUBINSKY, GREGG '), (236, 'BRIDGEWATER, NJ'), (322, 'NJ'), (347, 'LUBINSKY, GREGG '), (511, '11,500'), (611, '1,063'), (700, '12,563')]",38:466 -"[(16, 'LEUCHTER, ANDREW F'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'LEUCHTER, ANDREW F'), (518, '450'), (566, '25,875'), (611, '2,073'), (700, '28,398')]",37:372 -"[(16, 'LEUCHTER, WILLIAM M'), (236, 'SOUTHFIELD, MI'), (322, 'MI'), (347, 'LEUCHTER, WILLIAM M'), (514, '3,750'), (703, '3,750')]",37:379 -"[(16, 'LEVECK, KATHLEEN T'), (236, 'MATTOON, IL'), (322, 'IL'), (347, 'LEVECK, KATHLEEN T'), (514, '2,875'), (618, '80'), (703, '2,955')]",37:387 -"[(16, 'LEVELL, FAREN E'), (236, 'EVANSVILLE, IN'), (322, 'IN'), (347, 'LEVELL, FAREN E'), (514, '1,500'), (568, '2,563'), (615, '122'), (703, '4,184')]",37:394 -"[(16, 'LEVIN, PHILIP A'), (236, 'TOWSON, MD'), (322, 'MD'), (347, 'LEVIN, PHILIP A'), (514, '5,944'), (618, '31'), (703, '5,975')]",37:401 -"[(16, 'LEVINA, VICTORIA '), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'LEVINA, VICTORIA '), (486, '113'), (707, '113')]",37:408 -"[(16, 'LEVINE, JAMES W'), (236, 'LOVELAND, CO'), (322, 'CO'), (347, 'LEVINE, JAMES W'), (514, '1,500'), (618, '75'), (703, '1,575')]",37:415 -"[(16, 'LEVINE, JON H'), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'LEVINE, JON H'), (514, '1,100'), (703, '1,100')]",37:423 -"[(16, 'LEVINE, LAURENCE A'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'LEVINE, LAURENCE A'), (568, '4,563'), (703, '4,563')]",37:430 -"[(16, 'LEVINE, MATTHEW J'), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'LEVINE, MATTHEW J'), (514, '1,200'), (703, '1,200')]",37:437 -"[(16, 'LEVINE, TODD D'), (236, 'PHOENIX, AZ'), (322, 'AZ'), (347, 'LEVINE, TODD D'), (511, '30,100'), (568, '3,563'), (611, '1,252'), (700, '34,915')]",37:444 -"[(16, 'LEVY, BENJAMIN P'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'LEVY, BENJAMIN P'), (511, '27,538'), (615, '752'), (700, '28,290')]",37:451 -"[(16, 'LEVY, MITCHELL M'), (236, 'PROVIDENCE, RI'), (322, 'RI'), (347, 'LEVY, MITCHELL M'), (568, '6,313'), (703, '6,313')]",37:459 -"[(16, 'LEVY, STUART D'), (236, 'WEST CHESTER, PA'), (322, 'PA'), (347, 'LEVY, STUART D'), (511, '38,150'), (568, '3,000'), (611, '1,158'), (700, '42,308')]",37:466 -"[(16, 'LEWIN, RUBEN F'), (236, 'GREENFIELD, WI'), (322, 'WI'), (347, 'LEWIN, RUBEN F'), (518, '934'), (707, '934')]",37:473 -"[(16, 'LEWIS, BRUCE E'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'LEWIS, BRUCE E'), (511, '17,634'), (700, '17,634')]",37:480 -"[(16, 'LEWIS, CHUCK L'), (236, 'LITTLE ROCK, AR'), (322, 'AR'), (347, 'LEWIS, CHUCK L'), (511, '29,450'), (615, '163'), (700, '29,613')]",37:487 -"[(16, 'LEWIS, MOSHE M'), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'LEWIS, MOSHE M'), (514, '5,000'), (618, '98'), (703, '5,098')]",37:495 -"[(16, 'LEWIS, STEVE A'), (236, 'HURRICANE, WV'), (322, 'WV'), (347, 'LEWIS, STEVE A'), (514, '8,884'), (703, '8,884')]",37:502 -"[(16, 'LEXINGTON BEHAVIORAL MEDICINE, P.L.L.C.'), (236, 'LEXINGTON, KY'), (322, 'KY'), (347, 'WRIGHT, MARK S'), (511, '14,900'), (615, '695'), (700, '15,595')]",37:509 -"[(16, 'LEXINGTON PSYCHIATRIC GROUP PSC'), (236, 'LEXINGTON, KY'), (322, 'KY'), (347, 'SHELTON, CHARLES I'), (511, '42,750'), (611, '2,324'), (700, '45,074')]",37:516 -"[(16, 'LEYA, FRED '), (236, 'MAYWOOD, IL'), (322, 'IL'), (347, 'LEYA, FRED '), (514, '1,434'), (703, '1,434')]",37:523 -"[(16, 'LI, ZUJUN '), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'LI, ZUJUN '), (511, '18,163'), (615, '577'), (700, '18,739')]",37:531 -"[(16, 'LIBERMAN, DINA '), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'LIBERMAN, DINA '), (514, '1,000'), (703, '1,000')]",37:538 -"[(16, 'LIFE, JULIA L'), (236, 'MECHANICSBURG, PA'), (322, 'PA'), (347, 'LIFE, JULIA L'), (479, '29,931'), (611, '2,829'), (700, '32,760')]",37:545 -"[(16, 'LIFSCHITZ, BARRY M'), (236, 'POMONA, NY'), (322, 'NY'), (347, 'LIFSCHITZ, BARRY M'), (514, '7,031'), (615, '803'), (703, '7,834')]",37:552 -"[(16, 'LIGORSKI, MARK W'), (236, 'NORWALK, CT'), (322, 'CT'), (347, 'LIGORSKI, MARK W'), (514, '5,550'), (615, '146'), (703, '5,696')]",37:559 -"[(16, 'LIN, STEVE S'), (236, 'LEXINGTON, KY'), (322, 'KY'), (347, 'LIN, STEVE S'), (511, '37,484'), (611, '1,008'), (700, '38,492')]",37:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 37 of 71')]",37:591 -"[(16, 'LANE, NANCY E'), (236, 'SACRAMENTO, CA'), (322, 'CA'), (347, 'LANE, NANCY E'), (511, '42,400'), (611, '1,594'), (700, '43,994')]",36:286 -"[(16, 'LANE, WENDY S'), (236, 'ASHEVILLE, NC'), (322, 'NC'), (347, 'LANE, WENDY S'), (514, '9,300'), (615, '153'), (703, '9,453')]",36:293 -"[(16, 'LANGER, COREY J'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'LANGER, COREY J'), (511, '24,000'), (572, '438'), (615, '182'), (700, '24,619')]",36:300 -"[(16, 'LANGLIEB, ALAN M'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'LANGLIEB, ALAN M'), (511, '29,175'), (611, '1,260'), (700, '30,435')]",36:307 -"[(16, 'LANGO, THERESE M'), (236, 'FLORENCE, AL'), (322, 'AL'), (347, 'LANGO, THERESE M'), (514, '3,534'), (703, '3,534')]",36:315 -"[(16, 'LANKOWICZ, GENEVIVE A'), (236, 'ELKHART, IN'), (322, 'IN'), (347, 'LANKOWICZ, GENEVIVE A'), (511, '18,625'), (615, '338'), (700, '18,963')]",36:322 -"[(16, 'LANSKY, ALEXANDRA J'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'LANSKY, ALEXANDRA J'), (511, '20,984'), (611, '3,666'), (700, '24,650')]",36:329 -"[(16, 'LAPA, ALAN S'), (16, 'LAPA, ALAN S'), (236, 'MILLBURN, NJ'), (236, 'MILLBURN, NJ'), (322, 'NJ'), (322, 'NJ'), (347, 'LAPA, ALAN S'), (347, 'LAPA, ALAN S'), (514, '1,784'), (514, '1,784'), (703, '1,784'), (703, '1,784')]",36:336 -"[(16, 'LAPIANO, DIANA '), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'LAPIANO, DIANA '), (482, '7,313'), (611, '1,111'), (703, '8,424')]",36:344 -"[(16, 'LAPORTE, MELISSA '), (236, 'EXETER, PA'), (322, 'PA'), (347, 'LAPORTE, MELISSA '), (486, '563'), (621, '2'), (707, '565')]",36:351 -"[(16, 'LAPP, CHARLES W'), (236, 'CHARLOTTE, NC'), (322, 'NC'), (347, 'LAPP, CHARLES W'), (514, '1,500'), (618, '14'), (703, '1,514')]",36:358 -"[(16, 'LARA, IRMA '), (236, 'LAREDO, TX'), (322, 'TX'), (347, 'LARA, IRMA '), (486, '431'), (707, '431')]",36:365 -"[(16, 'LARGAY, JOE F'), (236, 'DURHAM, NC'), (322, 'NC'), (347, 'LARGAY, JOE F'), (518, '375'), (707, '375')]",36:372 -"[(16, 'LARICE, ROLANDO A'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'LARICE, ROLANDO A'), (511, '34,250'), (611, '2,733'), (700, '36,983')]",36:379 -"[(16, 'LAROCHELLE, ANNE G'), (236, 'HERMITAGE, PA'), (322, 'PA'), (347, 'LAROCHELLE, ANNE G'), (514, '8,363'), (615, '135'), (703, '8,498')]",36:387 -"[(16, 'LARSEN, DAVID '), (236, 'SALT LAKE CITY, UT'), (322, 'UT'), (347, 'LARSEN, DAVID '), (572, '250'), (707, '250')]",36:394 -"[(16, 'LASALA, JOHN M'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'LASALA, JOHN M'), (511, '26,409'), (611, '1,255'), (700, '27,664')]",36:401 -"[(16, 'LASORDA, DAVID M'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'LASORDA, DAVID M'), (518, '450'), (707, '450')]",36:408 -"[(16, 'LASSAR, TOM A'), (236, 'BEACHWOOD, OH'), (322, 'OH'), (347, 'LASSAR, TOM A'), (514, '9,534'), (618, '30'), (703, '9,564')]",36:415 -"[(16, 'LASTER, ANDREW J'), (236, 'CHARLOTTE, NC'), (322, 'NC'), (347, 'LASTER, ANDREW J'), (511, '28,100'), (611, '1,686'), (700, '29,786')]",36:423 -"[(16, 'LATHAM, DEBBIE '), (236, 'SULPHUR SPRINGS, TX'), (322, 'TX'), (347, 'LATHAM, DEBBIE '), (482, '7,613'), (611, '3,149'), (700, '10,762')]",36:430 -"[(16, 'LATIF, KASHIF A'), (236, 'BARTLETT, TN'), (322, 'TN'), (347, 'LATIF, KASHIF A'), (514, '1,055'), (703, '1,055')]",36:437 -"[(16, 'LAU, THEODORE K'), (236, 'TACOMA, WA'), (322, 'WA'), (347, 'LAU, THEODORE K'), (518, '934'), (618, '11'), (707, '945')]",36:444 -"[(16, 'LAURA SUNN, M.D.S.C.'), (236, 'PLEASANT PRAIRIE, WI'), (322, 'WI'), (347, 'SUNN, LAURA A'), (511, '25,275'), (611, '1,979'), (700, '27,254')]",36:451 -"[(16, 'LAUREL ONCOLOGY ASSOCIATES'), (236, 'JOHNSTOWN, PA'), (322, 'PA'), (347, 'SBEITAN, IBRAHIM H'), (514, '2,425'), (703, '2,425')]",36:459 -"[(16, 'LAURIELLO, JOHN '), (236, 'COLUMBIA, MO'), (322, 'MO'), (347, 'LAURIELLO, JOHN '), (568, '9,781'), (615, '360'), (700, '10,141')]",36:466 -"[(16, 'LAUTZENHEISER, RICHARD L'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'LAUTZENHEISER, RICHARD L'), (511, '16,275'), (615, '277'), (700, '16,552')]",36:473 -"[(16, 'LAVIN, MICHAEL R'), (236, 'BINGHAMTON, NY'), (322, 'NY'), (347, 'LAVIN, MICHAEL R'), (511, '24,200'), (618, '58'), (700, '24,258')]",36:480 -"[(16, 'LAW, DAVID A'), (236, 'CAPE GIRARDEAU, MO'), (322, 'MO'), (347, 'LAW, DAVID A'), (518, '563'), (707, '563')]",36:487 -"[(16, 'LAWRENCE J. SANTORA'), (236, 'SANTA ANA, CA'), (322, 'CA'), (347, 'SANTORA, LAWRENCE J'), (514, '6,484'), (703, '6,484')]",36:495 -"[(16, 'LAWRENCE, MARY K'), (236, 'MOREHEAD CITY, NC'), (322, 'NC'), (347, 'LAWRENCE, MARY K'), (514, '2,906'), (618, '13'), (703, '2,920')]",36:502 -"[(16, 'LAWRENCE, MARY R'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'LAWRENCE, MARY R'), (482, '3,038'), (615, '142'), (703, '3,179')]",36:509 -"[(16, 'LAZO, LAZARA '), (236, 'MIAMI GARDENS, FL'), (322, 'FL'), (347, 'LAZO, LAZARA '), (486, '150'), (615, '157'), (707, '307')]",36:516 -"[(16, 'LBCMD CORP.'), (236, 'BRADENTON, FL'), (322, 'FL'), (347, 'CHAYKIN, LOUIS B'), (514, '7,450'), (611, '1,566'), (703, '9,016')]",36:523 -"[(16, 'LE, CHINH T'), (236, 'SACRAMENTO, CA'), (322, 'CA'), (347, 'LE, CHINH T'), (479, '16,538'), (611, '5,227'), (700, '21,765')]",36:531 -"[(16, 'LE, HAU T'), (236, 'SALT LAKE CITY, UT'), (322, 'UT'), (347, 'LE, HAU T'), (572, '250'), (707, '250')]",36:538 -"[(16, 'LE, SON D'), (236, 'BRENTWOOD, TN'), (322, 'TN'), (347, 'LE, SON D'), (514, '4,500'), (615, '289'), (703, '4,789')]",36:545 -"[(16, 'LE, SON P'), (236, 'CARBONDALE, IL'), (322, 'IL'), (347, 'LE, SON P'), (521, '84'), (710, '84')]",36:552 -"[(16, 'LEAK, WILLIAM D'), (236, 'COLUMBUS, OH'), (322, 'OH'), (347, 'LEAK, WILLIAM D'), (511, '26,650'), (700, '26,650')]",36:559 -"[(16, 'LEAMING, ROSALIND D'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'LEAMING, ROSALIND D'), (514, '1,031'), (703, '1,031')]",36:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 36 of 71')]",36:591 -"[(347, 'Lilly Faculty Registry')]",37:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",37:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",37:63 -"[(558, '(All amounts in US Dollars)')]",37:70 -"[(499, 'Healthcare ')]",37:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",37:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",37:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",37:88 -"[(500, 'Education '), (583, 'Related Expenses')]",37:92 -"[(467, 'Programs'), (532, 'Education Programs')]",37:95 -"[(501, 'Programs')]",37:99 -"[(16, 'LECH, JODI L'), (236, 'WASHINGTON, PA'), (322, 'PA'), (347, 'LECH, JODI L'), (514, '3,075'), (615, '203'), (703, '3,278')]",37:106 -"[(16, 'LECLERC, HEATHER '), (236, 'BANGOR, ME'), (322, 'ME'), (347, 'LECLERC, HEATHER '), (486, '619'), (615, '171'), (707, '790')]",37:113 -"[(16, 'LEDDY, VINCENT R'), (236, 'BRENTWOOD, NY'), (322, 'NY'), (347, 'LEDDY, VINCENT R'), (514, '2,188'), (618, '13'), (703, '2,200')]",37:120 -"[(16, 'LEDERMAN, SAMUEL N'), (236, 'WEST PALM BEACH, FL'), (322, 'FL'), (347, 'LEDERMAN, SAMUEL N'), (521, '75'), (710, '75')]",37:127 -"[(16, 'LEDGER, GREGORY A'), (236, 'SPRINGFIELD, MO'), (322, 'MO'), (347, 'LEDGER, GREGORY A'), (514, '1,975'), (703, '1,975')]",37:135 -"[(16, 'LEDLEY, GARY S'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'LEDLEY, GARY S'), (511, '12,234'), (615, '139'), (700, '12,373')]",37:142 -"[(16, 'LEE, ALEXANDER D'), (236, 'MANHASSET, NY'), (322, 'NY'), (347, 'LEE, ALEXANDER D'), (518, '934'), (707, '934')]",37:149 -"[(16, 'LEE, DANIEL E'), (236, 'EASLEY, SC'), (322, 'SC'), (347, 'LEE, DANIEL E'), (511, '17,375'), (568, '1,641'), (615, '346'), (700, '19,361')]",37:156 -"[(16, 'LEE, DANIEL T'), (236, 'BAY CITY, MI'), (322, 'MI'), (347, 'LEE, DANIEL T'), (514, '6,684'), (703, '6,684')]",37:163 -"[(16, 'LEE, DAVID P'), (236, 'STANFORD, CA'), (322, 'CA'), (347, 'LEE, DAVID P'), (511, '10,884'), (615, '159'), (700, '11,044')]",37:171 -"[(16, 'LEE, EDWIN N'), (236, 'ORLANDO, FL'), (322, 'FL'), (347, 'LEE, EDWIN N'), (514, '2,031'), (618, '10'), (703, '2,041')]",37:178 -"[(16, 'LEE, FERROL J'), (236, 'HORSEHEADS, NY'), (322, 'NY'), (347, 'LEE, FERROL J'), (514, '4,656'), (618, '72'), (703, '4,728')]",37:185 -"[(16, 'LEE, JOHN C C'), (236, 'MIDLOTHIAN, VA'), (322, 'VA'), (347, 'LEE, JOHN C C'), (514, '8,050'), (615, '187'), (703, '8,237')]",37:192 -"[(16, 'LEE, MIKE S'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'LEE, MIKE S'), (514, '2,284'), (615, '201'), (703, '2,485')]",37:199 -"[(16, 'LEE, STEVEN T'), (236, 'FORT MYERS, FL'), (322, 'FL'), (347, 'LEE, STEVEN T'), (514, '3,909'), (703, '3,909')]",37:207 -"[(16, 'LEE, WAI H'), (236, 'ELKHART, IN'), (322, 'IN'), (347, 'LEE, WAI H'), (514, '3,484'), (621, '7'), (703, '3,491')]",37:214 -"[(16, 'LEEDS, LEROY J'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'LEEDS, LEROY J'), (514, '7,875'), (703, '7,875')]",37:221 -"[(16, 'LEFLER, LINDA A'), (236, 'ST PETERSBURG, FL'), (322, 'FL'), (347, 'LEFLER, LINDA A'), (514, '6,075'), (615, '111'), (703, '6,186')]",37:228 -"[(16, 'LEHR, RHONDA '), (236, 'OGDEN, UT'), (322, 'UT'), (347, 'LEHR, RHONDA '), (511, '19,650'), (611, '1,090'), (700, '20,740')]",37:235 -"[(16, 'LEIBOFF, ROY H'), (236, 'WASHINGTON, DC'), (322, 'DC'), (347, 'LEIBOFF, ROY H'), (514, '2,284'), (703, '2,284')]",37:243 -"[(16, 'LEIBOWITZ, EVAN H'), (236, 'MIDLAND PARK, NJ'), (322, 'NJ'), (347, 'LEIBOWITZ, EVAN H'), (514, '7,500'), (703, '7,500')]",37:250 -"[(16, 'LEIDER, HARRY L'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'LEIDER, HARRY L'), (566, '14,000'), (615, '126'), (700, '14,126')]",37:257 -"[(16, 'LEIGHTON, MARY '), (236, 'OMAHA, NE'), (322, 'NE'), (347, 'LEIGHTON, MARY '), (482, '3,525'), (615, '131'), (703, '3,656')]",37:264 -"[(16, 'LEIGHTON, MELINDA '), (236, 'EXETER, NH'), (322, 'NH'), (347, 'LEIGHTON, MELINDA '), (482, '8,244'), (568, '7,043'), (615, '795'), (700, '16,081')]",37:271 -"[(16, 'LEIMBACH, WAYNE N'), (236, 'TULSA, OK'), (322, 'OK'), (347, 'LEIMBACH, WAYNE N'), (514, '3,384'), (703, '3,384')]",37:279 -"[(16, 'LEMANOWICZ, JACK '), (236, 'KANSAS CITY, MO'), (322, 'MO'), (347, 'LEMANOWICZ, JACK '), (568, '1,453'), (703, '1,453')]",37:286 -"[(16, 'LENARDIC, KAREN '), (236, 'MENTOR, OH'), (322, 'OH'), (347, 'LENARDIC, KAREN '), (482, '1,175'), (618, '81'), (703, '1,256')]",37:293 -"[(16, 'LENZ, FREDERICO E'), (236, 'LARGO, FL'), (322, 'FL'), (347, 'LENZ, FREDERICO E'), (518, '806'), (707, '806')]",37:300 -"[(16, 'LEON & LEON, M.D., P.A.'), (236, 'WALDORF, MD'), (322, 'MD'), (347, 'LEON, F GEORGE G'), (514, '4,000'), (618, '73'), (703, '4,073')]",37:307 -"[(16, 'LEON, RONALD L'), (236, 'ANTIOCH, CA'), (322, 'CA'), (347, 'LEON, RONALD L'), (514, '4,800'), (615, '760'), (703, '5,560')]",37:315 -"[(16, 'LEONARD R. BAKER, MD APC'), (236, 'LA CANADA, CA'), (322, 'CA'), (347, 'BAKER, LEONARD R'), (514, '2,700'), (615, '158'), (703, '2,858')]",37:322 -"[(16, 'LEONG, PAULINE P'), (236, 'ARCADIA, CA'), (322, 'CA'), (347, 'LEONG, PAULINE P'), (479, '12,450'), (611, '3,142'), (700, '15,592')]",37:329 -"[(16, 'LEPTO, JOHN E'), (16, 'LEPTO, JOHN E'), (236, 'AKRON, OH'), (236, 'AKRON, OH'), (322, 'OH'), (322, 'OH'), (347, 'LEPTO, JOHN E'), (347, 'LEPTO, JOHN E'), (572, '969'), (572, '969'), (615, '410'), (615, '410'), (703, '1,379'), (703, '1,379')]",37:336 -"[(16, 'LERNER, MARC A'), (236, 'IRVINE, CA'), (322, 'CA'), (347, 'LERNER, MARC A'), (514, '1,500'), (618, '99'), (703, '1,599')]",37:344 -"[(16, 'LESTER, TODD W'), (236, 'HUNTINGTON, WV'), (322, 'WV'), (347, 'LESTER, TODD W'), (482, '1,969'), (618, '45'), (703, '2,014')]",37:351 -"[(16, 'LETOURNEAU, THOMAS G'), (236, 'PITTSFORD, NY'), (322, 'NY'), (347, 'LETOURNEAU, THOMAS G'), (514, '1,800'), (615, '126'), (703, '1,926')]",37:358 -"[(16, 'LETTICH, LOUISE M'), (236, 'KAILUA, HI'), (322, 'HI'), (347, 'LETTICH, LOUISE M'), (511, '14,775'), (700, '14,775')]",37:365 -"[(16, 'KLOSTERMAN, VERALYN '), (236, 'PORTLAND, OR'), (322, 'OR'), (347, 'KLOSTERMAN, VERALYN '), (482, '8,656'), (611, '4,467'), (700, '13,123')]",35:127 -"[(16, 'KLUCK, BRYAN W'), (236, 'ALLENTOWN, PA'), (322, 'PA'), (347, 'KLUCK, BRYAN W'), (514, '4,284'), (572, '625'), (618, '48'), (703, '4,957')]",35:135 -"[(16, 'KLUGHERZ, BRUCE D'), (236, 'ABINGTON, PA'), (322, 'PA'), (347, 'KLUGHERZ, BRUCE D'), (514, '5,584'), (618, '16'), (703, '5,600')]",35:142 -"[(16, 'KMW, INC.'), (236, 'GREENVILLE, NC'), (322, 'NC'), (347, 'WARREN, MARK L'), (511, '14,893'), (615, '466'), (700, '15,359')]",35:149 -"[(16, 'KNAUS, JOHN '), (236, 'MORTON GROVE, IL'), (322, 'IL'), (347, 'KNAUS, JOHN '), (511, '34,700'), (615, '655'), (700, '35,355')]",35:156 -"[(16, 'KNIBBE, WILLIAM P'), (236, 'BOISE, ID'), (322, 'ID'), (347, 'KNIBBE, WILLIAM P'), (514, '6,750'), (615, '161'), (703, '6,911')]",35:163 -"[(16, 'KNIGHT MEDICAL & REHAB CENTER, LTD. D/B/A KNIGHT CENTER FOR INTEGRATED HEALTH'), (236, 'PEORIA, IL'), (322, 'IL'), (347, 'KNIGHT, REBECCA A'), (514, '6,338'), (703, '6,338')]",35:171 -"[(16, 'KNOBLICH, PETER J'), (236, 'FOLSOM, CA'), (322, 'CA'), (347, 'KNOBLICH, PETER J'), (511, '29,350'), (568, '6,000'), (618, '80'), (700, '35,430')]",35:178 -"[(16, 'KNOWLES, FELICIA C'), (236, 'GERMANTOWN, TN'), (322, 'TN'), (347, 'KNOWLES, FELICIA C'), (514, '8,700'), (615, '524'), (703, '9,224')]",35:185 -"[(16, 'KNOWLTON, KATHLEEN '), (236, 'DREXEL HILL, PA'), (322, 'PA'), (347, 'KNOWLTON, KATHLEEN '), (568, '1,094'), (618, '76'), (703, '1,170')]",35:192 -"[(16, 'KNUDSON, DEAN K'), (236, 'EDEN PRAIRIE, MN'), (322, 'MN'), (347, 'KNUDSON, DEAN K'), (514, '1,275'), (615, '115'), (703, '1,390')]",35:199 -"[(16, 'KOCH, MICHAEL H'), (236, 'ROANOKE, VA'), (322, 'VA'), (347, 'KOCH, MICHAEL H'), (511, '37,363'), (572, '875'), (611, '4,463'), (700, '42,700')]",35:207 -"[(16, 'KOCHER, TANJA F'), (236, 'MEDINA, OH'), (322, 'OH'), (347, 'KOCHER, TANJA F'), (486, '713'), (618, '40'), (707, '752')]",35:214 -"[(16, 'KOCHMAN, ELLEN R'), (236, 'BARTLETT, IL'), (322, 'IL'), (347, 'KOCHMAN, ELLEN R'), (514, '9,250'), (615, '348'), (703, '9,598')]",35:221 -"[(16, 'KOCZYWAS, MARIANNA '), (236, 'DUARTE, CA'), (322, 'CA'), (347, 'KOCZYWAS, MARIANNA '), (514, '2,313'), (618, '32'), (703, '2,344')]",35:228 -"[(16, 'KODITYAL, SANDEEP '), (236, 'THE WOODLANDS, TX'), (322, 'TX'), (347, 'KODITYAL, SANDEEP '), (511, '15,638'), (615, '883'), (700, '16,521')]",35:235 -"[(16, 'KOEHLER, ELISABETH '), (236, 'FORT COLLINS, CO'), (322, 'CO'), (347, 'KOEHLER, ELISABETH '), (479, '11,438'), (611, '3,316'), (700, '14,753')]",35:243 -"[(16, 'KOELLER, JIM M'), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'KOELLER, JIM M'), (514, '2,000'), (615, '477'), (703, '2,477')]",35:250 -"[(16, 'KOFF, ANDREA '), (236, 'NEWBERRY, FL'), (322, 'FL'), (347, 'KOFF, ANDREA '), (568, '1,500'), (618, '88'), (703, '1,588')]",35:257 -"[(16, 'KOHLI, RAVINDER S'), (236, 'COLONIAL HEIGHTS, VA'), (322, 'VA'), (347, 'KOHLI, RAVINDER S'), (514, '2,634'), (703, '2,634')]",35:264 -"[(16, 'KOHLMEIER, LYNN A'), (236, 'SPOKANE, WA'), (322, 'WA'), (347, 'KOHLMEIER, LYNN A'), (514, '6,000'), (615, '457'), (703, '6,457')]",35:271 -"[(16, 'KOHN, KAREN '), (236, 'ROCK HILL, SC'), (322, 'SC'), (347, 'KOHN, KAREN '), (482, '1,425'), (518, '600'), (703, '2,025')]",35:279 -"[(16, 'KOMARLA, ASHOK K'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'KOMARLA, ASHOK K'), (514, '1,275'), (618, '88'), (703, '1,363')]",35:286 -"[(16, 'KONARSKI, CHLOE Z'), (236, 'PLYMPTON, MA'), (322, 'MA'), (347, 'KONARSKI, CHLOE Z'), (518, '900'), (615, '156'), (703, '1,056')]",35:293 -"[(16, 'KONCA, EWA H'), (236, 'CLAREMONT, CA'), (322, 'CA'), (347, 'KONCA, EWA H'), (514, '6,919'), (618, '11'), (703, '6,930')]",35:300 -"[(16, 'KONEN, MARY '), (236, 'LYONS, KS'), (322, 'KS'), (347, 'KONEN, MARY '), (486, '394'), (707, '394')]",35:307 -"[(16, 'KONEZNY, MARILYN A'), (236, 'WEBSTER, NY'), (322, 'NY'), (347, 'KONEZNY, MARILYN A'), (482, '4,631'), (611, '1,050'), (703, '5,681')]",35:315 -"[(16, 'KONRAD, SHANE S'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'KONRAD, SHANE S'), (514, '1,275'), (618, '87'), (703, '1,362')]",35:322 -"[(16, 'KORBAN, ELI E'), (236, 'JACKSON, TN'), (322, 'TN'), (347, 'KORBAN, ELI E'), (514, '2,284'), (621, '2'), (703, '2,286')]",35:329 -"[(16, 'KORPAS, DENES '), (16, 'KORPAS, DENES '), (236, 'LINCOLN, NE'), (236, 'LINCOLN, NE'), (322, 'NE'), (322, 'NE'), (347, 'KORPAS, DENES '), (347, 'KORPAS, DENES '), (514, '1,784'), (514, '1,784'), (615, '550'), (615, '550'), (703, '2,334'), (703, '2,334')]",35:336 -"[(16, 'KORTH, DOROTHY '), (236, 'MARLETTE, MI'), (322, 'MI'), (347, 'KORTH, DOROTHY '), (486, '113'), (707, '113')]",35:344 -"[(16, 'KOSELKE, BRIDGET '), (236, 'MICHIGAN CITY, IN'), (322, 'IN'), (347, 'KOSELKE, BRIDGET '), (486, '600'), (615, '194'), (707, '794')]",35:351 -"[(16, 'KOSHES, RONALD J'), (236, 'WASHINGTON, DC'), (322, 'DC'), (347, 'KOSHES, RONALD J'), (511, '51,725'), (568, '6,313'), (611, '4,689'), (700, '62,726')]",35:358 -"[(16, 'KOSHINSKY, JANICE L'), (236, 'MCKEESPORT, PA'), (322, 'PA'), (347, 'KOSHINSKY, JANICE L'), (482, '3,938'), (615, '297'), (703, '4,234')]",35:365 -"[(16, 'KOSMAS, CONSTANTINE E'), (236, 'BAYSIDE, NY'), (322, 'NY'), (347, 'KOSMAS, CONSTANTINE E'), (514, '3,484'), (703, '3,484')]",35:372 -"[(16, 'KOSS, JEROME H'), (236, 'NEW HYDE PARK, NY'), (322, 'NY'), (347, 'KOSS, JEROME H'), (514, '2,200'), (703, '2,200')]",35:379 -"[(16, 'KOTHARI MEDICAL ASSOCIATES, INC'), (236, 'MASSILLON, OH'), (322, 'OH'), (347, 'KOTHARI, RAJNIKANT R'), (514, '8,900'), (615, '987'), (703, '9,887')]",35:387 -"[(16, 'KOTLER, MORRIS N'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'KOTLER, MORRIS N'), (521, '84'), (618, '16'), (707, '100')]",35:394 -"[(16, 'KOVACICH, DAVID '), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'KOVACICH, DAVID '), (568, '1,563'), (703, '1,563')]",35:401 -"[(16, 'KOVACS, SUZANNE D'), (236, 'SPARTANBURG, SC'), (322, 'SC'), (347, 'KOVACS, SUZANNE D'), (514, '3,800'), (615, '177'), (703, '3,977')]",35:408 -"[(16, 'KOWAL, ANDREW G'), (236, 'BURLINGTON, MA'), (322, 'MA'), (347, 'KOWAL, ANDREW G'), (518, '300'), (707, '300')]",35:415 -"[(16, 'KOWALCHUK, GLEN J'), (236, 'CHARLOTTE, NC'), (322, 'NC'), (347, 'KOWALCHUK, GLEN J'), (511, '11,084'), (615, '124'), (700, '11,208')]",35:423 -"[(16, 'KOYA, RAMA K'), (236, 'LONGVIEW, TX'), (322, 'TX'), (347, 'KOYA, RAMA K'), (568, '1,719'), (618, '35'), (703, '1,754')]",35:430 -"[(16, 'KOZIUPA, DIANA M'), (236, 'SELLERSVILLE, PA'), (322, 'PA'), (347, 'KOZIUPA, DIANA M'), (511, '27,750'), (572, '750'), (611, '4,010'), (700, '32,510')]",35:437 -"[(15, 'KOZLOFF, MARK F'), (236, 'MUNSTER, IN'), (322, 'IN'), (347, 'KOZLOFF, MARK F'), (514, '4,513'), (618, '20'), (703, '4,533')]",35:444 -"[(15, 'KP AND ASSOCIATES, LLC'), (236, 'JACKSON, TN'), (322, 'TN'), (347, 'PATEL, KANDARP B'), (514, '1,184'), (703, '1,184')]",35:451 -"[(16, 'KRAMER, HAL P'), (236, 'WILMINGTON, DE'), (322, 'DE'), (347, 'KRAMER, HAL P'), (511, '13,300'), (568, '5,750'), (611, '1,047'), (700, '20,097')]",35:459 -"[(16, 'KRAMER, MELVYN W'), (236, 'CONCORD, MA'), (322, 'MA'), (347, 'KRAMER, MELVYN W'), (514, '3,225'), (618, '24'), (703, '3,249')]",35:466 -"[(16, 'KRAUS, SUSAN L'), (236, 'TOWSON, MD'), (322, 'MD'), (347, 'KRAUS, SUSAN L'), (511, '24,175'), (611, '3,852'), (700, '28,027')]",35:473 -"[(16, 'KRAUSE, CRAIG C'), (236, 'FAIRFAX, VA'), (322, 'VA'), (347, 'KRAUSE, CRAIG C'), (514, '2,450'), (703, '2,450')]",35:480 -"[(16, 'KRAUT, MICHAEL J'), (236, 'SOUTHFIELD, MI'), (322, 'MI'), (347, 'KRAUT, MICHAEL J'), (514, '2,313'), (618, '77'), (703, '2,390')]",35:487 -"[(16, 'KRISHNAN, PRAKASH '), (236, 'STATEN ISLAND, NY'), (322, 'NY'), (347, 'KRISHNAN, PRAKASH '), (511, '47,384'), (615, '294'), (700, '47,678')]",35:495 -"[(16, 'KRITZ, COLLEEN S'), (236, 'FAYETTEVILLE, NC'), (322, 'NC'), (347, 'KRITZ, COLLEEN S'), (518, '750'), (615, '125'), (707, '875')]",35:502 -"[(16, 'KROENKE, KURT K'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'KROENKE, KURT K'), (566, '16,625'), (615, '197'), (700, '16,822')]",35:509 -"[(16, 'KROLICK, MERRILL A'), (236, 'LARGO, FL'), (322, 'FL'), (347, 'KROLICK, MERRILL A'), (511, '14,384'), (615, '135'), (700, '14,519')]",35:516 -"[(16, 'KROUSTOS, CONSTANTI N'), (236, 'COLUMBUS, OH'), (322, 'OH'), (347, 'KROUSTOS, CONSTANTI N'), (514, '7,031'), (618, '63'), (703, '7,094')]",35:523 -"[(16, 'KRUGER, DAVIDA C'), (236, 'DETROIT, MI'), (322, 'MI'), (347, 'KRUGER, DAVIDA C'), (511, '31,413'), (568, '5,250'), (611, '1,485'), (700, '38,147')]",35:531 -"[(16, 'KRUSE, GEORGE C'), (236, 'CEDAR KNOLLS, NJ'), (322, 'NJ'), (347, 'KRUSE, GEORGE C'), (511, '41,750'), (611, '1,059'), (700, '42,809')]",35:538 -"[(16, 'KUDLAPUR, KATHERINE '), (236, 'LOGAN, OH'), (322, 'OH'), (347, 'KUDLAPUR, KATHERINE '), (482, '1,050'), (615, '136'), (703, '1,186')]",35:545 -"[(16, 'KUEHN, TRACY '), (236, 'ALBANY, NY'), (322, 'NY'), (347, 'KUEHN, TRACY '), (486, '413'), (615, '122'), (707, '534')]",35:552 -"[(16, 'KUGLER, DAVID B'), (236, 'SMITHTOWN, NY'), (322, 'NY'), (347, 'KUGLER, DAVID B'), (511, '15,156'), (700, '15,156')]",35:559 -"[(16, 'KUHN, SALLY '), (236, 'NEWTON, IA'), (322, 'IA'), (347, 'KUHN, SALLY '), (486, '900'), (615, '154'), (703, '1,054')]",35:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 35 of 71')]",35:591 -"[(347, 'Lilly Faculty Registry')]",36:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",36:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",36:63 -"[(558, '(All amounts in US Dollars)')]",36:70 -"[(499, 'Healthcare ')]",36:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",36:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",36:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",36:88 -"[(500, 'Education '), (583, 'Related Expenses')]",36:92 -"[(467, 'Programs'), (532, 'Education Programs')]",36:95 -"[(501, 'Programs')]",36:99 -"[(16, 'KUMAR, SANJAY '), (236, 'SANTA BARBARA, CA'), (322, 'CA'), (347, 'KUMAR, SANJAY '), (514, '1,184'), (618, '33'), (703, '1,217')]",36:106 -"[(16, 'KUMAR, SRIDIHAR S'), (236, 'SCRANTON, PA'), (322, 'PA'), (347, 'KUMAR, SRIDIHAR S'), (514, '9,984'), (615, '158'), (700, '10,142')]",36:113 -"[(16, 'KUMER, KIM D'), (236, 'AKRON, OH'), (322, 'OH'), (347, 'KUMER, KIM D'), (514, '4,275'), (615, '277'), (703, '4,552')]",36:120 -"[(16, 'KURLAND, ETAH S'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'KURLAND, ETAH S'), (514, '4,063'), (618, '47'), (703, '4,109')]",36:127 -"[(16, 'KUSHNER, PAMELA R'), (236, 'LONG BEACH, CA'), (322, 'CA'), (347, 'KUSHNER, PAMELA R'), (568, '2,500'), (615, '111'), (703, '2,611')]",36:135 -"[(16, 'KWAN, TAK WEI '), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'KWAN, TAK WEI '), (514, '2,784'), (703, '2,784')]",36:142 -"[(16, 'KWAPNIOWSKI, LISA '), (236, 'OMAHA, NE'), (322, 'NE'), (347, 'KWAPNIOWSKI, LISA '), (568, '1,453'), (615, '119'), (703, '1,572')]",36:149 -"[(16, 'L. MARK KIMSEY, MD'), (236, 'CALDWELL, ID'), (322, 'ID'), (347, 'KIMSEY, LARRY M'), (511, '11,700'), (611, '1,108'), (700, '12,808')]",36:156 -"[(16, 'LA CIVITA, KATHY A'), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'LA CIVITA, KATHY A'), (518, '281'), (707, '281')]",36:163 -"[(16, 'LABELLARTE, MICHAEL J'), (236, 'TOWSON, MD'), (322, 'MD'), (347, 'LABELLARTE, MICHAEL J'), (511, '16,300'), (618, '68'), (700, '16,368')]",36:171 -"[(16, 'LACKAN, DARREN W'), (236, 'FORT WORTH, TX'), (322, 'TX'), (347, 'LACKAN, DARREN W'), (514, '2,031'), (703, '2,031')]",36:178 -"[(16, 'LACOUR, EDMUND G'), (236, 'DOTHAN, AL'), (322, 'AL'), (347, 'LACOUR, EDMUND G'), (518, '300'), (707, '300')]",36:185 -"[(16, 'LADER, ELLIS W'), (236, 'KINGSTON, NY'), (322, 'NY'), (347, 'LADER, ELLIS W'), (514, '1,184'), (703, '1,184')]",36:192 -"[(16, 'LAFFEL, LORI B'), (236, 'BOSTON, MA'), (322, 'MA'), (347, 'LAFFEL, LORI B'), (514, '8,000'), (615, '676'), (703, '8,676')]",36:199 -"[(16, 'LAI, EN M'), (236, 'MONTEREY PARK, CA'), (322, 'CA'), (347, 'LAI, EN M'), (514, '7,000'), (703, '7,000')]",36:207 -"[(16, 'LAKE CARDIOVASCULAR INSTITUTE PC'), (236, 'OSAGE BEACH, MO'), (322, 'MO'), (347, 'KRISHNAN, MUTHU S'), (514, '6,684'), (615, '303'), (703, '6,988')]",36:214 -"[(16, 'LAKE, BARBARA A'), (236, 'WINTER PARK, FL'), (322, 'FL'), (347, 'LAKE, BARBARA A'), (482, '2,400'), (618, '17'), (703, '2,417')]",36:221 -"[(16, 'LAKHIAN, SHAMSHER K'), (236, 'PLANO, TX'), (322, 'TX'), (347, 'LAKHIAN, SHAMSHER K'), (518, '225'), (707, '225')]",36:228 -"[(16, 'LALA, VINOD R'), (236, 'JERSEY CITY, NJ'), (322, 'NJ'), (347, 'LALA, VINOD R'), (514, '4,656'), (618, '67'), (703, '4,723')]",36:235 -"[(16, 'LAMARTINA, ELAINE '), (236, 'HOUMA, LA'), (322, 'LA'), (347, 'LAMARTINA, ELAINE '), (479, '34,500'), (611, '6,798'), (700, '41,298')]",36:243 -"[(16, 'LAMOUREUX, LYNN M'), (236, 'OMAHA, NE'), (322, 'NE'), (347, 'LAMOUREUX, LYNN M'), (486, '263'), (618, '66'), (707, '328')]",36:250 -"[(16, 'LANCE C. LAMOTTE MD FACC LLC'), (236, 'BATON ROUGE, LA'), (322, 'LA'), (347, 'LAMOTTE, LANCE C'), (514, '2,634'), (703, '2,634')]",36:257 -"[(16, 'LANDIS PSYCHIATRIC CONSULTING PLLC'), (236, 'CLIFTON PARK, NY'), (322, 'NY'), (347, 'LANDIS, TIMOTHY D'), (511, '15,050'), (615, '926'), (700, '15,976')]",36:264 -"[(16, 'LANDIS, WINIFRED A'), (236, 'LAFAYETTE, IN'), (322, 'IN'), (347, 'LANDIS, WINIFRED A'), (568, '1,094'), (615, '140'), (703, '1,234')]",36:271 -"[(16, 'LANE, JOE M'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'LANE, JOE M'), (511, '31,200'), (568, '1,563'), (611, '2,608'), (700, '35,371')]",36:279 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",34:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",34:88 -"[(500, 'Education '), (583, 'Related Expenses')]",34:92 -"[(467, 'Programs'), (532, 'Education Programs')]",34:95 -"[(501, 'Programs')]",34:99 -"[(16, 'KELLY, JENNIFER J'), (236, 'SYRACUSE, NY'), (322, 'NY'), (347, 'KELLY, JENNIFER J'), (514, '9,088'), (703, '9,088')]",34:106 -"[(16, 'KELLY, KAREN L'), (236, 'KANSAS CITY, KS'), (322, 'KS'), (347, 'KELLY, KAREN L'), (572, '375'), (707, '375')]",34:113 -"[(16, 'KELLY, MICHAEL G'), (236, 'AURORA, CO'), (322, 'CO'), (347, 'KELLY, MICHAEL G'), (568, '1,719'), (615, '622'), (703, '2,341')]",34:120 -"[(16, 'KELLY, MICHELE '), (236, 'LAKEWOOD, CA'), (322, 'CA'), (347, 'KELLY, MICHELE '), (486, '975'), (618, '69'), (703, '1,044')]",34:127 -"[(16, 'KEMICK, MARY L'), (236, 'WEST COLUMBIA, SC'), (322, 'SC'), (347, 'KEMICK, MARY L'), (518, '975'), (707, '975')]",34:135 -"[(16, 'KEMP, CHARLES P'), (236, 'ACWORTH, GA'), (322, 'GA'), (347, 'KEMP, CHARLES P'), (511, '10,875'), (611, '1,335'), (700, '12,210')]",34:142 -"[(16, 'KEN KOZAWA MD PLLC'), (236, 'SWEETWATER, TN'), (322, 'TN'), (347, 'KOZAWA, KENYA '), (514, '8,450'), (611, '1,015'), (703, '9,465')]",34:149 -"[(16, 'KENDALL, JEFF '), (236, 'DENVER, CO'), (322, 'CO'), (347, 'KENDALL, JEFF '), (514, '7,075'), (615, '228'), (703, '7,303')]",34:156 -"[(16, 'KENIA, SHANTILAL N'), (236, 'WESTFIELD, MA'), (322, 'MA'), (347, 'KENIA, SHANTILAL N'), (521, '84'), (710, '84')]",34:163 -"[(16, 'KENNEDY, GENEVA L'), (236, 'TOLLESBORO, KY'), (322, 'KY'), (347, 'KENNEDY, GENEVA L'), (482, '4,838'), (615, '966'), (703, '5,803')]",34:171 -"[(16, 'KENNEDY, RICHARD D'), (236, 'COLUMBIA, TN'), (322, 'TN'), (347, 'KENNEDY, RICHARD D'), (511, '22,650'), (615, '476'), (700, '23,126')]",34:178 -"[(16, 'KENNETH PAUL PAGES, M.D., P.A.'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'PAGES, KENNETH P'), (511, '38,250'), (611, '4,384'), (700, '42,634')]",34:185 -"[(16, 'KENNETH S. HERSHON, MD PC'), (236, 'GREAT NECK, NY'), (322, 'NY'), (347, 'HERSHON, KENNETH S'), (511, '38,406'), (611, '2,645'), (700, '41,051')]",34:192 -"[(16, 'KENNETH W. ORDENE, MD'), (236, 'FREEHOLD, NJ'), (322, 'NJ'), (347, 'ORDENE, KENNETH W'), (514, '9,088'), (618, '25'), (703, '9,112')]",34:199 -"[(16, 'KENNEY, DEZRA L'), (236, 'SALEM, MA'), (322, 'MA'), (347, 'KENNEY, DEZRA L'), (482, '9,538'), (615, '668'), (700, '10,205')]",34:207 -"[(16, 'KENNY, COLEEN P'), (236, 'GLEN ALLEN, VA'), (322, 'VA'), (347, 'KENNY, COLEEN P'), (514, '6,263'), (615, '355'), (703, '6,617')]",34:214 -"[(16, 'KEPPLER ASSOCIATES, INC.'), (236, 'ARLINGTON, VA'), (322, 'VA'), (347, 'ARNOT, BOB '), (611, '1,042'), (703, '1,042')]",34:221 -"[(16, 'KERASIDIS, HARRY G'), (236, 'PRINCE FREDERICK, MD'), (322, 'MD'), (347, 'KERASIDIS, HARRY G'), (511, '12,600'), (700, '12,600')]",34:228 -"[(16, 'KEREIAKES, DEAN J'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'KEREIAKES, DEAN J'), (514, '2,109'), (572, '188'), (703, '2,297')]",34:235 -"[(16, 'KERR, JEFFREY A'), (236, 'HOUSTON, MO'), (322, 'MO'), (347, 'KERR, JEFFREY A'), (514, '1,800'), (615, '171'), (703, '1,971')]",34:243 -"[(16, 'KERRIGAN, DIANE '), (236, 'ISLAND HEIGHTS, NJ'), (322, 'NJ'), (347, 'KERRIGAN, DIANE '), (479, '18,638'), (611, '1,220'), (700, '19,858')]",34:250 -"[(16, 'KESSELBRENNER, MICHAEL B'), (236, 'PARAMUS, NJ'), (322, 'NJ'), (347, 'KESSELBRENNER, MICHAEL B'), (514, '1,434'), (703, '1,434')]",34:257 -"[(16, 'KESSLER, MICHAEL '), (236, 'CAMDEN, NJ'), (322, 'NJ'), (347, 'KESSLER, MICHAEL '), (568, '1,453'), (703, '1,453')]",34:264 -"[(16, 'KEVIN L. CINTRON, RD, LLC'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'CINTRON, KEVIN L'), (486, '244'), (707, '244')]",34:271 -"[(16, 'KEYSTAR PHYSICIAN SERVICES INC.'), (236, 'ZIONSVILLE, IN'), (322, 'IN'), (347, 'STARKEY, THERESA C'), (511, '13,600'), (611, '1,652'), (700, '15,252')]",34:279 -"[(16, 'KHAN, MOHAMED F'), (236, 'BOSTON, MA'), (322, 'MA'), (347, 'KHAN, MOHAMED F'), (514, '5,584'), (618, '88'), (703, '5,672')]",34:286 -"[(16, 'KHAN, SHAHNOOR A'), (236, 'MARTINSBURG, WV'), (322, 'WV'), (347, 'KHAN, SHAHNOOR A'), (514, '5,550'), (615, '198'), (703, '5,748')]",34:293 -"[(16, 'KHANDELWAL, MANOJ '), (236, 'VOORHEES, NJ'), (322, 'NJ'), (347, 'KHANDELWAL, MANOJ '), (514, '9,984'), (615, '259'), (700, '10,243')]",34:300 -"[(16, 'KHANUJA, RAVDEEP S'), (236, 'POPLAR BLUFF, MO'), (322, 'MO'), (347, 'KHANUJA, RAVDEEP S'), (514, '2,450'), (615, '278'), (703, '2,728')]",34:307 -"[(16, 'KHANWANI, SHYAM L'), (236, 'FAYETTEVILLE, GA'), (322, 'GA'), (347, 'KHANWANI, SHYAM L'), (514, '4,400'), (703, '4,400')]",34:315 -"[(16, 'KHEMKA, MAHAVEER P'), (236, 'ANAHEIM, CA'), (322, 'CA'), (347, 'KHEMKA, MAHAVEER P'), (514, '3,484'), (703, '3,484')]",34:322 -"[(16, 'KHOLOKI, AKRAM '), (236, 'VALPARAISO, IN'), (322, 'IN'), (347, 'KHOLOKI, AKRAM '), (514, '5,184'), (703, '5,184')]",34:329 -"[(16, 'KHOT, VIKRAM S'), (16, 'KHOT, VIKRAM S'), (236, 'MANASSAS, VA'), (236, 'MANASSAS, VA'), (322, 'VA'), (322, 'VA'), (347, 'KHOT, VIKRAM S'), (347, 'KHOT, VIKRAM S'), (514, '5,700'), (514, '5,700'), (615, '117'), (615, '117'), (703, '5,817'), (703, '5,817')]",34:336 -"[(16, 'KHOURY, SLEMAN A'), (236, 'SOUTHGATE, MI'), (322, 'MI'), (347, 'KHOURY, SLEMAN A'), (514, '6,406'), (618, '34'), (703, '6,440')]",34:344 -"[(16, 'KIBLINGER, LISA '), (236, 'ATLANTA, GA'), (322, 'GA'), (347, 'KIBLINGER, LISA '), (482, '2,681'), (615, '600'), (703, '3,281')]",34:351 -"[(16, 'KICHURA, GEORGE M'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'KICHURA, GEORGE M'), (514, '1,734'), (703, '1,734')]",34:358 -"[(16, 'KIEVAL, JOSHUA '), (236, 'ATLANTIS, FL'), (322, 'FL'), (347, 'KIEVAL, JOSHUA '), (511, '12,184'), (700, '12,184')]",34:365 -"[(16, 'KILARU, PRASAD K'), (236, 'ROCKFORD, IL'), (322, 'IL'), (347, 'KILARU, PRASAD K'), (514, '1,784'), (703, '1,784')]",34:372 -"[(16, 'KILGALLEN, SANDRA '), (236, 'STOUGHTON, MA'), (322, 'MA'), (347, 'KILGALLEN, SANDRA '), (482, '5,225'), (611, '1,191'), (703, '6,416')]",34:379 -"[(16, 'KIM, ANDREW J'), (236, 'MANHATTAN BEACH, CA'), (322, 'CA'), (347, 'KIM, ANDREW J'), (514, '2,634'), (703, '2,634')]",34:387 -"[(16, 'KIM, EDWARD D'), (236, 'LA FOLLETTE, TN'), (322, 'TN'), (347, 'KIM, EDWARD D'), (514, '4,338'), (572, '938'), (611, '1,071'), (703, '6,346')]",34:394 -"[(16, 'KIM, EDWARD S'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'KIM, EDWARD S'), (572, '375'), (707, '375')]",34:401 -"[(16, 'KIM, MEAGHAN '), (236, 'SOMERS POINT, NJ'), (322, 'NJ'), (347, 'KIM, MEAGHAN '), (486, '563'), (707, '563')]",34:408 -"[(16, 'KIM, MICHAEL C'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'KIM, MICHAEL C'), (511, '12,234'), (615, '407'), (700, '12,641')]",34:415 -"[(16, 'KIM, RICHARD D'), (236, 'CLEVELAND, OH'), (322, 'OH'), (347, 'KIM, RICHARD D'), (514, '4,850'), (615, '386'), (703, '5,236')]",34:423 -"[(16, 'KIM, RICHARD H'), (236, 'DELRAY BEACH, FL'), (322, 'FL'), (347, 'KIM, RICHARD H'), (514, '2,634'), (703, '2,634')]",34:430 -"[(16, 'KIMBALL, SANDRA L'), (236, 'WEST CARROLLTON, OH'), (322, 'OH'), (347, 'KIMBALL, SANDRA L'), (482, '1,575'), (618, '75'), (703, '1,650')]",34:437 -"[(16, 'KIMBALL‐RAVARI, LAURA E'), (236, 'BOSSIER CITY, LA'), (322, 'LA'), (347, 'KIMBALL‐RAVARI, LAURA E'), (514, '2,031'), (703, '2,031')]",34:444 -"[(16, 'KIMMELSTIEL, CAREY '), (236, 'BOSTON, MA'), (322, 'MA'), (347, 'KIMMELSTIEL, CAREY '), (511, '20,334'), (611, '2,149'), (700, '22,483')]",34:451 -"[(16, 'KING, ALISON S'), (236, 'VALDOSTA, GA'), (322, 'GA'), (347, 'KING, ALISON S'), (479, '27,638'), (608, '11,209'), (700, '38,846')]",34:459 -"[(16, 'KING, ALLEN B'), (236, 'SALINAS, CA'), (322, 'CA'), (347, 'KING, ALLEN B'), (514, '9,531'), (703, '9,531')]",34:466 -"[(16, 'KING, CRISTINA L'), (236, 'CLEVELAND, OH'), (322, 'OH'), (347, 'KING, CRISTINA L'), (486, '488'), (615, '134'), (707, '622')]",34:473 -"[(16, 'KING, JILL M'), (236, 'WICHITA FALLS, TX'), (322, 'TX'), (347, 'KING, JILL M'), (482, '6,825'), (611, '2,080'), (703, '8,905')]",34:480 -"[(16, 'KING, KATHRYN J'), (236, 'ELIZABETH CITY, NC'), (322, 'NC'), (347, 'KING, KATHRYN J'), (514, '3,500'), (615, '110'), (703, '3,610')]",34:487 -"[(16, 'KING, SPENCER B'), (236, 'ATLANTA, GA'), (322, 'GA'), (347, 'KING, SPENCER B'), (572, '750'), (707, '750')]",34:495 -"[(16, 'KIRBY, ALEX R'), (236, 'NEW BERN, NC'), (322, 'NC'), (347, 'KIRBY, ALEX R'), (514, '3,384'), (703, '3,384')]",34:502 -"[(16, 'KIRBY, TYLER O'), (236, 'CLEARWATER, FL'), (322, 'FL'), (347, 'KIRBY, TYLER O'), (514, '2,200'), (703, '2,200')]",34:509 -"[(16, 'KIRK, JULIENNE K'), (236, 'WINSTON SALEM, NC'), (322, 'NC'), (347, 'KIRK, JULIENNE K'), (482, '1,031'), (615, '120'), (703, '1,151')]",34:516 -"[(16, 'KITCHIN, ELIZABETH M'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'KITCHIN, ELIZABETH M'), (482, '1,913'), (618, '94'), (703, '2,007')]",34:523 -"[(16, 'KITCHINGMAN, GREG '), (236, 'RENO, NV'), (322, 'NV'), (347, 'KITCHINGMAN, GREG '), (482, '1,875'), (615, '102'), (703, '1,977')]",34:531 -"[(16, 'KLAG, JOSEPH '), (236, 'GLENDALE, AZ'), (322, 'AZ'), (347, 'KLAG, JOSEPH '), (518, '450'), (707, '450')]",34:538 -"[(16, 'KLASSEN, ROBERT W'), (236, 'GAINESVILLE, GA'), (322, 'GA'), (347, 'KLASSEN, ROBERT W'), (514, '5,800'), (618, '97'), (703, '5,897')]",34:545 -"[(16, 'KLEIN, ERIC J'), (236, 'OLYMPIA, WA'), (322, 'WA'), (347, 'KLEIN, ERIC J'), (514, '2,700'), (703, '2,700')]",34:552 -"[(16, 'KLEIN, LLOYD W'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'KLEIN, LLOYD W'), (514, '9,534'), (615, '153'), (703, '9,687')]",34:559 -"[(16, 'KLEIN, ROBERT F'), (236, 'PORTLAND, OR'), (322, 'OR'), (347, 'KLEIN, ROBERT F'), (514, '3,500'), (703, '3,500')]",34:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 34 of 71')]",34:591 -"[(347, 'Lilly Faculty Registry')]",35:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",35:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",35:63 -"[(558, '(All amounts in US Dollars)')]",35:70 -"[(499, 'Healthcare ')]",35:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",35:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",35:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",35:88 -"[(500, 'Education '), (583, 'Related Expenses')]",35:92 -"[(467, 'Programs'), (532, 'Education Programs')]",35:95 -"[(501, 'Programs')]",35:99 -"[(16, 'KLEINFIELD, LORI D'), (236, 'PLANO, TX'), (322, 'TX'), (347, 'KLEINFIELD, LORI D'), (482, '1,350'), (618, '38'), (703, '1,388')]",35:106 -"[(16, 'KLOECKER, GOETZ H'), (236, 'LOUISVILLE, KY'), (322, 'KY'), (347, 'KLOECKER, GOETZ H'), (511, '21,238'), (611, '1,185'), (700, '22,423')]",35:113 -"[(16, 'KLOEHN, GREGORY C'), (236, 'CANTON, OH'), (322, 'OH'), (347, 'KLOEHN, GREGORY C'), (514, '7,734'), (703, '7,734')]",35:120 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 32 of 71')]",32:591 -"[(347, 'Lilly Faculty Registry')]",33:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",33:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",33:63 -"[(558, '(All amounts in US Dollars)')]",33:70 -"[(499, 'Healthcare ')]",33:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",33:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",33:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",33:88 -"[(500, 'Education '), (583, 'Related Expenses')]",33:92 -"[(467, 'Programs'), (532, 'Education Programs')]",33:95 -"[(501, 'Programs')]",33:99 -"[(16, 'KAI, WESLEY J'), (236, 'HONOLULU, HI'), (322, 'HI'), (347, 'KAI, WESLEY J'), (514, '2,634'), (618, '34'), (703, '2,668')]",33:106 -"[(16, 'KAISERMAN, KEVIN B'), (236, 'TORRANCE, CA'), (322, 'CA'), (347, 'KAISERMAN, KEVIN B'), (511, '12,563'), (568, '4,250'), (615, '997'), (700, '17,810')]",33:113 -"[(16, 'KALARIA, VIJAY G'), (236, 'FORT WORTH, TX'), (322, 'TX'), (347, 'KALARIA, VIJAY G'), (511, '14,384'), (615, '929'), (700, '15,313')]",33:120 -"[(16, 'KALMAN, ALFRED M'), (236, 'TAMARAC, FL'), (322, 'FL'), (347, 'KALMAN, ALFRED M'), (568, '1,875'), (618, '25'), (703, '1,900')]",33:127 -"[(16, 'KALMAN, LEONARD A'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'KALMAN, LEONARD A'), (568, '5,625'), (618, '50'), (703, '5,675')]",33:135 -"[(16, 'KAMANITZ, JOYCE R'), (236, 'HARTFORD, CT'), (322, 'CT'), (347, 'KAMANITZ, JOYCE R'), (511, '22,200'), (568, '3,000'), (611, '2,263'), (700, '27,463')]",33:142 -"[(16, 'KAMEL, HOSAM K'), (236, 'HOT SPRINGS, AR'), (322, 'AR'), (347, 'KAMEL, HOSAM K'), (511, '24,800'), (611, '6,432'), (700, '31,232')]",33:149 -"[(16, 'KAMESWARA R. TATINENI, MD'), (236, 'RICHLAND, MI'), (322, 'MI'), (347, 'TATINENI, KAM R'), (511, '19,300'), (611, '1,560'), (700, '20,860')]",33:156 -"[(16, 'KAMINSKI, MICHAEL J'), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'KAMINSKI, MICHAEL J'), (514, '2,500'), (703, '2,500')]",33:163 -"[(16, 'KAMINSKY, NEIL I'), (236, 'ALBUQUERQUE, NM'), (322, 'NM'), (347, 'KAMINSKY, NEIL I'), (514, '7,006'), (615, '618'), (703, '7,625')]",33:171 -"[(16, 'KANDZARI, DAVE E'), (236, 'LA JOLLA, CA'), (322, 'CA'), (347, 'KANDZARI, DAVE E'), (518, '309'), (568, '1,500'), (703, '1,809')]",33:178 -"[(16, 'KANE, JOHN M'), (236, 'GLEN OAKS, NY'), (322, 'NY'), (347, 'KANE, JOHN M'), (514, '2,725'), (566, '13,500'), (615, '957'), (700, '17,182')]",33:185 -"[(16, 'KANE, MATTHEW S'), (236, 'WEST CHESTER, PA'), (322, 'PA'), (347, 'KANE, MATTHEW S'), (511, '15,506'), (615, '260'), (700, '15,767')]",33:192 -"[(16, 'KANE, NANCY J'), (236, 'DES MOINES, IA'), (322, 'IA'), (347, 'KANE, NANCY J'), (514, '1,256'), (703, '1,256')]",33:199 -"[(16, 'KANFER, STEVEN N'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'KANFER, STEVEN N'), (511, '14,800'), (615, '714'), (700, '15,514')]",33:207 -"[(16, 'KANG, GURJAIPAL S'), (236, 'MEADVILLE, PA'), (322, 'PA'), (347, 'KANG, GURJAIPAL S'), (511, '24,284'), (615, '977'), (700, '25,262')]",33:214 -"[(16, 'KANG, JASBIR S'), (236, 'MCMURRAY, PA'), (322, 'PA'), (347, 'KANG, JASBIR S'), (514, '7,800'), (615, '260'), (703, '8,060')]",33:221 -"[(16, 'KANJ, HASSAN A'), (236, 'PISCATAWAY, NJ'), (322, 'NJ'), (347, 'KANJ, HASSAN A'), (514, '2,200'), (618, '11'), (703, '2,211')]",33:228 -"[(16, 'KANSAS CITY PSYCHIATRIC GROUP'), (236, 'OVERLAND PARK, KS'), (322, 'KS'), (347, 'HUK, STEPHEN G'), (511, '40,000'), (568, '3,000'), (615, '678'), (700, '43,678')]",33:235 -"[(16, 'KANSAS NEPHROLOGY PHYSICIANS, P.A.'), (236, 'WICHITA, KS'), (322, 'KS'), (347, 'ROSS, DENNIS L'), (514, '2,000'), (618, '61'), (703, '2,061')]",33:243 -"[(16, 'KANTER, ROBERT A'), (236, 'SEATTLE, WA'), (322, 'WA'), (347, 'KANTER, ROBERT A'), (514, '4,081'), (618, '48'), (703, '4,129')]",33:250 -"[(16, 'KANTOR, SETH M'), (236, 'COLUMBUS, OH'), (322, 'OH'), (347, 'KANTOR, SETH M'), (511, '24,100'), (615, '810'), (700, '24,910')]",33:257 -"[(16, 'KAPADIA, DEEPAK N'), (236, 'MADISONVILLE, KY'), (322, 'KY'), (347, 'KAPADIA, DEEPAK N'), (514, '1,834'), (703, '1,834')]",33:264 -"[(16, 'KAPOOR, VINAY '), (236, 'BAYSIDE, NY'), (322, 'NY'), (347, 'KAPOOR, VINAY '), (514, '7,725'), (618, '27'), (703, '7,752')]",33:271 -"[(16, 'KAPPELER, KARL '), (236, 'COLUMBUS, OH'), (322, 'OH'), (347, 'KAPPELER, KARL '), (572, '969'), (615, '101'), (703, '1,070')]",33:279 -"[(16, 'KAPUR, DINESH '), (236, 'NORWICH, CT'), (322, 'CT'), (347, 'KAPUR, DINESH '), (568, '1,875'), (615, '141'), (703, '2,016')]",33:286 -"[(16, 'KARABATAK, ZIWAR '), (236, 'KETTERING, OH'), (322, 'OH'), (347, 'KARABATAK, ZIWAR '), (514, '7,734'), (621, '6'), (703, '7,740')]",33:293 -"[(16, 'KARAS, STEVEN P'), (236, 'MELBOURNE, FL'), (322, 'FL'), (347, 'KARAS, STEVEN P'), (511, '10,284'), (615, '405'), (700, '10,689')]",33:300 -"[(16, 'KAREH CORDERO, JOSE A'), (236, 'SAN JUAN, PR'), (322, 'PR'), (347, 'KAREH CORDERO, JOSE A'), (511, '13,172'), (615, '777'), (700, '13,948')]",33:307 -"[(16, 'KARL MCINTOSH MD PA INC.'), (236, 'WILMINGTON, DE'), (322, 'DE'), (347, 'MCINTOSH, KARL W'), (511, '41,400'), (611, '4,038'), (700, '45,438')]",33:315 -"[(16, 'KARNIK, SHUBHA D'), (236, 'AUSTIN, TX'), (322, 'TX'), (347, 'KARNIK, SHUBHA D'), (514, '2,450'), (615, '293'), (703, '2,743')]",33:322 -"[(16, 'KARVE, MILIND M'), (236, 'LANSING, MI'), (322, 'MI'), (347, 'KARVE, MILIND M'), (511, '11,084'), (618, '73'), (700, '11,157')]",33:329 -"[(16, 'KARVER, SLOAN B'), (16, 'KARVER, SLOAN B'), (236, 'TAMPA, FL'), (236, 'TAMPA, FL'), (322, 'FL'), (322, 'FL'), (347, 'KARVER, SLOAN B'), (347, 'KARVER, SLOAN B'), (511, '44,000'), (511, '44,000'), (568, '4,688'), (568, '4,688'), (611, '9,367'), (611, '9,367'), (700, '58,055'), (700, '58,055')]",33:336 -"[(16, 'KASHIF A. FIROZVI, MD, PA'), (236, 'SILVER SPRING, MD'), (322, 'MD'), (347, 'FIROZVI, KASHIF A'), (568, '1,719'), (618, '37'), (703, '1,756')]",33:344 -"[(16, 'KASHNIKOW, CONSTANTINE '), (236, 'LIVINGSTON, NJ'), (322, 'NJ'), (347, 'KASHNIKOW, CONSTANTINE '), (518, '984'), (615, '144'), (703, '1,128')]",33:351 -"[(16, 'KASSAB, ELIAS H'), (236, 'DEARBORN, MI'), (322, 'MI'), (347, 'KASSAB, ELIAS H'), (514, '7,784'), (703, '7,784')]",33:358 -"[(16, 'KASTER, BRUCE '), (236, 'WEST ROXBURY, MA'), (322, 'MA'), (347, 'KASTER, BRUCE '), (514, '6,300'), (618, '60'), (703, '6,360')]",33:365 -"[(16, 'KATDARE, UMESH V'), (236, 'WEST NEW YORK, NJ'), (322, 'NJ'), (347, 'KATDARE, UMESH V'), (514, '1,784'), (703, '1,784')]",33:372 -"[(16, 'KATSOYANNIS, KATHERINE K'), (236, 'PARK RIDGE, IL'), (322, 'IL'), (347, 'KATSOYANNIS, KATHERINE K'), (514, '1,800'), (703, '1,800')]",33:379 -"[(16, 'KATTA, PRASAD V'), (236, 'FREMONT, CA'), (322, 'CA'), (347, 'KATTA, PRASAD V'), (514, '2,700'), (621, '7'), (703, '2,707')]",33:387 -"[(16, 'KATTAR LLC'), (236, 'MAUMEE, OH'), (322, 'OH'), (347, 'KATTAR, RAJENDRA R'), (511, '10,284'), (572, '425'), (615, '104'), (700, '10,813')]",33:394 -"[(16, 'KATZ, HAROLD H'), (236, 'SAINT PAUL, MN'), (322, 'MN'), (347, 'KATZ, HAROLD H'), (511, '12,986'), (615, '384'), (700, '13,371')]",33:401 -"[(16, 'KATZMAN, STEVEN M'), (236, 'LIVONIA, MI'), (322, 'MI'), (347, 'KATZMAN, STEVEN M'), (514, '7,088'), (618, '38'), (703, '7,126')]",33:408 -"[(16, 'KAUFFMAN, JAMES M'), (236, 'EGG HARBOR TOWNSHIP, NJ'), (322, 'NJ'), (347, 'KAUFFMAN, JAMES M'), (514, '8,975'), (618, '25'), (703, '9,000')]",33:415 -"[(16, 'KAUL, KULDIP K'), (236, 'PASADENA, TX'), (322, 'TX'), (347, 'KAUL, KULDIP K'), (514, '1,725'), (618, '53'), (703, '1,778')]",33:423 -"[(16, 'KAULBACH, HELEN C'), (236, 'PEABODY, MA'), (322, 'MA'), (347, 'KAULBACH, HELEN C'), (514, '3,225'), (620, '8'), (703, '3,233')]",33:430 -"[(16, 'KAUPPI, ALAN C'), (236, 'LYNCHBURG, VA'), (322, 'VA'), (347, 'KAUPPI, ALAN C'), (514, '2,531'), (703, '2,531')]",33:437 -"[(16, 'KAUSHAL TAMBOLI, MD, INC.'), (236, 'DOWNEY, CA'), (322, 'CA'), (347, 'TAMBOLI, KAUSHAL R'), (514, '4,484'), (615, '358'), (703, '4,842')]",33:444 -"[(16, 'KAVEH EHSANIPOOR, MD'), (236, 'SAVANNAH, GA'), (322, 'GA'), (347, 'EHSANIPOOR, KAVEH '), (514, '4,656'), (703, '4,656')]",33:451 -"[(16, 'KAVIN, MICHELLE '), (236, 'WEST CHESTER, PA'), (322, 'PA'), (347, 'KAVIN, MICHELLE '), (482, '1,913'), (615, '124'), (703, '2,037')]",33:459 -"[(16, 'KAVTARADZE, DAVID '), (236, 'CORDELE, GA'), (322, 'GA'), (347, 'KAVTARADZE, DAVID '), (511, '17,925'), (611, '1,972'), (700, '19,897')]",33:466 -"[(16, 'KAWAMURA, JUDY '), (236, 'HONOLULU, HI'), (322, 'HI'), (347, 'KAWAMURA, JUDY '), (482, '8,938'), (615, '361'), (703, '9,298')]",33:473 -"[(16, 'KAY WILLIAMS, MD INC.'), (236, 'SHREVEPORT, LA'), (322, 'LA'), (347, 'WILLIAMS, KAY N'), (511, '30,975'), (618, '19'), (700, '30,994')]",33:480 -"[(16, 'KAYE, WILLIAM A'), (236, 'WEST PALM BEACH, FL'), (322, 'FL'), (347, 'KAYE, WILLIAM A'), (514, '6,281'), (615, '110'), (703, '6,392')]",33:487 -"[(16, 'KAZI, RAHIL '), (236, 'WARNER ROBINS, GA'), (322, 'GA'), (347, 'KAZI, RAHIL '), (514, '1,184'), (703, '1,184')]",33:495 -"[(16, 'KAZZIHA, SAMER Y'), (236, 'WASHINGTON TOWNSHIP, MI'), (322, 'MI'), (347, 'KAZZIHA, SAMER Y'), (511, '18,784'), (700, '18,784')]",33:502 -"[(16, 'KEATS, MATTHEW M'), (236, 'VIRGINIA BEACH, VA'), (322, 'VA'), (347, 'KEATS, MATTHEW M'), (568, '8,500'), (615, '244'), (703, '8,744')]",33:509 -"[(16, 'KEEDY, DAVID L'), (236, 'LEXINGTON, KY'), (322, 'KY'), (347, 'KEEDY, DAVID L'), (514, '3,484'), (618, '79'), (703, '3,563')]",33:516 -"[(16, 'KEEFE, BRIAN M'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'KEEFE, BRIAN M'), (511, '32,175'), (611, '4,367'), (700, '36,542')]",33:523 -"[(16, 'KEETH, MERRILL B'), (236, 'UNION CITY, CA'), (322, 'CA'), (347, 'KEETH, MERRILL B'), (482, '3,306'), (615, '836'), (703, '4,142')]",33:531 -"[(16, 'KEISTER, SUSAN J'), (236, 'CUMBERLAND, MD'), (322, 'MD'), (347, 'KEISTER, SUSAN J'), (482, '1,481'), (618, '17'), (703, '1,498')]",33:538 -"[(16, 'KELLAR, MARSHA '), (236, 'ENGLEWOOD, CO'), (322, 'CO'), (347, 'KELLAR, MARSHA '), (482, '7,688'), (615, '921'), (703, '8,608')]",33:545 -"[(16, 'KELLER, DARLENE '), (236, 'BINGHAMTON, NY'), (322, 'NY'), (347, 'KELLER, DARLENE '), (482, '1,725'), (618, '34'), (703, '1,759')]",33:552 -"[(16, 'KELLING, DOUGLAS G'), (236, 'CONCORD, NC'), (322, 'NC'), (347, 'KELLING, DOUGLAS G'), (511, '11,694'), (615, '309'), (700, '12,003')]",33:559 -"[(16, 'KELLOGG, JANICE '), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'KELLOGG, JANICE '), (482, '9,075'), (611, '3,441'), (700, '12,516')]",33:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 33 of 71')]",33:591 -"[(347, 'Lilly Faculty Registry')]",34:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",34:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",34:63 -"[(558, '(All amounts in US Dollars)')]",34:70 -"[(499, 'Healthcare ')]",34:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",34:81 -"[(16, 'JOHN H. LIEN MD, ACP'), (236, 'SAN JOSE, CA'), (322, 'CA'), (347, 'LIEN, JOHN H'), (514, '2,634'), (703, '2,634')]",31:495 -"[(16, 'JOHN H. POTOMSKI, JR, DO, P.A.'), (236, 'MELBOURNE, FL'), (322, 'FL'), (347, 'POTOMSKI, JOHN H'), (514, '3,300'), (703, '3,300')]",31:502 -"[(16, 'JOHN M. DEIRMENJIAN, MD A PROFESSIONAL CORPORATION'), (236, 'LONG BEACH, CA'), (322, 'CA'), (347, 'DEIRMENJIAN, JOHN M'), (511, '28,050'), (615, '568'), (700, '28,618')]",31:509 -"[(16, 'JOHN T. HARDY MD. PC.'), (236, 'PUEBLO, CO'), (322, 'CO'), (347, 'HARDY, JOHN T'), (511, '35,400'), (568, '9,000'), (611, '5,215'), (700, '49,615')]",31:516 -"[(16, 'JOHN TSUANG M.D.'), (236, 'MANHATTAN BEACH, CA'), (322, 'CA'), (347, 'TSUANG, JOHN W'), (511, '48,100'), (611, '2,840'), (700, '50,940')]",31:523 -"[(16, 'JOHN, KYLE S'), (236, 'SPRINGFIELD, MO'), (322, 'MO'), (347, 'JOHN, KYLE S'), (511, '19,950'), (611, '1,067'), (700, '21,017')]",31:531 -"[(16, 'JOHNNY K. CHANG, MD., INC.'), (236, 'NORTHRIDGE, CA'), (322, 'CA'), (347, 'CHANG, JOHNNY K'), (511, '34,213'), (611, '5,376'), (700, '39,589')]",31:538 -"[(16, 'JOHNSON HEALTH LLC'), (236, 'NEW ALBANY, OH'), (322, 'OH'), (347, 'JOHNSON, JOHN A'), (511, '45,075'), (611, '1,081'), (700, '46,156')]",31:545 -"[(16, 'JOHNSON, JACKIE '), (236, 'KANSAS CITY, MO'), (322, 'MO'), (347, 'JOHNSON, JACKIE '), (482, '1,725'), (618, '29'), (703, '1,754')]",31:552 -"[(16, 'JOHNSON, JENNAL L'), (236, 'PHOENIX, AZ'), (322, 'AZ'), (347, 'JOHNSON, JENNAL L'), (514, '1,950'), (618, '33'), (703, '1,983')]",31:559 -"[(16, 'JOHNSON, KAREN '), (236, 'WAKEFIELD, RI'), (322, 'RI'), (347, 'JOHNSON, KAREN '), (482, '1,388'), (618, '22'), (703, '1,410')]",31:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 31 of 71')]",31:591 -"[(347, 'Lilly Faculty Registry')]",32:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",32:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",32:63 -"[(558, '(All amounts in US Dollars)')]",32:70 -"[(499, 'Healthcare ')]",32:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",32:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",32:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",32:88 -"[(500, 'Education '), (583, 'Related Expenses')]",32:92 -"[(467, 'Programs'), (532, 'Education Programs')]",32:95 -"[(501, 'Programs')]",32:99 -"[(16, 'JOHNSON, KENNETH E'), (236, 'MILWAUKEE, WI'), (322, 'WI'), (347, 'JOHNSON, KENNETH E'), (511, '26,700'), (615, '948'), (700, '27,648')]",32:106 -"[(16, 'JOHNSON, MARK C'), (236, 'MASON CITY, IA'), (322, 'IA'), (347, 'JOHNSON, MARK C'), (514, '4,188'), (615, '448'), (703, '4,635')]",32:113 -"[(16, 'JOHNSON, ROBERT B'), (236, 'RIVER FALLS, WI'), (322, 'WI'), (347, 'JOHNSON, ROBERT B'), (514, '1,188'), (618, '14'), (703, '1,202')]",32:120 -"[(16, 'JOHNSON, ROBERT R'), (236, 'WILMINGTON, NC'), (322, 'NC'), (347, 'JOHNSON, ROBERT R'), (514, '2,650'), (618, '52'), (703, '2,702')]",32:127 -"[(16, 'JOHNSON, SANDRA '), (236, 'MOUNT AIRY, NC'), (322, 'NC'), (347, 'JOHNSON, SANDRA '), (482, '3,638'), (615, '172'), (703, '3,810')]",32:135 -"[(16, 'JOHNSON, SHANNON '), (236, 'MASON CITY, IA'), (322, 'IA'), (347, 'JOHNSON, SHANNON '), (482, '4,763'), (615, '205'), (703, '4,968')]",32:142 -"[(16, 'JOHNSON, SUZANNE R'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'JOHNSON, SUZANNE R'), (514, '2,100'), (615, '273'), (703, '2,373')]",32:149 -"[(16, 'JOHNSON, TANYA '), (236, 'LANHAM, MD'), (322, 'MD'), (347, 'JOHNSON, TANYA '), (486, '206'), (707, '206')]",32:156 -"[(16, 'JOHNSON, VERNON C'), (236, 'SHERMAN, TX'), (322, 'TX'), (347, 'JOHNSON, VERNON C'), (514, '1,875'), (618, '50'), (703, '1,925')]",32:163 -"[(16, 'JOHNSON‐GRIFFIN, LISE A'), (236, 'DECATUR, AL'), (322, 'AL'), (347, 'JOHNSON‐GRIFFIN, LISE A'), (482, '3,488'), (615, '462'), (703, '3,950')]",32:171 -"[(16, 'JOHNSTON, CAROL '), (236, 'COLUMBIA, MD'), (322, 'MD'), (347, 'JOHNSTON, CAROL '), (482, '4,800'), (615, '242'), (703, '5,042')]",32:178 -"[(16, 'JONAS, ALAN M'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'JONAS, ALAN M'), (511, '19,800'), (611, '2,283'), (700, '22,083')]",32:185 -"[(16, 'JONATHAN C. GAMZE'), (236, 'ARLINGTON HEIGHTS, IL'), (322, 'IL'), (347, 'GAMZE, JONATHAN C'), (568, '1,250'), (703, '1,250')]",32:192 -"[(16, 'JONATHAN CHARNEY, MD, PC'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'CHARNEY, JOHNATHAN Z'), (514, '6,250'), (615, '214'), (703, '6,464')]",32:199 -"[(16, 'JONATHAN S. FORESTER, M.D., A PROFESSIONAL MEDICAL CORPORATION'), (236, 'PINEVILLE, LA'), (322, 'LA'), (347, 'FORESTER, JONATHAN S'), (514, '4,000'), (615, '359'), (703, '4,359')]",32:207 -"[(16, 'JONES STALLARD, KAREN '), (236, 'COEBURN, VA'), (322, 'VA'), (347, 'JONES STALLARD, KAREN '), (482, '1,613'), (615, '243'), (703, '1,856')]",32:214 -"[(16, 'JONES, AUDREY '), (236, 'KNOXVILLE, TN'), (322, 'TN'), (347, 'JONES, AUDREY '), (482, '1,613'), (615, '165'), (703, '1,778')]",32:221 -"[(16, 'JONES, CAROLYN S'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'JONES, CAROLYN S'), (482, '2,250'), (615, '185'), (703, '2,435')]",32:228 -"[(16, 'JONES, CHRISTOPH U'), (236, 'SACRAMENTO, CA'), (322, 'CA'), (347, 'JONES, CHRISTOPH U'), (514, '2,738'), (703, '2,738')]",32:235 -"[(16, 'JONES, DAVID H'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'JONES, DAVID H'), (568, '2,000'), (615, '161'), (703, '2,161')]",32:243 -"[(16, 'JONES, DIANA E'), (236, 'OCEAN ISLE BEACH, NC'), (322, 'NC'), (347, 'JONES, DIANA E'), (482, '6,644'), (611, '1,047'), (703, '7,691')]",32:250 -"[(16, 'JONES, GEORGIA A'), (236, 'WASHINGTON, MO'), (322, 'MO'), (347, 'JONES, GEORGIA A'), (511, '34,800'), (611, '4,620'), (700, '39,420')]",32:257 -"[(16, 'JONES, KIM D'), (236, 'PORTLAND, OR'), (322, 'OR'), (347, 'JONES, KIM D'), (514, '9,000'), (615, '569'), (703, '9,569')]",32:264 -"[(16, 'JONES, MISTY '), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'JONES, MISTY '), (482, '4,706'), (615, '830'), (703, '5,536')]",32:271 -"[(16, 'JONES, SIDNEY A'), (236, 'MINNEAPOLIS, MN'), (322, 'MN'), (347, 'JONES, SIDNEY A'), (514, '7,281'), (615, '311'), (703, '7,592')]",32:279 -"[(16, 'JONES, STEVEN E'), (236, 'BESSEMER, AL'), (322, 'AL'), (347, 'JONES, STEVEN E'), (511, '13,284'), (615, '383'), (700, '13,667')]",32:286 -"[(16, 'JONES‐KINGMAN, THERESA A'), (236, 'SARATOGA SPRINGS, NY'), (322, 'NY'), (347, 'JONES‐KINGMAN, THERESA A'), (482, '2,850'), (615, '460'), (703, '3,310')]",32:293 -"[(16, 'JORDAN, JOANNE M'), (236, 'CHAPEL HILL, NC'), (322, 'NC'), (347, 'JORDAN, JOANNE M'), (568, '3,000'), (615, '174'), (703, '3,174')]",32:300 -"[(16, 'JORGE L. CUELLO MD, P.A.'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'CUELLO, JORGE L'), (514, '1,184'), (703, '1,184')]",32:307 -"[(16, 'JORGENSON, JAMES A'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'JORGENSON, JAMES A'), (572, '750'), (707, '750')]",32:315 -"[(16, 'JORNSAY, DONNA '), (236, 'NEW HYDE PARK, NY'), (322, 'NY'), (347, 'JORNSAY, DONNA '), (486, '244'), (707, '244')]",32:322 -"[(16, 'JOSE R. ANTUNES, M.D. P.A.'), (236, 'SARASOTA, FL'), (322, 'FL'), (347, 'ANTUNES, JOSE R'), (514, '1,613'), (703, '1,613')]",32:329 -"[(16, 'JOSE RIVERA DEL RIO CARDIOLOGY SERVICES PSC'), (16, 'JOSE RIVERA DEL RIO CARDIOLOGY SERVICES PSC'), (236, 'BAYAMON, PR'), (236, 'BAYAMON, PR'), (322, 'PR'), (322, 'PR'), (347, 'RIVERA DEL RIO, JOSE R'), (347, 'RIVERA DEL RIO, JOSE R'), (514, '1,184'), (514, '1,184'), (703, '1,184'), (703, '1,184')]",32:336 -"[(16, 'JOSELITO CABACCAN, MD'), (236, 'SAN JOSE, CA'), (322, 'CA'), (347, 'CABACCAN, JOSEL C'), (514, '8,419'), (618, '99'), (703, '8,518')]",32:344 -"[(16, 'JOSEPH BERGER, MD, PC'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'BERGER, JOSEPH '), (511, '13,275'), (615, '153'), (700, '13,428')]",32:351 -"[(16, 'JOSEPH L. KUT'), (236, 'LAKE FOREST, IL'), (322, 'IL'), (347, 'KUT, JOSPEH L'), (511, '27,500'), (611, '1,973'), (700, '29,473')]",32:358 -"[(16, 'JOSEPH L. MICCA MD'), (236, 'MARIETTA, GA'), (322, 'GA'), (347, 'MICCA, JOE L'), (511, '37,950'), (568, '9,000'), (611, '2,449'), (700, '49,399')]",32:365 -"[(16, 'JOSEPH M. RIPPERGER, MD'), (236, 'NORMAN, OK'), (322, 'OK'), (347, 'RIPPERGER, JOE M'), (511, '43,250'), (611, '1,236'), (700, '44,486')]",32:372 -"[(16, 'JOSEPH P. MCNALLY MD'), (236, 'CRYSTAL LAKE, IL'), (322, 'IL'), (347, 'MCNALLY, JOSEPH P'), (511, '45,150'), (611, '2,286'), (700, '47,436')]",32:379 -"[(16, 'JOSEPH R. ROBINSON , MD PC'), (236, 'WASHINGTON, DC'), (322, 'DC'), (347, 'ROBINSON, JOSEPH R'), (514, '3,934'), (618, '30'), (703, '3,964')]",32:387 -"[(16, 'JOSHI, BIPIN K'), (236, 'FRESNO, CA'), (322, 'CA'), (347, 'JOSHI, BIPIN K'), (514, '2,634'), (703, '2,634')]",32:394 -"[(16, 'JOSHI, RENU A'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'JOSHI, RENU A'), (514, '1,325'), (703, '1,325')]",32:401 -"[(16, 'JOSHI, SANJEEV V'), (236, 'CHICAGO HEIGHTS, IL'), (322, 'IL'), (347, 'JOSHI, SANJEEV V'), (514, '7,800'), (615, '495'), (703, '8,295')]",32:408 -"[(16, 'JOTTE, ROBERT M'), (236, 'LONE TREE, CO'), (322, 'CO'), (347, 'JOTTE, ROBERT M'), (514, '8,213'), (618, '78'), (703, '8,290')]",32:415 -"[(16, 'JOVANOVICH, DANIEL B'), (236, 'PORTSMOUTH, OH'), (322, 'OH'), (347, 'JOVANOVICH, DANIEL B'), (514, '2,684'), (703, '2,684')]",32:423 -"[(16, 'JOY WEBSTER'), (236, 'ALTON, IL'), (322, 'IL'), (347, 'WEBSTER, JOY '), (514, '4,300'), (703, '4,300')]",32:430 -"[(16, 'JOYCE R. MILLER MD, LTD'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'MILLER, JOYCE R'), (511, '14,700'), (615, '593'), (700, '15,293')]",32:437 -"[(16, 'JOYCE, MONICA '), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'JOYCE, MONICA '), (486, '863'), (618, '87'), (707, '950')]",32:444 -"[(16, 'JUAN B ESPINOSA MD PA'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'ESPINOSA PACCINI, JUAN B'), (514, '5,700'), (703, '5,700')]",32:451 -"[(16, 'JUDD, MICHAEL E'), (236, 'LYNCHBURG, VA'), (322, 'VA'), (347, 'JUDD, MICHAEL E'), (511, '20,400'), (615, '847'), (700, '21,247')]",32:459 -"[(16, 'JUDITH KNOWLES‐DUNCAN, MD'), (236, 'NOBLESVILLE, IN'), (322, 'IN'), (347, 'KNOWLES‐DUNCAN, JUDI A'), (511, '40,200'), (611, '1,693'), (700, '41,893')]",32:466 -"[(16, 'JULIAN DE BRUYN KOPS, MD PA'), (236, 'IDAHO FALLS, ID'), (322, 'ID'), (347, 'DE BRUYN KOPS, JULIAN '), (514, '2,338'), (615, '300'), (703, '2,637')]",32:473 -"[(16, 'JULIAN MARQUEZ, MD, P.A.'), (236, 'HIALEAH, FL'), (322, 'FL'), (347, 'MARQUEZ, JULIAN M'), (514, '3,000'), (618, '95'), (703, '3,095')]",32:480 -"[(16, 'JULIO C. DELGADO, MD, LLC'), (236, 'MONTGOMERY, AL'), (322, 'AL'), (347, 'DELGADO, JULIO A'), (514, '1,300'), (703, '1,300')]",32:487 -"[(16, 'JULIO C. PITA, JR., MD'), (236, 'CORAL GABLES, FL'), (322, 'FL'), (347, 'PITA, JULIO C'), (514, '1,100'), (703, '1,100')]",32:495 -"[(16, 'JULIO, WILLIAM '), (236, 'BAYAMON, PR'), (322, 'PR'), (347, 'JULIO, WILLIAM '), (514, '4,800'), (615, '138'), (703, '4,938')]",32:502 -"[(16, 'JUNEJA, RATTAN '), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'JUNEJA, RATTAN '), (514, '7,338'), (568, '1,000'), (615, '794'), (703, '9,132')]",32:509 -"[(16, 'JURJUS, GEORGE J'), (236, 'CLEVELAND, OH'), (322, 'OH'), (347, 'JURJUS, GEORGE J'), (514, '7,200'), (615, '123'), (703, '7,323')]",32:516 -"[(16, 'JW JEFFERSON, LLC'), (236, 'MADISON, WI'), (322, 'WI'), (347, 'JEFFERSON, JAMES W'), (514, '3,050'), (615, '959'), (703, '4,009')]",32:523 -"[(16, 'JWK CONSULTING'), (236, 'SANTA ROSA, CA'), (322, 'CA'), (347, 'KEISER, WAYNE W'), (518, '225'), (707, '225')]",32:531 -"[(16, 'K N G, L.L.C'), (236, 'ORLANDO, FL'), (322, 'FL'), (347, 'BOURNE, KIMBERLY A'), (514, '8,156'), (703, '8,156')]",32:538 -"[(16, 'KABBINIVAR, FAIROOZ F'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'KABBINIVAR, FAIROOZ F'), (514, '2,650'), (703, '2,650')]",32:545 -"[(16, 'KAELL, ALAN T'), (236, 'SMITHTOWN, NY'), (322, 'NY'), (347, 'KAELL, ALAN T'), (514, '2,000'), (703, '2,000')]",32:552 -"[(16, 'KAGAN, JOSEPH P'), (236, 'BROCKTON, MA'), (322, 'MA'), (347, 'KAGAN, JOSEPH P'), (514, '1,450'), (703, '1,450')]",32:559 -"[(16, 'KAHN, CHARLES B'), (236, 'PROVIDENCE, RI'), (322, 'RI'), (347, 'KAHN, CHARLES B'), (514, '6,519'), (615, '381'), (703, '6,899')]",32:567 -"[(16, 'JACOBUS, CAROLINE '), (236, 'UTICA, NY'), (322, 'NY'), (347, 'JACOBUS, CAROLINE '), (482, '2,925'), (615, '394'), (703, '3,319')]",30:487 -"[(16, 'JACQUELINE KING'), (236, 'ARLINGTON HEIGHTS, IL'), (322, 'IL'), (347, 'KING, JACQUELINE '), (482, '3,113'), (615, '100'), (703, '3,213')]",30:495 -"[(16, 'JAFAR, MUMTAZUDD Z'), (236, 'POUGHKEEPSIE, NY'), (322, 'NY'), (347, 'JAFAR, MUMTAZUDD Z'), (511, '13,284'), (618, '93'), (700, '13,378')]",30:502 -"[(16, 'JAFFE, NORMAN D'), (236, 'SYRACUSE, NY'), (322, 'NY'), (347, 'JAFFE, NORMAN D'), (514, '1,784'), (618, '32'), (703, '1,816')]",30:509 -"[(16, 'JAFFERY, SYED W'), (236, 'FOREST HILLS, NY'), (322, 'NY'), (347, 'JAFFERY, SYED W'), (514, '4,000'), (611, '1,270'), (703, '5,270')]",30:516 -"[(16, 'JAFFRANI INC.'), (236, 'ALEXANDRIA, LA'), (322, 'LA'), (347, 'JAFFRANI, NASEEM A'), (514, '8,584'), (615, '604'), (703, '9,189')]",30:523 -"[(16, 'JAGAR, CHRIS W'), (236, 'ELIZABETH, NJ'), (322, 'NJ'), (347, 'JAGAR, CHRIS W'), (514, '7,450'), (615, '191'), (703, '7,641')]",30:531 -"[(16, 'JAIME L. SILVA, MD, FACC'), (236, 'BROWNSVILLE, TX'), (322, 'TX'), (347, 'SILVA, JAIME L'), (518, '934'), (707, '934')]",30:538 -"[(16, 'JAIN, RAJEEV K'), (236, 'MILWAUKEE, WI'), (322, 'WI'), (347, 'JAIN, RAJEEV K'), (511, '10,669'), (618, '45'), (700, '10,714')]",30:545 -"[(16, 'JAIN, SAUNDRA M'), (236, 'LAKE JACKSON, TX'), (322, 'TX'), (347, 'JAIN, SAUNDRA M'), (514, '9,038'), (566, '22,969'), (611, '3,716'), (700, '35,722')]",30:552 -"[(16, 'JAIN, SHAILY '), (236, 'LAS VEGAS, NV'), (322, 'NV'), (347, 'JAIN, SHAILY '), (514, '6,800'), (568, '1,250'), (703, '8,050')]",30:559 -"[(16, 'JAMAL HAMMOUD, MD'), (236, 'FLINT, MI'), (322, 'MI'), (347, 'HAMMOUD, JAMAL '), (511, '16,369'), (615, '227'), (700, '16,595')]",30:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 30 of 71')]",30:591 -"[(347, 'Lilly Faculty Registry')]",31:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",31:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",31:63 -"[(558, '(All amounts in US Dollars)')]",31:70 -"[(499, 'Healthcare ')]",31:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",31:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",31:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",31:88 -"[(500, 'Education '), (583, 'Related Expenses')]",31:92 -"[(467, 'Programs'), (532, 'Education Programs')]",31:95 -"[(501, 'Programs')]",31:99 -"[(16, 'JAMAL, NASSIRUDDIN M'), (236, 'JOHNSON CITY, NY'), (322, 'NY'), (347, 'JAMAL, NASSIRUDDIN M'), (514, '2,284'), (703, '2,284')]",31:106 -"[(16, 'JAMERSON, KENNETH A'), (236, 'ANN ARBOR, MI'), (322, 'MI'), (347, 'JAMERSON, KENNETH A'), (566, '14,750'), (608, '14,150'), (700, '28,900')]",31:113 -"[(16, 'JAMES ADAMO MD PC'), (236, 'GROSSE POINTE FARMS, MI'), (322, 'MI'), (347, 'ADAMO, JAMES D'), (511, '15,000'), (615, '457'), (700, '15,457')]",31:120 -"[(16, 'JAMES BENNETT APOTHECARY, INC.'), (236, 'CORINTH, MS'), (322, 'MS'), (347, 'BENNETT, JIMMY '), (482, '1,725'), (521, '28'), (615, '100'), (703, '1,853')]",31:127 -"[(16, 'JAMES C.‐Y. CHOU, M.D., P.C.'), (236, 'IRVINGTON, NY'), (322, 'NY'), (347, 'CHOU, JAMES C'), (511, '15,200'), (611, '2,969'), (700, '18,169')]",31:135 -"[(16, 'JAMES CHAPPELL, MD, P.C.'), (236, 'DENVER, CO'), (322, 'CO'), (347, 'CHAPPELL, JAMES C'), (514, '2,906'), (703, '2,906')]",31:142 -"[(16, 'JAMES G. BARBEE, MD, LLC'), (236, 'NEW ORLEANS, LA'), (322, 'LA'), (347, 'BARBEE IV, JAMES G'), (511, '13,800'), (618, '86'), (700, '13,886')]",31:149 -"[(16, 'JAMES H. LIU M.D. INC'), (236, 'ARTESIA, CA'), (322, 'CA'), (347, 'LIU, JAMES H'), (518, '450'), (707, '450')]",31:156 -"[(16, 'JAMES I MCMILLEN, MD, FACR'), (236, 'MECHANICSBURG, PA'), (322, 'PA'), (347, 'MCMILLEN, JAMES I'), (511, '21,000'), (611, '1,262'), (700, '22,262')]",31:163 -"[(16, 'JAMES PATRICK MURPHY, MD, PSC'), (236, 'LOUISVILLE, KY'), (322, 'KY'), (347, 'MURPHY, JAMES P'), (511, '12,250'), (615, '424'), (700, '12,674')]",31:171 -"[(16, 'JAMES R. HIGGINS, MD, INC.'), (236, 'TULSA, OK'), (322, 'OK'), (347, 'HIGGINS, JAMES R'), (514, '3,484'), (703, '3,484')]",31:178 -"[(16, 'JAMES R. THRASHER, MD, PA'), (236, 'LITTLE ROCK, AR'), (322, 'AR'), (347, 'THRASHER, JAMES R'), (514, '3,863'), (703, '3,863')]",31:185 -"[(16, 'JAMES, LEONARD P'), (236, 'FRESH MEADOWS, NY'), (322, 'NY'), (347, 'JAMES, LEONARD P'), (514, '2,150'), (703, '2,150')]",31:192 -"[(16, 'JAMES, VENITA '), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'JAMES, VENITA '), (482, '1,250'), (618, '27'), (703, '1,277')]",31:199 -"[(16, 'JAMIESON, ROBERT C'), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'JAMIESON, ROBERT C'), (511, '15,300'), (615, '899'), (700, '16,199')]",31:207 -"[(16, 'JANBAY, NASSER N'), (236, 'OKLAHOMA CITY, OK'), (322, 'OK'), (347, 'JANBAY, NASSER N'), (568, '1,875'), (615, '476'), (703, '2,351')]",31:214 -"[(16, 'JANG B. SINGH, MD, PL'), (236, 'WORCESTER, MA'), (322, 'MA'), (347, 'SINGH, JANG B'), (514, '5,584'), (703, '5,584')]",31:221 -"[(16, 'JANUARIUSZ L. STYPEREK, MD, PA'), (236, 'BOYNTON BEACH, FL'), (322, 'FL'), (347, 'STYPEREK, JANUARIUSZ L'), (518, '934'), (707, '934')]",31:228 -"[(16, 'JARRELLS, YURA K'), (236, 'ANNAPOLIS, MD'), (322, 'MD'), (347, 'JARRELLS, YURA K'), (511, '33,100'), (615, '800'), (700, '33,900')]",31:235 -"[(16, 'JARVIS, DIANNE L'), (236, 'FRESNO, CA'), (322, 'CA'), (347, 'JARVIS, DIANNE L'), (479, '12,488'), (611, '5,112'), (700, '17,599')]",31:243 -"[(16, 'JASHVANTLAL K. THAKKAR, MD'), (236, 'CHARLESTON, WV'), (322, 'WV'), (347, 'THAKKAR, JASHVANT K'), (514, '5,184'), (703, '5,184')]",31:250 -"[(16, 'JASKIEWICZ, JULIA '), (236, 'NEWARK, NJ'), (322, 'NJ'), (347, 'JASKIEWICZ, JULIA '), (482, '5,663'), (615, '265'), (703, '5,928')]",31:257 -"[(16, 'JAVIER I. TORRENS MD LLC'), (236, 'LIVINGSTON, NJ'), (322, 'NJ'), (347, 'TORRENS, JAVIER I'), (514, '5,294'), (618, '93'), (703, '5,387')]",31:264 -"[(16, 'JAZIRI, WALID '), (236, 'NORWICH, CT'), (322, 'CT'), (347, 'JAZIRI, WALID '), (514, '4,200'), (615, '147'), (703, '4,347')]",31:271 -"[(16, 'JEANNE M. MORRIS‐FOLEY NP PSYCHIATRY P.C.'), (236, 'PORT JEFFERSON, NY'), (322, 'NY'), (347, 'MORRIS FOLEY, JEANNE M'), (486, '900'), (615, '104'), (703, '1,004')]",31:279 -"[(16, 'JEFF HARAZIN, MD'), (236, 'COLORADO SPRINGS, CO'), (322, 'CO'), (347, 'HARAZIN, JEFFREY S'), (511, '50,300'), (611, '7,433'), (700, '57,733')]",31:286 -"[(16, 'JEFFREY D. GREENWOOD MD PC.'), (236, 'KNOXVILLE, TN'), (322, 'TN'), (347, 'GREENWOOD, JEFFREY D'), (514, '7,950'), (615, '200'), (703, '8,150')]",31:293 -"[(16, 'JEFFREY EDWARDS, MD'), (236, 'OMAHA, NE'), (322, 'NE'), (347, 'EDWARDS, JEFFREY L'), (511, '14,000'), (568, '1,750'), (618, '30'), (700, '15,780')]",31:300 -"[(16, 'JEFFREY J. HANSEN'), (236, 'VANCOUVER, WA'), (322, 'WA'), (347, 'HANSEN, JEFFREY J'), (511, '31,900'), (566, '12,000'), (611, '7,924'), (700, '51,824')]",31:307 -"[(16, 'JEFFREY L. WINSTON, MD'), (236, 'MARIETTA, GA'), (322, 'GA'), (347, 'WINSTON, JEFFREY L'), (514, '4,200'), (703, '4,200')]",31:315 -"[(16, 'JEFFREY M. BENZICK, MD, PA'), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'BENZICK, JEFFREY M'), (514, '1,800'), (618, '46'), (703, '1,846')]",31:322 -"[(16, 'JEFFREY ROBERT UNGER, MD, INC.'), (236, 'RANCHO CUCAMONGA, CA'), (322, 'CA'), (347, 'UNGER, JEFFREY R'), (511, '17,638'), (611, '1,083'), (700, '18,721')]",31:329 -"[(16, 'JEFFREY S. BARKIN, MD, PA'), (16, 'JEFFREY S. BARKIN, MD, PA'), (236, 'PORTLAND, ME'), (236, 'PORTLAND, ME'), (322, 'ME'), (322, 'ME'), (347, 'BARKIN, JEFFREY S'), (347, 'BARKIN, JEFFREY S'), (511, '31,950'), (511, '31,950'), (611, '1,983'), (611, '1,983'), (700, '33,933'), (700, '33,933')]",31:336 -"[(16, 'JELLINGER, PAUL S'), (236, 'HOLLYWOOD, FL'), (322, 'FL'), (347, 'JELLINGER, PAUL S'), (514, '1,781'), (703, '1,781')]",31:344 -"[(16, 'JENKINS, CANDACE M'), (236, 'GAINESVILLE, FL'), (322, 'FL'), (347, 'JENKINS, CANDACE M'), (482, '6,388'), (611, '2,341'), (703, '8,729')]",31:351 -"[(16, 'JENLIMAR, INC.'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'DRAZIN, NOAM Z'), (511, '11,000'), (568, '1,100'), (611, '2,043'), (700, '14,143')]",31:358 -"[(16, 'JENNINGS, MARK O'), (236, 'CHATTANOOGA, TN'), (322, 'TN'), (347, 'JENNINGS, MARK O'), (511, '12,750'), (615, '507'), (700, '13,257')]",31:365 -"[(16, 'JENNINGS, TIMOTHY R'), (236, 'CHATTANOOGA, TN'), (322, 'TN'), (347, 'JENNINGS, TIMOTHY R'), (511, '31,750'), (611, '1,611'), (700, '33,361')]",31:372 -"[(16, 'JERKOVICH, GEORGE S'), (236, 'SALINA, KS'), (322, 'KS'), (347, 'JERKOVICH, GEORGE S'), (511, '14,550'), (615, '723'), (700, '15,273')]",31:379 -"[(16, 'JETTY, PREETHAM '), (236, 'ANDERSON, IN'), (322, 'IN'), (347, 'JETTY, PREETHAM '), (514, '9,484'), (615, '126'), (703, '9,611')]",31:387 -"[(16, 'JEW, RITA K'), (236, 'ORANGE, CA'), (322, 'CA'), (347, 'JEW, RITA K'), (568, '1,453'), (615, '116'), (703, '1,569')]",31:394 -"[(16, 'JF PSYCHIATRIC SERVICES, PSC'), (236, 'SAN JUAN, PR'), (322, 'PR'), (347, 'FUMERO PEREZ, JUAN J'), (511, '11,000'), (615, '335'), (700, '11,335')]",31:401 -"[(16, 'JFG CONSULTING, LLC'), (236, 'ANN ARBOR, MI'), (322, 'MI'), (347, 'GREDEN, JOHN F'), (568, '3,125'), (615, '270'), (703, '3,395')]",31:408 -"[(16, 'JIMENEZ RODRIGUEZ, HARRY O'), (236, 'BAYAMON, PR'), (322, 'PR'), (347, 'JIMENEZ RODRIGUEZ, HARRY O'), (514, '1,838'), (703, '1,838')]",31:415 -"[(16, 'JIR‐DAN INC.'), (236, 'CHEYENNE, WY'), (322, 'WY'), (347, 'DANCZIK, JIRI J'), (514, '7,200'), (615, '751'), (703, '7,951')]",31:423 -"[(16, 'JOAN F. BAILEY M.D. P.C.'), (236, 'PHOENIX, AZ'), (322, 'AZ'), (347, 'BAILEY, JOAN F'), (511, '13,788'), (615, '506'), (700, '14,293')]",31:430 -"[(16, 'JOCHIM, KENDA '), (236, 'BLOOMINGTON, IN'), (322, 'IN'), (347, 'JOCHIM, KENDA '), (482, '1,350'), (615, '715'), (703, '2,065')]",31:437 -"[(16, 'JOEL A HOLINER M.D., P.A.'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'SHARMA, ADITYA '), (514, '5,400'), (618, '20'), (703, '5,420')]",31:444 -"[(16, 'JOHN A. VENDITTO MD PC'), (236, 'ROSLYN HEIGHTS, NY'), (322, 'NY'), (347, 'VENDITTO, JOHN A'), (514, '4,484'), (703, '4,484')]",31:451 -"[(16, 'JOHN C. CHELF, MD INC.'), (236, 'BIXBY, OK'), (322, 'OK'), (347, 'CHELF, JOHN C'), (511, '43,500'), (611, '1,353'), (700, '44,853')]",31:459 -"[(16, 'JOHN D. KAUFMAN, M.D.'), (236, 'SANTA CLARITA, CA'), (322, 'CA'), (347, 'KAUFMAN, JOHN D'), (514, '2,700'), (568, '1,969'), (703, '4,669')]",31:466 -"[(16, 'JOHN F. FISHER, MD, PA'), (236, 'SUSSEX, NJ'), (322, 'NJ'), (347, 'FISHER, JOHN F'), (511, '11,950'), (615, '418'), (700, '12,368')]",31:473 -"[(16, 'JOHN F. PEPPIN, DO, PC'), (236, 'WEST DES MOINES, IA'), (322, 'IA'), (347, 'PEPPIN, JOHN F'), (568, '4,063'), (703, '4,063')]",31:480 -"[(16, 'JOHN G. GELINAS, JR, MD, PC'), (236, 'REDDING, CT'), (322, 'CT'), (347, 'GELINAS, JOHN G'), (514, '9,325'), (615, '251'), (703, '9,576')]",31:487 -"[(16, 'HOU, ZHEN '), (236, 'JACKSONVILLE, FL'), (322, 'FL'), (347, 'HOU, ZHEN '), (568, '1,875'), (615, '348'), (703, '2,223')]",29:293 -"[(16, 'HOWARD BEHAVIORAL HEALTH, INC.'), (236, 'COLUMBIA, MD'), (322, 'MD'), (347, 'HYMAN, LAWRENCE R'), (511, '19,500'), (615, '425'), (700, '19,925')]",29:300 -"[(16, 'HOWARD GRAITZER'), (236, 'PORTLAND, OR'), (322, 'OR'), (347, 'GRAITZER, HOWARD M'), (514, '1,575'), (620, '5'), (703, '1,580')]",29:307 -"[(16, 'HOWARD ROSENBAUM, MD'), (236, 'BEAVERTON, OR'), (322, 'OR'), (347, 'ROSENBAUM, HOWARD S'), (514, '2,550'), (703, '2,550')]",29:315 -"[(16, 'HOWARD, ELIZABETH '), (236, 'BUFFALO, NY'), (322, 'NY'), (347, 'HOWARD, ELIZABETH '), (482, '7,856'), (615, '372'), (703, '8,228')]",29:322 -"[(16, 'HOWARD, PAMELA D'), (236, 'NORWALK, CT'), (322, 'CT'), (347, 'HOWARD, PAMELA D'), (486, '788'), (618, '74'), (707, '862')]",29:329 -"[(16, 'HOWELL, WILLIAM H'), (16, 'HOWELL, WILLIAM H'), (236, 'GARDENDALE, AL'), (236, 'GARDENDALE, AL'), (322, 'AL'), (322, 'AL'), (347, 'HOWELL, WILLIAM H'), (347, 'HOWELL, WILLIAM H'), (514, '2,450'), (514, '2,450'), (703, '2,450'), (703, '2,450')]",29:336 -"[(16, 'HOWSEPIAN, AL A'), (236, 'FRESNO, CA'), (322, 'CA'), (347, 'HOWSEPIAN, AL A'), (514, '8,700'), (615, '517'), (703, '9,217')]",29:344 -"[(16, 'HOYEK, WISSAM N'), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'HOYEK, WISSAM N'), (514, '5,184'), (621, '9'), (703, '5,193')]",29:351 -"[(16, 'HSU, WILLIAM C'), (236, 'BOSTON, MA'), (322, 'MA'), (347, 'HSU, WILLIAM C'), (514, '2,225'), (703, '2,225')]",29:358 -"[(16, 'HSUEH, CHUNG‐TSEN '), (236, 'LOMA LINDA, CA'), (322, 'CA'), (347, 'HSUEH, CHUNG‐TSEN '), (514, '5,813'), (615, '429'), (703, '6,242')]",29:365 -"[(16, 'HU, ANDRE M'), (236, 'MARLTON, NJ'), (322, 'NJ'), (347, 'HU, ANDRE M'), (514, '6,000'), (618, '12'), (703, '6,012')]",29:372 -"[(16, 'HU, KENNETH S'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'HU, KENNETH S'), (514, '9,138'), (615, '717'), (703, '9,854')]",29:379 -"[(16, 'HU, RONA J'), (236, 'PALO ALTO, CA'), (322, 'CA'), (347, 'HU, RONA J'), (511, '33,200'), (611, '6,849'), (700, '40,049')]",29:387 -"[(16, 'HUANG, CAROLINE B'), (236, 'ARLINGTON, VA'), (322, 'VA'), (347, 'HUANG, CAROLINE B'), (514, '3,225'), (618, '26'), (703, '3,251')]",29:394 -"[(16, 'HUBEISHY, KHALID M'), (236, 'FAIRPORT, NY'), (322, 'NY'), (347, 'HUBEISHY, KHALID M'), (511, '24,500'), (615, '580'), (700, '25,080')]",29:401 -"[(16, 'HUBER, MICHAEL G'), (236, 'CHARLESTON, SC'), (322, 'SC'), (347, 'HUBER, MICHAEL G'), (514, '8,475'), (615, '485'), (703, '8,960')]",29:408 -"[(16, 'HUDSON HEART GROUP, P.C.'), (236, 'GUTTENBERG, NJ'), (322, 'NJ'), (347, 'DAILEY‐STERLING, FELIX G'), (514, '3,484'), (618, '42'), (703, '3,526')]",29:415 -"[(16, 'HUDSON, JEAN '), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'HUDSON, JEAN '), (482, '3,263'), (615, '166'), (703, '3,428')]",29:423 -"[(16, 'HUFFSTUTTER, JOSEPH E'), (236, 'HIXSON, TN'), (322, 'TN'), (347, 'HUFFSTUTTER, JOSEPH E'), (514, '3,000'), (618, '11'), (703, '3,011')]",29:430 -"[(16, 'HUGHES, SEAN G'), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'HUGHES, SEAN G'), (514, '5,184'), (703, '5,184')]",29:437 -"[(16, 'HUGHES, TIMOTHY E'), (236, 'FORT MYERS, FL'), (322, 'FL'), (347, 'HUGHES, TIMOTHY E'), (514, '1,275'), (618, '92'), (703, '1,367')]",29:444 -"[(16, 'HULL, BARRY K'), (236, 'PEACHTREE CITY, GA'), (322, 'GA'), (347, 'HULL, BARRY K'), (511, '23,050'), (611, '1,570'), (700, '24,620')]",29:451 -"[(16, 'HULTGREN, STEVE '), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'HULTGREN, STEVE '), (572, '750'), (615, '175'), (707, '925')]",29:459 -"[(16, 'HUMBERTO R. BRUSCHETTA, M.D., P.A.'), (236, 'KINGSVILLE, TX'), (322, 'TX'), (347, 'BRUSCHETTA, HUMBERTO R'), (514, '3,781'), (703, '3,781')]",29:466 -"[(16, 'HUMPHREY, DEBRA S'), (236, 'TUSCALOOSA, AL'), (322, 'AL'), (347, 'HUMPHREY, DEBRA S'), (514, '3,000'), (618, '94'), (703, '3,094')]",29:473 -"[(16, 'HUMPHREY, MICHAEL L'), (236, 'ALTOONA, PA'), (322, 'PA'), (347, 'HUMPHREY, MICHAEL L'), (514, '2,906'), (618, '88'), (703, '2,994')]",29:480 -"[(16, 'HUNDAL, RIPUDAMAN S'), (236, 'SMYRNA, DE'), (322, 'DE'), (347, 'HUNDAL, RIPUDAMAN S'), (511, '16,031'), (615, '843'), (700, '16,874')]",29:487 -"[(16, 'HUNTER, AUBREE '), (236, 'GLENDALE, AZ'), (322, 'AZ'), (347, 'HUNTER, AUBREE '), (489, '75'), (710, '75')]",29:495 -"[(16, 'HUNTER, MARK I'), (236, 'COLUMBIA, MO'), (322, 'MO'), (347, 'HUNTER, MARK I'), (514, '8,150'), (703, '8,150')]",29:502 -"[(16, 'HUPART, PRESTON A'), (236, 'WAYNE, NJ'), (322, 'NJ'), (347, 'HUPART, PRESTON A'), (518, '934'), (707, '934')]",29:509 -"[(16, 'HUSSEIN, MAEN A'), (236, 'TAVARES, FL'), (322, 'FL'), (347, 'HUSSEIN, MAEN A'), (568, '1,875'), (615, '272'), (703, '2,147')]",29:516 -"[(16, 'HUSTON, ROBINETTE J'), (236, 'DUBLIN, OH'), (322, 'OH'), (347, 'HUSTON, ROBINETTE J'), (514, '3,450'), (618, '68'), (703, '3,518')]",29:523 -"[(16, 'HUTCHINSON, MINDY B'), (236, 'BRIDGEVILLE, PA'), (322, 'PA'), (347, 'HUTCHINSON, MINDY B'), (514, '8,050'), (615, '351'), (703, '8,401')]",29:531 -"[(16, 'HUTZLER, JOHN N'), (236, 'TALLMADGE, OH'), (322, 'OH'), (347, 'HUTZLER, JOHN N'), (511, '10,125'), (618, '77'), (700, '10,202')]",29:538 -"[(16, 'ICHIYAMA, MARY '), (236, 'HONOLULU, HI'), (322, 'HI'), (347, 'ICHIYAMA, MARY '), (482, '1,213'), (703, '1,213')]",29:545 -"[(16, 'IDAHO PHYSICAL MEDICINE & REHABILITATION'), (236, 'BOISE, ID'), (322, 'ID'), (347, 'FRIEDMAN, ROBERT H'), (511, '12,000'), (611, '1,193'), (700, '13,193')]",29:552 -"[(16, 'IGOA, JOSE E'), (236, 'MCALLEN, TX'), (322, 'TX'), (347, 'IGOA, JOSE E'), (511, '45,750'), (611, '2,469'), (700, '48,219')]",29:559 -"[(16, 'IGWE, ROBERT C'), (236, 'BERKLEY, MI'), (322, 'MI'), (347, 'IGWE, ROBERT C'), (514, '2,906'), (703, '2,906')]",29:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 29 of 71')]",29:591 -"[(347, 'Lilly Faculty Registry')]",30:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",30:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",30:63 -"[(558, '(All amounts in US Dollars)')]",30:70 -"[(499, 'Healthcare ')]",30:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",30:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",30:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",30:88 -"[(500, 'Education '), (583, 'Related Expenses')]",30:92 -"[(467, 'Programs'), (532, 'Education Programs')]",30:95 -"[(501, 'Programs')]",30:99 -"[(16, 'IJAZ, MOHAMMAD T'), (236, 'ZANESVILLE, OH'), (322, 'OH'), (347, 'IJAZ, MOHAMMAD T'), (518, '338'), (707, '338')]",30:106 -"[(16, 'IKEDA, DANIEL P'), (236, 'SACRAMENTO, CA'), (322, 'CA'), (347, 'IKEDA, DANIEL P'), (511, '13,500'), (611, '1,117'), (700, '14,617')]",30:113 -"[(16, 'IKPEAZU, EMEKA V'), (236, 'DEERFIELD BEACH, FL'), (322, 'FL'), (347, 'IKPEAZU, EMEKA V'), (511, '10,888'), (700, '10,888')]",30:120 -"[(16, 'ILAN MELNICK, M.D., P.A.'), (236, 'CORAL GABLES, FL'), (322, 'FL'), (347, 'MELNICK, ILAN '), (514, '2,025'), (618, '80'), (703, '2,105')]",30:127 -"[(16, 'ILIADIS, ELIAS A'), (236, 'VOORHEES, NJ'), (322, 'NJ'), (347, 'ILIADIS, ELIAS A'), (518, '450'), (707, '450')]",30:135 -"[(16, 'INDIANA HEALTH GROUP'), (236, 'CARMEL, IN'), (322, 'IN'), (347, 'BOJRAB, CHRISTOPHER D'), (511, '28,050'), (566, '19,750'), (611, '1,691'), (700, '49,491')]",30:142 -"[(16, 'INGRAM, MICHAEL '), (236, 'BAY CITY, MI'), (322, 'MI'), (347, 'INGRAM, MICHAEL '), (514, '6,200'), (703, '6,200')]",30:149 -"[(16, 'INLAND INTERVENTIONAL ASSOCIATES'), (236, 'LOMA LINDA, CA'), (322, 'CA'), (347, 'RHO, JAMES I'), (514, '2,250'), (703, '2,250')]",30:156 -"[(16, 'INNOVATIVE MEDICINE, INC.'), (236, 'HELOTES, TX'), (322, 'TX'), (347, 'HANDS, KATHLEEN E'), (514, '2,700'), (703, '2,700')]",30:163 -"[(16, 'INSEL, JERALD '), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'INSEL, JERALD '), (514, '5,384'), (703, '5,384')]",30:171 -"[(16, 'INSEL, JONATHAN R'), (236, 'TUCSON, AZ'), (322, 'AZ'), (347, 'INSEL, JONATHAN R'), (514, '3,781'), (703, '3,781')]",30:178 -"[(16, 'INSTITUTE FOR PSYCHIATRIC EDUCATION'), (236, 'DAYTON, OH'), (322, 'OH'), (347, 'PATEL, AMITA R'), (511, '29,700'), (568, '3,000'), (611, '1,210'), (700, '33,910')]",30:185 -"[(16, 'INTEGRATED BEHAVIORAL  HEALTHCARE'), (236, 'SCARBOROUGH, ME'), (322, 'ME'), (347, 'TARRAZA, MARIANNE D'), (514, '2,400'), (703, '2,400')]",30:192 -"[(16, 'INTEGRATED BEHAVIORAL SERVICES INC.'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'WU, GERALDINE N'), (511, '25,800'), (615, '593'), (700, '26,393')]",30:199 -"[(16, 'INTEGRATED MED PSYCH RESOURCES P.C.'), (236, 'CEDAR RAPIDS, IA'), (322, 'IA'), (347, 'STUTTS, WILLIAM A'), (511, '14,950'), (611, '1,150'), (700, '16,100')]",30:207 -"[(16, 'INTERCARE HEALTH SYTEMS, LTD.'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'AXELSON, ALAN A'), (514, '1,500'), (615, '313'), (703, '1,813')]",30:214 -"[(16, 'INTERNAL MEDICINE ASSOCIATES OF RICHLAND'), (236, 'RICHLAND, WA'), (322, 'WA'), (347, 'SALINAS, JOSEPH P'), (511, '23,375'), (611, '1,503'), (700, '24,878')]",30:221 -"[(16, 'INTERNAL MEDICINE ASSOCIATES OF THE SOUTHERN TIER'), (236, 'ELMIRA, NY'), (322, 'NY'), (347, 'SCHENONE, ROGER '), (514, '2,275'), (615, '399'), (703, '2,674')]",30:228 -"[(16, 'INTERVENTIONAL CARDIAC CONSULTANT'), (236, 'NEW HYDE PARK, NY'), (322, 'NY'), (347, 'KOSS, JEROME H'), (514, '3,384'), (703, '3,384')]",30:235 -"[(16, 'INZERILLO, JOHN J'), (236, 'WASHINGTON, NC'), (322, 'NC'), (347, 'INZERILLO, JOHN J'), (511, '25,500'), (568, '4,688'), (611, '9,132'), (700, '39,319')]",30:243 -"[(16, 'IRICK, SHIELA I'), (236, 'FISHERS, IN'), (322, 'IN'), (347, 'IRICK, SHIELA I'), (514, '3,750'), (615, '453'), (703, '4,203')]",30:250 -"[(16, 'IRVING, GORDON A'), (236, 'SEATTLE, WA'), (322, 'WA'), (347, 'IRVING, GORDON A'), (514, '6,250'), (615, '754'), (703, '7,004')]",30:257 -"[(16, 'IRWIN, JULIA J'), (236, 'ARDMORE, OK'), (322, 'OK'), (347, 'IRWIN, JULIA J'), (514, '1,200'), (615, '209'), (703, '1,409')]",30:264 -"[(16, 'ISA, GEORGE F'), (236, 'COVINGTON, LA'), (322, 'LA'), (347, 'ISA, GEORGE F'), (514, '8,884'), (618, '19'), (703, '8,903')]",30:271 -"[(16, 'ISHII, MICHAEL M'), (236, 'SUN PRAIRIE, WI'), (322, 'WI'), (347, 'ISHII, MICHAEL M'), (514, '5,550'), (615, '257'), (703, '5,807')]",30:279 -"[(16, 'ISIDRO, ROMEO L'), (236, 'NORTHRIDGE, CA'), (322, 'CA'), (347, 'ISIDRO, ROMEO L'), (514, '5,550'), (615, '148'), (703, '5,698')]",30:286 -"[(16, 'ISLAM, ASHEQUL A'), (236, 'SPRINGFIELD, MA'), (322, 'MA'), (347, 'ISLAM, ASHEQUL A'), (514, '5,584'), (615, '108'), (703, '5,692')]",30:293 -"[(16, 'ISRAEL A. HARTMAN M.D.P.A.'), (236, 'ARLINGTON, TX'), (322, 'TX'), (347, 'HARTMAN, ISRAEL A'), (511, '29,713'), (611, '1,811'), (700, '31,524')]",30:300 -"[(16, 'ISRAEL GALTES, MD. PA.'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'GALTES, ISRAEL I'), (521, '84'), (710, '84')]",30:307 -"[(16, 'ISRAEL, ROBERT W'), (236, 'MOBILE, AL'), (322, 'AL'), (347, 'ISRAEL, ROBERT W'), (514, '2,000'), (703, '2,000')]",30:315 -"[(16, 'ITELD, BERNSTEIN AND ASSOCIATES, L.L.C. D/B/A LOUISIANA HEART CENTER'), (236, 'SLIDELL, LA'), (322, 'LA'), (347, 'BERNSTEIN, MARC '), (521, '84'), (710, '84')]",30:322 -"[(16, 'IVERSON, RONALD A'), (236, 'DUBUQUE, IA'), (322, 'IA'), (347, 'IVERSON, RONALD A'), (514, '3,338'), (615, '112'), (703, '3,450')]",30:329 -"[(16, 'IVINS, SETH L'), (16, 'IVINS, SETH L'), (236, 'NEWARK, DE'), (236, 'NEWARK, DE'), (322, 'DE'), (322, 'DE'), (347, 'IVINS, SETH L'), (347, 'IVINS, SETH L'), (511, '12,900'), (511, '12,900'), (615, '342'), (615, '342'), (700, '13,242'), (700, '13,242')]",30:336 -"[(16, 'IZLAR, CAMILLE '), (236, 'DURHAM, NC'), (322, 'NC'), (347, 'IZLAR, CAMILLE '), (568, '1,125'), (618, '59'), (703, '1,184')]",30:344 -"[(16, 'IZZO, TIMOTHY J'), (236, 'GRAND LEDGE, MI'), (322, 'MI'), (347, 'IZZO, TIMOTHY J'), (514, '6,300'), (615, '167'), (703, '6,467')]",30:351 -"[(16, 'J J BADIMON, INC'), (236, 'LARCHMONT, NY'), (322, 'NY'), (347, 'BADIMON, JUAN J'), (568, '1,250'), (615, '285'), (703, '1,535')]",30:358 -"[(16, 'J.S. DEC, P.C.'), (236, 'LAS VEGAS, NV'), (322, 'NV'), (347, 'SNYDER, JAMES W'), (514, '6,281'), (611, '2,340'), (703, '8,621')]",30:365 -"[(16, 'JABBOUR, SERGE A'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'JABBOUR, SERGE A'), (511, '48,356'), (611, '4,210'), (700, '52,566')]",30:372 -"[(16, 'JABLONKA, ELAINE '), (236, 'SYRACUSE, NY'), (322, 'NY'), (347, 'JABLONKA, ELAINE '), (489, '56'), (710, '56')]",30:379 -"[(16, 'JABLONS, DAVID M'), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'JABLONS, DAVID M'), (511, '19,013'), (700, '19,013')]",30:387 -"[(16, 'JACCARD, JOHN T'), (236, 'SPOKANE, WA'), (322, 'WA'), (347, 'JACCARD, JOHN T'), (514, '4,500'), (615, '580'), (703, '5,080')]",30:394 -"[(16, 'JACK L. SNITZER, DO, PA'), (236, 'SALISBURY, MD'), (322, 'MD'), (347, 'SNITZER, JACK L'), (514, '8,006'), (618, '77'), (703, '8,083')]",30:401 -"[(16, 'JACKSON, LEROY T'), (236, 'PORTSMOUTH, VA'), (322, 'VA'), (347, 'JACKSON, LEROY T'), (518, '450'), (707, '450')]",30:408 -"[(16, 'JACKSON, RICHARD '), (236, 'BLOOMFIELD HILLS, MI'), (322, 'MI'), (347, 'JACKSON, RICHARD '), (511, '42,700'), (611, '7,850'), (700, '50,550')]",30:415 -"[(16, 'JACKSON, ROBERT W'), (236, 'MACON, MO'), (322, 'MO'), (347, 'JACKSON, ROBERT W'), (615, '185'), (707, '185')]",30:423 -"[(16, 'JACKSON, TIMOTHY K'), (236, 'MORGANTOWN, WV'), (322, 'WV'), (347, 'JACKSON, TIMOTHY K'), (514, '4,031'), (615, '100'), (703, '4,131')]",30:430 -"[(16, 'JACKSONVILLE NURSING CONSTULTANTS, INC.'), (236, 'JACKSONVILLE, FL'), (322, 'FL'), (347, 'ROSSI, BRIDGET '), (511, '12,075'), (611, '2,193'), (700, '14,268')]",30:437 -"[(16, 'JACOB, MINA '), (236, 'DOUGLASVILLE, GA'), (322, 'GA'), (347, 'JACOB, MINA '), (514, '5,184'), (703, '5,184')]",30:444 -"[(16, 'JACOBS, LESLIE C'), (236, 'LAS VEGAS, NV'), (322, 'NV'), (347, 'JACOBS, LESLIE C'), (514, '9,500'), (568, '5,125'), (700, '14,625')]",30:451 -"[(16, 'JACOBSON, BARRY J'), (236, 'SPRINGFIELD, PA'), (322, 'PA'), (347, 'JACOBSON, BARRY J'), (511, '46,275'), (611, '4,476'), (700, '50,751')]",30:459 -"[(16, 'JACOBSON, JAMES N'), (236, 'PALM BAY, FL'), (322, 'FL'), (347, 'JACOBSON, JAMES N'), (511, '23,775'), (615, '470'), (700, '24,245')]",30:466 -"[(16, 'JACOBSON, LOUISE '), (236, 'MEMPHIS, TN'), (322, 'TN'), (347, 'JACOBSON, LOUISE '), (482, '2,494'), (615, '160'), (703, '2,653')]",30:473 -"[(16, 'JACOBSON, MITCHELL M'), (236, 'MILWAUKEE, WI'), (322, 'WI'), (347, 'JACOBSON, MITCHELL M'), (514, '1,213'), (703, '1,213')]",30:480 -"[(16, 'HERODOTOU, DEMETRIOS T'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'HERODOTOU, DEMETRIOS T'), (514, '4,256'), (615, '245'), (703, '4,501')]",28:199 -"[(16, 'HERRING, ELLEN M'), (236, 'BENZONIA, MI'), (322, 'MI'), (347, 'HERRING, ELLEN M'), (486, '788'), (707, '788')]",28:207 -"[(16, 'HERSON, PERRY B'), (236, 'WILLISTON PARK, NY'), (322, 'NY'), (347, 'HERSON, PERRY B'), (518, '300'), (707, '300')]",28:214 -"[(16, 'HERTZ, JANE '), (236, 'THE VILLAGES, FL'), (322, 'FL'), (347, 'HERTZ, JANE '), (479, '30,931'), (611, '5,633'), (700, '36,564')]",28:221 -"[(16, 'HERTZMAN, ALEX '), (236, 'GLEN BURNIE, MD'), (322, 'MD'), (347, 'HERTZMAN, ALEX '), (514, '5,225'), (618, '56'), (703, '5,281')]",28:228 -"[(16, 'HERZOG, THOMAS J'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'HERZOG, THOMAS J'), (514, '5,400'), (568, '1,125'), (615, '522'), (703, '7,047')]",28:235 -"[(16, 'HESS, CARL A'), (236, 'FULLERTON, CA'), (322, 'CA'), (347, 'HESS, CARL A'), (514, '3,000'), (703, '3,000')]",28:243 -"[(16, 'HESS, TODD M'), (236, 'SAINT PAUL, MN'), (322, 'MN'), (347, 'HESS, TODD M'), (514, '3,000'), (568, '1,500'), (620, '9'), (703, '4,509')]",28:250 -"[(16, 'HESS‐FISCHL, AMY '), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'HESS‐FISCHL, AMY '), (482, '2,275'), (618, '83'), (703, '2,358')]",28:257 -"[(16, 'HEYRICH, GEORGE P'), (236, 'LAWRENCEVILLE, NJ'), (322, 'NJ'), (347, 'HEYRICH, GEORGE P'), (514, '6,684'), (615, '162'), (703, '6,846')]",28:264 -"[(16, 'HIGA, JOY H'), (236, 'HONOLULU, HI'), (322, 'HI'), (347, 'HIGA, JOY H'), (482, '4,388'), (615, '410'), (703, '4,798')]",28:271 -"[(16, 'HIGGINS, KIMBERLY '), (236, 'SAN RAMON, CA'), (322, 'CA'), (347, 'HIGGINS, KIMBERLY '), (482, '4,000'), (615, '540'), (703, '4,540')]",28:279 -"[(16, 'HIJAZI, RABIH A'), (236, 'CROSSVILLE, TN'), (322, 'TN'), (347, 'HIJAZI, RABIH A'), (514, '1,781'), (618, '50'), (703, '1,831')]",28:286 -"[(16, 'HILL, DONAL D'), (236, 'FAIRFIELD, IA'), (322, 'IA'), (347, 'HILL, DONAL D'), (511, '49,300'), (611, '1,932'), (700, '51,232')]",28:293 -"[(16, 'HILL, LINDSAY '), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'HILL, LINDSAY '), (479, '16,725'), (611, '3,708'), (700, '20,433')]",28:300 -"[(16, 'HILL, TODD P'), (236, 'GLADSTONE, MO'), (322, 'MO'), (347, 'HILL, TODD P'), (511, '35,550'), (611, '1,747'), (700, '37,297')]",28:307 -"[(16, 'HILLEGASS, WILLIAM B'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'HILLEGASS, WILLIAM B'), (511, '10,884'), (615, '339'), (700, '11,223')]",28:315 -"[(16, 'HILLIARD, BELINDA L'), (236, 'BARTLETT, TN'), (322, 'TN'), (347, 'HILLIARD, BELINDA L'), (482, '2,213'), (615, '690'), (703, '2,903')]",28:322 -"[(16, 'HILLTOP ASSOCIATES, INC'), (236, 'TAYLORSVILLE, GA'), (322, 'GA'), (347, 'WARD, ANN P'), (514, '9,906'), (615, '186'), (700, '10,092')]",28:329 -"[(16, 'HIMMLESTEIN, STEPHEN I'), (16, 'HIMMLESTEIN, STEPHEN I'), (236, 'SOUTHAVEN, MS'), (236, 'SOUTHAVEN, MS'), (322, 'MS'), (322, 'MS'), (347, 'HIMMLESTEIN, STEPHEN I'), (347, 'HIMMLESTEIN, STEPHEN I'), (511, '11,984'), (511, '11,984'), (615, '264'), (615, '264'), (700, '12,248'), (700, '12,248')]",28:336 -"[(16, 'HINDMAN, STEPHEN H'), (236, 'BROOKHAVEN, MS'), (322, 'MS'), (347, 'HINDMAN, STEPHEN H'), (514, '1,184'), (703, '1,184')]",28:344 -"[(16, 'HINES, JOSEPH H'), (236, 'ERIE, PA'), (322, 'PA'), (347, 'HINES, JOSEPH H'), (514, '3,781'), (703, '3,781')]",28:351 -"[(16, 'HINKLE, PAM '), (236, 'GRUNDY, VA'), (322, 'VA'), (347, 'HINKLE, PAM '), (482, '1,125'), (615, '443'), (703, '1,568')]",28:358 -"[(16, 'HINNEN, DEBORAH A'), (236, 'WICHITA, KS'), (322, 'KS'), (347, 'HINNEN, DEBORAH A'), (479, '10,944'), (566, '11,688'), (615, '666'), (700, '23,298')]",28:365 -"[(16, 'HINRICHS, SHERRI L'), (236, 'FAIRFIELD, OH'), (322, 'OH'), (347, 'HINRICHS, SHERRI L'), (482, '1,688'), (703, '1,688')]",28:372 -"[(16, 'HINSHAW, WILLIAM B'), (236, 'SYLVA, NC'), (322, 'NC'), (347, 'HINSHAW, WILLIAM B'), (511, '43,375'), (608, '10,257'), (700, '53,632')]",28:379 -"[(16, 'HIREMAGULAR, SHOBHA R'), (236, 'JOHNSON CITY, TN'), (322, 'TN'), (347, 'HIREMAGULAR, SHOBHA R'), (514, '5,584'), (703, '5,584')]",28:387 -"[(16, 'HIRSCH, STEVEN C'), (236, 'CANTON, OH'), (322, 'OH'), (347, 'HIRSCH, STEVEN C'), (514, '5,184'), (703, '5,184')]",28:394 -"[(16, 'HIRSCH, WILLIAM S'), (236, 'YARDLEY, PA'), (322, 'PA'), (347, 'HIRSCH, WILLIAM S'), (514, '3,384'), (703, '3,384')]",28:401 -"[(16, 'HITO, HASSAN '), (236, 'WEST ISLIP, NY'), (322, 'NY'), (347, 'HITO, HASSAN '), (514, '6,975'), (615, '201'), (703, '7,176')]",28:408 -"[(16, 'HM MEDICAL CONSULTANTS PROF LLC'), (236, 'DENVER, CO'), (322, 'CO'), (347, 'HARADA, RUTH N'), (511, '49,650'), (611, '1,107'), (700, '50,757')]",28:415 -"[(16, 'HOANG, TRI‐DUNG G'), (236, 'SACRAMENTO, CA'), (322, 'CA'), (347, 'HOANG, TRI‐DUNG G'), (514, '2,075'), (703, '2,075')]",28:423 -"[(16, 'HOBBS, CURTIS J'), (236, 'TACOMA, WA'), (322, 'WA'), (347, 'HOBBS, CURTIS J'), (518, '450'), (618, '23'), (707, '473')]",28:430 -"[(16, 'HOBLYN, JENNIFER C'), (236, 'PALO ALTO, CA'), (322, 'CA'), (347, 'HOBLYN, JENNIFER C'), (615, '416'), (707, '416')]",28:437 -"[(16, 'HOCHSTER, HOWARD S'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'HOCHSTER, HOWARD S'), (511, '17,725'), (615, '707'), (700, '18,432')]",28:444 -"[(16, 'HODES, ZACHARY I'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'HODES, ZACHARY I'), (514, '1,784'), (703, '1,784')]",28:451 -"[(16, 'HODGES, DONNA '), (236, 'JACKSON, MS'), (322, 'MS'), (347, 'HODGES, DONNA '), (482, '1,688'), (618, '30'), (703, '1,718')]",28:459 -"[(16, 'HODGES, LINDA '), (236, 'BOURBONNAIS, IL'), (322, 'IL'), (347, 'HODGES, LINDA '), (479, '25,031'), (608, '13,694'), (700, '38,726')]",28:466 -"[(16, 'HODGMAN, RICHARD E'), (236, 'KALKASKA, MI'), (322, 'MI'), (347, 'HODGMAN, RICHARD E'), (511, '20,250'), (611, '1,679'), (700, '21,929')]",28:473 -"[(16, 'HOELSCHER, LISA '), (236, 'LORENA, TX'), (322, 'TX'), (347, 'HOELSCHER, LISA '), (489, '75'), (710, '75')]",28:480 -"[(16, 'HOFFBERG, HOWARD J'), (236, 'OWINGS MILLS, MD'), (322, 'MD'), (347, 'HOFFBERG, HOWARD J'), (511, '26,000'), (611, '1,754'), (700, '27,754')]",28:487 -"[(16, 'HOFFMAN, JAN M'), (236, 'WICHITA, KS'), (322, 'KS'), (347, 'HOFFMAN, JAN M'), (514, '1,156'), (620, '3'), (703, '1,159')]",28:495 -"[(16, 'HOGAN, WAYNE '), (236, 'HAMMOND, IN'), (322, 'IN'), (347, 'HOGAN, WAYNE '), (482, '5,475'), (611, '1,924'), (703, '7,399')]",28:502 -"[(16, 'HOGARTY, DAVID C'), (236, 'GOLDSBORO, NC'), (322, 'NC'), (347, 'HOGARTY, DAVID C'), (511, '13,750'), (700, '13,750')]",28:509 -"[(16, 'HOHMAN, SANDRA '), (236, 'NEW RICHMOND, WI'), (322, 'WI'), (347, 'HOHMAN, SANDRA '), (482, '1,163'), (618, '45'), (703, '1,208')]",28:516 -"[(16, 'HOISINGTON, DAVID H'), (236, 'LANSING, MI'), (322, 'MI'), (347, 'HOISINGTON, DAVID H'), (521, '56'), (710, '56')]",28:523 -"[(16, 'HOLBEIN, VIRGINIA '), (236, 'BEAVER FALLS, PA'), (322, 'PA'), (347, 'HOLBEIN, VIRGINIA '), (482, '2,888'), (615, '405'), (703, '3,292')]",28:531 -"[(16, 'HOLBROOK KARHAN, HEATHER '), (236, 'MATTHEWS, NC'), (322, 'NC'), (347, 'HOLBROOK KARHAN, HEATHER '), (482, '5,063'), (615, '573'), (703, '5,635')]",28:538 -"[(16, 'HOLCOMB, KEVIN M'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'HOLCOMB, KEVIN M'), (511, '16,200'), (615, '439'), (700, '16,639')]",28:545 -"[(16, 'HOLINER, JOEL A'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'HOLINER, JOEL A'), (514, '3,300'), (618, '63'), (703, '3,363')]",28:552 -"[(16, 'HOLLANDER, JASON M'), (236, 'LAWRENCEVILLE, NJ'), (322, 'NJ'), (347, 'HOLLANDER, JASON M'), (514, '1,781'), (703, '1,781')]",28:559 -"[(16, 'HOLLIMAN, ANDREA K'), (236, 'FORT WORTH, TX'), (322, 'TX'), (347, 'HOLLIMAN, ANDREA K'), (486, '300'), (618, '24'), (707, '324')]",28:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 28 of 71')]",28:591 -"[(347, 'Lilly Faculty Registry')]",29:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",29:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",29:63 -"[(558, '(All amounts in US Dollars)')]",29:70 -"[(499, 'Healthcare ')]",29:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",29:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",29:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",29:88 -"[(500, 'Education '), (583, 'Related Expenses')]",29:92 -"[(467, 'Programs'), (532, 'Education Programs')]",29:95 -"[(501, 'Programs')]",29:99 -"[(16, 'HOLLINGSWORTH, ALAN B'), (236, 'OKLAHOMA CITY, OK'), (322, 'OK'), (347, 'HOLLINGSWORTH, ALAN B'), (511, '14,400'), (568, '1,819'), (615, '104'), (700, '16,323')]",29:106 -"[(16, 'HOLLINGWORTH, JAN '), (236, 'BILLINGS, MT'), (322, 'MT'), (347, 'HOLLINGWORTH, JAN '), (479, '12,569'), (568, '4,590'), (611, '1,477'), (700, '18,635')]",29:113 -"[(16, 'HOLLINS, WILLIAM J'), (236, 'COLUMBIA, SC'), (322, 'SC'), (347, 'HOLLINS, WILLIAM J'), (514, '4,484'), (615, '616'), (703, '5,101')]",29:120 -"[(16, 'HOLLOMAN, GARLAND H'), (236, 'JACKSON, MS'), (322, 'MS'), (347, 'HOLLOMAN, GARLAND H'), (514, '5,700'), (703, '5,700')]",29:127 -"[(16, 'HOLLOWAY, JAMES D'), (236, 'LITTLE ROCK, AR'), (322, 'AR'), (347, 'HOLLOWAY, JAMES D'), (518, '934'), (707, '934')]",29:135 -"[(16, 'HOLLOWAY, WILLIS '), (236, 'OKLAHOMA CITY, OK'), (322, 'OK'), (347, 'HOLLOWAY, WILLIS '), (511, '42,300'), (568, '9,500'), (615, '815'), (700, '52,615')]",29:142 -"[(16, 'HOLM, MARK D'), (236, 'SAINT CLOUD, MN'), (322, 'MN'), (347, 'HOLM, MARK D'), (514, '2,906'), (618, '95'), (703, '3,002')]",29:149 -"[(16, 'HOLMES, DAVID T'), (236, 'TULLAHOMA, TN'), (322, 'TN'), (347, 'HOLMES, DAVID T'), (511, '44,250'), (611, '3,207'), (700, '47,457')]",29:156 -"[(16, 'HOLZER, LESLEY J'), (236, 'HILLIARD, OH'), (322, 'OH'), (347, 'HOLZER, LESLEY J'), (486, '113'), (707, '113')]",29:163 -"[(16, 'HOMAN, MAL R'), (236, 'SAYRE, PA'), (322, 'PA'), (347, 'HOMAN, MAL R'), (514, '4,656'), (615, '130'), (703, '4,786')]",29:171 -"[(16, 'HONASOGE, MAHALAKSH '), (236, 'DETROIT, MI'), (322, 'MI'), (347, 'HONASOGE, MAHALAKSH '), (514, '5,250'), (703, '5,250')]",29:178 -"[(16, 'HONEA, CONNIE '), (236, 'FALLON, NV'), (322, 'NV'), (347, 'HONEA, CONNIE '), (486, '394'), (707, '394')]",29:185 -"[(16, 'HONEYCUTT, WANDA '), (236, 'SALISBURY, NC'), (322, 'NC'), (347, 'HONEYCUTT, WANDA '), (482, '2,644'), (615, '420'), (703, '3,064')]",29:192 -"[(16, 'HONG, MUN K'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'HONG, MUN K'), (511, '10,884'), (615, '254'), (700, '11,139')]",29:199 -"[(16, 'HONIG, STANTON C'), (236, 'NEW HAVEN, CT'), (322, 'CT'), (347, 'HONIG, STANTON C'), (514, '1,000'), (703, '1,000')]",29:207 -"[(16, 'HOOD, DENISE R'), (236, 'TULSA, OK'), (322, 'OK'), (347, 'HOOD, DENISE R'), (486, '225'), (707, '225')]",29:214 -"[(16, 'HOOD, ROBERT C'), (236, 'BEAUMONT, TX'), (322, 'TX'), (347, 'HOOD, ROBERT C'), (511, '36,319'), (568, '2,000'), (611, '4,561'), (700, '42,880')]",29:221 -"[(16, 'HOOK, MATTHEW A'), (236, 'RALEIGH, NC'), (322, 'NC'), (347, 'HOOK, MATTHEW A'), (518, '450'), (707, '450')]",29:228 -"[(16, 'HOPPE, DIANA E'), (236, 'ENCINITAS, CA'), (322, 'CA'), (347, 'HOPPE, DIANA E'), (514, '9,725'), (611, '1,203'), (700, '10,928')]",29:235 -"[(16, 'HOPSON, PATRICIA S'), (236, 'GASTONIA, NC'), (322, 'NC'), (347, 'HOPSON, PATRICIA S'), (511, '18,188'), (615, '248'), (700, '18,435')]",29:243 -"[(16, 'HORIZON MEDICAL SERVICES, PC'), (236, 'BISMARCK, ND'), (322, 'ND'), (347, 'REMER, ELSA M'), (511, '10,500'), (615, '948'), (700, '11,448')]",29:250 -"[(16, 'HORMOZI, SHAHRAM '), (236, 'MANHASSET, NY'), (322, 'NY'), (347, 'HORMOZI, SHAHRAM '), (514, '2,634'), (703, '2,634')]",29:257 -"[(16, 'HOROWITZ, BARRY S'), (236, 'BOYNTON BEACH, FL'), (322, 'FL'), (347, 'HOROWITZ, BARRY S'), (514, '3,431'), (621, '9'), (703, '3,441')]",29:264 -"[(16, 'HORSES, ZEBRAS AND UNICORNS INC.'), (236, 'IRVINE, CA'), (322, 'CA'), (347, 'BEED, EUGENE T'), (568, '5,500'), (618, '40'), (703, '5,540')]",29:271 -"[(16, 'HORST, ERIC A'), (236, 'COLUMBIA, SC'), (322, 'SC'), (347, 'HORST, ERIC A'), (514, '1,781'), (703, '1,781')]",29:279 -"[(16, 'HORVATH, KEVIN A'), (236, 'VANDALIA, OH'), (322, 'OH'), (347, 'HORVATH, KEVIN A'), (511, '24,325'), (615, '726'), (700, '25,051')]",29:286 -"[(16, 'HAUSER CLINIC AND ASSOCIATES'), (236, 'BELLAIRE, TX'), (322, 'TX'), (347, 'STOCKWELL, DOUGLAS J'), (514, '2,700'), (615, '141'), (703, '2,841')]",27:293 -"[(16, 'HAUSER, LARRY A'), (236, 'AUSTIN, TX'), (322, 'TX'), (347, 'HAUSER, LARRY A'), (511, '21,300'), (611, '1,032'), (700, '22,332')]",27:300 -"[(16, 'HAWKINS‐ALLEN, FRANCEDA D'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'HAWKINS‐ALLEN, FRANCEDA D'), (486, '675'), (615, '183'), (707, '858')]",27:307 -"[(16, 'HAWKS MOUNTAIN ENTERPRISES, LLC'), (236, 'TUALATIN, OR'), (322, 'OR'), (347, 'MAYBEE, JANUS L'), (518, '750'), (707, '750')]",27:315 -"[(16, 'HAWWA, GEORGE G'), (236, 'GARFIELD HEIGHTS, OH'), (322, 'OH'), (347, 'HAWWA, GEORGE G'), (514, '2,634'), (618, '30'), (703, '2,664')]",27:322 -"[(16, 'HAYDEN, TIMOTHY W'), (236, 'JACKSON, TN'), (322, 'TN'), (347, 'HAYDEN, TIMOTHY W'), (514, '9,300'), (615, '312'), (703, '9,612')]",27:329 -"[(16, 'HAYES ENDOCRINE AND DIABETES CENTER, P.C.'), (16, 'HAYES ENDOCRINE AND DIABETES CENTER, P.C.'), (236, 'NASHVILLE, TN'), (236, 'NASHVILLE, TN'), (322, 'TN'), (322, 'TN'), (347, 'HAYES, ANDREA L'), (347, 'HAYES, ANDREA L'), (514, '5,531'), (514, '5,531'), (615, '432'), (615, '432'), (703, '5,964'), (703, '5,964')]",27:336 -"[(16, 'HAYES, DAVID N'), (236, 'CHAPEL HILL, NC'), (322, 'NC'), (347, 'HAYES, DAVID N'), (511, '37,800'), (615, '840'), (700, '38,640')]",27:344 -"[(16, 'HAYS, LISA R'), (236, 'SHAWNEE MISSION, KS'), (322, 'KS'), (347, 'HAYS, LISA R'), (514, '5,925'), (568, '1,500'), (703, '7,425')]",27:351 -"[(16, 'HE, XING‐YUE S'), (236, 'VANCOUVER, WA'), (322, 'WA'), (347, 'HE, XING‐YUE S'), (514, '4,513'), (615, '143'), (703, '4,655')]",27:358 -"[(16, 'HEALING OPTIONS'), (236, 'LOUISVILLE, KY'), (322, 'KY'), (347, 'BAIRD, JOHN R'), (518, '850'), (707, '850')]",27:365 -"[(16, 'HEALTH EDUCATION AND LIFE PROMOTION, LLC'), (236, 'HOPE, IN'), (322, 'IN'), (347, 'MILLER, DAVID K'), (482, '1,444'), (615, '377'), (703, '1,821')]",27:372 -"[(16, 'HEALTH EDUCATION CONSULTANTS OF NE OHIO'), (236, 'AKRON, OH'), (322, 'OH'), (347, 'HERSHBERGER, MARLYS '), (486, '113'), (707, '113')]",27:379 -"[(16, 'HEALTH LOGIK GROUP, LLC'), (236, 'LANHAM, MD'), (322, 'MD'), (347, 'FINLEY, KARL B'), (514, '2,081'), (621, '9'), (703, '2,090')]",27:387 -"[(16, 'HEALTH MANAGEMENT RESOURCES, INC'), (236, 'CARMEL, IN'), (322, 'IN'), (347, 'PARKIN, CHRISTINE L'), (482, '9,469'), (611, '2,372'), (700, '11,841')]",27:394 -"[(16, 'HEALTHCARE TECHNOLOGY SYSTEMS, INC.'), (236, 'MADISON, WI'), (322, 'WI'), (347, 'JEFFERSON, JAMES W'), (514, '2,150'), (568, '3,000'), (618, '81'), (703, '5,231')]",27:401 -"[(16, 'HEALTHED GROUP, INC'), (236, 'BRISTOL, VA'), (322, 'VA'), (347, 'RHINEHART, ANDREW S'), (518, '900'), (707, '900')]",27:408 -"[(16, 'HEARD, EMMA A'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'HEARD, EMMA A'), (482, '2,950'), (615, '718'), (703, '3,668')]",27:415 -"[(16, 'HEARNE, STEVEN E'), (236, 'SALISBURY, MD'), (322, 'MD'), (347, 'HEARNE, STEVEN E'), (511, '16,034'), (568, '1,100'), (615, '480'), (700, '17,615')]",27:423 -"[(16, 'HEART CARE ASSOCIATES OF CONNECTICUT, LLC'), (236, 'HAMDEN, CT'), (322, 'CT'), (347, 'CORDIDO, RICARDO F'), (511, '23,034'), (572, '850'), (615, '469'), (700, '24,353')]",27:430 -"[(16, 'HEART INSTITUTE OF WISCONSIN, S.C.'), (236, 'MILWAUKEE, WI'), (322, 'WI'), (347, 'SHAMMO, SALIM M'), (521, '84'), (710, '84')]",27:437 -"[(16, 'HEART SMART CONSULTING, INC.'), (236, 'ROSLYN, NY'), (322, 'NY'), (347, 'BERKE, ANDREW D'), (514, '2,634'), (703, '2,634')]",27:444 -"[(16, 'HEART SOLUTIONS OF OKLAHOMA'), (236, 'OKLAHOMA CITY, OK'), (322, 'OK'), (347, 'SIRAJUDDIN, RIAZ A'), (514, '5,584'), (703, '5,584')]",27:451 -"[(16, 'HEGELER, FLORENCE '), (236, 'VIENNA, VA'), (322, 'VA'), (347, 'HEGELER, FLORENCE '), (486, '488'), (707, '488')]",27:459 -"[(16, 'HEIDI HOLDEN, RD, CDE, INC.'), (236, 'SANTA CLARITA, CA'), (322, 'CA'), (347, 'HOLDEN, HEIDI '), (479, '30,513'), (518, '600'), (572, '875'), (608, '15,538'), (700, '47,526')]",27:466 -"[(16, 'HEIFETZ, STEVEN M'), (236, 'BURNSVILLE, MN'), (322, 'MN'), (347, 'HEIFETZ, STEVEN M'), (518, '934'), (707, '934')]",27:473 -"[(16, 'HEILE, MICHAEL K'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'HEILE, MICHAEL K'), (514, '5,570'), (618, '45'), (703, '5,615')]",27:480 -"[(16, 'HEIMOWITZ, TODD B'), (236, 'AVENTURA, FL'), (322, 'FL'), (347, 'HEIMOWITZ, TODD B'), (518, '450'), (707, '450')]",27:487 -"[(16, 'HEINIG, ROBERT E'), (236, 'ROCHESTER, NY'), (322, 'NY'), (347, 'HEINIG, ROBERT E'), (514, '3,781'), (621, '8'), (703, '3,790')]",27:495 -"[(16, 'HEINZE, EVERETT G'), (236, 'AUSTIN, TX'), (322, 'TX'), (347, 'HEINZE, EVERETT G'), (511, '18,200'), (568, '1,500'), (615, '213'), (700, '19,913')]",27:502 -"[(16, 'HEITHOFF, HEATHER '), (236, 'OLDWICK, NJ'), (322, 'NJ'), (347, 'HEITHOFF, HEATHER '), (482, '2,588'), (615, '196'), (703, '2,784')]",27:509 -"[(16, 'HEITKAMP, KATHY '), (236, 'MOOREHEAD, MN'), (322, 'MN'), (347, 'HEITKAMP, KATHY '), (482, '1,913'), (615, '575'), (703, '2,488')]",27:516 -"[(16, 'HELENA W. RODBARD, MD, PA'), (236, 'ROCKVILLE, MD'), (322, 'MD'), (347, 'RODBARD, HELENA W'), (514, '7,281'), (615, '359'), (703, '7,640')]",27:523 -"[(16, 'HELENE BENOVITZ, RD, CDE'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'BENOVITZ, HELENE '), (482, '1,913'), (615, '250'), (703, '2,163')]",27:531 -"[(16, 'HELGESON, DEE M'), (236, 'REEDSBURG, WI'), (322, 'WI'), (347, 'HELGESON, DEE M'), (482, '1,894'), (615, '161'), (703, '2,055')]",27:538 -"[(16, 'HELMS, JENNIFER '), (236, 'KENNEWICK, WA'), (322, 'WA'), (347, 'HELMS, JENNIFER '), (482, '4,300'), (611, '1,177'), (703, '5,477')]",27:545 -"[(16, 'HELVESTON, WENDELL R'), (236, 'HATTIESBURG, MS'), (322, 'MS'), (347, 'HELVESTON, WENDELL R'), (514, '3,000'), (703, '3,000')]",27:552 -"[(16, 'HEMSTREET, GEORGE P'), (236, 'TUSCALOOSA, AL'), (322, 'AL'), (347, 'HEMSTREET, GEORGE P'), (511, '12,184'), (700, '12,184')]",27:559 -"[(16, 'HENDERSON, G SUE '), (236, 'KOUNTZE, TX'), (322, 'TX'), (347, 'HENDERSON, G SUE '), (482, '2,250'), (615, '256'), (703, '2,506')]",27:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 27 of 71')]",27:591 -"[(347, 'Lilly Faculty Registry')]",28:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",28:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",28:63 -"[(558, '(All amounts in US Dollars)')]",28:70 -"[(499, 'Healthcare ')]",28:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",28:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",28:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",28:88 -"[(500, 'Education '), (583, 'Related Expenses')]",28:92 -"[(467, 'Programs'), (532, 'Education Programs')]",28:95 -"[(501, 'Programs')]",28:99 -"[(16, 'HENDERSON, MARK L'), (236, 'BANGOR, ME'), (322, 'ME'), (347, 'HENDERSON, MARK L'), (514, '3,500'), (703, '3,500')]",28:106 -"[(16, 'HENDRICK, JOHN P'), (236, 'JOHNSON CITY, TN'), (322, 'TN'), (347, 'HENDRICK, JOHN P'), (514, '4,200'), (615, '285'), (703, '4,485')]",28:113 -"[(16, 'HENDRICKSON, CAROL '), (236, 'LITTLE ROCK, AR'), (322, 'AR'), (347, 'HENDRICKSON, CAROL '), (482, '1,238'), (703, '1,238')]",28:120 -"[(16, 'HENNIGAN, MICHAEL A'), (236, 'DECATUR, AL'), (322, 'AL'), (347, 'HENNIGAN, MICHAEL A'), (518, '113'), (707, '113')]",28:127 -"[(16, 'HENRIQUEZ, FIDEL H'), (236, 'PEMBROKE PINES, FL'), (322, 'FL'), (347, 'HENRIQUEZ, FIDEL H'), (514, '1,863'), (703, '1,863')]",28:135 -"[(16, 'HENRY B. KAPLAN, DO'), (236, 'NEWBURGH, IN'), (322, 'IN'), (347, 'KAPLAN, HENRY B'), (511, '21,200'), (611, '1,714'), (700, '22,914')]",28:142 -"[(16, 'HENRY T. TSAI MD, INC.'), (236, 'ARCADIA, CA'), (322, 'CA'), (347, 'TSAI, HENRY T'), (568, '1,875'), (618, '65'), (703, '1,940')]",28:149 -"[(16, 'HENRY YEE, MD'), (236, 'ALHAMBRA, CA'), (322, 'CA'), (347, 'YEE, HENRY C'), (514, '5,184'), (618, '87'), (703, '5,271')]",28:156 -"[(16, 'HENRY, TIM D'), (236, 'MINNEAPOLIS, MN'), (322, 'MN'), (347, 'HENRY, TIM D'), (511, '12,234'), (615, '214'), (700, '12,448')]",28:163 -"[(16, 'HEPPNER, BRADLEY T'), (236, 'NATRONA HEIGHTS, PA'), (322, 'PA'), (347, 'HEPPNER, BRADLEY T'), (521, '84'), (710, '84')]",28:171 -"[(16, 'HERITAGE MEDICAL ASSOCIATES, PC'), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'HENDRIX, JULIE A'), (518, '300'), (707, '300')]",28:178 -"[(16, 'HERMAYER, KATHY L'), (236, 'CHARLESTON, SC'), (322, 'SC'), (347, 'HERMAYER, KATHY L'), (514, '6,169'), (615, '248'), (703, '6,417')]",28:185 -"[(16, 'HERMILLER, JAMES B'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'HERMILLER, JAMES B'), (511, '10,534'), (615, '133'), (700, '10,667')]",28:192 -"[(16, 'HAMROFF, GLENN S'), (236, 'CORTLANDT MANOR, NY'), (322, 'NY'), (347, 'HAMROFF, GLENN S'), (514, '2,284'), (620, '8'), (703, '2,293')]",26:437 -"[(16, 'HANAUER, STEPHEN B'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'HANAUER, STEPHEN B'), (568, '2,500'), (615, '160'), (703, '2,660')]",26:444 -"[(16, 'HANCEY, JAMES O'), (236, 'PORTLAND, OR'), (322, 'OR'), (347, 'HANCEY, JAMES O'), (514, '9,300'), (618, '98'), (703, '9,398')]",26:451 -"[(16, 'HANDEL, FRANKLIN '), (236, 'KETTERING, OH'), (322, 'OH'), (347, 'HANDEL, FRANKLIN '), (514, '7,784'), (615, '248'), (703, '8,033')]",26:459 -"[(16, 'HANDKE, LANE T'), (236, 'LINCOLN, NE'), (322, 'NE'), (347, 'HANDKE, LANE T'), (511, '46,863'), (611, '2,014'), (700, '48,876')]",26:466 -"[(16, 'HANLEY, HENRY G'), (236, 'ALEXANDRIA, LA'), (322, 'LA'), (347, 'HANLEY, HENRY G'), (514, '3,384'), (703, '3,384')]",26:473 -"[(16, 'HANNAFON, FREDA B'), (236, 'ROCHESTER, NY'), (322, 'NY'), (347, 'HANNAFON, FREDA B'), (511, '18,850'), (572, '375'), (611, '4,724'), (700, '23,949')]",26:480 -"[(16, 'HANSEN, ROBERT B'), (236, 'PORTSMOUTH, VA'), (322, 'VA'), (347, 'HANSEN, ROBERT B'), (511, '15,000'), (615, '795'), (700, '15,795')]",26:487 -"[(16, 'HAPPEL, KEITH R'), (236, 'BISMARCK, ND'), (322, 'ND'), (347, 'HAPPEL, KEITH R'), (511, '18,450'), (611, '1,086'), (700, '19,536')]",26:495 -"[(16, 'HAQ, NADEEM U'), (236, 'WILLIAMSVILLE, NY'), (322, 'NY'), (347, 'HAQ, NADEEM U'), (514, '3,484'), (703, '3,484')]",26:502 -"[(16, 'HAQUE, AFM F'), (236, 'FREEHOLD, NJ'), (322, 'NJ'), (347, 'HAQUE, AFM F'), (511, '51,100'), (611, '3,446'), (700, '54,546')]",26:509 -"[(16, 'HARALSON MEDICAL SERVICES'), (236, 'BRANDON, MS'), (322, 'MS'), (347, 'HARALSON, SUSAN R'), (482, '3,900'), (611, '1,818'), (703, '5,718')]",26:516 -"[(16, 'HARDEEP SINGH, MD PA'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'SINGH, HARDEEP '), (511, '28,150'), (611, '3,798'), (700, '31,948')]",26:523 -"[(16, 'HARDEK, JOHN J'), (236, 'RIVERSIDE, IL'), (322, 'IL'), (347, 'HARDEK, JOHN J'), (518, '600'), (707, '600')]",26:531 -"[(16, 'HARDIN, HARLYN '), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'HARDIN, HARLYN '), (486, '563'), (518, '600'), (703, '1,163')]",26:538 -"[(16, 'HARDIN, PAM '), (236, 'GREENVILLE, SC'), (322, 'SC'), (347, 'HARDIN, PAM '), (486, '188'), (707, '188')]",26:545 -"[(16, 'HARI PAREPALLY AND ASSOCIATES, P.C.'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'PAREPALLY, HARI '), (511, '19,500'), (611, '2,286'), (700, '21,786')]",26:552 -"[(16, 'HARJAI, KISHORE J'), (236, 'SAYRE, PA'), (322, 'PA'), (347, 'HARJAI, KISHORE J'), (518, '450'), (707, '450')]",26:559 -"[(16, 'HARKINS, MARGARET '), (236, 'GREENVILLE, SC'), (322, 'SC'), (347, 'HARKINS, MARGARET '), (482, '5,925'), (615, '315'), (703, '6,240')]",26:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 26 of 71')]",26:591 -"[(347, 'Lilly Faculty Registry')]",27:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",27:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",27:63 -"[(558, '(All amounts in US Dollars)')]",27:70 -"[(499, 'Healthcare ')]",27:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",27:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",27:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",27:88 -"[(500, 'Education '), (583, 'Related Expenses')]",27:92 -"[(467, 'Programs'), (532, 'Education Programs')]",27:95 -"[(501, 'Programs')]",27:99 -"[(16, 'HARLAMERT, EDWARD A'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'HARLAMERT, EDWARD A'), (514, '3,384'), (703, '3,384')]",27:106 -"[(16, 'HARLAN, REBECCA C'), (236, 'FLORENCE, SC'), (322, 'SC'), (347, 'HARLAN, REBECCA C'), (486, '900'), (707, '900')]",27:113 -"[(16, 'HARMON, SHEILA '), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'HARMON, SHEILA '), (482, '4,806'), (518, '600'), (615, '768'), (703, '6,175')]",27:120 -"[(16, 'HARNETT DIABETES & ENDOCRINOLOGY P.C.'), (236, 'DUNN, NC'), (322, 'NC'), (347, 'NNOLIM, BEDE I'), (514, '1,031'), (703, '1,031')]",27:127 -"[(16, 'HARPER, HARRY D'), (236, 'HACKENSACK, NJ'), (322, 'NJ'), (347, 'HARPER, HARRY D'), (514, '3,738'), (703, '3,738')]",27:135 -"[(16, 'HARRIS, ROY W'), (236, 'BUCYRUS, OH'), (322, 'OH'), (347, 'HARRIS, ROY W'), (511, '30,350'), (611, '4,258'), (700, '34,608')]",27:142 -"[(16, 'HARRIS, STEVEN T'), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'HARRIS, STEVEN T'), (514, '8,125'), (568, '4,500'), (615, '442'), (700, '13,067')]",27:149 -"[(16, 'HARRISON, DANITA K'), (236, 'BETTENDORF, IA'), (322, 'IA'), (347, 'HARRISON, DANITA K'), (518, '450'), (707, '450')]",27:156 -"[(16, 'HARRISON, SARA '), (236, 'MURRAY, UT'), (322, 'UT'), (347, 'HARRISON, SARA '), (482, '3,075'), (615, '298'), (703, '3,373')]",27:163 -"[(16, 'HARROW, RACHEL S'), (236, 'BANGOR, ME'), (322, 'ME'), (347, 'HARROW, RACHEL S'), (518, '600'), (707, '600')]",27:171 -"[(16, 'HARSCH, HAROLD H'), (236, 'WAUWATOSA, WI'), (322, 'WI'), (347, 'HARSCH, HAROLD H'), (514, '7,150'), (615, '418'), (703, '7,568')]",27:178 -"[(16, 'HART, JAMES R'), (236, 'FRANKLIN, TN'), (322, 'TN'), (347, 'HART, JAMES R'), (514, '1,200'), (703, '1,200')]",27:185 -"[(16, 'HARTFORD, LAWRENCE D'), (236, 'POULSBO, WA'), (322, 'WA'), (347, 'HARTFORD, LAWRENCE D'), (572, '750'), (707, '750')]",27:192 -"[(16, 'HARTMAN, DONALD D'), (236, 'MERIDIAN, ID'), (322, 'ID'), (347, 'HARTMAN, DONALD D'), (514, '2,438'), (618, '11'), (703, '2,449')]",27:199 -"[(16, 'HARVEY, JAMES M'), (236, 'FORT WORTH, TX'), (322, 'TX'), (347, 'HARVEY, JAMES M'), (511, '49,150'), (611, '1,920'), (700, '51,070')]",27:207 -"[(16, 'HARVIE, KEITH W'), (236, 'ALBUQUERQUE, NM'), (322, 'NM'), (347, 'HARVIE, KEITH W'), (514, '3,400'), (568, '1,641'), (615, '161'), (703, '5,201')]",27:214 -"[(16, 'HASAN, MOHAMMAD K'), (236, 'BECKLEY, WV'), (322, 'WV'), (347, 'HASAN, MOHAMMAD K'), (514, '6,300'), (615, '170'), (703, '6,470')]",27:221 -"[(16, 'HASAN, OMAR K'), (236, 'BECKLEY, WV'), (322, 'WV'), (347, 'HASAN, OMAR K'), (514, '6,850'), (703, '6,850')]",27:228 -"[(16, 'HASENOUR, JENNA K'), (236, 'TERRE HAUTE, IN'), (322, 'IN'), (347, 'HASENOUR, JENNA K'), (486, '131'), (707, '131')]",27:235 -"[(16, 'HASHMI, ALI M'), (236, 'JONESBORO, AR'), (322, 'AR'), (347, 'HASHMI, ALI M'), (511, '10,500'), (615, '562'), (700, '11,062')]",27:243 -"[(16, 'HASNIE, ABDUL M'), (236, 'FLINT, MI'), (322, 'MI'), (347, 'HASNIE, ABDUL M'), (514, '1,784'), (618, '77'), (703, '1,861')]",27:250 -"[(16, 'HASTIK, KARIN L'), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'HASTIK, KARIN L'), (511, '42,100'), (611, '2,984'), (700, '45,084')]",27:257 -"[(16, 'HATIPOGLU MEDICAL S.C.'), (236, 'BEACHWOOD, OH'), (322, 'OH'), (347, 'HATIPOGLU, BETUL A'), (514, '7,788'), (703, '7,788')]",27:264 -"[(16, 'HAUBER, PETER J'), (236, 'INDIANA, PA'), (322, 'PA'), (347, 'HAUBER, PETER J'), (514, '6,200'), (615, '199'), (703, '6,399')]",27:271 -"[(16, 'HAUGER, MONICA C'), (236, 'AVON, IN'), (322, 'IN'), (347, 'HAUGER, MONICA C'), (482, '3,150'), (615, '148'), (703, '3,298')]",27:279 -"[(16, 'HAUPT, PAUL A'), (236, 'MENOMINEE, MI'), (322, 'MI'), (347, 'HAUPT, PAUL A'), (511, '17,300'), (611, '1,012'), (700, '18,312')]",27:286 -"[(16, 'GRIEGO, ENRIQUE J'), (236, 'EDINBURG, TX'), (322, 'TX'), (347, 'GRIEGO, ENRIQUE J'), (518, '150'), (707, '150')]",25:300 -"[(16, 'GRIFFIN, BRYAN J'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'GRIFFIN, BRYAN J'), (514, '2,450'), (618, '61'), (703, '2,511')]",25:307 -"[(16, 'GRIFFIN, RACHEL J'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'GRIFFIN, RACHEL J'), (486, '900'), (615, '141'), (703, '1,041')]",25:315 -"[(16, 'GRIFFIN, STACY D'), (236, 'LEXINGTON, KY'), (322, 'KY'), (347, 'GRIFFIN, STACY D'), (482, '1,088'), (618, '20'), (703, '1,107')]",25:322 -"[(16, 'GRIFFIN, TOM F'), (236, 'TUCSON, AZ'), (322, 'AZ'), (347, 'GRIFFIN, TOM F'), (514, '8,800'), (615, '100'), (703, '8,900')]",25:329 -"[(16, 'GRIFFITH, WALTER G'), (16, 'GRIFFITH, WALTER G'), (236, 'ST PETERSBURG, FL'), (236, 'ST PETERSBURG, FL'), (322, 'FL'), (322, 'FL'), (347, 'GRIFFITH, WALTER G'), (347, 'GRIFFITH, WALTER G'), (514, '7,950'), (514, '7,950'), (618, '74'), (618, '74'), (703, '8,024'), (703, '8,024')]",25:336 -"[(16, 'GRIGGS, ROSIE '), (236, 'GREENVILLE, TX'), (322, 'TX'), (347, 'GRIGGS, ROSIE '), (486, '900'), (615, '114'), (703, '1,014')]",25:344 -"[(16, 'GRILLO, KATHY H'), (236, 'PORTSMOUTH, VA'), (322, 'VA'), (347, 'GRILLO, KATHY H'), (482, '3,731'), (615, '226'), (703, '3,957')]",25:351 -"[(16, 'GRIMES, CATHY A'), (236, 'KINGFIELD, ME'), (322, 'ME'), (347, 'GRIMES, CATHY A'), (482, '1,200'), (615, '202'), (703, '1,402')]",25:358 -"[(16, 'GRIMM, SUZANNE B'), (236, 'SHEBOYGAN, WI'), (322, 'WI'), (347, 'GRIMM, SUZANNE B'), (514, '4,300'), (615, '117'), (703, '4,417')]",25:365 -"[(16, 'GRISANTI, JOSEPH M'), (236, 'ORCHARD PARK, NY'), (322, 'NY'), (347, 'GRISANTI, JOSEPH M'), (514, '7,500'), (615, '958'), (703, '8,458')]",25:372 -"[(16, 'GRISE, MARK A'), (236, 'NEW ORLEANS, LA'), (322, 'LA'), (347, 'GRISE, MARK A'), (511, '20,984'), (611, '1,632'), (700, '22,617')]",25:379 -"[(16, 'GRISSOM, JANET W'), (236, 'MIDVALE, UT'), (322, 'UT'), (347, 'GRISSOM, JANET W'), (514, '2,700'), (703, '2,700')]",25:387 -"[(16, 'GROGAN, DOUGLAS R'), (236, 'BROCKTON, MA'), (322, 'MA'), (347, 'GROGAN, DOUGLAS R'), (514, '8,550'), (615, '500'), (703, '9,050')]",25:394 -"[(16, 'GROHOWSKI, ROBERT M'), (236, 'FORT MYERS, FL'), (322, 'FL'), (347, 'GROHOWSKI, ROBERT M'), (514, '6,034'), (703, '6,034')]",25:401 -"[(16, 'GRONDZIOWSKI, PETER M'), (236, 'MCMURRAY, PA'), (322, 'PA'), (347, 'GRONDZIOWSKI, PETER M'), (514, '4,338'), (618, '52'), (703, '4,390')]",25:408 -"[(16, 'GRONSKI, DIANE M'), (236, 'PEORIA, AZ'), (322, 'AZ'), (347, 'GRONSKI, DIANE M'), (514, '1,781'), (703, '1,781')]",25:415 -"[(16, 'GROOVER, ANN M'), (236, 'ROME, GA'), (322, 'GA'), (347, 'GROOVER, ANN M'), (514, '7,800'), (615, '309'), (703, '8,109')]",25:423 -"[(16, 'GROSSMAN, COLBY H'), (236, 'SUMMERVILLE, SC'), (322, 'SC'), (347, 'GROSSMAN, COLBY H'), (514, '1,056'), (703, '1,056')]",25:430 -"[(16, 'GROVE, JEANNE E'), (236, 'PENFIELD, NY'), (322, 'NY'), (347, 'GROVE, JEANNE E'), (514, '2,500'), (703, '2,500')]",25:437 -"[(16, 'GRUBB, STEPHEN R'), (236, 'CHARLESTON, WV'), (322, 'WV'), (347, 'GRUBB, STEPHEN R'), (514, '4,881'), (618, '54'), (703, '4,936')]",25:444 -"[(16, 'GRUBER, BARRY L'), (236, 'BABYLON, NY'), (322, 'NY'), (347, 'GRUBER, BARRY L'), (514, '8,775'), (615, '260'), (703, '9,035')]",25:451 -"[(16, 'GRUBERG, LUIS '), (236, 'STONY BROOK, NY'), (322, 'NY'), (347, 'GRUBERG, LUIS '), (514, '5,584'), (703, '5,584')]",25:459 -"[(16, 'GRUNBERGER DIABETES INSTITUTE'), (236, 'BLOOMFIELD HILLS, MI'), (322, 'MI'), (347, 'GRUNBERGER, GEORGE '), (514, '3,533'), (615, '132'), (703, '3,665')]",25:466 -"[(16, 'G‐SQUARED, INC'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'GREENBLATT, DAVID '), (511, '13,500'), (615, '104'), (700, '13,604')]",25:473 -"[(16, 'GUARINO EDUCATIONAL SERVICES, INC.'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'GUARINO, ANTHONY H'), (511, '22,750'), (568, '1,750'), (615, '694'), (700, '25,194')]",25:480 -"[(16, 'GUBERNICK, MARTIN '), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'GUBERNICK, MARTIN '), (514, '2,500'), (618, '24'), (703, '2,524')]",25:487 -"[(16, 'GUERRA CARDONA, RUDDY A'), (236, 'MANATI, PR'), (322, 'PR'), (347, 'GUERRA CARDONA, RUDDY A'), (514, '1,250'), (703, '1,250')]",25:495 -"[(16, 'GUILLERMO VALENZUELA, MD, PA'), (236, 'FORT LAUDERDALE, FL'), (322, 'FL'), (347, 'VALENZUELA, GUILLERMO '), (511, '31,575'), (611, '1,929'), (700, '33,504')]",25:502 -"[(16, 'GUIROY, DON C'), (236, 'CARMEL, CA'), (322, 'CA'), (347, 'GUIROY, DON C'), (514, '2,450'), (703, '2,450')]",25:509 -"[(16, 'GULERIA, PUSHPINDER S'), (236, 'RANCHO MIRAGE, CA'), (322, 'CA'), (347, 'GULERIA, PUSHPINDER S'), (514, '1,725'), (703, '1,725')]",25:516 -"[(16, 'GULEYUPOGLU, NILUFER '), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'GULEYUPOGLU, NILUFER '), (511, '10,500'), (615, '117'), (700, '10,617')]",25:523 -"[(16, 'GUMM, DARRELL C'), (236, 'PEORIA, IL'), (322, 'IL'), (347, 'GUMM, DARRELL C'), (568, '3,047'), (615, '678'), (703, '3,725')]",25:531 -"[(16, 'GUNAWAN, ANTHONY '), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'GUNAWAN, ANTHONY '), (514, '3,484'), (703, '3,484')]",25:538 -"[(16, 'GUNAWARDENA, RATNASIRI M'), (236, 'NORFOLK, VA'), (322, 'VA'), (347, 'GUNAWARDENA, RATNASIRI M'), (514, '3,781'), (703, '3,781')]",25:545 -"[(16, 'GUNUGANTI, VIJAY K'), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'GUNUGANTI, VIJAY K'), (514, '2,650'), (568, '3,750'), (703, '6,400')]",25:552 -"[(16, 'GUNVILLE, FRED E'), (236, 'BILLINGS, MT'), (322, 'MT'), (347, 'GUNVILLE, FRED E'), (518, '150'), (707, '150')]",25:559 -"[(16, 'GUPTA, AMIT K'), (236, 'TUPELO, MS'), (322, 'MS'), (347, 'GUPTA, AMIT K'), (511, '15,484'), (615, '967'), (700, '16,452')]",25:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 25 of 71')]",25:591 -"[(347, 'Lilly Faculty Registry')]",26:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",26:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",26:63 -"[(558, '(All amounts in US Dollars)')]",26:70 -"[(499, 'Healthcare ')]",26:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",26:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",26:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",26:88 -"[(500, 'Education '), (583, 'Related Expenses')]",26:92 -"[(467, 'Programs'), (532, 'Education Programs')]",26:95 -"[(501, 'Programs')]",26:99 -"[(16, 'GUPTA, SANJAY '), (236, 'BUFFALO, NY'), (322, 'NY'), (347, 'GUPTA, SANJAY '), (511, '23,400'), (568, '6,000'), (615, '918'), (700, '30,318')]",26:106 -"[(16, 'GUPTA, VISHAL '), (236, 'KALAMAZOO, MI'), (322, 'MI'), (347, 'GUPTA, VISHAL '), (514, '9,984'), (618, '78'), (700, '10,062')]",26:113 -"[(16, 'GURKLIS, JOHN A'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'GURKLIS, JOHN A'), (514, '3,075'), (618, '16'), (703, '3,091')]",26:120 -"[(16, 'GUSTAVO A. ALZA MD A MEDICAL CORP'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'ALZA, GUSTAVO A'), (514, '9,300'), (615, '112'), (703, '9,412')]",26:127 -"[(16, 'GUSTAVO VILLARREAL MD, PA'), (236, 'LAREDO, TX'), (322, 'TX'), (347, 'VILLARREAL, GUSTAVO E'), (514, '1,225'), (611, '2,494'), (703, '3,719')]",26:135 -"[(16, 'GUTHRIE, RICHARD A'), (236, 'WICHITA, KS'), (322, 'KS'), (347, 'GUTHRIE, RICHARD A'), (514, '2,338'), (703, '2,338')]",26:142 -"[(16, 'GUTIERREZ, MICAELA '), (236, 'BRYAN, TX'), (322, 'TX'), (347, 'GUTIERREZ, MICAELA '), (482, '2,363'), (703, '2,363')]",26:149 -"[(16, 'GUY, WILLIAM L'), (236, 'WATERFORD, MI'), (322, 'MI'), (347, 'GUY, WILLIAM L'), (514, '5,550'), (615, '143'), (703, '5,693')]",26:156 -"[(16, 'GUYER, DAN G'), (236, 'GROSSE POINTE FARMS, MI'), (322, 'MI'), (347, 'GUYER, DAN G'), (514, '6,800'), (615, '131'), (703, '6,931')]",26:163 -"[(16, 'GYN ATLANTA, P.C.'), (236, 'ATLANTA, GA'), (322, 'GA'), (347, 'BOVERI, JOSEPH F'), (514, '3,700'), (615, '170'), (703, '3,870')]",26:171 -"[(16, 'GYNECOLOGY AND MENOPAUSE CENTER'), (236, 'BRYN MAWR, PA'), (322, 'PA'), (347, 'FERRONI, JOSEPH S'), (511, '39,600'), (611, '2,797'), (700, '42,397')]",26:178 -"[(16, 'HAAKENSON, KRISTIN '), (236, 'BELOIT, WI'), (322, 'WI'), (347, 'HAAKENSON, KRISTIN '), (482, '2,763'), (615, '363'), (703, '3,126')]",26:185 -"[(16, 'HAARMANN, KATHY '), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'HAARMANN, KATHY '), (482, '6,525'), (518, '150'), (615, '597'), (703, '7,272')]",26:192 -"[(16, 'HADDAD, ABDO S'), (236, 'CLEVELAND, OH'), (322, 'OH'), (347, 'HADDAD, ABDO S'), (514, '7,363'), (615, '420'), (703, '7,783')]",26:199 -"[(16, 'HADDOCK, LILLIAM '), (236, 'SAN JUAN, PR'), (322, 'PR'), (347, 'HADDOCK, LILLIAM '), (514, '2,563'), (703, '2,563')]",26:207 -"[(16, 'HADEED, SAMIR '), (236, 'JOHNSTOWN, PA'), (322, 'PA'), (347, 'HADEED, SAMIR '), (518, '934'), (707, '934')]",26:214 -"[(16, 'HAENEL IV, LOUIS C'), (236, 'CHERRY HILL, NJ'), (322, 'NJ'), (347, 'HAENEL IV, LOUIS C'), (514, '8,049'), (703, '8,049')]",26:221 -"[(16, 'HAENEL, LOUIS C'), (236, 'CHERRY HILL, NJ'), (322, 'NJ'), (347, 'HAENEL, LOUIS C'), (514, '2,906'), (618, '16'), (703, '2,922')]",26:228 -"[(16, 'HAERR, MARY F'), (236, 'SOUTH EUCLID, OH'), (322, 'OH'), (347, 'HAERR, MARY F'), (514, '6,375'), (618, '51'), (703, '6,426')]",26:235 -"[(16, 'HAFEEZ, ABDULAH '), (236, 'REDFORD, MI'), (322, 'MI'), (347, 'HAFEEZ, ABDULAH '), (514, '1,275'), (703, '1,275')]",26:243 -"[(16, 'HAFT, JACOB I'), (236, 'NEWARK, NJ'), (322, 'NJ'), (347, 'HAFT, JACOB I'), (521, '84'), (710, '84')]",26:250 -"[(16, 'HAGEN, TIMOTHY L'), (236, 'CANTON, OH'), (322, 'OH'), (347, 'HAGEN, TIMOTHY L'), (511, '11,700'), (615, '105'), (700, '11,805')]",26:257 -"[(16, 'HAIDEH Y SABET, MD'), (236, 'ALEXANDRIA, VA'), (322, 'VA'), (347, 'SABET, HAIDEH Y'), (514, '1,500'), (621, '8'), (703, '1,508')]",26:264 -"[(16, 'HAIK, BRUCE J'), (236, 'WEST ORANGE, NJ'), (322, 'NJ'), (347, 'HAIK, BRUCE J'), (514, '6,684'), (703, '6,684')]",26:271 -"[(16, 'HAIRSTON, KRISTEN T'), (236, 'WINSTON SALEM, NC'), (322, 'NC'), (347, 'HAIRSTON, KRISTEN T'), (514, '3,725'), (703, '3,725')]",26:279 -"[(16, 'HAKIM, MAJD A'), (236, 'FREDERICK, MD'), (322, 'MD'), (347, 'HAKIM, MAJD A'), (514, '4,031'), (703, '4,031')]",26:286 -"[(16, 'HALE, DOROTHY '), (236, 'SILVER SPRING, MD'), (322, 'MD'), (347, 'HALE, DOROTHY '), (482, '4,238'), (615, '203'), (703, '4,440')]",26:293 -"[(16, 'HALE, LOUISE S'), (236, 'CHARLOTTE, NC'), (322, 'NC'), (347, 'HALE, LOUISE S'), (479, '12,713'), (611, '1,074'), (700, '13,786')]",26:300 -"[(16, 'HALE, PAULETTE '), (236, 'GREENBRIER, TN'), (322, 'TN'), (347, 'HALE, PAULETTE '), (486, '413'), (618, '19'), (707, '431')]",26:307 -"[(16, 'HALFORD, JEAN '), (236, 'IDAHO FALLS, ID'), (322, 'ID'), (347, 'HALFORD, JEAN '), (482, '6,975'), (615, '403'), (703, '7,378')]",26:315 -"[(16, 'HALL, JAMES N'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'HALL, JAMES N'), (511, '43,350'), (568, '1,250'), (611, '2,056'), (700, '46,656')]",26:322 -"[(16, 'HALL, STEPHANIE '), (236, 'LOUISVILLE, KY'), (322, 'KY'), (347, 'HALL, STEPHANIE '), (511, '17,000'), (615, '878'), (700, '17,878')]",26:329 -"[(16, 'HALLEY, RANDALL E'), (16, 'HALLEY, RANDALL E'), (236, 'NIXA, MO'), (236, 'NIXA, MO'), (322, 'MO'), (322, 'MO'), (347, 'HALLEY, RANDALL E'), (347, 'HALLEY, RANDALL E'), (514, '4,200'), (514, '4,200'), (615, '258'), (615, '258'), (703, '4,458'), (703, '4,458')]",26:336 -"[(16, 'HALLEY, SUSAN K'), (236, 'FORT WAYNE, IN'), (322, 'IN'), (347, 'HALLEY, SUSAN K'), (514, '7,613'), (615, '264'), (703, '7,877')]",26:344 -"[(16, 'HALVORSEN, RODNEY J'), (236, 'MANITOWOC, WI'), (322, 'WI'), (347, 'HALVORSEN, RODNEY J'), (511, '15,375'), (611, '2,787'), (700, '18,162')]",26:351 -"[(16, 'HAMARMAN, STEPHANIE '), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'HAMARMAN, STEPHANIE '), (511, '15,300'), (615, '342'), (700, '15,642')]",26:358 -"[(16, 'HAMBRICK, HORACE P'), (236, 'GEORGETOWN, KY'), (322, 'KY'), (347, 'HAMBRICK, HORACE P'), (514, '4,200'), (615, '142'), (703, '4,342')]",26:365 -"[(16, 'HAMDALLA, HUSSAM N'), (236, 'DANVILLE, KY'), (322, 'KY'), (347, 'HAMDALLA, HUSSAM N'), (514, '3,484'), (703, '3,484')]",26:372 -"[(16, 'HAMDY, OSAMA S'), (236, 'BOSTON, MA'), (322, 'MA'), (347, 'HAMDY, OSAMA S'), (511, '16,775'), (611, '1,449'), (700, '18,224')]",26:379 -"[(16, 'HAMDY, RONALD C'), (236, 'MOUNTAIN HOME, TN'), (322, 'TN'), (347, 'HAMDY, RONALD C'), (514, '1,275'), (618, '36'), (703, '1,311')]",26:387 -"[(16, 'HAMEEDI, FAIQ A'), (236, 'OAKLAND GARDENS, NY'), (322, 'NY'), (347, 'HAMEEDI, FAIQ A'), (514, '9,975'), (611, '2,771'), (700, '12,746')]",26:394 -"[(16, 'HAMERLY, JOHN P'), (236, 'WHITE BEAR LAKE, MN'), (322, 'MN'), (347, 'HAMERLY, JOHN P'), (511, '29,400'), (700, '29,400')]",26:401 -"[(16, 'HAMID, BASEM '), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'HAMID, BASEM '), (511, '25,900'), (615, '573'), (700, '26,473')]",26:408 -"[(16, 'HAMILTON, ROBERT S'), (236, 'BLOOMINGTON, IL'), (322, 'IL'), (347, 'HAMILTON, ROBERT S'), (514, '7,800'), (615, '122'), (703, '7,922')]",26:415 -"[(16, 'HAMILTON/LUCAS PHYSICIANS, P.A'), (236, 'DESOTO, TX'), (322, 'TX'), (347, 'LUCAS, THOMAS W'), (511, '27,750'), (615, '794'), (700, '28,544')]",26:423 -"[(16, 'HAMOUSH, ABODE L'), (236, 'PLYMOUTH, MA'), (322, 'MA'), (347, 'HAMOUSH, ABODE L'), (511, '26,100'), (611, '1,862'), (700, '27,962')]",26:430 -"[(16, 'GLUCKMAN, TY J'), (236, 'PORTLAND, OR'), (322, 'OR'), (347, 'GLUCKMAN, TY J'), (514, '6,134'), (618, '88'), (703, '6,222')]",24:221 -"[(16, 'GO, EUGENE H'), (236, 'COCOA, FL'), (322, 'FL'), (347, 'GO, EUGENE H'), (514, '7,163'), (615, '768'), (703, '7,931')]",24:228 -"[(16, 'GOAD, ERIC W'), (236, 'EDEN PRAIRIE, MN'), (322, 'MN'), (347, 'GOAD, ERIC W'), (511, '13,050'), (615, '879'), (700, '13,929')]",24:235 -"[(16, 'GOETZ, KERI '), (236, 'HUTCHINSON, KS'), (322, 'KS'), (347, 'GOETZ, KERI '), (482, '2,063'), (615, '287'), (703, '2,350')]",24:243 -"[(16, 'GOFF, BARBARA A'), (236, 'SEATTLE, WA'), (322, 'WA'), (347, 'GOFF, BARBARA A'), (511, '10,913'), (618, '43'), (700, '10,956')]",24:250 -"[(16, 'GOLD, ELIZABETH '), (236, 'DELAND, FL'), (322, 'FL'), (347, 'GOLD, ELIZABETH '), (486, '300'), (707, '300')]",24:257 -"[(16, 'GOLDBERG, IRA J'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'GOLDBERG, IRA J'), (568, '5,750'), (615, '140'), (703, '5,890')]",24:264 -"[(16, 'GOLDBERG, JOSEPH F'), (236, 'NORWALK, CT'), (322, 'CT'), (347, 'GOLDBERG, JOSEPH F'), (511, '28,275'), (568, '6,750'), (611, '3,311'), (700, '38,336')]",24:271 -"[(16, 'GOLDBERG, PHILIP A'), (236, 'BRANFORD, CT'), (322, 'CT'), (347, 'GOLDBERG, PHILIP A'), (514, '3,656'), (618, '51'), (703, '3,708')]",24:279 -"[(16, 'GOLDBERG, SHELBY '), (236, 'TUCSON, AZ'), (322, 'AZ'), (347, 'GOLDBERG, SHELBY '), (482, '6,263'), (615, '329'), (703, '6,592')]",24:286 -"[(16, 'GOLDFARB, MARK S'), (236, 'MANCHESTER, TN'), (322, 'TN'), (347, 'GOLDFARB, MARK S'), (514, '4,334'), (703, '4,334')]",24:293 -"[(16, 'GOLDING, MICHAEL '), (236, 'RALEIGH, NC'), (322, 'NC'), (347, 'GOLDING, MICHAEL '), (514, '1,200'), (703, '1,200')]",24:300 -"[(16, 'GOLDMAN, JONATHAN W'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'GOLDMAN, JONATHAN W'), (518, '338'), (707, '338')]",24:307 -"[(16, 'GOLDSCHMIDT, JEROME H'), (236, 'WYTHEVILLE, VA'), (322, 'VA'), (347, 'GOLDSCHMIDT, JEROME H'), (518, '450'), (707, '450')]",24:315 -"[(16, 'GOLDSTEIN, COREY N'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'GOLDSTEIN, COREY N'), (511, '36,000'), (611, '1,028'), (700, '37,028')]",24:322 -"[(16, 'GOLDSTEIN, HENRY H'), (236, 'TRENTON, NJ'), (322, 'NJ'), (347, 'GOLDSTEIN, HENRY H'), (514, '3,150'), (703, '3,150')]",24:329 -"[(16, 'GOLDSTEIN, LEONARD S'), (16, 'GOLDSTEIN, LEONARD S'), (236, 'FAIRFAX, VA'), (236, 'FAIRFAX, VA'), (322, 'VA'), (322, 'VA'), (347, 'GOLDSTEIN, LEONARD S'), (347, 'GOLDSTEIN, LEONARD S'), (514, '9,450'), (514, '9,450'), (615, '132'), (615, '132'), (703, '9,582'), (703, '9,582')]",24:336 -"[(16, 'GOLDSTEIN, STEVEN R'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'GOLDSTEIN, STEVEN R'), (514, '5,563'), (703, '5,563')]",24:344 -"[(16, 'GOLLAPUDI, RAGHAVA R'), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'GOLLAPUDI, RAGHAVA R'), (511, '46,284'), (568, '1,175'), (611, '4,520'), (700, '51,979')]",24:351 -"[(16, 'GOMEZ RIVERA, JOSE '), (236, 'PONCE, PR'), (322, 'PR'), (347, 'GOMEZ RIVERA, JOSE '), (511, '11,422'), (620, '3'), (700, '11,424')]",24:358 -"[(16, 'GOMEZ, ARTURO A'), (236, 'HAMMONTON, NJ'), (322, 'NJ'), (347, 'GOMEZ, ARTURO A'), (514, '6,200'), (618, '67'), (703, '6,267')]",24:365 -"[(16, 'GOMEZ, JORGE E'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'GOMEZ, JORGE E'), (511, '17,600'), (611, '1,074'), (700, '18,674')]",24:372 -"[(16, 'GOMOLIN, DAVID '), (236, 'ROXBURY CROSSING, MA'), (322, 'MA'), (347, 'GOMOLIN, DAVID '), (521, '84'), (710, '84')]",24:379 -"[(16, 'GONZALEZ SANTOS, JORGE L'), (236, 'CAGUAS, PR'), (322, 'PR'), (347, 'GONZALEZ SANTOS, JORGE L'), (514, '3,850'), (703, '3,850')]",24:387 -"[(16, 'GONZALEZ, EDGAR '), (236, 'FREDERICKSBURG, VA'), (322, 'VA'), (347, 'GONZALEZ, EDGAR '), (518, '806'), (707, '806')]",24:394 -"[(16, 'GONZALEZ, ELBA '), (236, 'TRUJILLO ALTO, PR'), (322, 'PR'), (347, 'GONZALEZ, ELBA '), (479, '20,645'), (611, '2,721'), (700, '23,366')]",24:401 -"[(16, 'GONZALEZ, LILIAN E'), (236, 'MIAMI SPRINGS, FL'), (322, 'FL'), (347, 'GONZALEZ, LILIAN E'), (479, '27,450'), (568, '1,188'), (611, '2,407'), (700, '31,044')]",24:408 -"[(16, 'GONZALEZ, MARTHA '), (236, 'EL PASO, TX'), (322, 'TX'), (347, 'GONZALEZ, MARTHA '), (479, '10,125'), (615, '397'), (700, '10,522')]",24:415 -"[(16, 'GONZALEZ, OSVALDO '), (236, 'CAMP SPRINGS, MD'), (322, 'MD'), (347, 'GONZALEZ, OSVALDO '), (514, '6,863'), (615, '176'), (703, '7,039')]",24:423 -"[(16, 'GONZALEZ‐LANDRON, CLARISA '), (236, 'SAN JUAN, PR'), (322, 'PR'), (347, 'GONZALEZ‐LANDRON, CLARISA '), (482, '4,463'), (615, '371'), (703, '4,834')]",24:430 -"[(16, 'GONZALEZ‐MAYO, ALINA '), (236, 'ST PETERSBURG, FL'), (322, 'FL'), (347, 'GONZALEZ‐MAYO, ALINA '), (514, '1,200'), (703, '1,200')]",24:437 -"[(16, 'GOOD, CAROL L'), (236, 'SPOKANE VALLEY, WA'), (322, 'WA'), (347, 'GOOD, CAROL L'), (482, '3,281'), (615, '510'), (703, '3,791')]",24:444 -"[(16, 'GOODGAME, BOONE W'), (236, 'AUSTIN, TX'), (322, 'TX'), (347, 'GOODGAME, BOONE W'), (511, '17,713'), (611, '1,803'), (700, '19,516')]",24:451 -"[(16, 'GOODMAN, RALPH C'), (236, 'MEMPHIS, TN'), (322, 'TN'), (347, 'GOODMAN, RALPH C'), (514, '9,506'), (618, '20'), (703, '9,526')]",24:459 -"[(16, 'GOODNOUGH, LAWRENCE T'), (236, 'STANFORD, CA'), (322, 'CA'), (347, 'GOODNOUGH, LAWRENCE T'), (568, '1,500'), (615, '103'), (703, '1,603')]",24:466 -"[(16, 'GOODROE, RANDALL N'), (236, 'MYRTLE BEACH, SC'), (322, 'SC'), (347, 'GOODROE, RANDALL N'), (511, '16,234'), (572, '850'), (615, '138'), (700, '17,222')]",24:473 -"[(16, 'GOODSON, JAMES N'), (236, 'DARLINGTON, SC'), (322, 'SC'), (347, 'GOODSON, JAMES N'), (482, '1,688'), (615, '366'), (703, '2,054')]",24:480 -"[(16, 'GOOLEY, MELISSA '), (236, 'CHAMPLAIN, NY'), (322, 'NY'), (347, 'GOOLEY, MELISSA '), (482, '1,613'), (615, '130'), (703, '1,742')]",24:487 -"[(16, 'GORDAN, LUCIO N'), (236, 'GAINESVILLE, FL'), (322, 'FL'), (347, 'GORDAN, LUCIO N'), (514, '1,775'), (703, '1,775')]",24:495 -"[(16, 'GORDON, MICHAEL L'), (236, 'HUNTINGTON BEACH, CA'), (322, 'CA'), (347, 'GORDON, MICHAEL L'), (568, '1,641'), (703, '1,641')]",24:502 -"[(16, 'GORT, TAMARA '), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'GORT, TAMARA '), (486, '375'), (707, '375')]",24:509 -"[(16, 'GOSY & ASSOCIATES PAIN TREATMENT CENTER'), (236, 'WILLIAMSVILLE, NY'), (322, 'NY'), (347, 'GOSY, EUGENE J'), (514, '1,250'), (703, '1,250')]",24:516 -"[(16, 'GOTTRON, MARK C'), (236, 'GREENSBURG, PA'), (322, 'PA'), (347, 'GOTTRON, MARK C'), (511, '23,300'), (700, '23,300')]",24:523 -"[(16, 'GOULD, MARY K'), (236, 'OMAHA, NE'), (322, 'NE'), (347, 'GOULD, MARY K'), (482, '1,650'), (618, '39'), (703, '1,689')]",24:531 -"[(16, 'GOWAN, SANDRA K'), (236, 'NEW PHILADELPHIA, OH'), (322, 'OH'), (347, 'GOWAN, SANDRA K'), (482, '1,313'), (615, '240'), (703, '1,553')]",24:538 -"[(16, 'GOZZI, DANIEL A'), (236, 'CAMP SPRINGS, MD'), (322, 'MD'), (347, 'GOZZI, DANIEL A'), (511, '21,300'), (611, '2,026'), (700, '23,326')]",24:545 -"[(16, 'GRABARCZYK, MARK A'), (236, 'GREENVILLE, SC'), (322, 'SC'), (347, 'GRABARCZYK, MARK A'), (518, '450'), (707, '450')]",24:552 -"[(16, 'GRACE J. STONEROCK, M.D., P.C.'), (236, 'MANASSAS, VA'), (322, 'VA'), (347, 'STONEROCK, GRACE J'), (514, '1,950'), (618, '23'), (703, '1,973')]",24:559 -"[(16, 'GRACELY, RICHARD H'), (236, 'ANN ARBOR, MI'), (322, 'MI'), (347, 'GRACELY, RICHARD H'), (568, '3,000'), (703, '3,000')]",24:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 24 of 71')]",24:591 -"[(347, 'Lilly Faculty Registry')]",25:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",25:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",25:63 -"[(558, '(All amounts in US Dollars)')]",25:70 -"[(499, 'Healthcare ')]",25:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",25:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",25:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",25:88 -"[(500, 'Education '), (583, 'Related Expenses')]",25:92 -"[(467, 'Programs'), (532, 'Education Programs')]",25:95 -"[(501, 'Programs')]",25:99 -"[(16, 'GRADEN CORP.'), (236, 'VALLEY STREAM, NY'), (322, 'NY'), (347, 'MATRISCIANO, JUSTIN G'), (514, '1,470'), (703, '1,470')]",25:106 -"[(16, 'GRAGERT, RHONDA '), (236, 'CAMBY, IN'), (322, 'IN'), (347, 'GRAGERT, RHONDA '), (482, '1,500'), (703, '1,500')]",25:113 -"[(16, 'GRAHAM, PAUL A'), (236, 'VERO BEACH, FL'), (322, 'FL'), (347, 'GRAHAM, PAUL A'), (514, '4,475'), (618, '25'), (703, '4,500')]",25:120 -"[(16, 'GRAND TRAVERSE BEHAVIORAL MEDICINE, PC'), (236, 'TRAVERSE CITY, MI'), (322, 'MI'), (347, 'MONTEITH, SCOTT A'), (514, '2,450'), (615, '120'), (703, '2,570')]",25:127 -"[(16, 'GRAND, HARRELL A'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'GRAND, HARRELL A'), (511, '39,400'), (615, '902'), (700, '40,302')]",25:135 -"[(16, 'GRANT, KATHY L'), (236, 'MURFREESBORO, TN'), (322, 'TN'), (347, 'GRANT, KATHY L'), (514, '3,075'), (703, '3,075')]",25:142 -"[(16, 'GRAY, JHANELLE E'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'GRAY, JHANELLE E'), (568, '1,875'), (618, '56'), (703, '1,931')]",25:149 -"[(16, 'GRAY, KEVIN F'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'GRAY, KEVIN F'), (511, '19,300'), (618, '54'), (700, '19,354')]",25:156 -"[(16, 'GRAYSON, JOHN M'), (236, 'CHARLESTON, SC'), (322, 'SC'), (347, 'GRAYSON, JOHN M'), (514, '2,634'), (615, '179'), (703, '2,813')]",25:163 -"[(16, 'GREATER CINCINNATI PAIN MANAGEMENT'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'SIMONS, MITCHELL E'), (511, '30,600'), (615, '184'), (700, '30,784')]",25:171 -"[(16, 'GREATHOUSE, MARK K'), (236, 'BETHEL PARK, PA'), (322, 'PA'), (347, 'GREATHOUSE, MARK K'), (514, '8,884'), (618, '55'), (703, '8,939')]",25:178 -"[(16, 'GREBE, LINDA '), (236, 'VAN BUREN, AR'), (322, 'AR'), (347, 'GREBE, LINDA '), (482, '1,575'), (703, '1,575')]",25:185 -"[(16, 'GREEN, TAMI '), (236, 'WINFIELD, AL'), (322, 'AL'), (347, 'GREEN, TAMI '), (486, '244'), (707, '244')]",25:192 -"[(16, 'GREEN, TAMMY '), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'GREEN, TAMMY '), (482, '2,025'), (615, '839'), (703, '2,864')]",25:199 -"[(16, 'GREENBERG, LAWRENCE B'), (236, 'HAUPPAUGE, NY'), (322, 'NY'), (347, 'GREENBERG, LAWRENCE B'), (511, '24,300'), (611, '1,080'), (700, '25,380')]",25:207 -"[(16, 'GREENFIELD, JEROME F'), (236, 'DES MOINES, IA'), (322, 'IA'), (347, 'GREENFIELD, JEROME F'), (511, '49,250'), (615, '946'), (700, '50,196')]",25:214 -"[(16, 'GREENLEE, MARY C'), (236, 'GRAND JUNCTION, CO'), (322, 'CO'), (347, 'GREENLEE, MARY C'), (518, '450'), (707, '450')]",25:221 -"[(16, 'GREENVILLE PSYCHIATRY, PA'), (236, 'GREENVILLE, SC'), (322, 'SC'), (347, 'RICHARDS, ROBERT W'), (514, '4,950'), (615, '126'), (703, '5,076')]",25:228 -"[(16, 'GREER, JAMES E'), (236, 'PROVIDENCE, RI'), (322, 'RI'), (347, 'GREER, JAMES E'), (511, '37,850'), (611, '5,015'), (700, '42,865')]",25:235 -"[(16, 'GREER, JONATHAN M'), (236, 'BOYNTON BEACH, FL'), (322, 'FL'), (347, 'GREER, JONATHAN M'), (511, '12,200'), (611, '1,457'), (700, '13,657')]",25:243 -"[(16, 'GREG ROSENN, MD, PC'), (236, 'PLAINVIEW, NY'), (322, 'NY'), (347, 'ROSENN, GREG '), (511, '15,450'), (615, '653'), (700, '16,103')]",25:250 -"[(16, 'GREGORY C. SAMPOGNARO, M.D.'), (236, 'MONROE, LA'), (322, 'LA'), (347, 'SAMPOGNARO, GREG C'), (514, '3,484'), (703, '3,484')]",25:257 -"[(16, 'GREGORY J. BROWN, MD, LLC'), (236, 'SHREVEPORT, LA'), (322, 'LA'), (347, 'BROWN, GREG J'), (511, '52,200'), (615, '948'), (700, '53,148')]",25:264 -"[(16, 'GREGORY L. GASS, MD. PC'), (236, 'KNOXVILLE, TN'), (322, 'TN'), (347, 'GASS, GREGORY L'), (514, '4,800'), (703, '4,800')]",25:271 -"[(16, 'GRENDYS, EDWARD C'), (236, 'FORT MYERS, FL'), (322, 'FL'), (347, 'GRENDYS, EDWARD C'), (518, '113'), (707, '113')]",25:279 -"[(16, 'GREWAL, PERMINDERS S'), (236, 'STONY POINT, NY'), (322, 'NY'), (347, 'GREWAL, PERMINDERS S'), (514, '8,884'), (615, '140'), (703, '9,024')]",25:286 -"[(16, 'GRIECO, ROBERT L'), (236, 'BEAVER FALLS, PA'), (322, 'PA'), (347, 'GRIECO, ROBERT L'), (514, '3,450'), (615, '156'), (703, '3,606')]",25:293 -"[(16, 'GEORGE, JOHN M'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'GEORGE, JOHN M'), (514, '1,550'), (703, '1,550')]",23:271 -"[(16, 'GEORGIA NEUROPSYCHIATRY, LLC'), (236, 'AUGUSTA, GA'), (322, 'GA'), (347, 'BLACKWOOD, ADAIR '), (511, '48,650'), (611, '2,455'), (700, '51,105')]",23:279 -"[(16, 'GERACE, JOHN P'), (236, 'WESTLAKE, OH'), (322, 'OH'), (347, 'GERACE, JOHN P'), (511, '20,250'), (568, '3,563'), (615, '383'), (700, '24,196')]",23:286 -"[(16, 'GERALD M. SACKS, MD INC.'), (236, 'SANTA MONICA, CA'), (322, 'CA'), (347, 'SACKS, GERALD M'), (511, '40,250'), (700, '40,250')]",23:293 -"[(16, 'GERBER, RICHARD S'), (236, 'SALINAS, CA'), (322, 'CA'), (347, 'GERBER, RICHARD S'), (514, '2,284'), (703, '2,284')]",23:300 -"[(16, 'GERETY, GREGG F'), (236, 'ALBANY, NY'), (322, 'NY'), (347, 'GERETY, GREGG F'), (514, '7,006'), (568, '2,000'), (615, '219'), (703, '9,225')]",23:307 -"[(16, 'GERIATRIC & ADULT PSYCHIATRY LLC'), (236, 'HAMDEN, CT'), (322, 'CT'), (347, 'PROVIDERS OF SERVICE: '), (514, '8,950'), (568, '3,000'), (611, '1,202'), (700, '13,152')]",23:315 -"[(347, 'JACKSON‐SIEGAL, JEANNE M;')]",23:322 -"[(347, 'SIEGAL, ALAN P')]",23:329 -"[(16, 'GERIATRIC SOLUTIONS, LLC'), (16, 'GERIATRIC SOLUTIONS, LLC'), (236, 'LAS VEGAS, NV'), (236, 'LAS VEGAS, NV'), (322, 'NV'), (322, 'NV'), (347, 'SINGH, UPINDER '), (347, 'SINGH, UPINDER '), (511, '48,150'), (511, '48,150'), (611, '2,096'), (611, '2,096'), (700, '50,246'), (700, '50,246')]",23:336 -"[(16, 'GERNER, ROBERT H'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'GERNER, ROBERT H'), (514, '6,300'), (618, '24'), (703, '6,324')]",23:344 -"[(16, 'GERSTMAN, ROBERT N'), (236, 'DANVILLE, PA'), (322, 'PA'), (347, 'GERSTMAN, ROBERT N'), (514, '2,450'), (615, '122'), (703, '2,572')]",23:351 -"[(16, 'GHABACHE, BASSAM S'), (236, 'OKLAHOMA CITY, OK'), (322, 'OK'), (347, 'GHABACHE, BASSAM S'), (514, '2,263'), (703, '2,263')]",23:358 -"[(16, 'GHALY, NASRI N'), (236, 'SYRACUSE, NY'), (322, 'NY'), (347, 'GHALY, NASRI N'), (514, '3,050'), (703, '3,050')]",23:365 -"[(16, 'GHARIB, ELIE G'), (236, 'SOUTH CHARLESTON, WV'), (322, 'WV'), (347, 'GHARIB, ELIE G'), (514, '8,584'), (615, '306'), (703, '8,890')]",23:372 -"[(16, 'GHAWJI, MAHER '), (236, 'MEMPHIS, TN'), (322, 'TN'), (347, 'GHAWJI, MAHER '), (514, '1,100'), (703, '1,100')]",23:379 -"[(16, 'GHAYAL, KAS '), (236, 'INDIALANTIC, FL'), (322, 'FL'), (347, 'GHAYAL, KAS '), (482, '3,006'), (618, '88'), (703, '3,094')]",23:387 -"[(16, 'GHAZI ASAAD, M.D.'), (236, 'DANBURY, CT'), (322, 'CT'), (347, 'ASAAD, GHAZI '), (511, '29,300'), (615, '869'), (700, '30,169')]",23:394 -"[(16, 'GHAZNAVI, JAHANGIR H'), (236, 'OKLAHOMA CITY, OK'), (322, 'OK'), (347, 'GHAZNAVI, JAHANGIR H'), (514, '2,450'), (618, '22'), (703, '2,472')]",23:401 -"[(16, 'GIAKAS, WILLIAM J'), (236, 'ROCKFORD, IL'), (322, 'IL'), (347, 'GIAKAS, WILLIAM J'), (511, '28,500'), (611, '1,550'), (700, '30,050')]",23:408 -"[(16, 'GIANGOLA, JOSEPH '), (236, 'HACKENSACK, NJ'), (322, 'NJ'), (347, 'GIANGOLA, JOSEPH '), (514, '3,225'), (703, '3,225')]",23:415 -"[(16, 'GIBB, MATTHEW D'), (236, 'URBANA, IL'), (322, 'IL'), (347, 'GIBB, MATTHEW D'), (521, '84'), (710, '84')]",23:423 -"[(16, 'GIBBINS, HILARY '), (236, 'TUJUNGA, CA'), (322, 'CA'), (347, 'GIBBINS, HILARY '), (482, '2,156'), (615, '318'), (703, '2,474')]",23:430 -"[(16, 'GIBBLE, KAREN L'), (236, 'WILMINGTON, DE'), (322, 'DE'), (347, 'GIBBLE, KAREN L'), (482, '6,913'), (703, '6,913')]",23:437 -"[(16, 'GIBBONS, DONNA '), (236, 'HARRIS, NY'), (322, 'NY'), (347, 'GIBBONS, DONNA '), (482, '2,325'), (615, '222'), (703, '2,547')]",23:444 -"[(16, 'GIBSON, CHARLES M'), (236, 'NATICK, MA'), (322, 'MA'), (347, 'GIBSON, CHARLES M'), (615, '600'), (707, '600')]",23:451 -"[(16, 'GIBSON, GRACE A'), (236, 'CHARLESTON, WV'), (322, 'WV'), (347, 'GIBSON, GRACE A'), (482, '6,244'), (615, '763'), (703, '7,007')]",23:459 -"[(16, 'GIESE, KARLA K'), (236, 'ALBUQUERQUE, NM'), (322, 'NM'), (347, 'GIESE, KARLA K'), (482, '1,744'), (615, '132'), (703, '1,876')]",23:466 -"[(16, 'GIFFORD, SUE '), (236, 'AMSTERDAM, NY'), (322, 'NY'), (347, 'GIFFORD, SUE '), (486, '900'), (615, '172'), (703, '1,072')]",23:473 -"[(16, 'GIGER, PAUL T'), (236, 'PORTLAND, OR'), (322, 'OR'), (347, 'GIGER, PAUL T'), (511, '20,500'), (618, '33'), (700, '20,533')]",23:480 -"[(16, 'GIL, LAURA '), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'GIL, LAURA '), (482, '3,281'), (615, '165'), (703, '3,446')]",23:487 -"[(16, 'GILBERT A. MASTERSON, M. D., INC'), (236, 'GRAND RAPIDS, MI'), (322, 'MI'), (347, 'MASTERSON, AL '), (514, '6,075'), (703, '6,075')]",23:495 -"[(16, 'GILBERT J. CUSTER, JR., M.D.'), (236, 'AUSTIN, TX'), (322, 'TX'), (347, 'CUSTER, GILBERT J'), (514, '9,200'), (615, '420'), (703, '9,620')]",23:502 -"[(16, 'GILBERT, ANNE H'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'GILBERT, ANNE H'), (514, '9,075'), (615, '235'), (703, '9,310')]",23:509 -"[(16, 'GILBERT, JERRY H'), (236, 'ROUND ROCK, TX'), (322, 'TX'), (347, 'GILBERT, JERRY H'), (514, '4,334'), (703, '4,334')]",23:516 -"[(16, 'GILBERT, JOHN M'), (236, 'FULLERTON, CA'), (322, 'CA'), (347, 'GILBERT, JOHN M'), (514, '9,088'), (618, '32'), (703, '9,120')]",23:523 -"[(16, 'GILBERT, ROBERT W'), (236, 'ATLANTA, GA'), (322, 'GA'), (347, 'GILBERT, ROBERT W'), (511, '12,000'), (700, '12,000')]",23:531 -"[(16, 'GILDEN, JANICE L'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'GILDEN, JANICE L'), (518, '338'), (707, '338')]",23:538 -"[(16, 'GILES, TYWONIA V'), (236, 'CAMDEN, MS'), (322, 'MS'), (347, 'GILES, TYWONIA V'), (482, '1,531'), (615, '496'), (703, '2,027')]",23:545 -"[(16, 'GILLESPIE, HAL G'), (236, 'SPOKANE, WA'), (322, 'WA'), (347, 'GILLESPIE, HAL G'), (514, '1,950'), (703, '1,950')]",23:552 -"[(16, 'GILLIAM, ELAINE '), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'GILLIAM, ELAINE '), (482, '1,488'), (618, '24'), (703, '1,512')]",23:559 -"[(16, 'GILMAN, JUDY A'), (236, 'MISSOULA, MT'), (322, 'MT'), (347, 'GILMAN, JUDY A'), (482, '4,856'), (611, '1,482'), (703, '6,339')]",23:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 23 of 71')]",23:591 -"[(347, 'Lilly Faculty Registry')]",24:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",24:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",24:63 -"[(558, '(All amounts in US Dollars)')]",24:70 -"[(499, 'Healthcare ')]",24:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",24:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",24:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",24:88 -"[(500, 'Education '), (583, 'Related Expenses')]",24:92 -"[(467, 'Programs'), (532, 'Education Programs')]",24:95 -"[(501, 'Programs')]",24:99 -"[(16, 'GILMORE, RICHARD M'), (236, 'LAKE CHARLES, LA'), (322, 'LA'), (347, 'GILMORE, RICHARD M'), (511, '16,034'), (615, '370'), (700, '16,404')]",24:106 -"[(16, 'GINSBURG, EILEEN J'), (236, 'BOYNTON BEACH, FL'), (322, 'FL'), (347, 'GINSBURG, EILEEN J'), (482, '2,438'), (615, '188'), (703, '2,626')]",24:113 -"[(16, 'GIOLAS, DALE J'), (236, 'BARRINGTON, IL'), (322, 'IL'), (347, 'GIOLAS, DALE J'), (511, '28,800'), (615, '155'), (700, '28,955')]",24:120 -"[(16, 'GIOVINAZZI, CATHY '), (236, 'VINELAND, NJ'), (322, 'NJ'), (347, 'GIOVINAZZI, CATHY '), (482, '2,925'), (611, '1,012'), (703, '3,937')]",24:127 -"[(16, 'GIST, FRANCES '), (236, 'POWAY, CA'), (322, 'CA'), (347, 'GIST, FRANCES '), (486, '863'), (618, '28'), (707, '891')]",24:135 -"[(16, 'GITLITZ, BARBARA J'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'GITLITZ, BARBARA J'), (511, '17,663'), (568, '5,375'), (615, '312'), (700, '23,349')]",24:142 -"[(16, 'GIUSTI, RICHARD P'), (236, 'WINTER HAVEN, FL'), (322, 'FL'), (347, 'GIUSTI, RICHARD P'), (514, '2,634'), (703, '2,634')]",24:149 -"[(16, 'GLAD, LAWRENCE J'), (236, 'CONNELLSVILLE, PA'), (322, 'PA'), (347, 'GLAD, LAWRENCE J'), (511, '26,375'), (572, '625'), (611, '3,139'), (700, '30,139')]",24:156 -"[(16, 'GLADD, DEBBY A'), (236, 'TULSA, OK'), (322, 'OK'), (347, 'GLADD, DEBBY A'), (514, '1,950'), (568, '1,250'), (703, '3,200')]",24:163 -"[(16, 'GLAHN, DAVID C'), (236, 'HARTFORD, CT'), (322, 'CT'), (347, 'GLAHN, DAVID C'), (568, '3,625'), (615, '121'), (703, '3,746')]",24:171 -"[(16, 'GLASENAPP, KATE M'), (236, 'MILWAUKEE, WI'), (322, 'WI'), (347, 'GLASENAPP, KATE M'), (482, '1,575'), (618, '28'), (703, '1,603')]",24:178 -"[(16, 'GLASPY, JOHN A'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'GLASPY, JOHN A'), (511, '12,263'), (566, '11,225'), (615, '280'), (700, '23,768')]",24:185 -"[(16, 'GLAZER, WILLIAM M'), (236, 'KEY WEST, FL'), (322, 'FL'), (347, 'GLAZER, WILLIAM M'), (511, '17,138'), (566, '21,938'), (611, '2,517'), (700, '41,592')]",24:192 -"[(16, 'GLEESON, JEREMY M'), (236, 'ALBUQUERQUE, NM'), (322, 'NM'), (347, 'GLEESON, JEREMY M'), (514, '4,656'), (620, '4'), (703, '4,660')]",24:199 -"[(16, 'GLOBAL RESOURCE FOR ADVANCING CANCER EDUCATION'), (236, 'SEATTLE, WA'), (322, 'WA'), (347, 'WEST, JACK '), (572, '375'), (707, '375')]",24:207 -"[(16, 'GLOTH, SEAN T'), (236, 'COLUMBIA, MD'), (322, 'MD'), (347, 'GLOTH, SEAN T'), (511, '19,684'), (618, '56'), (700, '19,741')]",24:214 -"[(16, 'GARDELLA, ROBERT J'), (236, 'STAUNTON, VA'), (322, 'VA'), (347, 'GARDELLA, ROBERT J'), (511, '21,975'), (611, '3,754'), (700, '25,729')]",22:423 -"[(16, 'GARDINE, CYPRIAN A'), (236, 'SOUTH BEND, IN'), (322, 'IN'), (347, 'GARDINE, CYPRIAN A'), (514, '1,781'), (703, '1,781')]",22:430 -"[(16, 'GARDNER, DAVID W'), (236, 'COLUMBIA, MO'), (322, 'MO'), (347, 'GARDNER, DAVID W'), (514, '5,506'), (703, '5,506')]",22:437 -"[(16, 'GARIBIAN, GARO S'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'GARIBIAN, GARO S'), (514, '8,884'), (618, '15'), (703, '8,900')]",22:444 -"[(16, 'GARLAND, LINDA L'), (236, 'TUCSON, AZ'), (322, 'AZ'), (347, 'GARLAND, LINDA L'), (514, '2,313'), (615, '800'), (703, '3,113')]",22:451 -"[(16, 'GARMAN, RICHARD W'), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'GARMAN, RICHARD W'), (514, '5,300'), (615, '349'), (703, '5,649')]",22:459 -"[(16, 'GARNER, CAROL A'), (236, 'SAN MARCOS, TX'), (322, 'TX'), (347, 'GARNER, CAROL A'), (482, '6,413'), (615, '978'), (703, '7,391')]",22:466 -"[(16, 'GARNER, WILLIAM L'), (236, 'OKLAHOMA CITY, OK'), (322, 'OK'), (347, 'GARNER, WILLIAM L'), (518, '450'), (707, '450')]",22:473 -"[(16, 'GARRATT, KIRK N'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'GARRATT, KIRK N'), (511, '29,784'), (611, '2,148'), (700, '31,933')]",22:480 -"[(16, 'GARRETT, KAREN G'), (236, 'IRMO, SC'), (322, 'SC'), (347, 'GARRETT, KAREN G'), (479, '17,775'), (611, '1,525'), (700, '19,300')]",22:487 -"[(16, 'GARRY G. BANKS, MD, PA'), (236, 'NICEVILLE, FL'), (322, 'FL'), (347, 'BANKS, GARRY G'), (511, '67,263'), (611, '6,733'), (700, '73,996')]",22:495 -"[(16, 'GARRY L. AUGUST, M.D., PC'), (236, 'COLUMBUS, GA'), (322, 'GA'), (347, 'AUGUST, GARRY L'), (511, '25,743'), (611, '3,264'), (700, '29,007')]",22:502 -"[(16, 'GARTEN, TIMOTHY '), (236, 'BARKSDALE AFB, LA'), (322, 'LA'), (347, 'GARTEN, TIMOTHY '), (518, '488'), (707, '488')]",22:509 -"[(16, 'GARWOOD, AMY S'), (236, 'LINCOLN, NE'), (322, 'NE'), (347, 'GARWOOD, AMY S'), (482, '3,713'), (703, '3,713')]",22:516 -"[(16, 'GARY K. BERMAN, MD'), (236, 'WEST ORANGE, NJ'), (322, 'NJ'), (347, 'BERMAN, GARY K'), (518, '934'), (707, '934')]",22:523 -"[(16, 'GARY OWENS ASSOCIATES'), (236, 'GLEN MILLS, PA'), (322, 'PA'), (347, 'OWENS, GARY M'), (565, '11,000'), (615, '248'), (700, '11,248')]",22:531 -"[(16, 'GARY S. KABINOFF MD, PA'), (236, 'STUART, FL'), (322, 'FL'), (347, 'KABINOFF, GARY S'), (511, '49,250'), (568, '7,750'), (611, '5,523'), (700, '62,523')]",22:538 -"[(16, 'GARY UNZEITIG, MD, FACS'), (236, 'LAREDO, TX'), (322, 'TX'), (347, 'UNZEITIG, GARY W'), (514, '4,300'), (615, '482'), (703, '4,782')]",22:545 -"[(16, 'GATES, JAMES '), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'GATES, JAMES '), (572, '750'), (618, '53'), (707, '803')]",22:552 -"[(16, 'GATEWAY SERVICES'), (236, 'COEUR D ALENE, ID'), (322, 'ID'), (347, 'CROOK, ALBERT A'), (511, '20,550'), (615, '720'), (700, '21,270')]",22:559 -"[(16, 'GAUDERER, CHRISTIAN '), (236, 'PATERSON, NJ'), (322, 'NJ'), (347, 'GAUDERER, CHRISTIAN '), (514, '2,450'), (703, '2,450')]",22:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 22 of 71')]",22:591 -"[(347, 'Lilly Faculty Registry')]",23:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",23:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",23:63 -"[(558, '(All amounts in US Dollars)')]",23:70 -"[(499, 'Healthcare ')]",23:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",23:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",23:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",23:88 -"[(500, 'Education '), (583, 'Related Expenses')]",23:92 -"[(467, 'Programs'), (532, 'Education Programs')]",23:95 -"[(501, 'Programs')]",23:99 -"[(16, 'GAUDIANI, LINDA M'), (236, 'GREENBRAE, CA'), (322, 'CA'), (347, 'GAUDIANI, LINDA M'), (514, '2,031'), (703, '2,031')]",23:106 -"[(16, 'GAUTHIER, PAUL R'), (236, 'LOWELL, MI'), (322, 'MI'), (347, 'GAUTHIER, PAUL R'), (511, '10,800'), (615, '246'), (700, '11,046')]",23:113 -"[(16, 'GAVIN, JAMES R'), (236, 'ATLANTA, GA'), (322, 'GA'), (347, 'GAVIN, JAMES R'), (566, '14,938'), (611, '1,170'), (700, '16,108')]",23:120 -"[(16, 'GAVIN, LAURENCE A'), (236, 'REDWOOD CITY, CA'), (322, 'CA'), (347, 'GAVIN, LAURENCE A'), (518, '281'), (707, '281')]",23:127 -"[(16, 'GAVRILYUK, OLEG M'), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'GAVRILYUK, OLEG M'), (511, '41,250'), (611, '8,499'), (700, '49,749')]",23:135 -"[(16, 'GAY, GARY L'), (236, 'BEL AIR, MD'), (322, 'MD'), (347, 'GAY, GARY L'), (514, '1,500'), (703, '1,500')]",23:142 -"[(16, 'GEBHART, RICK W'), (236, 'VANDALIA, OH'), (322, 'OH'), (347, 'GEBHART, RICK W'), (514, '2,450'), (703, '2,450')]",23:149 -"[(16, 'GEIL, PATRICIA '), (236, 'LEXINGTON, KY'), (322, 'KY'), (347, 'GEIL, PATRICIA '), (482, '1,350'), (618, '61'), (703, '1,411')]",23:156 -"[(16, 'GELFAND, ROBERT M'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'GELFAND, ROBERT M'), (518, '338'), (707, '338')]",23:163 -"[(16, 'GELLER, RUDNICK, BUSH, AND BAMBERGER'), (236, 'BEVERLY HILLS, CA'), (322, 'CA'), (347, 'BUSH, MICHAEL A'), (511, '13,456'), (618, '23'), (700, '13,479')]",23:171 -"[(16, 'GELS‐BIRCH, CATHERINE A'), (236, 'BREWER, ME'), (322, 'ME'), (347, 'GELS‐BIRCH, CATHERINE A'), (482, '4,088'), (615, '550'), (703, '4,638')]",23:178 -"[(16, 'GEMAYEL, CAROL Y'), (236, 'BLOOMFIELD, CT'), (322, 'CT'), (347, 'GEMAYEL, CAROL Y'), (511, '12,184'), (615, '314'), (700, '12,499')]",23:185 -"[(16, 'GENANT, HARRY K'), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'GENANT, HARRY K'), (566, '19,250'), (611, '1,014'), (700, '20,264')]",23:192 -"[(16, 'GENDZIELEWSKI, MARYA C'), (236, 'SYRACUSE, NY'), (322, 'NY'), (347, 'GENDZIELEWSKI, MARYA C'), (518, '625'), (707, '625')]",23:199 -"[(16, 'GENESIS FAMILY CARE MEDICAL GROUP/DBA PACIFIC COAST FAMILY MEDICAL GROUP'), (236, 'MANHATTAN BEACH, CA'), (322, 'CA'), (347, 'RUBY, RONALD J'), (514, '8,238'), (615, '168'), (703, '8,406')]",23:207 -"[(16, 'GENESIS FOUNDATION/DIABETES CARE CENTER'), (236, 'BETTENDORF, IA'), (322, 'IA'), (347, 'MENKE, MARSHA '), (482, '4,988'), (615, '198'), (703, '5,185')]",23:214 -"[(16, 'GENESIS OBGYN, PC'), (236, 'TUCSON, AZ'), (322, 'AZ'), (347, 'EISENBERG, HOWARD '), (514, '3,750'), (703, '3,750')]",23:221 -"[(16, 'GENRE, KENDALL L'), (236, 'JEFFERSON, LA'), (322, 'LA'), (347, 'GENRE, KENDALL L'), (618, '44'), (710, '44')]",23:228 -"[(16, 'GENTILE, ANTHONY F'), (236, 'BETHEL PARK, PA'), (322, 'PA'), (347, 'GENTILE, ANTHONY F'), (511, '37,275'), (572, '375'), (611, '4,481'), (700, '42,131')]",23:235 -"[(16, 'GENTILE, PATRICIA M'), (236, 'COLUMBUS, OH'), (322, 'OH'), (347, 'GENTILE, PATRICIA M'), (514, '5,700'), (618, '90'), (703, '5,790')]",23:243 -"[(16, 'GEORGE A. KRAMER & ASSOCIATES, INC'), (236, 'KENNESAW, GA'), (322, 'GA'), (347, 'KRAMER, GEORGE A'), (511, '15,534'), (615, '513'), (700, '16,047')]",23:250 -"[(16, 'GEORGE ALHAJ, M.D., P.C.'), (236, 'EDMOND, OK'), (322, 'OK'), (347, 'ALHAJ, GEORGE S'), (514, '3,300'), (615, '103'), (703, '3,403')]",23:257 -"[(16, 'GEORGE C. SHAPIRO & JEFFREY T. SHAPIRO, MD, PC'), (236, 'SCARSDALE, NY'), (322, 'NY'), (347, 'SHAPIRO, JEFFREY T'), (514, '3,350'), (572, '500'), (703, '3,850')]",23:264 -"[(16, 'FORONDA, ROSE '), (236, 'WAILUKU, HI'), (322, 'HI'), (347, 'FORONDA, ROSE '), (482, '1,256'), (618, '28'), (703, '1,284')]",21:423 -"[(16, 'FORT WAYNE PSYCHIATRY, PC'), (236, 'FORT WAYNE, IN'), (322, 'IN'), (347, 'RUSTAGI, PREVESH K'), (511, '12,000'), (615, '434'), (700, '12,434')]",21:430 -"[(16, 'FORTENBERRY, JAMIE '), (236, 'HUNTSVILLE, AL'), (322, 'AL'), (347, 'FORTENBERRY, JAMIE '), (572, '500'), (618, '58'), (707, '558')]",21:437 -"[(16, 'FORTUNO PADILLA, ARMANDO '), (236, 'ARECIBO, PR'), (322, 'PR'), (347, 'FORTUNO PADILLA, ARMANDO '), (514, '4,800'), (703, '4,800')]",21:444 -"[(16, 'FOSTER, MALCOLM T'), (236, 'KNOXVILLE, TN'), (322, 'TN'), (347, 'FOSTER, MALCOLM T'), (514, '2,650'), (703, '2,650')]",21:451 -"[(16, 'FOWLES, ROBERT E'), (236, 'SALT LAKE CITY, UT'), (322, 'UT'), (347, 'FOWLES, ROBERT E'), (511, '32,484'), (611, '2,046'), (700, '34,531')]",21:459 -"[(16, 'FOX, CLINTON W'), (236, 'BENTONVILLE, AR'), (322, 'AR'), (347, 'FOX, CLINTON W'), (514, '2,450'), (615, '375'), (703, '2,825')]",21:466 -"[(16, 'FOX, JOHN '), (236, 'GRAND RAPIDS, MI'), (322, 'MI'), (347, 'FOX, JOHN '), (568, '7,000'), (615, '168'), (703, '7,168')]",21:473 -"[(16, 'FOX, KEVIN R'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'FOX, KEVIN R'), (514, '5,000'), (703, '5,000')]",21:480 -"[(16, 'FOX, ROBERT A'), (236, 'NEW LONDON, CT'), (322, 'CT'), (347, 'FOX, ROBERT A'), (514, '7,800'), (611, '1,079'), (703, '8,879')]",21:487 -"[(16, 'FOX, SHARI C'), (236, 'LITTLETON, CO'), (322, 'CO'), (347, 'FOX, SHARI C'), (514, '1,706'), (618, '34'), (703, '1,740')]",21:495 -"[(16, 'FOX‐PORTER, DANI S'), (236, 'MANALAPAN, NJ'), (322, 'NJ'), (347, 'FOX‐PORTER, DANI S'), (482, '2,513'), (615, '321'), (703, '2,833')]",21:502 -"[(16, 'FRAGA BERRIOS, IVONNE '), (236, 'HATO REY, PR'), (322, 'PR'), (347, 'FRAGA BERRIOS, IVONNE '), (514, '3,750'), (618, '95'), (703, '3,845')]",21:509 -"[(16, 'FRAMINGHAM PSYCHIATRIC COUNSELING ASSOCIATES'), (236, 'FRAMINGHAM, MA'), (322, 'MA'), (347, 'MAZMANIAN, BRIAN J'), (514, '7,875'), (615, '322'), (703, '8,197')]",21:516 -"[(16, 'FRANC STRGAR, MD, PC'), (236, 'EUGENE, OR'), (322, 'OR'), (347, 'STRGAR, FRANC '), (514, '4,950'), (615, '261'), (703, '5,211')]",21:523 -"[(16, 'FRANCIS M. WILLIAMS MD PA'), (236, 'BELLAIRE, TX'), (322, 'TX'), (347, 'WILLIAMS, FRANCIS M'), (514, '3,950'), (618, '94'), (703, '4,044')]",21:531 -"[(16, 'FRANK ALBANO RN PC'), (236, 'MIDDLE ISLAND, NY'), (322, 'NY'), (347, 'ALBANO, FRANK '), (486, '769'), (707, '769')]",21:538 -"[(16, 'FRANK S. FLOCA'), (236, 'AUSTIN, TX'), (322, 'TX'), (347, 'FLOCA, FRANK S'), (511, '24,000'), (611, '1,326'), (700, '25,326')]",21:545 -"[(16, 'FRANKEL, BEVERLY A'), (236, 'CORAL SPRINGS, FL'), (322, 'FL'), (347, 'FRANKEL, BEVERLY A'), (615, '258'), (707, '258')]",21:552 -"[(16, 'FRAS, ANNE MARIE M'), (236, 'DURHAM, NC'), (322, 'NC'), (347, 'FRAS, ANNE MARIE M'), (514, '1,750'), (703, '1,750')]",21:559 -"[(16, 'FRASER CONSULTING FIRM'), (236, 'BOWLING GREEN, KY'), (322, 'KY'), (347, 'FRASER, ASAD D'), (511, '15,000'), (615, '909'), (700, '15,909')]",21:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 21 of 71')]",21:591 -"[(347, 'Lilly Faculty Registry')]",22:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",22:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",22:63 -"[(558, '(All amounts in US Dollars)')]",22:70 -"[(499, 'Healthcare ')]",22:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",22:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",22:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",22:88 -"[(500, 'Education '), (583, 'Related Expenses')]",22:92 -"[(467, 'Programs'), (532, 'Education Programs')]",22:95 -"[(501, 'Programs')]",22:99 -"[(16, 'FRASER, ASAD D'), (236, 'BOWLING GREEN, KY'), (322, 'KY'), (347, 'FRASER, ASAD D'), (514, '1,200'), (703, '1,200')]",22:106 -"[(16, 'FRAWLEY, JO ELLEN E'), (236, 'PRAIRIE DU SAC, WI'), (322, 'WI'), (347, 'FRAWLEY, JO ELLEN E'), (486, '300'), (707, '300')]",22:113 -"[(16, 'FREAR, RAULO '), (236, 'BOISE, ID'), (322, 'ID'), (347, 'FREAR, RAULO '), (618, '95'), (710, '95')]",22:120 -"[(16, 'FREAS, SALLY '), (236, 'WILMINGTON, NC'), (322, 'NC'), (347, 'FREAS, SALLY '), (482, '1,931'), (615, '226'), (703, '2,157')]",22:127 -"[(16, 'FREDERICK E. RUSHFORD, M.D.'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'RUSHFORD, FREDERICK E'), (511, '14,856'), (615, '664'), (700, '15,520')]",22:135 -"[(16, 'FREDERICKS, RUTH K'), (236, 'FLOWOOD, MS'), (322, 'MS'), (347, 'FREDERICKS, RUTH K'), (514, '3,000'), (703, '3,000')]",22:142 -"[(16, 'FREED, STEPHEN '), (236, 'DEERFIELD, IL'), (322, 'IL'), (347, 'FREED, STEPHEN '), (482, '1,200'), (615, '228'), (703, '1,428')]",22:149 -"[(16, 'FREEDMAN, ZACHARY R'), (236, 'ROCHESTER, NY'), (322, 'NY'), (347, 'FREEDMAN, ZACHARY R'), (514, '7,294'), (618, '72'), (703, '7,366')]",22:156 -"[(16, 'FREEMAN, ROY L'), (236, 'BOSTON, MA'), (322, 'MA'), (347, 'FREEMAN, ROY L'), (568, '2,625'), (703, '2,625')]",22:163 -"[(16, 'FRENCH, SHERRI L'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'FRENCH, SHERRI L'), (486, '900'), (707, '900')]",22:171 -"[(16, 'FRENCH, WILLIAM J'), (236, 'TORRANCE, CA'), (322, 'CA'), (347, 'FRENCH, WILLIAM J'), (514, '5,484'), (618, '69'), (703, '5,553')]",22:178 -"[(16, 'FRIEDMAN, ELLIOTT T'), (236, 'MIDDLETOWN, NY'), (322, 'NY'), (347, 'FRIEDMAN, ELLIOTT T'), (514, '2,531'), (703, '2,531')]",22:185 -"[(16, 'FRIEDMAN, ROBERT A'), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'FRIEDMAN, ROBERT A'), (511, '11,700'), (700, '11,700')]",22:192 -"[(16, 'FRIEDMAN, STEWART J'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'FRIEDMAN, STEWART J'), (514, '2,500'), (703, '2,500')]",22:199 -"[(16, 'FRIES, JULIE A'), (236, 'WAUKESHA, WI'), (322, 'WI'), (347, 'FRIES, JULIE A'), (511, '19,038'), (572, '938'), (611, '5,183'), (700, '25,158')]",22:207 -"[(16, 'FRIEZE, TODD W'), (236, 'BILOXI, MS'), (322, 'MS'), (347, 'FRIEZE, TODD W'), (514, '7,163'), (615, '137'), (703, '7,299')]",22:214 -"[(16, 'FROST, SUSAN JO '), (236, 'HILLIARD, OH'), (322, 'OH'), (347, 'FROST, SUSAN JO '), (482, '1,313'), (618, '49'), (703, '1,362')]",22:221 -"[(16, 'FUENTES, LILIA A'), (236, 'MCALLEN, TX'), (322, 'TX'), (347, 'FUENTES, LILIA A'), (486, '300'), (707, '300')]",22:228 -"[(16, 'FULK‐BUTNER, KENDRA B'), (236, 'HIGGINSVILLE, MO'), (322, 'MO'), (347, 'FULK‐BUTNER, KENDRA B'), (482, '4,163'), (615, '518'), (703, '4,680')]",22:235 -"[(16, 'FULLER, JAMES H'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'FULLER, JAMES H'), (615, '930'), (707, '930')]",22:243 -"[(16, 'FULLER, JAMES M'), (236, 'JACKSON, MS'), (322, 'MS'), (347, 'FULLER, JAMES M'), (518, '934'), (707, '934')]",22:250 -"[(16, 'FUNG, HING S'), (236, 'WACO, TX'), (322, 'TX'), (347, 'FUNG, HING S'), (511, '39,625'), (608, '10,512'), (700, '50,137')]",22:257 -"[(16, 'FUNNELL, MARTHA M'), (236, 'ANN ARBOR, MI'), (322, 'MI'), (347, 'FUNNELL, MARTHA M'), (568, '6,000'), (615, '105'), (703, '6,105')]",22:264 -"[(16, 'FUOCO, DENISE '), (236, 'CAMBRIDGE, NY'), (322, 'NY'), (347, 'FUOCO, DENISE '), (482, '1,706'), (615, '582'), (703, '2,288')]",22:271 -"[(16, 'FUQUA, GREGORY L'), (236, 'FRANKFORT, KY'), (322, 'KY'), (347, 'FUQUA, GREGORY L'), (514, '2,800'), (615, '213'), (703, '3,013')]",22:279 -"[(16, 'G & C COX ENTERPRISES'), (236, 'NEW ORLEANS, LA'), (322, 'LA'), (347, 'COX, CAROLE C'), (479, '16,131'), (611, '4,009'), (700, '20,140')]",22:286 -"[(16, 'G. DEAN STROBEL, MD, PA'), (236, 'SHERMAN, TX'), (322, 'TX'), (347, 'STROBEL, G D'), (511, '13,000'), (615, '523'), (700, '13,523')]",22:293 -"[(16, 'GABRIEL, GEORGE P'), (236, 'EVANS CITY, PA'), (322, 'PA'), (347, 'GABRIEL, GEORGE P'), (511, '18,784'), (700, '18,784')]",22:300 -"[(16, 'GADGEEL, SHIRISH '), (236, 'DETROIT, MI'), (322, 'MI'), (347, 'GADGEEL, SHIRISH '), (514, '2,963'), (703, '2,963')]",22:307 -"[(16, 'GALBREATH, CHRISTOPHER R'), (236, 'FAIRPORT, NY'), (322, 'NY'), (347, 'GALBREATH, CHRISTOPHER R'), (514, '3,700'), (615, '284'), (703, '3,984')]",22:315 -"[(16, 'GALE, DAVID W'), (236, 'MARIETTA, GA'), (322, 'GA'), (347, 'GALE, DAVID W'), (511, '19,250'), (568, '1,750'), (611, '2,046'), (700, '23,046')]",22:322 -"[(16, 'GALICHIA, JOSEPH P'), (236, 'WICHITA, KS'), (322, 'KS'), (347, 'GALICHIA, JOSEPH P'), (514, '3,384'), (703, '3,384')]",22:329 -"[(16, 'GALLOWAY, JOEL R'), (16, 'GALLOWAY, JOEL R'), (236, 'SPOKANE, WA'), (236, 'SPOKANE, WA'), (322, 'WA'), (322, 'WA'), (347, 'GALLOWAY, JOEL R'), (347, 'GALLOWAY, JOEL R'), (511, '14,534'), (511, '14,534'), (611, '1,101'), (611, '1,101'), (700, '15,635'), (700, '15,635')]",22:336 -"[(16, 'GAMMON, ROGER S'), (236, 'AUSTIN, TX'), (322, 'TX'), (347, 'GAMMON, ROGER S'), (518, '450'), (568, '2,200'), (618, '10'), (703, '2,660')]",22:344 -"[(16, 'GANAPINI, KENNETH A'), (236, 'FLINT, MI'), (322, 'MI'), (347, 'GANAPINI, KENNETH A'), (514, '8,950'), (615, '211'), (703, '9,161')]",22:351 -"[(16, 'GANONG, KEVIN D'), (236, 'JONESBORO, AR'), (322, 'AR'), (347, 'GANONG, KEVIN D'), (514, '4,831'), (615, '112'), (703, '4,943')]",22:358 -"[(16, 'GARBARINO, JOSEPH '), (236, 'BETHPAGE, NY'), (322, 'NY'), (347, 'GARBARINO, JOSEPH '), (482, '3,413'), (703, '3,413')]",22:365 -"[(16, 'GARBUTT, RONALD G'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'GARBUTT, RONALD G'), (514, '5,700'), (703, '5,700')]",22:372 -"[(16, 'GARCIA MATEO, JOSE M M'), (236, 'GUAYAMA, PR'), (322, 'PR'), (347, 'GARCIA MATEO, JOSE M M'), (511, '34,344'), (611, '1,743'), (700, '36,086')]",22:379 -"[(16, 'GARCIA RINALDI, RAUL '), (236, 'MAYAGUEZ, PR'), (322, 'PR'), (347, 'GARCIA RINALDI, RAUL '), (514, '4,472'), (615, '146'), (703, '4,617')]",22:387 -"[(16, 'GARCIA RONDON, MARI TERESA T'), (236, 'SAN JUAN, PR'), (322, 'PR'), (347, 'GARCIA RONDON, MARI TERESA T'), (514, '1,500'), (703, '1,500')]",22:394 -"[(16, 'GARCIA, AGUSTIN A'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'GARCIA, AGUSTIN A'), (514, '2,700'), (703, '2,700')]",22:401 -"[(16, 'GARCIA‐BARRIOS, MILAGROS C'), (236, 'CAGUAS, PR'), (322, 'PR'), (347, 'GARCIA‐BARRIOS, MILAGROS C'), (482, '2,025'), (615, '179'), (703, '2,204')]",22:408 -"[(16, 'GARCIA‐FERRER, EDUARDO L'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'GARCIA‐FERRER, EDUARDO L'), (514, '7,500'), (615, '205'), (703, '7,705')]",22:415 -"[(16, 'FEHRENKAMP, STEVEN H'), (236, 'AUSTIN, TX'), (322, 'TX'), (347, 'FEHRENKAMP, STEVEN H'), (514, '3,186'), (618, '11'), (703, '3,197')]",20:365 -"[(16, 'FEIBELMAN, NATHAN D'), (236, 'MACON, GA'), (322, 'GA'), (347, 'FEIBELMAN, NATHAN D'), (514, '4,200'), (618, '76'), (703, '4,276')]",20:372 -"[(16, 'FEICK, JEAN T'), (236, 'SANDUSKY, OH'), (322, 'OH'), (347, 'FEICK, JEAN T'), (482, '1,800'), (618, '45'), (703, '1,845')]",20:379 -"[(16, 'FEIFEL, DAVID '), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'FEIFEL, DAVID '), (511, '42,000'), (611, '1,181'), (700, '43,181')]",20:387 -"[(16, 'FEIGIN, RONALD A'), (236, 'ANCHORAGE, AK'), (322, 'AK'), (347, 'FEIGIN, RONALD A'), (518, '450'), (707, '450')]",20:394 -"[(16, 'FEINGOLD, KENNETH R'), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'FEINGOLD, KENNETH R'), (514, '2,031'), (618, '68'), (703, '2,099')]",20:401 -"[(16, 'FELDHEIM, MARTHA M'), (236, 'WYCKOFF, NJ'), (322, 'NJ'), (347, 'FELDHEIM, MARTHA M'), (482, '8,963'), (611, '2,013'), (700, '10,975')]",20:408 -"[(16, 'FELDMAN, ALAN '), (236, 'MONROE, NJ'), (322, 'NJ'), (347, 'FELDMAN, ALAN '), (514, '2,363'), (703, '2,363')]",20:415 -"[(16, 'FELDMAN, DMITRIY N'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'FELDMAN, DMITRIY N'), (514, '7,784'), (615, '237'), (703, '8,021')]",20:423 -"[(16, 'FELDMAN, JAMES M'), (236, 'KATY, TX'), (322, 'TX'), (347, 'FELDMAN, JAMES M'), (514, '1,784'), (615, '289'), (703, '2,073')]",20:430 -"[(16, 'FELDMAN, LAWRENCE E'), (236, 'MIAMI BEACH, FL'), (322, 'FL'), (347, 'FELDMAN, LAWRENCE E'), (568, '2,250'), (703, '2,250')]",20:437 -"[(16, 'FELTEN, WILLIAM R'), (236, 'PIGEON, MI'), (322, 'MI'), (347, 'FELTEN, WILLIAM R'), (514, '8,884'), (618, '83'), (703, '8,967')]",20:444 -"[(16, 'FENG, SIMON F'), (236, 'WHITELAND, IN'), (322, 'IN'), (347, 'FENG, SIMON F'), (511, '47,500'), (611, '3,303'), (700, '50,803')]",20:451 -"[(16, 'FENLEY, JOHN D'), (236, 'JOHNSON CITY, TN'), (322, 'TN'), (347, 'FENLEY, JOHN D'), (511, '29,700'), (611, '1,502'), (700, '31,202')]",20:459 -"[(16, 'FENNELL, RICKY L'), (236, 'HUEYTOWN, AL'), (322, 'AL'), (347, 'FENNELL, RICKY L'), (518, '450'), (707, '450')]",20:466 -"[(16, 'FERGUSON, MARYJANE '), (236, 'MILLBURY, MA'), (322, 'MA'), (347, 'FERGUSON, MARYJANE '), (482, '7,013'), (618, '80'), (703, '7,092')]",20:473 -"[(16, 'FERMO PSYCHIATRIC SOLUTIONS, INC.'), (236, 'MOUNT PLEASANT, SC'), (322, 'SC'), (347, 'FERMO, RICARDO J'), (511, '47,300'), (611, '3,681'), (700, '50,981')]",20:480 -"[(16, 'FERNANDEZ CAAMANO, HOSTOS '), (236, 'SAN GERMAN, PR'), (322, 'PR'), (347, 'FERNANDEZ CAAMANO, HOSTOS '), (514, '4,425'), (618, '82'), (703, '4,507')]",20:487 -"[(16, 'FERNANDO STERN M.D. P.A.'), (236, 'AVENTURA, FL'), (322, 'FL'), (347, 'STERN, FERNANDO '), (514, '8,050'), (615, '259'), (703, '8,309')]",20:495 -"[(16, 'FERRAROTTI, RUTH A'), (236, 'HARTFORD, CT'), (322, 'CT'), (347, 'FERRAROTTI, RUTH A'), (482, '5,475'), (615, '611'), (703, '6,086')]",20:502 -"[(16, 'FERREIRA, AFONSO C'), (236, 'CARO, MI'), (322, 'MI'), (347, 'FERREIRA, AFONSO C'), (518, '375'), (618, '31'), (707, '406')]",20:509 -"[(16, 'FERRELL, JERRY L'), (236, 'MIDLAND, MI'), (322, 'MI'), (347, 'FERRELL, JERRY L'), (514, '4,800'), (618, '43'), (703, '4,843')]",20:516 -"[(16, 'FERRUZZI, GIANCARLO R'), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'FERRUZZI, GIANCARLO R'), (514, '6,500'), (615, '464'), (703, '6,964')]",20:523 -"[(16, 'FETTER, JEFFREY C'), (236, 'CONCORD, NH'), (322, 'NH'), (347, 'FETTER, JEFFREY C'), (514, '6,000'), (618, '97'), (703, '6,097')]",20:531 -"[(16, 'FIDLER, MARY J'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'FIDLER, MARY J'), (518, '113'), (707, '113')]",20:538 -"[(16, 'FIELD, GARY H'), (236, 'BATON ROUGE, LA'), (322, 'LA'), (347, 'FIELD, GARY H'), (514, '1,200'), (618, '54'), (703, '1,254')]",20:545 -"[(16, 'FIELDS, LESLIE '), (236, 'WAUKEGAN, IL'), (322, 'IL'), (347, 'FIELDS, LESLIE '), (482, '2,475'), (618, '90'), (703, '2,565')]",20:552 -"[(16, 'FIELDS, RONALD H'), (236, 'LANGHORNE, PA'), (322, 'PA'), (347, 'FIELDS, RONALD H'), (511, '27,584'), (615, '472'), (700, '28,057')]",20:559 -"[(16, 'FIER, CARL M'), (236, 'MANCHESTER, NH'), (322, 'NH'), (347, 'FIER, CARL M'), (511, '12,184'), (615, '971'), (700, '13,155')]",20:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 20 of 71')]",20:591 -"[(347, 'Lilly Faculty Registry')]",21:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",21:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",21:63 -"[(558, '(All amounts in US Dollars)')]",21:70 -"[(499, 'Healthcare ')]",21:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",21:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",21:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",21:88 -"[(500, 'Education '), (583, 'Related Expenses')]",21:92 -"[(467, 'Programs'), (532, 'Education Programs')]",21:95 -"[(501, 'Programs')]",21:99 -"[(16, 'FIGUEROA, CESAR Y'), (236, 'MACON, GA'), (322, 'GA'), (347, 'FIGUEROA, CESAR Y'), (511, '10,550'), (615, '172'), (700, '10,722')]",21:106 -"[(16, 'FILLINGANE, CHARLES S'), (236, 'FLOWOOD, MS'), (322, 'MS'), (347, 'FILLINGANE, CHARLES S'), (514, '1,113'), (621, '7'), (703, '1,120')]",21:113 -"[(16, 'FINCH, L B'), (236, 'CAVE SPRINGS, AR'), (322, 'AR'), (347, 'FINCH, L B'), (482, '6,788'), (615, '964'), (703, '7,752')]",21:120 -"[(16, 'FINE, MICHAEL '), (236, 'HUNTINGTON BEACH, CA'), (322, 'CA'), (347, 'FINE, MICHAEL '), (568, '5,625'), (615, '184'), (703, '5,809')]",21:127 -"[(16, 'FINK, ROBERT D'), (236, 'MEMPHIS, TN'), (322, 'TN'), (347, 'FINK, ROBERT D'), (568, '1,125'), (615, '239'), (703, '1,364')]",21:135 -"[(16, 'FINK, ROBERT I'), (236, 'EVERETT, WA'), (322, 'WA'), (347, 'FINK, ROBERT I'), (514, '6,300'), (615, '152'), (703, '6,452')]",21:142 -"[(16, 'FINKENBINE, RYAN D'), (236, 'PEORIA, IL'), (322, 'IL'), (347, 'FINKENBINE, RYAN D'), (511, '23,200'), (611, '1,604'), (700, '24,804')]",21:149 -"[(16, 'FINLEY HEALTH FOUNDATION, INC.'), (236, 'DUBUQUE, IA'), (322, 'IA'), (347, 'MALONE, SHELLY '), (486, '413'), (707, '413')]",21:156 -"[(16, 'FINLEY, GENE G'), (236, 'KITTANNING, PA'), (322, 'PA'), (347, 'FINLEY, GENE G'), (514, '2,425'), (568, '1,875'), (703, '4,300')]",21:163 -"[(16, 'FIORICA M D, JAMES V'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'FIORICA M D, JAMES V'), (514, '5,513'), (611, '1,230'), (703, '6,743')]",21:171 -"[(16, 'FIRHAAD ISMAIL, MD., A.P.C.'), (236, 'LAS VEGAS, NV'), (322, 'NV'), (347, 'ISMAIL, FIRHAAD '), (511, '45,925'), (568, '4,500'), (611, '6,415'), (700, '56,840')]",21:178 -"[(16, 'FISHBAIN, DAVID A'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'FISHBAIN, DAVID A'), (511, '46,000'), (611, '7,245'), (700, '53,245')]",21:185 -"[(16, 'FISHER, LAWRENCE '), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'FISHER, LAWRENCE '), (568, '2,500'), (618, '71'), (703, '2,571')]",21:192 -"[(16, 'FISHER, MASARU J'), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'FISHER, MASARU J'), (511, '12,450'), (611, '1,330'), (700, '13,780')]",21:199 -"[(16, 'FISHER, TODD R'), (236, 'HUMMELSTOWN, PA'), (322, 'PA'), (347, 'FISHER, TODD R'), (511, '37,425'), (568, '6,500'), (615, '728'), (700, '44,653')]",21:207 -"[(16, 'FLANAGAN, DELLA '), (236, 'CONCORD, NH'), (322, 'NH'), (347, 'FLANAGAN, DELLA '), (482, '2,700'), (615, '249'), (703, '2,949')]",21:214 -"[(16, 'FLANZMAN, SUSAN A'), (236, 'RAMSEY, NJ'), (322, 'NJ'), (347, 'FLANZMAN, SUSAN A'), (511, '16,300'), (615, '295'), (700, '16,595')]",21:221 -"[(16, 'FLEISHER, ADAM S'), (236, 'PHOENIX, AZ'), (322, 'AZ'), (347, 'FLEISHER, ADAM S'), (568, '4,000'), (618, '99'), (703, '4,099')]",21:228 -"[(16, 'FLESNER‐GURLEY, KELLY R'), (236, 'TULSA, OK'), (322, 'OK'), (347, 'FLESNER‐GURLEY, KELLY R'), (514, '1,781'), (703, '1,781')]",21:235 -"[(16, 'FLORES, DANIEL B'), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'FLORES, DANIEL B'), (482, '4,763'), (611, '2,258'), (703, '7,021')]",21:243 -"[(16, 'FLORES, EDUARDO D'), (236, 'HARLINGEN, TX'), (322, 'TX'), (347, 'FLORES, EDUARDO D'), (514, '3,384'), (615, '314'), (703, '3,698')]",21:250 -"[(16, 'FLORES, ENRIQUE A'), (236, 'CONYERS, GA'), (322, 'GA'), (347, 'FLORES, ENRIQUE A'), (514, '2,284'), (703, '2,284')]",21:257 -"[(16, 'FLORETE, ORLANDO G'), (236, 'JACKSONVILLE, FL'), (322, 'FL'), (347, 'FLORETE, ORLANDO G'), (511, '44,050'), (611, '2,282'), (700, '46,332')]",21:264 -"[(16, 'FLOWER MOUND HERBAL PHARMACY'), (236, 'FLOWER MOUND, TX'), (322, 'TX'), (347, 'SONG, DENNIS W'), (568, '1,094'), (618, '38'), (703, '1,131')]",21:271 -"[(16, 'FLRN CONSULTING, LLC'), (236, 'HOLLYWOOD, FL'), (322, 'FL'), (347, 'TREVATHAN, PATRICIA P'), (479, '16,894'), (518, '300'), (611, '2,742'), (700, '19,936')]",21:279 -"[(16, 'FLYNN, PATRICK J'), (236, 'MINNEAPOLIS, MN'), (322, 'MN'), (347, 'FLYNN, PATRICK J'), (518, '338'), (707, '338')]",21:286 -"[(16, 'FMRS HEALTH SYSTEMS, INC.'), (236, 'BECKLEY, WV'), (322, 'WV'), (347, 'SHARMA, ADITYA '), (514, '1,250'), (703, '1,250')]",21:293 -"[(16, 'FOGELMAN, LAURA '), (236, 'FLUSHING, NY'), (322, 'NY'), (347, 'FOGELMAN, LAURA '), (482, '2,475'), (618, '94'), (703, '2,569')]",21:300 -"[(16, 'FOGELMAN, STEVEN M'), (236, 'ROME, NY'), (322, 'NY'), (347, 'FOGELMAN, STEVEN M'), (514, '9,000'), (615, '729'), (703, '9,729')]",21:307 -"[(16, 'FOGELSON, DAVID L'), (236, 'SANTA MONICA, CA'), (322, 'CA'), (347, 'FOGELSON, DAVID L'), (511, '21,800'), (615, '452'), (700, '22,252')]",21:315 -"[(16, 'FOKAS‐KLIGOS, SOPHIA '), (236, 'NEWTOWN SQUARE, PA'), (322, 'PA'), (347, 'FOKAS‐KLIGOS, SOPHIA '), (486, '188'), (707, '188')]",21:322 -"[(16, 'FONSECA CONSULTING'), (236, 'NEW ORLEANS, LA'), (322, 'LA'), (347, 'FONSECA, VIVIAN A'), (568, '4,500'), (615, '100'), (703, '4,600')]",21:329 -"[(16, 'FONTANA, ANGELA '), (16, 'FONTANA, ANGELA '), (236, 'COLUMBIA, SC'), (236, 'COLUMBIA, SC'), (322, 'SC'), (322, 'SC'), (347, 'FONTANA, ANGELA '), (347, 'FONTANA, ANGELA '), (482, '4,013'), (482, '4,013'), (615, '239'), (615, '239'), (703, '4,251'), (703, '4,251')]",21:336 -"[(16, 'FOO, EMILY '), (236, 'SAN JOSE, CA'), (322, 'CA'), (347, 'FOO, EMILY '), (568, '1,453'), (618, '33'), (703, '1,486')]",21:344 -"[(16, 'FOOTE, MARK C'), (236, 'SALT LAKE CITY, UT'), (322, 'UT'), (347, 'FOOTE, MARK C'), (514, '2,450'), (703, '2,450')]",21:351 -"[(16, 'FORBES PHARMACY CORPORATION'), (236, 'URBANDALE, IA'), (322, 'IA'), (347, 'PROVIDERS OF SERVICE: '), (486, '469'), (618, '57'), (707, '525')]",21:358 -"[(347, 'FORBES, CYNTHIA ;')]",21:365 -"[(347, 'STARCK, DONNA J')]",21:372 -"[(16, 'FORD, CASSANDRA B'), (236, 'MAYSVILLE, WV'), (322, 'WV'), (347, 'FORD, CASSANDRA B'), (486, '113'), (707, '113')]",21:379 -"[(16, 'FORD, KENNETH K'), (236, 'PADUCAH, KY'), (322, 'KY'), (347, 'FORD, KENNETH K'), (514, '5,184'), (611, '1,077'), (703, '6,261')]",21:387 -"[(16, 'FORD, WILLIAM R'), (236, 'MUSKOGEE, OK'), (322, 'OK'), (347, 'FORD, WILLIAM R'), (514, '1,250'), (703, '1,250')]",21:394 -"[(16, 'FOREMAN, RILEY D'), (236, 'FORT SMITH, AR'), (322, 'AR'), (347, 'FOREMAN, RILEY D'), (511, '13,834'), (615, '465'), (700, '14,299')]",21:401 -"[(16, 'FOREMAN, SUSAN D'), (236, 'GREENVILLE, NC'), (322, 'NC'), (347, 'FOREMAN, SUSAN D'), (514, '4,200'), (615, '399'), (703, '4,599')]",21:408 -"[(16, 'FOREST HILLS PSYCHIATRIC SERVICES, P.C.'), (236, 'FOREST HILLS, NY'), (322, 'NY'), (347, 'VIVEK, SEETH '), (511, '53,025'), (611, '1,346'), (700, '54,371')]",21:415 -"[(16, 'ENDOCRINE ASSOCIATES'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'BUESO, GERARDO '), (514, '3,725'), (703, '3,725')]",19:293 -"[(16, 'ENDOCRINE ASSOCIATES, INC.'), (236, 'AKRON, OH'), (322, 'OH'), (347, 'PROVIDERS OF SERVICE: '), (511, '14,369'), (615, '105'), (700, '14,474')]",19:300 -"[(347, 'MILLER, KEVIN S;')]",19:307 -"[(347, 'SHEWBRIDGE, RICHARD K')]",19:315 -"[(16, 'ENDOCRINE COMMUNICATIONS'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'MERSEY, JAMES H'), (511, '15,944'), (615, '101'), (700, '16,045')]",19:322 -"[(16, 'ENDOCRINE SPEAKERS LLC'), (236, 'LYNDHURST, OH'), (322, 'OH'), (347, 'WEISS, DANIEL '), (511, '13,569'), (615, '834'), (700, '14,402')]",19:329 -"[(16, 'ENDOCRINOLOGY & DIABETES CONSULTANTS, PC'), (16, 'ENDOCRINOLOGY & DIABETES CONSULTANTS, PC'), (236, 'RIVERDALE, GA'), (236, 'RIVERDALE, GA'), (322, 'GA'), (322, 'GA'), (347, 'NAIDU, SUBRA K'), (347, 'NAIDU, SUBRA K'), (514, '2,031'), (514, '2,031'), (615, '452'), (615, '452'), (703, '2,483'), (703, '2,483')]",19:336 -"[(16, 'ENDOCRINOLOGY ASSOCIATES OF HOUSTON, P.A.'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'BROWN, JEFFREY S'), (514, '5,531'), (618, '52'), (703, '5,583')]",19:344 -"[(16, 'ENDOCRINOLOGY ASSOCIATES OF MONTGOMERY, PA'), (236, 'MONTGOMERY, AL'), (322, 'AL'), (347, 'TRIPPE, BRUCE S'), (511, '11,256'), (615, '625'), (700, '11,881')]",19:351 -"[(16, 'ENDOCRINOLOGY ASSOCIATES, INC.'), (236, 'COLUMBUS, OH'), (322, 'OH'), (347, 'CHRISTOFIDES, ELENA A'), (511, '28,356'), (572, '875'), (611, '2,259'), (700, '31,490')]",19:358 -"[(16, 'ENDOCRINOLOGY ASSOCIATES.'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'ORZECK, ERIC A'), (514, '3,075'), (703, '3,075')]",19:365 -"[(16, 'ENDOCRINOLOGY CENTER OF SOUTHWEST LOUISIANA, LLC'), (236, 'LAKE CHARLES, LA'), (322, 'LA'), (347, 'GILBERT, TIMOTHY R'), (514, '1,380'), (703, '1,380')]",19:372 -"[(16, 'ENDOCRINOLOGY MEDICAL GROUP OF ORANGE COUNTY'), (236, 'ORANGE, CA'), (322, 'CA'), (347, 'RETTINGER, HERBERT I'), (514, '1,281'), (703, '1,281')]",19:379 -"[(16, 'ENDOCRINOLOGY SPECIALISTS, P.C.'), (236, 'GREENSBURG, PA'), (322, 'PA'), (347, 'KOWALYK, STEPHAN '), (514, '8,381'), (615, '190'), (703, '8,571')]",19:387 -"[(16, 'ENDOCRINOLOGY, DIABETES AND OSTEOPOROSIS CONSULTANTS LLP'), (236, 'YONKERS, NY'), (322, 'NY'), (347, 'LEIBOWITZ, JONAS '), (514, '6,600'), (703, '6,600')]",19:394 -"[(16, 'ENRIQUEZ, DEBORAH '), (236, 'MONTGOMERY, AL'), (322, 'AL'), (347, 'ENRIQUEZ, DEBORAH '), (479, '12,900'), (615, '581'), (700, '13,481')]",19:401 -"[(16, 'ENYEART, KATHY '), (236, 'LOVELAND, CO'), (322, 'CO'), (347, 'ENYEART, KATHY '), (479, '13,725'), (611, '5,671'), (700, '19,396')]",19:408 -"[(16, 'EPSTEIN, ALAN L'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'EPSTEIN, ALAN L'), (511, '25,275'), (611, '1,110'), (700, '26,385')]",19:415 -"[(16, 'EPSTEIN, ANGEL R'), (236, 'DAYTONA BEACH, FL'), (322, 'FL'), (347, 'EPSTEIN, ANGEL R'), (482, '2,100'), (615, '408'), (703, '2,508')]",19:423 -"[(16, 'ERANI, DAVID M'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'ERANI, DAVID M'), (514, '8,300'), (703, '8,300')]",19:430 -"[(16, 'ERIC C. BUXTON, M. D.'), (236, 'CORTE MADERA, CA'), (322, 'CA'), (347, 'BUXTON, ERIC C'), (514, '3,813'), (618, '76'), (703, '3,889')]",19:437 -"[(16, 'ERIC GOLDSMITH, MD, LLC'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'GOLDSMITH, ERIC D'), (511, '10,950'), (615, '906'), (700, '11,856')]",19:444 -"[(16, 'ERIC LONSETH, INC.'), (236, 'NEW ORLEANS, LA'), (322, 'LA'), (347, 'LONSETH, ERIC D'), (511, '40,700'), (611, '4,541'), (700, '45,241')]",19:451 -"[(16, 'ERIC M. KAPLAN, M.D. AND ASSOCIATES, P.A., INC.'), (236, 'LUTZ, FL'), (322, 'FL'), (347, 'KAPLAN, ERIC M'), (511, '46,800'), (611, '3,120'), (700, '49,920')]",19:459 -"[(16, 'ERIC S. ALBRIGHT, M.D., P.C.'), (236, 'DENVER, CO'), (322, 'CO'), (347, 'ALBRIGHT, ERIC S'), (518, '225'), (707, '225')]",19:466 -"[(16, 'ERICKSEN MANAGEMENT'), (236, 'LAYTON, UT'), (322, 'UT'), (347, 'ERICKSEN, COREY L'), (511, '21,300'), (568, '5,000'), (611, '1,115'), (700, '27,415')]",19:473 -"[(16, 'ERICKSON, BRIAN A'), (236, 'BURLINGTON, VT'), (322, 'VT'), (347, 'ERICKSON, BRIAN A'), (514, '4,050'), (615, '548'), (703, '4,598')]",19:480 -"[(16, 'ERNSTER, ALLEN M'), (236, 'CLARKSTON, WA'), (322, 'WA'), (347, 'ERNSTER, ALLEN M'), (511, '28,150'), (611, '2,486'), (700, '30,636')]",19:487 -"[(16, 'ERSKINE, MELANIE '), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'ERSKINE, MELANIE '), (479, '11,713'), (611, '1,428'), (700, '13,141')]",19:495 -"[(16, 'ERTRESVAAG, PATRICIA A'), (236, 'BISMARCK, ND'), (322, 'ND'), (347, 'ERTRESVAAG, PATRICIA A'), (482, '3,188'), (615, '411'), (703, '3,599')]",19:502 -"[(16, 'ESCALANTE, DAVID A'), (236, 'JELLICO, TN'), (322, 'TN'), (347, 'ESCALANTE, DAVID A'), (514, '3,613'), (618, '33'), (703, '3,645')]",19:509 -"[(16, 'ESCALANTE, JOSE E'), (236, 'HIALEAH, FL'), (322, 'FL'), (347, 'ESCALANTE, JOSE E'), (514, '3,484'), (703, '3,484')]",19:516 -"[(16, 'ESPINOSA, VALERIE D'), (236, 'AUSTIN, TX'), (322, 'TX'), (347, 'ESPINOSA, VALERIE D'), (514, '1,031'), (703, '1,031')]",19:523 -"[(16, 'ESPINOZA, ANDREY '), (236, 'FLEMINGTON, NJ'), (322, 'NJ'), (347, 'ESPINOZA, ANDREY '), (514, '2,116'), (703, '2,116')]",19:531 -"[(16, 'ESSANDOH, LOUIS K'), (236, 'ANNAPOLIS, MD'), (322, 'MD'), (347, 'ESSANDOH, LOUIS K'), (511, '30,884'), (615, '330'), (700, '31,214')]",19:538 -"[(16, 'ESSENTIAL MEDICAL CONSULTING, LLC'), (236, 'LIMA, OH'), (322, 'OH'), (347, 'ELLIOTT, MARCIA L'), (482, '2,700'), (615, '231'), (703, '2,931')]",19:545 -"[(16, 'ESTAMPADOR, ESTER '), (236, 'HUDSON, FL'), (322, 'FL'), (347, 'ESTAMPADOR, ESTER '), (482, '3,263'), (615, '304'), (703, '3,567')]",19:552 -"[(16, 'ESTEBAN, HOLLI B'), (236, 'AUSTIN, TX'), (322, 'TX'), (347, 'ESTEBAN, HOLLI B'), (486, '900'), (618, '66'), (707, '966')]",19:559 -"[(16, 'ESTEPHAN, FADI F'), (236, 'HUTCHINSON, KS'), (322, 'KS'), (347, 'ESTEPHAN, FADI F'), (568, '3,594'), (615, '259'), (703, '3,853')]",19:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 19 of 71')]",19:591 -"[(347, 'Lilly Faculty Registry')]",20:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",20:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",20:63 -"[(558, '(All amounts in US Dollars)')]",20:70 -"[(499, 'Healthcare ')]",20:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",20:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",20:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",20:88 -"[(500, 'Education '), (583, 'Related Expenses')]",20:92 -"[(467, 'Programs'), (532, 'Education Programs')]",20:95 -"[(501, 'Programs')]",20:99 -"[(16, 'ESTIPONA, CATHERINE '), (236, 'RENO, NV'), (322, 'NV'), (347, 'ESTIPONA, CATHERINE '), (486, '900'), (618, '42'), (707, '942')]",20:106 -"[(16, 'ETC CONSULTANTS, INC.'), (236, 'IRVINE, CA'), (322, 'CA'), (347, 'NGUYEN, CHARLES T'), (511, '51,525'), (568, '3,000'), (611, '4,065'), (700, '58,590')]",20:113 -"[(16, 'ETH ASSOCIATES, LLC'), (236, 'PEARLAND, TX'), (322, 'TX'), (347, 'BRIDGES, JAMES P'), (511, '12,300'), (611, '3,284'), (700, '15,584')]",20:120 -"[(16, 'ETKIND, EDWARD L'), (236, 'NEW HAVEN, CT'), (322, 'CT'), (347, 'ETKIND, EDWARD L'), (514, '3,450'), (618, '91'), (703, '3,541')]",20:127 -"[(16, 'ETTIGI, PRAKASH G'), (236, 'RICHMOND, VA'), (322, 'VA'), (347, 'ETTIGI, PRAKASH G'), (514, '1,200'), (615, '234'), (703, '1,434')]",20:135 -"[(16, 'ETTINGER, DAVID S'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'ETTINGER, DAVID S'), (572, '750'), (707, '750')]",20:142 -"[(16, 'EVAN K. SAUNDERS, MD, SC'), (236, 'MILWAUKEE, WI'), (322, 'WI'), (347, 'SAUNDERS, EVAN K'), (514, '1,950'), (703, '1,950')]",20:149 -"[(16, 'EVANGELINA T. VILLAGOMEZ, PHD CONSULTING'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'VILLA‐GOMEZ, EVANGELINA '), (482, '2,175'), (615, '206'), (703, '2,381')]",20:156 -"[(16, 'EVANGELUS, JUDITH '), (236, 'DURHAM, NC'), (322, 'NC'), (347, 'EVANGELUS, JUDITH '), (482, '5,100'), (611, '1,283'), (703, '6,383')]",20:163 -"[(16, 'EVANS, BEN '), (236, 'PARAMUS, NJ'), (322, 'NJ'), (347, 'EVANS, BEN '), (482, '1,538'), (615, '143'), (703, '1,680')]",20:171 -"[(16, 'EVANS, JULIE '), (236, 'OMAHA, NE'), (322, 'NE'), (347, 'EVANS, JULIE '), (479, '22,069'), (611, '3,848'), (700, '25,917')]",20:178 -"[(16, 'EVANS, ROBERT M'), (236, 'JACKSON, MS'), (322, 'MS'), (347, 'EVANS, ROBERT M'), (514, '1,725'), (703, '1,725')]",20:185 -"[(16, 'EVANS, TRACY L'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'EVANS, TRACY L'), (514, '2,200'), (703, '2,200')]",20:192 -"[(16, 'EVELYN R. EDELMUTH, MD., A MEDICAL CORPORATION'), (236, 'PALM DESERT, CA'), (322, 'CA'), (347, 'EDELMUTH, EVELYN R'), (615, '486'), (707, '486')]",20:199 -"[(16, 'EVERETT ALLEN, MD, PA'), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'ALLEN, EVERETT H'), (615, '637'), (707, '637')]",20:207 -"[(16, 'EVERGREEN DIABETES & ENDOCRINOLOGY MEDICAL GROUP'), (236, 'KIRKLAND, WA'), (322, 'WA'), (347, 'LA CAVA, EDWARD C'), (514, '2,231'), (615, '131'), (703, '2,362')]",20:214 -"[(16, 'EWING, ROBERT C'), (236, 'WEST MONROE, LA'), (322, 'LA'), (347, 'EWING, ROBERT C'), (518, '150'), (707, '150')]",20:221 -"[(16, 'FACKLER, SARAH A'), (236, 'DAYTON, OH'), (322, 'OH'), (347, 'FACKLER, SARAH A'), (514, '1,781'), (703, '1,781')]",20:228 -"[(16, 'FADICH, MICHAEL J'), (236, 'WENATCHEE, WA'), (322, 'WA'), (347, 'FADICH, MICHAEL J'), (518, '450'), (707, '450')]",20:235 -"[(16, 'FAKIH, MARWAN G'), (236, 'BUFFALO, NY'), (322, 'NY'), (347, 'FAKIH, MARWAN G'), (568, '4,500'), (703, '4,500')]",20:243 -"[(16, 'FALK, NEIL A'), (236, 'PORTLAND, OR'), (322, 'OR'), (347, 'FALK, NEIL A'), (514, '2,700'), (615, '304'), (703, '3,004')]",20:250 -"[(16, 'FALKOFF, MICHAEL D'), (236, 'NEWARK, NY'), (322, 'NY'), (347, 'FALKOFF, MICHAEL D'), (521, '84'), (618, '39'), (707, '123')]",20:257 -"[(16, 'FALLON, JOSEPH J'), (236, 'WOODBURY, NJ'), (322, 'NJ'), (347, 'FALLON, JOSEPH J'), (514, '1,156'), (620, '7'), (703, '1,163')]",20:264 -"[(16, 'FAMILY CARE GROUP OF THOMSON, INC.'), (236, 'THOMSON, GA'), (322, 'GA'), (347, 'WILEY, DARYL C'), (514, '7,500'), (703, '7,500')]",20:271 -"[(16, 'FAMULARO, MIKE A'), (236, 'SAN LUIS OBISPO, CA'), (322, 'CA'), (347, 'FAMULARO, MIKE A'), (518, '934'), (707, '934')]",20:279 -"[(16, 'FAN, ERIC C'), (236, 'THOMASVILLE, GA'), (322, 'GA'), (347, 'FAN, ERIC C'), (511, '30,850'), (611, '3,911'), (700, '34,761')]",20:286 -"[(16, 'FANNING, FRANCINE '), (236, 'PALM HARBOR, FL'), (322, 'FL'), (347, 'FANNING, FRANCINE '), (518, '788'), (707, '788')]",20:293 -"[(16, 'FARAH, BRIAN A'), (236, 'HIGH POINT, NC'), (322, 'NC'), (347, 'FARAH, BRIAN A'), (568, '1,500'), (703, '1,500')]",20:300 -"[(16, 'FARAONE, STEPHEN V'), (236, 'SANIBEL, FL'), (322, 'FL'), (347, 'FARAONE, STEPHEN V'), (568, '5,000'), (703, '5,000')]",20:307 -"[(16, 'FARHAD ZANGENEH, M.D., P.C.'), (236, 'ASHBURN, VA'), (322, 'VA'), (347, 'ZANGENEH, FARHAD '), (514, '7,506'), (615, '433'), (703, '7,939')]",20:315 -"[(16, 'FARIDI, AMIR A'), (236, 'SHERMAN, TX'), (322, 'TX'), (347, 'FARIDI, AMIR A'), (568, '1,875'), (618, '72'), (703, '1,947')]",20:322 -"[(16, 'FARRELL, JANET '), (236, 'MENTOR, OH'), (322, 'OH'), (347, 'FARRELL, JANET '), (486, '469'), (707, '469')]",20:329 -"[(16, 'FARRELL, RICHARD L'), (16, 'FARRELL, RICHARD L'), (236, 'SARATOGA SPRINGS, NY'), (236, 'SARATOGA SPRINGS, NY'), (322, 'NY'), (322, 'NY'), (347, 'FARRELL, RICHARD L'), (347, 'FARRELL, RICHARD L'), (514, '2,450'), (514, '2,450'), (618, '39'), (618, '39'), (703, '2,489'), (703, '2,489')]",20:336 -"[(16, 'FAWAZ, JAMAL '), (236, 'HAGERSTOWN, MD'), (322, 'MD'), (347, 'FAWAZ, JAMAL '), (514, '6,800'), (615, '210'), (703, '7,010')]",20:344 -"[(16, 'FAWZY BASTA, MD INC'), (236, 'NORTHRIDGE, CA'), (322, 'CA'), (347, 'BASTA, FAWZY S'), (514, '3,050'), (618, '90'), (703, '3,140')]",20:351 -"[(16, 'FEEDBACK CONSULTING, LLC'), (236, 'WESTERVILLE, OH'), (322, 'OH'), (347, 'PAES, JOHN E'), (511, '12,669'), (615, '445'), (700, '13,113')]",20:358 -"[(16, 'DUHAIME, LISA N'), (236, 'MELBOURNE, FL'), (322, 'FL'), (347, 'DUHAIME, LISA N'), (514, '2,313'), (703, '2,313')]",18:127 -"[(16, 'DUNCAN, LAURA J'), (236, 'FRESNO, CA'), (322, 'CA'), (347, 'DUNCAN, LAURA J'), (482, '4,013'), (615, '929'), (703, '4,941')]",18:135 -"[(16, 'DUNCAN, PHILIP B'), (236, 'CHESTER, VA'), (322, 'VA'), (347, 'DUNCAN, PHILIP B'), (518, '900'), (618, '33'), (707, '933')]",18:142 -"[(16, 'DUNCAVAGE, SANDRA M'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'DUNCAVAGE, SANDRA M'), (479, '17,700'), (611, '2,374'), (700, '20,074')]",18:149 -"[(16, 'DUNMYER, SHELLY L'), (236, 'ZANESVILLE, OH'), (322, 'OH'), (347, 'DUNMYER, SHELLY L'), (514, '3,800'), (615, '182'), (703, '3,982')]",18:156 -"[(16, 'DUNN, JAMES F'), (236, 'ABILENE, TX'), (322, 'TX'), (347, 'DUNN, JAMES F'), (514, '1,500'), (618, '45'), (703, '1,545')]",18:163 -"[(16, 'DUPAGE MENTAL HEALTH SERVICES, LTD.'), (236, 'WHEATON, IL'), (322, 'IL'), (347, 'ALI, FATIMA Z'), (514, '9,300'), (615, '131'), (703, '9,431')]",18:171 -"[(16, 'DURA, ROBERT E'), (236, 'QUAKERTOWN, PA'), (322, 'PA'), (347, 'DURA, ROBERT E'), (514, '1,350'), (615, '252'), (703, '1,602')]",18:178 -"[(16, 'DURNING, NANCY I'), (236, 'HARRISONBURG, VA'), (322, 'VA'), (347, 'DURNING, NANCY I'), (482, '3,188'), (615, '721'), (703, '3,909')]",18:185 -"[(16, 'DUVVURI, SRINIVAS '), (236, 'STATEN ISLAND, NY'), (322, 'NY'), (347, 'DUVVURI, SRINIVAS '), (514, '5,384'), (618, '12'), (703, '5,397')]",18:192 -"[(16, 'DVORAK, JON R'), (236, 'PERRYSBURG, OH'), (322, 'OH'), (347, 'DVORAK, JON R'), (514, '7,300'), (615, '430'), (703, '7,730')]",18:199 -"[(16, 'DWARAKANATHAN, ARCOT A'), (236, 'OLYMPIA FIELDS, IL'), (322, 'IL'), (347, 'DWARAKANATHAN, ARCOT A'), (511, '18,356'), (618, '34'), (700, '18,390')]",18:207 -"[(16, 'DWORKIN, ROBERT '), (236, 'ROCHESTER, NY'), (322, 'NY'), (347, 'DWORKIN, ROBERT '), (568, '2,625'), (703, '2,625')]",18:214 -"[(16, 'E A EDUCATIONAL CONSULTANTS'), (236, 'FORTVILLE, IN'), (322, 'IN'), (347, 'ASAMOAH, ERNEST O'), (511, '13,569'), (615, '150'), (700, '13,719')]",18:221 -"[(16, 'E. CHRISTIAN GAUDERER, LLC.'), (236, 'FORT LEE, NJ'), (322, 'NJ'), (347, 'GAUDERER, CHRISTIAN '), (514, '7,500'), (615, '536'), (703, '8,036')]",18:228 -"[(16, 'EADLINE, STEPHEN D'), (236, 'NEW HARTFORD, NY'), (322, 'NY'), (347, 'EADLINE, STEPHEN D'), (514, '1,500'), (615, '178'), (703, '1,678')]",18:235 -"[(16, 'EAGAN, JOHN T'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'EAGAN, JOHN T'), (514, '3,134'), (703, '3,134')]",18:243 -"[(16, 'EAGERTON, DONALD C'), (236, 'MYRTLE BEACH, SC'), (322, 'SC'), (347, 'EAGERTON, DONALD C'), (511, '13,206'), (615, '289'), (700, '13,495')]",18:250 -"[(16, 'EAGLE FAMILY MEDICINE CENTER P.C.'), (236, 'CHESTER SPRINGS, PA'), (322, 'PA'), (347, 'ORR, DANIEL G'), (514, '5,800'), (615, '228'), (703, '6,028')]",18:257 -"[(16, 'EARLE, KAREN E'), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'EARLE, KAREN E'), (514, '2,031'), (703, '2,031')]",18:264 -"[(16, 'EARLEY, TANIA '), (236, 'ALBANY, GA'), (322, 'GA'), (347, 'EARLEY, TANIA '), (486, '938'), (618, '30'), (707, '968')]",18:271 -"[(16, 'EAST BAY CARDIOLOGY, INC.'), (236, 'FREMONT, CA'), (322, 'CA'), (347, 'CHEN, KWAN‐SIAN '), (514, '1,784'), (703, '1,784')]",18:279 -"[(16, 'EASTERN PANHANDLE PSYCHIATRY, INC.'), (236, 'FAIRFAX, VA'), (322, 'VA'), (347, 'KHAN, SHAHNOOR A'), (514, '6,250'), (615, '624'), (703, '6,874')]",18:286 -"[(16, 'EASTON, MICHAEL S'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'EASTON, MICHAEL S'), (514, '2,100'), (568, '1,500'), (703, '3,600')]",18:293 -"[(16, 'EASTSIDE NEUROLOGY INC.'), (236, 'EAST PROVIDENCE, RI'), (322, 'RI'), (347, 'GORDON, NORMAN M'), (514, '2,000'), (703, '2,000')]",18:300 -"[(16, 'EBERLEIN, KELLY M'), (236, 'ROCHESTER HILLS, MI'), (322, 'MI'), (347, 'EBERLEIN, KELLY M'), (479, '41,475'), (611, '3,654'), (700, '45,129')]",18:307 -"[(16, 'EBY, AMY Z'), (236, 'PHOENIX, AZ'), (322, 'AZ'), (347, 'EBY, AMY Z'), (486, '713'), (615, '168'), (707, '881')]",18:315 -"[(16, 'ECHOLS, JOHN C'), (236, 'MARTINEZ, CA'), (322, 'CA'), (347, 'ECHOLS, JOHN C'), (511, '21,600'), (615, '400'), (700, '22,000')]",18:322 -"[(16, 'EDBAUER, DIANE '), (236, 'WILLIAMSVILLE, NY'), (322, 'NY'), (347, 'EDBAUER, DIANE '), (482, '4,838'), (615, '558'), (703, '5,395')]",18:329 -"[(16, 'EDELMAN, MARTY J'), (16, 'EDELMAN, MARTY J'), (236, 'BALTIMORE, MD'), (236, 'BALTIMORE, MD'), (322, 'MD'), (322, 'MD'), (347, 'EDELMAN, MARTY J'), (347, 'EDELMAN, MARTY J'), (572, '375'), (572, '375'), (707, '375'), (707, '375')]",18:336 -"[(16, 'EDELMUTH, EVELYN R'), (236, 'PALM DESERT, CA'), (322, 'CA'), (347, 'EDELMUTH, EVELYN R'), (518, '100'), (611, '1,927'), (703, '2,027')]",18:344 -"[(16, 'EDELSON, GARY W'), (236, 'WEST BLOOMFIELD, MI'), (322, 'MI'), (347, 'EDELSON, GARY W'), (511, '13,394'), (568, '2,000'), (618, '15'), (700, '15,409')]",18:351 -"[(16, 'EDELSTEIN, MARK R'), (236, 'BROOMALL, PA'), (322, 'PA'), (347, 'EDELSTEIN, MARK R'), (511, '10,369'), (615, '877'), (700, '11,245')]",18:358 -"[(16, 'EDGARDO M. CESPEDES, MD, PA'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'CESPEDES, EDGARD M'), (518, '934'), (707, '934')]",18:365 -"[(16, 'EDMOND, SANDRA M'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'EDMOND, SANDRA M'), (482, '1,313'), (703, '1,313')]",18:372 -"[(16, 'EDMUND J. MACLAUGHLIN, MD, LLC'), (236, 'CAMBRIDGE, MD'), (322, 'MD'), (347, 'MACLAUGHLIN, EDMUND J'), (511, '15,000'), (611, '2,087'), (700, '17,087')]",18:379 -"[(16, 'EDMUNDO I. RIVERA MD, PA'), (236, 'ORANGE CITY, FL'), (322, 'FL'), (347, 'RIVERA, EDMUNDO I'), (514, '7,450'), (615, '497'), (703, '7,947')]",18:387 -"[(16, 'EDUCATION CREATION'), (236, 'ALBUQUERQUE, NM'), (322, 'NM'), (347, 'GRAY, CATHERINE '), (482, '2,550'), (703, '2,550')]",18:394 -"[(16, 'EDUCATIONAL CONCEPTS INC.'), (236, 'SPRING ARBOR, MI'), (322, 'MI'), (347, 'WOODEN, MELISSA S'), (482, '8,513'), (611, '1,055'), (703, '9,567')]",18:401 -"[(16, 'EDWARD CONDON MEDICAL P.C.'), (236, 'COMMACK, NY'), (322, 'NY'), (347, 'CONDON, EDWARD M'), (514, '5,475'), (703, '5,475')]",18:408 -"[(16, 'EDWARD FRUITMAN MD, PC'), (236, 'ATLANTIC BEACH, NY'), (322, 'NY'), (347, 'FRUITMAN, EDWARD '), (511, '13,800'), (615, '600'), (700, '14,400')]",18:415 -"[(16, 'EDWARD MERKER, MD, PC'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'MERKER, EDWARD '), (518, '281'), (707, '281')]",18:423 -"[(16, 'EDWARD R. ASSI, DO, PA'), (236, 'EL PASO, TX'), (322, 'TX'), (347, 'ASSI, EDWARD R'), (514, '2,634'), (703, '2,634')]",18:430 -"[(16, 'EDWARD S. GOLDBERG, MD PC'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'GOLDBERG, EDWARD S'), (514, '5,800'), (618, '90'), (703, '5,890')]",18:437 -"[(16, 'EDWARD S. TUCKER, MD'), (236, 'ESSEX, CT'), (322, 'CT'), (347, 'TUCKER, EDWARD S'), (514, '1,250'), (618, '37'), (703, '1,287')]",18:444 -"[(16, 'EDWARDS, BEATRIZ J'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'EDWARDS, BEATRIZ J'), (514, '9,275'), (615, '403'), (703, '9,678')]",18:451 -"[(16, 'EDWARDS, CATHERINE M'), (236, 'GAINESVILLE, FL'), (322, 'FL'), (347, 'EDWARDS, CATHERINE M'), (518, '225'), (707, '225')]",18:459 -"[(16, 'EDWARDS, SALLY S'), (236, 'WOODINVILLE, WA'), (322, 'WA'), (347, 'EDWARDS, SALLY S'), (514, '6,050'), (568, '3,813'), (703, '9,863')]",18:466 -"[(16, 'EENIGENBURG, ROYLE G'), (236, 'JUNEAU, WI'), (322, 'WI'), (347, 'EENIGENBURG, ROYLE G'), (514, '1,725'), (703, '1,725')]",18:473 -"[(16, 'EFIOM‐EKAHA, DANIEL N'), (236, 'YORK, PA'), (322, 'PA'), (347, 'EFIOM‐EKAHA, DANIEL N'), (568, '1,875'), (615, '241'), (703, '2,116')]",18:480 -"[(16, 'EGBUJIOBI, LEO C'), (236, 'BELOIT, WI'), (322, 'WI'), (347, 'EGBUJIOBI, LEO C'), (514, '2,284'), (703, '2,284')]",18:487 -"[(16, 'EICH, DAVID M'), (236, 'NORFOLK, VA'), (322, 'VA'), (347, 'EICH, DAVID M'), (514, '9,984'), (615, '100'), (700, '10,084')]",18:495 -"[(16, 'EILERMAN, BRADLEY S'), (236, 'CRESTVIEW HILLS, KY'), (322, 'KY'), (347, 'EILERMAN, BRADLEY S'), (514, '2,700'), (703, '2,700')]",18:502 -"[(16, 'EINHORN, ARNOLD M'), (236, 'OCOEE, FL'), (322, 'FL'), (347, 'EINHORN, ARNOLD M'), (514, '1,184'), (703, '1,184')]",18:509 -"[(16, 'EISENBERG, SCOTT R'), (236, 'SEA GIRT, NJ'), (322, 'NJ'), (347, 'EISENBERG, SCOTT R'), (514, '1,300'), (703, '1,300')]",18:516 -"[(16, 'EISENBUD, ELLIOTT '), (236, 'FAIR OAKS, CA'), (322, 'CA'), (347, 'EISENBUD, ELLIOTT '), (514, '2,475'), (618, '47'), (703, '2,522')]",18:523 -"[(16, 'EISLER, JESSE G'), (236, 'WEST HARTFORD, CT'), (322, 'CT'), (347, 'EISLER, JESSE G'), (518, '113'), (707, '113')]",18:531 -"[(16, 'EISWIRTH, CLEMENT C'), (236, 'METAIRIE, LA'), (322, 'LA'), (347, 'EISWIRTH, CLEMENT C'), (514, '3,384'), (703, '3,384')]",18:538 -"[(16, 'EKLUND, GLORIA R'), (236, 'PHOENIX, AZ'), (322, 'AZ'), (347, 'EKLUND, GLORIA R'), (482, '3,225'), (615, '270'), (703, '3,495')]",18:545 -"[(16, 'EL HAFI, SALAH E'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'EL HAFI, SALAH E'), (514, '3,384'), (618, '27'), (703, '3,411')]",18:552 -"[(16, 'ELENA FRANKFURT, M.D. P.C.'), (236, 'VERNON HILLS, IL'), (322, 'IL'), (347, 'FRANKFURT, ELENA '), (514, '3,700'), (703, '3,700')]",18:559 -"[(16, 'EL‐HALAWANY, NABIL '), (236, 'INDEPENDENCE, MO'), (322, 'MO'), (347, 'EL‐HALAWANY, NABIL '), (514, '1,350'), (703, '1,350')]",18:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 18 of 71')]",18:591 -"[(347, 'Lilly Faculty Registry')]",19:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",19:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",19:63 -"[(558, '(All amounts in US Dollars)')]",19:70 -"[(499, 'Healthcare ')]",19:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",19:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",19:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",19:88 -"[(500, 'Education '), (583, 'Related Expenses')]",19:92 -"[(467, 'Programs'), (532, 'Education Programs')]",19:95 -"[(501, 'Programs')]",19:99 -"[(16, 'ELIZABETH A. VARAS, MD PC'), (236, 'DEMAREST, NJ'), (322, 'NJ'), (347, 'VARAS, ELIZABETH A'), (511, '21,750'), (615, '316'), (700, '22,066')]",19:106 -"[(16, 'ELIZABETH COTTINGHAM, MD, LLC'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'COTTINGHAM, ELIZABETH M'), (511, '41,000'), (568, '8,500'), (611, '3,534'), (700, '53,034')]",19:113 -"[(16, 'ELIZABETH H. HOLT MD. PA'), (236, 'DURHAM, NC'), (322, 'NC'), (347, 'HOLT, ELIZABETH H'), (511, '49,049'), (568, '2,000'), (611, '2,646'), (700, '53,694')]",19:120 -"[(16, 'ELKHART CLINIC'), (236, 'ELKHART, IN'), (322, 'IN'), (347, 'KNIGHT, ERNEST L'), (514, '5,756'), (618, '81'), (703, '5,837')]",19:127 -"[(16, 'ELKIN, GARY J'), (236, 'SAVANNAH, GA'), (322, 'GA'), (347, 'ELKIN, GARY J'), (514, '7,309'), (615, '541'), (703, '7,850')]",19:135 -"[(16, 'ELLARD, LISA L'), (236, 'CULLMAN, AL'), (322, 'AL'), (347, 'ELLARD, LISA L'), (482, '1,613'), (703, '1,613')]",19:142 -"[(16, 'ELLEN, STEPHEN C'), (236, 'NASHUA, NH'), (322, 'NH'), (347, 'ELLEN, STEPHEN C'), (511, '43,500'), (568, '6,000'), (615, '159'), (700, '49,659')]",19:149 -"[(16, 'ELLIAS, MAZIN A'), (236, 'WAUSAU, WI'), (322, 'WI'), (347, 'ELLIAS, MAZIN A'), (511, '15,750'), (615, '635'), (700, '16,385')]",19:156 -"[(16, 'ELLIS, BRIAN E'), (236, 'DANVILLE, KY'), (322, 'KY'), (347, 'ELLIS, BRIAN E'), (514, '1,800'), (703, '1,800')]",19:163 -"[(16, 'ELLIS, BYRON K'), (236, 'SUGAR LAND, TX'), (322, 'TX'), (347, 'ELLIS, BYRON K'), (514, '6,684'), (615, '319'), (703, '7,003')]",19:171 -"[(16, 'ELLIS, GREGORY W'), (236, 'SALT LAKE CITY, UT'), (322, 'UT'), (347, 'ELLIS, GREGORY W'), (514, '8,400'), (615, '155'), (703, '8,555')]",19:178 -"[(16, 'ELLIS, PETER G'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'ELLIS, PETER G'), (568, '6,750'), (615, '136'), (703, '6,886')]",19:185 -"[(16, 'ELLISON, GREGORY L'), (236, 'TEMPE, AZ'), (322, 'AZ'), (347, 'ELLISON, GREGORY L'), (511, '16,950'), (618, '10'), (700, '16,960')]",19:192 -"[(16, 'EL‐MALLAKH, RIFFAAT S'), (236, 'LOUISVILLE, KY'), (322, 'KY'), (347, 'EL‐MALLAKH, RIFFAAT S'), (511, '27,200'), (611, '1,637'), (700, '28,837')]",19:199 -"[(16, 'ELOCIN PFEIFFHART INC.'), (236, 'CLEARWATER, FL'), (322, 'FL'), (347, 'SHANKLIN, JOSEPH C'), (514, '3,050'), (615, '324'), (703, '3,374')]",19:207 -"[(16, 'ELSNER, GREG B'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'ELSNER, GREG B'), (514, '1,784'), (703, '1,784')]",19:214 -"[(16, 'ELSNER, PATRICIA M'), (236, 'LAFAYETTE, IN'), (322, 'IN'), (347, 'ELSNER, PATRICIA M'), (568, '1,641'), (615, '133'), (703, '1,774')]",19:221 -"[(16, 'EMANUELE, MARY A'), (236, 'MAYWOOD, IL'), (322, 'IL'), (347, 'EMANUELE, MARY A'), (514, '2,281'), (618, '48'), (703, '2,330')]",19:228 -"[(16, 'EMERALD  CITY MEDICAL ARTS, PLLC'), (236, 'SEATTLE, WA'), (322, 'WA'), (347, 'ROSENFIELD, MICHAEL '), (514, '4,300'), (615, '118'), (703, '4,418')]",19:235 -"[(16, 'EMERICK, MICHAEL J'), (236, 'GLENDALE, AZ'), (322, 'AZ'), (347, 'EMERICK, MICHAEL J'), (486, '900'), (615, '155'), (703, '1,055')]",19:243 -"[(16, 'EMERSON, SHARLENE '), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'EMERSON, SHARLENE '), (482, '1,575'), (618, '94'), (703, '1,669')]",19:250 -"[(16, 'EMERY, WADEN E'), (236, 'LIGHTHOUSE POINT, FL'), (322, 'FL'), (347, 'EMERY, WADEN E'), (514, '3,750'), (618, '33'), (703, '3,783')]",19:257 -"[(16, 'EMMANUEL HRISO MD, PA'), (236, 'UNION CITY, NJ'), (322, 'NJ'), (347, 'HRISO, EMMANUEL '), (514, '3,050'), (615, '110'), (703, '3,160')]",19:264 -"[(16, 'ENDOCARE INC.'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'HERNANDEZ, FRANCISCO O'), (568, '2,000'), (703, '2,000')]",19:271 -"[(16, 'ENDOCRINE AND PSYCHIATRY CENTER (EPC)'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'PATEL, RAKESH R'), (514, '2,268'), (618, '27'), (703, '2,294')]",19:279 -"[(16, 'ENDOCRINE ASSOCIATES OF QUAD CITIES'), (236, 'ROCK ISLAND, IL'), (322, 'IL'), (347, 'THAKKAR, ISHWAR V'), (568, '2,000'), (618, '52'), (703, '2,052')]",19:286 -"[(16, 'DILORENZO, PAUL E'), (236, 'ANNANDALE, VA'), (322, 'VA'), (347, 'DILORENZO, PAUL E'), (514, '3,384'), (618, '67'), (703, '3,451')]",17:149 -"[(16, 'DINATALE, MIKE '), (236, 'MUNSTER, IN'), (322, 'IN'), (347, 'DINATALE, MIKE '), (568, '1,453'), (615, '184'), (703, '1,638')]",17:156 -"[(16, 'DIPTI ITCHHAPORIA MEDICAL CORPORATION'), (236, 'NEWPORT BEACH, CA'), (322, 'CA'), (347, 'ITCHHAAPORIA, DIPTI '), (514, '2,284'), (703, '2,284')]",17:163 -"[(16, 'DISILVESTRO, PAUL A'), (236, 'PROVIDENCE, RI'), (322, 'RI'), (347, 'DISILVESTRO, PAUL A'), (514, '3,038'), (703, '3,038')]",17:171 -"[(16, 'DODD, RICHARD C'), (236, 'ASHEVILLE, NC'), (322, 'NC'), (347, 'DODD, RICHARD C'), (514, '7,169'), (615, '214'), (703, '7,383')]",17:178 -"[(16, 'DOERR, MONICA E'), (236, 'HIGH POINT, NC'), (322, 'NC'), (347, 'DOERR, MONICA E'), (514, '1,031'), (703, '1,031')]",17:185 -"[(16, 'DOHN, HENRY H'), (236, 'PENSACOLA, FL'), (322, 'FL'), (347, 'DOHN, HENRY H'), (511, '40,950'), (611, '3,214'), (700, '44,164')]",17:192 -"[(16, 'DOLAN, BRENDA '), (236, 'DES MOINES, IA'), (322, 'IA'), (347, 'DOLAN, BRENDA '), (482, '4,425'), (615, '821'), (703, '5,246')]",17:199 -"[(16, 'DOLPH, LAWRENCE A'), (236, 'SANTA ROSA, CA'), (322, 'CA'), (347, 'DOLPH, LAWRENCE A'), (568, '1,125'), (615, '222'), (703, '1,347')]",17:207 -"[(16, 'DOMINIC LOSACCO, M.D., INC.'), (236, 'TULSA, OK'), (322, 'OK'), (347, 'LOSACCO, DOMINIC '), (514, '1,800'), (618, '65'), (703, '1,865')]",17:214 -"[(16, 'DOMONT, LAWRENCE A'), (236, 'PARK RIDGE, IL'), (322, 'IL'), (347, 'DOMONT, LAWRENCE A'), (518, '919'), (707, '919')]",17:221 -"[(16, 'DON L. GOLDENBERG, MD PC'), (236, 'NEWTON, MA'), (322, 'MA'), (347, 'GOLDENBERG, DON L'), (568, '2,500'), (615, '107'), (703, '2,607')]",17:228 -"[(16, 'DONALD C. BALFOUR, III, MD, INC.'), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'BALFOUR, DONALD C'), (568, '6,750'), (618, '40'), (703, '6,790')]",17:235 -"[(16, 'DONATO DUQUE, WELDA T'), (236, 'BETHLEHEM, PA'), (322, 'PA'), (347, 'DONATO DUQUE, WELDA T'), (514, '6,200'), (618, '70'), (703, '6,270')]",17:243 -"[(16, 'DONES, WISTREMUNDO '), (236, 'HUMACAO, PR'), (322, 'PR'), (347, 'DONES, WISTREMUNDO '), (518, '422'), (707, '422')]",17:250 -"[(16, 'DONNELLY, ANDREW '), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'DONNELLY, ANDREW '), (568, '1,500'), (615, '410'), (703, '1,910')]",17:257 -"[(16, 'DONNELLY, CRAIG L'), (236, 'LEBANON, NH'), (322, 'NH'), (347, 'DONNELLY, CRAIG L'), (511, '15,000'), (566, '49,250'), (611, '1,235'), (700, '65,485')]",17:264 -"[(16, 'DONOVAN, DANIEL S'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'DONOVAN, DANIEL S'), (511, '14,325'), (611, '2,529'), (700, '16,854')]",17:271 -"[(16, 'DOPSON, KELLEY B'), (236, 'ATLANTA, GA'), (322, 'GA'), (347, 'DOPSON, KELLEY B'), (511, '15,025'), (615, '935'), (700, '15,960')]",17:279 -"[(16, 'DORCEY, CHARLENE M'), (236, 'YORK, NE'), (322, 'NE'), (347, 'DORCEY, CHARLENE M'), (482, '4,294'), (611, '1,096'), (703, '5,389')]",17:286 -"[(16, 'DOSS, DAVID R'), (236, 'BRYAN, TX'), (322, 'TX'), (347, 'DOSS, DAVID R'), (514, '2,600'), (618, '89'), (703, '2,689')]",17:293 -"[(16, 'DOSS, RAMY S'), (236, 'SCOTTSDALE, AZ'), (322, 'AZ'), (347, 'DOSS, RAMY S'), (514, '8,334'), (703, '8,334')]",17:300 -"[(16, 'DOUGLAS J. MUND,  MD'), (236, 'NEW HYDE PARK, NY'), (322, 'NY'), (347, 'MUND, DOUGLAS J'), (514, '3,775'), (615, '196'), (703, '3,971')]",17:307 -"[(16, 'DOUGLAS SEARS, M.D., P.C.'), (236, 'ENCINO, CA'), (322, 'CA'), (347, 'SEARS, DOUGLAS '), (511, '14,050'), (611, '1,662'), (700, '15,712')]",17:315 -"[(16, 'DOUGLAS SORENSEN BURGOYNE, INC.'), (236, 'SALT LAKE CITY, UT'), (322, 'UT'), (347, 'BURGOYNE, DOUGLAS S'), (568, '3,000'), (618, '92'), (703, '3,092')]",17:322 -"[(16, 'DOV SCHUCHMAN MD PC'), (236, 'BLOOMFIELD HILLS, MI'), (322, 'MI'), (347, 'SCHUCHMAN, DOV '), (511, '35,525'), (611, '5,168'), (700, '40,693')]",17:329 -"[(16, 'DOW, CHARLES J'), (16, 'DOW, CHARLES J'), (236, 'ROXBURY CROSSING, MA'), (236, 'ROXBURY CROSSING, MA'), (322, 'MA'), (322, 'MA'), (347, 'DOW, CHARLES J'), (347, 'DOW, CHARLES J'), (514, '7,784'), (514, '7,784'), (703, '7,784'), (703, '7,784')]",17:336 -"[(16, 'DOWNEY, HERMAN J'), (236, 'JACKSONVILLE, FL'), (322, 'FL'), (347, 'DOWNEY, HERMAN J'), (518, '150'), (707, '150')]",17:344 -"[(16, 'DR. ALLEN ERNSTER'), (236, 'LEWISTON, ID'), (322, 'ID'), (347, 'ERNSTER, ALLEN M'), (514, '1,950'), (703, '1,950')]",17:351 -"[(16, 'DR. CYNTHIA L. WILLIAMS'), (236, 'TORRANCE, CA'), (322, 'CA'), (347, 'WILLIAMS, CYNTHIA L'), (514, '1,100'), (703, '1,100')]",17:358 -"[(16, 'DR. GARY L. GAY & ASSOCIATES LLC'), (236, 'NEWARK, DE'), (322, 'DE'), (347, 'GAY, GARY L'), (514, '2,500'), (618, '20'), (703, '2,520')]",17:365 -"[(16, 'DR. HASSAN ABOULEISH, INC'), (236, 'HOULTON, ME'), (322, 'ME'), (347, 'ABOULEISH, HASSAN E'), (514, '2,538'), (615, '181'), (703, '2,719')]",17:372 -"[(16, ""DR. MARK O' DANIEL PSYCHIATRY & ASSOC.""), (236, 'ROCKY MOUNT, NC'), (322, 'NC'), (347, ""O'DANIEL, MARK B""), (511, '10,500'), (615, '416'), (700, '10,916')]",17:379 -"[(16, 'DR. NEIL KABOUS'), (236, 'TERRE HAUTE, IN'), (322, 'IN'), (347, 'KABOUS, NEIL G'), (514, '3,484'), (703, '3,484')]",17:387 -"[(16, 'DR. OLUYEMI BADERO PHYSICIAN, P.C.'), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'BADERO, OLUYEMI O'), (514, '5,384'), (703, '5,384')]",17:394 -"[(16, 'DR. PRITESH J. SHAH, MD PC'), (236, 'WESTWOOD, NJ'), (322, 'NJ'), (347, 'SHAH, PRITESH J'), (514, '7,800'), (618, '61'), (703, '7,861')]",17:401 -"[(16, 'DR. SEAN NOLAN MD PC'), (236, 'WEIRTON, WV'), (322, 'WV'), (347, 'NOLAN, SEAN '), (514, '9,769'), (611, '2,405'), (700, '12,174')]",17:408 -"[(16, 'DR. SUDARSHAN K. SHARMA, LTD'), (236, 'HINSDALE, IL'), (322, 'IL'), (347, 'SHARMA, SUDARSHAN K'), (514, '6,263'), (611, '1,013'), (703, '7,275')]",17:415 -"[(16, 'DRAELOS METABOLIC CENTER'), (236, 'EDMOND, OK'), (322, 'OK'), (347, 'DRAELOS, MATT T'), (518, '719'), (707, '719')]",17:423 -"[(16, 'DRAHEIM, MARCIA '), (236, 'CEDAR RAPIDS, IA'), (322, 'IA'), (347, 'DRAHEIM, MARCIA '), (482, '6,663'), (568, '5,440'), (615, '816'), (700, '12,919')]",17:430 -"[(16, 'DRAUD, JON W'), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'DRAUD, JON W'), (511, '44,450'), (566, '22,750'), (611, '2,844'), (700, '70,044')]",17:437 -"[(16, 'DREAMCHASER, LLP'), (236, 'BLOOMINGTON, IN'), (322, 'IN'), (347, 'BEHN, PHILIP S'), (518, '169'), (707, '169')]",17:444 -"[(16, 'DRENNING, DAVID H'), (236, 'HUNTSVILLE, AL'), (322, 'AL'), (347, 'DRENNING, DAVID H'), (511, '16,034'), (568, '1,800'), (615, '143'), (700, '17,978')]",17:451 -"[(16, 'DRESCHER, MURRY '), (236, 'PLANTATION, FL'), (322, 'FL'), (347, 'DRESCHER, MURRY '), (514, '1,784'), (703, '1,784')]",17:459 -"[(16, 'DRESNER, ALAN '), (236, 'WEST NYACK, NY'), (322, 'NY'), (347, 'DRESNER, ALAN '), (514, '3,281'), (703, '3,281')]",17:466 -"[(16, 'DREYFUSS, BRUCE J'), (236, 'SAN JOSE, CA'), (322, 'CA'), (347, 'DREYFUSS, BRUCE J'), (514, '2,500'), (703, '2,500')]",17:473 -"[(16, 'DRIESMAN, MITCHELL H'), (236, 'FAIRFIELD, CT'), (322, 'CT'), (347, 'DRIESMAN, MITCHELL H'), (514, '5,584'), (703, '5,584')]",17:480 -"[(16, 'DROBNY, ELAINE C'), (236, 'MILWAUKEE, WI'), (322, 'WI'), (347, 'DROBNY, ELAINE C'), (514, '6,406'), (615, '531'), (703, '6,937')]",17:487 -"[(16, 'DRS. BUDHRAJA PA'), (236, 'LITTLE ROCK, AR'), (322, 'AR'), (347, 'BUDHRAJA, MADHU S'), (514, '2,031'), (703, '2,031')]",17:495 -"[(16, 'DRS. LEDDY & WILSON, PC.'), (236, 'NEWPORT NEWS, VA'), (322, 'VA'), (347, 'WILSON, HERBERT A'), (514, '3,450'), (703, '3,450')]",17:502 -"[(16, 'DRUCKER, DAVID W'), (236, 'YARDLEY, PA'), (322, 'PA'), (347, 'DRUCKER, DAVID W'), (521, '84'), (710, '84')]",17:509 -"[(16, 'DSOUZA, SHERWIN C'), (236, 'POCATELLO, ID'), (322, 'ID'), (347, 'DSOUZA, SHERWIN C'), (514, '7,800'), (703, '7,800')]",17:516 -"[(16, 'DUA, AASHISH '), (236, 'SEWICKLEY, PA'), (322, 'PA'), (347, 'DUA, AASHISH '), (511, '11,084'), (700, '11,084')]",17:523 -"[(16, 'DUANE E. MCWAINE MD. APC'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'MCWAINE, DUANE E'), (511, '23,700'), (611, '4,996'), (700, '28,696')]",17:531 -"[(16, 'DUBOIS INTERNAL MEDICINE ASSOCIATES, INC.'), (236, 'DU BOIS, PA'), (322, 'PA'), (347, 'SCERBO, JAMES A'), (514, '1,500'), (703, '1,500')]",17:538 -"[(16, 'DUBOIS, CAROL S'), (236, 'ROCKFORD, IL'), (322, 'IL'), (347, 'DUBOIS, CAROL S'), (511, '15,650'), (611, '1,491'), (700, '17,141')]",17:545 -"[(16, 'DUCCIO BALDARI, MD, PA'), (236, 'PALM BEACH GARDENS, FL'), (322, 'FL'), (347, 'BALDARI, DUCCIO '), (514, '4,050'), (615, '339'), (703, '4,389')]",17:552 -"[(16, 'DUCKWORTH, LINDA '), (236, 'FAIRFIELD, IL'), (322, 'IL'), (347, 'DUCKWORTH, LINDA '), (482, '1,163'), (618, '67'), (703, '1,229')]",17:559 -"[(16, 'DUDA, RALPH J'), (236, 'TULSA, OK'), (322, 'OK'), (347, 'DUDA, RALPH J'), (514, '2,031'), (703, '2,031')]",17:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 17 of 71')]",17:591 -"[(347, 'Lilly Faculty Registry')]",18:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",18:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",18:63 -"[(558, '(All amounts in US Dollars)')]",18:70 -"[(499, 'Healthcare ')]",18:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",18:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",18:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",18:88 -"[(500, 'Education '), (583, 'Related Expenses')]",18:92 -"[(467, 'Programs'), (532, 'Education Programs')]",18:95 -"[(501, 'Programs')]",18:99 -"[(16, 'DUDLEY, MARY J'), (236, 'RAYMOND, NH'), (322, 'NH'), (347, 'DUDLEY, MARY J'), (482, '6,863'), (615, '638'), (703, '7,501')]",18:106 -"[(16, 'DUDLEY, TODD M'), (236, 'GREENWOOD, IN'), (322, 'IN'), (347, 'DUDLEY, TODD M'), (514, '1,613'), (703, '1,613')]",18:113 -"[(16, 'DUFFY, DANIEL P'), (236, 'CEDARBURG, WI'), (322, 'WI'), (347, 'DUFFY, DANIEL P'), (511, '16,650'), (568, '9,000'), (611, '4,433'), (700, '30,083')]",18:120 -"[(16, 'DEMOPULOS, CHRISTINA M'), (236, 'MERCER ISLAND, WA'), (322, 'WA'), (347, 'DEMOPULOS, CHRISTINA M'), (615, '137'), (707, '137')]",16:106 -"[(16, 'DEMPSTER, DAVID '), (236, 'WEST HAVERSTRAW, NY'), (322, 'NY'), (347, 'DEMPSTER, DAVID '), (511, '30,000'), (566, '11,188'), (611, '3,558'), (700, '44,746')]",16:113 -"[(16, 'DEMURI, BERNADETTE A'), (236, 'MILWAUKEE, WI'), (322, 'WI'), (347, 'DEMURI, BERNADETTE A'), (514, '8,050'), (615, '294'), (703, '8,344')]",16:120 -"[(16, 'DENAGY, STEPHEN A'), (236, 'IDAHO FALLS, ID'), (322, 'ID'), (347, 'DENAGY, STEPHEN A'), (511, '10,800'), (700, '10,800')]",16:127 -"[(16, 'DENHAM, CARLA A'), (236, 'PHOENIX, AZ'), (322, 'AZ'), (347, 'DENHAM, CARLA A'), (511, '33,000'), (568, '3,750'), (611, '3,052'), (700, '39,802')]",16:135 -"[(16, 'DENIS I. BECKER, MD, PA'), (236, 'RALEIGH, NC'), (322, 'NC'), (347, 'BECKER, DENIS I'), (511, '56,669'), (611, '3,578'), (700, '60,246')]",16:142 -"[(16, 'DENNEY, AMANDA M'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'DENNEY, AMANDA M'), (518, '113'), (707, '113')]",16:149 -"[(16, 'DENNIS S. MIURA, MD, PHD'), (236, 'ENGLEWOOD, NJ'), (322, 'NJ'), (347, 'MIURA, DENNIS S'), (514, '1,184'), (618, '12'), (703, '1,196')]",16:156 -"[(16, 'DENNIS, DEBORAH K'), (236, 'ALBUQUERQUE, NM'), (322, 'NM'), (347, 'DENNIS, DEBORAH K'), (486, '113'), (615, '220'), (707, '333')]",16:163 -"[(16, 'DENNIS, LELAND W'), (236, 'ELK CITY, OK'), (322, 'OK'), (347, 'DENNIS, LELAND W'), (514, '1,800'), (703, '1,800')]",16:171 -"[(16, 'DENNY, MARTY M'), (236, 'JEFFERSONVILLE, IN'), (322, 'IN'), (347, 'DENNY, MARTY M'), (511, '18,309'), (615, '574'), (700, '18,883')]",16:178 -"[(16, 'DENOIA, VICKI R'), (236, 'TINTON FALLS, NJ'), (322, 'NJ'), (347, 'DENOIA, VICKI R'), (482, '2,400'), (618, '47'), (703, '2,447')]",16:185 -"[(16, 'DENTON, SYLVIA '), (236, 'LYNCHBURG, VA'), (322, 'VA'), (347, 'DENTON, SYLVIA '), (482, '4,163'), (615, '427'), (703, '4,589')]",16:192 -"[(16, 'DENVER CENTER FOR BONE HEALTH'), (236, 'DENVER, CO'), (322, 'CO'), (347, 'ZAPALOWSKI, CAROL '), (511, '42,200'), (611, '1,729'), (700, '43,929')]",16:199 -"[(16, 'DENYS, BART G'), (236, 'THIBODAUX, LA'), (322, 'LA'), (347, 'DENYS, BART G'), (511, '11,084'), (615, '111'), (700, '11,195')]",16:207 -"[(16, 'DEQUARDO, JOHN R'), (236, 'PUEBLO, CO'), (322, 'CO'), (347, 'DEQUARDO, JOHN R'), (568, '4,063'), (615, '158'), (703, '4,221')]",16:214 -"[(16, 'DEREK OTT, MD, APC'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'OTT, DEREK A'), (511, '16,200'), (615, '168'), (700, '16,368')]",16:221 -"[(16, 'DERISO, LOUISE '), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'DERISO, LOUISE '), (482, '7,700'), (568, '5,440'), (615, '601'), (700, '13,741')]",16:228 -"[(16, 'DERMATEC CORP.'), (236, 'PLANO, TX'), (322, 'TX'), (347, 'LOCKLEAR, MARILYN '), (479, '15,931'), (568, '5,440'), (611, '1,992'), (700, '23,363')]",16:235 -"[(16, 'DEROO, BRENDA J'), (236, 'CHEROKEE, IA'), (322, 'IA'), (347, 'DEROO, BRENDA J'), (482, '1,350'), (615, '436'), (703, '1,786')]",16:243 -"[(16, 'DEROSA, JOSEPH '), (236, 'WESTFIELD, NJ'), (322, 'NJ'), (347, 'DEROSA, JOSEPH '), (511, '32,675'), (611, '2,143'), (700, '34,818')]",16:250 -"[(16, 'DESAI, VAJENDRA J'), (236, 'GRAND RAPIDS, MI'), (322, 'MI'), (347, 'DESAI, VAJENDRA J'), (511, '13,800'), (615, '326'), (700, '14,126')]",16:257 -"[(16, 'DESAI, VIKAS S'), (236, 'FRAMINGHAM, MA'), (322, 'MA'), (347, 'DESAI, VIKAS S'), (514, '3,384'), (703, '3,384')]",16:264 -"[(16, 'DESPOTIS, GEORGE J'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'DESPOTIS, GEORGE J'), (568, '1,250'), (618, '30'), (703, '1,280')]",16:271 -"[(16, 'DESTEFANO, JOSEPH L'), (236, 'ABSECON, NJ'), (322, 'NJ'), (347, 'DESTEFANO, JOSEPH L'), (514, '7,350'), (615, '438'), (703, '7,788')]",16:279 -"[(16, 'DESTEFANO, PAOLO E'), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'DESTEFANO, PAOLO E'), (514, '1,784'), (703, '1,784')]",16:286 -"[(16, 'DEVELOPMENTAL & CHILD BEHAVIORAL ASSOCIATES'), (236, 'NORCROSS, GA'), (322, 'GA'), (347, 'WEINTRAUB, ALAN G'), (514, '7,200'), (615, '283'), (703, '7,483')]",16:293 -"[(16, 'DEVELOPMENTAL AND BEHAVORIAL PEDIATRIC CONSULTANTS, INC.'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'TRIDAS, ERIC Q'), (514, '8,700'), (568, '2,000'), (615, '748'), (700, '11,448')]",16:300 -"[(16, 'DEVELOPMENTAL MEDICINE CONSULTANTS, PLLC'), (236, 'SCOTTSDALE, AZ'), (322, 'AZ'), (347, 'MELMED, RAUN D'), (511, '11,200'), (615, '172'), (700, '11,372')]",16:307 -"[(16, 'DEVITT, PAULA L'), (236, 'SANTA FE, NM'), (322, 'NM'), (347, 'DEVITT, PAULA L'), (486, '713'), (621, '6'), (707, '719')]",16:315 -"[(16, 'DEVULAPALLY, JAGANNATH '), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'DEVULAPALLY, JAGANNATH '), (511, '27,925'), (615, '367'), (700, '28,292')]",16:322 -"[(16, 'DEWORSOP, RICHARD '), (236, 'TOMS RIVER, NJ'), (322, 'NJ'), (347, 'DEWORSOP, RICHARD '), (514, '1,700'), (703, '1,700')]",16:329 -"[(16, 'DEY, JAYANT '), (16, 'DEY, JAYANT '), (236, 'TUPELO, MS'), (236, 'TUPELO, MS'), (322, 'MS'), (322, 'MS'), (347, 'DEY, JAYANT '), (347, 'DEY, JAYANT '), (514, '8,225'), (514, '8,225'), (703, '8,225'), (703, '8,225')]",16:336 -"[(16, 'DEYARMIN, BRIAN J'), (236, 'BETHEL PARK, PA'), (322, 'PA'), (347, 'DEYARMIN, BRIAN J'), (514, '6,650'), (611, '7,634'), (700, '14,284')]",16:344 -"[(16, 'DFW PROFESSIONAL EDUCATION SERVICES, LLC'), (236, 'ARLINGTON, TX'), (322, 'TX'), (347, 'MILLER, ANDREW H'), (514, '2,634'), (618, '46'), (703, '2,680')]",16:351 -"[(16, 'DHAWALE, RAVI S'), (236, 'COLUMBUS, OH'), (322, 'OH'), (347, 'DHAWALE, RAVI S'), (511, '18,956'), (572, '375'), (615, '469'), (700, '19,800')]",16:358 -"[(16, 'DHIREN PATEL, DO, PA'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'PATEL, DHIREN B'), (511, '24,000'), (615, '729'), (700, '24,729')]",16:365 -"[(16, 'DHO & ASSOCIATES'), (236, 'AVON LAKE, OH'), (322, 'OH'), (347, ""O'SHAUGHNESSY, CHARLES ""), (511, '35,834'), (615, '963'), (700, '36,797')]",16:372 -"[(16, 'DHRUV, NIKHITA '), (236, 'MELBOURNE, FL'), (322, 'FL'), (347, 'DHRUV, NIKHITA '), (514, '3,725'), (703, '3,725')]",16:379 -"[(16, 'DIABETES & ENDOCRINE PLLC'), (236, 'BRONX, NY'), (322, 'NY'), (347, 'COHEN, CHARMIAN D'), (514, '2,850'), (618, '69'), (703, '2,919')]",16:387 -"[(16, 'DIABETES & HORMONAL DISEASES CENTER. PLC'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'KUMBKARNI, YUVRAJ K'), (514, '1,781'), (703, '1,781')]",16:394 -"[(16, 'DIABETES AND ENDOCRINE ASSOCIATES'), (236, 'LA MESA, CA'), (322, 'CA'), (347, 'PROVIDERS OF SERVICE: '), (514, '4,281'), (618, '50'), (703, '4,331')]",16:401 -"[(347, 'FINK, RAYMOND I;')]",16:408 -"[(347, 'SADLER, CHRIS E')]",16:415 -"[(16, 'DIABETES AND ENDOCRINE ASSOCIATES'), (236, 'OMAHA, NE'), (322, 'NE'), (347, 'WAHL, TIMOTHY O'), (511, '12,669'), (618, '30'), (700, '12,698')]",16:423 -"[(16, 'DIABETES AND ENDOCRINE SPECIALTIES INC.'), (236, 'FRESNO, CA'), (322, 'CA'), (347, 'SRIKANTH, SUJATHA '), (514, '1,975'), (703, '1,975')]",16:430 -"[(16, 'DIABETES AND ENDOCRINOLOGY ASSOC. INC.'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'FEINSTEIN, DAVID M'), (514, '2,256'), (618, '66'), (703, '2,322')]",16:437 -"[(16, 'DIABETES AND ENDOCRINOLOGY SPECIALISTS INC.'), (236, 'CHESTERFIELD, MO'), (322, 'MO'), (347, 'PROVIDERS OF SERVICE: '), (514, '5,381'), (703, '5,381')]",16:444 -"[(347, 'FISHMAN, NORMAN;')]",16:451 -"[(347, 'OIKNINE, RALPH ')]",16:459 -"[(16, 'DIABETES ASSESSMENT AND USEFUL SOLUTIONS, LLC'), (236, 'MEAD, CO'), (322, 'CO'), (347, 'SALAZAR‐CONGER, GILDA '), (482, '7,500'), (611, '1,603'), (703, '9,103')]",16:466 -"[(16, 'DIABETES CARE CENTER.'), (236, 'HUDSON, FL'), (322, 'FL'), (347, 'PROVIDERS OF SERVICE: '), (514, '4,313'), (618, '21'), (703, '4,334')]",16:473 -"[(347, 'PENABAD, JESUS L;')]",16:480 -"[(347, 'PINERO, ANTONIO ')]",16:487 -"[(16, 'DIABETES EDUCATION CONSULTANTS, INC.'), (236, 'BURBANK, IL'), (322, 'IL'), (347, 'SIEDLINSKI, MELANIE '), (479, '22,631'), (518, '150'), (611, '4,145'), (700, '26,927')]",16:495 -"[(16, 'DIABETES HEALTH MANAGEMENT, LLC'), (236, 'LAS VEGAS, NV'), (322, 'NV'), (347, 'PROVIDERS OF SERVICE: '), (479, '12,975'), (611, '1,234'), (700, '14,209')]",16:502 -"[(347, 'GUERRA, JAN;')]",16:509 -"[(347, 'WATERS, JAN ')]",16:516 -"[(16, 'DIABETES MANAGEMENT CONSULTANTS, LLC'), (236, 'LAS VEGAS, NV'), (322, 'NV'), (347, 'LAMAR, HEATHER L'), (482, '2,325'), (618, '76'), (703, '2,401')]",16:523 -"[(16, 'DIABETES OSTEOPOROSIS THYROID ENDOCRINE CENTER, LLC'), (236, 'RACINE, WI'), (322, 'WI'), (347, 'RABINOWE, STEVEN L'), (511, '27,956'), (615, '231'), (700, '28,188')]",16:531 -"[(16, 'DIABETES, OSTEOPOROSIS, OBESITY, INC.'), (236, 'MELROSE PARK, IL'), (322, 'IL'), (347, 'ABBOUD, MAHA '), (514, '3,669'), (703, '3,669')]",16:538 -"[(16, 'DIABETES, THYROID & OSTEOPOROSIS CLINIC OF SOUTHERN ILLINOIS, LTD.'), (236, 'BELLEVILLE, IL'), (322, 'IL'), (347, 'TSE, THOMAS F'), (518, '281'), (707, '281')]",16:545 -"[(16, 'DIAGNOSTIC CARE ASSOCIATES'), (236, 'FLINT, MI'), (322, 'MI'), (347, 'MENDOZA, HENRY P'), (514, '8,556'), (615, '203'), (703, '8,759')]",16:552 -"[(16, 'DIAMANTONI, STEPHEN '), (236, 'LANCASTER, PA'), (322, 'PA'), (347, 'DIAMANTONI, STEPHEN '), (514, '4,800'), (615, '190'), (703, '4,990')]",16:559 -"[(16, 'DIAZ HERNANDEZ, BARBARA A'), (236, 'SANTURCE, PR'), (322, 'PR'), (347, 'DIAZ HERNANDEZ, BARBARA A'), (511, '14,650'), (615, '934'), (700, '15,584')]",16:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 16 of 71')]",16:591 -"[(347, 'Lilly Faculty Registry')]",17:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",17:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",17:63 -"[(558, '(All amounts in US Dollars)')]",17:70 -"[(499, 'Healthcare ')]",17:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",17:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",17:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",17:88 -"[(500, 'Education '), (583, 'Related Expenses')]",17:92 -"[(467, 'Programs'), (532, 'Education Programs')]",17:95 -"[(501, 'Programs')]",17:99 -"[(16, 'DICE, JAMES '), (236, 'NORFOLK, VA'), (322, 'VA'), (347, 'DICE, JAMES '), (568, '1,938'), (618, '68'), (703, '2,005')]",17:106 -"[(16, 'DIEMER, KATHY M'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'DIEMER, KATHY M'), (511, '28,650'), (611, '1,941'), (700, '30,591')]",17:113 -"[(16, 'DIETER, ROBERT S'), (236, 'MAYWOOD, IL'), (322, 'IL'), (347, 'DIETER, ROBERT S'), (521, '84'), (710, '84')]",17:120 -"[(16, 'DILLING, DUANE P'), (236, 'LOYSBURG, PA'), (322, 'PA'), (347, 'DILLING, DUANE P'), (514, '2,800'), (615, '221'), (703, '3,021')]",17:127 -"[(16, 'DILLON, MARIE C'), (236, 'LAREDO, TX'), (322, 'TX'), (347, 'DILLON, MARIE C'), (482, '4,456'), (615, '313'), (703, '4,769')]",17:135 -"[(16, 'DILLS, SHARON '), (236, 'SANTA ROSA, CA'), (322, 'CA'), (347, 'DILLS, SHARON '), (482, '3,131'), (615, '111'), (703, '3,242')]",17:142 -"[(16, 'DAPHNE GLINDMEYER, M.D. APMC'), (236, 'GRETNA, LA'), (322, 'LA'), (347, 'GLINDMEYER, DAPHNE '), (518, '900'), (707, '900')]",15:120 -"[(16, 'DAREN S. PRIMACK'), (236, 'LODI, CA'), (322, 'CA'), (347, 'PRIMACK, DAREN S'), (514, '3,484'), (703, '3,484')]",15:127 -"[(16, 'DARSHI SUNDERAM M.D.'), (236, 'EAST ORANGE, NJ'), (322, 'NJ'), (347, 'SUNDERAM, DARSHI '), (511, '16,056'), (611, '1,959'), (700, '18,015')]",15:135 -"[(16, 'DAS, DHIRENDRA N'), (236, 'WAYNE, NJ'), (322, 'NJ'), (347, 'DAS, DHIRENDRA N'), (518, '934'), (707, '934')]",15:142 -"[(16, 'DAS, SESHADRI '), (236, 'STATEN ISLAND, NY'), (322, 'NY'), (347, 'DAS, SESHADRI '), (514, '4,781'), (703, '4,781')]",15:149 -"[(16, 'DAUGHERTY, TIMOTHY D'), (236, 'SAVANNAH, GA'), (322, 'GA'), (347, 'DAUGHERTY, TIMOTHY D'), (514, '4,800'), (615, '153'), (703, '4,953')]",15:156 -"[(16, 'DAVE JOFFE, BSPHARM, CDE, FACA, INC.'), (236, 'SAINT PETERSBURG, FL'), (322, 'FL'), (347, 'JOFFE, DAVID '), (479, '15,688'), (568, '1,000'), (615, '979'), (700, '17,667')]",15:163 -"[(16, 'DAVE, RAJESH M'), (236, 'HARRISBURG, PA'), (322, 'PA'), (347, 'DAVE, RAJESH M'), (511, '40,184'), (568, '1,100'), (611, '1,185'), (700, '42,469')]",15:171 -"[(16, 'DAVE, VIJAY B'), (236, 'GARY, IN'), (322, 'IN'), (347, 'DAVE, VIJAY B'), (514, '2,634'), (703, '2,634')]",15:178 -"[(16, 'DAVID C. PAN, MD., INC.'), (236, 'IRVINE, CA'), (322, 'CA'), (347, 'PAN, DAVID '), (514, '1,700'), (703, '1,700')]",15:185 -"[(16, 'DAVID D. HARWOOD, M.D., PC'), (236, 'MONTGOMERY, AL'), (322, 'AL'), (347, 'HARWOOD, DAVID D'), (514, '7,800'), (615, '342'), (703, '8,142')]",15:192 -"[(16, 'DAVID GU, D.O., A PROFESSIONAL CORPORATION'), (236, 'ALHAMBRA, CA'), (322, 'CA'), (347, 'GU, DAVID G'), (514, '1,225'), (703, '1,225')]",15:199 -"[(16, 'DAVID J. GALLINA, MD PA'), (236, 'WYCKOFF, NJ'), (322, 'NJ'), (347, 'GALLINA, DAVID J'), (514, '5,450'), (703, '5,450')]",15:207 -"[(16, 'DAVID K. VALLANCE MD PC'), (236, 'ANN ARBOR, MI'), (322, 'MI'), (347, 'VALLANCE, DAVID K'), (514, '6,000'), (615, '216'), (703, '6,216')]",15:214 -"[(16, 'DAVID L. DUNNER MD'), (236, 'MERCER ISLAND, WA'), (322, 'WA'), (347, 'DUNNER, DAVID L'), (568, '3,125'), (615, '164'), (703, '3,289')]",15:221 -"[(16, 'DAVID L. LIPORACE, LLC'), (236, 'WEST PALM BEACH, FL'), (322, 'FL'), (347, 'LIPORACE, DAVID L'), (511, '25,050'), (611, '2,392'), (700, '27,442')]",15:228 -"[(16, 'DAVID R. LEONARD, MD, PA'), (236, 'SEMINOLE, FL'), (322, 'FL'), (347, 'LEONARD, DAVID R'), (514, '3,411'), (620, '8'), (703, '3,420')]",15:235 -"[(16, 'DAVID R. MANDEL MD, INC.'), (236, 'MAYFIELD VILLAGE, OH'), (322, 'OH'), (347, 'MANDEL, DAVID R'), (514, '2,000'), (703, '2,000')]",15:243 -"[(16, 'DAVID R. MISSIMO MD, PA'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'MISSIMO, DAVID R'), (514, '3,050'), (703, '3,050')]",15:250 -"[(16, 'DAVID R. PATTERSON MEDICAL CORPORATION'), (236, 'CHINO HILLS, CA'), (322, 'CA'), (347, 'PATTERSON, DAVID R'), (514, '8,000'), (618, '36'), (703, '8,036')]",15:257 -"[(16, 'DAVID R. SAMSON, MD, DFAPA'), (236, 'OLYMPIA, WA'), (322, 'WA'), (347, 'SAMSON, DAVID R'), (514, '7,200'), (615, '912'), (703, '8,112')]",15:264 -"[(16, 'DAVID S. SILVER, MD, INC.'), (236, 'BEVERLY HILLS, CA'), (322, 'CA'), (347, 'SILVER, DAVID S'), (514, '1,500'), (568, '1,500'), (618, '26'), (703, '3,026')]",15:271 -"[(16, 'DAVID W. SCHWARTZ, INC.'), (236, 'TEMECULA, CA'), (322, 'CA'), (347, 'SCHWARTZ, DAVID W'), (511, '31,050'), (611, '2,171'), (700, '33,221')]",15:279 -"[(15, 'DAVID, PACITA A'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'DAVID, PACITA A'), (511, '45,400'), (611, '1,544'), (700, '46,944')]",15:286 -"[(16, 'DAVIDOFF, RONALD J'), (236, 'ENFIELD, CT'), (322, 'CT'), (347, 'DAVIDOFF, RONALD J'), (514, '6,500'), (615, '354'), (703, '6,854')]",15:293 -"[(16, 'DAVIDSON, JAIME A'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'DAVIDSON, JAIME A'), (518, '225'), (568, '4,500'), (615, '211'), (703, '4,936')]",15:300 -"[(16, 'DAVIDSON, MARY E'), (236, 'UNIONTOWN, OH'), (322, 'OH'), (347, 'DAVIDSON, MARY E'), (486, '338'), (707, '338')]",15:307 -"[(16, 'DAVIDSON, MICHAEL B'), (236, 'DOVER, NH'), (322, 'NH'), (347, 'DAVIDSON, MICHAEL B'), (511, '18,465'), (611, '2,525'), (700, '20,990')]",15:315 -"[(16, 'DAVIS, JONATHAN L'), (236, 'OKLAHOMA CITY, OK'), (322, 'OK'), (347, 'DAVIS, JONATHAN L'), (514, '1,725'), (703, '1,725')]",15:322 -"[(16, 'DAVIS, MARIA EVA '), (236, 'LAKE MARY, FL'), (322, 'FL'), (347, 'DAVIS, MARIA EVA '), (486, '300'), (618, '21'), (707, '321')]",15:329 -"[(16, 'DAVIS, MICHAEL R'), (16, 'DAVIS, MICHAEL R'), (236, 'MOBILE, AL'), (236, 'MOBILE, AL'), (322, 'AL'), (322, 'AL'), (347, 'DAVIS, MICHAEL R'), (347, 'DAVIS, MICHAEL R'), (514, '4,881'), (514, '4,881'), (618, '30'), (618, '30'), (703, '4,911'), (703, '4,911')]",15:336 -"[(16, 'DAWLEY, DOUGLAS L'), (236, 'PORTLAND, OR'), (322, 'OR'), (347, 'DAWLEY, DOUGLAS L'), (514, '9,434'), (615, '218'), (703, '9,652')]",15:344 -"[(16, 'DAYTON FAMILY PRACTICE'), (236, 'DAYTON, NJ'), (322, 'NJ'), (347, 'BOUDWIN, JAMES E'), (514, '6,500'), (618, '66'), (703, '6,566')]",15:351 -"[(16, 'DAYTONA HEART GROUP'), (236, 'DAYTONA BEACH, FL'), (322, 'FL'), (347, 'WILSON, VANCE E'), (511, '28,684'), (568, '1,100'), (615, '781'), (700, '30,565')]",15:358 -"[(16, 'DBA CONCERNED NUTRITION CONSULTANTS'), (236, 'VENETIA, PA'), (322, 'PA'), (347, 'ANTHONY, KARA '), (482, '1,294'), (615, '104'), (703, '1,398')]",15:365 -"[(16, 'DBA PARTNERSHIP FOR RECOVERY'), (236, 'SYLACAUGA, AL'), (322, 'AL'), (347, 'SCHEIFLER, PATRICIA L'), (514, '1,000'), (568, '2,688'), (611, '1,791'), (703, '5,478')]",15:372 -"[(16, 'DBA/SOUTHERN CALIFORNIA MEDICAL CLINIC'), (236, 'LA MESA, CA'), (322, 'CA'), (347, 'ROBINSON, JEROME A'), (521, '84'), (710, '84')]",15:379 -"[(16, 'DBA: FAIR OAKS PSYCHIATRIC ASSOCIATES'), (236, 'SACRAMENTO, CA'), (322, 'CA'), (347, 'MEHTANI, JANAK K'), (618, '66'), (710, '66')]",15:387 -"[(16, 'DBA: PREMIER HEART & VASCULAR CARE'), (236, 'NEWPORT BEACH, CA'), (322, 'CA'), (347, 'MYLAVARAPU, SUBBARAO V'), (514, '4,484'), (703, '4,484')]",15:394 -"[(16, 'DBA‐ASSOCIATED PSYCHIATRIC SERVICES'), (236, 'PAHRUMP, NV'), (322, 'NV'), (347, 'RACOMA, AGAPITO B'), (514, '4,800'), (703, '4,800')]",15:401 -"[(16, 'DEAL, CHAD L'), (236, 'SOLON, OH'), (322, 'OH'), (347, 'DEAL, CHAD L'), (511, '11,300'), (615, '337'), (700, '11,637')]",15:408 -"[(16, 'DEAN, LARRY S'), (236, 'SEATTLE, WA'), (322, 'WA'), (347, 'DEAN, LARRY S'), (514, '9,534'), (618, '48'), (703, '9,583')]",15:415 -"[(16, 'DEANO, DANILO A'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'DEANO, DANILO A'), (514, '3,484'), (618, '56'), (703, '3,540')]",15:423 -"[(16, 'DEAS, DEBORAH V'), (236, 'CHARLESTON, SC'), (322, 'SC'), (347, 'DEAS, DEBORAH V'), (511, '23,200'), (568, '2,500'), (611, '1,703'), (700, '27,403')]",15:430 -"[(16, 'DEBATTISTA, CHARLES '), (236, 'PALO ALTO, CA'), (322, 'CA'), (347, 'DEBATTISTA, CHARLES '), (518, '150'), (707, '150')]",15:437 -"[(16, 'DEBERNARDO, ROBERT L'), (236, 'CLEVELAND, OH'), (322, 'OH'), (347, 'DEBERNARDO, ROBERT L'), (568, '1,719'), (703, '1,719')]",15:444 -"[(16, 'DEBORAH DRUMM'), (236, 'STILLWATER, NJ'), (322, 'NJ'), (347, 'DRUMM, DEBORAH M'), (518, '200'), (707, '200')]",15:451 -"[(16, 'DECARLO, PATRICIA '), (236, 'NAPERVILLE, IL'), (322, 'IL'), (347, 'DECARLO, PATRICIA '), (482, '2,156'), (615, '205'), (703, '2,362')]",15:459 -"[(16, 'DECESARE, TERESA M'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'DECESARE, TERESA M'), (514, '6,713'), (703, '6,713')]",15:466 -"[(16, 'DECISION HEIGHT, INC.'), (236, 'BOERNE, TX'), (322, 'TX'), (347, 'BERRY, MICHELLE D'), (514, '1,800'), (615, '353'), (703, '2,153')]",15:473 -"[(16, 'DECKER, DAVID A'), (236, 'ROYAL OAK, MI'), (322, 'MI'), (347, 'DECKER, DAVID A'), (518, '338'), (707, '338')]",15:480 -"[(16, 'DEEB, WASIM E'), (236, 'JACKSONVILLE, FL'), (322, 'FL'), (347, 'DEEB, WASIM E'), (511, '12,206'), (611, '1,941'), (700, '14,147')]",15:487 -"[(16, 'DEENA GANDHI MD PA'), (236, 'SUGAR LAND, TX'), (322, 'TX'), (347, 'GANDHI, DEENA M'), (511, '10,550'), (615, '325'), (700, '10,875')]",15:495 -"[(16, 'DEFRONZO, RALPH A'), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'DEFRONZO, RALPH A'), (514, '3,225'), (615, '220'), (703, '3,445')]",15:502 -"[(16, 'DEGEN, KATHLEEN R'), (236, 'NEW LONDON, CT'), (322, 'CT'), (347, 'DEGEN, KATHLEEN R'), (514, '1,200'), (703, '1,200')]",15:509 -"[(16, 'DEIN, ROBERT A'), (236, 'BRYN MAWR, PA'), (322, 'PA'), (347, 'DEIN, ROBERT A'), (514, '3,500'), (618, '51'), (703, '3,551')]",15:516 -"[(16, 'DEISLER, PATRICIA C'), (236, 'SANFORD, ME'), (322, 'ME'), (347, 'DEISLER, PATRICIA C'), (514, '2,425'), (615, '477'), (703, '2,902')]",15:523 -"[(16, 'DEITZ, PEGGY W'), (236, 'ASHEVILLE, NC'), (322, 'NC'), (347, 'DEITZ, PEGGY W'), (482, '4,688'), (615, '201'), (703, '4,889')]",15:531 -"[(16, 'DEL CASTILLO HIME, ALAN '), (236, 'HATO REY, PR'), (322, 'PR'), (347, 'DEL CASTILLO HIME, ALAN '), (518, '450'), (707, '450')]",15:538 -"[(16, 'DELAHANTY, LINDA M'), (236, 'FRAMINGHAM, MA'), (322, 'MA'), (347, 'DELAHANTY, LINDA M'), (568, '4,969'), (615, '267'), (703, '5,236')]",15:545 -"[(16, 'DELANEY, JOHN F'), (236, 'MONROEVILLE, PA'), (322, 'PA'), (347, 'DELANEY, JOHN F'), (511, '29,550'), (611, '1,498'), (700, '31,048')]",15:552 -"[(16, 'DELCO PSYCHIATRIC ASSOCIATES, LLC'), (236, 'CHADDS FORD, PA'), (322, 'PA'), (347, 'MAYEKAR, ULHAS V'), (511, '11,800'), (615, '200'), (700, '12,000')]",15:559 -"[(16, 'DELGADO, REYNOLDS M'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'DELGADO, REYNOLDS M'), (521, '84'), (710, '84')]",15:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 15 of 71')]",15:591 -"[(347, 'Lilly Faculty Registry')]",16:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",16:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",16:63 -"[(558, '(All amounts in US Dollars)')]",16:70 -"[(499, 'Healthcare ')]",16:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",16:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",16:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",16:88 -"[(500, 'Education '), (583, 'Related Expenses')]",16:92 -"[(467, 'Programs'), (532, 'Education Programs')]",16:95 -"[(501, 'Programs')]",16:99 -"[(16, 'COSMAI‐CINTRON, ELIZABETH M'), (236, 'FORT MYERS, FL'), (322, 'FL'), (347, 'COSMAI‐CINTRON, ELIZABETH M'), (514, '5,184'), (618, '25'), (703, '5,209')]",14:127 -"[(16, 'COSMAN, FELICIA '), (236, 'WEST HAVERSTRAW, NY'), (322, 'NY'), (347, 'COSMAN, FELICIA '), (511, '42,500'), (566, '10,688'), (611, '9,794'), (700, '62,982')]",14:135 -"[(16, 'COSTA, MARCO A'), (236, 'CLEVELAND, OH'), (322, 'OH'), (347, 'COSTA, MARCO A'), (521, '84'), (710, '84')]",14:142 -"[(16, 'COTO, HUMBERTO '), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'COTO, HUMBERTO '), (514, '3,384'), (703, '3,384')]",14:149 -"[(16, ""COTTON ‐ O'NEIL MSD OF STORMONT ‐ VAIL HEALTHCARE""), (236, 'TOPEKA, KS'), (322, 'KS'), (347, 'COLEMAN, ROBERT V'), (514, '3,781'), (703, '3,781')]",14:156 -"[(16, 'COTTON, SHAWN E'), (236, 'EAST AURORA, NY'), (322, 'NY'), (347, 'COTTON, SHAWN E'), (518, '450'), (707, '450')]",14:163 -"[(16, 'COVIN, FISHER A'), (236, 'HATTIESBURG, MS'), (322, 'MS'), (347, 'COVIN, FISHER A'), (514, '5,184'), (703, '5,184')]",14:171 -"[(16, 'COWLEY, MICHAEL J'), (236, 'RICHMOND, VA'), (322, 'VA'), (347, 'COWLEY, MICHAEL J'), (511, '28,134'), (700, '28,134')]",14:178 -"[(16, 'COX, LESLIE '), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'COX, LESLIE '), (482, '1,050'), (618, '84'), (703, '1,134')]",14:185 -"[(16, 'COX, LINDA M'), (236, 'URBANA, IL'), (322, 'IL'), (347, 'COX, LINDA M'), (486, '750'), (707, '750')]",14:192 -"[(16, 'COZZOLINO, ANTHONY '), (236, 'SAN JOSE, CA'), (322, 'CA'), (347, 'COZZOLINO, ANTHONY '), (511, '23,325'), (611, '3,126'), (700, '26,451')]",14:199 -"[(16, 'CRAFT, MELISSA '), (236, 'EDMOND, OK'), (322, 'OK'), (347, 'CRAFT, MELISSA '), (511, '42,125'), (572, '281'), (611, '3,331'), (700, '45,737')]",14:207 -"[(16, 'CRAIG B. LIDEN, MD AND ASSOCIATES, PC'), (236, 'GIBSONIA, PA'), (322, 'PA'), (347, 'LIDEN, CRAIG B'), (511, '31,700'), (611, '2,802'), (700, '34,502')]",14:214 -"[(16, 'CRAIG, CURTIS P'), (236, 'WASHINGTON, MI'), (322, 'MI'), (347, 'CRAIG, CURTIS P'), (511, '45,600'), (611, '2,984'), (700, '48,584')]",14:221 -"[(16, 'CRAIG, PATSY O'), (236, 'SYLVANIA, AL'), (322, 'AL'), (347, 'CRAIG, PATSY O'), (482, '2,288'), (615, '223'), (703, '2,511')]",14:228 -"[(16, 'CRAMER, CHARLES W'), (236, 'ARLINGTON, TX'), (322, 'TX'), (347, 'CRAMER, CHARLES W'), (518, '934'), (707, '934')]",14:235 -"[(16, 'CRANDELL, JAMES R'), (236, 'LAKEWOOD, OH'), (322, 'OH'), (347, 'CRANDELL, JAMES R'), (518, '934'), (707, '934')]",14:243 -"[(16, 'CRANK, DEBORAH '), (236, 'GRAND BLANC, MI'), (322, 'MI'), (347, 'CRANK, DEBORAH '), (482, '1,200'), (618, '26'), (703, '1,226')]",14:250 -"[(16, 'CRANTZ, FRANK R'), (236, 'MCLEAN, VA'), (322, 'VA'), (347, 'CRANTZ, FRANK R'), (514, '2,850'), (618, '17'), (703, '2,867')]",14:257 -"[(16, 'CRASTA, JOVITA M'), (236, 'BALDWIN, NY'), (322, 'NY'), (347, 'CRASTA, JOVITA M'), (511, '21,900'), (615, '593'), (700, '22,493')]",14:264 -"[(16, 'CRAVENS, DODSON '), (236, 'POPLAR BLUFF, MO'), (322, 'MO'), (347, 'CRAVENS, DODSON '), (482, '1,575'), (615, '181'), (703, '1,756')]",14:271 -"[(16, 'CREATIVE DIABETES EDUCATION AND MANAGEMENT, L.L.C.'), (236, 'HATTIESBURG, MS'), (322, 'MS'), (347, 'TEPPER, JUDITH H'), (489, '38'), (710, '38')]",14:279 -"[(16, 'CREATIVE HEALTH STRATEGIES, INC.'), (236, 'BLOOMFIELD HILLS, MI'), (322, 'MI'), (347, 'ALBERT, JANET '), (479, '22,313'), (518, '150'), (608, '12,400'), (700, '34,862')]",14:286 -"[(16, 'CRESSWELL, TYRA '), (236, 'FAIRHOPE, AL'), (322, 'AL'), (347, 'CRESSWELL, TYRA '), (482, '3,375'), (615, '805'), (703, '4,180')]",14:293 -"[(16, 'CRISPINO, RICHARD D'), (236, 'HARRISBURG, PA'), (322, 'PA'), (347, 'CRISPINO, RICHARD D'), (514, '8,775'), (615, '285'), (703, '9,060')]",14:300 -"[(16, 'CROCKFORD, CARLA '), (236, 'MILWAUKIE, OR'), (322, 'OR'), (347, 'CROCKFORD, CARLA '), (514, '1,350'), (618, '66'), (703, '1,416')]",14:307 -"[(16, 'CROOKS, MICHAEL J'), (236, 'KALAMAZOO, MI'), (322, 'MI'), (347, 'CROOKS, MICHAEL J'), (514, '7,000'), (703, '7,000')]",14:315 -"[(16, 'CROSS COUNTY CARDIOLOGY'), (236, 'EDGEWATER, NJ'), (322, 'NJ'), (347, 'PUMILL, RICK J'), (521, '56'), (710, '56')]",14:322 -"[(16, 'CROSS, BRIAN '), (236, 'KINGSPORT, TN'), (322, 'TN'), (347, 'CROSS, BRIAN '), (514, '1,650'), (703, '1,650')]",14:329 -"[(16, 'CROW, DAWN W'), (16, 'CROW, DAWN W'), (236, 'CLARKSVILLE, TN'), (236, 'CLARKSVILLE, TN'), (322, 'TN'), (322, 'TN'), (347, 'CROW, DAWN W'), (347, 'CROW, DAWN W'), (482, '8,550'), (482, '8,550'), (611, '2,680'), (611, '2,680'), (700, '11,230'), (700, '11,230')]",14:336 -"[(16, 'CROXTON, LINDA C'), (236, 'PLANT CITY, FL'), (322, 'FL'), (347, 'CROXTON, LINDA C'), (486, '600'), (618, '20'), (707, '620')]",14:344 -"[(16, 'CRUMPLER, CHARLES D'), (236, 'BRYAN, TX'), (322, 'TX'), (347, 'CRUMPLER, CHARLES D'), (514, '3,281'), (615, '119'), (703, '3,400')]",14:351 -"[(16, 'CUGINI, CHRISTY D'), (236, 'NAPLES, FL'), (322, 'FL'), (347, 'CUGINI, CHRISTY D'), (514, '3,281'), (703, '3,281')]",14:358 -"[(16, 'CUKIERMAN, JACK '), (236, 'AMHERST, NY'), (322, 'NY'), (347, 'CUKIERMAN, JACK '), (514, '5,531'), (703, '5,531')]",14:365 -"[(16, 'CULBERTSON, DONNA C'), (236, 'GREENWOOD, SC'), (322, 'SC'), (347, 'CULBERTSON, DONNA C'), (482, '3,075'), (615, '473'), (703, '3,548')]",14:372 -"[(16, 'CULKIN, ANN '), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'CULKIN, ANN '), (568, '1,063'), (618, '40'), (703, '1,102')]",14:379 -"[(16, 'CUMBERLAND VALLEY ENDOCRINOLOGY, LLC'), (236, 'CARLISLE, PA'), (322, 'PA'), (347, 'BEHNKE, ANDREW J'), (514, '5,475'), (618, '90'), (703, '5,565')]",14:387 -"[(16, 'CUMMINGS, DEBRA M'), (236, 'FLANDERS, NJ'), (322, 'NJ'), (347, 'CUMMINGS, DEBRA M'), (482, '1,463'), (618, '65'), (703, '1,528')]",14:394 -"[(16, 'CUNNINGHAM, CURT J'), (236, 'GRAND RAPIDS, MI'), (322, 'MI'), (347, 'CUNNINGHAM, CURT J'), (514, '8,050'), (615, '121'), (703, '8,171')]",14:401 -"[(16, 'CUNNINGHAM, MARY '), (236, 'GRAND HAVEN, MI'), (322, 'MI'), (347, 'CUNNINGHAM, MARY '), (482, '1,875'), (618, '78'), (703, '1,953')]",14:408 -"[(16, 'CURRIER, BEATRIZ B'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'CURRIER, BEATRIZ B'), (511, '10,450'), (700, '10,450')]",14:415 -"[(16, 'CURTIS, JEFFREY R'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'CURTIS, JEFFREY R'), (514, '1,575'), (615, '430'), (703, '2,005')]",14:423 -"[(16, 'CUSNIR, HENRY '), (236, 'LAUDERDALE LAKES, FL'), (322, 'FL'), (347, 'CUSNIR, HENRY '), (514, '2,634'), (703, '2,634')]",14:430 -"[(16, 'CVED INCORPORATED'), (236, 'DIABLO, CA'), (322, 'CA'), (347, 'WHITE, NEAL W'), (514, '1,184'), (618, '37'), (703, '1,221')]",14:437 -"[(16, 'CYRUS, JAHANGIR '), (236, 'LOUISVILLE, KY'), (322, 'KY'), (347, 'CYRUS, JAHANGIR '), (514, '6,491'), (703, '6,491')]",14:444 -"[(16, 'D&L MEDICAL SERVICES'), (236, 'SANTA CLARA, UT'), (322, 'UT'), (347, 'MITCHELL, DENNIS H'), (482, '2,738'), (615, '637'), (703, '3,375')]",14:451 -"[(16, 'DA SILVA, GERALYN M'), (236, 'VOLCANO, CA'), (322, 'CA'), (347, 'DA SILVA, GERALYN M'), (482, '4,950'), (615, '695'), (703, '5,645')]",14:459 -"[(16, 'DADOURIAN, BERGE J'), (236, 'LAS VEGAS, NV'), (322, 'NV'), (347, 'DADOURIAN, BERGE J'), (514, '7,784'), (703, '7,784')]",14:466 -"[(16, 'DAGGUBATI, RAMESH B'), (236, 'GREENVILLE, NC'), (322, 'NC'), (347, 'DAGGUBATI, RAMESH B'), (511, '19,884'), (615, '757'), (700, '20,641')]",14:473 -"[(16, 'DAGO, PEDRO L'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'DAGO, PEDRO L'), (511, '39,450'), (611, '1,161'), (700, '40,611')]",14:480 -"[(16, 'DAGOGO‐JACK, SAMUEL '), (236, 'MEMPHIS, TN'), (322, 'TN'), (347, 'DAGOGO‐JACK, SAMUEL '), (511, '33,675'), (611, '3,271'), (700, '36,946')]",14:487 -"[(16, 'DAKSHESH K. PARIKH, MD, PA'), (236, 'VICTORIA, TX'), (322, 'TX'), (347, 'PARIKH, DAKSHESHK '), (514, '9,984'), (611, '1,507'), (700, '11,492')]",14:495 -"[(16, 'DALEY, ANNE '), (236, 'SPRINGFIELD, IL'), (322, 'IL'), (347, 'DALEY, ANNE '), (486, '600'), (615, '100'), (707, '700')]",14:502 -"[(16, 'DALLAS DIABETES AND ENDOCRINE CENTER'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'ROSENSTOCK, JULIO '), (615, '109'), (707, '109')]",14:509 -"[(16, 'DALPINDER SINGH SANDHU'), (236, 'FRESNO, CA'), (322, 'CA'), (347, 'SANDHU, DALPINDER S'), (514, '4,334'), (615, '301'), (703, '4,636')]",14:516 -"[(16, 'DAMRON, LOIS '), (236, 'HANNIBAL, MO'), (322, 'MO'), (347, 'DAMRON, LOIS '), (486, '713'), (707, '713')]",14:523 -"[(16, 'DAN JAMES FINTEL, MD SC'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'FINTEL, DAN J'), (514, '5,484'), (615, '636'), (703, '6,120')]",14:531 -"[(16, 'DANDONA, PARESH '), (236, 'NORTH TONAWANDA, NY'), (322, 'NY'), (347, 'DANDONA, PARESH '), (514, '4,375'), (703, '4,375')]",14:538 -"[(16, 'DANDREA, JEFFREY P'), (236, 'PITTSTON, PA'), (322, 'PA'), (347, 'DANDREA, JEFFREY P'), (514, '7,163'), (618, '16'), (703, '7,178')]",14:545 -"[(16, 'DANIEL M. HAYCRAFT MD, PC'), (236, 'SKOKIE, IL'), (322, 'IL'), (347, 'HAYCRAFT, DANIEL M'), (514, '4,300'), (615, '196'), (703, '4,496')]",14:552 -"[(16, 'DANIEL MASCARENHAS, MD, PC'), (236, 'EASTON, PA'), (322, 'PA'), (347, 'MASCARENHAS, DANIEL A'), (514, '3,384'), (703, '3,384')]",14:559 -"[(16, 'DANIEL, GEORGE K'), (236, 'BOCA RATON, FL'), (322, 'FL'), (347, 'DANIEL, GEORGE K'), (514, '4,284'), (703, '4,284')]",14:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 14 of 71')]",14:591 -"[(347, 'Lilly Faculty Registry')]",15:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",15:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",15:63 -"[(558, '(All amounts in US Dollars)')]",15:70 -"[(499, 'Healthcare ')]",15:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",15:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",15:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",15:88 -"[(500, 'Education '), (583, 'Related Expenses')]",15:92 -"[(467, 'Programs'), (532, 'Education Programs')]",15:95 -"[(501, 'Programs')]",15:99 -"[(16, 'DANIELS, GAIL G'), (236, 'MANNING, SC'), (322, 'SC'), (347, 'DANIELS, GAIL G'), (482, '1,188'), (615, '320'), (703, '1,507')]",15:106 -"[(16, 'DAO, KATHRYN H'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'DAO, KATHRYN H'), (514, '9,550'), (615, '131'), (703, '9,681')]",15:113 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",13:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",13:88 -"[(500, 'Education '), (583, 'Related Expenses')]",13:92 -"[(467, 'Programs'), (532, 'Education Programs')]",13:95 -"[(501, 'Programs')]",13:99 -"[(16, 'COATS, CHARLES L'), (236, 'FORT WAYNE, IN'), (322, 'IN'), (347, 'COATS, CHARLES L'), (518, '150'), (615, '169'), (707, '319')]",13:106 -"[(16, 'COCHRAN, JOHN W'), (236, 'FAIRFAX, VA'), (322, 'VA'), (347, 'COCHRAN, JOHN W'), (514, '6,750'), (703, '6,750')]",13:113 -"[(16, 'COCHRAN, MORRIS W'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'COCHRAN, MORRIS W'), (511, '43,250'), (611, '6,197'), (700, '49,447')]",13:120 -"[(16, 'COCO, LISA '), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'COCO, LISA '), (486, '244'), (707, '244')]",13:127 -"[(16, 'COCONCEA, CRISTINEL M'), (236, 'BOSTON, MA'), (322, 'MA'), (347, 'COCONCEA, CRISTINEL M'), (514, '3,000'), (703, '3,000')]",13:135 -"[(16, 'COEN, RUTH '), (236, 'HEATH, OH'), (322, 'OH'), (347, 'COEN, RUTH '), (482, '1,275'), (615, '254'), (703, '1,529')]",13:142 -"[(16, 'COFFMAN, PETER W'), (236, 'SAINT MARYS, PA'), (322, 'PA'), (347, 'COFFMAN, PETER W'), (514, '3,700'), (615, '363'), (703, '4,063')]",13:149 -"[(16, 'COGEN, FRAN R'), (236, 'WASHINGTON, DC'), (322, 'DC'), (347, 'COGEN, FRAN R'), (511, '14,375'), (611, '1,101'), (700, '15,476')]",13:156 -"[(16, 'COGEN, PHILIP H'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'COGEN, PHILIP H'), (620, '7'), (713, '7')]",13:163 -"[(16, 'COHEN, DAVID J'), (236, 'OVERLAND PARK, KS'), (322, 'KS'), (347, 'COHEN, DAVID J'), (511, '29,784'), (568, '1,125'), (611, '2,024'), (700, '32,933')]",13:171 -"[(16, 'COHEN, EZRA E'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'COHEN, EZRA E'), (615, '114'), (707, '114')]",13:178 -"[(16, 'COHEN, JAY S'), (236, 'PLANTATION, FL'), (322, 'FL'), (347, 'COHEN, JAY S'), (511, '45,275'), (611, '4,846'), (700, '50,121')]",13:185 -"[(16, 'COHEN, LAWRENCE J'), (236, 'SPOKANE, WA'), (322, 'WA'), (347, 'COHEN, LAWRENCE J'), (514, '1,275'), (618, '36'), (703, '1,311')]",13:192 -"[(16, 'COHEN, NEIL D'), (236, 'STATEN ISLAND, NY'), (322, 'NY'), (347, 'COHEN, NEIL D'), (514, '7,338'), (618, '79'), (703, '7,416')]",13:199 -"[(16, 'COHEN, STEVEN S'), (236, 'DELRAY BEACH, FL'), (322, 'FL'), (347, 'COHEN, STEVEN S'), (514, '1,184'), (615, '186'), (703, '1,370')]",13:207 -"[(16, 'COHN, ALLEN L'), (236, 'STEAMBOAT SPRINGS, CO'), (322, 'CO'), (347, 'COHN, ALLEN L'), (518, '338'), (707, '338')]",13:214 -"[(16, 'COHN, STEVEN L'), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'COHN, STEVEN L'), (521, '56'), (710, '56')]",13:221 -"[(16, 'COLAROSSI, SUE '), (236, 'PORT HURON, MI'), (322, 'MI'), (347, 'COLAROSSI, SUE '), (479, '15,750'), (615, '990'), (700, '16,740')]",13:228 -"[(16, 'COLE, BARRY E'), (236, 'LAS VEGAS, NV'), (322, 'NV'), (347, 'COLE, BARRY E'), (511, '32,500'), (568, '5,625'), (611, '1,528'), (700, '39,653')]",13:235 -"[(16, 'COLE, ENSER W'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'COLE, ENSER W'), (568, '1,875'), (618, '50'), (703, '1,925')]",13:243 -"[(16, 'COLE, LUCY '), (236, 'MUNSTER, IN'), (322, 'IN'), (347, 'COLE, LUCY '), (486, '244'), (707, '244')]",13:250 -"[(16, 'COLEMAN, GARY M'), (236, 'THE WOODLANDS, TX'), (322, 'TX'), (347, 'COLEMAN, GARY M'), (514, '6,684'), (703, '6,684')]",13:257 -"[(16, 'COLEMAN, ROBERT L'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'COLEMAN, ROBERT L'), (568, '2,625'), (615, '386'), (703, '3,011')]",13:264 -"[(16, 'COLFLESH, MATTHEW A'), (236, 'STEUBENVILLE, OH'), (322, 'OH'), (347, 'COLFLESH, MATTHEW A'), (514, '1,575'), (618, '60'), (703, '1,635')]",13:271 -"[(16, 'COLLIER, ALISHA C'), (236, 'WESLEY CHAPEL, FL'), (322, 'FL'), (347, 'COLLIER, ALISHA C'), (482, '4,988'), (615, '498'), (703, '5,485')]",13:279 -"[(16, 'COLLIER, ROBIN M'), (236, 'FORT MYERS, FL'), (322, 'FL'), (347, 'COLLIER, ROBIN M'), (479, '16,988'), (611, '1,079'), (700, '18,066')]",13:286 -"[(16, 'COLLINS, GARY J'), (236, 'LITTLE ROCK, AR'), (322, 'AR'), (347, 'COLLINS, GARY J'), (514, '5,584'), (703, '5,584')]",13:293 -"[(16, 'COLLINS, JAMES S'), (236, 'HAMBURG, NY'), (322, 'NY'), (347, 'COLLINS, JAMES S'), (514, '6,900'), (618, '67'), (703, '6,967')]",13:300 -"[(16, 'COLLINS, JANIS E'), (236, 'LITCHFIELD, IL'), (322, 'IL'), (347, 'COLLINS, JANIS E'), (482, '1,913'), (618, '52'), (703, '1,965')]",13:307 -"[(16, 'COLLINS, ROBERT D'), (236, 'JACKSON, MS'), (322, 'MS'), (347, 'COLLINS, ROBERT D'), (511, '17,025'), (615, '568'), (700, '17,593')]",13:315 -"[(16, 'COLLINS, ROSS E'), (236, 'TUPELO, MS'), (322, 'MS'), (347, 'COLLINS, ROSS E'), (514, '4,950'), (615, '613'), (703, '5,563')]",13:322 -"[(16, 'COLON HERNANDEZ, PEDRO J'), (236, 'CAROLINA, PR'), (322, 'PR'), (347, 'COLON HERNANDEZ, PEDRO J'), (514, '4,822'), (618, '63'), (703, '4,885')]",13:329 -"[(16, 'COLON RIVERA, SYLVIA N'), (16, 'COLON‐RIVERA, SYLVIA N'), (236, 'TUSCALOOSA, AL'), (236, 'TUSCALOOSA, AL'), (322, 'AL'), (322, 'AL'), (347, 'COLON RIVERA, SYLVIA N'), (347, 'COLON‐RIVERA, SYLVIA N'), (514, '8,700'), (514, '8,700'), (615, '932'), (615, '932'), (703, '9,632'), (703, '9,632')]",13:336 -"[(16, 'COLORADO CENTER FOR BONE RESEARCH'), (236, 'LAKEWOOD, CO'), (322, 'CO'), (347, 'MILLER, PAUL D'), (511, '27,200'), (611, '3,221'), (700, '30,421')]",13:344 -"[(16, 'COMERCI, JOHN T'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'COMERCI, JOHN T'), (514, '8,800'), (615, '883'), (703, '9,683')]",13:351 -"[(16, ""COMPLETE WOMEN'S CARE PA""), (236, 'SHERMAN, TX'), (322, 'TX'), (347, 'STROBEL, G D'), (514, '3,750'), (618, '74'), (703, '3,824')]",13:358 -"[(16, 'COMPREHENSIVE FAMILY MEDICAL CENTER'), (236, 'GREENWOOD VILLAGE, CO'), (322, 'CO'), (347, 'LEVENSON, IAN R'), (514, '9,300'), (703, '9,300')]",13:365 -"[(16, 'COMPREHENSIVE MENTAL HEALTH SERVICES'), (236, 'MILWAUKEE, WI'), (322, 'WI'), (347, 'AXELROD, BRUCE H'), (511, '15,900'), (566, '16,000'), (615, '351'), (700, '32,251')]",13:372 -"[(16, 'COMPREHENSIVE PAIN CARE PHYSICIANS, LLC'), (236, 'MEADVILLE, PA'), (322, 'PA'), (347, 'COLANTONIO, ANTHONY J'), (514, '9,750'), (611, '1,196'), (700, '10,946')]",13:379 -"[(16, 'COMPREHENSIVE PRIMARY CARE'), (236, 'ATOKA, TN'), (322, 'TN'), (347, 'JACKSON, WILLIAM CLAY C'), (511, '12,650'), (565, '18,188'), (611, '2,108'), (700, '32,945')]",13:387 -"[(16, 'COMULADA RIVERA, ANGEL L L'), (236, 'TOA BAJA, PR'), (322, 'PR'), (347, 'COMULADA RIVERA, ANGEL L L'), (514, '4,763'), (703, '4,763')]",13:394 -"[(16, 'CONAWAY, DOUGLAS C'), (236, 'MYRTLE BEACH, SC'), (322, 'SC'), (347, 'CONAWAY, DOUGLAS C'), (511, '21,200'), (611, '1,082'), (700, '22,282')]",13:401 -"[(16, 'CONDON, EDWARD M'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'CONDON, EDWARD M'), (618, '78'), (710, '78')]",13:408 -"[(16, 'CONFIDENTIAL CARE, LTD.'), (236, 'MUNSTER, IN'), (322, 'IN'), (347, 'JAYACHANDRAN, SANKER '), (514, '1,275'), (703, '1,275')]",13:415 -"[(16, 'CONLEY, ANGELEIA '), (236, 'SALYERSVILLE, KY'), (322, 'KY'), (347, 'CONLEY, ANGELEIA '), (482, '1,050'), (615, '174'), (703, '1,224')]",13:423 -"[(16, 'CONLON, CHARLES J'), (236, 'BETHESDA, MD'), (322, 'MD'), (347, 'CONLON, CHARLES J'), (511, '16,200'), (568, '1,500'), (611, '1,009'), (700, '18,709')]",13:430 -"[(16, 'CONN, COREY A'), (236, 'COVINGTON, LA'), (322, 'LA'), (347, 'CONN, COREY A'), (514, '3,850'), (618, '34'), (703, '3,884')]",13:437 -"[(16, 'CONNECTICUT HEALTHCARE CONSULTANTS PC'), (236, 'STAMFORD, CT'), (322, 'CT'), (347, 'KATSIGIANNIS, ANTONIOS A'), (514, '2,800'), (618, '98'), (703, '2,898')]",13:444 -"[(16, 'CONNECTICUT MULTISPECIALTY GROUP'), (236, 'HARTFORD, CT'), (322, 'CT'), (347, 'OBERSTEIN, ROBERT M'), (511, '14,431'), (615, '145'), (700, '14,576')]",13:451 -"[(16, 'CONRAD, PATRICE '), (236, 'GRAND RAPIDS, MI'), (322, 'MI'), (347, 'CONRAD, PATRICE '), (482, '8,156'), (611, '1,520'), (703, '9,676')]",13:459 -"[(16, 'CONSEDINE, MARIA '), (236, 'SPRINGFIELD, MA'), (322, 'MA'), (347, 'CONSEDINE, MARIA '), (479, '14,225'), (611, '3,876'), (700, '18,101')]",13:466 -"[(16, 'COOK, LANE M'), (236, 'KNOXVILLE, TN'), (322, 'TN'), (347, 'COOK, LANE M'), (511, '13,800'), (615, '916'), (700, '14,716')]",13:473 -"[(16, 'COOK, RANDY A'), (236, 'HAYS, KS'), (322, 'KS'), (347, 'COOK, RANDY A'), (514, '3,150'), (618, '43'), (703, '3,193')]",13:480 -"[(16, 'COOK, THELMA '), (236, 'BATON ROUGE, LA'), (322, 'LA'), (347, 'COOK, THELMA '), (482, '1,750'), (618, '78'), (703, '1,828')]",13:487 -"[(16, 'COOPER, DENISE '), (236, 'MARIETTA, OH'), (322, 'OH'), (347, 'COOPER, DENISE '), (482, '1,950'), (615, '752'), (703, '2,702')]",13:495 -"[(16, 'COOPER, SCOTT D'), (236, 'CUMMING, GA'), (322, 'GA'), (347, 'COOPER, SCOTT D'), (511, '34,500'), (611, '1,420'), (700, '35,920')]",13:502 -"[(16, 'COP, NANCY L'), (236, 'MEDFORD, NJ'), (322, 'NJ'), (347, 'COP, NANCY L'), (482, '9,188'), (611, '1,591'), (700, '10,779')]",13:509 -"[(16, 'COPELAND, LARRY J'), (236, 'COLUMBUS, OH'), (322, 'OH'), (347, 'COPELAND, LARRY J'), (514, '1,250'), (703, '1,250')]",13:516 -"[(16, 'COPLAN, JEREMY D'), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'COPLAN, JEREMY D'), (514, '3,450'), (703, '3,450')]",13:523 -"[(16, 'COR HEALTHCARE P.C.'), (236, 'ALBUQUERQUE, NM'), (322, 'NM'), (347, 'WHITE, HARVEY J'), (511, '20,234'), (615, '453'), (700, '20,687')]",13:531 -"[(16, 'CORALLO, MARCO R'), (236, 'BELOIT, OH'), (322, 'OH'), (347, 'CORALLO, MARCO R'), (514, '2,531'), (618, '73'), (703, '2,604')]",13:538 -"[(16, 'CORDON, HELEN '), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'CORDON, HELEN '), (482, '1,850'), (618, '38'), (703, '1,888')]",13:545 -"[(16, 'COREY, WOODROW A'), (236, 'CARMEL, IN'), (322, 'IN'), (347, 'COREY, WOODROW A'), (514, '3,484'), (618, '35'), (703, '3,519')]",13:552 -"[(16, 'CORKERY, THOMAS B'), (236, 'MCMURRAY, PA'), (322, 'PA'), (347, 'CORKERY, THOMAS B'), (514, '1,075'), (615, '130'), (703, '1,205')]",13:559 -"[(16, 'CORLETTE, MICHELE M'), (236, 'FORT BRAGG, CA'), (322, 'CA'), (347, 'CORLETTE, MICHELE M'), (479, '16,100'), (608, '14,891'), (700, '30,991')]",13:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 13 of 71')]",13:591 -"[(347, 'Lilly Faculty Registry')]",14:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",14:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",14:63 -"[(558, '(All amounts in US Dollars)')]",14:70 -"[(499, 'Healthcare ')]",14:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",14:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",14:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",14:88 -"[(500, 'Education '), (583, 'Related Expenses')]",14:92 -"[(467, 'Programs'), (532, 'Education Programs')]",14:95 -"[(501, 'Programs')]",14:99 -"[(16, 'CORNELL, DANIELLE '), (236, 'LOWELL, MI'), (322, 'MI'), (347, 'CORNELL, DANIELLE '), (479, '14,288'), (611, '2,379'), (700, '16,666')]",14:106 -"[(16, 'CORNING, JOSEPH J'), (236, 'MIDDLETOWN, CT'), (322, 'CT'), (347, 'CORNING, JOSEPH J'), (514, '2,284'), (703, '2,284')]",14:113 -"[(16, 'CORONA, PAUL D'), (236, 'LAGUNA NIGUEL, CA'), (322, 'CA'), (347, 'CORONA, PAUL D'), (514, '1,500'), (615, '100'), (703, '1,600')]",14:120 -"[(16, 'CHERNOV, LEONID '), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'CHERNOV, LEONID '), (521, '84'), (710, '84')]",12:120 -"[(16, 'CHESLER, DON B'), (236, 'MIDWEST CITY, OK'), (322, 'OK'), (347, 'CHESLER, DON B'), (514, '1,800'), (615, '268'), (703, '2,068')]",12:127 -"[(16, 'CHESSEN, DOUGLAS H'), (236, 'NEWPORT NEWS, VA'), (322, 'VA'), (347, 'CHESSEN, DOUGLAS H'), (518, '375'), (572, '750'), (703, '1,125')]",12:135 -"[(16, 'CHHABRA, ANKUSH K'), (236, 'TORRANCE, CA'), (322, 'CA'), (347, 'CHHABRA, ANKUSH K'), (514, '7,309'), (615, '136'), (703, '7,446')]",12:142 -"[(16, 'CHHABRA, GURDEEP S'), (236, 'SILVER SPRING, MD'), (322, 'MD'), (347, 'CHHABRA, GURDEEP S'), (568, '1,875'), (703, '1,875')]",12:149 -"[(16, 'CHIAPPORI M D, ALBERTO A'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'CHIAPPORI M D, ALBERTO A'), (514, '2,313'), (703, '2,313')]",12:156 -"[(16, 'CHIDIAC, TAREK '), (236, 'LONDON, OH'), (322, 'OH'), (347, 'CHIDIAC, TAREK '), (511, '16,613'), (615, '520'), (700, '17,132')]",12:163 -"[(16, ""CHILDREN'S MEMORIAL HOSPITAL DEPT. OF PSYCHIATRY""), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'DULCAN, MINA K'), (618, '93'), (710, '93')]",12:171 -"[(16, 'CHIN, JOHN '), (236, 'LODI, CA'), (322, 'CA'), (347, 'CHIN, JOHN '), (514, '3,384'), (615, '509'), (703, '3,894')]",12:178 -"[(16, 'CHING, RUSSELL E'), (236, 'PASADENA, CA'), (322, 'CA'), (347, 'CHING, RUSSELL E'), (514, '1,784'), (703, '1,784')]",12:185 -"[(16, 'CHO, SAMSON J'), (236, 'TORRANCE, CA'), (322, 'CA'), (347, 'CHO, SAMSON J'), (514, '3,700'), (703, '3,700')]",12:192 -"[(16, 'CHOI, EDWARD J'), (236, 'NEPTUNE, NJ'), (322, 'NJ'), (347, 'CHOI, EDWARD J'), (514, '3,384'), (615, '424'), (703, '3,808')]",12:199 -"[(16, 'CHOI, JAMES W'), (236, 'ENNIS, TX'), (322, 'TX'), (347, 'CHOI, JAMES W'), (514, '7,734'), (618, '65'), (703, '7,799')]",12:207 -"[(16, 'CHOO, JOSEPH K'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'CHOO, JOSEPH K'), (511, '26,484'), (615, '216'), (700, '26,700')]",12:214 -"[(16, 'CHOONG, NICHOLAS W'), (236, 'MILWAUKEE, WI'), (322, 'WI'), (347, 'CHOONG, NICHOLAS W'), (568, '1,875'), (618, '71'), (703, '1,946')]",12:221 -"[(16, 'CHOUDHRY, MUHAMMAD I'), (236, 'MARQUETTE, MI'), (322, 'MI'), (347, 'CHOUDHRY, MUHAMMAD I'), (514, '1,781'), (703, '1,781')]",12:228 -"[(16, 'CHOW, TERESA D'), (236, 'KANEOHE, HI'), (322, 'HI'), (347, 'CHOW, TERESA D'), (486, '113'), (707, '113')]",12:235 -"[(16, 'CHRISMAN, FREDDY D'), (236, 'LITTLE ROCK, AR'), (322, 'AR'), (347, 'CHRISMAN, FREDDY D'), (511, '10,284'), (700, '10,284')]",12:243 -"[(16, 'CHRISTIAN PSYCHIATRIC SERVICES, P.C.'), (236, 'MARIETTA, GA'), (322, 'GA'), (347, 'HOLLAND, AMY J'), (514, '8,050'), (615, '943'), (703, '8,993')]",12:250 -"[(16, 'CHRISTIANSEN, LOUIS G'), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'CHRISTIANSEN, LOUIS G'), (514, '1,031'), (703, '1,031')]",12:257 -"[(16, 'CHRISTIE CLINIC,  PC'), (236, 'CHAMPAIGN, IL'), (322, 'IL'), (347, 'STOKES, JOHN D'), (514, '1,150'), (703, '1,150')]",12:264 -"[(16, 'CHRISTIE, PATRICIA S'), (236, 'FORT WALTON BEACH, FL'), (322, 'FL'), (347, 'CHRISTIE, PATRICIA S'), (482, '1,200'), (618, '71'), (703, '1,271')]",12:271 -"[(16, 'CHRISTINA DEMOPULOS MD PLLC'), (236, 'MERCER ISLAND, WA'), (322, 'WA'), (347, 'DEMOPULOS, CHRISTINA M'), (511, '12,000'), (700, '12,000')]",12:279 -"[(16, 'CHRISTOPHER B. TICKNOR M. D.'), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'TICKNOR, CHRISTOPHER B'), (511, '27,750'), (568, '9,000'), (611, '1,251'), (700, '38,001')]",12:286 -"[(16, 'CHRISTOPHER L. JENKINS, M.D., L.L.C.'), (236, 'MOBILE, AL'), (322, 'AL'), (347, 'JENKINS, CHRISTOPHER L'), (514, '1,200'), (618, '48'), (703, '1,248')]",12:293 -"[(16, 'CHRISTOPHER LEE, MD'), (236, 'WEST HARRISON, NY'), (322, 'NY'), (347, 'LEE, CHRISTOPH H'), (514, '1,200'), (618, '84'), (703, '1,284')]",12:300 -"[(16, 'CHU, JAMES W'), (236, 'MONTEREY, CA'), (322, 'CA'), (347, 'CHU, JAMES W'), (514, '3,894'), (615, '123'), (703, '4,017')]",12:307 -"[(16, 'CHU, KEITH H'), (236, 'MANASSAS, VA'), (322, 'VA'), (347, 'CHU, KEITH H'), (514, '3,484'), (618, '15'), (703, '3,499')]",12:315 -"[(16, 'CHU, NEELIMA V'), (236, 'CHULA VISTA, CA'), (322, 'CA'), (347, 'CHU, NEELIMA V'), (514, '1,975'), (618, '10'), (703, '1,985')]",12:322 -"[(16, 'CHU, PHILIP P'), (236, 'FAIRVIEW HEIGHTS, IL'), (322, 'IL'), (347, 'CHU, PHILIP P'), (518, '650'), (707, '650')]",12:329 -"[(16, 'CHUNG, KI Y'), (16, 'CHUNG, KI Y'), (236, 'NEW YORK, NY'), (236, 'NEW YORK, NY'), (322, 'NY'), (322, 'NY'), (347, 'CHUNG, KI Y'), (347, 'CHUNG, KI Y'), (514, '5,975'), (514, '5,975'), (615, '590'), (615, '590'), (703, '6,565'), (703, '6,565')]",12:336 -"[(16, 'CHUPP, DAVID J'), (236, 'BOAZ, AL'), (322, 'AL'), (347, 'CHUPP, DAVID J'), (511, '14,300'), (615, '685'), (700, '14,985')]",12:344 -"[(16, 'CHYNOWETH, MICHELE D'), (236, 'BAKERSFIELD, CA'), (322, 'CA'), (347, 'CHYNOWETH, MICHELE D'), (486, '600'), (618, '55'), (707, '655')]",12:351 -"[(16, 'CIGLER, TESSA '), (236, 'BOSTON, MA'), (322, 'MA'), (347, 'CIGLER, TESSA '), (518, '225'), (707, '225')]",12:358 -"[(16, 'CIMPAR, S.C.'), (236, 'MELROSE PARK, IL'), (322, 'IL'), (347, 'MAHAJAN, DHEERAJ '), (514, '1,225'), (703, '1,225')]",12:365 -"[(16, 'CINDERELLA, JOSEPH A'), (236, 'SALISBURY, MD'), (322, 'MD'), (347, 'CINDERELLA, JOSEPH A'), (514, '7,375'), (703, '7,375')]",12:372 -"[(16, 'CINDY MARTIN, INC.'), (236, 'LOMA LINDA, CA'), (322, 'CA'), (347, 'MARTIN, CINDY '), (479, '34,106'), (611, '8,874'), (700, '42,980')]",12:379 -"[(16, 'CITROME, LESLIE L'), (236, 'ORANGEBURG, NY'), (322, 'NY'), (347, 'CITROME, LESLIE L'), (511, '17,363'), (566, '56,125'), (611, '3,561'), (700, '77,048')]",12:387 -"[(16, 'CIVALIER, DAVID W'), (236, 'REDDING, CA'), (322, 'CA'), (347, 'CIVALIER, DAVID W'), (514, '4,875'), (615, '343'), (703, '5,218')]",12:394 -"[(16, 'CJB CONSULTANTS LLC'), (236, 'WAYNE, NJ'), (322, 'NJ'), (347, 'JULIE, ED '), (514, '4,484'), (618, '22'), (703, '4,506')]",12:401 -"[(16, 'CKC HEALTH EDUCATION & TRAINING SERVICES'), (236, 'FAIRBURN, GA'), (322, 'GA'), (347, 'BOYD‐BASSETTE, CHRISTINE '), (479, '19,831'), (568, '3,000'), (611, '2,423'), (700, '25,254')]",12:408 -"[(16, 'CLARK, DONNA M'), (236, 'VISTA, CA'), (322, 'CA'), (347, 'CLARK, DONNA M'), (482, '1,444'), (615, '144'), (703, '1,587')]",12:415 -"[(16, 'CLARK, JOSEPH D'), (236, 'ALTOONA, PA'), (322, 'PA'), (347, 'CLARK, JOSEPH D'), (514, '5,000'), (703, '5,000')]",12:423 -"[(16, 'CLARK, KAREN L'), (236, 'DUARTE, CA'), (322, 'CA'), (347, 'CLARK, KAREN L'), (514, '2,150'), (611, '1,341'), (703, '3,491')]",12:430 -"[(16, 'CLARK, MICHAEL R'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'CLARK, MICHAEL R'), (511, '18,750'), (611, '2,275'), (700, '21,025')]",12:437 -"[(16, 'CLARK, NINA '), (236, 'PENSACOLA, FL'), (322, 'FL'), (347, 'CLARK, NINA '), (479, '14,813'), (615, '652'), (700, '15,465')]",12:444 -"[(16, 'CLARK, POWELL & ASSOCIATES'), (236, 'HOPKINSVILLE, KY'), (322, 'KY'), (347, 'CLARK, THERESA '), (479, '28,163'), (611, '5,313'), (700, '33,475')]",12:451 -"[(16, 'CLAUSS, MARY LOU '), (236, 'YAKIMA, WA'), (322, 'WA'), (347, 'CLAUSS, MARY LOU '), (482, '8,613'), (611, '2,391'), (700, '11,003')]",12:459 -"[(16, 'CLAVIJO, LEONARDO C'), (236, 'LOUISVILLE, KY'), (322, 'KY'), (347, 'CLAVIJO, LEONARDO C'), (514, '2,284'), (703, '2,284')]",12:466 -"[(16, 'CLAWSON, LANCE D'), (236, 'CABIN JOHN, MD'), (322, 'MD'), (347, 'CLAWSON, LANCE D'), (511, '42,200'), (572, '750'), (611, '3,276'), (700, '46,226')]",12:473 -"[(16, 'CLAXTON, TONY '), (236, 'TERRELL, TX'), (322, 'TX'), (347, 'CLAXTON, TONY '), (511, '41,525'), (611, '1,815'), (700, '43,340')]",12:480 -"[(16, 'CLAYTON CHAU MD, INC.'), (236, 'GARDEN GROVE, CA'), (322, 'CA'), (347, 'CHAU, CLAYTON L'), (514, '6,300'), (703, '6,300')]",12:487 -"[(16, 'CLAYTON, ANITA L'), (236, 'CHARLOTTESVILLE, VA'), (322, 'VA'), (347, 'CLAYTON, ANITA L'), (514, '1,250'), (703, '1,250')]",12:495 -"[(16, 'CLAYTON, HELENE W'), (236, 'WALTHAM, MA'), (322, 'MA'), (347, 'CLAYTON, HELENE W'), (482, '1,763'), (615, '200'), (703, '1,962')]",12:502 -"[(16, 'CLAYTOR, RICHARD L'), (236, 'ROANOKE, VA'), (322, 'VA'), (347, 'CLAYTOR, RICHARD L'), (511, '20,150'), (572, '625'), (611, '2,336'), (700, '23,111')]",12:509 -"[(16, 'CLEMENT‐BRYANT, LISA '), (236, 'GASTONIA, NC'), (322, 'NC'), (347, 'CLEMENT‐BRYANT, LISA '), (482, '6,113'), (615, '451'), (703, '6,563')]",12:516 -"[(16, 'CLEVELAND, MINNIE '), (236, 'HOPKINS, SC'), (322, 'SC'), (347, 'CLEVELAND, MINNIE '), (486, '688'), (615, '310'), (707, '997')]",12:523 -"[(16, 'CLINICAL ADVISORS FOR RESOURCES AND EDUCATIONAL SERVICES, LLB D.B.A. C.A.R.E.S.'), (236, 'PHOENIX, AZ'), (322, 'AZ'), (347, 'GUTIERREZ, LORI A'), (511, '19,775'), (611, '4,161'), (700, '23,936')]",12:531 -"[(16, 'CLONTZ, TED H'), (236, 'CHARLOTTE, NC'), (322, 'NC'), (347, 'CLONTZ, TED H'), (514, '6,750'), (615, '248'), (703, '6,998')]",12:538 -"[(16, 'CLOP, STEPHANIE Y'), (236, 'RESTON, VA'), (322, 'VA'), (347, 'CLOP, STEPHANIE Y'), (514, '1,875'), (703, '1,875')]",12:545 -"[(16, 'CLOPTON, J K'), (236, 'EL DORADO HILLS, CA'), (322, 'CA'), (347, 'CLOPTON, J K'), (514, '4,575'), (703, '4,575')]",12:552 -"[(16, 'CMW MD, PA INCORPORATED'), (236, 'ARLINGTON, TX'), (322, 'TX'), (347, 'WONG, CHRISTOPH M'), (511, '12,313'), (611, '1,094'), (700, '13,406')]",12:559 -"[(16, 'COASTAL HEALTH CARE'), (236, 'FREEPORT, ME'), (322, 'ME'), (347, 'DONAHUE, JAMES B'), (514, '3,300'), (615, '110'), (703, '3,410')]",12:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 12 of 71')]",12:591 -"[(347, 'Lilly Faculty Registry')]",13:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",13:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",13:63 -"[(558, '(All amounts in US Dollars)')]",13:70 -"[(499, 'Healthcare ')]",13:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",13:81 -"[(16, 'CASELLAS CASTILLO, NICOLAS E'), (236, 'SANTURCE, PR'), (322, 'PR'), (347, 'CASELLAS CASTILLO, NICOLAS E'), (514, '3,675'), (703, '3,675')]",10:487 -"[(16, 'CASES, JANE A'), (236, 'MARIETTA, OH'), (322, 'OH'), (347, 'CASES, JANE A'), (514, '9,738'), (611, '1,263'), (700, '11,000')]",10:495 -"[(16, 'CASEWORKS, INC.'), (236, 'FRISCO, TX'), (322, 'TX'), (347, 'COFFIN, CINDY J'), (479, '16,988'), (611, '1,532'), (700, '18,519')]",10:502 -"[(16, 'CASEY, PATRICIA E'), (236, 'WATERBURY, CT'), (322, 'CT'), (347, 'CASEY, PATRICIA E'), (482, '1,819'), (615, '227'), (703, '2,046')]",10:509 -"[(16, 'CASH, JILL '), (236, 'MARION, IL'), (322, 'IL'), (347, 'CASH, JILL '), (482, '3,488'), (615, '232'), (703, '3,719')]",10:516 -"[(16, 'CASIMIR, KENNETH C'), (236, 'MADISON, WI'), (322, 'WI'), (347, 'CASIMIR, KENNETH C'), (511, '11,700'), (615, '967'), (700, '12,667')]",10:523 -"[(16, 'CASSONE, RICHARD A'), (236, 'INDIANA, PA'), (322, 'PA'), (347, 'CASSONE, RICHARD A'), (514, '4,300'), (615, '198'), (703, '4,498')]",10:531 -"[(16, 'CASTELLUCCI, ROBERT P'), (236, 'RICHMOND, VA'), (322, 'VA'), (347, 'CASTELLUCCI, ROBERT P'), (514, '3,838'), (703, '3,838')]",10:538 -"[(16, 'CATASUS ZAYAS, UBALDO A A'), (236, 'HATO REY, PR'), (322, 'PR'), (347, 'CATASUS ZAYAS, UBALDO A A'), (514, '9,425'), (703, '9,425')]",10:545 -"[(16, 'CATHAL P GRANT, MD, PA'), (236, 'BEDFORD, TX'), (322, 'TX'), (347, 'GRANT, CATHAL P'), (514, '9,300'), (615, '339'), (703, '9,639')]",10:552 -"[(16, 'CAVAGHAN, MELISSA K'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'CAVAGHAN, MELISSA K'), (514, '2,975'), (703, '2,975')]",10:559 -"[(16, 'CAVITT, MARK A'), (236, 'ST PETERSBURG, FL'), (322, 'FL'), (347, 'CAVITT, MARK A'), (514, '2,700'), (618, '40'), (703, '2,740')]",10:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 10 of 71')]",10:591 -"[(347, 'Lilly Faculty Registry')]",11:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",11:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",11:63 -"[(558, '(All amounts in US Dollars)')]",11:70 -"[(499, 'Healthcare ')]",11:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",11:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",11:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",11:88 -"[(500, 'Education '), (583, 'Related Expenses')]",11:92 -"[(467, 'Programs'), (532, 'Education Programs')]",11:95 -"[(501, 'Programs')]",11:99 -"[(16, 'CAWTHON, THOMAS H'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'CAWTHON, THOMAS H'), (511, '10,284'), (618, '19'), (700, '10,303')]",11:106 -"[(16, 'CBR NUTRITION ENTERPRISES'), (236, 'MASSAPEQUA, NY'), (322, 'NY'), (347, 'BROWN‐RIGGS, CONSTANCE '), (482, '1,463'), (703, '1,463')]",11:113 -"[(16, 'CCP ENTERPRISES'), (236, 'BATON ROUGE, LA'), (322, 'LA'), (347, 'PERRY, CHRISTY C'), (482, '6,600'), (615, '618'), (703, '7,218')]",11:120 -"[(16, 'CDE MEDICAL SOLUTIONS, LLC'), (236, 'APOPKA, FL'), (322, 'FL'), (347, 'SMOLOWE, LOU ANNA H'), (618, '92'), (710, '92')]",11:127 -"[(16, 'CEBULKO, PATRICIA A'), (236, 'CANTON, OH'), (322, 'OH'), (347, 'CEBULKO, PATRICIA A'), (482, '3,381'), (615, '381'), (703, '3,762')]",11:135 -"[(16, 'CEDAR VALLEY MEDICAL SPECIALISTS, P.C.'), (236, 'WATERLOO, IA'), (322, 'IA'), (347, 'GINTHER, JAY P'), (511, '26,563'), (568, '2,491'), (611, '3,042'), (700, '32,095')]",11:142 -"[(16, 'CEFALU, WILLIAM T'), (236, 'BATON ROUGE, LA'), (322, 'LA'), (347, 'CEFALU, WILLIAM T'), (514, '7,275'), (568, '8,188'), (611, '1,044'), (700, '16,507')]",11:149 -"[(16, 'CELAJ, SULEJMAN '), (236, 'BRONX, NY'), (322, 'NY'), (347, 'CELAJ, SULEJMAN '), (514, '3,384'), (618, '29'), (703, '3,413')]",11:156 -"[(16, 'CELSO B. LOBAO, M.D., P.A.'), (236, 'WILSON, NC'), (322, 'NC'), (347, 'LOBAO, CELSO B'), (514, '1,200'), (615, '292'), (703, '1,492')]",11:163 -"[(16, 'CENTER FOR ADHD'), (236, 'MANDEVILLE, LA'), (322, 'LA'), (347, 'BROWN, R TIM T'), (511, '24,000'), (611, '1,187'), (700, '25,187')]",11:171 -"[(16, 'CENTER FOR ANXIETY AND DEPRESSION'), (236, 'MERCER ISLAND, WA'), (322, 'WA'), (347, 'DEMOPULOS, CHRISTINA M'), (514, '2,700'), (615, '324'), (703, '3,024')]",11:178 -"[(16, 'CENTER FOR DEVELOPING MINDS'), (236, 'LOS GATOS, CA'), (322, 'CA'), (347, 'KORB, DAMON R'), (514, '7,500'), (615, '176'), (703, '7,676')]",11:185 -"[(16, 'CENTER FOR PAIN & REHABILITATION MEDICINE'), (236, 'LOS GATOS, CA'), (322, 'CA'), (347, 'JADALI, MICHAEL M'), (514, '3,000'), (615, '230'), (703, '3,230')]",11:192 -"[(16, 'CENTER FOR PAIN MANAGEMENT'), (236, 'HACKENSACK, NJ'), (322, 'NJ'), (347, 'DATTA, SAMYADEV '), (514, '5,250'), (618, '24'), (703, '5,274')]",11:199 -"[(16, 'CENTER FOR PSYCHE AND SOMA INTEGRATION'), (236, 'HOLUALOA, HI'), (322, 'HI'), (347, 'MCGRATH, MICHAEL J'), (514, '2,700'), (611, '3,107'), (703, '5,807')]",11:207 -"[(16, 'CENTRAL FL ENDOCRINE AND DIABETES CONSULTANTS'), (236, 'MAITLAND, FL'), (322, 'FL'), (347, 'PACHECO, CARLOS A'), (514, '6,975'), (621, '1'), (703, '6,976')]",11:214 -"[(16, 'CENTRAL NERVOUS SYSTEM CENTER PLLC'), (236, 'SCOTTSDALE, AZ'), (322, 'AZ'), (347, 'GUILLEN, RAMIRO '), (511, '34,500'), (611, '2,066'), (700, '36,566')]",11:221 -"[(16, 'CENTRO DE INVESTIGACION CLINICA PSIQUIATRIA'), (236, 'GURABO, PR'), (322, 'PR'), (347, 'CARO PEREZ, OSVALDO I'), (514, '9,450'), (618, '57'), (703, '9,507')]",11:228 -"[(16, 'CEREBRAL MATTERS LLC'), (236, 'ATLANTA, GA'), (322, 'GA'), (347, 'KAMATH, ANANTHA N'), (511, '10,150'), (615, '227'), (700, '10,377')]",11:235 -"[(16, 'CEREL, ADAM W'), (236, 'AYER, MA'), (322, 'MA'), (347, 'CEREL, ADAM W'), (514, '5,584'), (618, '58'), (703, '5,642')]",11:243 -"[(16, 'CERSOSIMO, EUGENIO '), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'CERSOSIMO, EUGENIO '), (514, '5,031'), (615, '318'), (703, '5,349')]",11:250 -"[(16, 'CERULLI, THERESA R'), (236, 'NORTH ANDOVER, MA'), (322, 'MA'), (347, 'CERULLI, THERESA R'), (511, '14,700'), (611, '1,394'), (700, '16,094')]",11:257 -"[(16, 'CHAABAN, FADI N'), (236, 'BELLEVILLE, NJ'), (322, 'NJ'), (347, 'CHAABAN, FADI N'), (518, '934'), (707, '934')]",11:264 -"[(16, 'CHABOT, STEPHEN L'), (236, 'PAWTUCKET, RI'), (322, 'RI'), (347, 'CHABOT, STEPHEN L'), (511, '33,300'), (611, '1,921'), (700, '35,221')]",11:271 -"[(16, 'CHACHOUA, ABRAHAM '), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'CHACHOUA, ABRAHAM '), (511, '35,100'), (611, '1,014'), (700, '36,114')]",11:279 -"[(16, 'CHACKO, RANJIT C'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'CHACKO, RANJIT C'), (511, '36,350'), (611, '1,081'), (700, '37,431')]",11:286 -"[(16, 'CHAEFSKY, ROBERT L'), (236, 'BENSALEM, PA'), (322, 'PA'), (347, 'CHAEFSKY, ROBERT L'), (514, '8,050'), (615, '195'), (703, '8,245')]",11:293 -"[(16, 'CHAFFIN, LINDA '), (236, 'LAKELAND, FL'), (322, 'FL'), (347, 'CHAFFIN, LINDA '), (482, '2,813'), (615, '130'), (703, '2,942')]",11:300 -"[(16, 'CHAKHTOURA, ELIE Y'), (236, 'NEWARK, NJ'), (322, 'NJ'), (347, 'CHAKHTOURA, ELIE Y'), (514, '1,184'), (703, '1,184')]",11:307 -"[(16, 'CHALKO, ALEXANDER J'), (236, 'HERMITAGE, TN'), (322, 'TN'), (347, 'CHALKO, ALEXANDER J'), (514, '3,300'), (615, '220'), (703, '3,520')]",11:315 -"[(16, 'CHALLAGALLA, JAGATHI D'), (236, 'WICHITA FALLS, TX'), (322, 'TX'), (347, 'CHALLAGALLA, JAGATHI D'), (518, '963'), (618, '27'), (707, '989')]",11:322 -"[(16, 'CHAMBERLAIN, JAMES J'), (236, 'SALT LAKE CITY, UT'), (322, 'UT'), (347, 'CHAMBERLAIN, JAMES J'), (511, '13,963'), (572, '750'), (615, '771'), (700, '15,483')]",11:329 -"[(16, 'CHAMBERLIN, JACK R'), (16, 'CHAMBERLIN, JACK R'), (236, 'ELK GROVE VILLAGE, IL'), (236, 'ELK GROVE VILLAGE, IL'), (322, 'IL'), (322, 'IL'), (347, 'CHAMBERLIN, JACK R'), (347, 'CHAMBERLIN, JACK R'), (514, '5,184'), (514, '5,184'), (615, '296'), (615, '296'), (703, '5,481'), (703, '5,481')]",11:336 -"[(16, 'CHAMBERS, EDY C'), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'CHAMBERS, EDY C'), (482, '2,150'), (618, '12'), (703, '2,162')]",11:344 -"[(16, 'CHAN, MICHAEL A'), (236, 'COLUMBUS, OH'), (322, 'OH'), (347, 'CHAN, MICHAEL A'), (511, '29,050'), (568, '3,000'), (611, '1,478'), (700, '33,528')]",11:351 -"[(16, 'CHAN, MICHAEL Y'), (236, 'ORANGE, CA'), (322, 'CA'), (347, 'CHAN, MICHAEL Y'), (511, '26,284'), (611, '1,792'), (700, '28,076')]",11:358 -"[(16, 'CHANDNA, HARISH '), (236, 'VICTORIA, TX'), (322, 'TX'), (347, 'CHANDNA, HARISH '), (511, '18,784'), (611, '5,274'), (700, '24,059')]",11:365 -"[(16, 'CHANG, GENE '), (236, 'CHERRY HILL, NJ'), (322, 'NJ'), (347, 'CHANG, GENE '), (514, '6,684'), (618, '90'), (703, '6,774')]",11:372 -"[(16, 'CHANG, JEFFERY Y'), (236, 'PEORIA, IL'), (322, 'IL'), (347, 'CHANG, JEFFERY Y'), (514, '2,031'), (618, '15'), (703, '2,046')]",11:379 -"[(16, 'CHANG, MICHAEL L'), (236, 'SACRAMENTO, CA'), (322, 'CA'), (347, 'CHANG, MICHAEL L'), (514, '6,684'), (615, '907'), (703, '7,592')]",11:387 -"[(16, 'CHANG, NGA '), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'CHANG, NGA '), (482, '5,063'), (611, '1,882'), (703, '6,945')]",11:394 -"[(16, 'CHANG, RANDOLPH Y'), (236, 'WESTCHESTER, IL'), (322, 'IL'), (347, 'CHANG, RANDOLPH Y'), (514, '8,475'), (568, '1,500'), (703, '9,975')]",11:401 -"[(16, 'CHAO, GEORGE Y'), (236, 'MODESTO, CA'), (322, 'CA'), (347, 'CHAO, GEORGE Y'), (514, '5,531'), (618, '73'), (703, '5,604')]",11:408 -"[(16, 'CHARATZ, SETH S'), (236, 'ROCHESTER, NY'), (322, 'NY'), (347, 'CHARATZ, SETH S'), (514, '9,338'), (615, '227'), (703, '9,565')]",11:415 -"[(16, 'CHARLES DEVINE, MD, PA'), (236, 'BRANDON, FL'), (322, 'FL'), (347, 'DEVINE, CHARLES D'), (511, '26,800'), (615, '544'), (700, '27,344')]",11:423 -"[(16, 'CHARLES E. BAILEY, MD, PA'), (236, 'LAKE MARY, FL'), (322, 'FL'), (347, 'BAILEY, CHARLES E'), (514, '1,200'), (615, '117'), (703, '1,317')]",11:430 -"[(16, 'CHARLES E. MEUSBURGER MD LLC'), (236, 'EGG HARBOR TOWNSHIP, NJ'), (322, 'NJ'), (347, 'MEUSBURGER, CHARLES E'), (511, '13,550'), (615, '458'), (700, '14,008')]",11:437 -"[(16, 'CHARLES F. LOVELL JR., MD, FACP PC'), (236, 'NORFOLK, VA'), (322, 'VA'), (347, 'LOVELL, CHARLES F'), (514, '1,500'), (618, '14'), (703, '1,514')]",11:444 -"[(16, 'CHARLES H. RAINE, M.D.'), (236, 'ORANGEBURG, SC'), (322, 'SC'), (347, 'RAINE, CHARLES H'), (518, '225'), (707, '225')]",11:451 -"[(16, 'CHARLES J. VEALE, MD, PC'), (236, 'AUBURN, AL'), (322, 'AL'), (347, 'VEALE, CHARLES J'), (514, '1,000'), (703, '1,000')]",11:459 -"[(16, 'CHARLES R. GRUBB,  D.O. P.C.'), (236, 'PHILLIPSBURG, NJ'), (322, 'NJ'), (347, 'GRUBB, CHARLES R'), (521, '56'), (710, '56')]",11:466 -"[(16, 'CHARLESTON HEART SPECIALISTS & HEART IMAGING, PLLC'), (236, 'CHARLESTON, WV'), (322, 'WV'), (347, 'IYER, RAMAKRISHNAN S'), (514, '2,684'), (618, '17'), (703, '2,701')]",11:473 -"[(16, 'CHARLOTTE MEDICAL CLINIC'), (236, 'CHARLOTTE, NC'), (322, 'NC'), (347, 'ROBINSON, DOUGLAS B'), (514, '3,281'), (703, '3,281')]",11:480 -"[(16, 'CHARNOGURSKY, GERALD A'), (236, 'MAYWOOD, IL'), (322, 'IL'), (347, 'CHARNOGURSKY, GERALD A'), (518, '863'), (707, '863')]",11:487 -"[(16, 'CHASKES, MICHAEL J'), (236, 'ORCHARD PARK, NY'), (322, 'NY'), (347, 'CHASKES, MICHAEL J'), (514, '5,584'), (615, '444'), (703, '6,029')]",11:495 -"[(16, 'CHAUDHRY, SAULAT S'), (236, 'YONKERS, NY'), (322, 'NY'), (347, 'CHAUDHRY, SAULAT S'), (521, '84'), (710, '84')]",11:502 -"[(16, 'CHAUDHRY, TANVEER A'), (236, 'BARTOW, FL'), (322, 'FL'), (347, 'CHAUDHRY, TANVEER A'), (514, '1,200'), (703, '1,200')]",11:509 -"[(16, 'CHAUDHURI, AJAY '), (236, 'BUFFALO, NY'), (322, 'NY'), (347, 'CHAUDHURI, AJAY '), (511, '42,456'), (611, '7,276'), (700, '49,732')]",11:516 -"[(16, 'CHAUDHURI, ANITA '), (236, 'NIAGARA FALLS, NY'), (322, 'NY'), (347, 'CHAUDHURI, ANITA '), (514, '2,419'), (703, '2,419')]",11:523 -"[(16, 'CHAWLA, RAKESH R'), (236, 'WASHINGTON COURT HOUSE, OH'), (322, 'OH'), (347, 'CHAWLA, RAKESH R'), (514, '3,059'), (703, '3,059')]",11:531 -"[(16, 'CHEBACLO, MOHAMED '), (236, 'GRAND FORKS, ND'), (322, 'ND'), (347, 'CHEBACLO, MOHAMED '), (514, '2,284'), (703, '2,284')]",11:538 -"[(16, 'CHEEMA, MUHAMMAD A'), (236, 'FAIRPORT, NY'), (322, 'NY'), (347, 'CHEEMA, MUHAMMAD A'), (511, '13,875'), (611, '3,103'), (700, '16,978')]",11:545 -"[(16, 'CHEITLIN, MELVIN D'), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'CHEITLIN, MELVIN D'), (521, '84'), (710, '84')]",11:552 -"[(16, 'CHEN, GLENDY '), (236, 'RIVERSIDE, CA'), (322, 'CA'), (347, 'CHEN, GLENDY '), (486, '600'), (618, '67'), (707, '667')]",11:559 -"[(16, 'CHEN, JACK P'), (236, 'CUMMING, GA'), (322, 'GA'), (347, 'CHEN, JACK P'), (514, '4,484'), (618, '97'), (703, '4,582')]",11:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (747, 'Page 11 of 71')]",11:591 -"[(347, 'Lilly Faculty Registry')]",12:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",12:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",12:63 -"[(558, '(All amounts in US Dollars)')]",12:70 -"[(499, 'Healthcare ')]",12:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",12:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",12:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",12:88 -"[(500, 'Education '), (583, 'Related Expenses')]",12:92 -"[(467, 'Programs'), (532, 'Education Programs')]",12:95 -"[(501, 'Programs')]",12:99 -"[(16, 'CHEN, JIAN‐PING '), (236, 'FLUSHING, NY'), (322, 'NY'), (347, 'CHEN, JIAN‐PING '), (511, '40,050'), (611, '8,110'), (700, '48,160')]",12:106 -"[(16, 'CHERNIN, WILLIAM E'), (236, 'SANFORD, ME'), (322, 'ME'), (347, 'CHERNIN, WILLIAM E'), (518, '450'), (615, '104'), (707, '554')]",12:113 -"[(16, 'BUSSEY, SHARON LOUANNE '), (236, 'HIGH SPRINGS, FL'), (322, 'FL'), (347, 'BUSSEY, SHARON LOUANNE '), (482, '3,788'), (615, '329'), (703, '4,117')]",9:408 -"[(16, 'BUSWELL‐CHARKOW, DON R'), (236, 'OCOEE, FL'), (322, 'FL'), (347, 'BUSWELL‐CHARKOW, DON R'), (514, '8,800'), (615, '227'), (703, '9,027')]",9:415 -"[(16, 'BUTSAVAGE, MARION R'), (236, 'VIRGINIA BEACH, VA'), (322, 'VA'), (347, 'BUTSAVAGE, MARION R'), (482, '2,513'), (615, '209'), (703, '2,722')]",9:423 -"[(16, 'BUXTON, MARTIN N'), (236, 'RICHMOND, VA'), (322, 'VA'), (347, 'BUXTON, MARTIN N'), (511, '29,000'), (611, '1,215'), (700, '30,215')]",9:430 -"[(16, 'BYMASTER, FRANKLIN P'), (236, 'BROWNSBURG, IN'), (322, 'IN'), (347, 'BYMASTER, FRANKLIN P'), (514, '3,250'), (615, '443'), (703, '3,693')]",9:437 -"[(15, 'BYRD, WALTER R'), (236, 'UNIONTOWN, PA'), (322, 'PA'), (347, 'BYRD, WALTER R'), (511, '41,325'), (568, '9,750'), (611, '3,736'), (700, '54,811')]",9:444 -"[(16, 'BYRON D. JONES, MD, PC'), (236, 'DENVER, CO'), (322, 'CO'), (347, 'JONES, BYRON D'), (514, '3,750'), (618, '14'), (703, '3,764')]",9:451 -"[(16, 'C H AHASN, M.D., PC'), (236, 'LAS VEGAS, NV'), (322, 'NV'), (347, 'AHSAN, CHOWDHURY H'), (511, '14,934'), (568, '1,100'), (615, '865'), (700, '16,899')]",9:459 -"[(16, 'C. BRENDAN MONTANO MD PC'), (236, 'OLD SAYBROOK, CT'), (322, 'CT'), (347, 'MONTANO, BRENDAN B'), (511, '14,600'), (566, '13,844'), (611, '6,375'), (700, '34,819')]",9:466 -"[(16, 'C. PAMELA LOWE‐HOYTE, MD; MPH; PLLC'), (236, 'HENDERSONVILLE, NC'), (322, 'NC'), (347, 'LOWE, CHARMAINE P'), (514, '6,800'), (618, '59'), (703, '6,859')]",9:473 -"[(16, 'C. TUCKER CONSULTING'), (236, 'YPSILANTI, MI'), (322, 'MI'), (347, 'TUCKER, CAROL '), (486, '525'), (618, '25'), (707, '550')]",9:480 -"[(16, 'CABALLERO, ENRIQUE E'), (236, 'BOSTON, MA'), (322, 'MA'), (347, 'CABALLERO, ENRIQUE E'), (514, '1,656'), (703, '1,656')]",9:487 -"[(16, 'CABAN PACHECO, CARLOS A'), (236, 'SAN JUAN, PR'), (322, 'PR'), (347, 'CABAN PACHECO, CARLOS A'), (514, '1,950'), (703, '1,950')]",9:495 -"[(16, 'CABRERA, FRANCINE '), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'CABRERA, FRANCINE '), (479, '30,263'), (611, '2,723'), (700, '32,985')]",9:502 -"[(16, 'CABRERA, YAMIL '), (236, 'PEMBROKE PINES, FL'), (322, 'FL'), (347, 'CABRERA, YAMIL '), (568, '1,453'), (615, '311'), (703, '1,765')]",9:509 -"[(16, 'CABRY, ROBERT J'), (236, 'BROOKHAVEN, PA'), (322, 'PA'), (347, 'CABRY, ROBERT J'), (511, '33,000'), (611, '1,076'), (700, '34,076')]",9:516 -"[(16, 'CACCAVO, NICHOLAS D'), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'CACCAVO, NICHOLAS D'), (521, '84'), (710, '84')]",9:523 -"[(16, 'CACERES, LUIS J'), (236, 'DECATUR, IL'), (322, 'IL'), (347, 'CACERES, LUIS J'), (514, '6,884'), (703, '6,884')]",9:531 -"[(16, 'CAHILL, CHARLES W'), (236, 'SPRINGFIELD, MA'), (322, 'MA'), (347, 'CAHILL, CHARLES W'), (514, '4,500'), (615, '123'), (703, '4,623')]",9:538 -"[(16, 'CAIFANO, ROBERT A'), (236, 'ROCHESTER, NY'), (322, 'NY'), (347, 'CAIFANO, ROBERT A'), (518, '556'), (707, '556')]",9:545 -"[(16, 'CALANDRA, SALVATORE M'), (236, 'ORCHARD PARK, NY'), (322, 'NY'), (347, 'CALANDRA, SALVATORE M'), (514, '4,484'), (703, '4,484')]",9:552 -"[(16, 'CALDERA, HUMBERTO J'), (236, 'RIVIERA BEACH, FL'), (322, 'FL'), (347, 'CALDERA, HUMBERTO J'), (514, '2,200'), (703, '2,200')]",9:559 -"[(16, 'CALDWELL, JULIE '), (236, 'MADERA, CA'), (322, 'CA'), (347, 'CALDWELL, JULIE '), (514, '5,475'), (618, '99'), (703, '5,574')]",9:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (750, 'Page 9 of 71')]",9:591 -"[(347, 'Lilly Faculty Registry')]",10:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",10:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",10:63 -"[(558, '(All amounts in US Dollars)')]",10:70 -"[(499, 'Healthcare ')]",10:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",10:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",10:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",10:88 -"[(500, 'Education '), (583, 'Related Expenses')]",10:92 -"[(467, 'Programs'), (532, 'Education Programs')]",10:95 -"[(501, 'Programs')]",10:99 -"[(16, 'CALONGE, JIM '), (236, 'LODI, CA'), (322, 'CA'), (347, 'CALONGE, JIM '), (514, '5,950'), (615, '532'), (703, '6,482')]",10:106 -"[(16, 'CAMBA, NOEL '), (236, 'ORLAND PARK, IL'), (322, 'IL'), (347, 'CAMBA, NOEL '), (514, '1,184'), (703, '1,184')]",10:113 -"[(16, 'CAMBRIDGE, CAROLE '), (236, 'TEMPLE TERRACE, FL'), (322, 'FL'), (347, 'CAMBRIDGE, CAROLE '), (482, '1,650'), (615, '186'), (703, '1,836')]",10:120 -"[(16, 'CAMERON, BEVERLY '), (236, 'SOUTHFIELD, MI'), (322, 'MI'), (347, 'CAMERON, BEVERLY '), (486, '413'), (707, '413')]",10:127 -"[(16, 'CAMIEL, EDWIN P'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'CAMIEL, EDWIN P'), (514, '4,550'), (615, '105'), (703, '4,655')]",10:135 -"[(16, 'CAMPBELL, ELOISE U'), (236, 'LOUISVILLE, KY'), (322, 'KY'), (347, 'CAMPBELL, ELOISE U'), (482, '1,650'), (615, '304'), (703, '1,954')]",10:142 -"[(16, 'CAMPBELL, R K'), (236, 'PULLMAN, WA'), (322, 'WA'), (347, 'CAMPBELL, R K'), (518, '225'), (707, '225')]",10:149 -"[(16, 'CANALIS, ERNESTO '), (236, 'HARTFORD, CT'), (322, 'CT'), (347, 'CANALIS, ERNESTO '), (511, '46,113'), (611, '1,809'), (700, '47,921')]",10:156 -"[(16, 'CANOS, MICHAEL R'), (236, 'EDGEWOOD, KY'), (322, 'KY'), (347, 'CANOS, MICHAEL R'), (514, '1,200'), (703, '1,200')]",10:163 -"[(16, 'CANTO, JOHN G'), (236, 'LAKELAND, FL'), (322, 'FL'), (347, 'CANTO, JOHN G'), (521, '84'), (710, '84')]",10:171 -"[(16, 'CANTOR, PATRICIA '), (236, 'PRESCOTT, AZ'), (322, 'AZ'), (347, 'CANTOR, PATRICIA '), (482, '2,681'), (615, '241'), (703, '2,923')]",10:178 -"[(16, 'CAPITOL INTERVENTIONAL CARDIOLOGY'), (236, 'CARMICHAEL, CA'), (322, 'CA'), (347, 'BARON, SCOTT B'), (514, '5,584'), (621, '8'), (703, '5,592')]",10:185 -"[(16, 'CAPOTE, HORACIO A'), (236, 'AMHERST, NY'), (322, 'NY'), (347, 'CAPOTE, HORACIO A'), (511, '23,925'), (611, '3,447'), (700, '27,372')]",10:192 -"[(16, 'CAPPITELLI, JACK V'), (236, 'FAIR LAWN, NJ'), (322, 'NJ'), (347, 'CAPPITELLI, JACK V'), (511, '12,300'), (615, '327'), (700, '12,627')]",10:199 -"[(16, 'CARANO, RICHARD P'), (236, 'AMES, IA'), (322, 'IA'), (347, 'CARANO, RICHARD P'), (514, '4,894'), (615, '103'), (703, '4,996')]",10:207 -"[(16, 'CARD, CHARLENE C'), (236, 'FARGO, ND'), (322, 'ND'), (347, 'CARD, CHARLENE C'), (514, '5,000'), (703, '5,000')]",10:214 -"[(16, 'CARDIAC & VASCULAR CENTER OF AR, PA'), (236, 'PINE BLUFF, AR'), (322, 'AR'), (347, 'DHARAMSEY, SHABBIR A'), (514, '3,384'), (703, '3,384')]",10:221 -"[(16, 'CARDIAC AND CRITICAL CARE'), (236, 'ATLANTA, GA'), (322, 'GA'), (347, 'KARMPALIOTIS, DIMITRIOS I'), (511, '12,184'), (611, '1,313'), (700, '13,497')]",10:228 -"[(16, 'CARDIOLOGY PHYSICIANS, P.A.'), (236, 'ORMOND BEACH, FL'), (322, 'FL'), (347, 'HENDERSON, DAVID A'), (514, '2,634'), (703, '2,634')]",10:235 -"[(16, 'CARDIOQUEST, LLC'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'MATAR, FADI A'), (514, '1,100'), (703, '1,100')]",10:243 -"[(16, 'CARDIOVASCULAR ASSOCIATES OF THE DELAWARE VALLEY'), (236, 'HADDON HEIGHTS, NJ'), (322, 'NJ'), (347, 'GIPS, SANFORD J'), (514, '5,584'), (618, '13'), (703, '5,597')]",10:250 -"[(16, 'CARDIOVASCULAR CARE AND IMAGING, LLC'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'PATEL, DILIP H'), (511, '13,684'), (615, '231'), (700, '13,915')]",10:257 -"[(16, 'CARDIOVASCULAR MEDICINE, P.C.'), (236, 'DAVENPORT, IA'), (322, 'IA'), (347, 'SHAMMAS, NICK W'), (514, '4,500'), (703, '4,500')]",10:264 -"[(16, 'CARDONA, HILDA '), (236, 'NEW BRITAIN, CT'), (322, 'CT'), (347, 'CARDONA, HILDA '), (482, '3,750'), (615, '315'), (703, '4,065')]",10:271 -"[(16, 'CARLOS A. SESIN MD PA'), (236, 'MIAMI BEACH, FL'), (322, 'FL'), (347, 'SESIN, CARLOS A'), (514, '8,325'), (703, '8,325')]",10:279 -"[(16, 'CARLOS GUERRA, JR., M.D., P.A.'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'GUERRA, CARLOS '), (511, '11,700'), (615, '377'), (700, '12,077')]",10:286 -"[(16, 'CARLSON, JACQUELINE A'), (236, 'ASHVILLE, NY'), (322, 'NY'), (347, 'CARLSON, JACQUELINE A'), (482, '1,500'), (615, '198'), (703, '1,698')]",10:293 -"[(16, 'CARLSON, MARLI '), (236, 'NEGAUNEE, MI'), (322, 'MI'), (347, 'CARLSON, MARLI '), (482, '1,781'), (615, '509'), (703, '2,290')]",10:300 -"[(16, 'CARLSON, MICHAEL G'), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'CARLSON, MICHAEL G'), (514, '1,863'), (703, '1,863')]",10:307 -"[(16, 'CARLSON, SCOTT E'), (236, 'SPOKANE, WA'), (322, 'WA'), (347, 'CARLSON, SCOTT E'), (511, '18,000'), (615, '863'), (700, '18,863')]",10:315 -"[(16, 'CARLSON, THOMAS '), (236, 'AUSTIN, TX'), (322, 'TX'), (347, 'CARLSON, THOMAS '), (514, '3,384'), (618, '28'), (703, '3,412')]",10:322 -"[(16, 'CARMEN I. VAZQUEZ, PSYCHOLOGIST, PLLC'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'VAZQUEZ, CARMEN '), (568, '1,500'), (703, '1,500')]",10:329 -"[(16, 'CARMICHAEL, KIM A'), (16, 'CARMICHAEL, KIM A'), (236, 'SAINT LOUIS, MO'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (322, 'MO'), (347, 'CARMICHAEL, KIM A'), (347, 'CARMICHAEL, KIM A'), (514, '2,031'), (514, '2,031'), (703, '2,031'), (703, '2,031')]",10:336 -"[(16, 'CARNEY, MICHAEL E'), (236, 'HONOLULU, HI'), (322, 'HI'), (347, 'CARNEY, MICHAEL E'), (511, '11,000'), (568, '2,063'), (615, '852'), (700, '13,914')]",10:344 -"[(16, 'CAROL A. DOBRZYNSKI, MD, PC'), (236, 'TOMS RIVER, NJ'), (322, 'NJ'), (347, 'DOBRZYNSKI, CAROL A'), (514, '6,500'), (615, '754'), (703, '7,254')]",10:351 -"[(16, 'CAROLINA PAIN ASSOCIATES, PA'), (236, 'CHARLOTTE, NC'), (322, 'NC'), (347, 'ARONOFF, GERALD M'), (514, '8,000'), (568, '4,500'), (618, '34'), (700, '12,534')]",10:358 -"[(16, 'CAROLINA PSYCHIATRIC SERVICES, P.A.'), (236, 'WEST COLUMBIA, SC'), (322, 'SC'), (347, 'KINARD, CARL O'), (514, '4,800'), (618, '48'), (703, '4,848')]",10:365 -"[(16, 'CAROLINE MORRISON, M.D., LTD'), (236, 'NAPERVILLE, IL'), (322, 'IL'), (347, 'MORRISON, CAROLINE M'), (511, '10,800'), (615, '109'), (700, '10,909')]",10:372 -"[(16, 'CARRIZOSA, DANIEL R'), (236, 'CHARLOTTE, NC'), (322, 'NC'), (347, 'CARRIZOSA, DANIEL R'), (568, '1,875'), (618, '71'), (703, '1,946')]",10:379 -"[(16, 'CARROLL, ANNE L'), (236, 'PASCO, WA'), (322, 'WA'), (347, 'CARROLL, ANNE L'), (482, '1,988'), (618, '59'), (703, '2,047')]",10:387 -"[(16, 'CARROLL, MARY '), (236, 'MILWAUKEE, WI'), (322, 'WI'), (347, 'CARROLL, MARY '), (486, '469'), (707, '469')]",10:394 -"[(16, 'CARSON, PATRICIA H'), (236, 'HAMILTON, NJ'), (322, 'NJ'), (347, 'CARSON, PATRICIA H'), (482, '2,700'), (615, '344'), (703, '3,044')]",10:401 -"[(16, 'CARTER, BETTY AMELIA '), (236, 'MIDDLETON, TN'), (322, 'TN'), (347, 'CARTER, BETTY AMELIA '), (482, '7,388'), (611, '1,697'), (703, '9,084')]",10:408 -"[(16, 'CARTER, DONNA '), (236, 'AURORA, IL'), (322, 'IL'), (347, 'CARTER, DONNA '), (482, '1,763'), (615, '136'), (703, '1,898')]",10:415 -"[(16, 'CARTER, LINDA E'), (236, 'POCATELLO, ID'), (322, 'ID'), (347, 'CARTER, LINDA E'), (511, '36,825'), (568, '9,000'), (611, '7,551'), (700, '53,376')]",10:423 -"[(16, 'CARTER, VICKI G'), (236, 'JEFFERSON CITY, TN'), (322, 'TN'), (347, 'CARTER, VICKI G'), (482, '1,013'), (615, '179'), (703, '1,192')]",10:430 -"[(16, 'CARTWRIGHT, THOMAS H'), (236, 'OCALA, FL'), (322, 'FL'), (347, 'CARTWRIGHT, THOMAS H'), (514, '3,750'), (703, '3,750')]",10:437 -"[(16, 'CARVILLE PATCH, MARTHA A'), (236, 'LOWELL, MA'), (322, 'MA'), (347, 'CARVILLE PATCH, MARTHA A'), (514, '2,138'), (615, '125'), (703, '2,262')]",10:444 -"[(16, 'CARY BEHAVIORAL HEALTH PC'), (236, 'CARY, NC'), (322, 'NC'), (347, 'BAJWA, WAHEED K'), (514, '9,300'), (615, '162'), (703, '9,462')]",10:451 -"[(16, 'CASAS, LUIS '), (236, 'TYLER, TX'), (322, 'TX'), (347, 'CASAS, LUIS '), (518, '450'), (707, '450')]",10:459 -"[(16, 'CASAUBON, LUIS '), (236, 'AUSTIN, TX'), (322, 'TX'), (347, 'CASAUBON, LUIS '), (514, '1,031'), (703, '1,031')]",10:466 -"[(16, 'CASCIO, KRISTI S'), (236, 'CHARLOTTE, NC'), (322, 'NC'), (347, 'CASCIO, KRISTI S'), (482, '4,013'), (615, '123'), (703, '4,136')]",10:473 -"[(16, 'CASE, CHRISTOPHER C'), (236, 'JEFFERSON CITY, MO'), (322, 'MO'), (347, 'CASE, CHRISTOPHER C'), (514, '1,194'), (618, '20'), (703, '1,214')]",10:480 -"[(16, 'BRISTOW, NANCY J'), (236, 'FORT WORTH, TX'), (322, 'TX'), (347, 'BRISTOW, NANCY J'), (479, '10,894'), (615, '669'), (700, '11,563')]",8:466 -"[(16, 'BRITTIAN INC, LLC'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'SKALE, TRACEY G'), (511, '29,175'), (566, '11,188'), (611, '1,867'), (700, '42,230')]",8:473 -"[(16, 'BRITTON ASHLEY AREY, MD, MBA, INC,'), (236, 'COSTA MESA, CA'), (322, 'CA'), (347, 'AREY, BRITTON A'), (511, '12,300'), (615, '124'), (700, '12,424')]",8:480 -"[(16, 'BRODER, SHIFRA '), (236, 'CLEVELAND, OH'), (322, 'OH'), (347, 'BRODER, SHIFRA '), (486, '713'), (615, '471'), (703, '1,184')]",8:487 -"[(16, 'BRODERICK, THOMAS M'), (236, 'LAWRENCEBURG, IN'), (322, 'IN'), (347, 'BRODERICK, THOMAS M'), (514, '5,584'), (703, '5,584')]",8:495 -"[(16, 'BROMLEY NEUROLOGY, PC'), (236, 'AUDUBON, NJ'), (322, 'NJ'), (347, 'BROMLEY, STEVEN M'), (511, '43,000'), (568, '2,000'), (700, '45,000')]",8:502 -"[(16, 'BRONZINI, BLANCHE M'), (236, 'FAIRFAX, VA'), (322, 'VA'), (347, 'BRONZINI, BLANCHE M'), (482, '2,925'), (611, '1,607'), (703, '4,532')]",8:509 -"[(16, 'BROOKS, NEIL H'), (236, 'MANCHESTER, CT'), (322, 'CT'), (347, 'BROOKS, NEIL H'), (568, '2,000'), (703, '2,000')]",8:516 -"[(16, 'BROWN, JAMES M'), (236, 'PENSACOLA, FL'), (322, 'FL'), (347, 'BROWN, JAMES M'), (514, '4,150'), (615, '140'), (703, '4,290')]",8:523 -"[(16, 'BROWN, KATHLEEN '), (236, 'ALLENTOWN, PA'), (322, 'PA'), (347, 'BROWN, KATHLEEN '), (482, '4,275'), (611, '1,089'), (703, '5,364')]",8:531 -"[(16, 'BROWN, MARY '), (236, 'SAN ANGELO, TX'), (322, 'TX'), (347, 'BROWN, MARY '), (486, '563'), (615, '200'), (707, '763')]",8:538 -"[(16, 'BROWN, MARY J'), (236, 'FOREST HIGHLANDS, AZ'), (322, 'AZ'), (347, 'BROWN, MARY J'), (568, '6,000'), (615, '311'), (703, '6,311')]",8:545 -"[(16, 'BROWN, MICHAEL A'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'BROWN, MICHAEL A'), (514, '2,284'), (703, '2,284')]",8:552 -"[(16, 'BROWN, PATRICIA S'), (236, 'LITTLETON, CO'), (322, 'CO'), (347, 'BROWN, PATRICIA S'), (514, '6,275'), (618, '84'), (703, '6,359')]",8:559 -"[(16, 'BROWN, THOMAS E'), (236, 'HAMDEN, CT'), (322, 'CT'), (347, 'BROWN, THOMAS E'), (566, '27,938'), (611, '3,323'), (700, '31,261')]",8:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (750, 'Page 8 of 71')]",8:591 -"[(347, 'Lilly Faculty Registry')]",9:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",9:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",9:63 -"[(558, '(All amounts in US Dollars)')]",9:70 -"[(499, 'Healthcare ')]",9:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",9:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",9:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",9:88 -"[(500, 'Education '), (583, 'Related Expenses')]",9:92 -"[(467, 'Programs'), (532, 'Education Programs')]",9:95 -"[(501, 'Programs')]",9:99 -"[(16, 'BROWN, VICKI '), (236, 'SPOKANE, WA'), (322, 'WA'), (347, 'BROWN, VICKI '), (479, '14,363'), (611, '8,434'), (700, '22,797')]",9:106 -"[(16, 'BROWNE, KEVIN F'), (236, 'LAKELAND, FL'), (322, 'FL'), (347, 'BROWNE, KEVIN F'), (514, '3,384'), (621, '3'), (703, '3,387')]",9:113 -"[(16, 'BROWNLEE, HARRISON J'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'BROWNLEE, HARRISON J'), (518, '863'), (707, '863')]",9:120 -"[(16, 'BROY, SUSAN B'), (236, 'MORTON GROVE, IL'), (322, 'IL'), (347, 'BROY, SUSAN B'), (514, '9,275'), (615, '194'), (703, '9,469')]",9:127 -"[(16, 'BROYLES, FRANCES E'), (236, 'SEATTLE, WA'), (322, 'WA'), (347, 'BROYLES, FRANCES E'), (511, '28,606'), (611, '2,752'), (700, '31,358')]",9:135 -"[(16, 'BRUCE A. OURIEFF, MD, INC.'), (236, 'SANTA MARIA, CA'), (322, 'CA'), (347, 'OURIEFF, BRUCE A'), (521, '84'), (710, '84')]",9:142 -"[(16, 'BRUCE J. EDSON, MD. PA'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'EDSON, BRUCE J'), (511, '17,250'), (611, '3,344'), (700, '20,594')]",9:149 -"[(16, 'BRUCE L. MORGENSTERN, MD'), (236, 'LITTLETON, CO'), (322, 'CO'), (347, 'MORGENSTERN, BRUCE L'), (511, '41,350'), (611, '2,628'), (700, '43,978')]",9:156 -"[(16, 'BRUGMAN, RICHARD D'), (236, 'BELMONT, NC'), (322, 'NC'), (347, 'BRUGMAN, RICHARD D'), (514, '2,200'), (618, '85'), (703, '2,285')]",9:163 -"[(16, 'BRUMMOND, PHIL W'), (236, 'ANN ARBOR, MI'), (322, 'MI'), (347, 'BRUMMOND, PHIL W'), (568, '1,125'), (615, '342'), (703, '1,467')]",9:171 -"[(16, 'BRUNETTE, DAVID D'), (236, 'WOODSTOCK, GA'), (322, 'GA'), (347, 'BRUNETTE, DAVID D'), (514, '8,700'), (615, '253'), (703, '8,953')]",9:178 -"[(16, 'BRUNNER, JOHN E'), (236, 'TOLEDO, OH'), (322, 'OH'), (347, 'BRUNNER, JOHN E'), (514, '4,600'), (703, '4,600')]",9:185 -"[(16, 'BRYAN E. LABUDA, D.O.'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'LABUDA, BRYAN E'), (511, '20,225'), (611, '1,676'), (700, '21,901')]",9:192 -"[(16, 'BRYAN, KATHLEEN '), (236, 'OLYMPIA, WA'), (322, 'WA'), (347, 'BRYAN, KATHLEEN '), (482, '5,888'), (615, '728'), (703, '6,616')]",9:199 -"[(16, 'BRYANT, DORIAN '), (236, 'WILLIAMSBURG, VA'), (322, 'VA'), (347, 'BRYANT, DORIAN '), (486, '900'), (707, '900')]",9:207 -"[(16, 'BUCCI, ANGELA C'), (236, 'COLUMBUS, OH'), (322, 'OH'), (347, 'BUCCI, ANGELA C'), (514, '7,500'), (703, '7,500')]",9:214 -"[(16, 'BUCHANAN, WILLIAM P'), (236, 'WILMINGTON, NC'), (322, 'NC'), (347, 'BUCHANAN, WILLIAM P'), (514, '6,034'), (572, '850'), (615, '121'), (703, '7,005')]",9:221 -"[(16, 'BUCKINGHAM, HEIDI '), (236, 'DAYTON, OH'), (322, 'OH'), (347, 'BUCKINGHAM, HEIDI '), (514, '1,500'), (703, '1,500')]",9:228 -"[(16, 'BUCKLES, BARBARA '), (236, 'TEMPLE, TX'), (322, 'TX'), (347, 'BUCKLES, BARBARA '), (482, '1,088'), (703, '1,088')]",9:235 -"[(16, 'BUDHWANI, NAVIN '), (236, 'RIDGEWOOD, NJ'), (322, 'NJ'), (347, 'BUDHWANI, NAVIN '), (514, '3,484'), (703, '3,484')]",9:243 -"[(16, 'BUDLONG‐SPRINGER, ALEXIS S'), (236, 'EAST GREENWICH, RI'), (322, 'RI'), (347, 'BUDLONG‐SPRINGER, ALEXIS S'), (479, '26,663'), (611, '7,360'), (700, '34,022')]",9:250 -"[(16, 'BUFFALO MEDICAL GROUP P.C.'), (236, 'WILLIAMSVILLE, NY'), (322, 'NY'), (347, 'CHENG, YIJUN '), (568, '1,875'), (615, '131'), (703, '2,006')]",9:257 -"[(16, 'BUILDING NEW HORIZONS, INC.'), (236, 'OLDSMAR, FL'), (322, 'FL'), (347, 'KRIEGER, SHARON M'), (482, '1,275'), (615, '148'), (703, '1,423')]",9:264 -"[(16, 'BULLOCK, GARY M'), (236, 'HOOVER, AL'), (322, 'AL'), (347, 'BULLOCK, GARY M'), (514, '1,688'), (618, '56'), (703, '1,743')]",9:271 -"[(16, 'BUNN, PAUL A'), (236, 'DENVER, CO'), (322, 'CO'), (347, 'BUNN, PAUL A'), (568, '7,875'), (703, '7,875')]",9:279 -"[(16, 'BURACK, CHERYL B'), (236, 'ALBANY, NY'), (322, 'NY'), (347, 'BURACK, CHERYL B'), (514, '6,275'), (618, '45'), (703, '6,320')]",9:286 -"[(16, 'BURCH, JENNIFER J'), (236, 'DURHAM, NC'), (322, 'NC'), (347, 'BURCH, JENNIFER J'), (482, '1,500'), (618, '44'), (703, '1,544')]",9:293 -"[(16, 'BURCHENAL, JEB E'), (236, 'LITTLETON, CO'), (322, 'CO'), (347, 'BURCHENAL, JEB E'), (514, '9,984'), (615, '544'), (700, '10,529')]",9:300 -"[(16, 'BURGARD, TRACEY '), (236, 'CANTON, IL'), (322, 'IL'), (347, 'BURGARD, TRACEY '), (486, '600'), (618, '59'), (707, '659')]",9:307 -"[(16, 'BURGER, JOHN H'), (236, 'MIAMI BEACH, FL'), (322, 'FL'), (347, 'BURGER, JOHN H'), (514, '2,450'), (703, '2,450')]",9:315 -"[(16, 'BURGER, ROBERT A'), (236, 'ORANGE, CA'), (322, 'CA'), (347, 'BURGER, ROBERT A'), (568, '3,000'), (703, '3,000')]",9:322 -"[(16, 'BURGOS, DANTE R'), (236, 'MCKINNEY, TX'), (322, 'TX'), (347, 'BURGOS, DANTE R'), (514, '9,350'), (615, '178'), (703, '9,528')]",9:329 -"[(16, 'BURKE, JACQUELINE '), (16, 'BURKE, JACQUELINE '), (236, 'THREE RIVERS, MI'), (236, 'THREE RIVERS, MI'), (322, 'MI'), (322, 'MI'), (347, 'BURKE, JACQUELINE '), (347, 'BURKE, JACQUELINE '), (479, '22,294'), (479, '22,294'), (611, '4,033'), (611, '4,033'), (700, '26,326'), (700, '26,326')]",9:336 -"[(16, 'BURKE, JAMES J'), (236, 'SAVANNAH, GA'), (322, 'GA'), (347, 'BURKE, JAMES J'), (568, '2,063'), (703, '2,063')]",9:344 -"[(16, 'BURKEY, DAVID J'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'BURKEY, DAVID J'), (514, '3,484'), (703, '3,484')]",9:351 -"[(16, 'BURNSTEIN, ROBERT S'), (236, 'STERLING HEIGHTS, MI'), (322, 'MI'), (347, 'BURNSTEIN, ROBERT S'), (514, '6,800'), (618, '71'), (703, '6,871')]",9:358 -"[(16, 'BURR, DAVID B'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'BURR, DAVID B'), (615, '145'), (707, '145')]",9:365 -"[(16, 'BURRIS, GARRETT C'), (236, 'CHESTERFIELD, MO'), (322, 'MO'), (347, 'BURRIS, GARRETT C'), (511, '13,950'), (615, '330'), (700, '14,280')]",9:372 -"[(16, 'BURSTEIN, ALVIN C'), (236, 'PHOENIX, AZ'), (322, 'AZ'), (347, 'BURSTEIN, ALVIN C'), (514, '4,800'), (615, '208'), (703, '5,008')]",9:379 -"[(16, 'BURT, VIVIEN K'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'BURT, VIVIEN K'), (511, '11,750'), (565, '24,375'), (615, '632'), (700, '36,757')]",9:387 -"[(16, 'BUSCH, HOWARD M'), (236, 'LOXAHATCHEE, FL'), (322, 'FL'), (347, 'BUSCH, HOWARD M'), (514, '1,500'), (618, '15'), (703, '1,515')]",9:394 -"[(16, 'BUSKE, SHERRY S'), (236, 'FORT DODGE, IA'), (322, 'IA'), (347, 'BUSKE, SHERRY S'), (486, '938'), (615, '100'), (703, '1,038')]",9:401 -"[(16, 'BOICE‐WILLIS CLINIC, PA'), (236, 'ROCKY MOUNT, NC'), (322, 'NC'), (347, 'DESAI, NILAY V'), (514, '1,200'), (703, '1,200')]",7:451 -"[(16, 'BON, JOHN '), (236, 'AKRON, OH'), (322, 'OH'), (347, 'BON, JOHN '), (568, '1,453'), (615, '127'), (703, '1,580')]",7:459 -"[(16, 'BONAR, ADOLPHUS S'), (236, 'GASTONIA, NC'), (322, 'NC'), (347, 'BONAR, ADOLPHUS S'), (511, '10,781'), (615, '617'), (700, '11,398')]",7:466 -"[(16, 'BONAVITA, LOUIS '), (236, 'EAST SYRACUSE, NY'), (322, 'NY'), (347, 'BONAVITA, LOUIS '), (511, '28,425'), (615, '868'), (700, '29,293')]",7:473 -"[(16, 'BONFARDIN, BRIAN R'), (236, 'JOHNSON CITY, TN'), (322, 'TN'), (347, 'BONFARDIN, BRIAN R'), (511, '20,700'), (611, '2,201'), (700, '22,901')]",7:480 -"[(16, 'BOOKER, CHERIE L'), (236, 'REDDING, CA'), (322, 'CA'), (347, 'BOOKER, CHERIE L'), (482, '1,163'), (703, '1,163')]",7:487 -"[(16, 'BOOKMAN, MICHAEL A'), (236, 'TUCSON, AZ'), (322, 'AZ'), (347, 'BOOKMAN, MICHAEL A'), (568, '1,125'), (618, '63'), (703, '1,188')]",7:495 -"[(16, 'BOOMERSHINE, CHAD S'), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'BOOMERSHINE, CHAD S'), (511, '12,850'), (615, '516'), (700, '13,366')]",7:502 -"[(16, 'BOOTHE, CLAYTON '), (236, 'HATTIESBURG, MS'), (322, 'MS'), (347, 'BOOTHE, CLAYTON '), (514, '3,028'), (615, '297'), (703, '3,325')]",7:509 -"[(16, 'BORCHELT, MARK D'), (236, 'PORT ST LUCIE, FL'), (322, 'FL'), (347, 'BORCHELT, MARK D'), (511, '17,969'), (615, '241'), (700, '18,209')]",7:516 -"[(16, 'BORCZON, DENNIS P'), (236, 'ERIE, PA'), (322, 'PA'), (347, 'BORCZON, DENNIS P'), (511, '12,400'), (615, '320'), (700, '12,720')]",7:523 -"[(16, 'BORDONI, RODOLFO E'), (236, 'MARIETTA, GA'), (322, 'GA'), (347, 'BORDONI, RODOLFO E'), (514, '6,600'), (618, '50'), (703, '6,650')]",7:531 -"[(16, 'BORGHAEI, HOSSEIN '), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'BORGHAEI, HOSSEIN '), (511, '12,213'), (568, '3,000'), (615, '612'), (700, '15,824')]",7:538 -"[(16, 'BORNHEIMER, JOSEPH F'), (236, 'GLENDALE, CA'), (322, 'CA'), (347, 'BORNHEIMER, JOSEPH F'), (514, '1,184'), (703, '1,184')]",7:545 -"[(16, 'BORNSTEIN, LARRY S'), (236, 'SEATTLE, WA'), (322, 'WA'), (347, 'BORNSTEIN, LARRY S'), (514, '5,700'), (615, '308'), (703, '6,008')]",7:552 -"[(16, 'BOROWSKI, GREGORY D'), (236, 'SCRANTON, PA'), (322, 'PA'), (347, 'BOROWSKI, GREGORY D'), (514, '3,919'), (703, '3,919')]",7:559 -"[(16, 'BORROMEO, SALVADOR G'), (236, 'LAS VEGAS, NV'), (322, 'NV'), (347, 'BORROMEO, SALVADOR G'), (514, '3,184'), (703, '3,184')]",7:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (750, 'Page 7 of 71')]",7:591 -"[(347, 'Lilly Faculty Registry')]",8:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",8:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",8:63 -"[(558, '(All amounts in US Dollars)')]",8:70 -"[(499, 'Healthcare ')]",8:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",8:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",8:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",8:88 -"[(500, 'Education '), (583, 'Related Expenses')]",8:92 -"[(467, 'Programs'), (532, 'Education Programs')]",8:95 -"[(501, 'Programs')]",8:99 -"[(16, 'BORTMAN, SCOTT M'), (236, 'NORTH EASTON, MA'), (322, 'MA'), (347, 'BORTMAN, SCOTT M'), (514, '5,584'), (703, '5,584')]",8:106 -"[(16, 'BORYSOW, DONNA '), (236, 'ANTIOCH, IL'), (322, 'IL'), (347, 'BORYSOW, DONNA '), (486, '188'), (707, '188')]",8:113 -"[(16, 'BOSSCHER, LUCINDA F'), (236, 'CADILLAC, MI'), (322, 'MI'), (347, 'BOSSCHER, LUCINDA F'), (482, '2,850'), (615, '554'), (703, '3,404')]",8:120 -"[(16, 'BOSTON CLINICAL RESEARCH INSTITUTE, LLC'), (236, 'NATICK, MA'), (322, 'MA'), (347, 'GIBSON, CHARLES M'), (511, '12,150'), (700, '12,150')]",8:127 -"[(16, 'BOTT, ALLEN D'), (236, 'OAKLAND, CA'), (322, 'CA'), (347, 'BOTT, ALLEN D'), (511, '25,500'), (611, '1,268'), (700, '26,768')]",8:135 -"[(16, 'BOTT, KRISTA '), (236, 'LEHI, UT'), (322, 'UT'), (347, 'BOTT, KRISTA '), (482, '4,688'), (615, '343'), (703, '5,031')]",8:142 -"[(16, 'BOUD, THOMAS J'), (236, 'WEST JORDAN, UT'), (322, 'UT'), (347, 'BOUD, THOMAS J'), (514, '9,800'), (615, '196'), (703, '9,996')]",8:149 -"[(16, 'BOUGH, MARY L'), (236, 'DENVER, CO'), (322, 'CO'), (347, 'BOUGH, MARY L'), (568, '1,641'), (703, '1,641')]",8:156 -"[(16, 'BOURNE, WENDY G'), (236, 'FLAGSTAFF, AZ'), (322, 'AZ'), (347, 'BOURNE, WENDY G'), (489, '38'), (710, '38')]",8:163 -"[(16, 'BOWERS, BRUCE S'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'BOWERS, BRUCE S'), (514, '6,684'), (618, '53'), (703, '6,737')]",8:171 -"[(16, 'BOWLES, SUSAN M'), (236, 'CLARKESVILLE, GA'), (322, 'GA'), (347, 'BOWLES, SUSAN M'), (482, '1,988'), (611, '1,121'), (703, '3,108')]",8:178 -"[(16, 'BOX, MARK S'), (236, 'KANSAS CITY, MO'), (322, 'MO'), (347, 'BOX, MARK S'), (514, '9,075'), (615, '297'), (703, '9,372')]",8:185 -"[(16, 'BOYD K. SOUTHWICK'), (236, 'IDAHO FALLS, ID'), (322, 'ID'), (347, 'SOUTHWICK, BOYD K'), (514, '9,000'), (615, '600'), (703, '9,600')]",8:192 -"[(16, 'BOYEK, TIMOTHY J'), (236, 'WEST CHESTER, PA'), (322, 'PA'), (347, 'BOYEK, TIMOTHY J'), (514, '2,284'), (703, '2,284')]",8:199 -"[(15, 'BOYER, LOU A'), (236, 'AVON LAKE, OH'), (322, 'OH'), (347, 'BOYER, LOU A'), (482, '8,006'), (611, '2,016'), (700, '10,022')]",8:207 -"[(16, 'BOYLE, PATRICK J'), (236, 'ALBUQUERQUE, NM'), (322, 'NM'), (347, 'BOYLE, PATRICK J'), (511, '32,781'), (611, '2,338'), (700, '35,120')]",8:214 -"[(16, 'BOYLE, WYN '), (236, 'ANNAPOLIS, MD'), (322, 'MD'), (347, 'BOYLE, WYN '), (482, '3,525'), (615, '230'), (703, '3,755')]",8:221 -"[(16, 'BOYLES, RICHARD E'), (236, 'BARNWELL, SC'), (322, 'SC'), (347, 'BOYLES, RICHARD E'), (514, '6,550'), (615, '670'), (703, '7,220')]",8:228 -"[(16, 'BRACKNEY, CAROLYN '), (236, 'COOKEVILLE, TN'), (322, 'TN'), (347, 'BRACKNEY, CAROLYN '), (482, '1,388'), (615, '160'), (703, '1,547')]",8:235 -"[(16, 'BRAD BERMAN, M.D. INC.'), (236, 'WALNUT CREEK, CA'), (322, 'CA'), (347, 'BERMAN, BRAD D'), (514, '6,150'), (568, '7,750'), (615, '448'), (700, '14,348')]",8:243 -"[(16, 'BRADLEY, EVA F'), (236, 'EUCLID, OH'), (322, 'OH'), (347, 'BRADLEY, EVA F'), (482, '2,063'), (615, '154'), (703, '2,217')]",8:250 -"[(16, 'BRADLEY, LAURENCE A'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'BRADLEY, LAURENCE A'), (568, '2,500'), (703, '2,500')]",8:257 -"[(16, 'BRAGG, CHERI '), (236, 'DUBLIN, OH'), (322, 'OH'), (347, 'BRAGG, CHERI '), (486, '263'), (707, '263')]",8:264 -"[(16, 'BRAHMBHATT, BIMALKUMA P'), (236, 'AMITYVILLE, NY'), (322, 'NY'), (347, 'BRAHMBHATT, BIMALKUMA P'), (514, '1,784'), (703, '1,784')]",8:271 -"[(16, 'BRAHMBHATT, RAMESH J'), (236, 'CLEVELAND, OH'), (322, 'OH'), (347, 'BRAHMBHATT, RAMESH J'), (514, '4,334'), (703, '4,334')]",8:279 -"[(16, 'BRAMS, MATTHEW N'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'BRAMS, MATTHEW N'), (511, '13,425'), (568, '1,563'), (615, '102'), (700, '15,090')]",8:286 -"[(16, 'BRANDT, RYAN D'), (236, 'SANTA CRUZ, CA'), (322, 'CA'), (347, 'BRANDT, RYAN D'), (514, '1,784'), (703, '1,784')]",8:293 -"[(16, 'BRANNON, HORACE D'), (236, 'ATMORE, AL'), (322, 'AL'), (347, 'BRANNON, HORACE D'), (514, '1,075'), (703, '1,075')]",8:300 -"[(16, 'BRANTLEY, DAVID A'), (236, 'CHARLOTTE, NC'), (322, 'NC'), (347, 'BRANTLEY, DAVID A'), (518, '450'), (707, '450')]",8:307 -"[(16, 'BRAR, PAUL P'), (236, 'CHARLOTTE, NC'), (322, 'NC'), (347, 'BRAR, PAUL P'), (511, '17,000'), (700, '17,000')]",8:315 -"[(16, 'BRASSIE, CHRISTINA '), (236, 'WARNERS, NY'), (322, 'NY'), (347, 'BRASSIE, CHRISTINA '), (482, '2,906'), (615, '189'), (703, '3,095')]",8:322 -"[(16, 'BRAVERMAN‐PANZA MEDICAL GROUP'), (236, 'ALBANY, NY'), (322, 'NY'), (347, 'BRAVERMAANZA, JILL '), (511, '28,500'), (615, '954'), (700, '29,454')]",8:329 -"[(16, 'BRAVO, GUADALUPE P'), (16, 'BRAVO, GUADALUPE P'), (236, 'SALINAS, CA'), (236, 'SALINAS, CA'), (322, 'CA'), (322, 'CA'), (347, 'BRAVO, GUADALUPE P'), (347, 'BRAVO, GUADALUPE P'), (482, '2,100'), (482, '2,100'), (611, '1,267'), (611, '1,267'), (703, '3,367'), (703, '3,367')]",8:336 -"[(16, 'BRAZIER, CAROL '), (236, 'ATLANTA, GA'), (322, 'GA'), (347, 'BRAZIER, CAROL '), (486, '938'), (618, '19'), (707, '957')]",8:344 -"[(16, 'BREALL, JEFFERY A'), (236, 'INDIANAPOLIS, IN'), (322, 'IN'), (347, 'BREALL, JEFFERY A'), (568, '1,500'), (703, '1,500')]",8:351 -"[(16, 'BREEDING, VAN S'), (236, 'WHITESBURG, KY'), (322, 'KY'), (347, 'BREEDING, VAN S'), (514, '3,938'), (615, '142'), (703, '4,079')]",8:358 -"[(16, 'BREFELD, ERIN '), (236, 'ROCKFORD, IL'), (322, 'IL'), (347, 'BREFELD, ERIN '), (482, '2,981'), (615, '504'), (703, '3,485')]",8:365 -"[(16, 'BREIDBART, RORY S'), (236, 'GREAT NECK, NY'), (322, 'NY'), (347, 'BREIDBART, RORY S'), (511, '10,838'), (700, '10,838')]",8:372 -"[(16, 'BREKKE, PAULA M'), (236, 'HENDERSON, NV'), (322, 'NV'), (347, 'BREKKE, PAULA M'), (486, '563'), (618, '59'), (707, '622')]",8:379 -"[(16, 'BRENER, SORIN J'), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'BRENER, SORIN J'), (511, '10,884'), (615, '107'), (700, '10,991')]",8:387 -"[(16, 'BRENNER, RONALD L'), (236, 'FAR ROCKAWAY, NY'), (322, 'NY'), (347, 'BRENNER, RONALD L'), (511, '13,800'), (615, '361'), (700, '14,161')]",8:394 -"[(16, 'BRENT, BRUCE N'), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'BRENT, BRUCE N'), (514, '5,609'), (703, '5,609')]",8:401 -"[(16, 'BRESEE, STUART J'), (236, 'ROGERSVILLE, TN'), (322, 'TN'), (347, 'BRESEE, STUART J'), (511, '28,684'), (611, '1,467'), (700, '30,151')]",8:408 -"[(16, 'BRESLIN, VIVIAN M'), (236, 'WEST HAVERSTRAW, NY'), (322, 'NY'), (347, 'BRESLIN, VIVIAN M'), (482, '1,200'), (615, '201'), (703, '1,401')]",8:415 -"[(16, 'BRESLOFF, TOBIE L'), (236, 'TULSA, OK'), (322, 'OK'), (347, 'BRESLOFF, TOBIE L'), (514, '1,669'), (703, '1,669')]",8:423 -"[(16, 'BRESNAHAN, CASSANDRA '), (236, 'U S A F ACADEMY, CO'), (322, 'CO'), (347, 'BRESNAHAN, CASSANDRA '), (521, '75'), (710, '75')]",8:430 -"[(16, 'BRIAN CHAVEZ, MD INC.'), (236, 'SANTA ANA, CA'), (322, 'CA'), (347, 'CHAVEZ, BRIAN E'), (514, '4,838'), (618, '23'), (703, '4,861')]",8:437 -"[(16, 'BRIDGES, JANE M'), (236, 'VINCENNES, IN'), (322, 'IN'), (347, 'BRIDGES, JANE M'), (514, '5,025'), (568, '2,000'), (615, '275'), (703, '7,300')]",8:444 -"[(16, 'BRILOR'), (236, 'ALBANY, NY'), (322, 'NY'), (347, 'BUSCH, ROBERT S'), (511, '43,444'), (611, '1,815'), (700, '45,259')]",8:451 -"[(16, 'BRISCOE, VANESSA J'), (236, 'FRANKLIN, TN'), (322, 'TN'), (347, 'BRISCOE, VANESSA J'), (486, '344'), (518, '600'), (707, '944')]",8:459 -"[(16, 'BELLANTUONO, MELISA A'), (236, 'FARMINGTON, CT'), (322, 'CT'), (347, 'BELLANTUONO, MELISA A'), (618, '54'), (710, '54')]",6:279 -"[(16, 'BELLINGER, TRISH M'), (236, 'ELMIRA, NY'), (322, 'NY'), (347, 'BELLINGER, TRISH M'), (482, '2,288'), (703, '2,288')]",6:286 -"[(16, 'BELMONT PSYCHIATRIC SERVICES, LLC'), (236, 'MARTINS FERRY, OH'), (322, 'OH'), (347, 'SHAW‐NIEVES, CARMEL C'), (514, '2,450'), (703, '2,450')]",6:293 -"[(16, 'BELNAP, GRANT B'), (236, 'EAGLE, ID'), (322, 'ID'), (347, 'BELNAP, GRANT B'), (511, '13,950'), (615, '789'), (700, '14,739')]",6:300 -"[(16, 'BENAVIV‐MESKIN, DANIELLE P'), (236, 'BRIDGEPORT, CT'), (322, 'CT'), (347, 'BENAVIV‐MESKIN, DANIELLE P'), (514, '3,000'), (703, '3,000')]",6:307 -"[(16, 'BENCHMARK PSYCHIATRIC SERVICES, LTD'), (236, 'PALOS PARK, IL'), (322, 'IL'), (347, 'JAISINGH, NATHAN R'), (514, '1,650'), (618, '85'), (703, '1,735')]",6:315 -"[(16, 'BENEDICT S. MANISCALCO, MD, PA'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'MANISCALCO, BENEDICT S'), (514, '1,184'), (703, '1,184')]",6:322 -"[(16, 'BENJAMIN L ROSIN MD & PROFESSIONAL CORPORATION'), (236, 'TORRANCE, CA'), (322, 'CA'), (347, 'ROSIN, BEN L'), (514, '5,584'), (620, '8'), (703, '5,592')]",6:329 -"[(16, 'BENNETT, GRAY G'), (16, 'BENNETT, GRAY G'), (236, 'JACKSON, MS'), (236, 'JACKSON, MS'), (322, 'MS'), (322, 'MS'), (347, 'BENNETT, GRAY G'), (347, 'BENNETT, GRAY G'), (511, '14,534'), (511, '14,534'), (615, '125'), (615, '125'), (700, '14,660'), (700, '14,660')]",6:336 -"[(16, 'BENNETT, RICHARD G'), (236, 'ORCHARD PARK, NY'), (322, 'NY'), (347, 'BENNETT, RICHARD G'), (514, '1,800'), (615, '113'), (703, '1,913')]",6:344 -"[(16, 'BENNETTS, JOHN F'), (236, 'MONTEREY, CA'), (322, 'CA'), (347, 'BENNETTS, JOHN F'), (511, '11,000'), (700, '11,000')]",6:351 -"[(16, 'BENSON, AL B'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'BENSON, AL B'), (568, '6,750'), (618, '81'), (703, '6,831')]",6:358 -"[(16, 'BERA, RIMAL B'), (236, 'GARDEN GROVE, CA'), (322, 'CA'), (347, 'BERA, RIMAL B'), (511, '14,700'), (615, '379'), (700, '15,079')]",6:365 -"[(16, 'BERCHOU, RICHARD C'), (236, 'DETROIT, MI'), (322, 'MI'), (347, 'BERCHOU, RICHARD C'), (518, '900'), (615, '132'), (703, '1,032')]",6:372 -"[(16, 'BERDIA, SHASHI '), (236, 'SHIRLEY, NY'), (322, 'NY'), (347, 'BERDIA, SHASHI '), (514, '4,950'), (615, '134'), (703, '5,084')]",6:379 -"[(16, 'BERELOWITZ, BRIAN A'), (236, 'LAS VEGAS, NV'), (322, 'NV'), (347, 'BERELOWITZ, BRIAN A'), (514, '7,275'), (703, '7,275')]",6:387 -"[(16, 'BERG, DEBRA '), (236, 'LEESPORT, PA'), (322, 'PA'), (347, 'BERG, DEBRA '), (482, '2,288'), (618, '81'), (703, '2,368')]",6:394 -"[(16, 'BERGENER, PATRICIA '), (236, 'WEST PALM BEACH, FL'), (322, 'FL'), (347, 'BERGENER, PATRICIA '), (482, '6,563'), (615, '477'), (703, '7,039')]",6:401 -"[(16, 'BERGER, ALAN K'), (236, 'MINNEAPOLIS, MN'), (322, 'MN'), (347, 'BERGER, ALAN K'), (514, '4,484'), (615, '916'), (703, '5,400')]",6:408 -"[(16, 'BERGER, DANIEL N'), (236, 'SANTA BARBARA, CA'), (322, 'CA'), (347, 'BERGER, DANIEL N'), (514, '6,294'), (618, '14'), (703, '6,308')]",6:415 -"[(16, 'BERGER, LARRY F'), (236, 'EDEN PRAIRIE, MN'), (322, 'MN'), (347, 'BERGER, LARRY F'), (514, '8,300'), (615, '403'), (703, '8,703')]",6:423 -"[(16, 'BERGESON, MARVIN E'), (236, 'FAIRBANKS, AK'), (322, 'AK'), (347, 'BERGESON, MARVIN E'), (514, '3,400'), (618, '38'), (703, '3,438')]",6:430 -"[(16, 'BERK, MICHAEL A'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'BERK, MICHAEL A'), (514, '9,356'), (615, '176'), (703, '9,532')]",6:437 -"[(16, 'BERLANT, JEFFREY L'), (236, 'BOISE, ID'), (322, 'ID'), (347, 'BERLANT, JEFFREY L'), (514, '7,800'), (615, '411'), (703, '8,211')]",6:444 -"[(16, 'BERLIN, COREY '), (236, 'RALEIGH, NC'), (322, 'NC'), (347, 'BERLIN, COREY '), (514, '3,225'), (703, '3,225')]",6:451 -"[(16, 'BERMAN, JEFFREY N'), (236, 'BRIDGEPORT, CT'), (322, 'CT'), (347, 'BERMAN, JEFFREY N'), (514, '5,584'), (703, '5,584')]",6:459 -"[(16, 'BERNARD AOUEILLE, III, MD, PA'), (236, 'AUSTIN, TX'), (322, 'TX'), (347, 'AOUEILLE, BERNARD '), (514, '9,300'), (615, '663'), (703, '9,963')]",6:466 -"[(16, 'BERNARDO PASCUAL MD, PA'), (236, 'HIALEAH, FL'), (322, 'FL'), (347, 'PASCUAL, BERNARDO '), (514, '4,950'), (703, '4,950')]",6:473 -"[(16, 'BERNER, JASON A'), (236, 'JASPER, GA'), (322, 'GA'), (347, 'BERNER, JASON A'), (511, '15,781'), (615, '831'), (700, '16,612')]",6:480 -"[(16, 'BERNSTEIN, JONATHAN A'), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'BERNSTEIN, JONATHAN A'), (568, '1,516'), (703, '1,516')]",6:487 -"[(16, 'BEROZA, KENNETH W'), (236, 'GLADWIN, MI'), (322, 'MI'), (347, 'BEROZA, KENNETH W'), (514, '7,775'), (703, '7,775')]",6:495 -"[(16, 'BERZ, DAVID '), (236, 'PROVIDENCE, RI'), (322, 'RI'), (347, 'BERZ, DAVID '), (511, '46,800'), (611, '7,795'), (700, '54,595')]",6:502 -"[(16, 'BEVERIDGE, ROY A'), (236, 'ANNANDALE, VA'), (322, 'VA'), (347, 'BEVERIDGE, ROY A'), (568, '6,750'), (615, '153'), (703, '6,903')]",6:509 -"[(16, 'BEYDOUN, SAID R'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'BEYDOUN, SAID R'), (511, '36,000'), (615, '842'), (700, '36,842')]",6:516 -"[(16, 'BEYLOTTE, SUSAN C'), (236, 'CHARLESTON, SC'), (322, 'SC'), (347, 'BEYLOTTE, SUSAN C'), (489, '38'), (710, '38')]",6:523 -"[(16, 'BEZA CONSULTING INC.'), (236, 'PATCHOGUE, NY'), (322, 'NY'), (347, 'ZITKUS, BRUCE S'), (482, '3,113'), (615, '235'), (703, '3,348')]",6:531 -"[(16, 'BHALLA, KARAN S'), (236, 'PASADENA, TX'), (322, 'TX'), (347, 'BHALLA, KARAN S'), (514, '9,984'), (703, '9,984')]",6:538 -"[(16, 'BHARAT B. GUPTA, INC.'), (236, 'WEBSTER, NY'), (322, 'NY'), (347, 'GUPTA, BHARAT B'), (518, '556'), (618, '17'), (707, '573')]",6:545 -"[(16, 'BHATIA HEALTH SERVICES, A MEDICAL CORP.'), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'BHATIA, POONAM P'), (511, '15,075'), (615, '305'), (700, '15,380')]",6:552 -"[(16, 'BHAVSAR, JANAK H'), (236, 'HAMILTON, NJ'), (322, 'NJ'), (347, 'BHAVSAR, JANAK H'), (514, '1,784'), (703, '1,784')]",6:559 -"[(16, 'BHUSHAN, RAJAT '), (236, 'BATON ROUGE, LA'), (322, 'LA'), (347, 'BHUSHAN, RAJAT '), (514, '1,225'), (703, '1,225')]",6:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (750, 'Page 6 of 71')]",6:591 -"[(347, 'Lilly Faculty Registry')]",7:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",7:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",7:63 -"[(558, '(All amounts in US Dollars)')]",7:70 -"[(499, 'Healthcare ')]",7:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",7:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",7:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",7:88 -"[(500, 'Education '), (583, 'Related Expenses')]",7:92 -"[(467, 'Programs'), (532, 'Education Programs')]",7:95 -"[(501, 'Programs')]",7:99 -"[(16, 'BIBI DAS, MD'), (236, 'PALO ALTO, CA'), (322, 'CA'), (347, 'DAS, BIBI '), (514, '3,300'), (615, '272'), (703, '3,572')]",7:106 -"[(16, 'BIEDERMAN, BRANDI '), (236, 'CHATTANOOGA, TN'), (322, 'TN'), (347, 'BIEDERMAN, BRANDI '), (482, '5,213'), (615, '294'), (703, '5,506')]",7:113 -"[(16, 'BIELSKI, STEVEN J'), (236, 'GENEVA, IL'), (322, 'IL'), (347, 'BIELSKI, STEVEN J'), (511, '10,131'), (618, '25'), (700, '10,156')]",7:120 -"[(16, 'BIGLER, DEBORAH L'), (236, 'GRAND JUNCTION, CO'), (322, 'CO'), (347, 'BIGLER, DEBORAH L'), (482, '3,525'), (611, '1,116'), (703, '4,641')]",7:127 -"[(16, 'BILAO LLC'), (236, 'PHOENIX, AZ'), (322, 'AZ'), (347, 'DOLINAR, RICHARD O'), (511, '18,656'), (615, '486'), (700, '19,142')]",7:135 -"[(16, 'BILEZIKIAN, JOHN P'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'BILEZIKIAN, JOHN P'), (511, '18,000'), (611, '1,814'), (700, '19,814')]",7:142 -"[(16, 'BILL, ROSEMARY '), (236, 'STONEHAM, MA'), (322, 'MA'), (347, 'BILL, ROSEMARY '), (482, '1,013'), (703, '1,013')]",7:149 -"[(16, 'BILLETT, WILLIAM J'), (236, 'MOBILE, AL'), (322, 'AL'), (347, 'BILLETT, WILLIAM J'), (514, '3,125'), (703, '3,125')]",7:156 -"[(16, 'BILNOSKI, WILLIAM '), (236, 'TACOMA, WA'), (322, 'WA'), (347, 'BILNOSKI, WILLIAM '), (514, '3,384'), (615, '153'), (703, '3,538')]",7:163 -"[(16, 'BILODEAU, DONNA F'), (236, 'WATERVILLE, ME'), (322, 'ME'), (347, 'BILODEAU, DONNA F'), (482, '1,350'), (521, '75'), (615, '424'), (703, '1,849')]",7:171 -"[(16, 'BINGHAM, ROBERT J'), (236, 'ROCHESTER, NY'), (322, 'NY'), (347, 'BINGHAM, ROBERT J'), (514, '3,281'), (618, '30'), (703, '3,311')]",7:178 -"[(16, 'BIPIN DESAI MD INC.'), (236, 'MARION, OH'), (322, 'OH'), (347, 'DESAI, BIPIN M'), (514, '5,550'), (618, '59'), (703, '5,609')]",7:185 -"[(16, 'BIR, ARVINDER S'), (236, 'HUNTINGTON, WV'), (322, 'WV'), (347, 'BIR, ARVINDER S'), (568, '1,875'), (703, '1,875')]",7:192 -"[(16, 'BIRGIT AMANN, MD, PLLC'), (236, 'TROY, MI'), (322, 'MI'), (347, 'AMANN, BIRGIT H'), (511, '29,250'), (568, '7,625'), (611, '2,707'), (700, '39,582')]",7:199 -"[(16, 'BIRIE, JACLYN R'), (236, 'TOLEDO, OH'), (322, 'OH'), (347, 'BIRIE, JACLYN R'), (479, '32,188'), (568, '5,418'), (608, '14,211'), (700, '51,816')]",7:207 -"[(16, 'BIRKMIRE BEHAVIORAL HEALTHCARE, INC.'), (236, 'WINTER PARK, FL'), (322, 'FL'), (347, 'BIRKMIRE, REX A'), (511, '39,250'), (700, '39,250')]",7:214 -"[(16, 'BIZETTE, GREG A'), (236, 'COVINGTON, LA'), (322, 'LA'), (347, 'BIZETTE, GREG A'), (518, '450'), (707, '450')]",7:221 -"[(16, 'BLACK, ALEXANDER C'), (236, 'PASADENA, CA'), (322, 'CA'), (347, 'BLACK, ALEXANDER C'), (511, '11,113'), (618, '40'), (700, '11,153')]",7:228 -"[(16, 'BLACK, LATONYA '), (236, 'ANTIOCH, TN'), (322, 'TN'), (347, 'BLACK, LATONYA '), (486, '563'), (518, '600'), (703, '1,163')]",7:235 -"[(16, 'BLACK, SHAWNYA '), (236, 'MURFREESBORO, TN'), (322, 'TN'), (347, 'BLACK, SHAWNYA '), (482, '5,288'), (615, '801'), (703, '6,088')]",7:243 -"[(16, 'BLAES, PETER V'), (236, 'ROCKVILLE, MD'), (322, 'MD'), (347, 'BLAES, PETER V'), (514, '9,300'), (615, '122'), (703, '9,422')]",7:250 -"[(16, 'BLAIN, MARCIA A'), (236, 'OSCEOLA, IA'), (322, 'IA'), (347, 'BLAIN, MARCIA A'), (486, '713'), (615, '204'), (707, '916')]",7:257 -"[(16, 'BLAKE, JANICE E'), (236, 'ITHACA, NY'), (322, 'NY'), (347, 'BLAKE, JANICE E'), (482, '1,275'), (618, '88'), (703, '1,363')]",7:264 -"[(16, 'BLAKE, LESLEY M'), (236, 'MEDICAL LAKE, WA'), (322, 'WA'), (347, 'BLAKE, LESLEY M'), (514, '6,450'), (615, '104'), (703, '6,554')]",7:271 -"[(16, 'BLAKELY, JOHNETTA J'), (236, 'MEMPHIS, TN'), (322, 'TN'), (347, 'BLAKELY, JOHNETTA J'), (511, '17,713'), (615, '178'), (700, '17,891')]",7:279 -"[(16, 'BLAKER, ALAN M'), (236, 'FLORENCE, SC'), (322, 'SC'), (347, 'BLAKER, ALAN M'), (514, '5,584'), (620, '8'), (703, '5,592')]",7:286 -"[(16, 'BLANCHARD, DAN G'), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'BLANCHARD, DAN G'), (521, '84'), (710, '84')]",7:293 -"[(16, 'BLANCO‐CASTELLANOS, MARIA '), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'BLANCO‐CASTELLANOS, MARIA '), (568, '1,125'), (703, '1,125')]",7:300 -"[(16, 'BLASI, SHARON '), (236, 'FLUSHING, NY'), (322, 'NY'), (347, 'BLASI, SHARON '), (479, '11,213'), (611, '2,580'), (700, '13,793')]",7:307 -"[(16, 'BLESKE, BARRY '), (236, 'ANN ARBOR, MI'), (322, 'MI'), (347, 'BLESKE, BARRY '), (514, '2,556'), (568, '1,000'), (615, '187'), (703, '3,744')]",7:315 -"[(16, 'BLEVINS, THOMAS C'), (236, 'AUSTIN, TX'), (322, 'TX'), (347, 'BLEVINS, THOMAS C'), (511, '19,881'), (568, '5,975'), (618, '77'), (700, '25,934')]",7:322 -"[(16, 'BLIDNER, MARTIN D'), (236, 'WILKES BARRE, PA'), (322, 'PA'), (347, 'BLIDNER, MARTIN D'), (511, '25,275'), (611, '1,281'), (700, '26,556')]",7:329 -"[(16, 'BLISS RIDGWAY, JUDY '), (16, 'BLISS‐RIDGWAY, JUDY '), (236, 'SYRACUSE, NY'), (236, 'SYRACUSE, NY'), (322, 'NY'), (322, 'NY'), (347, 'BLISS RIDGWAY, JUDY '), (347, 'BLISS‐RIDGWAY, JUDY '), (482, '6,950'), (482, '6,950'), (611, '2,879'), (611, '2,879'), (703, '9,829'), (703, '9,829')]",7:336 -"[(16, 'BLOCK, ROMY J'), (236, 'HIGHLAND PARK, IL'), (322, 'IL'), (347, 'BLOCK, ROMY J'), (514, '3,281'), (703, '3,281')]",7:344 -"[(16, 'BLOCK, STAN L'), (236, 'BARDSTOWN, KY'), (322, 'KY'), (347, 'BLOCK, STAN L'), (514, '1,500'), (568, '2,000'), (615, '353'), (703, '3,853')]",7:351 -"[(16, 'BLOOM, RONALD J'), (236, 'WINDSOR LOCKS, CT'), (322, 'CT'), (347, 'BLOOM, RONALD J'), (521, '84'), (710, '84')]",7:358 -"[(16, 'BLOUNT, MORRIS A'), (236, 'EVERGREEN PARK, IL'), (322, 'IL'), (347, 'BLOUNT, MORRIS A'), (514, '1,275'), (703, '1,275')]",7:365 -"[(16, 'BLUM, MARK A'), (236, 'MORRISTOWN, NJ'), (322, 'NJ'), (347, 'BLUM, MARK A'), (514, '2,284'), (703, '2,284')]",7:372 -"[(16, 'BLYSKAL, STANLEY E'), (236, 'EAST ISLIP, NY'), (322, 'NY'), (347, 'BLYSKAL, STANLEY E'), (514, '3,375'), (618, '33'), (703, '3,408')]",7:379 -"[(16, 'BMC AND ASSOCIATES LLC'), (236, 'SHORT HILLS, NJ'), (322, 'NJ'), (347, 'COHEN, BARRY M'), (514, '4,484'), (615, '178'), (703, '4,663')]",7:387 -"[(16, 'BOATMAN, JEFF '), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'BOATMAN, JEFF '), (511, '10,725'), (611, '2,046'), (700, '12,771')]",7:394 -"[(16, 'BOCK, LINDSAY '), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'BOCK, LINDSAY '), (521, '56'), (710, '56')]",7:401 -"[(16, 'BODE, BRUCE W'), (236, 'ATLANTA, GA'), (322, 'GA'), (347, 'BODE, BRUCE W'), (511, '17,788'), (611, '1,096'), (700, '18,884')]",7:408 -"[(16, 'BODE, GREGORY A'), (236, 'PHOENIX, AZ'), (322, 'AZ'), (347, 'BODE, GREGORY A'), (511, '20,950'), (700, '20,950')]",7:415 -"[(16, 'BODWIN, JEFFREY S'), (236, 'FULLERTON, CA'), (322, 'CA'), (347, 'BODWIN, JEFFREY S'), (514, '1,100'), (618, '11'), (703, '1,111')]",7:423 -"[(16, 'BODY LANGUAGE, LLC'), (236, 'ANN ARBOR, MI'), (322, 'MI'), (347, 'NWANKWO, ROBIN '), (486, '563'), (518, '600'), (703, '1,163')]",7:430 -"[(16, 'BOENTE, MATTHEW P'), (236, 'MINNEAPOLIS, MN'), (322, 'MN'), (347, 'BOENTE, MATTHEW P'), (518, '113'), (707, '113')]",7:437 -"[(16, 'BOEVER, KATHLEEN K'), (236, 'LE MARS, IA'), (322, 'IA'), (347, 'BOEVER, KATHLEEN K'), (482, '2,738'), (611, '1,106'), (703, '3,843')]",7:444 -"[(16, 'BATTAGLIA, JOHN '), (236, 'MADISON, WI'), (322, 'WI'), (347, 'BATTAGLIA, JOHN '), (518, '600'), (707, '600')]",5:545 -"[(16, 'BAUCUM, RALPH W'), (236, 'SHREVEPORT, LA'), (322, 'LA'), (347, 'BAUCUM, RALPH W'), (514, '3,484'), (618, '40'), (703, '3,524')]",5:552 -"[(16, 'BAUMAN, WILLIAM B'), (236, 'AKRON, OH'), (322, 'OH'), (347, 'BAUMAN, WILLIAM B'), (514, '7,784'), (703, '7,784')]",5:559 -"[(16, 'BAUMGART, CHARLES L'), (236, 'ALBUQUERQUE, NM'), (322, 'NM'), (347, 'BAUMGART, CHARLES L'), (568, '4,000'), (618, '92'), (703, '4,092')]",5:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (750, 'Page 5 of 71')]",5:591 -"[(347, 'Lilly Faculty Registry')]",6:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",6:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",6:63 -"[(558, '(All amounts in US Dollars)')]",6:70 -"[(499, 'Healthcare ')]",6:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",6:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",6:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",6:88 -"[(500, 'Education '), (583, 'Related Expenses')]",6:92 -"[(467, 'Programs'), (532, 'Education Programs')]",6:95 -"[(501, 'Programs')]",6:99 -"[(16, 'BAUTISTA, BEATRIZ G'), (236, 'MCALLEN, TX'), (322, 'TX'), (347, 'BAUTISTA, BEATRIZ G'), (479, '18,263'), (611, '1,516'), (700, '19,779')]",6:106 -"[(16, 'BAYER, WILLIAM C'), (236, 'CAROL STREAM, IL'), (322, 'IL'), (347, 'BAYER, WILLIAM C'), (514, '1,950'), (618, '11'), (703, '1,961')]",6:113 -"[(16, 'BAYRAKDAR AND ASSOCIATES LLC'), (236, 'HINSDALE, IL'), (322, 'IL'), (347, 'BAYRAKDAR, AMMAR A'), (514, '1,381'), (703, '1,381')]",6:120 -"[(16, 'BEACHES PSYCHIATRY'), (236, 'JACKSONVILLE BEACH, FL'), (322, 'FL'), (347, 'KISNAD, HITEN V'), (511, '15,000'), (615, '587'), (700, '15,587')]",6:127 -"[(16, 'BEACHY, ALLEN L'), (236, 'FORT SMITH, AR'), (322, 'AR'), (347, 'BEACHY, ALLEN L'), (514, '2,800'), (618, '24'), (703, '2,824')]",6:135 -"[(16, 'BEALS, WILLIAM J'), (236, 'LIVERPOOL, NY'), (322, 'NY'), (347, 'BEALS, WILLIAM J'), (514, '6,600'), (615, '525'), (703, '7,125')]",6:142 -"[(16, 'BEAM, ROBERT K'), (236, 'SEYMOUR, TN'), (322, 'TN'), (347, 'BEAM, ROBERT K'), (514, '9,950'), (615, '766'), (700, '10,716')]",6:149 -"[(16, 'BEARD, JAMES H'), (236, 'GREENVILLE, SC'), (322, 'SC'), (347, 'BEARD, JAMES H'), (514, '1,200'), (568, '2,000'), (703, '3,200')]",6:156 -"[(16, 'BEASEY, MATTHEW D'), (236, 'BRISTOL, TN'), (322, 'TN'), (347, 'BEASEY, MATTHEW D'), (511, '14,206'), (615, '383'), (700, '14,589')]",6:163 -"[(16, 'BEASLEY, KAREN L'), (236, 'SHELBY TWP, MI'), (322, 'MI'), (347, 'BEASLEY, KAREN L'), (514, '6,800'), (615, '151'), (703, '6,951')]",6:171 -"[(16, 'BEAVERS, DANIEL J'), (236, 'VANCOUVER, WA'), (322, 'WA'), (347, 'BEAVERS, DANIEL J'), (514, '3,600'), (703, '3,600')]",6:178 -"[(16, 'BECEIRO, JOSE R'), (236, 'LUBBOCK, TX'), (322, 'TX'), (347, 'BECEIRO, JOSE R'), (514, '2,850'), (703, '2,850')]",6:185 -"[(16, 'BECK, JOSEPH C'), (236, 'FLOSSMOOR, IL'), (322, 'IL'), (347, 'BECK, JOSEPH C'), (514, '3,750'), (703, '3,750')]",6:192 -"[(16, 'BECKER, MARY B'), (236, 'LOUISVILLE, KY'), (322, 'KY'), (347, 'BECKER, MARY B'), (482, '2,588'), (618, '36'), (703, '2,623')]",6:199 -"[(16, 'BEDLACK, RICHARD S'), (236, 'DURHAM, NC'), (322, 'NC'), (347, 'BEDLACK, RICHARD S'), (511, '13,600'), (615, '470'), (700, '14,070')]",6:207 -"[(16, 'BEECH, CHERYL G'), (236, 'MOORHEAD, MN'), (322, 'MN'), (347, 'BEECH, CHERYL G'), (482, '4,725'), (615, '728'), (703, '5,453')]",6:214 -"[(16, 'BEHAM, RICHARD A'), (236, 'TOLEDO, OH'), (322, 'OH'), (347, 'BEHAM, RICHARD A'), (514, '8,756'), (615, '169'), (703, '8,925')]",6:221 -"[(16, 'BEHAVORIAL HEALTH RESOURCES'), (236, 'CAPE ELIZABETH, ME'), (322, 'ME'), (347, 'JORDAN, CONSTANCE '), (482, '3,600'), (615, '150'), (703, '3,750')]",6:228 -"[(16, 'BEHRAVAN, HOOMAN '), (236, 'SAN LEANDRO, CA'), (322, 'CA'), (347, 'BEHRAVAN, HOOMAN '), (514, '3,000'), (703, '3,000')]",6:235 -"[(16, 'BELANI, CHANDRA P'), (236, 'HERSHEY, PA'), (322, 'PA'), (347, 'BELANI, CHANDRA P'), (511, '33,000'), (566, '11,250'), (611, '1,498'), (700, '45,748')]",6:243 -"[(16, 'BELFORD, MARY E'), (236, 'KANKAKEE, IL'), (322, 'IL'), (347, 'BELFORD, MARY E'), (514, '7,450'), (703, '7,450')]",6:250 -"[(16, 'BELLAIRE NEUROLOGY, PA'), (236, 'BELLAIRE, TX'), (322, 'TX'), (347, 'LOFTUS, BRIAN D'), (511, '11,000'), (568, '1,563'), (611, '1,290'), (700, '13,853')]",6:257 -"[(16, 'BELLAM, RAJENDRA P'), (236, 'INGLIS, FL'), (322, 'FL'), (347, 'BELLAM, RAJENDRA P'), (514, '1,450'), (618, '20'), (703, '1,470')]",6:264 -"[(16, 'BELLAMY, DENE '), (236, 'DULUTH, GA'), (322, 'GA'), (347, 'BELLAMY, DENE '), (482, '2,775'), (615, '573'), (703, '3,348')]",6:271 -"[(16, 'BABA, RAUF M'), (236, 'DYERSBURG, TN'), (322, 'TN'), (347, 'BABA, RAUF M'), (514, '1,131'), (703, '1,131')]",4:502 -"[(16, 'BABAEV, ANVAR A'), (236, 'REGO PARK, NY'), (322, 'NY'), (347, 'BABAEV, ANVAR A'), (514, '6,684'), (618, '35'), (703, '6,720')]",4:509 -"[(16, 'BABEY, CHRISTINE E'), (236, 'SCOTTSDALE, AZ'), (322, 'AZ'), (347, 'BABEY, CHRISTINE E'), (482, '1,569'), (618, '69'), (703, '1,638')]",4:516 -"[(16, 'BABU RANKUPALLI MD PA'), (236, 'OCALA, FL'), (322, 'FL'), (347, 'RANKUPALLI, BABU K'), (514, '8,700'), (703, '8,700')]",4:523 -"[(16, 'BACA, SHAWN B'), (236, 'BOCA RATON, FL'), (322, 'FL'), (347, 'BACA, SHAWN B'), (514, '3,000'), (703, '3,000')]",4:531 -"[(16, 'BACH, RUSSELL W'), (236, 'AUSTIN, TX'), (322, 'TX'), (347, 'BACH, RUSSELL W'), (511, '13,050'), (615, '619'), (700, '13,669')]",4:538 -"[(16, 'BACK KIM, MD PC'), (236, 'KEW GARDENS, NY'), (322, 'NY'), (347, 'KIM, BACK K'), (514, '7,734'), (618, '48'), (703, '7,782')]",4:545 -"[(16, 'BACK, JERRY G'), (236, 'LADSON, SC'), (322, 'SC'), (347, 'BACK, JERRY G'), (518, '938'), (707, '938')]",4:552 -"[(16, 'BADGER, RODNEY S'), (236, 'SALT LAKE CITY, UT'), (322, 'UT'), (347, 'BADGER, RODNEY S'), (514, '1,834'), (703, '1,834')]",4:559 -"[(16, 'BADIKIAN, ARTHUR V'), (236, 'HARRISON, NY'), (322, 'NY'), (347, 'BADIKIAN, ARTHUR V'), (511, '47,800'), (611, '1,375'), (700, '49,175')]",4:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (750, 'Page 4 of 71')]",4:591 -"[(347, 'Lilly Faculty Registry')]",5:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",5:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",5:63 -"[(558, '(All amounts in US Dollars)')]",5:70 -"[(499, 'Healthcare ')]",5:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",5:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",5:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",5:88 -"[(500, 'Education '), (583, 'Related Expenses')]",5:92 -"[(467, 'Programs'), (532, 'Education Programs')]",5:95 -"[(501, 'Programs')]",5:99 -"[(16, 'BAHL, VIJAY K'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'BAHL, VIJAY K'), (514, '3,281'), (618, '38'), (703, '3,319')]",5:106 -"[(16, 'BAHLS, DONNA J'), (236, 'CLIVE, IA'), (322, 'IA'), (347, 'BAHLS, DONNA J'), (511, '23,225'), (611, '1,296'), (700, '24,521')]",5:113 -"[(16, 'BAIG, MIRZA W'), (236, 'FALL RIVER, MA'), (322, 'MA'), (347, 'BAIG, MIRZA W'), (514, '2,634'), (703, '2,634')]",5:120 -"[(16, 'BAILEY, DEWEY J'), (236, 'ROANOKE, VA'), (322, 'VA'), (347, 'BAILEY, DEWEY J'), (511, '16,306'), (615, '643'), (700, '16,950')]",5:127 -"[(16, 'BAILEY‐GRAY, PATRICK M'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'BAILEY‐GRAY, PATRICK M'), (482, '4,238'), (615, '884'), (703, '5,121')]",5:135 -"[(16, 'BAIRD, DENISE M'), (236, 'LANCASTER, PA'), (322, 'PA'), (347, 'BAIRD, DENISE M'), (482, '3,038'), (618, '71'), (703, '3,109')]",5:142 -"[(16, 'BAIRD, DONALD I'), (236, 'FORTUNA, CA'), (322, 'CA'), (347, 'BAIRD, DONALD I'), (514, '4,300'), (615, '235'), (703, '4,535')]",5:149 -"[(16, 'BAKER, BENITA '), (236, 'DECATUR, IL'), (322, 'IL'), (347, 'BAKER, BENITA '), (479, '39,900'), (608, '12,860'), (700, '52,760')]",5:156 -"[(16, 'BAKER, JANICE '), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'BAKER, JANICE '), (482, '3,300'), (615, '801'), (703, '4,101')]",5:163 -"[(16, 'BAKER, JOHN A'), (236, 'LANSING, MI'), (322, 'MI'), (347, 'BAKER, JOHN A'), (511, '11,850'), (615, '400'), (700, '12,250')]",5:171 -"[(16, 'BAKER, JOSEPH C'), (236, 'TALLAHASSEE, FL'), (322, 'FL'), (347, 'BAKER, JOSEPH C'), (514, '4,809'), (703, '4,809')]",5:178 -"[(16, 'BAKER, SHERMAN '), (236, 'RICHMOND, VA'), (322, 'VA'), (347, 'BAKER, SHERMAN '), (514, '5,738'), (615, '841'), (703, '6,579')]",5:185 -"[(16, 'BAKER, TAMMY J'), (236, 'VENICE, FL'), (322, 'FL'), (347, 'BAKER, TAMMY J'), (482, '6,338'), (615, '555'), (703, '6,892')]",5:192 -"[(16, 'BAKIR, STEPHEN E'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'BAKIR, STEPHEN E'), (514, '7,784'), (703, '7,784')]",5:199 -"[(16, 'BAKST, GARY '), (236, 'ALBANY, NY'), (322, 'NY'), (347, 'BAKST, GARY '), (514, '5,363'), (703, '5,363')]",5:207 -"[(16, 'BALAGUER, JUAN L'), (236, 'MAITLAND, FL'), (322, 'FL'), (347, 'BALAGUER, JUAN L'), (511, '47,750'), (611, '4,669'), (700, '52,419')]",5:214 -"[(16, 'BALDARI, DUCCIO '), (236, 'WELLINGTON, FL'), (322, 'FL'), (347, 'BALDARI, DUCCIO '), (514, '8,184'), (703, '8,184')]",5:221 -"[(16, 'BALIAN, HARRY '), (236, 'GLENDALE, CA'), (322, 'CA'), (347, 'BALIAN, HARRY '), (514, '6,884'), (703, '6,884')]",5:228 -"[(16, 'BALLARD, CAROL '), (236, 'BLACKSBURG, VA'), (322, 'VA'), (347, 'BALLARD, CAROL '), (486, '244'), (707, '244')]",5:235 -"[(16, 'BALLAS, CHRISTOS A'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'BALLAS, CHRISTOS A'), (514, '8,700'), (615, '656'), (703, '9,356')]",5:243 -"[(16, 'BALLAS, MARC S'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'BALLAS, MARC S'), (568, '1,875'), (615, '339'), (703, '2,214')]",5:250 -"[(16, 'BALLESTEROS, JOSE V'), (236, 'SANTA ROSA, CA'), (322, 'CA'), (347, 'BALLESTEROS, JOSE V'), (514, '6,684'), (615, '120'), (703, '6,804')]",5:257 -"[(16, 'BALMACEDA, CASILDA M'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'BALMACEDA, CASILDA M'), (511, '15,000'), (611, '1,990'), (700, '16,990')]",5:264 -"[(16, 'BAMAN, RAKESH I'), (236, 'POTTSTOWN, PA'), (322, 'PA'), (347, 'BAMAN, RAKESH I'), (514, '1,784'), (703, '1,784')]",5:271 -"[(16, 'BANKS, DIANA '), (236, 'LOUISVILLE, KY'), (322, 'KY'), (347, 'BANKS, DIANA '), (482, '7,163'), (615, '876'), (703, '8,038')]",5:279 -"[(16, 'BANKS, KAREN '), (236, 'NORWICH, CT'), (322, 'CT'), (347, 'BANKS, KAREN '), (514, '1,575'), (703, '1,575')]",5:286 -"[(16, 'BANSIL, RAKESH K'), (236, 'PLAINFIELD, NJ'), (322, 'NJ'), (347, 'BANSIL, RAKESH K'), (514, '1,275'), (615, '114'), (703, '1,389')]",5:293 -"[(16, 'BANTLE, JOHN P'), (236, 'MINNEAPOLIS, MN'), (322, 'MN'), (347, 'BANTLE, JOHN P'), (511, '30,450'), (611, '1,628'), (700, '32,078')]",5:300 -"[(16, 'BAPAT, AMOL S'), (236, 'ROSWELL, GA'), (322, 'GA'), (347, 'BAPAT, AMOL S'), (514, '3,484'), (618, '38'), (703, '3,522')]",5:307 -"[(16, 'BAQUET, TODD '), (236, 'LAFAYETTE, LA'), (322, 'LA'), (347, 'BAQUET, TODD '), (514, '1,200'), (703, '1,200')]",5:315 -"[(16, 'BARAM, VADIM Y'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'BARAM, VADIM Y'), (514, '4,200'), (615, '264'), (703, '4,464')]",5:322 -"[(16, 'BARBARA SOLTES, MD'), (236, 'CHICAGO, IL'), (322, 'IL'), (347, 'SOLTES, BARBARA '), (514, '9,650'), (615, '294'), (703, '9,944')]",5:329 -"[(16, 'BARDEEN, NANCY '), (16, 'BARDEEN, NANCY '), (236, 'ROCHESTER, NY'), (236, 'ROCHESTER, NY'), (322, 'NY'), (322, 'NY'), (347, 'BARDEEN, NANCY '), (347, 'BARDEEN, NANCY '), (482, '3,075'), (482, '3,075'), (615, '141'), (615, '141'), (703, '3,216'), (703, '3,216')]",5:336 -"[(16, 'BAREFOOT, JOANNA '), (236, 'WARRENTON, VA'), (322, 'VA'), (347, 'BAREFOOT, JOANNA '), (486, '806'), (618, '58'), (707, '864')]",5:344 -"[(16, 'BARIE, PHILIP S'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'BARIE, PHILIP S'), (511, '23,000'), (611, '1,568'), (700, '24,568')]",5:351 -"[(16, 'BARKIN, ROBERT L'), (236, 'DEERFIELD, IL'), (322, 'IL'), (347, 'BARKIN, ROBERT L'), (514, '1,500'), (703, '1,500')]",5:358 -"[(16, 'BARKLEY, ROVONDA '), (236, 'STATESVILLE, NC'), (322, 'NC'), (347, 'BARKLEY, ROVONDA '), (486, '900'), (707, '900')]",5:365 -"[(16, 'BARKLEY, RUSSELL A'), (236, 'MOUNT PLEASANT, SC'), (322, 'SC'), (347, 'BARKLEY, RUSSELL A'), (514, '1,800'), (566, '17,875'), (618, '89'), (700, '19,764')]",5:372 -"[(16, 'BARKMAN, LINDA L'), (236, 'HUTCHINSON, KS'), (322, 'KS'), (347, 'BARKMAN, LINDA L'), (482, '7,163'), (611, '1,734'), (703, '8,897')]",5:379 -"[(16, 'BARKSDALE, BRYAN '), (236, 'JACKSON, MS'), (322, 'MS'), (347, 'BARKSDALE, BRYAN '), (514, '1,784'), (703, '1,784')]",5:387 -"[(16, 'BARNES, MARIANNE '), (236, 'TUPELO, MS'), (322, 'MS'), (347, 'BARNES, MARIANNE '), (514, '1,800'), (618, '93'), (703, '1,893')]",5:394 -"[(16, 'BARNETT, DEBRA M'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'BARNETT, DEBRA M'), (514, '4,750'), (615, '164'), (703, '4,914')]",5:401 -"[(16, 'BARNHART, BENNY L'), (236, 'WICHITA FALLS, TX'), (322, 'TX'), (347, 'BARNHART, BENNY L'), (514, '6,450'), (618, '53'), (703, '6,503')]",5:408 -"[(16, 'BARON, ARI D'), (236, 'SAN FRANCISCO, CA'), (322, 'CA'), (347, 'BARON, ARI D'), (511, '10,125'), (700, '10,125')]",5:415 -"[(16, 'BARON, PATRICIA A'), (236, 'NORTH POTOMAC, MD'), (322, 'MD'), (347, 'BARON, PATRICIA A'), (482, '2,063'), (615, '408'), (703, '2,471')]",5:423 -"[(16, 'BARR, LISA B'), (236, 'NORFOLK, VA'), (322, 'VA'), (347, 'BARR, LISA B'), (514, '6,000'), (703, '6,000')]",5:430 -"[(16, 'BARRETT ‐ TUCK, REBECCA J'), (236, 'JONESBORO, AR'), (322, 'AR'), (347, 'BARRETT ‐ TUCK, REBECCA J'), (514, '6,950'), (615, '242'), (703, '7,192')]",5:437 -"[(16, 'BARRETT, CYNTHIA R'), (236, 'JERSEYVILLE, IL'), (322, 'IL'), (347, 'BARRETT, CYNTHIA R'), (486, '394'), (707, '394')]",5:444 -"[(16, 'BARRIER ISLANDS PSYCHIATRY P.A.'), (236, 'CHARLESTON, SC'), (322, 'SC'), (347, 'ALEXANDER, CONSTANCE J'), (511, '18,225'), (615, '517'), (700, '18,742')]",5:451 -"[(16, 'BARRY M. GERSHUNY MD'), (236, 'NORTHBROOK, IL'), (322, 'IL'), (347, 'GERSHUNY, BARRY M'), (511, '11,750'), (700, '11,750')]",5:459 -"[(16, 'BARSHACK, SCOTT '), (236, 'CORTE MADERA, CA'), (322, 'CA'), (347, 'BARSHACK, SCOTT '), (514, '9,300'), (615, '769'), (700, '10,069')]",5:466 -"[(16, 'BARSOUK, ALEXANDER '), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'BARSOUK, ALEXANDER '), (568, '3,594'), (615, '398'), (703, '3,992')]",5:473 -"[(16, 'BART DE GREGORIO, MD'), (236, 'GLEN RIDGE, NJ'), (322, 'NJ'), (347, 'MARIANO, DOMENIC L'), (514, '3,384'), (703, '3,384')]",5:480 -"[(16, 'BARTKY, ERIC J'), (236, 'SUMMIT, NJ'), (322, 'NJ'), (347, 'BARTKY, ERIC J'), (511, '25,225'), (615, '256'), (700, '25,481')]",5:487 -"[(16, 'BARTLETT, THOMAS J'), (236, 'COLORADO SPRINGS, CO'), (322, 'CO'), (347, 'BARTLETT, THOMAS J'), (514, '3,275'), (615, '571'), (703, '3,846')]",5:495 -"[(16, 'BARTON, MARY J'), (236, 'LOMBARD, IL'), (322, 'IL'), (347, 'BARTON, MARY J'), (521, '56'), (710, '56')]",5:502 -"[(16, 'BASIT, MAJID A'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'BASIT, MAJID A'), (521, '84'), (710, '84')]",5:509 -"[(16, 'BASS, TED A'), (236, 'JACKSONVILLE, FL'), (322, 'FL'), (347, 'BASS, TED A'), (511, '24,384'), (611, '1,336'), (700, '25,720')]",5:516 -"[(16, 'BASTIAENS, LEO J'), (236, 'NEW KENSINGTON, PA'), (322, 'PA'), (347, 'BASTIAENS, LEO J'), (511, '34,650'), (568, '4,000'), (611, '1,081'), (700, '39,731')]",5:523 -"[(16, 'BASU, JORGE G'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'BASU, JORGE G'), (518, '450'), (707, '450')]",5:531 -"[(16, 'BATEMAN, NICOLE A'), (236, 'CARMEL, IN'), (322, 'IN'), (347, 'BATEMAN, NICOLE A'), (568, '1,000'), (618, '74'), (703, '1,074')]",5:538 -"[(16, 'APARICIO, LUIS F'), (236, 'ERIE, PA'), (322, 'PA'), (347, 'APARICIO, LUIS F'), (514, '4,725'), (703, '4,725')]",3:437 -"[(16, 'APFELDORF, WILLIAM J'), (236, 'ALBUQUERQUE, NM'), (322, 'NM'), (347, 'APFELDORF, WILLIAM J'), (511, '10,200'), (615, '139'), (700, '10,339')]",3:444 -"[(16, 'APK CONSULTING GROUP'), (236, 'MANKATO, MN'), (322, 'MN'), (347, 'STORVICK, ERIC J'), (518, '825'), (707, '825')]",3:451 -"[(16, 'APL‐LLC'), (236, 'MILWAUKEE, WI'), (322, 'WI'), (347, 'PANKIEWICZ, JOHN '), (511, '26,250'), (611, '1,532'), (700, '27,782')]",3:459 -"[(16, 'APONTE, JUAN P'), (236, 'LYNCHBURG, VA'), (322, 'VA'), (347, 'APONTE, JUAN P'), (511, '23,550'), (572, '750'), (611, '1,571'), (700, '25,871')]",3:466 -"[(16, 'APPALACHIAN PSYCHIATRIC SERVICES'), (236, 'BECKLEY, WV'), (322, 'WV'), (347, 'FAHEEM, AHMED D'), (514, '4,800'), (615, '123'), (703, '4,923')]",3:473 -"[(16, 'AQEEL, NOORULAIN A'), (236, 'VALLEJO, CA'), (322, 'CA'), (347, 'AQEEL, NOORULAIN A'), (514, '4,950'), (615, '181'), (703, '5,131')]",3:480 -"[(16, 'AQUILA BEHAVIORAL'), (236, 'JERSEY CITY, NJ'), (322, 'NJ'), (347, 'AQUILA, RALPH F'), (511, '19,575'), (566, '12,875'), (611, '2,244'), (700, '34,694')]",3:487 -"[(16, 'ARAKAKI, RICHARD F'), (236, 'WAIPAHU, HI'), (322, 'HI'), (347, 'ARAKAKI, RICHARD F'), (511, '13,919'), (618, '14'), (700, '13,933')]",3:495 -"[(16, 'ARANDA, JUAN M'), (236, 'GAINESVILLE, FL'), (322, 'FL'), (347, 'ARANDA, JUAN M'), (521, '84'), (710, '84')]",3:502 -"[(16, 'ARASH A. HORIZON, MD INC'), (236, 'BEVERLY HILLS, CA'), (322, 'CA'), (347, 'HORIZON, ARASH A'), (514, '6,450'), (615, '157'), (703, '6,607')]",3:509 -"[(16, 'ARBOLEDA, EVELYN D'), (236, 'YORKTOWN, VA'), (322, 'VA'), (347, 'ARBOLEDA, EVELYN D'), (514, '8,050'), (615, '478'), (703, '8,528')]",3:516 -"[(16, 'ARCE‐LARA, CARLOS E'), (236, 'LOUISVILLE, KY'), (322, 'KY'), (347, 'ARCE‐LARA, CARLOS E'), (514, '9,250'), (615, '916'), (700, '10,166')]",3:523 -"[(16, 'ARELIS M. MADERA, MD, PA'), (236, 'PORT CHARLOTTE, FL'), (322, 'FL'), (347, 'MADERA, ARELIS M'), (511, '16,181'), (618, '80'), (700, '16,261')]",3:531 -"[(16, 'ARGENTO, NICHOLAS B'), (236, 'COLUMBIA, MD'), (322, 'MD'), (347, 'ARGENTO, NICHOLAS B'), (514, '5,319'), (618, '22'), (703, '5,340')]",3:538 -"[(16, 'ARGOFF, CHARLES E'), (236, 'ALBANY, NY'), (322, 'NY'), (347, 'ARGOFF, CHARLES E'), (514, '7,500'), (568, '3,000'), (611, '2,397'), (700, '12,897')]",3:545 -"[(16, 'ARIAS, ALEJANDRA '), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'ARIAS, ALEJANDRA '), (482, '3,675'), (615, '292'), (703, '3,967')]",3:552 -"[(16, 'ARIEL ZISMAN MD, PA'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'ZISMAN, ARIEL '), (514, '3,488'), (703, '3,488')]",3:559 -"[(16, 'ARIZONA SUN FAMILY MEDICINE'), (236, 'GILBERT, AZ'), (322, 'AZ'), (347, 'PATEL, RAKESHKUMAR C'), (514, '5,075'), (703, '5,075')]",3:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (750, 'Page 3 of 71')]",3:591 -"[(347, 'Lilly Faculty Registry')]",4:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",4:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",4:63 -"[(558, '(All amounts in US Dollars)')]",4:70 -"[(499, 'Healthcare ')]",4:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",4:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",4:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",4:88 -"[(500, 'Education '), (583, 'Related Expenses')]",4:92 -"[(467, 'Programs'), (532, 'Education Programs')]",4:95 -"[(501, 'Programs')]",4:99 -"[(16, 'ARJOMAND, HEIDER '), (236, 'DOVER, NH'), (322, 'NH'), (347, 'ARJOMAND, HEIDER '), (514, '7,734'), (615, '793'), (703, '8,528')]",4:106 -"[(16, 'ARMAN CONSULTING LLC'), (236, 'LAFAYETTE, LA'), (322, 'LA'), (347, 'CHANGLANI, MAHESH '), (511, '47,384'), (611, '4,302'), (700, '51,686')]",4:113 -"[(16, 'ARMAND BRAUN MD PA'), (236, 'FORT LAUDERDALE, FL'), (322, 'FL'), (347, 'BRAUN, ARMAND '), (511, '33,000'), (611, '3,952'), (700, '36,952')]",4:120 -"[(16, 'ARMAS, EDNA '), (236, 'KIRKLAND, WA'), (322, 'WA'), (347, 'ARMAS, EDNA '), (482, '1,613'), (615, '399'), (703, '2,012')]",4:127 -"[(16, 'ARMSTRONG, JULIE L'), (236, 'WACO, TX'), (322, 'TX'), (347, 'ARMSTRONG, JULIE L'), (482, '3,825'), (618, '72'), (703, '3,897')]",4:135 -"[(16, 'ARNOLD, MARY BETH '), (236, 'AUGUSTA, GA'), (322, 'GA'), (347, 'ARNOLD, MARY BETH '), (482, '3,075'), (615, '265'), (703, '3,340')]",4:142 -"[(16, 'ARNOLD, PAM '), (236, 'CHARLESTON, SC'), (322, 'SC'), (347, 'ARNOLD, PAM '), (482, '4,425'), (615, '331'), (703, '4,756')]",4:149 -"[(16, 'ARONOFF, STEPHEN L'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'ARONOFF, STEPHEN L'), (511, '18,863'), (615, '192'), (700, '19,054')]",4:156 -"[(16, 'ARONSON, RICHARD A'), (236, 'GREENSBORO, NC'), (322, 'NC'), (347, 'ARONSON, RICHARD A'), (511, '20,475'), (568, '3,000'), (611, '1,845'), (700, '25,320')]",4:163 -"[(16, 'ARORA, MADAN B'), (236, 'FLINT, MI'), (322, 'MI'), (347, 'ARORA, MADAN B'), (514, '2,313'), (618, '72'), (703, '2,385')]",4:171 -"[(16, 'ARORA, UMESH K'), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'ARORA, UMESH K'), (514, '2,634'), (703, '2,634')]",4:178 -"[(16, 'ARORA, VIKRAM J'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'ARORA, VIKRAM J'), (521, '84'), (710, '84')]",4:185 -"[(16, 'ARRINGTON, WANDA B'), (236, 'CHARLOTTE, NC'), (322, 'NC'), (347, 'ARRINGTON, WANDA B'), (482, '9,750'), (615, '877'), (700, '10,627')]",4:192 -"[(16, 'ARSLANIAN, SILVA M'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'ARSLANIAN, SILVA M'), (568, '9,188'), (618, '37'), (703, '9,225')]",4:199 -"[(16, 'ART SNYDER, MD INC.'), (236, 'LAS CRUCES, NM'), (322, 'NM'), (347, 'SNYDER, ARTHUR R'), (514, '1,250'), (615, '427'), (703, '1,677')]",4:207 -"[(15, 'ARTHRITIS & OSTEOPOROSIS CENTERS'), (236, 'EDINBURG, TX'), (322, 'TX'), (347, 'ZAMORA, JORGE C'), (511, '24,975'), (611, '2,025'), (700, '27,000')]",4:214 -"[(16, 'ARTHRITIS AND RHEUMATISM ASSOCIATES'), (236, 'CLEARWATER, FL'), (322, 'FL'), (347, 'ROSEN, ADAM M'), (511, '13,500'), (611, '1,976'), (700, '15,476')]",4:221 -"[(16, 'ARTHRITIS AND SPORTSCARE CENTER, INC.'), (236, 'PANAMA CITY, FL'), (322, 'FL'), (347, 'CRAYTON, HULON E'), (514, '4,500'), (615, '395'), (703, '4,895')]",4:228 -"[(16, 'ARTHRITIS RESEARCH OF FLORIDA, INC.'), (236, 'PALM HARBOR, FL'), (322, 'FL'), (347, 'SEBBA, ANTHONY I'), (514, '7,500'), (618, '24'), (703, '7,524')]",4:235 -"[(16, 'ARTHUR CONSULTING PC'), (236, 'AIKEN, SC'), (322, 'SC'), (347, 'ARTHUR, ANSERMO L'), (514, '4,484'), (703, '4,484')]",4:243 -"[(16, 'ARTHUR G. JAMES CANCER HOSPITAL & RICHARD J. SOLOVE RESEARCH INSTITUTE'), (236, 'COLUMBUS, OH'), (322, 'OH'), (347, 'BEKAII‐SAAB, TANIOS S'), (514, '1,350'), (703, '1,350')]",4:250 -"[(16, 'ARTHUR R. BOERNER, M.D., PSC'), (236, 'JEFFERSONVILLE, IN'), (322, 'IN'), (347, 'BOERNER, ARTHUR R'), (511, '47,675'), (611, '3,675'), (700, '51,350')]",4:257 -"[(16, 'ASHEVILLE ARTHRITIS AND OSTEOPOROSIS  CENTER'), (236, 'ASHEVILLE, NC'), (322, 'NC'), (347, 'GOWIN, KRISTIN M'), (514, '1,500'), (703, '1,500')]",4:264 -"[(16, 'ASHOURI, SHAHRYAR A'), (236, 'LOS ANGELES, CA'), (322, 'CA'), (347, 'ASHOURI, SHAHRYAR A'), (514, '8,913'), (568, '1,100'), (700, '10,013')]",4:271 -"[(16, 'ASHTON, ADAM K'), (236, 'AMHERST, NY'), (322, 'NY'), (347, 'ASHTON, ADAM K'), (511, '44,000'), (568, '3,000'), (611, '1,114'), (700, '48,114')]",4:279 -"[(16, 'ASKARI, ARMAN T'), (236, 'CLEVELAND, OH'), (322, 'OH'), (347, 'ASKARI, ARMAN T'), (514, '6,684'), (615, '379'), (703, '7,063')]",4:286 -"[(16, 'ASLAM, MUHAMMAD '), (236, 'CINCINNATI, OH'), (322, 'OH'), (347, 'ASLAM, MUHAMMAD '), (511, '12,975'), (615, '298'), (700, '13,273')]",4:293 -"[(16, 'ASPENSON, DONALD E'), (236, 'TULSA, OK'), (322, 'OK'), (347, 'ASPENSON, DONALD E'), (514, '4,881'), (618, '43'), (703, '4,924')]",4:300 -"[(16, 'ASPIRUS CLINICS'), (236, 'WAUSAU, WI'), (322, 'WI'), (347, 'GORDON, LAURENCE R'), (514, '2,950'), (618, '46'), (703, '2,996')]",4:307 -"[(16, 'ASSOCIATED NEUROLOGISTS PC'), (236, 'RICHMOND, VA'), (322, 'VA'), (347, 'HENNESSEY, JOHN J'), (514, '2,450'), (618, '39'), (703, '2,489')]",4:315 -"[(16, 'ASSOCIATED PSYCHIATRIC CONSULTANTS'), (236, 'KINGWOOD, TX'), (322, 'TX'), (347, 'ROY, P K K'), (514, '3,700'), (615, '726'), (703, '4,426')]",4:322 -"[(16, 'ASSOCIATES IN ENDOCRINOLOGY, P.C.'), (236, 'PITTSBURGH, PA'), (322, 'PA'), (347, 'JOHNSTON, JANN M'), (514, '4,405'), (618, '20'), (703, '4,425')]",4:329 -"[(16, 'ASTROW, ALAN B'), (16, 'ASTROW, ALAN B'), (236, 'BROOKLYN, NY'), (236, 'BROOKLYN, NY'), (322, 'NY'), (322, 'NY'), (347, 'ASTROW, ALAN B'), (347, 'ASTROW, ALAN B'), (518, '338'), (518, '338'), (707, '338'), (707, '338')]",4:336 -"[(16, 'ATASSI, KEITH '), (236, 'VALPARAISO, IN'), (322, 'IN'), (347, 'ATASSI, KEITH '), (514, '5,584'), (572, '625'), (615, '240'), (703, '6,450')]",4:344 -"[(16, 'ATEM, LESLIE N'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'ATEM, LESLIE N'), (568, '1,453'), (615, '156'), (703, '1,610')]",4:351 -"[(16, 'ATHENS HEART CENTER'), (236, 'ATHENS, GA'), (322, 'GA'), (347, 'AGRAWAL, SUBODH K'), (514, '3,484'), (618, '40'), (703, '3,524')]",4:358 -"[(16, 'ATLANTA PSYCHIATRIC INSTITUTE'), (236, 'ROSWELL, GA'), (322, 'GA'), (347, 'CHILAKAMARRI, JAGAN K'), (514, '2,700'), (572, '750'), (703, '3,450')]",4:365 -"[(16, 'ATLANTIC COAST RHEUMATOLOGY P.C.'), (236, 'TOMS RIVER, NJ'), (322, 'NJ'), (347, 'DHAR, RAJAT K'), (514, '1,500'), (618, '44'), (703, '1,544')]",4:372 -"[(16, 'ATO ENTERPRISES, INC.'), (236, 'CANBY, OR'), (322, 'OR'), (347, 'DURANT, RHONDA L'), (521, '75'), (710, '75')]",4:379 -"[(16, 'ATTANASIO, MICHAEL J'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'ATTANASIO, MICHAEL J'), (514, '7,800'), (615, '134'), (703, '7,934')]",4:387 -"[(16, 'ATTANTI, SRINVINERICH '), (236, 'INVERNESS, FL'), (322, 'FL'), (347, 'ATTANTI, SRINVINERICH '), (511, '11,184'), (700, '11,184')]",4:394 -"[(16, 'AUERON, FRED '), (236, 'MILLBURN, NJ'), (322, 'NJ'), (347, 'AUERON, FRED '), (514, '3,384'), (618, '48'), (703, '3,432')]",4:401 -"[(16, 'AUGUSTA FAMILY MEDICINE ASSOCIATES, P.A.'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'NGUYEN, JOSHUA A'), (514, '5,450'), (703, '5,450')]",4:408 -"[(16, 'AULL, EDWARD B'), (236, 'CARMEL, IN'), (322, 'IN'), (347, 'AULL, EDWARD B'), (514, '1,200'), (703, '1,200')]",4:415 -"[(16, 'AURORA MEDICAL ASSOCIATES, PC'), (236, 'AURORA, CO'), (322, 'CO'), (347, 'SHERMAN, EUGENE E'), (514, '4,484'), (703, '4,484')]",4:423 -"[(16, 'AVERY, JAMES G'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'AVERY, JAMES G'), (511, '13,475'), (615, '964'), (700, '14,439')]",4:430 -"[(16, 'AVINASH C. GUPTA, MD, PC'), (236, 'LAKEWOOD, NJ'), (322, 'NJ'), (347, 'GUPTA, AVINASH C'), (514, '2,634'), (703, '2,634')]",4:437 -"[(16, 'AWADALLA, SYLVIA '), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'AWADALLA, SYLVIA '), (514, '3,000'), (703, '3,000')]",4:444 -"[(16, 'AWWA, BASSAM '), (236, 'STONINGTON, CT'), (322, 'CT'), (347, 'AWWA, BASSAM '), (514, '9,300'), (615, '364'), (703, '9,664')]",4:451 -"[(16, 'AXELROD, RICHARD J'), (236, 'FOLSOM, CA'), (322, 'CA'), (347, 'AXELROD, RICHARD J'), (514, '2,634'), (618, '23'), (703, '2,657')]",4:459 -"[(16, 'AYALA CUERVOS, JOSE R'), (236, 'BAYAMON, PR'), (322, 'PR'), (347, 'AYALA CUERVOS, JOSE R'), (518, '975'), (707, '975')]",4:466 -"[(16, 'AYALA, RICARDO '), (236, 'TALLAHASSEE, FL'), (322, 'FL'), (347, 'AYALA, RICARDO '), (514, '1,500'), (703, '1,500')]",4:473 -"[(16, 'AYCINENA, PATRICIO R'), (236, 'LORAIN, OH'), (322, 'OH'), (347, 'AYCINENA, PATRICIO R'), (518, '281'), (707, '281')]",4:480 -"[(16, 'AYMAN KARKOUTLY, M.D. PA'), (236, 'LUBBOCK, TX'), (322, 'TX'), (347, 'KARKOUTLY, AYMAN '), (518, '563'), (707, '563')]",4:487 -"[(16, 'B.E. FORGEY, INC.'), (236, 'BATON ROUGE, LA'), (322, 'LA'), (347, 'FORGEY, BURL E'), (511, '10,550'), (700, '10,550')]",4:495 -"[(16, 'AJOC, MISTI '), (236, 'OAKLAND, TN'), (322, 'TN'), (347, 'AJOC, MISTI '), (486, '225'), (618, '50'), (707, '275')]",2:156 -"[(16, 'AKERS, REBECCA A'), (236, 'VINCENNES, IN'), (322, 'IN'), (347, 'AKERS, REBECCA A'), (486, '900'), (707, '900')]",2:163 -"[(16, 'AKHRASS, FIRAS '), (236, 'SAN ANTONIO, TX'), (322, 'TX'), (347, 'AKHRASS, FIRAS '), (511, '26,694'), (700, '26,694')]",2:171 -"[(16, 'AKHTAR, NADEEM '), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'AKHTAR, NADEEM '), (514, '3,188'), (703, '3,188')]",2:178 -"[(16, 'ALARIO, FRANK C'), (236, 'MARLBORO, NJ'), (322, 'NJ'), (347, 'ALARIO, FRANK C'), (514, '2,556'), (618, '76'), (703, '2,632')]",2:185 -"[(16, 'ALATHARI, HUSAM K'), (236, 'FALLS CHURCH, VA'), (322, 'VA'), (347, 'ALATHARI, HUSAM K'), (511, '12,075'), (615, '986'), (700, '13,061')]",2:192 -"[(16, 'ALBERT J. MARANO, MD'), (236, 'JOHNSTON, RI'), (322, 'RI'), (347, 'MARANO, ALBERT J'), (511, '10,000'), (615, '358'), (700, '10,358')]",2:199 -"[(16, 'ALBERT, JANICE '), (236, 'JOHNSTOWN, PA'), (322, 'PA'), (347, 'ALBERT, JANICE '), (482, '4,200'), (615, '219'), (703, '4,419')]",2:207 -"[(16, 'ALBIRINI, ABDULHAY '), (236, 'ZANESVILLE, OH'), (322, 'OH'), (347, 'ALBIRINI, ABDULHAY '), (511, '11,084'), (615, '159'), (700, '11,243')]",2:214 -"[(16, 'AL‐BOTROS, ADONIS S'), (236, 'OKLAHOMA CITY, OK'), (322, 'OK'), (347, 'AL‐BOTROS, ADONIS S'), (514, '4,500'), (615, '236'), (703, '4,736')]",2:221 -"[(16, 'ALCANTARA GONZALEZ, AURORA A'), (236, 'BAYAMON, PR'), (322, 'PR'), (347, 'ALCANTARA GONZALEZ, AURORA A'), (514, '4,488'), (703, '4,488')]",2:228 -"[(16, 'ALCHEMI PHARMA, LLC'), (236, 'GARNET VALLEY, PA'), (322, 'PA'), (347, 'BELAZI, DEA '), (566, '23,250'), (615, '306'), (700, '23,556')]",2:235 -"[(16, 'ALEGRE HERNANDEZ, MANUEL A'), (236, 'RIO PIEDRAS, PR'), (322, 'PR'), (347, 'ALEGRE HERNANDEZ, MANUEL A'), (514, '8,756'), (703, '8,756')]",2:243 -"[(16, 'ALEMAN, MARY '), (236, 'MEADOW VISTA, CA'), (322, 'CA'), (347, 'ALEMAN, MARY '), (482, '4,825'), (611, '1,000'), (703, '5,825')]",2:250 -"[(16, 'ALEX, NADINE H'), (236, 'ROGERS, AR'), (322, 'AR'), (347, 'ALEX, NADINE H'), (514, '1,031'), (703, '1,031')]",2:257 -"[(16, 'ALEXANDER, JEANNE L'), (236, 'BERKELEY, CA'), (322, 'CA'), (347, 'ALEXANDER, JEANNE L'), (514, '1,500'), (615, '152'), (703, '1,652')]",2:264 -"[(16, 'ALEXANDER, LISA G'), (236, 'EVANSVILLE, IN'), (322, 'IN'), (347, 'ALEXANDER, LISA G'), (482, '2,738'), (615, '572'), (703, '3,309')]",2:271 -"[(16, 'ALEXANDER, MYRNA E'), (236, 'JACKSON, MS'), (322, 'MS'), (347, 'ALEXANDER, MYRNA E'), (514, '2,284'), (703, '2,284')]",2:279 -"[(16, 'ALEXOPOULOS, GEORGE S'), (236, 'WHITE PLAINS, NY'), (322, 'NY'), (347, 'ALEXOPOULOS, GEORGE S'), (514, '7,950'), (615, '456'), (703, '8,406')]",2:286 -"[(16, 'ALFONSO, ABEL '), (236, 'FREDERICKSBURG, VA'), (322, 'VA'), (347, 'ALFONSO, ABEL '), (514, '3,225'), (615, '799'), (703, '4,024')]",2:293 -"[(16, 'ALGAZY, KENNETH M'), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'ALGAZY, KENNETH M'), (518, '113'), (707, '113')]",2:300 -"[(16, 'ALGEO, STEPHEN S'), (236, 'TUCSON, AZ'), (322, 'AZ'), (347, 'ALGEO, STEPHEN S'), (514, '7,784'), (618, '68'), (703, '7,852')]",2:307 -"[(16, 'ALHAJ, MOUSSA M'), (236, 'ASHLAND, KY'), (322, 'KY'), (347, 'ALHAJ, MOUSSA M'), (514, '2,700'), (618, '15'), (703, '2,715')]",2:315 -"[(16, 'ALI A. BAZZI, MD, LLC'), (236, 'NORTH MIAMI BEACH, FL'), (322, 'FL'), (347, 'BAZZI, ALI A'), (514, '1,184'), (703, '1,184')]",2:322 -"[(16, 'ALI, NADIR N'), (236, 'WEBSTER, TX'), (322, 'TX'), (347, 'ALI, NADIR N'), (511, '24,284'), (568, '1,100'), (615, '645'), (700, '26,029')]",2:329 -"[(16, 'ALI, SALEEM A'), (16, 'ALI, SALEEM A'), (236, 'COLUMBUS, MS'), (236, 'COLUMBUS, MS'), (322, 'MS'), (322, 'MS'), (347, 'ALI, SALEEM A'), (347, 'ALI, SALEEM A'), (514, '5,275'), (514, '5,275'), (703, '5,275'), (703, '5,275')]",2:336 -"[(16, 'AL‐KASSAB, ABDUL K'), (236, 'ROCHESTER HILLS, MI'), (322, 'MI'), (347, 'AL‐KASSAB, ABDUL K'), (511, '15,381'), (618, '76'), (700, '15,458')]",2:344 -"[(16, 'AL‐KHAYER, FADI '), (236, 'STORRS MANSFIELD, CT'), (322, 'CT'), (347, 'AL‐KHAYER, FADI '), (511, '10,581'), (615, '153'), (700, '10,734')]",2:351 -"[(16, 'ALLABABIDI, HISHAM F'), (236, 'OWENSBORO, KY'), (322, 'KY'), (347, 'ALLABABIDI, HISHAM F'), (514, '1,838'), (618, '54'), (703, '1,891')]",2:358 -"[(16, 'ALLAN, JOHN J'), (236, 'STATESVILLE, NC'), (322, 'NC'), (347, 'ALLAN, JOHN J'), (521, '84'), (710, '84')]",2:365 -"[(16, 'ALLAQABAND, SUHAIL Q'), (236, 'MILWAUKEE, WI'), (322, 'WI'), (347, 'ALLAQABAND, SUHAIL Q'), (514, '2,284'), (703, '2,284')]",2:372 -"[(16, 'ALLEGRA, EDWARD C'), (236, 'RED BANK, NJ'), (322, 'NJ'), (347, 'ALLEGRA, EDWARD C'), (514, '6,200'), (615, '122'), (703, '6,322')]",2:379 -"[(16, 'ALLEN KUO D.O.S.C.'), (236, 'PALATINE, IL'), (322, 'IL'), (347, 'KUO, ALLEN '), (514, '5,450'), (615, '451'), (703, '5,901')]",2:387 -"[(16, 'ALLEN, CONNETTE R'), (236, 'COTTAGE GROVE, MN'), (322, 'MN'), (347, 'ALLEN, CONNETTE R'), (482, '7,338'), (615, '945'), (703, '8,283')]",2:394 -"[(16, 'ALLEN, CYNTHIA E'), (236, 'FLOWOOD, MS'), (322, 'MS'), (347, 'ALLEN, CYNTHIA E'), (514, '2,800'), (703, '2,800')]",2:401 -"[(16, 'ALLEN, JOHN W'), (236, 'LA MESA, CA'), (322, 'CA'), (347, 'ALLEN, JOHN W'), (511, '11,100'), (618, '46'), (700, '11,146')]",2:408 -"[(16, 'ALLEN, MARY J'), (236, 'BOLIVAR, TN'), (322, 'TN'), (347, 'ALLEN, MARY J'), (514, '6,150'), (611, '1,529'), (703, '7,679')]",2:415 -"[(16, 'ALLENBRAND, BRIAN T'), (236, 'WPAFB, OH'), (322, 'OH'), (347, 'ALLENBRAND, BRIAN T'), (514, '6,331'), (615, '289'), (703, '6,620')]",2:423 -"[(16, 'ALLIED BEHAVIORAL CONSULTANTS, INC'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'KREISMAN, JEROLD J'), (511, '30,300'), (615, '388'), (700, '30,688')]",2:430 -"[(16, 'ALLISON, JON D'), (236, 'SARATOGA SPRINGS, NY'), (322, 'NY'), (347, 'ALLISON, JON D'), (514, '3,850'), (615, '880'), (703, '4,730')]",2:437 -"[(16, 'ALLISON, SUSAN C'), (236, 'EASTON, PA'), (322, 'PA'), (347, 'ALLISON, SUSAN C'), (479, '11,888'), (611, '1,995'), (700, '13,882')]",2:444 -"[(16, 'ALLYN, JEFFERY L'), (236, 'DES MOINES, IA'), (322, 'IA'), (347, 'ALLYN, JEFFERY L'), (518, '100'), (707, '100')]",2:451 -"[(16, 'ALM, KATHLEEN A'), (236, 'INDEPENDENCE, MO'), (322, 'MO'), (347, 'ALM, KATHLEEN A'), (518, '281'), (707, '281')]",2:459 -"[(16, 'ALMHANA, DIAB M'), (236, 'AVON LAKE, OH'), (322, 'OH'), (347, 'ALMHANA, DIAB M'), (514, '7,450'), (611, '1,128'), (703, '8,578')]",2:466 -"[(16, 'AL‐MUBASLAT, AHMAD N'), (236, 'KANSAS CITY, MO'), (322, 'MO'), (347, 'AL‐MUBASLAT, AHMAD N'), (514, '2,700'), (618, '34'), (703, '2,734')]",2:473 -"[(16, 'AL‐NAJJAR, MAJDI S'), (236, 'NILES, MI'), (322, 'MI'), (347, 'AL‐NAJJAR, MAJDI S'), (514, '1,031'), (703, '1,031')]",2:480 -"[(16, 'ALONSO, MARIA DEL CONSUELO '), (236, 'MINEOLA, NY'), (322, 'NY'), (347, 'ALONSO, MARIA DEL CONSUELO '), (618, '80'), (710, '80')]",2:487 -"[(16, 'ALPINE CLINIC LLC'), (236, 'LAFAYETTE, IN'), (322, 'IN'), (347, 'ELKHALILI, NIZAR '), (511, '14,550'), (615, '822'), (700, '15,372')]",2:495 -"[(16, 'ALREFAI, HISHAM A'), (236, 'SCOTTSBURG, IN'), (322, 'IN'), (347, 'ALREFAI, HISHAM A'), (511, '15,863'), (618, '90'), (700, '15,953')]",2:502 -"[(16, 'ALSHAB, ANDREW K'), (236, 'PORTAGE, MI'), (322, 'MI'), (347, 'ALSHAB, ANDREW K'), (511, '18,000'), (700, '18,000')]",2:509 -"[(16, 'ALSHAMI, EMAD '), (236, 'MIDDLETOWN, OH'), (322, 'OH'), (347, 'ALSHAMI, EMAD '), (514, '1,275'), (615, '131'), (703, '1,406')]",2:516 -"[(16, 'ALTA MESA FAMILY MEDICAL CENTER LTD.'), (236, 'MESA, AZ'), (322, 'AZ'), (347, 'IZENBERG, DAVID C'), (514, '6,375'), (703, '6,375')]",2:523 -"[(16, 'ALTARSHAN, ABDALLAH '), (236, 'EVERGREEN PARK, IL'), (322, 'IL'), (347, 'ALTARSHAN, ABDALLAH '), (514, '1,781'), (703, '1,781')]",2:531 -"[(16, 'ALTESMAN, RICHARD I'), (236, 'CARMEL, NY'), (322, 'NY'), (347, 'ALTESMAN, RICHARD I'), (511, '32,500'), (568, '1,250'), (611, '5,029'), (700, '38,779')]",2:538 -"[(16, 'ALTMAN, ALAN P'), (236, 'SPRINGDALE, OH'), (322, 'OH'), (347, 'ALTMAN, ALAN P'), (511, '16,075'), (611, '1,238'), (700, '17,313')]",2:545 -"[(16, 'ALTMAN, LEE S'), (236, 'QUINCY, MA'), (322, 'MA'), (347, 'ALTMAN, LEE S'), (518, '450'), (707, '450')]",2:552 -"[(16, 'ALVAREZ, MICHELLE D'), (236, 'MCALLEN, TX'), (322, 'TX'), (347, 'ALVAREZ, MICHELLE D'), (482, '3,375'), (618, '38'), (703, '3,413')]",2:559 -"[(16, 'ALVAREZ, RONALD D'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'ALVAREZ, RONALD D'), (514, '5,163'), (703, '5,163')]",2:567 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (750, 'Page 2 of 71')]",2:591 -"[(347, 'Lilly Faculty Registry')]",3:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",3:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",3:63 -"[(558, '(All amounts in US Dollars)')]",3:70 -"[(499, 'Healthcare ')]",3:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",3:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",3:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",3:88 -"[(500, 'Education '), (583, 'Related Expenses')]",3:92 -"[(467, 'Programs'), (532, 'Education Programs')]",3:95 -"[(501, 'Programs')]",3:99 -"[(16, 'ALZOHAILI MEDICAL CONSULTANTS'), (236, 'BLOOMFIELD HILLS, MI'), (322, 'MI'), (347, 'ALZOHAILI, OPADA '), (511, '23,306'), (572, '875'), (615, '611'), (700, '24,793')]",3:106 -"[(16, 'AMADEUS MULTIMEDIA TECHNOLOGIES, LTD.'), (236, 'IRVINGTON, NY'), (322, 'NY'), (347, 'MERCANDO, ANTHONY D'), (521, '84'), (710, '84')]",3:113 -"[(16, 'AMADO F. SUAREZ, MD P.A.'), (236, 'BRANDON, FL'), (322, 'FL'), (347, 'SUAREZ, AMADO F'), (511, '25,750'), (611, '1,845'), (700, '27,595')]",3:120 -"[(16, 'AMAN, SALEEM '), (236, 'FRANKLIN, WI'), (322, 'WI'), (347, 'AMAN, SALEEM '), (511, '19,800'), (611, '1,713'), (700, '21,513')]",3:127 -"[(16, 'AMERICAN TELEMEDICINE CENTER CORPORATION'), (236, 'SAN JUAN, PR'), (322, 'PR'), (347, 'COLON VEGA, GILDRED E'), (514, '4,225'), (615, '177'), (703, '4,402')]",3:135 -"[(16, 'AMEZCUA‐PATINO, BHCE'), (236, 'CHANDLER, AZ'), (322, 'AZ'), (347, 'AMEZCUA‐PATINO, LAURO '), (511, '51,750'), (568, '6,000'), (611, '3,024'), (700, '60,774')]",3:142 -"[(16, 'AMIN HEART ASSOCIATE'), (236, 'EASTON, PA'), (322, 'PA'), (347, 'AMIN, DEVENDRA K'), (514, '2,634'), (703, '2,634')]",3:149 -"[(16, 'AMIN, DEVENDRA K'), (236, 'PHILLIPSBURG, NJ'), (322, 'NJ'), (347, 'AMIN, DEVENDRA K'), (514, '1,700'), (703, '1,700')]",3:156 -"[(16, 'AMINI, JAVID R'), (236, 'KINGSTON, PA'), (322, 'PA'), (347, 'AMINI, JAVID R'), (514, '6,034'), (703, '6,034')]",3:163 -"[(16, 'AMIR, DORON '), (236, 'BRIDGEPORT, CT'), (322, 'CT'), (347, 'AMIR, DORON '), (514, '5,584'), (618, '20'), (703, '5,604')]",3:171 -"[(16, 'AMIT VIJAPURA, MD'), (236, 'JACKSONVILLE, FL'), (322, 'FL'), (347, 'VIJAPURA, AMIT K'), (511, '19,950'), (615, '967'), (700, '20,917')]",3:178 -"[(16, 'AMUNDSON, HELEN '), (236, 'HELENA, MT'), (322, 'MT'), (347, 'AMUNDSON, HELEN '), (482, '1,125'), (615, '110'), (703, '1,235')]",3:185 -"[(16, 'ANAGNOSTIS, GEORGE '), (236, 'ARLINGTON, TX'), (322, 'TX'), (347, 'ANAGNOSTIS, GEORGE '), (511, '47,306'), (611, '4,307'), (700, '51,613')]",3:192 -"[(16, 'ANAYS SANTANA‐IZQUIERDO, MD, PA'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'SANTANA‐IZQUIERDO, ANAYS J'), (514, '3,400'), (703, '3,400')]",3:199 -"[(16, 'ANDARIESE, JUDITH '), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'ANDARIESE, JUDITH '), (482, '8,100'), (611, '1,333'), (703, '9,433')]",3:207 -"[(16, 'ANDERSON FAMILY HEALTHCARE'), (236, 'VERSAILLES, KY'), (322, 'KY'), (347, 'WELLING, MICHELE M'), (511, '16,025'), (572, '375'), (611, '1,927'), (700, '18,327')]",3:214 -"[(16, 'ANDERSON HEART PHYSICIANS PC'), (236, 'OAK RIDGE, TN'), (322, 'TN'), (347, 'TEAGUE, STEPHEN M'), (521, '84'), (710, '84')]",3:221 -"[(16, 'ANDERSON, BARBARA J'), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'ANDERSON, BARBARA J'), (568, '2,500'), (703, '2,500')]",3:228 -"[(16, 'ANDERSON, DANIEL D'), (236, 'TORRANCE, CA'), (322, 'CA'), (347, 'ANDERSON, DANIEL D'), (514, '3,050'), (615, '274'), (703, '3,324')]",3:235 -"[(16, 'ANDERSON, JOHN E'), (236, 'NASHVILLE, TN'), (322, 'TN'), (347, 'ANDERSON, JOHN E'), (511, '25,263'), (611, '1,043'), (700, '26,305')]",3:243 -"[(16, 'ANDERSON, MILTON W'), (236, 'JEFFERSON, LA'), (322, 'LA'), (347, 'ANDERSON, MILTON W'), (514, '4,875'), (618, '42'), (703, '4,917')]",3:250 -"[(16, 'ANDERSON, SAMUEL R'), (236, 'GROVE CITY, OH'), (322, 'OH'), (347, 'ANDERSON, SAMUEL R'), (511, '15,044'), (618, '44'), (700, '15,087')]",3:257 -"[(16, 'ANDERSON, SANDRA L'), (236, 'LENEXA, KS'), (322, 'KS'), (347, 'ANDERSON, SANDRA L'), (486, '600'), (618, '74'), (707, '674')]",3:264 -"[(16, 'ANDERSON, STAN R'), (236, 'NORTH CANTON, OH'), (322, 'OH'), (347, 'ANDERSON, STAN R'), (511, '43,450'), (568, '3,000'), (611, '4,531'), (700, '50,981')]",3:271 -"[(16, 'ANDREW D. HENRY MD'), (236, 'TAMPA, FL'), (322, 'FL'), (347, 'HENRY, ANDREW D'), (518, '975'), (707, '975')]",3:279 -"[(16, 'ANDREWS, STEPHEN J'), (236, 'TOLEDO, OH'), (322, 'OH'), (347, 'ANDREWS, STEPHEN J'), (511, '15,625'), (615, '934'), (700, '16,559')]",3:286 -"[(16, 'ANGEL, NANCY '), (236, 'SOUTHFIELD, MI'), (322, 'MI'), (347, 'ANGEL, NANCY '), (482, '2,963'), (615, '254'), (703, '3,217')]",3:293 -"[(16, 'ANGELES WORLD, INC.'), (236, 'GRANADA HILLS, CA'), (322, 'CA'), (347, 'ANGELES, ADA '), (479, '34,369'), (611, '5,853'), (700, '40,221')]",3:300 -"[(16, 'ANGELOPOULOS, PETER '), (236, 'GARDEN CITY, NY'), (322, 'NY'), (347, 'ANGELOPOULOS, PETER '), (514, '2,284'), (618, '18'), (703, '2,302')]",3:307 -"[(16, 'ANGIOLILLO, DOMINICK J'), (236, 'JACKSONVILLE, FL'), (322, 'FL'), (347, 'ANGIOLILLO, DOMINICK J'), (511, '34,734'), (611, '4,269'), (700, '39,003')]",3:315 -"[(16, 'ANIKE, PAUL N'), (236, 'LIMA, OH'), (322, 'OH'), (347, 'ANIKE, PAUL N'), (514, '5,184'), (703, '5,184')]",3:322 -"[(16, 'ANIL PARIKH MD, INC.'), (236, 'AKRON, OH'), (322, 'OH'), (347, 'PARIKH, ANIL M'), (511, '45,300'), (611, '9,205'), (700, '54,505')]",3:329 -"[(16, 'ANLAK, INC,'), (16, 'ANLAK, INC,'), (236, 'LAKEWOOD, OH'), (236, 'LAKEWOOD, OH'), (322, 'OH'), (322, 'OH'), (347, 'LICATA, ANGELO A'), (347, 'LICATA, ANGELO A'), (511, '25,375'), (511, '25,375'), (615, '954'), (615, '954'), (700, '26,329'), (700, '26,329')]",3:336 -"[(16, 'ANN M. BABBITT, MD, PA'), (236, 'SOUTH PORTLAND, ME'), (322, 'ME'), (347, 'BABBITT, ANN M'), (568, '1,641'), (703, '1,641')]",3:344 -"[(16, 'ANNA K. IMPERATO, MD PLLC'), (236, 'MANHASSET, NY'), (322, 'NY'), (347, 'IMPERATO, ANNA K'), (514, '2,700'), (618, '18'), (703, '2,718')]",3:351 -"[(16, 'ANNABI, MICHAEL H'), (236, 'EL PASO, TX'), (322, 'TX'), (347, 'ANNABI, MICHAEL H'), (514, '1,400'), (703, '1,400')]",3:358 -"[(16, 'ANOOSHIAN, JOHN V'), (236, 'LAS VEGAS, NV'), (322, 'NV'), (347, 'ANOOSHIAN, JOHN V'), (511, '20,825'), (611, '4,770'), (700, '25,595')]",3:365 -"[(16, 'ANOVA PSYCHIATRIC SERVICES'), (236, 'AURORA, OH'), (322, 'OH'), (347, 'ZEDAR, MARK J'), (618, '37'), (710, '37')]",3:372 -"[(16, 'ANSCHEL, DOLORES '), (236, 'MURRELLS INLET, SC'), (322, 'SC'), (347, 'ANSCHEL, DOLORES '), (482, '5,513'), (615, '333'), (703, '5,845')]",3:379 -"[(16, 'ANSEL, BAULO '), (236, 'RICHMOND, CA'), (322, 'CA'), (347, 'ANSEL, BAULO '), (482, '5,063'), (611, '1,224'), (703, '6,286')]",3:387 -"[(16, 'ANTHONY GERACI, MD PC'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'GERACI, ANTHONY R'), (511, '24,000'), (615, '448'), (700, '24,448')]",3:394 -"[(16, 'ANTHONY, KARA '), (236, 'CHARLEROI, PA'), (322, 'PA'), (347, 'ANTHONY, KARA '), (486, '638'), (621, '3'), (707, '640')]",3:401 -"[(16, 'ANTO, MALIAKAL J'), (236, 'HUNTINGTON, NY'), (322, 'NY'), (347, 'ANTO, MALIAKAL J'), (521, '84'), (615, '100'), (707, '184')]",3:408 -"[(16, 'ANTONIO CUSI, MD'), (236, 'FAYETTEVILLE, NC'), (322, 'NC'), (347, 'CUSI, ANTONIO '), (511, '17,900'), (615, '403'), (700, '18,303')]",3:415 -"[(16, 'ANWAR, MUHAMMAD '), (236, 'NORMAN, OK'), (322, 'OK'), (347, 'ANWAR, MUHAMMAD '), (521, '84'), (710, '84')]",3:423 -"[(16, 'AP PSYCHIATRIC AND COUNSELING SERVICES, INC.'), (236, 'JACKSONVILLE, FL'), (322, 'FL'), (347, 'PATHAK, ANJALI A'), (511, '25,500'), (611, '6,042'), (700, '31,542')]",3:430 -"[(347, 'Lilly Faculty Registry')]",1:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",1:38 -"[(16, 'The Lilly Faculty Registry reports direct and indirect payments by Lilly, as well as Lilly’s portion of alliance partnership payments, to health care professionals serving as faculty members. When the ""Entity Paid"" is a company, hospital or university, and there is a different name listed as the service provider, it ')]",1:63 -"[(16, 'reflects an indirect payment which may or may not actually have been received in whole or in part by the listed service provider. For more information, see www.lillyfacultyregistry.com.')]",1:70 -"[(64, 'Click here for a guide to reading the Lilly Faculty Registry Report'), (370, 'Click here for a Glossary of terms'), (536, 'Click here for information about Lilly Faculty Services')]",1:94 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",1:118 -"[(558, '(All amounts in US Dollars)')]",1:125 -"[(499, 'Healthcare ')]",1:133 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",1:136 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",1:140 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",1:143 -"[(500, 'Education '), (583, 'Related Expenses')]",1:147 -"[(467, 'Programs'), (532, 'Education Programs')]",1:151 -"[(501, 'Programs')]",1:154 -"[(16, '4 WELLNESS R.D., INC.'), (236, 'ROCKFORD, TN'), (322, 'TN'), (347, 'SCHENK, NANCY '), (482, '3,788'), (615, '273'), (703, '4,060')]",1:161 -"[(16, 'A & R EDUCATIONAL GROUP, LLC'), (236, 'BIRMINGHAM, AL'), (322, 'AL'), (347, 'MCLAIN, DAVID A'), (514, '1,500'), (703, '1,500')]",1:169 -"[(16, 'A O ENTERPRISES, INC'), (236, 'JACKSON, TN'), (322, 'TN'), (347, 'ODHAV, SATISH K'), (511, '10,600'), (615, '440'), (700, '11,040')]",1:176 -"[(16, 'A. DAVTIAN MEDICAL SERVICES INC.'), (236, 'GLENDALE, CA'), (322, 'CA'), (347, 'DAVTIAN, ARAKEL '), (514, '4,300'), (703, '4,300')]",1:183 -"[(16, 'A. W. KEDIA MD, INC.'), (236, 'SOLON, OH'), (322, 'OH'), (347, 'KEDIA, ANURAG W'), (518, '575'), (707, '575')]",1:190 -"[(16, 'A.E.C. CONSULTING'), (236, 'OKLAHOMA CITY, OK'), (322, 'OK'), (347, 'CRANMER, KERRY W'), (511, '11,925'), (700, '11,925')]",1:197 -"[(16, 'A1 CERTIFIED DIABETES EDUCATORS, LLC'), (236, 'GILBERT, AZ'), (322, 'AZ'), (347, 'WARD, JANET '), (482, '3,125'), (615, '302'), (703, '3,427')]",1:205 -"[(16, 'AAVALON'), (236, 'LITTLE ROCK, AR'), (322, 'AR'), (347, 'PROVIDERS OF SERVICE: '), (511, '46,950'), (568, '3,000'), (611, '3,980'), (700, '53,930')]",1:212 -"[(347, 'SMITH, LESLIE G;')]",1:219 -"[(347, 'TILLEMANS, TAD C')]",1:226 -"[(16, 'ABADIER, RAFIK '), (236, 'THE VILLAGES, FL'), (322, 'FL'), (347, 'ABADIER, RAFIK '), (514, '2,284'), (703, '2,284')]",1:233 -"[(16, 'ABBAS MOTAZEDI, M.D.'), (236, 'GREAT FALLS, VA'), (322, 'VA'), (347, 'MOTAZEDI, ABBAS '), (514, '5,588'), (615, '105'), (703, '5,693')]",1:241 -"[(16, 'ABBAS SHEHADEH, MD'), (236, 'WEST ORANGE, NJ'), (322, 'NJ'), (347, 'SHEHADEH, ABBAS A'), (514, '3,384'), (703, '3,384')]",1:248 -"[(16, 'ABBAS, FOUAD M'), (236, 'BALTIMORE, MD'), (322, 'MD'), (347, 'ABBAS, FOUAD M'), (514, '9,250'), (615, '226'), (703, '9,476')]",1:255 -"[(16, 'ABDALLAH, RITA '), (236, 'FAIRVIEW PARK, OH'), (322, 'OH'), (347, 'ABDALLAH, RITA '), (514, '5,325'), (611, '1,640'), (703, '6,965')]",1:262 -"[(16, 'ABDULMALEK SABBAGH, MD, FACC, INC.'), (236, 'WESTON, WV'), (322, 'WV'), (347, 'SABBAGH, ABDULMACK '), (514, '5,384'), (618, '98'), (703, '5,482')]",1:269 -"[(16, 'ABEDMAHMOUD, ISSA '), (236, 'HERRIN, IL'), (322, 'IL'), (347, 'ABEDMAHMOUD, ISSA '), (518, '281'), (707, '281')]",1:277 -"[(16, 'ABEL A. GONZALEZ, MD, PC'), (236, 'BETHLEHEM, PA'), (322, 'PA'), (347, 'GONZALEZ, ABEL A'), (511, '14,300'), (615, '127'), (700, '14,427')]",1:284 -"[(16, 'ABEL, REBECCA J'), (236, 'LAFAYETTE, LA'), (322, 'LA'), (347, 'ABEL, REBECCA J'), (482, '2,250'), (618, '97'), (703, '2,347')]",1:291 -"[(16, 'ABELSETH, JILL M'), (236, 'ALBANY, NY'), (322, 'NY'), (347, 'ABELSETH, JILL M'), (514, '7,356'), (568, '2,000'), (618, '79'), (703, '9,436')]",1:298 -"[(16, 'ABINADER, AZAREL '), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'ABINADER, AZAREL '), (521, '75'), (710, '75')]",1:305 -"[(16, 'ABOUESH, AHMED I'), (236, 'YUBA CITY, CA'), (322, 'CA'), (347, 'ABOUESH, AHMED I'), (514, '3,300'), (615, '220'), (703, '3,520')]",1:313 -"[(16, 'ABOYOUSSEF, MOHAMED M'), (236, 'HONOLULU, HI'), (322, 'HI'), (347, 'ABOYOUSSEF, MOHAMED M'), (514, '4,275'), (615, '128'), (703, '4,403')]",1:320 -"[(16, 'ABRAMOVA, INNA '), (236, 'BROOKLYN, NY'), (322, 'NY'), (347, 'ABRAMOVA, INNA '), (521, '56'), (710, '56')]",1:327 -"[(16, 'ABRAMOVICH, IRENE S'), (236, 'MANCHESTER, CT'), (322, 'CT'), (347, 'ABRAMOVICH, IRENE S'), (511, '20,775'), (611, '1,304'), (700, '22,079')]",1:334 -"[(16, 'ABRUZZO, JOHN L'), (236, 'BALA CYNWYD, PA'), (322, 'PA'), (347, 'ABRUZZO, JOHN L'), (514, '1,500'), (618, '31'), (703, '1,531')]",1:341 -"[(16, 'ABUZZAHAB, FARUK S'), (236, 'SAINT LOUIS PARK, MN'), (322, 'MN'), (347, 'ABUZZAHAB, FARUK S'), (511, '17,700'), (615, '120'), (700, '17,820')]",1:349 -"[(16, 'ACADEMIC SPEAKERS OF AMERICA'), (236, 'AGUA DULCE, CA'), (322, 'CA'), (347, 'ALTMAN, ROY P'), (568, '3,000'), (615, '370'), (703, '3,370')]",1:356 -"[(16, 'ACADEMY FOR MEDICAL EDUCATION'), (236, 'SAN DIEGO, CA'), (322, 'CA'), (347, 'MAHMUD, EHTISHAM '), (514, '4,134'), (568, '1,500'), (615, '685'), (703, '6,319')]",1:363 -"[(16, 'ACCESS TO PSYCHIATRY, INC'), (236, 'CRANSTON, RI'), (322, 'RI'), (347, 'BESSETTE, ROBERT F'), (511, '31,800'), (611, '1,572'), (700, '33,372')]",1:370 -"[(16, 'ACOSTA, BRENDA M'), (236, 'MIAMI, FL'), (322, 'FL'), (347, 'ACOSTA, BRENDA M'), (514, '1,100'), (703, '1,100')]",1:377 -"[(16, 'ADAM ROTH, M.D., P.A.'), (236, 'ANNAPOLIS, MD'), (322, 'MD'), (347, 'ROTH, ADAM M'), (511, '33,225'), (615, '409'), (700, '33,634')]",1:385 -"[(16, 'ADDIE‐GENTLE, PATRICIA '), (236, 'JONESBORO, GA'), (322, 'GA'), (347, 'ADDIE‐GENTLE, PATRICIA '), (486, '300'), (615, '215'), (707, '515')]",1:392 -"[(16, 'ADDISON, HOLLAND M M'), (236, 'JACKSON, MS'), (322, 'MS'), (347, 'ADDISON, HOLLAND M M'), (514, '5,625'), (703, '5,625')]",1:399 -"[(16, 'ADDO, TAYO A'), (236, 'DALLAS, TX'), (322, 'TX'), (347, 'ADDO, TAYO A'), (514, '6,884'), (615, '618'), (703, '7,502')]",1:406 -"[(16, 'ADKINS, DOUGLAS R'), (236, 'SAINT LOUIS, MO'), (322, 'MO'), (347, 'ADKINS, DOUGLAS R'), (511, '14,963'), (618, '70'), (700, '15,033')]",1:413 -"[(16, 'ADLARD, JOHN M'), (236, 'SAINT JOHN, IN'), (322, 'IN'), (347, 'ADLARD, JOHN M'), (514, '1,781'), (703, '1,781')]",1:421 -"[(16, 'ADLER, DAVID N'), (236, 'FAR ROCKAWAY, NY'), (322, 'NY'), (347, 'ADLER, DAVID N'), (514, '4,275'), (615, '185'), (703, '4,460')]",1:428 -"[(16, 'ADM CONSULTING LLC'), (236, 'CLEVELAND, OH'), (322, 'OH'), (347, 'NEIDES, DANIEL M'), (511, '21,750'), (566, '20,250'), (611, '1,512'), (700, '43,512')]",1:435 -"[(16, 'ADMANI, IRFAN M'), (236, 'HACKENSACK, NJ'), (322, 'NJ'), (347, 'ADMANI, IRFAN M'), (514, '3,384'), (703, '3,384')]",1:442 -"[(16, 'ADOLPHE, ALLEN B'), (236, 'ALBUQUERQUE, NM'), (322, 'NM'), (347, 'ADOLPHE, ALLEN B'), (615, '211'), (707, '211')]",1:449 -"[(16, 'ADRIAN BLOTNER, MD, PC'), (236, 'MEMPHIS, TN'), (322, 'TN'), (347, 'BLOTNER, ADRIAN B'), (514, '2,500'), (703, '2,500')]",1:457 -"[(16, 'ADVANCED HEALTHCARE FOR WOMEN, LTD'), (236, 'LA GRANGE, IL'), (322, 'IL'), (347, 'MULTACK, SCOTT M'), (511, '39,725'), (615, '981'), (700, '40,706')]",1:464 -"[(16, 'ADVANCED NEUROLOGY OF COLORADO, LLC.'), (236, 'FORT COLLINS, CO'), (322, 'CO'), (347, 'MILLER, TAMARA A'), (514, '1,250'), (703, '1,250')]",1:471 -"[(16, 'ADVANCED PAIN THERAPIES, LLC'), (236, 'IRMO, SC'), (322, 'SC'), (347, 'ODOM, WILLIAM T'), (511, '33,100'), (611, '3,643'), (700, '36,743')]",1:478 -"[(16, 'ADVANCED PHYSICAL MEDICINE & REHABILITATION, PLLC'), (236, 'UTICA, NY'), (322, 'NY'), (347, 'HAIDER, NAMEER R'), (514, '4,500'), (618, '74'), (703, '4,574')]",1:485 -"[(16, 'ADVANCING NURSING, LLC'), (236, 'NORTHVILLE, MI'), (322, 'MI'), (347, 'VOLLMAN, KATHLEEN M'), (511, '49,050'), (568, '1,500'), (611, '5,377'), (700, '55,927')]",1:493 -"[(16, 'AETOS ADVISORS'), (236, 'NEW YORK, NY'), (322, 'NY'), (347, 'RAFTOPOULOS, HARALAMBO '), (518, '113'), (615, '619'), (707, '731')]",1:500 -"[(16, 'AFFILIATED MENTAL HEALTH PROFESSIONALS, S.C.'), (236, 'SKOKIE, IL'), (322, 'IL'), (347, 'MCNEIL, DAVID L'), (511, '24,000'), (568, '7,250'), (615, '733'), (700, '31,983')]",1:507 -"[(16, 'AGARWAL, JAI B'), (236, 'NEW BRUNSWICK, NJ'), (322, 'NJ'), (347, 'AGARWAL, JAI B'), (521, '84'), (710, '84')]",1:514 -"[(16, 'AGARWAL, MANOJ '), (236, 'SACRAMENTO, CA'), (322, 'CA'), (347, 'AGARWAL, MANOJ '), (518, '450'), (707, '450')]",1:521 -"[(16, 'AGARWAL, VANDANA '), (236, 'POMONA, CA'), (322, 'CA'), (347, 'AGARWAL, VANDANA '), (615, '158'), (707, '158')]",1:529 -"[(16, 'AGERSBORG, KAREN E'), (236, 'LANSDALE, PA'), (322, 'PA'), (347, 'AGERSBORG, KAREN E'), (514, '2,850'), (703, '2,850')]",1:536 -"[(16, 'AGHA, JAMSHED G'), (236, 'SAINT CHARLES, MO'), (322, 'MO'), (347, 'AGHA, JAMSHED G'), (568, '1,875'), (703, '1,875')]",1:543 -"[(16, 'AGLI, DIANE '), (236, 'PROSPECT, CT'), (322, 'CT'), (347, 'AGLI, DIANE '), (486, '656'), (618, '40'), (707, '696')]",1:550 -"[(16, 'AGOSTI, CAROL A'), (236, 'TOLEDO, OH'), (322, 'OH'), (347, 'AGOSTI, CAROL A'), (482, '1,350'), (618, '15'), (703, '1,365')]",1:557 -"[(16, 'AHMAD, ANWAR '), (236, 'HOUSTON, TX'), (322, 'TX'), (347, 'AHMAD, ANWAR '), (514, '4,484'), (618, '58'), (703, '4,542')]",1:565 -"[(15, 'Copyright ©2010 LILLY USA, LLC. ALL RIGHTS RESERVED.'), (750, 'Page 1 of 71')]",1:591 -"[(347, 'Lilly Faculty Registry')]",2:24 -"[(354, 'Payments Made Q1 ‐ Q2 2010')]",2:38 -"[(168, 'Entity Paid'), (382, 'Provider of Service'), (576, 'Payments*')]",2:63 -"[(558, '(All amounts in US Dollars)')]",2:70 -"[(499, 'Healthcare ')]",2:77 -"[(470, 'Patient '), (529, 'Advising/Consulting & ')]",2:81 -"[(497, 'Professional '), (586, 'Certain Travel‐')]",2:84 -"[(118, 'Name'), (268, 'Location'), (327, 'State'), (397, 'Name'), (467, 'Education '), (540, 'International '), (643, '2010 To Date Aggregate')]",2:88 -"[(500, 'Education '), (583, 'Related Expenses')]",2:92 -"[(467, 'Programs'), (532, 'Education Programs')]",2:95 -"[(501, 'Programs')]",2:99 -"[(16, 'AHMAN, ANDREW J'), (236, 'PORTLAND, OR'), (322, 'OR'), (347, 'AHMAN, ANDREW J'), (514, '1,000'), (615, '596'), (703, '1,596')]",2:106 -"[(16, 'AHMED, INTEKHAB '), (236, 'PHILADELPHIA, PA'), (322, 'PA'), (347, 'AHMED, INTEKHAB '), (511, '16,606'), (618, '88'), (700, '16,694')]",2:113 -"[(16, 'AHMED, SALEEM '), (236, 'CRANBERRY TOWNSHIP, PA'), (322, 'PA'), (347, 'AHMED, SALEEM '), (514, '4,334'), (703, '4,334')]",2:120 -"[(16, 'AIELLO, DOMINICK P'), (236, 'NEW HARTFORD, NY'), (322, 'NY'), (347, 'AIELLO, DOMINICK P'), (514, '1,044'), (703, '1,044')]",2:127 -"[(16, 'AISENBERG, JAVIER E'), (236, 'HACKENSACK, NJ'), (322, 'NJ'), (347, 'AISENBERG, JAVIER E'), (568, '2,375'), (615, '159'), (703, '2,534')]",2:135 -"[(16, 'AJC LION SHARE, INC.'), (236, 'BLACKWOOD, NJ'), (322, 'NJ'), (347, 'CANNON, ANTHONY J'), (518, '225'), (707, '225')]",2:142 -"[(16, 'AJLUNI, STEVEN C'), (236, 'TROY, MI'), (322, 'MI'), (347, 'AJLUNI, STEVEN C'), (511, '15,484'), (615, '384'), (700, '15,868')]",2:149 diff --git a/tests/data/cli/evil-fruits.tsv b/tests/data/evil-fruits.tsv similarity index 100% rename from tests/data/cli/evil-fruits.tsv rename to tests/data/evil-fruits.tsv diff --git a/tests/data/fixed-rows.csv b/tests/data/fixed-rows.csv deleted file mode 100644 index 7d820ca..0000000 --- a/tests/data/fixed-rows.csv +++ /dev/null @@ -1,16 +0,0 @@ -Tom Dalton sent $3700 to Betty Whitehead on 01/17/2009 -377 El Camino Real -"San Jose, CA" -Status: received -Morgan Lawless received $10500 from Bob Henselman on 02/05/2009 -2798 Lancaster Dr. -"New York, NY" -Status: deposited -Eric Bateman sent $22000 to Liz Benedict on 03/02/2009 -89 Deerfield Cr. -"Springfield, WA" -Status: received -Robert Hartfort received $20000 from Ron Ingleman on 03/28/2009 -198 Broadway Ave. -"Saratoga, CA" -Status: unknown \ No newline at end of file diff --git a/tests/data/louisiana-elected-officials.csv b/tests/data/louisiana-elected-officials.csv deleted file mode 100644 index 49f6edf..0000000 --- a/tests/data/louisiana-elected-officials.csv +++ /dev/null @@ -1,6959 +0,0 @@ -Office Title,Office Description,Office Address 1,Office Address 2,City,State,Zip Code,Office Phone,Parish,Candidate Name,Candidate Address 1,Candidate Address 2,City,State,Zip Code,Phone,Ethnicity,Sex,Party Code,Office Level,Expiration Date,Commissioned Date,Salutation -DSCC Member ," 1st Representative District, Office ""A"" ",,,,LA,,,,Helen Godfrey-Smith,P.O. Box 3261,,Shreveport,LA,71133,,,,,052,,04/02/2009,Ms. Godfrey-Smith -DSCC Member ," 1st Representative District, Office ""B"" ",,,,LA,,,,Richard R. Anderson,7495 Colquitt Rd.,,Keithville,LA,71047-5575,972-398-6713,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 2nd Representative District, Office ""A"" ",,,,LA,,,,Lola B. May,P. O. Box 38093,,Shreveport,LA,71133-8093,318-222-6519,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 2nd Representative District, Office ""B"" ",,,,LA,,,,"""Rudy"" Morton",2602 Parham Dr.,,Shreveport,LA,71109-3016,318-635-4576,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 3rd Representative District, Office ""A"" ",,,,LA,,,,Barbara Norton,3821 Morrow St.,,Shreveport,LA,71109-7647,318-635-2923,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 3rd Representative District, Office ""B"" ",,,,LA,,,,Herschel C. Brown,249 W. 77th St.,,Shreveport,LA,71106-4221,318-687-7097,,,D,052,03/08/2012,03/08/2008 -DSCC Member ," 4th Representative District, Office ""A"" ",,,,LA,,,,June Phillips,3761 Bobbitt Pl.,,Shreveport,LA,71107-3801,318-221-5957,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 4th Representative District, Office ""B"" ",,,,LA,,,,Larry Ferdinand,3436 Galaxy Ln.,,Shreveport,LA,71119-5002,318-636-1555,,,D,052,03/08/2012,03/08/2008 -DSCC Member ," 5th Representative District, Office ""A"" ",,,,LA,,,,Patti Cox,"8501 Millicent Way, Apt. 2073",,Shreveport,LA,71115-2253,318-797-6950,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 5th Representative District, Office ""B"" ",,,,LA,,,,Steve G. Kirkikis,310 Orleans Dr.,,Shreveport,LA,71106-6224,318-861-1582,,,D,052,03/08/2012,03/08/2008,Mr. Kirkikis -DSCC Member ," 6th Representative District, Office ""A"" ",,,,LA,,,,Adrienne Critcher,817 Ontario St.,,Shreveport,LA,71106-1118,318-869-3930,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 6th Representative District, Office ""B"" ",,,,LA,,,,"""Greg"" P. Hebert",843 Gladstone Blvd.,,Shreveport,LA,71104,318-865-4007,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 7th Representative District, Office ""A"" ",,,,LA,,,,Candie Cox,300 High School St.,,Mansfield,LA,71052,318-872-5731,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 7th Representative District, Office ""B"" ",,,,LA,,,,"Robert ""Bob"" Brown",10127 Freedoms Way,,Keithville,LA,71047-8950,318-458-6566,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 8th Representative District, Office ""A"" ",,,,LA,,,,"Rosemarie ""Rosie"" Salinas",139 Lakewood Point Dr.,,Bossier City,LA,71111-2073,318-747-9744,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 8th Representative District, Office ""B"" ",,,,LA,,,,Nyle Politz,29 Wilshire Dr.,,Bossier City,LA,71111,,,,,052,,07/24/2008 -DSCC Member ," 9th Representative District, Office ""A"" ",,,,LA,,,,Nancy Cook,1321 Whitehall Dr.,,Bossier City,LA,71112-4549,318-742-8714,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 9th Representative District, Office ""B"" ",,,,LA,,,,Morgan Johnson,109 Boyce Circle,,Benton,LA,71006,318-965-2090,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 10th Representative District, Office ""A"" ",,,,LA,,,,Fayrine Kennon-Gilbert,P.O. Box 605,,Minden,LA,71058,318-377-2902,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 10th Representative District, Office ""B"" ",,,,LA,,,,Rodney D. Seamster,617 Durwood Dr.,,Minden,LA,71055,,,,,052,,07/24/2008,Mr. Seamster -DSCC Member ," 11th Representative District, Office ""A"" ",,,,LA,,,,,,,,,,,,,,052 -DSCC Member ," 11th Representative District, Office ""B"" ",,,,LA,,,,William R. Sumlin,P. O. Box 122,,Simsboro,LA,71275,318-263-2195,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 12th Representative District, Office ""A"" ",,,,LA,,,,Susan Singleton,2300 Royal Oaks Dr.,,Ruston,LA,71270,,,,,052,,07/24/2008 -DSCC Member ," 12th Representative District, Office ""B"" ",,,,LA,,,,Allen Herbert,104 Belle Haven Rd.,,Ruston,LA,71270,,,,,052,,07/24/2008 -DSCC Member ," 13th Representative District, Office ""A"" ",,,,LA,,,,Gay Maxwell,2427 Hwy. 505,,Jonesboro,LA,71251,318-259-6607,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 13th Representative District, Office ""B"" ",,,,LA,,,,Bobby L. Culpepper,4500 Walker Rd.,,Jonesboro,LA,71251,318-259-4184,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 14th Representative District, Office ""A"" ",,,,LA,,,,Barbara L. Mansfield,P.O.Box 72,,Bastrop,LA,71221,318-281-2356,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 14th Representative District, Office ""B"" ",,,,LA,,,,Travis Holley,P.O. Drawer 590,,Bastrop,LA,71221,,,,,052,,07/24/2008 -DSCC Member ," 15th Representative District, Office ""A"" ",,,,LA,,,,Billye Burns,219 Jackson St.,,West Monroe,LA,71291,318-323-5210,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 15th Representative District, Office ""B"" ",,,,LA,,,,Dalfred Burns,219 Jackson St.,,West Monroe,LA,71291,,,,,052,,07/24/2008 -DSCC Member ," 16th Representative District, Office ""A"" ",,,,LA,,,,Brenda Hensley Smith,2605 Crestmont St.,,Monroe,LA,71201,318-387-2346,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 16th Representative District, Office ""B"" ",,,,LA,,,,Fred Huenefeld,2100 Pargoud Blvd.,,Monroe,LA,71201,318-322-1035,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 17th Representative District, Office ""A"" ",,,,LA,,,,Millie Atkins,4312 Barlow St.,,Monroe,LA,71203,318-387-4546,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 17th Representative District, Office ""B"" ",,,,LA,,,,"Rodney McFarland, Sr.",1017 Ouachita Ave.,,Monroe,LA,71201,318-323-0163,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 18th Representative District, Office ""A"" ",,,,LA,,,,Linda D. Phillips,P.O. Box 917,,Port Allen,LA,70767,225-749-3504,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 18th Representative District, Office ""B"" ",,,,LA,,,,"Rawlston D. Phillips, Jr.",P. O. Box 917,,Port Allen,LA,70767,225-749-3504,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 19th Representative District, Office ""A"" ",,,,LA,,,,"""Sha"" Carter",511 LaSalle St.,,Tallulah,LA,71282,318-574-8393,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 19th Representative District, Office ""B"" ",,,,LA,,,,"George B. Tennant, Sr.",P.O. Box 959,,Rayville,LA,71269,318-728-5808,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 20th Representative District, Office ""A"" ",,,,LA,,,,Jane Roberts,P. O. Box 1265,,Columbia,LA,71418,318-649-2760,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 20th Representative District, Office ""B"" ",,,,LA,,,,"""Greg"" Richardson",P. O. Box 550,,Columbia,LA,71418,318-649-0105,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 21st Representative District, Office ""A"" ",,,,LA,,,,Anna B. Ferguson,1112 2nd St.,,Ferriday,LA,71334,318-757-1770,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 21st Representative District, Office ""B"" ",,,,LA,,,,C. Travis Johnson,211 1/2 Doty Garden,,Ferriday,LA,71334,,,,,052,,07/24/2008 -DSCC Member ," 22nd Representative District, Office ""A"" ",,,,LA,,,,,,,,,,,,,,052 -DSCC Member ," 22nd Representative District, Office ""B"" ",,,,LA,,,,Bobby W. Deen,P. O. Box 688,,Montgomery,LA,71454,318-646-3351,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 23rd Representative District, Office ""A"" ",,,,LA,,,,Mary Bonier,242 Carroll Camp Rd.,,Saline,LA,71070,318-875-2426,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 23rd Representative District, Office ""B"" ",,,,LA,,,,Edwin Dunahoe,120 Amulet St.,,Natchitoches,LA,71457,318-357-0543,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 24th Representative District, Office ""A"" ",,,,LA,,,,Gloria H. Ruffin,P. O. Box 534,,Many,LA,71449,318-256-3135,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 24th Representative District, Office ""B"" ",,,,LA,,,,"""Randy"" Sandel",1854 Ebenezer Rd.,,Florien,LA,71429,318-586-7563,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 25th Representative District, Office ""A"" ",,,,LA,,,,Leona Venson,P.O. Box 105,,Boyce,LA,71409,318-793-2845,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 25th Representative District, Office ""B"" ",,,,LA,,,,"Chris J. Roy, Jr.",504 Walden Dr.,,Alexandria,LA,71303,318-442-7365,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 26th Representative District, Office ""A"" ",,,,LA,,,,Mary L. Wardsworth,3223 Redwood Dr.,,Alexandria,LA,71301,318-448-4036,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 26th Representative District, Office ""B"" ",,,,LA,,,,Herbert B. Dixon,2701 Third St.,,Alexandria,LA,71302,318-443-8274,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 27th Representative District, Office ""A"" ",,,,LA,,,,Lauren Saucier Hill,5601 Pinekraft Dr.,,Pineville,LA,71360,318-561-2631,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 27th Representative District, Office ""B"" ",,,,LA,,,,Rick Farrar,1603 Melrose,,Pineville,LA,71360,,,,,052,,07/24/2008 -DSCC Member ," 28th Representative District, Office ""A"" ",,,,LA,,,,Joyce Laborde,7124 Hwy. 29,,Cotton Port,LA,71327,,,,,052,,07/24/2008 -DSCC Member ," 28th Representative District, Office ""B"" ",,,,LA,,,,Walter J. Laborde,7124 Hwy. 29,,Cottonport,LA,71327,318-876-2739,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 29th Representative District, Office ""A"" ",,,,LA,,,,Sharon Weston Broome,P. O. Box 52783,,Baton Rouge,LA,70892,225-275-7995,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 29th Representative District, Office ""B"" ",,,,LA,,,,Trey Ourso,1445 Lakeside,,Baton Rouge,LA,70802,,,,,052,,07/24/2008 -DSCC Member ," 30th Representative District, Office ""A"" ",,,,LA,,,,Laura Clark,1037 Hood Ln.,,Leesville,LA,71446,337-239-3533,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 30th Representative District, Office ""B"" ",,,,LA,,,,Alton Bailey,147 Powell Dr.,,Leesville,LA,71446,337-238-2936,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 31st Representative District, Office ""A"" ",,,,LA,,,,Gail Fazzio,207 Acomb Dr.,,Lafayette,LA,70509,,,,,052,,07/24/2008 -DSCC Member ," 31st Representative District, Office ""B"" ",,,,LA,,,,Stephen Handwerk,205 Pinto St.,,Lafayette,LA,70506,337-991-0294,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 32nd Representative District, Office ""A"" ",,,,LA,,,,"""Pat"" Jones",121 Thom St.,,Oakdale,LA,71463,318-335-1353,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 32nd Representative District, Office ""B"" ",,,,LA,,,,Craig Jones,714 Maple St.,,Oakdale,LA,71463,318-335-4140,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 33rd Representative District, Office ""A"" ",,,,LA,,,,Myra Wilburn Bennett,127 Roberta Dr.,,Sulphur,LA,70663,337-528-9452,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 33rd Representative District, Office ""B"" ",,,,LA,,,,Allen Joyner,524 Bowie St.,,Sulphur,LA,70663,337-764-3948,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 34th Representative District, Office ""A"" ",,,,LA,,,,Edwina Medearis-Harrison,P. O. Box 470,,Lake Charles,LA,70602,337-540-5403,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 34th Representative District, Office ""B"" ",,,,LA,,,,Michael McHale,1528 Kirkman,,Lake Charles,LA,70601,337-990-0093,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 35th Representative District, Office ""A"" ",,,,LA,,,,Marilyn Cox,583 Santa Anna Dr.,,Lake Charles,LA,70611,337-855-6766,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 35th Representative District, Office ""B"" ",,,,LA,,,,"""Terry"" Fowler",3731 Paul White Rd.,,Lake Charles,LA,70611,337-855-3360,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 36th Representative District, Office ""A"" ",,,,LA,,,,Mary Leach Werner,2420 Oak Alley Dr.,,Lake Charles,LA,70605,337-477-7320,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 36th Representative District, Office ""B"" ",,,,LA,,,,"""Mark"" Zimmerman",682 Lakewood Dr.,,Lake Charles,LA,70605,337-474-1644,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 37th Representative District, Office ""A"" ",,,,LA,,,,,,,,,,,,,,052 -DSCC Member ," 37th Representative District, Office ""B"" ",,,,LA,,,,Michael Cassidy,603 Lucy St.,,Jennings,LA,70546,,,,,052,,04/02/2009,Mr. Cassidy -DSCC Member ," 38th Representative District, Office ""A"" ",,,,LA,,,,Jennifer Vidrine,P. O. Box 795,,Ville Platte,LA,70586,337-831-0831,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 38th Representative District, Office ""B"" ",,,,LA,,,,Dirk Deville,P. O. Box 1058,,Ville Platte,LA,70586,337-363-0390,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 39th Representative District, Office ""A"" ",,,,LA,,,,Shellie Badon,P. O. Box 651,,Carencro,LA,70520,337-412-2733,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 39th Representative District, Office ""B"" ",,,,LA,,,,,,,,,,,,,,052 -DSCC Member ," 40th Representative District, Office ""A"" ",,,,LA,,,,Anita Gradnigo,174 Auzenne St.,,Opelousas,LA,70570,,,,,052,,07/24/2008 -DSCC Member ," 40th Representative District, Office ""B"" ",,,,LA,,,,Charles Renaud,126 Emile St.,,Opelousas,LA,70570,,,,,052,,04/02/2009 -DSCC Member ," 41st Representative District, Office ""A"" ",,,,LA,,,,,,,,,,,,,,052 -DSCC Member ," 41st Representative District, Office ""B"" ",,,,LA,,,,Jack Burson,1350 Duck St.,,Eunice,LA,70535,,,,,052,,07/24/2008 -DSCC Member ," 42nd Representative District, Office ""A"" ",,,,LA,,,,,,,,,,,,,,052 -DSCC Member ," 42nd Representative District, Office ""B"" ",,,,LA,,,,"James ""Rev."" Proctor",305 W. 9th St.,,Crowley,LA,70526,337-783-8094,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 43rd Representative District, Office ""A"" ",,,,LA,,,,"Alexia ""Lexi"" Thompson",4416 Johnston St. Ste 1-F,,Lafayette,LA,70503,337-988-4375,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 43rd Representative District, Office ""B"" ",,,,LA,,,,"Frank ""Art"" Flynn",103 River Oak Circle,,Lafayette,LA,70508,337-989-8141,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 44th Representative District, Office ""A"" ",,,,LA,,,,Beatrice Wilson,315 Aris Dr.,,Lafayette,LA,70501,,,,,052,,07/24/2008 -DSCC Member ," 44th Representative District, Office ""B"" ",,,,LA,,,,"Joseph B. ""JB"" Cormier",804 E Alexander St.,,Lafayette,LA,70501,,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 45th Representative District, Office ""A"" ",,,,LA,,,,Barbara J. Conner,P.O. Box 52216,,Lafayette,LA,70505-2216,337-344-4838,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 45th Representative District, Office ""B"" ",,,,LA,,,,John D. Bernhardt,P. O. Box 52309,,Lafayette,LA,70505,337-232-6510,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 46th Representative District, Office ""A"" ",,,,LA,,,,Espinola Alexander-Quinn,235 E. Hyacinth St.,,St. Martinville,LA,70582,337-394-1394,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 46th Representative District, Office ""B"" ",,,,LA,,,,Mardy J. Guidry,1021 Roma St.,,Breaux Bridge,LA,70517,337-212-4662,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 47th Representative District, Office ""A"" ",,,,LA,,,,Cynthia Sudduth Campisi,306 S. Hollingsworth Dr.,,Abbeville,LA,70510,337-893-0762,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 47th Representative District, Office ""B"" ",,,,LA,,,,Eugene Sellers,110 S. Hollingsworth Dr.,,Abbeville,LA,70510,337-893-5924,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 48th Representative District, Office ""A"" ",,,,LA,,,,,,,,,,,,,,052 -DSCC Member ," 48th Representative District, Office ""B"" ",,,,LA,,,,Shane Romero,438 E. Main St.,,New Iberia,LA,70560,,,,,052,,07/24/2008 -DSCC Member ," 49th Representative District, Office ""A"" ",,,,LA,,,,,,,,,,,,,,052 -DSCC Member ," 49th Representative District, Office ""B"" ",,,,LA,,,,,,,,,,,,,,052 -DSCC Member ," 50th Representative District, Office ""A"" ",,,,LA,,,,,,,,,,,,,,052 -DSCC Member ," 50th Representative District, Office ""B"" ",,,,LA,,,,Sam Jones,1501 Sterling Rd.,,Franklin,LA,70538,337-828-1530,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 51st Representative District, Office ""A"" ",,,,LA,,,,Anna B. Cunningham,3013 Helen Dr.,,Morgan City,LA,70380,985-384-1443,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 51st Representative District, Office ""B"" ",,,,LA,,,,Roger Dale DeHart,1353 Dr. Beatrous Rd.,,Theriot,LA,70397,985-879-1329,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 52nd Representative District, Office ""A"" ",,,,LA,,,,Arlanda J. Williams,343 Polk St.,,Houma,LA,70360-4147,985-853-2079,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 52nd Representative District, Office ""B"" ",,,,LA,,,,Patrick H. Yancey,204 Choctaw Dr.,,Houma,LA,70360-6056,985-853-0904,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 53rd Representative District, Office ""A"" ",,,,LA,,,,"Mary ""Audrey"" George",815 Funderburk Ave.,,Houma,LA,70364-1826,985-879-3285,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 53rd Representative District, Office ""B"" ",,,,LA,,,,"""S. P."" LaRussa",208 Glenhill Ln.,,Houma,LA,70363-3813,985-876-6161,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 54th Representative District, Office ""A"" ",,,,LA,,,,Carol LeBlanc,292 St. Peter St.,,Raceland,LA,70394,985-537-6818,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 54th Representative District, Office ""B"" ",,,,LA,,,,"""Jimmy"" Cantrelle",118 Cantrelle Dr.,,Raceland,LA,70394,985-532-6688,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 55th Representative District, Office ""A"" ",,,,LA,,,,Kimberly Theriot,2861 Hwy. 1,,Raceland,LA,70394,,,,,052,,07/24/2008 -DSCC Member ," 55th Representative District, Office ""B"" ",,,,LA,,,,Matthew Block,800 Edgewood Dr.,,Thibodaux,LA,70301,985-446-0418,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 56th Representative District, Office ""A"" ",,,,LA,,,,Judy B. Songy,8 Windsor St.,,LaPlace,LA,70068,985-652-9840,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 56th Representative District, Office ""B"" ",,,,LA,,,,"Henry A. Smith, Jr.",541 Payne St.,,Norco,LA,70079,504-737-1600,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 57th Representative District, Office ""A"" ",,,,LA,,,,"""Geri"" Broussard Baloney",P. O. Box 117,,Garyville,LA,70051,985-535-2889,,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 57th Representative District, Office ""B"" ",,,,LA,,,,Randal Gaines,7 Turnberry Dr.,,LaPlace,LA,70068,504-487-9904,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 58th Representative District, Office ""A"" ",,,,LA,,,,,,,,,,,,,,052 -DSCC Member ," 58th Representative District, Office ""B"" ",,,,LA,,,,Travis Turner,P.O. Box 446,,Geismar,LA,70734,,,,,052,,07/24/2008 -DSCC Member ," 59th Representative District, Office ""A"" ",,,,LA,,,,Rita G. Bourque,P. O. Box 71,,Gonzales,LA,70707,225-647-2618,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 59th Representative District, Office ""B"" ",,,,LA,,,,David N. Young,1433 E. Eva St.,,Gonzales,LA,70737,225-647-1353,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 60th Representative District, Office ""A"" ",,,,LA,,,,Karen St. Germain,3413 Hwy. 70,,Pierre Part,LA,70339,985-252-9017,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 60th Representative District, Office ""B"" ",,,,LA,,,,"""Tom"" Delahaye",58425 St.Clement Ave.,,Plaquemine,LA,70764,225-687-8924,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 61st Representative District, Office ""A"" ",,,,LA,,,,Aiesha Williams,1006 Waverly Dr.,,Baton Rouge,LA,70806,225-248-8255,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 61st Representative District, Office ""B"" ",,,,LA,,,,Alfred Williams,1006 Waverly Dr.,,Baton Rouge,LA,70806,225-346-0406,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 62nd Representative District, Office ""A"" ",,,,LA,,,,Cassandra Butler,P.O. Box 407,,Independence,LA,70443,985-878-4881,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 62nd Representative District, Office ""B"" ",,,,LA,,,,"Vernon ""Vern"" Blalock",2008 W. George St.,,Zachary,LA,70791,225-658-9138,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 63rd Representative District, Office ""A"" ",,,,LA,,,,Elaine G. Davis,4312 Azie Ave.,,Baker,LA,70714,225-774-1558,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 63rd Representative District, Office ""B"" ",,,,LA,,,,"Melvin ""Kip"" Holden",234 Rivercrest Ave.,,Baton Rouge,LA,70807,225-389-5102,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 64th Representative District, Office ""A"" ",,,,LA,,,,Audrey Nabors-Jackson,24004 Reames Rd.,,Zachary,LA,70791,225-654-5491,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 64th Representative District, Office ""B"" ",,,,LA,,,,"Robert ""Sonny"" Williams, Jr.",23431 Plank Rd.,,Zachary,LA,70791,225-907-4377,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 65th Representative District, Office ""A"" ",,,,LA,,,,Karen Miller,12042 Devall Rd.,,Baton Rouge,LA,70818,,,,,052,,07/24/2008 -DSCC Member ," 65th Representative District, Office ""B"" ",,,,LA,,,,Wade Byrd,16544 Quiet Oaks Ave.,,Greenwell Springs,LA,70739,225-261-0599,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 66th Representative District, Office ""A"" ",,,,LA,,,,Sharon Reine,11425 Glenhaven,,Baton Rouge,LA,70815,,,,,052,,07/24/2008 -DSCC Member ," 66th Representative District, Office ""B"" ",,,,LA,,,,Jesse H. Bankston,9526 Southmoor Dr.,,Baton Rouge,LA,70815,225-925-2543,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 67th Representative District, Office ""A"" ",,,,LA,,,,Avis Baker-White,800 South 16th St.,,Baton Rouge,LA,70802,225-334-9255,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 67th Representative District, Office ""B"" ",,,,LA,,,,Ben Jeffers,922 Mayflower St.,,Baton Rouge,LA,70802,225-346-5400,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 68th Representative District, Office ""A"" ",,,,LA,,,,Lynn N. Bankston,10916 N. Oakhills Pkwy.,,Baton Rouge,LA,70810,225-766-2505,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 68th Representative District, Office ""B"" ",,,,LA,,,,Brandon DeCuir,1165 Sharynwood Dr.,,Baton Rouge,LA,70808,225-223-6587,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 69th Representative District, Office ""A"" ",,,,LA,,,,"Elizabeth ""Betty"" Powers",2436 E. Contour Dr.,,Baton Rouge,LA,70809,225-928-9135,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 69th Representative District, Office ""B"" ",,,,LA,,,,John Ales,9035 Rue Felicity,,Baton Rouge,LA,70809,225-291-7677,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 70th Representative District, Office ""A"" ",,,,LA,,,,Charlotte C. McDaniel McGehee,305 Maxine Dr.,,Baton Rouge,LA,70808,225-769-2569,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 70th Representative District, Office ""B"" ",,,,LA,,,,James M. Bernhard,13706 Earls Ct.,,Baton Rouge,LA,70802,225-752-4360,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 71st Representative District, Office ""A"" ",,,,LA,,,,Shelia Cadby,20364 Hwy. 42,,Livingston,LA,70754,,,,,052,,07/24/2008 -DSCC Member ," 71st Representative District, Office ""B"" ",,,,LA,,,,Al Comeaux,725 Poplar St.,,Denham Springs,LA,70726,,,,,052,,07/24/2008 -DSCC Member ," 72nd Representative District, Office ""A"" ",,,,LA,,,,Linda Guy Phillips,192 Linda Carol Ln.,,Greensburg,LA,70441,985-517-6416,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 72nd Representative District, Office ""B"" ",,,,LA,,,,Michael R. Martin,15575 Hwy. 43,,Greensburg,LA,70441,225-222-4499,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 73rd Representative District, Office ""A"" ",,,,LA,,,,Carolyn Brown-Spiller,1319 Elm South,,Hammond,LA,70403,,,,,052,,07/24/2008 -DSCC Member ," 73rd Representative District, Office ""B"" ",,,,LA,,,,"Robert ""Tiger"" Hammond",15262 Maplewood Dr.,,Ponchatoula,LA,70454,,,,,052,,04/02/2009 -DSCC Member ," 74th Representative District, Office ""A"" ",,,,LA,,,,Donna L. Singletary,36144 Jessie Singletary Rd.,,Pearl River,LA,70452,985-863-5058,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 74th Representative District, Office ""B"" ",,,,LA,,,,Alan B. Tusa,P. O. Box 609,,Abita Springs,LA,70420,985-893-9980,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 75th Representative District, Office ""A"" ",,,,LA,,,,Dianne C. Applewhite,350 Mart Stewart Rd.,,Bogalusa,LA,70427,985-732-3750,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 75th Representative District, Office ""B"" ",,,,LA,,,,"""Brad"" Orman",1049 Main St.,,Franklinton,LA,70438,985-839-2788,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 76th Representative District, Office ""A"" ",,,,LA,,,,Elsie Palmer Burkhalter,P. O. Box 1108,,Slidell,LA,70459,985-643-9822,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 76th Representative District, Office ""B"" ",,,,LA,,,,"Kenneth ""Ken"" Burkhalter",P. O. Box 1489,,Slidell,LA,70459,985-649-6674,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 77th Representative District, Office ""A"" ",,,,LA,,,,Angelique LaCour,P. O. Box 1745,,Covington,LA,70434,985-635-9436,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 77th Representative District, Office ""B"" ",,,,LA,,,,Robert A. Bruno,329 DeZaire Dr.,,Madisonville,LA,70447,985-792-4530,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 78th Representative District, Office ""A"" ",,,,LA,,,,Gilda Reed,1108 N. Starrett Rd.,,Metairie,LA,70003,,,,,052,,04/02/2009 -DSCC Member ," 78th Representative District, Office ""B"" ",,,,LA,,,,David Quidd,6220 Riverside Dr. Unit 588,,Metairie,LA,70003,504-722-8537,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 79th Representative District, Office ""A"" ",,,,LA,,,,Arleeta O. Terrell,7801 Nevada St,,Metairie,LA,70003,504-467-2347,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 79th Representative District, Office ""B"" ",,,,LA,,,,"M. V. ""Vinny"" Mendoza",3510 Ole Miss Dr.,,Kenner,LA,70065,504-913-3971,O,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 80th Representative District, Office ""A"" ",,,,LA,,,,Jamie Beeson Balser,2109 Manson Ave. Unit 1,,Metairie,LA,70001,504-885-6529,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 80th Representative District, Office ""B"" ",,,,LA,,,,David Gereighty,2952 Ridgeway Dr.,,Metairie,LA,70002,504-831-9576,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 81st Representative District, Office ""A"" ",,,,LA,,,,Jenny Nee,1341 Wisteria Dr.,,Metairie,LA,70005,504-259-0031,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 81st Representative District, Office ""B"" ",,,,LA,,,,Michael M. Davis,P.O. Box 6764,,Metairie,LA,70009,504-835-2114,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 82nd Representative District, Office ""A"" ",,,,LA,,,,Meladie Munch,5029 Utica St.,,Metarie,LA,70006,,,,,052,,07/24/2008 -DSCC Member ," 82nd Representative District, Office ""B"" ",,,,LA,,,,Robert Reed,127 Highway Dr.,,Jefferson,LA,70121,504-232-5074,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 83rd Representative District, Office ""A"" ",,,,LA,,,,,,,,,,,,,,052 -DSCC Member ," 83rd Representative District, Office ""B"" ",,,,LA,,,,John W. Alario,1047 Cedre Dr.,,Westwego,LA,70094,504-340-6631,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 84th Representative District, Office ""A"" ",,,,LA,,,,,,,,,,,,,,052 -DSCC Member ," 84th Representative District, Office ""B"" ",,,,LA,,,,,,,,,,,,,,052 -DSCC Member ," 85th Representative District, Office ""A"" ",,,,LA,,,,Krystal Williams,1561 Hanging Moss Ln.,,Gretna,LA,70056,504-258-8023,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 85th Representative District, Office ""B"" ",,,,LA,,,,,,,,,,,,,,052 -DSCC Member ," 86th Representative District, Office ""A"" ",,,,LA,,,,Deborah Sulzer Primeaux,196 English Turn Dr.,,New Orleans,LA,70131,504-391-0928,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 86th Representative District, Office ""B"" ",,,,LA,,,,Joseph Broussard,209 Brunswick Crt.,,New Orleans,LA,70131,504-391-9641,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 87th Representative District, Office ""A"" ",,,,LA,,,,,,,,,,,,,,052 -DSCC Member ," 87th Representative District, Office ""B"" ",,,,LA,,,,"Girod Jackson, III","2439 Manhattan Blvd., Ste. 207",,Harvey,LA,70058,504-361-6972,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 88th Representative District, Office ""A"" ",,,,LA,,,,Melissa Pardue,P. O. Box 4,,Springfield,LA,70462,225-294-9074,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 88th Representative District, Office ""B"" ",,,,LA,,,,Kevin Hull,20469 LA Hwy. 16,,Denham Springs,LA,70726,225-405-1362,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 89th Representative District, Office ""A"" ",,,,LA,,,,"""Susie"" Deano",136 Lafayette St.,,Mandeville,LA,70448-5620,985-626-9442,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 89th Representative District, Office ""B"" ",,,,LA,,,,"Sorola ""Jody"" Palmer",P. O. Box 868,,Lacombe,LA,70445,985-882-3392,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 90th Representative District, Office ""A"" ",,,,LA,,,,d'Andrea McMooain-Chatman,38248 N. Fifth Ave.,,Slidell,LA,70460-4524,985-863-5089,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 90th Representative District, Office ""B"" ",,,,LA,,,,Shannon Davis,34399 Laurent Rd.,,Slidell,LA,70460-3555,985-641-6834,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 91st Representative District, Office ""A"" ",,,,LA,,,,Natacha Hutchinson,1918 Louisiana Ave.,,New Orleans,LA,70115,504-342-2686,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 91st Representative District, Office ""B"" ",,,,LA,,,,Maurice Ruffin,2412 General Taylor St.,,New Orleans,LA,70115,504-899-4394,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 92nd Representative District, Office ""A"" ",,,,LA,,,,Melinda Hills-Holmes,P.O. Box 640211,,Kenner,LA,70064-0211 ,504-343-1488,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 92nd Representative District, Office ""B"" ",,,,LA,,,,Keith M. Hutchinson,927 S. Starrett Rd.,,Metairie,LA,70003,504-712-1632,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 93rd Representative District, Office ""A"" ",,,,LA,,,,Karen Carter,"920 Poeyfarre St., Unit 316",,New Orleans,LA,70130,504-568-8346,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 93rd Representative District, Office ""B"" ",,,,LA,,,,Thomas A. Robichaux,1805 Esplande Ave.,,New Orleans,LA,70116,504-945-4003,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 94th Representative District, Office ""A"" ",,,,LA,,,,Deborah Langhoff,4234 Canal St.,,New Orleans,LA,70119,504-259-4525,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 94th Representative District, Office ""B"" ",,,,LA,,,,Philip Costa,818 City Park Ave.,,New Orleans,LA,70119,504-220-0593,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 95th Representative District, Office ""A"" ",,,,LA,,,,Irma Muse-Dixon,8210 Neron Place,,New Orleans,LA,70118,504-460-4720,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 95th Representative District, Office ""B"" ",,,,LA,,,,,,,,,,,,,,052 -DSCC Member ," 96th Representative District, Office ""A"" ",,,,LA,,,,Dale Atkins,"421 Loyola Ave., Rm. 402",,New Orleans,LA,70112,504-427-1421,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 96th Representative District, Office ""B"" ",,,,LA,,,,Juan Lafonta,306 Warrinton Dr.,,New Orleans,LA,70122,504-288-4911,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 97th Representative District, Office ""A"" ",,,,LA,,,,Cynthia Hedge-Morrell,4925 Moore Dr.,,New Orleans,LA,70122,504-261-0535,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 97th Representative District, Office ""B"" ",,,,LA,,,,Arthur A. Morrell,4925 Moore Dr.,,New Orleans,LA,70122,504-658-9000,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 98th Representative District, Office ""A"" ",,,,LA,,,,Cheryl A. Gray,4318 Jena St.,,New Orleans,LA,70125,504-628-4300,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 98th Representative District, Office ""B"" ",,,,LA,,,,Jay H. Banks,1746 Jackson Ave.,,New Orleans,LA,70113,504-522-8811,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ," 99th Representative District, Office ""A"" ",,,,LA,,,,Charmaine L. Marchand,1730 Andry St.,,New Orleans,LA,70117,504-945-8151,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ," 99th Representative District, Office ""B"" ",,,,LA,,,,Thomas Jasper,P.O. Box 771106,,New Orleans,LA,70177,504-228-8812,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ,"100th Representative District, Office ""A"" ",,,,LA,,,,Terrie Carrie-Guerin,101 Eastview Dr.,,New Orleans,LA,70128,504-909-1634,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ,"100th Representative District, Office ""B"" ",,,,LA,,,,Sean Michael Bruno,11269 Notaway Ln.,,New Orleans,LA,70128,504-905-3792,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ,"101st Representative District, Office ""A"" ",,,,LA,,,,Ermence DeBose-Parent,1956 Hope St.,,New Orleans,LA,70119,504-343-7421,B,F,D,052,03/08/2012,03/08/2008 -DSCC Member ,"101st Representative District, Office ""B"" ",,,,LA,,,,Wesley T. Bishop,7001 Cove Dr.,,New Orleans,LA,70126,504-220-3201,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ,"102nd Representative District, Office ""A"" ",,,,LA,,,,Pamela Netto-Stewart,418 Eliza St.,,New Orleans,LA,70114,504-301-1579,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ,"102nd Representative District, Office ""B"" ",,,,LA,,,,"Kenneth Paul Garrett, Sr.",2152 L.B. Landry Ave.,,New Orleans,LA,70114,043677101,B,M,D,052,03/08/2012,03/08/2008 -DSCC Member ,"103rd Representative District, Office ""A"" ",,,,LA,,,,Cheron Brylski,3418 Coliseum St.,,New Orleans,LA,70115,504-460-1468,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ,"103rd Representative District, Office ""B"" ",,,,LA,,,,Eric A. Bopp,70 Carolyn Ct.,,Arabi,LA,70032,504-388-6242,W,M,D,052,03/08/2012,03/08/2008 -DSCC Member ,"104th Representative District, Office ""A"" ",,,,LA,,,,"Newell ""Suzy"" Andry",210 Lorelei Cir.,,Slidell,LA,70458,504-231-2237,W,F,D,052,03/08/2012,03/08/2008 -DSCC Member ,"104th Representative District, Office ""B"" ",,,,LA,,,,John Seither Gutierrez,2137 Jackson Blvd.,,Chalmette,LA,70043,504-442-3684,W,M,D,052,03/08/2012,03/09/2008 -DSCC Member ,"105th Representative District, Office ""A"" ",,,,LA,,,,Laura Veazey,P.O. Box Box 261,,Belle Chasse,LA,70037,,,,,052,,07/24/2008 -DSCC Member ,"105th Representative District, Office ""B"" ",,,,LA,,,,Herman Gravolet,P.O. Box 261,,Belle Chasse,LA,70037,504-450-1651,W,M,D,052,03/08/2012,03/08/2008 -RSCC Member ," 1st Representative District, Subdistrict A ",,,,LA,,,,Marty Gant Woolridge,10724 Hwy 1,,Mooringsport,LA,71060,,,,,062,,03/16/2009 -RSCC Member ," 1st Representative District, Subdistrict B ",,,,LA,,,,Lucille Williams,6029 Cherry Hill Pl,,Shereveport,LA,71107,,,,,062,,06/07/2008,Ms. Williams -RSCC Member , 2nd Representative District ,,,,LA,,,,"""Jay"" Gallagher",1103 Boulevard St.,,Shrevport,LA,71104-2030,318-221-0456,W,,R,062,02/23/2012,02/23/2008 -RSCC Member , 3rd Representative District ,,,,LA,,,,Carrol Grace White,618 Kingridge Pl.,,Shreveport,LA,71108-6016,318-686-5466,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 4th Representative District, Subdistrict A ",,,,LA,,,,"""Don"" Hollis",4002 Curtis Ln.,,Shreveport,LA,71109-5016,318-773-4349,,,R,062,02/23/2012,02/23/2008 -RSCC Member ," 4th Representative District, Subdistrict B ",,,,LA,,,,"Sandra ""Sandy"" McDade",3112 Pines Rd.,,Shreveport,LA,71119-3504,318-631-4133,,,R,062,02/23/2012,02/23/2008 -RSCC Member ," 5th Representative District, Subdistrict A ",,,,LA,,,,Stephen Gibson,9402 Baird Cir,,Shreveport,LA,71118,318-688-0742,,,,062,,08/29/2009,Mr. Gibson -RSCC Member ," 5th Representative District, Subdistrict B ",,,,LA,,,,Wayne Waddell,3221 Green Terrace Rd.,,Shreveport,LA,71118,318-219-9000,W,,R,062,02/23/2012,02/23/2008 -RSCC Member ," 5th Representative District, Subdistrict C ",,,,LA,,,,Bryan Wooley,9114 Campfire Ln.,,Shreveport,LA,71115-3657,318-780-8838,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 5th Representative District, Subdistrict D ",,,,LA,,,,Alan Seabaugh,9727 Norris Ferry Rd.,,Shreveport,LA,71106,318-797-5889,W,,R,062,02/23/2012,02/23/2008 -RSCC Member ," 6th Representative District, Subdistrict A ",,,,LA,,,,Jimmy C. Allen,7333 Camelback Dr.,,Shreveport,LA,71105-5007,318-797-4761,W,,R,062,02/23/2012,02/23/2008 -RSCC Member ," 6th Representative District, Subdistrict B ",,,,LA,,,,Royal Alexander,P.O. Box 1837,,Shreveport,LA,71166,318-308-4082,W,,R,062,02/23/2012,02/23/2008,Mr. Alexander -RSCC Member ," 6th Representative District, Subdistrict C ",,,,LA,,,,Barrow Peacock,P.O. Box 46,,Shreveport,LA,71161,318-221-5276,W,,R,062,02/23/2012,02/23/2008,Mr. Peacock -RSCC Member ," 6th Representative District, Subdistrict D ",,,,LA,,,,Harold O. Coates,6117 Lovers Ln.,,Shreveport,LA,71105-4829,318-868-1212,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 7th Representative District, Subdistrict A ",,,,LA,,,,"""Ron"" Webb",2406 Helmsdale Ct.,,Shreveport,LA,71118-4546,318-688-6800,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 7th Representative District, Subdistrict B ",,,,LA,,,,"Bryan B. Norwood, Jr.",180 Norwood Rd.,,Mansfield,LA,71052,318-872-4707,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 8th Representative District, Subdistrict A ",,,,LA,,,,"""Greg"" Nichols",1906 Mars Dr.,,Bossier City,LA,71112,318-746-3849,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 8th Representative District, Subdistrict B ",,,,LA,,,,Anne Price,104 Cambridge Cir.,,Bossier City,LA,71111-2278,318-741-1572,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 8th Representative District, Subdistrict C ",,,,LA,,,,Martin Grau,2005 Pine Ridge Way,,Benton,LA,71006-3489,318-402-3525,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 9th Representative District, Subdistrict A ",,,,LA,,,,Janie M. Kelley,1613 Caplis Sligo Rd.,,Bossier City,LA,71112-9859,318-747-2073,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 9th Representative District, Subdistrict B ",,,,LA,,,,Henry Burns,134 Chimney Ln.,,Haughton,LA,71037,318-949-2463,,,,062,,01/13/2009,Mr. Burns -RSCC Member ," 9th Representative District, Subdistrict C ",,,,LA,,,,David W. Hall,482 Merritt Rd.,,Benton,LA,71006,318-965-4444,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 10th Representative District, Subdistrict A ",,,,LA,,,,Ronnie Broughton,110 Germantown Rd.,,Minden,LA,71055,318-377-4575,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 10th Representative District, Subdistrict B ",,,,LA,,,,"Eric ""Red"" Johnson",1507 Holley,,Minden,LA,71055,318-377-1555,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member , 11th Representative District ,,,,LA,,,,Trent P. Newell,195 Tanglewood Rd.,,Homer,LA,71040,318-927-3664,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 12th Representative District, Subdistrict A ",,,,LA,,,,Jennifer Daulton Ham,812 Sandy Ln.,,Ruston,LA,71270,318-255-1259,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 12th Representative District, Subdistrict B ",,,,LA,,,,,,,,,,,,,,062 -RSCC Member ," 12th Representative District, Subdistrict C ",,,,LA,,,,Deryl Bryant,238 Bryant's Edge Rd.,,Downsville,LA,71234,,,,,062,,06/07/2008,Ms. Bryant -RSCC Member ," 13th Representative District, Subdistrict A ",,,,LA,,,,L. Todd Perry,702 Hodge Watson Rd.,,Calhoun,LA,71225,318-396-6699,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 13th Representative District, Subdistrict B ",,,,LA,,,,David Holton,123 Allen Ave.,,Jonesboro,LA,71251,318-680-9206,,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 14th Representative District, Subdistrict A ",,,,LA,,,,Sam Little,117 S. Franklin St.,,Bastrop,LA,71220,,,,,062,,06/07/2008 -RSCC Member ," 14th Representative District, Subdistrict B ",,,,LA,,,,Hannah Hammons,5073 Hwy. 139,,Collinston,LA,71229,318-345-4566,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 14th Representative District, Subdistrict C ",,,,LA,,,,"""Stan"" Neathery",5844 Huntington Dr.,,Bastrop,LA,71220,318-283-2677,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 15th Representative District, Subdistrict A ",,,,LA,,,,Deborah Wisdom McCulloch,1207 Tulane Ave.,,West Monroe,LA,71291,318-324-8328,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 15th Representative District, Subdistrict B ",,,,LA,,,,"M. Randall ""Randy"" Donald",614 Cheniere Drew Rd.,,West Monroe,LA,71291,318-322-8442,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 15th Representative District, Subdistrict C ",,,,LA,,,,Gordon Dasher,570 Mouth of Cypress Rd.,,West Monroe,LA,71292,318-398-0919,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 16th Representative District, Subdistrict A ",,,,LA,,,,Ruth Ulrich,406 Forsythe Ave.,,Monroe,LA,71201,318-330-9780,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 16th Representative District, Subdistrict B ",,,,LA,,,,Kay Kellogg Katz,2905 Lamy Cr.,,Monroe,LA,71201,318-387-7728,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 16th Representative District, Subdistrict C ",,,,LA,,,,Nancy Pate Wilkes,207 Pecan Bayou Dr.,,Monroe,LA,71203,318-343-5130,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 16th Representative District, Subdistrict D ",,,,LA,,,,,,,,,,,,,,062 -RSCC Member , 17th Representative District ,,,,LA,,,,Thomas E. Taylor,4205 Harrison St.,,Monroe,LA,71205,,,,,062,,01/13/2009,Mr. Taylor -RSCC Member , 18th Representative District ,,,,LA,,,,"William L. ""Bill"" Davis",13039 Patin Dyke Rd.,,Ventress,LA,70783,225-618-0670,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 19th Representative District, Subdistrict A ",,,,LA,,,,,,,,,,,,,,062 -RSCC Member ," 19th Representative District, Subdistrict B ",,,,LA,,,,Doyle E. Robinson,491 Hwy 622,,Mangham,LA,71259,318-248-2272,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 20th Representative District, Subdistrict A ",,,,LA,,,,"Billy C. Johnson, II",223 Johnson Rd.,,Columbia,LA,71418,318-649-8351,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 20th Representative District, Subdistrict B ",,,,LA,,,,"Henry G. Herford, Jr.",2604 Hwy. 17,,Delhi,LA,71232,,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 21st Representative District, Subdistrict A ",,,,LA,,,,Steve Fleming,100 Stewart Dr.,,Vidalia,LA,71373,318-336-9220,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 21st Representative District, Subdistrict B ",,,,LA,,,,Fred B. Wyly,210 Neely Plantation Road,,Tallulah,LA,71282,318574369,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 22nd Representative District, Subdistrict A ",,,,LA,,,,Charles Carpenter,152 Holt Rd.,,Pollock,LA,71467,,,,,062,,06/07/2008,Mr. Carpenter -RSCC Member ," 22nd Representative District, Subdistrict B ",,,,LA,,,,Billie Turnley,P.O. Box 1891,,Jena,LA,71342,318-992-2033,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 23rd Representative District, Subdistrict A ",,,,LA,,,,Paul Johnson,269 Chris St.,,Natchitoches,LA,71457,318-352-6938,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 23rd Representative District, Subdistrict B ",,,,LA,,,,Gary M. Lirette,1129 Hwy. 487,,Marthaville,LA,71450,318-796-2387,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 24th Representative District, Subdistrict A ",,,,LA,,,,Bobby E. Williams,277 Hwy. 118,,Florien,LA,71429,318-586-3516,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 24th Representative District, Subdistrict B ",,,,LA,,,,Valmore Byles,1751 Robby St.,,Many,LA,71449,318-256-5101,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 25th Representative District, Subdistrict A ",,,,LA,,,,"""Chuck"" Tosten",4202 Wellington Blvd.,,Alexandria,LA,71303-2828,318-442-1016,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 25th Representative District, Subdistrict B ",,,,LA,,,,Wayne Ryan,P.O. Box 12445,,Alexandria,LA,71315,318-613-2202,,,,062,,08/29/2009,Mr. Ryan -RSCC Member ," 25th Representative District, Subdistrict C ",,,,LA,,,,Gene Haymon,150 Mockingbird Ln.,,Leesville,LA,71446,337-238-3788,,,,062,,06/04/2009,Mr. Haymon -RSCC Member , 26th Representative District ,,,,LA,,,,Karen Kay Haymon,1809 Bush Ave.,,Alexandria,LA,71301,318-449-1108,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 27th Representative District, Subdistrict A ",,,,LA,,,,"Edward L. Tarpley, Jr.",519 Eagle Dr.,,Pineville,LA,71360,318-640-3337,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 27th Representative District, Subdistrict B ",,,,LA,,,,Edwin B. Jones,119 Rockpoint East,,Pineville,LA,71360,318-443-3823,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 27th Representative District, Subdistrict C ",,,,LA,,,,Clyde C. Holloway,P.O. Box 340,,Forest Hill,LA,71430,318-748-6832,,,R,062,02/23/2012,02/23/2008 -RSCC Member , 28th Representative District ,,,,LA,,,,"Kirby Roy, III",581 Little Corner Rd.,,Hessmer,LA,71341,318-563-1076,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member , 29th Representative District ,,,,LA,,,,Harold Williams,P.O. Box 80727,,Baton Rouge,LA,70898,225-806-6923,B,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 30th Representative District, Subdistrict A ",,,,LA,,,,Steve Iles,1416 Camellia Dr.,,DeRidder,LA,70634,,,,,062,,06/07/2008 -RSCC Member ," 30th Representative District, Subdistrict B ",,,,LA,,,,Jack Causey,247 Alexandria Hwy.,,Leesville,LA,71446,337-239-5952,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 31st Representative District, Subdistrict A ",,,,LA,,,,"Ross Little, Jr.",100 Harwell,,Lafayette,LA,70503,337-981-1749,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 31st Representative District, Subdistrict B ",,,,LA,,,,"William P. Mills, III",2250 Robley,,Lafayette,LA,70505,337-232-1438,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 31st Representative District, Subdistrict C ",,,,LA,,,,"""Charlie"" Buckels",202 Sommerset,,Lafayette,LA,70506,337-981-3000,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 32nd Representative District, Subdistrict A ",,,,LA,,,,James David Cain,P. O. Box 640,,Dry Creek,LA,70637,337-328-7266,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 32nd Representative District, Subdistrict B ",,,,LA,,,,"William E. ""Bill"" Murry",P. O. Box 543,,Oakdale,LA,71463,318-335-3121,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 33rd Representative District, Subdistrict A ",,,,LA,,,,Lillie Brady,4700 Maplewood Dr.,,Sulphur,LA,70663,337-625-7567,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 33rd Representative District, Subdistrict B ",,,,LA,,,,Terry Backhaus,800 Ryan St. Ste. B,,Lake Charles,LA,70601,337-437-9950,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member , 34th Representative District ,,,,LA,,,,Nathan Curtis,2899 Sugarloaf Dr. #124,,Lake Charles,LA,70607-7544,337-263-0860,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 35th Representative District, Subdistrict A ",,,,LA,,,,Tore Carlberg,1500 Watkins St.,,Lake Charles,LA,70601,337-721-0440,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 35th Representative District, Subdistrict B ",,,,LA,,,,"""Larry"" Agee",3900 Paul White Rd.,,Lake Charles,LA,70611,337-855-3124,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 36th Representative District, Subdistrict A ",,,,LA,,,,Keith DeSonier,917 Contraband Ln.,,Lake Charles,LA,70605,337-474-4976,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 36th Representative District, Subdistrict B ",,,,LA,,,,Marcia Farber,210 Lee St.,,Lake Charles,LA,70605,337-499-3357,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 36th Representative District, Subdistrict C ",,,,LA,,,,Shaina Farque,7285 Choupique Rd.,,Sulphur,LA,70665,337-583-4530,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 37th Representative District, Subdistrict A ",,,,LA,,,,Heather Johnson,19485 Freeland Rd.,,Welsh,LA,70591,337-515-6621,,,,062,,11/12/2009 -RSCC Member ," 37th Representative District, Subdistrict B ",,,,LA,,,,"Paul Delacroix, Jr.",422 E. Nezpique St.,,Jennings,LA,70546,337-824-3719,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 38th Representative District, Subdistrict A ",,,,LA,,,,Dennis Thompson,1038 W. Main St.,,Ville Platte,LA,70586,337-363-2620,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 38th Representative District, Subdistrict B ",,,,LA,,,,"""Jimmy"" LaFleur",682 Shuff Rd.,,Ville Platte,LA,70586,337-363-5317,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 39th Representative District, Subdistrict A ",,,,LA,,,,Dale Bourgeois,1110 N Wilderness Trail,,Carencro,LA,70520,337-896-4784,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 39th Representative District, Subdistrict B ",,,,LA,,,,Mike Hebert,109 Broadway Dr.,,Scott,LA,70583,,,,,062,,03/16/2009,Mr. Hebert -RSCC Member , 40th Representative District ,,,,LA,,,,Alyshia B. Boagni,410 S. Court St.,,Opelousas,LA,70570,337-948-9242,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 41st Representative District, Subdistrict A ",,,,LA,,,,Keith Lamm,7250 Robert Cove Rd.,,Rayne,LA,70578,337-277-6232,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 41st Representative District, Subdistrict B ",,,,LA,,,,Russell P. Pavich,330 South 9th St.,,Eunice,LA,70535,337-546-0494,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 42nd Representative District, Subdistrict A ",,,,LA,,,,Anthony Emmons,503 East Jefferson Davis,,Rayne,LA,70578,337-334-5701,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 42nd Representative District, Subdistrict B ",,,,LA,,,,Allison Clarke,715 E.7th St.,,,LA,70526,337-785-0168,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 43rd Representative District, Subdistrict A ",,,,LA,,,,Gary Reynolds,98 John Adams,,Youngsville,LA,70592,,,,,062,,06/30/2008,Mr. Reynolds -RSCC Member ," 43rd Representative District, Subdistrict B ",,,,LA,,,,Nicole Cockerham,13 Courtyard Circle,,Lafayette,LA,70508,337-234-3545,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 43rd Representative District, Subdistrict C ",,,,LA,,,,Tracy Richardson,303 Billy Lou Dr.,,Lafayette,LA,70508,337-993-7442,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 43rd Representative District, Subdistrict D ",,,,LA,,,,"""Sandy"" Gresham Hindelang",210 Lakeside Dr.,,Lafayette,LA,70508,337-984-6171,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member , 44th Representative District ,,,,LA,,,,Normand Miller,311 N. Sterling,,Lafayette,LA,70501,337-234-6817,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 45th Representative District, Subdistrict A ",,,,LA,,,,"W. Thomas ""Tom"" Angers",116 Teche Dr.,,Lafayette,LA,70503,337-233-3268,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 45th Representative District, Subdistrict B ",,,,LA,,,,DeAnne Henke,107 Pericles,,Lafayette,LA,70506,337-504-3834,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 45th Representative District, Subdistrict C ",,,,LA,,,,"""Max"" Jordan",1915 W Saint Mary Blvd.,,Lafayette,LA,70506,337-232-6197,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 46th Representative District, Subdistrict A ",,,,LA,,,,Richard Delahoussaye,422 N. Pinaud St.,,St. Martinville,LA,70582,337-394-7281,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 46th Representative District, Subdistrict B ",,,,LA,,,,"Joseph ""Rick"" Pearson",525 Clause Dr.,,Breaux Bridge,LA,70517,337-442-6650,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 47th Representative District, Subdistrict A ",,,,LA,,,,Jonathan Perry,312 Abshire Drive,,Kaplan,LA,70548-2230,337-643-2057,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 47th Representative District, Subdistrict B ",,,,LA,,,,Dexter James Duhon,9016 Rachelle Drive,,Abbeville,LA,70510-2119,337-893-2702,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 48th Representative District, Subdistrict A ",,,,LA,,,,Anne B. Caffery,1001 Loreauville Rd.,,New Iberia,LA,70563,337-365-3617,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 48th Representative District, Subdistrict B ",,,,LA,,,,,,,,,,,,,,062 -RSCC Member ," 49th Representative District, Subdistrict A ",,,,LA,,,,Rebecca M. Allain,P.O. Box 467,,Jeanerette,LA,70544,337-276-6423,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 49th Representative District, Subdistrict B ",,,,LA,,,,Dick Lane Menard,1218 Victor Rd.,,Abbeville,LA,70510,337-937-6358,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 50th Representative District, Subdistrict A ",,,,LA,,,,Christian Gil,P. O. Box 157,,Patterson,LA,70392,985-399-4412,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 50th Representative District, Subdistrict B ",,,,LA,,,,Jessie Morton,108 Eastwood Dr.,,Franklin,LA,70538,337-828-0557,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 51st Representative District, Subdistrict A ",,,,LA,,,,Leilani N. Hardee,913 Hickory St.,,Morgan City,LA,70380,985-519-6110,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 51st Representative District, Subdistrict B ",,,,LA,,,,"""Joe"" Harrison, Jr.",3239 Hwy. 308,,Napoleonville,LA,70390,985-526-8434,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 52nd Representative District, Subdistrict A ",,,,LA,,,,"Kirby B. Fabre, Jr.",335 Sugar Plum St.,,Houma,LA,70364-4470,985-868-3879,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 52nd Representative District, Subdistrict B ",,,,LA,,,,"""Fred"" Fondren",30 Amarillo Dr.,,Houma,LA,70360,985-876-1151,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 53rd Representative District, Subdistrict A ",,,,LA,,,,"Wallace Ellender, III",239 Hwy. 55,,Bourg,LA,70343,985-594-7806,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 53rd Representative District, Subdistrict B ",,,,LA,,,,Lenar Whitney,300 Wilson Ave.,,Houma,LA,70364-3142,985-851-0132,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member , 54th Representative District ,,,,LA,,,,"""Irv"" Magri",P. O. Box 5,,Grand Isle,LA,70358,985-787-2477,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 55th Representative District, Subdistrict A ",,,,LA,,,,Frank Nezzio,320 Brandywine Blvd.,,Thibodaux,LA,70301,985-448-3069,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 55th Representative District, Subdistrict B ",,,,LA,,,,David Gauthe,1922 Bayou Rd.,,Thibodaux,LA,70301,985-446-5364,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 56th Representative District, Subdistrict A ",,,,LA,,,,Wendy Benedetto,13 Ashland Dr.,,Destrehan,LA,70047,985-764-8439,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 56th Representative District, Subdistrict B ",,,,LA,,,,"Clayton ""Snookie"" Faucheux",140 N. Oak Ct.,,Luling,LA,70070,985-785-6588,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 57th Representative District, Subdistrict A ",,,,LA,,,,David W. Millet,136 West 9th St.,,Reserve,LA,70084,985-652-6261,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 57th Representative District, Subdistrict B ",,,,LA,,,,Emory B. Putman,1015 Madewood Rd.,,LaPlace,LA,70068,985-653-0924,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member , 58th Representative District ,,,,LA,,,,Charles Carpenter,815 River Rd.,,Sunshine,LA,70780,225-642-3344,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 59th Representative District, Subdistrict A ",,,,LA,,,,Paul Goppelt,42291 Clouatre Rd.,,Gonzales,LA,70737,225-675-8002,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 59th Representative District, Subdistrict B ",,,,LA,,,,Tonya Veazey,40097 Ronda Ave.,,Prairieville,LA,70769,225-955-3085,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 59th Representative District, Subdistrict C ",,,,LA,,,,George Valentine,13323 Hwy. 73,,Geismar,LA,70734,225-673-6973,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member , 60th Representative District ,,,,LA,,,,Garry McClure,"25125 Gasper Street, Lot #42",,Plaquemine,LA,70764,225-687-7636,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member , 61st Representative District ,,,,LA,,,,Dan Richey,725 Parlange Dr.,,Baton Rouge,LA,70806,225-252-9076,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 62nd Representative District, Subdistrict A ",,,,LA,,,,Rick Guillory,P. O. Box 434,,Slaughter,LA,70777,225-658-2987,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 62nd Representative District, Subdistrict B ",,,,LA,,,,"James ""Jimmy"" Kaiser",5923 Afton Villa Way,,St. Francisville,LA,70775,225-634-1440,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member , 63rd Representative District ,,,,LA,,,,Barbara Thomas,7081 Modesto Ave.,,Baton Rouge,LA,70811,225-885-8856,,,,062,,11/12/2009,Ms. Thomas -RSCC Member ," 64th Representative District, Subdistrict A ",,,,LA,,,,Gordon Atwell,35635 Woodland Ridge Dr.,,Denham Springs,LA,70706,225-664-5066,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 64th Representative District, Subdistrict B ",,,,LA,,,,Valarie Hodges,33885 Cypress Bluff,,Denham Springs,LA,70706,225-667-0101,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 64th Representative District, Subdistrict C ",,,,LA,,,,Daniel Edwards,11971 Cline Dr.,,Baker,LA,70714,225-276-9106,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 65th Representative District, Subdistrict A ",,,,LA,,,,Scott Wilfong,2122 Palmwood Dr.,,Baton Rouge,LA,70816,225-272-2525,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 65th Representative District, Subdistrict B ",,,,LA,,,,"""Ron"" Erickson, Sr.",6633 Audusson Dr.,,Greenwell Springs,LA,70739,225-262-1605,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 65th Representative District, Subdistrict C ",,,,LA,,,,Gerald Phares,22101 Greenwell Springs Rd.,,Greenwell Springs,LA,70739,225-261-3123,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 66th Representative District, Subdistrict A ",,,,LA,,,,Gene Guffey,4420 Lake Limestone,,Baton Rouge,LA,70816,225-292-5943,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 66th Representative District, Subdistrict B ",,,,LA,,,,Malcolm Richard,1632 Tudor Dr.,,Baton Rouge,LA,70815,225-924-4098,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 66th Representative District, Subdistrict C ",,,,LA,,,,Ray Williams,9575 Goodwood Blvd.,,Baton Rouge,LA,70815,225-505-9699,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member , 67th Representative District ,,,,LA,,,,Gail Dignam,150 3rd St. #404,,Baton Rouge,LA,70801,225-248-8555,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 68th Representative District, Subdistrict A ",,,,LA,,,,Michael Chittom,4734 Hundred Oaks Ave.,,Baton Rouge,LA,70808,225-926-0667,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 68th Representative District, Subdistrict B ",,,,LA,,,,"""Ted"" Baldwin",3030 Congress Blvd. Apt. 55,,Baton Rouge,LA,70808,225-924-5107,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 68th Representative District, Subdistrict C ",,,,LA,,,,John J. Price,17512 Five Oaks Dr.,,Baton Rouge,LA,70810,225-753-5338,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 69th Representative District, Subdistrict A ",,,,LA,,,,Erich Ponti,1445 Thibodeaux Ave.,,Baton Rouge,LA,70806,225-925-9069,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 69th Representative District, Subdistrict B ",,,,LA,,,,"""Tommy"" French",5015 Parkhollow Dr.,,Baton Rouge,LA,70816,225-293-0650,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 69th Representative District, Subdistrict C ",,,,LA,,,,David Fakouri,P.O. Box 86255,,Baton Rouge,LA,70879,225-921-9735,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 69th Representative District, Subdistrict D ",,,,LA,,,,Ryan Booth,6417 Snowden Dr.,,Baton Rouge,LA,70817,225-803-2062,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 70th Representative District, Subdistrict A ",,,,LA,,,,Ellen Wray-Davis,10426 Springpark Ave.,,Baton Rouge,LA,70810,225-328-4983,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 70th Representative District, Subdistrict B ",,,,LA,,,,"""Al"" Krotoski",11620 Rue de Tonti,,Baton Rouge,LA,70810,225-769-7496,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 70th Representative District, Subdistrict C ",,,,LA,,,,Dan Kyle,818 Woodleigh Dr.,,Baton Rouge,LA,70810,225-978-1455,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 70th Representative District, Subdistrict D ",,,,LA,,,,Craig Lindsay,9832 Ginger Place Dr.,,Baton Rouge,LA,70817,225-756-0685,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 71st Representative District, Subdistrict A ",,,,LA,,,,"Robert W. ""Bob"" Morgan",232 Third St.,,Denham Springs,LA,70726,225-223-2144,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 71st Representative District, Subdistrict B ",,,,LA,,,,James Tullier,27300 Tullier Ln.,,Denham Springs,LA,70726,225-664-7063,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 71st Representative District, Subdistrict C ",,,,LA,,,,Gerald L. Burns,28630 Juban Road,,Denham Springs,LA,70726,225-664-3463,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 72nd Representative District, Subdistrict A ",,,,LA,,,,,,,,,,,,,,062 -RSCC Member ," 72nd Representative District, Subdistrict B ",,,,LA,,,,Adonica Duggan,13881 Morning Glory,,Norwood,LA,70761,,,,,062,,06/07/2008,Ms. Duggan -RSCC Member ," 73rd Representative District, Subdistrict A ",,,,LA,,,,"""Mike"" Whitlow",P. O. Box 636,,Ponchatoula,LA,70454,985-386-3873,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 73rd Representative District, Subdistrict B ",,,,LA,,,,George R. Holton,44260 Easy St.,,Hammond,LA,70403,985-345-6085,,,R,062,02/23/2012,02/23/2008 -RSCC Member ," 73rd Representative District, Subdistrict C ",,,,LA,,,,Frank Schneider,41317 Rue Chene,,Ponchatoula,LA,70454,225-414-0069,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 74th Representative District, Subdistrict A ",,,,LA,,,,Scott Simon,P. O. Box 38,,Abita Springs,LA,70420,985-630-4834,,,R,062,02/23/2012,02/23/2008,Mr. Simon -RSCC Member ," 74th Representative District, Subdistrict B ",,,,LA,,,,Christopher David Trahan,18621 Hosmer Mill Rd.,,Covington,LA,70435-7625,985-264-7573,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 74th Representative District, Subdistrict C ",,,,LA,,,,,,,,,,,,,,062 -RSCC Member ," 75th Representative District, Subdistrict A ",,,,LA,,,,,,,,,,,,,,062 -RSCC Member ," 75th Representative District, Subdistrict B ",,,,LA,,,,"Conrad ""Chip"" McVea",1022 Needle Rd.,,Franklinton,LA,70438,985-839-5500,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 76th Representative District, Subdistrict A ",,,,LA,,,,"""Ray"" Canada",P. O. Box 264,,Slidell,LA,70459-0264 ,985-640-0266,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 76th Representative District, Subdistrict B ",,,,LA,,,,Lee Balinas,2049 Old River Rd.,,Slidell,LA,70461,985-445-8037,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 76th Representative District, Subdistrict C ",,,,LA,,,,Renee McWaters,300 Military Rd. Apt 29,,Slidell,LA,70431,985-640-8152,,,,062,,08/29/2009,Ms. McWaters -RSCC Member ," 76th Representative District, Subdistrict D ",,,,LA,,,,"""A. G."" Crowe",201 Crowe Landing Rd.,,Pearl River,LA,70452,985-788-9772,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 77th Representative District, Subdistrict A ",,,,LA,,,,"Matthew ""Matt"" Faust",602 Phyllis Dr.,,Covington,LA,70433,985-893-3740,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 77th Representative District, Subdistrict B ",,,,LA,,,,Lester P. Dore,70280 First St.,,Covington,LA,70433,504-905-5365,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 77th Representative District, Subdistrict C ",,,,LA,,,,Sandra Bailey-Simmons,49366 Ravenwood Dr.,,Loranger,LA,70446,985-345-4562,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 77th Representative District, Subdistrict D ",,,,LA,,,,Suzanne Crow,135 Tchefuncta South Dr.,,Covington,LA,70433-7809,985-792-1362,,,R,062,02/23/2012,02/23/2008 -RSCC Member ," 78th Representative District, Subdistrict A ",,,,LA,,,,Paul D. Johnston,1408 N Cumberland St.,,Metairie,LA,70003,504-305-5311,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 78th Representative District, Subdistrict B ",,,,LA,,,,"John ""Big John"" Illg",1308 Trudeau Dr.,,Metairie,LA,70003,504-469-6884,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 78th Representative District, Subdistrict C ",,,,LA,,,,Stewart Lagarde,331 Midway Dr.,,River Ridge,LA,70123,504-737-7405,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 78th Representative District, Subdistrict D ",,,,LA,,,,Paul D. Johnston,525 Kenmore Dr.,,Harahan,LA,70123,504-737-4345,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 79th Representative District, Subdistrict A ",,,,LA,,,,"Edmond J. ""Ed"" Muniz",P. O. Box 641275,,Kenner,LA,70065,504-466-5958,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 79th Representative District, Subdistrict B ",,,,LA,,,,Betty Bonura,1009 Chateau Lafitte Dr.,,Kenner,LA,70065,504-467-7402,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 79th Representative District, Subdistrict C ",,,,LA,,,,"""Debbie"" Settoon",5321 Toby Lane,,Kenner,LA,70065,,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 79th Representative District, Subdistrict D ",,,,LA,,,,Archie Corder,5501 W. Esplanade Ave.,,Metairie,LA,70003,504-455-9864,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 80th Representative District, Subdistrict A ",,,,LA,,,,"Vinson J. ""Vince"" Serio",4416 West Esplanade Ave.,,Metairie,LA,70006,504-885-6382,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 80th Representative District, Subdistrict B ",,,,LA,,,,Lynn E. Skidmore,3207 Belmont Pl. Apt. 210,,Metairie,LA,70002,504-780-1788,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 80th Representative District, Subdistrict C ",,,,LA,,,,"Joseph P. Lopinto, Jr.",1608 Green Ave.,,Metairie,LA,70001,504-454-6178,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 81st Representative District, Subdistrict A ",,,,LA,,,,Charlotte P. Ruiz,4612 Richland Ave.,,Metairie,LA,70002,504-887-8992,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 81st Representative District, Subdistrict B ",,,,LA,,,,"Roger F. Villere, Jr.",838 Aurora Ave.,,Metairie,LA,70005,504-830-4505,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 81st Representative District, Subdistrict C ",,,,LA,,,,John S. Treen,112 Charleston Park,,Metairie,LA,70005,504-835-6936,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 81st Representative District, Subdistrict D ",,,,LA,,,,Monica L. Monica,411 Betz Pl.,,Metairie,LA,70005,504-832-0608,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 82nd Representative District, Subdistrict A ",,,,LA,,,,Keith Rush,1004 Green Acres Rd.,,Metairie,LA,70003,504-888-7718,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 82nd Representative District, Subdistrict B ",,,,LA,,,,Daniel Shanks,7 Pats Pl.,,Metairie,LA,70001,504-975-4601,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 82nd Representative District, Subdistrict C ",,,,LA,,,,Bruce P. Donnelly,3922 Audubon Trace,,Jefferson,LA,70121,504-453-1598,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 83rd Representative District, Subdistrict A ",,,,LA,,,,George A. Peterson,233 Modern Farms Rd.,,Waggaman,LA,70094,504-431-0144,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 83rd Representative District, Subdistrict B ",,,,LA,,,,Danyelle Taylor,617 Vic St.,,Westwego,LA,70094,504-347-3840,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 84th Representative District, Subdistrict A ",,,,LA,,,,Rickey J. Ullo,1705 Winchester Pl.,,Harvey,LA,70058,504-348-9787,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 84th Representative District, Subdistrict B ",,,,LA,,,,"Constance ""Connie"" Forstater",2628 Oak Forest Blvd.,,Marrero,LA,70072,,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 85th Representative District, Subdistrict A ",,,,LA,,,,Keith B. Hall,8 Willow Dr.,,Gretna,LA,70053,504-366-2632,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 85th Representative District, Subdistrict B ",,,,LA,,,,"""Billy"" Arnold",2283 S. Von Braun Ct.,,Harvey,LA,70058,504-368-4292,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 86th Representative District, Subdistrict A ",,,,LA,,,,"Wallace Lucas, Sr.",2505 Park Pl.,,Terrytown,LA,70056,504-251-9888,B,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 86th Representative District, Subdistrict B ",,,,LA,,,,Paul Richard,10 Annandale Ct.,,New Orleans,LA,70131,504-394-5056,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member , 87th Representative District ,,,,LA,,,,"Robert ""Bob"" Muniz",3720 Burntwood Dr.,,Harvey,LA,70058,504-347-2516,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 88th Representative District, Subdistrict A ",,,,LA,,,,"""Chip"" McCorkle",16254 Ole Homestead Ln.,,,LA,70769,225-622-1687,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 88th Representative District, Subdistrict B ",,,,LA,,,,Floyd Gonzalez,14112 Forest Glen Ln.,,Walker,LA,70785,225-664-4169,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 88th Representative District, Subdistrict C ",,,,LA,,,,,,,,,,,,,,062 -RSCC Member ," 88th Representative District, Subdistrict D ",,,,LA,,,,,,,,,,,,,,062 -RSCC Member ," 89th Representative District, Subdistrict A ",,,,LA,,,,Jan McAllister,224 Queen Anne Dr.,,Slidell,LA,70460,,,,,062,,06/07/2008 -RSCC Member ," 89th Representative District, Subdistrict B ",,,,LA,,,,"""Betty"" Viener",204 Evangeline Dr.,,Mandeville,LA,70471,985-845-2500,,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 89th Representative District, Subdistrict C ",,,,LA,,,,Lorraine Peterson,245 Lake Vista Dr.,,Mandeville,LA,70471-8207,985-626-5588,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 89th Representative District, Subdistrict D ",,,,LA,,,,Jonathon James,65570 Mulberry St.,,Mandeville,LA,70448,,,,,062,,06/07/2008 -RSCC Member ," 89th Representative District, Subdistrict E ",,,,LA,,,,Malcolm B. Sonnier,1625 Penrose St.,,Mandeville,LA,70448,985-626-9721,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 90th Representative District, Subdistrict A ",,,,LA,,,,"Thomas ""Rocky"" Thompson",217 Windward Passage St.,,Slidell,LA,70458-9132,985-285-1767,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 90th Representative District, Subdistrict B ",,,,LA,,,,,,,,,,,,,,062 -RSCC Member ," 90th Representative District, Subdistrict C ",,,,LA,,,,Randy Lawshe,38204 Joan Dr.,,Pearl River,LA,70452-3504,985-778-5582,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ," 90th Representative District, Subdistrict D ",,,,LA,,,,John O'Neil,134 Kingston Dr.,,Slidell,LA,70458,985-646-2054,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member , 91st Representative District ,,,,LA,,,,"John Musser, V",1218 Napoleon Ave.,,New Orleans,LA,70115,504-899-4411,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 92nd Representative District, Subdistrict A ",,,,LA,,,,Michael J. McMyne,3229 Roosevelt,,Kenner,LA,70065,504-352-1700,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 92nd Representative District, Subdistrict B ",,,,LA,,,,"Arthur ""Art"" Tudela",1609 Hudson St.,,Kenner,LA,70062,504-466-2159,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member , 93rd Representative District ,,,,LA,,,,"Joseph ""Joe"" Lavigne","700 S. Peters St, #202",,New Orleans,LA,70130,504-524-1880,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 94th Representative District, Subdistrict A ",,,,LA,,,,"John ""Jay"" Batt, Jr.",230 Carondelet St.,,New Orleans,LA,70130,504-528-1073,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 94th Representative District, Subdistrict B ",,,,LA,,,,Sal Palmisano,3135 De Saix Blvd.,,New Orleans,LA,70119,504-858-3137,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 94th Representative District, Subdistrict C ",,,,LA,,,,"Emile ""Peppi"" Bruneau",6979 Argonne Blvd.,,New Orleans,LA,70124,504-288-1200,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member , 95th Representative District ,,,,LA,,,,David Toso,15 Audubon Blvd.,,New Orleans,LA,70118,504-621-3283,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member , 96th Representative District ,,,,LA,,,,Stephen M. Swain,1129 Bourbon St.,,New Orleans,LA,70116,504-523-7047,,M,R,062,02/23/2012,02/23/2008 -RSCC Member , 97th Representative District ,,,,LA,,,,Lloyd A. Harsch,4337 Seminary Pl.,,New Orleans,LA,70126,817-733-0260,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 98th Representative District, Subdistrict A ",,,,LA,,,,"John ""Fenn"" French",230 Carondelet St.,,New Orleans,LA,70130,504-593-9953,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ," 98th Representative District, Subdistrict B ",,,,LA,,,,David Kepper,2715 Calhoun St.,,New Orleans,LA,70118,504-582-4632,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member , 99th Representative District ,,,,LA,,,,,,,,,,,,,,062 -RSCC Member ,100th Representative District ,,,,LA,,,,Lynn D. Cawthorne,1511 Oakdale St.,,Shreveport,LA,71108,,,,,062,,03/16/2009 -RSCC Member ,101st Representative District ,,,,LA,,,,Meryl B. Duroncelet,7220 Lake Willow Dr.,,New Orleans,LA,70126,504-439-2812,,F,R,062,02/23/2012,02/23/2008 -RSCC Member ,102nd Representative District ,,,,LA,,,,Irene Burrus,2820 Bristol Pl.,,New Orleans,LA,70131,504-392-1449,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ,"103rd Representative District, Subdistrict A ",,,,LA,,,,"Anh ""Joseph"" Cao",4371 Murano Rd.,,New Orleans,LA,70129,504-368-0491,O,M,R,062,02/23/2012,02/23/2008 -RSCC Member ,"103rd Representative District, Subdistrict B ",,,,LA,,,,Michael Bayham,212 W. St. Jean Baptist St.,,Chalmette,LA,70044,504-258-4467,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ,"104th Representative District, Subdistrict A ",,,,LA,,,,Therese Melerine Benit,2129 Valmar Dr.,,Meraux,LA,70075,504-271-2844,W,F,R,062,02/23/2012,02/23/2008 -RSCC Member ,"104th Representative District, Subdistrict B ",,,,LA,,,,David Peralta,4408 Newport Dr.,,Meraux,LA,70075,504-220-7334,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ,"105th Representative District, Subdistrict A ",,,,LA,,,,"""Jeff"" DiMarco",232 Bergeron Dr.,,Belle Chasse,LA,70037,504-812-4009,W,M,R,062,02/23/2012,02/23/2008 -RSCC Member ,"105th Representative District, Subdistrict B ",,,,LA,,,,Louise Broach Fischer,106 Beaupre Dr.,,Luling,LA,70070,985-785-2819,W,F,R,062,02/23/2012,02/23/2008 -Governor ,,P.O. Box 94004,,Baton Rouge,LA,70804-9004,504-342-7015,,Bobby Jindal,P.O. Box 94004,,Baton Rouge,LA,70804,225-756-7969,O,M,R,100,01/09/2012,01/14/2008,Governor Jindal -Lieutenant Governor ,,P.O. Box 44243,,Baton Rouge,LA,70804-4243,504-342-7009,,Mitch Landrieu,P.O. Box 44243,,Baton Rouge,LA,70804-4243,504-837-0770,W,M,D,105,01/09/2012,01/14/2008,Mr. Landrieu -Secretary of State ,,P.O. Box 94125,,Baton Rouge,LA,70804-9125,225-342-4479,,Jay Dardenne,P.O. Box 94125,,Baton Rouge,LA,70804-9125,225-926-7555,W,M,R,110,01/09/2012,01/14/2008,Mr. Dardenne -Attorney General ,,P. O. Box 94005,,Baton Rouge,LA,70804-9005,225-326-6000,,"James D. ""Buddy"" Caldwell",P. O. Box 94005,,Baton Rouge,LA,70804-9005,318-574-1706,W,M,D,115,01/09/2012,01/14/2008,Mr. Caldwell -State Treasurer ,,P.O. Box 44154,,Baton Rouge,LA,70804-0154 ,504-342-0010,,John Neely Kennedy,P.O. Box 44154,,Baton Rouge,LA,70804-0154 ,985-845-0056,W,M,R,120,01/09/2012,01/14/2008,Mr. Kennedy -Commissioner ,Department of Agriculture and Forestry ,P.O. Box 631,,Baton Rouge,LA,70821-0631 ,225-922-1234,,Mike Strain,P.O. Box 631,,Baton Rouge,LA,70821-0631 ,985-893-1935,W,M,R,125,01/09/2012,01/14/2008,Mr. Strain -Commissioner ,Department of Insurance ,P.O. Box 94214,,Baton Rouge,LA,70804-9214,225-342-5900,,James J. Donelon,P.O. Box 94214,,Baton Rouge,LA,70804-9214,504-455-6503,W,M,R,130,01/09/2012,01/14/2008,Mr. Donelon -U. S. Senator ,,"2800 Veterans Blvd, Ste. 201, Metairie, LA 70002-Vitter",,500 Poydras St.,LA,,,,Mary Landrieu,"500 Poydras St., Rm. 105",,New Orleans,LA,70130,504-589-2427,W,F,D,140,01/03/2015,01/03/2009,Senator Landrieu -U. S. Senator ,,"2800 Veterans Blvd, Ste. 201, Metairie, LA 70002-Vitter",,500 Poydras St.,LA,,,,David Vitter,"2800 Veterans Blvd., Ste. 201",,Metairie,LA,70002,504-589-2753,,,R,140,01/03/2011,01/03/2005,Senator Vitter -U. S. Representative ,1st Congressional District ,"3525 North Causeway Blvd., Ste. 1020",,Metairie,LA,70002,504-837-1259,,"""Steve"" Scalise","3525 North Causeway Blvd., Ste. 1020",,Metairie,LA,70002,504-831-3105,W,M,R,145,01/03/2011,01/03/2009,Congressman Scalise -U. S. Representative ,2nd Congressional District ,"501 Magazine St., Ste. 1012",,New Orleans,LA,70130,504-589-2274,,"Anh ""Joseph"" Cao",4640 South Carrollton Ave. Ste. 120,,New Orleans,LA,70119,504-483-2325,O,M,R,145,01/03/2011,01/03/2009,Congressman Cao -U. S. Representative ,3rd Congressional District ,"828 S. Irma Blvd., Ste. 107",,Gonzales,LA,70737,225-621-8490,,"""Charlie"" Melancon",P. O. Box 549,,Napoleonville,LA,70390,985-369-7785,W,M,D,145,01/03/2011,01/03/2009,Congressman Melancon -U. S. Representative ,4th Congressional District ,"6425 Youree Dr., Ste. 350",,Shreveport,LA,71105,318-798-2254,,John Fleming,"6425 Youree Dr., Ste. 350",,Shreveport,LA,71105,318-377-7464,W,M,R,145,01/03/2011,01/03/2009,Congressman Fleming -U. S. Representative ,5th Congressional District ,"1900 Stubbs Ave., Ste. B",,Monroe,LA,71201,318-322-3500,,Rodney Alexander,"1900 Stubbs Ave., Ste. B",,Monroe,LA,71201,318-259-4587,W,M,R,145,01/03/2011,01/03/2009,Congressman Alexander -U. S. Representative ,6th Congressional District ,"5555 Hilton Ave., Ste. 100",,Baton Rouge,LA,70808,225-929-7711,,"William ""Bill"" Cassidy","5555 Hilton Ave., Ste. 100",,Baton Rouge,LA,70808,225-387-2455,W,M,R,145,01/03/2011,01/03/2009,Congressman Cassidy -U. S. Representative ,7th Congressional District ,"800 Lafayette St., Ste. 1400",,Lafayette,LA,70501,337-235-6322,,"Charles W. Boustany, Jr.","800 Lafayette St., Ste. 1400",,Lafayette,LA,70501,337-993-3829,W,M,R,145,01/03/2011,01/03/2009,Congressman Boustany -Associate Justice ,1st Supreme Court District of Louisiana ,"400 Royal St., Ste. 4200",,New Orleans,LA,70130,504-310-2300,,Greg Guidry,300 Normandy Dr.,,Nine Mile Point,LA,70094,504-436-3711,W,M,R,150,12/31/2018,01/01/2009,Justice Guidry -Associate Justice ,2nd Supreme Court District of Louisiana ,"400 Royal St., Ste. 4200",,New Orleans,LA,70130,504-310-2300,,Jeffrey P. Victory,244 Wedgewood Dr.,,Shreveport,LA,71105,318-227-3710,W,M,R,150,12/31/2014,01/01/2005,Judge Victory -Associate Justice ,3rd Supreme Court District of Louisiana ,"400 Royal St., Ste. 4200",,New Orleans,LA,70130,504-310-2300,,Jeannette Theriot Knoll,148 Tarleton St.,,Marksville,LA,71351,318-253-9735,W,F,D,150,12/31/2016,01/01/2007,Judge Knoll -Associate Justice ,4th Supreme Court District of Louisiana ,"400 Royal St., Ste. 4200",,New Orleans,LA,70130,504-310-2300,,Marcus R. Clark,360 Harrell Rd.,,West Monroe,LA,71291,318-361-2296,W,M,R,150,12/31/2016,10/27/2009,Justice Clark -Associate Justice ,5th Supreme Court District of Louisiana ,"400 Royal St., Ste. 4200",,New Orleans,LA,70130,504-310-2300,,"Catherine D. ""Kitty"" Kimball",7836 Bennett Dr.,,Ventress,LA,70783,225-638-7405,W,F,D,150,12/31/2018,01/01/2009,Justice Kimball -Associate Justice ,6th Supreme Court District of Louisiana ,"400 Royal St., Ste. 4200",,New Orleans,LA,70130,504-310-2300,,John L. Weimer,H762 Hwy. 308,,Thibodaux,LA,70301,985-447-9066,W,M,D,150,12/31/2012,01/01/2003,Justice Weimer -Associate Justice ,7th Supreme Court District of Louisiana ,"400 Royal St., Ste. 4200",,New Orleans,LA,70130,504-310-2300,,Bernette Joshua Johnson,#6 Park Timbers Dr.,,New Orleans,LA,70131,504-393-0902,B,F,D,150,12/31/2010,01/01/2001,Justice Johnson -"Judge, Court of Appeal ","1st Cir., 2nd Dist., Subdist. 1, Div. A ",1600 N. Third St.,,Baton Rouge,LA,70802,225-382-3000,,"""Bob"" Downing",2933 Twelve Oaks Ave.,,Baton Rouge,LA,70820,225-389-4706,,,D,155,12/31/2010,01/01/2001,Judge Downing -"Judge, Court of Appeal ","1st Cir., 2nd Dist., Subdist. 1, Div. B ",1600 N. Third St.,,Baton Rouge,LA,70802,225-382-3000,,"""Mike"" McDonald",8742 Trinity Ave.,,Baton Rouge,LA,70806,225-389-4722,W,M,R,155,12/31/2012,01/01/2003,Judge McDonald -"Judge, Court of Appeal ","1st Cir., 2nd Dist., Subdist. 1, Div. C ",1600 N. Third St.,,Baton Rouge,LA,70802,225-382-3000,,"Jewel E. ""Duke"" Welch",412 Rue Douceur,,Baker,LA,70714,225-774-1649,W,M,R,155,12/31/2014,01/01/2005,Judge Welch -"Judge, Court of Appeal ","1st Cir., 2nd Dist., Subdist. 2, Div. D ",1600 N. Third St.,,Baton Rouge,LA,70802,225-382-3000,,John Michael Guidry,5722 Congress Blvd.,,Baton Rouge,LA,70808,225-927-6275,B,M,D,155,12/31/2010,01/01/2002,Judge Guidry -"Judge, Court of Appeal ","1st Circuit, 1st District, Division A ",1600 N. Third St.,,Baton Rouge,LA,70802,225-382-3000,,John T. Pettigrew,115 McAllen Dr.,,Houma,LA,70360,985-972-3522,W,M,D,155,12/31/2018,01/01/2009,Judge Pettigrew -"Judge, Court of Appeal ","1st Circuit, 1st District, Division B ",1600 N. Third St.,,Baton Rouge,LA,70802,225-382-3000,,"Edward J. ""Jimmy"" Gaidry",P. O. Box 1916,,Houma,LA,70364,985-876-0559,W,M,D,155,12/31/2012,01/01/2003,Mr. Gaidry -"Judge, Court of Appeal ","1st Circuit, 1st District, Division C ",1600 N. Third St.,,Baton Rouge,LA,70802,225-382-3000,,"Randolph ""Randy"" Parro",P.O. Box 5177,,Thibodaux,LA,70302,985-447-2185,W,M,D,155,12/31/2014,01/01/2005,Judge Parro -"Judge, Court of Appeal ","1st Circuit, 1st District, Division D ",1600 N. Third St.,,Baton Rouge,LA,70802,225-382-3000,,Vanessa Guidry-Whipple,P. O. Drawer 2667,,Houma,LA,70361,985-876-4034,W,F,D,155,12/31/2012,01/01/2003,Judge Guidry-Whipple -"Judge, Court of Appeal ","1st Circuit, 3rd District, Division A ",1600 N. Third St.,,Baton Rouge,LA,70802,225-382-3000,,"James E. ""Jimmy"" Kuhn",253 West Oak St.,,Ponchatoula,LA,70454,985-386-6082,W,M,R,155,12/31/2014,01/01/2005,Judge Kuhn -"Judge, Court of Appeal ","1st Circuit, 3rd District, Division B ",1600 N. Third St.,,Baton Rouge,LA,70802,225-382-3000,,Page McClendon,807 Tops'l Dr.,,Mandeville,LA,70448,985-674-7717,W,F,R,155,12/31/2012,01/01/2003,Judge McClendon -"Judge, Court of Appeal ","1st Circuit, 3rd District, Division C ",1600 N. Third St.,,Baton Rouge,LA,70802,225-382-3000,,Jefferson Davis Hughes,P.O. Box 453,,Walker,LA,70785,225-665-7238,W,M,R,155,12/31/2014,01/01/2005,Judge Hughes -"Judge, Court of Appeal ","1st Circuit, 3rd District, Division D ",1600 N. Third St.,,Baton Rouge,LA,70802,225-382-3000,,Burrell J. Carter,P. O. Box 309,,Greensburg,LA,70441,225-342-7251,W,M,D,155,12/31/2012,01/01/2003,Judge Carter -"Judge, Court of Appeal ","2nd Circuit, 1st Dist., Elec. Sect. 1C ",430 Fannin St.,,Shreveport,LA,71101,318-227-3700,,Felicia Toney Williams,P. O. Box 111,,Tallulah,LA,71284-0111 ,318-574-3994,B,F,D,155,12/31/2012,01/01/2003,Judge Williams -"Judge, Court of Appeal ","2nd Circuit, 1st Dist., Elec. Sect. 2A ",430 Fannin St.,,Shreveport,LA,71101,318-227-3700,,John Larry Lolley,2409 Pargoud Blvd.,,Monroe,LA,71201-2326,318-325-0291,W,M,D,155,12/31/2018,01/01/2009,Judge Lolley -"Judge, Court of Appeal ","2nd Circuit, 1st Dist., Elec. Sect. 2B ",430 Fannin St.,,Shreveport,LA,71101,318-227-3700,,Milton Moore,1404 Fairview Ave.,,Monroe,LA,71201,318-322-2147,W,M,D,155,12/31/2012,01/01/2003,Judge Moore -"Judge, Court of Appeal ","2nd Circuit, 2nd Dist, At-Large ",430 Fannin St.,,Shreveport,LA,71101,318-227-3700,,James Jay Caraway,121 Dover Ct.,,Bossier City,LA,71111,318-746-6649,W,M,D,155,12/31/2016,01/01/2007,Judge Caraway -"Judge, Court of Appeal ","2nd Circuit, 2nd Dist., Elec. Sec. 1 ",430 Fannin St.,,Shreveport,LA,71101,318-227-3700,,"R. Harmon Drew, Jr.",1002 Broadway St.,,Minden,LA,71055-3313,318-377-6289,W,M,D,155,12/31/2018,01/01/2009,Judge Drew -"Judge, Court of Appeal ","2nd Circuit, 2nd Dist., Elec. Sec. 2 ",430 Fannin St.,,Shreveport,LA,71101,318-227-3700,,"Henry N. Brown, Jr.",2606 Village Ln.,,Bossier City,LA,71112,318-746-6382,W,M,D,155,12/31/2010,01/01/2001,Judge Brown -"Judge, Court of Appeal ","2nd Circuit, 3rd Dist., Elec. Sect. 1A ",430 Fannin St.,,Shreveport,LA,71101,318-227-3700,,"James E. Stewart, Sr.",430 Fannin St.,,Shreveport,LA,71101,318-227-3740,B,M,D,155,12/31/2014,01/01/2005,Judge Stewart -"Judge, Court of Appeal ","2nd Circuit, 3rd Dist., Elec. Sect. 2B ",430 Fannin St.,,Shreveport,LA,71101,318-227-3700,,Charles B. Peatross,P. O. Box 1528,,Shreveport,LA,71165,318-227-3750,W,M,D,155,12/31/2012,01/01/2003,Judge Peatross -"Judge, Court of Appeal ","2nd Circuit, 3rd Dist., Elec. Sect. 2C ",430 Fannin St.,,Shreveport,LA,71101,318-227-3700,,Gay Gaskins,P.O. Box 1528,,Shreveport,LA,71165,318-227-3770,W,F,R,155,12/31/2010,01/01/2001,Judge Gaskins -"Judge, Court of Appeal ","3rd Circuit, 1st District, Division A ",1000 Main St.,,Lake Charles,LA,70601,318-433-9403,,Elizabeth A. Pickett,P. O. Box 70,,Many,LA,71449,318-256-4180,W,F,D,155,12/31/2012,01/01/2003,Judge Pickett -"Judge, Court of Appeal ","3rd Circuit, 1st District, Division B ",1000 Main St.,,Lake Charles,LA,70601,318-433-9403,,Jimmie C. Peters,P.O. Box 1380,,Jena,LA,71342,318-992-2663,W,M,D,155,12/31/2016,01/01/2007,Judge Peters -"Judge, Court of Appeal ","3rd Circuit, 1st District, Division C ",1000 Main St.,,Lake Charles,LA,70601,318-433-9403,,Shannon James Gremillion,4721 Collinsburg Dr.,,Alexandria,LA,71303,318-487-8672,W,M,D,155,12/31/2016,11/14/2008,Mr. Gremillion -"Judge, Court of Appeal ","3rd Circuit, 2nd Dist., Elec. Sect. 1C ",1000 Main St.,,Lake Charles,LA,70601,318-433-9403,,Ulysses Gene Thibodeaux,3910 Marie Ct.,,Lake Charles,LA,70607,337-474-5123,B,M,D,155,12/31/2010,01/01/2001,Judge Thibodeaux -"Judge, Court of Appeal ","3rd Circuit, 2nd Dist., Elec. Sect. 2A ",1000 Main St.,,Lake Charles,LA,70601,318-433-9403,,Joseph David Painter,1001 9th St.,,Lake Charles,LA,70601,337-433-8861,W,M,D,155,12/31/2014,01/01/2005,Judge Painter -"Judge, Court of Appeal ","3rd Circuit, 2nd Dist., Elec. Sect. 2B ",1000 Main St.,,Lake Charles,LA,70601,318-433-9403,,Billy H. Ezell,P. O. Box 16577,,Lake Charles,LA,70766,337-433-8833,W,M,R,155,12/31/2012,01/01/2003,Justice Ezell -"Judge, Court of Appeal ","3rd Circuit, 3rd Dist., Elec. Sect. 1C ",1000 Main St.,,Lake Charles,LA,70601,318-433-9403,,John Saunders,P. O. Box 566,,Ville Platte,LA,70586,337-363-5620,W,M,D,155,12/31/2012,01/01/2003,Judge Saunders -"Judge, Court of Appeal ","3rd Circuit, 3rd Dist., Elec. Sect. 2D ",1000 Main St.,,Lake Charles,LA,70601,318-433-9403,,Sylvia R. Cooks,P. O. Box 3841,,Lafayette,LA,70502,337-235-2196,B,F,D,155,12/31/2012,01/01/2003,Judge Cooks -"Judge, Court of Appeal ","3rd Circuit, 3rd Dist., Elec. Sect. 3E ",1000 Main St.,,Lake Charles,LA,70601,318-433-9403,,Oswald Decuir,702 Pintail Ln.,,New Iberia,LA,70560,337-369-3540,W,M,D,155,12/31/2012,01/01/2003,Judge Decuir -"Judge, Court of Appeal ","3rd Circuit, 3rd Dist., Elec. Sect. 4F ",1000 Main St.,,Lake Charles,LA,70601,318-433-9403,,Marc Amy,1007 W. St. Mary St.,,Abbeville,LA,70510,337-893-0270,,,D,155,12/31/2018,01/01/2009,Judge Amy -"Judge, Court of Appeal ","3rd Circuit, 3rd Dist., Elec. Sect. 5A ",1000 Main St.,,Lake Charles,LA,70601,318-433-9403,,"David Ellis Chatelain, ",100 East Vermilion,,Lafayette,LA,70501,,,,,155,,01/04/2010,Judge Chatelain -"Judge, Court of Appeal ","3rd Circuit, 3rd District, Division B ",1000 Main St.,,Lake Charles,LA,70601,318-433-9403,,"""Jimmy"" Genovese",145 Aspen Ln.,,Opelousas,LA,70570,337-942-4240,W,M,D,155,12/31/2014,01/01/2005,Judge Genovese -"Judge, Court of Appeal ",4th Circuit at Large ,410 Royal St.,,New Orleans,LA,70130,504-412-6001,,Roland L. Belsome,734 Crystal St.,,New Orleans,LA,70124,504-283-0811,W,M,D,155,12/31/2011,03/23/2004,Judge Belsome -"Judge, Court of Appeal ",4th Circuit at Large ,410 Royal St.,,New Orleans,LA,70130,504-412-6001,,"James F. McKay, III",410 Royal St.,,New Orleans,LA,70130-2199,504-592-0929,W,M,D,155,12/31/2012,01/01/2003,Judge McKay -"Judge, Court of Appeal ","4th Circuit, 1st District, Division A ",410 Royal St.,,New Orleans,LA,70130,504-412-6001,,Edwin A. Lombard,6200 Oxford Pl.,,New Orleans,LA,70131,504-394-3876,,,D,155,12/31/2012,01/01/2003,Judge Lombard -"Judge, Court of Appeal ","4th Circuit, 1st District, Division B ",410 Royal St.,,New Orleans,LA,70130,504-412-6001,,Paul A. Bonin,4224 Canal St.,,New Orleans,LA,70119,504-586-0064,,,D,155,12/31/2012,07/21/2008,Judge Bonin -"Judge, Court of Appeal ","4th Circuit, 1st District, Division C ",410 Royal St.,,New Orleans,LA,70130,504-412-6001,,"Dennis R. Bagneris, Sr.",4415 Franklin Ave.,,New Orleans,LA,70122,504-412-6000,B,M,D,155,12/31/2018,01/01/2009,Judge Bagneris -"Judge, Court of Appeal ","4th Circuit, 1st District, Division D ",410 Royal St.,,New Orleans,LA,70130,504-412-6001,,"Max N. Tobias, Jr.",P.O. Box 51509,,New Orleans,LA,70151,504-412-6074,W,M,D,155,12/31/2016,01/01/2007,Judge Tobias -"Judge, Court of Appeal ","4th Circuit, 1st District, Division E ",410 Royal St.,,New Orleans,LA,70130,504-412-6001,,Terri Love,5809 Canal Blvd.,,New Orleans,LA,70124,504-412-6068,B,F,D,155,12/31/2014,01/01/2005,Judge Love -"Judge, Court of Appeal ","4th Circuit, 1st District, Division F ",410 Royal St.,,New Orleans,LA,70130,504-412-6001,,"""Pattie"" Murray",140 Royal St.,,New Orleans,LA,70130,504-392-1060,W,F,D,155,12/31/2011,01/01/2002,Judge Murray -"Judge, Court of Appeal ","4th Circuit, 1st District, Division G ",410 Royal St.,,New Orleans,LA,70130,504-412-6001,,Joan Bernard Armstrong,4701 Lafon Dr.,,New Orleans,LA,70126,504-241-5155,B,F,D,155,12/31/2011,01/01/2002,Judge Armstrong -"Judge, Court of Appeal ","4th Circuit, 1st District, Division H ",410 Royal St.,,New Orleans,LA,70130,504-412-6001,,Charles R. Jones,6301 Parish Ave.,,New Orleans,LA,70122,504-282-4504,B,M,D,155,12/31/2012,01/01/2003,Judge Jones -"Judge, Court of Appeal ","4th Circuit, 2nd District, Division A ",410 Royal St.,,New Orleans,LA,70130,504-412-6001,,"Michael E. ""Mike"" Kirby",P.O. Box 340,,Empire,LA,70050,504-657-5037,W,M,D,155,12/31/2011,01/01/2002,Judge Kirby -"Judge, Court of Appeal ","4th Circuit, 3rd District, Division A ",410 Royal St.,,New Orleans,LA,70130,504-412-6001,,David S. Gorbaty,2509 Pakenham Dr.,,Chalmette,LA,70043,504-279-0752,W,M,D,155,12/31/2010,01/01/2001,Judge Gorbaty -"Judge, Court of Appeal ","5th Circuit, 1st Dist., Elec. Sect. 2C ",101 Derbigny St.,,Gretna,LA,70053,504-376-1400,,Marc E. Johnson,2214 Rev. Richard Wilson Dr.,,Kenner,LA,70062,504-464-0803,B,M,D,155,12/31/2014,04/14/2009,Judge Johnson -"Judge, Court of Appeal ","5th Circuit, 1st District, Division B ",101 Derbigny St.,,Gretna,LA,70053,504-376-1400,,Fredericka Homberg Wicker,2600 Labarre Lane,,Metairie,LA,70001,504-831-9070,W,F,R,155,12/31/2010,02/01/2006,Judge Wicker -"Judge, Court of Appeal ","5th Circuit, 1st District, Division D ",101 Derbigny St.,,Gretna,LA,70053,504-376-1400,,Susan M. Chehardy,318 Citrus Rd.,,River Ridge,LA,70123,504-738-0857,W,F,R,155,12/31/2012,01/01/2003,Judge Chehardy -"Judge, Court of Appeal ","5th Circuit, 1st District, Division E ",101 Derbigny St.,,Gretna,LA,70053,504-376-1400,,Marion F. Edwards,4951 Authur Ln.,,Barataria,LA,70036,504-689-3056,W,M,D,155,12/31/2012,01/01/2003,Judge Edwards -"Judge, Court of Appeal ","5th Circuit, 1st District, Division F ",101 Derbigny St.,,Gretna,LA,70053,504-376-1400,,"Walter J. ""Wally"" Rothschild",4413 Ferran Dr.,,Metairie,LA,70002-3131,504-885-3088,W,M,R,155,12/31/2012,01/01/2003,Judge Rothschild -"Judge, Court of Appeal ","5th Circuit, 1st District, Division G ",101 Derbigny St.,,Gretna,LA,70053,504-376-1400,,Clarence E. McManus,824 Bonnabel Blvd.,,Metairie,LA,70005,504-833-5475,W,M,R,155,12/31/2012,01/01/2003,Judge McManus -"Judge, Court of Appeal ","5th Circuit, 2nd District, Division A ",101 Derbigny St.,,Gretna,LA,70053,504-376-1400,,Jude G. Gravois,P. O. Box 67,,Vacherie,LA,70090,225-265-3923,W,M,D,155,12/31/2010,04/14/2009,Judge Gravois -"Judge, Court of Appeal ","5th Circuit, 3rd District, Division A ",101 Derbigny St.,,Gretna,LA,70053,504-376-1400,,"Edward A. Dufresne, Jr.",14041 River Rd.,,Luling,LA,70070,985-785-6233,W,M,D,155,12/31/2012,01/01/2003,Judge Dufresne -Public Service Commission,District 1 ,P. O. Box 91154,,Baton Rouge,LA,70821-9154,225-342-4404,,Eric Skrmetta,P. O. Box 55896,,Metairie,LA,70055,504-650-0642,W,M,R,160,12/31/2014,01/01/2009,Mr. Skrmetta -Public Service Commission,District 2 ,P. O. Box 91154,,Baton Rouge,LA,70821-9154,225-342-4404,,Jimmy Field,8743 W. Fairway Dr.,,Baton Rouge,LA,70809,225-925-5262,W,M,R,160,12/31/2012,01/01/2007,Mr. Field -Public Service Commission,District 3 ,P. O. Box 91154,,Baton Rouge,LA,70821-9154,225-342-4404,,"Lambert C. Boissiere, III",2910 Castiglione St.,,New Orleans,LA,70119,504-949-0789,B,M,D,160,12/31/2010,01/01/2005,Mr. Boissiere -Public Service Commission,District 4 ,P. O. Box 91154,,Baton Rouge,LA,70821-9154,225-342-4404,,Clyde C. Holloway,P.O. Box 340,,Forest Hill,LA,71430,318-748-6803,W,M,R,160,12/31/2010,04/15/2009,Mr. Holloway -Public Service Commission,District 5 ,P. O. Box 91154,,Baton Rouge,LA,70821-9154,225-342-4404,,Foster Campbell,1800 Jimmie Davis Hwy.,,Bossier City,LA,71112,318-746-2078,W,M,D,160,12/31/2014,01/01/2009,Mr. Campbell -"Member, BESE ",District 1 ,P.O. Box 94064,,Baton Rouge,LA,70804-9064,225-342-5840,,"James ""Jim"" Garvey",4800 Beau Lac Ln.,,Metairie,LA,70002,504-304-7755,W,M,R,165,01/09/2012,01/14/2008,Mr. Garvey -"Member, BESE ",District 2 ,P.O. Box 94064,,Baton Rouge,LA,70804-9064,225-342-5840,,Louella P. Givens,2248 11 St.,,Mandeville,LA,70448,985-892-6300,B,F,D,165,01/09/2012,01/14/2008,Ms. Givens -"Member, BESE ",District 3 ,P.O. Box 94064,,Baton Rouge,LA,70804-9064,225-342-5840,,Glenny Lee C. Buquet,1309 Bayou Black Dr.,,Houma,LA,70360,985-876-5216,W,F,D,165,01/09/2012,01/14/2008,Mr. Buquet -"Member, BESE ",District 4 ,P.O. Box 94064,,Baton Rouge,LA,70804-9064,225-342-5840,,Walter C. Lee,2007 Urbandale St.,,Shreveport,LA,71118,318-686-8394,W,M,D,165,01/09/2012,01/14/2008,Mr. Lee -"Member, BESE ",District 5 ,P.O. Box 94064,,Baton Rouge,LA,70804-9064,225-342-5840,,Keith Guice,2307 Valencia Blvd.,,Monroe,LA,71201,318-388-0973,W,M,D,165,01/09/2012,01/14/2008,Mr. Guice -"Member, BESE ",District 6 ,P.O. Box 94064,,Baton Rouge,LA,70804-9064,225-342-5840,,"Charles E. ""Chas"" Roemer",6837 Rue Bocage,,Baton Rouge,LA,70809,225-925-0451,W,M,R,165,01/09/2012,01/14/2008,Mr. Roemer -"Member, BESE ",District 7 ,P.O. Box 94064,,Baton Rouge,LA,70804-9064,225-342-5840,,Dale Bayard,P.O. Box 5674,,Lake Charles,LA,70606,337-477-9494,W,M,D,165,01/09/2012,01/14/2008,Mr. Bayard -"Member, BESE ",District 8 ,P.O. Box 94064,,Baton Rouge,LA,70804-9064,225-342-5840,,Linda M. Johnson,AP.O. Box 866,,Plaquemine,LA,70765,225-687-2308,B,F,D,165,01/09/2012,01/14/2008,Ms. Johnson -State Senator, 1st Senatorial District,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,A. G. Crowe,201 Crowes Landing Rd.,,Pearl River,LA,70452-3712,985-788-9772,W,M,R,200,01/09/2012,01/14/2008,Sen. Crowe -State Senator , 2nd Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,Ann Duplessis,130 W. Greenbier Dr.,,New Orleans,LA,70128,504-243-5149,B,F,D,200,01/09/2012,01/14/2008,Senator Duplessis -State Senator , 3rd Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,"""J.P."" Morrell",4645 Music St.,,New Orleans,LA,70122,504-286-2334,B,M,D,200,01/09/2012,12/16/2008,Senator Morrell -State Senator , 4th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,Edwin Murray,1540 N. Broad St.,,New Orleans,LA,70119,504-945-0042,B,M,D,200,01/09/2012,01/14/2008,Sen. Murray -State Senator , 5th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,"Karen Carter Peterson, ",547 Baronne St. #205,,New Orleans,LA,70113-3901,504-309-3538,B,F,D,200,01/09/2012,02/17/2010 -State Senator , 6th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,Julie Quinn,419 Northline,,Metairie,LA,70005,504-219-4640,W,F,R,200,01/09/2012,01/14/2008,Sen. Quinn -State Senator , 7th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,David Heitmeier,32 Kings Canyon,,New Orleans,LA,70131,504-394-0131,W,M,D,200,01/09/2012,01/14/2008,Senator Heitmeier -State Senator , 8th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,"John A. Alario, Jr.",469 Vine Dr.,,Westwego,LA,70094,504-340-2221,W,M,D,200,01/09/2012,01/14/2008,Sen. Alario -State Senator , 9th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,Conrad Appel,3832 Edenborn Ave.,,Metairie,LA,70002,504-887-6026,W,M,R,200,01/09/2012,11/14/2008,Mr. Appel -State Senator ,10th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,"Daniel R. ""Danny"" Martiny",622 Carmenere Dr.,,Kenner,LA,70065,504-464-9045,W,M,R,200,01/09/2012,01/14/2008,Sen Martiny -State Senator ,11th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,"""Jack"" Donahue",123 Maple Ridge Way,,Covington,LA,70433,985-612-1034,W,M,R,200,01/09/2012,01/14/2008,Sen Donahue -State Senator ,12th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,Ben Wayne Nevers,61596 Little Southern Village,,Bogalusa,LA,70427,985-732-4062,W,M,D,200,01/09/2012,01/14/2008,Senator Nevers -State Senator ,13th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,Dale Erdey,19875 McLin Rd.,,Livingston,LA,70754,225-686-7405,W,M,R,200,01/09/2012,01/14/2008,Senator Erdey -State Senator ,14th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,Yvonne Dorsey,"1520 Thomas Delpit Dr., Ste. 226",,Baton Rouge,LA,70802,225-342-9700,B,F,D,200,01/09/2012,01/14/2008,Senator Dorsey -State Senator ,15th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,Sharon Weston Broome,P.O. Box 52783,,Baton Rouge,LA,70892,225-275-7995,B,F,D,200,01/09/2012,01/14/2008,Sen Broome -State Senator ,16th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,"""Dan"" Claitor",7520 Perkins Rd. Ste. 170,,Baton Rouge,LA,70808,225-757-0159,W,M,R,200,01/09/2012,04/14/2009,Senator Claitor -State Senator ,17th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,"Robert ""Rob"" Marionneaux","19540 Hwy., #77",,Grosse Tete,LA,70740,225-648-3115,W,M,D,200,01/09/2012,01/14/2008,Sen Marionneaux -State Senator ,18th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,"""Jody"" Amedee",42418 Clouatre Rd.,,Gonzales,LA,70737,225-675-6661,W,M,D,200,01/09/2012,01/14/2008,Senator Amedee -State Senator ,19th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,"Joel T. Chaisson, II",1 Ormond Trace,,Destrehan,LA,70047,985-764-9596,W,M,D,200,01/09/2012,01/14/2008,Senator Chaisson -State Senator ,20th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,Norbert N. Chabert,P. O. Box 517,,Chauvin,LA,70344,985-594-5024,W,M,D,200,01/09/2012,09/09/2009,Senator Chabert -State Senator ,21st Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,"""Butch"" Gautreaux",714 Second St.,,Morgan City,LA,70380-3609,985-380-2433,W,M,D,200,01/09/2012,01/14/2008,Sen Gautreaux -State Senator ,22nd Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,Troy Hebert,"800 S. Lewis St., Ste. 203",,New Iberia,LA,70560,337-276-6564,W,M,D,200,01/09/2012,01/14/2008,Senator Hebert -State Senator ,23rd Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,"""Mike"" Michot",130 Acacia Dr.,,Lafayette,LA,70508,337-237-0987,W,M,R,200,01/09/2012,01/14/2008,Senator Michot -State Senator ,24th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,Elbert L. Guillory,633 E. Landry,,Opelousas,LA,70570,337-945-1702,B,M,D,200,01/09/2012,05/12/2009,Senator Guillory -State Senator ,25th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,"Dan ""Blade"" Morrish",3042 Englewood Dr.,,Jennings,LA,70546,337-824-1286,W,M,R,200,01/09/2012,01/14/2008,Senator Morrish -State Senator ,26th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,"""Nick"" Gautreaux",209 E. St. Victor,,Abbeville,LA,70510,337-319-0085,W,M,D,200,01/09/2012,01/14/2008,Sen Gautreaux -State Senator ,27th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,Willie L. Mount,P.O. Box 3004,,Lake Charles,LA,70602,337-433-0569,W,F,D,200,01/09/2012,01/14/2008,Senator Mount -State Senator ,28th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,Eric LaFleur,P.O. Box 607,,Ville Platte,LA,70586,337-363-6211,W,M,D,200,01/09/2012,01/14/2008,Senator LaFleur -State Senator ,29th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,"""Joe"" McPherson",2000 Maison Rue,,Woodworth,LA,71485,318-445-0350,W,M,D,200,01/09/2012,01/14/2008,Sen McPherson -State Senator ,30th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,John Smith,6 Live Oak Dr.,,Leesville,LA,71446,337-239-2541,W,M,D,200,01/09/2012,01/14/2008,Senator Smith -State Senator ,31st Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,Gerald Long,P.O. Box 1181,,Natchitoches,LA,71458,318-628-5799,W,M,R,200,01/09/2012,01/14/2008,Sen Long -State Senator ,32nd Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,Neil Riser,297 Hearn Island Dr.,,Columbia,LA,71418,318-649-2457,W,M,R,200,01/09/2012,01/14/2008,Senator Riser -State Senator ,33rd Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,"""Mike"" Walsworth",511 Comanche Trail,,West Monroe,LA,71291,318-614-0336,W,M,R,200,01/09/2012,01/14/2008,Sen Walsworth -State Senator ,34th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,Francis Thompson,P.O. Box 322,,Delhi,LA,71232,318-878-5612,W,M,D,200,01/09/2012,01/14/2008,Sen Thompson -State Senator ,35th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,"Robert W. ""Bob"" Kostelka",2111 Maywood,,Monroe,LA,71201,318-323-7591,W,M,R,200,01/09/2012,01/14/2008,Senator Kostelka -State Senator ,36th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,Robert Adley,611 Jessie Jones Dr.,,Benton,LA,71006-4247,318-965-1755,W,M,R,200,01/09/2012,01/14/2008,Sen Adley -State Senator ,37th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,"B. L. ""Buddy"" Shaw",956 Ontario St.,,Shreveport,LA,71106-1151,318-861-5941,W,M,R,200,01/09/2012,01/14/2008,Senator Shaw -State Senator ,38th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,Sherri Smith Cheek,2109 Chase Cove,,Shreveport,LA,71118-4610,318-687-4891,W,,R,200,01/09/2012,01/14/2008,Sen Cheek -State Senator ,39th Senatorial District ,P. O. Box 94183,,Baton Rouge,LA,70804,225-342-2040,,Lydia P. Jackson,108 Plano St.,,Shreveport,LA,71103-2055,318-424-1234,B,F,D,200,01/09/2012,01/14/2008,Senator Jackson -State Representative , 1st Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"James H. ""Jim"" Morris",P.O. Box 217,,Oil City,LA,71061,318-378-4710,W,M,R,205,01/09/2012,01/14/2008,Mr. Morris -State Representative , 2nd Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Roy A. Burrell,2613 Lakeway Dr.,,Shreveport,LA,71109,318-635-4967,B,M,D,205,01/09/2012,01/14/2008,Mr. Burrell -State Representative , 3rd Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Barbara Norton,3821 Morrow St.,,Shreveport,LA,71109,318-635-2923,B,,D,205,01/09/2012,01/14/2008,Ms. Norton -State Representative , 4th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Patrick C. Williams,609 Texas St.,,Shreveport,LA,71101-3511,318-518-7535,B,M,D,205,01/09/2012,01/14/2008,Mr. Williams -State Representative , 5th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Wayne Waddell,3221 Green Terrace Rd.,,Shreveport,LA,71118-2921,318-687-5319,W,M,R,205,01/09/2012,01/14/2008,Representative Waddell -State Representative , 6th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"Thomas Gaughan Carmody, Jr.",440 Albert Ave.,,Shreveport,LA,71105,318-865-5471,W,,R,205,01/09/2012,02/20/2008,Representative Carmody -State Representative , 7th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"Richard ""Richie"" Burford",P. O. Box 599,,Stonewall,LA,71078,318-925-0949,W,M,R,205,01/09/2012,01/14/2008,Mr. Burford -State Representative , 8th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Jane H. Smith,106 Cambridge Cir.,,Bossier City,LA,71111-2278,318-742-3898,W,F,R,205,01/09/2012,01/14/2008,Ms. Smith -State Representative , 9th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Henry Burns,134 Chimney Ln.,,Haughton,LA,71037-9207,318-949-9115,W,M,R,205,01/09/2012,01/14/2008,Mr. Burns -State Representative , 10th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Jean Doerge,700 Nella St.,,Minden,LA,71055,318-377-2803,W,F,D,205,01/09/2012,01/14/2008,Ms. Doerge -State Representative , 11th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"""Rick"" Gallot",P.O. Box 1117,,Ruston,LA,71273,318-251-1020,B,M,D,205,01/09/2012,01/14/2008,Mr. Gallot -State Representative , 12th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Hollis Downs,143 Downs Rd.,,Ruston,LA,71270,318-247-6411,W,M,R,205,01/09/2012,01/14/2008,Representative Downs -State Representative , 13th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"James R. ""Jim"" Fannin",568 Taylor Rd.,,Jonesboro,LA,71251,318-259-4535,W,M,D,205,01/09/2012,01/14/2008,Mr. Fannin -State Representative , 14th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"""Sam"" Little",13492 Cooper Lake Rd.,,Bastrop,LA,71220,318-281-7960,W,M,R,205,01/09/2012,01/14/2008 -State Representative , 15th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Frank Hoffmann,139 Comanche Trail,,West Monroe,LA,71291,318-396-2930,W,M,R,205,01/09/2012,01/14/2008,Mr. Hoffman -State Representative , 16th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Kay Kellogg Katz,2905 Lamy Cir.,,Monroe,LA,71201,318-387-7728,W,F,R,205,01/09/2012,01/14/2008,Ms. Katz -State Representative , 17th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Rosalind D. Jones,1803 Medra Dr.,,Monroe,LA,71202,318-322-7990,B,F,D,205,01/09/2012,01/14/2008,Ms. Jones -State Representative , 18th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Major Thibaut,"2004 False River Dr., Ste. B",,New Roads,LA,70760,225-638-3000,W,M,D,205,01/09/2012,11/14/2008,Rep. Thibaut -State Representative , 19th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"Charles R. ""Bubba"" Chaney",73 Pecan Dr.,,Rayville,LA,71269,318-728-3421,W,M,D,205,01/09/2012,01/14/2008,Mr. chaney -State Representative , 20th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Noble Ellington,4272 Front St.,,Winnsboro,LA,71295,318-435-0049,W,M,D,205,01/09/2012,01/14/2008,Mr. Ellington -State Representative , 21st Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"""Andy"" Anders",1499 Indian Village Rd.,,Clayton,LA,71326,318-757-6684,W,M,D,205,01/09/2012,01/14/2008,Mr. Anders -State Representative , 22nd Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Billy Chandler,P.O. Box 100,,Dry Prong,LA,71423,318-899-5884,W,M,D,205,01/09/2012,01/14/2008,Mr. Chandler -State Representative , 23rd Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"""Rick"" Nowlin",1005 Williams Ave.,,Natchitoches,LA,71457,318-357-1183,W,M,R,205,01/09/2012,01/14/2008,Mr. Nowlin -State Representative , 24th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"""Frankie"" Howard",P. O. Box 10,,Hornbeck,LA,71439,318-565-4433,W,M,R,205,01/09/2012,01/14/2008,Mr. Howard -State Representative , 25th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"Chris J. Roy, Jr.",P. O. Box 11774,,Alexandria,LA,71315-1774,318-767-6095,W,M,D,205,01/09/2012,01/14/2008,Mr. Roy -State Representative , 26th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Herbert B. Dixon,P.O. Box 1203,,Alexandria,LA,71309,318-443-8274,B,M,D,205,01/09/2012,01/14/2008,Mr. Dixon -State Representative , 27th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"""Chris"" Hazel",5930 Adrian Dr.,,Ball,LA,71405,318-641-7769,W,M,R,205,01/09/2012,01/14/2008,Mr. Hazel -State Representative , 28th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Robert Johnson,P. O. Box 468,,Marksville,LA,71351,318-253-0935,W,M,D,205,01/09/2012,01/14/2008,Mr. Johnson -State Representative , 29th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Regina Ashford Barrow,6512 Vineyard Dr.,,Baton Rouge,LA,70812,225-359-9586,B,F,D,205,01/09/2012,01/14/2008,Ms. Barrow -State Representative , 30th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,James Armes,181 Country Club Ln.,,Leesville,LA,71446,337-239-7437,W,M,D,205,01/09/2012,01/14/2008,Mr. Armes -State Representative , 31st Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Nancy Landry,4503 Johnston St.,,Lafayette,LA,70503,337-280-2139,W,F,R,205,01/09/2012,11/14/2008,Rep. Landry -State Representative , 32nd Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Dorothy Sue Hill,529 Tramel Rd.,,Dry Creek,LA,70637-5018,337-639-2341,W,F,D,205,01/09/2012,01/14/2008,Ms. Hill -State Representative , 33rd Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"""Mike"" Danahay",23 Poinsetta Rd.,,Sulphur,LA,70663,337-625-9046,W,M,D,205,01/09/2012,01/14/2008,Representative Danahay -State Representative , 34th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"""A. B."" Franklin",2406 Elaine St.,,Lake Charles,LA,70601,337-439-2897,B,M,D,205,01/09/2012,01/14/2008,Mr. Franklin -State Representative , 35th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Brett Geymann,4832 Cypress Lake Dr.,,Lake Charles,LA,70611,337-855-9224,W,M,R,205,01/09/2012,01/14/2008,Representative Geymann -State Representative , 36th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"""Chuck"" Kleckley",4836 Portrush Dr.,,Lake Charles,LA,70605,337-477-2673,W,M,R,205,01/09/2012,01/14/2008,Representative Kleckley -State Representative , 37th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"John E. ""Johnny"" Guinn",515 13th St.,,Jennings,LA,70546,337-824-7210,W,M,R,205,01/09/2012,01/14/2008,Mr. Guinn -State Representative , 38th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,H. Bernard LeBas,P.O. Box 370,,Ville Platte,LA,70586,337-363-3456,W,M,D,205,01/09/2012,01/14/2008,Representative LeBas -State Representative , 39th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Bobby G. Badon,P. O. Box 184,,Carencro,LA,70520,337-896-8740,W,M,D,205,01/09/2012,01/14/2008,Mr. Badon -State Representative , 40th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Ledricka Johnson Thierry,512 Sapphire St.,,Opelousas,LA,70570,337-942-4733,B,F,D,205,01/09/2012,09/09/2009,Representative Thierry -State Representative , 41st Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Mickey J. Guillory,516 Rozas Rd.,,Eunice,LA,70535,337-457-0194,W,M,D,205,01/09/2012,01/14/2008,Representative Guillory -State Representative , 42nd Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Jack Montoucet,123 Credeur Rd.,,Scott,LA,70583,337-873-3087,W,M,D,205,01/09/2012,01/14/2008,Mr. Montoucet -State Representative , 43rd Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"""Page"" Cortez","1720 Kaliste Saloom Road, Ste. D-4",,Lafayette,LA,70508,337-993-0603,W,M,R,205,01/09/2012,01/14/2008,Mr. Cortez -State Representative , 44th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Rickey Hardy,339 Cooper Dr.,,Lafayette,LA,70501-1711,337-269-9346,B,M,D,205,01/09/2012,01/14/2008,Mr. Hardy -State Representative , 45th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Joel C. Robideaux,101 Ruth Dr.,,Lafayette,LA,70506,337-989-2984,W,M,,205,01/09/2012,01/14/2008,Representative Robideaux -State Representative , 46th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"Fred H. Mills, Jr.",4711-A Main Hwy.,,St. Martinville,LA,70582,337-332-3475,W,M,D,205,01/09/2012,01/14/2008,Rep. Mills -State Representative , 47th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Jonathan Perry,312 Abshire Dr.,,Kaplan,LA,70548,337-643-2057,,,R,205,01/09/2012,01/14/2008,Rep. Perry -State Representative , 48th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Taylor F. Barras,705 Oak Manor Dr.,,New Iberia,LA,70563,337-369-3995,W,M,D,205,01/09/2012,01/14/2008,Mr. Barras -State Representative , 49th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Simone Champagne,206 Virginia St.,,Jeanerette,LA,70544,337-276-6540,W,F,D,205,01/09/2012,01/14/2008,Representative Champagne -State Representative , 50th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Sam Jones,1501 Sterling Rd.,,Franklin,LA,70538-3836,337-828-1530,W,M,D,205,01/09/2012,01/14/2008,Mr. Jones -State Representative , 51st Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"""Joe"" Harrison",3239 Hwy. 308,,Napoleonville,LA,70390,985-526-8434,W,M,R,205,01/09/2012,01/14/2008,Mr. Harrison -State Representative , 52nd Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Gordon Dove,5 Glen Oaks Dr.,,Houma,LA,70360-6078,985-876-8823,W,M,R,205,01/09/2012,01/14/2008,Representative Dove -State Representative , 53rd Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Damon Baldone,162 New Orleans Blvd.,,Houma,LA,70364-3344,985-868-3427,W,M,D,205,01/09/2012,01/14/2008,Rep. Baldone -State Representative , 54th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"Jerry ""Truck"" Gisclair",P. O. Box 1350,,Larose,LA,70373,985-693-3826,W,M,D,205,01/09/2012,01/14/2008,Mr. Gisclair -State Representative , 55th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"Jerome ""Dee"" Richard",416 Plater Dr.,,Thibodaux,LA,70301,985-447-6033,W,M,,205,01/09/2012,01/14/2008,Mr. Richard -State Representative , 56th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"Gary L. Smith, Jr.",P.O. Box 189,,Norco,LA,70079,985-764-9122,W,M,D,205,01/09/2012,01/14/2008,Rep. Smith -State Representative , 57th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Nickie Monica,298 Doral Ln.,,LaPlace,LA,70068,985-651-9008,W,M,R,205,01/09/2012,01/14/2008,Mr. Monica -State Representative , 58th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Elton M. Aubert,2740 S. Bank Ln.,,Vacherie,LA,70090,225-265-2577,B,M,D,205,01/09/2012,01/14/2008,Mr. Aubert -State Representative , 59th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Eddie J. Lambert,P.O. Box 88,,Gonzales,LA,70707,225-647-9788,W,M,R,205,01/09/2012,01/14/2008,Representative Lambert -State Representative , 60th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Karen St. Germain,3413 Hwy. 70,,Pierre Part,LA,70339,985-252-9017,W,F,D,205,01/09/2012,01/14/2008,Representative St. Germain -State Representative , 61st Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Michael Jackson,"606 N. Foster Dr., Ste. A-214",,Baton Rouge,LA,70806,225-342-0774,B,M,D,205,01/09/2012,01/14/2008,Mr. Jackson -State Representative , 62nd Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"Thomas H. ""Tom"" McVea",P.O. Box 249,,St. Francisville,LA,70775,225-635-3005,W,M,R,205,01/09/2012,01/14/2008,Rep. McVea -State Representative , 63rd Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Avon Honey,8776 Scenic Hwy.,,Baton Rouge,LA,70807,225-771-5674,B,M,D,205,01/09/2012,01/14/2008,Representative Honey -State Representative , 64th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"Mack ""Bodi"" White, Jr.",P.O. Box 854,,Watson,LA,70786,225-261-3903,W,M,R,205,01/09/2012,01/14/2008,Mr. White -State Representative , 65th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"""Clif"" Richardson",12025 Sullivan Rd.,,Baton Rouge,LA,70818,225-262-1600,W,M,R,205,01/09/2012,01/14/2008,Mr. Richardson -State Representative , 66th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Hunter Greene,12203 Lake Sherwood Ave. N.,,Baton Rouge,LA,70816,225-927-9455,W,M,R,205,01/09/2012,01/14/2008,Representative Greene -State Representative , 67th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Patricia Smith,P. O. Box 2701,,Baton Rouge,LA,70821,225-381-8317,B,F,D,205,01/09/2012,01/14/2008,Ms. Smith -State Representative , 68th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"""Steve"" Carter",P. O. Box 14808,,Baton Rouge,LA,70898,225-216-2421,W,M,R,205,01/09/2012,01/14/2008,Mr. Carter -State Representative , 69th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Erich Ponti,1445 Thibodeaux Ave.,,Baton Rouge,LA,70806,225-927-9069,W,M,R,205,01/09/2012,01/14/2008,Mr. Ponti -State Representative , 70th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Franklin J. Foil,426 W. Woodgate Ct.,,Baton Rouge,LA,70808,225-382-3264,W,M,R,205,01/09/2012,01/14/2008,Mr. Foil -State Representative , 71st Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,J. Rogers Pope,P. O. Box 555,,Denham Springs,LA,70727,225-664-4068,W,M,R,205,01/09/2012,01/14/2008,Mr. Pope -State Representative , 72nd Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,John Bel Edwards,P. O. Box 1495,,Amite,LA,70422,985-747-1088,W,M,D,205,01/09/2012,01/14/2008,Mr. Edwards -State Representative , 73rd Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"""Steve"" Pugh",P. O. Box 2473,,Ponchatoula,LA,70454,985-386-7844,W,M,R,205,01/09/2012,01/14/2008,Mr. Pugh -State Representative , 74th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Scott Simon,P. O. Box 1297,,Abita Springs,LA,70420,985-630-4834,W,M,R,205,01/09/2012,01/14/2008,Mr. Simon -State Representative , 75th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Harold L. Ritchie,25255 Hwy. 62,,Franklinton,LA,70438,985-848-5558,W,M,D,205,01/09/2012,01/14/2008,Representative Ritchie -State Representative , 76th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Kevin Pearson,P. O. Box 398,,Slidell,LA,70459,985-290-3586,W,M,R,205,01/09/2012,01/14/2008,Mr. Pearson -State Representative , 77th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,John M. Schroder,819 W. 13th Ave.,,Covington,LA,70433,985-875-2147,W,M,R,205,01/09/2012,01/14/2008,Mr. Schroder -State Representative , 78th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Kirk Talbot,"9523 Jefferson Hwy.,Ste. B",,River Ridge,LA,70123,504-737-9598,W,M,R,205,01/09/2012,01/14/2008,Mr. Talbot -State Representative , 79th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"""Tony"" Ligi",5216 Senac Dr.,,Metairie,LA,70003,504-455-8050,W,M,R,205,01/09/2012,01/14/2008,Mr. Ligi -State Representative , 80th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Joseph Lopinto,2016 Persimmon Ave.,,Metairie,LA,70001,504-455-8173,W,M,R,205,01/09/2012,01/14/2008,Rep. Lopinto -State Representative , 81st Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"John F. Labruzzo, Jr.",1427 Choctaw Ave.,,Metairie,LA,70005,504-838-4449,W,M,R,205,01/09/2012,01/14/2008,Representative Labruzzo -State Representative , 82nd Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Cameron Henry,400 Central Ave.,,Jefferson,LA,70121,504-483-7737,W,M,R,205,01/09/2012,01/14/2008,Rep. Henry -State Representative , 83rd Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Robert E. Billiot,341 Ave. C,,Westwego,LA,70094,504-347-7424,W,M,D,205,01/09/2012,01/14/2008,Mr. Billiot -State Representative , 84th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Patrick Connick,720 Fos Ave.,,Harvey,LA,70058,504-347-6157,W,M,R,205,01/09/2012,01/14/2008,Representative Connick -State Representative , 85th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Ricky J. Templet,150 Linda Ct.,,Gretna,LA,70053,504-382-6832,W,M,R,205,01/09/2012,01/14/2008,Rep. Templet -State Representative , 86th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"""Jim"" Tucker",732 Berhman Hwy. Ste. C-2,,Terrytown,LA,70056,504-393-5646,W,M,R,205,01/09/2012,01/14/2008,Representative Tucker -State Representative , 87th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"Girod Jackson, III",1528 Haydel St.,,Marrero,LA,70072,504-382-4435,B,M,D,205,01/09/2012,01/14/2008,Representative Jackson -State Representative , 88th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"M.J. ""Mert"" Smiley, Jr.",14464 L. Keller Rd.,,St. Amant,LA,70774,225-622-1300,W,M,R,205,01/09/2012,01/14/2008,Representative Smiley -State Representative , 89th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"""Tim"" Burns",1501 Madison St.,,Mandeville,LA,70448,985-373-3939,W,M,R,205,01/09/2012,01/14/2008,Representative Burns -State Representative , 90th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"""Greg"" Cromer",P.O. Box 2088,,Slidell,LA,70459,985-640-0865,W,M,R,205,01/09/2012,01/14/2008,Representative Cromer -State Representative , 91st Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"""Walt"" Leger, III",2320 Laurel St.,,New Orleans,LA,70130,504-636-1395,W,M,D,205,01/09/2012,01/14/2008,Mr. Leger -State Representative , 92nd Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"""Tom"" Willmott",3209 Kansas Ave,,Kenner,LA,70065,504-443-6182,W,M,R,205,01/09/2012,01/14/2008,Mr. Willmott -State Representative , 93rd Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Karen Carter,"920 Poeyfarre St., Unit 316",,New Orleans,LA,70130,504-568-8346,B,F,D,205,01/09/2012,01/14/2008,Rep. Carter -State Representative , 94th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"Nicholas J. ""Nick"" Lorusso",1133 Robert E. Lee Blvd.,,New Orleans,LA,,504-282-4001,W,M,R,205,01/09/2012,01/14/2008,Mr. Lorusso -State Representative , 95th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Walker Hines,100 Audubon Blvd.,,New Orleans,LA,70118,504-231-4991,W,M,D,205,01/09/2012,01/14/2008,Mr. Hines -State Representative , 96th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Juan Lafonta,"6305 Elysian Ave., Ste. 207",,New Orleans,LA,70122,504-288-4911,B,M,D,205,01/09/2012,01/14/2008,Representative Lafonta -State Representative , 97th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Jared Brossett,4749 Marigny St.,,New Orleans,LA,70122,504-286-1033,B,M,D,205,01/09/2012,05/12/2009,Representative Brossett -State Representative , 98th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Neil Abramson,906 Arabella St.,,New Orleans,LA,70115,504-897-5449,W,M,D,205,01/09/2012,01/14/2008,Mr. Abramson -State Representative , 99th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Charmaine L. Marchand,1730 Andry St.,,New Orleans,LA,70117,504-945-8151,B,F,D,205,01/09/2012,01/14/2008,Rep. Marchand -State Representative ,100th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Austin Badon,3212 Prytania St.,,New Orleans,LA,70115,504-577-5329,B,M,D,205,01/09/2012,01/14/2008,Rep. Badon -State Representative ,101st Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Cedric L. Richmond,7021 Cove Dr.,,New Orleans,LA,70126,225-342-9866,B,M,D,205,01/09/2012,01/14/2008,Rep. Richmond -State Representative ,102nd Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"Jeffery ""Jeff"" Arnold",2415 Danbury Dr.,,New Orleans,LA,70131,504-394-5586,W,M,D,205,01/09/2012,01/14/2008,Rep. Arnold -State Representative ,103rd Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Reed S. Henderson,3004 Farmsite Rd.,,Violet,LA,70092,504-220-9707,W,M,D,205,01/09/2012,01/14/2008,Mr. Henderson -State Representative ,104th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,"""Nita"" Hutter",P.O. Box 275,,Chalmette,LA,70044,504-361-6684,W,F,R,205,01/09/2012,01/14/2008,Rep. Hutter -State Representative ,105th Representative District ,P. O. Box 94062,,Baton Rouge,LA,70804,225-342-6945,,Ernest Durham Wooton,113 Vernon St.,,Belle Chasse,LA,70037,504-392-7404,W,M,R,205,01/09/2012,01/14/2008,Rep. Wooton -District Judge ," 1st JDC, Election Section 1, Division B ",,,,LA,,,,Ramona Emanuel,6204 Sonhaven Dr.,,Shreveport,LA,71119-6219,318-631-6038,B,F,D,210,12/31/2014,01/01/2009,Judge Emanuel -District Judge ," 1st JDC, Election Section 1, Division D ",,,,LA,,,,Leon L. Emanuel,P.O. Box 3588,,Shreveport,LA,71133,318-226-6812,B,M,D,210,12/31/2014,01/01/2009,Judge Emanuel -District Judge ," 1st JDC, Election Section 1, Division G ",,,,LA,,,,"John Mosely, Jr.",2512 Parham Dr.,,Shreveport,LA,71109-3014,318-636-1700,B,M,D,210,12/31/2014,01/01/2009,Judge Mosely -District Judge ," 1st JDC, Election Section 1, Division J ",,,,LA,,,,Ramon Lafitte,4322 Rosary Ln.,,Shreveport,LA,71108-3020,318-226-0826,B,M,D,210,12/31/2014,01/01/2009,Judge Lafitte -District Judge ," 1st JDC, Election Section 2, Division C ",,,,LA,,,,Scott J. Crichton,424 Evangeline Pl.,,Shreveport,LA,71106,318-868-0818,W,M,D,210,12/31/2014,01/01/2009,Judge Crichton -District Judge ," 1st JDC, Election Section 2, Division H ",,,,LA,,,,Jeanette G. Garrett,7717 Creswell Rd. Lot 4,,Shreveport,LA,71106,318-868-0588,W,F,D,210,12/31/2014,01/01/2009,Judge Garrett -District Judge ," 1st JDC, Election Section 2, Division I ",,,,LA,,,,Craig Marcotte,450 Monrovia St.,,Shreveport,LA,71106-1608,318-464-7773,W,,R,210,12/31/2014,01/01/2009,Judge Marcotte -District Judge ," 1st JDC, Election Section 3, Division A ",,,,LA,,,,"Robert P. ""Bobby"" Waddell",3252 Green Terrace Rd.,,Shreveport,LA,71118-2922,318-686-3086,W,,D,210,12/31/2014,01/01/2009,Judge Waddell -District Judge ," 1st JDC, Election Section 3, Division E ",,,,LA,,,,"""Mike"" Pitman",Ste. 300 D,,Shreveport,LA,71101,318-226-6810,W,M,R,210,12/31/2014,01/01/2009,Judge Pitman -District Judge ," 1st JDC, Election Section 3, Division F ",,,,LA,,,,Frances Pitman,8509 E. Wilderness Way,,Shreveport,LA,71106,318-464-9449,W,F,R,210,12/31/2014,01/01/2009,Judge Pitman -District Judge ," 1st JDC, Election Section 3, Division K ",,,,LA,,,,Roy L. Brun,501 Texas St. Rm. 404,,Shreveport,LA,71101,318-677-5340,W,M,R,210,12/31/2014,01/01/2009,Judge Brun -District Judge ," 2nd Judicial District, Division A ",,,,LA,,,,Jenifer Ward Clason,P.O. Box 786,,Homer,LA,71040,318-927-2161,W,F,D,210,12/31/2014,01/01/2009,Judge Clason -District Judge ," 2nd Judicial District, Division B ",,,,LA,,,,Jimmy Teat,P.O. Box 100,,Jonesboro,LA,71251,318-259-3442,W,M,D,210,12/31/2014,01/01/2009,Judge Teat -District Judge ," 2nd Judicial District, Division C ",,,,LA,,,,Glenn Fallin,212 Hwy. 519,,Arcadia,LA,71001,318-263-9408,W,M,D,210,12/31/2014,01/01/2009,Judge Fallin -District Judge ," 3rd Judicial District, Division A ",,,,LA,,,,Cynthia Woodard,2110 North Trenton St.,,Ruston,LA,71270,318-255-4691,W,F,,210,12/31/2014,01/01/2009,Judge Woodard -District Judge ," 3rd Judicial District, Division B ",,,,LA,,,,R. Wayne Smith,1604 Ravine Dr.,,Ruston,LA,71270,318-255-4763,W,M,,210,12/31/2014,01/01/2009,Judge Smith -District Judge ," 3rd Judicial District, Division C ",,,,LA,,,,Jay B. McCallum,P.O. Box 138,,Farmerville,LA,71241,318-368-2027,W,M,D,210,12/31/2014,01/01/2009,Judge McCallum -District Judge ," 4th JDC, Election Section 1, Division G ",,,,LA,,,,Carl Sharp,1247 Hwy. 594,,Monroe,LA,71203,318-361-2253,B,M,D,210,12/31/2014,01/01/2009,Judge Sharp -District Judge ," 4th JDC, Election Section 1, Division H ",,,,LA,,,,Benjamin Jones,169 Turtledove Dr.,,Monroe,LA,71203,318-345-1104,B,M,D,210,12/31/2014,01/01/2009,Judge Jones -District Judge ," 4th JDC, Election Section 1, Division I ",,,,LA,,,,Alvin R. Sharp,P. O. Box 3251,,Monroe,LA,71210,318-361-2298,B,M,D,210,12/31/2014,01/01/2009,Judge Sharp -District Judge ," 4th JDC, Election Section 1, Division J ",,,,LA,,,,Robert C. Johnson,241 Oregon Trail,,Monroe,LA,71202,318-361-0341,B,M,D,210,12/31/2014,01/01/2009,Judge Johnson -District Judge ," 4th JDC, Election Section 2, Division A ",,,,LA,,,,Scott Leehy,4100 Chauvin Ln.,,Monroe,LA,71201,318-388-2103,W,M,R,210,12/31/2014,01/01/2009,Judge Leehy -District Judge ," 4th JDC, Election Section 2, Division B ",,,,LA,,,,Sharon Ingram Marchman,2606 Pargoud Blvd.,,Monroe,LA,71201,318-323-5308,W,F,R,210,12/31/2014,01/01/2009,Judge Marchman -District Judge ," 4th JDC, Election Section 2, Division C ",,,,LA,,,,John Wilson Rambo,124 Western Ave.,,West Monroe,LA,71291,318-361-2286,W,M,,210,12/31/2014,01/01/2009,Judge Rambo -District Judge ," 4th JDC, Election Section 2, Division D ",,,,LA,,,,Stephens Winters,160 Napoleon,,West Monroe,LA,71291,318-397-2403,W,M,D,210,12/31/2014,01/01/2009,Judge Winters -District Judge ," 4th JDC, Election Section 2, Division E ",,,,LA,,,,"""Fred"" Amman, ",3309 Stowers Dr.,,Monroe,LA,71201-1947,318-325-4878,W,M,N,210,,02/18/2010 -District Judge ," 4th JDC, Election Section 2, Division F ",,,,LA,,,,Wendell Manning,394 Joe White Rd.,,Monroe,LA,71203,318-343-9252,W,M,R,210,12/31/2014,01/01/2009,Judge Manning -District Judge ," 4th JDC, Election Section 2, Division K ",,,,LA,,,,Daniel Joseph Ellender,P.O. Box 604,,Mer Rouge,LA,71261,318-647-9909,W,M,R,210,12/31/2014,01/01/2009,Judge Ellender -District Judge ," 5th Judicial District, Division A ",,,,LA,,,,Terry A. Doughty,945 Overland Stage Rd.,,Rayville,LA,71269,318-728-2395,W,M,R,210,12/31/2014,01/01/2009,Judge Doughty -District Judge ," 5th Judicial District, Division B ",,,,LA,,,,"James M. ""Jimbo"" Stephens",310 A. J. Stephens Rd.,,Baskin,LA,71219,318-248-2795,W,M,R,210,12/31/2014,01/01/2009,Judge Stephens -District Judge ," 5th Judicial District, Division C ",,,,LA,,,,"""Rudy"" McIntyre","6566 Main St., Second Fl.",,Winnsboro,LA,71295,318-435-7111,W,M,D,210,12/31/2014,01/01/2009,Judge McIntyre -District Judge ," 6th Judicial District, Division A ",,,,LA,,,,Michael E. Lancaster,311 Cleveland St.,,Tallulah,LA,71282,318-574-2577,W,M,D,210,12/31/2014,01/01/2009,Judge Lancaster -District Judge ," 6th Judicial District, Division B ",,,,LA,,,,John D. Crigler,P.O. Box 708,,St. Joseph,LA,71366,318-766-3360,W,M,D,210,12/31/2014,01/01/2009,Judge Crigler -District Judge ," 7th Judicial District, Division A ",,,,LA,,,,Kathy Johnson,501 Highway 3037,,Jonesville,LA,71343,318-339-6481,W,F,D,210,12/31/2014,01/01/2009,Judge Johnson -District Judge ," 7th Judicial District, Division B ",,,,LA,,,,Leo Boothe,P. O. Box 310,,Harrisonburg,LA,71340,318-744-5414,W,M,D,210,12/31/2014,01/01/2009,Judge Boothe -District Judge , 8th Judicial District ,,,,LA,,,,Jacque Derr,P.O. Box 908,,Winnfield,LA,71483,318-628-4079,W,M,R,210,12/31/2014,01/01/2009,Judge Derr -District Judge ," 9th JDC, Election Section 1, Division A ",,,,LA,,,,Donald Johnson,2116 Coulee Crossing Rd.,,Woodworth,LA,71485,318-473-8616,B,M,D,210,12/31/2014,01/01/2009,Judge Johnson -District Judge ," 9th JDC, Election Section 1, Division F ",,,,LA,,,,"George C. Metoyer, Jr.",P.O. Drawer 1431,,Alexandria,LA,71309,318-443-6893,B,M,D,210,12/31/2014,01/01/2009,Judge Metoyer -District Judge ," 9th JDC, Election Section 2, Division B ",,,,LA,,,,"Thomas ""Tom"" Yeager",1037 Edgewood Dr.,,Pineville,LA,71360,318-640-9762,W,M,O,210,12/31/2014,01/01/2009,Judge Yeager -District Judge ," 9th JDC, Election Section 2, Division C ",,,,LA,,,,Mary Lauve Doggett,5716 Courtland Place,,Alexandria,LA,71301,318-443-8425,W,F,D,210,12/31/2014,01/01/2009,Judge -District Judge ," 9th JDC, Election Section 2, Division D ",,,,LA,,,,John C. Davidson,475 Downs Ln.,,Alexandria,LA,71303,318-442-1341,,,D,210,12/31/2014,01/01/2009,Judge Davidson -District Judge ," 9th JDC, Election Section 2, Division E ",,,,LA,,,,Patricia Evans Koch,4406 Willowick Blvd.,,Alexandria,LA,71303,318-442-3912,W,F,D,210,12/31/2014,01/01/2009,Judge Koch -District Judge ," 9th JDC, Subdistrict 2, Division G ",,,,LA,,,,Harry F. Randow,P.O. Box 1431,,Alexandria,LA,71309,318-443-6893,W,M,D,210,12/31/2014,01/01/2009,Judge Randow -District Judge ,"10th Judicial District, Division A ",,,,LA,,,,"""Rick"" Harrington",5923 Hwy. 6,,Natchitoches,LA,71457,318-357-8698,W,M,D,210,12/31/2014,01/01/2009,Judge Harrington -District Judge ,"10th Judicial District, Division B ",,,,LA,,,,Dee A. Hawthorne,2498 Hwy. 119,,Melrose,LA,71452,318-379-0178,W,F,D,210,12/31/2014,01/01/2009,Judge Hawthorne -District Judge ,11th Judicial District ,,,,LA,,,,Stephen Beasley,P.O. Box 56,,Many,LA,71449,318-256-0966,W,M,D,210,12/31/2014,01/01/2009,Judge Beasley -District Judge ,"12th Judicial District, Division A ",,,,LA,,,,Mark Jeansonne,P.O. Box 301,,Hessmer,LA,71341,318-253-9418,W,M,D,210,12/31/2014,01/01/2009,Judge Jeansonne -District Judge ,"12th Judicial District, Division B ",,,,LA,,,,"William J. ""Billy"" Bennett",P.O. Box 84,,Marksville,LA,71351,318-253-8953,W,M,D,210,12/31/2014,01/01/2009,Judge Bennett -District Judge ,"13th Judicial District, Division A ",,,,LA,,,,J. Larry Vidrine,2087 Faubourg Rd.,,Ville Platte,LA,70586,337-363-5516,W,M,D,210,12/31/2014,01/01/2009,Judge Vidrine -District Judge ,"13th Judicial District, Division B ",,,,LA,,,,"Thomas ""Tom"" Fuselier",1300 Fuselier Rd.,,Mamou,LA,70554,337-363-5608,W,M,D,210,12/31/2014,01/01/2009,Judge Fuselier -District Judge ,"14th JDC, Elect. Sect. 1 & 3, Division I ",,,,LA,,,,Lilynn Cutrer,P.O. Box 1150,,Lake Charles,LA,70602,337-480-1331,W,F,D,210,12/31/2014,01/01/2009,Judge Cutrer -District Judge ,"14th JDC, Election Section 1, Division F ",,,,LA,,,,Wilford D. Carter,509 N. 1st Ave.,,Lake Charles,LA,70601,337-436-6227,B,M,D,210,12/31/2014,01/01/2009,Judge Carter -District Judge ,"14th JDC, Election Section 1, Division H ",,,,LA,,,,"""Ron"" Ware",647 Stella Dr.,,Lake Charles,LA,70611,337-855-3633,B,M,D,210,12/31/2014,01/01/2009,Judge Ware -District Judge ,"14th JDC, Election Section 2, Division B ",,,,LA,,,,Clayton Davis,1304 Hillcroft Dr.,,Lake Charles,LA,70605,337-479-2215,W,M,R,210,12/31/2014,01/01/2009,Judge Davis -District Judge ,"14th JDC, Election Section 2, Division C ",,,,LA,,,,Guy Bradberry,1508 Bank St.,,Lake Charles,LA,70601,337-437-3363,W,M,D,210,12/31/2014,01/21/2009,Judge Bradberry -District Judge ,"14th JDC, Election Section 2, Division D ",,,,LA,,,,Robert L. Wyatt,5567 Chuck Dr.,,Lake Charles,LA,70605,337-477-3349,W,M,D,210,12/31/2014,01/01/2009,Judge Wyatt -District Judge ,"14th JDC, Election Section 2, Division G ",,,,LA,,,,"Michael ""Mike"" Canaday",2859 Henderson Forest Ln.,,Lake Charles,LA,70605,337-474-4972,W,M,D,210,12/31/2014,01/01/2009,Judge Canaday -District Judge ,"14th JDC, Election Section 3, Division A ",,,,LA,,,,D. Kent Savoie,1302 Spanish Dr.,,Lake Charles,LA,70665,337-583-4118,W,M,D,210,12/31/2014,01/01/2009,Judge Savoie -District Judge ,"14th JDC, Election Section 3, Division E ",,,,LA,,,,David Ritchie,4504 Maplewood Dr.,,Sulphur,LA,70663,337-625-4504,W,M,R,210,12/31/2014,01/01/2009,Judge ritchie -District Judge ,"15th JDC, Election Section 1, Division B ",,,,LA,,,,Jules D. Edwards,215 Failla Rd.,,Lafayette,LA,70508,337-412-6009,B,M,O,210,12/31/2014,01/01/2009,Judge Edwards -District Judge ,"15th JDC, Election Section 1, Division D ",,,,LA,,,,"""Ed"" Rubin",101 Jyro Lane,,Carencro,LA,70520,337-896-6083,B,M,D,210,12/31/2014,01/01/2009,Judge Rubin -District Judge ,"15th JDC, Election Section 2, Division E ",,,,LA,,,,Herman Clause,517 Trappey Rd.,,Carencro,LA,70520,337-896-8872,W,M,D,210,12/31/2014,01/01/2009,Judge Clause -District Judge ,"15th JDC, Election Section 3, Division H ",,,,LA,,,,David A. Blanchet,P.O. Box 3407,,Lafayette,LA,70502,337-269-5729,W,M,R,210,12/31/2014,01/01/2009,Judge Blanchet -District Judge ,"15th JDC, Election Section 3, Division I ",,,,LA,,,,Thomas Duplantier,222 Antigua Dr.,,Lafayette,LA,70503,337-269-5722,W,M,D,210,12/31/2014,01/01/2009,Judge Duplantier -District Judge ,"15th JDC, Election Section 3, Division K ",,,,LA,,,,"Patrick Louis ""Rick"" Michot, Sr.",904 Bayou Tortue Rd.,,Broussard,LA,70518,337-837-8943,W,M,R,210,12/31/2014,01/01/2009,Judge Michot -District Judge ,"15th JDC, Election Section 3, Division L ",,,,LA,,,,Marilyn C. Castle,406 Montrose Ave.,,Lafayette,LA,70503,337-981-4048,W,F,R,210,12/31/2014,01/01/2009,Judge Castle -District Judge ,"15th JDC, Election Section 3, Division M ",,,,LA,,,,Phyllis Montgomery Keaty,620 Woodvale Ave.,,Lafayette,LA,70505,337-261-5125,W,F,R,210,12/31/2014,01/01/2009,Judge Keaty -District Judge ,"15th JDC, Election Section 4, Division A ",,,,LA,,,,John D. Trahan,1718 N. Ave D,,Crowley,LA,70526,337-788-2435,W,M,D,210,12/31/2014,01/01/2009,Judge Trahan -District Judge ,"15th JDC, Election Section 4, Division F ",,,,LA,,,,"""Glenn"" Everett",P.O. Box 503,,Crowley,LA,70526,337-788-8814,W,M,D,210,12/31/2014,01/01/2009,Judge Everrett -District Judge ,"15th JDC, Election Section 4, Division J ",,,,LA,,,,Kristian D. Earles,1534 Connie Rd.,,Iota,LA,70543,337-250-0550,W,M,D,210,12/31/2014,01/01/2009,Judge Earles -District Judge ,"15th JDC, Election Section 5, Division C ",,,,LA,,,,"""Ed"" Broussard",P.O. Box 7,,Abbeville,LA,70511,337-893-3423,W,M,D,210,12/31/2014,01/01/2009,Judge Broussard -District Judge ,"15th JDC, Election Section 5, Division G ",,,,LA,,,,Durwood Conque,14121 Towne Ln.,,Abbeville,LA,70510,337-893-1781,,,D,210,12/31/2014,01/01/2009,Judge Conque -District Judge ,"16th JDC, Election Section 1, Division G ",,,,LA,,,,Charles L. Porter,1014 Loreauville Rd.,,New Iberia,LA,70563,337-365-4966,B,M,D,210,12/31/2014,01/01/2009,Judge Porter -District Judge ,"16th JDC, Election Section 1, Division H ",,,,LA,,,,Lori A. Landry,P.O. Box 9067,,New Iberia,LA,70562,337-365-7323,B,F,D,210,12/31/2014,01/01/2009,Judge Landry -District Judge ,"16th JDC, Election Section 2, Division A ",,,,LA,,,,Gerard B. Wattigny,P.O. Box 13446,,New Iberia,LA,70562,337-364-7376,W,M,D,210,12/31/2014,01/01/2009,Judge Wattingny -District Judge ,"16th JDC, Election Section 2, Division B ",,,,LA,,,,Paul deMahy,2206 Catherine Dr.,,St. Martinville,LA,70582,337-394-4523,W,M,R,210,12/31/2014,01/01/2009,Judge deMahy -District Judge ,"16th JDC, Election Section 2, Division C ",,,,LA,,,,John E. Conery,P.O. Box 1,,Franklin,LA,70538,337-828-4100,W,M,D,210,12/31/2014,01/01/2009,Judge Conery -District Judge ,"16th JDC, Election Section 2, Division D ",,,,LA,,,,James R. McClelland,P.O. Box 268,,Franklin,LA,70538,337-828-0574,W,M,,210,12/31/2014,01/01/2009,Judge McClelland -District Judge ,"16th JDC, Election Section 2, Division E ",,,,LA,,,,Keith Comeaux,109 Plantation Dr.,,New Iberia,LA,70563,337-367-8923,W,M,,210,12/31/2014,01/01/2009,Judge Comeaux -District Judge ,"16th JDC, Election Section 2, Division F ",,,,LA,,,,"Edward ""Ed"" Leonard, Jr.",716 1st St.,,Morgan City,LA,70380,985-385-3412,W,M,D,210,12/31/2014,01/01/2009,Judge Leonard -District Judge ,"17th Judicial District, Division A ",,,,LA,,,,John LeBlanc,P.O. Box 231,,Thibodaux,LA,70302,985-447-3780,W,M,D,210,12/31/2014,01/01/2009,Judge LeBlanc -District Judge ,"17th Judicial District, Division B ",,,,LA,,,,"Jerome J. ""Jerry"" Barbera, III",312 Ashland Dr.,,Thibodaux,LA,70301,985-447-4843,W,M,D,210,12/31/2014,01/01/2009,Judge Barbera -District Judge ,"17th Judicial District, Division C ",,,,LA,,,,"Walter I. Lanier, III",1082 Hwy. 1,,Thibodaux,LA,70301,985-448-0897,W,M,D,210,12/31/2014,01/01/2009,Judge Lanier -District Judge ,"17th Judicial District, Division D ",,,,LA,,,,Bruce Simpson,P.O. Box 67,,Lockport,LA,70374,985-532-2233,W,M,D,210,12/31/2014,01/01/2009,Judge Simpson -District Judge ,"17th Judicial District, Division E ",,,,LA,,,,"F. Hugh ""Buddy"" Larose",102 Palm Pl.,,Thibodaux,LA,70301,985-446-1694,W,M,D,210,12/31/2014,01/01/2009,Judge Larose -District Judge ,"18th JDC, Election Section 1, Division C ",,,,LA,,,,"Alvin Batiste, Jr.",20725 Charles Ory Dr.,,Plaquemine,LA,70764,225-687-5230,B,M,D,210,12/31/2014,01/01/2009,Judge Batiste -District Judge ,"18th JDC, Election Section 2, Division D ",,,,LA,,,,William C. Dupont,24010 Sherwood Dr.,,Plaquemine,LA,70764,225-687-7070,W,M,D,210,12/31/2014,01/01/2009,Judge Dupont -District Judge ,"18th JDC, Election Section 3, Division B ",,,,LA,,,,J. Robin Free,P.O. Box 274,,Port Allen,LA,70767,225-627-3918,W,M,D,210,12/31/2014,01/01/2009,Judge Free -District Judge ,"18th JDC, Election Section 4, Division A ",,,,LA,,,,James J. Best,14433 Waterloo Drive,,Ventress,LA,70783,225-638-5630,W,M,D,210,12/31/2014,01/01/2009,Judge Best -District Judge ,"19th JDC, Election Section 1, Division B ",,,,LA,,,,"Donald ""Don"" Johnson",3124 Jefferson Ave.,,Baton Rouge,LA,70802,225-278-5972,B,M,D,210,12/31/2014,01/01/2009,Judge Johnson -District Judge ,"19th JDC, Election Section 1, Division D ",,,,LA,,,,Janice Clark,"222 St. Louis St., Ste. 816",,Baton Rouge,LA,70801,225-389-5012,B,F,D,210,12/31/2014,01/01/2009,Judge Clark -District Judge ,"19th JDC, Election Section 1, Division J ",,,,LA,,,,Trudy White,P.O. Box 66514,,Baton Rouge,LA,70896,225-389-3025,B,F,D,210,12/31/2014,01/01/2009,Judge White -District Judge ,"19th JDC, Election Section 1, Division K ",,,,LA,,,,Bonnie Jackson,1235 Chariot Dr.,,Baton Rouge,LA,70816,225-389-4755,B,F,D,210,12/31/2014,01/01/2009,Judge Jackson -District Judge ,"19th JDC, Election Section 1, Division O ",,,,LA,,,,Wilson Fields,2147 Government St.,,Baton Rouge,LA,70802,225-343-5377,B,M,D,210,12/31/2014,01/01/2009,Judge Fields -District Judge ,"19th JDC, Election Section 2, Division A ",,,,LA,,,,Todd Hernandez,"222 St. Louis St., Ste. 619",,Baton Rouge,LA,70801,225-389-4706,W,M,R,210,12/31/2014,01/01/2009,Judge Hernandez -District Judge ,"19th JDC, Election Section 2, Division G ",,,,LA,,,,Richard D. Anderson,12888 Triple B Rd.,,Greenwell Springs,LA,70739,225-262-0970,W,M,R,210,12/31/2014,01/01/2009,Judge Anderson -District Judge ,"19th JDC, Election Section 2, Division L ",,,,LA,,,,"""Mike"" Erwin",1024 E. Lakeview,,Baton Rouge,LA,70810,225-769-0213,W,M,D,210,12/31/2014,01/01/2009,Judge Erwin -District Judge ,"19th JDC, Election Section 2, Division M ",,,,LA,,,,Kay Bates,"222 St. Louis St., Ste. 776",,Baton Rouge,LA,70802,225-389-4787,W,F,D,210,12/31/2014,01/01/2009,Judge Bates -District Judge ,"19th JDC, Election Section 2, Division N ",,,,LA,,,,"Richard ""Chip"" Moore, III",4965 East Mae St.,,Zachary,LA,70791,225-658-4888,W,M,R,210,12/31/2014,01/01/2009,Judge Moore -District Judge ,"19th JDC, Election Section 3, Division C ",,,,LA,,,,Louis R. Daniel,8925 Brookwood Dr.,,Baton Rouge,LA,70809,225-926-1553,W,M,R,210,12/31/2014,01/01/2009,Judge Daniel -District Judge ,"19th JDC, Election Section 3, Division E ",,,,LA,,,,William Morvant,"222 St. Louis St., Ste. 880",,Baton Rouge,LA,70801,225-389-4714,W,M,R,210,12/31/2014,01/01/2009,Judge Morvant -District Judge ,"19th JDC, Election Section 3, Division F ",,,,LA,,,,"""Tim"" Kelley",P.O. Box 3261,,Baton Rouge,LA,70821,225-389-4728,W,M,R,210,12/31/2014,01/01/2009,Judge Kelley -District Judge ,"19th JDC, Election Section 3, Division H ",,,,LA,,,,"Anthony J. ""Tony"" Marabella, Jr.",16654 S. Fulwar Skipwith Rd.,,Baton Rouge,LA,70810,225-754-1068,W,M,D,210,12/31/2014,01/01/2009,Judge Marabella -District Judge ,"19th JDC, Election Section 3, Division I ",,,,LA,,,,R. Michael Caldwell,4518 Whitehaven St.,,Baton Rouge,LA,70808,225-389-4734,W,M,R,210,12/31/2014,01/01/2009,Judge Caldwell -District Judge ,"20th Judicial District, Division A ",,,,LA,,,,"""Hal"" Ware",P.O. Box 38,,Wilson,LA,70789,225-629-4724,W,M,D,210,12/31/2014,01/01/2009,Judge Ware -District Judge ,"20th Judicial District, Division B ",,,,LA,,,,William G. Carmichael,P.O. Box 803,,Clinton,LA,70722,,W,M,D,210,12/31/2014,01/01/2009,Judge Carmichael -District Judge ,"21st Judicial District, Division A ",,,,LA,,,,Wayne Ray Chutz,990 Calmes Rd.,,Denham Springs,LA,70706,225-665-6039,W,M,R,210,12/31/2014,01/01/2009,Judge Chutz -District Judge ,"21st Judicial District, Division B ",,,,LA,,,,Bruce C. Bennett,P.O. Box 401,,Livingston,LA,70754,225-791-3753,W,M,R,210,12/31/2014,01/01/2009,Judge Bennett -District Judge ,"21st Judicial District, Division C ",,,,LA,,,,"Robert H. ""Bob"" Morrison, III",P.O. Box 800,,Watson,LA,70786,225-665-1562,W,M,R,210,12/31/2014,01/01/2009,Judge Morrison -District Judge ,"21st Judicial District, Division D ",,,,LA,,,,"Milton D. ""Doug"" Hughes",1101 Cockerham Rd.,,Denham Springs,LA,70726,225-667-4870,W,M,R,210,12/31/2014,01/01/2009,Judge Hughes -District Judge ,"21st Judicial District, Division E ",,,,LA,,,,Brenda Bedsole Ricks,P.O. Box 280,,Amite,LA,70422,985-748-8439,W,F,R,210,12/31/2014,01/01/2009,Judge Ricks -District Judge ,"21st Judicial District, Division F ",,,,LA,,,,"Elizabeth ""Beth"" Wolfe",P.O. Box 36,,Albany,LA,70711,225-567-1037,W,F,R,210,12/31/2014,01/01/2009,Judge Wolfe -District Judge ,"21st Judicial District, Division G ",,,,LA,,,,"Ernest ""Ernie"" Drake, Jr.",P.O. Box 188,,Ponchatoula,LA,70454,985-386-9713,W,M,D,210,12/31/2014,01/01/2009,Judge Drake -District Judge ,"21st Judicial District, Division H ",,,,LA,,,,"Zorraine M. ""Zoey"" Waguespack",30047 Corbin Ave.,,Walker,LA,70785,225-665-8265,W,F,D,210,12/31/2014,01/01/2009,Judge Waguespack -District Judge ,"21st Judicial District, Division I ",,,,LA,,,,Blair Downing Edwards,1303 North General Pershing,,Hammond,LA,70401,985-542-6621,W,F,R,210,12/31/2014,01/01/2009,Judge Edwards -District Judge ,"22nd Judicial District, Division A ",,,,LA,,,,"""Ray"" Childress",83366 Shepherd Ln.,,Folsom,LA,70437,985-796-9081,W,M,R,210,12/31/2014,01/01/2009,Judge Childress -District Judge ,"22nd Judicial District, Division B ",,,,LA,,,,A. J. Hand,1016 1/2 W. 21st Ave.,,Covington,LA,70433,985-892-7211,W,M,R,210,12/31/2014,01/01/2009,Judge Hand -District Judge ,"22nd Judicial District, Division C ",,,,LA,,,,"Richard ""Rick"" Swartz",P.O. Box 4099,,Slidell,LA,70459,985-641-4688,W,M,R,210,12/31/2014,01/01/2009,Judge Swartz -District Judge ,"22nd Judicial District, Division D ",,,,LA,,,,Peter J. Garcia,220 S. Massachusetts St.,,Covington,LA,70433,985-809-5324,W,M,,210,12/31/2014,01/01/2009,Judge Garcia -District Judge ,"22nd Judicial District, Division E ",,,,LA,,,,"William J. ""Bill"" Burris",24447 Hwy. 25,,Franklinton,LA,70438,985-839-2145,W,M,R,210,12/31/2014,01/01/2009,Judge Burris -District Judge ,"22nd Judicial District, Division F ",,,,LA,,,,Martin E. Coady,72569 Military Rd.,,Covington,LA,70435,985-809-5330,W,M,R,210,12/31/2014,01/01/2009,Judge Coady -District Judge ,"22nd Judicial District, Division G ",,,,LA,,,,"William J. ""Will"" Crain",P.O. Box 1810,,Covington,LA,70434,985-892-4801,W,M,R,210,12/31/2014,01/01/2009,Judge Crain -District Judge ,"22nd Judicial District, Division H ",,,,LA,,,,"Allison Hopkins Penzato, ",701 N. Columbia St.,,Covington,LA,70433,985-809-5340,W,F,R,210,12/31/2014,01/01/2009,Judge Penzato -District Judge ,"22nd Judicial District, Division I ",,,,LA,,,,Reginald T. Badeaux,107 E. 7th Ave.,,Covington,LA,70433,985-893-5003,,,R,210,12/31/2014,01/01/2009,Judge Badeaux -District Judge ,"22nd Judicial District, Division J ",,,,LA,,,,"William ""Rusty"" Knight",20106 Hwy. 25,,Franklinton,LA,70438,985-839-3493,W,M,R,210,12/31/2014,01/01/2009,Judge Knight -District Judge ,"22nd Judicial District, Division K ",,,,LA,,,,Mary Clemence Devereux,2145 Hampshire Dr.,,Slidell,LA,70461,985-893-7550,W,F,R,210,12/31/2014,01/01/2009 -District Judge ,"22nd Judicial District, Division L ",,,,LA,,,,Dawn Amacker,534 E. Boston St.,,Covington,LA,70433,985-249-6008,W,F,R,210,12/31/2014,01/01/2009,Judge Amacker -District Judge ,"23rd JDC, Election Section 1, Division E ",,,,LA,,,,"Alvin Turner, Jr.",2222 S. Edward St.,,Gonzales,LA,70737,225-621-8500,B,M,D,210,12/31/2014,01/01/2009,Judge Turner -District Judge ,"23rd JDC, Election Section 2, Division A ",,,,LA,,,,Ralph Tureau,11117 Hwy. 431,,St. Amant,LA,70774,225-621-8514,W,M,D,210,12/31/2014,01/01/2009,Judge Tureau -District Judge ,"23rd JDC, Election Section 2, Division B ",,,,LA,,,,"""Tom"" Kliebert",2768 La. Hwy 44,,Paulina,LA,70763,225-869-4064,W,M,D,210,12/31/2014,01/01/2009,Judge Kliebert -District Judge ,"23rd JDC, Election Section 2, Division C ",,,,LA,,,,Guy Holdridge,2019 S. Woodlawn,,Gonzales,LA,70737,225-621-8500,W,M,D,210,12/31/2014,01/01/2009,Judge Holdridge -District Judge ,"23rd JDC, Election Section 2, Division D ",,,,LA,,,,Jane Triche-Milazzo,5184 Hwy. 308,,Napoleonville,LA,70390,985-369-6437,W,F,D,210,12/31/2014,01/01/2009,Judge Triche-Milazzo -District Judge ,"24th JDC, Election Section 1, Division G ",,,,LA,,,,"Robert A. ""Bob"" Pitre, Jr.",5214 Pitre Dr.,,Crown Point,LA,70072,504-689-2114,W,M,R,210,12/31/2014,01/01/2009,Judge Pitre -District Judge ,"24th JDC, Election Section 1, Division O ",,,,LA,,,,Ross P. LaDart,2516 Cypress Lawn Dr.,,Marrero,LA,70072,504-347-4993,W,M,R,210,12/31/2014,01/01/2009,Judge Dart -District Judge ,"24th JDC, Election Section 2, Division A ",,,,LA,,,,"William C. Credo, ",1900 Division St.,,Metairie,LA,70001,,,,,210,,12/21/2009,Judge -District Judge ,"24th JDC, Election Section 2, Division D ",,,,LA,,,,Robert M. Murphy,450 Woodvine Ave.,,Metairie,LA,70005,504-837-6912,W,M,R,210,12/31/2014,01/01/2009,Judge Murphy -District Judge ,"24th JDC, Election Section 2, Division F ",,,,LA,,,,Patrick J. McCabe,4712 Toby Ln.,,Metairie,LA,70003,504-887-2959,W,M,R,210,12/31/2014,01/01/2009,Judge McCabe -District Judge ,"24th JDC, Election Section 2, Division N ",,,,LA,,,,Hans J. Liljeberg,71 Metairie Ct. Pkwy.,,Metairie,LA,70001,504-301-3648,W,M,R,210,12/31/2014,01/01/2009,Judge Liljeberg -District Judge ,"24th JDC, Election Section 3, Division K ",,,,LA,,,,Ellen Shirer Kovach,2612 Labarre Ln.,,Metairie,LA,70001,504-831-0890,W,F,R,210,12/31/2014,01/01/2009,Judge Kovach -District Judge ,"24th JDC, Election Section 3, Division L ",,,,LA,,,,"Donald A. ""Donnie"" Rowan, Jr.",P.O. Box 1034,,Metairie,LA,70404,504-834-5444,W,M,R,210,12/31/2014,01/01/2009,Judge Rowan -District Judge ,"24th JDC, Election Section 4, Division H ",,,,LA,,,,Glenn B. Ansardi,25 Emile St.,,Kenner,LA,70065,504-466-1331,W,M,R,210,12/31/2014,01/01/2009,Judge Ansardi -District Judge ,"24th JDC, Election Section 4, Division I ",,,,LA,,,,Nancy A. Miller,4708 Green Acres Ct.,,Metairie,LA,70003,504-237-3903,W,F,R,210,12/31/2014,01/01/2009,Judge Miller -District Judge ,"24th JDC, Election Section 5, Division C ",,,,LA,,,,June Berry Darensburg,6005 Boutall St.,,Metairie,LA,70003,504-456-6485,B,F,D,210,12/31/2014,01/01/2009,Judge Darensburg -District Judge ,"24th JDC, Election Section 5, Division P ",,,,LA,,,,"Lee V. Faulkner, Jr.",P.O. Box 185,,Gretna,LA,70054,504-361-8596,B,M,D,210,12/31/2014,01/01/2009,Judge Faulkner -District Judge ,"24th JDC, Election Section 6, Division J ",,,,LA,,,,"Stephen J. ""Steve"" Windhorst",200 Derbigny St. Div. J,,Gretna,LA,70053,504-364-3916,W,M,R,210,12/31/2014,01/01/2009,Judge Windhorst -District Judge ,"24th JDC, Election Section 6, Division M ",,,,LA,,,,"Henry G. Sullivan, Jr.",15 Derbes Dr.,,Gretna,LA,70053,,W,M,D,210,12/31/2014,01/01/2009,Judge Sullivan -District Judge ,"24th JDC, Election Section 7, Division B ",,,,LA,,,,"Cornelius E. ""Conn"" Regan",127 Arlington Dr.,,Metairie,LA,70001,504-835-3933,W,M,R,210,12/31/2014,01/01/2009,Judge Regan -District Judge ,"24th JDC, Election Section 7, Division E ",,,,LA,,,,"John J. Molaison, Jr.",420 Timberlane Dr.,,Gretna,LA,70056,504-362-0772,W,M,R,210,12/31/2014,01/01/2009,Judge Molaison -District Judge ,"25th Judicial District, Division A ",,,,LA,,,,Kevin Conner,122 Clausen Rd.,,Belle Chasse,LA,70037,504-656-2495,W,M,O,210,12/31/2014,01/01/2009,Judge Conner -District Judge ,"25th Judicial District, Division B ",,,,LA,,,,"Joyce Cossich ""Joy"" Lobrano",P.O. Box 671,,Belle Chasse,LA,70037,504-433-3100,W,F,R,210,12/31/2014,01/01/2009,Judge Lobrano -District Judge ,"26th Judicial District, Division A ",,,,LA,,,,"Michael ""Mike"" Craig",1000 Mallard Bend Cir.,,Bossier City,LA,71111,318-752-5770,W,M,R,210,12/31/2014,01/01/2009,Judge Craig -District Judge ,"26th Judicial District, Division B ",,,,LA,,,,"Ford E. Stinson, Jr.",P.O. Box 276,,Benton,LA,71006,318-965-9659,W,M,D,210,12/31/2014,01/01/2009,Judge Stinson -District Judge ,"26th Judicial District, Division C ",,,,LA,,,,"""Jeff"" Cox",345 Crosscreek Dr.,,Bossier City,LA,71111,318-752-4470,W,M,R,210,12/31/2014,01/01/2009,Judge Cox -District Judge ,"26th Judicial District, Division D ",,,,LA,,,,John M. Robinson,512 Weavers Way,,Bossier City,LA,71111,318-965-2217,W,M,,210,12/31/2014,01/01/2009,Judge Robinson -District Judge ,"26th Judicial District, Division E ",,,,LA,,,,Bruce Bolin,1009 Cressmont St.,,Bossier City,LA,71111,318-965-2217,W,M,D,210,12/31/2014,01/01/2009,Judge Bolin -District Judge ,"26th Judicial District, Division F ",,,,LA,,,,Parker Self,200 Claremore Cir.,,Bossier City,LA,71111,318-747-1946,W,M,D,210,12/31/2014,01/01/2009,Judge Self -District Judge ,"27th JDC, Election Section 1, Division C ",,,,LA,,,,Alonzo Harris,4573 Hwy. 743,,Washington,LA,70589,337-826-7104,B,M,D,210,12/31/2014,01/01/2009,Judge Harris -District Judge ,"27th JDC, Election Section 2, Division A ",,,,LA,,,,"James P. ""Jim"" Doherty, Jr.",P.O. Box 881,,Opelousas,LA,70570,337-942-4134,W,M,D,210,12/31/2014,01/01/2009,Judge Doherty -District Judge ,"27th JDC, Election Section 3, Division D ",,,,LA,,,,Donald W. Hebert,117 E. Smiley St.,,Opelousas,LA,70570,337-942-8647,W,M,D,210,12/31/2014,01/01/2009,Judge Hebert -District Judge ,"27th JDC, Election Section 4, Division B ",,,,LA,,,,Ellis J. Daigle,P.O. Box 1686,,Eunice,LA,70535,337-948-0586,W,M,D,210,12/31/2014,01/01/2009,Judge Daigle -District Judge ,28th Judicial District ,,,,LA,,,,J. Christopher Peters,P.O. Box 2387,,Jena,LA,71342,318-992-1950,W,M,D,210,12/31/2014,01/01/2009,Judge Peters -District Judge ,"29th Judicial District, Division C ",,,,LA,,,,Emile R. St. Pierre,135 Ormond Oaks Dr.,,Destrehan,LA,70047,985-764-8031,W,M,D,210,12/31/2014,01/01/2009,Judge St. Pierre -District Judge ,"29th Judicial District, Division D ",,,,LA,,,,Lauren Lemmon,117 Wade St.,,Luling,LA,70070,985-783-6789,W,F,D,210,12/31/2014,01/01/2009,Judge Lemmon -District Judge ,"29th Judicial District, Division E ",,,,LA,,,,Robert A. Chaisson,P.O. Box 222,,Destrehan,LA,70047,985-764-6054,W,M,D,210,12/31/2014,01/01/2009,Judge Chaisson -District Judge ,"30th Judicial District, Division A ",,,,LA,,,,Vernon B. Clark,116 Bray Lane,,Leesville,LA,71446,337-239-4485,W,M,D,210,12/31/2014,01/01/2009,Judge Clark -District Judge ,"30th Judicial District, Division B ",,,,LA,,,,John Ford,1461 Fords Dairy Rd.,,New Llano,LA,71461,337-239-0103,W,M,D,210,12/31/2014,01/01/2009,Judge Ford -District Judge ,"30th Judicial District, Division C ",,,,LA,,,,"James R. ""Jim"" Mitchell",729 Alexandria Hwy.,,Leesville,LA,71446,337-239-6709,W,M,R,210,12/31/2014,01/01/2009,Judge Mitchell -District Judge ,31st Judicial District ,,,,LA,,,,Steve Gunnell,2200 E. Academy Ave.,,Jennings,LA,70546,337-824-8552,W,M,D,210,12/31/2014,01/01/2009,Judge Gunnell -District Judge ,"32nd Judicial District, Division A ",,,,LA,,,,"George J. Larke, Jr.",7 Richland Row,,Houma,LA,70360-7935,985-876-3858,W,M,D,210,12/31/2014,01/01/2009,Judge Lark -District Judge ,"32nd Judicial District, Division B ",,,,LA,,,,John R. Walker,221 Maple Ave.,,Houma,LA,70364-3150,985-876-3797,W,M,D,210,12/31/2014,01/01/2009,Judge Walker -District Judge ,"32nd Judicial District, Division C ",,,,LA,,,,Timothy C. Ellender,P.O. Box 308,,Houma,LA,70361-0308 ,985-804-0303,W,M,R,210,12/31/2014,01/01/2009,Judge Ellender -District Judge ,"32nd Judicial District, Division D ",,,,LA,,,,David W. Arceneaux,88 Wayside Dr.,,Houma,LA,70360-6100,985-868-7465,W,M,R,210,12/31/2014,01/01/2009,Judge Arceneaux -District Judge ,"32nd Judicial District, Division E ",,,,LA,,,,"Randall L. ""Randy"" Bethancourt",504 June Dr.,,Houma,LA,70360-7423,985-868-0942,W,M,R,210,12/31/2014,01/01/2009,Judge Bethancourt -District Judge ,"33rd Judicial District, Division A ",,,,LA,,,,Joel Davis,202 Hospital Dr.,,Oakdale,LA,71463,318-335-1521,W,M,D,210,12/31/2014,01/01/2009,Judge Davis -District Judge ,"33rd Judicial District, Division B ",,,,LA,,,,Patricia Cole,P.O. Box 584,,Oberlin,LA,70655,337-639-2762,W,F,D,210,12/31/2014,01/01/2009,Judge Cole -District Judge ,"34th Judicial District, Division A ",,,,LA,,,,"Robert A. ""Bob"" Buckley",10 Pecan Grove Ln.,,Meraux,LA,70075,504-277-6171,W,M,D,210,12/31/2014,01/01/2009,Judge Buckley -District Judge ,"34th Judicial District, Division B ",,,,LA,,,,"Manuel A. ""Manny"" Fernandez",2032 Fort Beauregard Blvd.,,St. Bernard,LA,70085,504-267-0014,W,M,D,210,12/31/2014,01/01/2009,Judge Fernandez -District Judge ,"34th Judicial District, Division C ",,,,LA,,,,Robert J. Klees,41409 Rue Chene,,Pontahoula,LA,70454,,,,,210,,11/08/2009,Judge Klees -District Judge ,"34th Judicial District, Division C ",,,,LA,,,,"Perry Nicosia, ",2113 Serpas Ln.,,St. Bernard,LA,70085-5822,504-267-3936,W,M,D,210,,02/15/2010 -District Judge ,"34th Judicial District, Division D ",,,,LA,,,,Kirk A. Vaughn,3613 Dauterive Dr.,,Chalmette,LA,70043,504-301-0328,W,M,D,210,12/31/2014,01/01/2009,Judge Vaughn -District Judge ,"34th Judicial District, Division E ",,,,LA,,,,Jacques A. Sanborn,1101 West St. Bernard Hwy.,,Chalmette,LA,70043,504-481-8135,W,M,D,210,12/31/2014,01/01/2009,Judge Sanborn -District Judge ,35th Judicial District ,,,,LA,,,,"Warren Daniel ""Danny"" Willett",125 Durham Rd.,,Pollock,LA,71467,318-765-0821,W,M,R,210,12/31/2014,01/01/2009,Judge Willett -District Judge ,"36th Judicial District, Division A ",,,,LA,,,,Martha Ann O'Neal,703 Park Rd.,,DeRidder,LA,70634,337-462-6051,W,F,D,210,12/31/2014,01/01/2009,Judge O'Neal -District Judge ,"36th Judicial District, Division B ",,,,LA,,,,Kerry Anderson,P.O. Box 1025,,DeRidder,LA,70634,337-463-2100,W,M,,210,12/31/2014,01/01/2009,Judge Anderson -District Judge ,37th Judicial District ,,,,LA,,,,Don C. Burns,2071 Hwy. 850,,Grayson,LA,71435,318-649-2793,W,M,D,210,12/31/2014,01/01/2009,Judge Burns -District Judge ,38th Judicial District ,,,,LA,,,,Penelope Quinn Richard,4924 West Creole Hwy.,,Cameron,LA,70631,337-542-4310,W,F,D,210,12/31/2014,01/01/2009,Judge Richard -District Judge ,39th Judicial District ,,,,LA,,,,Lewis O. Sams,P.O. Box 383,,Coushatta,LA,71019,318-932-6241,W,M,D,210,12/31/2014,01/01/2009,Judge Sams -District Judge ,"40th JDC, Election Section 1, Division B ",,,,LA,,,,Mary Hotard Becnel,400 West Fifth St.,,LaPlace,LA,70068,985-652-6747,W,F,D,210,12/31/2014,01/01/2009,Judge Becnel -District Judge ,"40th JDC, Election Section 2, Division A ",,,,LA,,,,Madeline Jasmine,P.O. Box 189,,Edgard,LA,70049,985-497-8247,B,F,D,210,12/31/2014,01/01/2009,Judge Jasmine -District Judge ,"40th JDC, Election Section 3, Division C ",,,,LA,,,,Sterling Snowdy,P.O. Box 308,,Edgard,LA,70049,985-652-8939,W,M,D,210,12/31/2014,01/01/2009,Judge Snowdy -District Judge ,"42nd Judicial District Court, Division A ",,,,LA,,,,Robert E. Burgess,P.O. Box 1581,,Mansfield,LA,71052,318-872-5160,W,M,,210,12/31/2014,01/01/2009,Judge Burgess -District Judge ,"42nd Judicial District Court, Division B ",,,,LA,,,,Charles B. Adams,1172 Smyrna Rd.,,Keatchie,LA,71046-3006,318-933-8740,W,M,R,210,12/31/2014,01/01/2009,Judge Adams -Judge ,"Civil District Court, Division A ",,,,LA,,,,Tiffany Gautier Chase,Div. A,,New Orleans,LA,70112,504-581-9059,B,F,D,210,12/31/2014,01/01/2009,Judge Chase -Judge ,"Civil District Court, Division B ",,,,LA,,,,Rose Ledet,1229 Gov. Nicholls St.,,New Orleans,LA,70116,504-592-9204,B,F,D,210,12/31/2014,01/01/2009,Judge Ledet -Judge ,"Civil District Court, Division C ",,,,LA,,,,"Sidney H. Cates, IV",#8 DuckHook Dr.,,New Orleans,LA,70118,504-373-5645,B,M,D,210,12/31/2014,01/01/2009,Judge Cates -Judge ,"Civil District Court, Division D ",,,,LA,,,,"Lloyd J. Medley, Jr.",P.O. Box 51597,,New Orleans,LA,70151,504-491-6075,B,M,D,210,12/31/2014,01/22/2009,Judge Medley -Judge ,"Civil District Court, Division E ",,,,LA,,,,Madeleine M. Landrieu,"421 Loyola Ave., Div. E.",,New Orleans,LA,70112,504-592-9213,W,F,D,210,12/31/2014,01/01/2009,Judge Landrieu -Judge ,"Civil District Court, Division F ",,,,LA,,,,"Christopher ""Chris"" Bruno",170 Audubon Blvd.,,New Orleans,LA,70118,504-862-0108,W,M,D,210,12/31/2014,01/01/2009,Judge Bruno -Judge ,"Civil District Court, Division G ",,,,LA,,,,Robin Giarrusso,3557 Inwood Avenue,,New Orleans,LA,70131,504-433-9974,W,F,D,210,12/31/2014,01/01/2009,Judge Giarrusso -Judge ,"Civil District Court, Division H ",,,,LA,,,,Michael G. Bagneris,P.O. Box 56775,,New Orleans,LA,70156,504-289-6564,B,M,D,210,12/31/2014,01/01/2009,Judge Bagneris -Judge ,"Civil District Court, Division I ",,,,LA,,,,Piper Griffin,P.O. Box 51886,,New Orleans,LA,70151,504-451-6515,B,F,D,210,12/31/2014,01/01/2009,Judge Griffin -Judge ,"Civil District Court, Division J ",,,,LA,,,,"Paula Brown, ",3724 Clermont Dr.,,New Orleans,LA,70122-4737,504-473-4366,B,F,D,210,12/31/2014,02/17/2010,Judge Brown -Judge ,"Civil District Court, Division J ",,,,LA,,,,"James M. Williams, ",3500 N. Hullen St.,,Metairie,LA,70002,,,,,210,,10/12/2009,Mr. Williams -Judge ,"Civil District Court, Division K ",,,,LA,,,,Herbert A. Cade,3949 Mimosa Drive,,New Orleans,LA,70131,504-394-5339,B,M,D,210,12/31/2014,01/01/2009,Judge Cade -Judge ,"Civil District Court, Division L ",,,,LA,,,,Kern A. Reese,4824 Bancroft Dr.,,New Orleans,LA,70122,504-473-3253,B,M,D,210,12/31/2014,01/01/2009,Judge Reese -Judge ,"Civil District Court, Division M ",,,,LA,,,,Paulette Irons,4819 Bancroft Dr.,,New Orleans,LA,70122,504-237-6010,B,F,D,210,12/31/2014,01/01/2009,Judge Irons -Judge ,"Civil District Court, Division N ",,,,LA,,,,Ethel Julien,3200 Louisiana Avenue Parkway,,New Orleans,LA,70125,504-821-7015,B,F,D,210,12/31/2014,01/01/2009,Judge Julien -Judge ,"Criminal District Court, Section A ",,,,LA,,,,Laurie White,P.O. Box 30087,,New Orleans,LA,70190,504-289-7371,W,F,D,210,12/31/2014,01/01/2009,Judge White -Judge ,"Criminal District Court, Section B ",,,,LA,,,,Lynda Van Davis,"2700 Tulane Ave., Section ""B""",,New Orleans,LA,70119,504-658-9140,B,F,D,210,12/31/2014,01/01/2009,Judge Davis -Judge ,"Criminal District Court, Section C ",,,,LA,,,,Benedict J. Willard,1670 Sere St.,,New Orleans,LA,70122,504-658-9150,B,M,D,210,12/31/2014,01/01/2009,Judge Willard -Judge ,"Criminal District Court, Section D ",,,,LA,,,,Frank A. Marullo,7904 Birch St.,,New Orleans,LA,70118,504-861-0993,W,M,D,210,12/31/2014,01/01/2009,Judge Marullo -Judge ,"Criminal District Court, Section E ",,,,LA,,,,Keva Landrum-Johnson,P.O. Box 58333,,New Orleans,LA,70158,504-554-9777,B,F,D,210,12/31/2014,01/01/2009,Ms. Landrum-Johnson -Judge ,"Criminal District Court, Section F ",,,,LA,,,,Robin Pittman,2700 Tulane Ave.,,New Orleans,LA,70119,504-913-6581,B,F,D,210,12/31/2014,01/01/2009,Judge Pittman -Judge ,"Criminal District Court, Section G ",,,,LA,,,,Julian A. Parker,2700 Tulane Ave.,,New Orleans,LA,70119,504-658-9190,B,M,D,210,12/31/2014,01/01/2009,Judge Parker -Judge ,"Criminal District Court, Section H ",,,,LA,,,,Camille Buras,417 18th St.,,New Orleans,LA,70124,504-884-5832,W,F,D,210,12/31/2014,01/01/2009,Judge Buras -Judge ,"Criminal District Court, Section I ",,,,LA,,,,Karen Herman,P.O. Box 15646,,New Orleans,LA,70175,504-452-1147,W,F,D,210,12/31/2014,01/01/2009,Judge Herman -Judge ,"Criminal District Court, Section J ",,,,LA,,,,Darryl Derbigny,"2700 Tulane Ave., Section ""J""",,New Orleans,LA,70119,504-658-9320,B,M,D,210,12/31/2014,01/01/2009,Judge Derbigny -Judge ,"Criminal District Court, Section K ",,,,LA,,,,Arthur Hunter,P.O. Box 53404,,New Orleans,LA,70153,504-919-2868,B,M,D,210,12/31/2014,01/01/2009,Judge Hunter -Judge ,"Criminal District Court, Section L ",,,,LA,,,,Terry Q. Alarcon,6225 St. Bernard Avenue,,New Orleans,LA,70122,504-283-8582,W,M,D,210,12/31/2014,01/01/2009,Judge Alarcon -Magistrate ,"Magistrate Section, Criminal District Court ",,,,LA,,,,Gerard J. Hansen,"4007 St. Charles Ave., Unit 208",,,LA,70115,504-874-1596,W,M,D,210,12/31/2014,01/01/2009,Magistrate Hansen -District Attorney , 1st Judicial District ,501 Texas St.,,Shreveport,LA,71101-5400,318-226-6956,,Charles Rex Scott,9304 Melissa Way,,Shreveport,LA,71115-2527,318-797-1245,W,,D,215,01/11/2015,01/12/2009,Mr. Scott -District Attorney , 2nd Judicial District ,512 North Main,,Homer,LA,71040,318-927-4862,,Jonathan M. Stewart,2013 Hwy. 794,,Gibsland,LA,71028,318-263-2031,W,M,D,215,01/11/2015,01/12/2009,Mr. Stewart -District Attorney , 3rd Judicial District ,P.O. Box 777,,Ruston,LA,71273-0777 ,318-251-5100,,Robert W. Levy,One Ridgecrest Dr.,,Vienna,LA,71235,318-251-5100,W,M,D,215,01/11/2015,01/12/2009,Mr. Levy -District Attorney , 4th Judicial District ,P.O. Box 1652,,Monroe,LA,71210,318-388-4720,,Jerry L. Jones,P.O. Box 52,,Mer Rouge,LA,71261,318-647-3364,W,M,D,215,01/11/2015,01/12/2009,Mr. Jones -District Attorney , 5th Judicial District ,P.O. Box 389,,Rayville,LA,71269,318-728-3227,,"William R. ""Billy"" Coenen, Jr.",P.O. Box 389,,Rayville,LA,71269,318-728-3227,W,M,D,215,01/11/2015,01/12/2009,Mr. Coenen -District Attorney , 6th Judicial District ,P.O. Box 43,,Tallulah,LA,71284-0043 ,318-574-4771,,James E. Paxton,P. O. Box 97,,St. Joseph,LA,71366,318-766-4892,W,M,D,215,01/11/2015,01/12/2009,Mr. Paxton -District Attorney , 7th Judicial District ,"4001 Carter St., Ste. 9",,Vidalia,LA,71373,318-336-5526,,Bradley R. Burget,"4001 Carter St., Ste. 9",,Vidalia,LA,71373,318-336-5526,W,M,D,215,01/11/2015,01/12/2009,Mr. Burget -District Attorney , 8th Judicial District ,P.O. Box 1374,,Winnfield,LA,71483-1374,318-628-2141,,"R. C. ""Chris"" Nevils",407 W. Main St.,,Winnfield,LA,71483,318-628-2141,W,M,D,215,01/11/2015,01/12/2009,Mr. Nevils -District Attorney , 9th Judicial District ,P.O. Drawer 1472,,Alexandria,LA,71309,318-473-6650,,"James C. ""Jam"" Downs",P.O. Box 269,,Alexandria,LA,71309,318-448-3439,W,M,D,215,01/11/2015,01/12/2009,Mr. Downs -District Attorney ,10th Judicial District ,P.O. Box 838,,Natchitoches,LA,71458-0838 ,318-357-2214,,Van H. Kyzar,1946 Williams Ave.,,Natchitoches,LA,71457,318-352-6585,W,M,D,215,01/11/2015,01/12/2009,Mr. Kyzar -District Attorney ,11th Judicial District ,P.O. Box 1557,,Many,LA,71449,318-256-3072,,Don M. Burkett,540 N. Courthouse St.,,Many,LA,71449,318-471-7101,W,M,R,215,01/11/2015,01/12/2009,Mr. Burkett -District Attorney ,12th Judicial District ,P.O. Box 608,,Marksville,LA,71351,318-253-6587,,"Charles ""Charlie"" Riddle, III",P.O. Box 315,,Marksville,LA,71351,318-253-4551,W,M,D,215,01/11/2015,01/12/2009,Mr. Riddle -District Attorney ,13th Judicial District ,P.O. Box 450,,Ville Platte,LA,70586,337-363-3438,,Trent Brignac,1726 Chicot Park Rd.,,Ville Platte,LA,70586,337-363-0492,W,M,D,215,01/11/2015,01/12/2009,Mr. Brignac -District Attorney ,14th Judicial District ,1020 Ryan St.,,Lake Charles,LA,70602,337-437-3400,,John DeRosier,3600 Lake St.,,Lake Charles,LA,70605,337-477-3599,W,M,D,215,01/11/2015,01/12/2009,Mr. DeRosier -District Attorney ,15th Judicial District ,800 S. Buchanan St.,,Lafayette,LA,70502,318-232-5170,,Michael Harson,100 Demas Dr.,,Lafayette,LA,70506,337-984-9794,W,M,D,215,01/11/2015,01/12/2009,Mr. Harson -District Attorney ,16th Judicial District ,"Courthouse Bldg., Ste. 200",,New Iberia,LA,70560-4583,337-369-4420,,J. Phil Haney,2103 Warwick St.,,New Iberia,LA,70563,337-229-8222,W,M,D,215,01/11/2015,01/12/2009,Mr. Haney -District Attorney ,17th Judicial District ,P.O. Box 431,,Thibodaux,LA,70301,985-447-2003,,"Camille A. ""Cam"" Morvant, II",421 Plater Dr.,,Thibodaux,LA,70301,985-446-6291,W,M,D,215,01/11/2015,01/12/2009,Mr. Morvant -District Attorney ,18th Judicial District ,P.O. Drawer 880,,Plaquemine,LA,70765-0880 ,225-687-5210,,"Richard J. ""Ricky"" Ward, Jr.",P.O. Box 309,,Maringouin,LA,70757,225-687-5210,W,M,D,215,01/11/2015,01/12/2009,Mr. Ward -District Attorney ,19th Judicial District ,222 St. Louis St.,,Baton Rouge,LA,70802,225-389-3400,,Hillar Moore,6513 Perkins Rd.,,Baton Rouge,LA,70808,225-757-0100,W,M,D,215,01/11/2015,01/12/2009,Mr. Moore -District Attorney ,20th Judicial District ,P.O. Box 429,,Jackson,LA,70748,225-634-2535,,"""Sam"" D'Aquilla",P. O. Box 429,,Jackson,LA,70748,225-634-2535,W,M,D,215,01/11/2015,01/12/2009,Mr. D'Aquilla -District Attorney ,21st Judicial District ,P.O. Drawer 639,,Amite,LA,70422,985-748-7890,,Scott M. Perrilloux,17120 Natures Trace,,Hammond,LA,70403,985-542-6985,W,M,R,215,01/11/2015,01/12/2009,Mr. Perrilloux -District Attorney ,22nd Judicial District ,428 East Boston St.,,Covington,LA,70433,985-898-2392,,Walter P. Reed,701 N. Columbia St.,,Covington,LA,70433,985-809-8383,W,M,R,215,01/11/2015,01/12/2009,Mr. Reed -District Attorney ,23rd Judicial District ,P.O. Drawer 279,,Napoleonville,LA,70390,504-369-3568,,Ricky Babin,12420 Fernand Rd.,,Gonzales,LA,70737,225-677-8490,W,M,D,215,01/11/2015,01/12/2009,Mr. Babin -District Attorney ,24th Judicial District ,Courthouse Annex,,Gretna,LA,70053,,,"Paul D. Connick, Jr.",113 Beverly Dr.,,Metairie,LA,70001,504-835-0754,W,M,D,215,01/11/2015,01/12/2009,Mr. Connick -District Attorney ,25th Judicial District ,Courthouse,,Pointe-a-la-hache,LA,70082,504-392-6690,,Charles J. Ballay,1 Park Riverwoods,,Belle Chasse,LA,70037,504-394-2690,W,M,D,215,01/11/2015,01/12/2009,Mr. Ballay -District Attorney ,26th Judicial District ,P.O. Box 69,,Benton,LA,71006,318-965-2332,,Schuyler Marvin,700 Gladney,,Minden,LA,71055,318-377-3593,W,M,R,215,01/11/2015,01/12/2009,Mr. Marvin -District Attorney ,27th Judicial District ,P.O. Drawer 1968,,Opelousas,LA,70571,337-948-3041,,Earl Taylor,P. O. Drawer 1968,,Opelousas,LA,70571-1968,337-948-3007,W,M,D,215,01/11/2015,01/12/2009,Mr. Taylor -District Attorney ,28th Judicial District ,P.O. Box 1406,,Jena,LA,71342,318-992-2603,,Reed Walters,P.O. Box 1066,,Jena,LA,71342,318-992-8282,W,M,D,215,01/11/2015,01/12/2009,Mr. Walters -District Attorney ,29th Judicial District ,107 Camelia Ct.,,Luling,LA,70070,985-785-0374,,"Harry J. Morel, Jr.",107 Camellia Ct.,,Luling,LA,70070,985-785-0374,W,M,D,215,01/11/2015,01/12/2009,Mr. Morel -District Attorney ,30th Judicial District ,P. O. Box 466,,Leesville,LA,71446,337-239-3742,,Asa Skinner,124 Fullerton Dr.,,Leesville,LA,71446,337-238-1951,W,M,,215,01/11/2015,01/12/2009,Ms. Skinner -District Attorney ,31st Judicial District ,603 Lucy St.,,Jennings,LA,70546,337-824-0315,,Michael C. Cassidy,603 Lucy St.,,Jennings,LA,70546,337-824-0315,W,M,D,215,01/11/2015,01/12/2009,Mr. Cassidy -District Attorney ,32nd Judicial District ,"7856 Main St., Courthouse Annex, Ste. 220",,Houma,LA,70360,985-873-6500,,"""Joe"" Waitz, Jr.",11 Summerfield Dr.,,Houma,LA,70360-7243,985-868-0704,W,M,D,215,01/11/2015,01/12/2009,Mr. Waitz -District Attorney ,33rd Judicial District ,1273 Old Pump Rd.,,Kinder,LA,70648,318-738-5561,,H. Todd Nesom,P. O. Box 839,,Oberlin,LA,70655,318-639-2641,W,M,D,215,01/11/2015,01/12/2009,Mr. Nesom -District Attorney ,34th Judicial District ,P.O. Box 947,,Chalmette,LA,70044-0947 ,504-271-1658,,"John F. ""Jack"" Rowley",4625 East St. Bernard Hwy.,,Meraux,LA,70075,504-271-0111,W,M,D,215,01/11/2015,01/12/2009,Mr. Rowley -District Attorney ,35th Judicial District ,"Courthouse, 200 Main St., Ste. 203",,Colfax,LA,71417,318-627-3205,,"James P. ""Jay"" Lemoine",144 Red Oak Ln.,,Dry Prong,LA,71423,318-627-3205,W,M,D,215,01/11/2015,01/12/2009,Mr. Lemoine -District Attorney ,36th Judicial District ,P.O. Box 99,,DeRidder,LA,70634,337-463-5578,,David Burton,1324 Woodbrook Dr.,,DeRidder,LA,70634,337-463-4601,W,M,D,215,01/11/2015,01/12/2009,Mr. Burton -District Attorney ,37th Judicial District ,P.O. Box 119,,Columbia,LA,71418,318-649-2508,,W. Mark McKee,4719 Hwy. 559,,Columbia,LA,71418,318-649-2005,W,M,D,215,01/11/2015,01/12/2009,Mr. McKee -District Attorney ,38th Judicial District ,P.O. Drawer 280,,Cameron,LA,70631,337-775-5713,,Cecil R. Sanner,190 Raymond Sanner Ln.,,Hackberry,LA,70645,337-775-5713,W,M,D,215,01/11/2015,01/12/2009,Mr. Sanner -District Attorney ,39th Judicial District ,P.O. Box 606,,Coushatta,LA,71019,318-932-4035,,Julie C. Jones,P.O. Box 54,,Coushatta,LA,71019,318-932-9323,W,F,D,215,01/11/2015,01/12/2009,Ms. Jones -District Attorney ,40th Judicial District ,1916 Madewood Dr.,,LaPlace,LA,70068,985-652-9757,,"Thomas ""Tom"" Daley",2037 Colonial Dr.,,Laplace,LA,70068,985-652-8779,,,,215,01/11/2015,01/12/2009,Mr. Daley -District Attorney ,42nd Judicial District Court ,,,,LA,,,,"Richard Z. Johnson, Jr.",373 Ginger St.,,Mansfield,LA,71052,318-872-1830,B,M,D,215,01/11/2015,01/01/2009,Mr. Johnson -District Attorney ,Criminal District Court ,2700 Tulane Ave.,,New Orleans,LA,70119,504-827-2414,,"Leon A. Cannizzaro, Jr.",7223 Ring St.,,New Orleans,LA,70124,504-282-0175,W,M,D,215,01/11/2015,11/14/2008,Mr. Cannizzaro -City Judge ,"City Court, City of Eunice ",P. O. Box 591,,Eunice,LA,70535,318-457-6535,,Lynette Young Feucht,430 S. Fifth St.,,Eunice,LA,70535,337-457-6535,W,F,D,250,12/31/2014,01/01/2009,Judge Feucht -"City Judge, City Court ","Elec. Dist. 1, Div. A, City of Shreveport ",1244 Texas Ave.,,Shreveport,LA,71101,318-673-5870,,R. Lee Irvin,6144 River Rd.,,Shreveport,LA,71105,318-673-5870,W,M,R,250,12/31/2014,01/01/2009,Judge Irvin -"City Judge, City Court ","Elec. Dist. 1, Div. B, City of Shreveport ",1244 Texas Ave.,,Shreveport,LA,71101,318-673-5885,,"""Bill"" Kelly",4618 Fern Ave.,,Shreveport,LA,71105-3118,318-861-1185,W,M,D,250,12/31/2014,01/01/2009,Judge Kelly -"City Judge, City Court ","Elec. Dist. 2, Div. C, City of Shreveport ",1244 Texas Ave.,,Shreveport,LA,71101,318-673-5890,,Pammela Lattier,107 Waters Edge Dr.,,Shreveport,LA,71106-7775,318-798-4045,B,,D,250,12/31/2014,01/01/2009,Judge Lattier -"City Judge, City Court ","Elec. Dist. 2, Div. D, City of Shreveport ",1244 Texas Ave.,,Shreveport,LA,71101,318-673-5878,,Randy E. Collins,3015 Pines Rd.,,Shreveport,LA,71119,318-525-1229,B,M,D,250,12/31/2014,01/01/2009,Judge Collins -City Marshal ,"City Court, City of Eunice ",P. O. Box 591,,Eunice,LA,70535-1106,337-457-6580,,Terry J. Darbonne,1250 Phillip Ave.,,Eunice,LA,70535,337-305-0353,W,M,D,250,12/31/2014,01/01/2009,Marshal Darbonne -City Marshal ,"City Court, City of Shreveport ",1244 Texas Ave.,,Shreveport,LA,71101,318-673-6800,,Charlie Caldwell,9209 Midvale Dr.,,Shreveport,LA,71118,318-560-2347,B,M,D,250,12/31/2014,01/01/2009,Marshal Caldwell -Mayor ,City of Broussard ,416 E. Main,,Broussard,LA,,337-837-6681,,Charles E. Langlinais,612 W. Main St.,,Broussard,LA,70518,337-837-5811,W,M,D,300,12/31/2010,01/01/2007,Mayor Langlinais -Mayor ,City of DeRidder ,200 South Jefferson,,DeRidder,LA,,337-462-8900,,"""Ron"" Roberts, ",1916 Dr. Beckom Dr.,,DeRidder,LA,70634-5313,337-462-2613,W,M,N,300 -Mayor ,City of DeRidder ,200 South Jefferson,,DeRidder,LA,,337-462-8900,,Ron Roberts,1916 Doctor Beckcom Dr.,,DeRidder,LA,70634,337-462-2613,W,M,D,300,06/30/2010,07/01/2006,Mayor Roberts -Mayor ,City of Eunice ,P. O. Box 1106,,Eunice,LA,,337-457-6516,,"Robert ""Bob"" Morris",331 W. Maple Ave.,,Eunice,LA,70535,337-581-4108,W,M,R,300,12/31/2010,01/01/2007,Mr. Morris -Mayor ,City of Shreveport ,P. O. Box 31109,,Shreveport,LA,,318-673-5262,,Cedric B. Glover,P. O. Box 31109,,Shreveport,LA,71130,318-226-5665,,,D,300,11/22/2010,11/28/2006,Mayor Glover -Mayor ,Town of Arnaudville ,P. O. Box 1010,,Arnaudville,LA,,337-754-5911,,"""Kathy"" Richard",P.O. Box 294,,Arnaudville,LA,70512,337-754-5137,W,F,D,300,12/31/2010,01/01/2007,Mayor Richard -Mayor ,Town of Basile ,P. O. Box 308,,Basile,LA,,337-432-6693,,Berline B. Sonnier,1205 S. Mildred St.,,Basile,LA,70515,337-658-2651,W,F,D,300,12/31/2010,01/01/2007,Mayor Sonnier -Mayor ,Town of Delcambre ,107 N. Railroad,,Delcambre,LA,,337-685-4462,,Carol Broussard,312 E. LeBlanc St.,,Delcambre,LA,70528,337-685-2899,W,M,D,300,12/31/2012,01/01/2009,Mayor Broussard -Mayor ,Town of Duson ,P. O. Box 10,,Duson,LA,,337-873-6754,,"Carolyn ""Susie"" Lagneaux",P.O. Box 6,,Duson,LA,70529,337-873-0261,W,F,D,300,12/31/2010,10/30/2007,Mayor Lagneaux -Mayor ,Village of Downsville ,P. O. Box 128,,Downsville,LA,,318-982-5344,,Reggie Skains,P.O. Box 98,,Downsville,LA,71234,318-982-5341,W,M,D,300,12/31/2010,01/01/2007,Mr. Skains -Mayor ,Village of Junction City ,P. O. Box 142,,Junction City,LA,,318-986-4459,,Preston Rogers,P.O. Box 153,,Junction City,LA,71749,318-986-5331,W,M,D,300,12/31/2010,01/01/2007,Mr. Rogers -Chief of Police ,City of Broussard ,416 E. Main,,Broussard,LA,70518,337-837-6681,,Brannon J. Decou,1010 N. Larriviere Rd.,,Youngsville,LA,70592,337-839-0318,W,M,R,305,12/31/2010,01/01/2007 -Chief of Police ,City of Eunice ,P. O. Box 1106,,Eunice,LA,70535-1106,337-457-6516,,"Gary ""Goose"" Fontenot",231 Aymond St.,,Eunice,LA,70535,337-546-6911,W,M,O,305,12/31/2010,01/01/2007,Chief Fontenot -Chief of Police ,Town of Arnaudville ,P. O. Box 1010,,Arnaudville,LA,70512-1010,337-754-5911,,Richard Mizzi,P.O. Box 391,,Arnaudville,LA,70512,337-754-9188,W,M,,305,12/31/2010,01/01/2007,Mr. Mizzi -Chief of Police ,Town of Basile ,P. O. Box 308,,Basile,LA,70515-0308 ,337-432-6693,,"Allen Ivory, Jr.",P.O. Box 619,,Basile,LA,70515,337-432-5579,B,M,D,305,12/31/2010,01/01/2007,Mr. Ivory -Chief of Police ,Town of Delcambre ,107 N. Railroad,,Delcambre,LA,70528-3099,337-985-4462,,James Broussard,P. O. Box 192,,Delcambre,LA,70528-0192 ,337-685-4652,W,M,D,305,12/31/2012,01/01/2009,Chief Broussard -Chief of Police ,Town of Duson ,P. O. Box 10,,Duson,LA,70529-0010 ,337-873-6754,,"Frank Andrew, III",P.O. Box 10,,Duson,LA,70529,,,,,305,,06/15/2009,Chief Andrews -Chief of Police ,Village of Downsville ,P. O. Box 128,,Downsville,LA,71234,318-982-5344,,Earl Roberts,889 Arthur McDaniel Rd.,,Downsville,LA,71234,318-982-5838,W,M,D,305,12/31/2010,01/01/2007,Mr. Roberts -Chief of Police ,Village of Junction City ,P. O. Box 142,,Junction City,LA,71749,318-986-4459,,Clarence McLelland,P.O. Box 673,,Junction City,LA,71749,318-986-5586,W,M,D,305,12/31/2010,01/01/2007,Mr. McLelland -Alderman at Large ,City of Eunice ,P. O. Box 1106,,Eunice,LA,70535-1106,337-457-6516,,"I. Jackson ""Jack"" Burson, Jr.",P.O. Box 985,,1unice,LA,70535,337-457-1227,W,M,D,308,12/31/2010,01/01/2007,Mr. Burson -Alderman at Large ,Town of Basile ,P. O. Box 308,,Basile,LA,70515-0308 ,337-432-6693,,"""Ronnie"" Denette",P.O. Box 294,,Basile,LA,70515,337-432-5403,W,M,,308,12/31/2010,01/01/2007,Mr. Denette -Councilman at Large ,City of Broussard ,416 E. Main,,Broussard,LA,70518,,,Johnnie M. Foco,405 E. Fairfield Rd.,,Broussard,LA,70518,337-837-6342,W,M,R,308,12/31/2010,01/01/2007 -Councilman at Large ,City of DeRidder ,200 South Jefferson,,DeRidder,LA,70634,337-462-2461,,Vincent Labue,P.O. Box 125,,DeRidder,LA,70634,337-463-6800,W,M,D,308,06/30/2010,07/01/2006,Mr. Labue -Councilman at Large ,City of DeRidder ,200 South Jefferson,,DeRidder,LA,70634,337-462-2461,,Hayward Steele,202 S. Helen St.,,DeRidder,LA,70634,337-463-4655,B,M,D,308,06/30/2010,07/01/2006,Mr. Steele -Alderman ,"District 1, Town of Basile ",P. O. Box 308,,Basile,LA,70515-0308 ,337-432-6693,,Rodney J. Bellon,1637 Duplechin St.,,Basile,LA,70515,337-432-6878,W,M,D,310,12/31/2010,01/01/2007,Mr. Bellon: -Alderman ,"District 1, Town of Delcambre ",107 N. Railroad,,Delcambre,LA,70528-3099,337-685-4462,,"Scott Peter Saunier, ",512 N. Railroad St.,,Delcambre,LA,70528,337-685-2485,W,M,,310,12/31/2012,01/01/2009,Mr. Saunier -Alderman ,"District 2, Town of Basile ",P. O. Box 308,,Basile,LA,70515-0308 ,337-432-6693,,Mona Fontenot Jenkins,P.O. Box 819,,Basile,LA,70515,337-789-7525,W,F,,310,12/31/2010,01/01/2007,Ms. Jenkins -Alderman ,"District 2, Town of Delcambre ",107 N. Railroad,,Delcambre,LA,70528-3099,337-685-4462,,Sarah Ann Trahan,709 Francois St.,,Delcambre,LA,70528,337-685-1021,B,F,D,310,12/31/2012,01/01/2009,Ms. Trahan -Alderman ,"District 3, Town of Basile ",P. O. Box 308,,Basile,LA,70515-0308 ,337-432-6693,,Jessica Denette,P.O. Box 294,,Basile,LA,70515,337-432-5403,W,F,R,310,12/31/2010,01/01/2007,Ms. Denette -Alderman ,"District 3, Town of Delcambre ",107 N. Railroad,,Delcambre,LA,70528-3099,337-685-4462,,"Timothy ""Slim"" Derise",115 S. St. Peter St.,,Delcambre,LA,70528,337-577-2690,W,M,D,310,12/31/2012,01/01/2009,Mr. Derise -Alderman ,"District 4, Town of Basile ",P. O. Box 308,,Basile,LA,70515-0308 ,337-432-6693,,"Frank Ceasar, Sr.",P.O. Box 601,,Basile,LA,70515,337-432-5507,B,M,D,310,12/31/2010,01/01/2007,Mr. Ceasar -Alderman ,"District 4, Town of Delcambre ",107 N. Railroad,,Delcambre,LA,70528-3099,337-685-4462,,"Donald ""Phonse"" Martin",217 S. Pelloat St.,,Delcambre,LA,70528,337-685-2790,,,D,310,12/31/2012,01/01/2009,Mr. Martin -Alderman ,"District 5, Town of Delcambre ",107 N. Railroad,,Delcambre,LA,70528-3099,337-685-4462,,Mildred D. Delcambre,308 S. President St.,,Delcambre,LA,70528,337-685-2247,W,F,D,310,12/31/2012,01/01/2009,Ms. Delcambre -Alderman ,Town of Arnaudville ,P. O. Box 1010,,Arnaudville,LA,70512-1010,337-754-5911,,"Chester ""Doc"" Broussard",478 Market St.,,Arnaudville,LA,70512,,W,M,R,310,12/31/2010,01/01/2007,Mr. Broussard -Alderman ,Town of Arnaudville ,P. O. Box 1010,,Arnaudville,LA,70512-1010,337-754-5911,,Annette K. Guidry,226 E. Pound St.,,Arnaudville,LA,70512,337-207-2030,W,F,D,310,12/31/2010,01/01/2007,Mr. Guidry -Alderman ,Town of Arnaudville ,P. O. Box 1010,,Arnaudville,LA,70512-1010,337-754-5911,,Ricky J. Lagrange,P.O. Box 617,,Arnaudville,LA,70512,337-754-7190,W,M,D,310,12/31/2010,01/01/2007,Mr. Lagrange -Alderman ,Town of Arnaudville ,P. O. Box 1010,,Arnaudville,LA,70512-1010,337-754-5911,,Todd Meche,236 St. Landry Ave.,,Arnaudville,LA,70512,337-754-5078,W,M,R,310,12/31/2010,01/01/2007,Mr. Meche -Alderman ,Town of Arnaudville ,P. O. Box 1010,,Arnaudville,LA,70512-1010,337-754-5911,,"Louis E. Stelly, Jr.",P.O. Box 268,,Arnaudville,LA,70512,337-754-5936,W,M,D,310,12/31/2010,01/01/2007,Mr. Stelly -Alderman ,Town of Duson ,P. O. Box 10,,Duson,LA,70529-0010 ,337-873-6754,,Gerald Alleman,P.O. Box 581,,Duson,LA,70529,337-873-8810,W,M,D,310,12/31/2010,01/01/2007,Mr. Alleman -Alderman ,Town of Duson ,P. O. Box 10,,Duson,LA,70529-0010 ,337-873-6754,,Dwayne Bowers,P.O. Box 987,,Duson,LA,70529,337-873-3848,W,M,D,310,12/31/2010,01/01/2007,Mr. Bowers -Alderman ,Town of Duson ,P. O. Box 10,,Duson,LA,70529-0010 ,337-873-6754,,Eugene Cahanin,P.O. Box 67,,Duson,LA,70529,337-873-8487,W,M,D,310,12/31/2010,01/01/2007,Mr. Cahanin -Alderman ,Town of Duson ,P. O. Box 10,,Duson,LA,70529-0010 ,337-873-6754,,"""Jimmy"" Champagne",P.O. Box 551,,Duson,LA,70529,337-873-8486,W,M,D,310,12/31/2010,01/01/2007,Mr. Champagne -Alderman ,Town of Duson ,P. O. Box 10,,Duson,LA,70529-0010 ,337-873-6754,,Alvin Felix,P.O. Box 576,,Duson,LA,70529,337-873-8604,B,M,D,310,12/31/2010,01/01/2007,Mr.Felix -Alderman ,Village of Downsville ,P. O. Box 128,,Downsville,LA,71234,318-982-5344,,Sheree Allen,P.O. Box 65,,Downsville,LA,71234,318-982-5900,W,F,R,310,12/31/2010,01/01/2007,Ms. Allen -Alderman ,Village of Downsville ,P. O. Box 128,,Downsville,LA,71234,318-982-5344,,Myron Toft,P.O. Box 127,,Donaldsonville,LA,71234,318-982-7547,W,M,D,310,12/31/2010,01/01/2007,Mr. Toft -Alderman ,Village of Downsville ,P. O. Box 128,,Downsville,LA,71234,318-982-5344,,John Edward Wallace,P.O. Box 161,,Downsville,LA,71234,318-982-7257,W,M,D,310,12/31/2010,01/01/2007,Mr. Wallace -Alderman ,Village of Junction City ,P. O. Box 142,,Junction City,LA,71749,318-986-4459,,"""Ronnie"" Daniels",P.O. Box 294,,Junction City,LA,71749,318-986-5607,W,M,D,310,12/31/2010,01/01/2007,Mr. Daniels -Alderman ,Village of Junction City ,P. O. Box 142,,Junction City,LA,71749,318-986-4459,,Terry Enis,P.O. Box 41,,Junction City,LA,71749,318-986-4982,W,M,D,310,12/31/2010,01/01/2007,Mr. Enis -Alderman ,Village of Junction City ,P. O. Box 142,,Junction City,LA,71749,318-986-4459,,Arnold Jones,P.O. Box 41,,Junction City,LA,71749,318-986-5177,W,M,D,310,12/31/2010,01/01/2007,Mr. Jones -Alderman ,"Ward 1, City of Eunice ",P. O. Box 1106,,Eunice,LA,70535-1106,337-457-6516,,"Wallace ""Bubba"" Bourque",1345 E. Laurel Ave.,,Eunice,LA,70535,337-384-6367,W,M,R,310,12/31/2010,01/01/2007,Mr. Bourque -Alderman ,"Ward 2, City of Eunice ",P. O. Box 1106,,Eunice,LA,70535-1106,337-457-6516,,Germaine Simpson,P. O. Box 784,,Eunice,LA,70535,337-580-5635,B,F,D,310,12/31/2010,10/27/2009,Mr. Simpson -Alderman ,"Ward 3, City of Eunice ",P. O. Box 1106,,Eunice,LA,70535-1106,337-457-6516,,Chawana V. Fontenot,P.O. Box 1162,,Eunice,LA,70535,337-457-8260,W,F,R,310,12/31/2010,01/01/2007,Mr. Fontenot -Alderman ,"Ward 4, City of Eunice ",P. O. Box 1106,,Eunice,LA,70535-1106,337-457-6516,,"""Dale"" Soileau",441 S. Sixth St.,,Eunice,LA,70535,337-457-7727,W,M,D,310,12/31/2010,01/01/2007,Mr. Soileau -Councilman ,"District A, City of Shreveport ",P. O. Box 31109,,Shreveport,LA,71130-1109,318-673-5262,,"Calvin ""Ben"" Lester, Jr.",3907 Eddy Pl.,,Shreveport,LA,71107,318-675-0331,B,M,D,310,11/22/2010,11/28/2006,Mr. Lester -Councilman ,"District B, City of Shreveport ",P. O. Box 31109,,Shreveport,LA,71130-1109,318-673-5262,,"""Monty"" Walford",960 McCormick St.,,Shreveport,LA,71104-4820,318-868-6281,W,M,D,310,11/22/2010,11/28/2006,Mr. Walford -Councilman ,"District C, City of Shreveport ",P. O. Box 31109,,Shreveport,LA,71130-1109,318-673-5262,,Michael Long,236 Preston Ave.,,Shreveport,LA,71105-3306,318-208-3400,W,M,R,310,11/22/2010,11/28/2006,Mr. Long -Councilman ,"District D, City of Shreveport ",P. O. Box 31109,,Shreveport,LA,71130-1109,318-673-5262,,Bryan Wooley,9114 Campfire Ln.,,Shreveport,LA,71115,318-780-8838,W,M,R,310,11/22/2010,11/28/2006,Mr. Wooley -Councilman ,"District E, City of Shreveport ",P. O. Box 31109,,Shreveport,LA,71130-1109,318-673-5262,,"""Ron"" Webb",2406 Helmsdale Ct.,,Shreveport,LA,71118-4546,318-564-8080,W,M,R,310,11/22/2010,11/28/2006,Mr. Webb -Councilman ,"District F, City of Shreveport ",P. O. Box 31109,,Shreveport,LA,71130-1109,318-673-5262,,Joe Shyne,4532 Alton St.,,Shreveport,LA,71109-6808,318-636-2617,B,M,D,310,11/22/2010,11/28/2006,Mr. Shyne -Councilman ,"District G, City of Shreveport ",P. O. Box 31109,,Shreveport,LA,71130-1109,318-673-5262,,Joyce Bowman,3623 Milton St.,,Shreveport,LA,71109-3327,318-635-6379,B,F,D,310,11/22/2010,11/28/2006,Ms. Bowman -Councilman ,"District 1, City of Broussard ",416 E. Main,,Broussard,LA,70518,337-837-6681,,Terry J. Guilbeau,110 Bismark Dr.,,Broussard,LA,70518,337-839-1904,W,M,D,310,12/31/2010,01/01/2007 -Councilman ,"District 1, City of DeRidder ",200 South Jefferson,,DeRidder,LA,70634,337-462-2461,,"Robert ""Bo"" Rice",326 Branch St.,,DeRidder,LA,70634,337-462-0316,B,M,D,310,06/30/2010,07/01/2006,Mr. Rice -Councilman ,"District 1, City of DeRidder ",200 South Jefferson,,DeRidder,LA,70634,337-462-2461,,"Robert ""Bo"" Rice, ",326 Branch St.,,DeRidder,LA,70634-4102,337-462-0316,B,M,D,310 -Councilman ,"District 2, City of Broussard ",416 E. Main,,Broussard,LA,70518,337-837-6681,,David M. Bonin,300 S. St. Pierre St.,,Broussard,LA,70518,337-207-8871,W,M,R,310,12/31/2010,01/01/2007 -Councilman ,"District 2, City of DeRidder ",200 South Jefferson,,DeRidder,LA,70634,337-462-2461,,Jonnie F. Mango,405 Elton Mango Dr.,,DeRidder,LA,70634,337-463-4667,B,F,D,310,06/30/2010,07/01/2006,Ms. Mango -Councilman ,"District 3, City of Broussard ",416 E. Main,,Broussard,LA,70518,337-837-6681,,Keith G. Rousseau,301 Rue De Canne,,Broussard,LA,70518,337-837-1367,W,M,R,310,12/31/2010,01/01/2007 -Councilman ,"District 3, City of DeRidder ",200 South Jefferson,,DeRidder,LA,70634,337-462-2461,,Gordon Jenkins,817 Chinquapin,,DeRidder,LA,70634,337-463-9977,W,M,,310,06/30/2010,07/01/2006,Mr. Jenkins -Councilman ,"District 3, City of DeRidder ",200 South Jefferson,,DeRidder,LA,70634,337-462-2461,,"Gordon C. Jenkins, ",817 Chinquapin Dr.,,DeRidder,LA,70634-5322,337-463-9977,W,M,N,310 -Councilman ,"District 4, City of Broussard ",416 E. Main,,Broussard,LA,70518,337-837-6681,,Gertrude Batiste,216 Gustave St.,,Broussard,LA,70518,337-837-3349,B,F,D,310,12/31/2010,01/01/2007 -Councilman ,"District 4, City of DeRidder ",200 South Jefferson,,DeRidder,LA,70634,337-462-2461,,Elizabeth S. Granger,710 N. Frusha Dr.,,DeRidder,LA,70634,337-460-9161,W,F,,310,06/30/2010,04/14/2009,Ms. Granger -Councilman ,"District 4, City of DeRidder ",200 South Jefferson,,DeRidder,LA,70634,337-462-2461,,"Elizabeth Storer Granger, ",710 N. Frusha Dr.,,DeRidder,LA,70634-3222,337-460-9161,W,F,N,310 -Councilman ,"District 5, City of Broussard ",416 E. Main,,Broussard,LA,70518,337-837-6681,,Kenny Higginbotham,120 Beau Clos Ln.,,Broussard,LA,70518,337-837-1723,W,M,R,310,12/31/2010,01/01/2007,Mr. Higginbotham -Councilman ,"District 5, City of DeRidder ",200 South Jefferson,,DeRidder,LA,70634,337-462-2461,,Joseph Siciliano,1100 Christina Dr.,,DeRidder,LA,70634,337-462-6965,W,M,R,310,06/30/2010,06/04/2007,Mr. Siciliano -Councilman ,"District 5, City of DeRidder ",200 South Jefferson,,DeRidder,LA,70634,337-462-2461,,"Joseph ""Joe"" Siciliano, ",1100 Christina Dr.,,DeRidder,LA,70634-2940,337-462-6965,W,M,R,310 -Councilman ,"District 6, City of Broussard ",416 E. Main,,Broussard,LA,70518,337-837-6681,,"Albert ""Nookie"" Romero",206 W. Railroad,,Broussard,LA,70518,337-837-2577,W,M,D,310,12/31/2010,01/01/2007,Mr. Romero -DPEC Member ,at Large ,,,,LA,,,ACADIA,"""Billie"" Fulkerson",324 W Northern Ave.,,Crowley,LA,70526,337-783-6450,W,F,D,054,02/20/2012,02/20/2008,Mr. Fulkerson -DPEC Member ,at Large ,,,,LA,,,ACADIA,Jerrl L. Thompson,262 Thompson Rd.,,Crowley,LA,70526,337-783-6434,W,M,D,054,02/20/2012,02/20/2008,Mr. Thompson -DPEC Member ,District 1 ,,,,LA,,,ACADIA,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,ACADIA,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,ACADIA,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,ACADIA,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,ACADIA,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,ACADIA,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,ACADIA,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,ACADIA,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,ACADIA,Nick Bouterie,110 st. Peter St.,,Iota,LA,70543,337-280-7984,,,,064,,05/05/2008,Mr. Bouterie -RPEC Member ,at Large ,,,,LA,,,ACADIA,Jud Gautreaux,P.O. Box 1192,,Rayne,LA,70578,337-334-2964,,,,064,,05/05/2008,Mr. Gautreaux -RPEC Member ,at Large ,,,,LA,,,ACADIA,Nancy E. Tislow,1117 Crawford Ave.,,Crowley,LA,70526,337-783-3129,W,F,R,064,02/20/2012,02/20/2008,Ms. Tislow -RPEC Member ,District 1 ,,,,LA,,,ACADIA,Ira Thomas,1203 Hockaday St.,,Crowley,LA,70526,337-783-6824,,,,066,,05/05/2008,Mr. Thomas -RPEC Member ,District 2 ,,,,LA,,,ACADIA,Debbie Dore,199 Forest Dr.,,Crowley,LA,70526,337-783-1624,,,,066,,05/05/2008,Ms. Dore -RPEC Member ,District 3 ,,,,LA,,,ACADIA,"""Phil"" Myers",P. O. Box 294,,Estherwood,LA,70534,337-785-0750,W,M,R,066,02/20/2012,02/20/2008,Mr. Myers -RPEC Member ,District 4 ,,,,LA,,,ACADIA,Jeff Meche,302 Junot Rd.,,Rayne,LA,70578,337-501-5122,,,,066,,06/06/2008,Mr. Meche -RPEC Member ,District 5 ,,,,LA,,,ACADIA,Helen Blue Garrett,310 S. Arenas St.,,Rayne,LA,70578,337-393-2166,W,F,R,066,02/20/2012,02/20/2008,Ms. Garrett -RPEC Member ,District 6 ,,,,LA,,,ACADIA,Frank Bargeron,504 Deer Park Dr.,,Rayne,LA,70578,337-581-5321,,,,066,,06/06/2008,Mr. Bargeron -RPEC Member ,District 7 ,,,,LA,,,ACADIA,"""Mac"" Atteberry",1265 Atteberry Rd.,,Eunice,LA,70535,337-546-6270,W,M,R,066,02/20/2012,02/20/2008,Mr. Atteberry -RPEC Member ,District 8 ,,,,LA,,,ACADIA,Larry G. Miller,886 McMillan Ave.,,Iota,LA,70543,337-779-2456,W,M,R,066,02/20/2012,02/20/2008,Mr. Miller -Sheriff ,,P. O. Box 289,,Crowley,LA,70527,337-788-8700,ACADIA,Wayne A. Melancon,P.O. Box 289,,Crowley,LA,70527,337-783-8198,W,M,D,225,06/30/2012,07/01/2008,Sheriff Melancon -Clerk of Court ,,P. O. Box 922,,Crowley,LA,70527,337-788-8881,ACADIA,"Robert T. ""Robby"" Barousse",P.O. Box 922,,Crowley,LA,70527,337-783-0191,W,M,D,230,06/30/2012,07/01/2008,Mr. Barousse -Assessor ,,P. O. Box 1329,,Crowley,LA,70527-1329,337-788-8871,ACADIA,Russel L. Benoit,2000 E. Jefferson Davis,,Rayne,LA,70578,337-334-4958,W,M,D,235,12/31/2012,01/01/2009,Mr. Benoit -Coroner ,,717 Curtis Dr.,,Rayne,LA,70578,337-334-7551,ACADIA,Mark Dawson,717 Curtis Dr.,,Rayne,LA,70578,337-334-7551,W,M,R,240,03/25/2012,03/24/2008,Mr. Dawson -Police Juror,District 1,P.O. Box A,,Crowley,LA,70527-6001,337-788-8800,ACADIA,"Alton ""Al"" Stevenson",P.O. Box 2366,,Crowley,LA,70527,337-783-6215,B,M,D,245,01/08/2012,01/14/2008,Mr. Stevenson -Police Juror ,District 2 ,P.O. Box A,,Crowley,LA,70527-6001,337-788-8800,ACADIA,"A.J. ""Fatty"" Broussard",526 Atwood Dr.,,Crowley,LA,70526,337-783-1607,W,M,R,245,01/08/2012,01/14/2008,Mr. Broussard -Police Juror ,District 3 ,P.O. Box A,,Crowley,LA,70527-6001,337-788-8800,ACADIA,Kermit Richard,P.O. Box 363,,Morse,LA,70559,337-329-2091,W,M,D,245,01/08/2012,01/14/2008,Mr. Richard -Police Juror ,District 4 ,P.O. Box A,,Crowley,LA,70527-6001,337-788-8800,ACADIA,John H. Quebodeaux,178 Cedar Park Ln.,,Rayne,LA,70578,337-334-1638,W,M,D,245,01/08/2012,01/14/2008,Mr. Quebodeaux -Police Juror ,District 5 ,P.O. Box A,,Crowley,LA,70527-6001,337-788-8800,ACADIA,"Thomas ""T. J."" Sonnier",607 W. Lesley St.,,Rayne,LA,70578,337-334-4749,B,M,D,245,01/08/2012,01/14/2008,Mr. Sonnier -Police Juror ,District 6 ,P.O. Box A,,Crowley,LA,70527-6001,337-788-8800,ACADIA,"A. J. ""Jay"" Credeur",8520 Grand Prairie Hwy.,,Church Point,LA,70525,337-873-6339,W,M,D,245,01/08/2012,01/14/2008,Mr. Credeur -Police Juror ,District 7 ,P.O. Box A,,Crowley,LA,70527-6001,337-788-8800,ACADIA,Cade Benoit,240 St. Rita Ln.,,Church Point,LA,70525,337-684-6239,W,M,D,245,01/08/2012,01/14/2008,Mr. Benoit -Police Juror ,District 8 ,P.O. Box A,,Crowley,LA,70527-6001,337-788-8800,ACADIA,"Felton ""Tony"" Moreau",7870 Eunice-Iota Hwy.,,Eunice,LA,70535,337-580-1953,W,M,D,245,01/08/2012,01/14/2008,Mr. Moreau -City Judge ,"City Court, City of Crowley ",P. O. Box 225,,Crowley,LA,70526,337-788-4118,ACADIA,"Marie Elise ""M'elise"" Trahan",1718 N. Ave. D,,Crowley,LA,70526,337-788-2435,W,F,D,250,12/31/2014,01/01/2009,Judge Trahan -City Judge ,"City Court, City of Rayne ",P. O. Box 31,,Rayne,LA,70578,337-334-9677,ACADIA,"James M. ""Jim"" Cunningham, III",402 N. Parkerson St.,,Rayne,LA,70578,337-334-5156,W,M,D,250,12/31/2014,01/01/2009,Judge Cunningham -City Marshal ,"City Court, City of Crowley ",P. O. Box 225,,Crowley,LA,70526,337-788-4120,ACADIA,Glenn J. Deville,312 Stewartville Rd.,,Crowley,LA,70526,337-783-9122,W,M,D,250,12/31/2014,01/01/2009,Marshal Deville -City Marshal ,"City Court, City of Rayne ",P. O. Box 31,,Rayne,LA,70578,337-334-9677,ACADIA,"Alex ""Joe"" Lacroix",122 W. Thayer,,Rayne,LA,70578,337-334-5566,W,M,D,250,12/31/2014,01/01/2009,Marshal Lacroix -Member of School Board ,District 1 ,P. O. Drawer 309,,Crowley,LA,70527-0309 ,337-783-3664,ACADIA,Israel Syria,820 N. Ave. B,,Crowley,LA,70526,337-783-6483,B,M,D,255,12/31/2010,01/01/2007,Mr. Syria -Member of School Board ,District 2 ,P. O. Drawer 309,,Crowley,LA,70527-0309 ,337-783-3664,ACADIA,"Douglas J. ""Doug"" LaCombe",P.O. Box 184,,Egan,LA,70531,337-788-2432,W,M,O,255,12/31/2010,01/09/2007,Mr. LaCombe -Member of School Board ,District 3 ,P. O. Drawer 309,,Crowley,LA,70527-0309 ,337-783-3664,ACADIA,Abraham Lynn Shamsie,P.O. Box 56,,Estherwood,LA,70534,337-783-2702,W,M,D,255,12/31/2010,01/01/2007,Mr. Shamsie -Member of School Board ,District 4 ,P. O. Drawer 309,,Crowley,LA,70527-0309 ,337-783-3664,ACADIA,John A. Suire,1370 Leger Rd.,,Crowley,LA,70526,337-783-4082,W,M,R,255,12/31/2010,01/01/2007,Mr. Suire -Member of School Board ,District 5 ,P. O. Drawer 309,,Crowley,LA,70527-0309 ,337-783-3664,ACADIA,Roland J. Boudreaux,701 East E St.,,Rayne,LA,70578,337-334-2466,W,M,D,255,12/31/2010,01/01/2007,Mr. Boudreaux -Member of School Board ,District 6 ,P. O. Drawer 309,,Crowley,LA,70527-0309 ,337-783-3664,ACADIA,Gene I. Daigle,511 S. David St.,,Church Point,LA,70525,337-684-5284,W,M,D,255,12/31/2010,01/01/2007,Mr. Daigle -Member of School Board ,District 7 ,P. O. Drawer 309,,Crowley,LA,70527-0309 ,337-783-3664,ACADIA,"James ""Bozo"" Higginbotham",210 St. Edna,,Church Point,LA,70525,337-684-6897,W,M,D,255,12/31/2010,01/01/2007,Mr. Higginbotham -Member of School Board ,District 8 ,P. O. Drawer 309,,Crowley,LA,70527-0309 ,337-783-3664,ACADIA,Milton Simar,P.O. Box 578,,Iota,LA,70543,337-779-2289,W,M,D,255,12/31/2010,01/01/2007,Mr. Simar -Justice of the Peace ,Justice of the Peace Ward 2 ,122 O'Neal Ln.,,Branch,LA,70516,337-334-4584,ACADIA,Wayne Doucet,122 Oneal Ln.,,Branch,LA,70516,337-334-4584,W,M,D,265,12/31/2014,01/01/2009,Mr. Doucet -Justice of the Peace ,Justice of the Peace Ward 3 ,666 N. Beaugh St.,,Church Point,LA,70525,337-684-2331,ACADIA,"Elton ""Bee"" Cormier",666 N. Beaugh St.,,Church Point,LA,70525,337-684-2331,W,M,D,265,12/31/2014,01/01/2009,Mr. Cormier -Justice of the Peace ,Justice of the Peace Ward 4 ,1114 Shultz Rd.,,Iota,LA,70543,337-779-2571,ACADIA,Elridge Pousson,1114 Schultz Rd.,,Iota,LA,70543,337-779-2571,W,M,D,265,12/31/2014,01/01/2009,Mr. Pousson -Justice of the Peace ,Justice of the Peace Ward 5 ,P.O. Box 52,,Morse,LA,70559,337-788-0934,ACADIA,Michael Chiasson,P.O. Box 52,,Morse,LA,70559,337-788-0934,W,M,D,265,12/31/2014,01/01/2009,Mr. Chiasson -Justice of the Peace ,Justice of the Peace Ward 7 ,,,,LA,,,ACADIA,Horace Darbonne,139 Miguel Rd.,,Basile,LA,70515,337-432-6804,W,M,D,265,12/31/2014,01/01/2009,Mr. Darbonne -Constable ,Justice of the Peace Ward 2 ,P.O. Box 432,,Branch,LA,70516,337-334-5004,ACADIA,"James ""June"" Meche",P.O. Box 432,,Branch,LA,70516,337-334-5004,W,M,D,267,12/31/2014,01/01/2009,Mr. Meche -Constable ,Justice of the Peace Ward 3 ,544 Brasseaux St.,,Church Point,LA,70525,337-684-2818,ACADIA,Ferdie Miller,544 Brasseaux,,Church Point,LA,70525,337-684-2818,W,M,D,267,12/31/2014,01/01/2009,Mr. Miller -Constable ,Justice of the Peace Ward 4 ,P.O. Box 146,,Iota,LA,70543,337-779-2441,ACADIA,Paul Doucet,P.O. Box 146,,Iota,LA,70543,337-779-2441,W,M,D,267,12/31/2014,01/01/2009,Mr. Doucet -Constable ,Justice of the Peace Ward 5 ,P.O. Box 118,,Esterwood,LA,70534,337-788-2207,ACADIA,Treg Myers,P.O. Box 118,,Estherwood,LA,70534,337-788-2207,W,M,D,267,12/31/2014,01/01/2009,Mr. Myers -Constable ,Justice of the Peace Ward 7 ,1729 Hundley Rd.,,Eunice,LA,70535,337-457-3243,ACADIA,Suzellen Stroderd Lopez,2524 Alfa Romeo Rd.,,Basile,LA,70515,337-432-5480,W,F,O,267,12/31/2014,01/01/2009,Ms. Lopez -Mayor ,City of Crowley ,P. O. Box 1463,,Crowley,LA,,337-783-0824,ACADIA,"""Greg"" Jones",12 Governor Edwards Dr.,,Crowley,LA,70526,337-783-8972,W,M,R,300,12/31/2010,01/01/2007,Mayor Jones -Mayor ,City of Rayne ,P. O. Box 69,,Rayne,LA,,337-334-3121,ACADIA,"James J. ""Jimbo"" Petitjean",P.O. Box 694,,Rayne,LA,70578,337-334-9554,W,M,D,300,12/31/2010,01/01/2007,Mayor Petitjean -Mayor ,Town of Church Point ,102 Church Blvd.,,Church Point,LA,,337-684-5692,ACADIA,Roger Boudreaux,646 N. Beaugh St.,,Church Point,LA,70526,337-684-6334,W,M,D,300,12/31/2010,01/01/2007,Mr. Boudreaux -Mayor ,Town of Iota ,P. O. Drawer 890,,Iota,LA,,337-779-2597,ACADIA,John D. Sittig,P.O. Box 72,,Iota,LA,70543,337-779-2234,W,M,D,300,12/31/2010,01/01/2007,Mr. Sittig -Mayor ,Village of Estherwood ,P. O. Box 167,,Estherwood,LA,,337-783-0464,ACADIA,"""Bill"" Maples",P.O. Box 310,,Estherwood,LA,70534,337-783-0330,W,M,R,300,12/31/2010,01/01/2007,Mr. Maples -Mayor ,Village of Mermentau ,P. O. Box 280,,Mermentau,LA,,337-824-8466,ACADIA,David W. Fruge,P.O. Box 119,,Mermentau,LA,70556,337-824-0629,W,M,D,300,12/31/2010,01/01/2007,Mr. Fruge -Mayor ,Village of Morse ,P. O. Box 750,,Morse,LA,,337-783-7555,ACADIA,"Robert ""Butch"" Istre",P.O. Box 97,,Morse,LA,70559,337-783-6273,W,M,D,300,12/31/2010,10/30/2007,Mayor Istre -Chief of Police ,City of Crowley ,P. O. Box 1463,,Crowley,LA,70527-1463,337-783-0824,ACADIA,K. P. Gibson,106 Clark Ct.,,Crowley,LA,70526,337-788-1888,W,M,D,305,12/31/2010,01/01/2007,Mr. Gibson -Chief of Police ,City of Rayne ,P. O. Box 69,,Rayne,LA,70578,337-334-3121,ACADIA,Carroll Stelly,308 S. Parkerson,,Rayne,LA,70578,337-334-4286,W,M,D,305,12/31/2010,01/01/2007,Mr. Stelly -Chief of Police ,Town of Church Point ,102 Church Blvd.,,Church Point,LA,70525,337-684-5692,ACADIA,"Albert J. Venable, Sr.",334 N. Franques St.,,Church Point,LA,70525,337-684-6460,W,M,D,305,12/31/2010,01/01/2007,Chief Venable -Chief of Police ,Town of Iota ,P. O. Drawer 890,,Iota,LA,70543,337-779-2597,ACADIA,David Scott Pousson,P.O. Box 213,,Iota,LA,70543,337-779-2393,W,M,D,305,12/31/2010,01/01/2007,Mr. Pousson -Chief of Police ,Village of Estherwood ,P. O. Box 167,,Estherwood,LA,70534-0167 ,337-783-0464,ACADIA,Kevin LeBlanc,P.O. Box 221,,Estherwood,LA,70534,337-785-2316,W,M,,305,12/31/2010,01/01/2007,Chief LeBlanc -Chief of Police ,Village of Mermentau ,P. O. Box 280,,Mermentau,LA,70556,337-824-8466,ACADIA,Donald C. Bertrand,P.O. Box 128,,Mermentau,LA,70556,337-329-3120,W,M,D,305,12/31/2010,01/01/2007,Mr. Bertrand -Chief of Police ,Village of Morse ,P. O. Box 36,,Morse,LA,70559,337-783-7555,ACADIA,Jason Todd Richard,P.O. Box 191,,Morse,LA,70559,337-783-3616,W,M,D,305,12/31/2010,01/01/2007,Mr. Richard -Alderman at Large ,City of Crowley ,P. O. Box 1463,,Crowley,LA,70527-1463,337-783-0824,ACADIA,Steven C. Premeaux,170 West Hoyt,,Crowley,LA,70526,337-783-8597,W,M,D,308,12/31/2010,01/01/2007 -Alderman at Large ,City of Rayne ,,,,LA,,,ACADIA,Paul Molbert,705 S. Cunningham,,Rayne,LA,70578,337-334-7304,W,M,R,308,12/31/2010,01/01/2007,Mr. Molbert -Alderman ,Town of Iota ,P. O. Drawer 890,,Iota,LA,70543,337-779-2597,ACADIA,"R. B. ""Toby"" Fontenot",P.O. Box 56,,Iota,LA,70543,337-779-2665,W,M,D,310,12/31/2010,01/01/2007,Mr. Fontenot -Alderman ,Town of Iota ,P. O. Drawer 890,,Iota,LA,70543,337-779-2597,ACADIA,Troy Lantz,P.O. Box 275,,Iota,LA,70543,337-779-2696,W,M,D,310,12/31/2010,01/01/2007,Mr. Lantz -Alderman ,Town of Iota ,P. O. Drawer 890,,Iota,LA,70543,337-779-2597,ACADIA,Cody Leckelt,560 S. Third St.,,Iota,LA,70543,337-779-3317,W,M,R,310,12/31/2010,01/01/2007,Mr. Leckelt -Alderman ,Town of Iota ,P. O. Drawer 890,,Iota,LA,70543,337-779-2597,ACADIA,Raleigh Miller,P.O. Box 112,,Iota,LA,70543,337-779-2545,W,M,D,310,12/31/2010,01/01/2007,Mr. Miller -Alderman ,Town of Iota ,P. O. Drawer 890,,Iota,LA,70543,337-779-2597,ACADIA,Warren C. Pousson,P.O. Box,,Iota,LA,70543,337-779-2868,W,M,D,310,12/31/2010,01/01/2007,Mr. Pousson -Alderman ,Village of Estherwood ,P. O. Box 167,,Estherwood,LA,70534-0167 ,337-783-0464,ACADIA,Anthony Borill,P.O. Box 365,,Estherwood,LA,70534,337-788-0865,W,M,D,310,12/31/2010,01/01/2007,Mr. Borill -Alderman ,Village of Estherwood ,P. O. Box 167,,Estherwood,LA,70534-0167 ,337-783-0464,ACADIA,John Monceaux,P.O. Box 265,,Estherwood,LA,70534,337-783-8122,W,M,,310,12/31/2010,01/01/2007,Mr. Monceau -Alderman ,Village of Estherwood ,P. O. Box 167,,Estherwood,LA,70534-0167 ,337-783-0464,ACADIA,"""Tim"" Savant",P.O. Box 7,,Estherwood,LA,70534,337-783-5333,W,M,D,310,12/31/2010,01/01/2007,Mr. Savant -Alderman ,Village of Mermentau ,P. O. Box 280,,Mermentau,LA,70556,337-824-8466,ACADIA,Troy Cormier,P.O. Box 294,,Mermentau,LA,70556,337-824-9327,W,M,D,310,12/31/2010,01/01/2007,Mr. Cormier -Alderman ,Village of Mermentau ,P. O. Box 280,,Mermentau,LA,70556,337-824-8466,ACADIA,"Ernest ""Sheeney"" Gautreaux",P.O. Box 297,,Mermentau,LA,70556,337-824-0332,W,M,D,310,12/31/2010,01/01/2007,Mr. Gautreaux -Alderman ,Village of Mermentau ,P. O. Box 280,,Mermentau,LA,70556,337-824-8466,ACADIA,Darla Istre,P.O. Box 1,,Mermentau,LA,70556,337-824-4259,W,F,D,310,12/31/2010,01/01/2007,Mr. Istre -Alderman ,Village of Morse ,P. O. Box 36,,Morse,LA,70559,337-783-7555,ACADIA,Randall Bertrand,P.O. Box 169,,Morse,LA,70559,337-788-3452,W,M,D,310,12/31/2010,10/30/2007,Mr. Bertrand -Alderman ,Village of Morse ,P. O. Box 36,,Morse,LA,70559,337-783-7555,ACADIA,Wade Clement,P.O. Box 367,,Morse,LA,70559,337-783-6957,W,M,R,310,12/31/2010,01/01/2007,Mr. Clements -Alderman ,Village of Morse ,P. O. Box 36,,Morse,LA,70559,337-783-7555,ACADIA,Peggy S. Romero,P.O. Box 313,,Morse,LA,70559,337-783-3175,W,F,D,310,12/31/2010,07/21/2008,Ms. Romero -Alderman ,"Ward 1, City of Rayne ",P. O. Box 69,,Rayne,LA,70578,337-334-3121,ACADIA,Ann Domingue Washington,606 Chappuis Ave.,,Rayne,LA,70578,337-334-5020,B,F,D,310,12/31/2010,01/01/2007,Ms. Washington -Alderman ,"Ward 1, Division A, City of Crowley ",P. O. Box 1463,,Crowley,LA,70527-1463,337-783-0824,ACADIA,"""Jeff"" Dore",705 W. 14th St.,,Crowley,LA,70526,337-783-0173,W,M,D,310,12/31/2010,01/01/2007,Mr. Dore -Alderman ,"Ward 1, Division B, City of Crowley ",P. O. Box 1463,,Crowley,LA,70527-1463,337-783-0824,ACADIA,"Kathleen ""Kitty"" Valdetero",14 Rue Aline,,Crowley,LA,70526,337-783-3619,W,F,R,310,12/31/2010,01/01/2007,Ms. Valdetero -Alderman ,"Ward 1, Town of Church Point ",102 Church Blvd.,,Church Point,LA,70525,337-684-5692,ACADIA,Debra Guidry-Thomas,105 Melissa St.,,Church Point,LA,70525,337-684-3416,B,F,D,310,12/31/2010,01/01/2007,Ms. Guidry-Thomas -Alderman ,"Ward 2, City of Rayne ",,,,LA,,,ACADIA,"Jude ""Butch"" Abshire",921 Comeaux St.,,Rayne,LA,70578,337-334-7861,W,M,D,310,12/31/2010,01/01/2007,Mr. Abshire -Alderman ,"Ward 2, Division A, City of Crowley ",P. O. Box 1463,,Crowley,LA,70527-1463,337-783-0824,ACADIA,Todd W. Whiting,815 E. Third St.,,Crowley,LA,70526,337-783-6183,W,M,D,310,12/31/2010,01/01/2007,Mr. Whiting -Alderman ,"Ward 2, Division B, City of Crowley ",P. O. Box 1463,,Crowley,LA,70527-1463,337-783-0824,ACADIA,"Lyle O. Fogleman, Jr.",503 E. Second St.,,Crowley,LA,70526,337-788-1111,W,M,D,310,12/31/2010,01/01/2007,Mr. Fogleman -Alderman ,"Ward 2, Town of Church Point ",102 Church Blvd.,,Church Point,LA,70525,337-684-5692,ACADIA,"""Joy"" Daigle",360 Saint Jude St.,,Church Point,LA,70525,337-684-6603,W,F,D,310,12/31/2010,02/23/2009,Ms. Daigle -Alderman ,"Ward 3, City of Rayne ",,,,LA,,,ACADIA,"Gerard ""Jerry"" Arceneaux",126 Azalea Dr.,,Rayne,LA,70578,337-334-3824,W,M,R,310,12/31/2010,01/01/2007,Mr. Arceneaux -Alderman ,"Ward 3, Division A, City of Crowley ",P. O. Box 1463,,Crowley,LA,70527-1463,337-783-0824,ACADIA,"Vernon ""Step"" Martin",213 N. Ave A,,Crowley,LA,70526,337-783-6128,B,M,D,310,12/31/2010,01/01/2007,Mr. Martin -Alderman ,"Ward 3, Division B, City of Crowley ",P. O. Box 1463,,Crowley,LA,70527-1463,337-783-0824,ACADIA,Laurita D. Pete,720 W. Third St.,,Crowley,LA,70526,337-783-3422,B,F,D,310,12/31/2010,01/01/2007,Mr. Pete -Alderman ,"Ward 3, Town of Church Point ",102 Church Blvd.,,Church Point,LA,70525,337-684-5692,ACADIA,Gary J. Duplechin,406 W. Harmon St.,,Church Point,LA,70525,337-684-6932,W,M,D,310,12/31/2010,01/01/2007,Mr. Duplechin -Alderman ,"Ward 4, City of Rayne ",,,,LA,,,ACADIA,Gerald L. Foreman,813 East F St.,,Rayne,LA,70578,337-334-3392,W,M,D,310,12/31/2010,01/01/2007,Mr. Foreman -Alderman ,"Ward 4, Division A, City of Crowley ",P. O. Box 1463,,Crowley,LA,70527-1463,337-783-0824,ACADIA,Elliot Dore,8 Bayou Oaks Dr.,,Crowley,LA,70526,337-783-6148,W,M,D,310,12/31/2010,01/01/2007,Mr. Dore -Alderman ,"Ward 4, Division B, City of Crowley ",P. O. Box 1463,,Crowley,LA,70527-1463,337-783-0824,ACADIA,Mary Melancon,528 E. Jeanette St.,,Crowley,LA,70526,337-783-3449,W,F,D,310,12/31/2010,01/01/2007,Ms. Melancon -Alderman ,"Ward 4, Town of Church Point ",102 Church Blvd.,,Church Point,LA,70525,337-684-5692,ACADIA,"Aimia ""MiMi"" Doucet",244 S. Guidry,,Church Point,LA,70525,337-257-4999,W,F,R,310,12/31/2010,01/01/2007,Mr. Doucet -Alderman ,"Ward 5, Town of Church Point ",102 Church Blvd.,,Church Point,LA,70525,337-684-5692,ACADIA,"Errol ""Slu"" Comeaux",457 W. Keller,,Church Point,LA,70525,337-684-6611,W,M,D,310,12/31/2010,01/01/2007,Mr. Comeaux -DPEC Member ,at Large ,,,,LA,,,ALLEN,Schelly Doise,306 Park Rd.,,Kinder,LA,70648,337-738-7888,W,M,D,054,02/20/2012,02/20/2008,Ms. Doise -DPEC Member ,District 1 ,,,,LA,,,ALLEN,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,ALLEN,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,ALLEN,"Joe G. Abrusley, Jr.",P.O. Box 567,,Oakdale,LA,71463,318-335-2305,W,M,D,056,02/20/2012,02/20/2008,Mr. Abrusley -DPEC Member ,District 4 ,,,,LA,,,ALLEN,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,ALLEN,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,ALLEN,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,ALLEN,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,ALLEN,,,,,,,,,,,064 -RPEC Member ,District 1 ,,,,LA,,,ALLEN,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,ALLEN,Margaret E. Murry,P.O. Box 665,,Oakdale,LA,71463,318-335-1215,W,F,R,066,02/20/2012,02/20/2008,Ms. Murry -RPEC Member ,District 3 ,,,,LA,,,ALLEN,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,ALLEN,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,ALLEN,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,ALLEN,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,ALLEN,Rodney M. Steed,248 Alex Lormand Rd.,,Kinder,LA,70648,337-738-2220,W,M,R,066,02/20/2012,02/20/2008,Mr. Steed -Sheriff ,,P. O. Box 278,,Oberlin,LA,70655,318-639-4353,ALLEN,Harold Brady,P.O. Box 278,,Oberlin,LA,70655,318-335-2369,W,M,D,225,06/30/2012,07/01/2008,Sheriff Brady -Clerk of Court ,,P. O. Box 248,,Oberlin,LA,70655,337-639-4351,ALLEN,Gerald Harrington,P.O. Box 248,,Oberlin,LA,70655,318-335-3130,W,M,D,230,06/30/2012,07/01/2008,Mr. Harrington -Assessor ,,P. O. Box 218,,Oberlin,LA,70655,318-639-4391,ALLEN,Richard Earl,113 North St.,,Pitkin,LA,70656,318-634-7387,W,M,D,235,12/31/2012,01/01/2009,Mr. Earl -Coroner ,,P.O. Box 1140,,Oakdale,LA,71463,318-335-4881,ALLEN,"""Don"" Nesom",104 Mowad Dr.,,Oakdale,LA,71463,318-335-3870,W,M,D,240,03/25/2012,03/24/2008,Mr. Nesom -Police Juror ,District 1 ,602 Court Street,,Oberlin,LA,,337-639-4328,ALLEN,Betty Hayes,907 Mill St.,,Oakdale,LA,71463,318-335-1325,B,F,D,245,01/08/2012,04/14/2009,Ms. Hayes -Police Juror ,District 2 ,602 Court Street,,Oberlin,LA,70655,337-639-4328,ALLEN,"""Buddy"" Farris",2550 Hwy. 165 S.,,Oakdale,LA,71463,318-335-0118,W,M,D,245,01/08/2012,01/14/2008,Mr. Farris -Police Juror ,District 3 ,602 Court Street,,Oberlin,LA,70655,337-639-4328,ALLEN,"John W. Strother, Jr.",P.O. Box 319,,Oakdale,LA,71463,318-335-1114,W,M,D,245,01/08/2012,01/14/2008,Mr. Strother -Police Juror ,District 4 ,602 Court Street,,Oberlin,LA,70655,337-639-4328,ALLEN,Roland Hollins,P.O. Box 32,,Mittie,LA,70654,337-328-8787,W,M,D,245,01/08/2012,01/14/2008,Mr. Hollins -Police Juror ,District 5 ,602 Court Street,,Oberlin,LA,70655,337-639-4328,ALLEN,"""Doug"" Sonnier",126 Roy Sonnier Rd.,,Oberlin,LA,70655,337-639-2817,W,M,,245,01/08/2012,01/14/2008,Mr. Sonnier -Police Juror ,District 6 ,602 Court Street,,Oberlin,LA,70655,337-639-4328,ALLEN,"R. E. ""Sonny"" Weatherford",P.O. Box 628,,Kinder,LA,70648,337-738-2905,W,M,D,245,01/08/2012,01/14/2008,Mr. Weatherford -Police Juror ,District 7 ,602 Court Street,,Oberlin,LA,70655,337-639-4328,ALLEN,Kent Fontenot,3800 Walker Rd.,,Reeves,LA,70658-5813,337-666-2772,W,M,D,245,01/08/2012,01/14/2008,Mr. Fontenot -City Judge ,"City Court, City of Oakdale ",P. O. Box 565,,Oakdale,LA,71463,318-335-1121,ALLEN,Judi Abrusley,P.O. Drawer 1114,,Oakdale,LA,71463,318-335-3492,W,F,D,250,12/31/2014,01/01/2009,Judge Abrusley -City Marshal ,"City Court, City of Oakdale ",P. O. Box 565,,Oakdale,LA,71463,318-335-0518,ALLEN,Chad Doyle,297 Callahan Rd.,,Oakdale,LA,71463,318-306-1000,W,M,D,250,12/31/2014,01/01/2009,Marshal Doyle -Member of School Board ,District 1 ,P.O. Drawer C,,Oberlin,LA,70655,337-639-4311,ALLEN,Alma W. Johnson,623 Lewis St.,,Oakdale,LA,71463,318-335-2459,B,F,D,255,12/31/2010,01/01/2007,Ms. Johnson -Member of School Board ,District 2 ,P.O. Drawer C,,Oberlin,LA,,337-783-3664,ALLEN,"""Cathy"" Farris",2550 Hwy. 165 S.,,Oakdale,LA,71463,318-335-0118,W,F,D,255,12/31/2010,01/01/2007,Ms. Farris -Member of School Board ,District 3 ,P.O. Drawer C,,Oberlin,LA,,337-783-3664,ALLEN,Bobby Odom,506 N. Eighth St.,,Oakdale,LA,71463,318-335-3853,W,M,D,255,12/31/2010,01/01/2007,Mr. Odom -Member of School Board ,District 4 ,P.O. Drawer C,,Oberlin,LA,,337-783-3664,ALLEN,Faye Hollins,14993 Hwy. 26.,,Sugartown,LA,70662,337-639-2752,W,F,D,255,12/31/2010,01/01/2007,Ms. Hollins -Member of School Board ,District 5 ,P.O. Drawer C,,Oberlin,LA,,337-783-3664,ALLEN,Gregory Monceaux,P.O. Box 661,,Oberlin,LA,70655,337-639-2598,W,M,D,255,12/31/2010,01/01/2007,Mr. Monceaux -Member of School Board ,District 6 ,P.O. Drawer C,,Oberlin,LA,,337-783-3664,ALLEN,Carolyn Manuel,132 Vera St.,,Kinder,LA,70648,337-738-2166,W,F,D,255,12/31/2010,01/01/2007,Ms. Manuel -Member of School Board ,District 7 ,P.O. Drawer C,,Oberlin,LA,,337-783-3664,ALLEN,Brett Fawcett,P.O. Box 1911,,Kinder,LA,70648,337-738-3253,W,M,R,255,12/31/2010,01/01/2007,Mr. Fawcett -Justice of the Peace ,Justice of the Peace Ward 1 ,P.O. Box 304,,Oberlin,LA,70655,337-639-4929,ALLEN,"""Timmy"" Chaumont",P.O. Box 304,,Oberlin,LA,70655,337-639-4929,W,M,O,265,12/31/2014,01/01/2009,Mr. Chaumont -Justice of the Peace ,Justice of the Peace Ward 2 ,122 Mayo Ortego Rd.,,Kinder,LA,70648,337-738-6559,ALLEN,"""Ron"" Craiger",P.O. Box 1637,,Kinder,LA,70648,337-738-5843,W,M,D,265,12/31/2014,01/01/2009,Mr. Craiger -Justice of the Peace ,Justice of the Peace Ward 3 ,P.O. Box 41,,Reeves,LA,70658,337-666-2427,ALLEN,Billie Faye Felice,P.O. Box 41,,Reeves,LA,70658,337-526-2426,W,F,D,265,12/31/2014,01/01/2009,Mr. Felice -Justice of the Peace ,Justice of the Peace Ward 4 ,1299 Palestine Rd.,,Mittie,LA,70654,318-634-5317,ALLEN,Chad Reeves,P.O. Box 5 Briscoe Rd.,,Mittie,LA,70654,337-639-4725,W,M,D,265,12/31/2014,01/01/2009,Mr. Reeves -Constable ,Justice of the Peace Ward 1 ,P.O. Box 431,,Oberlin,LA,70655,337-639-2699,ALLEN,John D. Manuel,P.O. Box 431,,Oberlin,LA,70655,337-639-9776,W,M,O,267,12/31/2014,01/01/2009,Mr. Manuel -Constable ,Justice of the Peace Ward 2 ,P.O. Box 1074,,Kinder,LA,70648,337-738-7665,ALLEN,Donnie Shuff,388 Ray Shuff Rd.,,Elton,LA,70532,337-485-5583,W,M,D,267,12/31/2014,01/01/2009,Mr. Shuff -Constable ,Justice of the Peace Ward 3 ,P.O. Box 59,,Reeves,LA,70658,337-666-2685,ALLEN,Ryland Dunnehoo,P.O. Box 21,,Reeves,LA,70658,337-666-2278,W,M,D,267,12/31/2014,01/01/2009,Mr. Dunnehoo -Constable ,Justice of the Peace Ward 4 ,248 Dowies Rd.,,Pitkin,LA,70656,337-634-7895,ALLEN,"Donald ""Don"" Dowies",248 Dowies Rd.,,Pitkin,LA,70656,318-634-7895,W,M,D,267,12/31/2014,01/01/2009,Mr. Dowies -Mayor ,City of Oakdale ,P. O. Box 728,,Oakdale,LA,,318-335-3629,ALLEN,Andrew Hayes,907 Mill St.,,Oakdale,LA,71463,318-335-1325,B,M,D,300,12/31/2012,01/01/2009,Mayor Hayes -Mayor ,Town of Elizabeth ,P. O. Box 457,,Elizabeth,LA,,318-634-5100,ALLEN,"Robert ""Bob"" Crafton",P.O. Box 153,,Elizabeth,LA,70638,318-634-7349,W,M,D,300,12/31/2010,01/01/2007,Mr. Crafton -Mayor ,Town of Kinder ,P. O. Drawer AH,,Kinder,LA,,337-738-2620,ALLEN,Estes LeDoux,1515 Lurton Ave.,,Kinder,LA,70648,337-738-2452,W,M,D,300,12/31/2010,01/01/2007,Mr. LeDoux -Mayor ,Town of Oberlin ,P. O. Box 370,,Oberlin,LA,,318-639-4333,ALLEN,"""Phil"" Beard",P.O. Box 709 St.,,Oberlin,LA,70655,337-639-2701,W,M,D,300,12/31/2010,01/01/2007,Mayor Beard -Mayor ,Village of Reeves ,P. O. Box 119,,Reeves,LA,,318-666-2613,ALLEN,Scott Walker,P.O. Box 73,,Reeves,LA,70658,337-666-2438,W,M,R,300,12/31/2010,01/01/2007,Mayor Walker -Chief of Police ,City of Oakdale ,P. O. Box 728,,Oakdale,LA,71463,318-335-3629,ALLEN,Scotty LaBorde,618 Fisher St.,,Oakdale,LA,71463,318-491-1941,W,M,,305,12/31/2012,01/01/2009,Chief LaBorde -Chief of Police ,Town of Elizabeth ,P. O. Box 457,,Elizabeth,LA,70638,318-634-5100,ALLEN,Shane Ware,P.O. Box 212,,Elizabeth,LA,70638,318-634-5964,W,M,D,305,12/31/2010,07/21/2008,Chief Ware -Chief of Police ,Town of Kinder ,P. O. Drawer AH,,Kinder,LA,70648,318-738-2620,ALLEN,Gary G. Pelican,P.O. Box 464,,Kinder,LA,70648,337-738-2090,W,M,D,305,12/31/2010,01/01/2007,Mr. Pelican -Chief of Police ,Town of Oberlin ,P. O. Box 370,,Oberlin,LA,70655,318-639-4333,ALLEN,Richard Young,P.O. Box 594,,Oberlin,LA,70655,337-639-2657,W,M,D,305,12/31/2010,01/01/2007,Mr. Young -Chief of Police ,Village of Reeves ,P. O. Box 119,,Reeves,LA,70658,337-666-2613,ALLEN,"""Buddy"" Estay",P.O. Box 84,,Reeves,LA,70658,337-666-2770,W,M,D,305,12/31/2010,01/01/2007,Chief Estay -Alderman at Large ,Town of Oberlin ,,,,LA,,,ALLEN,Troy Meaux,P. O. Box 946,,Oberlin,LA,70655,337-639-4780,W,M,,308,12/31/2010,01/01/2007 -Council Member ,"at Large, Town of Kinder ",P. O. Drawer AH,,Kinder,LA,70648,318-738-2620,ALLEN,Bennie E. Pelican,P. O. Box 82,,Kinder,LA,70648,337-305-5300,W,M,D,308,12/31/2010,01/01/2007 -Alderman ,"District 1, Town of Oberlin ",P. O. Box 370,,Oberlin,LA,70655,318-639-4333,ALLEN,Mark E. Manuel,P.O. Box 773,,Oberlin,LA,70655,337-639-2296,W,M,D,310,12/31/2010,01/01/2007,Mr. Manuel -Alderman ,"District 2, Town of Oberlin ",P. O. Box 370,,Oberlin,LA,70655,318-639-4333,ALLEN,"Robert ""Bob"" Vest",P.O. Box 216,,Oberlin,LA,70655,337-639-2461,W,M,D,310,12/31/2010,01/01/2007,Mr. Vest -Alderman ,"District 3, Town of Oberlin ",P. O. Box 370,,Oberlin,LA,70655,318-639-4333,ALLEN,"James ""Tee"" Ryder",P.O. Box 1132,,Oberlin,LA,70655,337-639-2124,W,M,R,310,12/31/2010,01/01/2007,Mr. Ryder -Alderman ,"District 4, Town of Oberlin ",P. O. Box 370,,Oberlin,LA,70655,318-639-4333,ALLEN,Janice D. Simon,P.O. Box 1092,,Oberlin,LA,70655,337-639-2317,B,F,D,310,12/31/2010,01/01/2007,Ms. Simon -Alderman ,Town of Elizabeth ,P. O. Box 457,,Elizabeth,LA,70638,318-634-5100,ALLEN,Nettie Clark,P.O. Box 28,,Elizabeth,LA,70638,318-634-7357,W,F,R,310,12/31/2010,01/01/2007,Mr. Clark -Alderman ,Town of Elizabeth ,P. O. Box 457,,Elizabeth,LA,70638,318-634-5100,ALLEN,Lydia Kingan,P.O. Box 336,,Elizabeth,LA,70638,318-634-5268,W,F,D,310,12/31/2010,11/27/2007,Ms. Kingan -Alderman ,Town of Elizabeth ,P. O. Box 457,,Elizabeth,LA,70638,318-634-5100,ALLEN,Michael Melder,P.O. Box 103,,Elizabeth,LA,70638,318-634-7272,W,M,R,310,12/31/2010,01/01/2007,Mr. Melder -Alderman ,Town of Elizabeth ,P. O. Box 457,,Elizabeth,LA,70638,318-634-5100,ALLEN,Shirley Smith,P. O. Box 194,,Elizabeth,LA,70638,318-634-5136,B,F,D,310,12/31/2010,01/01/2007,Ms. Smith -Alderman ,Town of Elizabeth ,P. O. Box 457,,Elizabeth,LA,70638,318-634-5100,ALLEN,Michael R. Sutton,P.O. Box 463,,Elizabeth,LA,70638,318-634-7166,W,M,R,310,12/31/2010,01/01/2007,Mr. Sutton -Alderman ,Village of Reeves ,P. O. Box 119,,Reeves,LA,70658,337-666-2613,ALLEN,Waylin P. Bertrand,P.O. Box 188,,Reeves,LA,70658,337-666-2638,W,M,D,310,12/31/2010,01/01/2007,Mr. Bertrand -Alderman ,Village of Reeves ,P. O. Box 119,,Reeves,LA,70658,337-666-2613,ALLEN,Janice Brown,P.O. Box 209,,Reeves,LA,70658,337-666-3312,W,F,R,310,12/31/2010,01/01/2007,Ms. Brown -Alderman ,Village of Reeves ,P. O. Box 119,,Reeves,LA,70658,337-666-2613,ALLEN,"""Jeanne"" Markway",P.O. Box 58,,Reeves,LA,70658,337-666-2500,W,F,D,310,12/31/2010,01/01/2007,Ms. Markway -Council Member ,"at Large, City of Oakdale ",P. O. Box 728,,Oakdale,LA,71463,318-335-3629,ALLEN,"George Ashy, II",P. O. Box 104,,Oakdale,LA,71463,318-335-2659,W,M,D,310,12/31/2012,01/01/2009,Mr. Ashy -Council Member ,"District 1, City of Oakdale ",P. O. Box 728,,Oakdale,LA,71463,318-335-3629,ALLEN,"""Gwen"" Alsburry",912 Holliday St.,,Oakdale,LA,71463,318-335-1721,B,F,D,310,12/31/2012,01/01/2009,Ms. Alsburry -Council Member ,"District 1, Town of Kinder ",P. O. Drawer AH,,Kinder,LA,70648,318-738-2620,ALLEN,Ferda Wykoff,P. O. Box 58,,Kinder,LA,70648,337-738-2835,B,M,D,310,12/31/2010,01/01/2007 -Council Member ,"District 2, City of Oakdale ",P. O. Box 728,,Oakdale,LA,71463,318-335-3629,ALLEN,John Matte,409 Meldoy Dr.,,Oakdale,LA,71463,318-335-2523,W,M,D,310,12/31/2012,01/01/2009,Mr. Matte -Council Member ,"District 2, Town of Kinder ",P. O. Drawer AH,,Kinder,LA,70648,318-738-2620,ALLEN,Wayland LaFargue,P. O. Box 46,,Kinder,LA,70648,337-738-5989,W,M,D,310,12/31/2010,01/01/2007 -Council Member ,"District 3, City of Oakdale ",P. O. Box 728,,Oakdale,LA,71463,318-335-3629,ALLEN,Robert Loman,108 Perry St.,,Oakdale,LA,71463,318-335-2856,W,M,D,310,12/31/2012,01/01/2009,Mr. Loman -Council Member ,"District 3, Town of Kinder ",P. O. Drawer AH,,Kinder,LA,70648,318-738-2620,ALLEN,Susan Doumite,P. O. Box 548,,Kinder,LA,70648,337-738-2068,W,F,R,310,12/31/2010,01/01/2007 -Council Member ,"District 4, City of Oakdale ",P. O. Box 728,,Oakdale,LA,71463,318-335-3629,ALLEN,Ralph Stapleton,1120 Scott Dr.,,Oakdale,LA,71463,318-335-0604,W,M,D,310,12/31/2012,01/01/2009,Mr. Stapleton -Council Member ,"District 4, Town of Kinder ",P. O. Drawer AH,,Kinder,LA,70648,318-738-2620,ALLEN,"""Angie"" Weatherford Van Norman",P. O. Box 1826,,Kinder,LA,70648,337-738-4441,W,F,R,310,12/31/2010,01/01/2007 -DPEC Member ,at Large ,,,,LA,,,ASCENSION,"""L.C."" Irvin",P.O. Box 353,,Darrow,LA,70725,225-473-9261,B,M,D,054,02/20/2012,02/20/2008,Mr. Irvin -DPEC Member ,at Large ,,,,LA,,,ASCENSION,"Edward ""Ed"" Price",2034 S. Robert Ave.,,Gonzales,LA,70737,225-647-4705,B,M,D,054,02/20/2012,02/20/2008,Mr. Price -DPEC Member ,District 1 ,,,,LA,,,ASCENSION,Oliver Joseph,1409 Millien Road,,Donaldsonville,LA,70346,225-473-9637,B,M,D,056,02/20/2012,02/20/2008,Mr. Joseph -DPEC Member ,District 2 ,,,,LA,,,ASCENSION,George Probst,312 Woodland Dr.,,Donaldsonville,LA,70346,225-474-4900,W,M,D,056,02/20/2012,02/20/2008,Mr. Probst -DPEC Member ,District 3 ,,,,LA,,,ASCENSION,Jesse Bartley,39034 Hwy. 22,,Darrow,LA,70725,225-473-4583,B,M,D,056,02/20/2012,02/20/2008,Mr. Bartley -DPEC Member ,District 4 ,,,,LA,,,ASCENSION,Larry H. Christy,15442 Airline Hwy.,,Prairieville,LA,70769,225-673-6627,B,M,D,056,02/20/2012,02/20/2008,Mr. Christy -DPEC Member ,District 5 ,,,,LA,,,ASCENSION,"""A.J."" Nickens",16153 Joe Sevario Rd.,,Prairieville,LA,70769,225-622-2458,W,M,D,056,02/20/2012,02/20/2008,Mr. Nickens -DPEC Member ,District 6 ,,,,LA,,,ASCENSION,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,ASCENSION,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,ASCENSION,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,ASCENSION,Shirley Bourque Waguespack,41291 Cannon Rd.,,Gonzales,LA,70737,225-647-3004,W,F,D,056,02/20/2012,02/20/2008,Ms. Waguespack -DPEC Member ,District 10 ,,,,LA,,,ASCENSION,,,,,,,,,,,056 -DPEC Member ,District 11 ,,,,LA,,,ASCENSION,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,ASCENSION,"""Kathy"" Edmonston",43510 North Pine Crest St.,,Gonzales,LA,70737,225-622-2086,W,F,R,064,02/20/2012,02/20/2008 -RPEC Member ,at Large ,,,,LA,,,ASCENSION,"""Jeremy"" Epps",37348 Dutchtown Crossing,,Gonzales,LA,70737,225-673-6962,W,M,R,064,02/20/2012,02/20/2008,Mr. Epps -RPEC Member ,at Large ,,,,LA,,,ASCENSION,Cheryl Fontenot,P.O. Box 298,,Duplessis,LA,70728,225-644-5401,W,F,R,064,02/20/2012,02/20/2008 -RPEC Member ,at Large ,,,,LA,,,ASCENSION,Todd P. Gautreau,13103 Hanson Rd.,,Gonzales,LA,70737,225-644-6882,W,M,R,064,02/20/2012,02/20/2008,Mr. Gautreau -RPEC Member ,at Large ,,,,LA,,,ASCENSION,"Phillip ""P.J."" Valentine",14256 Parkview Dr.,,Prairieville,LA,70769,225-715-9068,W,M,R,064,02/20/2012,02/20/2008,Mr. Valentine -RPEC Member ,District 1 ,,,,LA,,,ASCENSION,Felix Sternfels,P. O. Box 608,,Donaldsonville,LA,70346,225-473-1882,W,M,R,066,02/20/2012,02/20/2008,Mr. Sternfels -RPEC Member ,District 2 ,,,,LA,,,ASCENSION,JoAn Brown,6090 Brewerton Estates Rd.,,Gonzales,LA,70737,225-647-4560,W,F,R,066,02/20/2012,02/20/2008,Ms. Brown -RPEC Member ,District 3 ,,,,LA,,,ASCENSION,"""Pie"" Lanoux",39045 Cornerview Rd.,,Gonzales,LA,70737,225-647-2750,W,F,R,066,02/20/2012,02/20/2008,Mr. Lanoux -RPEC Member ,District 4 ,,,,LA,,,ASCENSION,"""Pat"" Bell",P.O. Box 81,,Duplessis,LA,70728,225-571-3436,W,M,R,066,02/20/2012,02/20/2008,Mr. Bell -RPEC Member ,District 5 ,,,,LA,,,ASCENSION,"""Chip"" McCorkle",16254 Ole Homestead Ln.,,Prairieville,LA,70769,225-622-1687,W,M,R,066,02/20/2012,02/20/2008,Mr. McCorkle -RPEC Member ,District 6 ,,,,LA,,,ASCENSION,Rhett Bourgeois,9227 Hwy. 22,,St. Amant,LA,70774,225-675-6792,W,M,R,066,02/20/2012,02/20/2008 -RPEC Member ,District 7 ,,,,LA,,,ASCENSION,Chris Loar,17378 Lauren Dr.,,,LA,70769,225-677-5179,W,M,R,066,02/20/2012,02/20/2008,Mr. Loar -RPEC Member ,District 8 ,,,,LA,,,ASCENSION,Brad Walker,36086 Ridge Rd.,,Prairieville,LA,70769,225-673-2715,W,M,R,066,02/20/2012,02/20/2008,Mr. Walker -RPEC Member ,District 9 ,,,,LA,,,ASCENSION,,,,,,,,,,,066 -RPEC Member ,District 10 ,,,,LA,,,ASCENSION,Larry Buquoi,11117 Terrell Ave.,,Gonzales,LA,70737,225-677-7070,W,M,R,066,02/20/2012,02/20/2008,Mr. Buquoi -RPEC Member ,District 11 ,,,,LA,,,ASCENSION,Steven McGowan,42240 Conifer Dr.,,Gonzales,LA,70737,225-622-5276,W,M,R,066,02/20/2012,02/20/2008 -Judge ,Parish Court ,"828 S. Irma Blvd., Bldg. 2",,Gonzales,LA,70737,225-621-8504,ASCENSION,Marilyn M. Lambert,18436 Greenbriar Ave.,,Prairieville,LA,70769,225-673-8426,W,F,R,220,12/31/2012,01/01/2007,Judge Lambert -Sheriff ,,P. O. Box 268,,Donaldsonville,LA,70346,225-473-8671,ASCENSION,Jeffrey F. Wiley,P.O. Box 268,,Donaldsonville,LA,70346,225-644-5654,W,M,D,225,06/30/2012,07/01/2008,Sheriff Wiley -Clerk of Court ,,P. O. Box 192,,Donaldsonville,LA,70346,225-473-9866,ASCENSION,"Kermit ""Hart"" Bourque",815 E. Worthey St.,,Gonzales,LA,70737,225-647-2618,W,M,D,230,06/30/2012,07/01/2008,Mr. Bourque -Assessor ,,P. O. Box 544,,Donaldsonville,LA,70346,225-473-9239,ASCENSION,Renee Mire Michel,814 E. Cornerview,,Gonzales,LA,70737,225-644-8562,W,F,D,235,12/31/2012,01/01/2009,Ms. Michel -Coroner ,,"2647 Riverview Blvd., Ste. 100",,Gonzales,LA,70737,225-644-4743,ASCENSION,John F. Fraiche,15151 Highland Rd.,,Baton Rouge,LA,70810,225-754-7976,W,M,D,240,03/25/2012,03/24/2008,Mr. Fraiche -Parish President ,,208 E. Railrod St.,,Gonzales,LA,70737,225-621-8577,ASCENSION,"""Tommy"" Martinez",13367 Hwy. 431,,St. Amant,LA,70774,225-644-4473,W,M,D,243,01/02/2012,01/07/2008,Mr. Martinez -Council Member ,District 1 ,208 E. Railroad St.,,Gonzales,LA,,225-621-8577,ASCENSION,Oliver Joseph,1409 Millien Rd.,,Donaldsonville,LA,70346,225-473-9637,B,M,D,245,01/02/2012,01/07/2008,Mr. Joseph -Council Member ,District 2 ,208 E. Railroad St.,,Gonzales,LA,70737,225-621-8577,ASCENSION,Kent Schexnaydre,7140 Donaldson Dr.,,Gonzales,LA,70737,225-647-0455,W,M,D,245,01/02/2012,01/07/2008,Mr. Schexnaydre -Council Member ,District 3 ,208 E. Railroad St.,,Gonzales,LA,70737,225-621-8577,ASCENSION,Adrian Thompson,38533 Arrowhead Dr.,,Gonzales,LA,70737,225-647-1605,B,M,D,245,01/02/2012,01/07/2008,Mr. Thompson -Council Member ,District 4 ,208 E. Railroad St.,,Gonzales,LA,70737,225-621-8577,ASCENSION,"""Pat"" Bell, Sr.",P.O. Box 81,,Duplessis,LA,70728,225-673-6878,W,M,R,245,01/02/2012,01/07/2008,Mr. Bell -Council Member ,District 5 ,208 E. Railroad St.,,Gonzales,LA,70737,225-621-8577,ASCENSION,Dempsey Lambert,42105 Hwy. 933,,Prairieville,LA,70769,225-622-2703,W,M,D,245,01/02/2012,01/07/2008,Mr. Lambert -Council Member ,District 6 ,208 E. Railroad St.,,Gonzales,LA,70737,225-621-8577,ASCENSION,"Randy T. Clouatre, Sr.",12038 Arthur Clouatre Rd.,,St. Amant,LA,70774,225-647-4925,W,M,D,245,01/02/2012,01/07/2008,Mr. Clouatre -Council Member ,District 7 ,208 E. Railroad St.,,Gonzales,LA,70737,225-621-8577,ASCENSION,"""Chris"" Loar",17378 Lauren Dr.,,Prairieville,LA,70769,225-677-5179,W,M,R,245,01/02/2012,01/07/2008,Mr. Loar -Council Member ,District 8 ,208 E. Railroad St.,,Gonzales,LA,70737,225-621-8577,ASCENSION,"George Valentine, Jr.",13323 Hwy. 73,,Geismar,LA,70734,225-673-6973,W,M,R,245,01/02/2012,01/07/2008,Mr. Valentine -Council Member ,District 9 ,208 E. Railroad St.,,Gonzales,LA,70737,225-621-8577,ASCENSION,Todd Lambert,12202 Roddy Rd.,,Gonzales,LA,70737,225-644-6660,W,M,D,245,01/02/2012,01/07/2008,Mr. Lambert -Council Member ,District 10 ,208 E. Railroad St.,,Gonzales,LA,70737,225-621-8577,ASCENSION,Dennis Cullen,43201 No. John Templet Rd.,,Gonzales,LA,70737,225-644-6300,W,M,R,245,01/02/2012,01/07/2008,Mr. Cullen -Council Member ,District 11 ,208 E. Railroad St.,,Gonzales,LA,70737,225-621-8577,ASCENSION,Benny Johnson,40211 William Ficklin Rd.,,Gonzales,LA,70737,225-644-4107,W,M,,245,01/02/2012,01/07/2008,Mr. Johnson -Member of School Board ,District 1 ,P. O. Box 189,,Donaldsonville,LA,70346,225-473-7981,ASCENSION,Catherine Davis,612 W. Seventh St.,,Donaldsonville,LA,70346,225-473-3133,B,F,D,255,12/31/2010,01/01/2007,Ms. Davis -Member of School Board ,District 2 ,P. O. Box 189,,Donaldsonville,LA,70346,225-473-7981,ASCENSION,Jody Elisar,7297 Hwy. 44,,Gonzales,LA,70737,225-647-7655,W,M,D,255,12/31/2010,01/01/2007,Mr. Elisar -Member of School Board ,District 3 ,P. O. Box 189,,Donaldsonville,LA,70346,225-473-7981,ASCENSION,"Edward ""Ed"" Price",2034 S. Robert,,Gonzales,LA,70737,225-647-4705,B,M,D,255,12/31/2010,01/01/2007,Mr. Price -Member of School Board ,"District 4, Seat A ",P. O. Box 189,,Donaldsonville,LA,70346,225-473-7981,ASCENSION,Kerry Diez,12043 Cotton Patch Ln.,,Gonzales,LA,70737,225-673-6822,W,M,R,255,12/31/2010,01/01/2007,Ms. Diez -Member of School Board ,"District 4, Seat B ",P. O. Box 189,,Donaldsonville,LA,70346,225-473-7981,ASCENSION,John D. Murphy,37147 Perkins Rd.,,Prairieville,LA,70769,225-673-2602,W,M,R,255,12/31/2010,01/01/2007,Mr. Murphy -Member of School Board ,"District 5, Seat A ",P. O. Box 189,,Donaldsonville,LA,70346,225-473-7981,ASCENSION,"""A.J."" Nickens",16153 Joe Sevario Rd.,,Prairieville,LA,70769,225-622-2458,W,M,D,255,12/31/2010,01/01/2007,Mr. Nickens -Member of School Board ,"District 5, Seat B ",P. O. Box 189,,Donaldsonville,LA,70346,225-473-7981,ASCENSION,Taft C. Kleinpeter,38138 Willow Lake E. Ave.,,Prairieville,LA,70769,225-673-4040,W,M,R,255,12/31/2010,01/01/2007,Mr. Kleinpeter -Member of School Board ,"District 6, Seat A ",P. O. Box 189,,Donaldsonville,LA,70346,225-473-7981,ASCENSION,Steve A. Broussard,45340 John Sheets Rd.,,St. Amant,LA,70774,225-647-8276,W,M,D,255,12/31/2010,01/01/2007,Mr. Broussard -Member of School Board ,"District 6, Seat B ",P. O. Box 189,,Donaldsonville,LA,70346,225-473-7981,ASCENSION,Harold Jarreau,44089 S. Paula St.,,St. Amant,LA,70774,225-644-4802,W,M,,255,12/31/2010,01/01/2007,Mr. Jarreau -Member of School Board ,"District 7, Seat A ",P. O. Box 189,,Donaldsonville,LA,70346,225-473-7981,ASCENSION,"Troy J. Gautreau, Sr.",40337 Lelia Rd.,,Gonzales,LA,70737,225-644-1928,W,M,R,255,12/31/2010,01/01/2007,Mr. Gautreau -Member of School Board ,"District 7, Seat B ",P. O. Box 189,,Donaldsonville,LA,70346,225-473-7981,ASCENSION,"Patricia ""Pat"" Russo",42270 Weber City Rd.,,Gonzales,LA,70737,225-647-6625,W,F,D,255,12/31/2010,01/01/2007,Ms. Russo -Justice of the Peace ,1st Justice Court ,1004 Madison St.,,Donaldsonville,LA,70346,225-473-4407,ASCENSION,Andrew Falcon,1004 Madison St.,,Donaldsonville,LA,70346,225-473-4407,W,M,D,265,12/31/2014,01/01/2009,Mr. Falcon -Justice of the Peace ,2nd Justice Court ,39362 Shafter LeBlanc Rd.,,Gonzales,LA,70737,225-647-3753,ASCENSION,"Leroy J. Laiche, Jr.",18507 Andrew Jackson Ave.,,Prairieville,LA,70769,225-744-8800,W,M,R,265,12/31/2014,10/27/2009,Mr. Laiche -Justice of the Peace ,3rd Justice Court ,"11296 Hwy. 431, Ste. C",,St. Amant,LA,70774,225-644-1512,ASCENSION,John C. Hebert,44073 Gold Place Rd.,,St. Amant,LA,70774,225-647-7002,W,M,D,265,12/31/2014,01/01/2009 -Constable ,1st Justice Court ,2411 St. Simon Pl.,,Donaldsonville,LA,70346,225-473-3526,ASCENSION,"Andrew ""Banana"" LeBlanc",2411 St. Simon Pl.,,Donaldsonville,LA,70346,225-473-3526,W,M,D,267,12/31/2014,01/01/2009,Mr. LeBlanc -Constable ,2nd Justice Court ,1121 E. Fabian St.,,Gonzales,LA,70737,225-647-1306,ASCENSION,Danny P. Thibodeaux,P. O. Box 85,,Prairieville,LA,70769,225-673-8015,W,M,R,267,12/31/2014,01/01/2009,Mr. Thibodeaux -Constable ,3rd Justice Court ,12487 Agnes Marie Road,,St. Amant,LA,70774,225-644-3815,ASCENSION,"James E. ""Chief"" LeBlanc",12487 Agnes Marie Rd.,,St. Amant,LA,70774,225-644-3815,W,M,D,267,12/31/2014,01/01/2009,Mr. LeBlanc -Mayor ,City of Donaldsonville ,P. O. Box 470,,Donaldsonville,LA,,225-473-4247,ASCENSION,"Leroy Sullivan, Sr.",2219 East Bayou Rd.,,Donaldsonville,LA,70346,225-955-1368,B,M,D,300,12/31/2012,01/01/2009,Mayor Sullivan -Mayor ,City of Gonzales ,120 S. Irma Blvd.,,Gonzales,LA,,225-647-2841,ASCENSION,Barney Arceneaux,1745 E. Nelson,,Gonzales,LA,70737,225-647-5969,W,M,D,300,12/31/2012,01/01/2009,Mayor Arceneaux -Mayor ,Town of Sorrento ,P. O. Box 65,,Sorrento,LA,,225-675-5337,ASCENSION,Blake A. LeBlanc,43497 Poplar,,Sorrento,LA,70778,225-675-6703,W,M,D,300,06/30/2013,07/01/2009 -Chief of Police ,City of Gonzales ,120 S. Irma Blvd.,,Gonzales,LA,70737,225-647-2841,ASCENSION,Sherman Jackson,1324 S. Shirley Ave.,,Gonzales,LA,70737,225-644-8316,B,M,D,305,12/31/2012,01/01/2009,Chief Jackson -Chief of Police ,Town of Sorrento ,P. O. Box 65,,Sorrento,LA,70778,225-675-5337,ASCENSION,"Earl L. Theriot, Jr.",7502 Eva St.,,Sorrento,LA,70778,225-675-5772,W,M,D,305,06/30/2013,07/01/2009,Chief Theriot -Council Member ,"District 1, City of Donaldsonville ",P. O. Box 470,,Donaldsonville,LA,70346,225-473-4247,ASCENSION,"Anthony ""Tony"" Huey",411 W. Third St.,,Donaldsonville,LA,70346,225-806-1888,B,M,D,310,12/31/2012,01/01/2009,Mr. Huey -Council Member ,"District 2, City of Donaldsonville ",P. O. Box 470,,Donaldsonville,LA,70346,225-473-4247,ASCENSION,Raymond Aucoin,2200 E. Bayou Rd.,,Donaldsonville,LA,70346,225-717-2540,W,M,D,310,12/31/2012,01/01/2009,Mr. Aucoin -Council Member ,"District 3, City of Donaldsonville ",P. O. Box 470,,Donaldsonville,LA,70346,225-473-4247,ASCENSION,"Reginald Francis, Sr.",P. O. BOX 1582,,Donaldsonville,LA,70346,225-473-7220,B,M,D,310,12/31/2012,01/01/2009,Mr. Francis -Council Member ,"District 4, City of Donaldsonville ",P. O. Box 470,,Donaldsonville,LA,70346,225-473-4247,ASCENSION,"Charles R. Brown, Sr.",106 Anna St.,,Donaldsonville,LA,70346,225-473-2198,B,M,D,310,12/31/2012,01/01/2009,Mr. Brown -Council Member ,"District 5, City of Donaldsonville ",P. O. Box 470,,Donaldsonville,LA,70346,225-473-4247,ASCENSION,Emile John Spano,916 Iberville St.,,Donaldsonville,LA,70346,225-473-4959,W,M,D,310,12/31/2012,01/01/2009,Mr. Spano -Council Member ,"Division A, City of Gonzales ",120 S. Irma Blvd.,,Gonzales,LA,70737,225-647-2841,ASCENSION,"Kenneth ""Kenny"" Matassa",P. O. Box 426,,Gonzales,LA,70707,225-647-4601,W,M,D,310,12/31/2012,01/01/2009,Mr. Matassa -Council Member ,"Division B, City of Gonzales ",120 S. Irma Blvd.,,Gonzales,LA,70737,225-647-2841,ASCENSION,Kirk J. Boudreaux,1804 E. Bocage,,Gonzales,LA,70737,225-644-3969,W,M,D,310,12/31/2012,01/01/2009,Mr. Boudreaux -Council Member ,"Division C, City of Gonzales ",120 S. Irma Blvd.,,Gonzales,LA,70737,225-647-2841,ASCENSION,"Ronald J. ""Joe"" Waguespack",1621 E. Nelson St.,,Gonzales,LA,70737,225-647-4623,W,M,R,310,12/31/2012,01/01/2009,Mr. Waguespack -Council Member ,"Division D, City of Gonzales ",120 S. Irma Blvd.,,Gonzales,LA,70737,225-647-2841,ASCENSION,Terance L. Irvin,2414 S. Edwards,,Gonzales,LA,70737,225-647-7441,B,M,D,310,12/31/2012,01/01/2009,Mr. Irvin -Council Member ,"Division E, City of Gonzales ",120 S. Irma Blvd.,,Gonzales,LA,70737,225-647-2841,ASCENSION,John J. Cagnolatti,1127 S. Vista Ave.,,Gonzales,LA,70737,225-644-5273,W,M,R,310,12/31/2012,01/01/2009,Mr. Cagnolatti -Council Member ,Town of Sorrento ,P. O. Box 65,,Sorrento,LA,70778,225-675-5337,ASCENSION,John Braud,P.O. Box 297,,Sorrento,LA,70778,225-675-5972,W,M,,310,06/30/2013,07/01/2009,Mr. Braud -Council Member ,Town of Sorrento ,P. O. Box 65,,Sorrento,LA,70778,225-675-5337,ASCENSION,"Wilson Longanecker, Jr.",P.O. Box 295,,Sorrento,LA,70778,225-715-7665,W,M,D,310,06/30/2013,07/01/2009,Mr. Longanecker -Council Member ,Town of Sorrento ,P. O. Box 65,,Sorrento,LA,70778,225-675-5337,ASCENSION,"Marvin L. Martin, ",P. O. Box 71,,Sorrento,LA,70778,225-675-2699,B,M,D,310,06/30/2013,11/24/2009,Mr. Martin -Council Member ,Town of Sorrento ,P. O. Box 65,,Sorrento,LA,70778,225-675-5337,ASCENSION,"Lionel Melancon, Jr.",44345 Braud St.,,Sorrento,LA,70778,225-328-1393,W,M,D,310,06/30/2013,07/01/2009,Mr. Melancon -Council Member ,Town of Sorrento ,P. O. Box 65,,Sorrento,LA,70778,225-675-5337,ASCENSION,"Milton ""Needlenose"" Vicknair",8235 Villeneuve St.,,Sorrento,LA,70778,225-675-8538,W,M,D,310,06/30/2013,07/01/2009,Mr. Vicknair -DPEC Member ,at Large ,,,,LA,,,ASSUMPTION,,,,,,,,,,,054 -DPEC Member ,District 1 ,,,,LA,,,ASSUMPTION,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,ASSUMPTION,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,ASSUMPTION,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,ASSUMPTION,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,ASSUMPTION,"Spergeon Holly, Jr.",4113 Hwy. 1,,Napoleonville,LA,70390,985-369-7412,B,M,D,056,02/20/2012,02/20/2008,Mr. Holly -DPEC Member ,District 6 ,,,,LA,,,ASSUMPTION,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,ASSUMPTION,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,ASSUMPTION,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,ASSUMPTION,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,ASSUMPTION,Collette Vizier,103 Lucky St.,,Plattenville,LA,70393,985-369-3724,W,F,R,064,02/20/2012,02/20/2008,Ms. Vizier -RPEC Member ,District 1 ,,,,LA,,,ASSUMPTION,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,ASSUMPTION,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,ASSUMPTION,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,ASSUMPTION,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,ASSUMPTION,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,ASSUMPTION,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,ASSUMPTION,,,,,,,,,,,066 -RPEC Member ,District 8 ,,,,LA,,,ASSUMPTION,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,ASSUMPTION,,,,,,,,,,,066 -Sheriff ,,P. O. Box 69,,Napoleonville,LA,70390,225-369-7281,ASSUMPTION,"Michael ""Mike"" Waguespack",P.O. Box 69,,Napoleonville,LA,70390,985-369-6559,W,M,D,225,06/30/2012,07/01/2008,Sheriff Waguespack -Clerk of Court ,,P. O. Drawer 249,,Napoleonville,LA,70390,985-369-6653,ASSUMPTION,Darlene Landry,P.O. Drawer 249,,Napoleonville,LA,70390,985-369-2603,W,F,D,230,06/30/2012,07/01/2008,Ms. Landry -Assessor ,,P. O. Box 576,,Napoleonville,LA,70390,985-369-6385,ASSUMPTION,"Wayne ""Cat"" Blanchard",3623 Hwy. 308,,Napoleonville,LA,70390,985-369-6672,W,M,D,235,12/31/2012,01/01/2009,Mr. Blanchard -Coroner ,,P.O. Box 188,,Napoleonville,LA,70390,985-369-6485,ASSUMPTION,Celeste Chaudoir,P. O. Box 188,,Napoleonville,LA,70390,985-369-7159,W,F,D,240,03/25/2012,03/24/2008,Ms. Chaudoir -Police Juror ,Ward 1 ,P. O. Box 520,,Napoleonville,LA,,985-369-7435,ASSUMPTION,Patrick O. Lawless,139 Ideal St.,,Belle Rose,LA,70341,985-369-2074,B,M,D,245,01/08/2012,01/14/2008,Mr. Lawless -Police Juror ,Ward 2 ,P. O. Box 520,,Napoleonville,LA,70390,985-369-7435,ASSUMPTION,"Jeff ""Big Daddy"" Naquin",319 Brule Rd.,,Labadieville,LA,70372,985-526-8139,W,M,D,245,01/08/2012,01/14/2008,Mr. Naquin -Police Juror ,Ward 3 ,P. O. Box 520,,Napoleonville,LA,70390,985-369-7435,ASSUMPTION,Irving Comeaux,159 Pond Dr.,,Morgan City,LA,70380,985-631-2443,W,M,D,245,01/08/2012,01/14/2008,Mr. Comeaux -Police Juror ,Ward 4 ,P. O. Box 520,,Napoleonville,LA,70390,985-369-7435,ASSUMPTION,Patrick Johnson,3555 Hwy. 1,,Napoleonville,LA,70390,985-369-7550,B,M,D,245,01/08/2012,01/14/2008,Mr. Johnson -Police Juror ,Ward 5 ,P. O. Box 520,,Napoleonville,LA,70390,985-369-7435,ASSUMPTION,"""Marty"" Triche",P.O. Box 339,,Napoleonville,LA,70390,985-369-7320,W,M,D,245,01/08/2012,01/14/2008,Mr. Triche -Police Juror ,Ward 6 ,P. O. Box 520,,Napoleonville,LA,70390,985-369-7435,ASSUMPTION,"Calvin ""JC"" James",128 Jacobs St.,,Napoleonville,LA,70390,985-369-2843,B,M,D,245,01/08/2012,01/14/2008,Mr. James -Police Juror ,Ward 7 ,P. O. Box 520,,Napoleonville,LA,70390,985-369-7435,ASSUMPTION,Henry J. Dupre,P.O. Box 362,,Belle Rose,LA,70341,225-474-0254,W,M,D,245,01/08/2012,01/14/2008,Mr. Dupre -Police Juror ,Ward 8 ,P. O. Box 520,,Napoleonville,LA,70390,985-369-7435,ASSUMPTION,Booster Breaux,2631 Lee Dr.,,Pierre Part,LA,70339,985-252-6769,W,M,D,245,01/08/2012,01/14/2008,Mr. Breaux -Police Juror ,Ward 9 ,P. O. Box 520,,Napoleonville,LA,70390,985-369-7435,ASSUMPTION,Myron Matherne,129 Timothy St.,,Pierre Part,LA,70339,985-252-9504,W,M,D,245,01/08/2012,01/14/2008,Mr. Matherne -Member of School Board ,Ward 1 ,4901 Hwy. 308,,Napoleonville,LA,70390,985-369-7251,ASSUMPTION,Leonard Alcorn,P.O. Box 15,,Belle Rose,LA,70341,985-369-7727,B,M,D,255,12/31/2010,01/01/2007,Mr. Alcorn -Member of School Board ,Ward 2 ,4901 Hwy. 308,,Napoleonville,LA,70390,985-369-7251,ASSUMPTION,"Lee Meyer, Sr.",P.O. Box 268,,Napoleonville,LA,70390,985-369-2672,W,M,D,255,12/31/2010,01/01/2007,Mr. Meyer -Member of School Board ,Ward 3 ,4901 Hwy. 308,,Napoleonville,LA,70390,985-369-7251,ASSUMPTION,Andrea Barras,240 Flamingo Rd.,,Morgan City,LA,70380,985-631-2042,W,F,O,255,12/31/2010,01/01/2007,Ms. Barras -Member of School Board ,Ward 4 ,4901 Hwy. 308,,Napoleonville,LA,70390,985-369-7251,ASSUMPTION,Electa Fletcher Mickens,3242 Hwy. 1,,Napoleonville,LA,70390,985-526-8335,B,F,D,255,12/31/2010,01/01/2007,Ms. Mickens -Member of School Board ,Ward 5 ,4901 Hwy. 308,,Napoleonville,LA,70390,985-369-7251,ASSUMPTION,"Lawrence ""Larry"" Howell",4547 Hwy. 1,,Napoleonville,LA,70390,985-369-6758,W,M,D,255,12/31/2010,01/01/2007,Mr. Howell -Member of School Board ,Ward 6 ,4901 Hwy. 308,,Napoleonville,LA,70390,985-369-7251,ASSUMPTION,Ray Nicholas,223 Virginia St.,,Belle Rose,LA,70341,985-369-2151,B,M,D,255,12/31/2010,01/01/2007,Mr. Nicholas -Member of School Board ,Ward 7 ,4901 Hwy. 308,,Napoleonville,LA,70390,985-369-7251,ASSUMPTION,"John P. Beck, Sr.",P.O. Box 14,,Donaldsonville,LA,70346,225-473-7328,W,M,D,255,12/31/2010,01/01/2007,Mr. Beck -Member of School Board ,Ward 8 ,4901 Hwy. 308,,Napoleonville,LA,70390,985-369-7251,ASSUMPTION,"Jessica ""Kooney"" Ourso",102-A N. Curtis St.,,Pierre Part,LA,70339,985-252-6775,W,F,D,255,12/31/2010,01/01/2007,Ms. Ourso -Member of School Board ,Ward 9 ,4901 Hwy. 308,,Napoleonville,LA,70390,985-369-7251,ASSUMPTION,Doris Dugas,239 Mike St.,,Pierre Part,LA,70339,985-252-9371,W,F,D,255,12/31/2010,01/01/2007,Ms. Dugas -Justice of the Peace ,1st Justice of the Peace Ward ,5026 Hwy.308,,Napoleonville,LA,70390,985-369-2591,ASSUMPTION,Bryan P. Baldwin,5026 Hwy. 308,,Napoleonville,LA,70390,985-369-2591,W,M,D,265,12/31/2014,01/01/2009,Mr. Baldwin -Justice of the Peace ,2nd Justice of the Peace Ward ,117 Orchid St.,,Thibodaux,LA,70301,985-526-8694,ASSUMPTION,Roselyn Peltier,2425 Hwy. 308,,Tibodaux,LA,70301,985-526-6588,W,F,D,265,12/31/2014,01/02/2009,Ms. Peltier -Justice of the Peace ,3rd Justice of the Peace Ward ,P. O. Box 293,,Pierre Part,LA,70339,985-252-6010,ASSUMPTION,Bridget Marie Landry,2646 Hwy. 70 South,,Pierre Part,LA,70339,985-252-0064,W,F,D,265,12/31/2014,01/01/2009,Ms. Landry -Constable ,1st Justice of the Peace Ward ,P.O. Box 18,,Plattenville,LA,70393,985-369-7426,ASSUMPTION,Wayne Poche,P.O. Box 18,,Plattenville,LA,70393,985-369-7426,W,M,D,267,12/31/2014,01/01/2009,Mr. Poche -Constable ,2nd Justice of the Peace Ward ,3615 Hwy. 1,,Napoleonville,LA,70390,985-369-6645,ASSUMPTION,"Richard ""Roach"" Arcement",3615 Hwy. 1,,Napoleonville,LA,70390,985-369-6645,W,M,D,267,12/31/2014,01/01/2009,Mr. Arcement -Constable ,3rd Justice of the Peace Ward ,111 James St.,,Pierre Part,LA,70339,985-252-6767,ASSUMPTION,Jamie P. Ponville,2919 Hwy. 70 South,,Pierre Part,LA,70339,985-252-6528,W,M,D,267,12/31/2014,01/01/2009,Mr. Ponville -Mayor ,Village of Napoleonville ,P. O. Box 6,,Napoleonville,LA,,985-369-6365,ASSUMPTION,Ron Animashaun,P.O. Box 921,,Napoleonville,LA,70390,985-369-7706,B,M,D,300,12/31/2010,01/01/2007,Mr. Animashaun -Chief of Police ,Village of Napoleonville ,P. O. Box 6,,Napoleonville,LA,70390,985-369-6365,ASSUMPTION,"Lionel Bell, Sr.",P.O. Box 673,,Napoleonville,LA,70390,985-369-6276,B,M,D,305,12/31/2010,01/01/2007,Mr. Bell -Alderman ,Village of Napoleonville ,P. O. Box 6,,Napoleonville,LA,70390,985-369-6365,ASSUMPTION,Joyce Bell,P.O. Box 962,,Napoleonville,LA,70390,985-369-3178,B,F,D,310,12/31/2010,10/30/2007,Ms. Bell -Alderman ,Village of Napoleonville ,P. O. Box 6,,Napoleonville,LA,70390,985-369-6365,ASSUMPTION,Eugene Buggage,P.O. Box 847,,Napoleonville,LA,70390,985-369-6956,B,M,D,310,12/31/2010,01/01/2007,Mr. Buggage -Alderman ,Village of Napoleonville ,P. O. Box 6,,Napoleonville,LA,70390,985-369-6365,ASSUMPTION,"Floyd Truehill, Sr.",P.O. Box 631,,Napoleonville,LA,70390,985-369-2526,B,M,D,310,12/31/2010,01/01/2007,Mr. Truehill -DPEC Member ,at Large ,,,,LA,,,AVOYELLES,,,,,,,,,,,054 -DPEC Member ,District 1 ,,,,LA,,,AVOYELLES,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,AVOYELLES,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,AVOYELLES,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,AVOYELLES,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,AVOYELLES,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,AVOYELLES,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,AVOYELLES,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,AVOYELLES,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,AVOYELLES,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,AVOYELLES,"Jason Aymond, II",1281 Hwy. 1188,,Hessmer,LA,71341,,,,,064,,03/11/2009,Mr. Aymond -RPEC Member ,at Large ,,,,LA,,,AVOYELLES,Woodruff Brouillette,262 Chauffield Elmer Rd.,,Marksville,LA,71351,,,,,064,,03/11/2009,Ms. Brouillette -RPEC Member ,at Large ,,,,LA,,,AVOYELLES,Terry Cooley,3471 hwy 454,,Pineville,LA,71360,,,,,064,,03/11/2009,Ms. Cooley -RPEC Member ,at Large ,,,,LA,,,AVOYELLES,Elizabeth Dupuy,4606 Hwy. 107,,Marksville,LA,71351,,,,,064,,03/11/2009,Ms. Dupuy -RPEC Member ,at Large ,,,,LA,,,AVOYELLES,I. B. Lemoine,1909 Previt St.,,Mansura,LA,71350,,,,,064,,03/11/2009,Mr. Lemoine -RPEC Member ,District 1 ,,,,LA,,,AVOYELLES,Lance R. Dupuy,4606 Hwy. 107,,Marksville,LA,71351,,,,,066,,03/11/2009,Mr. Dupuy -RPEC Member ,District 2 ,,,,LA,,,AVOYELLES,"Kirby Roy, III",581 Little Corner,,Hessmer,LA,71341,,,,,066,,03/11/2009 -RPEC Member ,District 3 ,,,,LA,,,AVOYELLES,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,AVOYELLES,Rayford Laborde,1039 Hwy. 1188,,Hessmer,LA,71341,,,,,066,,03/11/2009 -RPEC Member ,District 5 ,,,,LA,,,AVOYELLES,Dennis Bivens,292 Dr. T. Doos Rd.,,Mansura,LA,71350,,,,,066,,03/11/2009,Mr. Bivens -RPEC Member ,District 6 ,,,,LA,,,AVOYELLES,Van Kogis,4606 Hwy. 107,,Marksville,LA,71351,,,,,066,,03/11/2009 -RPEC Member ,District 7 ,,,,LA,,,AVOYELLES,Marguerite Constantine,851 Couvillion St.,,Moreauville,LA,71355,,,,,066,,03/11/2009,Ms. Constantine -RPEC Member ,District 8 ,,,,LA,,,AVOYELLES,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,AVOYELLES,,,,,,,,,,,066 -Sheriff ,,675 Government St.,,Marksville,LA,71351,318-253-4000,AVOYELLES,Douglas Anderson,675 Government St.,,Marksville,LA,71351,318-941-2857,W,M,D,225,06/30/2012,07/01/2008 -Clerk of Court ,,P. O. Box 219,,Marksville,LA,71351,318-253-7523,AVOYELLES,"""Sammy"" Couvillon",P. O. Box 219,,Marksville,LA,71351,318-253-5631,W,M,D,230,06/30/2012,07/01/2008,Mr. Couvillion -Assessor ,,"312 N. Main St., Courthouse",,Marksville,LA,71351,318-253-4507,AVOYELLES,"""Emeric"" Dupuy",P.O. Box 484,,Cottonport,LA,71327,318-876-3437,W,M,D,235,12/31/2012,01/01/2009,Mr. Dupuy -Coroner ,,P.O. Box 1529,,Marksville,LA,71351,318-253-7077,AVOYELLES,L.J. Mayeux,P.O. Box 1529,,Marksville,LA,71351,318-253-5392,W,M,D,240,03/25/2012,03/24/2008,Mr. Mayeux -Police Juror,District 1,"312 N. Main St., Suite D",,Marksville,LA,71351,318-253-9208,AVOYELLES,Larry K. Sayes,157 Larry Sayes Rd.,,Vick,LA,71331,318-253-5608,W,M,D,245,01/08/2012,01/14/2008,Mr. Sayes -Police Juror ,District 2 ,"312 N. Main St., Suite D",,Marksville,LA,71351,318-253-9208,AVOYELLES,"""Mickey"" Romano",1238 Hwy. 1194,,Marksville,LA,71351,318-253-7700,W,M,D,245,01/08/2012,01/14/2008,Mr. Romano -Police Juror ,District 3 ,"312 N. Main St., Suite D",,Marksville,LA,71351,318-253-9208,AVOYELLES,Mark Borrel,532 North Washington St.,,Marksville,LA,71351,318-253-7128,W,M,D,245,01/08/2012,01/14/2008,Mr. Borrel -Police Juror ,District 4 ,"312 N. Main St., Suite D",,Marksville,LA,71351,318-253-9208,AVOYELLES,Louie Laborde,626 Willow Dr.,,Cottonport,LA,71327,318-876-2087,W,M,D,245,01/08/2012,01/14/2008,Mr. Laborde -Police Juror ,District 5 ,"312 N. Main St., Suite D",,Marksville,LA,71351,318-253-9208,AVOYELLES,"Anthony ""Twine"" Desselle",444 Lewis St.,,Marksville,LA,71351,318-253-8730,B,M,D,245,01/08/2012,01/14/2008,Mr. Desselle -Police Juror ,District 6 ,"312 N. Main St., Suite D",,Marksville,LA,71351,318-253-9208,AVOYELLES,Francis Keller,P.O. Box 374,,Bunkie,LA,71322,318-201-8499,B,M,D,245,01/08/2012,01/14/2008,Mr. Keller -Police Juror ,District 7 ,"312 N. Main St., Suite D",,Marksville,LA,71351,318-253-9208,AVOYELLES,Gary Plauche,P.O. Box 97,,Plaucheville,LA,71362,318-922-3178,W,M,D,245,01/08/2012,01/14/2008,Mr. Plauche -Police Juror ,District 8 ,"312 N. Main St., Suite D",,Marksville,LA,71351,318-253-9208,AVOYELLES,Wade Ducote,P.O. Box 351,,Bunkie,LA,71322,318-346-2128,W,M,D,245,01/08/2012,01/14/2008,Mr. Ducote -Police Juror ,District 9 ,"312 N. Main St., Suite D",,Marksville,LA,71351,318-253-9208,AVOYELLES,George L. Mayeaux,143 Pecan Grove Rd.,,Simmesport,LA,71369,318-941-5356,W,M,D,245,01/08/2012,01/14/2008,Mr. Mayeaux -City Judge ,"City Court, City of Bunkie ",P. O. Box 74,,Bunkie,LA,71322,318-346-2948,AVOYELLES,James H. Mixon,P.O. Box 83,,Bunkie,LA,71322,318-346-6616,W,M,D,250,12/31/2014,01/01/2009,Judge Mixon -City Judge ,"City Court, City of Marksville ","440 N. Main St., Suite 4",,Marksville,LA,71351,318-253-6423,AVOYELLES,"Angelo Piazza, III",P.O. Box 429,,Marksville,LA,71351,318-253-6423,W,M,D,250,12/31/2014,01/01/2009,Judge Piazza -City Marshal ,"City Court, City of Bunkie ",P. O. Box 74,,Bunkie,LA,71322,318-346-7250,AVOYELLES,Fred Carmouche,P. O. Box 1045,,Bunkie,LA,71322,318-447-1254,W,M,R,250,12/31/2014,01/01/2009,Marshal Carmouche -City Marshal ,"City Court, City of Marksville ","440 N. Main St., Suite 4",,Marksville,LA,71351,318-253-4481,AVOYELLES,Floyd Voinche,2951 Hwy. 1192,,Marksville,LA,71351,318-253-6188,W,M,D,250,12/31/2014,01/01/2009,Marshal Voinche -Member of School Board ,District 1 ,221 Tunica Dr. W.,,Marksville,LA,71351,318-240-0201,AVOYELLES,Freeman Ford,P.O. Box 128,,Marksville,LA,71351,318-253-8931,B,M,D,255,12/31/2010,01/01/2007,Mr. Ford -Member of School Board ,District 2 ,221 Tunica Dr. W.,,Marksville,LA,71351,318-240-0201,AVOYELLES,Lynn Deloach,P.O. Box 99,,Effie,LA,71331,318-253-8474,W,M,D,255,12/31/2010,01/01/2007,Mr. Deloach -Member of School Board ,District 3 ,221 Tunica Dr. W.,,Marksville,LA,71351,318-240-0201,AVOYELLES,"Carlos A. Mayeux, Jr.",P.O. Box 800,,Hamburg,LA,71339,318-985-2958,W,M,D,255,12/31/2010,01/01/2007,Mr. Mayeux -Member of School Board ,District 4 ,221 Tunica Dr. W.,,Marksville,LA,71351,318-240-0201,AVOYELLES,Ricky A. Juneau,3559 Hwy. 115,,Hessmer,LA,71341,318-563-8478,W,M,R,255,12/31/2010,01/01/2007,Mr. Juneau -Member of School Board ,District 5 ,221 Tunica Dr. W.,,Marksville,LA,71351,318-240-0201,AVOYELLES,Shelia Blackman Dupas,P.O. Box 205,,Mansura,LA,71350,318-964-2748,B,F,D,255,12/31/2010,01/01/2007,Mr. Dupas -Member of School Board ,District 6 ,221 Tunica Dr. W.,,Marksville,LA,71351,318-240-0201,AVOYELLES,Lizzie A. Ned,P.O. Box 352,,Bunkie,LA,71322,318-346-4372,B,F,D,255,12/31/2010,01/01/2007,Ms. Ned -Member of School Board ,District 7 ,221 Tunica Dr. W.,,Marksville,LA,71351,318-240-0201,AVOYELLES,"Jim ""Doc"" Guillory",P.O. Box 114,,Plaucheville,LA,71362,318-922-3722,W,M,R,255,12/31/2010,01/01/2007,Mr. Guillory -Member of School Board ,District 8 ,221 Tunica Dr. W.,,Marksville,LA,71351,318-240-0201,AVOYELLES,Van Kojis,P.O. Box 203,,Bunkie,LA,71322,318-346-7004,W,M,R,255,12/31/2010,01/01/2007,Mr. Kojis -Member of School Board ,District 9 ,221 Tunica Dr. W.,,Marksville,LA,71351,,AVOYELLES,John Lemoine,930 Tunica Dr.,,Marksville,LA,71351,318-253-7253,W,M,D,255,12/31/2010,01/01/2007,Mr. Lemoine -Justice of the Peace ,Justice of the Peace Ward 1 ,239 Hwy. 107,,,LA,71323,318-253-4707,AVOYELLES,"""Sam"" Piazza",2898 Effie Hwy.,,Deville,LA,71328,318-240-8660,W,M,D,265,12/31/2014,01/01/2009,Mr. Piazza -Justice of the Peace ,Justice of the Peace Ward 3 ,P. O. Box 663,,Mansura,LA,71350,318-964-2097,AVOYELLES,Sterling Hayes,2326 LeGlise St.,,Mansura,LA,71350,318-964-2097,B,M,D,265,12/31/2014,01/01/2009,Mr. Hayes -Justice of the Peace ,Justice of the Peace Ward 4 ,P. O. Box 185,,Hessmer,LA,71341,318-563-8346,AVOYELLES,Gerald Roy,P.O. Box 185,,Hessmer,LA,71341,318-563-8346,W,M,D,265,12/31/2014,01/01/2009,Mr. Roy -Justice of the Peace ,Justice of the Peace Ward 5 ,779 Hwy. 1194,,Marksville,LA,71351,318-253-6182,AVOYELLES,"Jimmy ""J.T."" Guillot",779 Hwy. 1194,,Marksville,LA,71351,318-253-6182,W,M,D,265,12/31/2014,01/01/2009,Mr. Guillot -Justice of the Peace ,Justice of the Peace Ward 6 ,791 Big Bend Rd.,,Moreauville,LA,71355,318-997-2129,AVOYELLES,"Eugenia ""Geane"" Desselle",791 Big Bend Rd.,,Moreauville,LA,71355,318-997-2129,W,F,D,265,12/31/2014,01/01/2009,Ms. Desselle -Justice of the Peace ,Justice of the Peace Ward 7 ,2254 Hwy. 105,,Simmesport,LA,71369,318-941-2843,AVOYELLES,"Roger Adams, Sr.",2254 Hwy. 105,,Simmesport,LA,71369,318-941-2469,B,M,D,265,12/31/2014,01/01/2009,Mr. Adams -Justice of the Peace ,Justice of the Peace Ward 8 ,P. O. Box 302,,Dupont,LA,71329,318-922-3785,AVOYELLES,Ronald A. McDonald,206 English Road,,Plaucheville,LA,71362,318-922-3746,W,M,R,265,12/31/2014,01/01/2009,Mr. McDonald -Justice of the Peace ,Justice of the Peace Ward 9 ,P. O. Box 210,,Cottonport,LA,71327,318-876-3498,AVOYELLES,Chris J. Lemoine,778 Choupique Ln.,,Cottonport,LA,71327,318-876-3480,W,M,D,265,12/31/2014,01/01/2009,Mr. Lemoine -Justice of the Peace ,Justice of the Peace Ward 11 ,897 S. Bayou Des Glaise Rd.,,Cottonport,LA,71327,,AVOYELLES,Robert J. Lemoine,897 S. Bayou DeGlaise,,Cottonport,LA,71327,318-985-2405,W,M,D,265,12/31/2014,01/01/2009,Mr. Lemoine -Constable ,Justice of the Peace Ward 1 ,1771 Hwy. 107,,Effie,LA,71331,318-253-5591,AVOYELLES,John M. Hathorn,1771 Hwy. 107,,Effie,LA,71331,318-253-5591,W,M,D,267,12/31/2014,01/01/2009,Mr. Hathorn -Constable ,Justice of the Peace Ward 3 ,2118 Regard St.,,Mansura,LA,71350,318-964-2433,AVOYELLES,Bert Lemoine,2118 Regard St.,,Mansura,LA,71350,318-964-2433,W,M,D,267,12/31/2014,01/01/2009,Mr. Lemoine -Constable ,Justice of the Peace Ward 4 ,369 Jacks Rd.,,Hessmer,LA,71341,318-563-4430,AVOYELLES,Marvin Roy,369 Jacks Rd.,,Hessmer,LA,71341,318-563-4430,W,M,D,267,12/31/2014,01/01/2009,Mr. Roy -Constable ,Justice of the Peace Ward 5 ,438 German Bayou Rd.,,Marksville,LA,71351,318-253-4781,AVOYELLES,Michele Guillot,795 Hwy. 1194,,Marksville,LA,71351,318-253-4242,W,F,D,267,12/31/2014,01/01/2009,Mr. Guilliot -Constable ,Justice of the Peace Ward 6 ,4751 N. Bayou Des Glaise,,Moreauville,LA,71355,318-447-1475,AVOYELLES,Ernest Desselle,761 Big Bend Rd.,,Moreauville,LA,71355,318-997-2689,W,M,D,267,12/31/2014,01/01/2009,Mr. Desselle -Constable ,Justice of the Peace Ward 7 ,P.O. Box 526,,Simmesport,LA,71369,318-941-2520,AVOYELLES,Sylvester Callihan,P.O. Box 373,,Simmesport,LA,71369,318-941-2560,B,M,D,267,12/31/2014,01/01/2009,Mr. Callihan -Constable ,Justice of the Peace Ward 8 ,1121 Hwy. 1181,,Plaucheville,LA,71362,318-922-3176,AVOYELLES,"Leon ""Ray"" Rabalais",1121 Hwy. 1181,,Plaucheville,LA,71362,318-922-3176,W,M,D,267,12/31/2014,01/01/2009,Mr. Rabalais -Constable ,Justice of the Peace Ward 9 ,3688 Hwy. 29,,Cottonport,LA,71327,318-876-2470,AVOYELLES,Jason Bergeron,146 Bergeron Ln.,,Cottonport,LA,71327,318-305-1394,W,M,D,267,12/31/2014,01/01/2009,Mr. Bergeron -Constable ,Justice of the Peace Ward 11 ,P.O. Box 244,,Moreauville,LA,71355,318-985-2183,AVOYELLES,Bert Bordelon,220 Dufour St.,,Moreauville,LA,71355,318-985-2183,W,M,D,267,12/31/2014,01/01/2009,Mr. Bordelon -Mayor ,City of Bunkie ,P. O. Box 630,,Bunkie,LA,,318-346-7663,AVOYELLES,"Gerard C. Moreau, Jr.",218 St. John St.,,Bunkie,LA,71322,318-346-7829,W,M,D,300,06/30/2010,07/01/2006,Mayor Moreau -Mayor ,City of Marksville ,427 N. Washington St.,,Marksville,LA,,318-253-9500,AVOYELLES,Richard Michel,P.O. Box 159,,Marksville,LA,71351,318-253-7547,W,M,D,300,06/30/2010,07/01/2006,Mayor Michel -Mayor ,Town of Cottonport ,P. O. Box 118,,Cottonport,LA,,318-876-3485,AVOYELLES,Cleveland Carmouche,P. O. Box 49,,Cottonport,LA,71327,318-876-2227,W,M,D,300,12/31/2012,01/01/2009,Mayor Carmouche -Mayor ,Town of Evergreen ,P. O. Box 85,,Evergreen,LA,,318-346-9844,AVOYELLES,John M. Armand,P.O. Box 291,,Evergreen,LA,71333,318-346-9181,W,M,R,300,12/31/2010,01/01/2007,Mr. Armand -Mayor ,Town of Mansura ,P. O. Box 157,,Mansura,LA,,318-964-2152,AVOYELLES,"Kenneth Pickett, Sr.",P.O. Box 214,,Mansura,LA,71350,318-964-2208,B,M,D,300,12/31/2010,01/01/2007,Mr. Pickett -Mayor ,Town of Simmesport ,P. O. Box 145,,Simmesport,LA,,318-941-2493,AVOYELLES,Eric John Rusk,P. O. Box 21,,Simmesport,LA,71369,318-941-5413,W,M,D,300,12/31/2012,01/01/2009,Mayor Rusk -Mayor ,Village of Hessmer ,P. O. Box 125,,Hessmer,LA,,318-563-4511,AVOYELLES,Lynn Bordelon,P.O. Box 52,,Hessmer,LA,71341,318-563-8376,W,M,R,300,12/31/2012,01/01/2009,Mayor -Mayor ,Village of Moreauville ,P. O. Box 57,,Moreauville,LA,,318-985-2338,AVOYELLES,Lionel Bordelon,234 Tassin St.,,Moreauville,LA,71355,318-985-2708,W,M,D,300,12/31/2010,01/01/2007,Mr. Bordelon -Mayor ,Village of Plaucheville ,P. O. Box 10,,Plaucheville,LA,,318-922-3111,AVOYELLES,Mona Rabalais,P. O. Box 85,,Plaucheville,LA,71362,318-922-3828,W,F,D,300,12/31/2012,01/01/2009,Mayor Rabalais -Chief of Police ,City of Bunkie ,P. O. Box 630,,Bunkie,LA,71322,318-346-7663,AVOYELLES,Mary L. Fanara,207 N. Briarwood Dr.,,Bunkie,LA,71322,318-346-6992,W,F,D,305,06/30/2010,07/01/2006,Chief Fanara -Chief of Police ,Town of Cottonport ,P. O. Box 118,,Cottonport,LA,71327,318-876-3485,AVOYELLES,Gerald Mayeux,P. O. Box 575,,Cottonport,LA,71327,318-876-2476,W,M,D,305,12/31/2012,01/01/2009,Chief Mayeux -Chief of Police ,Town of Mansura ,P. O. Box 157,,Mansura,LA,71350,318-964-2152,AVOYELLES,John Johnson,P.O. Box 732,,Mansura,LA,71350,318-964-5420,B,M,D,305,12/31/2010,01/01/2007,Mr. Johnson -Chief of Police ,Town of Simmesport ,P. O. Box 145,,Simmesport,LA,71369,318-941-2493,AVOYELLES,John L. Moreau,P. O. Box 954,,Simmesport,LA,71369,337-654-7222,W,M,D,305,12/31/2012,01/01/2009,Chief Moreau -Chief of Police ,Village of Hessmer ,P. O. Box 125,,Hessmer,LA,71341-0125 ,318-563-4511,AVOYELLES,Kenneth Smith,P. O. Box 396,,Hessmer,LA,71341,318-305-1979,W,M,D,305,12/31/2012,01/01/2009,Chief Smith -Marshal ,Town of Evergreen ,P. O. Box 85,,Evergreen,LA,71333,318-346-9014,AVOYELLES,David Blanchard,P.O. Box 283,,Evergreen,LA,71333,318-346-2537,W,M,R,305,12/31/2010,01/01/2007,Mr. Blanchard -Alderman at Large ,City of Bunkie ,P. O. Box 630,,Bunkie,LA,71322,318-346-7663,AVOYELLES,"Charles ""Chuck"" Descant",205 N. Gayle St.,,Bunkie,LA,71322,318-346-4386,W,M,D,308,06/30/2010,07/01/2006,Mr. Descant -Alderman at Large ,Town of Simmesport ,P. O. Box 145,,Simmesport,LA,71369,,AVOYELLES,Charles Austin,P.O. Box 934,,Simmesport,LA,71369,318-941-5858,W,M,D,308,12/31/2012,01/01/2009,Mr. Austin -Council Member at Large ,Town of Cottonport ,,,,LA,,,AVOYELLES,Curtis Francisco,P.O. Box 951,,Cottonport,LA,71327,318-876-2633,B,M,D,308,12/31/2012,01/01/2009,Mr. Francisco -Alderman ,"District 1, City of Bunkie ",P. O. Box 630,,Bunkie,LA,71322,318-346-7663,AVOYELLES,"Lemuel ""Lem"" Bassett",P.O. Box 75,,Bunkie,LA,71322,318-346-2656,B,M,D,310,06/30/2010,07/01/2006,Mr. Bassett -Alderman ,"District 1, City of Marksville ",427 N. Washington St.,,Marksville,LA,71351-2490,318-253-9500,AVOYELLES,Earl R. Adams,641 N. Preston St.,,Marksville,LA,71351,318-623-5145,W,M,D,310,06/30/2010,07/01/2006,Mr. Adams -Alderman ,"District 1, Town of Simmesport ",P. O. Box 145,,Simmesport,LA,71369,318-941-2493,AVOYELLES,Ted Turner,P. O. Box 353,,Simmesport,LA,71369,318-941-2269,W,M,D,310,12/31/2012,01/01/2009,Mr. Turner -Alderman ,"District 2, City of Bunkie ",P. O. Box 630,,Bunkie,LA,71322,318-346-7663,AVOYELLES,Craig W. Foster,P.O. Box 1314,,Bunkie,LA,71322,318-346-9346,B,M,D,310,06/30/2010,04/10/2007,Mr. Foster -Alderman ,"District 2, City of Bunkie ",P. O. Box 630,,Bunkie,LA,71322,318-346-7663,AVOYELLES,"Craig W. Foster, ",108 N. Elm St.,,Bunkie,LA,71322-1267,318-346-9346,B,M,D,310 -Alderman ,"District 2, City of Marksville ",427 N. Washington St.,,Marksville,LA,71351-2490,318-253-9500,AVOYELLES,Dale J. Bernard,353 Oak St.,,Marksville,LA,71351,318-253-7379,W,M,D,310,06/30/2010,07/01/2006,Mr. Bernard -Alderman ,"District 2, Town of Simmesport ",P. O. Box 145,,Simmesport,LA,71369,318-941-2493,AVOYELLES,Kenneth L. Marsh,P.O. Box 438,,Simmesport,LA,71369,318-941-2525,W,M,D,310,12/31/2012,01/01/2009,Mr. Marsh -Alderman ,"District 3, City of Bunkie ",P. O. Box 630,,Bunkie,LA,71322,318-346-7663,AVOYELLES,Travis J. Armand,515 Pershing Hwy.,,Bunkie,LA,71322,318-346-2993,W,M,D,310,06/30/2010,07/01/2006,Mr. Armand -Alderman ,"District 3, City of Marksville ",427 N. Washington St.,,Marksville,LA,71351-2490,318-253-9500,AVOYELLES,"Elliot ""Pete Komola"" Jordan",P.O. Box 1151,,Marksville,LA,71351,318-201-8299,B,M,D,310,06/30/2010,07/01/2006,Mr. Jordan -Alderman ,"District 3, Town of Simmesport ",P. O. Box 145,,Simmesport,LA,71369,318-941-2493,AVOYELLES,Myron Brown,P.O. Box 761,,Simmesport,LA,71369,318-941-2635,B,M,D,310,12/31/2012,01/01/2009,Mr. Brown -Alderman ,"District 4, City of Bunkie ",P. O. Box 630,,Bunkie,LA,71322,318-346-7663,AVOYELLES,Bruce L. Coulon,P.O. Box 57,,Bunkie,LA,71322,318-346-6975,W,M,D,310,06/30/2010,07/01/2006,Mr. Coulon -Alderman ,"District 4, City of Bunkie ",P. O. Box 630,,Bunkie,LA,71322,318-346-7663,AVOYELLES,"Clayton ""Rick"" Henderson, ",109 S. Sweetbriar Dr.,,Bunkie,LA,71322-1930,318-346-4747,W,M,R,310 -Alderman ,"District 4, City of Marksville ",427 N. Washington St.,,Marksville,LA,71351-2490,318-253-9500,AVOYELLES,Joyce P. Prier,613 Richelieu Parkway,,Marksville,LA,71351,318-253-7076,B,F,D,310,06/30/2010,07/01/2006,Ms. Prier -Alderman ,"District 4, Town of Simmesport ",P. O. Box 145,,Simmesport,LA,71369,318-941-2493,AVOYELLES,Manuel Kirk,P.O. Box 335,,Simmesport,LA,71369,318-941-5172,B,M,D,310,12/31/2012,01/01/2009,Mr. Kirk -Alderman ,"District 5, City of Marksville ",427 N. Washington St.,,Marksville,LA,71351-2490,318-253-9500,AVOYELLES,Richard Tassin,760 South Main St.,,Marksville,LA,71351,318-253-6803,W,M,D,310,06/30/2010,07/01/2006,Mr. Tassin -Alderman ,Town of Evergreen ,P. O. Box 85,,Evergreen,LA,71333,318-346-9014,AVOYELLES,Wanda Clark,P. O. Box 246,,Evergreen,LA,71333,318-346-4488,W,F,R,310,12/31/2010,01/01/2007,Ms. Clark -Alderman ,Town of Evergreen ,P. O. Box 85,,Evergreen,LA,71333,318-346-9014,AVOYELLES,Michelle Mayeux Dupuy,P.O. Box 363,,Evergreen,LA,71333,318-346-7378,W,F,D,310,12/31/2010,01/01/2007,Ms. Dupuy -Alderman ,Town of Evergreen ,P. O. Box 85,,Evergreen,LA,71333,318-346-9014,AVOYELLES,Kathy Joffrion,P.O. Box 246,,Evergreen,LA,71333,318-346-4488,W,F,R,310,12/31/2010,07/21/2008,Ms. Joffrion -Alderman ,Town of Evergreen ,P. O. Box 85,,Evergreen,LA,71333,318-346-9014,AVOYELLES,Heather Oliver Juneau,P.O. Box 175,,Evergreen,LA,71333,318-346-1555,W,F,D,310,12/31/2010,01/01/2007,Ms. Juneau -Alderman ,Town of Evergreen ,P. O. Box 85,,Evergreen,LA,71333,318-346-9014,AVOYELLES,"Kenneth Thompson, ",P.O. Box 85,,Evergreen,LA,71333,,,,,310,,02/08/2010,Mr. Thompson -Alderman ,Town of Mansura ,P. O. Box 157,,Mansura,LA,71350,318-964-2152,AVOYELLES,Judy Augustine Bazert,P.O. Box 281,,Mansura,LA,71350,318-964-2919,B,F,D,310,12/31/2010,01/01/2007,Ms. Bazert -Alderman ,Town of Mansura ,P. O. Box 157,,Mansura,LA,71350,318-964-2152,AVOYELLES,Julia R. Boston,P.O. Box 305,,Mansura,LA,71350,318-964-2630,B,F,D,310,12/31/2010,01/01/2007,Ms. Boston -Alderman ,Town of Mansura ,P. O. Box 157,,Mansura,LA,71350,318-964-2152,AVOYELLES,Connie D. Ducote,P.O. Box 25,,Mansura,LA,71350,318-964-2375,W,F,D,310,12/31/2010,01/01/2007,Ms. Ducote -Alderman ,Town of Mansura ,P. O. Box 157,,Mansura,LA,71350,318-964-2152,AVOYELLES,Gaon E. Escude,P.O. Box 204,,Mansura,LA,71350,318-964-2339,W,M,,310,12/31/2010,01/01/2007,Mr. Escude -Alderman ,Town of Mansura ,P. O. Box 157,,Mansura,LA,71350,318-964-2152,AVOYELLES,Floyd A. Murray,P.O. Box 2306,,Mansura,LA,71350,318-964-2590,B,M,D,310,12/31/2010,01/01/2007,Mr. Murray -Alderman ,Village of Hessmer ,P. O. Box 125,,Hessmer,LA,71341-0125 ,318-563-4511,AVOYELLES,Susan Ducote Jeansonne,P.O. Box 387,,Hessmer,LA,71341,318-563-4980,W,F,D,310,12/31/2012,01/01/2009,Ms. Jeansonne -Alderman ,Village of Hessmer ,P. O. Box 125,,Hessmer,LA,71341-0125 ,318-563-4511,AVOYELLES,Scott R. Kelly,P.O. BVox 27,,Hessmer,LA,71341,318-563-8962,W,M,D,310,12/31/2012,01/01/2009,Mr. Kelly -Alderman ,Village of Hessmer ,P. O. Box 125,,Hessmer,LA,71341-0125 ,318-563-4511,AVOYELLES,"Robert ""Bobby"" Roy",P.O. Box 326,,Hessmer,LA,71341,318-563-4238,W,M,D,310,12/31/2012,01/01/2009,Mr. Roy -Alderman ,Village of Moreauville ,P. O. Box 57,,Moreauville,LA,71355,318-985-2338,AVOYELLES,"""Reggie"" Ducote",P.O. Box 158,,Moreauville,LA,71355,318-985-2410,W,M,,310,12/31/2010,01/01/2007,Mr. Ducote -Alderman ,Village of Moreauville ,P. O. Box 57,,Moreauville,LA,71355,318-985-2338,AVOYELLES,"Kenneth Farbe, Jr.",314 Dufour St.,,Moreauville,LA,71355,318-985-3251,W,M,,310,12/31/2010,01/01/2007,Mr. Farbe -Alderman ,Village of Moreauville ,P. O. Box 57,,Moreauville,LA,71355,318-985-2338,AVOYELLES,"Oscar O.P. Goody, Jr.",P.O. Box 271,,Moreauville,LA,71355,318-985-2179,B,M,D,310,12/31/2010,01/01/2007,Mr. Goody -Alderman ,Village of Plaucheville ,P. O. Box 10,,Plaucheville,LA,71362,318-922-3111,AVOYELLES,Garry Carter,P. O. Box 117,,Plaucheville,LA,71362,318-922-3812,W,M,D,310,12/31/2012,01/01/2009,Mr. Carter -Alderman ,Village of Plaucheville ,P. O. Box 10,,Plaucheville,LA,71362,318-922-3111,AVOYELLES,Linda Landrneau Gagnard,P. O. Box 168,,Plaucheville,LA,71362,318-922-3588,W,F,D,310,12/31/2012,01/01/2009,Ms. Gagnard -Alderman ,Village of Plaucheville ,P. O. Box 10,,Plaucheville,LA,71362,318-922-3111,AVOYELLES,Aaron Lemoine,P.O. Box 31,,Plaucheville,LA,71362,318-922-3255,W,M,D,310,12/31/2012,01/01/2009,Mr. Lemoine -Council Member ,"District 1, Town of Cottonport ",P. O. Box 118,,Cottonport,LA,71327,318-876-3485,AVOYELLES,Margaret Jenkins,P. O. Box 40,,Cottonport,LA,71327,318-876-3355,B,F,D,310,12/31/2012,01/01/2009,Ms. Jenkins -Council Member ,"District 2, Town of Cottonport ",P. O. Box 118,,Cottonport,LA,71327,318-876-3485,AVOYELLES,Kenneth Friels,P.O. Box 1216,,Cottonport,LA,71327,318-305-3473,B,M,D,310,12/31/2012,01/01/2009,Mr. Friels -Council Member ,"District 3, Town of Cottonport ",P. O. Box 118,,Cottonport,LA,71327,318-876-3485,AVOYELLES,Luke Welch,127 Pierre Dr.,,Cottonport,LA,71327,318-876-2753,W,M,R,310,12/31/2012,01/01/2009,Mr. Welch -Council Member ,"District 4, Town of Cottonport ",P. O. Box 118,,Cottonport,LA,71327,318-876-3485,AVOYELLES,Brenda Moore Bazile,P. O. Box 1166,,Cottonport,LA,71327,318-876-2147,B,F,D,310,12/31/2012,01/01/2009,Ms. Bazile -DPEC Member ,at Large ,,,,LA,,,BEAUREGARD,"Walter Thomas ""Tommy"" Brown",415 Ward Line Rd.,,DeRidder,LA,70634,337-462-2240,W,M,D,054,02/20/2012,02/20/2008,Mr. Brown -DPEC Member ,at Large ,,,,LA,,,BEAUREGARD,William M. Coleman,545 Lost Bridge Rd.,,Longville,LA,70652,337-526-6154,W,M,D,054,02/20/2012,02/20/2008,Mr. Coleman -DPEC Member ,at Large ,,,,LA,,,BEAUREGARD,"Robert ""Bo"" Rice",326 Branch St.,,DeRidder,LA,70634,337-462-0316,B,M,D,054,02/20/2012,02/20/2008,Mr. Rice -DPEC Member ,at Large ,,,,LA,,,BEAUREGARD,Wilma L. Sowells Scott,609 E. North St.,,DeRidder,LA,70634,337-463-7287,B,F,D,054,02/20/2012,02/20/2008,Ms. Scott -DPEC Member ,at Large ,,,,LA,,,BEAUREGARD,Ann Jackson Steward,P.O. Box 385,,DeRidder,LA,70634,337-463-5519,B,F,D,054,02/20/2012,02/20/2008,Ms. Steward -DPEC Member ,District 1 ,,,,LA,,,BEAUREGARD,"""Tim"" Myers",2018 Hwy 110 E.,,Singer,LA,70660,337-463-3822,W,M,D,056,02/20/2012,02/20/2008,Mr. Myers -DPEC Member ,District 2 ,,,,LA,,,BEAUREGARD,"N. R. ""Rusty"" Williamson",P.O. Box 501,,Merryville,LA,70653,337-825-6390,W,M,D,056,02/20/2012,02/20/2008,Mr. Williamson -DPEC Member ,District 3A ,,,,LA,,,BEAUREGARD,Hayward Steele,202 S. Helen St.,,DeRidder,LA,70634,337-463-4655,B,M,D,056,02/20/2012,02/20/2008,Mr. Steele -DPEC Member ,District 3B ,,,,LA,,,BEAUREGARD,,,,,,,,,,,056 -DPEC Member ,District 3C ,,,,LA,,,BEAUREGARD,"Dwayne ""Tink"" Reeves",P.O Box 185,,Longville,LA,70652,337-725-6270,W,M,D,056,02/20/2012,02/20/2008,Mr. Reeves -DPEC Member ,District 3D ,,,,LA,,,BEAUREGARD,,,,,,,,,,,056 -DPEC Member ,District 3E ,,,,LA,,,BEAUREGARD,,,,,,,,,,,056 -DPEC Member ,District 4A ,,,,LA,,,BEAUREGARD,,,,,,,,,,,056 -DPEC Member ,District 4B ,,,,LA,,,BEAUREGARD,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,BEAUREGARD,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,BEAUREGARD,David R. Lestage,206 Nolen St.,,DeRidder,LA,70634,337-462-2656,W,M,R,064,02/20/2012,02/20/2008,Mr. Lestage -RPEC Member ,at Large ,,,,LA,,,BEAUREGARD,James R. Lestage,2603 Robert E. Lee Dr.,,DeRidder,LA,70634,337-462-1135,W,M,R,064,02/20/2012,02/20/2008,Mr. Lestage -RPEC Member ,District 1 ,,,,LA,,,BEAUREGARD,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,BEAUREGARD,,,,,,,,,,,066 -RPEC Member ,District 3A ,,,,LA,,,BEAUREGARD,,,,,,,,,,,066 -RPEC Member ,District 3B ,,,,LA,,,BEAUREGARD,,,,,,,,,,,066 -RPEC Member ,District 3C ,,,,LA,,,BEAUREGARD,,,,,,,,,,,066 -RPEC Member ,District 3D ,,,,LA,,,BEAUREGARD,,,,,,,,,,,066 -RPEC Member ,District 3E ,,,,LA,,,BEAUREGARD,,,,,,,,,,,066 -RPEC Member ,District 4A ,,,,LA,,,BEAUREGARD,,,,,,,,,,,066 -RPEC Member ,District 4B ,,,,LA,,,BEAUREGARD,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,BEAUREGARD,,,,,,,,,,,066 -Sheriff ,,P. O. Box 370,,DeRidder,LA,70634,337-463-3281,BEAUREGARD,Ricky L. Moses,P. O. Box 370,,DeRidder,LA,70634,337-462-0141,W,M,D,225,06/30/2012,07/01/2008,Sheriff Moses -Clerk of Court ,,P. O. Box 100,,DeRidder,LA,70634,337-463-8595,BEAUREGARD,Brian S. Lestage,P.O. Box 100,,DeRidder,LA,70634,337-463-4630,W,M,R,230,06/30/2012,07/01/2008,Mr. Lestage -Assessor ,,P. O. Box 477,,DeRidder,LA,70634,337-463-8945,BEAUREGARD,Bobby Cudd,150 Brookside Rd.,,DeRidder,LA,70634,337-463-8351,W,M,D,235,12/31/2012,01/01/2009,Mr. Cudd -Coroner ,,412 S. Pine Street,,DeRidder,LA,70634,337-463-9890,BEAUREGARD,Flynn A. Taylor,1332 Blankenship Dr.,,DeRidder,LA,70634,337-462-2659,W,M,R,240,03/25/2012,03/24/2008,Mr. Taylor -Police Juror,District 1,P. O. Box 310,,DeRidder,LA,70634,337-463-7019,BEAUREGARD,"Gerald M. ""Mike"" McLeod",P.O. Box 141,,Singer,LA,70660,337-786-2099,W,M,D,245,01/08/2012,01/14/2008,Mr. McLeod -Police Juror ,District 2 ,P. O. Box 310,,DeRidder,LA,70634,337-463-7019,BEAUREGARD,"N.R. ""Rusty"" Williamson",P.O. Box 501,,Merryville,LA,70653-5216,337-825-6390,W,M,D,245,01/08/2012,01/14/2008,Mr. Williamson -Police Juror ,District 3A ,P. O. Box 310,,DeRidder,LA,70634,337-463-7019,BEAUREGARD,Carlos Archield,1139 Lucius Dr.,,DeRidder,LA,70634,337-463-6426,B,M,,245,01/08/2012,01/14/2008,Mr. Archield -Police Juror ,District 3B ,P. O. Box 310,,DeRidder,LA,70634,337-463-7019,BEAUREGARD,"""Teddy"" Welch",210 Teddy Welch Rd.,,DeRidder,LA,70634,337-328-7270,W,M,D,245,01/08/2012,01/14/2008,Mr. Welch -Police Juror ,District 3C ,P. O. Box 310,,DeRidder,LA,70634,337-463-7019,BEAUREGARD,Rex Brumley,132 Michael Rd.,,DeRidder,LA,70634,337-463-6669,W,M,D,245,01/08/2012,01/14/2008,Mr. Brumley -Police Juror ,District 3D ,P. O. Box 310,,DeRidder,LA,70634,337-463-7019,BEAUREGARD,Gary D. Crowe,P.O. Box 386,,DeRidder,LA,70634,337-463-7142,W,M,D,245,01/08/2012,01/14/2008,Mr. Crowe -Police Juror ,District 3E ,P. O. Box 310,,DeRidder,LA,70634,337-463-7019,BEAUREGARD,Jerry L. Shirley,225 S. Texas St.,,DeRidder,LA,70634,337-463-4616,W,M,R,245,01/08/2012,01/14/2008,Mr. Shirley -Police Juror ,District 4A ,P. O. Box 310,,DeRidder,LA,70634,337-463-7019,BEAUREGARD,Bradley Wayne Harris,1205 S.A. Cooley Rd.,,Longville,LA,70652,337-725-6707,W,M,O,245,01/08/2012,01/14/2008,Mr. Harris -Police Juror ,District 4B ,P. O. Box 310,,DeRidder,LA,70634,337-463-7019,BEAUREGARD,Llewellyn Smith,416 Thunder Valley Rd.,,DeRidder,LA,70634,337-463-7238,W,M,R,245,01/08/2012,01/14/2008,Mr. Smith -Police Juror ,District 5 ,P. O. Box 310,,DeRidder,LA,70634,337-463-7019,BEAUREGARD,Merlin Schales,138 Merlin Schales Rd.,,DeRidder,LA,70634,337-463-3775,W,M,D,245,01/08/2012,01/14/2008,Mr. Schales -Member of School Board ,District 1 ,P. O. Drawer 938,,DeRidder,LA,70634,337-463-5551,BEAUREGARD,"Russell W. Havens, Jr.",190 Lane Rd.,,Fields,LA,70653,337-786-3450,O,M,,255,12/31/2010,01/01/2007,Mr. Havens -Member of School Board ,District 2 ,P. O. Drawer 938,,DeRidder,LA,70634,337-463-5551,BEAUREGARD,Anthony B. Carlson,2340 Hwy. 389,,Merryville,LA,70653,337-825-8169,W,M,D,255,12/31/2010,01/01/2007,Mr. Carlson -Member of School Board ,District 3A ,P. O. Drawer 938,,DeRidder,LA,70634,337-463-5551,BEAUREGARD,Marvin Simmons,1005 Lake Court Dr.,,DeRidder,LA,70634,337-462-0747,B,M,D,255,12/31/2010,01/01/2007,Mr. Simmons -Member of School Board ,District 3B ,P. O. Drawer 938,,DeRidder,LA,70634,,BEAUREGARD,"""Jimmy"" Barrett",192 Jimmy Barrett Rd.,,Dry Creek,LA,70637,337-328-7131,W,M,D,255,12/31/2010,01/01/2007,Mr. Barrett -Member of School Board ,District 3C ,P. O. Drawer 938,,DeRidder,LA,70634,337-463-5551,BEAUREGARD,David Q. Vidrine,160 Kerry St.,,DeRidder,LA,70634,337-462-0991,W,M,R,255,12/31/2010,01/01/2007,Mr. Vidrine -Member of School Board ,District 3D ,P. O. Drawer 938,,DeRidder,LA,70634,337-463-5551,BEAUREGARD,"""Gene"" Maddox",1611 Chriscott Dr.,,DeRidder,LA,70634,337-463-6533,W,M,D,255,12/31/2010,01/01/2007,Mr. Maddox -Member of School Board ,District 3E ,P. O. Drawer 938,,DeRidder,LA,70634,337-463-5551,BEAUREGARD,Stuart Hayes,1006 Michael Dr.,,DeRidder,LA,70634,337-463-5795,W,M,R,255,12/31/2010,01/01/2007,Mr. Hayes -Member of School Board ,District 4A ,P. O. Drawer 938,,DeRidder,LA,70634,337-463-5551,BEAUREGARD,Darrin Manuel,P.O. Box 205,,Longville,LA,70652,337-725-6676,W,M,D,255,12/31/2010,01/01/2007,Mr. Manuel -Member of School Board ,District 4B ,P. O. Drawer 938,,DeRidder,LA,70634,337-463-5551,BEAUREGARD,Jerry E. Cooley,139 Chester Davis Rd.,,DeRidder,LA,70634,337-463-8525,W,M,D,255,12/31/2010,01/01/2007,Mr. Cooley -Member of School Board ,District 5 ,,,,LA,,337-463-5551,BEAUREGARD,Don Gray,310 Don Gray Rd.,,DeRidder,LA,70634,337-463-3559,W,M,D,255,12/31/2010,01/01/2007,Mr. Gray -Justice of the Peace ,Justice of the Peace District 1 ,290 Ray Brown Rd.,,Fields,LA,70653,337-743-6375,BEAUREGARD,Allen Ray Brown,290 Ray Brown Rd.,,Fields,LA,70653,337-743-6375,W,M,R,265,12/31/2014,01/01/2009,Mr. Brown -Justice of the Peace ,Justice of the Peace District 2 ,P. O. Box 501,,Merryville,LA,70653,337-825-6390,BEAUREGARD,"Connie E. ""Sissy"" Williamson",P.O. Box 501,,Merryville,LA,70653,337-825-6390,W,F,D,265,12/31/2014,01/01/2009,Ms. Williamson -Justice of the Peace ,Justice of the Peace District 4 ,961 Newt Hodges Rd.,,Ragley,LA,70657,337-725-3175,BEAUREGARD,Clyde H. Dennis,961 Newt Hodges Rd.,,Ragley,LA,70657,337-725-3175,W,M,R,265,12/31/2014,01/01/2009,Mr. Dennis -Justice of the Peace ,Justice of the Peace District 5 ,1477 Hwy. 1147,,DeRidder,LA,70634,337-463-2758,BEAUREGARD,"""Ruthie"" Huckaby",1477 Hwy. 1147,,DeRidder,LA,70634,337-463-2758,W,F,D,265,12/31/2014,01/01/2009,Mr. Huckaby -Constable ,Justice of the Peace District 1 ,P.O. Box 104,,Singer,LA,70660,337-463-2599,BEAUREGARD,"Alfred ""Al"" Doyle",P.O. Box 104,,Singer,LA,70660,337-463-2599,W,M,D,267,12/31/2014,01/01/2009,Mr. Doyle -Constable ,Justice of the Peace District 2 ,P.O. Box 148,,Merryville,LA,70653,337-825-6418,BEAUREGARD,Micheal Whitehead,P. O. Box 88,,Merryville,LA,70653,337-764-4697,W,M,,267,12/31/2014,01/01/2009,Mr. Whitehead -Constable ,Justice of the Peace District 4 ,306 Burnett Loop,,Longville,LA,70652,337-725-3667,BEAUREGARD,"""Tony"" Deville",306 Burnett Lp.,,Longville,LA,70652,337-725-3667,W,M,D,267,12/31/2014,01/01/2009,Mr. Deville -Constable ,Justice of the Peace District 5 ,4239 Hwy. 113,,Sugartown,LA,70662,337-328-7186,BEAUREGARD,Ray Dickens,4239 Hwy. 113,,Sugartown,LA,70662,337-328-7186,W,M,D,267,12/31/2014,01/01/2009,Mr. Dickens -Mayor ,Town of Merryville ,P. O. Box 607,,Merryville,LA,,337-825-8740,BEAUREGARD,Charles E. Hudson,P.O. Box 460,,Merryville,LA,70653,337-825-6512,W,M,D,300,06/30/2010,07/01/2006,Mr. Hudson -Mayor ,Town of Merryville ,P. O. Box 607,,Merryville,LA,,337-825-8740,BEAUREGARD,"Charles E. Hudson, ",7138 Hwy 110 W.,,Merryville,LA,70653,337-825-6512,W,M,D,300 -Chief of Police ,Town of Merryville ,P. O. Box 607,,Merryville,LA,70653,337-825-8740,BEAUREGARD,"James Longoria, ",3992 Watson St.,,Merryville,LA,70653-3341,337-375-4691,W,M,D,305 -Chief of Police ,Town of Merryville ,P. O. Box 607,,Merryville,LA,70653,337-825-8740,BEAUREGARD,James E. Longoria,3992 S. Watson St.,,Merryville,LA,70653,337-825-9599,W,M,D,305,06/30/2010,07/01/2006,Mr. Longoria -Alderman ,Town of Merryville ,P. O. Box 607,,Merryville,LA,70653,337-825-8740,BEAUREGARD,Cheryl Arnold,6026 Brown St.,,Merryville,LA,70653,337-825-8021,W,F,,310,06/30/2010,07/01/2006,Ms. Arnold -Alderman ,Town of Merryville ,P. O. Box 607,,Merryville,LA,70653,337-825-8740,BEAUREGARD,David Eaves,625 Spikes St.,,Merryville,LA,70653,337-396-7084,W,M,D,310,06/30/2010,07/01/2006,Mr. Eaves -Alderman ,Town of Merryville ,P. O. Box 607,,Merryville,LA,70653,337-825-8740,BEAUREGARD,Beaver Knighton,P.O. Box 397,,Merryville,LA,70653,337-825-8616,B,M,D,310,06/30/2010,07/01/2006,Mr. Knighton -Alderman ,Town of Merryville ,P. O. Box 607,,Merryville,LA,70653,337-825-8740,BEAUREGARD,Carolyn Rhodes,3027 Tyler St.,,Merryville,LA,70653,337-825-6309,W,F,D,310,06/30/2010,07/01/2006,Ms. Rhodes -Alderman ,Town of Merryville ,P. O. Box 607,,Merryville,LA,70653,337-825-8740,BEAUREGARD,Webb Stark,421 Walker St.,,Merryville,LA,70653,337-825-1241,W,M,D,310,06/30/2010,07/01/2006,Mr. Stark -DPEC Member ,at Large ,,,,LA,,,BIENVILLE,Roy Lilly,P.O. Box 730,,Gibsland,LA,71028,318-843-6650,W,M,D,054,02/20/2012,02/20/2008,Mr. Lilly -DPEC Member ,District 1 ,,,,LA,,,BIENVILLE,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,BIENVILLE,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,BIENVILLE,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,BIENVILLE,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,BIENVILLE,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,BIENVILLE,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,BIENVILLE,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,BIENVILLE,Kathy Conville Sims,210 Pinecrest Rd.,,Arcadia,LA,71001,318-263-9316,W,F,R,064,02/20/2012,02/20/2008,Ms. Sims -RPEC Member ,at Large ,,,,LA,,,BIENVILLE,Scott G. Yarnell,175 Page Rd.,,Castor,LA,71016-4262,318-544-9313,W,M,R,064,02/20/2012,02/20/2008,Mr. Yarnell -RPEC Member ,District 1 ,,,,LA,,,BIENVILLE,Kathy Sims,210 Pinecrest Rd.,,Arcadia,LA,71001,,,,,066,,04/07/2005,Ms. Sims -RPEC Member ,District 2 ,,,,LA,,,BIENVILLE,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,BIENVILLE,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,BIENVILLE,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,BIENVILLE,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,BIENVILLE,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,BIENVILLE,,,,,,,,,,,066 -Sheriff ,,P. O. Box 328,,Arcadia,LA,71001,318-263-2215,BIENVILLE,John E. Ballance,P.O. Box 328,,Arcadia,LA,71001,318-263-2215,W,M,D,225,06/30/2012,07/01/2008,Sheriff Ballance -Clerk of Court ,,"100 Courthouse Dr., Rm. 100",,Arcadia,LA,71001,318-263-2123,BIENVILLE,"James W. ""Jim"" Martin","100 Courthouse Dr., Rm. 100",,Arcadia,LA,71001,318-263-2123,W,M,D,230,06/30/2012,07/01/2008,Mr. Martin -Assessor ,,2705 Beech St.,,Arcadia,LA,71001,318-263-2214,BIENVILLE,Jimmie D. Smith,1501 Myrtle St.,,Arcadia,LA,71001,318-263-9748,W,M,D,235,12/31/2012,01/01/2009,Mr. Smith -Coroner ,,"970 First St.,",,Arcadia,LA,71001,318-263-7434,BIENVILLE,"""Don"" Smith",1969 Hazel St.,,Arcadia,LA,71001,318-263-8389,W,M,D,240,03/25/2012,03/24/2008,Mr. Smith -Police Juror,District 1,P. O. Box 479,,Arcadia,LA,71001,318-263-2019,BIENVILLE,"""Bill"" Sims",2342 Beech St.,,Arcadia,LA,71001,318-263-2317,W,M,O,245,01/08/2012,01/14/2008,Mr. Sims -Police Juror ,District 2 ,P. O. Box 479,,Arcadia,LA,71001,318-263-2019,BIENVILLE,Patrick O. Jefferson,3056 Johnson St.,,Arcadia,LA,71001,318-263-8723,B,M,D,245,01/08/2012,01/14/2008,Mr. Jefferson -Police Juror ,District 3 ,P. O. Box 479,,Arcadia,LA,71001,318-263-2019,BIENVILLE,Lee Thomas,P.O. Box 579,,Gibsland,LA,71028,318-843-6368,B,M,D,245,01/08/2012,01/14/2008,Mr. Thomas -Police Juror ,District 4 ,P. O. Box 479,,Arcadia,LA,71001,318-263-2019,BIENVILLE,Gregory R. Wilson,1419 Pietsch Rd.,,Ringgold,LA,71068,318-894-3125,W,M,D,245,01/08/2012,01/14/2008,Mr. Wilson -Police Juror ,District 5 ,P. O. Box 479,,Arcadia,LA,71001,318-263-2019,BIENVILLE,"""Tony"" Lawson",3046 Hwy. 154,,Ringgold,LA,71068,318-894-3222,W,M,,245,01/08/2012,01/14/2008,Mr. Lawson -Police Juror ,District 6 ,P. O. Box 479,,Arcadia,LA,71001,318-263-2019,BIENVILLE,Mike McCarthy,133 Gerald McCarthy Rd.,,Castor,LA,71016,318-544-2345,W,M,D,245,01/08/2012,01/14/2008,Mr. McCarthy -Police Juror ,District 7 ,P. O. Box 479,,Arcadia,LA,71001,318-263-2019,BIENVILLE,Raymond Earl Malone,1702 Shady Grove Rd.,,Saline,LA,71070,318-259-2830,B,M,D,245,01/08/2012,01/14/2008,Mr. Malone -Member of School Board ,District 1 ,P. O. Box 418,,Arcadia,LA,71001,318-263-9416,BIENVILLE,Dan K. Loe,1715 First St.,,Arcadia,LA,71001,318-263-8922,W,M,D,255,12/31/2010,01/01/2007,Mr. Loe -Member of School Board ,District 2 ,P. O. Box 418,,Arcadia,LA,71001,318-263-9416,BIENVILLE,Esther Ballard Sullivan,P.O. Box 153,,Arcadia,LA,71001,318-263-2193,B,F,,255,12/31/2010,01/01/2007,Ms. Sullivan -Member of School Board ,District 3 ,P. O. Box 418,,Arcadia,LA,71001,318-263-9416,BIENVILLE,Anthony V. Jenkins,P.O. Box 618,,Gibsland,LA,71028,318-843-9911,,,,255,12/31/2010,01/01/2007,Mr. Jenkins -Member of School Board ,District 4 ,P. O. Box 418,,Arcadia,LA,71001,318-263-9416,BIENVILLE,Bonita Reliford,1408 Wyatt St.,,Ringgold,LA,71068,318-894-9594,B,F,D,255,12/31/2010,01/01/2007,Mr. Reliford -Member of School Board ,District 5 ,P. O. Box 418,,Arcadia,LA,71001,318-263-9416,BIENVILLE,Martha Grigg,582 Dallas Rd.,,Ringgold,LA,71068,318-894-9479,W,F,D,255,12/31/2010,01/01/2007,Mr. Grigg -Member of School Board ,District 6 ,P. O. Box 418,,Arcadia,LA,71001,318-263-9416,BIENVILLE,Kenneth Larry Knotts,P.O. Box 6,,Saline,LA,71070,318-576-3675,W,M,D,255,12/31/2010,01/01/2007,Mr. Knotts -Member of School Board ,District 7 ,P. O. Box 418,,Arcadia,LA,71001,318-263-9416,BIENVILLE,Richard Walker,129 Brice Rd.,,Bienville,LA,71008,318-263-2410,,,,255,12/31/2010,01/01/2007,Mr. Walker -Justice of the Peace ,Justice of the Peace District 1 ,P. O. Box 158,,Arcadia,LA,71001,318-263-8807,BIENVILLE,David E. Cook,1844 Maple St.,,Arcadia,LA,71001,318-263-3735,B,M,,265,12/31/2014,01/01/2009,Mr. Cook -Justice of the Peace ,Justice of the Peace District 2 ,P. O. Box 268,,Gibsland,LA,71028,318-843-9747,BIENVILLE,Reginald Shaw,P.O. Box 268,,Gibsland,LA,71028,318-268-0794,B,M,,265,12/31/2014,01/01/2009,Mr. Shaw -Justice of the Peace ,Justice of the Peace District 3 ,819 Thompson Rd.,,Castor,LA,71016,318-544-2427,BIENVILLE,Jackie B. Sullivan,2769 Foster Arbor Rd.,,Castor,LA,71016,318-544-2427,W,F,,265,12/31/2014,01/01/2009,Mr. Sullivan -Justice of the Peace ,Justice of the Peace District 4 ,P. O. Box 5068,,Jamestown,LA,71045,318-894-3309,BIENVILLE,Ryanie O. Evans,P.O. Box 5068,,Jamestown,LA,71045,318-894-3309,W,M,,265,12/31/2014,01/01/2009,Mr. Evans -Justice of the Peace ,Justice of the Peace District 5 ,12056 Hwy. 501,,Saline,LA,71070,318-259-8451,BIENVILLE,David W. McConathy,1355 Sand Hill Rd.,,Quitman,LA,71268,318-259-8254,W,M,D,265,12/31/2014,01/01/2009,Mr. McConathy -Constable ,Justice of the Peace Ward 1 ,P.O. Box 186,,Arcadia,LA,71001,318-263-8699,BIENVILLE,Craig A. Jenkins,3120 Johnson St.,,Arcadia,LA,71001,318-263-8648,B,M,D,267,12/31/2014,01/01/2009,Mr. Jenkins -Constable ,Justice of the Peace Ward 2 ,1694 Hwy. 794,,Gibsland,LA,71028,318-843-6367,BIENVILLE,Darryl Ryder,1694 Hwy. 794,,Gibsland,LA,71028,318-843-6367,B,M,D,267,12/31/2014,01/01/2009,Mr. Ryder -Constable ,Justice of the Peace Ward 3 ,819 Thompson Rd.,,Castor,LA,71016,318-544-2427,BIENVILLE,Jack D. Sullivan,2769 Foster Arbor Rd.,,Castor,LA,71016,318-544-2427,W,M,,267,12/31/2014,01/01/2009,Mr. Sullivan -Constable ,Justice of the Peace Ward 4 ,P.O. Box 445,,Ringgold,LA,71068,318-894-3020,BIENVILLE,"Eugene L. ""Rudy"" Basinger",P.O. Box 445,,Ringgold,LA,71068,318-894-3020,W,M,,267,12/31/2014,01/01/2009,Mr. Basinger -Constable ,Justice of the Peace Ward 5 ,27624 Hwy. 9,,Bienville,LA,71008,318-385-9926,BIENVILLE,R. Yale Poland,27624 Hwy. 9,,Bienville,LA,71008,318-385-9926,W,M,,267,12/31/2014,01/01/2009,Mr. Poland -Mayor ,Town of Arcadia ,P. O. Box 767,,Arcadia,LA,,318-263-8456,BIENVILLE,Eugene Smith,P.O. Box,,Arcadia,LA,71001,318-263-8616,W,M,D,300,12/31/2010,01/01/2007,Mr. Smith -Mayor ,Town of Gibsland ,P. O. Box 309,,Gibsland,LA,,318-843-6141,BIENVILLE,Patrick White,P.O. Box 732,,Gibsland,LA,71028,318-617-1902,W,M,R,300,12/31/2010,01/01/2007,Mr. White -Mayor ,Town of Mount Lebanon ,P.O. Box 588,,Mount Lebanon,LA,,318-843-6458,BIENVILLE,Herbert Thurmond Newman,P.O. Box 588,,Gibsland,LA,71028,318-843-6658,W,M,D,300,12/31/2010,01/01/2007,Mr. Newman -Mayor ,Town of Ringgold ,P. O. Box 565,,Ringgold,LA,,318-894-4699,BIENVILLE,Stephone Taylor,890 Military Rd.,,Ringgold,LA,71068,318-894-9838,B,M,D,300,12/31/2010,10/30/2007,Mayor Taylor -Mayor ,Village of Bienville ,P. O. Box 207,,Bienville,LA,,,BIENVILLE,Wesley Boddie,P.O. Box 109,,Bienville,LA,71008,318-385-7562,W,M,R,300,12/31/2010,01/01/2007,Mr. Boddie -Mayor ,Village of Bryceland ,100 Fire Station Rd. #7,,Bryceland,LA,,318-263-8981,BIENVILLE,"Donald ""Donnie"" Byrd, ",181 Blue Ridge Rd.,,Bryceland,LA,71008-2661,318-263-2439,W,M,N,300 -Mayor ,Village of Bryceland ,100 Fire Station Rd. #7,,Bryceland,LA,,318-263-8981,BIENVILLE,"""Donnie"" Byrd",P.O. Box 302,,Arcadia,LA,71001,318-263-2439,W,M,,300,06/30/2010,07/01/2006,Mayor Byrd -Mayor ,Village of Castor ,P. O. Box 216,,Castor,LA,,318-544-8718,BIENVILLE,Vicki S. Pickett,P.O. Box 206,,Castor,LA,71016,318-544-8723,W,F,R,300,12/31/2010,02/23/2009,Mayor Pickett -Mayor ,Village of Jamestown ,P. O. Box 5128,,Jamestown,LA,,318-894-3612,BIENVILLE,Ralph Todd,P. O. Box 5022,,Jamestown,LA,71045,318-894-9213,W,M,O,300,12/31/2012,01/01/2009,Mayor Todd -Mayor ,Village of Lucky ,13041 Hwy. 4,,Castor,LA,,318-576-3348,BIENVILLE,"James Haskin, Jr.",13041 Hwy. 4,,Castor,LA,71016,318-576-8848,B,M,,300,06/30/2012,07/01/2008,Mayor Haskin -Mayor ,Village of Saline ,P. O. Box 118,,Saline,LA,,318-576-3545,BIENVILLE,John Allison Thomas,P.O. Box 207,,Saline,LA,71070,318-576-8712,W,M,D,300,06/30/2012,07/01/2008,Mayor Thomas -Chief of Police ,Town of Arcadia ,P. O. Box 767,,Arcadia,LA,71001,318-263-8456,BIENVILLE,Victor W. Rogers,1395 Talbert St.,,Arcadia,LA,71001,318-263-8476,B,M,D,305,12/31/2010,01/01/2007,Mr. Rogers -Chief of Police ,Town of Gibsland ,P. O. Box 309,,Gibsland,LA,71028,318-843-6141,BIENVILLE,Michael D. Wright,P.O. Box 54,,Gibsland,LA,71028,318-843-3690,B,M,D,305,12/31/2010,01/01/2007,Mr. Wright -Chief of Police ,Town of Ringgold ,P. O. Box 565,,Ringgold,LA,71068,318-894-4699,BIENVILLE,Lawson Bradley,2918 Glover St.,,Ringgold,LA,71068,318-894-9504,B,M,D,305,12/31/2010,01/01/2007,Chief Bradley -Chief of Police ,Village of Lucky ,13132 Hwy. 4,,Castor,LA,71016,318-576-3348,BIENVILLE,"""O. D."" Patterson",414 Six Mile Rd.,,Bienville,LA,71008,318-576-3209,B,M,D,305,06/30/2012,07/01/2008,Chief Patterson -Chief of Police ,Village of Saline ,P. O. Box 118,,Saline,LA,71070,318-576-3545,BIENVILLE,Scott Thrasher,P.O. Box 202,,Saline,LA,71070,318-576-8799,W,M,,305,06/30/2012,07/01/2008,Chief Thrasher -Alderman ,Town of Gibsland ,P. O. Box 309,,Gibsland,LA,71028,318-843-6141,BIENVILLE,Dawson L. Anglin,P.O. Box 757,,Gibsland,LA,71028,318-843-9672,W,M,,310,12/31/2010,01/01/2007,Mr. Anglin -Alderman ,Town of Gibsland ,P. O. Box 309,,Gibsland,LA,71028,318-843-6141,BIENVILLE,Timmy L. Cato,P.O. Box 626,,Gibsland,LA,71028,318-843-6270,B,M,O,310,12/31/2010,04/10/2007,Mr. Cato -Alderman ,Town of Gibsland ,P. O. Box 309,,Gibsland,LA,71028,318-843-6141,BIENVILLE,"Ray Ivory, Sr.",P.O. Box 152,,Gibsland,LA,71028,318-843-1508,B,M,D,310,12/31/2010,01/01/2007,Mr. Ivory -Alderman ,Town of Gibsland ,P. O. Box 309,,Gibsland,LA,71028,318-843-6141,BIENVILLE,Marketris Q. Jones,P.O. Box 475,,Gibsland,LA,71028,318-843-3688,B,M,D,310,12/31/2010,01/01/2007,Mr. Jones -Alderman ,Town of Mount Lebanon ,P.O. Box 588,,Mount Lebanon,LA,71028-0588 ,318-843-6658,BIENVILLE,Ruby Grubbs,12760 Hwy. 154,,Gibsland,LA,71028,318-843-6844,W,F,O,310,12/31/2010,01/01/2007,Ms. Grubbs -Alderman ,Town of Mount Lebanon ,P.O. Box 588,,Mount Lebanon,LA,71028-0588 ,318-843-6658,BIENVILLE,Dee D. Jowers,119 Coffee Rd.,,Gibsland,LA,71028,318-843-6493,W,M,,310,12/31/2010,01/01/2007,Mr. Jowers -Alderman ,Town of Mount Lebanon ,P.O. Box 588,,Mount Lebanon,LA,71028-0588 ,318-843-6658,BIENVILLE,Jonathan A. Kidd,133 Stagecoach Trail,,Gibsland,LA,71028,318-843-6904,W,M,,310,12/31/2010,01/01/2007,Mr. Kidd -Alderman ,Town of Mount Lebanon ,P.O. Box 588,,Mount Lebanon,LA,71028-0588 ,318-843-6658,BIENVILLE,Ora Elizabeth H. Towns,175 Huckleberry Ln.,,Gibsland,LA,71028-4507,318-843-6255,W,F,R,310,12/31/2010,01/01/2007,Ms. Towns -Alderman ,Town of Mount Lebanon ,P.O. Box 588,,Mount Lebanon,LA,71028-0588 ,318-843-6658,BIENVILLE,Philip L. Towns,2398 Hwy. 517,,Gibsland,LA,71028,318-843-9275,W,M,R,310,12/31/2010,01/01/2007,Mr. Towns -Alderman ,Village of Bienville ,P. O. Box 207,,Bienville,LA,71008,318-385-7533,BIENVILLE,Effie Lee Brice,P.O. Box 12,,Bienville,LA,71008,318-385-7524,B,F,O,310,12/31/2010,01/01/2007,Mr. Brice -Alderman ,Village of Bienville ,P. O. Box 207,,Bienville,LA,71008,318-385-7533,BIENVILLE,James N. Kirkham,25341 Hwy. 9,,Bienville,LA,71008,318-385-7552,W,M,D,310,12/31/2010,01/01/2007,Mr. Kirkham -Alderman ,Village of Bienville ,P. O. Box 207,,Bienville,LA,71008,318-385-7533,BIENVILLE,"James B. Smith, Jr.",377 King St.,,Bienville,LA,71008,318-385-7953,W,M,,310,12/31/2010,01/01/2007,Mr. Smith -Alderman ,Village of Bryceland ,100 Fire Station Rd. #7,,Bryceland,LA,71008,318-263-2405,BIENVILLE,Scott Calhoun,440 Hwy. 517,,Gibsland,LA,71028,318-263-8441,W,M,,310,06/30/2010,07/01/2006,Mr. Calhoun -Alderman ,Village of Bryceland ,100 Fire Station Rd. #7,,Bryceland,LA,71008,318-263-2405,BIENVILLE,"John Crawford, ",376 Hwy. 517,,Gibsland,LA,71028-4652,318-263-9672,W,M,N,310 -Alderman ,Village of Bryceland ,100 Fire Station Rd. #7,,Bryceland,LA,71008,318-263-2405,BIENVILLE,John M. Crawford,376 Hwy. 517,,Gibsland,LA,71028,318-263-9672,W,M,,310,06/30/2010,07/01/2006,Mr. Crawford -Alderman ,Village of Bryceland ,100 Fire Station Rd. #7,,Bryceland,LA,71008,318-263-2405,BIENVILLE,James E. Moss,498 Shiloh Cemetery Rd.,,Gibsland,LA,71028,318-263-8262,W,M,,310,06/30/2010,07/01/2006,Mr. Moss -Alderman ,Village of Bryceland ,100 Fire Station Rd. #7,,Bryceland,LA,71008,318-263-2405,BIENVILLE,"James E. Moss, ",498 Shiloh Cemetery Rd.,,Gibsland,LA,71028-4656,318-263-8262,W,M,R,310 -Alderman ,Village of Bryceland ,100 Fire Station Rd. #7,,Bryceland,LA,71008,318-263-2405,BIENVILLE,"Don M. Travis, ",201 Taylor Road,,Gibsland,LA,71028-4705,318-263-2256,W,M,R,310 -Alderman ,Village of Castor ,P. O. Box 216,,Castor,LA,71016,318-544-8718,BIENVILLE,Ray A. Bess,P.O. Box,,Castor,LA,71016,318-544-8802,,,O,310,12/31/2010,01/01/2007,Mr. Bess -Alderman ,Village of Castor ,P. O. Box 216,,Castor,LA,71016,318-544-8718,BIENVILLE,Charles Harper,P.O. Box 123,,Castor,LA,71016,318-544-8646,W,M,O,310,12/31/2010,01/01/2007,Mr. Harper -Alderman ,Village of Castor ,P. O. Box 216,,Castor,LA,71016,318-544-8718,BIENVILLE,Beth Warren,P.O. Box 223,,Castor,LA,71016,318-544-9036,W,F,,310,12/31/2010,02/23/2009,Ms. Warren -Alderman ,Village of Jamestown ,P. O. Box 5128,,Jamestown,LA,71045,318-894-3612,BIENVILLE,Conley Ray Bare,146 Barehill Rd.,,Jamestown,LA,71045,318-894-8713,W,M,O,310,12/31/2012,01/01/2009,Mr. Bare -Alderman ,Village of Jamestown ,P. O. Box 5128,,Jamestown,LA,71045,318-894-3612,BIENVILLE,Michael J. Taylor,4127 E. Front St.,,Jamestown,LA,71045,318-894-2440,W,M,O,310,12/31/2012,01/01/2009,Mr. Taylor -Alderman ,Village of Jamestown ,P. O. Box 5128,,Jamestown,LA,71045,318-894-3612,BIENVILLE,James G. Wiggins,P.O. Box 5001,,Jamestown,LA,71045,318-894-2582,W,M,,310,12/31/2012,01/01/2009,Mr. Wiggins -Alderman ,Village of Lucky ,13132 Hwy. 4,,Castor,LA,71016,318-576-3348,BIENVILLE,Columbus J. Boston,P.O. Box 171,,Saline,LA,71070,318-576-3348,B,M,D,310,06/30/2012,07/01/2008,Mr. Boston -Alderman ,Village of Lucky ,13132 Hwy. 4,,Castor,LA,71016,318-576-3348,BIENVILLE,Raymond L. Calep,220 Brooks Loop,,Castor,LA,71016,318-576-3979,B,M,D,310,06/30/2012,07/01/2008,Mr. Calep -Alderman ,Village of Lucky ,13132 Hwy. 4,,Castor,LA,71016,318-576-3348,BIENVILLE,Donald Sanders,446 Six Mile Rd.,,Bienville,LA,71008,318-576-9042,B,M,,310,06/30/2012,07/21/2008,Mr. Sanders -Alderman ,Village of Saline ,P. O. Box 118,,Saline,LA,71070,318-576-3545,BIENVILLE,Brenda Matthews,P.O. Box 310,,Saline,LA,71070,318-576-8743,W,F,,310,06/30/2012,07/01/2008,Ms. Matthews -Alderman ,Village of Saline ,P. O. Box 118,,Saline,LA,71070,318-576-3545,BIENVILLE,Jimmie R. Rogers,P.O. Box 190,,Saline,LA,71070,318-576-3202,W,M,D,310,06/30/2012,07/01/2008,Mr. Rogers -Alderman ,Village of Saline ,P. O. Box 118,,Saline,LA,71070,318-576-3545,BIENVILLE,Dorothy J. Satcher,P.O. Box 105,,Saline,LA,71070,318-576-3272,B,F,D,310,06/30/2012,07/01/2008,Ms. Satcher -Alderman ,Village of Saline ,P. O. Box 118,,Saline,LA,71070,318-576-3545,BIENVILLE,"Robert ""R D"" Slayton",867 Bruce Dr.,,Saline,LA,71070,318-576-3880,W,M,,310,06/30/2012,07/01/2008,Mr. Slayton -Alderman ,Village of Saline ,P. O. Box 118,,Saline,LA,71070,318-576-3545,BIENVILLE,Amy Warren,1020 Natchitoches St.,,Saline,LA,71070,318-576-3543,W,F,O,310,06/30/2012,07/01/2008,Ms. Warren -Council Member ,"District 1, Town of Arcadia ",P. O. Box 767,,Arcadia,LA,71001,318-263-8456,BIENVILLE,Doreatha Nelson,697 Smith St.,,Arcadia,LA,71001,318-957-2574,B,F,D,310,12/31/2010,11/24/2009,Mr. Nelson -Council Member ,"District 2, Town of Arcadia ",P. O. Box 767,,Arcadia,LA,71001,318-263-8456,BIENVILLE,Maggie Roberson,2676 Carver St.,,Arcadia,LA,71001,318-263-2283,,,D,310,12/31/2010,01/01/2007,Ms. Robinson -Council Member ,"District 3, Town of Arcadia ",P. O. Box 767,,Arcadia,LA,71001,318-263-8456,BIENVILLE,Billy R. Cook,3240 Hazel,,Arcadia,LA,71001,318-263-8221,W,M,O,310,12/31/2010,01/01/2007,Mr. Cook -Council Member ,"District 4, Town of Arcadia ",P. O. Box 767,,Arcadia,LA,71001,318-263-8456,BIENVILLE,Mattie Lou Harris,692 Evangeline Dr.,,Arcadia,LA,71001,318-263-2140,B,F,,310,12/31/2010,01/01/2007,Ms. Harris -Council Member ,"District 5, Town of Arcadia ",P. O. Box 767,,Arcadia,LA,71001,318-263-8456,BIENVILLE,"""E.J."" Ratcliff",2198 Pine St.,,Arcadia,LA,71001,318-263-8180,W,M,R,310,12/31/2010,01/01/2007,Mr. Ratcliff -Councilman ,"District 1, Town of Ringgold ",P. O. Box 565,,Ringgold,LA,71068,318-894-4699,BIENVILLE,Johnny Lee Shepherd,P.O. Box 654,,Ringgold,LA,71068,318-894-9644,B,M,,310,12/31/2010,01/01/2007,Mr. Shepherd -Councilman ,"District 2, Town of Ringgold ",P. O. Box 565,,Ringgold,LA,71068,318-894-4699,BIENVILLE,Bobby Guin,4035 Susan St.,,Ringgold,LA,71068,318-894-7919,W,M,D,310,12/31/2010,01/01/2007,Mr. Guin -Councilman ,"District 3, Town of Ringgold ",P. O. Box 565,,Ringgold,LA,71068,318-894-4699,BIENVILLE,Larry J. Hays,P.O. Box 733,,Ringgold,LA,71068,318-894-4522,W,M,D,310,12/31/2010,01/01/2007,Mr. Hays -Councilman ,"District 4, Town of Ringgold ",P. O. Box 565,,Ringgold,LA,71068,318-894-4699,BIENVILLE,Keith C. Johnson,P.O. Box 867,,Ringgold,LA,71068,318-894-9414,B,M,D,310,12/31/2010,01/01/2007,Mr. Johnson -Councilman ,"District 5, Town of Ringgold ",P. O. Box 565,,Ringgold,LA,71068,318-894-4699,BIENVILLE,Alan D. Clayborn,1156 Mill St.,,Ringgold,LA,71068,318-894-9855,W,M,D,310,12/31/2010,01/01/2007,Mr. Clayborn -DPEC Member ,at Large ,,,,LA,,,BOSSIER,,,,,,,,,,,054 -DPEC Member ,District 1 ,,,,LA,,,BOSSIER,Mark S. Hill,P.O. Box 57,,Haughton,LA,71037-0057 ,318-949-3588,B,M,D,056,02/20/2012,02/20/2008,Mr. Hill -DPEC Member ,District 2 ,,,,LA,,,BOSSIER,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,BOSSIER,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,BOSSIER,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,BOSSIER,"Rosemarie ""Rosie"" Salinas",139 Lakewood Point Dr.,,Bossier City,LA,71111-2073,318-747-9744,W,F,D,056,02/20/2012,02/20/2008,Ms. Salinas -DPEC Member ,District 6 ,,,,LA,,,BOSSIER,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,BOSSIER,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,BOSSIER,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,BOSSIER,,,,,,,,,,,056 -DPEC Member ,District 10 ,,,,LA,,,BOSSIER,,,,,,,,,,,056 -DPEC Member ,District 11 ,,,,LA,,,BOSSIER,,,,,,,,,,,056 -DPEC Member ,District 12 ,,,,LA,,,BOSSIER,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,BOSSIER,Laura Adley,3411 Pine Haven Circle,,Haughton,LA,71037,318-949-4517,W,F,R,064,02/20/2012,02/20/2008,Ms. Adley -RPEC Member ,at Large ,,,,LA,,,BOSSIER,"""Jamie"" Burns",129 Lone Oak Dr.,,Benton,LA,71006,318-965-5671,W,M,R,064,02/20/2012,02/20/2008,Mr. Burns -RPEC Member ,at Large ,,,,LA,,,BOSSIER,Joan L. Carraway,P. O. Box 327,,Benton,LA,71006,318-326-5829,W,F,R,064,02/20/2012,02/20/2008,Ms. Carraway -RPEC Member ,at Large ,,,,LA,,,BOSSIER,Peyton Cole,2513 N Waverly Dr.,,Bossier City,LA,71111,318-742-8071,W,M,R,064,02/20/2012,02/20/2008,Mr. Cole -RPEC Member ,at Large ,,,,LA,,,BOSSIER,Bobby W. Edmiston,1001 Bay Ridge Dr.,,Benton,LA,71006-3464,318-965-4925,W,M,R,064,02/20/2012,02/20/2008,Mr. Edmiston -RPEC Member ,District 1 ,,,,LA,,,BOSSIER,James L. Frost,305 Spring Branch Rd.,,Elm Grove,LA,71051,318-987-4297,,,,066,,06/05/2008,Mr. Frost -RPEC Member ,District 2 ,,,,LA,,,BOSSIER,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,BOSSIER,"""Mike"" Collier",521 Merritt Rd.,,Benton,LA,71006-4324,318-965-4321,W,M,R,066,02/20/2012,02/20/2008,Mr. Collier -RPEC Member ,District 4 ,,,,LA,,,BOSSIER,"""Cindy"" Johnston",205 Young Rd.,,Benton,LA,71006,318-326-5324,W,F,R,066,02/20/2012,02/20/2008,Ms. Johnston -RPEC Member ,District 5 ,,,,LA,,,BOSSIER,"Michael ""Mike"" Mosura",6014 Jason St.,,Bossier City,LA,71111-5744,318-742-3700,W,M,R,066,02/20/2012,02/20/2008,Mr. Monsura -RPEC Member ,District 6 ,,,,LA,,,BOSSIER,Anne Price,104 Cambridge Cir.,,Bossier City,LA,71111-2278,318-741-1572,W,F,R,066,02/20/2012,02/20/2008,Ms. Price -RPEC Member ,District 7 ,,,,LA,,,BOSSIER,,,,,,,,,,,066 -RPEC Member ,District 8 ,,,,LA,,,BOSSIER,J. Brad Cummings,2709 Old Minden rd.,,Bossier City,LA,71112,,,,,066,,06/25/2008 -RPEC Member ,District 9 ,,,,LA,,,BOSSIER,"Joseph ""Joe"" Gregorio",1100 Benton Rd.,,Bossier City,LA,71111-3608,318-747-0384,W,M,R,066,02/20/2012,02/20/2008,Mr. Gregorio -RPEC Member ,District 10 ,,,,LA,,,BOSSIER,,,,,,,,,,,066 -RPEC Member ,District 11 ,,,,LA,,,BOSSIER,,,,,,,,,,,066 -RPEC Member ,District 12 ,,,,LA,,,BOSSIER,Janie M. Kelley,1613 Caplis Sligo Rd.,,Bossier City,LA,71112-9859,318-747-2073,W,F,R,066,02/20/2012,02/20/2008,Ms. Kelley -Sheriff ,,P. O. Box 850,,Benton,LA,71006,318-965-3410,BOSSIER,Larry Deen,P.O. Box 850,,Benton,LA,71006,318-965-3409,W,M,R,225,06/30/2012,07/01/2008,Sheriff Dean -Clerk of Court ,,P. O. Box 430,,Benton,LA,71006-0746 ,318-965-2336,BOSSIER,"""Cindy"" Johnston",P. O. Box 430,,Benton,LA,71006-0746 ,318-326-5324,W,F,R,230,06/30/2012,07/01/2008,Ms. Johnston -Assessor ,,P. O. Box 325,,Benton,LA,71006-0325 ,318-965-2273,BOSSIER,Bobby W. Edmiston,1001 Bay Ridge Dr.,,Benton,LA,71006-3463,,W,M,R,235,12/31/2012,01/01/2009,Mr. Edmiston -Coroner ,,"3022 Old Minden Rd., Ste. 209",,Bossier City,LA,71112,318-549-3415,BOSSIER,John M. Chandler,P.O. Box 1386,,Benton,LA,71006,318-465-3505,W,M,R,240,03/25/2012,03/24/2008,Mr. Chandler -Police Juror,District 1,P. O. Box 70,,Benton,LA,71006,318-965-2329,BOSSIER,"Henry D. ""Hank"" Meachum",430 Shadywood Ln.,,Haughton,LA,71037-8949,,W,M,D,245,01/08/2012,01/14/2008,Mr. Meachum -Police Juror ,District 2 ,P. O. Box 70,,Benton,LA,71006,318-965-2329,BOSSIER,Glenn Benton,2325 Hidden Cove,,Haughton,LA,71037-9435,318-949-0851,W,M,D,245,01/08/2012,01/14/2008,Mr. Benton -Police Juror ,District 3 ,P. O. Box 70,,Benton,LA,71006,318-965-2329,BOSSIER,Wanda Bennett,309 Jacobs Pt.,,Benton,LA,71006-8445,318-965-2940,W,F,O,245,01/08/2012,01/14/2008,Ms. Bennett -Police Juror ,District 4 ,P. O. Box 70,,Benton,LA,71006,318-965-2329,BOSSIER,Winfred R. Johnston,258 Hwy. 537,,Plain Dealing,LA,71064-4502,318-326-4547,W,M,D,245,01/08/2012,01/14/2008,Mr. Johnston -Police Juror ,District 5 ,P. O. Box 70,,Benton,LA,71006,318-965-2329,BOSSIER,Barry Butler,1988 Swan Lake Rd.,,Bossier City,LA,71111-7104,318-747-2196,W,M,R,245,01/08/2012,01/14/2008,Mr. Butler -Police Juror ,District 6 ,P. O. Box 70,,Benton,LA,71006,318-965-2329,BOSSIER,"""Rick"" Avery",524 Wedgewood Dr.,,Bossier City,LA,71111-2290,318-747-4185,W,M,R,245,01/08/2012,01/14/2008,Mr. Avery -Police Juror ,District 7 ,P. O. Box 70,,Benton,LA,71006,318-965-2329,BOSSIER,"James ""Jimmy"" Cochran",2420 Douglas Dr.,,Bossier City,LA,71111-3448,318-742-8174,W,M,D,245,01/08/2012,01/14/2008,Mr. Cochran -Police Juror ,District 8 ,P. O. Box 70,,Benton,LA,71006,318-965-2329,BOSSIER,J. Brad Cummings,2709 Old Minden Rd.,,Bossier City,LA,71112-2313,318-746-7316,W,M,R,245,01/08/2012,01/14/2008,Mr. Cummings -Police Juror ,District 9 ,P. O. Box 70,,Benton,LA,71006,318-965-2329,BOSSIER,"William ""Bill"" Altimus",3002 June Ln.,,Bossier City,LA,71112-2810,318-742-7216,W,M,R,245,01/08/2012,01/14/2008,Mr. Altimus -Police Juror ,District 10 ,P. O. Box 70,,Benton,LA,71006,318-965-2329,BOSSIER,Jerome L. Darby,1212 Gibson Cir.,,Bossier City,LA,71112-3348,318-747-3489,B,M,O,245,01/08/2012,01/14/2008,Mr. Darby -Police Juror ,District 11 ,P. O. Box 70,,Benton,LA,71006,318-965-2329,BOSSIER,W. Wayne Hammack,4008 Wayne Ave.,,Bossier City,LA,71112-4031,318-746-6297,W,M,D,245,01/08/2012,01/14/2008,Mr. Hammack -Police Juror ,District 12 ,P. O. Box 70,,Benton,LA,71006,318-965-2329,BOSSIER,"Paul ""Mac"" Plummer",123 Oaklawn Dr.,,Bossier City,LA,71112,318-742-7489,W,M,R,245,01/08/2012,07/21/2008,Mr. Plummer -City Judge ,"City Court, City of Bossier City ",620 Benton Rd.,,Bossier City,LA,71111,318-741-8587,BOSSIER,"Thomas A. ""Tommy"" Wilson, Jr.",2215 Landau Ln.,,Bossier City,LA,71111,318-742-9404,W,M,R,250,12/31/2014,01/22/2009,Judge Wilson -City Marshal ,"City Court, City of Bossier City ",620 Benton Rd.,,Bossier City,LA,71111,318-741-8855,BOSSIER,Johnny Wyatt,2259 Landau Ln.,,Bossier City,LA,71111,318-747-6904,W,M,R,250,12/31/2014,01/01/2009,Judge Wyatt -Member of School Board ,District 1 ,P. O. Box 2000,,Benton,LA,71006,318-549-5000,BOSSIER,Jack E. Raley,P.O. Box 85,,Haughton,LA,71037,318-949-3675,W,M,R,255,12/31/2010,01/01/2007,Mr. Raley -Member of School Board ,District 2 ,P. O. Box 2000,,Benton,LA,71006,318-549-5000,BOSSIER,Brad Bockhaus,111 Harvest Ln.,,Haughton,LA,71037,318-949-6680,W,M,R,255,12/31/2010,10/14/2008,Mr. Bockhaus -Member of School Board ,District 3 ,P. O. Box 2000,,Benton,LA,71006,318-549-5000,BOSSIER,Allison Brigham,4960 Old Oak Dr.,,Benton,LA,71006,318-965-0590,W,F,R,255,12/31/2010,01/01/2007,Ms. Brigham -Member of School Board ,District 4 ,P. O. Box 2000,,Benton,LA,71006,318-549-5000,BOSSIER,Tammy Armer Smith,183 Willow Bend Rd.,,Benton,LA,71006,318-965-0477,W,F,D,255,12/31/2010,01/01/2007,Ms. Smith -Member of School Board ,District 5 ,P. O. Box 2000,,Benton,LA,71006,318-549-5000,BOSSIER,"Michael ""Mike"" Mosura",6014 Jason St.,,Bossier City,LA,71111,318-742-3700,W,M,R,255,12/31/2010,01/01/2007,Mr. Mosura -Member of School Board ,District 6 ,P. O. Box 2000,,Benton,LA,71006,318-549-5000,BOSSIER,"William ""Bill"" Kostelka",309 Audubon Ct.,,Bossier City,LA,71111-6329,318-747-2212,W,M,R,255,12/31/2010,01/01/2007,Mr. Kostelka -Member of School Board ,District 7 ,P. O. Box 2000,,Benton,LA,71006,318-549-5000,BOSSIER,J. W. Slack,2424 Douglas Dr.,,Bossier City,LA,71111-3448,318-746-5752,W,M,R,255,12/31/2010,01/01/2007,Mr. Slack -Member of School Board ,District 8 ,P. O. Box 2000,,Benton,LA,71006,318-549-5000,BOSSIER,Kenneth M. Wiggins,3201 Cloverdale Pl.,,Bossier City,LA,71111,318-742-0251,B,M,D,255,12/31/2010,01/01/2007,Mr. Wiggins -Member of School Board ,District 9 ,P. O. Box 2000,,Benton,LA,71006,318-549-5000,BOSSIER,Eddy Ray Presley,1816 Lee St.,,Bossier City,LA,71112-2024,318-746-7530,W,M,R,255,12/31/2010,01/01/2007,Mr. Presley -Member of School Board ,District 10 ,P. O. Box 2000,,Benton,LA,71006,318-549-5000,BOSSIER,"Julian ""Julius"" Darby",1130 Beverly St.,,Bossier City,LA,71112-3365,318-747-0818,O,M,O,255,12/31/2010,01/01/2007,Mr. Darby -Member of School Board ,District 11 ,P. O. Box 2000,,Benton,LA,71006,318-549-5000,BOSSIER,Lindell Webb,1830 Venus Dr.,,Bossier City,LA,71112-4359,318-746-0672,W,M,R,255,12/31/2010,01/01/2007,Mr. Webb -Member of School Board ,District 12 ,P. O. Box 2000,,Benton,LA,71006,318-549-5000,BOSSIER,Mack Knotts,5007 Kenilworth Dr.,,Bossier City,LA,71112,318-747-4166,W,M,R,255,12/31/2010,01/01/2007,Mr. Knotts -Justice of the Peace ,Justice of the Peace District 1 ,1416 Magnolia Ridge,,Bossier City,LA,71112-5042,318-746-4526,BOSSIER,"""Tom"" Carleton",1416 Magnolia Ridge,,Bossier City,LA,71112,318-746-4526,W,M,R,265,12/31/2014,01/01/2009,Mr. Carleton -Justice of the Peace ,Justice of the Peace District 3 ,270 Hwy. 537,,Plain Dealing,LA,71064,318-326-4384,BOSSIER,Clifford Cannon,171 Buckshot Rd.,,Plain Dealing,LA,71064,318-423-2368,W,M,,265,12/31/2014,01/01/2009,Mr. Cannon -Justice of the Peace ,Justice of the Peace District 3 ,270 Hwy. 537,,Plain Dealing,LA,71064,318-326-4384,BOSSIER,Jack Cook,P. O. Box 372,,Plain Dealing,LA,71064,318-326-4263,W,M,D,265,12/31/2014,01/01/2009,Mr. Cook -Justice of the Peace ,Justice of the Peace District 4 ,153 Salem Cemetery Road,,Plain Dealing,LA,71064,318-326-5120,BOSSIER,Julia A. Budwah,153 Salem Cemetery Rd.,,Plain Dealing,LA,71064,318-326-5120,W,F,D,265,12/31/2014,01/01/2009,Ms. Budwah -Justice of the Peace ,Justice of the Peace District 5 ,911 Old Plain Dealing Rd.,,Benton,LA,71006,318-965-0093,BOSSIER,Lorraine S. Ragsdale,101 Mildred St.,,Benton,LA,71006,318-965-0011,W,F,D,265,12/31/2014,01/01/2009,Ms. Ragsdale -Justice of the Peace ,Justice of the Peace District 6 ,P. O. Box 308,,Princeton,LA,71067,318-949-2581,BOSSIER,Charles Gray,P. O. Box 308,,Haughton,LA,71037,318-949-2581,W,M,D,265,12/31/2014,01/01/2009,Mr. Gray -Justice of the Peace ,Justice of the Peace District 6 ,P. O. Box 308,,Princeton,LA,71067,318-949-2581,BOSSIER,Cullen B. Keith,P. O. Box 11,,Princeton,LA,71067,318-949-3692,W,M,D,265,12/31/2014,01/01/2009,Mr. Keith -Constable ,Justice of the Peace District 1 ,5404 Hollyhock Ln.,,Bossier City,LA,71112-4922,318-742-2942,BOSSIER,Charles R. Logan,1507 Nottoway Pl.,,Bossier City,LA,71112,318-286-5542,,,D,267,12/31/2014,01/01/2009,Mr. Logan -Constable ,Justice of the Peace District 3 ,P.O. Box 323,,Plain Dealing,LA,71064,318-326-7477,BOSSIER,Eddie Chandler,P. O. Box 465,,Plain Dealing,LA,71064,318-326-5659,W,M,D,267,12/31/2014,01/01/2009,Mr. Chandler -Constable ,Justice of the Peace District 3 ,P.O. Box 323,,Plain Dealing,LA,71064,318-326-7477,BOSSIER,"Roy ""Tony"" Jenkins",P. O. Box 106,,Plain Dealing,LA,71064,318-326-5463,W,M,D,267,12/31/2014,01/01/2009,Mr. Jenkins -Constable ,Justice of the Peace District 4 ,155 Matlock Rd.,,Plain Dealing,LA,71064,318-326-4049,BOSSIER,"Ronald ""Ronnie"" Matlock",300 Dixon Cutoff Rd.,,Plain Dealing,LA,71064,318-326-4049,W,M,D,267,12/31/2014,01/01/2009,Mr. Matlock -Constable ,Justice of the Peace District 5 ,911 Old Plain Dealing Rd.,,Benton,LA,71006,318-965-0093,BOSSIER,"James E. ""Jim"" Frazier, Jr.",4618 Palmetto Rd.,,Benton,LA,71006,318-965-2532,W,M,D,267,12/31/2014,01/01/2009,Mr. Frazier -Constable ,Justice of the Peace District 6 ,P.O. Box 191,,Haughton,LA,71037,318-949-0322,BOSSIER,Kenneth Stephens,P. O. Box 191,,Haughton,LA,71037,319-949-0322,W,M,D,267,12/31/2014,01/01/2009,Mr. Stephens -Constable ,Justice of the Peace District 6 ,P.O. Box 191,,Haughton,LA,71037,318-949-0322,BOSSIER,"""Jeff"" Weems",6730 Hwy. 80,,Princeton,LA,71067,318-949-0862,,,R,267,12/31/2014,01/01/2009,Mr. Weems -Mayor ,City of Bossier City ,P. O. Box 5337,,Bossier City,LA,,318-741-8520,BOSSIER,"Lorenz ""Lo"" Walker",613 Enchanted Ln.,,Bossier City,LA,71111,318-742-7123,W,M,R,300,06/30/2013,07/01/2009,Mayor Walker -Mayor ,Town of Benton ,P. O. Box 1390,,Benton,LA,,318-965-2932,BOSSIER,Albert Doughty,P. O. Box 397,,Benton,LA,71006,318-965-0247,W,M,D,300,12/31/2012,01/02/2009,Mayor Doughty -Mayor ,Town of Haughton ,P. O. Box 729,,Haughton,LA,,318-949-9401,BOSSIER,"Carlton ""Pee-Wee"" Anderson",415 W. McKinley Ave.,,Haughton,LA,71037,318-949-9194,W,M,D,300,12/31/2012,01/01/2009,Mayor Anderson -Mayor ,Town of Plain Dealing ,P. O. Box 426,,Plain Dealing,LA,,318-326-4234,BOSSIER,Dale Barnette,P. O. Box 215,,Plain Dealing,LA,71064,318-326-5502,W,M,D,300,12/31/2010,01/01/2009,Mayor Barnette -Chief of Police ,Town of Benton ,P. O. Box 1390,,Benton,LA,71006,318-965-2932,BOSSIER,Charles Pilkinton,111 Pine St.,,Benton,LA,71006,318-965-2678,W,M,R,305,12/31/2012,01/01/2009,Chief Pilkinton -Chief of Police ,Town of Haughton ,P. O. Box 729,,Haughton,LA,71037,318-949-9401,BOSSIER,Rodney Farrington,P. O. Box 432,,Haughton,LA,71037,318-949-4854,W,M,R,305,12/31/2012,01/01/2009,Chief Farrington -Marshal ,Town of Plain Dealing ,P. O. Box 426,,Plain Dealing,LA,71064,318-326-4234,BOSSIER,Richard Stanford,P. O. Box 212,,Plain Dealing,LA,71064,318-326-5821,W,M,D,305,12/31/2010,01/01/2009,Marshal Stanford -Councilman at Large ,City of Bossier City ,P. O. Box 5337,,Bossier City,LA,71171-5337,318-741-8520,BOSSIER,Timothy Larkin,221 Evangeline Walk,,Bossier City,LA,71111,318-425-2300,W,M,R,308,06/30/2013,07/01/2009,Mr. Larkin -Councilman at Large ,City of Bossier City ,P. O. Box 5337,,Bossier City,LA,71171-5337,318-741-8520,BOSSIER,"David A. Montgomery, Jr.",130 Stonebridge Blvd.,,Bossier City,LA,71111,318-747-9886,W,M,R,308,06/30/2013,07/01/2009,Mr. Montgomery -Alderman ,"District 1, Town of Plain Dealing ",P. O. Box 426,,Plain Dealing,LA,71064,318-326-4234,BOSSIER,Charlotte Giles Hamiter,P. O. Box 90,,Plain Dealing,LA,71064,318-326-5705,W,F,D,310,12/31/2010,01/01/2009,Ms. Hamiter -Alderman ,"District 1, Town of Plain Dealing ",P. O. Box 426,,Plain Dealing,LA,71064,318-326-4234,BOSSIER,Linda Hamiter,617 Hickory Dr.,,Plain Dealing,LA,71064,318-326-4117,W,F,D,310,12/31/2010,01/01/2009,Ms. Hamiter -Alderman ,"District 2, Town of Plain Dealing ",P. O. Box 426,,Plain Dealing,LA,71064,318-326-4234,BOSSIER,Marilyn Gray Bordelon,P. O. Box 426,,Plain Dealing,LA,71064,318-326-5039,W,F,D,310,12/31/2010,01/01/2009,Ms. Bordelon -Alderman ,"District 3, Town of Plain Dealing ",P. O. Box 426,,Plain Dealing,LA,71064,318-326-4234,BOSSIER,Kenneth W. Stiles,4093 Old Plain Dealing Rd.,,Plain Dealing,LA,71064,318-465-0014,W,M,R,310,12/31/2010,01/01/2009,Mr. Stiles -Alderman ,"District 4, Town of Plain Dealing ",P. O. Box 426,,Plain Dealing,LA,71064,318-326-4234,BOSSIER,Terry J. Richardson,610 W. Palmetto Ave.,,Plain Dealing,LA,71064,318-326-4113,W,M,R,310,12/31/2010,01/01/2009,Mr. Richardson -Alderman ,"District 1, Town of Benton ",P. O. Box 1390,,Benton,LA,71006,318-965-2932,BOSSIER,Richard A. Jackson,805 Louis Ave.,,Benton,LA,71006,318-965-0741,B,M,D,310,12/31/2012,01/01/2009,Mr. Jackson -Alderman ,"District 2, Town of Benton ",P. O. Box 1390,,Benton,LA,71006,318-965-2932,BOSSIER,Linda Gates,529 Oak Ridge Dr.,,Benton,LA,71006,318-965-1333,,,D,310,12/31/2012,01/01/2009,Ms. Gates -Alderman ,"District 3, Town of Benton ",P. O. Box 1390,,Benton,LA,71006,318-965-2932,BOSSIER,"Ronald ""Ronnie"" Jones",P. O. 623,,Benton,LA,71006,318-965-0026,W,M,D,310,12/31/2012,01/01/2009,Mr. Jones -Alderman ,"District 4, Town of Benton ",P. O. Box 1390,,Benton,LA,71006,318-965-2932,BOSSIER,James Friday,105 Oak Ridge Dr.,,Benton,LA,71006,318-965-4912,W,M,R,310,12/31/2012,01/01/2009,Mr. Friday -Alderman ,"District 5, Town of Benton ",P. O. Box 1390,,Benton,LA,71006,318-965-2932,BOSSIER,"""Tommy"" Hill",P. O. Box 83,,Benton,LA,71006,318-965-2759,W,M,D,310,12/31/2012,10/27/2009,Mr. Hill -Alderman ,Town of Haughton ,P. O. Box 729,,Haughton,LA,71037,318-949-9401,BOSSIER,Doris J. Grappe,P. O. Box 302,,Haughton,LA,71037,318-949-0018,W,F,D,310,12/31/2012,01/01/2009,Mr. Grappe -Alderman ,Town of Haughton ,P. O. Box 729,,Haughton,LA,71037,318-949-9401,BOSSIER,Mike Hollis,718 W. McKinley Ave.,,Haughton,LA,71037,318-949-8683,W,M,D,310,12/31/2012,01/01/2009,Mr. Hollis -Alderman ,Town of Haughton ,P. O. Box 729,,Haughton,LA,71037,318-949-9401,BOSSIER,Martha McGee,420 Camp Zion Rd.,,Haughton,LA,71037,318-949-0224,W,F,R,310,12/31/2012,01/01/2009,Ms. McGee -Alderman ,Town of Haughton ,P. O. Box 729,,Haughton,LA,71037,318-949-9401,BOSSIER,Larry D. Small,7438 Hwy. 157,,Haughton,LA,71037,,,,,310,,09/17/2009,Mr. Small -Alderman ,Town of Haughton ,P. O. Box 729,,Haughton,LA,71037,318-949-9401,BOSSIER,Elbert Winfield,307 Galilee St.,,Haughton,LA,71037,318-949-8676,B,M,D,310,12/31/2012,01/01/2009,Mr. Winfield -Councilman ,"District 1, City of Bossier City ",P. O. Box 5337,,Bossier City,LA,71171-5337,318-741-8520,BOSSIER,Scott P. Irwin,113 Savannah Place Cr.,,Bossier City,LA,71112,318-742-2190,W,M,R,310,06/30/2013,07/01/2009,Mr. Irwin -Councilman ,"District 2, City of Bossier City ",P. O. Box 5337,,Bossier City,LA,71171-5337,318-741-8520,BOSSIER,"Jeffery D. ""Jeff"" Darby",3322 Kingsford Pl.,,Bossier City,LA,71112,318-742-6908,B,M,O,310,06/30/2013,07/01/2009,Mr. Darby -Councilman ,"District 3, City of Bossier City ",P. O. Box 5337,,Bossier City,LA,71171-5337,318-741-8520,BOSSIER,"Don ""Bubba"" Williams",1026 Princeton Ave.,,Bossier City,LA,71112,318-747-5320,W,M,D,310,06/30/2013,07/01/2009,Mr. Williams -Councilman ,"District 4, City of Bossier City ",P. O. Box 5337,,Bossier City,LA,71171-5337,318-823-2128,BOSSIER,David Jones,2506 Abbey Ct.,,Bossier City,LA,71111,318-752-1944,W,M,R,310,06/30/2013,07/01/2009,Mr. Jones -Councilman ,"District 5, City of Bossier City ",P. O. Box 5337,,Bossier City,LA,71171-5337,318-823-2128,BOSSIER,"James ""Chubby"" Knight",2322 Douglas Dr.,,Bossier City,LA,71111,318-572-8624,W,M,R,310,06/30/2013,07/01/2009,Mr. Knight -DPEC Member ,at Large ,,,,LA,,,CADDO,Artis Ray Cash,119 Waters Edge Dr.,,Shreveport,LA,71106-7775,318-798-3124,B,,D,054,02/20/2012,02/20/2008,Mr. Cash -DPEC Member ,at Large ,,,,LA,,,CADDO,Larry Ferdinand,3436 Galaxy Ln.,,Shreveport,LA,71119-5002,318-636-1555,B,,D,054,02/20/2012,02/20/2008,Mr. Ferdinand -DPEC Member ,at Large ,,,,LA,,,CADDO,"David W. Hylan, Jr.",843 Gladstone Blvd.,,Shreveport,LA,71104-4201,318-865-4007,W,M,D,054,02/20/2012,02/20/2008,Mr. Hylan -DPEC Member ,at Large ,,,,LA,,,CADDO,"""Don"" Miller",239 Ockley Dr.,,Shreveport,LA,71105-3024,318-222-9417,W,M,D,054,02/20/2012,02/20/2008,Mr. Miller -DPEC Member ,District 1 ,,,,LA,,,CADDO,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,CADDO,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,CADDO,June Phillips,3761 Bobbitt Pl.,,Shreveport,LA,71107-3801,318-221-5957,B,F,D,056,02/20/2012,02/20/2008,Ms. Phillips -DPEC Member ,District 4 ,,,,LA,,,CADDO,Kirk Green,546 Dalzell St.,,Shreveport,LA,71104,214-733-6889,W,M,D,056,02/20/2012,02/20/2008,Mr. Green -DPEC Member ,District 5 ,,,,LA,,,CADDO,Lillian Priest,2613 Parham Dr.,,Shreveport,LA,71109-3015,318-635-8335,B,F,D,056,02/20/2012,02/20/2008,Ms. Priest -DPEC Member ,District 6 ,,,,LA,,,CADDO,Steve G. Kirkikis,310 Orleans Dr.,,Shreveport,LA,71106-6224,318-861-1582,,,D,056,02/20/2012,02/20/2008,Mr. Kirkikis -DPEC Member ,District 7 ,,,,LA,,,CADDO,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,CADDO,"""Mike"" Sullivan",132 Carroll St.,,Shreveport,LA,71105-4235,318-861-7333,W,M,D,056,02/20/2012,02/20/2008,Mr. Sullivan -DPEC Member ,District 9 ,,,,LA,,,CADDO,Nita Steele,P.O. Box 52691,,Shreveport,LA,71135-2691,318-797-5604,B,F,D,056,02/20/2012,02/20/2008,Ms. Steele -DPEC Member ,District 10 ,,,,LA,,,CADDO,,,,,,,,,,,056 -DPEC Member ,District 11 ,,,,LA,,,CADDO,"Robert ""Bob"" Brown",10127 Freedoms Way,,Keithville,LA,71047-8950,318-458-6566,W,M,D,056,02/20/2012,02/20/2008,Mr. Brown -DPEC Member ,District 12 ,,,,LA,,,CADDO,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,CADDO,"Edward M. Brossette, ",529 Stephenson St.,,Shreveport,LA,71104,,,,,064,,01/13/2010,Mr. Brossette -RPEC Member ,at Large ,,,,LA,,,CADDO,Harold O. Coates,6117 Lovers Ln.,,Shreveport,LA,71105,318-868-1212,,,,064,,06/11/2008,Mr. Coates -RPEC Member ,at Large ,,,,LA,,,CADDO,"""Betsy"" Malone",3801 Greenway Pl.,,Shreveport,LA,71105-2015,318-868-3464,W,F,R,064,02/20/2012,02/20/2008 -RPEC Member ,at Large ,,,,LA,,,CADDO,"""Jay"" Murrell",4640 Fern Ave.,,Shreveport,LA,71105-3118,318-868-8379,,,R,064,02/20/2012,02/20/2008,Mr. Murrell -RPEC Member ,at Large ,,,,LA,,,CADDO,Barry Rachal,P. O. Box 5545,,Shreveport,LA,71135,318-797-6184,O,M,R,064,02/20/2012,02/20/2008 -RPEC Member ,District 1 ,,,,LA,,,CADDO,"""Kim"" Brun",6835 Dixie Shreveport Rd.,,Shreveport,LA,71107-8425,318-673-8367,W,F,R,066,02/20/2012,02/20/2008,Ms. Brun -RPEC Member ,District 2 ,,,,LA,,,CADDO,Mike Romanos,3845 N. Market St.,,Shreveport,LA,71107-3146,318-425-1597,,,R,066,02/20/2012,02/20/2008,Mr. Romanos -RPEC Member ,District 3 ,,,,LA,,,CADDO,Creighton Light,612 Wesley Ave.,,Shreveport,LA,71107-3923,,W,M,R,066,02/20/2012,02/20/2008,Mr. Light -RPEC Member ,District 3 ,,,,LA,,,CADDO,Creighton Light,612 Wesley St.,,Shreveport,LA,71107,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,CADDO,"""Jay"" Gallagher",1103 Blvd. St.,,Shreveport,LA,71104-2030,318-221-0456,W,M,R,066,02/20/2012,02/20/2008,Mr. Gallagher -RPEC Member ,District 5 ,,,,LA,,,CADDO,Claude L. White,2825 Regent St.,,Shreveport,LA,71109,318-635-7563,,,,066,,06/11/2008,Mr. White -RPEC Member ,District 6 ,,,,LA,,,CADDO,"Austin G. Robertson, Jr.",5 Beaux Rivages Dr.,,Shreveport,LA,71106-6806,318-222-8367,W,M,R,066,02/20/2012,02/20/2008,Mr. Robertson -RPEC Member ,District 7 ,,,,LA,,,CADDO,"""Don"" Hollis",4002 Curtis Ln.,,Shreveport,LA,71109-5016,318-773-4349,,,R,066,02/20/2012,02/20/2008,Mr. Hollis -RPEC Member ,District 8 ,,,,LA,,,CADDO,Louis R. Avallone,P. O. Box 5072,,Shreveport,LA,71135,318-470-2122,W,M,R,066,02/20/2012,02/20/2008,Mr. Acallone -RPEC Member ,District 9 ,,,,LA,,,CADDO,Jimmy C. Allen,7333 Camelback Dr.,,Shreveport,LA,71105-5007,318-797-4761,W,M,R,066,02/20/2012,02/20/2008,Mr. Allen -RPEC Member ,District 10 ,,,,LA,,,CADDO,"Stepphen C. Gibson, ",9402 Barid Rd,,Shreveport,LA,71118,318-688-0742,,,,066,,01/13/2010 -RPEC Member ,District 11 ,,,,LA,,,CADDO,Alan W. Koloc,2056 Sand Crest Dr.,,Shreveport,LA,71118,,,,,066,,06/11/2008,Mr. Koloc -RPEC Member ,District 12 ,,,,LA,,,CADDO,,,,,,,,,,,066 -Judge ,"Juvenile Court, Elec. Sect. 1C ",1835 Spring St.,,Shreveport,LA,71101,318-226-6757,CADDO,Shonda Stone,P. O. Box 5294,,Shreveport,LA,71135,318-213-8300,B,F,D,220,12/31/2014,01/01/2009,Judge Stone -Judge ,"Juvenile Court, Elec. Sect. 2B ",1835 Spring St.,,Shreveport,LA,71101,318-226-6755,CADDO,Paul Young,9907 Oak Haven Dr.,,Shreveport,LA,71106-8223,318-797-5919,,,D,220,12/31/2014,01/01/2009,Judge Young -Judge ,"Juvenile Court, Elec. Sect. 3A ",1835 Spring St.,,Shreveport,LA,71101,318-226-6755,CADDO,David Matlock,420 Pennsylvania Ave.,,Shreveport,LA,71105-3136,318-861-4277,,,R,220,12/31/2014,01/01/2009,Judge Matlock -Sheriff ,,"501 Texas St., Rm. 101",,Shreveport,LA,71101-5410,318-681-0687,CADDO,Stephen W. Prator,"501 Texas St., Rm. 101",,Shreveport,LA,71101-5410,318-797-1977,W,M,R,225,06/30/2012,07/01/2008,Sheriff Prator -Clerk of Court ,,"501 Texas St., Rm. 103",,Shreveport,LA,71101,318-226-6780,CADDO,Gary Loftin,"501 Texas St., Rm. 103",,Shreveport,LA,71101,318-226-6793,W,M,D,230,06/30/2012,07/01/2008,Mr. Loftin -Assessor ,,"501 Texas St., Rm. 102, Cthse.",,Shreveport,LA,71101,318-226-6711,CADDO,"Charles R. Henington, Jr.",1723 Bayou Dr.,,Shreveport,LA,71105-3401,318-865-8188,W,M,D,235,12/31/2012,01/02/2009,Mr. Henington -Coroner ,,1704 Market St.,,Shreveport,LA,71101,318-226-6881,CADDO,Todd G. Thoma,124 Baltic Dr.,,Shreveport,LA,71115-2903,318-524-3011,W,M,R,240,03/25/2012,03/24/2008,Mr. Thoma -Parish Commission Member ,District 1 ,"505 Travis St., Ste. 110",,Shreveport,LA,,318-226-6596,CADDO,"""Doug"" Dominick",712 S. Cypress St.,,Vivian,LA,71082-3206,318-375-2356,W,M,R,245,01/09/2012,01/14/2008,Mr. Dominick -Parish Commission Member ,District 2 ,"505 Travis St., Ste. 110",,Shreveport,LA,71101-5409,318-226-6596,CADDO,Rose Wilson McCulloch,2509 Kemp Ln.,,Shreveport,LA,71107-6020,318-227-0803,,,D,245,01/09/2012,01/14/2008,McCulloch -Parish Commission Member ,District 3 ,"505 Travis St., Ste. 110",,Shreveport,LA,71101-5409,318-226-6596,CADDO,"Carl A. Pierson, Sr.",2106 Wyoming Cir.,,Shreveport,LA,71101-2140,318-222-0132,,,D,245,01/09/2012,01/14/2008,Mr. Pierson -Parish Commission Member ,District 4 ,"505 Travis St., Ste. 110",,Shreveport,LA,71101-5409,318-226-6596,CADDO,Matthew Linn,P.O. Box 44373,,Shreveport,LA,71134-4373,318-402-1132,,,R,245,01/09/2012,01/14/2008,Mr. Linn -Parish Commission Member ,District 5 ,"505 Travis St., Ste. 110",,Shreveport,LA,71101-5409,318-226-6596,CADDO,"""Sam"" Jenkins",2419 Kings Hwy.,,Shreveport,LA,71103,318-636-4266,B,M,D,245,01/09/2012,01/14/2008,Mr. Jenkins -Parish Commission Member ,District 6 ,"505 Travis St., Ste. 110",,Shreveport,LA,71101-5409,318-226-6596,CADDO,Lindora Baker,451 E 78th St.,,Shreveport,LA,71106-5009,318-868-8340,B,F,D,245,01/09/2012,02/23/2009,Ms. Baker -Parish Commission Member ,District 7 ,"505 Travis St., Ste. 110",,Shreveport,LA,71101-5409,318-226-6596,CADDO,Stephanie Lynch,P.O. Box 38891,,Shreveport,LA,71133,318-218-5612,B,F,D,245,01/09/2012,01/14/2008,Ms. Lynch -Parish Commission Member ,District 8 ,"505 Travis St., Ste. 110",,Shreveport,LA,71101-5409,318-226-6596,CADDO,John Escude',303 Glen Erica St.,,Shreveport,LA,71106-6001,318-861-1131,W,M,R,245,01/09/2012,01/14/2008,Mr. Escude' -Parish Commission Member ,District 9 ,"505 Travis St., Ste. 110",,Shreveport,LA,71101-5409,318-226-6596,CADDO,"Michael ""Mike"" Thibodeaux",7712 Millicent Way,,Shreveport,LA,71105-5602,318-797-6511,W,M,R,245,01/09/2012,01/14/2008,Mr. Thibodeaux -Parish Commission Member ,District 10 ,"505 Travis St., Ste. 110",,Shreveport,LA,71101-5409,318-226-6596,CADDO,David F. Cox,2633 Lyles Ln.,,Shreveport,LA,71118-2623,318-687-3127,W,M,R,245,01/09/2012,01/14/2008,Mr. Cox -Parish Commission Member ,District 11 ,"505 Travis St., Ste. 110",,Shreveport,LA,71101-5409,318-226-6596,CADDO,"""Jim"" Smith",2039 Evergreen Dr.,,Shreveport,LA,71118,318-469-1945,,M,,245,01/09/2012,01/14/2008,Mr. Smith -Parish Commission Member ,District 12 ,"505 Travis st., Ste. 110",,Shreveport,LA,71101-5409,318-226-6596,CADDO,"""Ken"" Epperson",3822 Treat Dr.,,Shreveport,LA,71119-6908,318-773-2654,B,,D,245,01/09/2012,01/14/2008,Mr. Epperson -Member of School Board ,District 1 ,1961 Midway St.,,Shreveport,LA,71108,318-603-6509,CADDO,"""Steve"" Riall",8033 Old Mooringsport Rd.,,Shreveport,LA,71107,318-929-2065,W,,R,255,12/31/2010,04/14/2009,Mr. Riall -Member of School Board ,District 2 ,1961 Midway St.,,Shreveport,LA,71108,318-603-6509,CADDO,Eursla Dickerson Hardy,106 Holcomb Dr.,,Shreveport,LA,71103-2026,318-424-0673,B,F,D,255,12/31/2010,01/01/2007,Ms. Hardy -Member of School Board ,District 3 ,1961 Midway St.,,Shreveport,LA,71108,318-603-6509,CADDO,Willie D. Burton,417 Indian Tr.,,Shreveport,LA,71107-5417,318-422-5035,B,M,D,255,12/31/2010,01/01/2007,Mr. Burton -Member of School Board ,District 4 ,1961 Midway St.,,Shreveport,LA,71108,318-603-6509,CADDO,Charlotte Crawley,4741 Thornhill Ave.,,Shreveport,LA,71106-1523,318-865-0704,W,F,D,255,12/31/2010,01/01/2007,Ms. Crawley -Member of School Board ,District 5 ,1961 Midway St.,,Shreveport,LA,71108,318-603-6509,CADDO,Lola B. May,2828 Judson St.,,Shreveport,LA,71109-3614,318-222-6519,,,D,255,12/31/2010,01/01/2007,Ms. May -Member of School Board ,District 6 ,1961 Midway St.,,Shreveport,LA,71108,318-603-6509,CADDO,Tammy Phelps,622 Hoover Dr.,,Shreveport,LA,71106-5133,318-869-7656,,,D,255,12/31/2010,01/01/2007,Ms. Phelps -Member of School Board ,District 7 ,1961 Midway St.,,Shreveport,LA,71108,318-603-6509,CADDO,Lillian Priest,P.O. Box 1583,,Shreveport,LA,71165,318-635-8335,B,F,D,255,12/31/2010,01/01/2007,Ms. Priest -Member of School Board ,District 8 ,1961 Midway St.,,Shreveport,LA,71108,318-603-6509,CADDO,Bonita H. Crawford,295 Patton Ave.,,Shreveport,LA,71105-3040,318-868-3684,W,F,R,255,12/31/2010,01/01/2007,Mr. Crawford -Member of School Board ,District 9 ,1961 Midway St.,,Shreveport,LA,71108,318-603-6509,CADDO,Barry Rachal,523 Rock Hollow Dr.,,Shreveport,LA,71115-2501,318-797-6184,O,M,R,255,12/31/2010,01/01/2007,Mr. Rachal -Member of School Board ,District 10 ,1961 Midway St.,,Shreveport,LA,71108,318-603-6509,CADDO,Larry Ramsey,9006 Marlow Dr.,,Shreveport,LA,71118-2723,318-686-7611,W,M,R,255,12/31/2010,01/01/2007,Mr. Ramsey -Member of School Board ,District 11 ,1961 Midway St.,,Shreveport,LA,71108,318-603-6509,CADDO,"""Ginger"" Armstrong",9800 Chase Way,,Shreveport,LA,71118-4624,318-688-0676,W,F,R,255,12/31/2010,01/01/2007,Ms. Armstrong -Member of School Board ,District 12 ,1961 Midway St.,,Shreveport,LA,71108,318-603-6509,CADDO,Dottie Bell,7881 Jefferson Paige Rd.,,Shreveport,LA,71119-8866,318-635-4667,B,,D,255,12/31/2010,01/01/2007,Ms. Bell -Justice of the Peace ,Justice of the Peace Ward 1 ,P. O. Box 104,,Belcher,LA,71004,318-378-4504,CADDO,Barbara Douget,146 Church St.,,Belcher,LA,71004,318-378-4530,W,F,R,265,12/31/2014,01/01/2009,Ms. Doucet -Justice of the Peace ,"Justice of the Peace Ward 2, Oil City Dist. ",9369 Gay Ln.,,Oil City,LA,71061-9704,318-995-0403,CADDO,Ruth W. Johnston,9369 Gay Ln.,,Oil City,LA,71061-9704,318-995-0403,W,F,D,265,12/31/2014,01/01/2009,Ms. Johnston -Justice of the Peace ,"Justice of the Peace Ward 2, Vivian District ",14626 Old Atlanta Rd.,,Vivian,LA,71082-8563,318-375-3158,CADDO,Joe Caldwell,14626 Old Atlanta Rd.,,Vivian,LA,71082-8563,318-375-3158,,,D,265,12/31/2014,01/01/2009,Mr. Caldwell -Justice of the Peace ,"Justice of the Peace Ward 3, Blanchard Dist. ",P. O. Box 564,,Blanchard,LA,71009,318-929-4830,CADDO,,,,,,,,,,,265 -Justice of the Peace ,"Justice of the Peace Ward 3, Mooringsport D. ",9250 N. LA Hwy. 169,,Mooringsport,LA,71060-8620,318-996-7068,CADDO,"M. E. ""Gene"" Nichols, Sr.",7759 Sundown Dr.,,Mooringsport,LA,71060-8733,318-996-7992,,,R,265,12/31/2014,01/01/2009,Mr. Nichols -Justice of the Peace ,Justice of the Peace Ward 5 ,8353 Tanya Dr.,,Greenwood,LA,71033-3338,318-938-1896,CADDO,"""Tom"" Bryson",8353 Tanya Dr.,,Greenwood,LA,71033,318-938-1896,W,M,R,265,12/31/2014,01/01/2009,Mr. Bryson -Justice of the Peace ,Justice of the Peace Ward 6 ,3811 Christy Dr.,,Shreveport,LA,71129-9740,318-925-2286,CADDO,Glenda Ennis Britton,3811 Christy Dr.,,Shreveport,LA,71129-9740,318-925-2286,W,F,D,265,12/31/2014,01/01/2009,Ms. Britton -Justice of the Peace ,Justice of the Peace Ward 7 ,P. O. Box 6772,,Shreveport,LA,71136,318-687-5319,CADDO,Susan Waddell,3221 Green Terrace Rd.,,Shreveport,LA,71118,318-458-4834,W,F,R,265,12/31/2014,01/01/2009,Ms. Waddell -Justice of the Peace ,Justice of the Peace Ward 8 ,10543 Norris Ferry Rd.,,Shrevport,LA,71106-8331,318-797-4014,CADDO,Gregory M. Taylor,5057 Dixie Garden Dr.,,Shreveport,LA,71105,318-869-4267,W,M,R,265,12/31/2014,09/03/2009,Mr. Taylor -Justice of the Peace ,Justice of the Peace Ward 9 ,17665 Munnerlyn Chapel Rd.,,Ida,LA,71044,318-284-3528,CADDO,Dale A. Hopper,17665 Munnerlyn Chapel Rd.,,Ida,LA,71044,318-284-3528,W,M,D,265,12/31/2014,01/01/2009,Mr. Hopper -Constable ,Justice of the Peace Ward 1 ,8543 Sac Fox,,Shreveport,LA,71107-9118,318-797-1673,CADDO,Paul Sapp,P. O. Box 143,,Gilliam,LA,71029,318-296-4441,W,M,,267,12/31/2014,01/01/2009,Mr. Sapp -Constable ,"Justice of the Peace Ward 2, Oil City Dist. ",P.O. Box 519,,Oil City,LA,71061,318-994-6329,CADDO,H. P. Johnston,9369 Gay Ln.,,Oil City,LA,71061,318-995-0403,W,M,D,267,12/31/2014,01/01/2009,Mr. Johnston -Constable ,"Justice of the Peace Ward 2, Vivian Dist. ",P.O. Box 812,,Oil City,LA,71061,318-955-6438,CADDO,Tommy E. Poindexter,P. O. Box 812,,Oil City,LA,71061,318-995-6438,W,M,R,267,12/31/2014,01/01/2009,Mr. Poindexter -Constable ,"Justice of the Peace Ward 3, Blanchard Dist. ",P.O. Box 1394,,Blanchard,LA,71009,318-929-4612,CADDO,"""Mike"" Lowery",6916 N. Colony Dr.,,Shreveport,LA,71107-9552,318-929-3720,W,M,R,267,12/31/2014,01/01/2009,Mr. Lowery -Constable ,"Justice of the Peace Ward 3, Mooringsport D. ",P.O. Box 475,,Mooringsport,LA,71060,318-996-7523,CADDO,Dale G. Nix,P. O. Box 475,,Mooringsport,LA,71060-0475 ,318-996-7523,W,M,R,267,12/31/2014,01/01/2009,Mr. Nix -Constable ,Justice of the Peace Ward 5 ,"504 Travis St., Ste. 110",,Shreveport,LA,71101-5409,,CADDO,David O. Anderson,"7400 Glen Leaf Rd., Lot 137",,Shreveport,LA,71129-3716,318-688-3998,W,M,R,267,12/31/2014,01/01/2009,Mr. Anderson -Constable ,Justice of the Peace Ward 6 ,11795 Sparks Davis Rd.,,Keithville,LA,71047-7551,318-925-2719,CADDO,"T. A. ""Tom"" Hyer",11795 Sparks Davis Rd.,,Keithville,LA,71047-7551,318-925-2719,W,M,R,267,12/31/2014,01/01/2009,Mr. Hyer -Constable ,Justice of the Peace Ward 7 ,P.O. Box 92,,Keithville,LA,71047,318-925-2209,CADDO,John McGrew,917 Barron Rd.,,Keithville,LA,71047-7317,318-925-2209,W,M,R,267,12/31/2014,01/01/2009,Mr. McGrew -Constable ,Justice of the Peace Ward 8 ,10543 Norris Ferry Rd.,,Shreveport,LA,71106-8331,318-797-4014,CADDO,Eric Hatfield,P. O. Box 65054,,Shreveport,LA,71136,318-866-9577,W,M,R,267,12/31/2014,01/01/2009,Mr. Hatfield -Constable ,Justice of the Peace Ward 9 ,P.O. Box 193,,Hosston,LA,71043-0193 ,318-287-3976,CADDO,J. Perry Hart,P. O. Box 312,,Rodessa,LA,71069-0312 ,318-223-4302,W,M,R,267,12/31/2014,01/01/2009,Mr. Hart -Mayor ,Town of Blanchard ,P. O. Box 428,,Blanchard,LA,,318-929-7593,CADDO,"Johnny ""Bubba"" Digilormo",P.O. Box 1051,,Blanchard,LA,71009-1051,318-929-2020,W,,R,300,12/31/2010,01/01/2007,Mr. Digilormo -Mayor ,Town of Greenwood ,P. O. Box 195,,Greenwood,LA,,318-938-7261,CADDO,David L. Hanson,8387 Woodstock Dr.,,Greenwood,LA,71033,318-938-7647,W,,O,300,06/30/2012,07/01/2008,Mayor Hanson -Mayor ,Town of Mooringsport ,P. O. Box 9,,Mooringsport,LA,,318-996-7661,CADDO,Lynn R. Porter,402 Christian St.,,Mooringsport,LA,71060-8787,318-996-6071,W,F,R,300,12/31/2010,01/01/2007,Ms. Porter -Mayor ,Town of Oil City ,P. O. Box 520,,Oil City,LA,,318-995-6681,CADDO,"Charles ""Chip"" Dickey, Jr.",P. O. Box 373,,Oil City,LA,71061-0373 ,318-995-6243,W,M,O,300,12/31/2012,01/01/2009,Mayor Dickey -Mayor ,Town of Vivian ,112 W. Alabama,,Vivian,LA,,318-375-3856,CADDO,Stephen G. Taylor,1001 N. Pine St.,,Vivian,LA,71082,318-375-3239,W,M,,300,12/31/2010,01/01/2007,Mayor Taylor -Mayor ,Village of Belcher ,P. O. Box 206,,Belcher,LA,,318-378-4206,CADDO,Jennifer C. Fant,P.O. Box 251,,Belcher,LA,71004-3802,318-378-4206,W,F,R,300,12/31/2010,01/01/2007,Ms. Fant -Mayor ,Village of Gilliam ,P. O. Box 129,,Gilliam,LA,,318-296-4393,CADDO,Helen Adger,P.O. Box 247,,Gilliam,LA,71029-8761,318-296-4393,W,F,D,300,12/31/2010,01/01/2007,Mr. Adger -Mayor ,Village of Hosston ,P. O. Box 206,,Hosston,LA,,318-287-3225,CADDO,Dennis White,P. O. Box 356,,Hosston,LA,71043,318-287-3566,W,,O,300,12/31/2012,01/01/2009,Mayor White -Mayor ,Village of Ida ,P.O. Box 299,,Ida,LA,,318-284-3231,CADDO,"Clyde H. ""Smokie"" Maddox, Sr.",P. O. Box 268,,Ida,LA,71044,318-284-3496,W,M,R,300,12/31/2012,01/01/2009,Mayor Maddox -Mayor ,Village of Rodessa ,P. O. Box 336,,Rodessa,LA,,318-223-4211,CADDO,Paul W. Lockard,9939 Standard Oil Rd.,,Rodessa,LA,71069,318-464-1476,W,M,O,300,12/31/2012,01/01/2009,Mayor Lockard -Chief of Police ,Town of Blanchard ,P. O. Box 428,,Blanchard,LA,71009,318-929-7593,CADDO,Gary Presswood,P.O. Box 398,,Blanchard,LA,71109-0398 ,318-929-7955,W,M,D,305,12/31/2010,01/01/2007,Mr. Presswood -Chief of Police ,Town of Mooringsport ,P. O. Box 9,,Mooringsport,LA,71060,318-996-7661,CADDO,"Dale G. Nix, Jr.",P. O. Box 595,,Mooringsport,LA,71061,318-996-0801,W,M,R,305,12/31/2010,01/01/2007 -Chief of Police ,Town of Vivian ,112 W. Alabama,,Vivian,LA,71082,318-375-3856,CADDO,Sam Curry,10110 Upper State Line Rd.,,Vivian,LA,71082-9162,318-375-3827,W,M,D,305,12/31/2010,01/01/2007,Chief Curry -Chief of Police ,Village of Belcher ,P. O. Box 206,,Belcher,LA,71004,318-378-4206,CADDO,Tommy G. Hatcher,407 Self Rd.,,Belcher,LA,71004,318-378-4240,W,M,R,305,12/31/2010,01/01/2007 -Chief of Police ,Village of Gilliam ,P. O. Box 129,,Gilliam,LA,71029-0129 ,318-296-4393,CADDO,Deldecarleo M. Walker,P.O. Box 233,,Gilliam,LA,71029,318-402-3255,B,M,D,305,12/31/2010,01/01/2007,Mr. Walker -Chief of Police ,Village of Hosston ,P. O. Box 206,,Hosston,LA,71043,318-287-3225,CADDO,"""Whit"" Giles",P. O. Box 193,,Hosston,LA,71043-0193 ,318-287-3976,W,,O,305,12/31/2012,01/01/2009,Chief Giles -Chief of Police ,Village of Ida ,P.O. Box 299,,Ida,LA,71044,318-284-3231,CADDO,"David C. Austin, Jr.",P. O. Box 178,,Ida,LA,71044,318-284-3291,W,M,O,305,12/31/2012,01/01/2009,Chief Austin -Alderman at Large ,Town of Greenwood ,P. O. Box 195,,Greenwood,LA,71033,318-938-7261,CADDO,"Frank Stawasz, Jr.",8347 Kelly Ln.,,Greenwood,LA,71033-3348,318-938-1767,W,M,R,308,06/30/2012,07/01/2008,Mr. Stawasz -Alderman at Large ,Town of Vivian ,112 W. Alabama,,Vivian,LA,71082,318-375-3856,CADDO,"""Randy"" Slagle",308 W. Alabama Ave.,,Vivian,LA,71082-2606,318-375-3148,W,F,O,308,12/31/2010,01/01/2007,Mr. Slagle -Council Member at Large ,Town of Mooringsport ,P. O. Box 9,,Mooringsport,LA,71060,318-996-7661,CADDO,"Robert ""Bob"" Guth",P. O. Box 544,,Mooringsport,LA,71060,318-996-7253,W,M,O,308,12/31/2010,01/01/2007 -Council Member at Large ,Town of Mooringsport ,P. O. Box 9,,Mooringsport,LA,71060,318-996-7661,CADDO,William Moore,P. O. Box 313,,Mooringsport,LA,71060-0313 ,318-996-7289,W,M,R,308,12/31/2010,01/01/2007 -Alderman ,"District 1, Town of Oil City ",P. O. Box 520,,Oil City,LA,71061,318-995-6681,CADDO,Michael R. Hensley,"403 Walnut St., Apt. 29",,Oil City,LA,71060,318-995-6413,W,M,O,310,12/31/2012,01/01/2009,Mr. Hensley -Alderman ,"District 2, Town of Oil City ",P. O. Box 520,,Oil City,LA,71061,318-995-6681,CADDO,"""Donnie"" Jackson",P. O. Box 664,,Oil City,LA,71061-0664 ,318-995-0037,B,M,D,310,12/31/2012,01/01/2009,Mr. Jackson -Alderman ,"District 3, Town of Oil City ",P. O. Box 520,,Oil City,LA,71061,318-995-6681,CADDO,James T. Sims,P. O. Box 302,,Oil City,LA,71061-0302 ,318-995-5396,B,,D,310,12/31/2012,01/01/2009,Mr. Sims -Alderman ,"District 4, Town of Oil City ",P. O. Box 520,,Oil City,LA,71061,318-995-6681,CADDO,Sharon Emmons,P. O. Box 584,,Oil City,LA,71061-0584 ,318-995-7356,W,F,D,310,12/31/2012,01/01/2009,Ms. Emmons -Alderman ,"District 5, Town of Oil City ",P. O. Box 520,,Oil City,LA,71061,318-995-6681,CADDO,"James Clifton, Sr.",P. O. Box 451,,Oil City,LA,71061-0451 ,318-995-7325,W,M,D,310,12/31/2012,01/01/2009,Mr. Clifton -Alderman ,"District 1, Town of Greenwood ",P. O. Box 195,,Greenwood,LA,71033,318-938-7261,CADDO,Gary Cook,4908 Scott Dr.,,Greenwood,LA,71033-2315,318-938-7677,W,M,R,310,06/30/2012,07/01/2008,Mr. Cook -Alderman ,"District 2, Town of Greenwood ",P. O. Box 195,,Greenwood,LA,71033,318-938-7261,CADDO,Heidi NaQuin,7110 Waterwood Dr.,,Greenwood,LA,71033,318-938-9643,W,F,R,310,06/30/2012,08/24/2009,Ms. NaQuin -Alderman ,"District 3, Town of Greenwood ",P. O. Box 195,,Greenwood,LA,71033,318-938-7261,CADDO,Jewel Jaudon,7063 Winburn Dr.,,Greenwood,LA,71033-3215,318-938-9646,W,F,D,310,06/30/2012,07/01/2008,Ms. Jaudon -Alderman ,"District 4, Town of Greenwood ",P. O. Box 195,,Greenwood,LA,71033,318-938-7261,CADDO,"""Brad"" Edwardes",7425 Waterwood Dr.,,Greenwood,LA,71033-3370,318-938-9777,W,M,R,310,06/30/2012,07/01/2008,Mr. Edwardes -Alderman ,Town of Blanchard ,P. O. Box 428,,Blanchard,LA,71009,318-929-7593,CADDO,Nathan A. Ashby,P.O. Box 762,,Blanchard,LA,71009-0762 ,318-929-7368,W,M,,310,12/31/2010,01/01/2007,Mr. Ashby -Alderman ,Town of Blanchard ,P. O. Box 428,,Blanchard,LA,71009,318-929-7593,CADDO,Allison A. Jones,8339 Brookington Dr.,,Shreveport,LA,71107-8606,318-929-7360,W,F,D,310,12/31/2010,01/01/2007,Ms. Jones -Alderman ,Town of Blanchard ,P. O. Box 428,,Blanchard,LA,71009,318-929-7593,CADDO,Patsy A. Lee,P.O. Box 867,,Blanchard,LA,71109,318-929-4518,W,F,R,310,12/31/2010,01/01/2007,Ms. Lee -Alderman ,Town of Blanchard ,P. O. Box 428,,Blanchard,LA,71009,318-929-7593,CADDO,"Ross V. Prewett, III",4774 Fairway Hills Ave.,,Shreveport,LA,71107,318-929-9272,W,M,R,310,12/31/2010,01/01/2007,Mr. Prewett -Alderman ,Town of Blanchard ,P. O. Box 428,,Blanchard,LA,71009,318-929-7593,CADDO,"""Jimmy"" Whittington",4974 Beechwood Hills Dr.,,Shreveport,LA,71107-3440,318-929-1455,W,M,R,310,12/31/2010,01/01/2007,Mr. Whittington -Alderman ,Village of Belcher ,P. O. Box 206,,Belcher,LA,71004,318-378-4206,CADDO,"""Sandy"" Duncan",P. O. Box 155,,Belcher,LA,71004-0155 ,318-378-4342,W,F,D,310,12/31/2010,01/01/2007 -Alderman ,Village of Belcher ,P. O. Box 206,,Belcher,LA,71004,318-378-4206,CADDO,"Kathleen ""Kathy"" Jackson",P. O. Box 69,,Belcher,LA,71004-0069 ,318-378-4345,W,F,R,310,12/31/2010,01/01/2007 -Alderman ,Village of Belcher ,P. O. Box 206,,Belcher,LA,71004,318-378-4206,CADDO,David Strahan,P.O. Box 124,,Belcher,LA,71004,318-378-4376,W,M,D,310,12/31/2010,01/01/2007,Mr. Strahan -Alderman ,Village of Gilliam ,P. O. Box 129,,Gilliam,LA,71029-0129 ,318-296-4393,CADDO,Marilyn S. Adcock,P.O. Box 304,,Gilliam,LA,71029-8787,318-296-4204,W,F,D,310,12/31/2010,01/01/2007,Ms. Adcock -Alderman ,Village of Gilliam ,P. O. Box 129,,Gilliam,LA,71029-0129 ,318-296-4393,CADDO,Joyce Glass,P.O. Box 352,,Gilliam,LA,71029-8761,318-296-4250,W,,D,310,12/31/2010,01/01/2007,Ms. Glass -Alderman ,Village of Gilliam ,P. O. Box 129,,Gilliam,LA,71029-0129 ,318-296-4393,CADDO,Karen Logan,P.O. Box 159,,Gilliam,LA,71029-8762,318-296-4303,W,F,D,310,12/31/2010,01/01/2007,Ms. Logan -Alderman ,Village of Hosston ,P. O. Box 206,,Hosston,LA,71043,318-287-3225,CADDO,"Claude J. Clay, ",14775 Odom Rd.,,Hosston,LA,71043,318-464-1978,W,M,D,310,,02/15/2010 -Alderman ,Village of Hosston ,P. O. Box 206,,Hosston,LA,71043,318-287-3225,CADDO,Claude James Clay,P.O. Box 410,,Hosston,LA,71043,318-287-3975,,,,310,,11/02/2009,Mr. Clay -Alderman ,Village of Hosston ,P. O. Box 206,,Hosston,LA,71043,318-287-3225,CADDO,"Betty ""Susie"" Giles",P. O. Box 193,,Hosston,LA,71043-0193 ,318-287-3976,W,F,,310,12/31/2012,01/01/2009,Ms. Giles -Alderman ,Village of Hosston ,P. O. Box 206,,Hosston,LA,71043,318-287-3225,CADDO,Lydia Stewart,6830 Terri St.,,Hosston,LA,71043,318-287-3972,W,,R,310,12/31/2012,01/01/2009,Ms. Stewart -Alderman ,Village of Ida ,P.O. Box 299,,Ida,LA,71044,318-284-3231,CADDO,"Betty ""Biddie"" Dial",P. O. Box 183,,Ida,LA,71044-0183 ,318-284-3325,W,,D,310,12/31/2012,01/01/2009,Ms. Dial -Alderman ,Village of Ida ,P.O. Box 299,,Ida,LA,71044,318-284-3231,CADDO,"""Kenny"" Shaw",18687 Carolina Ave.,,Ida,LA,71044-8601,318-284-3820,W,M,,310,12/31/2012,01/01/2009,Mr. Shaw -Alderman ,Village of Ida ,P.O. Box 299,,Ida,LA,71044,318-284-3231,CADDO,Louis Thomas,P. O. Box 55,,Ida,LA,71044,318-284-3550,W,M,,310,12/31/2012,01/01/2009,Mr. Thomas -Alderman ,Village of Rodessa ,P. O. Box 336,,Rodessa,LA,71069,318-223-4211,CADDO,Nathan Bradshaw,P. O. Box 411,,Rodessa,LA,71069,318-223-4236,W,M,R,310,12/31/2012,01/01/2009,Mr. Bradshaw -Alderman ,Village of Rodessa ,P. O. Box 336,,Rodessa,LA,71069,318-223-4211,CADDO,David Lee Norman,P. O. Box 264,,Rodessa,LA,71069-0264 ,318-223-4632,B,M,,310,12/31/2012,01/01/2009,Mr. Norman -Alderman ,Village of Rodessa ,P. O. Box 336,,Rodessa,LA,71069,318-223-4211,CADDO,"""Rick"" Quillin",P. O. Box 193,,Rodessa,LA,71069-0193 ,318-223-4387,W,,O,310,12/31/2012,01/01/2009,Mr. Quillin -Alderman ,"Ward 1, Town of Vivian ",112 W. Alabama,,Vivian,LA,71082,318-375-3856,CADDO,"John ""Pete"" Shepard",305 E. Mary Ann St.,,Vivian,LA,71082-2129,318-375-5948,B,,D,310,12/31/2010,01/01/2007,Mr. Shepherd -Alderman ,"Ward 2, Town of Vivian ",112 W. Alabama,,Vivian,LA,71082,318-375-3856,CADDO,Johnny A. Cook,716 W. Georgia Ave.,,Vivian,LA,71082-3002,318-375-5050,W,M,R,310,12/31/2010,01/01/2007,Mr. Cook -Alderman ,"Ward 3, Town of Vivian ",112 W. Alabama,,Vivian,LA,71082,318-375-3856,CADDO,Steve B. Wilson,710 S. Spruce St.,,Vivian,LA,71082,318-375-3407,W,M,D,310,12/31/2010,01/01/2007,Mr. Wilson -Alderman ,"Ward 4, Town of Vivian ",112 W. Alabama,,Vivian,LA,71082,318-375-3856,CADDO,Raymond Earl Williams,421 Memory Ln.,,Vivian,LA,71082-3524,318-375-5730,B,M,D,310,12/31/2010,01/01/2007,Mr. Williams -Council Member ,"District 1, Town of Mooringsport ",P. O. Box 9,,Mooringsport,LA,71060,318-996-7661,CADDO,Joseph C. Hawkins,103 Jennings St.,,Mooringsport,LA,71060,318-617-9379,W,,R,310,12/31/2010,01/01/2007,Mr. Hawkins -Council Member ,"District 2, Town of Mooringsport ",P. O. Box 9,,Mooringsport,LA,71060,318-996-7661,CADDO,Larry Klepac,405 Evelyn St.,,Mooringsport,LA,71060-9756,318-518-2228,W,M,O,310,12/31/2010,01/01/2007,Mr. Klepac -Council Member ,"District 3, Town of Mooringsport ",P. O. Box 9,,Mooringsport,LA,71060,318-996-7661,CADDO,Cathy B. Cogley,P.O. Box 514,,Mooringsport,LA,71060-9792,318-218-9605,W,F,D,310,12/31/2010,01/01/2007,Ms. Cogley -DPEC Member ,at Large ,,,,LA,,,CALCASIEU,Sue Ball,721 Blackman St.,,Lake Charles,LA,70605,337-475-2233,W,F,D,054,02/20/2012,02/20/2008,Ms. Ball -DPEC Member ,at Large ,,,,LA,,,CALCASIEU,Frank Hyatt,P.O. Box 228,,Lake Charles,LA,70602,337-499-8000,W,M,D,054,02/20/2012,02/20/2008,Mr. Hyatt -DPEC Member ,at Large ,,,,LA,,,CALCASIEU,Craig Martin,2718 Readwood Dr.,,Sulphur,LA,70663,337-527-3994,W,M,D,054,02/20/2012,02/20/2008,Mr. Martin -DPEC Member ,at Large ,,,,LA,,,CALCASIEU,O. Lynn Speight,1214 Bayouwood Dr.,,Lake Charles,LA,70605,337-474-1661,W,F,D,054,02/20/2012,02/20/2008,Ms. Speight -DPEC Member ,at Large ,,,,LA,,,CALCASIEU,"""Mike"" Wright",3505 Lake St.,,Lake Charles,LA,70605,337-439-6930,W,M,D,054,02/20/2012,02/20/2008,Mr. Wright -DPEC Member ,District 1 ,,,,LA,,,CALCASIEU,Marilyn Cox,583 Santa Anna Dr.,,Lake Charles,LA,70611,337-855-6766,W,F,D,056,02/20/2012,02/20/2008,Ms. Cox -DPEC Member ,District 2 ,,,,LA,,,CALCASIEU,"""Winnie"" Fowler",1011 N. Simmons St.,,Lake Charles,LA,70601,337-439-5312,B,F,D,056,02/20/2012,02/20/2008,Ms. Fowler -DPEC Member ,District 3 ,,,,LA,,,CALCASIEU,Robert Lynch,312 Goss Rd.,,Westlake,LA,70669,337-497-1630,W,M,D,056,02/20/2012,02/20/2008,Mr. Lynch -DPEC Member ,District 4 ,,,,LA,,,CALCASIEU,Otis Walker,2309 11th St.,,Lake Charles,LA,70601,337-302-7072,B,M,D,056,02/20/2012,02/20/2008,Mr. Walker -DPEC Member ,District 5 ,,,,LA,,,CALCASIEU,Michael McHale,1528 Kirkman,,Lake Charles,LA,70601,337-990-0093,W,M,D,056,02/20/2012,02/20/2008,Mr. McHale -DPEC Member ,District 6 ,,,,LA,,,CALCASIEU,Dorothy Durrett Romero,959 Terry Ln.,,Lake Charles,LA,70605,337-478-1413,W,F,D,056,02/20/2012,02/20/2008,Ms. Romero -DPEC Member ,District 7 ,,,,LA,,,CALCASIEU,Yvonne P. LeMay,220 Vanessa Ave.,,Lake Charles,LA,70605,337-477-0971,W,F,D,056,02/20/2012,02/20/2008,Ms. LeMay -DPEC Member ,District 8 ,,,,LA,,,CALCASIEU,Mary Leach Werner,2420 Oak Alley Dr.,,Lake Charles,LA,70605,337-477-7320,W,F,D,056,02/20/2012,02/20/2008,Ms. Werner -DPEC Member ,District 9 ,,,,LA,,,CALCASIEU,Alvin Stevens,P.O. Box 2270,,Lake Charles,LA,70602,337-477-5842,B,M,D,056,02/20/2012,02/20/2008,Mr. Stevens -DPEC Member ,District 10 ,,,,LA,,,CALCASIEU,Eugene Bouquet,P.O. Box 1512,,Lake Charles,LA,70602,337-433-9900,W,M,D,056,02/20/2012,02/20/2008,Mr. Bouquet -DPEC Member ,District 11 ,,,,LA,,,CALCASIEU,"""Terry"" Fowler",3731 Paul White Rd.,,Lake Charles,LA,70611,337-855-3360,W,M,D,056,02/20/2012,02/20/2008,Mr. Fowler -DPEC Member ,District 12 ,,,,LA,,,CALCASIEU,,,,,,,,,,,056 -DPEC Member ,District 13 ,,,,LA,,,CALCASIEU,"Charles ""Chuck"" Bennett",127 Roberta Dr.,,Sulphur,LA,70663,337-528-9452,W,M,D,056,02/20/2012,02/20/2008,Mr. Bennett -DPEC Member ,District 14 ,,,,LA,,,CALCASIEU,Lance Thibodeaux,525 Evans Rd.,,Sulphur,LA,70663,337-263-3839,W,M,D,056,02/20/2012,02/20/2008 -DPEC Member ,District 15 ,,,,LA,,,CALCASIEU,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,CALCASIEU,Darryl DeMaris,1244 S. Bayouwood Dr.,,Lake Charles,LA,70605,337-475-0319,,,R,064,02/20/2012,02/20/2008,Mr. Demaris -RPEC Member ,at Large ,,,,LA,,,CALCASIEU,Charles A. Enright,401 University Dr.,,Lake Charles,LA,70605,337-477-0335,W,M,R,064,02/20/2012,02/20/2008,Mr. Enright -RPEC Member ,at Large ,,,,LA,,,CALCASIEU,David Johnston,1244 S. Bayouwood Dr.,,Lake Charles,LA,70605,443-285-9111,,M,R,064,02/20/2012,02/20/2008,Mr. Johnston -RPEC Member ,District 1 ,,,,LA,,,CALCASIEU,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,CALCASIEU,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,CALCASIEU,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,CALCASIEU,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,CALCASIEU,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,CALCASIEU,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,CALCASIEU,John Hoffpauir,4323 Hearth St.,,Lake Charles,LA,70605-4433,337-474-9644,W,M,R,066,02/20/2012,02/20/2008,Mr. Hoffpauir -RPEC Member ,District 8 ,,,,LA,,,CALCASIEU,Jo Ann Colligan,2829 N. Locke Point,,Lake Charles,LA,70605,337-884-8080,W,F,R,066,02/20/2012,02/20/2008,Ms. Colligan -RPEC Member ,District 9 ,,,,LA,,,CALCASIEU,,,,,,,,,,,066 -RPEC Member ,District 10 ,,,,LA,,,CALCASIEU,,,,,,,,,,,066 -RPEC Member ,District 11 ,,,,LA,,,CALCASIEU,"""Tim"" Jones",1831 N. Claiborne St.,,Sulphur,LA,70663,337-528-1168,B,M,R,066,02/20/2012,02/20/2008,Mr. Jones -RPEC Member ,District 12 ,,,,LA,,,CALCASIEU,Shaina Farque,7285 Choupique Rd.,,Sulphur,LA,70665,337-583-4530,W,F,R,066,02/20/2012,02/20/2008,Ms. Farque -RPEC Member ,District 13 ,,,,LA,,,CALCASIEU,,,,,,,,,,,066 -RPEC Member ,District 14 ,,,,LA,,,CALCASIEU,,,,,,,,,,,066 -RPEC Member ,District 15 ,,,,LA,,,CALCASIEU,,,,,,,,,,,066 -Sheriff ,,P. O. Box 3722,,Lake Charles,LA,70602,337-491-3715,CALCASIEU,"""Tony"" Mancuso",P. O. Box 3722,,Lake Charles,LA,70602,337-477-0790,W,M,D,225,06/30/2012,07/01/2008,Sheriff Mancuso -Clerk of Court ,,P. O. Box 1030,,Lake Charles,LA,70602,337-437-3550,CALCASIEU,Lynn Jones,P.O. Box 1030,,Lake Charles,LA,70602,337-436-7864,W,M,D,230,06/30/2012,07/01/2008,Mr. Jones -Assessor ,,P. O. Box 1346,,Lake Charles,LA,70602,337-721-3000,CALCASIEU,"Richard Joseph Cole, Jr.",515 Hickok St.,,Sulphur,LA,70663,337-721-3005,W,M,D,235,12/31/2012,01/01/2009,Mr. Cole -Coroner ,,707-BE. Prien Lake Rd.,,Lake Charles,LA,70601,337-477-7537,CALCASIEU,Terry Welke,707-B E. Prien Lake Rd.,,Lake Charles,LA,70601,337-477-7537,W,M,,240,03/25/2012,03/24/2008,Mr. Welke -Police Juror ,District 1 ,P. O. Drawer 3287,,Lake Charles,LA,,337-721-3500,CALCASIEU,Shannon Spell,413 Elder Dr.,,Lake Charles,LA,70611,337-217-0209,W,M,R,245,01/08/2012,01/14/2008,Ms. Spell -Police Juror ,District 2 ,P. O. Drawer 3287,,Lake Charles,LA,70602-3287,337-721-3500,CALCASIEU,Calvin Collins,2035 Woodring St.,,Lake Charles,LA,70601,337-436-8068,B,M,D,245,01/08/2012,01/14/2008,Mr. Collins -Police Juror ,District 3 ,P. O. Drawer 3287,,Lake Charles,LA,70602-3287,337-721-3500,CALCASIEU,"Elizabeth Conway ""Tbet"" Griffin",903 North Jake,,Lake Charles,LA,70601,337-436-2779,B,F,D,245,01/08/2012,01/14/2008,Ms. Griffin -Police Juror ,District 4 ,P. O. Drawer 3287,,Lake Charles,LA,70602-3287,337-721-3500,CALCASIEU,Claude A. Syas,2506 13th St.,,Lake Charles,LA,70601,337-474-9641,B,M,D,245,01/08/2012,01/14/2008,Mr. Syas -Police Juror ,District 5 ,P. O. Drawer 3287,,Lake Charles,LA,70602-3287,337-721-3500,CALCASIEU,Charles S. Mackey,1215 Ninth St.,,Lake Charles,LA,70601,337-433-5877,W,M,R,245,01/08/2012,01/14/2008,Mr. Mackey -Police Juror ,District 6 ,P. O. Drawer 3287,,Lake Charles,LA,70602-3287,337-721-3500,CALCASIEU,Dennis Scott,P.O. Box 7463,,Lake Charles,LA,70605,337-475-1023,W,M,R,245,01/08/2012,01/14/2008,Mr. Scott -Police Juror ,District 7 ,P. O. Drawer 3287,,Lake Charles,LA,70602-3287,337-721-3500,CALCASIEU,Chris Landry,4336 Oaklawn Dr.,,Lake Charles,LA,70605,337-478-4020,W,M,D,245,01/08/2012,01/14/2008,Mr. Landry -Police Juror ,District 8 ,P. O. Drawer 3287,,Lake Charles,LA,70602-3287,337-721-3500,CALCASIEU,Guy Brame,1908 Linden Ln.,,Lake Charles,LA,70605,337-474-7155,W,M,R,245,01/08/2012,01/14/2008,Mr. Brame -Police Juror ,District 9 ,P. O. Drawer 3287,,Lake Charles,LA,70602-3287,337-721-3500,CALCASIEU,Kevin Guidry,4045 Briarfield Ln.,,Lake Charles,LA,70607,337-477-4367,B,M,D,245,01/08/2012,01/14/2008,Mr. Guidry -Police Juror ,District 10 ,P. O. Drawer 3287,,Lake Charles,LA,70602-3287,337-721-3500,CALCASIEU,"""Tony"" Stelly",P. O. Box 439 Rd.,,Iowa,LA,70647,337-582-3295,,,D,245,01/08/2012,01/14/2008,Mr. Stelly -Police Juror ,District 11 ,P. O. Drawer 3287,,Lake Charles,LA,70602-3287,337-721-3500,CALCASIEU,"""Sandy"" Treme",920 N. Overton St.,,DeQuincy,LA,70633,337-786-8496,W,F,D,245,01/08/2012,01/14/2008,Mr. Treme -Police Juror ,District 12 ,P. O. Drawer 3287,,Lake Charles,LA,70602-3287,337-721-3500,CALCASIEU,Ellis Hassien,4349 Pete Seay Rd.,,Sulphur,LA,70665,337-583-8272,W,M,R,245,01/08/2012,01/14/2008,Mr. Hassien -Police Juror ,District 13 ,P. O. Drawer 3287,,Lake Charles,LA,70602-3287,337-721-3500,CALCASIEU,Francis Andrepont,1302 Fatima,,Sulphur,LA,70663,337-527-5644,W,M,D,245,01/08/2012,01/14/2008,Mr. Andrepont -Police Juror ,District 14 ,P. O. Drawer 3287,,Lake Charles,LA,70602-3287,337-721-3500,CALCASIEU,"""Hal"" McMillin",1423 N. Beech St.,,Westlake,LA,70669,337-433-1140,W,M,D,245,01/08/2012,01/14/2008,Mr. McMillin -Police Juror ,District 15 ,P. O. Drawer 3287,,Lake Charles,LA,70602-3287,337-721-3500,CALCASIEU,"""Les"" Farnum",312 Oakley Dr.,,Sulphur,LA,70663,337-625-8569,W,M,D,245,01/08/2012,01/14/2008,Mr. Farnum -City Judge ,"City Court, City of Sulphur ",802 S. Huntington St.,,Sulphur,LA,70663,337-527-7006,CALCASIEU,"""Charlie"" Schrumpf",420 Tamarack St.,,Sulphur,LA,70663,337-528-3532,W,M,D,250,12/31/2014,01/01/2009,Judge Schrumpf -City Judge ,"City Court, Division A, City of Lake Charles ",P. O. Box 1664,,Lake Charles,LA,70602,337-491-1305,CALCASIEU,Thomas P. Quirk,6917 Windmill Ln.,,Lake Charles,LA,70605,337-491-1305,W,M,D,250,12/31/2014,01/01/2009,Judge Quirk -City Judge ,"City Court, Division B, City of Lake Charles ",P. O. Box 1664,,Lake Charles,LA,70602,337-491-1305,CALCASIEU,John S. Hood,3006 Bayou Bend Rd.,,Lake Charles,LA,70605,337-515-6706,W,M,D,250,12/31/2014,01/01/2009,Judge Hood -City Marshal ,"City Court, City of Lake Charles ",P. O. Box 1664,,Lake Charles,LA,70602,337-491-1304,CALCASIEU,"""Joey"" Alcede",6 River Ln.,,Lake Charles,LA,70605,337-478-8878,W,M,D,250,12/31/2014,01/01/2009,Marshal Alcede -City Marshal ,"City Court, City of Sulphur ",802 S. Huntington St.,,Sulphur,LA,70663,337-527-7006,CALCASIEU,"""Billy"" Guidry",1110 Taylor St.,,Sulphur,LA,70663,337-527-8552,W,M,D,250,12/31/2014,01/01/2009,Marshal Guidry -Member of School Board ,District 1 ,1724 Kirkman St.,,Lake Charles,LA,70601,337-491-1600,CALCASIEU,"R. L. Webb, Jr.",6751 Joe Spears Rd.,,Iowa,LA,70647,337-436-2903,W,M,D,255,12/31/2010,01/01/2007,Mr. Webb -Member of School Board ,District 2 ,1724 Kirkman St.,,Lake Charles,LA,70601,337-491-1600,CALCASIEU,"Fredman ""Fred"" Hardy",2824 Donatiel St.,,Lake Charles,LA,70601,337-433-6988,B,M,D,255,12/31/2010,01/01/2007,Mr. Hardy -Member of School Board ,District 3 ,1724 Kirkman St.,,Lake Charles,LA,70601,337-491-1600,CALCASIEU,Clara F. Duhon,614 Oleo St.,,Lake Charles,LA,70601,337-439-6905,B,F,D,255,12/31/2010,01/01/2007,Mr. Duhon -Member of School Board ,District 4 ,1724 Kirkman St.,,Lake Charles,LA,70601,337-491-1600,CALCASIEU,"""Annette"" Ballard",2460 Talouse Ln.,,Lake Charles,LA,70605,337-477-6345,W,F,D,255,12/31/2010,01/01/2007,Ms. Ballard -Member of School Board ,District 5 ,1724 Kirkman St.,,Lake Charles,LA,70601,337-491-1600,CALCASIEU,Dale Bernard,1028 Iberville,,Lake Charles,LA,70607,337-477-3961,W,M,D,255,12/31/2010,01/01/2007,Mr. Bernard -Member of School Board ,District 6 ,1724 Kirkman St.,,Lake Charles,LA,70601,337-491-1600,CALCASIEU,"""Bill"" Jongbloed",2505 Karen Ln.,,Lake Charles,LA,70605,337-478-4909,W,M,R,255,12/31/2010,01/01/2007,Mr. Jongbloed -Member of School Board ,District 7 ,1724 Kirkman St.,,Lake Charles,LA,70601,337-491-1600,CALCASIEU,"Mack Dellafosse, Jr.",1917 19th St.,,Lake Charles,LA,70601,337-477-6019,B,M,D,255,12/31/2010,01/01/2007,Mr. Dellafosse -Member of School Board ,District 8 ,1724 Kirkman St.,,Lake Charles,LA,70601,337-491-1600,CALCASIEU,"James W. ""Jimmy"" Pitre",4500 Highland Dr.,,Lake Charles,LA,70605,337-477-3032,W,M,R,255,12/31/2010,01/01/2007,Mr. Pitre -Member of School Board ,District 9 ,1724 Kirkman St.,,Lake Charles,LA,70601,337-491-1600,CALCASIEU,"Randall ""Randy"" Burleigh",1711 Hollis Rd.,,Westlake,LA,70669,337-439-8416,W,M,D,255,12/31/2010,01/01/2007,Mr. Burleigh -Member of School Board ,District 10 ,1724 Kirkman St.,,Lake Charles,LA,70601,337-491-1600,CALCASIEU,"James ""Jim"" Karr",P.O. Box 716,,DeQuincy,LA,70633,337-786-2568,W,M,D,255,12/31/2010,01/01/2007,Mr. Karr -Member of School Board ,District 11 ,1724 Kirkman St.,,Lake Charles,LA,70601,337-491-1600,CALCASIEU,Chad Guidry,975 Miss Daisy Dr.,,Sulphur,LA,70665,337-558-6056,W,M,R,255,12/31/2010,01/01/2007,Mr. Guidry -Member of School Board ,District 12 ,1724 Kirkman St.,,Lake Charles,LA,70601,337-491-1600,CALCASIEU,Joe Andrepont,1317 Bernadette Dr.,,Sulphur,LA,70663,337-527-3652,W,M,D,255,12/31/2010,01/01/2007,Mr. Andrepont -Member of School Board ,District 13 ,1724 Kirkman St.,,Lake Charles,LA,70601,337-491-1600,CALCASIEU,"William ""Billy"" Breaux",1305 Peach Tree Rd.,,Sulphur,LA,70663,337-625-9861,W,M,R,255,12/31/2010,01/01/2007,Mr. Breaux -Member of School Board ,District 14 ,1724 Kirkman St.,,Lake Charles,LA,70601,337-491-1600,CALCASIEU,Elray Victorian,2722 Walden Dr.,,Lake Charles,LA,70607,337-474-3664,B,M,D,255,12/31/2010,01/01/2007,Mr. Victorian -Member of School Board ,District 15 ,1724 Kirkman St.,,Lake Charles,LA,70601,337-491-1600,CALCASIEU,Bryan LaRocque,1814 Hollow Cove Ln.,,Lake Charles,LA,70611,337-855-9598,W,M,R,255,12/31/2010,01/01/2007,Mr. LaRocque -Justice of the Peace ,Justice of the Peace Ward 1 ,1318 Idlebrook Dr.,,Lake Charles,LA,70611,337-855-3496,CALCASIEU,Ashton Richard,1135 W. Bristol Dr.,,Lake Charles,LA,70611,337-855-3496,W,M,R,265,12/31/2014,01/01/2009,Mr. Richard -Justice of the Peace ,Justice of the Peace Ward 2 ,P. O. Box 4,,Hayes,LA,70646,337-622-3417,CALCASIEU,Percy Aucoin,P. O. Box 4,,Hayes,LA,70646,337-622-3417,W,M,D,265,12/31/2014,01/01/2009,Mr. Aucoin -Justice of the Peace ,Justice of the Peace Ward 5 ,4954-B Alligator Park Rd.,,Starks,LA,70661,337-743-5318,CALCASIEU,Gerald A. Fountain,4954 B Alligator Park Rd.,,Starks,LA,70661,337-743-5318,W,M,D,265,12/31/2014,01/01/2009,Mr. Fountain -Justice of the Peace ,Justice of the Peace Ward 6 ,1001 Myrtle St.,,DeQuincy,LA,70633,337-786-4000,CALCASIEU,"Thomas ""Tom"" Threet",P. O. Box 1002,,DeQuincy,LA,70633,337-274-0820,W,M,R,265,12/31/2014,01/01/2009,Mr. Threet -Justice of the Peace ,Justice of the Peace Ward 7 ,2259 Custer Dr.,,Vinton,LA,70668,337-589-7844,CALCASIEU,Danny Landry,2259 Custer Dr.,,Vinton,LA,70668,337-589-7844,W,M,D,265,12/31/2014,01/01/2009,Mr. Landry -Justice of the Peace ,Justice of the Peace Ward 8 ,6581 Jerry Hebert Rd.,,Lake Charles,LA,70615,337-582-3180,CALCASIEU,"Norman ""Butch"" Ryan",4267 Hecker Rd.,,Iowa,LA,70647,337-582-3324,W,M,D,265,12/31/2014,01/01/2009,Mr. Ryan -Constable ,Justice of the Peace Ward 1 ,1207 Cheyenne Dr.,,Lake Charles,LA,70611,337-855-4065,CALCASIEU,Louis Michiels,1207 Cheyenne Dr.,,Lake Charles,LA,70611,337-855-4065,W,M,R,267,12/31/2014,01/01/2009,Mr. Michiels -Constable ,Justice of the Peace Ward 2 ,P.O. Box 89,,Hayes,LA,70646,337-622-3423,CALCASIEU,"Roland ""Perch"" Bertrand",P. O. Box 89,,Hayes,LA,70646,337-622-3423,W,M,D,267,12/31/2014,01/01/2009,Mr. Bertrand -Constable ,Justice of the Peace Ward 5 ,1184 Greenmoore Rd.,,Starks,LA,70661,337-743-6201,CALCASIEU,Arnold L. Smith,1184 Green Moore Rd.,,Starks,LA,70661,337-703-6201,W,M,D,267,12/31/2014,01/01/2009,Mr. Smith -Constable ,Justice of the Peace Ward 6 ,1292 Stephen Rd.,,DeQuincy,LA,70633,337-786-2589,CALCASIEU,Rickey Brummett,P. O. Box 1125,,DeQuincy,LA,70633,337-786-6061,W,M,D,267,12/31/2014,01/01/2009,Mr. Brummett -Constable ,Justice of the Peace Ward 7 ,1618 West St.,,Vinton,LA,70668,337-589-0036,CALCASIEU,Wayne Doucette,1517 Eddy St.,,Vinton,LA,70668,337-589-3275,W,M,D,267,12/31/2014,01/01/2009,Mr. Doucette -Constable ,Justice of the Peace Ward 8 ,6606 Jerry Hebert Rd.,,Lake Charles,LA,70615,337-582-3411,CALCASIEU,Orgy J. Broussard,6606 Jerry Hebert Rd.,,Lake Charles,LA,70615,337-582-3411,W,M,D,267,12/31/2014,01/01/2009,Mr. Broussard -Mayor ,City of DeQuincy ,P. O. Box 968,,DeQuincy,LA,,337-786-8241,CALCASIEU,"""Lawrence"" Henagan",116 Chavis Sq.,,DeQuincy,LA,70633,337-786-2292,W,M,D,300,12/31/2010,01/01/2007,Mr. Henagan -Mayor ,City of Lake Charles ,P. O. Box 900,,Lake Charles,LA,,337-491-1201,CALCASIEU,"""Randy"" Roach",161 E. Greenway St.,,Lake Charles,LA,70605,337-478-7763,W,M,D,300,06/30/2013,07/01/2009,Mayor Roach -Mayor ,City of Sulphur ,P. O. Box 1309,,Sulphur,LA,,337-527-4500,CALCASIEU,"""Ron"" LeLeux",333 Picard Rd.,,Sulphur,LA,70663,337-527-7886,W,M,D,300,05/18/2010,05/16/2006,Mayor LeLeux -Mayor ,City of Westlake ,P. O. Drawer 700,,Westlake,LA,,337-433-0691,CALCASIEU,"""Danny"" Cupit",916 Live Oak St.,,Westlake,LA,70669,337-433-4478,W,M,D,300,12/31/2010,02/19/2007,Mayor Cupit -Mayor ,Town of Iowa ,P. O. Box 1707,,Iowa,LA,,337-582-3535,CALCASIEU,C. J. Scheufens,P.O. Box 335,,Iowa,LA,70647,337-582-6691,W,M,D,300,12/31/2010,01/01/2007,Mayor Scheufens -Mayor ,Town of Vinton ,1200 Horridge St.,,Vinton,LA,,337-589-7453,CALCASIEU,Kenneth O. Stinson,1403 Horridge St.,,Vinton,LA,70668,337-589-3962,W,M,D,300,06/30/2013,07/01/2009,Mayor Stinson -Chief of Police ,City of Westlake ,P. O. Box 700,,Westlake,LA,70669,337-433-0691,CALCASIEU,Jeremy Cryer,421 McKinley St.,,Westlake,LA,70669,337-497-0708,W,M,O,305,12/31/2010,01/01/2007,Chief Cryer -Chief of Police ,Town of Iowa ,P. O. Box 1707,,Iowa,LA,70647,337-582-3535,CALCASIEU,"Howard ""Keith"" Vincent",P.O. Box 955,,Iowa,LA,70647,337-582-7681,W,M,D,305,12/31/2010,01/01/2007,Mr. Vincent -Chief of Police ,Town of Vinton ,1200 Horridge St.,,Vinton,LA,70668,337-589-7453,CALCASIEU,Ricky Fox,1903 Fontenot St.,,Vinton,LA,70668,337-589-7197,W,M,D,305,06/30/2013,07/01/2009,Chief Fox -Councilman at Large ,City of DeQuincy ,P. O. Box 968,,DeQuincy,LA,70633,337-786-8241,CALCASIEU,Denise Maddox,115 Boise St.,,Dequincy,LA,70633,337-786-4378,W,F,D,308,12/31/2010,01/01/2007,Ms. Maddox -Council Member ,"District A, Town of Iowa ",P. O. Box 1707,,Iowa,LA,70647,337-582-3535,CALCASIEU,"Jerry R. ""Lap"" Lapearous",P.O. Box 172,,Iowa,LA,70647,337-582-3648,W,M,D,310,12/31/2010,01/01/2007,Mr. Lapearous -Council Member ,"District B, Town of Iowa ",P. O. Box 1707,,Iowa,LA,70647,337-582-3535,CALCASIEU,Larry Hardy,100 Harper St.,,Iowa,LA,70647,337-582-6665,W,M,R,310,12/31/2010,01/01/2007,Mr. Hardy -Council Member ,"District C, Town of Iowa ",P. O. Box 1707,,Iowa,LA,70647,337-582-3535,CALCASIEU,Calvin Caesar,P.O. Box 190,,Iowa,LA,70647,337-263-0563,B,M,D,310,12/31/2010,01/01/2007,Mr. Ceasar -Council Member ,"District D, Town of Iowa ",P. O. Box 1707,,Iowa,LA,70647,337-582-3535,CALCASIEU,"Thomas ""Tommy"" Talbot",P.O. Box 834,,Iowa,LA,70647,337-582-3267,W,M,D,310,12/31/2010,01/01/2007,Mr. Talbot -Council Member ,"District E, Town of Iowa ",P. O. Box 1707,,Iowa,LA,70647,337-582-3535,CALCASIEU,Gerald Guidry,P.O. Box 259,,Iowa,LA,70647,337-582-3217,W,M,D,310,12/31/2010,01/01/2007,Mr. Guidry -Council Member ,"Division A, City of Westlake ",P. O. Box 700,,Westlake,LA,70669,337-433-0691,CALCASIEU,John M. Cradure,1308 E. Holly Hill Circle,,Westlake,LA,70669,337-497-0634,W,M,D,310,12/31/2010,01/01/2007 -Council Member ,"Division B, City of Westlake ",,,,LA,,,CALCASIEU,Lori Peterson,P.O. Box 623,,Westlake,LA,70669,337-433-6836,W,F,R,310,12/31/2010,05/15/2007,Ms. Peterson -Council Member ,"Division C, City of Westlake ",,,,LA,,,CALCASIEU,"""Wally"" Anderson",1316 W. Holly Circle,,Westlake,LA,70669,337-436-2632,W,M,D,310,12/31/2010,01/01/2007,Mr. Anderson -Council Member ,"Division D, City of Westlake ",,,,LA,,,CALCASIEU,"""Dan"" Racca",1324 Hilma St.,,Westlake,LA,70669,337-439-8519,W,M,D,310,12/31/2010,01/01/2007,Mr. Racca -Council Member ,"Division E, City of Westlake ",,,,LA,,,CALCASIEU,"""Bob"" Hardey",2115 Linda Dr.,,Westlake,LA,70669,337-436-8961,W,M,D,310,12/31/2010,01/01/2007,Mr. Hardey -Councilman ,"District 1, City of DeQuincy ",P. O. Box 968,,DeQuincy,LA,70633,337-786-8241,CALCASIEU,Lynne Treme,P.O. Box 450,,DeQuincy,LA,70633,337-786-4807,W,F,D,310,12/31/2010,01/01/2007,Mr. Treme -Councilman ,"District 1, City of Sulphur ",P. O. Box 1309,,Sulphur,LA,70664-1309,337-527-4500,CALCASIEU,"""Dru"" Beglis Ellender",1100 E Carlton,,Sulphur,LA,70663,337-528-2468,W,F,D,310,05/18/2010,05/16/2006,Ms. Ellender -Councilman ,"District 1, City of Sulphur ",P. O. Box 1309,,Sulphur,LA,70664-1309,337-527-4500,CALCASIEU,"Drusilla ""Dru"" Ellender, ",1100 E. Carlton St.,,Sulphur,LA,70663-1324,337-528-2468,W,F,D,310 -Councilman ,"District 2, City of DeQuincy ",P. O. Box 968,,DeQuincy,LA,70633,337-786-8241,CALCASIEU,W. Tracey Brown,119 Boise St.,,Dequincy,LA,70633,337-786-5529,W,M,D,310,12/31/2010,01/01/2007,Mr. Brown -Councilman ,"District 2, City of Sulphur ",P. O. Box 1309,,Sulphur,LA,70664-1309,337-527-4500,CALCASIEU,"Michael ""Mike"" Koonce",403 Navarre,,Sulphur,LA,70663,337-527-7429,W,M,D,310,05/18/2010,05/16/2006,Mr. Koonce -Councilman ,"District 2, City of Sulphur ",P. O. Box 1309,,Sulphur,LA,70664-1309,337-527-4500,CALCASIEU,"Michael ""Mike"" Koonce, ",403 Navarre St.,,Sulphur,LA,70663-6641,337-540-1272,W,M,D,310 -Councilman ,"District 3, City of DeQuincy ",P. O. Box 968,,DeQuincy,LA,70633,337-786-8241,CALCASIEU,Judy Landry,P.O. Box 843,,Dequincy,LA,70633,337-786-7197,W,F,D,310,12/31/2010,01/01/2007,Ms. Landry -Councilman ,"District 3, City of Sulphur ",P. O. Box 1309,,Sulphur,LA,70664-1309,337-527-4500,CALCASIEU,"""Chris"" Duncan",1509 Melanie,,Sulphur,LA,70664,337-527-1033,W,M,R,310,05/18/2010,05/16/2006,Mr. Duncan -Councilman ,"District 4, City of DeQuincy ",P. O. Box 968,,DeQuincy,LA,70633,337-786-8241,CALCASIEU,Andrea Coleman,222 Jefferson St.,,DeQuincy,LA,70633,337-786-4532,B,F,D,310,12/31/2010,01/01/2007,Ms. Coleman -Councilman ,"District 4, City of Sulphur ",P. O. Box 1309,,Sulphur,LA,70664-1309,337-527-4500,CALCASIEU,"Joseph ""Randy"" Favre, ",2011 Marge Ln.,,Sulphur,LA,70663-5223,337-625-2558,W,M,R,310 -Councilman ,"District 4, City of Sulphur ",P. O. Box 1309,,Sulphur,LA,70664-1309,337-527-4500,CALCASIEU,Nancy Clifton Tower,520 N. Lebanon St.,,Sulphur,LA,70663,337-625-7379,W,F,R,310,05/18/2010,05/16/2006,Ms. Tower -Councilman ,"District 5, City of Sulphur ",P. O. Box 1309,,Sulphur,LA,70664-1309,337-527-4500,CALCASIEU,Stuart Moss,14 Mulberry,,Lake Charles,LA,70602,337-625-5006,W,M,D,310,05/18/2010,05/16/2006,Mr. Moss -Councilman ,"District 5, City of Sulphur ",P. O. Box 1309,,Sulphur,LA,70664-1309,337-527-4500,CALCASIEU,"Stuart Moss, ",11 Mayflower St.,,Sulphur,LA,70663-5515,337-625-5006,W,M,D,310 -Councilman ,"District A, City of Lake Charles ",P. O. Box 900,,Lake Charles,LA,70602-0900 ,337-491-1201,CALCASIEU,"Marshall Simien, Jr.",2131 Fitzenreiter Rd.,,Lake Charles,LA,70601,337-436-7895,B,M,D,310,06/30/2013,07/01/2009,Mr. Simien -Councilman ,"District B, City of Lake Charles ",P. O. Box 900,,Lake Charles,LA,70602-0900 ,337-491-1201,CALCASIEU,Luvertha August,2010 E. Mill St.,,Lake Charles,LA,70601,337-439-5135,B,F,D,310,06/30/2013,07/01/2009,Ms. August -Councilman ,"District C, City of Lake Charles ",P. O. Box 900,,Lake Charles,LA,70602-0900 ,337-491-1201,CALCASIEU,Rodney Geyen,1531 Sixth Ave.,,Lake Charles,LA,70601,337-433-4018,B,M,D,310,06/30/2013,07/01/2009,Mr. Geyen -Councilman ,"District D, City of Lake Charles ",P. O. Box 900,,Lake Charles,LA,70602-0900 ,337-491-1201,CALCASIEU,John Ieyoub,2018 Charvais Dr.,,Lake Charles,LA,70601,337-433-1733,W,M,R,310,06/30/2013,07/01/2009,Mr. Ieyoub -Councilman ,"District E, City of Lake Charles ",P. O. Box 900,,Lake Charles,LA,70602-0900 ,337-491-1201,CALCASIEU,Stuart Weatherford,1508 W. Sale St.,,Lake Charles,LA,70605,337-474-6465,W,M,R,310,06/30/2013,07/01/2009,Mr. Weatherford -Councilman ,"District F, City of Lake Charles ",P. O. Box 900,,Lake Charles,LA,70602-0900 ,337-491-1201,CALCASIEU,Dana Carl Jackson,1705 Illinois St.,,Lake Charles,LA,70607,337-478-3633,W,M,D,310,06/30/2013,07/01/2009,Mr. Jackson -Councilman ,"District G, City of Lake Charles ",P. O. Box 900,,Lake Charles,LA,70602-0900 ,337-491-1201,CALCASIEU,Mark Eckard,4502 Autumnwood Ln.,,Lake Charles,LA,70605,337-474-3976,W,M,R,310,06/30/2013,07/01/2009,Mr. Eckard -Councilman ,Town of Vinton ,1200 Horridge St.,,Vinton,LA,70668,337-589-7453,CALCASIEU,Bliss Bujard,1414 Horridge St.,,Vinton,LA,70668,337-589-5402,W,M,R,310,06/30/2013,07/01/2009,Mr. Bujard -Councilman ,Town of Vinton ,1200 Horridge St.,,Vinton,LA,70668,337-589-7453,CALCASIEU,Harold R. Douga,1423 Grace Ave.,,Vinton,LA,70668,337-589-3905,W,M,D,310,06/30/2013,07/01/2009,Mr. Douga -Councilman ,Town of Vinton ,1200 Horridge St.,,Vinton,LA,70668,337-589-7453,CALCASIEU,"""B. B."" Loyd",1708 Horridge St.,,Vinton,LA,70668,337-589-4245,B,M,D,310,06/30/2013,07/01/2009,Mr. Loyd -Councilman ,Town of Vinton ,1200 Horridge St.,,Vinton,LA,70668,337-589-7453,CALCASIEU,Kevin Merchant,1709 Stevenson St.,,Vinton,LA,70668,337-589-6702,W,M,R,310,06/30/2013,07/01/2009,Mr. Merchant -Councilman ,Town of Vinton ,1200 Horridge St.,,Vinton,LA,70668,337-589-7453,CALCASIEU,Paul Patin,P.O. Box 238,,Vinton,LA,70668,337-589-7639,W,M,D,310,06/30/2013,07/01/2009,Mr. Patin -DPEC Member ,at Large ,,,,LA,,,CALDWELL,Maxie McCarty,P.O. Box 520,,Grayson,LA,71435,318-649-8681,B,M,D,054,02/20/2012,02/20/2008,Mr. McCarty -DPEC Member ,at Large ,,,,LA,,,CALDWELL,"""Greg"" Richardson",P.O. Box 550,,Columbia,LA,71418,318-649-0105,W,M,D,054,02/20/2012,02/20/2008,Mr. Richardson -DPEC Member ,at Large ,,,,LA,,,CALDWELL,Betty Robinson,P.O. Box 780,,Columbia,LA,71418,318-649-7335,B,F,D,054,02/20/2012,02/20/2008,Ms. Robinson -DPEC Member ,District 1 ,,,,LA,,,CALDWELL,Jane Roberts,P.O. Box 1265,,Columbia,LA,71418,318-649-2760,W,F,D,056,02/20/2012,02/20/2008,Ms. Roberts -DPEC Member ,District 2 ,,,,LA,,,CALDWELL,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,CALDWELL,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,CALDWELL,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,CALDWELL,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,CALDWELL,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,CALDWELL,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,CALDWELL,,,,,,,,,,,064 -RPEC Member ,District 1 ,,,,LA,,,CALDWELL,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,CALDWELL,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,CALDWELL,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,CALDWELL,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,CALDWELL,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,CALDWELL,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,CALDWELL,,,,,,,,,,,066 -Sheriff ,,P. O. Box 60,,Columbia,LA,71418,318-649-2345,CALDWELL,Steven May,P.O. Box 60,,Columbia,LA,71418,318-649-5058,W,M,D,225,06/30/2012,07/01/2008,Sheriff May -Clerk of Court ,,P. O. Box 1327,,Columbia,LA,71418,318-649-2272,CALDWELL,Eugene Dunn,P.O. Box 1327,,Columbia,LA,71418,318-649-5105,W,M,D,230,06/30/2012,07/01/2008,Mr. Dunn -Assessor ,,P. O. Box 1446,,Columbia,LA,71418,318-649-2636,CALDWELL,Scott Meredith,P.O. Box 730,,Columbia,LA,71418,318-649-6533,W,M,O,235,12/31/2012,01/01/2009,Mr. Meredith -Coroner ,,P.O. Box 104,,Columbia,LA,71418,318-649-2311,CALDWELL,"Linus Carroll, ",123 Riser St.,,Columbia,LA,71418-3596,318-649-2821,W,M,R,240,,02/15/2010 -Coroner ,,P.O. Box 104,,Columbia,LA,71418,318-649-2311,CALDWELL,Charles W. Clack,P.O. Box 1737,,Columbia,LA,71418,,,,,240,,11/02/2009,Mr. Clack -Police Juror,District 1,P. O. Box 1737,,Columbia,LA,71418,318-649-2681,CALDWELL,"Kenneth ""Speck"" Graham",161 Randolph Rd.,,Columbia,LA,71418,318-649-7837,W,M,D,245,01/08/2012,01/14/2008,Mr. Graham -Police Juror ,District 2 ,P. O. Box 1737,,Columbia,LA,71418,318-649-2681,CALDWELL,Lanny Dark,1232 Hwy. 559,,Columbia,LA,71418,318-649-9054,W,M,D,245,01/08/2012,01/14/2008,Mr. Dark -Police Juror ,District 3 ,P. O. Box 1737,,Columbia,LA,71418,318-649-2681,CALDWELL,Bobbie R. Harrison,P.O. BOX 665,,Grayson,LA,71435,318-649-3177,W,F,D,245,01/08/2012,01/14/2008,Mr. Harrison -Police Juror ,District 4 ,P. O. Box 1737,,Columbia,LA,71418,318-649-2681,CALDWELL,Eddie Hearns,138 Wendell Dr.,,Columbia,LA,71418,318-649-2767,B,M,D,245,01/08/2012,01/14/2008,Mr. Hearns -Police Juror ,District 5 ,P. O. Box 1737,,Columbia,LA,71418,318-649-2681,CALDWELL,Archie Lloyd Williams,195 Eglin St.,,Columbia,LA,71418,318-649-2749,W,M,D,245,01/08/2012,01/14/2008,Mr. Williams -Police Juror ,District 6 ,P. O. Box 1737,,Columbia,LA,71418,318-649-2681,CALDWELL,Jimmy Gaylor,P.O. Box 1557,,Columbia,LA,71418,318-495-5398,W,M,D,245,01/08/2012,01/14/2008,Mr. Gaylor -Police Juror ,District 7 ,P. O. Box 1737,,Columbia,LA,71418,318-649-2681,CALDWELL,"Charles ""Flukie"" Braddock",P.O. Box 272,,Grayson,LA,71435,318-649-2081,W,M,D,245,01/08/2012,01/14/2008,Mr. Braddock -Member of School Board ,District 1 ,P.O. Box 1019,,Columbia,LA,71418,318-649-2689,CALDWELL,David May,308 Agnew Rd.,,Columbia,LA,71418,318-649-5027,W,M,R,255,12/31/2010,08/24/2009,Mr. May -Member of School Board ,District 2 ,P.O. Box 1019,,Columbia,LA,71418,318-649-2689,CALDWELL,Russell L. Flint,P.O. Box 1432,,Columbia,LA,71418,318-649-0609,W,M,R,255,12/31/2010,12/21/2007,Mr. Flint -Member of School Board ,District 3 ,P.O. Box 1019,,Columbia,LA,71418,318-649-2689,CALDWELL,Mark May,166 Carroll Rd.,,Grayson,LA,71435,318-649-6215,W,M,R,255,12/31/2010,01/01/2007,Mr. May -Member of School Board ,District 4 ,P.O. Box 1019,,Columbia,LA,71418,318-649-2689,CALDWELL,Baron D. Glass,P.O.Box 992,,Columbia,LA,71418,318-649-6648,B,M,D,255,12/31/2010,01/01/2007,Mr. Glass -Member of School Board ,District 5 ,P.O. Box 1019,,Columbia,LA,71418,318-649-2689,CALDWELL,"""C.R."" Martin",421 Esther Rd.,,Columbia,LA,71418,318-649-0856,W,M,D,255,12/31/2010,01/01/2007,Mr. Martin -Member of School Board ,District 6 ,P.O. Box 1019,,Columbia,LA,71418,318-649-2689,CALDWELL,John Garrett,P.O.Box 154,,Clarks,LA,71415,318-649-2215,W,M,D,255,12/31/2010,01/01/2007,Mr. Garrett -Member of School Board ,District 7 ,P.O. Box 1019,,Columbia,LA,71418,318-649-2689,CALDWELL,Hershel Volentine,842 Valentine Rd.,,Grayson,LA,71435,318-649-6304,W,M,D,255,12/31/2010,01/01/2007,Mr. Volentine -Justice of the Peace ,Justice of the Peace Ward 1 ,1991 Hwy. 848,,Columbia,LA,71418,318-649-7979,CALDWELL,Jeff M. Bailes,127 Bailes Ln.,,Columbia,LA,71418,318-649-0371,W,M,D,265,12/31/2014,01/01/2009,Mr. Bailes -Justice of the Peace ,Justice of the Peace Ward 2 ,P.O. Box 425,,Columbia,LA,71418,318-649-0208,CALDWELL,Mary Taylor,P. O. Box 195,,Clarks,LA,71415,318-649-7974,W,F,R,265,12/31/2014,01/01/2009,Ms. Taylor -Constable ,Justice of the Peace Ward 1 ,4417 US Hwy. 165,,Columbia,LA,71418,318-649-7926,CALDWELL,"J. N. ""Buddy"" Bailes",1930 Hwy. 133,,Columbia,LA,71418,318-649-0800,W,M,D,267,12/31/2014,01/01/2009,Mr. Bailes -Constable ,Justice of the Peace Ward 2 ,P.O. Box 1557,,Columbia,LA,71418,318-649-5117,CALDWELL,Charles Alger,9037 Hwy. 4 W.,,Columbia,LA,71418,318-649-7829,W,M,D,267,12/31/2014,01/01/2009,Mr. Alger -Mayor ,Town of Clarks ,P. O. Box 360,,Clarks,LA,,318-649-7218,CALDWELL,Toby Esters,P.O. Box 328,,Clarks,LA,71415,318-649-5266,W,M,D,300,12/31/2010,01/01/2007,Mr. Esters -Mayor ,Town of Columbia ,P. O. Box 10,,Columbia,LA,,318-649-6174,CALDWELL,Charles Simons,P.O. Box 1555,,Columbia,LA,71418,318-649-7389,W,M,D,300,06/30/2012,07/01/2008,Mayor Simons -Mayor ,Village of Grayson ,P. O. Box 8,,Grayson,LA,,318-649-7148,CALDWELL,Carmen Meredith Head,201 Cruse Rd.,,Grayson,LA,71435,318-649-5076,W,F,R,300,12/31/2010,01/01/2007,Ms. Head -Chief of Police,Town of Clarks,P. O. Box 360,,Clarks,LA,71415,318-649-7218,CALDWELL,"""Shawn"" Guinn",P.O. Box 247,,Clarks,LA,71415,318-649-0190,W,M,D,305,12/31/2010,01/01/2007,Mr. Guinn -Chief of Police ,Town of Columbia ,P. O. Box 10,,Columbia,LA,71418,318-649-6174,CALDWELL,Clay Bennett,P.O. Box 1412,,Columbia,LA,71418,318-649-5210,W,M,D,305,06/30/2012,07/01/2008,Chief Bennett -Chief of Police ,Village of Grayson ,P. O. Box 8,,Grayson,LA,71435,318-649-7148,CALDWELL,"Mitchell ""Mitch"" Bratton",P.O. Box 786,,Grayson,LA,71435,318-649-6002,W,M,R,305,12/31/2010,01/01/2007,Mr. Bratton -Alderman ,Town of Clarks ,P. O. Box 360,,Clarks,LA,71415,318-649-7218,CALDWELL,"""Buddy"" Carter",P.O. Box 359,,Clarks,LA,71415,318-649-5768,W,M,D,310,12/31/2010,01/01/2007,Mr. Carter -Alderman ,Town of Clarks ,P. O. Box 360,,Clarks,LA,71415,318-649-7218,CALDWELL,Fred Grant,P.O. Box 115,,Clarks,LA,71415,318-649-6050,W,M,D,310,12/31/2010,01/01/2007,Mr. Grant -Alderman ,Town of Clarks ,P. O. Box 360,,Clarks,LA,71415,318-649-7218,CALDWELL,Phyllis Holmes,P.O. Box 62,,Clarks,LA,71415,318-649-2218,W,F,R,310,12/31/2010,01/01/2007,Ms. Holmes -Alderman ,Town of Clarks ,P. O. Box 360,,Clarks,LA,71415,318-649-7218,CALDWELL,Bonnie Hurst,P.O. Box 122,,Clarks,LA,71415,318-649-6696,W,F,D,310,12/31/2010,01/01/2007,Ms. Hurst -Alderman ,Town of Clarks ,P. O. Box 360,,Clarks,LA,71415,318-649-7218,CALDWELL,James King,P.O. Box 295,,Clarks,LA,71415,318-649-8306,B,M,D,310,12/31/2010,01/01/2007,Mr. King -Council Member ,Village of Grayson ,P. O. Box 8,,Grayson,LA,71435,318-649-7148,CALDWELL,"Christina ""Chrissy"" Browning",P.O. Box 609,,Grayson,LA,71435,318-649-3350,W,F,D,310,12/31/2010,01/01/2007,Mr. Browning -Council Member ,Village of Grayson ,P. O. Box 8,,Grayson,LA,71435,318-649-7148,CALDWELL,Raymond Cruse,P.O. Box 309,,Grayson,LA,71435,318-649-7117,W,M,D,310,12/31/2010,01/01/2007,Mr. Cruse -Council Member ,Village of Grayson ,P. O. Box 8,,Grayson,LA,71435,318-649-7148,CALDWELL,Sandra Hillestad Evans,P.O. Box 144,,Grayson,LA,71435,318-649-2699,W,F,D,310,12/31/2010,01/01/2007,Ms. Evans -Councilman ,Town of Columbia ,P. O. Box 10,,Columbia,LA,71418,318-649-2631,CALDWELL,"""Ken"" Brockner",P.O. Box 1351,,Columbia,LA,71418,318-649-2829,W,M,D,310,06/30/2012,07/01/2008,Mr. Brockner -Councilman ,Town of Columbia ,P. O. Box 10,,Columbia,LA,71418,318-649-2631,CALDWELL,Bonnie M. Crockett,P.O. Box 655,,Columbia,LA,71418,318-649-7000,W,F,D,310,06/30/2012,02/23/2009,Ms. Crockett -Councilman ,Town of Columbia ,P. O. Box 10,,Columbia,LA,71418,318-649-2631,CALDWELL,Bruce Frazier,P.O. Box 76,,Columbia,LA,71418,318-649-7192,W,M,D,310,06/30/2012,07/01/2008,Mr. Frazier -Councilman ,Town of Columbia ,P. O. Box 10,,Columbia,LA,71418,318-649-2631,CALDWELL,Richard Meredith,P.O. Box 1984,,Columbia,LA,71418,318-649-7949,W,M,R,310,06/30/2012,07/01/2008,Mr. Meredith -Councilman ,Town of Columbia ,P. O. Box 10,,Columbia,LA,71418,318-649-2631,CALDWELL,Melvin D. Robinson,P.O. Box 780,,Columbia,LA,71418,318-649-7335,B,M,D,310,06/30/2012,07/01/2008,Mr. Robinson -DPEC Member ,at Large ,,,,LA,,,CAMERON,Lee J. Harrison,3355 Grand Chenier Hwy.,,Grand Chenier,LA,70643,337-488-5612,B,M,D,054,02/20/2012,02/20/2008,Mr. Harrison -DPEC Member ,at Large ,,,,LA,,,CAMERON,E. Garner Nunez,1572 Hwy. 384,,Lake Charles,LA,70607,337-905-2268,W,M,D,054,02/20/2012,02/20/2008,Mr. Nunez -DPEC Member ,at Large ,,,,LA,,,CAMERON,Jeff Sanders,1315 Horseshoe Ln.,,Hackberry,LA,70645,337-762-3141,W,M,D,054,02/20/2012,02/20/2008,Mr. Sanders -DPEC Member ,District 1 ,,,,LA,,,CAMERON,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,CAMERON,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,CAMERON,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,CAMERON,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,CAMERON,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,CAMERON,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,CAMERON,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,CAMERON,,,,,,,,,,,064 -RPEC Member ,District 1 ,,,,LA,,,CAMERON,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,CAMERON,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,CAMERON,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,CAMERON,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,CAMERON,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,CAMERON,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,CAMERON,,,,,,,,,,,066 -Sheriff ,,P. O. Box 1250,,Cameron,LA,70631,337-616-8808,CAMERON,Theos Duhon,P.O. Box 1250,,Cameron,LA,70631,337-598-3264,W,M,D,225,06/30/2012,07/01/2008,Sheriff Duhon -Clerk of Court ,,P. O. Box 549,,Cameron,LA,70631,337-775-5316,CAMERON,Carl Broussard,P.O. Box 549,,Cameron,LA,70631,337-538-2322,W,M,,230,06/30/2012,07/01/2008,Mr. Broussard -Assessor ,,P. O. Box 1100,,Cameron,LA,70631,337-775-5416,CAMERON,"""Mona"" Kelley",P.O. Box 1551,,Cameron,LA,70631,337-775-5298,W,F,R,235,12/31/2012,01/01/2009,Ms. Kelly -Coroner ,,P.O. Box 68,,Creole,LA,70632,337-542-4201,CAMERON,Richard D. Sanders,P.O. Box 12803,,Lake Charles,LA,70612,337-540-2242,W,M,,240,03/25/2012,03/25/2008,Mr. Sanders -Police Juror,District 1,P. O. Box 1280,,Cameron,LA,70631,337-905-1190,CAMERON,"Magnus ""Sonny"" McGee",121 Alvin Ln.,,Johnson Bayou,LA,70631,337-569-2359,W,M,,245,01/08/2012,01/14/2008,Mr. McGee -Police Juror ,District 2 ,P. O. Box 1280,,Cameron,LA,70631,337-475-9167,CAMERON,"""Steve"" Racca",478 Meyers Rd.,,Hackberry,LA,70645,337-762-3554,W,M,D,245,01/08/2012,01/14/2008,Mr. Racca -Police Juror ,District 3 ,P. O. Box 1280,,Cameron,LA,70631,337-475-9167,CAMERON,"Charles Precht, III",159 W. Precht Rd.,,Bell City,LA,70630,337-598-2745,W,M,D,245,01/08/2012,01/14/2008,Mr. Precht -Police Juror ,District 4 ,P. O. Box 1280,,Cameron,LA,70631,337-475-9167,CAMERON,Thomas McDaniel,P.O. Box 274,,Creole,LA,70632,337-542-4540,W,M,,245,01/08/2012,01/14/2008,Mr.McDaniel -Police Juror ,District 5 ,P. O. Box 1280,,Cameron,LA,70631,337-475-9167,CAMERON,Scott A. Trahan,P.O. Box 235,,Creole,LA,70632,337-542-4745,W,M,D,245,01/08/2012,01/14/2008,Mr. Trahan -Police Juror ,District 6 ,P. O. Box 1280,,Cameron,LA,70631,337-475-9167,CAMERON,Kirk Burleigh,P.O. Box 576,,Cameron,LA,70631,337-775-5349,W,M,D,245,01/08/2012,01/14/2008,Mr. Burleigh -Police Juror ,District 7 ,P. O. Box 1280,,Cameron,LA,70631,337-475-9167,CAMERON,Darryl Farque,10690 Hwy. 384,,Big Lake,LA,70607,337-905-1289,W,M,D,245,01/08/2012,01/14/2008,Mr. Farque -Member of School Board ,District 1 ,P. O. Box 1548,,Cameron,LA,70631-1548,337-905-5784,CAMERON,Marsha Trahan,6598 Gulf Beach Hwy.,,Cameron,LA,70631,337-569-2661,W,F,D,255,12/31/2010,01/01/2008,Ms Trahan -Member of School Board ,District 2 ,P. O. Box 1548,,Cameron,LA,70631-1548,337-475-9167,CAMERON,Dwayne Sanner,1095 Poncho Ln.,,Hackberry,LA,70645,337-762-3878,W,M,D,255,12/31/2010,01/01/2008,Mr. Sanner -Member of School Board ,District 3 ,P. O. Box 1548,,Cameron,LA,70631-1548,337-475-9167,CAMERON,R. Scott Nunez,519 Sweetlake Camp Rd.,,Bell City,LA,70630,337-905-2252,W,M,R,255,12/31/2010,01/01/2008,Mr. Nunez -Member of School Board ,District 4 ,P. O. Box 1548,,Cameron,LA,70631-1548,337-475-9167,CAMERON,"Dorothy ""Dot"" Theriot",152 Helen St.,,Grand Chenier,LA,70643,337-538-2272,W,F,,255,12/31/2010,01/01/2008,Ms. Theriot -Member of School Board ,District 5 ,P. O. Box 1548,,Cameron,LA,70631-1548,337-475-9167,CAMERON,Loston McEvers,P.O. Box 240,,Creole,LA,70632,337-249-1124,W,M,D,255,12/31/2010,01/01/2008,Mr. McEvers -Member of School Board ,District 6 ,P. O. Box 1548,,Cameron,LA,70631-1548,337-475-9167,CAMERON,Marvin Trahan,P.O. Box 712,,Cameron,LA,70631,337-474-8924,W,M,R,255,12/31/2010,01/01/2008,Mr. Trahan -Member of School Board ,District 7 ,P. O. Box 1548,,Cameron,LA,70631-1548,337-475-9167,CAMERON,Karen Faulk Nunez,P. O. Box 1548,,Cameron,LA,70631-1548,337-905-5748,W,F,,255,12/31/2010,01/01/2008,Ms. Nunez -Justice of the Peace ,Justice of the Peace Ward 1 ,,,,LA,,,CAMERON,Carrie J. Broussard,629 Lowry Rd.,,Lake Arthur,LA,70549,337-774-3248,W,F,D,265,12/31/2014,01/01/2009,Ms Broussard -Justice of the Peace ,Justice of the Peace Ward 2 ,549 Mermentau River Rd.,,Grand Chenier,LA,70643,337-538-2446,CAMERON,Nadine Richard,122 Jones St.,,Grand Chenier,LA,70643,337-538-2369,W,F,D,265,12/31/2014,01/01/2009,Ms. Richard -Justice of the Peace ,Justice of the Peace Ward 3 ,103 Bud Murphy Rd.,,Cameron,LA,70631,337-775-5072,CAMERON,"Harold W. ""Buddy"" Hardie",103 Bud Murphy Ln.,,Cameron,LA,70631,337-775-5072,W,M,D,265,12/31/2014,01/01/2009,Mr. Hardie -Justice of the Peace ,Justice of the Peace Ward 4 ,10510 Hwy. 384,,Lake Charles,LA,70607,337-598-2934,CAMERON,Mckinley Wayne Guidry,155 Hebert Camp Rd.,,Lake Charles,LA,70607,337-598-2679,W,M,D,265,12/31/2014,01/01/2009,Mr. Guidry -Justice of the Peace ,Justice of the Peace Ward 5 ,6598 Gulf Beach Hwy.,,Cameron,LA,70631,337-569-2661,CAMERON,Connie A. Trahan,6482 Gulf Beach Hwy.,,Cameron,LA,70631,337-569-2333,W,F,D,265,12/31/2014,01/01/2009,Mr. Trahan -Justice of the Peace ,Justice of the Peace Ward 6 ,225 Meyers Rd.,,Hackberry,LA,70645,337-762-4626,CAMERON,Brian Desormeaux,225 Meyers Rd.,,Hackberry,LA,70645,337-762-4626,W,M,R,265,12/31/2014,01/01/2009,Mr. Desormeaux -Constable ,Justice of the Peace Ward 1 ,P.O. Box 531,,Gueydan,LA,70549,337-774-2923,CAMERON,Nolan J. Broussard,P. O. Box 531,,Lake Arthur,LA,70549,337-774-2923,W,M,,267,12/31/2014,01/01/2009,Mr. Broussard -Constable ,Justice of the Peace Ward 2 ,119 East Ln.,,Grand Chenier,LA,70643,337-538-2254,CAMERON,Freddie A. Theriot,152 Helen St.,,Grand Chenier,LA,70643,337-538-2272,W,M,,267,12/31/2014,01/01/2009,Mr. Theriot -Constable ,Justice of the Peace Ward 3 ,P.O. Box 583,,Cameron,LA,70631,337-775-7138,CAMERON,Davy Doxey,P. O. Box 150,,Cameron,LA,70631,337-775-5284,W,M,D,267,12/31/2014,01/01/2009,Mr. Doxey -Constable ,Justice of the Peace Ward 4 ,1071 Hwy. 384,,Lake Charles,LA,70607,337-598-3127,CAMERON,"John ""Buck"" Stephenson",10871 Hwy. 384,,Lake Charles,LA,70607,337-598-3127,W,M,,267,12/31/2014,01/01/2009,Mr. Stephenson -Constable ,Justice of the Peace Ward 5 ,140 Alivn Ln.,,Cameron,LA,70631,337-569-2562,CAMERON,"""Tim"" Trahan",140 Alvin Ln.,,Cameron,LA,70631,337-764-3651,W,M,R,267,12/31/2014,01/01/2009,Mr. Trahan -Constable ,Justice of the Peace Ward 6 ,194 J. B. Constance Ln.,,Hackberry,LA,70645,337-762-3555,CAMERON,"""Gwen"" Sanner Constance",195 J.B. Constance Ln.,,Hackberry,LA,70645,337-762-3555,W,M,D,267,12/31/2014,01/01/2009,Ms. Constance -DPEC Member ,at Large ,,,,LA,,,CATAHOULA,"Lee C. Foster, Jr.",P.O. Box 667,,Jonesville,LA,71343,318-339-6002,W,M,D,054,02/20/2012,02/20/2008,Mr. Foster -DPEC Member ,at Large ,,,,LA,,,CATAHOULA,"Jack F. Owens, Jr.",P.O. Box 595,,Harrisonburg,LA,71340,318-744-5431,W,M,D,054,02/20/2012,02/20/2008,Mr. Owens -DPEC Member ,at Large ,,,,LA,,,CATAHOULA,John C. Reeves,1000 Foster St.,,Jonesville,LA,71343,318-339-9587,W,M,D,054,02/20/2012,02/20/2008,Mr. Reeves -DPEC Member ,at Large ,,,,LA,,,CATAHOULA,James H. Terry,P.O. Box 179,,Harrisonburg,LA,71340,318-744-5471,W,M,D,054,02/20/2012,02/20/2008,Mr. Terry -DPEC Member ,District 1 ,,,,LA,,,CATAHOULA,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,CATAHOULA,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,CATAHOULA,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,CATAHOULA,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,CATAHOULA,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,CATAHOULA,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,CATAHOULA,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,CATAHOULA,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,CATAHOULA,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,CATAHOULA,Paul A. Lemke,P.O. Box 595,,Harrisonburg,LA,71340,318-744-5431,W,M,R,064,02/20/2012,02/20/2008,Mr. Lemke -RPEC Member ,District 1 ,,,,LA,,,CATAHOULA,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,CATAHOULA,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,CATAHOULA,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,CATAHOULA,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,CATAHOULA,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,CATAHOULA,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,CATAHOULA,,,,,,,,,,,066 -RPEC Member ,District 8 ,,,,LA,,,CATAHOULA,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,CATAHOULA,,,,,,,,,,,066 -Sheriff ,,P. O. Box 655,,Harrisonburg,LA,71340,318-744-5411,CATAHOULA,James Glen Kelly,P.O. Box 655,,Harrisonburg,LA,71340,318-339-8592,W,M,D,225,06/30/2012,07/01/2008,Sheriff Kelly -Clerk of Court ,,P. O. Box 654,,Harrisonburg,LA,71340,318-744-5497,CATAHOULA,Janet T. Payne,P.O. Box 654,,Harrisonburg,LA,71340,318-386-0473,W,F,D,230,06/30/2012,07/01/2008,Ms. Payne -Assessor ,,P. O. Box 570,,Harrisonburg,LA,71340,318-744-5291,CATAHOULA,Carmon F. Walker,P.O. Box 65,,Jonesville,LA,71343,318-339-8322,W,M,O,235,12/31/2012,01/01/2009,Mr. Walker -Coroner ,,P.O. Box 655,,Harrisonburg,LA,71340,318-744-5411,CATAHOULA,Raymond Rouse,2805 Fourth St.,,Jonesville,LA,71343,318-339-6269,W,M,O,240,03/25/2012,03/24/2008,Mr. Rouse -Police Juror,District 1,P. O. Box 258,,Harrisonburg,LA,71340,318-744-5435,CATAHOULA,Billy D. Fletcher,3725 Hwy. 921,,Clayton,LA,71326,318-389-5894,W,M,D,245,01/08/2012,01/14/2008,Mr. Fletcher -Police Juror ,District 2 ,P. O. Box 258,,Harrisonburg,LA,71340,318-744-5435,CATAHOULA,"Albert ""Kaline"" Patten",P. O. Box 133,,Sicily Island,LA,71368,318-389-5912,W,M,O,245,01/08/2012,01/14/2008,Mr. Patten -Police Juror ,District 3 ,P. O. Box 258,,Harrisonburg,LA,71340,318-744-5435,CATAHOULA,Garry L. Wright,259 Horace Rd.,,Harrisonburg,LA,71340,318-744-1583,W,M,D,245,01/08/2012,01/14/2008,Mr. Wright -Police Juror ,District 4 ,P. O. Box 258,,Harrisonburg,LA,71340,318-744-5435,CATAHOULA,"J. D. Alexander, Jr.",872 Jug Rd.,,Harrisonburg,LA,71340,318-744-5560,W,M,R,245,01/08/2012,01/14/2008,Mr. Alexander -Police Juror ,District 5 ,P. O. Box 258,,Harrisonburg,LA,71340,318-744-5435,CATAHOULA,Delores McEntyre,871 Taunton Loop Rd.,,Jonesville,LA,71343,318-339-8451,W,F,O,245,01/08/2012,01/14/2008,Ms. McEntyre -Police Juror ,District 6 ,P. O. Box 258,,Harrisonburg,LA,71340,318-744-5435,CATAHOULA,Libby Ford,200 Uncle Johnie Rd.,,Jonesville,LA,71343,318-339-8460,W,F,O,245,01/08/2012,01/14/2008,Ms. Ford -Police Juror ,District 7 ,P. O. Box 258,,Harrisonburg,LA,71340,318-744-5435,CATAHOULA,"Benny Vault, Jr.",507 Tom Cotton St.,,Jonesville,LA,71343,318-613-7395,B,M,D,245,01/08/2012,01/14/2008,Mr. Vault -Police Juror ,District 8 ,P. O. Box 258,,Harrisonburg,LA,71340,318-744-5435,CATAHOULA,"Joe Barber, Sr.",801 Johnson St.,,Jonesville,LA,71343,318-339-9205,B,M,D,245,01/08/2012,01/14/2008,Mr. Barber -Police Juror ,District 9 ,P. O. Box 258,,Harrisonburg,LA,71340,318-744-5435,CATAHOULA,Jackie Paulk,29630 Hwy. 124,,Jonesville,LA,71343,318-339-8038,W,M,O,245,01/08/2012,01/14/2008,Mr. Paulk -Member of School Board ,District 1 ,P. O. Box 290,,Harrisonburg,LA,71340,318-744-5727,CATAHOULA,Dorothy Jean Watson,951 Ditto Rd.,,Sicily Island,LA,71368,318-389-5911,B,F,D,255,12/31/2010,01/01/2007,Ms. Watson -Member of School Board ,District 2 ,P. O. Box 290,,Harrisonburg,LA,71340,318-744-5727,CATAHOULA,Jane Martin,2185 Hwy. 8,,Sicily Island,LA,71368,318-389-4442,W,F,D,255,12/31/2010,01/01/2007,Ms. Martin -Member of School Board ,District 3 ,P. O. Box 290,,Harrisonburg,LA,71340,318-744-5727,CATAHOULA,Dewey W. Stockman,P.O.Box 17,,Rhinehart,LA,71363,318-992-2306,W,M,D,255,12/31/2010,01/01/2007,Mr. Stockman -Member of School Board ,District 4 ,P. O. Box 290,,Harrisonburg,LA,71340,318-744-5727,CATAHOULA,Lillian S. Aplin,P.O. Box 192,,Harrisonburg,LA,71340,318-744-5215,W,F,D,255,12/31/2010,01/01/2007,Ms. Aplin -Member of School Board ,District 5 ,P. O. Box 290,,Harrisonburg,LA,71340,318-744-5727,CATAHOULA,"""Tim"" Tomlinson",332 Woodman Rd.,,Jonesville,LA,71343,318-339-6266,W,M,D,255,12/31/2010,01/01/2007,Mr. Tomlinson -Member of School Board ,District 6 ,P. O. Box 290,,Harrisonburg,LA,71340,318-744-5727,CATAHOULA,"Charles ""Bo"" House",601 Good Rd.,,Jonesville,LA,71343,318-339-8049,W,M,D,255,12/31/2010,01/01/2007,Mr. House -Member of School Board ,District 7 ,P. O. Box 290,,Harrisonburg,LA,71340,318-744-5727,CATAHOULA,Josephine Jones,P.O. Box 73,,Jonesville,LA,71343,318-339-4418,B,F,D,255,12/31/2010,01/01/2007,Ms. Jones -Member of School Board ,District 8 ,P. O. Box 290,,Harrisonburg,LA,71340,318-744-5727,CATAHOULA,Letishia Hatcher,P.O. Box 213,,Jonesville,LA,71343,318-339-8467,B,F,D,255,12/31/2010,01/01/2007,Ms. Letishia -Member of School Board ,District 9 ,P. O. Box 290,,Harrisonburg,LA,71340,318-744-5727,CATAHOULA,"Wayne D. Sanders, ",564 Paulk Rd.,,Jonesville,LA,71343,318-339-8290,W,M,D,255,12/31/2010,01/01/2007,Mr. Sanders -Justice of the Peace ,Justice of the Peace Ward 1 ,P. O. Box 97,,Sicily Island,LA,71368,318-389-5772,CATAHOULA,Richard Price,P. O. Box 217,,Sicily Island,LA,71368,318-389-5562,W,M,R,265,12/31/2014,01/01/2009,Mr. Price -Justice of the Peace ,Justice of the Peace Ward 2 ,123 Deer Hunter Ln.,,Jonesville,LA,71343,318-339-9212,CATAHOULA,"Robert T. ""Bobby"" Alexander",12398 Hwy. 8,,Jonesville,LA,71343,318-339-9924,W,M,D,265,12/31/2014,01/01/2009,Mr. Alexander -Justice of the Peace ,Justice of the Peace Ward 3 ,P.O. Box 44,,Jonesville,LA,71343,318-339-7566,CATAHOULA,TeRan S. Book,1483 Hwy 28,,Jonesville,LA,71343,318-339-6755,W,F,D,265,12/31/2014,01/01/2009,Ms. Book -Constable ,Justice of the Peace Ward 1 ,1054 Newman St.,,Sicily Island,LA,71368,318-389-5390,CATAHOULA,"H. C. ""Trey"" Peck, III",P. O. Box 397,,Sicily Island,LA,71368,318-389-6894,W,M,D,267,12/31/2014,01/01/2009,Mr. Peck -Constable ,Justice of the Peace Ward 2 ,P.O. Box 247,,Jonesville,LA,71343,318-339-9522,CATAHOULA,Rickey Morris,363 Wince Rd.,,Jonesville,LA,71343,318-339-7757,W,M,D,267,12/31/2014,01/01/2009,Mr. Morris -Constable ,Justice of the Peace Ward 3 ,807 Front St.,,Jonesville,LA,71343,318-339-9313,CATAHOULA,William R. Schneider,P.O. Box 765,,Jonesville,LA,71343,318-339-8382,W,M,O,267,12/31/2014,08/24/2009,Mr. Schneider -Mayor ,Town of Jonesville ,P. O. Box 428,,Jonesville,LA,,318-339-8596,CATAHOULA,Hiram Evans,904 Westland Dr.,,Jonesville,LA,71343,318-339-7374,B,M,D,300,12/31/2010,01/01/2007,Mr. Evans -Mayor ,Village of Harrisonburg ,P. O. Box 658,,Harrisonburg,LA,,318-744-5794,CATAHOULA,Michael Tubre,757 Bushley St.,,Harrisonburg,LA,71340,318-744-5613,W,M,R,300,12/31/2010,01/01/2007,Mr. Tubre -Mayor ,Village of Sicily Island ,P. O. Box 45,,Sicily Island,LA,,318-389-4472,CATAHOULA,"James Art Goode, Jr.",P.O. 187,,Sicily Island,LA,71368,318-389-5317,W,M,R,300,12/31/2010,01/01/2007,Mayor Goode -Chief of Police ,Village of Harrisonburg ,P. O. Box 658,,Harrisonburg,LA,71340,318-744-5794,CATAHOULA,"""Joe"" Cook",P.O. Box 371,,Harrisonburg,LA,71340,318-744-5500,W,M,O,305,12/31/2010,01/01/2007,Mr. Cook -Alderman ,"District 1, Town of Jonesville ",P. O. Box 428,,Jonesville,LA,71343,318-339-8596,CATAHOULA,Jackie C. Rouse,2805 Fourth St.,,Jonesville,LA,71343,318-339-6269,W,F,D,310,12/31/2010,01/01/2007,Ms. Rouse -Alderman ,"District 2, Town of Jonesville ",P. O. Box 428,,Jonesville,LA,71343,318-339-8596,CATAHOULA,Stephen R. Mophett,1105 Chestnut St.,,Jonesville,LA,71343,318-339-7785,W,M,R,310,12/31/2010,01/01/2007,Mr. Mophett -Alderman ,"District 3, Town of Jonesville ",P. O. Box 428,,Jonesville,LA,71343,318-339-8596,CATAHOULA,Josie Bullitts,503 Pollard Ave.,,Jonesville,LA,71343,318-339-4750,B,F,D,310,12/31/2010,01/01/2007,Ms. Bullitts -Alderman ,"District 4, Town of Jonesville ",P. O. Box 428,,Jonesville,LA,71343,318-339-8596,CATAHOULA,Loria Hollins,902 MLK Dr.,,Jonesville,LA,71343,318-339-6732,B,F,D,310,12/31/2010,01/01/2007,Ms. Hollins -Alderman ,"District 5, Town of Jonesville ",P. O. Box 428,,Jonesville,LA,71343,318-339-8596,CATAHOULA,"Tommy L. Branch, III",704 Mound St.,,Jonesville,LA,71343,318-339-4673,B,M,D,310,12/31/2010,01/01/2007,Mr. Branch -Alderman ,Village of Harrisonburg ,P. O. Box 658,,Harrisonburg,LA,71340,318-744-5794,CATAHOULA,"Richard A. ""Doll"" Hatten",P.O. Box 364,,Harrisonburg,LA,71340,318-744-9557,B,M,D,310,12/31/2010,01/01/2007,Mr. Hatten -Alderman ,Village of Harrisonburg ,P. O. Box 658,,Harrisonburg,LA,71340,318-744-5794,CATAHOULA,"""Greg"" Terry",P.O. Box 262,,Harrisonburg,LA,71340,318-744-5547,W,M,D,310,12/31/2010,01/01/2007,Mr. Terry -Alderman ,Village of Harrisonburg ,P. O. Box 658,,Harrisonburg,LA,71340,318-744-5794,CATAHOULA,Charles L. Watson,P.O. Box 97,,Harrisonburg,LA,71340,318-744-5732,B,M,D,310,12/31/2010,01/01/2007,Mr. Watson -Alderman ,Village of Sicily Island ,P. O. Box 45,,Sicily Island,LA,71368,318-389-4472,CATAHOULA,Donald Ashley,1054 Newman St.,,Sicily Island,LA,71368,318-389-5390,W,M,O,310,12/31/2010,01/01/2007,Mr. Ashley -Alderman ,Village of Sicily Island ,P. O. Box 45,,Sicily Island,LA,71368,318-389-4472,CATAHOULA,Derrick Frazier,P.O. Box 81,,Sicily Island,LA,71368,318-389-0040,B,M,D,310,12/31/2010,01/01/2007,Mr. Frazier -Alderman ,Village of Sicily Island ,P. O. Box 45,,Sicily Island,LA,71368,318-389-4472,CATAHOULA,"Walter M. ""Mark"" Krause, Jr.",P.O. Box 34,,Sicily Island,LA,71368,318-419-2000,W,M,D,310,12/31/2010,01/01/2007,Mr. Krause -DPEC Member ,at Large ,,,,LA,,,CLAIBORNE,,,,,,,,,,,054 -DPEC Member ,District 1 ,,,,LA,,,CLAIBORNE,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,CLAIBORNE,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,CLAIBORNE,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,CLAIBORNE,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,CLAIBORNE,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,CLAIBORNE,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,CLAIBORNE,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,CLAIBORNE,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,CLAIBORNE,,,,,,,,,,,056 -DPEC Member ,District 10 ,,,,LA,,,CLAIBORNE,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,CLAIBORNE,Kenneth White,125 Beavers Creek Rd.,,Haynesville,LA,71038,318-927-3901,W,M,R,064,02/20/2012,02/20/2008,Mr. White -RPEC Member ,District 1 ,,,,LA,,,CLAIBORNE,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,CLAIBORNE,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,CLAIBORNE,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,CLAIBORNE,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,CLAIBORNE,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,CLAIBORNE,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,CLAIBORNE,,,,,,,,,,,066 -RPEC Member ,District 8 ,,,,LA,,,CLAIBORNE,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,CLAIBORNE,,,,,,,,,,,066 -RPEC Member ,District 10 ,,,,LA,,,CLAIBORNE,,,,,,,,,,,066 -Sheriff ,,613 E. Main St.,,Homer,LA,71040,318-927-2011,CLAIBORNE,"""Ken"" Bailey",613 E. Main St.,,Homer,LA,71040,318-927-2011,W,M,D,225,06/30/2012,07/01/2008,Sheriff Bailey -Clerk of Court ,,P. O. Box 330,,Homer,LA,71040,318-927-9601,CLAIBORNE,James Patrick Gladney,P.O. Box 330,,Homer,LA,71040,318-927-9713,W,M,,230,06/30/2012,07/01/2008,Mr. Gladney -Assessor ,,508 E. Main St.,,Homer,LA,71040,318-927-3022,CLAIBORNE,"""Bob"" Robinson",261 Bob Robinson Rd.,,Homer,LA,71040,318-927-6063,W,M,R,235,12/31/2012,01/01/2009,Mr. Robinson -Coroner ,,P.O. Box 29,,Homer,LA,71040,318-327-3571,CLAIBORNE,Donald K. Haynes,1201 N. Main St.,,Homer,LA,71040,318-927-3571,W,M,,240,03/25/2012,03/24/2008,Mr. Haynes -Police Juror ,District 1 ,P. O. Box 270,,Homer,LA,,318-927-2222,CLAIBORNE,"Brian ""Butch"" Bays",P.O. Box 144,,Summerfield,LA,71049,318-927-9883,W,M,,245,01/08/2012,01/14/2008,Mr. Bays -Police Juror ,District 2 ,P. O. Box 270,,Homer,LA,71040,318-927-2222,CLAIBORNE,Mark A. Furlow,127 Acklin Ave.,,Haynesville,LA,71038,318-624-1126,W,M,,245,01/08/2012,01/14/2008,Mr. Furlow -Police Juror ,District 3 ,P. O. Box 270,,Homer,LA,71040,318-927-2222,CLAIBORNE,"Robert ""Bob"" McDaniel",281 McDaniel Rd.,,Haynesville,LA,71038,318-624-0634,W,M,,245,01/08/2012,01/14/2008,Mr. McDaniel -Police Juror ,District 4 ,P. O. Box 270,,Homer,LA,71040,318-927-2222,CLAIBORNE,Joe A. Sturges,P.O. Box 453,,Haynesville,LA,71038,318-624-1845,B,M,,245,01/08/2012,01/14/2008,Mr. Sturges -Police Juror ,District 5 ,P. O. Box 270,,Homer,LA,71040,318-927-2222,CLAIBORNE,Lavelle Penix,14407 Hwy. 9,,Athens,LA,71003,318-258-3092,W,M,D,245,01/08/2012,01/14/2008,Mr. Penix -Police Juror ,District 6 ,P. O. Box 270,,Homer,LA,71040,318-927-2222,CLAIBORNE,Scott Davidson,2199 Hwy. 519,,Athens,LA,71003,318-263-2544,W,M,,245,01/08/2012,01/14/2008,Mr. Davidson -Police Juror ,District 7 ,P. O. Box 270,,Homer,LA,71040,318-927-2222,CLAIBORNE,"""Roy"" Lewis",419 W. Sixth St.,,Homer,LA,71040,318-927-6672,W,M,D,245,01/08/2012,01/14/2008,Mr. Lewis -Police Juror ,District 8 ,P. O. Box 270,,Homer,LA,71040,318-927-2222,CLAIBORNE,Roy Mardis,314 Forest Grove,,Homer,LA,71040,318-927-4932,B,M,D,245,01/08/2012,01/14/2008,Mr. Mardis -Police Juror ,District 9 ,P. O. Box 270,,Homer,LA,71040,318-927-2222,CLAIBORNE,Jerry A. Adkins,155 Magee Rd.,,Homer,LA,71040,318-927-5456,W,M,,245,01/08/2012,01/14/2008,Mr. Adkins -Police Juror ,District 10 ,P. O. Box 270,,Homer,LA,71040,318-927-2222,CLAIBORNE,Willie J. Young,P.O. Box 763,,Homer,LA,71040,318-225-1040,B,M,D,245,01/08/2012,01/14/2008,Mr. Young -Member of School Board ,District 1 ,P. O. Box 600,,Homer,LA,71040,318-927-3502,CLAIBORNE,"Danny ""Doc"" Lee",1370 Flatwoods Rd.,,Bernice,LA,71222,318-285-7333,W,M,,255,12/31/2010,01/01/2007,Mr. Lee -Member of School Board ,District 2 ,P. O. Box 600,,Homer,LA,71040,318-927-3502,CLAIBORNE,William H. Maddox,1846 Maddox Rd.,,Haynesville,LA,71038,318-624-0373,W,M,,255,12/31/2010,01/01/2007,Mr. Maddox -Member of School Board ,District 3 ,P. O. Box 600,,Homer,LA,71040,318-927-3502,CLAIBORNE,Joe M. Lee,210 Dr. Worley Rd.,,Haynesville,LA,71038,318-624-1107,W,M,,255,12/31/2010,01/01/2007,Mr. Lee -Member of School Board ,District 4 ,P. O. Box 600,,Homer,LA,71040,318-927-3502,CLAIBORNE,A. D. Williams,371 McDonald St.,,Haynesville,LA,71038,318-624-0689,B,M,D,255,12/31/2010,10/14/2008,Mr. Williams -Member of School Board ,District 5 ,P. O. Box 600,,Homer,LA,71040,318-927-3502,CLAIBORNE,Stanley O. Edwards,P.O. Box 237,,Athens,LA,71003,318-243-5408,W,M,,255,12/31/2010,01/01/2007,Mr. Edwards -Member of School Board ,District 6 ,P. O. Box 600,,Homer,LA,71040,318-927-3502,CLAIBORNE,"Thomas E. ""Tommy"" Davidson",2210 Hwy. 519,,Athens,LA,71003,318-263-2585,W,M,,255,12/31/2010,01/01/2007,Mr. Davidson -Member of School Board ,District 7 ,P. O. Box 600,,Homer,LA,71040,318-927-3502,CLAIBORNE,Vera R. Walker Meadors,1303 Martin Luther King Dr.,,Homer,LA,71040,318-927-1060,B,F,,255,12/31/2010,01/01/2007,Ms. Meadors -Member of School Board ,District 8 ,P. O. Box 600,,Homer,LA,71040,318-927-3502,CLAIBORNE,Almeter Willis,119 Forest Grv.,,Homer,LA,71040,318-927-9905,B,F,D,255,12/31/2010,01/01/2007,Ms. Willis -Member of School Board ,District 9 ,P. O. Box 600,,Homer,LA,71040,318-927-3502,CLAIBORNE,E. Blake Hemphill,649 Airport Loop,,Homer,LA,71040,318-927-2445,W,M,,255,12/31/2010,01/01/2007,Mr. Hemphill -Member of School Board ,District 10 ,P. O. Box 600,,Homer,LA,71040,318-927-3502,CLAIBORNE,Terry R. Willis,915 Hudd Dr.,,Homer,LA,71040,318-927-9660,B,M,,255,12/31/2010,01/01/2007,Mr. Willis -Justice of the Peace ,1st Justice of the Peace Court ,4149 Hwy. 2AH.,,Haynesville,LA,71038,318-624-0057,CLAIBORNE,Charles F. Clawson,4149 Hwy. 2 Alt.,,Haynesville,LA,71038,318-624-0057,W,M,,265,12/31/2014,01/01/2009,Mr. Clawson -Justice of the Peace ,2nd Justice of the Peace Court ,103 Holly St.,,Homer,LA,71040,318-927-2149,CLAIBORNE,Ronnie McKenzie,103 Holly St.,,Homer,LA,71040,318-927-2149,W,M,,265,12/31/2014,01/01/2009,Mr. McKenzie -Justice of the Peace ,3rd Justice of the Peace Court ,153 Reynolds Rd.,,Bernice,LA,71222,318-353-6808,CLAIBORNE,Amanda Verdin,153 Reynolds Rd.,,Bernice,LA,71222,318-353-6808,W,F,,265,12/31/2014,01/01/2009,Ms. Verdin -Constable ,1st Justice of the Peace Court ,136 Boone Rd.,,Haynesville,LA,71038-7580,318-624-0951,CLAIBORNE,William Earl Maddox,135 Billy Shaw Rd.,,Homer,LA,71040,318-927-3965,B,M,,267,12/31/2014,01/01/2009,Mr. Maddox -Constable ,2nd Justice of the Peace Court ,490 Arizona Rd.,,Homer,LA,71040-8646,318-927-3796,CLAIBORNE,James A. Pike,429 Robinson Ln.,,Homer,LA,71040,318-927-3796,W,M,,267,12/31/2014,01/01/2009,Mr. Pike -Constable ,3rd Justice of the Peace Court ,21011 Hwy. 2,,Homer,LA,71040,318-343-6553,CLAIBORNE,Frank Speer,21011 Hwy. 2,,Homer,LA,71040,318-353-6553,W,M,,267,12/31/2014,01/01/2009,Mr. Speer -Mayor ,Town of Haynesville ,1711 Main St.,,Haynesville,LA,,318-624-0911,CLAIBORNE,Sherman Brown,798 Harris St.,,Haynesville,LA,71038,318-624-2468,B,M,,300,06/30/2013,07/01/2009,Mayor Brown -Mayor ,Town of Homer ,400 E. Main,,Homer,LA,,318-927-3555,CLAIBORNE,David Morgan Newell,P.O. Box 89,,Homer,LA,71040,318-927-3811,W,M,D,300,12/31/2010,01/01/2007,Mr. Newell -Mayor ,Village of Athens ,P. O. Box 69,,Athens,LA,,318-258-5275,CLAIBORNE,Hubie D. James,P.O. Box 275,,Athens,LA,71003,318-258-4783,W,M,,300,12/31/2010,01/01/2007,Mr. James -Mayor ,Village of Lisbon ,P. O. Box 248,,Lisbon,LA,,,CLAIBORNE,Wayne Tanner,P. O. Box 235,,Lisbon,LA,71048,318-353-6114,W,M,,300,12/31/2012,01/01/2009,Mayor Tanner -Chief of Police ,Town of Haynesville ,1711 Main St.,,Haynesville,LA,71038,318-624-0911,CLAIBORNE,Anthony Craig Smith,P.O. Box 254,,Haynesville,LA,71038,318-624-2628,B,M,D,305,06/30/2013,07/01/2009,Chief Smith -Chief of Police ,Village of Athens ,P. O. Box 69,,Athens,LA,71003,318-258-5275,CLAIBORNE,"Clayton M. ""Jack"" Spurlock, Jr.",P.O. Box 134,,Athens,LA,71003,318-258-5811,W,M,,305,12/31/2010,01/01/2007,Mr. Spurlock -Marshal ,Town of Homer ,400 E. Main,,Homer,LA,71040,318-927-3555,CLAIBORNE,Russell Mills,705 S. Second St.,,Homer,LA,71040,318-245-2149,W,M,,305,12/31/2010,01/01/2007,Mr. Mills -Alderman ,Village of Athens ,P. O. Box 69,,Athens,LA,71003,318-258-5275,CLAIBORNE,Melver Stassen,P.O. Box 235,,Athens,LA,71003,318-258-3067,W,F,,310,12/31/2010,01/01/2007,Mr. Stassen -Alderman ,Village of Athens ,P. O. Box 69,,Athens,LA,71003,318-258-5275,CLAIBORNE,Prentis B. Washington,P. O. Box 185,,Homer,LA,71040,318-258-3489,B,M,,310,12/31/2010,04/14/2009,Ms. Washington -Alderman ,Village of Athens ,P. O. Box 69,,Athens,LA,71003,318-258-5275,CLAIBORNE,"Ardis L. Willhite, Jr.",244 WPA Rd.,,Homer,LA,71040,318-258-4771,W,M,,310,12/31/2010,02/23/2009,Mr. Willhite -Alderman ,Village of Lisbon ,P. O. Box 248,,Lisbon,LA,71048,,CLAIBORNE,Jerry W. Clements,21230 Hwy. 2,,Homer,LA,71040,318-353-6530,W,M,,310,12/31/2012,01/01/2009,Mr. Clements -Alderman ,Village of Lisbon ,P. O. Box 248,,Lisbon,LA,71048,,CLAIBORNE,Marilyn Lowrey Myers,P. O. Box 246,,Lisbon,LA,71048,318-353-6647,W,F,,310,12/31/2012,01/01/2009,Ms. Myers -Alderman ,Village of Lisbon ,P. O. Box 248,,Lisbon,LA,71048,,CLAIBORNE,"""Andy"" Roberts",19973 Hwy. 2,,Homer,LA,71040,318-353-2116,W,M,R,310,12/31/2012,01/01/2009,Mr. Roberts -Council Member ,"District 1, Town of Haynesville ",1711 Main St.,,Haynesville,LA,71038,318-624-0911,CLAIBORNE,"Valinda ""Faye"" Webb",206 Zion Dr.,,Haynesville,LA,71038,318-624-0778,B,F,O,310,06/30/2013,07/01/2009,Ms. Webb -Council Member ,"District 2, Town of Haynesville ",1711 Main St.,,Haynesville,LA,71038,318-624-0911,CLAIBORNE,Herbert Taylor,108 Cowboy Dr.,,Haynesville,LA,71038,318-624-0515,W,M,O,310,06/30/2013,07/01/2009,Mr. Taylor -Council Member ,"District 3, Town of Haynesville ",1711 Main St.,,Haynesville,LA,71038,318-624-0911,CLAIBORNE,"Barbara Beene ""Net"" Torrence",1495 Washington Dr.,,Haynesville,LA,71038,318-624-3085,B,F,,310,06/30/2013,07/01/2009,Ms. Torrence -Council Member ,"District 4, Town of Haynesville ",1711 Main St.,,Haynesville,LA,71038,318-624-0911,CLAIBORNE,Brian Bogle,P.O. Box 202,,Haynesville,LA,71038,318-624-9154,W,M,,310,06/30/2013,07/01/2009,Mr. Bogle -Council Member ,"District 5, Town of Haynesville ",1711 Main St.,,Haynesville,LA,71038,318-624-0911,CLAIBORNE,Carla Frasier Smith,700 Marietta Dr.,,Haynesville,LA,71038,318-624-2221,W,F,O,310,06/30/2013,07/01/2009,Mr. Smith -Selectman ,"District 1, Town of Homer ",400 E. Main,,Homer,LA,71040,318-927-3555,CLAIBORNE,"Scott B. ""Doc"" Roberson",1201 Hill St.,,Homer,LA,71040,318-927-6983,B,M,D,310,12/31/2010,10/27/2009,Mr. Roberson -Selectman ,"District 2, Town of Homer ",400 E. Main,,Homer,LA,71040,318-927-3555,CLAIBORNE,Michael J. Wade,259 Scott St.,,Homer,LA,71040,318-927-2936,B,M,,310,12/31/2010,01/01/2007,Mr. Wade -Selectman ,"District 3, Town of Homer ",400 E. Main,,Homer,LA,71040,318-927-3555,CLAIBORNE,Toney Johnson,P.O. Box 195,,Homer,LA,71040,318-927-6942,W,M,D,310,12/31/2010,01/01/2007,Mr. Johnson -Selectman ,"District 4, Town of Homer ",400 E. Main,,Homer,LA,71040,318-927-3555,CLAIBORNE,Carlette Sanford,623 Edgewood Dr.,,Homer,LA,71040,318-927-2426,W,F,,310,12/31/2010,01/01/2007,Ms. Sanford -Selectman ,"District 5, Town of Homer ",400 E. Main,,Homer,LA,71040,318-927-3555,CLAIBORNE,Patricia K. Jenkins,501 E. Fifth St.,,Homer,LA,71040,318-927-9537,B,F,,310,12/31/2010,01/01/2007,Ms. Jenkins -DPEC Member ,at Large ,,,,LA,,,CONCORDIA,Justin Conner,P.O. Box 1014,,Ferriday,LA,71334,318-757-1469,B,M,D,054,02/20/2012,02/20/2008,Mr. Conner -DPEC Member ,at Large ,,,,LA,,,CONCORDIA,Shirley Johnson,529 Belle Grove Cir.,,Vidalia,LA,71373,318-336-9597,W,F,D,054,02/20/2012,02/20/2008,Ms. Johnson -DPEC Member ,at Large ,,,,LA,,,CONCORDIA,Glenda Price Lewis,2744 Hwy 569,,Ferriday,LA,71334,318-757-9145,W,F,D,054,02/20/2012,02/20/2008,Ms. Lewis -DPEC Member ,at Large ,,,,LA,,,CONCORDIA,Paul Scott,P.O. Box 721,,Jonesville,LA,71343,318-339-8282,W,M,D,054,02/20/2012,02/20/2008,Mr. Scott -DPEC Member ,at Large ,,,,LA,,,CONCORDIA,Tanya Tassin,400 Laurel St.,,Vidalia,LA,71373,318-336-4735,W,F,D,054,02/20/2012,02/20/2008,Ms. Tassin -DPEC Member ,"District 1, Place A ",,,,LA,,,CONCORDIA,Dorothy Johnson,701 6th St.,,Ferriday,LA,71334,318-757-6484,B,F,D,056,02/20/2012,02/20/2008,Ms. Johnson -DPEC Member ,"District 1, Place B ",,,,LA,,,CONCORDIA,"William H. ""Billy"" Rucker",P.O. Box 285,,Ferriday,LA,71334,318-757-8257,W,M,D,056,02/20/2012,02/20/2008,Mr. Rucker -DPEC Member ,District 2 ,,,,LA,,,CONCORDIA,"Raymond T. Riley, Sr.",P.O. Box 243,,Vidalia,LA,71373,318-336-8070,B,M,D,056,02/20/2012,02/20/2008,Mr. Riley -DPEC Member ,"District 3, Place A ",,,,LA,,,CONCORDIA,Kathleen M. Stevens,602 N. Oak,,Vidalia,LA,71373,318-336-7057,W,F,D,056,02/20/2012,02/20/2008,Ms. Stevens -DPEC Member ,"District 3, Place B ",,,,LA,,,CONCORDIA,Don W. Tate,P.O. Box 951,,Vidalia,LA,71373,318-336-5752,W,M,D,056,02/20/2012,02/20/2008,Mr. Tate -DPEC Member ,"District 4, Place A ",,,,LA,,,CONCORDIA,Charles Stutson,411 Corbett St.,,Ferriday,LA,71334,318-757-4336,W,M,D,056,02/20/2012,02/20/2008,Mr. Stutson -DPEC Member ,"District 4, Place B ",,,,LA,,,CONCORDIA,Ann Goodman,319 Crestview,,Ferriday,LA,71334,318-757-6806,W,F,D,056,02/20/2012,02/20/2008,Ms. Goodman -DPEC Member ,District 5A ,,,,LA,,,CONCORDIA,"Bryant O. Hammett, Jr.",435 Enterkin Rd.,,Ferriday,LA,71334,,W,M,D,056,02/20/2012,02/20/2008,Mr. Hammett -DPEC Member ,District 5B ,,,,LA,,,CONCORDIA,Ray Routon,P.O. Box 371,,Monterey,LA,71354,318-386-7681,W,M,D,056,02/20/2012,02/20/2008,Mr. Routon -RPEC Member ,at Large ,,,,LA,,,CONCORDIA,Emerson U. Slain,P. O. Box 1618,,Ferriday,LA,71334,318-757-9474,B,M,R,064,02/20/2012,02/20/2008 -RPEC Member ,"District 1, Place A ",,,,LA,,,CONCORDIA,,,,,,,,,,,066 -RPEC Member ,"District 1, Place B ",,,,LA,,,CONCORDIA,Mary Bradford Gibson,P. O. Box 1739,,Ferriday,LA,71334,318-757-7821,W,F,R,066,02/20/2012,02/20/2008,Ms. Gibson -RPEC Member ,District 2 ,,,,LA,,,CONCORDIA,,,,,,,,,,,066 -RPEC Member ,"District 3, Place A ",,,,LA,,,CONCORDIA,,,,,,,,,,,066 -RPEC Member ,"District 3, Place B ",,,,LA,,,CONCORDIA,Susan Rabb,107 Lee Ave.,,Vidalia,LA,71373,318-336-5988,W,F,R,066,02/20/2012,02/20/2008,Ms. Rabb -RPEC Member ,"District 4, Place A ",,,,LA,,,CONCORDIA,Ronnie W. Bradford,111 Huntington Dr.,,Ferriday,LA,71334,318-757-2927,W,M,R,066,02/20/2012,02/20/2008,Mr. Bradford -RPEC Member ,"District 4, Place B ",,,,LA,,,CONCORDIA,,,,,,,,,,,066 -RPEC Member ,District 5A ,,,,LA,,,CONCORDIA,,,,,,,,,,,066 -RPEC Member ,District 5B ,,,,LA,,,CONCORDIA,,,,,,,,,,,066 -Sheriff ,,"4001 Carter St., Rm. 6",,Vidalia,LA,71373,318-336-5231,CONCORDIA,Randy Maxwell,"4001 Carter St., Rm. 6",,Vidalia,LA,71373,318-757-9498,W,M,D,225,06/30/2012,07/01/2008,Sheriff Maxwell -Clerk of Court ,,P. O. Box 790,,Vidalia,LA,71373,318-336-4204,CONCORDIA,"Clyde Ray Webber, Jr.",P.O. Box 790,,Vidalia,LA,71373,318-757-3716,W,M,R,230,06/30/2012,07/01/2008,Mr. Webber -Assessor ,,"4001 Carter St., Rm. 3",,Vidalia,LA,71373,318-336-5122,CONCORDIA,Monelle Moseley,P.O. Box 365,,Vidalia,LA,71373,318-336-5856,W,F,,235,12/31/2012,01/01/2009,Ms. Moseley -Coroner ,,100 Lincoln Ave.,,Ferriday,LA,71334,318-757-7000,CONCORDIA,Sarah Lee,P.O. Box 526,,Ferriday,LA,71334,318-757-9910,B,F,,240,03/25/2012,03/24/2008,Ms. Lee -Police Juror,"District 1, Place A","4001 Carter St., Rm. 1",,Vidalia,LA,71373,318-336-7151,CONCORDIA,Carey H. Cook,P.O. Box 585,,Ferriday,LA,71334,318-757-2251,B,M,D,245,01/08/2012,01/14/2008,Mr. Cook -Police Juror ,"District 1, Place B ","4001 Carter St., Rm. 1",,Vidalia,LA,71373,318-336-7151,CONCORDIA,"Joe ""Bear"" Parker",P.O. Box 113,,Clayton,LA,71326,318-757-6470,B,M,D,245,01/08/2012,01/14/2008,Mr. Parker -Police Juror ,District 2 ,"4001 Carter St., Rm. 1",,Vidalia,LA,71373,318-336-7151,CONCORDIA,Willie Dunbar,108 Concordia Park Dr.,,Vidalia,LA,71373,318-336-5806,B,M,D,245,01/08/2012,01/14/2008,Mr. Dunbar -Police Juror ,"District 3, Place A ","4001 Carter St., Rm. 1",,Vidalia,LA,71373,318-336-7151,CONCORDIA,Randy Temple,1008 Guillory St.,,Vidalia,LA,71373,318-336-7005,W,M,D,245,01/08/2012,01/14/2008,Mr. Temple -Police Juror ,"District 3, Place B ","4001 Carter St., Rm. 1",,Vidalia,LA,71373,318-336-7151,CONCORDIA,Whest Shirley,156 Lee Ave.,,Vidalia,LA,71373,318-336-9267,W,M,R,245,01/08/2012,01/14/2008,Mr. Shirley -Police Juror ,"District 4, Place A ","4001 Carter St., Rm. 1",,Vidalia,LA,71373,318-336-7151,CONCORDIA,Jerry Beatty,P.O. Box 61,,Ferriday,LA,71334,318-757-0881,W,M,D,245,01/08/2012,01/14/2008,Mr. Beatty -Police Juror ,"District 4, Place B ","4001 Carter St., Rm. 1",,Vidalia,LA,71373,318-336-7151,CONCORDIA,Melvin Ferrington,410 Cowan St.,,Ferriday,LA,71334,318-757-4671,W,M,D,245,01/08/2012,01/14/2008,Mr. Ferrington -Police Juror ,"District 5, Place A ","4001 Carter St., Rm. 1",,Vidalia,LA,71373,318-336-7151,CONCORDIA,Jimmy Jernigan,1217 Loop Rd.,,Jonesville,LA,71343,318-339-8892,W,M,D,245,01/08/2012,01/14/2008,Mr. Jernigan -Police Juror ,"District 5, Place B ","4001 Carter St., Rm. 1",,Vidalia,LA,71373,318-336-7151,CONCORDIA,"Tommy ""Red"" Tiffee",679 Hwy 907,,Monterey,LA,71354,318-386-2802,W,M,D,245,01/08/2012,01/14/2008,Mr. Tiffee -City Judge ,"City Court, Town of Vidalia ",409 Texas St.,,Vidalia,LA,71373,318-336-5272,CONCORDIA,"George C. Murray, Jr.",P.O. Box 1030,,Vidalia,LA,71373-1030,318-336-5272,W,M,D,250,12/31/2010,01/01/2005,Judge Murray -City Marshal ,"City Court, Town of Vidalia ",409 Texas St.,,Vidalia,LA,71373,318-336-6255,CONCORDIA,"""Jim"" Boren",1208 Apple St.,,Vidalia,LA,71373,318-336-7769,W,M,O,250,12/31/2010,01/01/2005,Mr. Boren -Member of School Board ,"District 1, Place A ",P. O. Box 950,,Vidalia,LA,71373,318-336-4226,CONCORDIA,Fred T. Butcher,220 Martin Luther King,,Ferriday,LA,71334,,B,M,D,255,12/31/2010,01/01/2007,Mr. Butcher -Member of School Board ,"District 1, Place B ",P. O. Box 950,,Vidalia,LA,71373,318-336-4226,CONCORDIA,Mary H. Campbell,P.O. Box 61,,Clayton,LA,71326,318-757-6352,B,F,D,255,12/31/2010,01/01/2007,Ms. Campbell -Member of School Board ,District 2 ,P. O. Box 950,,Vidalia,LA,71373,318-336-4226,CONCORDIA,Raymond T. Riley,P.O. Box 243,,Vidalia,LA,71373,,B,M,D,255,12/31/2010,01/01/2007,Mr. Riley -Member of School Board ,"District 3, Place A ",P. O. Box 950,,Vidalia,LA,71373,318-336-4226,CONCORDIA,Gary Parnham,400 Elm St.,,Vidalia,LA,71373,318-336-5564,W,M,D,255,12/31/2010,01/01/2007,Mr. Parnham -Member of School Board ,"District 3, Place B ",P. O. Box 950,,Vidalia,LA,71373,318-336-4226,CONCORDIA,"""Deanie"" Roberts",2038 Eleanor St.,,Vidalia,LA,71373,318-336-9616,W,F,R,255,12/31/2010,09/14/2007,Ms. Roberts -Member of School Board ,"District 4, Place A ",P. O. Box 950,,Vidalia,LA,71373,318-336-4226,CONCORDIA,"Ricky Lee Raven, Sr.",112 Shady Ln.,,Ferriday,LA,71334,318-757-8259,W,M,O,255,12/31/2010,01/01/2007,Mr. Raven -Member of School Board ,"District 4, Place B ",P. O. Box 950,,Vidalia,LA,71373,318-336-4226,CONCORDIA,Daryle W. Price,233 Crestview Dr.,,Ferriday,LA,71334,318-757-2008,W,M,O,255,12/31/2010,01/01/2007,Mr. Price -Member of School Board ,"District 5, Place A ",P. O. Box 950,,Vidalia,LA,71373,318-336-4226,CONCORDIA,Martha J. Rabb,500 Lincoln Ave. 14B,,Ferriday,LA,71334,318-757-9987,W,F,O,255,12/31/2010,01/01/2007,Ms. Rabb -Member of School Board ,"District 5, Place B ",P. O. Box 950,,Vidalia,LA,71373,318-336-4226,CONCORDIA,Darlene Baker,311 Co-op Rd.,,Monterey,LA,71354,318-386-7852,W,F,D,255,12/31/2010,01/01/2007,Mr. Baker -Justice of the Peace ,Justice of the Peace District 1 ,P. O. Box 1014,,Ferriday,LA,71334,318-757-2834,CONCORDIA,Justin L. Conner,P.O. Box 1014,,Ferriday,LA,71334,318-757-1469,B,M,D,265,12/31/2014,01/01/2009,Mr. Conner -Justice of the Peace ,Justice of the Peace District 2 ,207 Pine St.,,Vidalia,LA,71373,318-336-9534,CONCORDIA,Frank Duson,P. O. Box 495,,Vidalia,LA,71373,318-336-6134,B,M,D,265,12/31/2014,01/01/2009,Mr. Duson -Justice of the Peace ,Justice of the Peace District 3 ,1207 Peach St.,,Vidalia,LA,71373,318-336-5723,CONCORDIA,Russell Wagoner,565 Hwy. 131,,Vidalia,LA,71373,318-336-5803,W,M,R,265,12/31/2014,01/01/2009,Mr. Wagoner -Justice of the Peace ,Justice of the Peace District 4 ,1198 Fishermans Dr.,,Ferriday,LA,71334,318-757-7613,CONCORDIA,Jerry Stallings,1198 Fisherman Dr.,,Ferriday,LA,71334,318-757-7613,W,M,D,265,12/31/2014,01/01/2009,Mr. Stallings -Justice of the Peace ,Justice of the Peace District 5A ,5448 Dunbarton Rd.,,Ferriday,LA,71334,318-757-8977,CONCORDIA,"Charles E. ""Charlie"" White",5448 Dunbarton Rd.,,Ferriday,LA,71334,318-757-8977,W,M,D,265,12/31/2014,01/01/2009,Mr. White -Justice of the Peace ,Justice of the Peace District 5B ,8878 Hwy. 129,,Monterey,LA,71354,318-386-7193,CONCORDIA,Levear Book,8878 Hwy. 129,,Monterey,LA,71354,318-386-7193,W,M,D,265,12/31/2014,01/01/2009,Mr. Book -Constable ,Justice of the Peace District 1 ,263 Concordia Dr.,,Ferriday,LA,71334,318-757-2714,CONCORDIA,Rosa W. Elaine,263 Concordia Dr.,,Ferriday,LA,71334,318-757-2714,B,F,D,267,12/31/2014,01/01/2009,Ms. Ewing -Constable ,Justice of the Peace District 2 ,200 South Oak St.,,Vidalia,LA,71373,318-336-9968,CONCORDIA,Rickey Hollins,200 S. Oak St.,,Vidalia,LA,71373,318-336-9063,B,M,D,267,12/31/2014,01/01/2009,Mr. Hollins -Constable ,Justice of the Peace District 3 ,1104 Plum St.,,Vidalia,LA,71373,318-336-5105,CONCORDIA,Susan Rabb,107 Lee Ave.,,Vidalia,LA,71373,318-336-5988,W,F,R,267,12/31/2014,01/01/2009,Ms. Rabb -Constable ,Justice of the Peace District 4 ,391 Belle Gr.,,Vidalia,LA,71373,318-336-7681,CONCORDIA,"Ferris ""Bull"" Durham",902 Vidalia Dr.,,Ridgecrest,LA,71334,318-757-1800,W,M,D,267,12/31/2014,01/01/2009,Mr. Durham -Constable ,Justice of the Peace District 5A ,3211 Dunbarton Rd.,,Ferriday,LA,71334,318-757-2526,CONCORDIA,John H. Cowan,3211 Dunbarton Rd.,,Ferriday,LA,71373,318-757-2526,W,M,R,267,12/31/2014,01/01/2009,Mr. Cowan -Constable ,Justice of the Peace District 5B ,10085 Hwy. 129,,Monterey,LA,71354,318-386-2649,CONCORDIA,Jerry Lipsey,10085 Hwy. 129,,Monterey,LA,71354,318-386-2649,W,M,D,267,12/31/2014,01/01/2009,Mr. Lipsey -Mayor ,Town of Clayton ,P. O. Box 277,,Clayton,LA,,318-757-8540,CONCORDIA,Rydell Turner,P.O. Box 533,,Clayton,LA,71326,318-719-0065,B,M,O,300,06/30/2012,07/01/2008,Mayor Turner -Mayor ,Town of Ferriday ,1116 Second St.,,Ferriday,LA,,318-757-3411,CONCORDIA,Glen McGlothin,812 Mickey Gilley Ave.,,Ferriday,LA,71334,318-757-3579,W,M,D,300,06/30/2012,07/01/2008,Mayor McGlothin -Mayor ,Town of Ridgecrest ,116 Foster Dr.,,Ridgecrest,LA,,318-757-4497,CONCORDIA,Kevin Graham,117 Grape St.,,Ridgecrest,LA,71334,318-719-1611,W,M,,300,12/31/2010,08/24/2009,Mayor Graham -Mayor ,Town of Vidalia ,P. O. Box 2010,,Vidalia,LA,,318-336-5206,CONCORDIA,Hyram Copeland,603 Elm St.,,Vidalia,LA,71373,318-336-7341,W,M,D,300,06/30/2012,07/01/2008,Mayor Copeland -Chief of Police ,Town of Clayton ,P. O. Box 277,,Clayton,LA,71326,318-757-8540,CONCORDIA,"Clarence ""PaPa"" Skipper",P.O. Box 203,,Clayton,LA,71326,318-757-6833,B,M,D,305,06/30/2012,07/01/2008,Chief Skipper -Chief of Police ,Town of Ridgecrest ,116 Foster Dr.,,Ridgecrest,LA,71334,318-757-4497,CONCORDIA,Wanda Smith,116 Foster Dr.,,Ridgecrest,LA,71334,,,,,305,,10/08/2009,Chief Smith -Chief of Police ,Town of Vidalia ,P. O. Box 2010,,Vidalia,LA,71373,318-336-5206,CONCORDIA,"Ronnie G.""Tapper"" Hendricks",402 Willow St.,,Vidalia,LA,71373,318-336-8230,W,M,O,305,06/30/2012,07/01/2008,Chief Hendricks -Alderman ,"District 1, Town of Vidalia ",P. O. Box 2010,,Vidalia,LA,71373,318-336-5206,CONCORDIA,"Triand ""Tron"" McCoy",P.O. Box 382,,Vidalia,LA,71373,318-336-3583,B,M,D,310,06/30/2012,07/01/2008,Mr. McCoy -Alderman ,"District 2, Town of Vidalia ",P. O. Box 2010,,Vidalia,LA,71373,318-336-5206,CONCORDIA,Vernon Stevens,602 N. Oak St.,,Vidalia,LA,71373,318-336-7057,W,M,D,310,06/30/2012,07/01/2008,Mr. Stevens -Alderman ,"District 3, Town of Vidalia ",P. O. Box 2010,,Vidalia,LA,71373,318-336-5206,CONCORDIA,Jon D. Betts,2030 Charles St.,,Vidalia,LA,71373,318-336-5976,W,M,R,310,06/30/2012,07/01/2008 -Alderman ,"District 3, Town of Vidalia ",P. O. Box 2010,,Vidalia,LA,71373,318-336-5206,CONCORDIA,"Richard S. ""Ricky"" Knapp",1006 Guillory St.,,Vidalia,LA,71373,318-336-8676,W,M,O,310,06/30/2012,07/01/2008,Mr. Knapp -Alderman ,"District 3, Town of Vidalia ",P. O. Box 2010,,Vidalia,LA,71373,318-336-5206,CONCORDIA,"Maureen ""Mo"" Saunders",P.O. Box 424,,Vidalia,LA,71373,318-336-2525,W,F,D,310,06/30/2012,07/01/2008,Ms. Saunders -Alderman ,"District A, Town of Ferriday ",1116 Second St.,,Ferriday,LA,71334,318-757-3411,CONCORDIA,Somer Lance,107 Crescent Dr.,,Ferriday,LA,71334,318-757-2902,W,F,R,310,06/30/2012,07/01/2008,Ms. Lance -Alderman ,"District B, Town of Ferriday ",1116 Second St.,,Ferriday,LA,71334,318-757-3411,CONCORDIA,"Elijah ""Stepper"" Banks",727 Tennessee Ave.,,Ferriday,LA,71334,318-880-1398,B,M,O,310,06/30/2012,07/01/2008,Mr. Banks -Alderman ,"District C, Town of Ferriday ",1116 Second St.,,Ferriday,LA,71334,318-757-3411,CONCORDIA,Jerome Harris,P.O. Box 1325,,Ferriday,LA,71334,318-719-5625,B,M,D,310,06/30/2012,07/01/2008,Mr. Harris -Alderman ,"District D, Town of Ferriday ",1116 Second St.,,Ferriday,LA,71334,318-757-3411,CONCORDIA,Johnnie Brown,P.O. Box 642,,Ferriday,LA,71334,318-757-8532,B,M,D,310,06/30/2012,07/01/2008,Mr. Brown -Alderman ,"District E, Town of Ferriday ",1116 Second St.,,Ferriday,LA,71334,318-757-3411,CONCORDIA,Gloria Lloyd,P.O. Box 1244,,Ferriday,LA,71334,318-757-1624,B,F,D,310,06/30/2012,07/01/2008,Ms. Lloyd -Alderman ,Town of Clayton ,P. O. Box 277,,Clayton,LA,71326,318-757-8540,CONCORDIA,Floyd Barber,P.O. Box 152,,Clayton,LA,71326,318-757-9981,B,M,D,310,06/30/2012,07/01/2008,Mr. Barber -Alderman ,Town of Clayton ,P. O. Box 277,,Clayton,LA,71326,318-757-8540,CONCORDIA,"""Sandy"" Clayton",P.O. Box 211,,Clayton,LA,71326,318-757-8039,W,F,O,310,06/30/2012,07/01/2008,Ms. Clayton -Alderman ,Town of Clayton ,P. O. Box 277,,Clayton,LA,71326,318-757-8540,CONCORDIA,"Willie ""Bill"" Evans",P.O. Box 496,,Clayton,LA,71326,318-757-3722,B,M,D,310,06/30/2012,07/01/2008,Mr. Evans -Alderman ,Town of Clayton ,P. O. Box 277,,Clayton,LA,71326,318-757-8540,CONCORDIA,Irene Jefferson,P.O. Box 202,,Clayton,LA,71326,318-757-4405,B,F,D,310,06/30/2012,07/01/2008,Ms. Jefferson -Alderman ,Town of Clayton ,P. O. Box 277,,Clayton,LA,71326,318-757-8540,CONCORDIA,"Carl R. Thompson, Sr.",P.O. Box 234,,Clayton,LA,71325,318-757-2939,B,M,O,310,06/30/2012,07/01/2008,Mr. Thompson -Alderman ,Town of Ridgecrest ,116 Foster Dr.,,Ridgecrest,LA,71334,318-757-4497,CONCORDIA,Gayle A. Cowan,112 Oak St.,,Ridgecrest,LA,71334,318-757-7862,W,F,D,310,12/31/2010,01/01/2007,Ms. Cowan -Alderman ,Town of Ridgecrest ,116 Foster Dr.,,Ridgecrest,LA,71334,318-757-4497,CONCORDIA,James Cowan,123 Pear St.,,Ridgecrest,LA,71334,318-757-4376,W,M,D,310,12/31/2010,01/01/2007,Mr. Cowan -Alderman ,Town of Ridgecrest ,116 Foster Dr.,,Ridgecrest,LA,71334,318-757-4497,CONCORDIA,Robert D. Maples,107 Grape St.,,Ridgecrest,LA,71334,318-757-2982,W,M,D,310,12/31/2010,01/01/2007,Mr. Maples -Alderman ,Town of Ridgecrest ,116 Foster Dr.,,Ridgecrest,LA,71334,318-757-4497,CONCORDIA,Dwayne Sikes,209 Ferriday Dr.,,Ridgecrest,LA,71334,318-757-1325,W,M,,310,12/31/2010,08/24/2009,Mr. Sikes -DPEC Member ,at Large ,,,,LA,,,DE SOTO,Kenny Cox,300 High School St.,,Mansfield,LA,71052,318-871-5749,B,M,D,054,02/20/2012,02/20/2008,Mr. Cox -DPEC Member ,District 1A ,,,,LA,,,DE SOTO,,,,,,,,,,,056 -DPEC Member ,District 1B ,,,,LA,,,DE SOTO,,,,,,,,,,,056 -DPEC Member ,District 1C ,,,,LA,,,DE SOTO,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,DE SOTO,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,DE SOTO,,,,,,,,,,,056 -DPEC Member ,District 4A ,,,,LA,,,DE SOTO,,,,,,,,,,,056 -DPEC Member ,District 4B ,,,,LA,,,DE SOTO,,,,,,,,,,,056 -DPEC Member ,District 4C ,,,,LA,,,DE SOTO,,,,,,,,,,,056 -DPEC Member ,District 4D ,,,,LA,,,DE SOTO,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,DE SOTO,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,DE SOTO,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,DE SOTO,,,,,,,,,,,064 -RPEC Member ,District 1A ,,,,LA,,,DE SOTO,,,,,,,,,,,066 -RPEC Member ,District 1B ,,,,LA,,,DE SOTO,,,,,,,,,,,066 -RPEC Member ,District 1C ,,,,LA,,,DE SOTO,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,DE SOTO,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,DE SOTO,,,,,,,,,,,066 -RPEC Member ,District 4A ,,,,LA,,,DE SOTO,,,,,,,,,,,066 -RPEC Member ,District 4B ,,,,LA,,,DE SOTO,,,,,,,,,,,066 -RPEC Member ,District 4C ,,,,LA,,,DE SOTO,,,,,,,,,,,066 -RPEC Member ,District 4D ,,,,LA,,,DE SOTO,"Bryan B. Norwood, Jr.",180 Norwood Rd.,,Mansfield,LA,71052,318-872-4707,W,M,R,066,02/20/2012,02/20/2008,Mr. Norwood -RPEC Member ,District 5 ,,,,LA,,,DE SOTO,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,DE SOTO,,,,,,,,,,,066 -Sheriff ,,205 Franklin St.,,Mansfield,LA,71052,318-872-3956,DE SOTO,Rodney Arbuckle,205 Franklin St.,,Mansfield,LA,71052,318-925-4472,W,M,D,225,06/30/2012,07/01/2008,Sheriff Arbuckle -Clerk of Court ,,P. O. Box 1206,,Mansfield,LA,71052,318-872-3110,DE SOTO,"O. L. ""Sonny"" Stone, Jr.",P.O. Box 1206,,Mansfield,LA,71052,318-872-6308,W,M,D,230,06/30/2012,07/01/2008,Mr. Stone -Assessor ,,212 Adams St.,,Mansfield,LA,71052,318-872-3610,DE SOTO,Jimmy Stephens,189 Hatcher Ln.,,Logansport,LA,71049,318-697-5059,W,M,D,235,12/31/2012,01/01/2009,Mr. Stephens -Coroner ,,P.O. Box 899,,Mansfield,LA,71052,318-872-0516,DE SOTO,Jack Grindle,689 George Hunt Rd.,,Grand Cane,LA,71032,318-858-2244,W,M,R,240,03/25/2012,03/24/2008,Mr. Grindle -Police Juror,District 1A,P. O. Box 898,,Mansfield,LA,71052,318-872-0738,DE SOTO,"Gerald ""Jerry"" Moncrief",242 Petty Rd.,,Logansport,LA,71049,318-697-6654,W,M,D,245,01/08/2012,01/14/2008,Mr. Moncrief -Police Juror ,District 1B ,P. O. Box 898,,Mansfield,LA,71052,318-872-0738,DE SOTO,Dewayne Mitchell,871 Cash Blackmon Rd.,,Logansport,LA,71049,318-697-2767,W,M,D,245,01/08/2012,01/14/2008,Mr. Mitchell -Police Juror ,District 1C ,P. O. Box 898,,Mansfield,LA,71052,318-872-0738,DE SOTO,Jarrell O. Burch,933 Schley St.,,Mansfield,LA,71052,318-697-5316,W,M,D,245,01/08/2012,01/14/2008,Mr. Burch -Police Juror ,District 2 ,P. O. Box 898,,Mansfield,LA,71052,318-872-0738,DE SOTO,A. W. McDonald,P.O. Box 898,,Mansfield,LA,71052,,,,,245,,10/22/2009,Mr. McDonald -Police Juror ,District 2 ,P. O. Box 898,,Mansfield,LA,71052,318-872-0738,DE SOTO,"A. W. McDonald, ",185 Cathey Rd.,,Stonewall,LA,71078-9504,318-925-9362,W,M,R,245,,02/15/2010 -Police Juror ,District 3 ,P. O. Box 898,,Mansfield,LA,71052,318-872-0738,DE SOTO,"""Greg"" Baker",1611 Red Bluff Rd.,,Stonewall,LA,71078,318-925-9872,W,M,R,245,01/08/2012,01/14/2008,Mr. Baker -Police Juror ,District 4A ,P. O. Box 898,,Mansfield,LA,71052,318-872-0738,DE SOTO,Richard Fuller,169 Doris Dr.,,Grand Cane,LA,71032,318-872-1400,B,M,D,245,01/08/2012,01/14/2008,Mr. Fuller -Police Juror ,District 4B ,P. O. Box 898,,Mansfield,LA,71052,318-872-0738,DE SOTO,Jeff L. Heard,P.O. Box 1053,,Mansfield,LA,71052,318-872-5046,W,M,D,245,01/08/2012,01/14/2008,Mr. Heard -Police Juror ,District 4C ,P. O. Box 898,,Mansfield,LA,71052,318-872-0738,DE SOTO,Ernel Jones,15029 Hwy. 175,,Mansfield,LA,71052,318-872-3358,B,M,D,245,01/08/2012,01/14/2008,Mr. Jones -Police Juror ,District 4D ,P. O. Box 898,,Mansfield,LA,71052,318-872-0738,DE SOTO,Sylvester Mayweather,675 Railroad Ave.,,Mansfield,LA,71052,318-872-1610,B,M,D,245,01/08/2012,01/14/2008,Mr. Mayweather -Police Juror ,District 5 ,P. O. Box 898,,Mansfield,LA,71052,318-872-0738,DE SOTO,Reggie Roe,877 Friendship Rd.,,Frierson,LA,71027,318-797-8807,W,M,D,245,01/08/2012,01/14/2008,Mr. Roe -Police Juror ,District 6 ,P. O. Box 898,,Mansfield,LA,71052,318-872-0738,DE SOTO,Fred Jones,532 Reddix Rd.,,Pelican,LA,71063,318-755-2870,B,M,D,245,01/08/2012,01/14/2008,Mr. Jones -Member of School Board ,District 1 ,201 Crosby St.,,Mansfield,LA,71052,318-872-3993,DE SOTO,Dudley M. Glenn,P.O. Box 85,,Gloster,LA,71030,318-933-5275,W,M,D,255,12/31/2010,01/01/2007,Mr. Glenn -Member of School Board ,District 2 ,201 Crosby St.,,Mansfield,LA,71052,318-872-3993,DE SOTO,Neil Henderson,939 Hwy 171,,Stonewall,LA,71078,318-453-9189,W,M,R,255,12/31/2010,01/01/2007 -Member of School Board ,District 3 ,201 Crosby St.,,Mansfield,LA,71052,318-872-3993,DE SOTO,Mclawrence Fuller,208 Doris Dr.,,Grand Cane,LA,71032,318-872-4767,B,M,D,255,12/31/2010,01/01/2007 -Member of School Board ,District 4 ,201 Crosby St.,,Mansfield,LA,71052,318-872-3993,DE SOTO,"""Donnie"" Dufour",P.O. Box 734,,Mansfield,LA,71052,318-872-3533,W,M,D,255,12/31/2010,01/01/2007 -Member of School Board ,District 5 ,201 Crosby St.,,Mansfield,LA,71052,318-872-3993,DE SOTO,Shirley Payne,165 Richardson Rd.,,Pelican,LA,71063,318-755-2851,B,F,D,255,12/31/2010,10/14/2008,Ms. Payne -Member of School Board ,District 6 ,201 Crosby St.,,Mansfield,LA,71052,318-872-3993,DE SOTO,John A. Neilson,P.O. Box 853,,Mansfield,LA,71052,318-872-4821,W,M,D,255,12/31/2010,01/01/2007,Mr. Neilson -Member of School Board ,District 7 ,201 Crosby St.,,Mansfield,LA,71052,318-872-3993,DE SOTO,"""Coach"" Haynes",P.O. Box 354,,Logansport,LA,71049,318-697-5193,W,M,D,255,12/31/2010,01/01/2007,Mr. Haynes -Member of School Board ,District 8 ,201 Crosby St.,,Mansfield,LA,71052,318-872-3993,DE SOTO,Mark Ross,4294 Red Bluff Rd.,,Gloster,LA,71030,318-925-6052,W,M,D,255,12/31/2010,01/01/2007,Mr. Ross -Member of School Board ,District 9 ,201 Crosby St.,,Mansfield,LA,71052,318-872-3993,DE SOTO,"""Tommy"" Craig",106 Clista St.,,Mansfield,LA,71052,318-872-3524,W,M,R,255,12/31/2010,01/01/2007,Mr. Craig -Member of School Board ,District 10 ,201 Crosby St.,,Mansfield,LA,71052,318-872-3993,DE SOTO,Barthlomew Claiborne,407 Jacobs St.,,Mansfield,LA,71052,318-207-7713,B,M,,255,12/31/2010,01/01/2007,Mr. Claiborne -Member of School Board ,District 11 ,201 Crosby St.,,Mansfield,LA,71052,318-872-3993,DE SOTO,"L. J. Mayweather, Jr.",155 Pine Hill Cir.,,Mansfield,LA,71052,318-872-4239,B,M,D,255,12/31/2010,01/01/2007,Mr. Mayweather -Justice of the Peace ,Justice of the Peace District 1 ,182 Helen Ln.,,Logansport,LA,71049,318-697-5707,DE SOTO,Helen Holmes,182 Helen Ln.,,Logansport,LA,71049,318-697-5707,W,F,D,265,12/31/2014,01/01/2009,Ms. Holmes -Justice of the Peace ,Justice of the Peace District 2 ,1801 Hwy. 171,,Stonewall,LA,71078,318-925-0569,DE SOTO,Gloria J. McPhearson,1801 Hwy. 171,,Stonewall,LA,71078,318-925-0569,W,F,D,265,12/31/2014,01/01/2009,Ms. McPhearson -Justice of the Peace ,Justice of the Peace District 3 ,382 Marian Ln.,,Logansport,LA,71049,318-697-5361,DE SOTO,S. Phillip Joyner,562 Hwy. 763,,Mansfield,LA,71052,318-697-2361,W,M,R,265,12/31/2014,01/01/2009,Mr. Joyner -Justice of the Peace ,Justice of the Peace District 4 ,2286 S. Washington St.,,Mansfield,LA,71052,318-872-3291,DE SOTO,"Wilbur T. Purvis, Jr.",P. O. Box 66,,Mansfield,LA,71052,318-872-3291,B,M,D,265,12/31/2014,01/01/2009,Mr. Purvis -Justice of the Peace ,Justice of the Peace District 5 ,854 Hwy. 346,,Pelican,LA,71063,318-755-2391,DE SOTO,"""Pat"" Chamberlin",854 Hwy. 346,,Pelican,LA,71063,318-755-2391,W,M,D,265,12/31/2014,01/01/2009,Mr. Chamberlin -Justice of the Peace ,Justice of the Peace District 6 ,808 Hwy. 5,,Logansport,LA,71049,318-697-4920,DE SOTO,Jerry L. Lowe,2207 Main St.,,Logansport,LA,71049,318-697-5485,W,M,,265,12/31/2014,01/01/2009,Mr. Lowe -Constable ,Justice of the Peace District 1 ,379 Belle Bower Rd.,,Logansport,LA,71049,318-697-5852,DE SOTO,Hollis Holmes,379 Belle Bower Rd.,,Logansport,LA,71049-3219,318-697-5852,W,M,D,267,12/31/2014,01/01/2009,Mr. Holmes -Constable ,Justice of the Peace District 2 ,3310 Red Bluff Rd.,,Gloster,LA,71030,318-925-1240,DE SOTO,"Troy ""Bubba"" Yopp, III",3310 Red Bluff Rd.,,Gloster,LA,71030,318-925-1240,W,M,O,267,12/31/2014,01/01/2009,Mr. Yopp -Constable ,Justice of the Peace District 3 ,1005 Hwy. 763,,Mansfield,LA,71052,318-697-4731,DE SOTO,Billy Murphy,1001 Hwy. 763,,Mansfield,LA,71052,318-697-4731,W,M,D,267,12/31/2014,01/01/2009,Mr. Murphy -Constable ,Justice of the Peace District 4 ,904 Susan St.,,Mansfield,LA,71052,318-697-4731,DE SOTO,"Travis ""Bubba"" English, Jr.",904 Susan St.,,Mansfield,LA,71052,318-872-4239,W,M,D,267,12/31/2014,01/01/2009,Mr. English -Constable ,Justice of the Peace District 5 ,191 Davidson Rd.,,Mansfield,LA,71052,318-872-4794,DE SOTO,Linda Wilburn Davidson,191 Davidson Rd.,,Mansfield,LA,71052,318-872-4794,W,F,D,267,12/31/2014,01/01/2009,Ms. Davidson -Constable ,Justice of the Peace District 6 ,678 Horn Rd.,,Logansport,LA,71049,318-697-5438,DE SOTO,E. J. Barber,678 Horn Rd.,,Logansport,LA,71049,318-697-5438,W,M,D,267,12/31/2014,01/01/2009,Mr. Barber -Mayor ,City of Mansfield ,P. O. Box 773,,Mansfield,LA,,318-872-0406,DE SOTO,Curtis W. McCoy,415 Gibbs St.,,Mansfield,LA,71052,318-872-6527,B,M,D,300,06/30/2010,07/01/2006,Mayor McCoy -Mayor ,City of Mansfield ,P. O. Box 773,,Mansfield,LA,,318-872-0406,DE SOTO,"Curtis W. McCoy, ",415 Gibb St.,,Mansfield,LA,71052-2617,318-872-6527,B,M,D,300 -Mayor ,Town of Keachi ,P. O. Drawer 10,,Keachi,LA,,,DE SOTO,Travis Whitfield,P.O. Box 66,,Keatchie,LA,71046,318-933-8371,W,M,,300,12/31/2010,01/01/2007,Mr. Whitfield -Mayor ,Town of Logansport ,P. O. Box 400,,Logansport,LA,,318-697-5359,DE SOTO,Katherine Freeman,P. O. Box 819,,Logansport,LA,71049,318-697-4459,W,F,R,300,12/31/2012,01/01/2009,Mayor Freeman -Mayor ,Town of Stonewall ,P. O. Box 92,,Stonewall,LA,,318-925-9338,DE SOTO,Curtis McCune,444 Hall Rd.,,Stonewall,LA,71078,318-925-9943,W,M,D,300,06/30/2010,07/01/2006,Mayor McCune -Mayor ,Town of Stonewall ,P. O. Box 92,,Stonewall,LA,,318-925-9338,DE SOTO,"Charles Waldon, ",428 Burford Rd.,,Stonewall,LA,71078-9698,318-925-6688,W,M,N,300 -Mayor ,Village of Grand Cane ,P. O. Box 82,,Grand Cane,LA,,318-858-3251,DE SOTO,"Clayton Davis, Jr.",P.O. Box 471,,Grand Cane,LA,71032,318-858-0825,W,M,R,300,12/31/2010,01/01/2007,Mr. Davis -Mayor ,Village of Longstreet ,P. O. Box 3130,,Longstreet,LA,,318-697-0226,DE SOTO,Frank Joseph Elliott,P.O. Box 3269,,Longstreet,LA,71050,318-697-4532,W,M,,300,06/30/2010,07/01/2006,Mayor Elliott -Mayor ,Village of South Mansfield ,P. O. Box 995,,South Mansfield,LA,,318-872-3960,DE SOTO,Euricka Mayweather,675 Railroad Ave.,,Mansfield,LA,71052-5629,318-872-1610,B,F,D,300,12/31/2012,01/01/2009,Mayor Mayweather -Mayor ,Village of Stanley ,13595 Hwy. 84,,Logansport,LA,,318-697-4768,DE SOTO,Altheaon H. Burch,P.O. Box 772,,Mansfield,LA,71052,318-453-3438,W,F,D,300,06/30/2013,07/01/2009,Mayor Burch -Chief of Police ,Town of Stonewall ,P. O. Box 92,,Stonewall,LA,71078,318-925-9338,DE SOTO,"Thomas H. Dufrene, Jr.",171 Julie Ln.,,Stonewall,LA,71078-9605,318-458-5999,W,M,D,305,06/30/2010,07/21/2008,Chief Dufrene -Chief of Police ,Town of Stonewall ,P. O. Box 92,,Stonewall,LA,71078,318-925-9338,DE SOTO,"Thomas Henry Dufrene, Jr.",171 Julie Ln.,,Stonewall,LA,71078-9605,318-458-5999,W,M,R,305 -Chief of Police ,Village of Stanley ,13595 Hwy. 84,,Logansport,LA,71049,318-697-4768,DE SOTO,"David Glen Burch, Sr.",205 Hwy 763,,Mansfield,LA,71052,318-872-3423,W,M,D,305,06/30/2013,07/01/2009,Chief Burch -Alderman ,"District A, City of Mansfield ",P. O. Box 773,,Mansfield,LA,71052,318-872-0406,DE SOTO,"Guy B. ""Sonny"" Hall, III",310 Marcia St.,,Mansfield,LA,71052,318-872-4428,W,M,D,310,06/30/2010,07/01/2006,Mr. Hall -Alderman ,"District B, City of Mansfield ",P. O. Box 773,,Mansfield,LA,71052,318-872-0406,DE SOTO,Dudley Kemper,101 Forest Ave.,,Mansfield,LA,71052,318-872-4567,W,M,R,310,06/30/2010,07/01/2006,Mr. Kemper -Alderman ,"District C, City of Mansfield ",P. O. Box 773,,Mansfield,LA,71052,318-872-0406,DE SOTO,Mitchell Lewis,604 Oxford Rd.,,Mansfield,LA,71052,318-872-0726,B,M,D,310,06/30/2010,07/01/2006,Mr. Lewis -Alderman ,"District C, City of Mansfield ",P. O. Box 773,,Mansfield,LA,71052,318-872-0406,DE SOTO,"Mitchell Lewis, ",604 Oxford Rd.,,Mansfield,LA,71052-5013,318-872-0726,B,M,D,310 -Alderman ,"District D, City of Mansfield ",P. O. Box 773,,Mansfield,LA,71052,318-872-0406,DE SOTO,"Joseph Hall, Jr.",319 Gibbs St.,,Mansfield,LA,71052,318-871-4806,B,M,D,310,06/30/2010,07/01/2006,Mr. Hall -Alderman ,"District D, City of Mansfield ",P. O. Box 773,,Mansfield,LA,71052,318-872-0406,DE SOTO,"Joseph Hall, Jr.",319 Gibbs St.,,Mansfield,LA,71052-2615,318-871-4806,B,M,D,310 -Alderman ,"District E, City of Mansfield ",P. O. Box 773,,Mansfield,LA,71052,318-872-0406,DE SOTO,"Alvin Woodley, ",711 Grove St.,,Mansfield,LA,71052-3403,318-872-2179,B,M,D,310 -Alderman ,"District E, City of Mansfield ",P. O. Box 773,,Mansfield,LA,71052,318-872-0406,DE SOTO,Alvin Ray Woodley,711 Grove St.,,Mansfield,LA,71052,318-872-2179,B,M,D,310,06/30/2010,07/01/2006,Mr. Woodley -Alderman ,Village of Grand Cane ,P. O. Box 82,,Grand Cane,LA,71032,318-858-3251,DE SOTO,"William H. ""Bill"" Cook",P.O. Box 166,,Grand Cane,LA,71032,318-858-2441,W,M,R,310,12/31/2010,01/01/2007,Mr. Cook -Alderman ,Village of Grand Cane ,P. O. Box 82,,Grand Cane,LA,71032,318-858-3251,DE SOTO,Rhonda H. Meek,P.O. Box 306,,Grand Cane,LA,71032,318-858-0009,W,F,R,310,12/31/2010,01/01/2007,Mr. Meek -Alderman ,Village of Grand Cane ,P. O. Box 82,,Grand Cane,LA,71032,318-858-3251,DE SOTO,Marsha Lea Richardson,P.O. Box 23,,Grand Cane,LA,71032,318-858-2295,W,F,D,310,12/31/2010,01/01/2007,Ms. Richardson -Alderman ,Village of South Mansfield ,P. O. Box 995,,South Mansfield,LA,71052,318-872-3960,DE SOTO,Ola Mae Evans,874 Railroad Ave.,,Mansfield,LA,71052,318-872-0852,B,F,D,310,12/31/2012,01/01/2009,Ms. Evans -Alderman ,Village of South Mansfield ,P. O. Box 995,,South Mansfield,LA,71052,318-872-3960,DE SOTO,Dianne Hudson,131 Hudson Ln.,,Mansfield,LA,71052,318-872-5846,B,F,D,310,12/31/2012,01/01/2009,Ms. Hudson -Alderman ,Village of South Mansfield ,P. O. Box 995,,South Mansfield,LA,71052,318-872-3960,DE SOTO,Jimmy L. Smith,540 Railroad Ave.,,Mansfield,LA,71052,318-871-1861,B,M,D,310,12/31/2012,01/01/2009,Mr. Smith -Alderman ,Village of Stanley ,13595 Hwy. 84,,Logansport,LA,71049,318-697-4768,DE SOTO,Dwena M. Henry,644 Hwy 763,,Mansfield,LA,71052,318-697-4768,W,F,D,310,06/30/2013,07/01/2009,Ms. Henry -Alderman ,Village of Stanley ,13595 Hwy. 84,,Logansport,LA,71049,318-697-4768,DE SOTO,Clemmie P. McCoy,13669 Hwy 84,,Logansport,LA,71049,318-697-2551,W,F,D,310,06/30/2013,07/01/2009,Ms. McCoy -Alderman ,Village of Stanley ,13595 Hwy. 84,,Logansport,LA,71049,318-697-4768,DE SOTO,Mark A. Murphrey,501 Hwy 763,,Mansfield,LA,71052,318-697-2792,W,M,R,310,06/30/2013,07/01/2009,Mr. Murphrey -Council Member ,Town of Logansport ,P. O. Box 400,,Logansport,LA,71049,,DE SOTO,Norman Arbuckle,P. O. Box 425,,Logansport,LA,71049-0425 ,318-697-5873,W,M,R,310,12/31/2012,01/01/2009,Mr. Arbuckle -Council Member ,Town of Logansport ,P. O. Box 400,,Logansport,LA,71049,,DE SOTO,Douglas Robert Guillotte,P. O. Box 756,,Logansport,LA,71049,318-697-5534,W,M,D,310,12/31/2012,01/01/2009,Mr. Guillotte -Council Member ,Town of Logansport ,P. O. Box 400,,Logansport,LA,71049,,DE SOTO,June Creech Hooper,P. O. Box 24,,Logansport,LA,71049,318-697-2400,W,F,R,310,12/31/2012,01/01/2009,Ms. Hooper -Council Member ,Town of Logansport ,P. O. Box 400,,Logansport,LA,71049,,DE SOTO,Deborah M. Roberts,204 Marie St.,,Logansport,LA,71049,318-697-5050,B,F,D,310,12/31/2012,01/01/2009,Ms. Roberts -Council Member ,Town of Logansport ,P. O. Box 400,,Logansport,LA,71049,,DE SOTO,Edith Duncan Williams,P.O. Box 504,,Logansport,LA,71049,318-697-5085,B,F,D,310,12/31/2012,01/01/2009,Ms. Williams -Council Member ,Town of Stonewall ,P. O. Box 92,,Stonewall,LA,71078,318-925-9338,DE SOTO,"Margaret A. Dickerson, ",4662 Hwy. 3276,,Stonewall,LA,71078-8240,318-925-9453,W,F,D,310 -Council Member ,Town of Stonewall ,P. O. Box 92,,Stonewall,LA,71078,318-925-9338,DE SOTO,"Nicholas ""Nick"" Gasper, ",432 Hall Rd.,,Stonewall,LA,71078-9560,318-347-4811,W,M,R,310 -Council Member ,Town of Stonewall ,P. O. Box 92,,Stonewall,LA,71078,318-925-9338,DE SOTO,"Patrick Loftus, Jr.",1758 Missile Base Rd.,,Stonewall,LA,71078-8328,318-925-0702,W,M,D,310 -Council Member ,Town of Stonewall ,P. O. Box 92,,Stonewall,LA,71078,318-925-9338,DE SOTO,"Patrick J. Loftus, Jr.",1758 Missile Base Rd.,,Stonewall,LA,71078,318-925-0702,W,M,D,310,06/30/2010,07/01/2006,Mr. Loftus -Council Member ,Town of Stonewall ,P. O. Box 92,,Stonewall,LA,71078,318-925-9338,DE SOTO,"Curtis McCune, ",444 Hall Rd.,,Stonewall,LA,71078-9560,318-925-9943,W,M,D,310 -Council Member ,Town of Stonewall ,P. O. Box 92,,Stonewall,LA,71078,318-925-9338,DE SOTO,"Robert C. ""Bob"" Russell",1361 Hwy 171,,Stonewall,LA,71078,318-207-2703,W,M,,310,06/30/2010,07/01/2006,Mr. Russell -Council Member ,Town of Stonewall ,P. O. Box 92,,Stonewall,LA,71078,318-925-9338,DE SOTO,Glenn Settle,253 Memory Ln.,,Stonewall,LA,71078,318-925-9881,W,M,R,310,06/30/2010,07/01/2006,Mr. Settle -Council Member ,Town of Stonewall ,P. O. Box 92,,Stonewall,LA,71078,318-925-9338,DE SOTO,"Dorothy Simmons, ",234 Sandpiper Ln.,,Stonewall,LA,71078-2804,318-925-3370,W,F,R,310 -Council Member ,Town of Stonewall ,P. O. Box 92,,Stonewall,LA,71078,318-925-9338,DE SOTO,"Dorothy ""Dot"" Simmons",234 Sandpiper Ln.,,Stonewall,LA,71078,318-925-3370,W,F,R,310,06/30/2010,07/21/2008,Ms. Simmons -Council Member ,Town of Stonewall ,P. O. Box 92,,Stonewall,LA,71078,318-925-9338,DE SOTO,Charles R. Waldon,428 Burford Rd.,,Stonewall,LA,71078,318-925-6688,W,M,,310,06/30/2010,07/01/2006,Mr. Waldon -Council Member ,Village of Longstreet ,P. O. Box 3130,,Longstreet,LA,71050,318-697-0226,DE SOTO,Wanda Sue Lewis Fields,120 Pine Tree Ln.,,Logansport,LA,71049,318-697-4089,W,F,,310,06/30/2010,07/01/2006,Ms. Fields -Council Member ,Village of Longstreet ,P. O. Box 3130,,Longstreet,LA,71050,318-697-0226,DE SOTO,"""Connie"" Jackson",P.O. Box 3103,,Logansport,LA,71049,318-697-5881,W,F,R,310,06/30/2010,07/01/2006,Ms. Jackson -Council Member ,Village of Longstreet ,P. O. Box 3130,,Longstreet,LA,71050,318-697-0226,DE SOTO,Queenie D. Rogers,165 Charlies Ln.,,Keatchie,LA,71046,318-297-2880,B,F,D,310,06/30/2010,07/01/2006,Ms. Rogers -Councilman ,Town of Keachi ,P. O. Drawer 10,,Keachi,LA,71046,,DE SOTO,Jeanette Pons Avila,P.O. Box 185,,Keatchie,LA,71046,318-933-5729,W,F,,310,12/31/2010,01/01/2007,Ms. Avila -Councilman ,Town of Keachi ,P. O. Drawer 10,,Keachi,LA,71046,,DE SOTO,William Chad Burford,1066 Keatchie Rd.,,Keatchie,LA,71046,318-933-5309,W,M,R,310,12/31/2010,01/01/2007,Mr. Burford -Councilman ,Town of Keachi ,P. O. Drawer 10,,Keachi,LA,71046,,DE SOTO,Lorice A. Pipkin,358 Mccann Rd.,,Keatchie,LA,71046,318-933-5794,B,F,D,310,12/31/2010,01/01/2007,Ms. Pipkin -Councilman ,Town of Keachi ,P. O. Drawer 10,,Keachi,LA,71046,,DE SOTO,Audrey Rachal,P.O. Box 146,,Keatchie,LA,71046,318-933-2226,W,F,D,310,12/31/2010,01/01/2007,Ms. Rachal -Councilman ,Town of Keachi ,P. O. Drawer 10,,Keachi,LA,71046,,DE SOTO,Angela Toney,P.O. Box 271,,Keatchie,LA,71046,318-933-8936,W,F,D,310,12/31/2010,01/01/2007,Ms. Toney -DPEC Member ,at Large ,,,,LA,,,EAST BATON ROUGE,Lynn N. Bankston,10916 N. Oakhills Pkwy.,,Baton Rouge,LA,70810,225-766-2505,W,F,D,054,02/20/2012,02/20/2008,Ms. Bankston -DPEC Member ,at Large ,,,,LA,,,EAST BATON ROUGE,Darlene Fields,5315 Hollywood St.,,Baton Rouge,LA,70805,225-356-6094,B,F,D,054,02/20/2012,02/20/2008,Ms. Fields -DPEC Member ,at Large ,,,,LA,,,EAST BATON ROUGE,"Donald Hodge, Jr.",224 Ocean Dr. #202,,Baton Rouge,LA,70806,337-794-8873,W,M,D,054,02/20/2012,02/20/2008,Mr. Hodge -DPEC Member ,at Large ,,,,LA,,,EAST BATON ROUGE,Ben Jeffers,922 Mayflower St.,,Baton Rouge,LA,70802,225-346-5400,B,M,D,054,02/20/2012,02/20/2008,Mr. Jeffers -DPEC Member ,at Large ,,,,LA,,,EAST BATON ROUGE,W. T. Winfield,1240 N. 29th St.,,Baton Rouge,LA,70802,225-383-0822,B,M,D,054,02/20/2012,02/20/2008,Mr. Winfield -DPEC Member ,District 1 ,,,,LA,,,EAST BATON ROUGE,Juanita Carter-Sanford,12747 Pride Port Hudson Rd.,,Zachary,LA,70791,225-654-8040,B,F,D,056,02/20/2012,02/20/2008,Ms. Carter-Sanford -DPEC Member ,District 2 ,,,,LA,,,EAST BATON ROUGE,Linda Perkins,13308 Ector Dr.,,Baker,LA,70714,225-382-0040,B,F,D,056,02/20/2012,02/20/2008,Ms. Perkins -DPEC Member ,District 3 ,,,,LA,,,EAST BATON ROUGE,Christopher R. Sonnier,3343 Twelve Oaks Ave.,,Baton Rouge,LA,70820,225-757-1718,W,M,D,056,02/20/2012,02/20/2008,Mr. Sonnier -DPEC Member ,District 4 ,,,,LA,,,EAST BATON ROUGE,Wade Byrd,16544 Quiet Oaks Ave.,,Greenwell Springs,LA,70739,225-261-0599,W,M,D,056,02/20/2012,02/20/2008,Mr. Byrd -DPEC Member ,District 5 ,,,,LA,,,EAST BATON ROUGE,Charles R. Kelly,6111 Maplewood Dr.,,Baton Rouge,LA,70812,225-389-4831,B,M,D,056,02/20/2012,02/20/2008,Mr. Kelly -DPEC Member ,District 6 ,,,,LA,,,EAST BATON ROUGE,Jesse H. Bankston,9526 Southmoor Dr.,,Baton Rouge,LA,70815,225-925-2543,W,M,D,056,02/20/2012,02/20/2008,Mr. Bankston -DPEC Member ,District 7 ,,,,LA,,,EAST BATON ROUGE,Mike Guy,2147 Government St.,,Baton Rouge,LA,70806,225-343-5377,B,M,D,056,02/20/2012,02/20/2008,Mr. Guy -DPEC Member ,District 8 ,,,,LA,,,EAST BATON ROUGE,James Ledford,14827 Colonel Allen Ct.,,Baton Rouge,LA,70816,225-292-0165,W,M,D,056,02/20/2012,02/20/2008,Mr. Ledford -DPEC Member ,District 9 ,,,,LA,,,EAST BATON ROUGE,,,,,,,,,,,056 -DPEC Member ,District 10 ,,,,LA,,,EAST BATON ROUGE,Carolyn Coleman,806 East Blvd.,,Baton Rouge,LA,70802,225-343-1057,B,F,D,056,02/20/2012,02/20/2008,Ms. Coleman -DPEC Member ,District 11 ,,,,LA,,,EAST BATON ROUGE,"Elizabeth ""Betty"" Powers",2436 E. Contour Dr.,,Baton Rouge,LA,70809,225-928-9135,W,F,D,056,02/20/2012,02/20/2008,Ms. Powers -DPEC Member ,District 12 ,,,,LA,,,EAST BATON ROUGE,Brandon DeCuir,1165 Sharynwood Dr.,,Baton Rouge,LA,70808,225-223-6587,B,M,D,056,02/20/2012,02/20/2008,Mr. DeCuir -RPEC Member ,at Large ,,,,LA,,,EAST BATON ROUGE,"""Jerry"" Arbour",701 North St.,,Baton Rouge,LA,70802,225-387-5557,W,M,R,064,02/20/2012,02/20/2008 -RPEC Member ,at Large ,,,,LA,,,EAST BATON ROUGE,Elizabeth Dent,1055 Laurel St.,,Baton Rouge,LA,70802,225-344-2374,W,F,R,064,02/20/2012,02/20/2008,Ms. Dent -RPEC Member ,at Large ,,,,LA,,,EAST BATON ROUGE,"Fred Dent, Jr.",1055 Laurel St.,,Baton Rouge,LA,70802,225-344-2374,W,M,R,064,02/20/2012,02/20/2008,Mr. Dent -RPEC Member ,at Large ,,,,LA,,,EAST BATON ROUGE,"""Tommy"" French",5015 Parkhollow Dr.,,Baton Rouge,LA,70816,225-293-0650,W,M,R,064,02/20/2012,02/20/2008 -RPEC Member ,at Large ,,,,LA,,,EAST BATON ROUGE,Dan Kyle,818 Woodleigh Dr,,Baton Rouge,LA,70810,225-978-1455,W,M,R,064,02/20/2012,02/20/2008,Mr. Kyle -RPEC Member ,District 1 ,,,,LA,,,EAST BATON ROUGE,"Rosalie ""Pat"" Harris",3603 E. Meadow Ct.,,Zachary,LA,70791,225-658-5138,W,F,R,066,02/20/2012,02/20/2008,Ms. Harris -RPEC Member ,District 2 ,,,,LA,,,EAST BATON ROUGE,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,EAST BATON ROUGE,John J. Price,17512 Five Oaks Dr.,,Baton Rouge,LA,70810,225-753-5338,W,M,R,066,02/20/2012,02/20/2008,Mr. Price -RPEC Member ,District 4 ,,,,LA,,,EAST BATON ROUGE,Daniel Edwards,11971 Cline Dr.,,Baker,LA,70714,225-276-9106,W,M,R,066,02/20/2012,02/20/2008,Mr. Edwards -RPEC Member ,District 5 ,,,,LA,,,EAST BATON ROUGE,Harold Williams,4714 Monarch Ave.,,Baton Rouge,LA,70811,225-357-4294,,,,066,02/20/2012,02/20/2008,Mr. Williams -RPEC Member ,District 5 ,,,,LA,,,EAST BATON ROUGE,Harold Williams,P.O. Box 80727,,Baton Rouge,LA,70898,225-806-6923,B,M,R,066,02/20/2012,02/20/2008 -RPEC Member ,District 6 ,,,,LA,,,EAST BATON ROUGE,Ramona Talley,10820 Rosebud Ct.,,Baton Rouge,LA,70815,225-572-7989,W,F,R,066,02/20/2012,02/20/2008,Ms. Talley -RPEC Member ,District 7 ,,,,LA,,,EAST BATON ROUGE,William Kimbrell,1679 Glenmore Ave.,,Baton Rouge,LA,70808,225-907-4700,W,M,R,066,02/20/2012,02/20/2008,Mr. Kimbrell -RPEC Member ,District 8 ,,,,LA,,,EAST BATON ROUGE,"""Ron"" Findish",12515 Schlayer Ave.,,Baton Rouge,LA,70816,225-293-0187,W,M,R,066,02/20/2012,02/20/2008,Mr. Findish -RPEC Member ,District 9 ,,,,LA,,,EAST BATON ROUGE,David Fakouri,P.O. Box 86255,,Baton Rouge,LA,70879,225-921-9735,W,M,R,066,02/20/2012,02/20/2008 -RPEC Member ,District 10 ,,,,LA,,,EAST BATON ROUGE,Cyrus Greco,2230 Olive St.,,Baton Rouge,LA,70806,225-346-1189,W,M,R,066,02/20/2012,02/20/2008,Mr. Greco -RPEC Member ,District 11 ,,,,LA,,,EAST BATON ROUGE,Sally A. Nungesser,1554 Lobdell Ave.,,Baton Rouge,LA,70806,225-929-6040,W,F,R,066,02/20/2012,02/20/2008,Ms. Nungesser -RPEC Member ,District 12 ,,,,LA,,,EAST BATON ROUGE,Donna Grodner,1033 Woodstone Dr.,,Baton Rouge,LA,70808,225-769-8442,W,F,R,066,02/20/2012,02/20/2008,Ms. Grodner -Judge ,"Juvenile Court, Elec. Sect. 1A ",8333 Veterans Memorial Blvd.,,Baton Rouge,LA,70807,225-354-1230,EAST BATON ROUGE,Kathleen Stewart Richey,P. O. Box 66976,,Baton Rouge,LA,70896,225-379-3277,W,F,D,220,12/31/2014,01/01/2009,Judge Richey -Judge ,"Juvenile Court, Elec. Sect. 2B ",8333 Veterans Memorial Blvd.,,Baton Rouge,LA,70807,225-354-1250,EAST BATON ROUGE,"""Pam"" Taylor Johnson",1755 Nicholson Dr.,,Baton Rouge,LA,70802,225-268-8989,B,F,D,220,12/31/2014,01/01/2009,Judge Johnson -"Judge, Family Court ","Election Section 1, Division B ",222 St. Louis St.,,Baton Rouge,LA,70801,225-389-7657,EAST BATON ROUGE,Lisa Woodruff-White,1130 N. Cicero Ave.,,Baton Rouge,LA,70816,225-275-0040,B,F,D,220,12/31/2014,01/01/2009,Judge White -"Judge, Family Court ","Election Section 2, Division C ",222 St. Louis St.,,Baton Rouge,LA,70801,225-389-4673,EAST BATON ROUGE,Toni Higginbotham,"222 St. Louis St., Ste. 948",,Baton Rouge,LA,70802,225-389-4673,W,F,R,220,12/31/2014,01/01/2009,Judge Higginbotham -"Judge, Family Court ","Election Section 3, Division A ",222 St. Louis St.,,Baton Rouge,LA,70801,225-389-4676,EAST BATON ROUGE,Pam Baker,8345 Kelwood Ave.,,Baton Rouge,LA,70806,225-751-9746,W,F,R,220,12/31/2014,01/01/2009,Judge Baker -"Judge, Family Court ","Election Section 3, Division D ",222 St. Louis St.,,Baton Rouge,LA,70801,225-389-4678,EAST BATON ROUGE,Annette Lassalle,"222 St. Louis St., Rm. 978",,Baton Rouge,LA,70802,225-389-4678,W,F,R,220,12/31/2014,01/01/2009,Judge Lassalle -Sheriff ,,P. O. Box 3277,,Baton Rouge,LA,70821,225-389-5000,EAST BATON ROUGE,"Sid J. Gautreaux, III",P.O. Box 3277,,Baton Rouge,LA,70821,225-570-2601,W,M,D,225,06/30/2012,07/01/2008,Sheriff Gautreaux -Clerk of Court ,,P. O. Box 1991,,Baton Rouge,LA,70821,225-389-3950,EAST BATON ROUGE,"""Doug"" Welborn",P.O. Box 1991,,Baton Rouge,LA,70821,225-261-5007,W,M,R,230,06/30/2012,07/01/2008,Mr. Welborn -Assessor ,,"222 St. Louis St., Rm. 126",,Baton Rouge,LA,70802,225-389-3933,EAST BATON ROUGE,Brian Wilson,P.O. Box 2026,,Baton Rouge,LA,70821,225-261-0320,W,M,R,235,12/31/2012,01/01/2009,Mr. Wilson -Coroner ,,4030 T.B. Herndon Ave.,,Baton Rouge,LA,70801,225-389-3047,EAST BATON ROUGE,Shannon Cooper,720 Marquette Ave.,,Baton Rouge,LA,70806,225-405-4648,W,M,R,240,03/25/2012,03/24/2008,Mr. Cooper -Mayor-President ,"Metro Council, City of Baton Rouge ",222 St. Louis,,Baton Rouge,LA,,225-389-3100,EAST BATON ROUGE,"Melvin ""Kip"" Holden",838 North Blvd.,,Baton Rouge,LA,70802,225-389-5102,B,M,D,243,12/31/2012,01/01/2009,Mayor Holden -Councilman ,Metro District 1 ,222 St. Louis Street,,Baton Rouge,LA,,225-389-3123,EAST BATON ROUGE,J. E. Trae Welch,5734 Main St.,,Zachary,LA,70791,225-774-5185,W,M,D,245,12/31/2012,01/01/2009,Mr. Welch -Councilman ,Metro District 2 ,222 St. Louis Street,,Baton Rouge,LA,70802,225-389-3123,EAST BATON ROUGE,"Ulysses Z. Addison, Jr.",10235 Ave. L,,Baton Rouge,LA,70807,225-389-8331,B,M,D,245,12/31/2012,01/01/2009,Mr. Addison -Councilman ,Metro District 3 ,222 St. Louis Street,,Baton Rouge,LA,70802,225-389-3123,EAST BATON ROUGE,Chandler Loupe,734 Plantation Ridge Dr.,,Baton Rouge,LA,70810,225-767-2222,W,M,R,245,12/31/2012,01/01/2009,Mr. Loupe -Councilman ,Metro District 4 ,222 St. Louis Street,,Baton Rouge,LA,70802,225-389-3123,EAST BATON ROUGE,Scott Wilson,P.O. Box 432,,Central,LA,70739,225-261-8667,W,M,R,245,12/31/2012,01/01/2009,Mr. Wilson -Councilman ,Metro District 5 ,222 St. Louis Street,,Baton Rouge,LA,70802,225-389-3123,EAST BATON ROUGE,Ronnie Edwards,P.O. Box 73018,,Baton Rouge,LA,70874,225-819-6546,B,F,D,245,12/31/2012,01/01/2009,Ms. Edwards -Councilman ,Metro District 6 ,222 St. Louis Street,,Baton Rouge,LA,70802,225-389-3123,EAST BATON ROUGE,Donna Collins-Lewis,P. O. Box 4095,,Baton Rouge,LA,70821,225-439-9690,B,F,D,245,12/31/2012,01/01/2009,Ms. Collins-Lewis -Councilman ,Metro District 7 ,222 St. Louis Street,,Baton Rouge,LA,70802,225-389-3123,EAST BATON ROUGE,C. Denise Marcelle,P.O. Box 2747,,Baton Rouge,LA,70802,225-336-0707,B,F,D,245,12/31/2012,01/01/2009,Ms. Marcelle -Councilman ,Metro District 8 ,222 St. Louis Street,,Baton Rouge,LA,70802,225-389-3123,EAST BATON ROUGE,"""Mike"" Walker",340 Laurie Lynn Dr.,,Baton Rouge,LA,70819,225-337-5311,W,M,R,245,12/31/2012,01/01/2009,Mr. Walker -Councilman ,Metro District 9 ,222 St. Louis Street,,Baton Rouge,LA,70802,225-389-3123,EAST BATON ROUGE,Joel Boe',P. O. Box 77274,,Baton Rouge,LA,70879,225-572-6181,W,M,R,245,12/31/2012,01/01/2009,Mr. Boe' -Councilman ,Metro District 10 ,222 St. Louis Street,,Baton Rouge,LA,70802,225-389-3123,EAST BATON ROUGE,Tara Wicker,337 N. 25th St.,,Baton Rouge,LA,70802,225-317-1849,B,F,D,245,12/31/2012,01/01/2009,Ms. Wicker -Councilman ,Metro District 11 ,222 St. Louis Street,,Baton Rouge,LA,70802,225-389-3123,EAST BATON ROUGE,Alison Cascio,"1701 Lobdell Ave., #90",,Baton Rouge,LA,70806,225-281-7632,W,F,R,245,12/31/2012,01/01/2009,Ms. Cascio -Councilman ,Metro District 12 ,222 St. Louis Street,,Baton Rouge,LA,70802,225-389-3123,EAST BATON ROUGE,"R.J. ""Smokie"" Bourgeois",1221 Staring Ln.,,Baton Rouge,LA,,225-413-3893,W,M,R,245,12/31/2012,01/01/2009,Mr. Bourgeois -City Judge ,"City Court, City of Baker ",P. O. Box 1,,Baker,LA,70714-0001 ,225-778-1866,EAST BATON ROUGE,Kirk A. Williams,P.O. Box 826,,Baker,LA,70704,225-775-9888,B,M,D,250,12/31/2014,01/01/2009,Judge Williams -City Judge ,"City Court, City of Zachary ",P. O. Box 310,,Zachary,LA,70791,225-654-0044,EAST BATON ROUGE,Lonny Myles,1444 Church St.,,Zachary,LA,70791,225-654-6006,W,M,D,250,12/31/2010,01/01/2005,Mr. Myles -City Judge ,"City Court, El. Sect. 1B, Baton Rouge ",P. O. Box 3438,,Baton Rouge,LA,70821-3438,225-389-3025,EAST BATON ROUGE,Kelli Terrell Temple,P.O. Box 708,,Baton Rouge,LA,70821,225-328-8844,B,F,D,250,12/31/2012,05/12/2009,Judge Temple -City Judge ,"City Court, El. Sect. 1D, Baton Rouge ",P. O. Box 3438,,Baton Rouge,LA,70821-3438,225-389-5006,EAST BATON ROUGE,Yvette M. Alexander,P.O. Box 2843,,Baton Rouge,LA,70821,225-768-7682,B,F,D,250,12/31/2012,01/01/2007,Judge Alexander -City Judge ,"City Court, El. Sect. 2A, Baton Rouge ",P. O. Box 3438,,Baton Rouge,LA,70821-3438,225-389-3021,EAST BATON ROUGE,Laura Prosser Davis,324 L.S.U. Ave.,,Baton Rouge,LA,70808,225-763-5843,W,F,R,250,12/31/2012,01/01/2007,Judge Davis -City Judge ,"City Court, El. Sect. 2C, Baton Rouge ",P. O. Box 3438,,Baton Rouge,LA,70821-3438,225-389-3346,EAST BATON ROUGE,"Alex ""Brick"" Wall",176 Rodney Dr.,,Baton Rouge,LA,70808,225-766-8181,W,M,D,250,12/31/2012,01/01/2007,Judge Wall -City Judge ,"City Court, El. Sect. 2E, Baton Rouge ",P. O. Box 3438,,Baton Rouge,LA,70821-3438,225-389-3095,EAST BATON ROUGE,Suzan S. Ponder,P.O. Box 989,,Baton Rouge,LA,70821,225-765-6222,W,F,R,250,12/31/2012,01/01/2007,Judge Ponder -City Constable ,"City Court, City of Baton Rouge ",P. O. Box 3438,,Baton Rouge,LA,70821-3438,225-389-3004,EAST BATON ROUGE,"Reginald R. Brown, Sr.",P.O. Box 881,,Baton Rouge,LA,70821,225-218-1954,B,M,D,253,12/31/2012,01/01/2007,Mr. Brown -Member of School Board ,"District 1, Zachary Community ",Zachary Community School Board,,,LA,70791,225-658-4969,EAST BATON ROUGE,Gaynell C. Young,129 W. Flanacher Rd.,,Zachary,LA,70791,225-654-5551,B,F,D,255,12/31/2010,01/01/2007,Ms. Young -Member of School Board ,"District 2, Zachary Community ",4656 Main St.,,Baton Rouge,LA,70719,225-658-4969,EAST BATON ROUGE,Scott Swilley,325 Grove Ave.,,Zachary,LA,70791,225-658-0425,W,M,R,255,12/31/2010,01/01/2007,Mr. Swilley -Member of School Board ,"District 3, Zachary Community ",4656 Main St.,,Baton Rouge,LA,70719,225-658-4969,EAST BATON ROUGE,Sharon T. Samuel,1344 Rollins Rd.,,Zachary,LA,70791,225-654-5710,W,F,R,255,12/31/2010,01/01/2007,Ms. Samuel -Member of School Board ,"District 4, Zachary Community ",4656 Main St.,,Baton Rouge,LA,70719,225-658-4969,EAST BATON ROUGE,Carl C. Snowden,1126 E. Mt. Pleasant Rd.,,Zachary,LA,70791,225-654-0259,B,M,D,255,12/31/2010,01/01/2007,Mr. Snowden -Member of School Board ,"District 5, Zachary Community ",4656 Main St.,,Baton Rouge,LA,70719,225-658-4969,EAST BATON ROUGE,"Hubert C. ""Hubie"" Owen",P.O. Box 1190,,Zachary,LA,70791,225-654-0299,W,M,R,255,12/31/2010,01/01/2007,Mr. Owen -Member of School Board ,"District 6, Zachary Community ",4656 Main St.,,Baton Rouge,LA,70719,225-658-4969,EAST BATON ROUGE,Jannie Thomas Rogers,P.O. Box 963,,Zachary,LA,70791,225-658-4809,B,F,D,255,12/31/2010,01/01/2007,Ms. Rogers -Member of School Board ,"District 7, Zachary Community ",4656 Main St.,,Baton Rouge,LA,70719,225-658-4969,EAST BATON ROUGE,Carl Kelley,4120 Noble St.,,Zachary,LA,70791,225-658-7575,W,M,R,255,12/31/2010,07/21/2008,Mr. kelley -Member of School Board ,"District 8, Zachary Community ",4656 Main St.,,Baton Rouge,LA,70719,225-658-4969,EAST BATON ROUGE,Jonathan C. Benda,4512 Virginia St.,,Zachary,LA,70791,225-654-0488,W,M,R,255,12/31/2010,01/01/2007,Mr. Benda -Member of School Board ,"District 9, Zachary Community ",4656 Main St.,,Baton Rouge,LA,70719,225-658-4969,EAST BATON ROUGE,David Dayton,20660 Plank Rd.,,Zachary,LA,70791,225-654-2249,W,M,R,255,12/31/2010,01/01/2007,Mr. Dayton -Member of School Board ,District 1 ,P.O. Box 2950,,Baton Rouge,LA,70821,225-922-5618,EAST BATON ROUGE,Derrick Spell,5824 Cherryridge Dr.,,Baton Rouge,LA,70809,225-215-1199,W,M,R,255,12/31/2010,01/01/2007,Mr. Spell -Member of School Board ,"District 1, Central Community ",,,,LA,,,EAST BATON ROUGE,Russell Starns,13110 Greenwell Springs Rd.,,Greenwell Springs,LA,70739,225-262-9741,W,M,R,255,12/31/2010,10/14/2008,Mr. Starns -Member of School Board ,"District 1, City of Baker ",3033-B Ray Weiland Dr.,,Baker,LA,70714,225-774-5795,EAST BATON ROUGE,"""Pam"" Malveaux",13308 Alba Dr.,,Baker,LA,70714,225-774-8520,B,F,O,255,12/31/2010,01/01/2007,Ms. Malveaux -Member of School Board ,District 2 ,P.O. Box 2950,,Baton Rouge,LA,70821,225-922-5618,EAST BATON ROUGE,Vereta Lee,P.O. Box 73133,,Baton Rouge,LA,70874,225-356-1729,B,F,D,255,12/31/2010,01/01/2007,Ms. Lee -Member of School Board ,"District 2, Central Community ",,,,LA,,,EAST BATON ROUGE,"W. ""Marty"" Guilbeau",10142 W. Brookside Dr.,,Baton Rouge,LA,70818,225-302-5315,,,R,255,12/31/2010,10/14/2008,Ms. Guilbeau -Member of School Board ,"District 2, City of Baker ",3033-B Ray Weiland Dr.,,Baker,LA,70714,225-774-5795,EAST BATON ROUGE,Dana Carpenter,3245 Chamberlain Ave.,,Baker,LA,70714,225-774-6331,B,M,D,255,12/31/2010,01/01/2007,Ms. Carpenter -Member of School Board ,District 3 ,P.O. Box 2950,,Baton Rouge,LA,70821,225-922-5618,EAST BATON ROUGE,Darryl L. Robertson,1234 Central Rd.,,Baton Rouge,LA,70807,225-774-6392,B,M,D,255,12/31/2010,01/01/2007,Mr. Robertson -Member of School Board ,"District 3, Central Community ",,,,LA,,,EAST BATON ROUGE,Graydon David Walker,13025 Lovett Rd.,,Baton Rouge,LA,70818,225-261-1209,W,M,R,255,12/31/2010,10/14/2008,Mr. Walker -Member of School Board ,"District 3, City of Baker ",3033-B Ray Weiland Dr.,,Baker,LA,70714,225-774-5795,EAST BATON ROUGE,George Gallman,4414 Heath Dr.,,Baker,LA,70714,225-774-3831,W,M,R,255,12/31/2010,01/01/2007,Mr. Gallman -Member of School Board ,District 4 ,P.O. Box 2950,,Baton Rouge,LA,70821,225-922-5618,EAST BATON ROUGE,Tarvald Smith,2115 North Vega Dr.,,Baton Rouge,LA,70815,225-925-2416,B,M,D,255,12/31/2010,01/01/2007,Mr. Smith -Member of School Board ,"District 4, Central Community ",,,,LA,,,EAST BATON ROUGE,"Willard ""Will"" Easley",13044 Denham Rd.,,Baton Rouge,LA,70818,225-261-3104,W,M,R,255,12/31/2010,10/14/2008,Mr. Easley -Member of School Board ,"District 4, City of Baker ",3033-B Ray Weiland Dr.,,Baker,LA,70714,225-774-5795,EAST BATON ROUGE,Jane Freudenberger,3541 Buffwood Dr.,,Baker,LA,70714,225-771-1717,W,F,D,255,12/31/2010,01/01/2007,Ms. Freudenberger -Member of School Board ,District 5 ,P.O. Box 2950,,Baton Rouge,LA,70821,225-922-5618,EAST BATON ROUGE,"Jonathan C. ""Jay"" Augustine",P.O. Box 66461,,Baton Rouge,LA,70896,225-773-4618,B,M,D,255,12/31/2010,01/01/2007,Mr. Augustine -Member of School Board ,"District 5, Central Community ",,,,LA,,,EAST BATON ROUGE,"""Jim"" Gardner",11522 Core Ln.,,Baker,LA,70714,225-261-9467,W,M,R,255,12/31/2010,10/14/2008,Mr. Gardner -Member of School Board ,"District 5, City of Baker ",3033-B Ray Weiland Dr.,,Baker,LA,70714,225-774-5795,EAST BATON ROUGE,Doris Alexander,3809 Epperson St.,,Baker,LA,70714,225-778-0141,B,F,D,255,12/31/2010,01/01/2007,Ms. Alexander -Member of School Board ,District 6 ,P.O. Box 2950,,Baton Rouge,LA,70821,225-922-5618,EAST BATON ROUGE,W. T. Winfield,1240 N. 29th St.,,Baton Rouge,LA,70802,225-344-7584,B,M,D,255,12/31/2010,07/21/2008,Mr. Winfield -Member of School Board ,"District 6, Central Community ",,,,LA,,,EAST BATON ROUGE,Ruby Wallette Foil,16432 Quiet Oaks Ave.,,Greenwell Springs,LA,70739,225-261-3751,W,F,R,255,12/31/2010,10/14/2008,Ms. Foil -Member of School Board ,District 7 ,P.O. Box 2950,,Baton Rouge,LA,70821,225-922-5618,EAST BATON ROUGE,Noel Hammatt,242 Delgado Dr.,,Baton Rouge,LA,70808,225-766-5582,W,M,R,255,12/31/2010,01/01/2007,Mr. Hammatt -Member of School Board ,"District 7, Central Community ",,,,LA,,,EAST BATON ROUGE,Sharon W. Browning,9531 Watts Rd.,,Baton Rouge,LA,70811,225-357-9658,W,F,R,255,12/31/2010,10/14/2008,Ms. Browning -Member of School Board ,District 8 ,P.O. Box 2950,,Baton Rouge,LA,70821,225-922-5618,EAST BATON ROUGE,Greg Baldwin,780 Rue Crozat,,Baton Rouge,LA,70810,225-767-0808,W,M,D,255,12/31/2010,01/01/2007,Mr. Baldwin -Member of School Board ,District 9 ,P.O. Box 2950,,Baton Rouge,LA,70821,225-922-5618,EAST BATON ROUGE,Jerry Arbour,701 North St.,,Baton Rouge,LA,70802,225-387-5557,W,M,R,255,12/31/2010,01/01/2007,Mr. Arbour -Member of School Board ,District 10 ,P.O. Box 2950,,Baton Rouge,LA,70821,225-922-5618,EAST BATON ROUGE,Jill Dyason,22768 Hoo Shoo Too Rd.,,Baton Rouge,LA,70817,225-753-6009,W,F,R,255,12/31/2010,01/01/2007,Ms. Dyason -Member of School Board ,District 11 ,P.O. Box 2950,,Baton Rouge,LA,70821,225-922-5618,EAST BATON ROUGE,Randy Lamana,15234 Hidden Creek Dr.,,Pride,LA,70770,225-262-1812,W,M,R,255,12/31/2010,10/30/2007,Mr. Lamana -Member of School Board ,District 12 ,P.O. Box 2950,,Baton Rouge,LA,70821,225-922-5618,EAST BATON ROUGE,"William P. ""Bill"" Black",1020 Heather Dr.,,Baton Rouge,LA,70815,225-272-3819,W,M,D,255,12/31/2010,01/01/2007,Mr. Black -Justice of the Peace ,"Justice of the Peace Ward 2, District 1 ",,,,LA,,,EAST BATON ROUGE,Virginia Forbes,23845 Reames Rd.,,Zachary,LA,70791,225-654-2424,W,F,D,265,12/31/2014,01/01/2009,Ms. Forbes -Justice of the Peace ,"Justice of the Peace Ward 2, District 2 ",,,,LA,,,EAST BATON ROUGE,Brooke Peay,20529 Machost Rd.,,Zachary,LA,70791,225-658-9778,W,F,R,265,12/31/2014,01/01/2009,Ms. Peay -Justice of the Peace ,"Justice of the Peace Ward 2, District 3 ",,,,LA,,,EAST BATON ROUGE,"Moses M. Evans, Jr.",13470 Clark Dr.,,Baton Rouge,LA,70807,225-774-5452,B,M,D,265,12/31/2014,01/01/2009,Mr. Evans -Justice of the Peace ,"Justice of the Peace Ward 3, District 1 ",,,,LA,,,EAST BATON ROUGE,Mark Miley,18652 Loch Bend Ave.,,Greenwell Springs,LA,70739,225-926-9415,W,M,R,265,12/31/2014,04/14/2009,Mr. Miley -Justice of the Peace ,"Justice of the Peace Ward 3, District 2 ",,,,LA,,,EAST BATON ROUGE,Steven E. Sanders,5621 Kennesaw Dr.,,Baton Rouge,LA,70817,225-752-9280,W,M,R,265,12/31/2014,01/01/2009,Mr. Sanders -Justice of the Peace ,"Justice of the Peace Ward 3, District 3 ",,,,LA,,,EAST BATON ROUGE,Melva Cavanaugh,12590 Perkins Rd.,,Baton Rouge,LA,70810,225-767-5756,W,F,R,265,12/31/2014,01/01/2009,Ms. Cavanaugh -Constable ,"Justice of the Peace Ward 2, District 1 ",18523 Arbor Oak Ave.,,Greenwell Springs,LA,70739,225-261-9328,EAST BATON ROUGE,Jimmy Santangelo,16935 Liberty Rd.,,Greenwell Springs,LA,70739,225-261-9328,W,M,D,267,12/31/2014,01/01/2009,Mr. Santangelo -Constable ,"Justice of the Peace Ward 2, District 2 ",7970 McHost Rd.,,Zachary,LA,70791,225-658-4628,EAST BATON ROUGE,Darin David,7970 Machost Rd.,,Zachary,LA,70791,225-413-3928,W,M,R,267,12/31/2014,01/01/2009,Mr. David -Constable ,"Justice of the Peace Ward 2, District 3 ",P.O. Box 75431,,Baton Rouge,LA,70874,225-356-9000,EAST BATON ROUGE,Donald Shelmire,P. O. Box 75431,,Baton Rouge,LA,70874,225-356-9000,B,M,D,267,12/31/2014,01/01/2009,Mr. Shelmire -Constable ,"Justice of the Peace Ward 3, District 1 ",14786 Bon Dickey Dr.,,Baton Rouge,LA,70818,225-261-3663,EAST BATON ROUGE,Don Thompson,14786 Bon Dickey Dr.,,Baton Rouge,LA,70818,225-261-3663,W,M,R,267,12/31/2014,01/01/2009,Mr. Thompson -Constable ,"Justice of the Peace Ward 3, District 2 ",3777 Jones Creek Rd.,,Baton Rouge,LA,70816,225-753-1938,EAST BATON ROUGE,John D. Cormier,14114 Pine Hurst Ave.,,Baton Rouge,LA,70817,225-755-1761,W,M,R,267,12/31/2014,01/01/2009,Mr. Cormier -Constable ,"Justice of the Peace Ward 3, District 3 ",16612 Autumn Ridge,,Baton Rouge,LA,70810,225-752-9364,EAST BATON ROUGE,David L. Wade,16612 Autumn Ridge Ave.,,Baton Rouge,LA,70810,225-752-9364,W,M,R,267,12/31/2014,01/01/2009,Mr. Wade -Mayor ,City of Baker ,P. O. Box 707,,Baker,LA,,225-778-0300,EAST BATON ROUGE,Harold Rideau,13821 Brantley Dr.,,Baker,LA,70714,225-774-1155,B,M,D,300,06/30/2012,07/01/2008,Mr. Rideau -Mayor ,City of Central ,9339 Sullivan Road,,Baton Rouge,LA,70818,225-261-0653,EAST BATON ROUGE,"Shelton S. ""Mac"" Watts, ","13421 Hooper Rd., Ste. 9",,Baton Rouge,LA,70818-2900,225-261-5988,W,M,R,300,06/30/2010,07/01/2006,Mr. Watts -Mayor ,City of Zachary ,P.O. Box 310,,Zachary,LA,,225-654-0287,EAST BATON ROUGE,Henry J. Martinez,5461 Fennwood Dr.,,Zachary,LA,70791,225-654-9119,W,M,R,300,01/10/2011,01/08/2007,Mayor Martinez -Chief of Police ,City of Baker ,P. O. Box 707,,Baker,LA,70714,225-778-0300,EAST BATON ROUGE,"Michael ""Snapper"" Knaps",2209 Debra Dr.,,Baker,LA,70714,225-775-3106,W,M,D,305,06/30/2012,07/01/2008,Mr. Knaps -Chief of Police ,City of Central ,9339 Sullivan Road,,Baton Rouge,LA,70818,225-261-0653,EAST BATON ROUGE,James Douglas Browning,6487 Thelmadale Dr.,,Greenwell Springs,LA,70739,225-261-5554,W,M,R,305,06/30/2010,07/01/2006,Mr. Browning -Chief of Police ,City of Zachary ,P.O. Box 310,,Zachary,LA,70791-0310 ,225-654-0287,EAST BATON ROUGE,"John N. Herty, Jr.",4222 Noble St.,,Zachary,LA,70791,225-933-8991,W,M,O,305,01/10/2011,01/08/2007,Chief Herty -Council Member(s) ,City of Central ,9339 Sullivan Road,,Baton Rouge,LA,70818,225-261-0653,EAST BATON ROUGE,"Louis DeJohn, Jr.",P.O. Box 15342,,Baton Rouge,LA,70896,225-927-6520,W,M,R,310,06/30/2010,07/01/2006,Mr. DeJohn -Council Member(s) ,City of Central ,9339 Sullivan Road,,Baton Rouge,LA,70818,225-261-0653,EAST BATON ROUGE,Joan C. Lansing,13943 Palomino Dr.,,Greenwell Springs,LA,70739,225-261-2195,W,F,R,310,06/30/2010,07/01/2006,Ms. Lansing -Council Member(s) ,City of Central ,9339 Sullivan Road,,Baton Rouge,LA,70818,225-261-0653,EAST BATON ROUGE,Aaron Moak,5140 Fryers Ave.,,Greenwell Springs,LA,70739,225-261-0612,W,M,R,310,06/30/2010,07/01/2006,Mr. Moak -Council Member(s) ,City of Central ,9339 Sullivan Road,,Baton Rouge,LA,70818,225-261-0653,EAST BATON ROUGE,"""Lucky"" Ross",17839 Lake Vista Dr.,,Greenwell Springs,LA,70739,225-937-7775,W,M,R,310,06/30/2010,07/01/2006,Mr. Ross -Council Member(s) ,City of Central ,9339 Sullivan Road,,Baton Rouge,LA,70818,225-261-0653,EAST BATON ROUGE,Ralph J. Washington,7201 Conestoga Dr.,,Greenwell Springs,LA,70739,225-926-0788,B,M,D,310,06/30/2010,07/01/2006,Mr. Washington -Councilman ,"District 1, City of Baker ",P. O. Box 707,,Baker,LA,70714,225-778-0300,EAST BATON ROUGE,Charles Vincent,13312 Alba Dr.,,Baker,LA,70714,225-774-8777,B,M,D,310,06/30/2012,07/01/2008,Mr. Vincent -Councilman ,"District 1, City of Zachary ",,,,LA,,,EAST BATON ROUGE,Francis Nezianya,1227 Mills Point Dr.,,Zachary,LA,70791,225-658-5816,B,M,O,310,01/10/2011,01/08/2007,Mr. Nezianya -Councilman ,"District 2, City of Baker ",P. O. Box 707,,Baker,LA,70714,225-778-0300,EAST BATON ROUGE,"""A. J."" Walls",2312 S. Magnolia Dr.,,Baker,LA,70714,225-778-1293,W,M,D,310,06/30/2012,07/01/2008,Mr. Walls -Councilman ,"District 2, City of Zachary ",,,,LA,,,EAST BATON ROUGE,John M. Coghlan,2128 W. George St.,,Zachary,LA,70791,225-654-0789,W,M,R,310,01/10/2011,01/08/2007,Mr. Coghlan -Councilman ,"District 3, City of Baker ",P. O. Box 707,,Baker,LA,70714,225-778-0300,EAST BATON ROUGE,Carlon Simpson,1894 McHugh Rd.,,Baker,LA,70714-2704,225-778-1846,W,F,D,310,06/30/2012,07/01/2008,Mr. Simpson -Councilman ,"District 3, City of Zachary ",,,,LA,,,EAST BATON ROUGE,"""Randy"" Bouley",19313 Old Scenic Hwy.,,Zachary,LA,70791,225-654-5117,W,M,R,310,01/10/2011,01/08/2007,Mr. Bouley -Councilman ,"District 4, City of Baker ",P. O. Box 707,,Baker,LA,70714,225-778-0300,EAST BATON ROUGE,"James ""Jimmy"" Pourciau",3625 Harrison St.,,Baker,LA,70714,225-775-0788,W,M,D,310,06/30/2012,07/01/2008,Mr. Pourciau -Councilman ,"District 4, City of Zachary ",,,,LA,,,EAST BATON ROUGE,"""Dan"" Wallis",P.O. Box 620,,Zachary,LA,70791,225-658-2078,W,M,R,310,01/10/2011,01/08/2007,Mr. Wallis -Councilman ,"District 5, City of Baker ",P. O. Box 707,,Baker,LA,70714,225-778-0300,EAST BATON ROUGE,Fred O. Russell,5425 Lavey Ln.,,Baker,LA,70714,225-775-3389,W,M,D,310,06/30/2012,07/01/2008,Mr. Russell -Councilman ,"District 5, City of Zachary ",,,,LA,,,EAST BATON ROUGE,Melvin L. Riley,4851 Old Slaughter Rd.,,Zachary,LA,70791,225-654-6303,B,M,D,310,01/10/2011,01/08/2007,Mr. Riley -DPEC Member ,at Large ,,,,LA,,,EAST CARROLL,,,,,,,,,,,054 -DPEC Member ,District 1 ,,,,LA,,,EAST CARROLL,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,EAST CARROLL,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,EAST CARROLL,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,EAST CARROLL,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,EAST CARROLL,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,EAST CARROLL,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,EAST CARROLL,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,EAST CARROLL,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,EAST CARROLL,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,EAST CARROLL,,,,,,,,,,,064 -RPEC Member ,District 1 ,,,,LA,,,EAST CARROLL,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,EAST CARROLL,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,EAST CARROLL,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,EAST CARROLL,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,EAST CARROLL,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,EAST CARROLL,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,EAST CARROLL,,,,,,,,,,,066 -RPEC Member ,District 8 ,,,,LA,,,EAST CARROLL,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,EAST CARROLL,,,,,,,,,,,066 -Sheriff ,,P.O. Box 246,,Lake Providence,LA,71254,318-559-2800,EAST CARROLL,Mark W. Shumate,P.O. Box 246,,Lake Providence,LA,71254,318-559-7686,W,M,D,225,06/30/2012,07/01/2008,Sheriff Schumate -Clerk of Court ,,400 First St.,,Lake Providence,LA,71254,318-559-2399,EAST CARROLL,Beatrice Allen Carter,400 First St.,,Lake Providence,LA,71254,318-559-0216,B,F,D,230,06/30/2012,07/01/2008,Ms. Carter -Assessor ,,"400 First St., Rm. 10",,Lake Providence,LA,71254,318-559-2850,EAST CARROLL,Geneva F. Odom,P.O. Box 70,,Transylvania,LA,71286,318-552-6333,W,F,D,235,12/31/2012,01/01/2009,Ms. Odom -Coroner ,,P.O. Box 632,,Lake Providence,LA,71254,318-559-2814,EAST CARROLL,"""Jim"" Holt",718 Peanut Rd.,,Lake Providence,LA,71254,,W,M,D,240,03/25/2012,03/24/2008,Mr. Holt -Police Juror ,District 1 ,400 First St.,,Lake Providence,LA,,318-559-2256,EAST CARROLL,Truett Dunn,1096 Homestead Rd.,,Transylvania,LA,71286,318-559-2211,W,M,D,245,01/08/2012,01/14/2008,Mr. Dunn -Police Juror ,District 2 ,400 First St.,,Lake Providence,LA,71254,318-559-2256,EAST CARROLL,John E. Shoemaker,1704 Scott St.,,Lake Providence,LA,71254,318-418-0225,B,M,D,245,01/08/2012,01/14/2008,Mr. Shoemaker -Police Juror ,District 3 ,400 First St.,,Lake Providence,LA,71254,318-559-2256,EAST CARROLL,"Joseph ""B.B."" Jackson",P.O. Box 894,,Lake Providence,LA,71254,318-559-4949,B,M,D,245,01/08/2012,01/14/2008,Mr. Jackson -Police Juror ,District 4 ,400 First St.,,Lake Providence,LA,71254,318-559-2256,EAST CARROLL,Kendall Lydell Thompson,218 Madden Dr.,,Lake Providence,LA,71254,318-559-1730,B,M,D,245,01/08/2012,01/14/2008,Mr. Thompson -Police Juror ,District 5 ,400 First St.,,Lake Providence,LA,71254,318-559-2256,EAST CARROLL,Roger Odell Clement,100 Luke Dr.,,Lake Providence,LA,71254,318-559-3617,W,M,D,245,01/08/2012,01/14/2008,Mr. Clement -Member of School Board ,District 1 ,P. O. Box 792,,Lake Providence,LA,71254,318-559-2222,EAST CARROLL,Ralph W. Coleman,2884 Hwy. 579,,Epps,LA,71237,318-552-6561,W,M,D,255,12/31/2010,01/01/2007,Mr. Coleman -Member of School Board ,District 2 ,P. O. Box 792,,Lake Providence,LA,71254,318-559-2222,EAST CARROLL,Harriet Bridges,1991 Cotton Club Rd.,,Lake Providence,LA,71254,318-559-1855,W,F,D,255,12/31/2010,01/01/2007,Ms. Bridges -Member of School Board ,District 3 ,P. O. Box 792,,Lake Providence,LA,71254,318-559-2222,EAST CARROLL,Evangelia Fields,1101 Sparrow St.,,Lake Providence,LA,71254,318-559-5672,B,F,D,255,12/31/2010,01/01/2007,Ms. Fields -Member of School Board ,District 4 ,P. O. Box 792,,Lake Providence,LA,71254,318-559-2222,EAST CARROLL,Gene Edmondson,924 Riddle Ln.,,Lake Providence,LA,71254,318-559-1294,W,M,O,255,12/31/2010,01/01/2007,Mr. Edmondson -Member of School Board ,District 5 ,P. O. Box 792,,Lake Providence,LA,71254,318-559-2222,EAST CARROLL,Roger Shoemaker,504 Star Arlington St.,,Lake Providence,LA,71254,318-559-2113,B,M,D,255,12/31/2010,01/01/2007,Mr. Shoemaker -Member of School Board ,District 6 ,P. O. Box 792,,Lake Providence,LA,71254,318-559-2222,EAST CARROLL,Fannie Hawkins,512 Hood St.,,Lake Providence,LA,71254,318-559-3232,B,F,D,255,12/31/2010,01/01/2007,Ms. Hawkins -Member of School Board ,District 7 ,P. O. Box 792,,Lake Providence,LA,71254,318-559-2222,EAST CARROLL,Georjean Jefferson Jackson,614 Eighth St.,,Lake Providence,LA,71254,318-559-2344,B,F,D,255,12/31/2010,01/01/2007,Ms. Jackson -Member of School Board ,District 8 ,P. O. Box 792,,Lake Providence,LA,71254,318-559-2222,EAST CARROLL,Tommy McKeel,1426 Short Seventh St.,,Lake Providence,LA,71254,318-559-7269,B,M,D,255,12/31/2010,01/01/2007,Mr. McKeel -Member of School Board ,District 9 ,P. O. Box 792,,Lake Providence,LA,71254,318-559-2222,EAST CARROLL,Glenn Dixon,25 Harding St.,,Lake Providence,LA,71254,318-559-0886,B,M,D,255,12/31/2010,01/01/2007,Mr. Dixon -Justice of the Peace ,1st Justice Court ,1896 Island Point Dr.,,Lake Providence,LA,71254,318-559-1744,EAST CARROLL,Debra Hopkins,15200 Hwy. 65 South,,Transylvania,LA,71286,318-552-6796,W,F,R,265,12/31/2014,01/01/2009,Ms. Hopkins -Constable ,1st Justice Court ,59 Artaud St.,,Lake Providence,LA,71254,318-559-9096,EAST CARROLL,Gregory Jones,59 Artuard St.,,Lake Providence,LA,71254,318-559-9096,B,M,D,267,12/31/2014,01/01/2009,Mr. Jones -Mayor ,Town of Lake Providence ,201 Sparrow St.,,Lake Providence,LA,,318-559-2288,EAST CARROLL,"Isaac Fields, Jr.",409 Jackson St.,,Lake Providence,LA,71254,318-559-2434,B,M,D,300,12/31/2010,01/01/2007,Mr. Fields -Chief of Police ,Town of Lake Providence ,201 Sparrow St.,,Lake Providence,LA,71254,318-559-2288,EAST CARROLL,Renee Blockwood Jones,1014 Second St.,,Lake Providence,LA,71254,318-559-4845,B,F,D,305,12/31/2010,01/01/2007,Ms. Jones -Alderman ,Town of Lake Providence ,201 Sparrow St.,,Lake Providence,LA,71254,318-559-2288,EAST CARROLL,Ray Frazier,P.O. Box 625,,Lake Providence,LA,71254,318-559-1826,B,M,D,310,12/31/2010,01/01/2007,Mr. Frazier -Alderman ,Town of Lake Providence ,201 Sparrow St.,,Lake Providence,LA,71254,318-559-2288,EAST CARROLL,"Nemia ""Nate"" Madere",503 Gould #16,,Lake Providence,LA,71254,318-559-9019,B,M,D,310,12/31/2010,01/01/2007,Mr. Madere -Alderman ,Town of Lake Providence ,201 Sparrow St.,,Lake Providence,LA,71254,318-559-2288,EAST CARROLL,KarVan Powell,1458 Saint Louis Ave.,,Lake Providence,LA,71254,318-559-2204,B,M,D,310,12/31/2010,01/01/2007,Mr. Powell -Alderman ,Town of Lake Providence ,201 Sparrow St.,,Lake Providence,LA,71254,318-559-2288,EAST CARROLL,Amos Wright,708 Davis St.,,Lake Providence,LA,71254,318-559-1340,B,M,D,310,12/31/2010,01/01/2007,Mr. Wright -Alderman ,Town of Lake Providence ,201 Sparrow St.,,Lake Providence,LA,71254,318-559-2288,EAST CARROLL,Alfred J. Young,309 Davis St.,,Lake Providence,LA,71254,318-559-3786,B,M,D,310,12/31/2010,01/01/2007,Mr. Young -DPEC Member ,at Large ,,,,LA,,,EAST FELICIANA,"""Uncle George"" Charlet",P.O. Box 506,,Clinton,LA,70722,225-683-8919,W,M,D,054,02/20/2012,02/20/2008,Mr. Charlet -DPEC Member ,District 1A ,,,,LA,,,EAST FELICIANA,,,,,,,,,,,056 -DPEC Member ,District 1B ,,,,LA,,,EAST FELICIANA,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,EAST FELICIANA,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,EAST FELICIANA,,,,,,,,,,,056 -DPEC Member ,District 4A ,,,,LA,,,EAST FELICIANA,,,,,,,,,,,056 -DPEC Member ,District 4B ,,,,LA,,,EAST FELICIANA,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,EAST FELICIANA,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,EAST FELICIANA,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,EAST FELICIANA,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,EAST FELICIANA,"""Ron"" Smith",8287 Lakeshore Dr.,,Ethel,LA,70730,225-683-6692,W,M,R,064,02/20/2012,02/20/2008,Mr. Smith -RPEC Member ,District 1A ,,,,LA,,,EAST FELICIANA,,,,,,,,,,,066 -RPEC Member ,District 1B ,,,,LA,,,EAST FELICIANA,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,EAST FELICIANA,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,EAST FELICIANA,,,,,,,,,,,066 -RPEC Member ,District 4A ,,,,LA,,,EAST FELICIANA,,,,,,,,,,,066 -RPEC Member ,District 4B ,,,,LA,,,EAST FELICIANA,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,EAST FELICIANA,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,EAST FELICIANA,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,EAST FELICIANA,,,,,,,,,,,066 -Sheriff ,,P. O. Box 207,,Clinton,LA,70722,225-683-8572,EAST FELICIANA,Talmadge Bunch,P.O. Box 207,,Clinton,LA,70722,225-683-8783,W,M,D,225,06/30/2012,07/01/2008,Sheriff Bunch -Clerk of Court ,,P. O. Drawer 599,,Clinton,LA,70722,225-683-5154,EAST FELICIANA,David Dart,P. O. Drawer 599,,Clinton,LA,70722,225-683-5769,W,M,O,230,06/30/2012,07/01/2008,Mr. Dart -Assessor ,,P. O. Box 263,,Clinton,LA,70722,225-683-8945,EAST FELICIANA,"H. T. ""Bubby"" Jackson",P.O. Box 851,,Clinton,LA,70722,225-719-2851,W,M,D,235,12/31/2012,01/01/2009,Mr. Jacskon -Coroner ,,P.O. Box 8419,,Clinton,LA,70722,225-683-3358,EAST FELICIANA,Michael DeJohn,P.O. Box 8419,,Clinton,LA,70722,225-683-3358,W,M,R,240,03/25/2012,03/24/2008,Mr. DeJohn -Police Juror ,District 1A ,P. O. Box 427,,Clinton,LA,,225-683-8577,EAST FELICIANA,Dennis Aucoin,P.O. Box 8815,,Clinton,LA,70722,225-683-8210,W,M,R,245,01/08/2012,01/14/2008,Mr. Aucoin -Police Juror ,District 1B ,P. O. Box 427,,Clinton,LA,70722,225-683-8577,EAST FELICIANA,John M. Barnett,2292 Turner Rd.,,Ethel,LA,70730,225-683-4979,W,M,,245,01/08/2012,01/14/2008,Mr. Barnett -Police Juror ,District 2 ,P. O. Box 427,,Clinton,LA,70722,225-683-8577,EAST FELICIANA,"Edward ""Ed"" Brooks, Sr.",7105 Richardson Loop,,Jackson,LA,70748,225-634-7929,B,M,D,245,01/08/2012,01/14/2008,Mr. Brooks -Police Juror ,District 3 ,P. O. Box 427,,Clinton,LA,70722,225-683-8577,EAST FELICIANA,"""Chris"" Ferguson",2203 Hatfield Ln.,,Jackson,LA,70748,225-634-7264,B,M,D,245,01/08/2012,01/14/2008,Mr. Ferguson -Police Juror ,District 4A ,P. O. Box 427,,Clinton,LA,70722,225-683-8577,EAST FELICIANA,Richard Dudley,3233 Church St,,Jackson,LA,70748,225-634-5522,W,M,D,245,01/08/2012,01/14/2008,Mr. Dudley -Police Juror ,District 4B ,P. O. Box 427,,Clinton,LA,70722,225-683-8577,EAST FELICIANA,"E. S. ""Buggs"" Barnes",5638 Line Rd.,,Ethel,LA,70730,225-634-7907,W,M,D,245,01/08/2012,01/14/2008,Mr. Barnes -Police Juror ,District 5 ,P. O. Box 427,,Clinton,LA,70722,225-683-8577,EAST FELICIANA,"E. L. ""Larry"" Beauchamp, III",9820 Bank St.,,Clinton,LA,70722,225-683-8057,W,M,D,245,01/08/2012,01/14/2008,Mr. Beauchamp -Police Juror ,District 6 ,P. O. Box 427,,Clinton,LA,70722,225-683-8577,EAST FELICIANA,"Karl ""Bubba"" Chaney",P.O. Box 8655,,Clinton,LA,70722,225-683-6901,W,M,D,245,01/08/2012,01/14/2008,Mr. Chaney -Police Juror ,District 7 ,P. O. Box 427,,Clinton,LA,70722,225-683-8577,EAST FELICIANA,Louis Kent,P.O. Box 7996,,Clinton,LA,70722,225-683-9373,B,M,D,245,01/08/2012,01/14/2008,Mr. Kent -Member of School Board ,District 1 ,P. O. Box 397,,Clinton,LA,70722,225-683-3040,EAST FELICIANA,J. Curtis Jelks,13622 James Ln.,,Norwood,LA,70761,225-629-5972,W,M,R,255,12/31/2010,01/01/2007,Mr. Jelks -Member of School Board ,"District 2, Division 1 ",P. O. Box 397,,Clinton,LA,70722,225-683-3040,EAST FELICIANA,Willie Meaner Jackson,4506 Hwy. 952,,Jackson,LA,70748,225-629-5549,B,F,D,255,12/31/2010,01/01/2007,Ms. Jackson -Member of School Board ,"District 2, Division 2 ",P. O. Box 397,,Clinton,LA,70722,225-683-3040,EAST FELICIANA,Oliver L. Wingfield,7014 Tommy James Ln.,,Jackson,LA,70748,225-634-7762,B,M,D,255,12/31/2010,07/21/2008,Mr. Wingfield -Member of School Board ,"District 3, Division 1 ",P. O. Box 397,,Clinton,LA,70722,225-683-3040,EAST FELICIANA,"""Mitch"" Harrell",5888 Hwy. 68,,Jackson,LA,70748,225-634-5340,W,M,D,255,12/31/2010,01/01/2007,Mr. Harrell -Member of School Board ,"District 3, Division 2 ",P. O. Box 397,,Clinton,LA,70722,225-683-3040,EAST FELICIANA,"Henry Howell, IV",P.O. Box 295,,Jackson,LA,70748,225-634-7159,W,M,O,255,12/31/2010,01/01/2007,Mr. Howell -Member of School Board ,"District 3, Division 3 ",P. O. Box 397,,Clinton,LA,70722,225-683-3040,EAST FELICIANA,"""Beth"" L. Dawson",4657 Hwy. 68,,Jackson,LA,70748,225-654-9653,W,F,O,255,12/31/2010,01/01/2007,Ms. Dawson -Member of School Board ,District 4 ,P. O. Box 397,,Clinton,LA,70722,225-683-3040,EAST FELICIANA,Clay Barksdale,P.O. Box 176,,Slaughter,LA,70777,225-683-4106,W,M,D,255,12/31/2010,01/01/2007,Mr. Barksdale -Member of School Board ,District 5 ,P. O. Box 397,,Clinton,LA,70722,225-683-3040,EAST FELICIANA,"Henry ""Lee"" Bud Wicker",4338 Mac Byrnes Rd.,,Ethel,LA,70730,225-683-7056,W,M,O,255,12/31/2010,01/01/2007,Mr. Peterson -Member of School Board ,"District 6, Division 1 ",P. O. Box 397,,Clinton,LA,70722,225-683-3040,EAST FELICIANA,"Leon ""Sonny"" Franklin",P.O. Box 8182,,Clinton,LA,70722,225-683-6805,W,M,O,255,12/31/2010,01/01/2007,Mr. Franklin -Member of School Board ,"District 6, Division 2 ",P. O. Box 397,,Clinton,LA,70722,225-683-3040,EAST FELICIANA,Richard W. Terrell,14981 Hwy. 67,,Clinton,LA,70722,225-683-3853,B,M,D,255,12/31/2010,01/01/2007,Mr. Terrell -Member of School Board ,"District 6, Division 3 ",P. O. Box 397,,Clinton,LA,70722,225-683-3040,EAST FELICIANA,Michael Ray Bradford,P.O. Box 8803,,Clinton,LA,70722,225-683-5038,B,M,D,255,12/31/2010,01/01/2007,Mr. Bradford -Member of School Board ,District 7 ,P. O. Box 397,,Clinton,LA,70722,225-683-3040,EAST FELICIANA,"Anthony ""Tony"" Rouchon",5845 Winchester Ln.,,Clinton,LA,70722,225-683-9264,W,M,O,255,12/31/2010,01/01/2007,Mr. Rouchon -Justice of the Peace ,Justice of the Peace District 1 ,5501 Hwy. 19,,Ethel,LA,70730,225-683-6814,EAST FELICIANA,"Raymond D. ""Ray"" Williams",7361 Battle Rd.,,Ethel,LA,70730,225-683-9360,W,M,D,265,12/31/2014,01/01/2009,Mr. Williams -Justice of the Peace ,Justice of the Peace District 2 ,P. O. Box 189,,Jackson,LA,70748,225-634-2281,EAST FELICIANA,Julia Adams,P. O. Box 189,,Jackson,LA,70748,225-634-2281,W,F,D,265,12/31/2014,01/01/2009,Ms. Adams -Justice of the Peace ,Justice of the Peace District 3 ,P. O. Box 245,,Clinton,LA,70722,225-683-8324,EAST FELICIANA,Dewey W. DeLee,P. O. Box 245,,Clinton,LA,70722,225-683-8324,W,M,R,265,12/31/2014,01/01/2009,Mr. DeLee -Justice of the Peace ,Justice of the Peace District 4 ,P. O. Box 8681,,Clinton,LA,70722,225-683-5765,EAST FELICIANA,Nellie A. Thomas,P. O. Box 8681,,Clinton,LA,70722,225-683-5765,B,F,D,265,12/31/2014,01/01/2009,Ms. Thomas -Constable ,Justice of the Peace District 1 ,P.O. Box 217,,Slaughter,LA,70777,225-654-4344,EAST FELICIANA,"C. Bernard Maglone, Jr.",2053 Maglone Ln.,,Slaughter,LA,70777,225-654-4344,W,M,D,267,12/31/2014,01/01/2009,Mr. Maglone -Constable ,Justice of the Peace District 2 ,7713 Brown Ln.,,Jackson,LA,70748,225-634-5578,EAST FELICIANA,Joel Odom,P. O. Box 1050,,Jackson,LA,70748,225-634-5303,W,M,D,267,12/31/2014,01/01/2009,Mr. Odom -Constable ,Justice of the Peace District 3 ,P.O. Box 351,,Clinton,LA,70722,225-683-8673,EAST FELICIANA,"James ""Bubba"" Bradham",P. O. Box 69,,Clinton,LA,70722,225-719-2015,W,M,D,267,12/31/2014,01/01/2009,Mr. Bradhan -Constable ,Justice of the Peace District 4 ,P.O. Box 8681,,Clinton,LA,70722,225-683-3331,EAST FELICIANA,Marcy T. Robinson,P. O. Box 8681,,Clinton,LA,70722,225-683-3331,B,F,D,267,12/31/2014,01/01/2009,Ms. Robinson -Mayor ,Town of Clinton ,P. O. Box 513,,Clinton,LA,,225-683-5531,EAST FELICIANA,Don Reason,P. O. Box 981,,Clinton,LA,70722,225-683-8070,W,M,D,300,12/31/2012,01/01/2009,Mayor Reason -Mayor ,Town of Jackson ,P. O. Box 1150,,Jackson,LA,,225-634-7777,EAST FELICIANA,Charles Coleman,1168 Charter St.,,Jackson,LA,70748,225-634-7351,W,M,D,300,06/30/2012,07/01/2008,Mayor Coleman -Mayor ,Town of Slaughter ,P.O. Box 29,,Slaughter,LA,,225-654-4278,EAST FELICIANA,"""Bobbie"" Bourgeois",3004 Meadowood Dr.,,Slaughter,LA,70777,225-654-2198,W,F,D,300,06/30/2012,07/01/2008,Mayor Bourgeois -Mayor ,Village of Norwood ,P. O. Box 249,,Norwood,LA,,225-629-5347,EAST FELICIANA,"Rebecca ""Becky"" Bellue",P.O. Box 35,,Norwood,LA,70761,225-629-5561,W,F,D,300,06/30/2012,07/01/2008,Ms. Bellue -Mayor ,Village of Wilson ,P. O. Box 40,,Wilson,LA,,225-629-5415,EAST FELICIANA,Joshua Thomas,P. O. Box 382,,Wilson,LA,70789,225-629-5208,B,M,,300,06/30/2013,07/01/2009,Mayor Thomas -Chief of Police ,Town of Slaughter ,P.O. Box 29,,Slaughter,LA,70777-0029 ,225-654-4278,EAST FELICIANA,"Walter S. Smith, Jr.",P.O. Box 165,,Slaughter,LA,70777,225-658-2463,W,M,R,305,06/30/2012,07/01/2008,Mr. Smith -Marshal ,Town of Jackson ,P.O. Box 1150,,Jackson,LA,70748,225-634-7777,EAST FELICIANA,Fred Allen,3960 Cottage St.,,Jackson,LA,70748,225-634-2501,W,M,D,305,06/30/2012,07/01/2008,Mr. Allen -Alderman ,Town of Clinton ,P. O. Box 513,,Clinton,LA,70722,225-683-5531,EAST FELICIANA,"""Johnny"" Beauchamp",P. O. Box 714,,Clinton,LA,70722,225-683-5133,W,M,D,310,12/31/2012,01/01/2009,Mr. Beauchamp -Alderman ,Town of Clinton ,P. O. Box 513,,Clinton,LA,70722,225-683-5531,EAST FELICIANA,Lori Ann Bell,11616 Railroad St.,,Clinton,LA,70722,225-683-5646,B,F,D,310,12/31/2012,01/01/2009,Ms. Bell -Alderman ,Town of Clinton ,P. O. Box 513,,Clinton,LA,70722,225-683-5531,EAST FELICIANA,George B. Kilbourne,P. O. Box 588,,Clinton,LA,70722,225-683-5595,B,M,D,310,12/31/2012,01/01/2009,Mr. Kilbourne -Alderman ,Town of Clinton ,P. O. Box 513,,Clinton,LA,70722,225-683-5531,EAST FELICIANA,"Clovis Matthews, Sr.",10641 Roosevelt St.,,Clinton,LA,70722,225-683-3265,B,M,,310,12/31/2012,01/01/2009,Mr. Matthews -Alderman ,Town of Clinton ,P. O. Box 513,,Clinton,LA,70722,225-683-5531,EAST FELICIANA,Lisa Davis Washington,P. O. Box 7998,,Clinton,LA,70722,225-683-5398,B,F,D,310,12/31/2012,01/01/2009,Ms. Washington -Alderman ,Town of Slaughter ,P.O. Box 29,,Slaughter,LA,70777-0029 ,225-654-4278,EAST FELICIANA,"Tommy ""T J"" Boothe",2831 Rush St.,,Slaughter,LA,70777,225-654-6863,W,M,D,310,06/30/2012,07/01/2008,Mr. Boothe -Alderman ,Town of Slaughter ,P.O. Box 29,,Slaughter,LA,70777-0029 ,225-654-4278,EAST FELICIANA,"""Nick"" St. Germain",1257 Holly Dr.,,Slaughter,LA,70777,225-654-9654,W,M,D,310,06/30/2012,07/01/2008,Mr. St. Germain -Alderman ,Town of Slaughter ,P.O. Box 29,,Slaughter,LA,70777-0029 ,225-654-4278,EAST FELICIANA,"Robert ""Robbie"" Jackson",P.O. Box 171,,Slaughter,LA,70777,225-658-4899,W,M,R,310,06/30/2012,07/01/2008,Mr. Jackson -Alderman ,Town of Slaughter ,P.O. Box 29,,Slaughter,LA,70777-0029 ,225-654-4278,EAST FELICIANA,"William ""Bill"" McMills, Jr.",2668 Meadowood Dr.,,Slaughter,LA,70777,225-654-0003,W,M,D,310,06/30/2012,02/23/2009,Mr. Willhite -Alderman ,Town of Slaughter ,P.O. Box 29,,Slaughter,LA,70777-0029 ,225-654-4278,EAST FELICIANA,Ashby Schwartz,P.O. Box 441,,Slaughter,LA,70777,225-658-4917,W,M,R,310,06/30/2012,07/01/2008,Mr. Schwartz -Alderman ,Village of Norwood ,P. O. Box 249,,Norwood,LA,70761,225-329-5347,EAST FELICIANA,David C. Jett,P. O. Box 38,,Norwood,LA,70761,225-629-5422,W,M,D,310,06/30/2012,10/14/2008,Mr. Jett -Alderman ,Village of Norwood ,P. O. Box 249,,Norwood,LA,70761,225-329-5347,EAST FELICIANA,"James ""Jim"" McCaa",P.O. Box 5,,Norwood,LA,70761,225-629-4003,W,M,D,310,06/30/2012,07/01/2008,Mr. McCaa -Alderman ,Village of Norwood ,P. O. Box 249,,Norwood,LA,70761,225-329-5347,EAST FELICIANA,"James M. ""Jim"" Reynolds",P.O. Box 129,,Norwood,LA,70761,225-629-5959,W,M,D,310,06/30/2012,07/01/2008,Mr. Reynolds -Alderman ,Village of Wilson ,P. O. Box 40,,Wilson,LA,70789,225-629-5415,EAST FELICIANA,Marilyn Broadway,P. O. Box 364,,Wilson,LA,70789,225-629-4783,B,F,D,310,06/30/2013,07/01/2009,Ms. Broadway -Alderman ,Village of Wilson ,P. O. Box 40,,Wilson,LA,70789,225-629-5415,EAST FELICIANA,Harriett T. Sensley,P. O. Box 182,,Wilson,LA,70789,225-629-5460,B,F,D,310,06/30/2013,07/01/2009,Mr. Sensley -Alderman ,Village of Wilson ,P. O. Box 40,,Wilson,LA,70789,225-629-5415,EAST FELICIANA,Eunice N. Smiley,P.O. Box 162,,Wilson,LA,70789,225-629-5491,W,F,D,310,06/30/2013,07/01/2009,Ms. Smiley -"Member, Board of Trustees",Town of Jackson ,P. O. Box 1150,,Jackson,LA,70748,225-634-7777,EAST FELICIANA,Toby J. Aucoin,P.O. Box 756,,Jackson,LA,70748,225-634-2020,W,M,D,310,06/30/2012,07/01/2008,Mr. Aucoin -"Member, Board of Trustees",Town of Jackson ,P. O. Box 1150,,Jackson,LA,70748,225-634-7777,EAST FELICIANA,Michael O. Harrell,P.O. Box 1248,,Jackson,LA,70748,225-445-4437,W,M,D,310,06/30/2012,07/01/2008,Mr. Harrell -"Member, Board of Trustees",Town of Jackson ,P. O. Box 1150,,Jackson,LA,70748,225-634-7777,EAST FELICIANA,Donald E. Havard,P.O. Box 1086,,Jackson,LA,70748,225-634-7453,W,M,D,310,06/30/2012,07/01/2008,Mr. Havard -"Member, Board of Trustees",Town of Jackson ,P. O. Box 1150,,Jackson,LA,70748,225-634-7777,EAST FELICIANA,Linton Manuel,2338 Hwy. 10,,Jackson,LA,70748,225-634-7707,W,M,D,310,06/30/2012,07/01/2008,Mr. Manuel -"Member, Board of Trustees",Town of Jackson ,P. O. Box 1150,,Jackson,LA,70748,225-634-7777,EAST FELICIANA,Keith Mills,P.O. Box 1672,,Jackson,LA,70748,225-634-5725,W,M,D,310,06/30/2012,07/01/2008,Mr. Mills -DPEC Member ,at Large ,,,,LA,,,EVANGELINE,James Henry Berthelot,112 Saint Paul St.,,Ville Platte,LA,70586,337-831-2412,W,M,D,054,02/20/2012,02/20/2008,Mr. Berthelot -DPEC Member ,at Large ,,,,LA,,,EVANGELINE,Nicole Fontenot,1799 Belaire Cove Rd.,,Ville Platte,LA,70586,337-351-3296,W,F,D,054,02/20/2012,02/20/2008,Ms. Fontenot -DPEC Member ,at Large ,,,,LA,,,EVANGELINE,Ranish Richard,607 Vidrine St.,,Ville Platte,LA,70586,337-831-4116,B,F,D,054,02/20/2012,02/20/2008,Ms. Richard -DPEC Member ,District 1 ,,,,LA,,,EVANGELINE,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,EVANGELINE,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,EVANGELINE,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,EVANGELINE,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,EVANGELINE,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,EVANGELINE,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,EVANGELINE,Robert Eastin,1102 Huckleberry Ln.,,Ville Platte,LA,70586,337-363-6235,W,M,D,056,02/20/2012,02/20/2008,Mr. Eastin -DPEC Member ,District 8 ,,,,LA,,,EVANGELINE,"Ronald ""T"" Doucet",116 E. Jefferson,,Ville Platte,LA,70586,337-363-7400,B,M,D,056,02/20/2012,02/20/2008,Mr. Doucet -DPEC Member ,District 9 ,,,,LA,,,EVANGELINE,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,EVANGELINE,"Joseph P. Weeks, III",319 LeRoy Dr.,,Ville Platte,LA,70586,337-363-1359,W,M,R,064,02/20/2012,02/20/2008,Mr. Weeks -RPEC Member ,District 1 ,,,,LA,,,EVANGELINE,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,EVANGELINE,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,EVANGELINE,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,EVANGELINE,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,EVANGELINE,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,EVANGELINE,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,EVANGELINE,,,,,,,,,,,066 -RPEC Member ,District 8 ,,,,LA,,,EVANGELINE,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,EVANGELINE,,,,,,,,,,,066 -Sheriff ,,"200 Court St., Ste. 100",,Ville Platte,LA,70586,318-363-2161,EVANGELINE,"""Eddie"" Soileau","200 Court St., Ste 100",,Ville Platte,LA,70586,337-363-5886,W,M,D,225,06/30/2012,07/01/2008,Sheriff Soileau -Clerk of Court ,,P. O. Drawer 347,,Ville Platte,LA,70586,318-363-5671,EVANGELINE,Walter Lee,P.O. Drawer 347,,Ville Platte,LA,70586,337-363-5671,W,M,D,230,06/30/2012,07/01/2008,Mr. Lee -Assessor ,,"200 Court St., Ste. 103",,Ville Platte,LA,70286,337-363-4325,EVANGELINE,Dirk Deville,P.O. Box 1058,,Ville Platte,LA,70586,337-363-4310,W,M,D,235,12/31/2012,01/01/2009,Mr. Deville -Coroner ,,P.O. Drawer 510,,Ville Platte,LA,70586,337-363-5521,EVANGELINE,Charles Fontenot,19405 Hwy. 182,,Bunkie,LA,71322,337-363-5521,W,M,D,240,03/25/2012,03/28/2008,Mr. Fontenot -Police Juror ,District 1 ,"200 Court St., Ste. 207",,Ville Platte,LA,,337-363-5651,EVANGELINE,Davis A. Manuel,667 L'anse Aux Pailles Rd.,,Ville Platte,LA,70586,337-885-2586,W,M,D,245,01/08/2012,01/14/2008,Mr. Manuel -Police Juror ,District 2 ,"200 Court St., Ste. 207",,Ville Platte,LA,70586-4490,337-363-5651,EVANGELINE,Sidney Fontenot,1632 Duplechin Ave.,,Basile,LA,70515,337-432-5405,W,M,D,245,01/08/2012,01/14/2008,Mr. Fontenot -Police Juror ,District 3 ,"200 Court St., Ste. 207",,Ville Platte,LA,70586-4490,337-363-5651,EVANGELINE,Mitchell Ryan Ardoin,1925 L.D. Verette Rd.,,Mamou,LA,70554,337-789-1305,W,M,O,245,01/08/2012,01/14/2008,Mr. Ardoin -Police Juror ,District 4 ,"200 Court St., Ste. 207",,Ville Platte,LA,70586-4490,337-363-5651,EVANGELINE,Lamar Johnson,3308 Crooked Creek Pkwy.,,Ville Platte,LA,70586,337-599-2592,W,M,D,245,01/08/2012,01/14/2008,Mr. Johnson -Police Juror ,District 5 ,"200 Court St., Ste. 207",,Ville Platte,LA,70586-4490,337-363-5651,EVANGELINE,"""Bob"" Manuel",1004 Theophile Rd.,,Ville Platte,LA,70586,337-363-6366,W,M,D,245,01/08/2012,01/14/2008,Mr. Manuel -Police Juror ,District 6 ,"200 Court St., Ste. 207",,Ville Platte,LA,70586-4490,337-363-5651,EVANGELINE,Eric B. Soileau,P.O. Box 38,,Reddell,LA,70580,337-831-2862,W,M,D,245,01/08/2012,01/14/2008,Mr. Soileau -Police Juror ,District 7 ,"200 Court St., Ste. 207",,Ville Platte,LA,70586-4490,337-363-5651,EVANGELINE,Bryan Vidrine,2194 Stagecoach Rd.,,Ville Platte,LA,70586,337-461-2595,W,M,D,245,01/08/2012,01/14/2008,Mr. Vidrine -Police Juror ,District 8 ,"200 Court St., Ste. 207",,Ville Platte,LA,70586-4490,337-363-5651,EVANGELINE,"Ryan ""Leday"" Williams",1049 Rachael Dr.,,Ville Platte,LA,70586,337-831-6934,B,M,D,245,01/08/2012,05/12/2009,Mr. Williams -Police Juror ,District 9 ,"200 Court St., Ste. 207",,Ville Platte,LA,70586-4490,337-363-5651,EVANGELINE,"Richard ""Blood"" Thomas",1530 Martin Luther King Dr.,,Ville Platte,LA,70586,337-363-7924,B,M,D,245,01/08/2012,01/14/2008,Mr. Thomas -City Judge ,"City Court, City of Ville Platte ",P. O. Box 147,,Ville Platte,LA,70586,337-363-1500,EVANGELINE,"Donald J. Launey, Jr.",596 Scenic Dr.,,Ville Platte,LA,70586,337-363-5588,W,M,D,250,12/31/2014,01/01/2009,Judge Launey -City Marshal ,"City Court, City of Ville Platte ",P. O. Box 147,,Ville Platte,LA,70586,337-363-5886,EVANGELINE,"Ronald ""T"" Doucet",116 E. Jefferson St.,,Ville Platte,LA,70586,337-831-6276,B,M,D,250,12/31/2014,01/01/2009,Marshal Doucet -Member of School Board ,District 1 ,1123 Te Mamou Rd.,,Ville Platte,LA,70586,337-363-6653,EVANGELINE,Lonnie D. Sonnier,1439 Belaire Cove Rd.,,Ville Platte,LA,70586,337-363-2344,W,M,D,255,12/31/2010,01/01/2007,Mr. Sonnier -Member of School Board ,District 2 ,1123 Te Mamou Rd.,,Ville Platte,LA,70586,337-363-6653,EVANGELINE,Bobby Deshotel,1431 Fuselier St.,,Basile,LA,70515,337-432-5474,W,M,R,255,12/31/2010,01/01/2007,Mr. Deshotel -Member of School Board ,District 3 ,1123 Te Mamou Rd.,,Ville Platte,LA,70586,337-363-6653,EVANGELINE,Jerry L. Thompson,5541 Vidrine Rd.,,Ville Platte,LA,70586,337-363-2326,W,M,D,255,12/31/2010,01/01/2007,Mr. Thompson -Member of School Board ,District 4 ,1123 Te Mamou Rd.,,Ville Platte,LA,70586,337-363-6653,EVANGELINE,Wayne Dardeau,P.O. Box 266,,Pine Prairie,LA,70576,337-599-2134,W,M,,255,12/31/2010,01/01/2007,Mr. Dardeau -Member of School Board ,District 5 ,1123 Te Mamou Rd.,,Ville Platte,LA,70586,337-363-6653,EVANGELINE,Peggy Forman,1067 Ceeway Ln.,,Ville Platte,LA,70586,337-461-2202,W,F,D,255,12/31/2010,01/01/2007,Ms. Forman -Member of School Board ,District 6 ,1123 Te Mamou Rd.,,Ville Platte,LA,70586,337-363-6653,EVANGELINE,David Landreneau,1441 Wilba Vizinat Loop,,Mamou,LA,70554,337-546-6458,W,M,D,255,12/31/2010,01/01/2007,Mr. Landreneau -Member of School Board ,District 7 ,1123 Te Mamou Rd.,,Ville Platte,LA,70586,337-363-6653,EVANGELINE,"""Dan"" Hoffpauir",1300 Poinciana Ave.,,Mamou,LA,70554,337-468-2149,W,M,D,255,12/31/2010,01/01/2007,Mr. Hoffpauir -Member of School Board ,District 8 ,1123 Te Mamou Rd.,,Ville Platte,LA,70586,337-363-6653,EVANGELINE,Wanda A. Skinner,717 Rozas St.,,Ville Platte,LA,70586,337-363-5259,B,F,D,255,12/31/2010,01/01/2007,Ms. Skinner -Member of School Board ,District 9 ,1123 Te Mamou Rd.,,Ville Platte,LA,70586,337-363-6653,EVANGELINE,Scott Limoges,225 Rickey St.,,Ville Platte,LA,70586,337-363-2341,W,M,R,255,12/31/2010,01/01/2007,Mr. Limoges -Member of School Board ,District 10 ,1123 Te Mamou Rd.,,Ville Platte,LA,70586,337-363-6653,EVANGELINE,Arthur Savoy,174 Patty Sue Dr.,,Ville Platte,LA,70586,337-363-7261,W,M,D,255,12/31/2010,01/01/2007,Mr. Savoy -Member of School Board ,District 11 ,1123 Te Mamou Rd.,,Ville Platte,LA,70586,337-363-6653,EVANGELINE,Nancy A. Hamlin,112 Ardoin St.,,Ville Platte,LA,70586,337-363-1944,W,F,D,255,12/31/2010,01/01/2007,Ms. Hamlin -Member of School Board ,District 12 ,1123 Te Mamou Rd.,,Ville Platte,LA,70586,337-363-6653,EVANGELINE,Gervis Lafleur,126 E. Long St.,,Ville Platte,LA,70586,337-363-4096,B,M,D,255,12/31/2010,01/01/2007,Mr. Lafleur -Member of School Board ,District 13 ,1123 Te Mamou Rd.,,Ville Platte,LA,70586,337-363-6653,EVANGELINE,Georgianna L. Wilson,1824 Clement St.,,Ville Platte,LA,70586,337-363-0161,B,F,D,255,12/31/2010,01/01/2007,Ms. Wilson -Justice of the Peace ,Justice of the Peace Ward 2 ,P. O. Box 729,,Basile,LA,70515,337-432-5721,EVANGELINE,Dave McGee,2192 Navy Rd.,,Mamou,LA,70554,337-207-2997,W,M,D,265,12/31/2014,01/01/2009,Mr. McGee -Justice of the Peace ,Justice of the Peace Ward 2 ,P. O. Box 729,,Basile,LA,70515,337-432-5721,EVANGELINE,Charlotte Smith,P. O. Box 729,,Basile,LA,70515,337-658-2962,W,F,D,265,12/31/2014,01/01/2009,Ms. Smith -Justice of the Peace ,Justice of the Peace Ward 3 ,1027 Ferdie Rd.,,Mamou,LA,70554-2907,337-468-3503,EVANGELINE,"""Hope"" Landreneau",1027 Ferdie Rd.,,Mamou,LA,70554,337-468-0109,W,F,D,265,12/31/2014,01/01/2009,Ms. Landreneau -Justice of the Peace ,Justice of the Peace Ward 4 ,P. O. Box 217,,Pine Prairie,LA,70576,337-599-2093,EVANGELINE,"Maxine J. Gautreau, ",1658 Crooked Creek Pkwy,,Ville Platte,LA,70586,,,,,265,,01/20/2010,Ms. Gautreau -Justice of the Peace ,Justice of the Peace Ward 5 ,1042 Robken Rd.,,Ville Platte,LA,70586,337-461-2664,EVANGELINE,"A. C. ""Robin"" Tatman, Jr.",1042 Robken Rd.,,Ville Platte,LA,70586,337-461-2664,W,M,D,265,12/31/2014,01/01/2009,Mr. Tatman -Constable ,Justice of the Peace Ward 2 ,P.O. Box 66,,Basile,LA,70515,337-432-5574,EVANGELINE,Earlin Fruge,1066 Easy Rd.,,Basile,LA,70515,337-654-2063,W,M,D,267,12/31/2014,01/01/2009,Mr. Fruge -Constable ,Justice of the Peace Ward 2 ,P.O. Box 66,,Basile,LA,70515,337-432-5574,EVANGELINE,"Michael ""Mike"" Stockwell",1816 Hunter Rd.,,Basile,LA,70515,337-230-6210,W,M,D,267,12/31/2014,01/01/2009,Mr. Stockwell -Constable ,Justice of the Peace Ward 3 ,P.O. Box 17,,Mamou,LA,70580-0017 ,337-468-3544,EVANGELINE,"""Joe"" Deshotel, Jr.",1214 Oberlin Rd.,,Mamou,LA,70554,337-580-5694,W,M,D,267,12/31/2014,01/01/2009,Mr. Deshotel -Constable ,Justice of the Peace Ward 4 ,1197 Pioneer Rd.,,Ville Platte,LA,70586,337-461-2610,EVANGELINE,"""Tim"" Causey",1197 Pioneer Rd.,,Ville Platte,LA,70586,337-461-2610,W,M,D,267,12/31/2014,01/01/2009,Mr. Causey -Constable ,Justice of the Peace Ward 5 ,1220 Melissa Ln.,,Ville Platte,LA,70586,337-461-2759,EVANGELINE,"J. Michael ""Mike"" Causey",1220 Melissa Ln.,,Ville Platte,LA,70586,337-461-2759,W,M,D,267,12/31/2014,01/01/2009,Mr. Causey -Mayor ,City of Ville Platte ,P. O. Box 390,,Ville Platte,LA,,337-363-2939,EVANGELINE,"""Bill"" Jeanmard",505 W. Wilson St.,,Ville Platte,LA,70586,337-363-1375,W,M,D,300,12/31/2010,01/01/2007,Mr. Jeanmard -Mayor ,Town of Mamou ,P. O. Box 490,,Mamou,LA,,337-468-3272,EVANGELINE,Wilda Chamberlain,1001 East St.,,Mamou,LA,70554,337-468-4068,W,F,D,300,12/31/2010,01/01/2007,Ms. Chamberlain -Mayor ,Village of Chataignier ,P. O. Box 70,,Chataignier,LA,,337-885-2500,EVANGELINE,Herman Malveaux,P. O. Box 33,,Chataignier,LA,70524,337-885-2545,B,M,D,300,12/31/2010,01/01/2007 -Mayor ,Village of Pine Prairie ,P. O. Box 380,,Pine Prairie,LA,,318-599-2904,EVANGELINE,Terry Savant,P.O. Box 735,,Pine Prairie,LA,70576,337-230-8757,W,M,R,300,12/31/2012,01/01/2009,Mayor Savant -Mayor ,Village of Turkey Creek ,P. O. Box 98,,Turkey Creek,LA,,337-461-2212,EVANGELINE,Blaine Janet,P.O. Box 114,,Turkey Creek,LA,70585,337-461-2204,W,M,D,300,12/31/2010,01/01/2007,Mayor Janet -Chief of Police ,City of Ville Platte ,P. O. Box 390,,Ville Platte,LA,70586,337-363-2939,EVANGELINE,Neal Lartigue,P.O. Box 117,,Ville Platte,LA,70586,337-831-2395,B,M,D,305,12/31/2010,01/01/2007,Chief Lartigue -Chief of Police ,Town of Mamou ,P. O. Box 490,,Mamou,LA,70554,337-468-3272,EVANGELINE,"""Greg"" Dupuis",608 Mulberry St.,,Mamou,LA,70554,337-789-6272,W,M,D,305,12/31/2010,01/01/2007,Mr. Dupuis -Chief of Police ,Village of Chataignier ,P. O. Box 70,,Chataignier,LA,70524,337-885-2500,EVANGELINE,"Paul Allen, Jr.",P.O. Box 265,,Chataignier,LA,70524,337-885-2002,B,M,D,305,12/31/2010,01/01/2007,Mr. Allem -Chief of Police ,Village of Pine Prairie ,P. O. Box 380,,Pine Prairie,LA,70576,318-599-2904,EVANGELINE,Todd Ortis,P.O. Box 430,,Pine Prairie,LA,70576,337-599-2896,W,M,D,305,12/31/2012,01/01/2009,Chief Ortis -Chief of Police ,Village of Turkey Creek ,P. O. Box 98,,Turkey Creek,LA,70585,337-461-2212,EVANGELINE,Louis Dale Marcantel,P.O. Box 92,,Turkey Creek,LA,70585,337-461-2773,W,M,D,305,12/31/2010,01/01/2007,Chief Marcantel -Alderman at Large ,Town of Mamou ,,,,LA,,,EVANGELINE,"""Joe Paul"" Deshotels",908 Redwood St.,,Mamou,LA,70554,337-468-2345,W,M,D,308,12/31/2010,01/01/2007,Mr. Deshotels -Alderman ,"District 1, Town of Mamou ",P. O. Box 490,,Mamou,LA,70554,337-468-3272,EVANGELINE,Ricky Fontenot,P.O. Box 375,,Mamou,LA,70554,337-468-2370,B,M,D,310,12/31/2010,01/01/2007,Mr. Fontenot -Alderman ,"District 2, Town of Mamou ",P. O. Box 490,,Mamou,LA,70554,337-468-3272,EVANGELINE,Scott Christ,1100 Cherry St.,,Mamou,LA,70554,337-468-2727,W,M,D,310,12/31/2010,01/01/2007,Mr. Christ -Alderman ,"District 3, Town of Mamou ",P. O. Box 490,,Mamou,LA,70554,337-468-3272,EVANGELINE,Jody Soileau,221 Sixth St.,,Mamou,LA,70554,337-468-2400,W,M,D,310,12/31/2010,01/01/2007,Mr. Soileau -Alderman ,"District 4, Town of Mamou ",P. O. Box 490,,Mamou,LA,70554,337-468-3272,EVANGELINE,Robin Young,617 Railroad Ave.,,Mamou,LA,70554,337-207-5271,W,M,D,310,12/31/2010,11/14/2008,Mr. Young -Alderman ,"District A, City of Ville Platte ",P. O. Box 390,,Ville Platte,LA,70586,337-363-2939,EVANGELINE,"""C. J."" Dardeau",511 N. Thompson St.,,Ville Platte,LA,70586,337-363-2869,W,M,D,310,12/31/2010,01/01/2007,Mr. Dardeau -Alderman ,"District B, City of Ville Platte ",P. O. Box 390,,Ville Platte,LA,70586,337-363-2939,EVANGELINE,Carol Alfred,512 N. Chataignier St.,,Ville Platte,LA,70586,337-831-9770,B,F,D,310,12/31/2010,01/01/2007,Ms. Alfred -Alderman ,"District C, City of Ville Platte ",P. O. Box 390,,Ville Platte,LA,70586,337-363-2939,EVANGELINE,"""Mike"" Perron",1107 Belle Terre Dr.,,Ville Platte,LA,70586,337-363-1066,W,M,D,310,12/31/2010,01/01/2007,Mr. Perron -Alderman ,"District D, City of Ville Platte ",P. O. Box 390,,Ville Platte,LA,70586,337-363-2939,EVANGELINE,Freddie Jack,1314 W. Cypress St.,,Ville Platte,LA,70586,337-363-1630,B,M,D,310,12/31/2010,01/01/2007,Mr. Jack -Alderman ,"District E, City of Ville Platte ",P. O. Box 390,,Ville Platte,LA,70586,337-363-2939,EVANGELINE,Donald Ray Sam,1322 W. Beech St.,,Ville Platte,LA,70586,337-363-6892,B,M,D,310,12/31/2010,01/01/2007,Mr. Sam -Alderman ,"District F, City of Ville Platte ",P. O. Box 390,,Ville Platte,LA,70586,337-363-2939,EVANGELINE,Taranza Arvie,512 Laran St.,,Ville Platte,LA,70586,337-356-7040,B,M,D,310,12/31/2010,01/01/2007,Mr. Arvie -Alderman ,Village of Chataignier ,P. O. Box 70,,Chataignier,LA,70524,337-885-2500,EVANGELINE,Lucy Jones Green,"5627 Vine St., Apt. 702",,Ville Platte,LA,70586,337-885-2270,B,F,D,310,12/31/2010,01/01/2007,Mr. Green -Alderman ,Village of Chataignier ,P. O. Box 70,,Chataignier,LA,70524,337-885-2500,EVANGELINE,Joseph H. Simien,P.O. Box 282,,Chataignier,LA,70524,337-885-2000,B,M,D,310,12/31/2010,01/01/2007,Mr. Siemien -Alderman ,Village of Chataignier ,P. O. Box 70,,Chataignier,LA,70524,337-885-2500,EVANGELINE,Alton Thomas,P.O. Box 193,,Chataignier,LA,70524,337-885-3615,B,M,D,310,12/31/2010,01/01/2007,Mr. Thomas -Alderman ,Village of Pine Prairie ,P. O. Box 380,,Pine Prairie,LA,70576,318-559-2904,EVANGELINE,Tammy M. Hammond,P.O. Box 185,,Pine Prairie,LA,70576,337-224-6627,W,F,D,310,12/31/2012,01/01/2009,Ms. Hammond -Alderman ,Village of Pine Prairie ,P. O. Box 380,,Pine Prairie,LA,70576,318-559-2904,EVANGELINE,"""Debbie"" Oge",P. O. Box 231,,Pine Prairie,LA,70576,337-599-2690,W,F,D,310,12/31/2012,01/01/2009,Ms. Oge -Alderman ,Village of Pine Prairie ,P. O. Box 380,,Pine Prairie,LA,70576,318-559-2904,EVANGELINE,Quint West,P.O. Box 424,,Pine Prairie,LA,70576,337-224-3384,W,M,D,310,12/31/2012,01/01/2009,Mr. West -Council Member ,Village of Turkey Creek ,P. O. Box 98,,Turkey Creek,LA,70585,337-461-2212,EVANGELINE,"""W. L."" Chapelle",P.O. Box 97,,Turkey Creek,LA,70585,337-461-2449,W,M,D,310,12/31/2010,01/01/2007,Mr. Chapelle -Council Member ,Village of Turkey Creek ,P. O. Box 98,,Turkey Creek,LA,70585,337-461-2212,EVANGELINE,Jessie Johnson,P.O. Box 105,,Turkey Creek,LA,,337-461-2637,W,M,D,310,12/31/2010,01/01/2007 -Council Member ,Village of Turkey Creek ,P. O. Box 98,,Turkey Creek,LA,70585,337-461-2212,EVANGELINE,Kurry Stewart,P.O. Box 74 .,,Turkey Creek,LA,70585,337-461-2734,W,M,D,310,12/31/2010,01/01/2007,Mr. Stewart -DPEC Member ,at Large ,,,,LA,,,FRANKLIN,"Samuel E. Lee, Jr.",6583 Main St.,,Winnsboro,LA,71295,318-435-5697,W,M,D,054,02/20/2012,02/20/2008,Mr. Lee -DPEC Member ,District 1 ,,,,LA,,,FRANKLIN,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,FRANKLIN,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,FRANKLIN,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,FRANKLIN,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,FRANKLIN,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,FRANKLIN,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,FRANKLIN,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,FRANKLIN,John H. Baker,2123 Hwy. 17,,Delhi,LA,71232,318-878-5272,W,M,R,064,02/20/2012,02/20/2008,Mr. Baker -RPEC Member ,District 1 ,,,,LA,,,FRANKLIN,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,FRANKLIN,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,FRANKLIN,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,FRANKLIN,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,FRANKLIN,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,FRANKLIN,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,FRANKLIN,,,,,,,,,,,066 -Sheriff ,,6556 Main St.,,Winnsboro,LA,71295,318-435-4505,FRANKLIN,"Steven E. ""Steve"" Pylant",6556 Main St.,,Winnsboro,LA,71295,318-722-6408,W,M,R,225,06/30/2012,07/01/2008,Sheriff Pylant -Clerk of Court ,,P. O. Box 1564,,Winnsboro,LA,71295,318-435-5133,FRANKLIN,Ann Johnson,P.O. Box 1564,,Winnsboro,LA,71295,318-435-4348,W,F,D,230,06/30/2012,07/01/2008,Ms. Johnson -Assessor ,,6552 Main St.,,Winnsboro,LA,71295,318-435-5390,FRANKLIN,"""Rod"" Elrod",293 Russell Lane,,Winnsboro,LA,71295,318-435-9928,W,M,D,235,12/31/2012,01/01/2009,Mr. Elrod -Coroner ,,P.O. Box 1350,,Winnsboro,LA,71295,318-435-7333,FRANKLIN,Joel G. Eldridge,425 Hwy 577,,Winnsboro,LA,71295,318-722-3759,W,M,D,240,03/25/2012,03/24/2008,Mr. Eldridge -Police Juror,District 1,6558 Main St.,,Winnsboro,LA,71295,318-435-9429,FRANKLIN,"""Ricky"" Campbell",418 Herrington Rd.,,Winnsboro,LA,71295,318-435-7164,W,M,,245,01/08/2012,01/14/2008,Mr. Campbell -Police Juror ,District 2 ,6558 Main St.,,Winnsboro,LA,71295,318-435-9429,FRANKLIN,"K. W. ""Buddy"" Parks",229 Hwy 618,,Winnsboro,LA,71295,318-435-5889,W,M,D,245,01/08/2012,01/14/2008,Mr. Parks -Police Juror ,District 3 ,6558 Main St.,,Winnsboro,LA,71295,318-435-9429,FRANKLIN,"James Harris, ",6558 Main St.,,Winnsboro,LA,71295,,,,,245,,12/17/2009,Mr. Harris -Police Juror ,District 4 ,6558 Main St.,,Winnsboro,LA,71295,318-435-9429,FRANKLIN,Troy Hendry,151 Artie Carter Rd.,,Winnsboro,LA,71295,318-722-3336,W,M,D,245,01/08/2012,01/14/2008,Mr. Hendry -Police Juror ,District 5 ,6558 Main St.,,Winnsboro,LA,71295,318-435-9429,FRANKLIN,"Leroy ""Roy"" Scott",2105 Caston St.,,Winnsboro,LA,71295,318-435-9391,B,M,D,245,01/08/2012,01/14/2008,Mr. Scott -Police Juror ,District 6 ,6558 Main St.,,Winnsboro,LA,71295,318-435-9429,FRANKLIN,Harvey Guimbellot,239 Dobber Glass Rd.,,Baskin,LA,71219,318-439-0284,W,M,,245,01/08/2012,01/14/2008,Mr. Guimbellot -Police Juror ,District 7 ,6558 Main St.,,Winnsboro,LA,71295,318-435-9429,FRANKLIN,Jackie Johnson,1514 Maple St.,,Winnsboro,LA,71295,318-435-5558,B,M,D,245,01/08/2012,01/14/2008,Mr. Johnson -City Judge ,"City Court, City of Winnsboro ",1308 Cornell St.,,Winnsboro,LA,71295,318-435-4508,FRANKLIN,Ann B. McIntyre,P.O. Box 428,,Winnsboro,LA,71295,318-435-3201,W,F,D,250,12/31/2010,01/01/2005,Ms. McIntyre -City Marshal ,"City Court, City of Winnsboro ",1308 Cornell St.,,Winnsboro,LA,71295,318-435-4508,FRANKLIN,Bruce McCarthy,820 Rogers Dr.,,Winnsboro,LA,71295,318-435-4047,W,M,D,250,12/31/2010,01/01/2005,Mr. McCarthy -Member of School Board ,District 1 ,7293 Prairie Rd.,,Winnsboro,LA,71295,318-435-9046,FRANKLIN,"Edwin Ray Bryan, Jr.",795 Ross Rd.,,Winnsboro,LA,71295,318-723-4405,W,M,D,255,12/31/2010,01/01/2007,Mr. Bryan -Member of School Board ,District 2 ,7293 Prairie Rd.,,Winnsboro,LA,71295,318-435-9046,FRANKLIN,"""Ronnie"" Hatton",2327 Hwy. 135,,Winnsboro,LA,71295,318-435-6840,W,M,,255,12/31/2010,01/01/2007,Mr. Hatton -Member of School Board ,District 3 ,7293 Prairie Rd.,,Winnsboro,LA,71295,318-435-9046,FRANKLIN,Jesse Young,P.O. Box 86,,Wisner,LA,71378,318-724-7333,,M,R,255,12/31/2010,01/01/2007,Mr. Young -Member of School Board ,District 4 ,7293 Prairie Rd.,,Winnsboro,LA,71295,318-435-9046,FRANKLIN,Richard Kelly,168 Lawson Rd.,,Winnsboro,LA,71295,318-722-0109,W,M,,255,12/31/2010,01/01/2007,Mr. Kelly -Member of School Board ,District 5 ,7293 Prairie Rd.,,Winnsboro,LA,71295,318-435-9046,FRANKLIN,Louise J. Johnson,212 Willow St.,,Winnsboro,LA,71295,318-435-7347,,F,,255,12/31/2010,01/01/2007,Ms. Johnson -Member of School Board ,District 6 ,7293 Prairie Rd.,,Winnsboro,LA,71295,318-435-9046,FRANKLIN,Tim Eubanks,1259 Hwy. 857,,Baskin,LA,71219,318-248-2125,W,M,D,255,12/31/2010,01/01/2007,Mr. Eubanks -Member of School Board ,District 7 ,7293 Prairie Rd.,,Winnsboro,LA,71295,318-435-9046,FRANKLIN,Dorothy W. Brown,1207 Maple St.,,Winnsboro,LA,71219,318-435-6422,B,F,D,255,12/31/2010,01/01/2007,Ms. Brown -Justice of the Peace ,Justice of the Peace District 1 ,1971 WPA Rd.,,Delhi,LA,71232,318-878-5436,FRANKLIN,"John W. ""Moose"" Ogden",2328 Hwy. 17,,Delhi,LA,71232,318-878-9713,W,M,D,265,12/31/2014,01/01/2009,Mr. Ogden -Justice of the Peace ,Justice of the Peace District 2 ,171 Arvel Linder Rd.,,Winnsboro,LA,71295,318-435-7723,FRANKLIN,"Carl Williams, Jr.",171 Arvel Linder Rd.,,Winnsboro,LA,71295,318-435-7723,W,M,,265,12/31/2014,01/01/2009,Mr. Williams -Justice of the Peace ,Justice of the Peace District 3 ,140 Glynn Day Rd.,,Winnsboro,LA,71295,318-435-9875,FRANKLIN,Sharon T. Boone,775 Lishman Rd.,,Winnsboro,LA,71295,318-435-9543,W,F,D,265,12/31/2014,02/23/2009,Ms. Boone -Justice of the Peace ,Justice of the Peace District 5 ,271 First St.,,Gilbert,LA,71336,318-435-6062,FRANKLIN,R. V. Arnold,P.O. Box 724,,Gilbert,LA,71336,318-435-3192,W,M,R,265,12/31/2014,01/01/2009,Mr. Arnold -Justice of the Peace ,Justice of the Peace District 6 ,P. O. Box 929,,Wisner,LA,71378,318-724-6448,FRANKLIN,"""Bill"" Carroll",P.O. Box 36,,Wisner,LA,71378,318-724-6627,W,M,,265,12/31/2014,01/01/2009,Mr. Carroll -Justice of the Peace ,Justice of the Peace District 7 ,404 Blue Roberts Rd.,,Wisner,LA,71378,318-724-7693,FRANKLIN,Lawrence Roberts,235 Roberts Rd.,,Wisner,LA,71378,318-724-7774,W,M,R,265,12/31/2014,01/01/2009,Mr. Roberts -Justice of the Peace ,Justice of the Peace District 8 ,992 Hwy. 135,,Winnsboro,LA,71295,318-435-5960,FRANKLIN,"Jimmie R. Spears, Sr.",992 Hwy. 135,,Winnsboro,LA,71295,318-435-5960,B,M,D,265,12/31/2014,01/01/2009,Mr. Spears -Constable ,Justice of the Peace District 1 ,P.O. Box 22,,Crowville,LA,71232,318-722-3752,FRANKLIN,Johnnie Marshall,P.O. Box 22,,Crowville,LA,71230,318-722-3752,W,M,D,267,12/31/2014,01/01/2009,Mr. Marshall -Constable ,Justice of the Peace District 2 ,192 Dobber Glass Rd.,,Baskin,LA,71219,318-248-3163,FRANKLIN,"Carl ""Trey"" Williams",230 Arvel Linder Rd.,,Winnsboro,LA,71295,318-435-0955,W,M,,267,12/31/2014,01/01/2009,Mr. Williams -Constable ,Justice of the Peace District 3 ,P.O. Box 274,,Winnsboro,LA,71295,318-435-5808,FRANKLIN,Glynn R. Day,131 Glynn Day Rd.,,Winnsboro,LA,71295,318-435-5808,W,M,D,267,12/31/2014,01/01/2009,Mr. Day -Constable ,Justice of the Peace District 5 ,P.O. Box 491,,Gilbert,LA,71336,318-435-5740,FRANKLIN,"""Don"" R. Beaube",P.O. Box 541,,Gilbert,LA,71336,318-412-9738,W,M,,267,12/31/2014,01/01/2009,Mr. Beaube -Constable ,Justice of the Peace District 6 ,P.O. Box 661,,Wisner,LA,71378,318-724-7455,FRANKLIN,Danny Richardson,P.O. Box 661,,Wisner,LA,71378,318-724-7455,W,M,,267,12/31/2014,01/01/2009,Mr. Richardson -Constable ,Justice of the Peace District 7 ,404 Blue Roberts Rd.,,Wisner,LA,71378,318-723-7693,FRANKLIN,Dale Mason,404 Blue Roberts Rd.,,Wisner,LA,71378,318-724-7693,W,M,,267,12/31/2014,01/01/2009,Mr. Mason -Constable ,Justice of the Peace District 8 ,1814 Hwy. 135,,Winnsboro,LA,71295,318-435-9616,FRANKLIN,Timothy Washington,1052 Hwy. 135,,Winnsboro,LA,71295,318-435-4467,B,M,D,267,12/31/2014,01/01/2009,Mr. Washington -Mayor ,City of Winnsboro ,P.O. Box 250,,Winnsboro,LA,,318-435-9087,FRANKLIN,Jack Hammons,P.O. Box 100,,Winnsboro,LA,71295,318-435-9363,W,M,D,300,06/30/2010,07/01/2006,Mayor Hammons -Mayor ,Town of Wisner ,P.O. Box 290,,Wisner,LA,,318-724-6568,FRANKLIN,Allyn Jean Luckett,P.O. Box 57,,Wisner,LA,71378,318-724-6604,B,F,D,300,12/31/2010,02/20/2008,Mayor Luckett -Mayor,Village of Baskin,P. O. Box 359,,Baskin,LA,71219,318-248-3700,FRANKLIN,Billy Joe Cupp,1719 Hwy. 857,,Baskin,LA,71219,318-248-3346,W,M,,300,12/31/2010,09/14/2007,Mayor Cupp -Mayor ,Village of Gilbert ,P. O. Box 600,,Gilbert,LA,,318-435-6506,FRANKLIN,"""Mike"" Stephens",P.O. Box 511,,Gilbert,LA,71336,318-412-8473,W,M,,300,12/31/2010,01/01/2007,Mr. Stephens -Chief of Police ,City of Winnsboro ,P.O. Box 250,,Winnsboro,LA,71295,318-435-9087,FRANKLIN,Lester Thomas,2608 Baldwin Dr.,,Winnsboro,LA,71295,318-435-4918,B,M,D,305,06/30/2010,07/01/2006,Mr. Thomas -Chief of Police ,Town of Wisner ,P.O. Box 290,,Wisner,LA,71378,318-274-6568,FRANKLIN,Billy Cureington,P.O. Box 158,,Wisner,LA,71378,318-724-6322,W,M,D,305,12/31/2010,01/01/2007,Chief Cureington -Chief of Police ,Village of Baskin ,P. O. Box 359,,Baskin,LA,71219,318-248-3700,FRANKLIN,Danny Barber,182 Seymore Rd.,,Baskin,LA,71219,,W,M,,305,12/31/2010,06/09/2009,Chief Barber -Chief of Police ,Village of Gilbert ,P. O. Box 600,,Gilbert,LA,71336,318-435-6506,FRANKLIN,Ty Britt,P.O. Box 764,,Gilbert,LA,71336,318-435-9809,W,M,,305,12/31/2010,01/01/2007,Mr. Britt -Alderman ,Town of Wisner ,P.O. Box 290,,Wisner,LA,71378,318-724-6568,FRANKLIN,Nettie B. Brown,P.O. Box 53,,Wisner,LA,71378,318-724-6255,B,F,D,310,12/31/2010,01/01/2007,Ms. Brown -Alderman ,Town of Wisner ,P.O. Box 290,,Wisner,LA,71378,318-724-6568,FRANKLIN,"Mike Caldwell, ",P.O. Box 290,,Wisner,LA,71378,,,,,310,,11/05/2009,Mr. Caldwell -Alderman ,Town of Wisner ,P.O. Box 290,,Wisner,LA,71378,318-724-6568,FRANKLIN,Thomas Lemle,P.O. Box 275,,Wisner,LA,71378,318-724-6521,B,M,D,310,12/31/2010,07/21/2008,Mr. Lemle -Alderman ,Town of Wisner ,P.O. Box 290,,Wisner,LA,71378,318-724-6568,FRANKLIN,Marc McCarty,P.O. Box 298,,Wisner,LA,71378,318-724-6570,W,M,R,310,12/31/2010,01/01/2007,Mr. McCarty -Alderman ,Town of Wisner ,P.O. Box 290,,Wisner,LA,71378,318-724-6568,FRANKLIN,Thomas W. Moore,P.O. Box 6,,Wisner,LA,71378,318-724-6615,W,M,,310,12/31/2010,01/01/2007,Mr. Moore -Alderman ,Village of Baskin ,P. O. Box 359,,Baskin,LA,71219,318-248-3700,FRANKLIN,"""Mike"" Ballard",P.O. Box 614,,Baskin,LA,71219,318-614-1061,W,M,,310,12/31/2010,10/30/2007,Mr. Ballard -Alderman ,Village of Baskin ,P. O. Box 359,,Baskin,LA,71219,318-248-3700,FRANKLIN,Larry Robert LaBorde,245 Dobber Glass Rd.,,Baskin,LA,71219,318-248-3957,W,M,,310,12/31/2010,01/01/2007,Mr. LaBorde -Alderman ,Village of Baskin ,P. O. Box 359,,Baskin,LA,71219,318-248-3700,FRANKLIN,Wanda Lilly,P.O. Box 1246,,Winnsboro,LA,71295,318-248-3377,W,F,,310,12/31/2010,07/21/2008,Ms. Lilly -Alderman ,Village of Gilbert ,P. O. Box 600,,Gilbert,LA,71336,318-435-6506,FRANKLIN,Kathleen Dunaway,419 Old Hwy. 15,,Gilbert,LA,71336,318-435-5840,W,F,,310,12/31/2010,07/21/2008,Ms. Dunaway -Alderman ,Village of Gilbert ,P. O. Box 600,,Gilbert,LA,71336,318-435-6506,FRANKLIN,Marcus Louis Ezell,P.O. Box 648,,Gilbert,LA,71336,318-435-4975,W,M,D,310,12/31/2010,07/21/2008,Mr. Ezell -Alderman ,Village of Gilbert ,P. O. Box 600,,Gilbert,LA,71336,318-435-6506,FRANKLIN,Leo Miller,P.O. Box 765,,Gilbert,LA,71336,318-435-8685,W,M,,310,12/31/2010,01/01/2007,Mr. Miller -Councilman ,"District 1, City of Winnsboro ",P.O. Box 250,,Winnsboro,LA,71295,318-435-9087,FRANKLIN,Richard Mahoney,P.O. Box 369,,Winnsboro,LA,71295,318-435-7400,W,M,,310,06/30/2010,07/01/2006,Mr. Mahoney -Councilman ,"District 1, City of Winnsboro ",P.O. Box 250,,Winnsboro,LA,71295,318-435-9087,FRANKLIN,"Richard Mahoney, ",130 Carolyn St.,,Winnsboro,LA,71295,318-498-1002,W,M,N,310 -Councilman ,"District 2, City of Winnsboro ",P.O. Box 250,,Winnsboro,LA,71295,318-435-9087,FRANKLIN,"John ""Sonny"" Dumas",P.O. Box 334,,Winnsboro,LA,71295,318-435-6276,B,M,D,310,06/30/2010,07/01/2006,Mr. Dumas -Councilman ,"District 3, City of Winnsboro ",P.O. Box 250,,Winnsboro,LA,71295,318-435-9087,FRANKLIN,Betty Johnson,3106 Earl Dr.,,Winnsboro,LA,71295,318-435-4496,B,F,D,310,06/30/2010,07/01/2006,Ms. Johnson -Councilman ,"District 3, City of Winnsboro ",P.O. Box 250,,Winnsboro,LA,71295,318-435-9087,FRANKLIN,"Betty Johnson, ",3106 Earle Dr.,,Winnsboro,LA,71295-4036,318-435-4496,B,F,D,310 -Councilman ,"District 4, City of Winnsboro ",P.O. Box 250,,Winnsboro,LA,71295,318-435-9087,FRANKLIN,Craig Gill,P.O. Box 46,,Winnsboro,LA,71295-0046 ,318-435-4565,W,M,R,310,06/30/2010,07/01/2006,Mr. Gill -Councilman ,"District 4, City of Winnsboro ",P.O. Box 250,,Winnsboro,LA,71295,318-435-9087,FRANKLIN,"Craig G. Gill, ",6637 Main St.,,Winnsboro,LA,71295-2763,318-435-4565,W,M,R,310 -Councilman ,"District 5, City of Winnsboro ",P.O. Box 250,,Winnsboro,LA,71295,315-435-9087,FRANKLIN,Rex McCarthy,2016 Roland Rd.,,Winnsboro,LA,71295,318-435-9330,B,M,D,310,06/30/2010,07/01/2006,Mr. McCarthy -Councilman ,"District 5, City of Winnsboro ",P.O. Box 250,,Winnsboro,LA,71295,315-435-9087,FRANKLIN,"Rex McCarthy, ",2016 Roland St.,,Winnsboro,LA,71295-3859,318-535-7111,B,M,D,310 -DPEC Member ,at Large ,,,,LA,,,GRANT,J. ElRay Lemoine,2157 Hwy 122,,Montgomery,LA,71454,318-646-3420,W,M,D,054,02/20/2012,02/20/2008,Mr. Lemoine -DPEC Member ,at Large ,,,,LA,,,GRANT,"""Connie"" Youngblood",303 Oak St.,,Colfax,LA,71417,318-627-5890,W,F,D,054,02/20/2012,02/20/2008,Ms. Youngblood -DPEC Member ,District 1 ,,,,LA,,,GRANT,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,GRANT,Brandon H. Henderson,208 Birch St.,,Colfax,LA,71417,318-627-5447,W,M,D,056,02/20/2012,02/20/2008,Mr. Henderson -DPEC Member ,District 3 ,,,,LA,,,GRANT,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,GRANT,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,GRANT,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,GRANT,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,GRANT,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,GRANT,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,GRANT,Sam Brimer,811 Springhill Loop,,Pollock,LA,71467,318-640-9791,W,M,R,064,02/20/2012,02/20/2008,Mr. Brimer -RPEC Member ,at Large ,,,,LA,,,GRANT,Alice M. Bryant,134 Overstreet Rd.,,Bentley,LA,71407,,,,,064,,08/15/2008,Ms. Bryant -RPEC Member ,at Large ,,,,LA,,,GRANT,Trevor S. Fry,136 Red Oak Ln.,,Dry Prong,LA,71423,318-229-1632,,,,064,,06/19/2008,Mr. Fry -RPEC Member ,at Large ,,,,LA,,,GRANT,Glynn K. Maxwell,916 Grove St.,,Dry Prong,LA,71423,318-899-5257,W,M,R,064,,10/17/2008,Mr. Maxwell -RPEC Member ,at Large ,,,,LA,,,GRANT,Ira A. Preuett,303 Hardwater Lake Rd.,,Pollock,LA,71467,318-765-7453,,,,064,,08/15/2008,Mr. Preuett -RPEC Member ,District 1 ,,,,LA,,,GRANT,Tony Lavespere,143 Bryant Rd.,,Montgomery,LA,71454-5427,318-646-2830,,,,066,,09/24/2008,Mr. Lavespere -RPEC Member ,District 2 ,,,,LA,,,GRANT,"C. ""Todd"" Vallee",1073 Hwy 158,,Colfax,LA,71417-5506,318-627-3527,,M,R,066,,10/21/2008,Mr. Vallee -RPEC Member ,District 3 ,,,,LA,,,GRANT,Alice S. Pharis,15306 Hwy. 8,,Colfax,LA,71417,318-793-8590,,,,066,,09/17/2008,Ms. Pharis -RPEC Member ,District 4 ,,,,LA,,,GRANT,Yvie Edwards Fry,136 Red Oak Ln.,,Dry Prong,LA,71423,318-229-1632,,,,066,,08/15/2008,Ms. Fry -RPEC Member ,District 5 ,,,,LA,,,GRANT,Jeremy C. Cedars,20620 Hwy. 167,,Dry Prong,LA,71423,318-899-1739,,,,066,,08/15/2008,Mr. Cedars -RPEC Member ,District 6 ,,,,LA,,,GRANT,"Charles E. ""Chuck"" Thomas, Jr.",664 Crawford Loop,,Pollock,LA,71467,318-765-9510,,,,066,,08/15/2008,Mr. Thomas -RPEC Member ,District 7 ,,,,LA,,,GRANT,Robbie C. Maxwell,916 Grove St.,,Dry Prong,LA,71423,318-899-5257,,,,066,,08/15/2008,Mr. Maxwell -RPEC Member ,District 8 ,,,,LA,,,GRANT,Donnell Spurgeon,4358 LA Hwy. 500,,Gerogetown,LA,71432,318-827-5490,,,,066,,09/24/2008,Mr. Spurgeon -Sheriff ,,P. O. Box 187,,Colfax,LA,71417,318-627-3261,GRANT,Baxter W. Welch,P.O. Box 61,,Bentley,LA,71407,318-640-2888,W,M,D,225,06/30/2012,07/01/2008,Sheriff Welch -Clerk of Court ,,P. O. Box 263,,Colfax,LA,71417,318-627-3246,GRANT,J. ElRay Lemoine,P.O. Box 263,,Colfax,LA,71417,318-646-3420,W,M,D,230,06/30/2012,07/01/2008,Mr. Lemoine -Assessor ,,200 Main St.,,Colfax,LA,71417,318-627-5471,GRANT,Walker Wright,1115 Walker Dr.,,Dry Prong,LA,71423,318-899-1824,W,M,D,235,12/31/2012,01/01/2009,Mr. Wright -Coroner ,,P.O. Box 399,,Colfax,LA,71417,318-627-3114,GRANT,Roy Dean Nugent,P.O. Box 400,,Colfax,LA,71417,318-627-5185,W,M,R,240,03/25/2012,03/24/2008,Mr. Nugent -Police Juror ,District 1 ,200 Main Street,,Colfax,LA,,318-627-3157,GRANT,Garland McCracken,1245 Highway 1240,,Montgomery,LA,71454,318-646-3764,W,M,,245,01/08/2012,01/14/2008,Mr. McCracken -Police Juror ,District 2 ,200 Main Street,,Colfax,LA,71417,318-627-3157,GRANT,Jimmy Bryant,310 Richardson Road,,Colfax,LA,71417,318-627-5603,W,M,D,245,01/08/2012,01/14/2008,Mr. Brryant -Police Juror ,District 3 ,200 Main Street,,Colfax,LA,71417,318-627-3157,GRANT,"Tom Hamilton, Jr.",452 Lake Street,,Colfax,LA,71417,318-627-5731,,,D,245,01/08/2012,01/14/2008,"Mr,. Hamilton " -Police Juror ,District 4 ,200 Main Street,,Colfax,LA,71417,318-627-3157,GRANT,Arnold R. Murrell,161 Bob Johnson Road,,Dry Prong,LA,71423,318-640-2375,W,M,D,245,01/08/2012,01/14/2008,Mr. Murrell -Police Juror ,District 5 ,200 Main Street,,Colfax,LA,71417,318-627-3157,GRANT,Donnie Brown,1094 Hudson Creek Road,,Dry Prong,LA,71423,318-640-7089,W,M,,245,01/08/2012,01/14/2008,Mr. Brown -Police Juror ,District 6 ,200 Main Street,,Colfax,LA,71417,318-627-3157,GRANT,Lloyd J. Kirtland,P.O. Box 122,,Pollock,LA,71467,318-765-9566,W,M,D,245,01/08/2012,01/14/2008,Mr. Kirkland -Police Juror ,District 7 ,200 Main Street,,Colfax,LA,71417,318-627-3157,GRANT,Lucas LaCour,17399 Hwy 167,,Dry Prong,LA,71423,318-899-5561,W,M,R,245,01/08/2012,01/14/2008,Mr. LaCour -Police Juror ,District 8 ,200 Main Street,,Colfax,LA,71417,318-627-3157,GRANT,Roy G. Edwards,404 Edwards Road,,Georgetown,LA,71432,318-827-5271,W,M,D,245,01/08/2012,01/14/2008,Mr. Edwards -Member of School Board ,District 1 ,P. O. Box 208,,Colfax,LA,71417,318-627-3274,GRANT,"A. J. ""Tony"" Lavespere",145 Bryant Rd.,,Montgomery,LA,71454,318-646-2830,W,M,R,255,12/31/2010,01/01/2007,Mr. Lavespere -Member of School Board ,District 2 ,P. O. Box 208,,Colfax,LA,71417,318-627-3274,GRANT,Marvin P. DeLong,138 Fred DeLong Rd.,,Colfax,LA,71417,318-627-5485,W,M,D,255,12/31/2010,01/01/2007,Mr. DeLong -Member of School Board ,District 3 ,P. O. Box 208,,Colfax,LA,71417,318-627-3274,GRANT,Karen Y. Layton,P.O. Box 607,,Colfax,LA,71417,318-627-5762,B,F,D,255,12/31/2010,01/01/2007,Ms. Layton -Member of School Board ,District 4 ,P. O. Box 208,,Colfax,LA,71417,318-627-3274,GRANT,Eddie E. Baxley,152 Red Oak,,Dry Prong,LA,71423,318-641-0948,W,M,D,255,12/31/2010,01/01/2007,Mr. Baxley -Member of School Board ,District 5 ,P. O. Box 208,,Colfax,LA,71417,318-627-3274,GRANT,"""Randy"" Browning",142 Roger Dr.,,Dry Prong,LA,71423,318-640-0681,W,M,R,255,12/31/2010,01/01/2007,Mr. Browning -Member of School Board ,District 6 ,P. O. Box 208,,Colfax,LA,71417,318-627-3274,GRANT,A. D. Futrell,P.O. Box 39,,Pollock,LA,71467,318-765-9626,W,M,D,255,12/31/2010,01/01/2007,Mr. Futrell -Member of School Board ,District 7 ,P. O. Box 208,,Colfax,LA,71417,318-627-3274,GRANT,Craig McCain,311 Kisatchie Dr.,,Dry Prong,LA,71423,318-899-3311,W,M,R,255,12/31/2010,01/01/2007,Mr. McCain -Member of School Board ,District 8 ,P. O. Box 208,,Colfax,LA,71417,318-627-3274,GRANT,Terry W. Oliver,P.O. Box 245,,Georgetown,LA,71432,318-827-5391,W,M,D,255,12/31/2010,01/01/2007,Mr. Oliver -Justice of the Peace ,Justice of the Peace District A ,962 Hwy. 122,,Montgomery,LA,71454,318-646-3831,GRANT,"Tony L. ""Bo"" Vets, II",116 Second St.,,Colfax,LA,71417,318-419-2235,W,M,R,265,12/31/2014,01/01/2009,Mr. Vets -Justice of the Peace ,Justice of the Peace District B ,12220 Hwy 8,,Colfax,LA,71417,318-627-3759,GRANT,"Larry Parker, Sr.",12220 Hwy. 8,,Colfax,LA,71417,318-627-3759,W,M,R,265,12/31/2014,01/01/2009,Mr. Parker -Justice of the Peace ,Justice of the Peace District C ,21139 Hwy. 167,,Dry Prong,LA,71423,318-640-2210,GRANT,Karen Holston Edwards,21139 Hwy. 167,,Dry Prong,LA,71423,318-640-2210,W,F,D,265,12/31/2014,01/01/2009,Ms. Edwards -Justice of the Peace ,Justice of the Peace District D ,P. O. Box 610,,Pollock,LA,71467,318-765-3997,GRANT,Judy Guynes Brimer,811 Springhill Loop,,Pollock,LA,71467,318-640-9791,W,F,R,265,12/31/2014,01/01/2009,Ms. Brimer -Justice of the Peace ,Justice of the Peace District E ,3540 Hwy. 472,,Dry Prong,LA,71423,318-899-3732,GRANT,"Charles E. ""Chuck"" Evans",3540 Hwy. 472,,Dry Prong,LA,71423,318-899-3732,W,M,R,265,12/31/2014,01/01/2009,Mr. Evans -Constable ,Justice of the Peace District A ,P.O. Box 356,,Montgomery,LA,71454,318-646-2224,GRANT,"John Timothy ""Tim"" Coolman",P. O. Box 356,,Montgomery,LA,71454,318-646-2224,W,M,D,267,12/31/2014,01/01/2009,Mr. Coolman -Constable ,Justice of the Peace District B ,P.O. Box 638,,Colfax,LA,71417,318-627-5990,GRANT,Willie R. Peavy,P. O. Box 638 .,,Colfax,LA,71417,318-740-7104,W,M,D,267,12/31/2014,01/01/2009,Mr. Peavy -Constable ,Justice of the Peace District C ,154 AJ's Ln.,,Pollock,LA,71467,318-641-9031,GRANT,Joey E. Fuller,298 Hwy. 1241,,Colfax,LA,71417,318-308-8102,W,M,R,267,12/31/2014,01/01/2009,Mr. Fuller -Constable ,Justice of the Peace District D ,141 Wainwright Rd.,,Pollock,LA,71467,318-765-3423,GRANT,"B. E. Gene Durand, Jr.",141 Wainwright Rd.,,Pollock,LA,71467,318-765-3423,W,M,O,267,12/31/2014,01/01/2009,Mr. Durand -Constable ,Justice of the Peace District E ,1177 Willett Rd.,,Dry Prong,LA,71423,318-899-3870,GRANT,"F. H. ""Bubba"" Dykes",1177 Willett Rd.,,Dry Prong,LA,71423,318-899-3870,W,M,R,267,12/31/2014,01/01/2009,Mr. Dykes -Mayor ,Town of Colfax ,P. O. Box 310,,Colfax,LA,,318-627-3711,GRANT,Gerald Hamilton,449 Lake St.,,Colfax,LA,71417,318-627-3197,B,M,D,300,06/30/2010,07/01/2006,Mayor Hamilton -Mayor ,Town of Colfax ,P. O. Box 310,,Colfax,LA,,318-627-3711,GRANT,"Gerald Hamilton, ",449 Lake St.,,Colfax,LA,71417-1213,318-627-3197,B,M,D,300 -Mayor ,Town of Montgomery ,P. O. Box 99,,Montgomery,LA,,318-646-3110,GRANT,Stephen Lee Gunn,P.O. Box 229,,Montgomery,LA,71454,318-646-3374,W,M,,300,12/31/2010,01/01/2007,Mr. Gunn -Mayor ,Town of Pollock ,P. O. Box 189,,Pollock,LA,,318-765-3796,GRANT,Jerome F. Scott,P.O. Box 305,,Pollock,LA,71467,318-765-9024,W,M,D,300,12/31/2010,01/01/2007,Mr. Scott -Mayor ,Village of Creola ,241 Gray's Creek Rd.,,Dry Prong,LA,71423,318-641-0430,GRANT,R. Wayne Nugent,21428 Hwy. 167,,Dry Prong,LA,71423,318-447-2371,W,M,R,300,06/30/2011,07/01/2007,Mayor Nugent -Mayor ,Village of Dry Prong ,607 Russell Hataway St.,,Dry Prong,LA,,318-899-5341,GRANT,John Landry,P.O. Box 10,,Dry Prong,LA,71423,318-481-2581,W,M,D,300,06/30/2012,08/24/2009,Mayor Landry -Mayor ,Village of Georgetown ,P. O. Box 220,,Georgetown,LA,,318-827-5527,GRANT,Danny C. Olden,297 Hwy. 502,,Georgetown,LA,71432,318-827-5576,W,M,O,300,12/31/2012,01/01/2009,Mayor Olden -Chief of Police,Town of Colfax,P. O. Box 310,,Colfax,LA,71417,318-627-3711,GRANT,Kraig D. Fussell,131 Gore Rd.,,Bentley,LA,71407,,,,,305,,05/29/2009,Chief Fussell -Chief of Police ,Town of Pollock ,P. O. Box 189,,Pollock,LA,71467,318-765-3796,GRANT,"Christopher ""Chris"" Paul",P. O. Box 118,,Pollock,LA,71467,318-765-9915,W,M,D,305,12/31/2010,10/14/2008,Chief Paul -Chief of Police ,Village of Creola ,241 Gray's Creek Rd.,,Dry Prong,LA,71423,318-641-0430,GRANT,Preston H. Mosley,21428 Hwy 167,,Dry Prong,LA,71423,318-201-6680,W,M,D,305,06/30/2011,02/23/2009,Chief Mosley -Chief of Police ,Village of Georgetown ,P. O. Box 220,,Georgetown,LA,71432,318-827-5527,GRANT,"Billy Ray Prince, III",P.O. Box 96,,Georgetown,LA,71432,318-715-5134,W,M,R,305,12/31/2012,02/23/2009,Chief Prince -Alderman ,Town of Colfax ,P. O. Box 310,,Colfax,LA,71417,318-627-3711,GRANT,Alan D. Futrell,506 Seventh St.,,Colfax,LA,71417,318-627-5842,W,M,D,310,06/30/2010,07/01/2006,Mr. Futrell -Alderman ,Town of Colfax ,P. O. Box 310,,Colfax,LA,71417,318-627-3711,GRANT,Lourain C. LaCour,1204 Ash St.,,Colfax,LA,71417,318-627-5928,B,F,D,310,06/30/2010,07/01/2006,Ms. LaCour -Alderman ,Town of Colfax ,P. O. Box 310,,Colfax,LA,71417,318-627-3711,GRANT,Cora Reed,101 Hud Loop,,Colfax,LA,71417,318-627-9932,B,F,D,310,06/30/2010,07/01/2006,Ms. Reed -Alderman ,Town of Colfax ,P. O. Box 310,,Colfax,LA,71417,318-627-3711,GRANT,Lorraine G. Sapp,416 Eleanor St.,,Colfax,LA,71417,318-627-2851,B,F,D,310,06/30/2010,07/01/2006,Ms. Sapp -Alderman ,Town of Colfax ,P. O. Box 310,,Colfax,LA,71417,318-627-3711,GRANT,"Gayle ""Sonny"" Tyler",507 Foulk St.,,Colfax,LA,71417,318-627-3048,W,M,R,310,06/30/2010,07/01/2006,Mr. Tyler -Alderman ,Village of Creola ,241 Gray's Creek Rd.,,Dry Prong,LA,71423,318-641-0430,GRANT,Shannon Basco,241 Gray's Creek Rd.,,Dry Prong,LA,71423,318-641-0430,,,,310,,10/12/2009,Ms. Basco -Alderman ,Village of Creola ,241 Gray's Creek Rd.,,Dry Prong,LA,71423,318-641-0430,GRANT,Lisa M. Butchee,21430 Hwy. 167,,Dry Prong,LA,71423,318-641-1356,W,F,,310,06/30/2011,07/01/2007,Ms. Butchee -Alderman ,Village of Creola ,241 Gray's Creek Rd.,,Dry Prong,LA,71423,318-641-0430,GRANT,Sharon Fisher-Basco,132 Flagon Rd.,,Dry Prong,LA,71423,318-641-1326,W,F,,310,06/30/2011,07/01/2007,Ms. Fisher -Alderman ,Village of Dry Prong ,607 Russell Hataway St.,,Dry Prong,LA,71423,318-899-5341,GRANT,"Roger Davis, ",P.O. Box 327,,Dry Prong,LA,71423,318-443-9284,,,,310,,11/16/2009,Mr Davis -Alderman ,Village of Dry Prong ,607 Russell Hataway St.,,Dry Prong,LA,71423,318-899-5341,GRANT,"Roger E. Davis, ",1108 Walker Dr.,,Dry Prong,LA,71423-9306,318-899-5245,W,M,D,310,,02/15/2010 -Alderman ,Village of Dry Prong ,607 Russell Hataway St.,,Dry Prong,LA,71423,318-899-5341,GRANT,Jerry G. Edwards,P.O. Box 189,,Dry Prong,LA,71423,318-899-5320,W,M,D,310,06/30/2012,08/24/2009,Mr. Edwards -Alderman ,Village of Dry Prong ,607 Russell Hataway St.,,Dry Prong,LA,71423,318-899-5341,GRANT,Belinda L. Gauthier,P.O. Box 136,,Dry Prong,LA,71423,318-899-5913,W,F,D,310,06/30/2012,07/01/2008,Ms. Gauthier -Alderman ,Village of Georgetown ,P. O. Box 220,,Georgetown,LA,71432,318-827-5527,GRANT,"""Jim"" Bradford",P. O. Box 192,,Georgetown,LA,71432,318-827-5587,W,M,,310,12/31/2012,01/01/2009,Mr. Bradford -Alderman ,Village of Georgetown ,P. O. Box 220,,Georgetown,LA,71432,318-827-5527,GRANT,Robert K. Sanders,P.O. Box 176,,Georgetown,LA,71432,318-827-5839,W,M,O,310,12/31/2012,01/01/2009,Mr. Sanders -Alderman ,Village of Georgetown ,P. O. Box 220,,Georgetown,LA,71432,318-827-5527,GRANT,"Ray Williamson, Jr.",P.O. Box 132,,Georgetown,LA,71432,318-827-9649,W,M,,310,12/31/2012,02/23/2009,Mr. Williamson -Council Member ,Town of Montgomery ,P. O. Box 99,,Montgomery,LA,71454,318-646-3110,GRANT,James C. Carter,P.O. Box 121,,Montgomery,LA,71454,318-646-3467,W,M,D,310,12/31/2010,01/01/2007,Mr. Carter -Council Member ,Town of Montgomery ,P. O. Box 99,,Montgomery,LA,71454,318-646-3110,GRANT,Velma Fletcher,P.O. Box 874,,Montgomery,LA,71454,318-646-2605,W,F,,310,12/31/2010,01/01/2007,Ms. Fletcher -Council Member ,Town of Montgomery ,P. O. Box 99,,Montgomery,LA,71454,318-646-3110,GRANT,Joann B. Lary,P.O. Box 536,,Montgomery,LA,71454,318-646-3457,W,F,R,310,12/31/2010,01/01/2007,Ms. Lary -Council Member ,Town of Montgomery ,P. O. Box 99,,Montgomery,LA,71454,318-646-3110,GRANT,Denise Pearson,P.O. Box 287,,Montgomery,LA,71454,318-646-9226,B,F,D,310,12/31/2010,01/01/2007,Ms. Pearson -Council Member ,Town of Montgomery ,P. O. Box 99,,Montgomery,LA,71454,318-646-3110,GRANT,John Savant,P.O. Box 387,,Montgomery,LA,71454,318-646-8469,W,M,,310,12/31/2010,01/01/2007,Mr. Savant -Councilmen ,Town of Pollock ,P. O. Box 189,,Pollock,LA,71467,318-765-3796,GRANT,"Charles ""Eddie"" Butterfield, Jr.",4106 Hwy. 8,,Pollock,LA,71467,318-229-5066,W,M,O,310,12/31/2010,11/14/2008,Mr. Butterfield -Councilmen ,Town of Pollock ,P. O. Box 189,,Pollock,LA,71467,318-765-3796,GRANT,Faye Mayeaux,P.O. Box 576,,Pollack,LA,71467,318-765-9067,W,F,D,310,12/31/2010,01/01/2007,Ms. Mayeaux -Councilmen ,Town of Pollock ,P. O. Box 189,,Pollock,LA,71467,318-765-3796,GRANT,Winnie Nichols,1640 Willett St.,,Pollock,LA,71467,318-765-0973,W,F,D,310,12/31/2010,01/01/2007,Ms. Nichols -Councilmen ,Town of Pollock ,P. O. Box 189,,Pollock,LA,71467,318-765-3796,GRANT,"""Ron"" Wilkins",132 Durham Rd.,,Pollock,LA,71467,318-765-3856,W,M,O,310,12/31/2010,04/14/2009,Mr. Wilkins -Councilmen ,Town of Pollock ,P. O. Box 189,,Pollock,LA,71467,318-765-3796,GRANT,Sharon Lincecum Zeh,1911 Hickory St.,,Pollock,LA,71467,,W,F,D,310,12/31/2010,01/01/2007,Ms. Zeh -DPEC Member ,at Large ,,,,LA,,,IBERIA,Perry Segura,P.O Box 13410,,New Iberia,LA,70562,337-367-7785,W,M,D,054,02/20/2012,02/20/2008,Mr. Segura -DPEC Member ,District 1 ,,,,LA,,,IBERIA,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,IBERIA,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,IBERIA,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,IBERIA,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,IBERIA,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,IBERIA,Stephen I. Etienne,1304 Southport Blvd.,,New Iberia,LA,70560,337-365-6195,B,M,D,056,02/20/2012,02/20/2008,Mr. Etienne -DPEC Member ,District 7 ,,,,LA,,,IBERIA,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,IBERIA,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,IBERIA,,,,,,,,,,,056 -DPEC Member ,District 10 ,,,,LA,,,IBERIA,,,,,,,,,,,056 -DPEC Member ,District 11 ,,,,LA,,,IBERIA,,,,,,,,,,,056 -DPEC Member ,District 12 ,,,,LA,,,IBERIA,,,,,,,,,,,056 -DPEC Member ,District 13 ,,,,LA,,,IBERIA,,,,,,,,,,,056 -DPEC Member ,District 14 ,,,,LA,,,IBERIA,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,IBERIA,Anne B. Caffery,1001 Loreauville Rd.,,New Iberia,LA,70563,337-365-3617,W,F,R,064,02/20/2012,02/20/2008,Ms. Caffery -RPEC Member ,at Large ,,,,LA,,,IBERIA,Jeffery Martin Landry,101 Arbor Ln.,,New Iberia,LA,70563,,,,,064,,11/09/2009,Ms. Landry -RPEC Member ,at Large ,,,,LA,,,IBERIA,Shelley Greer Rankin,129 Center St.,,New Iberia,LA,70560,,,,,064,,11/09/2009,Ms. Rankin -RPEC Member ,District 1 ,,,,LA,,,IBERIA,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,IBERIA,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,IBERIA,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,IBERIA,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,IBERIA,"James Wright Wyche, III",703 Julia St.,,New Iberia,LA,70563,,,,,066,,11/09/2009,Mr. Wyche -RPEC Member ,District 6 ,,,,LA,,,IBERIA,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,IBERIA,Christopher John Gary,933 Myra St.,,New Iberia,LA,70563,,,,,066,,11/09/2009,Mr. Gary -RPEC Member ,District 8 ,,,,LA,,,IBERIA,"Roger Paul Hamilton, Jr.",105 Janice Avnue,,New Iberia,LA,70563,,,,,066,,11/09/2009,Mr. Hamilton -RPEC Member ,District 9 ,,,,LA,,,IBERIA,,,,,,,,,,,066 -RPEC Member ,District 10 ,,,,LA,,,IBERIA,,,,,,,,,,,066 -RPEC Member ,District 11 ,,,,LA,,,IBERIA,Rebecca Motty Allain,1933 Main St.,,Jeanerette,LA,70544,,,,,066,,11/09/2009 -RPEC Member ,District 12 ,,,,LA,,,IBERIA,,,,,,,,,,,066 -RPEC Member ,District 13 ,,,,LA,,,IBERIA,,,,,,,,,,,066 -RPEC Member ,District 14 ,,,,LA,,,IBERIA,,,,,,,,,,,066 -Sheriff ,,"300 Iberia St., Ste. 120",,New Iberia,LA,70560-4584,318-369-3714,IBERIA,Louis Ackal,"300 Iberia St., Ste. 120",,New Iberia,LA,70560-4584,337-367-0782,W,M,R,225,06/30/2012,07/01/2008,Sheriff Ackal -Clerk of Court ,,P. O. Drawer 12010,,New Iberia,LA,70562-2010,337-365-7282,IBERIA,"""Mike"" Thibodeaux",P.O. Drawer 12010,,New Iberia,LA,70562-2010,337-365-7282,W,M,D,230,06/30/2012,07/01/2008,Mr. Thibodeaux -Assessor ,,"300 Iberia St., Ste. B-100",,New Iberia,LA,70560,337-369-4415,IBERIA,Rickey Huval,2013 Alligator Alley,,New Iberia,LA,70560,337-364-7313,W,M,D,235,12/31/2012,01/01/2009,Mr. Huval -Coroner ,,P.O. Box 590,,Jeanerette,LA,70544,337-276-6374,IBERIA,"James B. Falterman, Sr.",P.O. Box 590,,Jeanerette,LA,70544,337-276-6374,W,M,D,240,03/25/2012,03/24/2008,Mr. Falterman -Parish President ,,"300 Iberia St., Ste. 410",,New Iberia,LA,70560-4543,337-365-8246,IBERIA,Ernest Freyou,2601 Freyou Rd.,,New Iberia,LA,70560,337-364-5633,W,M,R,243,01/09/2012,01/14/2008,Mr. Freyou -Councilman,District 1,"300 Iberia St., Ste. 410",,New Iberia,LA,70560-4543,337-365-8246,IBERIA,Maggie F. Daniels,309 Emery Lewis Ave.,,New Iberia,LA,70560,337-369-4477,B,F,D,245,01/09/2012,01/14/2008,Ms. Daniels -Councilman ,District 2 ,"300 Iberia St., Ste. 410",,New Iberia,LA,70560-4543,337-365-8246,IBERIA,"Curtis ""Joe"" Boudoin",1511 Eden St.,,New Iberia,LA,70560,337-365-4144,W,M,D,245,01/09/2012,01/14/2008,Mr. Boudoin -Councilman ,District 3 ,"300 Iberia St., Ste. 410",,New Iberia,LA,70560-4543,337-365-8246,IBERIA,Thomas J. Landry,3304 W. Old Spanish Trail,,New Iberia,LA,70560,337-367-3533,W,M,R,245,01/09/2012,01/14/2008,Mr. Landry -Councilman ,District 4 ,"300 Iberia St., Ste. 410",,New Iberia,LA,70560-4543,337-365-8246,IBERIA,Lloyd Brown,813 Francis St.,,New Iberia,LA,70560,337-365-4298,B,M,D,245,01/09/2012,01/14/2008,Mr. Brown -Councilman ,District 5 ,"300 Iberia St., Ste. 410",,New Iberia,LA,70560-4543,337-365-8246,IBERIA,Troy Comeaux,1609 Southwood Dr.,,New Iberia,LA,70560,337-369-6812,W,M,,245,01/09/2012,01/14/2008,Mr. Comeaux -Councilman ,District 6 ,"300 Iberia St., Ste. 410",,New Iberia,LA,70560-4543,337-365-8246,IBERIA,Bernard E. Broussard,703 Jefferson Terrace,,New Iberia,LA,70560,337-364-3433,W,M,R,245,01/09/2012,01/14/2008,Mr. Broussard -Councilman ,District 7 ,"300 Iberia St., Ste. 410",,New Iberia,LA,70560-4543,337-365-8246,IBERIA,John Berard,205 Pollard Ave.,,New Iberia,LA,70563,337-367-9286,W,M,,245,01/09/2012,01/14/2008,Mr. Berard -Councilman ,District 8 ,"300 Iberia St., Ste. 410",,New Iberia,LA,70560-4543,337-365-8246,IBERIA,Barry Verret,1704 Daspit Rd.,,New Iberia,LA,70560,337-365-6168,W,M,,245,01/09/2012,01/14/2008,Mr. Verret -Councilman ,District 9 ,"300 Iberia St., Ste. 410",,New Iberia,LA,70560-4543,337-365-8246,IBERIA,Glenn P. Romero,5919 Loreauville Rd.,,New Iberia,LA,70563,337-229-6529,W,M,D,245,01/09/2012,01/14/2008,Mr. Romero -Councilman ,District 10 ,"300 Iberia St., Ste. 410",,New Iberia,LA,70560-4543,337-365-8246,IBERIA,Roger Duncan,4016 Coco Miquel Dr.,,New Iberia,LA,70560,337-369-9507,W,M,,245,01/09/2012,01/14/2008,Mr. Duncan -Councilman ,District 11 ,"300 Iberia St., Ste. 410",,New Iberia,LA,70560-4543,337-365-8246,IBERIA,Jerome W. Fitch,9305 Old Jeanerette Rd.,,Jeanerette,LA,70544,337-276-4398,W,M,D,245,01/09/2012,01/14/2008,Mr. Fitch -Councilman ,District 12 ,"300 Iberia St., Ste. 410",,New Iberia,LA,70560-4543,337-365-8246,IBERIA,"Charles ""Charlie Brown"" Williams",809 Morris Charles,,Jeanerette,LA,70544,337-276-3526,B,M,D,245,01/09/2012,01/14/2008,Mr. Brown -Councilman ,District 13 ,"300 Iberia St., Ste. 410",,New Iberia,LA,70560-4543,337-365-8246,IBERIA,M. Larry Richard,3113 Avery Island Rd.,,New Iberia,LA,70560,337-365-0025,B,M,,245,01/09/2012,01/14/2008,Mr. Richard -Councilman ,District 14 ,"300 Iberia St., Ste. 410",,New Iberia,LA,70560-4543,337-365-8246,IBERIA,Naray Hulin,6211 Fremin Rd.,,New Iberia,LA,70560,337-367-1871,W,M,D,245,01/09/2012,01/14/2008,Mr. Hulin -City Judge ,"City Court, City of Jeanerette ",P. O. Box 268,,Jeanerette,LA,70544,337-276-5603,IBERIA,Cameron B. Simmons,P.O. Box 232,,Jeanerette,LA,70544,337-276-6034,W,M,D,250,12/31/2014,01/01/2009,Judge Simmons -City Judge ,"City Court, City of New Iberia ","457 E. Main St., Rm. 206",,New Iberia,LA,70560-3700,318-369-2334,IBERIA,Robert L. Segura,135 Plantation Dr.,,New Iberia,LA,70563,337-365-7103,W,M,D,250,12/31/2014,01/01/2009,Judge Segura -City Marshal ,"City Court, City of Jeanerette ",P. O. Box 268,,Jeanerette,LA,70544,337-276-5603,IBERIA,"Fernest ""Pacman"" Martin",1505 Martin Luther King Dr.,,Jeanerette,LA,70544,,B,M,D,250,12/31/2014,01/01/2009,Marshal Martin -City Marshal ,"City Court, City of New Iberia ","457 E. Main St., Rm. 206",,New Iberia,LA,70560-3700,318-369-2332,IBERIA,"Victor ""Vic"" Delcambre",149 Plantation Dr.,,New Iberia,LA,70563,337-364-7984,W,M,D,250,12/31/2014,01/01/2009,Marshal Delcambre -Member of School Board ,District 1 ,P. O. Box 200,,New Iberia,LA,70562-0200 ,337-365-2341,IBERIA,Clara Degay Carrier,717 Elizabeth St.,,New Iberia,LA,70560,337-364-2049,B,F,D,255,12/31/2010,01/01/2007,Ms. Carrier -Member of School Board ,District 2 ,P. O. Box 200,,New Iberia,LA,70562-0200 ,337-365-2341,IBERIA,"Elvin ""Dee"" Pradia",1717 S. Gibbs Ln.,,New Iberia,LA,70560,337-369-3246,B,M,D,255,12/31/2010,01/01/2007,Mr. Pradia -Member of School Board ,District 3 ,P. O. Box 200,,New Iberia,LA,70562-0200 ,337-365-2341,IBERIA,"""Jay"" McDonald",107 W. Tampico St.,,New Iberia,LA,70563,337-365-2223,W,M,,255,12/31/2010,01/01/2007,Mr. McDonald -Member of School Board ,District 4 ,P. O. Box 200,,New Iberia,LA,70562-0200 ,337-365-2341,IBERIA,"Mary Batiste ""Mel"" Davis",P.O.Box 12101,,New Iberia,LA,70562,337-365-1374,B,F,D,255,12/31/2010,01/01/2007,Ms. Davis -Member of School Board ,District 5 ,P. O. Box 200,,New Iberia,LA,70562-0200 ,337-365-2341,IBERIA,Robbie J. LeBlanc,912 Sydney St.,,New Iberia,LA,70560,337-365-7632,W,M,,255,12/31/2010,01/01/2007,Mr. LeBlanc -Member of School Board ,District 6 ,P. O. Box 200,,New Iberia,LA,70562-0200 ,337-365-2341,IBERIA,"Richard L. Denison, Jr.",120 Lee St.,,New Iberia,LA,70560,337-519-6550,W,M,R,255,12/31/2010,01/01/2007,Mr. Denison -Member of School Board ,District 7 ,P. O. Box 200,,New Iberia,LA,70562-0200 ,337-365-2341,IBERIA,"Dan LeBlanc, Sr.",203 Everette St.,,New Iberia,LA,70563,337-365-6537,W,M,R,255,12/31/2010,01/01/2007,Mr. LeBlanc -Member of School Board ,District 8 ,P. O. Box 200,,New Iberia,LA,70562-0200 ,337-365-2341,IBERIA,"""Ed"" Buford",700 Terrell Crt.,,New Iberia,LA,70563,337-365-2852,W,M,D,255,12/31/2010,01/01/2007,Mr. Buford -Member of School Board ,District 9 ,P. O. Box 200,,New Iberia,LA,70562-0200 ,337-365-2341,IBERIA,Joel J. Dugas,117 Ed Provost Rd.,,New Iberia,LA,70563,337-229-4896,W,M,R,255,12/31/2010,01/01/2007,Mr. Dugas -Member of School Board ,District 10 ,P. O. Box 200,,New Iberia,LA,70562-0200 ,337-365-2341,IBERIA,Blaine Meche,P.O. Box 126,,Lydia,LA,70569,337-369-1634,W,M,,255,12/31/2010,01/01/2007,Mr. Meche -Member of School Board ,District 11 ,P. O. Box 200,,New Iberia,LA,70562-0200 ,337-365-2341,IBERIA,Mary Fay Lapeyrouse Freshley,1708 Main St.,,Jeanerette,LA,70544,337-276-4213,W,F,D,255,12/31/2010,01/01/2007,Ms. Freshley -Member of School Board ,District 12 ,P. O. Box 200,,New Iberia,LA,70562-0200 ,337-365-2341,IBERIA,Arthur L. Alexander,11308 E. Admiral Doyle Dr.,,Jeanerette,LA,70544,337-276-5713,B,M,D,255,12/31/2010,01/01/2007,Mr. Alexander -Member of School Board ,District 13 ,P. O. Box 200,,New Iberia,LA,70562-0200 ,337-365-2341,IBERIA,Danny D. Segura,5810 Derouen Rd.,,New Iberia,LA,70560,337-365-5823,W,M,,255,12/31/2010,01/01/2007,Mr. Segura -Member of School Board ,District 14 ,P. O. Box 200,,New Iberia,LA,70562-0200 ,337-365-2341,IBERIA,"Kenric ""Mushy"" Fremin",5711 Fremin Rd.,,New Iberia,LA,70560,337-365-6004,W,M,D,255,12/31/2010,05/12/2009,Mr. Fremin -Justice of the Peace ,Justice of the Peace Ward 1 ,114 Migues Rd.,,New Iberia,LA,70560,337-364-4409,IBERIA,"John N. ""Johnny"" Hebert",P.O. Box 12024,,New Iberia,LA,70562,337-364-4409,W,M,,265,12/31/2014,01/01/2009,Mr. Hebert -Justice of the Peace ,Justice of the Peace Ward 2 ,4918 Freyou Rd.,,New IberIA,LA,70560,337-364-3662,IBERIA,Henry Charpentier,4918 Freyou Rd.,,New Iberia,LA,70560,337-364-3662,W,M,D,265,12/31/2014,01/01/2009,Mr. Charpentier -Justice of the Peace ,Justice of the Peace Ward 3 ,5201 Loreauville Rd.,,New Iberia,LA,70563,337-229-4925,IBERIA,Veronica B. Ferry,3304 Sugarmill Rd.,,New Iberia,LA,70563,337-376-6199,W,F,R,265,12/31/2014,01/01/2009,Mr. Ferry -Constable ,Justice of the Peace Ward 1 ,7708 Coteau Rd.,,New Iberia,LA,70560,337-367-3515,IBERIA,Lynn P. Guillotte,7708 Coteau Rd.,,New Iberia,LA,70560,337-367-3515,W,M,R,267,12/31/2014,01/01/2009,Mr. Guillotte -Constable ,Justice of the Peace Ward 2 ,5018 Freyou Rd.,,New Iberia,LA,70560,337-365-1019,IBERIA,Mark Charpentier,5018 Freyou Rd.,,New Iberia,LA,70560,337-365-1019,W,M,D,267,12/31/2014,01/01/2009,Mr. Charpentier -Constable ,Justice of the Peace Ward 3 ,7512 Loreauville Rd.,,New Iberia,LA,70563,337-229-4995,IBERIA,Benjamin J. Hoffpauir,7119 Loreauville Rd.,,New Iberia,LA,70563,337-229-4506,W,M,D,267,12/31/2014,01/01/2009,Mr. Hoffpauir -Mayor ,City of Jeanerette ,P. O. Box 209,,Jeanerette,LA,,337-276-4587,IBERIA,Arthur L. Verret,2121 Deslatte St.,,Jeanerette,LA,70544,337-276-5883,W,M,D,300,06/30/2011,07/01/2007,Mayor Verret -Mayor ,City of New Iberia ,"457 E. Main St., Ste.300",,New Iberia,LA,,337-369-2300,IBERIA,"""Hilda"" Daigre-Curry",370 Hilltop Cr.,,New Iberia,LA,70563,337-369-3133,W,F,D,300,12/31/2012,01/01/2009,Mayor Daigre-Curry -Mayor ,Village of Loreauville ,P. O. Box 336,,Loreauville,LA,,337-229-8306,IBERIA,"Albert A. Broussard, Jr.",P.O. Box 52,,Loreauville,LA,70552,337-229-6768,W,M,R,300,12/31/2012,01/01/2009,Mr. Broussard -Alderman at Large ,City of Jeanerette ,P. O. Box 209,,Jeanerette,LA,70544,337-276-4587,IBERIA,Aprill Foulcard,637 Hebert St.,,Jeanerette,LA,70544,337-519-5378,B,F,D,308,06/30/2011,07/01/2007,Ms. Foulcard -Council Member ,"At Large, City of New Iberia ","457 E. Main St., Ste.300",,New Iberia,LA,70560-3700,337-369-2300,IBERIA,"Frederick H. ""Freddie"" DeCourt, Jr.",403 Loreauville Rd.,,New Iberia,LA,70563,337-364-3616,W,M,R,308,12/31/2012,01/01/2009,Mr. DeCourt -Alderman ,Village of Loreauville ,P. O. Box 336,,Loreauville,LA,70552,337-229-8306,IBERIA,Tony Broussard,P.O. Box 818,,Loreauville,LA,70552,337-229-9295,W,M,,310,12/31/2012,01/01/2009,Mr. Broussard -Alderman ,Village of Loreauville ,P. O. Box 336,,Loreauville,LA,70552,337-229-8306,IBERIA,Mark Landry,P. O. Box 564,,Loreauville,LA,70552,337-229-8425,W,M,R,310,12/31/2012,01/01/2009,Mr. Landry -Alderman ,Village of Loreauville ,P. O. Box 336,,Loreauville,LA,70552,337-229-8306,IBERIA,Sandy J. Sonnier,P.O. Box 230,,Loreauville,LA,70552,337-229-4491,W,M,R,310,12/31/2012,01/01/2009,Ms. Sonnier -Alderman ,"Ward 1, City of Jeanerette ",P. O. Box 209,,Jeanerette,LA,70544,337-276-4587,IBERIA,Betty M. Bouie,605 Martin Luther King Dr.,,Jeanerette,LA,70544,337-276-5508,B,F,D,310,06/30/2011,07/01/2007,Ms. Bouie -Alderman ,"Ward 2, City of Jeanerette ",P. O. Box 209,,Jeanerette,LA,70544,337-276-4587,IBERIA,Vernell Mitchell,P.O. Box 622,,Jeanerette,LA,70544,337-276-5648,B,F,D,310,06/30/2011,07/01/2007,Mr. Mitchell -Alderman ,"Ward 3, City of Jeanerette ",P. O. Box 209,,Jeanerette,LA,70544,337-276-4587,IBERIA,"Sanders ""Sandy"" Derise",220 Main St.,,Jeanerette,LA,70544,337-276-4017,W,M,D,310,06/30/2011,07/01/2007,Ms. Derise -Alderman ,"Ward 4, City of Jeanerette ",P. O. Box 209,,Jeanerette,LA,70544,337-276-4587,IBERIA,Kenneth Kern,515 Louisiana St.,,Jeanerette,LA,70544,337-276-4389,W,M,R,310,06/30/2011,07/01/2007,Mr. Kern -Council Member ,"District 1, City of New Iberia ","457 E. Main St., Ste.300",,New Iberia,LA,70560-3700,337-369-2300,IBERIA,Therese M. Segura,709 Darby Ln.,,New Iberia,LA,70560,337-367-5118,W,F,D,310,12/31/2012,01/01/2009,Mr. Segura -Council Member ,"District 2, City of New Iberia ","457 E. Main St., Ste.300",,New Iberia,LA,70560-3700,337-369-2300,IBERIA,Peggy L. Gerac,624 Hebert St.,,New Iberia,LA,70560,337-364-0357,B,F,D,310,12/31/2012,01/01/2009,Ms. Gerac -Council Member ,"District 3, City of New Iberia ","457 E. Main St., Ste.300",,New Iberia,LA,70560-3700,337-369-2300,IBERIA,Robert J. Suire,302 E. Dale St.,,New Iberia,LA,70560,337-367-1185,W,M,D,310,12/31/2012,01/01/2009,Mr. Suire -Council Member ,"District 4, City of New Iberia ","457 E. Main St., Ste.300",,New Iberia,LA,70560-3700,337-369-2300,IBERIA,David Merrill,301 Caroline St.,,New Iberia,LA,70560,337-251-3400,B,M,D,310,12/31/2012,01/01/2009,Mr. Merrill -Council Member ,"District 5, City of New Iberia ","457 E. Main St., Ste.300",,New Iberia,LA,70560-3700,337-369-2300,IBERIA,"Raymond ""Shoe-Do"" Lewis",1230 Angie St.,,New Iberia,LA,70560,337-365-7695,B,M,D,310,12/31/2012,01/01/2009,Mr. Lewis -Council Member ,"District 6, City of New Iberia ","457 E. Main St., Ste.300",,New Iberia,LA,70560-3700,337-369-2300,IBERIA,Calvin Begnaud,605 Astor Place Dr.,,New Iberia,LA,70563,337-364-4976,W,M,D,310,12/31/2012,01/01/2009,Mr. Begnaud -DPEC Member ,at Large ,,,,LA,,,IBERVILLE,"Kevin ""Butchie"" Ambeau",P.O. Box 33,,Carville,LA,70721,225-642-0444,B,M,D,054,02/20/2012,02/20/2008,Mr. Ambeau -DPEC Member ,at Large ,,,,LA,,,IBERVILLE,"Michael ""Chief"" Barbee",58110 LaBauve Ave.,,Plaquemine,LA,70764,225-687-5310,W,M,D,054,02/20/2012,02/20/2008,Mr. Barbee -DPEC Member ,at Large ,,,,LA,,,IBERVILLE,"Edward ""Lucky"" Songy, Jr.",P.O. Box 148,,Plaquemine,LA,70765,225-687-2644,W,M,D,054,02/20/2012,02/20/2008,Mr. Songy -DPEC Member ,at Large ,,,,LA,,,IBERVILLE,Peggy Young,P.O. Box 662,,Plaquemine,LA,70765,225-659-2834,B,F,D,054,02/20/2012,02/20/2008,Ms. Young -DPEC Member ,District 1 ,,,,LA,,,IBERVILLE,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,IBERVILLE,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,IBERVILLE,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,IBERVILLE,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,IBERVILLE,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,IBERVILLE,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,IBERVILLE,"Brandon ""Troy"" Mellieon",58475 Nats Aly,,Plaquemine,LA,70764,225-685-1091,B,M,D,056,02/20/2012,02/20/2008,Mr. Mellieon -DPEC Member ,District 8 ,,,,LA,,,IBERVILLE,Daryl Tempanaro,57988 Borruano Dr.,,Plaquemine,LA,70764,225-687-9413,W,M,D,056,02/20/2012,02/20/2008,Mr. Tempanaro -DPEC Member ,District 9 ,,,,LA,,,IBERVILLE,"J. G. ""Jade"" Dupont, III",20340 Sallie Dr.,,Plaquemine,LA,70764,225-687-7891,W,M,D,056,02/20/2012,02/20/2008,Mr. Dupont -DPEC Member ,District 10 ,,,,LA,,,IBERVILLE,,,,,,,,,,,056 -DPEC Member ,District 11 ,,,,LA,,,IBERVILLE,,,,,,,,,,,056 -DPEC Member ,District 12 ,,,,LA,,,IBERVILLE,,,,,,,,,,,056 -DPEC Member ,District 13 ,,,,LA,,,IBERVILLE,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,IBERVILLE,Karen Fitzgerald,21960 Talbot Dr.,,Plaquemine,LA,70764,225-687-8453,W,F,R,064,02/20/2012,02/20/2008 -RPEC Member ,at Large ,,,,LA,,,IBERVILLE,Vanessa Banta Moore,22560 Talbot Dr.,,Plaquemine,LA,70764,225-687-8584,W,F,R,064,02/20/2012,02/20/2008,Ms. Moore -RPEC Member ,District 1 ,,,,LA,,,IBERVILLE,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,IBERVILLE,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,IBERVILLE,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,IBERVILLE,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,IBERVILLE,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,IBERVILLE,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,IBERVILLE,,,,,,,,,,,066 -RPEC Member ,District 8 ,,,,LA,,,IBERVILLE,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,IBERVILLE,,,,,,,,,,,066 -RPEC Member ,District 10 ,,,,LA,,,IBERVILLE,,,,,,,,,,,066 -RPEC Member ,District 11 ,,,,LA,,,IBERVILLE,,,,,,,,,,,066 -RPEC Member ,District 12 ,,,,LA,,,IBERVILLE,,,,,,,,,,,066 -RPEC Member ,District 13 ,,,,LA,,,IBERVILLE,,,,,,,,,,,066 -Sheriff ,,P. O. Box 231,,Plaquemine,LA,70765,225-687-5100,IBERVILLE,Brent Allain,P.O. Box 231,,Plaquemine,LA,70765,225-687-3747,W,M,D,225,06/30/2012,07/01/2008,Sheriff Allain -Clerk of Court ,,P. O. Box 423,,Plaquemine,LA,70765,225-687-5160,IBERVILLE,"J. G.""Bubbie"" Dupont, Jr.",P.O. Box 423,,Plaquemine,LA,70765,225-687-7891,W,M,D,230,06/30/2012,07/01/2008,Mr. Dupont -Assessor ,,58050 Meriam St.,,Plaquemine,LA,70765,225-687-3568,IBERVILLE,"""Randy"" Sexton",P.O. Box 419,,Rosedale,LA,70772,225-648-2392,W,M,D,235,12/31/2012,01/01/2009,Mr. Sexton -Coroner ,,58038 Fort Street,,Plaquemine,LA,70764,225-687-8555,IBERVILLE,Steven E. Lee,P.O. Box 927,,Plaquemine,LA,70765,225-978-1265,W,M,D,240,03/25/2012,03/24/2008,Mr. Lee -Parish President ,,P.O. Box 389,,Plaquemine,LA,70765-0389 ,225-687-3257,IBERVILLE,"Jessel ""Mitchell"" Ourso, Jr.",24070 Kirtley Dr.,,Plaquemine,LA,70764,225-659-7143,W,M,D,243,01/09/2012,01/14/2008,Mr. Ourso -Council Member ,District 1 ,P. O. Box 389,,Plaquemine,LA,,225-687-3257,IBERVILLE,"Warren ""T-Notchie"" Taylor",32250 Bowie Street,,White Castle,LA,70788,225-545-3197,B,M,D,245,01/09/2012,01/14/2008,Mr. Taylor -Council Member ,District 2 ,P. O. Box 389,,Plaquemine,LA,70765-0389 ,225-687-3257,IBERVILLE,Mitchel J. Ourso,56950 Ourso Road,,White Castle,LA,70788,225-545-2422,W,M,D,245,01/09/2012,01/14/2008,Mr. Ourso -Council Member ,District 3 ,P. O. Box 389,,Plaquemine,LA,70765-0389 ,225-687-3257,IBERVILLE,"Henry ""Bucket"" Scott",P.O. Box 151,,White Castle,LA,70788,225-413-1438,B,M,D,245,01/09/2012,01/14/2008,Mr. Scott -Council Member ,District 4 ,P. O. Box 389,,Plaquemine,LA,70765-0389 ,225-687-3257,IBERVILLE,"Leonard ""Buck"" Jackson",P.O. Box 124,,Carville,LA,70721,225-776-1753,B,M,D,245,01/09/2012,01/14/2008,Mr. Jackson -Council Member ,District 5 ,P. O. Box 389,,Plaquemine,LA,70765-0389 ,225-687-3257,IBERVILLE,"Edwin M. ""Ed"" Reeves, Jr.",58680 St. Clement Ave.,,Plaquemine,LA,70764,225-687-9073,W,M,D,245,01/09/2012,01/14/2008,Mr. Reeves -Council Member ,District 6 ,P. O. Box 389,,Plaquemine,LA,70765-0389 ,225-687-3257,IBERVILLE,"Salaris ""Sal"" Butler",24710 Hwy. #1,,Plaquemine,LA,70764,225-776-1811,B,M,D,245,01/09/2012,01/14/2008,Ms. Butler -Council Member ,District 7 ,P. O. Box 389,,Plaquemine,LA,70765-0389 ,225-687-3257,IBERVILLE,"Howard Oubre, Jr.",58886 Allen St.,,Plaquemine,LA,70764,225-776-5500,B,M,D,245,01/09/2012,01/14/2008,Mr. Oubre -Council Member ,District 8 ,P. O. Box 389,,Plaquemine,LA,70765-0389 ,225-687-3257,IBERVILLE,"Eugene P. Stevens, Jr.",57973 Borruano Dr.,,Plaquemine,LA,70764,225-687-1724,W,M,D,245,01/09/2012,01/14/2008,Mr. Stevens -Council Member ,District 9 ,P. O. Box 389,,Plaquemine,LA,70765-0389 ,225-687-3257,IBERVILLE,Terry J. Bradford,24520 Kirtley Dr.,,Plaquemine,LA,70764,225-603-4802,W,M,D,245,01/09/2012,01/14/2008,Mr. Bradford -Council Member ,District 10 ,P. O. Box 389,,Plaquemine,LA,70765-0389 ,225-687-3257,IBERVILLE,"Louis ""Pete"" Kelley, Jr.",65785 J.R. Drive,,Plaquemine,LA,70764,225-659-7790,W,M,D,245,01/09/2012,01/14/2008,Mr. Kelley -Council Member ,District 11 ,P. O. Box 389,,Plaquemine,LA,70765-0389 ,225-687-3257,IBERVILLE,"""Tim"" Vallet",77290 McBay Dr.,,Grosse Tete,LA,70740,225-648-2784,W,M,D,245,01/09/2012,01/14/2008,Mr. Vallet -Council Member ,District 12 ,P. O. Box 389,,Plaquemine,LA,70765-0389 ,225-687-3257,IBERVILLE,"""Matt"" Jewell",P.O. Box 596,,Maringouin,LA,70757,225-324-6951,W,M,D,245,01/09/2012,01/14/2008,Mr. Jewell -Council Member ,District 13 ,P. O. Box 389,,Plaquemine,LA,70765-0389 ,225-687-3257,IBERVILLE,Wayne M. Roy,6995 Bayou Paul Rd.,,St. Gabriel,LA,70776,225-642-9724,W,M,D,245,01/09/2012,01/14/2008,Mr. Roy -City Judge ,"City Court, City of Plaquemine ",P. O. Box 1017,,Plaquemine,LA,70764,225-687-7236,IBERVILLE,"Michael M. Distefano, Sr.",P.O. Box 361,,Plaquemine,LA,70765,225-385-4477,W,M,D,250,12/31/2014,01/01/2009,Judge Distefano -City Marshal ,"City Court, City of Plaquemine ",P. O. Box 1017,,Plaquemine,LA,70764,225-687-7236,IBERVILLE,"S.J. ""Bronco"" Wilbert",P.O. Box 1029,,Plaquemine,LA,70765,225-687-2514,W,M,D,250,12/31/2014,01/01/2009,Marshal Wilbert -Member of School Board ,District A ,P. O. Box 151,,Plaquemine,LA,70765-0151 ,225-687-4341,IBERVILLE,Stanley Washington,P.O. Box 524,,Maringouin,LA,70757,225-625-3004,B,M,D,255,12/31/2010,01/01/2007,Mr. Washington -Member of School Board ,District B ,P. O. Box 151,,Plaquemine,LA,70765-0151 ,225-687-4341,IBERVILLE,"David ""Worm"" Daigle",77505 Wille Dr.,,Grosse Tete,LA,70740,225-648-3149,W,M,D,255,12/31/2010,01/01/2007,Mr. Daigle -Member of School Board ,District C ,P. O. Box 151,,Plaquemine,LA,70765-0151 ,225-687-4341,IBERVILLE,Glyna Mendoza Kelley,65785 JR Dr.,,Plaquemine,LA,70764,225-659-7790,W,F,D,255,12/31/2010,01/01/2007,Ms. Kelley -Member of School Board ,District D ,P. O. Box 151,,Plaquemine,LA,70765-0151 ,225-687-4341,IBERVILLE,"Michael J. Hebert, Jr.",25320 Hwy. #77,,Plaquemine,LA,70764,225-659-1240,W,M,D,255,12/31/2010,01/01/2007,Mr. Hebert -Member of School Board ,District E ,P. O. Box 151,,Plaquemine,LA,70765-0151 ,225-687-4341,IBERVILLE,Paul Distefano,P.O. Box 361,,Plaquemine,LA,70764,225-687-9229,W,M,D,255,12/31/2010,01/01/2007,Mr. Distefano -Member of School Board ,District F ,P. O. Box 151,,Plaquemine,LA,70765-0151 ,225-687-4341,IBERVILLE,"Michael ""Chief"" Barbee",58110 LaBauve Ave.,,Plaquemine,LA,70764,225-687-5310,O,M,D,255,12/31/2010,01/01/2007,Mr. Barbee -Member of School Board ,District G ,P. O. Box 151,,Plaquemine,LA,70765-0151 ,225-687-4341,IBERVILLE,"Thomas ""Tom"" Delahaye",58425 St. Clement Ave.,,Plaquemine,LA,70764,225-687-8924,W,M,D,255,12/31/2010,01/01/2007,Mr. Delahaye -Member of School Board ,District H ,P. O. Box 151,,Plaquemine,LA,70765-0151 ,225-687-4341,IBERVILLE,Dorothy R. Sansoni,23730 Cypress St.,,Plaquemine,LA,70764,225-687-4068,B,F,D,255,12/31/2010,01/01/2007,Ms. Sansoni -Member of School Board ,District I ,P. O. Box 151,,Plaquemine,LA,70765-0151 ,225-687-4341,IBERVILLE,Yolanda Butler Laws,24705 Hebert St.,,Plaquemine,LA,70764,225-802-2022,B,F,D,255,12/31/2010,01/01/2007,Ms. Laws -Member of School Board ,District J ,P. O. Box 151,,Plaquemine,LA,70765-0151 ,225-687-4341,IBERVILLE,Brian Willis,59590-B Belleview Rd.,,Plaquemine,LA,70764,225-687-2535,W,M,D,255,12/31/2010,01/01/2007,Mr. Willis -Member of School Board ,District K ,P. O. Box 151,,Plaquemine,LA,70765-0151 ,225-687-4341,IBERVILLE,Nancy T. Broussard,610 Pecan Dr.,,St. Gabriel,LA,70776,225-642-8622,W,F,,255,12/31/2010,01/01/2007,Ms. Broussard -Member of School Board ,District L ,P. O. Box 151,,Plaquemine,LA,70765-0151 ,225-687-4341,IBERVILLE,"Freddie ""Sam"" Molden, III",P.O. Box 266,,White Castle,LA,70788,225-545-8116,B,M,D,255,12/31/2010,01/01/2007,Mr. Molden -Member of School Board ,District M ,P. O. Box 151,,Plaquemine,LA,70765-0151 ,225-687-4341,IBERVILLE,Melvin Lodge,3665 Grenada Dr.,,St. Gabriel,LA,70776,225-642-5184,B,M,D,255,12/31/2010,01/01/2007,Mr. Lodge -Member of School Board ,District N ,P. O. Box 151,,Plaquemine,LA,70765-0151 ,225-687-4341,IBERVILLE,"Albertha Davis ""Alp"" Hasten",32365 Doc Dean St.,,White Castle,LA,70788,225-545-5520,B,F,D,255,12/31/2010,01/01/2007,Ms. Hasten -Member of School Board ,District O ,P. O. Box 151,,Plaquemine,LA,70765-0151 ,225-687-4341,IBERVILLE,Darlene M. Ourso,57030 Ourso Rd.,,White Castle,LA,70788,225-545-8961,W,F,D,255,12/31/2010,01/01/2007,Ms. Ourso -Justice of the Peace ,Justice of the Peace Ward 1 ,34000 Bowie St.,,White Castle,LA,70788,225-545-3034,IBERVILLE,"Roland ""Roach"" Fremin",34000 Bowie St.,,White Castle,LA,70788,225-545-3034,W,M,D,265,12/31/2014,01/01/2009,Mr. Fremin -Justice of the Peace ,Justice of the Peace Ward 2 ,P. O. Box 35,,Carville,LA,70721,225-642-9692,IBERVILLE,"Jimmy Green, III",P.O. Box 451,,Carville,LA,70721,225-319-7101,B,M,,265,12/31/2014,01/01/2009,Mr. Green -Justice of the Peace ,Justice of the Peace Ward 3 ,24100 Sebastian St.,,Plaquemine,LA,70764,225-687-1235,IBERVILLE,"Steve C. ""Pine"" Smith",24100 Sebastian St.,,Plaquemine,LA,70764,225-687-1235,W,M,D,265,12/31/2014,01/01/2009,Mr. Smith -Justice of the Peace ,Justice of the Peace Ward 4 ,P. O. Box 1272,,Plaquemine,LA,70765,225-776-3053,IBERVILLE,Mark Migliacio,58465 Island Dr.,,Plaquemine,LA,70764,225-776-3053,W,M,D,265,12/31/2014,01/01/2009,Mr. Migliacio -Justice of the Peace ,Justice of the Peace Ward 5 ,25245 Patreau Lane,,Plaquemine,LA,70764,225-659-2272,IBERVILLE,Justin Kane Mendoza,61660 Bayou Rd.,,Plaquemine,LA,70764,225-776-5171,W,M,D,265,12/31/2014,01/01/2009,Mr. Mendoza -Justice of the Peace ,Justice of the Peace Ward 6 ,P.O. Box 703,,Maringouin,LA,70757,225-625-2383,IBERVILLE,"""Jackie"" Wesley",P.O. Box 185,,Maringouin,LA,70757,225-625-2383,B,F,D,265,12/31/2014,01/01/2009,Ms. Wesley -Constable ,Justice of the Peace Ward 1 ,58720 Hymel St.,,White Castle,LA,70788,225-545-8597,IBERVILLE,"Joseph ""Joe"" Richard",32590 Graham St.,,White Castle,LA,70788,225-545-2463,W,M,D,267,12/31/2014,01/01/2009,Mr. Richard -Constable ,Justice of the Peace Ward 2 ,P.O. Box 542,,Sunshine,LA,70780,225-642-0031,IBERVILLE,"Lloyd ""Big Red"" Snowten",P.O. Box 573,,St. Gabriel,LA,70776,225-642-8546,B,M,D,267,12/31/2014,01/01/2009,Mr. Snowten -Constable ,Justice of the Peace Ward 3 ,59055 Darby Ave.,,Plaquemine,LA,70764,225-687-9568,IBERVILLE,"""Tommy"" Tucker",57935 Desobry St.,,Plaquemine,LA,70764,225-687-9521,W,M,D,267,12/31/2014,01/01/2009,Mr. Tucker -Constable ,Justice of the Peace Ward 4 ,23462 Eden St.,,Plaquemine,LA,70764,225-687-5252,IBERVILLE,"John ""JB"" Barker",23462 Eden St.,,Plaquemine,LA,70764,225-776-0050,W,M,D,267,12/31/2014,01/01/2009,Mr. Barker -Constable ,Justice of the Peace Ward 5 ,66285 Spur 75,,Plaquemine,LA,70764,225-569-7049,IBERVILLE,"Ronald ""Ronnie"" Hebert",66285 Spur 75,,Plaquemine,LA,70764,225-659-7049,W,M,D,267,12/31/2014,01/01/2009,Mr. Hebert -Constable ,Justice of the Peace Ward 6 ,21655 Hwy. 77,,Grosse Tete,LA,70740,225-648-2766,IBERVILLE,Larry Johnson,13615 Hwy. 411,,Maringouin,LA,70757,225-625-3213,B,M,D,267,12/31/2014,01/01/2009,Mr. Johnson -Mayor ,City of Plaquemine ,P. O. Box 675,,Plaquemine,LA,,225-687-3661,IBERVILLE,"Mark ""Tony"" Gulotta",24020 Eden St.,,Plaquemine,LA,70764,225-687-0113,W,M,D,300,12/31/2012,01/01/2009,Mayor Gulotta -Mayor ,City of St. Gabriel ,5035 Iberville St.,,St. Gabriel,LA,,225-642-9600,IBERVILLE,"George L. Grace, Sr.",1625 Besson Ln.,,Sunshine,LA,70780,225-615-5913,B,M,D,300,06/30/2011,07/01/2007,Mayor -Mayor ,Town of Maringouin ,P. O. Box 10,,Maringouin,LA,,225-625-2630,IBERVILLE,John F. Overton,P.O. Box 624,,Maringouin,LA,70757,225-625-3785,B,M,D,300,12/31/2010,01/01/2007,Mr. Overton -Mayor ,Town of White Castle ,P. O. Box 488,,White Castle,LA,,225-545-3012,IBERVILLE,"Maurice ""Big Moe"" Brown",32330 Chairmonte St.,,White Castle,LA,70788,225-545-8448,B,M,D,300,12/31/2010,01/01/2007,Mayor -Mayor ,Village of Grosse Tete ,P. O. Box 98,,Grosse Tete,LA,,225-648-2131,IBERVILLE,"Michael D. Chauffe, Sr.",P.O. Box 151,,Grosse Tete,LA,70740,225-648-2431,W,M,D,300,12/31/2012,01/01/2009,Mayor Chauffe -Mayor ,Village of Rosedale ,P. O. Box 167,,Rosedale,LA,,225-648-2333,IBERVILLE,"Lawrence ""Football"" Badeaux",P.O. Box 276,,Rosedale,LA,70772,225-776-7032,W,M,D,300,12/31/2012,01/01/2009,Mayor Badeaux -Chief of Police ,City of St. Gabriel ,5035 Iberville St.,,St. Gabriel,LA,70776,225-642-9600,IBERVILLE,"Kevin ""Butchie"" Ambeau",P.O. Box 33,,Carville,LA,70721,225-642-0444,B,M,D,305,06/30/2011,07/01/2007,Chief Ambeau -Chief of Police ,Town of Maringouin ,P. O. Box 10,,Maringouin,LA,70757-0010 ,225-625-2630,IBERVILLE,"John ""Big John"" Simien",P.O. Box 202,,Maringouin,LA,70757,225-892-6409,B,M,D,305,12/31/2010,01/01/2007,Mr. Simien -Chief of Police ,Town of White Castle ,P. O. Box 488,,White Castle,LA,70788,225-545-3012,IBERVILLE,Mario D. Brown,P.O. Box 279,,White Castle,LA,70788,225-545-8844,B,M,D,305,12/31/2010,01/01/2007,Mr. Brown -Chief of Police ,Village of Grosse Tete ,P. O. Box 98,,Grosse Tete,LA,70740,225-648-2131,IBERVILLE,"""Tommy"" Dardenne",18070 Bayou Rd.,,Grosse Tete,LA,70740,225-648-2148,W,M,D,305,12/31/2012,01/01/2009,Chief Dardenne -Chief of Police ,Village of Rosedale ,P. O. Box 167,,Rosedale,LA,70772,225-648-2333,IBERVILLE,"""Mike"" Sparks",P.O. Box 411,,Rosedale,LA,70772,225-648-2815,W,M,D,305,12/31/2012,01/01/2009,Chief Sparks -Marshal ,City of Plaquemine ,P. O. Box 675,,Plaquemine,LA,70765,225-687-3661,IBERVILLE,Orian Gulotta,58040 Main St.,,Plaquemine,LA,70764,225-687-4943,W,M,D,305,12/31/2012,01/01/2009,Mr. Gulotta -Alderman ,"Division A, Village of Rosedale ",P. O. Box 167,,Rosedale,LA,70772,225-648-2333,IBERVILLE,Kevin Gantt,16345 Sidney Rd.,,Rosedale,LA,70772,225-648-2374,W,M,D,310,12/31/2012,01/01/2009,Mr. Gantt -Alderman ,"Division B, Village of Rosedale ",P. O. Box 167,,Rosedale,LA,70772,225-648-2333,IBERVILLE,"Randel ""Panco"" Badeaux",P.O. Box 322,,Rosedale,LA,70772,225-485-3444,W,M,D,310,12/31/2012,01/01/2009,Mr. Badeaux -Alderman ,"Division C, Village of Rosedale ",P. O. Box 167,,Rosedale,LA,70772,225-648-2333,IBERVILLE,Dana Nereaux Alexander,16195 Deer Buck Run,,Rosedale,LA,70772,225-343-0759,W,F,O,310,12/31/2012,01/01/2009,Ms. Alexander -Alderman ,Town of Maringouin ,P. O. Box 10,,Maringouin,LA,70757-0010 ,225-625-2630,IBERVILLE,"Kirkland Anderson, Sr.",P.O. Box 684,,Maringouin,LA,70757,225-625-3530,B,M,D,310,12/31/2010,01/01/2007,Mr. Anderson -Alderman ,Town of Maringouin ,P. O. Box 10,,Maringouin,LA,70757-0010 ,225-625-2630,IBERVILLE,"Samuel C. ""Sammy"" Collura",P.O. Box 413,,Maringouin,LA,70757,225-625-2159,W,M,D,310,12/31/2010,01/01/2007,Mr. Collura -Alderman ,Town of Maringouin ,P. O. Box 10,,Maringouin,LA,70757-0010 ,225-625-2630,IBERVILLE,"Edward James, Jr.",P.O. Box 103,,Maringouin,LA,70757,225-405-8021,B,M,D,310,12/31/2010,01/01/2007,Mr. James -Alderman ,Town of Maringouin ,P. O. Box 10,,Maringouin,LA,70757-0010 ,225-625-2630,IBERVILLE,Demi Vorise,P.O. Box 697,,Maringouin,LA,70757,225-625-2057,B,F,D,310,12/31/2010,01/01/2007,Ms. Vorise -Alderman ,Town of Maringouin ,P. O. Box 10,,Maringouin,LA,70757-0010 ,225-625-2630,IBERVILLE,Charles E. Wright,P.O. Box 403,,Maringouin,LA,70757,225-625-3433,B,M,D,310,12/31/2010,01/01/2007,Mr. Wright -Alderman ,Town of White Castle ,P. O. Box 488,,White Castle,LA,70788,225-545-3012,IBERVILLE,"John ""Plug"" Barlow",32565 Willow St.,,White Castle,LA,70788,225-545-4017,W,M,D,310,12/31/2010,01/01/2007,Mr. Barlow -Alderman ,Town of White Castle ,P. O. Box 488,,White Castle,LA,70788,225-545-3012,IBERVILLE,"Erick ""Duck"" Batiste",32415 Doc Dean St.,,White Castle,LA,70788,225-545-3307,B,M,,310,12/31/2010,01/01/2007,Mr. Batiste -Alderman ,Town of White Castle ,P. O. Box 488,,White Castle,LA,70788,225-545-3012,IBERVILLE,"Jonathan ""Jon-Kris"" Greene",32345 Ray St.,,White Castle,LA,70788,225-328-5099,B,M,D,310,12/31/2010,01/01/2007,Mr. Greene -Alderman ,Town of White Castle ,P. O. Box 488,,White Castle,LA,70788,225-545-3012,IBERVILLE,"Gerald ""Jermarr"" Williams",32750 Bowie St.,,White Castle,LA,70788,225-776-2265,B,M,D,310,12/31/2010,01/01/2007,Mr. Williams -Alderman ,Town of White Castle ,P. O. Box 488,,White Castle,LA,70788,225-545-3012,IBERVILLE,Garnell Young,P.O. Box 353,,White Castle,LA,70788,225-545-8623,B,M,D,310,12/31/2010,01/01/2007,Mr. Young -Alderman ,Village of Grosse Tete ,P. O. Box 98,,Grosse Tete,LA,70740,225-648-2131,IBERVILLE,Kyle Booksh,P.O. Box 325,,Grosse Tete,LA,70740,225-648-2974,W,M,R,310,12/31/2012,01/01/2009,Mr. Booksh -Alderman ,Village of Grosse Tete ,P. O. Box 98,,Grosse Tete,LA,70740,225-648-2131,IBERVILLE,C. Richard David,18005 Sidney Rd.,,Grosse Tete,LA,70740,225-648-2977,W,M,R,310,12/31/2012,01/01/2009,Mr. David -Alderman ,Village of Grosse Tete ,P. O. Box 98,,Grosse Tete,LA,70740,225-648-2131,IBERVILLE,Juanita J. Hill,P.O. Box 223,,Grosse Tete,LA,70740,225-648-2443,B,F,D,310,12/31/2012,01/01/2009,Ms. Hill -Council Member,City of St. Gabriel,P. O. Box 389,,Plaquemine,LA,70765,225-642-9600,IBERVILLE,"Deborah R. ""Debbie"" Alexander",P.O. Box 562,,St. Gabriel,LA,70776,225-642-0391,B,F,D,310,06/30/2011,07/01/2007,Ms. Alexander -Council Member,City of St. Gabriel,P. O. Box 389,,Plaquemine,LA,70765,225-642-9600,IBERVILLE,Flora J. Danielfield,4975 Maryland St.,,St. Gabriel,LA,70776,225-319-2192,B,F,D,310,06/30/2011,07/01/2007,Ms. Danielfield -Council Member,City of St. Gabriel,P. O. Box 389,,Plaquemine,LA,70765,225-642-9600,IBERVILLE,"Freddie ""Carl"" Frazier, Sr.",P.O. Box 42,,St. Gabriel,LA,70776,225-642-0037,B,M,D,310,06/30/2011,07/01/2007,Mr. Frazier -Council Member,City of St. Gabriel,P. O. Box 389,,Plaquemine,LA,70765,225-642-9600,IBERVILLE,"Melvin L. Hasten, Sr.",P.O. Box 54,,Carville,LA,70721,225-319-2244,B,M,D,310,06/30/2011,07/01/2007,Mr. Hasten -Council Member,City of St. Gabriel,P. O. Box 389,,Plaquemine,LA,70765,225-642-9600,IBERVILLE,"Ralph ""Big Guy"" Johnson",4907 Landry St.,,St. Gabriel,LA,70776,225-572-4883,B,M,D,310,06/30/2011,07/01/2007,Mr. Johnson -Selectman ,"District I, City of Plaquemine ",P. O. Box 675,,Plaquemine,LA,70765,225-687-3661,IBERVILLE,"Lindon A. ""Lin"" Rivet, Jr.",23160 Short St.,,Plaquemine,LA,70764,225-687-9417,W,M,D,310,12/31/2012,01/01/2009,Mr. Rivet -Selectman ,"District II, City of Plaquemine ",P. O. Box 675,,Plaquemine,LA,70765,225-687-3661,IBERVILLE,Oscar S. Mellion,P.O. Box 265,,Plaquemine,LA,70765,504-416-1254,B,M,D,310,12/31/2012,01/01/2009,Mr. Mellion -Selectman ,"District III, City of Plaquemine ",P. O. Box 675,,Plaquemine,LA,70765,225-687-3661,IBERVILLE,"Ralph Stassi, Jr.",58330 Elm St.,,Plaquemine,LA,70764,225-687-6231,W,M,D,310,12/31/2012,01/01/2009,Mr. Stassi -Selectman ,"District IV, City of Plaquemine ",P. O. Box 675,,Plaquemine,LA,70765,225-687-3661,IBERVILLE,"Michael ""Mickey"" Rivet",58455 Canal St.,,Plaquemine,LA,70764,225-954-6462,W,M,D,310,12/31/2012,01/01/2009,Mr. Rivet -Selectman ,"District V, City of Plaquemine ",P. O. Box 675,,Plaquemine,LA,70765,225-687-3661,IBERVILLE,"Timothy L. ""Timmy"" Martinez",59115 Laurstin Ln.,,Plaquemine,LA,70764,225-687-6648,W,M,D,310,12/31/2012,01/01/2009,Mr. Martinez -Selectman ,"District VI, City of Plaquemine ",P. O. Box 675,,Plaquemine,LA,70765,225-687-3661,IBERVILLE,"Jimmie ""Fatboy"" Randle",23920 Baytown St.,,Plaquemine,LA,70764,225-687-4814,B,M,D,310,12/31/2012,01/01/2009,Mr. Randle -DPEC Member ,at Large ,,,,LA,,,JACKSON,Bobby L. Culpepper,4500 Walker Rd.,,Jonesboro,LA,71251,318-259-4184,W,M,D,054,02/20/2012,02/20/2008,Mr. Culpepper -DPEC Member ,District 1 ,,,,LA,,,JACKSON,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,JACKSON,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,JACKSON,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,JACKSON,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,JACKSON,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,JACKSON,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,JACKSON,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,JACKSON,"""Dusty"" Hampton",116 Ave. B,,Jonesboro,LA,71251,318-259-6677,W,M,R,064,02/20/2012,02/20/2008,Mr. Hampton -RPEC Member ,at Large ,,,,LA,,,JACKSON,Robin Potts,257 Firewood Rd.,,Jonesboro,LA,71251,318-259-2245,W,F,R,064,02/20/2012,02/20/2008,Mr. Potts -RPEC Member ,at Large ,,,,LA,,,JACKSON,"Benton ""Ben"" Young",1300 E. Main St.,,Jonesboro,LA,71251,318-259-8323,W,M,R,064,02/20/2012,02/20/2008,Mr. Young -RPEC Member ,Ward 1 ,,,,LA,,,JACKSON,,,,,,,,,,,066 -RPEC Member ,Ward 2 ,,,,LA,,,JACKSON,,,,,,,,,,,066 -RPEC Member ,Ward 3 ,,,,LA,,,JACKSON,,,,,,,,,,,066 -RPEC Member ,Ward 4 ,,,,LA,,,JACKSON,,,,,,,,,,,066 -RPEC Member ,Ward 5 ,,,,LA,,,JACKSON,Roger Young,114 Southeastern Dr.,,Jonesboro,LA,71251,318-395-2211,W,M,R,066,02/20/2012,02/20/2008,Mr. Young -RPEC Member ,Ward 6 ,,,,LA,,,JACKSON,,,,,,,,,,,066 -RPEC Member ,Ward 7 ,,,,LA,,,JACKSON,Robert Rubens,110 Michigan Ave.,,Jonesboro,LA,71251,318-259-4186,W,M,R,066,02/20/2012,02/20/2008,Mr. Rubens -Sheriff ,,"500 E. Court St., Rm. 100",,Jonesboro,LA,71251,318-259-9021,JACKSON,"""Andy"" Brown","500 E. Court St., Rm. 100",,Jonesboro,LA,71251,318-259-8758,W,M,D,225,06/30/2012,07/01/2008,Sheriff Brown -Clerk of Court ,,P. O. Box 730,,Jonesboro,LA,71251,318-259-2424,JACKSON,Ann B. Walsworth,P.O. Box 730,,Jonesboro,LA,71251,318-259-3561,W,F,D,230,06/30/2012,07/01/2008,Ms. Walsworth -Assessor ,,"500 E. Court, Rm. 101",,Jonesboro,LA,71251,318-259-2151,JACKSON,Eddie G. Gatlin,1231 Hwy 813-3,,Jonesboro,LA,71251,318-259-7461,W,M,D,235,12/31/2012,01/01/2009,Mr. Gatlin -Coroner ,,236 Hwy. 505,,Jonesboro,LA,71251,318-259-4106,JACKSON,"""Bill"" Staples",236 Hwy 505,,Jonesboro,LA,71251,318-259-2764,W,M,D,240,03/25/2012,03/24/2008,Mr. Staples -Police Juror ,Ward 1 ,"500 East Court Street, Rm. 301",,Jonesboro,LA,,318-259-2361,JACKSON,"""Tom"" Goss",P.O. Box 341,,Quitman,LA,71268,318-259-8091,W,M,R,245,01/08/2012,01/14/2008,Mr. Goss -Police Juror ,Ward 2 ,"500 East Court Street, Rm. 301",,Jonesboro,LA,71251,318-259-2361,JACKSON,Eddie Langston,770 Taylor Rd.,,Jonesboro,LA,71251,318-259-7448,W,M,D,245,01/08/2012,01/14/2008,Mr. Langston -Police Juror ,Ward 3 ,"500 East Court Street, Rm. 301",,Jonesboro,LA,71251,318-259-2361,JACKSON,Kent Hightower,275 Hickory Ln.,,,LA,71251,318-259-8340,W,M,,245,01/08/2012,01/14/2008,Mr. Hightower -Police Juror ,Ward 4 ,"500 East Court Street, Rm. 301",,Jonesboro,LA,71251,318-259-2361,JACKSON,"Nathaniel Zeno, Jr.",1407 Leon Dr.,,Jonesboro,LA,71251,318-259-4741,B,M,D,245,01/08/2012,01/14/2008,Mr. Zeno -Police Juror ,Ward 5 ,"500 East Court Street, Rm. 301",,Jonesboro,LA,71251,318-259-2361,JACKSON,Maxie Faye Monroe,802 Leon Dr.,,Jonesboro,LA,71251,318-259-7948,B,F,D,245,01/08/2012,01/14/2008,Ms. Monroe -Police Juror ,Ward 6 ,"500 East Court Street, Rm. 301",,Jonesboro,LA,71251,318-259-2361,JACKSON,"Ray Duck, Jr.",256 Traina Rd.,,Jonesboro,LA,71251,318-395-2056,W,M,D,245,01/08/2012,01/14/2008,Mr. Duck -Police Juror ,Ward 7 ,"500 East Court Street, Rm. 301",,Jonesboro,LA,71251,318-259-2361,JACKSON,Troy L. Smith,P.O. Box 793,,Hodge,LA,71247,318-259-8753,W,M,D,245,01/08/2012,01/14/2008,Mr. Smith -Member of School Board ,District 1 ,P. O. Box 705,,Jonesboro,LA,71251,318-259-4456,JACKSON,"""Bart"" Waggoner",2274 Hwy. 548,,Eros,LA,71238,318-249-2261,W,M,D,255,12/31/2010,01/01/2007,Mr. Waggoner -Member of School Board ,District 2 ,P. O. Box 705,,Jonesboro,LA,71251,318-259-4456,JACKSON,Melissa Watts Perry,699 Taylor Rd.,,Jonesboro,LA,71251,318-259-3599,W,F,R,255,12/31/2010,01/01/2007,Ms. Perry -Member of School Board ,District 3 ,P. O. Box 705,,Jonesboro,LA,71251,318-259-4456,JACKSON,"Mary ""May"" Saulters",240 Country Ln.,,Quitman,LA,71268,318-395-9562,W,F,R,255,12/31/2010,01/01/2007,Ms. Saulters -Member of School Board ,District 4 ,P. O. Box 705,,Jonesboro,LA,71251,318-259-4456,JACKSON,Gerry Mims,P.O. Box 1008,,Hodge,LA,71247,318-259-4229,B,M,D,255,12/31/2010,01/01/2007,Mr. Mims -Member of School Board ,District 5 ,P. O. Box 705,,Jonesboro,LA,71251,318-259-4456,JACKSON,Harvey T. Robinson,321 Morocco St.,,Jonesboro,LA,71251,318-259-3880,B,M,D,255,12/31/2010,01/01/2007,Mr. Robinson -Member of School Board ,District 6 ,P. O. Box 705,,Jonesboro,LA,71251,318-259-4456,JACKSON,Dennis Clary,156 Pine Hill Rd.,,Quitman,LA,71268,318-259-6330,W,M,R,255,12/31/2010,01/01/2007,Mr. Clary -Member of School Board ,District 7 ,P. O. Box 705,,Jonesboro,LA,71251,318-259-4456,JACKSON,Wade McBride,213 Jan Circle,,Jonesboro,LA,71251,318-259-9695,W,M,D,255,12/31/2010,10/27/2009,Mr. McBride -Justice of the Peace ,Justice of the Peace District A ,884 N. Antioch,,Quitman,LA,71268,318-259-7492,JACKSON,David Smith,884 North Antioch Rd.,,Quitman,LA,71268,318-259-7492,W,M,D,265,12/31/2014,01/01/2009,Mr. Smith -Justice of the Peace ,Justice of the Peace District B ,1138 Rosco Rd.,,Quitman,LA,71268,318-259-9442,JACKSON,Milton S. Bryant,1138 Roscoe Rd.,,Quitman,LA,71268,318-259-9442,B,M,,265,12/31/2014,01/01/2009,Mr. Bryant -Justice of the Peace ,Justice of the Peace District C ,P. O. Box 148,,Chatham,LA,71226,318-249-2200,JACKSON,Martha Chambless,6665 Hwy. 34,,Chatham,LA,71226,318-249-2200,W,F,D,265,12/31/2014,01/01/2009,Ms. Chambless -Justice of the Peace ,Justice of the Peace District D ,P. O. Box 880,,Hodge,LA,71247,318-259-8773,JACKSON,Buiel L. Magee,P. O. Box 880,,Hodge,LA,71247,318-259-8773,W,M,R,265,12/31/2014,01/01/2009,Mr. Magee -Justice of the Peace ,Justice of the Peace District E ,227 Talbot St.,,Jonesboro,LA,71251,318-259-7772,JACKSON,Sharon L. Satcher,P. O. Box 585,,Jonesboro,LA,71251,318-259-9736,B,F,D,265,12/31/2014,01/01/2009,Ms. Satcher -Constable ,Justice of the Peace District A ,6126 Beech Springs Rd.,,Quitman,LA,71268,318-259-9286,JACKSON,Claude McMillan,6126 Beech Springs Rd.,,Quitman,LA,71268,318-259-9286,W,M,D,267,12/31/2014,01/01/2009,Mr. McMillan -Constable ,Justice of the Peace District B ,2037 Vernon Eros Rd.,,Ruston,LA,71270,318-249-4158,JACKSON,Emma Jones,2037 Vernon-Eros Rd.,,Ruston,LA,71270,318-249-4158,W,F,R,267,12/31/2014,01/01/2009,Ms. Jones -Constable ,Justice of the Peace District C ,P.O. Box 148,,Chatham,LA,71226,318-249-2200,JACKSON,Wayne Mosley,P. O. Box 244,,Chatham,LA,71226,318-249-2402,W,M,R,267,12/31/2014,01/01/2009,Mr. Mosley -Constable ,Justice of the Peace District D ,210 Jan Cir.,,Jonesboro,LA,71251,318-259-3278,JACKSON,Wilfred Foster,210 Jans Cir.,,Jonesboro,LA,71251,318-259-3278,W,M,R,267,12/31/2014,01/01/2009,Mr. Foster -Constable ,Justice of the Peace District E ,1200 Maple St.,,Jonesboro,LA,71251,318-259-7867,JACKSON,John R. Williams,1200 Maple St.,,Jonesboro,LA,71251,318-259-7867,B,M,D,267,12/31/2014,01/01/2009,Mr. Williams -Mayor ,Town of Chatham ,P. O. Box 7,,Chatham,LA,,318-249-2541,JACKSON,Herman Lenard,P. O. Box 159,,Chatham,LA,71226,318-249-4619,W,M,D,300,12/31/2012,01/01/2009,Mayor Lenard -Mayor,Town of Eros,P. O. Drawer 200,,Eros,LA,71238,318-249-2183,JACKSON,"Candace ""Candy"" Myers",P. O. Box 14,,Eros,LA,71238,318-249-2236,W,F,,300,12/31/2012,01/01/2009,Ms. Myers -Mayor ,Town of Jonesboro ,P. O. Box 610,,Jonesboro,LA,,318-259-2385,JACKSON,Leslie Thompson,101 Holly Dr.,,Jonesboro,LA,71251,318-259-4772,B,M,D,300,12/31/2010,01/01/2007,Ms. Thompson -Mayor ,Village of East Hodge ,P. O. Drawer 10,,East Hodge,LA,,318-259-9127,JACKSON,Fred Ford,P.O. Box 55,,East Hodge,LA,71247,318-259-1009,B,M,D,300,12/31/2010,01/01/2007,Mr. Ford -Mayor ,Village of Hodge ,P. O. Drawer 280,,Hodge,LA,,318-259-4704,JACKSON,Quenton Causey,P.O. Box 415,,Hodge,LA,71247,318-259-7930,W,M,D,300,12/31/2010,01/01/2007,Mr. Causey -Mayor ,Village of North Hodge ,P. O. Box 520,,North Hodge,LA,,318-259-4272,JACKSON,Geraldine Causey,P.O. Box 492,,Hodge,LA,71247,318-259-9144,W,F,D,300,12/31/2010,01/01/2007,Ms. Causey -Mayor ,Village of Quitman ,P. O. Box 35,,Quitman,LA,,318-259-8014,JACKSON,Joe Vail,P.O. Box 103,,Quitman,LA,71268,318-259-9193,W,M,D,300,12/31/2010,01/01/2007,Mayor Vail -Chief of Police ,Town of Chatham ,P. O. Box 7,,Chatham,LA,71226,318-249-2541,JACKSON,"""Mike"" Wilson",P. O. Box 435,,Chatham,LA,71226,318-245-0536,W,M,D,305,12/31/2012,01/01/2009,Chief Wilson -Chief of Police ,Town of Eros ,P. O. Box 200,,Eros,LA,71238,318-249-2183,JACKSON,Glen Tullos,P. O. Box 190,,Eros,LA,71238,318-376-5577,W,M,,305,12/31/2012,01/01/2009,Chief Tullos -Chief of Police ,Town of Jonesboro ,P. O. Box 610,,Jonesboro,LA,71251-0610 ,318-259-2385,JACKSON,Wesley Horton,937 Walker Rd.,,Jonesboro,LA,71251,318-259-8855,W,M,D,305,12/31/2010,01/01/2007,Mr. Horton -Chief of Police ,Village of East Hodge ,P. O. Drawer 10,,East Hodge,LA,71247,318-259-9127,JACKSON,"Simmie T. ""Slim"" Brown",P.O. Box 1745,,Hodge,LA,71247,318-259-3223,B,M,D,305,12/31/2010,01/01/2007,Mr. Brown -Chief of Police ,Village of Hodge ,P. O. Drawer 280,,Hodge,LA,71247,318-259-4704,JACKSON,Johnny Shively,P.O. Box 1636,,Hodge,LA,71247,318-395-0700,W,M,D,305,12/31/2010,01/01/2007,Mr. Shively -Chief of Police ,Village of North Hodge ,P. O. Box 632,,North Hodge,LA,71247,318-259-4272,JACKSON,Phillip Moffett,P.O. Box 865,,North Hodge,LA,71247,318-259-1431,W,M,O,305,12/31/2010,01/01/2007,Mr. Moffitt -Chief of Police ,Village of Quitman ,P. O. Box 35,,Quitman,LA,71268,318-259-8014,JACKSON,Donald E. Comer,240 Church Rd.,,Quitman,LA,71268,318-259-2921,W,M,D,305,12/31/2010,01/01/2007,Chief Comer -Alderman at Large ,Town of Jonesboro ,,,,LA,,,JACKSON,Randy Shows,128 Hickory St.,,Jonesboro,LA,71251,318-259-8490,W,M,D,308,12/31/2010,01/01/2007,Mr. Shows -Alderman ,"District A, Town of Jonesboro ",P. O. Box 610,,Jonesboro,LA,71251-0610 ,318-259-2385,JACKSON,"""Randy"" Layfield",116 Wood St.,,Jonesboro,LA,71251,318-259-9170,W,M,R,310,12/31/2010,01/01/2007,Mr. Layfield -Alderman ,"District B, Town of Jonesboro ",P. O. Box 610,,Jonesboro,LA,71251-0610 ,318-259-2385,JACKSON,Renee Stringer,P.O. Box 417,,Jonesboro,LA,71251,318-259-6281,W,F,R,310,12/31/2010,01/01/2007,Ms. Stringer -Alderman ,"District C, Town of Jonesboro ",P. O. Box 610,,Jonesboro,LA,71251-0610 ,318-259-2385,JACKSON,"Aaron ""Pete"" Stringer",712 Johnson St.,,Jonesboro,LA,71251,318-395-9176,B,M,D,310,12/31/2010,01/01/2007,Mr. Stringer -Alderman ,"District D, Town of Jonesboro ",P. O. Box 610,,Jonesboro,LA,71251-0610 ,318-259-2385,JACKSON,Terry L. Wiley,374 Terrace Hill Dr.,,Jonesboro,LA,71251,318-259-2544,B,M,D,310,12/31/2010,01/01/2007,Mr. Wiley -Alderman ,Town of Chatham ,P. O. Box 7,,Chatham,LA,71226,318-249-2541,JACKSON,Claudean M. Cartwright,12398 Hwy. 4,,Chatham,LA,71226,318-376-0736,W,F,R,310,12/31/2012,01/01/2009,Ms. Cartwright -Alderman ,Town of Chatham ,P. O. Box 7,,Chatham,LA,71226,318-249-2541,JACKSON,"""Toni"" Malone",P. O. Box 86,,Chatham,LA,71226,318-249-3693,W,F,R,310,12/31/2012,01/01/2009,Ms. Malone -Alderman ,Town of Chatham ,P. O. Box 7,,Chatham,LA,71226,318-249-2541,JACKSON,Laverne Mixon,P. O. Box 252,,Chatham,LA,71226,318-249-2796,B,F,D,310,12/31/2012,01/01/2009,Ms. Mixon -Alderman ,Town of Chatham ,P. O. Box 7,,Chatham,LA,71226,318-249-2541,JACKSON,Sue Proffer,P. O. Box 394,,Chatham,LA,71226,318-249-2667,W,F,,310,12/31/2012,01/01/2009,Ms. Proffer -Alderman ,Town of Chatham ,P. O. Box 7,,Chatham,LA,71226,318-249-2541,JACKSON,Frances B. Womack,P. O. Box 314,,Chatham,LA,71226,318-249-2327,W,F,R,310,12/31/2012,01/01/2009,Ms. Womack -Alderman ,Town of Eros ,P. O. Box 200,,Eros,LA,71238,318-249-2183,JACKSON,Elizabeth Irene Baugh,P. O. Box 11,,Eros,LA,71238,318-249-2320,W,F,O,310,12/31/2012,01/01/2009,Ms. Baugh -Alderman ,Town of Eros ,P. O. Box 200,,Eros,LA,71238,318-249-2183,JACKSON,Amy Costin,P. O. Box 147,,Eros,LA,71238,318-249-2116,W,F,O,310,12/31/2012,01/01/2009,Ms. Costin -Alderman ,Town of Eros ,P. O. Box 200,,Eros,LA,71238,318-249-2183,JACKSON,"Melba Creech, ",1107 Third St.,,Eros,LA,71238-8722,318-249-3354,W,F,N,310,,02/15/2010 -Alderman ,Town of Eros ,P. O. Box 200,,Eros,LA,71238,318-249-2183,JACKSON,"Melba Jean Creech, ",1107 Third St.,,Eros,LA,71238,318-249-3354,,,,310,,01/04/2010,Ms. Creech -Alderman ,Town of Eros ,P. O. Box 200,,Eros,LA,71238,318-249-2183,JACKSON,Glenda Tullos,P. O. Box 68,,Eros,LA,71238,318-249-2531,W,F,O,310,12/31/2012,01/01/2009,Ms. Tullos -Alderman ,Town of Eros ,P. O. Box 200,,Eros,LA,71238,318-249-2183,JACKSON,"""Bill"" Wheelis",P. O. Box 190,,Eros,LA,71238,318-249-4799,W,M,,310,12/31/2012,01/01/2009,Mr. Wheelis -Alderman ,Village of East Hodge ,P. O. Drawer 10,,East Hodge,LA,71247,318-259-9127,JACKSON,Dorothy Flowers Jones,P.O. Box 913,,East Hodge,LA,71247,318-259-7085,B,F,D,310,12/31/2010,01/01/2007,Ms. Jones -Alderman ,Village of East Hodge ,P. O. Drawer 10,,East Hodge,LA,71247,318-259-9127,JACKSON,Hal M. Mims,P.O. Box 306,,Hodge,LA,71247,318-259-1051,B,M,D,310,12/31/2010,01/01/2007,Mr. Sims -Alderman ,Village of East Hodge ,P. O. Drawer 10,,East Hodge,LA,71247,318-259-9127,JACKSON,Preston Traxler,P.O. Box 813,,East Hodge,LA,71247,318-259-2181,B,M,D,310,12/31/2010,01/01/2007,Mr. Traxler -Alderman ,Village of Hodge ,P. O. Drawer 280,,Hodge,LA,71247,318-259-4704,JACKSON,"James C. ""Jimmy"" Culpepper",P.O. Box 285,,Hodge,LA,71247,318-259-4383,W,M,D,310,12/31/2010,01/01/2007,Mr. Culpepper -Alderman ,Village of Hodge ,P. O. Drawer 280,,Hodge,LA,71247,318-259-4704,JACKSON,Randal Harrington,P.O. Box 13,,Hodge,LA,71247,318-259-3566,W,M,D,310,12/31/2010,01/01/2007,Mr. Harrington -Alderman ,Village of Hodge ,P. O. Drawer 280,,Hodge,LA,71247,318-259-4704,JACKSON,Carla Smith,P.O. Box 793,,Hodge,LA,71247,318-259-8753,W,F,R,310,12/31/2010,01/01/2007,Ms. Smith -Alderman ,Village of North Hodge ,P. O. Box 632,,North Hodge,LA,71247,318-259-4272,JACKSON,Sarah Allen Fitzpatrick,P.O. Box 58,,North Hodge,LA,71247,318-259-7736,,,O,310,12/31/2010,01/01/2007,Ms. Fitzpatrick -Alderman ,Village of North Hodge ,P. O. Box 632,,North Hodge,LA,71247,318-259-4272,JACKSON,Travis Hall,5517 Quitman Hwy.,,Hodge,LA,71247,318-259-3138,W,M,R,310,12/31/2010,01/01/2007,Mr. Hall -Alderman ,Village of North Hodge ,P. O. Box 632,,North Hodge,LA,71247,318-259-4272,JACKSON,David D. Womack,136 West Second St.,,Quitman,LA,71268,318-259-9609,W,M,R,310,12/31/2010,01/01/2007,Mr. Womack -Alderman ,Village of Quitman ,P. O. Box 35,,Quitman,LA,71268,318-259-8014,JACKSON,William Culpepper,P.O. Box 323,,Quitman,LA,71268,318-259-6268,W,M,D,310,12/31/2010,01/01/2007,Mr. Culpepper -Alderman ,Village of Quitman ,P. O. Box 35,,Quitman,LA,71268,318-259-8014,JACKSON,Sylvia J. Pagan,P.O. Box 305,,Quitman,LA,71268,318-259-7785,W,F,D,310,12/31/2010,01/01/2007,Ms. Pagan -Alderman ,Village of Quitman ,P. O. Box 35,,Quitman,LA,71268,318-259-8014,JACKSON,James H. Trull,246 Church Rd.,,Quitman,LA,71268,318-259-3090,W,M,,310,12/31/2010,01/01/2007,Mr. Trull -DPEC Member ,at Large ,,,,LA,,,JEFFERSON,Leonard M. Berins,3944 Uri St.,,Metairie,LA,70002,504-455-9544,W,M,D,054,02/20/2012,02/20/2008,Mr. Berins -DPEC Member ,at Large ,,,,LA,,,JEFFERSON,R. Stephen Johnson,928 Champagne Dr.,,Kenner,LA,70065,504-390-2677,,,D,054,02/20/2012,02/20/2008,Mr. Johnson -DPEC Member ,at Large ,,,,LA,,,JEFFERSON,Brent A. Klibert,1809 Elizabeth Ave.,,Metairie,LA,70005,504-451-4777,W,M,D,054,02/20/2012,02/20/2008,Mr. Klibert -DPEC Member ,at Large ,,,,LA,,,JEFFERSON,David Quidd,6220 Riverside Dr. Unit 588,,Metairie,LA,70003,504-722-8537,W,M,D,054,02/20/2012,02/20/2008,Mr. Quidd -DPEC Member ,at Large ,,,,LA,,,JEFFERSON,Arleeta Terrell,7801 Nevada St.,,Metairie,LA,70003,,B,F,D,054,02/20/2012,02/20/2008,Ms. Terrell -DPEC Member ,District 1 ,,,,LA,,,JEFFERSON,Leatrice Hollis,3021 Hampton Dr.,,Harvey,LA,70058,,,,,056,,08/19/2008 -DPEC Member ,District 1 ,,,,LA,,,JEFFERSON,Paul Pearson,4029 Briant Dr.,,Marrero,LA,70072,,,,,056,,03/17/2009,Mr. Pearson -DPEC Member ,District 2 ,,,,LA,,,JEFFERSON,Anthony Behan,424 Stratford Dr.,,Harahan,LA,70123,,,,,056,,03/17/2009,Mr. Behan -DPEC Member ,District 2 ,,,,LA,,,JEFFERSON,Glenn Green,218 Ave. A,,Westwego,LA,70094,504-328-7043,,,D,056,02/20/2012,02/20/2008,Mr. Green -DPEC Member ,District 2 ,,,,LA,,,JEFFERSON,Barbara Lassalle,425 Riverdale Dr.,,Jefferson,LA,70121,,,,,056,,05/19/2008 -DPEC Member ,District 2 ,,,,LA,,,JEFFERSON,Kennith J. Lassalle,425 Riverdale Dr.,,Jefferson,LA,70121,,,,,056,,05/19/2008 -DPEC Member ,District 2 ,,,,LA,,,JEFFERSON,Robert Reed,127 Highway Dr.,,Jefferson,LA,70121,504-232-5074,W,M,D,056,02/20/2012,02/20/2008,Mr. Reed -DPEC Member ,District 3 ,,,,LA,,,JEFFERSON,Michele' P. Holmes,204 Chapel Ln.,,Avondale,LA,70094,,,,,056,,07/15/2008 -DPEC Member ,District 3 ,,,,LA,,,JEFFERSON,Wilma W. Irvin,715 Daniel St.,,Kenner,LA,70062,,,,,056,,03/17/2009,Ms. Irvin -DPEC Member ,District 3 ,,,,LA,,,JEFFERSON,Paul Johnson,4057 S. Windmere St.,,Harvey,LA,70058,,,,,056,,08/19/2008 -DPEC Member ,District 3 ,,,,LA,,,JEFFERSON,Eric Thompson,916 Silver Lilly,,Marrero,LA,70072,,,,,056,,08/19/2008 -DPEC Member ,District 4 ,,,,LA,,,JEFFERSON,Donald Blum,1512 Colony Rd.,,Metairie,LA,70003,504-885-8610,W,M,D,056,02/20/2012,02/20/2008,Mr. Blum -DPEC Member ,District 4 ,,,,LA,,,JEFFERSON,Robert Marrero,4161 Cognac Dr.,,Kenner,LA,70065,504-464-6778,W,M,D,056,02/20/2012,02/20/2008,Mr. Marrero -DPEC Member ,District 4 ,,,,LA,,,JEFFERSON,"M. V. ""Vinny"" Mendoza",3510 Ole Miss Dr.,,Kenner,LA,70065,504-913-3971,O,M,D,056,02/20/2012,02/20/2008,Mr. Mendoza -DPEC Member ,District 4 ,,,,LA,,,JEFFERSON,Gilda Reed,1108 N. Starrett Rd.,,Metairie,LA,70003,,,,,056,,05/19/2008 -DPEC Member ,District 5 ,,,,LA,,,JEFFERSON,Michael M. Davis,P.O. Box 6764,,Metairie,LA,70009,504-835-2114,W,M,D,056,02/20/2012,02/20/2008,Mr. Davis -DPEC Member ,District 5 ,,,,LA,,,JEFFERSON,David Gereighty,2932 Ridgeway Dr.,,Metairie,LA,70002,504-831-9576,W,M,D,056,02/20/2012,02/20/2008,Mr. Gereighty -DPEC Member ,District 5 ,,,,LA,,,JEFFERSON,"Fred ""Ed"" Matthew",310 Metairie Heights Ave.,,Metairie,LA,70002,504-450-7666,W,M,D,056,02/20/2012,02/20/2008,Mr. Matthew -DPEC Member ,District 5 ,,,,LA,,,JEFFERSON,Jenny Nee,1341 Wisteria Dr.,,Metairie,LA,70005,504-259-0031,W,F,D,056,02/20/2012,02/20/2008,Ms. Nee -DPEC Member ,District 5 ,,,,LA,,,JEFFERSON,"Raymond ""Ray"" Waguespack",1908 Division St.,,Metairie,LA,70001,504-723-5402,W,M,D,056,02/20/2012,02/20/2008,Mr. Waguespack -DPEC Member ,District 6 ,,,,LA,,,JEFFERSON,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,JEFFERSON,Betty Bonura,1009 Chateau Lafitte Dr.,,Kenner,LA,70065,504-467-7402,W,F,R,064,02/20/2012,02/20/2008,Ms. Bonura -RPEC Member ,at Large ,,,,LA,,,JEFFERSON,"""Bob"" DeViney",3730 Jean Place,,Metairie,LA,70002,504-258-9373,W,M,R,064,02/20/2012,02/20/2008,Mr. Deviney -RPEC Member ,at Large ,,,,LA,,,JEFFERSON,John F. LaBruzzo,1427 Choctaw Ave.,,Metairie,LA,70005,504-838-4449,W,M,R,064,02/20/2012,02/20/2008,Mr. LaBruzzo -RPEC Member ,at Large ,,,,LA,,,JEFFERSON,"""Polly"" Thomas",3230 Metairie Crt.,,Metairie,LA,70002,504-833-7727,W,F,R,064,02/20/2012,02/20/2008,Ms. Thomas -RPEC Member ,at Large ,,,,LA,,,JEFFERSON,John S. Treen,112 Charleston Park,,Metairie,LA,70005,504-835-6636,W,M,R,064,02/20/2012,02/20/2008,Mr. Treen -RPEC Member ,District 1 ,,,,LA,,,JEFFERSON,"""Billy"" Arnold",2283 S. Von Braun Ct.,,Harvey,LA,70058,504-368-4292,W,M,R,066,02/20/2012,02/20/2008 -RPEC Member ,District 1 ,,,,LA,,,JEFFERSON,"Frank J. Borne, Jr.",2685 Highland Dr. West,,Gretna,LA,70056,504-394-0321,W,M,R,066,02/20/2012,02/20/2008,Mr. Borne: -RPEC Member ,District 1 ,,,,LA,,,JEFFERSON,Cherreen H. Gegenheimer,440 Timberlane Dr.,,Gretna,LA,70056,504-361-5366,W,F,R,066,02/20/2012,02/20/2008,Ms. Gegenheimer -RPEC Member ,District 1 ,,,,LA,,,JEFFERSON,Stephen Leonard,1916 Carol Sue Ave.,,Terrytown,LA,70056,,W,M,R,066,02/20/2012,02/20/2008,Mr. Leonard -RPEC Member ,District 1 ,,,,LA,,,JEFFERSON,"James A. ""Tripp"" Rabalais",328 Fairfield Ave.,,Gretna,LA,70056,504-368-7363,W,M,R,066,02/20/2012,02/20/2008,Mr. Rabalais -RPEC Member ,District 2 ,,,,LA,,,JEFFERSON,Howard Bennett,9811 Elm Pl.,,River Ridge,LA,70123,504-737-1471,W,M,R,066,02/20/2012,02/20/2008,Mr. Bennett -RPEC Member ,District 2 ,,,,LA,,,JEFFERSON,Paul D. Johnston,525 Kenmore Dr.,,Harahan,LA,70123,504-737-4345,W,M,R,066,02/20/2012,02/20/2008,Mr. Johnston -RPEC Member ,District 2 ,,,,LA,,,JEFFERSON,"""Bert"" Leblanc",1220 Orchid Dr.,,Harvey,LA,70058,504-340-5267,W,M,R,066,02/20/2012,02/20/2008,Mr. LeBlanc -RPEC Member ,District 2 ,,,,LA,,,JEFFERSON,"Provino ""Vinny"" Mosca",7212 Stoneleigh Dr.,,Harahan,LA,70123,504-738-3994,W,M,R,066,02/20/2012,02/20/2008,Mr. Mosca -RPEC Member ,District 2 ,,,,LA,,,JEFFERSON,"""Tim"" Walker",30 West Imperial Dr.,,Harahan,LA,70123,504-737-7327,W,M,R,066,02/20/2012,02/20/2008,Mr. Walker -RPEC Member ,District 3 ,,,,LA,,,JEFFERSON,"Matthew M. Cervini, Sr.",49 Aster Ln.,,Waggaman,LA,70094,504-628-3329,W,M,R,066,02/20/2012,02/20/2008 -RPEC Member ,District 3 ,,,,LA,,,JEFFERSON,"Louis J. Duffourc, Sr.",339 Buttercup Dr.,,Waggaman,LA,70094,,W,M,R,066,02/20/2012,02/20/2008 -RPEC Member ,District 3 ,,,,LA,,,JEFFERSON,Charles Gennaro,6535 River Rd.,,Waggaman,LA,70094,504-436-3959,W,M,R,066,02/20/2012,02/20/2008,Mr. Gennaro -RPEC Member ,District 3 ,,,,LA,,,JEFFERSON,Nicholas Muniz,3720 Burntwood Dr.,,Harvey,LA,70058,504-347-2516,W,M,R,066,02/20/2012,02/20/2008,Mr. Muniz -RPEC Member ,District 3 ,,,,LA,,,JEFFERSON,"James H. ""Jimmy"" Stevens, Jr.",100 Stevens Pl.,,River Ridge,LA,70123,504,W,M,R,066,02/20/2012,02/20/2008,Mr. Stevens -RPEC Member ,District 4 ,,,,LA,,,JEFFERSON,Vincent J. Bruno,729 Champaigne Dr.,,Kenner,LA,70065,504-319-7262,W,M,R,066,02/20/2012,02/20/2008,Mr. Bruno -RPEC Member ,District 4 ,,,,LA,,,JEFFERSON,"Philip L. ""Phil"" Capitano",4041 Teche Dr.,,Kenner,LA,70065,504-466-5767,W,M,R,066,02/20/2012,02/20/2008,Mr. Capitano -RPEC Member ,District 4 ,,,,LA,,,JEFFERSON,Marie M. Clesi,1100 Vintage Dr.,,Kenner,LA,70065,504-469-4268,W,F,R,066,02/20/2012,02/20/2008,Ms. Clesi -RPEC Member ,District 4 ,,,,LA,,,JEFFERSON,Kevin S. Delahoussaye,7 Traminer Dr.,,Kenner,LA,70065,504-465-9069,W,M,R,066,02/20/2012,02/20/2008,Mr. Delahoussaye -RPEC Member ,District 4 ,,,,LA,,,JEFFERSON,Jack Rizzuto,4525 Rebecca Dr.,,Metairie,LA,70002,504-888-4125,W,M,R,066,02/20/2012,02/20/2008,Mr. Rizzuto -RPEC Member ,District 5 ,,,,LA,,,JEFFERSON,Daniel I. Caplan,4712 N. Turnbull Dr.,,Metairie,LA,70002,504-888-5050,W,M,R,066,02/20/2012,02/20/2008,Mr. Caplan -RPEC Member ,District 5 ,,,,LA,,,JEFFERSON,"William B. Faust, III",4205 N. Turnbull Dr.,,Metairie,LA,70002,504-455-2834,W,M,R,066,02/20/2012,02/20/2008,Mr. Faust -RPEC Member ,District 5 ,,,,LA,,,JEFFERSON,"""Ray"" Muniz",4212 Caldwell St.,,Metairie,LA,70001,504-455-1527,W,M,R,066,02/20/2012,02/20/2008,Mr. Muniz -RPEC Member ,District 5 ,,,,LA,,,JEFFERSON,Eric Skrmetta,P.O. Box 55896,,Metairie,LA,70055,504-650-0642,W,M,R,066,02/20/2012,02/20/2008,Mr. Skrmetta -RPEC Member ,District 5 ,,,,LA,,,JEFFERSON,"Robert ""Coach Bob"" Stevens",3716 North Woodlawn Ave.,,Metairie,LA,70006,504-454-3421,W,M,R,066,02/20/2012,02/20/2008,Mr. Stevens -RPEC Member ,District 6 ,,,,LA,,,JEFFERSON,,,,,,,,,,,066 -Judge ,"1st Parish Court, Division A ",924 David Dr.,,Metairie,LA,70003,504-736-8913,JEFFERSON,Rebecca M. Olivier,7920 Ferrara Dr.,,Harahan,LA,70123,504-739-9933,W,F,R,220,12/31/2014,01/01/2009,Judge Olivier -Judge ,"1st Parish Court, Division B ",924 David Dr.,,Metairie,LA,70003,504-736-8977,JEFFERSON,George W. Giacobbe,5513 David Dr.,,Kenner,LA,70065,504-889-2476,W,M,R,220,12/31/2014,01/01/2009,Judge Giacobbe -Judge ,"2nd Parish Court, Division A ",100 Huey P. Long Ave.,,Gretna,LA,70053,504-364-2800,JEFFERSON,Roy M. Cascio,73 Marie Dr.,,Gretna,LA,70053,504-637-5577,W,M,D,220,12/31/2014,01/01/2009,Judge Cascio -Judge ,"2nd Parish Court, Division B ",100 Huey P. Long Ave.,,Gretna,LA,70053,504-364-2800,JEFFERSON,"Stephen ""Steve"" Grefer",29 Derbes Dr.,,Gretna,LA,70053,504-304-6648,W,M,R,220,12/31/2014,01/01/2009,Judge Grefer -Judge ,"Juvenile Court, Section A ",P. O. Box 1900,,Harvey,LA,70059,504-367-3500,JEFFERSON,Ann Murry Keller,P.O. Box 1900,,Harvey,LA,70059,504-367-3500,W,F,R,220,12/31/2014,01/01/2009,Judge Keller -Judge ,"Juvenile Court, Section B ",P. O. Box 1900,,Harvey,LA,70059,504-367-3500,JEFFERSON,Andrea Price Janzen,302 Southern Rd.,,River Ridge,LA,70123,504-737-0244,W,F,R,220,12/31/2014,01/01/2009,Judge Janzen -Judge ,"Juvenile Court, Section C ",P. O. Box 1900,,Harvey,LA,70059,504-367-3500,JEFFERSON,Nancy Amato Konrad,333 Rue St. Ann,,Metairie,LA,70005,504-835-2909,W,F,R,220,12/31/2014,01/01/2009,Judge Konrad -Sheriff ,,P. O. Box 327,,Gretna,LA,70054,504-363-5701,JEFFERSON,Newell D. Normand,P.O. Box 327,,Gretna,LA,70054,504-363-5725,W,M,R,225,06/30/2012,07/01/2008,Sheriff Normand -Clerk of Court ,,P. O. Box 10,,Gretna,LA,70054,504-364-2900,JEFFERSON,Jon A. Gegenheimer,P.O. Box 10,,Gretna,LA,70054,504-361-5366,W,M,R,230,06/30/2012,07/01/2008,Mr. Gegenheimer -Assessor ,,"200 Derbigny, Ste. 1100",,Gretna,LA,70053,504-362-4100,JEFFERSON,Lawrence E. Chehardy,183 Sauve Rd.,,River Ridge,LA,70123,504-737-9692,W,M,R,235,12/31/2012,01/01/2009,Mr. Chehardy -Coroner ,,2018 8th Street,,Harvey,LA,70058,504-365-9100,JEFFERSON,Robert E. Treuting,33 Waverly Place,,Metairie,LA,70003,504-455-1117,W,M,D,240,03/25/2012,03/24/2008,Mr. Treuting -Parish President ,,P.O. Box 9,,Gretna,LA,70054,504-364-2626,JEFFERSON,"Steve J. Theriot, ",P.O. Box 9,,Gretna,LA,70054,,,,,243,,01/13/2010,Mr. Theriot -Councilman at Large ,Division A ,P. O. Box 9,,Gretna,LA,70054,504-364-2626,JEFFERSON,"John F. Young, Jr.","609 Metairie Rd., #300",,Metairie,LA,70005,504-352-8855,W,M,R,244,01/03/2012,01/09/2008,Mr. Young -Councilman at Large ,Division B ,P. O. Box 9,,Gretna,LA,70054,504-364-2626,JEFFERSON,Thomas J. Capella,4928 Jasper St.,,Metairie,LA,70006,504-885-9883,W,M,R,244,01/03/2012,01/09/2008,Mr. Capella -Councilman ,District 1 ,P. O. Box 9,,Gretna,LA,,504-364-2626,JEFFERSON,"""Chris"" Roberts",2149 Hyde Park Ave. East,,Harvey,LA,70058,504-263-0530,W,M,D,245,01/03/2012,01/09/2008,Mr. Roberts -Councilman ,District 2 ,P. O. Box 9,,Gretna,LA,70054,504-364-2626,JEFFERSON,Elton Manard Lagasse,"200 Derbigny St., Ste. 6300",,Gretna,LA,70053,504-364-3446,W,M,R,245,01/03/2012,01/10/2008,Mr. Legasse -Councilman ,District 3 ,P. O. Box 9,,Gretna,LA,70054,504-364-2626,JEFFERSON,Byron Lee,40 Gainswood Dr. E.,,Marrero,LA,70072,504-364-2603,B,M,D,245,01/03/2012,01/09/2008,Mr. Lee -Councilman ,District 4 ,P. O. Box 9,,Gretna,LA,70054,504-364-2626,JEFFERSON,Louis J. Congemi,21 Palmetto,,Kenner,LA,70065,504-464-7017,W,M,R,245,01/03/2012,01/09/2008,Mr. Congemi -Councilman ,District 5 ,P. O. Box 9,,Gretna,LA,70054,504-364-2626,JEFFERSON,Cynthia Lee-Sheng,1405 Hesper Ave.,,Metairie,LA,70003,504-828-9746,O,F,R,245,01/03/2012,04/14/2009,Ms. Lee-Sheng -Member of School Board ,District 1 ,501 Manhattan Blvd.,,Harvey,LA,70058,504-349-7802,JEFFERSON,Mark C. Morgan,1106 Amelia St.,,Gretna,LA,70053,504-231-9238,W,M,D,255,12/31/2010,01/01/2007,Mr. Morgan -Member of School Board ,District 2 ,4600 River Road,,Marrero,LA,70072,504-349-7802,JEFFERSON,Etta S. Licciardi,5602 A Jean Lafitte Blvd.,,Lafitte,LA,70067,504-233-1200,W,F,R,255,12/31/2010,01/01/2007,Ms. Licciardi -Member of School Board ,District 3 ,4600 River Road,,Marrero,LA,70072,504-349-7802,JEFFERSON,Raymond R. St. Pierre,2816 Villa Dr.,,Marrero,LA,70072,504-344-9115,W,M,R,255,12/31/2010,01/01/2007,Mr. St. Pierre -Member of School Board ,District 4 ,4600 River Road,,Marrero,LA,70072,504-349-7802,JEFFERSON,Glenn W. Hayes,P.O. Box 1847,,Metairie,LA,70004,504-838-8974,W,M,R,255,12/31/2010,02/23/2009,Mr. Hayes -Member of School Board ,District 5 ,4600 River Road,,Marrero,LA,70072,504-349-7802,JEFFERSON,Cedric Floyd,P.O. Box 141,,Kenner,LA,70063,504-464-7011,B,M,D,255,12/31/2010,10/14/2008,Mr. Floyd -Member of School Board ,District 6 ,4600 River Road,,Marrero,LA,70072,504-349-7802,JEFFERSON,Martin B. Marino,1321 Pecan Ave.,,Metairie,LA,70001,504-455-2436,W,M,R,255,12/31/2010,01/01/2007,Mr. Marino -Member of School Board ,District 7 ,4600 River Road,,Marrero,LA,70072,504-349-7802,JEFFERSON,"""Libby"" L. Moran",8917 Belle Grove Pl.,,River Ridge,LA,70123,504-737-8050,W,F,R,255,12/31/2010,01/01/2007,Ms. Moran -Member of School Board ,District 8 ,4600 River Road,,Marrero,LA,70072,504-349-7802,JEFFERSON,Judy M. Colgan,4905 Elmwood Pkwy.,,Metairie,LA,70003,504-885-4982,W,F,R,255,12/31/2010,01/01/2007,Ms. Colgan -Member of School Board ,District 9 ,4600 River Road,,Marrero,LA,70072,504-349-7802,JEFFERSON,"Eugene R. ""Gene"" Katsanis",8 Chateau Magdelaine Dr.,,Kenner,LA,70065,,W,M,R,255,12/31/2010,01/01/2007,Mr. Katsanis -Justice of the Peace ,1st Justice Court ,941 Marlene Dr.,,Gretna,LA,70056,504-393-0032,JEFFERSON,"Vernon J. Wilty, III",941 Marlene Dr.,,Gretna,LA,70056,504-393-0032,W,M,D,265,12/31/2014,01/01/2009,Mr. Wilty -Justice of the Peace ,2nd Justice Court ,2701 Cedar Lawn Dr.,,Marrero,LA,70072,504-340-7458,JEFFERSON,Patrick DeJean,1637 Gulizo Dr.,,Marrero,LA,70072,504-324-3442,W,M,D,265,12/31/2014,01/01/2009,Mr. DeJean -Justice of the Peace ,3rd Justice Court ,P. O. Box 444,,Lafitte,LA,70067,504-689-4106,JEFFERSON,Charlie R. Kerner,P.O. Box 444,,Lafitte,LA,70067,504-689-4106,W,M,D,265,12/31/2014,01/01/2009,Mr. Kerner -Justice of the Peace ,4th Justice Court ,P. O. Box 812,,Grand Isle,LA,70358,985-787-2301,JEFFERSON,"Leon F. Bradberry, Jr.",P.O. Box 121,,Grand Isle,LA,70358,985-787-4767,W,M,,265,12/31/2014,01/01/2009,Mr. Bradberry -Justice of the Peace ,5th Justice Court ,2111 Harvard Ave.,,Metairie,LA,70001,504-838-4295,JEFFERSON,"Charles V. ""Chuck"" Cusimano, II",3705 N. Labarre Rd.,,Metairie,LA,70002,504-834-2630,W,M,R,265,12/31/2014,01/01/2009,Mr. Cusimano -Justice of the Peace ,6th Justice Court ,3016 Texas Ave.,,Kenner,LA,70065,504-466-7984,JEFFERSON,Kevin J. Centanni,3016 Texas Ave.,,Kenner,LA,70065,504-443-3238,W,M,R,265,12/31/2014,01/01/2009,Mr. Centanni -Justice of the Peace ,7th Justice Court ,405 George St.,,Avondale,LA,70094,504-436-3133,JEFFERSON,Eugene Fitchue,405 George St.,,Avondale,LA,70094,504-436-3133,B,M,D,265,12/31/2014,01/01/2009,Mr. Fitchue -Justice of the Peace ,8th Justice Court ,9014 Rousseau St.,,Kenner,LA,70065,,JEFFERSON,"Roscoe W. Lewis, Sr.",9014 Rousseau St.,,Kenner,LA,70062,504-466-5931,B,M,D,265,12/31/2014,01/01/2009,Mr. Lewis -Constable ,1st Justice Court ,1809 Cooper Rd.,,Terrytown,LA,70056,504-367-3491,JEFFERSON,Jonathan Liberto,300-D Terry Pkwy.,,Terrytown,LA,70056,504-339-7012,W,M,D,267,12/31/2014,01/01/2009,Mr. Liberto -Constable ,2nd Justice Court ,31 Shadows Court,,Marrero,LA,70072,504-347-1206,JEFFERSON,"Antoine J. ""Tony"" Thomassie",4116 Barataria Blvd.,,Marrero,LA,70072,504-347-1206,W,M,D,267,12/31/2014,01/01/2009,Mr. Thomassie -Constable ,3rd Justice Court ,2884 Privateer Blvd.,,Barataria,LA,70036,504-689-3179,JEFFERSON,"Albert T. Creppel, Sr.",2884 Privateer Blvd.,,Barataria,LA,70036,504-689-3179,W,M,D,267,12/31/2014,01/01/2009,Mr. Creppel -Constable ,4th Justice Court ,P.O. Box 356,,Grand Isle,LA,70358,504-787-2272,JEFFERSON,"Leon F. Bradberry, Sr.",P.O. Box 356,,Grand Isle,LA,70358,985-787-2273,W,M,,267,12/31/2014,01/01/2009,Mr. Bradberry -Constable ,5th Justice Court ,212 Atherton Dr.,,Metairie,LA,70005,504-833-9290,JEFFERSON,Dan E. Civello,212 Atherton Dr.,,Metairie,LA,70005,504-833-9290,W,M,R,267,12/31/2014,01/01/2009,Mr. Civello -Constable ,6th Justice Court ,312 Sophia St.,,River Ridge,LA,70123,504-737-9196,JEFFERSON,"E.J. ""Joe"" Bourgeois",312 Sophia St.,,River Ridge,LA,70123,504-737-9196,W,M,R,267,12/31/2014,01/01/2009,Mr. Bourgeois -Constable ,7th Justice Court ,105 Prairie View Court,,Avondale,LA,70094,504-436-7494,JEFFERSON,"James D. Cooper, Sr.",105 Prairieview Ct.,,Avondale,LA,70094,504-436-7494,B,M,D,267,12/31/2014,01/01/2009,Mr. Cooper -Constable ,8th Justice Court ,3139 Augusta St.,,Kenner,LA,70065,504-469-6760,JEFFERSON,Charles Wilson,3033 Ohio St.,,Kenner,LA,70065,504-512-1426,B,M,D,267,12/31/2014,01/01/2009,Mr. Wilson -Mayor ,City of Gretna ,P. O. Box 404,,Gretna,LA,,504-363-1500,JEFFERSON,Ronnie C. Harris,210 Lafayette St.,,Gretna,LA,70053,504-366-8747,W,M,D,300,06/30/2013,07/01/2009,Mayor Harris -Mayor ,City of Harahan ,6437 Jefferson Hwy.,,Harahan,LA,,504-737-6383,JEFFERSON,Paul D. Johnston,525 Kenmore Dr.,,Harahan,LA,70123,504-737-4345,W,M,R,300,12/31/2010,01/01/2007,Mr. Johnston -Mayor ,City of Kenner ,1801 Williams Blvd.,,Kenner,LA,,504-468-7254,JEFFERSON,"Edmond J. ""Ed"" Muniz",58 Chateau Latour Dr.,,Kenner,LA,70065,504-466-5958,W,M,R,300,06/30/2010,07/01/2006,Mayor Muniz -Mayor ,City of Westwego ,419 Avenue A,,Westwego,LA,,504-341-3424,JEFFERSON,"John I. ""Johnny"" Shaddinger, Jr.",312 Avenue B,,Westwego,LA,70094,504-348-4021,W,M,D,300,06/30/2013,07/01/2009,Mayor Shaddinger -Mayor ,Town of Grand Isle ,P. O. Box 200,,Grand Isle,LA,,985-787-3196,JEFFERSON,David Camardelle,P.O. Box 215,,Grand Isle,LA,70358,504-382-3573,W,M,D,300,06/30/2012,07/01/2008,Mayor Camardelle -Mayor ,Town of Jean Lafitte ,2654 Jean Lafitte Blvd.,,Lafitte,LA,,504-689-2208,JEFFERSON,Timothy P. Kerner,1156 Jean Lafitte Blvd.,,Lafitte,LA,70067,504-689-3540,W,M,D,300,06/30/2011,07/01/2007,Mayor Kerner -Chief of Police ,City of Gretna ,P. O. Box 404,,Gretna,LA,70054,504-363-1500,JEFFERSON,"Arthur S. Lawson, Jr.",20 Derbes Dr.,,Gretna,LA,70053,504-363-1700,W,M,D,305,06/30/2013,07/01/2009,Chief Lawson -Chief of Police ,City of Harahan ,6437 Jefferson Hwy.,,Harahan,LA,70123,504-737-6383,JEFFERSON,Peter Dale,7813 Seventh St.,,Harahan,LA,70123,504-736-2608,W,M,R,305,12/31/2010,01/01/2007,Mr. Dale -Chief of Police ,City of Kenner ,1801 Williams Blvd.,,Kenner,LA,70062,504-468-7254,JEFFERSON,"""Steve"" Caraway",705 Carmenere Dr.,,Kenner,LA,70065,504-466-2617,W,M,R,305,06/30/2010,07/01/2006,Mr. Caraway -Chief of Police ,City of Kenner ,1801 Williams Blvd.,,Kenner,LA,70062,504-468-7254,JEFFERSON,"""Steve"" Caraway, ",705 Carmenere Dr.,,Kenner,LA,70065-1109,504-466-2617,W,M,R,305 -Chief of Police ,City of Westwego ,419 Avenue A,,Westwego,LA,70094,504-341-3424,JEFFERSON,"Dwayne ""Poncho"" Munch",1257 Barbe Dr.,,Westwego,LA,70094,504-324-5903,W,M,R,305,06/30/2013,07/01/2009,Chief Munch -Chief of Police ,Town of Grand Isle ,P. O. Box 200,,Grand Isle,LA,70358,985-787-3196,JEFFERSON,Euris DuBois,1036 Hwy. 1,,Grand Isle,LA,70358,985-787-2324,W,M,D,305,06/30/2012,07/01/2008,Chief DuBois -Chief of Police ,Town of Jean Lafitte ,2654 Jean Lafitte Blvd.,,Lafitte,LA,70067,504-689-2208,JEFFERSON,Mary Jo Hargis,4971 Evelynn Dr.,,Lafitte,LA,70067,504-689-3408,W,F,D,305,06/30/2011,07/01/2007,Chief Hargis -Councilman at Large ,"Division A, City of Kenner ",1801 Williams Blvd.,,Kenner,LA,70062,504-468-7254,JEFFERSON,Michele P. Branigan,126 W. Esplanade Ave.,,Kenner,LA,70065,504-467-2979,W,F,R,308,06/30/2010,07/01/2006,Mr. Branigan -Councilman at Large ,"Division B, City of Kenner ",1801 Williams Blvd.,,Kenner,LA,70062,504-468-7254,JEFFERSON,"""Jeannie"" M. Black",3624 Lake Trail Dr.,,Kenner,LA,70065,504-455-1980,W,F,R,308,06/30/2010,07/01/2006,Ms. Black -Councilman at Large ,"Division B, City of Kenner ",1801 Williams Blvd.,,Kenner,LA,70062,504-468-7254,JEFFERSON,"""Jeannie"" M. Black, ",3624 Lake Trail Dr.,,Kenner,LA,70065-3312,504-455-1980,W,F,R,308 -Council Member ,"District 1, City of Westwego ",419 Avenue A,,Westwego,LA,70094,504-341-3424,JEFFERSON,Glenn Green,218 Avenue A,,Westwego,LA,70094,504-259-3694,B,M,D,310,06/30/2013,07/01/2009,Mr. Green -Council Member ,"District 2, City of Gretna ",P. O. Box 404,,Gretna,LA,70054,504-363-1500,JEFFERSON,"Belinda Cambre Constant, ",720 Huey P. Long Ave.,,Gretna,LA,70053-6126,504-382-8023,W,F,D,310,,02/15/2010 -Council Member ,"District 2, City of Westwego ",419 Avenue A,,Westwego,LA,70094,504-341-3424,JEFFERSON,Ted J. Munch,611 Chipley St.,,Westwego,LA,70094,504-442-1199,W,M,D,310,,07/01/2009,Mr. Munch -Council Member ,"District 3, City of Gretna ",P. O. Box 404,,Gretna,LA,70054,504-363-1500,JEFFERSON,"Vincent E. Cox, III",82 Mason Ave.,,Gretna,LA,70053-7025,504-361-0810,W,M,D,310,,02/15/2010 -Council Member ,"District 3, City of Westwego ",419 Avenue A,,Westwego,LA,70094,504-341-3424,JEFFERSON,Ivy Rogers,1101 Barbe Dr.,,Westwego,LA,70094,504-347-1368,W,M,D,310,06/30/2013,07/01/2009,Mr. Rogers -Council Member ,"District 4, City of Gretna ",P. O. Box 404,,Gretna,LA,70054,504-363-1500,JEFFERSON,"Raylyn Beevers, ",155 Linda Ct.,,Gretna,LA,70053-4959,504-361-4287,W,F,D,310,,02/15/2010 -Council Member ,"District 4, City of Westwego ",419 Avenue A,,Westwego,LA,70094,504-341-3424,JEFFERSON,Melvin Guidry,1161 Avenue C,,Westwego,LA,70094,504-347-6020,W,M,D,310,,07/01/2009,Mr. Guidry -Council Member ,"District 5, City of Westwego ",419 Avenue A,,Westwego,LA,70094,504-341-3424,JEFFERSON,Larry J. Warino,808 Avenue H,,Westwego,LA,70094,504-340-4638,W,M,,310,06/30/2013,07/01/2009,Mr. Warino -Council Member ,"Seat A, Town of Grand Isle ",P. O. Box 200,,Grand Isle,LA,70358,985-787-3196,JEFFERSON,Ray A. Santiny,P.O. Box 325,,Grand Isle,LA,70358,985-787-3211,W,M,D,310,06/30/2012,07/01/2008,Mr. Santiny -Council Member ,"Seat B, Town of Grand Isle ",P. O. Box 200,,Grand Isle,LA,70358,985-787-3196,JEFFERSON,"""Jay"" Lafont",P.O. Box 27,,Grand Isle,LA,70358,985-787-2641,W,M,D,310,06/30/2012,07/01/2008,Mr. Lafont -Council Member ,"Seat C, Town of Grand Isle ",P. O. Box 200,,Grand Isle,LA,70358,985-787-3196,JEFFERSON,"Clifford ""Dixie"" Santiny",3679 Highway 1,,Grand Isle,LA,70358,504-382-8602,W,M,R,310,06/30/2012,07/01/2008,Mr. Santiny -Council Member ,"Seat D, Town of Grand Isle ",P. O. Box 200,,Grand Isle,LA,70358,985-787-3196,JEFFERSON,"Stephen ""Scooter"" Resweber",P.O. Box 665,,Grand Isle,LA,70358,985-637-8056,W,M,D,310,06/30/2012,07/01/2008,Mr. Resweber -Council Member ,"Seat E, Town of Grand Isle ",P. O. Box 200,,Grand Isle,LA,70358,985-787-3196,JEFFERSON,Leoda Bladsacker,P.O. Box 881,,Grand Isle,LA,70358,985-787-2999,W,F,D,310,06/30/2012,07/01/2008,Ms. Bladsacker -Council Member at Large ,City of Gretna ,P. O. Box 404,,Gretna,LA,70054,504-363-1500,JEFFERSON,Wayne A. Rau,936 Lafayette St.,,Gretna,LA,70053,504-366-3893,W,M,D,310,06/30/2013,07/01/2009,Mr. Rau -Councilman ,City of Harahan ,6437 Jefferson Hwy.,,Harahan,LA,70123,504-737-6383,JEFFERSON,Timothy Baudier,184 Oakland Ave.,,Harahan,LA,70123,504-734-3278,W,M,R,310,12/31/2010,10/14/2008,Mr. Baudier -Councilman ,City of Harahan ,6437 Jefferson Hwy.,,Harahan,LA,70123,504-737-6383,JEFFERSON,Lawrence Landry,#11 Colonial Club Dr.,,Harahan,LA,70123,504-738-9677,W,M,R,310,12/31/2010,01/01/2007,Mr. Landry -Councilman ,City of Harahan ,6437 Jefferson Hwy.,,Harahan,LA,70123,504-737-6383,JEFFERSON,"Provino ""Vinny"" Mosca",7212 Stoneleigh Dr.,,Harahan,LA,70123,504-738-3994,W,M,R,310,12/31/2010,01/01/2007,Mr. Mosca -Councilman ,City of Harahan ,6437 Jefferson Hwy.,,Harahan,LA,70123,504-737-6383,JEFFERSON,Cindy Murray,125 Glenwood Ave,,Harahan,LA,70123,504-737-1683,W,F,R,310,12/31/2010,01/01/2007,Ms. Murray -Councilman ,City of Harahan ,6437 Jefferson Hwy.,,Harahan,LA,70123,504-737-6383,JEFFERSON,Tiffany Scot Wilken,812 Gordon Ave.,,Harahan,LA,70123,504-738-6406,W,F,R,310,12/31/2010,01/01/2007,Ms. Wilken -Councilman ,"District 1, City of Kenner ",1801 Williams Blvd.,,Kenner,LA,70062,504-468-7254,JEFFERSON,"Gregory W. Carroll, ",1915 Short St.,,Kenner,LA,70062-7549,504-469-1376,B,M,D,310 -Councilman ,"District 1, City of Kenner ",1801 Williams Blvd.,,Kenner,LA,70062,504-468-7254,JEFFERSON,"Gregory W. Carroll, ",1915 Short St.,,Kenner,LA,70065,504-782-3404,B,M,D,310,06/30/2010,11/24/2009,Mr. Carroll -Councilman ,"District 2, City of Kenner ",1801 Williams Blvd.,,Kenner,LA,70062,504-468-7254,JEFFERSON,Joe Stagni,1700 Taylor St.,,Kenner,LA,70062,504-467-9641,,,,310,06/30/2010,07/01/2006,Mr. Stagni -Councilman ,"District 3, City of Kenner ",1801 Williams Blvd.,,Kenner,LA,70062,504-468-7254,JEFFERSON,"""Ben"" Zahn, ",4328 Colorado Ave.,,Kenner,LA,70065-1324,504-464-0793,W,M,R,310 -Councilman ,"District 3, City of Kenner ",1801 Williams Blvd.,,Kenner,LA,70062,504-468-7254,JEFFERSON,"E.B. ""Ben"" Zahn, III",4328 Colorado Ave.,,Kenner,LA,70065,504-464-0791,W,M,R,310,06/30/2010,07/01/2006 -Councilman ,"District 4, City of Kenner ",1801 Williams Blvd.,,Kenner,LA,70062,504-468-7254,JEFFERSON,Maria DeFrancesch,20 Monte Carlo Dr.,,Kenner,LA,70065,504-467-1585,W,F,R,310,06/30/2010,07/01/2006,Ms. Defrancesch -Councilman ,"District 5, City of Kenner ",1801 Williams Blvd.,,Kenner,LA,70062,504-468-7254,JEFFERSON,Kent Denapolis,1801 Williams Blvd.,,Kenner,LA,70062,504-468-7520,W,M,R,310,06/30/2010,07/01/2006,Mr. Denapolis -Councilman ,Town of Jean Lafitte ,2654 Jean Lafitte Blvd.,,Lafitte,LA,70067,504-689-2208,JEFFERSON,Barry Bartholomew,2654 Jean Lafitte Blvd.,,Lafitte,LA,70067,,,,,310,,09/09/2009,Mr. Bartholomew -Councilman ,Town of Jean Lafitte ,2654 Jean Lafitte Blvd.,,Lafitte,LA,70067,504-689-2208,JEFFERSON,"Barry D. Bartholomew, ",1940 Jean Lafitte Blvd.,,Lafitte,LA,70067-3630,504-689-4720,W,M,D,310,,02/15/2010 -Councilman ,Town of Jean Lafitte ,2654 Jean Lafitte Blvd.,,Lafitte,LA,70067,504-689-2208,JEFFERSON,Christy Creppel,5128 Matherne St.,,Lafitte,LA,70067,504-481-7179,W,F,D,310,06/30/2011,07/01/2007,Ms. Creppel -Councilman ,Town of Jean Lafitte ,2654 Jean Lafitte Blvd.,,Lafitte,LA,70067,504-689-2208,JEFFERSON,Shirley Guillie,624 Jean Lafitte Blvd.,,Lafitte,LA,70067,504-689-5432,W,F,D,310,06/30/2011,07/01/2007,Ms. Guille -Councilman ,Town of Jean Lafitte ,2654 Jean Lafitte Blvd.,,Lafitte,LA,70067,504-689-2208,JEFFERSON,"Calvin ""Butch"" Lebeau",2072 Camille Ct.,,Lafitte,LA,70067,504-689-2288,W,M,D,310,06/30/2011,07/01/2007,Mr. Lebeau -Councilman ,Town of Jean Lafitte ,2654 Jean Lafitte Blvd.,,Lafitte,LA,70067,504-689-2208,JEFFERSON,"Verna ""Teta"" Smith",2761 Couevas St.,,Lafitte,LA,70067,504-689-4521,W,F,D,310,06/30/2011,07/01/2007,Ms. Smith -DPEC Member ,at Large ,,,,LA,,,JEFFERSON DAVIS,Michael C. Cassidy,603 Lucy St.,,Jennings,LA,70546,337-824-0315,W,M,D,054,02/20/2012,02/20/2008,Mr. Cassidy -DPEC Member ,District 1 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,056 -DPEC Member ,District 10 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,056 -DPEC Member ,District 11 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,056 -DPEC Member ,District 12 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,056 -DPEC Member ,District 13 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,064 -RPEC Member ,District 1 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,JEFFERSON DAVIS,Fred Schlesinger,821 N. Hwy. 26,,Lake Arthur,LA,70549-3407,337-774-2213,W,M,R,066,02/20/2012,02/20/2008,Mr. Schlesinger -RPEC Member ,District 3 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,JEFFERSON DAVIS,Charles C. Achane,P. O. Box 963,,Jennings,LA,70546,337-296-8580,B,M,R,066,02/20/2012,02/20/2008,Mr. Achane -RPEC Member ,District 5 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,066 -RPEC Member ,District 8 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,066 -RPEC Member ,District 10 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,066 -RPEC Member ,District 11 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,066 -RPEC Member ,District 12 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,066 -RPEC Member ,District 13 ,,,,LA,,,JEFFERSON DAVIS,,,,,,,,,,,066 -Sheriff ,,P. O. Box 1449,,Jennings,LA,70546,337-821-2100,JEFFERSON DAVIS,"Richard ""Ricky"" Edwards, Jr.",P.O. Box 1449,,Jennings,LA,70546,337-824-5124,W,M,D,225,06/30/2012,07/01/2008,Sheriff Edwards -Clerk of Court ,,P. O. Box 799,,Jennings,LA,70546,337-824-1160,JEFFERSON DAVIS,Richard M. Arceneaux,P.O. Box 243,,Welsh,LA,70591,337-734-2220,W,M,D,230,06/30/2012,07/01/2008 -Assessor ,,"Cths. Bldg., Rm. 103 300 State St.",,Jennings,LA,70546,377-824-3451,JEFFERSON DAVIS,Donald G. Kratzer,1402 N. Sherman St.,,Jennings,LA,70546,337-824-0126,W,M,D,235,12/31/2012,01/01/2009,Mr. Kratzer -Coroner ,,4153 Aaron Road,,Jennings,LA,70546,337-824-6072,JEFFERSON DAVIS,"Charles J. Deese, ",1110 E Gallaugher Rd.,,Jennings,LA,70546-3238,337-824-5226,W,M,N,240,,02/15/2010 -Police Juror,District 1,P. O. Box 1409,,Jennings,LA,70546,337-824-4792,JEFFERSON DAVIS,"""Donald"" Woods",5008 Hwy 14,,Lake Arthur,LA,70549,337-774-3413,W,M,D,245,01/08/2012,01/14/2008,Mr. Woods -Police Juror ,District 2 ,P. O. Box 1409,,Jennings,LA,70546,337-824-4792,JEFFERSON DAVIS,John Marceaux,828 N. Hwy 26,,Lake Arthur,LA,70549,337-774-3728,W,M,R,245,01/08/2012,01/14/2008,Mr. Marceaux -Police Juror ,District 3 ,P. O. Box 1409,,Jennings,LA,70546,337-824-4792,JEFFERSON DAVIS,Warren A. Woods,1507 S. Cutting Ave.,,Jennings,LA,70546,337-824-4263,B,M,D,245,01/08/2012,01/14/2008,Mr. Woods -Police Juror ,District 4 ,P. O. Box 1409,,Jennings,LA,70546,337-824-4792,JEFFERSON DAVIS,Bradley Eastman,1205 W. Division St.,,Jennings,LA,70546,337-824-6178,W,M,D,245,01/08/2012,01/14/2008,Mr. Eastman -Police Juror ,District 5 ,P. O. Box 1409,,Jennings,LA,70546,337-824-4792,JEFFERSON DAVIS,"""Tom"" Kilpatrick",827 Comfort Lane,,Jennings,LA,70546,337-224-2420,W,M,R,245,01/08/2012,01/14/2008,Mr. Kilpatrick -Police Juror ,District 6 ,P. O. Box 1409,,Jennings,LA,70546,337-824-4792,JEFFERSON DAVIS,"Melvin ""Moe"" Adams",210 E. Sumner St.,,Jennings,LA,70546,337-824-9460,B,M,D,245,01/08/2012,01/14/2008,Mr. Adams -Police Juror ,District 7 ,P. O. Box 1409,,Jennings,LA,70546,337-824-4792,JEFFERSON DAVIS,"""Steve"" Eastman",430 E. Nezpique St.,,Jennings,LA,70546,337-824-8039,W,M,D,245,01/08/2012,01/14/2008,Mr. Eastman -Police Juror ,District 8 ,P. O. Box 1409,,Jennings,LA,70546,337-824-4792,JEFFERSON DAVIS,"""Joe"" Landry",22191 Hwy. 26,,Jennings,LA,70546,337-824-4979,W,M,R,245,01/08/2012,01/14/2008,Mr. Landry -Police Juror ,District 9 ,P. O. Box 1409,,Jennings,LA,70546,337-824-4792,JEFFERSON DAVIS,Curt Guillory,27129 Picket Rd.,,Elton,LA,70532-4312,337-584-2360,W,M,D,245,01/08/2012,01/14/2008,Mr. Guillory -Police Juror ,District 10 ,P. O. Box 1409,,Jennings,LA,70546,337-824-4792,JEFFERSON DAVIS,Byron Buller,25009 Barker Rd.,,Kinder,LA,70648,337-738-5710,W,M,D,245,01/08/2012,01/14/2008,Mr. Buller -Police Juror ,District 11 ,P. O. Box 1409,,Jennings,LA,70546,337-824-4792,JEFFERSON DAVIS,Mark A. Pousson,11308 Pecan Orchard Rd.,,Welsh,LA,70591,337-734-3231,W,M,D,245,01/08/2012,10/14/2008,Mr. Pousson -Police Juror ,District 12 ,P. O. Box 1409,,Jennings,LA,70546,337-824-4792,JEFFERSON DAVIS,"""Bill"" Wild",9256 Artemond Rd.,,Welsh,LA,70591-5725,337-753-2466,W,M,D,245,01/08/2012,01/14/2008,Mr. Wild -Police Juror ,District 13 ,P. O. Box 1409,,Jennings,LA,70546,337-824-4792,JEFFERSON DAVIS,Miron Navarre,10220 Demarest Rd.,,Welsh,LA,70591-5932,337-734-4800,W,M,R,245,01/08/2012,01/14/2008,Mr. Navarre -City Judge ,"City Court, City of Jennings ",P. O. Box 609,,Jennings,LA,70546,337-821-5514,JEFFERSON DAVIS,Daniel Stretcher,703 May St.,,Jennings,LA,70546,337-824-0110,W,M,,250,12/31/2014,10/15/2008,Judge Stretcher -City Marshal ,"City Court, City of Jennings ",P. O. Box 609,,Jennings,LA,70546,337-821-5514,JEFFERSON DAVIS,"Clarence L. Cormier, Jr.",818 N. Cutting Ave.,,Jennings,LA,70546-4858,337-824-1314,W,M,D,250,12/31/2014,01/01/2009,Marshal Cormier -Member of School Board ,District 1 ,P. O. Box 640,,Jennings,LA,70546,337-824-1834,JEFFERSON DAVIS,"""Greg"" Bordelon",6173 Morgan Shores Rd.,,Lake Arthur,LA,70549-5314,337-774-2172,W,M,,255,12/31/2010,01/01/2007,Mr. Bordelon -Member of School Board ,District 2 ,P. O. Box 640,,Jennings,LA,70546,337-824-1834,JEFFERSON DAVIS,Malon Dobson,P.O. Box 261,,Lake Arthur,LA,70549,337-774-3024,W,M,D,255,12/31/2010,01/01/2007,Mr. Dobson -Member of School Board ,District 3 ,P. O. Box 640,,Jennings,LA,70546,337-824-1834,JEFFERSON DAVIS,Phillip Arceneaux,P.O. Box 445,,Jennings,LA,70546,337-824-0279,B,M,D,255,12/31/2010,02/23/2009,Mr. Arceneaux -Member of School Board ,District 4 ,P. O. Box 640,,Jennings,LA,70546,337-824-1834,JEFFERSON DAVIS,"Robert W. ""Rob"" Menard",818 W. Academy Ave.,,Jennings,LA,70546,337-824-8125,W,M,,255,12/31/2010,01/01/2007,Mr. Menard -Member of School Board ,District 5 ,P. O. Box 640,,Jennings,LA,70546,337-824-1834,JEFFERSON DAVIS,"""Donn E"" Dees",1719 N. Main St.,,Jennings,LA,70546,337-824-6005,W,M,D,255,12/31/2010,01/01/2007,Mr. Dees -Member of School Board ,District 6 ,P. O. Box 640,,Jennings,LA,70546,337-824-1834,JEFFERSON DAVIS,"David S. ""Cap's"" Capdeville",302 Mulkern St.,,Jennings,LA,70546,337-824-1495,B,M,D,255,12/31/2010,01/01/2007,Mr. Capdeville -Member of School Board ,District 7 ,P. O. Box 640,,Jennings,LA,70546,337-824-1834,JEFFERSON DAVIS,"""Jimmy"" Segura",315 Crail St.,,Jennings,LA,70546,337-824-3013,W,M,O,255,12/31/2010,01/01/2007,Mr. Segura -Member of School Board ,District 8 ,P. O. Box 640,,Jennings,LA,70546,337-824-1834,JEFFERSON DAVIS,Michael J. Heinen,21014 Dama Landry Rd.,,Jennings,LA,70546-8846,337-824-3510,W,M,O,255,12/31/2010,01/01/2007,Mr. Heinen -Member of School Board ,District 9 ,P. O. Box 640,,Jennings,LA,70546,337-824-1834,JEFFERSON DAVIS,Charles Bruchhaus,4535 Dan Buller Rd.,,Elton,LA,70532,337-584-2937,W,M,D,255,12/31/2010,01/01/2007,Mr. Bruchhaus -Member of School Board ,District 10 ,P. O. Box 640,,Jennings,LA,70546,337-824-1834,JEFFERSON DAVIS,Richard McNabb,203 East Plaquemine St.,,Jennings,LA,70546,337-756-2340,W,M,O,255,12/31/2010,01/01/2007,Mr. McNabb -Member of School Board ,District 11 ,P. O. Box 640,,Jennings,LA,70546,337-824-1834,JEFFERSON DAVIS,Mark Boudreaux,405 S. Polk St.,,Welsh,LA,70591,337-734-2470,W,M,R,255,12/31/2010,01/01/2007,Mr. Boudreaux -Member of School Board ,District 12 ,P. O. Box 640,,Jennings,LA,70546,337-824-1834,JEFFERSON DAVIS,Jason J. Bouley,P.O. Box 192,,Roanoke,LA,70581-0192 ,337-753-2370,W,M,,255,12/31/2010,01/01/2007,Mr. Bouley -Member of School Board ,District 13 ,P. O. Box 640,,Jennings,LA,70546,337-824-1834,JEFFERSON DAVIS,"Julius ""Bubba"" Caraway",13168 Hornsby Rd.,,Iowa,LA,70647-6611,337-588-4269,W,M,R,255,12/31/2010,01/01/2007,Mr. Caraway -Justice of the Peace ,Justice of the Peace Ward 1 ,413 Kellogg Ave.,,Lake Arthur,LA,70549,337-774-5263,JEFFERSON DAVIS,Debbie Abshire,413 Kellog St.,,Lake Arthur,LA,70549,337-774-5263,W,F,D,265,12/31/2014,01/01/2009,Ms. Abshire -Justice of the Peace ,Justice of the Peace Ward 2 ,P. O. Box 309,,Elton,LA,70532,337-584-2811,JEFFERSON DAVIS,Linda G. Langley,309 Johnson St.,,Elton,LA,70532,337-584-2421,W,F,D,265,12/31/2014,01/01/2009,Ms. Langley -Justice of the Peace ,Justice of the Peace Ward 3 ,4325 Luthers Rd.,,Iowa,LA,70647,337-582-1669,JEFFERSON DAVIS,Tammie Miller,4351 Luthers Rd.,,Iowa,LA,70647,337-582-1669,W,F,D,265,12/31/2014,01/01/2009,Ms. Miller -Justice of the Peace ,Justice of the Peace Ward 4 ,103 Providence Ln.,,Welsh,LA,70591,337-734-2356,JEFFERSON DAVIS,Robert B. Ramagos,609 Beaufort St.,,Welsh,LA,70591,337-734-2356,W,M,O,265,12/31/2014,01/01/2009,Mr. Ramagos -Justice of the Peace ,Justice of the Peace Ward 5 ,6075 Grand Marias Rd.,,Jennings,LA,70546,337-824-4889,JEFFERSON DAVIS,Jennifer Courville Landry,4406 Pine Island Hwy.,,Jennings,LA,70546-6530,337-824-2835,W,F,R,265,12/31/2014,01/01/2009,Ms. Landry -Justice of the Peace ,Justice of the Peace Ward 6 ,21503 Pinehill Cemetery Rd.,,Iowa,LA,70647,,JEFFERSON DAVIS,George Gotreaux,21503 Pinehill Cemetary Rd.,,Iowa,LA,70647,337-582-3170,W,M,D,265,12/31/2014,01/01/2009,Mr. Gotreaux -Constable ,Justice of the Peace Ward 1 ,P.O. Box 253,,Lake Arthur,LA,70549,337-774-3471,JEFFERSON DAVIS,"C. H. ""Brandy"" Hammond",P. O. Box 455,,Lake Arthur,LA,70549,337-774-2852,W,M,R,267,12/31/2014,01/01/2009,Mr. Hammond -Constable ,Justice of the Peace Ward 2 ,P.O. Box 547,,Elton,LA,70532,337-584-2617,JEFFERSON DAVIS,"Cursey ""Junior"" Marcantel",P. O. Box 547,,Elton,LA,70532,337-584-2617,W,M,D,267,12/31/2014,01/01/2009,Mr. Marcantel -Constable ,Justice of the Peace Ward 3 ,25136 LA Hwy. 165,,Kinder,LA,70648,337-738-5755,JEFFERSON DAVIS,Clarence Talbert,P. O. Box 465,,Fenton,LA,70640,337-263-0837,B,M,D,267,12/31/2014,01/01/2009,Mr. Talbert -Constable ,Justice of the Peace Ward 4 ,609 S. Dautel St.,,Welsh,LA,70591-4709,337-734-2580,JEFFERSON DAVIS,Robyn Leblanc,202 Rowland St.,,Welsh,LA,70591,337-387-9188,W,F,D,267,12/31/2014,01/01/2009,Ms. LeBlanc -Constable ,Justice of the Peace Ward 5 ,6326 Bryan Rd.,,Jennins,LA,70546,337-824-0822,JEFFERSON DAVIS,Joseph W. Guidry,6326 Bryan Rd.,,Jennings,LA,70546,337-824-0822,W,M,D,267,12/31/2014,01/01/2009,Mr. Guidry -Constable ,Justice of the Peace Ward 6 ,P.O. Box 85,,Lacassine,LA,70650,337-588-4485,JEFFERSON DAVIS,Lee Adam Landry,319 Romero St.,,Lacassine,LA,70650,337-588-4485,W,M,D,267,12/31/2014,01/01/2009,Mr. Landry -Mayor ,City of Jennings ,P. O. Drawer 1249,,Jennings,LA,,337-821-5500,JEFFERSON DAVIS,Terry W. Duhon,1106 Granger St.,,Jennings,LA,70546,337-824-3163,W,M,D,300,06/30/2013,07/01/2009,Mayor Duhon -Mayor ,Town of Elton ,P. O. Box 27,,Elton,LA,,337-584-2992,JEFFERSON DAVIS,"""Cathy"" Hollingsworth",P.O. Box 542,,Elton,LA,70532,337-584-2759,W,F,D,300,12/31/2010,01/01/2007,Ms. Collinsworth -Mayor ,Town of Lake Arthur ,P. O. Drawer AK,,Lake Arthur,LA,,337-774-2211,JEFFERSON DAVIS,"E. R. ""Red"" Giles",P.O. Box 832,,Lake Arthur,LA,70549,337-774-5154,W,M,D,300,12/31/2010,01/01/2007,Mr. Giles -Mayor ,Town of Welsh ,P. O. Box 786,,Welsh,LA,,337-734-2231,JEFFERSON DAVIS,Carolyn Louviere,P.O. Box 824,,Welsh,LA,70591,337-734-3983,W,F,D,300,12/31/2012,01/01/2009,Mayor Louviere -Mayor ,Village of Fenton ,P. O. Box 310,,Fenton,LA,,337-756-2321,JEFFERSON DAVIS,"Eddie B. Alfred, Jr.",P.O. Box 106,,Fenton,LA,70640,337-756-2324,B,M,D,300,12/31/2012,01/01/2009,Mayor Alfred -Chief of Police ,Town of Elton ,P. O. Box 27,,Elton,LA,70532,337-584-2992,JEFFERSON DAVIS,Chad Carrier,P.O. Box 884,,Elton,LA,70532,337-329-2627,W,M,R,305,12/31/2010,01/01/2007,Mr. Carrier -Chief of Police ,Town of Lake Arthur ,P. O. Drawer AK,,Lake Arthur,LA,70549,337-774-2211,JEFFERSON DAVIS,Cheryl Vincent,136 Grand Ave.,,Lake Arthur,LA,70549,337-224-1844,W,F,D,305,12/31/2010,01/01/2007,Mr. Vincent -Chief of Police ,Town of Welsh ,P. O. Box 786,,Welsh,LA,70591,337-734-2231,JEFFERSON DAVIS,Tommy Chaisson,P. O. Box 382,,Welsh,LA,70591,337-802-4711,W,M,,305,12/31/2012,01/01/2009,Chief Chaisson -Chief of Police ,Village of Fenton ,,,,LA,,,JEFFERSON DAVIS,"Luther ""Sam"" Alfred",318 Fifth St.,,Fenton,LA,70640,337-756-2584,B,M,,305,12/31/2012,01/01/2009,Mr. Alfred -Alderman ,Town of Welsh ,P. O. Box 786,,Welsh,LA,70591,337-734-2231,JEFFERSON DAVIS,Allen Ardoin,P. O. Box 511,,Welsh,LA,70591,337-734-4212,W,M,D,310,12/31/2012,01/01/2009,Mr. Ardoin -Alderman ,Town of Welsh ,P. O. Box 786,,Welsh,LA,70591,337-734-2231,JEFFERSON DAVIS,"""Jimmy"" Cormier",109 S. Elms St.,,Welsh,LA,70591,337-275-1147,W,M,D,310,12/31/2012,01/01/2009,Mr. Cormier -Alderman ,Town of Welsh ,P. O. Box 786,,Welsh,LA,70591,337-734-2231,JEFFERSON DAVIS,Charles Drake,316 Davis St.,,Welsh,LA,70591,337-734-4759,B,M,D,310,12/31/2012,01/01/2009,Mr. Drake -Alderman ,Town of Welsh ,P. O. Box 786,,Welsh,LA,70591,337-734-2231,JEFFERSON DAVIS,Becky Hudson,109 South St.,,Welsh,LA,70591,337-734-4584,W,F,D,310,12/31/2012,01/01/2009,Ms. Hudson -Alderman ,Town of Welsh ,P. O. Box 786,,Welsh,LA,70591,337-734-2231,JEFFERSON DAVIS,Gloria King Viney,1211 Welsh St.,,Welsh,LA,70591-4041,337-734-4977,B,F,D,310,12/31/2012,01/01/2009,Ms. Viney -Alderman ,Village of Fenton ,P. O. Box 310,,Fenton,LA,70640-0310 ,337-756-2321,JEFFERSON DAVIS,"Eddie Alfred, Sr.",P.O. Box 24,,Fenton,LA,70640,337-756-2598,B,M,D,310,12/31/2012,01/01/2009,Mr. Alfred -Alderman ,Village of Fenton ,P. O. Box 310,,Fenton,LA,70640-0310 ,337-756-2321,JEFFERSON DAVIS,"""Fred"" Arclies",P.O. Box 21,,Fenton,LA,70640,337-756-2234,B,M,O,310,12/31/2012,01/01/2009,Mr. Arclies -Alderman ,Village of Fenton ,P. O. Box 310,,Fenton,LA,70640-0310 ,337-756-2321,JEFFERSON DAVIS,Mary Jones,P. O. Box 425,,Fenton,LA,70640-0425 ,337-756-2386,B,F,D,310,12/31/2012,01/01/2009,Ms. Jones -Council Member ,Town of Elton ,P. O. Box 27,,Elton,LA,70532,337-584-2992,JEFFERSON DAVIS,Tracie Doescher,P.O. Box 8,,Elton,LA,70532,337-584-3026,W,F,,310,12/31/2010,01/01/2007,Ms. Doescher -Council Member ,Town of Elton ,P. O. Box 27,,Elton,LA,70532,337-584-2992,JEFFERSON DAVIS,"Durffey Joseph Fontenot, Jr.",P.O. Box 936,,Elton,LA,70532,337-584-2093,B,M,O,310,12/31/2010,01/01/2007,Mr. Fontenot -Council Member ,Town of Elton ,P. O. Box 27,,Elton,LA,70532,337-584-2992,JEFFERSON DAVIS,Kimberly Manuel Guidry,P.O. Box 866,,Elton,LA,70532,337-584-2481,W,F,D,310,12/31/2010,01/01/2007,Ms. Guidry -Council Member ,Town of Elton ,P. O. Box 27,,Elton,LA,70532,337-584-2992,JEFFERSON DAVIS,"Alphonse ""Kotch"" Guillory",P.O. Box 111,,Elton,LA,70532-5407,337-584-2898,W,M,D,310,12/31/2010,01/01/2007,Mr. Guillory -Council Member ,Town of Elton ,P. O. Box 27,,Elton,LA,70532,337-584-2992,JEFFERSON DAVIS,Margaret G. Langley,P.O. Box 401,,Elton,LA,70532,337-584-5105,W,F,D,310,12/31/2010,01/01/2007,Ms. Langley -Council Member ,Town of Lake Arthur ,P. O. Drawer AK,,Lake Arthur,LA,70549,337-774-2211,JEFFERSON DAVIS,Dorothy L. Charles,635 New Orleans Ave.,,Lake Arthur,LA,70549,337-774-2666,B,F,D,310,12/31/2010,01/01/2007,Ms. Charles -Council Member ,Town of Lake Arthur ,P. O. Drawer AK,,Lake Arthur,LA,70549,337-774-2211,JEFFERSON DAVIS,Kirk J. Conner,712 Arthur Ave.,,Lake Arthur,LA,70549,337-774-5563,W,M,R,310,12/31/2010,01/01/2007,Mr. Conner -Council Member ,Town of Lake Arthur ,P. O. Drawer AK,,Lake Arthur,LA,70549,337-774-2211,JEFFERSON DAVIS,Ellsworth Duhon,222 Hwy. 14,,Lake Arthur,LA,70549-4805,337-774-3675,W,M,D,310,12/31/2010,01/01/2007,Mr. Duhon -Council Member ,Town of Lake Arthur ,P. O. Drawer AK,,Lake Arthur,LA,70549,337-774-2211,JEFFERSON DAVIS,David A. Hanks,1311 State St.,,Lake Arthur,LA,70549,337-774-3902,W,M,D,310,12/31/2010,01/01/2007,Mr. Hanks -Council Member ,Town of Lake Arthur ,P. O. Drawer AK,,Lake Arthur,LA,70549,337-774-2211,JEFFERSON DAVIS,"""Cindy"" Lapoint",P.O. Box 467,,Lake Arthur,LA,70549-3301,337-774-5625,W,F,D,310,12/31/2010,01/01/2007,Ms. Lapoint -Councilman ,"District A, City of Jennings ",P. O. Drawer 1249,,Jennings,LA,70546,337-821-5500,JEFFERSON DAVIS,Rogeous Lawdins,1626 S. Main St.,,Jennings,LA,70546,337-824-5785,B,M,D,310,06/30/2013,07/01/2009,Mr. Lawdins -Councilman ,"District B, City of Jennings ",P. O. Drawer 1249,,Jennings,LA,70546,337-821-5500,JEFFERSON DAVIS,"""Johnny"" Armentor",1405 W. Division St.,,Jennings,LA,70546,337-824-8872,W,M,R,310,06/30/2013,07/01/2009,Mr. Armentor -Councilman ,"District C, City of Jennings ",P. O. Drawer 1249,,Jennings,LA,70546,337-821-5500,JEFFERSON DAVIS,Trey Myers,418 May St.,,Jennings,LA,70546,337-824-5426,W,M,,310,06/30/2013,07/01/2009,Mr. Myers -Councilman ,"District D, City of Jennings ",P. O. Drawer 1249,,Jennings,LA,70546,337-821-5500,JEFFERSON DAVIS,"Anthony Philip LeBlanc, Jr.",214 E. Sumner St.,,Jennings,LA,70546,337-824-6821,B,M,D,310,06/30/2013,07/01/2009,Mr. LeBlanc -Councilman ,"District E, City of Jennings ",P. O. Drawer 1249,,Jennings,LA,70546,337-821-5500,JEFFERSON DAVIS,"""Stevie"" VanHook",2140 E. Academy Ave.,,Jennings,LA,70546,337-824-7905,W,M,R,310,06/30/2013,07/01/2009,Mr. VanHook -DPEC Member ,at Large ,,,,LA,,,LAFAYETTE,Ann L. Ardoin,112 D Hess Rd.,,Carencro,LA,70520,337-896-8211,W,F,D,054,02/20/2012,02/20/2008,Ms. Ardoin -DPEC Member ,at Large ,,,,LA,,,LAFAYETTE,"Alfred F. Boustany, II",P.O. Box 4626,,Lafayette,LA,70502,337-237-2147,W,M,D,054,02/20/2012,02/20/2008,Mr. Boustany -DPEC Member ,at Large ,,,,LA,,,LAFAYETTE,"""Jeff"" Moss",814 S. Washington St.,,Lafayette,LA,70501,337-237-6280,W,M,D,054,02/20/2012,02/20/2008,Mr. Moss -DPEC Member ,at Large ,,,,LA,,,LAFAYETTE,Wilfred Pierre,105 Maglorie Rd.,,Lafayette,LA,70501,337-261-0044,B,M,D,054,02/20/2012,02/20/2008,Mr. Pierre -DPEC Member ,at Large ,,,,LA,,,LAFAYETTE,Mike Stagg,153 Shady Oaks Dr.,,Lafayette,LA,70506,337-261-8116,W,M,D,054,02/20/2012,02/20/2008,Mr. Stagg -DPEC Member ,District 1 ,,,,LA,,,LAFAYETTE,Susannah J. Malbreaux,305 Nashua Dr.,,Carencro,LA,70520,337-896-7489,B,F,D,056,02/20/2012,02/20/2008,Ms. Malbreaux -DPEC Member ,District 2 ,,,,LA,,,LAFAYETTE,"""Greg"" Dean",177 Greenfield,,Carencro,LA,70520,337-896-4614,W,M,D,056,02/20/2012,02/20/2008,Mr. Dean -DPEC Member ,District 3 ,,,,LA,,,LAFAYETTE,Jerilyn M. Hill,1127 W. Gilman Rd.,,Lafayette,LA,70501,337-235-7982,B,F,D,056,02/20/2012,02/20/2008,Ms. Hill -DPEC Member ,District 4 ,,,,LA,,,LAFAYETTE,Lester Gauthier,P.O. Box 3371,,Lafayette,LA,70502,337-235-1811,W,M,D,056,02/20/2012,02/20/2008,Mr. Gauthier -DPEC Member ,District 5 ,,,,LA,,,LAFAYETTE,Stephen Handwerk,205 Pinto St.,,Lafayette,LA,70506,337-991-0294,W,M,D,056,02/20/2012,02/20/2008,Mr. Handwerk -DPEC Member ,District 6 ,,,,LA,,,LAFAYETTE,John D. Bernhardt,P.O. Box 52309,,Lafayette,LA,70505,337-232-6510,W,M,D,056,02/20/2012,02/20/2008,Mr. Bernhardt -DPEC Member ,District 7 ,,,,LA,,,LAFAYETTE,"""Ken"" Bouillion",420 Lippi Blvd.,,Lafayette,LA,70508,337-234-6303,W,M,D,056,02/20/2012,02/20/2008,Mr. Bouillion -DPEC Member ,District 8 ,,,,LA,,,LAFAYETTE,Glenn Armentor,300 Stewart St.,,Lafayette,LA,70501,337-233-1471,W,M,D,056,02/20/2012,02/20/2008,Mr. Armentor -DPEC Member ,District 9 ,,,,LA,,,LAFAYETTE,Boyd F. Zeke Zitzmann,P.O. Box 1315,,Broussard,LA,70518,337-322-3555,W,M,D,056,02/20/2012,02/20/2008,Mr. Zitzmann -RPEC Member ,at Large ,,,,LA,,,LAFAYETTE,"""Ernie"" Alexander",301 Leonpacher Rd.,,Lafayette,LA,70508,337-232-9124,W,M,R,064,02/20/2012,02/20/2008,Mr. Alexander -RPEC Member ,at Large ,,,,LA,,,LAFAYETTE,"Stanley ""Tee"" Brosky",319 Marilyn Dr.,,Lafayette,LA,70503,337-981-5807,W,M,R,064,02/20/2012,02/20/2008,Mr. Brosky -RPEC Member ,at Large ,,,,LA,,,LAFAYETTE,"Ronald ""Ron"" Gomez",305 Annunciation St.,,Lafayette,LA,70508,337-981-9325,W,M,R,064,02/20/2012,02/20/2008,Mr Gomez -RPEC Member ,at Large ,,,,LA,,,LAFAYETTE,Judy F. Keller,103 Huntington Dr.,,Lafayette,LA,70508,337-984-4517,W,F,R,064,02/20/2012,02/20/2008,Ms. Keller -RPEC Member ,at Large ,,,,LA,,,LAFAYETTE,Timothy Reynolds,309 Digby Ave.,,Lafayette,LA,70508,337-988-1031,W,M,R,064,02/20/2012,02/20/2008,MR. Reynolds -RPEC Member ,District 1 ,,,,LA,,,LAFAYETTE,Michael Louis Hebert,109 Broadway Dr.,,Scott,LA,70583,337-235-0377,W,M,R,066,02/20/2012,02/20/2008,Mr. Miller -RPEC Member ,District 2 ,,,,LA,,,LAFAYETTE,Raymond Lalonde,114 Froeba Dr.,,Carencro,LA,70520,337-896-7958,W,M,R,066,02/20/2012,02/20/2008,Mr. Lalonde -RPEC Member ,District 3 ,,,,LA,,,LAFAYETTE,Peggy Castille,542 Renaud Dr.,,Lafayette,LA,70507,337-234-3922,W,F,R,066,02/20/2012,02/20/2008,Ms. Castille -RPEC Member ,District 4 ,,,,LA,,,LAFAYETTE,"W. Thomas ""Tom"" Angers",116 Teche Dr.,,Lafayette,LA,70505,337-233-3268,W,M,R,066,02/20/2012,02/20/2008,MR. Angers -RPEC Member ,District 5 ,,,,LA,,,LAFAYETTE,"""Charlie"" Buckels",202 Sommerset,,Lafayette,LA,70506,337-981-3000,W,M,R,066,02/20/2012,02/20/2008,MR. Buckels -RPEC Member ,District 6 ,,,,LA,,,LAFAYETTE,Denice C. Skinner,110 Primrose Ln.,,Lafayette,LA,70506,337-237-6019,W,F,R,066,02/20/2012,02/20/2008,Ms. Skinner -RPEC Member ,District 7 ,,,,LA,,,LAFAYETTE,C. Mark Gremillion,226 Beverly Dr.,,Lafayette,LA,70503,337-234-8564,W,M,R,066,02/20/2012,02/20/2008,Mr. Gremillion -RPEC Member ,District 8 ,,,,LA,,,LAFAYETTE,"Ross Little, Jr.",100 Harwell,,Lafayette,LA,70503,337-981-1749,W,M,R,066,02/20/2012,02/20/2008,Mr. Little -RPEC Member ,District 9 ,,,,LA,,,LAFAYETTE,,,,,,,,,,,066 -Sheriff ,,P. O. Drawer 3508,,Lafayette,LA,70502,337-232-9211,LAFAYETTE,"""Mike"" Neustrom",P.O. Drawer 3508,,Lafayette,LA,70502,337-237-0778,W,M,D,225,06/30/2012,07/01/2008,Sheriff Neustrom -Clerk of Court ,,P. O. Box 2009,,Lafayette,LA,70502,337-233-0150,LAFAYETTE,Louis J. Perret,P. O. Box 2009,,Lafayette,LA,70502,337-232-1030,W,M,R,230,06/30/2012,07/01/2008,Mr. Perret -Assessor ,,P.O. Box 3225,,Lafayette,LA,70502-3325,337-291-7080,LAFAYETTE,Conrad T. Comeaux,103 Glynnwood Ave.,,Lafayette,LA,70506,337-234-5906,W,M,R,235,12/31/2012,01/01/2009,Mr. Comeaux -Coroner ,,1006 Bertrand Drive,,Lafayette,LA,70506,337-291-7100,LAFAYETTE,Kenneth L. Odinet,304 Beverly,,Lafayette,LA,70503,337-234-8648,W,M,R,240,03/25/2012,03/24/2008,Mr. Odinet -City-Parish President ,,P.O. Box 4017-C,,Lafayette,LA,,337-291-8810,LAFAYETTE,"L. J. ""Joey"" Durel, Jr.",316 Steiner Rd.,,Lafayette,LA,70508,337-981-1094,W,M,R,243,01/02/2012,01/07/2008,Mr. Durel -Member,"City-Parish Council, District 1",P. O. Box 4017-C,,Lafayette,LA,70502,337-291-8810,LAFAYETTE,Purvis Morrison,125 Andres Rd.,,Scott,LA,70583,337-873-9634,B,M,D,245,01/02/2012,01/07/2008,Mr. Morrison -Member ,"City-Parish Council, District 2 ",P. O. Box 4017-C,,Lafayette,LA,70502,337-291-8810,LAFAYETTE,"Joseph ""Jay"" Castille, Jr.",105 St. Girons,,Lafayette,LA,70507,337-232-6125,W,M,D,245,01/02/2012,01/07/2008,Mr. Castille -Member ,"City-Parish Council, District 3 ",P. O. Box 4017-C,,Lafayette,LA,70502,337-291-8810,LAFAYETTE,Brandon Shelvin,301 Monarch Dr.,,Lafayette,LA,70506,337-264-6272,B,M,D,245,01/02/2012,01/07/2008,Mr. Shelvin -Member ,"City-Parish Council, District 4 ",P. O. Box 4017-C,,Lafayette,LA,70502,337-291-8810,LAFAYETTE,Kenneth P. Boudreaux,P.O. Box 92712,,Lafayette,LA,70509,337-237-2793,B,M,D,245,01/02/2012,01/07/2008,Mr. Boudreaux -Member ,"City-Parish Council, District 5 ",P. O. Box 4017-C,,Lafayette,LA,70502,337-291-8810,LAFAYETTE,Jared Bellard,116 Creswell Ave.,,Scott,LA,70583,337-261-5730,W,M,R,245,01/02/2012,01/07/2008,Mr. Bellard -Member ,"City-Parish Council, District 6 ",P. O. Box 4017-C,,Lafayette,LA,70502,337-291-8810,LAFAYETTE,"""Sam"" Dore",102 Federal St.,,Lafayette,LA,70506,337-989-0950,W,M,R,245,01/02/2012,05/12/2009,Mr. Dore -Member ,"City-Parish Council, District 7 ",P. O. Box 4017-C,,Lafayette,LA,70502,337-291-8810,LAFAYETTE,"Donald L. ""Don"" Bertrand",P.O. Box 81098,,Lafayette,LA,70598,337-257-9427,W,M,R,245,01/02/2012,01/07/2008,Mr. Bertrand -Member ,"City-Parish Council, District 8 ",P. O. Box 4017-C,,Lafayette,LA,70502,337-291-8810,LAFAYETTE,Keith J. Patin,636 Alonda,,Lafayette,LA,70503,337-984-4170,W,M,R,245,01/02/2012,01/07/2008,Mr. Patin -Member ,"City-Parish Council, District 9 ",P. O. Box 4017-C,,Lafayette,LA,70502,337-291-8810,LAFAYETTE,William Theriot,4949 Verot School Rd.,,Youngsville,LA,70592,337-856-9063,W,M,R,245,01/02/2012,01/07/2008,Mr. Theriot -City Judge ,"City Court, Division A, City of Lafayette ",P. O. Drawer 3344,,Lafayette,LA,70502,337-291-8777,LAFAYETTE,"""Francie"" Bouillion",P.O. Drawer 3344,,Lafayette,LA,70502,337-291-8777,W,F,,250,12/31/2014,01/01/2009,Marshal Bouillion -City Judge ,"City Court, Division B, City of Lafayette ",P. O. Drawer 3344,,Lafayette,LA,70502,337-291-8761,LAFAYETTE,Douglas J. Saloom,P.O. Box 3344,,Lafayette,LA,70502,337-291-8761,W,M,D,250,12/31/2014,01/01/2009,Judge Saloom -City Marshal ,"City Court, City of Lafayette ",P. O. Drawer 3344,,Lafayette,LA,70502,337-291-8725,LAFAYETTE,"Earl ""Nickey"" Picard",117 Martin Oaks Dr.,,Lafayette,LA,70501,337-233-3963,W,M,D,250,12/31/2014,01/01/2009,Marshal Picard -Member of School Board ,District 1 ,P. O. Drawer 2158,,Lafayette,LA,70502-2158,337-521-7000,LAFAYETTE,Mark Babineaux,528 Rue Des Babineaux,,Scott,LA,70583,337-233-7766,W,M,D,255,12/31/2010,07/21/2008,Mr. Babineaux -Member of School Board ,District 2 ,P. O. Drawer 2158,,Lafayette,LA,70502-2158,337-521-7000,LAFAYETTE,Carl LaCombe,154 Portneuf,,Carencro,LA,70520,337-896-5837,W,M,D,255,12/31/2010,01/01/2007,Mr. LaCombe -Member of School Board ,District 3 ,P. O. Drawer 2158,,Lafayette,LA,70502-2158,337-521-7000,LAFAYETTE,Shelton J. Cobb,204 Alemeda St.,,Lafayette,LA,70501,337-233-4199,B,M,D,255,12/31/2010,10/14/2008,Mr. Cobb -Member of School Board ,District 4 ,P. O. Drawer 2158,,Lafayette,LA,70502-2158,337-521-7000,LAFAYETTE,Edward J. Sam,201 Noah St.,,Lafayette,LA,70501,337-233-2871,B,M,D,255,12/31/2010,01/01/2007,Mr. Sam -Member of School Board ,District 5 ,P. O. Drawer 2158,,Lafayette,LA,70502-2158,337-521-7000,LAFAYETTE,"""Mike"" Hefner",905 Golden Grain Rd.,,Duson,LA,70529,337-873-4244,W,M,D,255,12/31/2010,01/01/2007,Mr. Hefner -Member of School Board ,District 6 ,P. O. Drawer 2158,,Lafayette,LA,70502-2158,337-521-7000,LAFAYETTE,"""Greg"" Awbrey",110 Alpha Dr.,,Lafayette,LA,70506,337-981-6955,W,M,R,255,12/31/2010,01/01/2007,Mr. Awbry -Member of School Board ,District 7 ,P. O. Drawer 2158,,Lafayette,LA,70502-2158,337-521-7000,LAFAYETTE,Mark Cockerham,"300 Lozes Ave., Apt D-3",,Lafayette,LA,70508,337-504-3586,W,M,R,255,12/31/2010,09/14/2007,Mr. Cockerham -Member of School Board ,District 8 ,P. O. Drawer 2158,,Lafayette,LA,70502-2158,337-521-7000,LAFAYETTE,Hunter Beasley,106 Phillip Ave.,,Lafayette,LA,70503,337-269-1894,W,M,,255,12/31/2010,01/01/2007,Mr. Beasley -Member of School Board ,District 9 ,P. O. Drawer 2158,,Lafayette,LA,70502-2158,337-521-7000,LAFAYETTE,Rae B. Trahan,114 E. Parkwood Dr.,,Youngsville,LA,70592,337-856-8742,W,F,D,255,12/31/2010,01/01/2007,Ms. Trahan -Justice of the Peace ,Justice of the Peace Ward 1 ,310 D. Arceneaux Rd.,,Scott,LA,70583,337-873-3646,LAFAYETTE,Preston J. Leger,310 D. Arceneaux Rd.,,Scott,LA,70583,337-873-3646,W,M,D,265,12/31/2014,01/01/2009,Mr. Leger -Justice of the Peace ,Justice of the Peace Ward 2 ,2306 S. Fieldspan Rd.,,Duson,LA,70529,337-873-8413,LAFAYETTE,Kermit J. Guidry,2306 S. Fieldspan,,Duson,LA,70529,337-873-8413,W,M,D,265,12/31/2014,01/01/2009,Mr. Guidry -Justice of the Peace ,Justice of the Peace Ward 4 ,4256 Verot School Rd.,,Youngsville,LA,70592,337-856-5515,LAFAYETTE,Lynwood J. Broussard,4256 Verot School Rd.,,Youngsville,LA,70592,337-856-5515,W,M,O,265,12/31/2014,01/01/2009,Mr. Broussard -Justice of the Peace ,Justice of the Peace Ward 5 ,120 Hulin Rd.,,Broussard,LA,70518,337-837-1404,LAFAYETTE,Barbara Broussard,120 Hulin Rd.,,Broussard,LA,70518,337-837-1404,W,F,D,265,12/31/2014,01/01/2009,Ms. Broussard -Justice of the Peace ,Justice of the Peace Ward 6 ,1019 Hector Connolly Rd.,,Carencro,LA,70520,337-896-6605,LAFAYETTE,"Michael ""Chalk"" Angelle",1019 Hector Conolly,,Carencro,LA,70520,337-349-3866,W,M,D,265,12/31/2014,01/01/2009,Mr. Angelle -Justice of the Peace ,Justice of the Peace Ward 6 ,1019 Hector Connolly Rd.,,Carencro,LA,70520,337-896-6605,LAFAYETTE,Michael J. Broussard,300 Wallace Broussard,,Carencro,LA,70520,337-896-5127,W,M,D,265,12/31/2014,01/01/2009,Mr. Broussard -Justice of the Peace ,Justice of the Peace Ward 7 ,2877 Verot School Rd.,,Lafayette,LA,70508,337-856-4303,LAFAYETTE,"Donald ""Don"" Garber",1427P LaNeuville Rd.,,Lafayette,LA,70508,337-856-4303,W,M,D,265,12/31/2014,01/01/2009,Mr. Garber -Justice of the Peace ,Justice of the Peace Ward 8 ,516 E. Broussard Rd.,,Lafayette,LA,70503,337-989-1729,LAFAYETTE,"Weston J. ""Bruce"" Broussard",516 East Broussard,,Lafayette,LA,70503,337-989-1729,W,M,R,265,12/31/2014,01/01/2009,Mr. Broussard -Justice of the Peace ,Justice of the Peace Ward 9 ,120 LA Hwy. 89 S.,,Youngsville,LA,70592,*,LAFAYETTE,Nancy L. Poirier,120 La. Hwy 89 South,,Youngsville,LA,70592,337-856-6186,W,F,R,265,12/31/2014,07/28/2008,Ms. Poirier -Constable ,Justice of the Peace Ward 1 ,255 Lormand Rd.,,Scott,LA,70583,337-873-4292,LAFAYETTE,Judy Lantier Menard,255 Lormand Rd.,,Scott,LA,70583,337-873-4292,W,F,D,267,12/31/2014,01/01/2009,Ms. Menard -Constable ,Justice of the Peace Ward 2 ,1410 Sellers Rd.,,Rayne,LA,70578,337-873-8918,LAFAYETTE,Aldon L. Duhon,1410 Sellers Rd.,,Rayne,LA,70570,337-873-8918,W,M,D,267,12/31/2014,01/01/2009,Mr. Duhon -Constable ,Justice of the Peace Ward 4 ,701 Espasie,,Youngsville,LA,70592,337-856-4560,LAFAYETTE,Jay Hebert,701 Espasie,,Youngsville,LA,70592,337-856-4560,W,M,R,267,12/31/2014,01/01/2009,Mr. Hebert -Constable ,Justice of the Peace Ward 5 ,122 Hulin Rd.,,Broussard,LA,70518,337-837-6298,LAFAYETTE,Laura Menard,122 Hulin Rd.,,Broussard,LA,70518,337-837-6298,W,F,D,267,12/31/2014,01/01/2009,Ms. Menard -Constable ,Justice of the Peace Ward 6 ,145 Wagon Trail,,Carencro,LA,70520,337-896-6512,LAFAYETTE,Russell Comeaux,145 Wagon Trail,,Carencro,LA,70520,337-896-6512,W,M,D,267,12/31/2014,01/01/2009,Mr. Comeaux -Constable ,Justice of the Peace Ward 6 ,145 Wagon Trail,,Carencro,LA,70520,337-896-6512,LAFAYETTE,"""Pat"" Dugas",101 Lynda,,Carencro,LA,70520,337-319-3248,W,M,D,267,12/31/2014,01/01/2009,mr. Dugas -Constable ,Justice of the Peace Ward 7 ,1204 Laneuville Rd.,,Lafayette,LA,70508,337-989-9146,LAFAYETTE,Darrell Menard,1204 LaNeuville Rd.,,Lafayette,LA,70508,337-989-9146,W,M,R,267,12/31/2014,01/01/2009,Mr. Menard -Constable ,Justice of the Peace Ward 8 ,801 Provost St.,,Scott,LA,70583,337-232-2930,LAFAYETTE,"Harold ""Harry"" Domingue",801 Provost St.,,Scott,LA,70583,337-232-2930,W,M,D,267,12/31/2014,01/01/2009,Mr. Domingue -Constable ,Justice of the Peace Ward 9 ,129 Nezpique Rd.,,Youngsville,LA,70592,337-856-5643,LAFAYETTE,"Sanford ""Butch"" Landry",129 Nezpique Rd.,,Youngsville,LA,70592,337-856-5643,W,M,D,267,12/31/2014,01/01/2009,Mr. Landry -Mayor ,City of Carencro ,P. O. Drawer 10,,Carencro,LA,,337-896-8481,LAFAYETTE,Glenn L. Brasseaux,5005 N. University,,Carencro,LA,70520,337-896-8541,W,M,D,300,12/31/2010,01/01/2007,Mr. Brasseaux -Mayor ,City of Scott ,P. O. Box 517,,Scott,LA,,337-233-1130,LAFAYETTE,Hazel D. Myers,109 Jules St.,,Scott,LA,70583,337-234-8681,W,F,D,300,12/31/2010,01/01/2007,Mayor Myers -Mayor ,City of Youngsville ,P.O. Box 592,,Youngsville,LA,,337-856-4181,LAFAYETTE,"Wilson B. Viator, Jr.",P.O. Box 399,,Youngsville,LA,70592,337-856-4622,W,M,R,300,12/31/2010,01/01/2007,Mayor Viator -Chief of Police ,City of Carencro ,P. O. Drawer 10,,Carencro,LA,70520,337-896-8481,LAFAYETTE,Carlos Stout,311 Rue Colombe,,Carencro,LA,70520,337-896-9021,W,M,D,305,12/31/2010,01/01/2007,Mr. Stout -Chief of Police ,City of Scott ,P. O. Box 517,,Scott,LA,70583,337-233-1130,LAFAYETTE,Chad Leger,P. O. Box 810,,Scott,LA,70583,337-233-3715,W,M,D,305,12/31/2010,01/01/2007,Chief Leger -Chief of Police ,City of Youngsville ,P.O. Box 592,,Youngsville,LA,70592,337-856-4181,LAFAYETTE,Earl Menard,P.O. Box 265,,Youngsville,LA,70592,337-857-7295,W,M,R,305,12/31/2010,01/01/2007,Chief Menard -Council Member at Large ,City of Scott ,,,,LA,,,LAFAYETTE,Norwood Menard,P.O Box 615,,Scott,LA,70583,337-261-0219,W,M,D,308,12/31/2010,01/01/2007,Mr. Menard -Council Member ,City of Carencro ,P. O. Drawer 10,,Carencro,LA,70520,337-896-8481,LAFAYETTE,"Antoine Babineaux, Jr.",405 Guilbeau Rd.,,Carencro,LA,70520,337-896-8534,B,M,D,310,12/31/2010,01/01/2007,Mr. Babineaux -Council Member ,City of Carencro ,P. O. Drawer 10,,Carencro,LA,70520,337-896-8481,LAFAYETTE,L. J. Boudreaux,101 St. Pierre Blvd.,,Carencro,LA,70520,337-896-8834,W,M,D,310,12/31/2010,11/14/2008,Mr. Boudreaux -Council Member ,City of Carencro ,P. O. Drawer 10,,Carencro,LA,70520,337-896-8481,LAFAYETTE,"Allen ""Coach"" Conque",208 Thoroughbred Dr.,,Lafayette,LA,70507,337-896-8323,W,M,D,310,12/31/2010,01/01/2007,Mr. Conque -Council Member ,City of Carencro ,P. O. Drawer 10,,Carencro,LA,70520,337-896-8481,LAFAYETTE,"""Kim"" Guidry",111 S. St. John St.,,Carencro,LA,70520,337-896-6735,W,F,R,310,12/31/2010,01/01/2007,Ms. Guidry -Council Member ,City of Carencro ,P. O. Drawer 10,,Carencro,LA,70520,337-896-8481,LAFAYETTE,J. L. Richard,P.O. Box 481,,Carencro,LA,70520,337-896-6278,W,M,D,310,12/31/2010,01/01/2007,Mr. Richard -Council Member ,"District 1, City of Scott ",P. O. Box 517,,Scott,LA,70583,337-233-1130,LAFAYETTE,"""Bill"" Young",P.O. Box 534,,Scott,LA,70583,337-232-1353,W,M,D,310,12/31/2010,01/01/2007,Mr. Young -Council Member ,"District 2, City of Scott ",P. O. Box 517,,Scott,LA,70583,337-233-1130,LAFAYETTE,Terry J. Montoucet,217 Heidi Cir.,,Lafayette,LA,70507,337-264-1168,W,M,D,310,12/31/2010,01/01/2007,Mr. Montoucet -Council Member ,"District 3, City of Scott ",P. O. Box 517,,Scott,LA,70583,337-233-1130,LAFAYETTE,"John ""Bob"" Boudreaux",1005 Westgate Rd.,,Lafayette,LA,70506,337-981-3322,W,M,D,310,12/31/2010,01/01/2007,Mr. Boudreaux -Council Member ,"District 4, City of Scott ",P. O. Box 517,,Scott,LA,70583,337-233-1130,LAFAYETTE,Mark Moreau,209 Cheyenne Cir.,,Scott,LA,70583,337-235-2942,W,M,R,310,12/31/2010,01/01/2007,Mr. Moreau -Council Member ,"Division A, City of Youngsville ",P.O. Box 592,,Youngsville,LA,70592,337-856-4181,LAFAYETTE,Paul W. Huval,123 Beacon Dr.,,Youngsville,LA,70592,337-837-9993,W,M,R,310,12/31/2010,01/01/2007,Mr. Huval -Council Member ,"Division B, City of Youngsville ",P.O. Box 592,,Youngsville,LA,70592,337-856-4181,LAFAYETTE,Brenda Burley,P.O. Box 617,,Youngsville,LA,70592,337-856-9460,W,F,R,310,12/31/2010,01/01/2007,Ms. Burley -Council Member ,"Division C, City of Youngsville ",P.O. Box 592,,Youngsville,LA,70592,337-856-4181,LAFAYETTE,"A. J. Bernard, Jr.",P.O. Box 140,,Youngsville,LA,70592,337-856-5089,W,M,R,310,12/31/2010,01/01/2007,Mr. Bernard -Council Member ,"Division D, City of Youngsville ",P.O. Box 592,,Youngsville,LA,70592,337-856-4181,LAFAYETTE,Tim Barbier,112 Cresthill Dr.,,Youngsville,LA,70592,337-856-5256,W,M,R,310,12/31/2010,01/01/2007,Mr. Barbier -Council Member ,"Division E, City of Youngsville ",P.O. Box 592,,Youngsville,LA,70592,337-856-4181,LAFAYETTE,Dianne McClelland,629 N. Larriviere,,Broussard,LA,70518,337-837-4805,W,F,R,310,12/31/2010,01/01/2007,Ms. McClelland -DPEC Member ,at Large ,,,,LA,,,LAFOURCHE,Lawrence Autin,P.O. Box 144,,Raceland,LA,70394,985-537-2010,W,M,D,054,02/20/2012,02/20/2008,Mr. Autin -DPEC Member ,at Large ,,,,LA,,,LAFOURCHE,"""Jimmy"" Cantrelle",118 Cantrelle Dr.,,Raceland,LA,70394,985-532-6688,W,M,D,054,02/20/2012,02/20/2008,Mr. Cantrelle -DPEC Member ,at Large ,,,,LA,,,LAFOURCHE,Roland Chiasson,105 Romy Dr.,,Lockport,LA,70374,985-665-1372,W,M,D,054,02/20/2012,02/20/2008,Mr. Chiasson -DPEC Member ,District 1 ,,,,LA,,,LAFOURCHE,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,LAFOURCHE,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,LAFOURCHE,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,LAFOURCHE,Matthew Block,800 Edgewood Dr.,,Thibodaux,LA,70301,985-446-0418,W,M,D,056,02/20/2012,02/20/2008,Mr. Block -DPEC Member ,District 5 ,,,,LA,,,LAFOURCHE,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,LAFOURCHE,Carol LeBlanc,292 St. Peter St.,,Raceland,LA,70394,985-537-6818,W,F,D,056,02/20/2012,02/20/2008,Ms. LeBlanc -DPEC Member ,District 7 ,,,,LA,,,LAFOURCHE,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,LAFOURCHE,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,LAFOURCHE,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,LAFOURCHE,David Gauthe,1922 Bayou Rd.,,Thibodaux,LA,70301,,,,,064,,02/10/2009,Mr. Gauthe -RPEC Member ,at Large ,,,,LA,,,LAFOURCHE,Jane Griffin,157 Heidi Ln.,,Thibodaux,LA,70301,,,,,064,,02/10/2009,Ms. Griffin -RPEC Member ,at Large ,,,,LA,,,LAFOURCHE,Betsy McGee,603 Country Club Blvd.,,Thibodaux,LA,70301,,,,,064,,02/10/2009,Ms. McGee -RPEC Member ,at Large ,,,,LA,,,LAFOURCHE,Jeanette Naquin,862 St. Mary St.,,Thibodaux,LA,70301,,,,,064,,02/10/2009,Ms. Naquin -RPEC Member ,at Large ,,,,LA,,,LAFOURCHE,Sheila Plater,425 East St.,,Thibodaux,LA,70301,,,,,064,,02/10/2009,Ms. Plater -RPEC Member ,District 1 ,,,,LA,,,LAFOURCHE,Marsha Willett,1286 Hwy. 304,,Thibodaux,LA,70301,,,,,066,,02/10/2009,Ms. Willett -RPEC Member ,District 2 ,,,,LA,,,LAFOURCHE,Mary Bond,1871 St. Mary St.,,Thibodaux,LA,70301,,,,,066,,02/10/2009,Ms. Bond -RPEC Member ,District 3 ,,,,LA,,,LAFOURCHE,Al Carter,113 Cedar St.,,Thibodaux,LA,70301,,,,,066,,02/10/2009,Ms. Carter -RPEC Member ,District 4 ,,,,LA,,,LAFOURCHE,Gwen Cheramie,603 Country Blub Blvd.,,Thibodaux,LA,70301,,,,,066,,02/10/2009,Ms. Cheramie -RPEC Member ,District 5 ,,,,LA,,,LAFOURCHE,Mark Atzenhoffer,301 Silver St.,,Houma,LA,70364,,,,,066,,02/10/2009,Mr. Atzenhoffer -RPEC Member ,District 6 ,,,,LA,,,LAFOURCHE,Andrea Bollinger,P.O. Box 250,,Lockport,LA,70374,,,,,066,,02/10/2009,Ms. Bollinger -RPEC Member ,District 7 ,,,,LA,,,LAFOURCHE,,,,,,,,,,,066 -RPEC Member ,District 8 ,,,,LA,,,LAFOURCHE,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,LAFOURCHE,Rudy King,603 Country Club Blvd.,,Thibodaux,LA,70301,,,,,066,,02/10/2009,Mr. King -Sheriff ,,P. O. Box 5608,,Thibodaux,LA,70302,985-449-2255,LAFOURCHE,Craig Webre,P.O. Box 5608,,Thibodaux,LA,70302,985-447-8200,W,M,R,225,06/30/2012,07/01/2008,Sheriff Webre -Clerk of Court ,,P. O. Box 818,,Thibodaux,LA,70302-0818 ,985-447-4841,LAFOURCHE,Vernon H. Rodrigue,P.O. Box 818,,Thibodeaux,LA,70302-0818 ,985-446-7734,W,M,D,230,06/30/2012,07/01/2008,Mr. Rodrigue -Assessor ,,403 St. Louis St.,,Thibodaux,LA,70301,985-447-7242,LAFOURCHE,Michael Martin,174 W. 214th St.,,Galliano,LA,70354,985-475-5485,W,M,D,235,12/31/2012,01/01/2009,Mr. Martin -Coroner ,,P.O. Box 1562,,Raceland,LA,70394,985-537-7055,LAFOURCHE,John King,123 Texas St.,,Raceland,LA,70394,985-446-5210,W,M,,240,03/25/2012,07/21/2008,Mr. King -Parish President ,,P. O. Drawer 5548,,Thibodaux,LA,70302,985-446-8427,LAFOURCHE,Charlotte Randolph,P.O. Box 5548,,Thibodaux,LA,70302,985-532-6452,W,F,R,243,01/11/2012,01/09/2008,Ms. Randolph -Council Member ,District 1 ,P. O. Drawer 5548,,Thibodaux,LA,,985-446-8427,LAFOURCHE,Jerry Jones,1132 Louise St.,,Thibodaux,LA,70301,985-448-2627,B,M,D,245,01/11/2012,01/09/2008,Mr. Jones -Council Member ,District 2 ,P. O. Drawer 5548,,Thibodaux,LA,70302,985-446-8427,LAFOURCHE,Michael F. Delatte,2999 Choctaw Rd.,,Thibodaux,LA,70301,985-633-9902,W,M,D,245,01/11/2012,01/09/2008,Mr. Delatte -Council Member ,District 3 ,P. O. Drawer 5548,,Thibodaux,LA,70302,985-446-8427,LAFOURCHE,Louis Richard,418 Rue De Cypress,,Thibodaux,LA,70301,985-448-2012,W,M,R,245,01/11/2012,01/09/2008,Mr. Richard -Council Member ,District 4 ,P. O. Drawer 5548,,Thibodaux,LA,70302,985-446-8427,LAFOURCHE,"Joseph ""Joe"" Fertitta",202 Parkside Dr.,,Thibodaux,LA,70301,985-447-3693,W,M,R,245,01/11/2012,01/09/2008,Mr. Fertitta -Council Member ,District 5 ,P. O. Drawer 5548,,Thibodaux,LA,70302,985-446-8427,LAFOURCHE,"""Matt"" Matherne",4321 Ferry Rd.,,Bourg,LA,70343,985-804-1128,W,M,O,245,01/11/2012,01/09/2008,Mr. Matherne -Council Member ,District 6 ,P. O. Drawer 5548,,Thibodaux,LA,70302,985-446-8427,LAFOURCHE,Lindel Toups,1936 Hwy. 654,,Gheens,LA,70355,985-532-5889,W,M,D,245,01/11/2012,01/09/2008,Mr. Toups -Council Member ,District 7 ,P. O. Drawer 5548,,Thibodaux,LA,70302,985-446-8427,LAFOURCHE,L. Phillip Gouaux,1421 Hyland Dr.,,Lockport,LA,70374,985-532-5226,W,M,D,245,01/11/2012,01/09/2008,Mr. Gouaux -Council Member ,District 8 ,P. O. Drawer 5548,,Thibodaux,LA,70302,985-446-8427,LAFOURCHE,Rodney Doucet,14574 W. Main,,Cut Off,LA,70345,985-632-2835,W,M,D,245,01/11/2012,01/09/2008,Mr. Doucet -Council Member ,District 9 ,P. O. Drawer 5548,,Thibodaux,LA,70302,985-446-8427,LAFOURCHE,Daniel Lorraine,P.O. Box 183,,Golden Meadow,LA,70357,985-475-5013,W,M,D,245,01/11/2012,01/09/2008,Mr. Lorraine -City Judge ,"City Court, City of Thibodaux ",P. O. Box 568,,Thibodaux,LA,70302,985-446-7238,LAFOURCHE,Mark D. Chiasson,213 Davis Dr.,,Thibodaux,LA,70301,985-446-7560,W,M,R,250,12/31/2014,01/01/2009,Judge Chiasson -City Marshal ,"City Court, City of Thibodaux ",P. O. Box 568,,Thibodaux,LA,70302,504-446-7238,LAFOURCHE,Harley J. Gros,409 E. Seventh St.,,Thibodaux,LA,70301,985-446-8001,W,M,D,250,12/31/2014,01/01/2009,Marshal Gros -Member of School Board ,District 1 ,P.O. Box 879,,Thibodaux,LA,70301-0879 ,985-435-4602,LAFOURCHE,Louis E. Thibodaux,411 Cherry Dr.,,Thibodaux,LA,70301,985-447-9407,W,M,D,255,12/31/2010,01/01/2007,Mr. Thibodaux -Member of School Board ,District 2 ,P.O. Box 879,,Thibodaux,LA,70301-0879 ,985-435-4602,LAFOURCHE,Rhoda Caldwell,605 Canal Blvd.,,Thibodaux,LA,70301,985-447-1545,W,F,D,255,12/31/2010,01/01/2007,Ms. Caldwell -Member of School Board ,District 3 ,P.O. Box 879,,Thibodaux,LA,70301-0879 ,985-435-4602,LAFOURCHE,"Richmond Boyd, Jr.",1215 Narrow St.,,Thibodaux,LA,70301,985-446-7052,B,M,D,255,12/31/2010,01/01/2007,Mr. Boyd -Member of School Board ,District 4 ,P.O. Box 879,,Thibodaux,LA,70301-0879 ,985-435-4602,LAFOURCHE,Robert Naquin,P.O. Box 704,,Thibodaux,LA,70302,985-446-5425,W,M,R,255,12/31/2010,01/01/2007,Mr. Naquin -Member of School Board ,District 5 ,P.O. Box 879,,Thibodaux,LA,70301-0879 ,985-435-4602,LAFOURCHE,Stella Chiasson Lasseigne,306 Hermitage Dr.,,Thibodaux,LA,70301,985-446-8108,W,F,D,255,12/31/2010,01/01/2007,Ms. Lasseigne -Member of School Board ,District 6 ,P.O. Box 879,,Thibodaux,LA,70301-0879 ,985-435-4602,LAFOURCHE,"G. A. Rodrigue, Jr.",1249 Hwy. 20,,Thibodaux,LA,70301,985-633-9435,W,M,D,255,12/31/2010,01/01/2007,Mr. Rodrigue -Member of School Board ,District 7 ,P.O. Box 879,,Thibodaux,LA,70301-0879 ,985-435-4602,LAFOURCHE,Gary J. Foret,108 Pierre Street,,Raceland,LA,70394,985-537-3433,W,M,D,255,12/31/2010,01/01/2007,Mr. Foret -Member of School Board ,District 8 ,P.O. Box 879,,Thibodaux,LA,70301-0879 ,985-435-4602,LAFOURCHE,Ronald Pere,285 Church St.,,Raceland,LA,70394,985-537-6946,W,M,D,255,12/31/2010,01/01/2007,Mr. Pere -Member of School Board ,District 9 ,P.O. Box 879,,Thibodaux,LA,70301-0879 ,985-435-4602,LAFOURCHE,Julie Breaux,160 St. James St.,,Gheens,LA,70355,985-532-6283,W,F,D,255,12/31/2010,01/01/2007,Ms. Breaux -Member of School Board ,District 10 ,P.O. Box 879,,Thibodaux,LA,70301-0879 ,985-435-4602,LAFOURCHE,"Dennis ""Jean"" Chiasson",302 Romy Dr.,,Lockport,LA,70374,985-532-5758,W,M,D,255,12/31/2010,01/01/2007,Mr. Chiasson -Member of School Board ,District 11 ,P.O. Box 879,,Thibodaux,LA,70301-0879 ,985-435-4602,LAFOURCHE,Roy Landry,207 Mary Beth Ave.,,Houma,LA,70364,985-872-2348,W,M,D,255,12/31/2010,01/01/2007,Mr. Landry -Member of School Board ,District 12 ,P.O. Box 879,,Thibodaux,LA,70301-0879 ,985-435-4602,LAFOURCHE,"""Jon"" Callais",202 W. 14th St.,,Cut Off,LA,70345,985-798-7887,W,M,D,255,12/31/2010,01/01/2007,Mr. Callais -Member of School Board ,District 13 ,P.O. Box 879,,Thibodaux,LA,70301-0879 ,985-435-4602,LAFOURCHE,"""Al"" Archer",P.O. Box 1212,,Cut Off,LA,70345,985-632-3094,B,M,D,255,12/31/2010,01/01/2007,Mr. Archer -Member of School Board ,District 14 ,P.O. Box 879,,Thibodaux,LA,70301-0879 ,985-435-4602,LAFOURCHE,Larry Paul Pitre,117 East 93rd St.,,Cut Off,LA,70345,985-632-5735,W,M,D,255,12/31/2010,01/01/2007,Mr. Pitre -Member of School Board ,District 15 ,P.O. Box 879,,Thibodaux,LA,70301-0879 ,985-435-4602,LAFOURCHE,Lawrence Mounic,112 Martinez Ln.,,Golden Meadow,LA,70357,985-475-6425,W,M,D,255,12/31/2010,01/01/2007,Mr. Mounic -Member ,"Greater Lafourche Port Commission, Div. A ",P. O. Drawer 490,,Galliano,LA,70354,985-632-6701,LAFOURCHE,"Harris ""Chuckie"" Cheramie, Jr.",P.O. Box 1358,,Galliano,LA,70354,985-325-5647,W,M,D,260,12/31/2012,01/01/2007,Mr. Chermaie -Member ,"Greater Lafourche Port Commission, Div. B ",,,,LA,,,LAFOURCHE,Perry Gisclair,141 W. 139th St.,,Cut Off,LA,70345,985-632-6363,W,M,D,260,12/31/2012,01/01/2007,Mr. Gisclair -Member ,"Greater Lafourche Port Commission, Div. C ",,,,LA,,,LAFOURCHE,"Jimmy ""T Jim"" Lafont",162 W. 112th St.,,Cut Off,LA,70345,985-632-5537,W,M,D,260,12/31/2012,01/01/2007,Mr. Lafont -Member ,"Greater Lafourche Port Commission, Div. D ",,,,LA,,,LAFOURCHE,Donald Vizier,P.O. Box 580,,Galliano,LA,70354,985-632-7129,W,M,R,260,12/31/2012,01/01/2007,Mr. Vizier -Member ,"Greater Lafourche Port Commission, Div. E ",,,,LA,,,LAFOURCHE,"Wilbert Collins, Sr.",113 Harry St.,,Golden Meadow,LA,70357,985-475-7721,W,M,R,260,12/31/2012,01/01/2007,Mr. Collins -Member ,"Greater Lafourche Port Commission, Div. F ",,,,LA,,,LAFOURCHE,Larry J. Griffin,P.O. Box 27,,Golden Meadow,LA,70357,985-475-5459,W,M,D,260,12/31/2012,01/01/2007,Mr. Griffin -Member ,"Greater Lafourche Port Commission, Div. G ",,,,LA,,,LAFOURCHE,Johnny Melancon,106 E. 39th St.,,Cut Off,LA,70345,985-632-3048,W,M,R,260,12/31/2012,01/01/2007,Mr. Melancon -Member ,"Greater Lafourche Port Commission, Div. H ",,,,LA,,,LAFOURCHE,Jimmy Guidry,P.O. Box 465,,Larose,LA,70373,985-693-3767,W,M,D,260,12/31/2012,01/01/2007,Mr. Guidry -Member ,"Greater Lafourche Port Commission, Div. I ",,,,LA,,,LAFOURCHE,"Ervin ""Vin"" Bruce",1083 ABC St.,,Cut Off,LA,70383,985-632-2123,W,M,D,260,12/31/2012,01/01/2007,Mr. Bruce -Justice of the Peace ,1st Justice of the Peace Court ,820 Oak Lane,,Thibodaux,LA,70301,985-446-1883,LAFOURCHE,Jean Denis Rodrigue,820 Oak Lane,,Thibodaux,LA,70301,985-446-1883,W,M,D,265,12/31/2014,01/01/2009,Mr. Rodrigue -Justice of the Peace ,2nd Justice of the Peace Court ,115 Uzee Lane,,Raceland,LA,70394,985-537-6413,LAFOURCHE,Mary U. Foret,115 Uzee Lane,,Raceland,LA,70394,985-537-6413,W,F,D,265,12/31/2014,01/01/2009,Ms. Foret -Justice of the Peace ,3rd Justice of the Peace Court ,P. O. Box 476,,Larose,LA,70373,985-693-3892,LAFOURCHE,Bennett Arceneaux,117 Willow-D St.,,Larose,LA,70373,985-693-3892,W,M,D,265,12/31/2014,01/01/2009,Mr. Arceneaux -Justice of the Peace ,4th Justice of the Peace Court ,P.O. Box 331,,Galliano,LA,70354,985-632-3995,LAFOURCHE,Lois L. Gautreaux,P.O. Box 331,,Galliano,LA,70354,985-632-3995,W,F,D,265,12/31/2014,01/01/2009,Mr. Gautreaux -Constable ,1st Justice of the Peace Court ,540 Hwy. 304,,Thibodaux,LA,70301,985-633-2005,LAFOURCHE,Benny J. Percle,540 Hwy. 304,,Thibodaux,LA,70301,985-633-2005,W,M,D,267,12/31/2014,01/01/2009,Mr. Percle -Constable ,2nd Justice of the Peace Court ,2514 Hwy. 182,,Raceland,LA,70394,985-537-5735,LAFOURCHE,Dwain LeBouef,2514 Hwy. 182,,Raceland,LA,70394,985-537-5735,W,M,D,267,12/31/2014,01/01/2009,Mr. LeBouef -Constable ,3rd Justice of the Peace Court ,386 Adams St.,,Raceland,LA,70394,985-532-5287,LAFOURCHE,"John ""Johnny"" Detillier",386 Adams St.,,Raceland,LA,70394,985-532-5287,W,M,D,267,12/31/2014,01/01/2009,Mr. Detillier -Constable ,4th Justice of the Peace Court ,108 E. 128th St.,,Galliano,LA,70354,985-632-6576,LAFOURCHE,Carl A. Doucet,108 East 128th St.,,Galliano,LA,70354,985-632-6576,W,M,D,267,12/31/2014,01/01/2009,Mr. Doucet -Mayor ,City of Thibodaux ,P. O. Box 5418,,Thibodaux,LA,,985-446-7200,LAFOURCHE,Charles Caillouet,P.O. Box 1218,,Thibodaux,LA,70302,985-446-8333,W,M,D,300,12/12/2010,12/11/2006,Mayor Caillouet -Mayor ,Town of Golden Meadow ,P. O. Box 307,,Golden Meadow,LA,,985-475-7942,LAFOURCHE,Joey Bouziga,P.O. Box 384,,Golden Meadow,LA,70357,985-475-5163,W,M,D,300,12/31/2012,01/01/2009,Mayor Bouziga -Mayor ,Town of Lockport ,710 Church St.,,Lockport,LA,,985-532-3117,LAFOURCHE,Richard Champagne,720 Seventh St.,,Lockport,LA,70374,985-532-3472,W,M,R,300,12/31/2012,01/01/2009,Mayor Champagne -Chief of Police ,Town of Golden Meadow ,P. O. Box 307,,Golden Meadow,LA,70357,985-475-7942,LAFOURCHE,Randy Chiasson,2124 S. Alex Plaisance Blvd.,,Golden Meadow,LA,70357,985-475-5909,W,M,R,305,12/31/2012,01/01/2009,Chief Chiasson -Chief of Police ,Town of Lockport ,710 Church St.,,Lockport,LA,70374,985-532-3117,LAFOURCHE,Warren Vedros,P.O. Box 265,,Lockport,LA,70374,985-413-9772,W,M,D,305,12/31/2012,01/01/2009,Chief Vedros -Councilman at Large ,"Seat D, City of Thibodaux ",P. O. Box 5418,,Thibodaux,LA,70302,985-446-7200,LAFOURCHE,"Lloyd ""Chip"" Badeaux",917 Jackson St.,,Thibodaux,LA,70301,985-446-6875,W,M,R,308,12/12/2010,11/14/2008,Mr. Badeaux -Councilman at Large ,"Seat E, City of Thibodaux ",P. O. Box 5418,,Thibodaux,LA,70302,985-446-7200,LAFOURCHE,Chad Mire,202 Elm St.,,Thibodaux,LA,70301,985-859-0618,W,M,D,308,12/12/2010,12/11/2006,Mr. Mire -Council Member ,"Division A, Town of Lockport ",710 Church St.,,Lockport,LA,70374,985-532-3117,LAFOURCHE,Donovan J. Barker,514 Vacherie St.,,Lockport,LA,70374,985-532-3582,W,M,D,310,12/31/2012,01/01/2009,Mr. Barker -Council Member ,"Division B, Town of Lockport ",710 Church St.,,Lockport,LA,70374,985-532-3117,LAFOURCHE,Paul Champagne,626 Ethel,,Lockport,LA,70374,985-532-5800,W,M,R,310,12/31/2012,01/01/2009,Mr. Champagne -Council Member ,"Division C, Town of Lockport ",710 Church St.,,Lockport,LA,70374,985-532-3117,LAFOURCHE,Craig Rogers,108 Comeaux Dr.,,Lockport,LA,70374,985-532-3772,W,M,R,310,12/31/2012,01/01/2009,Mr. Rogers -Council Member ,"Division D, Town of Lockport ",710 Church St.,,Lockport,LA,70374,985-532-3117,LAFOURCHE,Rodney Hartman,202 Comeaux Dr.,,Lockport,LA,70374,985-532-3947,W,M,R,310,12/31/2012,01/01/2009,Mr. Hartman -Council Member ,"Division E, Town of Lockport ",710 Church St.,,Lockport,LA,70374,985-532-3117,LAFOURCHE,"Weldon ""Chunky"" Triche",321 Canal,,Lockport,LA,70374,985-532-5102,W,M,D,310,12/31/2012,01/01/2009,Mr. Triche -Councilman ,"District A, City of Thibodaux ",P.O. Box 5418,,Thibodaux,LA,70302,985-446-7200,LAFOURCHE,Eddie Hebert,727 Rosedown Dr.,,Thibodaux,LA,70301,985-446-5268,W,M,D,310,12/12/2010,05/15/2007,Mr. Hebert -Councilman ,"District B, City of Thibodaux ",P. O. Box 5418,,Thibodaux,LA,70302,985-446-7200,LAFOURCHE,"""Gene"" Richard",516 Foret St.,,Thibodaux,LA,70301,985-446-1831,W,M,D,310,12/12/2010,12/11/2006,Mr. Richard -Councilman ,"District C, City of Thibodaux ",P. O. Box 5418,,Thibodaux,LA,70302,985-446-7200,LAFOURCHE,"Varick C. Taylor, Sr.",1128 Louise St.,,Thibodaux,LA,70301,985-446-2214,B,M,D,310,12/12/2010,12/11/2006,Mr. Taylor -Councilman ,Town of Golden Meadow ,P. O. Box 307,,Golden Meadow,LA,70357,985-475-7942,LAFOURCHE,"David ""Dave"" Adams",177 Fred St.,,Golden Meadow,LA,70357,985-475-5837,W,M,D,310,12/31/2012,01/01/2009,Mr. Adams -Councilman ,Town of Golden Meadow ,P. O. Box 307,,Golden Meadow,LA,70357,985-475-7942,LAFOURCHE,Mike Billiot,2631 North Bayou Dr.,,Golden Meadow,LA,70357,985-475-6711,O,M,D,310,12/31/2012,01/01/2009,Mr. Billiot -Councilman ,Town of Golden Meadow ,P. O. Box 307,,Golden Meadow,LA,70357,985-475-7942,LAFOURCHE,Frank Boura,2600 S. Alex Plaisance Blvd.,,Golden Meadow,LA,70357,985-475-5793,W,M,D,310,12/31/2012,01/01/2009,Mr. Boura -Councilman ,Town of Golden Meadow ,P. O. Box 307,,Golden Meadow,LA,70357,985-475-7942,LAFOURCHE,Jody P. Cheramie,210 South Henry St.,,Golden Meadow,LA,70357,985-475-4529,W,M,D,310,12/31/2012,01/01/2009,Mr. Cheramie -Councilman ,Town of Golden Meadow ,P. O. Box 307,,Golden Meadow,LA,70357,985-475-7942,LAFOURCHE,Priscilla Mounic,112 Martinez Ln.,,Golden Meadow,LA,70357,985-475-6425,W,F,D,310,12/31/2012,01/01/2009,Ms. Mounic -DPEC Member ,at Large ,,,,LA,,,LASALLE,Margie D. Cruse,P.O. Box 447,,Jena,LA,71342,318-992-2790,W,F,D,054,02/20/2012,02/20/2008,Ms. Cruse -DPEC Member ,at Large ,,,,LA,,,LASALLE,Sammy J. Franklin,P.O. Box 3050,,Jena,LA,71342,318-992-4066,W,M,D,054,02/20/2012,02/20/2008,Mr. Franklin -DPEC Member ,District 1 ,,,,LA,,,LASALLE,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,LASALLE,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,LASALLE,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,LASALLE,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,LASALLE,Reed Walters,P.O. Box 1066,,Jena,LA,71342,318-992-8282,W,M,D,056,02/20/2012,02/20/2008,Mr. Walters -DPEC Member ,District 6 ,,,,LA,,,LASALLE,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,LASALLE,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,LASALLE,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,LASALLE,,,,,,,,,,,056 -DPEC Member ,District 10 ,,,,LA,,,LASALLE,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,LASALLE,Catherine W. Roberts,P.O. Box 1120,,Jena,LA,71342,318-992-2997,W,F,R,064,02/20/2012,02/20/2008 -RPEC Member ,District 1 ,,,,LA,,,LASALLE,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,LASALLE,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,LASALLE,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,LASALLE,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,LASALLE,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,LASALLE,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,LASALLE,,,,,,,,,,,066 -RPEC Member ,District 8 ,,,,LA,,,LASALLE,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,LASALLE,,,,,,,,,,,066 -RPEC Member ,District 10 ,,,,LA,,,LASALLE,,,,,,,,,,,066 -Sheriff ,,P. O. Box 70,,Jena,LA,71342,318-992-2151,LASALLE,Scott Franklin,P. O. Box 70,,Jena,LA,71342,318-992-6625,W,M,D,225,06/30/2012,07/01/2008,Sheriff Franklin -Clerk of Court ,,P. O. Box 1316,,Jena,LA,71342,318-992-2158,LASALLE,Steve Andrews,P.O. Box 1316,,Jena,LA,71342,318-992-5364,W,M,D,230,06/30/2012,07/01/2008,Mr. Andrews -Assessor ,,P.O. Box 400,,Jena,LA,71342,318-992-8256,LASALLE,Aron Johnson,2410 Hopkins Rd.,,Jena,LA,71342,318-992-6419,W,M,D,235,12/31/2012,01/01/2009,Mr. Johnson -Coroner ,,P.O. Box 1319,,Jena,LA,71342,318-992-2166,LASALLE,"I. C. Turnley, Jr.",P. O. Box 1319,,Jena,LA,71342,318-992-2033,W,M,R,240,03/25/2012,03/24/2008,Mr. turnley -Police Juror ,District 1 ,P. O. Box 1288,,Jena,LA,,318-992-2101,LASALLE,Alban Poole,2860 Hwy. 503,,Olla,LA,71465,318-992-2571,W,M,D,245,01/08/2012,01/14/2008,Mr. Poole -Police Juror ,District 2 ,P. O. Box 1288,,Jena,LA,71342,318-992-2101,LASALLE,"Charles ""Buddy"" Poole",P. O. Box 1496,,Olla,LA,71465,318-495-5900,W,M,D,245,01/08/2012,01/14/2008,Mr. Poole -Police Juror ,District 3 ,P. O. Box 1288,,Jena,LA,71342,318-992-2101,LASALLE,Jerry M. Harris,P. O. Box 489,,Urania,LA,71480,318-992-3458,W,M,D,245,01/08/2012,01/14/2008,Mr. Harris -Police Juror ,District 4 ,P. O. Box 1288,,Jena,LA,71342,318-992-2101,LASALLE,Larkin Jackson,P.O. Box 1995,,Jena,LA,71342,318-992-6719,W,M,D,245,01/08/2012,01/14/2008,Mr. Larkin -Police Juror ,District 5 ,P. O. Box 1288,,Jena,LA,71342,318-992-2101,LASALLE,Wayne Richardson,511 Peyton St.,,Jena,LA,71342,318-992-5734,W,M,D,245,01/08/2012,01/14/2008,Mr. Richardson -Police Juror ,District 6 ,P. O. Box 1288,,Jena,LA,71342,318-992-2101,LASALLE,Jack Zeagler,215 Vercher Rd.,,Trout,LA,71371,318-992-2838,W,M,D,245,01/08/2012,01/14/2008,Mr. Zeagler -Police Juror ,District 7 ,P. O. Box 1288,,Jena,LA,71342,318-992-2101,LASALLE,Mike Crooks,P.O. Box 642,,Jena,LA,71342,318-992-2380,W,M,D,245,01/08/2012,01/14/2008,Mr. Crooks -Police Juror ,District 8 ,P. O. Box 1288,,Jena,LA,71342,318-992-2101,LASALLE,Bard Lambeth,150 Rawlins Rd.,,Jena,LA,71342,318-992-2871,W,M,D,245,01/08/2012,01/14/2008,Mr. Lambeth -Police Juror ,District 9 ,P. O. Box 1288,,Jena,LA,71342,318-992-2101,LASALLE,Bobby R. Francis,281 Old River Lp.,,Jonesville,LA,71343,318-992-4633,W,M,D,245,01/08/2012,01/14/2008,Mr. Francis -Police Juror ,District 10 ,P. O. Box 1288,,Jena,LA,71342,318-992-2101,LASALLE,Ron G. Carr,P.O. Box 323,,Trout,LA,71371,318-992-2722,B,M,D,245,01/08/2012,01/14/2008,Mr. Carr -Member of School Board ,District 1 ,P. O. Drawer 90,,Jena,LA,71342,318-992-2161,LASALLE,"Rodney Jackson, ",P.O. Box 90,,Jena,LA,71342,,,,,255,,12/07/2009,Mr. Jackson -Member of School Board ,District 2 ,P. O. Drawer 90,,Jena,LA,71342,318-992-2161,LASALLE,"Howard ""Coach"" McCarty",P.O. Box 626,,Olla,LA,71465,318-992-5997,W,M,D,255,12/31/2010,01/01/2007,Mr. McCarty -Member of School Board ,District 3 ,P. O. Drawer 90,,Jena,LA,71342,318-992-2161,LASALLE,Jay Ivy,P.O. Box 673,,Urania,LA,71480,318-495-3630,W,M,R,255,12/31/2010,07/21/2008,Mr. Ivy -Member of School Board ,District 4 ,P. O. Drawer 90,,Jena,LA,71342,318-992-2161,LASALLE,Eli Cooper,1523 Cowart St.,,Jena,LA,71342,318-992-2456,W,M,R,255,12/31/2010,01/01/2007,Mr. Cooper -Member of School Board ,District 5 ,P. O. Drawer 90,,Jena,LA,71342,318-992-2161,LASALLE,Billy Fowler,141 Peyton St.,,Jena,LA,71342,318-992-0765,W,M,,255,12/31/2010,01/01/2007,Mr. Fowler -Member of School Board ,District 6 ,P. O. Drawer 90,,Jena,LA,71342,318-992-2161,LASALLE,"Alvin J. ""Buddy"" Bethard, Jr.",P.O. Box 2711,,Jena,LA,71342,318-992-8728,W,M,D,255,12/31/2010,01/01/2007,Mr. Bethard -Member of School Board ,District 7 ,P. O. Drawer 90,,Jena,LA,71342,318-992-2161,LASALLE,Walter Creel,P.O. Box 1333,,Jena,LA,71342,318-992-6441,W,M,D,255,12/31/2010,01/01/2007,Mr. Creel -Member of School Board ,District 8 ,P. O. Drawer 90,,Jena,LA,71342,318-992-2161,LASALLE,Dolan Pendarvis,115 Nebo Cutoff Rd.,,Jena,LA,71342,318-992-2340,W,M,R,255,12/31/2010,01/01/2007,Mr. Pendarvis -Member of School Board ,District 9 ,P. O. Drawer 90,,Jena,LA,71342,318-992-2161,LASALLE,Charlie Anderson,125 Anderson Rd.,,Jena,LA,71342,318-992-8345,W,M,R,255,12/31/2010,01/01/2007,Mr. Anderson -Member of School Board ,District 10 ,P. O. Drawer 90,,Jena,LA,71342,318-992-2161,LASALLE,Melvin Roy Worthington,655 Yearby Hill Lp.,,Jena,LA,71342,318-992-2455,B,M,D,255,12/31/2010,01/01/2007,Mr. Worthington -Justice of the Peace ,Justice of the Peace District 1 ,P. O. Box 333,,Olla,LA,71456,318-495-5916,LASALLE,Eddie Coolman,P. O. Box 333,,Olla,LA,71465,318-495-5916,W,M,D,265,12/31/2014,01/01/2009,Mr. Coolman -Justice of the Peace ,Justice of the Peace District 2 ,P. O. Box 196,,Olla,LA,71456,318-495-5041,LASALLE,Debbie W. Chisolm,P. O. Box 196,,Olla,LA,71465,318-495-5041,W,F,,265,12/31/2014,01/01/2009,Ms. Chisolm -Justice of the Peace ,Justice of the Peace District 3 ,P. O. Box 490,,Trout,LA,71371,318-992-6350,LASALLE,Charles Flaherty,P. O. Box 490,,Trout,LA,71371,318-992-6350,W,M,,265,12/31/2014,01/01/2009,Mr. Flaherty -Justice of the Peace ,Justice of the Peace District 4 ,P. O. Box 1415,,Jena,LA,71342,318-992-2202,LASALLE,"Don R. Smith, Sr.",P. O. Box 1415,,Jena,LA,71342,318-992-2202,W,M,R,265,12/31/2014,01/01/2009,Mr. Smith -Justice of the Peace ,Justice of the Peace District 5 ,9632 Hwy. 84 E.,,Jena,LA,71342,318-992-5197,LASALLE,F. C. Thaxton,9632 Hwy. 84,,Jena,LA,71342,318-992-5197,W,M,D,265,12/31/2014,01/01/2009,Mr. Thaxton -Constable ,Justice of the Peace District 1 ,660 LA Hwy. 459,,Olla,LA,71465,318-992-6817,LASALLE,Leroy Westbrooks,1067 Hwy. 3071,,Olla,LA,71465,318-992-4776,W,M,R,267,12/31/2014,01/01/2009,Mr. Westbrooks -Constable ,Justice of the Peace District 2 ,1607 Taylor St.,,Olla,LA,71465,318-495-5641,LASALLE,John W. Stott,1607 Taylor St.,,Olla,LA,71465,318-495-3687,W,M,,267,12/31/2014,01/01/2009,Mr. Stott -Constable ,Justice of the Peace District 3 ,P.O. Box 1048,,Jena,LA,71342,318-992-2081,LASALLE,J. Clyde Crooks,620 Benelbie Rd.,,Trout,LA,71371,318-992-5306,W,M,D,267,12/31/2014,01/01/2009,Mr. Crooks -Constable ,Justice of the Peace District 4 ,P.O. Box 442,,Jena,LA,71342,318-992-0314,LASALLE,"""Ken"" Stevens",P. O. Box 442,,Jena,LA,71342,318-992-3029,W,M,,267,12/31/2014,01/01/2009,Mr. Stevens -Constable ,Justice of the Peace District 5 ,1775 W. Bradford St.,,Jena,LA,71342,318-992-8574,LASALLE,"L. V. ""Pete"" Breithaupt",405 Old River Lp.,,Jonesville,LA,71343,318-992-0398,W,M,D,267,12/31/2014,01/01/2009,Mr. Breithaupt -Mayor ,Town of Jena ,P. O. Box 26,,Jena,LA,,318-992-2148,LASALLE,Murphy McMillin,P.O. Box 195,,Jena,LA,71342,318-992-5883,W,M,R,300,12/31/2010,01/01/2007,Mr. McMillin -Mayor ,Town of Olla ,P. O. Box 223,,Olla,LA,,318-495-5151,LASALLE,Wanda Love,P.O. Box 802,,Olla,LA,71465,318-495-5825,W,F,D,300,12/31/2010,01/01/2007,Mr. Love -Mayor ,Town of Tullos ,P. O. Box 749,,Tullos,LA,,318-534-6499,LASALLE,Fred Book,P.O. Box 705,,Tullos,LA,71479,318-534-6249,W,M,D,300,12/31/2010,01/01/2007,Mayor Book -Mayor ,Town of Urania ,P. O. Box 339,,Urania,LA,,318-495-3452,LASALLE,Terri Corley,P.O. Box 654,,Urania,LA,71480,318-495-3439,W,F,D,300,12/31/2010,01/01/2007,Mayor Corley -Chief of Police ,Town of Jena ,P. O. Box 26,,Jena,LA,71342,318-992-2148,LASALLE,Paul Smith,P.O. Box 58,,Trout,LA,71371,318-992-0452,W,M,R,305,12/31/2010,01/01/2007,Mr. Smith -Chief of Police ,Town of Olla ,P. O. Box 223,,Olla,LA,71465,318-495-5151,LASALLE,Gary W. Taylor,P.O. Box 903,,Olla,LA,71465,318-495-5998,W,M,R,305,12/31/2010,01/01/2007,Mr. Taylor -Chief of Police ,Town of Tullos ,P. O. Box 749,,Tullos,LA,71479,318-534-6499,LASALLE,Leland Guin,P.O. Box 69,,Tullos,LA,71479,318-447-3917,W,M,D,305,12/31/2010,01/01/2007,Chief Guin -Chief of Police ,Town of Urania ,P. O. Box 339,,Urania,LA,71480,318-495-3452,LASALLE,"""Wayne"" Corley",P.O. Box 654,,Urania,LA,71480,318-495-3439,W,M,D,305,12/31/2010,01/01/2007,Chief Corley -Alderman ,Town of Olla ,P. O. Box 223,,Olla,LA,71465,318-495-5151,LASALLE,Wayne Bates,P.O. Box 1420,,Olla,LA,71465,318-495-3948,W,M,R,310,12/31/2010,01/01/2007,Mr. Bates -Alderman ,Town of Olla ,P. O. Box 223,,Olla,LA,71465,318-495-5151,LASALLE,"""Donnie"" Cupples",P.O. Box 937,,Olla,LA,71465,318-495-3007,W,M,D,310,12/31/2010,01/01/2007,Mr. Cupples -Alderman ,Town of Olla ,P. O. Box 223,,Olla,LA,71465,318-495-5151,LASALLE,Sidney Emfinger,P.O. Box 422,,Olla,LA,71465,318-495-5603,W,M,R,310,12/31/2010,01/01/2007,Mr. Emfinger -Alderman ,Town of Olla ,P. O. Box 223,,Olla,LA,71465,318-495-5151,LASALLE,Jeffrey Lasiter,2035 Ash St.,,Olla,LA,71465,318-495-0452,W,M,R,310,12/31/2010,01/01/2007,Mr. Lasiter -Alderman ,Town of Olla ,P. O. Box 223,,Olla,LA,71465,318-495-5151,LASALLE,Renee Peppers Thomas,P.O. Box 1103,,Olla,LA,71465,318-495-5418,W,F,D,310,12/31/2010,01/01/2007,Mr. Thomas -Alderman ,Town of Tullos ,P. O. Box 749,,Tullos,LA,71479,318-534-6499,LASALLE,"James W. Arbogast, Jr.",1307 Doyle St.,,Tullos,LA,71479,318-534-6291,W,M,,310,12/31/2010,01/01/2007,Mr. Arbogast -Alderman ,Town of Tullos ,P. O. Box 749,,Tullos,LA,71479,318-534-6499,LASALLE,Lance B. Coleman,1284 Doyle St.,,Tullos,LA,71479,318-534-6115,W,M,R,310,12/31/2010,08/24/2009,Mr. Coleman -Alderman ,Town of Tullos ,P. O. Box 749,,Tullos,LA,71479,318-534-6499,LASALLE,"""Greg"" Davis",1080 Miles Blvd.,,Tullos,LA,71479,318-534-6330,W,M,D,310,12/31/2010,01/01/2007,Mr. Davis -Alderman ,Town of Tullos ,P. O. Box 749,,Tullos,LA,71479,318-534-6499,LASALLE,Darwin Fife,P.O. Box 715,,Tullos,LA,71479,318-534-6235,W,M,,310,12/31/2010,01/01/2007,Mr. Fife -Alderman ,Town of Tullos ,P. O. Box 749,,Tullos,LA,71479,318-534-6499,LASALLE,"Q. F. ""Fritz"" Sagdahl",P.O. Box 5,,Tullos,LA,71479,318-534-6578,W,M,R,310,12/31/2010,01/01/2007,Mr. Sagdahl -Alderman ,Town of Urania ,P. O. Box 339,,Urania,LA,71480,318-495-3452,LASALLE,Dawn Blackwell,P.O. Box 448,,Urania,LA,71480,318-229-1983,W,F,R,310,12/31/2010,01/01/2007,Ms. Blackwell -Alderman ,Town of Urania ,P. O. Box 339,,Urania,LA,71480,318-495-3452,LASALLE,Dawn Book,P.O. Box 429,,Urania,LA,71480,318-495-5527,W,F,,310,12/31/2010,02/23/2009,Ms. Book -Alderman ,Town of Urania ,P. O. Box 339,,Urania,LA,71480,318-495-3452,LASALLE,Patrick McDougald,P.O. Box 615,,Urania,LA,,318-495-3440,W,M,R,310,12/31/2010,01/01/2007 -Alderman ,Town of Urania ,P. O. Box 339,,Urania,LA,71480,318-495-3452,LASALLE,"Jesse Powers, Jr.",P.O. Box 346,,Urania,LA,71480,318-495-3651,W,M,,310,12/31/2010,02/23/2009,Mr. Powers -Alderman ,Town of Urania ,P. O. Box 339,,Urania,LA,71480,318-495-3452,LASALLE,Stacie P. Strain,P.O. Box 351,,Urania,LA,71465,318-495-3656,W,F,D,310,12/31/2010,01/01/2007,Ms. Strain -Council Member(s) ,Town of Jena ,P. O. Box 26,,Jena,LA,71342,318-992-2148,LASALLE,"David Paul Jones, Jr.",P.O. Box 1252,,Jena,LA,71342,318-992-6893,W,M,R,310,12/31/2010,01/01/2007,Mr. Jones -Council Member(s) ,Town of Jena ,P. O. Box 26,,Jena,LA,71342,318-992-2148,LASALLE,"""Donnie"" Kendrick",P.O. Box 2091,,Jena,LA,71342,318-992-6566,W,M,D,310,12/31/2010,01/01/2007,Mr. Kendrick -Council Member(s) ,Town of Jena ,P. O. Box 26,,Jena,LA,71342,318-992-2148,LASALLE,Carl Newburg,P.O. Box 154,,Jena,LA,71342,318-992-4879,W,M,D,310,12/31/2010,01/01/2007,Mr. Newburg -Council Member(s) ,Town of Jena ,P. O. Box 26,,Jena,LA,71342,318-992-2148,LASALLE,"""Donny"" Richardson",2190 Hemphill Dr.,,Jena,LA,71342,318-992-2244,W,M,R,310,12/31/2010,01/01/2007,Mr. Richardson -Council Member(s) ,Town of Jena ,P. O. Box 26,,Jena,LA,71342,318-992-2148,LASALLE,Tommy D. Sandifer,P.O. Box 841,,Jena,LA,71342,318-992-4203,W,M,R,310,12/31/2010,01/01/2007,Mr. Sandifer -DPEC Member ,at Large ,,,,LA,,,LINCOLN,,,,,,,,,,,054 -DPEC Member ,"Ward 1, District A ",,,,LA,,,LINCOLN,Lola Owens,422 S. Pine Tree Rd.,,Grambling,LA,71245,318-247-6270,B,F,D,056,02/20/2012,02/20/2008,Ms. Owens -DPEC Member ,"Ward 1, District B ",,,,LA,,,LINCOLN,,,,,,,,,,,056 -DPEC Member ,"Ward 1, District C ",,,,LA,,,LINCOLN,,,,,,,,,,,056 -DPEC Member ,"Ward 1, District D ",,,,LA,,,LINCOLN,,,,,,,,,,,056 -DPEC Member ,"Ward 1, District E ",,,,LA,,,LINCOLN,,,,,,,,,,,056 -DPEC Member ,"Ward 1, District F ",,,,LA,,,LINCOLN,,,,,,,,,,,056 -DPEC Member ,"Ward 1, District G ",,,,LA,,,LINCOLN,,,,,,,,,,,056 -DPEC Member ,"Ward 2, District A ",,,,LA,,,LINCOLN,,,,,,,,,,,056 -DPEC Member ,"Ward 2, District B ",,,,LA,,,LINCOLN,,,,,,,,,,,056 -DPEC Member ,Ward 3 ,,,,LA,,,LINCOLN,,,,,,,,,,,056 -DPEC Member ,Ward 4 ,,,,LA,,,LINCOLN,,,,,,,,,,,056 -DPEC Member ,Ward 5 ,,,,LA,,,LINCOLN,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,LINCOLN,John M. Buske,342 Stow Creek Rd.,,Ruston,LA,71270,318-255-5452,W,M,R,064,02/20/2012,02/20/2008,Mr. Buske -RPEC Member ,at Large ,,,,LA,,,LINCOLN,Laura Farrar,1600 Bistineau St.,,Ruston,LA,71270,318-255-2983,W,F,R,064,02/20/2012,02/20/2008,Ms. Farrar -RPEC Member ,at Large ,,,,LA,,,LINCOLN,Donald Roy Faust,P.O. Box 177,,Ruston,LA,71273,318-255-6798,W,M,R,064,02/20/2012,02/20/2008,Mr.Faust -RPEC Member ,at Large ,,,,LA,,,LINCOLN,Wayne Harris,113 Deer Creek Rd.,,Ruston,LA,71270,318-254-8646,W,M,R,064,02/20/2012,02/20/2008,Mr. Harris -RPEC Member ,at Large ,,,,LA,,,LINCOLN,"William ""Bill"" Hogan",428 Forest Circle,,Ruston,LA,71270,318-255-7101,W,M,R,064,02/20/2012,02/20/2008,Mr. Hogan -RPEC Member ,"Ward 1, District A ",,,,LA,,,LINCOLN,,,,,,,,,,,066 -RPEC Member ,"Ward 1, District B ",,,,LA,,,LINCOLN,,,,,,,,,,,066 -RPEC Member ,"Ward 1, District C ",,,,LA,,,LINCOLN,,,,,,,,,,,066 -RPEC Member ,"Ward 1, District D ",,,,LA,,,LINCOLN,Mary Jane Stearns,1540 Pea Ridge Rd.,,Dubach,LA,71235,318-251-9322,W,F,R,066,02/20/2012,02/20/2008,Ms. Stearns -RPEC Member ,"Ward 1, District E ",,,,LA,,,LINCOLN,,,,,,,,,,,066 -RPEC Member ,"Ward 1, District F ",,,,LA,,,LINCOLN,,,,,,,,,,,066 -RPEC Member ,"Ward 1, District G ",,,,LA,,,LINCOLN,Rolanda M. Howe,142 Mossy Knoll Dr.,,Ruston,LA,71270,318-255-8892,W,F,R,066,02/20/2012,02/20/2008,Ms. Howe -RPEC Member ,"Ward 2, District A ",,,,LA,,,LINCOLN,,,,,,,,,,,066 -RPEC Member ,"Ward 2, District B ",,,,LA,,,LINCOLN,,,,,,,,,,,066 -RPEC Member ,Ward 3 ,,,,LA,,,LINCOLN,,,,,,,,,,,066 -RPEC Member ,Ward 4 ,,,,LA,,,LINCOLN,,,,,,,,,,,066 -RPEC Member ,Ward 5 ,,,,LA,,,LINCOLN,Alice Herrmann,1402 St. John Ave.,,Ruston,LA,71270,318-255-6078,W,F,R,066,02/20/2012,02/20/2008,Ms. Herrmann -Sheriff ,,P. O. Box 2070,,Ruston,LA,71273,318-251-5111,LINCOLN,Mike Stone,P.O. Box 2070,,Ruston,LA,71273,318-255-3045,W,M,D,225,06/30/2012,07/01/2008,Sheriff Stone -Clerk of Court ,,P. O. Box 924,,Ruston,LA,71270,318-251-5130,LINCOLN,Linda Cook,P.O. Box 924,,Ruston,LA,71270,318-251-5130,W,F,D,230,06/30/2012,07/01/2008,Ms. Cook -Assessor ,,P.O. Box 1218,,Ruston,LA,71273-1218,318-251-5140,LINCOLN,Pamela C. Jones,212 Deer Creek Rd.,,Ruston,LA,71270,318-255-6006,W,F,D,235,12/31/2012,01/01/2009,Ms. Jones -Coroner ,,"411 E.Vaughn Ave.,Ste. 105",,Ruston,LA,71270,318-251-3774,LINCOLN,"James Michael ""Mike"" Belue","411 East Vaughn, Ste. 105",,Ruston,LA,71270,318-251-3774,W,M,,240,03/25/2012,03/24/2008,Mr. Belue -Police Juror,District 1,P. O. Box 979,,Ruston,LA,71273-0979,318-513-6200,LINCOLN,Theresa Moore Wyatt,273 Houston Rd.,,Ruston,LA,71270,318-247-8117,B,F,D,245,01/08/2012,01/14/2008,Ms. Wyatt -Police Juror ,District 2 ,P. O. Box 979,,Ruston,LA,71273-0979 ,318-251-5149,LINCOLN,Hazel D. Hunter,218 Webster Ave.,,Grambling,LA,71245,318-247-6609,B,F,D,245,01/08/2012,01/14/2008,Ms. Hunter -Police Juror ,District 3 ,P. O. Box 979,,Ruston,LA,71273-0979 ,318-251-5149,LINCOLN,Bobby Bennett,10169 Hwy. 146,,Ruston,LA,71270,318-255-5386,W,M,D,245,01/08/2012,01/14/2008,Mr. Bennett -Police Juror ,District 4 ,P. O. Box 979,,Ruston,LA,71273-0979 ,318-251-5149,LINCOLN,Mike Franklin,308 McElduff Rd.,,Dubach,LA,71235,318-255-8853,W,M,R,245,01/08/2012,01/14/2008,Mr. Franklin -Police Juror ,District 5 ,P. O. Box 979,,Ruston,LA,71273-0979 ,318-251-5149,LINCOLN,David Hammons,362 Hwy. 556,,Choudrant,LA,71227,318-768-2410,W,M,R,245,01/08/2012,01/14/2008,Mr. Hammons -Police Juror ,District 6 ,P. O. Box 979,,Ruston,LA,71273-0979 ,318-251-5149,LINCOLN,Roy D. Glover,200 Glover Rd.,,Ruston,LA,71270,318-255-6973,W,M,D,245,01/08/2012,01/14/2008,Mr. Glover -Police Juror ,District 7 ,P. O. Box 979,,Ruston,LA,71273-0979 ,318-251-5149,LINCOLN,"""Jody"" Backus",432 Forest Circle,,Ruston,LA,71270,318-255-8622,W,M,R,245,01/08/2012,01/14/2008,Mr. Backus -Police Juror ,District 8 ,P. O. Box 979,,Ruston,LA,71273-0979 ,318-251-5149,LINCOLN,"R. G. ""Skip"" Russell",172 East Ridge Terrace,,Ruston,LA,71270,318-255-4826,W,M,R,245,01/08/2012,01/14/2008,Mr. Russell -Police Juror ,District 9 ,P. O. Box 979,,Ruston,LA,71273-0979 ,318-251-5149,LINCOLN,"""Joe"" Henderson",P.O. Box 1027,,Ruston,LA,71273-1027,318-251-1299,B,M,,245,01/08/2012,01/14/2008,Mr. Henderson -Police Juror ,District 10 ,P. O. Box 979,,Ruston,LA,71273-0979 ,318-251-5149,LINCOLN,Annie Martin Brown,1301 Oakdale St.,,Ruston,LA,71270,318-255-0420,B,F,D,245,01/08/2012,01/14/2008,Ms. Brown -Police Juror ,District 11 ,P. O. Box 979,,Ruston,LA,71273-0979 ,318-251-5149,LINCOLN,Sharyon Mayfield,620 Adams Street,,Ruston,LA,71270,318-251-3298,B,F,D,245,01/08/2012,01/14/2008,Ms. Mayfield -Police Juror ,District 12 ,P. O. Box 979,,Ruston,LA,71273-0979 ,318-251-5149,LINCOLN,"R. D. ""Mickey"" Mays",1318 South Barnett Springs Rd.,,Ruston,LA,71270,318-255-0038,W,M,,245,01/08/2012,01/14/2008,Mr. Mays -City Judge ,"City Court, City of Ruston ",P. O. Box 1821,,Ruston,LA,71273-1821,318-251-8614,LINCOLN,Danny W. Tatum,3721 Moreland St.,,Ruston,LA,71270,318-251-8614,W,M,D,250,12/31/2014,01/01/2009,Judge Tatum -City Marshal ,"City Court, City of Ruston ",P. O. Box 1821,,Ruston,LA,71273-1821,318-255-7788,LINCOLN,Michael Hilton,912 Robert St.,,Ruston,LA,71270,318-251-0454,W,M,D,250,12/31/2014,01/01/2009,Marshal Hilton -Member of School Board ,District 1 ,410 S. Farmerville St.,,Ruston,LA,71270-4699,318-255-1430,LINCOLN,Mattie M. Harrison,"1468 Martin Luther King, Jr. Ave.",,Grambling,LA,71245,318-247-6040,B,F,D,255,12/31/2010,01/01/2007,Ms. Harrison -Member of School Board ,District 2 ,410 S. Farmerville St.,,Ruston,LA,71270-4699,318-255-1430,LINCOLN,Eddie Milton Jones,P.O. Box 494,,Grambling,LA,71245,318-247-6715,B,M,D,255,12/31/2010,01/01/2007,Mr. Jones -Member of School Board ,District 3 ,410 S. Farmerville St.,,Ruston,LA,71270-4699,318-255-1430,LINCOLN,Curtis Dowling,10601 Hwy. 80,,Simsboro,LA,71275,318-247-3380,W,M,D,255,12/31/2010,01/01/2007,Mr. Dowling -Member of School Board ,District 4 ,410 S. Farmerville St.,,Ruston,LA,71270-4699,318-255-1430,LINCOLN,Michael J. Barmore,204 New Prospect Rd.,,Dubach,LA,71235,318-777-3761,W,M,R,255,12/31/2010,01/01/2007,Mr. Barmore -Member of School Board ,District 5 ,410 S. Farmerville St.,,Ruston,LA,71270-4699,318-255-1430,LINCOLN,"James ""Jim"" Kessler",987 Roach Rd.,,Choudrant,LA,71227,318-768-2873,W,M,D,255,12/31/2010,01/01/2007,Mr. Kessler -Member of School Board ,District 6 ,410 S. Farmerville St.,,Ruston,LA,71270-4699,318-255-1430,LINCOLN,"Joe E. Mitcham, Jr.",949 Woods Rd.,,Ruston,LA,71270,318-255-9292,W,M,R,255,12/31/2010,01/01/2007,Mr. Mitcham -Member of School Board ,District 7 ,410 S. Farmerville St.,,Ruston,LA,71270-4699,318-255-1430,LINCOLN,"""Trott"" Hunt",206 Chautauqua Rd.,,Ruston,LA,71270,318-251-1079,W,M,R,255,12/31/2010,01/01/2007,Mr. Hunt -Member of School Board ,District 8 ,410 S. Farmerville St.,,Ruston,LA,71270-4699,318-255-1430,LINCOLN,Lisa Best,1997 Atkins Rd.,,Ruston,LA,71270,318-251-2348,W,F,R,255,12/31/2010,01/01/2007,Ms. Best -Member of School Board ,District 9 ,410 S. Farmerville St.,,Ruston,LA,71270-4699,318-255-1430,LINCOLN,Lynda Henderson,P.O. Box 1027,,Ruston,LA,71273,318-251-1299,B,F,O,255,12/31/2010,01/01/2007,Ms. Henderson -Member of School Board ,District 10 ,410 S. Farmerville St.,,Ruston,LA,71270-4699,318-255-1430,LINCOLN,Otha Anders,511 Grant Ave.,,Ruston,LA,71270,318-255-9670,B,M,D,255,12/31/2010,01/01/2007,Mr. Anders -Member of School Board ,District 11 ,410 S. Farmerville St.,,Ruston,LA,71270-4699,318-255-1430,LINCOLN,"George Mack, Sr.",1206 Taylor St.,,Ruston,LA,71270,318-255-5917,B,M,D,255,12/31/2010,01/01/2007,Mr. Mack -Member of School Board ,District 12 ,410 S. Farmerville St.,,Ruston,LA,71270-4699,318-255-1430,LINCOLN,Ted McKinney,1607 Ravine Dr.,,Ruston,LA,71270,318-255-8530,W,M,D,255,12/31/2010,01/01/2007,Mr. McKinney -Justice of the Peace ,Justice of the Peace Ward 2 ,P. O. Box 148,,Grambling,LA,71245,318-247-6446,LINCOLN,Richard J. Gallot,P.O. Box 148,,Grambling,LA,71245,318-247-6446,B,M,D,265,12/31/2014,01/01/2009,Mr. Gallot -Justice of the Peace ,Justice of the Peace Ward 3 ,5570 LA Hwy. 563,,Simsboro,LA,71275,318-247-8250,LINCOLN,Heath Hattaway,P.O. Box 96,,Simsboro,LA,71275,318-243-4584,W,M,R,265,12/31/2014,01/01/2009,Mr. Hattaway -Justice of the Peace ,Justice of the Peace Ward 4 ,441 LA Hwy. 545,,Dubach,LA,71235,318-777-8314,LINCOLN,Barbra Barmore,441 Hwy. 545,,Dubach,LA,71235,318-777-8314,W,F,R,265,12/31/2014,01/01/2009,Mr. Barmore -Justice of the Peace ,Justice of the Peace Ward 5 ,P. O. Box 29,,Choudrant,LA,71227,318-768-2692,LINCOLN,Steve Moore,P.O. Box 29,,Choudrant,LA,71227,318-768-2692,W,M,D,265,12/31/2014,01/01/2009,Mr. Moore -Constable ,Justice of the Peace Ward 2 ,P.O. Box 1031,,Grambling,LA,71245,318-247-8387,LINCOLN,"Ta'Darren ""Smokey"" Jackson",P.O. Box 1031,,Grambling,LA,71245,318-243-5111,B,M,,267,12/31/2014,01/01/2009,Mr. Jackson -Constable ,Justice of the Peace Ward 3 ,P.O. Box 145,,Simsboro,LA,71275,318-247-3602,LINCOLN,David Kent,297 Weir Rd.,,Simsboro,LA,71275,318-247-8738,W,M,D,267,12/31/2014,01/01/2009,Mr. Kent -Constable ,Justice of the Peace Ward 4 ,441 LA Hwy. 545,,Dubach,LA,71235,318-777-8314,LINCOLN,Prentis Barmore,441 Hwy. 545,,Dubach,LA,71235,318-777-8314,W,M,R,267,12/31/2014,01/01/2009,Mr. Barmore -Constable ,Justice of the Peace Ward 5 ,P.O. Box 81,,Choudrant,LA,71227,318-768-2591,LINCOLN,Jack C. Pipes,P.O. Box 81,,Choudrant,LA,71227,318-768-2591,W,M,R,267,12/31/2014,01/01/2009,Mr. Pipes -Mayor ,City of Grambling ,P. O. Box 108,,Grambling,LA,,318-247-6120,LINCOLN,Martha Woodard Andrus,P.O. Box 582,,Grambling,LA,71245,318-247-6491,B,F,D,300,12/31/2010,01/01/2007,Ms. Andrus -Mayor ,City of Ruston ,P. O. Box 2069,,Ruston,LA,,318-251-8621,LINCOLN,"""Dan"" Hollingsworth",109 Llanfair Dr.,,Ruston,LA,71270,318-255-7569,W,M,O,300,12/31/2010,01/01/2007,Mayor Hollingsworth -Mayor ,Town of Dubach ,P. O. Box 252,,Dubach,LA,,318-777-3321,LINCOLN,Margaret Rogers,P.O. Box 423,,Dubach,LA,71235,318-777-3412,W,F,R,300,12/31/2010,01/01/2007,Ms. Rogers -Mayor ,Town of Vienna ,P. O. Box 980,,Ruston,LA,,318-251-2913,LINCOLN,"""Randy"" Graham",203 Deer Trial,,,LA,71235,318-255-2913,W,M,R,300,01/09/2012,01/14/2008,Mayor Graham -Mayor ,Village of Choudrant ,P. O. Box 288,,Choudrant,LA,,318-768-4111,LINCOLN,"""Bill"" Sanderson",P. O. Box 141,,Choudrant,LA,71227,318-768-2179,W,M,R,300,12/31/2010,01/01/2007 -Mayor ,Village of Simsboro ,P. O. Box 40,,Simsboro,LA,,318-247-6248,LINCOLN,Willie Hendricks,P.O. Box 192,,Simsboro,LA,71275,318-247-3504,B,M,R,300,12/31/2010,01/01/2007,Mayor Hendricks -Chief of Police ,Town of Dubach ,,,,LA,,,LINCOLN,Russell Croxton,2037 McMullen St.,,Dubach,LA,71235,318-777-3365,W,M,,305,12/31/2010,01/01/2007,Mr. Croxton -Chief of Police ,Village of Choudrant ,P. O. Box 288,,Choudrant,LA,71227,318-768-4111,LINCOLN,Bobby Joe Milner,212 Pine St.,,Choudrant,LA,71227,318-768-2977,W,M,R,305,12/31/2010,01/01/2007 -Chief of Police ,Village of Simsboro ,P. O. Box 40,,Simsboro,LA,71275,318-247-6350,LINCOLN,Billy C. Foster,2402 Martha St.,,Simsboro,LA,71275,318-247-0581,W,M,D,305,12/31/2010,01/01/2007,Chief Foster -Alderman ,Village of Choudrant ,P. O. Box 288,,Choudrant,LA,71227,318-768-4111,LINCOLN,Ragan Aswell,P.O. Box 265,,Choudrant,LA,71227,318-768-2113,W,M,D,310,12/31/2010,01/01/2007,Ms. Aswell -Alderman ,Village of Choudrant ,P. O. Box 288,,Choudrant,LA,71227,318-768-4111,LINCOLN,"Geraline ""Skip"" Morrison",P.O. Box 267,,Choudrant,LA,71227,318-768-2185,W,F,D,310,12/31/2010,01/01/2007,Ms. Morris -Alderman ,Village of Choudrant ,P. O. Box 288,,Choudrant,LA,71227,318-768-4111,LINCOLN,"John O'Neal, Jr.",P. O. Box 536,,Choudrant,LA,71227,318-768-2516,W,M,D,310,12/31/2010,01/01/2007,Mr. O'neal -Alderman ,Village of Simsboro ,P. O. Box 40,,Simsboro,LA,71275,318-247-6350,LINCOLN,"""Doug"" Durrett",P.O. Box 296,,Simsboro,LA,71275,318-247-8197,W,M,D,310,12/31/2010,01/01/2007,Mr. Durrett -Alderman ,Village of Simsboro ,P. O. Box 40,,Simsboro,LA,71275,318-247-6350,LINCOLN,Pamela Durrett,2419 Martha St.,,Simsboro,LA,71275,318-247-0833,W,F,,310,12/31/2010,01/01/2007,Ms. Durrett -Alderman ,Village of Simsboro ,P. O. Box 40,,Simsboro,LA,71275,318-247-6350,LINCOLN,James Al Madden,3545 Hwy. 150,,Simsboro,LA,71275,318-247-8744,W,M,D,310,12/31/2010,01/01/2007,Mr. Madden -Alderman ,"Ward 1, City of Ruston ",P. O. Box 2069,,Ruston,LA,71273-2069,318-251-8621,LINCOLN,Levell Thurman,1608 Skyline Dr.,,Ruston,LA,71270,318-251-9342,B,M,D,310,12/31/2010,01/01/2007,Mr. Thurman -Alderman ,"Ward 2, City of Ruston ",P. O. Box 2069,,Ruston,LA,71273-2069,318-251-8621,LINCOLN,Elmore Mayfield,1400 Oriole Ave.,,Ruston,LA,71270,318-255-1073,B,M,D,310,12/31/2010,01/01/2007,Mr. Mayfield -Alderman ,"Ward 3, City of Ruston ",P. O. Box 2069,,Ruston,LA,71273-2069,318-251-8621,LINCOLN,Jedd Lewis,305 Arkansas Street,,Ruston,LA,71270,318-255-2634,W,M,R,310,12/31/2010,01/01/2007,Mr. Lewis -Alderman ,"Ward 4, City of Ruston ",P. O. Box 2069,,Ruston,LA,71273-2069,318-251-8621,LINCOLN,Jim Pearce,515 Toma Lodge Dr.,,Ruston,LA,71270,318-251-2866,W,M,D,310,12/31/2010,01/01/2007,Mr. Pearce -Alderman ,"Ward 5, City of Ruston ",P. O. Box 2069,,Ruston,LA,71273-2069,318-251-8621,LINCOLN,Marie S. Riggs,905 Robinette Dr.,,Ruston,LA,71270,318-255-4093,W,F,D,310,12/31/2010,01/01/2007,Ms. Riggs -Council Member ,City of Grambling ,P. O. Box 108,,Grambling,LA,71245,318-247-6120,LINCOLN,Alvin Bradley,270 Mockingbird Ln.,,Grambling,LA,71245,318-247-6317,B,M,D,310,12/31/2010,01/01/2007,Mr. Bradley -Council Member ,City of Grambling ,P. O. Box 108,,Grambling,LA,71245,318-247-6120,LINCOLN,Toby B. Bryan,P.O. Box 977,,Grambling,LA,71245,318-247-6727,B,M,D,310,12/31/2010,01/01/2007,Mr. Bryan -Council Member ,City of Grambling ,P. O. Box 108,,Grambling,LA,71245,318-247-6120,LINCOLN,"Roosevelt Bryant, Jr.",P.O. Box 254,,Grambling,LA,71245,318-247-3388,B,M,D,310,12/31/2010,01/01/2007,Mr. Bryant -Council Member ,City of Grambling ,P. O. Box 108,,Grambling,LA,71245,318-247-6120,LINCOLN,Roy L. Jackson,112 Wayside Dr.,,Grambling,LA,71245,318-247-3446,B,M,D,310,12/31/2010,02/23/2009,Mr. Jackson -Council Member ,City of Grambling ,P. O. Box 108,,Grambling,LA,71245,318-247-6120,LINCOLN,Edward R. Jones,P. O. Box 159,,Grambling,LA,71245,318-247-0099,B,M,D,310,12/31/2010,01/01/2007,Mr. Jones -Council Member ,"District A, Town of Dubach ",P. O. Box 252,,Dubach,LA,71235,318-777-3321,LINCOLN,Vallie Carrico,P.O. Box 461,,Dubach,LA,71235,318-777-3551,W,F,R,310,12/31/2010,01/01/2007,Ms. Carrico -Council Member ,"District B, Town of Dubach ",P. O. Box 252,,Dubach,LA,71235,318-777-3321,LINCOLN,Reuben Sparks,P.O. Box 87,,Dubach,LA,71235,318-777-3938,W,M,R,310,12/31/2010,01/01/2007,Mr. Sparks -Council Member ,"District C, Town of Dubach ",P. O. Box 252,,Dubach,LA,71235,318-777-3321,LINCOLN,Mary Alice Billberry,8075 Hico St.,,Dubach,LA,71235,318-777-8312,W,F,R,310,12/31/2010,01/01/2007,Ms. Billberry -Council Member ,"District D, Town of Dubach ",P. O. Box 252,,Dubach,LA,71235,318-777-3321,LINCOLN,Davie Powell,158 Voss Street,,Dubach,LA,71235,318-777-8653,B,M,D,310,12/31/2010,01/01/2007,Mr. Powell -Council Member ,"District E, Town of Dubach ",P. O. Box 252,,Dubach,LA,71235,318-777-3321,LINCOLN,Hattie Graham,P.O. Box 746,,Dubach,LA,71235,318-777-8781,B,F,D,310,12/31/2010,01/01/2007,Ms. Graham -Councilmen ,Town of Vienna ,P. O. Box 980,,Ruston,LA,71273,318-251-2913,LINCOLN,Keith Brasuell,212 Deer Trail,,Dubach,LA,71235,318-251-2073,W,M,,310,01/09/2012,01/14/2008,Mr. Brasuell -Councilmen ,Town of Vienna ,P. O. Box 980,,Ruston,LA,71273,318-251-2913,LINCOLN,"Walter Carpenter, Jr.",153 Deer Trail,,Dubach,LA,71235,318-254-8158,W,M,R,310,01/08/2012,08/24/2009,Mr. Carpenter -Councilmen ,Town of Vienna ,P. O. Box 980,,Ruston,LA,71273,318-251-2913,LINCOLN,Thomas P. Smith,119 Woodvale Dr.,,Dubach,LA,71235,318-251-2114,W,M,R,310,01/09/2012,01/14/2008,Mr. Smith -DPEC Member ,at Large ,,,,LA,,,LIVINGSTON,Larry Arceneaux,30807 Hwy. 22,,Springfield,LA,70462,225-294-5833,W,M,D,054,02/20/2012,02/20/2008,Mr. Arceneaux -DPEC Member ,at Large ,,,,LA,,,LIVINGSTON,DeVan Pardue,23940 Coats Rd.,,Springfield,LA,70462,,W,M,D,054,02/20/2012,02/20/2008,Mr. Pardue -DPEC Member ,at Large ,,,,LA,,,LIVINGSTON,Hobart Pardue,P.O. Box 369,,Springfield,LA,70462,225-294-5138,W,M,D,054,02/20/2012,02/20/2008,Mr. Pardue -DPEC Member ,at Large ,,,,LA,,,LIVINGSTON,Hubert Stilley,30158 West H. Stilley Rd.,,Independence,LA,70443,225-567-3404,W,M,D,054,02/20/2012,02/20/2008,Mr. Stilley -DPEC Member ,District 1 ,,,,LA,,,LIVINGSTON,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,LIVINGSTON,"""Gene"" Williams",P.O. Box 306,,Denham Springs,LA,70727,225-665-6056,W,M,D,056,02/20/2012,02/20/2008,Mr. Williams -DPEC Member ,District 3 ,,,,LA,,,LIVINGSTON,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,LIVINGSTON,"""Al"" Comeaux",725 Poplar St.,,Denham Springs,LA,70726,225-664-9512,W,M,D,056,02/20/2012,02/20/2008,Mr. Comeaux -DPEC Member ,District 5 ,,,,LA,,,LIVINGSTON,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,LIVINGSTON,Kevin Hull,20469 LA Hwy. 16,,Denham Springs,LA,70726,225-405-1362,W,M,D,056,02/20/2012,02/20/2008,Mr. Hull -DPEC Member ,District 7 ,,,,LA,,,LIVINGSTON,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,LIVINGSTON,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,LIVINGSTON,Cassandra Butler,P.O. Box 407,,Independence,LA,70443,985-878-4881,B,F,D,056,02/20/2012,02/20/2008,Ms. Butler -RPEC Member ,at Large ,,,,LA,,,LIVINGSTON,Derek Babcock,13600 Quail Run Ave.,,Denham Springs,LA,70726,225-505-9505,W,M,R,064,02/20/2012,02/20/2008,Mr. Babcock -RPEC Member ,at Large ,,,,LA,,,LIVINGSTON,Floyd Gonzalez,14112 Forest Glen Ln.,,Walker,LA,70785,225-664-4169,W,M,R,064,02/20/2012,02/20/2008,Mr. Gonzales -RPEC Member ,at Large ,,,,LA,,,LIVINGSTON,Cylton Joe Mitchell,920 Angee Dr.,,Denham Springs,LA,70726,225-664-0288,W,M,R,064,02/20/2012,02/20/2008,Mr. Mitchell -RPEC Member ,at Large ,,,,LA,,,LIVINGSTON,George Slaght,25920 Oak Alley,,Holden,LA,70744,225-294-5883,W,M,R,064,02/20/2012,02/20/2008,"Mr, Slaght " -RPEC Member ,at Large ,,,,LA,,,LIVINGSTON,James Tullier,27300 Tullier Ln.,,Denham Springs,LA,70726,225-664-7063,W,M,R,064,02/20/2012,02/20/2008,Mr. Palmer -RPEC Member ,District 1 ,121 Joan St.,,Cenham Springs,LA,70726,,LIVINGSTON,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,LIVINGSTON,Carolyn R. Hatcher,35130 Stone Castle Dr.,,Denham Springs,LA,70706,225-667-8163,W,F,R,066,02/20/2012,02/20/2008,Ms. Hatcher -RPEC Member ,District 3 ,,,,LA,,,LIVINGSTON,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,LIVINGSTON,"Robert W. ""Bob"" Morgan",232 Third St.,,Denham Springs,LA,70726,225-223-2144,W,M,R,066,02/20/2012,02/20/2008,Mr. Morgan -RPEC Member ,District 5 ,,,,LA,,,LIVINGSTON,Jason Stern,10872 Sherrie Lane,,Denham Springs,LA,70726,225-709-0525,W,M,R,066,02/20/2012,02/20/2008,Mr. Stern -RPEC Member ,District 6 ,,,,LA,,,LIVINGSTON,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,LIVINGSTON,Gerald L. Burns,28630 Juban Road,,Denham Springs,LA,70726,225-664-3463,W,M,R,066,02/20/2012,02/20/2008,Mr. Burns -RPEC Member ,District 8 ,,,,LA,,,LIVINGSTON,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,LIVINGSTON,,,,,,,,,,,066 -Sheriff ,,P. O. Box 850,,Livingston,LA,70754,225-686-2241,LIVINGSTON,"William L. ""Willie"" Graves",P.O. Box 850,,Livingston,LA,70754,225-665-2721,W,M,D,225,06/30/2012,07/01/2008,Sheriff Graves -Clerk of Court ,,P. O. Box 1150,,Livingston,LA,70754,225-686-2216,LIVINGSTON,"Thomas ""Tom"" Sullivan, Jr.",P. O. Box 1150,,Livingston,LA,70754,225-665-6464,W,M,R,230,06/30/2012,07/01/2008,Mr. Sullivan -Assessor ,,P. O. Box 307,,Livingston,LA,70754,225-686-7278,LIVINGSTON,Jeff Taylor,8082 Evergreen Drive,,Denham Springs,LA,70726,225-667-2795,W,M,R,235,12/31/2012,01/01/2009,Mr. Taylor -Coroner ,,140 Aspen Square,,Denham Springs,LA,70726,225-791-1152,LIVINGSTON,Ron Coe,25153 Arlington Ave.,,Denham Springs,LA,70726,225-664-4737,W,M,R,240,03/25/2012,03/24/2008,Mr. Coe -Parish President ,,P.O. Box 335,,Livingston,LA,70754,225-686-3027,LIVINGSTON,"Michael ""Mike"" Grimmer",13246 Pendarvis Lane,,Walker,LA,70785,225-665-5351,W,M,D,243,01/09/2012,01/14/2008,Mr. Grimmer -Councilman,District 1,P. O. Box 335,,Livingston,LA,70754,225-686-3027,LIVINGSTON,"Randall ""Randy"" Rushing",31200 Weiss Rd.,,Walker,LA,70785,225-686-2886,W,M,D,245,01/09/2012,01/14/2008,Mr. Rushing -Councilman ,District 2 ,P. O. Box 335,,Livingston,LA,70754,225-686-3027,LIVINGSTON,Jimmie McCoy,37375 La Hwy 16,,Denham Springs,LA,70706,225-573-8020,W,M,R,245,01/09/2012,01/14/2008,Mr. McCoy -Councilman ,District 3 ,P. O. Box 335,,Livingston,LA,70754,225-686-3027,LIVINGSTON,Cindy Wale,9417 Prince Charles,,Denham Springs,LA,70726,225-665-7765,W,F,D,245,01/09/2012,01/14/2008,Ms. Wale -Councilman ,District 4 ,P. O. Box 335,,Livingston,LA,70754,225-686-3027,LIVINGSTON,Marshall H. Harris,704 Tom Dr.,,Denham Springs,LA,70726,225-664-6647,W,M,D,245,01/09/2012,01/14/2008,Mr. Harris -Councilman ,District 5 ,P. O. Box 335,,Livingston,LA,70754,225-686-3027,LIVINGSTON,"Albert ""Buddy"" Mincey",10961 La. Hwy 1033,,Denham Springs,LA,70726,225-665-6504,W,M,D,245,01/09/2012,01/14/2008,Mr. Mincey -Councilman ,District 6 ,P. O. Box 335,,Livingston,LA,70754,225-686-3027,LIVINGSTON,Don Wheat,27179 S. Satsuma Rd.,,Livingston,LA,70754,225-698-3406,W,M,D,245,01/09/2012,01/14/2008,Mr. Wheat -Councilman ,District 7 ,P. O. Box 335,,Livingston,LA,70754,225-686-3027,LIVINGSTON,Thomas Watson,12395 Lakeland Dr.,,Walker,LA,70785,225-791-3944,W,M,R,245,01/09/2012,01/14/2008,Mr. Watson -Councilman ,District 8 ,P. O. Box 335,,Livingston,LA,70754,225-686-3027,LIVINGSTON,"Ronald Sharp, Sr.",29946 Hwy. 444,,Springfield,LA,70462,225-695-3627,W,M,D,245,01/09/2012,01/14/2008,Mr. Sharp -Councilman ,District 9 ,P. O. Box 335,,Livingston,LA,70754,225-686-3027,LIVINGSTON,Eddie Wagner,32290 Pea Ridge Rd.,,Albany,LA,70711,225-567-2524,W,M,D,245,01/09/2012,01/14/2008,Mr. Wagner -City Judge ,"City Court, City of Denham Springs ",400 Mayor Herbert Hoover Ave.,,Denham Springs,LA,70726,225-665-5505,LIVINGSTON,"Charles W. ""Chuck"" Borde, Jr.",P.O. Box 728,,Denham Springs,LA,70727,225-665-1253,W,M,D,250,12/31/2014,01/01/2009,Judge Borde -City Marshal ,"City Court, City of Denham Springs ",400 Mayor Hebert Hoover Ave.,,Denham Springs,LA,70726,225-665-8568,LIVINGSTON,"Jerry L. Denton, Jr.",930 Benton Ln.,,Denham Springs,LA,70726,225-667-8702,W,M,R,250,12/31/2014,01/01/2009,Marshal Denton -Member of School Board ,District 1 ,P. O. Box 1130,,Livingston,LA,70754,225-686-7044,LIVINGSTON,"Clinton ""Clint"" Mitchell",29845 Lard Rd.,,Holden,LA,70744,225-657-1850,W,M,D,255,12/31/2010,01/01/2007,Mr. Mitchell -Member of School Board ,District 2 ,P. O. Box 1130,,Livingston,LA,70754,225-686-4221,LIVINGSTON,David A. Tate,35491 Old La. Hwy. 16,,Denham Springs,LA,70706,225-665-0000,W,M,R,255,12/31/2010,01/01/2007,Mr. Tate -Member of School Board ,District 3 ,P. O. Box 1130,,Livingston,LA,70754,225-686-4221,LIVINGSTON,Milton Hughes,P.O. Box 487,,Denham Springs,LA,70726,225-664-4552,W,M,D,255,12/31/2010,01/01/2007,MR. Hughes -Member of School Board ,District 4 ,P. O. Box 1130,,Livingston,LA,70754,225-686-4221,LIVINGSTON,"Louis E. ""Loody"" Carlisle",P.O. Box 622,,Denham Springs,LA,70726,225-665-6078,W,M,D,255,12/31/2010,01/01/2007,Mr. Carlisle -Member of School Board ,District 5 ,P. O. Box 1130,,Livingston,LA,70754,225-686-4221,LIVINGSTON,"Albert ""Buddy"" Mincey, Jr.",10983 La. Hwy. 1033,,Denham Springs,LA,70726,225-667-3811,W,M,D,255,12/31/2010,01/01/2007,Mr. Mincey -Member of School Board ,District 6 ,P. O. Box 1130,,Livingston,LA,70754,225-686-4221,LIVINGSTON,"Jeffery ""Jeff"" Cox",34121 Cane Market Rd.,,Walker,LA,70785,225-664-8084,W,M,D,255,12/31/2010,01/01/2007,Mr. Cox -Member of School Board ,District 7 ,P. O. Box 1130,,Livingston,LA,70754,225-686-4221,LIVINGSTON,"James ""Jimmy"" Watson",13561 Graham Ln.,,Walker,LA,70785,225-665-5705,W,M,R,255,12/31/2010,01/01/2007,Mr. Watson -Member of School Board ,District 8 ,P. O. Box 1130,,Livingston,LA,70754,225-686-4221,LIVINGSTON,Keith Martin,P.O. Box 211,,Springfield,LA,70462,225-695-3721,W,M,D,255,12/31/2010,01/01/2007,Mr. Martin -Member of School Board ,District 9 ,P. O. Box 1130,,Livingston,LA,70754,225-686-4221,LIVINGSTON,"""Sid"" Kinchen",P.O. Box 1883,,Albany,LA,70711,225-567-1109,W,M,D,255,12/31/2010,01/01/2007,Mr. Kinchen -Justice of the Peace ,Justice of the Peace Ward 1 ,P. O. Box 33,,Watson,LA,70786,225-667-1500,LIVINGSTON,Jeff Sachse,34674 LA Hwy. 16,,Denham Springs,LA,70706,225-667-1500,W,M,R,265,12/31/2014,01/01/2009,Mr. Sachse -Justice of the Peace ,Justice of the Peace Ward 3 ,,,,LA,,,LIVINGSTON,Rhonda Dale Wheat,20800 Adam Averett Rd.,,Livingston,LA,70754,225-698-6673,W,F,D,265,12/31/2014,01/01/2009,Ms. Wheat -Justice of the Peace ,Justice of the Peace Ward 4 ,P. O. Box 53,,Albany,LA,70711,225-567-3822,LIVINGSTON,Max C. Owens,P.O. Box 53,,Albany,LA,70711,225-567-3822,W,M,D,265,12/31/2014,01/01/2009,Mr. Owens -Justice of the Peace ,Justice of the Peace Ward 5 ,14724 Bear Island Rd.,,Maurepas,LA,70449,225-695-3666,LIVINGSTON,"Lena ""Bitsy"" Balfantz",14724 Bear Island Rd.,,Maurepas,LA,70449,225-695-3666,W,F,D,265,12/31/2014,01/01/2009,Mr. Balfantz -Justice of the Peace ,Justice of the Peace Ward 6 ,P. O. Box 643,,Springfield,LA,70462,225-294-2864,LIVINGSTON,Mary Vicknair Bennett,P.O. Box 643,,Springfield,LA,70462,225-294-2864,W,F,D,265,12/31/2014,01/01/2009,Ms. Bennett -Justice of the Peace ,Justice of the Peace Ward 7 ,10964 LA Hwy. 1033,,Denham Springs,LA,70726,225-664-9151,LIVINGSTON,Sandra Allen Causey,10964 La. Hwy. 1033,,Denham Springs,LA,70726,225-664-9151,W,F,D,265,12/31/2014,01/01/2009,Ms. Causey -Justice of the Peace ,Justice of the Peace Ward 8 ,32447 Mangum Chapel Rd.,,Walker,LA,70785,225-686-3890,LIVINGSTON,Lance Radley,32447 Mangum Chapel Rd.,,Walker,LA,70785,225-686-3890,W,M,D,265,12/31/2014,01/01/2009,Mr. Radley -Justice of the Peace ,Justice of the Peace Ward 9 ,P.O. Box 657,,Livingston,LA,70754,225-686-7920,LIVINGSTON,Rita Stewart,P.O. Box 657,,Livingston,LA,70754,225-686-8244,W,F,D,265,12/31/2014,01/01/2009,Ms. Stewart -Justice of the Peace ,Justice of the Peace Ward 10 ,30560 Lower Rome Rd.,,Springfield,LA,70462,225-695-3217,LIVINGSTON,"Judith ""Judy"" White",P.O. Box 921,,Springfield,LA,70462,225-695-3508,W,F,D,265,12/31/2014,01/01/2009,Ms. White -Justice of the Peace ,Justice of the Peace Ward 11 ,30930 N. Walker Rd.,,Walker,LA,70785,225-664-2893,LIVINGSTON,Cindy Strange Small,30930 Walker N. Rd.,,Walker,LA,70785,225-664-2893,W,F,R,265,12/31/2014,01/01/2009,Ms. Small -Constable ,Justice of the Peace Ward 1 ,37354 LA Hwy. 16,,Denham Springs,LA,70726,225-664-7695,LIVINGSTON,"Richard ""Ricky"" Chandler",37354 Hwy. 16,,Denham Springs,LA,70706,225-664-7695,W,M,D,267,12/31/2014,01/01/2009,Mr. Chandler -Constable ,Justice of the Peace Ward 3 ,20150 LA Hwy. 444,,Livingston,LA,70754,225-698-6276,LIVINGSTON,M. Warren Watts,20150 Hwy. 444,,Livingston,LA,70754,225-698-3245,W,M,D,267,12/31/2014,01/01/2009,Mr. Watts -Constable ,Justice of the Peace Ward 4 ,31868 LA Hwy. 43,,Albany,LA,70711,225-567-3167,LIVINGSTON,Bruce Bennett,31868 Hwy. 43,,Albany,LA,70711,225-567-3167,W,M,D,267,12/31/2014,01/22/2009,Mr. Bennett -Constable ,Justice of the Peace Ward 5 ,23272 LA Hwy. 22,,Maurepas,LA,70449,225-695-3127,LIVINGSTON,"Carroll ""Wayne"" Bates",23272 Hwy. 22,,Maurepas,LA,70449,225-695-3127,W,M,D,267,12/31/2014,01/01/2009,Mr. Bates -Constable ,Justice of the Peace Ward 6 ,24601 Blood River Rd.,,Springfield,LA,70462,225-294-5571,LIVINGSTON,Glenn Hoover,24601 Blood River Rd.,,Springfield,LA,70462,225-294-5571,W,M,D,267,12/31/2014,01/01/2009,Mr. Hoover -Constable ,Justice of the Peace Ward 7 ,24832 Joe May Rd.,,Denham Springs,LA,70726,225-665-5550,LIVINGSTON,Ronnie Causey,10964 La. Hwy. 1033,,Denham Springs,LA,70726,225-664-9151,W,M,R,267,12/31/2014,01/01/2009,Mr. Causey -Constable ,Justice of the Peace Ward 8 ,P.O. Box 241,,Livingston,LA,70754,225-686-0229,LIVINGSTON,"James ""Jimmy"" Alford",31734 LA Hwy. 1036,,Holden,LA,70744,225-567-3580,W,M,D,267,12/31/2014,01/01/2009,Mr. Alford -Constable ,Justice of the Peace Ward 9 ,P.O. Box 241,,Livingston,LA,70754,225-686-0229,LIVINGSTON,Leroy Owens,P. O. Box 222,,Holden,LA,70744,225-567-6611,W,M,R,267,12/31/2014,01/01/2009,Mr. Owens -Constable ,Justice of the Peace Ward 10 ,30770 Lower Rome Rd.,,Springfield,LA,70462,225-695-3741,LIVINGSTON,"Barry White, Sr.",P.O. Box 921,,Springfield,LA,70462,225-695-3508,W,M,D,267,12/31/2014,01/01/2009,Mr. White -Constable ,Justice of the Peace Ward 11 ,13172 Pendarvis Ln.,,Walker,LA,70785,225-665-2823,LIVINGSTON,Bobby R. Smith,27270 Watson Ln.,,Walker,LA,70785,225-665-5028,W,M,R,267,12/31/2014,01/01/2009,Mr. Smith -Mayor ,City of Denham Springs ,P. O. Box 1629,,Denham Springs,LA,,225-665-8121,LIVINGSTON,Jimmy Durbin,417 Centerville St. East,,Denham Springs,LA,70726,225-664-6126,W,M,D,300,12/31/2010,01/01/2007,Mr. Durbin -Mayor ,Town of Killian ,P. O. Box 546,,Springfield,LA,,225-695-6785,LIVINGSTON,Gillis Windham,28543 Hwy. 22,,Killian,LA,70462,225-695-3072,W,M,R,300,06/30/2013,07/01/2009,Mayor Windham -Mayor ,Town of Livingston ,P. O. Box 430,,Livingston,LA,,225-686-7153,LIVINGSTON,D. Derral Jones,20177 Circle Dr.,,Livingston,LA,70754,225-686-7619,W,M,D,300,12/31/2012,01/01/2009,Mayor Jones -Mayor ,Town of Springfield ,P. O. Box 352,,Springfield,LA,,225-294-3150,LIVINGSTON,"Charles E. ""Charlie"" Martin",P.O. Box 421,,Springfield,LA,70462,225-294-5491,W,M,D,300,06/30/2013,07/01/2009,Mayor Martin -Mayor ,Town of Walker ,P. O. Box 217,,Walker,LA,,225-664-3123,LIVINGSTON,Bobby Font,13791 Aydell Ln.,,Walker,LA,70785,225-667-0972,W,M,D,300,12/31/2012,01/01/2009,Mayor Font -Mayor ,Village of Albany ,P. O. Box 1000,,Albany,LA,,225-567-1101,LIVINGSTON,Thomas A. Stewart,P.O. BOX 1346,,Albany,LA,70711,225-567-2185,W,M,D,300,12/31/2010,01/01/2007,Mr. Stewart -Mayor ,Village of French Settlement ,P. O. Box 3,,French Settlement,LA,,225-698-6100,LIVINGSTON,Toni Guitrau,16619 Hwy. 16,,French Settlement,LA,70733,225-698-3646,W,F,D,300,12/31/2012,01/01/2009,Ms. Guitrau -Mayor ,Village of Port Vincent ,18235 Hwy. 16,,Port Vincent,LA,,225-698-9891,LIVINGSTON,Laura Sanders Savoy,18125 Savoy Lane,,Port Vincent,LA,70726,225-698-3357,W,F,R,300,12/31/2012,01/01/2009,Mayor Savoy -Chief of Police ,Town of Livingston ,P. O. Box 430,,Livingston,LA,,225-686-7153,LIVINGSTON,Randy M. Dufrene,P. O. Box 811,,Livingston,LA,70754,225-686-7153,W,M,D,305,12/31/2012,01/01/2009,Chief Dufrene -Chief of Police ,Town of Walker ,P. O. Box 217,,Walker,LA,70785,225-664-3123,LIVINGSTON,Hunter Grimes,32460 Dwayne Dr.,,Walker,LA,70726,225-791-6456,W,M,D,305,12/31/2012,01/01/2009,Chief Grimes -Chief of Police ,Village of Albany ,P. O. Box 1000,,Albany,LA,70711,225-567-1101,LIVINGSTON,Russell Deloy Hutchinson,P.O. Box 273,,Albany,LA,70711,225-567-3962,W,M,D,305,12/31/2010,01/01/2007,Mr. Hutchinson -Chief of Police ,Village of French Settlement ,P. O. Box 3,,French Settlement,LA,70733,225-698-6100,LIVINGSTON,"Harry G. Brignac, Sr.",15440 La. Hwy. 16,,French Settlement,LA,70733,225-698-3484,W,M,D,305,12/31/2012,01/01/2009,Chief Brignac -Alderman ,Town of Killian ,P. O. Box 546,,Springfield,LA,70462,225-695-6785,LIVINGSTON,"Jerry ""JJ"" Barnum, Jr.",28490 Ridge Ln.,,Killian,LA,70462,985-320-5493,W,M,D,310,06/30/2013,07/01/2009,Mr. Barnum -Alderman ,Town of Killian ,P. O. Box 546,,Springfield,LA,70462,225-695-6785,LIVINGSTON,Peter W. Bock,31533 Judith Dr.,,Killian,LA,70462,225-695-3584,W,M,,310,06/30/2013,07/01/2009,Mr. Bock -Alderman ,Town of Killian ,P. O. Box 546,,Springfield,LA,70462,225-695-6785,LIVINGSTON,"""Vince"" Deliberto, Jr.",20580 Riverside Rd.,,Killian,LA,70462,225-695-3530,W,M,,310,06/30/2013,07/01/2009,Mr. Deliberto -Alderman ,Town of Killian ,P. O. Box 546,,Springfield,LA,70462,225-695-6785,LIVINGSTON,Craig McGehee,31384 Lanta Ln.,,Springfield,LA,70462,225-695-6108,W,M,R,310,06/30/2013,07/01/2009,Mr. McGehee -Alderman ,Town of Killian ,P. O. Box 546,,Springfield,LA,70462,225-695-6785,LIVINGSTON,Dean A. Sharp,P.O. Box 1149,,Springfield,LA,70462,225-287-0362,W,M,R,310,06/30/2013,07/01/2009,Mr. Sharp -Alderman ,Town of Livingston ,P.O. Box 430,,Livingston,LA,70754,225-686-7153,LIVINGSTON,David R. Bencaz,P. O. Box 28,,Livingston,LA,70754,225-573-6916,W,M,D,310,12/31/2012,01/01/2009,Mr. Bencaz -Alderman ,Town of Livingston ,P.O. Box 430,,Livingston,LA,70754,225-686-7153,LIVINGSTON,David McCreary,P. O. Box 383,,Livingston,LA,70754,225-686-7319,W,M,O,310,12/31/2012,01/01/2009,Mr. McCreary -Alderman ,Town of Livingston ,P.O. Box 430,,Livingston,LA,70754,225-686-7153,LIVINGSTON,"Randall ""Randy"" Morgan",P.O. Box 182,,Livingston,LA,70754,225-686-7149,W,M,R,310,12/31/2012,01/01/2009,Mr. Morgan -Alderman ,Town of Livingston ,P.O. Box 430,,Livingston,LA,70754,225-686-7153,LIVINGSTON,Joey H. Sibley,P.O. Box 643,,Livingston,LA,70754,225-686-7533,W,M,D,310,12/31/2012,01/01/2009,Mr. Sibley -Alderman ,Town of Livingston ,P.O. Box 430,,Livingston,LA,70754,225-686-7153,LIVINGSTON,Wade Wilson,P.O. Box 154,,Livingston,LA,70754,225-686-2385,W,M,D,310,12/31/2012,08/24/2009,Mr. Wilson -Alderman ,Town of Springfield ,P. O. Box 352,,Springfield,LA,70462,225-294-3150,LIVINGSTON,Thomas R. Abels,P.O. Box 436,,Springfield,LA,70422,225-294-3959,W,M,D,310,06/30/2013,07/01/2009,Mr. Abels -Alderman ,Town of Springfield ,P. O. Box 352,,Springfield,LA,70462,225-294-3150,LIVINGSTON,Mary Ann Bissel,32690 Cullom Rd.,,Springfield,LA,70462,225-294-5444,W,F,D,310,06/30/2013,07/01/2009,Ms. Bissel -Alderman ,Town of Springfield ,P. O. Box 352,,Springfield,LA,70462,225-294-3150,LIVINGSTON,Mildred Ratcliff Cowsar,31466 Hyw. 22,,Springfield,LA,70462,225-294-5617,W,F,D,310,06/30/2013,07/01/2009,Ms. Cowsar -Alderman ,Town of Springfield ,P. O. Box 352,,Springfield,LA,70462,225-294-3150,LIVINGSTON,Marsha Threeton Sherburne,25564 McCarroll Rd.,,Springfield,LA,70462,225-294-3164,W,F,D,310,06/30/2013,07/01/2009,Ms. Sherburne -Alderman ,Town of Springfield ,P. O. Box 352,,Springfield,LA,70462,225-294-3150,LIVINGSTON,"""Johnny"" Vicknair",33290 Pitcher Rd.,,Springfield,LA,70462,225-294-5364,W,M,D,310,06/30/2013,07/01/2009,Mr. Vicknair -Alderman ,Town of Walker ,P. O. Box 217,,Walker,LA,70785,225-664-3123,LIVINGSTON,Elton Burns,30034 Corbin Ave.,,Walker,LA,70785,225-665-6605,W,M,D,310,12/31/2012,01/01/2009,Mr. Burks -Alderman ,Town of Walker ,P. O. Box 217,,Walker,LA,70785,225-664-3123,LIVINGSTON,Scarlett Milton Major,13699 Aydell Ln.,,Walker,LA,70785,225-665-6695,W,F,R,310,12/31/2012,01/01/2009,Ms. Major -Alderman ,Town of Walker ,P. O. Box 217,,Walker,LA,70785,225-664-3123,LIVINGSTON,James B. Phillips,28081 Foxfire Ave.,,Walker,LA,70785-8424,225-664-7046,W,M,R,310,12/31/2012,01/01/2009,Mr. Phillips -Alderman ,Town of Walker ,P. O. Box 217,,Walker,LA,70785,225-664-3123,LIVINGSTON,"""Jack"" Summerell",28351 Red Oak Dr.,,Walker,LA,70785,225-665-7738,W,M,R,310,12/31/2012,01/01/2009,Mr. Summerell -Alderman ,Town of Walker ,P. O. Box 217,,Walker,LA,70785,225-664-3123,LIVINGSTON,Richard Wales,13964 Guy St.,,Walker,LA,70785,,W,M,R,310,12/31/2012,01/01/2009,Mr. Wales -Alderman ,Village of Albany ,P. O. Box 1000,,Albany,LA,70711,225-567-1101,LIVINGSTON,"Lloyd E. ""Gene"" Glascock",P.O. Box 89,,Albany,LA,70711,225-567-9486,W,M,R,310,12/31/2010,01/01/2007,Mr. Glascock -Alderman ,Village of Albany ,P. O. Box 1000,,Albany,LA,70711,225-567-1101,LIVINGSTON,Edmond C. Harris,P.O. Box 105,,Albany,LA,70711,225-567-3133,W,M,D,310,12/31/2010,01/01/2007,Mr. Harris -Alderman ,Village of Albany ,P. O. Box 1000,,Albany,LA,70711,225-567-1101,LIVINGSTON,"Lloyd ""Bee"" Martin",P.O. Box 146,,Albany,LA,70711,225-567-2093,W,M,D,310,12/31/2010,01/01/2007,Mr. Martin -Alderman ,Village of French Settlement ,P. O. Box 3,,French Settlement,LA,70733,225-698-6100,LIVINGSTON,Sean M. Guitrau,16619 Hwy. 16,,French Settlement,LA,70733,225-698-3646,W,M,R,310,12/31/2012,01/01/2009,Mr. Guitrau -Alderman ,Village of French Settlement ,P. O. Box 3,,French Settlement,LA,70733,225-698-6100,LIVINGSTON,Teresa Miller,14360 Mecca Rd.,,French Settlement,LA,70733,225-698-1909,W,F,R,310,12/31/2012,01/01/2009,Ms. Miller -Alderman ,Village of French Settlement ,P. O. Box 3,,French Settlement,LA,70733,225-698-6100,LIVINGSTON,Glen Newell,14580 Rue Des Chenes Rd.,,French Settlement,LA,70733,225-698-6774,W,M,,310,12/31/2012,01/01/2009,Mr. Newell -Alderman ,Village of Port Vincent ,18235 Hwy. 16,,Port Vincent,LA,70726,225-698-9897,LIVINGSTON,David Carter,19334 Gourdon Ln.,,Port Vincent,LA,70726,225-698-6218,W,M,D,310,12/31/2012,01/01/2009,Mr. Carter -Alderman ,Village of Port Vincent ,18235 Hwy. 16,,Port Vincent,LA,70726,225-698-9897,LIVINGSTON,"Jeffrey ""Scotty"" Martone",19338 Gourdon Ln.,,Port Vincent,LA,70726,225-698-3982,W,M,R,310,12/31/2012,01/01/2009,Mr. Martone -Alderman ,Village of Port Vincent ,18235 Hwy. 16,,Port Vincent,LA,70726,225-698-9897,LIVINGSTON,"Johnnie ""J.J."" Page",19450 LA Hwy. 16,,Port Vincent,LA,70726,225-335-8555,W,M,R,310,12/31/2012,01/01/2009,Mr. Page -Council Member ,City of Denham Springs ,P. O. Box 1629,,Denham Springs,LA,70727-1629,225-665-8121,LIVINGSTON,Rene' Delahoussaye,211 Centerville St. NE,,Denham Springs,LA,70726,225-664-9617,W,M,D,310,12/31/2010,01/01/2007 -Council Member ,City of Denham Springs ,P. O. Box 1629,,Denham Springs,LA,70727-1629,225-665-8121,LIVINGSTON,"Ann M. ""Annie"" Fugler",P.O. Box 1912,,Denham Springs,LA,70727,225-328-5424,W,F,R,310,12/31/2010,04/14/2009,Ms. Fugler -Council Member ,City of Denham Springs ,P. O. Box 1629,,Denham Springs,LA,70727-1629,225-665-8121,LIVINGSTON,Lori Lamm-Williams,717 Poplar St.,,Denham Springs,LA,70726,225-665-4462,W,F,R,310,12/31/2010,01/01/2007 -Council Member ,City of Denham Springs ,P. O. Box 1629,,Denham Springs,LA,70727-1629,225-665-8121,LIVINGSTON,"Arthur L. Perkins, Sr.",906 Hatchell Ln.,,Denham Springs,LA,70726,225-664-6730,B,M,D,310,12/31/2010,01/01/2007 -Council Member ,City of Denham Springs ,P. O. Box 1629,,Denham Springs,LA,70727-1629,225-665-8121,LIVINGSTON,John Wascom,522 Centerville St. East,,Denham Springs,LA,70726,225-665-7037,W,M,O,310,12/31/2010,01/01/2007 -DPEC Member ,at Large ,,,,LA,,,MADISON,LaDonna A. Abrahm,108 Lancaster Dr.,,Tallulah,LA,71282,318-574-4076,W,F,D,054,02/20/2012,02/20/2008,Ms. Abrahm -DPEC Member ,at Large ,,,,LA,,,MADISON,"""Sha"" Carter",511 LaSalle St.,,Tallulah,LA,71282,318-574-8393,W,F,D,054,02/20/2012,02/20/2008,Ms. Carter -DPEC Member ,at Large ,,,,LA,,,MADISON,Olga Daily,P.O. Box 494,,Tallulah,LA,71282-0494 ,318-574-9078,B,F,D,054,02/20/2012,02/20/2008,Ms. Daily -DPEC Member ,at Large ,,,,LA,,,MADISON,Priscilla Mahoney,860 West Bear Lake Road,,Tallulah,LA,71282,318-574-6969,W,F,D,054,02/20/2012,02/20/2008,Ms. Mahoney -DPEC Member ,at Large ,,,,LA,,,MADISON,Myrtle W. Wyche,212 Wyche St.,,Tallulah,LA,71282,318-574-0259,B,F,D,054,02/20/2012,02/20/2008,Ms. Wyche -DPEC Member ,District 1 ,,,,LA,,,MADISON,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,MADISON,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,MADISON,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,MADISON,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,MADISON,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,MADISON,Fred B. Wyly,210 Neely Plantation Rd.,,Tallulah,LA,71282,318-574-3269,W,M,R,064,02/20/2012,02/20/2008,Mr. Wyly -RPEC Member ,District 1 ,,,,LA,,,MADISON,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,MADISON,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,MADISON,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,MADISON,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,MADISON,,,,,,,,,,,066 -Sheriff ,,100 N. Cedar St.,,Tallulah,LA,71282,318-574-1831,MADISON,Larry G. Cox,100 N. Cedar,,Tallulah,LA,71282,318-341-1001,W,M,D,225,06/30/2012,07/01/2008,Sheriff Cox -Clerk of Court ,,P. O. Box 1710,,Tallulah,LA,71282,318-574-0655,MADISON,Marion Hopkins,P.O. Box 1710,,Tallulah,LA,71282,318-574-0637,W,F,D,230,06/30/2012,07/01/2008,Ms. Hopkins -Assessor ,,P.O. Box 423,,Tallulah,LA,71284,318-574-0117,MADISON,Jim D. Sevier,P.O. Box 423,,Tallulah,LA,71284-0423 ,318-574-1656,W,M,D,235,12/31/2012,01/01/2009,Mr. Sevier -Coroner ,,212 S. Chestnut Street,,Tallulah,LA,71282,318-574-3575,MADISON,Thomas A. Neumann,108 Neumann Dr.,,Tallulah,LA,71282,318-574-4332,W,M,,240,03/25/2012,03/24/2008,Mr. Neumann -Police Juror ,District 1 ,"100 N. Cedar St., Courthouse Bldg.",,Tallulah,LA,,318-574-3451,MADISON,Robert Dalton Fortenberry,1496 Hwy. 603,,Tallulah,LA,71282,318-574-3099,W,M,R,245,01/08/2012,01/14/2008,Mr. Fortenberry -Police Juror ,District 2 ,"100 N. Cedar St., Courthouse Bldg.",,Tallulah,LA,71282,318-574-3451,MADISON,Stanley Ogden,2365 Hwy. 577 S.,,Delhi,LA,71232,318-878-8541,W,M,,245,01/08/2012,01/14/2008,Mr. Ogden -Police Juror ,District 3 ,"100 N. Cedar St., Courthouse Bldg.",,Tallulah,LA,71282,318-574-3451,MADISON,Henry Tyler,415 Seventh St.,,Tallulah,LA,71282,318-574-3762,B,M,D,245,01/08/2012,01/14/2008,Mr. Tyler -Police Juror ,District 4 ,"100 N. Cedar St., Courthouse Bldg.",,Tallulah,LA,71282,318-574-3451,MADISON,James J. Griffin,200 Helen St.,,Tallulah,LA,71282,318-574-9588,B,M,,245,01/08/2012,01/14/2008,Mr. Griffin -Police Juror ,District 5 ,"100 N. Cedar St., Courthouse Bldg.",,Tallulah,LA,71282,318-574-3451,MADISON,Jane Gladys Sanders,1027 Kimbrough St.,,Tallulah,LA,71282,318-574-2519,B,F,D,245,01/08/2012,01/14/2008,Ms. Sanders -Member of School Board ,District 1 ,301 S. Chestnut St.,,Tallulah,LA,71282,318-574-3616,MADISON,"""Ed"" Yerger",2927 Hwy. 602,,Tallulah,LA,71282,318-574-4969,W,M,R,255,12/31/2010,10/30/2007,Mr. Yerger -Member of School Board ,District 2 ,301 S. Chestnut St.,,Tallulah,LA,71282,318-574-3616,MADISON,Randy J. Morgan,317 Fred Morgan Sr. Rd.,,Tallulah,LA,71282,318-574-4964,W,M,R,255,12/31/2010,09/14/2007,Mr. Morgan -Member of School Board ,District 3 ,301 S. Chestnut St.,,Tallulah,LA,71282,318-574-3616,MADISON,Joseph C. Candler,101 Travis St.,,Tallulah,LA,71282,318-574-1587,B,M,D,255,12/31/2010,01/01/2007,Mr. Candler -Member of School Board ,District 4 ,301 S. Chestnut St.,,Tallulah,LA,71282,318-574-3616,MADISON,Joe Walk,1005 N. Arey St.,,Tallulah,LA,71282,318-574-3496,B,M,D,255,12/31/2010,01/01/2007,Mr. Walk -Member of School Board ,District 5 ,301 S. Chestnut St.,,Tallulah,LA,71282,318-574-3616,MADISON,Hayward Fair,P.O. Box 904,,Tallulah,LA,71284-0904 ,318-574-2742,B,M,D,255,12/31/2010,01/01/2007,Mr. Fair -Member of School Board ,District 6 ,301 S. Chestnut St.,,Tallulah,LA,71282,318-574-3616,MADISON,Kizzy Bynum,207A Adams St.,,Tallulah,LA,71282,318-574-3227,B,F,D,255,12/31/2010,01/01/2007,Ms. Bynum -Member of School Board ,District 7 ,301 S. Chestnut St.,,Tallulah,LA,71282,318-574-3616,MADISON,Vera L. Davis,115 Johns St.,,Tallulah,LA,71282,318-574-0175,B,F,D,255,12/31/2010,01/01/2007,Ms. Davis -Member of School Board ,District 8 ,301 S. Chestnut St.,,Tallulah,LA,71282,318-574-3616,MADISON,Eva F. Taylor,1012 Maple St.,,Tallulah,LA,71282,318-341-3802,W,F,,255,12/31/2010,01/01/2007,Ms. Taylor -Justice of the Peace ,Justice of the Peace District 2 ,1005 Maple St.,,Tallulah,LA,71282,318-574-2499,MADISON,Beth Thomas,656 Charles Brown Rd.,,Tallulah,LA,71282,318-574-3464,W,F,R,265,12/31/2014,01/01/2009,Ms. Thomas -Justice of the Peace ,Justice of the Peace Districts 1 & 3 ,1178 Willow By.Rd,,Tallulah,LA,71282,318-574-8729,MADISON,Billy Thornton,1180 Willow Bayou Rd.,,Tallulah,LA,71282,318-574-4048,W,M,D,265,12/31/2014,01/01/2009,Mr. Thornton -Justice of the Peace ,"Justice of the Peace Districts 4, 5 & 6 ",305 Bozeman St.,,Tallulah,LA,71282,318-574-1242,MADISON,Patricia Buchanan,P.O. Box 1883,,Tallulah,LA,71284,318-574-1242,B,F,D,265,12/31/2014,01/01/2009,Ms. Buchanan -Justice of the Peace ,Justice of the Peace Districts 7 & 8 ,402 E.Green St.,,Tallulah,LA,71282,318-574-6911,MADISON,Cynthia Arender Machen,500 LaSalle St.,,Tallulah,LA,71282,318-574-6064,W,F,D,265,12/31/2014,01/01/2009,Ms. Machen -Constable ,Justice of the Peace District 2 ,3572 La. Hwy. 603,,Tallulah,LA,71282,318-574-4128,MADISON,Tilford M. Watts,3572 Hwy. 603,,Tallulah,LA,71282,318-574-4128,W,M,D,267,12/31/2014,01/01/2009,Mr. Watts -Constable ,Justice of the Peace Districts 1 & 3 ,224 La. Hwy. 602,,Tallulah,LA,71282,318-574-2248,MADISON,Charles Roberson,224 Hwy. 602,,Tallulah,LA,71282,318-574-2248,W,M,R,267,12/31/2014,01/01/2009,Mr. Roberson -Constable ,"Justice of the Peace Districts 4, 5 & 6 ",309 W. Askew St.,,Tallulah,LA,71282,318-574-1595,MADISON,"Charlie Trimble, Jr.",926 Holt St.,,Tallulah,LA,71282,318-574-4689,B,M,D,267,12/31/2014,01/01/2009,Mr. Trimble -Constable ,Justice of the Peace Districts 7 & 8 ,100 Magnolia St.,,Tallulah,LA,71282,318-574-4427,MADISON,Gene M. Cox,100 Magnolia St.,,Tallulah,LA,71282,381-574-4427,W,M,R,267,12/31/2014,01/01/2009,Mr. Cox -Mayor ,City of Tallulah ,204 N. Cedar,,Tallulah,LA,,318-574-0964,MADISON,"Eddie Beckwith, Jr.",P.O. Box 1594,,Tallulah,LA,71284-1594,318-574-0152,B,M,D,300,06/30/2010,07/01/2006,Mayor Beckwith -Mayor ,Village of Delta ,P. O. Box 29,,Delta,LA,,318-633-9566,MADISON,Robert Ott,P.O. Box 60,,Delta,LA,71233,318-633-9542,W,M,,300,12/31/2012,01/01/2009,Mayor Ott -Mayor ,Village of Mound ,"Rt. 2, Box 116-C",,Mound,LA,,318-574-0927,MADISON,Margaret Yerger,2927 Hwy. 602,,Tallulah,LA,71282,318-574-4969,W,F,R,300,12/31/2010,01/01/2007,Ms. Yerger -Mayor ,Village of Richmond ,598 Wood St.,,Richmond,LA,,318-574-2913,MADISON,"Robert Kivett, Sr.",111 Leslie St.,,Richmond,LA,71282,318-574-1669,W,M,R,300,12/31/2010,01/01/2007,Mayor Kivett -Chief of Police ,City of Tallulah ,204 N. Cedar,,Tallulah,LA,71282,318-574-0964,MADISON,Donnell Rose,P.O. Box 895,,Tallulah,LA,71284,318-574-6155,B,M,,305,06/30/2010,07/01/2006,Mr. Rose -Chief of Police ,Village of Mound ,"Rt. 2, Box 116-C",,Mound,LA,71282,318-574-0927,MADISON,Andrew Y. Federick,2930 Hwy. 602,,Tallulah,LA,71282,318-574-2221,W,M,R,305,12/31/2010,01/01/2007,Mr. Federick -Chief of Police ,Village of Richmond ,412 Claudine St.,,Richmond,LA,71282,318-574-2913,MADISON,Jimmy Lopez,107 Ruthie St.,,Richmond,LA,71282,318-574-1417,W,M,,305,12/31/2010,01/01/2007,Chief Lopez -Alderman ,Village of Delta ,P. O. Box 29,,Delta,LA,71233,318-633-9566,MADISON,Marvin Ashley,P.O. Box 214,,Delta,LA,71233,318-633-9757,W,M,,310,12/31/2012,01/01/2009,Mr. Ashley -Alderman ,Village of Delta ,P. O. Box 29,,Delta,LA,71233,318-633-9566,MADISON,Katherine Davis,P.O. Box 148,,Delta,LA,71233,318-633-9510,W,F,,310,12/31/2012,01/01/2009,Ms. Davis -Alderman ,Village of Delta ,P. O. Box 29,,Delta,LA,71233,318-633-9566,MADISON,Donald L. Frith,P.O. Box 21,,Delta,LA,71233,318-633-9699,W,M,,310,12/31/2012,01/01/2009,Mr. Frith -Alderman ,Village of Mound ,"Rt. 2, Box 116-C",,Mound,LA,71282,318-574-0927,MADISON,Margaret F. Crews,2945 Hwy. 602,,Tallulah,LA,71282,318-574-0927,W,F,R,310,12/31/2010,01/01/2007,Ms. Crews -Alderman ,Village of Mound ,"Rt. 2, Box 116-C",,Mound,LA,71282,318-574-0927,MADISON,"Walter S. Crews, Jr.",2945 Hwy. 602,,Tallulah,LA,71282,318-574-0927,W,M,R,310,12/31/2010,01/01/2007,Mr. Crews -Alderman ,Village of Mound ,"Rt. 2, Box 116-C",,Mound,LA,71282,318-574-0927,MADISON,Darlene C. Federick,2930 Hwy. 602,,Tallulah,LA,71282,601-415-6243,W,F,D,310,12/31/2010,07/21/2008,Ms. Federick -Alderman ,Village of Richmond ,412 Claudine St.,,Richmond,LA,71282,318-574-2913,MADISON,Olga Foster-Butler,100 Leslie Lane,,Tallulah,LA,71282-5516,318-574-4155,W,F,R,310,12/31/2010,01/01/2007,Ms. Foster-Butler -Alderman ,Village of Richmond ,412 Claudine St.,,Richmond,LA,71282,318-574-2913,MADISON,Donnie Remore,104 Ruthie St.,,Tallulah,LA,71282,318-574-3987,W,M,R,310,12/31/2010,01/01/2007,Mr. Remore -Alderman ,Village of Richmond ,412 Claudine St.,,Richmond,LA,71282,318-574-2913,MADISON,Tommy E. Wixson,111 Burnside Dr.,,Richmond,LA,71282,318-574-1900,W,M,D,310,12/31/2010,02/23/2009,Mr. Wixson -Council Member ,"District 1, City of Tallulah ",204 N. Cedar,,Tallulah,LA,71282,318-574-0964,MADISON,Charles Michael Finlayson,304 LaSalle St.,,Tallulah,LA,71282,318-574-2027,W,M,D,310,06/30/2010,07/01/2006,Mr. Finlayson -Council Member ,"District 2, City of Tallulah ",204 N. Cedar,,Tallulah,LA,71282,318-574-0964,MADISON,Henry J. Williams,1301 South Walnut St.,,Tallulah,LA,71282,318-574-4476,B,M,,310,06/30/2010,07/01/2006,Mr. Williams -Council Member ,"District 3, City of Tallulah ",204 N. Cedar,,Tallulah,LA,71282,318-574-0964,MADISON,Eddie Ray Fountain,215 Chester Dr.,,Tallulah,LA,71282,318-574-6519,B,M,D,310,06/30/2010,07/01/2006,Mr. Fountain -Council Member ,"District 4, City of Tallulah ",204 N. Cedar,,Tallulah,LA,71282,318-574-0964,MADISON,Kelvin Brooks,304 Fourth St.,,Tallulah,LA,71282,318-574-3428,B,M,D,310,06/30/2010,07/01/2006,Mr. Brooks -Council Member ,"District 5, City of Tallulah ",204 N. Cedar,,Tallulah,LA,71282,318-574-0964,MADISON,Michael Whitney,904 Van Zelfden St.,,Tallulah,LA,71282,318-574-0680,B,M,D,310,06/30/2010,07/01/2006,Mr. Whitney -DPEC Member ,at Large ,,,,LA,,,MOREHOUSE,,,,,,,,,,,054 -DPEC Member ,District 1 ,,,,LA,,,MOREHOUSE,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,MOREHOUSE,Barbara L. Mansfield,P.O. Box 72,,Bastrop,LA,71221,318-281-2356,B,F,D,056,02/20/2012,02/20/2008,Ms. Mansfield -DPEC Member ,District 3 ,,,,LA,,,MOREHOUSE,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,MOREHOUSE,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,MOREHOUSE,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,MOREHOUSE,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,MOREHOUSE,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,MOREHOUSE,"""Boots"" Farrar",6205 Winchester Dr.,,Bastrop,LA,71220,318-281-4454,W,M,R,064,02/20/2012,02/20/2008,Mr. Farrar -RPEC Member ,District 1 ,,,,LA,,,MOREHOUSE,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,MOREHOUSE,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,MOREHOUSE,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,MOREHOUSE,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,MOREHOUSE,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,MOREHOUSE,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,MOREHOUSE,,,,,,,,,,,066 -Sheriff ,,351 S. Franklin,,Bastrop,LA,71220,318-281-4141,MOREHOUSE,"""Mike"" Tubbs",351 S. Franklin,,Bastrop,LA,71220,318-281-2417,W,M,D,225,06/30/2012,07/01/2008,Sheriff Tubbs -Clerk of Court ,,P. O. Box 1543,,Bastrop,LA,71221-1543,318-281-3343,MOREHOUSE,Carol Jones,P.O.Box 1543,,Bastrop,LA,71221-1543,318-281-0289,W,F,D,230,06/30/2012,07/01/2008,Ms. Jones -Assessor ,,P.O. Box 1177,,Bastrop,LA,71221-1177,318-281-1802,MOREHOUSE,John Hill,P.O. Box 1059,,Bastrop,LA,71221,318-281-8455,W,M,D,235,12/31/2012,01/01/2009,Mr. Hill -Coroner ,,1110 Leavell Street,,Bastrop,LA,71220,318-281-4141,MOREHOUSE,"""Ed"" Chorette",1509 Frenchmans Bend Rd.,,Monroe,LA,71203,318-330-9062,W,M,R,240,03/25/2012,03/24/2008,Mr. Chorette -Police Juror ,District 1 ,P. O. Box 509,,Bastrop,LA,,318-281-4132,MOREHOUSE,Floyd Tomboli,7244 Gracie Ln.,,Bastrop,LA,71220,318-283-5741,W,M,D,245,01/08/2012,01/14/2008,Mr. Tomboli -Police Juror ,District 2 ,P. O. Box 509,,Bastrop,LA,71221-0509 ,318-281-4132,MOREHOUSE,"Harry Reese, Sr",P.O. Box 280,,Mer rouge,LA,71261,318-647-5330,B,M,D,245,01/08/2012,01/14/2008,Mr. Reese -Police Juror ,District 3 ,P. O. Box 509,,Bastrop,LA,71221-0509 ,318-281-4132,MOREHOUSE,Mark Sistrunk,5733 Candice Ln.,,Bastrop,LA,71220,318-281-9450,W,M,R,245,01/08/2012,01/14/2008,Mr. Sistrunk -Police Juror ,District 4 ,P. O. Box 509,,Bastrop,LA,71221-0509 ,318-281-4132,MOREHOUSE,"""Jack"" Cockrell",5105 Oakley Ln.,,Bastrop,LA,71220,318-281-6549,W,M,R,245,01/08/2012,01/14/2008,Mr. Cockrell -Police Juror ,District 5 ,P. O. Box 509,,Bastrop,LA,71221-0509 ,318-281-4132,MOREHOUSE,Jason Crockett,6036 Jen Lee Ln.,,Bastrop,LA,71220,318-281-8262,W,M,R,245,01/08/2012,01/14/2008,Mr. Crockett -Police Juror ,District 6 ,P. O. Box 509,,Bastrop,LA,71221-0509 ,318-281-4132,MOREHOUSE,Terry Matthews,1003 Commerce,,Bastrop,LA,71220,318-281-7887,B,M,D,245,01/08/2012,01/14/2008,Mr. Matthews -Police Juror ,District 7 ,P. O. Box 509,,Bastrop,LA,71221-0509 ,318-281-4132,MOREHOUSE,Issac Gray,439 W. Madison,,Bastrop,LA,71220,318-282-8428,B,M,D,245,01/08/2012,01/14/2008,Mr. Gray -City Judge ,"City Court, City of Bastrop ",P. O. Drawer 391,,Bastrop,LA,71220,318-283-0257,MOREHOUSE,Phillip M. Lester,1302 Leavell Ave.,,Bastrop,LA,71220,318-283-3242,W,M,D,250,12/31/2014,01/01/2009,Judge Lester -City Marshal ,"City Court, City of Bastrop ",P. O. Drawer 391,,Bastrop,LA,71220,318-283-3310,MOREHOUSE,Lisa Chafford,503 South Cox,,Bastrop,LA,71220,318-281-9248,B,F,D,250,12/31/2014,01/01/2009,Marshal Chafford -Member of School Board ,District 1 ,4099 Naff Ave.,,Bastrop,LA,71220,318-281-5784,MOREHOUSE,"""Lisa"" Chain",15602 Crossett Rd.,,Bastrop,LA,71220,318-281-6700,W,F,R,255,12/31/2010,01/01/2007,Ms. Chain -Member of School Board ,District 2 ,P. O. Box 872,,Bastrop,LA,71220,318-281-5784,MOREHOUSE,Sylvia Reese,P.O. Box 280,,MeRouge,LA,71261,318-647-5330,B,F,D,255,12/31/2010,01/01/2007,Ms. Reese -Member of School Board ,District 3 ,P. O. Box 872,,Bastrop,LA,71220,318-281-5784,MOREHOUSE,Phillip W. McCready,10050 Arkansas St.,,Bastrop,LA,71220,318-283-0703,W,M,,255,12/31/2010,01/01/2007,Mr. McCready -Member of School Board ,District 4 ,P. O. Box 872,,Bastrop,LA,71220,318-281-5784,MOREHOUSE,"""Jeff"" Churchwell",11105 Crossett Rd.,,Bastrop,LA,71220,318-281-9711,W,M,R,255,12/31/2010,01/01/2007,Mr. Churchwell -Member of School Board ,District 5 ,P. O. Box 872,,Bastrop,LA,71220,318-281-5784,MOREHOUSE,Rodney Dew,401 Frederick,,Bastrop,LA,71220,318-283-0451,W,M,R,255,12/31/2010,02/23/2009,Mr. Dew -Member of School Board ,District 6 ,P. O. Box 872,,Bastrop,LA,71220,318-281-5784,MOREHOUSE,Hamp Lenoir,208 Terrace Dr.,,Bastrop,LA,71220,318-281-4384,B,M,D,255,12/31/2010,01/01/2007,Mr. Lenoir -Member of School Board ,District 7 ,P. O. Box 872,,Bastrop,LA,71220,318-281-5784,MOREHOUSE,"""Loe"" Dunn",322 Jackson St.,,Bastrop,LA,71220,318-281-6797,B,F,D,255,12/31/2010,01/01/2007,Ms. Dunn -Justice of the Peace ,Justice of the Peace Ward 1 ,3407 Bayou Acres Dr.,,Bastrop,LA,71220,318-283-2299,MOREHOUSE,Robert P. Deblieux,3407 Bayou Acres Dr.,,Bastrop,LA,71220,318-283-2299,W,M,,265,12/31/2014,01/01/2009,Mr. Deblieux -Justice of the Peace ,Justice of the Peace Ward 2 ,16284 Hughes Chapel Rd.,,Bastrop,LA,71220,318-281-0337,MOREHOUSE,Glennis Lewis,17613 Viola Carroll Rd.,,Bastrop,LA,71220,318-281-3563,W,F,,265,12/31/2014,01/01/2009,Ms. Lewis -Justice of the Peace ,Justice of the Peace Ward 5 ,P.O. Box 174,,Oak Ridge,LA,71264,318-244-6160,MOREHOUSE,Joel Fitch,P.O. Box 155,,Oak Ridge,LA,71264,318-680-2583,W,M,,265,12/31/2014,01/01/2009,Mr. Fitch -Justice of the Peace ,Justice of the Peace Ward 6 ,P.O. Box 415,,Mer Rouge,LA,71264,318-647-5325,MOREHOUSE,Mary C. Hayden,P.O. Box 192,,Mer Rouge,LA,71261,318-647-5298,,,D,265,12/31/2014,01/01/2009,Ms. Hayden -Justice of the Peace ,Justice of the Peace Ward 7 ,14558 Old Bonita Rd.,,Bastrop,LA,71220,318-281-5789,MOREHOUSE,Ben L. White,12005 Yeldell Road,,Bastrop,LA,71220,318-283-0071,W,M,R,265,12/31/2014,01/01/2009,Mr. White -Justice of the Peace ,Justice of the Peace Ward 8 ,10650 Pleasant Dr.,,Bastrop,LA,71220,318-283-3075,MOREHOUSE,John Sawyer,10650 Pleasant Dr.,,Bastrop,LA,71220,318-283-3075,W,M,D,265,12/31/2014,01/01/2009,Mr. Sawyer -Justice of the Peace ,Justice of the Peace Ward 9 ,16162 Old Berlin Rd.,,Bastrop,LA,71220,318-281-4916,MOREHOUSE,"""ZZ"" Wilson",15800 Brewer Creek,,Bastrop,LA,71220,318-283-7087,W,F,,265,12/31/2014,01/01/2009,Ms. Wilson -Justice of the Peace ,Justice of the Peace Ward 10 ,16813 McGinty Rd.,,Bastrop,LA,71250,318-823-2668,MOREHOUSE,Kitty R. Johnson,14848 Holly Ridge Road,,Jones,LA,71250,318-823-2414,W,F,D,265,12/31/2014,01/01/2009,Ms. Johnson -Constable ,Justice of the Peace Ward 1 ,3419 Bayou Acres Dr.,,Bastrop,LA,71220,318-281-0148,MOREHOUSE,"Vernon ""Butch"" Bostick",3373 Bayou Acres,,Bastrop,LA,71220,318-281-8545,W,M,D,267,12/31/2014,01/01/2009,Mr. Bostick -Constable ,Justice of the Peace Ward 2 ,16350 Hughes Chapel Rd.,,Bastrop,LA,71220,318-281-2973,MOREHOUSE,"Erwin ""Hookey"" Evans",16350 Hughes Chapel,,Bastrop,LA,71220,318-281-2973,W,M,D,267,12/31/2014,01/01/2009,Mr. Evans -Constable ,Justice of the Peace Ward 5 ,P.O. Box 232,,Oak Ridge,LA,71264,318-244-5650,MOREHOUSE,"Ben E. ""Sonny"" Baker",P.O. Box 232,,Oak Ridge,LA,71264,318-244-5650,W,M,D,267,12/31/2014,01/01/2009,Mr. Baker -Constable ,Justice of the Peace Ward 6 ,P.O. Box 205,,Mer Rouge,LA,71261,318-647-3783,MOREHOUSE,David G. Thomas,7781 Bayou Dr.,,Mer Rouge,LA,71261,318-647-3913,W,M,D,267,12/31/2014,01/01/2009,Mr. Thomas -Constable ,Justice of the Peace Ward 7 ,14665 Old Bonita Rd.,,Bastrop,LA,71220,318-281-2695,MOREHOUSE,Ruthie Moore,15786 Old Bonita Rd.,,Bastrop,LA,71220,318-283-0329,B,F,D,267,12/31/2014,01/01/2009,Ms. Moore -Constable ,Justice of the Peace Ward 8 ,,,,LA,,,MOREHOUSE,Brandon Gilbreath,P.O. Box 276,,Collinston,LA,71229,318-874-2631,W,M,,267,12/31/2014,01/01/2009,Mr. Gilbreath -Constable ,Justice of the Peace Ward 9 ,16162 Old Berlin Rd.,,Bastrop,LA,71220,318-281-4916,MOREHOUSE,Donna J. Atkins,16162 Old Berlin Rd.,,Bastrop,LA,71220,318-281-4916,W,F,,267,12/31/2014,01/01/2009,Ms. Atkins -Constable ,Justice of the Peace Ward 10 ,15265 Lakeshore Rd.,,Bonita,LA,71233,318-823-2704,MOREHOUSE,Derl R. Johnson,14848 Holly Ridge Rd.,,Jones,LA,71250,318-823-2414,W,M,D,267,12/31/2014,01/01/2009,Mr. Johnson -Mayor ,City of Bastrop ,P. O. Box 431,,Bastrop,LA,,318-283-0250,MOREHOUSE,Betty Alford-Olive,1402 Bowman St.,,Bastrop,LA,71220,318-283-2992,B,F,D,300,06/30/2013,07/01/2009,Mayor Alford-Olive -Mayor ,Village of Bonita ,P. O. Box 278,,Bonita,LA,,318-823-2128,MOREHOUSE,Floyd Baker,P.O. Box 12,,Bonita,LA,71223,318-823-4209,B,M,,300,12/31/2010,09/14/2007,Mayor Baker -Mayor ,Village of Collinston ,P. O. Box 148,,Collinston,LA,,318-874-2631,MOREHOUSE,Wayne Gilbreath,P.O. Box 147,,Collinston,LA,71229,318-874-7570,W,M,O,300,12/31/2010,01/01/2007,Mr. Gilbreath -Mayor ,Village of Mer Rouge ,P. O. Box 238,,Mer Rouge,LA,,318-647-3622,MOREHOUSE,"John D. ""Johnny"" McAdams, III",P.O. Box 146,,Mer Rouge,LA,71261,318-647-5301,W,M,D,300,12/31/2010,01/01/2007,Mr. McAdams -Mayor ,Village of Oak Ridge ,P. O. Box 58,,Oak Ridge,LA,,318-244-5033,MOREHOUSE,"""Andy"" Barham",P.O. Box 99,,Oak Ridge,LA,71264,318-244-6551,W,M,D,300,12/31/2012,01/01/2009,Mr. Barham -Alderman ,"District A, City of Bastrop ",P. O. Box 431,,Bastrop,LA,71221-0431 ,318-283-0250,MOREHOUSE,Marvin Moore,1006 Orchid Ave.,,Bastrop,LA,71220,318-283-7100,B,M,D,310,06/30/2013,07/01/2009,Mr. Moore -Alderman ,"District B, City of Bastrop ",P. O. Box 431,,Bastrop,LA,71221-0431 ,318-283-0250,MOREHOUSE,Obbie Johnson,419 Sunflower St.,,Bastrop,LA,71220,318-281-8224,B,M,D,310,06/30/2013,07/01/2009,Mr. Johnson -Alderman ,"District C, City of Bastrop ",P. O. Box 431,,Bastrop,LA,71221-0431 ,318-283-0250,MOREHOUSE,"William ""Sonny"" Nason",2108 Gemini Cir.,,Bastrop,LA,71220,318-281-7968,W,M,R,310,06/30/2013,07/01/2009,Mr. Nason -Alderman ,"District D, City of Bastrop ",P. O. Box 431,,Bastrop,LA,71221-0431 ,318-283-0250,MOREHOUSE,Roy Armstrong,1216 Martin Luther King South,,Bastrop,LA,71220,318-281-1470,B,M,D,310,06/30/2013,07/01/2009,Mr. Armstrong -Alderman ,"District E, City of Bastrop ",P. O. Box 431,,Bastrop,LA,71221-0431 ,318-283-0250,MOREHOUSE,Howard Loche,302 Sentelle St.,,Bastrop,LA,71220,318-281-5037,B,M,D,310,06/30/2013,07/01/2009,Mr. Loche -Alderman ,Village of Bonita ,P. O. Box 278,,Bonita,LA,71223,318-823-2128,MOREHOUSE,"Ezekiel ""Pete"" Anderson",P.O. Box 73,,Bonita,LA,71223,318-823-4349,B,M,D,310,12/31/2010,02/23/2009,Mr. Anderson -Alderman ,Village of Bonita ,P. O. Box 278,,Bonita,LA,71223,318-823-2128,MOREHOUSE,Richard D. Polk,15265 Lakeshore Dr.,,Bonita,LA,71223,,,,,310,,06/05/2009,Apptd by Gov -Alderman ,Village of Bonita ,P. O. Box 278,,Bonita,LA,71223,318-823-2128,MOREHOUSE,Ada Sherrer,15211 Bonita Ave.,,Bonita,LA,71223,318-823-2339,B,F,D,310,12/31/2010,10/30/2007,Ms. Sherrer -Alderman ,Village of Collinston ,P. O. Box 148,,Collinston,LA,71229,318-874-2631,MOREHOUSE,Terry Foster,P.O. Box 81,,Collinston,LA,71229,318-874-8447,W,F,D,310,12/31/2010,07/21/2008,Ms. Foster -Alderman ,Village of Collinston ,P. O. Box 148,,Collinston,LA,71229,318-874-2631,MOREHOUSE,Betty H. Jones,4847 Page Ln.,,Collinston,LA,71229,318-874-3304,W,F,D,310,12/31/2010,01/01/2007,Ms. Jones -Alderman ,Village of Collinston ,P. O. Box 148,,Collinston,LA,71229,318-874-2631,MOREHOUSE,"Frank Henry Miller, Sr.",P. O. Box 132,,Collinston,LA,71229,318-874-3328,B,M,D,310,12/31/2010,01/01/2007,Mr. Miller -Alderman ,Village of Mer Rouge ,P. O. Box 238,,Mer Rouge,LA,71261,318-647-3622,MOREHOUSE,Richard Blackwell,P.O. Box 125,,Mer Rouge,LA,71261,318-647-5157,W,M,D,310,12/31/2010,02/23/2009,Mr. Blackwell -Alderman ,Village of Mer Rouge ,P. O. Box 238,,Mer Rouge,LA,71261,318-647-3622,MOREHOUSE,"""Tim"" Mitchell",P.O. Box 219,,Mer Rouge,LA,71261,318-647-9923,W,M,R,310,12/31/2010,01/01/2007,Mr.Mitchell -Alderman ,Village of Mer Rouge ,P. O. Box 238,,Mer Rouge,LA,71261,318-647-3622,MOREHOUSE,"Marvin ""Marley"" Oldham",P.O. Box 61,,Mer Rouge,LA,71261,318-647-5613,W,M,R,310,12/31/2010,01/01/2007,Mr. Oldham -Alderman ,Village of Oak Ridge ,P. O. Box 58,,Oak Ridge,LA,71264,318-244-5033,MOREHOUSE,Eugene H. Allen,P.O. Box 132,,Oak Ridge,LA,71264,318-244-7123,W,M,R,310,12/31/2012,01/01/2009,Mr. Allen -Alderman ,Village of Oak Ridge ,P. O. Box 58,,Oak Ridge,LA,71264,318-244-5033,MOREHOUSE,"Neil Woodard Mott, III",P.O. Box 278,,Oak Ridge,LA,71264,318-244-5003,W,M,,310,12/31/2012,01/01/2009,Mr. Mott -Alderman ,Village of Oak Ridge ,P. O. Box 58,,Oak Ridge,LA,71264,318-244-5033,MOREHOUSE,"Clint E. Shepard, II",P.O. Box 88,,Oak Ridge,LA,71264,318-244-6036,W,M,D,310,12/31/2012,01/01/2009,Mr. Shepard -DPEC Member ,at Large ,,,,LA,,,NATCHITOCHES,,,,,,,,,,,054 -DPEC Member ,District 1 ,,,,LA,,,NATCHITOCHES,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,NATCHITOCHES,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,NATCHITOCHES,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,NATCHITOCHES,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,NATCHITOCHES,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,NATCHITOCHES,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,NATCHITOCHES,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,NATCHITOCHES,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,NATCHITOCHES,,,,,,,,,,,056 -DPEC Member ,District 10 ,,,,LA,,,NATCHITOCHES,,,,,,,,,,,056 -DPEC Member ,District 11 ,,,,LA,,,NATCHITOCHES,Larry Paige,4923 Hwy. 494,,Natchez,LA,71456,318-352-6433,W,M,D,056,02/20/2012,02/20/2008,Mr. Paige -RPEC Member ,at Large ,,,,LA,,,NATCHITOCHES,Edward B. Anders,940 Nettie St.,,Natchitoches,LA,71457,318-352-6507,W,M,R,064,02/20/2012,02/20/2008,Mr. Anders -RPEC Member ,at Large ,,,,LA,,,NATCHITOCHES,Mary Ann Nunley,1032 Williams Ave.,,Natchitoches,LA,71457,,,,,064,,03/05/2008,Ms. Nunley -RPEC Member ,at Large ,,,,LA,,,NATCHITOCHES,Anna Kathyrn Shuler,408 Hancock Ave.,,Natchitoches,LA,71457,,,,,064,,03/05/2008,Ms. Shuler -RPEC Member ,District 1 ,,,,LA,,,NATCHITOCHES,"Joe Cunningham, Sr.",1830 Williams Ave.,,Natchitoches,LA,71457,,,,,066,02/20/2012,03/05/2008,Mr. Cunningham -RPEC Member ,District 2 ,,,,LA,,,NATCHITOCHES,Mark Begnaud,P.O. Box 1369,,Natchitoches,LA,71458,,,,,066,02/20/2012,03/05/2008,Mr. Begnaud -RPEC Member ,District 3 ,,,,LA,,,NATCHITOCHES,Will Adams,1556 Berry Ave.,,Natchitoches,LA,71457,,,,,066,02/20/2012,03/05/2008,Mr. Adams -RPEC Member ,District 4 ,,,,LA,,,NATCHITOCHES,A. P. Fleming,378 Mr. Ed Lane,,Natchitoches,LA,71457,,,,,066,02/20/2012,03/05/2008,Mr. Fleming -RPEC Member ,District 5 ,,,,LA,,,NATCHITOCHES,Paul L. Johnson,269 Chris St.,,Natchitoches,LA,71457,,,,,066,02/20/2012,03/05/2008,Mr. Johnson -RPEC Member ,District 6 ,,,,LA,,,NATCHITOCHES,Donald F. Barker,308 Watson Dr.,,Natchitoches,LA,71457,,,,,066,02/20/2012,03/05/2008,Mr. Barker -RPEC Member ,District 7 ,,,,LA,,,NATCHITOCHES,,,,,,,,,,,066 -RPEC Member ,District 8 ,,,,LA,,,NATCHITOCHES,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,NATCHITOCHES,Greg Larette,1129 Hwy. 487,,Marthaville,LA,71450-3215,,,,,066,02/20/2012,03/05/2008,Mr. Larette -RPEC Member ,District 10 ,,,,LA,,,NATCHITOCHES,,,,,,,,,,,066 -RPEC Member ,District 11 ,,,,LA,,,NATCHITOCHES,John Bernard,186 Lateral Ln.,,Natchitoches,LA,71457,,,,,066,,03/05/2008,Mr. Bernard -Sheriff ,,P. O. Box 266,,Natchitoches,LA,71458,318-357-7802,NATCHITOCHES,Victor E. Jones,P.O. Box 266,,Natchitoches,LA,71458,318-379-2768,B,M,D,225,06/30/2012,07/01/2008,Sheriff Jones -Clerk of Court ,,P. O. Box 476,,Natchitoches,LA,71458-0476 ,318-352-8152,NATCHITOCHES,"""Louie"" Bernard",P. O. Box 476,,Natchitoches,LA,71458-0476 ,318-352-8800,W,M,D,230,06/30/2012,07/01/2008,Mr. Bernard -Assessor ,,P.O. Box 201,,Natchitoches,LA,71457,318-352-2377,NATCHITOCHES,D. Rick Hargis,P. O. Box 201,,Natchitoches,LA,71458-0201 ,318-352-9725,W,M,D,235,12/31/2012,01/01/2009,Mr. Hargis -Coroner ,,P.O. Box 799,,Natchitoches,LA,71458,318-357-2260,NATCHITOCHES,"Charles A. Curtis, Jr.",P. O. Box 799,,Natchitoches,LA,71458-0799 ,318-332-8313,W,M,D,240,03/25/2012,03/24/2008,Mr. Curtis -Police Juror,District 1,P. O. Box 799,,Natchitoches,LA,71458-0799,318-352-2714,NATCHITOCHES,"Gerald ""Jerry"" Longlois",165 Anne St.,,Natchitoches,LA,71457,318-356-8570,W,M,D,245,01/08/2012,01/14/2008,Mr. Longlois -Police Juror ,District 2 ,P. O. Box 799,,Natchitoches,LA,71457,318-352-2714,NATCHITOCHES,"""Chris"" Paige",345 Pavie St.,,Natchitoches,LA,71457,318-357-1339,B,M,D,245,01/08/2012,01/14/2008,Mr. Paige -Police Juror ,District 3 ,P. O. Box 799,,Natchitoches,LA,71457,318-352-2714,NATCHITOCHES,J. D. Garrett,1109 Collins St.,,Natchitoches,LA,71457,318-357-1839,B,M,D,245,01/08/2012,01/14/2008,Mr. Garrett -Police Juror ,District 4 ,P. O. Box 799,,Natchitoches,LA,71457,318-352-2714,NATCHITOCHES,David Dollar,725 Sisson Rd.,,Natchitoches,LA,71457-6745,318-357-8852,W,M,D,245,01/08/2012,01/14/2008,Mr. Dollar -Police Juror ,District 5 ,P. O. Box 799,,Natchitoches,LA,71457,318-352-2714,NATCHITOCHES,William Hymes,217 Piermont Pl.,,Natchitoches,LA,71457,318-357-9527,B,M,D,245,01/08/2012,01/14/2008,Mr. Hymes -Police Juror ,District 6 ,P. O. Box 799,,Natchitoches,LA,71457,318-352-2714,NATCHITOCHES,Charles E. Huggins,P.O. Box 1045,,Natchitoches,LA,71458-1045,318-352-5774,W,M,R,245,01/08/2012,01/14/2008,Mr. Huggins -Police Juror ,District 7 ,P. O. Box 799,,Natchitoches,LA,71457,318-352-2714,NATCHITOCHES,"""Johnny"" Martin",364 Goodwill St.,,Goldonna,LA,71031-3528,318-727-9509,W,M,D,245,01/08/2012,01/14/2008,Mr. Martin -Police Juror ,District 8 ,P. O. Box 799,,Natchitoches,LA,71457,318-352-2714,NATCHITOCHES,"""Tom"" Collier",364 Collier Hill Rd.,,Campti,LA,71411,318-476-2239,W,M,D,245,01/08/2012,01/14/2008,Mr. Collier -Police Juror ,District 9 ,P. O. Box 799,,Natchitoches,LA,71457,318-352-2714,NATCHITOCHES,Jessie Hoffpauir,P. O. Box 327,,Robeline,LA,71469-0327 ,318-472-8231,W,M,D,245,01/08/2012,01/14/2008,Mr. Hoffpauir -Police Juror ,District 10 ,P. O. Box 799,,Natchitoches,LA,71457,318-352-2714,NATCHITOCHES,"""Mimi"" Stoker",5810 Hwy. 6,,Natchitoches,LA,71457,318-352-7005,W,F,R,245,01/08/2012,01/14/2008,Ms. Stoker -Police Juror ,District 11 ,P. O. Box 799,,Natchitoches,LA,71457,318-352-2714,NATCHITOCHES,Fred Jacobs,338 Riverview Dr.,,Natchez,LA,71456,318-354-0202,B,M,D,245,01/08/2012,01/14/2008,Mr. Jacobs -City Judge ,"City Court, City of Natchitoches ",P. O. Box 70,,Natchitoches,LA,71458-0070 ,318-352-2069,NATCHITOCHES,Fred S. Gahagan,1029 Parkway Dr.,,Natchitoches,LA,71457,318-352-2787,W,M,D,250,12/31/2014,01/01/2009,Judge Gahagan -City Marshal ,"City Court, City of Natchitoches ",P. O. Box 70,,Natchitoches,LA,71458-0070 ,318-357-1129,NATCHITOCHES,Alton Rachal,P. O. Box 272,,Natchitoches,LA,71457,318-352-9444,W,M,D,250,12/31/2014,01/01/2009,Marshal Rachal -Member of School Board ,District 1 ,310 Royal St.,,Natchitoches,LA,71457,318-352-2358,NATCHITOCHES,Julia C. Hildebrand,920 Nettie St.,,Natchitoches,LA,71457,318-352-5155,W,F,D,255,12/31/2010,01/01/2007,Ms. Hildebrand -Member of School Board ,District 2 ,310 Royal St.,,Natchitoches,LA,71457,318-352-2358,NATCHITOCHES,Harry Douglas Graham,842 Pavie St.,,Natchitoches,LA,71457-4015,318-352-6602,B,M,D,255,12/31/2010,01/01/2007,Mr. Graham -Member of School Board ,District 3 ,310 Royal St.,,Natchitoches,LA,71457,318-352-2358,NATCHITOCHES,Ralph Wilson,P.O. Box 423,,Natchitoches,LA,71457,318-352-7205,B,M,D,255,12/31/2010,01/01/2007,Mr. Wilson -Member of School Board ,District 4 ,310 Royal St.,,Natchitoches,LA,71457,318-352-2358,NATCHITOCHES,"Billy Benefield, Jr.",140 Northwood Ln.,,Natchitoches,LA,71457,318-357-0561,W,M,D,255,12/31/2010,01/01/2007,Mr. Benefield -Member of School Board ,District 5 ,310 Royal St.,,Natchitoches,LA,71457,318-352-2358,NATCHITOCHES,Jo Ella Wilson,621 Genti St.,,Natchitoches,LA,71457,318-352-8411,B,F,D,255,12/31/2010,01/01/2007,Ms. Wilson -Member of School Board ,District 6 ,310 Royal St.,,Natchitoches,LA,71457,318-352-2358,NATCHITOCHES,Millard Bienvenu,710 Watson Dr.,,Natchitoches,LA,71457,318-352-5313,W,M,O,255,12/31/2010,01/01/2007,Mr. Bienvenu -Member of School Board ,District 7 ,310 Royal St.,,Natchitoches,LA,71457,318-352-2358,NATCHITOCHES,Cecil Walker,P.O. Box 56,,Clarence,LA,71414-0056 ,318-357-0532,W,M,D,255,12/31/2010,01/01/2007,Mr. Walker -Member of School Board ,District 8 ,310 Royal St.,,Natchitoches,LA,71457,318-352-2358,NATCHITOCHES,"""Pam"" McAlexander",974 Grappes Bluff Rd.,,Coushatta,LA,71019-4209,318-476-2716,W,F,R,255,12/31/2010,01/01/2007,Ms. McAlexander -Member of School Board ,District 9 ,310 Royal St.,,Natchitoches,LA,71457,318-352-2358,NATCHITOCHES,Carroll Daniels,161 Cassidy Springs Rd.,,Robeline,LA,71469-4217,318-472-6778,W,M,D,255,12/31/2010,01/01/2007,Mr. Daniels -Member of School Board ,District 10 ,310 Royal St.,,Natchitoches,LA,71457,318-352-2358,NATCHITOCHES,Craig Rachal,2819 Hwy. 120,,Robeline,LA,71469,318-357-0113,W,M,R,255,12/31/2010,01/01/2007,Mr. Rachal -Member of School Board ,District 11 ,310 Royal St.,,Natchitoches,LA,71457,318-352-2358,NATCHITOCHES,Emile E. Metoyer,2353 Hwy. 119,,Bermuda,LA,71456,318-379-2407,O,M,D,255,12/31/2010,01/01/2007,Mr. Metoyer -Justice of the Peace ,Justice of the Peace Ward 2 ,P.O. Box 673,,Campti,LA,71411-0673 ,318-476-3311,NATCHITOCHES,Patrice T. Harper,1135 Hart Rd.,,Campti,LA,71411,318-875-2112,W,F,D,265,12/31/2014,01/01/2009,Ms. Harper -Justice of the Peace ,Justice of the Peace Ward 3 ,"10363 La.Hwy,120",,Robeline,LA,71469,318-472-8739,NATCHITOCHES,Shelia Pleasant Cagle,10363 Hwy. 120,,Robeline,LA,71469,318-472-8739,W,F,D,265,12/31/2014,01/01/2009,Ms. Cagle -Justice of the Peace ,Justice of the Peace Ward 4 ,2735 La. Hwy. 119,,Melrose,LA,71452-3414,318-379-2273,NATCHITOCHES,Rhonda Sanders,P.O. Box 5,,Cloutierville,LA,71416-0005 ,318-332-7116,W,F,D,265,12/31/2014,01/01/2009,Ms. Sanders -Constable ,Justice of the Peace Ward 2 ,121 Ray Grillette Rd.,,Campti,LA,71411-4361,318-875-2261,NATCHITOCHES,Monty Trichel,121 Ray Grillette Rd.,,Campti,LA,71411,318-875-2261,W,M,D,267,12/31/2014,01/01/2009,Mr. Trichel -Constable ,Justice of the Peace Ward 3 ,296 Edgar Olive Rd.,,Marthaville,LA,71450-3118,318-472-6860,NATCHITOCHES,Kenneth Dowden,296 Olive Rd.,,Marthaville,LA,71450,318-472-6860,W,M,D,267,12/31/2014,01/01/2009,Mr. Dowden -Constable ,Justice of the Peace Ward 4 ,P.O. Box 366,,Cloutierville,LA,71416,318-379-2731,NATCHITOCHES,"""Bobby"" Carter",366 Hwy. 495,,Cloutierville,LA,71416,318-379-2731,W,M,D,267,12/31/2014,01/01/2009,Mr. Carter -Mayor ,City of Natchitoches ,P. O. Box 37,,Natchitoches,LA,,318-352-2772,NATCHITOCHES,H. Wayne McCullen,604 Monroe Dr.,,Natchitoches,LA,71457,318-357-1897,W,M,D,300,05/31/2012,06/01/2008,Mr. McCullen -Mayor ,Town of Campti ,197 Edenborne St.,,Campti,LA,,318-476-3321,NATCHITOCHES,Judy LeBrum Daniels,P.O. Box 1,,Campti,LA,71411,318-476-2934,B,F,D,300,12/31/2010,01/01/2007,Ms. Daniels -Mayor ,Village of Ashland ,P. O. Box 327,,Ashland,LA,,318-544-0044,NATCHITOCHES,W. Gahagan Lee,P.O. Box 305,,Ashland,LA,71002-0305 ,318-544-2546,W,M,R,300,12/31/2010,01/01/2007,Mr. Lee -Mayor ,Village of Clarence ,P. O. Box 309,,Clarence,LA,,318-357-0440,NATCHITOCHES,Bobby Braxton,P.O. Box 214,,Clarence,LA,71414-0214 ,318-354-9607,B,M,D,300,06/30/2012,07/01/2008,Mayor Braxton -Mayor ,Village of Goldonna ,P. O. Box 216,,Goldonna,LA,,318-727-8548,NATCHITOCHES,Verna Martin Bedgood,P.O. Box 263,,Goldonna,LA,71031,318-727-8770,W,F,D,300,12/31/2010,01/01/2007,Ms. Bedgood -Mayor ,Village of Natchez ,P. O. Box 229,,Natchez,LA,,318-352-1414,NATCHITOCHES,Rosia Humphery,P.O. Box 135,,Natchez,LA,71456-0135 ,318-356-0217,B,F,D,300,06/30/2010,07/01/2006,Mayor Humphrey -Mayor ,Village of Powhatan ,P. O. Box 126,,Powhatan,LA,,318-352-8549,NATCHITOCHES,Margie Davenport,P.O. Box 91,,Powhatan,LA,71066-0091 ,318-352-9184,B,F,D,300,06/30/2012,07/01/2008,Mayor Davenport -Mayor ,Village of Provencal ,P. O. Box 400,,Provencal,LA,,318-472-8767,NATCHITOCHES,"""Randy"" Dupree",P.O. Box 321,,Provencal,LA,71468,318-472-9324,W,M,D,300,12/31/2010,01/01/2007,Mr. Dupree -Mayor ,Village of Robeline ,P. O. Box 217,,Robeline,LA,,318-472-6121,NATCHITOCHES,Tommy O'Con,P.O. Box 187,,Robeline,LA,71469,318-472-9246,W,M,D,300,12/31/2010,01/01/2007,Mayor O'Con -Chief of Police ,Town of Campti ,197 Edenborne St.,,Campti,LA,71411,318-476-3321,NATCHITOCHES,Gregory Antonio Eldridge,P.O. Box 966,,Campti,LA,71411,318-476-2611,B,M,D,305,12/31/2010,01/01/2007,Mr. Eldridge: -Chief of Police ,Village of Ashland ,P. O. Box 327,,Ashland,LA,71002,318-544-0044,NATCHITOCHES,"""Fred"" Holland",2058 Hwy. 155,,Ashland,LA,71002,318-544-9161,W,M,D,305,12/31/2010,01/01/2007,Mr. Holland -Chief of Police ,Village of Clarence ,P. O. Box 309,,Clarence,LA,71414,318-357-0440,NATCHITOCHES,Darrell Fredieu,P.O. Box 32,,Clarence,LA,71414-0032 ,318-352-7029,W,M,D,305,06/30/2012,07/01/2008,Chief Fredieu -Chief of Police ,Village of Goldonna ,P. O. Box 216,,Goldonna,LA,71031,318-727-8548,NATCHITOCHES,Rodney Bedgood,P. O. Box 263,,Goldonna,LA,71031-0241 ,318-727-8770,W,M,D,305,12/31/2010,04/14/2009,Mr. Bedgood -Chief of Police ,Village of Natchez ,P. O. Box 229,,Natchez,LA,71456-0229 ,318-352-1414,NATCHITOCHES,McKindley Hoover,P.O. Box 266,,Natchez,LA,71456,318-214-0429,B,M,D,305,06/30/2010,07/01/2006,Chief Hoover -Chief of Police ,Village of Powhatan ,P. O. Box 126,,Powhatan,LA,71066,318-352-8594,NATCHITOCHES,"Raymond J. Hymes, Jr.",P.O. Box 102,,Powhatan,LA,71066-0102 ,318-354-2943,B,M,D,305,06/30/2012,07/01/2008,Chief Hymes -Chief of Police ,Village of Provencal ,P. O. Box 400,,Provencal,LA,71468,318-472-8767,NATCHITOCHES,Harry M. Voigt,P.O. Box 425,,Provencal,LA,71468,318-472-8214,W,M,D,305,12/31/2010,01/01/2007,Mr. Voigt -Chief of Police ,Village of Robeline ,P. O. Box 217,,Robeline,LA,71469,318-472-6121,NATCHITOCHES,Gordon O'Con,P.O. Box 403,,Robeline,LA,71469,318-472-4400,W,M,D,305,12/31/2010,01/01/2007,Chief O'Con -Councilman at Large ,City of Natchitoches ,P. O. Box 37,,Natchitoches,LA,71457-0037 ,318-352-2772,NATCHITOCHES,"Don Mims, Jr.",516 Lindsey Circle,,Natchitoches,LA,71457,318-352-5639,W,M,D,308,05/31/2012,06/01/2008,Mr. Mims -Alderman ,Village of Clarence ,P. O. Box 309,,Clarence,LA,71414,318-357-0440,NATCHITOCHES,Jamie Ragan Alexander,P.O. Box 108,,Clarence,LA,71414-0108 ,318-352-2448,W,F,D,310,06/30/2012,07/01/2008,Ms. Alexander -Alderman ,Village of Clarence ,P. O. Box 309,,Clarence,LA,71414,318-357-0440,NATCHITOCHES,"Frank Mitchell, Jr.",132 Greenville Dr.,,Clarence,LA,71414,318-352-7321,B,M,D,310,06/30/2012,07/01/2008,Mr. Mitchell -Alderman ,Village of Clarence ,P. O. Box 309,,Clarence,LA,71414,318-357-0440,NATCHITOCHES,Natonya Pikes,P.O. Box 24,,Clarence,LA,71414-0024 ,318-357-0221,B,F,D,310,06/30/2012,07/01/2008,Ms. Pikes -Alderman ,Village of Goldonna ,P. O. Box 216,,Goldonna,LA,71031,318-727-8548,NATCHITOCHES,"""Ben"" Dupree",2686 Hwy. 479,,Goldonna,LA,71031-3608,318-727-8554,W,M,R,310,12/31/2010,01/01/2007,Mr. Dupree -Alderman ,Village of Goldonna ,P. O. Box 216,,Goldonna,LA,71031,318-727-8548,NATCHITOCHES,Daniel Dupree,2670 Hwy. 479,,Goldonna,LA,71031,318-727-9933,W,M,R,310,12/31/2010,01/01/2007,Mr. Dupree -Alderman ,Village of Goldonna ,P. O. Box 216,,Goldonna,LA,71031,318-727-8548,NATCHITOCHES,Reed Franklin,P.O. Box 267,,Goldonna,LA,71031-0267 ,318-727-8310,W,M,R,310,12/31/2010,08/24/2009,Mr. Franklin -Alderman ,Village of Natchez ,P. O. Box 229,,Natchez,LA,71456-0229 ,318-352-1414,NATCHITOCHES,"Henry D. Braxton, ",260 Morning Star Loop,,Natchez,LA,71456,318-357-1612,B,M,N,310 -Alderman ,Village of Natchez ,P. O. Box 229,,Natchez,LA,71456-0229 ,318-352-1414,NATCHITOCHES,"Shelia F. Braxton, ",131 Sam Clark Rd.,,Natchez,LA,71456,318-354-1644,B,F,D,310 -Alderman ,Village of Natchez ,P. O. Box 229,,Natchez,LA,71456-0229 ,318-352-1414,NATCHITOCHES,Henrietta Byrd,P.O. Box 131,,Natchez,LA,71456-0342 ,318-357-8091,B,F,D,310,06/30/2010,02/23/2009,Ms. Byrd -Alderman ,Village of Natchez ,P. O. Box 229,,Natchez,LA,71456-0229 ,318-352-1414,NATCHITOCHES,"Henrietta Byrd, ",216 Johnson Loop,,Natchez,LA,71456-3422,318-357-8091,B,F,N,310 -Alderman ,Village of Natchez ,P. O. Box 229,,Natchez,LA,71456-0229 ,318-352-1414,NATCHITOCHES,Gerald Wayne Johnson,P.O. Box 185,,Natchez,LA,71456-0185 ,318-354-8630,B,M,D,310,06/30/2010,07/01/2006,Mr. Johnson -Alderman ,Village of Natchez ,P. O. Box 229,,Natchez,LA,71456-0229 ,318-352-1414,NATCHITOCHES,Edna Jones,P.O. Box 243,,Natchez,LA,71456,318-354-8259,B,F,,310,06/30/2010,07/01/2006,Ms. Jones -Alderman ,Village of Powhatan ,P. O. Box 126,,Powhatan,LA,71066,318-352-8549,NATCHITOCHES,O. V. Hall,P.O. Box 43,,Powhatan,LA,71066-0043 ,318-352-4216,B,F,D,310,06/30/2012,07/01/2008,Ms. Hall -Alderman ,Village of Powhatan ,P. O. Box 126,,Powhatan,LA,71066,318-352-8549,NATCHITOCHES,"Robert Lilly, Jr.",P.O. Box 173,,Powhatan,LA,71066-0173 ,318-356-5540,B,M,D,310,06/30/2012,07/01/2008,Mr. Lilly -Alderman ,Village of Powhatan ,P. O. Box 126,,Powhatan,LA,71066,318-352-8549,NATCHITOCHES,Hardrick Rivers,P.O. Box 101,,Powhatan,LA,71066-0101 ,318-352-3926,B,M,D,310,06/30/2012,07/01/2008,Mr. Rivers -Alderman ,Village of Provencal ,P. O. Box 400,,Provencal,LA,71468,318-472-8767,NATCHITOCHES,Francine W. Cook,P.O. Box 279,,Provencal,LA,71468,318-472-8166,W,F,R,310,12/31/2010,01/01/2007,Mr. Cook -Alderman ,Village of Provencal ,P. O. Box 400,,Provencal,LA,71468,318-472-8767,NATCHITOCHES,Ray Gandy,P.O. Box 668,,Provencal,LA,71468,318-472-8886,W,M,D,310,12/31/2010,01/01/2007,Mr. Gandy -Alderman ,Village of Provencal ,P. O. Box 400,,Provencal,LA,71468,318-472-8767,NATCHITOCHES,W. E. O'Bannon,P.O. Box 547,,Provencal,LA,71468,318-472-8060,W,M,D,310,12/31/2010,01/01/2007,Mr. O'Bannon -Alderman ,Village of Robeline ,P. O. Box 217,,Robeline,LA,71469,318-472-6121,NATCHITOCHES,Randall Bockstanz,P.O. Box 464,,Robeline,LA,71469,318-472-3200,W,M,D,310,12/31/2010,01/01/2007,Mr. Bockstanz -Alderman ,Village of Robeline ,P. O. Box 217,,Robeline,LA,71469,318-472-6121,NATCHITOCHES,Ronnie French,P.O. Box 371,,Robeline,LA,71469,318-472-9513,W,M,D,310,12/31/2010,01/01/2007,Mr. French -Alderman ,Village of Robeline ,P. O. Box 217,,Robeline,LA,71469,318-472-6121,NATCHITOCHES,Ann Moran,P.O. Box 228,,Robeline,LA,71469,318-472-5576,W,F,D,310,12/31/2010,01/01/2007,Ms. Moran -Council Member ,Village of Ashland ,P. O. Box 327,,Ashland,LA,71002,318544004,NATCHITOCHES,Wayne Best,P.O. Box 477,,Ashland,LA,71002,318-544-8787,W,M,D,310,12/31/2010,01/01/2007,Mr. Best -Council Member ,Village of Ashland ,P. O. Box 327,,Ashland,LA,71002,318544004,NATCHITOCHES,Vincent Bown,P.O. Box,,Ashland,LA,71002,318-544-2593,W,M,R,310,12/31/2010,01/01/2007,Mr. Brown -Council Member ,Village of Ashland ,P. O. Box 327,,Ashland,LA,71002,318544004,NATCHITOCHES,Carol Doyle,1982 Hwy. 155,,Ashland,LA,71002-5038,318-544-8856,W,F,D,310,12/31/2010,01/01/2007,Ms. Doyle -Councilman ,"District 1, City of Natchitoches ",P. O. Box 37,,Natchitoches,LA,71457-0037 ,318-352-2772,NATCHITOCHES,"Jack McCain, Jr.",1020 East Fifth St.,,Natchitoches,LA,71457,318-352-8331,W,M,R,310,05/31/2012,06/01/2008,Mr. McCain -Councilman ,"District 2, City of Natchitoches ",P. O. Box 37,,Natchitoches,LA,71457-0037 ,318-352-2772,NATCHITOCHES,Dale Nielsen,125 Lodi St.,,Natchitoches,LA,71457,318-352-1603,W,M,R,310,05/31/2012,06/01/2008,Mr. Nielsen -Councilman ,"District 3, City of Natchitoches ",P. O. Box 37,,Natchitoches,LA,71457-0037 ,318-352-2772,NATCHITOCHES,Sylvia Morrow,1112 Lake St.,,Natchitoches,LA,71457,318-352-6129,B,F,D,310,05/31/2012,06/01/2008,Ms. Morrow -Councilman ,"District 4, City of Natchitoches ",P. O. Box 37,,Natchitoches,LA,71457-0037 ,318-352-2772,NATCHITOCHES,Larry Payne,1406 W. Lakeshore Dr.,,Natchitoches,LA,71457,318-357-1292,B,M,D,310,05/31/2012,06/01/2008,Mr. Payne -Councilman ,Town of Campti ,197 Edenborne St.,,Campti,LA,71411,318-476-3231,NATCHITOCHES,Mary Donaway Collins,P.O. Box 181,,Campti,LA,71411,318-476-3432,B,F,D,310,12/31/2010,01/01/2007,Ms. Collins -Councilman ,Town of Campti ,197 Edenborne St.,,Campti,LA,71411,318-476-3231,NATCHITOCHES,"Fredrick J. Fisher, Sr.",P.O. Box 813,,Campti,LA,71411,318-476-2067,B,M,D,310,12/31/2010,09/14/2007,Mr. Fisher -Councilman ,Town of Campti ,197 Edenborne St.,,Campti,LA,71411,318-476-3231,NATCHITOCHES,Claudine Hill,334 Lebrum St.,,Campti,LA,71411-4709,318-476-2968,B,F,D,310,12/31/2010,01/01/2007,Ms. Hill -Councilman ,Town of Campti ,197 Edenborne St.,,Campti,LA,71411,318-476-3231,NATCHITOCHES,Anthony Reliford,P.O. Box 1021,,Campti,LA,71411,318-476-3124,B,M,,310,12/31/2010,01/01/2007,Mr. Reliford -Councilman ,Town of Campti ,197 Edenborne St.,,Campti,LA,71411,318-476-3231,NATCHITOCHES,Joyce A. Roberson,P.O. Box 122,,Campti,LA,71411,318-476-3476,B,F,D,310,12/31/2010,01/01/2007,Ms. Roberson -DPEC Member ,District A ,,,,LA,,,ORLEANS,Desiree Cook-Calvin,9012 Olive St.,,New Orleans,LA,70118,504-250-1662,B,F,D,056,02/20/2012,02/20/2008,Ms. Cook-Calvin -DPEC Member ,District A ,,,,LA,,,ORLEANS,Philip Costa,818 City Park Ave.,,New Orleans,LA,70119,504-220-0593,W,M,D,056,02/20/2012,02/20/2008,Mr. Costa -DPEC Member ,District A ,,,,LA,,,ORLEANS,Lisa Gagliano Dawson,4154 Cleveland Ave.,,New Orleans,LA,70119,504-610-4271,W,F,D,056,02/20/2012,02/20/2008,Ms. Dawson -DPEC Member ,District A ,,,,LA,,,ORLEANS,Marshall A. Hevron,926 Joliet St.,,Mew Orleans,LA,70118,,,,,056,,09/28/2008,Mr. Hevron -DPEC Member ,District A ,,,,LA,,,ORLEANS,Walker Hines,100 Audubon Blvd.,,New Orleans,LA,70118,504-231-4991,W,M,D,056,02/20/2012,02/20/2008,Mr. Hines -DPEC Member ,District A ,,,,LA,,,ORLEANS,Alan J. Langhoff,4234 Canal St.,,New Orleans,LA,70119,504-258-9160,W,M,D,056,02/20/2012,02/20/2008,Mr. Langhoff -DPEC Member ,District A ,,,,LA,,,ORLEANS,Deborah Langhoff,4234 Canal St.,,New Orleans,LA,70119,504-259-4525,W,F,D,056,02/20/2012,02/20/2008,Ms. Langhoff -DPEC Member ,District A ,,,,LA,,,ORLEANS,Megan Langhoff,4234 Canal St.,,New Orleans,LA,70119,504-259-4510,W,F,D,056,02/20/2012,02/20/2008,Ms. Langhoff -DPEC Member ,District A ,,,,LA,,,ORLEANS,Kimberly Marshall,21 Maryland Dr.,,New Orleans,LA,70124,504-250-9418,W,F,D,056,02/20/2012,02/20/2008,Ms. Marshall -DPEC Member ,District A ,,,,LA,,,ORLEANS,"John ""Jack"" Sullivan",862 Camp St.,,New Orleans,LA,70130,504-524-1421,W,M,D,056,02/20/2012,02/20/2008,Mr. Sullivan -DPEC Member ,District A ,,,,LA,,,ORLEANS,John Thibodeaux,426 S. Clark St.,,New Orleans,LA,70119,504-723-6789,W,M,D,056,02/20/2012,02/20/2008,Mr. Thibodeaux -DPEC Member ,District A ,,,,LA,,,ORLEANS,"Andrew Tuozzolo, ",3823 Dumaine St,,New Orleans,LA,70119,,,,,056,,01/07/2010 -DPEC Member ,District A ,,,,LA,,,ORLEANS,Evan Wolf,8241 Hickory St.,,New Orleans,LA,70118,504-352-4114,W,M,D,056,02/20/2012,02/20/2008,Mr. Wolf -DPEC Member ,District A ,,,,LA,,,ORLEANS,"Betty Wolfers, ","309 Opal St., 3D",,New Orleans,LA,70124,,,,,056,,01/07/2010 -DPEC Member ,District B ,,,,LA,,,ORLEANS,"Samson ""Skip"" Alexander, Sr.",2719 Marengo St.,,New Orleans,LA,70115,504-891-4959,B,M,D,056,02/20/2012,02/20/2008,Mr. Alexander -DPEC Member ,District B ,,,,LA,,,ORLEANS,O. Butch Bajoie,P.O. Box 15465,,New Orleans,LA,70175,504-891-0631,B,M,D,056,02/20/2012,02/20/2008,Mr. Bajoie -DPEC Member ,District B ,,,,LA,,,ORLEANS,Charmaine Baker-Fox,2138 Terpsichore St.,,New Orleans,LA,70113,504-525-5819,B,F,D,056,02/20/2012,02/20/2008,Ms. Baker-Fox -DPEC Member ,District B ,,,,LA,,,ORLEANS,Jay H. Banks,1746 Jackson Ave.,,New Orleans,LA,70113,504-522-8811,B,M,D,056,02/20/2012,02/20/2008,Mr. Banks -DPEC Member ,District B ,,,,LA,,,ORLEANS,"Margaret ""Maggie"" Carroll",4312 Walmsley Ave.,,New Orleans,LA,70125,504-324-8322,W,F,D,056,02/20/2012,02/20/2008,Ms. Carroll -DPEC Member ,District B ,,,,LA,,,ORLEANS,Karen Carter,"920 Poeyfarre St., Unit 316",,New Orleans,LA,70130,504-568-8346,B,F,D,056,02/20/2012,02/20/2008,Ms. Carter -DPEC Member ,District B ,,,,LA,,,ORLEANS,Julius Feltus,P.O. Box 4403,,New Orleans,LA,70118,504-615-5216,O,M,D,056,02/20/2012,02/20/2008,Mr. Feltus -DPEC Member ,District B ,,,,LA,,,ORLEANS,Natacha Hutchinson,1918 Louisiana Ave.,,New Orleans,LA,70115,504-342-2686,B,F,D,056,02/20/2012,02/20/2008,Ms. Hutchinson -DPEC Member ,District B ,,,,LA,,,ORLEANS,James P. Johnson,1465 N. Broad St.,,New Orleans,LA,70119,504-371-5550,B,M,D,056,02/20/2012,02/20/2008,Mr. Johnson -DPEC Member ,District B ,,,,LA,,,ORLEANS,Felicia Kahn,4908 Carondelet St.,,New Orleans,LA,70115,504-899-1406,W,F,D,056,02/20/2012,02/20/2008,Ms. Kahn -DPEC Member ,District B ,,,,LA,,,ORLEANS,"Walter ""Walt"" Leger, III",2320 Laurel St.,,New Orleans,LA,70130,504-636-1395,W,M,D,056,02/20/2012,02/20/2008,Mr. Leger -DPEC Member ,District B ,,,,LA,,,ORLEANS,"Edward McGinnis, III",838 Fourth St.,,New Orleans,LA,70130,504-914-0963,W,M,D,056,02/20/2012,02/20/2008,Mr. McGinnis -DPEC Member ,District B ,,,,LA,,,ORLEANS,Maurice Ruffin,2412 General Taylor St.,,New Orleans,LA,70115,504-899-4394,B,M,D,056,02/20/2012,02/20/2008,Mr. Ruffin -DPEC Member ,District B ,,,,LA,,,ORLEANS,"Glenis M. Scott, Sr.",P.O. Box 750164,,New Orleans,LA,70175,504-329-1558,B,M,D,056,02/20/2012,02/20/2008,Mr. Scott -DPEC Member ,District C ,,,,LA,,,ORLEANS,Natasha Anthony-Wells,2608 Comet St.,,New Orleans,LA,70131,504-393-6929,B,F,D,056,02/20/2012,02/20/2008,Ms. Anthony-Wells -DPEC Member ,District C ,,,,LA,,,ORLEANS,"Jeffery ""Jeff"" Arnold",2415 Danbury Dr.,,New Orleans,LA,70131,504-393-5801,W,M,D,056,02/20/2012,02/20/2008,Mr. Arnold -DPEC Member ,District C ,,,,LA,,,ORLEANS,Joseph Broussard,209 Brunswick Ct.,,New Orleans,LA,70131,504-391-9641,B,M,D,056,02/20/2012,02/20/2008,Mr. Broussard -DPEC Member ,District C ,,,,LA,,,ORLEANS,Stephanie Roche' Butler,4234 Mac Arthur Blvd.,,New Orleans,LA,70131,504-391-3147,B,F,D,056,02/20/2012,02/20/2008,Ms. Butler -DPEC Member ,District C ,,,,LA,,,ORLEANS,"Troy ""C"" Carter",92 English Turn Dr.,,New Orleans,LA,70131,504-392-6213,B,M,D,056,02/20/2012,02/20/2008,Mr. Carter -DPEC Member ,District C ,,,,LA,,,ORLEANS,"Marlon Defillo, II",28 Seaward Ct.,,New Orleans,LA,70131,504-218-4048,B,M,D,056,02/20/2012,02/20/2008,Mr. Defillo -DPEC Member ,District C ,,,,LA,,,ORLEANS,Ericka Edwards-Jones,#52 Eugenie Court,,New Orleans,LA,70131,504-715-8447,B,F,D,056,02/20/2012,02/20/2008,Ms. Edwards-Jones -DPEC Member ,District C ,,,,LA,,,ORLEANS,"Kenneth Paul Garrett, Sr.",2152 L.B. Landry Ave.,,New Orleans,LA,70114,504-367-7101,B,M,D,056,02/20/2012,02/20/2008,Mr. Garrett -DPEC Member ,District C ,,,,LA,,,ORLEANS,Sandra Henderson-Wilson,1333 Elmira Ave.,,New Orleans,LA,70114,504-362-5997,B,F,D,056,02/20/2012,02/20/2008,Ms. Henderson-Wilson -DPEC Member ,District C ,,,,LA,,,ORLEANS,Darren Lombard,77 Yosemite Dr.,,New Orleans,LA,70131,504-237-8745,B,M,D,056,02/20/2012,02/20/2008,Mr. Lombard -DPEC Member ,District C ,,,,LA,,,ORLEANS,Morris Reed,4 Grand Teton Ct.,,New Orleans,LA,70131,504-822-4357,B,M,D,056,02/20/2012,02/20/2008,Mr. Reed -DPEC Member ,District C ,,,,LA,,,ORLEANS,Ed Robinson,6328 Dover Pl.,,New Orleans,LA,70131,,,,,056,,05/07/2009,Mr. Robinson -DPEC Member ,District C ,,,,LA,,,ORLEANS,Marie C. Williams,64 Grand Canyon Dr.,,New Orleans,LA,70131,504-392-7074,B,F,D,056,02/20/2012,02/20/2008,Ms. Williams -DPEC Member ,District D ,,,,LA,,,ORLEANS,"David Flemings, Jr.",3624 Pin Oak Ave.,,New Orleans,LA,70131,504-915-6358,B,M,D,056,02/20/2012,02/20/2008,Mr. Flemings -DPEC Member ,District D ,,,,LA,,,ORLEANS,Louella P. Givens,5352 Bancroft Dr.,,New Orleans,LA,70122,504-288-4349,B,F,D,056,02/20/2012,02/20/2008,Ms. Givens -DPEC Member ,District D ,,,,LA,,,ORLEANS,Cynthia Hedge-Morrell,4925 Moore Drive,,New Orleans,LA,70122,504-261-0535,B,F,D,056,02/20/2012,02/20/2008,Ms. Hedge-Morrell -DPEC Member ,District D ,,,,LA,,,ORLEANS,Jason M. Hughes,P.O. Box 51107,,New Orleans,LA,70151,504-914-0844,B,M,D,056,02/20/2012,02/20/2008,Mr. Hughes -DPEC Member ,District D ,,,,LA,,,ORLEANS,Carol S. Johnson,2272 N. Robertson St.,,New Orleans,LA,70117,504-428-6598,B,F,D,056,02/20/2012,02/20/2008,Ms. Johnson -DPEC Member ,District D ,,,,LA,,,ORLEANS,Juan Lafonta,306 Warrington Dr.,,New Orleans,LA,70122,504-288-4911,B,M,D,056,02/20/2012,02/20/2008,Mr. Lafonta -DPEC Member ,District D ,,,,LA,,,ORLEANS,Charlene Larche-Mason,P.O. Box 850331,,New Orleans,LA,70185,504-874-3292,B,F,D,056,02/20/2012,02/20/2008,Ms. Larche-Mason -DPEC Member ,District D ,,,,LA,,,ORLEANS,Michael McKenna,4511 Bancroft Dr.,,New Orleans,LA,70122,504-813-6716,B,M,D,056,02/20/2012,02/20/2008,Mr. McKenna -DPEC Member ,District D ,,,,LA,,,ORLEANS,Jennifer Medley,6710 Bamberry St.,,New Orleans,LA,70126,504-495-1385,B,F,D,056,02/20/2012,02/20/2008,Ms. Medley -DPEC Member ,District D ,,,,LA,,,ORLEANS,Arthur A. Morrell,4925 Moore Drive,,New Orleans,LA,70122,504-261-0535,B,M,D,056,02/20/2012,02/20/2008,Mr. Morrell -DPEC Member ,District D ,,,,LA,,,ORLEANS,"""J.P."" Morrell","6305 Elysian Fields Ave., Ste. 405-B",,New Orleans,LA,70122,504-286-2334,B,M,D,056,02/20/2012,02/20/2008,Mr. Morrell -DPEC Member ,District D ,,,,LA,,,ORLEANS,"Ambrose J. Pratt, III",P.O. Box 2771,,Slidell,LA,70459,504-258-9090,B,M,D,056,02/20/2012,02/20/2008,Mr. Pratt -DPEC Member ,District D ,,,,LA,,,ORLEANS,Christian Rhodes,4617 Venus St.,,New Orleans,LA,70122,504-330-9462,B,M,D,056,02/20/2012,02/20/2008,Mr. Rhodes -DPEC Member ,District D ,,,,LA,,,ORLEANS,Angele Wilson,810 Bienville St. #505,,New Orleans,LA,70112,504-430-5570,B,F,D,056,02/20/2012,02/20/2008,Ms. Wilson -DPEC Member ,District E ,,,,LA,,,ORLEANS,Austin Badon,"5555 Bullard Ave., Ste. 101",,New Orleans,LA,70128,504-896-1491,B,M,D,056,02/20/2012,02/20/2008,Mr. Badon -DPEC Member ,District E ,,,,LA,,,ORLEANS,"Ronald Carrere, Jr.",11131 Lake Forest Blvd.,,New Orleans,LA,70128,504-495-8228,B,M,D,056,02/20/2012,02/20/2008,Mr. Carrere -DPEC Member ,District E ,,,,LA,,,ORLEANS,Carolyn Collins-DeBose,11121 lakeforest Blvd.,,New Orleans,LA,70128,504-453-7995,B,F,D,056,02/20/2012,02/20/2008,Ms. Collins-DeBose -DPEC Member ,District E ,,,,LA,,,ORLEANS,Shelia Collins-Stallworth,5801 Waterford Blvd.,,New Orleans,LA,70127,504-450-0457,B,F,D,056,02/20/2012,02/20/2008,Ms. Collins-Stallworth -DPEC Member ,District E ,,,,LA,,,ORLEANS,Michon Copelin,7163 Parkside Ct.,,New Orleans,LA,70127,504-415-9680,B,F,D,056,02/20/2012,02/20/2008,Ms. Copelin -DPEC Member ,District E ,,,,LA,,,ORLEANS,Lena Craig-Stewart,4800 Good Drive,,New Orleans,LA,70127,504-913-9336,B,F,D,056,02/20/2012,02/20/2008,Ms. Craig-Stewart -DPEC Member ,District E ,,,,LA,,,ORLEANS,Brian Egana,11436 S. Easterlyn Cir.,,New Orleans,LA,70128,504-799-8711,B,M,D,056,02/20/2012,02/20/2008,Mr. Egana -DPEC Member ,District E ,,,,LA,,,ORLEANS,Yolanda Evans,4635 Camelia St.,,New Orleans,LA,70126,504-231-9496,B,F,D,056,02/20/2012,02/20/2008,Ms. Evans -DPEC Member ,District E ,,,,LA,,,ORLEANS,"Errol T. George, ",11248 Notaway Ln,,New Orleans,LA,70128,,,,,056,,01/07/2010 -DPEC Member ,District E ,,,,LA,,,ORLEANS,"James A. Gray, II","2 Canal St., Ste. 2707",,New Orleans,LA,70130,504-628-2795,B,M,D,056,02/20/2012,02/20/2008,Mr. Gray -DPEC Member ,District E ,,,,LA,,,ORLEANS,Carl Haydel,P.O. Box 871081,,New Orleans,LA,70187-1081,504-430-4630,B,M,D,056,02/20/2012,02/20/2008,Mr. Haydel -DPEC Member ,District E ,,,,LA,,,ORLEANS,Dana Henry,7600 Hansbrough Ave.,,New Orleans,LA,70127,504-246-3408,B,M,D,056,02/20/2012,02/20/2008,Mr. Henry -DPEC Member ,District E ,,,,LA,,,ORLEANS,Charmaine L. Marchand,1730 Andry St.,,New Orleans,LA,70117,504-945-8151,B,F,D,056,02/20/2012,02/20/2008,Ms. Marchand -DPEC Member ,District E ,,,,LA,,,ORLEANS,Sabrina Mays-Montana,"812 Joe Yenni Blvd., Apt. 19",,New Orleans,LA,70065,504-305-3046,B,F,D,056,02/20/2012,02/20/2008,Ms. Mays-Montana -RPEC Member ,District A ,,,,LA,,,ORLEANS,"John ""Jay"" Batt, Jr.",230 Carondelet St.,,New Orleans,LA,70130,504-528-1073,W,M,R,066,02/20/2012,02/20/2008 -RPEC Member ,District A ,,,,LA,,,ORLEANS,Brett A. Bonin,6628 General Diaz St.,,New Orleans,LA,70124,504-547-3238,W,M,R,066,02/20/2012,02/20/2008,Mr. Bonin -RPEC Member ,District A ,,,,LA,,,ORLEANS,Adrian Bruneau,145 Robert E. Lee Blvd. Ste. 206,,New Orleans,LA,70124,504-858-2832,W,M,R,066,02/20/2012,02/20/2008,Ms. Bruneau -RPEC Member ,District A ,,,,LA,,,ORLEANS,"Christine ""Chrissy"" Bruneau",145 Robert E. Lee Blvd. Ste. 206,,New Orleans,LA,70124,504-458-6272,O,F,R,066,02/20/2012,02/20/2008,Ms. Bruneau -RPEC Member ,District A ,,,,LA,,,ORLEANS,"""Jeb"" Bruneau",7038 General Haig St.,,New Orleans,LA,70124,504-459-6628,W,M,R,066,02/20/2012,02/20/2008,Mr. Bruneau -RPEC Member ,District A ,,,,LA,,,ORLEANS,"Robert ""Bob"" Ellis",8006 Nelson St.,,New Orleans,LA,70125,504-669-7977,W,M,R,066,02/20/2012,02/20/2008 -RPEC Member ,District A ,,,,LA,,,ORLEANS,"John ""Fenn"" French",230 Carondelet St.,,New Orleans,LA,,504-593-9953,W,M,R,066,02/20/2012,02/20/2008,Mr. French -RPEC Member ,District A ,,,,LA,,,ORLEANS,Michele Gaudin,866 City Park Ave.,,New Orleans,LA,70119,504-486-0188,W,F,R,066,02/20/2012,02/20/2008,Ms. Gaudin -RPEC Member ,District A ,,,,LA,,,ORLEANS,"""Peggy"" Gehbauer",87 Avant Garde,,Kenner,LA,70065,504-220-9433,W,F,R,066,02/20/2012,02/20/2008,Ms. Gehbauer -RPEC Member ,District A ,,,,LA,,,ORLEANS,"Alexander ""Alex"" Heaton",7703 Nelson St.,,New Orleans,LA,70125,504-861-2130,W,M,R,066,02/20/2012,02/20/2008,Mr.Heaton -RPEC Member ,District A ,,,,LA,,,ORLEANS,"Nicholas J. ""Nick"" Lorusso",1133 Robert E. Lee Blvd.,,New Orleans,LA,70124,504-282-4001,W,M,R,066,02/20/2012,02/20/2008,Mr. Landry -RPEC Member ,District A ,,,,LA,,,ORLEANS,Robert E. Smith Lupo,78 Tern St.,,New Orleans,LA,70124,504-288-2593,W,M,R,066,02/20/2012,02/20/2008,Mr. Lupo -RPEC Member ,District A ,,,,LA,,,ORLEANS,Murray Nelson,5500 Prytania St. Suite 116,,New Orleans,LA,70115,504-717-7115,W,M,R,066,02/20/2012,02/20/2008,Mr. Nelson -RPEC Member ,District A ,,,,LA,,,ORLEANS,Sal Palmisano,3135 De Saix Blvd.,,New Orleans,LA,70119,504-858-3137,W,M,R,066,02/20/2012,03/18/2008,Mr. Palmisano -RPEC Member ,District B ,,,,LA,,,ORLEANS,Marc Behar,1422 Jackson Avenue,,New Orleans,LA,70130,504-361-3333,,M,R,066,02/20/2012,02/20/2008,Mr. Behar -RPEC Member ,District B ,,,,LA,,,ORLEANS,Randy Boudreaux,2533 Jefferson Ave.,,New Orleans,LA,70115,504-862-5868,W,M,R,066,02/20/2012,02/20/2008,Mr. Boudreaux -RPEC Member ,District B ,,,,LA,,,ORLEANS,Mark M. Cassidy,1201 St. Mary St.,,New Orleans,LA,70130,504-524-2272,W,M,R,066,02/20/2012,02/20/2008,Mr. Cassidy -RPEC Member ,District B ,,,,LA,,,ORLEANS,"Anthony J. Clesi, Jr.",926 Leontine St.,,New Orleans,LA,70115,504-899-4601,W,M,R,066,02/20/2012,02/20/2008,Mr. Clesi -RPEC Member ,District B ,,,,LA,,,ORLEANS,"Hosea J. Doucet, III",1201 St. Mary St.,,New Orleans,LA,70130,504-524-5524,W,M,R,066,02/20/2012,02/20/2008,Mr. Doucet -RPEC Member ,District B ,,,,LA,,,ORLEANS,Barbara A. Lill,1423 Cadiz St.,,New Orleans,LA,70115,504-899-7156,W,F,R,066,02/20/2012,02/20/2008,Ms. Lill -RPEC Member ,District B ,,,,LA,,,ORLEANS,"John Musser, IV",1201 First St.,,New Orleans,LA,70130,504-289-2589,W,M,R,066,02/20/2012,02/20/2008,Mr. Musser -RPEC Member ,District B ,,,,LA,,,ORLEANS,"John Musser, V",1218 Napoleon Ave.,,New Orleans,LA,70115,504-899-4411,W,M,R,066,,,Mr. Huser -RPEC Member ,District B ,,,,LA,,,ORLEANS,Peter A. Nass,5204 Prytania St.,,New Orleans,LA,70115,504-723-6369,W,M,R,066,02/20/2012,02/20/2008,Mr. Nass -RPEC Member ,District B ,,,,LA,,,ORLEANS,Alicia Ohlmeyer,2825 Jefferson Avenue,,New Orleans,LA,70115,504-812-7405,W,F,R,066,02/20/2012,02/20/2008,Ms. Ohlmeyer -RPEC Member ,District B ,,,,LA,,,ORLEANS,Christopher Roos,1685 Soniat St.,,New Orleans,LA,70115,504-895-1685,W,M,R,066,02/20/2012,02/20/2008,Mr. Roos -RPEC Member ,District B ,,,,LA,,,ORLEANS,Bryan Wagner,625 St. Charles Ave. 6C,,New Orleans,LA,70130,504-866-0550,W,M,R,066,02/20/2012,02/20/2008,Mr. Wagner -RPEC Member ,District B ,,,,LA,,,ORLEANS,Judy W. Wagner,"625 St. Charles Ave, 6C",,New Orleans,LA,70130,504-866-0550,W,F,R,066,02/20/2012,02/20/2008,Ms. Wagner -RPEC Member ,District B ,,,,LA,,,ORLEANS,George White,1205 Jefferson Ave.,,New Orleans,LA,70115,504-895-0488,W,M,R,066,02/20/2012,02/20/2008,Mr. White -RPEC Member ,District C ,,,,LA,,,ORLEANS,"Walter P. ""Pete"" Abercrombie",1119 N. Dupre St.,,New Orleans,LA,70119,504-458-0396,W,M,R,066,02/20/2012,02/20/2008,Mr. Ambercrombie -RPEC Member ,District C ,,,,LA,,,ORLEANS,Terri L. Baker,1322 Esplanade Ave.#D,,New Orleans,LA,70116,504-330-7187,W,F,R,066,02/20/2012,02/20/2008,Mr. Baker -RPEC Member ,District C ,,,,LA,,,ORLEANS,Robert Claypool,3935 S. Pin Oak Ave.,,New Orleans,LA,70131,504-391-0120,W,M,R,066,02/20/2012,02/20/2008,Mr. Claypool -RPEC Member ,District C ,,,,LA,,,ORLEANS,Andre Guichard,2071 West Bend Parkway Unit # 284,,New Orleans,LA,70114,504-366-6180,W,M,R,066,02/20/2012,02/20/2008,Mr. Guichard -RPEC Member ,District C ,,,,LA,,,ORLEANS,"John J. Kelly, III",601 Poydras St. Suite 2625,,New Orleans,LA,70130,504-299-3101,,,R,066,02/20/2012,02/20/2008,Mr. Kelly -RPEC Member ,District C ,,,,LA,,,ORLEANS,Edward Markle,126 Lakewood Estates Dr.,,New Orleans,LA,70131,504-392-8127,W,M,R,066,02/20/2012,02/20/2008,Mr. Markle -RPEC Member ,District C ,,,,LA,,,ORLEANS,"""Thomas Long"" Nguyen",3 Grand Teton Court,,New Orleans,LA,70131,504-994-0209,O,M,R,066,02/20/2012,02/20/2008,Mr. Nguyen -RPEC Member ,District C ,,,,LA,,,ORLEANS,James Pfeiffer,3640 Mimosa Ct.,,New Orleans,LA,70131,504-715-7251,W,M,R,066,02/20/2012,02/20/2008,Mr. Pfeiffer -RPEC Member ,District C ,,,,LA,,,ORLEANS,Patrick T. Phillpott,525 Huey P.Long Ave.,,Gretna,LA,70053,504-577-5036,W,M,R,066,02/20/2012,02/20/2008,Mr. Phillpott -RPEC Member ,District C ,,,,LA,,,ORLEANS,Paul Richard,10 Annandale Ct.,,New Orleans,LA,70131,504-394-5056,W,M,R,066,02/20/2012,02/20/2008,Mr. Richard -RPEC Member ,District C ,,,,LA,,,ORLEANS,Darrell H. Richards,2668 Mercedes Blvd.,,New Orleans,LA,70114,504-392-7440,W,M,R,066,02/20/2012,02/20/2008,Mr. Richards -RPEC Member ,District C ,,,,LA,,,ORLEANS,Jacob Rickoll,3227 St. Philip St.,,New Orleans,LA,70119,504-473-6943,W,M,R,066,02/20/2012,02/20/2008,Mr. Rickoll -RPEC Member ,District C ,,,,LA,,,ORLEANS,Stephen M. Swain,1129 Bourbon St.,,New Orleans,LA,70116,504-523-7047,,M,R,066,02/20/2012,02/20/2008,Mr. Swain -RPEC Member ,District C ,,,,LA,,,ORLEANS,"William ""Bill"" Thibaut",816 Orleans St. Apt.-B,,New Orleans,LA,70116,504-522-6650,W,M,R,066,02/20/2012,02/20/2008,Mr. Thibaut -RPEC Member ,District D ,,,,LA,,,ORLEANS,"Oliver ""Bishop O.C."" Coleman",P.O. Box 8800,,New Orleans,LA,70182,504-452-7797,B,M,R,066,02/20/2012,02/20/2008,Mr. Bishop -RPEC Member ,District D ,,,,LA,,,ORLEANS,Meryl B. Duroncelet,46 Forest Oaks Dr.,,New Orleans,LA,70131,504-439-2812,,F,R,066,02/20/2012,02/20/2008,Ms. Duroncelet -RPEC Member ,District D ,,,,LA,,,ORLEANS,Eustis Guillemet,"5985 W. Forrest Isle Dr., Apt. 399",,New Orleans,LA,70131,504-218-5347,,,,066,02/20/2012,02/20/2008,Mr. Guillemet -RPEC Member ,District D ,,,,LA,,,ORLEANS,"Eustis Guillemet, Jr.","5985 W. Forrest Isle Dr., Apt. 399",,New Orleans,LA,70131,504-218-5347,,,,066,02/20/2012,02/20/2008,Mr. Guillemet -RPEC Member ,District D ,,,,LA,,,ORLEANS,"Eustis Guillemet, Jr.","5985 W. Forrest Isle Dr., Apt. 399",,New Orleans,LA,70131,504-218-5347,B,M,R,066,02/20/2012,02/20/2008,Mr. Guillemet -RPEC Member ,District D ,,,,LA,,,ORLEANS,Lloyd A. Harsch,4337 Seminary Pl.,,New Orleans,LA,70126,817-733-0260,W,M,R,066,02/20/2012,02/20/2008,Mr. Harsch -RPEC Member ,District D ,,,,LA,,,ORLEANS,Claire DiRosa Simno,1728 Oriole St.,,New Orleans,LA,70122,504-283-6261,W,F,R,066,02/20/2012,02/20/2008,Ms. Simno -RPEC Member ,District D ,,,,LA,,,ORLEANS,"Elizabeth ""Betsy"" Stoner","3443 Esplanade Ave., Apt. 207",,New Orleans,LA,70119,504-908-0242,W,F,R,066,02/20/2012,02/20/2008,Ms. Stoner -RPEC Member ,District E ,,,,LA,,,ORLEANS,"Anh ""Joseph"" Cao",4371 Murano Rd.,,New Orleans,LA,70129,504-368-0491,O,M,R,066,02/20/2012,02/20/2008,MR. CAO -RPEC Member ,District E ,,,,LA,,,ORLEANS,"Hieu ""Kathie"" Hoang",4371 Murano Rd.,,New Orleans,LA,70129,504-813-0835,O,F,R,066,02/20/2012,02/20/2008,Ms. Hoang -RPEC Member ,District E ,,,,LA,,,ORLEANS,Robert Myers,916 Louisa,,New Orleans,LA,70117,504-417-9607,W,M,R,066,02/20/2012,02/20/2008,Mr. Myers -RPEC Member ,District E ,,,,LA,,,ORLEANS,Bac Cao Nguyen,13900 Chef Menteur Hwy.,,New Orleans,LA,70129,504-638-6555,O,M,R,066,02/20/2012,02/20/2008,Mr. Nguyen -RPEC Member ,District E ,,,,LA,,,ORLEANS,"Hoa ""Monica"" Nguyen",4818 Bergerac St.,,New Orleans,LA,70129,504-717-3396,O,F,R,066,02/20/2012,02/20/2008,Ms. Ngyuen -RPEC Member ,District E ,,,,LA,,,ORLEANS,"Thanh ""Martin"" Nguyen",13937 Dwyer Blvd.,,New Orleans,LA,70129,504-710-3876,O,M,R,066,02/20/2012,02/20/2008,Mr.Nguyen -Judge ,"Juvenile Court, Section A ",421 Loyola Ave.,,New Orleans,LA,70112,504-565-7324,ORLEANS,Ernestine S. Gray,421 Loyola Ave.,,New Orleans,LA,70112,504-565-7325,B,F,D,220,12/31/2014,01/01/2003,Judge Gray -Judge ,"Juvenile Court, Section B ",421 Loyola Ave.,,New Orleans,LA,70112,504-565-7315,ORLEANS,Tammy Stewart,1631 Elysian Fields Ave.#298,,New Orleans,LA,70117,504-512-1833,B,F,D,220,12/31/2014,04/14/2009,Ms. Stewart -Judge ,"Juvenile Court, Section C ",421 Loyola Ave.,,New Orleans,LA,70112,504-565-7370,ORLEANS,David L. Bell,421 Loyola Ave.,,New Orleans,LA,70112,504-484-0880,B,M,D,220,12/31/2014,12/16/2004,Judge Bell -Judge ,"Juvenile Court, Section D ",421 Loyola Ave.,,New Orleans,LA,70112,504-565-7380,ORLEANS,"Lawrence L. ""Larry"" Lagarde, Jr.",6350 Vicksburg St.,,New Orleans,LA,70124,504-488-4777,W,M,D,220,12/31/2014,01/01/2003,Judge Lagarde -Judge ,"Juvenile Court, Section E ",421 Loyola Ave.,,New Orleans,LA,70112,225-565-7383,ORLEANS,"Tracey Flemings-Davillier, ",3624 Pin Oak Ave.,,New Orleans,LA,70131-8444,504-270-5258,B,F,D,220,12/31/2014,02/17/2010 -Judge ,"Juvenile Court, Section F ",421 Loyola Ave.,,New Orleans,LA,70112,504-565-7381,ORLEANS,Mark Doherty,6415 West End Blvd.,,New Orleans,LA,70124,504-482-2262,W,M,D,220,12/31/2014,01/01/2001,Judge Doherty -Civil Sheriff ,,"421 Loyola Ave., Ste. 403",,New Orleans,LA,70112,504-523-6143,ORLEANS,"Paul R. Valteau, Jr.","421 Loyola Ave., Ste. 403",,New Orleans,LA,70112,504-891-1549,B,M,D,225,05/02/2010,05/01/2006,Sheriff Valteau -Criminal Sheriff ,,2800 Gravier St.,,New Orleans,LA,70119,504-827-8501,ORLEANS,Marlin N. Gusman,2800 Gravier St.,,New Orleans,LA,70119,504-339-6270,B,M,D,225,05/02/2010,05/02/2006,Sheriff Gusman -Sheriff,,,,,,,,ORLEANS,"Marlin N. Gusman, ",4478 Venus St.,,New Orleans,LA,70122-4906,504-826-7034,B,M,D,225 -Clerk ,Civil District Court ,"421 Loyola Ave., Ste. 402",,New Orleans,LA,70112,504-592-9100,ORLEANS,"Dale Atkins, ",2411 Oriole St.,,New Orleans,LA,70122-1813,504-286-0229,B,F,D,230 -Clerk ,Civil District Court ,"421 Loyola Ave., Ste. 402",,New Orleans,LA,70112,504-592-9100,ORLEANS,Dale N. Atkins,"421 Loyola Ave., Ste. 402",,New Orleans,LA,70112,504-592-3472,B,F,D,230,05/02/2010,05/02/2006,Ms. Atkins -Clerk ,Criminal District Court ,2800 Gravier St.,,New Orleans,LA,70119,504-339-6270,ORLEANS,Arthur A. Morrell,2800 Gravier St.,,New Orleans,LA,70119,504-400-3691,B,M,D,230,05/02/2010,05/31/2006,Mr. Morrell -Clerk ,Criminal District Court ,2800 Gravier St.,,New Orleans,LA,70119,504-339-6270,ORLEANS,"Arthur A. Morrell, ",4925 Moore Drive,,New Orleans,LA,70122-2515,504-282-7812,B,M,D,230 -Assessor ,,,,,LA,,,ORLEANS,,,,,,,,,,,235 -Assessor ,1st Municipal District ,P.O. Box 57373,,New Orleans,LA,70157-7373,504-658-1310,ORLEANS,Darren Mire,P.O. Box 57373,,New Orleans,LA,70157-7373,504-913-9692,B,M,D,235,05/02/2010,05/31/2006,Mr. Mire -Assessor ,2nd Municipal District ,441 Jewel St.,,New Orleans,LA,70124,504-565-7066,ORLEANS,Claude Mauberret,441 Jewel St.,,New Orleans,LA,70124,504-658-1320,W,M,D,235,05/02/2010,05/02/2006,Mr. Mauberret -Assessor ,3rd Municipal District ,4741 General Early Dr.,,New Orleans,LA,70126,504-565-7071,ORLEANS,Erroll Williams,4741 Gen. Early Dr.,,New Orleans,LA,70126,504-658-1313,B,M,D,235,05/02/2010,05/02/2006,Mr. Williams -Assessor ,4th Municipal District ,963 Jackson Ave.,,New Orleans,LA,70130,504-658-1340,ORLEANS,Betty Jefferson,936 Jackson Ave.,,New Orleans,LA,70130,504-523-6245,B,F,D,235,05/02/2010,05/31/2006,Ms. Jefferson -Assessor ,5th Municipal District ,2407 Danbury Dr.,,New Orleans,LA,70131,504-368-7642,ORLEANS,"""Tom"" Arnold",2407 Danbury Dr.,,New Orleans,LA,70131,504-394-3749,W,M,R,235,05/02/2010,05/02/2006,Mr. Arnold -Assessor ,6th Municipal District ,7303 Spruce St.,,New Orleans,LA,70118,504-658-1360,ORLEANS,Nancy Marshall,625 Lowerline St.,,New Orleans,LA,70118,504-866-8395,W,F,D,235,05/02/2010,05/02/2006,Ms. Marshall -Assessor ,7th Municipal District ,1300 Perdido St.,,New Orleans,LA,70112,504-658-1370,ORLEANS,Henry F. Heaton,231 36th St.,,New Orleans,LA,70124,504-486-6142,W,M,D,235,05/02/2010,05/02/2006,Mr. Heaton -Coroner ,,2700 Tulane Ave.,,New Orleans,LA,70119,504-827-3583,ORLEANS,Frank Minyard,718 Barracks St.,,New Orleans,LA,70116,504-228-9719,W,M,D,240,05/02/2010,05/01/2006,Mr. Minyard -Coroner ,,2700 Tulane Ave.,,New Orleans,LA,70119,504-827-3583,ORLEANS,"Frank Minyard, ",1111 S. Peters St. #221,,New Orleans,LA,70130-1798,504-658-9660,W,M,D,240 -Mayor ,City of New Orleans ,Clerk of City Council,,1300 Perdido St.,LA,70112,504-658-1085,ORLEANS,"Mitchell ""Mitch"" Landrieu, ",2336 Octavia St.,,New Orleans,LA,70115-6532,000-000-0000,W,M,D,243 -Mayor ,City of New Orleans ,Clerk of City Council,,1300 Perdido St.,LA,70112,504-658-1085,ORLEANS,C. Ray Nagin,"1615 Poydras St., Ste. 660",,New Orleans,LA,70112,504-304-8196,B,M,D,243,05/02/2010,05/31/2006,Mayor Nagin -Councilmember at Large ,,"1300 Perdido St., Rm. 1E09",,New Orleans,LA,70112,504-658-1085,ORLEANS,Jacquelyn Brechtel Clarkson,2657 Danbury Dr.,,New Orleans,LA,70131,504-392-2092,W,F,D,244,05/02/2010,11/27/2007,Ms. Clarkson -Councilmember at Large ,,"1300 Perdido St., Rm. 1E09",,New Orleans,LA,70112,504-658-1085,ORLEANS,"Jacquelyn Brechtel Clarkson, ",2657 Danbury Dr.,,New Orleans,LA,70131-3845,504-392-2092,W,F,D,244 -Councilmember at Large ,,"1300 Perdido St., Rm. 1E09",,New Orleans,LA,70112,504-658-1085,ORLEANS,Arnie Fielkow,2220 Palmer Ave.,,New Orleans,LA,70118,504-234-0600,W,M,D,244,05/02/2010,05/31/2006,Mr. Fielkow -Councilmember at Large ,,"1300 Perdido St., Rm. 1E09",,New Orleans,LA,70112,504-658-1085,ORLEANS,"""Arnie"" D. Fielkow, ",2220 Palmer Ave.,,New Orleans,LA,70118-6370,504-905-9025,W,M,D,244 -Councilmember ,District A ,"1300 Perdido St., Rm. 1E09",,New Orleans,LA,,504-658-1085,ORLEANS,Shelley Stephenson Midura,83 Flamingo St.,,New Orleans,LA,70124,504-284-5999,W,F,D,245,05/02/2010,05/31/2006,Ms. Midura -Councilmember ,District B ,"1300 Perdido St., Rm. 1E09",,New Orleans,LA,70112,504-658-1085,ORLEANS,Stacy Head,1675 Soniat St.,,New Orleans,LA,70115,504-891-6957,W,F,D,245,05/02/2010,05/31/2006,Ms. Head -Councilmember ,District B ,"1300 Perdido St., Rm. 1E09",,New Orleans,LA,70112,504-658-1085,ORLEANS,"Stacy Head, ",1675 Soniat St.,,New Orleans,LA,70115-4957,504-891-6957,W,F,D,245 -Councilmember ,District C ,"1300 Perdido St., Rm. 1E09",,New Orleans,LA,70112,504-658-1085,ORLEANS,James Carter,600 Belleville St.,,New Orleans,LA,70114,504-914-1847,B,M,D,245,05/02/2010,05/31/2006,Mr. Carter -Councilmember ,District C ,"1300 Perdido St., Rm. 1E09",,New Orleans,LA,70112,504-658-1085,ORLEANS,"Kristin Gisleson Palmer, ",119 Vallette Street,,New Orleans,LA,70114-1145,504-361-4978,W,F,D,245 -Councilmember ,District D ,"1300 Perdido St., Rm. 1E09",,New Orleans,LA,70112,504-658-1085,ORLEANS,Cynthia Hedge-Morrell,4925 Moore Drive,,New Orleans,LA,70122,504-342-5403,B,F,D,245,05/02/2010,05/02/2006,Ms. Hedge-Morrell -Councilmember ,District D ,"1300 Perdido St., Rm. 1E09",,New Orleans,LA,70112,504-658-1085,ORLEANS,"Cynthia Hedge-Morrell, ",4925 Moore Dr.,,New Orleans,LA,70122-2515,504-282-7812,B,F,D,245 -Councilmember ,District E ,"1300 Perdido St., Rm. 1E09",,New Orleans,LA,70112,504-658-1085,ORLEANS,Cynthia Willard-Lewis,10911 Willowbrae Dr.,,Harvey,LA,70058,504-874-5814,B,F,D,245,05/02/2010,05/02/2006,Ms. Willard-Lewis -Judge ,"1st City Court, Sect. A, City of New Orleans ",421 Loyola Ave.,,New Orleans,LA,70112,504-592-9240,ORLEANS,Charles A. Imbornone,6020 Kensington Blvd.,,New Orleans,LA,70127,504-592-9240,W,M,D,250,12/31/2010,01/01/2005,Judge Imbornone -Judge ,"1st City Court, Sect. B, City of New Orleans ",421 Loyola Ave.,,New Orleans,LA,70112,504-592-9243,ORLEANS,Angelique A. Reed,3438 Octavia St.,,New Orleans,LA,70125,504-592-9243,B,M,D,250,12/31/2010,01/01/2005,Judge Reed -Judge ,"1st City Court, Sect. C, City of New Orleans ",421 Loyola Ave.,,New Orleans,LA,70112,504-592-9247,ORLEANS,Sonja Spears,"421 Loyola Ave., Rm. 201",,New Orleans,LA,70112,504-593-9500,B,F,D,250,12/31/2010,01/01/2005,Mr. Spears -Judge ,"2nd City Court, City of New Orleans ",225 Morgan St.,,New Orleans,LA,70114,504-368-4099,ORLEANS,"Mary ""KK"" Norman",25 English Turn Dr.,,New Orleans,LA,70131,504-394-7452,W,F,D,250,12/31/2012,01/01/2007,Judge Norman -Judge ,Municipal Court ,"727 S. Broad St., Rm. 105",,New Orleans,LA,70119,504-827-5081,ORLEANS,Desiree M. Charbonnet,"365 Canal St., Ste. 1155",,New Orleans,LA,70130,504-949-0996,B,F,D,250,12/31/2016,01/01/2009,Judge Charbonnet -Judge ,Municipal Court ,"727 S. Broad St., Rm. 105",,New Orleans,LA,70119,504-827-5081,ORLEANS,Sean Early,7246 Ring St.,,New Orleans,LA,70124,504-283-0055,W,M,D,250,12/31/2014,01/01/2007,Judge Early -Judge ,Municipal Court ,"727 S. Broad St., Rm. 105",,New Orleans,LA,70119,504-827-5081,ORLEANS,"Joseph ""Joe"" Landry",7027 Argonne Blvd.,,New Orleans,LA,70124,504-309-7029,W,M,D,250,12/31/2010,05/10/2009,Judge Landry -Judge ,Municipal Court ,"727 S. Broad St., Rm. 105",,New Orleans,LA,70119,504-827-5081,ORLEANS,Paul N. Sens,7009 General Haig St.,,New Orleans,LA,70124,504-288-3929,W,M,D,250,12/31/2012,01/01/2005,Judge Sens -Judge ,"Traffic Court, Div. A, City of New Orleans ",727 S. Broad St.,,New Orleans,LA,70119,504-827-5096,ORLEANS,Dennis J. Dannel,6128 Pratt Dr.,,New Orleans,LA,70122,504-286-1330,B,M,D,250,12/31/2012,01/01/2005,Judge Dannel -Judge ,"Traffic Court, Div. B, City of New Orleans ",727 S. Broad St.,,New Orleans,LA,70119,504-827-5095,ORLEANS,"Robert E.""Bobby"" Jones, III",3749 Red Oak Crt.,,New Orleans,LA,70131,504-433-4045,B,M,D,250,12/31/2010,01/01/2003,Judge Jones -Judge ,"Traffic Court, Div. C, City of New Orleans ",727 S. Broad St.,,New Orleans,LA,70119,504-827-5064,ORLEANS,Mark J. Shea,6417 Bertha Dr.,,New Orleans,LA,70122,504-482-5100,W,M,D,250,12/31/2014,04/14/2009,Judge Shea -Judge ,"Traffic Court, Div. D, City of New Orleans ",727 S. Broad St.,,New Orleans,LA,70119,504-827-5005,ORLEANS,"Ronald J. ""Ron"" Sholes",180 Lakewood Estates Dr.,,New Orleans,LA,70131,504-433-4343,B,M,D,250,12/31/2014,01/01/2007,Judge Sholes -Clerk ,"1st City Court, City of New Orleans ",421 Loyola Ave.,,New Orleans,LA,70112,504-592-9155,ORLEANS,Ellen M. Hazeur,5121 Easterlyn Circle,,New Orleans,LA,70128,504-246-9576,B,F,D,252,12/31/2010,01/01/2005,Ms. Hazeur -Clerk ,"2nd City Court, City of New Orleans ",225 Morgan St.,,New Orleans,LA,70114,504-368-4245,ORLEANS,"Martin L. ""Marty"" Broussard",4420 Lennox Blvd.,,New Orleans,LA,70131,504-368-4245,W,M,D,252,12/31/2012,01/01/2007,Mr. Broussard -Constable ,"1st City Court, City of New Orleans ",421 Loyola Ave.,,New Orleans,LA,70112,504-523-3258,ORLEANS,"Lambert C. Boissiere, Jr.",2358 Lake Oaks Parkway,,New Orleans,LA,70122,504-523-3258,B,M,D,253,12/31/2014,01/01/2009,Mr. Boissiere -Constable ,"2nd City Court, City of New Orleans ",225 Morgan St.,,New Orleans,LA,70114,504-368-1101,ORLEANS,Ennis Grundmeyer,1241 Kabel Dr.,,New Orleans,LA,70131,504-392-3800,W,M,D,253,12/31/2012,01/01/2007 -Member of School Board ,District 1 ,3510 General DeGaulle Dr.,,New Orleans,LA,70114,504-304-5702,ORLEANS,Ira Thomas,6931 Queensway Dr.,,New Orleans,LA,70128,504-319-9331,B,M,D,255,12/31/2012,01/01/2009,Ms. Thomas -Member of School Board ,District 2 ,3510 General DeGaulle Dr.,,New Orleans,LA,70114,504-304-5702,ORLEANS,Cynthia Cade,P. O. Box 870986,,New Orleans,LA,70187,504-717-5130,B,F,D,255,12/31/2012,01/01/2009,Ms. Cade -Member of School Board ,District 3 ,3510 General DeGaulle Dr.,,New Orleans,LA,70114,504-304-5702,ORLEANS,Brett A. Bonin,6628 General Diaz Street,,New Orleans,LA,70124,504-482-9589,W,M,R,255,12/31/2012,01/01/2009,Mr. Bonin -Member of School Board ,District 4 ,3510 General DeGaulle Dr.,,New Orleans,LA,70114,504-304-5702,ORLEANS,Lourdes Moran,2620 Ramsey Drive,,New Orleans,LA,70131,504-717-5013,O,F,D,255,12/31/2012,01/01/2009,Ms. Moran -Member of School Board ,District 5 ,3510 General DeGaulle Dr.,,New Orleans,LA,70114,504-304-5702,ORLEANS,Seth J. Bloom,700 Camp St.,,New Orleans,LA,70130,504-599-9997,W,M,R,255,12/31/2012,01/01/2009,Mr. Bloom -Member of School Board ,District 6 ,3510 General DeGaulle Dr.,,New Orleans,LA,70114,504-304-5702,ORLEANS,Woody Koppel,"1215 Prytania St., Ste.238",,New Orleans,LA,70130,504-525-3067,W,M,D,255,12/31/2012,01/01/2009,Mr. Koppel -Member of School Board ,District 7 ,3510 General DeGaulle Dr.,,New Orleans,LA,70114,504-304-5702,ORLEANS,Thomas A. Robichaux,1805 Esplanade Ave.,,New Orleans,LA,70116,504-945-4003,W,M,D,255,12/31/2012,01/01/2009,Mr. Robichaux -DPEC Member ,at Large ,,,,LA,,,OUACHITA,Billye Burns,219 Jackson St.,,West Monroe,LA,71291,318-323-5210,B,F,D,054,02/20/2012,02/20/2008,Mr. Burns -DPEC Member ,at Large ,,,,LA,,,OUACHITA,Mary D. Hall,1398 Parker Rd.,,Monroe,LA,71202,318-330-9092,B,F,D,054,02/20/2012,02/20/2008,Ms. Hall -DPEC Member ,at Large ,,,,LA,,,OUACHITA,"Turner Hayden, Jr.",1111 S. Sixth,,Monroe,LA,71202,318-557-2187,B,M,D,054,02/20/2012,02/20/2008,Mr. Hayden -DPEC Member ,at Large ,,,,LA,,,OUACHITA,Shameka Jones,1413 Crescent Dr.,,Monroe,LA,71202,318-387-2507,B,F,D,054,02/20/2012,02/20/2008,Ms. Jones -DPEC Member ,at Large ,,,,LA,,,OUACHITA,Nikki Wade,1016 N. Seventh St.,,Monroe,LA,71201,318-387-4980,B,F,D,054,02/20/2012,02/20/2008,Ms. Wade -DPEC Member ,District A ,,,,LA,,,OUACHITA,Wayne Trichel,201 Butler Ave.,,West Monroe,LA,71291,318-396-2384,W,M,D,056,02/20/2012,02/20/2008,Mr. Trichel -DPEC Member ,District B ,,,,LA,,,OUACHITA,,,,,,,,,,,056 -DPEC Member ,District C ,,,,LA,,,OUACHITA,"Patton D. McHenry, Jr.",P.O. Box 7177,,Monroe,LA,71211-7177,318-388-0619,W,M,D,056,02/20/2012,02/20/2008,Mr. McHenry -DPEC Member ,District D ,,,,LA,,,OUACHITA,David Pivont,500 Stubbs Ave.,,Monroe,LA,71201,318-388-2136,W,M,D,056,02/20/2012,02/20/2008,Mr. Pivont -DPEC Member ,District E ,,,,LA,,,OUACHITA,,,,,,,,,,,056 -DPEC Member ,District F ,,,,LA,,,OUACHITA,"Rodney McFarland, Sr.",1017 Ouachita Ave.,,Monroe,LA,71201,318-323-0163,B,M,D,056,02/20/2012,02/20/2008,Mr. McFarland -RPEC Member ,at Large ,,,,LA,,,OUACHITA,Bradley Adair,402 Mckinley St.,,Monroe,LA,71201,318-381-2529,W,M,R,064,02/20/2012,02/20/2008,Mr. Adair -RPEC Member ,at Large ,,,,LA,,,OUACHITA,Jack B. Files,2110 Pargoud Blvd.,,Monroe,LA,71201,318-387-2312,W,M,R,064,02/20/2012,02/20/2008,Mr. Files -RPEC Member ,at Large ,,,,LA,,,OUACHITA,Jean Halsell,205 Elmwood Dr.,,West Monroe,LA,71291,318-396-0832,W,F,R,064,02/20/2012,02/20/2008,Ms. Halsell -RPEC Member ,at Large ,,,,LA,,,OUACHITA,Lois P. Hoover,5468 Horseshoe Lake Rd.,,Monroe,LA,71203,318-665-0628,W,F,R,064,02/20/2012,02/20/2008,Ms. Hoover -RPEC Member ,at Large ,,,,LA,,,OUACHITA,Kay Kellogg Katz,2905 Lamy Cr.,,Monroe,LA,71201,318-387-7728,W,F,R,064,02/20/2012,02/20/2008,Ms. Katz -RPEC Member ,District A ,,,,LA,,,OUACHITA,"Charles E. Jackson, III",121 Lafayette Cr.,,West Monroe,LA,71291,318-397-1153,W,M,R,066,02/20/2012,02/20/2008,Mr. Jackson -RPEC Member ,District B ,,,,LA,,,OUACHITA,,,,,,,,,,,066 -RPEC Member ,District C ,,,,LA,,,OUACHITA,Ruth Ulrich,406 Forsythe Ave.,,Monroe,LA,71201,318-330-9780,W,F,R,066,02/20/2012,02/20/2008,Ms. Ulrich -RPEC Member ,District D ,,,,LA,,,OUACHITA,Ben Katz,2905 Lamy Cr.,,Monroe,LA,71201,318-387-7728,W,M,R,066,02/20/2012,02/20/2008,MR. Katz -RPEC Member ,District E ,,,,LA,,,OUACHITA,Shane Smiley,3602 Deborah Dr.,,Monroe,LA,71201,318-855-4401,W,M,R,066,02/20/2012,02/20/2008,Mr. Smiley -RPEC Member ,District F ,,,,LA,,,OUACHITA,,,,,,,,,,,066 -Sheriff ,,P. O. Box 1803,,Monroe,LA,71210-1803,318-329-1200,OUACHITA,Royce Toney,P.O. Box 1803,,Monroe,LA,71210-1803,318-329-1216,W,M,R,225,06/30/2012,07/01/2008,Sheriff Toney -Clerk of Court ,,P. O. Box 1862,,Monroe,LA,71210-1862,318-327-1444,OUACHITA,"""Bill"" Hodge",P. O. Box 1862,,Monroe,LA,71210-1862,318-325-1565,W,M,D,230,06/30/2012,07/01/2008,Mr. Hodge -Assessor ,,P.O. Box 1127,,Monroe,LA,71210,318-327-1300,OUACHITA,"""Rich"" Bailey",134 Marty Ln.,,West Monroe,LA,71291,318-396-8943,W,M,R,235,12/31/2012,01/01/2009,Mr. Bailey -Coroner ,,"1300 N. 7th Street, Suite G",,West Monroe,LA,71291,318-327-1362,OUACHITA,Teri O'Neal,101 Jason Dr.,,West Monroe,LA,71291,318-388-3674,W,F,R,240,03/25/2012,03/24/2008,Mr. O'Neal -Police Juror,District A,P. O. Box 3007,,Monroe,LA,71210-3007,318-327-1340,OUACHITA,"Charles E. Jackson, III",121 Lafayette Cir.,,West Monroe,LA,71291,318-397-1153,W,M,R,245,01/08/2012,01/14/2008,Mr. Jackson -Police Juror ,District B ,P. O. Box 3007,,Monroe,LA,71210-3007,318-327-1340,OUACHITA,"""Mack"" Calhoun",854 Red Cut Rd.,,West Monroe,LA,71292,318-387-2659,W,M,R,245,01/08/2012,01/14/2008,Mr. Calhoun -Police Juror ,District C ,P. O. Box 3007,,Monroe,LA,71210-3007,318-327-1340,OUACHITA,"Walter M. ""Walt"" Caldwell, IV",104 Madelyn Pl.,,West Monroe,LA,71291,318-397-2684,W,M,R,245,01/08/2012,01/14/2008,Mr. Cladwell -Police Juror ,District D ,P. O. Box 3007,,Monroe,LA,71210-3007,318-327-1340,OUACHITA,Ollibeth Reddix,1629 Richwood Rd #1,,Monroe,LA,71202,318-267-8274,B,F,D,245,01/08/2012,10/27/2009,Ms. Reddix -Police Juror ,District E ,P. O. Box 3007,,Monroe,LA,71210-3007,318-327-1340,OUACHITA,Shane Smiley,3602 Deborah Dr.,,Monroe,LA,71201,318-267-8659,W,M,R,245,01/08/2012,01/14/2008,Mr. Smiley -Police Juror ,District F ,P. O. Box 3007,,Monroe,LA,71210-3007,318-327-1340,OUACHITA,Pat Moore,2306 Ticheli Rd.,,Monroe,LA,71202,318-325-5951,B,F,D,245,01/08/2012,01/14/2008,Ms. Moore -City Judge ,"City Court, City of West Monroe ",2303 N. Seventh St.,,West Monroe,LA,71291,318-396-2767,OUACHITA,"""Jim"" Norris",500 Island Dr.,,West Monroe,LA,71291,318-323-1124,W,M,D,250,12/31/2014,01/01/2009,Judge Norris -City Judge ,"City Court, Division A, City of Monroe ",P. O. Box 777,,Monroe,LA,71210,318-329-2580,OUACHITA,Tammy D. Lee,1206 Walton Ln.,,Monroe,LA,71202,318-322-2848,B,F,D,250,12/31/2014,01/01/2009,Judge Lee -City Judge ,"City Court, Division B, City of Monroe ",P. O. Box 777,,Monroe,LA,71210,318-329-2580,OUACHITA,"""Fred"" Amman",3309 Stowers Dr.,,Monroe,LA,71201,318-325-4878,W,M,D,250,12/31/2014,01/01/2009,Judge Amman -City Judge ,"City Court, Division C, City of Monroe ",P. O. Box 777,,Monroe,LA,71210,318-329-2580,OUACHITA,Larry D. Jefferson,6511 Cypress Point Dr.,,Monroe,LA,71203,318-343-1877,B,M,D,250,12/31/2014,01/01/2009,Judge Jefferson -City Marshal ,"City Court, City of Monroe ",P. O. Box 777,,Monroe,LA,71210,318-329-2532,OUACHITA,"Wince Highshaw, Jr.",4704 Bon Aire Dr.,,Monroe,LA,71203,318-343-6393,B,M,D,250,12/31/2014,01/01/2009,Marshal Highshaw -City Marshal ,"City Court, City of West Monroe ",2303 N. Seventh St.,,West Monroe,LA,71291,318-396-8192,OUACHITA,William M. Guyton,2425 North 9th St.,,West Monroe,LA,71291,318-396-4058,W,M,D,250,12/31/2014,01/01/2009,Marshal Guyton -Member of School Board ,"District 1, City of Monroe ",P. O. Box 4180,,Monroe,LA,71211-4180,318-325-0601,OUACHITA,Vickie Dayton,4113 Woodway Dr.,,Monroe,LA,71201,318-329-9320,W,F,R,255,12/31/2010,01/01/2007,Ms. Dayton -Member of School Board ,"District 2, City of Monroe ",P. O. Box 4180,,Monroe,LA,71211-4180,318-325-0601,OUACHITA,Vickie Krutzer,3018 River Oaks Dr.,,Monroe,LA,71201,318-388-1686,W,F,D,255,12/31/2010,01/01/2007,Ms. Krutzer -Member of School Board ,"District 3, City of Monroe ",P. O. Box 4180,,Monroe,LA,71211-4180,318-325-0601,OUACHITA,Mickey Traweek,2507 Brierfield Dr.,,Monroe,LA,71201,318-388-0596,W,M,R,255,12/31/2010,01/01/2007,Mr. Traweek -Member of School Board ,"District 4, City of Monroe ",P. O. Box 4180,,Monroe,LA,71211-4180,318-325-0601,OUACHITA,Jessie L. Handy,3015 Owl St.,,Monroe,LA,71201,318-387-0445,B,M,D,255,12/31/2010,01/01/2007,Mr. Handy -Member of School Board ,"District 5, City of Monroe ",P. O. Box 4180,,Monroe,LA,71211-4180,318-325-0601,OUACHITA,"Rodney McFarland, Sr.",1017 Ouachita Ave.,,Monroe,LA,71201,318-323-0163,B,M,D,255,12/31/2010,01/01/2007,Mr. McFarland -Member of School Board ,"District 6, City of Monroe ",P. O. Box 4180,,Monroe,LA,71211-4180,318-325-0601,OUACHITA,Stephine Shoulders Smith,2003 S. 6th St.,,Monroe,LA,71202-5132,318-361-9295,B,F,D,255,12/31/2010,01/01/2007,Ms. Smith -Member of School Board ,"District 7, City of Monroe ",P.O. Box 4180,,Monroe,LA,71211-4180,318-325-0601,OUACHITA,Brenda Shelling,140 King Oak Dr.,,Monroe,LA,71202,318-323-9150,B,F,D,255,12/31/2010,01/01/2007,Ms. Shelling -Member of School Board ,District A ,100 Bry St.,,Monroe,LA,71201,318-388-2711,OUACHITA,Jack White,412 Maridale Dr.,,,LA,71291,318-322-9837,W,M,D,255,12/31/2010,01/01/2007,Mr. White -Member of School Board ,District B ,100 Bry St.,,Monroe,LA,71201,318-388-2711,OUACHITA,Scott Robinson,805 Avant Rd.,,West Monroe,LA,71291,318-397-9953,W,M,R,255,12/31/2010,01/01/2007,Mr. Robinson -Member of School Board ,District C ,100 Bry St.,,Monroe,LA,71201,318-388-2711,OUACHITA,"A. R. ""Red"" Sims",339 Marion Sims Rd.,,West Monroe,LA,71292,318-322-4696,W,M,D,255,12/31/2010,01/01/2007,Mr. Sims -Member of School Board ,District D ,100 Bry St.,,Monroe,LA,71201,318-388-2711,OUACHITA,Jerry R. Hicks,351 Kendalwood Rd.,,West Monroe,LA,71291,318-396-7118,W,M,D,255,12/31/2010,01/01/2007,Mr. Hicks -Member of School Board ,District E ,100 Bry St.,,Monroe,LA,71201,318-388-2711,OUACHITA,John L. Russell,3615 Reddix Ln.,,Monroe,LA,71202,318-387-1667,B,M,D,255,12/31/2010,01/01/2007,Mr. Russell -Member of School Board ,District F ,100 Bry St.,,Monroe,LA,71201,318-388-2711,OUACHITA,Carey Walker,58 Quail Ridge Dr.,,Monroe,LA,71203,318-343-7272,W,M,R,255,12/31/2010,01/01/2007,Mr. Walker -Member of School Board ,District G ,100 Bry St.,,Monroe,LA,71201,318-388-2711,OUACHITA,Susan Bolton Spence,683 Keystone Rd.,,Monroe,LA,71203,318-665-2422,W,F,R,255,12/31/2010,10/30/2007,Ms. Spence -Justice of the Peace ,Justice of the Peace Ward 1 ,16 Audubon Dr.,,Monroe,LA,71203-2703,318-343-2723,OUACHITA,Lynnette Vining,348 Cypress Knee Dr.,,Monroe,LA,71203,318-503-4391,W,F,R,265,12/31/2014,10/27/2009,Ms. Vining -Justice of the Peace ,Justice of the Peace Ward 2 ,26 Quail Ridge Dr.,,Monroe,LA,71203,318-343-5685,OUACHITA,"""Tommy"" Brunt",26 Quailridge Dr.,,Monroe,LA,71203,318-343-5685,W,M,R,265,12/31/2014,01/01/2009,Mr. Brunt -Justice of the Peace ,Justice of the Peace Ward 6 ,643 Hwy.837,,Calhoun,LA,71225,318-644-2688,OUACHITA,Dorothy Heacock,643 Hwy. 837,,Calhoun,LA,71225,318-644-2688,W,F,,265,12/31/2014,01/01/2009,Ms. Heacock -Justice of the Peace ,Justice of the Peace Ward 7 ,3638 Caples Rd.,,West Monroe,LA,71292,318-396-2457,OUACHITA,Helen Roberts Johnston,3638 Caples Rd.,,West Monroe,LA,71292,318-396-2457,W,F,R,265,12/31/2014,01/01/2009,Ms. Johnston -Justice of the Peace ,Justice of the Peace Ward 8 ,100 Mockingbird Ln.,,West Monroe,LA,71292,318-323-5646,OUACHITA,"James E. ""Jim"" Nolan",100 Mockingbird Ln.,,West Monroe,LA,71292,318-323-5646,W,M,R,265,12/31/2014,01/01/2009,Mr. Nolan -Justice of the Peace ,Justice of the Peace Ward 9 ,1532 Cyress School Rd.,,West Monroe,LA,71292,318-387-5517,OUACHITA,"""Benny"" Owens",1532 Cypress School Rd.,,West Monroe,LA,71292,318-387-5517,W,M,R,265,12/31/2014,01/01/2009,Mr. Owens -Constable ,Justice of the Peace Ward 1 ,178 Saterfield Rd.,,Fairbanks,LA,71240,318-665-2347,OUACHITA,Gerald R. York,P.O. Box 249,,Fairbanks,LA,71240,318-665-2347,W,M,R,267,12/31/2014,01/01/2009,Mr. York -Constable ,Justice of the Peace Ward 2 ,2547 Stubbs Vinson Rd.,,Monroe,LA,71203,318-343-0895,OUACHITA,"Dewey R. Allen, Sr.",350 Springhill Rd.,,Monroe,LA,71203,318-343-4955,W,M,R,267,12/31/2014,01/01/2009,Mr. Allen -Constable ,Justice of the Peace Ward 6 ,P.O. Box 81,,Calhoun,LA,71255,318-644-2250,OUACHITA,Bobby Joe Graves,1623 Griggs Rd.,,Calhoun,LA,71225,318-644-2375,W,M,R,267,12/31/2014,10/27/2009,Mr. Graves -Constable ,Justice of the Peace Ward 7 ,3638 Caples Rd.,,West Monroe,LA,71292,318-396-2457,OUACHITA,Charles H. Johnston,3638 Caples Rd.,,West Monroe,LA,71292,318-396-2457,W,M,R,267,12/31/2014,01/01/2009,Mr. Johnston -Constable ,Justice of the Peace Ward 8 ,375 Caples Rd.,,West Monroe,LA,71292,318-398-0400,OUACHITA,"""Greg"" Sims",375 Caples Rd.,,West Monroe,LA,71292,318-398-0400,W,M,R,267,12/31/2014,01/01/2009,Mr. Sims -Constable ,Justice of the Peace Ward 9 ,222 Owens Rd.,,West Monroe,LA,71292,318-388-4506,OUACHITA,"""Benji"" Owens, ",222 Owens Rd.,,West Monroe,LA,71292-1349,318-388-4506,W,M,R,267,,02/15/2010 -Mayor ,City of Monroe ,P. O. Box 123,,Monroe,LA,,318-329-2252,OUACHITA,Jamie Mayo,318 King Oaks Dr.,,Monroe,LA,71202,318-325-7387,B,M,D,300,07/02/2012,07/07/2008,Mr. Mayo -Mayor ,City of West Monroe ,2305 N. Seventh St.,,West Monroe,LA,,318-396-2600,OUACHITA,Dave Norris,1514 Woodland,,West Monroe,LA,71291,318-396-4451,W,M,D,300,06/30/2010,07/01/2006,Mayor Norris -Mayor ,City of West Monroe ,2305 N. Seventh St.,,West Monroe,LA,,318-396-2600,OUACHITA,"Dave Norris, ",1514 Woodland,,West Monroe,LA,71291-7116,318-396-4451,W,M,D,300 -Mayor ,Town of Richwood ,5130 Brown Rd.,,Richwood,LA,,318-322-2104,OUACHITA,Simeon Profit,5130 Brown Rd.,,Richwood,LA,71202-7004,,,,,300,,10/22/2009,Mayor Profit -Mayor ,Town of Sterlington ,503 Hwy 2,,Sterlington,LA,,318-665-2157,OUACHITA,Vern Breland,P.O. Box 88,,Sterlington,LA,71280,318-450-2707,W,M,R,300,12/31/2010,01/01/2007,Mayor Breland -Chief of Police ,Town of Sterlington ,P. O. Box 1000,,Sterlington,LA,71280,318-665-2157,OUACHITA,Barry Bonner,P.O. Box 1184,,Sterlington,LA,71280,318-665-0524,W,M,R,305,12/31/2010,01/01/2007,Chief Bonner -Alderman ,City of West Monroe ,2305 N. Seventh St.,,West Monroe,LA,71291-5299,318-396-2600,OUACHITA,"James ""Sonny"" Bennett",3000 N. 12th St.,,West Monroe,LA,71291,318-396-0119,W,M,D,310,06/30/2010,07/01/2006,Mr. Bennett -Alderman ,City of West Monroe ,2305 N. Seventh St.,,West Monroe,LA,71291-5299,318-396-2600,OUACHITA,"James ""Polk"" Brian",110 Wilhite,,West Monroe,LA,71291,318-397-5865,W,M,D,310,06/30/2010,07/01/2006,Mr. Brian -Alderman ,City of West Monroe ,2305 N. Seventh St.,,West Monroe,LA,71291-5299,318-396-2600,OUACHITA,Alice Pearson,408 Ferndale Ave.,,West Monroe,LA,71291,318-322-5854,W,F,D,310,06/30/2010,07/01/2006,Ms. Pearson -Alderman ,City of West Monroe ,2305 N. Seventh St.,,West Monroe,LA,71291-5299,318-396-2600,OUACHITA,"Fred Ragland, Jr.",304 Marie St.,,West Monroe,LA,71291,318-323-3572,W,M,,310,06/30/2010,07/01/2006,Mr. Ragland -Alderman ,City of West Monroe ,2305 N. Seventh St.,,West Monroe,LA,71291-5299,318-396-2600,OUACHITA,"L. O. ""Sam"" Yeager",1003 Parkwood St.,,West Monroe,LA,71291,318-396-1527,W,M,D,310,06/30/2010,07/01/2006,Mr. Yeager -Alderman ,Town of Richwood ,5130 Brown Rd.,,Richwood,LA,71202-7004,318-322-2104,OUACHITA,Lavern Hester,5110 Highland St.,,Richwood,LA,71202,318-323-2652,B,M,D,310,06/30/2012,07/01/2008,Mr. Hester -Alderman ,Town of Richwood ,5130 Brown Rd.,,Richwood,LA,71202-7004,318-322-2104,OUACHITA,Alvin Jackson,2939 Lynn Dr.,,Monroe,LA,71202,318-387-1239,B,M,D,310,06/30/2012,07/01/2008,Mr. Jackson -Alderman ,Town of Richwood ,5130 Brown Rd.,,Richwood,LA,71202-7004,318-322-2104,OUACHITA,Leo Kelly,5500 Highland Rd.,,Richwood,LA,71202,318-388-8802,B,M,D,310,06/30/2012,07/01/2008,Mr. Kelly -Alderman ,Town of Richwood ,5130 Brown Rd.,,Richwood,LA,71202-7004,318-322-2104,OUACHITA,Leola Goins Keys,5019 Brown Rd.,,Richwood,LA,71202,318-323-7738,B,F,D,310,06/30/2012,07/01/2008,Ms. Keys -Alderman ,Town of Richwood ,5130 Brown Rd.,,Richwood,LA,71202-7004,318-322-2104,OUACHITA,"Lavenia McKinley, ",5130 Brown Rd.,,Richwood,LA,71202-7004,318-388-6819,,,,310,,11/19/2009,Ms. McKinley -Alderman ,Town of Sterlington ,P. O. Box 1000,,Sterlington,LA,71280,318-665-2157,OUACHITA,Clifford Bullock,P.O. Box 908,,,LA,71280,318-665-2778,W,M,D,310,12/31/2010,01/01/2007,Mr. Bullock -Alderman ,Town of Sterlington ,P. O. Box 1000,,Sterlington,LA,71280,318-665-2157,OUACHITA,Bonnie Dilmore,P.O. Box 77,,,LA,71280,318-665-2571,W,F,,310,12/31/2010,01/01/2007,Ms. Dilmore -Alderman ,Town of Sterlington ,P. O. Box 1000,,Sterlington,LA,71280,318-665-2157,OUACHITA,Ronald A. Hill,620 Bayou Dr.,,,LA,71280,318-665-9810,W,M,R,310,12/31/2010,01/01/2007,Mr. Hill -Alderman ,Town of Sterlington ,P. O. Box 1000,,Sterlington,LA,71280,318-665-2157,OUACHITA,Caesar Velasquez,P.O. Box 37,,Sterlington,LA,71280,318-665-9168,W,M,R,310,12/31/2010,04/14/2009,Mr. Velasquez -Alderman ,Town of Sterlington ,P. O. Box 1000,,Sterlington,LA,71280,318-665-2157,OUACHITA,Ladd Williams,P.O. Box 490,,Sterlington,LA,71280,318-665-4551,W,M,D,310,12/31/2010,01/01/2007,Mr. Williams -Councilman ,"District 1, City of Monroe ",P. O. Box 123,,Monroe,LA,71210,318-329-2252,OUACHITA,"""Jay"" Marx",2602 Point Dr.,,Monroe,LA,71201,318-323-7521,W,M,D,310,07/02/2012,07/07/2008,Mr. Marx -Councilman ,"District 2, City of Monroe ",P. O. Box 123,,Monroe,LA,71210,318-329-2252,OUACHITA,"Gretchen H. Ezernack, ",2109 Redwood Dr.,,Monroe,LA,71201,318-325-7648,,,,310,,01/21/2010,Ms. Ezernack -Councilman ,"District 3, City of Monroe ",P. O. Box 123,,Monroe,LA,71210,318-329-2252,OUACHITA,"Arthur Gilmore, Jr.",4100 Grammont St.,,Monroe,LA,71203,318-345-3557,B,M,D,310,07/02/2012,07/07/2008,Mr. Gilmore -Councilman ,"District 4, City of Monroe ",P. O. Box 123,,Monroe,LA,71210,318-329-2252,OUACHITA,"Robert ""Red"" Stevens",1410 S. Sixth St.,,Monroe,LA,71202,318-388-3339,B,M,D,310,07/02/2012,07/07/2008,Mr. Stevens -Councilman ,"District 5, City of Monroe ",P. O. Box 123,,Monroe,LA,71210,318-329-2252,OUACHITA,Eddie M. Clark,582 Buckhorn Bend Loop Rd.,,Monroe,LA,71202,225-279-1100,B,M,D,310,07/02/2012,05/12/2009,Mr. Clark -DPEC Member ,at Large ,,,,LA,,,PLAQUEMINES,"Amos Cormier, III",106 Woodchase Dr.,,Port Sulphur,LA,70037,504-394-0568,W,M,D,054,02/20/2012,02/20/2008,Mr. Cormier -DPEC Member ,at Large ,,,,LA,,,PLAQUEMINES,Alicia Gravolet,P.O. Box 281,,Belle Chasse,LA,70037,504-394-0937,W,F,D,054,02/20/2012,02/20/2008,Ms. Gravolet -DPEC Member ,at Large ,,,,LA,,,PLAQUEMINES,Herman Gravolet,P.O. Box 261,,Belle Chasse,LA,70037,504-450-1651,W,M,D,054,02/20/2012,02/20/2008,Mr. Gravolet -DPEC Member ,District 1 ,,,,LA,,,PLAQUEMINES,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,PLAQUEMINES,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,PLAQUEMINES,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,PLAQUEMINES,Mack Cormier,106 Highland Ave.,,Belle Chasse,LA,70037,504-920-0169,W,M,D,056,02/20/2012,02/20/2008,Mr. Cormier -DPEC Member ,District 5 ,,,,LA,,,PLAQUEMINES,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,PLAQUEMINES,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,PLAQUEMINES,"E. W. ""Duffy"" LaVigne",28784 Hwy. 23,,Port Sulphur,LA,70083,985-564-0283,W,M,D,056,02/20/2012,02/20/2008,Mr. LaVigne -DPEC Member ,District 8 ,,,,LA,,,PLAQUEMINES,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,PLAQUEMINES,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,PLAQUEMINES,Eric Lundin,102 Royal Oaks Ct.,,Belle Chasse,LA,70037,504-392-8221,W,M,R,064,02/20/2012,02/20/2008,Mr. Lundin -RPEC Member ,at Large ,,,,LA,,,PLAQUEMINES,"""Mike"" Mariana",112-A Live Oak Dr.,,Belle Chasse,LA,70037,504-394-8749,W,M,R,064,02/20/2012,02/20/2008,Mr. Mariana -RPEC Member ,District 1 ,,,,LA,,,PLAQUEMINES,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,PLAQUEMINES,Thomas Craine,107 Theta St.,,Belle Chasse,LA,70037,504-391-2979,W,M,R,066,02/20/2012,02/20/2008,Mr. Craine -RPEC Member ,District 3 ,,,,LA,,,PLAQUEMINES,"Harold L. ""Rocky"" Asevedo",433 Oak Tree Rd.,,Belle Chasse,LA,70037,504-392-0038,W,M,R,066,02/20/2012,02/20/2008,Mr. Asevedo -RPEC Member ,District 4 ,,,,LA,,,PLAQUEMINES,Nelson Chaisson,108 Gondrella Dr.,,Belle Chasse,LA,70037,504-433-2929,W,M,R,066,02/20/2012,02/20/2008,Mr. Chaisson -RPEC Member ,District 5 ,,,,LA,,,PLAQUEMINES,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,PLAQUEMINES,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,PLAQUEMINES,,,,,,,,,,,066 -RPEC Member ,District 8 ,,,,LA,,,PLAQUEMINES,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,PLAQUEMINES,,,,,,,,,,,066 -Sheriff ,,P. O. Box 99,,Pointe-a-la-Hache,LA,70082,504-333-4401,PLAQUEMINES,"I. F. ""Jiff"" Hingle",302 Main St.,,Belle Chasse,LA,70037,504-297-5425,W,M,R,225,06/30/2012,07/01/2008,Sheriff Hingle -Clerk of Court ,,P. O. Box 40,,Belle Chasse,LA,70037,504-297-5180,PLAQUEMINES,Dorothy Marvin Lundin,P. O. Box 40,,Belle Chasse,LA,70037,504-392-8221,W,F,R,230,06/30/2012,07/01/2008,Ms. Lundin -Assessor ,,P.O. Box 7129,,Belle Chasse,LA,70037,504-297-5256,PLAQUEMINES,"Robert R. ""Bobby"" Gravolet",108 Cambridge Dr.,,Belle Chasse,LA,70037,504-394-2606,W,M,D,235,12/31/2012,01/01/2009,Mr. Gravolet -Coroner ,,P.O. Box 345,,Port Sulphur,LA,70083,504-398-1100,PLAQUEMINES,Lawrence A. Giambelluca,8200 Hwy. 233,,Belle Chasse,LA,70037,504-398-1100,W,M,D,240,03/25/2012,03/24/2008,Mr. Giambelluca -Parish President ,,P.O. Box 61,,Pointe-a-la-Hache,LA,70082,985-333-4287,PLAQUEMINES,"""Billy"" Nungesser",P.O. Box 743,,Balle Chasse,LA,70037,504-433-1200,W,M,R,243,12/31/2010,01/01/2007,Mr. Nungesser -Member of Parish Council ,District 1 ,P. O. Box 61,,Pointe-a-la-Hache,LA,,985-333-4287,PLAQUEMINES,Don Beshel,8603 Hwy. 39,,Braithwaite,LA,70040,504-682-8004,W,M,R,245,12/31/2010,01/01/2007,Mr. Beshel -Member of Parish Council ,District 2 ,P. O. Box 61,,Pointe-a-la-Hache,LA,70082,985-333-4287,PLAQUEMINES,Keith Hinkley,112 Liberty St.,,Belle Chasse,LA,70037,504-394-6328,W,M,R,245,12/31/2010,01/01/2007,Mr. Hinkley -Member of Parish Council ,District 3 ,P. O. Box 61,,Pointe-a-la-Hache,LA,70082,985-333-4287,PLAQUEMINES,Jerry Hodnett,413 Schlief Dr.,,Belle Chasse,LA,70037,504-394-3699,W,M,R,245,12/31/2010,01/01/2007,Mr. Hodnett -Member of Parish Council ,District 4 ,P. O. Box 61,,Pointe-a-la-Hache,LA,70082,985-333-4287,PLAQUEMINES,"Stuart J. Guey, Jr.",136 Magnolia Dr.,,Belle Chasse,LA,70037,504-394-2441,W,M,R,245,12/31/2010,10/14/2008,Mr. Guey -Member of Parish Council ,District 5 ,P. O. Box 61,,Pointe-a-la-Hache,LA,70082,985-333-4287,PLAQUEMINES,"Anthony L. Buras, Jr.",13158 Hwy. 23,,Belle Chasse,LA,70037,504-656-0003,W,M,R,245,12/31/2010,01/01/2007,Mr. Buras -Member of Parish Council ,District 6 ,P. O. Box 61,,Pointe-a-la-Hache,LA,70082,985-333-4287,PLAQUEMINES,Burghart H. Turner,P.O. Box 137,,Port Sulphur,LA,70083,504-912-1050,B,M,D,245,12/31/2010,01/01/2007,Mr. Turner -Member of Parish Council ,District 7 ,P. O. Box 61,,Pointe-a-la-Hache,LA,70082,985-333-4287,PLAQUEMINES,"John ""Jay"" Friedman",P.O. Box 105,,Buras,LA,70041,504-416-3280,W,M,D,245,12/31/2010,01/01/2007,Mr. Friedman -Member of Parish Council ,District 8 ,P. O. Box 61,,Pointe-a-la-Hache,LA,70082,985-333-4287,PLAQUEMINES,Lynda G. Banta,35600 Hwy. 11,,Buras,LA,70041,504-421-4670,W,F,D,245,12/31/2010,01/01/2007,Ms. Banta -Member of Parish Council ,District 9 ,P. O. Box 61,,Pointe-a-la-Hache,LA,70082,985-333-4287,PLAQUEMINES,Marla Fisher Cooper,42941 Hwy. 23,,Venice,LA,70091,985-534-1447,W,F,D,245,12/31/2010,01/01/2007,Ms. Cooper -Member of School Board ,District 1 ,P. O. Box 69,,Belle Chasse,LA,70037,504-392-4970,PLAQUEMINES,"Michael Wade Jiles, Sr.",2895 English Turn Rd.,,Braithwaite,LA,70040,504-682-8639,B,M,D,255,12/31/2010,10/30/2007,Mr. Jiles -Member of School Board ,District 2 ,P. O. Box 69,,Belle Chasse,LA,70037,504-392-4970,PLAQUEMINES,Nancy LaHaye,108 Louise St.,,Belle Chasse,LA,70037,504-392-2644,W,F,D,255,12/31/2010,01/01/2007,Ms. LaHaye -Member of School Board ,District 3 ,P. O. Box 69,,Belle Chasse,LA,70037,504-392-4970,PLAQUEMINES,"Anthony ""Tony"" St. Philip",422 Dr. Gorman Dr.,,Belle Chasse,LA,70037,504-393-2309,W,M,R,255,12/31/2010,01/01/2007,Mr. St. Philip -Member of School Board ,District 4 ,P. O. Box 69,,Belle Chasse,LA,70037,504-392-4970,PLAQUEMINES,Joyce C. Lamkin,105 Ft. Jackson St.,,Belle Chasse,LA,70037,504-392-1995,W,F,D,255,12/31/2010,01/01/2007,Ms. Lamkin -Member of School Board ,District 5 ,P. O. Box 69,,Belle Chasse,LA,70037,504-392-4970,PLAQUEMINES,Sharon Branan,11781 Hwy. 23,,Belle Chasse,LA,70037,504-656-7270,W,F,D,255,12/31/2010,01/01/2007,Ms. Branan -Member of School Board ,District 6 ,P. O. Box 69,,Belle Chasse,LA,70037,504-392-4970,PLAQUEMINES,"Carlton M. LaFrance, Sr.",24562 Diamond Rd.,,Port Sulphur,LA,70083,504-281-5353,B,M,D,255,12/31/2010,01/01/2007,Mr. LaFrance -Member of School Board ,District 7 ,P. O. Box 69,,Belle Chasse,LA,70037,504-392-4970,PLAQUEMINES,Paul Lemaire,P.O. Box 226,,Port Sulphur,LA,70083,504-912-8562,W,M,D,255,12/31/2010,01/01/2007,MR. Lemaire -Member of School Board ,District 8 ,P. O. Box 69,,Belle Chasse,LA,70037,504-392-4970,PLAQUEMINES,Helen E. Barrois,119 Nu St.,,Belle Chasse,LA,70037,504-214-3839,W,F,R,255,12/31/2010,01/01/2007,Ms. Barrois -Member of School Board ,District 9 ,P. O. Box 69,,Belle Chasse,LA,70037,504-392-4970,PLAQUEMINES,William F. Mertz,39506 Boothville River Rd.,,Buras,LA,70041,985-534-1152,W,M,R,255,12/31/2010,01/01/2007,Mr. Mertz -Justice of the Peace ,Justice of the Peace Ward 1 ,3295 English Turn Rd.,,Braithwaite,LA,70040,504-682-5159,PLAQUEMINES,Mary Seibert,3295 English Turn Rd.,,Braithwaite,LA,70040,504-682-5159,W,F,D,265,12/31/2014,01/01/2009,Ms. Seibert -Justice of the Peace ,Justice of the Peace Ward 2 ,12925 Hwy.15,,Phoenix,LA,70040,985-333-4232,PLAQUEMINES,"Herbert Williams, Jr.",12925 Hwy. 15,,Phoenix,LA,70040,504-874-0300,B,M,D,265,12/31/2014,01/01/2009,Mr. Williams -Justice of the Peace ,Justice of the Peace Ward 3 ,P.O. Box 162,,Pointe-a-la-Hache,LA,70082,985-333-4161,PLAQUEMINES,Chadwick J. Encalade,P.O. Box 162,,Pointe-ala-Hache,LA,70082,504-491-7688,B,M,D,265,12/31/2014,01/01/2009,Mr. Encalade -Justice of the Peace ,Justice of the Peace Ward 4 ,23 Pilottown Ln.,,Pilottown,LA,70081,985-657-2539,PLAQUEMINES,"Davey Lee Naquin, Jr.",104 New Orleans St.,,Belle Chasse,LA,70037,,,,,265,,06/01/2009,Mr. Naquin -Justice of the Peace ,Justice of the Peace Ward 5 ,P.O. Box 173,,Boothville,LA,70038,985-534-9076,PLAQUEMINES,"Robert ""Hot Rod"" Kruithof",P.O. Box 486,,Boothville,LA,70038,504-915-1957,W,M,O,265,12/31/2014,01/01/2009,Mr. Kruithof -Justice of the Peace ,Justice of the Peace Ward 6 ,509 Dr.Gorman Dr.,,Belle Chasse,LA,70037,504-392-4045,PLAQUEMINES,"Davey L. Naquin, Jr.",509 Dr. Gorman Dr.,,Belle Chasse,LA,70037,504-392-4045,W,M,R,265,12/31/2014,01/01/2009,Mr. Naquin -Justice of the Peace ,Justice of the Peace Ward 7 ,281 Rocky Rd.,,Belle Chasse,LA,70037,504-656-0054,PLAQUEMINES,"Paul C. Macaluso, Jr.",281 Rocky Rd.,,Belle Chasse,LA,70037,504-656-7157,W,M,R,265,12/31/2014,01/01/2009,Mr. Macaluso -Justice of the Peace ,Justice of the Peace Ward 8 ,P.O.Box 650,,Port Sulphur,LA,70083,985-564-3604,PLAQUEMINES,"Lorne L. ""Boo"" Landry",P.O. Box 650,,Port Sulphur,LA,70083,504-564-1901,B,M,D,265,12/31/2014,01/01/2009,Mr. Landry -Justice of the Peace ,Justice of the Peace Ward 9 ,144 Holiday Dr.,,Port Sulphur,LA,70083,504-392-6690,PLAQUEMINES,Mary Lou Everage,P.O. Box 726,,Port Sulphur,LA,70083,504-564-0706,W,F,D,265,12/31/2014,01/01/2009,Ms. Everage -Justice of the Peace ,Justice of the Peace Ward 10 ,35161 Hwy. 11,,Buras,LA,70041,985-657-6252,PLAQUEMINES,"""Chuck"" Soileau",31108 Hwy. 23,,Buras,LA,70041,504-382-1519,W,M,R,265,12/31/2014,01/01/2009,Mr. Soileau -Constable ,Justice of the Peace Ward 1 ,5655 Hwy. 39,,Braithwaite,LA,70040,504-682-7471,PLAQUEMINES,Eugene White,5655 Hwy. 39,,Braithwaite,LA,70040,504-682-7471,W,M,D,267,12/31/2014,01/01/2009,Mr. White -Constable ,Justice of the Peace Ward 2 ,P.O. Box 1466,,Braithwaite,LA,70040,985-333-9373,PLAQUEMINES,Hilry Thomas,P.O. Box 1273,,Braithwaite,LA,70040,504-329-4519,B,M,D,267,12/31/2014,01/01/2009,Mr. Thomas -Constable ,Justice of the Peace Ward 3 ,P.O. Box 162,,Pointe-a-la-Haiche,LA,70082,985-333-4161,PLAQUEMINES,Byron L. Encalade,P.O. Box 219,,Pointe-ala-Hache,LA,70082,504-236-1527,B,M,D,267,12/31/2014,01/01/2009,Mr. Enclade -Constable ,Justice of the Peace Ward 4 ,23 Pilottown Ln.,,Pilottown,LA,70081,985-657-2539,PLAQUEMINES,Charles C. Gerkin,412 Good News Dr.,,Belle Chasse,LA,70037,504-715-4640,W,M,D,267,12/31/2014,01/01/2009,Mr. Gerkin -Constable ,Justice of the Peace Ward 5 ,P.O. Box 261,,Boothville,LA,70038,985-534-7515,PLAQUEMINES,Bobbie Gaubert-Holland,P.O. Box 261,,Boothville,LA,70038,504-228-9192,W,F,D,267,12/31/2014,01/01/2009,Ms. Gaubert-Holland -Constable ,Justice of the Peace Ward 6 ,509 Dr. Gorman Dr.,,Belle Chasse,LA,70037,506-392-4045,PLAQUEMINES,"Debra C. ""Debbie"" Naquin",509 Dr. Gorman Dr.,,Belle Chasse,LA,70037,504-392-4045,W,F,R,267,12/31/2014,01/01/2009,Ms. Naquin -Constable ,Justice of the Peace Ward 7 ,172 Rue Acadian,,Belle Chasse,LA,70037,504-656-2217,PLAQUEMINES,David L. Freeman,172 Rue Acadian,,Belle Chasse,LA,70037,504-656-2217,W,M,R,267,12/31/2014,01/01/2009,Mr. Freeman -Constable ,Justice of the Peace Ward 8 ,P.O. Box 650,,Port Sulphur,LA,70083,985-564-3604,PLAQUEMINES,"Andria ""Pal"" Barthelemy",P.O. Box 650,,Port Sulphur,LA,70083,504-289-1208,B,F,D,267,12/31/2014,01/01/2009,Ms. Barthelemy -Constable ,Justice of the Peace Ward 9 ,P.O. Box 183,,Port Sulphur,LA,70083,985-564-3541,PLAQUEMINES,Mary Jo Hebert,28763 Hwy. 23,,Port Sulphur,LA,70083,504-564-2356,W,F,D,267,12/31/2014,01/01/2009,Ms. Hebert -Constable ,Justice of the Peace Ward 10 ,125 Ave. C,,Buras,LA,70041,985-657-8033,PLAQUEMINES,Martha Sue Callais Cook,125 Avenue C,,Buras,LA,70041,504-657-8033,W,F,D,267,12/31/2014,01/01/2009,Ms. Cook -DPEC Member ,at Large ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,054 -DPEC Member ,District 1 ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,POINTE COUPEE,J. Roosevelt Gremillion,8677 St. Jospeh St.,,New Roads,LA,70760,225-618-0221,B,M,D,056,02/20/2012,02/20/2008,Mr. Gremillion -DPEC Member ,District 8 ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,056 -DPEC Member ,District 10 ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,056 -DPEC Member ,District 11 ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,056 -DPEC Member ,District 12 ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,064 -RPEC Member ,District 1 ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,POINTE COUPEE,Madeleine Caillet,6249 False River Rd.,,Oscar,LA,70762,225-627-4175,W,F,R,066,02/20/2012,02/20/2008,Ms. Caillet -RPEC Member ,District 7 ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,066 -RPEC Member ,District 8 ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,066 -RPEC Member ,District 10 ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,066 -RPEC Member ,District 11 ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,066 -RPEC Member ,District 12 ,,,,LA,,,POINTE COUPEE,,,,,,,,,,,066 -Sheriff ,,P. O. Box 248,,New Roads,LA,70760,225-638-5400,POINTE COUPEE,"Beauregard ""Bud"" Torres, III",P.O. Box 248,,New Roads,LA,70760,225-625-3312,W,M,D,225,06/30/2012,07/01/2008,Sheriff Torres -Clerk of Court ,,P. O. Box 86,,New Roads,LA,70760,225-638-9596,POINTE COUPEE,Lanell Swindler Landry,P.O. Box 86,,New Roads,LA,70760,225-694-8551,W,F,D,230,06/30/2012,07/01/2008,Ms. Landry -Assessor ,,211 E. Main St. Ste. 4,,New Roads,LA,70760,225-638-7077,POINTE COUPEE,"James A. ""Jimmy"" Laurent, Jr.",9638 False River Rd.,,New Roads,LA,70760,225-638-4061,W,M,D,235,12/31/2012,12/18/2009,Mr. Laurent -Coroner ,,P.O. Box 40,,New Roads,LA,70760,225-718-2807,POINTE COUPEE,Harry J. Kellerman,2417 False River Dr.,,New Roads,LA,70760,225-638-7348,W,M,D,240,03/25/2012,03/24/2008,Mr. Kellerman -Police Juror,District 1,P. O. Box 290,,New Roads,LA,70760,225-638-9556,POINTE COUPEE,Allen S. Monk,P.O. Box 285,,Batchelor,LA,70715,225-492-3704,W,M,D,245,01/08/2012,01/14/2008,Mr. Monk -Police Juror ,District 2 ,P. O. Box 290,,New Roads,LA,70760,225-638-9556,POINTE COUPEE,"John ""Sassy"" Pourciau",3768 La. Hwy. 419 W.,,Batchelor,LA,70715,225-492-2701,W,M,D,245,01/08/2012,01/14/2008,Mr. Pourciau -Police Juror ,District 3 ,P. O. Box 290,,New Roads,LA,70760,225-638-9556,POINTE COUPEE,Russell Joseph Young,9005 Mandela Dr.,,New Roads,LA,70760,225-638-3941,B,M,D,245,01/08/2012,01/14/2008,Mr. Young -Police Juror ,District 4 ,P. O. Box 290,,New Roads,LA,70760,225-638-9556,POINTE COUPEE,Glenn Ray Cline,14110 Chenal Rd.,,Jarreau,LA,70749,225-627-9511,W,M,D,245,01/08/2012,01/14/2008,Mr. Cline -Police Juror ,District 5 ,P. O. Box 290,,New Roads,LA,70760,225-638-9556,POINTE COUPEE,"Willard ""Willie"" Olinde, Jr.",P.O. Box 256,,Ventress,LA,70783,225-638-8726,W,M,D,245,01/08/2012,01/14/2008,Mr. Olinde -Police Juror ,District 6 ,P. O. Box 290,,New Roads,LA,70760,225-638-9556,POINTE COUPEE,"Melanie ""Miss Mel"" Bueche",11850 Hwy. 416,,Lakeland,LA,70752,225-627-4055,W,F,R,245,01/08/2012,01/14/2008,Ms. Bueche -Police Juror ,District 7 ,P. O. Box 290,,New Roads,LA,70760,225-638-9556,POINTE COUPEE,"Albert ""Dewey"" Dukes",8979 Rodney Dr.,,New Roads,LA,70760,225-638-3383,B,M,D,245,01/08/2012,01/14/2008,Mr. Dukes -Police Juror ,District 8 ,P. O. Box 290,,New Roads,LA,70760,225-638-9556,POINTE COUPEE,Cornell T. Dukes,309 Rail Road St.,,New Roads,LA,70760,225-638-8778,B,M,D,245,01/08/2012,01/14/2008,Mr. Dukes -Police Juror ,District 9 ,P. O. Box 290,,New Roads,LA,70760,225-638-9556,POINTE COUPEE,Janet P. Vosburg,9431 False River Rd.,,New Roads,LA,70760,225-638-8328,W,F,D,245,01/08/2012,01/14/2008,Mr. Vosburg -Police Juror ,District 10 ,P. O. Box 290,,New Roads,LA,70760,225-638-9556,POINTE COUPEE,Kurt J. Jarreau,P.O. Box 383,,Livonia,LA,70755,225-637-2540,W,M,D,245,01/08/2012,01/14/2008,Mr. Jarreau -Police Juror ,District 11 ,P. O. Box 290,,New Roads,LA,70760,225-638-9556,POINTE COUPEE,"Joseph ""Bozo"" Bergeron",P. O. Box 90,,Fordoche,LA,70732,225-637-3486,W,M,D,245,01/08/2012,01/14/2008,Mr. Bergeron -Police Juror ,District 12 ,P. O. Box 290,,New Roads,LA,70760,225-638-9556,POINTE COUPEE,"Clifford ""Ted"" Nelson",P.O. Box 336,,Ventress,LA,70783,225-638-3589,B,M,D,245,01/08/2012,01/14/2008,Mr. Nelson -Member of School Board ,District A ,P. O. Drawer 579,,New Roads,LA,70760,225-638-8674,POINTE COUPEE,Debbie Collins,13315 Third St.,,Batchelor,LA,70715,225-492-2446,B,F,D,255,12/31/2010,01/01/2007,Ms. Collins -Member of School Board ,District B ,P. O. Drawer 579,,New Roads,LA,70760,225-638-8674,POINTE COUPEE,Brandon Bergeron,13209 Bayou Fordoche Rd.,,Morganza,LA,70759,225-694-2626,W,M,R,255,12/31/2010,01/01/2007,Mr. Bergeron -Member of School Board ,District C ,P. O. Drawer 579,,New Roads,LA,70760,225-638-8674,POINTE COUPEE,"""Tom"" Nelson",9353 Saizon Rd.,,New Roads,LA,70760,225-638-6823,B,M,D,255,12/31/2010,01/01/2007,Mr. Nelson -Member of School Board ,District D ,P. O. Drawer 579,,New Roads,LA,70760,225-638-8674,POINTE COUPEE,Chad A. Aguillard,14163 Patin Dyke Rd.,,Ventress,LA,70783,225-638-9571,B,M,D,255,12/31/2010,01/01/2007,Mr. Aguillard -Member of School Board ,District E ,P. O. Drawer 579,,New Roads,LA,70760,225-638-8674,POINTE COUPEE,"Frank R. ""Frankie"" Aguillard, Jr.",10664 Island Rd.,,Ventress,LA,70783,225-638-6705,W,M,D,255,12/31/2010,01/01/2007,Mr. Aguillard -Member of School Board ,District F ,P. O. Drawer 579,,New Roads,LA,70760,225-638-8674,POINTE COUPEE,Anita LeJeune,3987 Wye Rd.,,Lakeland,LA,70752,225-627-6912,W,F,D,255,12/31/2010,02/23/2009,Ms. LeJeune -Member of School Board ,District G ,P. O. Drawer 579,,New Roads,LA,70760,225-638-8674,POINTE COUPEE,Kevin Hotard,9368 False River Rd.,,New Roads,LA,70760,225-638-7575,W,M,R,255,12/31/2010,01/01/2007,Mr. Hotard -Member of School Board ,District H ,P. O. Drawer 579,,New Roads,LA,70760,225-638-8674,POINTE COUPEE,"James ""Bado"" Cline",P.O. Box 781,,Livonia,LA,70755,225-637-4930,W,M,D,255,12/31/2010,01/01/2007,Mr. Cline -Justice of the Peace ,Justice of the Peace District 1 ,P.O. Box 1,,Lettsworth,LA,70753,225-492-2445,POINTE COUPEE,"Charles ""Chuck"" Lemoine",20236 La. Hwy. 417,,Lettsworth,LA,70753,225-718-3893,W,M,O,265,12/31/2014,01/01/2009,Mr. Lemoine -Justice of the Peace ,Justice of the Peace District 2 ,P.O. Box 9,,Batchelor,LA,70715,225-492-2020,POINTE COUPEE,Sharon Carroll Hebert,P.O. Box 9,,Batchelor,LA,70715,225-492-2020,W,F,D,265,12/31/2014,01/01/2009,Ms. Hebert -Justice of the Peace ,Justice of the Peace District 3 ,8257 Hwy.1,,Morganza,LA,70759,225-694-2414,POINTE COUPEE,"George Molex, III",8257 Hwy. 1,,Morganza,LA,70759,225-694-2414,B,M,D,265,12/31/2014,01/01/2009,Mr. Molex -Justice of the Peace ,Justice of the Peace District 4 ,5278 Noah's Ln.,,Jarreau,LA,70749,225-627-6752,POINTE COUPEE,Stacie P. Myers,5278 Noah's Lane,,Jarreau,LA,70749,225-718-4567,W,F,D,265,12/31/2014,01/01/2009 -Justice of the Peace ,Justice of the Peace District 5 ,8011 Island Rd.,,Ventress,LA,70783,225-638-4326,POINTE COUPEE,Ida J. Chustz,8011 Island Rd.,,Ventress,LA,70783,225-638-4326,W,F,D,265,12/31/2014,01/01/2009,Ms. Chustz -Justice of the Peace ,Justice of the Peace District 6 ,3101 Oakland Rd.,,Lakeland,LA,70752,225-627-5414,POINTE COUPEE,Leona J. Jarreau,3101 Oakland Rd.,,Lakeland,LA,70752,225-627-5414,W,F,D,265,12/31/2014,01/01/2009,Ms. Jarreau -Justice of the Peace ,Justice of the Peace District 7 ,8677 St.Joseph St.,,New Roads,LA,70760,225-618-0221,POINTE COUPEE,J. Roosevelt Gremillion,8677 St. Joseph St.,,New Roads,LA,70760,225-618-0221,B,M,D,265,12/31/2014,01/01/2009,Mr. Gremillion -Justice of the Peace ,Justice of the Peace District 8 ,209 E.Fifth St.,,New Roads,LA,70760,225-638-7023,POINTE COUPEE,Claiborne Ashford,209 East 5th St.,,New Roads,LA,70760,225-638-7023,B,M,D,265,12/31/2014,01/01/2009,Mr. Ashford -Justice of the Peace ,Justice of the Peace District 9 ,P.O. Box 66,,New Roads,LA,70760,225-638-4892,POINTE COUPEE,J. Randy Guidroz,P.O. Box 66,,Ventress,LA,70783,225-638-4892,W,M,D,265,12/31/2014,01/01/2009,Mr. Guidroz -Justice of the Peace ,Justice of the Peace District 10 ,P.O. Box 234,,Livonia,LA,70755,225-637-2915,POINTE COUPEE,John H. Cline,P.O. Box 234,,Livonia,LA,70755,225-637-2915,W,M,D,265,12/31/2014,01/01/2009,Mr. Cline -Justice of the Peace ,Justice of the Peace District 11 ,P.O.Box 178,,Lottie,LA,70756,225-637-2787,POINTE COUPEE,Lillian L. Montgomery,P.O. Box 178,,Lottie,LA,70756,225-637-2787,W,F,D,265,12/31/2014,01/01/2009,Ms. Montgomery -Justice of the Peace ,Justice of the Peace District 12 ,1006 Singletary St.,,New Roads,LA,70760,225-638-6928,POINTE COUPEE,"Kevin ""Gizmo"" St. Cyr, Sr.",P.O. Box 41,,New Roads,LA,70760,225-638-3155,B,M,D,265,12/31/2014,01/01/2009,Mr. St. Cyr -Constable ,Justice of the Peace District 1 ,P.O. Box 15,,Lettsworth,LA,70753,225-492-2394,POINTE COUPEE,Matt Hartford,P.O. Box 15,,Lettsworth,LA,70753,225-492-2394,B,M,D,267,12/31/2014,01/01/2009,Mr. Hartford -Constable ,Justice of the Peace District 2 ,6212 Hwy. 1,,Batchelor,LA,70715,225-492-2390,POINTE COUPEE,"Charles ""Hop"" Hopkins",6212 Hwy. 1,,Batchelor,LA,70715,225-492-2390,W,M,D,267,12/31/2014,01/01/2009,Mr. Hopkins -Constable ,Justice of the Peace District 3 ,8775 Delta Place Rd.,,New Roads,LA,70760,225-638-6122,POINTE COUPEE,"Michael ""Mike"" Porche",8775 Delta Place Road,,New Roads,LA,70760,225-638-6122,B,M,D,267,12/31/2014,01/01/2009,Mr. Porche -Constable ,Justice of the Peace District 4 ,P.O. Box 131,,Jarreau,LA,70749,225-627-4868,POINTE COUPEE,Randy L. Pourciau,5982 Island Rd.,,Jarreau,LA,70749,225-627-4762,W,M,D,267,12/31/2014,01/01/2009,Mr. Pourciau -Constable ,Justice of the Peace District 5 ,P.O. Box 289,,Ventress,LA,70783,225-638-7133,POINTE COUPEE,"Joseph A. ""Boy"" Ballard",P.O. Box 289,,Ventress,LA,70783,225-638-7133,W,M,D,267,12/31/2014,01/01/2009,Mr. Ballard -Constable ,Justice of the Peace District 6 ,P.O. Box 114,,Oscar,LA,70762,225-627-5334,POINTE COUPEE,"Ronald A. ""Ron"" Pourciau",4871 Luther Robillard St.,,Livonia,LA,70755,225-637-3590,W,M,D,267,12/31/2014,01/11/2009,Mr. Pourciau -Constable ,Justice of the Peace District 7 ,P.O. Box 978,,New Roads,LA,70760,225-638-6400,POINTE COUPEE,Gloria J. Facione,P.O. Box 978,,New Roads,LA,70760,225-638-6250,B,F,D,267,12/31/2014,01/01/2009,Ms. Facione -Constable ,Justice of the Peace District 8 ,104 Park Ave.,,New Roads,LA,70760,225-638-8283,POINTE COUPEE,Elie J. Part,407 North Carolina Ave.,,New Roads,LA,70760,225-638-9241,W,M,D,267,12/31/2014,01/01/2009,Mr. Part -Constable ,Justice of the Peace District 9 ,435 Fairfield Ave.,,New Roads,LA,70760,225-638-9346,POINTE COUPEE,George Miller,406 Gretchen St.,,New Roads,LA,70760,225-638-5968,W,M,O,267,12/31/2014,01/01/2009,Mr. Miller -Constable ,Justice of the Peace District 10 ,P.O. Box 721,,Livonia,LA,70755,225-637-3913,POINTE COUPEE,"Christopher ""Scotty"" LeJeune",3611 Church St.,,Livionia,LA,70755,225-718-5209,W,M,D,267,12/31/2014,01/01/2009,Mr. LeJeune -Constable ,Justice of the Peace District 11 ,4300 Oak Dr.,,Fordoche,LA,70732,225-637-3722,POINTE COUPEE,Floyd J. Meche,4300 Oak Dr.,,Fordoche,LA,70732,225-247-1146,W,M,D,267,12/31/2014,01/01/2009,Mr. Meche -Constable ,Justice of the Peace District 12 ,302 Morningside St.,,New Roads,LA,70760,225-638-9622,POINTE COUPEE,Roger D. Dixon,302 Morningside St.,,New Roads,LA,70760,225-638-9622,B,M,D,267,12/31/2014,01/01/2009,Mr. Dixon -Mayor ,City of New Roads ,P. O. Box 280,,New Roads,LA,,225-638-5360,POINTE COUPEE,"""Tommy"" Nelson",P.O. Box 593,,New Roads,LA,70760,225-638-4540,B,M,D,300,12/31/2010,01/01/2007,Mr. Nelson -Mayor ,Town of Fordoche ,P. O. Box 10,,Fordoche,LA,,225-637-3112,POINTE COUPEE,Justin K. Cox,P.O. Box 269,,Fordoche,LA,70732,225-637-3201,W,M,D,300,12/31/2010,01/01/2007,Mr. Cox -Mayor ,Town of Livonia ,P. O. Box 307,,Livonia,LA,,225-637-2981,POINTE COUPEE,Troy Chustz,P.O. Box 313,,Livonia,LA,70755,225-637-3845,W,M,D,300,12/31/2012,01/01/2009,Mr. Chustz -Mayor ,Village of Morganza ,P. O. Box 66,,Morganza,LA,,225-694-3655,POINTE COUPEE,"S. J. ""Boobie"" Tuminello",P. O. Box 123,,Morganza,LA,70759,225-694-2268,W,M,D,300,12/31/2010,07/21/2008,Mr. Tuminello -Chief of Police ,Town of Fordoche ,P. O. Box 10,,Fordoche,LA,70732,225-637-3112,POINTE COUPEE,"""Fred"" Gueho, Jr.",P.O. Box 23,,Fordoche,LA,70737,225-637-2861,W,M,D,305,12/31/2010,01/01/2007,Mr. Guecho -Chief of Police ,Town of Livonia ,P. O. Box 307,,Livonia,LA,70755,225-637-2981,POINTE COUPEE,"""Brad"" E. Joffrion",P.O. Box 772,,Livonia,LA,70755,225-637-3755,W,M,D,305,12/31/2012,01/01/2009,Chief Joffrion -Council Member at Large ,City of New Roads ,P. O. Box 280,,New Roads,LA,70760,225-638-5360,POINTE COUPEE,Anthony Daisy,1112 St. Mary St.,,New Roads,LA,70760,225-638-9009,B,M,D,308,12/31/2010,01/01/2007 -Alderman ,Town of Fordoche ,P. O. Box 10,,Fordoche,LA,70732,225-637-3112,POINTE COUPEE,Teddy Gros,4435 Ammie Dr.,,Fordoche,LA,70732,225-637-3979,W,M,D,310,12/31/2010,01/01/2007,Mr. Gros -Alderman ,Town of Fordoche ,P. O. Box 10,,Fordoche,LA,70732,225-637-3112,POINTE COUPEE,Corey E. Gueho,P.O. Box 431,,Fordoche,LA,70732,225-637-2181,W,M,D,310,12/31/2010,01/01/2007,Mr. Gueho -Alderman ,Town of Fordoche ,P. O. Box 10,,Fordoche,LA,70732,225-637-3112,POINTE COUPEE,Randy St. Romain,P.O. Box 125,,Fordoche,LA,70732,225-637-3843,W,M,D,310,12/31/2010,01/01/2007,Mr. St. Romain -Alderman ,Town of Fordoche ,P. O. Box 10,,Fordoche,LA,70732,225-637-3112,POINTE COUPEE,Don Sonnier,P.O. Box 203,,Fordoche,LA,70732,225-637-4893,W,M,D,310,12/31/2010,01/01/2007,Mr. Sonnier -Alderman ,Town of Fordoche ,P. O. Box 10,,Fordoche,LA,70732,225-637-3112,POINTE COUPEE,"Scott ""Boner"" Wright",P.O. Box 275,,Fordoche,LA,70732,225-637-4923,W,M,D,310,12/31/2010,01/01/2007,Mr. Wright -Council Member ,"District 1, City of New Roads ",P. O. Box 280,,New Roads,LA,70760,225-638-5360,POINTE COUPEE,Vernell Davis,603 Rita St.,,New Roads,LA,70760,225-718-0371,B,M,D,310,12/31/2010,01/01/2007,Mr. Davis -Council Member ,"District 1, City of New Roads ",P. O. Box 280,,New Roads,LA,70760,225-638-5360,POINTE COUPEE,"Walter Warr, Jr.",P.O. Box 622,,New Roads,LA,70760,225-638-4778,B,M,D,310,12/31/2010,01/01/2007,Mr. Warr -Council Member ,"District 2, City of New Roads ",P. O. Box 280,,New Roads,LA,70760,225-638-5360,POINTE COUPEE,Kurt Kellerman,1705 False River Dr.,,New Roads,LA,70760,225-638-4435,W,M,D,310,12/31/2010,01/01/2007,Mr. Kellerman -Council Member ,"District 2, City of New Roads ",P. O. Box 280,,New Roads,LA,70760,225-638-5360,POINTE COUPEE,"Kirk ""Clipper"" White",602 Louisiana St.,,New Roads,LA,70760,225-638-3864,W,M,R,310,12/31/2010,01/01/2007,Mr. White -Council Member ,Town of Livonia ,P. O. Box 307,,Livonia,LA,70755,225-637-2981,POINTE COUPEE,"James ""Lil Buck"" Bergeron",P. O. Box 717,,Livonia,LA,70755,225-718-0271,W,M,D,310,12/31/2012,01/01/2009,Mr. Bergeron -Council Member ,Town of Livonia ,P. O. Box 307,,Livonia,LA,70755,225-637-2981,POINTE COUPEE,Keith Davidson,P. O. Box 471,,Livonia,LA,70755,225-637-2408,W,M,D,310,12/31/2012,01/01/2009,Mr. Davidson -Council Member ,Town of Livonia ,P. O. Box 307,,Livonia,LA,70755,225-637-2981,POINTE COUPEE,"John ""Terry"" Jarreau",P.O. Box 283,,Livonia,LA,70755,225-637-2001,W,M,D,310,12/31/2012,01/01/2009,Mr. Jarreau -Council Member ,Town of Livonia ,P. O. Box 307,,Livonia,LA,70755,225-637-2981,POINTE COUPEE,Barbara A. LeJeune,P. O. Box 282,,Livonia,LA,70755,225-637-2494,W,F,D,310,12/31/2012,01/01/2009,Ms. LeJeune -Council Member ,Town of Livonia ,P. O. Box 307,,Livonia,LA,70755,225-637-2981,POINTE COUPEE,"James ""Rhett"" Pourciau",P. O. Box 311,,Livonia,LA,70755,225-637-2866,W,M,D,310,12/31/2012,01/01/2009,Mr. Pourciau -Council Member ,Village of Morganza ,P. O. Box 66,,Morganza,LA,70759,225-694-3655,POINTE COUPEE,Carmella N. Guedry,P.O. Box 14,,Morganza,LA,70759,225-694-2218,W,F,D,310,12/31/2010,01/01/2007,Ms. Guedry -Council Member ,Village of Morganza ,P. O. Box 66,,Morganza,LA,70759,225-694-3655,POINTE COUPEE,"""Mitch"" Langlois",P.O. Box 312,,Morganza,LA,70759,225-694-2177,W,M,O,310,12/31/2010,01/01/2007,Mr. Langlois -Council Member ,Village of Morganza ,P. O. Box 66,,Morganza,LA,70759,225-694-3655,POINTE COUPEE,Stephanie A. Savoy,P. O. Box 407,,Morganza,LA,70759,225-694-2049,W,F,D,310,12/31/2010,10/14/2008,Ms. Savoy -DPEC Member ,at Large ,,,,LA,,,RAPIDES,"Richard E. ""Dick"" Lee",3204 Robert Dr.,,Pineville,LA,71360,318-473-8769,W,M,D,054,02/20/2012,02/20/2008,Mr. Lee -DPEC Member ,at Large ,,,,LA,,,RAPIDES,Rosia G. Metoyer,910 Papin St.,,Alexandria,LA,71302,318-443-2439,B,F,D,054,02/20/2012,02/20/2008,Ms. Metoyer -DPEC Member ,at Large ,,,,LA,,,RAPIDES,Helen W. Moore,3216 Skyline Dr.,,Pineville,LA,71360,318-448-4464,W,F,D,054,02/20/2012,02/20/2008,Ms. Moore -DPEC Member ,at Large ,,,,LA,,,RAPIDES,"Chris J. Roy, Sr.",2050 Marye St.,,Alexandria,LA,71301,318-443-8027,W,M,D,054,02/20/2012,02/20/2008,Mr. Roy -DPEC Member ,at Large ,,,,LA,,,RAPIDES,Mary L. Wardsworth,3223 Redwood Dr.,,Alexandria,LA,71301,318-448-4036,B,F,D,054,02/20/2012,02/20/2008,Ms. Wardsworth -DPEC Member ,District A ,,,,LA,,,RAPIDES,,,,,,,,,,,056 -DPEC Member ,District B ,,,,LA,,,RAPIDES,Lauren Saucier Hill,5601 Pinekraft Dr.,,Pineville,LA,71360,318-561-2631,W,F,D,056,02/20/2012,02/20/2008,Ms. Hill -DPEC Member ,District C ,,,,LA,,,RAPIDES,,,,,,,,,,,056 -DPEC Member ,District D ,,,,LA,,,RAPIDES,"Theodore Fountaine, III",509 Evangeline Ln.,,Alexandria,LA,71302,318-445-1998,B,M,D,056,02/20/2012,02/20/2008,Mr. Fountaine -DPEC Member ,District E ,,,,LA,,,RAPIDES,,,,,,,,,,,056 -DPEC Member ,District F ,,,,LA,,,RAPIDES,,,,,,,,,,,056 -DPEC Member ,District G ,,,,LA,,,RAPIDES,,,,,,,,,,,056 -DPEC Member ,District H ,,,,LA,,,RAPIDES,,,,,,,,,,,056 -DPEC Member ,District I ,,,,LA,,,RAPIDES,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,RAPIDES,John Bradas,1212 Lancaster Dr.,,Alexandria,LA,71303,318-445-1839,W,M,R,064,02/20/2012,02/20/2008,Mr. Bradas -RPEC Member ,at Large ,,,,LA,,,RAPIDES,Kim P. Knight,810 18th St.,,Alexandria,LA,71301,,,,,064,02/20/2012,02/20/2008,Ms. Knight -RPEC Member ,at Large ,,,,LA,,,RAPIDES,Carolyn F. Ledet,1617 Audubon Dr.,,Alexandria,LA,71301,318-484-2876,W,F,R,064,02/20/2012,02/20/2008,Ms. Ledet -RPEC Member ,at Large ,,,,LA,,,RAPIDES,Edan D. Moran,3210 Parkway Dr.,,Alexandria,LA,71301,318-473-1059,W,M,R,064,02/20/2012,02/20/2008,Mr. Moran -RPEC Member ,at Large ,,,,LA,,,RAPIDES,Wayne E. Ryan,6205 Bradford Dr.,,Alexandria,LA,71303,318-613-2202,W,M,R,064,02/20/2012,02/20/2008,Mr. Ryan -RPEC Member ,District A ,,,,LA,,,RAPIDES,"""Gena"" Gore",8940 Hwy. 71N,,Dry Prong,LA,71423,318-640-3811,W,F,R,066,02/20/2012,02/20/2008,Ms. Gore -RPEC Member ,District B ,,,,LA,,,RAPIDES,Robert C. Anderson,281 Stilley Rd.,,Pineville,LA,71360,,,,,066,02/20/2012,02/20/2008,Mr. Anderson -RPEC Member ,District C ,,,,LA,,,RAPIDES,"George Bennett, Jr.",P.O. Box 417,,Libuse,LA,71348,318-308-7287,W,M,R,066,02/20/2012,02/20/2008,Mr. Bennett -RPEC Member ,District D ,,,,LA,,,RAPIDES,Elizabeth Weber Levy,2022 Polk St.,,Alexandria,LA,71301-6341,318-445-3093,W,F,R,066,02/20/2012,02/20/2008,Ms. Levy -RPEC Member ,District E ,,,,LA,,,RAPIDES,Steve Mahoney,2451 Coulee Crossing,,Woodworth,LA,71485,,,,,066,,08/28/2009,Mr. Mahoney -RPEC Member ,District F ,,,,LA,,,RAPIDES,Cynthia M. Delaney,3911 Pecan Dr.,,Alexandria,LA,71302,,,,,066,02/20/2012,02/20/2008,Ms. Delaney -RPEC Member ,District G ,,,,LA,,,RAPIDES,"""Chuck"" Tosten",4202 Wellington Blvd.,,Alexandria,LA,71303-2828,318-442-1016,W,M,R,066,02/20/2012,02/20/2008,Mr. Tosten -RPEC Member ,District H ,,,,LA,,,RAPIDES,Timothy A. Holloway,5006 Laura St.,,Woodworth,LA,71485,,,,,066,02/20/2012,02/20/2008,Mr. Holloway -RPEC Member ,District I ,,,,LA,,,RAPIDES,Karen Kay Haymon,1809 Bush Ave.,,Alexandria,LA,71301,318-449-1108,W,F,R,066,02/20/2012,02/20/2008,Ms. Haymon -Sheriff ,,P. O. Box 1510,,Alexandria,LA,71309,318-473-6704,RAPIDES,"Charles F. ""Chuck"" Wagner, Jr.",P.O. Box 1510,,Alexandria,LA,71309,318-473-6700,W,M,D,225,06/30/2012,07/01/2008,Sheriff Wagner -Clerk of Court ,,P. O. Box 952,,Alexandria,LA,71309,318-473-8153,RAPIDES,Carolyn Jones Ryland,P. O. Box 952,,Alexandria,LA,71309,318-445-7365,W,F,D,230,06/30/2012,07/01/2008,Ms. Ryland -Assessor ,,P.O. Box 2002,,Alexandria,LA,71309,318-448-8511,RAPIDES,Ralph Gill,430 Belgard Bend,,Boyce,LA,71409,318-793-2666,W,M,D,235,12/31/2012,01/01/2009,Mr. Gill -Coroner ,,P.O. Box 747,,Alexandria,LA,71309,318-473-6831,RAPIDES,"Francis Marion Brian, Jr.",P. O. Box 747,,Alexandria,LA,71309,318-473-6831,W,M,R,240,03/25/2012,03/24/2008,Mr. Brian -Police Juror,District A,P. O. Box 1150,,Alexandria,LA,71309-1150,318-473-6660,RAPIDES,"John ""Buck"" Lincecum",6502 Springhill Rd.,,Ball,LA,71405,318-640-4344,W,M,D,245,01/08/2012,01/14/2008,Mr. Lincecum -Police Juror ,District B ,P. O. Box 1150,,Alexandria,LA,71309-1150,318-473-6660,RAPIDES,"""Joe"" Bishop",205 Greer St.,,Pineville,LA,71360,318-443-5690,W,M,D,245,01/08/2012,01/14/2008,Mr. Bishop -Police Juror ,District C ,P. O. Box 1150,,Alexandria,LA,71309-1150,318-473-6660,RAPIDES,Jamie L. Floyd,32 G. Ryder Rd.,,Deville,LA,71328,318-481-2657,W,M,R,245,01/08/2012,01/14/2008,Mr. Floyd -Police Juror ,District D ,P. O. Box 1150,,Alexandria,LA,71309-1150,318-473-6660,RAPIDES,"Theodore Fountaine, Jr.",509 Evangeline Ln.,,Alexandria,LA,71302,318-445-1998,B,M,D,245,01/08/2012,01/14/2008,Mr. Fountaine -Police Juror ,District E ,P. O. Box 1150,,Alexandria,LA,71309-1150,318-473-6660,RAPIDES,Richard Gerald Vanderlick,400 Gladys Dr.,,Alexandria,LA,71303,318-445-4378,W,M,R,245,01/08/2012,01/14/2008,Mr. Vanderlick -Police Juror ,District F ,P. O. Box 1150,,Alexandria,LA,71309-1150,318-473-6660,RAPIDES,"Oliver ""Ollie"" Overton",3809 Spencer St.,,Alexandria,LA,71302,318-484-3532,B,M,D,245,01/08/2012,10/14/2008,Mr. Overton -Police Juror ,District G ,P. O. Box 1150,,Alexandria,LA,71309-1150,318-473-6660,RAPIDES,"""Steve"" Coco",328 Windermere Blvd.,,Alexandria,LA,71303,318-487-0057,W,M,O,245,01/08/2012,01/14/2008,Mr. Coco -Police Juror ,District H ,P. O. Box 1150,,Alexandria,LA,71309-1150,318-473-6660,RAPIDES,Richard W. Billings,P.O. BOX 1150,,Alexandria,LA,71309-1150,318-748-4345,W,M,R,245,01/08/2012,01/14/2008,Mr. Billings -Police Juror ,District I ,P. O. Box 1150,,Alexandria,LA,71309-1150,318-473-6660,RAPIDES,"Scott Perry, Jr.",4324 England Dr.,,Alexandria,LA,71303,318-443-3630,B,M,D,245,01/08/2012,01/14/2008,Mr. Perry -City Judge ,"City Court, City of Alexandria ",P.O. Box 30,,Alexandria,LA,71309,318-449-5151,RAPIDES,"Richard E. Starling, Jr.",6206 Coty Dr.,,Alexandria,LA,71303,318-448-2469,W,M,D,250,12/31/2014,01/01/2009,Judge Starling -City Judge ,"City Court, City of Pineville ",P. O. Box 3671,,Pineville,LA,71361,318-449-5656,RAPIDES,Phillip Terrell,200 Northwood Dr.,,Pineville,LA,71360,318-641-8833,W,M,D,250,12/31/2014,01/01/2009,Judge Terrell -City Marshal ,"City Court, City of Alexandria ",P.O. Box 30,,Alexandria,LA,71309,318-449-5149,RAPIDES,James Byrd,5105 Robinson Dr.,,Alexandria,LA,71301,318-442-9986,B,M,D,250,12/31/2014,01/01/2009,Marshal Byrd -City Marshal ,"City Court, City of Pineville ",P.O. Box 3671,,Pineville,LA,71361,318-449-5657,RAPIDES,Larry W. Jeane,175 Northwood Dr.,,Pineville,LA,71360,318-641-0498,W,M,R,250,12/31/2014,01/01/2009,Marshal Jean -Member of School Board ,District A ,P. O. Box 1230,,Alexandria,LA,71309-1230,318-487-0888,RAPIDES,"Wilton Barrios, Jr.",P.O. Box 655,,Tioga,LA,71477,318-640-4274,W,M,R,255,12/31/2010,01/01/2007,Mr. Barrios -Member of School Board ,District B ,P. O. Box 1230,,Alexandria,LA,71309-1230,318-487-0888,RAPIDES,Steve Berry,110 Myrtlewood Dr.,,Pineville,LA,71360,318-448-8300,W,M,R,255,12/31/2010,01/01/2007,Mr. Berry -Member of School Board ,District C ,P. O. Box 1230,,Alexandria,LA,71309-1230,318-487-0888,RAPIDES,"""E. L."" Paulk",6750 Dogwood Dr.,,Pineville,LA,71360,318-466-3139,W,M,D,255,12/31/2010,01/01/2007,Mr. Paulk -Member of School Board ,District D ,P. O. Box 1230,,Alexandria,LA,71309-1230,318-487-0888,RAPIDES,Janet H. Dixon,2701 3rd St.,,Alexandria,LA,71302,318-709-1423,B,F,D,255,12/31/2010,10/14/2008,Ms. Dixon -Member of School Board ,District E ,P. O. Box 1230,,Alexandria,LA,71309-1230,318-487-0888,RAPIDES,Stephen Chapman,1135 Lake Dr.,,Woodworth,LA,71485,318-448-4382,W,M,R,255,12/31/2010,01/01/2007,Mr. Chapman -Member of School Board ,District F ,P. O. Box 1230,,Alexandria,LA,71309-1230,318-487-0888,RAPIDES,"John E. Allen, Jr.",1610 Van St.,,Alexandria,LA,71301,318-442-1036,B,M,D,255,12/31/2010,01/01/2007,Mr. Allen -Member of School Board ,District G ,P. O. Box 1230,,Alexandria,LA,71309-1230,318-487-0888,RAPIDES,Paul Dauzat,1220 Windsor Place,,Alexandria,LA,71301,318-443-3977,W,M,R,255,12/31/2010,01/01/2007,Mr. Dauzat -Member of School Board ,District H ,P. O. Box 1230,,Alexandria,LA,71309-1230,318-487-0888,RAPIDES,"""Al"" Davis",P.O. Box 137,,Elmer,LA,71424,318-659-4226,W,M,D,255,12/31/2010,01/01/2007,Mr. Davis -Member of School Board ,District I ,P. O. Box 1230,,Alexandria,LA,71309-1230,318-487-0888,RAPIDES,"""Pam"" Webb",1420 S. City Park,,Alexandria,LA,71301,318-443-1457,W,F,R,255,12/31/2010,01/01/2007,Ms. Webb -Justice of the Peace ,Justice of the Peace Ward 2 ,516 River Rd.,,Alexandria,LA,71302,318-563-4452,RAPIDES,"""Mike"" Herrin",699 Hwy. 457,,Lecompte,LA,71346,318-776-6469,W,M,D,265,12/31/2014,01/01/2009,Mr. Herrin -Justice of the Peace ,"Justice of the Peace Ward 3, 1st Just. Court",P.O. Box 45,,Cheneyville,LA,71325,318-279-2272,RAPIDES,Edward M. Beaver,P.O. Box 106,,Cheneyville,LA,71325,318-279-2415,W,M,R,265,12/31/2014,01/01/2009,Mr. Beaver -Justice of the Peace ,"Justice of the Peace Ward 3, 2nd Just. Court",,,,LA,,,RAPIDES,Kermit Bowman,P.O. Box 766,,Lecompte,LA,71346,318-776-5328,W,M,D,265,12/31/2014,01/01/2009,Mr. Bowman -Justice of the Peace ,"Justice of the Peace Ward 4, 1st Just. Court",P.O. Box 68,,Forest Hill,LA,71430,318-748-6784,RAPIDES,"""John"" Ethridge",P.O. Box 68,,Forest Hill,LA,71430,318-748-6784,W,M,D,265,12/31/2014,01/01/2009,Mr. Ethridge -Justice of the Peace ,"Justice of the Peace Ward 4, 2nd Just. Court",P.O.Box 277,,Glenmora,LA,71433,318-748-4582,RAPIDES,"Paula Brady, ",P.O. Box 277,,Glenmora,LA,71433,318-748-4582,W,F,D,265,12/31/2014,01/01/2009,Ms. Brady -Justice of the Peace ,"Justice of the Peace Ward 5, 1st Just. Court",157 Dixie Church Rd.,,Sieper,LA,71472,318-793-4815,RAPIDES,Carolyn N. Holt,157 Dixie Church Rd.,,Sieper,LA,71472,318-793-4815,W,,D,265,12/31/2014,01/01/2009,Ms. Holt -Justice of the Peace ,"Justice of the Peace Ward 5, 2nd Just. Court",36 Ed Miller Rd.,,Elmer,LA,71424,318-659-4357,RAPIDES,Margaruette H. Beard,36 Ed Miller Rd.,,Elmer,LA,71424,318-659-4357,W,F,D,265,12/31/2014,01/01/2009,Ms. Beard -Justice of the Peace ,Justice of the Peace Ward 6 ,93 Humble Church Rd.,,Glenmora,LA,71433,318-634-7425,RAPIDES,Darrell Rodriguez,93 Humble Church Rd.,,Glenmora,LA,71433,318-634-7425,W,M,D,265,12/31/2014,01/01/2009,Mr. Rodriguez -Justice of the Peace ,"Justice of the Peace Ward 7, 1st Just. Court",890 Hwy 8,,Lena,LA,71447,318-793-2586,RAPIDES,Raymond E. Cupples,890 Hwy. 8,,Lena,LA,71447,318-793-2586,,,O,265,12/31/2014,01/01/2009,Mr. Cupples -Justice of the Peace ,"Justice of the Peace Ward 7, 2nd Just. Court",4990 Hot Wells Rd.,,Boyce,LA,71409,318-793-9912,RAPIDES,Joe Keith Nichols,5230 Hwy. 121,,Boyce,LA,71409,318-793-8889,W,M,R,265,12/31/2014,01/01/2009,Mr. Nichols -Justice of the Peace ,Justice of the Peace Ward 8 ,536 N Bayou Rapides,,Alexandria,LA,71303,318-487-2077,RAPIDES,"Jennifer ""Jenni"" Peterman",536 N. Bayou Rapides Rd.,,Alexandria,LA,71303,318-487-2077,W,F,R,265,12/31/2014,01/01/2009 -Justice of the Peace ,Justice of the Peace Ward 10 ,6502 Springhill Rd.,,Pineville,LA,71360,318-640-4344,RAPIDES,Edwin Bonial,4221 Aspen Ct.,,Pineville,LA,71360,318-640-5073,W,M,R,265,12/31/2014,01/01/2009,Mr. Bonial -Justice of the Peace ,Justice of the Peace Ward 11 ,1006 Windy Dr.,,Pineville,LA,71360,318-473-9216,RAPIDES,"""Artie"" Cole",1006 Windy Dr.,,Pineville,LA,71360,318-473-9216,W,M,,265,12/31/2014,01/01/2009,Mr. Cole -Constable ,Justice of the Peace Ward 2 ,P.O. Box 189,,Woodworth,LA,71485,318-487-8548,RAPIDES,Charles R. Butler,P.O. Box 189,,Woodworth,LA,71485,318-487-8548,,,D,267,12/31/2014,01/01/2009,Mr. Butler -Constable ,"Justice of the Peace Ward 3, 1st Just. Court",179 Munson Rd.,,Cheneyville,LA,71325,318-279-2103,RAPIDES,John Buddie Guillory,177 Munson Rd.,,Cheneyville,LA,71325,318-481-8193,W,M,D,267,12/31/2014,01/01/2009,Mr. Guillory -Constable ,"Justice of the Peace Ward 3, 2nd Just. Court",P.O. Box 878,,Lecompte,LA,71346,318-776-0533,RAPIDES,Frank J. Spears,P.O. Box 878,,Lecompte,LA,71346,318-776-9960,W,M,D,267,12/31/2014,01/01/2009,Mr. Spears -Constable ,"Justice of the Peace Ward 4, 1st Just. Court",P.O. Box 308,,Forest Hill,LA,71430,318-748-6422,RAPIDES,"""Rob"" Hewitt",210 Butter Cemetary Rd.,,Forest Hill,LA,71430,318-451-9165,W,M,D,267,12/31/2014,10/27/2009,Mr. Hewitt -Constable ,"Justice of the Peace Ward 4, 2nd Just. Court",P.O. Box 1032,,Glenmore,LA,71433,318-748-4065,RAPIDES,"Matt A. Martin, III",P. O. Box 603,,Glenmora,LA,71433,318-792-5884,W,M,D,267,12/31/2014,10/27/2009,Mr. Martin -Constable ,"Justice of the Peace Ward 5, 1st Just. Court",410 Ian Johnson Rd.,,Sieper,LA,71472,318-793-8977,RAPIDES,Clyde W. George,410 Ian Johnson Rd.,,Sieper,LA,71472,318-793-8977,W,M,D,267,12/31/2014,01/01/2009,Mr. George -Constable ,"Justice of the Peace Ward 5, 2nd Just. Court",8444 Twin Bridges Rd.,,Elmer,LA,71424,318-659-4585,RAPIDES,Hershel Williamson,6382 Hwy. 112,,Glenmora,LA,71433,318-659-4987,,,D,267,12/31/2014,01/01/2009,Mr. Williamson -Constable ,Justice of the Peace Ward 6 ,117 Chester MC Rd.,,Pitkin,LA,70656,318-634-7184,RAPIDES,"""L. C."" Coker",117 Chester Mc Rd.,,Pitkin,LA,70656,318-634-7184,W,M,D,267,12/31/2014,01/01/2009,Mr. Coker -Constable ,"Justice of the Peace Ward 7, 1st Just. Court",1677 Lena-Flatwoods Rd.,,Lena,LA,71447,318-793-2996,RAPIDES,"Robert ""R.K."" Beebe",P.O. Box 311,,Boyce,LA,71409-0311 ,318-793-2996,W,M,D,267,12/31/2014,01/01/2009,Mr. Beebe -Constable ,"Justice of the Peace Ward 7, 2nd Just. Crt. ",335 Red Store Hill Rd.,,Boyce,LA,71409,318-793-2552,RAPIDES,Jason T. Beebe,15 Knight Rd.,,Lena,LA,71447,318-793-9358,W,M,O,267,12/31/2014,01/01/2009,Mr. Beebe -Constable ,Justice of the Peace Ward 8 ,8822 Hwy. 28 W.,,Alexandria,LA,71303,318-449-8509,RAPIDES,Vernon G. Mathews,8822 Hwy. 28 West,,Alexandria,LA,71303,318-449-8509,,,D,267,12/31/2014,01/01/2009,Mr. Mathews -Constable ,Justice of the Peace Ward 10 ,6502 Springhill Rd.,,Pineville,LA,71360,318-640-4344,RAPIDES,James E. Deslatte,1225 Oriole Ln.,,Ball,LA,71405,318-640-9265,W,M,D,267,12/31/2014,01/01/2009,Mr. Deslatte -Constable ,Justice of the Peace Ward 11 ,P.O. Box 493,,Deville,LA,71328,318-466-3542,RAPIDES,Hayden A. Paul,110 Reed Lawrence Rd.,,Deville,LA,71328,318-446-2241,W,M,D,267,12/31/2014,01/01/2009,Mr. Paul -Mayor ,City of Alexandria ,P. O. Box 71,,Alexandria,LA,,318-449-5047,RAPIDES,Jacques M. Roy,715 Kimball Ave.,,Alexandria,LA,71301,318-442-1622,W,M,D,300,12/06/2010,12/04/2006,Mayor Roy -Mayor ,City of Pineville ,P. O. Box 3820,,Pineville,LA,,318-449-5658,RAPIDES,Clarence R. Fields,103 North Bend,,Pineville,LA,71360,318-443-8429,B,M,D,300,06/30/2010,07/01/2006,Mayor Fields -Mayor ,City of Pineville ,P. O. Box 3820,,Pineville,LA,,318-449-5658,RAPIDES,"Clarence R. Fields, ",103 N. Bend Dr.,,Pineville,LA,71360,318-487-9429,B,M,D,300 -Mayor ,Town of Ball ,P. O. Box 800,,Ball,LA,,318-640-9604,RAPIDES,Roy Hebron,152 Dryden Ln.,,Ball,LA,71405,318-640-4697,W,M,D,300,12/31/2010,01/01/2007,Mayor Hebron -Mayor ,Town of Boyce ,P. O. Box 146,,Boyce,LA,,318-793-2175,RAPIDES,Donald W. Welch,P.O. Box 726,,Boyce,LA,71409,318-793-4342,W,M,D,300,12/31/2010,04/10/2007,Mayor Welch -Mayor ,Town of Cheneyville ,P. O. Box 322,,Cheneyville,LA,,318-279-2155,RAPIDES,"Reginald ""Reggie"" Allen",P.O. Box 471,,Cheneyville,LA,71325,318-359-2847,B,M,D,300,06/30/2013,07/01/2009,Mayor Allen -Mayor ,Town of Glenmora ,P. O. Box 265,,Glenmora,LA,,318-748-4885,RAPIDES,"Joe ""Coach"" Rivers",1633 7th Ave.,,Glenmora,LA,71433,318-748-6350,W,M,D,300,12/31/2010,01/01/2007,Mr. Rivers -Mayor ,Town of Lecompte ,P. O. Box 649,,Lecompte,LA,,318-776-5488,RAPIDES,"Gregory ""Greg"" Clark",P.O. Box 986,,Lecompte,LA,71346,318-776-5709,B,M,D,300,12/31/2010,05/15/2007,Mayor Clark -Mayor ,Town of Woodworth ,P.O. Box 228,,Woodworth,LA,,318-442-1198,RAPIDES,"David C. Butler, II",767 Robinson Bridge Rd.,,Woodworth,LA,71485,318-442-0659,W,M,R,300,12/31/2010,01/01/2007,Mayor Butler -Mayor ,Village of Forest Hill ,P. O. Box 309,,Forest Hill,LA,,318-748-6300,RAPIDES,Marcia F. Young,P.O. Box 126,,Forest Hill,LA,71430,318-748-6810,W,F,R,300,12/31/2010,01/01/2007,Mr. Young -Mayor ,Village of McNary ,P. O. Box 1197,,McNary,LA,,318-748-8264,RAPIDES,"Don Parker, II",P.O. Box 194,,McNary,LA,71433,318-748-6022,W,M,D,300,12/31/2010,01/01/2007,Mr. Parker -Chief of Police ,Town of Ball ,P. O. Box 800,,Ball,LA,71405,318-640-9604,RAPIDES,Jay L. Barber,42 Hammack Ln.,,Ball,LA,71405,318-640-1692,W,M,D,305,12/31/2010,07/21/2008,Chief Barber -Chief of Police ,Town of Boyce ,P. O. Box 146,,Boyce,LA,71409,318-793-2175,RAPIDES,Elvin Lee Wren,P.O. Box 606,,Boyce,LA,71409,318-447-0773,W,M,,305,12/31/2010,04/14/2009,Mr. wren -Chief of Police ,Town of Glenmora ,P. O. Box 265,,Glenmora,LA,71433,318-748-4885,RAPIDES,Bennie L. Coker,P.O. Box 1171,,Glenmora,LA,71433,318-748-4381,W,M,D,305,12/31/2010,01/01/2007,Mr. Coker -Chief of Police ,Village of Forest Hill ,P. O. Box 309,,Forest Hill,LA,71430,318-748-6300,RAPIDES,"Garland ""Bear"" Carroll",2133 10th St.,,Forest Hill,LA,71430,318-748-6422,W,M,,305,12/31/2010,01/01/2007,Mr. Carroll -Councilman at Large ,City of Alexandria ,P. O. Box 71,,Alexandria,LA,71309,318-449-5047,RAPIDES,Roosevelt L. Johnson,5714 Samuel St.,,Alexandria,LA,71302,318-448-3177,,,D,308,12/03/2012,12/01/2008,Mr. Johnson -Councilman at Large ,City of Alexandria ,P. O. Box 71,,Alexandria,LA,71309,318-449-5047,RAPIDES,Myron K. Lawson,6417 Taylor Oaks Ln.,,Alexandria,LA,71301,318-443-8913,B,M,D,308,12/06/2010,12/04/2006,Mr. Lawson -Alderman ,"Seat A, Town of Ball ",P. O. Box 800,,Ball,LA,71405,318-640-9604,RAPIDES,"Curtis ""Buster"" Robertson",420 Shanghai Rd.,,Ball,LA,71405,318-640-2846,W,M,R,310,12/31/2010,01/01/2007,Mr. Robertson -Alderman ,"Seat B, Town of Ball ",P. O. Box 800,,Ball,LA,71405,318-640-9604,RAPIDES,Willie Bishop,P.O. Box 463,,Ball,LA,71405,318-640-3357,W,F,D,310,12/31/2010,01/01/2007,Mr. Bishop -Alderman ,"Seat C, Town of Ball ",P. O. Box 800,,Ball,LA,71405,318-640-9604,RAPIDES,Jerry Giddings,P.O. Box 604,,Ball,LA,71405,318-640-1531,W,M,D,310,12/31/2010,01/01/2007,Mr. Giddings -Alderman ,"Seat D, Town of Ball ",P. O. Box 800,,Ball,LA,71405,318-640-9604,RAPIDES,Bryan Adams,506 Huckleberry Trace,,Ball,LA,71405,318-640-4429,W,M,D,310,12/31/2010,01/01/2007,Mr. Admas -Alderman ,"Seat E, Town of Ball ",P. O. Box 800,,Ball,LA,71405,318-640-9604,RAPIDES,"""Genny"" Poteet",6920 Monroe Hwy.,,Ball,LA,71405,318-640-8967,W,F,D,310,12/31/2010,01/01/2007,Ms. Poteet -Alderman ,Town of Boyce ,P. O. Box 146,,Boyce,LA,71409,318-793-2175,RAPIDES,"""E.C."" Bobb",P.O. Box 733,,Boyce,LA,71409,318-793-2699,B,M,D,310,12/31/2010,01/01/2007,Mr. Bobb -Alderman ,Town of Boyce ,P. O. Box 146,,Boyce,LA,71409,318-793-2175,RAPIDES,"""Randy"" Bond",P.O. Box 436,,Boyce,LA,71409,318-793-8857,W,M,D,310,12/31/2010,01/01/2007,Mr. Bond -Alderman ,Town of Boyce ,P. O. Box 146,,Boyce,LA,71409,318-793-2175,RAPIDES,Vivian R. Brossett,P.O. Box 358,,Boyce,LA,71409,318-793-5576,W,F,D,310,12/31/2010,01/01/2007,Mr. Brossett -Alderman ,Town of Boyce ,P. O. Box 146,,Boyce,LA,71409,318-793-2175,RAPIDES,Cathy D. Fisher,P.O. Box 801,,Boyce,LA,71409,318-793-9924,W,F,D,310,12/31/2010,01/01/2007,Ms. Fisher -Alderman ,Town of Boyce ,P. O. Box 146,,Boyce,LA,71409,318-793-2175,RAPIDES,Alma Scott Moore,P.O. Box 412,,Boyce,LA,71409,318-793-9106,B,F,D,310,12/31/2010,01/01/2007,Mr. Moore -Alderman ,Town of Cheneyville ,P. O. Box 322,,Cheneyville,LA,71325,318-279-2155,RAPIDES,Charles Wesley Allen,P.O. Box 492,,Cheneyville,LA,71325,318-279-2618,,,D,310,06/30/2013,07/01/2009,Mr. Allen -Alderman ,Town of Cheneyville ,P. O. Box 322,,Cheneyville,LA,71325,318-279-2155,RAPIDES,"""Mickey"" Allen",P.O. Box 24,,Cheneyville,LA,71325,318-201-5516,W,M,R,310,06/30/2013,07/01/2009,Mr. Allen -Alderman ,Town of Cheneyville ,P. O. Box 322,,Cheneyville,LA,71325,318-279-2155,RAPIDES,Charles L. Collins,P.O. Box 27,,Cheneyville,LA,71325,318-279-2422,B,M,R,310,06/30/2013,07/01/2009,Mr. Collins -Alderman ,Town of Cheneyville ,P. O. Box 322,,Cheneyville,LA,71325,318-279-2155,RAPIDES,Ollie Crittle,P.O. Box 113,,Cheneyville,LA,71325,318-279-2408,,,D,310,06/30/2013,07/01/2009,Mr. Crittle -Alderman ,Town of Cheneyville ,P. O. Box 322,,Cheneyville,LA,71325,318-279-2155,RAPIDES,Derrick Johnson,502 Klock St.,,Cheneyville,LA,71325,318-229-8947,B,M,D,310,06/30/2013,07/01/2009,Mr. Johnson -Alderman ,Town of Glenmora ,P. O. Box 265,,Glenmora,LA,71433,318-748-4885,RAPIDES,Malcolm L. English,P.O. Box 1693,,Glenmora,LA,71433,318-748-8264,W,M,D,310,12/31/2010,01/01/2007,Mr. English -Alderman ,Town of Glenmora ,P. O. Box 265,,Glenmora,LA,71433,318-748-4885,RAPIDES,Willie E. Moore,P.O. Box 149,,Glenmora,LA,71433,318-748-8490,B,M,D,310,12/31/2010,01/01/2007,Mr. Moore -Alderman ,Town of Glenmora ,P. O. Box 265,,Glenmora,LA,71433,318-748-4885,RAPIDES,Clyde Myers,P.O. Box 963,,Glenmora,LA,71433,318-748-4520,W,M,,310,12/31/2010,01/01/2007,Mr. Myers -Alderman ,Town of Glenmora ,P. O. Box 265,,Glenmora,LA,71433,318-748-4885,RAPIDES,"Howard Shaw, Jr.",P.O. Box 1048,,Glenmora,LA,71433,318-748-8814,B,M,D,310,12/31/2010,08/24/2009,Mr. Shaw -Alderman ,Town of Glenmora ,P. O. Box 265,,Glenmora,LA,71433,318-748-4885,RAPIDES,Mark Snyder,P.O. Box 852,,Glenmora,LA,71433,318-748-7919,W,M,R,310,12/31/2010,01/01/2007,Mr. Snyder -Alderman ,Town of Lecompte ,P. O. Box 649,,Lecompte,LA,71346,318-776-5488,RAPIDES,Virginia L. Bailey,P.O. Box 832,,Lecompte,LA,71346,318-776-9561,,,D,310,12/31/2010,01/01/2007,Ms. Bailey -Alderman ,Town of Lecompte ,P. O. Box 649,,Lecompte,LA,71346,318-776-5488,RAPIDES,Debbie Charlene Davis,P.O. Box 787,,Lecompte,LA,71346,318-776-5473,B,F,D,310,12/31/2010,01/01/2007,Ms. Davis -Alderman ,Town of Lecompte ,P. O. Box 649,,Lecompte,LA,71346,318-776-5488,RAPIDES,Melford Jones,P.O. Box 1007,,Lecompte,LA,71346,318-776-5038,,,D,310,12/31/2010,01/01/2007,Mr. Jones -Alderman ,Town of Lecompte ,P. O. Box 649,,Lecompte,LA,71346,318-776-5488,RAPIDES,Leroy Kirk,P.O. Box 404,,Lecompte,LA,71346,318-776-5184,B,M,D,310,12/31/2010,01/01/2007,Mr. Kirk -Alderman ,Town of Lecompte ,P. O. Box 649,,Lecompte,LA,71346,318-776-5488,RAPIDES,"""Teena"" Satcher",29 Hwy. 457,,Lecompte,LA,71346,318-776-5157,W,F,D,310,12/31/2010,01/01/2007,Ms. Satcher -Alderman ,Village of Forest Hill ,P. O. Box 309,,Forest Hill,LA,71430,318-748-6300,RAPIDES,Glenda Droddy Bordelon,116 Butter Cemetery Rd.,,Forest Hill,LA,71430,318-664-6807,W,F,D,310,12/31/2010,01/01/2007,Ms. Bordelon -Alderman ,Village of Forest Hill ,P. O. Box 309,,Forest Hill,LA,71430,318-748-6300,RAPIDES,Anna Cloud,P.O. Box 215,,Forest Hill,LA,71430,318-748-6696,W,F,D,310,12/31/2010,01/01/2007,Ms. Cloud -Alderman ,Village of Forest Hill ,P. O. Box 309,,Forest Hill,LA,71430,318-748-6300,RAPIDES,"Samuel O. ""Sam"" Echols",140 Earl Linzay Rd.,,Forest Hill,LA,71430,318-748-7380,W,M,R,310,12/31/2010,01/01/2007,Mr. Echols -Alderman ,Village of McNary ,P. O. Box 1197,,McNary,LA,71433,318-748-8264,RAPIDES,Barbara Billings,P.O. Box 984,,McNary,LA,71433,318-748-4045,W,F,D,310,12/31/2010,01/01/2007,Ms. Billings -Alderman ,Village of McNary ,P. O. Box 1197,,McNary,LA,71433,318-748-8264,RAPIDES,Billy E. Billings,P.O. Box 1103,,Glenmora,LA,71433,318-748-4679,W,M,D,310,12/31/2010,01/01/2007,Mr. Billings -Alderman ,Village of McNary ,P. O. Box 1197,,McNary,LA,71433,318-748-8264,RAPIDES,Billy Brian Goree,1521 5th Ave.,,Glenmora,LA,71433,318-447-7143,W,M,R,310,12/31/2010,01/01/2007,Mr. Goree -Council Member ,"District 1, City of Pineville ",P. O. Box 3820,,Pineville,LA,71361,318-449-5658,RAPIDES,Mary Bishop Galloway,400 Main St.,,Pineville,LA,71360,318-443-9786,W,F,D,310,06/30/2010,10/14/2008,Ms. Galloway -Council Member ,"District 1, City of Pineville ",P. O. Box 3820,,Pineville,LA,71361,318-449-5658,RAPIDES,"Mary Bishop Galloway, ",400 Main St.,,Pineville,LA,71360,318-443-9786,W,F,D,310 -Council Member ,"District 2, City of Pineville ",P. O. Box 3820,,Pineville,LA,71361,318-449-5658,RAPIDES,Kevin Dorn,116 Gordon St.,,Pineville,LA,71360,318-442-7853,B,M,D,310,06/30/2010,07/01/2006,Mr. Dorn -Council Member ,"District 3, City of Pineville ",P. O. Box 3820,,Pineville,LA,71361,318-449-5658,RAPIDES,Carol Jeukens VanMol,1813 Jewell St.,,Pineville,LA,71360,318-445-3352,W,F,R,310,06/30/2010,07/01/2006,Ms. VanMol -Council Member ,"District 3, City of Pineville ",P. O. Box 3820,,Pineville,LA,71361,318-449-5658,RAPIDES,"Carol Jeukens VanMol, ",1813 Jewell St.,,Pineville,LA,71360,318-445-3352,W,F,R,310 -Council Member ,"District 4, City of Pineville ",P. O. Box 3820,,Pineville,LA,71361,318-449-5658,RAPIDES,"Thomas ""Tom"" Bouchie",216 Iris Ln.,,Pineville,LA,71360,318-640-3009,W,M,R,310,06/30/2010,07/01/2006,Mr. Bouchie -Council Member ,"District 4, City of Pineville ",P. O. Box 3820,,Pineville,LA,71361,318-449-5658,RAPIDES,"Thomas ""Tom"" Bouchie, ",216 Iris Ln.,,Pineville,LA,71360,318-640-3009,W,M,R,310 -Council Member ,"District 5, City of Pineville ",P. O. Box 3820,,Pineville,LA,71361,318-449-5658,RAPIDES,Nathan Martin,107 Valley Dr.,,Pineville,LA,71360,318-641-0987,W,M,R,310,06/30/2010,07/01/2006,Mr. Martin -Council Member ,"District 5, City of Pineville ",P. O. Box 3820,,Pineville,LA,71361,318-449-5658,RAPIDES,"Nathan Martin, ",107 Valley Dr.,,Pineville,LA,71360,318-641-0987,W,M,N,310 -Council Member ,Town of Woodworth ,P.O. Box 228,,Woodworth,LA,71485,318-442-1198,RAPIDES,Richard A. Butler,778 Robinson Bridge Rd.,,Woodworth,LA,71485,318-487-8505,W,M,D,310,12/31/2010,01/01/2007,Mr. Butler -Council Member ,Town of Woodworth ,P.O. Box 228,,Woodworth,LA,71485,318-442-1198,RAPIDES,Jimmie S. Cranford,839 Robinson Bridge Rd.,,Woodworth,LA,71485,318-443-8013,W,M,R,310,12/31/2010,01/01/2007,Mr. Cranford -Council Member ,Town of Woodworth ,P.O. Box 228,,Woodworth,LA,71485,318-442-1198,RAPIDES,Michael Doiron,9224 Hwy. 165-S,,Woodworth,LA,71485,318-443-7151,W,M,R,310,12/31/2010,01/01/2007,Mr. Doiron -Council Member ,Town of Woodworth ,P.O. Box 228,,Woodworth,LA,71485,318-442-1198,RAPIDES,Gail B. Dunn,9268 Hwy. 165 S.,,Woodworth,LA,71485,318-443-0044,W,F,D,310,12/31/2010,01/01/2007,Ms. Dunn -Council Member ,Town of Woodworth ,P.O. Box 228,,Woodworth,LA,71485,318-442-1198,RAPIDES,"Charles ""Chuck"" Reich",100 Drummond Ln.,,Woodworth,LA,71485,318-473-9677,W,M,R,310,12/31/2010,01/01/2007,Mr. Reich -Councilman ,"District 1, City of Alexandria ",P. O. Box 71,,Alexandria,LA,71309,318-449-5047,RAPIDES,"Edward Larvadain, III",P.O. Box 47,,Alexandria,LA,71309-0047 ,318-484-9907,,M,D,310,12/03/2012,12/01/2008,Mr. Larvadain -Councilman ,"District 2, City of Alexandria ",P. O. Box 71,,Alexandria,LA,71309,318-449-5047,RAPIDES,Everett C. Hobbs,3911 Lisa St.,,Alexandria,LA,71302,318-445-3966,B,M,D,310,12/06/2010,12/04/2006,Mr. Hobbs -Councilman ,"District 3, City of Alexandria ",P. O. Box 71,,Alexandria,LA,71309,318-449-5047,RAPIDES,Jonathan D. Goins,P.O. Box 24,,Alexandria,LA,71309,318-393-3388,B,M,D,310,12/03/2012,12/01/2008,Mr. Goins -Councilman ,"District 4, City of Alexandria ",P. O. Box 71,,Alexandria,LA,71309,318-449-5047,RAPIDES,Harry B. Silver,3117 Marye St.,,Alexandria,LA,71301,318-443-1624,W,M,R,310,12/06/2010,12/04/2006,Mr. Silver -Councilman ,"District 5, City of Alexandria ",P. O. Box 71,,Alexandria,LA,71309,318-449-5047,RAPIDES,"""Chuck"" Fowler",4400 Wendover Blvd.,,Alexandria,LA,71303,318-448-3157,W,M,R,310,12/03/2012,12/01/2008,Mr. Fowler -DPEC Member ,at Large ,,,,LA,,,RED RIVER,,,,,,,,,,,054 -DPEC Member ,District 1 ,,,,LA,,,RED RIVER,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,RED RIVER,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,RED RIVER,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,RED RIVER,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,RED RIVER,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,RED RIVER,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,RED RIVER,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,RED RIVER,,,,,,,,,,,064 -RPEC Member ,District 1 ,,,,LA,,,RED RIVER,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,RED RIVER,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,RED RIVER,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,RED RIVER,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,RED RIVER,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,RED RIVER,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,RED RIVER,,,,,,,,,,,066 -Sheriff ,,P. O. Box 375,,Coushatta,LA,71019,318-932-4221,RED RIVER,Johnny Ray Norman,P.O. Box 375,,Coushatta,LA,71019,318-932-6388,W,M,D,225,06/30/2012,07/01/2008,Sheriff Norman -Clerk of Court ,,P. O. Box 485,,Coushatta,LA,71019-0485 ,318-932-6741,RED RIVER,Stuart Shaw,P.O. Box 485,,Coushatta,LA,71019-0485 ,318-932-4171,W,M,D,230,06/30/2012,07/01/2008,Mr. Shaw -Assessor ,,P.O. Box 509,,Coushatta,LA,71019,318-932-4922,RED RIVER,"""Becky"" Craig",P.O. Box 25,,Coushatta,LA,71019,318-932-5626,W,F,D,235,12/31/2012,01/01/2009,Ms. Craig -Coroner ,,P.O. Box 152,,Coushatta,LA,71019,318-932-6903,RED RIVER,Wyche Coleman,Rt. 5 Box 13215,,Coushatta,LA,71019,318-932-9980,W,M,D,240,03/25/2012,03/24/2008,Mr. Coleman -Police Juror,District 1,P.O. Drawer 709,,Coushatta,LA,71019,318-932-5719,RED RIVER,William Brown,"Rt. 3, Box 297",,Coushatta,LA,71019,318-932-3675,W,M,D,245,01/08/2012,01/14/2008,Mr. Brown -Police Juror ,District 2 ,P.O. Drawer 709,,Coushatta,LA,71019,318-932-5719,RED RIVER,Reggie Green,"Rt. 2, Box 299",,Coushatta,LA,71019,318-932-6901,W,M,D,245,01/08/2012,01/14/2008,Mr. Green -Police Juror ,District 3 ,P.O. Drawer 709,,Coushatta,LA,71019,318-932-5719,RED RIVER,Billy Gay,"Rt. 1, Box 234B",,Coushatta,LA,71019,318-932-4729,W,M,D,245,01/08/2012,01/14/2008,Mr. Gay -Police Juror ,District 4 ,P.O. Drawer 709,,Coushatta,LA,71019,318-932-5719,RED RIVER,Jessie Davis,"Rt. 1, Box 355",,Shreveport,LA,71115,318-797-0827,B,M,D,245,01/08/2012,01/14/2008,Mr. Davis -Police Juror ,District 5 ,P.O. Drawer 709,,Coushatta,LA,71019,318-932-5719,RED RIVER,"John ""June Bug"" Moore","Rt. 4, Box 196",,Coushatta,LA,71019,318-932-6126,B,M,D,245,01/08/2012,01/14/2008,Mr. Moore -Police Juror ,District 6 ,P.O. Drawer 709,,Coushatta,LA,71019,318-932-5719,RED RIVER,"""Ben"" Taylor",P.O. Box 1027,,Coushatta,LA,71019,318-932-7162,B,M,D,245,01/08/2012,01/14/2008,Mr. Taylor -Police Juror ,District 7 ,P.O. Drawer 709,,Coushatta,LA,71019,318-932-5719,RED RIVER,Sammy Sledge,"Rt. 5, Box 119",,Coushatta,LA,71019,318-932-6212,W,M,D,245,01/08/2012,01/14/2008,Mr. Sledge -Member of School Board ,District 1 ,P. O. Box 1369,,Coushatta,LA,,318-932-4081,RED RIVER,Gene Longino,"Rt. 3, Box 316",,Coushatta,LA,71019,318-932-3297,W,M,D,255,12/31/2010,01/01/2007,Mr. Longino -Member of School Board ,District 2 ,P. O. Box 1369,,Coushatta,LA,71019,318-932-4081,RED RIVER,"""Ricky"" Cannon",P.O. Box 1269,,Coushatta,LA,71019,318-932-5451,W,M,D,255,12/31/2010,01/01/2007,Mr. Cannon -Member of School Board ,District 3 ,P. O. Box 1369,,Coushatta,LA,71019,318-932-4081,RED RIVER,Karen S. Womack,"Rt. 3, Box 529",,Ringgold,LA,71068,318-932-5832,W,F,R,255,12/31/2010,01/01/2007,Ms. Womack -Member of School Board ,District 4 ,P. O. Box 1369,,Coushatta,LA,71019,318-932-4081,RED RIVER,Cleve Miller,P.O. Box 1097,,Coushatta,LA,71019,318-932-5163,B,M,D,255,12/31/2010,01/01/2007,Mr. Miller -Member of School Board ,District 5 ,P. O. Box 1369,,Coushatta,LA,71019,318-932-4081,RED RIVER,Kasandria Wells White,P.O.Box 1224,,Coushatta,LA,71019,318-932-8760,B,F,D,255,12/31/2010,01/01/2007,Ms. White -Member of School Board ,District 6 ,P. O. Box 1369,,Coushatta,LA,71019,318-932-4081,RED RIVER,Valerie Cox,P.O. Box 1292,,Coushatta,LA,71019,318-932-9606,B,F,D,255,12/31/2010,01/01/2007,Ms. Cox -Member of School Board ,District 7 ,P. O. Box 1369,,Coushatta,LA,71019,318-932-4081,RED RIVER,"""J. B."" McElwee",904 Maple St.,,Coushatta,LA,71019,318-932-5440,W,M,D,255,12/31/2010,01/01/2007,Mr. McElwee -Justice of the Peace ,Justice of the Peace District A ,315 Church St.,,Coushatta,LA,71019,318-932-4539,RED RIVER,"William ""Bill"" Shelton",315 Church St.,,Coushatta,LA,71019,318-932-4539,W,M,R,265,12/31/2014,01/01/2009,Mr. Shelton -Justice of the Peace ,Justice of the Peace District B ,Rt.2 Box 1909,,Coushatta,LA,71019,318-932-4485,RED RIVER,"Randy Thomas, Jr.",Rt. 2 Box 1912,,Coushatta,LA,71019,318-932-4485,W,M,,265,12/31/2014,01/01/2009,Mr. Thomas -Justice of the Peace ,Justice of the Peace District C ,Rt.4 Box 278,,Coushatta,LA,71019,318-932-5984,RED RIVER,Robert Perkins,"Rt. 4, Box 278",,Coushatta,LA,71019,318-932-5984,B,M,D,265,12/31/2014,01/01/2009,Mr. Perkins -Constable ,Justice of the Peace District A ,1913 Spring St.,,Coushatta,LA,71019,318-932-6553,RED RIVER,Earl Webb,180 Smith Rd.,,Coushatta,LA,71019,318-932-4832,B,M,D,267,12/31/2014,01/01/2009,Mr. Webb -Constable ,Justice of the Peace District B ,"Rt. 2, Box 1909",,Coushatta,LA,71019,318-932-9998,RED RIVER,Randy Thomas,"Rt. 2, Box 1909",,Coushatta,LA,71019,318-932-9998,W,M,,267,12/31/2014,01/01/2009,Mr. Thomas -Constable ,Justice of the Peace District C ,"Rt. 4, Box 196",,Coushatta,LA,71019,318-932-5962,RED RIVER,"John ""Chuck"" Moore","Rt. 4, Box 196",,Coushatta,LA,71019,318-932-5962,B,M,D,267,12/31/2014,01/01/2009,Mr. Moore -Mayor ,Town of Coushatta ,P. O. Box 531,,Coushatta,LA,,318-932-4312,RED RIVER,Rose Byrd,100 E Riddle St. Apt. 6B,,Coushatta,LA,71019,318-932-3041,B,F,D,300,12/31/2012,01/01/2009,Mayor Byrd -Mayor ,Village of Edgefield ,P. O. Box 397,,Coushatta,LA,,318-932-0430,RED RIVER,Jimmy R. Stothart,422 Highway 371,,Coushatta,LA,71019,318-932-5268,W,M,R,300,12/31/2012,01/01/2009,Mayor Stothart -Mayor ,Village of Hall Summit ,P. O. Box 98,,Hall Summit,LA,,318-932-5355,RED RIVER,Lary Wimberly,P.O. Box 145,,Hall Summit,LA,71034,318-932-6424,W,M,D,300,12/31/2010,01/01/2007,Mr. Wimberly -Mayor ,Village of Martin ,"Rt. 2, Box 201",,Martin,LA,,318-932-4509,RED RIVER,Cody Hillman,P.O. Box 201,,Coushatta,LA,71019,318-932-9162,W,M,R,300,06/30/2012,07/01/2008,Mayor Hillman -Chief of Police ,Village of Edgefield ,P. O. Box 397,,Coushatta,LA,71019,318-932-0430,RED RIVER,James P. Murray,P.O. Box 371,,Coushatta,LA,71019,318-932-6263,W,M,R,305,12/31/2012,01/01/2009,Cheif Murray -Chief of Police ,Village of Hall Summit ,P. O. Box 98,,Hall Summit,LA,71034,318-932-5355,RED RIVER,"Charles Loftin, Jr.",P.O. Box 117,,Hall Summit,LA,71034,318-932-5034,W,M,D,305,12/31/2010,01/01/2007,Mr. Loftin -Chief of Police ,Village of Martin ,"Rt. 2, Box 201",,Martin,LA,71019,318-932-4509,RED RIVER,John B. Youngblood,"Rt. 2, Box 273 B",,Coushatta,LA,71019,318-932-4838,W,M,D,305,06/30/2012,07/01/2008,Chief Youngblood -Alderman ,Village of Edgefield ,,,,LA,,,RED RIVER,Vince Almond,107 Park Lane Dr.,,Coushatta,LA,71019,318-932-8812,W,M,R,310,12/31/2012,01/01/2009,Mr. Almond -Alderman ,Village of Edgefield ,,,,LA,,,RED RIVER,"""Trish"" Gamble",901 Maple St.,,Coushatta,LA,71019,318-932-3774,W,F,D,310,12/31/2012,01/01/2009,Ms. Gamble -Alderman ,Village of Edgefield ,,,,LA,,,RED RIVER,Clyde Stovall,P.O. Box 542,,Coushatta,LA,71019,318-932-5996,W,M,D,310,12/31/2012,01/01/2009,Mr. Stovall -Alderman ,Village of Hall Summit ,P. O. Box 98,,Hall Summit,LA,71034,318-932-5355,RED RIVER,Barbara A. Moore,P.O. Box 235,,Hall Summit,LA,71034,318-932-6790,W,F,D,310,12/31/2010,01/01/2007,Ms. Moore -Alderman ,Village of Hall Summit ,P. O. Box 98,,Hall Summit,LA,71034,318-932-5355,RED RIVER,Kathy Jordan Quick,Rt. 1 Box 2317,,Coushatta,LA,71019,318-932-8732,W,F,D,310,12/31/2010,01/01/2007,Ms. Quick -Alderman ,Village of Hall Summit ,P. O. Box 98,,Hall Summit,LA,71034,318-932-5355,RED RIVER,Antony Thomas,P.O. Box 233,,Hall Summit,LA,71034,318-932-3844,W,M,,310,12/31/2010,01/01/2007,Mr. Thomas -Alderman ,Village of Martin ,"Rt. 2, Box 201",,Martin,LA,71019,318-932-4509,RED RIVER,Dan Dupree,Rt 2 Box 261A,,,LA,71019,318-932-6476,W,M,R,310,06/30/2012,07/01/2008,Mr. Dupree -Alderman ,Village of Martin ,"Rt. 2, Box 201",,Martin,LA,71019,318-932-4509,RED RIVER,Tom Mangham,Rt 2 Box 2015,,,LA,71019,318-932-5299,W,M,R,310,06/30/2012,07/01/2008,Mr. Mangham -Alderman ,Village of Martin ,"Rt. 2, Box 201",,Martin,LA,71019,318-932-4509,RED RIVER,Myra F. Woodard,"Rt, 2 Box 244 A",,Coushatta,LA,71019,318-932-5669,W,F,R,310,06/30/2012,07/01/2008,Ms. Woodard -Councilman ,Town of Coushatta ,P. O. Box 531,,Coushatta,LA,71019,318-932-4312,RED RIVER,Virginia B. Calhoun,1714 Brittian St.,,Coushatta,LA,71019,318-932-9743,B,F,D,310,12/31/2012,01/01/2009,Ms. Calhoun -Councilman ,Town of Coushatta ,P. O. Box 531,,Coushatta,LA,71019,318-932-4312,RED RIVER,John D. Henry,P.O. Box 80,,Coushatta,LA,71019,318-932-3747,B,M,D,310,12/31/2012,01/01/2009,Mr. Henry -Councilman ,Town of Coushatta ,P. O. Box 531,,Coushatta,LA,71019,318-932-4312,RED RIVER,"Mallory ""Mack"" Parson",404 Circle Dr.,,Coushatta,LA,71019,318-932-8530,B,M,D,310,12/31/2012,01/01/2009,Mr. Parson -Councilman ,Town of Coushatta ,P. O. Box 531,,Coushatta,LA,71019,318-932-4312,RED RIVER,Edna M. Webb,P.O. Box 1245,,Coushatta,LA,71019,318-932-4445,B,F,D,310,12/31/2012,01/01/2009,Ms. Webb -Councilman ,Town of Coushatta ,P. O. Box 531,,Coushatta,LA,71019,318-932-4312,RED RIVER,Rosetta Wilson,1705 Brittian St.,,Coushatta,LA,71019,318-932-4373,B,F,D,310,12/31/2012,01/01/2009,Ms. Wilson -DPEC Member ,at Large ,,,,LA,,,RICHLAND,Tamarlon T. Carter,613 Third St.,,Delhi,LA,71232,318-557-1247,B,M,D,054,02/20/2012,02/20/2008,Mr. Carter -DPEC Member ,at Large ,,,,LA,,,RICHLAND,"George B. Tennant, Sr.",P.O. Box 959 .,,Rayville,LA,71269,318-728-5808,B,M,D,054,02/20/2012,02/20/2008,Mr. Tennant -DPEC Member ,District 1 ,,,,LA,,,RICHLAND,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,RICHLAND,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,RICHLAND,Valerie Allen,104 Russell St.,,Rayville,LA,71269,318-728-4562,B,F,D,056,02/20/2012,02/20/2008,Ms. Allen -DPEC Member ,District 4 ,,,,LA,,,RICHLAND,"Gerald ""Vincent"" Thomas",2039 Hwy. 583,,Rayville,LA,71269,318-728-5798,B,M,D,056,02/20/2012,02/20/2008,Mr. Thomas -DPEC Member ,District 5 ,,,,LA,,,RICHLAND,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,RICHLAND,"Timothy ""Tim"" Tennant",514 Martin Luther King Dr.,,Rayville,LA,71269,318-728-6133,B,M,D,056,02/20/2012,02/20/2008,Mr. Tennant -DPEC Member ,District 7 ,,,,LA,,,RICHLAND,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,RICHLAND,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,RICHLAND,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,RICHLAND,Gaylon Tanner,1433 Hwy. 854,,Delhi,LA,71232,318-878-2505,W,M,R,064,02/20/2012,02/20/2008,Mr. Tanner -RPEC Member ,District 1 ,,,,LA,,,RICHLAND,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,RICHLAND,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,RICHLAND,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,RICHLAND,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,RICHLAND,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,RICHLAND,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,RICHLAND,,,,,,,,,,,066 -RPEC Member ,District 8 ,,,,LA,,,RICHLAND,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,RICHLAND,,,,,,,,,,,066 -Sheriff ,,"708 Julia St., Ste. 113",,Rayville,LA,71269,318-728-2071,RICHLAND,Charles M. McDonald,"708 Julia St., Ste. 113",,Rayville,LA,71269,318-248-2642,W,M,D,225,06/30/2012,07/01/2008,Sheriff McDonald -Clerk of Court ,,P. O. Box 199,,Rayville,LA,71269,318-728-4171,RICHLAND,Ramona N. Haire,P. O. Box 199,,Rayville,LA,71269,318-728-5476,W,F,D,230,06/30/2012,07/01/2008,Ms. Haire -Assessor ,,708 Julia St.,,Rayville,LA,71269,318-728-4491,RICHLAND,"Emmett ""Lee"" Brown, III",412 Hwy. 135,,Rayville,LA,71269,318-728-3955,W,M,D,235,12/31/2012,01/01/2009,Mr. Brown -Coroner ,,107 Lela St.,,Mangham,LA,71259,318-728-2046,RICHLAND,W. David Thompson,1012 Louisa St.,,Rayville,LA,71269,318-728-2046,W,M,O,240,03/25/2012,03/24/2008,Mr. Thompson -Police Juror ,District 1 ,P. O. Box 668,,Rayville,LA,,318-728-2061,RICHLAND,"W. A. ""Bill"" Tatum",303 Little John Ln.,,Delhi,LA,71232,318-878-9386,W,M,D,245,01/08/2012,01/14/2008,Mr. Tatum -Police Juror ,District 2 ,P. O. Box 668,,Rayville,LA,71269,318-728-2061,RICHLAND,Jesse Washington,112 Valley St.,,Delhi,LA,71232,318-878-2178,B,M,D,245,01/08/2012,01/14/2008,Mr. Washington -Police Juror ,District 3 ,P. O. Box 668,,Rayville,LA,71269,318-728-2061,RICHLAND,Sharon Kelley Gee,34 Lewis Rd.,,Rayville,LA,71269,318-728-7777,B,F,D,245,01/08/2012,01/14/2008,Ms. Gee -Police Juror ,District 4 ,P. O. Box 668,,Rayville,LA,71269,318-728-2061,RICHLAND,"""Steve"" Lofton",1389 Hwy. 183,,Rayville,LA,71269,318-728-3732,W,M,R,245,01/08/2012,01/14/2008,Mr. Lofton -Police Juror ,District 5 ,P. O. Box 668,,Rayville,LA,71269,318-728-2061,RICHLAND,Judy Green,125 Zebedee Ln.,,Rayville,LA,71269,318-728-6966,W,F,R,245,01/08/2012,01/14/2008,Ms. Green -Police Juror ,District 6 ,P. O. Box 668,,Rayville,LA,71269,318-728-2061,RICHLAND,Althan Smith,302 Britton St.,,Rayville,LA,71269,318-728-6757,B,M,D,245,01/08/2012,01/14/2008,Mr. Smith -Police Juror ,District 7 ,P. O. Box 668,,Rayville,LA,71269,318-728-2061,RICHLAND,Kenneth M. McKay,P.O. Box 1,,Archibald,LA,71259,318-248-3609,W,M,D,245,01/08/2012,01/14/2008,Mr. McKay -Police Juror ,District 8 ,P. O. Box 668,,Rayville,LA,71269,318-728-2061,RICHLAND,"William T. ""Bubba"" Moore",96 Bayou Rd.,,Rayville,LA,71269,318-728-4859,W,M,R,245,01/08/2012,01/14/2008,Mr. Moore -Police Juror ,District 9 ,P. O. Box 668,,Rayville,LA,71269,318-728-2061,RICHLAND,"""Ronnie"" Gilley",3466 Hwy. 135,,Mangham,LA,71259,318-248-3197,W,M,D,245,01/08/2012,01/14/2008,Mr. Gilley -Member of School Board ,District 1 ,P. O. Box 599,,Rayville,LA,71269,318-728-4956,RICHLAND,"""Billy"" Calvert",214 Little John,,Delhi,LA,71232,318-878-2502,W,M,D,255,12/31/2010,01/01/2007,Mr. Calvert -Member of School Board ,District 2 ,P. O. Box 599,,Rayville,LA,71269,318-728-4956,RICHLAND,"Leonard Guine, Jr.",443 Church St.,,Delhi,LA,71232,318-878-5811,B,M,D,255,12/31/2010,01/01/2007,Mr. Guine -Member of School Board ,District 3 ,P. O. Box 599,,Rayville,LA,71269,318-728-4956,RICHLAND,Sharon B. Jones,P.O.Box 575,,Rayville,LA,71269,318-728-4532,B,F,D,255,12/31/2010,01/01/2007,Ms. Jone -Member of School Board ,District 4 ,P. O. Box 599,,Rayville,LA,71269,318-728-4956,RICHLAND,Danny Whitstine,117 Hwy. 585,,Rayville,LA,71269,318-728-2180,W,M,R,255,12/31/2010,01/01/2007,Mr. Whitstine -Member of School Board ,District 5 ,P. O. Box 599,,Rayville,LA,71269,318-728-4956,RICHLAND,"Robert ""Bob"" Adams",127 Ashley Ave.,,Rayville,LA,71269,318-728-2108,W,M,D,255,12/31/2010,01/01/2007,Mr. Adams -Member of School Board ,District 6 ,P. O. Box 599,,Rayville,LA,71269,318-728-4956,RICHLAND,Marie Lewis,312 Mansfield St.,,Rayville,LA,71269,318-728-4024,B,F,D,255,12/31/2010,01/01/2007,Ms. Lewis -Member of School Board ,District 7 ,P. O. Box 599,,Rayville,LA,71269,318-728-4956,RICHLAND,Patricia R. Jordan,128 Rushing Rd.,,Rayville,LA,71269,318-248-2778,W,F,R,255,12/31/2010,01/01/2007,Ms. Jordan -Member of School Board ,District 8 ,P. O. Box 599,,Rayville,LA,71269,318-728-4956,RICHLAND,Kevin Eppinette,103 Sullivan Loop,,Rayville,LA,71269,318-728-0469,W,M,O,255,12/31/2010,01/01/2007,Mr. Eppinette -Member of School Board ,District 9 ,P. O. Box 599,,Rayville,LA,71269,318-728-4956,RICHLAND,Todd Weed,1769 Hwy. 132,,Mangham,LA,71259,318-248-2436,W,M,R,255,12/31/2010,01/01/2007,Mr. Weed -Justice of the Peace ,Justice of the Peace Ward 1 ,811 Main St.,,Delhi,LA,71232,318-878-8217,RICHLAND,"Randol ""Mack"" McKinney",811 Main St.,,Delhi,LA,71232,318-878-8217,W,M,R,265,12/31/2014,01/01/2009,Mr. McKinney -Justice of the Peace ,Justice of the Peace Ward 2 ,P.O.Box 307,,Rayville,LA,71269,318-728-0806,RICHLAND,"""Joe"" Comeaux",3556 Hwy. 80 E.,,Rayville,LA,71269,318-728-4535,W,M,O,265,12/31/2014,01/01/2009,Mr. Comeaux -Justice of the Peace ,Justice of the Peace Ward 3 ,553 Charleston Dr.,,Oak Ridge,LA,71264,318-728-3872,RICHLAND,Inez Carroll,160 South Ridge Rd.,,Rayville,LA,71269,318-728-0527,W,F,,265,12/31/2014,01/01/2009,Ms. Carroll -Justice of the Peace ,Justice of the Peace Ward 4 ,P.O.Box 122,,Archibald,LA,71218,318-248-2300,RICHLAND,"""Jim"" Archibald",P.O. Box 122,,Archibald,LA,71218,318-237-0057,W,M,R,265,12/31/2014,01/01/2009,Mr. Archibald -Justice of the Peace ,Justice of the Peace Ward 5 ,146 Egypt St.,,Mangham,LA,71259,318-248-3669,RICHLAND,"William L. ""Bill"" Bruce",146 Egypt St.,,Mangham,LA,71259,318-248-3669,,,D,265,12/31/2014,01/01/2009,Mr. Bruce -Justice of the Peace ,Justice of the Peace Wards 6 & 7 ,1734 Hwy. 561,,Hebert,LA,71418,318-248-2780,RICHLAND,Brenda S. Daniels,1734 Hwy. 561,,Hebert,LA,71418,318-248-2780,W,F,R,265,12/31/2014,01/01/2009,Ms. Daniels -Constable ,Justice of the Peace Ward 1 ,116 McKinney St.,,Delhi,LA,71232,318-878-9418,RICHLAND,Linda McKinney,811 Main St.,,Delhi,LA,71232,318-878-8217,W,F,R,267,12/31/2014,01/01/2009,Ms. McKinney -Constable ,Justice of the Peace Ward 2 ,155 McKnight Rd.,,Rayville,LA,71269,318-728-3611,RICHLAND,Gordon Sorey,1062 Hwy. 425,,Rayville,LA,71269,318-728-4742,W,M,D,267,12/31/2014,01/01/2009,Mr. Sorey -Constable ,Justice of the Peace Ward 3 ,P.O. Box 45,,Start,LA,71279,318-728-4266,RICHLAND,Ray M. Trisler,13 Trisler Rd.,,Rayville,LA,71269,318-728-3692,W,M,R,267,12/31/2014,01/01/2009,Mr. Trisler -Constable ,Justice of the Peace Ward 4 ,P.O. Box 212,,Archibald,LA,71218,318-248-3582,RICHLAND,Terry L. Gwin,P. O. Box 94,,Archibald,LA,71218,318-248-3421,W,M,R,267,12/31/2014,01/02/2009,Mr. Gwin -Constable ,Justice of the Peace Ward 5 ,359 Hwy. 576,,Mangham,LA,71259,318-248-2205,RICHLAND,"""Jim"" Bruce",359 Hwy. 576,,Mangham,LA,71259,318-248-2205,W,M,D,267,12/31/2014,01/01/2009,Mr. Bruce -Constable ,Justice of the Peace Wards 6 & 7 ,2312 Hwy. 561,,Columbia,LA,71418,318-248-3185,RICHLAND,Donald E. Oliveaux,2312 Hwy. 561,,Columbia,LA,71418,318-248-2204,W,M,R,267,12/31/2014,01/01/2009,Mr. Oliveaux -Mayor ,Town of Delhi ,P. O. Box 277,,Delhi,LA,,318-878-3792,RICHLAND,"Lynn Lewis, ",P.O. Box 277,,Delhi,LA,71232-0277,318-878-3792,W,M,D,300,12/31/2010,01/01/2007,Mr. Lewis -Mayor ,Town of Mangham ,P. O. Box 94,,Mangham,LA,,318-248-2170,RICHLAND,Robert Neal Harwell,702 Horace St.,,Mangham,LA,71259,318-248-3291,W,M,D,300,12/31/2010,01/01/2007,Mr. Harwell -Mayor ,Town of Rayville ,P. O. Box 878,,Rayville,LA,,318-728-2011,RICHLAND,"Harry ""Kayo"" Lewis",312 Mansfield St.,,Rayville,LA,71269,318-728-4024,B,M,D,300,06/30/2010,07/01/2006,Mayor Lewis -Chief of Police ,Town of Delhi ,P. O. Box 277,,Delhi,LA,71232,318-878-3792,RICHLAND,Rufus L. Carter,P. O. Box 601,,Delhi,LA,71232,318-878-9968,B,M,D,305,12/31/2010,01/01/2007,Mr. Carter -Chief of Police ,Town of Mangham ,P. O. Box 94,,Mangham,LA,71259,318-248-2170,RICHLAND,"""Lennie"" Graham",P.O. Box 142,,Mangham,LA,71259,318-248-2548,W,M,D,305,12/31/2010,01/01/2007,Mr. Graham -Chief of Police ,Town of Rayville ,P. O. Box 878,,Rayville,LA,71269,318-728-2011,RICHLAND,"Willie Lee Robinson, Sr.",908 Madeline St.,,Rayville,LA,71269,318-728-4958,B,M,D,305,06/30/2010,07/01/2006,Chief Robinson -Alderman ,"District A, Town of Delhi ",P. O. Box 277,,Delhi,LA,71232,318-878-3792,RICHLAND,Shirley McDade,105 Rancher St.,,Delhi,LA,71232,318-878-5753,B,F,D,310,12/31/2010,01/01/2007,Mr. McDade -Alderman ,"District B, Town of Delhi ",P. O. Box 277,,Delhi,LA,71232,318-878-3792,RICHLAND,Bobby Benson,610 Third St.,,Delhi,LA,71232,318-878-9668,,,,310,12/31/2010,01/01/2007,Mr. Benson -Alderman ,"District C, Town of Delhi ",P. O. Box 277,,Delhi,LA,71232,337-685-4462,RICHLAND,J. C. Smith,119 Fifth St.,,Delhi,LA,71232,318-878-5726,B,M,D,310,12/31/2010,01/01/2007,Mr. Smith -Alderman ,"District D, Town of Delhi ",P. O. Box 277,,Delhi,LA,71232,318-878-3792,RICHLAND,Marvin D. Hamilton,901 Chicago St.,,Delhi,LA,71232,318-878-2781,B,M,D,310,12/31/2010,01/01/2007 -Alderman ,"District E, Town of Delhi ",P. O. Box 277,,Delhi,LA,71232,318-878-3792,RICHLAND,"W. B. ""Dub"" Sumner",703 Ky St.,,Delhi,LA,71232,318-878-2449,W,M,D,310,12/31/2010,01/01/2007,Mr. Sumner -Alderman ,Town of Mangham ,P. O. Box 94,,Mangham,LA,71259,318-248-2170,RICHLAND,"""Billy"" Bruce",P.O. Box 344,,Mangham,LA,71259,318-248-2723,W,M,R,310,12/31/2010,01/01/2007,Mr. Bruce -Alderman ,Town of Mangham ,P. O. Box 94,,Mangham,LA,71259,318-248-2170,RICHLAND,Perry Fleming,434 Hixson St.,,Mangham,LA,71259,318-248-2770,W,M,O,310,12/31/2010,01/01/2007,Mr. Fleming -Alderman ,Town of Mangham ,P. O. Box 94,,Mangham,LA,71259,318-248-2170,RICHLAND,Zona Morris McKay,221 McCormick St.,,Mangham,LA,71259,318-248-2363,W,F,O,310,12/31/2010,01/01/2007,Ms. McKay -Alderman ,Town of Mangham ,P. O. Box 94,,Mangham,LA,71259,318-248-2170,RICHLAND,Leslie Ann Mizell,205 Emma St.,,Mangham,LA,71259,318-248-4847,W,F,O,310,12/31/2010,02/23/2009,Ms. Mizell -Alderman ,Town of Mangham ,P. O. Box 94,,Mangham,LA,71259,318-248-2170,RICHLAND,Johnny L. Natt,479 Hixon St.,,Mangham,LA,71259,318-248-3848,B,M,,310,12/31/2010,01/01/2007,Mr. Natt -Alderman ,Town of Rayville ,P. O. Box 878,,Rayville,LA,71269,318-728-2011,RICHLAND,"James C. ""Jim"" Adams",1208 Julia St.,,Rayville,LA,71269,318-728-2238,W,M,D,310,06/30/2010,07/01/2006,Mr. Adams -Alderman ,Town of Rayville ,P. O. Box 878,,Rayville,LA,71269,318-728-2011,RICHLAND,Valerie W. Allen,104 Russell St.,,Rayville,LA,71269,318-728-4562,B,F,D,310,06/30/2010,07/01/2006,Ms. Allen -Alderman ,Town of Rayville ,P. O. Box 878,,Rayville,LA,71269,318-728-2011,RICHLAND,"Terry ""Coach"" Brown",313 Mansfield St.,,Rayville,LA,71269,318-728-2577,B,M,D,310,06/30/2010,07/01/2006,Mr. Brown -Alderman ,Town of Rayville ,P. O. Box 878,,Rayville,LA,71269,318-728-2011,RICHLAND,"Johnny ""Renael"" Jones",404 McCaa St.,,Rayville,LA,71269,318-728-4342,B,M,O,310,06/30/2010,07/01/2006,Mr. Jones -Alderman ,Town of Rayville ,P. O. Box 878,,Rayville,LA,71269,318-728-2011,RICHLAND,George B. Tennant,P.O. Box 959,,Rayville,LA,71269,318-728-3891,B,M,D,310,06/30/2010,07/01/2006,Mr. Tennant -DPEC Member ,at Large ,,,,LA,,,SABINE,,,,,,,,,,,054 -DPEC Member ,District 1 ,,,,LA,,,SABINE,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,SABINE,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,SABINE,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,SABINE,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,SABINE,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,SABINE,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,SABINE,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,SABINE,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,SABINE,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,SABINE,,,,,,,,,,,064 -RPEC Member ,District 1 ,,,,LA,,,SABINE,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,SABINE,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,SABINE,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,SABINE,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,SABINE,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,SABINE,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,SABINE,,,,,,,,,,,066 -RPEC Member ,District 8 ,,,,LA,,,SABINE,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,SABINE,,,,,,,,,,,066 -Sheriff ,,P. O. Box 1440,,Many,LA,71449,318-256-9241,SABINE,Guffey Lynn Pattison,P.O. Box 1440,,Many,LA,71449,318-796-2555,W,M,D,225,06/30/2012,07/01/2008,Sheriff Pattison -Clerk of Court ,,P. O. Box 419,,Many,LA,71449,318-256-6223,SABINE,Tammy Foster,P.O. Box 419,,Many,LA,71449,318-565-4380,W,F,D,230,06/30/2012,07/01/2008,Ms. Foster -Assessor ,,"400 S. Capitol St., Rm. 106",,Many,LA,71449,318-256-3482,SABINE,Carroll D. Ellzey,4247 Plainview Rd.,,Florien,LA,71429,318-586-7670,W,M,D,235,12/31/2012,01/01/2009,Mr. Ellzey -Coroner ,,395 South Capitol Street,,Many,LA,71449,318-256-2000,SABINE,Warren L. Founds,395 S. Capitol St.,,Many,LA,71449,318-256-2000,W,M,R,240,03/25/2012,03/24/2008,Mr. Founds -Police Juror,District 1,"400 Capitol St., Rm. 101",,Many,LA,71449,318-256-5637,SABINE,Dennis Downs,391 Toro Church Rd.,,Florien,LA,71429,318-586-4507,W,M,D,245,01/08/2012,01/14/2008,Mr. Downs -Police Juror ,District 2 ,"400 Capitol St., Rm. 101",,Many,LA,71449,318-256-5637,SABINE,Kenneth Funderburk,90 Funderburk Rd.,,Florien,LA,71429,318-586-3340,W,M,D,245,01/08/2012,01/14/2008,Mr. Funderburk -Police Juror ,District 3 ,"400 Capitol St., Rm. 101",,Many,LA,71449,318-256-5637,SABINE,Rodney Hopkins,P.O. Box 1,,Many,LA,71449,318-256-5735,W,M,R,245,01/08/2012,01/14/2008,Mr. Hopkins -Police Juror ,District 4 ,"400 Capitol St., Rm. 101",,Many,LA,71449,318-256-5637,SABINE,William Ruffin,P. O. Box 534,,Many,LA,71449,318-256-3135,B,M,D,245,01/08/2012,01/14/2008,Mr. Ruffin -Police Juror ,District 5 ,"400 Capitol St., Rm. 101",,Many,LA,71449,318-256-5637,SABINE,"J. M. ""Bucky"" Slay",P.O. Box 37,,Fisher,LA,71426,318-256-5374,W,M,D,245,01/08/2012,01/14/2008,Mr. Slay -Police Juror ,District 6 ,"400 Capitol St., Rm. 101",,Many,LA,71449,318-256-5637,SABINE,Rebecca V. Procell,13 Cynthia Ln.,,Noble,LA,71462,318-645-6865,W,F,D,245,01/08/2012,08/24/2009,Ms. Procell -Police Juror ,District 7 ,"400 Capitol St., Rm. 101",,Many,LA,71449,318-256-5637,SABINE,Jerry W. McDonald,218 Gladys Ln.,,Converse,LA,71419,318-567-3182,W,M,D,245,01/08/2012,01/14/2008,Mr. McDonald -Police Juror ,District 8 ,"400 Capitol St., Rm. 101",,Many,LA,71449,318-256-5637,SABINE,Albert Ezernack,4222 Hwy. 120,,Zwolle,LA,71486,318-645-4307,W,M,D,245,01/08/2012,01/14/2008,Mr. Ezernack -Police Juror ,District 9 ,"400 Capitol St., Rm. 101",,Many,LA,71449,318-256-5637,SABINE,Nolan Patrick,P.O. Box 326,,Pleasant Hill,LA,71065,318-796-2982,W,M,R,245,01/08/2012,01/14/2008,Mr. Patrick -Member of School Board ,District 1 ,695 Peterson St.,,Many,LA,71449,318-256-9228,SABINE,Imon W. Jones,138 Wilson Ln.,,Florien,LA,71429,318-586-7853,W,M,D,255,12/31/2010,01/01/2007,Mr. Jones -Member of School Board ,District 2 ,695 Peterson St.,,Many,LA,71449,318-256-9228,SABINE,"James A. ""Buddy"" Veuleman",2340 Hwy. 476,,Many,LA,71449,318-256-5842,W,M,R,255,12/31/2010,01/01/2007,Mr. Veuleman -Member of School Board ,District 3 ,695 Peterson St.,,Many,LA,71449,318-256-9228,SABINE,"J. Randall ""Randy"" Veuleman",150 Zachary Taylor Rd.,,Many,LA,71449,318-256-6633,W,M,O,255,12/31/2010,01/01/2007,Mr. Veuleman -Member of School Board ,District 4 ,695 Peterson St.,,Many,LA,71449,318-256-9228,SABINE,Roderick Davis,210 Daniel St.,,Many,LA,71449,318-256-9023,B,M,D,255,12/31/2010,01/01/2007,Mr. Davis -Member of School Board ,District 5 ,695 Peterson St.,,Many,LA,71449,318-256-9228,SABINE,Denyse A. Williams,3697 Texas Hwy.,,Many,LA,71449,318-256-6597,W,F,R,255,12/31/2010,01/01/2007,Ms. Williams -Member of School Board ,District 6 ,695 Peterson St.,,Many,LA,71449,318-256-9228,SABINE,Harold L. Stewart,5960 Hwy. 482,,Noble,LA,71462,318-645-9329,W,M,D,255,12/31/2010,01/01/2007,Mr. Stewart -Member of School Board ,District 7 ,695 Peterson St.,,Many,LA,71449,318-256-9228,SABINE,"Donnie F. Sistrunk, Sr.",21660 Hwy. 174,,Converse,LA,71419,318-567-2524,W,M,D,255,12/31/2010,01/01/2007,Mr. Sistrunk -Member of School Board ,District 8 ,695 Peterson St.,,Many,LA,71449,318-256-9228,SABINE,"James W. ""Jim"" House",1364 Kane St.,,Zwolle,LA,71486,318-645-2033,W,M,R,255,12/31/2010,01/01/2007,Mr. House -Member of School Board ,District 9 ,695 Peterson St.,,Many,LA,71449,318-256-9228,SABINE,Jack H. Sanders,411 WPA Rd.,,Pleasant Hill,LA,71065,318-796-2828,W,M,D,255,12/31/2010,01/01/2007,Mr. Sanders -Justice of the Peace ,Justice of the Peace & Constable District 1 ,,,,LA,,,SABINE,Jean Sharp,12487 Hwy. 118,,Florien,LA,71429,318-586-3898,W,F,R,265,12/31/2014,01/01/2009,Ms. Sharp -Justice of the Peace ,Justice of the Peace & Constable District 2 ,200 Tarver Dr.,,Many,LA,71449,318-256-2182,SABINE,"""Mike"" Tarver",75 Tarver Dr.,,Many,LA,71449,318-256-2182,W,M,D,265,12/31/2014,01/01/2009,Mr. Tarver -Justice of the Peace ,Justice of the Peace & Constable District 3 ,9473 Brandon Rd.,,Many,LA,71449,318-645-9568,SABINE,Earl Brandon,9473 Brandon Rd.,,Many,LA,71449,318-645-9568,W,M,D,265,12/31/2014,01/01/2009,Mr. Brandon -Justice of the Peace ,Justice of the Peace & Constable District 4 ,3617 Ryals Rd.,,Converse,LA,71419,318-567-2210,SABINE,"Robert ""Bob"" Brumley",3617 Ryals Rd.,,Converse,LA,71419,318-567-2210,W,M,D,265,12/31/2014,01/01/2009,Mr. Brumley -Justice of the Peace ,Justice of the Peace & Constable District 5 ,55 Hwy. 175,,Pleasant Hill,LA,71065,318-796-2583,SABINE,LaJuana Williams Mosley,P.O. Box 308,,Pleasant Hill,LA,71065,318-315-1072,B,F,D,265,12/31/2014,01/01/2009,Ms. Mosley -Constable ,Justice of the Peace & Constable District 1 ,12487 Hwy. 118,,Florien,LA,71429,318-586-3898,SABINE,Richard Sharp,12487 Hwy 118,,Florien,LA,71429,318-586-3898,W,M,O,267,12/31/2014,01/01/2009,Mr. Sharp -Constable ,Justice of the Peace & Constable District 2 ,995 San Antonio Ave.,,Many,LA,71449,318-256-0275,SABINE,Jerry Johnson,111 Calvin Ln.,,Many,LA,71449,318-256-6691,W,M,D,267,12/31/2014,01/01/2009,Mr. Johnson -Constable ,Justice of the Peace & Constable District 3 ,101 Rock Hill Ln.,,Noble,LA,71462,318-645-9212,SABINE,Donald Garcie,101 Rock Hill Ln.,,Noble,LA,71462,318-645-9212,O,M,D,267,12/31/2014,01/01/2009,Mr. Garcie -Constable ,Justice of the Peace & Constable District 4 ,P.O. Box 202,,Converse,LA,71419,318-567-2254,SABINE,Harvey L. Nichols,P.O. Box 191,,Noble,LA,71462,318-567-9400,W,M,D,267,12/31/2014,01/01/2009,Mr. Nichols -Constable ,Justice of the Peace & Constable District 5 ,239 Haley Rd.,,Belmont,LA,71406,318-256-3232,SABINE,Lovell Knowles,P.O. Box 15,,Belmont,LA,71406,318-256-3232,W,M,D,267,12/31/2014,01/01/2009,Mr. Knowles -Mayor ,Town of Many ,P. O. Box 1330,,Many,LA,,318-256-3651,SABINE,"""Ken"" Freeman",1055 W. Alabama,,Many,LA,71449,318-256-5146,W,M,D,300,06/30/2013,07/01/2009,Mayor Freeman -Mayor ,Town of Zwolle ,P. O. Box 546,,Zwolle,LA,,318-645-6141,SABINE,Roger Lopez,1388 Aster St.,,Zwolle,LA,71486,318-645-6445,W,M,D,300,12/31/2010,01/01/2007,Mayor Lopez -Mayor ,Village of Converse ,P. O. Box 40,,Converse,LA,,318-567-3312,SABINE,Troy H. Terrell,P.O. Box 233,,Converse,LA,71419,318-567-3283,W,M,R,300,12/31/2012,01/01/2009,Mr. Terrell -Mayor ,Village of Fisher ,P. O. Box 7,,Fisher,LA,,318-256-2001,SABINE,Susan Slay,P.O. Box 37,,Fisher,LA,71426,318-256-5374,W,F,D,300,12/31/2012,01/01/2009,Mayor Slay -Mayor ,Village of Florien ,P. O. Box 68,,Florien,LA,,318-586-7286,SABINE,"Eddie Jones, Jr.",220 Pine Tree Ln.,,Florien,LA,71429,318-586-7972,W,M,D,300,06/30/2012,07/01/2008,Mayor Jones -Mayor ,Village of Noble ,P. O. Box 129,,Noble,LA,,318-645-6900,SABINE,Gary Mark Rivers,P.O. Box 177,,Noble,LA,71462,318-645-4189,O,M,D,300,12/31/2010,01/01/2007,Mr. Rivers -Mayor ,Village of Pleasant Hill ,P. O. Box 125,,Pleasant Hill,LA,,318-796-3680,SABINE,Betty Sue Thomas,P.O. Box 331,,Pleasant Hill,LA,71065,318-796-2081,B,F,D,300,12/31/2012,01/01/2009,Mayor Thomas -Chief of Police ,Town of Many ,P. O. Box 1330,,Many,LA,71449,318-256-3651,SABINE,Roger Freeman,1118 Andries St.,,Many,LA,71449,318-256-0439,W,M,,305,06/30/2013,07/01/2009,Chief Freeman -Chief of Police ,Town of Zwolle ,P.O. Box 546,,Zwolle,LA,71486,318-645-6141,SABINE,Marvin Frazier,P. O. Box 1146,,Zwolle,LA,71486,318-645-6723,B,M,D,305,12/31/2010,01/01/2007,Chief Frazier -Chief of Police ,Village of Converse ,P. O. Box 40,,Converse,LA,71419,318-567-3312,SABINE,John Brock,P. O. Box 37,,Converse,LA,71449,318-567-3459,W,M,D,305,12/31/2012,01/01/2009,Chief Brock -Chief of Police ,Village of Fisher ,P. O. Box 7,,Fisher,LA,71426,318-256-2001,SABINE,"Lamar Thomas, Jr.",P.O. Box 53,,Fisher,LA,71426,318-256-8882,B,M,D,305,12/31/2012,01/01/2009,Chief Thomas -Chief of Police ,Village of Florien ,P. O. Box 68,,Florien,LA,71429,318-586-7286,SABINE,Herman Love,P.O. Box 444,,Florien,LA,71429,318-586-3081,B,M,D,305,06/30/2012,07/01/2008,Chief Love -Chief of Police ,Village of Noble ,P. O. Box 129,,Noble,LA,71462-0129 ,318-645-6900,SABINE,Pat Ebarb,P.O. Box 186,,Noble,LA,71462,318-645-9449,W,M,D,305,12/31/2010,01/01/2007,Mr. Ebarb -Chief of Police ,Village of Pleasant Hill ,P. O. Box 125,,Pleasant Hill,LA,71065,318-796-3680,SABINE,Ray Williams,P.O. Box 254,,Pleasant Hill,LA,71065,318-796-3430,B,M,D,305,12/31/2012,01/01/2009,Chief Williams -Alderman at Large ,Town of Many ,P. O. Box 1330,,Many,LA,71449,318-256-3651,SABINE,Barbara Richardson Peterson,1050 Vandegaer,,Many,LA,71449,318-256-2123,W,F,D,308,06/30/2013,07/01/2009,Ms. Peterson -Alderman ,"District A, Town of Many ",P. O. Box 1330,,Many,LA,71449,318-256-3651,SABINE,James D. Kennedy,1335 Kenilworth St.,,Many,LA,71449,318-256-6579,B,M,D,310,06/30/2013,07/01/2009,Mr. Kennedy -Alderman ,"District B, Town of Many ",P. O. Box 1330,,Many,LA,71449,318-256-3651,SABINE,Jeanetta Dean,325 Caledonia St.,,Many,LA,71449,318-256-0335,B,F,D,310,06/30/2013,07/01/2009,Ms. Dean -Alderman ,"District C, Town of Many ",P. O. Box 1330,,Many,LA,71449,318-256-3651,SABINE,John Hoagland,260 Capitol St.,,Many,LA,71449,318-256-9616,W,M,D,310,06/30/2013,07/01/2009,Mr. Hoagland -Alderman ,"District D, Town of Many ",P. O. Box 1330,,Many,LA,71449,318-256-3651,SABINE,"I.D. ""Wayne"" Bostian",1015 N. Capital,,Many,LA,71449,318-256-2053,W,M,,310,06/30/2013,07/01/2009,Mr. Bostian -Alderman ,Village of Converse ,P. O. Box 40,,Converse,LA,71419,318-567-3312,SABINE,Rita Gale Anderson,713 Shaw St.,,Converse,LA,71429,318-567-2440,W,F,D,310,12/31/2012,01/01/2009,Ms. Anderson -Alderman ,Village of Converse ,P. O. Box 40,,Converse,LA,71419,318-567-3312,SABINE,Cade Brumley,P.O. Box 85,,Converse,LA,71419,318-567-9833,W,M,R,310,12/31/2012,01/01/2009,Mr. Brumley -Alderman ,Village of Converse ,P. O. Box 40,,Converse,LA,71419,318-567-3312,SABINE,"""Ken"" Norman",P.O. Box 65,,Converse,LA,71419,318-567-3755,W,M,O,310,12/31/2012,01/01/2009,Mr. Norman -Alderman ,Village of Fisher ,P. O. Box 7,,Fisher,LA,71426,318-256-2001,SABINE,Amy Johnson,P.O. Box 2,,Fisher,LA,71426,318-256-5583,W,F,R,310,12/31/2012,01/01/2009,Ms. Johnson -Alderman ,Village of Fisher ,P. O. Box 7,,Fisher,LA,71426,318-256-2001,SABINE,Johnnie Maxie,P.O. Box 34,,Fisher,LA,71426,318-590-0293,B,M,O,310,12/31/2012,01/01/2009,Mr. Maxie -Alderman ,Village of Fisher ,P. O. Box 7,,Fisher,LA,71426,318-256-2001,SABINE,Terry Pantalion,P.O. Box 172,,Fisher,LA,71426,318-256-2736,W,M,D,310,12/31/2012,01/01/2009,Mr. Pantalion -Alderman ,Village of Florien ,P. O. Box 68,,Florien,LA,71429,318-586-7286,SABINE,Georgia Jett,P.O. Box 303,,Florien,LA,71429,318-586-7185,W,F,R,310,06/30/2012,07/01/2008,Ms. Jett -Alderman ,Village of Florien ,P. O. Box 68,,Florien,LA,71429,318-586-7286,SABINE,Bradley Marr,P.O. Box 952,,Many,LA,71449,318-586-7212,W,M,,310,06/30/2012,07/01/2008,Mr. Marr -Alderman ,Village of Florien ,P. O. Box 68,,Florien,LA,71429,318-586-7286,SABINE,Suzanne Williams,215 W. Front St.,,Florien,LA,71429,318-586-4963,W,F,R,310,06/30/2012,07/01/2008,Ms. Williams -Alderman ,Village of Noble ,P. O. Box 129,,Noble,LA,71462-0129 ,318-645-6900,SABINE,Terry H. Ebarb,P.O. Box 156,,Noble,LA,71462,318-645-4600,W,M,D,310,12/31/2010,01/01/2007,Mr. Ebarb -Alderman ,Village of Noble ,P. O. Box 129,,Noble,LA,71462-0129 ,318-645-6900,SABINE,Amy E. Remedies,P.O. Box 131,,Noble,LA,71462,318-645-9594,O,F,,310,12/31/2010,01/01/2007,Mr. Remedies -Alderman ,Village of Noble ,P. O. Box 129,,Noble,LA,71462-0129 ,318-645-6900,SABINE,Janice C. Rike,P.O. Box 206,,Noble,LA,71462,318-645-9316,W,F,D,310,12/31/2010,01/01/2007,Ms. Rike -Alderman ,Village of Pleasant Hill ,P. O. Box 125,,Pleasant Hill,LA,71065,318-796-3680,SABINE,Glenn Arnold,P.O. Box 213,,Pleasant Hill,LA,71065,318-796-3758,W,M,D,310,12/31/2012,01/01/2009,Mr. Arnold -Alderman ,Village of Pleasant Hill ,P. O. Box 125,,Pleasant Hill,LA,71065,318-796-3680,SABINE,Walter Lee,8631 Stoddard St.,,Pleasant Hill,LA,71065,318-796-2202,W,M,D,310,12/31/2012,01/01/2009,Mr. Lee -Alderman ,Village of Pleasant Hill ,P. O. Box 125,,Pleasant Hill,LA,71065,318-796-3680,SABINE,Dorothy T. Spencer,P.O. Box 300,,Pleasant Hill,LA,71065,318-796-3618,B,F,D,310,12/31/2012,01/01/2009,Ms. Spencer -Councilman ,Town of Zwolle ,P. O. Box 546,,Zwolle,LA,71486,318-645-6141,SABINE,Carolyn Cutright,P. O. Box 430,,Zwolle,LA,71486,318-645-7674,B,F,D,310,12/31/2010,01/01/2007,Ms. Cutright -Councilman ,Town of Zwolle ,P. O. Box 546,,Zwolle,LA,71486,318-645-6141,SABINE,Martha Rivers Henderson,18585 Hwy. 191,,Zwolle,LA,71486,318-645-9573,W,F,D,310,12/31/2010,01/01/2007,Ms. Henderson -Councilman ,Town of Zwolle ,P. O. Box 546,,Zwolle,LA,71486,318-645-6141,SABINE,"Donald H. ""Hootie"" Remedies",P. O. Box 1239,,Zwolle,LA,71486,318-645-6093,W,M,D,310,12/31/2010,01/01/2007,Mr. Remedies -Councilman ,Town of Zwolle ,P. O. Box 546,,Zwolle,LA,71486,318-645-6141,SABINE,"""Rich"" Remedies",P.O. Box 876,,Zwolle,LA,71486,318-645-2742,O,M,D,310,12/31/2010,01/01/2007,Mr. Remedies -Councilman ,Town of Zwolle ,P. O. Box 546,,Zwolle,LA,71486,318-645-6141,SABINE,Allen Rivers,2830 Hwy. 120,,Zwolle,LA,71486,318-645-4300,W,M,D,310,12/31/2010,01/01/2007,Mr. Rivers -DPEC Member ,at Large ,,,,LA,,,ST. BERNARD,"Salvador Edward Gutierrez, Jr.",2137 Jackson Blvd.,,Chalmette,LA,70043,504-277-7755,W,M,D,054,02/20/2012,02/20/2008,Mr. Gutierrez -DPEC Member ,at Large ,,,,LA,,,ST. BERNARD,Petrina Ruiz Imbraguglio,3528 Corinne Ave.,,Chalmette,LA,70043,504-279-0765,W,F,D,054,02/20/2012,02/20/2008,Ms. Imbraguglio -DPEC Member ,at Large ,,,,LA,,,ST. BERNARD,Jo Ann Celino Lane,P.O. Box 168,,Chalmette,LA,70044,504-508-7668,W,F,D,054,02/20/2012,02/20/2008,Ms. Lane -DPEC Member ,at Large ,,,,LA,,,ST. BERNARD,Lena Torres Nunez,209 E. Urquhart St.,,Chalmette,LA,70043,504-491-5266,W,F,D,054,02/20/2012,02/20/2008,Ms. Nunez -DPEC Member ,at Large ,,,,LA,,,ST. BERNARD,James John Pohlmann,2232 Landry Ct.,,Meraux,LA,70075,504-583-3373,W,M,D,054,02/20/2012,02/20/2008,Mr. Pohlmann -DPEC Member at Large ,Eastern Division ,,,,LA,,,ST. BERNARD,Deborah Abram Geiser,3901 Ventura Dr.,,Chalmette,LA,70043,504-278-7608,W,F,D,054,02/20/2012,02/20/2008 -DPEC Member at Large ,Western Division ,,,,LA,,,ST. BERNARD,Mary Ann Hand,62 Carolyn Ct.,,Arabi,LA,70032,504-277-7755,W,F,D,054,02/20/2012,02/20/2008 -DPEC Member ,District A ,,,,LA,,,ST. BERNARD,Bryan Maloye Polk,2027 Sauvage Ave.,,Marrero,LA,70072-4734,504-347-9904,W,M,D,056,02/20/2012,02/20/2008,Mr. Polk -DPEC Member ,District B ,,,,LA,,,ST. BERNARD,Michael Aaron Gorbaty,2506 Pakenham Dr.,,Chalmette,LA,70043,504-442-2908,W,M,D,056,02/20/2012,02/20/2008,Mr. Gorbaty -DPEC Member ,District C ,,,,LA,,,ST. BERNARD,"Newell ""Suzy"" Andry",210 Lorelei Cir.,,Slidell,LA,70458,504-231-2237,W,F,D,056,02/20/2012,02/20/2008,Ms. Andry -DPEC Member ,District D ,,,,LA,,,ST. BERNARD,"Errol Louis Schultz, Jr.",2800 Meadow Dr.,,Violet,LA,70092,504-650-7787,W,M,D,056,02/20/2012,02/20/2008,Mr. Schultz -DPEC Member ,District E ,,,,LA,,,ST. BERNARD,"Marie Louise ""Weeshee"" Melerine",605 Delacroix Hwy.,,St. Bernard,LA,70085,504-457-1461,W,F,D,056,02/20/2012,02/20/2008,Ms. Melerine -RPEC Member ,at Large ,,,,LA,,,ST. BERNARD,Barry C. Bernadas,P.O. Box 28,,Chalmette,LA,70044,504-309-9464,W,M,R,064,02/20/2012,03/12/2008,Mr. Bernadas -RPEC Member ,at Large ,,,,LA,,,ST. BERNARD,"Anthony ""Tony"" LaNasa, III",205 Llama Dr.,,Arabi,LA,70032,504-452-0358,W,M,R,064,02/20/2012,02/20/2008,Mr. LaNasa -RPEC Member ,at Large ,,,,LA,,,ST. BERNARD,"""Tony"" Micheu",4001 Jean Lafitte Pky.,,Chalmette,LA,70043,504-309-6686,W,M,R,064,02/20/2012,02/20/2008,Mr. Micheu -RPEC Member ,at Large ,,,,LA,,,ST. BERNARD,"Joseph A. ""Joe"" Oster, Jr.",308 W. Urquhart St.,,Chalmette,LA,70043,504-228-2140,W,M,R,064,02/20/2012,02/20/2008,Mr. Oster -RPEC Member ,at Large ,,,,LA,,,ST. BERNARD,David Peralta,4408 Newport Dr.,,Meraux,LA,70075,504-220-7334,W,M,R,064,02/20/2012,02/20/2008,Mr.Peralta -RPEC Member at Large ,Western Division ,,,,LA,,,ST. BERNARD,Michael Bayham,P. O. Box 1866,,Chalmette,LA,,504-258-4467,W,M,R,064,02/20/2012,02/20/2008,Mr. Bayham -RPEC Member ,District A ,,,,LA,,,ST. BERNARD,"Ray Lauga, Jr.",725 LeBeau St.,,Arabi,LA,70032,504-271-8731,W,M,R,066,02/20/2012,02/20/2008,Mr. Lauga -RPEC Member ,District B ,,,,LA,,,ST. BERNARD,Gwen Baldo Burkhardt,3309 Park Blvd.,,Chalmette,LA,70043,504-271-7960,W,F,R,066,02/20/2012,02/20/2008,Ms. Burkhardt -RPEC Member ,District C ,,,,LA,,,ST. BERNARD,,,,,,,,,,,066 -RPEC Member ,District D ,,,,LA,,,ST. BERNARD,,,,,,,,,,,066 -RPEC Member ,District E ,,,,LA,,,ST. BERNARD,,,,,,,,,,,066 -Sheriff ,,P. O. Box 168,,Chalmette,LA,70044,504-271-2504,ST. BERNARD,Jack A. Stephens,"8301 W. Judge Perez Dr., Ste. 210",,Chalmette,LA,70043,504-676-1020,W,M,D,225,06/30/2012,07/01/2008,Sheriff Stevens -Clerk of Court ,,P. O. Box 1746,,Chalmette,LA,70044-1746,504-271-3434,ST. BERNARD,Lena R. Torres,P.O. Box 1746,,Chalmette,LA,70044-1746,504-279-6407,W,F,D,230,06/30/2012,07/01/2008,Ms. Torres -Assessor ,,"Chalmette Courthouse, Rm. 105",,Chalmette,LA,70043,504-279-6379,ST. BERNARD,Marlene M. Vinsanau,116 West St. Avide St.,,Chalmette,LA,70043,504-279-7922,W,F,D,235,12/31/2012,01/01/2009,Ms. Vinsanau -Coroner ,,"9000 Patricia St., Ste. 100",,Chalmette,LA,70043,504-277-8941,ST. BERNARD,Bryan Johnson Bertucci,3732 Corinne Ave.,,Chalmette,LA,70043,504-277-5156,W,M,D,240,03/25/2012,03/24/2008,Mr. Bertucci -Parish President ,,8201 W. Judge Perez Dr.,,Chalmette,LA,70043,504-278-4228,ST. BERNARD,"Craig P. Taffaro, Jr.",3225 Coulon Dr.,,Meraux,LA,70075,504-276-4656,W,M,R,243,01/09/2012,01/14/2008,Mr. Taffaro -Councilman at Large ,Eastern Division ,8201 W. Judge Perez Dr.,,Chalmette,LA,70043,504-278-4228,ST. BERNARD,Wayne J. Landry,2940 Bayou Rd.,,St. Bernard,LA,70085,504-272-0234,W,M,D,244,01/09/2012,10/14/2008,Mr. Landry -Councilman at Large ,Western Division ,8201 W. Judge Perez Dr.,,Chalmette,LA,70043,504-278-4228,ST. BERNARD,"Frank P. Auderer, Jr.",2120 Gallant Dr.,,Chalmette,LA,70043,504-324-8885,W,M,D,244,01/09/2012,01/14/2008,Mr. Auderer -Councilman ,District A ,8201 W. Judge Perez Dr.,,Chalmette,LA,,504-278-4228,ST. BERNARD,"Ray Lauga, Jr.",725 LeBeau St.,,Arabi,LA,70032,504-278-8977,W,M,R,245,01/09/2012,01/14/2008,Mr. Lauga -Councilman ,District B ,8201 W. Judge Perez Dr.,,Chalmette,LA,70043,504-278-4228,ST. BERNARD,George Cavignac,2825 Lloyds Ave.,,Chalmette,LA,70043,504-913-3279,W,M,R,245,01/09/2012,01/14/2008,Mr. Cavignac -Councilman ,District C ,8201 W. Judge Perez Dr.,,Chalmette,LA,70043,504-278-4228,ST. BERNARD,"Kenneth W. ""Kenny"" Henderson",3804 Palmisano Blvd.,,Chalmette,LA,70043,504-872-0322,W,M,R,245,01/09/2012,01/14/2008,Mr. Henderson -Councilman ,District D ,8201 W. Judge Perez Dr.,,Chalmette,LA,70043,504-278-4228,ST. BERNARD,"""Mike"" Ginart",2104 Olivia St.,,Meraux,LA,70075,504-373-6537,W,M,,245,01/09/2012,01/14/2008,Mr. Ginart -Councilman ,District E ,8201 W. Judge Perez Dr.,,Chalmette,LA,70043,504-278-4228,ST. BERNARD,"""Fred"" Everhardt, Jr.",2400 Gina Dr.,,St. Bernard,LA,70085,504-415-6809,W,M,D,245,01/09/2012,01/14/2008,Mr. Everhardt -Member of School Board ,District 1 ,200 East St. Bernard Hwy.,,Chalmette,LA,70043,504-301-2013,ST. BERNARD,"Herman J. Bonnette, Sr.",9361 Country Lake Dr.,,Baton Rouge,LA,70817,225-778-5907,W,M,D,255,12/31/2010,01/01/2007,Mr. Bonnette -Member of School Board ,District 2 ,200 East St. Bernard Hwy.,,Chalmette,LA,70043,504-301-2013,ST. BERNARD,William H. Egan,111 Berry Wood Ct.,,Slidell,LA,70461,504-342-2445,W,M,D,255,12/31/2010,01/01/2007,Mr. Egan -Member of School Board ,District 3 ,200 East St. Bernard Hwy.,,Chalmette,LA,70043,504-301-2013,ST. BERNARD,Lynette R. DiFatta,825 Terry Dr.,,Arabi,LA,70032,504-583-2132,W,F,R,255,12/31/2010,01/01/2007,Ms. DiFatta -Member of School Board ,District 4 ,200 East St. Bernard Hwy.,,Chalmette,LA,70043,504-301-2013,ST. BERNARD,Sharon Hanzo,461 Secluded Grove Loop,,Madisonville,LA,70447,985-966-8831,W,F,D,255,12/31/2010,01/01/2007,Ms. Hanzo -Member of School Board ,District 5 ,200 East St. Bernard Hwy.,,Chalmette,LA,70043,504-301-2013,ST. BERNARD,"Joseph V. ""Joe"" Long, Sr.",P.O. Box 765,,Chalmette,LA,70044,504-251-0495,W,M,R,255,12/31/2010,01/01/2007,Mr. Long -Member of School Board ,District 6 ,200 East St. Bernard Hwy.,,Chalmette,LA,70043,504-301-2013,ST. BERNARD,Hugh C. Craft,P.O. Box 530,,Chalmette,LA,70044,504-451-4248,W,M,D,255,12/31/2010,01/01/2007,Mr. Craft -Member of School Board ,District 7 ,200 East St. Bernard Hwy.,,Chalmette,LA,70043,504-301-2013,ST. BERNARD,Diana B. Dysart,3512 Corinne Ave.,,Chalmette,LA,70043,504-271-2450,W,F,O,255,12/31/2010,01/01/2007,Ms. Dysart -Member of School Board ,District 8 ,200 East St. Bernard Hwy.,,Chalmette,LA,70043,504-301-2013,ST. BERNARD,"""Cliff"" Englande",2813 Mayflower St.,,Meraux,LA,70075,504-439-5523,W,M,D,255,12/31/2010,01/01/2007,Mr. Englade -Member of School Board ,District 9 ,200 East St. Bernard Hwy.,,Chalmette,LA,70043,504-301-2013,ST. BERNARD,"Henderson Lewis, Jr.",P.O. Box 883,,Violet,LA,70092,504-931-0451,B,M,D,255,12/31/2010,01/01/2007,Mr. Lewis -Member of School Board ,District 10 ,200 East St. Bernard Hwy.,,Chalmette,LA,70043,504-301-2013,ST. BERNARD,Perry Nicosia,1019 W. Judge Perez Dr.,,Chalmette,LA,70043,504-279-1000,W,M,D,255,12/31/2010,01/01/2007,Mr. Nicosia -Member of School Board ,District 11 ,200 East St. Bernard Hwy.,,Chalmette,LA,70043,504-301-2013,ST. BERNARD,Donald D. Campbell,2121 Sylvia Blvd.,,St. Bernard,LA,70085,504-615-8867,W,M,R,255,12/31/2010,01/01/2007,Mr. Campbell -Justice of the Peace ,Justice of the Peace Ward A ,,,,LA,,,ST. BERNARD,Kevin J. Hoffman,601 Lebeau St.,,Arabi,LA,70032,504-202-1934,W,M,R,265,12/31/2014,01/01/2009 -Justice of the Peace ,Justice of the Peace Ward B ,901 Badger Dr.,,Arabi,LA,70032,504-277-6769,ST. BERNARD,George V. Wollfarth,901 Badger Dr.,,Arabi,LA,70032,504-982-1670,W,M,D,265,12/31/2014,01/01/2009,Mr. Wollfarth -Justice of the Peace ,Justice of the Peace Ward C ,91 W.Claiborne Sq.,,Chalmette,LA,70043,504-279-5681,ST. BERNARD,"""Tony"" Micheu",4001 Jean Lafitte Pkwy.,,Chalmette,LA,70043,504-913-5055,W,M,R,265,12/31/2014,01/01/2009,Mr. Micheu -Justice of the Peace ,Justice of the Peace Ward D ,2110 Packenham Dr.,,Chalmette,LA,70043,504-279-3303,ST. BERNARD,Debra B. Bouterie,2110 Packenham Dr.,,Chalmette,LA,70043,504-279-3303,W,F,R,265,12/31/2014,01/01/2009,Ms. Bouterie -Justice of the Peace ,Justice of the Peace Ward E ,3020 Paris Rd.,,Chalmette,LA,70043,504-279-3789,ST. BERNARD,Luann Landry,3020 Paris Rd.,,Chalmette,LA,70043,504-277-4256,W,F,R,265,12/31/2014,01/01/2009,Ms. Landry -Justice of the Peace ,Justice of the Peace Ward F ,2317 Gallo Dr.,,Chamette,LA,70043,504-271-5586,ST. BERNARD,Michael A. McNab,2003 Pelitere Dr.,,Chalmette,LA,70043,504-277-4955,W,M,D,265,12/31/2014,01/01/2009,Mr. McNab -Justice of the Peace ,Justice of the Peace Ward G ,3405 Karen Dr.,,Chamette,LA,70043,504-279-6631,ST. BERNARD,Howard Luna,3200 Karen Dr.,,Chalmette,LA,70043,504-271-1632,,,D,265,12/31/2014,01/01/2009,Mr. Luna -Justice of the Peace ,Justice of the Peace Ward H ,2704 Jacob Dr.,,Chalmette,LA,70043,504-276-0205,ST. BERNARD,Charles J. Licciardi,1929 Licciardi Dr.,,Chalmette,LA,70043,504-251-1903,W,M,,265,12/31/2014,01/01/2009,Mr. Licciardi -Justice of the Peace ,Justice of the Peace Ward I ,3001 Maureen Ln.,,Meraux,LA,70075,504-277-2261,ST. BERNARD,Glenn G. Landry,3001 Maureen Ln.,,Meraux,LA,70075,504-277-2261,W,M,D,265,12/31/2014,01/01/2009,Mr. Landry -Justice of the Peace ,Justice of the Peace Ward J ,2116 Repose St.,,Violet,LA,70092,504-682-3705,ST. BERNARD,Barbara Manuel,P.O. Box 1784,,Violet,LA,70092,504-858-1553,B,F,D,265,12/31/2014,01/01/2009,Ms. Manuel -Justice of the Peace ,Justice of the Peace Ward K ,2100 Nicosia Pl.,,St. Bernard,LA,70085,504-682-3010,ST. BERNARD,Bruce Jackson,2012 Kingfisher Dr.,,St. Bernard,LA,70085,504-682-8203,W,M,D,265,12/31/2014,01/01/2009,Mr. Jackson -Constable ,Justice of the Peace Ward A ,2217 Mehle Ave.,,Arabi,LA,70032,504-279-9763,ST. BERNARD,"""Mitch"" Perkins",6 Brittany Pl.,,Arabi,LA,70032,504-250-3683,W,M,D,267,12/31/2014,01/01/2009,Mr. Perkins -Constable ,Justice of the Peace Ward B ,1400 Perrin Dr.,,Arabi,LA,70032,504-279-3041,ST. BERNARD,"Anthony ""Tony"" La Nasa, III",205 Llama Dr.,,Arabi,LA,70032,504-452-0358,W,M,R,267,12/31/2014,01/01/2009,Mr. La Nasa -Constable ,Justice of the Peace Ward C ,8440 Creole Dr.,,Chalmette,LA,70043,504-279-9781,ST. BERNARD,"Henry H. Vandenborre, Jr.",P. O. Box 321,,Chalmette,LA,70044,504-277-4417,W,M,D,267,12/31/2014,01/01/2009,Mr. Vandenborre -Constable ,Justice of the Peace Ward D ,3318 Park Blvd.,,Chalmette,LA,70043,504-279-2027,ST. BERNARD,"William F. ""Billy"" Cure",3318 Park Blvd.,,Chalmette,LA,70043,504-583-9840,W,M,D,267,12/31/2014,01/01/2009 -Constable ,Justice of the Peace Ward E ,3009 Buffon St.,,Chalmette,LA,70043,504-271-3159,ST. BERNARD,"Henry J. Maitre, III",211 E. St. Jean Baptiste St.,,Chalmette,LA,70043,504-583-7730,W,M,R,267,12/31/2014,01/01/2009,Mr. Maitre -Constable ,Justice of the Peace Ward F ,2201 Riverland Dr.,,Chalmette,LA,70043,504-279-2516,ST. BERNARD,Hillary Tinney Miller,2201 Riverland Dr.,,Chalmette,LA,70043,504-279-2516,W,F,,267,12/31/2014,01/22/2009,Ms. Miller -Constable ,Justice of the Peace Ward G ,3916 Mumphrey Rd.,,Chalmette,LA,70043,504-279-4853,ST. BERNARD,Brian G. Reaney,3816 Palmisano Blvd.,,Chalmette,LA,70043,504-277-0524,W,M,R,267,12/31/2014,01/01/2009,Mr. Reaney -Constable ,Justice of the Peace Ward H ,2125 Despaux Dr.,,Chalmette,LA,70043,504-277-6078,ST. BERNARD,Craig Miller,2304 Lena Dr.,,Chalmette,LA,70043,504-430-7901,W,M,D,267,12/31/2014,01/01/2009,Mr. Miller -Constable ,Justice of the Peace Ward I ,2316 Aramis Dr.,,Meraux,LA,70075,504-301-1107,ST. BERNARD,John Nicholas Green,2716 Saint Marie St.,,Meraux,LA,70075,504-277-8754,W,M,R,267,12/31/2014,01/01/2009,Mr. Green -Constable ,Justice of the Peace Ward J ,P.O. Box 104,,Violet,LA,70092,504-682-2805,ST. BERNARD,"Benjamin P. ""Benny"" Ruiz",P.O. Box 104,,Violet,LA,70092,504-232-8749,W,M,D,267,12/31/2014,01/01/2009,Mr. Ruiz -Constable ,Justice of the Peace Ward K ,3005 Hopedale Hwy.,,St. Bernard,LA,70085,504-676-3948,ST. BERNARD,"Anthony ""Tony"" Guerra",1828 Russell Pl.,,St. Bernard,LA,70085,504-682-9722,W,M,D,267,12/31/2014,01/01/2009,Mr. Guerra -DPEC Member ,at Large ,,,,LA,,,ST. CHARLES,Adam Eitmann,240 Oak Ln.,,Luling,LA,70070,985-212-9982,W,M,D,054,02/20/2012,02/20/2008,Mr. Eitmann -DPEC Member at Large ,Division A ,,,,LA,,,ST. CHARLES,"Paul ""Joey"" Murray, III",13880 River Rd.,,Destrehan,LA,70047,985-764-7275,W,M,D,054,02/20/2012,02/20/2008,Mr. Murray -DPEC Member at Large ,Division B ,,,,LA,,,ST. CHARLES,Phillip Eitmann,240 Oak Ln.,,Luling,LA,70070,985-233-9649,W,M,D,054,02/20/2012,02/20/2008 -DPEC Member ,District 1 ,P.O. Box 424,,Hahnville,LA,70057,985-783-6632,ST. CHARLES,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,ST. CHARLES,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,ST. CHARLES,Chad Murray,P.O. Box 278,,Destrehan,LA,70047,985-764-2601,W,M,D,056,02/20/2012,02/20/2008,Mr. Murray -DPEC Member ,District 4 ,,,,LA,,,ST. CHARLES,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,ST. CHARLES,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,ST. CHARLES,Michael J. Tabb,124 St. Charles St.,,Norco,LA,70079,985-764-3158,W,M,D,056,02/20/2012,02/20/2008,Mr. Tabb -DPEC Member ,District 7 ,,,,LA,,,ST. CHARLES,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,ST. CHARLES,George J. Fischer,106 Beaupre Dr.,,Luling,LA,70070,985-785-2819,W,M,R,064,02/20/2012,02/20/2008,Mr. Fischer -RPEC Member ,at Large ,,,,LA,,,ST. CHARLES,Martha Turner Laque,239 Beaupre Dr.,,Luling,LA,70070,985-331-8598,W,F,R,064,02/20/2012,02/20/2008 -RPEC Member ,at Large ,,,,LA,,,ST. CHARLES,"Donald Lichenstein, III",P. O. Box 88,,Paradis,LA,70080,504-915-2111,W,M,R,064,02/20/2012,02/20/2008,Mr. Lichenstein -RPEC Member ,at Large ,,,,LA,,,ST. CHARLES,Lance Marino,660 Pine St.,,Norco,LA,70079,985-725-1594,W,M,R,064,02/20/2012,02/20/2008 -RPEC Member ,at Large ,,,,LA,,,ST. CHARLES,Philip Strother,545 Hwy. 306,,Paradis,LA,70080,985-758-7163,W,M,R,064,02/20/2012,02/20/2008,Mr. Strother -RPEC Member at Large ,Division A ,,,,LA,,,ST. CHARLES,Marilyn M. Richoux,4 Stanton Hall Dr.,,Destrehan,LA,70047,985-764-2698,W,F,R,064,02/20/2012,02/20/2008 -RPEC Member at Large ,Division B ,,,,LA,,,ST. CHARLES,Garrett Monti,105 First St.,,Luling,LA,70070,504-908-5432,W,M,R,064,02/20/2012,02/20/2008 -RPEC Member ,District 1 ,,,,LA,,,ST. CHARLES,Cory Faucheux,3726 Tara Dr.,,Destrehan,LA,70047,504-251-5726,W,M,R,066,02/20/2012,02/20/2008,Mr. Faucheux -RPEC Member ,District 2 ,,,,LA,,,ST. CHARLES,Louise Broach Fischer,106 Beaupre Dr.,,Luling,LA,70070,985-785-2819,W,F,R,066,02/20/2012,02/20/2008,Mr. Fischer -RPEC Member ,District 3 ,,,,LA,,,ST. CHARLES,Paul Barletta,17 Hermitage Dr.,,Destrehan,LA,70047,985-764-8267,W,M,R,066,02/20/2012,02/20/2008,Mr. Barletta -RPEC Member ,District 4 ,,,,LA,,,ST. CHARLES,"Richard Dufrene, Jr.",146 Pine St.,,Des Allemands,LA,70030,,W,M,R,066,02/20/2012,02/20/2008 -RPEC Member ,District 5 ,,,,LA,,,ST. CHARLES,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,ST. CHARLES,Marcus M. Lambert,200 Edgewood Ln.,,Montz,LA,70068,985-652-2243,W,M,R,066,02/20/2012,02/20/2008,Mr. Lambert -RPEC Member ,District 7 ,,,,LA,,,ST. CHARLES,John D. Brady,P. O. Box 1513,,Luling,LA,70070,985-785-9940,W,M,R,066,02/20/2012,02/20/2008,Mr. Brady -Sheriff ,,P. O. Box 426,,Hahnville,LA,70057,985-783-6237,ST. CHARLES,"Gregory C. ""Greg"" Champagne",P.O. Box 426,,Hahnville,LA,70057,985-785-0688,W,M,R,225,06/30/2012,07/01/2008,Sheriff Champagne -Clerk of Court ,,P. O. Box 424,,Hahnville,LA,70057,985-783-6632,ST. CHARLES,"Charles ""Charlie"" Oubre, Jr.",P. O. Box 424,,Hahnville,LA,70057,985-783-2712,W,M,D,230,06/30/2012,07/01/2008,Mr. Oubre -Assessor ,,P. O. Box 303,,Hahnville,LA,70057,504-783-6281,ST. CHARLES,"Clyde A. ""Rock"" Gisclair",12625 River Rd.,,Luling,LA,70070,985-785-2230,W,M,R,235,12/31/2012,01/01/2009,Mr. Gisclair -Coroner ,,1057 Paul Millard Rd.,,Luling,LA,70070,985-785-3693,ST. CHARLES,Brian Brogle,50 Villere Pl.,,Destrehan,LA,70047,504-914-6008,W,M,R,240,03/25/2012,03/24/2008,Mr. Brogle -Parish President ,,P.O. Box 302,,Hahnville,LA,70057,985-783-5000,ST. CHARLES,"""V.J."" St. Pierre, Jr.",P.O. Box 33,,Destrehan,LA,70047,985-764-9383,W,M,D,243,01/09/2012,01/14/2008,Mr. St. Pierre -Councilman at Large ,Division A ,P.O. Box 302,,Hahnville,LA,70057,985-783-5000,ST. CHARLES,Carolyn K. Schexnaydre,269 Schexnaydre Ln.,,Destrehan,LA,70047,985-764-0064,W,F,D,244,01/09/2012,01/14/2008,Ms. Schexnaydre -Councilman at Large ,Division B ,P.O. Box 302,,Hahnville,LA,70057,985-783-5000,ST. CHARLES,Terry Authement,102 Angel Dr.,,Boutte,LA,70039,985-758-2509,W,M,D,244,01/09/2012,01/14/2008,Mr. Authement -Councilman ,District 1 ,P.O. Box 302,,Hahnville,LA,,985-783-5000,ST. CHARLES,"Billy Raymond, Sr.",520 Courthouse Ln.,,Hahnville,LA,70057,985-783-2612,B,M,D,245,01/09/2012,01/14/2008,Mr. Raymond -Councilman ,District 2 ,P.O. Box 302,,Hahnville,LA,70057,985-783-5000,ST. CHARLES,Shelley Tastet,11 Cathy Dr.,,Luling,LA,70070,985-785-9459,W,M,D,245,01/09/2012,01/14/2008,Mr. Tastet -Councilman ,District 3 ,P.O. Box 302,,Hahnville,LA,70057,985-783-5000,ST. CHARLES,Wendy Edler Benedetto,13 Ashland Dr.,,Destrehan,LA,70047,504-382-7492,W,F,R,245,01/09/2012,01/14/2008,"Ms, Benedetto " -Councilman ,District 4 ,P.O. Box 302,,Hahnville,LA,70057,985-783-5000,ST. CHARLES,Paul J. Hogan,P.O. Box 250,,Des Allemands,LA,70030,504-615-4862,W,M,R,245,01/09/2012,01/14/2008,Mr. Hogan -Councilman ,District 5 ,P.O. Box 302,,Hahnville,LA,70057,985-783-5000,ST. CHARLES,"""Larry"" Cochran",114 Oaklawn Rdge.,,St. Rose,LA,70087,504-305-6185,W,M,D,245,01/09/2012,01/14/2008,Mr. Cochran -Councilman ,District 6 ,P.O. Box 302,,Hahnville,LA,70057,985-783-5000,ST. CHARLES,Marcus M. Lambert,200 Edgewood Ln.,,Montz,LA,70068,985-652-2243,W,M,R,245,01/09/2012,01/14/2008,Mr. Lambert -Councilman ,District 7 ,P.O. Box 302,,Hahnville,LA,70057,985-783-5000,ST. CHARLES,Dennis Nuss,127 Braden Dr.,,Luling,LA,70070,985-785-6523,W,M,R,245,01/09/2012,01/14/2008,Mr. Nuss -Member of School Board ,District 1 ,13855 River Rd.,,Luling,LA,70070,985-785-6289,ST. CHARLES,Ellis Alexander,P.O. Box 87,,Hahnville,LA,70057,985-783-2641,B,M,,255,12/31/2010,01/01/2007,Mr. Alexander -Member of School Board ,District 2 ,13855 River Rd.,,Luling,LA,70070,985-785-6289,ST. CHARLES,Mary Bergeron,105 Laurel Ct.,,Luling,LA,70070,985-785-6680,W,F,R,255,12/31/2010,01/01/2007,Ms. Bergeron -Member of School Board ,District 3 ,13855 River Rd.,,Luling,LA,70070,985-785-6289,ST. CHARLES,Dennis Naquin,6 Stanton Hall Dr.,,Destrehan,LA,70047,985-764-0946,W,M,R,255,12/31/2010,01/01/2007,Mr. Naquin -Member of School Board ,District 4 ,13855 River Rd.,,Luling,LA,70070,985-785-6289,ST. CHARLES,"C. H. ""Sonny"" Savoie",P.O. Box 1550,,Paradis,LA,70080,985-758-2494,W,M,D,255,12/31/2010,01/01/2007,Mr. Savoie -Member of School Board ,District 5 ,13855 River Rd.,,Luling,LA,70070,985-785-6289,ST. CHARLES,John L. Smith,P.O. Box 238,,St. Rose,LA,70087,504-469-0167,B,M,D,255,12/31/2010,01/01/2007,Mr. Smith -Member of School Board ,District 6 ,13855 River Rd.,,Luling,LA,70070,985-785-6289,ST. CHARLES,"""Jay"" Robichaux",P. O. Box 184,,Norco,LA,70079,504-416-1571,W,M,,255,12/31/2010,01/01/2007,Mr. Robichaux -Member of School Board ,District 7 ,13855 River Rd.,,Luling,LA,70070,985-785-6289,ST. CHARLES,Steve Crovetto,P.O. Box 648,,Boutte,LA,70039,985-785-1143,W,M,D,255,12/31/2010,01/01/2007,Mr. Crovetto -Member of School Board ,District 8 ,13855 River Rd.,,Luling,LA,70070,985-785-6289,ST. CHARLES,"""Al"" Suffrin",241 Villere Dr.,,Destrehan,LA,70047,985-764-4288,W,M,R,255,12/31/2010,01/01/2007,Mr. Suffrin -Justice of the Peace ,Justice of the Peace District 1 ,P.O. Box 63,,Hahnville,LA,70057,985-783-6717,ST. CHARLES,Edna Campbell-Bridges,P.O. Box 237,,Hahnville,LA,70057,985-308-0166,B,F,D,265,12/31/2014,01/01/2009,Ms. Bridges -Justice of the Peace ,Justice of the Peace District 2 ,P.O. Box 242,,Luling,LA,70070,985-785-6630,ST. CHARLES,"Earl ""Pie"" Tastet",P.O. Box 242,,Luling,LA,70070,985-785-6630,W,M,D,265,12/31/2014,01/01/2009,Mr. Tastet -Justice of the Peace ,Justice of the Peace District 3 ,219 Ormond Oaks Dr.,,Destrehan,LA,70047,985-764-6796,ST. CHARLES,"Henry R. Miller, Jr.",219 Ormond Oak Dr.,,Destrehan,LA,70047,985-764-6796,W,M,D,265,12/31/2014,01/01/2009,Mr. Miller -Justice of the Peace ,Justice of the Peace District 4 ,152 Bayou Est. Dr.,,Des Allemands,LA,70030,985-758-2936,ST. CHARLES,"Lloyd ""L.J."" Frickey",152 Bayou Estates Dr.,,Des Allemands,LA,70030,985-758-2936,W,M,D,265,12/31/2014,01/01/2009,Mr. Frickey -Justice of the Peace ,Justice of the Peace District 5 ,18 Pinto Ln.,,St. Rose,LA,70087,504-467-1754,ST. CHARLES,Julie P. Carmouche,18 Pinto Ln.,,St. Rose,LA,70087,504-467-1754,W,F,R,265,12/31/2014,01/01/2009,Ms. Carmouche -Justice of the Peace ,Justice of the Peace District 6 ,526 W.Harding St.,,Destrehan,LA,70047,985-764-9425,ST. CHARLES,"John J. Marino, Jr.",526 W. Harding St.,,Destrehan,LA,70047,985-764-9425,W,M,O,265,12/31/2014,01/01/2009,Mr. Marino -Justice of the Peace ,Justice of the Peace District 7 ,442 MonSanto St.,,Luling,LA,70070,985-785-6658,ST. CHARLES,John D. Brady,101 Wade St.,,Luling,LA,70070,504-952-9740,W,M,R,265,12/31/2014,01/01/2009,Mr. Brady -Constable ,Justice of the Peace District 1 ,P.O. Box 442,,Hahnville,LA,70057,985-783-2087,ST. CHARLES,Rose P. LeGaux,P.O. Box 442,,Hahnville,LA,70057,985-783-2087,B,F,D,267,12/31/2014,01/02/2009,Ms. LeGaux -Constable ,Justice of the Peace District 2 ,107 Beaupre Dr.,,Luling,LA,70070,985-785-0181,ST. CHARLES,Craig P. Petit,107 Beaupre Dr.,,Luling,LA,70070,985-785-0181,W,M,D,267,12/31/2014,01/01/2009,Mr. Petit -Constable ,Justice of the Peace District 3 ,130 Ducayet Dr.,,Destrehan,LA,70047,985-764-9590,ST. CHARLES,"""Gil"" Schmidt",130 Ducayet Dr.,,Destrehan,LA,70047,985-764-9590,W,M,R,267,12/31/2014,01/01/2009,Mr. Schmidt -Constable ,Justice of the Peace District 4 ,P.O. Box 214,,Des Allemands,LA,70030,985-758-7778,ST. CHARLES,Donnie White,805 Fonda St.,,Paradis,LA,70080,504-508-1098,B,M,D,267,12/31/2014,01/01/2009,Mr. White -Constable ,Justice of the Peace District 5 ,14 Bridle Path Ln.,,St. Rose,LA,70087,504-467-8075,ST. CHARLES,Stephen Black,162 Oak Manor Ln.,,St. Rose,LA,70087,504-467-8075,W,M,D,267,12/31/2014,01/01/2009,Mr. Black -Constable ,Justice of the Peace District 6 ,402 Marino Dr.,,Norco,LA,70079,985-764-7742,ST. CHARLES,Milton L. Cambre,402 Marino,,Norco,LA,70079,985-764-7742,W,M,D,267,12/31/2014,01/01/2009,Mr. Cambre -Constable ,Justice of the Peace District 7 ,611 Gassen St.,,Luling,LA,70070,985-785-6560,ST. CHARLES,Gary L. Cazenave,611 Gassen St.,,Luling,LA,70070,985-785-6560,W,M,R,267,12/31/2014,01/01/2009,Mr. Cazenave -DPEC Member ,at Large ,,,,LA,,,ST. HELENA,Mark R. Harrell,178 Thornton Ln.,,Pine Grove,LA,70453,225-777-4143,W,M,D,054,02/20/2012,02/20/2008,Mr. Harrell -DPEC Member ,at Large ,,,,LA,,,ST. HELENA,Bonnie McMillan,234 Tiger Bend Ln.,,Kentwood,LA,70444,985-229-5009,W,F,D,054,02/20/2012,02/20/2008,Ms. McMillan -DPEC Member ,District 1 ,,,,LA,,,ST. HELENA,Linda Guy Phillips,192 Linda Carol Ln.,,Greensburg,LA,70441,985-517-6146,W,F,D,056,02/20/2012,02/20/2008,Ms. Phillips -DPEC Member ,District 2 ,,,,LA,,,ST. HELENA,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,ST. HELENA,Michael R. Martin,P.O. Box 720,,Greensburg,LA,70441,225-222-4499,B,M,D,056,02/20/2012,02/20/2008,Mr. Martin -DPEC Member ,District 4 ,,,,LA,,,ST. HELENA,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,ST. HELENA,Kenneth R. Miller,249 Braford Rd.,,Amite,LA,70422,985-748-7311,W,M,D,056,02/20/2012,02/20/2008,Mr. Miller -DPEC Member ,District 6 ,,,,LA,,,ST. HELENA,Myrtie N. Wofford,3770 Newman Rd.,,Kentwood,LA,70444,985-229-8215,W,F,D,056,02/20/2012,02/20/2008,Ms. Wofford -RPEC Member ,at Large ,,,,LA,,,ST. HELENA,Huey N. Davis,4520 Hwy. 441,,Amite,LA,70422,985-748-6154,W,M,R,064,02/20/2012,02/20/2008,Mr. Davis -RPEC Member ,District 1 ,,,,LA,,,ST. HELENA,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,ST. HELENA,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,ST. HELENA,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,ST. HELENA,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,ST. HELENA,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,ST. HELENA,,,,,,,,,,,066 -Sheriff ,,P.O. Box 1205,,Greensburg,LA,70441,225-222-4413,ST. HELENA,"Nathaniel ""Nat"" Williams",P.O. Box 1205,,Greensburg,LA,70441,225-777-4786,B,M,D,225,06/30/2012,07/01/2008,Sheriff Williams -Clerk of Court ,,P. O. Box 308,,Greensburg,LA,70441,225-222-4514,ST. HELENA,Beverly A. Gordon,P.O. Box 308,,Greensburg,LA,70441,225-222-6539,B,F,D,230,06/30/2012,07/01/2008,Ms. Gordon -Assessor ,,P.O. Box 607,,Greensburg,LA,70441,225-222-4131,ST. HELENA,Wesley Blades,448 Tut Blades Rd.,,Kentwood,LA,70444,985-229-2415,W,M,D,235,12/31/2012,01/01/2009,Mr. Blades -Coroner ,,P.O. Box 1178,,Greensburg,LA,70441,225-222-3206,ST. HELENA,Jimmie W. Varnado,P.O. Box 1178,,Greensburg,LA,70441,225-222-3206,W,M,D,240,03/25/2012,03/24/2008,Mr. Varnado -Police Juror,District 1,P. O. Box 339,,Greensburg,LA,70441,225-222-4549,ST. HELENA,Jule Charles Wascom,145 Alton & Lucille Ln.,,Greensburg,LA,70441,225-222-3760,W,M,D,245,01/08/2012,01/14/2008,Mr. Wascom -Police Juror ,District 2 ,P. O. Box 339,,Greensburg,LA,70441,225-222-4549,ST. HELENA,Thomas J. Wicker,578 Wicker Ln.,,Greensburg,LA,70441,225-222-6357,B,M,D,245,01/08/2012,01/14/2008,Mr. Wicker -Police Juror ,District 3 ,P. O. Box 339,,Greensburg,LA,70441,225-222-4549,ST. HELENA,"Theodore McCray, Jr.",8915 Hwy. 43,,Amite,LA,70422,225-777-4614,B,M,D,245,01/08/2012,01/14/2008,mr. McCray -Police Juror ,District 4 ,P. O. Box 339,,Greensburg,LA,70441,225-222-4549,ST. HELENA,Frank E. Johnson,1537 Hwy. 63,,Pine Grove,LA,70453,225-777-4810,B,M,D,245,01/08/2012,01/14/2008,Mr. Johnson -Police Juror ,District 5 ,P. O. Box 339,,Greensburg,LA,70441,225-222-4549,ST. HELENA,Major Coleman,1094 McDaniel Rd.,,Amite,LA,70422,985-748-4925,B,M,D,245,01/08/2012,01/14/2008,Mr. Coleman -Police Juror ,District 6 ,P. O. Box 339,,Greensburg,LA,70441,225-222-4549,ST. HELENA,"""Doug"" Watson",17571 Hwy 441,,Kentwood,LA,70441,985-229-7517,W,M,R,245,01/08/2012,01/14/2008,Mr. Watson -Member of School Board ,District 1 ,P. O. Box 540,,Greensburg,LA,70441,225-222-4349,ST. HELENA,Wilson Hagan,201 W. H. Ln.,,Greensburg,LA,70441,225-222-6951,W,M,D,255,12/31/2010,01/01/2007,Mr. Hagan -Member of School Board ,District 2 ,P. O. Box 540,,Greensburg,LA,70441,225-222-4349,ST. HELENA,Brenda G. Hurst,23 Collins Chaney Ln.,,Greensburg,LA,70441,225-222-6088,B,F,D,255,12/31/2010,01/01/2007 -Member of School Board ,District 3 ,P. O. Box 540,,Greensburg,LA,70441,225-222-4349,ST. HELENA,"Elijah Harvey, Jr.",9971 Hwy. 449,,Greensburg,LA,70441,225-222-6369,B,M,D,255,12/31/2010,01/01/2007,Mr. Harvey -Member of School Board ,District 4 ,P. O. Box 540,,Greensburg,LA,70441,225-222-4349,ST. HELENA,Willie G. Lee,176 Dennis Lee Rd.,,Denham Springs,LA,70706,225-777-4354,B,M,D,255,12/31/2010,01/01/2007,Mr. Lee -Member of School Board ,District 5 ,P. O. Box 540,,Greensburg,LA,70441,225-222-4349,ST. HELENA,"James E. ""Bull"" Baker",936 McDaniel Rd.,,Amite,LA,70422,985-748-9119,B,M,D,255,12/31/2010,01/01/2007,Mr. Baker -Member of School Board ,District 6 ,P. O. Box 540,,Greensburg,LA,70441,225-222-4349,ST. HELENA,"Alton ""Al"" Travis, Jr.",5121 Hwy. 38,,Kentwood,LA,70444,985-229-8517,W,M,D,255,12/31/2010,01/01/2007,Mr. Travis -Justice of the Peace ,Justice of the Peace Ward 1 ,228 Red Bluff Church Rd.,,Greensburg,LA,70441,225-222-6235,ST. HELENA,James E. Chaney,P.O. Box 33,,Greensburg,LA,70441,225-603-7524,B,M,D,265,12/31/2014,01/01/2009,Mr. Chaney -Justice of the Peace ,Justice of the Peace Ward 2 ,P.O. Box 1137,,Greensburg,LA,70441,225-222-4930,ST. HELENA,Alfloyd Muse,120 Alonzo Jones Ln.,,Greensburg,LA,70441,225-222-6205,B,M,D,265,12/31/2014,01/01/2009,Mr. Muse -Justice of the Peace ,Justice of the Peace Ward 3 ,987 Amacker Rd.,,Greensburg,LA,70441,225-222-4595,ST. HELENA,Tundra D. Muse,75 Caston Ln.,,Greensburg,LA,70441,225-331-0363,B,F,D,265,12/31/2014,01/01/2009,Ms. Muse -Justice of the Peace ,Justice of the Peace Ward 4 ,219 Dennis Lee Rd.,,Denham Springs,LA,70726,225-777-4475,ST. HELENA,Joe L. Lee,219 Dennis Lee Rd.,,Denham Springs,LA,70706,225-777-4475,B,M,D,265,12/31/2014,01/01/2009,Mr. Lee -Justice of the Peace ,Justice of the Peace Ward 5 ,31906 Hwy.16,,Amite,LA,70422,985-748-6231,ST. HELENA,Larry Charles Freeman,31906 La. Hwy. 16,,Amite,LA,70422,985-974-5868,B,M,D,265,12/31/2014,01/01/2009,Mr. Freeman -Justice of the Peace ,Justice of the Peace Ward 6 ,583 McMillan Ln.,,Kentwood,LA,70444,985-229-3800,ST. HELENA,Spencer Lee McMillan,583 McMillan Ln.,,Kentwood,LA,70444,985-229-3800,W,M,D,265,12/31/2014,01/01/2009,Mr. McMillan -Constable ,Justice of the Peace Ward 1 ,33 Lloyd Collins Rd.,,Greensburg,LA,70441,225-222-3400,ST. HELENA,"Joseph ""Joby"" Wall",232 Floyd Ln.,,Greensburg,LA,70441,225-229-0382,W,M,D,267,12/31/2014,01/01/2009,Mr. Wall -Constable ,Justice of the Peace Ward 2 ,P.O. Box 155,,Greensburg,LA,70441,225-222-6761,ST. HELENA,"Kermit Brown, ",210 John Matthews Ln.,,Greensburg,LA,70441-4027,225-222-6408,B,M,D,267,,02/15/2010 -Constable ,Justice of the Peace Ward 2 ,P.O. Box 155,,Greensburg,LA,70441,225-222-6761,ST. HELENA,"Kermit L. Brown, ",210 John Matthews Ln.,,Greensburg,LA,70441,,,,,267,,01/04/2010,Mr. Brown -Constable ,Justice of the Peace Ward 3 ,P.O. Box 371,,Greensburg,LA,70441,225-222-4187,ST. HELENA,"Iola J. Martin, ",P.O. Box 577,,Greensburg,LA,70442,225-719-2452,,,,267,,12/28/2009,Ms. Martin -Constable ,Justice of the Peace Ward 3 ,P.O. Box 371,,Greensburg,LA,70441,225-222-4187,ST. HELENA,"Iona T. Pitts, ",P.O. Box 371,,Greensburg,LA,70441,225-222-4075,B,F,D,267,12/31/2014,01/01/2009,Ms. Pitts -Constable ,Justice of the Peace Ward 4 ,337 Dennis Lee Rd.,,Denham Springs,LA,70726,225-777-4029,ST. HELENA,Lawrence Hughes,337 Dennis Lee Rd.,,Denham Springs,LA,70706,225-777-4407,B,M,D,267,12/31/2014,01/01/2009,Mr. Hughes -Constable ,Justice of the Peace Ward 5 ,394 Sharkey Loop,,Amite,LA,70422,985-748-4798,ST. HELENA,Raymond Baker,1416 McDaniel Rd.,,Amite,LA,70422,985-748-8496,B,M,D,267,12/31/2014,01/01/2009,Mr. Baker -Constable ,Justice of the Peace Ward 6 ,5210 Newman Rd.,,Kentwood,LA,70444,985-229-3664,ST. HELENA,"Paul B. Alford, Sr.",64 Buddy Ln.,,Kentwood,LA,70444,985-229-7105,W,M,D,267,12/31/2014,01/01/2009,Mr. Alford -Mayor ,Town of Greensburg ,P. O. Box 160,,Greensburg,LA,,225-222-4312,ST. HELENA,Burke Jones,P.O. Box 82,,Greensburg,LA,70441,225-222-6049,W,M,D,300,11/30/2012,12/01/2008,Mr. Jones -Mayor ,Village of Montpelier ,36400 Hwy. 16,,Montpelier,LA,,225-777-4400,ST. HELENA,"Bryan Edward Dykes, Sr.",35651 3rd Ave.,,Montpelier,LA,70422,225-777-4346,W,M,D,300,12/31/2010,01/01/2007,Mr. Dykes -Chief of Police ,Village of Montpelier ,36400 Hwy. 16,,Montpelier,LA,70422,225-777-4700,ST. HELENA,Gerald O'Malley,5432 Hwy. 43,,Montpelier,LA,70422,225-777-4761,W,M,D,305,12/31/2010,01/01/2007,Mr. O'Malley -Alderman ,"Division A, Town of Greensburg ",P. O. Box 160,,Greensburg,LA,70441,225-222-4312,ST. HELENA,Jimmie L. Meadows,P. O. Box 279,,Greensburg,LA,70441,225-222-6467,W,M,D,310,11/30/2012,12/01/2008,Mr. Meadows -Alderman ,"Division B, Town of Greensburg ",P. O. Box 160,,Greensburg,LA,70441,225-222-4312,ST. HELENA,Hunter Carter,6432 Hwy. 10,,Greensburg,LA,70441,225-573-8121,W,M,R,310,11/30/2012,12/01/2008,Mr. Carter -Alderman ,"Division C, Town of Greensburg ",P. O. Box 160,,Greensburg,LA,70441,225-222-4312,ST. HELENA,Larry Carruth,P.O. Box 127,,Greensburg,LA,70441,225-222-6324,W,M,D,310,11/30/2012,12/01/2008,Mr. Carruth -Alderman ,"Division D, Town of Greensburg ",P. O. Box 160,,Greensburg,LA,70441,225-222-4312,ST. HELENA,"""Danny"" Carruth",857 Taylor Rd.,,Greensburg,LA,70441,225-747-0366,W,M,R,310,11/30/2012,12/01/2008,Mr. Carruth -Alderman ,"Division E, Town of Greensburg ",P. O. Box 160,,Greensburg,LA,70441,225-222-4312,ST. HELENA,Paula McNabb,725 Taylor St.,,Greensburg,LA,70441,225-222-3634,W,F,D,310,11/30/2012,12/01/2008,Ms. McNabb -Alderman ,Village of Montpelier ,36400 Hwy. 16,,Montpelier,LA,70422,225-777-4400,ST. HELENA,Jason Barber,2880 St. Helena Ave.,,Montpelier,LA,70422,225-777-4815,W,M,,310,12/31/2010,01/01/2007,Mr. Barber -Alderman ,Village of Montpelier ,36400 Hwy. 16,,Montpelier,LA,70422,225-777-4400,ST. HELENA,"""Brad"" Davis, Sr.",5490 Hwy. 43,,Montpelier,LA,70422,225-777-4717,W,M,R,310,12/31/2010,01/01/2007,Mr. Davis -Alderman ,Village of Montpelier ,36400 Hwy. 16,,Montpelier,LA,70422,225-777-4400,ST. HELENA,Kenneth G. Giardina,35999 Hwy. 16,,Montpelier,LA,70422,225-777-4785,W,M,D,310,12/31/2010,01/01/2007,Mr. Giardina -DPEC Member ,at Large ,,,,LA,,,ST. JAMES,"Dale Hymel, Jr.",P.O. Box 3,,Lutcher,LA,70071,225-869-3365,W,M,D,054,02/20/2012,02/20/2008,Mr. Hymel -DPEC Member ,at Large ,,,,LA,,,ST. JAMES,"Edmond E. Kinler, Jr.",P.O. Box 21,,Paulina,LA,70763,225-869-3653,W,M,D,054,02/20/2012,02/20/2008,Mr. Kinler -DPEC Member ,at Large ,,,,LA,,,ST. JAMES,"Willy J. Martin, Jr.",32077 Longview St.,,Paulina,LA,70763,225-869-4331,W,M,D,054,02/20/2012,02/20/2008,Mr. Martin -DPEC Member ,at Large ,,,,LA,,,ST. JAMES,03060J. Petit,P.O. Box 213,,Hester,LA,70743,225-869-5997,W,M,D,054,02/20/2012,02/20/2008,Mr. Petit -DPEC Member ,District 1 ,,,,LA,,,ST. JAMES,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,ST. JAMES,Wilbur Reynaud,P.O. Drawer N,,Lutcher,LA,70071,225-869-3962,W,M,D,056,02/20/2012,02/20/2008,Mr. Reynaud -DPEC Member ,District 3 ,,,,LA,,,ST. JAMES,"030608o-Boy"" LeBlanc",P.O. Box 381,,Paulina,LA,70763,225-869-9232,W,M,D,056,02/20/2012,02/20/2008,Mr. LeBlanc -DPEC Member ,District 4 ,,,,LA,,,ST. JAMES,"Ralph Patin, Jr.",.,,,LA,,,,,,056,,03/06/2008,Mr. Patin -DPEC Member ,District 5 ,,,,LA,,,ST. JAMES,Rita M. Cooper,8171 Hwy. 18,,St. James,LA,70086,225-473-3572,,,,056,,03/06/2008,Ms. Cooper -DPEC Member ,District 6 ,,,,LA,,,ST. JAMES,Stanley Folse,21030 Hwy. 20 West,,Vacherie,LA,70090,225-265-4257,,,,056,,03/06/2008,Mr. Folse -DPEC Member ,District 7 ,,,,LA,,,ST. JAMES,Glenn Waguespack,13300 Maria Gravois Rd.,,Vacherie,LA,70090,225-265-3228,W,M,D,056,02/20/2012,02/20/2008,Mr. Waguespack -RPEC Member ,at Large ,,,,LA,,,ST. JAMES,Brad Steib,13881 Clifford St.,,Vacherie,LA,70090,225-265-2303,W,M,R,064,02/20/2012,02/20/2008,Mr. Steib -RPEC Member ,District 1 ,,,,LA,,,ST. JAMES,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,ST. JAMES,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,ST. JAMES,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,ST. JAMES,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,ST. JAMES,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,ST. JAMES,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,ST. JAMES,,,,,,,,,,,066 -Sheriff ,,P. O. Box 83,,Convent,LA,70723,225-562-2378,ST. JAMES,"Willy J. Martin, Jr.",P.O. Box 83,,Convent,LA,70723,225-869-4331,W,M,D,225,06/30/2012,07/01/2008,Sheriff Martin -Clerk of Court ,,P. O. Box 63,,Convent,LA,70723,225-562-2270,ST. JAMES,"Edmond E. Kinler, Jr.",P. O. Box 63,,Convent,LA,70723,225-869-3653,W,M,D,230,06/30/2012,07/01/2008,Mr. Kinler -Assessor ,,P.O. Box 55,,Convent,LA,70723,225-562-2251,ST. JAMES,Glenn Waguespack,13300 Maria Gravois Rd.,,Vacherie,LA,70090,225-265-3228,W,M,D,235,12/31/2012,01/01/2009,Mr. Waguespack -Coroner ,,P.O. Box 369,,Lutcher,LA,70071,225-869-3493,ST. JAMES,Randall C. Poche,P. O. Box 855,,Lutcher,LA,70071,225-869-9707,W,M,D,240,03/25/2012,03/24/2008,Mr. Poche -Parish President ,,P.O. Box 176,,Vacherie,LA,70090,225-562-2400,ST. JAMES,"Dale Hymel, Jr.",P.O. Box 3,,Lutcher,LA,70071,225-869-3365,W,M,D,243,01/09/2012,01/14/2008,Mr. Hymel -Councilman,District 1,P. O. Box 176,,Vacherie,LA,70090-0176,225-562-2400,ST. JAMES,Elwyn Bocz,P. O. Box 1530,,Gramercy,LA,70052,225-869-8132,W,M,D,245,01/09/2012,01/14/2008,Mr. Bocz -Councilman ,District 2 ,P. O. Box 176,,Vacherie,LA,70090,225-562-2400,ST. JAMES,Jason P. Amato,1168 Marquette Dr.,,Lutcher,LA,70071,225-869-8347,W,M,R,245,01/09/2012,01/14/2008,Mr. Amato -Councilman ,District 3 ,P. O. Box 176,,Vacherie,LA,70090,225-562-2400,ST. JAMES,"Wilson F. Malbrough, Jr.",3612 Kenmore Dr.,,Paulina,LA,70763,225-869-5954,W,M,D,245,01/09/2012,01/14/2008,Mr. Malbrough -Councilman ,District 4 ,P. O. Box 176,,Vacherie,LA,70090,225-562-2400,ST. JAMES,"Ralph A. Patin, Jr.",9224 La. Hwy. 44,,Convent,LA,70723,225-562-3602,B,M,D,245,01/09/2012,01/14/2008,Mr. Patin -Councilman ,District 5 ,P. O. Box 176,,Vacherie,LA,70090,225-562-2400,ST. JAMES,"Charles ""I Spy"" Ketchens",P.O. Box 421,,Vacherie,LA,70090,225-265-7661,B,M,D,245,01/09/2012,01/14/2008,Mr. Ketchens -Councilman ,District 6 ,P. O. Box 176,,Vacherie,LA,70090,225-562-2400,ST. JAMES,"""Ken"" Brass",2381 Armant St.,,Vacherie,LA,70090,225-265-8727,B,M,D,245,01/09/2012,01/14/2008,Mr. Brass -Councilman ,District 7 ,P. O. Box 176,,Vacherie,LA,70090,225-562-2400,ST. JAMES,"James ""Jimmy"" Brazan",13426 Redbud St.,,Vacherie,LA,70090,225-265-4632,W,M,D,245,01/09/2012,01/14/2008,Mr. Brazan -Member of School Board ,District 1 ,P. O. Box 338,,Lutcher,LA,70071,225-869-5375,ST. JAMES,Diana B. Cantillo,165 N. Pine Ave.,,Gramercy,LA,70052,225-869-7933,W,F,D,255,12/31/2010,01/01/2007,Ms. Cantillo -Member of School Board ,District 2 ,P. O. Box 338,,Lutcher,LA,70071,225-869-5375,ST. JAMES,Kenneth J. Foret,1176 Desoto Dr.,,Lutcher,LA,70071,225-869-5267,W,M,D,255,12/31/2010,01/01/2007,Mr. Foret -Member of School Board ,District 3 ,P. O. Box 338,,Lutcher,LA,70071,225-869-5375,ST. JAMES,Carol C. Lambert,3564 Geismar St.,,Paulina,LA,70763,225-869-5134,W,F,D,255,12/31/2010,01/01/2007,Ms. Lambert -Member of School Board ,District 4 ,P. O. Box 338,,Lutcher,LA,70071,225-869-5375,ST. JAMES,"George Nassar, Jr.",P. O. Box 17,,Convent,LA,70723,225-562-7528,W,M,D,255,12/31/2010,01/01/2007,Mr. Nassar -Member of School Board ,District 5 ,P. O. Box 338,,Lutcher,LA,70071,225-869-5375,ST. JAMES,"Patricia Heary ""Ducy"" Schexnayder",7176 Communi St.,,St.James,LA,70086,225-265-8357,B,F,D,255,12/31/2010,01/01/2007,Ms. Schexnayder -Member of School Board ,District 6 ,P. O. Box 338,,Lutcher,LA,70071,225-869-5375,ST. JAMES,"Charles T. ""Charlie"" Nailor",P.O. Box 1235,,Vacherie,LA,70090,225-265-3873,B,M,D,255,12/31/2010,01/01/2007,Mr. Nailor -Member of School Board ,District 7 ,P. O. Box 338,,Lutcher,LA,70071,225-869-5375,ST. JAMES,"Richard ""Ricky"" Reulet, Jr.",23185 Reulet Rd.,,Vacherie,LA,70090,225-265-2380,W,M,D,255,12/31/2010,01/01/2007,Mr. Reulet -Justice of the Peace ,Justice of the Peace District 1 ,P.O. Box 106,,Gramercy,LA,70052,225-869-3353,ST. JAMES,Mary Rodrigue Walker,277 North Magnolia Ave.,,Gramercy,LA,70052,225-869-8742,W,F,D,265,12/31/2014,08/24/2009,Ms. Walker -Justice of the Peace ,Justice of the Peace District 2 ,P.O. Box 273,,Lutcher,LA,70071,225-869-5118,ST. JAMES,"Milton ""Bud"" Lambert",P.O. Box 1318,,Gramercy,LA,70052,225-268-9743,W,M,D,265,12/31/2014,01/01/2009,Mr. Lambert -Justice of the Peace ,Justice of the Peace District 3 ,P.O. Box 272,,Paulina,LA,70763,225-869-4337,ST. JAMES,"Stephen ""Lukey"" Louque",P.O. Box 272,,Paulina,LA,70763,225-869-4337,W,M,D,265,12/31/2014,01/01/2009,Mr. Louque -Justice of the Peace ,Justice of the Peace District 4 ,8124 Pleasant Hill St.,,Convent,LA,70723,225-562-7192,ST. JAMES,"Lionel Felton, Sr.",8124 Pleasant Hill St.,,Convent,LA,70723,225-562-7192,B,M,D,265,12/31/2014,01/01/2009,Mr. Felton -Justice of the Peace ,Justice of the Peace District 5 ,8249 Hwy. 18,,St. James,LA,70086,225-473-1505,ST. JAMES,Trina Folse Moll,8249 Hwy 18,,St.James,LA,70086,225-473-9569,B,F,D,265,12/31/2014,01/01/2009,Ms. Moll -Justice of the Peace ,Justice of the Peace District 6 ,1228 Old Vacherie St.,,Vacherie,LA,70090,225-265-2158,ST. JAMES,Eileen R. Jasmin,1228 Old Vacherie St.,,Vacherie,LA,70090,225-265-8295,B,F,D,265,12/31/2014,01/01/2009,Ms. Jasmin -Justice of the Peace ,Justice of the Peace District 7 ,13542 Hwy 643,,Vacherie,LA,70090,225-265-2921,ST. JAMES,"Marie Laurent ""Maddy"" Lewis",13542 Hwy. 643,,Vacherie,LA,70090,225-265-2921,B,F,D,265,12/31/2014,01/01/2009,Ms. Lewis -Constable ,Justice of the Peace District 1 ,P.O. Box 891,,Gramercy,LA,70052,225-869-5608,ST. JAMES,"Ronald ""Shine"" Boudreaux",P.O. Box 891,,Gramercy,LA,70052,225-869-1785,B,M,D,267,12/31/2014,01/01/2009,Mr. Boudreaux -Constable ,Justice of the Peace District 2 ,2459 N. Central,,Lutcher,LA,70071,225-869-9849,ST. JAMES,"Arthur M. ""Coach"" Harper, Jr.",P.O. Box 665,,Lutcher,LA,70071,225-869-9849,B,M,D,267,12/31/2014,01/01/2009,Mr. Harper -Constable ,Justice of the Peace District 3 ,2246 LeBoukin,,Paulina,LA,70763,225-869-5966,ST. JAMES,"Timothy ""Droopy"" Bourgeois",2246 LeBouKin St.,,Paulina,LA,70763,225-869-5966,W,M,D,267,12/31/2014,01/01/2009,Mr. Bourgeois -Constable ,Justice of the Peace District 4 ,P.O. Box 4,,Convent,LA,70723,225-562-3376,ST. JAMES,Johnnie Shorty,6125 Haydel St.,,Convent,LA,70723,225-562-3376,B,M,D,267,12/31/2014,01/01/2009,Mr. Shorty -Constable ,Justice of the Peace District 5 ,P.O. Box 34,,St. James,LA,70086,225-265-2244,ST. JAMES,"Sylvester J. ""Syl"" Winchester, Sr.",P.O. Box 285,,St.James,LA,70086,225-265-3010,B,M,D,267,12/31/2014,01/01/2009,Mr. Winchester -Constable ,Justice of the Peace District 6 ,2147 Hwy. 20 W.,,Vacherie,LA,70090,,ST. JAMES,Vanessa James,2470 Church St.,,Vacherie,LA,70090,225-206-0127,B,F,D,267,12/31/2014,01/02/2009,Ms. James -Constable ,Justice of the Peace District 7 ,13881 Clifford St.,,Vacherie,LA,70090,225-265-2303,ST. JAMES,"""Brad"" Steib",13881 Clifford St.,,Vacherie,LA,70090,225-265-2303,W,M,R,267,12/31/2014,01/01/2009,Mr. Steib -Mayor ,Town of Gramercy ,P. O. Drawer 340,,Gramercy,LA,,225-869-4403,ST. JAMES,Herman Bourgeois,P.O. Box 698,,Gramercy,LA,70052,225-869-3812,W,M,D,300,12/31/2010,01/01/2007,Mr. Bourgeois -Mayor ,Town of Lutcher ,P. O. Box 456,,Lutcher,LA,,225-869-5823,ST. JAMES,Rowdy Kennard Scott,1596 Cabanose Ave.,,Lutcher,LA,70071,225-869-9672,B,M,D,300,12/31/2010,01/01/2007,Mayor Scott -Chief of Police ,Town of Gramercy ,P. O. Drawer 340,,Gramercy,LA,70052,225-869-4403,ST. JAMES,Brent H. Dicharry,P.O. Box 151,,Paulina,LA,70763,225-869-3873,W,M,D,305,12/31/2010,01/01/2007,Mr. Dicharry -Chief of Police ,Town of Lutcher ,P. O. Box 456,,Lutcher,LA,70071,225-869-5823,ST. JAMES,Dwan Bowser,P.O. Box 456,,Lutcher,LA,70071,225-869-5823,,,,305,,10/06/2009,Chief Bowser -Chief of Police ,Town of Lutcher ,P. O. Box 456,,Lutcher,LA,70071,225-869-5823,ST. JAMES,"Dwan B. Bowser, ",2344 N. Exchange Ally,,Lutcher,LA,70071,225-869-1873,B,M,D,305,,02/15/2010 -Alderman at Large ,"Seat One, Town of Lutcher ",P. O. Box 456,,Lutcher,LA,70071,225-869-5823,ST. JAMES,Otis J. Schexnayder,P.O. Box 51,,Lutcher,LA,70071,225-869-4847,W,M,D,308,12/31/2010,01/01/2007,Mr. Schexnayder -Alderman at Large ,Town of Gramercy ,P. O. Drawer 340,,Gramercy,LA,70052,225-869-4403,ST. JAMES,"""Kat"" Bocz",P.O. Box 1530,,Gramercy,LA,70052,225-869-8132,W,F,D,308,12/31/2010,01/01/2007,Ms. Bocz -Alderman at Large ,Town of Gramercy ,P. O. Drawer 340,,Gramercy,LA,70052,225-869-4403,ST. JAMES,Rubenstein Mitchell Clark,P.O. Box 662,,Gramercy,LA,70052,225-869-8746,W,F,D,308,12/31/2010,01/01/2007,Mr. Clark -Alderman ,"District 1, Division A, Town of Lutcher ",P. O. Box 456,,Lutcher,LA,70071,225-869-5823,ST. JAMES,"Floyd A. Marshall, Sr.",P.O. Box 861,,Lutcher,LA,70071,225-869-8482,B,M,D,310,12/31/2010,01/01/2007,Mr. Marshall -Alderman ,"District 1, Division B, Town of Lutcher ",P. O. Box 456,,Lutcher,LA,70071,225-869-5823,ST. JAMES,Keyojuan L. Gant,P.O. Box 835,,Gramercy,LA,70052,225-869-7525,B,F,D,310,12/31/2010,01/01/2007,Mr. Gant -Alderman ,"District 1, Town of Gramercy ",P. O. Drawer 340,,Gramercy,LA,70052,225-869-4403,ST. JAMES,Betty Cooper Coleman,P.O. Box 274,,Gramercy,LA,70052,225-869-5112,B,F,D,310,12/31/2010,01/01/2007,Ms. Coleman -Alderman ,"District 2, Division A, Town of Lutcher ",P. O. Box 456,,Lutcher,LA,70071,225-869-5823,ST. JAMES,Patrick P. St. Pierre,P.O. Box 1128,,Lutcher,LA,70071,225-869-1050,W,M,D,310,12/31/2010,01/01/2007,Mr. St. Pierre -Alderman ,"District 2, Division B, Town of Lutcher ",P. O. Box 456,,Lutcher,LA,70071,225-869-5823,ST. JAMES,"Dustin ""Chip"" Roussel",1330 Third St.,,Lutcher,LA,70071,225-258-4181,W,M,D,310,12/31/2010,02/20/2008,Mr. Roussel -Alderman ,"District 2, Town of Gramercy ",P. O. Drawer 340,,Gramercy,LA,70052,225-869-4403,ST. JAMES,John Doucet,443 N. Montz Ave.,,Gramercy,LA,70052,225-869-8575,W,M,D,310,12/31/2010,01/01/2007,Mr. Doucet -Alderman ,"District 3, Town of Gramercy ",P. O. Drawer 340,,Gramercy,LA,70052,225-869-4403,ST. JAMES,"Alvin ""Shark"" St. Pierre, Jr.",P.O. Box 1137,,Gramercy,LA,70052,225-869-4132,W,M,D,310,12/31/2010,01/01/2007,Mr. St.Pierre -DPEC Member ,at Large ,,,,LA,,,ST. JOHN THE BAPTIST,Tomy J. Acosta,P.O. Box 2587,,LaPlace,LA,70069,504-237-3532,W,M,D,054,02/20/2012,02/20/2008,Mr. Acosta -DPEC Member ,at Large ,,,,LA,,,ST. JOHN THE BAPTIST,"Carl ""Butch"" Baloney, Sr.",P.O. Box 117,,Garyville,LA,70051,985-210-1348,,M,D,054,02/20/2012,02/20/2008,Mr. Baloney -DPEC Member ,at Large ,,,,LA,,,ST. JOHN THE BAPTIST,Lynncal T. Bering,545 Esplanade Dr.,,LaPlace,LA,70068,225-892-2828,B,F,D,054,02/20/2012,02/20/2008,Ms. Bering -DPEC Member ,at Large ,,,,LA,,,ST. JOHN THE BAPTIST,"Olangee ""OJ"" Breech",2109 Colonial Dr.,,LaPlace,LA,70068,504-253-0208,B,F,D,054,02/20/2012,02/20/2008,Ms. Breech -DPEC Member ,at Large ,,,,LA,,,ST. JOHN THE BAPTIST,"Ferdinand Wallace, Jr.",164 East 20th St.,,Reserve,LA,70084,985-536-3533,B,M,D,054,02/20/2012,02/20/2008,Mr. Wallace -DPEC Member at Large ,Division A ,,,,LA,,,ST. JOHN THE BAPTIST,Elexia O. Henderson,257 Chestnut St.,,Mt. Airy,LA,70076,985-535-2832,B,F,D,054,02/20/2012,02/20/2008 -DPEC Member at Large ,Division B ,,,,LA,,,ST. JOHN THE BAPTIST,Maria Rowley,554 Welham Loop,,LaPlace,LA,70068,985-652-7361,O,F,D,054,02/20/2012,02/20/2008 -DPEC Member ,District 1 ,,,,LA,,,ST. JOHN THE BAPTIST,Clara Edwards,177 W. 8th St.,,Vacherie,LA,70090,225-265-2714,B,F,D,056,02/20/2012,02/20/2008,Ms. Edwards -DPEC Member ,District 2 ,,,,LA,,,ST. JOHN THE BAPTIST,Craig J. Mollere,P.O. Box 62,,Reserve,LA,70084,985-536-7855,W,M,D,056,02/20/2012,02/20/2008,Mr. Mollere -DPEC Member ,District 3 ,,,,LA,,,ST. JOHN THE BAPTIST,Allene Gregoire,201 East 26th St.,,Reserve,LA,70084,985-536-2744,B,F,D,056,02/20/2012,02/20/2008,Ms. Gregoire -DPEC Member ,District 4 ,,,,LA,,,ST. JOHN THE BAPTIST,E. Buddy Bailey,725 Fagot Loop,,LaPlace,LA,70068,985-652-9001,W,M,D,056,02/20/2012,02/20/2008,Mr. Bailey -DPEC Member ,District 5 ,,,,LA,,,ST. JOHN THE BAPTIST,Judy B. Songy,8 Windsor St.,,LaPlace,LA,70068,985-652-9840,W,F,D,056,02/20/2012,02/20/2008,Ms. Songy -DPEC Member ,District 6 ,,,,LA,,,ST. JOHN THE BAPTIST,Sherry W. McTopy,508 Chatsworth Dr.,,LaPlace,LA,70068,985-652-6817,W,F,D,056,02/20/2012,02/20/2008,Ms. McTopy -DPEC Member ,District 7 ,,,,LA,,,ST. JOHN THE BAPTIST,Randal Gaines,7 Turnberry Dr.,,LaPlace,LA,70068,504-487-9904,B,M,D,056,02/20/2012,02/20/2008,Mr. Gaines -RPEC Member ,at Large ,,,,LA,,,ST. JOHN THE BAPTIST,,,,,,,,,,,064 -RPEC Member at Large ,Division A ,,,,LA,,,ST. JOHN THE BAPTIST,,,,,,,,,,,064 -RPEC Member at Large ,Division B ,,,,LA,,,ST. JOHN THE BAPTIST,,,,,,,,,,,064 -RPEC Member ,District 1 ,,,,LA,,,ST. JOHN THE BAPTIST,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,ST. JOHN THE BAPTIST,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,ST. JOHN THE BAPTIST,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,ST. JOHN THE BAPTIST,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,ST. JOHN THE BAPTIST,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,ST. JOHN THE BAPTIST,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,ST. JOHN THE BAPTIST,,,,,,,,,,,066 -Sheriff ,,P.O. Box 1600,,LaPlace,LA,70069,985-652-9513,ST. JOHN THE BAPTIST,Wayne Jones,P.O. Box 1600,,LaPlace,LA,70069,985-652-2109,W,M,D,225,06/30/2012,07/01/2008,Sheriff Jones -Clerk of Court ,,P. O. Box 280,,Edgard,LA,70049,985-497-3331,ST. JOHN THE BAPTIST,Eliana Olivier DeFrancesch,P. O. Box 280,,Edgard,LA,70049,985-535-6797,W,F,D,230,06/30/2012,07/01/2008,Ms. DeFrancesch -Assessor ,,"1801 W. Airline Hwy., Rm. 103",,Laplace,LA,70068,985-652-5311,ST. JOHN THE BAPTIST,"Whitney Joseph, Jr.",P. O. Box 2290,,Reserve,LA,70084,985-536-3115,B,M,D,235,12/31/2012,01/01/2009,Mr. Joseph -Coroner ,,429 W. Airline Hwy. Ste. D.,,LaPlace,LA,70068,985-652-3344,ST. JOHN THE BAPTIST,Christy A. Montegut,51 Holly Dr.,,LaPlace,LA,70068,985-652-7185,W,M,D,240,03/25/2012,03/24/2008,Mr. Montegut -Parish President ,,1801 W. airline Hwy.,,LaPlace,LA,70068,985-652-1700,ST. JOHN THE BAPTIST,,,,,,,,,,,243 -Councilman at Large ,Division A ,1801 W. Airline Hwy.,,LaPlace,LA,70068,985-652-1702,ST. JOHN THE BAPTIST,"Richard Dale Wolfe, Sr.",P.O. Box 2289,,Reserve,LA,70084,985-536-2965,B,M,D,244,01/09/2012,01/14/2008,Mr. Wolfe -Councilman at Large ,Division B ,1801 W. Airline Hwy.,,LaPlace,LA,70068,985-652-1702,ST. JOHN THE BAPTIST,Steve Lee,38 Muirfield Dr.,,LaPlace,LA,70068,985-652-8202,W,M,R,244,01/09/2012,01/14/2008,Mr. Lee -Councilman ,District 1 ,1801 W. Airline Hwy.,,LaPlace,LA,,985-652-1702,ST. JOHN THE BAPTIST,"Haston ""Lipper"" Lewis, Sr.",117 Lewis Ct.,,Edgard,LA,70049,985-497-5528,B,M,D,245,01/09/2012,01/14/2008,Mr. lewis -Councilman ,District 2 ,1801 W. Airline Hwy.,,LaPlace,LA,70068,985-652-1702,ST. JOHN THE BAPTIST,Danny Millet,296 Annex Dr.,,Reserve,LA,70084,985-536-8000,W,M,D,245,01/09/2012,01/14/2008,Mr. Millet -Councilman ,District 3 ,1801 W. Airline Hwy.,,LaPlace,LA,70068,985-652-1702,ST. JOHN THE BAPTIST,Charles Julien,P.O. Box 2489,,Reserve,LA,70084,504-782-9291,B,M,D,245,01/09/2012,01/14/2008,Mr. Julien -Councilman ,District 4 ,1801 W. Airline Hwy.,,LaPlace,LA,70068,985-652-1702,ST. JOHN THE BAPTIST,Jaclyn Hotard,776 Madewood Drive,,LaPlace,LA,70068,504-228-1574,W,F,D,245,01/09/2012,01/14/2008,Ms. Hotard -Councilman ,District 5 ,1801 W. Airline Hwy.,,LaPlace,LA,70068,985-652-1702,ST. JOHN THE BAPTIST,Darnel Clement Usry,500 Palm St.,,LaPlace,LA,70068,985-652-3623,W,F,D,245,01/09/2012,01/14/2008,Ms. Usry -Councilman ,District 6 ,1801 W. Airline Hwy.,,LaPlace,LA,70068,985-652-1702,ST. JOHN THE BAPTIST,Ronnie S. Smith,2609 English Colony Dr.,,LaPlace,LA,70068,985-359-0226,B,M,D,245,01/09/2012,01/14/2008,Mr. Smith -Councilman ,District 7 ,1801 W. Airline Hwy.,,LaPlace,LA,70068,985-652-1702,ST. JOHN THE BAPTIST,Cheryl Millet,1925 Ridgefield Dr.,,LaPlace,LA,70068,985-652-7130,W,F,D,245,01/09/2012,01/14/2008,Ms. Millet -Member of School Board ,District 1 ,P. O. Drawer AL,,Reserve,LA,70084,985-536-1106,ST. JOHN THE BAPTIST,"Russell Jack, Jr.",P.O. Box 213,,Edgard,LA,70049,985-497-8395,B,M,D,255,12/31/2010,01/01/2007,Mr. Jack -Member of School Board ,District 2 ,P. O. Drawer AL,,Reserve,LA,70084,985-536-1106,ST. JOHN THE BAPTIST,"Albert ""Ali"" Burl, III",P.O. Drawer AL,,Reserve,LA,70084,985-535-2969,B,M,D,255,12/31/2010,01/01/2007,Mr. Burl -Member of School Board ,District 3 ,P. O. Drawer AL,,Reserve,LA,70084,985-536-1106,ST. JOHN THE BAPTIST,Gerald J. Keller,P.O. Box 347,,Reserve,LA,70084,985-536-6570,W,M,D,255,12/31/2010,01/01/2007,Mr. Keller -Member of School Board ,District 4 ,P. O. Drawer AL,,Reserve,LA,70084,985-536-1106,ST. JOHN THE BAPTIST,Patrick H. Sanders,137 E. 31st. St.,,Reserve,LA,70084,985-536-4247,B,M,D,255,12/31/2010,01/01/2007,Mr. Sanders -Member of School Board ,District 5 ,P. O. Drawer AL,,Reserve,LA,70084,985-536-1106,ST. JOHN THE BAPTIST,"James R. ""Jimmy Ray"" Madere",7 Holly Dr.,,LaPlace,LA,70068,985-652-5555,W,M,D,255,12/31/2010,07/21/2008,Mr. Madere -Member of School Board ,District 6 ,P. O. Drawer AL,,Reserve,LA,70084,985-536-1106,ST. JOHN THE BAPTIST,Keith A. Jones,P.O. Box 952,,LaPlace,LA,70068,985-652-5170,B,M,D,255,12/31/2010,01/01/2007,Mr. Jones -Member of School Board ,District 7 ,P. O. Drawer AL,,Reserve,LA,70084,985-536-1106,ST. JOHN THE BAPTIST,Phillip Johnson,1117 Cinclair Loop,,LaPlace,LA,70068,985-651-4290,B,M,D,255,12/31/2010,01/01/2007,Mr. Johnson -Member of School Board ,District 8 ,P. O. Drawer AL,,Reserve,LA,70084,985-536-1106,ST. JOHN THE BAPTIST,"Russell E. ""Russ"" Wise",2131 Marion Dr.,,LaPlace,LA,70068,985-652-7211,W,M,,255,12/31/2010,01/01/2007,Mr. Wise -Member of School Board ,District 9 ,P. O. Drawer AL,,Reserve,LA,70084,985-536-1106,ST. JOHN THE BAPTIST,Lowell J. Bacas,517 Parlange Loop,,LaPlace,LA,70068,985-652-6882,W,M,R,255,12/31/2010,01/01/2007,Mr. Bacas -Member of School Board ,District 10 ,P. O. Drawer AL,,Reserve,LA,70084,985-536-1106,ST. JOHN THE BAPTIST,Matthew Ory,640 S. Golfview,,LaPlace,LA,70068,985-652-7312,W,M,D,255,12/31/2010,01/01/2007,Mr. Ory -Member of School Board ,District 11 ,P. O. Drawer AL,,Reserve,LA,70084,985-536-1106,ST. JOHN THE BAPTIST,Clarence G. Triche,1614 Main St.,,LaPlace,LA,70068,985-652-6193,W,M,D,255,12/31/2010,01/01/2007,Mr. Triche -Justice of the Peace ,Justice of the Peace District 1 ,P.O. Box 178,,Edgard,LA,70049,985-497-8690,ST. JOHN THE BAPTIST,,,,,,,,,,,265 -Justice of the Peace ,Justice of the Peace District 2 ,P.O. Box 699,,Garyville,LA,70051,985-535-1879,ST. JOHN THE BAPTIST,Cherry Burl Frank,P.O. Box 61,,Garyville,LA,70051,985-535-2516,B,F,D,265,12/31/2014,01/01/2009,Ms. Frank -Justice of the Peace ,Justice of the Peace District 3 ,143 E.25th St.,,Reserve,LA,70084,985-536-3428,ST. JOHN THE BAPTIST,Diane C. Jacob,143 East 25th St.,,Reserve,LA,70084,985-536-3428,W,F,D,265,12/31/2014,01/01/2009,Ms. Jacob -Justice of the Peace ,Justice of the Peace District 4 ,100 Lane A,,LaPlace,LA,70068,985-651-6882,ST. JOHN THE BAPTIST,Rosie Weber Monica,100 Lane A,,LaPlace,LA,70068,985-651-6882,W,F,D,265,12/31/2014,01/01/2009,Ms. Monica -Justice of the Peace ,Justice of the Peace District 5 ,520 Walnut St.,,LaPlace,LA,70068,985-652-6281,ST. JOHN THE BAPTIST,Karen J. Bailey,520 Walnut St.,,LaPlace,LA,70068,985-652-6281,W,F,D,265,12/31/2014,01/01/2009,Ms. Bailey -Justice of the Peace ,Justice of the Peace District 6 ,,,,LA,,,ST. JOHN THE BAPTIST,"Wilfred ""Coach"" Mitchell",2237 Williamsburg Dr.,,LaPlace,LA,70068,985-652-4660,B,M,D,265,12/31/2014,01/01/2009,Mr. Mitchell -Justice of the Peace ,Justice of the Peace District 7 ,366 Shadow Ln.,,LaPlace,LA,70068,985-651-7483,ST. JOHN THE BAPTIST,"Todd J. Clement, Sr.",366 Shadow Lane,,LaPlace,LA,70068,985-651-7483,W,M,D,265,12/31/2014,01/01/2009,Mr. Clement -Constable ,Justice of the Peace District 1 ,116 E. 13th St.,,Edgard,LA,70049,985-497-8661,ST. JOHN THE BAPTIST,Chyrall August,P.O. Box 331,,Edgard,LA,70049,504-621-6847,B,M,D,267,12/31/2014,01/01/2009 -Constable ,Justice of the Peace District 2 ,P.O. Box 593,,Garyville,LA,70051,,ST. JOHN THE BAPTIST,"Barry ""Mr.- B"" Ellis, Sr.",P.O. Box 199,,Garyville,LA,70051,985-535-6119,B,M,D,267,12/31/2014,01/01/2009,Mr. Ellis -Constable ,Justice of the Peace District 3 ,244 E. 15th St.,,Reserve,LA,70084,985-536-2408,ST. JOHN THE BAPTIST,"Anatole ""Touie"" Jacob",244 East 15th St.,,Reserve,LA,70084,985-536-2408,W,M,D,267,12/31/2014,01/01/2009,Mr. Jacob -Constable ,Justice of the Peace District 4 ,963 W. Fifth St.,,LaPlace,LA,70068,985-652-1603,ST. JOHN THE BAPTIST,Russel Landeche,963 West 5th St.,,LaPlace,LA,70068,985-652-1603,W,M,R,267,12/31/2014,01/01/2009,Mr. Landeche -Constable ,Justice of the Peace District 5 ,221 W. Fifth St.,,LaPlace,LA,70068,985-652-6248,ST. JOHN THE BAPTIST,"Donald ""Donoo"" Brady",221 West 5th St.,,LaPlace,LA,70068,985-652-6248,W,M,D,267,12/31/2014,01/01/2009 -Constable ,Justice of the Peace District 6 ,640 Fairway Dr.,,LaPlace,LA,70068,985-652-9659,ST. JOHN THE BAPTIST,Don D. Detillier,640 Fairway Dr.,,LaPlace,LA,70068,985-652-9659,W,M,D,267,12/31/2014,01/01/2009,Mr. Detillier -Constable ,Justice of the Peace District 7 ,377 Highland Dr.,,LaPlace,LA,70068,985-652-8756,ST. JOHN THE BAPTIST,"Keith M. ""Mike"" Bourgeois",377 Highland Drive,,LaPlace,LA,70068,985-652-8756,W,M,D,267,12/31/2014,01/01/2009,Mr. Bourgeois -DPEC Member ,at Large ,,,,LA,,,ST. LANDRY,"""Greg"" Ardoin",192 Grant Rd.,,Opelousas,LA,70570,337-948-6639,W,M,D,054,02/20/2012,02/20/2008,Mr. Ardoin -DPEC Member ,at Large ,,,,LA,,,ST. LANDRY,"Marshall Thibodeaux, ",410 Roosevelt St,,Eunice,LA,70535,,,,,054,,01/20/2010 -DPEC Member ,District 1 ,,,,LA,,,ST. LANDRY,"Alex Darjean, ",254 Darjean St,,Opelousas,LA,70570,,,,,056,,01/20/2010 -DPEC Member ,District 2 ,,,,LA,,,ST. LANDRY,"John K. Hadley, Jr.",587 Hwy 742,,Opelousas,LA,70570,337-407-2333,W,M,D,056,02/20/2012,02/20/2008,Mr. Hadley -DPEC Member ,District 3 ,,,,LA,,,ST. LANDRY,Gregory J. Doucet,631 N. Main St.,,Opelousas,LA,70570,337-948-3500,W,M,D,056,02/20/2012,02/20/2008,Mr. Doucet -DPEC Member ,District 4 ,,,,LA,,,ST. LANDRY,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,ST. LANDRY,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,ST. LANDRY,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,ST. LANDRY,Jason Meche,448 Church Rd.,,Opelousas,LA,70570,337-879-1006,W,M,D,056,02/20/2012,02/20/2008,Mr. Meche -DPEC Member ,District 8 ,,,,LA,,,ST. LANDRY,"James Gates, ",P.O. Drawer 219,,Opelousas,LA,70571,,,,,056,,01/20/2010 -DPEC Member ,District 9 ,,,,LA,,,ST. LANDRY,"Wayne Ardoin, ",734 John Walter Dr.,,Opelousas,LA,70570,,,,,056,,01/20/2010 -DPEC Member ,District 10 ,,,,LA,,,ST. LANDRY,,,,,,,,,,,056 -DPEC Member ,District 11 ,,,,LA,,,ST. LANDRY,,,,,,,,,,,056 -DPEC Member ,District 12 ,,,,LA,,,ST. LANDRY,,,,,,,,,,,056 -DPEC Member ,District 13 ,,,,LA,,,ST. LANDRY,"George Fisher, ",541 Roosevelt St,,Eunice,LA,70535,,,,,056,,01/20/2010 -RPEC Member ,at Large ,,,,LA,,,ST. LANDRY,Willie J. Godchaux,P. O. Box 786,,Port Barre,LA,70577,337-585-0662,W,M,R,064,02/20/2012,02/20/2008,Mr. Goudchaux -RPEC Member ,at Large ,,,,LA,,,ST. LANDRY,James C. Lopez,159 Aspen Ln.,,Opelousas,LA,70570,337-948-6969,W,M,R,064,02/20/2012,02/20/2008,Mr. Lopez -RPEC Member ,at Large ,,,,LA,,,ST. LANDRY,"""Stan"" Muller",1599 Prayer House Rd.,,Opelousas,LA,70570,337-826-3250,W,M,R,064,02/20/2012,02/20/2008,Mr. Muller -RPEC Member ,at Large ,,,,LA,,,ST. LANDRY,Russell P. Pavich,330 South 9th St.,,Eunice,LA,70535,337-546-0494,W,M,R,064,02/20/2012,02/20/2008,Mr. Pavich -RPEC Member ,at Large ,,,,LA,,,ST. LANDRY,Joe Zeringue,225 E. Davis St.,,Opelousas,LA,70570,,,,,064,,08/06/2008,Mr. Zeringue -RPEC Member ,District 1 ,,,,LA,,,ST. LANDRY,Alyshia Boagni,410 S. Court St.,,Opelousas,LA,70570,,,,,066,,07/08/2008 -RPEC Member ,District 2 ,,,,LA,,,ST. LANDRY,JoAnn Caillouet,150 Crestview Dr.,,Opelousas,LA,70570,337-942-5494,,,,066,,07/08/2008,Ms. Caillouet -RPEC Member ,District 3 ,,,,LA,,,ST. LANDRY,Sancha Haysbert-Smith,904 Tensas,,Opelousas,LA,70570,,,,,066,,07/08/2008 -RPEC Member ,District 4 ,,,,LA,,,ST. LANDRY,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,ST. LANDRY,"""Rick"" Ortego",134 Ortego Ln.,,Opelousas,LA,70570,337-942-1600,W,M,R,066,02/20/2012,02/20/2008,Mr. Ortego -RPEC Member ,District 6 ,,,,LA,,,ST. LANDRY,Grantt Guillory,2079 O G Track Rd.,,Port Barre,LA,70577,,,,,066,,08/06/2008,Mr. Guillory -RPEC Member ,District 7 ,,,,LA,,,ST. LANDRY,,,,,,,,,,,066 -RPEC Member ,District 8 ,,,,LA,,,ST. LANDRY,Anna M. Hammons,133 St. Ignatius Cir Cankton,,Sunset,LA,70584,337-739-0921,W,F,R,066,02/20/2012,02/20/2008,Ms. Hammons -RPEC Member ,District 9 ,,,,LA,,,ST. LANDRY,Betty Foret,7929 Hwy. 31,,Opelousas,LA,70570,,,,,066,,07/08/2008,Ms. Foret -RPEC Member ,District 10 ,,,,LA,,,ST. LANDRY,,,,,,,,,,,066 -RPEC Member ,District 11 ,,,,LA,,,ST. LANDRY,Anthony Guillory,134 Hwy. 367,,Eunice,LA,70535,,,,,066,,07/08/2008,Mr. Guillory -RPEC Member ,District 12 ,,,,LA,,,ST. LANDRY,Craig Shilow,461 Corn Ave.,,Eunice,LA,70535,,,,,066,,07/08/2008,Mr. Shilow -RPEC Member ,District 13 ,,,,LA,,,ST. LANDRY,Richard Paul Bertrand,1341 W. Park Blvd.,,Eunice,LA,70535,337-457-8062,W,M,R,066,02/20/2012,02/20/2008,Mr. Bertrand -Sheriff ,,P. O. Box 1029,,Opelousas,LA,70571-0390 ,318-948-6516,ST. LANDRY,Bobby J. Guidroz,P.O. Box 1029,,Opelousas,LA,70571-0390 ,337-585-6424,W,M,D,225,06/30/2012,07/01/2008,Mr. Guidroz -Clerk of Court ,,P. O. Box 750,,Opelousas,LA,70570,337-942-5606,ST. LANDRY,Charles Jagneaux,P. O. Box 750,,Opelousas,LA,70570,337-942-5606,W,M,D,230,06/30/2012,07/01/2008,Mr. Jagneaux -Assessor ,,118 S. Court St. Ste. 230,,Opelousas,LA,70570,337-942-3166,ST. LANDRY,Rhyn L. Duplechain,1821 Alonzo St.,,Opelousas,LA,70570,337-948-4653,W,M,D,235,12/31/2012,01/01/2009,Mr. Duplechain -Coroner ,,200 South 7th Street,,Eunice,LA,70535,337-457-1599,ST. LANDRY,Russell Pavich,330 S. Nineth St.,,Eunice,LA,70535,337-546-0494,W,M,R,240,03/25/2012,03/24/2008,Mr. Pavich -Parish President ,,,,,LA,,,ST. LANDRY,"Donald ""Don"" Menard",372 Credeur Rd.,,Cankton,LA,70584,337-668-4693,W,M,D,243,01/08/2012,01/14/2008,Mr. Menard -Council Member ,District 1 ,P. O. Drawer 1550,,Opelousas,LA,,337-948-3688,ST. LANDRY,"Jerry L. Red, Jr.",465 St. Paul Ave.,,Opelousas,LA,70570,337-543-1054,B,M,D,245,01/08/2012,01/14/2008,Mr. Red -Council Member ,District 2 ,P. O. Drawer 1550,,Opelousas,LA,70571-1550,337-948-3688,ST. LANDRY,Leon E. Robinson,P.O. Box 703,,Opelousas,LA,70571,337-948-1230,B,M,D,245,01/08/2012,01/14/2008,Mr. Robinson -Council Member ,District 3 ,P. O. Drawer 1550,,Opelousas,LA,70571-1550,337-948-3688,ST. LANDRY,Fekisha Miller,1349 Hwy. 749,,Opelousas,LA,70570,337-948-1013,B,F,D,245,01/08/2012,01/14/2008,Ms. Miller -Council Member ,District 4 ,P. O. Drawer 1550,,Opelousas,LA,70571-1550,337-948-3688,ST. LANDRY,Kenneth D. Vidrine,138 Wilson Bridge Rd.,,Washington,LA,70589,337-826-3802,W,M,,245,01/08/2012,01/14/2008,Mr. Vidrine -Council Member ,District 5 ,P. O. Drawer 1550,,Opelousas,LA,70571-1550,337-948-3688,ST. LANDRY,Ronald E. Buschel,5416 Hwy. 10,,Washington,LA,70589,337-826-3868,W,M,D,245,01/08/2012,01/14/2008,Mr. Buschel -Council Member ,District 6 ,P. O. Drawer 1550,,Opelousas,LA,70571-1550,337-948-3688,ST. LANDRY,Hurlin Dupre,P. O. Box 525,,Port Barre,LA,70577,337-585-6388,W,M,D,245,01/08/2012,01/14/2008,Mr. Dupre -Council Member ,District 7 ,P. O. Drawer 1550,,Opelousas,LA,70571-1550,337-948-3688,ST. LANDRY,Albert Hollier,160 Hollier Ln.,,Arnaudville,LA,70512,337-879-2378,W,M,D,245,01/08/2012,01/14/2008,Mr. Hollier -Council Member ,District 8 ,P. O. Drawer 1550,,Opelousas,LA,70571-1550,337-948-3688,ST. LANDRY,"""Pam"" Gautreau",453 Chretien Pt. Rd.,,Sunset,LA,70584,337-662-5176,W,F,D,245,01/08/2012,01/14/2008,Ms. Gautreau -Council Member ,District 9 ,P. O. Drawer 1550,,Opelousas,LA,70571-1550,337-948-3688,ST. LANDRY,"""Glenn"" Stout",5814 Hwy. 182,,Opelousas,LA,70570,337-942-9267,W,M,D,245,01/08/2012,01/14/2008,Mr. Stout -Council Member ,District 10 ,P. O. Drawer 1550,,Opelousas,LA,70571-1550,337-948-3688,ST. LANDRY,Dexter Q. Brown,263 Milton Brown Rd.,,Opelousas,LA,70570,337-407-0862,B,M,D,245,01/08/2012,01/14/2008,Mr. Brown -Council Member ,District 11 ,P. O. Drawer 1550,,Opelousas,LA,70571-1550,337-948-3688,ST. LANDRY,"Claude ""Jay"" Guidry",878 Hwy. 357,,Opelousas,LA,70570,337-948-1895,W,M,D,245,01/08/2012,01/14/2008,Mr. Guidry -Council Member ,District 12 ,P. O. Drawer 1550,,Opelousas,LA,70571-1550,337-948-3688,ST. LANDRY,Jimmie E. Edwards,810 Faris Ave.,,Eunice,LA,70535,337-457-8871,B,M,D,245,01/08/2012,01/14/2008,Mr. Edwards -Council Member ,District 13 ,P. O. Drawer 1550,,Opelousas,LA,70571-1550,337-948-3688,ST. LANDRY,Gary D. Courville,2030 Dudley St.,,Eunice,LA,70535,337-480-3809,W,M,D,245,01/08/2012,01/14/2008,Mr. Courville -City Judge ,"City Court, City of Opelousas ",P. O. Box 1999,,Opelousas,LA,70571-1999,337-948-2570,ST. LANDRY,Vanessa Harris,1015 N. Main St.,,Opelousas,LA,70570,337-948-3801,B,F,D,250,12/31/2014,01/01/2009,Judge Harris -City Marshal ,"City Court, City of Opelousas ",P. O. Box 1999,,Opelousas,LA,70571-1999,337-948-2577,ST. LANDRY,Paul Mouton,234 Anita Dr.,,Opelousas,LA,70570,337-945-7609,B,M,D,250,12/31/2014,01/01/2009,Marshal Mouton -Member of School Board ,District 1 ,P. O. Box 310,,Opelousas,LA,70571-0310 ,337-948-3657,ST. LANDRY,Anthony Standberry,277 Summner Rd.,,Opelousas,LA,70570,337-543-7582,B,M,D,255,12/31/2010,01/01/2007,Mr. Standbury -Member of School Board ,District 2 ,P. O. Box 310,,Opelousas,LA,70571-0310 ,337-948-3657,ST. LANDRY,Elinor Nacoste Eaglin,1055 Hwy. 742,,Opelousas,LA,70570,942-7098,B,F,D,255,12/31/2010,01/01/2007,Mr. Eaglin -Member of School Board ,District 3 ,P. O. Box 310,,Opelousas,LA,70571-0310 ,337-948-3657,ST. LANDRY,John Miller,1182 Hwy. 749,,Opelousas,LA,70570,337-948-1982,B,M,D,255,12/31/2010,01/01/2007,Mr. Miller -Member of School Board ,District 4 ,P. O. Box 310,,Opelousas,LA,70571-0310 ,337-948-3657,ST. LANDRY,"Dillard ""Butch"" Deville",4440 Grand Prairie Hwy.,,Washington,LA,70589,826-3367,W,M,D,255,12/31/2010,01/01/2007,Mr. Deville -Member of School Board ,District 5 ,P. O. Box 310,,Opelousas,LA,70571-0310 ,337-948-3657,ST. LANDRY,"Marx ""Sonny"" Budden",P.O. Box 137,,Palmetto,LA,71358,337-623-4782,W,M,D,255,12/31/2010,01/01/2007,Mr. Budden -Member of School Board ,District 6 ,P. O. Box 310,,Opelousas,LA,70571-0310 ,337-948-3657,ST. LANDRY,Ronald Carriere,P. O. 211,,Port Barre,LA,70577,337-585-6240,W,M,D,255,12/31/2010,01/01/2007,Mr. Carriere -Member of School Board ,District 7 ,P. O. Box 310,,Opelousas,LA,70571-0310 ,337-948-3657,ST. LANDRY,Huey J. Wyble,P.O. Box 446,,Arnaudville,LA,70512,754-5865,W,M,D,255,12/31/2010,01/01/2007,Mr. Wyble -Member of School Board ,District 8 ,P. O. Box 310,,Opelousas,LA,70571-0310 ,337-948-3657,ST. LANDRY,Kyle C. Boss,P.O. Box 301,,Sunset,LA,70584,337-668-4444,W,M,D,255,12/31/2010,01/01/2007,Mr. Boss -Member of School Board ,District 9 ,P. O. Box 310,,Opelousas,LA,70571-0310 ,337-948-3657,ST. LANDRY,Scott Richard,209 Harry Guilbeau Rd.,,Opelousas,LA,70570,337-948-5002,W,M,O,255,12/31/2010,01/01/2007,Mr. Richard -Member of School Board ,District 10 ,P. O. Box 310,,Opelousas,LA,70571-0310 ,337-948-3657,ST. LANDRY,Quincy Richard,180 Trinity Rd.,,Opelousas,LA,70570,337-942-4832,B,M,D,255,12/31/2010,01/01/2007,Qunicy Richard -Member of School Board ,District 11 ,P. O. Box 310,,Opelousas,LA,70571-0310 ,337-948-3657,ST. LANDRY,Roger Young,137 Rozas Rd.,,Eunice,LA,70535,337-457-5013,W,M,R,255,12/31/2010,01/01/2007,Mr. Young -Member of School Board ,District 12 ,P. O. Box 310,,Opelousas,LA,70571-0310 ,337-948-3657,ST. LANDRY,Josie Frank,651 Faris Ave.,,Eunice,LA,70535,337-457-5607,B,F,D,255,12/31/2010,01/01/2007,Mr. Frank -Member of School Board ,District 13 ,P. O. Box 310,,Opelousas,LA,70571-0310 ,337-948-3657,ST. LANDRY,Harry B. Fruge,1220 B & B Ave,,Eunice,LA,70535,337-457-5970,W,M,D,255,12/31/2010,01/01/2007,Mr. Fruge -Justice of the Peace ,Justice of the Peace District 4 ,P.O. Box 375,,Leonville,LA,70551,337-662-3902,ST. LANDRY,Robert E. Fruge,P.O. Box 375,,Grand Coteau,LA,70541,337-662-3902,W,M,,265,12/31/2014,01/01/2009,Mr. Fruge -Justice of the Peace ,Justice of the Peace District 5 ,476 Main St.,,Cankton,LA,70584,337-668-4310,ST. LANDRY,Scurdy Menard,476 Main St.,,Cankton,LA,70584,337-668-4310,W,M,D,265,12/31/2014,01/01/2009,Mr. Menard -Justice of the Peace ,Justice of the Peace District 7 ,P.O. Box 101,,Krotz Springs,LA,70750,337-566-3795,ST. LANDRY,"Geraldine ""Gerry"" Schexnayder",P.O. Box 101,,Krotz Springs,LA,70750,337-566-3795,W,F,D,265,12/31/2014,01/01/2009,Ms. Schexnayder -Justice of the Peace ,Justice of the Peace District 8 ,P.O. Box 461,,Port Barre,LA,70577,337-585-7466,ST. LANDRY,"""Liz"" Hutchins Ferguson",P.O. Box 1480,,Port Barre,LA,70577,337-351-0023,W,F,,265,12/31/2014,08/24/2009,Ms. Ferguson -Justice of the Peace ,Justice of the Peace District 9 ,8118 Hwy.71,,Washington,LA,70589,337-623-5903,ST. LANDRY,Geneva Motte Lemon,P.O. Box 172,,Lebeau,LA,71345,337-623-5909,B,F,D,265,12/31/2014,01/01/2009,Ms. Lemon -Justice of the Peace ,Justice of the Peace District 10 ,P.O. Box 132,,Lebeau,LA,71345,318-346-4116,ST. LANDRY,Ellis Peyton,P.O. Box 132,,Lebeau,LA,71345-0132 ,318-346-4116,W,M,D,265,12/31/2014,01/01/2009,Mr. Peyton -Justice of the Peace ,Justice of the Peace District 12 ,18065 Hwy.182,,Bunkie,LA,71322,318-838-2493,ST. LANDRY,Larry Lafleur,18065 Hwy. 182,,Bunkie,LA,71322,318-838-2493,W,M,R,265,12/31/2014,01/01/2009,Mr. Lafleur -Justice of the Peace ,Justice of the Peace District 13 ,913 Hwy.363,,Washington,LA,70589,337-826-8858,ST. LANDRY,Gloria D. Fontenot,913 Hwy. 363,,Washington,LA,70589,337-826-8858,W,F,O,265,12/31/2014,01/01/2009,Ms. Fontenot -Justice of the Peace ,Justice of the Peace District 18 ,705 Acadiana Rd.,,Opelousas,LA,70570,337-543-6787,ST. LANDRY,Clyde J. Fontenot,690 Patty St.,,Opelousas,LA,70570,337-543-6244,W,M,D,265,12/31/2014,01/01/2009,Mr. Fontenot -Justice of the Peace ,Justice of the Peace District 19 ,518 Bourque Rd.,,Church Point,LA,70525,337-948-7043,ST. LANDRY,Melissa F. Labbe,1410 Noel Rd.,,Church Point,LA,70525,337-684-5796,W,F,D,265,12/31/2014,01/01/2009,Ms. Labbe -Justice of the Peace(s) ,Justice of the Peace District 6 ,P.O. BOX 617,,Arnaudville,LA,70512,337-754-7190,ST. LANDRY,Tina Rivette LaGrange,P.O. Box 617,,Arnaudville,LA,70512,337-754-7190,W,F,D,265,12/31/2014,01/01/2009,Ms. LaGrange -Justice of the Peace(s) ,Justice of the Peace District 6 ,P.O. BOX 617,,Arnaudville,LA,70512,337-754-7190,ST. LANDRY,Linda Stelly,7420 Hwy. 93,,Arnaudville,LA,70512,337-662-3919,W,F,D,265,12/31/2014,01/01/2009,Ms. Stelly -Justice of the Peace(s) ,Justice of the Peace District 11 ,P.O. Box 357,,Washington,LA,70589,337-826-7429,ST. LANDRY,"Lou Dean O. Bordelon, ",P.O. Box 357,,Washington,LA,70589,337-826-7429,W,F,O,265,12/31/2014,01/01/2009,Ms. Bordelon -Justice of the Peace(s) ,Justice of the Peace District 11 ,P.O. Box 357,,Washington,LA,70589,337-826-7429,ST. LANDRY,Lee R. Darbonne,205 Flamingo Ln.,,Opelousas,LA,70570,337-826-7633,W,M,O,265,12/31/2014,01/01/2009,Mr. Darbonne -Constable ,Justice of the Peace District 4 ,103 Turf Ln.,,Carencro,LA,70520,337-662-5545,ST. LANDRY,Ronald Dugas,407 Pellerin Rd.,,Sunset,LA,70584,337-662-5042,W,M,D,267,12/31/2014,01/01/2009,Mr. Dugas -Constable ,Justice of the Peace District 5 ,3970 Osage Trail,,Church Point,LA,70525,337-668-4299,ST. LANDRY,Ricky J. Comeaux,3970 Osage Trail,,Church Point,LA,70525,337-668-4299,W,M,D,267,12/31/2014,01/01/2009,Mr. Comeaux -Constable ,Justice of the Peace District 7 ,P.O. Box 111,,Melville,LA,71353,337-623-3916,ST. LANDRY,"Jeffery ""Bodeen"" Rose",P.O. Box 50,,Melville,LA,71353,337-623-3723,B,M,D,267,12/31/2014,01/01/2009,Mr. Rose -Constable ,Justice of the Peace District 8 ,P.O. Box 1163,,Port Barre,LA,70577,337-585-6542,ST. LANDRY,Carl Hardy,P.O. Box 311,,Port Barre,LA,70577,337-347-2180,B,M,,267,12/31/2014,08/24/2009,Mr. Hardy -Constable ,Justice of the Peace District 9 ,209 Carmons Rd.,,Palmetto,LA,71358,337-585-7491,ST. LANDRY,"Larry O. Moore, Sr.",P.O. Box 26,,Palmetto,LA,71358,337-623-5538,B,M,D,267,12/31/2014,01/01/2009,Mr. Moore -Constable ,Justice of the Peace District 10 ,10629 Hwy. 71,,Bunkie,LA,71322,318-346-6124,ST. LANDRY,"Floyd J. Moran, Sr.",10629 Hwy. 71,,Bunkie,LA,71322,318-346-6124,W,M,D,267,12/31/2014,01/01/2009,Mr. Moran -Constable ,Justice of the Peace District 12 ,19771 Hwy. 182,,Bunkie,LA,71322,337-838-2443,ST. LANDRY,Joyce Stagg Whaley,850 Cotton Patch Rd.,,Bunkie,LA,71322-4928,337-826-7952,W,F,R,267,12/31/2014,01/01/2009,Ms. Whaley -Constable ,Justice of the Peace District 13 ,3360 Grand Prairie Hwy.,,Washington,LA,70589,337-826-7512,ST. LANDRY,Sherron Roberie,3360 Grand Prairie Hwy.,,Washington,LA,70589-4028,337-826-7512,W,M,O,267,12/31/2014,01/01/2009,Mr. Roberie -Constable ,Justice of the Peace District 18 ,868 Jesse B Rd.,,Church Point,LA,70525,337-543-6629,ST. LANDRY,"Eddie ""Chalk"" Thibodeaux",P.O. Box 159,,Lawtell,LA,70550-0159 ,337-543-5214,W,M,D,267,12/31/2014,01/01/2009,Mr. Thibodaux -Constable ,Justice of the Peace District 19 ,518 Bourque Rd.,,Church Point,LA,70525,337-948-7043,ST. LANDRY,Watson J. Champagne,518 Bourque Rd.,,Church Point,LA,70525,337-948-7043,W,M,D,267,12/31/2014,01/01/2009,Mr. Champagne -Constable(s) ,Justice of the Peace District 6 ,2864 Hwy. 31,,Arnaudville,LA,70512,337-879-2533,ST. LANDRY,Judy D. Meche,2864 Hwy. 31,,Arnaudville,LA,70512,337-879-2533,W,F,D,267,12/31/2014,01/01/2009,Ms. Meche -Constable(s) ,Justice of the Peace District 6 ,2864 Hwy. 31,,Arnaudville,LA,70512,337-879-2533,ST. LANDRY,"""Leo"" Meche",2864 Hwy. 31,,Arnaudville,LA,70512,337-879-2533,W,M,D,267,12/31/2014,01/01/2009,Mr. Meche -Constable(s) ,Justice of the Peace District 11 ,226 W. Hill St.,,Washington,LA,70589,337-942-7687,ST. LANDRY,"Charles R. ""Charlie Bill"" Soileau",P.O. Box 206,,Washington,LA,70589,337-692-3011,W,M,D,267,12/31/2014,01/01/2009,Mr. Soileau -Constable(s) ,Justice of the Peace District 11 ,226 W. Hill St.,,Washington,LA,70589,337-942-7687,ST. LANDRY,"James ""Jimmy"" Soileau",463 Deprimo Ln.,,Opelousas,LA,70570,337-942-7939,W,M,O,267,12/31/2014,01/01/2009,Mr. Soileau -Mayor ,City of Opelousas ,P. O. Box 1879,,Opelousas,LA,,337-948-2520,ST. LANDRY,"Donald ""Don"" Cravins, Sr.",P.O. Box 1879,,Opelousas,LA,70571,337-948-4287,B,M,D,300,12/31/2010,01/01/2007,Mr. Cravins -Mayor ,Town of Grand Coteau ,P. O. Drawer G,,Grand Coteau,LA,,337-662-5246,ST. LANDRY,"""Gail"" Lark",P.O. Box 462,,Grand Coteau,LA,70541,337-662-5826,W,F,D,300,12/31/2010,01/01/2007,Mayor Lark -Mayor ,Town of Krotz Springs ,P. O. Box 218,,Krotz Springs,LA,,337-566-2322,ST. LANDRY,Gary Soileau,P.O. Box 441,,Krotz Springs,LA,70750,337-566-2244,W,M,D,300,12/31/2010,01/01/2007,Mr. Soileau -Mayor ,Town of Leonville ,P. O. Box 57,,Leonville,LA,,337-879-2601,ST. LANDRY,"Joel Lanclos, Jr.",P.O. Box 116,,Leonville,LA,70551,337-879-2556,W,M,D,300,12/31/2010,01/01/2007,Mr. Lanclos -Mayor ,Town of Melville ,P. O. Box 268,,Melville,LA,,337-623-4226,ST. LANDRY,"""Pam"" Cannatella",P.O. Box 523,,Melville,LA,71353,337-623-4650,W,F,D,300,12/31/2010,01/01/2007,Ms. Cannatella -Mayor ,Town of Port Barre ,P. O. Box 219,,Port Barre,LA,,337-585-7646,ST. LANDRY,"""Gil"" Savoy, Jr.",P.O. Box 358,,Port Barre,LA,70577,337-585-7655,W,M,D,300,12/31/2010,01/01/2007,Mayor Savoy -Mayor ,Town of Sunset ,855 Napoleon Ave.,,Sunset,LA,,337-662-5296,ST. LANDRY,Cecil LaVergne,P.O. Box 417,,Sunset,LA,70584,337-523-6241,W,M,D,300,12/31/2010,01/01/2007,Mayor LaVergne -Mayor ,Town of Washington ,P. O. Box 218,,Washington,LA,,337-826-3626,ST. LANDRY,"Joseph ""Joe"" Pitre",P.O. Box 334,,Washington,LA,70589,,B,M,D,300,12/31/2010,01/01/2007,Mayor Pitre -Mayor ,Village of Cankton ,107 Dandurand St.,,Cankton,LA,,337-668-4456,ST. LANDRY,"""Susan"" Menard",372 Credeur Rd.,,Cankton,LA,70584,337-668-4693,W,F,D,300,12/31/2010,01/01/2007,Ms. Menard -Mayor ,Village of Palmetto ,P. O. Box 97,,Palmetto,LA,,337-623-4426,ST. LANDRY,"""Jeff"" Benhard, II",P.O. Box 212,,Palmetto,LA,71358,337-623-2067,W,M,R,300,12/31/2010,07/21/2008,Mayor Benhard -Chief of Police ,City of Opelousas ,P. O. Box 1879,,Opelousas,LA,70571,337-948-2520,ST. LANDRY,Perry Gallow,318 N. Court St.,,Opelousas,LA,70570,337-948-2500,B,M,D,305,12/31/2010,01/01/2007,Mr. Gallow -Chief of Police ,Town of Grand Coteau ,P. O. Drawer G,,Grand Coteau,LA,70541,337-662-5246,ST. LANDRY,Margaret R. Coco,P.O. Box 196,,Grand Coteau,LA,70541,337-662-3667,B,F,D,305,12/31/2010,01/01/2007,Ms. Coco -Chief of Police ,Town of Krotz Springs ,P. O. Box 218,,Krotz Springs,LA,70750,337-566-2322,ST. LANDRY,"Wanda ""Susie"" Lacassin",P.O. Box 571,,Krotz Springs,LA,70750,337-566-8863,W,F,D,305,12/31/2010,01/01/2007,Ms. Lacassin -Chief of Police ,Town of Leonville ,P. O. Box 57,,Leonville,LA,70551,337-879-2601,ST. LANDRY,"Dalton ""Pemo"" Brown",P.O. Box 359,,Leonville,LA,70551,337-879-2856,B,M,D,305,12/31/2010,01/01/2007,Mr. Brown -Chief of Police ,Town of Melville ,P. O. Box 268,,Melville,LA,71353,337-623-4226,ST. LANDRY,John McKeel,P.O. Box 572,,Melville,LA,71353,337-623-5806,B,M,D,305,12/31/2010,01/01/2007,Mr. McKell -Chief of Police ,Town of Port Barre ,P. O. Box 219,,Port Barre,LA,70577,337-585-7646,ST. LANDRY,Deon Boudreaux,P.O. Box 1318,,Port Barre,LA,70577,337-447-0499,W,M,,305,12/31/2010,02/20/2008,Chief Boudreaux -Chief of Police ,Town of Sunset ,855 Napoleon Ave.,,Sunset,LA,70584,337-662-5296,ST. LANDRY,Alexcie Guillory,P.O. Box 15,,Sunset,LA,70584,337-351-2082,B,M,D,305,12/31/2010,01/01/2007,Chief Guillory -Chief of Police ,Town of Washington ,P. O. Box 218,,Washington,LA,70589,337-826-3626,ST. LANDRY,John Offord,P.O. Box 332,,Washington,LA,70589,337-826-3954,B,M,D,305,12/31/2010,01/01/2007,Chief Offord -Chief of Police ,Village of Cankton ,107 Dandurand St.,,Cankton,LA,70584,337-668-4456,ST. LANDRY,Heath Treadway,448 Main St. Cankton #10,,Sunset,LA,70584,337-288-2345,W,M,R,305,12/31/2010,01/01/2007,Mr. Treadway -Chief of Police ,Village of Palmetto ,P. O. Box 97,,Palmetto,LA,71358,337-623-4426,ST. LANDRY,David Krull,P.O. Box 101,,Palmetto,LA,71358,337-945-8218,W,M,D,305,12/31/2010,08/24/2009,Chief Krull -Alderman at Large ,City of Opelousas ,,,,LA,,,ST. LANDRY,Harvey Darbonne,2506 Linwood Loop,,Opelousas,LA,70570,337-948-3900,B,M,D,308,12/31/2010,01/01/2007,Mr. Darbonne -Alderman at Large ,Town of Sunset ,,,,LA,,,ST. LANDRY,Bernice Richard Smith,P.O. Box 1421,,Sunset,LA,70584,337-662-3732,B,F,D,308,12/31/2010,01/01/2007,Ms. Smith -Alderman at Large ,Town of Washington ,P. O. Box 218,,Washington,LA,70589,337-826-3626,ST. LANDRY,Mona C. Wilson,P.O. Box 632,,Washington,LA,70589,337-212-1127,B,F,D,308,12/31/2010,01/01/2007,Ms. Wilson -Alderman ,"District 1, Town of Sunset ",855 Napoleon Ave.,,Sunset,LA,70584,337-662-5296,ST. LANDRY,Joseph Ewell Meche,133 B O St.,,Sunset,LA,70584,662-3084,B,M,D,310,12/31/2010,01/01/2007,Mr. Meche -Alderman ,"District 1, Town of Washington ",P. O. Box 218,,Washington,LA,70589,337-826-3626,ST. LANDRY,Gary J. Wilson,P.O. Box 293,,Washington,LA,70589,337-412-2061,W,M,D,310,12/31/2010,01/01/2007,Mr. Wilson -Alderman ,"District 2, Town of Sunset ",855 Napoleon Ave.,,Sunset,LA,70584,337-662-5296,ST. LANDRY,"Dalton ""Bulla"" Belson, Jr.",P.O. Box 136,,Sunset,LA,70584,337-662-3354,B,M,D,310,12/31/2010,01/01/2007,Mr. Belson -Alderman ,"District 2, Town of Washington ",P. O. Box 218,,Washington,LA,70589,337-826-3626,ST. LANDRY,Wilson Doomes,P.O. Box 551,,Washington,LA,70589,337-351-5623,B,M,D,310,12/31/2010,01/01/2007,Mr. Doomes -Alderman ,"District 3, Town of Sunset ",855 Napoleon Ave.,,Sunset,LA,70584,337-662-5296,ST. LANDRY,"Charles ""Cha-Cha"" James",590 Pershing Hwy.,,Sunset,LA,70584,337-662-3298,B,M,D,310,12/31/2010,01/01/2007,Mr. James -Alderman ,"District 3, Town of Washington ",P. O. Box 218,,Washington,LA,70589,337-826-3626,ST. LANDRY,Laura Budden Allegood,P.O. Box 744,,Washington,LA,70589,337-826-3274,W,F,D,310,12/31/2010,11/27/2007,Ms. Allegood -Alderman ,"District 4, Town of Sunset ",855 Napoleon Ave.,,Sunset,LA,70584,337-662-5296,ST. LANDRY,Melanie White,185 Hummingbird Ln.,,Sunset,LA,70584,337-662-3918,W,F,R,310,12/31/2010,01/01/2007,Mr. White -Alderman ,"District 4, Town of Washington ",P. O. Box 218,,Washington,LA,70589,337-826-3626,ST. LANDRY,"Wilbert ""Bobby"" Ledet",P.O. Box 241,,Washington,LA,70589,337-826-7265,B,M,D,310,12/31/2010,01/01/2007,Mr. Ledet -Alderman ,"District A, City of Opelousas ",P. O. Box 1879,,Opelousas,LA,70571,337-948-2520,ST. LANDRY,Julius Alsandor,P. O. Box 417,,Opelousas,LA,70571,337-278-9501,B,M,D,310,12/31/2010,05/12/2009,Mr. Alsandor -Alderman ,"District A, Town of Krotz Springs ",P. O. Box 218,,Krotz Springs,LA,70750,337-566-2322,ST. LANDRY,"""Keith"" Ardoin",P.O. Box 566,,Krotz Springs,LA,70750,337-566-8823,W,M,D,310,12/31/2010,01/01/2007,Mr. Ardoin -Alderman ,"District B, City of Opelousas ",P. O. Box 1879,,Opelousas,LA,70571,337-948-2520,ST. LANDRY,"Louis Butler, Jr.",404 W. Church St.,,Opelousas,LA,70570,337-942-8248,B,M,D,310,12/31/2010,01/01/2007,Mr. Butler -Alderman ,"District B, Town of Krotz Springs ",,,,LA,,,ST. LANDRY,"William ""Bill"" Bryson",P.O. Box 254,,Krotz Springs,LA,70750,337-566-2237,W,M,D,310,12/31/2010,01/01/2007,Mr. Bryson -Alderman ,"District C, City of Opelousas ",P. O. Box 1879,,Opelousas,LA,70571,337-948-2520,ST. LANDRY,"""Dale"" Pefferkorn",728 Abdalla Blvd.,,Opelousas,LA,70570,948-8433,W,M,D,310,12/31/2010,01/01/2007,Mr. Pefferkorn -Alderman ,"District C, Town of Krotz Springs ",,,,LA,,,ST. LANDRY,Tony Collette,P.O. Box 205,,Krotz Springs,LA,70750,337-566-3413,W,M,D,310,12/31/2010,01/01/2007,Mr. Collette -Alderman ,"District D, City of Opelousas ",P. O. Box 1879,,Opelousas,LA,70571,337-948-2520,ST. LANDRY,"Reginald ""Reggie"" Tatum",P. O. Box 1084,,Opelousas,LA,70571,337-331-4454,B,M,D,310,12/31/2010,11/14/2008,Mr. Tatum -Alderman ,"District D, Town of Krotz Springs ",,,,LA,,,ST. LANDRY,Mary Lou Lacassin,P.O. Box 394,,Krotz Springs,LA,70750,337-566-3463,W,F,D,310,12/31/2010,01/01/2007,Ms. Lacassin -Alderman ,"District E, City of Opelousas ",P. O. Box 1879,,Opelousas,LA,70571,337-948-2520,ST. LANDRY,Jacqueline M. Martin,1622 Evans St.,,Opelousas,LA,70570,942-8799,B,F,D,310,12/31/2010,01/01/2007,Ms. Martin -Alderman ,"District E, Town of Krotz Springs ",,,,LA,,,ST. LANDRY,Donald Williams,P.O. Box 318,,Krotz Springs,LA,70750,566-2243,W,M,D,310,12/31/2010,01/01/2007,Mr. Williams -Alderman ,Town of Grand Coteau ,P. O. Drawer G,,Grand Coteau,LA,70541,337-662-5246,ST. LANDRY,Pamela V. Barriere,P.O. Box 109,,Grand Coteau,LA,70541,337-258-2600,B,F,D,310,12/31/2010,01/01/2007,Ms. Barriere -Alderman ,Town of Grand Coteau ,P. O. Drawer G,,Grand Coteau,LA,70541,337-662-5246,ST. LANDRY,Wilton Guidry,P.O. Box 457,,Grand Coteau,LA,70541,337-662-3484,B,M,D,310,12/31/2010,01/01/2007,Mr. Guidry -Alderman ,Town of Grand Coteau ,P. O. Drawer G,,Grand Coteau,LA,70541,337-662-5246,ST. LANDRY,"Shaterral ""Terra"" Johnson",P.O. Box 392,,Sunset,LA,70584,337-255-5919,B,F,D,310,12/31/2010,01/01/2007,Ms. Johnson -Alderman ,Town of Grand Coteau ,P. O. Drawer G,,Grand Coteau,LA,70541,337-662-5246,ST. LANDRY,John Lewis,P.O. Box 265,,Grand Coteau,LA,70541,337-662-5156,B,M,D,310,12/31/2010,01/01/2007,Mr. Lewis -Alderman ,Town of Grand Coteau ,P. O. Drawer G,,Grand Coteau,LA,70541,337-662-5246,ST. LANDRY,"John ""T-John"" Slaughter",P.O. Box 131,,Grand Coteau,LA,70541,337-781-7912,W,M,D,310,12/31/2010,01/01/2007,Mr. Slaughter -Alderman ,Town of Port Barre ,P. O. Box 219,,Port Barre,LA,70577,337-585-7646,ST. LANDRY,Keith LeJeune,P.O. Box 614,,Port Barre,LA,70577,337-585-6471,W,M,R,310,12/31/2010,01/01/2007,Keith LeJeune -Alderman ,Town of Port Barre ,P. O. Box 219,,Port Barre,LA,70577,337-585-7646,ST. LANDRY,"Ken ""TUSI"" Marks",P.O. Box 692,,Port Barre,LA,70577,585-6441,W,M,D,310,12/31/2010,01/01/2007,Mr. Marks -Alderman ,Town of Port Barre ,P. O. Box 219,,Port Barre,LA,70577,337-585-7646,ST. LANDRY,Richard Mobile,P.O. Box 213,,Port Barre,LA,70577,337-351-2980,W,M,D,310,12/31/2010,01/01/2007,Mr. Mobile -Alderman ,Town of Port Barre ,P. O. Box 219,,Port Barre,LA,70577,337-585-7646,ST. LANDRY,Paula Roberts Sharkey,P.O. Box 58,,Port Barre,LA,70577,337-585-0392,W,M,,310,12/31/2010,01/01/2007,Ms. Sharkey -Alderman ,Town of Port Barre ,P. O. Box 219,,Port Barre,LA,70577,337-585-7646,ST. LANDRY,"""Bobby"" Soileau",P.O. Box 578,,Port Barre,LA,70577,585-6207,W,M,D,310,12/31/2010,01/01/2007,Mr. Soileau -Alderman ,Village of Cankton ,107 Dandurand St.,,Cankton,LA,70584,337-668-4456,ST. LANDRY,Kevin J. Colligan,"634 Savoie Rd., Cankton",,Sunset,LA,70584,337-224-1214,W,M,,310,12/31/2010,01/01/2007,Mr. Colligan -Alderman ,Village of Cankton ,107 Dandurand St.,,Cankton,LA,70584,337-668-4456,ST. LANDRY,"""Bart"" Daigle","680 Savoie Rd., Cankton",,Sunset,LA,70584,337-668-4594,W,M,D,310,12/31/2010,01/01/2007,Mr. Daigle -Alderman ,Village of Cankton ,107 Dandurand St.,,Cankton,LA,70584,337-668-4456,ST. LANDRY,"Camille ""Junior"" Menard","792 Main St., Cankton",,Sunset,LA,70584,337-668-4467,W,M,D,310,12/31/2010,01/01/2007,Mr. Menard -Alderman ,Village of Palmetto ,P. O. Box 97,,Palmetto,LA,71358,337-623-4426,ST. LANDRY,Debra Lynn Coulon,P.O. Box 163,,Palmetto,LA,71358,337-592-3605,W,F,,310,12/31/2010,08/24/2009,Ms. Coulon -Alderman ,Village of Palmetto ,P. O. Box 97,,Palmetto,LA,71358,337-623-4426,ST. LANDRY,Judy S. Dupre,P.O. Box 46,,Palmetto,LA,71358,337-623-4731,W,F,D,310,12/31/2010,01/01/2007,Ms. Dupre -Alderman ,Village of Palmetto ,P. O. Box 97,,Palmetto,LA,71358,337-623-4426,ST. LANDRY,Nelene Guidroz,P.O. Box 74,,Palmetto,LA,71358,337-945-1512,W,M,D,310,12/31/2010,01/01/2007,Ms. Guidroz -Council Member ,Town of Leonville ,P. O. Box 57,,Leonville,LA,70551,337-879-2601,ST. LANDRY,"""Nick"" Degueyter",P.O. Box 442,,Arnaudville,LA,70512,337-879-7026,W,M,R,310,12/31/2010,01/01/2007,Mr. Degueyter -Council Member ,Town of Leonville ,P. O. Box 57,,Leonville,LA,70551,337-879-2601,ST. LANDRY,"""Gayle"" Briley Falcon",211 Hummingbird Ln.,,Opelousas,LA,70570,337-879-0111,W,F,D,310,12/31/2010,01/01/2007,Ms. Falcon -Council Member ,Town of Leonville ,P. O. Box 57,,Leonville,LA,70551,337-879-2601,ST. LANDRY,Brandon Gil,P.O. Box 194,,Leonville,LA,70551,879-7295,W,M,D,310,12/31/2010,01/01/2007,Mr. Gil -Council Member ,Town of Leonville ,P. O. Box 57,,Leonville,LA,70551,337-879-2601,ST. LANDRY,Jason Meche,448 Church Rd.,,Opelousas,LA,70570,337-298-5705,W,M,D,310,12/31/2010,08/24/2009,Mr. Meche -Council Member ,Town of Leonville ,P. O. Box 57,,Leonville,LA,70551,337-879-2601,ST. LANDRY,Kerry J. Willingham,P.O. Box 118,,Leonville,LA,70551,945-2926,W,M,D,310,12/31/2010,01/01/2007,Mr. Willingham -Council Member ,Town of Melville ,P. O. Box 268,,Melville,LA,71353,337-623-4226,ST. LANDRY,Marshall Bertrand,P.O. Box 141,,Melville,LA,71353,337-623-0336,W,M,R,310,12/31/2010,01/01/2007,Mr. Bertrand -Council Member ,Town of Melville ,P. O. Box 268,,Melville,LA,71353,337-623-4226,ST. LANDRY,"Veronica ""Connie"" LeBlanc",P.O. Box 293,,Melville,LA,71353,337-623-9992,W,F,D,310,12/31/2010,01/01/2007,Ms. LeBlanc -Council Member ,Town of Melville ,P. O. Box 268,,Melville,LA,71353,337-623-4226,ST. LANDRY,Denise Oliney Rose,P.O. Box 357,,Melville,LA,71353,337-623-3723,B,F,D,310,12/31/2010,01/01/2007,Ms. Rose -Council Member ,Town of Melville ,P. O. Box 268,,Melville,LA,71353,337-623-4226,ST. LANDRY,"""Ed"" Triplett",P. O. Box 12,,Melville,LA,71353,337-623-4222,W,M,D,310,12/31/2010,11/14/2008,Mr. Triplett -Council Member ,Town of Melville ,P. O. Box 268,,Melville,LA,71353,337-623-4226,ST. LANDRY,Christine M. Vaughns,P.O. Box 454,,Melville,LA,71353,337-658-8566,B,F,D,310,12/31/2010,01/01/2007,Ms. Vaughns -DPEC Member ,at Large ,,,,LA,,,ST. MARTIN,Melissa Castille,P.O. Box 136,,St. Martinville,LA,70582,337-394-6181,W,F,D,054,02/20/2012,02/20/2008,Ms. Castille -DPEC Member ,at Large ,,,,LA,,,ST. MARTIN,Mardy J. Guidry,1021 Roma St.,,Breaux Bridge,LA,70517,337-212-4662,W,M,D,054,02/20/2012,02/20/2008,Mr. Guidry -DPEC Member ,at Large ,,,,LA,,,ST. MARTIN,Christy Hebert,1039 Conde Rd.,,St. Martinville,LA,70582,337-394-5598,W,F,D,054,02/20/2012,02/20/2008,Ms. Hebert -DPEC Member ,District 1 ,,,,LA,,,ST. MARTIN,Dolores L. Bourda,1004 Mustang Cir.,,St. Martinville,LA,70582,337-394-4487,B,F,D,056,02/20/2012,02/20/2008,Ms. Bourda -DPEC Member ,District 2 ,,,,LA,,,ST. MARTIN,Melba D. Braud,7134 Main Hwy.,,St. Martinville,LA,70582,337-394-3252,B,F,D,056,02/20/2012,02/20/2008,Ms. Braud -DPEC Member ,District 3 ,,,,LA,,,ST. MARTIN,Odell Trahan,1053 Big Apple Ln.,,St. Martinville,LA,70582,337-394-3302,B,M,D,056,02/20/2012,02/20/2008,Mr. Trahan -DPEC Member ,District 4 ,,,,LA,,,ST. MARTIN,Mary Kately Jones,1394 BBSH Rd.,,Breaux Bridge,LA,70517,337-845-4316,B,F,D,056,02/20/2012,02/20/2008,Ms. Jones -DPEC Member ,District 5 ,,,,LA,,,ST. MARTIN,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,ST. MARTIN,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,ST. MARTIN,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,ST. MARTIN,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,ST. MARTIN,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,ST. MARTIN,Lottie P. Beebe,525 Clause Dr.,,Breaux Bridge,LA,70517,337-442-6650,W,F,R,064,02/20/2012,02/20/2008,Ms. Lottie -RPEC Member ,at Large ,,,,LA,,,ST. MARTIN,Rose Knott,1094 Bushville Hwy.,,Arnaudville,LA,70512,337-754-9980,W,F,R,064,02/20/2012,02/20/2008,Ms. Knott -RPEC Member ,District 1 ,,,,LA,,,ST. MARTIN,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,ST. MARTIN,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,ST. MARTIN,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,ST. MARTIN,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,ST. MARTIN,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,ST. MARTIN,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,ST. MARTIN,,,,,,,,,,,066 -RPEC Member ,District 8 ,,,,LA,,,ST. MARTIN,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,ST. MARTIN,,,,,,,,,,,066 -Sheriff ,,P. O. Box 247,,St. Martinville,LA,70582,318-394-3071,ST. MARTIN,"Ronald J. ""Ronny"" Theriot",P.O. Box 247,,St. Martinville,LA,70582,337-394-5259,W,M,O,225,06/30/2012,07/01/2008,Mr. Theriot -Clerk of Court ,,P. O. Box 308,,St. Martinville,LA,70582,337-394-2210,ST. MARTIN,"Allen Blanchard, Sr.",P. O. Box 308,,St. Martinville,LA,70582,337-845-4289,W,M,D,230,06/30/2012,07/01/2008,Mr. Blanchard -Assessor ,,"415 S. Main St., Ste. 103",,St. Martinville,LA,70582,337-394-2208,ST. MARTIN,Lawrence Patin,1511-A Nina Hwy.,,Breaux Bridge,LA,70517,337-228-2733,W,M,D,235,12/31/2012,01/01/2009,Mr. Patin -Coroner ,,"1117 North Main St., Suite B",,St. Martinville,LA,70582,337-394-7111,ST. MARTIN,Daniel Wiltz,"1117 North Main St., Ste. B",,St. Martinville,LA,70582,337-394-7111,B,M,D,240,03/25/2012,03/24/2008,Mr. Wiltz -Parish President ,,P.O. Box 9,,St. Martinville,LA,70582,337-394-2200,ST. MARTIN,Guy J. Cormier,P. O. Box 318,,St. Martinville,LA,70582,337-560-5237,W,M,D,243,01/09/2012,01/14/2008,Mr. Cormier -Council Member ,District 1 ,P. O. Box 9,,St. Martinville,LA,,337-394-2200,ST. MARTIN,"Carroll ""Coach"" Delahoussaye",1007 Wendy Dr.,,St. Martinville,LA,70582,337-394-9417,W,M,D,245,01/09/2012,01/14/2008,Mr. Delahoussaye -Council Member ,District 2 ,P. O. Box 9,,St. Martinville,LA,70582,337-394-2200,ST. MARTIN,Lisa Nelson,"720 S. Martin Luther King, Jr. Dr.",,St. Martinville,LA,70582,337-394-6396,B,F,D,245,01/09/2012,01/14/2008,Ms. Nelson -Council Member ,District 3 ,P. O. Box 9,,St. Martinville,LA,70582,337-394-2200,ST. MARTIN,Jason Willis,214 Stephanie Drive,,St. Martinville,LA,70582,337-394-7474,B,M,D,245,01/09/2012,01/14/2008,Mr. Willis -Council Member ,District 4 ,P. O. Box 9,,St. Martinville,LA,70582,337-394-2200,ST. MARTIN,Mike Huval,P.O. Box 2618,,Parks,LA,70582,337-845-5126,W,M,D,245,01/09/2012,01/14/2008,Mr. Huval -Council Member ,District 5 ,P. O. Box 9,,St. Martinville,LA,70582,337-394-2200,ST. MARTIN,"Lloyd ""Red"" Higginbotham",4695 Catahoula Hwy.,,St. Martinville,LA,70582,337-394-4391,W,M,D,245,01/09/2012,01/14/2008,Mr. Higginbotham -Council Member ,District 6 ,P. O. Box 9,,St. Martinville,LA,70582,337-394-2200,ST. MARTIN,Jill Hebert,715 South Main St.,,Breaux Bridge,LA,70517,337-332-5254,W,F,D,245,01/09/2012,01/14/2008,Ms. Hebert -Council Member ,District 7 ,P. O. Box 9,,St. Martinville,LA,70582,337-394-2200,ST. MARTIN,"""Pat"" Cluse",2630 Main Hwy.,,Breaux Bridge,LA,70517,337-667-7693,B,M,D,245,01/09/2012,01/14/2008,Mr. Cluse -Council Member ,District 8 ,P. O. Box 9,,St. Martinville,LA,70582,337-394-2200,ST. MARTIN,"James ""Jim"" Hebert",1900 Grand Anse Hwy.,,Breaux Bridge,LA,70517,337-667-6849,W,M,D,245,01/09/2012,01/14/2008,Mr. Hebert -Council Member ,District 9 ,P. O. Box 9,,St. Martinville,LA,70582,337-394-2200,ST. MARTIN,Dean Dore',1075 Oleste Tauzin Rd.,,Breaux Bridge,LA,70517,337-332-1850,W,M,D,245,01/09/2012,01/14/2008,Mr. Dore' -City Judge ,"City Court, City of Breaux Bridge ","101 Berard St., Ste. B",,Breaux Bridge,LA,70517,318-332-4117,ST. MARTIN,Randy P. Angelle,1039 Spanish Moss Ln.,,Breaux Bridge,LA,70517,337-332-5280,W,M,D,250,12/31/2014,01/01/2009,Judge Angelle -City Marshal ,"City Court, City of Breaux Bridge ","101 Berard St., Ste. B",,Breaux Bridge,LA,70517,337-332-4117,ST. MARTIN,Jerry Frederick,4410 Poydras Hwy.,,Breaux Bridge,LA,70517,337-332-2573,W,M,D,250,12/31/2014,01/01/2009,Marshal Frederick -Member of School Board ,District 1 ,305 Washington St.,,St. Martinville,LA,70582,337-394-6261,ST. MARTIN,Steve Fuselier,1059 Sonny Dr.,,St. Martinville,LA,70582,337-394-4436,W,M,D,255,12/31/2010,01/01/2007,Mr. Fuselier -Member of School Board ,District 2 ,305 Washington St.,,St. Martinville,LA,70582,337-394-6261,ST. MARTIN,Wanda Hypolite Babin,314 Elmer St.,,St. Martinville,LA,70582,,B,F,O,255,12/31/2010,01/01/2007,Ms. Babin -Member of School Board ,District 3 ,305 Washington St.,,St. Martinville,LA,70582,337-394-6261,ST. MARTIN,Aaron Flegeance,2532 Catahoula Hwy.,,St. Martinville,LA,70582,337-394-9296,B,M,D,255,12/31/2010,01/01/2007,Mr. Flegeance -Member of School Board ,District 4 ,305 Washington St.,,St. Martinville,LA,70582,337-394-6261,ST. MARTIN,"James ""Jimmy"" Blanchard",1213 South Main,,Breaux Bridge,LA,70517,,W,M,D,255,12/31/2010,01/01/2007,Mr. Blanchard -Member of School Board ,District 5 ,305 Washington St.,,St. Martinville,LA,70582,337-394-6261,ST. MARTIN,"Barbara ""T-Bob"" Latiolais",1007 L G Rd.,,St. Martinville,LA,70582,337-394-9515,W,F,R,255,12/31/2010,01/01/2007,Ms. Latiolais -Member of School Board ,District 6 ,305 Washington St.,,St. Martinville,LA,70582,337-394-6261,ST. MARTIN,Rodney J. Ledoux,404 Gaston Dr.,,Breaux Bridge,LA,70517,337-332-2347,W,M,D,255,12/31/2010,01/01/2007,Mr. Ledoux -Member of School Board ,District 7 ,305 Washington St.,,St. Martinville,LA,70582,337-394-6261,ST. MARTIN,Richard Potier,1057 Bill Clause Dr,,Breaux Bridge,LA,70517,337-332-5477,B,M,D,255,12/31/2010,01/01/2007,Mr. Potier -Member of School Board ,District 8 ,305 Washington St.,,St. Martinville,LA,70582,337-394-6261,ST. MARTIN,Frederic Stelly,1100 Carrier Rd.,,Breaux Bridge,LA,70517,337-228-2895,W,M,D,255,12/31/2010,01/01/2007,Mr. Stelly -Member of School Board ,District 9 ,305 Washington St.,,St. Martinville,LA,70582,337-394-6261,ST. MARTIN,"Floyd ""Y"" Knott",1094 Bushville Hwy.,,Arnaudville,LA,70512,337-754-9980,W,M,O,255,12/31/2010,01/01/2007,Mr. Knott -Member of School Board ,District 10 ,305 Washington St.,,St. Martinville,LA,70582,337-394-6261,ST. MARTIN,Mark Hebert,P.O. Box 10,,Cecilia,LA,70521,337-667-7161,W,M,D,255,12/31/2010,01/01/2007,Mr. Hebert -Justice of the Peace ,Justice of the Peace Ward 1 ,1182 Bayou Portage Rd.,,St. Martinville,LA,70582,337-394-9163,ST. MARTIN,"Thomas ""Tommy"" Boutte",1182 Bayou Portage Rd.,,St. Martinville,LA,70582,337-394-6621,W,M,D,265,12/31/2014,01/01/2009,Mr. Boutte -Justice of the Peace ,Justice of the Peace Ward 2 ,805 St.Ann St.,,St. Martinville,LA,70582,337-394-4768,ST. MARTIN,"Joseph ""Joe"" Mason",304 Governor Mouton St.,,St. Martinville,LA,70582,337-394-1202,B,M,D,265,12/31/2014,01/01/2009,Mr. Mason -Justice of the Peace ,Justice of the Peace Ward 3 ,1024 Joe Mouton Rd.,,St. Martinville,LA,70582,337-845-4144,ST. MARTIN,Charlene Champagne,1024 Joe Mouton Rd.,,St. Martinville,LA,70582,337-342-0306,W,F,D,265,12/31/2014,01/01/2009,Ms. Champagne -Justice of the Peace ,Justice of the Peace Ward 5 ,1168 Old Henderson Dr.,,Breaux Bridge,LA,70517,337-228-2453,ST. MARTIN,Gary J. LeBlanc,1050 Lucette Guidry Rd.,,Breaux Bridge,LA,70517,337-454-6332,W,M,D,265,12/31/2014,01/01/2009,Mr. LeBlanc -Justice of the Peace ,Justice of the Peace Ward 6 ,1066 Stephensville Rd.,,Morgan City,LA,70380,985-384-8720,ST. MARTIN,Shelia Landry,1018 Florence Ct.,,Morgan City,LA,70380,985-385-3840,W,F,D,265,12/31/2014,01/01/2009,Ms. Landry -Constable ,Justice of the Peace Ward 1 ,410 Gauthier St.,,St. Martinville,LA,70582,337-394-4731,ST. MARTIN,"Alvin ""Al"" Cormier",410 Gauthier St.,,St. Martinville,LA,70582,337-394-3738,W,M,D,267,12/31/2014,01/01/2009,Mr. Cormier -Constable ,Justice of the Peace Ward 2 ,203 Elmer St.,,St. Martinville,LA,70582,337-394-6457,ST. MARTIN,"Leander ""Cush"" Williams",P.O. Box 483,,St. Martinville,LA,70582,337-394-6457,B,M,D,267,12/31/2014,01/01/2009,Mr. Williams -Constable ,Justice of the Peace Ward 3 ,"1173 Paul Joseph Rd., #A",,St. Martinville,LA,70582,337-394-6320,ST. MARTIN,David R. Dugas,1004 Joseph St.,,St. Martinville,LA,70582,337-394-3656,W,M,O,267,12/31/2014,01/01/2009,Mr. Dugas -Constable ,Justice of the Peace Ward 5 ,1735 Grand Anse Hwy.,,Breaux Bridge,LA,70517,337-667-6012,ST. MARTIN,"Floyd ""Hal"" Scrantz",1735 Grand Anse Hwy.,,Breaux Bridge,LA,70517,337-667-6012,W,M,D,267,12/31/2014,01/01/2009,Mr. Scrantz -Constable ,Justice of the Peace Ward 6 ,1451 E. Stevensville Rd.,,Morgan City,LA,70380,985-384-0274,ST. MARTIN,Carol Martin,1451 East Stephensville Rd.,,Morgan City,LA,70380,985-384-0274,W,M,D,267,12/31/2014,01/01/2009,Mr. Martin -Mayor ,City of Breaux Bridge ,"101 Berard St., Suite A",,Breaux Bridge,LA,,337-332-2171,ST. MARTIN,Jack Dale Delhomme,243 Ledoux St.,,Breaux Bridge,LA,70517,337-332-8301,W,M,D,300,12/31/2010,01/01/2007,Mr. Delhomme -Mayor ,City of St. Martinville ,P. O. Box 379,,St. Martinville,LA,,337-394-2230,ST. MARTIN,Thomas Nelson,720 South Martin Luther King Dr.,,St. Martinville,LA,70582,337-394-3428,B,M,D,300,06/30/2010,07/01/2006,Mayor Nelson -Mayor ,Town of Henderson ,P.O. Box 595,,Henderson,LA,,337-228-7109,ST. MARTIN,Sherbin Collette,1021 Robin St.,,Henderson,LA,70517,337-228-2200,W,M,D,300,06/30/2012,07/01/2008,Mr. Collette -Mayor ,Village of Parks ,1010 Martin St.,,Parks,LA,,337-845-4139,ST. MARTIN,John Dugas,P.O. Box 2839,,Parks,LA,70582,337-845-4705,W,M,D,300,12/31/2010,01/01/2007,Mayor Dugas -Chief of Police ,City of Breaux Bridge ,"101 Berard St., Ste. A",,Breaux Bridge,LA,70517,337-332-2171,ST. MARTIN,Charles Thibodeaux,720 Main St.,,Breaux Bridge,LA,70517,337-332-2171,W,M,D,305,12/31/2010,01/01/2007,Mr. Thibodeaux -Chief of Police ,Town of Henderson ,P.O. Box 595,,Henderson,LA,70517,337-228-7109,ST. MARTIN,Leroy Guidry,1034 Dupuis St.,,Henderson,LA,70517,337-228-2432,W,M,O,305,06/30/2012,07/01/2008,Chief Guidry -Chief of Police ,Village of Parks ,P. O. Box 2867,,Parks,LA,70582,337-845-4139,ST. MARTIN,Ronald Solarie,5111 Bridge Street Hwy.,,St. Martinville,LA,70582,337-201-2168,B,M,D,305,12/31/2010,01/01/2007,Mr. Solarie -Alderman ,"District A, City of Breaux Bridge ",101 Berard St.,,Breaux Bridge,LA,70517,337-332-2171,ST. MARTIN,Terry P. Thibodeaux,478 Kent St.,,Breaux Bridge,LA,70517,337-332-5237,W,M,D,310,12/31/2010,01/01/2007,Mr. Thibodeaux -Alderman ,"District B, City of Breaux Bridge ",101 Berard St.,,Breaux Bridge,LA,70517,337-332-2171,ST. MARTIN,"Howard ""Doc"" Alexander",406 Nettie St.,,Breaux Bridge,LA,70517,337-201-3683,B,M,D,310,12/31/2010,01/01/2007,Mr. Alexander -Alderman ,"District C, City of Breaux Bridge ",101 Berard St.,,Breaux Bridge,LA,70517,337-332-2171,ST. MARTIN,"Albert ""Da Da"" Menard",866 Alva Dr.,,Breaux Bridge,LA,70517,337-739-9481,B,M,D,310,12/31/2010,01/01/2007,Mr. Menard -Alderman ,"District D, City of Breaux Bridge ",101 Berard St.,,Breaux Bridge,LA,70517,337-332-2171,ST. MARTIN,Glenn Michael Angelle,1107 South Main,,Breaux Bridge,LA,70517,337-332-3881,W,M,R,310,12/31/2010,01/01/2007,Mr. Angelle -Alderman ,"District E, City of Breaux Bridge ",101 Berard St.,,Breaux Bridge,LA,70517,337-332-2171,ST. MARTIN,"Gary ""Bimmie"" Champagne",P.O. Box 1444,,Breaux Bridge,LA,70517,337-332-3965,W,M,D,310,12/31/2010,01/01/2007,Mr. Champagne -Alderman ,Village of Parks ,P. O. Box 2867,,Parks,LA,70582,337-845-4139,ST. MARTIN,Charlotte Gary Gauthier,P.O. Box 2746,,Parks,LA,70582,337-845-9251,W,F,R,310,12/31/2010,01/01/2007,Mr. Gauthier -Alderman ,Village of Parks ,P. O. Box 2867,,Parks,LA,70582,337-845-4139,ST. MARTIN,Kevin J. Kately,P.O. Box 2550,,Parks,LA,70582,337-845-9147,B,M,D,310,12/31/2010,01/01/2007,Mr. Kately -Alderman ,Village of Parks ,P. O. Box 2867,,Parks,LA,70582,337-845-4139,ST. MARTIN,"Harold ""Kellogg"" Robertson",P.O. Box 2564,,Parks,LA,70582,337-845-4478,W,M,D,310,12/31/2010,01/01/2007,Mr. Robertson -Councilman,"District 1, City of St. Martinville",P. O. Box 379,,St. Martinville,LA,70582,337-394-2230,ST. MARTIN,"Michael ""Mike"" Fuselier",114 East Hamilton St.,,St. Martinville,LA,70582,337-394-5720,W,M,O,310,06/30/2010,07/01/2006,Mr. Fuselier -Councilman,"District 1, City of St. Martinville",P. O. Box 379,,St. Martinville,LA,70582,337-394-2230,ST. MARTIN,"Michael ""Mike"" Fuselier, ",114 E. Hamilton St.,,St. Martinville,LA,70582-4014,337-394-5720,W,M,O,310 -Councilman ,"District 2, City of St. Martinville ",P. O. Box 379,,St. Martinville,LA,70582,337-394-2230,ST. MARTIN,Craig Prosper,P.O. Box 213,,St. Martinville,LA,70582,337-394-7796,W,M,D,310,06/30/2010,07/01/2006,Mr. Prosper -Councilman ,"District 2, City of St. Martinville ",P. O. Box 379,,St. Martinville,LA,70582,337-394-2230,ST. MARTIN,"Craig Prosper, ",149 Teresa Dr.,,St. Martinville,LA,70582-4226,337-394-7796,W,M,D,310 -Councilman ,"District 3, City of St. Martinville ",P. O. Box 379,,St. Martinville,LA,70582,337-394-2230,ST. MARTIN,Dennis Paul Williams,402 West Port St.,,St. Martinville,LA,70582,337-394-9242,B,M,,310,06/30/2010,07/01/2006,Mr. Williams -Councilman ,"District 4, City of St. Martinville ",P. O. Box 379,,St. Martinville,LA,70582,337-394-2230,ST. MARTIN,Ronald J. Charles,625 Washington St.,,St. Martinville,LA,70582,337-394-5418,B,M,D,310,06/30/2010,07/01/2006,Mr. Charles -Councilman ,"District 5, City of St. Martinville ",P. O. Box 379,,St. Martinville,LA,70582,337-394-2230,ST. MARTIN,"Arthur Champ, Jr.",316 Elmer St.,,St. Martinville,LA,70582,337-394-4635,B,M,D,310,06/30/2010,07/01/2006,Mr. Champ -Councilman ,Town of Henderson ,P.O. Box 595,,Henderson,LA,70517,337-228-7109,ST. MARTIN,Samantha LeBlanc,1035 Talley St.,,Henderson,LA,70517,337-288-4163,W,F,D,310,06/30/2012,10/27/2009,Ms. LeBlanc -Councilman ,Town of Henderson ,P.O. Box 595,,Henderson,LA,70517,337-228-7109,ST. MARTIN,"""Don"" LeGrand",1006-B LeGrand St.,,Henderson,LA,70517,337-228-2367,W,M,D,310,06/30/2012,07/01/2008,Mr. LeGrand -Councilman ,Town of Henderson ,P.O. Box 595,,Henderson,LA,70517,337-228-7109,ST. MARTIN,Jody Meche,P.O. Box 694,,Henderson,LA,70517,337-228-2732,W,M,O,310,06/30/2012,07/01/2008,Mr. Meche -Councilman ,Town of Henderson ,P.O. Box 595,,Henderson,LA,70517,337-228-7109,ST. MARTIN,Ray Robin,P.O. Box 556,,Henderson,LA,70517,337-228-2958,W,M,D,310,06/30/2012,07/01/2008,Mr. Robin -Councilman ,Town of Henderson ,P.O. Box 595,,Henderson,LA,70517,337-228-7109,ST. MARTIN,Michael Theriot,1063 Huval St.,,Henderson,LA,70517,337-257-9026,W,M,D,310,06/30/2012,07/01/2008,Mr. Theriot -DPEC Member ,at Large ,,,,LA,,,ST. MARY,Sam Jones,1501 Sterling Rd.,,Franklin,LA,70538,337-828-1530,W,M,D,054,02/20/2012,02/20/2008,Mr. Jones -DPEC Member ,at Large ,,,,LA,,,ST. MARY,"Gary ""Doc"" Wiltz",710 1st St.,,Franklin,LA,70538,337-828-1274,B,M,D,054,02/20/2012,02/20/2008,Mr. Wiltz -DPEC Member ,District 1 ,,,,LA,,,ST. MARY,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,ST. MARY,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,ST. MARY,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,ST. MARY,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,ST. MARY,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,ST. MARY,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,ST. MARY,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,ST. MARY,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,ST. MARY,,,,,,,,,,,056 -DPEC Member ,District 10 ,,,,LA,,,ST. MARY,,,,,,,,,,,056 -DPEC Member ,District 11 ,,,,LA,,,ST. MARY,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,ST. MARY,Robert Arceneaux,P. O. Box 157,,Patterson,LA,70392,985-519-7252,W,M,R,064,02/20/2012,02/20/2008,Mr. Arceneaux -RPEC Member ,at Large ,,,,LA,,,ST. MARY,"Herbert A. Estay, Jr.",P. O. Box 1731,,Patterson,LA,70392,985-397-3223,W,M,R,064,02/20/2012,02/20/2008 -RPEC Member ,at Large ,,,,LA,,,ST. MARY,Christian Gil,P. O. Box 157,,Patterson,LA,70392,985-399-4412,W,M,R,064,02/20/2012,02/20/2008,Mr. Gill -RPEC Member ,at Large ,,,,LA,,,ST. MARY,Bill L. Moore,P.O. Box 261,,Franklin,LA,70538,337-828-4479,W,M,R,064,02/20/2012,02/20/2008,Mr. Moore -RPEC Member ,at Large ,,,,LA,,,ST. MARY,Glynn P. Pellerin,578 Parish Rd. 131,,Franklin,LA,70538,337-836-9647,W,M,R,064,02/20/2012,02/20/2008,Mr. Pellerin -RPEC Member ,District 1 ,,,,LA,,,ST. MARY,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,ST. MARY,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,ST. MARY,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,ST. MARY,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,ST. MARY,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,ST. MARY,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,ST. MARY,,,,,,,,,,,066 -RPEC Member ,District 8 ,,,,LA,,,ST. MARY,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,ST. MARY,,,,,,,,,,,066 -RPEC Member ,District 10 ,,,,LA,,,ST. MARY,,,,,,,,,,,066 -RPEC Member ,District 11 ,,,,LA,,,ST. MARY,,,,,,,,,,,066 -Sheriff ,,P. O. Box 571,,Franklin,LA,70538,318-828-1960,ST. MARY,David A. Naquin,P.O. Box 571,,Franklin,LA,70538,337-828-2819,W,M,D,225,06/30/2012,07/01/2008,Mr. Naquin -Clerk of Court ,,P. O. Drawer 1231,,Franklin,LA,70538,337-828-4100,ST. MARY,Cliff Dressel,P. O. Drawer 1231,,Franklin,LA,70538-1231,337-828-4100,W,M,D,230,06/30/2012,07/01/2008,Mr. Dressel -Assessor ,,P.O. Box 264,,Franklin,LA,70538,337-828-4100,ST. MARY,Jarrod K. Longman,1029 Fig St.,,Morgan City,LA,70380-1014,985-397-0227,W,M,D,235,12/31/2012,01/01/2009,Mr. Longman -Coroner ,,P.O. Box 2266,,Morgan City,LA,70381,985-384-9964,ST. MARY,"F. H. Metz, Jr.",1933 Hwy. 182 E.,,Morgan City,LA,70380,985-395-9197,W,M,D,240,03/25/2012,03/24/2008,Mr. Metz -Parish President ,,"Fifth Floor, Courthouse",,Franklin,LA,70538,337-828-4100,ST. MARY,"Paul P. Naquin, Jr.",P. O. Box 371,,Baldwin,LA,70514-0371 ,337-923-7521,W,M,D,243,01/09/2012,01/14/2008,Mr. Naquin -Council Member ,District 1 ,Fifth Floor Courthouse,,Franklin,LA,,337-828-4100,ST. MARY,Craig A. Mathews,2208 Hwy. 318,,Jeanerette,LA,70544-8721,337-276-6697,B,M,D,245,01/09/2012,01/14/2008,Mr. Mathews -Council Member ,District 2 ,Fifth Floor Courthouse,,Franklin,LA,70538,337-828-4100,ST. MARY,"Charles ""Butch"" Middleton",404 Sixth St.,,Franklin,LA,70538-5906,337-828-2017,B,M,D,245,01/09/2012,01/14/2008,Mr. Middleton -Council Member ,District 3 ,Fifth Floor Courthouse,,Franklin,LA,70538,337-828-4100,ST. MARY,David Hanagriff,P.O. Box 172,,Centerville,LA,70522-0172 ,337-836-5154,W,M,D,245,01/09/2012,01/14/2008,Mr. Hanagriff -Council Member ,District 4 ,Fifth Floor Courthouse,,Franklin,LA,70538,337-828-4100,ST. MARY,Glen J. Hidalgo,1219 Columbus Ave.,,Morgan City,LA,70380-5907,985-395-3182,W,M,D,245,01/09/2012,01/14/2008,Mr. Hidalgo -Council Member ,District 5 ,Fifth Floor Courthouse,,Franklin,LA,70538,337-828-4100,ST. MARY,"""Ken"" Singleton",108 Catherine St.,,Patterson,LA,70392-5026,337-962-2625,W,M,R,245,01/09/2012,01/14/2008,Mr. Singleton -Council Member ,District 6 ,Fifth Floor Courthouse,,Franklin,LA,70538,337-828-4100,ST. MARY,"Logan J. Fromenthal, Jr.",1725 Dale St.,,Morgan City,LA,70380-1407,985-384-8860,W,M,D,245,01/09/2012,01/14/2008,Mr. Fromenthal -Council Member ,District 7 ,Fifth Floor Courthouse,,Franklin,LA,70538,337-828-4100,ST. MARY,Kevin J. Voisin,1202 Hickory St.,,Morgan City,LA,70380-1147,985-385-5007,W,M,D,245,01/09/2012,01/14/2008,Mr. Voisin -Council Member ,District 8 ,Fifth Floor Courthouse,,Franklin,LA,70538,337-828-4100,ST. MARY,"""Chuck"" Walters",P.O. Box 702,,Amelia,LA,70340-0702 ,985-631-0235,W,M,D,245,01/09/2012,01/14/2008,Mr. Walters -Council Member at Large ,District 9 ,Fifth Floor Courthouse,,Franklin,LA,70538,337-828-4100,ST. MARY,Albert Foulcard,700 Magnolia St.,,Franklin,LA,70538-5316,337-578-0392,B,M,D,245,01/09/2012,01/14/2008,Mr. Foulcard -Council Member at Large ,District 10 ,Fifth Floor Courthouse,,Franklin,LA,70538,337-828-4100,ST. MARY,Steve F. Bierhorst,119 Jones Dr.,,Patterson,LA,70392-5622,985-395-3930,W,M,D,245,01/09/2012,01/14/2008,Mr. Bierhorst -Council Member at Large ,District 11 ,Fifth Floor Courthouse,,Franklin,LA,70538,337-828-4100,ST. MARY,Gary Duhon,53 Marquis Mnr.,,Morgan City,LA,70380-1152,985-385-7848,W,M,D,245,01/09/2012,01/14/2008,Mr. Duhon -City Judge ,"City Court, City of Franklin ",P. O. Box 343,,Franklin,LA,70538,318-828-0454,ST. MARY,Terry Breaux,P.O. Box 766,,Franklin,LA,70538,338-578-1153,W,M,D,250,12/31/2014,01/01/2009,Judge Breaux -City Judge ,"City Court, City of Morgan City ",P. O. Box 1577,,Morgan City,LA,70381,985-384-2718,ST. MARY,Kim P. Stansbury,3112 Lake Palourde Dr.,,Morgan City,LA,70380,985-384-0381,W,M,D,250,12/31/2014,01/01/2009,Judge Stansbury -City Marshal ,"City Court, City of Franklin ",P. O. Box 343,,Franklin,LA,70538,337-828-3859,ST. MARY,"David J. McCoy, Jr.",222 Saint Joseph Ln.,,Franklin,LA,70538,985-397-1025,B,M,D,250,12/31/2014,01/01/2009,Marshal McCoy -City Marshal ,"City Court, City of Morgan City ",P. O. Box 1577,,Morgan City,LA,70381,985-384-2350,ST. MARY,Kenneth J. Duval,1204 S. Prescott Dr.,,Morgan City,LA,70380,985-385-5132,W,M,R,250,12/31/2014,01/01/2009,Marshal Duval -Member of School Board ,District 1 ,P. O. Box 170,,Centerville,LA,70522,337-836-9661,ST. MARY,"Joseph Foulcard, Jr.",1503 Walnut St.,,Franklin,LA,70538-5325,337-828-4454,B,M,D,255,12/31/2010,01/01/2007,Mr. Foulcard -Member of School Board ,District 2 ,P. O. Box 170,,Centerville,LA,70522,337-836-9661,ST. MARY,Mary Shannette Lockley,506 Hwy. 318,,Franklin,LA,70538-6924,337-276-4668,B,F,D,255,12/31/2010,01/01/2007,Ms. Lockley -Member of School Board ,District 3 ,P. O. Box 170,,Centerville,LA,70522,337-836-9661,ST. MARY,"Edward Payton, Jr.",P.O. Box 461,,Baldwin,LA,70514,337-923-7786,W,M,D,255,12/31/2010,01/01/2007,Mr. Payton -Member of School Board ,District 4 ,P. O. Box 170,,Centerville,LA,70522,337-836-9661,ST. MARY,Murphy Pontiff,3970 Irish Bend Rd.,,Franklin,LA,70538,337-828-3221,W,M,D,255,12/31/2010,01/01/2007,Mr. Pontiff -Member of School Board ,District 5 ,P. O. Box 170,,Centerville,LA,70522,337-836-9661,ST. MARY,Ginger Smith Griffin,145 Laura Dr.,,Patterson,LA,70392-5718,985-395-7832,W,F,R,255,12/31/2010,01/01/2007,Mr. Griffin -Member of School Board ,District 6 ,P. O. Box 170,,Centerville,LA,70522,337-836-9661,ST. MARY,Marilyn LaSalle,P. O. Box 1068,,Patterson,LA,70392-5301,985-395-3848,B,F,D,255,12/31/2010,01/01/2007,Ms. LaSalle -Member of School Board ,District 7 ,P. O. Box 170,,Centerville,LA,70522,337-836-9661,ST. MARY,Wayne J. Deslatte,P.O. Box 165,,Centerville,LA,70522-0165 ,337-836-5487,W,M,D,255,12/31/2010,01/01/2007,Mr. Deslatte -Member of School Board ,District 8 ,P. O. Box 170,,Centerville,LA,70522,337-836-9661,ST. MARY,"Michael E. ""Mike"" Taylor",P.O. Box 661,,Berwick,LA,70342,985-384-7205,W,M,D,255,12/31/2010,01/01/2007,Mr. Taylor -Member of School Board ,District 9 ,P. O. Box 170,,Centerville,LA,70522,337-836-9661,ST. MARY,"""Bill"" McCarty",1701 Cedar St.,,Morgan City,LA,70380-1711,985-384-2608,W,M,D,255,12/31/2010,01/01/2007,Mr. McCarty -Member of School Board ,District 10 ,P. O. Box 170,,Centerville,LA,70522,337-836-9661,ST. MARY,Anthony Streva,1013 Walnut St.,,Morgan City,LA,70380,985-385-0988,W,M,D,255,12/31/2010,01/01/2007,Mr. Streva -Member of School Board ,District 11 ,P. O. Box 170,,Centerville,LA,70522,337-836-9661,ST. MARY,Roland Herman Verret,907 Lake Palourde Rd.,,Morgan City,LA,70380-6407,985-631-2460,W,M,D,255,12/31/2010,01/01/2007,Mr. Verrett -Justice of the Peace ,Justice of the Peace Ward 1 ,P.O. Box 254,,Baldwin,LA,70514-1419,318-923-7554,ST. MARY,Benjamin Grimm,293 Eves St.,,Jeanerette,LA,70544,337-276-7092,B,M,D,265,12/31/2014,01/01/2009,Mr. Grimm -Justice of the Peace ,Justice of the Peace Ward 2 ,4683 La.Hwy 83,,Franklin,LA,70538-7502,337-271-0167,ST. MARY,Ray A. Manuel,4683 Hwy. 83,,Franklin,LA,70538,337-924-7635,B,M,D,265,12/31/2014,01/01/2009,Mr. Manuel -Justice of the Peace ,Justice of the Peace Ward 4 ,114 Verdun Ln.,,Franklin,LA,70538-7323,337-836-9617,ST. MARY,Shelby J. Bourgeois,114 Verdun Ln.,,Franklin,LA,70538,337-836-9617,B,M,D,265,12/31/2014,01/01/2009,Mr. Bourgeois -Justice of the Peace ,Justice of the Peace Ward 5 ,P.O. Box 279,,Patterson,LA,70392-0279 ,985-395-2445,ST. MARY,Frank J. Cali,P.O. Box 279,,Patterson,LA,70392,985-395-2445,W,M,D,265,12/31/2014,01/01/2009,Mr. Cali -Justice of the Peace ,Justice of the Peace Ward 7 ,223 Gibbs Rd.,,Franklin,LA,70538-6950,337-923-7880,ST. MARY,Nekesia J. Bowie,"223 Gibbs Dr., Lot 1",,Franklin,LA,70538,337-923-0677,B,F,D,265,12/31/2014,01/01/2009,Ms. Bowie -Justice of the Peace ,Justice of the Peace Ward 8 ,1451 River Rd.,,Berwick,LA,70342-3019,985-385-2937,ST. MARY,Marketia R. Arthur,567 Young St.,,Berwick,LA,70342,985-385-2991,W,F,D,265,12/31/2014,01/01/2009,Ms. Arthur -Justice of the Peace ,Justice of the Peace Ward 9 ,P.O.Box 629,,Amelia,LA,70340-0629 ,985-631-2589,ST. MARY,Tracy V. Duval,P.O. Box 629,,Amelia,LA,70340,985-631-2589,W,F,D,265,12/31/2014,01/01/2009,Ms. Duval -Justice of the Peace ,Justice of the Peace Ward 10 ,P.O. Box 681,,Baldwin,LA,70514,337-923-7502,ST. MARY,Benny J. Druilhet,P.O. Box 681,,Baldwin,LA,70514,337-923-7502,B,M,D,265,12/31/2014,01/01/2009,Mr. Druilhet -Constable ,Justice of the Peace Ward 1 ,P.O. Box 375,,Charenton,LA,70523,337-923-7362,ST. MARY,"Donald ""Sonny"" Compton",P.O. Box 375,,Charenton,LA,70523,337-923-7362,W,M,D,267,12/31/2014,01/01/2009,Mr. Compton -Constable ,Justice of the Peace Ward 2 ,239 Georgetown Rd.,,Franklin,LA,70538-7542,337-923-7713,ST. MARY,Steven Drexler,180 Georgetown Rd.,,Franklin,LA,70538,337-923-7483,B,M,D,267,12/31/2014,01/01/2009,Mr. Drexler -Constable ,Justice of the Peace Ward 4 ,P.O. Box 17,,Franklin,LA,70522-0017 ,337-836-9336,ST. MARY,David A. Comeaux,P.O. Box 17,,Centerville,LA,70522,337-836-9336,W,M,D,267,12/31/2014,01/01/2009,Mr. Comeaux -Constable ,Justice of the Peace Ward 5 ,P.O. Box 1161,,Patterson,LA,70392-4538,985-395-2235,ST. MARY,"""Ned"" Stephens",P.O. Box 1161,,Patterson,LA,70392,985-395-4091,W,M,D,267,12/31/2014,01/01/2009,Mr. Stephens -Constable ,Justice of the Peace Ward 7 ,1506 Hwy. 318,,Jeanerette,LA,70544-8540,337-276-9461,ST. MARY,"Edward ""June"" Patrick",1506 Hwy. 318,,Jeanerette,LA,70544,337-276-9461,B,M,D,267,12/31/2014,01/01/2009,Mr. Patrick -Constable ,Justice of the Peace Ward 8 ,567 Young St.,,Berwick,LA,70342-2341,985-384-7008,ST. MARY,"Jonathan ""J.P."" Henry",711 Toups St.,,Berwick,LA,70342,985-518-3364,W,M,R,267,12/31/2014,01/01/2009,Mr. Henry -Constable ,Justice of the Peace Ward 9 ,P.O. Box 69,,Morgan City,LA,70340-0069 ,985-631-0653,ST. MARY,John Arceneaux,1158 Lakeview Dr.,,Morgan City,LA,70380,985-312-1031,W,M,,267,12/31/2014,01/01/2009,Mr. Arceneaux -Constable ,Justice of the Peace Ward 10 ,P.O. Box 513,,Franklin,LA,70538,337-923-0001,ST. MARY,"Harry J. Smith, Jr.",P.O. Box 513,,Franklin,LA,70538,337-578-4049,B,M,D,267,12/31/2014,01/01/2009,Mr. Smith -Mayor ,City of Franklin ,P. O. Box 567,,Franklin,LA,,337-828-6303,ST. MARY,"Raymond Harris, Jr.",1526 Sterling Rd.,,Franklin,LA,70538-3860,337-828-2701,B,M,D,300,06/30/2010,07/01/2006,Mayor Harris -Mayor ,City of Morgan City ,P. O. Box 1218,,Morgan City,LA,70381,985-385-1770,ST. MARY,"Timothy I. ""Tim"" Matte",1624 Glenmont Dr.,,Morgan City,LA,70380,985-385-2442,W,M,D,300,01/13/2013,01/12/2009,Mayor Matte -Mayor ,City of Patterson ,P. O. Box 367,,Patterson,LA,,985-395-5205,ST. MARY,"""Mike"" Accardo",P.O. Box 1805,,Patterson,LA,70392-5611,985-518-8593,W,M,D,300,12/31/2010,01/01/2007,Mr. Accardo -Mayor ,Town of Baldwin ,P. O. Box 800,,Baldwin,LA,,337-923-7523,ST. MARY,Wayne J. Breaux,P.O. Box 213,,Baldwin,LA,,337-578-3835,W,M,D,300,12/31/2010,01/01/2007,Mr. Breaux -Mayor ,Town of Berwick ,P. O. Box 486,,Berwick,LA,,985-384-8858,ST. MARY,Louis A. Ratcliff,400 Nelson St.,,Berwick,LA,70342-2064,985-384-3794,W,M,,300,12/31/2010,01/01/2007,Mayor Ratcliff -Chief of Police ,City of Patterson ,P. O. Box 367,,Patterson,LA,70392,985-395-5205,ST. MARY,Patrick M. LaSalle,P.O. Box 534,,Patterson,LA,70392-5201,985-395-7800,B,M,D,305,12/31/2010,01/01/2007,Mr. LaSalle -Chief of Police ,Town of Baldwin ,P. O. Box 800,,Baldwin,LA,70514,337-923-7523,ST. MARY,Gerald Minor,P.O. Box 1175,,Franklin,LA,70538-1175,337-923-6182,W,M,D,305,12/31/2010,01/01/2007,Chief Minor -Council Member ,"at Large, City of Franklin ",P. O. Box 567,,Franklin,LA,70538,337-828-6303,ST. MARY,"Kenny P. Scelfo, Sr.",91 Lee St.,,Franklin,LA,70538-7037,337-828-2654,W,M,D,308,06/30/2010,07/01/2006,Mr. Scelfo -Alderman ,Town of Baldwin ,P. O. Box 800,,Baldwin,LA,70514,337-923-7523,ST. MARY,Mike J. Caesar,P.O. Box 365,,Baldwin,LA,70514,337-923-7376,B,M,D,310,12/31/2010,01/01/2007,Mr. Caesar -Alderman ,Town of Baldwin ,P. O. Box 800,,Baldwin,LA,70514,337-923-7523,ST. MARY,"Herbert E. Druilhet, Jr.",P.O. Box 267,,Baldwin,LA,70514,337-923-4498,B,M,D,310,12/31/2010,01/01/2007,Mr. Druilhet -Alderman ,Town of Baldwin ,P. O. Box 800,,Baldwin,LA,70514,337-923-7523,ST. MARY,H. Gene St. Germain,P.O. Box 212,,Baldwin,LA,70514-1430,337-923-7758,W,M,D,310,12/31/2010,01/01/2007,Mr. St. Germain -Alderman ,Town of Baldwin ,P. O. Box 800,,Baldwin,LA,70514,337-923-7523,ST. MARY,"""Mike"" Lancelin",P.O. Box 248,,Baldwin,LA,70514,337-924-7711,B,M,D,310,12/31/2010,01/01/2007,Mr. Lancelin -Alderman ,Town of Baldwin ,P. O. Box 800,,Baldwin,LA,70514,337-923-7523,ST. MARY,Clarence A. Vappie,P.O. Box 817,,Baldwin,LA,70514,337-923-4609,B,M,D,310,12/31/2010,01/01/2007,Mr. Vappie -Council Member ,City of Patterson ,P. O. Box 367,,Patterson,LA,70392,985-395-5205,ST. MARY,Rodney A. Grogan,P.O. Box 1133,,Patterson,LA,70392,985-399-6618,B,M,D,310,12/31/2010,01/01/2007,Mr. Green -Council Member ,City of Patterson ,P. O. Box 367,,Patterson,LA,70392,985-395-5205,ST. MARY,"L. L. ""Larry"" Mendoza, Jr.",140 McGee Dr.,,Patterson,LA,70392-5611,985-395-3768,W,M,D,310,12/31/2010,01/01/2007,Mr. Mendoza -Council Member ,City of Patterson ,P. O. Box 367,,Patterson,LA,70392,985-395-5205,ST. MARY,"""Peg"" M. Rentrop",P.O. Box 1410,,Patterson,LA,70392,985-395-2522,W,F,D,310,12/31/2010,01/01/2007,Ms. Rentrop -Council Member ,City of Patterson ,P. O. Box 367,,Patterson,LA,70392,985-395-5205,ST. MARY,"""Joe"" Russo, III",P.O. Box 188,,Patterson,LA,70392-4456,985-395-9584,W,M,D,310,12/31/2010,01/01/2007,Mr. Russo -Council Member ,City of Patterson ,P. O. Box 367,,Patterson,LA,70392,985-395-5205,ST. MARY,Claire D. Sawyer,P.O. Box 520,,Patterson,LA,70392-4409,985-395-3547,W,F,D,310,12/31/2010,01/01/2007,Ms. Sawyer -Council Member ,"District A, City of Franklin ",P. O. Box 567,,Franklin,LA,70538,,ST. MARY,Dale J. Rogers,404 Ida St.,,Franklin,LA,70538-3618,337-828-4650,W,M,D,310,06/30/2010,07/01/2006,Mr. Rogers -Council Member ,"District B, City of Franklin ",P. O. Box 567,,Franklin,LA,70538,,ST. MARY,Chuck D. Autin,306 Jackson St.,,Franklin,LA,70538,337-828-7927,W,M,,310,06/30/2010,07/01/2006,Mr. Autin -Council Member ,"District B, City of Franklin ",P. O. Box 567,,Franklin,LA,70538,,ST. MARY,"Chuck D. Autin, ",306 Jackson St.,,Franklin,LA,70538-5435,337-578-2559,W,M,N,310 -Council Member ,"District C, City of Franklin ",P. O. Box 567,,Franklin,LA,70538,,ST. MARY,Eugene P. Foulcard,203 Foster St.,,Franklin,LA,70538,337-828-5778,B,M,D,310,06/30/2010,07/01/2006,Mr. Foulcard -Council Member ,"District D, City of Franklin ",P. O. Box 567,,Franklin,LA,70538,,ST. MARY,"Joseph H. Garrison, Sr.",1016 B St.,,Franklin,LA,70538-4305,337-828-3423,B,M,D,310,06/30/2010,07/01/2006,Mr. Garrison -Councilman,"District 1, City of Morgan City",P. O. Box 1218,,Morgan City,LA,70381,985-385-1770,ST. MARY,"""Tim"" Hymel",1000 Hickory St.,,Morgan City,LA,70380,985-385-5504,W,M,D,310,01/13/2013,01/12/2009,Mr. Hymel -Councilman ,"District 2, City of Morgan City ",P. O. Box 1218,,Morgan City,LA,70381,985-385-1770,ST. MARY,Larry P. Bergeron,307 Brashear Ave.,,Morgan City,LA,70380,985-384-2672,W,M,D,310,01/13/2013,01/12/2009,Mr. Bergeron -Councilman ,"District 3, City of Morgan City ",P. O. Box 1218,,Morgan City,LA,70381,985-385-1770,ST. MARY,"""Ron"" Bias",1009 Florence St.,,Morgan City,LA,70380,985-385-6221,B,M,D,310,01/13/2013,01/12/2009,Mr. Bias -Councilman ,"District 4, City of Morgan City ",P. O. Box 1218,,Morgan City,LA,70381,985-385-1770,ST. MARY,Luke P. Manfre,P.O. Box 642,,Morgan City,LA,70381,985-312-4558,W,M,R,310,01/13/2013,01/12/2009,Mr. Manfre -Councilman ,"District 5, City of Morgan City ",P. O. Box 1218,,Morgan City,LA,70381,985-385-1770,ST. MARY,"Louis J. Tamporello, Jr.",31 Chennault St.,,Morgan City,LA,70380,985-384-8804,W,M,D,310,01/13/2013,01/12/2009,Mr. Tamporello -Councilmen ,Town of Berwick ,P. O. Box 486,,Berwick,LA,70342,985-384-8858,ST. MARY,"Duval H. Arthur, Jr.",567 Young St.,,Berwick,LA,70342-2341,985-384-7008,W,M,D,310,12/31/2010,01/01/2007,Mr. Arthur -Councilmen ,Town of Berwick ,P. O. Box 486,,Berwick,LA,70342,985-384-8858,ST. MARY,Penny Crappell,528 Whitworth St.,,Berwick,LA,70342-2072,985-385-6006,W,F,,310,12/31/2010,01/01/2007,Ms. Crappell -Councilmen ,Town of Berwick ,P. O. Box 486,,Berwick,LA,70342,985-384-8858,ST. MARY,Troy M. Lombardo,523 Crenshaw St.,,Berwick,LA,70342,985-384-3236,W,M,,310,12/31/2010,01/01/2007,Mr. Lombardo -Councilmen ,Town of Berwick ,P. O. Box 486,,Berwick,LA,70342,985-384-8858,ST. MARY,Damon Robison,405 Riverside Dr.,,Berwick,LA,70342-3221,985-385-0819,W,M,,310,12/31/2010,01/01/2007,Mr. Robinson -Councilmen ,Town of Berwick ,P. O. Box 486,,Berwick,LA,70342,985-384-8858,ST. MARY,"Edgar Thomas, Jr.",4309 Cantrell Dr.,,Berwick,LA,70342-2301,337-923-4981,W,M,R,310,12/31/2010,01/01/2007,Mr. Thomas -DPEC Member ,at Large ,,,,LA,,,ST. TAMMANY,Richard H. Boyd,327 Marigny Ave.,,Mandeville,LA,70448-5940,985-624-9604,W,M,D,054,02/20/2012,02/20/2008,Mr. Boyd -DPEC Member ,at Large ,,,,LA,,,ST. TAMMANY,Alicia Walker Breaux,74355 Hwy. 437 (Lee Rd.),,Covington,LA,70435,985-809-1006,W,F,D,054,02/20/2012,02/20/2008,Ms. Breaux -DPEC Member ,at Large ,,,,LA,,,ST. TAMMANY,"Kenneth ""Ken"" Burkhalter",P.O. Box 1489,,Slidell,LA,70459,985-649-6674,B,M,D,054,02/20/2012,02/20/2008,Mr. Burkhalter -DPEC Member ,at Large ,,,,LA,,,ST. TAMMANY,Donna Christopher,P. O. Box 489,,Pearl River,LA,70452-3236,985-863-1934,W,F,D,054,02/20/2012,02/20/2008,Ms. Christopher -DPEC Member ,at Large ,,,,LA,,,ST. TAMMANY,Donna L. Singletary,36144 Jessie Singletary Rd.,,Pearl River,LA,70452,985-863-5058,W,F,D,054,02/20/2012,02/20/2008,Ms. Singletary -DPEC Member ,District 1 ,,,,LA,,,ST. TAMMANY,"Keith Villere, ",110 E 7th Ave,,Covington,LA,70433,985-898-0270,,,,056,,09/21/2009,Mr. Villere -DPEC Member ,District 2 ,,,,LA,,,ST. TAMMANY,Della Rose Perkins,101 Gratitude Dr.,,Covington,LA,70433,,,,,056,,06/25/2008 -DPEC Member ,District 3 ,,,,LA,,,ST. TAMMANY,Ella Selmon,609 W. 28th Ave.,,Covington,LA,70433-2045,985-892-7802,,,D,056,02/20/2012,02/20/2008,Ms. Selmon -DPEC Member ,District 4 ,,,,LA,,,ST. TAMMANY,Joan Simon,154 Belle Terre Blvd.,,Covington,LA,70433,985-892-8474,,F,D,056,02/20/2012,02/20/2008,Ms. Simon -DPEC Member ,District 5 ,,,,LA,,,ST. TAMMANY,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,ST. TAMMANY,Jane C. Christopher,P.O. Box 489,,Pearl River,LA,70452,985-863-1934,W,F,D,056,02/20/2012,02/20/2008,Ms. Christopher -DPEC Member ,District 7 ,,,,LA,,,ST. TAMMANY,Brenda F. Palmer,P.O. Box 1132,,Lacombe,LA,70445,985-290-0109,B,F,D,056,02/20/2012,02/20/2008,Ms. Palmer -DPEC Member ,District 8 ,,,,LA,,,ST. TAMMANY,Michael Goff,155 Lake Deste Dr.,,Slidell,LA,70461-3608,985-781-1680,W,M,D,056,02/20/2012,02/20/2008,Mr. Goff -DPEC Member ,District 9 ,,,,LA,,,ST. TAMMANY,,,,,,,,,,,056 -DPEC Member ,District 10 ,,,,LA,,,ST. TAMMANY,Zella B. Walker,326 Adair St.,,Mandeville,LA,70448-5702,985-626-3512,W,F,D,056,02/20/2012,02/20/2008,Ms. Walker -DPEC Member ,District 11 ,,,,LA,,,ST. TAMMANY,Shannon Davis,34399 Laurent Rd.,,Slidell,LA,70460-3555,985-641-6834,W,M,D,056,02/20/2012,02/20/2008,Ms. Davis -DPEC Member ,District 12 ,,,,LA,,,ST. TAMMANY,Lois Link Fallon,3678 Riviera Dr.,,Slidell,LA,70458,985-643-1291,W,F,D,056,02/20/2012,02/20/2008,Ms. Fallon -DPEC Member ,District 13 ,,,,LA,,,ST. TAMMANY,Gail Ledet,218 Moonraker Dr.,,Slidell,LA,70458-5523,985-645-8963,W,F,D,056,02/20/2012,02/20/2008,Ms. Ledet -DPEC Member ,District 14 ,,,,LA,,,ST. TAMMANY,Elsie Palmer Burkhalter,P.O. Box 1108,,Slidell,LA,70459,985-643-9822,B,F,D,056,02/20/2012,02/20/2008,Ms. Burkhalter -RPEC Member ,at Large ,,,,LA,,,ST. TAMMANY,Adam A. Ackel,P. O. Box 747,,Abita Springs,LA,70420,985-871-5171,W,M,R,064,02/20/2012,02/20/2008,Mr. Ackel -RPEC Member ,at Large ,,,,LA,,,ST. TAMMANY,Kelly Dabdoub,3018 Canaan Pl.,,Mandeville,LA,70448-6300,985-966-3392,W,M,R,064,02/20/2012,02/20/2008,Mr. Dabdoub -RPEC Member ,at Large ,,,,LA,,,ST. TAMMANY,Pamela B. Egan,190 Eagle Rd.,,Covington,LA,70435-9426,985-898-0770,W,F,R,064,02/20/2012,02/20/2008,Ms. Egan -RPEC Member ,at Large ,,,,LA,,,ST. TAMMANY,Kristin McLaren,106 Trinity Ln.,,Mandeville,LA,70471,985-626-9050,W,F,R,064,02/20/2012,02/20/2008,Ms. McLaren -RPEC Member ,at Large ,,,,LA,,,ST. TAMMANY,Wynn Williams,1538 Monaco Dr.,,Slidell,LA,70458,985-640-4289,W,F,R,064,02/20/2012,02/20/2008,Ms. Williams -RPEC Member ,District 1 ,,,,LA,,,ST. TAMMANY,Mark Wright,16 Ellen Dr.,,Covington,LA,70433,985-809-7356,W,M,R,066,02/20/2012,02/20/2008,Mr. Wright -RPEC Member ,District 2 ,,,,LA,,,ST. TAMMANY,Peter F. Egan,190 Eagle Rd.,,Covington,LA,70435-9426,985-898-0770,W,M,R,066,02/20/2012,02/20/2008,Mr. Egan -RPEC Member ,District 3 ,,,,LA,,,ST. TAMMANY,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,ST. TAMMANY,Evans C. Spiceland,123 W. Ruelle Dr.,,Mandeville,LA,70471-1750,985-845-0315,W,M,R,066,02/20/2012,02/26/2008,Mr. Spiceland -RPEC Member ,District 5 ,,,,LA,,,ST. TAMMANY,James Hartman,70386 A St.,,Covington,LA,70433-5452,504-458-4600,W,M,R,066,02/20/2012,02/20/2008,Mr. Hartman -RPEC Member ,District 6 ,,,,LA,,,ST. TAMMANY,William Songy,37145 Harper Rd. #2,,Pearl River,LA,70452,985-502-0857,W,M,R,066,02/20/2012,02/20/2008,Mr. Songy -RPEC Member ,District 7 ,,,,LA,,,ST. TAMMANY,Sharon A. Shad,61130 Timberbend Dr.,,Lacombe,LA,70445,985-966-2308,W,F,R,066,02/20/2012,02/20/2008,Ms. Shad -RPEC Member ,District 8 ,,,,LA,,,ST. TAMMANY,Stephanie H. Berault,433 Aire Ct.,,Slidell,LA,70461-6007,985-643-4422,W,F,R,066,02/20/2012,02/20/2008,Ms. Berault -RPEC Member ,District 9 ,,,,LA,,,ST. TAMMANY,Donna Holmes Faucheux,2029 Hampshire Dr.,,Slidell,LA,70461-5084,985-649-3537,W,F,R,066,02/20/2012,02/20/2008,Ms. Faucheux -RPEC Member ,District 10 ,,,,LA,,,ST. TAMMANY,Stewart R. Shields,2337 Butterfly Ct.,,Mandeville,LA,70448,985-624-4439,W,M,R,066,02/20/2012,02/20/2008,Mr. Shields -RPEC Member ,District 11 ,,,,LA,,,ST. TAMMANY,"James ""Jim"" Shea",432 Westminster Dr.,,Slidell,LA,70460,985-643-5349,W,M,R,066,02/20/2012,02/20/2008,Mr. Shea -RPEC Member ,District 12 ,,,,LA,,,ST. TAMMANY,Mark Sigur,P. O. Box 2616,,Slidell,LA,70459,985-643-6741,W,M,R,066,02/20/2012,02/20/2008,Mr. Sigur -RPEC Member ,District 13 ,,,,LA,,,ST. TAMMANY,Kevin G. Barkemeyer,116 Columbia Pl.,,Slidell,LA,70458-9148,985-649-5920,W,M,R,066,02/20/2012,02/20/2008,Mr. Barkemeyer -RPEC Member ,District 14 ,,,,LA,,,ST. TAMMANY,Mary A. Bishop,P. O. Box 4083,,Slidell,LA,70459,985-646-2848,W,F,R,066,02/20/2012,02/20/2008,Ms. Bishop -Sheriff ,,P. O. Box 1120,,Covington,LA,70434,985-809-8200,ST. TAMMANY,"R. Jack Strain, Jr.",P.O. Box 1120,,Covington,LA,70434,985-809-8207,,,R,225,06/30/2012,07/01/2008,Sheriff Strain -Clerk of Court ,,P. O. Box 1090,,Covington,LA,70434,985-809-8700,ST. TAMMANY,"""Malise"" Prieto",P. O. Box 1090,,Covington,LA,70434,,W,F,R,230,06/30/2012,07/01/2008,Ms. Prieto -Assessor ,,701 N. Columbia,,Covington,LA,70433,985-809-8180,ST. TAMMANY,Patricia Schwarz Core,200 Lakeside Ct.,,Covington,LA,70435-5542,985-898-0660,W,F,R,235,12/31/2012,01/01/2009,Ms. Core -Coroner ,,550 Brownswitch Road,,Slidell,LA,70458,985-781-1150,ST. TAMMANY,Peter R. Galvan,550 Brownswitch Rd.,,Slidell,LA,70458,985-768-0151,W,M,R,240,03/25/2012,03/24/2008,Mr. Galvan -Parish President ,,P.O. Box 628,,Covington,LA,70434,985-898-2591,ST. TAMMANY,Kevin C. Davis,718 Teddy Ave.,,Slidell,LA,70458,985-898-2700,W,M,R,243,01/09/2012,01/14/2008,Mr. Davis -Council Member,District 1,P. O. Box 628,,Covington,LA,70434,985-898-2591,ST. TAMMANY,"John M. ""Marty"" Dean",19 Kathleen Dr.,,Covington,LA,70433,985-789-7444,W,M,R,245,01/09/2012,01/14/2008,Mr. Dean -Council Member ,District 2 ,P. O. Box 628,,Covington,LA,70434,985-898-2591,ST. TAMMANY,Gary Cooper,22078 Sharp Chapel Rd.,,Bush,LA,70431,985-893-0789,W,M,R,245,01/09/2012,01/14/2008,Mr. Cooper -Council Member ,District 3 ,P. O. Box 628,,Covington,LA,70434,985-898-2591,ST. TAMMANY,"James A. ""Red"" Thompson, II",78111 J & B Rd.,,Folsom,LA,70437,985-796-0038,W,M,D,245,01/09/2012,01/14/2008,Mr. Thompson -Council Member ,District 4 ,P. O. Box 628,,Covington,LA,70434,985-898-2591,ST. TAMMANY,Reid Falconer,67 Magnolia Ridge Dr.,,Madisonville,LA,70447-9791,985-845-8983,W,M,R,245,01/09/2012,01/14/2008,Mr. Falconer -Council Member ,District 5 ,P. O. Box 628,,Covington,LA,70434,985-898-2591,ST. TAMMANY,"Martin W. ""Marty"" Gould, Jr.",300 Buckthorn Cir.,,Covington,LA,70433,985-869-2267,W,M,R,245,01/09/2012,01/14/2008,Mr. Cloud -Council Member ,District 6 ,P. O. Box 628,,Covington,LA,70434,985-898-2591,ST. TAMMANY,"Rebecca L. ""Becky"" Crawford",34441 Max Mercer Ln.,,Pearl River,LA,70452-2801,985-863-7007,W,F,D,245,01/09/2012,01/14/2008,Ms. Crawford -Council Member ,District 7 ,P. O. Box 628,,Covington,LA,70434,985-898-2591,ST. TAMMANY,"""Al"" Hamauei",60162 Oaklawn Ave.,,Lacombe,LA,70445,985-882-5735,W,M,R,245,01/09/2012,01/14/2008,Mr. Hamauei -Council Member ,District 8 ,P. O. Box 628,,Covington,LA,70434,985-898-2591,ST. TAMMANY,"Christopher ""Chris"" Canulette",109 Stratford Dr.,,Slidell,LA,70458-1745,985-290-6751,W,M,R,245,01/09/2012,01/14/2008,Mr. Canulette -Council Member ,District 9 ,P. O. Box 628,,Covington,LA,70434,985-898-2591,ST. TAMMANY,"""Gene"" Bellisaro",510 Bradford Dr.,,Slidell,LA,70461,985-641-2268,W,M,R,245,01/09/2012,01/14/2008,Mr. Bellisaro -Council Member ,District 10 ,,,,LA,,,ST. TAMMANY,Henry Billiot,821 Asbury Dr.,,Mandeville,LA,70471,985-373-0316,W,M,R,245,01/09/2012,01/14/2008,Mr. Billiot -Council Member ,District 11 ,,,,LA,,,ST. TAMMANY,"""Steve"" Stefancik",107 Royal Dr.,,Slidell,LA,70460,985-649-4580,W,M,R,245,01/09/2012,01/14/2008,Mr. Stefancik -Council Member ,District 12 ,,,,LA,,,ST. TAMMANY,"""Jerry"" Binder",470 Hickory Dr.,,Slidell,LA,70458,985-641-7064,W,M,R,245,01/09/2012,01/14/2008,Mr. Binder -Council Member ,District 13 ,,,,LA,,,ST. TAMMANY,"Richard ""Richie"" Artigue",53057 Hwy. 433,,Slidell,LA,70461,985-649-8952,W,M,R,245,01/09/2012,01/14/2008,Mr. Artigue -Council Member ,District 14 ,,,,LA,,,ST. TAMMANY,"Kenneth ""Ken"" Burkhalter",P.O. Box 1489,,Slidell,LA,70459,985-649-6674,,M,D,245,01/09/2012,01/14/2008,Mr. Burkhalter -City Judge ,"City Court, City of Slidell ",P. O. Box 1094,,Slidell,LA,70459,985-643-1274,ST. TAMMANY,"James ""Jim"" Lamz","636 Gause Blvd., Ste. 303",,Slidell,LA,70458,985-847-9757,W,M,R,250,12/31/2014,01/22/2009,Judge Lamz -City Marshal ,"City Court, City of Slidell ",P. O. Box 1094,,Slidell,LA,70459,985-847-1901,ST. TAMMANY,Wyatt Williams,200 Branch Rd.,,Slidell,LA,70461,985-643-4078,W,M,R,250,12/31/2014,01/01/2009,Marshal Williams -Member of School Board ,District 1 ,P. O. Box 940,,Covington,LA,70434,985-898-3214,ST. TAMMANY,Neal Hennegan,410 Magnolia Ln.,,Mandeville,LA,70471-1647,985-845-0863,W,M,R,255,12/31/2010,01/01/2007,Mr. Hennegan -Member of School Board ,District 2 ,P. O. Box 940,,Covington,LA,70434,985-898-3214,ST. TAMMANY,"Elizabeth B. ""Beth"" Heintz",908 W. 13th Ave.,,Covington,LA,70433-2408,985-892-2675,W,F,R,255,12/31/2010,01/01/2007,Ms. Heintz -Member of School Board ,District 3 ,P. O. Box 940,,Covington,LA,70434,985-898-3214,ST. TAMMANY,"Michael J. ""Mike"" Dirmann",711 Covington Point Dr.,,Covington,LA,70433-1563,985-893-4603,W,M,D,255,12/31/2010,01/01/2007,Mr. Dirmann -Member of School Board ,District 4 ,P. O. Box 940,,Covington,LA,70434,985-898-3214,ST. TAMMANY,"Stephen J. ""Jack"" Loup, III",11198 Willie Cemetery Rd.,,Folsom,LA,70437,985-796-3771,W,M,R,255,12/31/2010,01/01/2007,Mr. Loup -Member of School Board ,District 5 ,P. O. Box 940,,Covington,LA,70434,985-898-3214,ST. TAMMANY,Charles T. Harrell,23284 Oak Alley Pl.,,Covington,LA,70435-6607,985-893-8020,W,M,R,255,12/31/2010,01/01/2007,Mr. Harrell -Member of School Board ,District 6 ,P. O. Box 940,,Covington,LA,70434,985-898-3214,ST. TAMMANY,Donald J. Villere,584 Park Ave.,,Mandeville,LA,70448-4915,985-626-7291,W,M,R,255,12/31/2010,01/01/2007,Mr. Villere -Member of School Board ,District 7 ,P. O. Box 940,,Covington,LA,70434,985-898-3214,ST. TAMMANY,"Judy L. Palmer, ",P.O. Box 868,,Lacombe,LA,70445,985-882-3392,,,,255,,12/19/2009,Ms. Palmer -Member of School Board ,District 8 ,P. O. Box 940,,Covington,LA,70434,985-898-3214,ST. TAMMANY,Daniel Glen Zechenelly,69219 Taylor Rd.,,Pearl River,LA,70452-5903,985-882-1188,W,M,D,255,12/31/2010,01/01/2007,Mr. Zechnelley -Member of School Board ,District 9 ,P. O. Box 940,,Covington,LA,70434,985-898-3214,ST. TAMMANY,Robin Mullett,32 Oak Grove Way,,Slidell,LA,70458,985-290-1166,W,F,R,255,12/31/2010,10/27/2009,Ms. Mullett -Member of School Board ,District 10 ,P. O. Box 940,,Covington,LA,70434,985-898-3214,ST. TAMMANY,"""Ron"" Bettencourtt",P. O. Box 8944,,Mandeville,LA,70470,985-373-4716,W,M,R,255,12/31/2010,01/01/2007,Mr. Bettencourt -Member of School Board ,District 11 ,P. O. Box 940,,Covington,LA,70434,985-898-3214,ST. TAMMANY,"Robert R. ""Bob"" Womack",1343 Sunset Dr.,,Slidell,LA,70460-2517,985-641-4454,,,R,255,12/31/2010,01/01/2007,Mr. Womack -Member of School Board ,District 12 ,P. O. Box 940,,Covington,LA,70434,985-898-3214,ST. TAMMANY,"James ""Ronnie"" Panks, Sr.",3846 Oxford St.,,Slidell,LA,70458-5240,985-290-0423,W,M,R,255,12/31/2010,01/01/2007,Mr. Panks -Member of School Board ,District 13 ,P. O. Box 940,,Covington,LA,70434,985-898-3214,ST. TAMMANY,John C. Lamarque,648 Maine Ave.,,Slidell,LA,70458,985-643-4656,W,M,D,255,12/31/2010,01/01/2007,Mr. Lamarque -Member of School Board ,District 14 ,,,,LA,,,ST. TAMMANY,Ray Anthony Alfred,57097 Pace Rd.,,Slidell,LA,70461-2505,985-649-0136,B,M,D,255,12/31/2010,01/01/2007,Mr. Alfred -Member of School Board ,District 15 ,,,,LA,,,ST. TAMMANY,Mary K. Bellisario,510 Bradford Dr.,,Slidell,LA,70461-4910,985-641-2268,W,F,R,255,12/31/2010,01/01/2007,Ms. Bellisario -Justice of the Peace ,Justice of the Peace Ward 1 ,76347 Hwy. 1077,,Folsom,LA,70437,985-796-5455,ST. TAMMANY,Gregory B. Badeaux,131 Windermere Way,,Madisonville,LA,70447,985-845-1416,W,M,R,265,12/31/2014,01/01/2009,Mr. Badeaux -Justice of the Peace ,Justice of the Peace Ward 1 ,76347 Hwy. 1077,,Folsom,LA,70437,985-796-5455,ST. TAMMANY,Charles Wohltmann,68 Zinnia Dr.,,Covington,LA,70433,985-893-5622,W,M,R,265,12/31/2014,01/01/2009,Mr. Wohltmann -Justice of the Peace ,Justice of the Peace Ward 2 ,21336 Birtrue Rd.,,Bush,LA,70431-2702,985-875-0644,ST. TAMMANY,"""Tim"" Garlick",21336 Birtrue Rd.,,Bush,LA,70431,985-875-0644,W,M,R,265,12/31/2014,01/01/2009,Mr. Garlick -Justice of the Peace ,Justice of the Peace Ward 2 ,21336 Birtrue Rd.,,Bush,LA,70431-2702,985-875-0644,ST. TAMMANY,Juanita F. Mizell,80414 N. Willie Rd.,,Folsom,LA,70437,985-796-1860,W,F,R,265,12/31/2014,01/01/2009,Ms. Mizell -Justice of the Peace ,Justice of the Peace Ward 3 ,73477 Tammy Ln.,,Covington,LA,70435,985-892-4486,ST. TAMMANY,Connie G. Moore,73477 Tammy Ln.,,Covington,LA,70435,985-892-4486,W,F,R,265,12/31/2014,01/01/2009,Ms. Moore -Justice of the Peace ,Justice of the Peace Ward 4 ,1280 Clausel St.,,Mandeville,LA,70448,985-626-9382,ST. TAMMANY,Susan Tingstrom Leonard,225 St. Ann Dr.,,Mandeville,LA,70471,985-624-6635,W,F,R,265,12/31/2014,01/01/2009,Ms. Leonard -Justice of the Peace ,Justice of the Peace Ward 4 ,1280 Clausel St.,,Mandeville,LA,70448,985-626-9382,ST. TAMMANY,Marie M. Taylor,1449 Montmartre St.,,Mandeville,LA,70448,985-626-9120,W,F,R,265,12/31/2014,01/01/2009,Ms. Taylor -Justice of the Peace ,Justice of the Peace Ward 5 ,31392 Cowart-Bush Rd.,,Bush,LA,70431,985-886-3805,ST. TAMMANY,"James ""PeeWee"" Kahl",31392 Cowart-Bush Rd.,,Bush,LA,70431,985-886-2030,W,M,,265,12/31/2014,01/01/2009,Mr. Kahl -Justice of the Peace ,Justice of the Peace Ward 6 ,38090 Julia Dr.,,Pearl River,LA,70452,985-863-7007,ST. TAMMANY,Trecia Kennedy,67776 Hwy. 41,,Pearl River,LA,70452,985-863-2633,W,F,R,265,12/31/2014,01/01/2009,Ms. Kennedy -Justice of the Peace ,Justice of the Peace Ward 7 ,61261 Anchorage Dr.,,Lacombe,LA,70445,985-882-7051,ST. TAMMANY,Dewey Spies,59232 Pine Bay Ln.,,Lacombe,LA,70445,985-882-6861,W,M,R,265,12/31/2014,01/01/2009,Mr. Spies -Justice of the Peace ,Justice of the Peace Ward 8 ,4130 Audubon St.,,Slidell,LA,70461,985-781-7639,ST. TAMMANY,Tracey Turgeau Powell,"100 Galeria Blvd., Ste. 4",,Slidell,LA,70458,985-643-1711,W,F,R,265,12/31/2014,01/01/2009,Ms. Powell -Justice of the Peace ,Justice of the Peace Ward 10 ,74184 Allen Rd.,,Abita Springs,LA,70420,985-373-5970,ST. TAMMANY,"Olivia ""Levie"" Hannan",74184 Allen Rd.,,Abita Springs,LA,70420,985-875-7744,W,F,,265,12/31/2014,01/01/2009,Ms. Hannan -Justice of the Peace ,Justice of the Peace Ward 10 ,74184 Allen Rd.,,Abita Springs,LA,70420,985-373-5970,ST. TAMMANY,Lisa C. King,23495 Silver Springs Dr.,,Abita Springs,LA,70420,985-892-6450,W,F,R,265,12/31/2014,01/01/2009,Ms. King -Constable ,Justice of the Peace Ward 1 ,76021 Country Club,,Covington,LA,70435-0632 ,985-893-3823,ST. TAMMANY,"P. Wallace ""Wally"" Gottschalk",10080 Breen Rd.,,Covington,LA,70435,985-892-3411,W,M,R,267,12/31/2014,01/01/2009,Mr. Gottschalk -Constable ,Justice of the Peace Ward 1 ,76021 Country Club,,Covington,LA,70435-0632 ,985-893-3823,ST. TAMMANY,Blake Pennington,P.O. Box 955,,Madisonville,LA,70447,985-792-0531,W,M,R,267,12/31/2014,01/01/2009,Mr. Pennington -Constable ,Justice of the Peace Ward 2 ,81072 O.K. Lane,,Covington,LA,70435,985-892-7143,ST. TAMMANY,"Tilman ""Pete"" King",81191 Ben King Rd.,,Bush,LA,70431,985-892-0502,W,M,R,267,12/31/2014,01/01/2009,Mr. King -Constable ,Justice of the Peace Ward 2 ,81072 O.K. Lane,,Covington,LA,70435,985-892-7143,ST. TAMMANY,"John Thomas Mathies, III",396 Village Farms Ln.,,Folsom,LA,70437,985-796-0012,,,R,267,12/31/2014,01/01/2009,Mr. Mathies -Constable ,Justice of the Peace Ward 3 ,P.O. Box 1133,,Covington,LA,70435,985-892-4486,ST. TAMMANY,"Richard ""Rick"" Moore",73477 Tammy Ln.,,Covington,LA,70435,985-892-4486,W,M,R,267,12/31/2014,01/01/2009,Mr. King -Constable ,Justice of the Peace Ward 3 ,P.O. Box 1133,,Covington,LA,70435,985-892-4486,ST. TAMMANY,"Tasso ""Tiger"" Taylor, III",P.O. Box 1441,,Covington,LA,70435,985-892-5997,W,M,R,267,12/31/2014,01/01/2009,Mr. Taylor -Constable ,Justice of the Peace Ward 4 ,555 Kimberly Ann Dr.,,Mandeville,LA,70471,985-845-4694,ST. TAMMANY,Michael Hand,555 Kimberly Ann Dr.,,Mandeville,LA,70471,985-845-4694,W,M,R,267,12/31/2014,01/01/2009,Mr. Hand -Constable ,Justice of the Peace Ward 4 ,555 Kimberly Ann Dr.,,Mandeville,LA,70471,985-845-4694,ST. TAMMANY,"""Eddie"" Schmidt",116 Acadian Ln.,,Mandeville,LA,70471,985-792-1287,W,M,R,267,12/31/2014,01/01/2009,Mr. Schmidt -Constable ,Justice of the Peace Ward 5 ,79200 Watts Thomas Rd.,,Bush,LA,70431,985-886-3439,ST. TAMMANY,"""Woody"" Crawford",79218 Watts Thomas Rd.,,Bush,LA,70431,985-886-3439,W,M,O,267,12/31/2014,01/01/2009,Mr. Crawford -Constable ,Justice of the Peace Ward 6 ,36228 Lock 1 Rd.,,Pearl River,LA,70452,985-863-5074,ST. TAMMANY,Elton N. Jordan,35274 Firetower Rd.,,Pearl River,LA,70452,985-768-9600,W,M,,267,12/31/2014,01/01/2009,Mr. Jordan -Constable ,Justice of the Peace Ward 7 ,P.O. Box 752,,Lacombe,LA,70445,985-882-7869,ST. TAMMANY,"""Greg"" Chabreck",P.O. Box 752,,Lacombe,LA,70445,985-882-7869,W,M,R,267,12/31/2014,01/01/2009,Mr. Chabreck -Constable ,Justice of the Peace Ward 8 ,64511 Church St.,,Pearl River,LA,70452,985-863-5267,ST. TAMMANY,Floyd Trascher,64511 Church St.,,Pearl River,LA,70452,985-863-5267,W,M,R,267,12/31/2014,01/01/2009,Mr. Trascher -Constable ,Justice of the Peace Ward 10 ,22249 7th St.,,Abita Springs,LA,70420-3733,985-892-7458,ST. TAMMANY,"David M. ""Mike"" Davis",22249 Seventh St.,,Abita Springs,LA,70420,985-892-7458,W,M,R,267,12/31/2014,01/01/2009,Mr. Davis -Constable ,Justice of the Peace Ward 10 ,22249 7th St.,,Abita Springs,LA,70420-3733,985-892-7458,ST. TAMMANY,Leonard William Lenel,75420 Lenel Rd.,,Covington,LA,70435,985-892-7395,W,M,O,267,12/31/2014,01/01/2009,Mr. Lenel -Mayor ,City of Covington ,P. O. Box 778,,Covington,LA,,985-892-1811,ST. TAMMANY,Candace Watkins,P.O. Box 778,,Covington,LA,70434,985-898-1941,W,F,R,300,07/04/2011,07/01/2007,Mayor Watkins -Mayor ,City of Mandeville ,3101 E. Causeway Approach,,Mandeville,LA,,985-626-3144,ST. TAMMANY,Edward P. Lyons,3101 East Causeway Approach,,Mandeville,LA,70448,,,,,300,,10/17/2009,Mayor Lyons -Mayor ,City of Slidell ,P. O. Box 828,,Slidell,LA,,985-646-4307,ST. TAMMANY,"""Ben"" Morris",P.O. Box 828,,Slidell,LA,70459,985-646-4332,W,M,R,300,07/05/2010,07/03/2006,Mayor Morris -Mayor ,Town of Abita Springs ,P. O. Box 461,,Abita Springs,LA,,985-892-0711,ST. TAMMANY,Louis Fitzmorris,P.O. Box 472,,Abita Springs,LA,70420,985-892-0711,W,M,O,300,12/31/2010,01/01/2007,Mr. Fitzmorris -Mayor ,Town of Madisonville ,P. O. Box 160,,Madisonville,LA,,985-845-7311,ST. TAMMANY,"Peter Gitz, Jr.",P.O. Box 122,,Madisonville,LA,70447,985-845-3334,,,R,300,06/30/2012,07/01/2008,Mayor Gitz -Mayor ,Town of Pearl River ,P. O. Box 1270,,Pearl River,LA,,985-863-5800,ST. TAMMANY,James Lavigne,P.O. Box 1270,,Pearl River,LA,70452,985-863-7071,,,D,300,12/31/2010,01/01/2007,Mr. Lavigne -Mayor ,Village of Folsom ,P. O. Box 609,,Folsom,LA,,985-796-5607,ST. TAMMANY,Marshell Brumfield,P.O. Box 609,,Folsom,LA,70437,985-796-3778,B,M,D,300,12/31/2010,01/01/2007,Mr. Brumfield -Mayor ,Village of Sun ,P. O. Box 818,,Sun,LA,,985-886-5500,ST. TAMMANY,Barbara Gibson,P.O. Box 891,,Sun,LA,70463,985-886-5500,W,F,D,300,06/30/2011,07/01/2007,Mayor Gibson -Chief of Police ,City of Slidell ,P. O. Box 828,,Slidell,LA,70459,985-646-4307,ST. TAMMANY,"""Freddy"" Drennan",815 W. Hall Ave.,,Slidell,LA,70460,985-646-4285,W,M,R,305,07/05/2010,07/03/2006,Chief Drennan -Chief of Police ,Town of Pearl River ,P. O. Box 1270,,Pearl River,LA,70452,385-863-5800,ST. TAMMANY,"""Bennie"" Raynor",39449 Maple St.,,Pearl River,LA,70452,985-863-2883,W,M,D,305,12/31/2010,01/01/2007,Mr. Raynor -Council Member at Large ,City of Mandeville ,3101 E. Causeway Approach,,Mandeville,LA,70448-3592,985-626-3144,ST. TAMMANY,Adelaide J. Boettner,2815 North St.,,Mandeville,LA,70448-4904,985-264-9277,W,F,R,308,07/01/2012,07/01/2008,Ms. Boettner -Council Member at Large ,City of Mandeville ,3101 E. Causeway Approach,,Mandeville,LA,70448-3592,985-626-3144,ST. TAMMANY,Trilby Lenfant,16 Preserve Ln.,,Mandeville,LA,70471-2937,985-626-4312,W,F,R,308,07/01/2012,07/01/2008,Ms. Lenfant -Council Member at Large ,City of Slidell ,,,,LA,,,ST. TAMMANY,L. Landon Cusimano,311 Michigan Ave.,,Slidell,LA,70458,985-649-5449,W,M,R,308,07/05/2010,11/27/2007,Mr. Cusimano -Council Member at Large ,City of Slidell ,,,,LA,,,ST. TAMMANY,"L. Landon Cusimano, ",311 Michigan Ave.,,Slidell,LA,70458-2731,985-649-5449,W,M,R,308 -Council Member at Large ,City of Slidell ,,,,LA,,,ST. TAMMANY,Kim Baronet Harbison,315 Oriole Ln.,,Slidell,LA,70458,985-640-5049,W,F,R,308,07/05/2010,04/14/2009,Ms. Harbison -Council Member at Large ,City of Slidell ,,,,LA,,,ST. TAMMANY,"Kim Baronet Harbison, ",315 Oriole Ln.,,Slidell,LA,70458-1631,985-649-4438,W,F,R,308 -Councilman at Large ,City of Covington ,P. O. Box 778,,Covington,LA,70434,985-892-1811,ST. TAMMANY,"W. T. ""Trey"" Blackall, III",1006 S. Filmore St.,,Covington,LA,70433,985-966-2503,W,M,R,308,07/04/2011,07/01/2007,Mr. Blackall -Councilman at Large ,City of Covington ,P. O. Box 778,,Covington,LA,70434,985-892-1811,ST. TAMMANY,"""Matt"" Faust",602 Phyllis Dr.,,Covington,LA,70433-4253,985-893-3740,W,M,R,308,07/04/2011,07/01/2007,Mr. Faust -Alderman ,Town of Abita Springs ,P. O. Box 461,,Abita Springs,LA,70420,985-892-0711,ST. TAMMANY,Sheri Sable Campbell,72110 Gum St.,,Abita Springs,LA,70420,985-875-1247,W,F,O,310,12/31/2010,01/01/2007,Ms. Campbell -Alderman ,Town of Abita Springs ,P. O. Box 461,,Abita Springs,LA,70420,985-892-0711,ST. TAMMANY,Troy Dugas,72099 Hickory St.,,Abita Springs,LA,70420-3931,985-630-1197,W,M,R,310,12/31/2010,01/01/2007,Mr. Dugas -Alderman ,Town of Abita Springs ,P. O. Box 461,,Abita Springs,LA,70420,985-892-0711,ST. TAMMANY,Patricia Edmiston,72286 Gordon Ave.,,Abita Springs,LA,70420-3548,985-809-7393,,F,D,310,12/31/2010,01/01/2007,Ms. Edmiston -Alderman ,Town of Abita Springs ,P. O. Box 461,,Abita Springs,LA,70420,985-892-0711,ST. TAMMANY,"""Greg"" Lemons",71361 St. Joseph St.,,Abita Springs,LA,70420,985-809-7592,W,M,R,310,12/31/2010,01/01/2007 -Alderman ,Town of Abita Springs ,P. O. Box 461,,Abita Springs,LA,70420,985-892-0711,ST. TAMMANY,"W. E. ""Pat"" Patterson, III",72104 Laurel St.,,Abita Springs,LA,70420,985-871-4211,W,M,R,310,12/31/2010,01/01/2007,Mr. Patterson -Alderman ,Town of Pearl River ,P. O. Box 1270,,Pearl River,LA,70452,385-863-5800,ST. TAMMANY,Marie Crowe,65190 Hwy. 3081,,Pearl River,LA,70452-5142,985-863-9373,W,F,D,310,12/31/2010,01/01/2007,Ms. Crowe -Alderman ,Town of Pearl River ,P. O. Box 1270,,Pearl River,LA,70452,385-863-5800,ST. TAMMANY,Ruby Gauley,39107 McQueen Rd.,,Pearl River,LA,70452,985-863-7258,W,F,R,310,12/31/2010,01/01/2007,Ms. Gauley -Alderman ,Town of Pearl River ,P. O. Box 1270,,Pearl River,LA,70452,385-863-5800,ST. TAMMANY,David McQueen,P.O. Box 371,,Pearl River,LA,70452,985-960-1172,W,M,D,310,12/31/2010,01/01/2007,Mr. McQueen -Alderman ,Town of Pearl River ,P. O. Box 1270,,Pearl River,LA,70452,385-863-5800,ST. TAMMANY,Virgil R. Phillips,39110 Craddock Ln.,,Pearl River,LA,70452,985-863-9495,W,M,,310,12/31/2010,01/01/2007,Mr. Phillips -Alderman ,Town of Pearl River ,P. O. Box 1270,,Pearl River,LA,70452,385-863-5800,ST. TAMMANY,Jay Scroggins,65078 Bancks St.,,Pearl River,LA,70452-5100,985-863-9904,W,M,R,310,12/31/2010,01/01/2007,Mr. Scroggins -Alderman ,Village of Folsom ,P. O. Box 609,,Folsom,LA,70437,985-796-5607,ST. TAMMANY,Phillip Bickham,P.O. Box 914,,Folsom,LA,70437,985-796-3041,,,,310,12/31/2010,10/30/2007,Mr. Bickham -Alderman ,Village of Folsom ,P. O. Box 609,,Folsom,LA,70437,985-796-5607,ST. TAMMANY,"Ronald W. ""Ronnie"" Holliday",82286 Olive St.,,Folsom,LA,70437,985-796-5689,W,M,D,310,12/31/2010,10/30/2007,Mr. Holliday -Alderman ,Village of Folsom ,P. O. Box 609,,Folsom,LA,70437,985-796-5607,ST. TAMMANY,"""Ken"" Wilt",418 Acadian Dr.,,Folsom,LA,70437,985-796-8082,W,M,,310,12/31/2010,10/30/2007,Mr. Wilt -Alderman ,Village of Sun ,P. O. Box 818,,Sun,LA,70463,985-886-5500,ST. TAMMANY,Burrell Mullett,P.O. Bix 979,,Sun,LA,70463,985-516-3114,W,M,D,310,06/30/2011,07/01/2007,Mr. Mullett -Alderman ,Village of Sun ,P. O. Box 818,,Sun,LA,70463,985-886-5500,ST. TAMMANY,William M. Rivers,83445 Rivers Dr.,,Sun,LA,70427,985-886-1016,W,M,D,310,06/30/2011,07/01/2007,Mr. Rivers -Alderman ,Village of Sun ,P. O. Box 818,,Sun,LA,70463,985-886-5500,ST. TAMMANY,"Will Talley, ",29334 Hwy. 16,,Sun,LA,70463,985-237-9622,W,M,N,310,,02/15/2010 -Alderman ,Village of Sun ,P. O. Box 818,,Sun,LA,70463,985-886-5500,ST. TAMMANY,Will F. Talley,29334 Hwy 16,,Bogalusa,LA,70427,,,,,310,,09/08/2009,Mr. Talley -Council Member ,"District A, City of Slidell ",P.O. Box 828,,Slidell,LA,70459-0828 ,985-646-4307,ST. TAMMANY,Lionel J. Hicks,P.O. Box 939,,Slidell,LA,70459,985-290-8853,B,M,D,310,07/05/2010,07/03/2006,Mr. Hicks -Council Member ,"District A, City of Slidell ",P.O. Box 828,,Slidell,LA,70459-0828 ,985-646-4307,ST. TAMMANY,"Lionel J. Hicks, ",3103 Terrace Ave.,,Slidell,LA,70458-4523,985-641-4452,B,M,D,310 -Council Member ,"District B, City of Slidell ",P.O. Box 828,,Slidell,LA,70459-0828 ,985-646-4307,ST. TAMMANY,"Richard ""Rickey"" Hursey",305 Cumberland Dr.,,Slidell,LA,70458,985-646-0928,W,M,R,310,07/05/2010,07/03/2006,Mr. Hursey -Council Member ,"District C, City of Slidell ",P.O. Box 828,,Slidell,LA,70459-0828 ,985-646-4307,ST. TAMMANY,Warren Crockett,707 Maine Ave.,,Slidell,LA,70458,504-628-8529,W,M,R,310,07/05/2010,07/03/2006,Mr. Crockett -Council Member ,"District D, City of Slidell ",P.O. Box 828,,Slidell,LA,70459-0828 ,985-646-4307,ST. TAMMANY,"""Joe"" Fraught",1043 St. Peter Dr.,,Slidell,LA,70460,985-641-4255,W,M,R,310,07/05/2010,07/03/2006,Mr. Fraught -Council Member ,"District D, City of Slidell ",P.O. Box 828,,Slidell,LA,70459-0828 ,985-646-4307,ST. TAMMANY,"""Joe"" Fraught, ",1043 St. Peter Dr.,,Slidell,LA,70460-2327,985-641-4255,W,M,R,310 -Council Member ,"District E, City of Slidell ",P.O. Box 828,,Slidell,LA,70459-0828 ,985-646-4307,ST. TAMMANY,"""Ray"" Canada",1100 Rue Latour,,Slidell,LA,70458-2220,985-640-0266,W,M,R,310,07/05/2010,07/03/2006,Mr. Canada -Council Member ,"District E, City of Slidell ",P.O. Box 828,,Slidell,LA,70459-0828 ,985-646-4307,ST. TAMMANY,"Salvatore A. ""Sam"" Caruso, ",1557 Eastwood Dr.,,Slidell,LA,70458-3109,985-641-7289,W,M,R,310 -Council Member ,"District F, City of Slidell ",P.O. Box 828,,Slidell,LA,70459-0828 ,985-646-4307,ST. TAMMANY,James A. Devereux,P.O. Box 828,,Slidell,LA,70459,,,,,310,,04/28/2009,Mr. Devereux -Council Member ,"District G, City of Slidell ",P.O. Box 828,,Slidell,LA,70459-0828 ,985-646-4307,ST. TAMMANY,"""Bill"" Borchert, Jr.",1068 Front St.,,Slidell,LA,70458,985-649-4519,W,M,R,310,07/04/2010,12/21/2007,Mr. Borchert -Council Member ,"District G, City of Slidell ",P.O. Box 828,,Slidell,LA,70459-0828 ,985-646-4307,ST. TAMMANY,"""Bill"" Borchert, Jr.",322 Landon Dr.,,Slidell,LA,70458-1318,985-640-2266,W,M,R,310 -Council Member I ,"District A, City of Mandeville ",3101 E. Causeway Approach,,Mandeville,LA,70448-3592,985-626-3144,ST. TAMMANY,"Gerard F. Coogan, Jr.",525 Kinberly Ann,,Mandeville,LA,70471,985-626-9570,W,M,R,310,07/01/2012,07/01/2008,Mr. Coogan -Council Member II ,"District B, City of Mandeville ",3101 E. Causeway Approach,,Mandeville,LA,70448-3592,985-626-3144,ST. TAMMANY,Carla Buchholz,227 Kimberly Dr.,,Mandeville,LA,70448,985-626-8852,W,F,R,310,07/01/2012,07/01/2008,Ms. Bucholz -Council Member III ,"District C, City of Mandeville ",3101 E. Causeway Approach,,Mandeville,LA,70448-3592,985-626-3144,ST. TAMMANY,John F. Bernard,321 Marigny Ave.,,Mandeville,LA,70448-5940,985-626-8150,W,M,R,310,07/01/2012,07/01/2008,Mr. Bernard -Councilman ,"District A, City of Covington ",P. O. Box 778,,Covington,LA,70434,985-892-1811,ST. TAMMANY,Frances R. Dunn,827 W. 31st Ave.,,Covington,LA,70433,985-893-6813,B,F,D,310,07/04/2011,07/01/2007,Ms. Dunn -Councilman ,"District B, City of Covington ",P. O. Box 778,,Covington,LA,70434,985-892-1811,ST. TAMMANY,Clarence Romage,706 Covington Point Dr.,,Covington,LA,70433,985-893-2033,W,M,D,310,07/04/2011,07/01/2007,Mr. Romage -Councilman ,"District C, City of Covington ",P. O. Box 778,,Covington,LA,70434,985-892-1811,ST. TAMMANY,Mark Sacco,24 Michelle Dr.,,Covington,LA,70433,985-237-9317,W,M,R,310,07/04/2011,07/01/2007,Mr. Sacco -Councilman ,"District D, City of Covington ",P. O. Box 778,,Covington,LA,70434,985-892-1811,ST. TAMMANY,"Martin J. ""Marty"" Benoit",P.O. Box 792,,Covington,LA,70434,985-892-8064,,,D,310,07/04/2011,07/01/2007,Mr. Benoit -Councilman ,"District E, City of Covington ",P. O. Box 778,,Covington,LA,70434,985-892-1811,ST. TAMMANY,Lee S. Alexius,400 S. New Hampshire St.,,Covington,LA,70433-3551,985-892-6507,W,M,R,310,07/04/2011,07/01/2007,Mr. Alexius -Councilman ,Town of Madisonville ,P. O. Box 160,,Madisonville,LA,70447,985-845-7311,ST. TAMMANY,Mark D. Badeaux,P.O. Box 156,,Madisonville,LA,70447,985-845-4328,W,M,D,310,06/30/2012,07/01/2008,Mr. Badeaux -Councilman ,Town of Madisonville ,P. O. Box 160,,Madisonville,LA,70447,985-845-7311,ST. TAMMANY,"""Jim"" Bouey",P.O. Box 142,,Madisonville,LA,70447,985-630-2962,W,M,R,310,06/30/2012,07/01/2008,Mr. Bouey -Councilman ,Town of Madisonville ,P. O. Box 160,,Madisonville,LA,70447,985-845-7311,ST. TAMMANY,"""Tim"" Bounds",401 Johnson St.,,Madisonville,LA,70447-9767,985-845-3371,W,M,R,310,06/30/2012,07/01/2008,Mr. Bounds -Councilman ,Town of Madisonville ,P. O. Box 160,,Madisonville,LA,70447,985-845-7311,ST. TAMMANY,Jerry Lange,P.O. Box 393,,Madisonville,LA,70447-0393 ,985-845-7442,,,D,310,06/30/2012,07/01/2008,Mr. Lange -Councilman ,Town of Madisonville ,P. O. Box 160,,Madisonville,LA,70447,985-845-7311,ST. TAMMANY,L. P. Ostendorf,P.O. Box 37,,Madisonville,LA,70447-0037 ,985-845-3312,,,D,310,06/30/2012,07/01/2008,Mr. Ostendorf -DPEC Member ,at Large ,,,,LA,,,TANGIPAHOA,"James ""Rube"" Ardillo",59621 Puleston Rd.,,Amite,LA,70422,985-507-7121,W,M,D,054,02/20/2012,02/20/2008,Mr. Ardillo -DPEC Member ,at Large ,,,,LA,,,TANGIPAHOA,"John Henry Wright, Sr.",49474 Whiskey Ln.,,Tickfaw,LA,70466,985-345-7585,B,M,D,054,02/20/2012,02/20/2008,Mr. Wright -DPEC Member ,District 1 ,,,,LA,,,TANGIPAHOA,Margaret Jackson Smith,P.O. Box 119,,Kentwood,LA,70444,985-514-1584,B,F,D,056,02/20/2012,02/20/2008,Ms. Smith -DPEC Member ,District 2 ,,,,LA,,,TANGIPAHOA,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,TANGIPAHOA,Mia Lewis,P.O. Box 1493,,Amite,LA,70422,985-747-8830,B,F,D,056,02/20/2012,02/20/2008,Ms. Lewis -DPEC Member ,District 4 ,,,,LA,,,TANGIPAHOA,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,TANGIPAHOA,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,TANGIPAHOA,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,TANGIPAHOA,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,TANGIPAHOA,"""Sal"" Demarco",42114 Veterans Ave.,,Hammond,LA,70403,985-351-1963,W,M,D,056,02/20/2012,02/20/2008,Mr. Demarco -DPEC Member ,District 9 ,,,,LA,,,TANGIPAHOA,,,,,,,,,,,056 -DPEC Member ,District 10 ,,,,LA,,,TANGIPAHOA,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,TANGIPAHOA,,,,,,,,,,,064 -RPEC Member ,District 1 ,,,,LA,,,TANGIPAHOA,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,TANGIPAHOA,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,TANGIPAHOA,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,TANGIPAHOA,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,TANGIPAHOA,Richard David Ramsey,11 White Dr.,,Hammond,LA,70401-1025,985-542-6845,W,M,R,066,02/20/2012,02/20/2008,Mr. Ramsey -RPEC Member ,District 6 ,,,,LA,,,TANGIPAHOA,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,TANGIPAHOA,,,,,,,,,,,066 -RPEC Member ,District 8 ,,,,LA,,,TANGIPAHOA,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,TANGIPAHOA,,,,,,,,,,,066 -RPEC Member ,District 10 ,,,,LA,,,TANGIPAHOA,,,,,,,,,,,066 -Sheriff ,,15475 Club Deluxe Rd.,,Hammond,LA,70403,985-748-8147,TANGIPAHOA,Daniel H. Edwards,15475 Club Deluxe Rd.,,Hammond,LA,70403,985-517-0909,W,M,D,225,06/30/2012,07/01/2008,Mr. Edwards -Clerk of Court ,,P. O. Box 667,,Amite,LA,70422,985-748-4146,TANGIPAHOA,Julian E. Dufreche,P.O. Box 667,,Amite,LA,70422,985-386-6281,W,M,D,230,06/30/2012,07/01/2008,Mr. Dufreche -Assessor ,,P.O. Box 336,,Amite,LA,70422,985-748-7176,TANGIPAHOA,"Joaquin ""JR."" Matheu",P.O. Box 336,,Amite,LA,70422,985-345-1805,W,M,D,235,12/31/2012,01/01/2009,Mr. Matheu -Coroner ,,15479 Club Deluxe,,Hammond,LA,70403,985-902-8580,TANGIPAHOA,"""Rick"" Foster",40094 N. Hoover Rd.,,Ponchatoula,LA,70454,985-386-8403,W,M,D,240,03/25/2012,03/24/2008,Mr. Foster -Parish President ,,P.O. Box 215,,Amite,LA,70422,985-748-3211,TANGIPAHOA,Gordon Burgess,56337 A. Richardson,,Loranger,LA,70446,985-878-6480,W,M,D,243,01/09/2012,01/14/2008,Mr. Burgess -Councilman,District 1,P. O. Box 215,,Amite,LA,70422,985-748-3211,TANGIPAHOA,"""Tom"" Tolar",P.O. Box 472,,Kentwood,LA,70444,985-229-5296,W,M,R,245,01/09/2012,01/14/2008,Mr. Tolar -Councilman ,District 2 ,P. O. Box 215,,Amite,LA,70422,985-748-3211,TANGIPAHOA,Tennis Rick,64357 Hwy. 1054,,Roseland,LA,70456,985-748-6330,W,M,D,245,01/09/2012,01/14/2008,Mr. Rick -Councilman ,District 3 ,P. O. Box 215,,Amite,LA,70422,985-748-3211,TANGIPAHOA,Michael A. Petitto,P.O. Box 613,,Amite,LA,70422,985-517-7584,W,M,D,245,01/09/2012,01/14/2008,Mr. Petitto -Councilman ,District 4 ,P. O. Box 215,,Amite,LA,70422,985-748-3211,TANGIPAHOA,Carlo S. Bruno,P.O. Box 1274,,Independence,LA,70443,985-878-3124,W,M,D,245,01/09/2012,01/14/2008,Mr. Bruno -Councilman ,District 5 ,P. O. Box 215,,Amite,LA,70422,985-748-3211,TANGIPAHOA,"H. G. ""Buddy"" Ridgel",17037 Ridgel Rd.,,Tickfaw,LA,70466,985-542-4065,W,M,D,245,01/09/2012,01/14/2008,Mr. Ridgel -Councilman ,District 6 ,P. O. Box 215,,Amite,LA,70422,985-748-3211,TANGIPAHOA,"""Ronnie"" Bankston",43229 Sweet Pea Ln.,,Hammond,LA,70401,225-567-3976,W,M,D,245,01/09/2012,01/14/2008,Mr. Bankston -Councilman ,District 7 ,P. O. Box 215,,Amite,LA,70422,985-748-3211,TANGIPAHOA,Lionell Wells,1700 S. Mooney Ave.,,Hammond,LA,70403,985-542-1499,B,M,D,245,01/09/2012,01/14/2008,Mr. Wells -Councilman ,District 8 ,P. O. Box 215,,Amite,LA,70422,985-748-3211,TANGIPAHOA,Carlos D. Notariano,43327 Olive Branch Rd.,,Hammond,LA,70403,985-419-2333,W,M,D,245,01/09/2012,01/14/2008,Mr. Notariano -Councilman ,District 9 ,P. O. Box 215,,Amite,LA,70422,985-748-3211,TANGIPAHOA,"""Debbie"" Edwards",39108 Keaghey Rd.,,Ponchatoula,LA,70454,985-386-2125,W,F,D,245,01/09/2012,01/14/2008,Ms. Edwards -Councilman ,District 10 ,P. O. Box 215,,Amite,LA,70422,985-748-3211,TANGIPAHOA,"""Bobby"" Cortez",42102 Jefferson Dr.,,Hammond,LA,70403,985-969-6010,W,M,R,245,01/09/2012,01/14/2008,Mr. Cortez -City Judge ,"City Court, City of Hammond ",303 E. Thomas St.,,Hammond,LA,70401,985-542-3465,TANGIPAHOA,Grace Bennett Gasaway,P.O. Box 1224,,Hammond,LA,70404,985-542-6316,W,F,D,250,12/31/2014,01/01/2009,Judge Gasaway -City Marshal ,"City Court, City of Hammond ",303 E. Thomas St.,,Hammond,LA,70401,985-542-3445,TANGIPAHOA,"Victor Gordon Anderson, Jr.",507 E. Thomas St.,,Hammond,LA,70401,985-345-9577,W,M,D,250,12/31/2014,01/01/2009,Marshal Anderson -Member of School Board ,District A ,59656 Puleston Rd.,,Amite,LA,70422,985-748-7153,TANGIPAHOA,Ann A. Smith,P.O. Box 123,,Kentwood,LA,70444,985-229-6265,B,F,D,255,12/31/2010,01/01/2007,Ms. Smith -Member of School Board ,District B ,59656 Puleston Rd.,,Amite,LA,70422,985-748-7153,TANGIPAHOA,Robert E. Potts,19255 Potts Rd.,,Kentwood,LA,70444,985-229-8033,W,M,D,255,12/31/2010,01/01/2007,Mr. Potts -Member of School Board ,District C ,59656 Puleston Rd.,,Amite,LA,70422,985-748-7153,TANGIPAHOA,"Leonard ""Tank"" Genco, Jr.",P.O. Box 1753,,Independence,LA,70443,985-878-3233,W,M,D,255,12/31/2010,01/01/2007,Mr. Genco -Member of School Board ,District D ,59656 Puleston Rd.,,Amite,LA,70422,985-748-7153,TANGIPAHOA,"""Al"" Link",P.O. Box 354,,Natalbany,LA,70451,985-345-4638,W,M,D,255,12/31/2010,01/01/2007,Mr. Link -Member of School Board ,District E ,59656 Puleston Rd.,,Amite,LA,70422,985-748-7153,TANGIPAHOA,"""Danny"" Ridgel",49196 Louis Ln.,,Tickfaw,LA,70466,985-542-2864,W,M,D,255,12/31/2010,04/14/2009,Mr. Ridgel -Member of School Board ,District F ,59656 Puleston Rd.,,Amite,LA,70422,985-748-7153,TANGIPAHOA,Sonya Jenkins Traylor,10186 Beckendorf Rd.,,Hammond,LA,70403,225-294-5316,W,F,R,255,12/31/2010,04/14/2009,Ms. Traylor -Member of School Board ,District G ,59656 Puleston Rd.,,Amite,LA,70422,985-748-7153,TANGIPAHOA,Eric Dangerfield,P.O. Box 562,,Hammond,LA,70403,985-345-1656,B,M,D,255,12/31/2010,01/01/2007,Mr. Dangerfield -Member of School Board ,District H ,59656 Puleston Rd.,,Amite,LA,70422,985-748-7153,TANGIPAHOA,Sandra Bailey-Simmons,49366 Ravenwood Dr.,,Loranger,LA,70446,985-345-4562,W,F,R,255,12/31/2010,01/01/2007,Ms. Simmons -Member of School Board ,District I ,59656 Puleston Rd.,,Amite,LA,70422,985-748-7153,TANGIPAHOA,Rose Quave Dominguez,39631 W. Sam Arnold,,Ponchatoula,LA,70454,985-845-4912,W,F,R,255,12/31/2010,01/01/2007,Ms. Dominguez -Justice of the Peace ,Justice of the Peace Ward 1 ,612 Ave. G,,Kentwwood,LA,70444,985-229-8945,TANGIPAHOA,David Sellers,612 Ave. G,,Kentwood,LA,70444,985-229-8945,W,M,D,265,12/31/2014,01/01/2009,Mr. Sellars -Justice of the Peace ,Justice of the Peace Ward 2 ,19413 La. Hwy. 38 E.,,Kentwood,LA,70444,985-229-2514,TANGIPAHOA,Kathy Dale Forrest,19413 Hwy. 38,,Kentwood,LA,70444,985-229-2514,W,F,R,265,12/31/2014,01/01/2009,Ms. Forrest -Justice of the Peace ,Justice of the Peace Ward 3 ,210 North Bay St.,,Amite,LA,70422,,TANGIPAHOA,Tonya P. Mabry,P.O. Box744,,Amite,LA,70422,985-747-0407,B,F,D,265,12/31/2014,01/01/2009,Ms. Mabry -Justice of the Peace ,Justice of the Peace Ward 4 ,17432 La. Hwy. 10,,Kentwood,LA,70444,985-748-7214,TANGIPAHOA,Edwina V. Ballard,17432 Hwy. 10,,Kentwood,LA,70444,985-748-7214,W,F,D,265,12/31/2014,01/01/2009,Ms. Ballard -Justice of the Peace ,Justice of the Peace Ward 5 ,P.O. Box 395,,Loranger,LA,70446,985-878-3633,TANGIPAHOA,"""Debbie"" Brunett",56044 North Cooper Rd.,,Loranger,LA,70446,985-878-6166,W,F,D,265,12/31/2014,01/01/2009,Ms. Brunett -Justice of the Peace ,Justice of the Peace Ward 6 ,P.O. Box 781,,Tickfaw,LA,70466,985-878-3628,TANGIPAHOA,Terri M. Crosby,P.O. Box 1004,,Natalbany,LA,,985-878-3628,W,F,D,265,12/31/2014,01/01/2009,Ms. Crosby -Justice of the Peace ,Justice of the Peace Ward 8 ,23288 Bardwell Rd.,,Ponchatoula,LA,70454,985-542-1732,TANGIPAHOA,,,,,,,,,,,265 -Constable ,Justice of the Peace Ward 1 ,70342 Kennedy Rd.,,Kentwood,LA,70444,985-229-3334,TANGIPAHOA,Quentin D. Hookfin,202 Avenue D,,Kentwood,LA,70444,985-514-2097,B,M,D,267,12/31/2014,01/01/2009,Mr. Hoofkin -Constable ,Justice of the Peace Ward 2 ,20575 Green Farm Rd.,,Kentwood,LA,70444,985-229-4032,TANGIPAHOA,Dickie Blades,70132 Simmons Rd.,,Kentwood,LA,70444,985-229-4032,W,M,D,267,12/31/2014,01/01/2009,Mr. Blades -Constable ,Justice of the Peace Ward 3 ,22140 Hwy. 16 East,,Amite,LA,70422,985-748-6327,TANGIPAHOA,"Anthony S. ""Butch"" Robinson",214 Gullett St.,,Amite,LA,70422,985-747-0653,B,M,D,267,12/31/2014,01/01/2009,Mr. Robinson -Constable ,Justice of the Peace Ward 4 ,22140 Hwy. 16 E,,Amite,LA,70422,985-748-6327,TANGIPAHOA,Teresa Grace Holden,22140 Hwy. 16,,Amite,LA,70422,985-748-6327,W,F,D,267,12/31/2014,01/01/2009,Ms. Holden -Constable ,Justice of the Peace Ward 5 ,18125 School Rd.,,Loranger,LA,70446,985-878-2253,TANGIPAHOA,"Louis ""Buddy"" Easley",18125 School Rd.,,Loranger,LA,70446,985-878-2253,W,M,D,267,12/31/2014,01/01/2009,Mr. Easley -Constable ,Justice of the Peace Ward 6 ,P.O. Box 1022,,Independence,LA,,985-878-3045,TANGIPAHOA,"""Joe"" Sinagra",P.O. Box 1022,,Independence,LA,70443,985-878-3045,W,M,D,267,12/31/2014,01/01/2009,Mr. Sinagra -Constable ,Justice of the Peace Ward 8 ,P.O. Box 383,,Robert,LA,70455,985-542-8254,TANGIPAHOA,Richard Z. Morse,P.O. Box 383,,Robert,LA,70455,985-345-0332,W,M,D,267,12/31/2014,01/01/2009,Mr. Morse -Mayor ,City of Hammond ,P. O. Box 2788,,Hammond,LA,,985-542-3400,TANGIPAHOA,Mayson H. Foster,800 W. Dakota,,Hammond,LA,70401,985-345-6339,W,M,R,300,12/31/2010,01/01/2007,Mr. Foster -Mayor ,City of Ponchatoula ,125 W. Hickory St.,,Ponchatoula,LA,,985-386-6484,TANGIPAHOA,"Robert F. ""Bob"" Zabbia",211 N. 7th St.,,Ponchatoula,LA,70454,985-386-9892,W,M,D,300,06/30/2012,07/01/2008,Mayor Zabbia -Mayor ,Town of Amite City ,212 E. Oak St.,,Amite,LA,,985-748-8761,TANGIPAHOA,Reginald Goldsby,P. O. Box 734,,Amite,LA,70422,985-748-9039,W,M,D,300,12/31/2012,01/01/2009,Mayor Goldsby -Mayor ,Town of Independence ,P. O. Box 35,,Independence,LA,,985-878-4145,TANGIPAHOA,Michael A. Ragusa,P.O. Box 1204,,Independence,LA,70443,985-878-3930,W,M,D,300,06/30/2012,07/01/2008,Mayor Ragusa -Mayor ,Town of Kentwood ,308 Ave. G,,Kentwood,LA,,985-229-3451,TANGIPAHOA,Harold J. Smith,P.O. Box 123,,Kentwood,LA,70444,985-229-6265,B,M,D,300,12/31/2010,01/01/2007,Ms. Smtih -Mayor ,Town of Roseland ,P. O. Box 302,,Roseland,LA,,985-748-9063,TANGIPAHOA,"Wanda ""Yodie"" McCoy",P.O.Box 511,,Roseland,LA,70456,985-748-2768,B,F,D,300,12/31/2012,01/01/2009,Ms. McCoy -Mayor ,Village of Tangipahoa ,P. O. Box 156,,Tangipahoa,LA,,985-229-8300,TANGIPAHOA,Michael Jackson,P.O. Box 473,,Tangipahoa,LA,70465,985-514-2013,B,M,D,300,12/31/2012,01/01/2009,Mayor Jackson -Mayor ,Village of Tickfaw ,P. O. Box 249,,Tickfaw,LA,,985-542-9249,TANGIPAHOA,"Anthony ""Tony"" Lamonte",14304 Nuccio Rd.,,Tickfaw,LA,70466,985-345-8796,W,M,D,300,12/31/2010,01/01/2007,Mayor Lamonte -Chief of Police ,City of Ponchatoula ,125 W. Hickory St.,,Ponchatoula,LA,70454,985-386-6484,TANGIPAHOA,Bry Layrisson,15 Weldon Circle,,Ponchatoula,LA,70454,985-386-6548,W,M,O,305,06/30/2012,07/01/2008,Chief Layrisson -Chief of Police ,Town of Amite City ,212 E. Oak St.,,Amite,LA,70422,985-748-8761,TANGIPAHOA,Jerry Trabona,506 North Ave.,,Amite,LA,70422,985-748-8337,W,M,D,305,12/31/2012,01/01/2009,Chief Trabona -Chief of Police ,Town of Independence ,P. O. Box 35,,Independence,LA,70443,985-878-4145,TANGIPAHOA,"Frank Edwards, III",P.O. Box 35,,Independence,LA,70443,,,,,305,,01/11/2010,Chief Edwards -Chief of Police ,Town of Kentwood ,308 Ave. G,,Kentwood,LA,70444,985-229-3451,TANGIPAHOA,James R. Rimes,307 Ave. I,,Kentwood,LA,70444,985-229-6305,W,M,D,305,12/31/2010,01/01/2007,Mr. Rimes -Chief of Police ,Town of Roseland ,P. O. Box 302,,Roseland,LA,70456,985-748-9063,TANGIPAHOA,"""Donnie"" Hammons",P. O. Box 536,,Roseland,LA,70456,985-969-5325,W,M,D,305,12/31/2012,01/01/2009,Chief Hammons -Chief of Police ,Village of Tangipahoa ,P. O. Box 156,,Tangipahoa,LA,70465,985-229-8300,TANGIPAHOA,Richard F. Banks,P. O. Box 131,,Tangipahoa,LA,70456,985-229-6136,B,M,D,305,12/31/2012,01/01/2009,Chief Banks -Chief of Police ,Village of Tickfaw ,P. O. Box 249,,Tickfaw,LA,70466,985-542-9249,TANGIPAHOA,Jimmy L. Sparacello,P.O. Box 131,,Tickfaw,LA,70466,985-969-5373,W,M,O,305,12/31/2010,01/01/2007,Chief Sparacello -Alderman ,Town of Independence ,P. O. Box 35,,Independence,LA,70443,985-878-4145,TANGIPAHOA,"Parnell ""Butch"" Baham",135 Charles Sinagra,,Independence,LA,70443,985-878-9356,W,M,D,310,06/30/2012,07/01/2008,Mr. Baham -Alderman ,Town of Independence ,P. O. Box 35,,Independence,LA,70443,985-878-4145,TANGIPAHOA,Larry Cardaronella,P.O. Box 332,,Independence,LA,70443,985-878-1905,W,M,D,310,06/30/2012,07/01/2008,Mr. Cardaronella -Alderman ,Town of Independence ,P. O. Box 35,,Independence,LA,70443,985-878-4145,TANGIPAHOA,"Louis ""Nick"" Joseph",P.O. Box 621,,Independence,LA,70443,985-878-4711,B,M,D,310,06/30/2012,07/01/2008,Mr. Joseph -Alderman ,Town of Independence ,P. O. Box 35,,Independence,LA,70443,985-878-4145,TANGIPAHOA,"""Mike"" Muscarello",P.O. Box 1021,,Independence,LA,70443,985-878-4760,W,M,D,310,06/30/2012,04/14/2009,Mr. Muscarello -Alderman ,Town of Independence ,P. O. Box 35,,Independence,LA,70443,985-878-4145,TANGIPAHOA,Richard Navarra,P.O. Box 857,,Independence,LA,70443,985-878-8879,W,M,D,310,06/30/2012,07/01/2008,Mr. Navarra -Alderman ,Town of Roseland ,P. O. Box 302,,Roseland,LA,70456,985-748-9063,TANGIPAHOA,Yvette Brooks,P.O. Box 559,,Roseland,LA,70454,985-747-9969,B,F,D,310,12/31/2012,01/01/2009,Ms. Brooks -Alderman ,Town of Roseland ,P. O. Box 302,,Roseland,LA,70456,985-748-9063,TANGIPAHOA,Jerrol W. Jones,P. O. Box 494,,Roseland,LA,70456,985-747-1988,B,M,D,310,12/31/2012,01/01/2009,Mr. Jones -Alderman ,Town of Roseland ,P. O. Box 302,,Roseland,LA,70456,985-748-9063,TANGIPAHOA,Van L. Showers,P. O. Box 317,,Roseland,LA,70456,985-517-4043,B,M,D,310,12/31/2012,01/01/2009,Mr. Showers -Alderman ,Town of Roseland ,P. O. Box 302,,Roseland,LA,70456,985-748-9063,TANGIPAHOA,Sandra W. Turner,P. O. Box 89,,Roseland,LA,70456,985-748-9589,B,F,D,310,12/31/2012,01/01/2009,Ms. Turner -Alderman ,Town of Roseland ,P. O. Box 302,,Roseland,LA,70456,985-748-9063,TANGIPAHOA,Ruthie L. Vernon,12184 Buchanan Ln.,,Roseland,LA,70456,985-748-3445,B,F,D,310,12/31/2012,01/01/2009,Ms. Vernon -Alderman ,Village of Tangipahoa ,P. O. Box 156,,Tangipahoa,LA,70465,985-229-8300,TANGIPAHOA,Mona Mary Downs,P.O. Box 14,,Tangipahoa,LA,70465,985-229-4111,B,F,R,310,12/31/2012,01/01/2009,Ms. Downs -Alderman ,Village of Tangipahoa ,P. O. Box 156,,Tangipahoa,LA,70465,985-229-8300,TANGIPAHOA,Dawn Gray,P. O. Box 410,,Tangipahoa,LA,70465,985-229-9118,B,F,D,310,12/31/2012,01/01/2009,Mr. Gray -Alderman ,Village of Tangipahoa ,P. O. Box 156,,Tangipahoa,LA,70465,985-229-8300,TANGIPAHOA,Eddie Myers,P.O. Box 28,,Tangipahoa,LA,70465,985-229-2692,B,M,D,310,12/31/2012,01/01/2009,Mr. Myers -Council Member ,"District 1, City of Hammond ",P. O. Box 2788,,Hammond,LA,70404,985-542-3406,TANGIPAHOA,Johnny E. Blount,102 Mitchell Dr.,,Hammond,LA,70401,985-543-0371,B,M,D,310,12/31/2010,01/01/2007,Mr. Blount -Council Member ,"District 2, City of Hammond ",P. O. Box 2788,,Hammond,LA,70404,985-542-3406,TANGIPAHOA,Jason Hood,609 N. General Pershing,,Hammond,LA,70401,985-345-0760,W,M,R,310,12/31/2010,01/01/2007,Mr. Hood -Council Member ,"District 3, City of Hammond ",P. O. Box 2788,,Hammond,LA,70404,985-542-3406,TANGIPAHOA,Willie Grant Jackson,122 Carolina St.,,Hammond,LA,70401,985-345-5564,B,M,D,310,12/31/2010,01/01/2007,Mr. Jackson -Council Member ,"District 4, City of Hammond ",P. O. Box 2788,,Hammond,LA,70404,985-542-3406,TANGIPAHOA,"""Kathy"" Montecino",700 Delmar Blvd.,,Hammond,LA,70403,985-419-0211,W,F,R,310,12/31/2010,01/01/2007,Ms. Montecino -Council Member ,"District 5, City of Hammond ",P. O. Box 2788,,Hammond,LA,70404,985-542-3406,TANGIPAHOA,Mike Williams,6 Audubon,,Hammond,LA,70401,985-345-7882,W,M,R,310,12/31/2010,01/01/2007,Mr. Williams -Council Member ,"District 1, Town of Amite City ",212 E. Oak St.,,Amite,LA,70422,985-748-8761,TANGIPAHOA,"Walter Daniels, III",427 E. Cherry St.,,Amite,LA,70422,985-517-9401,B,M,D,310,12/31/2012,01/01/2009,Mr. Daniels -Council Member ,"District 2, Town of Amite City ",212 E. Oak St.,,Amite,LA,70422,985-748-8761,TANGIPAHOA,Jonathan Foster,602 W. Palmetto St.,,Amite,LA,70422,985-969-5660,B,M,D,310,12/31/2012,01/01/2009,Mr. Foster -Council Member ,"District 3, Town of Amite City ",212 E. Oak St.,,Amite,LA,70422,985-748-8761,TANGIPAHOA,Mark D. Vining,301 E. Chestnut St.,,Amite,LA,70422,985-748-8524,W,M,D,310,12/31/2012,01/01/2009,Mr. Vining -Council Member ,"District 4, Town of Amite City ",212 E. Oak St.,,Amite,LA,70422,985-748-8761,TANGIPAHOA,"""Neil"" Currier",202A Daniel St.,,Amite,LA,70422,985-747-1680,W,M,R,310,12/31/2012,01/01/2009,Mr. Currier -Council Member ,"District 5, Town of Amite City ",212 E. Oak St.,,Amite,LA,70422,985-748-8761,TANGIPAHOA,"""Rose"" Sumrall",P.O. Box 186,,Amite,LA,70422,985-748-7526,W,F,R,310,12/31/2012,01/01/2009,Ms. Sumrall -Council Member ,"District A, City of Ponchatoula ",125 Hickory St.,,Pontchatoula,LA,70454,985-386-6484,TANGIPAHOA,Braville J. LeBlanc,132 Braville St.,,Ponchatoula,LA,70454,985-370-0938,W,M,D,310,06/30/2012,07/01/2008,Mr. LeBlanc -Council Member ,"District B, City of Ponchatoula ",125 W. Hickory St.,,Ponchatoula,LA,70454,985-386-6484,TANGIPAHOA,"Connie Dotey-Lewis, ",620 E. Oak St.,,Ponchatoula,LA,70454,985-386-9070,,,,310,,11/24/2009 -Council Member ,"District C, City of Ponchatoula ",125 W. Hickory St.,,Ponchatoula,LA,70454,985-386-6484,TANGIPAHOA,Jeannemarie Pierson,301 S. 8th St.,,Ponchatoula,LA,70454,985-386-6461,W,F,R,310,06/30/2012,07/01/2008,Ms. Pierson -Council Member ,"District D, City of Ponchatoula ",125 W. Hickory St.,,Ponchatoula,LA,70454,985-386-6484,TANGIPAHOA,"Carla Heisser, ",125 W. Hickory St.,,Pontchatoula,LA,70454,,,,,310,,02/03/2010,Ms Heisser -Council Member ,"District E, City of Ponchatoula ",125 W. Hickory St.,,Ponchatoula,LA,70454,385-386-6484,TANGIPAHOA,Vergil Sandifer,485 E. Cypress St.,,Ponchatoula,LA,70454,985-386-8373,W,M,D,310,06/30/2012,07/01/2008,Mr. Sandifer -Council Member ,Town of Kentwood ,308 Ave. G,,Kentwood,LA,70444,985-229-3451,TANGIPAHOA,Myrtle Cook,1335 Third St.,,Kentwood,LA,70444,985-229-8145,B,F,D,310,12/31/2010,01/01/2007,Ms. Cook -Council Member ,Town of Kentwood ,308 Ave. G,,Kentwood,LA,70444,985-229-3451,TANGIPAHOA,Carlton S. Faller,309 Ave. A,,Kentwood,LA,70444,985-229-3681,W,M,D,310,12/31/2010,01/01/2007,Mr. Faller -Council Member ,Town of Kentwood ,308 Ave. G,,Kentwood,LA,70444,985-229-3451,TANGIPAHOA,Irma Thompson Gordon,P.O. Box 454,,Kentwood,LA,70444,985-229-4959,B,F,D,310,12/31/2010,01/01/2007,Ms. Gordon -Council Member ,Town of Kentwood ,308 Ave. G,,Kentwood,LA,70444,985-229-3451,TANGIPAHOA,"Michael ""Mike"" Hall",P.O. Box 643,,Kentwood,LA,70444,985-229-1929,B,M,D,310,12/31/2010,01/01/2007,Mr. Hall -Council Member ,Town of Kentwood ,308 Ave. G,,Kentwood,LA,70444,985-229-3451,TANGIPAHOA,"""Jimbo"" Slaven",707 11th St,,Kentwood,LA,70444,985-229-5206,W,M,O,310,12/31/2010,01/01/2007,Mr. Slaven -Council Member ,Village of Tickfaw ,P. O. Box 249,,Tickfaw,LA,70466,985-542-9249,TANGIPAHOA,Toni Jean Abene Basso,P.O. Box 576,,Tickfaw,LA,70466,985-345-6509,W,F,D,310,12/31/2010,01/01/2007,Ms. Basso -Council Member ,Village of Tickfaw ,P. O. Box 249,,Tickfaw,LA,70466,985-542-9249,TANGIPAHOA,"""Ron"" Tanis",14087 Manina Ln.,,Tickfaw,LA,70466,985-542-4781,W,M,R,310,12/31/2010,01/01/2007,Mr. Tanis -Council Member ,Village of Tickfaw ,P. O. Box 249,,Tickfaw,LA,70466,985-542-9249,TANGIPAHOA,"""Preston"" Watts",P.O. Box 221,,Tickfaw,LA,70466,985-542-4625,W,M,O,310,12/31/2010,01/01/2007,Mr. Watts -DPEC Member ,at Large ,,,,LA,,,TENSAS,Leslie Lee,103 Washington St.,,St. Joseph,LA,71366,,,,,054,,07/24/2008 -DPEC Member ,District 1 ,,,,LA,,,TENSAS,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,TENSAS,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,TENSAS,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,TENSAS,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,TENSAS,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,TENSAS,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,TENSAS,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,TENSAS,,,,,,,,,,,064 -RPEC Member ,District 1 ,,,,LA,,,TENSAS,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,TENSAS,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,TENSAS,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,TENSAS,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,TENSAS,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,TENSAS,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,TENSAS,,,,,,,,,,,066 -Sheriff ,,P. O. Box 138,,St. Joseph,LA,71366,318-766-3961,TENSAS,Rickey A. Jones,P.O. Box 138,,st. Joseph,LA,71366,318-766-4500,W,M,D,225,06/30/2012,07/01/2008,Sheriff Jones -Clerk of Court ,,P. O. Box 78,,St. Joseph,LA,71366,318-766-3921,TENSAS,Ernest Sikes,P.O. Box 78,,St. Joseph,LA,71366,318-766-0080,W,M,D,230,06/30/2012,07/01/2008,Mr. Sikes -Assessor ,,P.O. Box 197,,St.Joseph,LA,71366,318-766-3501,TENSAS,Irby S. Gamble,P.O. Box 481,,St. Joseph,LA,71366,318-766-1540,W,M,D,235,12/31/2012,01/01/2009,Mr. Gamble -Coroner ,,P.O. Box 34,,St. Joseph,LA,71366,318-766-9443,TENSAS,Keith Dewayne Butler,P.O. Box 34,,St. Joseph,LA,71366,318-766-9443,W,M,R,240,03/25/2012,03/24/2008,Mr. Butler -Police Juror,District 1,P. O. Box 6168,,St. Joseph,LA,71366,318-766-3542,TENSAS,"Emmett L. Adams, Jr.",2727 Hwy. 575,,Newellton,LA,71357,318-467-5994,W,M,R,245,01/08/2012,01/14/2008,Mr. Adams -Police Juror ,District 2 ,P. O. Box 6168,,St. Joseph,LA,71366-6168,318-766-3542,TENSAS,Danny Clark,P.O. Box 252,,Newellton,LA,71357,318-341-1683,B,M,D,245,01/08/2012,01/14/2008,Mr. Clark -Police Juror ,District 3 ,P. O. Box 6168,,St. Joseph,LA,71366-6168,318-766-3542,TENSAS,Jane Netterville,1264 Hwy. 606,,St. Joseph,LA,71366,318-766-4585,W,F,D,245,01/08/2012,01/14/2008,Mr. Netterville -Police Juror ,District 4 ,P. O. Box 6168,,St. Joseph,LA,71366-6168,318-766-3542,TENSAS,William Trevillion,813 Trevillion Rd.,,Waterproof,LA,71375,318-749-3701,W,M,D,245,01/08/2012,01/14/2008,Mr. Trevillion -Police Juror ,District 5 ,P. O. Box 6168,,St. Joseph,LA,71366-6168,318-766-3542,TENSAS,"""Rod"" Webb",P.O. Box 516,,St. Joseph,LA,71366,318-766-4390,B,M,D,245,01/08/2012,01/14/2008,Mr. Webb -Police Juror ,District 6 ,P. O. Box 6168,,St. Joseph,LA,71366-6168,318-766-3542,TENSAS,"Carl Frank Olds, Sr.",120 Buckshot Rd.,,Waterproof,LA,71375,318-749-5426,W,M,D,245,01/08/2012,01/14/2008,Mr. Olds -Police Juror ,District 7 ,P. O. Box 6168,,St. Joseph,LA,71366-6168,318-766-3542,TENSAS,"Woodrow W. Wiley, Jr.",P.O. Box 33,,Waterproof,LA,71375,318-749-5449,B,M,D,245,01/08/2012,01/14/2008,Mr. Wiley -Member of School Board ,District 1 ,P. O. Box 318,,St. Joseph,LA,71366,318-766-3269,TENSAS,Larry W. Foster,P.O. Box 713,,Newellton,LA,71357,318-467-5255,W,,D,255,12/31/2010,01/01/2007,Mr. Foster -Member of School Board ,District 2 ,P. O. Box 318,,St. Joseph,LA,71366,318-766-3269,TENSAS,"James E. Kelly, Sr.",P.O. Box 403,,Newellton,LA,71357,318-467-5922,,,D,255,12/31/2010,01/01/2007,Mr. Kelly -Member of School Board ,District 3 ,P. O. Box 318,,St. Joseph,LA,71366,318-766-3269,TENSAS,Taylor Grayson,1592 Hwy. 606,,St. Joseph,LA,71366,318-766-0198,W,M,D,255,12/31/2010,01/01/2007,Mr. Grayson -Member of School Board ,District 4 ,P. O. Box 318,,St. Joseph,LA,71366,318-766-3269,TENSAS,Annice Miller,P.O. Box 53,,St. Joseph,LA,71366,318-766-3720,W,F,D,255,12/31/2010,01/01/2007,Ms. Miller -Member of School Board ,District 5 ,P. O. Box 318,,St. Joseph,LA,71366,318-766-3269,TENSAS,Esaw Turner,P.O. Box 383,,St. Joseph,LA,71366,318-166-3803,B,,D,255,12/31/2010,01/01/2007,Mr. Turner -Member of School Board ,District 6 ,P. O. Box 318,,St. Joseph,LA,71366,318-766-3269,TENSAS,Steven D. Vinson,960 Hwy. 568,,St. Joseph,LA,71366,318-766-3972,W,M,D,255,12/31/2010,01/01/2007,Mr. Vinson -Member of School Board ,District 7 ,P. O. Box 318,,St. Joseph,LA,71366,318-766-3269,TENSAS,Annie M. Watson,P.O. Box 318,,St. Joseph,LA,71375,318-766-3269,,,D,255,12/31/2010,01/01/2007,Ms. Watson -Justice of the Peace ,Justice of the Peace Ward 1 ,P.O. Box 147,,Newellton,LA,71357,318-467-5575,TENSAS,Glen McCarty,P. O. Box 147,,Newellton,LA,71357,318-467-5222,W,M,D,265,12/31/2014,01/01/2009,Mr. McCarty -Justice of the Peace ,Justice of the Peace Ward 2 ,P.O. Box 621,,St. Joseph,LA,71366,318-766-1421,TENSAS,Thelma A. Bradford,P.O. Box 127,,St. Joseph,LA,71366,318-766-4420,B,F,D,265,12/31/2014,01/01/2009,Ms. Bradford -Justice of the Peace ,Justice of the Peace Ward 3 ,P.O. Box 155,,Waterproof,LA,71375,318-749-5435,TENSAS,Arthur L. Johnson,P.O. Box 155,,Waterproof,LA,71375,318-749-5435,B,M,D,265,12/31/2014,01/01/2009,Mr. Johnson -Constable ,Justice of the Peace Ward 1 ,P.O. Box 273,,Newellton,LA,71357,318-467-2695,TENSAS,Jack W. McMillian,P.O. Box 193,,Newellton,LA,71357,318-467-5169,B,M,D,267,12/31/2014,01/01/2009,Mr. McMillian -Constable ,Justice of the Peace Ward 2 ,P.O. Box 191,,St. Joseph,LA,71366,318-766-4643,TENSAS,Ernest L. Hestle,P.O. Box 191,,St. Joseph,LA,71366,318-766-4643,W,M,D,267,12/31/2014,01/01/2009,Mr. Hestle -Constable ,Justice of the Peace Ward 3 ,P.O. Box 33,,Waterproof,LA,71375,318-749-5287,TENSAS,"""Doug"" Miller",738 Miller Rd.,,Waterproof,LA,71375,318-749-3327,W,M,D,267,12/31/2014,01/01/2009,Mr. Miller -Mayor ,Town of Newellton ,P. O. Box 477,,Newellton,LA,,318-467-5050,TENSAS,Alex Davis,P.O. Box 774,,,LA,71357,318-467-9702,B,M,D,300,12/31/2012,01/01/2009,Mr. Davis -Mayor ,Town of St. Joseph ,P. O. Box 217,,St. Joseph,LA,,318-766-3713,TENSAS,Edward L. Brown,P. O. Box 433,,St. Joseph,LA,71366,318-766-4923,B,M,D,300,12/31/2012,01/01/2009,Mayor Brown -Mayor ,Town of Waterproof ,P. O. Box 248,,Waterproof,LA,,318-749-5233,TENSAS,Bobby D. Higginbotham,"218 ""A"" St.",,Waterproof,LA,71375,318-749-3610,B,M,D,300,12/31/2010,01/01/2007,Mayor Higginbotham -Chief of Police ,Town of Newellton ,P. O. Box 477,,Newellton,LA,71357,318-467-5050,TENSAS,Johnny Gales,P.O. Box 1084,,Newellton,LA,71357,318-467-9600,B,M,D,305,12/31/2012,01/01/2009,Mr. Gales -Alderman ,"District 1, Town of Newellton ",P. O. Box 477,,Newellton,LA,71357,318-467-5050,TENSAS,Timothy Turner,P.O. Box 283,,Newellton,LA,71357,318-434-0163,B,M,D,310,12/31/2012,01/01/2009,Mr. Turner -Alderman ,"District 2, Town of Newellton ",P. O. Box 477,,Newellton,LA,71357,318-467-5050,TENSAS,Edwin Britt,P.O. Box 398,,Newellton,LA,71357,318-467-5911,W,M,R,310,12/31/2012,01/01/2009,Mr. Britt -Alderman ,"District 3, Town of Newellton ",P. O. Box 477,,Newellton,LA,71357,318-467-5050,TENSAS,Billy Mitchell,P. O. Box 632,,Newellton,LA,71357,318-467-5083,W,M,D,310,12/31/2012,01/01/2009,Mr. Mitchell -Alderman ,"District 4, Town of Newellton ",P. O. Box 477,,Newellton,LA,71357,318-467-5050,TENSAS,Mattie Sampson,P. O. Box 395,,Newellton,LA,71357,318-467-2310,B,F,D,310,12/31/2012,01/01/2009,Ms. Sampson -Alderman ,"District 5, Town of Newellton ",P. O. Box 477,,Newellton,LA,71357,318-467-5050,TENSAS,Carroll Fuller,P. O. Box 303,,Newellton,LA,71357,318-467-5651,W,M,R,310,12/31/2012,01/01/2009,Mr. Fuller -Alderman ,"District A, Town of St. Joseph ",P. O. Box 217,,St. Joseph,LA,71366,318-766-3713,TENSAS,"Albert ""Buddy"" Tindell",P. O. Box 164,,St. Joseph,LA,71366,318-766-4443,W,M,D,310,12/31/2012,01/01/2009,Mr. Tindell -Alderman ,"District B, Town of St. Joseph ",P. O. Box 217,,St. Joseph,LA,71366,318-766-3713,TENSAS,Ed Dandridge,115 2nd St.,,,LA,71366,318-766-1002,W,M,D,310,12/31/2012,01/01/2009,Mr. Dandridge -Alderman ,"District C, Town of St. Joseph ",P. O. Box 217,,St. Joseph,LA,71366,318-766-3713,TENSAS,"Jimmy S. Clark, Sr.",663 Third St.,,St. Joseph,LA,71366,318-766-3324,B,M,D,310,12/31/2012,01/01/2009,Mr. clark -Alderman ,"District D, Town of St. Joseph ",P. O. Box 217,,St. Joseph,LA,71366,318-766-3713,TENSAS,Theodore Jackson,P. O. Box 701,,St. Joseph,LA,71366,318-766-4614,B,M,D,310,12/31/2012,01/01/2009,Mr. Jackson -Alderman ,"District E, Town of St. Joseph ",P. O. Box 217,,St. Joseph,LA,71366,318-766-3713,TENSAS,Evelyn Guy,P. O. Box 730,,St. Joseph,LA,71366,318-766-3857,B,F,D,310,12/31/2012,01/01/2009,Ms. Guy -Alderman ,Town of Waterproof ,P. O. Box 248,,Waterproof,LA,71375,318-749-5233,TENSAS,Edna J. Cooper,955 Kentucky Lane,,Waterproof,LA,71375,318-749-3828,,,D,310,12/31/2010,01/01/2007,Ms. Cooper -Alderman ,Town of Waterproof ,P. O. Box 248,,Waterproof,LA,71375,318-749-5233,TENSAS,Elizabeth Cooper,P.O. Box 69,,Waterproof,LA,71375,318-749-5810,B,F,D,310,12/31/2010,01/01/2007,Ms. Cooper -Alderman ,Town of Waterproof ,P. O. Box 248,,Waterproof,LA,71375,318-749-5233,TENSAS,George Taylor,P.O. Box 351,,Waterproof,LA,71375,318-749-9533,B,M,D,310,12/31/2010,01/01/2007,Mr. Taylor -Alderman ,Town of Waterproof ,P. O. Box 248,,Waterproof,LA,71375,318-749-5233,TENSAS,"Lionel Travers, Jr.",P.O. Box 132,,Waterproof,LA,71375,318-749-3915,B,M,D,310,12/31/2010,01/01/2007,Mr. Travers -DPEC Member ,at Large ,,,,LA,,,TERREBONNE,"""S. P."" LaRussa",208 Glenhill Ln.,,Houma,LA,70363-3813,985-876-6161,W,M,D,054,02/20/2012,02/20/2008,Mr. LaRussa -DPEC Member ,District 1 ,,,,LA,,,TERREBONNE,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,TERREBONNE,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,TERREBONNE,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,TERREBONNE,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,TERREBONNE,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,TERREBONNE,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,TERREBONNE,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,TERREBONNE,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,TERREBONNE,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,TERREBONNE,Dale Norred,1434 Savanne Rd.,,Houma,LA,70360-8902,985-876-2400,W,F,R,064,02/20/2012,02/20/2008,Mr. Norred -RPEC Member ,District 1 ,,,,LA,,,TERREBONNE,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,TERREBONNE,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,TERREBONNE,June S. Williams,106 Kenney St.,,Houma,LA,70364,985-209-8381,W,F,R,066,02/20/2012,02/20/2008,Ms. Williams -RPEC Member ,District 4 ,,,,LA,,,TERREBONNE,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,TERREBONNE,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,TERREBONNE,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,TERREBONNE,Barbara Cenac,3650 Southdown Mandalay Rd.,,Houma,LA,70360,985-876-5772,W,F,R,066,02/20/2012,02/20/2008,Ms. Cenac -RPEC Member ,District 8 ,,,,LA,,,TERREBONNE,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,TERREBONNE,,,,,,,,,,,066 -Sheriff ,,P. O. Box 1670,,Houma,LA,70361,985-876-2500,TERREBONNE,"L. Vernon Bourgeois, Jr.",P.O. Box 1670,,Houma,LA,70361,985-876-2428,W,M,D,225,06/30/2012,07/01/2008,Sheriff Bourgeois -Clerk of Court ,,P. O. Box 1569,,Houma,LA,70361-1569,985-868-5660,TERREBONNE,"I. Robert ""Bobby"" Boudreaux",P.O. Box 1569,,Houma,LA,70361-1569,985-872-5093,W,M,D,230,06/30/2012,07/01/2008,Mr. Boudreaux -Assessor ,,P.O. Box 5094,,Houma,LA,70361,385-876-6620,TERREBONNE,Gene P. Bonvillain,354 Robert St.,,Houma,LA,70363-3636,985-876-1292,W,M,D,235,12/31/2012,01/01/2009,Mr. Bonvillain -Coroner ,,P.O. Box 252,,Houma,LA,70361,985-873-6440,TERREBONNE,Victor Tedesco,101 Summerfield Dr.,,Houma,LA,70360-6255,985-868-1293,W,M,R,240,03/25/2012,03/24/2008,Mr. Tedesco -Parish President ,,P.O. Box 2768,,Houma,LA,,985-873-6519,TERREBONNE,Michel Claudet,P.O. Box 2416,,Houma,LA,70361,985-868-4775,W,M,R,243,01/09/2012,01/14/2008,Mr. Claudet -Council Member ,District 1 ,P. O. Box 2768,,Houma,LA,,985-873-6519,TERREBONNE,Alvin Tillman,3635 Friendswood Dr.,,Houma,LA,70363-3852,985-853-2086,B,M,D,245,01/09/2012,01/14/2008,Mr. Tillman -Council Member ,District 2 ,P. O. Box 2768,,Houma,LA,70361,985-873-6519,TERREBONNE,Arlanda Williams,343 Polk St.,,Houma,LA,70360-4147,985-853-2079,B,F,D,245,01/09/2012,01/14/2008,Ms. Williams -Council Member ,District 3 ,P. O. Box 2768,,Houma,LA,70361,985-873-6519,TERREBONNE,Billy Hebert,302 Richard Dr.,,Houma,LA,70364-2532,985-872-4343,W,M,D,245,01/09/2012,01/14/2008,Mr. Hebert -Council Member,District 4,P. O. Box 2768,,Houma,LA,70361,985-873-6519,TERREBONNE,Teri Cavalier,307 Lola St.,,Gray,LA,70359-3017,985-879-4521,W,F,,245,01/09/2012,01/14/2008,Ms. Cavalier -Council Member ,District 5 ,P. O. Box 2768,,Houma,LA,70361,985-873-6519,TERREBONNE,John Pizzolatto,103 John St.,,Houma,LA,70360-2720,985-872-2962,W,M,R,245,01/09/2012,01/14/2008,Mr. Pizzolatto -Council Member ,District 6 ,P. O. Box 2768,,Houma,LA,70361,985-873-6519,TERREBONNE,Kevin Michael Voisin,101 Angelle Circle,,Houma,LA,70360-3981,985-868-5971,W,M,R,245,01/09/2012,12/16/2008,Mr. Voisin -Council Member ,District 7 ,P. O. Box 2768,,Houma,LA,70361,985-873-6519,TERREBONNE,Clayton J. Voisin,P.O. Box 427,,Dulac,LA,70353-0427 ,985-223-0253,W,M,D,245,01/09/2012,01/14/2008,Mr. Voisin -Council Member ,District 8 ,P. O. Box 2768,,Houma,LA,70361,985-873-6519,TERREBONNE,"""Joey"" Cehan",216 Hialeah Ave.,,Houma,LA,70363-6933,985-873-8705,W,M,D,245,01/09/2012,01/14/2008,Mr. Cehan -Council Member ,District 9 ,P. O. Box 2768,,Houma,LA,70361,985-873-6519,TERREBONNE,"""Pete"" Lambert",861 Hwy. 55,,Montegut,LA,70377-3407,985-594-9880,W,M,D,245,01/09/2012,01/14/2008,Mr. Lambert -City Judge ,"City Court, City of Houma ",7887 Main St.,,Houma,LA,70360,985-868-4232,TERREBONNE,Jude Thaddeus Fanguy,8033 Park Ave.,,Houma,LA,70364-3359,985-868-0897,W,M,D,250,12/31/2014,01/01/2009,Judge Thaddeus -City Marshal ,"City Court, City of Houma ",7887 Main St.,,Houma,LA,70360,985-868-8914,TERREBONNE,Brian J. LeBlanc,P. O. Box 283,,Chauvin,LA,70344-0283 ,985-594-7133,W,M,D,250,12/31/2014,01/01/2009,Marshal LeBlanc -Member of School Board ,District 1 ,P. O. Box 5097,,Houma,LA,70361,985-876-7400,TERREBONNE,"Roosevelt ""Rosey"" Thomas",P.O. Box 10094,,Houma,LA,70363-5240,985-876-7612,B,M,D,255,12/31/2010,01/01/2007,Mr. Thomas -Member of School Board ,District 2 ,P.O. Box 5097,,Houma,LA,70361,985-876-7400,TERREBONNE,"Gregory ""Dut"" Harding",215 Prince Collins St.,,Houma,LA,70364-3057,985-876-0393,B,M,D,255,12/31/2010,01/01/2007,Mr. Harding -Member of School Board ,District 3 ,P.O. Box 5097,,Houma,LA,70361,985-876-7400,TERREBONNE,"Richard ""Dicky"" Jackson",607 Funderburk Ave.,,Houma,LA,70364-1822,985-868-1657,W,M,D,255,12/31/2010,01/01/2007,Mr. Jackson -Member of School Board ,District 4 ,P.O. Box 5097,,Houma,LA,70361,985-876-7400,TERREBONNE,Rickie Pitre,214 Bayou Gardens Dr.,,Houma,LA,70364-1441,985-879-1879,W,M,D,255,12/31/2010,01/01/2007,Mr. Pitre -Member of School Board ,District 5 ,P.O. Box 5097,,Houma,LA,70361,985-876-7400,TERREBONNE,Clark J. Bonvillain,8608 Park Ave.,,Houma,LA,70363-3771,985-876-0712,W,M,D,255,12/31/2010,01/01/2007,Mr. Bonvillain -Member of School Board ,District 6 ,P.O. Box 5097,,Houma,LA,70361,985-876-7400,TERREBONNE,"""L. P."" Bordelon",217 Tiger Tail Rd.,,Houma,LA,70360-6024,985-876-3305,W,M,R,255,12/31/2010,01/01/2007,Mr. Bordelon -Member of School Board ,District 7 ,P.O. Box 5097,,Houma,LA,70361,985-876-7400,TERREBONNE,Roger Dale DeHart,1353 Dr. Beatrous Rd.,,Theriot,LA,70397-9633,985-879-1329,W,M,D,255,12/31/2010,01/01/2007,Mr. DeHart -Member of School Board ,District 8 ,P.O. Box 5097,,Houma,LA,70361,985-876-7400,TERREBONNE,"Donald ""Don"" Duplantis",313 Hialeah Ave.,,Houma,LA,70363-6934,985-873-8239,W,M,D,255,12/31/2010,01/01/2007,Mr. Duplantis -Member of School Board ,District 9 ,P.O. Box 5097,,Houma,LA,70361,985-876-7400,TERREBONNE,"Hayes J. Badeaux, Jr.",P.O. Box 127,,Bourg,LA,70343-3506,985-594-4723,W,M,D,255,12/31/2010,01/01/2007,Mr. Badeaux -Justice of the Peace ,Justice of the Peace Ward 1 ,212 Ciera Dr.,,Houma,LA,70364,985-872-0235,TERREBONNE,"Robert ""Yogi"" Naquin",204 Ciera Dr.,,Houma,LA,70364-3711,985-872-0235,W,M,R,265,12/31/2014,01/01/2009,Mr. Naquin -Justice of the Peace ,Justice of the Peace Ward 2 ,104 Nottoway Dr.,,Houma,LA,70360,985-872-4600,TERREBONNE,"Kenneth ""Kenny"" Hamner",104 Nottoway Dr.,,Houma,LA,70360-8935,985-872-9913,W,M,D,265,12/31/2014,01/01/2009,Mr. Hamner -Justice of the Peace ,Justice of the Peace Ward 4 ,6583 Grand Caillou Rd.,,Dulac,LA,70353,985-563-4330,TERREBONNE,Cheryl Authement Blanchard,311 Ashland Dr.,,Houma,LA,70363-7281,985-209-5574,W,F,D,265,12/31/2014,01/01/2009,Ms. Blanchard -Justice of the Peace ,Justice of the Peace Ward 5 ,103 Gaudet Dr.,,Bourg,LA,70343,985-594-3560,TERREBONNE,Jerome C. Fabre,105 Gaudet Dr.,,Bourg,LA,70343-3707,985-594-3560,W,M,D,265,12/31/2014,01/01/2009,Mr. Fabre -Justice of the Peace ,Justice of the Peace Ward 6 ,919 La. Hwy. 55,,Montegut,LA,70377,985-594-4960,TERREBONNE,"Louis J. Riche, III",919 Hwy. 55,,Montegut,LA,70377-2221,985-594-4960,W,M,D,265,12/31/2014,01/01/2009,Mr. Riche -Justice of the Peace ,Justice of the Peace Ward 7 ,204 S. Central Blvd.,,Chauvin,LA,70344,985-594-3103,TERREBONNE,Johnny B. Eschete,204 South Central Blvd.,,Chauvin,LA,70344-4306,985-594-3103,W,F,D,265,12/31/2014,01/01/2009,Mr. Eschete -Justice of the Peace ,Justice of the Peace Ward 8 ,6052 N. Bayou Black Dr.,,Gibson,LA,70356,985-575-3198,TERREBONNE,Horace Johnson,5562 N. Bayou Black Dr.,,Gibson,LA,70356-3662,985-575-3198,B,M,D,265,12/31/2014,01/01/2009,Mr. Johnson -Justice of the Peace ,Justice of the Peace Ward 9 ,3938 Southdown Mandalay Rd.,,Houma,LA,70360,985-868-2870,TERREBONNE,Drew P. Breaux,3938 Southdown Mandalay Rd.,,Houma,LA,70360,985-868-2870,W,M,,265,12/31/2014,01/01/2009,Mr. Breaux -Justice of the Peace ,Justice of the Peace Ward 10 ,1578-A Doctor Beatrous Rd.,,Theriot,LA,70397,985-851-7002,TERREBONNE,Junior J. Theriot,1578-A Doctor Beatrous Rd.,,Theriot,LA,70397-9638,985-851-7002,W,M,D,265,12/31/2014,01/01/2009,Mr. Theriot -Constable ,Justice of the Peace Ward 1 ,P.O. Box 1388,,Gray,LA,70359-1388,985-876-2461,TERREBONNE,David J. LeBoeuf,106 Bayou Gardens Dr.,,Houma,LA,70364,985-879-1203,W,M,R,267,12/31/2014,01/01/2009,Mr. LeBoeuf -Constable ,Justice of the Peace Ward 2 ,804 Bull Run Rd.,,Schriever,LA,70395,985-879-1684,TERREBONNE,"""L. J."" Schexnayder",814 Bull Run Rd.,,Schriever,LA,70395-3214,985-879-1684,W,M,D,267,12/31/2014,01/01/2009,Mr. Schexnayder -Constable ,Justice of the Peace Ward 4 ,3392 Grand Caillou Rd.,,Houma,LA,70363,985-223-2672,TERREBONNE,"Harrison ""Sonny"" Parfait",3392 Grand Caillou Rd.,,Houma,LA,70363-7142,985-872-4333,W,M,D,267,12/31/2014,01/01/2009,Mr. Parfait -Constable ,Justice of the Peace Ward 5 ,P.O. Box 813,,Bourg,LA,70343-0813 ,985-868-7888,TERREBONNE,"Douglas ""Chubby"" Chauvin",P. O. Box 316,,Bourg,LA,70343,985-868-7888,W,M,R,267,12/31/2014,01/01/2009,Mr. Chauvin -Constable ,Justice of the Peace Ward 6 ,100 Dennis St.,,Montegut,LA,70377,985-594-8219,TERREBONNE,"William ""B. J."" Underwood, III",105 N J Bourg Ln.,,Montegut,LA,70377-3417,985-209-0725,W,M,R,267,12/31/2014,01/01/2009,Mr. Underwood -Constable ,Justice of the Peace Ward 7 ,5282 Bayouside Dr.,,Chauvin,LA,70344,985-594-4890,TERREBONNE,Daniel J. Trahan,5282 Bayouside Dr.,,Chauvin,LA,70344-3907,985-594-4890,W,M,D,267,12/31/2014,01/01/2009,Mr. Trahan -Constable ,Justice of the Peace Ward 8 ,P.O. Box 319,,Gibson,LA,70356,985-575-8021,TERREBONNE,Lloyd Gibson,P.O. Box 319,,Gibson,LA,70356-0319 ,985-575-8021,B,M,D,267,12/31/2014,01/01/2009,Mr. Gibson -Constable ,Justice of the Peace Ward 9 ,4518-A N Bayou Black Dr.,,Gibson,LA,70356,985-572-2129,TERREBONNE,Floyd A. Trahan,4518-A N. Bayou Black Dr.,,Gibson,LA,70356-3006,985-575-2129,W,M,O,267,12/31/2014,01/01/2009,Mr. Trahan -Constable ,Justice of the Peace Ward 10 ,1327 Doctor Beatrous Rd.,,Theriot,LA,70397,985-876-0728,TERREBONNE,Dale A. Theriot,1327 Doctor Beatrous Rd.,,Theriot,LA,70397-9633,985-876-0728,W,M,D,267,12/31/2014,01/01/2009,Mr. Theriot -DPEC Member ,at Large ,,,,LA,,,UNION,Ralph M. Kelley,278 Kelley Rd.,,Downsville,LA,71234,318-982-5634,W,M,D,054,02/20/2012,02/20/2008,Mr. Kelley -DPEC Member ,Ward 1 ,,,,LA,,,UNION,,,,,,,,,,,056 -DPEC Member ,Ward 2 ,,,,LA,,,UNION,,,,,,,,,,,056 -DPEC Member ,Ward 3 ,,,,LA,,,UNION,,,,,,,,,,,056 -DPEC Member ,Ward 4 ,,,,LA,,,UNION,,,,,,,,,,,056 -DPEC Member ,Ward 5 ,,,,LA,,,UNION,,,,,,,,,,,056 -DPEC Member ,Ward 6 ,,,,LA,,,UNION,,,,,,,,,,,056 -DPEC Member ,Ward 7 ,,,,LA,,,UNION,,,,,,,,,,,056 -DPEC Member ,Ward 8 ,,,,LA,,,UNION,,,,,,,,,,,056 -DPEC Member ,Ward 9 ,,,,LA,,,UNION,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,UNION,"Joseph A. Cusimano, Jr.",108 Memory Ln.,,Farmerville,LA,71241,318-368-2747,W,M,R,064,02/20/2012,02/20/2008,Mr. Cusimano -RPEC Member ,Ward 1 ,,,,LA,,,UNION,,,,,,,,,,,066 -RPEC Member ,Ward 2 ,,,,LA,,,UNION,,,,,,,,,,,066 -RPEC Member ,Ward 3 ,,,,LA,,,UNION,,,,,,,,,,,066 -RPEC Member ,Ward 4 ,,,,LA,,,UNION,,,,,,,,,,,066 -RPEC Member ,Ward 5 ,,,,LA,,,UNION,,,,,,,,,,,066 -RPEC Member ,Ward 6 ,,,,LA,,,UNION,,,,,,,,,,,066 -RPEC Member ,Ward 7 ,,,,LA,,,UNION,,,,,,,,,,,066 -RPEC Member ,Ward 8 ,,,,LA,,,UNION,,,,,,,,,,,066 -RPEC Member ,Ward 9 ,,,,LA,,,UNION,,,,,,,,,,,066 -Sheriff ,,"100 E. Bayou St., Ste. 101",,Farmerville,LA,71241,318-368-3124,UNION,"Robert G. ""Bob"" Buckley","100 E. Bayou St., Ste. 101",,Farmerville,LA,71241,318-368-3124,W,M,D,225,06/30/2012,07/01/2008,Sheriff Buckley -Clerk of Court ,,"100 E. Bayou St., Ste. 105",,Farmerville,LA,71241,318-368-3055,UNION,Dodi Dodd Eubanks,"100 E. Bayou St., Ste. 105",,Farmerville,LA,71241,318-368-9772,W,F,R,230,06/30/2012,07/01/2008,Ms. Eubanks -Assessor ,,"100 E. Bayou St., Ste. 103",,Farmerville,LA,71241,318-368-3232,UNION,"""Terry"" Baker",1449 Tech Dr.,,Farmerville,LA,71241,318-368-1076,W,F,D,235,12/31/2012,01/01/2009,Mr. Baker -Coroner ,,"811 James Ave., Ste. B.",,Farmerville,LA,71241,318-368-0190,UNION,Steven Venters,P.O. Box 218,,Farmerville,LA,71241,318-368-0190,W,M,R,240,03/25/2012,03/24/2008,Mr. Venters -Police Juror ,District 1 ,P. O. Box 723,,Farmerville,LA,,318-368-3296,UNION,Charles Sawyer,P.O. Box 673,,Farmerville,LA,71241,318-368-2166,B,M,D,245,01/08/2012,01/14/2008,Mr. Sawyer -Police Juror ,District 2 ,P. O. Box 723,,Farmerville,LA,71241,318-368-3296,UNION,Lanny Parker,270 Mina Parker Rd.,,Marion,LA,71260,318-292-5291,W,M,R,245,01/08/2012,01/14/2008,Mr. Parker -Police Juror ,District 3 ,P. O. Box 723,,Farmerville,LA,71241,318-368-3296,UNION,A. J. Smith,1248 Webster Bluff Rd.,,Farmerville,LA,71241,318-368-8497,W,M,D,245,01/08/2012,01/14/2008,Mr. Smith -Police Juror ,District 4 ,P. O. Box 723,,Farmerville,LA,71241,318-368-3296,UNION,Johnny Buckley,12784 Hwy. 2,,Bernice,LA,71222,318-285-7134,W,M,D,245,01/08/2012,01/14/2008,Mr. Buckley -Police Juror ,District 5 ,P. O. Box 723,,Farmerville,LA,71241,318-368-3296,UNION,Jerry Rugg,390 Wells Rd.,,Downsville,LA,71234,318-982-5992,W,M,R,245,01/08/2012,01/14/2008,Mr. Rugg -Police Juror ,District 6 ,P. O. Box 723,,Farmerville,LA,71241,318-368-3296,UNION,Alvin Allen,1919 Sweet Lily Rd.,,Marion,LA,71260,318-368-3822,W,M,R,245,01/08/2012,01/14/2008,Mr. Allen -Police Juror ,District 7 ,P. O. Box 723,,Farmerville,LA,71241,318-368-3296,UNION,Vergil Ramsey,510 Deloutre Switch Rd.,,Farmerville,LA,71241,318-368-3434,W,M,D,245,01/08/2012,01/14/2008,Mr. Ramsey -Police Juror ,District 8 ,P. O. Box 723,,Farmerville,LA,71241,318-368-3296,UNION,Don Acree,9271 Hwy. 143,,Farmerville,LA,71241,318-726-5467,W,M,D,245,01/08/2012,01/14/2008,Mr. Acree -Police Juror ,District 9 ,P. O. Box 723,,Farmerville,LA,71241,318-368-3296,UNION,"John ""Johnny"" Watley",509 Gary St.,,Bernice,LA,71222,318-285-7397,B,M,D,245,01/08/2012,01/14/2008,Mr. Watley -Member of School Board ,District 1 ,P. O. Box 308,,Farmerville,LA,71241,318-368-9715,UNION,"Robert C. James, Jr.",205 Line St.,,Farmerville,LA,71241,318-368-2946,B,M,D,255,12/31/2010,01/01/2007,Mr. James -Member of School Board ,District 2 ,P. O. Box 308,,Farmerville,LA,71241,318-368-9715,UNION,Jimmy Hollis,508 Wheeler Rd.,,Marion,LA,71260,318-292-5210,W,M,D,255,12/31/2010,01/01/2007,Mr. Hollis -Member of School Board ,District 3 ,P. O. Box 308,,Farmerville,LA,71241,318-368-9715,UNION,Michael Holley,358 Goose Elkins Rd.,,Spearsville,LA,71277,318-778-3382,W,M,D,255,12/31/2010,01/01/2007,Mr. Holley -Member of School Board ,District 4 ,P. O. Box 308,,Farmerville,LA,71241,318-368-9715,UNION,Barbara Yarbrough,12762 Hwy. 2,,Bernice,LA,71222,318-285-9684,W,F,D,255,12/31/2010,01/01/2007,Ms. Yarbrough -Member of School Board ,District 5 ,P. O. Box 308,,Farmerville,LA,71241,318-368-9715,UNION,Howard C. Allen,P.O. Box 65,,Downsville,LA,71234,318-982-5900,W,M,D,255,12/31/2010,01/01/2007,Mr. Allen -Member of School Board ,District 6 ,P. O. Box 308,,Farmerville,LA,71241,318-368-9715,UNION,John E. Ellis,617 Burch Rd.,,Marion,LA,71260,318-292-4343,B,M,D,255,12/31/2010,01/01/2007,Mr. Ellis -Member of School Board ,District 7 ,P. O. Box 308,,Farmerville,LA,71241,318-368-9715,UNION,Casey Kennedy,1420 West Port Union Rd.,,Farmerville,LA,71241,318-368-1880,W,M,D,255,12/31/2010,01/01/2007,Mr. Kennedy -Member of School Board ,District 8 ,P. O. Box 308,,Farmerville,LA,71241,318-368-9715,UNION,"""Steve"" Johnson",152 Girl Scout Rd.,,Sterlington,LA,71280,318-726-5001,W,M,D,255,12/31/2010,01/01/2007,Mr. Johnson -Member of School Board ,District 9 ,P. O. Box 308,,Farmerville,LA,71241,318-368-9715,UNION,Marcus Watley,P.O. Box 69,,Bernice,LA,71222,318-285-9758,B,M,D,255,12/31/2010,01/01/2007,Mr. Watley -Justice of the Peace ,Justice of the Peace Ward 1 ,705 Taylor St.,,Farmerville,LA,71241,318-368-2711,UNION,"Herman Senn, Jr.",705 Taylor St.,,Farmerville,LA,71241,318-368-2711,W,M,R,265,12/31/2014,01/01/2009,Mr. Senn -Justice of the Peace ,Justice of the Peace Ward 2 ,814 Denton Rd.,,Farmerville,LA,71241,318-368-9406,UNION,Nancy Moon Hearn,177 Barr Rd.,,Farmerville,LA,71241,,W,F,D,265,12/31/2014,01/01/2009,Ms. Hearn -Justice of the Peace ,Justice of the Peace Ward 3 ,P.O. Box 310,,Bernice,LA,71222,318-285-7291,UNION,Robert Dean Tubbs,778 Pisgah Church Rd.,,Bernice,LA,71222,318-285-7291,W,M,D,265,12/31/2014,01/01/2009,Mr. Tubbs -Constable ,Justice of the Peace Ward 1 ,5530 Hwy. 2,,Farmerville,LA,71241,318-368-2949,UNION,Scotty Aulds,5530 Hwy. 2,,Farmerville,LA,71241,318-368-2949,W,M,D,267,12/31/2014,01/01/2009,Mr. Aulds -Constable ,Justice of the Peace Ward 2 ,558 Acree Rd.,,Farmerville,LA,71241,318-368-7626,UNION,Larry Booth,558 Acree Rd.,,Farmerville,LA,71241,318-726-7626,W,M,D,267,12/31/2014,01/01/2009,Mr. Booth -Constable ,Justice of the Peace Ward 3 ,435 Pleasant Hill Rd.,,Farmerville,LA,71241,318-368-2465,UNION,Kevin Doster,470 Gatson Road,,Spearsville,LA,71277,318-778-4383,W,M,R,267,12/31/2014,01/01/2009,Mr. Doster -Mayor ,Town of Bernice ,P. O. Box 186,,Bernice,LA,,318-285-9071,UNION,Joe Hicks,P.O. Box 329,,Bernice,LA,71222,318-285-0128,B,M,D,300,12/31/2010,01/01/2007,Mayor Hicks -Mayor ,Town of Farmerville ,P. O. Box 427,,Farmerville,LA,,318-368-7140,UNION,"Stein Baughman, Jr.",P. O. Box 796,,Farmerville,LA,71241,318-368-8656,W,M,D,300,12/31/2012,01/01/2009,Mayor Baughman -Mayor ,Town of Marion ,398 Main St.,,Marion,LA,,318-292-4715,UNION,Kenneth W. Franklin,572 Main St.,,Marion,LA,71260,318-292-4485,W,M,D,300,12/31/2010,01/01/2007,Mr. Franklin -Mayor ,Village of Lillie ,P. O. Box 10,,Lillie,LA,,318-285-0222,UNION,"Isaac M. Lee, Jr.",3598 Hwy 167,,Lillie,LA,71256,318-285-9695,B,M,D,300,12/31/2012,01/01/2009,Mr. Lee -Mayor ,Village of Spearsville ,2511 Hwy. 3121,,Spearsville,LA,,318-778-3886,UNION,"""Bob"" Shoemaker",1352 Hwy. 15,,Spearsville,LA,71277,318-778-3828,W,M,D,300,12/31/2010,01/01/2007,Mayor Shoemaker -Chief of Police ,Town of Bernice ,P. O. Box 186,,Bernice,LA,71222,318-285-9071,UNION,Ricky Albritton,P.O. Box 335,,Bernice,LA,71222,318-243-5559,W,M,D,305,12/31/2010,01/01/2007,Chief Albritton -Chief of Police ,Town of Marion ,398 Main St.,,Marion,LA,71260,318-292-4715,UNION,Mark Dodd,300 Joe Brown Drive,,Marion,LA,71260,318-292-4143,W,M,D,305,12/31/2010,01/01/2007,Mr. Dodd -Chief of Police ,Village of Lillie ,P. O. Box 10,,Lillie,LA,71256,318-285-0094,UNION,,,,,,,,,,,305 -Chief of Police ,Village of Spearsville ,2511 Hwy. 3121,,Spearsville,LA,71277,318-778-3886,UNION,John B. Rhodes,P.O. Box 31,,Spearsville,LA,71277,318-778-0642,W,M,D,305,12/31/2010,09/14/2007,Chief Rhodes -Marshal ,Town of Farmerville ,P. O. Box 427,,Farmerville,LA,71241,318-368-9242,UNION,"E. ""Bim"" Coulbertson",515 East Green St.,,Farmerville,LA,71241,318-368-7221,B,M,D,305,12/31/2012,01/01/2009,Mr. Coulberson -Alderman ,"District 1, Town of Bernice ",P. O. Box 186,,Bernice,LA,71222,318-285-9071,UNION,Gene Terral,929 Pisgah Church Rd.,,Bernice,LA,71222,318-285-7137,W,M,D,310,12/31/2010,01/01/2007,Mr. Terral -Alderman ,"District 2, Town of Bernice ",P. O. Box 186,,Bernice,LA,71222,318-285-9071,UNION,Rhodell Montgomery,P.O. Box 273,,Bernice,LA,71222,318-285-7476,B,M,D,310,12/31/2010,01/01/2007,Mr. Montgomery -Alderman ,"District 3, Town of Bernice ",P. O. Box 186,,Bernice,LA,71222,318-285-9071,UNION,Teddy Sutton,113 Church St.,,Bernice,LA,71222,318-285-7490,B,M,D,310,12/31/2010,01/01/2007,Mr. Sutton -Alderman ,"District 4, Town of Bernice ",P. O. Box 186,,Bernice,LA,71222,318-285-9071,UNION,Mildred Ferguson,P.O. Box 43,,Bernice,LA,71222,318-285-7175,B,F,D,310,12/31/2010,01/01/2007,Ms. Ferguson -Alderman ,"District 5, Town of Bernice ",P. O. Box 186,,Bernice,LA,71222,318-285-9071,UNION,Amy Pesnell,3017 Roberson St.,,Bernice,LA,71222,318-285-9107,W,F,D,310,12/31/2010,01/01/2007,Ms. Pesnell -Alderman ,"District A, Town of Farmerville ",P. O. Box 427,,Farmerville,LA,71241,318-368-9242,UNION,"Wayne ""Pone"" Jones",1312 Marion Hwy.,,Farmerville,LA,71241,318-368-5476,B,M,,310,12/31/2012,01/01/2009,Mr. Jones -Alderman ,"District B, Town of Farmerville ",P. O. Box 427,,Farmerville,LA,71241,318-368-9242,UNION,Lavelle Maine,P. O. Box 82,,Farmerville,LA,71241,318-368-1766,B,M,D,310,12/31/2012,01/01/2009,Mr. Maine -Alderman ,"District C, Town of Farmerville ",P. O. Box 427,,Farmerville,LA,71241,318-368-9242,UNION,Joseph Jones,808 Martin Luther King Dr.,,Farmerville,LA,71241,318-368-9386,B,M,D,310,12/31/2012,01/01/2009,Mr. Jones -Alderman ,"District D, Town of Farmerville ",P. O. Box 427,,Farmerville,LA,71241,318-368-9242,UNION,Gerome Nation,714 West Bayou St.,,Farmerville,LA,71241,318-368-3885,B,M,D,310,12/31/2012,01/01/2009,Mr. Nation -Alderman ,"District E, Town of Farmerville ",P. O. Box 427,,Farmerville,LA,71241,318-368-9242,UNION,Jerry Taylor,303 Miller St.,,Farmerville,LA,71241,318-368-8673,W,M,D,310,12/31/2012,01/01/2009,Mr. Taylor -Alderman ,Town of Marion ,398 Main St.,,Marion,LA,71260,318-292-4715,UNION,Johnny B. Gilliam,P.O. Box 408,,Marion,LA,71260,318-292-5550,B,M,D,310,12/31/2010,01/01/2007,Mr. Gilliam -Alderman ,Town of Marion ,398 Main St.,,Marion,LA,71260,318-292-4715,UNION,"Eugene ""Bubba"" Hoggatt",P.O. Box 376,,Marion,LA,71160,318-292-5419,W,M,R,310,12/31/2010,01/01/2007,Mr. Hoggatt -Alderman ,Town of Marion ,398 Main St.,,Marion,LA,71260,318-292-4715,UNION,Ralph D. Holley,231 Crow St.,,Marion,LA,71260,318-292-5471,B,M,D,310,12/31/2010,01/01/2007,Mr. Holley -Alderman ,Town of Marion ,398 Main St.,,Marion,LA,71260,318-292-4715,UNION,Ann D. Miller,1042 Main St.,,Marion,LA,71260,318-292-5405,W,F,D,310,12/31/2010,01/01/2007,Ms. Miller -Alderman ,Town of Marion ,398 Main St.,,Marion,LA,71260,318-292-4715,UNION,Danny A. Smith,172 Concord St.,,Marion,LA,71260,318-292-5249,W,M,D,310,12/31/2010,01/01/2007,Mr.Smith -Alderman ,Village of Lillie ,P. O. Box 10,,Lillie,LA,71256,318-285-0094,UNION,"A. J. Ford, Jr.",147 Cook Rd.,,Lillie,LA,71256,318-285-7074,B,M,D,310,12/31/2012,02/23/2009,Mr. Ford -Alderman ,Village of Lillie ,P. O. Box 10,,Lillie,LA,71256,318-285-0094,UNION,Joseph Larry,114 Cook Rd.,,Lillie,LA,71256,318-285-7048,B,M,D,310,12/31/2012,01/01/2009,Mr. Larry -Alderman ,Village of Lillie ,P. O. Box 10,,Lillie,LA,71256,318-285-0094,UNION,"Jarrell Wilson, Sr.",103 Sycamore Circle,,Lillie,LA,71256,318-285-7308,W,M,R,310,12/31/2012,01/01/2009,Mr. Wilson -Alderman ,Village of Spearsville ,2511 Hwy. 3121,,Spearsville,LA,71277,318-778-3886,UNION,Betty B. Barron,370 Spearsville Rd,,Spearsville,LA,71277,318-778-3765,W,F,R,310,12/31/2010,08/24/2009,Ms. Barron -Alderman ,Village of Spearsville ,2511 Hwy. 3121,,Spearsville,LA,71277,318-778-3886,UNION,John R. Rhodes,385 Spearsville Road,,Spearsville,LA,71277,318-778-3222,W,M,D,310,12/31/2010,01/01/2007,Mr. Rhodes -Alderman ,Village of Spearsville ,2511 Hwy. 3121,,Spearsville,LA,71277,318-778-3886,UNION,Peggy Rockett,250 Carroll Loop,,Spearsville,LA,71277,318-778-4255,W,F,D,310,12/31/2010,01/01/2007,Ms. Rockett -DPEC Member ,at Large ,,,,LA,,,VERMILION,Cynthia Sudduth Campisi,306 S. Hollingsworth Dr.,,Abbeville,LA,70510,337-893-0762,W,F,D,054,02/20/2012,02/20/2008,Ms. Campisi -DPEC Member ,at Large ,,,,LA,,,VERMILION,Rodney Simon,506 N. Gin St.,,Erath,LA,70533-3729,337-937-5124,W,M,D,054,02/20/2012,02/20/2008,Mr. Simon -DPEC Member ,at Large ,,,,LA,,,VERMILION,Robert B. Vincent,405 N. Gin St.,,Erath,LA,70533,337-937-5585,W,M,D,054,02/20/2012,02/20/2008,Mr. Vincent -DPEC Member ,District 1 ,,,,LA,,,VERMILION,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,VERMILION,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,VERMILION,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,VERMILION,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,VERMILION,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,VERMILION,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,VERMILION,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,VERMILION,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,VERMILION,,,,,,,,,,,056 -DPEC Member ,District 10 ,,,,LA,,,VERMILION,"Jagdish ""Jack"" Gupta",407 Church St.,,Kaplan,LA,70548,337-643-1275,O,M,D,056,02/20/2012,02/20/2008,Mr. Gupta -DPEC Member ,District 11 ,,,,LA,,,VERMILION,,,,,,,,,,,056 -DPEC Member ,District 12 ,,,,LA,,,VERMILION,,,,,,,,,,,056 -DPEC Member ,District 13 ,,,,LA,,,VERMILION,,,,,,,,,,,056 -DPEC Member ,District 14 ,,,,LA,,,VERMILION,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,VERMILION,Dexter James Duhon,9016 Rachelle Drive,,Abbeville,LA,70510-2119,337-893-2702,W,M,R,064,02/20/2012,02/20/2008,Mr. Duhon -RPEC Member ,District 1 ,,,,LA,,,VERMILION,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,VERMILION,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,VERMILION,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,VERMILION,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,VERMILION,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,VERMILION,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,VERMILION,,,,,,,,,,,066 -RPEC Member ,District 8 ,,,,LA,,,VERMILION,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,VERMILION,,,,,,,,,,,066 -RPEC Member ,District 10 ,,,,LA,,,VERMILION,,,,,,,,,,,066 -RPEC Member ,District 11 ,,,,LA,,,VERMILION,,,,,,,,,,,066 -RPEC Member ,District 12 ,,,,LA,,,VERMILION,,,,,,,,,,,066 -RPEC Member ,District 13 ,,,,LA,,,VERMILION,,,,,,,,,,,066 -RPEC Member ,District 14 ,,,,LA,,,VERMILION,,,,,,,,,,,066 -Sheriff ,,P. O. Box 307,,Abbeville,LA,70511,337-898-4409,VERMILION,"Michael ""Mike"" Couvillon",P.O. Box 307,,Abbeville,LA,70511,337-643-2534,W,M,D,225,06/30/2012,07/01/2008,Sheriff -Clerk of Court ,,"100 North State St., Ste. 101",,Abbeville,LA,70510,337-898-1992,VERMILION,Diane Meaux Broussard,"100 North State St., Ste. 101",,Abbeville,LA,70510,337-893-2329,W,F,D,230,06/30/2012,07/01/2008,Mr. Broussard -Assessor ,,"100 N. State St., Ste. 110",,Abbeville,LA,70510,377-893-2837,VERMILION,"Kathryn ""Kathy"" Broussard",11404 Hare St.,,Abbeville,LA,70510,337-893-7404,,,D,235,12/31/2012,01/01/2009,Ms. Broussard -Coroner ,,P.O. Box 445,,Abbeville,LA,70511-0445 ,337-898-6430,VERMILION,Myriam Hutchinson,9326 LA Hwy. 82,,Abbeville,LA,70510,337-789-7272,W,F,R,240,03/25/2012,03/24/2008,Ms. Hutchinson -Police Juror,District 1,"100 N. State St., Ste. 200",,Abbeville,LA,70510,337-898-4300,VERMILION,Dane Hebert,5569 Alfred Rd.,,Maurice,LA,70555,337-893-9331,W,M,D,245,01/08/2012,01/14/2008,Mr. Hebert -Police Juror ,District 2 ,"100 N. State St., Ste. 200",,Abbeville,LA,70510,337-898-4300,VERMILION,"""Chris"" Beraud",8625 Westwood Dr.,,Abbeville,LA,70510,337-893-9471,W,M,D,245,01/08/2012,01/14/2008,Mr. Beraud -Police Juror ,District 3 ,"100 N. State St., Ste. 200",,Abbeville,LA,70510,337-898-4300,VERMILION,Nathan Granger,10903 North Rd.,,Abbeville,LA,70510-2524,337-937-4414,W,M,D,245,01/08/2012,01/14/2008,Mr. Granger -Police Juror ,District 4 ,"100 N. State St., Ste. 200",,Abbeville,LA,70510,337-898-4300,VERMILION,Ronald J. Darby,1617 Maude Ave.,,Abbeville,LA,70510-7063,337-893-5145,B,M,D,245,01/08/2012,01/14/2008,Mr. Darby -Police Juror ,District 5 ,"100 N. State St., Ste. 200",,Abbeville,LA,70510,337-898-4300,VERMILION,Wayne Touchet,505 Eaton Dr.,,Abbeville,LA,70510,337-893-1246,W,M,R,245,01/08/2012,01/14/2008,Mr. Touchet -Police Juror ,District 6 ,"100 N. State St., Ste. 200",,Abbeville,LA,70510,337-898-4300,VERMILION,Mark Poche,1013 S. Broadway St.,,Erath,LA,70533,337-937-4900,W,M,D,245,01/08/2012,01/14/2008,Mr. Poche -Police Juror ,District 7 ,"100 N. State St., Ste. 200",,Abbeville,LA,70510,337-898-4300,VERMILION,Keith Meaux,906 Meaux Ln.,,Abbeville,LA,70510,337-893-4527,,,R,245,01/08/2012,01/14/2008,Mr. Meaux -Police Juror ,District 8 ,"100 N. State St., Ste. 200",,Abbeville,LA,70510,337-898-4300,VERMILION,Errol J. Domingues,17237 LA Hwy. 331,,Erath,LA,70533,337-937-4654,W,M,D,245,01/08/2012,01/14/2008,Mr. Domingues -Police Juror ,District 9 ,"100 N. State St., Ste. 200",,Abbeville,LA,70510,337-898-4300,VERMILION,Gerald W. Butaud,17828 Pelican Rd.,,Erath,LA,70533-6113,337-893-7154,W,M,D,245,01/08/2012,01/14/2008,Mr. Butaud -Police Juror ,District 10 ,"100 N. State St., Ste. 200",,Abbeville,LA,70510,337-898-4300,VERMILION,"Ronald ""Dago"" Menard",9338 Hemlock Rd.,,Kaplan,LA,70548-7217,337-643-6043,W,M,D,245,01/08/2012,01/14/2008,Mr. Menard -Police Juror ,District 11 ,"100 N. State St., Ste. 200",,Abbeville,LA,70510,337-898-4300,VERMILION,Pervis Gaspard,9127 Sand Pit Rd.,,Abbeville,LA,70510,337-893-2985,,,D,245,01/08/2012,01/14/2008,Mr. Gaspard -Police Juror ,District 12 ,"100 N. State St., Ste. 200",,Abbeville,LA,70510,337-898-4300,VERMILION,Cloris J. Boudreaux,16635 W. LA Hwy. 700,,Kaplan,LA,70548-6453,337-643-8880,W,M,D,245,01/08/2012,01/14/2008,Mr. Boudreaux -Police Juror ,District 13 ,"100 N. State St., Ste. 200",,Abbeville,LA,70510,337-898-4300,VERMILION,"T. J. Prejean, Jr.",17507 LA Hwy. 35,,Abbeville,LA,70510-8969,337-643-2200,W,M,D,245,01/08/2012,01/14/2008,Mr. Prejean -Police Juror ,District 14 ,"100 N. State St., Ste. 200",,Abbeville,LA,70510,337-898-4300,VERMILION,Leon Broussard,401 Boatner St.,,Gueydan,LA,70542,337-536-8621,W,M,D,245,01/08/2012,01/14/2008,Mr. Broussard -City Judge ,"City Court, City of Abbeville ",P. O. Box 251,,Abbeville,LA,70511-0251 ,337-893-1513,VERMILION,"""Rick"" Putnam",102 S. Hollingsworth Dr.,,Abbeville,LA,70510-3640,337-296-8187,W,M,D,250,12/31/2014,01/01/2009,Judge Putnam -City Judge ,"City Court, City of Kaplan ",P. O. Box 121,,Kaplan,LA,70548,337-643-6611,VERMILION,Frank LeMoine,164 Richelieu Circle,,Kaplan,LA,70548-3608,337-643-6620,W,M,D,250,12/31/2014,01/01/2009,Judge Lemoine -City Marshal ,"City Court, City of Abbeville ",P.O. Box 251,,Abbeville,LA,70511-0251 ,337-893-1831,VERMILION,Jeremiah Bolden,P. O. Box 31 .,,Abbeville,LA,70511,337-652-8508,,,O,250,12/31/2014,01/01/2009,Marshal Bolden -City Marshal ,"City Court, City of Kaplan ",P.O. Box 121,,Kaplan,LA,70548,337-643-6663,VERMILION,"Percy Manceaux, Jr.",P. O. Box 243,,Kaplan,LA,70548,337-643-6348,W,M,D,250,12/31/2014,01/01/2009,Marshal Manceaux -Member of School Board ,District A ,P. O. Drawer 520,,Abbeville,LA,70511-0520 ,337-898-5764,VERMILION,"""Bill"" Searle",P.O. Box 184,,Gueydan,LA,70542,337-536-9451,W,M,R,255,12/31/2010,01/01/2007,Mr. Searle -Member of School Board ,District B ,P. O. Drawer 520,,Abbeville,LA,70511-0520 ,337-898-5764,VERMILION,Angela Faulk,9504 LA Hwy 696,,Abbeville,LA,70510-2177,337-501-8986,W,F,,255,12/31/2010,01/01/2007,Ms. Faulk -Member of School Board ,District C ,P. O. Drawer 520,,Abbeville,LA,70511-0520 ,337-898-5764,VERMILION,Dexter James Callahan,17101 LA Hwy. 696,,Kaplan,LA,70548-6471,337-643-6673,W,M,D,255,12/31/2010,01/01/2007,Mr. Callahan -Member of School Board ,District D ,P. O. Drawer 520,,Abbeville,LA,70511-0520 ,337-898-5764,VERMILION,Ricky LeBouef,16403 S. Liberty Farm Rd.,,Kaplan,LA,70548-7020,337-643-1791,W,M,,255,12/31/2010,01/01/2007,Mr. LeBouef -Member of School Board ,District E ,P. O. Drawer 520,,Abbeville,LA,70511-0520 ,337-898-5764,VERMILION,"Anthony ""Tony"" Fontana",210 N. Washington,,Abbeville,LA,70510-8157,337-893-8846,W,M,R,255,12/31/2010,01/01/2007,Mr. Fontana -Member of School Board ,District F ,P. O. Drawer 520,,Abbeville,LA,70511-0520 ,337-898-5764,VERMILION,Charles Campbell,206 S. Oliver St.,,Abbeville,LA,70510,337-893-2944,,,D,255,12/31/2010,01/01/2007,Mr. Campbell -Member of School Board ,District G ,P. O. Drawer 520,,Abbeville,LA,70511-0520 ,337-898-5764,VERMILION,Chris Mayard,11584 Sabra Circle,,Erath,LA,70533,337-937-6759,W,M,R,255,12/31/2010,01/01/2007,Mr. Mayard -Member of School Board ,District H ,P. O. Drawer 520,,Abbeville,LA,70511-0520 ,337-898-5764,VERMILION,Ricky J. Broussard,3401 Bethany Rd.,,Erath,LA,70533-5700,337-918-6166,W,M,D,255,12/31/2010,01/01/2007,Mr. Broussard -Justice of the Peace ,Justice of the Peace Ward 1 ,2313 Reginald Rd.,,Erath,LA,70533-5039,337-937-6346,VERMILION,"Perry Bourgeois, Jr.",2313 Reginald Rd.,,Erath,LA,70533-5039,337-937-6346,W,M,D,265,12/31/2014,01/01/2009,Mr. Bourgeois -Justice of the Peace ,Justice of the Peace Ward 1 ,2313 Reginald Rd.,,Erath,LA,70533-5039,337-937-6346,VERMILION,Roland Suire,708 E. Conrad St.,,Erath,LA,70533-3108,337-937-5576,W,M,D,265,12/31/2014,01/01/2009,Mr. Suire -Justice of the Peace ,Justice of the Peace Ward 2 ,16008 La. Hwy. 685,,Erath,LA,70533,337-937-6767,VERMILION,Eric John Toups,16008 La. Hwy. 685,,Erath,LA,70533-5618,337-937-6767,W,M,D,265,12/31/2014,01/01/2009,Mr. Toups -Justice of the Peace ,Justice of the Peace Ward 4 ,4279 US Hwy. 167,,Maurice,LA,70555-3703,337-893-3480,VERMILION,"Kenneth ""Keno"" Picard",4279 U. S. Hwy. 167,,Maurice,LA,70555,337-893-3480,,,D,265,12/31/2014,01/01/2009,Mr. Picard -Justice of the Peace ,Justice of the Peace Ward 5 ,4850 Leroy Rd.,,Maurice,LA,70555-3517,337-893-6370,VERMILION,Jessie J. Fabre,4850 Leroy Rd.,,Maurice,LA,70555-3517,337-893-6370,W,M,D,265,12/31/2014,01/01/2009,Mr. Fabre -Justice of the Peace ,Justice of the Peace Ward 6 ,17911 Gallet Rd.,,Abbeville,LA,70510-0253 ,337-642-5679,VERMILION,Sheb W. Callahan,16505 Lionel Rd.,,Abbeville,LA,70510-8940,337-643-6090,W,M,D,265,12/31/2014,01/01/2009,Mr. Callahan -Justice of the Peace ,Justice of the Peace Ward 7 ,16127 La. Hwy. 82,,Abbeville,LA,70510-8763,337-893-3327,VERMILION,Johnny C. Choate,18626 Theall Rd.,,Abbeville,LA,70510,337-893-4046,W,M,D,265,12/31/2014,01/01/2009,Mr. Choate -Justice of the Peace ,Justice of the Peace Ward 8 ,314 McMurtry St.,,Gueydan,LA,70542-4020,337-536-9853,VERMILION,"""Tim"" LeBlanc",314 McMurtry St.,,Gueydan,LA,70542-4020,337-536-9853,W,M,D,265,12/31/2014,01/01/2009,Mr. Leblanc -Constable ,Justice of the Peace Ward 1 ,14723 Emily Rd.,,Erath,LA,70533-5639,337-937-4295,VERMILION,Randy Granger,5000 Albert Rd.,,Abbeville,LA,70510-2596,337-937-4295,W,M,D,267,12/31/2014,01/01/2009,Mr. Granger -Constable ,Justice of the Peace Ward 1 ,14723 Emily Rd.,,Erath,LA,70533-5639,337-937-4295,VERMILION,Paul Poche',600 E. Derouen St.,,Erath,LA,70533,337-937-5459,W,M,,267,12/31/2014,01/01/2009,Mr. Poche -Constable ,Justice of the Peace Ward 2 ,4916 Morgan Rd.,,Erath,LA,70533,337-937-6204,VERMILION,Fabian J. Hulin,4916 Morgan Rd.,,Erath,LA,70533-6011,337-937-6204,W,M,D,267,12/31/2014,01/01/2009,Mr. Hulin -Constable ,Justice of the Peace Ward 4 ,7727 US Hwy. 167,,Abbeville,LA,70510-2168,337-893-4005,VERMILION,Charles J. Hebert,7420 Fusilier Rd.,,Maurice,LA,70555-4317,337-893-4005,W,M,D,267,12/31/2014,01/01/2009,Mr. Hebert -Constable ,Justice of the Peace Ward 5 ,1533 La. Hwy. 700,,Rayne,LA,70578-1702,337-334-4362,VERMILION,Earl C. Hoffpauir,1533 LA Hwy. 700,,Rayne,LA,70578-1702,337-334-4362,W,M,R,267,12/31/2014,01/01/2009,Mr. Hoffpauir -Constable ,Justice of the Peace Ward 6 ,21538 Keno Rd.,,Abbeville,LA,70510-0647 ,337-642-5442,VERMILION,"""B. J."" Lege",21538 Keno Rd.,,Abbeville,LA,70510,337-642-5442,W,M,D,267,12/31/2014,01/01/2009,Mr. Lege -Constable ,Justice of the Peace Ward 7 ,11723 Audubon Rd.,,Abbeville,LA,70510-8749,337-898-0223,VERMILION,"Antoine Barras, Jr.",11723 Audubon Rd.,,Abbeville,LA,70510,337-893-7652,W,M,D,267,12/31/2014,01/01/2009,Mr. Barras -Constable ,Justice of the Peace Ward 8 ,205 Walker St.,,Gueydan,LA,70542-3028,337-536-6145,VERMILION,Grayson Benoit,8916 Cowboy Rd.,,Gueydan,LA,70542,337-536-7496,,,D,267,12/31/2014,01/01/2009,Mr. Benoit -Mayor ,City of Abbeville ,101 N. State St.,,Abbeville,LA,,337-893-8550,VERMILION,Mark Piazza,1300 St. Dominic St.,,Abbeville,LA,70510,337-893-0400,W,M,D,300,06/30/2010,07/01/2006,Mayor Piazza -Mayor ,City of Abbeville ,101 N. State St.,,Abbeville,LA,,337-893-8550,VERMILION,"Mark Piazza, ",1300 St. Dominic Dr.,,Abbeville,LA,70510-2191,337-893-0400,W,M,D,300 -Mayor ,City of Kaplan ,701 Cushing Ave.,,Kaplan,LA,,337-643-8602,VERMILION,Linda Hardee,409 Jackson Ave.,,Kaplan,LA,70548,337-643-8046,W,F,D,300,06/30/2010,07/01/2006,Mayor Hardee -Mayor ,Town of Erath ,115 W. Edwards,,Erath,LA,,337-937-8401,VERMILION,George Dupuis,624 E. Edward St.,,Erath,LA,70533-4210,337-937-8413,W,M,D,300,12/31/2010,01/01/2007,Mr. Dupuis -Mayor ,Town of Gueydan ,600 Main St.,,Gueydan,LA,,337-536-9415,VERMILION,"Craig ""Bob"" Hensgens",305 Wilkinson St.,,Gueydan,LA,70542,337-536-9984,,,D,300,12/31/2010,10/30/2007,Mayor Hensgens -Mayor ,Village of Maurice ,P. O. Box 128,,Maurice,LA,,337-893-6406,VERMILION,"Robert H. ""Bob"" Ferguson",411 Chief H. Fred Ave.,,Maurice,LA,70555-4423,337-898-1401,W,M,D,300,12/31/2010,01/01/2007,Mr. Ferguson -Chief of Police ,City of Abbeville ,101 N. State St.,,Abbeville,LA,70510,337-893-8550,VERMILION,"Rickey ""Rick"" Coleman",2405 Helen St.,,Abbeville,LA,70510,337-893-9121,,,R,305,06/30/2010,07/01/2006,Chief Coleman -Chief of Police ,City of Abbeville ,101 N. State St.,,Abbeville,LA,70510,337-893-8550,VERMILION,"Tony J. Hardy, ",1120 N. Shireview Cir.,,Abbeville,LA,70510-7951,337-523-5746,W,M,D,305 -Chief of Police ,City of Kaplan ,701 Cushing Ave.,,Kaplan,LA,70548,337-643-8602,VERMILION,Steve Perry,110 Sonny Ln.,,Kaplan,LA,70548,337-643-8846,,M,D,305,06/30/2010,07/01/2006,Chief Perry -Chief of Police ,Town of Erath ,115 W. Edwards,,Erath,LA,70533,337-937-8401,VERMILION,"Gerald Hebert, ",415 LaSalle St.,,Erath,LA,70533,337-937-0463,W,M,D,305,12/31/2010,01/01/2007,Chief Hebert -Chief of Police ,Town of Gueydan ,600 Main St.,,Gueydan,LA,70542,337-536-9415,VERMILION,"Stoney P. Broussard, ",600 Main St.,,Gueydan,LA,70542,337-536-9415,,,,305,,01/08/2010,Mr. Broussard -Chief of Police ,Village of Maurice ,P. O. Box 128,,Maurice,LA,70555,337-893-6406,VERMILION,Warren Rost,114 James St.,,Maurice,LA,70555,337-893-2540,,,D,305,12/31/2010,01/01/2007,Mr. Rost -Councilman at Large ,City of Abbeville ,101 N. State St.,,Abbeville,LA,70510,337-893-8550,VERMILION,Francis J. Plaisance,2333 Camella St.,,Abbeville,LA,70510,337-652-0646,W,M,D,308,06/30/2010,07/01/2006,Mr. Plaisance -Councilman at Large ,City of Abbeville ,101 N. State St.,,Abbeville,LA,70510,337-893-8550,VERMILION,"Francis J. Plaisance, ",2333 Camella St.,,Abbeville,LA,70510-4010,337-652-0646,W,M,D,308 -Alderman ,"District A, City of Kaplan ",701 Cushing Ave.,,Kaplan,LA,70548,337-643-8602,VERMILION,Eva Dell Morrison,411 N. Guidry Ave.,,Kaplan,LA,70548-4214,337-643-2894,B,F,D,310,06/30/2010,07/21/2008,Ms. Morrison -Alderman ,"District A, City of Kaplan ",701 Cushing Ave.,,Kaplan,LA,70548,337-643-8602,VERMILION,"Eva Dell Morrison, ",411 N. Guidry Ave.,,Kaplan,LA,70548-4214,337-643-2894,B,F,D,310 -Alderman ,"District B, City of Kaplan ",701 Cushing Ave.,,Kaplan,LA,70548,337-643-8602,VERMILION,"Gerard ""Jerry"" Touchet",109 Sonny Ln.,,Kaplan,LA,70548,337-643-8642,W,M,D,310,06/30/2010,07/01/2006,Mr. Touchet -Alderman ,"District B, City of Kaplan ",701 Cushing Ave.,,Kaplan,LA,70548,337-643-8602,VERMILION,"Gerard ""Jerry"" Touchet, ",109 Sonny Ln.,,Kaplan,LA,70548-6487,337-643-8642,W,M,D,310 -Alderman ,"District C, City of Kaplan ",701 Cushing Ave.,,Kaplan,LA,70548,337-643-8602,VERMILION,Brent N. DuBois,406 W. Seventh St.,,Kaplan,LA,70548,337-643-2690,W,M,D,310,06/30/2010,07/01/2006,Mr. DuBois -Alderman ,"District C, City of Kaplan ",701 Cushing Ave.,,Kaplan,LA,70548,337-643-8602,VERMILION,"Brent N. DuBois, ",406 W. 7th St.,,Kaplan,LA,70548-3200,337-643-2690,W,M,D,310 -Alderman ,"District D, City of Kaplan ",701 Cushing Ave.,,Kaplan,LA,70548,337-643-8602,VERMILION,Kevin G. Guidry,401 Trahan Ave.,,Kaplan,LA,70548-3929,337-643-1806,W,M,D,310,06/30/2010,07/01/2006,Mr. Guidry -Alderman ,"District D, City of Kaplan ",701 Cushing Ave.,,Kaplan,LA,70548,337-643-8602,VERMILION,"Kevin G. Guidry, ",401 N. Trahan Ave.,,Kaplan,LA,70548-3929,337-643-1806,W,M,D,310 -Alderman ,Town of Erath ,115 W. Edwards,,Erath,LA,70533,337-937-8401,VERMILION,"Carl ""Co Co"" Broussard",706 E. Bourque St.,,Erath,LA,70533-4206,337-937-5250,W,M,D,310,12/31/2010,01/01/2007,Mr. Broussard -Alderman ,Town of Erath ,115 W. Edwards,,Erath,LA,70533,337-937-8401,VERMILION,"""Billy"" Cormier",502 N. Patrick Toole St.,,Erath,LA,70533-3739,337-937-5214,W,M,D,310,12/31/2010,01/01/2007,Mr. Cormier -Alderman ,Town of Erath ,115 W. Edwards,,Erath,LA,70533,337-937-8401,VERMILION,"Robert ""T-Bob"" Domingues",739 N. Severin St.,,Erath,LA,70533-3015,337-937-5733,,,D,310,12/31/2010,01/01/2007,Mr. Domingues -Alderman ,Town of Erath ,115 W. Edwards,,Erath,LA,70533,337-937-8401,VERMILION,John Earl LeBlanc,308 S. Severin St.,,Erath,LA,70533-4138,337-937-5568,W,M,D,310,12/31/2010,01/01/2007,Mr. LeBlance -Alderman ,Town of Erath ,115 W. Edwards,,Erath,LA,70533,337-937-8401,VERMILION,Donald Menard,208 N. Kibbe St.,,Erath,LA,70533,337-937-5113,,,D,310,12/31/2010,01/01/2007,Mr. Menard -Alderman ,Town of Gueydan ,600 Main St.,,Gueydan,LA,70542,337-536-9415,VERMILION,David Dupuis,401 Wilkinson St.,,Gueydan,LA,70542,337-536-7197,W,M,D,310,12/31/2010,01/01/2007,Mr. Dupuis -Alderman ,Town of Gueydan ,600 Main St.,,Gueydan,LA,70542,337-536-9415,VERMILION,Claudette Simon Price,P.O. Box 377,,Gueydan,LA,70542,337-536-6305,W,F,D,310,12/31/2010,10/30/2007,Ms. Price -Alderman ,Town of Gueydan ,600 Main St.,,Gueydan,LA,70542,337-536-9415,VERMILION,Jude D. Reese,510 Ninth St.,,Gueydan,LA,70542-3714,337-536-7201,,,R,310,12/31/2010,01/01/2007,Mr. Reese -Alderman ,Town of Gueydan ,600 Main St.,,Gueydan,LA,70542,337-536-9415,VERMILION,Gale Smith,P.O. Box 369,,Gueydan,LA,70542-3817,337-536-9523,W,F,D,310,12/31/2010,01/01/2007,Ms. Smith -Alderman ,Town of Gueydan ,600 Main St.,,Gueydan,LA,70542,337-536-9415,VERMILION,Scott Vallo,308 4th St.,,Gueydan,LA,70542-4004,337-536-5253,W,M,D,310,12/31/2010,10/14/2008,Mr. Vallo -Alderman ,Village of Maurice ,P. O. Box 128,,Maurice,LA,70555,337-893-6406,VERMILION,Troy Catalon,218 E. Vincent St.,,Maurice,LA,70555,337-278-0361,,,R,310,12/31/2010,01/01/2007,Mr. Catalon -Alderman ,Village of Maurice ,P. O. Box 128,,Maurice,LA,70555,337-893-6406,VERMILION,Darin Desormeaux,231 E. Etienne Rd.,,Maurice,LA,70555-4345,337-898-9799,W,M,D,310,12/31/2010,01/01/2007,Mr. Desormeaux -Alderman ,Village of Maurice ,P. O. Box 128,,Maurice,LA,70555,337-893-6406,VERMILION,Gary J. Villien,345 Andre Ave.,,Maurice,LA,70555,337-898-9404,W,M,D,310,12/31/2010,01/01/2007,Mr. Villien -Alderman at Large ,City of Kaplan ,,,,LA,,,VERMILION,Kirk Champagne,108 Vermilion St.,,Kaplan,LA,70548,337-643-1069,W,M,D,310,06/30/2010,07/01/2006,Mr. Champagne -Councilman ,"District A, City of Abbeville ",101 N. State St.,,Abbeville,LA,70510,337-893-8550,VERMILION,Louis Joe Hardy,124 Alan Ln.,,Abbeville,LA,70510,337-893-3336,W,M,D,310,06/30/2010,07/01/2006,Mr. Hardy -Councilman ,"District B, City of Abbeville ",101 N. State St.,,Abbeville,LA,70510,337-893-8550,VERMILION,"Francis Touchet, Jr.",2328 Helen St.,,Abbeville,LA,70510,337-893-5270,W,M,D,310,06/30/2010,07/01/2006,Mr. Touchet -Councilman ,"District C, City of Abbeville ",101 N. State St.,,Abbeville,LA,70510,337-893-8550,VERMILION,Carbett Duhon,1507 S. Jefferson St.,,Abbeville,LA,70510,337-893-1967,W,M,D,310,06/30/2010,07/01/2006,Mr. Duhon -Councilman ,"District C, City of Abbeville ",101 N. State St.,,Abbeville,LA,70510,337-893-8550,VERMILION,"Carbett Duhon, ",1507 S. Jefferson St.,,Abbeville,LA,70510-7424,337-893-1967,W,M,D,310 -Councilman ,"District D, City of Abbeville ",101 N. State St.,,Abbeville,LA,70510,337-893-8550,VERMILION,Wayne Landry,508 Kibbie St.,,Abbeville,LA,70510,337-898-0797,B,M,,310,06/30/2010,10/14/2008,Mr. Landry -Councilman ,"District D, City of Abbeville ",101 N. State St.,,Abbeville,LA,70510,337-893-8550,VERMILION,"Wayne Landry, ",805 Kibbe St.,,Abbeville,LA,70510-6933,337-898-0790,B,M,D,310 -DPEC Member ,at Large ,,,,LA,,,VERNON,Alton Bailey,147 Powell Dr.,,Leesville,LA,71446,337-238-2936,B,M,D,054,02/20/2012,02/20/2008,Mr. Bailey -DPEC Member ,District 1 ,,,,LA,,,VERNON,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,VERNON,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,VERNON,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,VERNON,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,VERNON,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,VERNON,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,VERNON,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,VERNON,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,VERNON,Aarlene Campion,2056 Columbus Cir,,Leesville,LA,71446,337-397-0998,W,F,D,056,02/20/2012,02/20/2008,Ms. Campion -DPEC Member ,District 10 ,,,,LA,,,VERNON,,,,,,,,,,,056 -DPEC Member ,District 11 ,,,,LA,,,VERNON,,,,,,,,,,,056 -DPEC Member ,District 12 ,,,,LA,,,VERNON,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,VERNON,Sharon Wilhelm,100 Walker St.,,Leesville,LA,71446,337-238-4452,W,F,R,064,02/20/2012,02/20/2008,Ms. Wilhelm -RPEC Member ,at Large ,,,,LA,,,VERNON,Sheri Wilhelm,100 Walker St.,,Leesville,LA,71446,337-238-4452,W,F,R,064,02/20/2012,02/20/2008,Ms. Wilhelm -RPEC Member ,District 1 ,,,,LA,,,VERNON,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,VERNON,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,VERNON,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,VERNON,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,VERNON,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,VERNON,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,VERNON,,,,,,,,,,,066 -RPEC Member ,District 8 ,,,,LA,,,VERNON,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,VERNON,,,,,,,,,,,066 -RPEC Member ,District 10 ,,,,LA,,,VERNON,,,,,,,,,,,066 -RPEC Member ,District 11 ,,,,LA,,,VERNON,,,,,,,,,,,066 -RPEC Member ,District 12 ,,,,LA,,,VERNON,,,,,,,,,,,066 -Sheriff ,,P. O. Box 649,,Leesville,LA,71496,318-238-1311,VERNON,"Sam Craft, ",P.O. Box 649,,Leesville,LA,71496,337-238-4979,W,M,D,225,06/30/2012,07/01/2008,Sheriff Craft -Clerk of Court ,,P. O. Box 40,,Leesville,LA,71496-0040 ,318-238-1384,VERNON,"Willie Deon, Jr.",P.O. Box 40,,Leesville,LA,71496-0040 ,337-238-1399,W,M,D,230,06/30/2012,07/01/2008,Mr. Deon -Assessor ,,P.O. Box 1535,,Leesville,LA,71466,337-239-2167,VERNON,James A. Johnson,3564 Hwy. 399,,,LA,70656,318-358-5346,W,M,D,235,12/31/2012,01/01/2009,Mr. Johnson -Coroner ,,P.O. Box 337,,Leesville,LA,71496,337-392-0422,VERNON,Shawn P. Granger,379 Peavy Road,,Leesville,LA,71446,337-392-2330,W,M,R,240,03/25/2012,03/24/2008,Mr. Granger -Police Juror ,District 1 ,P. O. Box 1548,,Leesville,LA,,337-238-0324,VERNON,James B. Tuck,488 Cryer Rd.,,Leesville,LA,71446,337-392-8527,W,M,R,245,01/08/2012,01/14/2008,Mr. Tuck -Police Juror ,District 2 ,P. O. Box 1548,,Leesville,LA,71446,337-238-0324,VERNON,"""Pete"" Dowden",248 Dowden Loop,,Anacoco,LA,71403,337-238-9407,W,M,D,245,01/08/2012,01/14/2008,Mr. Dowden -Police Juror ,District 3 ,P. O. Box 1548,,Leesville,LA,71446,337-238-0324,VERNON,Tommy McMahon,P.O. Box 124,,Evans,LA,70639,337-286-5965,W,M,D,245,01/08/2012,01/14/2008,Mr. McMahon -Police Juror ,District 4 ,P. O. Box 1548,,Leesville,LA,71446,337-238-0324,VERNON,Jackie Grimes,137 Moore Rd.,,Leesville,LA,71446,337-238-5736,W,M,D,245,01/08/2012,01/14/2008,Mr. Grimes -Police Juror ,District 5 ,P. O. Box 1548,,Leesville,LA,71446,337-238-0324,VERNON,"Reginald ""Reggie"" Johnson",388 Boundary Rd.,,Pitkin,LA,70656,337-224-5783,W,M,D,245,01/08/2012,01/14/2008,Mr. Johnson -Police Juror ,District 6 ,P. O. Box 1548,,Leesville,LA,71446,337-238-0324,VERNON,Jerry Blair,268 Candi Ln.,,Leesville,LA,71446,337-383-1070,W,M,D,245,01/08/2012,01/14/2008,Mr. Blair -Police Juror ,District 7 ,P. O. Box 1548,,Leesville,LA,71446,337-238-0324,VERNON,Leonard Johnson,226 L Johnson Rd.,,Pitkin,LA,70656,337-328-7356,W,M,D,245,01/08/2012,01/14/2008,Mr. Johnson -Police Juror ,District 8 ,P. O. Box 1548,,Leesville,LA,71446,337-238-0324,VERNON,Melvin Haymon,171 B & G Loop,,Leesville,LA,71446,337-238-0621,W,M,D,245,01/08/2012,01/14/2008,Mr. Haymon -Police Juror ,District 9 ,P. O. Box 1548,,Leesville,LA,71446,337-238-0324,VERNON,"Sam B. Fulton, Jr.",P.O. Box 2565,,Leesville,LA,,337-238-9412,W,M,D,245,01/08/2012,01/14/2008,Mr. Fulton -Police Juror ,District 10 ,P. O. Box 1548,,Leesville,LA,71446,337-238-0324,VERNON,Curtis Clay,P.O. Box 805,,Leesville,LA,71496,337-239-7924,B,M,D,245,01/08/2012,01/14/2008,Mr. Clay -Police Juror ,District 11 ,P. O. Box 1548,,Leesville,LA,71446,337-238-0324,VERNON,"Joseph ""Bo"" Cryer",215 Stanley Rd.,,Leesville,LA,71446,337-238-4846,W,M,D,245,01/08/2012,01/14/2008,Mr. Cryer -Police Juror ,District 12 ,P. O. Box 1548,,Leesville,LA,71446,337-238-0324,VERNON,Kenny Haymon,247 Earl Haymon Rd.,,Leesville,LA,71446,337-239-2232,W,M,D,245,01/08/2012,01/14/2008,Mr. Haymon -City Judge ,"City Court, City of Leesville ",P. O. Box 1486,,Leesville,LA,71496-1486,318-238-1531,VERNON,"Elvin Fontenot, Jr.",803 Abe Allen Dr.,,Leesville,LA,71446,337-239-0062,W,M,D,250,12/31/2014,01/01/2009,Judge Fontenot -City Marshal ,"City Court, City of Leesville ",P.O. Box 1486,,Leesville,LA,71496-1486,,VERNON,Robert Pynes,251 Alexandria Hwy.,,Leesville,LA,71446,337-239-2481,W,M,D,250,12/31/2014,01/01/2009,Marshal Pynes -Member of School Board,District 1,201 Belview Rd.,,Leesville,LA,71446,337-239-1628,VERNON,Randi Schamerhorn Gleason,207 Werner Rd.,,Leesville,LA,71446,337-239-7465,W,F,R,255,12/31/2010,11/14/2008,Ms. Gleason -Member of School Board,District 1,201 Belview Rd.,,Leesville,LA,71446,337-239-1628,VERNON,Mel Harris,263 Stacy,,Leesville,LA,71446,337-238-9714,W,M,R,255,12/31/2010,01/01/2007,Mr. Harris -Member of School Board,District 1,201 Belview Rd.,,Leesville,LA,71446,337-239-1628,VERNON,"Robert Pynes, Jr.",1614 W. Hawthorne Rd.,,Leesville,LA,71446,337-238-1236,W,M,D,255,12/31/2010,01/01/2007,Mr. Pynes -Member of School Board,District 1,201 Belview Rd.,,Leesville,LA,71446,337-239-1628,VERNON,Mark H. Smith,298 Country Club Fairway,,Leesville,LA,71446,337-238-1636,W,M,D,255,12/31/2010,01/01/2007,Mr. Smith -Member of School Board,District 1,201 Belview Rd.,,Leesville,LA,71446,337-239-1628,VERNON,Steve Woods,121 St. Denis Lane,,Leesville,LA,71446,337-392-0212,W,M,R,255,12/31/2010,01/01/2007,Mr. Woods -Member of School Board ,District 2 ,201 Belview Rd.,,Leesville,LA,71446,337-239-1628,VERNON,Ricky Reese,384 Holly Estates Rd.,,Anacoco,LA,71403,337-238-5552,W,M,R,255,12/31/2010,01/01/2007,Mr. Reese -Member of School Board ,District 3 ,201 Belview Rd.,,Leesville,LA,71446,337-239-1628,VERNON,Beryl Ford,1461 Ford's Dairy Rd.,,New Llano,LA,71461,337-238-0103,W,F,D,255,12/31/2010,01/01/2007,Ms. Ford -Member of School Board ,District 4 ,201 Belview Rd.,,Leesville,LA,71446,337-239-1628,VERNON,"W.R. ""Randy"" Martin",12521 Lake Charles Hwy,,Leesville,LA,71446,337-537-1032,W,M,D,255,12/31/2010,01/01/2007,Mr. Martin -Member of School Board ,District 5 ,201 Belview Rd.,,Leesville,LA,71446,337-239-1628,VERNON,Michael Perkins,232 M Perkins Rd.,,Pitkin,LA,70656,318-358-3253,W,M,O,255,12/31/2010,01/01/2007,Mr. Perkins -Member of School Board ,District 6 ,201 Belview Rd.,,Leesville,LA,71446,337-239-1628,VERNON,"Vernon Travis, Jr.",1323 Pine Rd.,,Leesville,LA,71446,337-392-8802,B,M,D,255,12/31/2010,01/01/2007,Mr. Travis -Member of School Board ,District 7 ,201 Belview Rd.,,Leesville,LA,71446,337-239-1628,VERNON,Gaye W. McKee,P.O. Box 556,,Rosepine,LA,70659,337-463-9243,W,F,D,255,12/31/2010,01/01/2007,Mr. McKee -Member of School Board ,District 8 ,201 Belview Rd.,,Leesville,LA,71446,337-239-1628,VERNON,"Kay Wilbanks, ",201 Belview Rd,,Leesville,LA,71446,,,,,255,,02/04/2010,Ms. Wilbanks -Justice of the Peace ,Justice of the Peace Ward 2 ,196 Holly Grove Rd.,,Anacoco,LA,71403,337-239-9175,VERNON,Rodney Haymon,196 Holly Grove Rd.,,Anacoco,LA,71403,337-239-9175,W,M,D,265,12/31/2014,01/01/2009,Mr. Haymon -Justice of the Peace ,Justice of the Peace Ward 3 ,P.O. Box 101,,Evans,LA,70639,337-286-5907,VERNON,John Bonner,P.O. Box 101,,Evans,LA,70639,337-286-5907,W,M,,265,12/31/2014,01/01/2009,Mr. Bonner -Justice of the Peace ,Justice of the Peace Ward 4 ,207 Ray Cook Rd.,,Leesville,LA,71446,337-537-1967,VERNON,Arlene J. Cook,207 Ray Cook Rd.,,Leesville,LA,71446,337-537-1967,W,F,,265,12/31/2014,01/01/2009,Ms. Cook -Justice of the Peace ,Justice of the Peace Ward 5 ,P.O. Box 54,,Pitkin,LA,70656,318-358-3562,VERNON,Ellis Yeley,132 P. Lacaze Rd.,,Pitkin,LA,70656,318-358-5351,W,M,,265,12/31/2014,01/01/2009,Mr. Yeley -Justice of the Peace ,Justice of the Peace Ward 6 ,P.O. Box 176,,Simpson,LA,71474,337-383-7957,VERNON,Bobby Hillman,3527 Hwy. 465,,Leesville,LA,71446,337-383-6177,W,M,O,265,12/31/2014,01/01/2009,Mr. Hillman -Justice of the Peace ,Justice of the Peace Ward 7 ,226 L. Johnson Rd.,,Pitkin,LA,70656,337-328-7356,VERNON,"Lavell ""Pete"" Johnson",4935 Churchman Rd.,,Pitkin,LA,70656,337-328-7948,W,M,D,265,12/31/2014,01/01/2009,Mr. Johnson -Justice of the Peace ,Justice of the Peace Ward 8 ,189 Boswell Rd.,,Leesville,LA,71446,337-659-3157,VERNON,Ruby Oleta Boswell,189 Boswell Rd.,,Leander,LA,71438,318-659-3157,W,F,D,265,12/31/2014,01/01/2009,Ms. Boswell -Constable ,Justice of the Peace Ward 2 ,P.O. Box 561,,Anacoco,LA,71403,337-239-9452,VERNON,Roger Smart,P.O. Box 561,,Anacoco,LA,71403,337-239-9452,O,M,D,267,12/31/2014,01/01/2009,Mr. Smart -Constable ,Justice of the Peace Ward 3 ,P.O. Box 148,,Evans,LA,70639,337-286-5237,VERNON,Bobby Minion,P.O. Box 146,,Evans,LA,70639,337-286-5237,W,M,,267,12/31/2014,01/01/2009,Mr. Minion -Constable ,Justice of the Peace Ward 4 ,P.O. Box 887,,New Llano,LA,71461,337-537-0532,VERNON,Dan Atchison,318 Blackmon Rd.,,Leesville,LA,71446,337-392-0748,W,M,R,267,12/31/2014,01/01/2009,Mr. Atchinson -Constable ,Justice of the Peace Ward 5 ,1052 Hwy. 113,,Pitkin,LA,70656,318-634-7685,VERNON,Robert M. Lacaze,6963 Hwy. 463,,Pitkin,LA,70656,318-358-5269,W,M,D,267,12/31/2014,01/01/2009,Mr. Lacaze -Constable ,Justice of the Peace Ward 6 ,P.O. Box 63,,Simpson,LA,71474,337-383-7758,VERNON,"Thomas ""Tommy"" Jackson",P.O. Box 476,,Simpson,LA,71474,337-383-7384,W,M,R,267,12/31/2014,01/01/2009,Mr. Jackson -Constable ,Justice of the Peace Ward 7 ,131 Lavelle Johnson Rd.,,Pitkin,LA,70656,318-328-8435,VERNON,Lealon Johnson,131 Lavelle Johnson Rd.,,Pitkin,LA,70656,337-328-8436,W,M,D,267,12/31/2014,01/01/2009,Mr. Johnson -Constable ,Justice of the Peace Ward 8 ,176 Ronnie Hagan Rd.,,Leesville,LA,71446,337-239-2354,VERNON,"R. G. ""Ronnie"" Hagan",176 Ronnie Hagan Rd.,,Leesville,LA,71446,337-239-2354,W,M,D,267,12/31/2014,01/01/2009,Mr. Hagan -Mayor ,City of Leesville ,P. O. Drawer 350,,Leesville,LA,,337-239-2444,VERNON,Betty Westerchil,101 W. Lee St.,,Leesville,LA,71446,337-239-2444,W,F,D,300,06/30/2010,07/01/2006,Mayor Westerchil -Mayor ,Town of Hornbeck ,P. O. Box 129,,Hornbeck,LA,,318-565-4659,VERNON,Clarence Beebe,P.O. Box 292,,Hornbeck,LA,71439,318-565-4379,W,M,,300,12/31/2010,01/01/2007,Mr. Beebe -Mayor ,Town of New Llano ,109 Stanton St.,,New Llano,LA,,337-239-3670,VERNON,Freddie Boswell,105 Burnley St.,,New Llano,LA,71461,337-239-2952,W,M,D,300,06/30/2010,07/01/2006,Mayor Boswell -Mayor ,Town of Rosepine ,P. O. Box 528,,Rosepine,LA,,337-463-8908,VERNON,Bruce Ward,P.O. Box 989,,Rosepine,LA,70659,337-463-8371,W,M,R,300,12/31/2010,01/01/2007,Mayor Ward -Mayor ,Village of Anacoco ,P. O. Box 280,,Anacoco,LA,,337-239-0215,VERNON,Leroy Cooley,P.O. Box 528,,Anacoco,LA,71403,337-239-0215,W,M,R,300,12/31/2012,01/01/2009,Mr. Cooley -Mayor ,Village of Simpson ,P. O. Box 278,,Simpson,LA,,337-383-7731,VERNON,Roger Bennett,P.O. Box 43,,Simpson,LA,71474,337-383-7407,W,M,R,300,12/31/2012,01/01/2009,Mr. Bennett -Chief of Police ,Town of Hornbeck ,P. O. Box 129,,Hornbeck,LA,71439,318-565-4659,VERNON,Stieve E. Holley,1272 Trimble St.,,Hornbeck,LA,71439,318-565-4659,W,M,D,305,12/31/2010,01/01/2007,Mr. Holley -Chief of Police ,Town of New Llano ,P. O. Box 306,,New Llano,LA,71461,337-239-3670,VERNON,Danny Hunt,503 Magnolia St.,,New Llano,LA,71461,337-392-6045,W,M,D,305,06/30/2010,07/01/2006,Chief Hunt -Chief of Police ,Town of Rosepine ,P. O. Box 528,,Rosepine,LA,70634,337-463-8908,VERNON,James Dennis Parrott,P.O. Box 529,,Rosepine,LA,70659,337-463-8249,W,M,D,305,12/31/2010,01/01/2007,Chief Parrott -Chief of Police ,Village of Anacoco ,P. O. Box 280,,Anacoco,LA,71403,337-239-0215,VERNON,Randall Bryan,P.O. Box 528,,Anacoco,LA,71403,337-239-0215,W,M,,305,12/31/2012,01/01/2009,Chief Bryan -Chief of Police ,Village of Simpson ,P.O. Box 278,,Simpson,LA,71474,337-383-7731,VERNON,"Houston ""Tully"" Burns, Jr.",P. O. Box 213,,Simpson,LA,71474,337-383-7698,W,M,,305,12/31/2012,01/01/2009,Chief Burns -Councilman at Large ,City of Leesville ,P.O. Drawer 350,,Leesville,LA,71446,337-239-2444,VERNON,"Alice Guess, ",1005 W. Union St.,,Leesville,LA,71446-3228,337-238-0252,B,F,D,308 -Councilman at Large ,City of Leesville ,P.O. Drawer 350,,Leesville,LA,71446,337-239-2444,VERNON,Alice Upshaw Guess,1005 West Union St.,,Leesville,LA,71446,337-238-0252,B,F,D,308,06/30/2010,07/01/2006,Ms. Guess -Councilman at Large ,City of Leesville ,P.O. Drawer 350,,Leesville,LA,71446,337-239-2444,VERNON,"""Joe"" McKee, ",1307 Ronald Dr.,,Leesville,LA,71446,337-238-9533,W,M,D,308 -Councilman at Large ,City of Leesville ,P.O. Drawer 350,,Leesville,LA,71446,337-239-2444,VERNON,Joe McKee,P.O. Box 202,,Leesville,LA,71496,337-238-9533,W,M,D,308,06/30/2010,07/01/2006,Mr. McKee -Alderman ,Town of Hornbeck ,P. O. Box 129,,Hornbeck,LA,71439,318-927-3555,VERNON,Doyle Carpenter,P.O. Box 81,,Hornbeck,LA,71439,318-565-4597,W,M,D,310,12/31/2010,01/01/2007,Mr. Carpenter -Alderman ,Town of Hornbeck ,P. O. Box 129,,Hornbeck,LA,71439,318-927-3555,VERNON,Jose S. Chavez,P.O. Box 167,,Hornbeck,LA,71439,318-565-4374,O,M,R,310,12/31/2010,01/01/2007,Mr. Chavez -Alderman ,Town of Hornbeck ,P. O. Box 129,,Hornbeck,LA,71439,318-927-3555,VERNON,"""Greg"" Lantier",189 Reeks Lane Lot #1,,Hornbeck,LA,71439,318-565-8497,W,M,,310,12/31/2010,01/01/2007,Mr. Lantier -Alderman ,Town of Hornbeck ,P. O. Box 129,,Hornbeck,LA,71439,318-927-3555,VERNON,Lawrence Trotti,P.O. Box 275,,Hornbeck,LA,71439,318-565-0010,W,M,D,310,12/31/2010,01/01/2007,Mr. Trottie -Alderman ,Town of Hornbeck ,P. O. Box 129,,Hornbeck,LA,71439,318-927-3555,VERNON,Terri Whiddon,P.O. Box 156,,Hornbeck,LA,71439,318-565-4924,W,F,D,310,12/31/2010,01/01/2007,Ms. Whiddon -Alderman ,Town of Rosepine ,P. O. Box 528,,Rosepine,LA,70634,337-463-8908,VERNON,"James ""Jimmy"" Cryer",7339 Main St.,,DeRidder,LA,70634,337-463-8778,W,M,D,310,12/31/2010,01/01/2007,Mr. Cryer -Alderman ,Town of Rosepine ,P. O. Box 528,,Rosepine,LA,70634,337-463-8908,VERNON,Damon Johnson,P.O. Box 982,,Rosepine,LA,70659,337-463-2406,W,M,R,310,12/31/2010,01/01/2007,Mr. Johnson -Alderman ,Town of Rosepine ,P. O. Box 528,,Rosepine,LA,70634,337-463-8908,VERNON,Daniel Martinez,P.O. Box 87,,Rosepine,LA,70659,337-462-2119,O,M,D,310,12/31/2010,01/01/2007,Mr. Martinez -Alderman ,Town of Rosepine ,P. O. Box 528,,Rosepine,LA,70634,337-463-8908,VERNON,Billy N. Owens,P. O. Box 1138,,Rosepine,LA,70659,337-463-7636,W,M,R,310,12/31/2010,10/27/2009,Mr. Owens -Alderman ,Town of Rosepine ,P. O. Box 528,,Rosepine,LA,70634,337-463-8908,VERNON,Jeffery Solinsky,8759 Main St.,,Deridder,LA,70634,337-462-0326,W,M,R,310,12/31/2010,01/01/2007,Mr. Solinsky -Alderman ,Village of Simpson ,P.O. Box 278,,Simpson,LA,71474,337-383-7731,VERNON,"Carol ""Ma Carol"" Adams",6949 Hwy 8,,Leesville,LA,71446,337-383-6065,W,F,R,310,12/31/2012,01/22/2009,Ms. Adams -Alderman ,Village of Simpson ,P.O. Box 278,,Simpson,LA,71474,337-383-7731,VERNON,Gerald Cooley,P.O. Box 235,,Simpson,LA,71474,337-383-7702,W,M,R,310,12/31/2012,01/01/2009,Mr. Cooley -Alderman ,Village of Simpson ,P.O. Box 278,,Simpson,LA,71474,337-383-7731,VERNON,Neva Knight,P.O. Box 81,,Simpson,LA,71474,337-383-6330,W,F,,310,12/31/2012,01/01/2009,Ms. Knight -Council Member ,Village of Anacoco ,P. O. Box 280,,Anacoco,LA,71403,337-239-0215,VERNON,Howard Keith Lewing,P. O. Box 16,,Anacoco,LA,71403,337-238-3631,W,M,D,310,12/31/2012,01/01/2009,Mr. Lewing -Council Member ,Village of Anacoco ,P. O. Box 280,,Anacoco,LA,71403,337-239-0215,VERNON,Archie Martin,P. O. Box 513,,Anacoco,LA,71403,337-238-0418,W,M,D,310,12/31/2012,01/01/2009,Mr. Martin -Council Member ,Village of Anacoco ,P. O. Box 280,,Anacoco,LA,71403,337-239-0215,VERNON,LaVerne Miers,P. O. Box 535,,Anacoco,LA,71403,337-239-7128,W,F,R,310,12/31/2012,01/01/2009,Ms. Miers -Councilman ,"District 1, City of Leesville ",P. O. Drawer 350,,Leesville,LA,71446,337-239-2444,VERNON,"""Pat"" Martinez, ",501 N. First St.,,Leesville,LA,71446-3503,337-238-5508,W,F,D,310 -Councilman ,"District 1, City of Leesville ",P. O. Drawer 350,,Leesville,LA,71446,337-239-2444,VERNON,Pat Martinez,501 N. First St.,,Leesville,LA,71446,337-238-5508,W,F,D,310,06/30/2010,07/01/2006,Ms. Martinez -Councilman ,"District 2, City of Leesville ",P. O. Drawer 350,,Leesville,LA,71446,337-239-2444,VERNON,Steve Kennedy,1205 West St.,,Leesville,LA,71446,337-238-1319,B,M,D,310,06/30/2010,07/01/2006,Mr. Kennedy -Councilman ,"District 3, City of Leesville ",P. O. Drawer 350,,Leesville,LA,71446,337-239-2444,VERNON,"""Danny"" Dowd",906 Pinckney Ave.,,Leesville,LA,71446,337-238-0904,W,M,R,310,06/30/2010,07/01/2006,Mr. Dowd -Councilman ,"District 4, City of Leesville ",P. O. Drawer 350,,Leesville,LA,71446,337-239-2444,VERNON,"William M. ""Mike"" Elliott",P.O. Box 1287,,Leesville,LA,71496,337-239-2535,W,M,R,310,06/30/2010,07/01/2006,Mr. Elliott -Councilman ,"District 4, City of Leesville ",P. O. Drawer 350,,Leesville,LA,71446,337-239-2444,VERNON,"William ""Mike"" Elliott, ",2006 Allison St.,,Leesville,LA,71446-5104,337-239-2535,W,M,R,310 -Councilman ,Town of New Llano ,P. O. Box 306,,New Llano,LA,71461,337-239-3670,VERNON,"""Charlie"" Balthrop",104 Franklin St.,,New Llano,LA,71461,337-238-1216,W,M,D,310,06/30/2010,07/01/2006,Mr. Balthrop -Councilman ,Town of New Llano ,P. O. Box 306,,New Llano,LA,71461,337-239-3670,VERNON,Charlotte McHenry Cooper,414 Vernon St.,,New Llano,LA,71461,337-238-5347,B,F,D,310,06/30/2010,07/01/2006,Ms. Cooper -Councilman ,Town of New Llano ,P. O. Box 306,,New Llano,LA,71461,337-239-3670,VERNON,Terry Speicher,505 Magnolia St.,,New Llano,LA,71461,337-392-6334,W,M,R,310,06/30/2010,07/01/2006,Mr. Speicher -Councilman ,Town of New Llano ,P. O. Box 306,,New Llano,LA,71461,337-239-3670,VERNON,Carolyn H. Todd,129 Raymond Dr.,,New Llano,LA,71461,337-238-4477,B,F,D,310,06/30/2010,07/01/2006,Ms. Todd -Councilman ,Town of New Llano ,P. O. Box 306,,New Llano,LA,71461,337-239-3670,VERNON,Erwin Wilson,100 Bullock Dr.,,New Llano,LA,71461,337-238-4340,B,M,D,310,06/30/2010,07/01/2006,Mr. Wilson -DPEC Member ,at Large ,,,,LA,,,WASHINGTON,Dianne C. Applewhite,350 Mart Stewart Rd.,,Bogalusa,LA,70427,985-732-3750,W,F,D,054,02/20/2012,02/20/2008,Ms. Applewhite -DPEC Member ,at Large ,,,,LA,,,WASHINGTON,Stephen Genco,1336 Founders Dr.,,Bogalusa,LA,70427,985-735-8452,W,M,D,054,02/20/2012,02/20/2008,Mr. Genco -DPEC Member ,at Large ,,,,LA,,,WASHINGTON,Kelvin D. May,65321 Jones Creek Rd.,,Angie,LA,70426,985-732-2389,B,M,D,054,02/20/2012,02/20/2008,Mr. May -DPEC Member ,at Large ,,,,LA,,,WASHINGTON,"""Brad"" Orman",1049 Main St.,,Franklinton,LA,70438,985-839-2788,W,M,D,054,02/20/2012,02/20/2008,Mr. Orman -DPEC Member ,at Large ,,,,LA,,,WASHINGTON,Patsy Ritchie,25255 Hwy. 62,,Franklinton,LA,70438,985-848-5558,W,F,D,054,02/20/2012,02/20/2008,Ms. Ritchie -DPEC Member ,District 1 ,,,,LA,,,WASHINGTON,Melvin Keith,172 White Williams Rd.,,Bogalusa,LA,70427,985-735-8875,B,M,D,056,02/20/2012,02/20/2008,Mr. Keith -DPEC Member ,District 2 ,,,,LA,,,WASHINGTON,Charles E. Mizell,P.O. Box 433,,Bogalusa,LA,70429,985-735-7918,W,M,D,056,02/20/2012,02/20/2008,Mr. Mizell -DPEC Member ,District 3 ,,,,LA,,,WASHINGTON,Sally Rosenblum,1330 Charwood Dr.,,Bogalusa,LA,70427,985-732-2654,W,F,D,056,02/20/2012,02/20/2008,Ms. Rosenblum -DPEC Member ,District 4 ,,,,LA,,,WASHINGTON,Marilyn Bailey Crews,303 Carolina Ave.,,Bogalusa,LA,70427,985-732-2231,B,F,D,056,02/20/2012,02/20/2008,Ms. Crews -DPEC Member ,District 5 ,,,,LA,,,WASHINGTON,Maxie C. Gerald,28197 Ed Gerald Rd.,,Franklinton,LA,70438,985-848-5305,W,F,D,056,02/20/2012,02/20/2008,Ms. Gerald -DPEC Member ,District 6 ,,,,LA,,,WASHINGTON,Desmond Deshon Smith,47137 George Jenkins Rd.,,Franklinton,LA,70438,985-839-6977,B,M,D,056,02/20/2012,02/20/2008,Mr. Smith -DPEC Member ,District 7 ,,,,LA,,,WASHINGTON,"""Beryl"" Schilling",P.O. Box 3,,Mt. Hermon,LA,70450,985-877-5750,W,M,D,056,02/20/2012,02/20/2008,Mr. Schilling -RPEC Member ,at Large ,,,,LA,,,WASHINGTON,Georgine Holcombe,1130 Florida Ave.,,Bogalusa,LA,70427,985-732-9921,W,F,R,064,02/20/2012,02/20/2008,Ms. Holocombe -RPEC Member ,District 1 ,,,,LA,,,WASHINGTON,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,WASHINGTON,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,WASHINGTON,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,WASHINGTON,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,WASHINGTON,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,WASHINGTON,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,WASHINGTON,,,,,,,,,,,066 -Sheriff ,,P. O. Box 668,,Franklinton,LA,70438,985-839-4468,WASHINGTON,"Robert J. ""Bobby"" Crowe",P.O. Box 668,,Franklinton,LA,70438,985-735-0507,W,M,D,225,06/30/2012,07/01/2008,Sheriff Crowe -Clerk of Court ,,P. O. Box 607,,Franklinton,LA,70438,985-839-7821,WASHINGTON,Johnny D. Crain,P.O. Box 607,,Franklinton,LA,70438,985-732-7275,W,M,D,230,06/30/2012,07/01/2008,Mr. Crain -Assessor ,,908 Washington St.,,Franklin,LA,70438,985-839-7815,WASHINGTON,"""Randy Country"" Seal",25369 Military Rd.,,Varnado,LA,70426,985-735-6807,W,M,D,235,12/31/2012,01/01/2009,Mr. Seal -Coroner ,,P.O. Box 220,,Bogulusa,LA,70429,985-735-8382,WASHINGTON,"""Roger"" Casama",P.O. Box 220,,Bogaluza,LA,70429-0220 ,985-732-1564,O,M,D,240,03/25/2012,03/24/2008,Mr. Casama -Parish President ,,909 Pearl St.,,Franklinton,LA,70438,985-839-7825,WASHINGTON,Richard Ned Thomas,52061 John Forbes Rd.,,Franklinton,LA,70438,985-848-5918,W,M,D,243,01/09/2012,01/14/2008,Mr. Thomas -Council Member,District 1,909 Pearl St.,,Franklinton,LA,70438,985-839-7825,WASHINGTON,"""Ken"" Wheat",1602 Meadowlea St.,,Bogalusa,LA,70427,985-516-5076,W,M,D,245,01/09/2012,01/14/2008,Mr. Wheat -Council Member ,District 2 ,909 Pearl St.,,Franklinton,LA,70438,985-839-7825,WASHINGTON,"Michael ""Mike"" Fussell",16444 Hwy 16,,Franklinton,LA,70438,985-839-9669,W,M,D,245,01/09/2012,01/14/2008,Mr. Fussell -Council Member ,District 3 ,909 Pearl St.,,Franklinton,LA,70438,985-839-7825,WASHINGTON,"""Chuck"" Nassauer",1305 Founders Dr.,,Bogalusa,LA,70427,985-735-0620,W,M,D,245,01/09/2012,01/14/2008,Mr. Nassauer -Council Member ,District 4 ,909 Pearl St.,,Franklinton,LA,70438,985-839-7825,WASHINGTON,Andre Johnson,620 Greenburg St.,,Bogalusa,LA,70427,985-732-7242,B,M,D,245,01/09/2012,01/14/2008,Mr. Johnson -Council Member ,District 5 ,909 Pearl St.,,Franklinton,LA,70438,985-839-7825,WASHINGTON,"""Randy"" Thomas",28244 Luke Pace Rd.,,Angie,LA,70426,985-848-2911,W,M,R,245,01/09/2012,01/14/2008,Mr. Thomas -Council Member ,District 6 ,909 Pearl St.,,Franklinton,LA,70438,985-839-7825,WASHINGTON,"""Greg"" Route",1828 Desmare St.,,Franklinton,LA,70438,985-839-4754,B,M,D,245,01/09/2012,01/14/2008,Mr. Route -Council Member ,District 7 ,909 Pearl St.,,Franklinton,LA,70438,985-839-7825,WASHINGTON,Aubrey L. Posey,40643 Hwy. 1056,,Franklinton,LA,70438,985-839-4125,W,M,D,245,01/09/2012,01/14/2008,Mr. Posey -City Judge ,"City Court, City of Bogalusa ",P. O. Box 518,,Bogalusa,LA,70429-0518 ,985-732-6204,WASHINGTON,Robert J. Black,302 Louisiana Ave.,,Bogalusa,LA,70427,985-735-6800,W,M,R,250,12/31/2014,01/01/2009,Judge Black -City Marshal ,"City Court, City of Bogalusa ",P. O. Box 518,,Bogalusa,LA,70429-0518 ,985-732-6281,WASHINGTON,"""Wayne"" Adams",1633 Louis Ln.,,Bogalusa,LA,70427,985-735-8025,W,M,D,250,12/31/2014,01/01/2009,Marshal Adams -Member of School Board ,District 1 ,P. O. Box 587,,Franklinton,LA,70438,985-839-3436,WASHINGTON,"""Dan"" Slocum",P.O. Box 118,,Mt. Hermon,LA,70450,985-877-4291,W,M,D,255,12/31/2010,01/01/2007,Mr. Slocum -Member of School Board ,"District 1, City of Bogalusa ",P. O. Box 310,,Bogalusa,LA,70427,985-281-2100,WASHINGTON,Paul D. Kates,627 Montgomery St.,,Bogalusa,LA,70427,,B,M,D,255,12/31/2010,01/01/2007,Mr. Kates -Member of School Board ,District 2 ,P. O. Box 587,,Franklinton,LA,70438,985-839-3436,WASHINGTON,"Karl ""Buster"" Bickham, Jr.",19086 Hwy. 25,,Franklinton,LA,70438,985-839-2667,W,M,D,255,12/31/2010,01/01/2007,Mr. Bickham -Member of School Board ,"District 2, City of Bogalusa ",P. O. Box 310,,Bogalusa,LA,70427,985-281-2100,WASHINGTON,Eleanor Watson Duke,1318 Colorado St.,,Bogalusa,LA,70427,985-732-2366,W,F,R,255,12/31/2010,01/01/2007,Ms. Duke -Member of School Board ,District 3 ,P. O. Box 587,,Franklinton,LA,70438,985-839-3436,WASHINGTON,"Bruce L. Brown, Sr.",47270 Hwy. 438,,Franklinton,LA,70438,985-795-2766,B,M,D,255,12/31/2010,01/01/2007,Mr. Brown -Member of School Board ,"District 3, City of Bogalusa ",P. O. Box 310,,Bogalusa,LA,70427,985-281-2100,WASHINGTON,Raymond E. Mims,1714 St. Louis St.,,Bogalusa,LA,70427,985-735-5146,B,M,D,255,12/31/2010,01/01/2007,Mr. Mims -Member of School Board ,District 4 ,P. O. Box 587,,Franklinton,LA,70438,985-839-3436,WASHINGTON,John E. Breland,54188 Hwy. 62,,Franklinton,LA,70438,985-848-2211,W,M,D,255,12/31/2010,10/14/2008,Mr. Breland -Member of School Board ,"District 4, City of Bogalusa ",P. O. Box 310,,Bogalusa,LA,70427,985-281-2100,WASHINGTON,Adam Kemp,12683 Hwy 21 South,,Bogalusa,LA,70427,985-732-5707,W,M,R,255,12/31/2010,01/01/2007,Mr. Kemp -Member of School Board ,District 5 ,P. O. Box 587,,Franklinton,LA,70438,985-839-3436,WASHINGTON,Mary S. Adams,63064 Main Street,,Varnado,LA,70467,985-732-5404,W,F,O,255,12/31/2010,01/01/2007,Mr. Adams -Member of School Board ,"District 5, City of Bogalusa ",P. O. Box 310,,Bogalusa,LA,70427,985-281-2100,WASHINGTON,Robin Simmons,1100 West 14th Street,,Bogalusa,LA,70427,985-735-6300,W,F,R,255,12/31/2010,01/01/2007,Ms. Simmons -Member of School Board ,District 6 ,P. O. Box 587,,Franklinton,LA,70438,985-839-3436,WASHINGTON,Dewitt Perry,46202 B. R. Corkern Rd.,,Franklinton,LA,70438,985-839-9636,W,M,D,255,12/31/2010,01/01/2007,Mr. Perry -Member of School Board ,"District 6, City of Bogalusa ",P. O. Box 310,,Bogalusa,LA,70427,985-281-2100,WASHINGTON,Michael H. Applewhite,350 Mart Stewart Road,,Bogalusa,LA,70427,985-732-3750,W,M,O,255,12/31/2010,01/01/2007,Mr. Applewhite -Member of School Board ,District 7 ,P. O. Box 587,,Franklinton,LA,70438,985-839-3436,WASHINGTON,Lee Alan McCain,45505 Jenkins Rd. #2,,Franklinton,LA,70438,985-839-3019,W,M,D,255,12/31/2010,01/01/2007,Mr. McCain -Member of School Board ,"District 7, City of Bogalusa ",P.O. Box 310,,Bogalusa,LA,70427,985-281-2100,WASHINGTON,Brad Williams,59303 Hwy. 10,,Bogalusa,LA,70427,985-735-9818,W,M,,255,12/31/2010,01/01/2007,Mr. Williams -Member of School Board ,District 8 ,P.O. Box 587,,Franklinton,LA,70438,985-839-3436,WASHINGTON,Matthew Tate,P.O. Box 368,,Franklinton,LA,70438,985-839-2693,B,M,D,255,12/31/2010,01/01/2007,Mr. Tate -Member of School Board ,District 9 ,P.O. Box 587,,Franklinton,LA,70438,985-839-3436,WASHINGTON,Freddie H. Jefferson,P.O. Box,,Angie,LA,70426,985-986-2460,B,M,D,255,12/31/2010,01/01/2007,Mr. Jefferson -Justice of the Peace ,Justice of the Peace Ward 1 ,42535 Bethel Rd.,,Franklinton,LA,70438,985-839-2657,WASHINGTON,Darwin Sharp,17313 Kat Kaw Rd.,,Franklinton,LA,70438,985-839-4643,W,M,D,265,12/31/2014,01/01/2009,Mr. Sharp -Justice of the Peace ,Justice of the Peace Ward 2 ,29601 Holland Brock Rd.,,Mt.Hermon,LA,70450,985-877-5866,WASHINGTON,"""Larry"" Miller",29601 Holland Brock Rd.,,Mt. Hermon,LA,70450,985-877-5866,W,M,D,265,12/31/2014,01/01/2009,Mr. Miller -Justice of the Peace ,Justice of the Peace Ward 3 ,24512 Chinquapin Rd.,,Franklinton,LA,70438,985-839-6993,WASHINGTON,Billy W. Passman,24512 Chinquapin Rd.,,Franklinton,LA,70438,985-839-6993,W,M,D,265,12/31/2014,01/01/2009,Mr. Passman -Justice of the Peace ,Justice of the Peace Ward 5 ,23368 Old Columbia Rd.,,Angie,LA,70426,985-732-7004,WASHINGTON,"""Chris"" Lewis",23368 Old Columbia Rd.,,Angie,LA,70426,985-986-1000,W,M,R,265,12/31/2014,01/01/2009,Mr. Lewis -Justice of the Peace ,Justice of the Peace Ward 6 ,49798 Hwy 16.,,Franklinton,LA,70438,985-839-9728,WASHINGTON,Jackie Varnado,49798 Hwy. 16,,Franklinton,LA,70438,985-839-9728,W,M,D,265,12/31/2014,01/01/2009,Mr. Varnado -Justice of the Peace ,Justice of the Peace Ward 7 ,56137 Hwy 424.,,Franklinton,LA,70438,985-848-5575,WASHINGTON,"Bradford A. ""Brad"" Kemp, Sr.",56137 Hwy. 424,,Franklinton,LA,70438,985-848-5575,W,M,D,265,12/31/2014,01/01/2009,Mr. Kemp -Justice of the Peace ,Justice of the Peace Ward 8 ,28448 Hwy. 430,,Franklinton,LA,70438,985-839-5852,WASHINGTON,Jack Whaley,28448 Hwy. 430,,Franklinton,LA,70438,985-839-5852,W,M,D,265,12/31/2014,01/01/2009,Mr. Whaley -Justice of the Peace ,Justice of the Peace Ward 9 ,36279 Wilfred Bond Rd.,,Franklinton,LA,70438,985-839-2525,WASHINGTON,"""Rodney"" Bond",36279 Wilfred Bond Rd.,,Franklinton,LA,70438,985-839-2525,W,M,D,265,12/31/2014,01/01/2009,Mr. Bond -Constable ,Justice of the Peace Ward 1 ,16027 N. Yates Rd.,,Franklinton,LA,70438,985-839-5175,WASHINGTON,"""Terry"" Morgan",16027 N. Yates Rd.,,Franklinton,LA,70438,985-839-5175,W,M,D,267,12/31/2014,01/01/2009,Mr. Morgan -Constable ,Justice of the Peace Ward 2 ,32434 Jerry Fortenberry Rd.,,Mt. Hermon,LA,70450-5809,985-877-5809,WASHINGTON,"Colston Martin, Jr.",35235 Martin Rd.,,Mt. Hermon,LA,70450,985-877-9923,B,M,D,267,12/31/2014,01/01/2009,Mr. Martin -Constable ,Justice of the Peace Ward 3 ,1508 12th Ave.,,Franklinton,LA,70438,985-839-3094,WASHINGTON,Robert McDaniel,1508 12th Ave.,,Franklinton,LA,70438,985-839-3094,W,M,R,267,12/31/2014,01/01/2009,Mr. McDaniel -Constable ,Justice of the Peace Ward 5 ,62057 Hwy. 436,,Angie,LA,70426,985-735-9439,WASHINGTON,Lavon Seals,62057 Hwy. 436,,Angie,LA,70426,985-735-9439,W,M,D,267,12/31/2014,01/01/2009,Mr. Seals -Constable ,Justice of the Peace Ward 6 ,50445 Hwy. 1072,,Franklinton,LA,70438,985-839-2557,WASHINGTON,Donald Mizell,50445 Hwy. 1072,,Franklinton,LA,70438,985-839-2557,W,M,D,267,12/31/2014,01/01/2009,Mr. Mizell -Constable ,Justice of the Peace Ward 7 ,29438 Singley Rd.,,Angie,LA,70426,985-986-2837,WASHINGTON,David Scott,29438 Singley Rd.,,Angie,LA,70426,985-986-2837,W,M,D,267,12/31/2014,01/01/2009,Mr. Scott -Constable ,Justice of the Peace Ward 8 ,32188 Nielson Rd.,,Franklinton,LA,70438,985-848-5972,WASHINGTON,"""Ronnie"" Nielsen",30237 Hwy. 430,,Franklinton,LA,70438,985-839-3044,W,M,D,267,,04/14/2009,Mr. Nielsen -Constable ,Justice of the Peace Ward 9 ,39301 Hwy. 440,,Franklinton,LA,70438,985-839-2376,WASHINGTON,Robert Stafford,39301 Hwy. 440,,Franklinton,LA,70438,985-839-2376,W,M,D,267,12/31/2014,01/01/2009,Mr. Stafford -Mayor ,City of Bogalusa ,P. O. Drawer 1179,,Bogalusa,LA,,985-732-6200,WASHINGTON,"James ""Mack"" McGehee",P.O. Box 187,,Bogalusa,LA,70429,985-735-9603,W,M,D,300,12/05/2010,12/04/2006,Mayor McGehee -Mayor ,Town of Franklinton ,301 11th Avenue,,Franklinton,LA,,985-839-3560,WASHINGTON,M. Wayne Fleming,1507 12th Ave.,,Franklinton,LA,70438,985-839-6861,W,M,D,300,12/31/2012,01/01/2009,Mr. Fleming -Mayor ,Village of Angie ,P. O. Box 152,,Angie,LA,,985-986-2225,WASHINGTON,John Dawsey,30141 Bonnie St.,,Angie,LA,70426,985-986-2284,W,M,O,300,12/31/2012,01/01/2009,Mr. Dawsey -Mayor ,Village of Varnado ,P.O. Box 200,,Varnado,LA,,985-735-4217,WASHINGTON,Paris C. Sumrall,63318 Fornea Rd.,,Angie,LA,70426,985-732-4217,W,F,O,300,12/31/2012,01/01/2009,Ms. Sumrall -Chief of Police ,Village of Angie ,P. O. Box 152,,Angie,LA,70426,985-986-2444,WASHINGTON,"Gilbert Hartzog, Jr.",30208 Poplar St.,,Angie,LA,70426,985-986-3744,W,M,O,305,12/31/2012,01/01/2009,Chief Hartzog -Chief of Police ,Village of Varnado ,P.O. Box 200,,Varnado,LA,70467,985-735-4217,WASHINGTON,Louis Adams,63064 Main St.,,Varnado,LA,70426,985-732-5404,W,M,O,305,12/31/2012,01/01/2009,Chief Adams -City Prosecutor ,City of Bogalusa ,P. O. Drawer 1179,,Bogalusa,LA,70429-1179,985-732-6211,WASHINGTON,David Merlin Duke,314 Mississippi Ave.,,Bogalusa,LA,70427,985-735-8811,W,M,R,305,12/05/2010,04/14/2009,Mr. Duke -Councilman at Large ,City of Bogalusa ,P. O. Drawer 1179,,Bogalusa,LA,70429-1179,985-732-6211,WASHINGTON,Wendy O'Quin-Perrette,309 Bankston Drive,,Bogalusa,LA,70427,985-732-4005,W,F,D,308,12/05/2010,12/04/2006,Ms. O'Quin-Perrette -Councilman at Large ,City of Bogalusa ,P. O. Drawer 1179,,Bogalusa,LA,70429-1179,985-732-6211,WASHINGTON,"""Danny"" Stogner",1101 Madison St.,,Bogalusa,LA,70427,985-732-1948,W,M,D,308,12/05/2010,12/04/2006,Mr. Stogner -Alderman ,Town of Franklinton ,301 11th Avenue,,Franklinton,LA,70438,985-839-3560,WASHINGTON,"""T. J."" Butler, Jr.",727 18th Ave.,,Franklinton,LA,70438,985-839-3047,B,M,D,310,12/31/2012,01/01/2009,Mr. Butler -Alderman ,Town of Franklinton ,301 11th Avenue,,Franklinton,LA,70438,985-839-3560,WASHINGTON,John L. Daniel,309 10th Ave.,,Franklinton,LA,70438,985-839-2382,W,M,D,310,12/31/2012,01/01/2009,Mr. Daniel -Alderman ,Town of Franklinton ,301 11th Avenue,,Franklinton,LA,70438,985-839-3560,WASHINGTON,Richard Dillon,1102 Lynnwood Dr.,,Franklinton,LA,70438,985-839-3057,W,M,D,310,12/31/2012,01/01/2009,Mr. Dillon -Alderman ,Town of Franklinton ,301 11th Avenue,,Franklinton,LA,70438,985-839-3560,WASHINGTON,Florence Manning,P. O. Box 684,,Franklinton,LA,70438,985-839-4291,W,F,D,310,12/31/2012,01/01/2009,Ms. Manning -Alderman ,Town of Franklinton ,301 11th Avenue,,Franklinton,LA,70438,985-839-3560,WASHINGTON,"""Brad"" Orman",1049 Main St.,,Franklinton,LA,70438,985-839-2788,W,M,D,310,12/31/2012,01/01/2009,Mr. Orman -Alderman ,Village of Angie ,P. O. Box 152,,Angie,LA,70426,985-986-2444,WASHINGTON,Gilbert Ball,64442 Market St.,,Angie,LA,70426,985-986-2643,W,M,R,310,12/31/2012,01/01/2009,Mr. Ball -Alderman ,Village of Angie ,P. O. Box 152,,Angie,LA,70426,985-986-2444,WASHINGTON,"""Roxie"" Fornea",30082 E. St.,,Angie,LA,70426,985-986-2432,W,M,R,310,12/31/2012,01/01/2009,Mr. Fornea -Alderman ,Village of Angie ,P. O. Box 152,,Angie,LA,70426,985-986-2444,WASHINGTON,Bryan Stogner,64428 Cherry St.,,Angie,LA,70426,985-516-2370,W,M,D,310,12/31/2012,01/01/2009,Mr. Stogner -Alderman ,Village of Varnado ,P.O. Box 200,,Varnado,LA,70467,985-735-4217,WASHINGTON,"James L. ""Jimmy"" Ezell",63267 Fornea Rd.,,Varnado,LA,70426,985-732-7988,W,M,O,310,12/31/2012,01/01/2009,Mr. Ezell -Alderman ,Village of Varnado ,P.O. Box 200,,Varnado,LA,70467,985-735-4217,WASHINGTON,"Kimberly ""Suzi"" Kennedy",63345 Fornea Rd.,,Angie,LA,70426,985-516-3669,W,F,R,310,12/31/2012,01/01/2009,Ms. Kennedy -Alderman ,Village of Varnado ,P.O. Box 200,,Varnado,LA,70467,985-735-4217,WASHINGTON,Rhonda Smith,26213 Hwy. 21,,Angie,LA,70426,985-732-3108,W,F,O,310,12/31/2012,01/01/2009,Ms. Smith -Councilman ,"District A, City of Bogalusa ",P. O. Drawer 1179,,Bogalusa,LA,70429-1179,985-732-6211,WASHINGTON,Marilyn Bailey-Crews,303 Carolina Ave.,,Bogalusa,LA,70427,985-732-2231,B,F,D,310,12/05/2010,12/04/2006,Ms. Bailey-Crews -Councilman ,"District B, City of Bogalusa ",P. O. Drawer 1179,,Bogalusa,LA,70429-1179,985-732-6211,WASHINGTON,Michael O'Ree,612 Sullivan Dr.,,Bogalusa,LA,70427,985-735-9539,B,M,D,310,12/05/2010,12/04/2006,Mr. O'Ree -Councilman ,"District C, City of Bogalusa ",P. O. Drawer 1179,,Bogalusa,LA,70429-1179,985-732-6211,WASHINGTON,Paul Penton,1221 Lona Rester Place,,Bogalusa,LA,70427,985-735-8766,W,M,D,310,12/05/2010,12/04/2006,Mr. Penton -Councilman ,"District D, City of Bogalusa ",P. O. Drawer 1179,,Bogalusa,LA,70429-1179,985-732-6211,WASHINGTON,"Andrew ""Andy"" Deleon, Jr.",936 Avenue I,,Bogalusa,LA,70427,985-735-6631,W,M,D,310,12/05/2010,12/04/2006,Mr. Deleon -Councilman ,"District E, City of Bogalusa ",P. O. Drawer 1179,,Bogalusa,LA,70429-1179,985-732-6211,WASHINGTON,Randy Hodges,403 Derbigney St.,,Bogalusa,LA,70427,985-735-0549,W,M,D,310,12/05/2010,12/04/2006,Mr. Hodges -DPEC Member ,at Large ,,,,LA,,,WEBSTER,,,,,,,,,,,054 -DPEC Member ,District 1 ,,,,LA,,,WEBSTER,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,WEBSTER,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,WEBSTER,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,WEBSTER,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,WEBSTER,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,WEBSTER,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,WEBSTER,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,WEBSTER,,,,,,,,,,,056 -DPEC Member ,District 9 ,,,,LA,,,WEBSTER,,,,,,,,,,,056 -DPEC Member ,District 10 ,,,,LA,,,WEBSTER,,,,,,,,,,,056 -DPEC Member ,District 11 ,,,,LA,,,WEBSTER,Cynthia Klimkiewicz,385 Martha Wood,,Heflin,LA,71039,318-377-0518,W,F,D,056,02/20/2012,02/20/2008,Ms. Klimkiewicz -DPEC Member ,District 12 ,,,,LA,,,WEBSTER,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,WEBSTER,Lee Estabrook,1604 Eames,,Minden,LA,71055,,,,,064,,05/22/2009 -RPEC Member ,at Large ,,,,LA,,,WEBSTER,Gerald Holland,510 Ninth St.,,Springhill,LA,71075,,,,,064,,05/22/2009 -RPEC Member ,at Large ,,,,LA,,,WEBSTER,Denise Moorhead,580 Boy Scout Rd.,,Minden,LA,71055,,,,,064,,05/22/2009 -RPEC Member ,District 1 ,,,,LA,,,WEBSTER,Charles Jacobs,102 Janice Dr.,,Springhill,LA,71075,,,,,066,,05/22/2009 -RPEC Member ,District 2 ,,,,LA,,,WEBSTER,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,WEBSTER,Michael Corley,24624 Hwy. 371,,Sarepta,LA,,,,,,066,,05/22/2009 -RPEC Member ,District 4 ,,,,LA,,,WEBSTER,Carlos Martin,222 Weldon Johnson Rd.,,Minden,LA,71055,,,,,066,,05/22/2009 -RPEC Member ,District 5 ,,,,LA,,,WEBSTER,Jerry Hayes,717 Adkins Rd.,,Cotton Valley,LA,71018,,,,,066,,05/22/2009 -RPEC Member ,District 6 ,,,,LA,,,WEBSTER,Tommy Davis,225 Woodhaven Dr.,,Minden,LA,71055,,,,,066,,05/22/2009 -RPEC Member ,District 7 ,,,,LA,,,WEBSTER,Eric Johnson,1507 Holly,,Minden,LA,71055,,,,,066,,05/22/2009 -RPEC Member ,District 8 ,,,,LA,,,WEBSTER,Ronnie Broughton,110 Germantown Rd.,,Minden,LA,71055,,,,,066,,05/22/2009 -RPEC Member ,District 9 ,,,,LA,,,WEBSTER,Jennifer K. Smith,P.O. Box 149,,Minden,LA,71055,,,,,066,,05/22/2009 -RPEC Member ,District 10 ,,,,LA,,,WEBSTER,Martha Tucker,102 Tucker Ln.,,Minden,LA,71055,,,,,066,,05/22/2009 -RPEC Member ,District 11 ,,,,LA,,,WEBSTER,"""Pam"" Hillidge",P. O. Box 100,,Sibley,LA,71073,318-377-5207,W,F,R,066,02/20/2012,02/20/2008 -RPEC Member ,District 12 ,,,,LA,,,WEBSTER,Hunt Powell,862 Horseshoe Loop,,Doyline,LA,71023,,,,,066,,05/22/2009 -Sheriff ,,P. O. Box 877,,Minden,LA,71055,318-377-1515,WEBSTER,Gary S. Sexton,P.O. Box 877,,Minden,LA,71055,318-846-2810,W,M,D,225,06/30/2012,07/01/2008,Sheriff Sexton -Clerk of Court ,,P. O. Box 370,,Minden,LA,71058,318-371-0366,WEBSTER,Holli Vining,P.O. Box 370,,Minden,LA,71058,318-371-0366,W,F,D,230,06/30/2012,07/01/2008,Ms. Vining -Assessor ,,P.O. Box 734,,Minden,LA,71058-0734 ,318-377-9311,WEBSTER,Doris B. Cheatham,1508 King Orchard Rd.,,Sarepta,LA,71071,318-994-2084,W,F,D,235,12/31/2012,01/01/2009,Ms. Cheatham -Coroner ,,208 Morris Drive,,Minden,LA,71055,318-377-8311,WEBSTER,Carlos Irizarry,No. 2 Medical Plaza,,Minden,LA,71055,318-377-8400,O,M,O,240,03/25/2012,03/24/2008,Mr. Irizarry -Police Juror,District 1,P. O. Box 389,,Minden,LA,71058-0389,318-377-7564,WEBSTER,T. Bruce Blanton,P.O. Box 122,,Springhill,LA,71075,318-539-3141,W,M,D,245,01/08/2012,01/14/2008,Mr. Blanton -Police Juror ,District 2 ,P. O. Box 389,,Minden,LA,71055-0389 ,318-377-7564,WEBSTER,Jimmy D. Thomas,1116 Fifth St. SW,,Springhill,LA,71075,318-539-9292,B,M,D,245,01/08/2012,01/14/2008,Mr. Thomas -Police Juror ,District 3 ,P. O. Box 389,,Minden,LA,71055-0389 ,318-377-7564,WEBSTER,Daniel G. Thomas,242 Daniel Thomas Rd.,,Springhill,LA,71075,318-539-2902,W,M,D,245,01/08/2012,01/14/2008,Mr. Thomas -Police Juror ,District 4 ,P. O. Box 389,,Minden,LA,71055-0389 ,318-377-7564,WEBSTER,"""Steve"" Duggan",1267 Hilltop Rd.,,Shongaloo,LA,71072,318-539-4931,W,M,D,245,01/08/2012,01/14/2008,Mr. Duggan -Police Juror ,District 5 ,P. O. Box 389,,Minden,LA,71055-0389 ,318-377-7564,WEBSTER,"C. C. ""Cat"" Cox",P. O. Box 338,,Cotton Valley,LA,71018,318-832-4646,W,M,D,245,01/08/2012,01/14/2008,Mr. Cox -Police Juror ,District 6 ,P. O. Box 389,,Minden,LA,71055-0389 ,318-377-7564,WEBSTER,"""Jim"" Bonsall",1805 Old Arcadia Rd.,,Minden,LA,71055,318-371-0187,W,M,D,245,01/08/2012,01/14/2008,Mr. Bonsall -Police Juror ,District 7 ,P. O. Box 389,,Minden,LA,71055-0389 ,318-377-7564,WEBSTER,"""Steve"" Lemmons",271 Shadows Ln.,,Dubberly,LA,71024,318-377-3247,W,M,O,245,01/08/2012,01/14/2008,Mr. Lemmons -Police Juror ,District 8 ,P. O. Box 389,,Minden,LA,71055-0389 ,318-377-7564,WEBSTER,Charles D. Odom,1004 Elm St.,,Minden,LA,71055,318-377-6334,W,M,D,245,01/08/2012,01/14/2008,Mr. Odom -Police Juror ,District 9 ,P. O. Box 389,,Minden,LA,71055-0389 ,318-377-7564,WEBSTER,Jerri Musgrow Lee,607 Bayou Ave.,,Minden,LA,71055,318-377-8960,B,F,D,245,01/08/2012,01/14/2008,Ms. Musgrow -Police Juror ,District 10 ,P. O. Box 389,,Minden,LA,71055-0389 ,318-377-7564,WEBSTER,Vera Benton Davison,708 J.A. Phillips St.,,Minden,LA,71055,318-377-8606,B,F,D,245,01/08/2012,01/14/2008,Ms. Davison -Police Juror ,District 11 ,P. O. Box 389,,Minden,LA,71055-0389 ,318-377-7564,WEBSTER,"Steven G. ""Steve"" Ramsey",633 Aubrey Beatty Rd.,,Heflin,LA,71039,318-382-8060,W,M,D,245,01/08/2012,01/14/2008,Mr. Ramsey -Police Juror ,District 12 ,P. O. Box 389,,Minden,LA,71055-0389 ,318-377-7564,WEBSTER,Charles R. Walker,241 Palmyra Park Rd.,,Doyline,LA,71023,318-987-0032,W,M,D,245,01/08/2012,01/14/2008,Mr. Walker -City Judge ,"City Court, City of Minden ",P. O. Drawer 968,,Minden,LA,71058-0968 ,318-377-4308,WEBSTER,John C. Campbell,P.O. Box 834,,Minden,LA,71055,318-377-4974,W,M,D,250,12/31/2014,01/01/2009,Judge Campbell -City Judge ,"City Court, City of Springhill ",P. O. Box 86,,Springhill,LA,71075,318-539-4213,WEBSTER,"John B. SLATTERY, Jr.",1206 North Acres Circ.,,Springhill,LA,71075,318-539-3411,W,M,R,250,12/31/2014,01/01/2009,Judge Slattery -City Marshal ,"City Court, City of Minden ",P. O. Drawer 968,,Minden,LA,71058-0968 ,318-371-4210,WEBSTER,"Jack ""Randy"" Shelley",520 Broadway,,Minden,LA,71055,318-377-6294,W,M,D,250,12/31/2014,01/01/2009,Marshal Shelley -City Marshal ,"City Court, City of Springhill ",P. O. Box 86,,Springhill,LA,71075,318-539-4213,WEBSTER,Morris McClary,111 Angela Dr.,,Springhill,LA,71075,318-539-2361,W,M,D,250,12/31/2014,01/01/2009,Marshal McClary -Member of School Board ,District 1 ,P. O. Box 520,,Minden,LA,71058,318-377-7052,WEBSTER,Alan Stanford,900 Machen Dr.,,Springhill,LA,71075,318-539-9825,W,M,O,255,12/31/2010,01/01/2007,Mr. Stanford -Member of School Board ,District 2 ,P. O. Box 520,,Minden,LA,71058,318-377-7052,WEBSTER,Malachi Ridgel,1123 Third St. SW,,Springhill,LA,71075,318-539-5070,B,M,D,255,12/31/2010,01/01/2007,Mr. Ridgel -Member of School Board ,District 3 ,P. O. Box 520,,Minden,LA,71058,318-377-7052,WEBSTER,Charles Strong,171 Charles Strong Rd.,,Sarepta,LA,71071,318-994-2640,W,M,D,255,12/31/2010,01/01/2007,Mr. Strong -Member of School Board ,District 4 ,P. O. Box 520,,Minden,LA,71058,318-377-7052,WEBSTER,Bruce Williams,230 Johnny Mouser Rd.,,Shongaloo,LA,71072,318-846-2256,W,M,D,255,12/31/2010,01/01/2007,Mr. Williams -Member of School Board ,District 5 ,P. O. Box 520,,Minden,LA,71058,318-377-7052,WEBSTER,Ouida Garner,402 Walker Ln.,,Cotton Valley,LA,71018,318-832-4647,W,F,D,255,12/31/2010,01/01/2007,Ms. Garner -Member of School Board ,District 6 ,P. O. Box 520,,Minden,LA,71058,318-377-7052,WEBSTER,Harold Johnson,141 Braeburn Glen,,Minden,LA,71055,318-377-0963,W,M,D,255,12/31/2010,01/01/2007,Mr. Johnson -Member of School Board ,District 7 ,P. O. Box 520,,Minden,LA,71058,318-377-7052,WEBSTER,Linda Kinsey,121 Carver Dr.,,Minden,LA,71055,318-377-8036,B,F,D,255,12/31/2010,01/01/2007,Ms. Kinsey -Member of School Board ,District 8 ,P. O. Box 520,,Minden,LA,71058,318-377-7052,WEBSTER,Ronnie L. Broughton,110 Germantown Rd.,,Minden,LA,71055,318-377-4575,W,M,R,255,12/31/2010,01/01/2007,Mr. Broughton -Member of School Board ,District 9 ,P. O. Box 520,,Minden,LA,71058,318-377-7052,WEBSTER,Frankie L. Mitchell,601 Midland,,Minden,LA,71055,318-377-1323,B,F,D,255,12/31/2010,01/01/2007,Mr. Mitchell -Member of School Board ,District 10 ,P. O. Box 520,,Minden,LA,71058,318-377-7052,WEBSTER,Johnnye Kennon,914 Woods,,Minden,LA,71055,318-377-3935,B,F,D,255,12/31/2010,01/01/2007,Mr. Kennon -Member of School Board ,District 11 ,P. O. Box 520,,Minden,LA,71058,318-377-7052,WEBSTER,"""W. Greg"" Stinson",503 N. Main St.,,Sibley,LA,71073,318-371-9057,W,M,O,255,12/31/2010,01/01/2007,Mr. Stinson -Member of School Board ,District 12 ,P. O. Box 520,,Minden,LA,71058,318-377-7052,WEBSTER,Penny Estes Long,1331 Hwy. 163,,Doyline,LA,,318-745-6171,W,F,O,255,12/31/2010,01/01/2007 -Justice of the Peace ,Justice of the Peace District 1 ,1267 Hilltop Rd.,,Shongaloo,LA,71072,318-539-4931,WEBSTER,Lisa Duggan,P.O. Box 725,,Shongaloo,LA,71072,318-539-4931,W,F,R,265,12/31/2014,01/01/2009,MR. Duggan -Justice of the Peace ,Justice of the Peace District 1 ,1267 Hilltop Rd.,,Shongaloo,LA,71072,318-539-4931,WEBSTER,R. Glenn Johnston,216 Leton Cutoff Rd.,,Shongaloo,LA,71072,318-624-1879,W,M,D,265,12/31/2014,01/01/2009,Mr. Johnston -Justice of the Peace ,Justice of the Peace District 3 ,776 Elmo Burton Loop,,Minden,LA,71055,318-377-5263,WEBSTER,"Pierce Burton, Jr.",776 Elmo Burton Loop,,Minden,LA,71055,347-377-5263,W,M,D,265,12/31/2014,01/01/2009,Mr. Burton -Justice of the Peace ,Justice of the Peace District 5 ,1518 Diamond T. Rd.,,Heflin,LA,71039,318-377-2414,WEBSTER,Michelle Pittman,735 Airport Rd.,,Dubberly,LA,71024,318-377-4955,W,F,,265,12/31/2014,01/01/2009,Ms. Pittman -Justice of the Peace ,Justice of the Peace District 5 ,1518 Diamond T. Rd.,,Heflin,LA,71039,318-377-2414,WEBSTER,"Larry J. Toland, Sr.",1518 Diamond T,,Heflin,LA,71039,318-377-2414,W,M,R,265,12/31/2014,01/01/2009,Mr. Toland -Constable ,Justice of the Peace District 1 ,477 Bud Lee Rd.,,Shongaloo,LA,71072,318-846-2588,WEBSTER,George Hardaway,9124 Hwy. 2,,Shongaloo,LA,71072,318-846-2857,W,M,D,267,12/31/2014,01/01/2009,Mr. Hardaway -Constable ,Justice of the Peace District 1 ,477 Bud Lee Rd.,,Shongaloo,LA,71072,318-846-2588,WEBSTER,Tony Pipkin,12730 Hwy. 159,,Shongaloo,LA,71072,318-846-2820,W,M,,267,12/31/2014,01/01/2009,Mr. Pipkin -Constable ,Justice of the Peace District 3 ,685 Elmo Burton Loop,,Minden,LA,71055,318-371-2482,WEBSTER,"""Mike"" Burton",685 Elmo Burton Loop,,Minden,LA,71055,318-371-2482,W,M,R,267,12/31/2014,01/01/2009 -Constable ,Justice of the Peace District 5 ,3360 Hwy. 531,,Dubberly,LA,71024,318-377-2254,WEBSTER,Marsha Toland,1518 Diamond T Rd.,,Heflin,LA,71039,318-377-2414,W,F,R,267,12/31/2014,01/01/2009,Ms. Toland -Constable ,Justice of the Peace District 5 ,3360 Hwy. 531,,Dubberly,LA,71024,318-377-2254,WEBSTER,"Roy ""Milton"" Wells",575 Airport Rd.,,Dubberly,LA,71024,318-371-2607,W,M,R,267,12/31/2014,01/01/2009,Mr. Wells -Mayor ,City of Minden ,P. O. Box 580,,Minden,LA,,318-377-2144,WEBSTER,"""Bill"" Robertson",1312 Mark Dr.,,Minden,LA,71055,318-377-1467,W,M,D,300,12/31/2010,01/01/2007,Mayor Robertson -Mayor ,City of Springhill ,P. O. Box 398,,Springhill,LA,,318-539-5681,WEBSTER,Carroll Breaux,107 Ashley Cir.,,Springhill,LA,71075,318-539-2051,W,M,O,300,12/31/2010,01/01/2007,Mayor Breaux -Mayor ,Town of Cotton Valley ,P. O. Box 415,,Cotton Valley,LA,,318-832-4283,WEBSTER,Comerdis Phillips,108 Lewis Ave.,,Cotton Valley,LA,71018,318-832-5352,B,F,D,300,12/31/2012,01/01/2009,Mayor Phillips -Mayor ,Town of Cullen ,P. O. Box 679,,Cullen,LA,,318-994-2263,WEBSTER,Bobby Washington,P. O. Box 149,,Cullen,LA,71021,318-994-2731,B,M,D,300,12/31/2012,01/01/2009,Mayor Washington -Mayor ,Town of Sarepta ,P. O. Box 338,,Sarepta,LA,,318-847-4333,WEBSTER,E. L. Edwards,P. O. Box 102,,Sarepta,LA,71071,318-847-4598,W,M,D,300,12/31/2012,01/01/2009,Mayor Edwards -Mayor ,Town of Sibley ,P. O. Box 128,,Sibley,LA,,318-377-0345,WEBSTER,"""Jimmy"" Williams",166 Tacoma Trail,,Sibley,LA,71073,318-377-6096,W,M,D,300,12/31/2012,01/01/2009,Mr. Williams -Mayor ,Village of Dixie Inn ,60 Shell St.,,Dixie Inn,LA,,318-377-6855,WEBSTER,Ava N. McWhorter,1 Mason St.,,Minden,LA,71055,318-377-9341,W,F,D,300,12/31/2012,01/01/2009,Mayor McWhorter -Mayor ,Village of Doyline ,P. O. Box 626,,Doyline,LA,,318-745-2625,WEBSTER,Cleveland Bradfield,P.O. Box 235,,Doyline,LA,71023,318-745-3869,W,M,D,300,12/31/2010,01/01/2007,Mr. Bradfield -Mayor ,Village of Dubberly ,P. O. Box 69,,Dubberly,LA,,318-371-9528,WEBSTER,"W.C. ""Curtis"" Hirth",P.O. Box 115,,Dubberly,LA,71024,318-377-4705,W,M,,300,12/31/2012,01/01/2009,Mr. Hirth -Mayor ,Village of Heflin ,P. O. Box 98,,Heflin,LA,,318-377-9799,WEBSTER,Betty Blake,155 Smithfield Ln.,,Heflin,LA,71039,318-377-6724,W,F,R,300,12/31/2010,02/23/2009,Mayor Blake -Mayor ,Village of Shongaloo ,P. O. Box 74,,Shongaloo,LA,,318-846-2876,WEBSTER,Donnie Morgan,P.O. Box 28,,Shongaloo,LA,71072,318-846-2287,W,M,R,300,12/31/2012,01/01/2009,Mr. Morgan -Chief of Police ,City of Minden ,P. O. Box 580,,Minden,LA,71058-0580 ,318-377-2144,WEBSTER,"""T.C."" Bloxom, Jr.",P.O. Box 1081,,Minden,LA,71055,318-377-0411,W,M,D,305,12/31/2010,01/01/2007,Mr. Bloxom -Chief of Police ,City of Springhill ,P. O. Box 398,,Springhill,LA,71075,318-539-5681,WEBSTER,Ronnie Coleman,610 Park Loop,,Springhill,LA,71075,318-539-4750,B,M,D,305,12/31/2010,01/01/2007,Chief Coleman -Chief of Police ,Town of Cotton Valley ,P. O. Box 415,,Cotton Valley,LA,71018,318-832-4283,WEBSTER,Terry C. Brown,151 Duck Rd.,,Cotton Valley,LA,71018,318-832-4683,W,M,,305,12/31/2012,01/01/2009,Chief Brown -Chief of Police ,Town of Cullen ,P. O. Box 679,,Cullen,LA,71021,318-994-2263,WEBSTER,Mary Ann Hoof,P.O. Box 355,,Cullen,LA,71021,318-994-2975,B,F,D,305,12/31/2012,01/01/2009,Ms. Hoof -Chief of Police ,Town of Sarepta ,P. O. Box 338,,Sarepta,LA,71071,318-847-4333,WEBSTER,"""Bill"" Fields, Jr.",6152 Hwy. 2,,Sarepta,LA,71071,318-847-4726,W,M,D,305,12/31/2012,01/01/2009,Chief Fields -Chief of Police ,Town of Sibley ,P. O. Box 128,,Sibley,LA,71073,318-377-0345,WEBSTER,Jeremy Robinson,172 N.E. Natchitoches St.,,Sibley,LA,71073,318-268-0289,W,M,,305,12/31/2012,01/01/2009,Mr. Robinson -Chief of Police ,Village of Doyline ,P. O. Box 626,,Doyline,LA,71023,318-745-5344,WEBSTER,"""Robby"" Hayden, Jr.",P.O. Box 905,,Doyline,LA,71023,318-745-9944,W,M,,305,12/31/2010,01/01/2007,Mr. Hayden -Chief of Police ,Village of Dubberly ,P. O. Box 69,,Dubberly,LA,71024,318-371-9528,WEBSTER,Charles E. Mims,1748 Brushwood Dr.,,Dubberly,LA,71024,318-371-1020,B,M,D,305,12/31/2012,01/01/2009,Mr. Mims -Chief of Police ,Village of Heflin ,P. O. Box 98,,Heflin,LA,71039,318-377-2708,WEBSTER,Paul B. Migues,244 N. Main St.,,Heflin,LA,71039,318-377-0769,W,M,D,305,12/31/2010,01/01/2007,Mr. Migues -Alderman ,"District 1, City of Springhill ",P. O. Box 398,,Springhill,LA,71075,318-539-5681,WEBSTER,Edward Bankhead,539 Moore,,Springhill,LA,71075,318-539-4488,B,M,D,310,12/31/2010,01/01/2007,Mr. Bankhead -Alderman ,"District 2, City of Springhill ",P. O. Box 398,,Springhill,LA,71075,318-539-5681,WEBSTER,"""Johnny"" Craig, Jr.",207 N. Arkansas St.,,Springhill,LA,71075,318-539-5725,W,M,,310,12/31/2010,07/21/2008,Mr. Craig -Alderman ,"District 3, City of Springhill ",P. O. Box 398,,Springhill,LA,71075,318-539-5681,WEBSTER,Robert Hilburn,406 Eighth St. SE,,Springhill,LA,71075,318-539-4301,W,M,D,310,12/31/2010,01/01/2007,Mr. Hilburn -Alderman ,"District 4, City of Springhill ",P. O. Box 398,,Springhill,LA,71075,318-539-5681,WEBSTER,Gary Montgomery,505 Eighth St. N.E.,,Springhill,LA,71075,318-465-5226,W,M,D,310,12/31/2010,01/01/2007,Mr. Montgomery -Alderman ,"District 5, City of Springhill ",P. O. Box 398,,Springhill,LA,71075,318-539-5681,WEBSTER,Ray Huddleston,P.O. Box 85,,Springhill,LA,71075,318-539-5505,W,M,D,310,12/31/2010,01/01/2007,Mr. Huddleston -Alderman ,Town of Cotton Valley ,P. O. Box 415,,Cotton Valley,LA,71018,318-832-4283,WEBSTER,Adam Hurley,P.O. Box 353,,Cotton Valley,LA,71018,318-464-3843,W,M,R,310,12/31/2012,01/01/2009,Mr. Hurley -Alderman ,Town of Cotton Valley ,P. O. Box 415,,Cotton Valley,LA,71018,318-832-4283,WEBSTER,Charlene Lewis,P.O. Box 222,,Cotton Valley,LA,71018,318-832-4354,W,F,R,310,12/31/2012,01/01/2009,Ms. Lewis -Alderman ,Town of Cotton Valley ,P. O. Box 415,,Cotton Valley,LA,71018,318-832-4283,WEBSTER,Arnese A. Parish,P.O. Box 624,,Cotton Valley,LA,71018,318-578-2084,B,F,,310,12/31/2012,05/12/2009,Ms. Parish -Alderman ,Town of Cotton Valley ,P. O. Box 415,,Cotton Valley,LA,71018,318-832-4283,WEBSTER,Evelyn Parish,P.O. Box 600,,Cotton Valley,LA,71018,318-832-5377,B,F,D,310,12/31/2012,01/01/2009,Ms. Parish -Alderman ,Town of Cotton Valley ,P. O. Box 415,,Cotton Valley,LA,71018,318-832-4283,WEBSTER,"""Chris"" Williams",P. O. Box 620,,Cotton Valley,LA,71018,318-455-8966,W,M,,310,12/31/2012,01/01/2009,Mr. Williams -Alderman ,Town of Cullen ,P. O. Box 679,,Cullen,LA,71021,318-994-2263,WEBSTER,Barbara T. Green,P.O. Box 74,,Cullen,LA,71021,318-994-2811,B,F,D,310,12/31/2012,01/01/2009,Ms. Green -Alderman ,Town of Cullen ,P. O. Box 679,,Cullen,LA,71021,318-994-2263,WEBSTER,Tarcus Hawthorne,P.O. Box 131,,Cullen,LA,71021,318-205-2731,B,M,D,310,12/31/2012,01/01/2009,Mr. Hawthorne -Alderman ,Town of Cullen ,P. O. Box 679,,Cullen,LA,71021,318-994-2263,WEBSTER,"""Mr. Gary"" Sullivan",108 East Rd.,,Sarepta,LA,71071,318-994-2174,W,M,,310,12/31/2012,01/01/2009,Mr. Sullivan -Alderman ,Town of Cullen ,P. O. Box 679,,Cullen,LA,71021,318-994-2263,WEBSTER,Dexter Turner,P.O. Box 132,,Cullen,LA,71021,318-578-1805,B,M,D,310,12/31/2012,01/01/2009,Mr. Turner -Alderman ,Town of Cullen ,P. O. Box 679,,Cullen,LA,71021,318-994-2263,WEBSTER,Floydean White,P.O. Box 105,,Cullen,LA,71021,318-994-2032,B,F,D,310,12/31/2012,01/01/2009,Ms. White -Alderman ,Town of Sarepta ,P. O. Box 338,,Sarepta,LA,71071,318-847-4333,WEBSTER,Peggy Adkins,P.O. Box 283,,Sarepta,LA,71071,318-847-4032,W,F,R,310,12/31/2012,01/01/2009,Ms. Adkins -Alderman ,Town of Sarepta ,P. O. Box 338,,Sarepta,LA,71071,318-847-4333,WEBSTER,Michael A. Corley,P.O. Box 29,,Sarepta,LA,71071,318-847-4574,W,M,R,310,12/31/2012,01/01/2009,Mr. Corley -Alderman ,Town of Sarepta ,P. O. Box 338,,Sarepta,LA,71071,318-847-4333,WEBSTER,Jeff Franklin,P.O. Box 405,,Sarepta,LA,71071,318-847-4030,W,M,R,310,12/31/2012,01/01/2009,Mr. Franklin -Alderman ,Town of Sarepta ,P. O. Box 338,,Sarepta,LA,71071,318-847-4333,WEBSTER,Anthony L. Mullins,P.O. Box 301,,Sarepta,LA,71071,318-847-4832,W,M,,310,12/31/2012,01/01/2009,Mr. Williams -Alderman ,Town of Sarepta ,P. O. Box 338,,Sarepta,LA,71071,318-847-4333,WEBSTER,"""Jeff"" Slack",P.O. Box 741,,Sarepta,LA,71071,318-847-4761,W,M,,310,12/31/2012,01/01/2009,Mr. Slack -Alderman ,Town of Sibley ,P. O. Box 128,,Sibley,LA,71073,318-377-0345,WEBSTER,Wayne Bolton,574 S.E. 5th Ave.,,Sibley,LA,71073,318-377-8715,W,M,,310,12/31/2012,01/01/2009,Mr. Bolton -Alderman ,Town of Sibley ,P. O. Box 128,,Sibley,LA,71073,318-377-0345,WEBSTER,"""Doyle"" Chanler",536 South Main,,Sibley,LA,71073,318-377-3364,W,M,D,310,12/31/2012,01/01/2009,Mr. Chanler -Alderman ,Town of Sibley ,P. O. Box 128,,Sibley,LA,71073,318-377-0345,WEBSTER,"Richard W. Davis, Sr.",294 N.E. 4th Ave.,,Sibley,LA,71073,318-377-7767,W,M,,310,12/31/2012,01/01/2009,Mr. davis -Alderman ,Town of Sibley ,P. O. Box 128,,Sibley,LA,71073,318-377-0345,WEBSTER,John Langford,104 Doodle Trial,,Sibley,LA,71073,318-377-9473,W,M,,310,12/31/2012,01/01/2009,Mr. Langford -Alderman ,Town of Sibley ,P. O. Box 128,,Sibley,LA,71073,318-377-0345,WEBSTER,"Robert Smart, Jr.",140 Tacoma Trail,,Sibley,LA,71073,318-377-9406,W,M,D,310,12/31/2012,01/01/2009,Mr. Smart -Alderman ,Village of Dixie Inn ,60 Shell St.,,Dixie Inn,LA,71055,318-377-6855,WEBSTER,Pauline Fontenot,25 McArthur St.,,Dixie Inn,LA,71055,318-371-1421,W,F,D,310,12/31/2012,01/01/2009,Ms. Fontenot -Alderman ,Village of Dixie Inn ,60 Shell St.,,Dixie Inn,LA,71055,318-377-6855,WEBSTER,Verna Kay Stratton,12397 Hwy. 80,,Minden,LA,71055,,W,F,,310,12/31/2012,01/01/2009,Ms. Stratton -Alderman ,Village of Dixie Inn ,60 Shell St.,,Dixie Inn,LA,71055,318-377-6855,WEBSTER,Joseph Walden,54 McArthur St.,,Minden,LA,71055,318-377-1742,W,M,,310,12/31/2012,01/01/2009,Mr. Walden -Alderman ,Village of Doyline ,P. O. Box 626,,Doyline,LA,71023,318-745-2625,WEBSTER,Betty Ballard,505 Fuller St.,,Doyline,LA,71023,318-745-2402,W,F,R,310,12/31/2010,01/01/2007,Ms. Ballard -Alderman ,Village of Doyline ,P. O. Box 626,,Doyline,LA,71023,318-745-2625,WEBSTER,Billy M. Reeves,P.O. Box 595,,Doyline,LA,71023,318-745-2270,W,M,R,310,12/31/2010,01/01/2007,Mr. Reeves -Alderman ,Village of Doyline ,P. O. Box 626,,Doyline,LA,71023,318-745-2625,WEBSTER,Ronnie G. Watson,116 Agape Ln.,,Doyline,LA,71023,318-745-3002,W,M,,310,12/31/2010,01/01/2007,Mr. Watson -Alderman ,Village of Dubberly ,P. O. Box 69,,Dubberly,LA,71024,318-371-9528,WEBSTER,"""John"" Brown",317 Catalpa Lane,,Dubberly,LA,71024,318-371-9559,W,M,D,310,12/31/2012,01/01/2009,Mr. Brown -Alderman ,Village of Dubberly ,P. O. Box 69,,Dubberly,LA,71024,318-371-9528,WEBSTER,Douglas Culpepper,2020 Nursery Rd.,,Dubberly,LA,71024,318-371-1598,W,M,R,310,12/31/2012,01/01/2009,Mr. Culpepper -Alderman ,Village of Dubberly ,P. O. Box 69,,Dubberly,LA,71024,318-371-9528,WEBSTER,Lynn Pittman-Cooley,768 Airport Rd.,,Dubberly,LA,71024,318-377-4954,W,F,,310,12/31/2012,01/01/2009,Ms. Cooley -Alderman ,Village of Heflin ,P. O. Box 98,,Heflin,LA,71039,318-377-2708,WEBSTER,Todd Leake,P.O. Box 2,,Heflin,LA,71039,318-377-7325,W,M,D,310,12/31/2010,01/01/2007,Mr. Leake -Alderman ,Village of Heflin ,P. O. Box 98,,Heflin,LA,71039,318-377-2708,WEBSTER,"Catherine ""Cathy"" Lee",515 S. Main St.,,Heflin,LA,71039,318-377-7539,W,F,D,310,12/31/2010,01/01/2007,Ms.Lee -Alderman ,Village of Heflin ,P. O. Box 98,,Heflin,LA,71039,318-377-2708,WEBSTER,Robert Stachowicz,477 N. Main St.,,Heflin,LA,71039,318-371-1737,W,M,R,310,12/31/2010,01/01/2007,Mr. Stachowicz -Alderman ,Village of Shongaloo ,P. O. Box 74,,Shongaloo,LA,71072,318-846-2876,WEBSTER,Joe Morgan,P.O. Box 28,,Shongaloo,LA,71072,318-846-2287,W,M,R,310,12/31/2012,01/01/2009,Mr. Morgan -Alderman ,Village of Shongaloo ,P. O. Box 74,,Shongaloo,LA,71072,318-846-2876,WEBSTER,Kathy Pipkin,12730 Hwy. 159,,Shongaloo,LA,71072,318-846-2820,W,F,,310,12/31/2012,01/01/2009,Ms. Pipkin -Alderman ,Village of Shongaloo ,P. O. Box 74,,Shongaloo,LA,71072,318-846-2876,WEBSTER,Ann Sexton,268 Sexton Dr.,,Shongaloo,LA,71072,318-846-2810,W,F,R,310,12/31/2012,01/01/2009,Ms. Sexton -Councilman ,"District A, City of Minden ",P. O. Box 580,,Minden,LA,71058-0580 ,318-377-2144,WEBSTER,Rodney D. Seamster,617 Durwood Dr.,,Minden,LA,71055,318-377-0164,B,M,D,310,12/31/2010,01/01/2007,Mr. Seamster -Councilman ,"District B, City of Minden ",P. O. Box 580,,Minden,LA,71058-0580 ,318-377-2144,WEBSTER,Fayrine Kennon-Gilbert,P.O. Box 605,,Minden,LA,71055,318-377-0934,B,F,D,310,12/31/2010,01/01/2007,Ms. Gilbert -Councilman ,"District C, City of Minden ",P. O. Box 580,,Minden,LA,71058-0580 ,318-377-2144,WEBSTER,Magaline M. Quarles,1201 Bayou Ave.,,Minden,LA,71055,318-377-0239,B,F,D,310,12/31/2010,01/01/2007,Ms. Quarles -Councilman ,"District D, City of Minden ",P. O. Box 580,,Minden,LA,71058-0580 ,318-377-2144,WEBSTER,"""Tommy"" Davis",225 Woodhaven Dr.,,Minden,LA,71055,318-371-1844,W,M,R,310,12/31/2010,01/01/2007,Mr. Davis -Councilman ,"District E, City of Minden ",P. O. Box 580,,Minden,LA,71058-0580 ,318-377-2144,WEBSTER,Benny Gray,833 Country Club Cir.,,Minden,LA,71055,318-377-5945,W,M,D,310,12/31/2010,01/01/2007,Mr. Gray -DPEC Member ,at Large ,,,,LA,,,WEST BATON ROUGE,Michael B. Cazes,2047 Antonio Dr.,,Port Allen,LA,70767,225-749-3341,W,M,D,054,02/20/2012,02/20/2008,Mr. Cazes -DPEC Member ,at Large ,,,,LA,,,WEST BATON ROUGE,Jeffrey C. Kershaw,2041 Holly Wood Ct.,,Port Allen,LA,70767,225-749-9173,W,M,D,054,02/20/2012,02/20/2008,Mr. Kershaw -DPEC Member ,District 1 ,,,,LA,,,WEST BATON ROUGE,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,WEST BATON ROUGE,"George ""Skipper"" Grady",1848 Allene St.,,Brusly,LA,70719,225-749-0081,W,M,D,056,02/20/2012,02/20/2008,Mr. Grady -DPEC Member ,District 3 ,,,,LA,,,WEST BATON ROUGE,"Rawlston D. Phillips, Jr.",P.O. Box 917,,Port Allen,LA,70767,225-749-3504,W,M,D,056,02/20/2012,02/20/2008,Mr. Phillips -DPEC Member ,District 4 ,,,,LA,,,WEST BATON ROUGE,Thomas J. Leblanc,675 Florida Ave.,,Port Allen,LA,70767,225-343-4134,W,M,D,056,02/20/2012,02/20/2008,Mr. Leblanc -DPEC Member ,District 5 ,,,,LA,,,WEST BATON ROUGE,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,WEST BATON ROUGE,Huey P. Brown,3924 North River Rd.,,Port Allen,LA,70767,225-343-5900,W,M,D,056,02/20/2012,02/20/2008,Mr. Brown -DPEC Member ,District 7 ,,,,LA,,,WEST BATON ROUGE,,,,,,,,,,,056 -DPEC Member ,District 8 ,,,,LA,,,WEST BATON ROUGE,Anthony R. Ferdinand,5337 Flynn Rd.,,Port Allen,LA,70767,225-627-6880,B,M,D,056,02/20/2012,02/20/2008,Mr. Ferdinand -DPEC Member ,District 9 ,,,,LA,,,WEST BATON ROUGE,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,WEST BATON ROUGE,,,,,,,,,,,064 -RPEC Member ,District 1 ,,,,LA,,,WEST BATON ROUGE,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,WEST BATON ROUGE,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,WEST BATON ROUGE,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,WEST BATON ROUGE,Joseph B. Hagmann,651 Georgia Ave.,,Port Allen,LA,70767,225-388-0990,W,M,R,066,02/20/2012,02/20/2008,Mr. Hagmann -RPEC Member ,District 5 ,,,,LA,,,WEST BATON ROUGE,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,WEST BATON ROUGE,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,WEST BATON ROUGE,,,,,,,,,,,066 -RPEC Member ,District 8 ,,,,LA,,,WEST BATON ROUGE,,,,,,,,,,,066 -RPEC Member ,District 9 ,,,,LA,,,WEST BATON ROUGE,,,,,,,,,,,066 -Sheriff ,,P. O. Box 129,,Port Allen,LA,70767,225-343-9234,WEST BATON ROUGE,"Michael ""Mike"" Cazes",P.O. Box 129,,Port Allen,LA,70767,225-749-3341,W,M,D,225,06/30/2012,07/01/2008,Sheriff Cazes -Clerk of Court ,,P. O. Box 107,,Port Allen,LA,70767,225-383-0378,WEST BATON ROUGE,Mark J. Graffeo,P.O. Box 107,,Port Allen,LA,70767,225-381-9721,W,M,D,230,06/30/2012,07/01/2008,Mr. Graffeo -Assessor ,,P.O. Box 76,,Port Allen,LA,70767,225-344-6777,WEST BATON ROUGE,"Barney ""Frog"" Altazan",603 Oaks Ave.,,Port Allen,LA,70767,225-343-4152,W,M,D,235,12/31/2012,01/01/2009,Mr. Altazan -Coroner ,,P.O. Box 951,,Port Allen,LA,70767,225-336-2429,WEST BATON ROUGE,"""Phil"" Padgett",635 Maryland Ave.,,Port Allen,LA,70767,225-343-2922,W,M,R,240,03/25/2012,03/24/2008,Mr. Padgett -Parish President ,,P.O. Box 757,,Port Allen,LA,70767-0757 ,225-383-4755,WEST BATON ROUGE,"Riley ""Pee Wee"" Berthelot",4185 Fitzgerald St.,,Addis,LA,70710,225-687-4767,W,M,D,243,01/09/2012,01/14/2008,Mr. Berthelot -Council Member,District 1,P. O. Box 757,,Port Allen,LA,70767,225-383-4755,WEST BATON ROUGE,Randal Mouch,8326 First St.,,Addis,LA,70710,225-687-3891,W,M,D,245,01/09/2012,01/14/2008,Mr. Mouch -Council Member ,District 2 ,P. O. Box 757,,Port Allen,LA,70767,225-383-4755,WEST BATON ROUGE,"Jeffrey ""Petit"" Kershaw",2041 Holly Wood Court,,Port Allen,LA,70767,225-749-9173,W,M,D,245,01/09/2012,01/14/2008,Mr. Kershaw -Council Member ,District 3 ,P. O. Box 757,,Port Allen,LA,70767,225-383-4755,WEST BATON ROUGE,"Keith K. ""Keedy"" Washington, Sr.",P.O. Box 360,,Brusly,LA,70719,225-749-7902,B,M,D,245,01/09/2012,01/14/2008,Mr. Washington -Council Member ,District 4 ,P. O. Box 757,,Port Allen,LA,70767,225-383-4755,WEST BATON ROUGE,Ricky Loupe,2439 Riverside Dr.,,Port Allen,LA,70767,225-749-9305,W,M,D,245,01/09/2012,01/14/2008,Mr. Loupe -Council Member ,District 5 ,P. O. Box 757,,Port Allen,LA,70767,225-383-4755,WEST BATON ROUGE,Charlene Gordon,P.O. Box 421,,Port Allen,LA,70767,225-336-4176,B,F,D,245,01/09/2012,01/14/2008,Ms. Gordon -Council Member ,District 6 ,P. O. Box 757,,Port Allen,LA,70767,225-383-4755,WEST BATON ROUGE,"""Phil"" Porto, Jr.",3226 Rosario St.,,Port Allen,LA,70767,225-383-9673,W,M,D,245,01/09/2012,01/14/2008,Mr. Porto -Council Member ,District 7 ,P. O. Box 757,,Port Allen,LA,70767,225-383-4755,WEST BATON ROUGE,"Gary ""Sprout"" Spillman",6949 Bueche Rd.,,Bueche,LA,70729,225-627-6438,W,M,D,245,01/09/2012,01/14/2008,Mr. Spillman -Council Member ,District 8 ,P. O. Box 757,,Port Allen,LA,70767,225-383-4755,WEST BATON ROUGE,"Alethea ""Lisa Green"" Johnson",4426 Rougon Rd.,,Port Allen,LA,70767,,B,F,D,245,01/09/2012,01/14/2008,Mr. Johnson -Council Member ,District 9 ,P. O. Box 757,,Port Allen,LA,70767,225-383-4755,WEST BATON ROUGE,"Edward G. ""Bob"" Robertson",P.O. Box 504,,Port Allen,LA,70767,225-344-5164,B,M,D,245,01/09/2012,01/14/2008,Mr. Robertson -City Judge ,"City Court, City of Port Allen ",P. O. Box 93,,Port Allen,LA,70767,225-346-4702,WEST BATON ROUGE,"William T. ""Will"" Kleinpeter",1848 Fairview Dr.,,Port Allen,LA,70767,225-749-9269,W,M,R,250,12/31/2014,01/01/2009,Mr. Kleinpeter -City Marshal ,"City Court, City of Port Allen ",P. O. Box 93,,Port Allen,LA,70767,225-346-4702,WEST BATON ROUGE,"Michael ""Mike"" Zito",917 Brantford Dr.,,Port Allen,LA,70767,225-383-2747,W,M,D,250,12/31/2014,01/01/2009,Marshal Zito -Member of School Board ,at Large ,3761 Rosedale Rd.,,Port Allen,LA,70767,225-343-6100,WEST BATON ROUGE,C.A. Altazan,824 Ave. E,,Port Allen,LA,70767,225-383-5445,W,M,D,255,12/31/2010,01/01/2007,Mr. Altazan -Member of School Board ,District I ,3761 Rosedale Rd.,,Port Allen,LA,70767,225-343-6100,WEST BATON ROUGE,Cynthia Mouch Crochet,7022 S. River Rd.,,Addis,LA,70710,225-749-2094,W,F,R,255,12/31/2010,01/01/2007,Mr. Crochet -Member of School Board ,District II ,3761 Rosedale Rd.,,Port Allen,LA,70767,225-343-6100,WEST BATON ROUGE,Cecile G. Gauthreaux,3760 Emily Dr.,,Port Allen,LA,70767,225-749-8458,W,F,D,255,12/31/2010,01/01/2007,Mr. Gauthreaux -Member of School Board ,District III ,3761 Rosedale Rd.,,Port Allen,LA,70767,225-343-6100,WEST BATON ROUGE,Atley D. Walker,3751 Lukeville Lane,,Brusly,LA,70719,225-749-3036,B,M,D,255,12/31/2010,01/01/2007,Mr. Walker -Member of School Board ,District IV ,3761 Rosedale Rd.,,Port Allen,LA,70767,225-343-6100,WEST BATON ROUGE,"Ronald ""Blue"" LeBlanc",740 Oaks Ave.,,Port Allen,LA,70767,225-346-8127,W,M,D,255,12/31/2010,01/01/2007,Mr. LeBlanc -Member of School Board ,District IX ,3761 Rosedale Rd.,,Port Allen,LA,70767,225-343-6100,WEST BATON ROUGE,"Michael ""Mike"" Maranto",18515 North River Rd.,,Bueche,LA,70729,225-627-5689,W,M,D,255,12/31/2010,01/01/2007,Mr. Maranto -Member of School Board ,District V ,3761 Rosedale Rd.,,Port Allen,LA,70767,225-343-6100,WEST BATON ROUGE,"Leon N. Goudeau, Sr.",515 Heliotrope St.,,Port Allen,LA,70767,225-383-6392,B,M,D,255,12/31/2010,05/12/2009,Mr. Goudeau -Member of School Board ,District VI ,3761 Rosedale Rd.,,Port Allen,LA,70767,225-343-6100,WEST BATON ROUGE,"Thelma L. Pattan, ",3761 Rosedale Rd,,Port Allen,LA,70767,,,,,255,,02/09/2010,Mrs. Pattan -Member of School Board ,District VII ,3761 Rosedale Rd.,,Port Allen,LA,70767,225-343-6100,WEST BATON ROUGE,"George Alden Chustz, Jr.",10941 L. J. Lane,,Port Allen,LA,70767,225-627-9389,W,M,D,255,12/31/2010,01/01/2007,Mr. Chutz -Member of School Board ,District VIII ,3761 Rosedale Rd.,,Port Allen,LA,70767,225-343-6100,WEST BATON ROUGE,Jason Manola,2644 Riverside Dr.,,Port Allen,LA,70767,225-749-3432,W,M,D,255,12/31/2010,01/01/2007,Mr. Manola -Justice of the Peace ,Justice of the Peace Ward 1 ,7656 S. River Rd.,,Addis,LA,70710,225-749-2035,WEST BATON ROUGE,Thomas Glenn Prejean,7656 South River Rd.,,Addis,LA,70710,225-749-2035,W,M,D,265,12/31/2014,01/01/2009,Mr. Prejean -Justice of the Peace ,Justice of the Peace Ward 2 ,210 Richard St.,,Brusly,LA,70719,225-749-2142,WEST BATON ROUGE,"H. ""Gil"" Banta",3130 Live Oak Dr.,,Brusly,LA,70719,225-749-8128,W,M,R,265,12/31/2014,01/01/2009,Mr. Banta -Justice of the Peace ,Justice of the Peace Ward 4 ,2141 Lafiton Ln.,,Port Allen,LA,70767,225-267-6719,WEST BATON ROUGE,"Michael ""Mike"" Ryan",2141 Lafiton Ln.,,Port Allen,LA,70767,225-267-6719,W,M,,265,12/31/2014,01/01/2009,Mr. Ryan -Justice of the Peace ,Justice of the Peace Ward 5 ,6111 David Rd.,,Port Allen,LA,70767,225-383-7909,WEST BATON ROUGE,Fern David,6111 Nolan David Rd.,,Port Allen,LA,70767,225-383-7909,W,F,D,265,12/31/2014,01/01/2009,Ms. David -Justice of the Peace ,Justice of the Peace Ward 6 ,6738 Bueche Rd.,,Bueche,LA,70720,225-627-6637,WEST BATON ROUGE,James Ducote,9243 Burnside Rd.,,Erwinville,LA,70729,225-627-3975,W,M,D,265,12/31/2014,01/01/2009,Mr. Ducote -Justice of the Peace ,Justice of the Peace Ward 7 ,P.O.Box 172,,Port Allen,LA,70767,225-627-5215,WEST BATON ROUGE,"James ""Jimmy"" Womack",P.O. Box 172,,Erwinville,LA,70729,225-627-5215,W,M,D,265,12/31/2014,01/01/2009,Mr. Womack -Constable ,Justice of the Peace Ward 1 ,4932 Myrle Dr.,,Addis,LA,70710,225-687-5352,WEST BATON ROUGE,Rhonda LeBlanc Kelley,4932 Myrle St.,,Addis,LA,70710,225-687-5352,W,F,D,267,12/31/2014,01/01/2009,Ms. Kelleu -Constable ,Justice of the Peace Ward 2 ,210 Richard St.,,Brusly,LA,70719,225-749-2142,WEST BATON ROUGE,Charles Zalfen,2228 Live Oak Dr.,,Brusly,LA,70719,225-749-3373,W,M,D,267,12/31/2014,01/01/2009,Mr. Zalfren -Constable ,Justice of the Peace Ward 4 ,3534 Kahns Rd.,,Port Allen,LA,70767,225-383-0027,WEST BATON ROUGE,"Jerome M. ""Jimmy"" Fontana",3534 Kahns Rd.,,Port Allen,LA,70767,225-383-0027,W,M,D,267,12/31/2014,01/01/2009,Mr. Fonatana -Constable ,Justice of the Peace Ward 5 ,P.O. Box 513,,Port Allen,LA,70767,225-343-0336,WEST BATON ROUGE,"Michael ""Mike"" David",P. O. Box 513,,Port Allen,LA,70767,225-343-0336,W,M,D,267,12/31/2014,01/01/2009 -Constable ,Justice of the Peace Ward 6 ,6358 Bueche Rd.,,Port Allen,LA,70767,225-627-5468,WEST BATON ROUGE,Vorise Miller,6358 Bueche Rd.,,Erwinville,LA,70729,225-627-5468,W,M,D,267,12/31/2014,01/01/2009,Mr. Miller -Constable ,Justice of the Peace Ward 7 ,3953 Poydras Bayou Dr.,,Port Allen,LA,70767,225-627-4017,WEST BATON ROUGE,"""Johnny"" Lurry",3623 Poydras Bayou,,Port Allen,LA,70767,225-627-4475,W,M,R,267,12/31/2014,01/01/2009,Mr. Lurry -Mayor ,City of Port Allen ,P. O. Box 468,,Port Allen,LA,,225-346-5670,WEST BATON ROUGE,Derek A. Lewis,P. O. Box 1093,,Port Allen,LA,70767,225-387-1540,B,M,D,300,12/31/2012,01/01/2009,Mayor Lewis -Mayor ,Town of Addis ,P. O. Box 237,,Addis,LA,,225-687-4844,WEST BATON ROUGE,Carroll P. Bourgeois,P. O. Box 293,,Addis,LA,70710,225-687-2932,W,M,D,300,12/31/2012,01/01/2009,Mayor Bourgeois -Mayor ,Town of Brusly ,P. O. Box 510,,Brusly,LA,,225-749-2909,WEST BATON ROUGE,"""Joey"" Normand",3419 Live Oak Dr.,,Brusly,LA,70719,225-749-3435,W,M,,300,12/31/2012,01/01/2009,Mayor -Chief of Police ,City of Port Allen ,P. O. Box 468,,Port Allen,LA,70767,225-346-5670,WEST BATON ROUGE,"""Fred"" Smith",980 Sixth St.,,Port Allen,LA,70767,225-387-0506,B,M,D,305,12/31/2012,01/01/2009,Chief Smith -Chief of Police ,Town of Addis ,P. O. Box 237,,Addis,LA,70710,225-687-4844,WEST BATON ROUGE,"Richard Alton ""Ricky"" Anderson",P. O. Box 716,,Addis,LA,70710,225-687-8881,W,M,D,305,12/31/2012,01/01/2009,Chief Anderson -Chief of Police ,Town of Brusly ,P. O. Box 510,,Brusly,LA,70719,225-749-2909,WEST BATON ROUGE,Jamie Whaley,2021 Allene St.,,Brusly,LA,70719,225-749-8104,W,M,D,305,12/31/2012,01/01/2009,Chief Whaley -Council Member at Large ,City of Port Allen ,,,,LA,,,WEST BATON ROUGE,R. J. Loupe,138 N. Jefferson Ave.,,Port Allen,LA,70767,225-344-7909,W,M,D,308,12/31/2012,01/01/2009,Mr. Loupe -Council Member ,"District I, City of Port Allen ",P. O. Box 468,,Port Allen,LA,70767,225-346-5670,WEST BATON ROUGE,Ray Helen Lawrence,1334 Oregon Ave.,,Port Allen,LA,70767,225-344-4830,B,F,D,310,12/31/2012,01/01/2009,Mr. Lawrence -Council Member ,"District II, City of Port Allen ",P. O. Box 468,,Port Allen,LA,70767,225-346-5670,WEST BATON ROUGE,"Hugh ""Hootie"" Riviere",456 Ave. D,,Port Allen,LA,70767,225-344-1279,W,M,,310,12/31/2012,01/01/2009,Mr. Riviere -Council Member ,"District III, City of Port Allen ",P. O. Box 468,,Port Allen,LA,70767,225-346-5670,WEST BATON ROUGE,Ralph Bergeron,244 Palm St.,,Port Allen,LA,70767,,W,M,D,310,12/31/2012,01/01/2009,Mr. Bergeron -Council Member ,"District IV, City of Port Allen ",P. O. Box 468,,Port Allen,LA,70767,225-346-5670,WEST BATON ROUGE,"Irvrie A. ""Ivory"" Johnson",1085 Georgia Ave.,,Port Allen,LA,70767,225-383-3428,B,M,D,310,12/31/2012,01/01/2009,Mr. Johnson -Council Member ,Town of Addis ,P. O. Box 237,,Addis,LA,70710,225-687-4844,WEST BATON ROUGE,"Wilson ""Hook"" Cazes",3777 Justice Ave.,,Addis,LA,70710,225-687-9737,W,M,D,310,12/31/2012,01/01/2009,Mr. Cazes -Council Member ,Town of Addis ,P. O. Box 237,,Addis,LA,70710,225-687-4844,WEST BATON ROUGE,"Lance ""Yogi"" Gauthreaux",8123 First St.,,Addis,LA,70710,225-687-4741,W,M,,310,12/31/2012,01/01/2009,Mr. Gauthreaux -Council Member ,Town of Addis ,P. O. Box 237,,Addis,LA,70710,225-687-4844,WEST BATON ROUGE,"Joseph ""Blackie"" Landry",P.O. Box 329,,Addis,LA,70710,225-687-2255,W,M,D,310,12/31/2012,01/01/2009,Mr. Landry -Council Member ,Town of Addis ,P. O. Box 237,,Addis,LA,70710,225-687-4844,WEST BATON ROUGE,"Russell ""Rusty"" Parrish",7723 First St.,,Addis,LA,70710,,W,M,D,310,12/31/2012,01/01/2009,Mr. Parrish -Council Member ,Town of Addis ,P. O. Box 237,,Addis,LA,70710,225-687-4844,WEST BATON ROUGE,David H. Toups,8246 First St.,,Addis,LA,70710,225-687-3776,W,M,D,310,12/31/2012,01/01/2009,Mr. Toups -Council Member ,Town of Brusly ,P. O. Box 510,,Brusly,LA,70719,225-749-2909,WEST BATON ROUGE,David Shane Andre',300 Gleason St.,,Brusly,LA,70719,225-749-6251,W,M,,310,12/31/2012,01/01/2009,Mr. Andre -Council Member ,Town of Brusly ,P. O. Box 510,,Brusly,LA,70719,225-749-2909,WEST BATON ROUGE,Joanne C. Bourgeois,P. O. Box 628,,Brusly,LA,70719,225-749-3270,W,F,,310,12/31/2012,01/01/2009,Mr. Bourgeois -Council Member ,Town of Brusly ,P. O. Box 510,,Brusly,LA,70719,225-749-2909,WEST BATON ROUGE,James Landess Hebert,P. O. Box 389,,Brusly,LA,70719,225-749-2200,W,M,R,310,12/31/2012,01/01/2009,Mr. Hebert -Council Member ,Town of Brusly ,P. O. Box 510,,Brusly,LA,70719,225-749-2909,WEST BATON ROUGE,"Chris ""Fish"" Kershaw",P. O. Box 1234,,,LA,70719,225-749-7798,W,M,D,310,12/31/2012,01/01/2009,Mr. Kershaw -Council Member ,Town of Brusly ,P. O. Box 510,,Brusly,LA,70719,225-749-2909,WEST BATON ROUGE,Thomas Olinde,240 Oakbend Dr.,,Brusly,LA,70719,225-772-1493,W,M,R,310,12/31/2012,01/01/2009,Mr. Olinde -DPEC Member ,at Large ,,,,LA,,,WEST CARROLL,,,,,,,,,,,054 -DPEC Member ,District A ,,,,LA,,,WEST CARROLL,,,,,,,,,,,056 -DPEC Member ,District B ,,,,LA,,,WEST CARROLL,,,,,,,,,,,056 -DPEC Member ,District C ,,,,LA,,,WEST CARROLL,,,,,,,,,,,056 -DPEC Member ,District D ,,,,LA,,,WEST CARROLL,,,,,,,,,,,056 -DPEC Member ,District E ,,,,LA,,,WEST CARROLL,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,WEST CARROLL,Lisa Cox Reardon,P.O. Box 761,,Oak Grove,LA,71263,318-428-2535,,,,064,,06/18/2008,Ms. Reardon -RPEC Member ,District A ,,,,LA,,,WEST CARROLL,,,,,,,,,,,066 -RPEC Member ,District B ,,,,LA,,,WEST CARROLL,,,,,,,,,,,066 -RPEC Member ,District C ,,,,LA,,,WEST CARROLL,,,,,,,,,,,066 -RPEC Member ,District D ,,,,LA,,,WEST CARROLL,,,,,,,,,,,066 -RPEC Member ,District E ,,,,LA,,,WEST CARROLL,,,,,,,,,,,066 -Sheriff ,,P. O. Box 744,,Oak Grove,LA,71263,318-428-2331,WEST CARROLL,Jerry Philley,P O. Box 744,,Oak Grove,LA,71263,318-428-4390,W,M,R,225,06/30/2012,07/01/2008,Sheriff -Clerk of Court ,,P. O. Box 1078,,Oak Grove,LA,71263,318-428-2369,WEST CARROLL,Kay S. Bolding,P.O. Box 1078,,Oak Grove,LA,71263,318-428-4689,W,F,D,230,06/30/2012,07/01/2008,Mr. Bolding -Assessor ,,P.O. Box 610,,Oak Grove,LA,71263,318-428-2371,WEST CARROLL,DeAnna Smith,9468 Hwy. 17,,Oak Grove,LA,71263,318-428-9545,W,F,O,235,12/31/2012,01/01/2009,Ms. Smith -Coroner ,,502 Ross Street,,Oak Grove,LA,71263,318-428-2358,WEST CARROLL,Noli C. Guinigundo,502 Ross St.,,Oak Grove,LA,71263,318-428-2358,W,M,R,240,03/25/2012,03/24/2008,Mr. Guinigundo -Police Juror,District A,P.O. Drawer 630,,Oak Grove,LA,71263,318-428-3390,WEST CARROLL,Johnny Lee Simms,P.O. Box 610,,Epps,LA,71237,318-926-8495,W,M,D,245,01/08/2012,01/14/2008,Mr. Simms. -Police Juror ,District B ,P.O. Drawer 1608,,Oak Grove,LA,71263,318-428-3390,WEST CARROLL,"""Bill"" Ellerbe",1405 Hwy. 878,,Oak Grove,LA,71263,318-428-8427,W,M,D,245,01/08/2012,01/14/2008,Mr. Ellerbe -Police Juror ,District C ,P.O. Drawer 1608,,Oak Grove,LA,71263,318-428-3390,WEST CARROLL,Jack L. Madden,326 Country Lane,,Oak Grove,LA,71263,318-428-3346,W,M,O,245,01/08/2012,01/14/2008,Mr. Madden -Police Juror ,District D ,P.O. Drawer 1608,,Oak Grove,LA,71263,318-428-3390,WEST CARROLL,"Eugene ""Pop"" Crosby",P.O. Box 89,,Oak Grove,LA,71263,318-428-4398,W,M,D,245,01/08/2012,01/14/2008,Mr. Crosby -Police Juror ,District E ,P.O. Drawer 1608,,Oak Grove,LA,71263,318-428-3390,WEST CARROLL,"""Eddie"" Russell",783 Newell Rd.,,Oak Grove,LA,71263,318-428-8970,W,M,D,245,01/08/2012,01/14/2008,Mr. Russell -Member of School Board ,District 1 ,314 E. Main St.,,Oak Grove,LA,71263,318-428-2378,WEST CARROLL,"C. T. ""Red"" Rawls",P.O. Box 93,,Epps,LA,71237,318-926-5473,W,M,O,255,12/31/2010,01/01/2007,Mr. Rawls -Member of School Board ,District 2 ,314 E. Main St.,,Oak Grove,LA,71263,318-428-2378,WEST CARROLL,Donald Ray Gwin,262 Gwin Rd.,,Epps,LA,71237,318-926-3908,W,M,D,255,12/31/2010,01/01/2007,Mr. Gwin -Member of School Board ,District 3 ,314 E. Main St.,,Oak Grove,LA,71263,318-428-2378,WEST CARROLL,"""Kathy"" McAllister",307 Hwy. 589,,Oak Grove,LA,71263,318-428-2091,W,F,O,255,12/31/2010,01/01/2007,Ms. McAllister -Member of School Board ,District 4 ,314 E. Main St.,,Oak Grove,LA,71263,318-428-2378,WEST CARROLL,J. Kelly Coleman,P. O. Box 241,,Oak Grove,LA,71263,318-428-0405,W,M,R,255,12/31/2010,01/01/2007,Mr. Coleman -Member of School Board ,District 5 ,314 E. Main St.,,Oak Grove,LA,71263,318-428-2378,WEST CARROLL,"""J. T."" Martin, Sr.",P.O. Box 469,,Oak Grove,LA,71263,318-428-8840,B,M,D,255,12/31/2010,01/01/2007,Mr. Martin -Member of School Board ,District 6 ,314 E. Main St.,,Oak Grove,LA,71263,318-428-2378,WEST CARROLL,Raymond Desselle,252 Thomas Loop,,Oak Grove,LA,71263,318-669-1293,W,M,,255,12/31/2010,02/23/2009,Mr. Desselle -Member of School Board ,District 7 ,314 E. Main St.,,Oak Grove,LA,71263,318-428-2378,WEST CARROLL,Jerry M. Gathings,15202 Hwy. 585,,Oak Grove,LA,71263,318-428-2639,W,M,,255,12/31/2010,01/01/2007,Mr. Gathings -Justice of the Peace ,Justice of the Peace District 1 ,579 Hurt Rd.,,Pioneer,LA,71266,318-926-3928,WEST CARROLL,Doris Varner,579 Hurt Rd.,,Pioneer,LA,71266,318-926-3928,W,F,O,265,12/31/2014,01/01/2009,Ms. Varner -Justice of the Peace ,Justice of the Peace District 2 ,1038 Turner Rd.,,Oak Grove,LA,71263,318-428-3405,WEST CARROLL,Bobby R. Lee,154 Robinson Rd.,,Oak Grove,LA,71263,318-428-8347,W,M,,265,12/31/2014,01/01/2009,Mr. Lee -Justice of the Peace ,Justice of the Peace District 3 ,4325 Hwy 582,,Oak Grove,LA,71263,318-428-2643,WEST CARROLL,Vendal W. Fairchild,4325 Hwy. 582,,Oak Grove,LA,71263,318-428-2643,W,M,R,265,12/31/2014,01/01/2009,Mr. Fairchild -Justice of the Peace ,Justice of the Peace District 4 ,P.O.Box 510,,Oak Grove,LA,71263,318-428-7137,WEST CARROLL,Cecil Wayne Jones,907 East Main St.,,Oak Grove,LA,71263,318-428-4701,W,M,,265,12/31/2014,08/24/2009,Mr. Jones -Justice of the Peace ,Justice of the Peace District 5 ,P.O. Box 205,,Kilbourne,LA,71253,318-428-4913,WEST CARROLL,Connie Green,P.O. Box 205,,Kilbourne,LA,71253,318-428-4913,W,F,,265,12/31/2014,01/01/2009,Ms. Green -Constable ,Justice of the Peace District 1 ,848 Loyd Rd.,,Epps,LA,71237,318-926-3309,WEST CARROLL,Annette Sullivan King,5952 Hwy. 577,,Pioneer,LA,71266,318-926-4887,W,F,,267,12/31/2014,01/01/2009,Ms. King -Constable ,Justice of the Peace District 2 ,P.O. Box 176,,Pioneer,LA,71266,318-428-2227,WEST CARROLL,Tammy Thompson Hartley,6723 Hwy. 588,,Pioneer,LA,71266,318-428-3140,W,F,,267,12/31/2014,01/01/2009,Ms. Hartley -Constable ,Justice of the Peace District 3 ,P.O. Box 367,,Oak Grove,LA,71263,318-428-4919,WEST CARROLL,Perry W. Brantley,P.O. Box272,,Forest,LA,71242,318-428-8143,W,M,R,267,12/31/2014,01/01/2009,Mr. Brantley -Constable ,Justice of the Peace District 4 ,6405 Hwy. 589,,Oak Grove,LA,71263,318-428-3895,WEST CARROLL,Nell Chambless,6405 Hwy. 589,,Oak Grove,LA,71263,318-428-0547,W,F,D,267,12/31/2014,01/01/2009,Ms. Chambless -Constable ,Justice of the Peace District 5 ,P.O. Box 236,,Kilbourne,LA,71253,,WEST CARROLL,John A. Tullos,P.O. Box,,Kilbourne,LA,71253,318-428-2848,W,M,,267,12/31/2014,01/01/2009,Mr. Tullos -Mayor ,Town of Oak Grove ,P. O. Drawer 1014,,Oak Grove,LA,,318-428-3275,WEST CARROLL,Lavelle Brown,P.O. Box 421,,Oak Grove,LA,71263,318-428-2509,W,M,D,300,06/30/2010,07/01/2006,Mayor Brown -Mayor ,Village of Epps ,P. O. Box 253,,Epps,LA,,318-926-5224,WEST CARROLL,"""Jeff"" Guice",P.O. Box 767,,Epps,LA,71237,318-926-5649,W,M,O,300,12/31/2010,01/01/2007,Mr. Guice -Mayor ,Village of Forest ,P. O. Box 338,,Forest,LA,,318-428-9058,WEST CARROLL,Michael Wayne Jones,P.O. Box 397,,Forest,LA,71242,318-428-4779,W,M,O,300,12/31/2012,08/24/2009,Mayor Jones -Mayor ,Village of Kilbourne ,P. O. Box 395,,Kilbourne,LA,,318-428-2774,WEST CARROLL,"""Jim"" Sowell",P.O. Box 318,,Kilbourne,LA,71253,318-428-2926,W,M,R,300,12/31/2010,01/01/2007,Mr. Sowell -Mayor ,Village of Pioneer ,P. O. Box 153,,Pioneer,LA,,318-428-8581,WEST CARROLL,Sonia Reiter,P.O. Box 143,,Pioneer,LA,71266,318-428-2151,W,F,,300,12/31/2010,01/01/2007,Ms. Reiter -Chief of Police ,Village of Epps ,P. O. Box 253,,Epps,LA,71237,318-926-5224,WEST CARROLL,Roosevelt Porter,P.O. Box 73,,Epps,LA,71237,318-926-4487,B,M,D,305,12/31/2010,02/20/2008,Chief Porter -Chief of Police ,Village of Forest ,P. O. Box 338,,Forest,LA,71242,318-428-9058,WEST CARROLL,"James R. ""Bob"" Smith",3585 Hwy. 582,,Oak Grove,LA,71263,318-428-2752,W,M,O,305,12/31/2012,01/01/2009,Mr. Smith -Chief of Police ,Village of Kilbourne ,P. O. Box 395,,Kilbourne,LA,71253,318-428-2774,WEST CARROLL,Howard Tullos,P.O. Box 234,,Kilbourne,LA,71253,318-428-8561,W,M,R,305,12/31/2010,01/01/2007,Mr. Tullos -Chief of Police ,Village of Pioneer ,P. O. Box 153,,Pioneer,LA,71266,318-428-8581,WEST CARROLL,Michael Henderson,P.O. Box 153,,Pioneer,LA,71266,318-428-8581,,,,305,,11/02/2009,Chief Henderson -Alderman ,Village of Epps ,P. O. Box 253,,Epps,LA,71237,318-926-5224,WEST CARROLL,Shirley Gibson,P.O. Box 66,,Epps,LA,71237,318-926-5210,W,F,O,310,12/31/2010,01/01/2007,Ms. Epps -Alderman ,Village of Epps ,P. O. Box 253,,Epps,LA,71237,318-926-5224,WEST CARROLL,Charlie M. Grimble,P.O. Box 641,,Epps,LA,71237,318-926-5330,B,M,D,310,12/31/2010,01/01/2007,Mr. Grimble -Alderman ,Village of Epps ,P. O. Box 253,,Epps,LA,71237,318-926-5224,WEST CARROLL,Roberta P. Simms,P.O. Box 179,,Epps,LA,71237,318-926-1126,W,F,O,310,12/31/2010,01/01/2007,Ms. Simms -Alderman ,Village of Forest ,P. O. Box 338,,Forest,LA,71242,318-428-9058,WEST CARROLL,Theresa G. Brantley,P.O. Box 272,,Forest,LA,71242,318-428-8143,W,F,R,310,12/31/2012,01/01/2009,Ms. Brantley -Alderman ,Village of Forest ,P. O. Box 338,,Forest,LA,71242,318-428-9058,WEST CARROLL,"Charles ""Buddy"" Dukes",P.O. Box 279,,Forest,LA,71242,318-428-9320,W,M,,310,12/31/2012,01/01/2009,Mr. Dukes -Alderman ,Village of Forest ,P. O. Box 338,,Forest,LA,71242,318-428-9058,WEST CARROLL,Edward McKaskle,P.O. Box 357,,Forest,LA,71242,318-235-2254,W,M,R,310,12/31/2012,08/24/2009,Mr. McKaskle -Alderman ,Village of Forest ,P. O. Box 338,,Forest,LA,71242,318-428-9058,WEST CARROLL,Bobbie J. Wise,P.O. Box 387,,Forest,LA,71242,318-428-8053,W,F,,310,12/31/2012,01/01/2009,Ms. Wise -Alderman ,Village of Kilbourne ,P. O. Box 395,,Kilbourne,LA,71253,318-428-2774,WEST CARROLL,Joe Lee Allen,P.O. Box 451,,Kilbourne,LA,71253,318-428-8455,W,M,,310,12/31/2010,02/19/2007,Mr. Allen -Alderman ,Village of Kilbourne ,P. O. Box 395,,Kilbourne,LA,71253,318-428-2774,WEST CARROLL,Billy M. Owens,P.O. Box 24,,Kilbourne,LA,71253,318-428-7019,W,M,O,310,12/31/2010,01/01/2007,Mr. Owens -Alderman ,Village of Kilbourne ,P. O. Box 395,,Kilbourne,LA,71253,318-428-2774,WEST CARROLL,Toni Prine Shumate,P.O. Box 172,,Kilbourne,LA,71253,318-428-8906,W,F,,310,12/31/2010,01/01/2007,Mr. Shumate -Alderman ,Village of Pioneer ,P. O. Box 153,,Pioneer,LA,71266,318-428-8581,WEST CARROLL,Tamra Deniece Gunter,5967 Broadway St.,,Pioneer,LA,71266,318-428-0707,W,F,O,310,12/31/2010,01/01/2007,Ms. Gunter -Alderman ,Village of Pioneer ,P. O. Box 153,,Pioneer,LA,71266,318-428-8581,WEST CARROLL,Clifton Ward,P.O. Box 21,,Pioneer,LA,71266,318-428-2273,B,M,,310,12/31/2010,01/01/2007,Mr. Ward -Alderman ,Village of Pioneer ,P. O. Box 153,,Pioneer,LA,71266,318-428-8581,WEST CARROLL,Timmy Whatley,P.O. Box 333,,Pioneer,LA,71266,318-428-8387,W,M,O,310,12/31/2010,01/01/2007,Mr. Whatley -Councilman ,Town of Oak Grove ,P. O. Drawer 1014,,Oak Grove,LA,71263,318-428-3275,WEST CARROLL,Kent Elkins,P.O. Box 806,,Oak Grove,LA,71263,318-428-4358,W,M,R,310,06/30/2010,07/01/2006,Mr. Elkins -Councilman ,Town of Oak Grove ,P. O. Drawer 1014,,Oak Grove,LA,71263,318-428-3275,WEST CARROLL,Noel Haynes,P.O. Drawer 1014,,Oak Grove,LA,,,,,,310,,02/01/2009,Ms. Haynes -Councilman ,Town of Oak Grove ,P. O. Drawer 1014,,Oak Grove,LA,71263,318-428-3275,WEST CARROLL,Jim Holland,500 Park Ave.,,Oak Grove,LA,71263,318-428-9280,W,M,D,310,06/30/2010,07/01/2006,Mr. Holland -Councilman ,Town of Oak Grove ,P. O. Drawer 1014,,Oak Grove,LA,71263,318-428-3275,WEST CARROLL,Robert McFarlin,P.O. Box 162,,Oak Grove,LA,71263,318-428-3235,W,M,,310,06/30/2010,07/01/2006,Mr. McFarlin -Councilman ,Town of Oak Grove ,P. O. Drawer 1014,,Oak Grove,LA,71263,318-428-3275,WEST CARROLL,"W. B. Russell, Jr.",P.O. Box 518,,Oak Grove,LA,71263,318-428-2589,W,M,O,310,06/30/2010,07/01/2006,Mr. Russell -DPEC Member ,at Large ,,,,LA,,,WEST FELICIANA,,,,,,,,,,,054 -DPEC Member ,District 1 ,,,,LA,,,WEST FELICIANA,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,WEST FELICIANA,,,,,,,,,,,056 -DPEC Member ,District 3 ,,,,LA,,,WEST FELICIANA,,,,,,,,,,,056 -DPEC Member ,District 4 ,,,,LA,,,WEST FELICIANA,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,WEST FELICIANA,,,,,,,,,,,056 -DPEC Member ,District 6 ,,,,LA,,,WEST FELICIANA,,,,,,,,,,,056 -DPEC Member ,District 7 ,,,,LA,,,WEST FELICIANA,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,WEST FELICIANA,Philip G. Accardo,13039 Hwy. 10,,St. Francisville,LA,70775,225-268-2201,W,M,R,064,02/20/2012,02/20/2008,Mr. Accardo -RPEC Member ,at Large ,,,,LA,,,WEST FELICIANA,"""Mike"" Smith",P.O. BOX 295,,St. Francisville,LA,70775,225-266-2793,W,M,R,064,02/20/2012,02/20/2008,Mr. Smith -RPEC Member ,District 1 ,,,,LA,,,WEST FELICIANA,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,WEST FELICIANA,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,WEST FELICIANA,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,WEST FELICIANA,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,WEST FELICIANA,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,WEST FELICIANA,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,WEST FELICIANA,,,,,,,,,,,066 -Sheriff ,,P.O. Box 1844,,St. Francisville,LA,70775,225-635-3241,WEST FELICIANA,Austin Daniel,P.O. Box 1844,,St. Francisville,LA,70775,225-635-3298,W,M,D,225,06/30/2012,07/01/2008,Sheriff Daniel -Clerk of Court ,,P. O. Box 1843,,St. Francisville,LA,70775,225-635-3794,WEST FELICIANA,Felicia Ann Daniel-Hendl,P.O. Box 1843,,St. Francisville,LA,70775,225-635-3723,W,F,D,230,06/30/2012,07/01/2008,Ms. Daniel-Hendl -Assessor ,,P.O. Box 279,,St. Francisville,LA,70775,225-635-3350,WEST FELICIANA,"""Randy"" Ritchie",8791 Tunica Trace,,St. Francisville,LA,70775,225-635-3093,W,M,D,235,12/31/2012,01/01/2009,Mr. Ritchie -Coroner ,,P.O. Box 1850,,St. Francisville,LA,70775,225-635-3256,WEST FELICIANA,Chaillie P. Daniel,5393 Audubon Lane,,St. Francisville,LA,70775,225-635-9724,W,M,O,240,03/25/2012,03/24/2008,Mr. Daniel -Police Juror ,District 1 ,P. O. Box 1921,,St. Francisville,LA,,225-635-3864,WEST FELICIANA,Lea Reid Williams,P.O. Box 516,,St. Francisville,LA,70775,225-635-6540,W,F,O,245,01/08/2012,01/14/2008,Ms. Williams -Police Juror ,District 2 ,P. O. Box 1921,,St. Francisville,LA,70775,225-635-3864,WEST FELICIANA,Randy Stevens,2978 Hwy. 966,,St. Francisville,LA,70775,225-635-6621,W,M,R,245,01/08/2012,01/14/2008,Mr. Stevens -Police Juror ,District 3 ,P. O. Box 1921,,St. Francisville,LA,70775,225-635-3864,WEST FELICIANA,John Cobb,10637 Tunica Trace,,St. Francisville,LA,70775,225-635-6177,B,M,D,245,01/08/2012,01/14/2008,Mr. Cobb -Police Juror ,District 4 ,P. O. Box 1921,,St. Francisville,LA,70775,225-635-3864,WEST FELICIANA,Billy D. Shoemake,P.O. Box 23,,Tunica,LA,70782,225-655-3294,W,M,D,245,01/08/2012,01/14/2008,Mr. Shoemake -Police Juror ,District 5 ,P. O. Box 1921,,St. Francisville,LA,70775,225-635-3864,WEST FELICIANA,John K. Roach,15456 Hwy. 421,,St. Francisville,LA,70775,225-635-4736,B,M,D,245,01/08/2012,01/14/2008,Mr. Roach -Police Juror ,District 6 ,P. O. Box 1921,,St. Francisville,LA,70775,225-635-3864,WEST FELICIANA,Kenneth R. Dawson,P.O. Box 32,,St. Francisville,LA,70775,225-635-4935,B,M,D,245,01/08/2012,01/14/2008,Mr. Dawson -Police Juror ,District 7 ,P. O. Box 1921,,St. Francisville,LA,70775,225-635-3864,WEST FELICIANA,Otis L. Wilson,P.O. Box 162,,St. Francisville,LA,70775,225-721-0881,B,M,D,245,01/08/2012,01/14/2008,Mr. Wilson -Member of School Board ,District 1 ,P. O. Box 1910,,St. Francisville,LA,70775,225-635-3891,WEST FELICIANA,Amanda Temple McKinney,P.O. Box 2431,,St. Francisville,LA,70775,225-635-9753,W,F,O,255,12/31/2010,01/01/2007,Ms McKinney -Member of School Board ,District 2 ,P. O. Box 1910,,St. Francisville,LA,70775,225-635-3891,WEST FELICIANA,Kevin Beauchamp,5916 Hwy. 966,,St. Francisville,LA,70775,225-635-6418,W,M,O,255,12/31/2010,01/01/2007,Mr. Beauchamp -Member of School Board ,District 3 ,P. O. Box 1910,,St. Francisville,LA,70775,225-635-3891,WEST FELICIANA,"James A. ""Jimmy"" White",8868 Heir Rd.,,Solitude,LA,70775,225-635-6835,B,M,D,255,12/31/2010,01/01/2007,Mr. White -Member of School Board ,District 4 ,P. O. Box 1910,,St. Francisville,LA,70775,225-635-3891,WEST FELICIANA,"David A. Cornette, Sr.",P.O. Box 1910,,St. Francisville,LA,70775,225-655-4866,W,M,D,255,12/31/2010,01/01/2007,Mr. Cornette -Member of School Board ,District 5 ,P. O. Box 1910,,St. Francisville,LA,70775,225-635-3891,WEST FELICIANA,Milton Coats,8245 Sage Hill Rd.,,St. Francisville,LA,70775,225-635-6007,B,M,D,255,12/31/2010,01/01/2007,Mr. Coats -Member of School Board ,District 6 ,P. O. Box 1910,,St. Francisville,LA,70775,225-635-3891,WEST FELICIANA,Kelly O'Brien,9093 Airport Rd.,,St. Francisville,LA,70775,225-635-9547,W,F,R,255,12/31/2010,04/14/2009,Ms. O'Brien -Member of School Board ,District 7 ,P. O. Box 1910,,St. Francisville,LA,70775,225-635-3891,WEST FELICIANA,Sara Wilson-Wright,P.O. Box 1543,,St. Francisville,LA,70775,225-635-3017,B,F,D,255,12/31/2010,01/01/2007,Ms. Wright -Justice of the Peace ,Parishwide Justice of the Peace District ,P.O.Box 1337,,St. Francisville,LA,70775,225-635-6073,WEST FELICIANA,"""Dusty"" Bickham",P.O. Box 2671,,St. Francisville,LA,70775,225-784-9733,W,M,R,265,12/31/2014,01/01/2009,Mr. Bickham -Constable ,Parishwide Justice of the Peace District ,P.O. Box 2093,,St. Francisville,LA,70775,225-635-5254,WEST FELICIANA,Dennis Neal,P.O. Box 452,,St. Francisville,LA,70775,225-635-3528,W,M,O,267,12/31/2014,01/01/2009,Mr. Neal -Mayor ,Town of St. Francisville ,P. O. Box 400,,St. Francisville,LA,,225-635-3688,WEST FELICIANA,"""Billy"" D'Aquilla",P.O. Box 905,,St. Francisville,LA,70775,225-635-6852,W,M,D,300,12/31/2012,01/01/2009,Mr. D'Aquilla -Alderman ,"Election Section 1, Town of St. Francisville ",P. O. Box 400,,St. Francisville,LA,70775,225-635-3688,WEST FELICIANA,"Oscar Robertson, Jr.",P.O. Box 265,,St. Francisville,LA,70775,225-635-0282,B,M,D,310,12/31/2012,01/01/2009,MR. Robertson -Alderman ,"Election Section 2, Town of St. Francisville ",P. O. Box 400,,St. Francisville,LA,70775,225-635-3688,WEST FELICIANA,"James C. ""Jim"" Davis",P.O. Box 542,,St. Francisville,LA,70775,225-635-3460,W,M,D,310,12/31/2012,01/01/2009,Mr. Davis -Alderman ,"Election Section 2, Town of St. Francisville ",P. O. Box 400,,St. Francisville,LA,70775,225-635-3688,WEST FELICIANA,"James Rucker Leake, Jr.",P.O. Box 458,,St. Francisville,LA,70775,225-635-6115,W,M,R,310,12/31/2012,01/01/2009,Mr. Leake -Alderman ,"Election Section 2, Town of St. Francisville ",P. O. Box 400,,St. Francisville,LA,70775,225-635-3688,WEST FELICIANA,"Robert P. Leake, Jr.",P.O. Box 1428,,St. Francisville,LA,70775,225-324-4052,W,M,O,310,12/31/2012,01/01/2009,Mr. Leake -Alderman ,"Election Section 2, Town of St. Francisville ",P. O. Box 400,,St. Francisville,LA,70775,225-635-3688,WEST FELICIANA,Abby Temple,P.O. Box 2884,,St. Francisville,LA,70775,225-721-3171,W,F,O,310,12/31/2012,01/01/2009,Ms. Temple -DPEC Member ,at Large ,,,,LA,,,WINN,Marvin R. Harrell,114 Dogwood Dr.,,Winnfield,LA,71483,318-628-4587,W,M,D,054,02/20/2012,02/20/2008,Mr. Harrell -DPEC Member ,at Large ,,,,LA,,,WINN,Wayne T. Moore,7451 Hwy. 167 South,,Winnfield,LA,71483,318-628-6124,W,M,D,054,02/20/2012,02/20/2008,Mr. Moore -DPEC Member ,at Large ,,,,LA,,,WINN,Deano Thornton,201 Cherokee Dr.,,Winnfield,LA,71483,318-628-3418,W,M,D,054,02/20/2012,02/20/2008,Mr. Thornton -DPEC Member ,at Large ,,,,LA,,,WINN,Michael L. Tinnerello,9374 Hwy. 84,,Winnfield,LA,71483,318-628-6010,W,M,D,054,02/20/2012,02/20/2008,Mr. Tinnerello -DPEC Member ,District 1 ,,,,LA,,,WINN,,,,,,,,,,,056 -DPEC Member ,District 2 ,,,,LA,,,WINN,Chester Derr,1503 Center St.,,Winnfield,LA,71483,318-628-4994,W,M,D,056,02/20/2012,02/20/2008,Mr. Derr -DPEC Member ,District 3 ,,,,LA,,,WINN,"""Gregg"" Davies",120 Ted Price Ln.,,Winnfield,LA,71483,318-628-4451,W,M,D,056,02/20/2012,02/20/2008,Mr. Davies -DPEC Member ,District 4 ,,,,LA,,,WINN,,,,,,,,,,,056 -DPEC Member ,District 5 ,,,,LA,,,WINN,Puckett Willis,P.O. Box 56,,Sikes,LA,71473,318-628-2431,W,M,D,056,02/20/2012,02/20/2008,Mr. Willis -DPEC Member ,District 6 ,,,,LA,,,WINN,Herman A. Castete,625 Old Union Church Rd.,,Winnfield,LA,71483,318-628-1911,W,M,D,056,02/20/2012,02/20/2008,Mr. Castete -DPEC Member ,District 7 ,,,,LA,,,WINN,,,,,,,,,,,056 -RPEC Member ,at Large ,,,,LA,,,WINN,,,,,,,,,,,064 -RPEC Member ,District 1 ,,,,LA,,,WINN,,,,,,,,,,,066 -RPEC Member ,District 2 ,,,,LA,,,WINN,,,,,,,,,,,066 -RPEC Member ,District 3 ,,,,LA,,,WINN,,,,,,,,,,,066 -RPEC Member ,District 4 ,,,,LA,,,WINN,,,,,,,,,,,066 -RPEC Member ,District 5 ,,,,LA,,,WINN,,,,,,,,,,,066 -RPEC Member ,District 6 ,,,,LA,,,WINN,,,,,,,,,,,066 -RPEC Member ,District 7 ,,,,LA,,,WINN,,,,,,,,,,,066 -Sheriff ,,P. O. Box 950,,Winnfield,LA,71483,318-628-4611,WINN,"A. D. ""Bodie"" Little",P.O. Box 950,,Winnfield,LA,71483,318-628-5603,W,M,D,225,06/30/2012,07/01/2008,Sheriff Little -Clerk of Court ,,"100 Main St., Rm. 103",,Winnfield,LA,71483,318-628-3515,WINN,"Donald E. ""Don"" Kelley","100 Main St., Rm. 103",,Winnfield,LA,71483,318-628-4712,W,M,D,230,06/30/2012,07/01/2008,Mr. Kelley -Assessor ,,Rm. 101 Courthouse,,Winnfield,LA,71483,318-628-3267,WINN,Lawrence Desadier,407 Bernstein St.,,Winnfield,LA,71483,318-628-6471,W,M,D,235,12/31/2012,01/01/2009,Mr. Desadier -Coroner ,,1405 A. Court St.,,Winnfield,LA,71483,318-628-2734,WINN,Randolph Williams,1401 Maple Street,,Winnfield,LA,71483,318-628-2734,W,M,D,240,03/25/2012,03/24/2008,Mr. Williams -Police Juror,District 1,P. O. Box 951,,Winnfield,LA,71483,318-628-5824,WINN,Phillip Evans,117 Eugene Evans Rd.,,St. Maurice,LA,71457,318-646-2045,B,M,D,245,01/08/2012,01/14/2008,Mr. Evans -Police Juror ,District 2 ,P. O. Box 951,,Winnfield,LA,71483-0951 ,318-628-5824,WINN,"Deionne ""Dee"" Carpenter",P.O. Box 1291,,Winnfield,LA,71483,318-628-2921,B,F,,245,01/08/2012,01/14/2008,Ms. Carpenter -Police Juror ,District 3 ,P. O. Box 951,,Winnfield,LA,71483-0951 ,318-628-5824,WINN,Doris Leeper,2960 Coldwater Road,,Winnfield,LA,71483,318-727-9470,W,F,D,245,01/08/2012,01/14/2008,Ms. Leeper -Police Juror ,District 4 ,P. O. Box 951,,Winnfield,LA,71483-0951 ,318-628-5824,WINN,Jack McFarland,150 Douglas Garrett Road,,Winnfield,LA,71483,318-727-4564,W,M,R,245,01/08/2012,01/14/2008,Mr. McFarland -Police Juror ,District 5 ,P. O. Box 951,,Winnfield,LA,71483-0951 ,318-628-5824,WINN,Kirk Miles,827 Aunt Maries Rd.,,Dodson,LA,71422,318-628-5408,W,M,D,245,01/08/2012,01/14/2008,Mr. Miles -Police Juror ,District 6 ,P. O. Box 951,,Winnfield,LA,71483-0951 ,318-628-5824,WINN,Dewayne Sanders,P.O. Box 199,,Joyce,LA,71440,318-628-3306,W,M,D,245,01/08/2012,01/14/2008,Mr. Sanders -Police Juror ,District 7 ,P. O. Box 951,,Winnfield,LA,71483-0951 ,318-628-5824,WINN,David Shelton,2909 Hwy. 1228,,Winnfield,LA,71483,318-628-6616,W,M,D,245,01/08/2012,01/14/2008,Mr. Shelton -City Judge ,"City Court, City of Winnfield ",P. O. Box 908,,Winnfield,LA,71483,318-628-4844,WINN,"Anastasia ""Staci"" Wiley",P. O. Box 132,,Winnfield,LA,71483,318-628-3825,W,F,D,250,12/31/2014,01/01/2009,Judge Wiley -City Marshal ,"City Court, City of Winnfield ",P. O. Box 908,,Winnfield,LA,71483,318-628-3900,WINN,Sidney Walton,1606 Maple St.,,Winnfield,LA,71483,318-628-2440,W,M,D,250,12/31/2014,01/01/2009,Marshal Walton -Member of School Board ,District 1 ,P. O. Drawer 430,,Winnfield,LA,71483,318-628-6936,WINN,David E. Procell,P.O. Box 226,,Joyce,LA,71440,318-628-6586,W,M,D,255,12/31/2010,01/01/2007,Mr. Procell -Member of School Board ,District 2 ,P. O. Drawer 430,,Winnfield,LA,71483,318-628-6936,WINN,Dianne Carpenter Peters,P.O. Box 121,,Winnfield,LA,71483,318-628-0528,B,F,,255,12/31/2010,01/01/2007,Mr. Peters -Member of School Board ,District 3 ,P. O. Drawer 430,,Winnfield,LA,71483,318-628-6936,WINN,Marsha Booker Goff,702 Hodges St.,,Winnfield,LA,71483,318-628-4002,B,F,D,255,12/31/2010,01/01/2007,Ms. Goff -Member of School Board ,District 4 ,P. O. Drawer 430,,Winnfield,LA,71483,318-628-6936,WINN,Rosa Williams,P.O. Box 47,,Winnfield,LA,71483,318-628-6394,B,F,D,255,12/31/2010,01/01/2007,Ms. Williams -Member of School Board ,District 5 ,P. O. Drawer 430,,Winnfield,LA,71483,318-628-6936,WINN,Christy Harrell,133 Dogwood Dr.,,Winnfield,LA,71483,318-628-1920,W,F,D,255,12/31/2010,01/01/2007,Ms. Harrell -Member of School Board ,District 6 ,P. O. Drawer 430,,Winnfield,LA,71483,318-628-6936,WINN,"""B.R."" Audirsch",904 Center St.,,Winnfield,LA,71483,318-628-3608,W,M,R,255,12/31/2010,01/01/2007,Mr. Audirsch -Member of School Board ,District 7 ,P. O. Drawer 430,,Winnfield,LA,71483,318-628-6936,WINN,Donald L. Richardson,849 E. Thomas Rd/,,Winnfield,LA,71483,318-727-8754,W,M,R,255,12/31/2010,01/01/2007,Mr. Richardson -Member of School Board ,District 8 ,P. O. Drawer 430,,Winnfield,LA,71483,318-628-6936,WINN,Rodger Smith,7057 Gum Springs Rd.,,Atlanta,LA,71404,318-648-0331,W,M,R,255,12/31/2010,01/01/2007,Mr. Smith -Member of School Board ,District 9 ,P. O. Drawer 430,,Winnfield,LA,71483,318-628-6936,WINN,Todd H. Martin,P.O. Box1392,,Winnfield,LA,71483,318-727-9291,W,M,D,255,12/31/2010,01/01/2007,Mr. Martin -Member of School Board ,District 10 ,P. O. Drawer 430,,Winnfield,LA,71483,318-628-6936,WINN,Joe Lynn Browning,231 Browning Rd.,,Dodson,LA,71422,318-628-5598,W,M,D,255,12/31/2010,01/01/2007,Mr. Browning -Member of School Board ,District 11 ,P. O. Drawer 430,,Winnfield,LA,71483,318-628-6936,WINN,"Gary Michael ""Mickey"" Parker, ",2285 Buckskin Rd.,,Sikes,LA,71473,318-628-5180,,,,255,,02/01/2010,Mr. Parker -Justice of the Peace ,Justice of the Peace Ward 6 ,163 Lynn McCoy Rd.,,Winnfield,LA,71483,318-628-5375,WINN,Ricky T. White,287 Manuel Long Rd.,,Winnfield,LA,71483,318-648-6970,W,M,,265,12/31/2014,01/01/2009,Mr. White -Justice of the Peace ,Justice of the Peace Ward 7 ,849 E. Thomas Rd.,,Winnfield,LA,71483,318-727-8754,WINN,Brenda Kae Richardson,849 E. Thomas Rd.,,Winnfield,LA,71483,318-727-8754,W,F,R,265,12/31/2014,01/01/2009,Ms. Richardson -Justice of the Peace ,Justice of the Peace Ward 8 ,148 School Rd.,,Atlanta,LA,71404,318-628-2619,WINN,Jenny Geisman,122 New Mars Hill Rd,,Atlanta,LA,71404,318-646-9415,W,F,R,265,12/31/2014,01/01/2009,Ms. Geisman -Justice of the Peace ,Justice of the Peace Ward 9 ,163 Hilltop Rd.,,Goldonna,LA,71031,318-727-9279,WINN,Tammy M. Griffin,163 Hilltop Rd.,,Goldonna,LA,71031,318-727-9279,W,F,R,265,12/31/2014,01/01/2009,Ms. Griffin -Justice of the Peace ,Justice of the Peace Ward 10 ,1992 Carter Crossing Rd.,,Dodson,LA,71422,318-628-5279,WINN,Shirley Tubbs,446 Durbin Rd.,,Dodson,LA,71422,318-628-2224,W,F,D,265,12/31/2014,01/01/2009,Ms. Tubbs -Justice of the Peace ,Justice of the Peace Ward 11 ,3231 Hwy. 34,,Dodson,LA,71422,318-628-7451,WINN,Nelda Murphy,3231 Hwy. 34,,Dodson,LA,71422,318-628-7451,W,F,D,265,12/31/2014,01/01/2009,Ms. Murphy -Justice of the Peace ,Justice of the Peace Ward 12 ,201 D. Prescott Rd.,,Winnfield,LA,71483,318-628-6555,WINN,"J. E. ""Roy"" Jones",201 D. Prescott Rd.,,Winnfield,LA,71483,318-628-6555,W,M,D,265,12/31/2014,01/01/2009,Mr. Jones -Constable ,Justice of the Peace Ward 6 ,146 Gene Keen Rd.,,Winnfield,LA,71483,318-628-6528,WINN,Mark C. Johns,653 Hwy. 472,,Winnfield,LA,71483,318-628-6582,W,M,D,267,12/31/2014,01/01/2009 -Constable ,Justice of the Peace Ward 7 ,1189 E. Thomas Rd.,,Winnfield,LA,71483,318-727-9608,WINN,"Chad Blundell, ",256 Blundell Rd.,,Winnfield,LA,71483-7628,318-727-8697,W,M,D,267,,02/15/2010 -Constable ,Justice of the Peace Ward 7 ,1189 E. Thomas Rd.,,Winnfield,LA,71483,318-727-9608,WINN,Kenneth Chad Blundell,P.O. Drawer 951,,Winnfield,LA,71483-0951 ,318-628-5824,,,,267,,09/01/2009,Mr. Blundell -Constable ,Justice of the Peace Ward 8 ,478 Hwy. 1229,,Atlanta,LA,71404,318-628-2344,WINN,John T. Williams,478 Hwy. 1229,,Atlanta,LA,71404,318-628-2344,W,M,D,267,12/31/2014,01/01/2009,Mr. Williams -Constable ,Justice of the Peace Ward 9 ,P.O. Box 60,,Calvin,LA,71410,318-727-9667,WINN,A. D. Abels,P.O. Box 60,,Calvin,LA,71410,318-727-9667,W,M,O,267,12/31/2014,01/01/2009,Mr. Abels -Constable ,Justice of the Peace Ward 10 ,1992 Carter Crossing Rd.,,Dodson,LA,71422,318-628-5279,WINN,Ernest Tubbs,446 Durbin Rd.,,Dodson,LA,71422,318-628-2224,W,M,D,267,12/31/2014,01/01/2009,Mr. Tubbs -Constable ,Justice of the Peace Ward 11 ,574 Shell Rd.,,Sikes,LA,71473,318-628-2857,WINN,Kaye Frances Willis,6460 Hwy. 499,,Sikes,LA,71473,318-628-5686,W,F,,267,12/31/2014,02/23/2009,Ms. Willis -Constable ,Justice of the Peace Ward 12 ,P.O. Drawer 951,,Winnfield,LA,71483-0951 ,318-628-6155,WINN,Kenneth Spangler,P.O. Box 252,,Joyce,LA,71440,318-628-5946,W,M,D,267,12/31/2014,01/01/2009,Mr. Spangler -Mayor ,City of Winnfield ,P. O. Box 509,,Winnfield,LA,,318-628-3939,WINN,Ronald Goff,P.O. Drawer 312,,Winnfield,LA,71483,318-628-4002,,,,300,,11/19/2009,Mayor Goff -Mayor ,Village of Atlanta ,P. O. Box 268,,Atlanta,LA,,318-628-3035,WINN,Horace Ray Teal,596 Hwy. 3136,,Atlanta,LA,71404,318-628-7284,W,M,O,300,12/31/2012,01/01/2009,Mayor Teal -Mayor ,Village of Calvin ,P. O. Box 180,,Calvin,LA,,318-727-9276,WINN,Bob Carpenter,P.O. Box 25,,Calvin,LA,71410,318-727-8772,W,M,D,300,12/31/2010,01/01/2007,Mr. Carpenter -Mayor ,Village of Dodson ,P. O. Box 86,,Dodson,LA,,318-628-3775,WINN,Loyd E. Vines,202 N. Third St.,,Dodson,LA,71422,318-628-5568,W,M,D,300,12/31/2010,01/01/2007,Mr. Loyd -Mayor ,Village of Sikes ,P. O. Box 116,,Sikes,LA,,318-628-7128,WINN,Kenneth Ray Womack,P.O. Box 73,,Sikes,LA,71473,318-628-7968,W,M,,300,12/31/2012,01/01/2009,Mr. Womack -Chief of Police ,City of Winnfield ,P. O. Box 509,,Winnfield,LA,71483,318-628-3939,WINN,Johnny Ray Carpenter,P.O. Box 694,,Winnfield,LA,71483,318-628-2921,B,M,,305,06/30/2010,07/01/2006,Chief Carpenter -Chief of Police ,Village of Atlanta ,P. O. Box 268,,Atlanta,LA,71404,318-628-3450,WINN,"Raymond V. Whittington, Sr.",3776 Packton-Alexandria Rd.,,Atlanta,LA,71404,318-628-3450,W,M,O,305,12/31/2012,01/01/2009,Mr. Whittington -Chief of Police ,Village of Calvin ,P. O. Box 180,,Calvin,LA,71410,318-727-9276,WINN,Ronald D. Canerday,P.O. Box 3,,Calvin,LA,71410,318-727-8729,W,M,D,305,12/31/2010,01/01/2007,Mr. Canerday -Chief of Police ,Village of Dodson ,P. O. Box 86,,Dodson,LA,71422,318-628-3775,WINN,"Vernon ""Pat"" Ashley",P.O. Box 21,,Dodson,LA,71422,318-628-9886,W,M,D,305,12/31/2010,01/01/2007,Mr. Ashley -Alderman ,Village of Atlanta ,P. O. Box 268,,Atlanta,LA,71404,318-628-3450,WINN,Angela G. Hanson,143 Hanson Loop,,Atlanta,LA,71404,318-628-5595,W,F,O,310,12/31/2012,01/01/2009,Ms. Hanson -Alderman ,Village of Atlanta ,P. O. Box 268,,Atlanta,LA,71404,318-628-3450,WINN,C.O. Spikes,184 Spikes Ln.,,Atlanta,LA,71404,318-628-6607,W,M,R,310,12/31/2012,01/01/2009,Mr. Spikes -Alderman ,Village of Atlanta ,P. O. Box 268,,Atlanta,LA,71404,318-628-3450,WINN,Deborah Whittington,3776 Packton-Alexandria Rd.,,Atlanta,LA,71404,318-628-3450,W,F,O,310,12/31/2012,01/01/2009,Ms. Whittington -Alderman ,Village of Calvin ,P. O. Box 180,,Calvin,LA,71410,318-727-9276,WINN,Bobby D. Canerday,P.O. Box 240,,Calvin,LA,71410,318-727-9233,W,M,D,310,12/31/2010,01/01/2007,Mr. Canerday -Alderman ,Village of Calvin ,P. O. Box 180,,Calvin,LA,71410,318-727-9276,WINN,"""Jeff"" Canerday",P.O. Box 121,,Calvin,LA,71410,318-727-8439,W,M,R,310,12/31/2010,01/01/2007,Mr. Canerday -Alderman ,Village of Calvin ,P. O. Box 180,,Calvin,LA,71410,318-727-9276,WINN,Mike Carpenter,P.O. Box 54,,Calvin,LA,71410,318-727-4767,W,M,D,310,12/31/2010,01/01/2007,Mr. Carpenter -Alderman ,Village of Dodson ,P. O. Box 86,,Dodson,LA,71422,318-628-3775,WINN,Verna Hollingsworth,P.O. Box 205,,Dodson,LA,71422,318-628-5162,B,F,D,310,12/31/2010,01/01/2007,Ms. Hollingsworth -Alderman ,Village of Dodson ,P. O. Box 86,,Dodson,LA,71422,318-628-3775,WINN,Karla Shively,P.O. Box 188,,Dodson,LA,71422,318-628-6018,W,F,D,310,12/31/2010,01/01/2007,Ms. Shively -Alderman ,Village of Dodson ,P. O. Box 86,,Dodson,LA,71422,318-628-3775,WINN,Deidre Knapp Stapleton,P.O. Box 251,,Dodson,LA,71422,318-628-5355,W,F,O,310,12/31/2010,01/01/2007,Ms. Stapleton -Alderman ,Village of Sikes ,P. O. Box 116,,Sikes,LA,71473,318-628-2634,WINN,Reba P. Berry,P.O. Box 75,,Sikes,LA,71473,318-648-6918,W,F,,310,12/31/2012,01/01/2009,Ms. Perry -Alderman ,Village of Sikes ,P. O. Box 116,,Sikes,LA,71473,318-628-2634,WINN,Michael Riffe,P.O. Box 111,,Sikes,LA,71473,318-628-2214,W,M,,310,12/31/2012,01/01/2009,Mr. Riffe -Alderman ,Village of Sikes ,P. O. Box 116,,Sikes,LA,71473,318-628-2634,WINN,Rita Wroten,P.o. Box 211,,Sikes,LA,71473,318-648-2764,W,F,,310,12/31/2012,01/01/2009,Ms. Wroten -Council Member ,"District 1, City of Winnfield ",P. O. Box 509,,Winnfield,LA,71483,318-628-3939,WINN,"Willie ""Sunset"" Holden",213 West Jones St.,,Winnfield,LA,71483,318-628-5987,B,M,D,310,06/30/2010,07/01/2006,Mr. Holden -Council Member ,"District 2, City of Winnfield ",P. O. Box 509,,Winnfield,LA,71483,318-628-3939,WINN,"Jeffery Hamilton, ",P.O. Box 509,,Winnfield,LA,71483,318-648-2941,,,,310,,12/08/2009,Mr. Hamilton -Council Member ,"District 3, City of Winnfield ",P. O. Box 509,,Winnfield,LA,71483,318-628-3939,WINN,"Sarah Junkin, ",300 Wren St.,,Winnfield,LA,71483-2662,318-648-6951,W,F,D,310 -Council Member ,"District 3, City of Winnfield ",P. O. Box 509,,Winnfield,LA,71483,318-628-3939,WINN,Sarah Russell Junkin,300 Wren St.,,Winnfield,LA,71483,318-648-6951,W,F,D,310,06/30/2010,07/01/2006,Ms. Junkin -Council Member ,"District 4, City of Winnfield ",P. O. Box 509,,Winnfield,LA,71483,318-628-3939,WINN,"""Matt"" Walton",1100 Maple St.,,Winnfield,LA,71483,318-628-6358,W,M,R,310,06/30/2010,07/01/2006,Mr. Walton -Council Member ,"District 5, City of Winnfield ",P. O. Box 509,,Winnfield,LA,71483,318-628-3939,WINN,"Kenneth ""Kenny"" Caldwell",203 East Boundary St.,,Winnfield,LA,71483,318-628-2350,W,M,D,310,06/30/2010,07/01/2006,Mr. Caldwell \ No newline at end of file diff --git a/tests/data/us_economic_assistance.csv b/tests/data/us_economic_assistance.csv deleted file mode 100644 index e0eca1a..0000000 --- a/tests/data/us_economic_assistance.csv +++ /dev/null @@ -1,2381 +0,0 @@ -country_name,program_name,FY1946,FY1947,FY1948,FY1949,FY1950,FY1951,FY1952,FY1953,FY1954,FY1955,FY1956,FY1957,FY1958,FY1959,FY1960,FY1961,FY1962,FY1963,FY1964,FY1965,FY1966,FY1967,FY1968,FY1969,FY1970,FY1971,FY1972,FY1973,FY1974,FY1975,FY1976,FY1976tq,FY1977,FY1978,FY1979,FY1980,FY1981,FY1982,FY1983,FY1984,FY1985,FY1986,FY1987,FY1988,FY1989,FY1990,FY1991,FY1992,FY1993,FY1994,FY1995,FY1996,FY1997,FY1998,FY1999,FY2000,FY2001,FY2002,FY2003,FY2004,FY2005,FY2006,FY2007,FY2008 -Afghanistan,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2150000,47945019,35000000,35785000,37974000,69444000,27813000 -Afghanistan,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2671000,231000,113777303,354880927,290974654,445490416,689463607 -Afghanistan,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3361305,7283228,46279941,157126174,173989599,197646281,165774243,147431872 -Afghanistan,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,31100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000000,1995000,,,,,,,50000,26455294,289621552,892527672,1040289537,1261962171,1212809530,1371420099 -Afghanistan,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3358043,2271528,2924785,359596,, -Afghanistan,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,61767000 -Afghanistan,Inactive Programs,,,,,1000,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Afghanistan,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,2466064,5774376,2876857,11146395,12800000,38014479,47164955,12858672,7261668,11586488,15297750,13099261 -Afghanistan,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24000,,,,,,,,,,,,,332000,100000,100000,115000,300000,270000,504000,1046000,,,63000000,,170000000,1408466,1408466,120507593,287039049 -Afghanistan,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,2200000,2615000,3000000,2800000,43434000,93818000,60716326,32968585,22332988,26903894,28890549 -Afghanistan,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1405286,2315941,2408168,7594745,10079383,9696886,10942562,9238647,16871348,9540073 -Afghanistan,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,139050,57068,61344,24000,24000,48000,48000,98000,48000,58000,,85000,717001,1219382,546445,1458435,1447768,2279328,2028680 -Afghanistan,Other USAID Assistance,,,,,,,300000,2200000,2500000,2000000,18300000,14400000,8000000,19400000,10400000,12800000,7500000,17400000,22200000,10800000,11000000,25300000,8600000,8800000,6800000,8800000,9600000,27100000,12500000,16200000,6300000,1500000,20010000,4989000,3074000,,,,,,3369000,,,,,,,,10000000,343000,,,,,,,9040859,156845236,130714501,34307462,39432331,11102253,21853934,43962332 -Afghanistan,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,62191,361113,431968,,,120000 -Afghanistan,Peace Corps,,,,,,,,,,,,,,,,,1000,300000,600000,1300000,1500000,1300000,1600000,1600000,900000,1100000,1300000,1400000,1500000,1200000,900000,200000,746000,789000,323000,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Afghanistan,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21021419,23632010,45007163,1528454,,8484351,4708302,17399050,,20546250 -Afghanistan,Title I,,,,,,,,,,,,,,,,,,,,600000,,1900000,6200000,3500000,,3000000,6100000,6500000,,,,2500000,,5100000,,,,,,,,,,,,,,,,,,,,,,,,,5329494,,,7888987,13061009, -Afghanistan,Title II,,,,,,,,,,,1000,6600000,6200000,7600000,100000,18700000,800000,100000,19100000,21300000,20800000,4200000,,1500000,800000,800000,18700000,3600000,100000,3900000,1500000,300000,736000,642000,7195000,,,,,,,8897000,2581000,28946000,57382000,15083000,20083000,31200000,18000000,,12390400,15200000,28720600,,6359700,13977700,30318600,160101900,48111300,50349700,57233800,61496700,59996000,177133500 -Albania,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,150000,825000,1712179,1350000 -Albania,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4576386,5639826,1120683,2167567,,,,,,,15544975,7384862,9999114,4664191,477180 -Albania,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,403000,,300000,677856,300000,,, -Albania,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,250000,250000,12000000,,,29003,5000,,,, -Albania,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5471693,2420366,2854490,,,,, -Albania,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000 -Albania,Inactive Programs,13000000,7400000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Albania,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1208500,3383000,2955225,918301,,,,,,, -Albania,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,13704762,1126455,15741565 -Albania,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1309000,776000,2067000,2696000,5206000,1697416,1118401,8344662 -Albania,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1937925,1785000,3251802,476185,916800,526600,800000,,734777,772493,445743 -Albania,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,128131,100500,,45232,132464,79010,,47745,47795,33444,78545,17067,24560,,30000,136131,292174,744514 -Albania,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,19000,10000,29956000,20166000,5038000,31103000,38733000,45492431,30127419,32505244,29632711,25414190,23495765,20399557,19260240,13650341 -Albania,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,638000,816000,1138000,1205000,1245000,548000,,,,,,1148000,1501000,1311966,1409218,1630563,1634957 -Albania,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15680000,7625000,,,,,,2713980,,2142142,,5320962,4984297,,,, -Albania,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27500000,46149354,15092045,4999991,5656538,,9288278,,,5093198,,,,,,, -Albania,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,470100,2481600,,,,2208200,607500,,6235600,,,,,,,, -Algeria,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,875000, -Algeria,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,300000,700000,300000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,568000,368000,,571000,, -Algeria,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200000,,,,,700000,1750000,2865000,1750000 -Algeria,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000 -Algeria,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,482000,,824438,597785 -Algeria,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,567000,314500,832673,202520,1098838,471500,613165,251879,138737,191479,1499792 -Algeria,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,72600,50000,52000,52000,52000,84473,64500,77550,59095,147773,346010,510577,1330095 -Algeria,Other USAID Assistance,,,,,,,,,,,,,,,,,,1100000,1000000,700000,200000,100000,,,,,,,,,,,,,,,,,,,,,,,,,,2639000,,,,,,,,,,768178,873047,,,50000,, -Algeria,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,1000,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Algeria,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2570217,,1112409,1451226,,,, -Algeria,Title I,,,,,,,,,,,,,,,,,,,,,11600000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Algeria,Title II,,,,,,,,,,,1000,800000,100000,700000,600000,2300000,9300000,67700000,44000000,14400000,7600000,13100000,,2000000,2200000,,,200000,,4600000,6100000,2100000,5387000,4125000,632000,,,,,,271000,,,,,,,,,,,,,724200,,,,2032100,,931000,,,,6815800 -Angola,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3920000,5400000,4399200,7846144,6824803,10215155,6889809,14334000,22517000,3015000 -Angola,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10098999,5295000,2918656,5993554,4843936,9536742,5595775,6370636,7795362,7196743 -Angola,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4449000,,,,,5000000,5297000,703400,500000,1600000,3191000,3923000,3872000,2484705,6186449,1882040,1889546 -Angola,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,975001,451421,973578,1323045,469723 -Angola,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27692807 -Angola,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,1250400,4229289,3630000,83040,4600000,1560000,6899809,3999049,3162372,5700000,, -Angola,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,2400000,,3096000,2844000,2870000,4000000,5745265,6171743,6120179,5139961,6886653 -Angola,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1640774,1089370,2072782,1464458,2386152,150000,8513336,3099648,7189259,7018065 -Angola,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,136220,249520,50000,50000,,76260,90000,65000,101266,159660,94500,166519,662288,673415 -Angola,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12151000,,16000,10000,18413000,11182000,14733000,399711,,11652877,21459426,22496591,9379526,2612756,2039559,2586915,3202173 -Angola,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1960000,30092000,8148687,,,,3027936,,20022113,11160044,4368575,388140,1106840,296696,3289398,, -Angola,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8000000,,20980000,,10000000,10000000,10000000,10000000,,,,,,, -Angola,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,188000,967000,1543000,6200000,3830000,2328000,1060000,2726000,4212000,3315000,3397000,4096000,2232000,2075000,6847000,17383600,13867600,45299000,44749700,49460700,34723400,34050000,33649600,59828100,36631200,77328600,108923700,70395200,30506900,3575200,, -Antigua and Barbuda,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18000,1000,6000,78000,20000,,1000,,,,, -Antigua and Barbuda,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16756,, -Argentina,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,274000,215000,,8000,265000,265000,232000,230000,184000,192000,173000,434000 -Argentina,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,20000000,,,,,,,,,,,,,,,,,,,,,,,,,,,200000,,250000,350000,1000000,285000,,,,,,,,,,,,,, -Argentina,Inactive Programs,1000,1000,1000,,,,,,,,,,,,,,5000000,30000000,,3500000,5000000,,,,,,,,,,,,,,50000,,,,,41000,,,2400000,,,,,,,,,,,,,,,,,,,,, -Argentina,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,723656,,175000,150000, -Argentina,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,360000,312000,350000,412000,360000,766000,303000,125000,,,,,,,,,103000,61750,,100000,3139 -Argentina,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,125000,521168,49789,349923 -Argentina,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,100000,1000,,112000,,18000,,,60000,45000,86000,,5000,,,415000,619000,704000,340000,528000,834000,482000,371000,752000,2744654,567530,1040028,2078601,443800,150000,1181261,168675,1137731,5610908,1702328 -Argentina,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,422500,358430,186000,296603,261145,85220,,74910,,24200,,,111130,440613,582588,572552,214522,1988043,699879 -Argentina,Other USAID Assistance,,,,,,,,,,,100000,,100000,25200000,800000,6900000,22000000,79700000,9600000,1800000,1700000,1600000,2800000,1900000,1000000,500000,,,,,,,,,,,,,,,,,,,,158000,500000,750000,1100000,1187000,44000,,,,,,3145,,,,,,, -Argentina,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,177500 -Argentina,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,487000,830000,699000,,,,,,,,,,,,,, -Argentina,Title I,,,,,,,,,,2300000,15900000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Armenia,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,900000,,650000 -Armenia,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300000,899000,246600,1599000,, -Armenia,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,750000,820000,820000,800000 -Armenia,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,110000,,,,,,,,,,,,,,,300000 -Armenia,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,17266,15919,214788,584696,,,400000,100000,100000,, -Armenia,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,578148,84980497,1329306,154026795 -Armenia,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1743199,1987643,,,1793678 -Armenia,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300000,1380000,3030000,1261000,1828627,1152485,1107024,224196,1159348 -Armenia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,470589,7500,404900,541793,,504784,372204,1009063,7525653,5611781,11143176 -Armenia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15450,25000,,91688,122666,53733,132974,386327,84375,167434,111980,199233,91137,397500,76922,141499,340844 -Armenia,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78818000,51523000,69718000,648000,58151000,70797000,83145000,80315469,67585297,54821263,65752877,58725995,65051685,65450074,40634142 -Armenia,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6863965,,,,, -Armenia,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1020000,1060000,1003000,1006000,1103000,1163000,1302000,1397000,1219000,1417000,1702000,1604000,1203589,1303634,1389040,1344207 -Armenia,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,49378000,49326633,24379808,8137342,2742537,10330170,9133636,17313328,6456181,,,,,257010,911145,4402545 -Armenia,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23000000,39518541,24815263,28689586,,15000000,15000000,15000000,10000000,,,,,,,611431, -Armenia,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2114000,1291000,741900,927900,4152900,3816300,1203000,,, -Asia (not specified),Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15354103,10181000,,,,,,28145957,12872647,1895667 -Asia (not specified),Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,33248605,43139000,,,,,466594,16056701,12802719,42115902 -Asia (not specified),Economic Support Fund/Security Support Assistance,,,,,700000,21700000,24000000,53500000,701900000,65000000,,,3300000,,,,1500000,,,,,,,3500000,,200000,300000,2000000,3700000,112200000,,,,,,,,,,,543000,46146000,29467000,36297000,78561000,48081000,46034000,28000000,,1000000,,1032000,12249000,41158000,13106795,31722770,570000,200000,2122211,1207406,4323370,5911823,3865970,15692148 -Asia (not specified),Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,550000,12151041,222518,18743 -Asia (not specified),Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20638305 -Asia (not specified),Inactive Programs,1000,,,31500000,24300000,34200000,34400000,19500000,2200000,1800000,1600000,800000,800000,1000000,1200000,2900000,14800000,6200000,5400000,12100000,12000000,35900000,11900000,15600000,17500000,3400000,1000000,,,,,,,,,,,,,,,,47000,,,,,,,,,,,,,,,,,,,,, -Asia (not specified),Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25043771,40948069,21485026,48521171,32066149,40894860,67517667,2395248,2578000,59296425,51499264,64393075,71111317 -Asia (not specified),Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4800000,700000,6600000,6800000,,,,20000,451000,174000,121000,170000,275000,242000,,100000,100000,100000,100000,100000,37000,140000,206000,206000,300000,100000,200000,300000,200000,,,,27994,,100000, -Asia (not specified),"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2515000,6882000,5386000,6524000,152850,5047000,12603400,15945114 -Asia (not specified),Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,136000,149000,100000,28000,,,,,,,,,274631,5939200,411592,676114,4292394,2194441,1974501,3563277,1571768,4850146,3242134 -Asia (not specified),Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1327590,824978,1065777,1345135,2439409,2244680,2561177 -Asia (not specified),Other USAID Assistance,,,,,,800000,599000,1100000,1500000,5600000,500000,2100000,22600000,1000000,900000,1100000,900000,2500000,1600000,1900000,15000000,9200000,9700000,13800000,12800000,13000000,10000000,8900000,4700000,1100000,10000000,3700000,15208000,15029000,11683000,17834000,13878000,22920000,20673000,23163000,6675000,13022000,35895000,37659000,42973000,57462000,71551000,80380000,46429000,24904000,25229000,17353000,60149000,78414000,,,,4854,-403,,31180686,4083219,4210683,16660548 -Asia (not specified),Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,578000,446182,26000,31000,12000 -Asia (not specified),Peace Corps,,,,,,,,,,,,,,,,,,,,,,800000,2800000,2900000,2200000,100000,100000,200000,,,100000,100000,1150000,,,,,,,,,,,,810000,,,,,,,,1520000,,,,,,,,,,, -Asia (not specified),Title I,,,,,,,,,,2000000,2400000,,,,,,,2600000,2600000,2600000,500000,400000,200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Asia (not specified),Title II,,,,,,,100000,1000,1000,300000,800000,3000000,3401000,1200000,5800000,3300000,2900000,2400000,3800000,2900000,2500000,1701000,1600000,1400000,5000000,100000,100000,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12231200,500000,, -Asia (not specified),"Voluntary Contributions to Multilateral Organizations, Total",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,223221000,90728263,71841600,98017050,,240818789,99200000,99000000,99000000,74544261 -Australia,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7000 -Australia,Inactive Programs,,6700000,,1300000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Australia,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,376192,,,,,,, -Australia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,125721,199741,108270,260519 -Austria,Inactive Programs,65800000,100400000,161700000,200000,1000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Austria,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,497637,3457989,5029889 -Austria,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6200000 -Austria,Other USAID Assistance,,,,274000000,168800000,118600000,116300000,49800000,-2700000,600000,400000,300000,200000,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,416000,249000,276000,,,,,,,,,,,,,,, -Austria,Title I,,,,,,,,,,1500000,14500000,9400000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Austria,Title II,,,,,,,1800000,200000,2700000,5700000,10700000,3200000,24500000,1000000,1000000,800000,4001000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Azerbaijan,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,550000,,,4199983,,2006531,2410550,1090000 -Azerbaijan,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,550000,280000,3227000,3744000,567000,107000 -Azerbaijan,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,240000 -Azerbaijan,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,540000,790000,670000,,1000000 -Azerbaijan,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1700000,,,,793413,1342589,398532,135000,514133,234825,374568,300000,851355 -Azerbaijan,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1607769,556157,1123343,,106621 -Azerbaijan,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,1945000,5370000,3450000,1661909,3592527,2228692,981887,3167110 -Azerbaijan,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,205000,1328769,762526,717764,1032453,1615670,2975330,3971005,14379694,10800036,9078223 -Azerbaijan,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,125617,30000,288268,390838,558928,198877,,220594,159750,284292,431988,455326,575506,617720,2636016,1678267 -Azerbaijan,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21274000,9848000,5625000,2100000,24738000,22307000,45566000,20572984,33912825,32736277,30283242,39293579,22222153,28752364,14684796 -Azerbaijan,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1275000,1326000,1068516,1381515,1487711,1353553 -Azerbaijan,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22119397,11123397,5829649,2094553,4816824,7994640,4680668,1033543,,8571665,3894590,144800,,3426189, -Azerbaijan,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,269413,,,5858380,,,, -Azerbaijan,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4235700,2443400,2500700,2239000,3087800,2882500,1545600,2020200,, -"Bahamas, The",Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,507000,674000,3865000,4895000,5205000,4782000,4672000,5765000,1525000,4722000,6427000,12745000 -"Bahamas, The",Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,892000,1370000,1520000,1200000,1000000,1209000,700000,700000,700000,800000,500000,1000000,1000000,1200000,1200000,1100000,1030618,1064231,8714,480000,785467 -"Bahamas, The","Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,734000,775389,41039, -"Bahamas, The",Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24000,,21000,,,,,,,,,,1000,,,,,,11650,35000,125000,,140384,1274933,5800000 -"Bahamas, The",Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000,15300,20000,20000, -"Bahamas, The",Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,275638,394767,50000,59000,, -"Bahamas, The",Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -"Bahamas, The",Title II,,,,,,,,,,,100000,100000,100000,,1000,,,,,,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Bahrain,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,700000,400000,,,,,,,,,,,,,,,,,,,,,,,,,,,,80000,,, -Bahrain,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1489000,981140,775669, -Bahrain,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40000 -Bahrain,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16500,26500,16500,58310,63000,,,124780,33000,484400 -Bahrain,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,134000,14000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Bahrain,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,200000,200000,341000,299000,79000,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Bangladesh,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18822786,15300000,14694526,32946017,25162762,27600000,23851708,22830578,27580247,527862 -Bangladesh,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,17854,,933, -Bangladesh,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,34274413,31689000,30933208,21564315,24630021,18482021,16009605,10779000,11984025,29450607 -Bangladesh,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,47000,603000,,2080352,3414985,4194677,4926522,5999900,3273849,7498769,12876360 -Bangladesh,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10380478,,,,,,7800 -Bangladesh,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,31580474 -Bangladesh,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,160000,,,,,1000000,1382702,1040000 -Bangladesh,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000,67000,22000,26000,,,19000,,,140000,,,,,,,250000 -Bangladesh,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1475505,4817108,2737972,670056 -Bangladesh,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,867000,841000,,439262,2272467,6317231,1649148,1694577,3553755,784083,1053477,1271416,594670,2451180 -Bangladesh,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60820,,,,,,,,,90811,,10708,89913,109962,113700,108978,168661,705896,639928 -Bangladesh,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,199100000,101700000,28900000,62000000,26500000,9500000,62183000,95336000,90350000,80280000,80000000,74421000,78900000,77029000,75564000,71517000,80387000,49078000,52609000,55594000,49122000,56833000,35301000,43532000,22225000,13452000,42223000,59003000,,,4490116,4555241,4139429,4312122,4645343,3567825,3337578,10983567 -Bangladesh,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,662000,844000,977000,908000,581000,1248000,1566000,1290016,392569,, -Bangladesh,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25444000,,,,,,,,,1394270,121717734,,36080995,,57084,64271,407134,1931718,, -Bangladesh,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,48200000,237300000,180700000,,63800000,78000000,88100000,74400000,50500000,64000000,60000000,68000000,94500000,82000000,88100000,45000000,80000000,48000000,,,,,53028000,,,8925500,,,,,,,,,, -Bangladesh,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,87200000,59400000,2700000,4500000,2500000,,19304000,20482000,28929000,2585000,21636000,34070000,33426000,48208000,35128000,31828000,20617000,15263000,22630000,21833000,23463000,5778000,34147100,26074500,31521100,34190100,35896000,38217300,49845700,23525200,69864500,25064900,38576300,33711900,24456000,30209000,35606700,79030200 -Bangladesh,Title III,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69600000,65834100,42442000,50607600,42925600,7500000,,,,,,,,,,,, -Barbados,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151000,229000,361000,301000,737000,446000,396000,230000,180000,150000,148000,145000 -Barbados,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,250000,, -Barbados,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000,394000,95000,245000,380000,717000,518000,1000000,1130000,1515000,883000,1335000,687000,1000000,,,377661,1082423,1707020,145779,47410 -Barbados,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,96000,447455,41671, -Barbados,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,300000,200000,1000,100000,,556000,484000,219000,119000,273000,,5000,61000,38000,,,,,43000,,1000,,84000,4000,,,,,,,,,,,86888,67000,125622 -Barbados,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000,250000,,16000,,6000,,,,,,,,208623,223453,427065,408000,438533,445057,69637, -Barbados,Title II,,,,,,,,,,,,,,,,,,,,,,100000,,,,600000,,1000,1000,1000,100000,,174000,92000,67000,149000,55000,47000,,,,,,,,,,,,,,,,,,,,,,,,,, -Belarus,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,728397,1357145,600000, -Belarus,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10646071,28449793,34392518,130000,,,,,,,,,,,, -Belarus,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,,300000,,, -Belarus,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,600000,500000,,,300000,275000,,,300000 -Belarus,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,140000,99998, -Belarus,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30000,,,,1600000,200000,, -Belarus,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,600000,,,, -Belarus,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23000,14000,,,30229,,3030179,3669954 -Belarus,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23218000,2263000,3634000,,3195000,10313000,8618000,5299156,3425239,6094920,2696523,9637441,11407373,9585576,7699823 -Belarus,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,74772962,,2857214,1082453,,,,,,,,,,,, -Belarus,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24000000,5000000,27500000,8560000,21407000,,,,,,,,,,,, -Belarus,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1326165, -Belgium,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4000 -Belgium,Inactive Programs,600000,30600000,200000,,700000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Belgium,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263900,300000,,, -Belgium,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282000,330000,366000,340000,312000,,,180000,340000,331000,,,183281,556000,,220000,339600 -Belgium,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,31800000,23400000 -Belgium,Other USAID Assistance,,,,261000000,229200000,59800000,9200000,1100000,-200000,1000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,58407,606151 -Belgium,Title II,,,,,,,1000,,1000,1000,100000,100000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Belize,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,108000,296000,276000,146000,420000,389000,284000,182000,202000,282000,1896000,869000 -Belize,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000000,,14000000,2549000,5395000,,,,,,,,,,,,,,,,,,,,, -Belize,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,808000,200000,220000,200000,220000,298000,110000,,112000,350000,319000,550000,400000,41000,,,237108,232959,258475,192315,114966 -Belize,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,1000,1000,,1000,,,93000,7000,249000,300000,55000,57000,249000,191000,244000,289000,323000,258000,281000,287000,361000,257000,260000,50000,,,,,,127387,136437,125000,294356,110547,21, -Belize,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24000,,45847,54340,55000, -Belize,Other USAID Assistance,,,,,,,,,,,1000,100000,100000,100000,100000,100000,500000,100000,400000,,,,,,,,,,,,,,,,,,,,6697000,3875000,8503000,6934000,7561000,7500000,7600000,6311000,7286000,4650000,4800000,2196000,2599000,,,,,,409080,295500,-2307,,,1403,112300,184025 -Belize,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4881,,,,, -Belize,Peace Corps,,,,,,,,,,,,,,,,,100000,200000,200000,300000,400000,200000,200000,200000,200000,200000,200000,200000,300000,300000,300000,100000,505000,564000,653000,820000,748000,624000,1059000,1492000,2480000,2362000,2594000,2572000,2445000,1820000,1402000,1202000,1237000,1241000,969000,1022000,976000,1019000,1227000,1277000,1396000,1464000,1583000,1614000,1358415,1485995,1816189,1650387 -Belize,Title II,,,,,,,,,,,400000,101000,100000,100000,100000,100000,300000,300000,400000,200000,100000,100000,100000,100000,1000,100000,200000,100000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Benin,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11913000,10058000,14075256,7553581,6638000,7573189,8349302,7906000,9920131, -Benin,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,155975,164138,290677,31295 -Benin,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11872486,3824000,3667514,9551534,9987469,8910870,7093367,4754991,4436000,6120000 -Benin,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1357000,500000,,,,,,,100000,350000,,350000,350000,,328458,1125000,600000,2200000 -Benin,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1442011,,422424,,,276160,383016, -Benin,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21988000 -Benin,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,145000,,,,,225000,, -Benin,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,875654,2012373,249345561,56632321 -Benin,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000,,,,,25000,,,,,,,,,,,,, -Benin,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8000,204000,341000,458000,421000,936000,883000,1076000,227000,762000,544484,686325,,1154510,2756288,1941694,1425879,270081,10843,1735069 -Benin,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,221070,,,116178,,,,,142000,,12000,25345,20000,18000,12730,20000,17000,19700 -Benin,Other USAID Assistance,,,,,,,,,,,,,,,,2000000,700000,700000,500000,600000,1100000,1200000,300000,200000,100000,100000,11000000,100000,15100000,100000,1000,1000,38000,42000,242000,2627000,4707000,,,,385000,231000,229000,201000,,1129000,20448000,9072000,17613000,20306000,15447000,10166000,12941000,17048000,,,2872749,2370589,2023023,2476065,2318302,2083141,1740215,1792738 -Benin,Peace Corps,,,,,,,,,,,,,,,,,,,,,,1000,200000,200000,400000,400000,400000,500000,600000,600000,600000,200000,484000,279000,199000,178000,969000,1337000,1050000,1137000,1271000,1261000,1596000,1828000,1650000,1452000,1829000,1639000,2257000,1848000,1516000,1679000,1719000,1787000,2181000,1972000,1862000,2280000,2809000,2622000,2209361,2358262,2531704,3025218 -Benin,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,339000,55000,54000,,1017000,,,,283750,,,,,,,,,,, -Benin,Title II,,,,,,,,,,,,,,100000,1000,1000000,1400000,300000,600000,200000,100000,100000,500000,500000,,1000,201000,200000,301000,500000,500000,101000,648000,838000,873000,893000,1839000,956000,497000,1892000,1432000,1208000,1203000,1645000,2601000,2081000,1503000,1878400,2942900,2189600,2551700,3253500,2105000,3080200,1956300,3833200,4469100,5114400,5366100,5267600,2598800,1590700,, -Bhutan,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,569002,266195,766183,,,,, -Bhutan,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81000,,50000 -Bhutan,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,816000,332000,449000,916000,1131000,115000,526000,438000,1052000,458000,292000,271000,878000,620700,,,,,,,,,,,,,,, -Bolivia,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6515000,7583000,7098000,19058000,18070091,14270323,13774110,16780613,16688958,150000 -Bolivia,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4211000,3297000,3045000,6713000,5479000,4963000,4357000,4711000,5604000,3942000,1967000,1414000 -Bolivia,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27643000,25386000,25508242,13334379,12167796,12482000,11433232,12461702,15692404,28475125 -Bolivia,Economic Support Fund/Security Support Assistance,,,,,,,,,,,22900000,20000000,19000000,17000000,13100000,22700000,19100000,9900000,12300000,4800000,3200000,400000,5000000,,,,2000000,,,,,,,,,,,,,,,7177000,7513000,7820000,11850000,33413000,76500000,99329000,59450000,30995000,15050000,15400000,27000000,12000000,23000000,16000000,81996000,23399118,12475475,8838000,8030494,9040495,8384153,16355385 -Bolivia,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7528618,,5090504,836289,1605726,3278878,, -Bolivia,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15805028 -Bolivia,Inactive Programs,400000,400000,400000,400000,500000,500000,,,8000000,,,,,,,,,10400000,800000,3300000,,,,1000,,,,,,,,,,,,,166000,,,,,,,4000000,,,,,,,,,,,,,,,,,,,, -Bolivia,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16760,7340,52858,53439 -Bolivia,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,500000,500000,100000,3060000,2363000,3195000,217000,200000,240000,1720000,2670000,1537000,3875000,12540000,15000000,10000000,15700000,15700000,15700000,17000000,16100000,11000000,15000000,45500000,35000000,54000000,158000000,45400000,93600000,90727000,93481557,91534617,143998473,97871165,34769341 -Bolivia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200000,100000,200000,100000,16000,,2000,625000,555000,947000,711000,945000,1194000,151000,201000,333000,428000,307000,1009000,810000,823000,973000,659000,220000,775000,2350690,865737,12448,3155650,4196860,1479021,820908,1682549,1011392,5043785,1130938 -Bolivia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,75000,78005,113600,122404,127800,462433,,,,,,13965,,88825,148675,285307,687601,1585335,1166898 -Bolivia,Other USAID Assistance,,,,,,,1500000,1300000,7500000,11000000,2500000,3300000,3400000,7500000,1700000,5200000,13200000,25900000,48200000,4600000,25200000,15100000,3600000,10600000,3000000,3700000,53600000,17000000,38500000,20100000,22400000,1800000,35790000,34291000,28902000,4507000,2286000,2123000,11383000,52348000,18384000,31245000,21209000,29661000,24610000,25015000,23819000,27749000,26916000,19786000,16874000,15070000,25004000,39763000,,,5175661,4905423,4668110,10122710,8405971,8422337,5123499,8027525 -Bolivia,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,13650,1000,,,, -Bolivia,Peace Corps,,,,,,,,,,,,,,,,,900000,700000,2500000,2200000,2600000,2200000,1700000,1500000,1400000,1100000,1000,,1000,,,,,,,,,,,,,,,,,805000,1381000,1689000,2166000,2194000,1892000,2095000,2408000,2500000,2617000,2865000,2925000,2922000,2974000,2870000,2290199,2372280,2401838,2397763 -Bolivia,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,155000,,,,,,,,,,,,,,16323915,,,1123922,6498303,9418245 -Bolivia,Title I,,,,,,,,,,,,,,,,2400000,2500000,12200000,7100000,2900000,5500000,600000,7400000,8200000,,5100000,,9400000,6400000,,,,,10800000,12000000,17300000,,10000000,32400000,10000000,20000000,20000000,23900000,20000000,17000000,20000000,,,,,,15000000,10000000,,10000000,,,,6018100,6774905,2189330,4580487,, -Bolivia,Title II,,,,,,,1000,,300000,16000000,2700000,4000000,,400000,200000,400000,900000,3900000,6300000,1000000,801000,900000,900000,1200000,3600000,1800000,4400000,900000,1900000,5100000,6200000,1201000,6682000,5714000,6978000,7439000,9534000,6403000,16791000,12070000,9496000,12183000,12638000,14848000,16284000,13831000,14348000,25144800,26853200,20333600,19525700,23949400,21823200,18499400,20058700,22829800,17170100,20608500,32014300,22863500,15302400,15933400,20044800,8984400 -Bolivia,Title III,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22400000,34640800,27659300,21532000,,,,,,,,,,,,,, -Bosnia & Herzegovina,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200000,, -Bosnia & Herzegovina,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,550000,,,,,,,6000,,813000,1639000,40000, -Bosnia & Herzegovina,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,700000,,,,,, -Bosnia & Herzegovina,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6750000,1500000,13700000,,,-1685000,,,,,587484 -Bosnia & Herzegovina,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4823677,,,,,,, -Bosnia & Herzegovina,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2607943,5570666,9175168,5224329,11075716,6540374,2300653,,,,,, -Bosnia & Herzegovina,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,450000,,,,,,,,,,,, -Bosnia & Herzegovina,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300000,8480000,5500000,5161000,5150000,3601000,5654000,5458001,5315327,3946329,5394585 -Bosnia & Herzegovina,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3205540,4138426,794663,1309737,508975,565900,1678599,500000,1899128,1683791,1261415 -Bosnia & Herzegovina,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,164000,,548746,194815,484463,237552,66376,83704,155213,175965,243890,58625,134006,680734,816144 -Bosnia & Herzegovina,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,469000,,12640000,146981000,139542000,256415000,185474795,75230000,86837983,45882465,50734621,38464437,31019101,34326423,25933858,24161025 -Bosnia & Herzegovina,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1296000,,,,,,,,,,,,, -Bosnia & Herzegovina,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1120743,9323524,5851175,17791534,23231627,,9889796,8524762,,,, -Bosnia & Herzegovina,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10493938,5079080,4849483,5087500,,,,,,, -Bosnia & Herzegovina,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,86271300,57964500,98344100,45612800,14982700,,,,,,,,,, -Botswana,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1477488,,0,15120, -Botswana,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4282,,, -Botswana,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,146014,132389,113490,116650,126000,135000,,100000 -Botswana,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15190000,11100000,13000000,10860000,10984000,10000000,800000,10100000,10669000,5822000,583000,,769000,,,,,,,,,,,,,,42000,25000,,, -Botswana,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8537801,30291108,32633119,47846711,10726503 -Botswana,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,49346332 -Botswana,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203700,,,,82971 -Botswana,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16409, -Botswana,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,120000,275000,321000,81000,370000,309000,264000,,,1014500,388067,424526,28302,670193,12210124,8647548,9313517,8965206,8081797,9996225 -Botswana,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,160900,,80000,,,,,,,,27000,,,20000,27176,,,20000 -Botswana,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,100000,1000,100000,100000,1000,100000,12700000,4100000,100000,1000,1000,1000,,,2928000,,,420000,,10000000,,2995000,60000,12062000,8761000,8280000,7917000,17547000,7641000,10548000,26779000,,,,,,85,51120,,,,,156456783,138694551 -Botswana,Peace Corps,,,,,,,,,,,,,,,,,,,,,300000,300000,400000,400000,300000,400000,600000,500000,600000,1000000,1200000,300000,1194000,1244000,1290000,1156000,1315000,1512000,1542000,1512000,1940000,2800000,3328000,3727000,3861000,3224000,3502000,3060000,2612000,2770000,2583000,1776000,965000,116000,,,,215000,1236000,1430000,1007253,1046633,1063029,1226405 -Botswana,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,856000,,,,,,,,,,,,,,,,,,, -Botswana,Title II,,,,,,,,,,,,,,,,,,,,1800000,4200000,6700000,700000,,1500000,2500000,9800000,200000,2300000,2600000,2600000,300000,2461000,3022000,2551000,5143000,5361000,3011000,1796000,8047000,11681000,5939000,7824000,8442000,1309000,364000,,1354300,594000,1698000,2278600,,,,,,,,,,,,, -Brazil,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3030000,4150000,8080000,8930000,10520000,9280221,3355381,3705103,3220075,1510966 -Brazil,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2888000,3438000,1313000,534000,1274000,856000,799000,669000,649000,967000,734000,1997000 -Brazil,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11381000,8502000,7402243,5883473,8537002,8936200,10011000,8715115,7913031,11163485 -Brazil,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,25500000,50000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,342360,954000,6521981,200000,175000,656700 -Brazil,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,380857,,119143, -Brazil,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3937427 -Brazil,Inactive Programs,17200000,1300000,1400000,800000,800000,1200000,,15000000,100000,300000,500000,6600000,,1000,1000,,47000000,5300000,2500000,6700000,,,100000,3100000,100000,,300000,1000000,,,,,,,,,,60000,,,,,,,,,,,,,,,,,,,,,,,,,, -Brazil,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,800000 -Brazil,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200000,200000,200000,1000,299000,,,,200000,300000,250000,,750000,690000,3325000,2340000,200000,1900000,2500000,1500000,1550000,400000,1000000,290000,700000,500000,1200000,5000000,2000000,6000000,6000000,368471,15735917,16485541,866533,6178514 -Brazil,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,150000,476515,541920,195000 -Brazil,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1600000,300000,500000,,97000,25000,,,,,,8000,,3000,,415000,779000,70000,334000,166000,1095000,1595000,1467000,13000,,3060607,3057669,2032777,1905555,2230274,13991482,3876975,8752540,6749595,5858761,10238274 -Brazil,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,358122,273600,279770,370720,352504,,105585,,,229170,420865,,,13300,,45000,,29967,50344 -Brazil,Other USAID Assistance,,,,,,,2600000,3200000,2500000,3000000,3600000,4500000,5500000,8900000,11600000,7500000,85100000,61000000,129500000,234900000,243700000,214900000,193800000,12401000,88000000,79400000,12100000,40600000,5000000,3101000,900000,1000,461000,,,,,,,,,,,,,,,,3694000,6296000,6768000,4671000,6873000,16418000,,,899734,944874,772863,1136256,1185095,1047999,1143590,1541651 -Brazil,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,244500,163600,275000,250000,158000,55000 -Brazil,Peace Corps,,,,,,,,,,,,,,,,,900000,1600000,4000000,4600000,6200000,3500000,3900000,3500000,3500000,3100000,2900000,2600000,4200000,2700000,1700000,500000,2080000,1947000,1467000,966000,296000,,,,,,,,,,,,948000,,,,,,,,,,,,,,, -Brazil,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,608000,92000,,,,,,,,,,,,,,,, -Brazil,Title I,,,,,,,,,,,30200000,108300000,,,,81500000,44100000,32000000,115400000,,29100000,,62700000,,19900000,23300000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Brazil,Title II,,,,,,,,,,2500000,5400000,1900000,3600000,3000000,1800000,3200000,28500000,15900000,35500000,24600000,50000000,21600000,20200000,10200000,42500000,11800000,5700000,9600000,6200000,8400000,700000,1500000,1259000,71000,583000,1366000,555000,339000,78000,22000,,,2066000,52000,1229000,1146000,1064000,1495500,2286000,,,,,,,,,,,,,,, -Brunei,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000 -Brunei,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40000,2052,, -Bulgaria,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,800000,, -Bulgaria,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,714000,1016000,149000,,37000 -Bulgaria,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300000,600000,1000000,400000 -Bulgaria,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,628026,50000,,196000,, -Bulgaria,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,, -Bulgaria,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,2000,5000,16000,100000,,,,,,,,16475,27000,,,48278 -Bulgaria,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1064000,1390000,900000,2000000,433000,,,300000 -Bulgaria,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2589368,1727500,3051882,1631204,1611184,796245,1387471,5352281,5081674,5546953,12524450 -Bulgaria,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2108638,538786,72000,334735,330425,535263,378110,275138,492906,162403,276367,258973,287647,491384,310576,210000,239888,,33359 -Bulgaria,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6000,,,37388000,31478000,5961000,35796000,25260000,33766000,38353729,31033218,29332206,25726794,23920447,18038206,6307999,2138686 -Bulgaria,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,594000,949000,1167000,1137000,1155000,834000,1536000,1984000,1765000,1972000,2158000,2844000,3214000,2784833,2769224,2859558,2679253 -Bulgaria,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8966217,,,,,,3947207,,8751361,,,,,, -Bulgaria,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15000000,,,,,,,,,,,,,,, -Bulgaria,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4734000,5685400,,,,,,,,,, -Burkina Faso,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,625000,,,,400299,,,,, -Burkina Faso,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,167978,171000,195003,175270,173500,,,120000 -Burkina Faso,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151000,,,250000,650000,111920,,, -Burkina Faso,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68198,,,, -Burkina Faso,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,870000,,,,,,,, -Burkina Faso,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12960589,408340,5419604,24771240 -Burkina Faso,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,43000,8000,3000,,155000,,29000,,,,1151768,1151768,1397568,,3230155,4598139,1932600,298675,832364,1198994 -Burkina Faso,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18000,33000,,44000,40000,,,,,,,13500,,19035,50500,17910,29960,, -Burkina Faso,Other USAID Assistance,,,,,,,,,,,,,,,,2000000,1100000,500000,400000,500000,800000,400000,300000,100000,100000,100000,100000,100000,100000,5300000,1300000,300000,3366000,11402000,15850000,9210000,14122000,11202000,270000,40000,7564000,14930000,9101000,3746000,6045000,3997000,5622000,5072000,4004000,3684000,333000,,,,,,25468,27453,-1917,,7500,,500000,798557 -Burkina Faso,Peace Corps,,,,,,,,,,,,,,,,,,,,,,100000,400000,300000,400000,400000,400000,500000,600000,700000,800000,200000,1026000,988000,1482000,1348000,1446000,1551000,1436000,1533000,1535000,1251000,610000,,,,,,,,748000,965000,1495000,1768000,1993000,1937000,1747000,1824000,2616000,2719000,2478598,2253786,2612602,2605279 -Burkina Faso,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1090000,75000,2782000,,,,,,,,,,,3397797,,,,,, -Burkina Faso,Title II,,,,,,,,,,,,,,,,1000,100000,500000,500000,200000,700000,2400000,1000000,600000,1700000,4500000,2800000,2500000,8200000,3600000,3000000,601000,8079000,8295000,9535000,12225000,15137000,6845000,7156000,16120000,17644000,7440000,5163000,5772000,5856000,5711000,8288000,11895700,10866600,7768300,12589700,8189200,11760500,14623900,15246600,14016800,11439600,10536400,7798400,9554500,15567700,17708000,18887100,12608300 -Burma (Myanmar),Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3660000,3000000,,2000000,,,,424512,2595000,80000 -Burma (Myanmar),Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,52000,58000,7000,,180000,,12848000 -Burma (Myanmar),Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,578446,262000,992967,33,-4560,,,,,149000 -Burma (Myanmar),Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,100000,14300000,300000,3500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,5722900,3470000,900000,2030669,3048858,7754371,11043585,9600437,10531473,9339612 -Burma (Myanmar),Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1977988 -Burma (Myanmar),Inactive Programs,,5000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Burma (Myanmar),Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2750000,33796,4715000,1790000,,,,,,,988430,625000 -Burma (Myanmar),Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4663000,4835000,4683000,4558000,4600000,6140000,4995000,2447000,5515000,6285000,9417000,5000000,120000,,,,,,,530000,,,70000,255000,255000,,,,,,, -Burma (Myanmar),Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,134510,223835,,49945,,2069403,131041 -Burma (Myanmar),Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,458502,652599,537252,339000,390000,809766,3251106 -Burma (Myanmar),Other USAID Assistance,,,,,,10400000,-200000,12800000,-1800000,,,,24200000,7900000,1100000,400000,800000,1100000,900000,300000,300000,200000,200000,200000,,,,,,,,,,,,2000000,3000000,7600000,13799000,12200000,14963000,9929000,7186000,5703000,,,,,,,100000,,,,,,,,,,,,,26427107 -Burma (Myanmar),Title I,,,,,,,,,,,10900000,500000,13600000,,,,,6800000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Burma (Myanmar),Title II,,,,,,,,,,100000,300000,400000,600000,600000,100000,200000,300000,400000,300000,200000,300000,400000,100000,700000,400000,1100000,700000,300000,,,,,,,90000,177000,,,,,,,,,,,,,,,,,,,,,,,,,,,,28063000 -Burundi,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1938000,750000,700000,3125208,519914,6611024, -Burundi,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88372,130000,140000,200000 -Burundi,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,519386,,1952083,4292766,4452233,5654930,4373378,2704272,5258164,7807714 -Burundi,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,,,,,,,,3500000,2000000,1150000,3879350,961983,6941949,3453448,2899373 -Burundi,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6581000 -Burundi,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,438395,,75000,236000,,664225,17970000,18611802,11879536,12044654 -Burundi,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,512346,239648, -Burundi,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,48000,,,,,,,,,,,,9160,1079039 -Burundi,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,48085,,,,,60000,,,21000,55041,79600,39195,371192,932669 -Burundi,Other USAID Assistance,,,,,,,,,,,,,,,,,,1000,500000,400000,100000,200000,1000,1000,100000,200000,1000,,,100000,100000,100000,97000,50000,132000,4370000,3256000,5008000,5527000,3661000,4269000,3128000,2211000,5597000,2078000,19873000,14943000,14557000,16170000,4566000,5094000,1041000,2651000,,,,10084703,15306468,13015964,18574668,15243383,4671085,105741,279900 -Burundi,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,,,,,,,,,,,265000,562000,671000,518000,555000,609000,797000,830000,866000,945000,,180000,,,,,,,,,,,,,, -Burundi,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3661572,,,,,,3811571,7413920,,,,,,, -Burundi,Title II,,,,,,,,,,,,,,,,1000,2900000,1200000,800000,901000,2000,1000,100000,101000,1501000,301000,700000,300000,301000,700000,1300000,201000,1039000,2082000,2193000,2026000,2845000,2124000,1643000,3432000,1863000,1586000,108000,411000,67000,,8000,,319800,41558400,26747500,,,13792900,2343400,3480400,11724000,2511100,24228000,19880900,17119600,15013100,10071100,14092200 -Cambodia,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3600000,3870000,10753058,16489702,25982216,36533034,40757748,33332350,31109731,38732 -Cambodia,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28000,334000,726000,301696,748000 -Cambodia,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,3092000,1873569,3729220,8071548,15072177,17995963,8493751,8644837,8914770 -Cambodia,Economic Support Fund/Security Support Assistance,,,,,,,,,,38000000,43100000,32500000,26000000,22500000,20000000,21500000,21000000,11400000,500000,,,,,,,70000000,37100000,67300000,92900000,54600000,,,,,,,,,,,,,,,,,,,33000000,16300000,19500000,27000000,35000000,11089000,9999205,10098000,10200935,25032712,13831909,22269961,21037155,15720138,14832364,14642827 -Cambodia,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,561748,,1004638,,,,2573300,1300 -Cambodia,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,700000,1100000,2128000,1435000,700000 -Cambodia,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,32665508 -Cambodia,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1820000,1500000,500000,,,,439238,,578000,200000, -Cambodia,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,325000,210000,,,,,,,,,,,,70000 -Cambodia,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,2000000,1500000,2580000,2468000,2290000,2765000,3921558,2898357,2345024,3058787,4053526 -Cambodia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,1187475,7349568,5665715,4350829,2339791,6737202,8269210 -Cambodia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,37000,147425,129718,188318,220150,935175,1140296,1176691,100000,413899,259080,500000,122035,87000,79400,123720,218068,1184301,1174091 -Cambodia,Other USAID Assistance,,,,,,,,,,,2000000,2000000,2300000,2300000,2600000,2800000,13100000,8600000,2900000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23564000,13352000,15993000,500000,,500000,,,3551829,3660290,2869226,6081296,6309284,3275262,2562718,3166192 -Cambodia,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,654651,772384,909281 -Cambodia,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11551430,,1418653,1773297,1908550,,, -Cambodia,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,6800000,20500000,25800000,182600000,91500000,,,,,,,,,,,,,,,,,,,,42000,,,,,,,,,,,,,, -Cambodia,Title II,,,,,,,,,,,2300000,1000,1000,,,,,,,,,,,,,1000,1000,1000,1000,2900000,,,,,,38292000,14121000,3782000,2127000,3318000,780000,1551000,489000,1841000,,,,2746400,,,6621600,,,,,7071000,2692600,1278200,,703000,,,100000, -Cameroon,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,499999,,450000,1293125,800000,1250000, -Cameroon,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,59862,386939,61,29827 -Cameroon,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,161632,202500,163909,,,,,597000 -Cameroon,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,3000000,,,,,,,,,,,,,,,,,,,,,,,,,,9000000,,,,,,,,,,,,,,,,47000,4000,95686,,459446,200000 -Cameroon,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195888,,1270295,,,,,3900 -Cameroon,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1735438 -Cameroon,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5064428 -Cameroon,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9000,27000,,,,,,,,,,,,,,,, -Cameroon,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,301000,630000,735000,228000,332000,387000,1007000,308000,232000,,24993,955582,652625,3813561,363371,3301908,3256986,395298,759913,4264610 -Cameroon,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,76835,,88330,95969,104854,,40000,84599,48000,99244,181771,60693 -Cameroon,Other USAID Assistance,,,,,,,,,,,,,,,,2000000,9600000,1000000,1500000,5400000,1400000,1000000,400000,100000,100000,100000,100000,100000,100000,300000,900000,100000,3097000,12098000,7727000,6340000,7840000,15335000,18942000,22468000,23781000,24645000,21728000,19337000,32780000,22167000,20126000,22020000,9675000,219000,291000,,,,,,,290387,,,,35515,, -Cameroon,Peace Corps,,,,,,,,,,,,,,,,,400000,600000,1000000,800000,900000,600000,400000,400000,500000,500000,700000,700000,900000,1100000,900000,400000,1202000,1555000,2184000,2183000,2378000,2384000,1993000,2364000,2637000,3390000,3751000,3955000,3494000,3338000,3638000,3463000,4011000,3268000,3039000,3189000,3102000,2721000,2952000,2945000,2637000,2861000,3317000,3142000,2496134,2575776,2726761,2984550 -Cameroon,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1160400,,,,,,, -Cameroon,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10364012,5927286,5199006,5167315,, -Cameroon,Title II,,,,,,,,,,,,,,,100000,100000,100000,1000,1000,1000,1000,1000,1000,200000,1000,600000,200000,100000,600000,700000,1500000,700000,653000,1320000,1485000,909000,2402000,1474000,705000,411000,3750000,713000,215000,368000,,,,106600,,,,349000,,1299100,1974500,82000,,333200,99500,,,,897665,5136700 -Canada,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23000,40000,33000,40000,12000,7000,,,,7000 -Canada,Inactive Programs,,,,,,,6000000,6600000,4900000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Canada,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23704034,21219897,20992334,22759157,23837625,26825356 -Cape Verde,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,405000,42000 -Cape Verde,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,42890,55200,52941,49746,53000,,,55000 -Cape Verde,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,,,,,,,,,,,,,,,,1144000,,,,,,,,,25000,,,,,,,,6344 -Cape Verde,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2166373,96640758,761524,15034343 -Cape Verde,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000,10000,,,,,,,20000,,,,,,,,, -Cape Verde,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9000,14000,,52000,802000,364000,503000,225000,,447000,184966,228767,,,407976,672842,917466,1043753,543820,800946 -Cape Verde,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27244,,37500 -Cape Verde,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,,,2310000,7990000,2874000,3100000,3614000,3450000,2210000,2000000,3449000,2914000,1473000,2615000,2656000,3040000,3228000,2787000,2140000,1782000,1861000,,,,,,,,-1311,,,,,5188 -Cape Verde,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230000,52000,,507000,924000,930000,1030000,1003000,1008000,967000,1020000,1074000,1181000,1188000,1258000,1437000,1519000,1265531,1282137,1419501,1525708 -Cape Verde,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2088000,,288000,,,,,,,,,,,,,,, -Cape Verde,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,2100000,,3225000,3446000,4523000,2658000,3031000,2533000,2692000,4493000,1533000,4311000,2900000,2107000,2180000,4275000,408000,3560800,3499300,3455900,4868400,6207900,3803200,6765400,2082800,4333200,3971900,4488600,3682400,4701300,3975700,5195300,, -Caribbean (not specified),Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200000,,980000,1400000,6571472,4156034,4696417,6435000,7384749,93200 -Caribbean (not specified),Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,125000,4221000,8883000,8343000,9842000,12956000,18696000,16690000,16316000,18546000,19546000 -Caribbean (not specified),Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1100000,642000,,,9017214,8280500,5872188,5294157,8490605,4214877 -Caribbean (not specified),Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4000000,,20000000,35000000,30820000,20000000,27575000,23775000,3043000,10225000,2032000,2104000,7999000,171000,,,,,,,7000000,170500,4595000,21284717,3641740,3173940,990000,,1500000 -Caribbean (not specified),Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,999918,1622684,1595499,1181427,599235 -Caribbean (not specified),Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7983046 -Caribbean (not specified),Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,123000,,,160000,504971,315002,628140 -Caribbean (not specified),Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,402000,233000,100000,25000,100000,470000,290000,30000,33000,35000,35000,50000,40000,40000,,,,15270,,90000,476217 -Caribbean (not specified),Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200000,200000,200000,,27000,121000,335000,285000,728000,935000,877000,553000,853000,431000,463000,497000,385000,522000,818000,274000,144000,306000,114000,103000,,1000,188300,,,2760419,2751868,1968763,1903780,1166291,1675972,1926348 -Caribbean (not specified),Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,100000,10100000,1000,1000,22500000,100000,8600000,16500000,200000,7248000,23607000,26756000,41183000,27044000,30055000,23178000,25403000,27639000,24838000,31176000,31913000,19329000,24953000,19504000,13899000,11577000,3735000,3199000,,,,,,66930,,230000,447369,42991136,689848,796614,1486285 -Caribbean (not specified),Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,264000,,,, -Caribbean (not specified),Peace Corps,,,,,,,,,,,,,,,,,,200000,,200000,200000,400000,500000,900000,900000,1000000,1000000,800000,1100000,900000,900000,300000,1515000,1599000,1515000,1662000,1767000,2375000,3008000,2576000,3169000,3510000,3481000,4366000,4126000,3202000,2704000,2874000,3121000,3268000,4052000,2516000,2236000,,2294000,2289000,2135000,2019000,2787000,3044000,2702141,2750713,2916885,2731999 -Caribbean (not specified),Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,906000,,,,,,,,,,,,,,,,,,, -Caribbean (not specified),Title II,,,,,,,,,,200000,500000,300000,200000,200000,200000,300000,300000,400000,300000,200000,300000,300000,200000,200000,300000,400000,500000,200000,1000,1000,,,,,231000,643000,,16597000,,17000,22000,15000,1000,9000,,,,,,,,,,,,,,,330000,280000,200000,250000,645003, -Caribbean (not specified),"Voluntary Contributions to Multilateral Organizations, Total",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,465000,,400000,, -Central African Republic,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88347,128800,14250000,16750000,15000000,11042,16000000,15065227 -Central African Republic,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200000,,,1200000,1075000,,,120000, -Central African Republic,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,990,,,,600000,,,350000,1670000,4470000 -Central African Republic,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,26000,541000,103000,,370000,,,,,,,,,576306,628484,40846,50751,587851 -Central African Republic,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,26000,,,,150000,,19881,,,,,,19950, -Central African Republic,Other USAID Assistance,,,,,,,,,,,,,,,,1000,200000,700000,1100000,700000,400000,400000,200000,100000,100000,100000,200000,200000,,,900000,100000,1018000,615000,92000,,,1000000,,1200000,2381000,2195000,1800000,2101000,2142000,2098000,276000,2644000,2449000,2460000,2573000,150000,,,,,25000,102,50000,,50000,50000,4626031,850328 -Central African Republic,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,200000,300000,500000,300000,929000,1016000,1031000,1014000,1426000,1548000,1515000,2015000,2028000,2090000,2356000,2575000,2485000,2353000,2446000,2351000,1945000,1810000,1570000,946000,,,,,,,,,,,, -Central African Republic,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3033307,, -Central African Republic,Title II,,,,,,,,,,,,,,,,,,1000,2000,2000,101000,501000,101000,200000,401000,200000,200000,100000,200000,300000,400000,1000,61000,323000,194000,542000,382000,238000,,418000,359000,311000,444000,819000,304000,452000,308000,654400,794600,85600,,,,,430100,56700,244300,889900,213400,1005700,545400,578000,14219700,10121700 -Central African Republic,"Voluntary Contributions to Multilateral Organizations, Total",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,248928,,, -Central America (not specified),Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2700000,3150000,3692000,4000000,4944865,4950000,4464044,12045458,5015731,23652 -Central America (not specified),Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,74833, -Central America (not specified),Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,623249000,8200000,12192252,16458428,29846307,16808848,13523437,12478930,7491012,25978468 -Central America (not specified),Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,900000,,,,70895000,15358000,9340000,7404000,3563000,,498000,539000,787000,,,,,,,,,180000,284143,2081100,410000,8452118,3598550,5072000 -Central America (not specified),Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,1500000,1514640,182038,1577298 -Central America (not specified),Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3589537 -Central America (not specified),Inactive Programs,,,,,,,,,,,,,,,,,,2900000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Central America (not specified),Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1111438,200000, -Central America (not specified),"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300000, -Central America (not specified),Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,702196,8695826,1950642,,2707271,8012759,2001329,415870,1220646,1637981,570254 -Central America (not specified),Other USAID Assistance,,,,,,,,,,,,,,,,5000000,,8200000,24300000,43400000,3800000,24200000,3800000,34000000,44100000,3500000,13200000,42500000,1300000,6400000,2400000,16000000,2956000,1476000,2752000,4156000,9698000,13130000,19399000,15458000,35713000,47508000,49012000,51149000,44032000,29435000,20031000,11865000,16266000,6919000,13146000,10914000,4050000,13625000,,,4828600,2221653,498279,,,,8403,693684 -Central America (not specified),Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,101750,100000,,80000, -Central America (not specified),Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2587676,,1834920,,6048840,,,,, -Chad,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,144296,136192,103820,120166,129000,,,130000 -Chad,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2822000,,3000000,5000000,9785000,5000000,10000000,10000000,2944000,,,,,,,,,,,,,,,242555,,,2000000 -Chad,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1304792,,,,,2710524,,4800 -Chad,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,712972,33926023,23989323,43998866,43410925,50173982 -Chad,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22000,,,,5000,,,,,,,,,,,,,, -Chad,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,400000,732000,622000,300000,350000,500000,300000,1988000,2454089,729161, -Chad,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,665000,,,425900,240038,3749249,2806775,606283,2885914,738397 -Chad,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38000,51635,,48000,18000,30000,,30000,25000,31721,,45000,127207,166074,1514578 -Chad,Other USAID Assistance,,,,,,,,,,,,,,,,100000,300000,1000000,600000,1100000,1100000,500000,600000,1000,100000,100000,100000,100000,100000,3900000,100000,2100000,6624000,11233000,3121000,163000,,860000,2000000,8000000,10468000,5672000,5916000,6796000,6109000,8145000,15646000,13185000,11605000,5150000,2496000,,,,,,77377,3274,-5147,,3393724,3893032,8681895,7061507 -Chad,Peace Corps,,,,,,,,,,,,,,,,,,,,,300000,300000,400000,400000,400000,400000,400000,500000,500000,600000,600000,200000,947000,1396000,669000,,,,,,,,267000,754000,873000,1084000,1345000,1515000,1744000,1603000,1264000,1101000,1114000,319000,,,,,1110000,1569000,1255173,936161,8482, -Chad,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1620000,,,,,,,,,,2053639,,,,,,, -Chad,Title II,,,,,,,,,,,,,,,,1000,1000,100000,1000,601000,101000,1301000,1000,301000,301000,100000,,300000,6200000,300000,500000,400000,5315000,6814000,6241000,3610000,,2460000,3244000,4991000,19897000,3669000,1762000,1240000,3017000,1426000,1530000,1198600,,3274700,1406200,4795000,5757400,1029000,2109300,3402000,4859200,4013700,4302200,19195200,26343800,27142300,41457200,65379400 -Chad,Title III,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5100000,,,,,,,,,,,,,,,,, -Chile,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,112000,107000,40000,101000,277000,272000,193000,688000,433000,165000,142000,151000 -Chile,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,202000,,509000,1000000,600000,870000,,,,,,,,,21000,75000,243000,,40000, -Chile,Inactive Programs,1400000,1700000,900000,400000,300000,400000,,,,,,,,,,,15200000,4600000,4500000,9000000,1000000,,1000,1000,,,,,,,1000,,,,,,86000,,,,,,,,,,,,,,,,,,,,,,,,,,, -Chile,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,160000,,,,, -Chile,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,1000,1000,,,,,,,,,,,,,,,153000,200000,200000,270000,170000,,,,,30000,97000,65000,,,500000,109751,63000,121751,100140 -Chile,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,112500,,225921 -Chile,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,800000,1300000,200000,,14000,28000,2911000,3566000,2327000,3213000,1826000,1686000,1251000,1137000,1094000,1038000,1017000,1080000,1515000,943000,1086000,1202000,1312000,567000,394000,276042,1004529,587575,915818,467261,1821977,1022666,1706616,808334,897825,2110858 -Chile,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,317000,545200,265000,76000,60000,,,,,,,,,,,,,, -Chile,Other USAID Assistance,,,,,,,1100000,1300000,1400000,2100000,2200000,3300000,12800000,3200000,18900000,31200000,142700000,41300000,78900000,99500000,93200000,15500000,57900000,35400000,18000000,1500000,1000000,800000,5300000,31300000,20600000,600000,571000,160000,270000,125000,,,,,,,,350000,1144000,1015000,12898000,2459000,6523000,2325000,3288000,,,,,,,50000,,,,,, -Chile,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000,,,,75000 -Chile,Peace Corps,,,,,,,,,,,,,,,,100000,1000000,900000,1500000,2700000,2700000,2400000,2000000,1200000,1100000,800000,500000,400000,400000,500000,700000,200000,1135000,1265000,1302000,1520000,1925000,1226000,,,,,,,,,504000,966000,1441000,1741000,1793000,1654000,1131000,688000,,,,,,,,,, -Chile,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2953000,,,,,,,,,,,,,,,,,,, -Chile,Title I,,,,,,,,,,3900000,25600000,,,,2000000,20300000,,16500000,17300000,,9500000,,15800000,9800000,,,,,,57800000,46600000,,14300000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Chile,Title II,,,,,,,,,,200000,200000,1100000,15000000,12300000,6500000,7100000,6600000,5500000,9600000,14200000,4900000,7900000,7200000,5100000,7200000,6300000,5900000,2500000,3200000,4600000,10200000,4300000,17229000,5551000,8959000,4965000,7698000,2321000,996000,,,,,,,,,,,,,,,,,,,,,,,,, -China (Hong Kong),Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11486,,, -China (Hong Kong),Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29586,, -China (Hong Kong),Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,105000,100000,,,55000,36000,140120,189094,115164,48000,51000,51000,500433,190000,,125000,135000,125456 -China (Hong Kong),Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11964,,,,21283,,, -China (Hong Kong),Title II,,,,,,,,1000,100000,600000,3500000,6600000,2900000,3100000,4600000,5600000,3400000,5200000,2200000,2400000,1300000,700000,400000,600000,400000,200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -China (P.R.C.),Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4693237,210005 -China (P.R.C.),Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21000,,,,71000,,1662000 -China (P.R.C.),Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,607000,,,,,4937400,5022175,11575947 -China (P.R.C.),Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1950000,1600000,2135000,7052000,13722000,23268700,21613850,14282532,4191978,18244583 -China (P.R.C.),Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,350000,1393996,1904856,326148 -China (P.R.C.),Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6552336 -China (P.R.C.),Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,425000,364400,,825000,,203000,594233,811462,850103,969885,1189996,9660,60000 -China (P.R.C.),Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3536 -China (P.R.C.),"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1140000,,15809 -China (P.R.C.),Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,519000,532742,4588685,12188034,9304395,11453616,12609328,12920231,23735583,37068163 -China (P.R.C.),Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,376750,459537,653380,1374366,1628842,1856516,2471450,1434684,2168664,1671669,2458632,1965294,1840030,2178708,1620279,1829127,7080917,23069659,22578843 -China (P.R.C.),Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,50000,200000,,100000,250000,240000,3015748 -China (P.R.C.),Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,707473,479893,1015715,440000,319000,853000 -China (P.R.C.),Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,509000,429000,624000,696000,869000,809000,1028000,1435000,1298000,1595000,977000,863000,1029670,1255352,1274089,1243099 -China (P.R.C.),Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,37478475,,,,,,,,, -China (P.R.C.),Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,455000,1702000,106000,,,,,,,,,,,,,,,,,,,,,,,,,, -China (Taiwan),Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1175000,1200000,1300000,1800000 -China (Taiwan),Economic Support Fund/Security Support Assistance,,,,,,97700000,80600000,104300000,109200000,134500000,70000000,80000000,57000000,70500000,68000000,50000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -China (Taiwan),Inactive Programs,128700000,322700000,50900000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -China (Taiwan),"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30000,,250000,550000,,437000,382,836912 -China (Taiwan),Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,124747,640409,81569,,,7868,6915,,41227000,17879368 -China (Taiwan),Other USAID Assistance,,,,344600000,-51100000,-4800000,400000,1200000,2700000,3100000,3300000,3700000,30900000,9600000,42600000,42100000,28500000,38600000,2101000,400000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000,,,50000,,,, -China (Taiwan),Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18409,10000,15000,,, -China (Taiwan),Title I,,,,,,,,,,,,4400000,7100000,9300000,4100000,14700000,37700000,35900000,26600000,41800000,14500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -China (Taiwan),Title II,,,,,,,400000,,500000,2600000,9600000,10500000,5301000,9900000,7300000,10800000,12600000,10500000,18600000,10100000,2800000,4600000,6800000,,,19200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Colombia,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,800000, -Colombia,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,43784000,40435000,65194000,128534000,190206000,119143000,174853000,182221000,155988000,140522000,129406000,119862000 -Colombia,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,411610,,350000,2600000,315600,584859,661753,2119100 -Colombia,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,30000000,200000,,,1500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,15970000,172000,,,,3300000,5300000,128499000,700000,6600000,,,797245,1935767,,196170390 -Colombia,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,644998,,,,,,, -Colombia,Inactive Programs,500000,1100000,200000,200000,300000,300000,,,,,,,,,,,22800000,7800000,7800000,10500000,,,100000,1000,,,,,300000,100000,,500000,77000,135000,,,43000,,,,,,,,,,,,,,,,,,,,,,,,,,, -Colombia,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000000,9050000,10462535,6654254,13242900,6311311,5804230,6347211,4426089,11518920 -Colombia,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300000,600000,900000,3800000,62000,2383000,3853000,16000000,3640000,2720000,3490000,6765000,10650000,10600000,11553000,9767000,10000000,20000000,20000000,23383000,25000000,20000000,16000000,16000000,33450000,43000000,205860000,894429000,48000000,373900000,467200000,461327785,547399516,1095410890,244844997,472492686 -Colombia,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000000,3279000,75000,5118000,5210049,4177142,1500611 -Colombia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,700000,400000,900000,200000,100000,1000,173000,43000,182000,200000,739000,315000,445000,1434000,632000,941000,439000,459000,974000,806000,749000,648000,1246000,1421000,1276000,648000,1613000,620500,803530,1385593,1619729,1613380,1214332,3753460,1655988,3298774,18242359,3984682 -Colombia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,112842,225000,290000,90000,200000,189255,235800,261140,367706,428085,421543,705854,442856,548865,630079,541486,560166,961413,2112334 -Colombia,Other USAID Assistance,,,,,,,700000,1000000,1200000,1400000,1300000,1200000,1800000,2000000,2400000,28200000,8200000,93300000,79400000,4000000,85500000,104700000,77500000,100600000,75800000,84000000,92600000,76900000,40100000,14000000,14000000,6600000,1429000,,250000,340000,,,,,,,,,,,,,7806000,,30000,118000,48000,19000,1095352,980367,5366088,1925694,669122,337045,1549618,727194,1962600,13910616 -Colombia,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66560,,,,,12500 -Colombia,Peace Corps,,,,,,,,,,,,,,,,200000,1300000,3700000,5300000,3500000,5200000,3600000,3000000,2900000,1800000,1600000,1700000,1700000,1800000,2100000,1700000,600000,2062000,2143000,2973000,1999000,1346000,,,,,,,,,,,,,,,,,,,,,,,,,,, -Colombia,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2013900,,,,,,, -Colombia,Title I,,,,,,,,,,2200000,6800000,13600000,4400000,,6300000,6300000,6200000,5100000,,2400000,2700000,2700000,10800000,,12400000,2800000,10900000,8400000,3000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Colombia,Title II,,,,,,,,,200000,900000,3200000,2900000,7400000,4200000,2500000,4900000,9100000,11500000,13200000,6800000,6700000,6300000,8600000,7400000,41100000,9300000,10100000,9200000,7100000,11500000,11900000,1700000,5248000,2581000,1557000,4618000,,,,,,,,65000,91000,178000,,,762700,,,,,,,2305900,,,,,3517100,3051200,4858400,10628000 -Comoros,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,71000 -Comoros,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,37100,33500,31855,23142,33000,40000,,40000 -Comoros,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,850000 -Comoros,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40319,49086, -Comoros,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,780000,431000,799000,690000,767000,768000,766000,903000,1877000,134000,74000,70000,,,,,,,,,,,,,50000 -Comoros,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196000,338000,407000,506000,575000,628000,777000,449000,54000,,,,,,,,,,,, -Comoros,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,269000,430000,658000,409000,757000,213000,441000,934000,455000,125000,33000,,414700,483000,,975000,,,,,,,,,,,,, -Congo (Brazzaville),Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,400090,588000,,,,, -Congo (Brazzaville),Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,183900, -Congo (Brazzaville),Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,104642,1307247,174462,142361,102000,55000,,120000 -Congo (Brazzaville),Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,999387, -Congo (Brazzaville),Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2095127,,5697918,6690908,6000 -Congo (Brazzaville),Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,687515,,,750000,,1000000,750000,900000 -Congo (Brazzaville),"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,445000,675000 -Congo (Brazzaville),Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88000,187000,598000,957000,316000,111000,,,,,,,,475691,282860,284107,790308,1104428,265333,1116771 -Congo (Brazzaville),Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,280000,296388,,24000,30000,30000,60000,30000,35000,,35000,108244,52041,40000,118630,62500,100601 -Congo (Brazzaville),Other USAID Assistance,,,,,,,,,,,,,,,,100000,1200000,500000,200000,1000,,,,,,,,,,,,,,10000,60000,227000,2000000,1000000,1000000,1000000,1201000,736000,952000,557000,578000,582000,928000,825000,890000,883000,957000,,,3290000,,,2061950,,-65601,,,,50000, -Congo (Brazzaville),Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,110000,,,,,,,,,,,49000,581000,807000,924000,847000,771000,899000,559000,,,,,,,,,,, -Congo (Brazzaville),Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2488000,,,,,,,,,,,7570017,,,2842332,3256748,,4837686,, -Congo (Brazzaville),Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1900000,,,,,,,,1900000,1940000,5000000,,6298000,3446000,10996000,,,,,,,,,,,, -Congo (Brazzaville),Title II,,,,,,,,,,,,,,,,,,,,300000,,,,1000,300000,2300000,300000,,700000,700000,700000,1000,777000,611000,889000,753000,277000,524000,,,155000,117000,123000,136000,152000,187000,60000,408300,441000,,,,,,,,,,655600,,1494200,783800,1196700, -Congo (Kinshasa),Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7444000,8980000,13973211,19505908,17338452,25641879,18914866,33083930,16436573,17783010 -Congo (Kinshasa),Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7218,200000, -Congo (Kinshasa),Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000000,1330000,10415056,3369957,11457366,16569879,18355430,23179097,6981375,19250894 -Congo (Kinshasa),Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,64900000,63400000,35000000,20000000,15000000,19000000,17200000,15300000,3000000,,,,,,,12000000,,19999000,9999000,,,,,5000000,10000000,10415000,24570000,10000000,,,,,,,,,,,,2500000,6000000,2000000,6788325,3272143,5486581,5501635,7934157,5418838,32479204 -Congo (Kinshasa),Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4532412,,,,,,, -Congo (Kinshasa),Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1200000,2250076,853924,2354660 -Congo (Kinshasa),Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27520091 -Congo (Kinshasa),Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,210000,4750000,60734,1712368,15562406,699985,1362916,,4700000,20249914,21977175,33969988 -Congo (Kinshasa),"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1365300,2000000,118987 -Congo (Kinshasa),Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21000,,,,,,,,2978271,3343994,2365949,2045092,3504350,1098710,4881164,6250268,14794049,9624305 -Congo (Kinshasa),Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,91289,40000,172595,303640,247950,381980,357000,282028,559000,681117,998788,863417,1763990,1209049,812825,844353,5063594,1261192 -Congo (Kinshasa),Other USAID Assistance,,,,,,,,,1000,100000,1000,1000,1000,,1000,2400000,3800000,3000000,1200000,1500000,900000,3100000,800000,1300000,9300000,13400000,2000000,3600000,1100000,1600000,600000,7000000,,,11929000,6850000,10570000,10348000,9535000,15571000,25081000,23598000,22735000,31396000,36416000,30819000,21495000,,,30000,,,,,1407914,2750000,18084996,32393748,38734843,32765204,36175250,28660021,32637696,23398164 -Congo (Kinshasa),Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,1000,1000,600000,1200000,2400000,2900000,3200000,3500000,900000,2881000,3227000,3939000,3240000,4536000,3698000,4460000,4581000,4980000,3993000,3327000,3671000,3275000,3046000,3559000,644000,15000,,,,,,,,,,,,,,, -Congo (Kinshasa),Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1594293,4470582,16811132,,,3254021,,5864032,, -Congo (Kinshasa),Title I,,,,,,,,,,,,,,,,,10900000,27200000,15300000,7600000,12500000,17400000,7600000,3800000,3700000,,2000000,2700000,,,12400000,,22700000,18000000,17000000,15700000,10000000,10000000,10000000,15000000,20000000,20000000,19700000,23000000,24000000,16000000,6111000,,,,305000,1298000,,,,,,,,,,,, -Congo (Kinshasa),Title II,,,,,,,1000,,,,,,,1000,100000,8200000,5600000,8100000,2800000,1400000,2901000,2700000,3300000,300000,100000,1400000,300000,500000,500000,400000,200000,1000,51000,481000,4415000,636000,3504000,,948000,792000,640000,163000,6391000,225000,572000,413000,,,,,,,,,5855800,3331800,14525300,16671000,34883400,30813100,30048100,40769800,37935626,80802400 -Congo (Kinshasa),Title III,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7000000,,,,,,,,,,,,,,,,, -Costa Rica,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,133000,210000,281000,854000,989000,927000,1176000,880000,742000,623000,819000,2452000 -Costa Rica,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7149,350601,,500000,600000,600000,700000 -Costa Rica,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000000,157000000,130000000,169591000,126032000,142466000,90001000,93462000,64894000,27000000,11904000,1532000,,,,,,,,,,,,195331,,315831, -Costa Rica,Inactive Programs,2000000,400000,201000,100000,400000,700000,900000,1700000,1200000,1100000,10000000,7700000,1300000,1700000,6200000,100000,3600000,,4200000,4200000,300000,6800000,4900000,3100000,100000,,300000,,1000,700000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Costa Rica,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,233000,,,,,,341400,141400,,262900 -Costa Rica,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,,1000,42000,,,,,,,,,,,240000,367000,190000,220000,240000,272000,78000,98000,38000,157000,215000,1160000,750000,852000,,,261408,441740,162525,104554,4755 -Costa Rica,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,100000,1000,1000,23000,36000,4000,528000,204000,138000,56000,39000,15000,697000,214000,453000,211000,334000,805000,288000,642000,711000,608000,198000,110000,160000,215007,42400,5000,443985,431293,620698,561968,1254563,2370971,1413134 -Costa Rica,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,13950,18618,19935,489992 -Costa Rica,Other USAID Assistance,,,,,,,1300000,800000,700000,900000,900000,3000000,1100000,1400000,1300000,10000000,2000000,13000000,9900000,8300000,2500000,6900000,5100000,13900000,19500000,6400000,1700000,1300000,8900000,700000,6700000,200000,6426000,6885000,16394000,13561000,11475000,11540000,27159000,15470000,25922000,13095000,18305000,11261000,21338000,12642000,15064000,12492000,7862000,3507000,2585000,,,,,,737217,712506,1512147,1406453,1334468,1228172,1634368,1573871 -Costa Rica,Peace Corps,,,,,,,,,,,,,,,,,300000,300000,500000,600000,1100000,800000,900000,500000,600000,700000,700000,500000,1200000,1100000,1200000,300000,1200000,1317000,1464000,1445000,1746000,1007000,1690000,1826000,2892000,2639000,2950000,3517000,3547000,2241000,2063000,1924000,2264000,2085000,1927000,1671000,,662000,406000,501000,485000,899000,1217000,1395000,1352362,1340165,1419361,1809450 -Costa Rica,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3297000,,,,,,,,,,,,,,,,,,, -Costa Rica,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18000000,28000000,22500000,21400000,20000000,17200000,15000000,,15000000,,,15000000,4818000,,,,,,,,,,,,,, -Costa Rica,Title II,,,,,,,,,,,300000,400000,300000,100000,,,,1100000,1800000,1600000,800000,500000,600000,1000000,500000,800000,1100000,800000,500000,1000000,1400000,200000,3864000,740000,26000,380000,1814000,1092000,184000,,232000,263000,103000,95000,71000,207000,,152600,256100,988700,1124200,269800,,,,,,,,,,,, -Cote d'Ivoire,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252736,6301,,0, -Cote d'Ivoire,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,122100,192400,137912,,162600,,10695,159998 -Cote d'Ivoire,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,300000,,,,,,,,,,,,,,,,,,,,,,,,7000000,5768000,2545000,,,,,,,,700000,,,435873,785000,656500,670000,,200000 -Cote d'Ivoire,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,219485,,3419912,1756542,7263674,3147870,, -Cote d'Ivoire,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6128119,17704016,19851320,35169473,11978537 -Cote d'Ivoire,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56640670 -Cote d'Ivoire,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,116350,214239,67938,,93859,740000,,2804959,550012,526881,1912170,1050000,1100000 -Cote d'Ivoire,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60000,50000,55000,,,,,110000,,,,,,,,, -Cote d'Ivoire,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,,23000,,,,,111161,345000,261000,,119722,7832838,9924618,6071510,5075431,5803645,5556536 -Cote d'Ivoire,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,31200,173416,36000,36000,52940,,64100,40000,15231,134099,100000,163918,173285,525225,1362299,1553773 -Cote d'Ivoire,Other USAID Assistance,,,,,,,,,,,,,,,,2100000,2100000,2500000,6200000,200000,300000,600000,200000,100000,1000,1000,1000,1000,1000,1000,1000,1000,61000,91000,80000,,,,,,1591000,1749000,839000,1445000,1302000,3810000,7564000,7867000,6088000,202000,387000,,,,,,103708,,2579062,652548,1687589,829838,38385816,2083298 -Cote d'Ivoire,Peace Corps,,,,,,,,,,,,,,,,,400000,600000,1000000,600000,600000,600000,700000,700000,700000,800000,800000,900000,1200000,1400000,1300000,400000,1139000,1264000,1402000,1467000,1252000,,,,,,,,,493000,803000,1350000,1673000,1250000,1186000,1465000,1892000,2345000,2636000,2853000,2840000,2952000,948000,,,,, -Cote d'Ivoire,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1706000,,,,,,,,,,5006239,3503178,,,,,,,, -Cote d'Ivoire,Title I,,,,,,,,,,,,,,,,,,,1600000,4000000,1800000,,,,,,,,,,,,,,,,,,,,,,,,5000000,15000000,9700000,10000000,10000000,5000000,38000,20122000,10036000,,10000000,5000000,,,,6118680,,,, -Cote d'Ivoire,Title II,,,,,,,,,,,,,,,,,1000,1000,100000,1000,1000,1000,1000,2100000,2000,1300000,,1000000,700000,1200000,500000,1000,66000,188000,134000,7000,10000,,,,,118000,144000,,506000,851000,1700000,,,,,,119300,45600,,,,,6573700,7909500,5992300,3438700,5000100, -Croatia,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1500000,,,,,,,,, -Croatia,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1325000,354000,1591000,, -Croatia,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,109347,, -Croatia,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000000,,,,,,,, -Croatia,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7076243,1827523,1831452,795453,3029252,10290561,2852157,,,,,20341, -Croatia,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,34129,,, -Croatia,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,600000,2975000,2658000,4610000,2529000,2350000,2869000,3284000,2041130,3830886 -Croatia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,70000,140000,25000,606833,828800,715000,947484,,127734,535888, -Croatia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25555,256276,,64900,65000,30000,89427,,,,20000,280154,310000,310000,20000,20000 -Croatia,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,539000,,12345000,10630000,2217000,17258000,16560036,26574000,50199179,44757059,32395570,22066652,25221601,11224907,11122353,1641899 -Croatia,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000000,,5000000,,,,,,,,,,,, -Croatia,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8367200,,,,,,,,,,,,,, -Cuba,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3484206,, -Cuba,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3443000,2829200,7226270,6352726,8143653,13381047,9785134,8381663,28469539 -Cuba,Inactive Programs,100000,100000,100000,,,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Cuba,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,180000,462132,1154306,547100,577965,873563,602658,565257,409000,744453,896818,765000,841000,1143372,1149378,123288,3529434,3162150,1381107 -Cuba,Other USAID Assistance,,,,,,,100000,200000,200000,500000,500000,600000,500000,400000,300000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,100000,100000,44022,1673008 -Cuba,Title II,,,,,,,,,,,,,,1000,600000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Cyprus,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000 -Cyprus,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,14500,,,,, -Cyprus,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,17500000,15000000,15000000,15000000,14000000,15000000,15000000,15000000,15000000,14355000,15000000,10000000,20000000,4979000,14957000,15000000,10000000,29999000,,9376000,4000000,46000,15259000,206000,15645157,12006785,1008424,7299199,34447120,24335340,14116230,15706527 -Cyprus,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,45000,,,,,,,,,,,,,,, -Cyprus,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,55000,260000,400000,412000,250000,,274000 -Cyprus,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,143,194812 -Cyprus,Other USAID Assistance,,,,,,,,,,,,,,,,1000,700000,700000,400000,100000,200000,1000,,,,,,,,25000000,10000000,20000000,,,,,,,,,,,,,,,,,,,,,,,,,,5661,44808,20834,309294,217254,200819,401010 -Cyprus,Peace Corps,,,,,,,,,,,,,,,,,100000,100000,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Cyprus,Title I,,,,,,,,,,,,,,,,,,600000,600000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Cyprus,Title II,,,,,,,,,,,,,,,,8200000,6701000,200000,400000,1000,100000,1000000,100000,,,1200000,4300000,2100000,1100000,900000,,,,760000,1504000,240000,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Czech Republic,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15000,,216000,,,,,,,,317,,,, -Czech Republic,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,317000,200000,530000,,,,, -Czech Republic,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79500,631332,1506753,308084,1989102,882800,203360,430896,8000000,27249880,3523000 -Czech Republic,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,171060,211380,199386,,,,,,,,,,,,, -Czech Republic,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18037000,5423000,227000,,,,2927,173282,16490,,,,, -Czech Republic,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1946000,1915000,1497000,1060000,429000,,,,,,,,,,, -Denmark,Inactive Programs,,1000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Denmark,Other USAID Assistance,,,,126100000,83500000,49300000,14200000,7700000,-200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Denmark,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Djibouti,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,,50000,75000, -Djibouti,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,44463,,, -Djibouti,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,153773,138558,2195607,120700,114030,784727,,2369974 -Djibouti,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000000,2000000,1986000,3000000,3500000,3350000,2033000,3408000,3044000,3229000,4018000,2000000,2000000,1000000,,,,,,,,,1998978,20000000,984000,4574225,6978636, -Djibouti,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78208,510792,353376 -Djibouti,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,496000 -Djibouti,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,,,,,,100000,100000 -Djibouti,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,746000,400000,404000,350000,271000,,152510,355289, -Djibouti,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92500,,,,,2132568,166400,1000,42443,1019540 -Djibouti,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30000,,20000 -Djibouti,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69000,1153000,1145000,2180000,,,,240000,40000,110000,45000,45000,45000,60000,60000,60000,95000,65000,,,,,,14321,7994,-3755,573100,736986,707088,520856,909413 -Djibouti,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1834153,2355862,,,,,,, -Djibouti,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,984000,483000,853000,1132000,1722000,1383000,1318000,1450000,,,24000,,,,,508300,,1719200,,,434200,1553700,1427000,122800,1250700,3422500,994500,1539400,2139700,994800,2734700 -Dominica,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,101000,2000,,53000,,,,,,,, -Dominica,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29445,, -Dominica,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30000,,58273, -Dominican Republic,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3495000,3300000,6385000,9532000,12544099,13482940,13716174,13170725,11855522,35478 -Dominican Republic,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,436000,392000,559000,681000,636000,578000,789000,741000,886594,663000,841000,1033000 -Dominican Republic,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6377000,6950000,9489879,6589543,9937550,11759137,7377116,8015351,16082844,13436859 -Dominican Republic,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,25000000,23900000,,40300000,72500000,32200000,16400000,1000,,,,,,,,,,,,,,41000000,8000000,34000000,95000000,40000000,165000,13835000,,,,5000000,1697000,,869000,200000,300000,2500000,2300000,3548000,3488000,2300000,3445993,4476071,3135772,1913837,2025381,12019675 -Dominican Republic,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,14056543,,,3299750,,,, -Dominican Republic,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3293,284843,97307,216482 -Dominican Republic,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11789861 -Dominican Republic,Inactive Programs,200000,200000,100000,1000,,100000,,,,,,,,,,,,6500000,,1900000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Dominican Republic,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,85000,200000,759849 -Dominican Republic,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30467,30467, -Dominican Republic,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1773000,680000,448000,180000,420000,400000,300000,237000,235000,250000,365000,715000,700000,81000,,,1059654,2599389,2153094,867714,944549 -Dominican Republic,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,111000,141825,499137, -Dominican Republic,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,,1000,,200000,,24000,,16000,60000,585000,848000,1052000,187000,216000,430000,329000,377000,165000,374000,837000,340000,563000,761000,711000,685000,380000,1008000,1426874,1170184,2699983,4295775,3378700,1025000,663541,3669976,16622263,2088919 -Dominican Republic,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40000,40000,125000,52449,,150385,,,,,,20000,,,,26930,39800,20000,39514 -Dominican Republic,Other USAID Assistance,,,,,,,200000,300000,200000,300000,300000,200000,200000,200000,300000,100000,1000000,5700000,300000,12700000,21800000,21500000,27100000,12299000,5200000,13500000,6900000,1000000,12600000,5600000,15900000,200000,912000,1297000,26438000,34640000,17393000,19047000,26526000,30346000,30568000,27188000,19882000,18612000,20126000,17996000,13903000,10985000,17811000,10719000,8386000,5508000,10733000,11562000,,,2418656,2963552,2593923,3266567,3101564,2941176,2624327,6636893 -Dominican Republic,Peace Corps,,,,,,,,,,,,,,,,,200000,1300000,1200000,1100000,900000,800000,1000000,800000,600000,500000,500000,500000,500000,600000,700000,300000,1115000,948000,1298000,1400000,1874000,2213000,2169000,2316000,2493000,2465000,2357000,2495000,2673000,2245000,2282000,2206000,2584000,2704000,1971000,2706000,2694000,2778000,3194000,3501000,3342000,3121000,3090000,2734000,2125792,2718514,2928567,3135451 -Dominican Republic,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,33203000,,,,,,,,,,19581292,,631318,227408,1996700,,,,, -Dominican Republic,Title I,,,,,,,,,,,,,,,,,,4800000,4800000,3300000,,,10100000,6400000,7800000,5700000,12500000,9700000,,,,,2500000,,13900000,15000000,14200000,16150000,23000000,28500000,40500000,30000000,13300000,20000000,20000000,,,,,71695000,,,,,,,,,,,,7720737,, -Dominican Republic,Title II,,,,,,,,,,,,,,,,,800000,8000000,8200000,6900000,5400000,4300000,4100000,6800000,6200000,7100000,6500000,4500000,4201000,5501000,11400000,1000000,9378000,3886000,6762000,4661000,4356000,3120000,2278000,2805000,1907000,1748000,1565000,3339000,5080000,5026000,5007000,3580500,2371700,4578700,2965500,4310000,412000,,10845100,98500,1672100,,,,82322,,199690, -East Africa (not specified),Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7673173, -East Africa (not specified),Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,41464,20306754, -East Africa (not specified),Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,381335,,,231000, -East Africa (not specified),Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,766313, -East Africa (not specified),Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23500000,44500000,8000000,200000,3500000,,,,,,,20000, -East Africa (not specified),Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4740000,,192066,,,,,, -East Africa (not specified),Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,,,,,,647661 -East Africa (not specified),Other USAID Assistance,,,,,,,,,,,,,,,,1200000,2100000,2100000,2100000,2300000,2200000,2300000,2700000,4200000,4500000,1400000,1300000,1000000,700000,600000,1100000,200000,1026000,431000,,,,,,,,,,,,,,,,,,,1028000,14128000,,,600000,,250000,,251419,,6168711,1542019 -East Africa (not specified),Title I,,,,,,,,,,,,,,,,,,,,,2600000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -East Africa (not specified),Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300000,830000,700000,705179,1200000, -Eastern Europe (not specified),Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60000 -Eastern Europe (not specified),Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324593,200000,,205484 -Eastern Europe (not specified),Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20076000,,,,,,,,363750,,,,,,,, -Eastern Europe (not specified),Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,127288 -Eastern Europe (not specified),Inactive Programs,112800000,78100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Eastern Europe (not specified),Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4200000,1550000,,8200000,50507043,20743763,3149999,,799995,,16406408,5129184,9669578 -Eastern Europe (not specified),Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152000, -Eastern Europe (not specified),"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,141697,,,1761688 -Eastern Europe (not specified),Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1760000,170587,113011,3500000,318640,535776 -Eastern Europe (not specified),Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1184985,444880,546770,321355,,,,,20000,,,,,,,,,,790436 -Eastern Europe (not specified),Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,391030000,249368000,467698000,80239000,46424000,176687000,65501000,,,6742995,369653,-355939,6830231,442434,4398768,5985743,16347945 -Eastern Europe (not specified),Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,332000,953000,1305000,1767000,2547000,,,2216000,,,,,,,,,,, -Eastern Europe (not specified),Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12359708,14477483,,,,,,, -Eastern Europe (not specified),Title II,,,,,,,1000,,,2000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7128800,92291900,,,,,,,,33978000,1748000,,,99991,,, -Eastern Europe (not specified),"Voluntary Contributions to Multilateral Organizations, Total",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,35779000,35778717,37689810,52581852,38721563,35279787,37647687,1005520,,4474077 -Ecuador,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1950000,550000,,,1200,49970,,,2000000, -Ecuador,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2415000,2833000,7258000,11698000,19720000,21560000,21455000,17885000,21085000,23764000,21765000,20397000 -Ecuador,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11736000,11719000,7209649,7156621,7662396,6402349,7136748,6111045,8939696,9946089 -Ecuador,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,8000000,7000000,,,10000000,,,,,,,,,,,,,,,,,,,,4414000,20216000,19334000,,9100000,116000,,6200000,,,,,300000,1000000,1200000,5500000,17723500,17244589,17898163,12861500,13323005,4221579,5933949,6330363 -Ecuador,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000000 -Ecuador,Inactive Programs,600000,700000,600000,500000,600000,700000,,,,,,,,,,,13600000,9500000,1000000,300000,3000000,,,,,,100000,,,,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Ecuador,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,176642,128100,,1000000,1290000,2429925 -Ecuador,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300000,400000,500000,1000,464000,362000,502000,387000,330000,356000,75000,72000,414000,1315000,1178000,1000000,1000000,1400000,1500000,1000000,1500000,500000,500000,500000,600000,500000,1200000,21200000,2200000,25000000,30896000,31930458,30409464,26700177,17622722,393540 -Ecuador,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,1000000,963000,360000,,500000,263985,,50000, -Ecuador,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,,1000,400000,400000,,142000,,,66000,282000,18000,54000,89000,,4000,,41000,179000,52000,,36000,754000,978000,502000,453000,881000,1462500,1297605,19847,435883,2750650,2472146,4127763,6890424,1526306,1979751,1901410 -Ecuador,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151550,25000,329000,190000,170000,142500,85000,93775,,48376,106000,124996,132600,220692,66179,301427,1092957,603047,1151666 -Ecuador,Other USAID Assistance,,,,,,,1400000,1000000,1300000,1400000,1700000,3800000,4200000,6700000,8100000,9600000,12000000,11200000,20500000,12100000,6300000,3900000,3600000,5900000,23200000,15300000,4900000,4600000,2500000,2100000,,,,848000,511000,8303000,12512000,17298000,21543000,22566000,28741000,29496000,17859000,14542000,17572000,17037000,16046000,15977000,13436000,11525000,10136000,9470000,10694000,9943000,,,1524906,1695027,2739557,2624281,2132192,1661248,3149876,3383766 -Ecuador,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,520814,500000,,,, -Ecuador,Peace Corps,,,,,,,,,,,,,,,,,800000,1600000,2700000,2100000,2600000,1500000,1500000,1300000,1000000,800000,1300000,1500000,1500000,1700000,1300000,400000,1989000,1987000,2543000,2187000,3074000,2799000,3173000,3401000,3408000,2782000,3212000,3722000,3526000,2390000,2540000,2302000,3234000,3330000,2480000,2409000,2611000,2677000,2480000,2358000,2639000,2813000,2993000,2995000,2531504,2723128,2832593,2650703 -Ecuador,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8507000,2550000,3888000,,,,,,,,1278532,18062825,,,,5423250,,,, -Ecuador,Title I,,,,,,,,,,,2500000,2400000,1200000,,,2300000,,3800000,,1400000,,1200000,,2100000,,4800000,1000000,8700000,,,,,,,,,,,,,14250000,4750000,,,,,,,,,447000,,,,,9256100,11852744,5000000,,5413775,3062560,7392144,, -Ecuador,Title II,,,,,,,,,,200000,200000,200000,500000,800000,300000,900000,2100000,2300000,4400000,2200000,1600000,1800000,1300000,2700000,1600000,1800000,2200000,2400000,3301000,3400000,2100000,101000,1214000,2376000,2697000,868000,2289000,2380000,1778000,2685000,629000,1691000,3941000,1636000,668000,335000,592000,3005300,,3058500,220900,726800,,,642000,,,1584700,,,102000,102000,,892900 -Egypt,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5200000,1013500 -Egypt,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,150000,,,,50000,,6000 -Egypt,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,319940,,925000,1127195,8042084,4738849 -Egypt,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,20000000,10000000,,,,,,,,,,,8500000,252800000,252800000,536800000,699250000,750750000,835000000,865000000,829000000,771000000,750000000,852949000,1065050000,1069221000,819658000,717820000,815000000,898389000,780819000,892852000,747828000,591600000,975787000,816842000,808093000,827152000,859868565,740723000,410144811,888789228,401149739,651477860,264814986,482010301,617439917,162930012 -Egypt,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000000 -Egypt,Inactive Programs,9600000,,1400000,,,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Egypt,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,495784,2003131,2970626,8699675 -Egypt,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,73000,,,,,,,,,,,39000,,125000,50000,200000,,,,,,,,,,,,,,, -Egypt,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,,,219895,381608,1608163,297486 -Egypt,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12000,,49000,,,,,,,1679899,1449340,254840,1614230,1732863,3794723,6022511,1403000,8699702,22258263,5202022 -Egypt,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,93669,45000,56584,264972,348475,496255,288067,379622,183000,582347,489494,928782,1418592,580041,7696534,2298908 -Egypt,Other USAID Assistance,,,,,,,400000,12900000,3300000,42800000,2600000,700000,1000,2000000,21100000,2300000,22200000,38600000,1400000,2300000,1500000,800000,,,,,1500000,,,,5400000,,,,,,,,,,,,,,1499000,2119000,1967000,8000,25000,,38000,,,,,,3745772,5679665,4084175,3160369,3099352,3440162,5957375,10856728 -Egypt,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,55001000,,2231000,,,,,,,,,,,,,,, -Egypt,Title I,,,,,,,,,,,13200000,,,33900000,36600000,48600000,114000000,78500000,85200000,84900000,16400000,,,,,,,,9500000,104500000,201700000,14600000,196800000,179700000,230700000,285300000,272500000,262000000,238250000,237500000,213750000,217455000,191650000,153000000,150450000,192850000,160050000,40410000,,5239000,,6817000,,,,,,,,,,,, -Egypt,Title II,,,,,,,800000,,700000,23500000,17500000,300000,600000,8900000,8200000,22600000,44300000,19600000,8900000,10400000,9700000,11800000,,,,,,800000,3300000,12800000,4400000,1101000,11702000,12506000,22395000,16123000,28949000,31936000,16814000,13688000,13208000,6617000,3871000,2626000,1187000,,,,3154900,18394400,,602800,2787700,3916400,457000,1101200,330300,3999200,2346500,2344000,,,, -El Salvador,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11206000,10495000,14557000,14993000,9299981,6600000,7355000,8144000,7271142,78650 -El Salvador,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,166000,271000,21000,364000,1883000,1080000,975000,5906000,6575000,6083000,1139000,1135000 -El Salvador,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20485000,19506000,43572487,51319651,27207549,27590038,26853705,24562649,12950203,15052163 -El Salvador,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9100000,44900000,115000000,140000000,120234000,285000000,181945000,281497000,195006000,190887000,136355000,123975000,125455000,94300000,25100000,38191000,28015000,5000000,1000000,2000000,1500000,14703000,31240000,2084688,480000,389993,165000,1994211,30560 -El Salvador,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2297376,,,,,,, -El Salvador,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8401897 -El Salvador,Inactive Programs,500000,300000,301000,201000,400000,201000,1000,1000,100000,,,,,,,,11600000,,,10400000,,,,,,,,,,,100000,,,,,,,,,,4000,,,,,,,,,,,,,,,,,,,,,,, -El Salvador,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,370000,,,,116121,,,,10000,79905, -El Salvador,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2180189,202096153,167483709 -El Salvador,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,150000,250000,120000,130000,160000,205000,129000,120000,50000,177000,162000,382000,400000,659000,,,266209,699260,702188,1450737,10289217 -El Salvador,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,,267000,539066,, -El Salvador,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,600000,,500000,200000,100000,800000,11000,,,16000,413000,1000,4000,2000,,,,,,,,51000,215000,2000,1000,,79000,477000,1228676,153469,8328660,6444801,1496640,1793716,669120,5746676,2353448,2913826 -El Salvador,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,75000,157000,310000,97450,91688,,,80432,,,,17275,30000,,29817,28920,13925,131000,1610184 -El Salvador,Other USAID Assistance,,,,,,,500000,700000,500000,800000,900000,1100000,1000000,1000000,1000000,2900000,3300000,19500000,11000000,5800000,3400000,2200000,8200000,10600000,10300000,2500000,6000000,2000000,7800000,1300000,1600000,200000,2713000,7984000,6917000,43155000,33345000,39573000,58785000,41136000,91120000,86225000,132956000,70715000,62288000,63355000,55707000,108929000,77951000,31025000,24379000,19972000,24958000,35753000,,,22234588,30772987,4471522,5751206,6811652,5468304,5582034,6739576 -El Salvador,Peace Corps,,,,,,,,,,,,,,,,,200000,300000,400000,500000,900000,400000,500000,600000,500000,500000,400000,400000,600000,800000,900000,200000,1351000,1247000,1561000,514000,,,,,,,,,,,,4000,364000,680000,643000,993000,1131000,1478000,1771000,2004000,2228000,2463000,2466000,2158000,2049466,2536010,2533592,2472471 -El Salvador,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5787000,,8921000,,923000,,,,177880,1333560,9789764,,15341022,,7904877,5511959,25300,,5083220, -El Salvador,Title I,,,,,,,,,,,,,,,,,600000,,,,,,,,,,,,,,,,,,,3000000,26200000,19900000,39000000,49000000,49000000,44000000,42000000,35500000,40000000,40200000,33950000,29400000,33400000,,,25000000,,,10000000,10000000,5000000,5000000,,6237470,3560700,,, -El Salvador,Title II,,,,,,,,,,,200000,600000,100000,100000,,100000,300000,2600000,3500000,2200000,2400000,1900000,700000,1800000,1800000,1700000,1400000,1100000,1300000,1600000,3300000,101000,2668000,1720000,2913000,2465000,9077000,7687000,7738000,5563000,8840000,10447000,6403000,12878000,8082000,6808000,5193000,9653200,7601200,,,4456100,,1690400,3283800,,1520800,,1844700,629800,617100,867900,276600, -Equatorial Guinea,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23725,11000,-44723,,,,, -Equatorial Guinea,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,225000,225000,8000,,, -Equatorial Guinea,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,187500,62500,25000,13640 -Equatorial Guinea,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60001,,,,,, -Equatorial Guinea,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,1000000,1000000,1000000,1375000,1129000,759000,1265000,1030000,1035000,905000,55000,54000,43000,55000,,,,,,,,-514,,,,, -Equatorial Guinea,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,170000,258000,426000,737000,939000,327000,,,,,,,,,,,,,,, -Equatorial Guinea,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200947,115840,646676,900971,,616914,,,,,,, -Equatorial Guinea,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,304000,66000,935000,372000,457000,,,,,,,,,160700,,,,,,,,,,,,, -Eritrea,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4890000,4253000,4912702,5350000,5599228,5000000,13544,,, -Eritrea,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,17000,83000,, -Eritrea,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5285000,4897000,6497783,5936282,4831585,1829762,110544,50000,,95000 -Eritrea,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000000,,,,,,,,,1008672,,78805,,, -Eritrea,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8586645,,,4138999,,,, -Eritrea,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2250000,17016441,1036067,746584,,,1400000,, -Eritrea,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,919000,,500000,1050000,1602000,2400000,,621765,,, -Eritrea,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2500,,150000,150000,150000,,,204000,52376,, -Eritrea,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53000,,,,,,,,24500,30460,,,51677,,, -Eritrea,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6000000,8075000,3945000,8387000,7699000,12089000,,,3813400,1472014,4475759,4996639,3244973,2185401,2886746,3006404 -Eritrea,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,277000,854000,888000,1187000,626000,96000,,,,,,,,, -Eritrea,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3662321,,,,,,24613068,24415313,,387470,,,,, -Eritrea,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000000,,10000000,10000000,9016339,4799390,,,, -Eritrea,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24862000,4138200,2223100,911500,52800,727600,2560700,2973200,5567300,67300100,65140700,128565700,2431500,, -Eritrea,Title III,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,14899500,5032200,,,,,,,,,, -Estonia,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,883000,1265000,1219000,44000,4000 -Estonia,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15000,,,,,,,,72000,,,, -Estonia,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,335000,300000,301000,268000,635000,995000,,116012,,186499 -Estonia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2500,,108030,,,300000,50000,60000,200130,22860,8084208 -Estonia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,35000,,16852,,39271,107527,29993,71843,,31000,,11000,,,,,,, -Estonia,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000,,2368000,50000,,,,,,,,,,,, -Estonia,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,627000,748000,664000,739000,373000,,,,,, -Estonia,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000000,,,,,,,,,,,,,,,, -Ethiopia,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25799250,26465000,29128550,46786848,29744146,41237183,18768575,25629149,28343264,1466090 -Ethiopia,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1392,,,, -Ethiopia,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16903039,12743000,16240616,29764823,22897124,19611255,34747615,31389301,34483910,38588173 -Ethiopia,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,3000000,,,300000,,,,,,,,,,,,,,,,,,,,,,,,,3000000,,,,,,,,,,,5299220,5050000,7940500,4717992,11178161,4313865 -Ethiopia,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5019746,,,,,,,4300 -Ethiopia,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,14647945,47747130,75780277,163852693,21532779 -Ethiopia,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,299313974 -Ethiopia,Inactive Programs,400000,400000,,,,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Ethiopia,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000000,,,1498651,1031932,1016014,1420050,1500963,4984132,8785384,10534859 -Ethiopia,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30000,,,40000,,,,,,,,,,,, -Ethiopia,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,1220000,,250000,,1275000,300000,,301000,913527,949158, -Ethiopia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,,19000,,,,,,,396700,1293404,2788941,4956584,6565253,11774461,9005020,10192174,9420579,5918486,11454116 -Ethiopia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,109913,216446,24950,136185,25000,96052,48000,214085,49630,,40245,137640,32158,139016,611253,365237,1870734,1583731 -Ethiopia,Other USAID Assistance,,,,,,,1200000,1500000,2600000,4100000,2900000,9600000,4900000,6600000,4800000,38700000,6700000,10000000,5200000,6200000,35300000,13600000,6500000,17200000,15600000,20400000,31100000,8800000,20700000,17200000,5600000,1000,923000,5230000,3287000,,,,,,475000,,,720000,631000,359000,835000,42589000,37535000,32522000,24692000,34114000,30547000,39472000,,,10002220,4732065,35542282,55824050,69597019,19390694,25796210,43613308 -Ethiopia,Peace Corps,,,,,,,,,,,,,,,,,500000,2300000,3400000,3900000,4500000,2700000,2400000,2600000,2000000,2100000,1100000,2200000,1800000,1400000,700000,100000,125000,,,,,,,,,,,,,,,,,,962000,1069000,1246000,1370000,524000,,,,,,,,508144,682683 -Ethiopia,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5177000,,,5080000,3402000,,,,,,21713450,88729037,22585350,1596750,,,,,,12656135 -Ethiopia,Title I,,,,,,,,,,,,,,,,,,1500000,,,2700000,1900000,,,,,,,,,3400000,,,,,,,,,,,,,,,,,,,543000,,374000,,180000,,,,,5337457,,2591160,,7184108, -Ethiopia,Title II,,,,,,,1000,,,,1000,1000,1000,2700000,3100000,2900000,2000000,900000,600000,300000,3700000,800000,100000,1000000,1300000,900000,800000,1000000,13901000,5200000,3800000,400000,4601000,5049000,12554000,14964000,4957000,2484000,2820000,9761000,86930000,78345000,6061000,50633000,27271000,71899000,51378000,130734400,58071800,66372400,54887700,44017800,40380700,63753800,69329900,140955400,122318300,84008400,485914300,286095700,491871932,146588381,181647264,561472800 -Ethiopia,Title III,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,14668300,32523000,43535800,38757700,24993600,10099800,9899500,11399900,5500000,,,,,,,, -Eurasia (not specified),Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,400000,,2000000,1000000,2438000,,247631 -Eurasia (not specified),Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27670000,5965540,9999731,20983145,1785703,1758876,35954418,23992784,21578090,100364880,90137223,98240981,98191594,86519118,197150603 -Eurasia (not specified),Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1028351,,153650,, -Eurasia (not specified),Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,123942000,98958000,,,,,15000000,,20000,650000,1200000,11584042,2215782,400000,7844185,2959000,2225000 -Eurasia (not specified),Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000 -Eurasia (not specified),Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1587000 -Eurasia (not specified),Inactive Programs,86200000,100200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Eurasia (not specified),Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,3350000,675183,5847158,10254390,17718171,1360223,8217929,6772559,,4727268,575000,749841 -Eurasia (not specified),Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000,,,, -Eurasia (not specified),"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,470000,500000,,,15444967,20948617,25622500,62208 -Eurasia (not specified),Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1747601,3904661,1829615,2692741,4948430,11660077,5381649,25137941,6000,1503981,1218000 -Eurasia (not specified),Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,969436,,,,,,,124400,265077,89854,245692,,275809,94407,,954080,702310,1242949,801138 -Eurasia (not specified),Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10574000,372419000,38384000,83138000,84514000,386337000,292566000,17769000,16757000,33617167,45910721,30348298,29367860,16774114,19583304,25784419,32248611 -Eurasia (not specified),Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6000000,5460000,,,, -Eurasia (not specified),Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3110000,,898000,2399000,2183000,,,,,,,,,,,, -Eurasia (not specified),Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,95428000,,,,,,,5058334,3958127,,,14025938,13840104,,,, -Eurasia (not specified),Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3920910,,,,,,, -Eurasia (not specified),Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3098900,7280000,5889824,,3300000,2600000,2976955,1042811, -Fiji,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,,293500,,,,173250 -Fiji,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8000,,,,,,, -Fiji,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25760,,,,,,,366424,,176764 -Fiji,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,19378,,,,29000, -Fiji,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000,,,,, -Fiji,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,924000,1439000,1242144,1377426,1401404,1404069 -Finland,Inactive Programs,9100000,7300000,10200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Finland,Title I,,,,,,,,,,,15900000,3100000,5900000,1000000,2100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Finland,Title II,,,,,,,100000,,,700000,1400000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -France,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,,,10000,,6000,,5000,,32000 -France,Economic Support Fund/Security Support Assistance,,,,,,,,,85000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -France,Inactive Programs,302600000,42800000,363700000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -France,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1560000 -France,Other USAID Assistance,,,,1313300000,702000000,436400000,262100000,398700000,900000,500000,300000,200000,200000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -France,Title I,,,,,,,,,,,,,6500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -France,Title II,,,,,,,1000000,1000,500000,2800000,6400000,600000,300000,200000,1000,1000,100000,100000,100000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Gabon,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,,191700, -Gabon,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56650,60800,17000,64764,26000,,,55000 -Gabon,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,258470,14500,138000,,521281,15000 -Gabon,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,,,,,,,, -Gabon,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500,,3000 -Gabon,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200000, -Gabon,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,,,220248,108470,48180,489304,378073,995664,302791,313085 -Gabon,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16000,18000,20000,19625,19100,20000,20000,55780 -Gabon,Other USAID Assistance,,,,,,,,,,,,,,,,100000,400000,700000,800000,800000,600000,400000,300000,,1000,1000,100000,1000,1000,1000,,,,,10000,,,,,,,,,,,,,,75000,29000,28000,,,,,,69,,,,,,, -Gabon,Peace Corps,,,,,,,,,,,,,,,,,,600000,900000,700000,500000,600000,300000,,,,,,100000,300000,400000,200000,661000,661000,914000,956000,1216000,1444000,1529000,1744000,1806000,1949000,1843000,2352000,2144000,2340000,2680000,2801000,3437000,3377000,2733000,2493000,2548000,2122000,2368000,2482000,1963000,2085000,2498000,2372000,1472935,4500,, -Gabon,Title II,,,,,,,,,,,,,,,1000,1000,1000,1000,1000,1000,1000,201000,1000,1000,101000,,,100000,100000,200000,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -"Gambia, The",Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68375,50875,150000,36360 -"Gambia, The",Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83115,87000,-142422,80500,91000,,,80000 -"Gambia, The",Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6000000,,,,,,,,,,,,,,,,,,12000,,125000, -"Gambia, The",Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1864607,,,410232,,,, -"Gambia, The",Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000 -"Gambia, The",Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,115000,,,,,,75000, -"Gambia, The",Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000,, -"Gambia, The",Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,91210,668978,,, -"Gambia, The",Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,47665,,,,,,,30000,17250,,124974,26130,18000 -"Gambia, The",Other USAID Assistance,,,,,,,,,,,,,,,,,,,,100000,1000,200000,1000,1000,1000,1000,1000,1000,100000,700000,1000,1000,50000,1335000,4452000,4680000,5571000,1219000,3899000,3737000,5770000,4711000,3313000,3761000,3900000,5045000,14618000,8416000,7892000,7091000,1691000,335000,,,,,,7255,633497,,50000,,, -"Gambia, The",Peace Corps,,,,,,,,,,,,,,,,,,,,,,100000,100000,100000,200000,300000,300000,300000,400000,200000,300000,100000,408000,387000,602000,756000,814000,789000,816000,868000,972000,958000,1084000,1287000,1153000,1012000,1097000,1043000,1396000,1604000,1363000,1200000,1322000,1292000,1433000,1531000,1435000,1674000,1961000,1936000,1353922,1539970,1442872,1431664 -"Gambia, The",Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000000 -"Gambia, The",Title II,,,,,,,,,,,1000,100000,100000,,,100000,1000,1000,1000,1000,200000,100000,100000,600000,100000,1000000,200000,600000,1400000,1000000,1000000,101000,661000,1093000,772000,1972000,1316000,1098000,447000,3265000,2599000,2759000,2575000,3976000,3269000,1199000,2189000,3789600,3614900,1733600,1836200,2629300,1863700,2079200,2222100,2880400,111000,426800,1532500,497500,,3033800,,577000 -Georgia,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4448087,500000,3125000,4300000,1700000 -Georgia,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1128558,,,,,,,,,,,1427570,603480,33790,15436130 -Georgia,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197483,200000,,77100,1000000,575000 -Georgia,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,985250,266449,,808828 -Georgia,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2324592,,,,,,, -Georgia,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,548983,160909 -Georgia,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,74527 -Georgia,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,700000,570000,,300000,1545049,1527116,709748,100000,1505885,1006205,1190885,50000,6319204 -Georgia,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5488962,142468298,2756505,160126280 -Georgia,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000,,,,,,,,,,1896604,2771149,,,4770887 -Georgia,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39000,,27000,1020000,1820000,6050000,1914316,6563336,7199871,4079960,8156501 -Georgia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,652500,407520,574297,888198,954000,1377989,812840,4717294,18562653,19128061,13402733 -Georgia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27500,55000,55000,27237,,69115,156239,90572,155375,281949,82083,585453,482635,832308,1774648,1317680 -Georgia,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36816000,39273000,20023000,1729000,45401000,81986000,96120000,62674619,68743435,58547999,63456579,64240801,52049936,45753567,49673391 -Georgia,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1788303,,,,, -Georgia,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,334000,1172000,1182000,1521000,1525000,1151327,1306420,1464316,1509607 -Georgia,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,34191196,17761190,28675611,8680873,2922685,2887301,12509837,9047886,7762467,6309800,9906700,17635336,457496,7441072,5123737, -Georgia,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,14000000,79990249,23573823,26047478,31580940,,30000000,15000000,5000000,,,,10974750,,,, -Georgia,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,415200,984600,9637700,,3125800,2973100,1601700,1464200,, -Germany,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,595000,20000,20000,225000,24000 -Germany,Economic Support Fund/Security Support Assistance,,,,,,,,,31100000,23700000,17300000,10900000,8100000,9500000,6200000,4000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Germany,Inactive Programs,195800000,298300000,850300000,651600000,443400000,-9400000,-1900000,13200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Germany,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,831016,,,,36440,,, -Germany,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000,,,45000 -Germany,Other USAID Assistance,,,,606000000,290000000,402500000,92000000,83800000,1600000,400000,1000000,500000,100000,1700000,500000,,600000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,610000,,,,,,,,,,,,,,, -Germany,Title II,,,,,,,17500000,1200000,20800000,20400000,34700000,15700000,16100000,9100000,3200000,1400000,700000,200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Ghana,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21081000,14949000,16112000,20859421,15990000,16944754,16620000,16707000,20412000,990000 -Ghana,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4298,,51002,673000 -Ghana,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29097458,22556000,18810891,16576568,20890956,19375301,17777933,29106694,15451000,26057342 -Ghana,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,780000,,,,1500000,300000,6300000,,728484,47547,112000,390000,4018600,894189 -Ghana,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,481388,,3982780,,,,, -Ghana,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500650,340850,118796 -Ghana,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,35331400 -Ghana,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,33000,,,,,,,200000,180000,6259942,6262003,5452113,4837727 -Ghana,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,444955,8210149,359205213,142581339 -Ghana,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000,45000,,50000,,,,45000,84000,,,,30,,,,5706 -Ghana,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,323000,359000,723000,525000,1162000,377000,567000,612000,,1032487,1729445,1062820,816918,4242228,2079932,9869193,4648151,3811517,2743946,4251351 -Ghana,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40000,149160,,125548,145925,56220,154915,21560,,25000,80208,,110342,118751,132876,241171,68083,578996 -Ghana,Other USAID Assistance,,,,,,,,,,,,400000,200000,1000000,900000,21600000,63900000,1700000,1200000,1200000,2000000,25500000,19300000,4400000,17700000,18500000,2600000,22000000,2600000,2900000,11900000,2400000,5136000,6870000,7600000,9995000,5028000,1368000,,12000,2409000,3951000,3121000,6456000,10313000,15203000,28503000,30903000,39900000,34346000,28214000,28069000,31051000,30344000,,,3769574,3260107,3747003,4385419,3994584,3001111,2686354,2951797 -Ghana,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25750,35000,,,, -Ghana,Peace Corps,,,,,,,,,,,,,,,,,500000,700000,800000,900000,700000,1200000,1100000,1100000,1400000,1800000,1800000,1500000,1300000,1800000,1600000,600000,1847000,2264000,1983000,1779000,1834000,2230000,2230000,1440000,1294000,1463000,1682000,2049000,1940000,1647000,1693000,1895000,2476000,2670000,2250000,2345000,2408000,2791000,2751000,2750000,2320000,2465000,2730000,2545000,2008350,2114916,2541305,2412718 -Ghana,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,729000,,,,,,,2373099,,,572387,,,,, -Ghana,Title I,,,,,,,,,,,,,,,,,,,,,5600000,5500000,13200000,18000000,10500000,,9500000,,,,,,,,9500000,12100000,12100000,7000000,,,9000000,6000000,16090000,,6000000,6000000,,,,,,,,,,,,,,,,,, -Ghana,Title II,,,,,,,1000,,1000,1000,400000,100000,1000,700000,100000,1000000,700000,600000,2000000,800000,1100000,3000000,1000000,1100000,1500000,1700000,1200000,900000,2100000,2800000,3900000,2200000,6557000,3070000,5147000,3598000,6857000,6342000,5071000,18804000,12478000,12730000,8624000,10367000,12364000,8270000,4980000,10311300,10766900,8284900,7095400,11924900,14506500,14874800,20370400,21450700,19331800,12566000,23046900,18141400,18759340,22654200,18207200,6945000 -Ghana,Title III,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000000,8261400,14273800,9407100,,,,,,,,,,,,,, -Greece,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,210000,185000,220000,,,,,,8000 -Greece,Economic Support Fund/Security Support Assistance,,,,,,,,79900000,20000000,33700000,26200000,25000000,15000000,20000000,25000000,20000000,20000000,,,,,,,,,,,,,,,65000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Greece,Inactive Programs,195200000,180900000,134400000,9500000,16200000,500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Greece,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,51000,,,,,,,,,,,,,,,,,1724 -Greece,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,137000,,, -Greece,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190000,,,85155,,,,,,,215154 -Greece,Other USAID Assistance,,,,193800000,177100000,156500000,179300000,1200000,900000,400000,600000,700000,12700000,800000,31600000,500000,10400000,31600000,7700000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Greece,Title I,,,,,,,,,,11700000,4200000,17900000,12800000,,3600000,9400000,5100000,6200000,8400000,15900000,14200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Greece,Title II,,,,,,,500000,100000,1800000,12800000,22100000,14900000,20600000,11600000,7200000,11100000,8900000,8100000,8700000,3600000,3500000,1700000,700000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Grenada,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,13000,4000,233000,3000,4000,,,,,, -Grenada,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,46966000,11129000,,,,,,,,,,,,,,,,,,,,,,, -Grenada,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,95000,50000,50000,80000,135000,,,,,,,,,,,,,,2450 -Grenada,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12000,11000,146000,79000,148000,32000,23000,,,,,,,,,,,,,,,10635,, -Grenada,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28000,28000,44000,,,,,,,,,,,10000,,,,, -Grenada,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1409000,200000,,,,,,,,,,,,,,,,,,,1055196,1403737,,, -Guatemala,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,14135000,8310000,7894610,15985964,12016491,11625000,22206277,12649928,14091681,31507 -Guatemala,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,743000,869000,802000,1116000,1157000,754000,792000,857000,661000,5528000,1865000,2479000 -Guatemala,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16499000,13230000,15866514,17870645,16853685,16803066,22974104,17414773,20170000,20437982 -Guatemala,Economic Support Fund/Security Support Assistance,,,,,,,,,,,16200000,15300000,,,,,,,,,,1100000,,300000,800000,,,,,,,,,,,,,,10000000,,12500000,52750000,115485000,79400000,80000000,56483000,30524000,8443000,9002000,11200000,2850000,6547000,27461000,24650000,25250000,20000000,13987854,10000000,6565304,5932622,14288136,3278931,3825855,8665070 -Guatemala,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3746388,2599856,3886673,1975150,1529435,6409596,10442796,15400 -Guatemala,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,14548684 -Guatemala,Inactive Programs,800000,1000000,1700000,2900000,1700000,700000,900000,,,1500000,14500000,1300000,4700000,3500000,700000,,4300000,7800000,,4200000,3600000,1000,2700000,200000,,,,,,,,,,,,,115000,,,,,,,,,,,,,,,,,,,,,,,,,,, -Guatemala,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,2000000,,,,,,,,, -Guatemala,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,460000,925000,387000,1650000,2000000,2500000,2000000,2100000,2000000,2000000,2000000,3000000,3000000,3000000,3500000,2500000,6856573,3792537,7241269,3133357,23278755 -Guatemala,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,1000,100000,600000,1000,476000,,21000,122000,290000,1000,27000,,,,,,182000,17000,111000,876000,778000,691000,851000,191000,425000,1169000,1240000,875183,1305445,602655,1572371,1483189,128160,4096048,5889921,6247441 -Guatemala,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262000,186000,313700,105000,426450,224260,325574,166468,318531,293837,120000,215720,321999,373546,594136,807348,389363,915779,2200899 -Guatemala,Other USAID Assistance,,,,,,,200000,200000,200000,5600000,2000000,2200000,12600000,8400000,6300000,21000000,4600000,3300000,5800000,7300000,4100000,10400000,11200000,5300000,28300000,14200000,12500000,9500000,2500000,9400000,29000000,3700000,14272000,4525000,17417000,7764000,9135000,8182000,12311000,4491000,63172000,37063000,37999000,30126000,34169000,29523000,29472000,25339000,23492000,15577000,15412000,8996000,16589000,27359000,25000,,5361833,6104793,4648051,5478276,3999255,8600260,6057680,5412291 -Guatemala,Peace Corps,,,,,,,,,,,,,,,,,1000,1200000,500000,600000,400000,700000,700000,600000,600000,500000,700000,700000,1000000,1200000,1400000,400000,1492000,1525000,1972000,1813000,2046000,1653000,1949000,2605000,3040000,2931000,3076000,4118000,4173000,2632000,2590000,2566000,3245000,3433000,2593000,2818000,3077000,3104000,3219000,3334000,3262000,4255000,4326000,3601000,3182102,3402683,3407036,3477506 -Guatemala,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1216000,539000,2320000,,1665000,,,,,,6011320,2172800,6634199,,2039200,5365567,,5840295,,9975000 -Guatemala,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6650000,19950000,18050000,22700000,13205000,17100000,17100000,17280000,14900000,15000000,19246000,,,,12000000,6000000,15000000,,6300000,,,4576150,10427042,, -Guatemala,Title II,,,,,,,,,1000,3000000,500000,300000,200000,400000,300000,400000,700000,1000000,3000000,1100000,900000,1900000,1900000,2200000,2500000,2000000,3400000,1700000,1201000,3401000,12500000,300000,4507000,4617000,5332000,3297000,7554000,5617000,5349000,6480000,8245000,5821000,8492000,5382000,10325000,8491000,9968000,9395200,12560900,14668200,12883400,16107800,13003400,12879200,24432300,19448200,17726700,23156600,27387500,15658600,16995344,19859246,13533555,13880200 -Guinea,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8436000,9980000,9709612,7485569,6860000,8253300,6880208,6501000,8386741,1050000 -Guinea,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215000,,200000, -Guinea,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9397168,8686000,9481041,16143935,16823700,13788752,10976821,10065889,6552720,2588212 -Guinea,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,3500000,6200000,7200000,7100000,,,,,,,,,,,,,,,,,,,,,,10000000,,,,,,,,,,,,500000,250000,500000,,787537,250000,,711600,605945,507616,1793273 -Guinea,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,96356,430317,,,,,6445471, -Guinea,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7609000 -Guinea,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,250000,150000,870086,977793,3295966,27431010,8879212,6365486,6774349,3917963,4297018,1490000,1050000 -Guinea,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,103000,50000,,,,, -Guinea,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,51000,271000,972000,107000,446000,540000,365000,7000,,673000,195787,946935,590470,1078299,3020078,7446680,2068437,1820516,1619238,4419276 -Guinea,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24750,,,,,,,22668,,14516,11495,22351,17997,,79663,1294514,226225 -Guinea,Other USAID Assistance,,,,,,,,,,,,,,,2100000,200000,2600000,6100000,2700000,7000000,4400000,1100000,1100000,800000,100000,100000,,,1000,500000,200000,1000,820000,1840000,2724000,5200000,2800000,1102000,2000000,1740000,3983000,3239000,2413000,17570000,15605000,15029000,30937000,27195000,23928000,19581000,17258000,11667000,11295000,17699000,,,6779314,5221868,2572350,3253961,2976069,2245801,1976120,2668077 -Guinea,Peace Corps,,,,,,,,,,,,,,,,,,300000,600000,1000000,1100000,200000,1000,200000,400000,700000,1000,1000,,,,,,,,,,,,,,261000,475000,726000,1341000,973000,1176000,1199000,1976000,2273000,2016000,1928000,2438000,2239000,2492000,2670000,2516000,2478000,2424000,2543000,1611989,1751535,1187324,1530529 -Guinea,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,180000,,,,,,,,,,2917066,643939,,1206337,,,3044702,,, -Guinea,Title I,,,,,,,,,,,,,,,,,4300000,3300000,6200000,5500000,1800000,,3400000,7400000,,9000000,400000,4600000,5000000,8600000,5200000,2300000,700000,5200000,5700000,5700000,6600000,4750000,4750000,4750000,5700000,6000000,11300000,,,,,,,,,,16716000,23294000,,,,,,,,,, -Guinea,Title II,,,,,,,,,,,,,,1700000,,,,,,201000,1000,1000,1000,,,2700000,300000,200000,700000,2400000,1200000,1000,427000,6602000,,503000,1069000,75000,178000,108000,25000,56000,170000,9972000,6558000,225000,,1058700,1581200,,32300,2068500,1760800,2038200,3892800,9801100,12005300,7240700,10939900,12713500,11814500,8695400,4013600,2992100 -Guinea,Title III,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000000,8071600,11636800,9402600,,,,,,,,,,,,,, -Guinea-Bissau,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6000,,,,11000 -Guinea-Bissau,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,845821,767300,-62672,291184,337000,,,65000 -Guinea-Bissau,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,244549,,,,281508,,, -Guinea-Bissau,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,14045712,4548653,5367491, -Guinea-Bissau,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,99000,489000,,225000,,,304120,677001,608995 -Guinea-Bissau,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,96200,,70000,, -Guinea-Bissau,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,140001,203750,155641 -Guinea-Bissau,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,,,1524000,1260000,2186000,1680000,1903000,2380000,2000000,2040000,3491000,2364000,652000,1288000,2343000,3266000,4117000,4095000,4989000,4518000,4513000,4392000,3698000,,,,19000,536,-17196,323220,,,,100000 -Guinea-Bissau,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,544000,662000,1136000,1060000,971000,1107000,1297000,1159000,1110000,1055000,547000,58000,173000,17000,,,,,,, -Guinea-Bissau,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2027801,,,,,,,,, -Guinea-Bissau,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,,959000,5631000,214000,389000,5482000,1665000,639000,3038000,643000,395000,1260000,974000,460000,1033000,90000,725100,1887500,555900,859200,1733200,1965300,197700,202600,,,1430800,1688300,,,,, -Guyana,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200000,798000,1000000,4200000,3197658,32251,0,, -Guyana,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53000,22000,27000,,6000,119000,,, -Guyana,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2626000,3199000,4499829,3097251,2179794,2845792,3570531,4119974,4155000,3701540 -Guyana,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,5800000,1300000,,2500000,100000,,,,,,,,,,,,,,,,,,,,,,1687000,750000,838000,3152000,1000000,,,,,,,,,,,,,263000,151200 -Guyana,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5055802,14073020,14427515,17442316,6069409 -Guyana,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16367387 -Guyana,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6718415,193241 -Guyana,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,50000,50000,29000,35000,40000,,,20000,50000,80000,80000,,,40313,104534,,, -Guyana,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,1000,100000,1000,,,,,,53000,100000,6000,15000,5000,1000,,21000,,,,,,,,,,,410725,,,,1900000,962470,3113595,967468,967542,1047070 -Guyana,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,90496,,,,,,,30000,,,,27296,, -Guyana,Other USAID Assistance,,,,,,,,,,400000,100000,1000,100000,100000,300000,700000,1400000,1400000,,6100000,4900000,9400000,5800000,16600000,1300000,1200000,15600000,700000,100000,1001000,1801000,1000,6323000,24854000,6330000,2537000,1207000,1688000,126000,,,,,,,,,,667000,1559000,1651000,2198000,2785000,2858000,,,400867,514444,482434,431857,1153963,360320,379477,732465 -Guyana,Peace Corps,,,,,,,,,,,,,,,,,,,,,100000,200000,200000,300000,300000,100000,1000,,,,,,,,,,,,,,,,,,,,,,,,325000,471000,678000,831000,828000,802000,773000,1083000,1321000,1489000,1202208,1183413,1034619,1138055 -Guyana,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,929936,9519694,,4539103,,,,,,, -Guyana,Title I,,,,,,,,,,,,,,,,,,,,,,,,300000,,300000,300000,,,,,,,1900000,2200000,2200000,,,,,,3000000,6500000,7000000,7000000,7000000,5917000,7100000,,,,12000000,9000000,13500000,13500000,7169180,5638008,,,5996095,,,, -Guyana,Title II,,,,,,,1000,,,,200000,1000,100000,100000,100000,100000,100000,100000,300000,400000,1200000,100000,101000,300000,1000,400000,800000,200000,100000,200000,200000,100000,9000,,79000,192000,27000,145000,47000,,80000,240000,22000,7000,,,,,119400,732300,743300,316400,,,584200,,,,,,,,, -Guyana,Title III,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7999500,6685900,3374300,,,,,,,,,,,,, -Haiti,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1951973,1082952,18615072,25793000,20526811,31555658,16705517,40110 -Haiti,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,621000,2925000,338000,142000,141000,102000,105000,90000,93000 -Haiti,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,526254,15643885,15353894,23922824,35864786,30621152,15892640 -Haiti,Economic Support Fund/Security Support Assistance,,,,,,,,,,,5000000,1000000,2000000,5500000,5500000,11500000,7100000,4900000,1500000,1400000,2400000,1400000,2000000,1900000,1600000,2800000,,,,,,,,,,1000000,,,10000000,5096000,5000000,21321000,35960000,342000,12200000,1500000,12250000,4500000,23984000,36698000,56000000,45263000,53547000,65052000,65068000,50761000,54137226,29705843,-189781,46600984,45801379,71255980,62146843,54282423 -Haiti,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,13014469,42340078,42739015,52046111,9295823 -Haiti,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,98281306 -Haiti,Inactive Programs,300000,300000,800000,400000,500000,600000,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Haiti,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,136372,2177212,450000,,82593,,,,900000,200000,190000,70000, -Haiti,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200000,498000,436000,270000,6000,,,,250000,285000,412000,690000,82000,36000,,,1810946,4447035,11497035,4236765,28248564 -Haiti,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,700000,100000,200000,,260000,53000,301000,168000,881000,121000,227000,567000,679000,669000,1697000,245000,423000,432000,434000,25000,639000,633000,863000,213000,118000,1991000,249976,50,477655,502600,2095000,1204463,2003488,1143883,2675196,3644703 -Haiti,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1234000,40000,,163535,,178343,162041,431477,148476,,34994,111926,14000,,169300,641010,538981,1214715,1598587 -Haiti,Other USAID Assistance,,,,,,,700000,600000,1000000,2300000,1400000,1100000,1600000,5900000,5500000,2200000,,,,400000,200000,600000,100000,100000,1000,,3200000,6300000,8700000,3600000,9300000,11000000,21107000,8918000,9066000,10127000,9160000,12015000,17323000,20642000,25653000,25590000,38944000,30812000,28096000,40221000,38478000,26628000,23332000,25982000,56639000,14116000,24346000,900000,,,5909779,5413801,4249738,15957489,48610907,10241317,6034155,18011853 -Haiti,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,175000,428000,1035000,934000,998000,674000,198000,737000,1017000,261000,49000,,,458000,914000,1118000,1396000,1367000,1323000,1504000,1660000,1403000,868800,149551,, -Haiti,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,788792,4381752,2375257,5944136,1537618,,4561950,,,,, -Haiti,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2300000,4900000,,10700000,10500000,8600000,8600000,8600000,13000000,11000000,11000000,15000000,15000000,10500000,,,,,,,,,,,,,,,,,,,,, -Haiti,Title II,,,,,,,,,100000,3200000,600000,1000000,500000,1300000,1100000,1100000,700000,900000,2200000,700000,700000,700000,1300000,1300000,2100000,1500000,1700000,1200000,2000000,3300000,9000000,900000,8632000,8069000,6795000,7161000,15876000,9151000,7444000,8823000,8147000,14251000,12992000,7980000,22088000,16016000,8499000,32548800,18303200,25718200,34355100,26509600,12634700,24705900,16980500,25075500,25903500,23311500,36728100,35134800,34223800,36294457,32506779,79570900 -Haiti,Title III,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20600000,,17809400,14131200,10470500,9997500,9999900,9999900,19999300,,,,,,,,, -Haiti,"Voluntary Contributions to Multilateral Organizations, Total",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4970500,,,, -Honduras,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23465000,7400000,9136000,12177000,12229911,12039075,13192000,13204185,11688861,40100 -Honduras,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294000,665000,81000,264000,695000,1001000,1010000,1069000,606130,639000,1091000,3629000 -Honduras,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22564000,11994000,17751983,16687473,28162564,24884829,21235522,24424919,20684042,18571913 -Honduras,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,2400000,,,,,,,,,,,,,,,,,,,,36800000,56000000,40000000,150198000,66508000,131786000,85000000,15000000,130087000,60900000,30000000,5900000,,,,,,,,996000,2500000,250000,,700000,,199895, -Honduras,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1782369,1785678,,,2931359,3907441,, -Honduras,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1346172,,1250000,710827,25486 -Honduras,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12506047 -Honduras,Inactive Programs,300000,600000,300000,200000,100000,200000,1000,1000,1000,,1400000,1600000,400000,1600000,-400000,,,5600000,1600000,400000,,,100000,,,,,,,,,,,,,,,,,,28000,,,,,,,,,,,,,,,,,,,,,,, -Honduras,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,357240,,,200000,,,,, -Honduras,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,199917375,1410730,834309,6628867 -Honduras,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,108000,,,,,,,,,137000,255000,130000,190000,160000,198000,218000,125000,95000,195000,195000,565000,550000,785000,,,2878589,94270,155949,519725,5496075 -Honduras,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,500000,200000,200000,,,41000,24000,131000,170000,81000,29000,21000,5000,,,77000,97000,674000,405000,1178000,388000,747000,775000,647000,554000,944000,904000,2091985,798622,831265,584737,1518496,1497129,798198,1710933,6977120,3136611 -Honduras,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,154510,18920,-118,21134,30000,30000,30000,31288 -Honduras,Other USAID Assistance,,,,,,,700000,700000,1100000,1200000,1200000,4300000,7100000,2500000,4500000,5200000,2900000,4900000,8700000,2500000,12000000,9100000,13100000,2700000,5500000,5200000,3600000,5600000,24600000,25400000,14800000,1900000,7820000,12951000,22049000,45824000,25660000,31167000,31226000,30995000,54367000,45301000,42659000,44941000,38007000,36475000,38104000,35160000,26920000,19060000,14265000,10770000,21110000,12041000,4735461,126769,3533719,3881090,2380054,2521140,2307147,2646657,1939392,3717243 -Honduras,Peace Corps,,,,,,,,,,,,,,,,,200000,200000,800000,800000,1000000,600000,700000,800000,800000,800000,800000,700000,1000000,1000000,1300000,200000,1520000,1681000,2103000,1920000,2442000,2621000,3210000,3788000,4983000,5235000,5169000,6495000,6269000,4005000,3387000,2840000,3372000,3038000,2195000,2628000,2765000,3055000,3077000,4075000,3825000,4081000,4418000,4063000,2563378,3300555,3020001,2891223 -Honduras,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6953000,4285000,,,997000,,,,,,11807234,697075,6668776,,2221160,3335961,,7185089,,5588000 -Honduras,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5300000,2100000,,,,2000000,2000000,3600000,7000000,10000000,15000000,15000000,15000000,12700000,12000000,18000000,12000000,,,,,,,,,11245035,5340210,,,7036020,,9176880,13331033,, -Honduras,Title II,,,,,,,100000,,1000,700000,100000,700000,500000,200000,200000,300000,200000,300000,700000,400000,1000000,600000,400000,800000,900000,1200000,1200000,900000,1200000,3700000,3800000,300000,2839000,2436000,2729000,3137000,4646000,3091000,5467000,5238000,4406000,4601000,5418000,8348000,3216000,5376000,6264000,12098200,8129400,12183200,5471300,6661200,3815500,5276800,47000600,9524300,5539100,6509700,10712500,8638100,14556360,13209560,13112400,10149000 -Honduras,Title III,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,14000000,17738100,16197000,13764500,5419900,4988300,,,,,,,,,,,, -Hungary,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7000,2519,-2762,,,,, -Hungary,Inactive Programs,3900000,14400000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Hungary,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8000,,,,25000,,,,,,,,2143613,3102361,,,2527931 -Hungary,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,371000,240000,350000,,,63868,, -Hungary,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,98798,1225827,680648,1142635,1000,556692,177000,100000,3000000,5931040,25731774 -Hungary,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1020461,671585,569480,791145,303650,310543,88617,,,,,,,,,,,, -Hungary,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,255000,,210000,95000,381000,,23727000,18345000,1311000,9923000,3343000,,1574303,2252100,1294373,1930099,1321177,38840,13480,49078 -Hungary,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,892000,1641000,2045000,2541000,2308000,2285000,1219000,393000,,,,,,,,,,, -Hungary,Title II,,,,,,,,,,3000000,3200000,7200000,,,,,,,,,,,,,1100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Iceland,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,8400000,5000000,3000000,3000000,6000000,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Iceland,Inactive Programs,,,,100000,,,,300000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Iceland,Other USAID Assistance,,,,8300000,7100000,8400000,5500000,5500000,100000,200000,100000,100000,100000,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Iceland,Title I,,,,,,,,,,,,2100000,2100000,2000000,1300000,1200000,1300000,1300000,1700000,1600000,1800000,1100000,1400000,500000,,800000,800000,900000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -India,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20725000,21500000,25233080,45879001,38662066,58293725,61285740,57788379,57059989,2502119 -India,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5130772,,,,280000,,, -India,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,26076290,29800000,52337848,50565212,47877011,44597517,33221457,23914774,24400058,19800239 -India,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,,,,,,,,,5383000,3468000,15194740,17476948,20530061,9912385,14898070,8898578 -India,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1997811,6930181,9092331,8770763,1372349 -India,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,65959552 -India,Inactive Programs,39200000,,700000,500000,1000,190300000,,,,,,,,,,,,,,,16000000,,,,,,700000,,51000000,1500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -India,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,960600,481100,3049400,860000,,,,2025000,2500000,150000,4174120 -India,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,90000,,100000,5000,12000,21000,150000,309000,483000,,,403355,350028,254360,493283,724058 -India,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,892000,800000,1000000,685000,3596000,2111300,730290, -India,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,535661,11133873,16094808,34507550,20700042,24409321,16036580,15935180,20213254,15531963,21289883 -India,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,42000,42000,26500,127035,,,,,,,,15000,,20619,25000,37500,100000,94553,93914 -India,Other USAID Assistance,,,,,,4500000,52800000,44300000,87200000,84300000,60900000,68700000,110100000,137600000,204700000,201600000,466800000,402200000,344100000,265300000,309900000,211700000,300900000,203400000,223700000,205900000,5600000,16600000,14600000,19900000,,,,60002000,90733000,103200000,104499000,98450000,89000000,87500000,88568000,93511000,63930000,25830000,45507000,22481000,30448000,47485000,25218000,36928000,59619000,25795000,31840000,31720000,,,16893330,6981740,7089605,6417617,23926959,5514185,5925306,8045974 -India,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,125856,82051,,942660,500000,145000 -India,Peace Corps,,,,,,,,,,,,,,,,,400000,1000000,1700000,3200000,8900000,6100000,6200000,5400000,3800000,3800000,2600000,900000,500000,300000,200000,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -India,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,34107000,,4875000,,,,,,,,,,,,,,,,, -India,Title I,,,,,,,,,,,,275500000,48500000,202500000,464800000,268700000,226000000,237600000,236800000,360500000,518800000,276700000,282200000,211100000,180700000,156100000,,,,121600000,78900000,,24700000,26400000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -India,Title II,,,,,,,600000,800000,1700000,27900000,32800000,19200000,17600000,19400000,10000000,18700000,26200000,13600000,31200000,30600000,48300000,83100000,42800000,57600000,41500000,78600000,104600000,64200000,71200000,106100000,102400000,21900000,101380000,109804000,137510000,118243000,170558000,123318000,120512000,125824000,102250000,103213000,92384000,109098000,118078000,94030000,98786000,186548700,126174500,115545200,106125800,123800200,95770300,98349100,127903300,116781300,79594500,97524800,42811600,42869300,37775300,43501100,31137325,13483000 -India,Title III,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28120600,25258000,,,,,,,,,,,,,,, -Indonesia,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,13750000,18782000,19580000,35830382,32950000,34780000,64337878,40232378,38852982,3052 -Indonesia,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1097000,6578000,369000,1639000 -Indonesia,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,48604536,54425000,65476115,47265653,43571322,37034847,49827113,36448550,29004000,70497430 -Indonesia,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,5500000,21800000,200000,,,31100000,12500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1500000,7125000,16448000,46545703,42103619,44856959,36468907,58645018,76715368,61099721,65352205 -Indonesia,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300000,300000,107500 -Indonesia,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,33311062 -Indonesia,Inactive Programs,4100000,63600000,,,,,,,,,,,,,,,,,,,,,600000,500000,500000,1000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Indonesia,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2330000,,,61388,655000,599000,486000 -Indonesia,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000,55028788,8153 -Indonesia,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,100000,1000,100000,75000,,107000,,,,,,,,,,,,,40000,,13000,,,,,,600000,7100000,4000000,,,43939,,633200,6154159 -Indonesia,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8000000,1008000,5998000,6312755,7894422,7922693,1280400 -Indonesia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,869184,310900,1374927,,3497864,5447168,9744276,9267443,1962306,10093754,5136725 -Indonesia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,86319,58050,54739,,89000,99618,298185,484541,408838,133120,221434,173735,32000,113547,188853,441083,1344489,2408101,2251674 -Indonesia,Other USAID Assistance,,,,61700000,39800000,7900000,-1900000,13200000,4400000,7200000,11100000,11700000,24000000,19400000,13600000,15800000,17300000,14900000,10200000,3200000,,,23300000,56200000,56200000,78500000,114700000,122400000,78700000,43400000,49600000,16600000,42377000,73835000,95004000,82721000,68836000,67403000,71750000,74649000,71962000,65918000,87444000,42291000,50024000,47742000,60398000,42506000,47792000,13900000,57788000,33459000,34798000,50333000,1617895,8768729,19030746,14205120,12214021,6836184,376614064,80653043,10238492,7734328 -Indonesia,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38900 -Indonesia,Peace Corps,,,,,,,,,,,,,,,,,,200000,200000,200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Indonesia,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151000,,,,,,,,,,94131408,123604277,,,11211356,19452117,2235684,,, -Indonesia,Title I,,,,,,,,,,,63400000,,2200000,21800000,6000000,100000,700000,1300000,400000,,21100000,24900000,55600000,174800000,121600000,87800000,115100000,109700000,,34800000,50600000,37100000,85300000,115400000,88700000,96300000,45000000,15750000,31500000,36000000,36000000,32310000,31950000,13500000,13500000,,,,,959000,,,,,24893830,56000000,23470586,35000000,,4637361,,,, -Indonesia,Title II,,,,,,,,,100000,200000,700000,1300000,1000000,1400000,700000,1400000,1400000,4000000,4100000,3000000,2700000,1400000,2800000,2700000,24600000,9800000,9800000,8500000,11200000,11500000,5900000,1100000,6419000,7331000,7518000,17436000,16157000,7796000,8153000,5502000,6446000,4280000,4555000,9470000,6581000,5350000,5308000,7843000,6986600,9355300,3693400,,,47605900,34576100,18109800,12231800,10661000,29733500,4969000,11250455,12949900,11049437, -Iran,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,12000,,,,, -Iran,Economic Support Fund/Security Support Assistance,,,,,,,,,,,57500000,45000000,6500000,3000000,32000000,22000000,44000000,500000,7800000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,1000000,3000000,,4062474 -Iran,Inactive Programs,3300000,22500000,,,,1500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Iran,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,950000,747332,,,, -Iran,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294333, -Iran,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,121240,60620,60620,50000,25000,,,,,35000,75000,55000,55949,155800,327000,4289500,3128793 -Iran,Other USAID Assistance,,,,,,,14900000,31900000,84400000,74300000,8000000,6600000,45100000,43500000,5400000,42300000,10700000,22900000,4900000,2900000,8800000,900000,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,166250,,8461437,,965,, -Iran,Peace Corps,,,,,,,,,,,,,,,,,400000,200000,1100000,1400000,2600000,1800000,1900000,1400000,1400000,1200000,1300000,1300000,1400000,1700000,1000000,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Iran,Title I,,,,,,,,,,,8300000,,,,,13700000,4900000,4800000,3800000,13100000,6700000,1600000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Iran,Title II,,,,,,,100000,,100000,900000,900000,4400000,500000,900000,700000,10200000,8700000,14400000,8000000,1300000,2500000,500000,300000,1000,,,1100000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Iraq,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,90000000,,,,5749999, -Iraq,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1641217654,4180850000,6499417158,4234844714,1299142722,1283818508 -Iraq,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87586321,,,13255042,, -Iraq,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,139665743,334257,,380427756,1933257420,1135006791 -Iraq,Inactive Programs,,900000,,,,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Iraq,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,,957933,52635691,30135870,20000,26778,79773383,187832232 -Iraq,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,17000000,,,,92144000,17450031 -Iraq,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2950000,15006297,1650000,3710236,10946139,27862029 -Iraq,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5429858,51982939,13551046,7236955,19734615,16425703 -Iraq,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,203840,140000,126360,145000,105600,90000,112000,114750,84000,151750,39000,1067902,909440394,706104510,200847444,185548871,158072021 -Iraq,Other USAID Assistance,,,,,,,500000,2100000,2200000,2900000,2300000,3600000,2800000,1500000,800000,1100000,800000,800000,800000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29100,,1553329108,2374104229,760066064,245479185,161614436,232700056 -Iraq,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,131500,,,, -Iraq,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27792478,,,,, -Iraq,Title I,,,,,,,,,,,,,,,,,,,11900000,,,1600000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6841720,, -Iraq,Title II,,,,,1000,,,,1000,,700000,400000,300000,100000,300000,600000,100000,100000,1400000,3900000,100000,1000000,1000,300000,200000,2500000,200000,200000,,,,,,,,,,,,,,,,,,,,9132400,,,,7212300,7863000,,,,,,176758600,,3043800,,,23761300 -Ireland,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000000,35000000,35000000,,,,39769000,,39408000,19600000,,39200000,,39250000,,44470000,,49836724,,36742784,,26730000, -Ireland,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,59374,,,,,,,, -Ireland,Other USAID Assistance,,,,85601000,45300000,16500000,1000,-1000000,-1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,19600000,,,,,,1408,,5920,14136,,,100000, -Israel,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000000,50000000,,,,,,,28000000,,,, -Israel,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5213591,3327665,1000000,200000,3500000,3350000,2950000,3900000 -Israel,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,50000000,50000000,50000000,324500000,700000000,75000000,735000000,785000000,785000000,785000000,764000000,806000000,785000000,910000000,1950050000,1898400000,1200000000,1200000000,1200000000,1194840000,1850000000,1200000000,1200000000,1200000000,1200000000,1200000000,1200000000,1200000000,1080000000,949056000,838152000,723290471,596331823,478903109,408091724,240507900,120359000, -Israel,Inactive Programs,,,,,,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Israel,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80000000,120000000,80000000,70000000,73000000,7078221,,42676800,49804700,69922698,41127455,39600000,39676000 -Israel,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4338500,1182 -Israel,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,210000,348937,239520, -Israel,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000000,,,2500000,,,,,,,,,,,,,69982 -Israel,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,65000,,30090,20000,,19889 -Israel,Other USAID Assistance,,,,,,,63700000,73600000,54000000,41500000,24000000,26800000,24000000,19200000,23900000,24500000,45400000,45000000,20000000,20000000,10000000,5500000,,,,,,,,20000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,57995,,,,,, -Israel,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,400000,400000,540000,447000 -Israel,Title I,,,,,,,,,,10800000,25200000,11800000,34900000,29000000,30800000,22600000,23800000,16800000,16600000,28300000,25900000,,51300000,36100000,40700000,55500000,53800000,59400000,,8600000,14400000,3600000,7000000,6800000,5100000,950000,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Israel,Title II,,,,,,,22700000,1000,20700000,400000,1600000,2300000,2300000,1700000,500000,1000000,1500000,1600000,400000,500000,900000,600000,500000,600000,400000,300000,400000,400000,1500000,,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Italy,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,48000,10000,66000 -Italy,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000000,,,,,,,,,,,,,,,,,,,,,,,, -Italy,Inactive Programs,423300000,416700000,331000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Italy,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,51000, -Italy,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68608,,, -Italy,Other USAID Assistance,,,,684100000,402300000,262700000,159500000,103900000,20800000,16000000,700000,300000,200000,100000,,,,,,,,,,,,,,,,,800000,19100000,3117000,23385000,3576000,2960000,4686000,52196000,13168000,,1656000,,65000,,,,,,,,,,,,,,,,,,,,, -Italy,Title I,,,,,,,,,,35000000,,49600000,11300000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Italy,Title II,,,,,,,8100000,1000000,11600000,37700000,81600000,49000000,53100000,20700000,22600000,25000000,21600000,14200000,10500000,6100000,4900000,1400000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Jamaica,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3526000,3857000,4176000,3121000,3832400,6121174,4506000,4872000,3237684,16950 -Jamaica,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,137000,291000,390000,414000,568000,458000,431000,503000,1415000,592000,481000,649000 -Jamaica,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5199000,7810000,7701317,9445594,14063608,14264219,13938839,11979509,11955758,9590101 -Jamaica,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11013000,,,41000000,90460000,59350000,55000000,81000000,58570000,25925000,500000,12900000,13728000,10001000,22251000,3000000,,,,,300000,,500000,1495000,2500000,60000,30000,160745,,488000, -Jamaica,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1183807 -Jamaica,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300000,700000,,,,,,,,,,,,1521000,3330000,1900000,1000000,1000000,1400000,1000000,1300000,600000,600000,700000,650000,600000,800000,800000,232000,1550000,1200000,4110105,1969564,5700861,759706,1832292 -Jamaica,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,65000,257504,122813,193138 -Jamaica,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,400000,200000,200000,300000,,196000,92000,596000,211000,812000,42000,64000,138000,154000,279000,66000,261000,171000,78000,166000,155000,,115000,3000,,,2500,,,562475,310000,8000,665239,246928,344992,12085691,2394108 -Jamaica,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15000,,,29885,,24800,,27330 -Jamaica,Other USAID Assistance,,,,,,,,,,,100000,200000,200000,300000,400000,1000000,1000000,5800000,3300000,4500000,1400000,700000,1000000,900000,800000,20900000,1200000,5600000,9900000,600000,800000,100000,17528000,560000,5976000,2684000,12924000,28949000,22181000,32639000,34262000,26073000,18094000,39238000,51821000,14436000,16817000,15307000,40378000,9137000,11439000,8311000,11029000,12504000,,,4882092,4990072,2722840,4055035,21798774,2629075,2802572,2721944 -Jamaica,Peace Corps,,,,,,,,,,,,,,,,,200000,200000,500000,600000,600000,600000,700000,700000,900000,1100000,1000000,1000000,1000000,1200000,1000000,300000,1036000,1138000,1326000,1682000,1640000,1679000,1749000,1770000,2376000,2631000,2540000,3006000,3046000,2344000,2436000,2095000,2305000,2243000,1925000,1886000,1935000,2016000,2261000,2290000,2008000,2242000,2375000,2608000,2315106,2509942,2420533,2360308 -Jamaica,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,831000,,4355000,4410000,4283000,,,,,,,,6917394,,,7430825,17939193,5356936,, -Jamaica,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,800000,1400000,,2400000,13400000,10000000,10000000,10000000,17100000,17500000,20000000,20000000,40000000,35000000,39200000,34400000,40000000,37400000,37600000,29900000,30000000,20000000,10000000,19000000,10000000,,5000000,15000000,5000000,,,,,,, -Jamaica,Title II,,,,,,,,,,,1200000,800000,800000,600000,600000,500000,800000,2000000,4200000,1900000,1700000,900000,6800000,600000,400000,1100000,3900000,1400000,1000000,200000,100000,100000,9000,499000,210000,18000,8000,7000,111000,567000,343000,2577000,740000,1347000,6227000,4202000,3169000,2757300,,,,2200000,,,,,,,,,,,, -Japan,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8000 -Japan,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,452402,,, -Japan,Inactive Programs,106700000,389300000,483700000,501500000,365300000,290300000,62100000,,,,,,,,,,,,,,,,,,,,320000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Japan,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,31935,3855000 -Japan,Other USAID Assistance,,,,,,,,,10700000,500000,1000000,2300000,2500000,2500000,2000000,1300000,500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Japan,Title I,,,,,,,,,,58400000,47800000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Japan,Title II,,,,,,,1500000,,500000,1600000,4500000,38700000,3700000,4200000,5700000,1600000,1300000,900000,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Jordan,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000 -Jordan,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,13675,11718746,247000,50000,,,1252 -Jordan,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,37000000,36000000,34000000,33000000,32000000,32000000,10200000,,,5000000,55000000,50000000,45000000,87500000,46400000,86200000,70000000,93000000,93000000,69000000,10000000,15000000,20000000,20000000,100000000,95269000,111000000,18290000,15247000,3780000,31150000,,65367000,24000000,7200000,7199000,72191000,85628000,199999450,199500000,153569965,223806173,1016583328,381755500,346975447,321136345,255400000,491563155 -Jordan,Inactive Programs,,,,,,100000,,,1200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Jordan,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,728584,,,,,,,,,50000,,1457328,7301668 -Jordan,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15033,50045775,422508 -Jordan,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200000,,,,,,,,,,,,,,,,,,,,,,75000,,,,,,,,,,,649620,5383 -Jordan,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,400000,500000,1900000,1511000,947000,1595000,1448000,1080000,1630091,2775227,8113929,18485127 -Jordan,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,351400,241338,202500,527500,6872594,581624,414500,1656348,1219089,1762540,6107960 -Jordan,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,76798,267640,266349,375848,217372,383648,110000,306600,269371,299394,511295,306700,935676,1554349,2645790,1253366 -Jordan,Other USAID Assistance,,,,,,,4700000,2900000,10500000,7300000,7500000,21200000,32700000,48900000,48900000,47600000,7500000,7000000,5700000,7600000,11500000,5700000,2000000,1500000,1500000,1000000,600000,11000000,8200000,,,,,,,,,,,,,,87000,5365000,801000,55000,94000,,62000,4020000,5057000,,51819000,,,,2296329,2472137,3319772,3492408,3357114,3256166,3370194,5308555 -Jordan,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,52000,47000,35000,47000 -Jordan,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1062000,1155000,1371000,1514000,1521000,1597000,642000,1268000,839973,1068361,1201304,1293680 -Jordan,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,35470000,26992000,9380000,,,,,,,18322540,72254300,36264380,,,,,,, -Jordan,Title I,,,,,,,,,,,,,,,,,,,,,600000,4800000,1800000,1300000,,1200000,1700000,5900000,8200000,6400000,11600000,,9800000,6000000,5100000,950000,,,,,,,,,,,,20000000,25600000,18717000,1249000,25267000,24983000,,33000000,,,,20000000,40000000,20000000,20000000,, -Jordan,Title II,,,,,,,400000,,1200000,1600000,600000,900000,4700000,14400000,3200000,20300000,1500000,13300000,9800000,2200000,1501000,3000000,5000000,8800000,2400000,9600000,2100000,4200000,3100000,5200000,3900000,400000,3751000,3897000,2626000,2763000,527000,406000,142000,,,,,,,5760000,12384000,,,484000,,,5392700,1224000,,,,,,,,,, -Kazakhstan,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,31450,109649,2084664,690000,1502715, -Kazakhstan,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,44322179,78984461,38333326,,4991632,,,,3496798,5710000,155000,784945,3898000,11719000,730750 -Kazakhstan,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,306450,,,,,,, -Kazakhstan,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,367000,,,,,,,35000,35000,,345640,1357700,957000,,314000, -Kazakhstan,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,472000,166426 -Kazakhstan,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,640820 -Kazakhstan,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,,,,,,,,1137451,1431296,,,1843907 -Kazakhstan,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,665000,3885000,1900000,4293380,2531000,4510875,870714,1686687 -Kazakhstan,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,568927,1267787,1733421,359920,530085,6635000,25707897,8457331,52000000,55490136,73417066 -Kazakhstan,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,416316,406421,127650,100184,92777,148051,,990140,60440,260441,42980,257440,476131,293230,446717 -Kazakhstan,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3389000,95540000,38443000,28181000,8036000,24697000,44900000,47287000,38019484,45270495,39751900,38210995,36036093,28890052,27228855,27680695 -Kazakhstan,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,52000,33000 -Kazakhstan,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1224000,1719000,1748000,1544000,1694000,3088000,1938000,2265000,2206000,2254000,2208000,2312000,2017175,1979570,2115402,2741275 -Kazakhstan,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9576297,8798705,920563,,,6810439,,,,,,,5029270,11809312,, -Kenya,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7850000,11370000,14460774,28005651,36715690,40976999,13444413,22000997,21851967, -Kenya,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,43000 -Kenya,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12619868,22127000,23394866,16275117,15579920,16423753,19681066,24277918,26525515,39126790 -Kenya,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,14500000,5500000,10714000,30000000,21000000,25000000,14442000,15000000,10000000,10000000,,,1000000,,,,,,330000,37850000,1350000,2818190,4063574,6177820,9923000,1931621,13683751,10664279,4001777 -Kenya,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15797689,,,3291621,23169649,16167229,9415912,9900 -Kenya,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,33413319,115036899,164497220,293402559,33063077 -Kenya,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,474984464 -Kenya,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1075831,1051979,3399319,1278339,3424522,9974135,10316855,4981749,5618362,12371361,17028742,19362047,31054456 -Kenya,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,988,8352,13592701,12569 -Kenya,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,41000,,,40000,,,,,,,,115000,52000,,,,,9153,,68000, -Kenya,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,622000,1488000,4633117,3397725,4015021,1311128 -Kenya,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78000,110000,212000,47000,15000,,,,,,,,523804,2263517,10504377,15185410,11408342,15386005,18921688,16188386 -Kenya,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60000,69990,276868,429911,335350,237773,287331,441588,,,442846,482255,530005,533986,1037103,829097,1021638,1186666 -Kenya,Other USAID Assistance,,,,,,,,,3900000,500000,1000,1000,,300000,100000,400000,3200000,4900000,3300000,4300000,4100000,2900000,2600000,2300000,5800000,2100000,2100000,12200000,11700000,16200000,3900000,1000000,29861000,30211000,16949000,17275000,14828000,28198000,30594000,32299000,14827000,28255000,22020000,32719000,46090000,36138000,25142000,19178000,16286000,17842000,15658000,11533000,14412000,37221000,,,11115748,6162162,4444666,5092991,6829276,10557904,6596070,23540653 -Kenya,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,33010,4522,10000,,, -Kenya,Peace Corps,,,,,,,,,,,,,,,,,,,100000,1100000,1500000,900000,1600000,1500000,2100000,1700000,1800000,1800000,1600000,1700000,2400000,600000,2748000,2678000,3584000,3385000,3136000,3016000,4049000,4857000,4479000,3786000,3955000,3745000,3404000,2634000,2541000,2537000,2769000,3043000,3044000,2329000,3017000,4647000,4986000,3542000,3397000,3205000,3318000,2937000,2543433,2384109,2659836,2123716 -Kenya,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1771000,,260000,4361000,36682000,9511204,,,,,2615200,21335946,21216354,1657011,,,,5444026,, -Kenya,Title I,,,,,,,,,,,,,,,,,,,,3400000,9600000,,,,,,,,,,,,,,,16100000,15000000,14250000,14250000,4750000,9500000,9500000,10500000,9500000,4750000,,,,,,,,,,,,,,4670100,,,,, -Kenya,Title II,,,,,,,,,,,100000,100000,200000,1000,100000,1500000,6500000,700000,400000,500000,5100000,800000,800000,100000,800000,1400000,500000,400000,500000,1000000,2100000,300000,1504000,813000,1238000,3157000,10395000,3100000,2636000,8796000,23104000,2694000,1335000,1144000,1716000,1778000,1459000,10108500,23660100,19397600,6370700,2260000,11790700,24292700,12116300,29884500,50028200,21113400,36138700,42889500,46396400,94793000,88526400,91298700 -Kenya,Title III,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000000,,,,,,,,,,,,,,,,, -Kiribati,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,958000,1055000,984000,1037000,1111000,1322000,1174630,1073752,914347,633497 -"Korea, North",Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6000,,,,, -"Korea, North",Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,250000,,250000,600000,846000,,,94000000 -"Korea, North","Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53100000,55307000,74879000,90500000,4968000,,,,17968368,19762204 -"Korea, North",Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,32000 -"Korea, North",Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63700,62000,118000,133000,,165000,165000,85000,1215000,1815000,2492814 -"Korea, North",Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,591933,,,4100006, -"Korea, North",Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,129781908,22801808,85202278,27446778,20045677,8820715,,,, -"Korea, North",Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6286500,52381600,72873900,46665100,60926200,1776000,,16266100,46272300,7270500,,,72069800 -"Korea, South",Economic Support Fund/Security Support Assistance,,,,,,,,,198600000,236100000,321900000,299500000,214900000,210900000,194300000,185700000,93200000,90000000,76200000,70400000,61300000,45000000,35000000,20000000,10000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200000,,,,,150000,,, -"Korea, South",Inactive Programs,5600000,75500000,100100000,141800000,98100000,87600000,147800000,138900000,66500000,-2400000,-200000,,,,,,,,,,,,,,,,8500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -"Korea, South",Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300000,200000 -"Korea, South","Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,290000,21217,, -"Korea, South",Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,436390,800499,520300,238820,216458,14902,,1000,,13208775,5374096 -"Korea, South",Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56000,187600,111372,79806,69039,,,,,,,,,,,,,, -"Korea, South",Other USAID Assistance,,,,,,,10000000,40800000,33200000,64700000,5000000,6200000,11400000,18200000,7500000,13500000,38200000,37900000,33200000,52100000,85500000,69700000,40200000,25400000,25000000,60600000,30000000,27200000,27300000,20300000,5800000,1000,12000,15000,578000,,,,,,,,,,,,,,,,,,,,,,,50000,50000,,,50000,, -"Korea, South",Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,145000,,, -"Korea, South",Peace Corps,,,,,,,,,,,,,,,,,,,,,500000,1400000,1700000,1400000,1600000,1900000,2000000,1900000,2600000,2000000,1800000,500000,2334000,2313000,2411000,2280000,1962000,,,,,,,,,,,,,,,,,,,,,,,,,,, -"Korea, South",Title I,,,,,,,,,,6000000,42000000,15900000,41700000,27500000,,43400000,60500000,62100000,79400000,34400000,38100000,34500000,56400000,125500000,76400000,87900000,195700000,146300000,,8700000,116800000,13300000,75100000,56300000,38000000,28500000,25600000,,,,,,,,,,,,,1512000,,,,,,,,,,,,,, -"Korea, South",Title II,,,,,,,300000,200000,1300000,10600000,16800000,27300000,22300000,16900000,14100000,27800000,10200000,11300000,33400000,28900000,76400000,27200000,38500000,63100000,27700000,19500000,16000000,13100000,7200000,5700000,300000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Kosovo,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,131000,,,,, -Kosovo,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,650000,100000,,,,,,,248500 -Kosovo,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64262886,62111997,12096839,3040270,7299275,6815630,3167756,,,3699993 -Kosovo,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38670 -Kosovo,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,899000,1945000,1681000,,,,,,205251 -Kosovo,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1816726 -Kosovo,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107524,122458,214000,125479,150521,45000,18585,10000,157758,,,1112094 -Kosovo,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12680000,163062145,75138633,52633638,35428515,39380242,40069566,,,199411235 -Kosovo,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5011650,,,,,,, -Kuwait,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,99000,,, -Kuwait,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1006763,503295,1024297,9931 -Kuwait,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,138000,300000,,66731,102710,100533,,,,,,,,,,180000,265000, -Kyrgyzstan,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,400000,,225000,257622,100000,500000,300000 -Kyrgyzstan,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,,5293181,5539896,13314500,25091000 -Kyrgyzstan,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,25174,,,400000 -Kyrgyzstan,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80000,1350000,,1009000,1439700,1833000,,, -Kyrgyzstan,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2670986,,1013366,792946,1320114,,,2500 -Kyrgyzstan,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,132000,24230 -Kyrgyzstan,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,385400 -Kyrgyzstan,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15000,,100000,,, -Kyrgyzstan,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,102988,,16011535 -Kyrgyzstan,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,,,,,,,,28600,466000,,,978604 -Kyrgyzstan,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,940000,2000000,845059,1980875,5990670,953049,821007 -Kyrgyzstan,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,35403,198001,275223,570000,402842,1780622,1901812,1766443,944692 -Kyrgyzstan,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88152,15400,85955,106720,83875,64204,106474,202324,90439,144233,557609,164575,847232,1032759,1214025 -Kyrgyzstan,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,37100000,23297000,15961000,4073000,15496000,30449000,28857000,21907697,34822808,44131169,29676396,31332086,25436003,26723358,26211276 -Kyrgyzstan,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,737000,,1807000,1073000,1183000,903000,1318000,1226000,1130000,1063000,1470000,1669000,1289107,1383967,1497314,1433053 -Kyrgyzstan,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,43045000,12544087,5106685,7320050,3294838,5729800,19215596,15628750,,,,2340568,,,, -Kyrgyzstan,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000000,29896807,18492280,20398725,15684537,14611800,14573570,,,,,,,,,, -Kyrgyzstan,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,98940,,, -Laos,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,250000,,,1000000,2296927,657073,1769,,922800,77970 -Laos,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21000,,,,,, -Laos,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2066513,1783000,,1871157,-10601,994076,2081721,,342000,660000 -Laos,Economic Support Fund/Security Support Assistance,,,,,,,,,,40900000,47700000,43000000,30000000,23700000,40800000,30800000,29300000,38100000,32900000,38800000,46000000,46100000,53200000,41100000,43700000,41400000,47300000,45000000,33000000,24000000,,,,,,,,,,,,,,,,850000,,,,,,,,,,,,397264,,234025,150000,,300000,810500 -Laos,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6800 -Laos,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,952748 -Laos,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,411987,1786846,50000,,,,,,,110000, -Laos,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1600000,900000,,,,,,,,,,,,,,,200000,575000,1350000,1800000,2000000,2000000,2200000,2000000,2500000,3500000,3700000,4000000,4200000,4200000,2500000,1820722,1963167,,1078510,1035480 -Laos,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,1700000,1800000,1486000,993000,1328000,1200000,1412000,2360000,2752135,558621,2833164 -Laos,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2500,,,25992,54973,131187,261233,88679,249643,320000 -Laos,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,35000,41175,40000,35000,,,,,,,10000,,12400,16000,22000,,26821,39126 -Laos,Other USAID Assistance,,,,,,,,,,,1000000,1500000,1700000,1800000,1500000,1600000,,,8300000,11800000,11200000,10400000,9700000,10900000,8200000,7500000,1600000,2800000,5600000,300000,,,,,,,,,,,,,,,,10000,,,,,,,,,,,124500,25000,-382,150000,,,,50000 -Laos,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,314000,35000,,,,,,,,,,,,,,,, -Laos,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,355074,,,,,, -Laos,Title II,,,,,,,,,,,800000,1000,,,,300000,100000,500000,1700000,301000,401000,1300000,1500000,200000,1900000,600000,3300000,3000000,4300000,1300000,,,,1258000,1928000,,,,,1476000,,,,1751000,1517000,,,1345100,,,,,,,,,,700100,707300,22500,,,, -Latin America & Caribbean (not specified),Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,19579500,14662000,13909256,11615535,9217004,12063390,10062452,11117848,10290443,573407 -Latin America & Caribbean (not specified),Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1254000,491000,2203904,21337281,21011470,12147108,10089291,31957000,7916000,8132000,,120000 -Latin America & Caribbean (not specified),Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23656000,22265000,23215331,41624782,28447772,26671298,25377131,37758497,27023822,22345946 -Latin America & Caribbean (not specified),Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,1000,,,,,,,,,100000,,,,,,,,,15010000,2000000,1490000,4968000,2333000,1907000,16464000,1145000,26602000,74436000,8401000,1624000,,12610000,20609000,16869000,18054000,7704000,1215000,10036000,2445881,7546907,8908211,8144080,11280876,5593291 -Latin America & Caribbean (not specified),Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9976,,, -Latin America & Caribbean (not specified),Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7076119 -Latin America & Caribbean (not specified),Inactive Programs,,,,,,,,,,,,,,,,,2200000,3200000,3900000,5000000,5000000,5000000,5000000,5000000,5000000,5000000,5000000,5000000,5000000,5000000,5000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Latin America & Caribbean (not specified),Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7000000,9650000,9350000,13892000,5522350,16476940,4124400,1328943,2178738,56794198,12068016,14308885,17986676 -Latin America & Caribbean (not specified),Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,133572,68706,68706, -Latin America & Caribbean (not specified),Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5300000,15900000,10900000,4400000,108000,11000,25000,88000,417000,300000,888000,1755000,2553000,6418000,10111000,918000,796000,661000,1248000,780000,1038000,877000,1344000,2223000,2637000,1210000,18440000,12132000,4986000,14000000,6500000,,55798,262140,170803,6389189 -Latin America & Caribbean (not specified),"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,1400000,2242000,1903000,1350000,1695000,1511000,,1278000,956335,12500,1000000 -Latin America & Caribbean (not specified),Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,400000,1100000,1000,2000000,2400000,2300000,600000,2698000,2774000,3035000,4176000,4510000,5340000,5612000,1597000,6526000,6521000,6269000,7081000,8072000,9285000,10079000,11349000,13432000,13523000,15225000,9208000,3562000,8169000,2864547,6811850,905291,11997713,10283096,19944244,26403626,21245956,16647714,21228408 -Latin America & Caribbean (not specified),Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1669276,1697144,1223894,2658545,7805554,11655814,24451728 -Latin America & Caribbean (not specified),Other USAID Assistance,,,,,,,1800000,2300000,3000000,2500000,2600000,4800000,4500000,5700000,4600000,6200000,13500000,17100000,44300000,16800000,12099000,15000000,21500000,25500000,34000000,33200000,46100000,36300000,30000000,28500000,24400000,20100000,29834000,30490000,14059000,15246000,15210000,21742000,21907000,20963000,28268000,25472000,26869000,72189000,83152000,86383000,69581000,59668000,50626000,34408000,32355000,25023000,61184000,44418000,,,8246094,13564208,5338628,5332708,7542942,6674490,6181876,14921494 -Latin America & Caribbean (not specified),Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8350,133040,,350000,2700000,360000 -Latin America & Caribbean (not specified),Peace Corps,,,,,,,,,,,,,,,,,,,,,,800000,1000000,400000,2000000,1700000,1600000,2300000,1000,800000,600000,400000,803000,642000,598000,,,,,,,,,,,,,,,,,,,2092000,,,,,,,,,, -Latin America & Caribbean (not specified),Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,34013017,74391163,,,, -Latin America & Caribbean (not specified),Title II,,,,,,,,,,,100000,100000,100000,100000,100000,100000,100000,6200000,100000,100000,100000,200000,100000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,850000,970000,900000,650000,879880, -Latin America & Caribbean (not specified),"Voluntary Contributions to Multilateral Organizations, Total",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,96762000,41610667,35031345,18000000,51516828,33302350,18749000,10633081,8901100,33724500 -Latvia,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,,,,,, -Latvia,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,281000,208000,142000,,4000 -Latvia,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362060,,,,,,,,, -Latvia,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15000,,,,,,,,125000,,,, -Latvia,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,260000,1113000,1150000,2185000,,116012,, -Latvia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,17500,,,306310,920000,50000,60000,4390740,10585320,6100848 -Latvia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30000,45000,65000,,50000,50000,125187,60000,,20000,,,,,,,,, -Latvia,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4000,,6326000,3907000,329000,2728000,1154000,415000,,108992,-5815,2956,,,, -Latvia,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,948000,996000,635000,363000,,,,,, -Latvia,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000000,,,,,,,,,,,,,,,, -Lebanon,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,, -Lebanon,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,,900000,1303303,,469000,3769234,3500000,6356976,3600116 -Lebanon,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000000,360000,500000,4000000,6000000,9560000,27778000,18775000,15957000,12564000,2448000,300000,3734000,3400000,5400000,3801000,1661000,5226000,620000,11031000,14184000,12788502,15169000,25008000,10085000,59650144,33163300,18835756,61861018,137386789,109046236 -Lebanon,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4906330,,2659400,,64920,3634155,, -Lebanon,Inactive Programs,1600000,,,,,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Lebanon,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2462808,,2140000,905000,35529,,199386,70510,499000,,21012000,15150000,29467978 -Lebanon,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,597400,20659386 -Lebanon,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,291000,530000,1282000,1000000,1200000,1475000,61300,50000,1864389,5247253,10134953 -Lebanon,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,873960,1222780,54660,31424,657478,655045,,2000,,6850,775857 -Lebanon,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,115000,140000,228291,80000,113300,131670,283467,484213,434801,307711,722683,266999,821246,922063,821118,5970438 -Lebanon,Other USAID Assistance,,,,,,,1700000,3000000,8800000,7700000,7700000,12100000,14600000,19300000,1300000,800000,500000,100000,,,,,,,,,,,,,,,19086000,914000,,,,3007000,42608000,285000,1107000,,235000,2634000,2496000,4561000,5924000,3750000,6500000,,8154000,406000,,245000,1088961,731376,2227545,867510,1057300,931686,998712,41242313,32075111,6870014 -Lebanon,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,188000,,,,,,,16617164,18066210,,,,,,, -Lebanon,Title I,,,,,,,,,,,,,,,,,,,,,,,,,7000000,,7100000,,,,,,6800000,7600000,,,,,,,,,,,,,,,,,,,,,,,,,,,,9211535,, -Lebanon,Title II,,,,,,,200000,,1600000,100000,,200000,10600000,1300000,3200000,3000000,200000,100000,100000,501000,100000,1800000,300000,1600000,1400000,300000,10000000,1200000,5700000,2900000,100000,,3812000,4409000,3016000,,,2138000,,256000,480000,1144000,9727000,6825000,12332000,10706000,9888000,16840800,6580200,,,,,,,,,,,,,294500,444200, -Lesotho,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,910000,1438038 -Lesotho,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53386,24899,1180, -Lesotho,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,127817,115000,82000,78689,79120,60000,,90000 -Lesotho,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5479000,,,,,,,,,,,,,,,,,,,,,,,,,150000,,,,, -Lesotho,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,994378,582471,856779,4831049,2088565 -Lesotho,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7983493 -Lesotho,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,812350,934113,14849806,348187071 -Lesotho,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15000,,,,,,49433, -Lesotho,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,176000,78000,249000,163000,6000,179000,418000,145000,169000,399000,,,,,,,300000,11816,413841,494008 -Lesotho,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15400,14436,,,,,, -Lesotho,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,100000,1000,100000,1000,1000,100000,100000,100000,100000,100000,100000,187000,10000,6765000,9816000,10517000,10215000,12281000,10014000,10808000,10017000,12609000,25526000,10133000,6939000,10923000,5130000,7830000,2190000,4078000,,,,,,237,20000,,347541,329792,,941441,23984 -Lesotho,Peace Corps,,,,,,,,,,,,,,,,,,,,,,300000,300000,500000,400000,200000,300000,300000,400000,400000,500000,200000,1137000,1252000,1447000,1321000,1325000,1284000,1412000,1508000,1404000,1470000,1701000,2140000,1937000,1634000,1865000,2049000,2546000,2659000,2246000,2005000,2000000,1781000,1758000,1979000,1865000,1978000,2347000,2282000,1972480,1784703,1844810,1852021 -Lesotho,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,490000,,,,,,,,,,,,,,,, -Lesotho,Title II,,,,,,,,,,,,,,,,1000,1000,100000,100000,100000,600000,700000,800000,900000,4800000,2000000,1000000,1700000,3100000,3600000,5700000,500000,4359000,3684000,5486000,7735000,13149000,5138000,7255000,10740000,7982000,7818000,6808000,4008000,3891000,1567000,971000,3864000,5223000,3381200,3223900,,1695200,1081600,970500,,,,,1338500,,,14604600, -Liberia,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2806055,2940000,1330000,981276,3245724,2372293,2695247,5710178,10565852, -Liberia,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,46000,,13000 -Liberia,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4322866,5919000,3980350,5602076,1405629,2672777,2597186,20812859,40248017,30008000 -Liberia,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000000,5200000,32000000,35000000,32000000,35000000,43000000,28710000,15000000,,11000000,,,1300000,,,,,1722000,1383000,500000,,,1150000,1689500,3900000,1498981,30797580,83710267,40723923 -Liberia,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,693802, -Liberia,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,411500,589366,1106918,90000 -Liberia,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23857841 -Liberia,Inactive Programs,6800000,,700000,200000,100000,800000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Liberia,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,,14600000,7408035,8085842,42510008,865039,12194571,25093919,11136289,27610626,22501993,9792410 -Liberia,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30000,,,,,,,,,,,,,2541448 -Liberia,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200000,160000,,202164,2236092,2757937 -Liberia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,150000,201000,,,,,,,,,,117830,,3500,,1103452,881476,515093,2641417,1344539 -Liberia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,44000,135100,71850,139000,190000,172200,224900,144800,232100,202000,208000,171000,603429,981524,325531,393198,1831859,823891 -Liberia,Other USAID Assistance,,,,,,,1100000,1700000,1100000,1900000,1800000,1700000,2400000,6200000,5200000,6300000,10600000,39900000,13900000,16100000,8000000,7400000,5600000,10600000,4900000,5500000,12300000,16100000,2700000,12000000,2900000,600000,18892000,5277000,9874000,10830000,5338000,12041000,12800000,12961000,16461000,16236000,12203000,10024000,10040000,15000,,,,3711000,,2250000,12475000,10818000,250000,,713100,939357,6154421,80000619,62198014,13505696,12515844,5083221 -Liberia,Peace Corps,,,,,,,,,,,,,,,,,500000,1600000,2200000,2800000,2600000,2400000,1900000,2000000,1700000,2000000,2100000,2000000,2600000,2600000,2300000,500000,2414000,1828000,2592000,2260000,2682000,3182000,3048000,2903000,3611000,2865000,2953000,3067000,2943000,1897000,,,,,,,,,,,,,,,,,,741348 -Liberia,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1710000,,,,,,4804822,1492503,1687277,,,,,1798925,,5321800 -Liberia,Title I,,,,,,,,,,,,,,,,,700000,,,,800000,,800000,,900000,,1200000,,,,,,,,,5000000,15000000,15000000,15000000,15000000,6000000,11000000,12500000,,,,,,,,,,,,,,,,,,,,7514365, -Liberia,Title II,,,,,,,100000,,1000,1000,1000,1000,1000,200000,300000,400000,100000,200000,400000,200000,300000,400000,200000,400000,500000,500000,1700000,500000,700000,1100000,600000,100000,61000,111000,119000,239000,144000,251000,33000,104000,,,68000,7368000,7841000,14509000,43499000,51913100,48901100,56392800,49967900,66562500,23160600,31073200,12857000,3674800,3538400,5950100,19098300,21573000,23089350,27269213,16145000,9413300 -Liberia,"Voluntary Contributions to Multilateral Organizations, Total",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15000000,,, -Libya,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,14000000,9000000,4800000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Libya,Inactive Programs,,,,,,200000,,,1200000,4000000,4000000,4000000,4000000,4000000,4000000,4000000,1000000,1000000,1000000,1000000,1000000,1000000,1000000,1000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Libya,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,150000 -Libya,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000000,1000000,4255732 -Libya,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3162980,4965960 -Libya,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40000,127700,111000,168000,200000 -Libya,Other USAID Assistance,,,,,,,1600000,1400000,1800000,5200000,7500000,19300000,22700000,17700000,17700000,16600000,2500000,2300000,900000,300000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Libya,Peace Corps,,,,,,,,,,,,,,,,,,,,,200000,100000,700000,1200000,400000,,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Libya,Title II,,,,,,,1000,,,4300000,3700000,3100000,2200000,7100000,10000000,3600000,700000,,600000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Lithuania,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1046700,194000,138000,, -Lithuania,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15000,,,,,,,,,,,, -Lithuania,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,371000,748000,820000,840000,,603012,, -Lithuania,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,182964,1460000,1719000,1570000,332000,3436120,1506501 -Lithuania,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,35000,50000,,,579141,95358,261355,449665,391718,269967,24500,30000,,,,,,, -Lithuania,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15000,12252000,7989000,1977000,6259000,3632000,719000,91421,3097,4051,,,,, -Lithuania,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,847000,963000,996000,586000,362000,,,,,, -Lithuania,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000000,24100000,15000000,10000000,10000000,10000000,,,,,,,,,,, -"Macedonia, Former Yugoslav Republic",Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,199878,, -"Macedonia, Former Yugoslav Republic",Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6000,343000,1942000,674000,625000,30000 -"Macedonia, Former Yugoslav Republic",Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1046009,,,500000,,,, -"Macedonia, Former Yugoslav Republic",Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000000,,,,,6000000,22000000,,,8697,,,,, -"Macedonia, Former Yugoslav Republic",Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4962000,2736063,3592541,199906,,,,,, -"Macedonia, Former Yugoslav Republic","Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1215000,685000,397000,1289000,1973000,1242112,1049843,2013410 -"Macedonia, Former Yugoslav Republic",Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2546866,1360000,3139421,40838,30064,10900,125476,1000,260964,887696,366140 -"Macedonia, Former Yugoslav Republic",Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79194,100000,,40000,232211,22000,122657,155940,81317,,35362,123430,35589,282883,140000,177192 -"Macedonia, Former Yugoslav Republic",Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,13512000,9655000,340000,30200000,18851000,30025000,38661438,65033132,53392897,37077883,36437755,36023977,26802658,24248124 -"Macedonia, Former Yugoslav Republic",Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24000 -"Macedonia, Former Yugoslav Republic",Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,834000,576000,321000,790000,728000,341000,1393000,1542000,1232713,1254899,1542584,1597109 -"Macedonia, Former Yugoslav Republic",Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22150586,,,,,,,,, -"Macedonia, Former Yugoslav Republic",Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7000000,,,,,,,,,,,,,, -"Macedonia, Former Yugoslav Republic",Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2960000,3466100,,,,,,,3400800,,,,,,,, -Madagascar,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4001000,4050000,4185000,6723754,8643000,9932000,11014843,12160198,16324719,350000 -Madagascar,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,114000,,85000,20000 -Madagascar,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11924972,13415000,15163097,11916416,10622080,12237612,10974000,11540207,9804548,11756967 -Madagascar,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000000,2871000,1000000,,,,,100000,,,,,500000,,,400000,175000,,3706720,240000,450952,1141721,, -Madagascar,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2471616,,,,,,1397326, -Madagascar,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300000,300000,, -Madagascar,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29644924 -Madagascar,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,44277767,800712,4088824,54785137 -Madagascar,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,339750, -Madagascar,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40319,45471, -Madagascar,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5164240,596673,275601,314432,4903799 -Madagascar,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21050,21000,52710,9101,22953 -Madagascar,Other USAID Assistance,,,,,,,,,,,,,,,1000,500000,700000,500000,800000,3800000,900000,2300000,300000,500000,100000,100000,,,,1000,,,,,,,,392000,,569000,2437000,237000,5719000,19601000,15037000,16520000,11281000,41485000,44449000,28528000,25990000,15134000,13490000,19895000,,,17378611,2707118,4927181,3594100,2456875,2379699,4605138,3553431 -Madagascar,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7500,,, -Madagascar,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,33000,749000,968000,945000,880000,1035000,1046000,1474000,1936000,2227000,2000000,2211000,2203000,1657195,1651129,1775841,1928332 -Madagascar,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,947000,,,2499000,,,,,,,,,,,4519909,,,,6681050, -Madagascar,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4600000,4750000,8000000,8000000,11000000,,9700000,,,,,,,,,,,,,,,,,,4268198,8540712,, -Madagascar,Title II,,,,,,,,,,,,,,1000,1000,1000,1000,500000,600000,900000,800000,500000,1000,201000,1100000,500000,400000,200000,300000,200000,601000,100000,874000,1403000,2100000,27000,4436000,6907000,978000,5208000,1716000,1649000,1600000,5373000,1986000,2132000,7565000,3477900,3954900,3821200,3172000,3519900,3714600,7458400,7941500,7448700,7647500,12861400,12335600,13508900,11824600,15748700,21370900,11750900 -Malawi,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5462359,16230000,16287667,17448262,17000970,20615568,20822084,24197997,41987297, -Malawi,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214279,,35000, -Malawi,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20860840,22048000,14217368,18778441,6597401,13100547,21540642,19790840,16641391,15342994 -Malawi,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15000000,10500000,61000,5315000,,,246000,,,,,,,200000,,,200000,500000,400000,500000,218000,,4000000,200000 -Malawi,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3505963,3304074,,,6022834,6500 -Malawi,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,375565,2035834,2676374,1236949 -Malawi,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,51832757 -Malawi,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8313,7157,,,,,,,,,200000,100000 -Malawi,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20931434,526594,625510,348463 -Malawi,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15000,,,,,,,,,,,,16000 -Malawi,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,33743,, -Malawi,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22000,,23000,,,,,,,,390000,100000,3315208,2823837,4900944,2963022,4709268,4140424 -Malawi,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53990,,,6683,283194,,187199,,61000,,,,20000,,35700,,20000 -Malawi,Other USAID Assistance,,,,,,,,,,,,,,10700000,1000,100000,1800000,700000,400000,2100000,2100000,1500000,8100000,1200000,1000,100000,2600000,8400000,14300000,100000,1000,1000,80000,109000,3461000,4382000,6006000,7721000,7088000,7600000,10359000,24399000,12416000,38878000,20734000,22986000,56973000,24604000,18841000,43927000,46003000,29610000,35038000,37050000,,,2586743,7715506,2750071,1906706,2455651,4745284,4567611,4754398 -Malawi,Peace Corps,,,,,,,,,,,,,,,,,,400000,1400000,1200000,1500000,1100000,900000,900000,700000,400000,300000,200000,200000,200000,200000,1000,28000,48000,351000,390000,590000,857000,789000,826000,1061000,1060000,1209000,1801000,2002000,1597000,1528000,1491000,1807000,1852000,1667000,1744000,2051000,1926000,1856000,1738000,1764000,2242000,2228000,2173000,1635006,1593272,1615181,1671713 -Malawi,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6099000,1780000,8120000,23324000,53048000,,,,,,,,,,,,,6386634,,5590000 -Malawi,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2200000,,,,,,,,,,,,,,,,,,,,,,,,,,6755446, -Malawi,Title II,,,,,,,,,,,1000,1000,1000,1000,1000,1000,,1000,,101000,1000,1000,2000,100000,2000,100000,800000,300000,101000,400000,400000,1000,496000,180000,248000,1131000,738000,118000,228000,1151000,233000,365000,372000,3901000,4352000,6219000,4594000,9005000,1488800,8775000,20150000,,,,,4002500,3236100,13886900,3287300,7569000,10691832,10419381,15110981,17874400 -Malaysia,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200000,129000,294000,330000,340000,597000,248000,2007000,665000,778000 -Malaysia,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,95000 -Malaysia,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,647448, -Malaysia,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,25000,105000,,100000,80000,,15000,100000,,,,,,,,,,,,5282 -Malaysia,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,121000,150000,1267000,230000,2550671,993047,1625248,1013455 -Malaysia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1175137,,76582,309932,716099,649820,98860,304319,105078,648180,48565979 -Malaysia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,94493,,,,,,,,203388,48837,55000,226754,280000,165820,532852,480444,1700047,1287849 -Malaysia,Other USAID Assistance,,,,,,,,,,,,,,20000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,,50000, -Malaysia,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,47000,,,145000,,100000 -Malaysia,Peace Corps,,,,,,,,,,,,,,,,,1000000,1600000,2300000,3400000,5200000,3000000,2500000,2800000,2600000,2600000,2400000,2500000,3200000,2900000,2700000,600000,2326000,2439000,2455000,1897000,1679000,1346000,771000,136000,,,,,,,,,,,,,,,,,,,,,,,, -Malaysia,Title II,,,,,,,,,1000,400000,700000,600000,300000,400000,400000,500000,600000,1601000,1200000,900000,900000,700000,900000,3100000,1700000,1000000,600000,800000,101000,1000,1000,,,,,634000,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Maldives,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,126000,,, -Maldives,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000,,,20000,,,,,60000,,,,,,, -Maldives,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,150000,,26909, -Maldives,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22000,,,28950 -Maldives,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1378000,,100000, -Maldives,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1500000,700000,640000,,,,,,,,,,,,,,,,,,,,, -Mali,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10802000,12878000,13851374,14175649,12319692,14202821,18355000,16354000,29056497,450000 -Mali,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287000,191600,175000,302760 -Mali,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24569978,22766000,21793356,23556225,27682437,30975331,22733482,16822980,19694266,28070557 -Mali,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,2600000,700000,700000,,,,,,,,,,,,,,,,,,,,,,18000000,,,,,,,,,,,,,416000,300000,,750000,223000,350000,,738627,100000,107051,4500000 -Mali,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197429,,,1554751, -Mali,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,180000, -Mali,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30958146 -Mali,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1500000,,,,,,,,,1100000 -Mali,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,402219,7488166,312459463,62493426 -Mali,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1249000,550178,949354, -Mali,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,179000,197000,157000,727000,878000,560000,612000,508000,452000,770000,1223075,809634,327767,2342648,3014636,4021509,2401248,4506596,1332491,2147116 -Mali,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,44000,40000,55200,55000,50000,,50000,45000,61000,14942,25000,100000,23375,412275,562858,48000,527789 -Mali,Other USAID Assistance,,,,,,,,,,,,,,,,2500000,,3200000,2300000,1200000,1200000,600000,1100000,100000,100000,100000,100000,9100000,1000,13300000,2700000,1100000,9985000,10104000,16570000,15500000,14453000,9611000,9882000,11550000,14158000,12707000,11935000,20985000,27100000,21391000,37033000,35903000,33451000,36470000,31018000,27303000,31078000,38698000,,,5481511,5693149,4685559,5488896,4215412,5096876,4088889,4355256 -Mali,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,100000,200000,200000,300000,400000,500000,400000,200000,619000,712000,1003000,1208000,1361000,1515000,1221000,1570000,1932000,2153000,3181000,4023000,4064000,3537000,4175000,4016000,4055000,4139000,3128000,3101000,2930000,2943000,2842000,2598000,2389000,2741000,3683000,3573000,3068866,3121593,3699520,3115757 -Mali,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,629000,,,368000,,,,,,,,,,,,,,1870789,, -Mali,Title I,,,,,,,,,,,,,,,,,,,,,,400000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2240738,4238304, -Mali,Title II,,,,,,,,,,,,,,,,,,,,801000,701000,2101000,1000,3901000,801000,3600000,1500000,3600000,16000000,8900000,200000,1000,36000,5253000,1399000,587000,,792000,4307000,11112000,19437000,6680000,1580000,9968000,4353000,1921000,3032000,1008200,179500,219400,,,4037300,3774200,1665100,4330700,2538000,1836200,,,667200,6450000,3370000,3626900 -Mali,Title III,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6300000,1458000,1813800,,,,,,,,,,,,,,, -Malta,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000,124000,165000 -Malta,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,9500000,14400000,9500000,9500000,9500000,4800000,9500000,9500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Malta,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5130000,119000,480000,250000,,500000,83864,281000 -Malta,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2500,,,,,,,,153622,109000 -Malta,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,191000,,,,,,,,,,, -Malta,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,1000,1000,1000,1000,1000,1000,1000,1000,,1000,,,,,,,,,,,,51000,30000,63000,55000,,,,,,,,,,,,,,, -Malta,Title II,,,,,,,300000,1000,1000,200000,1600000,600000,1100000,200000,1000,100000,100000,300000,,300000,1200000,100000,300000,1700000,100000,200000,200000,300000,400000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Marshall Islands,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,13828 -Marshall Islands,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,199035000,54116000,52268000,72620000,68739000,64341000,65438000,46170000,50791000,43803000,63811000,40533000,40918000,40747000,41372000,49718940,47219000,42100329,44378080,51330594,48123440,47212129 -Marshall Islands,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27800,,25290 -Marshall Islands,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81438,,, -Mauritania,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40000,,452155,378121 -Mauritania,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,134906,164000,150866,156150,167000,,,120000 -Mauritania,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,118000,,, -Mauritania,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53851,,200000,1000000,,,,,,,,500000,3100000 -Mauritania,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,114308 -Mauritania,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,534000,461000,400000,,,,1483000,,499584, -Mauritania,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,316000,,,,,156751,,,,1037081 -Mauritania,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16000,16000,,6885,130000,269819,335200,518810 -Mauritania,Other USAID Assistance,,,,,,,,,,,,,,,,1000,,100000,199000,1000,100000,1000,,,,1000,1000,100000,100000,1700000,400000,300000,1684000,5966000,6258000,2742000,8500000,6307000,5146000,4917000,11393000,4121000,3617000,3601000,2032000,1212000,465000,150000,192000,169000,193000,,,,,,,521906,50000,1213000,267000,50000,, -Mauritania,Peace Corps,,,,,,,,,,,,,,,,,,,,,100000,200000,1000,1000,,,1000,,,200000,200000,100000,158000,332000,695000,863000,1102000,1450000,1382000,1580000,1529000,1660000,1832000,1985000,1903000,1553000,1371000,1552000,1984000,1613000,1284000,1359000,1302000,1415000,1298000,1561000,1651000,1733000,1941000,1840000,1760125,2384217,2182569,2380431 -Mauritania,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,255000,,,3756000,,,,,,,,,,,,,,, -Mauritania,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4685250,3862195,, -Mauritania,Title II,,,,,,,,,,,,,,,100000,100000,100000,101000,600000,1000,1000,101000,,,,1800000,1400000,1400000,8501000,2400000,2300000,1800000,1691000,2895000,1729000,8001000,6164000,3412000,5976000,7462000,7421000,2109000,3110000,3367000,4249000,3929000,3196000,776700,3095400,1293300,907600,782300,4254500,2581900,1228600,1820500,4925800,3952500,18094000,8969400,13776700,6074400,7359600,16513200 -Mauritius,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69837,72000,64718,42598,69000,44000,25000,70000 -Mauritius,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000000,2000000,4000000,7000000,1914000,1000000,,,,,,,,,,,,,,,,,,12000,,, -Mauritius,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000,,,,,,,,,,,,,,,,,,,, -Mauritius,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,479000,98799,519742, -Mauritius,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,598640,300000,300000,24815,464016,259962,250000,615760,267461,611086,2342 -Mauritius,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18600,10400,,,,,, -Mauritius,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,1000,1000,100000,100000,100000,1000,1000,1000,1000,1000,47000,76000,340000,250000,,,,,216000,209000,2196000,14878000,1580000,77000,3166000,125000,127000,134000,113000,,,,,,,,,,,,, -Mauritius,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,200000,100000,100000,100000,200000,100000,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Mauritius,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1361000,,,,,,,,,,,,,,,,,,, -Mauritius,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2700000,2700000,3300000,3325000,3325000,,,,,,,,,,,,,,15381000,,,,,,,,,,, -Mauritius,Title II,,,,,,,,,,,,,1000,1000,,100000,1000,100000,100000,100000,100000,100000,800000,100000,2600000,1800000,900000,2100000,3100000,2200000,800000,,151000,421000,277000,476000,830000,1698000,783000,804000,,143000,425000,423000,,,33000,348800,533700,,63700,,,,,,,,,,,,, -Mexico,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1210000,5051000,1996000,9494450,5189985,3629183,2903927,5286766,3563926,436636 -Mexico,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40340000,22898000,20816000,18424000,21606000,18304000,13667000,9713000,9650000,15166000,15508000,12172840 -Mexico,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6567000,9976000,9980117,10559857,13025793,18098162,15951499,16245104,12065405,9516629 -Mexico,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,200000,,,,,1000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,1200000,1500000,1000000,3236000,6242995,9965240,12442595,12442399,17823149,15714648,4629981,18253532 -Mexico,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2344218 -Mexico,Inactive Programs,1200000,11300000,30100000,17800000,20000000,8200000,4600000,900000,4800000,800000,,,,,,,10600000,7700000,12100000,4600000,,,,,,,,,,,,,,,,,30000,,,,,,,,,,,,,,,,,,,,,,,,,,, -Mexico,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,116114,,210000 -Mexico,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,14700000,18486000,10888000,6843000,9294000,8389000,7835000,8318000,9696000,11600000,14500000,14500000,15000000,15000000,19300000,20000000,1169000,940000,658000,2200000,5000000,5000000,8000000,4071000,10000000,37000000,12000000,38280546,41906669,119434061,36878609,2387356 -Mexico,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,285000,,224664,1201045 -Mexico,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,1000,400000,100000,600000,1000,1069000,2028000,2545000,604000,541000,320000,408000,55000,208000,31000,786000,649000,1462000,1259000,1795000,1721000,2008000,1929000,2089000,2284000,1227000,3331503,2893691,1516732,2859219,8524560,7638989,7686527,9033093,8778769,11786657,41137407 -Mexico,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,199506,95000,763558,420000,1038890,694483,369212,1103451,714354,293000,726837,284696,436000,511999,429687,559995,905239,811360,1114049 -Mexico,Other USAID Assistance,,,,,,,700000,700000,1400000,1400000,700000,900000,600000,700000,700000,1200000,20700000,300000,22400000,24700000,200000,300000,200000,200000,,,,,,,,,,,,,,,,,,,,,,,,,8157000,4118000,3567000,20792000,3156000,15299000,,,827983,1051905,1237406,1440762,1403038,1911689,1480832,4195193 -Mexico,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1246416,446850,477559,249922,145000,185000 -Mexico,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,987000,853844,983681,1387619,1592475 -Mexico,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,49029000,22448000,36033000,15832000,18444000,,,,,,,,,,,,,,, -Mexico,Title I,,,,,,,,,,,,,17600000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Mexico,Title II,,,,,,,,,,,400000,600000,1100000,1200000,1300000,3200000,5100000,15200000,18000000,6900000,100000,,,,,,,,,,,,,,,,,,,,1249000,282000,2186000,3159000,4329000,2829000,544000,4852900,3843900,5378800,4275200,,,,,,,,,,,,, -Micronesia (Federated States of),Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29000 -Micronesia (Federated States of),Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22500,,,,26540 -Micronesia (Federated States of),Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92747000,102773000,92711000,102649000,101212000,91347000,89066000,91233000,93342000,92957000,77569000,78907000,78907000,79353000,80245000,97730400,97730000,92700000,92893100,98134789,98435451,78661029 -Micronesia (Federated States of),Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21695,21000 -Micronesia (Federated States of),Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1743000,1609000,1557000,1735000,1756000,1963000,1456147,1378536,1393900,1377926 -Middle East & North Africa (not specified),Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,150000,,,,,, -Middle East & North Africa (not specified),Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1741000,2453000,1711199,28156193,7650776,45919628,103990298,129498000,16633000,9786000,57488000,57972000 -Middle East & North Africa (not specified),Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300000,,,,,,,4905238 -Middle East & North Africa (not specified),Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,2200000,1700000,2800000,1000000,,,,,,,,,,1000000,1600000,,15696000,11714000,25890000,19532000,6950000,11080000,12480000,13990000,18102000,,,,,11454000,7663000,12092000,11731000,6049000,,,,,,24000,4023182,2524977,3605036,4013272,7846849,4118867,3652449,7277996 -Middle East & North Africa (not specified),Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79500000,63559615,98232387,73058444,109343242,89950000,82500000,116900000,89550430,98054208,5087575,101990000,65580000 -Middle East & North Africa (not specified),Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,1000,,,,,,500000,,,100000,85000,,73000,624000,,,,,,,,,,,,,,,5050000,4500000,,,,, -Middle East & North Africa (not specified),"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5460000,11272000,11815000,11781000,205000,578001,25000,3149985 -Middle East & North Africa (not specified),Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,158245,311540,399205,,251901,,11530434,434694,558224,1151572,793765 -Middle East & North Africa (not specified),Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30000,,202620,,,,815072,1314352,1583014,3614134,2382524,2923322,3402639 -Middle East & North Africa (not specified),Other USAID Assistance,,,,,,,2100000,1500000,1000000,1400000,2200000,22900000,36801000,3900000,13900000,5000000,4000000,3300000,2600000,2800000,3900000,1500000,4300000,3800000,3500000,4300000,6100000,5000000,9700000,8900000,800000,600000,4144000,8501000,4781000,2809000,4374000,4429000,4404000,4973000,5133000,,,,,,275000,5276000,16486000,3267000,,,,,,,,0,40260,40260,,,,1388195 -Middle East & North Africa (not specified),Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,250732,655000,230000,,, -Middle East & North Africa (not specified),Peace Corps,,,,,,,,,,,,,,,,,,,,,,1000,1000,700000,200000,300000,100000,1000,,600000,500000,1000,1141000,866000,830000,,,,,,,,545000,840000,,,,,,,,,,,,,,,,,,,, -Middle East & North Africa (not specified),Title II,,,,,,,400000,,,300000,200000,200000,1600000,600000,100000,14000000,16700000,32300000,11400000,26100000,25600000,200000,34900000,500000,18200000,28600000,28200000,48600000,26100000,8700000,1601000,201000,1670000,1242000,1783000,1244000,3798000,2714000,1924000,2161000,2052000,1806000,1566000,,,,,,,,,,,,,,,,,,,,, -Moldova,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000000,,400000,, -Moldova,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,150000,551000,226000,182000,, -Moldova,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,,, -Moldova,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11797481,,8591608,6463004,8745580,661729,, -Moldova,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,224274,,,,,350000,, -Moldova,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,14386,24833432,867378 -Moldova,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,,,,,,,,18761,61040,99154,,700817 -Moldova,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000,,975000,640000,495000,315000,30000,353730 -Moldova,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,873500,1320644,126560,320000,,20000 -Moldova,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,25000,,,,,,15000,14998,108326,218379,219478,314582,441074,368150 -Moldova,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40832000,10518000,24295000,3424000,25828000,41551000,37450000,32902304,29339406,19546778,31587181,18068559,19916395,18249355,14576287 -Moldova,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40000 -Moldova,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,690000,871000,,974000,1154000,1569000,1907000,1533000,1436000,1757000,1996000,2253000,1824763,1942286,1852901,1889808 -Moldova,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22458000,770002,4852165,2217706,1274615,4730087,8894086,7867004,,4366203,4883032,,,,, -Moldova,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000000,10000000,20000000,10000000,6500000,,,,,,,,,,,, -Mongolia,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,440000,, -Mongolia,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1199978,358000,,350000,50000,,4874673 -Mongolia,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000000,12000000,8100000,,3500000,3999000,7250000,6936000,700000,6000000,11958686,12008971,9995913,9915947,10137896,7417976,6625000,125000 -Mongolia,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63941,250000,225000,150000 -Mongolia,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,94956,1528235,2529153,287409278 -Mongolia,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300000, -Mongolia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,569700,,,1179563,,319316,3250051,19591,888576,15191550 -Mongolia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,65453,173030,108828,134073,15050,193477,35000,35000,48545,34000,64000,49000,35000,120000,173041,135887,30000,176937 -Mongolia,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2422000,2945000,1627000,7225000,7819000,,2431000,4363000,9999125,6000000,1009229,372558,468163,430739,407937,523524,408912,569607 -Mongolia,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,618000,761000,930000,872000,915000,993000,966000,1311000,1481000,1557000,1460000,1710000,1765000,1646000,1279250,1274228,1373740,1457498 -Mongolia,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18795000,5153088,,,,,2361845,11367400,,6573500,,8348750,,,,13750000 -Mongolia,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2796420,4999833,,,,,8412205,7409500,,,, -Mongolia,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3621000,,,,,,,,,,,,,,,,, -Montenegro,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,331000,, -Montenegro,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,165000,, -Montenegro,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,836879 -Montenegro,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,849574,589664,175825 -Montenegro,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,281574,60221,373725 -Montenegro,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15415961,8507791,8800844 -Morocco,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2826000,3150000,5215667,4025000,-251201,458060,,,, -Morocco,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,106000,103000, -Morocco,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8000000,8144000,7120600,5878420,7255216,5321664,7861092,10634291,6698949,5072860 -Morocco,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,31700000,20000000,15000000,10000000,,,,,,,,,,,,,,,,,,,,7000000,15000000,16535000,10126000,20000000,20000000,19948000,28300000,18397000,17000000,2971000,,,,,,,2447500,4041295,3600898,9040000,19284634,14674876,15740876,16286080 -Morocco,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2592,47167,250241,380 -Morocco,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,48600,308067,28675839,658257616 -Morocco,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,235000,,,48000,-21569 -Morocco,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,350000,2123485,413549,783639,752007 -Morocco,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,691500,118500,404770,2319622,673509,6661821,,769100,2240238,5857346,2412844 -Morocco,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40370,138263,137037,136000,90000,291644,60000,167091,271768,285775,333693,326375,759787,1406785,661694,1639965 -Morocco,Other USAID Assistance,,,,,,,,,,,,20100000,30500000,45400000,74500000,41000000,1100000,1600000,3200000,1100000,3300000,3900000,14900000,9500000,10300000,12300000,1600000,11700000,1400000,9300000,14300000,500000,2067000,9978000,4066000,9092000,12068000,11671000,11227000,19435000,23293000,20217000,17710000,11444000,11834000,11143000,21855000,22307000,16439000,14600000,12862000,13758000,12622000,18337000,,,2867216,3297488,3351761,3016144,1976688,2367233,2601880,3000703 -Morocco,Peace Corps,,,,,,,,,,,,,,,,,,800000,900000,900000,1200000,600000,900000,600000,900000,900000,1100000,1200000,1600000,1700000,1800000,700000,1640000,1662000,2212000,2259000,2515000,2799000,2488000,2520000,2278000,2139000,2401000,3086000,3051000,2485000,1681000,1722000,2391000,2501000,2173000,2063000,2219000,2091000,2397000,2251000,2252000,2718000,2549000,3110000,2771909,3180877,3370364,3429050 -Morocco,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1496000,,,,499000,,,,,,,21919851,,,,,,,, -Morocco,Title I,,,,,,,,,,,,,,,,,7900000,5300000,,8700000,7300000,19700000,34900000,4800000,,17500000,27900000,8000000,,,11800000,,8000000,8800000,9700000,5800000,25000000,35000000,27500000,45000000,55000000,40000000,55960000,40000000,40000000,33000000,33950000,45000000,20000000,22500000,,,,,,10000000,10000000,,,,,,, -Morocco,Title II,,,,,,,300000,1000,300000,100000,300000,9700000,4000000,2900000,6500000,55000000,8000000,39400000,19500000,12900000,26500000,16500000,21300000,22900000,16800000,22000000,7800000,8700000,17000000,12700000,17200000,2800000,15118000,15673000,11231000,9928000,16144000,13444000,12660000,9777000,10056000,5769000,12478000,12782000,16631000,15900000,3386000,5048200,2737400,375100,,,4257400,,,,591300,,,,,,, -Mozambique,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11520000,13310000,17312707,23227000,19801276,29904636,26888251,17522379,30035324,100000 -Mozambique,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3083,16051,56482, -Mozambique,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,35474934,37569000,33752843,33306563,28703615,32796818,18253537,25686613,20471913,11414065 -Mozambique,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1100000,400000,,,,,,,,7000000,13107000,9683000,10216000,,,,,,2000000,2100000,,,500000,650000,1000000,800000,600000,400000,750000,1150000,762000,,320000,300000 -Mozambique,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3470003,,2603252,2949487,,,5707326,6800 -Mozambique,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10600816,51828378,66035864,122430669,9882983 -Mozambique,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,205572066 -Mozambique,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,37365,,,3496,,,82000,,,,, -Mozambique,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,328551,15001889,3586300,509893392 -Mozambique,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,476000,,, -Mozambique,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200000,1000000,1900000,3840000,2180000,2259000,2632000,1371378,676102,1343052,428147, -Mozambique,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,333600,200000,300000,319427,4236680,2355420,8832116,2595175,2808700,2640350 -Mozambique,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60000,,149796,,25596,20000,,,,,20000,883200,103186,300000,51321,50000,37100,90000 -Mozambique,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000000,,,,,,,,1890000,250000,800000,151000,15639000,41348000,49673000,60108000,68636000,51496000,38932000,29251000,45957000,29272000,41404000,,,122749606,8161763,5155653,5912920,5009067,6642750,7812708,9196341 -Mozambique,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,891000,1450000,1234000,1452000,1494000,2027000,2092000,1713059,1816161,2134250,2130345 -Mozambique,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,13068000,492000,5800000,19600000,25893000,1830211,,,,,,,158662,,8809852,2726813,495121,6917689,18493558,24877149 -Mozambique,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4800000,9000000,4800000,,,,17000000,11400000,,,,,,,,,,,,6200750,,,6469481,,,,1590630,,3438892, -Mozambique,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,800000,5200000,8416000,12007000,9908000,3927000,583000,9743000,9379000,8487000,9631000,28743000,29837000,13672000,21432000,12499000,11754200,26179300,15966100,24457800,13315500,22897700,25704200,24157200,24959400,25680100,20017100,17707500,21039100,8849900,15599500,18059700,22659200 -Mozambique,Title III,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18900000,67370600,13275300,12695600,10856600,,4099700,5000000,11999800,5473100,,,,,,,, -Namibia,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000000,4002000,4877895,1857850,7601460,5163490,966972,1346438,1183977, -Namibia,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79390,,, -Namibia,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6648905,7236000,7645499,8420493,5207755,6810144,7032974,7778029,5385000,3025000 -Namibia,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000000,2179000,,,,,,,,,,800000,1600000,,,299783,252000, -Namibia,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12771726,36361057,48308201,74886712,8721344 -Namibia,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88177409 -Namibia,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29721,29721,216379,323296,,,, -Namibia,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,143228,2841136,22716675 -Namibia,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,400000,708000,1053000,485000,40000,65000,600000,,37000,,44433, -Namibia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,65000,,49000,75000,197000,1058000,297293,876170,103195,507936,5319615,2805822,1963717,2643913,2745708,2638182 -Namibia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,136892,152168,24999,35000,231636,40000,,20000,,,,15000,,20000,176609,7000,,,20000 -Namibia,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9818000,10949000,3598000,16128000,14961000,5000000,7999000,8349000,,,1175470,1610374,966882,1245057,1280418,1327160,1335725,1509102 -Namibia,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1142000,1791000,2239000,1805000,1691000,2133000,2464000,2639000,2307000,1813000,1762000,2492000,2092000,1938819,2098690,2157753,2145779 -Namibia,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,980000,,,,,,,,,,,7420600,,,,, -Namibia,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,433500,,,,,,,, -Nepal,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6710000,7000000,9317167,21355739,20104053,24175000,23990000,19553624,19020902,1797998 -Nepal,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36596,13404, -Nepal,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10797585,9954000,16200264,11059077,12561459,10715712,11953572,10476870,17345487,16750201 -Nepal,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,3910000,4700000,4970500,7189662,9750207,13490492,17757820 -Nepal,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3627081,,2833164,,11948494,4637735,, -Nepal,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20627240 -Nepal,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203720,800000,3788000,400000,700000,,,1100000,2200000,10135637 -Nepal,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27000,45000,13000,21000,20000,30000,,,,6000,,,150000,,,294360, -Nepal,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2771000,253321,739684, -Nepal,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,170000,,,418689,2732338,11519496,6456693,2305016,1901544,5521406,2293531,2823127,2185562 -Nepal,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8000,,7000,,170000,210864,,151799,101000,100000,140000,,,22392,48549,55594,750808,441559,2183410 -Nepal,Other USAID Assistance,,,,,,,200000,500000,900000,2400000,2000000,4300000,4100000,2800000,3000000,4800000,4000000,3900000,4400000,4700000,3300000,3400000,2400000,2900000,2300000,2600000,2000000,10800000,2800000,2500000,2800000,700000,6759000,10273000,12411000,13438000,13950000,15513000,13780000,14066000,18405000,16704000,16216000,11717000,15270000,16917000,23680000,16537000,21153000,17020000,14323000,10888000,16772000,26600000,,,3326561,3935474,5239715,6710894,6216191,9060941,18091820,15071563 -Nepal,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,71270,,,, -Nepal,Peace Corps,,,,,,,,,,,,,,,,,300000,500000,900000,900000,1500000,1700000,1700000,1500000,1200000,1200000,1000000,1000000,1000000,1000000,900000,400000,1203000,1527000,1685000,1497000,1505000,1720000,1939000,2135000,2538000,2272000,2263000,2736000,2674000,1865000,2102000,1918000,2171000,2313000,2160000,2237000,2331000,2328000,1902000,1754000,1735000,2111000,2624000,2108000,299955,,, -Nepal,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2275000,,,,,,,,,,,,,,,,, -Nepal,Title I,,,,,,,,,,,,,,,16800000,,,15000000,,7500000,18000000,2400000,7200000,7800000,12000000,8100000,7700000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Nepal,Title II,,,,,,,,,,200000,,,3500000,,,,,100000,1100000,100000,1000,300000,301000,1000,100000,600000,500000,4800000,1300000,600000,500000,500000,990000,1563000,2684000,5673000,4280000,1704000,2824000,1340000,2216000,2205000,771000,1802000,1571000,2160000,999000,1102500,518300,,510000,2542200,286800,642800,,,,2384300,,,965200,1239400,6055800,18831700 -Netherlands,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66000,65000,,38000, -Netherlands,Inactive Programs,24500000,1300000,10200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Netherlands,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10118 -Netherlands,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1445900,540000 -Netherlands,Other USAID Assistance,,,,504800000,269000000,107800000,100500000,3100000,4200000,,,,3000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Netherlands,Title II,,,,,,,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -New Zealand,Inactive Programs,,4300000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -New Zealand,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200300,344500 -Nicaragua,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12424000,7932000,7408000,8420000,9330000,7606000,6823000,7130000,5733184,340935 -Nicaragua,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,,16000,174000,191000,192000,242000,485000,517000,3005000,2655000 -Nicaragua,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16948000,14449000,18439361,17311694,23609880,25984130,26960290,23692991,11528240,10694903 -Nicaragua,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8000000,1125000,56574000,5100000,,,,,,,3500000,214738000,204098000,36000000,89884000,45000000,1476000,6689000,6039000,1000000,1500000,500000,3495000,2800000,1089330,525000,5103865,4888508,2869975,729155 -Nicaragua,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9712932,,675723,,34275417,486584,,1200 -Nicaragua,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000, -Nicaragua,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7310924 -Nicaragua,Inactive Programs,1700000,1700000,501000,401000,400000,700000,200000,300000,700000,2700000,1800000,3500000,2700000,2100000,,1400000,9400000,2600000,,6100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Nicaragua,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,75000 -Nicaragua,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,815740,92377953,1000243,81487502 -Nicaragua,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,50000,,,,,144000,,405000,500000,1178000,,,852320,1180227,,208696,922322 -Nicaragua,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1836000,1501996,1740000,1400000,399993 -Nicaragua,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,200000,1000,,,355000,304000,1598000,1163000,141000,123000,4000,104000,,,,379000,417000,355000,1116000,2179000,1528000,955000,1105000,4000,3000,151000,687613,1147670,4940,2387609,2217344,2485863,1448433,2923789,3319833,7658339 -Nicaragua,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1300268,640130,311200,569421,714019,697739,393634,173503,312396,409358,249972,265725,200000,308693,325700,927858,1763065,354186,1034192 -Nicaragua,Other USAID Assistance,,,,,,,600000,600000,500000,900000,800000,700000,900000,1900000,3600000,8300000,3600000,3500000,3900000,16400000,16300000,11400000,25500000,1900000,2300000,12500000,2500000,22500000,12400000,40100000,16800000,900000,1394000,12509000,1700000,18306000,1825000,679000,,,,,,,,5400000,11167000,7131000,37927000,29889000,17705000,12519000,15111000,23412000,,,4718178,4326265,3764842,5698769,2840976,3550618,4136889,6281756 -Nicaragua,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,200000,400000,400000,500000,800000,500000,700000,1200000,300000,1102000,1114000,245000,98000,141000,,,,,,,,,,374000,689000,894000,1121000,1343000,1568000,2752000,1897000,1869000,2405000,2327000,2639000,2667000,2499000,1998309,2016488,2119606,2325553 -Nicaragua,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,329000,,,,630560,1106875,16211260,,10569546,,5651585,3067620,377885,8710559,7577563,6771358 -Nicaragua,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2600000,15000000,,,,,,,,,,,,25000000,,,,,,22500000,24601596,,,,,,,,1116751, -Nicaragua,Title II,,,,,,,,,,,,,,,,200000,700000,1400000,1900000,1200000,1200000,800000,200000,300000,400000,300000,1700000,3000000,2400000,1400000,900000,100000,362000,50000,4366000,2998000,1240000,350000,,,,,,,,2753000,1906000,5207800,3441300,3062500,4943500,2477500,1888300,6112900,24909300,6701200,8110700,15325100,16248700,8395800,10258384,13112083,11634160,14256600 -Nicaragua,Title III,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,17948500,14894500,5417000,4000000,1400000,,,,,,,,,,, -Niger,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-19702,,350000,300000,250000, -Niger,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1880000,290000,, -Niger,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198000,,159885,160615,69437,157700,166876,,,152819 -Niger,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000000,5000000,5000000,4785000,2000000,,,,,,,,,,,,,150000,,,,,113000,,,1550000 -Niger,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,799923 -Niger,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38841,337954 -Niger,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000,,,,,,,,,,,,,,,,, -Niger,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1400000,839410,431317, -Niger,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,425000,542000,130000,174000,,327000,565000,314000,265000,771000,876297,804676,1383922,1984659,2162360,8532152,3058485,4869126,3011824,5281491 -Niger,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,35000,25000,129105,228385,25000,50000,101000,186650,70220,19280,110000,155595,80000 -Niger,Other USAID Assistance,,,,,,,,,,,,,,,,2000000,1200000,1200000,2300000,1200000,700000,800000,1100000,100000,100000,100000,2350000,100000,100000,200000,6900000,900000,6721000,10595000,10857000,9488000,13655000,12982000,16000000,21392000,22480000,19365000,24634000,34972000,24048000,19835000,28409000,28887000,17264000,19303000,15600000,1508000,3080000,1302000,,,13258,96732,-1316133,49090,3730154,3194664,53000,260000 -Niger,Peace Corps,,,,,,,,,,,,,,,,,1000,200000,300000,500000,900000,600000,800000,600000,500000,700000,600000,700000,1000000,1200000,1200000,400000,1271000,1396000,1865000,2171000,2386000,2691000,2293000,2398000,2579000,2870000,3097000,3728000,3472000,3034000,3551000,3086000,3467000,3087000,2458000,2334000,2585000,2145000,2427000,2195000,1958000,2202000,2634000,2735000,2130067,2268494,2476744,2450654 -Niger,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2128000,932000,3780000,,,,,,,,,,,,,,1262641,1689954,9578498,12677231 -Niger,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8604871, -Niger,Title II,,,,,,,,,,,,,,,,1000,1000,,100000,,500000,900000,300000,800000,600000,600000,900000,4500000,20300000,7800000,3500000,700000,370000,2842000,91000,1047000,1397000,2134000,756000,538000,20908000,4563000,783000,408000,1140000,1798000,834000,5260800,29200,3978800,271700,690000,2090900,3479200,754700,3095200,7459600,10325900,10406300,8160000,12644900,19922260,13747200,25880600 -Nigeria,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7313104,17465000,23538357,33265256,43527781,53499316,24476634,22017151,34857484,1351865 -Nigeria,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,163502,5000,, -Nigeria,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9603830,44444000,22854922,28226019,19560825,22004683,13875244,13188274,25041000,29767406 -Nigeria,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,26300000,27400000,18200000,3400000,,,,,,,,,,,,,,,,,,11000000,,,,,,,,,,6648192,16626000,4847576,22463000,3361622,6258500,4978000,5950000,7045000,24088 -Nigeria,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25834374,83929715,122810766,247237579,26475118 -Nigeria,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,396608215 -Nigeria,Inactive Programs,,,,,,,,200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Nigeria,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,250000,,,,19280,,, -Nigeria,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,50000,75000,,,,,,,764000,915000,,2270000,,834300,3086624,3475625,150000,1285228 -Nigeria,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1449000,,,,,1303296,600000 -Nigeria,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60000,56000,101000,84000,207000,,,,,,8973301,9842379,6905095,11257411,14417926,12493073,14422224,9667439,14107531,17671724 -Nigeria,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,90000,200873,205895,223800,178125,400113,470056,1022343,1109978,582218,742207,439200,527714,307592,344350,188902,905955,1930822,1367064 -Nigeria,Other USAID Assistance,,,,,,,,,700000,300000,300000,500000,100000,1600000,1800000,13100000,20800000,27100000,45600000,27600000,23200000,21600000,21300000,17300000,12300000,14400000,21500000,10600000,3500000,6800000,,,,,,,,,,,,2038000,20877000,5508000,32641000,11559000,7397000,4448000,11576000,6062000,2541000,1843000,1337000,9600000,7881500,8904869,18830903,5239926,4061202,4236490,4730120,7221735,6365292,7627440 -Nigeria,Peace Corps,,,,,,,,,,,,,,,,,2000000,2700000,4800000,4300000,6400000,4500000,2300000,1300000,300000,100000,1000,1000,1000,200000,200000,,,,,,,,,,,,,,,,312000,742000,951000,1047000,429000,,,,,,,,,,,,, -Nigeria,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3157746,4115395,,7841709,6847635,,,, -Nigeria,Title II,,,,,,,1000,,,1000,100000,1000,1000,1000,100000,100000,200000,300000,600000,1000000,600000,700000,2100000,42200000,8300000,4400000,201000,400000,3000000,2300000,400000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Norway,Inactive Programs,,24400000,600000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Norway,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4751 -Norway,Other USAID Assistance,,,,100500000,95400000,41900000,17400000,21600000,300000,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Norway,Title II,,,,,,,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Oceania (not specified),Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,112000 -Oceania (not specified),Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1914000,1764000,10000000,10000000,10000000,10300000,10300000,14000000,14000000,,14000000,14000000,,14000000,14000000,170332,,,77595,,,54000,18000000 -Oceania (not specified),Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29175 -Oceania (not specified),Inactive Programs,4400000,,1000000,1100000,800000,1000000,4200000,5100000,4800000,4900000,5800000,4700000,6000000,4700000,5100000,5800000,6100000,10800000,15900000,17600000,17400000,20000000,34800000,36600000,49900000,51900000,55600000,59400000,71200000,63400000,67900000,29000000,107650000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Oceania (not specified),Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18750000,17320000,12760000,10160000,7660000,7810000,7294000,7528000,6514000,6964000,6964000,7354000,7354000,7120000,7338000,7354000,7354000,2626147,2709720,3670424,2615870,2118600 -Oceania (not specified),Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,1300000,4467000,4214000,38000,,,6405000,5887000,5623000,9782000,8049000,7570000,10080000,10248000,9239000,1853000,,,,,,,,,,,,,184285, -Oceania (not specified),Peace Corps,,,,,,,,,,,,,,,,,,,,,1000000,3600000,4900000,4600000,3900000,3000000,2800000,2500000,3300000,3500000,3900000,1400000,4254000,4744000,5431000,4854000,4983000,5981000,6022000,6345000,6327000,5648000,5253000,5956000,6055000,5687000,6321000,6132000,6867000,8833000,5230000,6278000,5152000,5380000,,,,,,,,,, -Oceania (not specified),Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2064000,,,,,,,,,,,,,,,,,,, -Oceania (not specified),Title II,,,,,,,,,,,,,,,,,,,,400000,400000,400000,300000,100000,100000,,,200000,101000,300000,,,,,,48000,,,,,,254000,,,,,,,,,,,,,,,,,,,,,, -Oceania (not specified),"Voluntary Contributions to Multilateral Organizations, Total",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195000,195000,, -Oman,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22000,90000,77000,64000,5000,4226000,3288000,, -Oman,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,31830,16390,,,,,, -Oman,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000000,,15000000,15000000,15000000,20000000,19556000,14982000,13000000,15000000,12546000,15454000,29911000,,,,,,,,,,,,,,,190000, -Oman,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1017000,273000,515000,85000,400000,277000,407615,442635,1198167 -Oman,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253000,250000,,,,,,74069,31000,16149360 -Oman,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69506,,,,,,,,15106,30000,,,20000,30000,, -Oman,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000, -Oman,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,200000,300000,400000,100000,368000,345000,496000,558000,743000,461000,86000,,,,,,,,,,,,,,,,,,,,,,,,, -Pakistan,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,550000,,,4390935,16758517,25600014,21000000,28861203,23745500,4 -Pakistan,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1881000,937000,143000,570000,23000,1359000,9171000,108448000,37064000,71875674 -Pakistan,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3086959,,15150,10000000,34635906,49066566,29382717,37745424,97252235,31081977 -Pakistan,Economic Support Fund/Security Support Assistance,,,,,,,,,,65300000,98000000,92700000,50000000,95000000,90000000,95600000,33100000,,,,,,,,,,,,,,,,,,,,,100000000,200000000,225000000,200000000,239263000,250500000,334000000,215000000,229011000,95700000,386000,,,,,,,1661211,,,607908698,190374425,201448500,286056553,318420901,351772769,341591414 -Pakistan,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5246380,,6268093,,5893275,12454172,9790761,9900 -Pakistan,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29465515 -Pakistan,Inactive Programs,,,100000,,,400000,,67400000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Pakistan,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,702724,863218,541505,167459,4424165,9027508,8706593,6867600,5780901,5928759,10224972,4121077,4436320 -Pakistan,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,900000,1000,100000,,,14000,65000,500000,520000,2700000,2900000,3350000,3043000,3430000,6900000,5075000,6800000,5000000,4650000,3000000,4200000,2500000,2500000,2500000,2500000,1500000,2200000,3250000,76500000,90500000,31000000,31798294,62375982,,22450013,22400915 -Pakistan,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10100000,717000,4930000,6634008,9303633,7643222,777819 -Pakistan,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,755700,,4191237,4484928,10649844,10509336,10071652,12349336,13487870,13636490,96703002,84908314 -Pakistan,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217889,27220,68999,,,,,,,137615,130000,225800,240634,437555,420999,1594819,1903843,4880168,2706844 -Pakistan,Other USAID Assistance,,,,,,,10600000,42000000,22600000,6100000,9600000,6000000,46700000,69000000,109100000,37700000,216800000,186100000,236200000,187700000,127200000,136600000,132200000,103700000,123700000,7100000,62400000,96400000,58400000,96000000,106300000,31300000,71039000,20094000,9119000,,,,,,50000000,24176000,25000000,50541000,50020000,46480000,279000,13000,5669000,,7480000,,,,,,428700,830317,1511434,1210851,1939902,71967143,7590851,13556704 -Pakistan,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215380,,,, -Pakistan,Peace Corps,,,,,,,,,,,,,,,,,1100000,2300000,1900000,1500000,400000,100000,,,,,,,,,,,,,,,,,,,,,,155000,328000,774000,610000,355000,,,,,,,,,,,,,,,, -Pakistan,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3970000,,,14800000,2805000,,,,,,52136994,,73603845,25302440,,8292302,190271,5218976,, -Pakistan,Title I,,,,,,,,,,24000000,13500000,63500000,52200000,63000000,84500000,33400000,149800000,141200000,141200000,141200000,20500000,90900000,162800000,,80500000,76500000,92600000,74600000,32400000,79500000,94800000,26600000,35300000,56400000,38000000,47500000,47500000,47500000,47500000,47500000,56050000,47500000,51600000,76000000,76000000,76000000,,,40000000,40000000,,10000000,35000000,10000000,10000000,23000000,10000000,10000000,17428905,,,11984417,, -Pakistan,Title II,,,,,,,100000,400000,700000,14300000,42500000,9700000,9900000,700000,1200000,2400000,2600000,32000000,14200000,17200000,2100000,2800000,200000,7700000,5600000,24300000,10100000,6900000,10100000,5400000,2100000,6500000,1933000,1322000,3216000,10564000,28773000,50027000,28334000,31508000,30137000,42032000,17510000,,,,,229700,,7108000,7141000,3993000,4817400,16221500,4531700,536700,1855300,5220900,6726100,13315500,,18160700,,2551100 -Palau,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,130000,,,,,,,, -Palau,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,245467000,23523000,122356000,21220500,13570500,13642000,13785000,13928000,13999500,14522500,13090200,27290679,27002706,27293706 -Panama,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1802,, -Panama,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2554000,2843000,1702000,1116000,1295000,1409000,2575000,1640000,912000,925000,2372000,3640000 -Panama,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4598000,3500000,3723566,4504461,5496464,5649761,5270650,5033779,3120000,2060000 -Panama,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,9900000,400000,,4000000,3500000,10200000,200000,,,,,,,,,,,,,,,,,,50000000,13174000,,,,392817000,39492000,,,,,2000000,,,275000,1000000,996000,4000000,3000000,2000000,3100514,990000,, -Panama,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4277,57223,, -Panama,Inactive Programs,200000,200000,200000,300000,201000,401000,200000,700000,400000,1100000,7500000,9200000,2700000,,,,10400000,,6800000,7800000,1000,1000,1000,,,4700000,9800000,7900000,16200000,12000000,1000,2700000,384000,418000,131000,,19000,,,,3000,,,,,,,,,,,,,,,,,,,,,,, -Panama,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9334,,,,,,,,399431 -Panama,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,,,,,,77000,,,,,,,,,,,535000,690000,1074000,1300000,325000,1000000,707000,495000,517000,848000,4987000,1363000,5000000,4500000,6244169,5688844,15909641,3878976,4698485 -Panama,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,40000,149748,125000,49593,65000 -Panama,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,200000,1000,800000,,1000,64000,,36000,2000,6000,5000,5000,66000,,17000,,667000,418000,15000,1618000,1029000,951000,715000,465000,707000,539376,1100550,454100,695900,2385003,424376,3917141,146440,3171190,13702039,1098737 -Panama,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,164923,121000,150000,266501,,,,,,,,,,,21000,20780,,, -Panama,Other USAID Assistance,,,,,,,1300000,800000,1100000,1400000,1100000,3000000,1400000,1500000,1600000,15700000,2600000,8400000,9100000,7400000,9300000,25000000,19400000,16000000,11800000,11100000,22800000,7100000,10800000,8300000,22700000,4000000,13655000,21336000,19911000,1043000,8639000,11686000,6230000,10720000,24286000,20070000,12132000,1228000,,3514000,,14493000,6403000,4346000,2893000,3210000,2730000,3500000,,,1188496,984496,788851,1259840,914375,867138,951337,849939 -Panama,Peace Corps,,,,,,,,,,,,,,,,,,400000,900000,900000,1100000,700000,900000,800000,700000,500000,,,,,,,,,,,,,,,,,,,,25000,503000,677000,1032000,1293000,1276000,1184000,1345000,1516000,1772000,1795000,2021000,2299000,2442000,2478000,2353034,2263393,2635754,2809565 -Panama,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66000,41000,,264000,,,,,,,,,,,,,,, -Panama,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4000000,,,,,,,,,,,,,,,, -Panama,Title II,,,,,,,,,100000,400000,1200000,1600000,1400000,500000,100000,400000,400000,700000,800000,600000,500000,600000,300000,600000,1000000,600000,1200000,500000,700000,900000,1200000,1000,2218000,1329000,1075000,1038000,1850000,1358000,1046000,1353000,80000,78000,12000,,254000,224000,41000,486200,151500,138800,,587800,,,,,,,,,,,, -Papua New Guinea,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1426000,73855 -Papua New Guinea,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,183000,122000,13000, -Papua New Guinea,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,173999,,217418,,,,27632 -Papua New Guinea,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2443627 -Papua New Guinea,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000,,,,,,,,,,,,,,,,, -Papua New Guinea,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15638,9540,641125,196860 -Papua New Guinea,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,9500,,,,20820,22526,13100 -Papua New Guinea,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,150000 -Papua New Guinea,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21000,216000,390000,598000,841000,919000,924000,1125000,1738000,1788000,1488000,1682000,1575000,2102000,1852000,1535000,1491000,1541000,1216000,1414000,1441000,816000,,,,,,, -Papua New Guinea,Title II,,,,,,,1000,,,,100000,,,,,,100000,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Paraguay,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2225000,1769000,2275000,2230000,2432690,2913774,13826 -Paraguay,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,945000,520000,293000,178000,303000,348000,538000,340000,488000,1215000,1619000,2361000 -Paraguay,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4694000,5224000,6514525,5225787,4060283,4447007,3823000,4676806,4113375,5185819 -Paraguay,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,,150000,175000,738000,,,725000,200000,500000,1300000,1000000,3708000,3500000,3174464,4032300,1920000,2185000,1802305,47695 -Paraguay,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1902345 -Paraguay,Inactive Programs,400000,400000,400000,400000,500000,700000,,,,,,,,,,,,2900000,,4900000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Paraguay,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,19754,35726436,756065,510796 -Paraguay,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,1000,1000,,9000,,96000,,,,,,,,,350000,400000,300000,390000,340000,37000,,25000,200000,210000,100000,180000,250000,400000,,,1043118,685348,529614,354488,319479 -Paraguay,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,808234,818710,871685,235220 -Paraguay,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,700000,200000,200000,1000,457000,272000,896000,47000,1156000,1353000,668000,413000,569000,154000,155000,756000,585000,415000,607000,390000,523000,462000,594000,356000,147000,198000,340089,-340089,2500,583300,212900,2772901,950000,2130684,1828570,1962929 -Paraguay,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286810,296515,383600,207417,95200,252301,207220,,79489,128951,,14965,30000,,27860,26600,35112,169817,120100 -Paraguay,Other USAID Assistance,,,,,,,1600000,800000,1200000,1800000,1800000,2500000,5100000,5400000,2400000,9800000,2000000,3000000,5400000,2400000,11700000,4100000,2700000,9700000,7100000,6900000,2800000,6000000,4400000,6700000,4400000,1100000,1705000,1794000,7111000,1325000,1956000,,,180000,958000,1063000,1026000,833000,1271000,913000,873000,1898000,1724000,2765000,932000,1050000,2607000,6675000,,,925814,929492,913858,869022,823708,758285,1154806,1664448 -Paraguay,Peace Corps,,,,,,,,,,,,,,,,,,,,1000,,300000,400000,500000,500000,400000,400000,400000,500000,700000,800000,200000,844000,1136000,1887000,1863000,2352000,2359000,2499000,2088000,1935000,1765000,1958000,2509000,2727000,1948000,2347000,2318000,3024000,3253000,3147000,3096000,3126000,3129000,3190000,2925000,3157000,3228000,3067000,3020000,1661712,2493391,2549180,2882647 -Paraguay,Title I,,,,,,,,,,,2100000,,,,,,5000000,2200000,1001000,1201000,2500000,,2300000,1800000,,4200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Paraguay,Title II,,,,,,,,,,200000,100000,200000,200000,300000,500000,1100000,1000000,900000,1700000,300000,600000,600000,900000,1500000,500000,1100000,1700000,900000,200000,400000,100000,,191000,318000,273000,444000,652000,106000,41000,,,292000,,,,,,200800,212200,,64000,,,,,,,,,,,,, -Peru,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9497000,7700000,11080000,21666000,18187614,17105392,15838875,16543000,13855961,60900 -Peru,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28290000,23859000,26400000,10852000,11001000,12557000,8758000,9112000,7260000,11937000,7984000,8547688 -Peru,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24269000,27902000,28787931,15615932,18903218,20600071,15439159,13543853,16435048,14718784 -Peru,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,6000000,,,,800000,,,,,,,,,,,,,,,,,,,,,7000000,5333000,500000,2000000,3286000,59117000,7520000,14636000,15000000,37300000,3000000,13000000,14012000,33300000,31015000,36307500,16816775,12637392,9730800,5845593,4252580,3694501,30762314 -Peru,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1738800,,1536880,,,,, -Peru,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15449925 -Peru,Inactive Programs,600000,5600000,1300000,900000,900000,1300000,,,,,,,,,,,24800000,1500000,3600000,6000000,9200000,,,,,,,,,,,,50000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Peru,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,115000,,,,150000, -Peru,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63792,35592184 -Peru,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200000,200000,400000,,60000,819000,1273000,1580000,3014000,2252000,1824000,2805000,2414000,3741000,8430000,7500000,10500000,10000000,19000000,12500000,17500000,8400000,15000000,15500000,25750000,32000000,74540000,80000000,48000000,142500000,128052000,167615868,116619482,250944181,103447379,37913892 -Peru,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,1000000,861000,225000,,500000,,105840,324983,199088 -Peru,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,,100000,1000,,,10000,,23000,59000,158000,339000,226000,8000,,3000,253000,228000,333000,799000,1504000,751000,870000,597000,399000,8000,46000,1398605,504625,115650,2585800,4843588,4350041,3045737,5115886,6478266,3419694,2819726 -Peru,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,123000,149000,200000,537035,528048,333117,355565,238273,293669,568993,570000,299221,492999,845360,661050,689020,914219,1479839,695403 -Peru,Other USAID Assistance,,,,,,,1800000,1700000,2400000,2400000,2800000,4600000,2700000,2800000,7400000,29200000,20700000,2900000,35400000,7400000,17800000,22700000,5500000,4000000,11300000,6900000,31700000,3800000,12100000,8900000,12700000,900000,17377000,21976000,34097000,18694000,34520000,35815000,35493000,118852000,37906000,18922000,15939000,27521000,19964000,18414000,10327000,16602000,26645000,22762000,18776000,10760000,22947000,37354000,,,9904856,12813785,5319366,5496024,3561671,3178175,5222331,9539312 -Peru,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,900000,,,100000,32461 -Peru,Peace Corps,,,,,,,,,,,,,,,,,700000,2600000,2800000,3200000,3900000,2200000,1600000,1300000,1400000,1400000,1300000,1000000,1200000,600000,,,,,,,,,,,,,,,,,,,,,,,,,,,,848000,1410000,1892000,1894621,2264596,2575930,2754883 -Peru,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6158000,,13274000,4522000,8142000,3587972,,,,922399,2257680,,7493700,,,,,,, -Peru,Title I,,,,,,,,,,5400000,1900000,2500000,5100000,,2700000,2700000,4500000,,4600000,,,,,,,,,,,,,,,25000000,20000000,19000000,19000000,16150000,28975000,19000000,25000000,20000000,24100000,20000000,10000000,30000000,,,,1853000,1525000,17516000,10560000,26795000,10000000,5000000,15000000,20000000,2091160,12000000,12000000,20000000,, -Peru,Title II,,,,,,,1000,,200000,900000,6700000,8700000,2700000,1000000,1500000,3400000,2900000,5700000,8300000,6500000,7800000,2400000,6700000,7800000,4200000,6900000,11100000,4200000,3700000,6400000,8700000,1000000,5310000,6970000,15314000,14000000,23473000,,26871000,23982000,13734000,8708000,9617000,15021000,15525000,30839000,40864000,87205600,71123500,81262200,54450900,55066200,55205900,50810400,53058900,39572500,42836700,37034900,26678300,23868600,6359212,8249700,6004081, -Peru,Title III,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30000000,29788100,38976600,28485600,,,,,,,,,,,,,, -Philippines,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4400000,7772000,10336126,21840385,23356087,38987379,34228125,29063240,25468289, -Philippines,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,503000,1261000,4771000,1013000,3029000 -Philippines,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24249444,23829000,27795296,28755629,32845640,26392586,28462230,26776502,16590873,30069458 -Philippines,Economic Support Fund/Security Support Assistance,,,,,,,,15200000,9600000,21900000,23200000,28900000,15400000,15000000,15000000,10100000,600000,,,,,,,,,,,49300000,500000,300000,,,,,,20000000,30000000,50000000,50000000,50000000,140000000,300250000,235133000,15000000,298000000,130430000,123691000,46699000,5000000,,,,,,,,4153000,25822865,31791207,45022965,33329734,35186000,35308341,52087586 -Philippines,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25552988 -Philippines,Inactive Programs,31400000,136500000,88800000,178600000,137900000,120300000,80200000,,,,,,,,,,,73000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Philippines,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,589287,,,,,,,,,,,1000000 -Philippines,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15218,21547671,243209,146414 -Philippines,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,400000,300000,100000,1000,10000,,72000,,,,,,,,,30000,,,,,50000,50000,55000,,,,,51000,,,,,,,34930,536326 -Philippines,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,95000,2094000,750000,2256504,4731471,3964363,888324 -Philippines,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,268000,,,2994000,1288977,2458819,2386840,8373266,6122965,518703,1241830,959416,13502023,5212085 -Philippines,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,461708,440282,795999,201253,197643,179739,184598,,,,,172500,,,91315,82237,441024,1679092,1661677 -Philippines,Other USAID Assistance,,,,,,15000000,32100000,2700000,5100000,7200000,5900000,5000000,4100000,51100000,3400000,5200000,4300000,3300000,3401000,3000000,3700000,11300000,10400000,5600000,9000000,11100000,30500000,36400000,44000000,55000000,54300000,7200000,34877000,52790000,43737000,39679000,38543000,39395000,36798000,34345000,42959000,51174000,17541000,62677000,48554000,183099000,203784000,154353000,77584000,45634000,35941000,35484000,38389000,46639000,2033077,1533151,5137556,4264598,4008572,4415263,4440265,5696273,6205680,9624776 -Philippines,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18171,,,79917,, -Philippines,Peace Corps,,,,,,,,,,,,,,,,,2400000,4400000,2500000,3700000,4700000,4000000,3500000,3500000,2500000,2000000,1700000,1800000,2700000,2100000,2300000,800000,2976000,3992000,4386000,4840000,4978000,5055000,5259000,4887000,5317000,4376000,4822000,5459000,5856000,3536000,492000,746000,921000,1280000,1605000,1712000,1967000,1631000,1678000,1718000,1843000,2169000,2624000,2774000,2158194,2254567,2176739,2121346 -Philippines,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20554000,,,,,,,,,,10830590,,8299750,,7629570,6330717,730093,4875945,, -Philippines,Title I,,,,,,,,,,,,7000000,1600000,500000,,,13700000,,4900000,4600000,,19500000,,,10300000,20300000,33600000,20700000,3400000,,,,11900000,12000000,9000000,,,,,,40000000,35000000,,30000000,,21000000,14400000,20000000,20000000,15204000,,15000000,,20000000,10000000,70000000,80000000,60000000,40000000,60000000,21690275,43469091,20000000, -Philippines,Title II,,,,,,,100000,,100000,700000,1100000,2700000,8300000,7900000,5300000,6800000,7600000,9800000,10700000,6400000,6201000,9400000,5400000,9600000,3300000,7100000,4100000,15800000,12600000,10800000,19000000,2400000,37030000,15085000,14852000,18824000,24042000,12580000,10684000,17102000,11543000,8330000,38961000,27947000,15997000,12632000,15450000,28077200,20320300,14191000,14275400,4048100,,,,,,,,,,98600,131280, -Poland,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,634000,149000,,, -Poland,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000000,,,,4000000,1000000,1000000,3000000,,232000,,,,,,,,,,,,,,200000,,, -Poland,Inactive Programs,224900000,176900000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Poland,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,145000,,,,,,,,,,, -Poland,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,,27000,177000,,,,,,,,,2581,,, -Poland,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,645000,300000,500000,,341000,79680,, -Poland,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,806109,1146737,2584331,2243282,1994521,2250535,1355505,2004089,1924000,1645807,1975167 -Poland,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4368589,870025,751539,417411,528596,623402,462914,261300,148563,76368,,,,,,,,, -Poland,Other USAID Assistance,,,,,,,,,,,,30000000,25000000,6000000,,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,5775000,330000,,,23000,673000,,81576000,47287000,29793000,35489000,19922000,7442000,69382,391761,-779382,40112,3416,,, -Poland,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,926000,2306000,3035000,3630000,3566000,3158000,2721000,2603000,2548000,2557000,2079000,967000,,,,,,, -Poland,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,35887000,,25600000,27731557,,,5535903,,,,,,,,,,,, -Poland,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,47600000,,,,,,,,,45000000,,,,,,,,,,,,,,,,,, -Poland,Title II,,,,,,,,,,,,,500000,2600000,3500000,5000000,6700000,8000000,15000000,4100000,6700000,5000000,10400000,6300000,2700000,,,,,,,,,,,,,30499000,24836000,20886000,13756000,2322000,2056000,,,,,,,,,,,,,,,,,,,,, -Portugal,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200000,200000,196463,256000,613000 -Portugal,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15000000,35000000,20000000,65000000,300000000,,40000000,25000000,20000000,20000000,40000000,80000000,76560000,64799000,32013000,50000000,39402000,42600000,40000000,,,,,,,,,,,,,,,, -Portugal,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,800000 -Portugal,Other USAID Assistance,,,,,31500000,19700000,100000,-400000,200000,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-1000,,,,,,,,,,,,,,,,,,,,, -Portugal,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20306,,,,, -Portugal,Title I,,,,,,,,,,,3400000,,,,,,12500000,,10100000,,,,,,,,28500000,,,,19100000,4800000,66500000,38000000,38000000,38000000,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Portugal,Title II,,,,,,,1000,,,,4800000,4400000,3500000,2500000,3400000,5600000,4500000,7200000,5400000,4100000,3000000,1500000,2200000,2000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Qatar,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1496889,1301539,1119295,1800 -Qatar,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,403580 -Romania,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4000000,242890,2299986,905000, -Romania,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1690000,451000,30000,1883000 -Romania,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,,300000,8647,234112,, -Romania,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,14000000,,,,436145,889950,2972270,,, -Romania,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,,,,,,,,,,,,700000,635000,,,2137 -Romania,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,394000,1336000,867000,715000,691000,63868,, -Romania,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2031125,1664409,834325,1814807,3318146,4296949,3518450,4939750,10783769,9590309,6694169 -Romania,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1724551,519286,399960,117338,309129,472892,575273,945907,530393,450892,188927,48516,15000,382922,201279,707475,544822,30655,33000 -Romania,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12300000,700000,,,,,,,,,,,4000000,3000000,1527000,2047000,,39599000,27761000,2640000,34823000,41556000,35698000,44150785,35032143,30545149,24884794,32525118,22221686,6234557,1162971 -Romania,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40240,,,,, -Romania,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,468000,613000,917000,1331000,,1271000,1306000,1510000,1781000,2108000,2287000,3178000,3653000,3141000,2401188,2411633,2746721,3169830 -Romania,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40785000,33325000,,656000,6729791,,,,,,,,2219336,,,,,, -Romania,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,19000000,,10000000,10000000,,,,,,,,,,,,,,, -Romania,Title II,,,,,,,,,,,,,,,,,,,,,,,,,2100000,7600000,,1000,,,,,425000,,,,,,,,,,,,,,,,,,,,,,,,,,,,199000,,, -Russia,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3543000,,3139218,8889352,2456072,8120000,6757347,1702217 -Russia,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7732743,157040068,247011659,116819686,123874010,233885383,208053579,317201786,207151610,231131084,241685825,172517660,251828998,210586092,155478696,96678766,163000 -Russia,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,50000,1050000,907734,1800000,233038 -Russia,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,672000,,,,,,,767500,303000,,233539,667502,1799762,1379940,180000,1749000 -Russia,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1062507,3855851,2311789 -Russia,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7273713 -Russia,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,350000,,,,999458,4266000,,1475000,8726405,13226015,15264237,12313742 -Russia,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,80000,100000,600000,,,,,,,,259320,2454646,1212554,,1085966 -Russia,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1640000,1620000,2500000,1800000,15093035,21176848,2450229,711500 -Russia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4084597,3344024,1205764,6074178,21304319,363631288,495590635,1177192028,1074653619,1275177237,1159157847 -Russia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,993692,473869,2213059,2485470,2166461,1541660,1551303,2431863,1393015,1573492,2004355,1418798,2017181,1309636,2110810,2241060,9261379,3639442 -Russia,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15473000,902048000,282307000,174654000,60761000,132090000,154228000,193588000,144008922,108158297,101620959,99414006,84317222,89931221,67629088,70305551 -Russia,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,135570,328449,264224,280000,120000,202250 -Russia,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2662000,2672000,2724000,3406000,4217000,3096000,3162000,3957000,4131000,3734000,888000,,,,, -Russia,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,446767755,31681002,40008345,11973796,3113986,3539980,361737928,56051243,42723686,,9634425,,,,, -Russia,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,480690000,65320000,,,,255465910,583846678,11910353,,,,,,, -Russia,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7568900,7328800,3438500,1574772,1659634, -Rwanda,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5455156,6950000,9317362,12865066,16363302,15059049,7597676,9027608,28422000,925000 -Rwanda,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8118,,130000, -Rwanda,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9299465,10918000,7145001,8931635,7287880,6129188,6217118,7402354,6023000,4166000 -Rwanda,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,1000000,100000,,,,,,,,,,,,,,,,,,,12000000,,,,,,,604000,,,3000000,700000,1100000,,15000000,4500000,2500000,3050000,1052650,2000000,132000,649552,367622,1401680 -Rwanda,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8300 -Rwanda,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16201643,42162819,58146349,65393361,7243762 -Rwanda,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,109930947 -Rwanda,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,17750000,2870002,17184184,6040274,1309534,848768,,419444,519719,561073,2063041,1766804,2338834 -Rwanda,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28013,24990420 -Rwanda,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,625000,750000,285000,400000,350000,375000,,,412370,, -Rwanda,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,360000,422000,426000,548000,293000,155000,,,,,,20000,145833,622000,2968057,1164525,1347769,1987539,3270180,2563326 -Rwanda,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,45041,60000,,,,,,,,,20000,13000,61419,38212,50000 -Rwanda,Other USAID Assistance,,,,,,,,,,,,,,,,,,,500000,300000,500000,300000,100000,100000,1000,1000,1000,100000,100000,800000,400000,300000,197000,1718000,5336000,1938000,3427000,6477000,5320000,8300000,6802000,6860000,9330000,5428000,8589000,12165000,39486000,20564000,5686000,9671000,5981000,5742000,14854000,11499000,551596,,3307973,4095254,2171979,2612670,2160796,2259202,1907104,3052997 -Rwanda,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,1000,67000,159000,74000,45000,80000,71000,61000,77000,93000,77000,150000,306000,419000,640000,775000,791000,464000,109000,,,,,,,,,,,,,,210185 -Rwanda,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12676000,,,,,,5088218,3845028,4127483,1957865,,,,,, -Rwanda,Title II,,,,,,,,,,,,,,,,,800000,1000,,100000,1700000,300000,500000,200000,600000,600000,500000,200000,400000,2100000,1200000,300000,1528000,1574000,988000,2218000,3813000,2442000,3214000,4417000,5825000,3938000,3058000,1298000,752000,123000,,,15812100,44235700,129167600,114085200,71062500,29652200,13718600,10967600,10755600,15522600,16754800,15268800,15301300,20772200,14448900,15177900 -Samoa,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,,126340,100000 -Samoa,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29520,,, -Samoa,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,150000,50000,,,,,,,,,,,,,,,,,, -Samoa,Peace Corps,,,,,,,,,,,,,,,,,,,,,,200000,800000,400000,500000,400000,500000,500000,600000,900000,700000,300000,1006000,1135000,1038000,761000,776000,922000,965000,1138000,1166000,1018000,1017000,1129000,1315000,898000,953000,944000,1017000,,,1065000,,1016000,1124000,1342000,1262000,1212000,1364000,1293000,1018464,1024984,1164844,993664 -Sao Tome & Principe,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000 -Sao Tome & Principe,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,65500,48200,5000,61343,422000,150000,,50000 -Sao Tome & Principe,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,350000,,500000,,,,,,,,,,,,,, -Sao Tome & Principe,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,496000 -Sao Tome & Principe,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,661,11238,25792 -Sao Tome & Principe,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,,,, -Sao Tome & Principe,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18000,44000,,,,140000,432000,,,,,,,,,830000,25990,29539,29037,33035 -Sao Tome & Principe,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24390,, -Sao Tome & Principe,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300000,,,,1580000,,,,,655000,355000,315000,315000,335000,357000,66000,348000,360000,404000,,,,,,,716,,,,13000,, -Sao Tome & Principe,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,210000,341000,436000,591000,841000,794000,435000,,,,,,,,,,,, -Sao Tome & Principe,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,128000,56000,82000,168000,96000,159000,1012000,99000,606000,203000,246000,1254000,376000,518000,945900,1011000,204000,,732500,,,,,320000,,,,,,, -Saudi Arabia,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,180000,,,, -Saudi Arabia,Inactive Programs,4300000,,,,,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Saudi Arabia,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,525672,643181,65281,,,,,,,,,, -Saudi Arabia,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20360,,, -Saudi Arabia,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,30000,80000,,949404,1440981,299241, -Saudi Arabia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,340920,,1350, -Saudi Arabia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,42000,42000,56000,392007,560000,680000 -Saudi Arabia,Other USAID Assistance,,,,,,,300000,1700000,900000,300000,,1000,25000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Senegal,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5981000,6780000,10666655,15062300,14667000,13814892,15737000,13621000,29017158,200000 -Senegal,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,103495,23724,40531,48000 -Senegal,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18341966,17152000,14811042,16203338,17600255,16279807,13750551,26112233,14607815,21400500 -Senegal,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,100000,,,,,,,,,,,,,,,,,,5000000,10000000,15000000,27484000,12000000,,25000000,,1000000,3000000,,,,,,,,300000,,190000,487207,400000,393000,,4200000,200657 -Senegal,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000 -Senegal,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,285673,631843,300000 -Senegal,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30254000 -Senegal,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,290000,,,146400,,,, -Senegal,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,235647,5472251,199316,558330 -Senegal,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,32000,,,,,,,,,,,,,,,,,,200000, -Senegal,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92000,,112000,339000,1352237,4623042, -Senegal,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,532000,133000,767000,339000,784000,556000,527000,,456000,1332000,227021,696511,9674,196250,3352982,1693148,3071064,2469672,280917,1462419 -Senegal,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,35365,24000,77200,36000,,,,,,,,1846847,113835,86473,94922,38128,183120,48500,39699 -Senegal,Other USAID Assistance,,,,,,,,,,,,,,,,3600000,3000000,2200000,800000,100000,500000,300000,300000,300000,200000,1000,100000,100000,100000,6300000,1100000,1000000,8650000,8659000,15018000,9963000,14800000,16200000,14058000,24591000,29447000,22679000,23087000,23768000,24314000,37109000,23456000,30845000,22036000,31849000,19175000,15523000,18020000,18085000,,,6200254,6577297,6272063,9018579,7575162,5823455,6905389,7515894 -Senegal,Peace Corps,,,,,,,,,,,,,,,,,1000,700000,900000,700000,800000,600000,800000,700000,600000,600000,700000,800000,800000,1000000,1100000,400000,1521000,1573000,1770000,1857000,2134000,1998000,1765000,1851000,1975000,2137000,2537000,2790000,2501000,2326000,2665000,2558000,3266000,3119000,3230000,3040000,2426000,2854000,2969000,2784000,2735000,3001000,3543000,3448000,2880871,3408772,3229754,3319255 -Senegal,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27000,393000,756000,,1261000,,,,,,638452,8543466,,,,,,,,7427052 -Senegal,Title I,,,,,,,,,,,,,,,,,,,1600000,,,,,,,,,,,,,,,,,7000000,7000000,7000000,7000000,,,9500000,12500000,5000000,5000000,5000000,,,,,,,,,,,,,,5328435,,,, -Senegal,Title II,,,,,,,,,,,,,,,,,400000,600000,900000,800000,1300000,5600000,1500000,2100000,3400000,2600000,1100000,1600000,7900000,2100000,2300000,400000,2906000,11219000,5918000,8073000,11620000,5773000,5259000,14748000,6820000,4480000,3521000,5563000,1339000,1824000,2525000,520700,1589000,,1454400,1212800,77400,,1251700,295400,833900,2005000,2148400,381100,2294330,4507800,4830800,4069300 -Senegal,Title III,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21877300,4001500,,,,,,,,,,,,,,, -Serbia,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,665000,, -Serbia,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000 -Serbia,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,417007,458599, -Serbia,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2338606,5169498,1000000 -Serbia,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,110000,1390336,8579710 -Serbia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10272598,1765588,80658 -Serbia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,138159,2002924,378644 -Serbia,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,864000,,,,,,,,,114753138,107803281,47645938 -Serbia,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,103665,, -"Serbia and Montenegro, Former",Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,896000,66346,171000,160000 -"Serbia and Montenegro, Former",Economic Support Fund/Security Support Assistance,,,,,,27900000,81300000,121800000,59800000,43500000,29800000,15000000,10000000,10000000,5300000,26000000,700000,,,,,,,,,,,,,,,,,,10000000,,,,,,,,,,,,,,,,,,,1250000,,26100000,139000,,1696408,191000,,,, -"Serbia and Montenegro, Former",Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,132960 -"Serbia and Montenegro, Former",Inactive Programs,195300000,102800000,,,,37600000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -"Serbia and Montenegro, Former",Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,26061307,61006755,24381059,35501054,7432112,16926632,3830994,4100000,859327,576373,1456029,, -"Serbia and Montenegro, Former","Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,396000,,2615000,1771000,1627000,2201000,,100163 -"Serbia and Montenegro, Former",Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2454858,2517270,2689626,1245000,1256780,, -"Serbia and Montenegro, Former",Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,256949,52500,91800,302734,688458,827574,541696,663800,819747,468934,349680,425050,124820,50600,65184,545226,50000,,40000 -"Serbia and Montenegro, Former",Other USAID Assistance,,,,,,15300000,-100000,600000,6700000,200000,,,1700000,53400000,39600000,30500000,1300000,100000,,,,,,,,,400000,,,,,,,,,,,,,,,,,,,,,,,,,,864000,-1250000,47394067,68283882,166483136,156446021,126777712,113568414,84976959,,, -"Serbia and Montenegro, Former",Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10256000,,,,,,21715263,6534500,20999160,,4699400,,,,, -"Serbia and Montenegro, Former",Title I,,,,,,,,,,47500000,68400000,84100000,65200000,85400000,17300000,26900000,98700000,97500000,59000000,82900000,131300000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -"Serbia and Montenegro, Former",Title II,,,,,,,24800000,200000,1100000,61900000,8700000,32800000,28800000,27900000,14200000,14100000,15100000,14300000,13400000,4700000,4600000,2300000,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9853600,57182200,54746300,,,,,199990,,, -Seychelles,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24200,36800,33673,27401,34990,27000,5000,40000 -Seychelles,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000000,2000000,2000000,2000000,1914000,2375000,3000000,3000000,2991000,3300000,3300000,1300000,,,,,,,,,,,,,,, -Seychelles,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40319,47421, -Seychelles,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,42822, -Seychelles,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,1000,1000,1000,1000,,20000,30000,608000,570000,500000,,,,167000,107000,145000,80000,60000,60000,75000,90000,85000,111000,180000,,,,,,,,,,151200,,, -Seychelles,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,1000,1000,49000,136000,146000,186000,208000,97000,113000,186000,200000,330000,294000,328000,323000,311000,425000,293000,370000,414000,363000,,,,,,,,,,,,, -Seychelles,Title II,,,,,,,,,,,,,,,,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,100000,100000,100000,1000,200000,100000,1000,126000,90000,107000,223000,503000,289000,281000,253000,255000,198000,109000,111000,126000,,,,,,,,,,,,,,,,,,, -Sierra Leone,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1500000,500000,1750000,750000,874347,742141,100000,,, -Sierra Leone,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,392500,346052,163948,51260 -Sierra Leone,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,950000,2399900,6733382,3949762,4282871,4747451,3845509,3894835,2183966 -Sierra Leone,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,,,,,,,499935,1900065,570000,7005000,1192500,8150500,6263000,6247000,2275000,624000 -Sierra Leone,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2900 -Sierra Leone,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,248000 -Sierra Leone,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4826278,1550000,10127504,8382438,7403991,1716835,,3100000,1800000,1000000 -Sierra Leone,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,119000,497000,567000,592000,630000,417000,36000,,,,,,,,1118201,1480159,547215,38288,73333,96752 -Sierra Leone,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56000,41450,60150,49950,94525,21750,,81714,154417,183430,207170,142210,220949,319000,241182,421127,248886,388488 -Sierra Leone,Other USAID Assistance,,,,,,,,,,100000,,,,,200000,500000,1600000,2500000,1200000,1900000,2000000,1500000,1100000,200000,100000,100000,100000,100000,100000,700000,100000,1000,586000,2990000,3883000,1984000,2809000,3148000,1000000,1000000,311000,326000,478000,802000,645000,609000,780000,638000,600000,597000,734000,450000,,,35951,3034938,16462106,12197523,7261243,2153278,1650,,, -Sierra Leone,Peace Corps,,,,,,,,,,,,,,,,,800000,1000000,1500000,1800000,1800000,1500000,1700000,1500000,1700000,1300000,1300000,1300000,1500000,2000000,1400000,500000,1500000,1920000,2507000,2473000,2415000,2939000,2773000,2938000,3077000,3131000,3271000,3943000,2973000,2068000,2317000,1842000,1188000,890000,,,,,,,,,,,,,, -Sierra Leone,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7726710,,,,,,, -Sierra Leone,Title I,,,,,,,,,,,,,,,,,,,,1100000,500000,,300000,300000,,200000,500000,,,,,,1300000,1300000,1200000,1200000,2300000,3000000,3600000,3000000,4000000,8000000,9820000,4000000,4000000,9000000,,9400000,,248000,1116000,1132000,,,,,,,,,,,, -Sierra Leone,Title II,,,,,,,1000,,,,1000,1000,,100000,100000,100000,200000,500000,1000000,800000,1200000,900000,700000,900000,600000,1200000,1600000,900000,1200000,2200000,2600000,400000,1099000,855000,994000,1430000,1927000,1448000,1318000,1611000,1640000,1088000,938000,1449000,3719000,1959000,1320000,5854300,10247900,10586200,7416300,26614200,17274800,33481200,14912100,23778900,33448700,24710100,20029800,15026000,15263100,12737000,9733800,6947900 -Singapore,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7000,,,,,,,,,,,,,,, -Singapore,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200000,430000,449000,242559,393619,129308 -Singapore,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200000,,19590,,,,,,,6589215,508000 -Singapore,Title II,,,,,,,,,,1000,100000,,100000,100000,200000,200000,200000,300000,400000,1000,100000,100000,200000,1000,200000,200000,100000,,101000,1000,100000,,58000,,41000,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Slovakia,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1898000,,,,,,,, -Slovakia,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66000,186000,,,,,,,,,,,, -Slovakia,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,125000,407000,700000,305000,554000,240000,,195000 -Slovakia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,735000,24782,7900,437080,154040,399550,,6600000,600000,1031322,4495965 -Slovakia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,368704,296225,322692,325402,447361,760548,396320,308608,559764,416574,540790,,,,, -Slovakia,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27597000,16459000,3271000,10202000,4633000,2731000,1605616,1202184,-36042,436,,,, -Slovakia,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1004000,1268000,1374000,1395000,1508000,1575000,1527000,1210000,616000,,,,,, -Slovenia,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286000,,,,2000 -Slovenia,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,130000,350000,500000,365000,250000,50000,, -Slovenia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,174975,2500,,,,110000,,3600000,,2800000,800000 -Slovenia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,149000,160963,,,,,,,,,,,,,, -Slovenia,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3417000,2926000,3000,,,,,,,,,,,50000 -Slovenia,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,938500,,,,,,,,,,,,,, -Solomon Islands,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21000,,,,,, -Solomon Islands,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23733, -Solomon Islands,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000,,,,250000, -Solomon Islands,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1464000,992000,50000,28000,40000,27000,29049,26949,24782,27772 -Somalia,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,,500000,500000,222470,100000,100000,,500000, -Somalia,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,,2352985,2358419,3213432,1116153,5006281,8355704,10150335,20016141 -Somalia,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000000,,20000000,21000000,35000000,30000000,22011000,17125000,4000000,8000000,,,10000000,,,,,,,,,,500000,1250000,952837,947163,530948,400000,6099572 -Somalia,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,745400 -Somalia,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4500000,1935000,736130,5756840,3225363,1824739,,,4070000,4871560,21850000 -Somalia,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,343000,1150000,1400000,1400000,1200000,450000,,,,,1409000 -Somalia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,49000,203000,4000,,,,,,,,,270762,715308,724074,1135685,502602,1329595,825321,2824163,1147804 -Somalia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30000,,50000,,20200,35200,30710,33000,237095,155365,,237719,302510,3522797,2737717 -Somalia,Other USAID Assistance,,,,,,,,,700000,300000,100000,1400000,600000,3100000,2700000,4200000,11800000,7600000,3700000,4900000,4400000,15500000,3700000,2600000,2200000,300000,,,,600000,,,,3253000,10873000,12300000,12080000,14400000,26901000,15590000,20961000,22509000,18476000,6057000,5172000,816000,607000,800000,27458000,8007000,5018000,3750000,3670000,3600000,,,5599069,6310782,3283528,4528322,5190821,6918412,24541559,51229508 -Somalia,Peace Corps,,,,,,,,,,,,,,,,,400000,200000,700000,500000,800000,800000,800000,900000,300000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Somalia,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,206000,,,5760000,27242000,1948098,,,,,,,,,,,,,, -Somalia,Title I,,,,,,,,,,,,,,,,,,,,,,,600000,,,,,,,,,,,7000000,10700000,17700000,15000000,14500000,15000000,16000000,20000000,16500000,1140000,,,,,,,,,288000,,,,,,,,,,,, -Somalia,Title II,,,,,,,,,,,,,,,301000,1000,2900000,1001000,1000,2500000,200000,100000,201000,1000,500000,,,,,4600000,1600000,700000,843000,8763000,7253000,32312000,29893000,6878000,6827000,15066000,11672000,7870000,17840000,12140000,7164000,4738000,3071000,39049900,49160500,16807600,9759500,5361000,2368100,9206000,9939600,11478700,9758200,19885900,19223200,23550500,28726300,82177500,35305400,197397200 -South Africa,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15550814,14079000,23166063,34976924,27829253,42436947,15831153,13458254,11985515,370580 -South Africa,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,58683,116434,6017,8000 -South Africa,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39265241,34478000,33694664,40080479,33435137,31910002,28411953,25295733,20519633,10235000 -South Africa,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,13750000,9242000,3400000,13300000,9957000,10000000,221000,,3000000,,,,,250000,700000,800000,1200000,939000,2718204,1162190,817000,3609350,4780000 -South Africa,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,31814529,120793763,202120009,344197341,12067877 -South Africa,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,515397788 -South Africa,Inactive Programs,,1300000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -South Africa,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1965000,,,,,,,,1256529 -South Africa,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,65000,63000,,,148000,1570000,,2034000,,253000,2101515,2351573,330000,727939 -South Africa,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1189076,260502, -South Africa,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000,,,,,,,1439940,1309140,426611,701671,5047725,9248128,5390493,4923480,5593026,4967552,6447973 -South Africa,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,315500,777928,262720,1272774,867975,362725,245168,350703,62325,,45718,40000,600000,163400,88369,90000,169265,70000,110604 -South Africa,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,550000,7351000,22417000,19990000,22966000,40014000,79522000,80161000,130674000,100120000,116204000,77948000,73183000,,,7062523,12048224,4254130,11825214,9661426,7301601,9620658,11718481 -South Africa,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5640,115000,164600,112000,84000,195388 -South Africa,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,505000,1528000,1997000,2781000,2406000,2606000,2152000,2745000,3114000,3041299,3111576,3378232,3838206 -South Africa,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7961390,1378500,,,,,,,,, -South Africa,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,304840,604840,150000, -Southern Africa (not specified),Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,150000,, -Southern Africa (not specified),Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2001000,21393000,18547905,21705045,17471028,17040173,14873310,12442403 -Southern Africa (not specified),Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1048000,1590892,236194,750000,120000,200000, -Southern Africa (not specified),Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,487000,694872,1101510,532710 -Southern Africa (not specified),Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,637580 -Southern Africa (not specified),Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,455000,455000,70000,230000,180000,335000 -Southern Africa (not specified),Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10150000,9000000,,,,4750000 -Southern Africa (not specified),Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,110000,990001,,639200 -Southern Africa (not specified),Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5640408,3686296,3746703,6684589,4459057,4514634,3838245,2364972 -Southern Africa (not specified),Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,,, -Southern Africa (not specified),Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,131558100,141055838,139357245,123977228,153788800,102600300, -Spain,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,,12000,156000,10000 -Spain,Economic Support Fund/Security Support Assistance,,,,,,,,,84600000,84500000,58400000,70000000,53400000,50000000,45000000,35000000,19000000,,,,,,,,,,,3000000,3000000,3000000,,,10000000,7000000,7000000,7000000,7000000,22000000,12000000,12000000,12000000,11484000,5000000,3202000,,,,,,,,,,,,,,,,,,,, -Spain,Inactive Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300000,,,,,,,,,,,,,,,,,,,,,,,,,,, -Spain,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,98580,,2401649,350000 -Spain,Other USAID Assistance,,,,,,17200000,35500000,9800000,100000,400000,,100000,1200000,24900000,5300000,800000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Spain,Title I,,,,,,,,,,9800000,54300000,42100000,41800000,46000000,30000000,23300000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Spain,Title II,,,,,,,100000,,,19200000,33800000,19900000,38900000,13600000,10100000,7800000,10800000,9500000,6900000,6600000,7600000,3200000,2600000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Sri Lanka,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300000,700000,356289,700000,-98744,300000,300000,400000,600000,750000 -Sri Lanka,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3589945,3250000,3294076,6489900,7239343,7522018,8741000,3706452,4658902,6080602 -Sri Lanka,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,7500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,1000000,,,750000,4760000,3950000,12614200,10986721,4920095,3529000,10421939 -Sri Lanka,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,600000,,1360000,440000,,2000000,,,1200000,4965000,1990000 -Sri Lanka,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,440935,2436450,1550519,696 -Sri Lanka,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30000,30000,40000,20000,,,,,,,,,,755000,1305000,,,82576 -Sri Lanka,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2400000,,183007,2095589,649892,1876173 -Sri Lanka,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24689,,,50000,114681,1495556,1696380,4520492,2675088,944750,9208752 -Sri Lanka,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,105000,,74190,160803,165158,172046,,38304,15000,15000,11259,145941,289364,231480,280893,323669,561370,1074886 -Sri Lanka,Other USAID Assistance,,,,,,,1000,,,,5000000,6100000,4900000,1800000,6300000,6300000,1400000,400000,,,,7500000,,5000000,,,,,,8600000,9600000,,20900000,23000000,29029000,31367000,46100000,48500000,50695000,44735000,35256000,25281000,26251000,27554000,29219000,21056000,27746000,19974000,16468000,12469000,11506000,11705000,3580000,4698000,,,1080685,1003416,5050240,5409226,123830239,12626859,10662070,7796259 -Sri Lanka,Peace Corps,,,,,,,,,,,,,,,,,200000,200000,200000,,1000,200000,200000,200000,300000,100000,,,,,,,,,,,,,40000,408000,456000,659000,611000,767000,714000,412000,584000,699000,760000,904000,608000,595000,595000,526000,,,,,,,,,, -Sri Lanka,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2166000,,,,,,,,,,10763620,,8915400,,,934125,,17196357,, -Sri Lanka,Title I,,,,,,,,,,,,,3000000,7500000,,2400000,,2200000,,,3600000,,21500000,13900000,,14000000,15400000,10000000,5900000,24500000,22000000,,39900000,34400000,16300000,23800000,17300000,16720000,21375000,25000000,26000000,33000000,28800000,26000000,31000000,36000000,4850000,13000000,10000000,18000000,,29500000,,,10000000,5000000,13000000,16000000,4649400,2722434,,,, -Sri Lanka,Title II,,,,,,,,,,100000,100000,5300000,12700000,4000000,3200000,5400000,4200000,4300000,3300000,3900000,2900000,2700000,1800000,3800000,3900000,3900000,1800000,1400000,2600000,5400000,4100000,1500000,4009000,3421000,4661000,5081000,7412000,5632000,8229000,5444000,5648000,6715000,3199000,906000,5480000,944000,,,,432500,1140600,,,,1720100,,,1424400,595500,4190600,2049400,,14085600,28562300 -Sri Lanka,Title III,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,45900000,50060800,61874900,28376800,,,,,,,,,,,,,, -St. Kitts and Nevis,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2000,50000,10000,10000,,,,,,,, -St. Lucia,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,61000,102000,102000,8000,10000,,,,,, -St. Lucia,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2560,,,,,, -St. Lucia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,14430,,,,,, -St. Lucia,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22182,18250 -St. Vincent and Grenadines,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,49000,57000,25000,25000,,,,,,,, -St. Vincent and Grenadines,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,17815,,, -St. Vincent and Grenadines,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38170,, -St. Vincent and Grenadines,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5850,14950,, -Sub-Saharan Africa (not specified),Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,46048611,42732000,52206206,63435236,61852616,49039898,41699193,35203647,24710510,3883246 -Sub-Saharan Africa (not specified),Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2126000,1215000,92077,10580017,,,,,208000,,364000, -Sub-Saharan Africa (not specified),Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,109011370,109747000,94936093,101726800,64439418,80247738,76288996,110213945,85158534,88350526 -Sub-Saharan Africa (not specified),Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,1900000,4500000,1100000,1000000,700000,600000,200000,300000,,,,800000,,14000000,37198000,13900000,8099000,17039000,14305000,14393000,15996000,5178000,3102000,4005000,,30003000,,,5000000,3000000,1000000,,,2938000,1082000,12300000,26317000,1961112,32789398,15570521,19556185,8504169,4149964,896869,982822 -Sub-Saharan Africa (not specified),Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,400138,500628,,28753 -Sub-Saharan Africa (not specified),Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29597651 -Sub-Saharan Africa (not specified),Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,59884000,123020206,113838120,115399478,178725357,137695271,37969311,43045456,47371393,95284245,63318324,98750000,89689931 -Sub-Saharan Africa (not specified),Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8440, -Sub-Saharan Africa (not specified),Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3196000,6700000,,111977,,,954000 -Sub-Saharan Africa (not specified),"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4627000,2639000,5690000,10718000,1294000,33512,250251,1437716 -Sub-Saharan Africa (not specified),Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,170000,,,,225500,,4610000,439927,3015000,9474720,4587601,4783188,5565867,7101602 -Sub-Saharan Africa (not specified),Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230000,,75000,,,,50000,,,80000,,,437739,397784,604465,1243900,2602024,4009982,1058891 -Sub-Saharan Africa (not specified),Other USAID Assistance,,,,,,,,,5800000,1100000,600000,1000,1000,200000,200000,1500000,6100000,7700000,9500000,6400000,11900000,28500000,29400000,34200000,22900000,48800000,43000000,27500000,51100000,40300000,53500000,21100000,54475000,56067000,47879000,75271000,58958000,86978000,94078000,93654000,103183000,94940000,58778000,65061000,79498000,73410000,91807000,92792000,87818000,80778000,117045000,102758000,242554000,174224000,,,20078887,13772021,5818380,7798590,12628688,22796663,1631371,32798253 -Sub-Saharan Africa (not specified),Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,226000,8500,240000,296036,183000 -Sub-Saharan Africa (not specified),Peace Corps,,,,,,,,,,,,,,,,,,,,,,600000,400000,300000,1300000,1600000,1000000,1600000,1000,1400000,900000,300000,1044000,950000,800000,,,,,,,,,,,260000,921000,,,,,,,,,,,,,,,,, -Sub-Saharan Africa (not specified),Title II,,,,,,,1000,,,,1000,200000,,1000,,100000,100000,100000,200000,100000,100000,100000,100000,1000,301000,1000,1000,200000,,100000,100000,,94000,,,,,,204000,,,,,,,,,,,,,,,,8186200,,,,89810400,,132235,54170,, -Sub-Saharan Africa (not specified),"Voluntary Contributions to Multilateral Organizations, Total",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,128000000,131100000,105867828,105090797,5078734,224497413,109217698,137956061,137469478,134584960 -Sudan,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2885545,500000,257594,12442406,16672295,19076870,26629810,1430017 -Sudan,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12892677,10258372,14350943,55617534,70560450,50709842,90519732,109880925 -Sudan,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40000000,50000000,100000000,82250000,120000000,114000000,10000000,,,1142000,260000,,,,,,,,,,,,6500000,5725321,15125557,1583020,10200000,44850000,103338808 -Sudan,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1998006,1680000,2117937,3637670,258913 -Sudan,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12776624 -Sudan,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12150,80905,,150000,65000,,,2700000,28088399,49495109,49050191,68388474 -Sudan,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4530191 -Sudan,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,896000,811256,2821662,3020000,3225000,4642727 -Sudan,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16000,,6000,25000,,,,,,,1552303,2739022,3398260,2986172,2286933,3501280,5931313,6703078,15483940,9437889 -Sudan,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,44000,68950,84000,164000,64000,110000,130000,116500,154700,288738,352900,433761,500876,247474,266500,514167,593196,4465134 -Sudan,Other USAID Assistance,,,,,,,,,,,,,400000,30800000,13000000,9400000,10400000,7700000,2500000,3100000,15300000,10700000,300000,200000,,,,11000000,,,200000,,6000,7636000,16715000,30097000,24487000,24871000,33032000,26281000,35288000,61164000,21340000,17066000,3498000,7240000,2033000,3094000,228000,,,,,,,,15918661,40588672,43025559,114665850,265101856,236452182,219959703,164837867 -Sudan,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66000,12000,18000,,,,,,,,,,,,,,,,,,,,,, -Sudan,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8741000,6940000,4760000,,,,,,23249276,11441120,19343055,,57611,166814,7200,,, -Sudan,Title I,,,,,,,,,,,,,,,,,2800000,3500000,2800000,2800000,,9200000,,,,,,2100000,2800000,,,,4600000,9800000,19000000,25000000,30000000,25000000,50000000,50000000,64500000,45000000,74600000,40000000,30000000,,,,,,,,,,,,,,,,,,, -Sudan,Title II,,,,,,,,,,,1000,,1000,2000,1000,,1000,,1301000,301000,101000,100000,1000,100000,1000,100000,100000,2200000,2200000,8200000,1500000,100000,1788000,2508000,1864000,1250000,4937000,1919000,1000000,1132000,89771000,5046000,636000,6136000,22175000,13660000,39271000,25577100,48789200,66330800,30067200,24321400,27665300,65783500,67815600,36413000,41063100,60807400,120661200,270040600,492516138,379980600,356143700,512913500 -Suriname,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53000,22000,21000,12000,94000,70000,85000,134890,82000 -Suriname,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,1000000,,,,,,,,,,,,,,,,,,500000,,,,,,,,,,,,,,,,,,,,,,,108600,,110000, -Suriname,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000,,50000,10000,10000,2000,,,,,38000,70000,,,,150000,,50000,6965 -Suriname,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,62000,,,,,,,,,,,,,,,,,,,,138579,4716,,,, -Suriname,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20050,,,30000,9150,, -Suriname,Other USAID Assistance,,,,,,,,,200000,200000,200000,300000,400000,300000,500000,400000,500000,300000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,250000,, -Suriname,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,413000,732000,804000,749000,855000,889000,744000,843000,1001000,1206000,862151,1100958,1182000,1346866 -Suriname,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7400000,2400000,5500000,,11000000,,,,,,,,,,,, -Suriname,Title II,,,,,,,,,,,100000,100000,,100000,1000,100000,100000,100000,200000,100000,100000,1000,,600000,1000,,,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Swaziland,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395000,1783765 -Swaziland,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,216261,8739, -Swaziland,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,74577,79000,69642,525267,70000,65000,,65000 -Swaziland,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12764000,,,,,,,464000,11000,140000,,,,,,,,,,,,200000,,,,150000,,,,, -Swaziland,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,994378,546375,878196,5174844,2165677 -Swaziland,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7977641 -Swaziland,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15000,20000,,,34000,79000,,,,,,,, -Swaziland,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,210000,,,,,,,,33743,, -Swaziland,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,67000,4000,11000,28000,,,,,,,,,,,250000,648231,458663,300439,1135240 -Swaziland,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60813,,,,,,, -Swaziland,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,100000,1000,1000,100000,100000,100000,1100000,100000,1000,150000,,5989000,7465000,9685000,8677000,6187000,5825000,8283000,10541000,8448000,16116000,7043000,6987000,8666000,9449000,7396000,6397000,10609000,,,,,,3340,16197,5274,29252,,,734363, -Swaziland,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,200000,200000,300000,400000,500000,600000,900000,800000,1000000,200000,1111000,990000,1270000,1321000,1201000,1269000,1360000,1636000,1694000,1055000,1284000,1519000,1581000,1364000,1355000,1208000,1481000,1387000,1111000,782000,117000,,,,,,1171000,1574000,1181782,1356649,1184691,1285178 -Swaziland,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1172000,,,1029000,2490000,,,,,,2491600,,,,,,,,, -Swaziland,Title II,,,,,,,,,,,,,,,,1000,1000,1000,1000,1000,1000,1000,,1000,300000,3300000,100000,100000,300000,800000,200000,1000,104000,373000,308000,218000,570000,,381000,249000,,290000,781000,745000,194000,814000,290000,,1817600,,1746000,,,,,,,,,,,,106340, -Sweden,Inactive Programs,500000,,,1600000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Sweden,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,,,,,,, -Sweden,Other USAID Assistance,,,,45200000,51600000,21700000,-11300000,-200000,,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Switzerland,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,290197,,, -Switzerland,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,250000,,844 -Switzerland,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,,,317000,25000 -Syria,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83000000,16500000,78500000,80000000,90000000,90000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,162050, -Syria,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,608608,,,,,,,,,,,1216298,19033665 -Syria,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,250000 -Syria,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15372,,20000,46000,350573,2747197,324329,3176078 -Syria,Other USAID Assistance,,,,,,,,,,,,,,1000000,7500000,,24700000,200000,500000,,,,,,,,,,,,,,,96000,,,,,,,,,,,,,,,,,,,,,,,,50000,,,,,,291 -Syria,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1163000,,,,,,,,,,,,,,, -Syria,Title I,,,,,,,,,,,,,,,4400000,10700000,5300000,,400000,,,,,,,,,,,21400000,18400000,,14300000,13300000,18100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Syria,Title II,,,,,,,400000,,300000,,100000,200000,200000,200000,1000,20200000,7600000,200000,1000000,1000000,400000,2600000,100000,300000,100000,200000,300000,200000,,200000,,200000,5397000,1963000,2695000,1124000,1929000,,,,,,,,,,,,,,,,,,,,,,,,,,644200,14031400 -Tajikistan,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,430000,350000,,300000,800000,300000,1000000,600000 -Tajikistan,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,512000,6000,10294970,6345000,6234008,25309988 -Tajikistan,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,315000,2052000,1737000,,, -Tajikistan,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1836951,,,,,,, -Tajikistan,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,328000,52000 -Tajikistan,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1049480 -Tajikistan,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4000000,95000,1302308,117670,500000,956842,542711,273453,,,,, -Tajikistan,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15000,,,,,,,,130823,5908000,,,8086636 -Tajikistan,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7530000,350000,660583,2929425,3419492,2687145,1122823 -Tajikistan,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,73920,542450,1434762,3015092,752300,842000,7940,1004154 -Tajikistan,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80000,50000,,13188,75098,,,47000,268896,272831,219174,105736,100575,268190,379278 -Tajikistan,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000,23071000,8401000,3368000,1163000,6021000,15500000,10617000,10709206,33615049,25907597,23332032,22773495,21012732,13929749,22880027 -Tajikistan,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,469000,15278156,24873546,7141831,3953218,14500488,19147760,24105924,35205900,,7787045,8949619,,,, -Tajikistan,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000000,14000000,26738990,6289553,10814096,8998836,9183340,,,,,,1283070,,,,7998038 -Tajikistan,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9652200,4166200,3781600,1421700,13148000,26451600,10193100,7908900,17718300,14089700,8476000,173200 -Tanzania,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7400000,9800000,17424872,23041020,23464000,28378880,12779086,23780287,44328791, -Tanzania,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,14551219,20144000,23638359,10945591,13528831,9101840,9358717,13421738,14480470,23203614 -Tanzania,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20450000,,,,,,,,,,,,9381000,300000,,800000,800000,1552632,350419,1440873,38958,173370 -Tanzania,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,540562,,2548031,,,,, -Tanzania,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24840858,72123789,95268917,122376295,24925525 -Tanzania,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253179950 -Tanzania,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,331768,,622451,2652675,1637363,5658765,3460905,3509492,3628068,3128425,9676422,6097601,10935242 -Tanzania,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12277472,9564223,704249055 -Tanzania,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,844000,1031331,2138208,1873289,600000 -Tanzania,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,474000,246000,1145000,515000,478000,520000,308000,675000,440000,1728000,563564,844177,9473375,6615152,7628727,6498348,11654602,9064342,6573887,9465258 -Tanzania,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107618,,24090,38745,118523,23500,45589,303850,223500 -Tanzania,Other USAID Assistance,,,,,,,,,,,,,,1000,2000000,600000,2500000,8800000,7600000,2200000,2400000,3100000,2500000,1300000,3000000,3100000,1900000,7200000,6200000,16300000,7200000,1300000,6681000,17218000,21415000,14917000,21625000,10646000,,1190000,39000,204000,37902000,8603000,9657000,9060000,38469000,17011000,23137000,23300000,29445000,9436000,9897000,21692000,,,3645961,3215182,2951329,3875928,4649345,4758760,5322098,3634289 -Tanzania,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24000,,, -Tanzania,Peace Corps,,,,,,,,,,,,,,,,,300000,300000,1500000,2500000,2100000,1600000,900000,300000,1000,,,,,,,,,,221000,318000,686000,1422000,1379000,1342000,1872000,1486000,1155000,1203000,1212000,1290000,1035000,1020000,1729000,2135000,1716000,1677000,1853000,2132000,2348000,2328000,2161000,2652000,2822000,2545000,2082954,2205638,2110008,2197941 -Tanzania,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,45000,,,,38000,,,,,2052800,,4459183,15149748,4107945,,,,,7951199,13210500 -Tanzania,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7600000,4300000,,7600000,6200000,,7500000,7500000,5000000,5000000,,,,,,,,,,,,,,,,,,,,,,,,, -Tanzania,Title II,,,,,,,,,,,,,1000,100000,1000,1700000,9200000,3000000,1600000,2000000,3100000,2000000,2700000,2000000,1800000,2600000,1200000,1600000,2600000,16000000,19600000,3800000,10334000,1766000,2411000,2496000,7291000,2576000,1522000,3930000,7511000,1413000,5697000,5761000,883000,,,,,,1125000,,,10959700,31819200,4667700,29255400,5071700,22867000,18189000,16865700,14068000,11731000,14561700 -Thailand,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,150000,1800000,1866216,184420,766000,,1498232,51608 -Thailand,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1431000,9300000,11100000,10767000,10902000,3205000,3401000,5196000,2696000,2998000 -Thailand,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1161090,3219517,2131754,500429,327899,500000,400000,420865 -Thailand,Economic Support Fund/Security Support Assistance,,,,,,8300000,6000000,4600000,6500000,41900000,29500000,30000000,20100000,20000000,18500000,19800000,15800000,10100000,6800000,12100000,30000000,36300000,36000000,25000000,18900000,17000000,14800000,10600000,5100000,,,,,,,2000000,2000000,5000000,5800000,9115000,8000000,5000000,5000000,5000000,5000000,2539000,,,,,,,,4500000,,40000,375756,5094590,-8029,704223,1760225,25000,1256342,511537 -Thailand,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,42414,133686,123900,264412 -Thailand,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1456788 -Thailand,Inactive Programs,6200000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Thailand,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4444477,7921141,3351727,1884403,3027652,8557787,3112883,1488639,5133046,12837081,10939399,19764063,25616691 -Thailand,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6200000,900000,1700000,1000,3565000,1459000,1947000,1875000,2490000,2943000,3410000,3005000,2704000,3600000,4738000,3935000,4150000,3500000,4000000,4000000,4000000,3000000,1800000,1500000,3230000,2000000,2700000,3000000,4095000,4000000,3700000,4336750,4554792,9691860,1214916,3229814 -Thailand,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1050000,1220000,1300000,720000,200000,1380000,1402670,2228340,1299753,507929 -Thailand,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,485000,205000,,1053576,2165563,1133500,2123478,1296753,7578357,1014944,14884498,16629765,17332454,13089153 -Thailand,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,75007,150000,89724,188535,97000,118592,134999,235511,222749,150000,5000,13500,22500,9345,102800,34600,2450773,2797202 -Thailand,Other USAID Assistance,,,,,,600000,1200000,1900000,2300000,4600000,5000000,4500000,15800000,24900000,4800000,5500000,21100000,7300000,6100000,27600000,13400000,17000000,10700000,10500000,7600000,5500000,2700000,10500000,2000000,4100000,12900000,900000,12763000,7491000,21610000,24000000,24180000,26164000,16800000,26733000,27893000,26094000,21786000,19864000,17864000,11559000,3021000,2428000,7791000,5337000,235000,1868000,,825000,,,50000,,1370570,232699,4470172,320714,65510, -Thailand,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198981,,,,, -Thailand,Peace Corps,,,,,,,,,,,,,,,,,800000,1400000,1200000,2200000,3100000,2300000,1700000,1300000,1300000,1500000,1700000,1600000,1800000,1700000,1400000,400000,1348000,1830000,1890000,1738000,2127000,2251000,2749000,2986000,3179000,3090000,3096000,3327000,4011000,3119000,3570000,3409000,3721000,3776000,3077000,1919000,1449000,797000,1152000,1178000,1144000,1267000,1818000,1840000,1915681,1809438,2005088,2027203 -Thailand,Title I,,,,,,,,,,700000,,1000000,,,1900000,,,,,,,,,,,,14000000,16000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Thailand,Title II,,,,,,,1000,,,,1000,,100000,100000,100000,100000,100000,100000,100000,101000,200000,300000,900000,600000,1200000,300000,800000,400000,,1000,,,,22000,,,,,,,,,,,1255000,2642000,1915000,,,,,,,,,,,,,,17840,,, -Timor-Leste,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,250000,1105000,1362264, -Timor-Leste,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000, -Timor-Leste,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,150000,374915,-10769,,807433,202000,919778,4925011 -Timor-Leste,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,700000,21055000,18354086,22136061,22113027,16021958,23367076,21283271,21377509,20020379 -Timor-Leste,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,957827 -Timor-Leste,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29764269,2350833,170000,,,,,, -Timor-Leste,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22747,242437,100775 -Timor-Leste,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,149500,234838 -Timor-Leste,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,462825,25000,644000,,,, -Timor-Leste,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,67800,190439,,,,75000,30000,1196400,682000 -Timor-Leste,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1488949,3518279,433117,842365,5532,,978017,1748657,1495170 -Timor-Leste,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,612000,1219000,1320000,932485,740100,, -Timor-Leste,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4987300 -Timor-Leste,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6089200,,,,668700,1021600,1207700,2171500,1149900 -Togo,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,171284,174000,167565,157100,167000,,,140000 -Togo,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7850000,,,,,,,,,,,,,,,,,,,12000,,, -Togo,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3200000,2000000,,,,,,,,,,, -Togo,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000,,,,,,,,,,,,,,,,3353 -Togo,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,561000,280000,637000,348000,83000,,,,,,,,2000000,2004000,364687,1064053,445393,,5010843,340466 -Togo,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,42978,,,,,,,,,,25675,38315,,24425,58250,83000,110526 -Togo,Other USAID Assistance,,,,,,,,,,,,,,,,1100000,1200000,800000,500000,700000,1400000,400000,100000,200000,100000,100000,100000,100000,100000,100000,100000,100000,492000,1334000,1209000,1854000,4578000,3414000,3430000,3900000,3616000,3593000,5020000,4360000,4020000,4141000,8565000,10083000,1584000,228000,295000,,,,,,,6296,,38000,,,,457696 -Togo,Peace Corps,,,,,,,,,,,,,,,,,100000,400000,900000,500000,1200000,600000,700000,600000,600000,700000,600000,900000,900000,900000,900000,300000,1054000,1459000,2190000,2017000,2270000,2428000,2379000,2155000,2386000,2295000,2872000,3276000,2946000,2460000,2508000,2621000,2139000,2527000,1839000,1861000,1974000,1735000,1606000,1705000,1612000,2143000,2415000,2489000,2017487,2252378,2483835,2347994 -Togo,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,65000,,,,,,,,3660950,,1285357,,,,,,, -Togo,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1225275,,3155080,,,,, -Togo,Title II,,,,,,,,,,,,,,100000,400000,300000,1201000,200000,601000,200000,201000,500000,1000,400000,300000,900000,400000,800000,1200000,2000000,2000000,500000,2612000,1402000,2652000,1708000,3192000,1890000,1904000,2842000,2507000,2167000,2171000,3246000,3681000,2705000,3055000,6993800,5014200,2591100,816400,,,,,,,,,,,,, -Tonga,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,47000,, -Tonga,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000 -Tonga,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60000,,,,,,, -Tonga,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000,,,,,, -Tonga,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1108000,1114000,1094000,1043000,1076000,1093000,872845,1031879,901916,988751 -Trinidad & Tobago,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,188000,66000,6000,600000,323000,272000,162000,148000,116000,108000,175418,132760 -Trinidad & Tobago,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,2000000,10100000,5000000,5000000,5000000,5000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Trinidad & Tobago,Inactive Programs,,,,,,,,,,,,,,,,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Trinidad & Tobago,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,270000,190000,200000,200000,50000,15000,70000,205000,500000,400000,700000,400000,1000000,,,734051,90048,,93706,349838 -Trinidad & Tobago,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,49000,32504,1254273, -Trinidad & Tobago,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,,300000,1000,1000,,31000,80000,44000,254000,,,,,,,,,,53000,38000,32000,66000,,169000,,,,,,,,25000,611151,66151,7425,5800,390572 -Trinidad & Tobago,Other USAID Assistance,,,,,,,,,,,,1000,1000,600000,3200000,3700000,900000,800000,500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Trinidad & Tobago,Peace Corps,,,,,,,,,,,,,,,,,100000,,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Trinidad & Tobago,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2196000,,,,,,,,,,,,,,,,,,, -Trinidad & Tobago,Title II,,,,,,,,,,,100000,100000,,100000,1000,100000,2000,2000,201000,100000,100000,100000,1000,101000,,100000,100000,,,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Tunisia,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-29763,,,,, -Tunisia,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,10600000,6700000,,,,,,,,,,,,,,,,,,,,5000000,5000000,1500000,20000000,22824000,16956000,10845000,11250000,12746000,3588000,3338000,70000,985000,,,,,,,100000,5484,,,,,, -Tunisia,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,37076,394000,79850 -Tunisia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2490,137500,2500,,39525,,142066,335771 -Tunisia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,,,,,,,,,,,15000,,30000,35000,111000,249700,363218,298305 -Tunisia,Other USAID Assistance,,,,,,,,,,,,8500000,20600000,26200000,45700000,37200000,19100000,25600000,21700000,19200000,17500000,26300000,13500000,9000000,14700000,13000000,17100000,2500000,2300000,2200000,2500000,400000,10899000,20051000,14798000,10848000,25325000,,26000,50000,2786000,457000,1476000,817000,1307000,1032000,432000,701000,5157000,545000,983000,,,,,,,,,,,,2000,1151 -Tunisia,Peace Corps,,,,,,,,,,,,,,,,,300000,600000,900000,1200000,1600000,1200000,1100000,900000,600000,700000,600000,800000,1100000,900000,1300000,300000,1008000,998000,984000,657000,799000,1098000,1022000,1404000,1794000,1971000,1678000,1568000,1560000,1333000,1000000,1010000,1458000,1651000,1181000,853000,,,,,,,,,,,, -Tunisia,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16895000,,,1525000,,,,,,,,,,,,,,, -Tunisia,Title I,,,,,,,,,,,,,,,,10600000,4500000,8800000,3100000,11700000,,20100000,20400000,13300000,15000000,12800000,17400000,9400000,,,2300000,,6900000,9000000,9600000,12600000,9200000,8500000,11050000,13500000,4500000,13950000,31600000,27000000,22500000,12000000,14400000,15000000,5000000,,,,,,,,,,,,,,, -Tunisia,Title II,,,,,,,200000,,100000,100000,100000,8800000,6600000,7200000,11500000,57800000,12200000,23500000,16200000,18200000,1700000,7400000,14100000,23200000,13400000,18600000,6100000,4300000,6900000,10100000,5600000,200000,5125000,8539000,6775000,4854000,4529000,2063000,1495000,1222000,640000,,,1676000,,,,,,,,,2944000,,,,,,,,,,, -Turkey,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,, -Turkey,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6000,,14000,78000,78000 -Turkey,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3253000,,,,562640,,200000,,300000,500000 -Turkey,Economic Support Fund/Security Support Assistance,,,,,,,,56400000,75800000,89200000,105600000,55500000,70000000,100000000,82000000,90000000,66800000,55000000,16900000,,,,,,,,,,,,,,,,50192000,198000000,200000000,300000000,285000000,138500000,175000000,119625000,100000000,32000000,60000000,14263000,250000000,1000000,200000000,,165709000,33494000,21996000,,,132170,400000,200020328,,700000,10049735,,, -Turkey,Inactive Programs,6100000,2800000,3300000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Turkey,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,448273,539250,338826,,114939,3006806,1899201,1508191,,2033621,2029532,3255118,6661394 -Turkey,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,1000000,1000000,1000000,900000,,745000,350000,350000,400000,350000,350000,400000,400000,400000,400000,500000,500000,500000,48000,50000,,,117028,,,, -Turkey,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,2200000,600000,600000,1218000,484436,2009897,1497240 -Turkey,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1364556,1617204,839926,322575,1650768,4294134,7711887,1328535,422489,5131039,942148 -Turkey,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50000,156100,100000,48817,71583,309744,442697,671655,760616,651214,646922,732634,635967,899237,878614,1271014,1587069,1634794,1926271 -Turkey,Other USAID Assistance,,,,33800000,71900000,49800000,69600000,2200000,2900000,1400000,3600000,3300000,14500000,42000000,10400000,121700000,15800000,77100000,131000000,157800000,139900000,139400000,72200000,43500000,43300000,53600000,59000000,16800000,1800000,800000,,,,1057000,19380000,,,,,3000,,,2400000,,,,,,,,,,320000,8079000,,,103701,323930,248211,273163,166198,18765,10058,5000 -Turkey,Peace Corps,,,,,,,,,,,,,,,,,100000,700000,1600000,3000000,3400000,2400000,1600000,1300000,1000000,100000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Turkey,Title I,,,,,,,,,,13000000,100000,39500000,27500000,23800000,26200000,19600000,97600000,27700000,27700000,27700000,9600000,,,22800000,33700000,21800000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Turkey,Title II,,,,,,,1000,,1000,200000,12500000,700000,500000,700000,1200000,1000000,15600000,4800000,8100000,4500000,7300000,8200000,12000000,23700000,12200000,7200000,7900000,6100000,3700000,3600000,,,188000,86000,73000,89000,45000,67000,33000,33000,,,,,,,,,,,,,,,,,,,,,,,, -Turkmenistan,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,, -Turkmenistan,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,281000,153000,141000,5000,,,4879000,,4005000,9502698 -Turkmenistan,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,150000,, -Turkmenistan,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,220000,30000 -Turkmenistan,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,255894 -Turkmenistan,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81000,,,,,,,,42887,50270,340547,,25652 -Turkmenistan,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,7020000,50000,,,,,896860 -Turkmenistan,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,983973,1257165,,,,1500,300000,-991968,,847295,1159358 -Turkmenistan,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,14500,,165047,224168,166289,283183,431254,505953 -Turkmenistan,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16603000,4382000,3009000,2018000,3250000,9427000,6778000,3795613,4023908,4224523,4154678,4534380,5338698,4746860,8952965 -Turkmenistan,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,607000,1268000,961000,943000,1006000,1221000,1379000,1439000,1490000,893000,1609000,1858000,1243610,1242152,1420349,1131598 -Turkmenistan,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22000000,,,,,,,,,,,,,,, -Turkmenistan,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000000,10000000,,25000000,,,,,,,,,,,, -Turkmenistan,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1866165, -Uganda,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20228000,22150000,30971488,33065000,39334000,40603004,14083631,20342764,36082150,1144000 -Uganda,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5000,11461,134130,, -Uganda,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28877626,31783000,16586961,28485046,28234137,28244513,29445500,21085071,31357767,35996755 -Uganda,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000000,,,,,,,,,,,,,,,1000000,,,,,900000,600000,300000,,1850000,2250000,462000,746093,3510105,4527723 -Uganda,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3452877,,1937987,,28574295,3961820,, -Uganda,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,44374222,119959332,141532751,183913652,22271726 -Uganda,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,272612092 -Uganda,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1160784,1310225,1504776,1090980,317635,7079186,7139984,5859631 -Uganda,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16821,5137,10446180,682056 -Uganda,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,150000,,40000,26683, -Uganda,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,41000,46000,11000,721000,1484000,545000,713000,678000,360000,1793000,2842846,1554085,1489854,1484023,17926904,11186028,10307726,11130977,15302686,18815441 -Uganda,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,31500,104000,,36000,125860,45000,,40000,,40000,56500,24252,74020,296609,516366,367967,715721,1167777,876223 -Uganda,Other USAID Assistance,,,,,,,,,200000,200000,100000,,100000,100000,200000,100000,3600000,6900000,2600000,2000000,2600000,6900000,2600000,5600000,2500000,2900000,5300000,1100000,200000,,,,,,,,2000000,6999000,7550000,9143000,8970000,14759000,6669000,24619000,14229000,43234000,44964000,41959000,38554000,33108000,45565000,31209000,38039000,50710000,,,5392159,6556435,7542153,14462117,16313387,15078388,15540279,17868487 -Uganda,Peace Corps,,,,,,,,,,,,,,,,,,,1000,400000,300000,300000,600000,400000,500000,400000,400000,500000,1000,,,,,,,,,,,,,,,,,25000,654000,727000,998000,1253000,1109000,1267000,1453000,1397000,972000,276000,946000,1119000,1480000,1535000,1260663,1455058,1396417,1880030 -Uganda,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1110000,,,,198000,,,,,,485618,,2447758,,,,,,, -Uganda,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6000000,6000000,,,,,,,,,,,,,,,,,, -Uganda,Title II,,,,,,,,,,,,,1000,100000,100000,100000,600000,100000,200000,100000,1000000,100000,1000,,200000,100000,,1000,,300000,300000,,,,,6078000,6970000,411000,246000,,28000,490000,7332000,1306000,850000,5583000,1948000,4598300,5433900,2113800,9894500,6364600,25662800,31903600,20911700,19536900,32254400,28611200,78354700,71584400,67151800,55849000,59832044,72645600 -Uganda,Title III,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7100000,4433000,5568000,9259400,,,,,,,,,,,,,, -Ukraine,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1019000,,,3891160,3340224,8729630,5826769,750000 -Ukraine,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,58154136,212625479,71585616,44536336,44653315,95630487,57489752,19923297,30211704,4997021,1190000,,818497,1552145,789992,6768415 -Ukraine,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,,368057,851216,40000 -Ukraine,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,477000,,,,,,,,,,-27314,76330,1067529,985250,,750000 -Ukraine,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,500000,552989,1283794,172734 -Ukraine,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1055969 -Ukraine,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,964798,800000,700000 -Ukraine,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22926,45026198,4597 -Ukraine,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,163100,362110,909435,,688943 -Ukraine,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,790000,1460000,2000000,2142000,6111756,8863880,124,6709439 -Ukraine,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1602295,453200,610402,1165000,1482279,9399091,6646991,19409396,10622314,43099240,9581961 -Ukraine,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,130000,309740,435938,1290129,1738290,1131289,676665,705728,994678,1023502,650768,594204,1390168,1112168,1184275,1511760,1547567,1479801,1719436 -Ukraine,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39000,137675000,151499000,98635000,47037000,156591000,219477000,170851000,98611865,112315179,63749863,102123669,104416957,98385728,49398671,68624779 -Ukraine,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,320000,,,21376,, -Ukraine,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1455000,1766000,2280000,2136000,2685000,3033000,3026000,2838000,2954000,4252000,4785000,4504000,4208591,4369869,4654844,5167919 -Ukraine,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,55917570,2671076,7244229,2313765,2857985,14941362,,,,,,,,,, -Ukraine,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000000,20000000,25000000,20000000,,,,,,,,,,,, -Ukraine,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1450000,,,,,, -United Arab Emirates,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4000,,14000,, -United Arab Emirates,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15270,,, -United Arab Emirates,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,340000,350000,200000,250000,1062640,802326,828299,857000 -United Arab Emirates,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,425000,,,,,10200000,7395 -United Arab Emirates,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22424,,, -United Kingdom,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8000,7000,20000,3306000,26000,18000,18000 -United Kingdom,Economic Support Fund/Security Support Assistance,,,,,,,,,152200000,35000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -United Kingdom,Inactive Programs,79900000,3757000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -United Kingdom,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29919,,25000,20232670,1757165 -United Kingdom,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,126143,,,,,,,,,, -United Kingdom,Other USAID Assistance,,,,1613700000,957300000,267100000,351800000,410500000,47900000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -United Kingdom,Title II,,,,,,,200000,,1000,1000,100000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Uruguay,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21000,77000,,,245000,245000,175000,156000,225000,241000,227000,121000 -Uruguay,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,14355000,12152000,,,100000,226000,350000,190000,216000,,,,,,,,,,,100000,,, -Uruguay,Inactive Programs,600000,100000,1300000,100000,100000,200000,,,,,,,,,,,2500000,7800000,,,,,,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Uruguay,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000,1000,,,,,,,,,,,,,,50000,50000,,75000,75000,125000,157000,88000,140000,150000,150000,100000,,90000,,,191850,10050,,50000,3000 -Uruguay,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,,,,205000,192000,7000,74000,847000,987000,575000,3000,10000,21000,,19000,24000,189000,618000,644000,631000,638000,251000,8000,107653,15902,57531,30844,113412,35925,252643,448350,,467145,655040 -Uruguay,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,51800,,93136,,,,,,,,,,,,,,,, -Uruguay,Other USAID Assistance,,,,,,,400000,200000,200000,400000,200000,300000,200000,9000000,100000,100000,300000,7900000,6300000,1100000,5900000,2700000,16300000,1600000,16900000,4900000,1400000,1200000,900000,12800000,600000,100000,595000,25000,,,,,,,,,89000,,145000,732000,714000,970000,3473000,579000,180000,,,,,,,,,,50000,,50000, -Uruguay,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24000,,,, -Uruguay,Peace Corps,,,,,,,,,,,,,,,,,,600000,200000,300000,400000,200000,200000,100000,100000,100000,100000,100000,1000,,,,,,,,,,,,,,,,,,520000,1094000,1583000,1566000,1430000,1200000,679000,,,,,,,,,,, -Uruguay,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1780000,,,,,,,,,,,,,,,,,, -Uruguay,Title I,,,,,,,,,,,,,,6100000,15100000,1600000,1000000,,,,,,18600000,,2000000,,7200000,6500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Uruguay,Title II,,,,,,,,,,,,,,1000,200000,300000,300000,600000,1000000,700000,500000,600000,900000,200000,400000,400000,1400000,500000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Uzbekistan,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,998182,,,,1101451,300000,, -Uzbekistan,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5847847,,,,2864386,218000,6650000,1527000,172708,156000,, -Uzbekistan,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,300000,1295000,2091000,2214000,437000,80000,500000,, -Uzbekistan,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39000,10372 -Uzbekistan,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,640371 -Uzbekistan,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,,,,,,,,1066697,30282,30411,,35000 -Uzbekistan,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,370000,4300000,1927000,626501,7258172,2141810,70000,503730 -Uzbekistan,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,603500,976763,29400,987291,3453272,3129428,7032962,4510000,26321400,2752660,2441000 -Uzbekistan,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,90000,64484,,26105,29677,34890,98999,75740,78304,138326,204949,30000,223360,97150,51678 -Uzbekistan,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,19438000,10561000,9779000,3062000,11881000,24350000,19611000,13978903,62873306,34740244,27601998,27707808,15643648,13992815,10011319 -Uzbekistan,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1108000,1135000,954000,1095000,1335000,1257000,1820000,1703000,1830000,828000,1871000,2070000,1075008,,, -Uzbekistan,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,305000,3838349,,,,,,,,,15457714,2132000,,,, -Uzbekistan,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000000,30000000,20000000,,,,,, -Vanuatu,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69797,58847296,1668146,10349322 -Vanuatu,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24400,,15000,15000 -Vanuatu,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21222,,, -Vanuatu,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,45000,,,, -Vanuatu,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1365000,1251000,1128000,1212000,1454000,1778000,1683934,1825843,2170820,2150460 -Venezuela,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9000000,10394000,8376000,6456000,7048000,6318000,5626000,1225000,772000,526000,529000,540000 -Venezuela,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,140000,860000,5819000 -Venezuela,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1000000,,2060669,510690,2672233,734345,1625000,4676000 -Venezuela,Inactive Programs,600000,300000,100000,200000,100000,200000,,,,,,,,,,,41900000,11000000,,20000000,,,,,,,,,,,100000,,75000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Venezuela,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253520,,,, -Venezuela,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,100000,,,,,,,,,,,,,,224000,700000,1000000,1000000,1000000,1000000,400000,500000,500000,600000,600000,700000,4200000,1200000,5000000,2075000,4985951,538711,1069851,435222,356669 -Venezuela,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,1000,100000,1000,,4000,,2000,,90000,188000,105000,389000,768000,106000,12000,46000,42000,54000,1000,572000,689000,70000,307000,502000,1382000,3241365,2337049,4394374,1256696,1223915,334384,,304626,,206450,1734650 -Venezuela,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,205000,314213,388499,612130,187443,656334,1051370,257831,877435,742826,555399,874384,769851,3017005,1274243,2435057 -Venezuela,Other USAID Assistance,,,,,,,100000,100000,100000,200000,200000,100000,200000,100000,100000,15200000,11100000,33100000,1700000,1800000,1700000,1400000,1400000,1000000,1100000,1000000,800000,400000,300000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,4140,2276727,5056011,4875281,4669239,4502176,3102164,3649269 -Venezuela,Peace Corps,,,,,,,,,,,,,,,,,600000,800000,2000000,2200000,3600000,2400000,2100000,1600000,1600000,1500000,1400000,1200000,2200000,1400000,500000,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Venezuela,Title II,,,,,,,,,,,,,,,,,500000,1200000,10300000,4400000,3900000,2300000,1500000,600000,,,4700000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Vietnam,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1905530,425000,1281150,6194439,4779999,6082795,3568516,2514957,174897,126558 -Vietnam,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,70000,354462,,297000 -Vietnam,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1735719,335000,8450325,6887370,6629395,3759026,5044436,4699110,5067872,4110207 -Vietnam,Economic Support Fund/Security Support Assistance,,,,,,,,,,320200000,192200000,255000000,171400000,177000000,156000000,122500000,112900000,133000000,159800000,216500000,583100000,489800000,391800000,299100000,361000000,383900000,385200000,312300000,333400000,188200000,1700000,,,580000,,,,,,,,,,,,,1189000,625000,,688000,,,1668000,,1239159,,,508350,300000,341982,556032,1265906,4382205,9690266 -Vietnam,Food For Education,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10781997,,8807445,,130748,8807270,, -Vietnam,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8596114,22971709,18255263,45908107,6590298 -Vietnam,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,49795930 -Vietnam,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2679718,4750414,2500977,2711,10460,256446,,133685,255443,1337296,1872753,2924307,2642717 -Vietnam,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79500,,,,5473 -Vietnam,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,139000,1096000,1000000,1650000,1520000,2527000,2059158,1560636,3759777,2705251,3216942 -Vietnam,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1670932,1263024,1117353,2095309,3138374,6342924,4539773,3018170,5811177,5774650,8141705 -Vietnam,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,70000,197000,239500,217501,682347,318553,229475,265894,227255,140703,129001,166718,119730,150889,185337,130000,321076,827000,917000 -Vietnam,Other USAID Assistance,,,,,,,,,,,3500000,4400000,11300000,23900000,14500000,18000000,11200000,10300000,5900000,8500000,10400000,4600000,6400000,15100000,4900000,3800000,1600000,1100000,50900000,3100000,,,,,,,,,,,,,,,,,161000,,217000,,,,160000,3442000,,,695316,349990,1359200,950000,418574,52062,259141,1607423 -Vietnam,Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22552,,,100000,47000,159780 -Vietnam,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5657000,5834250,,,13536760,13388299,,,, -Vietnam,Title I,,,,,,,,,,,,,4400000,,5000000,7000000,26800000,23700000,34300000,41400000,98200000,73300000,96600000,60800000,75600000,164900000,62500000,179000000,268900000,45700000,,,,,,,,,,,,,,,,,,,,194000,,,46475000,,,,,,,6605280,,,, -Vietnam,Title II,,,,,,,,,100000,2200000,14300000,22800000,5201000,6500000,6300000,4500000,5100000,28900000,24800000,8500000,44800000,400000,41900000,38600000,35200000,23100000,5300000,9300000,1000000,3900000,800000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -West Africa (not specified),Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9342244,9721000,22570098,17527472,17695894,34229838,3364164,12907378,27552945,550000 -West Africa (not specified),Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6567000,6900000,37339672,14763870,19129426,23010209,19009712,40793214,40519402,38916307 -West Africa (not specified),Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,52500,3844825,1749600,691449,531901,2780897,2599780,1200000,948914 -West Africa (not specified),Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7351602,8119601,560000,529000 -West Africa (not specified),Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11266000 -West Africa (not specified),Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,200000,,,35000,,450000,,300000,1430500 -West Africa (not specified),Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,132830,376521,30324,23356309 -West Africa (not specified),Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7957022,1000000,,10455326,4447024,0,65623 -West Africa (not specified),Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,551457,,,426925 -West Africa (not specified),Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,410807,2861561,84999,,6796109,3049043,8173600,19961753 -West Africa (not specified),Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000, -West Africa (not specified),Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1372300,2188500,3537100,3307900,824670,530442, -West Bank/Gaza,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1200000,1300000,,,600000,378847 -West Bank/Gaza,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5600000,29579000,41695000,79439000,63153000,67012000,60685000,79592253,121387000,122023900,182330561,172351648,85223864,334264230,176564939,85715147,381850218 -West Bank/Gaza,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,102671160,29321614,141870,40332429,,84150000,50000000,108012600 -West Bank/Gaza,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,74213456 -West Bank/Gaza,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,733468 -West Bank/Gaza,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,35860,750058,577661,562502,403435,403485,452546,645001,443002,344800,636110,661434,1045341,1483710,1675158,1105659 -West Bank/Gaza,Other USAID Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15074000,866000,295000,,,,,6480972,6008675,6112735,5796489,8135549,7457919,7575281,8346442 -West Bank/Gaza,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,604000,,,,,,,,,,,,, -West Bank/Gaza,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8744925,,,,,,, -West Bank/Gaza,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1655000,2106000,2239000,2258000,1819100,1678900,918200,,,,,,,,,10359400,5330900,6125600,4593700,19487600, -Western Europe (not specified),Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,44180000,12581000,,,,,,,,,,,,,,,,, -Western Europe (not specified),Inactive Programs,,,,,,,,,,,,,,,,,,9600000,24900000,21600000,,,,,2800000,5700000,1900000,3500000,2400000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Western Europe (not specified),Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,270000,972560 -Western Europe (not specified),Other USAID Assistance,,,,,1900000,352200000,53900000,32400000,107500000,7600000,3700000,1400000,800000,500000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53170000,281738000,,,,,,,,,,,,,,,,, -Western Europe (not specified),Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,661000,1474000,,,,,,,,,,,,,,,, -Western Europe (not specified),Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,34800000,29400000,,,,,,,,,,,,,,,, -Western Europe (not specified),Title I,,,,,,,,,,,,,,800000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Western Europe (not specified),Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324000,,,,,,,,,,,,,,,,, -World (not specified),Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,123449000,163525000,274014813,673914542,769257381,861811180,881597953,750166208,1042943675,71439407 -World (not specified),Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,549034,7944375,31781081,19345033,65665381,52265506,120156955,151159966,93896393,59274313,49519972,64027107,210618114,35501446,34932706,31165301 -World (not specified),Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1291310000,357630000,421549926,321274882,304639277,315804546,258092158,260673968,198834325,196259018 -World (not specified),Economic Support Fund/Security Support Assistance,,,,,,,,,,,4700000,3800000,11200000,500000,5300000,4500000,2000000,2600000,5900000,12300000,17100000,21400000,20200000,21900000,38400000,34000000,14700000,21700000,55900000,70000000,43600000,23100000,10000000,16331000,9296000,9184000,1000000,142425000,150000,1100000,21809000,1965000,1000000,375000,8178000,250109000,55998000,48341000,56980000,9795000,97178000,56722000,8100000,29430000,-33413935,14892200,36460570,32512356,60946489,92452258,45449664,20719129,39851485,26381690 -World (not specified),Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,124212214,325810220,521143766,649527140,170043914 -World (not specified),Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1300173387 -World (not specified),Inactive Programs,119300000,141900000,230800000,170600000,70400000,30800000,,,,,,,,,,,,72100000,4200000,,,,,,,,,50000000,36500000,40000000,15000000,,15000000,20000000,25000000,25000000,41000000,12500000,,,21050000,,,,,,,,,,,,,,,,,,,,,,, -World (not specified),Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,13000000,9500000,13600000,7900000,6000000,5600000,9900000,10700000,13300000,21600000,12900000,13600000,32400000,13000000,2900000,37167000,82594000,173788000,420220000,371375000,395535000,340325000,340595000,380500000,346000000,355189000,351259000,491449000,435410000,538689000,599368000,575287000,639718000,631244000,122913111,213615668,219915175,245852675,257728701,410805299,370203451,387423999,480205432,262750278,295886781,246063638,306842460 -World (not specified),Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7928423,41662747,66905613,71541308,62020935 -World (not specified),Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6200000,11000000,9200000,1100000,9092000,9895000,9806000,5906000,8574000,7539000,7926000,8699000,9588000,6613000,31048000,25087000,33784000,47733000,51075000,53369000,59917000,37426000,44105000,45636000,81508000,97173000,128118000,113693000,129841000,142500000,132020000,309704282,829865444,246467646,482815822,740695880 -World (not specified),"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9840000,9840000,,,,,,,,,,,865000,137414000,128443000,177696000,269974000,190536000,218031466,149955690,127789008,127754704,135707940 -World (not specified),Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18060000,20868000,25709000,2518000,2325000,6676000,10750000,91000,,,170000,,3642832,39474114,56867932,61493893,106400832,111862599,444745743,547501957,541730882,494673112,666035661 -World (not specified),Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4859040,5254536,7399380,4078128,6557433,5889747,5246432,3633299,2308888,10250681,11182964,15070792,10520525,8089374,12543981,17293585,37742537,27151926,55902535 -World (not specified),Other USAID Assistance,,,,26600000,41000000,29100000,121000000,68400000,118700000,138400000,139300000,152200000,144200000,155500000,176700000,194000000,269800000,222000000,241600000,270500000,266400000,275600000,290800000,289100000,299300000,338500000,407000000,401000000,442400000,492700000,548200000,191200000,718101000,980964000,880631000,886650000,1007473000,965771000,1106028000,1277366000,1424341000,1157934000,1105796000,1248939000,1269384000,1356793000,1542222000,1644256000,1960546000,1939593000,2159554000,2023694000,1312755000,1335382000,251122453,126878284,533109204,564531034,620076517,690633288,649727105,804694637,748898447,581288591 -World (not specified),Other USDA Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22835082,9313216,7249463,16075761,20290430,10461944 -World (not specified),Peace Corps,,,,,,,,,,,,,,,,,9100000,11200000,11900000,12200000,14700000,26300000,29000000,29600000,26300000,26000000,20900000,25000000,14800000,17000000,19600000,8100000,15617000,17850000,19532000,23037000,21297000,22221000,23927000,25400000,29582000,27441000,28427000,32339000,34884000,65666000,80653000,77670000,78549000,84754000,98636000,90515000,90280000,98246000,106489000,108240000,138828000,135830000,138448000,149736000,179524356,185562623,177734701,183773402 -World (not specified),Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9451203,,,,,,,, -World (not specified),Title I,,,,,,,,,,2900000,3900000,23500000,-6500000,-3100000,-20800000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -World (not specified),Title II,,,,,,,,,,16700000,,23100000,22300000,29800000,32600000,31300000,46500000,47400000,56200000,52000000,59700000,42700000,41300000,44800000,50000000,44700000,42300000,46700000,49700000,80700000,61800000,13100000,88668000,94341000,107779000,121057000,157583000,155568000,154992000,187719000,391091000,280586000,131950000,211938000,187797000,255710000,310526000,3066400,3936700,792800,188600,,2293200,7866300,631400,170000,4773648,3245920,5763536,5544000,44062417,65940440,64649474,22488434 -World (not specified),Title III,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,,,,,,,,, -World (not specified),"Voluntary Contributions to Multilateral Organizations, Total",635000000,,,,,,,,,,,35200000,,,80000000,73700000,171600000,121700000,111700000,311700000,354000000,374000000,424000000,480000000,480000000,180000000,142300000,774800000,813700000,783900000,24100000,344100000,931240000,1103700000,1631600000,1478104000,985615000,1261812000,1487024000,1324362000,1548177000,1131290000,949328000,1205570000,1314630000,1469192000,1618834000,1548912000,1583419000,1479861000,1780880000,1097014000,929905000,1402451000,967500000,811089832,896024400,1317629903,542044436,2345240191,1378623414,1242458369,1487615000,2030784837 -Yemen,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22889,,,2042250,40000,,1450000,9136793 -Yemen,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,7000000,5600000,5200000,4500000,2800000,2000000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1995000,7977020,16724183,7781850,20803445,15498184,3529293 -Yemen,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2642623 -Yemen,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1890838,6204096 -Yemen,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88407,,80700,5365 -Yemen,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,270000,1462000,1236000,1163000,800000,750000,470000,1923000,219506,1917182,1150990 -Yemen,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87387,586690,1402500,645875,2500,,4942,5722000,1889364,5230423,3646000 -Yemen,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40000,325664,,,353906,217138,30000,175003,,20049,103945,52428,30000,381283,711966,578802,2101033 -Yemen,Other USAID Assistance,,,,,,,,,,,,,,300000,3000000,4000000,,,,,,,,,,,,2000000,2400000,3200000,4400000,1700000,15513000,6803000,16605000,11594000,19384000,23279000,28082000,27392000,27556000,24955000,24729000,22383000,23498000,22535000,2960000,3012000,4325000,2999000,7019000,,,,,,,1266,567000,614642,716329,999699,668472,1171569 -Yemen,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,100000,200000,300000,400000,200000,545000,721000,1107000,1074000,961000,1183000,1094000,886000,1128000,930000,885000,1308000,1408000,1141000,391000,993000,1446000,765000,1084000,,,,,,,,,,,,, -Yemen,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39085350,52470150,38496455,,,20361131,,,, -Yemen,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3000000,12000000,10000000,18600000,10000000,10000000,20000000,4850000,,10000000,,,,4624000,60362000,,,,,27007657,17937662,,11515023,, -Yemen,Title II,,,,,,,,,,,,,,4800000,2600000,1300000,,500000,601000,301000,1000,100000,,1000,301000,2401000,101000,1201000,3000000,3401000,2600000,801000,1082000,179000,339000,670000,322000,1174000,,55000,,,1288000,,353000,,,2977000,3761900,,,1327500,3925400,,1557900,1710600,,569600,2593000,72900,,,,2200900 -Zambia,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,14045875,16328000,27338667,33050000,37904000,38227628,14488377,15960762,19886600,500000 -Zambia,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16000,704,, -Zambia,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11594901,16500000,12424103,14947192,16301237,16190873,16176244,28673533,16983000,19627000 -Zambia,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20000000,30047000,20000000,24000000,20576000,19999000,15483000,21322000,40181000,17154000,12771000,,,,19415000,3359000,,,,,,,,,300000,1000000,,1650000,868000,700000,5157000,1600000 -Zambia,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27083883,93452691,101289249,131888507,14986010 -Zambia,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196414811 -Zambia,Inactive Programs,,,,,,,,22400000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Zambia,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,437643,2449047,493417,600000,38215,2100000,1615000,2050000 -Zambia,Millennium Challenge Corporation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,809,24065100,56208,23954 -Zambia,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25000,1000,,5000,,,,,,2000,,,,,,,200000, -Zambia,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12000,772000,816000,450000,,,,22009, -Zambia,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288000,335000,252000,210000,468000,318000,657000,,,14540,953819,48045,2536510,2016840,4982941,5002380,4706767,9522288,11096749,6277519 -Zambia,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,44000,154000,119845,102371,,,,,62466,,261716,,20000,20000,40048,123021,20000,158421 -Zambia,Other USAID Assistance,,,,,,,,,5000000,,,,,,100000,200000,400000,500000,800000,900000,1000000,1000000,1200000,,1000,1000,1000,5001000,100000,1000,1000,1000,2000,,358000,,,51000,,,2189000,2349000,4249000,13320000,7201000,17000000,15924000,36794000,25675000,20326000,19966000,9639000,13955000,21362000,,,2429051,3922170,2613178,3073682,3413514,5025186,3438035,5209547 -Zambia,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23000,412000,1101000,1132000,1339000,2042000,2186000,2436000,1554000,2671000,2859000,3128000,3421000,2586449,3545205,3646891,3551350 -Zambia,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10780000,,,,,,,,,1190910,2634306,,2995920,,,, -Zambia,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1600000,5400000,8500000,10000000,12500000,10000000,7000000,7000000,10000000,10000000,10000000,450000,10000000,10000000,7000000,,,,13445000,,,,7588000,,,,,,,,,, -Zambia,Title II,,,,,,,,,,,,,,,,,,,,100000,,100000,1000,,200000,1000,300000,1000,100000,200000,100000,,187000,16000,2961000,9913000,,,5442000,5113000,,72000,5255000,,,,,6764100,,,7800000,,171900,2317900,2681400,811100,,8305000,,4042600,7504562,4520800,10646000,11926300 -Zambia,Title III,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,52690300,,,,,,,,,,,,,,,, -Zimbabwe,Child Survival and Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1850000,5200000,6438000,6450000,5230364,16762908,11107781,7214814,15530043,2726680 -Zimbabwe,Department of Defense Security Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,250000,8200,, -Zimbabwe,Development Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7037546,7423000,4955171,3898767,1979247,3702562,3715727,4327513,4972718,6717784 -Zimbabwe,Economic Support Fund/Security Support Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22900000,24996000,75000000,60000000,40000000,40895000,10618000,4602000,,,,,749000,,,,,,,500000,800000,2924302,7143272,6649595,510000,3247083,2854000,5735000,4382000 -Zimbabwe,Global HIV/AIDS Initiative,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20802392,3521072,2265670,1629359 -Zimbabwe,Global Health and Child Survival,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18724522 -Zimbabwe,Migration and Refugee Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2500000 -Zimbabwe,Narcotics Control,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10000,5000,,,,,,,,,,,,,, -Zimbabwe,"Nonproliferation, Anti-Terrorism, Demining and Related",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,680000,743000,1140000,523000,,,,,,, -Zimbabwe,Other Active Grant Programs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,702000,576000,608000,336000,1135000,1090000,374000,522000,237000,1336000,1009599,805283,,925869,7477566,379268,12285115,7230102,5036080,7319397 -Zimbabwe,Other State Assistance,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60000,,72000,15000,14000,,171712,150120,1072042,264001,,,277330,40040,821213,1115124,2405055 -Zimbabwe,Other USAID Assistance,,,,,,,,,5000000,1000,100000,1000,1000,100000,100000,300000,700000,500000,400000,,,,,,,,,,,,,,,,,,,,,953000,,2181000,959000,13089000,29353000,27887000,43409000,39712000,48771000,37665000,19880000,17663000,9601000,,122046,2423444,6922090,5506349,9827248,11144988,9069614,4245339,10175841,11230440 -Zimbabwe,Peace Corps,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,491000,812000,1277000,1491000,1330000,1312000,1389000,,1626000,1710000,941000,339000,,,,,, -Zimbabwe,Section 416(b)/ Commodity Credit Corporation Food for Progress,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,19594000,,,,,,,1289250,,,,,,,,, -Zimbabwe,Title I,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8000000,,,,,,,40000000,5000000,,,,,20000000,10000000,,,,,,,,, -Zimbabwe,Title II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2808000,,3974000,6770000,1581000,,,,,,,,1815000,,,,,,,,,25784300,,,,257893,95800400,176296200 diff --git a/tests/data/variable-rows.csv b/tests/data/variable-rows.csv deleted file mode 100644 index bfc8fda..0000000 --- a/tests/data/variable-rows.csv +++ /dev/null @@ -1,18 +0,0 @@ -Tom Dalton sent $3700 to Betty Whitehead on 01/17/2009 -377 El Camino Real -"San Jose, CA" -Status: received -Morgan Lawless received $10500 from Bob Henselman on 02/05/2009 -2798 Lancaster Dr. -"New York, NY" -(000) 555-6717 -Status: deposited -Eric Bateman sent $22000 to Liz Benedict on 03/02/2009 -89 Deerfield Cr. -"Springfield, WA" -(000) 555-1411 -Status: received -Robert Hartfort received $20000 from Ron Ingleman on 03/28/2009 -198 Broadway Ave. -"Saratoga, CA" -Status: unknown \ No newline at end of file diff --git a/tests/refinetest.py b/tests/refinetest.py deleted file mode 100644 index ea3b3de..0000000 --- a/tests/refinetest.py +++ /dev/null @@ -1,52 +0,0 @@ -#!/usr/bin/env python -""" -refinetest.py - -RefineTestCase is a base class that loads Refine projects specified by -the class's 'project_file' attribute and provides a 'project' object. - -These tests require a connection to a Refine server either at -http://127.0.0.1:3333/ or by specifying environment variables REFINE_HOST -and REFINE_PORT. -""" - -# Copyright (c) 2011 Paul Makepeace, Real Programmers. All rights reserved. - -import os -import unittest - -from google.refine import refine - -PATH_TO_TEST_DATA = os.path.join(os.path.dirname(__file__), 'data') - - -#noinspection PyPep8Naming -class RefineTestCase(unittest.TestCase): - project_file = None - project_format = 'text/line-based/*sv' - project_options = {} - project = None - # Section "2. Exploration using Facets": {1}, {2} - - def project_path(self): - return os.path.join(PATH_TO_TEST_DATA, self.project_file) - - def setUp(self): - self.server = refine.RefineServer() - self.refine = refine.Refine(self.server) - if self.project_file: - self.project = self.refine.new_project( - project_file=self.project_path(), project_format=self.project_format, **self.project_options) - - def tearDown(self): - if self.project: - self.project.delete() - self.project = None - - def assertInResponse(self, expect): - desc = None - try: - desc = self.project.history_entry.description - self.assertTrue(expect in desc) - except AssertionError: - raise AssertionError('Expecting "%s" in "%s"' % (expect, desc)) diff --git a/tests/test_facet.py b/tests/test_facet.py deleted file mode 100644 index 32746b7..0000000 --- a/tests/test_facet.py +++ /dev/null @@ -1,148 +0,0 @@ -#!/usr/bin/env python -""" -test_facet.py -""" - -# Copyright (c) 2011 Paul Makepeace, Real Programmers. All rights reserved. - -import json -import unittest - -from google.refine.facet import * - - -class CamelTest(unittest.TestCase): - def test_to_camel(self): - pairs = ( - ('this', 'this'), - ('this_attr', 'thisAttr'), - ('From', 'from'), - ) - for attr, camel_attr in pairs: - self.assertEqual(to_camel(attr), camel_attr) - - def test_from_camel(self): - pairs = ( - ('this', 'this'), - ('This', 'this'), - ('thisAttr', 'this_attr'), - ('ThisAttr', 'this_attr'), - ('From', 'from'), - ) - for camel_attr, attr in pairs: - self.assertEqual(from_camel(camel_attr), attr) - - -class FacetTest(unittest.TestCase): - def test_init(self): - facet = TextFacet('column name') - engine = Engine(facet) - self.assertEqual(facet.selection, []) - self.assertTrue(str(engine)) - facet = NumericFacet('column name', From=1, to=5) - self.assertEqual(facet.to, 5) - self.assertEqual(facet.From, 1) - facet = StarredFacet() - self.assertEqual(facet.expression, 'row.starred') - facet = StarredFacet(True) - self.assertEqual(facet.selection[0]['v']['v'], True) - facet = FlaggedFacet(False) - self.assertEqual(facet.selection[0]['v']['v'], False) - self.assertRaises(ValueError, FlaggedFacet, 'false') # no strings - facet = TextFilterFacet('column name', 'query') - self.assertEqual(facet.query, 'query') - - def test_selections(self): - facet = TextFacet('column name') - facet.include('element') - self.assertEqual(len(facet.selection), 1) - facet.include('element 2') - self.assertEqual(len(facet.selection), 2) - facet.exclude('element') - self.assertEqual(len(facet.selection), 1) - facet.reset() - self.assertEqual(len(facet.selection), 0) - facet.include('element').include('element 2') - self.assertEqual(len(facet.selection), 2) - - -class EngineTest(unittest.TestCase): - def test_init(self): - engine = Engine() - self.assertEqual(engine.mode, 'row-based') - engine.mode = 'record-based' - self.assertEqual(engine.mode, 'record-based') - engine.set_facets(BlankFacet) - self.assertEqual(engine.mode, 'record-based') - engine.set_facets(BlankFacet, BlankFacet) - self.assertEqual(len(engine), 2) - - def test_serialize(self): - engine = Engine() - engine_json = engine.as_json() - self.assertEqual(engine_json, '{"facets": [], "mode": "row-based"}') - facet = TextFacet(column='column') - self.assertEqual(facet.as_dict(), {'selectError': False, 'name': 'column', 'selection': [], 'expression': 'value', 'invert': False, 'columnName': 'column', 'selectBlank': False, 'omitBlank': False, 'type': 'list', 'omitError': False}) - facet = NumericFacet(column='column', From=1, to=5) - self.assertEqual(facet.as_dict(), {'from': 1, 'to': 5, 'selectBlank': True, 'name': 'column', 'selectError': True, 'expression': 'value', 'selectNumeric': True, 'columnName': 'column', 'selectNonNumeric': True, 'type': 'range'}) - - def test_add_facet(self): - facet = TextFacet(column='Party Code') - engine = Engine(facet) - engine.add_facet(TextFacet(column='Ethnicity')) - self.assertEqual(len(engine.facets), 2) - self.assertEqual(len(engine), 2) - - def test_reset_remove(self): - text_facet1 = TextFacet('column name') - text_facet1.include('element') - text_facet2 = TextFacet('column name 2') - text_facet2.include('element 2') - engine = Engine(text_facet1, text_facet2) - self.assertEqual(len(engine), 2) - self.assertEqual(len(text_facet1.selection), 1) - engine.reset_all() - self.assertEqual(len(text_facet1.selection), 0) - self.assertEqual(len(text_facet2.selection), 0) - engine.remove_all() - self.assertEqual(len(engine), 0) - - -class SortingTest(unittest.TestCase): - def test_sorting(self): - sorting = Sorting() - self.assertEqual(sorting.as_json(), '{"criteria": []}') - sorting = Sorting('email') - c = sorting.criteria[0] - self.assertEqual(c['column'], 'email') - self.assertEqual(c['valueType'], 'string') - self.assertEqual(c['reverse'], False) - self.assertEqual(c['caseSensitive'], False) - self.assertEqual(c['errorPosition'], 1) - self.assertEqual(c['blankPosition'], 2) - sorting = Sorting(['email', 'gender']) - self.assertEqual(len(sorting), 2) - sorting = Sorting(['email', {'column': 'date', 'valueType': 'date'}]) - self.assertEqual(len(sorting), 2) - c = sorting.criteria[1] - self.assertEqual(c['column'], 'date') - self.assertEqual(c['valueType'], 'date') - - -class FacetsResponseTest(unittest.TestCase): - response = """{"facets":[{"name":"Party Code","expression":"value","columnName":"Party Code","invert":false,"choices":[{"v":{"v":"D","l":"D"},"c":3700,"s":false},{"v":{"v":"R","l":"R"},"c":1613,"s":false},{"v":{"v":"N","l":"N"},"c":15,"s":false},{"v":{"v":"O","l":"O"},"c":184,"s":false}],"blankChoice":{"s":false,"c":1446}}],"mode":"row-based"}""" - - def test_facet_response(self): - party_code_facet = TextFacet('Party Code') - engine = Engine(party_code_facet) - facets = engine.facets_response(json.loads(self.response)).facets - self.assertEqual(facets[0].choices['D'].count, 3700) - self.assertEqual(facets[0].blank_choice.count, 1446) - self.assertEqual(facets[party_code_facet], facets[0]) - # test iteration - facet = [f for f in facets][0] - self.assertEqual(facet, facets[0]) - - -if __name__ == '__main__': - unittest.main() diff --git a/tests/test_history.py b/tests/test_history.py deleted file mode 100644 index 044a5f2..0000000 --- a/tests/test_history.py +++ /dev/null @@ -1,31 +0,0 @@ -#!/usr/bin/env python -""" -test_history.py -""" - -# Copyright (c) 2011 Paul Makepeace, Real Programmers. All rights reserved. - -import unittest - -from google.refine.history import * - - -class HistoryTest(unittest.TestCase): - def test_init(self): - response = { - u"code": "ok", - u"historyEntry": { - u"id": 1303851435223, - u"description": "Split 4 cells", - u"time": "2011-04-26T16:45:08Z" - } - } - he = response['historyEntry'] - entry = HistoryEntry(he['id'], he['time'], he['description']) - self.assertEqual(entry.id, 1303851435223) - self.assertEqual(entry.description, 'Split 4 cells') - self.assertEqual(entry.time, '2011-04-26T16:45:08Z') - - -if __name__ == '__main__': - unittest.main() diff --git a/tests/test_refine.py b/tests/test_refine.py deleted file mode 100644 index 8ccb581..0000000 --- a/tests/test_refine.py +++ /dev/null @@ -1,80 +0,0 @@ -#!/usr/bin/env python -""" -test_refine.py - -These tests require a connection to a Refine server either at -http://127.0.0.1:3333/ or by specifying environment variables -OPENREFINE_HOST and OPENREFINE_PORT. -""" - -# Copyright (c) 2011 Paul Makepeace, Real Programmers. All rights reserved. - -import csv -import unittest - -from google.refine import refine -import refinetest - -from io import StringIO - - -class RefineServerTest(refinetest.RefineTestCase): - def test_init(self): - server_url = 'http://' + refine.REFINE_HOST - if refine.REFINE_PORT != '80': - server_url += ':' + refine.REFINE_PORT - self.assertEqual(self.server.server, server_url) - self.assertEqual(refine.RefineServer.url(), server_url) - # strip trailing / - server = refine.RefineServer('http://refine.example/') - self.assertEqual(server.server, 'http://refine.example') - - def test_list_projects(self): - projects = self.refine.list_projects() - self.assertTrue(isinstance(projects, dict)) - - def test_get_version(self): - version_info = self.server.get_version() - for item in ('revision', 'version', 'full_version', 'full_name'): - self.assertTrue(item in version_info) - - def test_version(self): - self.assertTrue(self.server.version in ('3.2')) - - -class RefineTest(refinetest.RefineTestCase): - project_file = 'duplicates.csv' - - def test_new_project(self): - self.assertTrue(isinstance(self.project, refine.RefineProject)) - - def test_wait_until_idle(self): - self.project.wait_until_idle() # should just return - - def test_get_models(self): - self.assertEqual(self.project.key_column, 'email') - self.assertTrue('email' in self.project.columns) - self.assertTrue('email' in self.project.column_order) - self.assertEqual(self.project.column_order['name'], 1) - - def test_delete_project(self): - self.assertTrue(self.project.delete()) - - def test_open_export(self): - response = refine.RefineProject(self.project.project_url()).export() - lines = response.text.splitlines() - self.assertTrue('email' in lines[0]) - for line in lines[1:]: - self.assertTrue('M' in line or 'F' in line) - - def test_open_export_csv(self): - response = refine.RefineProject(self.project.project_url()).export() - csv_fp = csv.reader(StringIO(response.text), dialect='excel-tab') - row = csv_fp.__next__() - self.assertTrue(row[0] == 'email') - for row in csv_fp: - self.assertTrue(row[3] == 'F' or row[3] == 'M') - - -if __name__ == '__main__': - unittest.main() diff --git a/tests/test_refine_small.py b/tests/test_refine_small.py deleted file mode 100644 index 4b3c132..0000000 --- a/tests/test_refine_small.py +++ /dev/null @@ -1,81 +0,0 @@ -#!/usr/bin/env python3 -""" -test_refine_small.py -""" - -# Copyright (c) 2011 Paul Makepeace, Real Programmers. All rights reserved. - -import unittest - -from google.refine import refine - - -class RefineRowsTest(unittest.TestCase): - def test_rows_response(self): - rr = refine.RowsResponseFactory({ - u'gender': 3, u'state': 2, u'purchase': 4, u'email': 0, - u'name': 1}) - response = rr({ - u'rows': [{ - u'i': 0, - u'cells': [ - {u'v': u'danny.baron@example1.com'}, - {u'v': u'Danny Baron'}, - {u'v': u'CA'}, - {u'v': u'M'}, - {u'v': u'TV'} - ], - u'starred': False, - u'flagged': False - }], - u'start': 0, - u'limit': 1, - u'mode': u'row-based', - u'filtered': 10, - u'total': 10, - }) - self.assertEqual(len(response.rows), 1) - # test iteration - rows = [row for row in response.rows] - self.assertEqual(rows[0]['name'], 'Danny Baron') - # test indexing - self.assertEqual(response.rows[0]['name'], 'Danny Baron') - - -class RefineProjectTest(unittest.TestCase): - def setUp(self): - # Mock out get_models so it doesn't attempt to connect to a server - self._get_models = refine.RefineProject.get_models - refine.RefineProject.get_models = lambda me: me - # Save REFINE_{HOST,PORT} as tests overwrite it - self._refine_host_port = refine.REFINE_HOST, refine.REFINE_PORT - refine.REFINE_HOST, refine.REFINE_PORT = '127.0.0.1', '3333' - - def test_server_init(self): - RP = refine.RefineProject - p = RP('http://127.0.0.1:3333/project?project=1658955153749') - self.assertEqual(p.server.server, 'http://127.0.0.1:3333') - self.assertEqual(p.project_id, '1658955153749') - p = RP('http://127.0.0.1:3333', '1658955153749') - self.assertEqual(p.server.server, 'http://127.0.0.1:3333') - self.assertEqual(p.project_id, '1658955153749') - p = RP('http://server/varnish/project?project=1658955153749') - self.assertEqual(p.server.server, 'http://server/varnish') - self.assertEqual(p.project_id, '1658955153749') - p = RP('1658955153749') - self.assertEqual(p.server.server, 'http://127.0.0.1:3333') - self.assertEqual(p.project_id, '1658955153749') - refine.REFINE_HOST = '10.0.0.1' - refine.REFINE_PORT = '80' - p = RP('1658955153749') - self.assertEqual(p.server.server, 'http://10.0.0.1') - - def tearDown(self): - # Restore mocked get_models - refine.RefineProject.get_models = self._get_models - # Restore values for REFINE_{HOST,PORT} - refine.REFINE_HOST, refine.REFINE_PORT = self._refine_host_port - - -if __name__ == '__main__': - unittest.main() diff --git a/tests/test_tutorial.py b/tests/test_tutorial.py deleted file mode 100644 index aaf94f8..0000000 --- a/tests/test_tutorial.py +++ /dev/null @@ -1,490 +0,0 @@ -#!/usr/bin/env python -""" -test_tutorial.py - -The tests here are based on David Huynh's Refine tutorial at -http://davidhuynh.net/spaces/nicar2011/tutorial.pdf The tests perform all the -Refine actions given in the tutorial (except the web scraping) and verify the -changes expected to be observed explained in the tutorial. - -These tests require a connection to a Refine server either at -http://127.0.0.1:3333/ or by specifying environment variables -OPENREFINE_HOST and OPENREFINE_PORT. -""" - -# Copyright (c) 2011 Paul Makepeace, Real Programmers. All rights reserved. - -import unittest - -from google.refine import facet -import refinetest - - -class TutorialTestFacets(refinetest.RefineTestCase): - project_file = 'louisiana-elected-officials.csv' - project_options = {'guess_cell_value_types': True} - - def test_get_rows(self): - # Section "2. Exploration using Facets": {3} - response = self.project.get_rows(limit=10) - self.assertEqual(len(response.rows), 10) - self.assertEqual(response.limit, 10) - self.assertEqual(response.total, 6958) - self.assertEqual(response.filtered, 6958) - for row in response.rows: - self.assertFalse(row.flagged) - self.assertFalse(row.starred) - - def test_facet(self): - # Section "2. Exploration using Facets": {4} - party_code_facet = facet.TextFacet(column='Party Code') - response = self.project.compute_facets(party_code_facet) - pc = response.facets[0] - # test look by index same as look up by facet object - self.assertEqual(pc, response.facets[party_code_facet]) - self.assertEqual(pc.name, 'Party Code') - self.assertEqual(pc.choices['D'].count, 3700) - self.assertEqual(pc.choices['N'].count, 15) - self.assertEqual(pc.blank_choice.count, 1446) - # {5}, {6} - engine = facet.Engine(party_code_facet) - ethnicity_facet = facet.TextFacet(column='Ethnicity') - engine.add_facet(ethnicity_facet) - self.project.engine = engine - response = self.project.compute_facets() - e = response.facets[ethnicity_facet] - self.assertEqual(e.choices['B'].count, 1255) - self.assertEqual(e.choices['W'].count, 4469) - # {7} - ethnicity_facet.include('B') - response = self.project.get_rows() - self.assertEqual(response.filtered, 1255) - indexes = [row.index for row in response.rows] - self.assertEqual(indexes, [1, 2, 3, 4, 6, 12, 18, 26, 28, 32]) - # {8} - response = self.project.compute_facets() - pc = response.facets[party_code_facet] - self.assertEqual(pc.name, 'Party Code') - self.assertEqual(pc.choices['D'].count, 1179) - self.assertEqual(pc.choices['R'].count, 11) - self.assertEqual(pc.blank_choice.count, 46) - # {9} - party_code_facet.include('R') - response = self.project.compute_facets() - e = response.facets[ethnicity_facet] - self.assertEqual(e.choices['B'].count, 11) - # {10} - party_code_facet.reset() - ethnicity_facet.reset() - response = self.project.get_rows() - self.assertEqual(response.filtered, 6958) - # {11} - office_title_facet = facet.TextFacet('Office Title') - self.project.engine.add_facet(office_title_facet) - response = self.project.compute_facets() - self.assertEqual(len(response.facets[2].choices), 76) - # {12} - XXX not sure how to interpret bins & baseBins yet - office_level_facet = facet.NumericFacet('Office Level') - self.project.engine.add_facet(office_level_facet) - # {13} - office_level_facet.From = 300 # from reserved word - office_level_facet.to = 320 - response = self.project.get_rows() - self.assertEqual(response.filtered, 1907) - response = self.project.compute_facets() - ot = response.facets[office_title_facet] - self.assertEqual(len(ot.choices), 21) - self.assertEqual(ot.choices['Chief of Police'].count, 2) - self.assertEqual(ot.choices['Chief of Police '].count, 211) - # {14} - self.project.engine.remove_all() - response = self.project.get_rows() - self.assertEqual(response.filtered, 6958) - # {15} - phone_facet = facet.TextFacet('Phone', expression='value[0, 3]') - self.project.engine.add_facet(phone_facet) - response = self.project.compute_facets() - p = response.facets[phone_facet] - self.assertEqual(p.expression, 'value[0, 3]') - self.assertEqual(p.choices['318'].count, 2331) - # {16} - commissioned_date_facet = facet.NumericFacet( - 'Commissioned Date', - expression='value.toDate().datePart("year")') - self.project.engine.add_facet(commissioned_date_facet) - response = self.project.compute_facets() - cd = response.facets[commissioned_date_facet] - self.assertEqual(cd.error_count, 959) - self.assertEqual(cd.numeric_count, 5999) - # {17} - office_description_facet = facet.NumericFacet( - 'Office Description', - expression=r'value.match(/\D*(\d+)\w\w Rep.*/)[0].toNumber()') - self.project.engine.add_facet(office_description_facet) - response = self.project.compute_facets() - od = response.facets[office_description_facet] - self.assertEqual(od.min, 0) - self.assertEqual(od.max, 110) - self.assertEqual(od.numeric_count, 548) - - -class TutorialTestEditing(refinetest.RefineTestCase): - project_file = 'louisiana-elected-officials.csv' - project_options = {'guess_cell_value_types': True} - - def test_editing(self): - # Section "3. Cell Editing": {1} - self.project.engine.remove_all() # redundant due to setUp - # {2} - self.project.text_transform(column='Zip Code 2', - expression='value.toString()[0, 5]') - self.assertInResponse('transform on 6958 cells in column Zip Code 2') - # {3} - XXX history - # {4} - office_title_facet = facet.TextFacet('Office Title') - self.project.engine.add_facet(office_title_facet) - response = self.project.compute_facets() - self.assertEqual(len(response.facets[office_title_facet].choices), 76) - self.project.text_transform('Office Title', 'value.trim()') - self.assertInResponse('6895') - response = self.project.compute_facets() - self.assertEqual(len(response.facets[office_title_facet].choices), 67) - # {5} - self.project.edit('Office Title', 'Councilmen', 'Councilman') - self.assertInResponse('13') - response = self.project.compute_facets() - self.assertEqual(len(response.facets[office_title_facet].choices), 66) - # {6} - response = self.project.compute_clusters('Office Title') - self.assertTrue(response) - # {7} - clusters = self.project.compute_clusters('Office Title', 'knn') - self.assertEqual(len(clusters), 7) - first_cluster = clusters[0] - self.assertEqual(len(first_cluster), 2) - self.assertEqual(first_cluster[0]['value'], 'DPEC Member at Large') - self.assertEqual(first_cluster[0]['count'], 6) - # Not strictly necessary to repeat 'Council Member' but a test - # of mass_edit, and it's also what the front end sends. - self.project.mass_edit('Office Title', [{ - 'from': ['Council Member', 'Councilmember'], - 'to': 'Council Member' - }]) - self.assertInResponse('372') - response = self.project.compute_facets() - self.assertEqual(len(response.facets[office_title_facet].choices), 65) - - # Section "4. Row and Column Editing, Batched Row Deletion" - # Test doesn't strictly follow the tutorial as the "Browse this - # cluster" performs a text facet which the server can't complete - # as it busts its max facet count. The useful work is done with - # get_rows(). Also, we can facet & select in one; the UI can't. - # {1}, {2}, {3}, {4} - clusters = self.project.compute_clusters('Candidate Name') - for cluster in clusters[0:3]: # just do a few - for match in cluster: - # {2} - if match['value'].endswith(', '): - response = self.project.get_rows( - facet.TextFacet('Candidate Name', match['value'])) - self.assertEqual(len(response.rows), 1) - for row in response.rows: - self.project.star_row(row) - self.assertInResponse(str(row.index + 1)) - # {5}, {6}, {7} - response = self.project.compute_facets(facet.StarredFacet(True)) - self.assertEqual(len(response.facets[0].choices), 2) # true & false - self.assertEqual(response.facets[0].choices[True].count, 2) - self.project.remove_rows() - self.assertInResponse('2 rows') - - -class TutorialTestDuplicateDetection(refinetest.RefineTestCase): - project_file = 'duplicates.csv' - - def test_duplicate_detection(self): - # Section "4. Row and Column Editing, - # Duplicate Row Detection and Deletion" - # {7}, {8} - response = self.project.get_rows(sort_by='email') - indexes = [row.index for row in response.rows] - self.assertEqual(indexes, [4, 9, 8, 3, 0, 2, 5, 6, 1, 7]) - # {9} - self.project.reorder_rows() - self.assertInResponse('Reorder rows') - response = self.project.get_rows() - indexes = [row.index for row in response.rows] - self.assertEqual(indexes, list(range(10))) - # {10} - self.project.add_column( - 'email', 'count', 'facetCount(value, "value", "email")') - self.assertInResponse('column email by filling 10 rows') - response = self.project.get_rows() - self.assertEqual(self.project.column_order['email'], 0) # i.e. 1st - self.assertEqual(self.project.column_order['count'], 1) # i.e. 2nd - counts = [row['count'] for row in response.rows] - self.assertEqual(counts, [2, 2, 1, 1, 3, 3, 3, 1, 2, 2]) - # {11} - self.assertFalse(self.project.has_records) - self.project.blank_down('email') - self.assertInResponse('Blank down 4 cells') - self.assertTrue(self.project.has_records) - response = self.project.get_rows() - emails = [1 if row['email'] else 0 for row in response.rows] - self.assertEqual(emails, [1, 0, 1, 1, 1, 0, 0, 1, 1, 0]) - # {12} - blank_facet = facet.BlankFacet('email', selection=True) - # {13} - self.project.remove_rows(blank_facet) - self.assertInResponse('Remove 4 rows') - self.project.engine.remove_all() - response = self.project.get_rows() - email_counts = [(row['email'], row['count']) for row in response.rows] - self.assertEqual(email_counts, [ - (u'arthur.duff@example4.com', 2), - (u'ben.morisson@example6.org', 1), - (u'ben.tyler@example3.org', 1), - (u'danny.baron@example1.com', 3), - (u'jean.griffith@example5.org', 1), - (u'melanie.white@example2.edu', 2) - ]) - - -class TutorialTestTransposeColumnsIntoRows(refinetest.RefineTestCase): - project_file = 'us_economic_assistance.csv' - - def test_transpose_columns_into_rows(self): - # Section "5. Structural Editing, Transpose Columns into Rows" - # {1}, {2}, {3} - self.project.transpose_columns_into_rows('FY1946', 64, 'pair') - self.assertInResponse('64 column(s) starting with FY1946') - # {4} - self.project.add_column('pair', 'year', 'value[2,6].toNumber()') - self.assertInResponse('filling 26185 rows') - # {5} - self.project.text_transform( - column='pair', expression='value.substring(7).toNumber()') - self.assertInResponse('transform on 26185 cells') - # {6} - self.project.rename_column('pair', 'amount') - self.assertInResponse('Rename column pair to amount') - # {7} - self.project.fill_down('country_name') - self.assertInResponse('Fill down 23805 cells') - self.project.fill_down('program_name') - self.assertInResponse('Fill down 23805 cells') - # spot check of last row for transforms and fill down - response = self.project.get_rows() - row10 = response.rows[9] - self.assertEqual(row10['country_name'], 'Afghanistan') - self.assertEqual(row10['program_name'], - 'Department of Defense Security Assistance') - self.assertEqual(row10['amount'], 113777303) - - -class TutorialTestTransposeFixedNumberOfRowsIntoColumns( - refinetest.RefineTestCase): - project_file = 'fixed-rows.csv' - project_format = 'text/line-based' - project_options = {'header_lines': 0} - - def test_transpose_fixed_number_of_rows_into_columns(self): - if self.server.version not in ('2.0', '2.1'): - self.project.rename_column('Column 1', 'Column') - # Section "5. Structural Editing, - # Transpose Fixed Number of Rows into Columns" - # {1} - self.assertTrue('Column' in self.project.column_order) - # {8} - self.project.transpose_rows_into_columns('Column', 4) - self.assertInResponse('Transpose every 4 cells in column Column') - # {9} - renaming column triggers a bug in Refine <= 2.1 - if self.server.version not in ('2.0', '2.1'): - self.project.rename_column('Column 2', 'Address') - self.project.rename_column('Column 3', 'Address 2') - self.project.rename_column('Column 4', 'Status') - # {10} - self.project.add_column( - 'Column 1', 'Transaction', - 'if(value.contains(" sent "), "send", "receive")') - self.assertInResponse('Column 1 by filling 4 rows') - # {11} - transaction_facet = facet.TextFacet(column='Transaction', - selection='send') - self.project.engine.add_facet(transaction_facet) - self.project.compute_facets() - # {12}, {13}, {14} - self.project.add_column( - 'Column 1', 'Sender', - 'value.partition(" sent ")[0]') - # XXX resetting the facet shows data in rows with Transaction=receive - # which shouldn't have been possible with the facet. - self.project.add_column( - 'Column 1', 'Recipient', - 'value.partition(" to ")[2].partition(" on ")[0]') - self.project.add_column( - 'Column 1', 'Amount', - 'value.partition(" sent ")[2].partition(" to ")[0]') - # {15} - transaction_facet.reset().include('receive') - self.project.get_rows() - # XXX there seems to be some kind of bug where the model doesn't - # match get_rows() output - cellIndex being returned that are - # out of range. - #self.assertTrue(a_row['Sender'] is None) - #self.assertTrue(a_row['Recipient'] is None) - #self.assertTrue(a_row['Amount'] is None) - # {16} - for column, expression in ( - ('Sender', - 'cells["Column 1"].value.partition(" from ")[2].partition(" on ")[0]'), - ('Recipient', - 'cells["Column 1"].value.partition(" received ")[0]'), - ('Amount', - 'cells["Column 1"].value.partition(" received ")[2].partition(" from ")[0]') - ): - self.project.text_transform(column, expression) - self.assertInResponse('2 cells') - # {17} - transaction_facet.reset() - # {18} - self.project.text_transform('Column 1', 'value.partition(" on ")[2]') - self.assertInResponse('4 cells') - # {19} - self.project.reorder_columns(['Transaction', 'Amount', 'Sender', - 'Recipient']) - self.assertInResponse('Reorder columns') - - -class TutorialTestTransposeVariableNumberOfRowsIntoColumns( - refinetest.RefineTestCase): - project_file = 'variable-rows.csv' - project_format = 'text/line-based' - project_options = {'header_lines': 0} - - def test_transpose_variable_number_of_rows_into_columns(self): - # {20}, {21} - if self.server.version not in ('2.0', '2.1') : - self.project.rename_column('Column 1', 'Column') - self.project.add_column( - 'Column', 'First Line', 'if(value.contains(" on "), value, null)') - self.assertInResponse('Column by filling 4 rows') - response = self.project.get_rows() - first_names = [row['First Line'][0:10] if row['First Line'] else None - for row in response.rows] - self.assertEqual(first_names, [ - 'Tom Dalton', None, None, None, - 'Morgan Law', None, None, None, None, 'Eric Batem']) - # {22} - self.project.move_column('First Line', 0) - self.assertInResponse('Move column First Line to position 0') - self.assertEqual(self.project.column_order['First Line'], 0) - # {23} - self.project.engine.mode = 'record-based' - response = self.project.get_rows() - self.assertEqual(response.mode, 'record-based') - self.assertEqual(response.filtered, 4) - # {24} - self.project.add_column( - 'Column', 'Status', 'row.record.cells["Column"].value[-1]') - self.assertInResponse('filling 18 rows') - # {25} - self.project.text_transform( - 'Column', 'row.record.cells["Column"].value[1, -1].join("|")') - self.assertInResponse('18 cells') - # {26} - self.project.engine.mode = 'fd' - # {27} - blank_facet = facet.BlankFacet('First Line', selection=True) - self.project.remove_rows(blank_facet) - self.assertInResponse('Remove 14 rows') - self.project.engine.remove_all() - # {28} - self.project.split_column('Column', separator='|') - self.assertInResponse('Split 4 cell(s) in column Column') - - -class TutorialTestWebScraping(refinetest.RefineTestCase): - project_file = 'eli-lilly.csv' - - filter_expr_1 = """ - forEach( - value[2,-2].replace(" ", " ").split("), ("), - v, - v[0,-1].partition(", '", true).join(":") - ).join("|") - """ - filter_expr_2 = """ - filter( - value.split("|"), p, p.partition(":")[0].toNumber() == %d - )[0].partition(":")[2] - """ - - def test_web_scraping(self): - # Section "6. Web Scraping" - # {1}, {2} - self.project.split_column('key', separator=':') - self.assertInResponse('Split 5409 cell(s) in column key') - self.project.rename_column('key 1', 'page') - self.assertInResponse('Rename column key 1 to page') - self.project.rename_column('key 2', 'top') - self.assertInResponse('Rename column key 2 to top') - self.project.move_column('line', 'end') - self.assertInResponse('Move column line to position 2') - # {3} - self.project.sorting = facet.Sorting([ - {'column': 'page', 'valueType': 'number'}, - {'column': 'top', 'valueType': 'number'}, - ]) - self.project.reorder_rows() - self.assertInResponse('Reorder rows') - first_row = self.project.get_rows(limit=1).rows[0] - self.assertEqual(first_row['page'], 1) - self.assertEqual(first_row['top'], 24) - # {4} - filter_facet = facet.TextFilterFacet('line', 'ahman') - rows = self.project.get_rows(filter_facet).rows - self.assertEqual(len(rows), 1) - self.assertEqual(rows[0]['top'], 106) - filter_facet.query = 'alvarez' - rows = self.project.get_rows().rows - self.assertEqual(len(rows), 2) - self.assertEqual(rows[-1]['top'], 567) - self.project.engine.remove_all() - # {5} - tutorial says 'line'; it means 'top' - line_facet = facet.NumericFacet('top') - line_facet.to = 100 - self.project.remove_rows(line_facet) - self.assertInResponse('Remove 775 rows') - line_facet.From = 570 - line_facet.to = 600 - self.project.remove_rows(line_facet) - self.assertInResponse('Remove 71 rows') - line_facet.reset() - response = self.project.get_rows() - self.assertEqual(response.filtered, 4563) - # {6} - page_facet = facet.TextFacet('page', 1) # 1 not '1' - self.project.engine.add_facet(page_facet) - # {7} - rows = self.project.get_rows().rows - # Look for a row with a name in it by skipping HTML - name_row = [row for row in rows if '' not in row['line']][0] - self.assertTrue('WELLNESS' in name_row['line']) - self.assertEqual(name_row['top'], 161) - line_facet.From = 20 - line_facet.to = 160 - self.project.remove_rows() - self.assertInResponse('Remove 9 rows') - self.project.engine.remove_all() - # {8} - self.project.text_transform('line', expression=self.filter_expr_1) - self.assertInResponse('Text transform on 4554 cells in column line') - # {9} - XXX following is generating Java exceptions - #filter_expr = self.filter_expr_2 % 16 - #self.project.add_column('line', 'Name', expression=filter_expr) - # {10} to the final {19} - nothing new in terms of exercising the API. - - -if __name__ == '__main__': - unittest.main()