<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Citizens Against Government Waste: House Appropriations Subcommittee Chairs</TITLE><BASE 
href=http://www.cagw.org/site/PageServer?pagename=PorkerProfile_Election06_House><BASE 
href=http://www.cagw.org/site/PageServer?pagename=PorkerProfile_Election06_House>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META http-equiv=Content-Script-Type content=text/javascript>
<META content=" " name=Keywords>
<META content="" name=Description>
<SCRIPT src="../js/utils.js" type=text/javascript></SCRIPT>

<SCRIPT src="../js/list_component.js" type=text/javascript></SCRIPT>

<SCRIPT src="../js/prototype.js" type=text/javascript></SCRIPT>

<SCRIPT src="../js/CList.js" type=text/javascript></SCRIPT>

<SCRIPT src="../js/CCallWrapper.js" type=text/javascript></SCRIPT>

<SCRIPT src="../js/CSimpleObservable.js" type=text/javascript></SCRIPT>

<SCRIPT src="../js/obs_comp.js" type=text/javascript></SCRIPT>
<LINK href="../css/UserGlobalStyle.css" type=text/css rel=stylesheet><LINK 
href="../css/UserIEStyle.css" type=text/css rel=stylesheet><LINK 
href="../css/CustomStyle.css" type=text/css rel=stylesheet><LINK 
href="../css/CustomWysiwygStyle.css" type=text/css rel=stylesheet>
<SCRIPT src="../js/user_wrapper.js" type=text/javascript></SCRIPT>

<META content=v5.0 name=CnvHeaderVersion>
<SCRIPT 
language=JavaScript1.2>dqm__codebase = "../js/" //script folder location</SCRIPT>

<SCRIPT language=JavaScript1.2 src="../js/cagw_settings.js"></SCRIPT>

<SCRIPT language=JavaScript1.2 src="../js/dqm_loader.js"></SCRIPT>

<SCRIPT language=JavaScript type=text/javascript><!--
//        Modified for the DOM by Paul B. Joiner paulj@convio.com 2000.01.23
//
var scrollerwidth=624;
var scrollerheight=18;
var pausebetweenimages=4000;
var hSlideContent=new Array();
hSlideContent[0]='';
hSlideContent[1]='';
hSlideContent[2]='';
hSlideContent[3]='';
if (hSlideContent.length>1) i=2;
else i=0;
//        This apparently crawls the DOM to find the object named n.
//        If I'm correct, you can jump start it by specifying a
//        sub-document object in d. This is obsolete for DOM
//        compliant browsers.
//        version 3.0
//
function locateObject( n, d )

