<!DOCTYPE html>
<html lang="en-US" prefix="og: http://ogp.me/ns# og: http://ogp.me/ns#" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Muscogee, Cherokee and Quapaw Send Teams to Help With Hurricane Harvey - Indian Country Media Network</title>
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="shortcut icon" href="/favicon.ico?v=2" type="image/x-icon">
<link rel="icon" href="/favicon.ico?v=2" type="image/x-icon">
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Muscogee, Cherokee and Quapaw Send Teams to Help With Hurricane Harvey" />
<meta property="og:description" content="At least three American Indian tribes in Oklahoma have sent representatives to the Houston area to help with Hurricane Harvey relief efforts." />
<meta property="og:url" content="https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/" />
<meta property="og:site_name" content="Indian Country Media Network" />
<meta property="article:section" content="Environment" />
<meta property="article:published_time" content="2017-08-30T14:30:44-05:00" />
<meta property="article:modified_time" content="2017-08-30T15:06:39-05:00" />
<meta property="og:updated_time" content="2017-08-30T15:06:39-05:00" />
<meta property="og:image" content="https://indiancountrymedianetwork.com/wp-content/uploads/The-Quapaw-FireEMS-Team-on-the-ground-in-Houston-Texas-to-assist-in-the-Hurricane-Harvey-response-–-Courtesy-Quapaw-Tribe.jpg" />

<meta name="description" content="At least three American Indian tribes in Oklahoma have sent representatives to the Houston area to help with Hurricane Harvey relief efforts." />
<meta name="news_keywords" content="native american, american indian, native american news, indian country" />
<meta name="original-source" content="https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/" />
<meta name="robots" content="noodp" />
<meta name="keywords" content=", Environment" />
<link rel="canonical" href="https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Muscogee, Cherokee and Quapaw Send Teams to Help With Hurricane Harvey - Indian Country Media Network" />
<meta property="og:description" content="At least three American Indian tribes in Oklahoma have sent representatives to the Houston area to help with Hurricane Harvey relief efforts." />
<meta property="og:url" content="https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/" />
<meta property="og:site_name" content="Indian Country Media Network" />
<meta property="article:publisher" content="https://www.facebook.com/IndianCountryTodayMediaNetwork" />
<meta property="article:section" content="Environment" />
<meta property="article:published_time" content="2017-08-30T14:30:44-05:00" />
<meta property="article:modified_time" content="2017-08-30T15:06:39-05:00" />
<meta property="og:updated_time" content="2017-08-30T15:06:39-05:00" />
<meta property="og:image" content="https://cdn.indiancountrymedianetwork.com/wp-content/uploads/The-Quapaw-FireEMS-Team-on-the-ground-in-Houston-Texas-to-assist-in-the-Hurricane-Harvey-response-–-Courtesy-Quapaw-Tribe.jpg" />
<meta property="og:image:width" content="699" />
<meta property="og:image:height" content="379" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="At least three American Indian tribes in Oklahoma have sent representatives to the Houston area to help with Hurricane Harvey relief efforts." />
<meta name="twitter:title" content="Muscogee, Cherokee and Quapaw Send Teams to Help With Hurricane Harvey - Indian Country Media Network" />
<meta name="twitter:site" content="@IndianCountry" />
<meta name="twitter:image" content="https://cdn.indiancountrymedianetwork.com/wp-content/uploads/The-Quapaw-FireEMS-Team-on-the-ground-in-Houston-Texas-to-assist-in-the-Hurricane-Harvey-response-–-Courtesy-Quapaw-Tribe.jpg" />
<meta name="twitter:creator" content="@IndianCountry" />
<meta property="DC.date.issued" content="2017-08-30T14:30:44-05:00" />

