

  

  


<!DOCTYPE html>

    
  
    
    
    
    
    
    
    
  




                                 
                                 













  


<html lang="en">
<head>
  
  <script>startTime=new Date()</script>
  <meta charset="utf-8">
  <title>MomsRising.org | Tell Congress: Pass emergency funding for Hurricane Harvey victims NOW!</title>
  
  
  
  
  
  
  
  
    <meta name="title" content="Tell Congress: Pass emergency funding for Hurricane Harvey victims NOW!" />
  
  
  
  
    <meta property="og:title" content="Tell Congress: Pass emergency funding for Hurricane Harvey victims NOW!" />
  
  
  
  
  
  
    <meta name="description" property="og:description" content="While FEMA has $3.3 billion available in emergency disaster funds, it is not nearly enough. The U.S. Congress must take swift action to increase emergency federal funding immediately to help those families and communities most in need!">
  
  
  
    <meta name="description" content="Dear Member of Congress,
Hurricane Harvey is tearing through the southern Gulf States, leaving destruction, damage, and fear for millions of families. While rescue missions are still taking place to save those trapped in their homes, we know that recovery from this historical storm must begin immediately.
While FEMA has $3.3 billion in disaster relief funds available, it won&amp;rsquo;t be nearly enough. A report by CoreLogic estimates that Hurricane Harvey could cause $39.6 billion of damage of homes alone in its immediate path.
We ask that Congress appropriate additional emergency funding for those areas affected by Hurricane Harvey immediately, with special attention to the needs of low-income and vulnerable people and communities, so families, businesses, and communities can begin the recovery effort. More funding will be necessary to begin clean up; repair damaged houses, schools, businesses, and infrastructure; provide aid to displaced families; help those who have lost their homes and livelihoods; provide healthcare and nutrition assistance to those in need; and bring in additional emergency response teams. Anyone who has turned on the television in recent days knows this is an emergency situation and the families in our Gulf States need an emergency response.
Federal funding should be increased immediately, but should not come at the expense of other programs that support our families&amp;rsquo; health care, nutrition, housing, education, and welfare. Under current law, emergency funding is not included under existing budget caps, and Congress should follow the law to ensure an immediate and effective response without causing other harm.
We must learn lessons from past natural disasters and respond with immediacy and not allow politics to get in the way of a strong national response.
Sincerely," />
  
  
  
  

  
    <meta property="og:type" content="website" />
  

  
      <meta property="og:url" content="https://action.momsrising.org/sign/Harvey" />
  
  
  
  
    <meta property="og:image" content="https://s3.amazonaws.com/s3.momsrising.org/images/HurricaneHarvey2_FB.jpg" />
  
  
  
  
  
  <meta property="og:site_name" content="Momsrising">
  
  
  
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
 
 
  
  
  
  
  
  
  <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  <script type="text/javascript" src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
  <script type="text/javascript" src="//s3.amazonaws.com/s3.momsrising.org/ActionKit/2014_responsive_templates/assets/momsdonate/javascript/custom_actionkit.js?v=10"></script>
  <script type="text/javascript" src="//s3.amazonaws.com/s3.momsrising.org/ActionKit/2014_responsive_templates/assets/momsdonate/javascript/modernizr.js?v=10"></script>
  <script type="text/javascript" src="//s3.amazonaws.com/s3.momsrising.org/ActionKit/2014_responsive_templates/assets/momsdonate/javascript/extras.js?v=10"></script>
  <script type="text/javascript" src="//s3.amazonaws.com/s3.momsrising.org/ActionKit/2014_responsive_templates/assets/momsdonate/javascript/jquery.scrollTo.min.js?v=10"></script>
  <script type="text/javascript" src="//s3.amazonaws.com/s3.momsrising.org/ActionKit/2014_responsive_templates/assets/momsdonate/javascript/scripts.js?v=10"></script>
  <script type="text/javascript" src="//s3.amazonaws.com/s3.momsrising.org/ActionKit/2014_responsive_templates/assets/momsdonate/javascript/textarea_autoheight.js?v=10"></script>
  
  <script type="text/javascript" charset="utf-8">
    actionkit.page = {};
    actionkit.user = {};
    actionkit.user.has_cell_phone = false;
    actionkit.templates = {};
    actionkit.page.type = "Petition";
    actionkit.page.type = actionkit.page.type.toLowerCase();
    actionkit.page.template = "petition.html";
    actionkit.page.template = actionkit.page.template.toLowerCase();
    
    actionkit.templates.conf = {
      "petition.html": {
        "hide_user_comment" : 0
      },
      "letter.html": {
        "hide_user_comment" : 1 // the comment field is used for the letter! and is part of the letter template so we have to remove it here.
      },
      "event_host_tools.html": {
        "hide_inline_taf_on_action_page" : 0 // the comment field is used for the letter! and is part of the letter template so we have to remove it here.
      },
      "event_attendee_tools.html": {
        "hide_inline_taf_on_action_page" : 0 // the comment field is used for the letter! and is part of the letter template so we have to remove it here.
      },
      "defaults" : {
        //default for comments is hidden
        "hide_user_comment" : 1,
        "hide_share_preview" : 1,
        "hide_inline_taf_on_action_page" : 1
      }
    }
  </script>
  
  <script type="text/javascript" charset="utf-8">
    $(document).ready(function() {
      //questions textarea
      $('textarea').textarea_autoheight();
      // for some reason chrome needs some time before proccess the textareas
      setTimeout("jQuery('.textarea_autoheight').trigger('keyup');",2000);
      $('textarea').trigger('keyup');
      $(window).trigger('resize');
    });
    
    
    
    // replace original forms.prefill function in order to trigger events on the fields once they are prefilled
    $(document).ready(function() {
      (function(ak, utils, forms) {
        
      forms.prefill = function(overwrite) {
          var prefill_data = ( 
              ( ak.context && ak.context.prefill_data ) 
              ? ak.context.prefill_data 
              : ak.args
          );
          if ( prefill_data.form_name ) 
              forms.setForm(prefill_data.form_name);
          $(ak.form).deserialize(prefill_data, {overwrite: false});

          // Check/uncheck boxes, which deserialize() won't do
          $(ak.form).find('input:checkbox').each(function() {
              this.checked = prefill_data[this.name] ? true : false;
          })

          // checking for true, not just present
          if ( prefill_data['amount_other'] )
              $(ak.form).find('input.amount_radio_button').attr('checked', false)

          //trigger blur
          $(ak.form).find('input:not([type="file"]), select, textarea').trigger('keydown').trigger('blur').trigger('change');

          jQuery.event.trigger({
            type: "ak_prefill_done",
            time: new Date()
          });

      }
      })(window.actionkit, window.actionkit.utils, window.actionkit.forms);
    });
    
    // function for data translation
    function translate_date(date_string) {
      var date = date_string;
      date = date.replace('Monday', 'Lunes')
      .replace('Tuesday', 'Martes')
      .replace('Wednesday', 'Miércoles')
      .replace('Thursday', 'Jueves')
      .replace('Friday', 'Viernes')
      .replace('Saturday', 'Sábado')
      .replace('Sunday', 'Domingo')
      .replace('January', 'Enero')
      .replace('February', 'Febrero')
      .replace('March', 'Marzo')
      .replace('April', 'Abril')
      .replace('May', 'Mayo')
      .replace('June', 'Junio')
      .replace('July', 'Julio')
      .replace('August', 'Agosto')
      .replace('September', 'Septiembre')
      .replace('October', 'Octubre')
      .replace('November', 'Noviembre')
      .replace('December', 'Diciembre');

      return date;
    }
    
  </script>
  
  <script type="text/javascript" charset="utf-8" src="//s3.amazonaws.com/s3.momsrising.org/ActionKit/2014_responsive_templates/assets/momsdonate/javascript/jquery.postMessage.js"></script>
  
  <script type="text/javascript" src="//use.typekit.net/ttd3itn.js"></script>
  <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
  
  <script type="text/javascript" charset="utf-8">
  $(document).ready(function() {
    console.log(actionkit);
  });
  </script>
  
  
  
  
  <link rel="stylesheet" type="text/css" href="//s3.amazonaws.com/s3.momsrising.org/ActionKit/2014_responsive_templates/assets/momsdonate/styles/screen.css?v=11" media="screen" />
  <link rel="stylesheet" type="text/css" href="//s3.amazonaws.com/s3.momsrising.org/ActionKit/2014_responsive_templates/assets/momsdonate/styles/additions.css?v=11" media="screen" />
  <link rel="stylesheet" type="text/css" href="//s3.amazonaws.com/s3.momsrising.org/ActionKit/2014_responsive_templates/assets/momsdonate/styles/print.css?v=10" media="print" />
  
  <link rel="shortcut icon" href="//s3.amazonaws.com/s3.momsrising.org/ActionKit/donate_2013/resources/images/favicon.ico" type="image/x-icon" />
  
  
  
  
  

