<!doctype html>
      <html class="single">
        <head>
          <title data-react-helmet="true">Cajun Navy NOT &#x27;Standing Down&#x27; - Not Every Cajun Navy, Anyway (It&#x27;s Complicated)</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="There are many Cajun Navy groups, and despite statements made by one of them, most are saying their rescue operations are running smoothly."/><meta data-react-helmet="true" name="keywords" content="houston, texas, louisiana, harvey, cajun navy, looters, shot, shooting, stand down, standing down, strategic plan, new plan, cajun navy 2016, cajun navy ops, cajun navy rescue ops"/><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="Cajun Navy NOT &#x27;Standing Down&#x27; - Not Every Cajun Navy, Anyway (It&#x27;s Complicated)"/><meta data-react-helmet="true" property="og:description" content="There are many Cajun Navy groups, and despite statements made by one of them, most are saying their rescue operations are running smoothly."/><meta data-react-helmet="true" property="og:url" content="http://965kvki.com/cajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated/"/><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://cajunradio.com/files/2017/08/GettyImages-840657496.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="There are many Cajun Navy groups, and despite statements made by one of them, most are saying their rescue operations are running smoothly."/><meta data-react-helmet="true" name="sailthru.date" content="2017-08-30 09:08:36"/><meta data-react-helmet="true" name="sailthru.title" content="Cajun Navy NOT ‘Standing Down’ – Not Every Cajun Navy, Anyway (It’s Complicated)"/><meta data-react-helmet="true" name="sailthru.tags" content="tsmsite-kvki, tsmmarket-shreveport, tsmtype-local, news-2, weather"/><meta data-react-helmet="true" name="sailthru.author" content="kbland"/><meta data-react-helmet="true" name="sailthru.image.full" content="http://cajunradio.com/files/2017/08/GettyImages-840657496.jpg"/><meta data-react-helmet="true" name="sailthru.image.thumb" content="http://cajunradio.com/files/2017/08/GettyImages-840657496.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://cajunradio.com/cajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated/"/>
          <link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic|Roboto:400,400italic,500,500italic,700,300italic,300|Roboto+Condensed:300,400,700" rel="stylesheet" type="text/css" />
          <link href="/styles/base.css?ver=f6f5453a8cde7d0b301abb99888e7aca87cafa58&mver=18" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "B";
          window.TSM.cadata = {"activeDomain":"965kvki.com","blogId":181,"method":"get_single","postId":514540,"crosspostBlogId":"162","crosspostPostId":"225452","postType":"post","postDateGmt":"2017-08-30 14:08:36.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":"kbland","dimension2":"news-2,weather","dimension3":"","dimension4":"post","dimension5":"Wed Aug 30 2017","dimension6":"09:09","dimension7":"standard","dimension8":"1728","dimension9":"B","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":"Cajun Navy NOT 'Standing Down' - Not Every Cajun Navy, Anyway (It's Complicated)","callsign":"KVKIFM","market":"Shreveport","sitetype":"Local","siteClassification":"Local","state":"LA","genre":{"0":"pop"},"pageType":"post","tags":"","categories":"news-2,weather","mediaType":"none"}];
      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", ["news-2","weather"] );
