<!DOCTYPE html>
<!--[if IEMobile 7]><html class="no-js iem7" lang="en" itemscope itemtype="http://schema.org/Article"><![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js ie7 lte7 lte8" lang="en" itemscope itemtype="http://schema.org/Article"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js ie8 lte8" lang="en" itemscope itemtype="http://schema.org/Article"><![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" lang="en" itemscope itemtype="http://schema.org/Article"><!--<![endif]-->
	<head>
		<meta charset="utf-8" />
		<meta name="HandheldFriendly" content="True" />
		<meta name="MobileOptimized" content="320" />
		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
		
		
<title id="meta-title">Runner inspired to support Heifer International after Hurricane Harvey</title>

<meta name="description" id="meta-description" content="Runner inspired to support Heifer International after Hurricane Harvey" />
<meta name="keywords" content="Team Heifer,NY Supporters" />

<meta property="og:title" itemprop="name" id="meta-og-title" content="Runner inspired to support Heifer International after Hurricane Harvey" />
<meta property="og:description" itemprop="description" id="meta-og-description" content="Runner inspired to support Heifer International after Hurricane Harvey" />
<meta property="og:url" id="meta-og-url" content="http://www.heifer.org/whencowsfly/stories/runner-inspired-after-hurricane-harvey.html?msource=SOCFI17TW0004" />
<meta property="og:image" content="http://www.heifer.org/whencowsfly/resources/images/fb-avatar.jpg">
<meta property="og:site_name" content="Donor Stories | Heifer International" />
<meta property="og:type" content="website" />

<meta name="original-meta-data" id="original-meta-data" data-original-title="Donor Stories | Heifer International" data-original-description="See stories of how lives are being transformed around the globe through Heifer's work in more than 40 countries." data-original-url="http://www.heifer.org" />

		<!-- Styles -->
		
		<link href="/whencowsfly/resources/css/global.css" rel="stylesheet" media="screen, projector" />
	
		<link href="/whencowsfly/resources/css/print.css" rel="stylesheet" media="print" />
	
		<!-- End Styles -->

		<!-- Important Scripts -->
		
		<script src="/whencowsfly/resources/js/modernizr.js"></script>
		<script type="text/javascript" async="" src="http://www.google-analytics.com/ga.js"></script>
		<!-- End Important Scripts -->

		<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
		    <script src="//assets.adobedtm.com/b9e23f33f857ecc6813f4d0f879023fffbbbbba0/satelliteLib-580dd398d3731273e02552ba64e93784e286eed6.js"></script>
		<script type="text/javascript">
//This version of the data layer is trimmed down so that it doesn't require any sort of state from the page or other previous php functions.
//provides only basic page information, but still sets up the full structure of the data layer

	//
	//DATA LAYER INITIALIZATION AND PROPERTY CREATION

	var digitalData = {};

	digitalData.page = {};
	digitalData.page.pageInfo = {};
	digitalData.page.pageInfo.security = {
		pageID:'DEFAULT',
		pageName:'DEFAULT',
		destinationURL:'DEFAULT',
		destinationURLnoParams:'DEFAULT',
		referringURL:'DEFAULT',
		sysEnv:'DEFAULT',
		Version:'DEFAULT',
		onSiteSearchTerms:'DEFAULT',
		onSiteSearchResults:'DEFAULT',
		mSource:'DEFAULT',
		domainName:'DEFAULT',
		subdomainName:'DEFAULT',
	};
	digitalData.page.category = {};
	digitalData.page.category.security = {
		primaryCategory:'DEFAULT',
		subCategory1:'DEFAULT',
		subCategory2:'DEFAULT',
		subCategory3:'DEFAULT',
		subCategory4:'DEFAULT',
		pageType:'DEFAULT',
	};

	digitalData.product = [];

	digitalData.cart = {};
	digitalData.cart.price = {};
	digitalData.cart.price.security = {
		priceWithTax:'DEFAULT',
	};
	digitalData.cart.item = [];
	digitalData.cart.linkedProduct = [];

	digitalData.checkout = [];

	digitalData.transaction = {};
	digitalData.transaction.security = {
		transactionID:'PERSONAL',
	};
	digitalData.transaction.profile = {};
	digitalData.transaction.profile.profileInfo = {};
	digitalData.transaction.profile.profileInfo.security = {
		userName:'PERSONAL',
		email:'PERSONAL',
	};
	digitalData.transaction.profile.address = {};
	digitalData.transaction.profile.address.security = {
		state:'PERSONAL',
		postalCode:'PERSONAL',
		country:'PERSONAL',
	};
	digitalData.transaction.profile.shippingAddress = {};
	digitalData.transaction.profile.shippingAddress.security = {
		state:'PERSONAL',
		postalCode:'PERSONAL',
		country:'PERSONAL',
	};
	digitalData.transaction.total = {};
	digitalData.transaction.total.security = {
		totalPrice:'DEFAULT',
		priceWithTax:'DEFAULT',
	};
	digitalData.transaction.item = [];
	digitalData.transaction.linkedProduct = [];

	digitalData.event = [];

	digitalData.component = [];

	digitalData.user = [];

	digitalData.privacy = {};
	digitalData.privacy.accessCategories = [];
	catName1 = 'DEFAULT';
	domains1 = ['googleAnanlytics', 'adobeAnalytics', 'doubleClick'];
	catName2 = 'PERSONAL';
	domains2 = [];
	digitalData.privacy.accessCategories.push({catName1:catName1, domains1:domains1});
	digitalData.privacy.accessCategories.push({catName2:catName2, domains2:domains2});

	digitalData.version = {};
	digitalData.version.adobe = {};
	digitalData.version.google = {};
	digitalData.version.thirdPartyTag = [];

	//END DATA LAYER INITIALIZATION AND PROPERTY CREATION
	//

	//
	//PAGE SIZE

    function docReady(fn) {
      if (document.readyState != 'loading'){
        fn();
      } else if (document.addEventListener) {
        document.addEventListener('DOMContentLoaded', fn);
      } else {
        document.attachEvent('onreadystatechange', function() {
          if (document.readyState != 'loading')
            fn();
        });
      }
    }
	docReady(function(){
        var w = window,
            d = document,
            e = d.documentElement,
            g = d.getElementsByTagName('body')[0],
            x = w.innerWidth || e.clientWidth || g.clientWidth;

		var pageWidth = x;
		var RespDesign = "normal:large";
		if(pageWidth<1257 && pageWidth>=1009) RespDesign = "normal:medium";
		else if(pageWidth<1009 && pageWidth>=785) RespDesign = "normal:small";
		else if(pageWidth<785 && pageWidth>=1) RespDesign = "mobile";
		digitalData.page.pageInfo.sysEnv = RespDesign;
	});

	//END PAGE SIZE
	//

	//
	//DOMAIN AND URL

	//these are doing some converting nonsense so their properties can be deleted later
	digitalData.page.pageInfo.destinationURL = JSON.parse(JSON.stringify(document.location));
	digitalData.page.pageInfo.referringURL = JSON.parse(JSON.stringify(document.referrer));
	//making a copy of search as queryString, to make a more clearly defined variable
	digitalData.page.pageInfo.destinationURL.queryString = digitalData.page.pageInfo.destinationURL.search;
	digitalData.page.pageInfo.destinationURLNoParams = digitalData.page.pageInfo.destinationURL.origin + digitalData.page.pageInfo.destinationURL.pathname;


	var hostSplit = digitalData.page.pageInfo.destinationURL.hostname.split(".");
	if (hostSplit.length > 2){
		digitalData.page.pageInfo.subdomainName = digitalData.page.pageInfo.destinationURL.hostname;
		digitalData.page.pageInfo.domainName = hostSplit[hostSplit.length-2] + "." + hostSplit[hostSplit.length-1]
	}else{
		digitalData.page.pageInfo.domainName = digitalData.page.pageInfo.destinationURL.hostname;
	}

	//END DOMAIN AND URL
	//
	

	//
	//PAGE NAME AND CATEGORIES

	
	digitalData.page.category.primaryCategory = "basic page";
	digitalData.page.category.subCategory1 = "whencowsfly";
	digitalData.page.category.subCategory2 = "whencowsfly/stories";
	digitalData.page.category.subCategory3 = "whencowsfly/stories/runner-inspired-after-hurricane-harvey";
	digitalData.page.category.subCategory4 = "whencowsfly/stories/runner-inspired-after-hurricane-harvey";

	digitalData.page.pageInfo.pageName = "/whencowsfly/stories/runner-inspired-after-hurricane-harvey";
	digitalData.page.pageInfo.pageType = "basic page";

			digitalData.page.pageInfo.mSource = "SOCFI17TW0004";
	
	//END CONTENT ID
	//

	//
	//GWNM CONVERSIONS

	//GWNM Products in magento look like qty:500 with basePrice:1
	//Adobe has historically viewed this as qty:1 with basePrice:500
	//This function searches the data layer for GWNM products (id:517) on the page, in the cart, and in transactions and makes this adjustment

	//function GWNMSwap(product):
	function GWNMSwap(item){
		if (item.hasOwnProperty("quantity") && item.hasOwnProperty("price")){
			if (item.price.hasOwnProperty("basePrice")){
				if(item.hasOwnProperty("productInfo")){
					if (item.productInfo.hasOwnProperty("productID")){
						if (item.productInfo.productID === "517"){
								var temp = item.price.basePrice;
								item.price.basePrice = item.quantity;
								item.quantity = temp;
						}
					}
				}
			}
		}
	}

	//function dlGWNMConversions():
	function dlGWNMConversions(){
		//check products
		if (digitalData.product.length > 0){
			for (idx in digitalData.product){
				GWNMSwap(digitalData.product[idx]);
			}
		}
		//check cart items
		if (digitalData.cart.item.length > 0){
			for (idx in digitalData.cart.item){
				GWNMSwap(digitalData.cart.item[idx]);
			}
		}
		//check transaction items
		if (digitalData.transaction.item.length > 0){
			for (idx in digitalData.transaction.item){
				GWNMSwap(digitalData.transaction.item[idx]);
			}
		}
	}



	//END GWNM CONVERSIONS
	//

	//
    //CLEANUP FUNCTION

    //The following functions perform a cleanup on the data layer.
    //They remove empty and otherwise unwanted data from the data layer.
    //Things that get deleted include empty strings, empty objects/arrays, and null objects.
	var hasOwnProperty = Object.prototype.hasOwnProperty;
	function isEmpty(obj) {
	    if (obj == null) return true;
	    if (obj.length > 0)    return false;
	    if (obj.length === 0)  return true;
	    for (var key in obj) {
	        if (hasOwnProperty.call(obj, key)) return false;
    	}

    	return true;
	}
	function removeEmpties(obj, objName, parent){
		if (typeof parent === 'undefined') { parent = null; }
		if (typeof objName === 'undefined') { objName = null; }
	    if(typeof(obj) === "object"){
    		if(isEmpty(obj)){
    			return delete parent[objName];
    		}else{
    			var allDeleted = true;
			    for (ele in obj){
			    	if(!removeEmpties(obj[ele], ele, obj)){
			    		allDeleted = false;
			    	}
				}
		    	if(allDeleted){
		    		return delete parent[objName];
		    	}else{
		    		return false;
		    	}
    		}
	    }else if(typeof(obj) === "string"){
	    	if(obj === "" || obj == null){
    			return delete parent[objName];
	    	}else{
	    		return false;
	    	}
	    }else{
	    	if(obj == null){
    			return delete parent[objName];
	    	}else{
	    		return false;
	    	}

	    }
    }

    //END CLEANUP FUNCTION
    //
</script>	</head>
	<body id="top" class="no-scroll">

		
        
    
        <div id="modal-wrapper" class="modal-wrapper" style="opacity: 1; display: block; ">
        <div id="modal-overlay" class="modal-overlay" style="display: block;opacity: 1;top: 0px;left: 0px;right: 0px;bottom: 0px;z-index: 10000;">
            <div id="modal-overlay-click" class="modal-overlay-click"></div>
            <div id="modalContentHolder" class="modalContentHolder feature-panel fluid-panel modal-open mbn" style="display: block; visibility: visible; position: relative; opacity: 1; z-index: 11000; left: 50%; margin-top: 0px; margin-left: -356px; top: 0px; ">
                                <a class="modal-x block-highlight" id='modal-x' data-modal-close="" title="Close this window">&#215;</a>
                                    <div class="panel-top">
                        <div class="slide-images">
                                                        <div class="flexslider" id="image-slider">
                                <ul class="slides">
                                                                                    <li>
                                                                                        <img class="panel-image" src="/whencowsfly/cache/alt1-teamheifer002.PNG" width="254" height="339">
                                                                                        </li>
                                                                                        <li>
                                                                                        <img class="panel-image" src="/whencowsfly/cache/alt1-teamheifer003.PNG" width="453" height="339">
                                                                                        </li>
                                                                                        <li>
                                                                                        <img class="panel-image" src="/whencowsfly/cache/alt1-teamheifer001.PNG" width="385" height="339">
                                                                                        </li>
                                                                        </ul>
                                                            </div>
                        </div>

                                                    <div class="slide-navigation">
                                <div class="slide-buttons"></div>
                            </div>
                                            </div>
                    <a class="tag" href="/whencowsfly/categories/donors.html">Donors</a>
                    <div class="mbl mtm social-box" id="social-box-id">
                        <ul class="group">
                            <li>
                                    <!-- Facebook Like Button -->
    <div class="fb-like" data-href="http://www.heifer.org/whencowsfly/stories/runner-inspired-after-hurricane-harvey.html?msource=SOCFI17TW0004" data-send="false" data-layout="button_count" data-show-faces="false"></div>
    <!-- End Facebook Like Button -->

                            </li>
                            <li>
                                <!-- Twitter Button -->
<a href="https://twitter.com/share?url=http%3A%2F%2Fwww.heifer.org%2Fwhencowsfly%2Fstories%2Frunner-inspired-after-hurricane-harvey.html%3Fmsource%3DSOCFI17TW0004" class="twitter-share-button" data-url="http%3A%2F%2Fwww.heifer.org%2Fwhencowsfly%2Fstories%2Frunner-inspired-after-hurricane-harvey.html%3Fmsource%3DSOCFI17TW0004" data-text="#TeamHeifer Runner Inspired After Disaster" data-via="Heifer" data-hashtags="whencowsfly">Tweet</a>
<!-- End Twitter Button -->
                            </li>
                            <li>
                                    <!-- Google +1 Button -->
    <div class="g-plusone" data-size="medium"></div>
    <!-- End Google +1 Button -->

                            </li>
                            <li>
                                
    <!-- Pintrest Button -->
    <a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.heifer.org%2Fwhencowsfly%2Fstories%2Frunner-inspired-after-hurricane-harvey.html%3Fmsource%3DSOCFI17TW0004&media=http%3A%2F%2Fwww.heifer.org%2Fwhencowsfly%2Fcache%2Falt2-teamheifer002.PNG&description="I was stuck indoors for a week during Hurricane Harvey and not being able to run (first world problems!) and thinking about how developing nations are devastated by natural disasters..." Please click the title of the story to read what inspires Miss Osuan to make a difference around the world!" class="pin-it-button" count-layout="horizontal">
        <img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" />
    </a>
    <!-- End Pintrest Button -->

                            </li>
                        </ul>
                    </div>
                    <div class="panel-data">
                        <h2>#TeamHeifer Runner Inspired After Disaster</h2>
                                                <div class="story-body">
                            <p>"I was stuck indoors for a week during Hurricane Harvey and not being able to run (first world problems!) and thinking about how developing nations are devastated by natural disasters to the point of hunger and abject poverty really got my fundraising going.<br /><br />I raised so much because I wanted to give back and used the tragedy to educate my friends and great network at WomenWerk.com that I was relatively lucky. <br /><br />The experience reminded me to stay grateful and I'm so excited to run with #TeamHeifer."<br /><br /><em>Submitted by Nekpen Osuan | New York, NY<br /><br /></em>To help Nekpen reach her goal, donate to her&nbsp;<a href="https://fundraise.heifer.org/fundraiser/1054811">fundraising page here</a>!&nbsp;<em><br /></em></p>                        </div>
                        <div class="cornerstones">
                                                            <a href="/whencowsfly/cornerstones/passing-on-the-gift.html" class="passing-on-the-gift cornerstone">Passing on the Gift</a>
                                                            <a href="/whencowsfly/cornerstones/sharing-and-caring.html" class="sharing-and-caring cornerstone">Sharing and Caring</a>
                                                            <a href="/whencowsfly/cornerstones/genuine-need-and-justice.html" class="genuine-need-and-justice cornerstone">Genuine Need and Justice</a>
                                                    </div>
                    </div>

                                <div class="panel-bar">

                    <b class="tags">Tags</b>

                    <div class="category-holder">
                                                    <a href="/whencowsfly/?t=team-heifer" class="category">Team Heifer</a>
                                                    <a href="/whencowsfly/?t=ny-supporters" class="category">Ny Supporters</a>
                                            </div>
                                            <div class="mll mbl mtm share-give-container">
                            <a href="/whencowsfly/share.html" class="share-your-story-modal mhl" data-modal="ajax">Share your story</a><a href="http://www.heifer.org/gift-catalog/give-where-needed-most-donation.html?utm_source=When_Cows_Fly&utm_medium=Website&utm_content=Story_Give&utm_campaign=When_Cows_Fly" class="give-to-heifer-modal" target="_blank">Give to Heifer</a>
                        </div>
                    </div>
                                    </div>
            </div>
        </div>
        



		<!-- Site Wrapper -->
		<div class="wrapper group">

			<!-- Site Content -->
			<section id="main-content" class="main-content" role="main">

	        <!-- Page Content -->
				
    <section class="panel-holder" id="panel-holder">

        <div class="eyebrow">
            <a class="brow-social brow-facebook" target="_blank" href="https://www.facebook.com/heiferinternational" title="facebook/heiferinternational"></a>
            <a class="brow-social brow-twitter" target="_blank" href="https://twitter.com/Heifer" title="@heifer"></a>
            <a class="brow-social brow-instagram" target="_blank" href="http://instagram.com/heiferinternational" title="instagram/heiferinternational"></a>
            <a class="brow-share" href="/whencowsfly/share.html" data-modal="ajax">Share Your Story</a>
            <a class="brow-give" href="/whencowsfly/give.html" data-modal="ajax">Give to Heifer</a>
            <a class="brow-heifer" href="http://www.heifer.org?utm_source=When_Cows_Fly&utm_medium=Website&utm_content=Top_Heifer_Link&utm_campaign=When_Cows_Fly">heifer.org</a>
        </div>
        <div class="relative top-level-element">
            <header class="feature-banner fluid-panel">

                <a href="/whencowsfly/" class="logo" title="Return to the homepage">When Cows Fly, Heifer International</a>

                <nav class="main-nav" role="navigation">
                    <div class="mbm"><a href="/whencowsfly/share.html" class="share-your-story paragon-text" data-modal="ajax">Share your story</a></div>
                    <a href="/whencowsfly/give.html" class="give-to-heifer paragon-text" data-modal="ajax">Give to Heifer</a>

                    <section class="category-nav align-center">
                        <h3 class="title museo-slab-500 primer-text">Categories</h3>
                        <ul class="unstyled museo-slab-700 mtm">
                            <li><a href="/whencowsfly/categories/donors.html">donors</a></li><li><a href="/whencowsfly/categories/events.html">events</a></li><li><a href="/whencowsfly/categories/holiday.html">holiday</a></li><li><a href="/whencowsfly/categories/oneheifer.html">oneheifer</a></li><li><a href="/whencowsfly/categories/projects.html">projects</a></li><li><a href="/whencowsfly/categories/volunteers.html">volunteers</a></li>                        </ul>
                    </section>
                </nav>
            </header>


                            <section class="list-feature-panel fluid-panel">
                    <div class="panel-data center">
                        <h1>The end of hunger isn&rsquo;t a fairy tale</h1>

                        <p>
                            Welcome to the Heifer family. Donors, volunteers, recipients and our teams around the world share a common goal: To end hunger and poverty in a sustainable way. Itâs a lofty goal, but we know it's achievable. Together we are the family that can create this change.
                        </p>

                        <h2 class="together-wordmark canon-text light-brown-text mtn"><b class="together">Together</b> <b class="make">we can make</b>
                            <b class="fly">cows fly</b>
                        </h2>

                        <p class="primer-text dark-orange-text">
                            See stories of how lives are being transformed around the globe through Heifer's work in more than 20 countries.
                        </p>
                    </div>
                    <aside class="panel-bar left" role="complementary">
                        <h3 class="paragon-text league-gothic dark-orange-text mll mvm mrs float-left">OUR CORNERSTONES</h3>
                        <ul class="cornerstones-large float-left nav">
                            <li>
                                <a href="/whencowsfly/cornerstones/passing-on-the-gift.html" class="passing-on-the-gift-large cornerstone-large">Passing on the Gift</a>
                            </li>
                            <li>
                                <a href="/whencowsfly/cornerstones/accountability.html" class="accountability-large cornerstone-large">Accountability</a>
                            </li>
                            <li>
                                <a href="/whencowsfly/cornerstones/sharing-and-caring.html" class="sharing-and-caring-large cornerstone-large">Sharing and Caring</a>
                            </li>
                            <li>
                                <a href="/whencowsfly/cornerstones/sustainability-and-self-reliance.html" class="sustainability-and-self-reliance-large cornerstone-large">Sustainability and Self-Reliance</a>
                            </li>
                            <li>
                                <a href="/whencowsfly/cornerstones/improved-animal-management.html" class="improved-animal-management-large cornerstone-large">Improved Animal Management</a>
                            </li>
                            <li>
                                <a href="/whencowsfly/cornerstones/nutrition-and-income.html" class="nutrition-and-income-large cornerstone-large">Nutrition and Income</a>
                            </li>
                            <li>
                                <a href="/whencowsfly/cornerstones/gender-and-family-focus.html" class="gender-and-family-focus-large cornerstone-large">Gender and Family Focus</a>
                            </li>
                            <li>
                                <a href="/whencowsfly/cornerstones/genuine-need-and-justice.html" class="genuine-need-and-justice-large cornerstone-large">Genuine Need and Justice</a>
                            </li>
                            <li>
                                <a href="/whencowsfly/cornerstones/improving-the-environment.html" class="improving-the-environment-large cornerstone-large">Improving the Environment</a>
                            </li>
                            <li>
                                <a href="/whencowsfly/cornerstones/full-participation.html" class="full-participation-large cornerstone-large">Full Participation</a>
                            </li>
                            <li>
                                <a href="/whencowsfly/cornerstones/training-and-education.html" class="training-and-education-large cornerstone-large">Training and Education</a>
                            </li>
                            <li>
                                <a href="/whencowsfly/cornerstones/spirituality.html" class="spirituality-large cornerstone-large">Spirituality</a>
                            </li>
                        </ul>
                    </aside>
                    <!-- <div class="list-panel-top-bh" style="padding-top: 1em;">
                        <a href="http://www.heifer.org/whencowsfly/stories/beyond-hunger-communities-of-change.html?msource=fdzcc14zc0001" data-modal="ajax" onclick="s_objectID=&quot;http://www.heifer.org/whencowsfly/stories/beyond-hunger-communities-of-change.html?msource=fdzcc1_1&quot;;return this.s_oc?this.s_oc(e):true" style="display: block; height: 273px;">
                            <img src="/whencowsfly/media/images/652x273wcf-beyond.jpg" width="652" height="273" alt="Beyond Hunger: Communities of Change"></a>
                    </div>
                    <a class="tag" href="http://www.heifer.org/whencowsfly/categories/communities.html?msource=ferfg120001" onclick="s_objectID=&quot;http://www.heifer.org/whencowsfly/categories/communities.html?msource=ferfg120001_2&quot;;return this.s_oc?this.s_oc(e):true">Communities of Change</a>
                    <div class="panel-data left">
                        <div class="figure">
                            <div class="figcaption">
                                For 70 years, Heifer International has been finding solutions to hunger and poverty. We've had an impact in more than 125 countries and through 20.7 million families.
                            </div>
                        </div>
                        <p>
                            Heifer is hosting events across the country as part of our "Beyond Hunger: Communities of Change" series. You can <strong><a href="http://www.heifer.org/campaign/communities-of-change.html?isource=WOBHM13CF0001&amp;msource=ferfg120001" onclick="s_objectID=&quot;http://www.heifer.org/campaign/communities-of-change.html?isource=WOBHM13CF0001&amp;msource=ferfg1200_1&quot;;return this.s_oc?this.s_oc(e):true">see the calendar of events and register</a></strong>
                            for them online. Join us in celebrating Heifer's legacy of creating social change.
                        </p>
                    </div>
                    <div class="panel-bar">
                        <a href="http://www.heifer.org/whencowsfly/stories/beyond-hunger-communities-of-change.html?msource=ferfg120001" data-modal="ajax" class="share" onclick="s_objectID=&quot;http://www.heifer.org/whencowsfly/stories/beyond-hunger-communities-of-change.html?msource=ferfg1_3&quot;;return this.s_oc?this.s_oc(e):true">Share</a>
                    </div> -->
                </section>
                            <section class="medium-panel fluid-panel text-panel is-a-story" data-meta-title="Heifer's Work Around the World" data-meta-description="See where Heifer is working around the world to end hunger.

Bangladesh
Bolivia
Cambodia
China
Ecuador
Ghana
Guatemala
Haiti
Honduras
India
Kenya
Malawi
Mexico
Nepal
Nicaragua
Peru
Philippines
Rwanda
Senegal
Tanzania
Uganda
United States
Vietnam
Zambia
Zimbabwe
" data-meta-url="http://www.heifer.org/stories/heifers-work-around-the-world.html">
                    <a class="tag" href="/whencowsfly/categories/projects.html">Projects & Families</a>

                    <div class="panel-data">
                        <h2>
                            <a href=/whencowsfly/stories/heifers-work-around-the-world.html data-modal=ajax>
                                Heifer's Work Around the World                            </a>
                        </h2>
                                                <p class=mts><p>See where Heifer is working around the world to end hunger.</p>
<ul class="nav">
<li><a class="button" href="/whencowsfly/projects/bangladesh.html">Bangladesh</a></li>
<li><a class="button" href="/whencowsfly/projects/bolivia.html">Bolivia</a></li>
<li><a class="button" href="/whencowsfly/projects/cambodia.html">Cambodia</a></li>
<li><a class="button" href="/whencowsfly/projects/china.html">China</a></li>
<li><a class="button" href="/whencowsfly/projects/ecuador.html">Ecuador</a></li>
<li><a class="button" href="/whencowsfly/projects/ghana.html">Ghana</a></li>
<li><a class="button" href="/whencowsfly/projects/guatemala.html">Guatemala</a></li>
<li><a class="button" href="/whencowsfly/projects/haiti.html">Haiti</a></li>
<li><a class="button" href="/whencowsfly/projects/honduras.html">Honduras</a></li>
<li><a class="button" href="/whencowsfly/projects/india.html">India</a></li>
<li><a class="button" href="/whencowsfly/projects/kenya.html">Kenya</a></li>
<li><a class="button" href="/whencowsfly/projects/malawi.html">Malawi</a></li>
<li><a class="button" href="/whencowsfly/projects/mexico.html">Mexico</a></li>
<li><a class="button" href="/whencowsfly/projects/nepal.html">Nepal</a></li>
<li><a class="button" href="/whencowsfly/projects/nicaragua.html">Nicaragua</a></li>
<li><a class="button" href="/whencowsfly/projects/peru.html">Peru</a></li>
<li><a class="button" href="/whencowsfly/projects/philippines.html">Philippines</a></li>
<li><a class="button" href="/whencowsfly/projects/rwanda.html">Rwanda</a></li>
<li><a class="button" href="/whencowsfly/projects/senegal.html">Senegal</a></li>
<li><a class="button" href="/whencowsfly/projects/tanzania.html">Tanzania</a></li>
<li><a class="button" href="/whencowsfly/projects/uganda.html">Uganda</a></li>
<li><a class="button" href="/whencowsfly/projects/united-states.html">United States</a></li>
<li><a class="button" href="/whencowsfly/projects/vietnam.html">Vietnam</a></li>
<li><a class="button" href="/whencowsfly/projects/zambia.html">Zambia</a></li>
<li><a class="button" href="/whencowsfly/projects/zimbabwe.html">Zimbabwe</a></li>
</ul></p>

                        <div class="cornerstones">
                                                    </div>
                    </div>
                    <div class="panel-bar"><a href="/whencowsfly/stories/heifers-work-around-the-world.html" data-modal=ajax class="share">Read More</a></b></div>
                </section>
                <!-- Social Post -->
<section class="medium-panel fluid-panel social-panel is-a-story" data-meta-title="#When Cows Fly" data-meta-description="




When it&rsquo;s finally the weekend.. ð . . #heiferinternational #urbanfarm #sustainableliving #shoshanna #goatsmiles
A post shared by  Lydia Risinger (@lydiarisinger) on Jan 6, 2018 at 11:27am PST


" data-meta-url="http://www.heifer.org/stories/when-its-the-weekend.html">

            <div class="dark-blue panel">
            <h2><a href="/whencowsfly/stories/when-its-the-weekend.html" class="title-link title-link-orange" data-modal="ajax">#WhenCowsFly</a></h2>
                <blockquote class="primer-text">
        <blockquote class="instagram-media" data-instgrm-captioned="" data-instgrm-permalink="https://www.instagram.com/p/BdnqbZlgWBe/" data-instgrm-version="8" style="background: #FFF; border: 0; border-radius: 3px; box-shadow: 0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width: 658px; padding: 0; width: calc(100% - 2px);">
<div style="padding: 8px;">
<div style="background: #F8F8F8; line-height: 0; margin-top: 40px; padding: 50.0% 0; text-align: center; width: 100%;">
<div style="background: url(data:image/png; base64,ivborw0kggoaaaansuheugaaacwaaaascamaaaapwqozaaaabgdbtueaalgpc/xhbqaaaafzukdcak7ohokaaaamuexurczmzpf399fx1+bm5mzy9amaaadisurbvdjlvzxbesmgces5/p8/t9furvcrmu73jwlzosgsiizurcjo/ad+eqjjb4hv8bft+idpqocx1wjosbfhh2xssxeiyn3uli/6mnree07uiwjev8ueowds88ly97kqytlijkktuybbruayvh5wohixmpi5we58ek028czwyuqdlkpg1bkb4nnm+veanfhqn1k4+gpt6ugqcvu2h2ovuif/gwufyy8owepdyzsa3avcqpvovvzzz2vtnn2wu8qzvjddeto90gsy9mvlqtgysy231mxry6i2ggqjrty0l8fxcxfcbbhwrsyyaaaaaelftksuqmcc); display: block; height: 44px; margin: 0 auto -44px; position: relative; top: -22px; width: 44px;"></div>
</div>
<p style="margin: 8px 0 0 0; padding: 0 4px;"><a href="https://www.instagram.com/p/BdnqbZlgWBe/" style="color: #000; font-family: Arial,sans-serif; font-size: 14px; font-style: normal; font-weight: normal; line-height: 17px; text-decoration: none; word-wrap: break-word;" target="_blank">When it&rsquo;s finally the weekend.. ð . . #heiferinternational #urbanfarm #sustainableliving #shoshanna #goatsmiles</a></p>
<p style="color: #c9c8cd; font-family: Arial,sans-serif; font-size: 14px; line-height: 17px; margin-bottom: 0; margin-top: 8px; overflow: hidden; padding: 8px 0 7px; text-align: center; text-overflow: ellipsis; white-space: nowrap;">A post shared by <a href="https://www.instagram.com/lydiarisinger/" style="color: #c9c8cd; font-family: Arial,sans-serif; font-size: 14px; font-style: normal; font-weight: normal; line-height: 17px;" target="_blank"> Lydia Risinger</a> (@lydiarisinger) on <time style="font-family: Arial,sans-serif; font-size: 14px; line-height: 17px;" datetime="2018-01-06T19:27:48+00:00">Jan 6, 2018 at 11:27am PST</time></p>
</div>
</blockquote>
<script async="" defer="defer" src="https://platform.instagram.com/en_US/embeds.js" type="text/javascript"></script>    </blockquote>

    
            <!-- Twitter Attribution -->
            <p class="mbl instagramPostedBy">
                Posted By
                <a href="http://www.instagram.com/lydiarisinger" class="poster-link">
                    @lydiarisinger                </a>
            </p>
            <!-- End Twitter Attribution -->
                    </div>
        <a class="tag" href="/whencowsfly/categories/volunteers.html">
            Volunteers        </a>

        <div class="panel-data">
            <div class="cornerstones">
                                    <a href="/whencowsfly/cornerstones/sharing-and-caring.html" class="sharing-and-caring cornerstone">
                        Sharing and Caring                    </a>
                                    <a href="/whencowsfly/cornerstones/passing-on-the-gift.html" class="passing-on-the-gift cornerstone">
                        Passing on the Gift                    </a>
                            </div>
        </div>
        <div class="panel-bar">
            <a href="/whencowsfly/stories/when-its-the-weekend.html" data-modal="ajax" class="share">
                Read More
            </a>
        </div>
</section>
<!-- End Social Post --><section class="medium-panel fluid-panel text-panel is-a-story" data-meta-title="One Paragraph Changed My Life" data-meta-description="Many years ago, when my daughter was in Girl Scouts, she needed a service project. She chose to raise money to purchase an animal for a needy family through Heifer International. Months after that, we received their magazine. I saw a brief article in that magazine mentioning Heifer Project's upcoming Educator Tour to Honduras. I applied and surprisingly, I was chosen as one of two teachers from Iowa to go. I had a wonderful learning experience over about ten days in Florida and Honduras. Since then, Heifer International has had a near and dear place in my heart. People who have very little have the opportunity to work, receive animal(s), and improve their lives. They may be able to send their children to school, their health improves, they are encouraged to pass on the gift to others. Our Girl Scouts continued to help Heifer, as have my church family. Heifer International is a worthwhile non-profit organization! " data-meta-url="http://www.heifer.org/stories/one-paragraph-changed-my-life.html">
    <a class="tag" href="/whencowsfly/categories/donors.html">Donors</a>

    <div class="panel-data">
        <h2>
            <a href=/whencowsfly/stories/one-paragraph-changed-my-life.html data-modal=ajax>
                One Paragraph Changed My Life            </a>
        </h2>
                <p class=mts>Many years ago, when my daughter was in Girl Scouts, she needed a service project. She chose to raise money to purchase an animal for a needy family through Heifer International. Months after that, we received their magazine. I saw a brief article in that magazine mentioning Heifer Project's upcoming Educator Tour to Honduras. I applied and surprisingly, I was chosen as one of two teachers from Iowa to go. I had a wonderful learning experience over about ten days in Florida and Honduras. Since then, Heifer International has had a near and dear place in my heart. People who have very little have the opportunity to work, receive animal(s), and improve their lives. They may be able to send their children to school, their health improves, they are encouraged to pass on the gift to others. Our Girl Scouts continued to help Heifer, as have my church family. Heifer International is a worthwhile non-profit organization! </p>

        <div class="cornerstones">
                            <a href="/whencowsfly/cornerstones/training-and-education.html" class="training-and-education cornerstone">Training and Education</a>
                            <a href="/whencowsfly/cornerstones/passing-on-the-gift.html" class="passing-on-the-gift cornerstone">Passing on the Gift</a>
                    </div>
    </div>
    <div class="panel-bar"><a href="/whencowsfly/stories/one-paragraph-changed-my-life.html" data-modal=ajax class="share">Read More</a></b></div>
</section><section class="medium-panel fluid-panel text-image-panel is-a-story" data-meta-title="Floating The Ark" data-meta-description="For a couple decades, Sacred Heart Church of Enumclaw, Washington has supported Heifer during the Lenten season. But it wasnât until parishioner Kathy told the pastoral assistant, Mathew Weisbeck, to have faith that they could raise an Ark that they set a goal of $5,000. That was 2006 and every year since the parish has raised or âfloated an arkâ, as Mathew likes to say. Over the years, numerous animals have visited during Lent to help raise funds for Heifer. Please click the title of the story to read how Sacred Heart Church has helped change lives with their Lenten project!" data-meta-url="http://www.heifer.org/stories/sacred-heart-church-floating-the-ark.html">
        <div class="list-panel-top">
        <a href=/whencowsfly/stories/sacred-heart-church-floating-the-ark.html data-modal=ajax><img class="panel-image" src="/whencowsfly/cache/alt2-sacredheartfloatingark001.JPG" width="318" height="238"></a>
    </div>
    <a class="tag" href="/whencowsfly/categories/donors.html">Donors</a>

    <div class="panel-data">
        <h2>
            <a href=/whencowsfly/stories/sacred-heart-church-floating-the-ark.html data-modal=ajax>
                Floating The Ark            </a>
        </h2>
                <p class=mts>For a couple decades, Sacred Heart Church of Enumclaw, Washington has supported Heifer during the Lenten season. But it wasnât until parishioner Kathy told the pastoral assistant, Mathew Weisbeck, to have faith that they could raise an Ark that they set a goal of $5,000. That was 2006 and every year since the parish has raised or âfloated an arkâ, as Mathew likes to say. Over the years, numerous animals have visited during Lent to help raise funds for Heifer. Please click the title of the story to read how Sacred Heart Church has helped change lives with their Lenten project!</p>

        <div class="cornerstones">
                            <a href="/whencowsfly/cornerstones/passing-on-the-gift.html" class="passing-on-the-gift cornerstone">Passing on the Gift</a>
                            <a href="/whencowsfly/cornerstones/sharing-and-caring.html" class="sharing-and-caring cornerstone">Sharing and Caring</a>
                            <a href="/whencowsfly/cornerstones/full-participation.html" class="full-participation cornerstone">Full Participation</a>
                    </div>
    </div>
    <div class="panel-bar"><a href="/whencowsfly/stories/sacred-heart-church-floating-the-ark.html" data-modal=ajax class="share">Read More</a></b></div>
</section><section class="medium-panel fluid-panel text-image-panel is-a-story" data-meta-title="Dressing up for a cause" data-meta-description="Interact Club sponsors a teacher Halloween costume competition each year at Washington High School in Washington, MO. Students bring in change and cash and vote for their favorite costumed teacher. The teachers are working together on small teams to raise money for a project they selected. This year the English teachers won and are sponsoring an irrigation project, and since Social Studies came in 2nd, they are sponsoring a pig. We were able to also purchase bees and chicks! It's a lot of fun for a good cause! " data-meta-url="http://www.heifer.org/stories/interact-club-halloween-costume-contest.html">
        <div class="list-panel-top">
        <a href=/whencowsfly/stories/interact-club-halloween-costume-contest.html data-modal=ajax><img class="panel-image" src="/whencowsfly/cache/alt2-interactclubhalloweencontest001.JPG" width="318" height="178"></a>
    </div>
    <a class="tag" href="/whencowsfly/categories/donors.html">Donors</a>

    <div class="panel-data">
        <h2>
            <a href=/whencowsfly/stories/interact-club-halloween-costume-contest.html data-modal=ajax>
                Dressing up for a cause            </a>
        </h2>
                <p class=mts>Interact Club sponsors a teacher Halloween costume competition each year at Washington High School in Washington, MO. Students bring in change and cash and vote for their favorite costumed teacher. The teachers are working together on small teams to raise money for a project they selected. This year the English teachers won and are sponsoring an irrigation project, and since Social Studies came in 2nd, they are sponsoring a pig. We were able to also purchase bees and chicks! It's a lot of fun for a good cause! </p>

        <div class="cornerstones">
                            <a href="/whencowsfly/cornerstones/sustainability-and-self-reliance.html" class="sustainability-and-self-reliance cornerstone">Sustainability and Self-Reliance</a>
                            <a href="/whencowsfly/cornerstones/full-participation.html" class="full-participation cornerstone">Full Participation</a>
                    </div>
    </div>
    <div class="panel-bar"><a href="/whencowsfly/stories/interact-club-halloween-costume-contest.html" data-modal=ajax class="share">Read More</a></b></div>
</section><section class="medium-panel fluid-panel text-panel is-a-story" data-meta-title="Learning about Llamas" data-meta-description="My congregation in Jesup, Iowa hosted our community-wide ecumenical Vacation Bible School this past August. We used a curriculum that taught the kids about Peru, so we decided to learn about South American animals and designate our VBS offering to go to the Heifer Project. To see how many llamas we could buy, we challenged the kids to buy one llama and by the 2nd day, we had enough for 2/3 of a llama. The kids got so excited about buying llamas that they brought more money each day, and by the end of the week, we had raised enough for four llamas!  
" data-meta-url="http://www.heifer.org/stories/vacation-bible-school-sends-llamas.html">
    <a class="tag" href="/whencowsfly/categories/donors.html">Donors</a>

    <div class="panel-data">
        <h2>
            <a href=/whencowsfly/stories/vacation-bible-school-sends-llamas.html data-modal=ajax>
                Learning about Llamas            </a>
        </h2>
                <p class=mts>My congregation in Jesup, Iowa hosted our community-wide ecumenical Vacation Bible School this past August. We used a curriculum that taught the kids about Peru, so we decided to learn about South American animals and designate our VBS offering to go to the Heifer Project. To see how many llamas we could buy, we challenged the kids to buy one llama and by the 2nd day, we had enough for 2/3 of a llama. The kids got so excited about buying llamas that they brought more money each day, and by the end of the week, we had raised enough for four llamas!  
</p>

        <div class="cornerstones">
                            <a href="/whencowsfly/cornerstones/sharing-and-caring.html" class="sharing-and-caring cornerstone">Sharing and Caring</a>
                            <a href="/whencowsfly/cornerstones/full-participation.html" class="full-participation cornerstone">Full Participation</a>
                    </div>
    </div>
    <div class="panel-bar"><a href="/whencowsfly/stories/vacation-bible-school-sends-llamas.html" data-modal=ajax class="share">Read More</a></b></div>
</section><section class="medium-panel fluid-panel image-panel is-a-story" data-meta-title="What Heifer Gifts Mean to Marissa" data-meta-description="I donate so all families can enjoy a full table together. Submitted by Marissa | Age 8" data-meta-url="http://www.heifer.org/stories/what-heifer-gifts-mean-to-marissa.html">
        <div class="list-panel-top">
        <a href=/whencowsfly/stories/what-heifer-gifts-mean-to-marissa.html data-modal=ajax><img class="panel-image" src="/whencowsfly/cache/alt2-Marissa_Litwin_Age_8.jpg" width="318" height="201"></a>
    </div>
    <a class="tag" href="/whencowsfly/categories/donors.html">Donors</a>

    <div class="panel-data">
        <h2>
            <a href=/whencowsfly/stories/what-heifer-gifts-mean-to-marissa.html data-modal=ajax>
                What Heifer Gifts Mean to Marissa            </a>
        </h2>
                <p class=mts>I donate so all families can enjoy a full table together. Submitted by Marissa | Age 8</p>

        <div class="cornerstones">
                            <a href="/whencowsfly/cornerstones/sharing-and-caring.html" class="sharing-and-caring cornerstone">Sharing and Caring</a>
                            <a href="/whencowsfly/cornerstones/passing-on-the-gift.html" class="passing-on-the-gift cornerstone">Passing on the Gift</a>
                    </div>
    </div>
    <div class="panel-bar"><a href="/whencowsfly/stories/what-heifer-gifts-mean-to-marissa.html" data-modal=ajax class="share">Read More</a></b></div>
</section><section class="medium-panel fluid-panel text-image-panel is-a-story" data-meta-title="Ending Hunger with Art" data-meta-description="Many thanks to Annie, Georgia, Julia, Sophia, Scarlett, Clare, Jade, and Olympia for hosting their annual Art Sale to help end hunger and poverty! Each Spring, Olympia and her friends support a charity with the proceeds they raise from their art sales and this year, they chose Heifer International! With the funds raised, they were able to purchase Honeybees, a Flock of Ducks, a Water Buffalo, Pig and a Sheep for families in need. Please read Olympia's letter to Heifer by clicking on the title of this story! " data-meta-url="http://www.heifer.org/stories/annual-art-sale-for-charity.html">
        <div class="list-panel-top">
        <a href=/whencowsfly/stories/annual-art-sale-for-charity.html data-modal=ajax><img class="panel-image" src="/whencowsfly/cache/alt2-artsale001.png" width="318" height="238"></a>
    </div>
    <a class="tag" href="/whencowsfly/categories/donors.html">Donors</a>

    <div class="panel-data">
        <h2>
            <a href=/whencowsfly/stories/annual-art-sale-for-charity.html data-modal=ajax>
                Ending Hunger with Art            </a>
        </h2>
                <p class=mts>Many thanks to Annie, Georgia, Julia, Sophia, Scarlett, Clare, Jade, and Olympia for hosting their annual Art Sale to help end hunger and poverty! Each Spring, Olympia and her friends support a charity with the proceeds they raise from their art sales and this year, they chose Heifer International! With the funds raised, they were able to purchase Honeybees, a Flock of Ducks, a Water Buffalo, Pig and a Sheep for families in need. Please read Olympia's letter to Heifer by clicking on the title of this story! </p>

        <div class="cornerstones">
                            <a href="/whencowsfly/cornerstones/passing-on-the-gift.html" class="passing-on-the-gift cornerstone">Passing on the Gift</a>
                            <a href="/whencowsfly/cornerstones/sharing-and-caring.html" class="sharing-and-caring cornerstone">Sharing and Caring</a>
                    </div>
    </div>
    <div class="panel-bar"><a href="/whencowsfly/stories/annual-art-sale-for-charity.html" data-modal=ajax class="share">Read More</a></b></div>
</section><section
    class="medium-panel fluid-panel video-panel is-a-story"
    data-meta-title="Third-Graders Inspire Faith in Action"
    data-meta-description="Third graders at St. Thomas the Apostle School in West Hartford, CT host a prayer service to support a local food drive and Heifer International!"
    data-meta-url="http://www.heifer.org/stories/west-hartford-third-graders.html"
    >
        <div class="relative list-panel-top">
        <a href=/whencowsfly/stories/west-hartford-third-graders.html data-modal=ajax class="play">Play</a>
        <a href=/whencowsfly/stories/west-hartford-third-graders.html data-modal=ajax><img class="panel-image" src="/whencowsfly/cache/alt1-westhartfordprayerservice.PNG" width="318" height="175"></a>
    </div>
    <a class="tag" href="/whencowsfly/categories/donors.html">Donors</a>

    <div class="panel-data">
        <h2>
            <a href=/whencowsfly/stories/west-hartford-third-graders.html data-modal=ajax>
                Third-Graders Inspire Faith in Action            </a>
        </h2>
                <p class=mts>Third graders at St. Thomas the Apostle School in West Hartford, CT host a prayer service to support a local food drive and Heifer International!</p>

        <div class="cornerstones">
                            <a href="/whencowsfly/cornerstones/passing-on-the-gift.html" class="passing-on-the-gift cornerstone">Passing on the Gift</a>
                            <a href="/whencowsfly/cornerstones/sharing-and-caring.html" class="sharing-and-caring cornerstone">Sharing and Caring</a>
                            <a href="/whencowsfly/cornerstones/genuine-need-and-justice.html" class="genuine-need-and-justice cornerstone">Genuine Need and Justice</a>
                            <a href="/whencowsfly/cornerstones/full-participation.html" class="full-participation cornerstone">Full Participation</a>
                    </div>
    </div>
    <div class="panel-bar"><a href="/whencowsfly/stories/west-hartford-third-graders.html" data-modal=ajax class="share">Read More</a></b></div>
</section><!-- Social Post -->
<section class="medium-panel fluid-panel social-panel is-a-story" data-meta-title="#When Cows Fly" data-meta-description="
DaVinci group bake sale to support the efforts of @Heifer! #community #outreach @NardinAcademy @Nardin_ma pic.twitter.com/0MwRmCfVmp
&mdash; Chris Pitek (@NardinElemAP) October 5, 2017
" data-meta-url="http://www.heifer.org/stories/davinci-group-community-outreach.html">

            <div class="dark-blue panel">
            <h2><a href="/whencowsfly/stories/davinci-group-community-outreach.html" class="title-link" data-modal="ajax">#WhenCowsFly</a></h2>
            <blockquote class="primer-text">
        <blockquote class="twitter-tweet" data-lang="en">
<p lang="en" dir="ltr">DaVinci group bake sale to support the efforts of <a href="https://twitter.com/Heifer?ref_src=twsrc%5Etfw">@Heifer</a>! <a href="https://twitter.com/hashtag/community?src=hash&amp;ref_src=twsrc%5Etfw">#community</a> <a href="https://twitter.com/hashtag/outreach?src=hash&amp;ref_src=twsrc%5Etfw">#outreach</a> <a href="https://twitter.com/NardinAcademy?ref_src=twsrc%5Etfw">@NardinAcademy</a> <a href="https://twitter.com/Nardin_ma?ref_src=twsrc%5Etfw">@Nardin_ma</a> <a href="https://t.co/0MwRmCfVmp">pic.twitter.com/0MwRmCfVmp</a></p>
&mdash; Chris Pitek (@NardinElemAP) <a href="https://twitter.com/NardinElemAP/status/915977536860979200?ref_src=twsrc%5Etfw">October 5, 2017</a></blockquote>
<script async="" src="https://platform.twitter.com/widgets.js" charset="utf-8" type="text/javascript"></script>    </blockquote>

    
            <!-- Twitter Attribution -->
            <p class="mbl twitterPostedBy">
                Posted By
                <a href="http://www.twitter.com/NardinElemAP" class="poster-link">
                    @NardinElemAP                </a>
            </p>
            <!-- End Twitter Attribution -->

                    </div>
        <a class="tag" href="/whencowsfly/categories/donors.html">
            Donors        </a>

        <div class="panel-data">
            <div class="cornerstones">
                                    <a href="/whencowsfly/cornerstones/passing-on-the-gift.html" class="passing-on-the-gift cornerstone">
                        Passing on the Gift                    </a>
                                    <a href="/whencowsfly/cornerstones/sharing-and-caring.html" class="sharing-and-caring cornerstone">
                        Sharing and Caring                    </a>
                            </div>
        </div>
        <div class="panel-bar">
            <a href="/whencowsfly/stories/davinci-group-community-outreach.html" data-modal="ajax" class="share">
                Read More
            </a>
        </div>
</section>
<!-- End Social Post --><section class="medium-panel fluid-panel text-image-panel is-a-story" data-meta-title="Why Would you Bring a Cow to Church?" data-meta-description=""Actually, we brought TWO beautiful 10-day-old calves to Our Lady of Good Counsel Church in Endicott, NY, to celebrate the kickoff of the beginning of our 5th year of partnership with Heifer International. They were a HUGE hit with young and old. All of the donations from the kids in our Religious Education classes, Grades 1 -5, are contributed to Heifer International. Over the years, that has added up to a almost $10,000, and 145 animals!" ... Please click the title of the story to read more about their awesome fundraiser! " data-meta-url="http://www.heifer.org/stories/bring-a-cow-to-church.html">
        <div class="list-panel-top">
        <a href=/whencowsfly/stories/bring-a-cow-to-church.html data-modal=ajax><img class="panel-image" src="/whencowsfly/cache/alt2-IMG_7981.JPG" width="318" height="424"></a>
    </div>
    <a class="tag" href="/whencowsfly/categories/donors.html">Donors</a>

    <div class="panel-data">
        <h2>
            <a href=/whencowsfly/stories/bring-a-cow-to-church.html data-modal=ajax>
                Why Would you Bring a Cow to Church?            </a>
        </h2>
                <p class=mts>"Actually, we brought TWO beautiful 10-day-old calves to Our Lady of Good Counsel Church in Endicott, NY, to celebrate the kickoff of the beginning of our 5th year of partnership with Heifer International. They were a HUGE hit with young and old. All of the donations from the kids in our Religious Education classes, Grades 1 -5, are contributed to Heifer International. Over the years, that has added up to a almost $10,000, and 145 animals!" ... Please click the title of the story to read more about their awesome fundraiser! </p>

        <div class="cornerstones">
                    </div>
    </div>
    <div class="panel-bar"><a href="/whencowsfly/stories/bring-a-cow-to-church.html" data-modal=ajax class="share">Read More</a></b></div>
</section><section class="medium-panel fluid-panel text-image-panel is-a-story" data-meta-title="#TeamHeifer Runner Inspired After Disaster" data-meta-description=""I was stuck indoors for a week during Hurricane Harvey and not being able to run (first world problems!) and thinking about how developing nations are devastated by natural disasters..." Please click the title of the story to read what inspires Miss Osuan to make a difference around the world!" data-meta-url="http://www.heifer.org/stories/runner-inspired-after-hurricane-harvey.html">
        <div class="list-panel-top">
        <a href=/whencowsfly/stories/runner-inspired-after-hurricane-harvey.html data-modal=ajax><img class="panel-image" src="/whencowsfly/cache/alt2-teamheifer002.PNG" width="318" height="425"></a>
    </div>
    <a class="tag" href="/whencowsfly/categories/donors.html">Donors</a>

    <div class="panel-data">
        <h2>
            <a href=/whencowsfly/stories/runner-inspired-after-hurricane-harvey.html data-modal=ajax>
                #TeamHeifer Runner Inspired After Disaster            </a>
        </h2>
                <p class=mts>"I was stuck indoors for a week during Hurricane Harvey and not being able to run (first world problems!) and thinking about how developing nations are devastated by natural disasters..." Please click the title of the story to read what inspires Miss Osuan to make a difference around the world!</p>

        <div class="cornerstones">
                            <a href="/whencowsfly/cornerstones/passing-on-the-gift.html" class="passing-on-the-gift cornerstone">Passing on the Gift</a>
                            <a href="/whencowsfly/cornerstones/sharing-and-caring.html" class="sharing-and-caring cornerstone">Sharing and Caring</a>
                            <a href="/whencowsfly/cornerstones/genuine-need-and-justice.html" class="genuine-need-and-justice cornerstone">Genuine Need and Justice</a>
                    </div>
    </div>
    <div class="panel-bar"><a href="/whencowsfly/stories/runner-inspired-after-hurricane-harvey.html" data-modal=ajax class="share">Read More</a></b></div>
</section><section class="medium-panel fluid-panel text-panel is-a-story" data-meta-title="'Jingles' from the children at Helena First UMC" data-meta-description="During the Summer, our church children collected over $500 in coins for a Cow. They did this by taking up an offering from the congregation by using metal cooking pots and only accepting coins. It was called their "Jingle Pan Offering" This was in keeping with the Hebrew bronze funnel that collected the temple offerings, that noted the jingle of many coins from the wealthy, and often scorns of the few "jingles" from the poor." data-meta-url="http://www.heifer.org/stories/first-umc-jingle-pan-offering.html">
    <a class="tag" href="/whencowsfly/categories/donors.html">Donors</a>

    <div class="panel-data">
        <h2>
            <a href=/whencowsfly/stories/first-umc-jingle-pan-offering.html data-modal=ajax>
                'Jingles' from the children at Helena First UMC            </a>
        </h2>
                <p class=mts>During the Summer, our church children collected over $500 in coins for a Cow. They did this by taking up an offering from the congregation by using metal cooking pots and only accepting coins. It was called their "Jingle Pan Offering" This was in keeping with the Hebrew bronze funnel that collected the temple offerings, that noted the jingle of many coins from the wealthy, and often scorns of the few "jingles" from the poor.</p>

        <div class="cornerstones">
                            <a href="/whencowsfly/cornerstones/passing-on-the-gift.html" class="passing-on-the-gift cornerstone">Passing on the Gift</a>
                            <a href="/whencowsfly/cornerstones/sharing-and-caring.html" class="sharing-and-caring cornerstone">Sharing and Caring</a>
                            <a href="/whencowsfly/cornerstones/full-participation.html" class="full-participation cornerstone">Full Participation</a>
                    </div>
    </div>
    <div class="panel-bar"><a href="/whencowsfly/stories/first-umc-jingle-pan-offering.html" data-modal=ajax class="share">Read More</a></b></div>
</section><section class="medium-panel fluid-panel text-image-panel is-a-story" data-meta-title="Throwback Thursday - Heifer Honeymoon" data-meta-description="In Oct. 1950, Pratt & Julia Byrd traveled to Germany with the Heifer Project to transport heifers to families in need while celebrating their Honeymoon in Europe! Please click this photo to read the article written by Mrs. Byrd." data-meta-url="http://www.heifer.org/stories/throwback-thursday-heifer-honeymoon.html">
        <div class="list-panel-top">
        <a href=/whencowsfly/stories/throwback-thursday-heifer-honeymoon.html data-modal=ajax><img class="panel-image" src="/whencowsfly/cache/alt2-heiferhoneymoon.PNG" width="318" height="197"></a>
    </div>
    <a class="tag" href="/whencowsfly/categories/volunteers.html">Volunteers</a>

    <div class="panel-data">
        <h2>
            <a href=/whencowsfly/stories/throwback-thursday-heifer-honeymoon.html data-modal=ajax>
                Throwback Thursday - Heifer Honeymoon            </a>
        </h2>
                <p class=mts>In Oct. 1950, Pratt & Julia Byrd traveled to Germany with the Heifer Project to transport heifers to families in need while celebrating their Honeymoon in Europe! Please click this photo to read the article written by Mrs. Byrd.</p>

        <div class="cornerstones">
                            <a href="/whencowsfly/cornerstones/passing-on-the-gift.html" class="passing-on-the-gift cornerstone">Passing on the Gift</a>
                            <a href="/whencowsfly/cornerstones/sharing-and-caring.html" class="sharing-and-caring cornerstone">Sharing and Caring</a>
                            <a href="/whencowsfly/cornerstones/sustainability-and-self-reliance.html" class="sustainability-and-self-reliance cornerstone">Sustainability and Self-Reliance</a>
                            <a href="/whencowsfly/cornerstones/genuine-need-and-justice.html" class="genuine-need-and-justice cornerstone">Genuine Need and Justice</a>
                            <a href="/whencowsfly/cornerstones/nutrition-and-income.html" class="nutrition-and-income cornerstone">Nutrition and Income</a>
                    </div>
    </div>
    <div class="panel-bar"><a href="/whencowsfly/stories/throwback-thursday-heifer-honeymoon.html" data-modal=ajax class="share">Read More</a></b></div>
</section><section class="medium-panel fluid-panel text-image-panel is-a-story" data-meta-title="Building a Better World" data-meta-description="For the 2017 "Build a Better World" summer reading program at the Verona Public Library in Wisconsin, kids who finished their reading log earned a brown sticker, which they placed on either a paper cow or two paper goats to vote for what they thought the library should choose. The Friends of the Verona Public Library donated the funds to purchase the winning animal, a cow!" data-meta-url="http://www.heifer.org/stories/build-a-better-world.html">
        <div class="list-panel-top">
        <a href=/whencowsfly/stories/build-a-better-world.html data-modal=ajax><img class="panel-image" src="/whencowsfly/cache/alt2-full_cow.jpg" width="318" height="238"></a>
    </div>
    <a class="tag" href="/whencowsfly/categories/donors.html">Donors</a>

    <div class="panel-data">
        <h2>
            <a href=/whencowsfly/stories/build-a-better-world.html data-modal=ajax>
                Building a Better World            </a>
        </h2>
                <p class=mts>For the 2017 "Build a Better World" summer reading program at the Verona Public Library in Wisconsin, kids who finished their reading log earned a brown sticker, which they placed on either a paper cow or two paper goats to vote for what they thought the library should choose. The Friends of the Verona Public Library donated the funds to purchase the winning animal, a cow!</p>

        <div class="cornerstones">
                            <a href="/whencowsfly/cornerstones/passing-on-the-gift.html" class="passing-on-the-gift cornerstone">Passing on the Gift</a>
                            <a href="/whencowsfly/cornerstones/full-participation.html" class="full-participation cornerstone">Full Participation</a>
                            <a href="/whencowsfly/cornerstones/sharing-and-caring.html" class="sharing-and-caring cornerstone">Sharing and Caring</a>
                    </div>
    </div>
    <div class="panel-bar"><a href="/whencowsfly/stories/build-a-better-world.html" data-modal=ajax class="share">Read More</a></b></div>
</section><!-- Social Post -->
<section class="medium-panel fluid-panel social-panel is-a-story" data-meta-title="#When Cows Fly" data-meta-description="




Congratulations to all our Summer Readers and their sponsors! Our Heifer International pledges came to $396. The Friends of the Library matched these funds bringing our total to $793 allowing us to provide needy families with 2 goats ð, 5 flocks chickens ð, 5 swarms of bees ð, 1 rabbit ð, 1 pig ð and tree seedlings! ð±#heiferinternational #buildabetterworld #summerreadingprogram2017 #summitcountylibraries #librariesofinstagram
A post shared by Summit County Libraries (@summitcountylibraries) on Aug 16, 2017 at 12:38pm PDT


" data-meta-url="http://www.heifer.org/stories/summit-county-library-reading-program-congrats.html">

            <div class="dark-blue panel">
            <h2><a href="/whencowsfly/stories/summit-county-library-reading-program-congrats.html" class="title-link title-link-orange" data-modal="ajax">#WhenCowsFly</a></h2>
                <blockquote class="primer-text">
        <blockquote class="instagram-media" data-instgrm-captioned="" data-instgrm-version="7" style="background: #FFF; border: 0; border-radius: 3px; box-shadow: 0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width: 658px; padding: 0; width: calc(100% - 2px);">
<div style="padding: 8px;">
<div style="background: #F8F8F8; line-height: 0; margin-top: 40px; padding: 57.407407407407405% 0; text-align: center; width: 100%;">
<div style="background: url(data:image/png; base64,ivborw0kggoaaaansuheugaaacwaaaascamaaaapwqozaaaabgdbtueaalgpc/xhbqaaaafzukdcak7ohokaaaamuexurczmzpf399fx1+bm5mzy9amaaadisurbvdjlvzxbesmgces5/p8/t9furvcrmu73jwlzosgsiizurcjo/ad+eqjjb4hv8bft+idpqocx1wjosbfhh2xssxeiyn3uli/6mnree07uiwjev8ueowds88ly97kqytlijkktuybbruayvh5wohixmpi5we58ek028czwyuqdlkpg1bkb4nnm+veanfhqn1k4+gpt6ugqcvu2h2ovuif/gwufyy8owepdyzsa3avcqpvovvzzz2vtnn2wu8qzvjddeto90gsy9mvlqtgysy231mxry6i2ggqjrty0l8fxcxfcbbhwrsyyaaaaaelftksuqmcc); display: block; height: 44px; margin: 0 auto -44px; position: relative; top: -22px; width: 44px;"></div>
</div>
<p style="margin: 8px 0 0 0; padding: 0 4px;"><a href="https://www.instagram.com/p/BX3d_hcF2nH/" style="color: #000; font-family: Arial,sans-serif; font-size: 14px; font-style: normal; font-weight: normal; line-height: 17px; text-decoration: none; word-wrap: break-word;" target="_blank">Congratulations to all our Summer Readers and their sponsors! Our Heifer International pledges came to $396. The Friends of the Library matched these funds bringing our total to $793 allowing us to provide needy families with 2 goats ð, 5 flocks chickens ð, 5 swarms of bees ð, 1 rabbit ð, 1 pig ð and tree seedlings! ð±#heiferinternational #buildabetterworld #summerreadingprogram2017 #summitcountylibraries #librariesofinstagram</a></p>
<p style="color: #c9c8cd; font-family: Arial,sans-serif; font-size: 14px; line-height: 17px; margin-bottom: 0; margin-top: 8px; overflow: hidden; padding: 8px 0 7px; text-align: center; text-overflow: ellipsis; white-space: nowrap;">A post shared by Summit County Libraries (@summitcountylibraries) on <time style="font-family: Arial,sans-serif; font-size: 14px; line-height: 17px;" datetime="2017-08-16T19:38:37+00:00">Aug 16, 2017 at 12:38pm PDT</time></p>
</div>
</blockquote>
<script async="" defer="defer" src="https://platform.instagram.com/en_US/embeds.js" type="text/javascript"></script>    </blockquote>

    
            <!-- Twitter Attribution -->
            <p class="mbl instagramPostedBy">
                Posted By
                <a href="http://www.instagram.com/summitcountylibraries" class="poster-link">
                    @summitcountylibraries                </a>
            </p>
            <!-- End Twitter Attribution -->
                    </div>
        <a class="tag" href="/whencowsfly/categories/donors.html">
            Donors        </a>

        <div class="panel-data">
            <div class="cornerstones">
                                    <a href="/whencowsfly/cornerstones/passing-on-the-gift.html" class="passing-on-the-gift cornerstone">
                        Passing on the Gift                    </a>
                                    <a href="/whencowsfly/cornerstones/sharing-and-caring.html" class="sharing-and-caring cornerstone">
                        Sharing and Caring                    </a>
                            </div>
        </div>
        <div class="panel-bar">
            <a href="/whencowsfly/stories/summit-county-library-reading-program-congrats.html" data-modal="ajax" class="share">
                Read More
            </a>
        </div>
</section>
<!-- End Social Post --><section class="medium-panel fluid-panel text-image-panel is-a-story" data-meta-title="Special Gift of an Ark" data-meta-description=""On Saturday, the Sisters of St. Joseph of Carondelet donated $5,000 to Heifer International. Heifer, in turn, will give animals to families in need to ease hunger and poverty. Heifer provides tools, training, livestock and partnerships that help families live with dignity and opportunity. Here, Sister Mary Anne Rodgers, left, and Sister Diane Zigo, center, present the check to Kate Sheehan, community engagement manager for Heifer Northeast." -Article and photo shared by timesunion.com" data-meta-url="http://www.heifer.org/stories/sisters-of-saint-joseph-purchase-an-ark.html">
        <div class="list-panel-top">
        <a href=/whencowsfly/stories/sisters-of-saint-joseph-purchase-an-ark.html data-modal=ajax><img class="panel-image" src="/whencowsfly/cache/alt2-sistersofstjoseph001.jpg" width="318" height="182"></a>
    </div>
    <a class="tag" href="/whencowsfly/categories/donors.html">Donors</a>

    <div class="panel-data">
        <h2>
            <a href=/whencowsfly/stories/sisters-of-saint-joseph-purchase-an-ark.html data-modal=ajax>
                Special Gift of an Ark            </a>
        </h2>
                <p class=mts>"On Saturday, the Sisters of St. Joseph of Carondelet donated $5,000 to Heifer International. Heifer, in turn, will give animals to families in need to ease hunger and poverty. Heifer provides tools, training, livestock and partnerships that help families live with dignity and opportunity. Here, Sister Mary Anne Rodgers, left, and Sister Diane Zigo, center, present the check to Kate Sheehan, community engagement manager for Heifer Northeast." -Article and photo shared by timesunion.com</p>

        <div class="cornerstones">
                            <a href="/whencowsfly/cornerstones/passing-on-the-gift.html" class="passing-on-the-gift cornerstone">Passing on the Gift</a>
                            <a href="/whencowsfly/cornerstones/sharing-and-caring.html" class="sharing-and-caring cornerstone">Sharing and Caring</a>
                            <a href="/whencowsfly/cornerstones/full-participation.html" class="full-participation cornerstone">Full Participation</a>
                    </div>
    </div>
    <div class="panel-bar"><a href="/whencowsfly/stories/sisters-of-saint-joseph-purchase-an-ark.html" data-modal=ajax class="share">Read More</a></b></div>
</section><!-- Social Post -->
<section class="medium-panel fluid-panel social-panel is-a-story" data-meta-title="#When Cows Fly" data-meta-description="




All of us at Heifer! We've worked fields, fed animals, lived in Guatemala, lived as refugees, suffered through a very long night and rewarded ourselves with ice cream! #missiontrip #youthmission #fpcyouthsalina #heiferranch
A post shared by FPC Youth Salina (@fpcyouthsalina) on Jul 19, 2017 at 6:49pm PDT


" data-meta-url="http://www.heifer.org/stories/fpc-youth-trip-to-heifer-ranch.html">

            <div class="dark-blue panel">
            <h2><a href="/whencowsfly/stories/fpc-youth-trip-to-heifer-ranch.html" class="title-link title-link-orange" data-modal="ajax">#WhenCowsFly</a></h2>
                <blockquote class="primer-text">
        <blockquote class="instagram-media" data-instgrm-captioned="" data-instgrm-version="7" style="background: #FFF; border: 0; border-radius: 3px; box-shadow: 0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width: 658px; padding: 0; width: calc(100% - 2px);">
<div style="padding: 8px;">
<div style="background: #F8F8F8; line-height: 0; margin-top: 40px; padding: 50% 0; text-align: center; width: 100%;">
<div style="background: url(data:image/png; base64,ivborw0kggoaaaansuheugaaacwaaaascamaaaapwqozaaaabgdbtueaalgpc/xhbqaaaafzukdcak7ohokaaaamuexurczmzpf399fx1+bm5mzy9amaaadisurbvdjlvzxbesmgces5/p8/t9furvcrmu73jwlzosgsiizurcjo/ad+eqjjb4hv8bft+idpqocx1wjosbfhh2xssxeiyn3uli/6mnree07uiwjev8ueowds88ly97kqytlijkktuybbruayvh5wohixmpi5we58ek028czwyuqdlkpg1bkb4nnm+veanfhqn1k4+gpt6ugqcvu2h2ovuif/gwufyy8owepdyzsa3avcqpvovvzzz2vtnn2wu8qzvjddeto90gsy9mvlqtgysy231mxry6i2ggqjrty0l8fxcxfcbbhwrsyyaaaaaelftksuqmcc); display: block; height: 44px; margin: 0 auto -44px; position: relative; top: -22px; width: 44px;"></div>
</div>
<p style="margin: 8px 0 0 0; padding: 0 4px;"><a href="https://www.instagram.com/p/BWwCNnFHuhH/" style="color: #000; font-family: Arial,sans-serif; font-size: 14px; font-style: normal; font-weight: normal; line-height: 17px; text-decoration: none; word-wrap: break-word;" target="_blank">All of us at Heifer! We've worked fields, fed animals, lived in Guatemala, lived as refugees, suffered through a very long night and rewarded ourselves with ice cream! #missiontrip #youthmission #fpcyouthsalina #heiferranch</a></p>
<p style="color: #c9c8cd; font-family: Arial,sans-serif; font-size: 14px; line-height: 17px; margin-bottom: 0; margin-top: 8px; overflow: hidden; padding: 8px 0 7px; text-align: center; text-overflow: ellipsis; white-space: nowrap;">A post shared by FPC Youth Salina (@fpcyouthsalina) on <time style="font-family: Arial,sans-serif; font-size: 14px; line-height: 17px;" datetime="2017-07-20T01:49:48+00:00">Jul 19, 2017 at 6:49pm PDT</time></p>
</div>
</blockquote>
<script async="" defer="defer" src="https://platform.instagram.com/en_US/embeds.js" type="text/javascript"></script>    </blockquote>

    
            <!-- Twitter Attribution -->
            <p class="mbl instagramPostedBy">
                Posted By
                <a href="http://www.instagram.com/fpcyouthsalina" class="poster-link">
                    @fpcyouthsalina                </a>
            </p>
            <!-- End Twitter Attribution -->
                    </div>
        <a class="tag" href="/whencowsfly/categories/volunteers.html">
            Volunteers        </a>

        <div class="panel-data">
            <div class="cornerstones">
                                    <a href="/whencowsfly/cornerstones/full-participation.html" class="full-participation cornerstone">
                        Full Participation                    </a>
                                    <a href="/whencowsfly/cornerstones/training-and-education.html" class="training-and-education cornerstone">
                        Training and Education                    </a>
                                    <a href="/whencowsfly/cornerstones/sharing-and-caring.html" class="sharing-and-caring cornerstone">
                        Sharing and Caring                    </a>
                                    <a href="/whencowsfly/cornerstones/passing-on-the-gift.html" class="passing-on-the-gift cornerstone">
                        Passing on the Gift                    </a>
                            </div>
        </div>
        <div class="panel-bar">
            <a href="/whencowsfly/stories/fpc-youth-trip-to-heifer-ranch.html" data-modal="ajax" class="share">
                Read More
            </a>
        </div>
</section>
<!-- End Social Post --><section class="medium-panel fluid-panel text-image-panel is-a-story" data-meta-title="Successful International Mission Project" data-meta-description="Cornerstone Community Church's first Annual Heifer International Mission Project was a success! The children of Cornerstone collected donations for the project for the whole month of June and received a wonderful $1,100. Last year, as part of the East Avenue UMC, the children collected over $5,000 which included a matching donation from a long-time church member. The children were excited to choose the items we were able to send to countries in need, which included a heifer, pigs, and chicks. Cornerstone hopes to collect even more in the years to come. " data-meta-url="http://www.heifer.org/stories/cornerstone-community-church-mission-project.html">
        <div class="list-panel-top">
        <a href=/whencowsfly/stories/cornerstone-community-church-mission-project.html data-modal=ajax><img class="panel-image" src="/whencowsfly/cache/alt2-cornerstonecommunitychurch001.jpg" width="318" height="424"></a>
    </div>
    <a class="tag" href="/whencowsfly/categories/donors.html">Donors</a>

    <div class="panel-data">
        <h2>
            <a href=/whencowsfly/stories/cornerstone-community-church-mission-project.html data-modal=ajax>
                Successful International Mission Project            </a>
        </h2>
                <p class=mts>Cornerstone Community Church's first Annual Heifer International Mission Project was a success! The children of Cornerstone collected donations for the project for the whole month of June and received a wonderful $1,100. Last year, as part of the East Avenue UMC, the children collected over $5,000 which included a matching donation from a long-time church member. The children were excited to choose the items we were able to send to countries in need, which included a heifer, pigs, and chicks. Cornerstone hopes to collect even more in the years to come. </p>

        <div class="cornerstones">
                    </div>
    </div>
    <div class="panel-bar"><a href="/whencowsfly/stories/cornerstone-community-church-mission-project.html" data-modal=ajax class="share">Read More</a></b></div>
</section><section class="medium-panel fluid-panel text-image-panel is-a-story" data-meta-title="Westminster Christian's Noisy Offering" data-meta-description="Each quarter students at Westminster Christian Elementary and Preschool in Miami Florida give money to a "noisy offering" collection to help other in our community and around the world. This collection takes place during our weekly chapel time where students are learning to love God and serve others. The last quarter of the 2016-2017 school year, the students were inspired by the work of Heifer International and how an animal can change a family's life. Each week we collected coins and dollars towards our effort to purchase animals for families in poverty. By the end of the 9 weeks we had raised $5,411.66!!! We are praying for the many families that will be changed by our donation. Thank you Heifer International! " data-meta-url="http://www.heifer.org/stories/westminster-christian-noisy-offering.html">
        <div class="list-panel-top">
        <a href=/whencowsfly/stories/westminster-christian-noisy-offering.html data-modal=ajax><img class="panel-image" src="/whencowsfly/cache/alt2-westminsterelementary001.jpg" width="318" height="424"></a>
    </div>
    <a class="tag" href="/whencowsfly/categories/donors.html">Donors</a>

    <div class="panel-data">
        <h2>
            <a href=/whencowsfly/stories/westminster-christian-noisy-offering.html data-modal=ajax>
                Westminster Christian's Noisy Offering            </a>
        </h2>
                <p class=mts>Each quarter students at Westminster Christian Elementary and Preschool in Miami Florida give money to a "noisy offering" collection to help other in our community and around the world. This collection takes place during our weekly chapel time where students are learning to love God and serve others. The last quarter of the 2016-2017 school year, the students were inspired by the work of Heifer International and how an animal can change a family's life. Each week we collected coins and dollars towards our effort to purchase animals for families in poverty. By the end of the 9 weeks we had raised $5,411.66!!! We are praying for the many families that will be changed by our donation. Thank you Heifer International! </p>

        <div class="cornerstones">
                            <a href="/whencowsfly/cornerstones/passing-on-the-gift.html" class="passing-on-the-gift cornerstone">Passing on the Gift</a>
                            <a href="/whencowsfly/cornerstones/sharing-and-caring.html" class="sharing-and-caring cornerstone">Sharing and Caring</a>
                    </div>
    </div>
    <div class="panel-bar"><a href="/whencowsfly/stories/westminster-christian-noisy-offering.html" data-modal=ajax class="share">Read More</a></b></div>
</section><section class="medium-panel fluid-panel text-image-panel is-a-story" data-meta-title="Support for Read to Feed!" data-meta-description=""Dear Read to Feed, I love how you encourage kids to read by bringing money to school and your teacher sends it to you to buy and animal or something else. I think it is like the best idea EVER!! Thank you again!" -Jakey" data-meta-url="http://www.heifer.org/stories/read-to-feed-jakey.html">
        <div class="list-panel-top">
        <a href=/whencowsfly/stories/read-to-feed-jakey.html data-modal=ajax><img class="panel-image" src="/whencowsfly/cache/alt2-jakeysnyder001.jpg" width="318" height="116"></a>
    </div>
    <a class="tag" href="/whencowsfly/categories/donors.html">Donors</a>

    <div class="panel-data">
        <h2>
            <a href=/whencowsfly/stories/read-to-feed-jakey.html data-modal=ajax>
                Support for Read to Feed!            </a>
        </h2>
                <p class=mts>"Dear Read to Feed, I love how you encourage kids to read by bringing money to school and your teacher sends it to you to buy and animal or something else. I think it is like the best idea EVER!! Thank you again!" -Jakey</p>

        <div class="cornerstones">
                            <a href="/whencowsfly/cornerstones/passing-on-the-gift.html" class="passing-on-the-gift cornerstone">Passing on the Gift</a>
                            <a href="/whencowsfly/cornerstones/sharing-and-caring.html" class="sharing-and-caring cornerstone">Sharing and Caring</a>
                    </div>
    </div>
    <div class="panel-bar"><a href="/whencowsfly/stories/read-to-feed-jakey.html" data-modal=ajax class="share">Read More</a></b></div>
</section><!-- Social Post -->
<section class="medium-panel fluid-panel social-panel is-a-story" data-meta-title="#When Cows Fly" data-meta-description="




This summer we challenged our readers to raise $200 to feed hungry families through Heifer International to 'Build a Better World'! We have only one week left of #summerreading so bring in your spare change to fill up our cow! #heiferinternational #buildabetterworld #summerreadingprogram2017 #childrenslibraryprograms #summitcountylibraries #librariesofinstagram #southbranchlibrary
A post shared by Summit County Libraries (@summitcountylibraries) on Jul 18, 2017 at 1:38pm PDT


" data-meta-url="http://www.heifer.org/stories/summit-county-library-reading-program.html">

            <div class="dark-blue panel">
            <h2><a href="/whencowsfly/stories/summit-county-library-reading-program.html" class="title-link title-link-orange" data-modal="ajax">#WhenCowsFly</a></h2>
                <blockquote class="primer-text">
        <blockquote class="instagram-media" data-instgrm-captioned="" data-instgrm-version="7" style="background: #FFF; border: 0; border-radius: 3px; box-shadow: 0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width: 658px; padding: 0; width: calc(100% - 2px);">
<div style="padding: 8px;">
<div style="background: #F8F8F8; line-height: 0; margin-top: 40px; padding: 61.29629629629629% 0; text-align: center; width: 100%;">
<div style="background: url(data:image/png; base64,ivborw0kggoaaaansuheugaaacwaaaascamaaaapwqozaaaabgdbtueaalgpc/xhbqaaaafzukdcak7ohokaaaamuexurczmzpf399fx1+bm5mzy9amaaadisurbvdjlvzxbesmgces5/p8/t9furvcrmu73jwlzosgsiizurcjo/ad+eqjjb4hv8bft+idpqocx1wjosbfhh2xssxeiyn3uli/6mnree07uiwjev8ueowds88ly97kqytlijkktuybbruayvh5wohixmpi5we58ek028czwyuqdlkpg1bkb4nnm+veanfhqn1k4+gpt6ugqcvu2h2ovuif/gwufyy8owepdyzsa3avcqpvovvzzz2vtnn2wu8qzvjddeto90gsy9mvlqtgysy231mxry6i2ggqjrty0l8fxcxfcbbhwrsyyaaaaaelftksuqmcc); display: block; height: 44px; margin: 0 auto -44px; position: relative; top: -22px; width: 44px;"></div>
</div>
<p style="margin: 8px 0 0 0; padding: 0 4px;"><a href="https://www.instagram.com/p/BWs5zluAkvC/" style="color: #000; font-family: Arial,sans-serif; font-size: 14px; font-style: normal; font-weight: normal; line-height: 17px; text-decoration: none; word-wrap: break-word;" target="_blank">This summer we challenged our readers to raise $200 to feed hungry families through Heifer International to 'Build a Better World'! We have only one week left of #summerreading so bring in your spare change to fill up our cow! #heiferinternational #buildabetterworld #summerreadingprogram2017 #childrenslibraryprograms #summitcountylibraries #librariesofinstagram #southbranchlibrary</a></p>
<p style="color: #c9c8cd; font-family: Arial,sans-serif; font-size: 14px; line-height: 17px; margin-bottom: 0; margin-top: 8px; overflow: hidden; padding: 8px 0 7px; text-align: center; text-overflow: ellipsis; white-space: nowrap;">A post shared by Summit County Libraries (@summitcountylibraries) on <time style="font-family: Arial,sans-serif; font-size: 14px; line-height: 17px;" datetime="2017-07-18T20:38:37+00:00">Jul 18, 2017 at 1:38pm PDT</time></p>
</div>
</blockquote>
<script async="" defer="defer" src="https://platform.instagram.com/en_US/embeds.js" type="text/javascript"></script>    </blockquote>

    
            <!-- Twitter Attribution -->
            <p class="mbl instagramPostedBy">
                Posted By
                <a href="http://www.instagram.com/summitcountylibraries" class="poster-link">
                    @summitcountylibraries                </a>
            </p>
            <!-- End Twitter Attribution -->
                    </div>
        <a class="tag" href="/whencowsfly/categories/donors.html">
            Donors        </a>

        <div class="panel-data">
            <div class="cornerstones">
                                    <a href="/whencowsfly/cornerstones/sharing-and-caring.html" class="sharing-and-caring cornerstone">
                        Sharing and Caring                    </a>
                                    <a href="/whencowsfly/cornerstones/passing-on-the-gift.html" class="passing-on-the-gift cornerstone">
                        Passing on the Gift                    </a>
                            </div>
        </div>
        <div class="panel-bar">
            <a href="/whencowsfly/stories/summit-county-library-reading-program.html" data-modal="ajax" class="share">
                Read More
            </a>
        </div>
</section>
<!-- End Social Post --><section class="medium-panel fluid-panel text-image-panel is-a-story" data-meta-title="Kim Runs For Team Heifer" data-meta-description="Decked out in Heifer gear, Kim completed both a 5k & 10k at the Chicago Rock 'n' Roll series earlier this month! After the race Kim shared, "At the expo, Toyota was customizing race shirts by adding a 'I run for...' logo on the sleeves. When I asked for 'I run for Team Heifer,' the person asked what that was. With a line full of people, I got to explain in great detail what Heifer does! All were impressed by the sustainability aspect of it. They loved it wasn't a one-time consumable gift, but rather a lasting one." We congratulate Kim for all of the time she spent training, raising donations to help families overcome poverty, and for sharing Heifer's mission wherever her feet take her! We invite you to click the title of the story to see more photos of Kim in her gear! " data-meta-url="http://www.heifer.org/stories/kim-runs-for-team-heifer.html">
        <div class="list-panel-top">
        <a href=/whencowsfly/stories/kim-runs-for-team-heifer.html data-modal=ajax><img class="panel-image" src="/whencowsfly/cache/alt2-kimteamheifer004.jpg" width="318" height="565"></a>
    </div>
    <a class="tag" href="/whencowsfly/categories/donors.html">Donors</a>

    <div class="panel-data">
        <h2>
            <a href=/whencowsfly/stories/kim-runs-for-team-heifer.html data-modal=ajax>
                Kim Runs For Team Heifer            </a>
        </h2>
                <p class=mts>Decked out in Heifer gear, Kim completed both a 5k & 10k at the Chicago Rock 'n' Roll series earlier this month! After the race Kim shared, "At the expo, Toyota was customizing race shirts by adding a 'I run for...' logo on the sleeves. When I asked for 'I run for Team Heifer,' the person asked what that was. With a line full of people, I got to explain in great detail what Heifer does! All were impressed by the sustainability aspect of it. They loved it wasn't a one-time consumable gift, but rather a lasting one." We congratulate Kim for all of the time she spent training, raising donations to help families overcome poverty, and for sharing Heifer's mission wherever her feet take her! We invite you to click the title of the story to see more photos of Kim in her gear! </p>

        <div class="cornerstones">
                            <a href="/whencowsfly/cornerstones/sharing-and-caring.html" class="sharing-and-caring cornerstone">Sharing and Caring</a>
                            <a href="/whencowsfly/cornerstones/passing-on-the-gift.html" class="passing-on-the-gift cornerstone">Passing on the Gift</a>
                    </div>
    </div>
    <div class="panel-bar"><a href="/whencowsfly/stories/kim-runs-for-team-heifer.html" data-modal=ajax class="share">Read More</a></b></div>
</section><section class="medium-panel fluid-panel image-panel is-a-story" data-meta-title="What Heifer Gifts Mean to Sami" data-meta-description="Submitted by Sami | Shakopee, MN" data-meta-url="http://www.heifer.org/stories/what-heifer-gifts-mean-to-sami.html">
        <div class="list-panel-top">
        <a href=/whencowsfly/stories/what-heifer-gifts-mean-to-sami.html data-modal=ajax><img class="panel-image" src="/whencowsfly/cache/alt2-kidfriendlycard001_edit.jpg" width="318" height="199"></a>
    </div>
    <a class="tag" href="/whencowsfly/categories/donors.html">Donors</a>

    <div class="panel-data">
        <h2>
            <a href=/whencowsfly/stories/what-heifer-gifts-mean-to-sami.html data-modal=ajax>
                What Heifer Gifts Mean to Sami            </a>
        </h2>
                <p class=mts>Submitted by Sami | Shakopee, MN</p>

        <div class="cornerstones">
                            <a href="/whencowsfly/cornerstones/passing-on-the-gift.html" class="passing-on-the-gift cornerstone">Passing on the Gift</a>
                            <a href="/whencowsfly/cornerstones/sharing-and-caring.html" class="sharing-and-caring cornerstone">Sharing and Caring</a>
                    </div>
    </div>
    <div class="panel-bar"><a href="/whencowsfly/stories/what-heifer-gifts-mean-to-sami.html" data-modal=ajax class="share">Read More</a></b></div>
</section><!-- Social Post -->
<section class="medium-panel fluid-panel social-panel is-a-story" data-meta-title="#When Cows Fly" data-meta-description="
We are in Tanzania supporting @Heifer conduct a financial literacy Training of Master Trainers @MastercardFdn https://t.co/OjQxN1z3WV pic.twitter.com/TMwHulDdSW
&mdash; Making Cents Int'l (@MakingCentsIntl) July 13, 2017
" data-meta-url="http://www.heifer.org/stories/east-africa-youth-inclusion-tanzania.html">

            <div class="dark-blue panel">
            <h2><a href="/whencowsfly/stories/east-africa-youth-inclusion-tanzania.html" class="title-link" data-modal="ajax">#WhenCowsFly</a></h2>
            <blockquote class="primer-text">
        <blockquote class="twitter-tweet" data-lang="en">
<p lang="en" dir="ltr">We are in Tanzania supporting <a href="https://twitter.com/Heifer">@Heifer</a> conduct a financial literacy Training of Master Trainers <a href="https://twitter.com/MastercardFdn">@MastercardFdn</a> <a href="https://t.co/OjQxN1z3WV">https://t.co/OjQxN1z3WV</a> <a href="https://t.co/TMwHulDdSW">pic.twitter.com/TMwHulDdSW</a></p>
&mdash; Making Cents Int'l (@MakingCentsIntl) <a href="https://twitter.com/MakingCentsIntl/status/885591415316783107">July 13, 2017</a></blockquote>
<script async="" src="https://platform.twitter.com/widgets.js" charset="utf-8" type="text/javascript"></script>    </blockquote>

    
            <!-- Twitter Attribution -->
            <p class="mbl twitterPostedBy">
                Posted By
                <a href="http://www.twitter.com/MakingCentsIntl" class="poster-link">
                    @MakingCentsIntl                </a>
            </p>
            <!-- End Twitter Attribution -->

                    </div>
        <a class="tag" href="/whencowsfly/categories/projects.html">
            Projects & Families        </a>

        <div class="panel-data">
            <div class="cornerstones">
                                    <a href="/whencowsfly/cornerstones/passing-on-the-gift.html" class="passing-on-the-gift cornerstone">
                        Passing on the Gift                    </a>
                                    <a href="/whencowsfly/cornerstones/sharing-and-caring.html" class="sharing-and-caring cornerstone">
                        Sharing and Caring                    </a>
                                    <a href="/whencowsfly/cornerstones/training-and-education.html" class="training-and-education cornerstone">
                        Training and Education                    </a>
                            </div>
        </div>
        <div class="panel-bar">
            <a href="/whencowsfly/stories/east-africa-youth-inclusion-tanzania.html" data-modal="ajax" class="share">
                Read More
            </a>
        </div>
</section>
<!-- End Social Post -->        </div>
    </section>
    <nav id="page-nav">
        <a href="/whencowsfly/pages/2.html"></a>    </nav>
    <style type="text/css">
        #infscr-loading {
            text-align: center;
            z-index: 100;
            position: fixed;
            left: 45%;
            bottom: 40px;
            width: 200px;
            padding: 10px;
            background: #000;
            opacity: 0.8;
            color: #FFF;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }

    </style>

			<!-- End Page Content -->
			</section>
			<!-- End Site Content -->

		</div>
		<!-- End Site Wrapper -->

		<!-- Additional Scripts -->
		
		<script src="/whencowsfly/resources/js/min/plugins.min.js"></script>
	
		<script src="/whencowsfly/resources/js/actions.js"></script>
	
		<!-- End Additional Scripts -->

<script type="text/javascript">
/*********************************************************/
// Sticky cookie and GA JS Code
/*functions: createCookie
readCookie
eraseCookie
getQueryVariable
stickyMsourceCookie
track_nav
track_banner
track_link
track_button
track_video
track_pdf
Description: code associated with reading and creating the msource code.
Code associated with Google Analytics
History: created 12/3/2012 - MRK
         modified for WCF 1/22/2013 - MRK
*/
/*********************************************************/


//Create a cookie
function createCookie(name, value, minutes) {
    if (minutes) {
        var date = new Date();
        date.setTime(date.getTime() + (minutes * 60 * 1000));
        var expires = "; expires=" + date.toGMTString();
    }
    else var expires = "";
    //var domain = location.hostname.replace('www', '');

    var parsedDomain = location.hostname.split('.');
    var lastIndex = parsedDomain.length - 1;
    var domain = '.' + parsedDomain[lastIndex - 1] + '.' + parsedDomain[lastIndex];
    cookieStr = name + "=" + value + expires + "; path=/; domain=" + domain;
    document.cookie = cookieStr;

}

//Read Cookies
function readCookie(name) {
    var nameEQ = name + "=";
    var ca = document.cookie.split(';');
    for (var i = 0; i < ca.length; i++) {
        var c = ca[i];
        while (c.charAt(0) == ' ') c = c.substring(1, c.length);
        if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
    }
    return null;
}

//Delete a cookie
function eraseCookie(name) {
    var d = new Date();
    document.cookie = name + "=1;expires=" + d.toGMTString() + ";" + ";";
}

//Get the querystring from the URL
function getQueryVariable(variable) { var query = window.location.search.substring(1); var vars = query.split("&"); for (var i = 0; i < vars.length; i++) { var pair = vars[i].split("="); if (pair[0] == variable) { return pair[1]; } } return '' }

//Search for items in an array.
function inArray(needle, haystack) {
    var length = haystack.length;
    for (var i = 0; i < length; i++) {
        if (haystack[i] == needle) return true;
    }
    return false;
}

//Sticks the msource cookie to links and forms
function stickyMsourceCookie() {
    //Read the msource from the cookie.
    var msource = readCookie('msource');
    //If available...
    if (msource) {
        //Splitting the msource using regex
        //Delimeters  = , | %2C
        var splitMsource = msource.split(/,|%2C/);
        var lastIndex = splitMsource.length - 1;
        msource = splitMsource[lastIndex];

        //get the current domain
        var parsedDomain = location.hostname.split('.');
        var endIndex = parsedDomain.length - 1;
        var domain = '.' + parsedDomain[endIndex - 1] + '.' + parsedDomain[endIndex];

        //Append msource to links
        var links = document.links;
        for (var i = 0; i < links.length; i++) {
            if (links[i]) {
                var link = links[i].href;
                if (link.indexOf('mailto:') == -1 && link.indexOf('javascript:') == -1 && unescape(link).indexOf('return false') == -1 && link.indexOf('#') == -1) {
                    if (link.indexOf(domain) > -1 || link.indexOf('http://') != 0 && link.indexOf('mailto:') > 0) {
                        var s = new Array;
                        var newLink = link;
                        if (link.indexOf('?') > -1) {
                            var d = link.substring(0, link.indexOf('?'));
                            var l = link.substring(link.indexOf('?') + 1, link.length);
                            var s = l.split('&');
                            for (j = 0; j < s.length; j++) {
                                if (s[j].indexOf('msource') > -1) {
                                    s[j] = 'msource=' + msource;
                                    var changed = 1;
                                }
                            }
                            if (changed != 1) {
                                s[s.length] = 'msource=' + msource;
                            }
                            newLink = d + '?' + s.join('&');
                            changed = 0;
                            delete changed;
                            delete s;
                            delete j;
                        } else {
                            newLink = link + '?msource=' + msource;
                        }
                        links[i].href = newLink;
                    }
                }
            }
        }

        //Append the msource to form actions
        var forms = document.forms;
        for (var i = 0; i < forms.length; i++) {
            if (forms[i]) {
                var link = forms[i].action;
                if (link.indexOf('mailto:') == -1 && link.indexOf('javascript:') == -1 && unescape(link).indexOf('return false') == -1) {
                    var s = new Array;
                    var newLink = link;
                    var newLink = link;
                    if (link.indexOf('?') > -1) {
                        var d = link.substring(0, link.indexOf('?'));
                        var l = link.substring(link.indexOf('?') + 1, link.length);
                        var s = l.split('&');
                        for (j = 0; j < s.length; j++) {
                            if (s[j].indexOf('msource') > -1) {
                                s[j] = 'msource=' + msource;
                                var changed = 1;
                            }
                        }
                        if (changed != 1) {
                            s[s.length] = 'msource=' + msource;
                        }
                        newLink = d + '?' + s.join('&');
                        changed = 0;
                        delete changed;
                        delete s;
                        delete j;
                    } else {
                        newLink = link + '?msource=' + msource;
                    }
                    forms[i].action = newLink;
                }
            }
        }

    }
}

/*********************************************************/
// When Cows Fly Google Analytics
/*********************************************************/

var utag_data = {
  order_id : "",

  product_id : "",
  product_unit_price : "",

  product_quantity : "",
  page_type : "",

  quant_event : "", // Quantcast Event _fp.event
  sp_branded_domains : "" // Silverpop
};

(function(a,b,c,d){
    a='//tags.tiqcdn.com/utag/heifer/whencowsfly/prod/utag.js';
    b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;
    a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);
})();