<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '957740764285707');
fbq('init', '1710860018929562', {
em: ''
});
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=957740764285707&ev=PageView&noscript=1"
/><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1710860018929562&ev=PageView&noscript=1"
/></noscript>
<!-- DO NOT MODIFY -->
<!-- End Facebook Pixel Code -->

	
  
</head>
<body class="lang_iso_code_en templateset_lang_iso_code_en page_lang_iso_code_en petition no_donate petition-tmpl">
  
  <script type="text/javascript">
      actionkit.forms.initPage();
  </script>
    
  
<div id="root">
  <div id="inner">
    <header id="top">
      <h1 id="logo"><a href="http://www.momsrising.org/">MomsRising<span>.org</span></a></h1>
      <p id="tagline">Where moms and people who love them go to change our world</p>
      <nav id="skips">
        <ul>
          <li><a href="#nav" accesskey="n">Skip to navigation [n]</a></li>
          <li><a href="#content" accesskey="c">Skip to content [c]</a></li>
          <li><a href="#footer" accesskey="f">Skip to footer [f]</a></li>
        </ul>
      </nav>
      
            
      
      <div class="wrap">
        <div class="inner">
          <nav id="nav">
            <h2 class="offset">Navigation</h2>
            
            <ul>
              <!--li><a href="http://www.momsrising.org/take_action" class="active">Take Action</a></li>
              <li><a href="http://www.momsrising.org/our-issues">Our Issues</a></li>
              <li><a href="http://www.momsrising.org/blog">Blog</a></li>
              <li><a href="http://action.momsrising.org/cms/signup/signup_749">Keep Informed</a></li>
              <li><a href="https://action.momsrising.org/cms/donate/storefront/">Store</a></li>
              <li><a href="http://www.momsrising.org/press">In The News</a></li>
              <li><a href="http://www.momsrising.org/multimedia/page">Media</a></li-->
              <li><a href="http://www.momsrising.org/aboutmomsrising">About</a></li>
            </ul>
            
              <p><a href="http://www.momsrising.org/contribute" class="button-b red">Donate</a></p>
            
            
          </nav>
          <div id="corner">
            
            <style type="text/css" media="screen">
  #corner p {
    border:0;
  }
