<!doctype html>
      <html class="single">
        <head>
          <title data-react-helmet="true">Red Cross Asks for Help for Victims of Hurricane Harvey</title>
          <meta data-react-helmet="true" http-equiv="Content-Type" content="text/html;charset=UTF-8"/><meta data-react-helmet="true" charset="UTF-8"/><meta data-react-helmet="true" name="description" content="Local Red Cross volunteers are ready to head for Texas if they are needed, but right now they are waiting to see what kind of impact the storm will have locally."/><meta data-react-helmet="true" name="keywords" content="hurricane harvey, red cross, michelle davison"/><meta data-react-helmet="true" property="fb:app_id" content="195729117118170"/><meta data-react-helmet="true" property="fb:admins" content="583052867"/><meta data-react-helmet="true" property="fb:admins" content="100002025987268"/><meta data-react-helmet="true" property="fb:admins" content="732998853"/><meta data-react-helmet="true" property="og:title" content="Red Cross Asks for Help for Victims of Hurricane Harvey"/><meta data-react-helmet="true" property="og:description" content="Local Red Cross volunteers are ready to head for Texas if they are needed, but right now they are waiting to see what kind of impact the storm will have locally."/><meta data-react-helmet="true" property="og:url" content="http://k945.com/red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey/"/><meta data-react-helmet="true" property="og:site_name" content="K945: The Hit Music Channel"/><meta data-react-helmet="true" property="og:type" content="blog"/><meta data-react-helmet="true" property="og:image" content="http://710keel.com/files/2017/08/Houston-Flooding.jpg?w=600&amp;h=0&amp;zc=1&amp;s=0&amp;a=t&amp;q=89"/><meta data-react-helmet="true" name="twitter:card" content="summary_large_image"/><meta data-react-helmet="true" name="twitter:site" content="@K945"/><meta data-react-helmet="true" name="sailthru.description" content="Local Red Cross volunteers are ready to head for Texas if they are needed, but right now they are waiting to see what kind of impact the storm will have locally."/><meta data-react-helmet="true" name="sailthru.date" content="2017-08-28 11:35:37"/><meta data-react-helmet="true" name="sailthru.title" content="Red Cross Tells Us How You can Help Victims of Hurricane Harvey"/><meta data-react-helmet="true" name="sailthru.tags" content="tsmsite-kruf, tsmmarket-shreveport, tsmtype-local, hurricane-harvey, red-cross, local-news"/><meta data-react-helmet="true" name="sailthru.author" content="erinmccartygapbroadcasting-com"/><meta data-react-helmet="true" name="sailthru.image.full" content="http://710keel.com/files/2017/08/Houston-Flooding.jpg"/><meta data-react-helmet="true" name="sailthru.image.thumb" content="http://710keel.com/files/2017/08/Houston-Flooding.jpg"/><meta data-react-helmet="true" property="fb:pages" content="87834569022"/><meta data-react-helmet="true" http-equiv="Content-Type" content="text/html;charset=UTF-8"/><meta data-react-helmet="true" name="viewport" content="width=1286, initial-scale=1.0"/>
          <link data-react-helmet="true" id="design-fav" rel="shortcut icon" href="http://k945.com/files/2011/10/favicon.ico"/><link data-react-helmet="true" rel="profile" href="http://gmpg.org/xfn/11"/><link data-react-helmet="true" rel="canonical" href="http://710keel.com/red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey/"/>
          <link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic|Roboto:400,400italic,500,500italic,700,300italic,300|Roboto+Condensed:300,400,700" rel="stylesheet" type="text/css" />
          <link href="/styles/base.css?ver=f6f5453a8cde7d0b301abb99888e7aca87cafa58&mver=4" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "B";
          window.TSM.cadata = {"activeDomain":"k945.com","blogId":182,"method":"get_single","postId":587547,"crosspostBlogId":"180","crosspostPostId":"314151","postType":"post","postDateGmt":"2017-08-28 16:35:37.000+0000"};
          window.TSM.startload = new Date().getTime();
        </script>
          <script>
    (function () {
      function getCookie(name) {
        var value = "; " + document.cookie;
        var parts = value.split("; " + name + "=");
        if (parts.length == 2) return parts.pop().split(";").shift();
      }
      function updateCookie(name, value, expireDays) {
        let d = new Date();
        d.setTime(d.getTime() + (60*60*24*expireDays*1000));
        var expires = "expires="+ d.toUTCString();
        document.cookie = name + "=" + value + ";" + expires + ";path=/";
      }
      window.TSM = window.TSM || {};
      if (window.TSM.abgroup) {
        updateCookie("abgroup", window.TSM.abgroup, 90);
      }

      var xhr = new XMLHttpRequest();
      xhr.open("POST", "/rest/carbon/api/cogitoergosum", true);
      var cogitoergosum = getCookie("cogitoergosum");
      var abgroup = getCookie("abgroup");
      if (cogitoergosum) {
        window.TSM.cogitoergosum = JSON.parse( atob( decodeURIComponent( cogitoergosum ) ) );
      }
      xhr.onreadystatechange = function() {//Call a function when the state changes.
        if(xhr.readyState == XMLHttpRequest.DONE && xhr.status == 200) {
          if (xhr.response) {
            var result = JSON.parse(xhr.response);
            if (result && result.result) {
              if (result.result.cookie) {
                window.TSM.cogitoergosum = JSON.parse( atob( result.result.cookie ) );
              }
              if (result.result.credentials) {
                window.TSM.credentials = JSON.parse( atob( result.result.credentials ) );
              }
              // console.log("cogitoergosum xhr", window.TSM.cogitoergosum);
            }
          }
        }
      };
      xhr.setRequestHeader("Content-type", "application/json");
      var cadata = window.TSM.cadata || {};
      cadata.experimentGroup = window.TSM.abgroup;
      cadata.viewType = "standard";
      cadata.timespent = new Date().getTime() - window.TSM.startload;
      var referrer = document.referrer;
      var sendData = {
        type: "pageview",
        referrer: referrer,
        url: document.location.href,
        queryParam: document.location.queryParam,
        pageData: cadata,
        scrollPageIndex: 0
      };
      xhr.send(JSON.stringify(sendData));
    }());
  </script>
          <script>
            (function(w){
              w.ga=w.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
              var gaInitData = {"hitType":"pageview","dimension1":"erinmccartygapbroadcasting-com","dimension2":"local-news","dimension3":"hurricane-harvey,red-cross","dimension4":"post","dimension5":"Mon Aug 28 2017","dimension6":"11:35","dimension7":"standard","dimension8":"675","dimension9":"B","dimension10":"no"};
ga( "create", {
          trackingId:"UA-19110214-4",
          name: "primary",
          allowAnchor: false
        });
        ga( "primary.require", "displayfeatures" );
        ga( "primary.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "primary" ] = {gaid:"UA-19110214-4"};
ga( "create", {
          trackingId:"UA-19109753-1",
          name: "UA191097531",
          allowAnchor: false
        });
        ga( "UA191097531.require", "displayfeatures" );
        ga( "UA191097531.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA191097531" ] = {gaid:"UA-19109753-1"};
ga( "create", {
          trackingId:"UA-19110214-7",
          name: "UA191102147",
          allowAnchor: false
        });
        ga( "UA191102147.require", "displayfeatures" );
        ga( "UA191102147.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA191102147" ] = {gaid:"UA-19110214-7"};
ga( "create", {
          trackingId:"UA-28825804-1",
          name: "UA288258041",
          allowAnchor: false
        });
        ga( "UA288258041.require", "displayfeatures" );
        ga( "UA288258041.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA288258041" ] = {gaid:"UA-28825804-1"};
ga( "create", {
          trackingId:"UA-45260060-4",
          name: "UA452600604",
          allowAnchor: false
        });
        ga( "UA452600604.require", "displayfeatures" );
        ga( "UA452600604.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA452600604" ] = {gaid:"UA-45260060-4"};
            })(window);
          </script>
          <script async src="https://www.google-analytics.com/analytics.js"></script>
          <script>(function(w){
      w.dataLayer = [{"title":"Red Cross Asks for Help for Victims of Hurricane Harvey","callsign":"KRUFFM","market":"Shreveport","sitetype":"Local","siteClassification":"Local","state":"LA","genre":{"0":"pop"},"pageType":"post","tags":"hurricane-harvey,red-cross","categories":"local-news","mediaType":"video"}];
      w.dataLayer[0].referer = document.referrer;w.dataLayer[0].curatedReferer = document.referrer.replace( /https?:\/\//, "" );w.dataLayer[0].dayOfWeek = function(n){return n.toLocaleString("en-US",{weekday:"long"})}(new Date);w.dataLayer[0].periodOfDay = function(n,t,i){t=n.getHours(),i=n.getMinutes(),i<10&&(i="0"+i);var r=parseInt(t+""+i);return r>=0&&r<600?"Overnight":r>=600&&r<1e3?"Morning Drive":r>=1e3&&r<1500?"Midday":r>=1500&&r<1900?"Afternoon Drive":r>=1900&&r<2400?"Evening":void 0}(new Date);
    })(window);</script>
          <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({"gtm.start": new Date().getTime(),event:"gtm.js"});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!="dataLayer"?"&l="+l:"";j.async=true;j.src= "https://www.googletagmanager.com/gtm.js?id="+i+dl;f.parentNode.insertBefore(j,f); })(window,document,"script","dataLayer","GTM-K346HJZ");</script>
          
          <script class="kxct" data-id="rwjnisqy1" data-timing="async" data-version="3.0" type="text/javascript">
        window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);
        (function(){
          var k=document.createElement("script");k.type="text/javascript";k.async=true;
          k.src=(location.protocol==="https:"?"https:":"http:")+"//"+"cdn.krxd.net/controltag/rwjnisqy1.js";
          var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(k,s);
        }());
      </script><script type="text/javascript" src="//mtrx.go.sonobi.com/morpheus.townsquaremedia.local.1594.js"></script>
<script async type="text/javascript" src="https://native.sharethrough.com/assets/sfp.js"></script><script async="async" src="https://www.googletagservices.com/tag/js/gpt.js"></script>
        <script>
        var googletag = googletag || {};
        googletag.cmd = googletag.cmd || [];
        </script>
