<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#" lang="en-gb" dir="ltr">
<head>
	<meta name="viewport" content="width=device-width, initial-scale=1.0" />

	<meta charset="utf-8" />
	<base href="https://www.strayrescue.org/hurricaneharvey" />
	<meta name="keywords" content="randy grimm, st. louis, stray animal, rescue, dog, cat, adopt, volunteer, foster, charity" />
	<meta name="rights" content="@2017 Stray Rescue of St. Louis" />
	<meta name="title" content="Hurricane Harvey" />
	<meta property="og:url" content="https://www.strayrescue.org/hurricaneharvey" />
	<meta property="og:title" content="Stray Rescue of St. Louis - Hurricane Harvey" />
	<meta property="og:type" content="article" />
	<meta property="og:description" content=" &quot;I Feel Like I'm Drowning&quot; Stray Rescue sends rescue team to St. Landry Parish Tuesday, 8/29 Imagine your dog is stranded at the pound, surrounded by..." />
	<meta name="description" content=" &quot;I Feel Like I'm Drowning&quot; Stray Rescue sends rescue team to St. Landry Parish Tuesday, 8/29 Imagine your dog is stranded at the pound, surrounded by..." />
	
	<title>Stray Rescue of St. Louis - Hurricane Harvey</title>
	<link href="/templates/stray_rescue/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
	<link href="/media/k2/assets/css/magnific-popup.css?v2.7.1" rel="stylesheet" />
	<link href="/media/modals/css/bootstrap.min.css" rel="stylesheet" />
	<script src="/media/jui/js/jquery.min.js?36621ccacf0a37d7eecbf36b8c2f7a84"></script>
	<script src="/media/k2/assets/js/jquery.magnific-popup.min.js?v2.7.1"></script>
	<script src="/media/modals/js/jquery.touchSwipe.min.js"></script>
	<script src="/media/modals/js/jquery.colorbox-min.js"></script>
	<script src="/media/modals/js/script.min.js?v=9.2.4.p"></script>
	<script src="/templates/stray_rescue/js/template.js"></script>
	<script src="/media/jui/js/bootstrap.min.js?36621ccacf0a37d7eecbf36b8c2f7a84"></script>
	<script>

 var modals_class = 'modal_link'; var modals_disable_on_mobile = 0; var modals_disable_on_mobile_splash = 1; var modals_mobile_max_width = 767; var modals_open_by_url = ''; var modals_defaults = { opacity: '0.8',maxWidth: '95%',maxHeight: '95%',fixed: 'true',current: '{current} / {total}',previous: 'previous',next: 'next',close: 'close',xhrError: 'This content failed to load.',imgError: 'This image failed to load.' }; 

			function ctSetCookie(c_name, value) {
				document.cookie = c_name + "=" + encodeURIComponent(value) + "; path=/";
			}

			ctSetCookie("ct_ps_timestamp", Math.floor(new Date().getTime()/1000));
			ctSetCookie("ct_fkp_timestamp", "0");
			ctSetCookie("ct_pointer_data", "0");
			ctSetCookie("ct_timezone", "0");

			setTimeout(function(){
				ctSetCookie("ct_checkjs", "bb3da716528dcfe33ae7b66eae08d174");
				ctSetCookie("ct_timezone", new Date().getTimezoneOffset()/60*(-1));
			},1000);

			//Stop observing function
			function ctMouseStopData(){
				if(typeof window.addEventListener == "function")
					window.removeEventListener("mousemove", ctFunctionMouseMove);
				else
					window.detachEvent("onmousemove", ctFunctionMouseMove);
				clearInterval(ctMouseReadInterval);
				clearInterval(ctMouseWriteDataInterval);				
			}

			//Stop key listening function
			function ctKeyStopStopListening(){
				if(typeof window.addEventListener == "function"){
					window.removeEventListener("mousedown", ctFunctionFirstKey);
					window.removeEventListener("keydown", ctFunctionFirstKey);
				}else{
					window.detachEvent("mousedown", ctFunctionFirstKey);
					window.detachEvent("keydown", ctFunctionFirstKey);
				}			
			}

			var d = new Date(), 
				ctTimeMs = new Date().getTime(),
				ctMouseEventTimerFlag = true, //Reading interval flag
				ctMouseData = "[",
				ctMouseDataCounter = 0;
				
			//Reading interval
			var ctMouseReadInterval = setInterval(function(){
					ctMouseEventTimerFlag = true;
				}, 150);
				
			//Writting interval
			var ctMouseWriteDataInterval = setInterval(function(){ 
					var ctMouseDataToSend = ctMouseData.slice(0,-1).concat("]");
					ctSetCookie("ct_pointer_data", ctMouseDataToSend);
				}, 1200);

			//Logging mouse position each 300 ms
			var ctFunctionMouseMove = function output(event){
				if(ctMouseEventTimerFlag == true){
					var mouseDate = new Date();
					ctMouseData += "[" + event.pageY + "," + event.pageX + "," + (mouseDate.getTime() - ctTimeMs) + "],";
					ctMouseDataCounter++;
					ctMouseEventTimerFlag = false;
					if(ctMouseDataCounter >= 100)
						ctMouseStopData();
				}
			}
			//Writing first key press timestamp
			var ctFunctionFirstKey = function output(event){
				var KeyTimestamp = Math.floor(new Date().getTime()/1000);
				ctSetCookie("ct_fkp_timestamp", KeyTimestamp);
				ctKeyStopStopListening();
			}

			if(typeof window.addEventListener == "function"){
				window.addEventListener("mousemove", ctFunctionMouseMove);
				window.addEventListener("mousedown", ctFunctionFirstKey);
				window.addEventListener("keydown", ctFunctionFirstKey);
			}else{
				window.attachEvent("onmousemove", ctFunctionMouseMove);
				window.attachEvent("mousedown", ctFunctionFirstKey);
				window.attachEvent("keydown", ctFunctionFirstKey);
			}
    