</style>

  



            <!--ul>
              <li><a href="./" class="icon user">Login</a></li>
            </ul-->
          </div>
        </div>
      </div>
      
      
      
    </header>
    
    <noscript>
      <style type="text/css" media="screen">
        .donate-a .inputs p label {
          display:block;
        }
        #id_known_phone_box_box {
          display:none;
        }
        noscript .donate-a > .outer > .inner > .wrap {
          background-color:#c30000;
          color:white;
        }
        noscript .donate-a > .outer > .inner > .wrap h1 {
          color:white;
        }
        noscript .donate-a > .outer > .inner::before {
          background-color:white;
        }
      </style>
        <div class="donate-a double">
          <div class="outer">
            <div class="inner">
              <div class="wrap">
                <h1>JavaScript is  Recommended</h1>
                <p>For an optimal experience, please consider enabling JavaScript. Some features may not work properly with JavaScript disabled. Thank you for visiting.</p>
              </div>
            </div>
          </div>
        </div>
    </noscript>
    

    

  





  <form class="action_form ak-errs-below" name="act" method="POST" action="/act/" accept-charset="utf-8">
    <div class="donate-a double">
      <div class="outer">
        <div class="inner">
          <div class="wrap">
            <h1>Tell Congress: Pass emergency funding for Hurricane Harvey victims NOW!</h1>
            <div class="one">
              <p>Hurricane Harvey continues to hammer the Gulf Coast, especially the Houston area, with rain resulting in historic flooding. Families are in desperate need of help. Some experts estimate that the damage could cost in the tens of billions of dollars and the recovery could last over a year.</p>