<script>window.pbjs=window.pbjs||{};window.pbjs.que=window.pbjs.que||[];</script><script src="http://production.townsquareblogs.com/wp-content/uploads/static/prebid/carbon/pb.js?domain=k945.com"></script>
<script>!function(a9,a,p,s,t,A,g){if(a[a9])return;function q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function(){q("i",arguments)},fetchBids:function(){q("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]},_Q:[]};A=p.createElement(s);A.async=!0;A.src=t;g=p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A,g)}("apstag",window,document,"script","//c.amazon-adsystem.com/aax2/apstag.js");
        apstag.init({pubID: "3227", adServer: "googletag" });</script>
<script>
        window.TSM = window.TSM || {}; window.TSM.adSlots = window.TSM.adSlots || {};window.TSM.adLog = window.TSM.adLog || {};
        googletag.cmd.push(function(){
googletag.pubads().disableInitialLoad();
googletag.pubads().setTargeting( "catid", ["local-news"] );
googletag.pubads().setTargeting( "tags", ["hurricane-harvey","red-cross"] );
googletag.pubads().setTargeting( "id", "red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey" );
googletag.pubads().setTargeting( "author", "erinmccartygapbroadcasting-com" );
googletag.pubads().setTargeting( "kw", ["erinmccartygapbroadcasting-com","red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey","local-news","hurricane-harvey","red-cross","pagetype-post"] );
googletag.pubads().setTargeting( "genre", ["pop"] );
googletag.pubads().setTargeting( "device", "web" );
googletag.pubads().setTargeting( "ksg", Krux.segments );
        googletag.pubads().setTargeting( "kuid", Krux.user );
if( window.TSM.adSlots["tsm-ad-300a"] === undefined ){
window.TSM.adSlots["tsm-ad-300a"] = googletag.defineSlot( "8328825/local/Shreveport/KRUF/post", [[300,250],[300,600]], "tsm-ad-300a" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "300a" );
}
if( window.TSM.adSlots["tsm-ad-970a"] === undefined ){
window.TSM.adSlots["tsm-ad-970a"] = googletag.defineSlot( "8328825/local/Shreveport/KRUF/post", [[970,90]], "tsm-ad-970a" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "970a" );
}
if( window.TSM.adSlots["tsm-ad-maintop-300a"] === undefined ){
window.TSM.adSlots["tsm-ad-maintop-300a"] = googletag.defineSlot( "8328825/local/Shreveport/KRUF/post", [[300,250]], "tsm-ad-maintop-300a" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "300a" );
}
if( window.TSM.adSlots["tsm-ad-listenlive-300a"] === undefined ){
window.TSM.adSlots["tsm-ad-listenlive-300a"] = googletag.defineSlot( "8328825/local/Shreveport/KRUF/post", [[300,250]], "tsm-ad-listenlive-300a" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "300a" );
}
if( window.TSM.adSlots["tsm-ad-300b"] === undefined ){
window.TSM.adSlots["tsm-ad-300b"] = googletag.defineSlot( "8328825/local/Shreveport/KRUF/post", [[300,250],[300,600]], "tsm-ad-300b" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "300b,300d" );
}
if( window.TSM.adSlots["tsm-ad-300c"] === undefined ){
window.TSM.adSlots["tsm-ad-300c"] = googletag.defineSlot( "8328825/local/Shreveport/KRUF/post", [[300,250],[300,600]], "tsm-ad-300c" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "300c" );
}
if( window.TSM.adSlots["tsm-ad-728a"] === undefined ){
window.TSM.adSlots["tsm-ad-728a"] = googletag.defineSlot( "8328825/local/Shreveport/KRUF/post", [[728,90],[970,90],[970,250]], "tsm-ad-728a" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "728a" );
}
if( window.TSM.adSlots["tsm-ad-728b"] === undefined ){
window.TSM.adSlots["tsm-ad-728b"] = googletag.defineSlot( "8328825/local/Shreveport/KRUF/post", [[728,90]], "tsm-ad-728b" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "728b" );
}
if( window.TSM.adSlots["tsm-ad-oop"] === undefined ){
window.TSM.adSlots["tsm-ad-oop"] = googletag.defineOutOfPageSlot( "8328825/local/Shreveport/KRUF/post", "tsm-ad-oop" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "oop" );
}
 googletag.pubads().collapseEmptyDivs();
        googletag.enableServices();
      });
      </script>
          <script defer src="https://apis.google.com/js/platform.js"></script>
      <script>window.twttr = (function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0],
        t = window.twttr || {};
      if (d.getElementById(id)) return t;
      js = d.createElement(s);
      js.id = id;
      js.src = "https://platform.twitter.com/widgets.js";
      fjs.parentNode.insertBefore(js, fjs);
      t._e = [];
      t.ready = function(f) {
        t._e.push(f);
      };
      return t;
    }(document, "script", "twitter-wjs"));</script>
    <script async defer src="//platform.instagram.com/en_US/embeds.js"></script>
    <script defer type="text/javascript" src="//www.zergnet.com/zerg-inf-multi.js"></script>
        </head>
        <body>
          <div id="fb-root"></div>
          <div id="app"><div data-reactroot="" data-reactid="1" data-react-checksum="1336405936"><!-- react-empty: 2 --><div id="container" class="" data-reactid="3"><section class="top-components" data-reactid="4"></section><div id="top-not-ads" class="" data-reactid="5"><div class="blingbar box" style="height:auto;left:0px;" data-reactid="6"><div class="tsm-ad tsm-ad-728" data-reactid="7"><div id="tsm-ad-728a" data-reactid="8"><!-- dynamic ad --></div></div></div><div id="tsm-ad-1x1-container" data-reactid="9"><div class="tsm-ad tsm-ad-oop" data-reactid="10"><div id="tsm-ad-oop" data-reactid="11"><!-- dynamic ad --></div></div></div></div><div class="container-inner" data-reactid="12"><div id="site-menu-wrapper" class="" data-reactid="13"><a class="logo" href="/" itemprop="logo url" alt="K945" title="K945" data-reactid="14"><img src="http://k945.com/files/2017/11/kruffm-logo.png" alt="K945" title="K945" data-reactid="15"/></a><div class="site-menu-right" data-reactid="16"><div class="showticker-container" id="show-ticker" data-reactid="17"><div class="slider showticker-items" data-reactid="18"><div class="sizer" data-reactid="19"></div><div class="mover fade" data-reactid="20"><div class="listenlive-container showticker-item active" data-reactid="21"><div class="song-meta first-song" data-reactid="22"><div class="artist-image icon-headphones" data-reactid="23"><figure class="frameme" data-reactid="24"><a class="theframe" data-image="http://k945.com/files/2015/06/LisaPaige.jpg" rel="" title="" data-reactid="25"></a><div class="loadinganim showbox" id="0" data-reactid="26"><div class="loader" style="width:30px;height:30px;" data-reactid="27"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="28"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="29"></circle></svg></div></div></figure></div><div class="song-info radio" data-reactid="30"><a class="live-show-info" href="http://k945.com/show/popcrush-nights/" data-reactid="31">PopCrush Nights</a></div></div></div></div></div><a class="listen-live-cto cto" href="/listen-live/" data-reactid="32"><span class="icon-play2" data-reactid="33"></span><span class="cto-title" data-reactid="34">Listen Now</span></a><a class="sign-in-out" href="/#auth-start" title="" data-reactid="35"></a></div><nav id="site-menu" data-reactid="36"><div class="wrapper" data-reactid="37"><span class="icon-base icon-menu select-none" data-reactid="38"></span><ul class="links" data-reactid="39"><li class="hassub" data-reactid="40"><a href="/" data-reactid="41">Home</a></li><li class="hassub" data-reactid="42"><a href="/djs" data-reactid="43">On Air</a><ul class="links submenu" data-reactid="44"><li class="hassub" data-reactid="45"><a href="/shows" data-reactid="46">Schedule</a></li><li class="hassub" data-reactid="47"><a href="/category/the-morning-madhouse/" data-reactid="48">Morning Madhouse</a></li><li class="hassub" data-reactid="49"><a href="/author/jess/" data-reactid="50">Jess</a></li><li class="hassub" data-reactid="51"><a href="/author/jaywhatley1/" data-reactid="52">Jay Whatley</a></li><li class="hassub" data-reactid="53"><a href="/show/popcrush-nights/" data-reactid="54">PopCrush Nights</a></li></ul></li><li class="hassub" data-reactid="55"><a href="/listen-live/" data-reactid="56">Listen</a><ul class="links submenu" data-reactid="57"><li class="hassub" data-reactid="58"><a href="/listen-live/" data-reactid="59">Listen Live</a></li><li class="hassub" data-reactid="60"><a href="/mobile" data-reactid="61">Download the K94.5 App</a></li></ul></li><li class="hassub" data-reactid="62"><a href="/playlist/" data-reactid="63">Playlist</a><ul class="links submenu" data-reactid="64"><li class="hassub" data-reactid="65"><a href="/playlist/" data-reactid="66">Recently Played</a></li></ul></li><li class="hassub" data-reactid="67"><a href="/events-shreveport" data-reactid="68">Events</a><ul class="links submenu" data-reactid="69"><li class="hassub" data-reactid="70"><a href="/events-shreveport" data-reactid="71">Calendar</a></li><li class="hassub" data-reactid="72"><a href="/events-shreveport/patty-in-the-plaza-2/17-march-2018-festival-plaza-16/" data-reactid="73">Patty in the Plaza</a></li><li class="hassub" data-reactid="74"><a href="/events-shreveport/foo-fighters-live-in-bossier-city/22-april-2018-centurylink-center-5/" data-reactid="75">Foo Fighters Live in Bossier City</a></li><li class="hassub" data-reactid="76"><a href="/events-shreveport/community/add" data-reactid="77">Submit Your Event</a></li></ul></li><li class="hassub" data-reactid="78"><a href="/vip/" data-reactid="79">Krewe Club</a><ul class="links submenu" data-reactid="80"><li class="hassub" data-reactid="81"><a href="/registration" data-reactid="82">Sign Up</a></li><li class="hassub" data-reactid="83"><a href="/vip/contests/" data-reactid="84">Contests</a></li><li class="hassub" data-reactid="85"><a href="/k945-official-contest-rules/" data-reactid="86">Contest Rules</a></li><li class="hassub" data-reactid="87"><a href="/local-experts" data-reactid="88">Local Experts</a></li><li class="hassub" data-reactid="89"><a href="/help" data-reactid="90">VIP Krewe Support</a></li></ul></li><li class="hassub" data-reactid="91"><a href="/contests" data-reactid="92">Contests</a><ul class="links submenu" data-reactid="93"><li class="hassub" data-reactid="94"><a href="/files/2018/01/BIGGameSquares.OfficalRules.2018.pdf" data-reactid="95">Big Game Squares Official Contest Rules</a></li></ul></li><li class="hassub" data-reactid="96"><a href="/category/local-news/" data-reactid="97">News</a><ul class="links submenu" data-reactid="98"><li class="hassub" data-reactid="99"><a href="/category/local-news/" data-reactid="100">Shreveport-Bossier News</a></li><li class="hassub" data-reactid="101"><a href="/category/entertainment-news/" data-reactid="102">Entertainment News</a></li><li class="hassub" data-reactid="103"><a href="/category/music_news/" data-reactid="104">Music News</a></li><li class="hassub" data-reactid="105"><a href="/category/sports/" data-reactid="106">Sports</a></li><li class="hassub" data-reactid="107"><a href="/shreveport-weather/" data-reactid="108">Weather</a></li></ul></li><li class="hassub" data-reactid="109"><a href="/help" data-reactid="110">Contact</a><ul class="links submenu" data-reactid="111"><li class="hassub" data-reactid="112"><a href="/help/" data-reactid="113">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="114"><a href="/feedback" data-reactid="115">Send Feedback</a></li><li class="hassub" data-reactid="116"><a href="/advertise-on-k945-the-hit-music-channel/" data-reactid="117">Advertise</a></li><li class="hassub" data-reactid="118"><a href="/shreveport-employment-2" data-reactid="119">Shreveport Employment</a></li><li class="hassub" data-reactid="120"><a href="/advertising-disclaimer" data-reactid="121">Advertising Disclaimer</a></li></ul></li><li class="hidden-menu hassub hide" data-reactid="122"><a class="more-icon" href="#" data-reactid="123">More</a><ul class="links submenu" data-reactid="124"><li class="hassub hide" data-reactid="125"><a href="/" data-reactid="126">Home</a></li><li class="hassub hide" data-reactid="127"><a href="/djs" data-reactid="128">On Air</a><ul class="links submenu" data-reactid="129"><li class="hassub" data-reactid="130"><a href="/shows" data-reactid="131">Schedule</a></li><li class="hassub" data-reactid="132"><a href="/category/the-morning-madhouse/" data-reactid="133">Morning Madhouse</a></li><li class="hassub" data-reactid="134"><a href="/author/jess/" data-reactid="135">Jess</a></li><li class="hassub" data-reactid="136"><a href="/author/jaywhatley1/" data-reactid="137">Jay Whatley</a></li><li class="hassub" data-reactid="138"><a href="/show/popcrush-nights/" data-reactid="139">PopCrush Nights</a></li></ul></li><li class="hassub hide" data-reactid="140"><a href="/listen-live/" data-reactid="141">Listen</a><ul class="links submenu" data-reactid="142"><li class="hassub" data-reactid="143"><a href="/listen-live/" data-reactid="144">Listen Live</a></li><li class="hassub" data-reactid="145"><a href="/mobile" data-reactid="146">Download the K94.5 App</a></li></ul></li><li class="hassub hide" data-reactid="147"><a href="/playlist/" data-reactid="148">Playlist</a><ul class="links submenu" data-reactid="149"><li class="hassub" data-reactid="150"><a href="/playlist/" data-reactid="151">Recently Played</a></li></ul></li><li class="hassub hide" data-reactid="152"><a href="/events-shreveport" data-reactid="153">Events</a><ul class="links submenu" data-reactid="154"><li class="hassub" data-reactid="155"><a href="/events-shreveport" data-reactid="156">Calendar</a></li><li class="hassub" data-reactid="157"><a href="/events-shreveport/patty-in-the-plaza-2/17-march-2018-festival-plaza-16/" data-reactid="158">Patty in the Plaza</a></li><li class="hassub" data-reactid="159"><a href="/events-shreveport/foo-fighters-live-in-bossier-city/22-april-2018-centurylink-center-5/" data-reactid="160">Foo Fighters Live in Bossier City</a></li><li class="hassub" data-reactid="161"><a href="/events-shreveport/community/add" data-reactid="162">Submit Your Event</a></li></ul></li><li class="hassub hide" data-reactid="163"><a href="/vip/" data-reactid="164">Krewe Club</a><ul class="links submenu" data-reactid="165"><li class="hassub" data-reactid="166"><a href="/registration" data-reactid="167">Sign Up</a></li><li class="hassub" data-reactid="168"><a href="/vip/contests/" data-reactid="169">Contests</a></li><li class="hassub" data-reactid="170"><a href="/k945-official-contest-rules/" data-reactid="171">Contest Rules</a></li><li class="hassub" data-reactid="172"><a href="/local-experts" data-reactid="173">Local Experts</a></li><li class="hassub" data-reactid="174"><a href="/help" data-reactid="175">VIP Krewe Support</a></li></ul></li><li class="hassub hide" data-reactid="176"><a href="/contests" data-reactid="177">Contests</a><ul class="links submenu" data-reactid="178"><li class="hassub" data-reactid="179"><a href="/files/2018/01/BIGGameSquares.OfficalRules.2018.pdf" data-reactid="180">Big Game Squares Official Contest Rules</a></li></ul></li><li class="hassub hide" data-reactid="181"><a href="/category/local-news/" data-reactid="182">News</a><ul class="links submenu" data-reactid="183"><li class="hassub" data-reactid="184"><a href="/category/local-news/" data-reactid="185">Shreveport-Bossier News</a></li><li class="hassub" data-reactid="186"><a href="/category/entertainment-news/" data-reactid="187">Entertainment News</a></li><li class="hassub" data-reactid="188"><a href="/category/music_news/" data-reactid="189">Music News</a></li><li class="hassub" data-reactid="190"><a href="/category/sports/" data-reactid="191">Sports</a></li><li class="hassub" data-reactid="192"><a href="/shreveport-weather/" data-reactid="193">Weather</a></li></ul></li><li class="hassub hide" data-reactid="194"><a href="/help" data-reactid="195">Contact</a><ul class="links submenu" data-reactid="196"><li class="hassub" data-reactid="197"><a href="/help/" data-reactid="198">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="199"><a href="/feedback" data-reactid="200">Send Feedback</a></li><li class="hassub" data-reactid="201"><a href="/advertise-on-k945-the-hit-music-channel/" data-reactid="202">Advertise</a></li><li class="hassub" data-reactid="203"><a href="/shreveport-employment-2" data-reactid="204">Shreveport Employment</a></li><li class="hassub" data-reactid="205"><a href="/advertising-disclaimer" data-reactid="206">Advertising Disclaimer</a></li></ul></li></ul></li></ul><div class="site-menu-right" data-reactid="207"><ul class="social-links" data-reactid="208"><li class="social" data-reactid="209"><a class="share-link youtube" href="https://youtube.com/user/K945FM" target="_blank" data-social="youtube" data-reactid="210"><span class="icon-base icon-youtube" data-reactid="211"></span></a></li><li class="social" data-reactid="212"><a class="share-link facebook" href="http://www.facebook.com/K945SBC" target="_blank" data-social="facebook" data-reactid="213"><span class="icon-base icon-facebook" data-reactid="214"></span></a></li><li class="social" data-reactid="215"><a class="share-link twitter" href="https://twitter.com/K945  " target="_blank" data-social="twitter" data-reactid="216"><span class="icon-base icon-twitter" data-reactid="217"></span></a></li><ul class="social-subscriptions" data-reactid="218"><li class="sub-instagram " data-reactid="219"><a href="https://www.instagram.com/k945" target="_blank" data-reactid="220">INSTAGRAM</a></li><li class="share_link_small youtube sub-youtube" data-reactid="221"><span class="youtube-subscribe-button " data-reactid="222"></span></li><li class="sub-facebook" data-reactid="223"></li><li class="sub-twitter" data-reactid="224"></li></ul></ul><div id="search-form" class="" data-reactid="225"><div class="form-wrap" data-reactid="226"><form data-reactid="227"><input type="text" name="searchInput" value="" class="search-input" placeholder="Search" data-reactid="228"/><input type="submit" class="search-submit" disabled="" value="SEARCH" data-reactid="229"/></form></div><div class="icon-base icon-search" data-reactid="230"></div></div></div><div class="site-screen select-none" data-reactid="231"></div></div></nav></div><ul class="promo-links" data-reactid="232"><li data-reactid="233"><span data-reactid="234">Trending Now:</span></li><li data-reactid="235"><a title="Patty in the Plaza" href="/celebrate-st-patricks-day-patty-in-the-plaza-style/" data-reactid="236">Patty in the Plaza</a></li><li data-reactid="237"><a title="The Morning Madhouse" href="/category/the-morning-madhouse/" data-reactid="238">The Morning Madhouse</a></li><li data-reactid="239"><a title="K945 App!" href="/app/" data-reactid="240">K945 App!</a></li><li data-reactid="241"><a title="K945 on Alexa!" href="/k945-is-now-available-on-amazon-alexa-enabled-devices/" data-reactid="242">K945 on Alexa!</a></li><li data-reactid="243"><a title="Mardi Gras" href="/category/mardi-gras/" data-reactid="244">Mardi Gras</a></li><li data-reactid="245"><a title="Shreveport/Bossier News" href="/category/local-news/" data-reactid="246">Shreveport/Bossier News</a></li></ul></div><div class="tsm-ad tsm-ad-nav-970" data-reactid="247"><div id="tsm-ad-970a" data-reactid="248"><!-- dynamic ad --></div></div><div class="site-content clearfix" data-reactid="249"><div class="main-content" data-reactid="250"><div class="wrapper post-wrapper" data-reactid="251"><div class="post clearfix" data-reactid="252"><div class="entry" data-reactid="253"><article id="post-587547" data-location="/red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey/" data-index="0" data-reactid="254"><div class="page-header" data-reactid="255"><div class="content-header show-ui front" id="content-header-587547" data-reactid="256"><div class="internal-header outgrow  " style="max-height:0px;" data-reactid="257"></div><div class="content-header-header" data-reactid="258"><div class="react-parallax " data-reactid="259"><div class="react-parallax-background-children" data-bottom-top="transform:translate3d(0,-20%,0);" data-top-bottom="transform:translate3d(0,20%,0);" data-reactid="260"><figure class="frameme img-tag frame-loaded" data-reactid="261"><div class="theframe" data-image="http://710keel.com/files/2017/08/Houston-Flooding.jpg" rel="" title="" style="background-image:url(&quot;http://710keel.com/files/2017/08/Houston-Flooding.jpg?w=980&amp;q=75&quot;);" data-reactid="262"></div></figure></div><div class="react-parallax-content" data-reactid="263"><figure class="frameme img-tag" data-reactid="264"><div class="theframe" data-image="http://710keel.com/files/2017/08/Houston-Flooding.jpg" rel="" title="" data-reactid="265"></div><div class="loadinganim showbox" id="0" data-reactid="266"><div class="loader" style="width:30px;height:30px;" data-reactid="267"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="268"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="269"></circle></svg></div></div></figure></div></div><div class="header" data-reactid="270"><section class="title " data-reactid="271"><h1 class="" data-reactid="272">Red Cross Tells Us How You can Help Victims of Hurricane Harvey</h1></section><div class="byline" data-reactid="273"><div class="authors" data-reactid="274"><address class="author" data-reactid="275"><div class="author-image icon-user" data-reactid="276"><figure class="frameme" data-reactid="277"><a class="theframe" data-image="http://k945.com/files/2017/06/Erin-McCarty-New-Pic-Edited-Use-This.jpg" href="http://k945.com/author/erinmccartygapbroadcasting-com/" rel="author" title="Erin McCarty" data-reactid="278"></a><div class="loadinganim showbox" id="0" data-reactid="279"><div class="loader" style="width:30px;height:30px;" data-reactid="280"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="281"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="282"></circle></svg></div></div></figure></div><a class="author-name" href="http://k945.com/author/erinmccartygapbroadcasting-com/" rel="author" title="Erin McCarty" data-reactid="283">Erin McCarty</a></address></div><time datetime="2017-08-28 16:35:37 +0000" data-reactid="284">August 28, 2017</time></div><figcaption title="Eric Kayne" data-reactid="285">Eric Kayne</figcaption></div></div></div></div><div class="content-wrap" data-reactid="286"><div class="social-share bignsexy" data-reactid="287"><div class="social-bar social-icons" data-reactid="288"><ul data-reactid="289"><li data-reactid="290"><a href="http://twitter.com/intent/tweet?text=Red%20Cross%20Tells%20Us%20How%20You%20can%20Help%20Victims%20of%20Hurricane%20Harvey%20http%3A%2F%2Fk945.com%2Fred-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey%2F%3Ftrackback%3Dtwitter_mobile%20%40K945%20%20" title="Share on Twitter" target="_blank" data-reactid="291"><span class=" social-icon icon-twitter tw" data-reactid="292"><span class="share-title" data-reactid="293">Share on Twitter</span></span></a></li><li data-reactid="294"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fk945.com%2Fred-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey%2F%3Ftrackback%3Dfbshare_mobile" title="Share on Facebook" target="_blank" data-reactid="295"><span class=" social-icon icon-facebook fb" data-reactid="296"><span class="share-title" data-reactid="297">Share on Facebook</span></span></a></li></ul></div></div><div class="content" data-reactid="298"><div class="pod-content" data-reactid="299"><p data-reactid="300">Local Red Cross volunteers are ready to head for Texas if they are needed, but right now they are waiting to see what kind of impact the storm will have on the Shreveport Bossier area.</p><p data-reactid="301"><a href="http://www.redcross.org/local/louisiana/local-chapters/North-Louisiana" target="_blank" data-reactid="302"><!-- react-text: 303 -->North Louisiana Red Cross<!-- /react-text --></a><!-- react-text: 304 --> Director Michelle Davison tells KEEL News she has crews ready to deploy to Texas or Southwest Louisiana as needed. She is concerned about the potential for flooding in our region.<!-- /react-text --></p><p data-reactid="305"><!-- react-text: 306 -->She says the best way you can help is to make a<!-- /react-text --><a href="https://www.redcross.org/donate/hurricane-harvey?campname=Harvey&amp;campmedium=chapteraspot" target="_blank" data-reactid="307"><!-- react-text: 308 --> financial contribution<!-- /react-text --></a><!-- react-text: 309 -->. She says while some supplies are needed, they often can be a problem during the early going. Volunteers might have to spend time dealing with loading an unloading when they are needed for more critical services.<!-- /react-text --></p><div class="sharethrough-container" data-reactid="310"><div class="tsm-ad tsm-ad-oop" data-reactid="311"><div id="tsm-ad-sharethrough-oop-1" data-reactid="312"><!-- dynamic ad --></div></div></div><div class="lazyload-placeholder oembed-lazyload-placeholder" data-reactid="313"></div><p data-reactid="314"><!-- react-text: 315 -->You can help by <!-- /react-text --><strong data-reactid="316"><a href="http://www.redcross.org/give-blood" target="_blank" data-reactid="317"><!-- react-text: 318 -->giving blood <!-- /react-text --></a></strong><!-- react-text: 319 -->as the blood supply is critically low.<!-- /react-text --></p><p data-reactid="320"> </p><p data-reactid="321"> </p><p data-reactid="322"> </p><p data-reactid="323"> </p><p data-reactid="324"> </p></div></div><div class="content-footer" data-reactid="325"><!-- react-empty: 326 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="327"></div><!-- react-text: 328 --><!-- /react-text --><div class="tags-lines" data-reactid="329"><div class="wrapper" data-reactid="330"><span data-reactid="331"><!-- react-text: 332 -->Filed Under<!-- /react-text --><!-- react-text: 333 -->: <!-- /react-text --></span><span data-reactid="334"><!-- react-text: 335 --><!-- /react-text --><a href="http://k945.com/tags/hurricane-harvey/" data-reactid="336">Hurricane Harvey</a></span><span data-reactid="337"><!-- react-text: 338 -->, <!-- /react-text --><a href="http://k945.com/tags/red-cross/" data-reactid="339">red cross</a></span></div><div class="wrapper" data-reactid="340"><span data-reactid="341"><!-- react-text: 342 -->Categories<!-- /react-text --><!-- react-text: 343 -->: <!-- /react-text --></span><span data-reactid="344"><!-- react-text: 345 --><!-- /react-text --><a href="http://k945.com/category/local-news/" data-reactid="346">Shreveport News</a></span></div></div><div class="comments-wrapper" data-reactid="347"><div class="comments" data-reactid="348"><div data-reactid="349"><span class="icon-comments" data-reactid="350"></span><i data-reactid="351">Comments</i><span class="fb-comments-count" data-href="http://k945.com/red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey/" data-reactid="352"></span><span class="icon-triangle-down" data-reactid="353"></span></div><div class="cto" data-reactid="354">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="355"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="356">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="357"><div class="aside-inside" data-reactid="358"><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-105" data-reactid="359"><div class="wrapper clearfix" data-reactid="360"><div class="fix_sidebar_marker" data-reactid="361"></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-1074" data-reactid="362"><header data-reactid="363"><h2 data-reactid="364"><span class="title-container" data-reactid="365">Featured</span><!-- react-text: 366 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="367"><section id="ts_blogroll-1074" class="blogroll carousel slider dl align-right" data-reactid="368"><div class="slider blogroll-items" data-reactid="369"><div class="sizer" data-reactid="370"></div><div class="mover slide" data-reactid="371"><article class="item title-over-image" data-reactid="372"><figure class="frameme" data-reactid="373"><a class="theframe" data-image="http://710keel.com/files/2017/01/Crawfish-2017-1.jpg" href="http://k945.com/here-are-the-latest-crawfish-prices-in-shreveport-bossier/" rel="" title="Here Are the Latest Crawfish Prices for Shreveport-Bossier" data-reactid="374"></a><div class="loadinganim showbox" id="0" data-reactid="375"><div class="loader" style="width:30px;height:30px;" data-reactid="376"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="377"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="378"></circle></svg></div></div></figure><div class="content" data-reactid="379"><a href="http://k945.com/here-are-the-latest-crawfish-prices-in-shreveport-bossier/" title="Here Are the Latest Crawfish Prices for Shreveport-Bossier" class="title" data-reactid="380">Here Are the Latest Crawfish Prices for Shreveport-Bossier</a></div></article></div><div class="previous icon-arrow-thin-left arrow icon-base round always-visible" title="Previous" data-reactid="381"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="382"></div></div></section></div></section><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-108" data-reactid="383"><div class="wrapper clearfix" data-reactid="384"><div class="fix_sidebar_marker" data-reactid="385"></div></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-718" data-reactid="386"><div class="wrapper clearfix" data-reactid="387"><div class="widget-content" data-reactid="388"><div class="tsm-ad tsm-ad-300" data-reactid="389"><div id="tsm-ad-300a" data-reactid="390"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-669" data-reactid="391"><div class="wrapper clearfix" data-reactid="392"><div class="widget-content" data-reactid="393"><div data-reactid="394"><form method="post" class="newsletter-frame clearfix" data-reactid="395"><div class="content clearfix" data-reactid="396"><p class="title" data-reactid="397">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="398"><div class="vertical-centered" data-reactid="399"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="400"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="401"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-1075" data-reactid="402"><header data-reactid="403"><h2 data-reactid="404"><span class="title-container" data-reactid="405">Latest Articles</span></h2></header><div class="wrapper clearfix" data-reactid="406"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="407"><div class="blogroll-inner clearfix" data-reactid="408"><article class="" data-reactid="409"><figure class="frameme" data-reactid="410"><a class="theframe" data-image="http://k945.com/files/2018/02/RS10811_163159564.jpg" href="http://k945.com/free-food-on-valentines-day-now-thats-true-love/" rel="" title="Free Food on Valentine&amp;apos;s Day? Now That&amp;apos;s True Love" data-reactid="411"></a><div class="loadinganim showbox" id="0" data-reactid="412"><div class="loader" style="width:30px;height:30px;" data-reactid="413"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="414"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="415"></circle></svg></div></div></figure><div class="content" data-reactid="416"><a href="http://k945.com/free-food-on-valentines-day-now-thats-true-love/" title="Free Food on Valentine&#x27;s Day? Now That&#x27;s True Love" class="title" data-reactid="417">Free Food on Valentine&#x27;s Day? Now That&#x27;s True Love</a></div></article><article class="" data-reactid="418"><figure class="frameme" data-reactid="419"><a class="theframe" data-image="http://710keel.com/files/2017/01/Crawfish-2017-1.jpg" href="http://k945.com/here-are-the-latest-crawfish-prices-in-shreveport-bossier/" rel="" title="Here Are the Latest Crawfish Prices for Shreveport-Bossier" data-reactid="420"></a><div class="loadinganim showbox" id="0" data-reactid="421"><div class="loader" style="width:30px;height:30px;" data-reactid="422"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="423"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="424"></circle></svg></div></div></figure><div class="content" data-reactid="425"><a href="http://k945.com/here-are-the-latest-crawfish-prices-in-shreveport-bossier/" title="Here Are the Latest Crawfish Prices for Shreveport-Bossier" class="title" data-reactid="426">Here Are the Latest Crawfish Prices for Shreveport-Bossier</a></div></article><article class="" data-reactid="427"><figure class="frameme" data-reactid="428"><a class="theframe" data-image="http://screencrush.com/files/2018/01/Incredibles-2.jpg" href="http://k945.com/incredibles-2-tv-spots-olympics/" rel="" title="&amp;lsquo;The Incredibles 2&amp;CloseCurlyQuote; Olympics TV Spots Tease New Footage" data-reactid="429"></a><div class="loadinganim showbox" id="0" data-reactid="430"><div class="loader" style="width:30px;height:30px;" data-reactid="431"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="432"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="433"></circle></svg></div></div></figure><div class="content" data-reactid="434"><a href="http://k945.com/incredibles-2-tv-spots-olympics/" title="‘The Incredibles 2’ Olympics TV Spots Tease New Footage" class="title" data-reactid="435">‘The Incredibles 2’ Olympics TV Spots Tease New Footage</a></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="436"><footer data-reactid="437"><div class="links clearfix" data-reactid="438"><div class="logo" data-reactid="439"></div><div class="details" data-reactid="440"><h2 data-reactid="441">Information</h2><ul data-reactid="442"><li data-reactid="443"><a title="PopCrush Network" class="" data-reactid="444">PopCrush Network</a></li><li data-reactid="445"><a title="EEO" href="/eeo/" class="" data-reactid="446">EEO</a></li><li data-reactid="447"><a title="Public File" href="/kruf-public-file/" class="" data-reactid="448">Public File</a></li><li data-reactid="449"><a title="Terms" href="/terms/" class="" data-reactid="450">Terms</a></li><li data-reactid="451"><a title="VIP Terms" href="/vip-terms/" class="" data-reactid="452">VIP Terms</a></li><li data-reactid="453"><a title="FAQ" href="/vip-faq/" class="" data-reactid="454">FAQ</a></li><li data-reactid="455"><a title="Contest Rules" href="/contest-rules/" class="" data-reactid="456">Contest Rules</a></li><li data-reactid="457"><a title="Privacy Policy (Updated: 8/31/17)" href="/privacy/" class="" data-reactid="458">Privacy Policy (Updated: 8/31/17)</a></li><li data-reactid="459"><a title="Contact" href="/help/" class="" data-reactid="460">Contact</a></li><li data-reactid="461"><a href="http://townsquaremediagroup.com/" class="" data-reactid="462"></a></li><li data-reactid="463"><a title="Shreveport Business Listings" href="/shreveport-featured-business-listings/" class="" data-reactid="464">Shreveport Business Listings</a></li></ul></div><div class="social-links" data-reactid="465"><h2 data-reactid="466">Follow Us</h2><ul data-reactid="467"><li class="social" data-reactid="468"><a class="share_link youtube" href="https://www.youtube.com/user/K945FM" target="_blank" data-social="youtube" data-reactid="469"><span class="icon-youtube" data-reactid="470"></span></a></li><li class="social" data-reactid="471"><a class="share_link facebook" href="http://www.facebook.com/K945SBC" target="_blank" data-social="facebook" data-reactid="472"><span class="icon-facebook" data-reactid="473"></span></a></li><li class="social" data-reactid="474"><a class="share_link twitter" href="https://twitter.com/K945  " target="_blank" data-social="twitter" data-reactid="475"><span class="icon-twitter" data-reactid="476"></span></a></li></ul></div></div><div class="legal" data-reactid="477"><!-- react-text: 478 -->2018<!-- /react-text --><!-- react-text: 479 --> <!-- /react-text --><!-- react-text: 480 -->K945<!-- /react-text --><!-- react-text: 481 --> is part of the PopCrush Network<!-- /react-text --><!-- react-text: 482 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="483"><!-- react-empty: 484 --><div id="bottom-not-ads" data-reactid="485"><div class="tsm-ad tsm-ad-728" data-reactid="486"><div id="tsm-ad-728b" data-reactid="487"><!-- dynamic ad --></div></div></div><div data-reactid="488"></div></section></div></div></div>
          <script>
            window.__INITIAL_STATE__ = {"gallery":{},"internalads":{},"json":{"response":{"options":{"method":"get_single","adPageType":"post","mediaType":"video","loyalty_restricted":false,"methodSubType":null,"blogId":182,"postId":587547,"url":"/red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey/","unfriendlyRequestUrl":"/red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey/","requestUrl":"/red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey/","blogOptions":{"aioseop_options":{"aiosp_can":"on","aiosp_donate":null,"aiosp_home_title":"K945 – The Hit Music Channel – Shreveport Pop Radio","aiosp_home_description":"K945: The Hit Music Channel, KRUF-FM Radio, plays the best pop music in Shreveport, Louisiana.","aiosp_home_keywords":"K945: The Hit Music Channel Shreveport, Shreveport K945: The Hit Music Channel, pop radio Shreveport, Shreveport pop radio, pop music Shreveport, Shreveport pop music","aiosp_max_words_excerpt":null,"aiosp_rewrite_titles":"on","aiosp_post_title_format":"%post_title%","aiosp_page_title_format":"%page_title% - %blog_title%","aiosp_category_title_format":"%category_title% - %blog_title%","aiosp_archive_title_format":"%date% - %blog_title%","aiosp_tag_title_format":"%tag% - %blog_title%","aiosp_search_title_format":"%search% - %blog_title%","aiosp_description_format":"%description%","aiosp_404_title_format":"Nothing found for %request_words%","aiosp_paged_format":" - Part %page%","aiosp_use_categories":null,"aiosp_dynamic_postspage_keywords":null,"aiosp_category_noindex":null,"aiosp_archive_noindex":null,"aiosp_tags_noindex":null,"aiosp_cap_cats":"on","aiosp_generate_descriptions":"on","aiosp_debug_info":null,"aiosp_post_meta_tags":"","aiosp_page_meta_tags":"","aiosp_home_meta_tags":"","aiosp_enabled":"1","aiosp_use_tags_as_keywords":null,"aiosp_do_log":null,"aiosp_ex_pages":""},"blogdescription":"The Hit Music Channel","blogname":"K945","carbonUiUpdateCounter":"4","design_option_live":{"page_bg":"FF111320","page_head_bg":"00000000","primary_bg":"FFE9E9E9","secondary_bg":"B2000000","mdl_head_bg":"FF000000","main_nav_hue":"FFFFFFFF","nav_hover_hue":"FFF8B421","primary_hue":"FF000000","secondary_hue":"FFFFFFFF","primary_head_hue":"FF844800","secondary_head_hue":"FFFFFFFF","primary_active_hue":"FFBF82B1","secondary_active_hue":"FFFFFFFF","accent_hue":"FFF8B421","header_link_hue":"FFFFFFFF","footer_link_hue":"FFF5F4F0","primary_mdl_bg":"FFE9E9E9","primary_mdl_hue":"FF111111","secondary_mdl_bg":"25777777","secondary_mdl_hue":"FFFFFFFF","standout_bg":"FF51266C","mobile_primary_color":"FFF8B421","mobile_secondary_color":"FFBF82B1","iv_primary_color":"FFBF82B1","iv_secondary_color":"FFBF82B1","iv_tertiary_color":"FFBF82B1","iv_html_color":"FF000000","iv_container_color":"FFFFFFFF","iv_html_bg":"","iv_body_bg":"","iv_logo":"","iv_logo_trim":"","carbon_logo_bg":"80000000","carbon_showticker_bg":"80000000","events_app_primary_color":"FFBF82B1","events_app_secondary_color":"FFFFFFFF","carbon_primary_hue":"FF45444A","carbon_header_hue":"FFFFFFFF","carbon_footer_hue":"FFFFFFFF","dropdown_menu_hue":null,"second_head_twotone_hue":null,"input_field_bg":null,"input_field_focus_hue":null,"input_field_blur_hue":null,"calendar_date_hue":null,"alert_hue":null,"standout_hue":null,"carbon_body_img":"http://k945.com/files/2017/11/kruffm-bg1.jpg","carbon_logo_img":"http://k945.com/files/2017/11/kruffm-logo.png","carbon_promo_bg_img":"http://k945.com/files/2017/11/kruffm-promo.jpg","page_img":"","body_img":"http://k945.com/files/2017/07/k945bg3.jpg","square_logo_img":"","logo_img":"http://k945.com/files/2017/07/kruf-official-146-v2.png","logo_img_trim":"http://k945.com/files/2017/07/kruf-official-88-v2.png","logo_img_light":"","logo_img_dark":"","header_img":"http://k945.com/files/2017/07/k945smallbg.jpg","placeholder_img":"","page_head_img":"","favicon_img":"http://k945.com/files/2011/10/favicon.ico","top_banner_img":"dark","title":"TS3 - K945 (new bg)","ID":"0","designer":"Jack","comment":"Generated by the Flavor to Design export script","action":"edit","editor":"jacknealy","editorID":2974086,"siteID":"182","timestamp":1511971675,"status":"active","properties":{"iv_html_bg":{"background-repeat":"","background-attachment":"","background-size":""},"carbon_body_img":{"background-repeat":"","background-attachment":"","background-size":""}}},"disable_mobile_ads":"","enableAppNexusWrapper":"1","enableBelowGalleryEndcard":"1","enableInGalleryEndcard":"1","enable_chartbeat":"","exclude_bottom_banner":"1","exclude_top_banner":"","FacebookCommentsOptions":{"moderator_userids":"583052867,100002025987268,732998853","moderator_appid":"195729117118170","colorscheme":"","show_like":"yes","show_comments":"yes","show_commentscount":"yes","action":"like"},"facebook_app":{"id":"195729117118170","fanpage":"http://www.facebook.com/K945SBC","plugins":{"facebook-authentication":1,"facebook-like-button":1}},"google_ads_dfp6_template_ads":{"dynamic-ad-custom":"1","dynamic-ad-header":"1","dynamic-ad-push":"1","top-728x90":"1","bottom-728x90":"1","mid-top-300x250":"1","mid-bottom-300x250":"1","tsm-out-of-page":"1","tsm-2x2":"0","top-right-noflex-300x250":"1","top-right-300x250":"1"},"iq_weather_page_sponsor_city_name":"","iq_weather_page_sponsor_zip_code":"","onlyhome_pushdown":"","onlyhome_topbanner":"","posts_per_page":"12","radio_players_wo_stream_id":"3723","sailthru_list_default":"K945 VIP Club","site_template_theme_meta":{"template-tone":"2","listen-live-bar":"block","sidebar-widgets-header":"block","next-page-offset":"11"},"social_overlay":{"active":"1","text":"Sign up to have exclusive K945 Krewe contests, events, coupons, presales, and much more delivered to you for FREE.","colors":{"background-color":"#612676","color":"#FFFFFF"},"wrapper":{"divider":"#FFFFFF","button":"#52d017","button-font":"#FFFFFF"},"logo":""},"timezone_string":"America/Chicago","townsquare_ad_version":"dfp6","ts-templates-carbon-homepage-id":"595133","ts-templates-homepage-id":"122146","ts-templates-mobile-homepage-id":"122146","_station_info":{"sitetype":"Local","market":"Shreveport","genre":{"0":"pop"},"callsign":"KRUFFM","callletters":"KRUF","legalname":"K945, The Hit Music Channel","siteclassification":"Local","street":"6341 Westport Ave","street-2":"","city":"Shreveport","state":"LA","zip":"71129","phone":"(318) 320-9436","helpline":"(318) 688-1130","studioline":"(318) 320-9436","officeline":"(318) 688-1130","officehours":"","email":"chasity.spears@townsquaremedia.com","tipus-email":"","inquiries-email":"erinbristol@townsquaremedia.com;","advertising-contact":"Lisa Janes","advertising-email":"lisa.janes@townsquaremedia.com","gm-contact":"Amy Bloxom","gm-email":"amy.bloxom@townsquaremedia.com","programming-director-contact":"Erin Bristol","programming-director-email":"erinbristol@townsquaremedia.com","digital-managing-editor-contact":"Chasity Spears","digital-managing-editor-email":"chasity.spears@townsquaremedia.com","digital-sales-manager-contact":"Ryan Best","digital-sales-manager-email":"ryan.best@townsquaremedia.com","mobile-app-feedback-email":"ask.k945@townsquaredigital.com","mobile-app-media-submission-email":"media.submit.k945@townsquaredigital.com","public-record-administrator-name":"Troy Jones","public-record-administrator-email":"troy.jones@townsquaremedia.com","fcc-online-public-file-url":"https://publicfiles.fcc.gov/fm-profile/kruf","feedbackurl":"/feedback/","biz-list-url":"","amazon_affiliate":"","yieldmo_placement":"","jwplayer":"","twitter_handle":"K945  ","youtube_handle":"K945FM","youtube_channel_id":"UC5oZe44dsDc5grqqxaw4GWQ","instagram_handle":"k945","rss_icon":"1","comscore-label":"PopCrush"},"_station_logos":{"snapcode":"http://k945.com/files/2015/08/k945_snapcode.png"},"_station_settings":{"default_show_image":""},"_townsquare_user_registration_settings":{"requires-confirmation":"no","use-short-form":"no","use-captcha":"yes","javascript-links":"no"},"blogInfo":{"blogId":182,"blogName":"K945","blogDescription":"The Hit Music Channel","postTitleFormat":"%post_title%","timeZone":"America/Chicago","market":"Shreveport","activeDomain":"k945.com","legalName":"K945, The Hit Music Channel"},"tsiMarkets":"Shreveport"},"globalBlogOptions":{"google_maps_default_api_key":"AIzaSyCcIkjOyxS9DtubyqzLX2Sbancl83fKon4","gtmSiteId":"GTM-K346HJZ","kruxSiteId":"rwjnisqy1","loyalty_title_182":"K945 Krewe","kruxEnabled":true},"headers":{"title":[{"textContent":"Red Cross Asks for Help for Victims of Hurricane Harvey"}],"meta":[{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}},{"attrs":{"charset":"UTF-8"}},{"attrs":{"name":"description","content":"Local Red Cross volunteers are ready to head for Texas if they are needed, but right now they are waiting to see what kind of impact the storm will have locally."}},{"attrs":{"name":"keywords","content":"hurricane harvey, red cross, michelle davison"}},{"attrs":{"property":"fb:app_id","content":"195729117118170"}},{"attrs":{"property":"fb:admins","content":"583052867"}},{"attrs":{"property":"fb:admins","content":"100002025987268"}},{"attrs":{"property":"fb:admins","content":"732998853"}},{"attrs":{"property":"og:title","content":"Red Cross Asks for Help for Victims of Hurricane Harvey"}},{"attrs":{"property":"og:description","content":"Local Red Cross volunteers are ready to head for Texas if they are needed, but right now they are waiting to see what kind of impact the storm will have locally."}},{"attrs":{"property":"og:url","content":"http://k945.com/red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey/"}},{"attrs":{"property":"og:site_name","content":"K945: The Hit Music Channel"}},{"attrs":{"property":"og:type","content":"blog"}},{"attrs":{"property":"og:image","content":"http://710keel.com/files/2017/08/Houston-Flooding.jpg?w=600&h=0&zc=1&s=0&a=t&q=89"}},{"attrs":{"name":"twitter:card","content":"summary_large_image"}},{"attrs":{"name":"twitter:site","content":"@K945"}},{"attrs":{"name":"sailthru.description","content":"Local Red Cross volunteers are ready to head for Texas if they are needed, but right now they are waiting to see what kind of impact the storm will have locally."}},{"attrs":{"name":"sailthru.date","content":"2017-08-28 11:35:37"}},{"attrs":{"name":"sailthru.title","content":"Red Cross Tells Us How You can Help Victims of Hurricane Harvey"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-kruf, tsmmarket-shreveport, tsmtype-local, hurricane-harvey, red-cross, local-news"}},{"attrs":{"name":"sailthru.author","content":"erinmccartygapbroadcasting-com"}},{"attrs":{"name":"sailthru.image.full","content":"http://710keel.com/files/2017/08/Houston-Flooding.jpg"}},{"attrs":{"name":"sailthru.image.thumb","content":"http://710keel.com/files/2017/08/Houston-Flooding.jpg"}},{"attrs":{"property":"fb:pages","content":"87834569022"}},{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}}],"link":[{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://k945.com/files/2011/10/favicon.ico"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"K945: The Hit Music Channel » Feed","href":"http://k945.com/feed/"}},{"attrs":{"rel":"profile","href":"http://gmpg.org/xfn/11"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"K945: The Hit Music Channel » Red Cross Tells Us How You can Help Victims of Hurricane Harvey Comments Feed","href":"http://k945.com/red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://k945.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"Hater App Reveals The Most Despised Food in Louisiana","href":"http://k945.com/hater-app-reveals-the-most-despised-food-in-louisiana/"}},{"attrs":{"rel":"next","title":"Sites Being Evaluated for LSU-BYU Game Relocation — UPDATED","href":"http://k945.com/sites-being-evaluated-for-lsu-byu-game-relocation/"}},{"attrs":{"rel":"shortlink","href":"http://k945.com/?p=587547"}},{"attrs":{"rel":"canonical","href":"http://710keel.com/red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey/"}}],"noscript":[{"attrs":{"children":[{"tagName":"img","src":"http://b.scorecardresearch.com/p?c1=2&c2=6665296&cv=2.0&cj=1"}]}}]},"adVars":{"amazonAds":true,"enableCriteo":true,"enableViewability":false,"enableViewabilityBR":false,"enableSharethrough":true,"enableAppNexusWrapper":true,"sharethroughKey":"","sharethroughArticleKey":"MGs1co2pkhrY1KReH5TCmwhM","enableOpenx":false,"enableKiosked":false,"enableKioskedMobile":false,"enableSonobi":true,"sonobiScript":"","zergnetId":"59690","enableYieldbot":false},"scriptVars":{"dfp":{"activeSlots":["tsm-out-of-page","top-right-300x250","middle-right-300x250","bottom-right-300x250","dynamic-ad-custom","dynamic-ad-header","dynamic-ad-push","top-728x90","bottom-728x90","mid-top-300x250","mid-bottom-300x250","top-right-noflex-300x250"],"adPageSettings":{"attrs":{"catid":["local-news"],"tags":["hurricane-harvey","red-cross"],"id":"red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey","author":"erinmccartygapbroadcasting-com","kw":["erinmccartygapbroadcasting-com","red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey","local-news","hurricane-harvey","red-cross","pagetype-post"],"genre":["pop"],"device":"web","kv":[]}},"mobileActiveSlots":["ads-expand-down","ads-expand","ads-prestitial","ads-top-right","ads-bottom-right","ads-top-leaderboard","ads-bottom-leaderboard","ads-mid-top","ads-mid-bottom"],"dfp6":true},"revision":"fdeebc420b8184be0c31fbc2ac189d5cd0073190"},"activeDomain":"k945.com","authLoginFormNonce":"be0d3d179b","authRegFormNonce":"00bad6b3b7","ga":{"ids":{"primary":"UA-19110214-4","secondary":["UA-19109753-1","UA-19110214-7","UA-28825804-1","UA-45260060-4"],"all":["UA-19110214-4","UA-19109753-1","UA-19110214-7","UA-28825804-1","UA-45260060-4"]}},"tsmStatic":{"revision":"9b6ee779bc4d8305761bcac27314957bd83678ad"},"isGallery":false,"userRegistrationSettings":{},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":587547,"postAuthor":194615,"postDate":"2017-08-28T16:35:37.000Z","postDateGmt":"2017-08-28T16:35:37.000Z","postTitle":"Red Cross Tells Us How You can Help Victims of Hurricane Harvey","postExcerpt":"Local Red Cross volunteers are ready to head for Texas if they are needed, but right now they are waiting to see what kind of impact the storm will have locally.","postStatus":"publish","commentStatus":"open","postPassword":"","postName":"red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey","toPing":"","pinged":"","postModified":"2017-08-28T16:35:46.000Z","postModifiedGmt":"2017-08-28T16:35:46.000Z","postContentFiltered":"","postParent":0,"guid":"http://710keel.com/?p=314151","menuOrder":0,"postType":"post","postMimeType":"","commentCount":0,"postDateGmtStr":"2017-08-28 16:35:37.000+0000","postModifiedGmtStr":"2017-08-28 16:35:46.000+0000","meta":{"_crosspost_source_blog_id":"180","_crosspost_source_post_id":"314151"}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"Red Cross Tells Us How You can Help Victims of Hurricane Harvey","next":{"latest":[{"postId":587529,"documentUrl":"/cajun-navy-to-meet-at-lake-charles-civic-center-this-morning/","filterUrl":"/rest/carbon/filter/main/cajun-navy-to-meet-at-lake-charles-civic-center-this-morning/","sortDate":"2017-08-28 07:21:56.000 +0000","termTaxonomyId":11364,"taxonomyType":"tags"},{"postId":587517,"documentUrl":"/locals-helping-with-flood-relief-in-texas/","filterUrl":"/rest/carbon/filter/main/locals-helping-with-flood-relief-in-texas/","sortDate":"2017-08-28 06:48:26.000 +0000","termTaxonomyId":1128,"taxonomyType":"tags"},{"postId":587429,"documentUrl":"/amazing-rescue-in-southeast-texas-video/","filterUrl":"/rest/carbon/filter/main/amazing-rescue-in-southeast-texas-video/","sortDate":"2017-08-27 19:51:54.000 +0000","termTaxonomyId":11364,"taxonomyType":"tags"},{"postId":587417,"documentUrl":"/louisiana-residents-offer-flood-advice-houston-hurricane-harvey-victims/","filterUrl":"/rest/carbon/filter/main/louisiana-residents-offer-flood-advice-houston-hurricane-harvey-victims/","sortDate":"2017-08-27 16:58:36.000 +0000","termTaxonomyId":11364,"taxonomyType":"tags"},{"postId":587369,"documentUrl":"/hurricane-harvey-forces-evacuation-of-south-texas-prisons-prisoners-headed-to-the-ark-la-tex/","filterUrl":"/rest/carbon/filter/main/hurricane-harvey-forces-evacuation-of-south-texas-prisons-prisoners-headed-to-the-ark-la-tex/","sortDate":"2017-08-27 07:48:35.000 +0000","termTaxonomyId":11364,"taxonomyType":"tags"},{"postId":556579,"documentUrl":"/veterans-day-is-about-more-than-just-honoring-veterans-video/","filterUrl":"/rest/carbon/filter/main/veterans-day-is-about-more-than-just-honoring-veterans-video/","sortDate":"2016-11-10 07:37:21.000 +0000","termTaxonomyId":1128,"taxonomyType":"tags"},{"postId":532025,"documentUrl":"/with-severe-weather-expected-through-thursday-in-shreveport-bossier-the-red-cross-urges-you-to-prepare-now/","filterUrl":"/rest/carbon/filter/main/with-severe-weather-expected-through-thursday-in-shreveport-bossier-the-red-cross-urges-you-to-prepare-now/","sortDate":"2016-03-30 09:08:56.000 +0000","termTaxonomyId":1128,"taxonomyType":"tags"},{"postId":529682,"documentUrl":"/american-red-cross-opens-location-for-those-affected-by-flash-floods/","filterUrl":"/rest/carbon/filter/main/american-red-cross-opens-location-for-those-affected-by-flash-floods/","sortDate":"2016-03-09 08:53:12.000 +0000","termTaxonomyId":1128,"taxonomyType":"tags"},{"postId":3568,"documentUrl":"/help-the-japanese-people-heres-how/","filterUrl":"/rest/carbon/filter/main/help-the-japanese-people-heres-how/","sortDate":"2011-03-12 22:52:43.000 +0000","termTaxonomyId":1128,"taxonomyType":"tags"},{"postId":587431,"documentUrl":"/why-you-should-adopt-a-cat-at-bossier-city-animal-shelter-video/","filterUrl":"/rest/carbon/filter/main/why-you-should-adopt-a-cat-at-bossier-city-animal-shelter-video/","sortDate":"2017-08-27 20:36:13.000 +0000","termTaxonomyId":47,"taxonomyType":"category"}],"taxonomy":[{"postId":587529,"documentUrl":"/cajun-navy-to-meet-at-lake-charles-civic-center-this-morning/","filterUrl":"/rest/carbon/filter/main/cajun-navy-to-meet-at-lake-charles-civic-center-this-morning/","sortDate":"2017-08-28 07:21:56.000 +0000","termTaxonomyId":11364,"taxonomyType":"tags"},{"postId":587517,"documentUrl":"/locals-helping-with-flood-relief-in-texas/","filterUrl":"/rest/carbon/filter/main/locals-helping-with-flood-relief-in-texas/","sortDate":"2017-08-28 06:48:26.000 +0000","termTaxonomyId":1128,"taxonomyType":"tags"},{"postId":587429,"documentUrl":"/amazing-rescue-in-southeast-texas-video/","filterUrl":"/rest/carbon/filter/main/amazing-rescue-in-southeast-texas-video/","sortDate":"2017-08-27 19:51:54.000 +0000","termTaxonomyId":11364,"taxonomyType":"tags"},{"postId":587417,"documentUrl":"/louisiana-residents-offer-flood-advice-houston-hurricane-harvey-victims/","filterUrl":"/rest/carbon/filter/main/louisiana-residents-offer-flood-advice-houston-hurricane-harvey-victims/","sortDate":"2017-08-27 16:58:36.000 +0000","termTaxonomyId":11364,"taxonomyType":"tags"},{"postId":587369,"documentUrl":"/hurricane-harvey-forces-evacuation-of-south-texas-prisons-prisoners-headed-to-the-ark-la-tex/","filterUrl":"/rest/carbon/filter/main/hurricane-harvey-forces-evacuation-of-south-texas-prisons-prisoners-headed-to-the-ark-la-tex/","sortDate":"2017-08-27 07:48:35.000 +0000","termTaxonomyId":11364,"taxonomyType":"tags"},{"postId":556579,"documentUrl":"/veterans-day-is-about-more-than-just-honoring-veterans-video/","filterUrl":"/rest/carbon/filter/main/veterans-day-is-about-more-than-just-honoring-veterans-video/","sortDate":"2016-11-10 07:37:21.000 +0000","termTaxonomyId":1128,"taxonomyType":"tags"},{"postId":532025,"documentUrl":"/with-severe-weather-expected-through-thursday-in-shreveport-bossier-the-red-cross-urges-you-to-prepare-now/","filterUrl":"/rest/carbon/filter/main/with-severe-weather-expected-through-thursday-in-shreveport-bossier-the-red-cross-urges-you-to-prepare-now/","sortDate":"2016-03-30 09:08:56.000 +0000","termTaxonomyId":1128,"taxonomyType":"tags"},{"postId":529682,"documentUrl":"/american-red-cross-opens-location-for-those-affected-by-flash-floods/","filterUrl":"/rest/carbon/filter/main/american-red-cross-opens-location-for-those-affected-by-flash-floods/","sortDate":"2016-03-09 08:53:12.000 +0000","termTaxonomyId":1128,"taxonomyType":"tags"},{"postId":3568,"documentUrl":"/help-the-japanese-people-heres-how/","filterUrl":"/rest/carbon/filter/main/help-the-japanese-people-heres-how/","sortDate":"2011-03-12 22:52:43.000 +0000","termTaxonomyId":1128,"taxonomyType":"tags"},{"postId":587431,"documentUrl":"/why-you-should-adopt-a-cat-at-bossier-city-animal-shelter-video/","filterUrl":"/rest/carbon/filter/main/why-you-should-adopt-a-cat-at-bossier-city-animal-shelter-video/","sortDate":"2017-08-27 20:36:13.000 +0000","termTaxonomyId":47,"taxonomyType":"category"}]},"cadata":{"activeDomain":"k945.com","blogId":182,"method":"get_single","postId":587547,"crosspostBlogId":"180","crosspostPostId":"314151","postType":"post","postDateGmt":"2017-08-28 16:35:37.000+0000"},"env":"production"},"structure":{"data":["header","maintop","main","mainads","mainbottom","side","nav"],"dataDetails":{"header":["header-sidebar"],"maintop":[],"main":["carbonsidebar/single"],"mainads":["carbonsidebar/mainads"],"mainbottom":["single-post-bottom","carbonsidebar/facebookComment"],"side":["carbon-post-sidebar"],"nav":["carbonsidebar/nav/blueiv","carbonsidebar/nav/main","carbonsidebar/nav/promo_links","carbonsidebar/nav/footer"]}},"sidebars":{"data":["header-sidebar","carbonsidebar/single","carbonsidebar/mainads","single-post-bottom","carbonsidebar/facebookComment","carbon-post-sidebar","carbonsidebar/nav/blueiv","carbonsidebar/nav/main","carbonsidebar/nav/promo_links","carbonsidebar/nav/footer"],"dataDetails":{"header-sidebar":{"widgets":["widget_listen_live-148","now-playing-134","widget_onair-127"],"widgetDetails":{"widget_listen_live-148":{"widgetInfo":{"id":"widget_listen_live-148","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"148"},"widgetParams":{"title":"Listen Now","widgetTime":7}},"now-playing-134":{"widgetInfo":{"id":"now-playing-134","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"134"},"widgetParams":{"title":"Recently Played","widgetTime":6}},"widget_onair-127":{"widgetInfo":{"id":"widget_onair-127","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"127"},"widgetParams":{"title":"On Air","widgetTime":10}}}},"carbonsidebar/single":{"widgets":["carbonwidget/single-1"],"widgetDetails":{"carbonwidget/single-1":{"widgetInfo":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"widgetParams":{"mainAuthor":{"id":194615,"slug":"erinmccartygapbroadcasting-com","name":"Erin McCarty","first_name":"Erin","last_name":"McCarty","nickname":"erinmccarty","description":"Hello I am Erin McCarty!  I am originally from Baton Rouge and I am a huge LSU fan. Geaux Tigers!  I now call Shreveport home and have enjoyed working in radio for over 30 years.  You can hear me doing the news on several of our stations each day.  To hear more from you will need to tune into KEEL. I am half of the KEEL Morning Show team with Robert J Wright. Every weekday morning, we cover the hottest topics that impact our local, national and global communities. \r\n\r\nI am a proud mother of two sons who both serve our country and I have a dog, Tiger, who keeps me on my toes.","thumbnail":"http://k945.com/files/2017/06/Erin-McCarty-New-Pic-Edited-Use-This.jpg","url":"http://k945.com/author/erinmccartygapbroadcasting-com/"},"firstCategoryName":"Shreveport News","postType":"post","postTitle":"Red Cross Tells Us How You can Help Victims of Hurricane Harvey","widgetTime":22}}}},"carbonsidebar/mainads":{"widgets":["carbonwidget/top-728x90","carbonwidget/dynamic-ad-custom","carbonwidget/dynamic-ad-header","carbonwidget/dynamic-ad-push","carbonwidget/tsm-out-of-page","carbonwidget/bottom-728x90"],"widgetDetails":{"carbonwidget/top-728x90":{"widgetInfo":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"top-728x90","widgetTime":3}},"carbonwidget/dynamic-ad-custom":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-custom","widgetTime":3}},"carbonwidget/dynamic-ad-header":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-header","widgetTime":3}},"carbonwidget/dynamic-ad-push":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-push","widgetTime":3}},"carbonwidget/tsm-out-of-page":{"widgetInfo":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"tsm-out-of-page","widgetTime":2}},"carbonwidget/bottom-728x90":{"widgetInfo":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"bottom-728x90","widgetTime":2}}}},"single-post-bottom":{"widgets":["ts_blogroll-4","widget_third_party_content-2","widget_third_party_content-3"],"widgetDetails":{"ts_blogroll-4":{"widgetInfo":{"id":"ts_blogroll-4","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"4"},"widgetParams":{"title":"Best of K945","type":"main_content_thumb_title_roll","cat":"","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1"}},"widget_third_party_content-2":{"widgetInfo":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"widgetParams":{"type":"zergnet","title":"Recommended For You","id":"39626","placement":"","targettype":"","mode":"","widgetTime":2}},"widget_third_party_content-3":{"widgetInfo":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"widgetParams":{"type":"zergnet","title":"Best of the Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":2}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["fix_sidebar_marker-105","ts_blogroll-1074","fix_sidebar_marker-108","google-ads-widget-718","tsq_sailthru_newsletter_widget-669","ts_blogroll-1075"],"widgetDetails":{"fix_sidebar_marker-105":{"widgetInfo":{"id":"fix_sidebar_marker-105","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"105"},"widgetParams":{"title":"Fix Sidebar Marker","widgetTime":2}},"ts_blogroll-1074":{"widgetInfo":{"id":"ts_blogroll-1074","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1074"},"widgetParams":{"title":"Featured","type":"carousel","isweather":"1","cat":"0,11908","posts_per_page":"3","align":"right","pinned_id":"","pinned_label":"","tag":"Featured","private_tag":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0}},"fix_sidebar_marker-108":{"widgetInfo":{"id":"fix_sidebar_marker-108","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"108"}},"google-ads-widget-718":{"widgetInfo":{"id":"google-ads-widget-718","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"718"},"widgetParams":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":1}},"tsq_sailthru_newsletter_widget-669":{"widgetInfo":{"id":"tsq_sailthru_newsletter_widget-669","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"669"},"widgetParams":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["K945 VIP Club"],"widgetTime":1}},"ts_blogroll-1075":{"widgetInfo":{"id":"ts_blogroll-1075","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1075"},"widgetParams":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3}}}},"carbonsidebar/nav/blueiv":{"widgets":["carbonwidget/nav/blueiv"],"widgetDetails":{"carbonwidget/nav/blueiv":{"widgetInfo":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"}}}},"carbonsidebar/nav/main":{"widgets":["carbonwidget/nav/main"],"widgetDetails":{"carbonwidget/nav/main":{"widgetInfo":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"}}}},"carbonsidebar/nav/promo_links":{"widgets":["carbonwidget/nav/promo_links"],"widgetDetails":{"carbonwidget/nav/promo_links":{"widgetInfo":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"}}}},"carbonsidebar/nav/footer":{"widgets":["carbonwidget/nav/footer"],"widgetDetails":{"carbonwidget/nav/footer":{"widgetInfo":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"}}}}}},"widgets":{"widget_listen_live-148":{"info":{"id":"widget_listen_live-148","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"148"},"params":{"title":"Listen Now","widgetTime":7},"data":[209792],"dataDetails":{"209792":{"postId":209792,"title":"Listen Now","label":"Click to view the latest song playing on air.","url":"/listen-live/","mobileId":"17941","playerMode":"radio","sid":"7575","callsign":"KRUFFM","woMobileId":"5081","woStreamId":"3723","activePlayer":"wo","listenLivePageUrl":"http://player.streamtheworld.com/_players/townsquaremedia/runspotv3/?sid=7575&redirect=http://player.listenlive.co/17941","html5ScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/html5/stwplayer.php?callsign=KRUFFM&primaryColor=0x00bfff&playermode=radio&sid=7575&width=630","flashScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/stwplayer.php?callsign=KRUFFM&primaryColor=0x00bfff&playermode=radio&timeshift=false&radiopup=true&playerAdState=0&popout=false&width=630","wo_player_url":"http://v6.player.abacast.net/5081","wo_recent_api_url":"http://api.nowplaying.abacast.net/prt/nowplaying/2/10/3723/nowplaying.json","wo_preroll_url":"http://api.clarity.abacast.com/gateway/getmediavast.php?sid=3723/","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"now-playing-134":{"info":{"id":"now-playing-134","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"134"},"params":{"title":"Recently Played","widgetTime":6},"data":[209792],"dataDetails":{"209792":{"postId":209792,"mobileId":"17941","playerMode":"radio","sid":"7575","callsign":"KRUFFM","woStreamId":"3723","activePlayer":"wo","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"widget_onair-127":{"info":{"id":"widget_onair-127","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"127"},"params":{"title":"On Air","widgetTime":10},"data":["496665"],"dataDetails":{"496665":{"id":"496665","url":"http://k945.com/show/popcrush-nights/","title":"PopCrush Nights","wall":"http://k945.com/show/popcrush-nights/","posts":"http://k945.com/show/popcrush-nights/posts","mail":"","phone":"","thumbnailId":496666,"thumbnail":"http://k945.com/files/2015/06/LisaPaige.jpg","authors":[{"id":2086690,"user_nicename":"k945","display_name":"K945"}]}}},"carbonwidget/single-1":{"info":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"params":{"mainAuthor":{"id":194615,"slug":"erinmccartygapbroadcasting-com","name":"Erin McCarty","first_name":"Erin","last_name":"McCarty","nickname":"erinmccarty","description":"Hello I am Erin McCarty!  I am originally from Baton Rouge and I am a huge LSU fan. Geaux Tigers!  I now call Shreveport home and have enjoyed working in radio for over 30 years.  You can hear me doing the news on several of our stations each day.  To hear more from you will need to tune into KEEL. I am half of the KEEL Morning Show team with Robert J Wright. Every weekday morning, we cover the hottest topics that impact our local, national and global communities. \r\n\r\nI am a proud mother of two sons who both serve our country and I have a dog, Tiger, who keeps me on my toes.","thumbnail":"http://k945.com/files/2017/06/Erin-McCarty-New-Pic-Edited-Use-This.jpg","url":"http://k945.com/author/erinmccartygapbroadcasting-com/"},"firstCategoryName":"Shreveport News","postType":"post","postTitle":"Red Cross Tells Us How You can Help Victims of Hurricane Harvey","widgetTime":22},"data":[587547],"dataDetails":{"587547":{"thumbnail":"http://710keel.com/files/2017/08/Houston-Flooding.jpg","caption":"Eric Kayne","excerpt":"Local Red Cross volunteers are ready to head for Texas if they are needed, but right now they are waiting to see what kind of impact the storm will have locally.","date":"August 28, 2017 11:35 AM","postDateGmt":"2017-08-28 16:35:37 +0000","postModifiedGmt":"2017-08-28 16:35:46 +0000","title":"Red Cross Tells Us How You can Help Victims of Hurricane Harvey","url":"http://k945.com/red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey/","id":587547,"contentRaw":"Local Red Cross volunteers are ready to head for Texas if they are needed, but right now they are waiting to see what kind of impact the storm will have on the Shreveport Bossier area.\r\n\r\n<a href=\"http://www.redcross.org/local/louisiana/local-chapters/North-Louisiana\" target=\"_blank\">North Louisiana Red Cross</a> Director Michelle Davison tells KEEL News she has crews ready to deploy to Texas or Southwest Louisiana as needed. She is concerned about the potential for flooding in our region.\r\n\r\nShe says the best way you can help is to make a<a href=\"https://www.redcross.org/donate/hurricane-harvey?campname=Harvey&amp;campmedium=chapteraspot\" target=\"_blank\"> financial contribution</a>. She says while some supplies are needed, they often can be a problem during the early going. Volunteers might have to spend time dealing with loading an unloading when they are needed for more critical services.\r\n\r\nhttps://youtu.be/ToA8RWLYmVA\r\n\r\nYou can help by <strong><a href=\"http://www.redcross.org/give-blood\" target=\"_blank\">giving blood </a></strong>as the blood supply is critically low.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;","content":"\n<p>Local Red Cross volunteers are ready to head for Texas if they are needed, but right now they are waiting to see what kind of impact the storm will have on the Shreveport Bossier area.</p>\n<p><a href=\"http://www.redcross.org/local/louisiana/local-chapters/North-Louisiana\" target=\"_blank\">North Louisiana Red Cross</a> Director Michelle Davison tells KEEL News she has crews ready to deploy to Texas or Southwest Louisiana as needed. She is concerned about the potential for flooding in our region.</p>\n<p>She says the best way you can help is to make a<a href=\"https://www.redcross.org/donate/hurricane-harvey?campname=Harvey&amp;campmedium=chapteraspot\" target=\"_blank\"> financial contribution</a>. She says while some supplies are needed, they often can be a problem during the early going. Volunteers might have to spend time dealing with loading an unloading when they are needed for more critical services.</p>\n<p><div class=\"embed-wrapper\"><iframe style=\"vertical-align: bottom;\" src=\"https://www.youtube.com/embed/ToA8RWLYmVA?feature=oembed\" frameborder=\"0\" allowfullscreen data-width=\"630\" data-height=\"354\"></iframe></div><span class=\"tsm_youtube_sub\">Subscribe to <a style=\"margin-right:5px;\" href=\"http://www.youtube.com/subscription_center?add_user=K945FM\">K945, The Hit Music Channel on Youtube</a></span></p>\n<p>You can help by <strong><a href=\"http://www.redcross.org/give-blood\" target=\"_blank\">giving blood </a></strong>as the blood supply is critically low.</p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n","postType":"post","wpVersion":"","alternateMetaForBlogroll":{"title":"Red Cross Tells Us How You can Help Victims of Hurricane Harvey","excerpt":"Local Red Cross volunteers are ready to head for Texas if they are needed, but right now they are waiting to see what kind of impact the storm will have locally.","post_excerpt":"Local Red Cross volunteers are ready to head for Texas if they are needed, but right now they are waiting to see what kind of impact the storm will have locally.","post_more_excerpt":"<p>Local Red Cross volunteers are ready to head for Texas if they are needed, but right now they are waiting to see what kind of impact the storm will have locally.\n<p class=\"more_act\"><a href=\"http://k945.com/red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey/\" title=\"Red Cross Tells Us How You can Help Victims of Hurricane Harvey\">Read More</a></p>\n","permalink":"http://k945.com/red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey/","image":{"id":587546,"url":"http://710keel.com/files/2017/08/Houston-Flooding.jpg","caption":"Eric Kayne"}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":false},"tags":[{"id":11378,"slug":"hurricane-harvey","title":"Hurricane Harvey","description":"","post_count":17,"link_url":"http://k945.com/tags/hurricane-harvey/","feed_url":"http://k945.com/tags/hurricane-harvey/feed/","term_taxonomy_id":11364,"object_id":0},{"id":1122,"slug":"red-cross","title":"red cross","description":"","post_count":9,"link_url":"http://k945.com/tags/red-cross/","feed_url":"http://k945.com/tags/red-cross/feed/","term_taxonomy_id":1128,"object_id":0}],"categories":[{"id":47,"slug":"local-news","title":"Shreveport News","description":"","parent":0,"post_count":8090,"link_url":"http://k945.com/category/local-news/","feed_url":"http://k945.com/category/local-news/feed/","term_taxonomy_id":47,"object_id":0}],"authors":[{"id":194615,"slug":"erinmccartygapbroadcasting-com","name":"Erin McCarty","first_name":"Erin","last_name":"McCarty","nickname":"erinmccarty","description":"Hello I am Erin McCarty!  I am originally from Baton Rouge and I am a huge LSU fan. Geaux Tigers!  I now call Shreveport home and have enjoyed working in radio for over 30 years.  You can hear me doing the news on several of our stations each day.  To hear more from you will need to tune into KEEL. I am half of the KEEL Morning Show team with Robert J Wright. Every weekday morning, we cover the hottest topics that impact our local, national and global communities. \r\n\r\nI am a proud mother of two sons who both serve our country and I have a dog, Tiger, who keeps me on my toes.","thumbnail":"http://k945.com/files/2017/06/Erin-McCarty-New-Pic-Edited-Use-This.jpg","url":"http://k945.com/author/erinmccartygapbroadcasting-com/"}],"post_more_meta":{"meta":""},"social":{"tw":{"href":"http://twitter.com/intent/tweet?text=Red%20Cross%20Tells%20Us%20How%20You%20can%20Help%20Victims%20of%20Hurricane%20Harvey%20http%3A%2F%2Fk945.com%2Fred-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey%2F%3Ftrackback%3Dtwitter_mobile%20%40K945%20%20","title":"Share on Twitter","target":"_blank"},"fb":{"href":"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fk945.com%2Fred-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey%2F%3Ftrackback%3Dfbshare_mobile","title":"Share on Facebook","target":"_blank"},"email":null,"pinterest":null,"print":null,"is_article":true},"nextArticle":"http://k945.com/hater-app-reveals-the-most-despised-food-in-louisiana/","prevArticle":"http://k945.com/sites-being-evaluated-for-lsu-byu-game-relocation/","pageUrl":"/red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey/","blogId":182,"domain":"k945.com","crossPostAttributionBottom":"","rawContent":"<p>Local Red Cross volunteers are ready to head for Texas if they are needed, but right now they are waiting to see what kind of impact the storm will have on the Shreveport Bossier area.</p>\n<p><a href=\"http://www.redcross.org/local/louisiana/local-chapters/North-Louisiana\" target=\"_blank\">North Louisiana Red Cross</a> Director Michelle Davison tells KEEL News she has crews ready to deploy to Texas or Southwest Louisiana as needed. She is concerned about the potential for flooding in our region.</p>\n<p>She says the best way you can help is to make a<a href=\"https://www.redcross.org/donate/hurricane-harvey?campname=Harvey&amp;campmedium=chapteraspot\" target=\"_blank\"> financial contribution</a>. She says while some supplies are needed, they often can be a problem during the early going. Volunteers might have to spend time dealing with loading an unloading when they are needed for more critical services.</p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"oembed\" attr-url=\"http://www.youtube.com/oembed?url=https%3A%2F%2Fyoutu.be%2FToA8RWLYmVA&amp;format=json\">\n<noscript class=\"rendered-html\" type=\"text/html\"></noscript>\n<p></sectiontag></p>\n<p>You can help by <strong><a href=\"http://www.redcross.org/give-blood\" target=\"_blank\">giving blood </a></strong>as the blood supply is critically low.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n","podContent":[{"type":"singlePostText","data":{"text":"<p>Local Red Cross volunteers are ready to head for Texas if they are needed, but right now they are waiting to see what kind of impact the storm will have on the Shreveport Bossier area.</p>\n"},"currentTextLength":185,"runningCounter":1,"cumulativePodTextLength":185,"totalSimilarConsecutiveElements":3,"totalTextLength":675},{"type":"singlePostText","data":{"text":"<p><a href=\"http://www.redcross.org/local/louisiana/local-chapters/North-Louisiana\" target=\"_blank\">North Louisiana Red Cross</a> Director Michelle Davison tells KEEL News she has crews ready to deploy to Texas or Southwest Louisiana as needed. She is concerned about the potential for flooding in our region.</p>\n"},"currentTextLength":206,"runningCounter":2,"cumulativePodTextLength":391,"totalSimilarConsecutiveElements":3,"totalTextLength":675},{"type":"singlePostText","data":{"text":"<p>She says the best way you can help is to make a<a href=\"https://www.redcross.org/donate/hurricane-harvey?campname=Harvey&amp;campmedium=chapteraspot\" target=\"_blank\"> financial contribution</a>. She says while some supplies are needed, they often can be a problem during the early going. Volunteers might have to spend time dealing with loading an unloading when they are needed for more critical services.</p>\n"},"currentTextLength":284,"runningCounter":3,"cumulativePodTextLength":675,"totalSimilarConsecutiveElements":3,"totalTextLength":675},{"type":"singlePostShareThrough","data":{}},{"type":"singlePostOembed","data":{"thumbnail_url":"https://i.ytimg.com/vi/ToA8RWLYmVA/hqdefault.jpg","type":"video","version":"1.0","width":480,"provider_url":"https://www.youtube.com/","author_name":"710 KEEL News","provider_name":"YouTube","height":270,"thumbnail_height":360,"author_url":"https://www.youtube.com/user/710KEELAM","title":"MICHELLE DAVISON 082817","thumbnail_width":480,"html":"<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/ToA8RWLYmVA?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},{"type":"singlePostText","data":{"text":"<p>You can help by <strong><a href=\"http://www.redcross.org/give-blood\" target=\"_blank\">giving blood </a></strong>as the blood supply is critically low.</p>\n"},"currentTextLength":68,"runningCounter":1,"cumulativePodTextLength":68,"totalSimilarConsecutiveElements":6,"totalTextLength":103},{"type":"singlePostText","data":{"text":"<p>&#xA0;</p>\n"},"currentTextLength":7,"runningCounter":2,"cumulativePodTextLength":75,"totalSimilarConsecutiveElements":6,"totalTextLength":103},{"type":"singlePostText","data":{"text":"<p>&#xA0;</p>\n"},"currentTextLength":7,"runningCounter":3,"cumulativePodTextLength":82,"totalSimilarConsecutiveElements":6,"totalTextLength":103},{"type":"singlePostText","data":{"text":"<p>&#xA0;</p>\n"},"currentTextLength":7,"runningCounter":4,"cumulativePodTextLength":89,"totalSimilarConsecutiveElements":6,"totalTextLength":103},{"type":"singlePostText","data":{"text":"<p>&#xA0;</p>\n"},"currentTextLength":7,"runningCounter":5,"cumulativePodTextLength":96,"totalSimilarConsecutiveElements":6,"totalTextLength":103},{"type":"singlePostText","data":{"text":"<p>&#xA0;</p>\n"},"currentTextLength":7,"runningCounter":6,"cumulativePodTextLength":103,"totalSimilarConsecutiveElements":6,"totalTextLength":103}],"uniquePodTypes":["singlePostText","singlePostOembed"],"podHeader":[{"type":"articleThumbnail","data":{"url":"http://710keel.com/files/2017/08/Houston-Flooding.jpg","caption":"Eric Kayne"}}],"next":{"latest":[{"postId":587529,"documentUrl":"/cajun-navy-to-meet-at-lake-charles-civic-center-this-morning/","filterUrl":"/rest/carbon/filter/main/cajun-navy-to-meet-at-lake-charles-civic-center-this-morning/","sortDate":"2017-08-28 07:21:56.000 +0000","termTaxonomyId":11364,"taxonomyType":"tags"},{"postId":587517,"documentUrl":"/locals-helping-with-flood-relief-in-texas/","filterUrl":"/rest/carbon/filter/main/locals-helping-with-flood-relief-in-texas/","sortDate":"2017-08-28 06:48:26.000 +0000","termTaxonomyId":1128,"taxonomyType":"tags"},{"postId":587429,"documentUrl":"/amazing-rescue-in-southeast-texas-video/","filterUrl":"/rest/carbon/filter/main/amazing-rescue-in-southeast-texas-video/","sortDate":"2017-08-27 19:51:54.000 +0000","termTaxonomyId":11364,"taxonomyType":"tags"},{"postId":587417,"documentUrl":"/louisiana-residents-offer-flood-advice-houston-hurricane-harvey-victims/","filterUrl":"/rest/carbon/filter/main/louisiana-residents-offer-flood-advice-houston-hurricane-harvey-victims/","sortDate":"2017-08-27 16:58:36.000 +0000","termTaxonomyId":11364,"taxonomyType":"tags"},{"postId":587369,"documentUrl":"/hurricane-harvey-forces-evacuation-of-south-texas-prisons-prisoners-headed-to-the-ark-la-tex/","filterUrl":"/rest/carbon/filter/main/hurricane-harvey-forces-evacuation-of-south-texas-prisons-prisoners-headed-to-the-ark-la-tex/","sortDate":"2017-08-27 07:48:35.000 +0000","termTaxonomyId":11364,"taxonomyType":"tags"},{"postId":556579,"documentUrl":"/veterans-day-is-about-more-than-just-honoring-veterans-video/","filterUrl":"/rest/carbon/filter/main/veterans-day-is-about-more-than-just-honoring-veterans-video/","sortDate":"2016-11-10 07:37:21.000 +0000","termTaxonomyId":1128,"taxonomyType":"tags"},{"postId":532025,"documentUrl":"/with-severe-weather-expected-through-thursday-in-shreveport-bossier-the-red-cross-urges-you-to-prepare-now/","filterUrl":"/rest/carbon/filter/main/with-severe-weather-expected-through-thursday-in-shreveport-bossier-the-red-cross-urges-you-to-prepare-now/","sortDate":"2016-03-30 09:08:56.000 +0000","termTaxonomyId":1128,"taxonomyType":"tags"},{"postId":529682,"documentUrl":"/american-red-cross-opens-location-for-those-affected-by-flash-floods/","filterUrl":"/rest/carbon/filter/main/american-red-cross-opens-location-for-those-affected-by-flash-floods/","sortDate":"2016-03-09 08:53:12.000 +0000","termTaxonomyId":1128,"taxonomyType":"tags"},{"postId":3568,"documentUrl":"/help-the-japanese-people-heres-how/","filterUrl":"/rest/carbon/filter/main/help-the-japanese-people-heres-how/","sortDate":"2011-03-12 22:52:43.000 +0000","termTaxonomyId":1128,"taxonomyType":"tags"},{"postId":587431,"documentUrl":"/why-you-should-adopt-a-cat-at-bossier-city-animal-shelter-video/","filterUrl":"/rest/carbon/filter/main/why-you-should-adopt-a-cat-at-bossier-city-animal-shelter-video/","sortDate":"2017-08-27 20:36:13.000 +0000","termTaxonomyId":47,"taxonomyType":"category"}],"taxonomy":[{"postId":587529,"documentUrl":"/cajun-navy-to-meet-at-lake-charles-civic-center-this-morning/","filterUrl":"/rest/carbon/filter/main/cajun-navy-to-meet-at-lake-charles-civic-center-this-morning/","sortDate":"2017-08-28 07:21:56.000 +0000","termTaxonomyId":11364,"taxonomyType":"tags"},{"postId":587517,"documentUrl":"/locals-helping-with-flood-relief-in-texas/","filterUrl":"/rest/carbon/filter/main/locals-helping-with-flood-relief-in-texas/","sortDate":"2017-08-28 06:48:26.000 +0000","termTaxonomyId":1128,"taxonomyType":"tags"},{"postId":587429,"documentUrl":"/amazing-rescue-in-southeast-texas-video/","filterUrl":"/rest/carbon/filter/main/amazing-rescue-in-southeast-texas-video/","sortDate":"2017-08-27 19:51:54.000 +0000","termTaxonomyId":11364,"taxonomyType":"tags"},{"postId":587417,"documentUrl":"/louisiana-residents-offer-flood-advice-houston-hurricane-harvey-victims/","filterUrl":"/rest/carbon/filter/main/louisiana-residents-offer-flood-advice-houston-hurricane-harvey-victims/","sortDate":"2017-08-27 16:58:36.000 +0000","termTaxonomyId":11364,"taxonomyType":"tags"},{"postId":587369,"documentUrl":"/hurricane-harvey-forces-evacuation-of-south-texas-prisons-prisoners-headed-to-the-ark-la-tex/","filterUrl":"/rest/carbon/filter/main/hurricane-harvey-forces-evacuation-of-south-texas-prisons-prisoners-headed-to-the-ark-la-tex/","sortDate":"2017-08-27 07:48:35.000 +0000","termTaxonomyId":11364,"taxonomyType":"tags"},{"postId":556579,"documentUrl":"/veterans-day-is-about-more-than-just-honoring-veterans-video/","filterUrl":"/rest/carbon/filter/main/veterans-day-is-about-more-than-just-honoring-veterans-video/","sortDate":"2016-11-10 07:37:21.000 +0000","termTaxonomyId":1128,"taxonomyType":"tags"},{"postId":532025,"documentUrl":"/with-severe-weather-expected-through-thursday-in-shreveport-bossier-the-red-cross-urges-you-to-prepare-now/","filterUrl":"/rest/carbon/filter/main/with-severe-weather-expected-through-thursday-in-shreveport-bossier-the-red-cross-urges-you-to-prepare-now/","sortDate":"2016-03-30 09:08:56.000 +0000","termTaxonomyId":1128,"taxonomyType":"tags"},{"postId":529682,"documentUrl":"/american-red-cross-opens-location-for-those-affected-by-flash-floods/","filterUrl":"/rest/carbon/filter/main/american-red-cross-opens-location-for-those-affected-by-flash-floods/","sortDate":"2016-03-09 08:53:12.000 +0000","termTaxonomyId":1128,"taxonomyType":"tags"},{"postId":3568,"documentUrl":"/help-the-japanese-people-heres-how/","filterUrl":"/rest/carbon/filter/main/help-the-japanese-people-heres-how/","sortDate":"2011-03-12 22:52:43.000 +0000","termTaxonomyId":1128,"taxonomyType":"tags"},{"postId":587431,"documentUrl":"/why-you-should-adopt-a-cat-at-bossier-city-animal-shelter-video/","filterUrl":"/rest/carbon/filter/main/why-you-should-adopt-a-cat-at-bossier-city-animal-shelter-video/","sortDate":"2017-08-27 20:36:13.000 +0000","termTaxonomyId":47,"taxonomyType":"category"}]}}}},"carbonwidget/top-728x90":{"info":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"top-728x90","widgetTime":3},"data":["carbonwidget/top-728x90"],"dataDetails":{"carbonwidget/top-728x90":{"adUnit":"top-728x90","adType":"dfp6"}}},"carbonwidget/dynamic-ad-custom":{"info":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-custom","widgetTime":3},"data":["carbonwidget/dynamic-ad-custom"],"dataDetails":{"carbonwidget/dynamic-ad-custom":{"adUnit":"dynamic-ad-custom","adType":"dfp6"}}},"carbonwidget/dynamic-ad-header":{"info":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-header","widgetTime":3},"data":["carbonwidget/dynamic-ad-header"],"dataDetails":{"carbonwidget/dynamic-ad-header":{"adUnit":"dynamic-ad-header","adType":"dfp6"}}},"carbonwidget/dynamic-ad-push":{"info":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-push","widgetTime":3},"data":["carbonwidget/dynamic-ad-push"],"dataDetails":{"carbonwidget/dynamic-ad-push":{"adUnit":"dynamic-ad-push","adType":"dfp6"}}},"carbonwidget/tsm-out-of-page":{"info":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"tsm-out-of-page","widgetTime":2},"data":["carbonwidget/tsm-out-of-page"],"dataDetails":{"carbonwidget/tsm-out-of-page":{"adUnit":"tsm-out-of-page","adType":"dfp6"}}},"carbonwidget/bottom-728x90":{"info":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"bottom-728x90","widgetTime":2},"data":["carbonwidget/bottom-728x90"],"dataDetails":{"carbonwidget/bottom-728x90":{"adUnit":"bottom-728x90","adType":"dfp6"}}},"ts_blogroll-4":{"info":{"id":"ts_blogroll-4","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"4"},"params":{"title":"Best of K945","type":"main_content_thumb_title_roll","cat":"","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","widgetTime":3,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[603631,603612,603620,603570],"dataDetails":{"603570":{"postid":"603570","sortdate":"2018-02-12T15:15:06.000Z","data":{"mainData":{"postType":"post","caption":"Carl Court, Getty Images","thumbnail":"http://1079ishot.com/files/2017/11/GettyImages-869708186.jpg","postDateGmt":"2018-02-12 15:15:06 +0000","title":"What&apos;s App-ening: Ink Cards","url":"http://k945.com/whats-app-ening-ink-cards/","id":603570,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"This week&apos;s featured app is perfect for your valentine!","authors":[{"id":2860143,"slug":"gingerfletcher","name":"Ginger","first_name":"Ginger","last_name":"Fletcher","nickname":"Ginger","thumbnail":"http://k945.com/files/2017/06/Ginger-New-Pic-Edit-Use-This.jpg","url":"http://k945.com/author/gingerfletcher/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"What&apos;s App-ening: Ink Cards","dynamic-lead-excerpt":"This week&apos;s featured app is perfect for your valentine!","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"What&apos;s App-ening: Ink Cards"}}},"603612":{"postid":"603612","sortdate":"2018-02-12T15:44:20.000Z","data":{"mainData":{"postType":"list-post","caption":"Thinkstock","thumbnail":"http://710keel.com/files/2017/01/Crawfish-2017-1.jpg","postDateGmt":"2018-02-12 15:44:20 +0000","title":"Here Are the Latest Crawfish Prices for Shreveport-Bossier","url":"http://k945.com/here-are-the-latest-crawfish-prices-in-shreveport-bossier/","id":603612,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"We have done the work for you. Find out the prices for live and boiled crawfish in Shreveport-Bossier City.","authors":[{"id":194615,"slug":"erinmccartygapbroadcasting-com","name":"Erin McCarty","first_name":"Erin","last_name":"McCarty","nickname":"erinmccarty","thumbnail":"http://k945.com/files/2017/06/Erin-McCarty-New-Pic-Edited-Use-This.jpg","url":"http://k945.com/author/erinmccartygapbroadcasting-com/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Here Are the Latest Crawfish Prices for Shreveport-Bossier","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"603620":{"postid":"603620","sortdate":"2018-02-12T15:37:01.000Z","data":{"mainData":{"postType":"post","caption":"Pixar","thumbnail":"http://screencrush.com/files/2018/01/Incredibles-2.jpg","postDateGmt":"2018-02-12 15:37:01 +0000","title":"&lsquo;The Incredibles 2&CloseCurlyQuote; Olympics TV Spots Tease New Footage","url":"http://k945.com/incredibles-2-tv-spots-olympics/","id":603620,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Get a peek at the action in &#x2018;The Incredibles 2&#x2019; in new Olympics TV spots.","authors":[{"id":2537163,"slug":"erinwhitney","name":"E. Oliver Whitney","first_name":"E. Oliver","last_name":"Whitney","nickname":"erinwhitney","thumbnail":"http://screencrush.com/files/2017/05/it-me1.png","url":"http://k945.com/author/erinwhitney/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=zBCub-Do1uw","youtubeId":"zBCub-Do1uw"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=zBCub-Do1uw","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"&lsquo;The Incredibles 2&CloseCurlyQuote; Olympics TV Spots Tease New Footage"}}},"603631":{"postid":"603631","sortdate":"2018-02-12T23:25:32.000Z","data":{"mainData":{"postType":"post","caption":"gpointstudio, ThinkStock Images","thumbnail":"http://k945.com/files/2018/02/RS10811_163159564.jpg","postDateGmt":"2018-02-12 23:25:32 +0000","title":"Free Food on Valentine&apos;s Day? Now That&apos;s True Love","url":"http://k945.com/free-food-on-valentines-day-now-thats-true-love/","id":603631,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Valentine&apos;s Day can get super expensive so when we hear about free food on this day of love, we&apos;ve gotta share it with you!","authors":[{"id":1883910,"slug":"jess","name":"Jess","first_name":"jessica","last_name":"rowe","nickname":"Jess","thumbnail":"http://k945.com/files/2017/06/Jess-New-Pic-Edit-Use-This.jpg","url":"http://k945.com/author/jess/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Free Food on Valentine&apos;s Day? Now That&apos;s True Love"}}}},"redisCached":true},"widget_third_party_content-2":{"info":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"params":{"type":"zergnet","title":"Recommended For You","id":"39626","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"widget_third_party_content-3":{"info":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"params":{"type":"zergnet","title":"Best of the Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"fix_sidebar_marker-105":{"info":{"id":"fix_sidebar_marker-105","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"105"},"params":{"title":"Fix Sidebar Marker","widgetTime":2},"data":[],"dataDetails":{}},"ts_blogroll-1074":{"info":{"id":"ts_blogroll-1074","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1074"},"params":{"title":"Featured","type":"carousel","isweather":"1","cat":"0,11908","posts_per_page":"3","align":"right","pinned_id":"","pinned_label":"","tag":"Featured","private_tag":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0,"widgetTime":4,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[603612,603098,602842],"dataDetails":{"602842":{"postid":"602842","sortdate":"2018-02-02T11:21:04.000Z","data":{"mainData":{"postType":"post","caption":"Photo by Amanda Currier","thumbnail":"http://710keel.com/files/2012/08/I20_I49_Cloverleaf_Interchange_ACurrier.jpg","postDateGmt":"2018-02-02 11:21:04 +0000","title":"Are Louisiana Bridges Safe?","url":"http://k945.com/new-report-bridges-in-shreveportbossier-are-deficient/","id":602842,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"DOTD says they are still safe to drive on.","authors":[{"id":2577050,"slug":"mattparker","name":"Matt Parker","first_name":"Matt","last_name":"Parker","nickname":"mattparker","thumbnail":"http://710keel.com/files/2015/11/PARKER-KEEL2.jpg","url":"http://k945.com/author/mattparker/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Are Louisiana Bridges Safe?","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"603098":{"postid":"603098","sortdate":"2018-02-06T00:01:37.000Z","data":{"mainData":{"postType":"post","caption":"Krewe of Gemini Facebook page","thumbnail":"http://965kvki.com/files/2018/02/Gemini-Parade.jpg","postDateGmt":"2018-02-06 00:01:37 +0000","title":"Shreveport Police Release Rules and Guidelines for Gemini Parade","url":"http://k945.com/shreveport-police-department-release-rules-and-guidelines-for-krewe-of-gemini-parade-saturday/","id":603098,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"The Krewe of Gemini parade is this Saturday, February 10, 2018 at 4:00pm and the Shreveport Police Department has released a listing of rules and guidelines for parade goers.","authors":[{"id":370,"slug":"erinbristol","name":"Bristol","first_name":"Erin","last_name":"Bristol","nickname":"Bristol","thumbnail":"http://mykisscountry937.com/files/2017/06/Bristol-New-Edit-Use-This.jpg","url":"http://k945.com/author/erinbristol/"}]},"alternateData":{"dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Shreveport Police Release Rules and Guidelines for Gemini Parade"}}},"603612":{"postid":"603612","sortdate":"2018-02-12T15:44:20.000Z","data":{"mainData":{"postType":"list-post","caption":"Thinkstock","thumbnail":"http://710keel.com/files/2017/01/Crawfish-2017-1.jpg","postDateGmt":"2018-02-12 15:44:20 +0000","title":"Here Are the Latest Crawfish Prices for Shreveport-Bossier","url":"http://k945.com/here-are-the-latest-crawfish-prices-in-shreveport-bossier/","id":603612,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"We have done the work for you. Find out the prices for live and boiled crawfish in Shreveport-Bossier City.","authors":[{"id":194615,"slug":"erinmccartygapbroadcasting-com","name":"Erin McCarty","first_name":"Erin","last_name":"McCarty","nickname":"erinmccarty","thumbnail":"http://k945.com/files/2017/06/Erin-McCarty-New-Pic-Edited-Use-This.jpg","url":"http://k945.com/author/erinmccartygapbroadcasting-com/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Here Are the Latest Crawfish Prices for Shreveport-Bossier","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":""}}}},"redisCached":true},"fix_sidebar_marker-108":{"info":{"id":"fix_sidebar_marker-108","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"108"},"params":{"widgetTime":1},"data":[],"dataDetails":{}},"google-ads-widget-718":{"info":{"id":"google-ads-widget-718","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"718"},"params":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":1},"data":["top-right-300x250"],"dataDetails":{"top-right-300x250":{"adUnit":"top-right-300x250","adType":"dfp6"}}},"tsq_sailthru_newsletter_widget-669":{"info":{"id":"tsq_sailthru_newsletter_widget-669","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"669"},"params":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["K945 VIP Club"],"widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-1075":{"info":{"id":"ts_blogroll-1075","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1075"},"params":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3,"widgetTime":3,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[603631,603612,603620],"dataDetails":{"603612":{"postid":"603612","sortdate":"2018-02-12T15:44:20.000Z","data":{"mainData":{"postType":"list-post","caption":"Thinkstock","thumbnail":"http://710keel.com/files/2017/01/Crawfish-2017-1.jpg","postDateGmt":"2018-02-12 15:44:20 +0000","title":"Here Are the Latest Crawfish Prices for Shreveport-Bossier","url":"http://k945.com/here-are-the-latest-crawfish-prices-in-shreveport-bossier/","id":603612,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"We have done the work for you. Find out the prices for live and boiled crawfish in Shreveport-Bossier City.","authors":[{"id":194615,"slug":"erinmccartygapbroadcasting-com","name":"Erin McCarty","first_name":"Erin","last_name":"McCarty","nickname":"erinmccarty","thumbnail":"http://k945.com/files/2017/06/Erin-McCarty-New-Pic-Edited-Use-This.jpg","url":"http://k945.com/author/erinmccartygapbroadcasting-com/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Here Are the Latest Crawfish Prices for Shreveport-Bossier","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"603620":{"postid":"603620","sortdate":"2018-02-12T15:37:01.000Z","data":{"mainData":{"postType":"post","caption":"Pixar","thumbnail":"http://screencrush.com/files/2018/01/Incredibles-2.jpg","postDateGmt":"2018-02-12 15:37:01 +0000","title":"&lsquo;The Incredibles 2&CloseCurlyQuote; Olympics TV Spots Tease New Footage","url":"http://k945.com/incredibles-2-tv-spots-olympics/","id":603620,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Get a peek at the action in &#x2018;The Incredibles 2&#x2019; in new Olympics TV spots.","authors":[{"id":2537163,"slug":"erinwhitney","name":"E. Oliver Whitney","first_name":"E. Oliver","last_name":"Whitney","nickname":"erinwhitney","thumbnail":"http://screencrush.com/files/2017/05/it-me1.png","url":"http://k945.com/author/erinwhitney/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=zBCub-Do1uw","youtubeId":"zBCub-Do1uw"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=zBCub-Do1uw","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"&lsquo;The Incredibles 2&CloseCurlyQuote; Olympics TV Spots Tease New Footage"}}},"603631":{"postid":"603631","sortdate":"2018-02-12T23:25:32.000Z","data":{"mainData":{"postType":"post","caption":"gpointstudio, ThinkStock Images","thumbnail":"http://k945.com/files/2018/02/RS10811_163159564.jpg","postDateGmt":"2018-02-12 23:25:32 +0000","title":"Free Food on Valentine&apos;s Day? Now That&apos;s True Love","url":"http://k945.com/free-food-on-valentines-day-now-thats-true-love/","id":603631,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Valentine&apos;s Day can get super expensive so when we hear about free food on this day of love, we&apos;ve gotta share it with you!","authors":[{"id":1883910,"slug":"jess","name":"Jess","first_name":"jessica","last_name":"rowe","nickname":"Jess","thumbnail":"http://k945.com/files/2017/06/Jess-New-Pic-Edit-Use-This.jpg","url":"http://k945.com/author/jess/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Free Food on Valentine&apos;s Day? Now That&apos;s True Love"}}}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":3},"data":[],"dataDetails":{},"redisCached":true},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":3},"data":["1",{"2":["2.1","2.2","2.3","2.4","2.5"]},{"3":["3.1","3.2"]},{"4":["4.1"]},{"5":["5.1","5.2","5.3","5.4"]},{"6":["6.1","6.2","6.3","6.4","6.5"]},{"7":["7.1"]},{"8":["8.1","8.2","8.3","8.4","8.5"]},{"9":["9.1","9.2","9.3","9.4","9.5"]}],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":8,"title":"Home","titleExcerpt":"Home","href":"/","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":593,"title":"On Air","titleExcerpt":"On Air","href":"/djs","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":597,"title":"Listen","titleExcerpt":"Listen","href":"/listen-live/","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":15825,"title":"Playlist","titleExcerpt":"Playlist","href":"/playlist/","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":596,"title":"Events","titleExcerpt":"Events","href":"/events-shreveport","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":1647,"title":"Krewe Club","titleExcerpt":"Krewe Club","href":"/vip/","samedomain":true,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":520365,"title":"Contests","titleExcerpt":"Contests","href":"/contests","samedomain":true,"menupath":"/rest/carbon/api/menu/contests","hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":16176,"title":"News","titleExcerpt":"News","href":"/category/local-news/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/local-news/","hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":5997,"title":"Contact","titleExcerpt":"Contact","href":"/help","samedomain":true,"hasBlogroll":false}},"2.1":{"menuId":"2.1","attrs":{"menuPostId":227472,"title":"Schedule","titleExcerpt":"Schedule","href":"/shows","samedomain":true,"hasBlogroll":false}},"2.2":{"menuId":"2.2","attrs":{"menuPostId":549778,"title":"Morning Madhouse","titleExcerpt":"Morning Madhouse","href":"/category/the-morning-madhouse/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/the-morning-madhouse/","hasBlogroll":false}},"2.3":{"menuId":"2.3","attrs":{"menuPostId":278996,"title":"Jess","titleExcerpt":"Jess","href":"/author/jess/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/jess/","hasBlogroll":false}},"2.4":{"menuId":"2.4","attrs":{"menuPostId":302024,"title":"Jay Whatley","titleExcerpt":"Jay Whatley","href":"/author/jaywhatley1/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/jaywhatley1/","hasBlogroll":false}},"2.5":{"menuId":"2.5","attrs":{"menuPostId":549779,"title":"PopCrush Nights","titleExcerpt":"PopCrush Nights","href":"/show/popcrush-nights/","samedomain":true,"menupath":"/rest/carbon/api/menu/show/popcrush-nights/","hasBlogroll":false}},"3.1":{"menuId":"3.1","attrs":{"menuPostId":15820,"title":"Listen Live","titleExcerpt":"Listen Live","href":"/listen-live/","samedomain":true,"hasBlogroll":false}},"3.2":{"menuId":"3.2","attrs":{"menuPostId":6333,"title":"Download the K94.5 App","titleExcerpt":"Download the K94.5 App","href":"/mobile","samedomain":true,"hasBlogroll":false}},"4.1":{"menuId":"4.1","attrs":{"menuPostId":11525,"title":"Recently Played","titleExcerpt":"Recently Played","href":"/playlist/","samedomain":true,"hasBlogroll":false}},"5.1":{"menuId":"5.1","attrs":{"menuPostId":15821,"title":"Calendar","titleExcerpt":"Calendar","href":"/events-shreveport","samedomain":true,"hasBlogroll":false}},"5.2":{"menuId":"5.2","attrs":{"menuPostId":601217,"title":"Patty in the Plaza","titleExcerpt":"Patty in the Plaza","href":"/events-shreveport/patty-in-the-plaza-2/17-march-2018-festival-plaza-16/","samedomain":true,"hasBlogroll":false}},"5.3":{"menuId":"5.3","attrs":{"menuPostId":594697,"title":"Foo Fighters Live in Bossier City","titleExcerpt":"Foo Fighters Live in Bossier City","href":"/events-shreveport/foo-fighters-live-in-bossier-city/22-april-2018-centurylink-center-5/","samedomain":true,"hasBlogroll":false}},"5.4":{"menuId":"5.4","attrs":{"menuPostId":219656,"title":"Submit Your Event","titleExcerpt":"Submit Your Event","href":"/events-shreveport/community/add","samedomain":true,"hasBlogroll":false}},"6.1":{"menuId":"6.1","attrs":{"menuPostId":103807,"title":"Sign Up","titleExcerpt":"Sign Up","href":"/registration","samedomain":true,"hasBlogroll":false}},"6.2":{"menuId":"6.2","attrs":{"menuPostId":127791,"title":"Contests","titleExcerpt":"Contests","href":"/vip/contests/","samedomain":true,"hasBlogroll":false}},"6.3":{"menuId":"6.3","attrs":{"menuPostId":248608,"title":"Contest Rules","titleExcerpt":"Contest Rules","href":"/k945-official-contest-rules/","samedomain":true,"hasBlogroll":false}},"6.4":{"menuId":"6.4","attrs":{"menuPostId":493190,"title":"Local Experts","titleExcerpt":"Local Experts","href":"/local-experts","samedomain":true,"hasBlogroll":false}},"6.5":{"menuId":"6.5","attrs":{"menuPostId":127793,"title":"VIP Krewe Support","titleExcerpt":"VIP Krewe Support","href":"/help","samedomain":true,"hasBlogroll":false}},"7.1":{"menuId":"7.1","attrs":{"menuPostId":600164,"title":"Big Game Squares Official Contest Rules","titleExcerpt":"Big Game Squares Official Contest Rules","href":"/files/2018/01/BIGGameSquares.OfficalRules.2018.pdf","samedomain":true,"hasBlogroll":false}},"8.1":{"menuId":"8.1","attrs":{"menuPostId":16177,"title":"Shreveport-Bossier News","titleExcerpt":"Shreveport-Bossier News","href":"/category/local-news/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/local-news/","hasBlogroll":false}},"8.2":{"menuId":"8.2","attrs":{"menuPostId":16178,"title":"Entertainment News","titleExcerpt":"Entertainment News","href":"/category/entertainment-news/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/entertainment-news/","hasBlogroll":false}},"8.3":{"menuId":"8.3","attrs":{"menuPostId":16179,"title":"Music News","titleExcerpt":"Music News","href":"/category/music_news/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/music_news/","hasBlogroll":false}},"8.4":{"menuId":"8.4","attrs":{"menuPostId":16180,"title":"Sports","titleExcerpt":"Sports","href":"/category/sports/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/sports/","hasBlogroll":false}},"8.5":{"menuId":"8.5","attrs":{"menuPostId":71458,"title":"Weather","titleExcerpt":"Weather","href":"/shreveport-weather/","samedomain":true,"hasBlogroll":false}},"9.1":{"menuId":"9.1","attrs":{"menuPostId":5998,"title":"Help & Contact Info","titleExcerpt":"Help & Contact Info","href":"/help/","samedomain":true,"hasBlogroll":false}},"9.2":{"menuId":"9.2","attrs":{"menuPostId":732,"title":"Send Feedback","titleExcerpt":"Send Feedback","href":"/feedback","samedomain":true,"hasBlogroll":false}},"9.3":{"menuId":"9.3","attrs":{"menuPostId":102357,"title":"Advertise","titleExcerpt":"Advertise","href":"/advertise-on-k945-the-hit-music-channel/","samedomain":true,"hasBlogroll":false}},"9.4":{"menuId":"9.4","attrs":{"menuPostId":159025,"title":"Shreveport Employment","titleExcerpt":"","href":"/shreveport-employment-2","samedomain":true,"hasBlogroll":false}},"9.5":{"menuId":"9.5","attrs":{"menuPostId":8169,"title":"Advertising Disclaimer","titleExcerpt":"","href":"/advertising-disclaimer","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/promo_links":{"info":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"},"params":{"widgetTime":2},"data":["1","2","3","4","5","6","7"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":75099,"title":"Trending Now:","titleExcerpt":"Trending Now:","href":"","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":601719,"title":"Patty in the Plaza","titleExcerpt":"Patty in the Plaza","href":"/celebrate-st-patricks-day-patty-in-the-plaza-style/","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":592105,"title":"The Morning Madhouse","titleExcerpt":"The Morning Madhouse","href":"/category/the-morning-madhouse/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/the-morning-madhouse/","hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":572073,"title":"K945 App!","titleExcerpt":"K945 App!","href":"/app/","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":594674,"title":"K945 on Alexa!","titleExcerpt":"K945 on Alexa!","href":"/k945-is-now-available-on-amazon-alexa-enabled-devices/","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":599297,"title":"Mardi Gras","titleExcerpt":"Mardi Gras","href":"/category/mardi-gras/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/mardi-gras/","hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":599298,"title":"Shreveport/Bossier News","titleExcerpt":"Shreveport/Bossier News","href":"/category/local-news/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/local-news/","hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/footer":{"info":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"},"params":{"widgetTime":2},"data":["comscore","1","2","3","4","5","6","7","8","9","10"],"dataDetails":{"1":{"menuId":"1","attrs":{"title":"EEO","href":"/eeo/"}},"2":{"menuId":"2","attrs":{"title":"Public File","href":"/kruf-public-file/"}},"3":{"menuId":"3","attrs":{"title":"Terms","href":"/terms/"}},"4":{"menuId":"4","attrs":{"title":"VIP Terms","href":"/vip-terms/"}},"5":{"menuId":"5","attrs":{"title":"FAQ","href":"/vip-faq/"}},"6":{"menuId":"6","attrs":{"title":"Contest Rules","href":"/contest-rules/"}},"7":{"menuId":"7","attrs":{"title":"Privacy Policy (Updated: 8/31/17)","href":"/privacy/"}},"8":{"menuId":"8","attrs":{"title":"Contact","href":"/help/"}},"9":{"menuId":"9","attrs":{"href":"http://townsquaremediagroup.com/"}},"10":{"menuId":"10","attrs":{"title":"Shreveport Business Listings","href":"/shreveport-featured-business-listings/"}},"comscore":{"menuId":"comscore","attrs":{"title":"PopCrush Network"}}},"redisCached":true}},"data":{},"time":{"wpTime":13.859,"mainOptionsTime":5.104,"sidebarsTime":9.472,"widgetsTime":23.97,"processTime":52.496},"experimentGroup":"B"},"serverConfig":{"host":"k945.com","ua":"python-requests/2.10.0"}},"listenLive":{},"nav":{},"newsletter":{},"ui":{},"weather":{},"youtube":{},"sweeps":{},"form":{"NavSearchForm":{"registeredFields":[{"name":"searchInput","type":"Field"}]}},"routing":{"locationBeforeTransitions":null},"events":{},"ads":{}}
          </script>
          <script src="//cdn.production.townsquareblogs.com/public/dist/main.bundle.js?ver=f6f5453a8cde7d0b301abb99888e7aca87cafa58"></script>
        </body>
      </html>