var p,i,x;
if(!d) {
d=document;
}
if((p=n.indexOf("?"))>0&&parent.frames.length){
d=parent.frames[n.substring(p+1)].document;
n=n.substring(0,p);
}
if(!(x=d[n])&&d.all) {
x=d.all[n];
}
for (i=0; !x&&i<d.forms.length; i++) {
x=d.forms[i][n];
}
for(i=0; !x&&d.layers&&i<d.layers.length; i++) {
x=locateObject(n,d.layers[i].document);
}
return x;
}
function moveHTextFirstBlock(whichdiv) {
if (document.layers) {
tlayer=eval(whichdiv)
if (tlayer.left>0&&tlayer.left<=5) {
tlayer.left=0
setTimeout("moveHTextFirstBlock(tlayer)",pausebetweenimages)
setTimeout("moveHTextSecondBlock(locateObject('hTextSecond'))",pausebetweenimages)
return

if (tlayer.left>=tlayer.document.width*-1) {
tlayer.left-=5
setTimeout("moveHTextFirstBlock(tlayer)",10)
} else {
tlayer.left=scrollerwidth+5
tlayer.document.write(hSlideContent[i])
tlayer.document.close()
if (i==hSlideContent.length-1) { i=0 } else { i++ }
}
} else {
tdiv=eval(whichdiv)
if (tdiv.style.pixelLeft>0&&tdiv.style.pixelLeft<=5) {
tdiv.style.pixelLeft=0
setTimeout("moveHTextFirstBlock(tdiv)", pausebetweenimages)
setTimeout("moveHTextSecondBlock('hTextSecond')", pausebetweenimages)
return
}
if (tdiv.style.pixelLeft>=tdiv.offsetWidth*-1){
tdiv.style.pixelLeft-=5
setTimeout("moveHTextFirstBlock(tdiv)",10)
} else {
tdiv.style.pixelLeft=scrollerwidth+5
tdiv.innerHTML=hSlideContent[i]
if (i==hSlideContent.length-1) { i=0 } else { i++ }
}
}
}
function moveHTextSecondBlock(whichdiv) {
if (document.layers) {
tlayer2=eval(whichdiv)
if (tlayer2.left>0&&tlayer2.left<=5) {
tlayer2.left=0
setTimeout("moveHTextSecondBlock(tlayer2)",pausebetweenimages)
setTimeout("moveHTextFirstBlock(locateObject('hTextMain').document.layers['hTextFirst'])",pausebetweenimages)
return
}
if (tlayer2.left>=tlayer2.document.width*-1) {
tlayer2.left-=5
setTimeout("moveHTextSecondBlock(tlayer2)",10)
} else {
tlayer2.left=scrollerwidth+5
tlayer2.document.write(hSlideContent[i])
tlayer2.document.close()
if (i==hSlideContent.length-1) { i=0 } else { i++ }
}
} else {
tdiv2=eval(whichdiv)
if (tdiv2.style.pixelLeft>0&&tdiv2.style.pixelLeft<=5) {
tdiv2.style.pixelLeft=0
setTimeout("moveHTextSecondBlock(tdiv2)",pausebetweenimages)
setTimeout("moveHTextFirstBlock('hTextFirst')",pausebetweenimages)
return
}
if (tdiv2.style.pixelLeft>=tdiv2.offsetWidth*-1) {
tdiv2.style.pixelLeft-=5
setTimeout("moveHTextSecondBlock('hTextSecond')",10)
} else {
tdiv2.style.pixelLeft=scrollerwidth+5
tdiv2.innerHTML=hSlideContent[i]
if (i==hSlideContent.length-1) { i=0 } else { i++ }
}
}
}
function DOMmoveHTextFirstBlock(firstdiv) {
toDiv1 = eval(firstdiv);
if (parseInt(firstdiv.style.left) > 0 && parseInt(firstdiv.style.left) <= 5) {
firstdiv.style.left = 0;
setTimeout("DOMmoveHTextFirstBlock(toDiv1)" , pausebetweenimages);
setTimeout("DOMmoveHTextSecondBlock(document.getElementById('hTextSecond'))" , pausebetweenimages);
return;
}
if (parseInt(firstdiv.style.left) >= parseInt(firstdiv.offsetWidth) * -1){
firstdiv.style.left = parseInt(firstdiv.style.left) - 5;
setTimeout("DOMmoveHTextFirstBlock(toDiv1)",10);
} else {
firstdiv.style.left = scrollerwidth + 5;
firstdiv.innerHTML = hSlideContent[i];
if (i==hSlideContent.length-1) { i=0 } else { i++ }
}
}
function DOMmoveHTextSecondBlock(seconddiv) {
toDiv2 = eval(seconddiv);
if (parseInt(seconddiv.style.left) > 0 && parseInt(seconddiv.style.left) <= 5) {
seconddiv.style.left = 0;
setTimeout("DOMmoveHTextSecondBlock(toDiv2)", pausebetweenimages);
setTimeout("DOMmoveHTextFirstBlock(document.getElementById('hTextFirst'))", pausebetweenimages);
return;
}
if (parseInt(seconddiv.style.left) >= parseInt(seconddiv.offsetWidth) * -1) {
seconddiv.style.left = parseInt(seconddiv.style.left) - 5;
setTimeout("DOMmoveHTextSecondBlock(document.getElementById('hTextSecond'))" , 10);
} else {
seconddiv.style.left = scrollerwidth + 5; 
seconddiv.innerHTML = hSlideContent[i];
if (i==hSlideContent.length-1) { i=0 } else { i++ }
}
}
function startHScroll(){
// if DOM compliant, NS6 IE5
if (document.getElementById) {
document.getElementById('hTextSecond').style.left = scrollerwidth + 5;
document.getElementById('hTextSecond').style.visibility = 'visible';
DOMmoveHTextFirstBlock(document.getElementById('hTextFirst'));
// if NS4+
} else if (document.layers){
locateObject('hTextMain').visibility='show';
locateObject('hTextFirst').visibility='show';
locateObject('hTextSecond').left=scrollerwidth+5;
locateObject('hTextSecond').visibility='show';
moveHTextFirstBlock(locateObject('hTextMain').document.layers['hTextFirst']);
// if IE4+
} else if (document.all) {
locateObject('hTextSecond').style.left=scrollerwidth+5;
locateObject('hTextSecond').visibility='visible';
moveHTextFirstBlock(locateObject("hTextFirst"));
}
}
//--></SCRIPT>

<META content="MSHTML 6.00.2800.1515" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff marginwidth="0" marginheight="0">
<DIV><FONT face=Arial>Lest you truly believe anything is going to be 
different!</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV><SPAN><A id=top title="skip to content" 
href="#content" name=top></A></SPAN><!--CAGW wrapper here--><!-- start 100% table -->
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
  <TBODY>
  <TR>
    <TD><!--start table that holds wrapper-->
      <TABLE cellSpacing=0 cellPadding=0 width=750 align=center border=0>
        <TBODY>
        <TR><!--td for logo/left nav-->
          <TD vAlign=top width=113><A href="PageServer?pagename=homepage"><IMG 
            height=123 alt=home src="../images/wrapper_top_left_logo_02.gif" 
            width=113 border=0></A></TD><!--td for masthead/top nav-->
          <TD>
            <TABLE cellSpacing=0 cellPadding=0 width=637 align=left border=0>
              <TBODY>
              <TR>
                <TD width=202 height=87><A 
                  href="PageServer?pagename=homepage"><IMG height=87 
                  alt="Citizens Against Government Waste" 
                  src="../images/wrapper_banner_cagw_text.gif" width=202 
                  border=0 VALIGN="TOP"></A></TD>
                <TD align=left height=87><IMG height=87 
                  alt="America's #1 taxpayer watchdog" 
                  src="../images/wrapper_banner_default_section.gif" width=425 
                  useMap=#map1 border=0></TD></TR>
              <TR>
                <TD style="PADDING-TOP: 9px" vAlign=bottom width=637 colSpan=2 
                height=25>
                  <TABLE cellSpacing=0 cellPadding=0 width=637 align=left 
                  border=0>
                    <TBODY>
                    <TR>
                      <TD width="100%" bgColor=#000000 colSpan=17 
                        height=1><IMG height=1 src="../images/sp.gif"></TD></TR>
                    <TR>
                      <TD 
                      style="BORDER-TOP: #000000 1px solid; BACKGROUND: #006666; BORDER-BOTTOM: #000000 1px solid"><IMG 
                        height=20 alt="" src="../images/sp.gif" width=13 
                        border=0></TD>
                      <TD><A 
                        onmouseover="MM_swapImage('home','','../images/cagw/2k5/topnav_home_over.gif')" 
                        onmouseout=MM_swapImgRestore() 
                        href="PageServer?pagename=homePage"><IMG id=home 
                        height=25 alt="" 
                        src="../images/cagw/2k5/topnav_home.gif" width=43 
                        border=0 name=home></A></TD>
                      <TD 
                      style="BORDER-TOP: #000000 1px solid; BACKGROUND: #006666; BORDER-BOTTOM: #000000 1px solid"><IMG 
                        height=1 alt="" src="../images/sp.gif" width=13 
                      border=0></TD>
                      <TD><A onmouseover=showMenu(event) 
                        onmouseout=hideMenu(event) 
                        href="PageServer?pagename=getinv_getinvolved"><IMG 
                        id=menu0 height=25 alt="" 
                        src="../images/cagw/2k5/topnav_involve.gif" width=95 
                        border=0 name=menu0></A></TD>
                      <TD 
                      style="BORDER-TOP: #000000 1px solid; BACKGROUND: #006666; BORDER-BOTTOM: #000000 1px solid"><IMG 
                        height=1 alt="" src="../images/sp.gif" width=13 
                      border=0></TD>
                      <TD><A onmouseover=showMenu(event) 
                        onmouseout=hideMenu(event) 
                        href="PageServer?pagename=news_main"><IMG id=menu1 
                        height=25 alt="" 
                        src="../images/cagw/2k5/topnav_news.gif" width=44 
                        border=0 name=menu1></A></TD>
                      <TD 
                      style="BORDER-TOP: #000000 1px solid; BACKGROUND: #006666; BORDER-BOTTOM: #000000 1px solid"><IMG 
                        height=1 alt="" src="../images/sp.gif" width=13 
                      border=0></TD>
                      <TD><A onmouseover=showMenu(event) 
                        onmouseout=hideMenu(event) 
                        href="PageServer?pagename=reports_main"><IMG id=menu2 
                        height=25 alt="" 
                        src="../images/cagw/2k5/topnav_reports.gif" width=64 
                        border=0 name=menu2></A></TD>
                      <TD 
                      style="BORDER-TOP: #000000 1px solid; BACKGROUND: #006666; BORDER-BOTTOM: #000000 1px solid"><IMG 
                        height=1 alt="" src="../images/sp.gif" width=13 
                      border=0></TD>
                      <TD><A onmouseover=showMenu(event) 
                        onmouseout=hideMenu(event) 
                        href="PageServer?pagename=issues_main"><IMG id=menu3 
                        height=25 alt="" 
                        src="../images/cagw/2k5/topnav_issues.gif" width=52 
                        border=0 name=menu3></A></TD>
                      <TD 
                      style="BORDER-TOP: #000000 1px solid; BACKGROUND: #006666; BORDER-BOTTOM: #000000 1px solid"><IMG 
                        height=1 alt="" src="../images/sp.gif" width=13 
                      border=0></TD>
                      <TD><A onmouseover=showMenu(event) 
                        onmouseout=hideMenu(event) 
                        href="PageServer?pagename=news_porkerofthemonth"><IMG 
                        id=menu4 height=25 alt="" 
                        src="../images/cagw/2k5/topnav_pork.gif" width=44 
                        border=0 name=menu4></A></TD>
                      <TD 
                      style="BORDER-TOP: #000000 1px solid; BACKGROUND: #006666; BORDER-BOTTOM: #000000 1px solid"><IMG 
                        height=1 alt="" src="../images/sp.gif" width=13 
                      border=0></TD>
                      <TD><A href="PageServer?pagename=ccagw_letters"><IMG 
                        id=menu5 height=25 alt="" 
                        src="../images/cagw/2k5/topnav_govt.gif" width=93 
                        border=0 name=menu5></A></TD>
                      <TD 
                      style="BORDER-TOP: #000000 1px solid; BACKGROUND: #006666; BORDER-BOTTOM: #000000 1px solid"><IMG 
                        height=1 alt="" src="../images/sp.gif" width=13 
                      border=0></TD>
                      <TD><A onmouseover=showMenu(event) 
                        onmouseout=hideMenu(event) 
                        href="PageServer?pagename=Contacts"><IMG id=menu6 
                        height=25 alt="" 
                        src="../images/cagw/2k5/topnav_about.gif" width=69 
                        border=0 name=menu6></A></TD>
                      <TD 
                      style="BORDER-TOP: #000000 1px solid; BACKGROUND: #006666; BORDER-BOTTOM: #000000 1px solid" 
                      width="100%"><IMG alt="" src="../images/sp.gif" 
                      border=0></TD></TR>
                    <TR>
                      <TD bgColor=#000000 colSpan=17 height=1><IMG 
                        src="../images/sp.gif"></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR>
        <TR><!--td for left nav-->
          <TD 
          style="BACKGROUND: url(../images/wrapper_vertical_nav_bg.gif) #009999" 
          vAlign=top width=113 height="100%"><!-- Have I mentioned that I hate nested tables? -->
            <TABLE cellSpacing=0 cellPadding=0 width=113 border=0>
              <TBODY>
              <TR>
                <TD align=middle>
                  <SCRIPT type=text/javascript>
<!-- hide this script from old browsers

function submitenter(myfield,e)
{
var keycode;
if (window.event) keycode = window.event.keyCode;
else if (e) keycode = e.which;
else return true;
if (keycode == 13)
{
submitForm();
return false;
}
else
return true;
}
function submitForm() {
if (submitOnce("Your request is being processed.  Please wait.")) {
return sendForm();
}
else {
return false;
}
}
function sendForm(){
var first_name = URLEncode(document.QuickRegistration.QREG_FIRST_NAME.value);
var last_name = URLEncode(document.QuickRegistration.QREG_LAST_NAME.value);
var email = URLEncode(document.QuickRegistration.QREG_EMAIL.value);

var style = URLEncode(document.QuickRegistration.QREG_STYLE.value);
var includeInterests = URLEncode(document.QuickRegistration.QREG_INCLUDE_INTERESTS.value);
var externalContent = URLEncode(document.QuickRegistration.QREG_EXTERNAL_CONTENT.value);
var buttonText = URLEncode(document.QuickRegistration.QREG_BUTTON_TEXT.value);
var nexturl = document.QuickRegistration.NEXTURL_FOR_JS.value;
var complete = URLEncode(document.QuickRegistration.QREG_COMPLETE.value);
var theTime = new Date().getTime();        // used to make URL unique
var url = "http://www.cagw.org/site/QuickReg?JServSessionIdr012=20677mssc1.app20a&QREG_SUBMIT=TRUE&QREG_FIRST_NAME=" + first_name + "&QREG_LAST_NAME=" + last_name + "&QREG_EMAIL=" + email  + "&QREG_STYLE=" + style + "&QREG_INCLUDE_INTERESTS=" + includeInterests + "&QREG_EXTERNAL_CONTENT=" + externalContent + "&QREG_BUTTON_TEXT=" + buttonText + "&QREG_COMPLETE=" + complete + "&TS=" + theTime + "&NEXTURL=" + nexturl;

document.QuickRegistration.QREG_EMAIL.value = "";




MM_openBrWindow(url, 'Select', 'scrollbars=yes,resizable=yes,alwaysRaised=yes,dependent=yes,width=' + width + ',height=' + height)
cv_new_win (url, 'Register', width, height, true);
return false;
}
function popupForm(){
var style = URLEncode(document.QuickRegistration.QREG_STYLE.value);
var includeInterests = URLEncode(document.QuickRegistration.QREG_INCLUDE_INTERESTS.value);
var externalContent = URLEncode(document.QuickRegistration.QREG_EXTERNAL_CONTENT.value);
var buttonText = URLEncode(document.QuickRegistration.QREG_BUTTON_TEXT.value);
var nexturl = document.QuickRegistration.NEXTURL_FOR_JS.value;
var complete = URLEncode(document.QuickRegistration.QREG_COMPLETE.value);
var theTime = new Date().getTime();        // used to make URL unique
var url = "http://www.cagw.org/site/QuickReg?JServSessionIdr012=20677mssc1.app20a&QREG_STYLE=" + style + "&QREG_INCLUDE_INTERESTS=" + includeInterests + "&QREG_EXTERNAL_CONTENT=" + externalContent + "&QREG_BUTTON_TEXT=" + buttonText + "&QREG_COMPLETE=" + complete + "&TS=" + theTime + "&NEXTURL=" + nexturl;
 var width = 440; var height = 400; 





MM_openBrWindow(url, 'Select', 'scrollbars=yes,resizable=yes,alwaysRaised=yes,dependent=yes,width=' + width + ',height=' + height);
cv_new_win (url, 'Register', width, height, true);
}
// done hiding from old browsers -->
</SCRIPT>

                  <FORM name=QuickRegistration onsubmit="return false;" 
                  action=http://www.cagw.org/site/QuickReg?JServSessionIdr012=20677mssc1.app20a 
                  method=get>
                  <SCRIPT language=javascript>document.write('<input type="image" src="../images/wrapper_button_register_now.gif" width="83" height="15" alt="Register Now" border="0" name="QREG_DISPLAY" value="Register Now" style="margin-top: 4px;" name="QREG_DISPLAY" value="Register Now" onclick="popupForm()" />');</SCRIPT>
                  <NOSCRIPT><INPUT id=QREG_SYNCH type=hidden value=1 
                  name=QREG_SYNCH> <INPUT id=QREG_SAME_WINDOW type=hidden 
                  value=TRUE name=QREG_SAME_WINDOW> <INPUT 
                  style="MARGIN-TOP: 4px" type=image height=15 
                  alt="Register Now" width=83 
                  src="../images/wrapper_button_register_now.gif" 
                  value="Register Now" border=0 name=QREG_DISPLAY> 
                  </NOSCRIPT><INPUT id=QREG_STYLE type=hidden value=0 
                  name=QREG_STYLE> <INPUT id=QREG_INCLUDE_INTERESTS type=hidden 
                  value=FALSE name=QREG_INCLUDE_INTERESTS> <INPUT 
                  id=QREG_EXTERNAL_CONTENT type=hidden value=FALSE 
                  name=QREG_EXTERNAL_CONTENT> <INPUT id=QREG_BUTTON_TEXT 
                  type=hidden value="Register Now" name=QREG_BUTTON_TEXT> <INPUT 
                  id=QREG_COMPLETE type=hidden value=NONE name=QREG_COMPLETE> 
                  <INPUT id=NEXTURL_FOR_JS type=hidden 
                  value=http%3A%2F%2Fwww.cagw.org%2Fsite%2FPageServer%3Fpagename%3DPorkerProfile_Election06_House 
                  name=NEXTURL_FOR_JS> <INPUT id=NEXTURL type=hidden 
                  value=http://www.cagw.org/site/PageServer?pagename=PorkerProfile_Election06_House 
                  name=NEXTURL> <INPUT id=BUTTON_IMAGE type=hidden value=null 
                  name=BUTTON_IMAGE> </FORM></TD></TR>
              <TR>
                <TD align=middle>
                  <TABLE 
                  style="BACKGROUND: none transparent scroll repeat 0% 0%" 
                  cellSpacing=3 cellPadding=0 width=113 border=0>
                    <TBODY>
                    <TR>
                      <TD align=middle width=113 colSpan=2 height=1>
                        <FORM name=lLogonForm 
                        action=http://www.cagw.org/site/UserLogin method=post 
                        target=_top></TD></TR>
                    <TR>
                      <TD align=middle width=113 colSpan=2><INPUT id=USERNAME 
                        maxLength=40 size=10 name=USERNAME></TD></TR>
                    <TR>
                      <TD align=middle width=113 colSpan=2 height=8><IMG 
                        height=8 alt="user name" 
                        src="../images/wrapper_text_user_name.gif" width=45 
                        border=0></TD></TR>
                    <TR>
                      <TD align=middle width=113 colSpan=2><INPUT id=Password 
                        type=password maxLength=20 size=10 name=Password></TD></TR>
                    <TR>
                      <TD align=middle width=113 colSpan=2 height=8><IMG 
                        height=8 alt=password 
                        src="../images/wrapper_text_password.gif" width=46 
                        border=0></TD></TR>
                    <TR>
                      <TD align=middle width=113 colSpan=2 height=10><IMG 
                        height=8 alt="remember me" 
                        src="../images/wrapper_text_remember_me.gif" width=60 
                        border=0><IMG height=8 alt="" src="../images/spacer.gif" 
                        width=10><INPUT id=RememberMe type=checkbox CHECKED 
                        value=RememberMe name=RememberMe></TD></TR>
                    <TR>
                      <TD align=middle width=113 colSpan=2 height=15><INPUT 
                        id=login type=image height=15 alt="login button" 
                        width=40 src="../images/wrapper_button_login.gif" 
                        border=0 name=login><INPUT id=NEXTURL type=hidden 
                        value=http://www.cagw.org/site/PageServer?pagename=PorkerProfile_Election06_House 
                        name=NEXTURL>&nbsp;<A 
                        onclick="MM_openBrWindow('../Help/UserHelp/Contents.htm','Help','toolbar=yes,scrollbars=yes,resizable=yes,alwaysRaised=yes,dependent=yes,width=500,height=500'); return false;" 
                        href="javascript:void 0;"><IMG height=15 
                        alt="help button" 
                        src="../images/wrapper_button_help.gif" width=32 
                        border=0></A></TD></TR>
                    <TR>
                      <TD align=middle width=113 colSpan=2 
                    height=1></FORM></TD></TR></TBODY></TABLE></TD></TR>
              <TR>
                <TD><A href="PageServer?pagename=getinv_getinvolved"><IMG 
                  height=24 alt=donate 
                  src="../images/wrapper_heading_donate.gif" width=113 
                  border=0></A></TD></TR>
              <TR>
                <TD><A 
                  href="http://www.cagw.org/site/TellAFriend?JServSessionIdr012=20677mssc1.app20a&amp;page=http%3A%2F%2Fwww.cagw.org%2Fsite%2FPageServer%3Fpagename%3DPorkerProfile_Election06_House&amp;type=0&amp;id=0"><IMG 
                  src="../images/cagw/2k5/tellafriend.gif" border=0></A></TD>
              <TR>
                <TD>
                  <SCRIPT language=JavaScript type=text/javascript><!--
MM_preloadImages('../images/User/cv_57041.gif','../images/User/cv_3550.gif','../images/User/cv_57045.gif','../images/User/cv_57047.gif','../images/User/cv_57121.gif','../images/User/cv_53060.gif','../images/User/cv_40158.gif','../images/User/cv_57055.gif')
//--></SCRIPT>

                  <TABLE cellSpacing=0 cellPadding=0 border=0>
                    <TBODY>
                    <TR>
                      <TD>
                        <P align=center><BR><STRONG><A 
                        href="PageServer?pagename=reports_pigbook2006"><IMG 
                        src="../images/content/pagebuilder/179632.jpg" 
                        border=0></A><BR><BR><EM>2006</EM> <EM>Pig 
                        Book</EM><BR><BR></STRONG><A 
                        href="PageServer?pagename=news_porkerofthemonth"><IMG 
                        alt="porker of the month blue" 
                        src="../images/content/pagebuilder/171970.jpg" 
                        border=0></A></P>
                        <P align=center><FONT 
                        style="FONT-SIZE: 120%"><STRONG>1-800-<BR>BE-ANGRY</STRONG><BR></FONT><STRONG><BR><A 
                        href="PageServer?pagename=RSS"><IMG alt=RSS2 
                        src="../images/content/pagebuilder/183660.bmp" 
                        border=0><IMG alt=XML 
                        src="../images/content/pagebuilder/183659.gif" 
                        border=0><BR><IMG alt="My Yahoo" 
                        src="../images/content/pagebuilder/183661.bmp" 
                        border=0></A><BR></STRONG><STRONG></P></STRONG></TD></TR></TBODY></TABLE></TD></TR>
              <TR>
                <TD><!-- search box -->
                  <TABLE cellSpacing=0 cellPadding=0 width=113 border=0>
                    <FORM id=searchForm name=searchForm 
                    action=http://www.cagw.org/site/Search?JServSessionIdr012=20677mssc1.app20a 
                    method=get><!-- search for -->
                    <TBODY>
                    <TR>
                      <TD align=middle width=113 height=7><IMG height=7 
                        alt=search src="../images/wrapper_text_search.gif" 
                        width=57 border=0></TD></TR><!-- user name box -->
                    <TR>
                      <TD align=middle width=113><INPUT class=.inputMonospace 
                        id=query maxLength=50 size=12 name=query></TD></TR><!-- go button graphic -->
                    <TR>
                      <TD align=middle width=113 height=15><INPUT type=image 
                        height=15 alt="submit buton" width=56 
                        src="../images/wrapper_button_go.gif" value=go 
                        border=0><INPUT id=inc type=hidden value=10 
                    name=inc></TD></TR></FORM>
                    <TR>
                      <TD 
                      style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px" 
                      width=113><A href="http://www.convio.com/poweredby"><IMG 
                        height=36 alt="Powered By Convio" 
                        src="../images/wrapper_vnav_powered_by_convio.gif" 
                        width=113 border=0></A></TD></TR>
                    <TR>
                      <TD align=middle width=113><A 
                        href="https://digitalid.verisign.com/as2/267ea7d91bd4ad9df804baf1859f534a" 
                        target=_new><IMG height=51 alt=verisign 
                        src="../images/wrapper_verisign_logo.gif" width=45 
                        border=0></A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD><!--td for content-->
          <TD title="back to top" style="PADDING-LEFT: 10px; a: " vAlign=top 
          align=left width=650 href="#top" name="content" content?></A><BR>
            <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
              <TBODY>
              <TR>
                <TD>
                  <P align=left><FONT style="FONT-SIZE: 140%"><A 
                  name=top></A>Pork Profiles - House</FONT></P></TD></TR>
              <TR>
                <TD>
                  <P><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><FONT 
                  style="COLOR: #000099" color=#000099><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><BR><FONT 
                  style="COLOR: #000000" color=#000000>Links:&nbsp;&nbsp; <A 
                  href="News2?page=NewsArticle&amp;id=10204">Press 
                  release</A>&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;Pork Profiles - <A 
                  href="PageServer?pagename=PorkerProfile_Election06_Senate">Senate</A></FONT></SPAN></FONT></SPAN></P>
                  <P><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><FONT 
                  style="COLOR: #000000" color=#000000>The following is a list 
                  of incoming Democrat leaders and probable House Appropriations 
                  Subcommittee chairs for the 110<SUP>th</SUP> Congress and the 
                  amount of pork they helped secure for their states in fiscal 
                  years 2005 and 2006.&nbsp; The totals include only those 
                  projects that were originally added to the House versions of 
                  the annual appropriations bills.&nbsp; These are the projects 
                  that can most likely be attributed to the representatives in 
                  question.&nbsp; As such, they are conservative estimates and 
                  do not include projects that the representative might have 
                  added behind closed doors during conference negotiations. 
                  </FONT></SPAN></P></SPAN>
                  <P><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><FONT 
                  style="COLOR: #000099" color=#000099><A href="#Pelosi">Speaker 
                  of the House - Nancy Pelosi, <ST1:PLACE w:st="on"><ST1:STATE 
                  w:st="on">California - 
                  $31,297,000</ST1:STATE></ST1:PLACE></A></FONT></SPAN></P>
                  <P><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><FONT 
                  style="COLOR: #000099" color=#000099><A href="#Hoyer">House 
                  Majority Leader - Steny Hoyer, Maryland - 
                  $26,261,500</A></FONT></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><FONT 
                  style="COLOR: #000099" color=#000099></FONT></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><FONT 
                  style="COLOR: #000099" color=#000099><A 
                  href="#DeLauro">Agriculture, Rural Development, Food and Drug 
                  Administration - Rosa DeLauro, <ST1:STATE w:st="on"><ST1:PLACE 
                  w:st="on">Connecticut - $766,750</ST1:PLACE></ST1:STATE> 
                  </A></FONT></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><FONT 
                  style="COLOR: #000099" color=#000099></FONT></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><FONT 
                  style="COLOR: #000099" color=#000099><A href="#Murtha">Defense 
                  - John Murtha, <ST1:PLACE w:st="on"><ST1:STATE 
                  w:st="on">Pennsylvania - $26,877,250</ST1:STATE></ST1:PLACE> 
                  </A></FONT></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><FONT 
                  style="COLOR: #000099" color=#000099></FONT></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><FONT 
                  style="COLOR: #000099" color=#000099><A 
                  href="#Visclosky">Energy and Water Development and Related 
                  Agencies - Peter J. Visclosky, Indiana - 
                  $30,162,750</A></FONT></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><FONT 
                  style="COLOR: #000099" color=#000099></FONT></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><FONT 
                  style="COLOR: #000099" color=#000099><A href="#Lowey">Foreign 
                  Operations, Export Financing and Related Programs - Nita M. 
                  Lowey, <ST1:STATE w:st="on"><ST1:PLACE w:st="on">New York - 
                  $9,369,000</ST1:PLACE></ST1:STATE></A></FONT></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><ST1:STATE 
                  w:st="on"><ST1:PLACE 
                  w:st="on"></ST1:PLACE></ST1:STATE></SPAN><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><FONT 
                  style="COLOR: #000099" color=#000099><A 
                  href="#Dicks">Interior, Environment and Related Agencies - 
                  Norman D. Dicks, Washington - $1,854,750</A></FONT></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><FONT 
                  style="COLOR: #000099" color=#000099></FONT></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><FONT 
                  style="COLOR: #000099" color=#000099><A href="#Obey">Labor, 
                  Health and Human Services, Education and Related Agencies - 
                  David R. Obey, <ST1:STATE w:st="on"><ST1:PLACE 
                  w:st="on">Wisconsin -&nbsp; 
                  $5,540,000</ST1:PLACE></ST1:STATE></A></FONT></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><FONT 
                  style="COLOR: #000099" color=#000099></FONT></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><FONT 
                  style="COLOR: #000099" color=#000099><A 
                  href="#Edwards">Military Quality of Life and Veterans Affairs 
                  and Related Agencies - Chet Edwards, <ST1:STATE 
                  w:st="on"><ST1:PLACE w:st="on">Texas - 
                  $6,209,250</ST1:PLACE></ST1:STATE></A></FONT></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><FONT 
                  style="COLOR: #000099" color=#000099></FONT></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><FONT 
                  style="COLOR: #000099" color=#000099><A 
                  href="#Mollohan">Science, State, Justice and Commerce and 
                  Related Agencies - Alan B. Mollohan, <ST1:STATE 
                  w:st="on"><ST1:PLACE w:st="on">West Virginia - 
                  $48,943,750</ST1:PLACE></ST1:STATE></A></FONT></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><FONT 
                  style="COLOR: #000099" color=#000099></FONT></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><FONT 
                  style="COLOR: #000099" color=#000099><A 
                  href="#Olver">Transportation, Treasury and Housing and Urban 
                  Development, the Judiciary, <ST1:STATE w:st="on">District of 
                  Columbia</ST1:STATE> - John W. <ST1:PLACE w:st="on"><ST1:CITY 
                  w:st="on">Olver</ST1:CITY>, <ST1:STATE w:st="on">Massachusetts 
                  - $2,752,000</ST1:STATE></ST1:PLACE></A></FONT></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><FONT 
                  style="COLOR: #000099" color=#000099><ST1:PLACE 
                  w:st="on"><ST1:STATE 
                  w:st="on"></ST1:STATE></ST1:PLACE></FONT></SPAN></P></TD></TR>
              <TR>
                <TD>
                  <P><SPAN><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "><A name=Pelosi></A><IMG height=150 
                  alt="Representative Nancy Pelosi" 
                  src="http://advocacyrelay.convio.net/images/advocacy/legislators/PeloXNan03261940.gif" 
                  width=120 
                  align=left></FONT></STRONG></SPAN></P><SPAN><STRONG><FONT 
                  style="FONT-FAMILY: Arial" face="Arial ">
                  <P><BR><BR><BR>Speaker of the House <BR>Nancy Pelosi, 
                  </FONT></STRONG><ST1:STATE w:st="on"><ST1:PLACE 
                  w:st="on"><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial ">California<BR>Total pork since 2005: 
                  $31,297,000<BR></FONT></STRONG></ST1:PLACE></ST1:STATE></SPAN><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"><STRONG>Lifetime 
                  CCAGW vote rating: <A 
                  href="VoteCenter?congress=109&amp;repId=177&amp;session_num=0&amp;page=legScore">13% 
                  - Hostile</A></STRONG></SPAN></STRONG></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><STRONG><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Quote: 
                  </SPAN></STRONG><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">"There are many 
                  earmarks that are very worthy, all of mine, as a matter of 
                  fact."<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>- <EM>The 
                  <ST1:STATE w:st="on"><ST1:PLACE 
                  w:st="on">Washington</ST1:PLACE></ST1:STATE> Times</EM>, 
                  </EM>March 17, 2006</STRONG></SPAN></STRONG></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal style="TEXT-ALIGN: center" 
                  align=center><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><STRONG>2005-2006 
                  Pork</STRONG></SPAN></STRONG></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$5.6 million to 
                  the Gallo Center Department of Neurology in the 2006 Defense 
                  Appropriations Bill</SPAN><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN>&nbsp;</P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$4 million to the 
                  Hunters Point Naval Shipyard in the 2006 Defense 
                  Appropriations Bill</SPAN><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN>&nbsp;</P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$3.75 million to 
                  the Gallo Center Department of Neurology for alcoholism 
                  research in the 2005 Defense Appropriations Bill</SPAN><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN>&nbsp;</P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$3.3 million to 
                  the Northern California Institute for research and education 
                  in the 2006 Defense Appropriations Bill</SPAN><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN>&nbsp;</P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$3 million to the 
                  KIPP Foundation, <ST1:CITY w:st="on"><ST1:PLACE w:st="on">San 
                  Francisco</ST1:PLACE></ST1:CITY>, for leadership training and 
                  extended learning time at KIPP schools, including subgrants in 
                  the 2005 Labor/HHS Appropriations Bill </SPAN><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN>&nbsp;</P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$2.25 million to 
                  the Hunters Point Naval Shipyard in the 2005 Defense 
                  Appropriations Bill</SPAN><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN>&nbsp;</P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$2.123 million to 
                  the San Francisco Maritime National Historic Park, C.A. Thayer 
                  in the 2005 Interior Appropriations Bill</SPAN><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN>&nbsp;</P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$1.875 million to 
                  the Presidio Trust in the 2005 Defense Appropriations Bill 
                  </SPAN><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN>&nbsp;</P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$1 million to the 
                  University of San Francisco for science and environment in the 
                  Veterans Affairs, Housing and Urban Development, Independent 
                  Agencies Appropriations Bill</SPAN><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN>&nbsp;</P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$970,000 to the 
                  City and County of San Francisco for capital; and improvement, 
                  upgrades, and buildout for a senior homeless facility in the 
                  Veterans Affairs, Housing and Urban Development, Independent 
                  Agencies Appropriations Bill </SPAN><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN>&nbsp;</P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$750,000 to San 
                  Francisco Ex-Offender Reentry Services in the 2005 Commerce 
                  Appropriations Bill</SPAN><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN>&nbsp;</P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$750,000 to the 
                  Bay Area Youth Violence Prevention Network in the 2005 
                  Commerce Bill</SPAN><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN>&nbsp;</P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$450,000 to the 
                  <ST1:CITY w:st="on"><ST1:PLACE w:st="on">San 
                  Francisco</ST1:PLACE></ST1:CITY> "Safe Streets Project" in the 
                  2005 Commerce Appropriations Bill</SPAN><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN>&nbsp;</P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$400,000 to 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME w:st="on">San 
                  Francisco</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">City</ST1:PLACETYPE></ST1:PLACE>, Attorney's Family 
                  Reunification Program for Neglected Children in the 2006 
                  Commerce Appropriations Bill</SPAN><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN>&nbsp;</P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$388,000 to the 
                  Filipino Cultural Center in San Francisco for rehabilitation 
                  and buyout in the Veterans Affairs, Housing and Urban 
                  Development, Independent Agencies Appropriations 
                  Bill</SPAN><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN>&nbsp;</P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$291,000 to the 
                  International Museum of Women in San Francisco for 
                  rehabilitation and buyout in the Veterans Affairs, Housing and 
                  Urban Development, Independent Agencies Appropriations 
                  Bill</SPAN><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN>&nbsp;</P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$200,000 to the 
                  KIPP Foundation in <ST1:CITY w:st="on">San 
                  Francisco</ST1:CITY> for curriculum development and teacher 
                  training for <ST1:STATE w:st="on"><ST1:PLACE 
                  w:st="on">California</ST1:PLACE></ST1:STATE> schools, 
                  including subgrant in the 2005 Labor/HHS Appropriations Bill 
                  </SPAN><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P style="MARGIN: 0in 0in 0pt"><SPAN 
                  style="FONT-SIZE: 9.5pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$200,000 to 
                  <ST1:PLACETYPE w:st="on">Ocean</ST1:PLACETYPE> <ST1:PLACETYPE 
                  w:st="on">Beach</ST1:PLACETYPE>, <ST1:CITY 
                  w:st="on"><ST1:PLACE w:st="on">San 
                  Francisco</ST1:PLACE></ST1:CITY> in the 2006 Energy and Water 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal align=right><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><SPAN 
                  style="COLOR: navy"></SPAN></SPAN><A href="#top">[back to 
                  top]&nbsp;</A></P>
                  <P class=MsoNormal align=right>&nbsp;</P>
                  <P class=MsoNormal align=left><STRONG><A name=Hoyer></A><IMG 
                  height=150 alt="Representative Steny H. Hoyer" 
                  src="http://advocacyrelay.convio.net/images/advocacy/legislators/HoyeHSte06141939.gif" 
                  width=120 align=left></STRONG></P>
                  <P class=MsoNormal 
                  align=left><STRONG></STRONG>&nbsp;</P><STRONG>
                  <P class=MsoNormal align=left><BR>House Majority 
                  Leader<BR>Steny Hoyer, Maryland<BR>Total pork since 2005: 
                  $26,261,500<BR>Lifetime CCAGW vote rating: <A 
                  href="VoteCenter?congress=109&amp;repId=333&amp;session_num=0&amp;page=legScore">12% 
                  - Hostile</A></STRONG><BR><STRONG><BR></P></STRONG>
                  <P class=MsoNormal align=center><STRONG>2005-2006 
                  Pork</STRONG></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$9.1 million to 
                  Indian Head for a <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Joint</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Aircrew</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Escape</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Component</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">Center</ST1:PLACETYPE></ST1:PLACE> in the 2005 
                  Military Construction Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$8.25 million to 
                  the <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Joint</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Explosive</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Ordnance</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Disposal</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Technical</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Support</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">Center</ST1:PLACETYPE></ST1:PLACE> in Indian Head in 
                  the 2006&nbsp;Military Construction&nbsp;Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$3.8 million to 
                  the TES-N/DCGS-N node at Patuxent River Naval Air Station in 
                  the 2005 Defense Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$1.9 million for 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Advanced</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Maritime</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Technology</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">Center</ST1:PLACETYPE></ST1:PLACE> at Patuxent River 
                  Naval Air Station in the 2005 Defense Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$1.1 million to 
                  Upgrade and enhance instrumentation and integrated range 
                  support at Patuxent River Naval Air Station and Webster Field 
                  in support of UAV and UCAV testing in the 2005 Defense 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$1 million to the 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Goddard</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Space</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Flight</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">Center</ST1:PLACETYPE></ST1:PLACE>’s Clustering and 
                  Advanced Visual Environments Initiative in the 2005 <FONT 
                  style="FONT-FAMILY: Arial" face=Arial size=2><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Veterans Affairs, 
                  Housing and Urban Development, Independent 
                  Agencies&nbsp;</SPAN></FONT>Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$500,000 to the 
                  Pacific Institute for Research and Evaluation and Institute 
                  for Alcohol Awareness in the 2006 Commerce Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$242,500 to St. 
                  Mary’s County for land acquisition and demolishment at the 
                  Lexington Manor Northern Parcel in Leonardtown in the 2005 
                  <FONT style="FONT-FAMILY: Arial" face=Arial size=2><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Veterans Affairs, 
                  Housing and Urban Development, Independent 
                  Agencies&nbsp;</SPAN></FONT>Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$194,000 to the 
                  town of <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">North</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">Beach</ST1:PLACETYPE></ST1:PLACE> for construction 
                  of a gym and multipurpose room at the Bayside Boys and Girls 
                  Club in the 2005 <FONT style="FONT-FAMILY: Arial" face=Arial 
                  size=2><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Veterans Affairs, 
                  Housing and Urban Development, Independent 
                  Agencies&nbsp;</SPAN></FONT>Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$125,000 to 
                  Herring Creek and Tall Timbers in the 2005 Energy 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$50,000 for 
                  foundry sand by-products utilization in Beltsville in the 2005 
                  Agriculture Appropriations Bill</SPAN></P>
                  <P class=MsoNormal align=right><A href="#top">[back to 
                  top]&nbsp;</A>&nbsp;</P>
                  <P class=MsoNormal align=right>&nbsp;</P></TD></TR></TBODY></TABLE>
            <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
              <TBODY>
              <TR>
                <TD vAlign=top>
                  <P align=left><SPAN><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "><A name=DeLauro></A><IMG height=150 
                  alt="Representative Rosa L. DeLauro" 
                  src="http://advocacyrelay.convio.net/images/advocacy/legislators/DeLaLRos03021943.gif" 
                  width=120 align=left><BR><BR><BR>Agriculture, Rural 
                  Development, Food and Drug Administration <BR>Rosa DeLauro, 
                  <ST1:STATE w:st="on"><ST1:PLACE 
                  w:st="on">Connecticut</ST1:PLACE></ST1:STATE> <BR>Total pork 
                  since 2005: $766,750<BR>Lifetime CCAGW vote rating: <A 
                  href="VoteCenter?congress=109&amp;repId=190&amp;session_num=0&amp;page=legScore">14% 
                  - Hostile</A></FONT></STRONG></SPAN><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><STRONG><BR><BR></P></STRONG></SPAN>
                  <P align=center><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><STRONG>2005-2006 
                  Pork</STRONG></SPAN></STRONG></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$500,000 to the 
                  Henry C. Lee Institute of Forensic <ST1:PLACE 
                  w:st="on"><ST1:PLACENAME w:st="on">Science</ST1:PLACENAME> 
                  <ST1:PLACENAME w:st="on">National</ST1:PLACENAME> 
                  <ST1:PLACENAME w:st="on">Cold</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Case</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">Center</ST1:PLACETYPE></ST1:PLACE> in the 2006 
                  Commerce Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$145,500 to the 
                  city of Derby for the Sterling Opera House renovation in the 
                  Veterans Affairs, Housing and Urban Development, Independent 
                  Agencies Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$121,250 to the 
                  Greater Dwight Development Corporation for construction of the 
                  Dwight </SPAN><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Community Child 
                  Care Center in New Haven in the 2005 Veterans Affairs, Housing 
                  and Urban Development, Independent Agencies Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal align=right><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN><A 
                  href="#top">[back to top]</A></P>
                  <P class=MsoNormal align=right>&nbsp;</P></TD></TR>
              <TR>
                <TD vAlign=top>
                  <P><SPAN><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "><A name=Murtha></A><IMG height=150 
                  alt="Representative John 'Jack' P. Murtha" 
                  src="http://advocacyrelay.convio.net/images/advocacy/legislators/MurtPJoh06171932.gif" 
                  width=120 
                  align=left></FONT></STRONG></SPAN></P><SPAN><STRONG><FONT 
                  style="FONT-FAMILY: Arial" face="Arial ">
                  <P><BR>&nbsp;</P>
                  <P>Defense <BR>John Murtha, <ST1:STATE w:st="on"><ST1:PLACE 
                  w:st="on">Pennsylvania</ST1:PLACE></ST1:STATE> <BR>Total pork 
                  since 2005: $26,877,250<BR>Lifetime CCAGW vote rating: <A 
                  href="VoteCenter?congress=109&amp;repId=519&amp;session_num=0&amp;page=legScore">15% 
                  - Hostile</A></FONT><A 
                  href="VoteCenter?congress=109&amp;repId=519&amp;session_num=0&amp;page=legScore">&nbsp;</A></STRONG></SPAN></STRONG><A 
                  href="VoteCenter?congress=109&amp;repId=519&amp;session_num=0&amp;page=legScore"> 
                  </A></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">Has 
                  been under scrutiny for relationships with defense lobbyists, 
                  including his brother, as well as involvement in Abscam 
                  scandal.</SPAN></STRONG></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"></SPAN></STRONG></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"><STRONG>Quotes:</STRONG> 
                  </SPAN></STRONG><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">“… 
                  just because a member wants something that is beneficial to 
                  their district, or to the country in many cases, I don’t 
                  define that as earmarked.” - C-SPAN “Newsmakers,” September 
                  29, 2006</SPAN><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">&nbsp;</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">''You just need to 
                  get the things done, so you give them the votes to get the 
                  things done. … There is no question that some projects come 
                  out of it for our members, and that is not a bad thing. … Deal 
                  making is what Congress is all about.'' <EM>New York 
                  Times</EM>, </EM>October 2, 2006<SPAN 
                  style="COLOR: black"></SPAN></STRONG></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"></SPAN></STRONG></P>
                  <P class=MsoNormal style="TEXT-ALIGN: center" 
                  align=center><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><STRONG>2005-2006 
                  Pork</STRONG></SPAN></STRONG></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$17.78 million for 
                  an airfield runway upgrade in <ST1:PLACE w:st="on"><ST1:CITY 
                  w:st="on">Johnstown</ST1:CITY></ST1:PLACE> in the 2006 
                  Military Construction Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$4.3 million to 
                  the <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">National</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">Center</ST1:PLACETYPE></ST1:PLACE> for Manufacturing 
                  and Machining in the 2006 Defense Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$1 million for the 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Arnold</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Palmer</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Regional</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">Airport</ST1:PLACETYPE></ST1:PLACE> to extend 
                  runways in the 2005 Transportation Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$991,000 to the 
                  city of <ST1:CITY w:st="on"><ST1:PLACE 
                  w:st="on">Johnstown</ST1:PLACE></ST1:CITY> in the 2005 Energy 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$900,000 to the 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Jimmy</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Stewart</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Airport</ST1:PLACENAME></ST1:PLACE> for runway 
                  extensions in the 2005 Transportation Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$485,000 to the 
                  Winnie Palmer Nature Reserve in <ST1:PLACE 
                  w:st="on"><ST1:PLACENAME 
                  w:st="on">Westmoreland</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">County</ST1:PLACETYPE></ST1:PLACE> for facilities 
                  construction and development in the 2005 Veterans Affairs, 
                  Housing and Urban Development, Independent Agencies 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$388,000 to 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Cambria</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">County</ST1:PLACETYPE></ST1:PLACE> for facility 
                  construction and improvements to the Johnstown Regional 
                  Technology Complex in the 2005 Veterans Affairs, Housing and 
                  Urban Development, Independent Agencies Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$242,500 to the 
                  Waynesburg College Center for Economic Development in Greene 
                  County for facilities construction and renovation in the 2005 
                  Veterans Affairs, Housing and Urban Development, Independent 
                  Agencies Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$225,000 to 
                  <ST1:PLACENAME w:st="on">California</ST1:PLACENAME> 
                  <ST1:PLACETYPE w:st="on">University</ST1:PLACETYPE> for the 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Monongahela</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">Valley</ST1:PLACETYPE> <ST1:PLACETYPE 
                  w:st="on">River</ST1:PLACETYPE></ST1:PLACE> Research Project 
                  in the 2005 Veterans Affairs, Housing and Urban Development, 
                  Independent Agencies Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$194,000 to 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Green</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">County</ST1:PLACETYPE></ST1:PLACE> for the 
                  construction of a new community center in the 2005 Veterans 
                  Affairs, Housing and Urban Development, Independent Agencies 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$145,500 to the 
                  Cambria County War Memorial Authority for construction of a 
                  stage and sports </SPAN><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">floor in the 2005 
                  Veterans Affairs, Housing and Urban Development, Independent 
                  Agencies Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$121,250 to 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Westmoreland</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">County</ST1:PLACETYPE></ST1:PLACE> for acquisition 
                  and reuse of a facility in the Lenox Building Rehabilitation 
                  Project in the 2005 Veterans Affairs, Housing and Urban 
                  Development, Independent Agencies Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$105,000 to 
                  Indiana University of Pennsylvania for construction of a 
                  regional Development Complex in <ST1:STATE 
                  w:st="on"><ST1:PLACE w:st="on">Indiana</ST1:PLACE></ST1:STATE> 
                  in the 2005 Veterans Affairs, Housing and Urban Development, 
                  Independent Agencies Appropriations Bill</SPAN></P>
                  <P class=MsoNormal align=right><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN><A 
                  href="#top">[back to top]</A></P>
                  <P class=MsoNormal align=right>&nbsp;</P></TD></TR>
              <TR>
                <TD vAlign=top>
                  <P><SPAN><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "><A name=Visclosky></A><IMG height=150 
                  alt="Representative Peter J. Visclosky" 
                  src="http://advocacyrelay.convio.net/images/advocacy/legislators/ViscJPet08131949.gif" 
                  width=120 align=left></FONT></STRONG></SPAN></P>
                  <P><SPAN><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "></FONT></STRONG></SPAN>&nbsp;</P>
                  <P><SPAN><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "><BR>Energy and Water Development and Related 
                  Agencies <BR>Peter J. Visclosky, Indiana<BR>Total pork since 
                  2005: $30,162,750<BR>Lifetime CCAGW vote rating: <A 
                  href="VoteCenter?congress=109&amp;repId=279&amp;session_num=0&amp;page=legScore">23% 
                  - Unfriendly</A></FONT></STRONG></SPAN></STRONG> </P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN><STRONG>Quote:&nbsp; </STRONG>"What 
                  the chairmanship provides the district with is additional 
                  tools to move projects along, improve our quality of life and 
                  expedite in every way possible the development of our 
                  economy.” - <EM>Northwest <ST1:STATE w:st="on"><ST1:PLACE 
                  w:st="on">Indiana</ST1:PLACE></ST1:STATE> Times</EM>,<STRONG> 
                  </STRONG></EM>November 9, 2006</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal style="TEXT-ALIGN: center" 
                  align=center><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><STRONG>2005-2006 
                  Pork</STRONG></SPAN></STRONG></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$8,200,000 to the 
                  Little <ST1:PLACE w:st="on">Calumet</ST1:PLACE> River Cady 
                  Marsh Ditch (Corps of Engineers: Construction) in the 2006 
                  Energy Appropriations Bill </SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$6,500,000 to the 
                  Little <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Calumet</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">River</ST1:PLACETYPE></ST1:PLACE> (Corps of 
                  Engineers: Construction) in the 2006 Energy Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$5,000,000 to the 
                  Little <ST1:PLACE w:st="on">Calumet</ST1:PLACE> River Cady 
                  Marsh Ditch (Corps of Engineers: Construction) in the 2005 
                  Energy Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$3,000,000 to 
                  Calumet Region environmental infrastructure River (Corps of 
                  Engineers: Construction) in the 2005 Energy Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$3,000,000 to 
                  Calumet Region environmental infrastructure River (Corps of 
                  Engineers: Construction) in the 2006 Energy Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$500,000 to 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Indiana</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">Harbor</ST1:PLACETYPE></ST1:PLACE> in the 2005 
                  Energy Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$5</SPAN><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">00,000 to the Gary 
                  Police Department for law enforcement technologies in the 2005 
                  Commerce Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$485,000 to the 
                  town of <ST1:CITY w:st="on"><ST1:PLACE 
                  w:st="on">Schererville</ST1:PLACE></ST1:CITY> for construction 
                  of a recreational facility in the 2005 Veterans Affairs, 
                  Housing and Urban Development, Independent Agencies 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$400,000 to the 
                  city of <ST1:CITY w:st="on"><ST1:PLACE 
                  w:st="on">Hebron</ST1:PLACE></ST1:CITY> for water 
                  infrastructure improvements in the 2005 Veterans Affairs, 
                  Housing and Urban Development, Independent Agencies 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$330,000 to the 
                  city of <ST1:PLACE w:st="on"><ST1:CITY 
                  w:st="on">Lowell</ST1:CITY></ST1:PLACE> for construction of 
                  additional water lines in the 2005 Veterans Affairs, Housing 
                  and Urban Development, Independent Agencies Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$306,000 for the 
                  rehabilitation of Porter Beach restrooms at Indiana Dunes 
                  National Lakeshore in the 2005 Interior Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$300,000 to the 
                  city of <ST1:CITY w:st="on"><ST1:PLACE 
                  w:st="on">Whiting</ST1:PLACE></ST1:CITY> in the 2005 Energy 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$300,000 to the 
                  East Chicago Police Department in the 2006 Commerce 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$266,750 to the 
                  city of <ST1:PLACE w:st="on"><ST1:CITY 
                  w:st="on">Whiting</ST1:CITY></ST1:PLACE> for renovation of the 
                  Whiting Social Center Facility in the 2005 Veterans Affairs, 
                  Housing and Urban Development, Independent Agencies 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$250,000 to 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Grand</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Calumet</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">River</ST1:PLACETYPE></ST1:PLACE> Remedial Action 
                  Plan (Corps of Engineers: Construction) in the 2005 Energy 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$200,000 to the 
                  city of <ST1:CITY w:st="on"><ST1:PLACE 
                  w:st="on">Gary</ST1:PLACE></ST1:CITY> in the 2006 Commerce 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$200,000 to the 
                  Hammond Police Department in the 2006 Commerce Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$200,000 to the 
                  Portage Police Department for law enforcement technologies in 
                  the 2005 Commerce Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$100,000 to 
                  <ST1:CITY w:st="on"><ST1:PLACE 
                  w:st="on">Gary</ST1:PLACE></ST1:CITY> for an At-Risk Youth 
                  Program in the 2006 Commerce Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$100,000 for the 
                  Kankakee River in Lake and <ST1:CITY w:st="on"><ST1:PLACE 
                  w:st="on">Newton</ST1:PLACE></ST1:CITY> counties in the 2005 
                  Energy Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$25,000 to the 
                  Porter Police Department for technology upgrades in the 2005 
                  Commerce Appropriations Bill </SPAN></P>
                  <P class=MsoNormal align=right><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN><A 
                  href="#top">[back to top]&nbsp;</A></P>
                  <P class=MsoNormal>&nbsp;</P></TD></TR>
              <TR>
                <TD vAlign=top>
                  <P><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><STRONG><A 
                  name=Lowey></A><IMG height=150 
                  alt="Representative Nita M. Lowey" 
                  src="http://advocacyrelay.convio.net/images/advocacy/legislators/LoweMNit07051937.gif" 
                  width=120 align=left></STRONG></SPAN></P>
                  <P><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><STRONG></STRONG></SPAN>&nbsp;</P>
                  <P><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><STRONG><BR><FONT 
                  style="COLOR: #000000" color=#000000>Foreign Operations, 
                  Export Financing and Related Programs 
                  <BR></FONT></STRONG></SPAN><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial"><STRONG><FONT 
                  style="COLOR: #000000" color=#000000>Nita M. Lowey, 
                  </FONT><ST1:STATE w:st="on"><ST1:PLACE w:st="on"><FONT 
                  style="COLOR: #000000" color=#000000>New 
                  York</FONT><BR></ST1:PLACE></ST1:STATE></STRONG></SPAN><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"><STRONG>Total 
                  pork since 2005: $9,369,000<BR>Lifetime CCAGW vote rating: <A 
                  href="VoteCenter?congress=109&amp;repId=448&amp;session_num=0&amp;page=legScore">19% 
                  - Hostile</A></STRONG></SPAN> </P>
                  <P class=MsoNormal style="TEXT-ALIGN: center" 
                  align=center><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><STRONG>2005-2006 
                  Pork</STRONG></SPAN></STRONG></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><STRONG></STRONG></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$5 million for 
                  David’s Island <ST1:PLACE w:st="on"><ST1:PLACETYPE 
                  w:st="on">Fort</ST1:PLACETYPE> <ST1:PLACENAME 
                  w:st="on">Slocum</ST1:PLACENAME></ST1:PLACE> remediation in 
                  the 2006 Defense Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$2.6 million for 
                  David’s Island <ST1:PLACE w:st="on"><ST1:PLACETYPE 
                  w:st="on">Fort</ST1:PLACETYPE> <ST1:PLACENAME 
                  w:st="on">Slocum</ST1:PLACENAME></ST1:PLACE> remediation in 
                  the 2005 Defense Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$500,000 to Pelham 
                  Intermodal Improvements in the 2005 Transportation 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$200,000 to the 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Pace</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">University</ST1:PLACETYPE> <ST1:PLACETYPE 
                  w:st="on">Land</ST1:PLACETYPE> <ST1:PLACENAME 
                  w:st="on">Use</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Law</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">Center</ST1:PLACETYPE></ST1:PLACE> in the 2005 
                  Agriculture Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$200,000 to Blind 
                  Brook, city of <ST1:CITY w:st="on"><ST1:PLACE 
                  w:st="on">Rye</ST1:PLACE></ST1:CITY> for a hydrological 
                  analysis in the 2005 Energy Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$200,000 to the 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Westchester</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">County</ST1:PLACETYPE></ST1:PLACE> Special 
                  Operations Task Force in the 2005 Commerce Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$200,000 to the 
                  city of <ST1:CITY w:st="on"><ST1:PLACE w:st="on">White 
                  Plains</ST1:PLACE></ST1:CITY> for law enforcement technologies 
                  in the 2005 Commerce Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$155,000 to 
                  Bronxville for security upgrades in the 2006 Commerce 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$110,000 to the 
                  <ST1:PLACE w:st="on"><ST1:PLACETYPE 
                  w:st="on">village</ST1:PLACETYPE> of <ST1:PLACENAME 
                  w:st="on">Mamaroneck</ST1:PLACENAME></ST1:PLACE> for sewer 
                  system improvements in the 2005 Veterans Affairs, Housing and 
                  Urban Development, Independent Agencies Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$97,000 to 
                  Volunteer Counseling Services of Rockland County for 
                  renovations to its building in the 2005 Veterans Affairs, 
                  Housing and Urban Development, Independent Agencies 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$97,000 to the 
                  city of <ST1:CITY w:st="on">Greenburgh</ST1:CITY> for upgrades 
                  and renovations in <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Webb</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">Park</ST1:PLACETYPE></ST1:PLACE> in the 2005 
                  Veterans Affairs, Housing and Urban Development, Independent 
                  Agencies Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$10,000 to the 
                  <ST1:PLACE w:st="on"><ST1:PLACETYPE 
                  w:st="on">village</ST1:PLACETYPE> of <ST1:PLACENAME 
                  w:st="on">Elmsford</ST1:PLACENAME></ST1:PLACE> for a security 
                  upgrade in the 2006 Commerce Appropriations Bill</SPAN></P>
                  <P class=MsoNormal align=right><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN><A 
                  href="#top">[back to top]&nbsp;</A></P>
                  <P class=MsoNormal>&nbsp;</P></TD></TR>
              <TR>
                <TD vAlign=top>
                  <P><STRONG><SPAN><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "><A name=Dicks></A><IMG height=150 
                  alt="Representative Norm Dicks" 
                  src="http://advocacyrelay.convio.net/images/advocacy/legislators/DickXNor12161940.gif" 
                  width=120 align=left></FONT></SPAN></STRONG></P>
                  <P><STRONG><SPAN><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "></FONT></SPAN></STRONG>&nbsp;</P>
                  <P><STRONG><SPAN><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "><BR>Interior, Environment and Related Agencies 
                  <BR>Norman D. Dicks, Washington<BR>Total pork since 2005: 
                  $1,854,750<BR>Lifetime CCAGW vote rating: <A 
                  href="VoteCenter?congress=109&amp;repId=24378&amp;session_num=0&amp;page=legScore">13% 
                  - Hostile</A></FONT></SPAN><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><A 
                  href="VoteCenter?congress=109&amp;repId=24378&amp;session_num=0&amp;page=legScore">&nbsp;</A></SPAN></STRONG> 
                  </P>
                  <P class=MsoNormal style="TEXT-ALIGN: center" 
                  align=center><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><STRONG>2005-2006 
                  Pork</STRONG></SPAN></STRONG></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$500,000 to Howard 
                  Hanson Dam for ecosystem restoration in the 2005 Energy 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$500,000 to Grays 
                  Harbor and <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Chehalis</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">River</ST1:PLACETYPE></ST1:PLACE> in the 2005 Energy 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$388,000 to the 
                  town of <ST1:CITY w:st="on">Port Townsend</ST1:CITY> for 
                  construction on the <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Northwest</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Maritime</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">Center</ST1:PLACETYPE></ST1:PLACE> in the 2005 
                  Veterans Affairs, Housing and Urban Development, Independent 
                  Agencies Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$200,000 to the 
                  Puget Sound Action Team of Hood Canal for the Hood Canal 
                  Depleted Oxygen Study in the 2005 Veterans Affairs, Housing 
                  and Urban Development, Independent Agencies Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$194,000 to the 
                  <ST1:PLACE w:st="on"><ST1:PLACETYPE 
                  w:st="on">port</ST1:PLACETYPE> of <ST1:PLACENAME 
                  w:st="on">Bremerton</ST1:PLACENAME></ST1:PLACE> for expansion 
                  of a marina in the 2005 Veterans Affairs, Housing and Urban 
                  Development, Independent Agencies Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$72,750 to the 
                  city of <ST1:CITY w:st="on">Hoquiam</ST1:CITY> for renovation 
                  of the <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Senior</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Nutrition</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">Center</ST1:PLACETYPE></ST1:PLACE> in the 2005 
                  Veterans Affairs, Housing and Urban Development, Independent 
                  Agencies Appropriations Bill</SPAN></P>
                  <P class=MsoNormal align=right><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN><A 
                  href="#top">[back to top]&nbsp;</A></P>
                  <P class=MsoNormal>&nbsp;</P></TD></TR>
              <TR>
                <TD vAlign=top>
                  <P><SPAN><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "><A name=Obey></A><IMG height=150 
                  alt="Representative David 'Dave' R. Obey" 
                  src="http://advocacyrelay.convio.net/images/advocacy/legislators/ObeyRDav10031938.gif" 
                  width=120 align=left></FONT></STRONG></SPAN></P>
                  <P><SPAN><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "></FONT></STRONG></SPAN>&nbsp;</P>
                  <P><SPAN><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "><BR>Labor, Health and Human Services, Education 
                  and Related Agencies <BR>David R. Obey, 
                  </FONT></STRONG><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "><ST1:STATE w:st="on"><ST1:PLACE 
                  w:st="on">Wisconsin<BR></ST1:PLACE></ST1:STATE>Total pork 
                  since 2005: $5,540,000<BR>Lifetime CCAGW vote rating: <A 
                  href="VoteCenter?congress=109&amp;repId=630&amp;session_num=0&amp;page=legScore">19% 
                  - Hostile</A></FONT></STRONG></SPAN></STRONG> </P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal style="TEXT-ALIGN: center" 
                  align=center><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><STRONG>2005-2006 
                  Pork</STRONG></SPAN></STRONG></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$1.85 million to 
                  the city of <ST1:CITY w:st="on"><ST1:PLACE 
                  w:st="on">Antigo</ST1:PLACE></ST1:CITY> for water and 
                  wastewater infrastructure improvements in the 2005 Veterans 
                  Affairs, Housing and Urban Development, Independent Agencies 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$1.5 million to 
                  the city of <ST1:CITY w:st="on"><ST1:PLACE 
                  w:st="on">Boyd</ST1:PLACE></ST1:CITY> for water and wastewater 
                  infrastructure improvements in the 2005 Veterans Affairs, 
                  Housing and Urban Development, Independent Agencies 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$1 million for the 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Merrill</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Airport</ST1:PLACENAME></ST1:PLACE> to install Jet A 
                  fuel facility and a fence in the 2005 Transportation 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$940,000 to the 
                  Ashwabay Outdoor Education Foundation in Washburn for 
                  acquisition of land in the 2005 Veterans Affairs, Housing and 
                  Urban Development, Independent Agencies Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$130,000 to 
                  <ST1:PLACE w:st="on"><ST1:PLACETYPE 
                  w:st="on">Port</ST1:PLACETYPE> <ST1:PLACENAME 
                  w:st="on">Wing</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">Harbor</ST1:PLACETYPE></ST1:PLACE> in the 2005 
                  Energy Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$120,000 to 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Cornucopia</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">Harbor</ST1:PLACETYPE></ST1:PLACE> in the 2005 
                  Energy Appropriations Bill</SPAN></P>
                  <P class=MsoNormal align=right><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN><A 
                  href="#top">[back to top]&nbsp;</A></P>
                  <P class=MsoNormal>&nbsp;</P></TD></TR>
              <TR>
                <TD vAlign=top>
                  <P><SPAN><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "><A name=Edwards></A><IMG height=150 
                  alt="Representative Chet Edwards" 
                  src="http://advocacyrelay.convio.net/images/advocacy/legislators/EdwaXChe11241951.gif" 
                  width=120 align=left></FONT></STRONG></SPAN></P>
                  <P><SPAN><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "></FONT></STRONG></SPAN>&nbsp;</P>
                  <P><SPAN><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "><BR>Military Quality of Life and Veterans 
                  Affairs and Related Agencies <BR>Chet Edwards, 
                  </FONT></STRONG><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "><ST1:STATE w:st="on"><ST1:PLACE 
                  w:st="on">Texas<BR></ST1:PLACE></ST1:STATE>Total pork since 
                  2005: $6,209,250<BR>Lifetime CCAGW vote rating: <A 
                  href="VoteCenter?congress=109&amp;repId=25462&amp;session_num=0&amp;page=legScore">25% 
                  - Unfriendly</A></FONT></STRONG></SPAN></STRONG> </P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"></SPAN></STRONG></P>
                  <P class=MsoNormal style="MARGIN-BOTTOM: 12pt"><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"><STRONG>Quotes: 
                  </STRONG></SPAN></STRONG><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">"I 
                  talk about the tax dollars I've brought home. … I think I've 
                  been effective in bringing home between 50 and 75 million 
                  (dollars) a year in projects that were not in the president's 
                  budget requests and I will defend every single one of them." - 
                  FoxNews.com, July 18, 2006.</STRONG></SPAN></P>
                  <P><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">On past 
                  pork:<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>"All of 
                  these accomplishments happened under a Republican House 
                  majority. … If I become chairman of a $136 billion committee, 
                  we can work even harder."<SPAN 
                  style="mso-spacerun: yes">&nbsp; </SPAN>- <EM><ST1:CITY 
                  w:st="on"><ST1:PLACE 
                  w:st="on">Dallas</EM></ST1:PLACE></ST1:CITY> Morning 
                  News</EM>, </EM>November 3, 2006</SPAN></P>
                  <P class=MsoNormal style="TEXT-ALIGN: center" 
                  align=center><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><STRONG>2005-2006 
                  Pork</STRONG></SPAN></STRONG></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$3,000,000 to the 
                  Dyess Air Force Base, Refueling Vehicle Maintenance Shop (Air 
                  Force) in the 2005 Military Construction Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$500,000 to 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Texas</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">A&amp;M</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">Center</ST1:PLACETYPE></ST1:PLACE> for at-risk youth 
                  in the 2005 Commerce Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$500,000 to the 
                  Waco Police Department for law enforcement technologies in the 
                  2005 Commerce Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$500,000 to Texas 
                  Water Resources Institute Cooperative Agreement of <ST1:PLACE 
                  w:st="on"><ST1:PLACENAME w:st="on">Tarrant</ST1:PLACENAME> 
                  <ST1:PLACETYPE w:st="on">County</ST1:PLACETYPE></ST1:PLACE> in 
                  the 2006 Agriculture Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$500,000 to 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Waco</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">Lake</ST1:PLACETYPE></ST1:PLACE> in the 2005 Energy 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$436,500 to Quinn 
                  Campus, Inc. for construction, renovation and upgrades at 
                  <ST1:PLACENAME w:st="on">Paul</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Quinn</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">College</ST1:PLACETYPE> in <ST1:PLACE 
                  w:st="on"><ST1:CITY w:st="on">Waco</ST1:CITY></ST1:PLACE> in 
                  the 2005 Veterans Affairs, Housing and Urban Development, 
                  Independent Agencies Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$300,000 to the 
                  <ST1:STATE w:st="on"><ST1:PLACE 
                  w:st="on">Texas</ST1:PLACE></ST1:STATE> A&amp;M Juvenile 
                  Justice Program in the 2006 Commerce Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$150,000 for a 
                  collaboration between Texas A&amp;M and Russian universities 
                  on nuclear facilities safety and decontamination and 
                  decommission in the 2005 Energy Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$100,000 to the 
                  <ST1:PLACENAME w:st="on">Brazos</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">River</ST1:PLACETYPE> Authority for the 
                  <ST1:PLACENAME w:st="on">West</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Ford</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">Bend</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">County</ST1:PLACETYPE> Regional Water Treatment 
                  Facility in <ST1:PLACE w:st="on"><ST1:PLACETYPE 
                  w:st="on">Fort</ST1:PLACETYPE> <ST1:PLACENAME 
                  w:st="on">Bend</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">County</ST1:PLACETYPE></ST1:PLACE> in the 2005 
                  Veterans Affairs, Housing and Urban Development, Independent 
                  Agencies Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$75,000 to the 
                  <ST1:PLACENAME w:st="on">Brazos</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">River</ST1:PLACETYPE> Authority for the 
                  Brazos/Navasota Watershed Management Project in <ST1:PLACE 
                  w:st="on"><ST1:PLACETYPE w:st="on">Fort</ST1:PLACETYPE> 
                  <ST1:PLACENAME w:st="on">Bend</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">County</ST1:PLACETYPE></ST1:PLACE> in the 2005 
                  Veterans Affairs, Housing and Urban Development, Independent 
                  Agencies Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$75,000 to the 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Brazos</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">River</ST1:PLACETYPE></ST1:PLACE> Authority for the 
                  Brazos/Navasota Watershed Management Project in the 2005 
                  Veterans Affairs, Housing and Urban Development, Independent 
                  Agencies Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$72,750 to 
                  <ST1:PLACENAME w:st="on">Texas</ST1:PLACENAME> <ST1:PLACENAME 
                  w:st="on">A&amp;M</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">University</ST1:PLACETYPE> in <ST1:CITY 
                  w:st="on"><ST1:PLACE 
                  w:st="on">Kingsville</ST1:PLACE></ST1:CITY> for facility 
                  expansion of the Center for Young Children in the 2005 
                  Veterans Affairs, Housing and Urban Development, Independent 
                  Agencies Appropriations Bill</SPAN></P>
                  <P class=MsoNormal align=right><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN><A 
                  href="#top">[back to top]&nbsp;</A></P>
                  <P class=MsoNormal>&nbsp;</P></TD></TR>
              <TR>
                <TD vAlign=top>
                  <P><SPAN><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "><A name=Mollohan></A><IMG height=150 
                  alt="Representative Alan B. Mollohan" 
                  src="http://advocacyrelay.convio.net/images/advocacy/legislators/MollBAla05141943.gif" 
                  width=120 align=left></FONT></STRONG></SPAN></P>
                  <P><SPAN><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "></FONT></STRONG></SPAN>&nbsp;</P>
                  <P><SPAN><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "><BR>Science, State, Justice and Commerce and 
                  Related Agencies <BR>Alan B. Mollohan, 
                  </FONT></STRONG><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "><ST1:STATE w:st="on"><ST1:PLACE w:st="on">West 
                  Virginia<BR></ST1:PLACE></ST1:STATE>Total pork since 2005: 
                  $48,943,750<BR>Lifetime CCAGW vote rating: <A 
                  href="VoteCenter?congress=109&amp;repId=635&amp;session_num=0&amp;page=legScore">12% 
                  - Hostile</A></FONT></STRONG></SPAN></STRONG> </P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"></SPAN></STRONG></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"><STRONG>Stepped 
                  down as ranking member on House Ethics Committee amid FBI 
                  investigation into earmarks</STRONG></SPAN></STRONG></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"></SPAN></STRONG></P>
                  <P class=MsoNormal><U><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"><EM><A 
                  href="PageServer?pagename=reports_pigbook2006Oinkers">Pig 
                  Book</A></EM></SPAN></U></EM><U><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">&nbsp;<A 
                  href="PageServer?pagename=reports_pigbook2006Oinkers"><EM></EM>Oinker 
                  Award</A><BR></SPAN></U><SPAN>2006:<SPAN 
                  style="mso-spacerun: yes">&nbsp; </SPAN></STRONG><STRONG>The 
                  Molehill into a Mountain Award<BR></STRONG></SPAN><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">to Representative 
                  Alan Mollohan (D-W.Va.) for $2.2 million for the MountainMade 
                  Foundation, a nonprofit organization that he helped set 
                  up.<SPAN style="COLOR: black"></SPAN></STRONG></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"></SPAN></STRONG></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">Quotes: 
                  “</SPAN></STRONG><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Asked if he was 
                  going to change the way in which he directs federal tax 
                  dollars to five nonprofit groups he helped to start in North 
                  Central West Virginia, Mollohan said he is ‘not going to 
                  change a bit.’ …’The real sentiment in Congress is to support 
                  the power of the purse. It’s the principal tool by which it 
                  achieves a balance of power’ with the executive and judicial 
                  branches, he said.<SPAN style="mso-spacerun: yes">&nbsp; 
                  </SPAN>‘How else would members with water, sewer or 
                  street-paving projects, or with specific projects (in their 
                  districts) like the renovation of a senior center, get funds 
                  if they aren’t able to earmark funds?’” - <EM>The Times West 
                  Virginian</EM></EM>, November 8, 2006</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"></SPAN></STRONG></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">Porker 
                  of the Month: <A 
                  href="PageServer?pagename=news_porkerofthemonth_May02">May 
                  2002</A>, <A href="News2?page=NewsArticle&amp;id=9993">April 
                  2006</A></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal style="TEXT-ALIGN: center" 
                  align=center><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><STRONG>2005-2006 
                  Pork</STRONG></SPAN></STRONG></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$15.9 million for 
                  the Institute of Research, Inc. for development and 
                  construction of research facilities in the 2005 Veterans 
                  Affairs, Housing and Urban Development, Independent Agencies 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$2.91 million for 
                  the Vandalia Heritage Foundation, Inc. for community and 
                  neighborhood revitalization and economic initiatives in the 
                  2005 Veterans Affairs, Housing and Urban Development, 
                  Independent Agencies Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$2.91 million for 
                  the Institute for Scientific Research for construction related 
                  to a high technology diversification initiative in the 2005 
                  Veterans Affairs, Housing and Urban Development, Independent 
                  Agencies Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$2.66 million for 
                  the West Virginia High Technology Consortium Foundation, Inc. 
                  for mission purposes and economic development initiatives in 
                  the 2005 Veterans Affairs, Housing and Urban Development, 
                  Independent Agencies Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$2.5 million to 
                  NASA’s Independent Verification and Validation Facility in the 
                  2005 Veterans Affairs, Housing and Urban Development, 
                  Independent Agencies Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$2.374 million to 
                  the city of <ST1:CITY w:st="on"><ST1:PLACE 
                  w:st="on">Petersburg</ST1:PLACE></ST1:CITY> for water and 
                  wastewater infrastructure improvements in the 2005 Veterans 
                  Affairs, Housing and Urban Development, Independent Agencies 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$2 million to 
                  ongoing activities at the Canaan Valley Institute, including 
                  activities relating to community sustainability in the 2005 
                  Veterans Affairs, Housing and Urban Development, Independent 
                  Agencies Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$1.94 to Glenville 
                  State College for the construction of a new campus community 
                  education center in the 2005 Veterans Affairs, Housing and 
                  Urban Development, Independent Agencies Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$1.84 to the 
                  Canaan Valley Institute to work in conjunction with the 
                  Highlands Action Program for an innovative wastewater 
                  demonstration in the 2005 Veterans Affairs, Housing and Urban 
                  Development, Independent Agencies Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$1.5 million to 
                  the Pleasants County Public Service District for water and 
                  wastewater infrastructure improvements in the 2005 Veterans 
                  Affairs, Housing and Urban Development, Independent Agencies 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$1,386,600 to the 
                  Vandalia Heritage Foundation, Inc. for land acquisition in the 
                  2005 Veterans Affairs, Housing and Urban Development, 
                  Independent Agencies Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$1,090,900 to the 
                  West Virginia High Technology Consortium Foundation, Inc. for 
                  facilities construction in the 2005 Veterans Affairs, Housing 
                  and Urban Development, Independent Agencies Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$1 million to the 
                  West Virginia High Technology Consortium Foundation, Inc. in 
                  the 2005 Commerce Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$1 million to the 
                  city of <ST1:CITY w:st="on"><ST1:PLACE 
                  w:st="on">Cameron</ST1:PLACE></ST1:CITY> for water and 
                  wastewater infrastructure improvements in the 2005 Veterans 
                  Affairs, Housing and Urban Development, Independent Agencies 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$1 million to the 
                  city of <ST1:CITY w:st="on"><ST1:PLACE w:st="on">Fairmont 
                  Sanitary Sewer Board</ST1:PLACE></ST1:CITY> for water and 
                  wastewater infrastructure improvements in the 2005 Veterans 
                  Affairs, Housing and Urban Development, Independent Agencies 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$1 million to 
                  Marshall County Public Service District #4 for water and 
                  wastewater infrastructure improvements in the 2005 Veterans 
                  Affairs, Housing and Urban Development, Independent Agencies 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$935,000 to the 
                  Taylor County Public Service District for water and wastewater 
                  infrastructure improvement in the 2005 Veterans Affairs, 
                  Housing and Urban Development, Independent Agencies 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$900,000 to the 
                  City of <ST1:CITY w:st="on"><ST1:PLACE 
                  w:st="on">Shinnston</ST1:PLACE></ST1:CITY> for water and 
                  wastewater infrastructure improvements in the 2005 Veterans 
                  Affairs, Housing and Urban Development, Independent Agencies 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$833,000 to the 
                  Taylor County Commission for water and wastewater 
                  infrastructure improvements in the 2005 Veterans Affairs, 
                  Housing and Urban Development, Independent Agencies 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$770,000 to the 
                  Glenville State College Criminal Justice Program in the 2006 
                  Commerce Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$750,000 to the 
                  town of Pine Grove for water and wastewater infrastructure 
                  improvements in the 2005 Veterans Affairs, Housing and Urban 
                  Development, Independent Agencies Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$500,000 to Ohio 
                  County Sheriff’s Office for screening technology in the 2006 
                  Commerce Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$480,000 to the 
                  Grant County Commission to extend water service to the Deep 
                  Spring area in the 2005 Veterans Affairs, Housing and Urban 
                  Development, Independent Agencies Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$242,500 to 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Wheeling</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">Hospital</ST1:PLACETYPE></ST1:PLACE> for facilities 
                  upgrades and buildout in the 2005 Veterans Affairs, Housing 
                  and Urban Development, Independent Agencies Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$100,000 to the 
                  Ohio County Sheriff’s Office in the 2006 Commerce 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$100,000 to the 
                  Jane Lew Public Service District in Harrison County for water 
                  and wastewater infrastructure improvements in the 2005 
                  Veterans Affairs, Housing and Urban Development, Independent 
                  Agencies Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$97,000 to the 
                  Monongalia County Schools Foundation, Inc. for construction of 
                  recreational facilities in the 2005 Veterans Affairs, Housing 
                  and Urban Development, Independent Agencies Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$97,000 to 
                  <ST1:PLACENAME w:st="on">Alderson-Broaddus</ST1:PLACENAME> 
                  <ST1:PLACETYPE w:st="on">College</ST1:PLACETYPE> in <ST1:PLACE 
                  w:st="on">Philippi</ST1:PLACE> for facilities construction, 
                  upgrades and buildout in the 2005 Veterans Affairs, Housing 
                  and Urban Development, Independent Agencies Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$72,750 to the 
                  Mountaineer Area Council in <ST1:CITY w:st="on"><ST1:PLACE 
                  w:st="on">Fairmont</ST1:PLACE></ST1:CITY> for facilities 
                  construction in the 2005 Veterans Affairs, Housing and Urban 
                  Development, Independent Agencies Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$55,000 to the 
                  Hammond Public Service District for the Lazear’s Lane water 
                  project in the 2005 Veterans Affairs, Housing and Urban 
                  Development, Independent Agencies Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal align=right><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN><A 
                  href="#top">[back to top]&nbsp;</A></P>
                  <P class=MsoNormal>&nbsp;</P></TD></TR>
              <TR>
                <TD vAlign=top>
                  <P><SPAN><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "><A name=Olver></A><IMG height=150 
                  alt="Representative John W. Olver" 
                  src="http://advocacyrelay.convio.net/images/advocacy/legislators/OlveWJoh09031936.gif" 
                  width=120 align=left></FONT></STRONG></SPAN></P>
                  <P><SPAN><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "></FONT></STRONG></SPAN>&nbsp;</P>
                  <P><SPAN><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial "><BR>Transportation, Treasury and Housing and 
                  Urban Development, the Judiciary, <ST1:STATE 
                  w:st="on"><ST1:PLACE w:st="on">District of 
                  Columbia</ST1:PLACE></ST1:STATE> John W. 
                  </FONT></STRONG><ST1:PLACE w:st="on"><STRONG><FONT 
                  style="FONT-FAMILY: Arial" face="Arial "><ST1:CITY 
                  w:st="on">Olver</ST1:CITY>, </FONT></STRONG><ST1:STATE 
                  w:st="on"><STRONG><FONT style="FONT-FAMILY: Arial" 
                  face="Arial ">Massachusetts<BR></FONT></STRONG></ST1:STATE></ST1:PLACE><STRONG><FONT 
                  style="FONT-FAMILY: Arial" face="Arial ">Total pork since 
                  2005: $2,752,000<BR>Lifetime CCAGW vote rating: <A 
                  href="VoteCenter?congress=109&amp;repId=315&amp;session_num=0&amp;page=legScore">18% 
                  - Hostile</A></FONT></STRONG></SPAN></STRONG> </P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></STRONG></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><STRONG>Quote: 
                  </STRONG></SPAN></STRONG><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">“As the chair, he 
                  would have more power to steer funds strategically to places 
                  that he wanted them in <ST1:STATE w:st="on"><ST1:PLACE 
                  w:st="on">Massachusetts</ST1:PLACE></ST1:STATE>.”<SPAN 
                  style="mso-spacerun: yes">&nbsp; </SPAN>“[His] capacity would 
                  double.” <SPAN style="mso-spacerun: yes">&nbsp;-</SPAN> Chief 
                  of Staff Hunter Ridgeway, <EM>The Sentinel &amp; 
                  Enterprise</EM>, </EM>October 15, 
                  2006<BR></SPAN><SPAN><BR>“[These are] all are legislative 
                  projects, not pork. … Generally, about earmarks, Congressman 
                  Olver is approached by community members who identify projects 
                  in need of getting federal funding. The purpose of the Highway 
                  Bill is to get funding for these projects.” - Press Secretary 
                  Nicole Letourneau, <EM>The Williams Record</EM>, </EM>October 
                  19, 2006</SPAN></STRONG></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><EM></EM></SPAN></P>
                  <P class=MsoNormal style="TEXT-ALIGN: center" 
                  align=center><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><STRONG>2005-2006 
                  Pork</STRONG></SPAN></STRONG></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><EM><STRONG></STRONG></EM></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$500,000 to north 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Worcester</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">County</ST1:PLACETYPE></ST1:PLACE> for regional 
                  technology data sharing in the 2006 Commerce Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$485,000 to the 
                  Food Bank of <ST1:PLACE w:st="on">Western 
                  Massachusetts</ST1:PLACE> in Hatfield for facilities expansion 
                  in the 2005 Veterans Affairs, Housing and Urban Development, 
                  Independent Agencies Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$400,000 to the 
                  city of <ST1:CITY w:st="on">Leominster</ST1:CITY> for the 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Rockwell</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">Village</ST1:PLACETYPE></ST1:PLACE> revitalization 
                  initiative for water infrastructure improvements in the 2005 
                  Veterans Affairs, Housing and Urban Development, Independent 
                  Agencies Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$375,000 to north 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Worcester</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">County</ST1:PLACETYPE></ST1:PLACE> for law 
                  enforcement technologies in the 2005 Commerce Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$250,000 to the 
                  Southwick Police Department in the 2006 Commerce 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$194,000 to New 
                  England Log Homes Redevelopment for demolition in Great 
                  Barrington in the 2005 Veterans Affairs, Housing and Urban 
                  Development, Independent Agencies Appropriations 
                  Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$183,000 for 
                  Nashawannuck Pond in <ST1:CITY w:st="on"><ST1:PLACE 
                  w:st="on">Easthampton</ST1:PLACE></ST1:CITY> in the 2005 
                  Energy Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$165,000 to 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Middlesex</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">County</ST1:PLACETYPE></ST1:PLACE> for offender 
                  tracking technologies in the 2005 Commerce Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$100,000 to 
                  <ST1:CITY w:st="on">Windsor</ST1:CITY> Pond Reservoir in 
                  <ST1:CITY w:st="on"><ST1:PLACE 
                  w:st="on">Dalton</ST1:PLACE></ST1:CITY> in the 2005 Energy 
                  Appropriations Bill</SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></P>
                  <P class=MsoNormal><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">$100,000 to 
                  <ST1:PLACE w:st="on"><ST1:PLACENAME 
                  w:st="on">Westfield-Barnes</ST1:PLACENAME> <ST1:PLACETYPE 
                  w:st="on">Airport</ST1:PLACETYPE></ST1:PLACE> for navigation 
                  aids to add an array of eight new antennas in the 2005 
                  Transportation Appropriations Bill</SPAN></P>
                  <P class=MsoNormal align=right><SPAN 
                  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN><A 
                  href="#top">[back to top]</A>&nbsp;</P>
                  <P class=MsoNormal>&nbsp;</P></TD></TR></TBODY></TABLE></TD></TR>
        <TR>
          <TD vAlign=top align=middle colSpan=2>
            <P align=center><FONT 
            style="FONT-SIZE: 10pt; COLOR: #006666; FONT-FAMILY: arial" 
            face=arial color=#006666><STRONG></STRONG></FONT> 
            <P align=center><FONT 
            style="FONT-SIZE: 10pt; COLOR: #006666; FONT-FAMILY: arial" 
            face=arial color=#006666><STRONG></STRONG></FONT> 
            <P align=center><FONT 
            style="FONT-SIZE: 10pt; COLOR: #006666; FONT-FAMILY: arial" 
            face=arial color=#006666><STRONG><A 
            href="PageServer?pagename=FAQ"><FONT 
            style="FONT-SIZE: 10pt; COLOR: #006666; FONT-FAMILY: arial" 
            face=arial color=#006666>FAQ</FONT></A> &nbsp; | &nbsp; <A 
            href="PageServer?pagename=PrivacyPolicy"><FONT 
            style="FONT-SIZE: 10pt; COLOR: #006666; FONT-FAMILY: arial" 
            face=arial color=#006666>PRIVACY POLICY </FONT></A>&nbsp; | &nbsp; 
            <A href="PageServer?pagename=Contacts"><FONT 
            style="FONT-SIZE: 10pt; COLOR: #006666; FONT-FAMILY: arial" 
            face=arial color=#006666>CONTACT US</FONT></A> &nbsp; | &nbsp; <A 
            href="PageServer?pagename=SiteMap"><FONT 
            style="FONT-SIZE: 10pt; COLOR: #006666; FONT-FAMILY: arial" 
            face=arial color=#006666>SITE MAP</FONT></A> </STRONG></FONT><FONT 
            style="FONT-SIZE: 8pt; COLOR: #006666; FONT-FAMILY: arial" 
            face=arial color=#006666>
            <CENTER>© CITIZENS AGAINST GOVERNMENT WASTE <BR>1301 CONNECTICUT 
            AVENUE, NW, SUITE 400, WASHINGTON, DC 
            20036<BR>202-467-5300</CENTER></FONT>
            <P class=Smaller><A 
            href="http://www.cagw.org/site/PageServer?pagename=PorkerProfile_Election06_House&amp;printer_friendly=1">Printer 
            Friendly 
        Version</A></P></TD></TR><!--end table that holds wrapper--></TBODY></TABLE></TD></TR><!-- end 100% table --></TBODY></TABLE>