<p><strong>While rescue missions are still taking place to save those trapped in their homes, we know that recovery from this historic storm must begin immediately&mdash;and the federal government has a significant role to play.</strong></p>
<p><img src="https://s3.amazonaws.com/s3.momsrising.org/images/MomBaby_Harvey.jpg" alt="" width="100%" /></p>
<p>The U.S. Congress must take swift action to increase emergency federal funding immediately to help those families and communities most in need&mdash;particularly low-income families, the elderly, the disabled, and other vulnerable communities.</p>
<p class="call_to_action_arrow"><strong>Sign our letter and tell the U.S. Congress to appropriate major emergency funding to help Hurricane Harvey victims NOW!!! </strong></p> 
              
              <div class="signers_placeholder"></div>
            </div>
            <div class="two">
              



    

  
  
  









              
              <ul class="errors" id="ak-errors"></ul>
              <div class="fake_textarea" id="id_statement_text"><p>Dear Member of Congress,</p>
<p>Hurricane Harvey is tearing through the southern Gulf States, leaving destruction, damage, and fear for millions of families. While rescue missions are still taking place to save those trapped in their homes, we know that recovery from this historical storm must begin immediately.</p>
<p>While FEMA has $3.3 billion in disaster relief funds available, it won&rsquo;t be nearly enough. A report by CoreLogic estimates that Hurricane Harvey could cause $39.6 billion of damage of homes alone in its immediate path.</p>
<p>We ask that Congress appropriate additional emergency funding for those areas affected by Hurricane Harvey immediately, with special attention to the needs of low-income and vulnerable people and communities, so families, businesses, and communities can begin the recovery effort. More funding will be necessary to begin clean up; repair damaged houses, schools, businesses, and infrastructure; provide aid to displaced families; help those who have lost their homes and livelihoods; provide healthcare and nutrition assistance to those in need; and bring in additional emergency response teams. Anyone who has turned on the television in recent days knows this is an emergency situation and the families in our Gulf States need an emergency response.</p>
<p>Federal funding should be increased immediately, but should not come at the expense of other programs that support our families&rsquo; health care, nutrition, housing, education, and welfare. Under current law, emergency funding is not included under existing budget caps, and Congress should follow the law to ensure an immediate and effective response without causing other harm.</p>
<p>We must learn lessons from past natural disasters and respond with immediacy and not allow politics to get in the way of a strong national response.</p>
<p>Sincerely,</p></div>
              
              


    
  
    
    
    
    
    
  






  
    <h2>Contact Information</h2>
  

<div id="known_user" style="display:none;">
  
    <p>Not <span id="known_user_name"></span>?  <a href="?" onclick="return actionkit.forms.logOut()">Click here.</a></p>
  
</div>
<div id="unknown_user" class="user-form">







    

  















<div class="inputs billing_info">
  
    
      <p class="text required" id="id_name_box">
        <label for="id_name">Name*</label> <input name="name" id="id_name" type="text" />
      </p>
    
  
    
      <p class="text required" id="id_email_box">
        <label for="id_email">Email address*</label> <input name="email" id="id_email" type="text" />
      </p>
    
  
    
      <p class="text required" id="id_zip_box">
        <label for="id_zip">ZIP Code*</label> <input name="zip" id="id_zip" type="text" />
      </p>
    
  
    
      
      
    
  
</div>


  <input type="hidden" name="country" value="United States">




</div>


<div id="id_user_comment_box_box" class="inputs" style="display:none;">
  <p class="text" id="id_user_comment_box">
    <label for="id_action_comment">Personal Message (optional)</label>
    <textarea id="id_action_comment" name="action_comment"></textarea>
  </p>