googletag.pubads().setTargeting( "tags", "" );
googletag.pubads().setTargeting( "id", "cajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated" );
googletag.pubads().setTargeting( "author", "kbland" );
googletag.pubads().setTargeting( "kw", ["kbland","cajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated","news-2","weather","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="867813843"><!-- 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-514540" data-location="/cajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated/" data-index="0" data-reactid="248"><div class="page-header" data-reactid="249"><div class="content-header show-ui front" id="content-header-514540" 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://cajunradio.com/files/2017/08/GettyImages-840657496.jpg" rel="" title="" style="background-image:url(&quot;http://cajunradio.com/files/2017/08/GettyImages-840657496.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://cajunradio.com/files/2017/08/GettyImages-840657496.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">Cajun Navy NOT ‘Standing Down’ – Not Every Cajun Navy, Anyway (It’s Complicated)</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://production.townsquareblogs.com/wp-content/uploads/2012/10/profile.png" href="http://965kvki.com/author/kbland/" rel="author" title="Kristian Bland" 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/kbland/" rel="author" title="Kristian Bland" data-reactid="277">Kristian Bland</a></address></div><time datetime="2017-08-30 14:08:36 +0000" data-reactid="278">August 30, 2017</time></div><figcaption title="Getty Images" data-reactid="279">Getty Images</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=Cajun%20Navy%20NOT%20%E2%80%98Standing%20Down%E2%80%99%20%E2%80%93%20Not%20Every%20Cajun%20Navy%2C%20Anyway%20%28It%E2%80%99s%20Complicated%29%20http%3A%2F%2F965kvki.com%2Fcajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated%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%2Fcajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated%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"><!-- react-text: 295 -->In response to statements made by the <!-- /react-text --><a href="http://cajunradio.com/cajun-navy-standing-down-after-hostile-response-in-houston/" target="_blank" data-reactid="296"><!-- react-text: 297 -->Louisiana Cajun Navy regarding hostilities in Houston<!-- /react-text --></a><!-- react-text: 298 -->, both Cajun Navy 2016 and Cajun Navy Ops have both said none of their members have been shot at, or in any way threatened during their rescue efforts.<!-- /react-text --></p><p data-reactid="299">Confused yet? Don&#x27;t feel bad. We are, too.</p><p data-reactid="300">Let&#x27;s break this down. See, there isn&#x27;t really any such thing as the &quot;Cajun Navy&quot; - except that there is. Sort of. It&#x27;s just that there are a whole bunch of different groups that call themselves the Cajun Navy in some way or another, all acting independently while sharing the same name. Kind of.</p><div class="sharethrough-container" data-reactid="301"><div class="tsm-ad tsm-ad-oop" data-reactid="302"><div id="tsm-ad-sharethrough-oop-1" data-reactid="303"><!-- dynamic ad --></div></div></div><p data-reactid="304">For example, there&#x27;s the Louisiana Cajun Navy, who reported &quot;looters&quot; shooting at their boats in Houston. Then there&#x27;s Cajun Navy 2016, which is a totally different Cajun Navy not at all connected to the Louisiana Cajun Navy. After that, there&#x27;s the Cajun Navy Rescue Operations group that isn&#x27;t part of the Cajun Navy 2016 or the Louisiana Cajun Navy, but is still the Cajun Navy.</p><p data-reactid="305">There are probably even more groups, but you get the idea.</p><p data-reactid="306"><!-- react-text: 307 -->The point is, &quot;Cajun Navy&quot; is sort of a catch-all term for all the great Louisiana people jumping in to help those in need. Whether or not members of the Louisiana Cajun Navy were actually shot at and had to call in the police to help out <!-- /react-text --><a href="http://www.katc.com/story/36240997/cajun-navy-posts-we-werent-attacked-we-havent-regrouped" target="_blank" data-reactid="308"><!-- react-text: 309 -->(Houston authorities are now denying such reports<!-- /react-text --></a><!-- react-text: 310 -->), the fact remains that some really good Louisiana people are doing some really great work over in Texas.<!-- /react-text --></p><p data-reactid="311">While the Louisiana Cajun Navy might have run into problems, it seems other Cajun Navy groups haven&#x27;t, and they&#x27;d like to get that message out. Below is a post made by the administrator of the Cajun Navy Rescue Operations group:</p><div class="lazyload-placeholder oembed-lazyload-placeholder" data-reactid="312"></div></div></div><div class="content-footer" data-reactid="313"><div class="single-post-button cto-container" data-reactid="314"><a class="next-post cto" href="http://929thelake.com/cajun-navy-standing-down-after-hostile-response-in-houston/" target="_blank" data-reactid="315">READ MORE: Cajun Navy ‘Standing Down’</a></div><!-- react-empty: 316 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="317"></div><!-- react-text: 318 --><!-- /react-text --><div class="tags-lines" data-reactid="319"><div class="wrapper" data-reactid="320"><span data-reactid="321"><!-- react-text: 322 -->Categories<!-- /react-text --><!-- react-text: 323 -->: <!-- /react-text --></span><span data-reactid="324"><!-- react-text: 325 --><!-- /react-text --><a href="http://965kvki.com/category/news-2/" data-reactid="326">News</a></span><span data-reactid="327"><!-- react-text: 328 -->, <!-- /react-text --><a href="http://965kvki.com/category/weather/" data-reactid="329">Weather</a></span></div></div><div class="comments-wrapper" data-reactid="330"><div class="comments" data-reactid="331"><div data-reactid="332"><span class="icon-comments" data-reactid="333"></span><i data-reactid="334">Comments</i><span class="fb-comments-count" data-href="http://965kvki.com/cajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated/" data-reactid="335"></span><span class="icon-triangle-down" data-reactid="336"></span></div><div class="cto" data-reactid="337">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="338"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="339">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="340"><div class="aside-inside" data-reactid="341"><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-60" data-reactid="342"><div class="wrapper clearfix" data-reactid="343"><div class="fix_sidebar_marker" data-reactid="344"></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-646" data-reactid="345"><header data-reactid="346"><h2 data-reactid="347"><span class="title-container" data-reactid="348">Featured</span><!-- react-text: 349 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="350"><section id="ts_blogroll-646" class="blogroll carousel slider dl align-right" data-reactid="351"><div class="slider blogroll-items" data-reactid="352"><div class="sizer" data-reactid="353"></div><div class="mover slide" data-reactid="354"><article class="item title-over-image" data-reactid="355"><figure class="frameme" data-reactid="356"><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="357"></a><div class="loadinganim showbox" id="0" data-reactid="358"><div class="loader" style="width:30px;height:30px;" data-reactid="359"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="360"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="361"></circle></svg></div></div></figure><div class="content" data-reactid="362"><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="363">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="364"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="365"></div></div></section></div></section><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-63" data-reactid="366"><div class="wrapper clearfix" data-reactid="367"><div class="fix_sidebar_marker" data-reactid="368"></div></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-435" data-reactid="369"><div class="wrapper clearfix" data-reactid="370"><div class="widget-content" data-reactid="371"><div class="tsm-ad tsm-ad-300" data-reactid="372"><div id="tsm-ad-300a" data-reactid="373"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-394" data-reactid="374"><div class="wrapper clearfix" data-reactid="375"><div class="widget-content" data-reactid="376"><div data-reactid="377"><form method="post" class="newsletter-frame clearfix" data-reactid="378"><div class="content clearfix" data-reactid="379"><p class="title" data-reactid="380">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="381"><div class="vertical-centered" data-reactid="382"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="383"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="384"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-650" data-reactid="385"><header data-reactid="386"><h2 data-reactid="387"><span class="title-container" data-reactid="388">Latest Articles</span><!-- react-text: 389 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="390"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="391"><div class="blogroll-inner clearfix" data-reactid="392"><article class="" data-reactid="393"><figure class="frameme" data-reactid="394"><a class="theframe" data-image="http://965kvki.com/files/2018/02/Home-Free-Band-Edited.jpg" href="http://965kvki.com/we-want-to-send-you-to-see-home-free-live-at-the-strand/" rel="" title="We Want to Send You to See Home Free Live at the Strand!" data-reactid="395"></a><div class="loadinganim showbox" id="0" data-reactid="396"><div class="loader" style="width:30px;height:30px;" data-reactid="397"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="398"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="399"></circle></svg></div></div></figure><div class="content" data-reactid="400"><a href="http://965kvki.com/we-want-to-send-you-to-see-home-free-live-at-the-strand/" title="We Want to Send You to See Home Free Live at the Strand!" class="title" data-reactid="401">We Want to Send You to See Home Free Live at the Strand!</a></div></article><article class="" data-reactid="402"><figure class="frameme" data-reactid="403"><a class="theframe" data-image="http://mix931fm.com/files/2018/02/kkms-jsi-gala-1274x666.jpg" href="http://965kvki.com/j-si-kinsey-have-a-stupid-couple-fight-over-the-pronunciation-of-a-word/" rel="" title="J-Si + Kinsey Have A Stupid Couple Fight Over A Word" data-reactid="404"></a><div class="loadinganim showbox" id="0" data-reactid="405"><div class="loader" style="width:30px;height:30px;" data-reactid="406"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="407"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="408"></circle></svg></div></div></figure><div class="content" data-reactid="409"><a href="http://965kvki.com/j-si-kinsey-have-a-stupid-couple-fight-over-the-pronunciation-of-a-word/" title="J-Si + Kinsey Have A Stupid Couple Fight Over A Word" class="title" data-reactid="410">J-Si + Kinsey Have A Stupid Couple Fight Over A Word</a></div></article><article class="" data-reactid="411"><figure class="frameme" data-reactid="412"><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="413"></a><div class="loadinganim showbox" id="0" data-reactid="414"><div class="loader" style="width:30px;height:30px;" data-reactid="415"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="416"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="417"></circle></svg></div></div></figure><div class="content" data-reactid="418"><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="419">Here Are the Latest Crawfish Prices for Shreveport-Bossier</a></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="420"><footer data-reactid="421"><div class="links clearfix" data-reactid="422"><div class="logo" data-reactid="423"></div><div class="details" data-reactid="424"><h2 data-reactid="425">Information</h2><ul data-reactid="426"><li data-reactid="427"><a title="PopCrush Network" class="" data-reactid="428">PopCrush Network</a></li><li data-reactid="429"><a title="EEO" href="/eeo/" class="" data-reactid="430">EEO</a></li><li data-reactid="431"><a title="Advertise" href="/advertise/" class="" data-reactid="432">Advertise</a></li><li data-reactid="433"><a title="Public File" href="/kvki-public-file/" class="" data-reactid="434">Public File</a></li><li data-reactid="435"><a title="Terms" href="/terms/" class="" data-reactid="436">Terms</a></li><li data-reactid="437"><a title="VIP Terms" href="/vip-terms/" class="" data-reactid="438">VIP Terms</a></li><li data-reactid="439"><a title="FAQ" href="/vip-faq/" class="" data-reactid="440">FAQ</a></li><li data-reactid="441"><a title="Contest Rules" href="/contest-rules/" class="" data-reactid="442">Contest Rules</a></li><li data-reactid="443"><a title="Privacy Policy (Updated: 8/31/17)" href="/privacy/" class="" data-reactid="444">Privacy Policy (Updated: 8/31/17)</a></li><li data-reactid="445"><a title="Contact" href="/help/" class="" data-reactid="446">Contact</a></li><li data-reactid="447"><a href="http://townsquaremediagroup.com/" class="" data-reactid="448"></a></li><li data-reactid="449"><a title="Shreveport Business Listings" href="/shreveport-featured-business-listings/" class="" data-reactid="450">Shreveport Business Listings</a></li></ul></div><div class="social-links" data-reactid="451"><h2 data-reactid="452">Follow Us</h2><ul data-reactid="453"><li class="social" data-reactid="454"><a class="share_link youtube" href="https://www.youtube.com/user/965KVKI" target="_blank" data-social="youtube" data-reactid="455"><span class="icon-youtube" data-reactid="456"></span></a></li><li class="social" data-reactid="457"><a class="share_link facebook" href="http://www.facebook.com/pages/KVKI-965/113445393091" target="_blank" data-social="facebook" data-reactid="458"><span class="icon-facebook" data-reactid="459"></span></a></li><li class="social" data-reactid="460"><a class="share_link twitter" href="https://twitter.com/965kvki1" target="_blank" data-social="twitter" data-reactid="461"><span class="icon-twitter" data-reactid="462"></span></a></li></ul></div></div><div class="legal" data-reactid="463"><!-- react-text: 464 -->2018<!-- /react-text --><!-- react-text: 465 --> <!-- /react-text --><!-- react-text: 466 -->96.5 KVKI<!-- /react-text --><!-- react-text: 467 --> is part of the PopCrush Network<!-- /react-text --><!-- react-text: 468 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="469"><!-- react-empty: 470 --><div id="bottom-not-ads" data-reactid="471"><div class="tsm-ad tsm-ad-728" data-reactid="472"><div id="tsm-ad-728b" data-reactid="473"><!-- dynamic ad --></div></div></div><div data-reactid="474"></div></section></div></div></div>
          <script>
            window.__INITIAL_STATE__ = {"gallery":{},"internalads":{},"json":{"response":{"options":{"method":"get_single","adPageType":"post","mediaType":"none","loyalty_restricted":false,"methodSubType":null,"blogId":181,"postId":514540,"url":"/cajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated/","unfriendlyRequestUrl":"/cajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated/","requestUrl":"/cajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated/","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":"Cajun Navy NOT 'Standing Down' - Not Every Cajun Navy, Anyway (It's Complicated)"}],"meta":[{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}},{"attrs":{"charset":"UTF-8"}},{"attrs":{"name":"description","content":"There are many Cajun Navy groups, and despite statements made by one of them, most are saying their rescue operations are running smoothly."}},{"attrs":{"name":"keywords","content":"houston, texas, louisiana, harvey, cajun navy, looters, shot, shooting, stand down, standing down, strategic plan, new plan, cajun navy 2016, cajun navy ops, cajun navy rescue ops"}},{"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":"Cajun Navy NOT 'Standing Down' - Not Every Cajun Navy, Anyway (It's Complicated)"}},{"attrs":{"property":"og:description","content":"There are many Cajun Navy groups, and despite statements made by one of them, most are saying their rescue operations are running smoothly."}},{"attrs":{"property":"og:url","content":"http://965kvki.com/cajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated/"}},{"attrs":{"property":"og:site_name","content":"96.5 KVKI"}},{"attrs":{"property":"og:type","content":"blog"}},{"attrs":{"property":"og:image","content":"http://cajunradio.com/files/2017/08/GettyImages-840657496.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":"There are many Cajun Navy groups, and despite statements made by one of them, most are saying their rescue operations are running smoothly."}},{"attrs":{"name":"sailthru.date","content":"2017-08-30 09:08:36"}},{"attrs":{"name":"sailthru.title","content":"Cajun Navy NOT ‘Standing Down’ – Not Every Cajun Navy, Anyway (It’s Complicated)"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-kvki, tsmmarket-shreveport, tsmtype-local, news-2, weather"}},{"attrs":{"name":"sailthru.author","content":"kbland"}},{"attrs":{"name":"sailthru.image.full","content":"http://cajunradio.com/files/2017/08/GettyImages-840657496.jpg"}},{"attrs":{"name":"sailthru.image.thumb","content":"http://cajunradio.com/files/2017/08/GettyImages-840657496.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 » Cajun Navy NOT ‘Standing Down’ – Not Every Cajun Navy, Anyway (It’s Complicated) Comments Feed","href":"http://965kvki.com/cajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://965kvki.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"Answer This Week’s ‘Riddle Me This’ to Win Red Herring Escape Room Passes","href":"http://965kvki.com/answer-this-weeks-riddle-me-this-to-win-red-herring-escape-room-passes/"}},{"attrs":{"rel":"next","title":"Do You know the Urban Legend for the State of Louisiana?","href":"http://965kvki.com/do-you-know-the-urban-legend-for-the-state-of-louisiana/"}},{"attrs":{"rel":"shortlink","href":"http://965kvki.com/?p=514540"}},{"attrs":{"rel":"canonical","href":"http://cajunradio.com/cajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated/"}}],"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":["news-2","weather"],"tags":"","id":"cajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated","author":"kbland","kw":["kbland","cajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated","news-2","weather","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":"be0d3d179b","authRegFormNonce":"00bad6b3b7","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":"9b6ee779bc4d8305761bcac27314957bd83678ad"},"isGallery":false,"userRegistrationSettings":{},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":514540,"postAuthor":2659003,"postDate":"2017-08-30T14:08:36.000Z","postDateGmt":"2017-08-30T14:08:36.000Z","postTitle":"Cajun Navy NOT 'Standing Down' - Not Every Cajun Navy, Anyway (It's Complicated)","postExcerpt":"There are many Cajun Navy groups, and despite statements made by one of them, most are saying their rescue operations are running smoothly.","postStatus":"publish","commentStatus":"open","postPassword":"","postName":"cajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated","toPing":"","pinged":"","postModified":"2017-08-30T17:51:41.000Z","postModifiedGmt":"2017-08-30T17:51:41.000Z","postContentFiltered":"","postParent":0,"guid":"http://cajunradio.com/?p=225452","menuOrder":0,"postType":"post","postMimeType":"","commentCount":0,"postDateGmtStr":"2017-08-30 14:08:36.000+0000","postModifiedGmtStr":"2017-08-30 17:51:41.000+0000","meta":{"_crosspost_source_blog_id":"162","_crosspost_source_post_id":"225452"}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"Cajun Navy NOT &#8216;Standing Down&#8217; &#8211; Not Every Cajun Navy, Anyway (It&#8217;s Complicated)","next":{"latest":[{"postId":514535,"documentUrl":"/jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts/","filterUrl":"/rest/carbon/filter/main/jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts/","sortDate":"2017-08-30 08:18:01.000 +0000","termTaxonomyId":3445,"taxonomyType":"category"},{"postId":514515,"documentUrl":"/houston-best-buy-case-of-water-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/houston-best-buy-case-of-water-hurricane-harvey/","sortDate":"2017-08-29 21:53:28.000 +0000","termTaxonomyId":3445,"taxonomyType":"category"},{"postId":514406,"documentUrl":"/adam-devine-and-seth-rogan-file-paperwork-to-film-new-stoner-movie-in-louisiana/","filterUrl":"/rest/carbon/filter/main/adam-devine-and-seth-rogan-file-paperwork-to-film-new-stoner-movie-in-louisiana/","sortDate":"2017-08-29 09:09:48.000 +0000","termTaxonomyId":3445,"taxonomyType":"category"},{"postId":514399,"documentUrl":"/anheuser-busch-halts-beer-production-focuses-efforts-on-harvey-victims/","filterUrl":"/rest/carbon/filter/main/anheuser-busch-halts-beer-production-focuses-efforts-on-harvey-victims/","sortDate":"2017-08-29 07:53:16.000 +0000","termTaxonomyId":3445,"taxonomyType":"category"},{"postId":514384,"documentUrl":"/airboats-being-used-in-texas-rescues-need-fuel-and-you-can-help/","filterUrl":"/rest/carbon/filter/main/airboats-being-used-in-texas-rescues-need-fuel-and-you-can-help/","sortDate":"2017-08-29 06:30:46.000 +0000","termTaxonomyId":3445,"taxonomyType":"category"},{"postId":514292,"documentUrl":"/devastating-harvey-videos/","filterUrl":"/rest/carbon/filter/main/devastating-harvey-videos/","sortDate":"2017-08-28 09:12:28.000 +0000","termTaxonomyId":227,"taxonomyType":"category"},{"postId":514227,"documentUrl":"/amazing-rescue-in-southeast-texas-video/","filterUrl":"/rest/carbon/filter/main/amazing-rescue-in-southeast-texas-video/","sortDate":"2017-08-27 19:51:54.000 +0000","termTaxonomyId":227,"taxonomyType":"category"},{"postId":514151,"documentUrl":"/louisiana-residents-offer-flood-advice-houston-hurricane-harvey-victims/","filterUrl":"/rest/carbon/filter/main/louisiana-residents-offer-flood-advice-houston-hurricane-harvey-victims/","sortDate":"2017-08-27 16:58:36.000 +0000","termTaxonomyId":227,"taxonomyType":"category"},{"postId":514098,"documentUrl":"/reporter-covering-harvey-gets-6-pack-during-live-storm-update/","filterUrl":"/rest/carbon/filter/main/reporter-covering-harvey-gets-6-pack-during-live-storm-update/","sortDate":"2017-08-27 16:47:09.000 +0000","termTaxonomyId":227,"taxonomyType":"category"},{"postId":514089,"documentUrl":"/hurricane-harvey-forces-evacuation-of-south-texas-prisons-prisoners-headed-to-the-ark-la-tex/","filterUrl":"/rest/carbon/filter/main/hurricane-harvey-forces-evacuation-of-south-texas-prisons-prisoners-headed-to-the-ark-la-tex/","sortDate":"2017-08-27 07:48:35.000 +0000","termTaxonomyId":227,"taxonomyType":"category"}],"taxonomy":[{"postId":514535,"documentUrl":"/jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts/","filterUrl":"/rest/carbon/filter/main/jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts/","sortDate":"2017-08-30 08:18:01.000 +0000","termTaxonomyId":3445,"taxonomyType":"category"},{"postId":514515,"documentUrl":"/houston-best-buy-case-of-water-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/houston-best-buy-case-of-water-hurricane-harvey/","sortDate":"2017-08-29 21:53:28.000 +0000","termTaxonomyId":3445,"taxonomyType":"category"},{"postId":514406,"documentUrl":"/adam-devine-and-seth-rogan-file-paperwork-to-film-new-stoner-movie-in-louisiana/","filterUrl":"/rest/carbon/filter/main/adam-devine-and-seth-rogan-file-paperwork-to-film-new-stoner-movie-in-louisiana/","sortDate":"2017-08-29 09:09:48.000 +0000","termTaxonomyId":3445,"taxonomyType":"category"},{"postId":514399,"documentUrl":"/anheuser-busch-halts-beer-production-focuses-efforts-on-harvey-victims/","filterUrl":"/rest/carbon/filter/main/anheuser-busch-halts-beer-production-focuses-efforts-on-harvey-victims/","sortDate":"2017-08-29 07:53:16.000 +0000","termTaxonomyId":3445,"taxonomyType":"category"},{"postId":514384,"documentUrl":"/airboats-being-used-in-texas-rescues-need-fuel-and-you-can-help/","filterUrl":"/rest/carbon/filter/main/airboats-being-used-in-texas-rescues-need-fuel-and-you-can-help/","sortDate":"2017-08-29 06:30:46.000 +0000","termTaxonomyId":3445,"taxonomyType":"category"},{"postId":514292,"documentUrl":"/devastating-harvey-videos/","filterUrl":"/rest/carbon/filter/main/devastating-harvey-videos/","sortDate":"2017-08-28 09:12:28.000 +0000","termTaxonomyId":227,"taxonomyType":"category"},{"postId":514227,"documentUrl":"/amazing-rescue-in-southeast-texas-video/","filterUrl":"/rest/carbon/filter/main/amazing-rescue-in-southeast-texas-video/","sortDate":"2017-08-27 19:51:54.000 +0000","termTaxonomyId":227,"taxonomyType":"category"},{"postId":514151,"documentUrl":"/louisiana-residents-offer-flood-advice-houston-hurricane-harvey-victims/","filterUrl":"/rest/carbon/filter/main/louisiana-residents-offer-flood-advice-houston-hurricane-harvey-victims/","sortDate":"2017-08-27 16:58:36.000 +0000","termTaxonomyId":227,"taxonomyType":"category"},{"postId":514098,"documentUrl":"/reporter-covering-harvey-gets-6-pack-during-live-storm-update/","filterUrl":"/rest/carbon/filter/main/reporter-covering-harvey-gets-6-pack-during-live-storm-update/","sortDate":"2017-08-27 16:47:09.000 +0000","termTaxonomyId":227,"taxonomyType":"category"},{"postId":514089,"documentUrl":"/hurricane-harvey-forces-evacuation-of-south-texas-prisons-prisoners-headed-to-the-ark-la-tex/","filterUrl":"/rest/carbon/filter/main/hurricane-harvey-forces-evacuation-of-south-texas-prisons-prisoners-headed-to-the-ark-la-tex/","sortDate":"2017-08-27 07:48:35.000 +0000","termTaxonomyId":227,"taxonomyType":"category"}]},"cadata":{"activeDomain":"965kvki.com","blogId":181,"method":"get_single","postId":514540,"crosspostBlogId":"162","crosspostPostId":"225452","postType":"post","postDateGmt":"2017-08-30 14:08:36.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":8}},"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":6}},"now-playing-65":{"widgetInfo":{"id":"now-playing-65","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"65"},"widgetParams":{"title":"Recently Played","widgetTime":7}},"widget_onair-82":{"widgetInfo":{"id":"widget_onair-82","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"82"},"widgetParams":{"title":"On Air","widgetTime":11}},"promotion-18":{"widgetInfo":{"id":"promotion-18","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"18"},"widgetParams":{"title":"","type":"single","subtype":"","widgetTime":7}}}},"carbonsidebar/single":{"widgets":["carbonwidget/single-1"],"widgetDetails":{"carbonwidget/single-1":{"widgetInfo":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"widgetParams":{"mainAuthor":{"id":2659003,"slug":"kbland","name":"Kristian Bland","first_name":"Kristian","last_name":"Bland","nickname":"kbland","thumbnail":"http://production.townsquareblogs.com/wp-content/uploads/2012/10/profile.png","url":"http://965kvki.com/author/kbland/"},"firstCategoryName":"News","postType":"post","postTitle":"Cajun Navy NOT &#8216;Standing Down&#8217; &#8211; Not Every Cajun Navy, Anyway (It&#8217;s Complicated)","widgetTime":20}}}},"carbonsidebar/mainads":{"widgets":["carbonwidget/top-728x90","carbonwidget/dynamic-ad-custom","carbonwidget/dynamic-ad-header","carbonwidget/dynamic-ad-push","carbonwidget/tsm-out-of-page","carbonwidget/bottom-728x90"],"widgetDetails":{"carbonwidget/top-728x90":{"widgetInfo":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"top-728x90","widgetTime":3}},"carbonwidget/dynamic-ad-custom":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-custom","widgetTime":3}},"carbonwidget/dynamic-ad-header":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-header","widgetTime":3}},"carbonwidget/dynamic-ad-push":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-push","widgetTime":2}},"carbonwidget/tsm-out-of-page":{"widgetInfo":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"tsm-out-of-page","widgetTime":2}},"carbonwidget/bottom-728x90":{"widgetInfo":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"bottom-728x90","widgetTime":2}}}},"single-post-bottom":{"widgets":["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":2}},"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":2}},"widget_third_party_content-3":{"widgetInfo":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"widgetParams":{"type":"zergnet","title":"Best of the Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":2}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["fix_sidebar_marker-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":1}},"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":1}},"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":1}},"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":8},"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":6},"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":7},"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":11},"data":[],"dataDetails":{}},"promotion-18":{"info":{"id":"promotion-18","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"18"},"params":{"title":"","type":"single","subtype":"","widgetTime":7},"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":2659003,"slug":"kbland","name":"Kristian Bland","first_name":"Kristian","last_name":"Bland","nickname":"kbland","thumbnail":"http://production.townsquareblogs.com/wp-content/uploads/2012/10/profile.png","url":"http://965kvki.com/author/kbland/"},"firstCategoryName":"News","postType":"post","postTitle":"Cajun Navy NOT &#8216;Standing Down&#8217; &#8211; Not Every Cajun Navy, Anyway (It&#8217;s Complicated)","widgetTime":20},"data":[514540],"dataDetails":{"514540":{"thumbnail":"http://cajunradio.com/files/2017/08/GettyImages-840657496.jpg","caption":"Getty Images","excerpt":"There are many Cajun Navy groups, and despite statements made by one of them, most are saying their rescue operations are running smoothly.","date":"August 30, 2017 9:08 AM","postDateGmt":"2017-08-30 14:08:36 +0000","postModifiedGmt":"2017-08-30 17:51:41 +0000","title":"Cajun Navy NOT &#8216;Standing Down&#8217; &#8211; Not Every Cajun Navy, Anyway (It&#8217;s Complicated)","url":"http://965kvki.com/cajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated/","id":514540,"contentRaw":"[caption id=\"attachment_225459\" align=\"aligncenter\" width=\"630\"]<img class=\"size-630scaled wp-image-225459\" src=\"http://cajunradio.com/files/2017/08/GettyImages-840657496.jpg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\" alt=\"Epic Flooding Inundates Houston After Hurricane Harvey\" width=\"630\" height=\"420\" /> Getty Images[/caption]\r\n\r\nIn response to statements made by the <a href=\"http://cajunradio.com/cajun-navy-standing-down-after-hostile-response-in-houston/\" target=\"_blank\">Louisiana Cajun Navy regarding hostilities in Houston</a>, both Cajun Navy 2016 and Cajun Navy Ops have both said none of their members have been shot at, or in any way threatened during their rescue efforts.\r\n\r\nConfused yet? Don't feel bad. We are, too.\r\n\r\nLet's break this down. See, there isn't really any such thing as the \"Cajun Navy\" - except that there is. Sort of. It's just that there are a whole bunch of different groups that call themselves the Cajun Navy in some way or another, all acting independently while sharing the same name. Kind of.\r\n\r\nFor example, there's the Louisiana Cajun Navy, who reported \"looters\" shooting at their boats in Houston. Then there's Cajun Navy 2016, which is a totally different Cajun Navy not at all connected to the Louisiana Cajun Navy. After that, there's the Cajun Navy Rescue Operations group that isn't part of the Cajun Navy 2016 or the Louisiana Cajun Navy, but is still the Cajun Navy.\r\n\r\nThere are probably even more groups, but you get the idea.\r\n\r\nThe point is, \"Cajun Navy\" is sort of a catch-all term for all the great Louisiana people jumping in to help those in need. Whether or not members of the Louisiana Cajun Navy were actually shot at and had to call in the police to help out <a href=\"http://www.katc.com/story/36240997/cajun-navy-posts-we-werent-attacked-we-havent-regrouped\" target=\"_blank\">(Houston authorities are now denying such reports</a>), the fact remains that some really good Louisiana people are doing some really great work over in Texas.\r\n\r\nWhile the Louisiana Cajun Navy might have run into problems, it seems other Cajun Navy groups haven't, and they'd like to get that message out. Below is a post made by the administrator of the Cajun Navy Rescue Operations group:\r\n\r\nhttps://www.facebook.com/katie.pechon/posts/1803222729694008?pnref=story\r\n\r\n[button href=\"http://929thelake.com/cajun-navy-standing-down-after-hostile-response-in-houston/\" title=\"READ MORE: Cajun Navy ‘Standing Down’\" align=\"center\"]","next_url":[{"textContent":"READ MORE: Cajun Navy ‘Standing Down’","class":"button_act","href":"http://929thelake.com/cajun-navy-standing-down-after-hostile-response-in-houston/","target":"_blank"}],"content":"\n<figure id=\"attachment_225459\" class=\"content-post-image aligncenter\"><span class=\"image-frame\"><noscript><img src=\"http://cajunradio.com/files/2017/08/GettyImages-840657496.jpg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\"></noscript>\n<img class=\"size-630scaled wp-image-225459 lazy\" src=\"//s3.amazonaws.com/tsm-images/global/1x1.gif\" alt=\"Epic Flooding Inundates Houston After Hurricane Harvey\" data-width=\"630\" data-height=\"420\" data-type=\"post\" datasrc=\"http://cajunradio.com/files/2017/08/GettyImages-840657496.jpg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\"></span><figcaption>Getty Images</figcaption></figure><p>In response to statements made by the <a href=\"http://cajunradio.com/cajun-navy-standing-down-after-hostile-response-in-houston/\" target=\"_blank\">Louisiana Cajun Navy regarding hostilities in Houston</a>, both Cajun Navy 2016 and Cajun Navy Ops have both said none of their members have been shot at, or in any way threatened during their rescue efforts.</p>\n<p>Confused yet? Don’t feel bad. We are, too.</p>\n<p>Let’s break this down. See, there isn’t really any such thing as the “Cajun Navy” – except that there is. Sort of. It’s just that there are a whole bunch of different groups that call themselves the Cajun Navy in some way or another, all acting independently while sharing the same name. Kind of.</p>\n<p>For example, there’s the Louisiana Cajun Navy, who reported “looters” shooting at their boats in Houston. Then there’s Cajun Navy 2016, which is a totally different Cajun Navy not at all connected to the Louisiana Cajun Navy. After that, there’s the Cajun Navy Rescue Operations group that isn’t part of the Cajun Navy 2016 or the Louisiana Cajun Navy, but is still the Cajun Navy.</p>\n<p>There are probably even more groups, but you get the idea.</p>\n<p>The point is, “Cajun Navy” is sort of a catch-all term for all the great Louisiana people jumping in to help those in need. Whether or not members of the Louisiana Cajun Navy were actually shot at and had to call in the police to help out <a href=\"http://www.katc.com/story/36240997/cajun-navy-posts-we-werent-attacked-we-havent-regrouped\" target=\"_blank\">(Houston authorities are now denying such reports</a>), the fact remains that some really good Louisiana people are doing some really great work over in Texas.</p>\n<p>While the Louisiana Cajun Navy might have run into problems, it seems other Cajun Navy groups haven’t, and they’d like to get that message out. Below is a post made by the administrator of the Cajun Navy Rescue Operations group:</p>\n<div class=\"fb-post\" data-href=\"https://www.facebook.com/katie.pechon/posts/1803222729694008?pnref=story\" data-width=\"630\"></div>\n<p class=\"more_act ga_network_button aligncenter\"><a class=\"button_act\" href=\"http://929thelake.com/cajun-navy-standing-down-after-hostile-response-in-houston/\" target=\"_blank\">READ MORE: Cajun Navy ‘Standing Down’</a></p>\n","postType":"post","wpVersion":"","alternateMetaForBlogroll":{"title":"Cajun Navy NOT &#8216;Standing Down&#8217; &#8211; Not Every Cajun Navy, Anyway (It&#8217;s Complicated)","excerpt":"There are many Cajun Navy groups, and despite statements made by one of them, most are saying their rescue operations are running smoothly.","post_excerpt":"There are many Cajun Navy groups, and despite statements made by one of them, most are saying their rescue operations are running smoothly.","post_more_excerpt":"<p>There are many Cajun Navy groups, and despite statements made by one of them, most are saying their rescue operations are running smoothly.\n<p class=\"more_act\"><a href=\"http://965kvki.com/cajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated/\" title=\"Cajun Navy NOT &#8216;Standing Down&#8217; &#8211; Not Every Cajun Navy, Anyway (It&#8217;s Complicated)\">Read More</a></p>\n","permalink":"http://965kvki.com/cajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated/","image":{"id":514539,"url":"http://cajunradio.com/files/2017/08/GettyImages-840657496.jpg","caption":"Getty Images"}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":false},"categories":[{"id":3419,"slug":"news-2","title":"News","description":"","parent":0,"post_count":4734,"link_url":"http://965kvki.com/category/news-2/","feed_url":"http://965kvki.com/category/news-2/feed/","term_taxonomy_id":3445,"object_id":0},{"id":223,"slug":"weather","title":"Weather","description":"","parent":0,"post_count":510,"link_url":"http://965kvki.com/category/weather/","feed_url":"http://965kvki.com/category/weather/feed/","term_taxonomy_id":227,"object_id":0}],"authors":[{"id":2659003,"slug":"kbland","name":"Kristian Bland","first_name":"Kristian","last_name":"Bland","nickname":"kbland","thumbnail":"http://production.townsquareblogs.com/wp-content/uploads/2012/10/profile.png","url":"http://965kvki.com/author/kbland/"}],"post_more_meta":{"meta":""},"social":{"tw":{"href":"http://twitter.com/intent/tweet?text=Cajun%20Navy%20NOT%20%E2%80%98Standing%20Down%E2%80%99%20%E2%80%93%20Not%20Every%20Cajun%20Navy%2C%20Anyway%20%28It%E2%80%99s%20Complicated%29%20http%3A%2F%2F965kvki.com%2Fcajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated%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%2Fcajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated%2F%3Ftrackback%3Dfbshare_mobile","title":"Share on Facebook","target":"_blank"},"email":null,"pinterest":null,"print":null,"is_article":true},"nextArticle":"http://965kvki.com/answer-this-weeks-riddle-me-this-to-win-red-herring-escape-room-passes/","prevArticle":"http://965kvki.com/do-you-know-the-urban-legend-for-the-state-of-louisiana/","pageUrl":"/cajun-navy-not-standing-down-not-every-cajun-navy-anyway-its-complicated/","blogId":181,"domain":"965kvki.com","crossPostAttributionBottom":"","rawContent":"<p>\n<sectiontag class=\"module\" contenteditable=\"false\" type=\"image\" attr-id=\"225459\" attr-caption=\" Getty Images\" attr-align=\"center\" attr-width=\"630\" attr-height=\"420\" attr-url=\"http://cajunradio.com/files/2017/08/GettyImages-840657496.jpg?w=630&amp;amp;h=420&amp;amp;zc=1&amp;amp;s=0&amp;amp;a=t&amp;amp;q=89\"></sectiontag></p>\n<p>In response to statements made by the <a href=\"http://cajunradio.com/cajun-navy-standing-down-after-hostile-response-in-houston/\" target=\"_blank\">Louisiana Cajun Navy regarding hostilities in Houston</a>, both Cajun Navy 2016 and Cajun Navy Ops have both said none of their members have been shot at, or in any way threatened during their rescue efforts.</p>\n<p>Confused yet? Don't feel bad. We are, too.</p>\n<p>Let's break this down. See, there isn't really any such thing as the \"Cajun Navy\" - except that there is. Sort of. It's just that there are a whole bunch of different groups that call themselves the Cajun Navy in some way or another, all acting independently while sharing the same name. Kind of.</p>\n<p>For example, there's the Louisiana Cajun Navy, who reported \"looters\" shooting at their boats in Houston. Then there's Cajun Navy 2016, which is a totally different Cajun Navy not at all connected to the Louisiana Cajun Navy. After that, there's the Cajun Navy Rescue Operations group that isn't part of the Cajun Navy 2016 or the Louisiana Cajun Navy, but is still the Cajun Navy.</p>\n<p>There are probably even more groups, but you get the idea.</p>\n<p>The point is, \"Cajun Navy\" is sort of a catch-all term for all the great Louisiana people jumping in to help those in need. Whether or not members of the Louisiana Cajun Navy were actually shot at and had to call in the police to help out <a href=\"http://www.katc.com/story/36240997/cajun-navy-posts-we-werent-attacked-we-havent-regrouped\" target=\"_blank\">(Houston authorities are now denying such reports</a>), the fact remains that some really good Louisiana people are doing some really great work over in Texas.</p>\n<p>While the Louisiana Cajun Navy might have run into problems, it seems other Cajun Navy groups haven't, and they'd like to get that message out. Below is a post made by the administrator of the Cajun Navy Rescue Operations group:</p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"oembed\" attr-url=\"https://www.facebook.com/plugins/post/oembed.json/?omitscript=true&amp;url=https%3A%2F%2Fwww.facebook.com%2Fkatie.pechon%2Fposts%2F1803222729694008%3Fpnref%3Dstory\">\n<noscript class=\"rendered-html\" type=\"text/html\"></noscript>\n<p></sectiontag></p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"button\" attr-href=\"http://929thelake.com/cajun-navy-standing-down-after-hostile-response-in-houston/\" attr-title=\"READ MORE: Cajun Navy &#x2018;Standing Down&#x2019;\" attr-align=\"center\" attr-appLink=\"false\"></sectiontag></p>\n","podContent":[{"type":"singlePostText","data":{"text":"<p>In response to statements made by the <a href=\"http://cajunradio.com/cajun-navy-standing-down-after-hostile-response-in-houston/\" target=\"_blank\">Louisiana Cajun Navy regarding hostilities in Houston</a>, both Cajun Navy 2016 and Cajun Navy Ops have both said none of their members have been shot at, or in any way threatened during their rescue efforts.</p>\n"},"currentTextLength":243,"runningCounter":1,"cumulativePodTextLength":243,"totalSimilarConsecutiveElements":7,"totalTextLength":1728},{"type":"singlePostText","data":{"text":"<p>Confused yet? Don&apos;t feel bad. We are, too.</p>\n"},"currentTextLength":48,"runningCounter":2,"cumulativePodTextLength":291,"totalSimilarConsecutiveElements":7,"totalTextLength":1728},{"type":"singlePostText","data":{"text":"<p>Let&apos;s break this down. See, there isn&apos;t really any such thing as the &quot;Cajun Navy&quot; - except that there is. Sort of. It&apos;s just that there are a whole bunch of different groups that call themselves the Cajun Navy in some way or another, all acting independently while sharing the same name. Kind of.</p>\n"},"currentTextLength":322,"runningCounter":3,"cumulativePodTextLength":613,"totalSimilarConsecutiveElements":7,"totalTextLength":1728},{"type":"singlePostShareThrough","data":{}},{"type":"singlePostText","data":{"text":"<p>For example, there&apos;s the Louisiana Cajun Navy, who reported &quot;looters&quot; shooting at their boats in Houston. Then there&apos;s Cajun Navy 2016, which is a totally different Cajun Navy not at all connected to the Louisiana Cajun Navy. After that, there&apos;s the Cajun Navy Rescue Operations group that isn&apos;t part of the Cajun Navy 2016 or the Louisiana Cajun Navy, but is still the Cajun Navy.</p>\n"},"currentTextLength":412,"runningCounter":4,"cumulativePodTextLength":1025,"totalSimilarConsecutiveElements":7,"totalTextLength":1728},{"type":"singlePostText","data":{"text":"<p>There are probably even more groups, but you get the idea.</p>\n"},"currentTextLength":59,"runningCounter":5,"cumulativePodTextLength":1084,"totalSimilarConsecutiveElements":7,"totalTextLength":1728},{"type":"singlePostText","data":{"text":"<p>The point is, &quot;Cajun Navy&quot; is sort of a catch-all term for all the great Louisiana people jumping in to help those in need. Whether or not members of the Louisiana Cajun Navy were actually shot at and had to call in the police to help out <a href=\"http://www.katc.com/story/36240997/cajun-navy-posts-we-werent-attacked-we-havent-regrouped\" target=\"_blank\">(Houston authorities are now denying such reports</a>), the fact remains that some really good Louisiana people are doing some really great work over in Texas.</p>\n"},"currentTextLength":405,"runningCounter":6,"cumulativePodTextLength":1489,"totalSimilarConsecutiveElements":7,"totalTextLength":1728},{"type":"singlePostText","data":{"text":"<p>While the Louisiana Cajun Navy might have run into problems, it seems other Cajun Navy groups haven&apos;t, and they&apos;d like to get that message out. Below is a post made by the administrator of the Cajun Navy Rescue Operations group:</p>\n"},"currentTextLength":239,"runningCounter":7,"cumulativePodTextLength":1728,"totalSimilarConsecutiveElements":7,"totalTextLength":1728},{"type":"singlePostOembed","data":{"author_name":"Katie","author_url":"https://www.facebook.com/katie.pechon","provider_url":"https://www.facebook.com","provider_name":"Facebook","success":true,"height":null,"html":"<div class=\"fb-post\" data-href=\"https://www.facebook.com/katie.pechon/posts/1803222729694008?pnref=story\" data-width=\"552\"><blockquote cite=\"https://www.facebook.com/katie.pechon/posts/1803222729694008\" class=\"fb-xfbml-parse-ignore\"><p>&#x1f4a5;One last post about this&#x1f4a5; NO ONE shot or is shooting at ANY OF OUR CREW, Cajun Navy ( Rescue Op. Page ). That statement...</p>Posted by <a href=\"https://www.facebook.com/katie.pechon\">Katie Heaslip Pechon</a> on&nbsp;<a href=\"https://www.facebook.com/katie.pechon/posts/1803222729694008\">Monday, August 28, 2017</a></blockquote></div>","type":"rich","version":"1.0","url":"https://www.facebook.com/katie.pechon/posts/1803222729694008?pnref=story","width":552},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"uniquePodTypes":["singlePostImage","singlePostText","singlePostOembed","singlePostButton"],"podHeader":[{"type":"singlePostImage","data":{"id":225459,"caption":"Getty Images","align":"center","width":630,"height":420,"url":"http://cajunradio.com/files/2017/08/GettyImages-840657496.jpg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"podFooter":{"type":"singlePostButton","data":{"href":"http://929thelake.com/cajun-navy-standing-down-after-hostile-response-in-houston/","title":"READ MORE: Cajun Navy ‘Standing Down’","align":"center","applink":"false"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},"next":{"latest":[{"postId":514535,"documentUrl":"/jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts/","filterUrl":"/rest/carbon/filter/main/jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts/","sortDate":"2017-08-30 08:18:01.000 +0000","termTaxonomyId":3445,"taxonomyType":"category"},{"postId":514515,"documentUrl":"/houston-best-buy-case-of-water-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/houston-best-buy-case-of-water-hurricane-harvey/","sortDate":"2017-08-29 21:53:28.000 +0000","termTaxonomyId":3445,"taxonomyType":"category"},{"postId":514406,"documentUrl":"/adam-devine-and-seth-rogan-file-paperwork-to-film-new-stoner-movie-in-louisiana/","filterUrl":"/rest/carbon/filter/main/adam-devine-and-seth-rogan-file-paperwork-to-film-new-stoner-movie-in-louisiana/","sortDate":"2017-08-29 09:09:48.000 +0000","termTaxonomyId":3445,"taxonomyType":"category"},{"postId":514399,"documentUrl":"/anheuser-busch-halts-beer-production-focuses-efforts-on-harvey-victims/","filterUrl":"/rest/carbon/filter/main/anheuser-busch-halts-beer-production-focuses-efforts-on-harvey-victims/","sortDate":"2017-08-29 07:53:16.000 +0000","termTaxonomyId":3445,"taxonomyType":"category"},{"postId":514384,"documentUrl":"/airboats-being-used-in-texas-rescues-need-fuel-and-you-can-help/","filterUrl":"/rest/carbon/filter/main/airboats-being-used-in-texas-rescues-need-fuel-and-you-can-help/","sortDate":"2017-08-29 06:30:46.000 +0000","termTaxonomyId":3445,"taxonomyType":"category"},{"postId":514292,"documentUrl":"/devastating-harvey-videos/","filterUrl":"/rest/carbon/filter/main/devastating-harvey-videos/","sortDate":"2017-08-28 09:12:28.000 +0000","termTaxonomyId":227,"taxonomyType":"category"},{"postId":514227,"documentUrl":"/amazing-rescue-in-southeast-texas-video/","filterUrl":"/rest/carbon/filter/main/amazing-rescue-in-southeast-texas-video/","sortDate":"2017-08-27 19:51:54.000 +0000","termTaxonomyId":227,"taxonomyType":"category"},{"postId":514151,"documentUrl":"/louisiana-residents-offer-flood-advice-houston-hurricane-harvey-victims/","filterUrl":"/rest/carbon/filter/main/louisiana-residents-offer-flood-advice-houston-hurricane-harvey-victims/","sortDate":"2017-08-27 16:58:36.000 +0000","termTaxonomyId":227,"taxonomyType":"category"},{"postId":514098,"documentUrl":"/reporter-covering-harvey-gets-6-pack-during-live-storm-update/","filterUrl":"/rest/carbon/filter/main/reporter-covering-harvey-gets-6-pack-during-live-storm-update/","sortDate":"2017-08-27 16:47:09.000 +0000","termTaxonomyId":227,"taxonomyType":"category"},{"postId":514089,"documentUrl":"/hurricane-harvey-forces-evacuation-of-south-texas-prisons-prisoners-headed-to-the-ark-la-tex/","filterUrl":"/rest/carbon/filter/main/hurricane-harvey-forces-evacuation-of-south-texas-prisons-prisoners-headed-to-the-ark-la-tex/","sortDate":"2017-08-27 07:48:35.000 +0000","termTaxonomyId":227,"taxonomyType":"category"}],"taxonomy":[{"postId":514535,"documentUrl":"/jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts/","filterUrl":"/rest/carbon/filter/main/jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts/","sortDate":"2017-08-30 08:18:01.000 +0000","termTaxonomyId":3445,"taxonomyType":"category"},{"postId":514515,"documentUrl":"/houston-best-buy-case-of-water-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/houston-best-buy-case-of-water-hurricane-harvey/","sortDate":"2017-08-29 21:53:28.000 +0000","termTaxonomyId":3445,"taxonomyType":"category"},{"postId":514406,"documentUrl":"/adam-devine-and-seth-rogan-file-paperwork-to-film-new-stoner-movie-in-louisiana/","filterUrl":"/rest/carbon/filter/main/adam-devine-and-seth-rogan-file-paperwork-to-film-new-stoner-movie-in-louisiana/","sortDate":"2017-08-29 09:09:48.000 +0000","termTaxonomyId":3445,"taxonomyType":"category"},{"postId":514399,"documentUrl":"/anheuser-busch-halts-beer-production-focuses-efforts-on-harvey-victims/","filterUrl":"/rest/carbon/filter/main/anheuser-busch-halts-beer-production-focuses-efforts-on-harvey-victims/","sortDate":"2017-08-29 07:53:16.000 +0000","termTaxonomyId":3445,"taxonomyType":"category"},{"postId":514384,"documentUrl":"/airboats-being-used-in-texas-rescues-need-fuel-and-you-can-help/","filterUrl":"/rest/carbon/filter/main/airboats-being-used-in-texas-rescues-need-fuel-and-you-can-help/","sortDate":"2017-08-29 06:30:46.000 +0000","termTaxonomyId":3445,"taxonomyType":"category"},{"postId":514292,"documentUrl":"/devastating-harvey-videos/","filterUrl":"/rest/carbon/filter/main/devastating-harvey-videos/","sortDate":"2017-08-28 09:12:28.000 +0000","termTaxonomyId":227,"taxonomyType":"category"},{"postId":514227,"documentUrl":"/amazing-rescue-in-southeast-texas-video/","filterUrl":"/rest/carbon/filter/main/amazing-rescue-in-southeast-texas-video/","sortDate":"2017-08-27 19:51:54.000 +0000","termTaxonomyId":227,"taxonomyType":"category"},{"postId":514151,"documentUrl":"/louisiana-residents-offer-flood-advice-houston-hurricane-harvey-victims/","filterUrl":"/rest/carbon/filter/main/louisiana-residents-offer-flood-advice-houston-hurricane-harvey-victims/","sortDate":"2017-08-27 16:58:36.000 +0000","termTaxonomyId":227,"taxonomyType":"category"},{"postId":514098,"documentUrl":"/reporter-covering-harvey-gets-6-pack-during-live-storm-update/","filterUrl":"/rest/carbon/filter/main/reporter-covering-harvey-gets-6-pack-during-live-storm-update/","sortDate":"2017-08-27 16:47:09.000 +0000","termTaxonomyId":227,"taxonomyType":"category"},{"postId":514089,"documentUrl":"/hurricane-harvey-forces-evacuation-of-south-texas-prisons-prisoners-headed-to-the-ark-la-tex/","filterUrl":"/rest/carbon/filter/main/hurricane-harvey-forces-evacuation-of-south-texas-prisons-prisoners-headed-to-the-ark-la-tex/","sortDate":"2017-08-27 07:48:35.000 +0000","termTaxonomyId":227,"taxonomyType":"category"}]}}}},"carbonwidget/top-728x90":{"info":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"top-728x90","widgetTime":3},"data":["carbonwidget/top-728x90"],"dataDetails":{"carbonwidget/top-728x90":{"adUnit":"top-728x90","adType":"dfp6"}}},"carbonwidget/dynamic-ad-custom":{"info":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-custom","widgetTime":3},"data":["carbonwidget/dynamic-ad-custom"],"dataDetails":{"carbonwidget/dynamic-ad-custom":{"adUnit":"dynamic-ad-custom","adType":"dfp6"}}},"carbonwidget/dynamic-ad-header":{"info":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-header","widgetTime":3},"data":["carbonwidget/dynamic-ad-header"],"dataDetails":{"carbonwidget/dynamic-ad-header":{"adUnit":"dynamic-ad-header","adType":"dfp6"}}},"carbonwidget/dynamic-ad-push":{"info":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-push","widgetTime":2},"data":["carbonwidget/dynamic-ad-push"],"dataDetails":{"carbonwidget/dynamic-ad-push":{"adUnit":"dynamic-ad-push","adType":"dfp6"}}},"carbonwidget/tsm-out-of-page":{"info":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"tsm-out-of-page","widgetTime":2},"data":["carbonwidget/tsm-out-of-page"],"dataDetails":{"carbonwidget/tsm-out-of-page":{"adUnit":"tsm-out-of-page","adType":"dfp6"}}},"carbonwidget/bottom-728x90":{"info":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"bottom-728x90","widgetTime":2},"data":["carbonwidget/bottom-728x90"],"dataDetails":{"carbonwidget/bottom-728x90":{"adUnit":"bottom-728x90","adType":"dfp6"}}},"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":2},"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":4,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[533881,533883,533874,533853],"dataDetails":{"533853":{"postid":"533853","sortdate":"2018-02-12T15:09:24.000Z","data":{"mainData":{"postType":"post","caption":"Marianne Todd, Getty Images","thumbnail":"http://therockstation99x.com/files/2017/08/Mardis-Gras-beads.jpg","postDateGmt":"2018-02-12 15:09:24 +0000","title":"Watch New Orleans Mardi Gras Parades on Live Web Stream","url":"http://965kvki.com/watch-new-orleans-mardi-gras-parades-on-live-web-stream/","id":533853,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"All the Mardi Gras partying will end tomorrow, Fat Tuesday, at midnight, but until then, several more parades will take place in the New Orleans area.","authors":[{"id":356,"slug":"garymccoy","name":"Gary McCoy","first_name":"Gary","last_name":"McCoy","nickname":"garymccoy","url":"http://965kvki.com/author/garymccoy/","thumbnail":"http://mykisscountry937.com/files/2017/06/Gary-McCoy-New-Pic-Edit-Use-This.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Watch New Orleans Mardi Gras Parades on Live Web Stream","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"}}},"533881":{"postid":"533881","sortdate":"2018-02-12T20:36:29.000Z","data":{"mainData":{"postType":"post","caption":"Home Free via YouTube","thumbnail":"http://965kvki.com/files/2018/02/Home-Free-Band-Edited.jpg","postDateGmt":"2018-02-12 20:36:29 +0000","title":"We Want to Send You to See Home Free Live at the Strand!","url":"http://965kvki.com/we-want-to-send-you-to-see-home-free-live-at-the-strand/","id":533881,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"KVKI is sending seven lucky winners and a guest to see Home Free perform live at the Strand Theatre.  One of those winners will receive the grand prize package that includes $100.00 to Shogun of Japan. ","authors":[{"id":2592222,"slug":"chasityspears","name":"Chasity Spears","first_name":"Chasity","last_name":"Spears","nickname":"Chasity Spears","thumbnail":"http://965kvki.com/files/2017/06/Me-New-Pic-Edit-Use-This.jpg","url":"http://965kvki.com/author/chasityspears/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=BuyGVhQFLbs","youtubeId":"BuyGVhQFLbs"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=BuyGVhQFLbs","dynamic-lead-title":"We Want to Send You to See Home Free Live at the Strand!","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"We Want to Send You to See Home Free Live at the Strand!"}}},"533883":{"postid":"533883","sortdate":"2018-02-12T20:03:27.000Z","data":{"mainData":{"postType":"post","caption":"KiddNation","thumbnail":"http://mix931fm.com/files/2018/02/kkms-jsi-gala-1274x666.jpg","postDateGmt":"2018-02-12 20:03:27 +0000","title":"J-Si + Kinsey Have A Stupid Couple Fight Over A Word","url":"http://965kvki.com/j-si-kinsey-have-a-stupid-couple-fight-over-the-pronunciation-of-a-word/","id":533883,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"The English language is one of the most complicated languages in the world to learn, just ask anyone who&apos;s converted from a different language!","authors":[{"id":2053156,"slug":"thekiddkraddickmorningshow","name":"The Kidd Kraddick Morning Show","first_name":"The Kidd Kraddick Morning Show","nickname":"thekiddkraddickmorningshow","url":"http://965kvki.com/author/thekiddkraddickmorningshow/","thumbnail":"http://mix931fm.com/files/2014/06/KKMS-2014-Group-sitting.jpeg"},{"id":515,"slug":"luckylarry","name":"Lucky Larry","first_name":"Larry","last_name":"Thompson","nickname":"Lucky Larry","url":"http://965kvki.com/author/luckylarry/","thumbnail":"http://mix931fm.com/files/2012/04/379894_2634788159914_1561753238_4579828_701967036_n.jpg"}],"video":true,"videoUrl":"https://youtu.be/XhZllPB8Mos","youtubeId":"XhZllPB8Mos"},"alternateData":{"_townsquare_media_url":"https://youtu.be/XhZllPB8Mos","dynamic-lead-video":"0","_aioseop_title":"J-Si + Kinsey Have A Stupid Couple Fight Over A Word","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}}},"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":2},"data":[],"dataDetails":{}},"widget_third_party_content-3":{"info":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"params":{"type":"zergnet","title":"Best of the Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"fix_sidebar_marker-60":{"info":{"id":"fix_sidebar_marker-60","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"60"},"params":{"title":"Fix Sidebar Marker","widgetTime":1},"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":4,"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":1},"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":1},"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":1},"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":4,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[533881,533883,533874],"dataDetails":{"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"}}},"533881":{"postid":"533881","sortdate":"2018-02-12T20:36:29.000Z","data":{"mainData":{"postType":"post","caption":"Home Free via YouTube","thumbnail":"http://965kvki.com/files/2018/02/Home-Free-Band-Edited.jpg","postDateGmt":"2018-02-12 20:36:29 +0000","title":"We Want to Send You to See Home Free Live at the Strand!","url":"http://965kvki.com/we-want-to-send-you-to-see-home-free-live-at-the-strand/","id":533881,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"KVKI is sending seven lucky winners and a guest to see Home Free perform live at the Strand Theatre.  One of those winners will receive the grand prize package that includes $100.00 to Shogun of Japan. ","authors":[{"id":2592222,"slug":"chasityspears","name":"Chasity Spears","first_name":"Chasity","last_name":"Spears","nickname":"Chasity Spears","thumbnail":"http://965kvki.com/files/2017/06/Me-New-Pic-Edit-Use-This.jpg","url":"http://965kvki.com/author/chasityspears/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=BuyGVhQFLbs","youtubeId":"BuyGVhQFLbs"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=BuyGVhQFLbs","dynamic-lead-title":"We Want to Send You to See Home Free Live at the Strand!","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"We Want to Send You to See Home Free Live at the Strand!"}}},"533883":{"postid":"533883","sortdate":"2018-02-12T20:03:27.000Z","data":{"mainData":{"postType":"post","caption":"KiddNation","thumbnail":"http://mix931fm.com/files/2018/02/kkms-jsi-gala-1274x666.jpg","postDateGmt":"2018-02-12 20:03:27 +0000","title":"J-Si + Kinsey Have A Stupid Couple Fight Over A Word","url":"http://965kvki.com/j-si-kinsey-have-a-stupid-couple-fight-over-the-pronunciation-of-a-word/","id":533883,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"The English language is one of the most complicated languages in the world to learn, just ask anyone who&apos;s converted from a different language!","authors":[{"id":2053156,"slug":"thekiddkraddickmorningshow","name":"The Kidd Kraddick Morning Show","first_name":"The Kidd Kraddick Morning Show","nickname":"thekiddkraddickmorningshow","url":"http://965kvki.com/author/thekiddkraddickmorningshow/","thumbnail":"http://mix931fm.com/files/2014/06/KKMS-2014-Group-sitting.jpeg"},{"id":515,"slug":"luckylarry","name":"Lucky Larry","first_name":"Larry","last_name":"Thompson","nickname":"Lucky Larry","url":"http://965kvki.com/author/luckylarry/","thumbnail":"http://mix931fm.com/files/2012/04/379894_2634788159914_1561753238_4579828_701967036_n.jpg"}],"video":true,"videoUrl":"https://youtu.be/XhZllPB8Mos","youtubeId":"XhZllPB8Mos"},"alternateData":{"_townsquare_media_url":"https://youtu.be/XhZllPB8Mos","dynamic-lead-video":"0","_aioseop_title":"J-Si + Kinsey Have A Stupid Couple Fight Over A Word","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":3},"data":[],"dataDetails":{},"redisCached":true},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":3},"data":["1",{"2":["2.1","2.2","2.3","2.4","2.5","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":3},"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":3},"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":16.386,"mainOptionsTime":5.149,"sidebarsTime":10.726,"widgetsTime":22.426,"processTime":54.816},"experimentGroup":"B"},"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=f6f5453a8cde7d0b301abb99888e7aca87cafa58"></script>
        </body>
      </html>