<!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="189747134398283"/><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://965kvki.com/red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey/"/><meta data-react-helmet="true" property="og:site_name" content="96.5 KVKI"/><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="@965kvki1"/><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-kvki, tsmmarket-shreveport, tsmtype-local, 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="113445393091"/><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://965kvki.com/files/2014/03/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=82b4135bab9c2dc599baca830b345a05df70bfdf&mver=18" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "A";
          window.TSM.cadata = {"activeDomain":"965kvki.com","blogId":181,"method":"get_single","postId":514329,"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":"red-cross","dimension4":"post","dimension5":"Mon Aug 28 2017","dimension6":"11:35","dimension7":"standard","dimension8":"675","dimension9":"A","dimension10":"no"};
ga( "create", {
          trackingId:"UA-19110214-3",
          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-3"};
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":"KVKIFM","market":"Shreveport","sitetype":"Local","siteClassification":"Local","state":"LA","genre":{"0":"pop"},"pageType":"post","tags":"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=965kvki.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", ["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","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/KVKI/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/KVKI/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/KVKI/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/KVKI/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/KVKI/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/KVKI/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/KVKI/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/KVKI/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/KVKI/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="-1023537572"><!-- 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="96.5 KVKI" title="96.5 KVKI" data-reactid="14"><img src="http://965kvki.com/files/2017/11/kvkifm-logo.png" alt="96.5 KVKI" title="96.5 KVKI" 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 id="promotion-13" class="stationtagline-container showticker-item" data-reactid="21"><div class="content" data-reactid="22"><a class="info" href="#" data-reactid="23">SHREVEPORT/BOSSIER'S BEST VARIETY WHILE YOU WORK</a></div></div></div></div><a class="listen-live-cto cto" href="/listen-live/" data-reactid="24"><span class="icon-play2" data-reactid="25"></span><span class="cto-title" data-reactid="26">Listen Now</span></a><a class="sign-in-out" href="/#auth-start" title="" data-reactid="27"></a></div><nav id="site-menu" data-reactid="28"><div class="wrapper" data-reactid="29"><span class="icon-base icon-menu select-none" data-reactid="30"></span><ul class="links" data-reactid="31"><li class="hassub" data-reactid="32"><a href="/" data-reactid="33">Home</a></li><li class="hassub" data-reactid="34"><a href="/djs" data-reactid="35">On Air</a><ul class="links submenu" data-reactid="36"><li class="hassub" data-reactid="37"><a href="/djs/" data-reactid="38">All DJs</a></li><li class="hassub" data-reactid="39"><a href="/shows/" data-reactid="40">Schedule</a></li><li class="hassub" data-reactid="41"><a href="/show/kidd-kraddick-morning-show/" data-reactid="42">Kidd Kraddick Morning Show</a></li><li class="hassub" data-reactid="43"><a href="/author/erinbristol/" data-reactid="44">Bristol</a></li><li class="hassub" data-reactid="45"><a href="/author/luckylarry/" data-reactid="46">Lucky Larry</a></li><li class="hassub" data-reactid="47"><a href="/author/gingerfletcher/" data-reactid="48">Ginger</a></li></ul></li><li class="hassub" data-reactid="49"><a href="/listen-live/" data-reactid="50">Listen</a><ul class="links submenu" data-reactid="51"><li class="hassub" data-reactid="52"><a href="/listen-live/" data-reactid="53">Listen Live</a></li><li class="hassub" data-reactid="54"><a href="/app/" data-reactid="55">Get the 96.5 KVKI App</a></li></ul></li><li class="hassub" data-reactid="56"><a href="/playlist/" data-reactid="57">Playlist</a><ul class="links submenu" data-reactid="58"><li class="hassub" data-reactid="59"><a href="/playlist/" data-reactid="60">Recently Played Songs</a></li></ul></li><li class="hassub" data-reactid="61"><a href="/events-shreveport" data-reactid="62">Events</a><ul class="links submenu" data-reactid="63"><li class="hassub" data-reactid="64"><a href="/events-shreveport" data-reactid="65">Calendar</a></li><li class="hassub" data-reactid="66"><a href="/events-shreveport/patty-in-the-plaza-2/17-march-2018-festival-plaza-16/" data-reactid="67">Patty in the Plaza</a></li><li class="hassub" data-reactid="68"><a href="/events-shreveport/foo-fighters-live-in-bossier-city/22-april-2018-centurylink-center-5/" data-reactid="69">Foo Fighters Live in Bossier City</a></li><li class="hassub" data-reactid="70"><a href="/events-shreveport/community/add" data-reactid="71">Submit Your Event</a></li></ul></li><li class="hassub" data-reactid="72"><a href="/vip/" data-reactid="73">At Work Club</a><ul class="links submenu" data-reactid="74"><li class="hassub" data-reactid="75"><a href="/registration" data-reactid="76">Sign Up</a></li><li class="hassub" data-reactid="77"><a href="/vip/contests/" data-reactid="78">Contests</a></li><li class="hassub" data-reactid="79"><a href="/kvki-official-contest-rules/" data-reactid="80">Contest Rules</a></li><li class="hassub" data-reactid="81"><a href="/files/2018/01/BIGGameSquares.OfficalRules.2018.pdf" data-reactid="82">Big Game Squares Official Contest Rules</a></li><li class="hassub" data-reactid="83"><a href="/local-experts" data-reactid="84">Local Experts</a></li><li class="hassub" data-reactid="85"><a href="/help" data-reactid="86">VIP Support</a></li></ul></li><li class="hassub" data-reactid="87"><a href="" data-reactid="88">News</a><ul class="links submenu" data-reactid="89"><li class="hassub" data-reactid="90"><a href="/category/local-news/" data-reactid="91">Shreveport News</a></li><li class="hassub" data-reactid="92"><a href="/category/louisiana-news/" data-reactid="93">Louisiana News</a></li><li class="hassub" data-reactid="94"><a href="/category/entertainment-news/" data-reactid="95">Entertainment News</a></li><li class="hassub" data-reactid="96"><a href="/category/music_news/" data-reactid="97">Music News</a></li><li class="hassub" data-reactid="98"><a href="/category/weird_news/" data-reactid="99">Weird News</a></li></ul></li><li class="hassub" data-reactid="100"><a href="/shreveport-weather/" data-reactid="101">Weather</a></li><li class="hassub" data-reactid="102"><a href="/help" data-reactid="103">Contact</a><ul class="links submenu" data-reactid="104"><li class="hassub" data-reactid="105"><a href="/help/" data-reactid="106">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="107"><a href="/feedback" data-reactid="108">Send Feedback</a></li><li class="hassub" data-reactid="109"><a href="/advertise/" data-reactid="110">Advertise</a></li><li class="hassub" data-reactid="111"><a href="/shreveport-employment-2" data-reactid="112">Shreveport Employment</a></li><li class="hassub" data-reactid="113"><a href="/advertising-disclaimer" data-reactid="114">Advertising Disclaimer</a></li></ul></li><li class="hidden-menu hassub hide" data-reactid="115"><a class="more-icon" href="#" data-reactid="116">More</a><ul class="links submenu" data-reactid="117"><li class="hassub hide" data-reactid="118"><a href="/" data-reactid="119">Home</a></li><li class="hassub hide" data-reactid="120"><a href="/djs" data-reactid="121">On Air</a><ul class="links submenu" data-reactid="122"><li class="hassub" data-reactid="123"><a href="/djs/" data-reactid="124">All DJs</a></li><li class="hassub" data-reactid="125"><a href="/shows/" data-reactid="126">Schedule</a></li><li class="hassub" data-reactid="127"><a href="/show/kidd-kraddick-morning-show/" data-reactid="128">Kidd Kraddick Morning Show</a></li><li class="hassub" data-reactid="129"><a href="/author/erinbristol/" data-reactid="130">Bristol</a></li><li class="hassub" data-reactid="131"><a href="/author/luckylarry/" data-reactid="132">Lucky Larry</a></li><li class="hassub" data-reactid="133"><a href="/author/gingerfletcher/" data-reactid="134">Ginger</a></li></ul></li><li class="hassub hide" data-reactid="135"><a href="/listen-live/" data-reactid="136">Listen</a><ul class="links submenu" data-reactid="137"><li class="hassub" data-reactid="138"><a href="/listen-live/" data-reactid="139">Listen Live</a></li><li class="hassub" data-reactid="140"><a href="/app/" data-reactid="141">Get the 96.5 KVKI App</a></li></ul></li><li class="hassub hide" data-reactid="142"><a href="/playlist/" data-reactid="143">Playlist</a><ul class="links submenu" data-reactid="144"><li class="hassub" data-reactid="145"><a href="/playlist/" data-reactid="146">Recently Played Songs</a></li></ul></li><li class="hassub hide" data-reactid="147"><a href="/events-shreveport" data-reactid="148">Events</a><ul class="links submenu" data-reactid="149"><li class="hassub" data-reactid="150"><a href="/events-shreveport" data-reactid="151">Calendar</a></li><li class="hassub" data-reactid="152"><a href="/events-shreveport/patty-in-the-plaza-2/17-march-2018-festival-plaza-16/" data-reactid="153">Patty in the Plaza</a></li><li class="hassub" data-reactid="154"><a href="/events-shreveport/foo-fighters-live-in-bossier-city/22-april-2018-centurylink-center-5/" data-reactid="155">Foo Fighters Live in Bossier City</a></li><li class="hassub" data-reactid="156"><a href="/events-shreveport/community/add" data-reactid="157">Submit Your Event</a></li></ul></li><li class="hassub hide" data-reactid="158"><a href="/vip/" data-reactid="159">At Work Club</a><ul class="links submenu" data-reactid="160"><li class="hassub" data-reactid="161"><a href="/registration" data-reactid="162">Sign Up</a></li><li class="hassub" data-reactid="163"><a href="/vip/contests/" data-reactid="164">Contests</a></li><li class="hassub" data-reactid="165"><a href="/kvki-official-contest-rules/" data-reactid="166">Contest Rules</a></li><li class="hassub" data-reactid="167"><a href="/files/2018/01/BIGGameSquares.OfficalRules.2018.pdf" data-reactid="168">Big Game Squares Official Contest Rules</a></li><li class="hassub" data-reactid="169"><a href="/local-experts" data-reactid="170">Local Experts</a></li><li class="hassub" data-reactid="171"><a href="/help" data-reactid="172">VIP Support</a></li></ul></li><li class="hassub hide" data-reactid="173"><a href="" data-reactid="174">News</a><ul class="links submenu" data-reactid="175"><li class="hassub" data-reactid="176"><a href="/category/local-news/" data-reactid="177">Shreveport News</a></li><li class="hassub" data-reactid="178"><a href="/category/louisiana-news/" data-reactid="179">Louisiana News</a></li><li class="hassub" data-reactid="180"><a href="/category/entertainment-news/" data-reactid="181">Entertainment News</a></li><li class="hassub" data-reactid="182"><a href="/category/music_news/" data-reactid="183">Music News</a></li><li class="hassub" data-reactid="184"><a href="/category/weird_news/" data-reactid="185">Weird News</a></li></ul></li><li class="hassub hide" data-reactid="186"><a href="/shreveport-weather/" data-reactid="187">Weather</a></li><li class="hassub hide" data-reactid="188"><a href="/help" data-reactid="189">Contact</a><ul class="links submenu" data-reactid="190"><li class="hassub" data-reactid="191"><a href="/help/" data-reactid="192">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="193"><a href="/feedback" data-reactid="194">Send Feedback</a></li><li class="hassub" data-reactid="195"><a href="/advertise/" data-reactid="196">Advertise</a></li><li class="hassub" data-reactid="197"><a href="/shreveport-employment-2" data-reactid="198">Shreveport Employment</a></li><li class="hassub" data-reactid="199"><a href="/advertising-disclaimer" data-reactid="200">Advertising Disclaimer</a></li></ul></li></ul></li></ul><div class="site-menu-right" data-reactid="201"><ul class="social-links" data-reactid="202"><li class="social" data-reactid="203"><a class="share-link youtube" href="https://youtube.com/user/965KVKI" target="_blank" data-social="youtube" data-reactid="204"><span class="icon-base icon-youtube" data-reactid="205"></span></a></li><li class="social" data-reactid="206"><a class="share-link facebook" href="http://www.facebook.com/pages/KVKI-965/113445393091" target="_blank" data-social="facebook" data-reactid="207"><span class="icon-base icon-facebook" data-reactid="208"></span></a></li><li class="social" data-reactid="209"><a class="share-link twitter" href="https://twitter.com/965kvki1" target="_blank" data-social="twitter" data-reactid="210"><span class="icon-base icon-twitter" data-reactid="211"></span></a></li><ul class="social-subscriptions" data-reactid="212"><li class="sub-instagram " data-reactid="213"><a href="https://www.instagram.com/965kvki/" target="_blank" data-reactid="214">INSTAGRAM</a></li><li class="share_link_small youtube sub-youtube" data-reactid="215"><span class="youtube-subscribe-button " data-reactid="216"></span></li><li class="sub-facebook" data-reactid="217"></li><li class="sub-twitter" data-reactid="218"></li></ul></ul><div id="search-form" class="" data-reactid="219"><div class="form-wrap" data-reactid="220"><form data-reactid="221"><input type="text" name="searchInput" value="" class="search-input" placeholder="Search" data-reactid="222"/><input type="submit" class="search-submit" disabled="" value="SEARCH" data-reactid="223"/></form></div><div class="icon-base icon-search" data-reactid="224"></div></div></div><div class="site-screen select-none" data-reactid="225"></div></div></nav></div><ul class="promo-links" data-reactid="226"><li data-reactid="227"><span data-reactid="228">Trending Now:</span></li><li data-reactid="229"><a title="Patty in the Plaza" href="/celebrate-st-patricks-day-patty-in-the-plaza-style/" data-reactid="230">Patty in the Plaza</a></li><li data-reactid="231"><a title="KVKI App!" href="/app/" data-reactid="232">KVKI App!</a></li><li data-reactid="233"><a title="KVKI on Alexa!" href="/kvki-is-now-available-on-amazon-alexa-enabled-devices/" data-reactid="234">KVKI on Alexa!</a></li><li data-reactid="235"><a title="Mardi Gras" href="/category/mardi-gras/" data-reactid="236">Mardi Gras</a></li><li data-reactid="237"><a title="Kidd Kraddick Morning Show" href="/category/kidd-kraddick/" data-reactid="238">Kidd Kraddick Morning Show</a></li><li data-reactid="239"><a title="Bristol&#x27;s Babies" href="/tags/bristols-babies/" data-reactid="240">Bristol&#x27;s Babies</a></li></ul></div><div class="tsm-ad tsm-ad-nav-970" data-reactid="241"><div id="tsm-ad-970a" data-reactid="242"><!-- dynamic ad --></div></div><div class="site-content clearfix" data-reactid="243"><div class="main-content" data-reactid="244"><div class="wrapper post-wrapper" data-reactid="245"><div class="post clearfix" data-reactid="246"><div class="entry" data-reactid="247"><article id="post-514329" data-location="/red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey/" data-index="0" data-reactid="248"><div class="page-header" data-reactid="249"><div class="content-header show-ui front" id="content-header-514329" data-reactid="250"><div class="internal-header outgrow  " style="max-height:0px;" data-reactid="251"></div><div class="content-header-header" data-reactid="252"><div class="react-parallax " data-reactid="253"><div class="react-parallax-background-children" data-bottom-top="transform:translate3d(0,-20%,0);" data-top-bottom="transform:translate3d(0,20%,0);" data-reactid="254"><figure class="frameme img-tag frame-loaded" data-reactid="255"><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="256"></div></figure></div><div class="react-parallax-content" data-reactid="257"><figure class="frameme img-tag" data-reactid="258"><div class="theframe" data-image="http://710keel.com/files/2017/08/Houston-Flooding.jpg" rel="" title="" data-reactid="259"></div><div class="loadinganim showbox" id="0" data-reactid="260"><div class="loader" style="width:30px;height:30px;" data-reactid="261"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="262"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="263"></circle></svg></div></div></figure></div></div><div class="header" data-reactid="264"><section class="title " data-reactid="265"><h1 class="" data-reactid="266">Red Cross Tells Us How You can Help Victims of Hurricane Harvey</h1></section><div class="byline" data-reactid="267"><div class="authors" data-reactid="268"><address class="author" data-reactid="269"><div class="author-image icon-user" data-reactid="270"><figure class="frameme" data-reactid="271"><a class="theframe" data-image="http://k945.com/files/2017/06/Erin-McCarty-New-Pic-Edited-Use-This.jpg" href="http://965kvki.com/author/erinmccartygapbroadcasting-com/" rel="author" title="Erin McCarty" data-reactid="272"></a><div class="loadinganim showbox" id="0" data-reactid="273"><div class="loader" style="width:30px;height:30px;" data-reactid="274"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="275"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="276"></circle></svg></div></div></figure></div><a class="author-name" href="http://965kvki.com/author/erinmccartygapbroadcasting-com/" rel="author" title="Erin McCarty" data-reactid="277">Erin McCarty</a></address></div><time datetime="2017-08-28 16:35:37 +0000" data-reactid="278">August 28, 2017</time></div><figcaption title="Eric Kayne" data-reactid="279">Eric Kayne</figcaption></div></div></div></div><div class="content-wrap" data-reactid="280"><div class="social-share bignsexy" data-reactid="281"><div class="social-bar social-icons" data-reactid="282"><ul data-reactid="283"><li data-reactid="284"><a href="http://twitter.com/intent/tweet?text=Red%20Cross%20Tells%20Us%20How%20You%20can%20Help%20Victims%20of%20Hurricane%20Harvey%20http%3A%2F%2F965kvki.com%2Fred-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey%2F%3Ftrackback%3Dtwitter_mobile%20%40965kvki1" title="Share on Twitter" target="_blank" data-reactid="285"><span class=" social-icon icon-twitter tw" data-reactid="286"><span class="share-title" data-reactid="287">Share on Twitter</span></span></a></li><li data-reactid="288"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2F965kvki.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="289"><span class=" social-icon icon-facebook fb" data-reactid="290"><span class="share-title" data-reactid="291">Share on Facebook</span></span></a></li></ul></div></div><div class="content" data-reactid="292"><div class="pod-content" data-reactid="293"><p data-reactid="294">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="295"><a href="http://www.redcross.org/local/louisiana/local-chapters/North-Louisiana" target="_blank" data-reactid="296"><!-- react-text: 297 -->North Louisiana Red Cross<!-- /react-text --></a><!-- react-text: 298 --> 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="299"><!-- react-text: 300 -->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="301"><!-- react-text: 302 --> financial contribution<!-- /react-text --></a><!-- react-text: 303 -->. 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="304"><div class="tsm-ad tsm-ad-oop" data-reactid="305"><div id="tsm-ad-sharethrough-oop-1" data-reactid="306"><!-- dynamic ad --></div></div></div><div class="lazyload-placeholder oembed-lazyload-placeholder" data-reactid="307"></div><p data-reactid="308"><!-- react-text: 309 -->You can help by <!-- /react-text --><strong data-reactid="310"><a href="http://www.redcross.org/give-blood" target="_blank" data-reactid="311"><!-- react-text: 312 -->giving blood <!-- /react-text --></a></strong><!-- react-text: 313 -->as the blood supply is critically low.<!-- /react-text --></p><p data-reactid="314"> </p><p data-reactid="315"> </p><p data-reactid="316"> </p><p data-reactid="317"> </p><p data-reactid="318"> </p></div></div><div class="content-footer" data-reactid="319"><!-- react-empty: 320 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="321"></div><!-- react-text: 322 --><!-- /react-text --><div class="tags-lines" data-reactid="323"><div class="wrapper" data-reactid="324"><span data-reactid="325"><!-- react-text: 326 -->Filed Under<!-- /react-text --><!-- react-text: 327 -->: <!-- /react-text --></span><span data-reactid="328"><!-- react-text: 329 --><!-- /react-text --><a href="http://965kvki.com/tags/red-cross/" data-reactid="330">red cross</a></span></div><div class="wrapper" data-reactid="331"><span data-reactid="332"><!-- react-text: 333 -->Categories<!-- /react-text --><!-- react-text: 334 -->: <!-- /react-text --></span><span data-reactid="335"><!-- react-text: 336 --><!-- /react-text --><a href="http://965kvki.com/category/local-news/" data-reactid="337">Shreveport News</a></span></div></div><div class="comments-wrapper" data-reactid="338"><div class="comments" data-reactid="339"><div data-reactid="340"><span class="icon-comments" data-reactid="341"></span><i data-reactid="342">Comments</i><span class="fb-comments-count" data-href="http://965kvki.com/red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey/" data-reactid="343"></span><span class="icon-triangle-down" data-reactid="344"></span></div><div class="cto" data-reactid="345">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="346"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="347">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="348"><div class="aside-inside" data-reactid="349"><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-60" data-reactid="350"><div class="wrapper clearfix" data-reactid="351"><div class="fix_sidebar_marker" data-reactid="352"></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-646" data-reactid="353"><header data-reactid="354"><h2 data-reactid="355"><span class="title-container" data-reactid="356">Featured</span><!-- react-text: 357 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="358"><section id="ts_blogroll-646" class="blogroll carousel slider dl align-right" data-reactid="359"><div class="slider blogroll-items" data-reactid="360"><div class="sizer" data-reactid="361"></div><div class="mover slide" data-reactid="362"><article class="item title-over-image" data-reactid="363"><figure class="frameme" data-reactid="364"><a class="theframe" data-image="http://710keel.com/files/2017/01/Crawfish-2017-1.jpg" href="http://965kvki.com/here-are-the-latest-crawfish-prices-in-shreveport-bossier/" rel="" title="Here Are the Latest Crawfish Prices for Shreveport-Bossier" data-reactid="365"></a><div class="loadinganim showbox" id="0" data-reactid="366"><div class="loader" style="width:30px;height:30px;" data-reactid="367"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="368"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="369"></circle></svg></div></div></figure><div class="content" data-reactid="370"><a href="http://965kvki.com/here-are-the-latest-crawfish-prices-in-shreveport-bossier/" title="Here Are the Latest Crawfish Prices for Shreveport-Bossier" class="title" data-reactid="371">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="372"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="373"></div></div></section></div></section><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-63" data-reactid="374"><div class="wrapper clearfix" data-reactid="375"><div class="fix_sidebar_marker" data-reactid="376"></div></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-435" data-reactid="377"><div class="wrapper clearfix" data-reactid="378"><div class="widget-content" data-reactid="379"><div class="tsm-ad tsm-ad-300" data-reactid="380"><div id="tsm-ad-300a" data-reactid="381"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-394" data-reactid="382"><div class="wrapper clearfix" data-reactid="383"><div class="widget-content" data-reactid="384"><div data-reactid="385"><form method="post" class="newsletter-frame clearfix" data-reactid="386"><div class="content clearfix" data-reactid="387"><p class="title" data-reactid="388">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="389"><div class="vertical-centered" data-reactid="390"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="391"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="392"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-650" data-reactid="393"><header data-reactid="394"><h2 data-reactid="395"><span class="title-container" data-reactid="396">Latest Articles</span><!-- react-text: 397 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="398"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="399"><div class="blogroll-inner clearfix" data-reactid="400"><article class="" data-reactid="401"><figure class="frameme" data-reactid="402"><a class="theframe" data-image="http://popcrush.com/files/2018/02/Beyonce%2525CC%252581-and-Tiffany-Haddish.jpg" href="http://965kvki.com/tiffany-haddish-says-beyonce-shut-down-an-actress-who-tried-flirting-with-jay-z/" rel="" title="Tiffany Haddish Says Beyonc&amp;eacute; Shut Down an Actress Touching Jay-Z" data-reactid="403"></a><div class="loadinganim showbox" id="0" data-reactid="404"><div class="loader" style="width:30px;height:30px;" data-reactid="405"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="406"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="407"></circle></svg></div></div></figure><div class="content" data-reactid="408"><a href="http://965kvki.com/tiffany-haddish-says-beyonce-shut-down-an-actress-who-tried-flirting-with-jay-z/" title="Tiffany Haddish Says Beyoncé Shut Down an Actress Touching Jay-Z" class="title" data-reactid="409">Tiffany Haddish Says Beyoncé Shut Down an Actress Touching Jay-Z</a></div></article><article class="" data-reactid="410"><figure class="frameme" data-reactid="411"><a class="theframe" data-image="http://k945.com/files/2018/02/RS895_80608100.jpg" href="http://965kvki.com/what-is-louisiana-searching-the-internet-for-this-valentines-day/" rel="" title="What is Louisiana Searching the Internet for This Valentine&amp;apos;s Day" data-reactid="412"></a><div class="loadinganim showbox" id="0" data-reactid="413"><div class="loader" style="width:30px;height:30px;" data-reactid="414"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="415"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="416"></circle></svg></div></div></figure><div class="content" data-reactid="417"><a href="http://965kvki.com/what-is-louisiana-searching-the-internet-for-this-valentines-day/" title="What is Louisiana Searching the Internet for This Valentine&#x27;s Day" class="title" data-reactid="418">What is Louisiana Searching the Internet for This Valentine&#x27;s Day</a></div></article><article class="" data-reactid="419"><figure class="frameme" data-reactid="420"><a class="theframe" data-image="http://screencrush.com/files/2018/02/seinfeld-revival-possible-pic.jpg" href="http://965kvki.com/seinfeld-revival-possible-jerry/" rel="" title="A &amp;apos;Seinfeld&amp;apos; Revival Is Finally &amp;apos;Possible,&amp;apos; Says Jerry" data-reactid="421"></a><div class="loadinganim showbox" id="0" data-reactid="422"><div class="loader" style="width:30px;height:30px;" data-reactid="423"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="424"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="425"></circle></svg></div></div></figure><div class="content" data-reactid="426"><a href="http://965kvki.com/seinfeld-revival-possible-jerry/" title="A &#x27;Seinfeld&#x27; Revival Is Finally &#x27;Possible,&#x27; Says Jerry" class="title" data-reactid="427">A &#x27;Seinfeld&#x27; Revival Is Finally &#x27;Possible,&#x27; Says Jerry</a></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="428"><footer data-reactid="429"><div class="links clearfix" data-reactid="430"><div class="logo" data-reactid="431"></div><div class="details" data-reactid="432"><h2 data-reactid="433">Information</h2><ul data-reactid="434"><li data-reactid="435"><a title="PopCrush Network" class="" data-reactid="436">PopCrush Network</a></li><li data-reactid="437"><a title="EEO" href="/eeo/" class="" data-reactid="438">EEO</a></li><li data-reactid="439"><a title="Advertise" href="/advertise/" class="" data-reactid="440">Advertise</a></li><li data-reactid="441"><a title="Public File" href="/kvki-public-file/" class="" data-reactid="442">Public File</a></li><li data-reactid="443"><a title="Terms" href="/terms/" class="" data-reactid="444">Terms</a></li><li data-reactid="445"><a title="VIP Terms" href="/vip-terms/" class="" data-reactid="446">VIP Terms</a></li><li data-reactid="447"><a title="FAQ" href="/vip-faq/" class="" data-reactid="448">FAQ</a></li><li data-reactid="449"><a title="Contest Rules" href="/contest-rules/" class="" data-reactid="450">Contest Rules</a></li><li data-reactid="451"><a title="Privacy Policy (Updated: 8/31/17)" href="/privacy/" class="" data-reactid="452">Privacy Policy (Updated: 8/31/17)</a></li><li data-reactid="453"><a title="Contact" href="/help/" class="" data-reactid="454">Contact</a></li><li data-reactid="455"><a href="http://townsquaremediagroup.com/" class="" data-reactid="456"></a></li><li data-reactid="457"><a title="Shreveport Business Listings" href="/shreveport-featured-business-listings/" class="" data-reactid="458">Shreveport Business Listings</a></li></ul></div><div class="social-links" data-reactid="459"><h2 data-reactid="460">Follow Us</h2><ul data-reactid="461"><li class="social" data-reactid="462"><a class="share_link youtube" href="https://www.youtube.com/user/965KVKI" target="_blank" data-social="youtube" data-reactid="463"><span class="icon-youtube" data-reactid="464"></span></a></li><li class="social" data-reactid="465"><a class="share_link facebook" href="http://www.facebook.com/pages/KVKI-965/113445393091" target="_blank" data-social="facebook" data-reactid="466"><span class="icon-facebook" data-reactid="467"></span></a></li><li class="social" data-reactid="468"><a class="share_link twitter" href="https://twitter.com/965kvki1" target="_blank" data-social="twitter" data-reactid="469"><span class="icon-twitter" data-reactid="470"></span></a></li></ul></div></div><div class="legal" data-reactid="471"><!-- react-text: 472 -->2018<!-- /react-text --><!-- react-text: 473 --> <!-- /react-text --><!-- react-text: 474 -->96.5 KVKI<!-- /react-text --><!-- react-text: 475 --> is part of the PopCrush Network<!-- /react-text --><!-- react-text: 476 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="477"><!-- react-empty: 478 --><div id="bottom-not-ads" data-reactid="479"><div class="tsm-ad tsm-ad-728" data-reactid="480"><div id="tsm-ad-728b" data-reactid="481"><!-- dynamic ad --></div></div></div><div data-reactid="482"></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":181,"postId":514329,"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":"96.5 KVKI- Shreveport-Bossier\\'s Best Variety While You Work - Adult Contemporary Radio","aiosp_home_description":"96.5 KVKI Radio, plays the best adult contemporary music in Shreveport, Louisiana. ","aiosp_home_keywords":"96.5 KVKI Shreveport, Shreveport 96.5 KVKI, adult contemporary radio Shreveport, Shreveport adult contemporary radio, adult contemporary music Shreveport, Shreveport adult contemporary 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":"Shreveport/Bossier&#039;s Best Variety While You Work!","blogname":"96.5 KVKI","carbonUiUpdateCounter":"18","design_option_live":{"page_bg":"FF000000","page_head_bg":"39000000","primary_bg":"FFE9E9E9","secondary_bg":"99000000","mdl_head_bg":"FF000000","main_nav_hue":"FFFFFFFF","nav_hover_hue":"FFE61A89","primary_hue":"FF000000","secondary_hue":"FFFFFFFF","primary_head_hue":"FF0D81A7","secondary_head_hue":"FFFFFFFF","primary_active_hue":"FFE71A8A","secondary_active_hue":"FF0D81A7","accent_hue":"FFE61A89","header_link_hue":"FFFFFFFF","footer_link_hue":"FFF5F4F0","primary_mdl_bg":"FFCCCCCC","primary_mdl_hue":"FF111111","secondary_mdl_bg":"25777777","secondary_mdl_hue":"FFFFFFFF","standout_bg":"FFE61A89","mobile_primary_color":"FFE61A89","mobile_secondary_color":"FF0D81A7","iv_primary_color":"FFE71A8A","iv_secondary_color":"FFE71A8A","iv_tertiary_color":"FFE71A8A","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":"FFE71A8A","events_app_secondary_color":"FF0D81A7","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://965kvki.com/files/2017/11/kvkifm-bg.jpg","carbon_logo_img":"http://965kvki.com/files/2017/11/kvkifm-logo.png","carbon_promo_bg_img":"http://965kvki.com/files/2017/11/kvkifm-promo.jpg","page_img":"","body_img":"http://965kvki.com/files/2015/03/kvkibgv3.jpg","square_logo_img":"","logo_img":"http://965kvki.com/files/2014/03/kvkilogov2web.png","logo_img_trim":"http://965kvki.com/files/2014/03/kvkilogov2webmobile.png","logo_img_light":"","logo_img_dark":"","header_img":"http://965kvki.com/files/2014/03/kvkimobileheader.png","placeholder_img":"","page_head_img":"http://965kvki.com/files/2017/01/mast.png","favicon_img":"http://965kvki.com/files/2014/03/favicon.ico","top_banner_img":"dark","title":"96.5 KVKI Version 3","ID":"0","designer":"Steve Frost","comment":"Format Flip for v2 Logos and Background","action":"live","editor":"Bristol","editorID":370,"siteID":"181","timestamp":1514314201,"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":"","exclude_top_banner":"","FacebookCommentsOptions":{"moderator_userids":"583052867,100002025987268,732998853","moderator_appid":"189747134398283","colorscheme":"","show_like":"yes","show_comments":"yes","show_commentscount":"yes","action":"like"},"facebook_app":{"id":"189747134398283","fanpage":"http://www.facebook.com/pages/KVKI-965/113445393091","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":"3725","sailthru_list_default":"KVKI 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 KVKI VIP Club contests, events, coupons, presales, and much more delivered to you for FREE.","colors":{"background-color":"#000000","color":"#FFFFFF"},"wrapper":{"divider":"#FFFFFF","button":"#6cbb3c","button-font":"#FFFFFF"},"logo":""},"timezone_string":"America/Chicago","townsquare_ad_version":"dfp6","ts-templates-carbon-homepage-id":"523072","ts-templates-homepage-id":"114192","ts-templates-mobile-homepage-id":"114192","_station_info":{"sitetype":"Local","market":"Shreveport","genre":{"0":"pop"},"callsign":"KVKIFM","callletters":"KVKI","legalname":"96.5 KVKI","siteclassification":"Local","street":"6341 Westport Ave","street-2":"","city":"Shreveport","state":"LA","zip":"71129","phone":"318-320-9696","helpline":"318-688-1130","studioline":"318-320-9696","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.965kvki@townsquaredigital.com","mobile-app-media-submission-email":"media.submit.965kvki@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/kvki-fm","feedbackurl":"/feedback/","biz-list-url":"http://therockstation99x.com/featured-business-listings/","amazon_affiliate":"","yieldmo_placement":"","jwplayer":"","twitter_handle":"965kvki1","youtube_handle":"965KVKI","youtube_channel_id":"UCWFEJ9KBK_HTy6TlqfbBxSQ","instagram_handle":"965kvki/","rss_icon":"1","comscore-label":"PopCrush"},"_station_logos":{},"_station_settings":{"default_show_image":""},"_townsquare_user_registration_settings":{"requires-confirmation":"no","use-short-form":"no","use-captcha":"yes","javascript-links":"no"},"blogInfo":{"blogId":181,"blogName":"96.5 KVKI","blogDescription":"Shreveport/Bossier&#039;s Best Variety While You Work!","postTitleFormat":"%post_title%","timeZone":"America/Chicago","market":"Shreveport","activeDomain":"965kvki.com","legalName":"96.5 KVKI"},"tsiMarkets":"Shreveport"},"globalBlogOptions":{"google_maps_default_api_key":"AIzaSyCcIkjOyxS9DtubyqzLX2Sbancl83fKon4","gtmSiteId":"GTM-K346HJZ","kruxSiteId":"rwjnisqy1","loyalty_title_181":"At Work VIP Club","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":"189747134398283"}},{"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://965kvki.com/red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey/"}},{"attrs":{"property":"og:site_name","content":"96.5 KVKI"}},{"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":"@965kvki1"}},{"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-kvki, tsmmarket-shreveport, tsmtype-local, 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":"113445393091"}},{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}}],"link":[{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://965kvki.com/files/2014/03/favicon.ico"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"96.5 KVKI » Feed","href":"http://965kvki.com/feed/"}},{"attrs":{"rel":"profile","href":"http://gmpg.org/xfn/11"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"96.5 KVKI » Red Cross Tells Us How You can Help Victims of Hurricane Harvey Comments Feed","href":"http://965kvki.com/red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://965kvki.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"Hater App Reveals The Most Despised Food in Louisiana","href":"http://965kvki.com/hater-app-reveals-the-most-despised-food-in-louisiana/"}},{"attrs":{"rel":"next","title":"Seattle Times Apologizes For Mislabeling Mississippi As Alabama [PHOTO]","href":"http://965kvki.com/seattle-times-labels-mississippi-as-alabama/"}},{"attrs":{"rel":"shortlink","href":"http://965kvki.com/?p=514329"}},{"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":"3SD5DcjYZNGu2zepRN7yjBmX","enableOpenx":false,"enableKiosked":false,"enableKioskedMobile":false,"enableSonobi":true,"sonobiScript":"","zergnetId":"59692","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":["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","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":"965kvki.com","authLoginFormNonce":"0ca27bb72c","authRegFormNonce":"9d4906ebdb","ga":{"ids":{"primary":"UA-19110214-3","secondary":["UA-19109753-1","UA-19110214-7","UA-28825804-1","UA-45260060-4"],"all":["UA-19110214-3","UA-19109753-1","UA-19110214-7","UA-28825804-1","UA-45260060-4"]}},"tsmStatic":{"revision":"01272d1ea85173b023b59bd9e8da482534b5d932"},"isGallery":false,"userRegistrationSettings":{},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":514329,"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:45.000Z","postModifiedGmt":"2017-08-28T16:35:45.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:45.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":514281,"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":374,"taxonomyType":"tags"},{"postId":477235,"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 08:06:21.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":448305,"documentUrl":"/red-cross-caseworkers-going-mobile-to-help-flood-victims/","filterUrl":"/rest/carbon/filter/main/red-cross-caseworkers-going-mobile-to-help-flood-victims/","sortDate":"2016-03-31 09:41:06.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":448179,"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":374,"taxonomyType":"tags"},{"postId":445582,"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":374,"taxonomyType":"tags"},{"postId":195538,"documentUrl":"/robert-erin-pay-for-play-to-help-red-cross/","filterUrl":"/rest/carbon/filter/main/robert-erin-pay-for-play-to-help-red-cross/","sortDate":"2013-05-21 07:28:58.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":180767,"documentUrl":"/boston-marathon-explosions-how-you-can-help/","filterUrl":"/rest/carbon/filter/main/boston-marathon-explosions-how-you-can-help/","sortDate":"2013-04-15 21:38:09.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":19019,"documentUrl":"/american-red-cross-health-fair-planned-for-next-week/","filterUrl":"/rest/carbon/filter/main/american-red-cross-health-fair-planned-for-next-week/","sortDate":"2011-10-18 23:58:29.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":14197,"documentUrl":"/shreveport-american-red-cross-fundraiser/","filterUrl":"/rest/carbon/filter/main/shreveport-american-red-cross-fundraiser/","sortDate":"2011-09-02 18:19:35.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":10789,"documentUrl":"/free-red-cross-training-this-weekend/","filterUrl":"/rest/carbon/filter/main/free-red-cross-training-this-weekend/","sortDate":"2011-07-25 23:56:57.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"}],"taxonomy":[{"postId":514281,"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":374,"taxonomyType":"tags"},{"postId":477235,"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 08:06:21.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":448305,"documentUrl":"/red-cross-caseworkers-going-mobile-to-help-flood-victims/","filterUrl":"/rest/carbon/filter/main/red-cross-caseworkers-going-mobile-to-help-flood-victims/","sortDate":"2016-03-31 09:41:06.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":448179,"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":374,"taxonomyType":"tags"},{"postId":445582,"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":374,"taxonomyType":"tags"},{"postId":195538,"documentUrl":"/robert-erin-pay-for-play-to-help-red-cross/","filterUrl":"/rest/carbon/filter/main/robert-erin-pay-for-play-to-help-red-cross/","sortDate":"2013-05-21 07:28:58.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":180767,"documentUrl":"/boston-marathon-explosions-how-you-can-help/","filterUrl":"/rest/carbon/filter/main/boston-marathon-explosions-how-you-can-help/","sortDate":"2013-04-15 21:38:09.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":19019,"documentUrl":"/american-red-cross-health-fair-planned-for-next-week/","filterUrl":"/rest/carbon/filter/main/american-red-cross-health-fair-planned-for-next-week/","sortDate":"2011-10-18 23:58:29.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":14197,"documentUrl":"/shreveport-american-red-cross-fundraiser/","filterUrl":"/rest/carbon/filter/main/shreveport-american-red-cross-fundraiser/","sortDate":"2011-09-02 18:19:35.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":10789,"documentUrl":"/free-red-cross-training-this-weekend/","filterUrl":"/rest/carbon/filter/main/free-red-cross-training-this-weekend/","sortDate":"2011-07-25 23:56:57.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"}]},"cadata":{"activeDomain":"965kvki.com","blogId":181,"method":"get_single","postId":514329,"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":["promotion-13","widget_listen_live-78","now-playing-65","widget_onair-82","promotion-18"],"widgetDetails":{"promotion-13":{"widgetInfo":{"id":"promotion-13","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"13"},"widgetParams":{"title":"SHREVEPORT/BOSSIER'S BEST VARIETY WHILE YOU WORK","type":"single","subtype":"","widgetTime":7}},"widget_listen_live-78":{"widgetInfo":{"id":"widget_listen_live-78","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"78"},"widgetParams":{"title":"Listen Now","widgetTime":7}},"now-playing-65":{"widgetInfo":{"id":"now-playing-65","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"65"},"widgetParams":{"title":"Recently Played","widgetTime":6}},"widget_onair-82":{"widgetInfo":{"id":"widget_onair-82","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"82"},"widgetParams":{"title":"On Air","widgetTime":8}},"promotion-18":{"widgetInfo":{"id":"promotion-18","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"18"},"widgetParams":{"title":"","type":"single","subtype":"","widgetTime":6}}}},"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://965kvki.com/author/erinmccartygapbroadcasting-com/"},"firstCategoryName":"Shreveport News","postType":"post","postTitle":"Red Cross Tells Us How You can Help Victims of Hurricane Harvey","widgetTime":18}}}},"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":4}},"carbonwidget/dynamic-ad-custom":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-custom","widgetTime":4}},"carbonwidget/dynamic-ad-header":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-header","widgetTime":4}},"carbonwidget/dynamic-ad-push":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-push","widgetTime":4}},"carbonwidget/tsm-out-of-page":{"widgetInfo":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"tsm-out-of-page","widgetTime":4}},"carbonwidget/bottom-728x90":{"widgetInfo":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"bottom-728x90","widgetTime":4}}}},"single-post-bottom":{"widgets":["google-ads-widget-3","ts_blogroll-15","widget_third_party_content-2","widget_third_party_content-3"],"widgetDetails":{"google-ads-widget-3":{"widgetInfo":{"id":"google-ads-widget-3","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"3"},"widgetParams":{"adunit":"top-right-300x250","adtype":"dfp6","position":null,"widgetTime":4}},"ts_blogroll-15":{"widgetInfo":{"id":"ts_blogroll-15","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"15"},"widgetParams":{"title":"Best of 96.5 KVKI","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","sponsor":{"enabled":"on","background_image":"http://965kvki.com/files/2014/02/8859-Widget.jpg","sponsor_image":"http://965kvki.com/files/2014/02/logo2.png","background_color":"","background_repeat":"no-repeat","sponsor_name":"","sponsor_link":"http://www.metropcs.com/metro/"}}},"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":"35863","placement":"","targettype":"","mode":"","widgetTime":4}},"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":3}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["fix_sidebar_marker-60","ts_blogroll-646","fix_sidebar_marker-63","google-ads-widget-435","tsq_sailthru_newsletter_widget-394","ts_blogroll-650"],"widgetDetails":{"fix_sidebar_marker-60":{"widgetInfo":{"id":"fix_sidebar_marker-60","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"60"},"widgetParams":{"title":"Fix Sidebar Marker","widgetTime":3}},"ts_blogroll-646":{"widgetInfo":{"id":"ts_blogroll-646","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"646"},"widgetParams":{"title":"Featured","type":"carousel","isweather":"1","cat":"0,7883","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-63":{"widgetInfo":{"id":"fix_sidebar_marker-63","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"63"}},"google-ads-widget-435":{"widgetInfo":{"id":"google-ads-widget-435","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"435"},"widgetParams":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":3}},"tsq_sailthru_newsletter_widget-394":{"widgetInfo":{"id":"tsq_sailthru_newsletter_widget-394","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"394"},"widgetParams":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["KVKI VIP Club"],"widgetTime":3}},"ts_blogroll-650":{"widgetInfo":{"id":"ts_blogroll-650","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"650"},"widgetParams":{"title":"Latest Articles","pinned_id":"","pinned_label":"","type":"sidebar_row_standard","cat":"","tag":"","private_tag":"","posts_per_page":"3","thumb_type":"landscape","link_label":"","link":"","align":"default","show_thumb":0,"alternate_data":0,"unique_posts":0,"isweather":0}}}},"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":{"promotion-13":{"info":{"id":"promotion-13","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"13"},"params":{"title":"SHREVEPORT/BOSSIER'S BEST VARIETY WHILE YOU WORK","type":"single","subtype":"","widgetTime":7},"data":[0],"dataDetails":{"0":{"image":"","description":"","link_url":"#","link_label":"","link_target":"_self"}}},"widget_listen_live-78":{"info":{"id":"widget_listen_live-78","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"78"},"params":{"title":"Listen Now","widgetTime":7},"data":[202542],"dataDetails":{"202542":{"postId":202542,"title":"Listen Now","label":"Click to view the latest song playing on air.","url":"/listen-live/","mobileId":"18211","playerMode":"radio","sid":"7576","callsign":"KVKIFM","woMobileId":"5083","woStreamId":"3725","activePlayer":"wo","listenLivePageUrl":"http://player.streamtheworld.com/_players/townsquaremedia/runspotv3/?sid=7576&redirect=http://player.listenlive.co/18211","html5ScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/html5/stwplayer.php?callsign=KVKIFM&primaryColor=0x00bfff&playermode=radio&sid=7576&width=630","flashScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/stwplayer.php?callsign=KVKIFM&primaryColor=0x00bfff&playermode=radio&timeshift=false&radiopup=true&playerAdState=0&popout=false&width=630","wo_player_url":"http://v6.player.abacast.net/5083","wo_recent_api_url":"http://api.nowplaying.abacast.net/prt/nowplaying/2/10/3725/nowplaying.json","wo_preroll_url":"http://api.clarity.abacast.com/gateway/getmediavast.php?sid=3725/","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"now-playing-65":{"info":{"id":"now-playing-65","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"65"},"params":{"title":"Recently Played","widgetTime":6},"data":[202542],"dataDetails":{"202542":{"postId":202542,"mobileId":"18211","playerMode":"radio","sid":"7576","callsign":"KVKIFM","woStreamId":"3725","activePlayer":"wo","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"widget_onair-82":{"info":{"id":"widget_onair-82","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"82"},"params":{"title":"On Air","widgetTime":8},"data":[],"dataDetails":{}},"promotion-18":{"info":{"id":"promotion-18","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"18"},"params":{"title":"","type":"single","subtype":"","widgetTime":6},"data":[0],"dataDetails":{"0":{"image":"","description":"","link_url":"","link_label":"","link_target":"_self"}}},"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://965kvki.com/author/erinmccartygapbroadcasting-com/"},"firstCategoryName":"Shreveport News","postType":"post","postTitle":"Red Cross Tells Us How You can Help Victims of Hurricane Harvey","widgetTime":18},"data":[514329],"dataDetails":{"514329":{"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:45 +0000","title":"Red Cross Tells Us How You can Help Victims of Hurricane Harvey","url":"http://965kvki.com/red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey/","id":514329,"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=965KVKI\">96.5 KVKI 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://965kvki.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://965kvki.com/red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey/","image":{"id":514328,"url":"http://710keel.com/files/2017/08/Houston-Flooding.jpg","caption":"Eric Kayne"}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":false},"tags":[{"id":370,"slug":"red-cross","title":"red cross","description":"","post_count":16,"link_url":"http://965kvki.com/tags/red-cross/","feed_url":"http://965kvki.com/tags/red-cross/feed/","term_taxonomy_id":374,"object_id":0}],"categories":[{"id":47,"slug":"local-news","title":"Shreveport News","description":"","parent":0,"post_count":16128,"link_url":"http://965kvki.com/category/local-news/","feed_url":"http://965kvki.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://965kvki.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%2F965kvki.com%2Fred-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey%2F%3Ftrackback%3Dtwitter_mobile%20%40965kvki1","title":"Share on Twitter","target":"_blank"},"fb":{"href":"http://www.facebook.com/sharer.php?u=http%3A%2F%2F965kvki.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://965kvki.com/hater-app-reveals-the-most-despised-food-in-louisiana/","prevArticle":"http://965kvki.com/seattle-times-labels-mississippi-as-alabama/","pageUrl":"/red-cross-tells-us-how-you-can-help-victims-of-hurricane-harvey/","blogId":181,"domain":"965kvki.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":{"title":"MICHELLE DAVISON 082817","thumbnail_width":480,"author_name":"710 KEEL News","width":480,"type":"video","html":"<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/ToA8RWLYmVA?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/ToA8RWLYmVA/hqdefault.jpg","author_url":"https://www.youtube.com/user/710KEELAM","height":270,"provider_name":"YouTube","version":"1.0"},"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":514281,"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":374,"taxonomyType":"tags"},{"postId":477235,"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 08:06:21.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":448305,"documentUrl":"/red-cross-caseworkers-going-mobile-to-help-flood-victims/","filterUrl":"/rest/carbon/filter/main/red-cross-caseworkers-going-mobile-to-help-flood-victims/","sortDate":"2016-03-31 09:41:06.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":448179,"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":374,"taxonomyType":"tags"},{"postId":445582,"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":374,"taxonomyType":"tags"},{"postId":195538,"documentUrl":"/robert-erin-pay-for-play-to-help-red-cross/","filterUrl":"/rest/carbon/filter/main/robert-erin-pay-for-play-to-help-red-cross/","sortDate":"2013-05-21 07:28:58.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":180767,"documentUrl":"/boston-marathon-explosions-how-you-can-help/","filterUrl":"/rest/carbon/filter/main/boston-marathon-explosions-how-you-can-help/","sortDate":"2013-04-15 21:38:09.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":19019,"documentUrl":"/american-red-cross-health-fair-planned-for-next-week/","filterUrl":"/rest/carbon/filter/main/american-red-cross-health-fair-planned-for-next-week/","sortDate":"2011-10-18 23:58:29.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":14197,"documentUrl":"/shreveport-american-red-cross-fundraiser/","filterUrl":"/rest/carbon/filter/main/shreveport-american-red-cross-fundraiser/","sortDate":"2011-09-02 18:19:35.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":10789,"documentUrl":"/free-red-cross-training-this-weekend/","filterUrl":"/rest/carbon/filter/main/free-red-cross-training-this-weekend/","sortDate":"2011-07-25 23:56:57.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"}],"taxonomy":[{"postId":514281,"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":374,"taxonomyType":"tags"},{"postId":477235,"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 08:06:21.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":448305,"documentUrl":"/red-cross-caseworkers-going-mobile-to-help-flood-victims/","filterUrl":"/rest/carbon/filter/main/red-cross-caseworkers-going-mobile-to-help-flood-victims/","sortDate":"2016-03-31 09:41:06.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":448179,"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":374,"taxonomyType":"tags"},{"postId":445582,"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":374,"taxonomyType":"tags"},{"postId":195538,"documentUrl":"/robert-erin-pay-for-play-to-help-red-cross/","filterUrl":"/rest/carbon/filter/main/robert-erin-pay-for-play-to-help-red-cross/","sortDate":"2013-05-21 07:28:58.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":180767,"documentUrl":"/boston-marathon-explosions-how-you-can-help/","filterUrl":"/rest/carbon/filter/main/boston-marathon-explosions-how-you-can-help/","sortDate":"2013-04-15 21:38:09.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":19019,"documentUrl":"/american-red-cross-health-fair-planned-for-next-week/","filterUrl":"/rest/carbon/filter/main/american-red-cross-health-fair-planned-for-next-week/","sortDate":"2011-10-18 23:58:29.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":14197,"documentUrl":"/shreveport-american-red-cross-fundraiser/","filterUrl":"/rest/carbon/filter/main/shreveport-american-red-cross-fundraiser/","sortDate":"2011-09-02 18:19:35.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"},{"postId":10789,"documentUrl":"/free-red-cross-training-this-weekend/","filterUrl":"/rest/carbon/filter/main/free-red-cross-training-this-weekend/","sortDate":"2011-07-25 23:56:57.000 +0000","termTaxonomyId":374,"taxonomyType":"tags"}]}}}},"carbonwidget/top-728x90":{"info":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"top-728x90","widgetTime":4},"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":4},"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":4},"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":4},"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":4},"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":4},"data":["carbonwidget/bottom-728x90"],"dataDetails":{"carbonwidget/bottom-728x90":{"adUnit":"bottom-728x90","adType":"dfp6"}}},"google-ads-widget-3":{"info":{"id":"google-ads-widget-3","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"3"},"params":{"adunit":"top-right-300x250","adtype":"dfp6","position":null,"widgetTime":4},"data":["top-right-300x250"],"dataDetails":{"top-right-300x250":{"adUnit":"top-right-300x250","adType":"dfp6"}}},"ts_blogroll-15":{"info":{"id":"ts_blogroll-15","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"15"},"params":{"title":"Best of 96.5 KVKI","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","sponsor":{"enabled":"on","background_image":"http://965kvki.com/files/2014/02/8859-Widget.jpg","sponsor_image":"http://965kvki.com/files/2014/02/logo2.png","background_color":"","background_repeat":"no-repeat","sponsor_name":"","sponsor_link":"http://www.metropcs.com/metro/"},"widgetTime":5,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[533939,533935,533941,533913],"dataDetails":{"533913":{"postid":"533913","sortdate":"2018-02-13T17:00:49.000Z","data":{"mainData":{"postType":"post","caption":"Neilson Barnard, Getty Images","thumbnail":"http://popcrush.com/files/2017/11/taylor-swift-reputation-album-sales.jpg","postDateGmt":"2018-02-13 17:00:49 +0000","title":"Here&apos;s How Taylor Swift Prevents Her Music from Leaking","url":"http://965kvki.com/how-taylor-swift-prevents-backup-dancers-from-leaking-music/","id":533913,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"The &quot;End Game&quot; singer explains how she keeps new music under wraps in a behind the scenes video.","authors":[{"id":3925411,"slug":"danagetz","name":"Dana Getz","first_name":"Dana","last_name":"Getz","nickname":"Dana Getz","thumbnail":"http://popcrush.com/files/2018/01/Dana-Getz-bio-photo.jpg","url":"http://965kvki.com/author/danagetz/"}],"video":false,"videoUrl":"https://www.youtube.com/watch?v=VA7Y_Psp5l4&feature=youtu.be","youtubeId":"VA7Y_Psp5l4"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=VA7Y_Psp5l4&feature=youtu.be","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Here&apos;s How Taylor Swift Prevents Her Music from Leaking"}}},"533935":{"postid":"533935","sortdate":"2018-02-13T19:47:19.000Z","data":{"mainData":{"postType":"post","caption":"Creatas Images, ThinkStock Images","thumbnail":"http://k945.com/files/2018/02/RS895_80608100.jpg","postDateGmt":"2018-02-13 19:47:19 +0000","title":"What is Louisiana Searching the Internet for This Valentine&apos;s Day","url":"http://965kvki.com/what-is-louisiana-searching-the-internet-for-this-valentines-day/","id":533935,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Not everyone is looking for gift ideas on this day of love. ","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://965kvki.com/author/jess/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"What is Louisiana Searching the Internet for This Valentine&apos;s Day"}}},"533939":{"postid":"533939","sortdate":"2018-02-13T20:00:19.000Z","data":{"mainData":{"postType":"post","caption":"Neilson Barnard/Getty Images for The Huffington Post; Jerritt Clark/Getty Images for Ciroc","thumbnail":"http://popcrush.com/files/2018/02/Beyonce%25CC%2581-and-Tiffany-Haddish.jpg","postDateGmt":"2018-02-13 20:00:19 +0000","title":"Tiffany Haddish Says Beyonc&eacute; Shut Down an Actress Touching Jay-Z","url":"http://965kvki.com/tiffany-haddish-says-beyonce-shut-down-an-actress-who-tried-flirting-with-jay-z/","id":533939,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"The &apos;Girls Trip&apos; star described a tense encounter between Queen B and an actress who got too close to JAY-Z.","authors":[{"id":3925411,"slug":"danagetz","name":"Dana Getz","first_name":"Dana","last_name":"Getz","nickname":"Dana Getz","thumbnail":"http://popcrush.com/files/2018/01/Dana-Getz-bio-photo.jpg","url":"http://965kvki.com/author/danagetz/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Tiffany Haddish Says Beyonc&eacute; Shut Down an Actress Touching Jay-Z"}}},"533941":{"postid":"533941","sortdate":"2018-02-13T18:24:28.000Z","data":{"mainData":{"postType":"post","caption":"NBC","thumbnail":"http://screencrush.com/files/2018/02/seinfeld-revival-possible-pic.jpg","postDateGmt":"2018-02-13 18:24:28 +0000","title":"A &apos;Seinfeld&apos; Revival Is Finally &apos;Possible,&apos; Says Jerry","url":"http://965kvki.com/seinfeld-revival-possible-jerry/","id":533941,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"It&#x2019;s official &#x2013; er, officially possible. Seinfeld has long been seen as the holy grail of potential TV revivals, and its star and co-creator finally concedes that Jerry, Elaine, George and Kramer may join the ranks of iconic TV shows brought back for an encore.","authors":[{"id":542214,"slug":"kevinfitzpatrick","name":"Kevin Fitzpatrick","first_name":"Kevin","last_name":"Fitzpatrick","nickname":"TVKevlance","thumbnail":"http://screencrush.com/files/2014/12/Terence_30_0102122.jpg","url":"http://965kvki.com/author/kevinfitzpatrick/"}],"video":true,"videoUrl":"https://youtu.be/VfYJEnKry5w","youtubeId":"VfYJEnKry5w"},"alternateData":{"_townsquare_media_url":"https://youtu.be/VfYJEnKry5w","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"A &apos;Seinfeld&apos; Revival Is Finally &apos;Possible,&apos; Says Jerry"}}}},"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":"35863","placement":"","targettype":"","mode":"","widgetTime":4},"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":3},"data":[],"dataDetails":{}},"fix_sidebar_marker-60":{"info":{"id":"fix_sidebar_marker-60","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"60"},"params":{"title":"Fix Sidebar Marker","widgetTime":3},"data":[],"dataDetails":{}},"ts_blogroll-646":{"info":{"id":"ts_blogroll-646","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"646"},"params":{"title":"Featured","type":"carousel","isweather":"1","cat":"0,7883","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":5,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[533874,533788,532391],"dataDetails":{"532391":{"postid":"532391","sortdate":"2018-02-01T09:40:28.000Z","data":{"mainData":{"postType":"list-post","caption":"Thinkstock","thumbnail":"http://710keel.com/files/2017/01/Crawfish-2017-1.jpg","postDateGmt":"2018-02-01 09:40:28 +0000","title":"Crawfish Season Is Here! Get Prices for Shreveport-Bossier","url":"http://965kvki.com/2018-crawfish-season-is-here-find-out-the-prices-in-shreveport-bossier/","id":532391,"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://965kvki.com/author/erinmccartygapbroadcasting-com/"}]},"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":"Crawfish Season Is Here! Get Prices for Shreveport-Bossier"}}},"533788":{"postid":"533788","sortdate":"2018-02-10T18:29:35.000Z","data":{"mainData":{"postType":"post","caption":"Ohai News via Youtbube.com","thumbnail":"http://1130thetiger.com/files/2018/02/Screenshot-20.png","postDateGmt":"2018-02-10 18:29:35 +0000","title":"Geek&apos;d Con Brings The Flash, John Wesley Shipp, To Shreveport","url":"http://965kvki.com/geekd-con-brings-the-flash-john-wesley-shipp-to-shreveport/","id":533788,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"For this year, Geek&apos;d Con started the guest announcements with a pretty big comic book newsflash.","authors":[{"id":2272657,"slug":"gregatoms","name":"Greg Atoms","first_name":"Greg","last_name":"Atoms","nickname":"Greg Atoms","thumbnail":"http://k945.com/files/2017/06/Greg-Atoms-New-Pic-Edit-Use-This.jpg","url":"http://965kvki.com/author/gregatoms/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=DJTEiAwndtc","youtubeId":"DJTEiAwndtc"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=DJTEiAwndtc","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Geek&apos;d Con Brings The Flash, John Wesley Shipp, To Shreveport","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"533874":{"postid":"533874","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://965kvki.com/here-are-the-latest-crawfish-prices-in-shreveport-bossier/","id":533874,"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://965kvki.com/author/erinmccartygapbroadcasting-com/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Here Are the Latest Crawfish Prices for Shreveport-Bossier"}}}},"redisCached":true},"fix_sidebar_marker-63":{"info":{"id":"fix_sidebar_marker-63","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"63"},"params":{"widgetTime":3},"data":[],"dataDetails":{}},"google-ads-widget-435":{"info":{"id":"google-ads-widget-435","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"435"},"params":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":3},"data":["top-right-300x250"],"dataDetails":{"top-right-300x250":{"adUnit":"top-right-300x250","adType":"dfp6"}}},"tsq_sailthru_newsletter_widget-394":{"info":{"id":"tsq_sailthru_newsletter_widget-394","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"394"},"params":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["KVKI VIP Club"],"widgetTime":3},"data":[],"dataDetails":{}},"ts_blogroll-650":{"info":{"id":"ts_blogroll-650","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"650"},"params":{"title":"Latest Articles","pinned_id":"","pinned_label":"","type":"sidebar_row_standard","cat":"","tag":"","private_tag":"","posts_per_page":"3","thumb_type":"landscape","link_label":"","link":"","align":"default","show_thumb":0,"alternate_data":0,"unique_posts":0,"isweather":0,"widgetTime":5,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[533939,533935,533941],"dataDetails":{"533935":{"postid":"533935","sortdate":"2018-02-13T19:47:19.000Z","data":{"mainData":{"postType":"post","caption":"Creatas Images, ThinkStock Images","thumbnail":"http://k945.com/files/2018/02/RS895_80608100.jpg","postDateGmt":"2018-02-13 19:47:19 +0000","title":"What is Louisiana Searching the Internet for This Valentine&apos;s Day","url":"http://965kvki.com/what-is-louisiana-searching-the-internet-for-this-valentines-day/","id":533935,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Not everyone is looking for gift ideas on this day of love. ","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://965kvki.com/author/jess/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"What is Louisiana Searching the Internet for This Valentine&apos;s Day"}}},"533939":{"postid":"533939","sortdate":"2018-02-13T20:00:19.000Z","data":{"mainData":{"postType":"post","caption":"Neilson Barnard/Getty Images for The Huffington Post; Jerritt Clark/Getty Images for Ciroc","thumbnail":"http://popcrush.com/files/2018/02/Beyonce%25CC%2581-and-Tiffany-Haddish.jpg","postDateGmt":"2018-02-13 20:00:19 +0000","title":"Tiffany Haddish Says Beyonc&eacute; Shut Down an Actress Touching Jay-Z","url":"http://965kvki.com/tiffany-haddish-says-beyonce-shut-down-an-actress-who-tried-flirting-with-jay-z/","id":533939,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"The &apos;Girls Trip&apos; star described a tense encounter between Queen B and an actress who got too close to JAY-Z.","authors":[{"id":3925411,"slug":"danagetz","name":"Dana Getz","first_name":"Dana","last_name":"Getz","nickname":"Dana Getz","thumbnail":"http://popcrush.com/files/2018/01/Dana-Getz-bio-photo.jpg","url":"http://965kvki.com/author/danagetz/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Tiffany Haddish Says Beyonc&eacute; Shut Down an Actress Touching Jay-Z"}}},"533941":{"postid":"533941","sortdate":"2018-02-13T18:24:28.000Z","data":{"mainData":{"postType":"post","caption":"NBC","thumbnail":"http://screencrush.com/files/2018/02/seinfeld-revival-possible-pic.jpg","postDateGmt":"2018-02-13 18:24:28 +0000","title":"A &apos;Seinfeld&apos; Revival Is Finally &apos;Possible,&apos; Says Jerry","url":"http://965kvki.com/seinfeld-revival-possible-jerry/","id":533941,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"It&#x2019;s official &#x2013; er, officially possible. Seinfeld has long been seen as the holy grail of potential TV revivals, and its star and co-creator finally concedes that Jerry, Elaine, George and Kramer may join the ranks of iconic TV shows brought back for an encore.","authors":[{"id":542214,"slug":"kevinfitzpatrick","name":"Kevin Fitzpatrick","first_name":"Kevin","last_name":"Fitzpatrick","nickname":"TVKevlance","thumbnail":"http://screencrush.com/files/2014/12/Terence_30_0102122.jpg","url":"http://965kvki.com/author/kevinfitzpatrick/"}],"video":true,"videoUrl":"https://youtu.be/VfYJEnKry5w","youtubeId":"VfYJEnKry5w"},"alternateData":{"_townsquare_media_url":"https://youtu.be/VfYJEnKry5w","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"A &apos;Seinfeld&apos; Revival Is Finally &apos;Possible,&apos; Says Jerry"}}}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":2},"data":[],"dataDetails":{},"redisCached":true},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":1},"data":["1",{"2":["2.1","2.2","2.3","2.4","2.5","2.6"]},{"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","6.6"]},{"7":["7.1","7.2","7.3","7.4","7.5"]},"8",{"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":13313,"title":"Listen","titleExcerpt":"Listen","href":"/listen-live/","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":9837,"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":1414,"title":"At Work Club","titleExcerpt":"At Work Club","href":"/vip/","samedomain":true,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":13555,"title":"News","titleExcerpt":"News","href":"","samedomain":true,"hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":13559,"title":"Weather","titleExcerpt":"Weather","href":"/shreveport-weather/","samedomain":true,"hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":5271,"title":"Contact","titleExcerpt":"Contact","href":"/help","samedomain":true,"hasBlogroll":false}},"2.1":{"menuId":"2.1","attrs":{"menuPostId":440626,"title":"All DJs","titleExcerpt":"All DJs","href":"/djs/","samedomain":true,"hasBlogroll":false}},"2.2":{"menuId":"2.2","attrs":{"menuPostId":13317,"title":"Schedule","titleExcerpt":"Schedule","href":"/shows/","samedomain":true,"hasBlogroll":false}},"2.3":{"menuId":"2.3","attrs":{"menuPostId":469556,"title":"Kidd Kraddick Morning Show","titleExcerpt":"Kidd Kraddick Morning Show","href":"/show/kidd-kraddick-morning-show/","samedomain":true,"menupath":"/rest/carbon/api/menu/show/kidd-kraddick-morning-show/","hasBlogroll":false}},"2.4":{"menuId":"2.4","attrs":{"menuPostId":275929,"title":"Bristol","titleExcerpt":"Bristol","href":"/author/erinbristol/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/erinbristol/","hasBlogroll":false}},"2.5":{"menuId":"2.5","attrs":{"menuPostId":278501,"title":"Lucky Larry","titleExcerpt":"Lucky Larry","href":"/author/luckylarry/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/luckylarry/","hasBlogroll":false}},"2.6":{"menuId":"2.6","attrs":{"menuPostId":504796,"title":"Ginger","titleExcerpt":"Ginger","href":"/author/gingerfletcher/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/gingerfletcher/","hasBlogroll":false}},"3.1":{"menuId":"3.1","attrs":{"menuPostId":13314,"title":"Listen Live","titleExcerpt":"Listen Live","href":"/listen-live/","samedomain":true,"hasBlogroll":false}},"3.2":{"menuId":"3.2","attrs":{"menuPostId":5671,"title":"Get the 96.5 KVKI App","titleExcerpt":"Get the 96.5 KVKI App","href":"/app/","samedomain":true,"hasBlogroll":false}},"4.1":{"menuId":"4.1","attrs":{"menuPostId":14002,"title":"Recently Played Songs","titleExcerpt":"Recently Played Songs","href":"/playlist/","samedomain":true,"hasBlogroll":false}},"5.1":{"menuId":"5.1","attrs":{"menuPostId":13318,"title":"Calendar","titleExcerpt":"Calendar","href":"/events-shreveport","samedomain":true,"hasBlogroll":false}},"5.2":{"menuId":"5.2","attrs":{"menuPostId":530646,"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":522416,"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":212856,"title":"Submit Your Event","titleExcerpt":"Submit Your Event","href":"/events-shreveport/community/add","samedomain":true,"hasBlogroll":false}},"6.1":{"menuId":"6.1","attrs":{"menuPostId":96373,"title":"Sign Up","titleExcerpt":"Sign Up","href":"/registration","samedomain":true,"hasBlogroll":false}},"6.2":{"menuId":"6.2","attrs":{"menuPostId":119672,"title":"Contests","titleExcerpt":"Contests","href":"/vip/contests/","samedomain":true,"hasBlogroll":false}},"6.3":{"menuId":"6.3","attrs":{"menuPostId":240475,"title":"Contest Rules","titleExcerpt":"Contest Rules","href":"/kvki-official-contest-rules/","samedomain":true,"hasBlogroll":false}},"6.4":{"menuId":"6.4","attrs":{"menuPostId":529601,"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}},"6.5":{"menuId":"6.5","attrs":{"menuPostId":406388,"title":"Local Experts","titleExcerpt":"Local Experts","href":"/local-experts","samedomain":true,"hasBlogroll":false}},"6.6":{"menuId":"6.6","attrs":{"menuPostId":119676,"title":"VIP Support","titleExcerpt":"VIP Support","href":"/help","samedomain":true,"hasBlogroll":false}},"7.1":{"menuId":"7.1","attrs":{"menuPostId":13315,"title":"Shreveport News","titleExcerpt":"Shreveport News","href":"/category/local-news/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/local-news/","hasBlogroll":false}},"7.2":{"menuId":"7.2","attrs":{"menuPostId":503605,"title":"Louisiana News","titleExcerpt":"Louisiana News","href":"/category/louisiana-news/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/louisiana-news/","hasBlogroll":false}},"7.3":{"menuId":"7.3","attrs":{"menuPostId":13556,"title":"Entertainment News","titleExcerpt":"Entertainment News","href":"/category/entertainment-news/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/entertainment-news/","hasBlogroll":false}},"7.4":{"menuId":"7.4","attrs":{"menuPostId":13557,"title":"Music News","titleExcerpt":"Music News","href":"/category/music_news/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/music_news/","hasBlogroll":false}},"7.5":{"menuId":"7.5","attrs":{"menuPostId":13558,"title":"Weird News","titleExcerpt":"Weird News","href":"/category/weird_news/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/weird_news/","hasBlogroll":false}},"9.1":{"menuId":"9.1","attrs":{"menuPostId":5272,"title":"Help & Contact Info","titleExcerpt":"Help & Contact Info","href":"/help/","samedomain":true,"hasBlogroll":false}},"9.2":{"menuId":"9.2","attrs":{"menuPostId":812,"title":"Send Feedback","titleExcerpt":"Send Feedback","href":"/feedback","samedomain":true,"hasBlogroll":false}},"9.3":{"menuId":"9.3","attrs":{"menuPostId":94998,"title":"Advertise","titleExcerpt":"Advertise","href":"/advertise/","samedomain":true,"hasBlogroll":false}},"9.4":{"menuId":"9.4","attrs":{"menuPostId":150789,"title":"Shreveport Employment","titleExcerpt":"","href":"/shreveport-employment-2","samedomain":true,"hasBlogroll":false}},"9.5":{"menuId":"9.5","attrs":{"menuPostId":7442,"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":64694,"title":"Trending Now:","titleExcerpt":"Trending Now:","href":"","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":531350,"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":524714,"title":"KVKI App!","titleExcerpt":"KVKI App!","href":"/app/","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":522372,"title":"KVKI on Alexa!","titleExcerpt":"KVKI on Alexa!","href":"/kvki-is-now-available-on-amazon-alexa-enabled-devices/","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":528354,"title":"Mardi Gras","titleExcerpt":"Mardi Gras","href":"/category/mardi-gras/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/mardi-gras/","hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":469572,"title":"Kidd Kraddick Morning Show","titleExcerpt":"Kidd Kraddick Morning Show","href":"/category/kidd-kraddick/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/kidd-kraddick/","hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":487990,"title":"Bristol's Babies","titleExcerpt":"Bristol's Babies","href":"/tags/bristols-babies/","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/bristols-babies/","hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/footer":{"info":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"},"params":{"widgetTime":1},"data":["comscore","1","2","3","4","5","6","7","8","9","10","11"],"dataDetails":{"1":{"menuId":"1","attrs":{"title":"EEO","href":"/eeo/"}},"2":{"menuId":"2","attrs":{"title":"Advertise","href":"/advertise/"}},"3":{"menuId":"3","attrs":{"title":"Public File","href":"/kvki-public-file/"}},"4":{"menuId":"4","attrs":{"title":"Terms","href":"/terms/"}},"5":{"menuId":"5","attrs":{"title":"VIP Terms","href":"/vip-terms/"}},"6":{"menuId":"6","attrs":{"title":"FAQ","href":"/vip-faq/"}},"7":{"menuId":"7","attrs":{"title":"Contest Rules","href":"/contest-rules/"}},"8":{"menuId":"8","attrs":{"title":"Privacy Policy (Updated: 8/31/17)","href":"/privacy/"}},"9":{"menuId":"9","attrs":{"title":"Contact","href":"/help/"}},"10":{"menuId":"10","attrs":{"href":"http://townsquaremediagroup.com/"}},"11":{"menuId":"11","attrs":{"title":"Shreveport Business Listings","href":"/shreveport-featured-business-listings/"}},"comscore":{"menuId":"comscore","attrs":{"title":"PopCrush Network"}}},"redisCached":true}},"data":{},"time":{"wpTime":10.827,"mainOptionsTime":3.709,"sidebarsTime":5.74,"widgetsTime":19.743,"processTime":40.107},"experimentGroup":"A"},"serverConfig":{"host":"965kvki.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=82b4135bab9c2dc599baca830b345a05df70bfdf"></script>
        </body>
      </html>