</div>
<script type="text/javascript" charset="utf-8">
  //show or remove action_comment depending on the template conf set on the wrapper
  $(document).ready(function() {
    var hide_user_comment = actionkit.templates.conf.defaults.hide_user_comment;
    try {
      hide_user_comment = actionkit.templates.conf[actionkit.page.template].hide_user_comment;
    } catch(e) {
      //console.debug(e);
    } finally {
      if (hide_user_comment) {
        $('#id_user_comment_box_box').remove();
      } else {
        $('#id_user_comment_box_box').show();
      }
    }
  });
</script>




<ul class="ticks user_options">
  
  
  
  
  
      <li id="sms_opt_in_box">
        <input type="checkbox" id="id_sms_opt_in" name="user_sms_opt_in" value="1" />
        <input type="checkbox" id="id_receive_phone_blast" name="user_receive_phone_blast" value="true" />
        <label for="id_sms_opt_in">
          Get text message alerts
          <span style="font-size:0.7em; display:block;">(Standard text message charges may apply)</span></label>
      </li>
  
  
</ul>
<script type="text/javascript" charset="utf-8">
  //remove ul .ticks.user_options if is empty 
  $(document).on('ak_context_loaded_after', function(e) {
    if ($('.ticks.user_options li').size() == 0) {
      $('.ticks.user_options li').remove();
    }
  });
  //mirror value of user_sms_opt_in on user_receive_phone_blast
  $(document).on('change', 'form[name="act"] input[name="user_sms_opt_in"]', function(e) {
    $_sms_opt_in = $(this);
    $_form = $_sms_opt_in.parents('form:first');
    $_receive_phone_blast = $_form.find('input[name="user_receive_phone_blast"]');
    if ($_sms_opt_in.is(':checked')) {
      $_receive_phone_blast.prop('checked', true);
    } else {
      $_receive_phone_blast.prop('checked', false);
    }
  });
  $(document).ready(function() {
    $('input[name="user_sms_opt_in"]').trigger('change');
  });
</script>



<div id="id_known_phone_box_box" class="inputs billing_info">
  <p id="id_known_phone_box" class="text">
    <label for="id_phone">Mobile Phone*</label> <input type="text" id="id_phone" name="phone">
    <input type="hidden" name="phone_type" value="mobile" />
  </p>