<link rel="alternate" type="application/rss+xml" title="Indian Country Media Network &raquo; Feed" href="https://indiancountrymedianetwork.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Indian Country Media Network &raquo; Comments Feed" href="https://indiancountrymedianetwork.com/comments/feed/" />
<link rel="alternate" type="text/calendar" title="Indian Country Media Network &raquo; iCal Feed" href="https://indiancountrymedianetwork.com/calendar/?ical=1" />
<link rel="alternate" type="application/rss+xml" title="Indian Country Media Network &raquo; Muscogee, Cherokee and Quapaw Send Teams to Help With Hurricane Harvey Comments Feed" href="https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/feed/" />
<script type="text/javascript">var essbssu_settings = {"ajax_url":"https:\/\/indiancountrymedianetwork.com\/wp-admin\/admin-ajax.php","ssu_nonce":"260fa5279f"};
var essb_self_shorturl = function(oPostID, oFullURL) {
	var short_url = oFullURL;

	if (typeof(essbssu_settings) != "undefined") {
		oPostID = String(oPostID);
		oFullURL = String(oFullURL);

		oFullURL = oFullURL.replace(/&/g, "%26");
		
		var ajax_request_address = essbssu_settings.ajax_url + "?action=essbssu_new&postid"+oPostID+"&url="+oFullURL+"&ssu_nonce="+essbssu_settings.ssu_nonce;
		console.log(ajax_request_address);
		var short = jQuery.ajax({
			"url": ajax_request_address,
			"async": false,
			"cache": false,
			"timeout": 30000,
			error: function() {
				return "";
			},
			success: function(data) {
				if (data) {
					var response_code = data["code"] || "";
					var response_url = data["url"] || "";
					
					if (response_code == "1" && response_url != "") {
						short_url = response_url;
						return response_url;
					}
					else {
						console.log("Self-Short URL API Error: " + data);
					}
				}
			}
		});
		
	}	
	return short_url;
};		
		</script> <script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/72x72\/","ext":".png","source":{"concatemoji":"https:\/\/cdn.indiancountrymedianetwork.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.5.3"}};
			!function(a,b,c){function d(a){var c,d,e,f=b.createElement("canvas"),g=f.getContext&&f.getContext("2d"),h=String.fromCharCode;if(!g||!g.fillText)return!1;switch(g.textBaseline="top",g.font="600 32px Arial",a){case"flag":return g.fillText(h(55356,56806,55356,56826),0,0),f.toDataURL().length>3e3;case"diversity":return g.fillText(h(55356,57221),0,0),c=g.getImageData(16,16,1,1).data,d=c[0]+","+c[1]+","+c[2]+","+c[3],g.fillText(h(55356,57221,55356,57343),0,0),c=g.getImageData(16,16,1,1).data,e=c[0]+","+c[1]+","+c[2]+","+c[3],d!==e;case"simple":return g.fillText(h(55357,56835),0,0),0!==g.getImageData(16,16,1,1).data[0];case"unicode8":return g.fillText(h(55356,57135),0,0),0!==g.getImageData(16,16,1,1).data[0]}return!1}function e(a){var c=b.createElement("script");c.src=a,c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g,h,i;for(i=Array("simple","flag","unicode8","diversity"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h<i.length;h++)c.supports[i[h]]=d(i[h]),c.supports.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[i[h]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
<style type="text/css">ul.wpbdp-categories > li {width: 50% !important;}</style><link rel='stylesheet' id='dashicons-css' href='https://cdn.indiancountrymedianetwork.com/wp-includes/css/dashicons.min.css?ver=4.5.3' type='text/css' media='all' />
<link rel='stylesheet' id='thickbox-css' href='https://cdn.indiancountrymedianetwork.com/wp-includes/js/thickbox/thickbox.css?ver=4.5.3' type='text/css' media='all' />
<link rel='stylesheet' id='wpbdp-regions-style-css' href='https://cdn.indiancountrymedianetwork.com/wp-content/plugins/business-directory-regions/resources/css/style.css?ver=4.1.2' type='text/css' media='all' />
<link rel='stylesheet' id='parent-style-css' href='https://cdn.indiancountrymedianetwork.com/wp-content/themes/haven-foundation-6/style.css?ver=4.5.3' type='text/css' media='all' />
<link rel='stylesheet' id='haven-stylesheet-css' href='https://indiancountrymedianetwork.com/wp-content/themes/icmn-haven-foundation-6-child/style.css?ver=4.5.3' type='text/css' media='all' />
<link rel='stylesheet' id='easy-social-share-buttons-css' href='https://cdn.indiancountrymedianetwork.com/wp-content/plugins/easy-social-share-buttons3/assets/css/easy-social-share-buttons.min.css?ver=4.3.1' type='text/css' media='all' />
<link rel='stylesheet' id='easy-social-share-buttons-display-methods-css' href='https://cdn.indiancountrymedianetwork.com/wp-content/plugins/easy-social-share-buttons3/assets/css/essb-display-methods.min.css?ver=4.3.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpbdp-widgets-css' href='https://cdn.indiancountrymedianetwork.com/wp-content/plugins/business-directory-plugin/assets/css/widgets.min.css?ver=4.5.3' type='text/css' media='all' />
<link rel='stylesheet' id='tribe_events-widget-this-week-pro-style-css' href='https://cdn.indiancountrymedianetwork.com/wp-content/plugins/events-calendar-pro/src/resources/css/widget-this-week-full.min.css?ver=4.2.4' type='text/css' media='all' />
<link rel='stylesheet' id='awpcp-frontend-style-css' href='https://cdn.indiancountrymedianetwork.com/wp-content/plugins/another-wordpress-classifieds-plugin/resources/css/awpcpstyle.css?ver=3.7.7' type='text/css' media='all' />
<!--[if lte IE 6]>
<link rel='stylesheet' id='awpcp-frontend-style-ie-6-css'  href='https://cdn.indiancountrymedianetwork.com/wp-content/plugins/another-wordpress-classifieds-plugin/resources/css/awpcpstyle-ie-6.css?ver=3.7.7' type='text/css' media='all' />
<![endif]-->
<!--[if lte IE 7]>
<link rel='stylesheet' id='awpcp-frontend-style-lte-ie-7-css'  href='https://cdn.indiancountrymedianetwork.com/wp-content/plugins/another-wordpress-classifieds-plugin/resources/css/awpcpstyle-lte-ie-7.css?ver=3.7.7' type='text/css' media='all' />
<![endif]-->

<script type="text/javascript">
	(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
		(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
		m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
	})(window,document,'script','//www.google-analytics.com/analytics.js','__gaTracker');

	__gaTracker('create', 'UA-113345597-1', 'auto');
	__gaTracker('set', 'forceSSL', true);
	__gaTracker('send','pageview');

</script>

<script type='text/javascript' src='https://cdn.indiancountrymedianetwork.com/wp-content/themes/haven-foundation-6/bower_components/jquery/dist/jquery.min.js?ver=2.1.4'></script>
<script type='text/javascript' src='https://cdn.indiancountrymedianetwork.com/wp-content/plugins/haven-ajax-registration/lib/jquery.validate.js?ver=4.5.3'></script>
<script type='text/javascript' src='https://cdn.indiancountrymedianetwork.com/wp-content/plugins/haven-ajax-registration/lib/additional-methods.min.js?ver=4.5.3'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var ajax_ofie_object = {"ajaxurl":"https:\/\/indiancountrymedianetwork.com\/wp-admin\/admin-ajax.php","redirecturl":"https:\/\/indiancountrymedianetwork.com","loadingmessage":"One second please..."};
/* ]]> */
</script>
<script type='text/javascript' src='https://cdn.indiancountrymedianetwork.com/wp-content/plugins/haven-ajax-registration/js/haven-ajax-registration.js?ver=4.5.3'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var ajax_login_object = {"ajaxurl":"https:\/\/indiancountrymedianetwork.com\/wp-admin\/admin-ajax.php","redirecturl":"https:\/\/indiancountrymedianetwork.com","loadingmessage":"Sending user info, please wait..."};
/* ]]> */
</script>
<script type='text/javascript' src='https://cdn.indiancountrymedianetwork.com/wp-content/themes/haven-foundation-6/js/ajax-login-script.js?ver=4.5.3'></script>
<script type='text/javascript' src='https://cdn.indiancountrymedianetwork.com/wp-content/themes/icmn-haven-foundation-6-child/js/sticky-footer.js?ver=4.5.3'></script>
<script type='text/javascript' src='https://cdn.indiancountrymedianetwork.com/wp-content/themes/icmn-haven-foundation-6-child/js/header-scripts.js?ver=1.0'></script>
<script type='text/javascript' src='https://use.typekit.net/fls5nnm.js?ver=1.0'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var tribe_this_week = {"ajaxurl":"https:\/\/indiancountrymedianetwork.com\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type='text/javascript' src='https://cdn.indiancountrymedianetwork.com/wp-content/plugins/events-calendar-pro/src/resources/js/widget-this-week.min.js?ver=4.2.4'></script>
<link rel='https://api.w.org/' href='https://indiancountrymedianetwork.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://indiancountrymedianetwork.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://indiancountrymedianetwork.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.5.3" />
<link rel="alternate" type="application/json+oembed" href="https://indiancountrymedianetwork.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Findiancountrymedianetwork.com%2Fnews%2Fenvironment%2Fmuscogee-cherokee-quapaw-send-teams-help-hurricane-harvey%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://indiancountrymedianetwork.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Findiancountrymedianetwork.com%2Fnews%2Fenvironment%2Fmuscogee-cherokee-quapaw-send-teams-help-hurricane-harvey%2F&#038;format=xml" />
<style type="text/css">.essb_links.essb_share .essb_link_print a { background-color:#257c29!important;}.essb_links.essb_share .essb_link_print a:hover, .essb_links.essb_share .essb_link_print a:focus { background-color:#4bad35!important;}.essb_links.essb_counter_modern_bottom.essb_counters .essb_network_name { display: block; font-weight: normal; text-align: center; width: 100%; margin-bottom: 8px; font-size: 12px; } @media only screen and (max-width: 1145px) { .notmobile .entry.blog_entry { padding-left: 45px !important; } .notmobile .single_rclp .entry { padding-left: 45px !important; } .notmobile #maincol div.ofie { padding-left: 45px !important; } .notmobile .comments_section, .notmobile .related, .notmobile #footer, .notmobile .rr { padding-left: 45px !important; } }.essb_fixed { top: 100pxpx !important; }</style>
<script type="text/javascript">var essb_settings = {"ajax_url":"https:\/\/indiancountrymedianetwork.com\/wp-admin\/admin-ajax.php","essb3_nonce":"2d5bb42482","essb3_plugin_url":"https:\/\/indiancountrymedianetwork.com\/wp-content\/plugins\/easy-social-share-buttons3","essb3_facebook_total":true,"essb3_admin_ajax":true,"essb3_internal_counter":true,"essb3_stats":true,"essb3_ga":true,"essb3_ga_mode":"simple","essb3_counter_button_min":0,"essb3_counter_total_min":0,"blog_url":"https:\/\/indiancountrymedianetwork.com\/","ajax_type":"wp","essb3_postfloat_stay":false,"essb3_no_counter_mailprint":false,"essb3_single_ajax":true,"twitter_counter":"self","post_id":170995,"float_top":"100px"};var essb_buttons_exist = !!document.getElementsByClassName("essb_links"); if(essb_buttons_exist == true) { document.addEventListener("DOMContentLoaded", function(event) { var ESSB_CACHE_URL = "https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/?mqsc=ED3906744"; if(ESSB_CACHE_URL.indexOf("?") > -1) { ESSB_CACHE_URL += "&essb_counter_cache=rebuild"; } else { ESSB_CACHE_URL += "?essb_counter_cache=rebuild"; }; var xhr = new XMLHttpRequest(); xhr.open("GET",ESSB_CACHE_URL,true); xhr.send(); });}</script>


<link rel='stylesheet' type='text/css' media='print' href='https://indiancountrymedianetwork.com/wp-content/themes/icmn-haven-foundation-6-child/style-print.css?ver=0.1' id='haven-stylesheet-print-css' />
<link rel='stylesheet' type='text/css' media='all' href='https://indiancountrymedianetwork.com/wp-content/themes/icmn-haven-foundation-6-child/style-mods.css?ver=0.4' id='haven-stylesheet-mod-css' />
<script type="text/javascript">
  var googletag = googletag || {};
  googletag.cmd = googletag.cmd || [];
  (function() {
    var gads = document.createElement("script");
    gads.async = true;
    gads.type = "text/javascript";
    var useSSL = "https:" == document.location.protocol;
    gads.src = (useSSL ? "https:" : "http:") + "//www.googletagservices.com/tag/js/gpt.js";
    var node =document.getElementsByTagName("script")[0];
    node.parentNode.insertBefore(gads, node);
   })();
</script>

<script>
  var networkCode = 8800;
  var topLevelAdUnit = "ictmn.oao";
  var s1 = "news";
  var s2 = "environment";
  var adUnit = topLevelAdUnit + "/" + s1 + "/" + s2;
  var slotName = "/" + networkCode + "/" + adUnit;
  var pid = "muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey";
  var dfptest = "";  
  googletag.cmd.push(function() {
	  
   var topMapping = googletag.sizeMapping().
        addSize([768, 0 ], [728, 90]).
        addSize([330, 0 ], [320, 50]).
        build();
		
  googletag.defineOutOfPageSlot(slotName, "div-id-for-interstitial")           
    .addService(googletag.pubads())            
    .setTargeting("pos", "interstitial");
	
  googletag.defineSlot(slotName, [[728, 90], [320, 50]], "div-id-for-top-leaderboard")
    .defineSizeMapping(topMapping)
    .addService(googletag.pubads())
    .setTargeting("pos", "top");
	  
  googletag.defineSlot(slotName, [300, 250], "div-id-for-top-rectangle")
    .addService(googletag.pubads())
    .setTargeting("pos", "top");
	
	
  googletag.defineSlot(slotName, [300, 250], "div-id-for-mid-rectangle")
    .addService(googletag.pubads())
    .setTargeting("pos", "middle");
	
	
  googletag.defineSlot(slotName, [300, 250], "div-id-for-bottom-rectangle")
    .addService(googletag.pubads())
    .setTargeting("pos", "bottom");
	
  googletag.pubads().setTargeting("s1",s1)
  googletag.pubads().setTargeting("s2",s2)
  googletag.pubads().setTargeting("pid",pid);
  googletag.pubads().setTargeting("dfptest",dfptest);
  googletag.pubads().enableSingleRequest();
  googletag.enableServices();
  });
</script>

 <script>
$(document).ready(function(){
	
		// set cookie function    
        function setCookie( c_name, value, exdays ) {
            
            var exdate = new Date();  
            exdate.setDate( exdate.getDate() + exdays );  
            var c_value = escape( value ) + ( ( exdays == null ) ? "" : "; expires=" + exdate.toUTCString() );  
            document.cookie = c_name + "=" + c_value + "; path=/";

        }

    	// get cookie function
        function getCookie( cname ) {

            var name = cname + "=";
            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);
                if (c.indexOf(name) == 0) return c.substring(name.length,c.length);
            }
            return false;

        }	
	
		// add fadeout class, then add hide class
		$('#pencilFloaterAd button.close-button').on('click', function(){
				$('#pencilFloaterAd').addClass('fadeOut');
 		  		setTimeout(function(){
			  	$("#pencilFloaterAd").addClass("hideAd");
			  	}, 600);			  
			   //set cookie if no cookie exists when close is clicked
			  if ( !getCookie( "placemat_cookie" )){
				  console.log( "set cookie: placemat_cookie" );
				  setCookie( "placemat_cookie", 'yes', 1 );	  
			  }
		});
		  
  
  
});
</script> </head>
<body class="single single-post postid-170995 single-format-standard Array  notmobile wpbdp-with-button-styles">
<div id='mq-off-canvas-container'>
<div id='mq-off-canvas-header'>
<div id='mq-off-canvas-close'></div>
</div>
<ul id="mq-off-canvas-menu" class="mq-off-canvas"><li id="menu-item-172" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-172"><a href="https://indiancountrymedianetwork.com/">Home</a></li>
<li id="menu-item-173" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-173"><a href="https://indiancountrymedianetwork.com/today/">Today</a>
<ul class="sub-menu">
<li id="menu-item-143021" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-143021"><a href="https://indiancountrymedianetwork.com/today/">Today</a></li>
<li id="menu-item-185" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-185"><a href="https://indiancountrymedianetwork.com/category/culture/">Culture</a>
<ul class="sub-menu">
<li id="menu-item-9139" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9139"><a href="https://indiancountrymedianetwork.com/category/culture/arts-entertainment/">Arts &#038; Entertainment</a></li>
<li id="menu-item-9141" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9141"><a href="https://indiancountrymedianetwork.com/category/culture/health-wellness/">Health &#038; Wellness</a></li>
<li id="menu-item-9142" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9142"><a href="https://indiancountrymedianetwork.com/category/culture/native-recipes/">Native Recipes</a></li>
<li id="menu-item-9144" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9144"><a href="https://indiancountrymedianetwork.com/category/culture/pow-wows/">Pow Wows</a></li>
<li id="menu-item-9140" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9140"><a href="https://indiancountrymedianetwork.com/category/culture/social-issues/">Social Issues</a></li>
<li id="menu-item-9143" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9143"><a href="https://indiancountrymedianetwork.com/category/culture/sports/">Sports</a></li>
<li id="menu-item-9427" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9427"><a href="https://indiancountrymedianetwork.com/category/culture/thing-about-skins/">Thing About Skins</a></li>
</ul>
</li>
<li id="menu-item-187" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-187"><a href="https://indiancountrymedianetwork.com/category/history/">History</a>
<ul class="sub-menu">
<li id="menu-item-9154" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9154"><a href="https://indiancountrymedianetwork.com/category/history/events/">Events</a></li>
<li id="menu-item-9152" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9152"><a href="https://indiancountrymedianetwork.com/category/history/genealogy/">Genealogy</a></li>
<li id="menu-item-9382" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9382"><a href="https://indiancountrymedianetwork.com/category/history/people/">People</a></li>
<li id="menu-item-9153" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9153"><a href="https://indiancountrymedianetwork.com/category/history/sacred-places/">Sacred Places</a></li>
<li id="menu-item-9383" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9383"><a href="https://indiancountrymedianetwork.com/category/history/traditional-societies/">Traditional Societies</a></li>
</ul>
</li>
<li id="menu-item-186" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-186"><a href="https://indiancountrymedianetwork.com/category/education/">Education</a>
<ul class="sub-menu">
<li id="menu-item-9149" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9149"><a href="https://indiancountrymedianetwork.com/category/education/native-american-students/">Native American Students</a></li>
<li id="menu-item-9429" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9429"><a href="https://indiancountrymedianetwork.com/category/education/native-education/">Native Education</a></li>
<li id="menu-item-9150" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9150"><a href="https://indiancountrymedianetwork.com/category/education/native-studies-tribal-colleges/">Native Studies/Tribal Colleges</a></li>
</ul>
</li>
<li id="menu-item-9156" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor menu-item-has-children menu-item-9156"><a href="https://indiancountrymedianetwork.com/category/news/">News</a>
<ul class="sub-menu">
<li id="menu-item-9158" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9158"><a href="https://indiancountrymedianetwork.com/category/news/business/">Business</a></li>
<li id="menu-item-9430" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9430"><a href="https://indiancountrymedianetwork.com/category/news/cartoons/">Cartoons</a></li>
<li id="menu-item-9159" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-9159"><a href="https://indiancountrymedianetwork.com/category/news/environment/">Environment</a></li>
<li id="menu-item-9160" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9160"><a href="https://indiancountrymedianetwork.com/category/news/first-nations/">First Nations</a></li>
<li id="menu-item-9161" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9161"><a href="https://indiancountrymedianetwork.com/category/news/indigenous-peoples/">Indigenous Peoples</a></li>
<li id="menu-item-9157" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9157"><a href="https://indiancountrymedianetwork.com/category/news/native-news/">Native News</a></li>
<li id="menu-item-9431" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9431"><a href="https://indiancountrymedianetwork.com/category/news/opinions/">Opinions</a></li>
<li id="menu-item-9163" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9163"><a href="https://indiancountrymedianetwork.com/category/news/politics/">Politics</a></li>
<li id="menu-item-9164" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9164"><a href="https://indiancountrymedianetwork.com/category/news/veterans/">Veterans</a></li>
</ul>
</li>
<li id="menu-item-9443" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-9443"><a href="https://indiancountrymedianetwork.com/category/travel/">Travel</a>
<ul class="sub-menu">
<li id="menu-item-9445" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9445"><a href="https://indiancountrymedianetwork.com/category/travel/casinos-and-resorts/">Casinos &#038; Resorts</a></li>
<li id="menu-item-9444" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9444"><a href="https://indiancountrymedianetwork.com/category/travel/destinations/">Destinations</a></li>
</ul>
</li>
</ul>
</li>
<li id="menu-item-9391" class="menu-item menu-item-type-post_type_archive menu-item-object-meq_downloads menu-item-9391"><a href="https://indiancountrymedianetwork.com/free-reports/">Free Reports</a></li>
<li id="menu-item-176" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-176"><a href="https://indiancountrymedianetwork.com/article-archive/">Article Archive</a></li>
<li id="menu-item-9392" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9392"><a href="https://indiancountrymedianetwork.com/calendar/">Calendar</a></li>
<li id="menu-item-9393" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9393"><a href="https://indiancountrymedianetwork.com/classifieds/">Classifieds</a></li>
<li id="menu-item-178" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-178"><a href="https://indiancountrymedianetwork.com/directories/">Directories</a>
<ul class="sub-menu">
<li id="menu-item-9309" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9309"><a href="https://indiancountrymedianetwork.com/nations-directory/">Nations</a></li>
<li id="menu-item-9308" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9308"><a href="https://indiancountrymedianetwork.com/education-directory/">Education</a></li>
</ul>
</li>
<li id="menu-item-8923" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8923"><a href="https://indiancountrymedianetwork.com/books/">Books</a></li>
<li id="menu-item-152128" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-152128"><a href="https://indiancountrymedianetwork.com/indian-country-magazine/">Magazine</a></li>
<li id="menu-item-184" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-184"><a href="https://indiancountrymedianetwork.com/my-library/">My Library</a></li>
<li id="menu-item-174" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-174"><a href="https://indiancountrymedianetwork.com/about-us/">About Us</a></li>
<li id="menu-item-175" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-175"><a href="https://indiancountrymedianetwork.com/account/">Account</a></li>
<li id="menu-item-8922" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8922"><a href="https://indiancountrymedianetwork.com/advertising/">Advertising</a></li>
<li id="menu-item-177" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-177"><a href="https://indiancountrymedianetwork.com/authors/">Authors</a></li>
<li id="menu-item-8926" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8926"><a href="https://indiancountrymedianetwork.com/browse-topics/">Browse Topics</a></li>
<li id="menu-item-180" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-180"><a href="https://indiancountrymedianetwork.com/contact-us/">Contact Us</a></li>
<li id="menu-item-8930" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8930"><a href="https://indiancountrymedianetwork.com/faq/">Frequently Asked Questions</a></li>
<li id="menu-item-181" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-181"><a href="https://indiancountrymedianetwork.com/glossary/">Glossary</a></li>
<li id="menu-item-183" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-183"><a href="https://indiancountrymedianetwork.com/keyword-index/">Keyword Index</a></li>
<li id="menu-item-8921" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8921"><a href="https://indiancountrymedianetwork.com/account/privacy-policy/">Privacy Policy</a></li>
<li id="menu-item-8928" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8928"><a href="https://indiancountrymedianetwork.com/site-map/">Site Map</a></li>
<li id="menu-item-8920" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8920"><a href="https://indiancountrymedianetwork.com/terms-of-use/">Terms of Use</a></li>
</ul> </div>
<div id='mq-off-canvas-scrim'></div>
<header id='mq-fixed-header' class="mq-fixed-header topBar ">
<div id="iab-banner" class="iab-banner">
<div id='leaderboard-container'>
<div class="row leaderboard" role="banner">
<div class="large-12 columns">
<div style="max-width:729px;text-align:center !important;margin:auto !important;">
<div id="div-id-for-top-leaderboard">
<script type="text/javascript">
                    googletag.cmd.push(function() {
                          googletag.display("div-id-for-top-leaderboard");});
                    </script>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="contain-to-grid eyebrow">
<div class="xrow"> 
<div class="mq-logo-login-search">
<div class="row">
<div class="small-9 medium-8 large-9 columns logo">
<h1 class="title">
<a href="/today/"><img class="nameplate-logo float-center" src="https://indiancountrymedianetwork.com/wp-content/themes/icmn-haven-foundation-6-child/img/today-logo.png" alt="Indian Country Media Network Logo" title="Indian Country Today" /></a>
</h1>
</div>
<div class="small-3 medium-4 large-3 columns hide-for-print">
<div class="search-login">
<ul class="right menu top">
<li class="show-for-medium login-logout"><a href="#" data-open="havenLogin" style="padding-left: 0;">Sign In</a></li>
<li class="show-for-medium login-logout register"><a href="/get-download/">Register</a></li>
</ul>
</div>
<div class="social">
<ul class="right menu">
<li class="social-icons"><div class="search-icon"><i class="fi-magnifying-glass"></i></div></li>
<li class='show-for-medium social-icons'><a href="https://www.facebook.com/IndianCountryTodayMediaNetwork" target="_blank"><i class="fi-social-facebook"></i></a></li>
<li class='show-for-medium social-icons'><a href="https://twitter.com/indiancountry" target="_blank"><i class="fi-social-twitter"></i></a></li>
<li class='show-for-medium social-icons'><a href="https://plus.google.com/115170934467978614457/posts" target="_blank"><i class="fi-social-google-plus"></i></a></li>
<li class='show-for-medium social-icons'><a href="https://www.pinterest.com/ictmn/" target="_blank"><i class="fi-social-pinterest"></i></a></li>
<li class="mq-menu social-icons"><a class="left-off-canvas-toggle mq-menu-icon hide-for-medium" href="#"><i class="fi-list"></i></a></li>
</ul>
<section class="nameplate-search search-field google-search slide-in mui-enter">
<script>
										  (function() {
										    var cx = '014394363389100727681:ze34paznntm';
										    var gcse = document.createElement('script');
										    gcse.type = 'text/javascript';
										    gcse.async = true;
										    gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
										    var s = document.getElementsByTagName('script')[0];
										    s.parentNode.insertBefore(gcse, s);
										  })();
										</script>
<div class="small-collapse">
<form action="/search-results/" id="cse-search-box" class="collapse nameplate-search nav-search columns small-12">
<input type="hidden" name="cx" value="014394363389100727681:ze34paznntm" />
<input type="hidden" name="cof" value="FORID:10" />
<input type="hidden" name="ie" value="UTF-8" />
<div class="row">
<div class="small-12 columns nameplate-search float-right">
<div class="small-2 medium-2 columns float-right cse-search-button-wrap">
<button type="submit" name="sa" id="cse_search_submit" class="small btn-search button float-right"><i class="fi-magnifying-glass"></i></button>
</div>
<div class="small-10 medium-10 columns float-right">
<input type="text" name="q" class="googleq" value="Search this site..." />
</div>
</div>
</div>
</form>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
<div class="topnav">
<div class="row collapse">
<div class="show-for-medium large-12" id="nav-container">
<nav class="top-bar mq-menu">
<div class="top-bar-section">
<ul id="menu-main-menu" class="menu dropdown" data-dropdown-menu><li><a class="left-off-canvas-toggle mq-menu-icon" href="#"><i class="fi-list"></i></a></li> <li id="menu-item-70" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-70"><a href="https://indiancountrymedianetwork.com/">Home</a></li>
<li id="menu-item-72" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-72"><a href="https://indiancountrymedianetwork.com/today/">Today</a>
<ul class="vertical menu" data-submenu>
<li id="menu-item-9166" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9166"><a href="https://indiancountrymedianetwork.com/category/culture/">Culture</a></li>
<li id="menu-item-9170" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9170"><a href="https://indiancountrymedianetwork.com/category/education/">Education</a></li>
<li id="menu-item-9169" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9169"><a href="https://indiancountrymedianetwork.com/category/history/">History</a></li>
<li id="menu-item-9171" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor menu-item-9171"><a href="https://indiancountrymedianetwork.com/category/news/">News</a></li>
<li id="menu-item-9463" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9463"><a href="https://indiancountrymedianetwork.com/category/travel/">Travel</a></li>
</ul>
</li>
<li id="menu-item-76" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-76"><a href="/calendar/">Calendar</a></li>
<li id="menu-item-77" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-77"><a href="/classifieds/">Classifieds</a></li>
<li id="menu-item-244" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-244"><a href="https://indiancountrymedianetwork.com/directories/">Directories</a>
<ul class="vertical menu" data-submenu>
<li id="menu-item-82" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-82"><a href="https://indiancountrymedianetwork.com/nations-directory/">Nations</a></li>
<li id="menu-item-81" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-81"><a href="https://indiancountrymedianetwork.com/education-directory/">Education</a></li>
</ul>
</li>
<li id="menu-item-74" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-74"><a href="/free-reports/">Free Reports</a></li>
<li id="menu-item-78" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-78"><a href="/books/">Books</a></li>
<li id="menu-item-152129" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-152129"><a href="https://indiancountrymedianetwork.com/indian-country-magazine/">Magazine</a></li>
<li id="menu-item-73" class="hidden-on-700 menu-item menu-item-type-post_type menu-item-object-page menu-item-73"><a href="https://indiancountrymedianetwork.com/my-library/">My Library</a></li>
</ul> </div>
</nav>
</div>
</div>
</div>
<div class="search-login mobile-login show-for-small-only hide-for-print">
<div class="row">
<div class="small-12 small-centered columns">
<ul class="menu">
<li class="login-logout"><a href="#" data-open="havenLogin" style="padding-left: 0;">Sign In</a></li>
<li class="login-logout register"><a href="/get-download/">Register</a></li>
</ul>

</div>
</div>
</div>
</div>
</header>
<div class="banner-spacer"></div>
<section id="page" class="pagecontent logged-out">
<div class="site-wrap">
<section class="container" role="document">
<div class="xrow">
<div class="row">
<div class="small-12 medium-8 large-8 columns" id="maincol"> <div class="ofie">
<div style="padding:0;" class="openx_ad show-on-desktops ">

<script type='text/javascript'><!--//<![CDATA[
   var m3_u = (location.protocol=='https:'?'https://ox.mequoda.com/openx/www/delivery/ajs.php':'http://ox.mequoda.com/openx/www/delivery/ajs.php');
   var m3_r = Math.floor(Math.random()*99999999999);
   if (!document.MAX_used) document.MAX_used = ',';
   document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
   document.write ("?zoneid=779&amp;target=_self&FIRSTNAME=&LASTNAME=&EMAIL=&ASID=ED3906744&IMAGE_SERVER=cdn.indiancountrymedianetwork.com&HTTP_HOST=indiancountrymedianetwork.com");
   document.write ('&amp;page_name=muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey');
   document.write ('&amp;this_page=ROS');
   document.write ('&amp;category_type=');
   document.write ('&amp;topic=');
   document.write ('&amp;user_state=unknown');
   document.write ('&amp;subscriber_state=');
   document.write ('&amp;active_server=prod');
   document.write ('&amp;userid=');
   document.write ('&amp;icmSubscribed=');
   document.write ('&amp;cb=' + m3_r);   if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
   document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
   document.write ("&amp;loc=" + escape(window.location));
   if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
   if (document.context) document.write ("&context=" + escape(document.context));   if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
   document.write ("'><\/scr"+"ipt>");
//]]>--></script><noscript><a href='http://ox.mequoda.com/openx/www/delivery/ck.php?n=&amp;cb=1888297523' target='_blank'><img src='http://ox.mequoda.com/openx/www/delivery/avw.php?zoneid=779&amp;cb=346817684&amp;n=' border='0' alt='' /></a></noscript>
</div> </div>
<div class="entry content">
<article id="single" class="scalable">
<div class="entry blog_entry">
<div class="row entry-header">
<div class="small-9 columns">
<p class="home-catname"><a href='https://indiancountrymedianetwork.com/category/news/environment/'>Environment</a></p>
</div>
<div class="small-3 columns">
<p class="postmeta-comment alignright"></p>
</div>
</div>
<div class="show-for-medium-up single-thumbnail" style="max-width:699px;text-align: center;margin: 0 auto;">
<img width="699" height="379" src="https://cdn.indiancountrymedianetwork.com/wp-content/uploads/The-Quapaw-FireEMS-Team-on-the-ground-in-Houston-Texas-to-assist-in-the-Hurricane-Harvey-response-–-Courtesy-Quapaw-Tribe.jpg" class="attachment-full size-full wp-post-image" alt="Hurricane Harvey, Quapaw Tribe, Quapaw Fire/EMS Team" srcset="https://cdn.indiancountrymedianetwork.com/wp-content/uploads/The-Quapaw-FireEMS-Team-on-the-ground-in-Houston-Texas-to-assist-in-the-Hurricane-Harvey-response-–-Courtesy-Quapaw-Tribe.jpg 699w, https://cdn.indiancountrymedianetwork.com/wp-content/uploads/The-Quapaw-FireEMS-Team-on-the-ground-in-Houston-Texas-to-assist-in-the-Hurricane-Harvey-response-–-Courtesy-Quapaw-Tribe-300x163.jpg 300w, https://cdn.indiancountrymedianetwork.com/wp-content/uploads/The-Quapaw-FireEMS-Team-on-the-ground-in-Houston-Texas-to-assist-in-the-Hurricane-Harvey-response-–-Courtesy-Quapaw-Tribe-150x81.jpg 150w, https://cdn.indiancountrymedianetwork.com/wp-content/uploads/The-Quapaw-FireEMS-Team-on-the-ground-in-Houston-Texas-to-assist-in-the-Hurricane-Harvey-response-–-Courtesy-Quapaw-Tribe-607x329.jpg 607w, https://cdn.indiancountrymedianetwork.com/wp-content/uploads/The-Quapaw-FireEMS-Team-on-the-ground-in-Houston-Texas-to-assist-in-the-Hurricane-Harvey-response-–-Courtesy-Quapaw-Tribe-500x271.jpg 500w" sizes="(max-width: 699px) 100vw, 699px" /><div class="xrow"><div class="xrow"><p class="caption" style="text-align: right;">Courtesy Quapaw Tribe</p></div><div class="xrow"><p class="caption" style="text-align: left;">The Quapaw Fire/EMS Team on the ground in Houston, Texas, to assist in the Hurricane Harvey response.</p></div></div> </div>
<header>
<div class="row entry-header">

<div class="small-12 columns">
<div class="row collapse">
<div class="small-12 medium-12 large-12 columns">
<h1 class="entry-title">Muscogee, Cherokee and Quapaw Send Teams to Help With Hurricane Harvey</h1>
<h2 class="subheadline">More than 20 members, vehicles and other equipment from the tribes will aide in relief efforts</h2>
<div class="postmeta-lefttop">
<span class="vcard author"><a href="https://indiancountrymedianetwork.com/author/kristi-eaton/" title="Posts by Kristi Eaton" rel="author">Kristi Eaton</a></span> &#8226;
<span class="date updated published">
August 30, 2017 </span>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="article-content">
<p>At least three American Indian tribes in Oklahoma have sent representatives to the Houston area to help with Hurricane Harvey relief efforts.</p>
<p>Nine members from the Muscogee Creek Nation’s Lighthorse Police Force and one representative from the tribe’s Emergency Management Services have arrived in the area and will be starting to help with relief efforts on Wednesday, according to Lighthorse Police Chief Robert Hawkins.</p>
<p>“It’s our duty to protect and serve,” he said.</p>
<style>
			.inline-text-ad h1,
			.inline-text-ad h2,
			.inline-text-ad h3 { margin-top: 0; }
			.inline-text-ad h1 { font-size: 18px !important; font-weight: bold !important; }
			.inline-text-ad p { font-size: 1.0rem; }
			.inline-text-ad { border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; padding-top: 20px; }
			@media only screen and (max-width: 768px) {
				.inline-text-ad { text-align: center; }
				.inline-text-ad h1,
				.inline-text-ad h3,
				.inline-text-ad h3 { font-size: 1.15em; }
			}
			@media only screen and (max-width: 460px) {
				.inline-text-ad h1,
				.inline-text-ad h3,
				.inline-text-ad h3 { font-size: 1em; }
			}
			</style><div class="row inline-text-ad"><div class="large-3 columns"><a href="https://indiancountrymedianetwork.com/hr-ultra-popup-submit/?dtd=8897"><img width="232" height="300" src="https://cdn.indiancountrymedianetwork.com/wp-content/uploads/1.Intergenerational-Trauma-Understanding-Natives’-Inherited-Pain_Azo-Sans-Bold-Smooth-18pt-font_webpage-cover-pic-232x300.jpg" class="attachment-medium size-medium wp-post-image" alt="1.Intergenerational Trauma- Understanding Natives’ Inherited Pain_Azo Sans Bold Smooth 18pt font_webpage cover pic" srcset="https://cdn.indiancountrymedianetwork.com/wp-content/uploads/1.Intergenerational-Trauma-Understanding-Natives’-Inherited-Pain_Azo-Sans-Bold-Smooth-18pt-font_webpage-cover-pic.jpg 232w, https://cdn.indiancountrymedianetwork.com/wp-content/uploads/1.Intergenerational-Trauma-Understanding-Natives’-Inherited-Pain_Azo-Sans-Bold-Smooth-18pt-font_webpage-cover-pic-150x194.jpg 150w" sizes="(max-width: 232px) 100vw, 232px" /></a></div><div class="large-9 columns"><h2><a href="https://indiancountrymedianetwork.com/hr-ultra-popup-submit/?dtd=8897">Intergenerational Trauma: Understanding Natives’ Inherited Pain</a></h2><p><a href="https://indiancountrymedianetwork.com/get-download/?dtd=8897">Download our free report</a>, <em>Intergenerational Trauma: Understanding Natives’ Inherited Pain</em>, to understand this fascinating concept.</p>
<form class="textad_ofie_form" action="https://indiancountrymedianetwork.com/hr-ultra-popup-submit/" method="post">
<input name="dtd" type="hidden" value="8897" /></p>
<div class="row collapse">
<div class="small-12 medium-12 large-6 columns">
<input id="email" style="margin: 0;" name="user_email" type="text" placeholder="Enter your email address" />
</div>
<div class="small-12 medium-12 large-6 columns">
<input class="medium button full orange" name="get_download" type="submit" value="Get My Report!" />
</div>
</p></div>
<p> <br />
</form>
</div></div>
<p>The team traveled down to the area on Tuesday, and started seeing water across pasture land in College Station, Texas, he said. The team will be deployed to flooded neighborhoods and will work to save people who are stranded at their homes, Hawkins said.</p>
<p>“You see what these folks are going through. You see the images on TV, but in person it’s something else,” he said.</p>
<p>The Muscogee Creek Nation is the fourth-largest tribe in the U.S. and more than five percent, or more than 4,000 citizens, are located in Texas.</p>
<p>“Creek citizens live in the area,” Hawkins said, “but protecting the eight million others is also our job.”</p>
<p>At least 20 people have died from the storm, according to The Associated Press. Some places in the Houston area have seen more than 50 inches of rain. The convention center in Houston has been opened as a mass shelter. Another shelter is open in Dallas for victims.</p>
<div id="attachment_170996" class="wp-caption aligncenter" style="max-width: 709px;"><img class="size-full wp-image-170996" src="https://cdn.indiancountrymedianetwork.com/wp-content/uploads/Cherokee-Nation-Assisting-in-Hurricane-Harvey-Relief-–-Courtesy-Cherokee-Nation.jpg" alt="Hurricane Harvey, Cherokee Nation" width="699" height="466" srcset="https://cdn.indiancountrymedianetwork.com/wp-content/uploads/Cherokee-Nation-Assisting-in-Hurricane-Harvey-Relief-–-Courtesy-Cherokee-Nation.jpg 699w, https://cdn.indiancountrymedianetwork.com/wp-content/uploads/Cherokee-Nation-Assisting-in-Hurricane-Harvey-Relief-–-Courtesy-Cherokee-Nation-300x200.jpg 300w, https://cdn.indiancountrymedianetwork.com/wp-content/uploads/Cherokee-Nation-Assisting-in-Hurricane-Harvey-Relief-–-Courtesy-Cherokee-Nation-377x252.jpg 377w, https://cdn.indiancountrymedianetwork.com/wp-content/uploads/Cherokee-Nation-Assisting-in-Hurricane-Harvey-Relief-–-Courtesy-Cherokee-Nation-150x100.jpg 150w, https://cdn.indiancountrymedianetwork.com/wp-content/uploads/Cherokee-Nation-Assisting-in-Hurricane-Harvey-Relief-–-Courtesy-Cherokee-Nation-607x405.jpg 607w, https://cdn.indiancountrymedianetwork.com/wp-content/uploads/Cherokee-Nation-Assisting-in-Hurricane-Harvey-Relief-–-Courtesy-Cherokee-Nation-600x400.jpg 600w, https://cdn.indiancountrymedianetwork.com/wp-content/uploads/Cherokee-Nation-Assisting-in-Hurricane-Harvey-Relief-–-Courtesy-Cherokee-Nation-225x150.jpg 225w, https://cdn.indiancountrymedianetwork.com/wp-content/uploads/Cherokee-Nation-Assisting-in-Hurricane-Harvey-Relief-–-Courtesy-Cherokee-Nation-313x209.jpg 313w, https://cdn.indiancountrymedianetwork.com/wp-content/uploads/Cherokee-Nation-Assisting-in-Hurricane-Harvey-Relief-–-Courtesy-Cherokee-Nation-210x140.jpg 210w, https://cdn.indiancountrymedianetwork.com/wp-content/uploads/Cherokee-Nation-Assisting-in-Hurricane-Harvey-Relief-–-Courtesy-Cherokee-Nation-155x103.jpg 155w, https://cdn.indiancountrymedianetwork.com/wp-content/uploads/Cherokee-Nation-Assisting-in-Hurricane-Harvey-Relief-–-Courtesy-Cherokee-Nation-500x333.jpg 500w" sizes="(max-width: 699px) 100vw, 699px" /><p class="caption" style="text-align:right">Courtesy Cherokee Nation</p><p class="caption" style="text-align:left">The Cherokee Nation is assisting in relief efforts in Texas following Hurricane Harvey. Nation members, from left, are: Cherokee Nation Marshal Shannon Buhl, Deputy Marshal John Timothy, Deputy Marshal Kevin Jackson, Deputy Marshal Dustin Davis, Deputy Marshal Kolton Holmes, Deputy Marshal Preston Oosahwee, Deputy Chief S. Joe Crittenden, Principal Chief Bill John Baker, Secretary of State Chuck Hoskin Jr., Sgt. John Wofford, Deputy Marshal Matt Laney, and Lt. Joe Rainwater.</p></div>
<p>Muscogee Creek Nation Principal Chief James Floyd said in a statement that whenever citizens are in need, the tribe has an obligation and responsibility to lend aid.</p>
<p>“We are well trained and have the resources to help, it’s our duty to react and do what we’ve been asked to do, for our citizens and for everyone in danger or those who have been affected,” Floyd explained.</p>
<p>Hawkins said the team will be lending support at least through the weekend and may travel to Louisiana if help is needed there.</p>
<p>“We’re putting ourselves in harm’s way,” he noted, “but we have no reservations at all.”</p>
<p>The Cherokee Nation, based in Tahlequah, is also helping with relief efforts. The tribe has set out with seven vehicles, two rescue boats and a trailer full of ATVs on Tuesday to assist in the location and rescue of Hurricane Harvey victims in south Texas.</p>
<p>In addition to manpower, Cherokee Nation Businesses has donated $15,000 to <a href="https://www.redcross.org/donate/hurricane-harvey?scode=RSG00000E017&amp;utm_campaign=Harvey&amp;gclid=CjwKCAjwxJnNBRAMEiwA8X_-QUi8UooLyzyxJqXOEg0ux-YiTXV0nDA-M7105rY6DdD85QMnQtuONhoCGAgQAvD_BwE&amp;gclsrc=aw.ds&amp;dclid=CNyV1tLK_9UCFQW8Twod5aUFiA" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.redcross.org/donate/hurricane-harvey?scode=RSG00000E017&amp;utm_campaign=Harvey&amp;gclid=CjwKCAjwxJnNBRAMEiwA8X_-QUi8UooLyzyxJqXOEg0ux-YiTXV0nDA-M7105rY6DdD85QMnQtuONhoCGAgQAvD_BwE&amp;gclsrc=aw.ds&amp;dclid=CNyV1tLK_9UCFQW8Twod5aUFiA', 'American Red Cross');" target="_blank">American Red Cross</a> Relief efforts.</p>
<p>There are more than 3,000 Cherokee Nation citizens in the greater Houston area and 1,000 citizens in San Antonio, according to the tribe.</p>
<p>“Anytime there is a need or a crisis, the Cherokee Nation has grown and prospered, we have unique resources that even some states don’t have,” noted Cherokee Nation Principal Chief <a href="/news/politics/bill-john-baker-reelected-to-lead-cherokee-nation/">Bill John Baker</a>.</p>
<p>“We have folks that want to be deployed.”</p>
<p>Tribal officials are staying on contact with citizens located in the area, Baker said.</p>
<p>“I don’t care who you are, you’re one earthquake, one hurricane, one fire away from disaster,” he said. “It can happen to anybody.”</p>
<p>Cherokee Nation’s Emergency Management Director Jeremie Fisher is helping coordinate the tribe’s relief efforts after the state of Oklahoma asked for assistance on Monday.</p>
<p>“There are still people stranded on rooftops and on cars, and rain is still falling. Many Louisiana rescue teams are pulling out of Texas to go back to their communities since they are in the path of the tropical storm,” Fisher said in a news release. “We have a community base in Texas, and we want to be proactive in lending our resources in every way.”</p>
<p>The marshals’ dive team, swift water rescue team and special operations team also helped in other disaster zones, including the EF-5 Joplin tornado of 2011 and Illinois River flooding. They also were dispatched 12 years ago to help with Hurricane Katrina relief efforts.</p>
<p>“I thought Katrina would be my last hurricane rescue assignment, so this brings about mixed emotions,” said Sgt. Danny Tanner in a statement. “We’re going in to do what we are trained to do, help families and the people of Texas.”</p>
<p>Baker said the teams planned to be deployed for two to three weeks. He called it an honor for the tribe to have such highly trained teams.</p>
<p>The Quapaw Tribe, meanwhile, has sent 14 men from the tribe’s fire/rescue team Tribal Marshal’s Office and Canine Unite.</p>
<p>The teams rescued 21 people during their first day on Tuesday. They also saved four dogs and three cats, according to Jeff Reeves, Quapaw Tribe Fire Chief, in a news release.</p>
<p>“It’s a tough task with lots of hazards — alligators, snakes, and rising water,” Reeves said. “So we have to stay focused to keep ourselves safe, keep each other safe, and to save as many people as we can.”</p>
<p>Reeves said he was not sure how long the teams would be in the area. Instead, they would stay “as long as we’re needed,” he said.</p>
<p>Quapaw Chairman John Berrey noted that the tribe has needed its own help in the past, such as the 2011 <a href="/news/oklahoma-tribes-organize-relief-efforts-after-tornadoes-tear-across-state/">Joplin tornado</a> and other tornados.</p>
<p>“I’m always so proud of our people for the way they respond and help in a bad situation,” he said in a statement.</p>
<div class="essb_break_scroll"></div> </div>
</div>
<aside class="related hide-on-print">

<div class="row pagination-single">
</div>
<div id="text-ad">
<style>
			.inline-text-ad h1,
			.inline-text-ad h2,
			.inline-text-ad h3 { margin-top: 0; }
			.inline-text-ad h1 { font-size: 18px !important; font-weight: bold !important; }
			.inline-text-ad p { font-size: 1.0rem; }
			.inline-text-ad { border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; padding-top: 20px; }
			@media only screen and (max-width: 768px) {
				.inline-text-ad { text-align: center; }
				.inline-text-ad h1,
				.inline-text-ad h3,
				.inline-text-ad h3 { font-size: 1.15em; }
			}
			@media only screen and (max-width: 460px) {
				.inline-text-ad h1,
				.inline-text-ad h3,
				.inline-text-ad h3 { font-size: 1em; }
			}
			</style><div class="row inline-text-ad"><div class="large-3 columns"><a href="https://indiancountrymedianetwork.com/hr-ultra-popup-submit/?dtd=8897"><img width="232" height="300" src="https://cdn.indiancountrymedianetwork.com/wp-content/uploads/1.Intergenerational-Trauma-Understanding-Natives’-Inherited-Pain_Azo-Sans-Bold-Smooth-18pt-font_webpage-cover-pic-232x300.jpg" class="attachment-medium size-medium wp-post-image" alt="1.Intergenerational Trauma- Understanding Natives’ Inherited Pain_Azo Sans Bold Smooth 18pt font_webpage cover pic" srcset="https://cdn.indiancountrymedianetwork.com/wp-content/uploads/1.Intergenerational-Trauma-Understanding-Natives’-Inherited-Pain_Azo-Sans-Bold-Smooth-18pt-font_webpage-cover-pic.jpg 232w, https://cdn.indiancountrymedianetwork.com/wp-content/uploads/1.Intergenerational-Trauma-Understanding-Natives’-Inherited-Pain_Azo-Sans-Bold-Smooth-18pt-font_webpage-cover-pic-150x194.jpg 150w" sizes="(max-width: 232px) 100vw, 232px" /></a></div><div class="large-9 columns"><h2><a href="https://indiancountrymedianetwork.com/hr-ultra-popup-submit/?dtd=8897">Intergenerational Trauma: Understanding Natives’ Inherited Pain</a></h2><p><a href="https://indiancountrymedianetwork.com/get-download/?dtd=8897">Download our free report</a>, <em>Intergenerational Trauma: Understanding Natives’ Inherited Pain</em>, to understand this fascinating concept.</p>
<form class="textad_ofie_form" action="https://indiancountrymedianetwork.com/hr-ultra-popup-submit/" method="post">
<input name="dtd" type="hidden" value="8897" /></p>
<div class="row collapse">
<div class="small-12 medium-12 large-6 columns">
<input id="email" style="margin: 0;" name="user_email" type="text" placeholder="Enter your email address" />
</div>
<div class="small-12 medium-12 large-6 columns">
<input class="medium button full orange" name="get_download" type="submit" value="Get My Report!" />
</div>
</p></div>
<p> <br />
</form>
</div></div> </div>
<div class="rpbt_shortcode"><h3>Related Articles</h3><ul><li><a href="https://indiancountrymedianetwork.com/news/environment/clear-called-earthquake-threatens-tsunami-off-alaskas-chignik-bay/" title="&#8216;All Clear&#8217; Called After Earthquake Threatens Tsunami off of Alaska&#8217;s Chignik Bay">&#8216;All Clear&#8217; Called After Earthquake Threatens Tsunami off of Alaska&#8217;s Chignik Bay</a></li><li><a href="https://indiancountrymedianetwork.com/news/environment/keystone-pipeline-spills-210000-gallons-oil-amherst-south-dakota/" title="Keystone Pipeline Spills 210,000 Gallons of Oil in Amherst, South Dakota">Keystone Pipeline Spills 210,000 Gallons of Oil in Amherst, South Dakota</a></li><li><a href="https://indiancountrymedianetwork.com/news/environment/genocide-by-other-means-us-army-slaughtered-buffalo-in-plains-indian-wars/" title="Genocide by Other Means: U.S. Army Slaughtered Buffalo in Plains Indian Wars">Genocide by Other Means: U.S. Army Slaughtered Buffalo in Plains Indian Wars</a></li><li><a href="https://indiancountrymedianetwork.com/news/environment/water-protector-legal-update-nodapl-line-3/" title="Water Protector Legal Update: NoDAPL and Line 3">Water Protector Legal Update: NoDAPL and Line 3</a></li><li><a href="https://indiancountrymedianetwork.com/news/environment/rational-world-can-tribal-knowledge-lead-us-future/" title="In a Rational World, Can Tribal Knowledge Lead Us Into the Future?">In a Rational World, Can Tribal Knowledge Lead Us Into the Future?</a></li></ul></div> 
</aside>
</article>
<a class="comment-anchor" name="comment-on-post"></a>
<div class="row comments_section">
<div class="large-12 columns">
<div class="comment_title">
<i class="fi-comment blog-comments">Comments</i>
</div>
<section id="comments"> 
<ul class="commentlist">
<li class="comment byuser comment-author-jennifermichaelscox-net even thread-even depth-1">
<article id="comment-606">
<header class="comment-author">
<img alt='' src='https://secure.gravatar.com/avatar/66497750883e6fcda6d0ff11478f6d0d?s=48&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/66497750883e6fcda6d0ff11478f6d0d?s=96&amp;d=mm&amp;r=g 2x' class='avatar avatar-48 photo' height='48' width='48' /> <div class="author-meta">

Michaels J. <time datetime="2017-08-31T11:09:03+00:00"><a href="https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/#comment-606">August 31, 2017</a></time>
</div>
</header>
<section class="comment">
<p>Thank you for your service to the folks in Texas. Be Safe!</p>
<a rel="nofollow" class="comment-reply-login" href="https://indiancountrymedianetwork.com/account/login/?redirect_to=https%3A%2F%2Findiancountrymedianetwork.com%2Fnews%2Fenvironment%2Fmuscogee-cherokee-quapaw-send-teams-help-hurricane-harvey%2F">Log in to Reply</a> </section>
</article>
</li>
</ul>
<footer>
<nav id="comments-nav">
<div class="comments-previous"></div>
<div class="comments-next"></div>
</nav>
</footer>
</section>
<section id="respond">
<h3>Leave a Reply</h3>
<p class="cancel-comment-reply"><a rel="nofollow" id="cancel-comment-reply-link" href="/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/?mqsc=ED3906744#respond" style="display:none;">Click here to cancel reply.</a></p>
<p>You must be <a href="https://indiancountrymedianetwork.com/account/login/?redirect_to=https%3A%2F%2Findiancountrymedianetwork.com%2Fnews%2Fenvironment%2Fmuscogee-cherokee-quapaw-send-teams-help-hurricane-harvey%2F">logged in</a> to post a comment.</p>
</section>
</div>
</div>
</div>
</div>
<div class="small-12 large-4 medium-4 columns rr">
<aside id="sidebar" class="content">
<aside id="text-27" class="widget-1 widget-first widget-odd widget widget_text"> <div class="textwidget"><div id="div-id-for-top-rectangle">
<script type="text/javascript">
  googletag.cmd.push(function() {
        googletag.display("div-id-for-top-rectangle");});
  </script>
</div></div>
</aside><aside id="text-6" class="widget-2 widget-even widget widget_text"><h3 class="widget-title">Browse Topics</h3> <div class="textwidget"><div class="bt"><div class="menu-browse-topics-menu-container widget accordion-widget"><ul id="menu-browse-topics-menu" class="vertical menu" data-accordion-menu><li class="cat-post-item culture"><a rel="bookmark" title="Culture" href="#">Culture</a><ul class="menu vertical nested"><li><a href="https://indiancountrymedianetwork.com/category/culture/arts-entertainment/">Arts &amp; Entertainment</a></li><li><a href="https://indiancountrymedianetwork.com/category/culture/health-wellness/">Health &amp; Wellness</a></li><li><a href="https://indiancountrymedianetwork.com/category/culture/native-recipes/">Native Recipes</a></li><li><a href="https://indiancountrymedianetwork.com/category/culture/pow-wows/">Pow Wows</a></li><li><a href="https://indiancountrymedianetwork.com/category/culture/social-issues/">Social Issues</a></li><li><a href="https://indiancountrymedianetwork.com/category/culture/sports/">Sports</a></li><li><a href="https://indiancountrymedianetwork.com/category/culture/thing-about-skins/">Thing About Skins</a></li></ul></li><li class="cat-post-item history"><a rel="bookmark" title="History" href="#">History</a><ul class="menu vertical nested"><li><a href="https://indiancountrymedianetwork.com/category/history/events/">Events</a></li><li><a href="https://indiancountrymedianetwork.com/category/history/genealogy/">Genealogy</a></li><li><a href="https://indiancountrymedianetwork.com/category/history/people/">People</a></li><li><a href="https://indiancountrymedianetwork.com/category/history/sacred-places/">Sacred Places</a></li><li><a href="https://indiancountrymedianetwork.com/category/history/traditional-societies/">Traditional Societies</a></li></ul></li><li class="cat-post-item education"><a rel="bookmark" title="Education" href="#">Education</a><ul class="menu vertical nested"><li><a href="https://indiancountrymedianetwork.com/category/education/native-american-students/">Native American Students</a></li><li><a href="https://indiancountrymedianetwork.com/category/education/native-education/">Native Education</a></li><li><a href="https://indiancountrymedianetwork.com/category/education/native-studies-tribal-colleges/">Native Studies/Tribal Colleges</a></li></ul></li><li class="cat-post-item news"><a rel="bookmark" title="News" href="#">News</a><ul class="menu vertical nested"><li><a href="https://indiancountrymedianetwork.com/category/news/business/">Business</a></li><li><a href="https://indiancountrymedianetwork.com/category/news/cartoons/">Cartoons</a></li><li><a href="https://indiancountrymedianetwork.com/category/news/environment/">Environment</a></li><li><a href="https://indiancountrymedianetwork.com/category/news/first-nations/">First Nations</a></li><li><a href="https://indiancountrymedianetwork.com/category/news/indigenous-peoples/">Indigenous Peoples</a></li><li><a href="https://indiancountrymedianetwork.com/category/news/native-news/">Native News</a></li><li><a href="https://indiancountrymedianetwork.com/category/news/opinions/">Opinions</a></li><li><a href="https://indiancountrymedianetwork.com/category/news/politics/">Politics</a></li><li><a href="https://indiancountrymedianetwork.com/category/news/veterans/">Veterans</a></li></ul></li><li class="cat-post-item travel"><a rel="bookmark" title="Travel" href="#">Travel</a><ul class="menu vertical nested"><li><a href="https://indiancountrymedianetwork.com/category/travel/casinos-and-resorts/">Casinos &amp; Resorts</a></li><li><a href="https://indiancountrymedianetwork.com/category/travel/destinations/">Destinations</a></li></ul></li></ul></div></div></div>
</aside><aside id="text-7" class="widget-3 widget-odd widget widget_text"> <div class="textwidget"><div id="div-id-for-mid-rectangle">
<script type="text/javascript">
  googletag.cmd.push(function() {
        googletag.display("div-id-for-mid-rectangle");});
  </script>
</div></div>
</aside><aside id="text-8" class="widget-4 widget-even widget widget_text"><h3 class="widget-title">Free Reports</h3> <div class="textwidget"><div class="fr bt">
<h3 class='widget-title'></h3>
<div class="styled-box-content"><ul class="free_reports">
<li><a href="https://indiancountrymedianetwork.com/free-reports/101-tips-landing-native-american-scholarships-grants-college/" title="Permanent link to 101 Tips for Landing Native American Scholarships and Grants for College" rel="bookmark" class="shortname">101 Tips for Landing Native American Scholarships and Grants for College</a><br />
<p class='topic-description'></p>
</li>
<li><a href="https://indiancountrymedianetwork.com/free-reports/50-must-see-modern-native-american-movies-and-performances/" title="Permanent link to 50 Must-See Modern Native American Movies and Performances" rel="bookmark" class="shortname">50 Must-See Modern Native American Movies and Performances</a><br />
<p class='topic-description'></p>
</li>
<li><a href="https://indiancountrymedianetwork.com/free-reports/sitting-bull-crazy-horse-geronimo-tecumseh-and-other-heroes-of-native-resistance/" title="Permanent link to Sitting Bull, Crazy Horse, Geronimo, Tecumseh and other Heroes of Native Resistance" rel="bookmark" class="shortname">Sitting Bull, Crazy Horse, Geronimo, Tecumseh and other Heroes of Native Resistance</a><br />
<p class='topic-description'></p>
</li>
<li><a href="https://indiancountrymedianetwork.com/free-reports/intergenerational-trauma-understanding-natives-inherited-pain/" title="Permanent link to Intergenerational Trauma: Understanding Natives’ Inherited Pain" rel="bookmark" class="shortname"><b>Intergenerational Trauma</b>: Understanding Natives’ Inherited Pain</a><br />
<p class='topic-description'></p>
</li>
<li><a href="https://indiancountrymedianetwork.com/free-reports/native-resorts-spas-casinos-support-reflect-spirit-of-communities/" title="Permanent link to Native Resorts, Spas and Casinos that Support and Reflect the Spirit of their Communities" rel="bookmark" class="shortname">Native Resorts, Spas and Casinos that Support and Reflect the Spirit of their Communities</a><br />
<p class='topic-description'></p>
</li>
</ul>
</div>
</div>
</div>
</aside><aside id="text-10" class="widget-5 widget-last widget-odd widget widget_text"> <div class="textwidget"><div id="div-id-for-bottom-rectangle">
<script type="text/javascript">
  googletag.cmd.push(function() {
        googletag.display("div-id-for-bottom-rectangle");});
  </script>
</div></div>
</aside>
<strong>Interested in more information on Native Indian Nation?</strong>
<a class="button" href="/nations-directory/">Visit Our Nations Directory</a> </aside> 
</div>
</div>
<style type="text/css">
#floater {top:-34px !important;}
@media screen and (min-width: 525px) {
	.reveal { width: 470px !important; }
}
@media screen and (max-width: 560px) {
	.close-button {right: 0.25rem;}
}

.inline-text-ad {
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 20px;
}
	
</style>
<div class="row">
<div class="small-12 columns large-centered" id="paid-ofie">
<div style="padding:0;" class="openx_ad show-on-desktops ">

<script type='text/javascript'><!--//<![CDATA[
   var m3_u = (location.protocol=='https:'?'https://ox.mequoda.com/openx/www/delivery/ajs.php':'http://ox.mequoda.com/openx/www/delivery/ajs.php');
   var m3_r = Math.floor(Math.random()*99999999999);
   if (!document.MAX_used) document.MAX_used = ',';
   document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
   document.write ("?zoneid=781&amp;target=_self&FIRSTNAME=&LASTNAME=&EMAIL=&ASID=ED3906744&IMAGE_SERVER=cdn.indiancountrymedianetwork.com&HTTP_HOST=indiancountrymedianetwork.com");
   document.write ('&amp;page_name=muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey');
   document.write ('&amp;this_page=ROS');
   document.write ('&amp;category_type=');
   document.write ('&amp;topic=');
   document.write ('&amp;user_state=unknown');
   document.write ('&amp;subscriber_state=');
   document.write ('&amp;active_server=prod');
   document.write ('&amp;userid=');
   document.write ('&amp;icmSubscribed=');
   document.write ('&amp;cb=' + m3_r);   if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
   document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
   document.write ("&amp;loc=" + escape(window.location));
   if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
   if (document.context) document.write ("&context=" + escape(document.context));   if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
   document.write ("'><\/scr"+"ipt>");
//]]>--></script><noscript><a href='http://ox.mequoda.com/openx/www/delivery/ck.php?n=afeee46a&amp;cb=359600945' target='_blank'><img src='http://ox.mequoda.com/openx/www/delivery/avw.php?zoneid=781&amp;cb=653421266&amp;n=afeee46a' border='0' alt='' /></a></noscript>
</div> </div> 
</div>
</div>
</section> 
</div> 
<div id="cvv_modal" class="reveal small quick-login" data-reveal data-animation-in="fade-in" data-options="closeOnClick: true; closeOnEsc: true" data-animation-out="fade-out">
<h3>Credit Card Identification Number</h3>
<p>This number is recorded as an additional security precaution.</p>
<p class="cc"><img class="alignnone size-full wp-image-109600" src="/wp-content/uploads/americanexpress.gif" alt="americanexpress" width="157" height="115" /></p>
<h5>American Express</h5>
<p>4 digit, non-embossed number printed above your account number on the front of your card.<br />
<a href="/wp-content/uploads/visa.gif"><img class="alignnone size-full wp-image-109603" src="/wp-content/uploads/visa.gif" alt="visa" width="157" height="115" /></a></p>
<h5>Visa</h5>
<p>3-digit, non-embossed number printed on the signature panel on the of the card immediately following the card account number.<br />
<a href="/wp-content/uploads/mastercard.gif"><img class="alignnone size-full wp-image-109602" src="/wp-content/uploads/mastercard.gif" alt="mastercard" width="157" height="115" /></a></p>
<h5>MasterCard</h5>
<p>3-digit, non-embossed number printed on the signature panel on the back of the card.</p>
<button class="close-button" data-close aria-label="Close reveal" type="button">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div id="havenLogin" class="reveal small quick-login" style="position:fixed;" data-reveal data-animation-in="fade-in" data-options="closeOnClick: true; closeOnEsc: true" data-animation-out="fade-out" data-v-offset="0">
<h5>Enter Your Log In Credentials</h5>
<div class="haven_register_note"></div>
<div>
<form class="panel" name="poploginform-ajax" id="poploginform-ajax" action="https://indiancountrymedianetwork.com/wp-login.php" method="post">
<div class="alert-box alert radius" style="display: none;"></div>
<p class="login-username">
<label class="inline_label_desktops_tablets" for="user_login">Email</label>
<input type="text" name="log" id="user_login" class="ajax_username medium text-input" value="" size="30" tabindex="910" />
</p>
<p class="login-password">
<label class="inline_label_desktops_tablets" for="user_pass">Password</label>
<input type="password" name="pwd" id="user_pass" class="ajax_password medium text-input" value="" size="30" tabindex="920" />
</p>
<p class="login-remember"><label class="inline_indent_desktops_tablets"><input name="rememberme" type="checkbox" id="rememberme" value="forever" tabindex="930" checked="checked" /> Remember Me</label></p>
<p class="login-submit">
<input type="submit" name="wp-submit" id="quick_login_submit" class="small secondary medium button radius" value="Log In" tabindex="940" /><span class="status" style="padding-left: 20px;"></span>
<input type="hidden" name="redirect_to" value="https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/?mqsc=ED3906744" />
</p>
<input type="hidden" name="failed_redirect_to" value="https://indiancountrymedianetwork.com/account/login/" />
</form>
<ul class="disclosure login_list">
<li>Lost your password? <a href="http://indiancountrymedianetwork.com/account/change-password/" title="Reset Password">Create New Password</a></li>
<li>No password? <a href="http://indiancountrymedianetwork.com/get-download/">Sign up</a></li>
</ul>
</div>
<button class="close-button" data-close aria-label="Close reveal" type="button">
<span aria-hidden="true">&times;</span>
</button>
</div><div class="reveal large" id="postGalleryModal" data-reveal data-animation-in="fade-in" data-options="closeOnClick: true; closeOnEsc: true" data-animation-out="fade-out">
<button class="close-button" data-close aria-label="Close modal" type="button">
<span aria-hidden="true">&times;</span>
</button>
<figure>
<img src="/" />
<p><span></span></p>
</figure>
</div>
<div id="footer" class="site-wrap footer-wrap">
<footer class="site-footer" role="contentinfo">
<div class="row small-up-1 medium-up-5 large-up-5 show-for-medium">
<div class="column">
<div id="footer-text" class="row">
<div class="large-12 columns">
<div class="textwidget"><p><img src="https://cdn.indiancountrymedianetwork.com/wp-content/uploads/icmn-logo.png" style="max-width:127px" alt="Indian Country Media Network logo" /></p>
<p><strong>National Congress of American Indians (NCAI)<br />
Embassy of Tribal Nations<br />
1516 P Street NW, Washington, DC 20005<br />
Phone: (202) 466-7767<br />
Fax: (202) 466-7797</strong></p>
<p><strong>&copy; 2018 Indian Country Today Media Network, all rights reserved.</strong></p>
</div>
</div>
</div>
</div>
<div class="column">
<ul class="footer-menu footer-column-1"><li class="divider"></li><li id="menu-item-203" class="bold-uppercase menu-item menu-item-footer-column-1-menu menu-item-today"><a href="https://indiancountrymedianetwork.com/today/">Today</a></li>
<li class="divider"></li><li id="menu-item-204" class="menu-item menu-item-footer-column-1-menu menu-item-culture"><a href="https://indiancountrymedianetwork.com/category/culture/">Culture</a></li>
<li class="divider"></li><li id="menu-item-205" class="menu-item menu-item-footer-column-1-menu menu-item-education"><a href="https://indiancountrymedianetwork.com/category/education/">Education</a></li>
<li class="divider"></li><li id="menu-item-206" class="menu-item menu-item-footer-column-1-menu menu-item-history"><a href="https://indiancountrymedianetwork.com/category/history/">History</a></li>
<li class="divider"></li><li id="menu-item-9390" class="current-post-ancestor menu-item menu-item-footer-column-1-menu menu-item-news"><a href="https://indiancountrymedianetwork.com/category/news/">News</a></li>
<li class="divider"></li><li id="menu-item-9568" class="menu-item menu-item-footer-column-1-menu menu-item-travel"><a href="https://indiancountrymedianetwork.com/category/travel/">Travel</a></li>
</ul> </div>
<div class="column">
<ul class="footer-menu footer-column-2"><li class="divider"></li><li id="menu-item-242" class="bold-uppercase menu-item menu-item-footer-column-2-menu menu-item-free-reports"><a href="https://indiancountrymedianetwork.com/free-reports/">Free Reports</a></li>
<li class="divider"></li><li id="menu-item-243" class="menu-item menu-item-footer-column-2-menu menu-item-sitting-bull-crazy-horse-geronimo-tecumseh-and-other-heroes-of-native-resistance"><a href="https://indiancountrymedianetwork.com/free-reports/sitting-bull-crazy-horse-geronimo-tecumseh-and-other-heroes-of-native-resistance/">Sitting Bull, Crazy Horse, Geronimo, Tecumseh and other Heroes of Native Resistance</a></li>
<li class="divider"></li><li id="menu-item-147260" class="menu-item menu-item-footer-column-2-menu menu-item-101-tips-for-landing-native-american-scholarships-and-grants-for-college"><a href="https://indiancountrymedianetwork.com/free-reports/101-tips-landing-native-american-scholarships-grants-college/">101 Tips for Landing Native American Scholarships and Grants for College</a></li>
<li class="divider"></li><li id="menu-item-9351" class="menu-item menu-item-footer-column-2-menu menu-item-intergenerational-trauma-understanding-natives-inherited-pain"><a href="https://indiancountrymedianetwork.com/free-reports/intergenerational-trauma-understanding-natives-inherited-pain/">Intergenerational Trauma: Understanding Natives’ Inherited Pain</a></li>
<li class="divider"></li><li id="menu-item-9353" class="menu-item menu-item-footer-column-2-menu menu-item-more-free-reports"><a href="https://indiancountrymedianetwork.com/free-reports/">More Free Reports</a></li>
</ul> </div>
<div class="column">
<ul class="footer-menu footer-column-3"><li class="divider"></li><li id="menu-item-216" class="menu-item menu-item-footer-column-3-menu menu-item-calendar"><a href="/calendar/">Calendar</a></li>
<li class="divider"></li><li id="menu-item-9287" class="menu-item menu-item-footer-column-3-menu menu-item-classifieds"><a href="https://indiancountrymedianetwork.com/classifieds/">Classifieds</a></li>
<li class="divider"></li><li id="menu-item-241" class="menu-item menu-item-footer-column-3-menu menu-item-directories"><a href="https://indiancountrymedianetwork.com/directories/">Directories</a></li>
<li class="divider"></li><li id="menu-item-239" class="menu-item menu-item-footer-column-3-menu menu-item-books"><a href="https://indiancountrymedianetwork.com/books/">Books</a></li>
<li class="divider"></li><li id="menu-item-152130" class="menu-item menu-item-footer-column-3-menu menu-item-magazine"><a href="https://indiancountrymedianetwork.com/indian-country-magazine/">Magazine</a></li>
<li class="divider"></li><li id="menu-item-226" class="menu-item menu-item-footer-column-3-menu menu-item-my-library"><a href="https://indiancountrymedianetwork.com/my-library/">My Library</a></li>
<li class="divider"></li><li id="menu-item-238" class="menu-item menu-item-footer-column-3-menu menu-item-browse-topics"><a href="https://indiancountrymedianetwork.com/browse-topics/">Browse Topics</a></li>
<li class="divider"></li><li id="menu-item-220" class="menu-item menu-item-footer-column-3-menu menu-item-article-archive"><a href="https://indiancountrymedianetwork.com/article-archive/">Article Archive</a></li>
<li class="divider"></li><li id="menu-item-225" class="menu-item menu-item-footer-column-3-menu menu-item-keyword-index"><a href="https://indiancountrymedianetwork.com/keyword-index/">Keyword Index</a></li>
<li class="divider"></li><li id="menu-item-9395" class="menu-item menu-item-footer-column-3-menu menu-item-glossary"><a href="https://indiancountrymedianetwork.com/glossary/">Glossary</a></li>
</ul> </div>
<div class="column">
<ul class="footer-menu footer-column-4"><li class="divider"></li><li id="menu-item-228" class="menu-item menu-item-footer-column-4-menu menu-item-contact-us"><a href="https://indiancountrymedianetwork.com/contact-us/">Contact Us</a></li>
<li class="divider"></li><li id="menu-item-237" class="menu-item menu-item-footer-column-4-menu menu-item-advertising"><a href="https://indiancountrymedianetwork.com/advertising/">Advertising</a></li>
<li class="divider"></li><li id="menu-item-227" class="menu-item menu-item-footer-column-4-menu menu-item-about-us"><a href="https://indiancountrymedianetwork.com/about-us/">About Us</a></li>
<li class="divider"></li><li id="menu-item-8931" class="menu-item menu-item-footer-column-4-menu menu-item-frequently-asked-questions"><a href="https://indiancountrymedianetwork.com/faq/">Frequently Asked Questions</a></li>
<li class="divider"></li><li id="menu-item-229" class="menu-item menu-item-footer-column-4-menu menu-item-privacy-policy"><a href="https://indiancountrymedianetwork.com/account/privacy-policy/">Privacy Policy</a></li>
<li class="divider"></li><li id="menu-item-8919" class="menu-item menu-item-footer-column-4-menu menu-item-terms-of-use"><a href="https://indiancountrymedianetwork.com/terms-of-use/">Terms of Use</a></li>
<li class="divider"></li><li id="menu-item-9397" class="menu-item menu-item-footer-column-4-menu menu-item-account"><a href="https://indiancountrymedianetwork.com/account/">Account</a></li>
<li class="divider"></li><li id="menu-item-9398" class="menu-item menu-item-footer-column-4-menu menu-item-authors"><a href="https://indiancountrymedianetwork.com/authors/">Authors</a></li>
</ul> </div>
</div>
<div class="row show-for-small-only">
<div class="small-12 columns">
<ul class="footer-menu mobile-footer-menu"><li class="divider"></li><li id="menu-item-9483" class="menu-item menu-item-mobile-footer-menu menu-item-today"><a href="https://indiancountrymedianetwork.com/today/">Today</a></li>
<li class="divider"></li><li id="menu-item-9484" class="menu-item menu-item-mobile-footer-menu menu-item-culture"><a href="https://indiancountrymedianetwork.com/category/culture/">Culture</a></li>
<li class="divider"></li><li id="menu-item-9485" class="menu-item menu-item-mobile-footer-menu menu-item-history"><a href="https://indiancountrymedianetwork.com/category/history/">History</a></li>
<li class="divider"></li><li id="menu-item-9486" class="menu-item menu-item-mobile-footer-menu menu-item-education"><a href="https://indiancountrymedianetwork.com/category/education/">Education</a></li>
<li class="divider"></li><li id="menu-item-9487" class="current-post-ancestor menu-item menu-item-mobile-footer-menu menu-item-news"><a href="https://indiancountrymedianetwork.com/category/news/">News</a></li>
<li class="divider"></li><li id="menu-item-9488" class="menu-item menu-item-mobile-footer-menu menu-item-travel"><a href="https://indiancountrymedianetwork.com/category/travel/">Travel</a></li>
</ul>
<div id="footer-text" class="row">
<div class="large-12 columns">
<div class="textwidget"><p><img src="https://cdn.indiancountrymedianetwork.com/wp-content/uploads/icmn-logo.png" style="max-width:127px" alt="Indian Country Media Network logo" /></p>
<p><strong>National Congress of American Indians (NCAI)<br />
Embassy of Tribal Nations<br />
1516 P Street NW, Washington, DC 20005<br />
Phone: (202) 466-7767<br />
Fax: (202) 466-7797</strong></p>
<p><strong>&copy; 2018 Indian Country Today Media Network, all rights reserved.</strong></p>
</div>
</div>
</div>
</div>
</div> </footer>
</div> 
</section> 
<a id="FloaterModalLink" href="#" data-reveal-id="floater"></a>
<div style="padding:0;" class="openx_ad show-on-desktops ">

<script type='text/javascript'><!--//<![CDATA[
   var m3_u = (location.protocol=='https:'?'https://ox.mequoda.com/openx/www/delivery/ajs.php':'http://ox.mequoda.com/openx/www/delivery/ajs.php');
   var m3_r = Math.floor(Math.random()*99999999999);
   if (!document.MAX_used) document.MAX_used = ',';
   document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
   document.write ("?zoneid=777&amp;target=_self&FIRSTNAME=&LASTNAME=&EMAIL=&ASID=ED3906744&IMAGE_SERVER=cdn.indiancountrymedianetwork.com&HTTP_HOST=indiancountrymedianetwork.com");
   document.write ('&amp;page_name=muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey');
   document.write ('&amp;this_page=ROS');
   document.write ('&amp;category_type=');
   document.write ('&amp;topic=');
   document.write ('&amp;user_state=unknown');
   document.write ('&amp;subscriber_state=');
   document.write ('&amp;active_server=prod');
   document.write ('&amp;userid=');
   document.write ('&amp;icmSubscribed=');
   document.write ('&amp;cb=' + m3_r);   if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
   document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
   document.write ("&amp;loc=" + escape(window.location));
   if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
   if (document.context) document.write ("&context=" + escape(document.context));   if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
   document.write ("'><\/scr"+"ipt>");
//]]>--></script><noscript><a href='http://ox.mequoda.com/openx/www/delivery/ck.php?n=acbe020e&amp;cb=1774420891' target='_blank'><img src='http://ox.mequoda.com/openx/www/delivery/avw.php?zoneid=777&amp;cb=1301824797&amp;n=acbe020e' border='0' alt='' /></a></noscript>
</div> <script>

		// set cookie function
        function setCookie( c_name, value, exdays ) {

            var exdate = new Date();
            exdate.setDate( exdate.getDate() + exdays );
            var c_value = escape( value ) + ( ( exdays == null ) ? "" : "; expires=" + exdate.toUTCString() );
            document.cookie = c_name + "=" + c_value + "; path=/";

        }

    	// get cookie function
        function getCookie( cname ) {

            var name = cname + "=";
            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);
                if (c.indexOf(name) == 0) return c.substring(name.length,c.length);
            }
            return false;

        }

        jQuery(document).ready(function($) {

        	// get our cookie and if NOT set then we show our modal and set our cookie
        	if ( !getCookie( "floater_cookie" ) && jQuery( "#floater" ).length > 0 ){

        		console.log( "set cookie: floater_cookie" );
        		jQuery( "#floater" ).foundation( "open" );
        		setCookie( "floater_cookie", 'yes', 1 );

        	}

        });

	</script>
<div class="essb_links essb_counters essb_counter_modern_bottom essb_displayed_sidebar essb_share essb_template_jumbo-retina essb_1636709041 essb_sharebtn_button essb_sharebtn_counter_bottom essb_nospace print-no" id="essb_displayed_sidebar_1636709041" data-essb-postid="170995" data-essb-position="sidebar" data-essb-button-style="icon" data-essb-template="jumbo-retina" data-essb-counter-pos="bottom" data-essb-url="https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/" data-essb-twitter-url="https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/" data-essb-instance="1636709041"><ul class="essb_links_list essb_force_hide_name essb_force_hide"><li class="essb_item essb_totalcount_item" style="display: none !important;" data-counter-pos="bottom"><span class="essb_totalcount essb_t_l" title="Total: "><span class="essb_total_text">Total: </span><span class="essb_t_nb">94</span></span></li><li class="essb_item essb_link_facebook nolightbox"> <a href="https://www.facebook.com/sharer/sharer.php?u=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&t=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&redirect_uri=https://indiancountrymedianetwork.com?sharing-thankyou=yes" title="" onclick="essb_window(&#39;https://www.facebook.com/sharer/sharer.php?u=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&t=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&redirect_uri=https://indiancountrymedianetwork.com?sharing-thankyou=yes&#39;,&#39;facebook&#39;,&#39;1636709041&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_facebook"></span><span class="essb_network_name essb_noname"><span class="essb_counter_bottom" data-cnt="11219" data-cnt-short="11.2K">11.2K</span></span></a></li><li class="essb_item essb_link_twitter nolightbox"> <a href="#" title="" onclick="essb_window(&#39;https://twitter.com/intent/tweet?text=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&amp;url=https://indiancountrymedianetwork.com/ehnk9&amp;counturl=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&amp;related=IndianCountry&amp;via=IndianCountry&#39;,&#39;twitter&#39;,&#39;1636709041&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_twitter"></span><span class="essb_network_name essb_noname"><span class="essb_counter_bottom" data-cnt="62" data-cnt-short="62">62</span></span></a></li><li class="essb_item essb_link_google nolightbox"> <a href="https://plus.google.com/share?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/" title="" onclick="essb_window(&#39;https://plus.google.com/share?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&#39;,&#39;google&#39;,&#39;1636709041&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_google"></span><span class="essb_network_name essb_noname"><span class="essb_counter_bottom" data-cnt="0" data-cnt-short="0">0</span></span></a></li><li class="essb_item essb_link_pinterest nolightbox"> <a href="#" title="" onclick="essb_pinterest_picker(&#39;1636709041&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_pinterest"></span><span class="essb_network_name essb_noname"><span class="essb_counter_bottom" data-cnt="2" data-cnt-short="2">2</span></span></a></li><li class="essb_item essb_link_print nolightbox"> <a href="#" title="" onclick="essb_print(&#39;1636709041&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_print"></span><span class="essb_network_name essb_noname"><span class="essb_counter_bottom" data-cnt="12" data-cnt-short="12">12</span></span></a></li><li class="essb_item essb_link_mail nolightbox"> <a href="#" title="" onclick="essb_open_mailform(&#39;1636709041&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_mail"></span><span class="essb_network_name essb_noname"><span class="essb_counter_bottom" data-cnt="18" data-cnt-short="18">18</span></span></a></li><li class="essb_item essb_link_sharebtn nolightbox"> <a href="#" title="" onclick="essb_toggle_more_popup(&#39;1636709041&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_share"></span><span class="essb_network_name"><span class="essb_counter_bottom" data-cnt="94" data-cnt-short="94">94</span></span></a></li><li class="essb_item essb_link_sidebar-close nolightbox"> <a href="" title="" onclick="" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_sidebar-close"></span><span class="essb_network_name essb_noname"><span class="essb_counter_bottom" data-cnt="0" data-cnt-short="0">0</span></span></a></li></ul></div><div class="essb_morepopup essb_morepopup_1636709041 essb_morepopup_sidebar" style="display:none;"> <a href="#" class="essb_morepopup_close" onclick="essb_toggle_less_popup('1636709041'); return false;"><i class="essb_icon_close"></i></a> <div class="essb_morepopup_content essb_morepopup_content_1636709041"><div class="essb_links essb_displayed_more_popup essb_share essb_template_jumbo-retina essb_1897690181 essb_width_columns_3 essb_nospace print-no" id="essb_displayed_more_popup_1897690181" data-essb-postid="170995" data-essb-position="more_popup" data-essb-button-style="button" data-essb-template="jumbo-retina" data-essb-counter-pos="left" data-essb-url="https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/" data-essb-twitter-url="https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/" data-essb-instance="1897690181"><ul class="essb_links_list"><li class="essb_item essb_link_facebook nolightbox"> <a href="https://www.facebook.com/sharer/sharer.php?u=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&t=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&redirect_uri=https://indiancountrymedianetwork.com?sharing-thankyou=yes" title="" onclick="essb_window(&#39;https://www.facebook.com/sharer/sharer.php?u=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&t=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&redirect_uri=https://indiancountrymedianetwork.com?sharing-thankyou=yes&#39;,&#39;facebook&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_facebook"></span><span class="essb_network_name">Share</span></a></li><li class="essb_item essb_link_twitter nolightbox"> <a href="#" title="" onclick="essb_window(&#39;https://twitter.com/intent/tweet?text=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&amp;url=https://indiancountrymedianetwork.com/ehnk9&amp;counturl=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&amp;related=IndianCountry&amp;via=IndianCountry&#39;,&#39;twitter&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_twitter"></span><span class="essb_network_name">Tweet</span></a></li><li class="essb_item essb_link_google nolightbox"> <a href="https://plus.google.com/share?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/" title="" onclick="essb_window(&#39;https://plus.google.com/share?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&#39;,&#39;google&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_google"></span><span class="essb_network_name">+1</span></a></li><li class="essb_item essb_link_pinterest nolightbox"> <a href="#" title="" onclick="essb_pinterest_picker(&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_pinterest"></span><span class="essb_network_name">Pin</span></a></li><li class="essb_item essb_link_linkedin nolightbox"> <a href="https://www.linkedin.com/shareArticle?mini=true&amp;ro=true&amp;trk=EasySocialShareButtons&amp;title=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&amp;url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/" title="" onclick="essb_window(&#39;https://www.linkedin.com/shareArticle?mini=true&amp;ro=true&amp;trk=EasySocialShareButtons&amp;title=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&amp;url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&#39;,&#39;linkedin&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_linkedin"></span><span class="essb_network_name">LinkedIn</span></a></li><li class="essb_item essb_link_digg nolightbox"> <a href="http://digg.com/submit?phase=2amp;url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&amp;title=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey" title="" onclick="essb_window(&#39;http://digg.com/submit?phase=2amp;url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&amp;title=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&#39;,&#39;digg&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_digg"></span><span class="essb_network_name">Digg</span></a></li><li class="essb_item essb_link_del nolightbox"> <a href="https://del.icio.us/login?log=out&provider=essb&title=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&v=5" title="" onclick="essb_window(&#39;https://del.icio.us/login?log=out&provider=essb&title=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&v=5&#39;,&#39;del&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_del"></span><span class="essb_network_name">Del</span></a></li><li class="essb_item essb_link_stumbleupon nolightbox"> <a href="http://www.stumbleupon.com/badge/?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/" title="" onclick="essb_window(&#39;http://www.stumbleupon.com/badge/?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&#39;,&#39;stumbleupon&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_stumbleupon"></span><span class="essb_network_name">StumbleUpon</span></a></li><li class="essb_item essb_link_tumblr nolightbox"> <a href="http://tumblr.com/share?s=&v=3&t=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&u=https%3A%2F%2Findiancountrymedianetwork.com%2Fnews%2Fenvironment%2Fmuscogee-cherokee-quapaw-send-teams-help-hurricane-harvey%2F" title="" onclick="essb_window(&#39;http://tumblr.com/share?s=&v=3&t=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&u=https%3A%2F%2Findiancountrymedianetwork.com%2Fnews%2Fenvironment%2Fmuscogee-cherokee-quapaw-send-teams-help-hurricane-harvey%2F&#39;,&#39;tumblr&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_tumblr"></span><span class="essb_network_name">Tumblr</span></a></li><li class="essb_item essb_link_vk nolightbox"> <a href="http://vkontakte.ru/share.php?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/" title="" onclick="essb_window(&#39;http://vkontakte.ru/share.php?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&#39;,&#39;vk&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_vk"></span><span class="essb_network_name">VKontakte</span></a></li><li class="essb_item essb_link_print nolightbox"> <a href="#" title="" onclick="essb_print(&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_print"></span><span class="essb_network_name">Print</span></a></li><li class="essb_item essb_link_mail nolightbox"> <a href="#" title="" onclick="essb_open_mailform(&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_mail"></span><span class="essb_network_name">Email</span></a></li><li class="essb_item essb_link_flattr nolightbox"> <a href="https://flattr.com/submit/auto?user_id=&url=https%3A%2F%2Findiancountrymedianetwork.com%2Fnews%2Fenvironment%2Fmuscogee-cherokee-quapaw-send-teams-help-hurricane-harvey%2F&title=Muscogee%252C%2BCherokee%2Band%2BQuapaw%2BSend%2BTeams%2Bto%2BHelp%2BWith%2BHurricane%2BHarvey&description=At+least+three+American+Indian+tribes+in+Oklahoma+have+sent+representatives+to+the+Houston+area+to+help+with+Hurricane+Harvey+relief+efforts.&language=sq_AL&tags=&hidden=0&category=text" title="" onclick="essb_window(&#39;https://flattr.com/submit/auto?user_id=&url=https%3A%2F%2Findiancountrymedianetwork.com%2Fnews%2Fenvironment%2Fmuscogee-cherokee-quapaw-send-teams-help-hurricane-harvey%2F&title=Muscogee%252C%2BCherokee%2Band%2BQuapaw%2BSend%2BTeams%2Bto%2BHelp%2BWith%2BHurricane%2BHarvey&description=At+least+three+American+Indian+tribes+in+Oklahoma+have+sent+representatives+to+the+Houston+area+to+help+with+Hurricane+Harvey+relief+efforts.&language=sq_AL&tags=&hidden=0&category=text&#39;,&#39;flattr&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_flattr"></span><span class="essb_network_name">Flattr</span></a></li><li class="essb_item essb_link_reddit nolightbox"> <a href="http://reddit.com/submit?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&amp;title=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey" title="" onclick="essb_window(&#39;http://reddit.com/submit?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&amp;title=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&#39;,&#39;reddit&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_reddit"></span><span class="essb_network_name">Reddit</span></a></li><li class="essb_item essb_link_buffer nolightbox"> <a href="https://bufferapp.com/add?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&text=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&via=IndianCountry&picture=&count=horizontal&source=button" title="" onclick="essb_window(&#39;https://bufferapp.com/add?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&text=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&via=IndianCountry&picture=&count=horizontal&source=button&#39;,&#39;buffer&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_buffer"></span><span class="essb_network_name">Share</span></a></li><li class="essb_item essb_link_love nolightbox"> <a href="#" title="" onclick="essb_lovethis(&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_love"></span><span class="essb_network_name">Love</span></a></li><li class="essb_item essb_link_weibo nolightbox"> <a href="http://service.weibo.com/share/share.php?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&title=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&pic=https://indiancountrymedianetwork.com/wp-content/uploads/The-Quapaw-FireEMS-Team-on-the-ground-in-Houston-Texas-to-assist-in-the-Hurricane-Harvey-response-–-Courtesy-Quapaw-Tribe.jpg" title="" onclick="essb_window(&#39;http://service.weibo.com/share/share.php?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&title=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&pic=https://indiancountrymedianetwork.com/wp-content/uploads/The-Quapaw-FireEMS-Team-on-the-ground-in-Houston-Texas-to-assist-in-the-Hurricane-Harvey-response-–-Courtesy-Quapaw-Tribe.jpg&#39;,&#39;weibo&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_weibo"></span><span class="essb_network_name">Weibo</span></a></li><li class="essb_item essb_link_pocket nolightbox"> <a href="https://getpocket.com/save?title=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&url=https%3A%2F%2Findiancountrymedianetwork.com%2Fnews%2Fenvironment%2Fmuscogee-cherokee-quapaw-send-teams-help-hurricane-harvey%2F" title="" onclick="essb_window(&#39;https://getpocket.com/save?title=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&url=https%3A%2F%2Findiancountrymedianetwork.com%2Fnews%2Fenvironment%2Fmuscogee-cherokee-quapaw-send-teams-help-hurricane-harvey%2F&#39;,&#39;pocket&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_pocket"></span><span class="essb_network_name">Pocket</span></a></li><li class="essb_item essb_link_xing nolightbox"> <a href="https://www.xing.com/social_plugins/share?h=1;url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/" title="" onclick="essb_window(&#39;https://www.xing.com/social_plugins/share?h=1;url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&#39;,&#39;xing&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_xing"></span><span class="essb_network_name">Xing</span></a></li><li class="essb_item essb_link_ok nolightbox"> <a href="http://www.odnoklassniki.ru/dk?st.cmd=addShare&st.s=1&st._surl=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/" title="" onclick="essb_window(&#39;http://www.odnoklassniki.ru/dk?st.cmd=addShare&st.s=1&st._surl=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&#39;,&#39;ok&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_ok"></span><span class="essb_network_name">Odnoklassniki</span></a></li><li class="essb_item essb_link_mwp nolightbox"> <a href="http://managewp.org/share/form?url=https%3A%2F%2Findiancountrymedianetwork.com%2Fnews%2Fenvironment%2Fmuscogee-cherokee-quapaw-send-teams-help-hurricane-harvey%2F" title="" onclick="essb_window(&#39;http://managewp.org/share/form?url=https%3A%2F%2Findiancountrymedianetwork.com%2Fnews%2Fenvironment%2Fmuscogee-cherokee-quapaw-send-teams-help-hurricane-harvey%2F&#39;,&#39;mwp&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_mwp"></span><span class="essb_network_name">ManageWP.org</span></a></li><li class="essb_item essb_link_whatsapp nolightbox"> <a href="whatsapp://send?text=Muscogee%2C%20Cherokee%20and%20Quapaw%20Send%20Teams%20to%20Help%20With%20Hurricane%20Harvey%20https%3A%2F%2Findiancountrymedianetwork.com%2Fehnk9" title="" onclick="essb_tracking_only('', 'whatsapp', '1897690181', true);" target="_self" rel="nofollow"><span class="essb_icon essb_icon_whatsapp"></span><span class="essb_network_name">WhatsApp</span></a></li><li class="essb_item essb_link_meneame nolightbox"> <a href="http://www.meneame.net/submit.php?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/" title="" onclick="essb_window(&#39;http://www.meneame.net/submit.php?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&#39;,&#39;meneame&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_meneame"></span><span class="essb_network_name">Meneame</span></a></li><li class="essb_item essb_link_blogger nolightbox"> <a href="https://www.blogger.com/blog_this.pyra?t&u=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&n=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey" title="" onclick="essb_window(&#39;https://www.blogger.com/blog_this.pyra?t&u=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&n=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&#39;,&#39;blogger&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_blogger"></span><span class="essb_network_name">Blogger</span></a></li><li class="essb_item essb_link_amazon nolightbox"> <a href="http://www.amazon.com/gp/wishlist/static-add?u=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&t=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey" title="" onclick="essb_window(&#39;http://www.amazon.com/gp/wishlist/static-add?u=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&t=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&#39;,&#39;amazon&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_amazon"></span><span class="essb_network_name">Amazon</span></a></li><li class="essb_item essb_link_yahoomail nolightbox"> <a href="http://compose.mail.yahoo.com/?body=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/" title="" onclick="essb_window(&#39;http://compose.mail.yahoo.com/?body=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&#39;,&#39;yahoomail&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_yahoomail"></span><span class="essb_network_name">Yahoo Mail</span></a></li><li class="essb_item essb_link_gmail nolightbox"> <a href="https://mail.google.com/mail/u/0/?view=cm&fs=1&su=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&body=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&ui=2&tf=1" title="" onclick="essb_window(&#39;https://mail.google.com/mail/u/0/?view=cm&fs=1&su=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&body=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&ui=2&tf=1&#39;,&#39;gmail&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_gmail"></span><span class="essb_network_name">Gmail</span></a></li><li class="essb_item essb_link_aol nolightbox"> <a href="http://webmail.aol.com/Mail/ComposeMessage.aspx?subject=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&body=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/" title="" onclick="essb_window(&#39;http://webmail.aol.com/Mail/ComposeMessage.aspx?subject=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&body=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&#39;,&#39;aol&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_aol"></span><span class="essb_network_name">AOL</span></a></li><li class="essb_item essb_link_newsvine nolightbox"> <a href="http://www.newsvine.com/_tools/seed&save?u=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&h=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey" title="" onclick="essb_window(&#39;http://www.newsvine.com/_tools/seed&save?u=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&h=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&#39;,&#39;newsvine&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_newsvine"></span><span class="essb_network_name">Newsvine</span></a></li><li class="essb_item essb_link_hackernews nolightbox"> <a href="https://news.ycombinator.com/submitlink?u=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&t=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey" title="" onclick="essb_window(&#39;https://news.ycombinator.com/submitlink?u=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&t=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&#39;,&#39;hackernews&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_hackernews"></span><span class="essb_network_name">HackerNews</span></a></li><li class="essb_item essb_link_evernote nolightbox"> <a href="http://www.evernote.com/clip.action?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&title=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey" title="" onclick="essb_window(&#39;http://www.evernote.com/clip.action?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&title=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&#39;,&#39;evernote&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_evernote"></span><span class="essb_network_name">Evernote</span></a></li><li class="essb_item essb_link_myspace nolightbox"> <a href="https://myspace.com/post?u=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/" title="" onclick="essb_window(&#39;https://myspace.com/post?u=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&#39;,&#39;myspace&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_myspace"></span><span class="essb_network_name">MySpace</span></a></li><li class="essb_item essb_link_mailru nolightbox"> <a href="http://connect.mail.ru/share?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&title=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&description=At least three American Indian tribes in Oklahoma have sent representatives to the Houston area to help with Hurricane Harvey relief efforts." title="" onclick="essb_window(&#39;http://connect.mail.ru/share?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&title=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&description=At least three American Indian tribes in Oklahoma have sent representatives to the Houston area to help with Hurricane Harvey relief efforts.&#39;,&#39;mailru&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_mailru"></span><span class="essb_network_name">Mail.ru</span></a></li><li class="essb_item essb_link_viadeo nolightbox"> <a href="https://www.viadeo.com/?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&amp;title=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey" title="" onclick="essb_window(&#39;https://www.viadeo.com/?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&amp;title=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&#39;,&#39;viadeo&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_viadeo"></span><span class="essb_network_name">Viadeo</span></a></li><li class="essb_item essb_link_line nolightbox"> <a href="line://msg/text/Muscogee%2C%20Cherokee%20and%20Quapaw%20Send%20Teams%20to%20Help%20With%20Hurricane%20Harvey%20https%3A%2F%2Findiancountrymedianetwork.com%2Fehnk9" title="" onclick="essb_tracking_only('', 'line', '1897690181', true);" target="_self" rel="nofollow"><span class="essb_icon essb_icon_line"></span><span class="essb_network_name">Line</span></a></li><li class="essb_item essb_link_flipboard nolightbox"> <a href="https://share.flipboard.com/bookmarklet/popout?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&title=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey" title="" onclick="essb_window(&#39;https://share.flipboard.com/bookmarklet/popout?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&title=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&#39;,&#39;flipboard&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_flipboard"></span><span class="essb_network_name">Flipboard</span></a></li><li class="essb_item essb_link_comments nolightbox"> <a href="#comments" title="" onclick="essb_tracking_only('', 'comments', '1897690181', true);" target="_self" rel="nofollow"><span class="essb_icon essb_icon_comments"></span><span class="essb_network_name">Comments</span></a></li><li class="essb_item essb_link_yummly nolightbox"> <a href="http://www.yummly.com/urb/verify?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&title=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&image=https://indiancountrymedianetwork.com/wp-content/uploads/The-Quapaw-FireEMS-Team-on-the-ground-in-Houston-Texas-to-assist-in-the-Hurricane-Harvey-response-–-Courtesy-Quapaw-Tribe.jpg&yumtype=button" title="" onclick="essb_window(&#39;http://www.yummly.com/urb/verify?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&title=Muscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey&image=https://indiancountrymedianetwork.com/wp-content/uploads/The-Quapaw-FireEMS-Team-on-the-ground-in-Houston-Texas-to-assist-in-the-Hurricane-Harvey-response-–-Courtesy-Quapaw-Tribe.jpg&yumtype=button&#39;,&#39;yummly&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_yummly"></span><span class="essb_network_name">Yummly</span></a></li><li class="essb_item essb_link_sms nolightbox"> <a href="sms:&body=Muscogee%2C%20Cherokee%20and%20Quapaw%20Send%20Teams%20to%20Help%20With%20Hurricane%20Harvey%20https%3A%2F%2Findiancountrymedianetwork.com%2Fehnk9" title="" onclick="essb_window(&#39;sms:&body=Muscogee%2C%20Cherokee%20and%20Quapaw%20Send%20Teams%20to%20Help%20With%20Hurricane%20Harvey%20https%3A%2F%2Findiancountrymedianetwork.com%2Fehnk9&#39;,&#39;sms&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_sms"></span><span class="essb_network_name">SMS</span></a></li><li class="essb_item essb_link_viber nolightbox"> <a href="viber://forward?text=Muscogee%2C%20Cherokee%20and%20Quapaw%20Send%20Teams%20to%20Help%20With%20Hurricane%20Harvey%20https%3A%2F%2Findiancountrymedianetwork.com%2Fehnk9" title="" onclick="essb_tracking_only('', 'viber', '1897690181', true);" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_viber"></span><span class="essb_network_name">Viber</span></a></li><li class="essb_item essb_link_telegram nolightbox"> <a href="tg://msg?text=Muscogee%2C%20Cherokee%20and%20Quapaw%20Send%20Teams%20to%20Help%20With%20Hurricane%20Harvey%20https%3A%2F%2Findiancountrymedianetwork.com%2Fehnk9" title="" onclick="essb_tracking_only('', 'telegram', '1897690181', true);" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_telegram"></span><span class="essb_network_name">Telegram</span></a></li><li class="essb_item essb_link_subscribe nolightbox"> <a href="#" title="" onclick="essb_toggle_subscribe('1897690181'); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_subscribe"></span><span class="essb_network_name">Subscribe</span></a></li><li class="essb_item essb_link_skype nolightbox"> <a href="https://web.skype.com/share?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/" title="" onclick="essb_window(&#39;https://web.skype.com/share?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&#39;,&#39;skype&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_skype"></span><span class="essb_network_name">Skype</span></a></li><li class="essb_item essb_link_messenger nolightbox"> <a href="https://www.facebook.com/dialog/send?app_id=&link=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&redirect_uri=https://facebook.com" title="" onclick="essb_window(&#39;https://www.facebook.com/dialog/send?app_id=&link=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&redirect_uri=https://facebook.com&#39;,&#39;messenger&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_messenger"></span><span class="essb_network_name">Facebook Messenger</span></a></li><li class="essb_item essb_link_kakaotalk nolightbox"> <a href="https://story.kakao.com/share?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/" title="" onclick="essb_window(&#39;https://story.kakao.com/share?url=https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/&#39;,&#39;kakaotalk&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_kakaotalk"></span><span class="essb_network_name">Kakao</span></a></li><li class="essb_item essb_link_livejournal nolightbox"> <a href="http://www.livejournal.com/update.bml?subject=Muscogee, Cherokee and Quapaw Send Teams to Help With Hurricane Harvey&event=%3Ca+href%3D%22https%3A%2F%2Findiancountrymedianetwork.com%2Fnews%2Fenvironment%2Fmuscogee-cherokee-quapaw-send-teams-help-hurricane-harvey%2F%22%3EMuscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey%3C%2Fa%3E" title="" onclick="essb_window(&#39;http://www.livejournal.com/update.bml?subject=Muscogee, Cherokee and Quapaw Send Teams to Help With Hurricane Harvey&event=%3Ca+href%3D%22https%3A%2F%2Findiancountrymedianetwork.com%2Fnews%2Fenvironment%2Fmuscogee-cherokee-quapaw-send-teams-help-hurricane-harvey%2F%22%3EMuscogee%2C+Cherokee+and+Quapaw+Send+Teams+to+Help+With+Hurricane+Harvey%3C%2Fa%3E&#39;,&#39;livejournal&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_livejournal"></span><span class="essb_network_name">LiveJournal</span></a></li><li class="essb_item essb_link_yammer nolightbox"> <a href="https://www.yammer.com/messages/new?login=true&amp;trk_event=yammer_share&amp;status=Muscogee%2C%20Cherokee%20and%20Quapaw%20Send%20Teams%20to%20Help%20With%20Hurricane%20Harvey https%3A%2F%2Findiancountrymedianetwork.com%2Fnews%2Fenvironment%2Fmuscogee-cherokee-quapaw-send-teams-help-hurricane-harvey%2F" title="" onclick="essb_window(&#39;https://www.yammer.com/messages/new?login=true&amp;trk_event=yammer_share&amp;status=Muscogee%2C%20Cherokee%20and%20Quapaw%20Send%20Teams%20to%20Help%20With%20Hurricane%20Harvey https%3A%2F%2Findiancountrymedianetwork.com%2Fnews%2Fenvironment%2Fmuscogee-cherokee-quapaw-send-teams-help-hurricane-harvey%2F&#39;,&#39;yammer&#39;,&#39;1897690181&#39;); return false;" target="_blank" rel="nofollow"><span class="essb_icon essb_icon_yammer"></span><span class="essb_network_name">Yammer</span></a></li></ul></div></div></div> <div class="essb_morepopup_shadow essb_morepopup_shadow_1636709041" onclick="essb_toggle_less_popup('1636709041'); return false;"></div><div class="essb-subscribe-form essb-subscribe-form-1897690181 essb-subscribe-form-popup" data-popup="1" style="display: none;"><button type="button" class="essb-subscribe-form-close" onclick="essb_subscribe_popup_close('1897690181');">x</button></div><div class="essb-subscribe-form-overlay essb-subscribe-form-overlay-1897690181" onclick="essb_subscribe_popup_close('1897690181');"></div><script type="text/javascript">function ctSetCookie(c_name, value, def_value) {    document.cookie = c_name + "=" + escape(value) + "; path=/";}ctSetCookie("ct_checkjs", "538488374", "0");</script><script type='text/javascript'>
/* <![CDATA[ */
var thickboxL10n = {"next":"Next >","prev":"< Prev","image":"Image","of":"of","close":"Close","noiframes":"This feature requires inline frames. You have iframes disabled or your browser does not support them.","loadingAnimation":"https:\/\/indiancountrymedianetwork.com\/wp-includes\/js\/thickbox\/loadingAnimation.gif"};
/* ]]> */
</script>
<script type='text/javascript' src='https://cdn.indiancountrymedianetwork.com/wp-includes/js/thickbox/thickbox.js?ver=3.1-20121105'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var ignore = 'me'; jQuery.RegionsFrontend = {"ajaxurl":"https:\/\/indiancountrymedianetwork.com\/wp-admin\/admin-ajax.php","UILoadingText":"Loading...","currentRegion":"0"};
/* ]]> */
</script>
<script type='text/javascript' src='https://cdn.indiancountrymedianetwork.com/wp-content/plugins/business-directory-regions/resources/js/frontend.js?ver=4.1.2'></script>
<script type='text/javascript' src='https://cdn.indiancountrymedianetwork.com/wp-content/themes/icmn-haven-foundation-6-child/js/footer-scripts.js?ver=1.0'></script>
<script type='text/javascript' src='https://cdn.indiancountrymedianetwork.com/wp-content/themes/icmn-haven-foundation-6-child/js/mq-offcanvas-nav.js?ver=1.0'></script>
<script type='text/javascript' src='https://cdn.indiancountrymedianetwork.com/wp-content/themes/icmn-haven-foundation-6-child/js/slick.js?ver=1.0'></script>
<script type='text/javascript' src='https://cdn.indiancountrymedianetwork.com/wp-content/themes/haven-foundation-6/bower_components/foundation-sites/dist/foundation.min.js?ver=6.1.1'></script>
<script type='text/javascript' src='https://cdn.indiancountrymedianetwork.com/wp-content/themes/haven-foundation-6/js/app.js?ver=6.1.1'></script>
<script type='text/javascript' src='https://cdn.indiancountrymedianetwork.com/wp-content/plugins/business-directory-categories/resources/categories-module.min.js?ver=3.6.3dev'></script>
<script type='text/javascript' src='https://cdn.indiancountrymedianetwork.com/wp-includes/js/wp-embed.min.js?ver=4.5.3'></script>
<div class="essb_mailform"><div class="essb_mailform_content"><p>Send this to a friend</p><label class="essb_mailform_content_label">Your email</label><input type="text" id="essb_mailform_from" class="essb_mailform_content_input" placeholder="Your email" /><label class="essb_mailform_content_label">Recipient email</label><input type="text" id="essb_mailform_to" class="essb_mailform_content_input" placeholder="Recipient email" /><label class="essb_mailform_content_label">Your message</label><textarea id="essb_mailform_custom" class="essb_mailform_content_input" placeholder="Your message"></textarea><div class="essb_mailform_preview">Hi, <br />I thought you might find this interesting:<br />Muscogee, Cherokee and Quapaw Send Teams to Help With Hurricane Harvey <br /><br />URL: <a href="https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/">https://indiancountrymedianetwork.com/news/environment/muscogee-cherokee-quapaw-send-teams-help-hurricane-harvey/</a></div><div class="essb_mailform_content_buttons"><button id="essb_mailform_btn_submit" class="essb_mailform_content_button" onclick="essb_mailform_send();">Send</button><button id="essb_mailform_btn_cancel" class="essb_mailform_content_button" onclick="essb_close_mailform(); return false;">Cancel</button></div><input type="hidden" id="essb_mail_salt" value="1340574012" /><input type="hidden" id="essb_mail_instance" value="" /><input type="hidden" id="essb_mail_post" value="" /></div></div><div class="essb_mailform_shadow"></div><link rel="stylesheet" id="essb-cct-style" href="https://indiancountrymedianetwork.com/wp-content/plugins/easy-social-share-buttons3/lib/modules/click-to-tweet/assets/css/styles.css" type="text/css" media="all" /><link rel="stylesheet" id="easy-social-share-buttons-subscribe" href="https://indiancountrymedianetwork.com/wp-content/plugins/easy-social-share-buttons3/assets/css/essb-subscribe.min.css" type="text/css" media="all" /><script type="text/javascript">
				(function() {
				var po = document.createElement('script'); po.type = 'text/javascript'; po.async=true;;
				po.src = 'https://indiancountrymedianetwork.com/wp-content/plugins/easy-social-share-buttons3/assets/js/essb-subscribe.min.js';
				var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
		})();</script><script type="text/javascript">var essb_handle_stats = function(oService, oPostID, oInstance) { var element = jQuery('.essb_'+oInstance); var instance_postion = jQuery(element).attr("data-essb-position") || ""; var instance_template = jQuery(element).attr("data-essb-template") || ""; var instance_button = jQuery(element).attr("data-essb-button-style") || ""; var instance_counters = jQuery(element).hasClass("essb_counters") ? true : false; var instance_nostats = jQuery(element).hasClass("essb_nostats") ? true : false; if (instance_nostats) { return; } var instance_mobile = false; if( (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i).test(navigator.userAgent) ) { instance_mobile = true; } if (typeof(essb_settings) != "undefined") { jQuery.post(essb_settings.ajax_url, { 'action': 'essb_stat_log', 'post_id': oPostID, 'service': oService, 'template': instance_template, 'mobile': instance_mobile, 'position': instance_postion, 'button': instance_button, 'counter': instance_counters, 'nonce': essb_settings.essb3_nonce }, function (data) { if (data) { }},'json'); } };var essb_clicked_lovethis = false; var essb_love_you_message_thanks = "Thank you for loving this."; var essb_love_you_message_loved = "You already love this today."; var essb_lovethis = function(oInstance) { if (essb_clicked_lovethis) { alert(essb_love_you_message_loved); return; } var element = jQuery('.essb_'+oInstance); if (!element.length) { return; } var instance_post_id = jQuery(element).attr("data-essb-postid") || ""; var cookie_set = essb_get_lovecookie("essb_love_"+instance_post_id); if (cookie_set) { alert(essb_love_you_message_loved); return; } if (typeof(essb_settings) != "undefined") { jQuery.post(essb_settings.ajax_url, { 'action': 'essb_love_action', 'post_id': instance_post_id, 'service': 'love', 'nonce': essb_settings.essb3_nonce }, function (data) { if (data) { alert(essb_love_you_message_thanks); }},'json'); } essb_tracking_only('', 'love', oInstance, true); }; var essb_get_lovecookie = function(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); };var essb_window = function(oUrl, oService, oInstance) { var element = jQuery('.essb_'+oInstance); var instance_post_id = jQuery(element).attr("data-essb-postid") || ""; var instance_position = jQuery(element).attr("data-essb-position") || ""; var wnd; var w = 800 ; var h = 500; if (oService == "twitter") { w = 500; h= 300; } var left = (screen.width/2)-(w/2); var top = (screen.height/2)-(h/2); if (oService == "twitter") { wnd = window.open( oUrl, "essb_share_window", "height=300,width=500,resizable=1,scrollbars=yes,top="+top+",left="+left ); } else { wnd = window.open( oUrl, "essb_share_window", "height=500,width=800,resizable=1,scrollbars=yes,top="+top+",left="+left ); } if (typeof(essb_settings) != "undefined") { if (essb_settings.essb3_stats) { if (typeof(essb_handle_stats) != "undefined") { essb_handle_stats(oService, instance_post_id, oInstance); } } if (essb_settings.essb3_ga) { essb_ga_tracking(oService, oUrl, instance_position); } } essb_self_postcount(oService, instance_post_id); if (typeof(essb_abtesting_logger) != "undefined") { essb_abtesting_logger(oService, instance_post_id, oInstance); } var pollTimer = window.setInterval(function() { if (wnd.closed !== false) { window.clearInterval(pollTimer); essb_smart_onclose_events(oService, instance_post_id); } }, 200); }; var essb_self_postcount = function(oService, oCountID) { if (typeof(essb_settings) != "undefined") { oCountID = String(oCountID); jQuery.post(essb_settings.ajax_url, { 'action': 'essb_self_postcount', 'post_id': oCountID, 'service': oService, 'nonce': essb_settings.essb3_nonce }, function (data) { if (data) { }},'json'); } }; var essb_smart_onclose_events = function(oService, oPostID) { if (oService == "subscribe" || oService == "comments") return; if (typeof (essbasc_popup_show) == 'function') { essbasc_popup_show(); } if (typeof essb_acs_code == 'function') { essb_acs_code(oService, oPostID); } if (typeof(after_share_easyoptin) != "undefined") { essb_toggle_subscribe(after_share_easyoptin); } }; var essb_tracking_only = function(oUrl, oService, oInstance, oAfterShare) { var element = jQuery('.essb_'+oInstance); if (oUrl == "") { oUrl = document.URL; } var instance_post_id = jQuery(element).attr("data-essb-postid") || ""; var instance_position = jQuery(element).attr("data-essb-position") || ""; if (typeof(essb_settings) != "undefined") { if (essb_settings.essb3_stats) { if (typeof(essb_handle_stats) != "undefined") { essb_handle_stats(oService, instance_post_id, oInstance); } } if (essb_settings.essb3_ga) { essb_ga_tracking(oService, oUrl, instance_position); } } essb_self_postcount(oService, instance_post_id); if (oAfterShare) { essb_smart_onclose_events(oService, instance_post_id); } }; var essb_pinterest_picker = function(oInstance) { essb_tracking_only('', 'pinterest', oInstance); var e=document.createElement('script'); e.setAttribute('type','text/javascript'); e.setAttribute('charset','UTF-8'); e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e); };var essb_ga_tracking = function(oService, oPosition, oURL) { var essb_ga_type = essb_settings.essb3_ga_mode; if ( 'ga' in window && window.ga !== undefined && typeof window.ga === 'function' ) { if (essb_ga_type == "extended") { ga('send', 'event', 'social', oService + ' ' + oPosition, oURL); } else { ga('send', 'event', 'social', oService, oURL); } } if (essb_ga_type == "layers" && typeof(dataLayer) != "undefined") { dataLayer.push({ 'service': oService, 'position': oPosition, 'url': oURL, 'event': 'social' }); } };var essb_print = function (oInstance) { essb_tracking_only('', 'print', oInstance); window.print(); };var essb_morepopup_opened = false;function essb_toggle_more_popup(unique_id) { jQuery.fn.extend({ center: function () { return this.each(function() { var top = (jQuery(window).height() - jQuery(this).outerHeight()) / 2; var left = (jQuery(window).width() - jQuery(this).outerWidth()) / 2; jQuery(this).css({position:'fixed', margin:0, top: (top > 0 ? top : 0)+'px', left: (left > 0 ? left : 0)+'px'}); }); }, centerH: function (bottom_position) { return this.each(function() { var left = (jQuery(window).width() - jQuery(this).outerWidth()) / 2; jQuery(this).css({position:'fixed', margin:0, bottom: (bottom_position > 0 ? bottom_position : 0)+'px', left: (left > 0 ? left : 0)+'px'}); }); } }); if (essb_morepopup_opened) { essb_toggle_less_popup(unique_id); return; } if (jQuery(".essb_morepopup_"+unique_id).hasClass("essb_morepopup_inline")) { essb_toggle_more_inline(unique_id); return; } var is_from_mobilebutton = false; var height_of_mobile_bar = 0; if (jQuery(".essb-mobile-sharebottom").length) { is_from_mobilebutton = true; height_of_mobile_bar = jQuery(".essb-mobile-sharebottom").outerHeight(); } var win_width = jQuery( window ).width(); var win_height = jQuery(window).height(); var doc_height = jQuery('document').height(); var base_width = 550; if (!is_from_mobilebutton) { base_width = 660; } if (win_width < base_width) { base_width = win_width - 30; } var height_correction = is_from_mobilebutton ? 10 : 80; var instance_mobile = false; var element_class = ".essb_morepopup_"+unique_id; var element_class_shadow = ".essb_morepopup_shadow_"+unique_id; var alignToBottom = false; if (jQuery(element_class).hasClass("essb_morepopup_sharebottom")) alignToBottom = true; if (jQuery(element_class).hasClass("essb_morepopup_modern") && !is_from_mobilebutton) height_correction = 100; jQuery(element_class).css( { width: base_width+'px'}); var element_content_class = ".essb_morepopup_content_"+unique_id; var popup_height = jQuery(element_class).outerHeight(); if (popup_height > (win_height - 30)) { var additional_correction = 0; if (is_from_mobilebutton) { jQuery(element_class).css( { top: '5px'}); additional_correction += 30; } jQuery(element_class).css( { height: (win_height - height_of_mobile_bar - height_correction - additional_correction)+'px'}); jQuery(element_content_class).css( { height: (win_height - height_of_mobile_bar - additional_correction - (height_correction+30))+'px', "overflowY" :"auto"}); } jQuery(element_class_shadow).css( { height: (win_height - height_of_mobile_bar)+'px'}); if (!alignToBottom) jQuery(element_class).center(); else { var left = (jQuery(window).width() - jQuery(element_class).outerWidth()) / 2; jQuery(element_class).css( { left: left+"px", position:'fixed', margin:0, bottom: (height_of_mobile_bar + height_correction) + "px" }); } jQuery(element_class).fadeIn(400); jQuery(element_class_shadow).fadeIn(200); essb_morepopup_opened = true; }; function essb_toggle_less_popup(unique_id) { var element_class = ".essb_morepopup_"+unique_id; var element_class_shadow = ".essb_morepopup_shadow_"+unique_id; jQuery(element_class).fadeOut(200); jQuery(element_class_shadow).fadeOut(200); essb_morepopup_opened = false; }; function essb_toggle_more_inline(unique_id) { var buttons_element = jQuery(".essb_"+unique_id); if (!buttons_element.length) return; var element_class = ".essb_morepopup_"+unique_id; var appear_y = jQuery(buttons_element).position().top + jQuery(buttons_element).outerHeight(true); var appear_x = jQuery(buttons_element).position().left; var appear_position = "absolute"; var appear_at_bottom = false; if (jQuery(buttons_element).css("position") === "fixed") appear_position = "fixed"; if (jQuery(buttons_element).hasClass("essb_displayed_bottombar")) appear_at_bottom = true; if (appear_at_bottom) { appear_y = jQuery(buttons_element).position().top - jQuery(element_class).outerHeight(true); var pointer_element = jQuery(element_class).find(".modal-pointer"); if (jQuery(pointer_element).hasClass("modal-pointer-up-left")) { jQuery(pointer_element).removeClass("modal-pointer-up-left"); jQuery(pointer_element).addClass("modal-pointer-down-left"); } } var more_button = jQuery(buttons_element).find(".essb_link_more"); if (!jQuery(more_button).length) more_button = jQuery(buttons_element).find(".essb_link_more_dots"); if (jQuery(more_button).length) appear_x = (appear_position != "fixed") ? jQuery(more_button).position().left - 5 : (appear_x + jQuery(more_button).position().left - 5); var share_button = jQuery(buttons_element).find(".essb_link_share"); if (jQuery(share_button).length) appear_x = (appear_position != "fixed") ? jQuery(share_button).position().left - 5 : (appear_x + jQuery(share_button).position().left - 5); jQuery(element_class).css( { left: appear_x+"px", position: appear_position, margin:0, top: appear_y + "px" }); jQuery(element_class).fadeIn(200); essb_morepopup_opened = true; }jQuery(document).ready(function($){ $(".essb_link_sidebar-close a").each(function() { $(this).click(function(event) { event.preventDefault(); var links_list = $(this).parent().parent().get(0); if (!$(links_list).length) { return; } $(links_list).find(".essb_item").each(function(){ if (!$(this).hasClass("essb_link_sidebar-close")) { $(this).toggleClass("essb-sidebar-closed-item"); } else { $(this).toggleClass("essb-sidebar-closed-clicked"); } }); }); }); }); jQuery(document).ready(function($){ $(window).scroll(essb_sidebar_onscroll); function essb_sidebar_onscroll() { var current_pos = $(window).scrollTop(); var height = $(document).height()-$(window).height(); var percentage = current_pos/height*100; var value_disappear = "0"; var value_appear = "0"; var element; if ($(".essb_displayed_sidebar").length) { element = $(".essb_displayed_sidebar"); } if ($(".essb_displayed_sidebar_right").length) { element = $(".essb_displayed_sidebar_right"); } if (!element || typeof(element) == "undefined") { return; } value_disappear = parseInt(value_disappear); value_appear = parseInt(value_appear); if (value_appear > 0 && value_disappear == 0) { if (percentage >= value_appear && !element.hasClass("active-sidebar")) { element.fadeIn(100); element.addClass("active-sidebar"); return; } if (percentage < value_appear && element.hasClass("active-sidebar")) { element.fadeOut(100); element.removeClass("active-sidebar"); return; } } if (value_disappear > 0 && value_appear == 0) { if (percentage >= value_disappear && !element.hasClass("hidden-sidebar")) { element.fadeOut(100); element.addClass("hidden-sidebar"); return; } if (percentage < value_disappear && element.hasClass("hidden-sidebar")) { element.fadeIn(100); element.removeClass("hidden-sidebar"); return; } } if (value_appear > 0 && value_disappear > 0) { if (percentage >= value_appear && percentage < value_disappear && !element.hasClass("active-sidebar")) { element.fadeIn(100); element.addClass("active-sidebar"); return; } if ((percentage < value_appear || percentage >= value_disappear) && element.hasClass("active-sidebar")) { element.fadeOut(100); element.removeClass("active-sidebar"); return; } } } });var essb_mailform_opened = false; function essb_open_mailform(unique_id) { jQuery.fn.extend({ center: function () { return this.each(function() { var top = (jQuery(window).height() - jQuery(this).outerHeight()) / 2; var left = (jQuery(window).width() - jQuery(this).outerWidth()) / 2; jQuery(this).css({position:'fixed', margin:0, top: (top > 0 ? top : 0)+'px', left: (left > 0 ? left : 0)+'px'}); }); } }); if (essb_mailform_opened) { essb_close_mailform(unique_id); return; } var sender_element = jQuery(".essb_"+unique_id); if (!sender_element.length) return; var sender_post_id = jQuery(sender_element).attr("data-essb-postid") || ""; jQuery("#essb_mail_instance").val(unique_id); jQuery("#essb_mail_post").val(sender_post_id); var win_width = jQuery( window ).width(); var win_height = jQuery(window).height(); var doc_height = jQuery('document').height(); var base_width = 300; if (win_width < base_width) { base_width = win_width - 30; } var height_correction = 20; var element_class = ".essb_mailform"; var element_class_shadow = ".essb_mailform_shadow"; jQuery(element_class).css( { width: base_width+'px'}); var popup_height = jQuery(element_class).outerHeight(); if (popup_height > (win_height - 30)) { jQuery(element_class).css( { height: (win_height - height_correction)+'px'}); } jQuery("#essb_mailform_from").val(""); jQuery("#essb_mailform_to").val(""); if (jQuery("#essb_mailform_c").length) jQuery("#essb_mailform_c").val(""); jQuery(element_class_shadow).css( { height: (win_height)+'px'}); jQuery(element_class).center(); jQuery(element_class).slideDown(200); jQuery(element_class_shadow).fadeIn(200); essb_mailform_opened = true; essb_tracking_only("", "mail", unique_id); }; function essb_close_mailform() { var element_class = ".essb_mailform"; var element_class_shadow = ".essb_mailform_shadow"; jQuery(element_class).fadeOut(200); jQuery(element_class_shadow).fadeOut(200); essb_mailform_opened = false; }; function essb_mailform_send() { var sender_email = jQuery("#essb_mailform_from").val(); var recepient_email = jQuery("#essb_mailform_to").val(); var captcha_validate = jQuery("#essb_mailform_c").length ? true : false; var captcha = captcha_validate ? jQuery("#essb_mailform_c").val() : ""; var custom_message = jQuery("#essb_mailform_custom").length ? jQuery("#essb_mailform_custom").val() : ""; if (sender_email == "" || recepient_email == "" || (captcha == "" && captcha_validate)) { alert("Please fill all fields in form!"); return; } var mail_salt = jQuery("#essb_mail_salt").val(); var instance_post_id = jQuery("#essb_mail_post").val(); console.log("mail salt = " + mail_salt); if (typeof(essb_settings) != "undefined") { jQuery.post(essb_settings.ajax_url, { "action": "essb_mail_action", "post_id": instance_post_id, "from": sender_email, "to": recepient_email, "c": captcha, "cu": custom_message, "salt": mail_salt, "nonce": essb_settings.essb3_nonce }, function (data) { if (data) { console.log(data); alert(data["message"]); if (data["code"] == "1") essb_close_mailform(); }},'json'); } };</script> </body>
</html>