/*********************************************************/
// END When Cows Fly Google Analytics
/*********************************************************/


jQuery(document).ready(function () {
    //Run the sticky cookie code.
    stickyMsourceCookie();
});
</script>

		<div id="fb-root"></div>

<script>
    // Facebook JS SDK
    window.fbAsyncInit = function() {
        FB.init({
//            appId      : '0', // App ID
            channelUrl : 'www.heifer.org/channel.html', // Channel File
            status     : true, // check login status
            cookie     : true, // enable cookies to allow the server to access the session
            xfbml      : true  // parse XFBML
        });
        
        // Additional initialization code here
    };
  
    (function(d){
        var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];
        if (d.getElementById(id)) {return;}
        js = d.createElement('script'); js.id = id; js.async = true;
        js.src = "//connect.facebook.net/en_US/all.js";
        ref.parentNode.insertBefore(js, ref);
    }(document));
    // End Facebook JS SDK
    
    // Twitter JS SDK
    !function(d,s,id){
        var js,fjs=d.getElementsByTagName(s)[0];
        if(!d.getElementById(id)){
            js=d.createElement(s);
            js.id=id;
            js.src="//platform.twitter.com/widgets.js";
            fjs.parentNode.insertBefore(js,fjs);
        }
    }(document,"script","twitter-wjs");
    // End Twitter JS SDK
    
    // G+ JS SDK
    (function() {
        var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
        po.src = 'https://apis.google.com/js/plusone.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
    })();
    // End G+ JS SDK
</script>

<!-- Pintrest SDK -->
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>
<!-- End Pintrest SDK -->

		



		<script language="JavaScript" type="text/javascript">
		/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
		</script>
		<!-- End SiteCatalyst code version: H.26.1 -->
		<script>
//this should be called after baseDataLayer and any views have done their work.
if (typeof(digitalData) !== "undefined"){ 
	//this sets up GWNM products in a way Adobe likes them.
	dlGWNMConversions();
	//this cleans the data layer, removing any empty or null values.
	removeEmpties(digitalData);
}
</script>		<!-- Adobe Tag Management-->
		<script type="text/javascript">if (typeof(_satellite) !== "undefined"){ _satellite.pageBottom(); }</script>
		<!-- End Adobe Tag Management -->
	</body>
</html>