</div>
  <script type="text/javascript" charset="utf-8">
    
    $(document).on('ak_context_loaded_after', function(e) {
      $(document).on('change', 'form[name="act"] input[name="phone"]', function(e) {
        $('form[name="act"] input[name="user_cell_phone"]').val($(this).val());
      });
      
      /*$(document).on('submit', 'form[name="act"]', function(e) {
        var $form = $(this);
        var $user_cell_phone = $form.find('input[name="user_cell_phone"]');
        if ($user_cell_phone.size()) {
          if ($user_cell_phone.val().replace(' ', '') == '') {
            alert('a');
            $form.find('input[name="user_cell_phone"]').remove();
          }
        }
      });*/
      
      if (actionkit.user.has_cell_phone && actionkit.context.recognized_user) {
        $('#id_known_phone_box_box').remove();
        $('#sms_opt_in_box').remove();
      } else {
        //set the value of the field user_cell_phone only when the sms optin is checked and the phone is not empty.
        $(document).on('change', 'input[name="user_sms_opt_in"]' ,function() {
          var $form = $(this).parents('form:first');
          var phone = $form.find('input[name="phone"]').val();
          var $checkbox = $(this);
          var is_phone_required_in_context = $.inArray('phone', actionkit.context.required);
          var $phone_inputs = $form.find('input[name="phone"]');
          if ($checkbox.is(':checked')) {
            //tell ak to not ignore the phone field even when the user is recognized
            window.actionkit.forms.user_field_names = ['email', 'prefix', 'first_name', 'middle_name', 
                   'last_name', 'suffix', 'name', 'address1', 'address2',
                   'city', 'state', 'zip', 'postal', 'country', 'region', 'home_phone', 'work_phone', 'mobile_phone'];
            //add the uer_cell_phone field
            var user_cell_phone_field = $('<input type="hidden" value="'+phone+'" name="user_cell_phone">');
            $form.append(user_cell_phone_field);
            //make phone required if is not already
            $phone_inputs.each(function(){
              var $phone_input = $(this);
              var $phone_input_label = $('label[for="'+$phone_input.attr('id')+'"]');
              actionkit.utils.make_field_required($phone_input);
              if ($phone_input_label.html().indexOf('*') == -1) {
                $phone_input_label.html($phone_input_label.html() + '*');
              }
            });
          } else {
            //back to default, ignore all user fields on the default list 
            window.actionkit.forms.user_field_names = false;
            //remove user_cell_phone
            $form.find('input[name="user_cell_phone"]').remove();
            //make the phone field not required unless that it is required on the context
            if (is_phone_required_in_context < 0) {
              var $phone_inputs = $form.find('input[name="phone"]');
              $phone_inputs.each(function(){
                var $phone_input = $(this);
                var $phone_input_label = $('label[for="'+$phone_input.attr('id')+'"]');
                actionkit.utils.make_field_not_required($phone_input);
                $phone_input_label.html($phone_input_label.html().replace('*', ''));
              });
            }
          }
          actionkit.forms.clearErrors();
          actionkit.forms.handleQueryStringErrors();
        });


        if (($('form[name="act"] input[name="phone"]').size() > 1) || $('input[name="user_sms_opt_in"]').size() == 0) {
          $('#id_known_phone_box_box').remove();
        } else {
          $('#id_known_phone_box label').compactize({labelOpacity: false});
          $(document).on('change', 'input[name="user_sms_opt_in"]', function(e) {
            $checkbox = $(this);
            if ($checkbox.is(':checked')) {
              $('#id_known_phone_box_box').show();
            } else {
              $('#id_known_phone_box_box').hide();
            }
          });
        }
        $('input[name="user_sms_opt_in"]').trigger('change');
      }//if (actionkit.user.has_cell_phone && actionkit.context.recognized_user) {
      
      
      
      
      
    });
    
    
    
</script>




              
              <input type="hidden" name="page" value="Harvey">
              <p class="action"><button type="submit">Sign!</button></p>
              

    

  
  
  
  
  
  
  
  
  
  
  
  
  
  






            </div>
            <div class="after_two">
              <div class="signers_placeholder"></div>
            </div>
          </div>
        </div>
      </div>
    </div>

    

    

  
  
  
  
  
  
  









  



  
  </form>

    
    <section id="content">
      
      
        
        
          <p>Privacy Policy (the basics): We do not share the information you've given us with unaffiliated groups without your explicit permission. For petitions, letters to the editor, and surveys you've signed or completed, we treat your name, city, state, and comments as public information. We will not make your street address publicly available, but we may transmit it to members of Congress, the President, or other targets specifically noted on the signup page. We will send you updates on this and other important campaigns by email. If at any time you would like to unsubscribe from our email list, you may do so. For our complete privacy policy, <a href="http://www.momsrising.org/privacy" target="_blank">click here</a>.</p>
        

     
        
    </section>
    
  </div>
  <footer id="footer">
    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>

    <h3>MomsRising.org</h3>
    <nav>
      
        
          <ul>
            <li><a target="_blank" href="http://www.momsrising.org/contactus">Contact Information</a></li>
            <li><a target="_blank" href="http://www.momsrising.org/contactus?type=1">Share Feedback</a></li>
            <li><a target="_blank" href="http://www.momsrising.org/privacy">Legal &amp; Privacy</a></li>
            <li><a target="_blank" href="http://action.momsrising.org/cms/unsubscribe/unsubscribe/">Unsubscribe</a></li>
            <li><a target="_blank" href="http://action.momsrising.org/cms/signup/get_involved/">Subscribe</a></li>
          </ul>
        
      
    </nav>
    <p>Copyright &copy; 2018 MomsRising</p>
  </footer>
</div>


<script type="text/javascript">
$(document).ready(function() {
  actionkit.forms.contextRoot = '/context/';
  actionkit.forms.initForm('act');
  
});

</script>




<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-1726388-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript';
ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
  })();

</script>









</body>
</html>