jQuery(function($){ $(".hasTooltip").tooltip({"html": true,"container": "body"}); });
jQuery(document).ready(function() {
	var value, searchword = jQuery('#mod-finder-searchword100');

		// Get the current value.
		value = searchword.val();

		// If the current value equals the default value, clear it.
		searchword.on('focus', function ()
		{
			var el = jQuery(this);

			if (el.val() === 'Search ...')
			{
				el.val('');
			}
		});

		// If the current value is empty, set the previous value.
		searchword.on('blur', function ()
		{
			var el = jQuery(this);

			if (!el.val())
			{
				el.val(value);
			}
		});

		jQuery('#mod-finder-searchform100').on('submit', function (e)
		{
			e.stopPropagation();
			var advanced = jQuery('#mod-finder-advanced100');

			// Disable select boxes with no value selected.
			if (advanced.length)
			{
				advanced.find('select').each(function (index, el)
				{
					var el = jQuery(el);

					if (!el.val())
					{
						el.attr('disabled', 'disabled');
					}
				});
			}
		});
	var suggest = jQuery('#mod-finder-searchword100').autocomplete({
		serviceUrl: '/finder?format=json&amp;task=suggestions.suggest&amp;tmpl=component',
		paramName: 'q',
		minChars: 1,
		maxHeight: 400,
		width: 300,
		zIndex: 9999,
		deferRequestBy: 500
	});});
	</script>

	<link href="/templates/stray_rescue/css/template.css" rel="stylesheet" />
		<link href="https://fonts.googleapis.com/css?family=Alegreya+Sans:300,400,700|Open+Sans:700|Rochester|Libre+Baskerville" rel="stylesheet"> 
	<!--<link rel="stylesheet" href="/templates/stray_rescue/css/font-awesome.min.css">-->

			<!--[if lt IE 9]><script src="/media/jui/js/html5.js"></script><![endif]-->




<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-71563323-1', 'strayrescue.org');
  ga('send', 'pageview');
</script>
<!-- Universal Google Analytics Plugin by PB Web Development -->







</head>
<body class="site  com_k2 view-item layout-item no-task">
	<div class="page-wrap">
		<header>
			<div class="uk-container uk-container-center">
				<a href="/"><img class="logoImg" src="/templates/stray_rescue/images/stray-rescue-logo.png" alt="Stray Rescue of St. Louis"></a>
				<div class="header-right-block">
										<div class="top-login"> <!-- START: Modals --><a href="#loginpanel" class="modal_link" data-modal-inline="true" data-modal-class-name="no_title">Login</a><!-- END: Modals -->  <!-- START: Modals --><div style="display:none;"><div id="loginpanel"> 