<DIV id=hTextMain 
style="Z-INDEX: 2; LEFT: 116px; VISIBILITY: visible; OVERFLOW: hidden; WIDTH: 624px; POSITION: absolute; TOP: 0px; HEIGHT: 18px">
<DIV id=hTextFirst 
style="Z-INDEX: 1; LEFT: 1px; VISIBILITY: visible; OVERFLOW: hidden; WIDTH: 623px; POSITION: absolute">
<SCRIPT language=JavaScript>document.write(hSlideContent[0])</SCRIPT>
</DIV>
<DIV id=hTextSecond 
style="LEFT: 1px; VISIBILITY: hidden; OVERFLOW: hidden; WIDTH: 623px; POSITION: absolute">
<SCRIPT language=JavaScript>document.write(hSlideContent[1])</SCRIPT>
</DIV>
<DIV id=placeholder 
style="LEFT: 624px; WIDTH: 624px; POSITION: absolute; visbility: hidden"><!-- Placeholder to prevent NS6 from auto-resizing the horizontal scroll area. -->
<P></P></DIV></DIV><MAP name=map1><AREA shape=RECT alt="" coords=40,10,380,75 
  href="PageServer?pagename=HomePage"></MAP><MAP name=map2><AREA shape=RECT 
  alt="" coords=39,23,359,68 
href="PageServer?pagename=about_Mission_History"></MAP><MAP name=map3><AREA 
  shape=RECT alt="" coords=38,21,361,68 
href="PageServer?pagename=getinv_main"></MAP><MAP name=map4><AREA shape=RECT 
  alt="" coords=37,25,324,61 href="PageServer?pagename=news_main"></MAP><MAP 
name=map5><AREA shape=RECT alt="" coords=36,6,337,83 
  href="PageServer?pagename=reports_main"></MAP><MAP name=map6><AREA shape=RECT 
  alt="" coords=40,19,366,67 href="PageServer?pagename=policy_main"></MAP><MAP 
name=map7><AREA shape=RECT alt="" coords=38,23,347,68 
  href="PageServer?pagename=intern_internship"></MAP><MAP name=map8><AREA 
  shape=RECT alt="" coords=38,24,177,59 
href="PageServer?pagename=links_Links"></MAP><MAP name=map9><AREA shape=RECT 
  alt="" coords=38,24,177,59 
href="PageServer?pagename=issues_main"></MAP></BODY></HTML>