<div id="modSocialConnectMinimal" class="modSocialConnect">

	
	<div class="socialConnectSignInBlock">
		<form action="/" method="post">
			<input class="socialConnectInput" placeholder="Username or Email" type="text" name="username"><a class="socialConnectLink" href="/lost-user-name/">Forgot your username?</a>
			<input class="socialConnectInput modSocialConnectPassword" placeholder="Password" type="password" name="password"><a class="socialConnectLink" href="/lost-password/">Forgot your password?</a>
			<div class="socialConnectClearFix">
				<button class="socialConnectButton socialConnectSignInButton socialConnectClearFix" type="submit">
					<i></i>
					<span>Sign in</span>
				</button>
				<div class="socialConnectRememberBlock">
					<input id="modSocialConnectMinimalRemember" type="checkbox" name="remember" value="yes"><label class="socialConnectLabel" for="modSocialConnectMinimalRemember">Remember me</label>
				</div>
			</div>
			<input type="hidden" name="option" value="com_users"><input type="hidden" name="task" value="user.login"><input type="hidden" name="return" value="aHR0cHM6Ly93d3cuc3RyYXlyZXNjdWUub3JnL2h1cnJpY2FuZWhhcnZleQ=="><input type="hidden" name="642fce29db0bd75869ff6ca3d75499a6" value="1"></form>
	</div>

		<div class="socialConnectServicesBlock">
		<h4 class="socialConnectServicesMessage">Or sign in with your account on:</h4>
		<div class="socialConnectClearFix">
						<a title="::Facebook" class="socialConnectFacebookButton socialConnectButton socialConnectServiceButton socialConnectClearFix hasTip" rel="nofollow" href="/index.php?option=com_socialconnect&view=login&task=facebookOauth&return=aHR0cHM6Ly93d3cuc3RyYXlyZXNjdWUub3JnL2h1cnJpY2FuZWhhcnZleQ==">
				<i></i>
				<span>Facebook</span>
			</a>
												<a title="::Google" class="socialConnectGoogleButton socialConnectButton socialConnectServiceButton socialConnectClearFix hasTip" rel="nofollow" href="/index.php?option=com_socialconnect&view=login&task=googleOauth&return=aHR0cHM6Ly93d3cuc3RyYXlyZXNjdWUub3JnL2h1cnJpY2FuZWhhcnZleQ==">
				<i></i>
				<span>Google</span>
			</a>
																																									</div>
	</div>
	
	<span>Not a member yet?</span>
	<a class="socialConnectRegistrationButton" href="/create-an-account/">Register</a>

	
</div>
 </div></div><!-- END: Modals --></div> 
					<div class="top-search">
<form id="mod-finder-searchform100" action="/smart-search" method="get" class="form-search">
	<div class="finder">
		<input type="text" name="q" id="mod-finder-searchword100" class="search-query input-medium" size="25" value="" placeholder="Search Our Site"/><button class="stray-search"><i class="fa fa-search fa-lg"></i></button>
							</div>
</form>
</div>
					<div class="newsletter-link"><!-- START: Modals --><a href="#newsletter" class="modal_link" data-modal-inline="true" data-modal-class-name="no_title">Sign Up For Our Newsletter</a><!-- END: Modals --> <!-- START: Modals --><div style="display:none;"><div id="newsletter"> <!-- Begin MailChimp Signup Form --> <link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css" />
<style scoped="scoped" type="text/css"><!--
#mc_embed_signup {
		background: #fff;
		clear: left;
		font: 14px Helvetica, Arial, sans-serif;
	}
	/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
	   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
--></style>
<div id="mc_embed_signup"><form action="//strayrescue.us6.list-manage.com/subscribe/post?u=638591fa46c989e3b1ce23e4c&amp;id=1851f0cc08" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="">
<div id="mc_embed_signup_scroll">
<h2>Subscribe to our mailing list</h2>
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group"><label for="mce-EMAIL">Email Address <span class="asterisk">*</span> </label> <input value="" name="EMAIL" class="required email" id="mce-EMAIL" type="email" /></div>
<div class="mc-field-group"><label for="mce-FNAME">First Name <span class="asterisk">*</span> </label> <input value="" name="FNAME" class="required" id="mce-FNAME" type="text" /></div>
<div class="mc-field-group"><label for="mce-LNAME">Last Name <span class="asterisk">*</span> </label> <input value="" name="LNAME" class="required" id="mce-LNAME" type="text" /></div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display: none;"></div>
<div class="response" id="mce-success-response" style="display: none;"></div>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input name="b_638591fa46c989e3b1ce23e4c_1851f0cc08" tabindex="-1" value="" type="text" /></div>
<div class="clear"><input value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button" type="submit" /></div>
</div>
</form></div>
<script src="//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js" type="text/javascript"></script>
<script type="text/javascript">// <![CDATA[
(function($) {
		window.fnames = new Array();
		window.ftypes = new Array();
		fnames[0] = 'EMAIL';
		ftypes[0] = 'email';
		fnames[1] = 'FNAME';
		ftypes[1] = 'text';
		fnames[2] = 'LNAME';
		ftypes[2] = 'text';
		fnames[6] = 'MMERGE6';
		ftypes[6] = 'birthday';
		fnames[3] = 'MMERGE3';
		ftypes[3] = 'radio';
	}(jQuery));
	var $mcj = jQuery.noConflict(true);
// ]]></script>
<!--End mc_embed_signup--></div></div><!-- END: Modals --></div>
					<div class="donate-now"><a href="/donate">Donate Now</a></div>
				</div>
			</div>	
				<div class="main-menu"><div class="uk-container uk-container-center">
<nav class="uk-navbar">
<ul class="uk-navbar-nav uk-hidden-small ">
<li class="item-129 deeper parent uk-parent"><a href="/mission" >About</a><ul class="nav-child unstyled small"><li class="item-139"><a href="/mission" >Mission</a></li><li class="item-140"><a href="/meet-our-leadership-team" >Meet Our Leadership Team</a></li><li class="item-141"><a href="/supporters" >Supporters</a></li><li class="item-218"><a href="/resources" >Resources</a></li><li class="item-264"><a href="/contact-us" >Contact Us</a></li><li class="item-278"><a href="/employment" >Employment application</a></li><li class="item-311"><a href="http://www.randysrescueranch.org" onclick="window.open(this.href, 'targetWindow', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,'); return false;">Randy’s Rescue Ranch</a></li></ul></li><li class="item-128 deeper parent uk-parent"><a href="/about-randy-grim" >Randy Grim</a><ul class="nav-child unstyled small"><li class="item-135"><a href="/about-randy-grim" >About</a></li><li class="item-134"><a href="/randys-blog" >Randy's Blog</a></li><li class="item-136"><a href="/books" >Books</a></li></ul></li><li class="item-130 deeper parent uk-parent"><a href="/get-involved" >Get Involved</a><ul class="nav-child unstyled small"><li class="item-133"><a href="/donate" >Donate</a></li><li class="item-124"><a href="/animals-for-adoption" >Adopt</a></li><li class="item-222"><a href="/become-a-foster-parent" >Foster</a></li><li class="item-174"><a href="/volunteer-at-our-shelter" >Volunteer</a></li><li class="item-132"><a href="/wish-list" >Wish List</a></li><li class="item-266"><a href="/businesspartnership" >Your Business &amp; Stray Rescue</a></li><li class="item-310"><a href="/specialday" >Personalized Fundraiser</a></li></ul></li><li class="item-127 deeper parent uk-parent"><a href="/events" >Events</a><ul class="nav-child unstyled small"><li class="item-221"><a href="/events/events-archive" >Events Archive</a></li></ul></li><li class="item-131"><a href="/rescue-stories" >Rescue Stories</a></li><li class="item-126"><a href="/programs" class="programsMenu">Programs</a></li><li class="item-125"><a href="https://squareup.com/market/stray-rescue-of-st-louis" target="_blank">Store</a></li></ul>
<a href="#stray-menu" class="uk-navbar-toggle uk-visible-small" data-uk-offcanvas></a>
</nav>

<div id="stray-menu" class="uk-offcanvas">
		<ul class="uk-offcanvas-bar">
			<li class="item-129 deeper parent uk-parent"><a href="/mission" >About</a><ul class="nav-child unstyled small"><li class="item-139"><a href="/mission" >Mission</a></li><li class="item-140"><a href="/meet-our-leadership-team" >Meet Our Leadership Team</a></li><li class="item-141"><a href="/supporters" >Supporters</a></li><li class="item-218"><a href="/resources" >Resources</a></li><li class="item-264"><a href="/contact-us" >Contact Us</a></li><li class="item-278"><a href="/employment" >Employment application</a></li><li class="item-311"><a href="http://www.randysrescueranch.org" onclick="window.open(this.href, 'targetWindow', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,'); return false;">Randy’s Rescue Ranch</a></li></ul></li><li class="item-128 deeper parent uk-parent"><a href="/about-randy-grim" >Randy Grim</a><ul class="nav-child unstyled small"><li class="item-135"><a href="/about-randy-grim" >About</a></li><li class="item-134"><a href="/randys-blog" >Randy's Blog</a></li><li class="item-136"><a href="/books" >Books</a></li></ul></li><li class="item-130 deeper parent uk-parent"><a href="/get-involved" >Get Involved</a><ul class="nav-child unstyled small"><li class="item-133"><a href="/donate" >Donate</a></li><li class="item-124"><a href="/animals-for-adoption" >Adopt</a></li><li class="item-222"><a href="/become-a-foster-parent" >Foster</a></li><li class="item-174"><a href="/volunteer-at-our-shelter" >Volunteer</a></li><li class="item-132"><a href="/wish-list" >Wish List</a></li><li class="item-266"><a href="/businesspartnership" >Your Business &amp; Stray Rescue</a></li><li class="item-310"><a href="/specialday" >Personalized Fundraiser</a></li></ul></li><li class="item-127 deeper parent uk-parent"><a href="/events" >Events</a><ul class="nav-child unstyled small"><li class="item-221"><a href="/events/events-archive" >Events Archive</a></li></ul></li><li class="item-131"><a href="/rescue-stories" >Rescue Stories</a></li><li class="item-126"><a href="/programs" class="programsMenu">Programs</a></li><li class="item-125"><a href="https://squareup.com/market/stray-rescue-of-st-louis" target="_blank">Store</a></li></ul>
</div>

</div></div>
		</header>
		<main class="content">
															
					<div id="system-message-container">
	</div>

					<span id="startOfPageId910"></span>

<div id="k2Container" class="blog-container uk-container uk-container-center itemView">


<div class="breadcrumbs"><a href="/rescue-stories">Rescue Stories</a> <i class="fa fa-angle-right"></i> Hurricane Harvey</div>

	
	
	
	
	<div class="itemHeader">

	

		
	<h2 class="itemTitle">
		
		Hurricane Harvey
			</h2>
		
	
		
	<span class="itemDateCreated">
		August 29, 2017 | 11:39am	</span>
		

	
	</div>

	
	
	
	
	
	
	<div class="itemBody">

		
		
		
		
		

		
		
		<span class="itemFullText">
			
			<h1> </h1>
<h1>"I Feel Like I'm Drowning"</h1>
<h2>Stray Rescue sends rescue team to St. Landry Parish Tuesday, 8/29</h2>
<p>Imagine your dog is stranded at the pound, surrounded by water. He's all alone, hungry and terrified. He can't sit or lay down or else he'll be submerged in the flood water, so he is forced to stand on top of the dirty dog house in his enclosure until the water gets too high. Then what? There's nowhere to go to escape the cold, encroaching flood waters.</p>
<p><img src="/images/Bayou-Rescue-Hurrican-Harvey-WEB.jpg" alt="Bayou Rescue Hurrican Harvey WEB" /></p>
<p>Back in 2005, we sent a team down to Louisiana to help save lives during Hurricane Katrina and then again during Hurricane Gustav. And now it's time for us to save lives during Hurricane Harvey.</p>
<p>When Stacey, the Director of St. Landry Parish Animal Care and Rescue in Louisiana, called us in desperation saying, "I feel like I'm drowning," we jumped into action. Early this morning, we sent a rescue team down to transport about 20 dogs back to the safety of Stray Rescue. We can't wait for them to get back so we can give them a dry bed, good food, and lots of love and medical care.</p>
<p>We know that without our help, these dogs have no chance. Even without a natural disaster, this LA shelter doesn't have the resources to adopt these deserving animals to loving homes. During a hurricane, the shelter is flooded with animals separated from their families - whether surrendered or abandoned. We know we're their last hope at a life filled with love, comfort, and family.</p>
<h2>Please help us save their lives today. We can't do this without you! Here's How:</h2>
<p><a href="/become-a-foster-parent"><strong>FOSTER:</strong></a> You can either foster one of the dogs coming back from LA, or foster one of our current shelter residents at Stray Rescue to free a space for a LA dog.</p>
<p><a href="/animals-for-adoption"><strong>ADOPT:</strong></a> If you've been thinking about adopting your new best friend, now is the perfect time! Fill out an adoption application, or come visit us at our Pine Street center to speak with one of our Adoption Counselors.</p>
<p><a href="/wish-list"><strong>DONATE FOSTER SUPPLIES:</strong></a> We provide our foster homes with everything they need. We are in need of collars, leashes, crates, x-pens, food bowls, treats, and toys. Here is a link to our <a href="https://www.amazon.com/gp/registry/wishlist/ref=cm_wl_search_1?ie=UTF8&amp;cid=A28KV8H726YNJK">Amazon Wish List</a> (you must be logged in to access).</p>
<p><strong>DONATE:</strong> No matter how little or how much you are able to contribute, it all goes far in helping to alleviate the expenses associated with saving the lives of the dogs affected by tragedy.</p>
<p>Be their hero today! (Scroll down to donate, scroll to bottom to use PayPal.)</p>
<p>To read more about Stray Rescue's <a href="/bayouproject">"Bayou Project," click here. </a></p>
<p>Another way to help - <a href="https://www.customink.com/fundraising/stray-rescue-announces-its-newest-life-saving-program-the-bayou-project?side=front&amp;type=2&amp;zoom=">Get your "Bayou Project" t-shirt!</a> Proceeds will go toward the medical care of the dogs we are bringing back! Lots of styles &amp; sizes available.</p>
<p><a href="https://www.customink.com/fundraising/stray-rescue-announces-its-newest-life-saving-program-the-bayou-project?side=front&amp;type=2&amp;zoom="><img src="/images/bayou2.png" alt="bayou2" width="188" height="179" /></a></p>
<p> </p>
<script src="https://widgets.abilafundraisingonline.com/widgets/form.js?channel=bayou/hh" type="text/javascript"></script>
<p>Prefer to use PayPal?</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input name="cmd" value="_s-xclick" type="hidden" /> <input name="hosted_button_id" value="ZRWPARHHFYY2J" type="hidden" /> <input src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" type="image" border="0" /> <img alt="" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1" border="0" /></form>		</span>

		
		<div class="clr"></div>

		
		
		
		
		
		
		<div class="clr"></div>

	</div>

	
	
	
	
	
	
	<div class="clr"></div>

	
	
	
	
	
	
	
	
	
		<div class="itemBackToTop">
		<a class="k2Anchor" href="/hurricaneharvey#startOfPageId910">
			back to top		</a>
	</div>
	
	<div class="clr"></div>

</div>


<!-- JoomlaWorks "K2" (v2.8.0) | Learn more about K2 at http://getk2.org -->
					
									</main>
	</div>
		<footer class="clearfix">
		<div class="uk-container uk-container-center">
			<div class="footer-address"><p><a href="http://strayrescue.org/">Stray Rescue of St. Louis</a> | <a href="https://goo.gl/maps/CRP7RE9VG3P2" target="_blank"><span class="sr-only">Opens in new window</span>2320 Pine Street St. Louis, MO 63103</a> | <a href="tel://13147716121">314.771.6121</a></p></div>
			<div class="footer-copyright">&copy; 2018 Stray Rescue of St. Louis</div>
		</div>
	</footer>
	
	

	<div class="socials"><div class="inner-socials-container"><a href="https://www.facebook.com/StrayRescue/" target="_blank"><span class="sr-only">Opens in new window</span><i class="fa fa-facebook"></i></a> <a href="https://twitter.com/strayrescue" target="_blank"><span class="sr-only">Opens in new window</span><i class="fa fa-twitter"></i></a> <a href="https://www.instagram.com/strayrescuestl/" target="_blank"><span class="sr-only">Opens in new window</span><i class="fa fa-instagram"></i></a> <a href="https://www.youtube.com/user/StrayRescueOfficial" target="_blank"><span class="sr-only">Opens in new window</span><i class="fa fa-youtube"></i></a> <a href="https://www.pinterest.com/strayrescuestl/" target="_blank"><span class="sr-only">Opens in new window</span><i class="fa fa-pinterest"></i></a></div>
<div class="social-minimizer">&nbsp;</div></div>


	

</body>




</html>

