<!doctype html>
      <html class="single" lang="en">
        <head>
          <title data-react-helmet="true">Help Children Affected By Hurricane Harvey With Operation Kelly&#x27;s Kids</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="Operation Kelly&#x27;s Kids was formed to provide toys to children of all ages who lost everything to Hurricane Harvey."/><meta data-react-helmet="true" name="keywords" content="hurricane harvey, flood, operation kellys kids"/><meta data-react-helmet="true" property="fb:app_id" content="129530163786305"/><meta data-react-helmet="true" property="fb:admins" content="1141488271"/><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="Help Children Affected By Hurricane Harvey With Operation Kelly&#x27;s Kids"/><meta data-react-helmet="true" property="og:description" content="Operation Kelly&#x27;s Kids was formed to provide toys to children of all ages who lost everything to Hurricane Harvey."/><meta data-react-helmet="true" property="og:url" content="http://999ktdy.com/help-children-affected-by-hurricane-harvey-with-operation-kellys-kids/"/><meta data-react-helmet="true" property="og:site_name" content="99.9 KTDY"/><meta data-react-helmet="true" property="og:type" content="blog"/><meta data-react-helmet="true" property="og:image" content="http://929thelake.com/files/2017/09/GettyImages-842000102.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="@999ktdy"/><meta data-react-helmet="true" name="sailthru.description" content="Operation Kelly&#x27;s Kids was formed to provide toys to children of all ages who lost everything to Hurricane Harvey."/><meta data-react-helmet="true" name="sailthru.date" content="2017-09-21 23:41:23"/><meta data-react-helmet="true" name="sailthru.title" content="Help Children Affected By Hurricane Harvey With Operation Kelly’s Kids"/><meta data-react-helmet="true" name="sailthru.tags" content="tsmsite-ktdy, tsmmarket-lafayette, tsmtype-local, hurricane-harvey, goodtoknow, local-news, news"/><meta data-react-helmet="true" name="sailthru.author" content="cclements"/><meta data-react-helmet="true" name="sailthru.image.full" content="http://929thelake.com/files/2017/09/GettyImages-842000102.jpg"/><meta data-react-helmet="true" name="sailthru.image.thumb" content="http://929thelake.com/files/2017/09/GettyImages-842000102.jpg"/><meta data-react-helmet="true" property="fb:pages" content="80888829286"/><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://999ktdy.com/files/2011/02/favicon.ico"/><link data-react-helmet="true" rel="profile" href="http://gmpg.org/xfn/11"/><link data-react-helmet="true" rel="canonical" href="http://999ktdy.com/help-children-affected-by-hurricane-harvey-with-operation-kellys-kids/"/>
          <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=3b9dbc3b07b0bef2c96b11376b1d9e6298d9a129&mver=18" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "A";
          window.TSM.cadata = {"activeDomain":"999ktdy.com","blogId":29,"method":"get_single","postId":447764,"postType":"post","postDateGmt":"2017-09-22 04:41:23.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":"cclements","dimension2":"goodtoknow,local-news,news","dimension3":"hurricane-harvey","dimension4":"post","dimension5":"Thu Sept 21 2017","dimension6":"23:41","dimension7":"standard","dimension8":"1208","dimension9":"A","dimension10":"no"};
ga( "create", {
          trackingId:"UA-1801792-2",
          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-1801792-2"};
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-1801792-13",
          name: "UA180179213",
          allowAnchor: false
        });
        ga( "UA180179213.require", "displayfeatures" );
        ga( "UA180179213.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA180179213" ] = {gaid:"UA-1801792-13"};
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":"Help Children Affected By Hurricane Harvey With Operation Kelly's Kids","callsign":"KTDYFM","market":"Lafayette","sitetype":"Local","siteClassification":"Local","state":"LA","genre":"pop,classic-hits","pageType":"post","tags":"hurricane-harvey","categories":"goodtoknow,local-news,news","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>
        (function(w,dl){
          if( dl && dl[0] ){
            dl = dl[0];
            w._oiqq = w._oiqq || [];
            var keywordMeta = document.querySelector( "meta[name='keywords']");
            _oiqq.push(["oiq_addPageBrand", "title:" + dl.title]);
            _oiqq.push(["oiq_addPageBrand", "domain:" + location.hostname]);
            _oiqq.push(["oiq_addPageBrand", "callsign:" + dl.callsign]);
            _oiqq.push(["oiq_addPageCat", "url_path:" + location.pathname]);
            _oiqq.push(["oiq_addPageCat", "meta_keywords:" + ( keywordMeta ? keywordMeta.content : "" ) ]);
            _oiqq.push(["oiq_addPageCat", "title:" + dl.title]);
            _oiqq.push(["oiq_addPageCat", "callsign:" + dl.callsign]);
            _oiqq.push(["oiq_addPageCat", "market:" + dl.market]);
            _oiqq.push(["oiq_addPageCat", "sitetype:" + dl.sitetype]);
            _oiqq.push(["oiq_addPageCat", "state:" + dl.state]);
            _oiqq.push(["oiq_addPageCat", "page_type:" + dl.pageType]);
            _oiqq.push(["oiq_addPageCat", "media_type:" + dl.mediaType]);
            _oiqq.push(["oiq_addPageCat", "day_of_week:" + dl.dayOfWeek]);
            _oiqq.push(["oiq_addPageCat", "newsletter_submission:" + (dl.newsletterSubmission || "no")]);
            _oiqq.push(["oiq_addPageCat", "period_of_day:" + dl.periodOfDay]);
            _oiqq.push(["oiq_addPageCat", "curated_referer:" + dl.curatedReferer]);
            _oiqq.push(["oiq_addPageCat", "genre:" + dl.genre]);
            _oiqq.push(["oiq_addPageCat", "tags:" + dl.tags]);
            _oiqq.push(["oiq_addPageCat", "categories:" + dl.categories]);
            _oiqq.push(["oiq_doTag"]);
            _oiqq.push(["oiq_addPageLifecycle", "ecv3"]);
          }
        })(window, window.dataLayer);
        (function() {
        var oiq = document.createElement("script"); oiq.type = "text/javascript"; oiq.async = true;
        oiq.src = document.location.protocol + "//px.owneriq.net/stas/s/0frxgz.js";
        var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(oiq, s);
        })();
      </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 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=999ktdy.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", ["goodtoknow","local-news","news"] );
googletag.pubads().setTargeting( "tags", ["hurricane-harvey"] );
googletag.pubads().setTargeting( "id", "help-children-affected-by-hurricane-harvey-with-operation-kellys-kids" );
googletag.pubads().setTargeting( "author", "cclements" );
googletag.pubads().setTargeting( "kw", ["cclements","help-children-affected-by-hurricane-harvey-with-operation-kellys-kids","goodtoknow","local-news","news","hurricane-harvey","pagetype-post"] );
googletag.pubads().setTargeting( "genre", ["pop","classic-hits"] );
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/Lafayette/KTDY/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/Lafayette/KTDY/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/Lafayette/KTDY/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/Lafayette/KTDY/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/Lafayette/KTDY/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/Lafayette/KTDY/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/Lafayette/KTDY/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/Lafayette/KTDY/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/Lafayette/KTDY/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="858351157"><!-- 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="99.9 KTDY" title="99.9 KTDY" data-reactid="14"><img src="http://999ktdy.com/files/2017/09/999ktdy_logo-v21.png" alt="99.9 KTDY" title="99.9 KTDY" 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-5" class="stationtagline-container showticker-item" data-reactid="21"><div class="content" data-reactid="22"><p class="info" data-reactid="23">The Best Variety of the '80s, '90s and Today</p></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="/author/cclements/" data-reactid="42">CJ</a></li><li class="hassub" data-reactid="43"><a href="/author/dray/" data-reactid="44">Debbie Ray</a></li><li class="hassub" data-reactid="45"><a href="/author/swiley/" data-reactid="46">Steve Wiley</a></li><li class="hassub" data-reactid="47"><a href="/author/jfalcon/" data-reactid="48">Jaycee</a></li><li class="hassub" data-reactid="49"><a href="/show/delilah-at-night/" data-reactid="50">Delilah</a></li><li class="hassub" data-reactid="51"><a href="/show/your-weekend-with-jim-brickman/" data-reactid="52">Jim Brickman</a></li></ul></li><li class="hassub" data-reactid="53"><a href="/listen-live" data-reactid="54">Listen</a><ul class="links submenu" data-reactid="55"><li class="hassub" data-reactid="56"><a href="/listen-live/" data-reactid="57">Listen Live</a></li><li class="hassub" data-reactid="58"><a href="/alexa" data-reactid="59">Listen on Alexa Devices</a></li><li class="hassub" data-reactid="60"><a href="/app" data-reactid="61">KTDY Mobile App</a></li></ul></li><li class="hassub" data-reactid="62"><a href="/playlist/" data-reactid="63">Playlist</a></li><li class="hassub" data-reactid="64"><a href="" data-reactid="65">Events</a><ul class="links submenu" data-reactid="66"><li class="hassub" data-reactid="67"><a href="/events-lafayette" data-reactid="68">Full Calendar</a></li><li class="hassub" data-reactid="69"><a href="/events-lafayette/community/add/" data-reactid="70">Submit an Event</a></li></ul></li><li class="hassub" data-reactid="71"><a href="/vip" data-reactid="72">Winners Club</a><ul class="links submenu" data-reactid="73"><li class="hassub" data-reactid="74"><a href="/registration" data-reactid="75">Sign Up</a></li><li class="hassub" data-reactid="76"><a href="/contests/" data-reactid="77">Contests</a></li><li class="hassub" data-reactid="78"><a href="/contest-rules/" data-reactid="79">KTDY Contest Rules</a></li><li class="hassub" data-reactid="80"><a href="/help" data-reactid="81">VIP Support</a></li></ul></li><li class="hassub" data-reactid="82"><a href="/contests/" data-reactid="83">Win Stuff</a></li><li class="hassub" data-reactid="84"><a href="/contact-us" data-reactid="85">Contact</a><ul class="links submenu" data-reactid="86"><li class="hassub" data-reactid="87"><a href="/help" data-reactid="88">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="89"><a href="/contact-us" data-reactid="90">Send Feedback</a></li><li class="hassub" data-reactid="91"><a href="/advertise" data-reactid="92">Advertise</a></li></ul></li><li class="hassub" data-reactid="93"><a href="/local-experts" data-reactid="94">Experts</a><ul class="links submenu" data-reactid="95"><li class="hassub" data-reactid="96"><a href="/local-experts/acadiana-garage-door/" data-reactid="97">Acadiana Garage Door</a></li><li class="hassub" data-reactid="98"><a href="/local-experts/acadian-total-security/" data-reactid="99">Acadian Total Security</a></li><li class="hassub" data-reactid="100"><a href="/local-experts/audio-video-innovators/" data-reactid="101">Audio Video Innovators</a></li><li class="hassub" data-reactid="102"><a href="/local-experts/eagle-pest-control/" data-reactid="103">Eagle Pest Control and Chemical</a></li><li class="hassub" data-reactid="104"><a href="/local-experts/mr-electric/" data-reactid="105">Mr Electric</a></li><li class="hassub" data-reactid="106"><a href="/local-experts/national-foundation-repair/" data-reactid="107">National Foundation Repair</a></li><li class="hassub" data-reactid="108"><a href="/local-experts/piggly-wiggly/" data-reactid="109">Piggly Wiggly</a></li><li class="hassub" data-reactid="110"><a href="/local-experts/theriot-family-dental-care/" data-reactid="111">Theriot Family Dental Care</a></li><li class="hassub" data-reactid="112"><a href="/local-experts/whispering-oaks-lodge/" data-reactid="113">Whispering Oaks Lodge</a></li></ul></li><li class="hidden-menu hassub hide" data-reactid="114"><a class="more-icon" href="#" data-reactid="115">More</a><ul class="links submenu" data-reactid="116"><li class="hassub hide" data-reactid="117"><a href="/" data-reactid="118">Home</a></li><li class="hassub hide" data-reactid="119"><a href="/djs/" data-reactid="120">On Air</a><ul class="links submenu" data-reactid="121"><li class="hassub" data-reactid="122"><a href="/djs" data-reactid="123">ALL DJs</a></li><li class="hassub" data-reactid="124"><a href="/shows/" data-reactid="125">Schedule</a></li><li class="hassub" data-reactid="126"><a href="/author/cclements/" data-reactid="127">CJ</a></li><li class="hassub" data-reactid="128"><a href="/author/dray/" data-reactid="129">Debbie Ray</a></li><li class="hassub" data-reactid="130"><a href="/author/swiley/" data-reactid="131">Steve Wiley</a></li><li class="hassub" data-reactid="132"><a href="/author/jfalcon/" data-reactid="133">Jaycee</a></li><li class="hassub" data-reactid="134"><a href="/show/delilah-at-night/" data-reactid="135">Delilah</a></li><li class="hassub" data-reactid="136"><a href="/show/your-weekend-with-jim-brickman/" data-reactid="137">Jim Brickman</a></li></ul></li><li class="hassub hide" data-reactid="138"><a href="/listen-live" data-reactid="139">Listen</a><ul class="links submenu" data-reactid="140"><li class="hassub" data-reactid="141"><a href="/listen-live/" data-reactid="142">Listen Live</a></li><li class="hassub" data-reactid="143"><a href="/alexa" data-reactid="144">Listen on Alexa Devices</a></li><li class="hassub" data-reactid="145"><a href="/app" data-reactid="146">KTDY Mobile App</a></li></ul></li><li class="hassub hide" data-reactid="147"><a href="/playlist/" data-reactid="148">Playlist</a></li><li class="hassub hide" data-reactid="149"><a href="" data-reactid="150">Events</a><ul class="links submenu" data-reactid="151"><li class="hassub" data-reactid="152"><a href="/events-lafayette" data-reactid="153">Full Calendar</a></li><li class="hassub" data-reactid="154"><a href="/events-lafayette/community/add/" data-reactid="155">Submit an Event</a></li></ul></li><li class="hassub hide" data-reactid="156"><a href="/vip" data-reactid="157">Winners Club</a><ul class="links submenu" data-reactid="158"><li class="hassub" data-reactid="159"><a href="/registration" data-reactid="160">Sign Up</a></li><li class="hassub" data-reactid="161"><a href="/contests/" data-reactid="162">Contests</a></li><li class="hassub" data-reactid="163"><a href="/contest-rules/" data-reactid="164">KTDY Contest Rules</a></li><li class="hassub" data-reactid="165"><a href="/help" data-reactid="166">VIP Support</a></li></ul></li><li class="hassub hide" data-reactid="167"><a href="/contests/" data-reactid="168">Win Stuff</a></li><li class="hassub hide" data-reactid="169"><a href="/contact-us" data-reactid="170">Contact</a><ul class="links submenu" data-reactid="171"><li class="hassub" data-reactid="172"><a href="/help" data-reactid="173">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="174"><a href="/contact-us" data-reactid="175">Send Feedback</a></li><li class="hassub" data-reactid="176"><a href="/advertise" data-reactid="177">Advertise</a></li></ul></li><li class="hassub hide" data-reactid="178"><a href="/local-experts" data-reactid="179">Experts</a><ul class="links submenu" data-reactid="180"><li class="hassub" data-reactid="181"><a href="/local-experts/acadiana-garage-door/" data-reactid="182">Acadiana Garage Door</a></li><li class="hassub" data-reactid="183"><a href="/local-experts/acadian-total-security/" data-reactid="184">Acadian Total Security</a></li><li class="hassub" data-reactid="185"><a href="/local-experts/audio-video-innovators/" data-reactid="186">Audio Video Innovators</a></li><li class="hassub" data-reactid="187"><a href="/local-experts/eagle-pest-control/" data-reactid="188">Eagle Pest Control and Chemical</a></li><li class="hassub" data-reactid="189"><a href="/local-experts/mr-electric/" data-reactid="190">Mr Electric</a></li><li class="hassub" data-reactid="191"><a href="/local-experts/national-foundation-repair/" data-reactid="192">National Foundation Repair</a></li><li class="hassub" data-reactid="193"><a href="/local-experts/piggly-wiggly/" data-reactid="194">Piggly Wiggly</a></li><li class="hassub" data-reactid="195"><a href="/local-experts/theriot-family-dental-care/" data-reactid="196">Theriot Family Dental Care</a></li><li class="hassub" data-reactid="197"><a href="/local-experts/whispering-oaks-lodge/" data-reactid="198">Whispering Oaks Lodge</a></li></ul></li></ul></li></ul><div class="site-menu-right" data-reactid="199"><ul class="social-links" data-reactid="200"><li class="social" data-reactid="201"><a class="share-link youtube" href="https://youtube.com/user/999KTDY" target="_blank" data-social="youtube" data-reactid="202"><span class="icon-base icon-youtube" data-reactid="203"></span></a></li><li class="social" data-reactid="204"><a class="share-link facebook" href="http://www.facebook.com/999ktdy" target="_blank" data-social="facebook" data-reactid="205"><span class="icon-base icon-facebook" data-reactid="206"></span></a></li><li class="social" data-reactid="207"><a class="share-link twitter" href="https://twitter.com/999ktdy" target="_blank" data-social="twitter" data-reactid="208"><span class="icon-base icon-twitter" data-reactid="209"></span></a></li><ul class="social-subscriptions" data-reactid="210"><li class="sub-instagram " data-reactid="211"><a href="https://www.instagram.com/999ktdy" target="_blank" data-reactid="212">INSTAGRAM</a></li><li class="share_link_small youtube sub-youtube" data-reactid="213"><span class="youtube-subscribe-button " data-reactid="214"></span></li><li class="sub-facebook" data-reactid="215"></li><li class="sub-twitter" data-reactid="216"></li></ul></ul><div id="search-form" class="" data-reactid="217"><div class="form-wrap" data-reactid="218"><form data-reactid="219"><input type="text" name="searchInput" value="" class="search-input" placeholder="Search" data-reactid="220"/><input type="submit" class="search-submit" disabled="" value="SEARCH" data-reactid="221"/></form></div><div class="icon-base icon-search" data-reactid="222"></div></div></div><div class="site-screen select-none" data-reactid="223"></div></div></nav></div><ul class="promo-links" data-reactid="224"><li data-reactid="225"><span data-reactid="226">What&#x27;s Hot:</span></li><li data-reactid="227"><a title="KTDY App" href="/app/" data-reactid="228">KTDY App</a></li><li data-reactid="229"><a title="Patty in the Parc" href="/patty-in-the-parc-2018/" data-reactid="230">Patty in the Parc</a></li><li data-reactid="231"><a title="$500 Survey Giveaway" href="/sponsored-listener-survey/" data-reactid="232">$500 Survey Giveaway</a></li><li data-reactid="233"><a title="Birthdays" href="/birthday-card-vip/" data-reactid="234">Birthdays</a></li><li data-reactid="235"><a title="Janet&#x27;s Jokes" href="/tags/mrs-janet/" data-reactid="236">Janet&#x27;s Jokes</a></li><li data-reactid="237"><a title="Legal Authority" href="/legal-authority" data-reactid="238">Legal Authority</a></li><li data-reactid="239"><a title="Contest Rules" href="/contest-rules/" data-reactid="240">Contest Rules</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-447764" data-location="/help-children-affected-by-hurricane-harvey-with-operation-kellys-kids/" data-index="0" data-reactid="248"><div class="page-header" data-reactid="249"><div class="content-header show-ui front" id="content-header-447764" 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://929thelake.com/files/2017/09/GettyImages-842000102.jpg" rel="" title="" style="background-image:url(&quot;http://929thelake.com/files/2017/09/GettyImages-842000102.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://929thelake.com/files/2017/09/GettyImages-842000102.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">Help Children Affected By Hurricane Harvey With Operation Kelly’s Kids</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://999ktdy.com/files/2017/06/KTDY-CJ.jpg" href="http://999ktdy.com/author/cclements/" rel="author" title="CJ" 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://999ktdy.com/author/cclements/" rel="author" title="CJ" data-reactid="277">CJ</a></address></div><time datetime="2017-09-22 04:41:23 +0000" data-reactid="278">September 21, 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=Help%20Children%20Affected%20By%20Hurricane%20Harvey%20With%20Operation%20Kelly%E2%80%99s%20Kids%20http%3A%2F%2F999ktdy.com%2Fhelp-children-affected-by-hurricane-harvey-with-operation-kellys-kids%2F%3Ftrackback%3Dtwitter_mobile%20%40999ktdy" 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%2F999ktdy.com%2Fhelp-children-affected-by-hurricane-harvey-with-operation-kellys-kids%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">Operation Kelly&#x27;s Kids was formed to provide toys to children of all ages who lost everything to Hurricane Harvey.</p><p data-reactid="295">Operation Kelly&#x27;s Kids is asking for toys for new or &#x27;like new&#x27; toys, and believe that a toy can mean a smile, a memory, or just a brief moment of happiness for children who lost all of their own toys along with their other possessions to flooding caused by Hurricane Harvey.</p><p data-reactid="296">There are a variety of drop - off points to make donating convenient:</p><div class="sharethrough-container" data-reactid="297"><div class="tsm-ad tsm-ad-oop" data-reactid="298"><div id="tsm-ad-sharethrough-oop-1" data-reactid="299"><!-- dynamic ad --></div></div></div><p data-reactid="300">LAFAYETTE:</p><p data-reactid="301">Colwell Banker Pelican Real Estate: 806 E. St. Mary Blvd. Lafayette, LA 70503</p><p data-reactid="302">Home Furniture: 1351 Surrey Street Lafayette, LA 70501</p><p data-reactid="303">Home Furniture: 5700 Johnston Street Lafayette, LA 70503</p><p data-reactid="304">Home Furniture Distribution Center: 909 W. Pont Des Mouton Lafayette, LA 70507</p><p data-reactid="305">Coccolare Spa: 331 Doucet Road Lafayette, LA 70503</p><p data-reactid="306">Michelle Naquin: Allstate Insurance: 2009 Ambassador Caffery Pwky Lafayette, LA 70506</p><p data-reactid="307">Physiques Elite: 2505 Verot School Road Lafayette ,LA 70508</p><p data-reactid="308">YOUNGSVILLE:</p><p data-reactid="309">The Natural Path: 100 Sabal Palms Row Ste. 2 Youngsville, LA</p><p data-reactid="310">BROUSSARD:</p><p data-reactid="311">Garber-Seaux Real Estate: 443 Garber Road Broussard, LA 70518</p><p data-reactid="312">Those who wish to purchase toys online can send them to this address: P.O. Box 572 Lafayette, LA 70508</p></div></div><div class="content-footer" data-reactid="313"><!-- react-empty: 314 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="315"></div><!-- react-text: 316 --><!-- /react-text --><div class="tags-lines" data-reactid="317"><div class="wrapper" data-reactid="318"><span data-reactid="319"><!-- react-text: 320 -->Filed Under<!-- /react-text --><!-- react-text: 321 -->: <!-- /react-text --></span><span data-reactid="322"><!-- react-text: 323 --><!-- /react-text --><a href="http://999ktdy.com/tags/hurricane-harvey/" data-reactid="324">hurricane harvey</a></span></div><div class="wrapper" data-reactid="325"><span data-reactid="326"><!-- react-text: 327 -->Categories<!-- /react-text --><!-- react-text: 328 -->: <!-- /react-text --></span><span data-reactid="329"><!-- react-text: 330 --><!-- /react-text --><a href="http://999ktdy.com/category/goodtoknow/" data-reactid="331">Good To Know</a></span><span data-reactid="332"><!-- react-text: 333 -->, <!-- /react-text --><a href="http://999ktdy.com/category/local-news/" data-reactid="334">Lafayette News</a></span><span data-reactid="335"><!-- react-text: 336 -->, <!-- /react-text --><a href="http://999ktdy.com/category/local-news/news/" data-reactid="337">News</a></span></div></div><div class="comments-wrapper" data-reactid="338"><div class="comments" data-reactid="339"><div data-reactid="340"><span class="icon-comments" data-reactid="341"></span><i data-reactid="342">Comments</i><span class="fb-comments-count" data-href="http://999ktdy.com/help-children-affected-by-hurricane-harvey-with-operation-kellys-kids/" data-reactid="343"></span><span class="icon-triangle-down" data-reactid="344"></span></div><div class="cto" data-reactid="345">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="346"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="347">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="348"><div class="aside-inside" data-reactid="349"><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-120" data-reactid="350"><div class="wrapper clearfix" data-reactid="351"><div class="fix_sidebar_marker" data-reactid="352"></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-1583" data-reactid="353"><header data-reactid="354"><h2 data-reactid="355"><span class="title-container" data-reactid="356">Featured</span><!-- react-text: 357 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="358"><section id="ts_blogroll-1583" class="blogroll carousel slider dl align-right" data-reactid="359"><div class="slider blogroll-items" data-reactid="360"><div class="sizer" data-reactid="361"></div><div class="mover slide" data-reactid="362"><article class="item title-over-image" data-reactid="363"><figure class="frameme" data-reactid="364"><a class="theframe" data-image="http://999ktdy.com/files/2018/02/CJ-For-Message-Of-The-Day11.png" href="http://999ktdy.com/cj-message-of-the-day-february-17-2018/" rel="" title="CJ Message Of The Day [February 17, 2018]" data-reactid="365"></a><div class="loadinganim showbox" id="0" data-reactid="366"><div class="loader" style="width:30px;height:30px;" data-reactid="367"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="368"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="369"></circle></svg></div></div></figure><div class="content" data-reactid="370"><a href="http://999ktdy.com/cj-message-of-the-day-february-17-2018/" title="CJ Message Of The Day [February 17, 2018]" class="title" data-reactid="371">CJ Message Of The Day [February 17, 2018]</a></div></article></div><div class="previous icon-arrow-thin-left arrow icon-base round always-visible" title="Previous" data-reactid="372"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="373"></div></div></section></div></section><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-123" data-reactid="374"><div class="wrapper clearfix" data-reactid="375"><div class="fix_sidebar_marker" data-reactid="376"></div></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-1038" data-reactid="377"><div class="wrapper clearfix" data-reactid="378"><div class="widget-content" data-reactid="379"><div class="tsm-ad tsm-ad-300" data-reactid="380"><div id="tsm-ad-300a" data-reactid="381"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-975" data-reactid="382"><div class="wrapper clearfix" data-reactid="383"><div class="widget-content" data-reactid="384"><div data-reactid="385"><form method="post" class="newsletter-frame clearfix" data-reactid="386"><div class="content clearfix" data-reactid="387"><p class="title" data-reactid="388">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="389"><div class="vertical-centered" data-reactid="390"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="391"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="392"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-1584" data-reactid="393"><header data-reactid="394"><h2 data-reactid="395"><span class="title-container" data-reactid="396">Latest Articles</span><!-- react-text: 397 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="398"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="399"><div class="blogroll-inner clearfix" data-reactid="400"><article class="" data-reactid="401"><figure class="frameme" data-reactid="402"><a class="theframe" data-image="http://screencrush.com/files/2018/01/black-panther.jpg" href="http://999ktdy.com/black-panther-every-easter-egg-and-secret/" rel="" title="Black Panther: All the Easter Eggs and Secrets" data-reactid="403"></a><div class="loadinganim showbox" id="0" data-reactid="404"><div class="loader" style="width:30px;height:30px;" data-reactid="405"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="406"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="407"></circle></svg></div></div></figure><div class="content" data-reactid="408"><a href="http://999ktdy.com/black-panther-every-easter-egg-and-secret/" title="Black Panther: All the Easter Eggs and Secrets" class="title" data-reactid="409">Black Panther: All the Easter Eggs and Secrets</a></div></article><article class="" data-reactid="410"><figure class="frameme" data-reactid="411"><a class="theframe" data-image="http://popcrush.com/files/2018/02/jamie-foxx.jpg" href="http://999ktdy.com/watch-jamie-foxx-walk-off-during-live-interview-after-being-asked-about-katie-holmes/" rel="" title="Don&amp;apos;t Ask Jamie Foxx About Katie Holmes" data-reactid="412"></a><div class="loadinganim showbox" id="0" data-reactid="413"><div class="loader" style="width:30px;height:30px;" data-reactid="414"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="415"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="416"></circle></svg></div></div></figure><div class="content" data-reactid="417"><a href="http://999ktdy.com/watch-jamie-foxx-walk-off-during-live-interview-after-being-asked-about-katie-holmes/" title="Don&#x27;t Ask Jamie Foxx About Katie Holmes" class="title" data-reactid="418">Don&#x27;t Ask Jamie Foxx About Katie Holmes</a></div></article><article class="" data-reactid="419"><figure class="frameme" data-reactid="420"><a class="theframe" data-image="http://popcrush.com/files/2018/02/chelsea-handler-weed-farm.jpg" href="http://999ktdy.com/chelsea-handler-is-starting-her-own-line-of-weed-in-case-you-were-curious/" rel="" title="Chelsea Handler Is Starting Her Own Weed Line" data-reactid="421"></a><div class="loadinganim showbox" id="0" data-reactid="422"><div class="loader" style="width:30px;height:30px;" data-reactid="423"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="424"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="425"></circle></svg></div></div></figure><div class="content" data-reactid="426"><a href="http://999ktdy.com/chelsea-handler-is-starting-her-own-line-of-weed-in-case-you-were-curious/" title="Chelsea Handler Is Starting Her Own Weed Line" class="title" data-reactid="427">Chelsea Handler Is Starting Her Own Weed Line</a></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="428"><footer data-reactid="429"><div class="links clearfix" data-reactid="430"><div class="logo" data-reactid="431"></div><div class="details" data-reactid="432"><h2 data-reactid="433">Information</h2><ul data-reactid="434"><li data-reactid="435"><a title="PopCrush Network" class="" data-reactid="436">PopCrush Network</a></li><li data-reactid="437"><a title="EEO" href="/eeo/" class="" data-reactid="438">EEO</a></li><li data-reactid="439"><a title="Advertise" href="/advertise/" class="" data-reactid="440">Advertise</a></li><li data-reactid="441"><a title="Public File" href="/ktdy-public-file/" class="" data-reactid="442">Public File</a></li><li data-reactid="443"><a title="Terms" href="/terms/" class="" data-reactid="444">Terms</a></li><li data-reactid="445"><a title="VIP Terms" href="/vip-terms/" class="" data-reactid="446">VIP Terms</a></li><li data-reactid="447"><a title="FAQ" href="/vip-faq/" class="" data-reactid="448">FAQ</a></li><li data-reactid="449"><a title="Contest Rules" href="/contest-rules/" class="" data-reactid="450">Contest Rules</a></li><li data-reactid="451"><a title="Privacy Policy (Updated: 8/31/17)" href="/privacy/" class="" data-reactid="452">Privacy Policy (Updated: 8/31/17)</a></li><li data-reactid="453"><a title="Contact" href="/help/" class="" data-reactid="454">Contact</a></li><li data-reactid="455"><a href="http://townsquaremediagroup.com/" class="" data-reactid="456"></a></li><li data-reactid="457"><a title="Lafayette Business Listings" href="/lafayette-featured-business-listings/" class="" data-reactid="458">Lafayette Business Listings</a></li></ul></div><div class="social-links" data-reactid="459"><h2 data-reactid="460">Follow Us</h2><ul data-reactid="461"><li class="social" data-reactid="462"><a class="share_link youtube" href="https://www.youtube.com/user/999KTDY" target="_blank" data-social="youtube" data-reactid="463"><span class="icon-youtube" data-reactid="464"></span></a></li><li class="social" data-reactid="465"><a class="share_link facebook" href="http://www.facebook.com/999ktdy" target="_blank" data-social="facebook" data-reactid="466"><span class="icon-facebook" data-reactid="467"></span></a></li><li class="social" data-reactid="468"><a class="share_link twitter" href="https://twitter.com/999ktdy" target="_blank" data-social="twitter" data-reactid="469"><span class="icon-twitter" data-reactid="470"></span></a></li></ul></div></div><div class="legal" data-reactid="471"><!-- react-text: 472 -->2018<!-- /react-text --><!-- react-text: 473 --> <!-- /react-text --><!-- react-text: 474 -->99.9 KTDY<!-- /react-text --><!-- react-text: 475 --> is part of the PopCrush Network<!-- /react-text --><!-- react-text: 476 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="477"><!-- react-empty: 478 --><div id="bottom-not-ads" data-reactid="479"><div class="tsm-ad tsm-ad-728" data-reactid="480"><div id="tsm-ad-728b" data-reactid="481"><!-- dynamic ad --></div></div></div><div data-reactid="482"></div></section></div></div></div>
          <script>
            window.__INITIAL_STATE__ = {"gallery":{},"internalads":{},"json":{"response":{"options":{"method":"get_single","adPageType":"post","mediaType":"none","loyalty_restricted":false,"methodSubType":null,"blogId":29,"postId":447764,"url":"/help-children-affected-by-hurricane-harvey-with-operation-kellys-kids/","unfriendlyRequestUrl":"/help-children-affected-by-hurricane-harvey-with-operation-kellys-kids/","requestUrl":"/help-children-affected-by-hurricane-harvey-with-operation-kellys-kids/","blogOptions":{"aioseop_options":{"aiosp_can":"on","aiosp_donate":null,"aiosp_home_title":"99.9 KTDY – The Best Variety of the \\'80s, \\'90s and Today – Lafayette Adult Contemporary Radio","aiosp_home_description":"99.9 KTDY Radio plays the best adult contemporary music in Lafayette, Louisiana. ","aiosp_home_keywords":"99.9 KTDY Lafayette, Lafayette 99.9 KTDY, adult contemporary radio Lafayette, Lafayette adult contemporary radio, adult contemporary music Lafayette, Lafayette 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":"The Best of the 80s, 90s &amp; Today","blogname":"99.9 KTDY","carbonUiUpdateCounter":"18","design_option_live":{"page_bg":"FF000000","page_head_bg":"00000000","primary_bg":"FFFFFFFF","secondary_bg":"B2262626","mdl_head_bg":"FFFF9C00","main_nav_hue":"FFFFFFFF","nav_hover_hue":"FF3C96FC","primary_hue":"FF222222","secondary_hue":"FFFFFFFF","primary_head_hue":"FF34729B","secondary_head_hue":"FFFFFFFF","primary_active_hue":"FF3F7AA1","secondary_active_hue":"FF3C95FC","accent_hue":"FF0099FF","header_link_hue":"FF3F7AA1","footer_link_hue":"FFC2E7FF","primary_mdl_bg":"FF1C1C1C","primary_mdl_hue":"FFFFFFFF","secondary_mdl_bg":"25777777","secondary_mdl_hue":"FFFFFFFF","standout_bg":"FF34729B","mobile_primary_color":"FFBA0009","mobile_secondary_color":"FFBA0009","iv_primary_color":"FFC80B00","iv_secondary_color":"FF3F7AA1","iv_tertiary_color":"FFFF9933","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":"FF3F7AA1","events_app_secondary_color":"FF3C95FC","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://999ktdy.com/files/2017/09/999ktdy_background.jpg","carbon_logo_img":"http://999ktdy.com/files/2017/09/999ktdy_logo-v21.png","carbon_promo_bg_img":"http://999ktdy.com/files/2017/10/999ktdy_promo_v2.jpg","page_img":"","body_img":"http://production.townsquareblogs.com/wp-content/uploads/2010/11/colors1.jpg","square_logo_img":"","logo_img":"http://999ktdy.com/files/2011/10/logo.png","logo_img_trim":"http://999ktdy.com/files/2013/07/ktdy.png","logo_img_light":"","logo_img_dark":"","header_img":"http://999ktdy.com/files/2013/07/ktdy.jpg","placeholder_img":"","page_head_img":"http://999ktdy.com/files/2011/10/headerBG.png","favicon_img":"http://999ktdy.com/files/2011/02/favicon.ico","top_banner_img":"none","title":"TS3 - 99 KTDY + Carbon","ID":"0","designer":"Steve Frost","comment":"v4","action":"edit","editor":"jacknealy","editorID":2974086,"siteID":"29","timestamp":1507145696,"status":"active","properties":{"iv_html_bg":{"background-repeat":"","background-attachment":"","background-size":""},"carbon_body_img":{"background-repeat":"","background-attachment":"fixed","background-size":""}}},"disable_mobile_ads":"","exclude_bottom_banner":"","exclude_top_banner":"","FacebookCommentsOptions":{"moderator_userids":"1141488271,583052867,100002025987268,732998853","moderator_appid":"129530163786305","colorscheme":"","show_like":"yes","show_comments":"yes","show_commentscount":"yes","action":"like"},"facebook_app":{"id":"129530163786305","fanpage":"http://www.facebook.com/999ktdy","plugins":{"facebook-authentication":1,"facebook-like-button":1}},"google_ads_dfp6_template_ads":{"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","maintop-300x250":"1","middle-right-300x250":"1","bottom-right-300x250":"1","photogallery-300x250":"1","photogallery-728x90":"1","in-between-article-728":"1","dynamic-ad-custom":"1","dynamic-ad-header":"1","dynamic-ad-push":"1","top-right-300x250":"1"},"iq_weather_page_sponsor_city_name":"Lafayette","iq_weather_page_sponsor_zip_code":"70506","onlyhome_pushdown":"","onlyhome_topbanner":"","posts_per_page":"12","radio_players_wo_stream_id":"3628","sailthru_list_default":"KTDY Newsletter","site_template_theme_meta":{"template-tone":"2","listen-live-bar":"block","sidebar-widgets-header":"block","blogroll-image-size":"cropped","next-page-offset":"13"},"social_overlay":{"active":"1","fb":"1","nl":"1","colors":{"background-color":"#000000","color":"#BA0009"},"wrapper":{"divider":"#BA0009","button":"#BA0009","button-font":""},"logo":"http://999ktdy.com/files/2014/09/KTDY-logo1.png"},"timezone_string":"America/Chicago","townsquare_ad_version":"dfp6","ts-templates-carbon-homepage-id":"447359","ts-templates-homepage-id":"116729","ts-templates-mobile-homepage-id":"116729","tsc_category_sidebars":{},"tsc_tag_sidebars":{},"_station_info":{"sitetype":"Local","market":"Lafayette","genre":{"0":"pop","1":"classic-hits"},"callsign":"KTDYFM","callletters":"KTDY","legalname":"99.9 KTDY","siteclassification":"Local","street":"1749 Bertrand Dr.","street-2":"","city":"Lafayette","state":"LA","zip":"70506","phone":"337-237-5839","helpline":"","studioline":"337-237-5839","officeline":"337-233-6000","officehours":"","email":"dave.landry@townsquaremedia.com","tipus-email":"","inquiries-email":"","advertising-contact":"Frank Malambri","advertising-email":"frank.malambri@townsquaremedia.com","gm-contact":"Mike Grimsley","gm-email":"mike.grimsley@townsquaremedia.com","programming-director-contact":"CJ Clements","programming-director-email":"cj@999ktdy.com","digital-managing-editor-contact":"Dave Landry","digital-managing-editor-email":"dave.landry@townsquaremedia.com","digital-sales-manager-contact":"","digital-sales-manager-email":"","mobile-app-feedback-email":"ask.999ktdy@townsquaredigital.com","mobile-app-media-submission-email":"media.submit.999ktdy@townsquaredigital.com","public-record-administrator-name":"Nicole Patin","public-record-administrator-email":"nicole.patin@townsquaremedia.com","fcc-online-public-file-url":"https://publicfiles.fcc.gov/fm-profile/ktdy","feedbackurl":"http://999ktdy.com/help/","biz-list-url":"http://1079ishot.com/lafayette-featured-business-listings/","amazon_affiliate":"","yieldmo_placement":"","jwplayer":"","twitter_handle":"999ktdy","youtube_handle":"999KTDY","youtube_channel_id":"UChYH191K-g37iw755Cd6oHg","instagram_handle":"999ktdy","comscore-label":"PopCrush"},"_station_logos":{},"_station_settings":{"default_show_image":""},"_townsquare_user_registration_settings":{"registration-confirmation":"yes","use-short-form":"no","use-captcha":"yes","show-welcome":"yes","disable-registration":"no","javascript-links":"no","profile_language":{"registration":{"lightbox_title":"Sign up for the KTDY Winners Club","lightbox_message":"Sign up for an account to comment, share your thoughts, and enter to win great prizes","lightbox_button":"Registration","page_signup_title":"Registration","page_signup_message":"Sign up now for member rewards and benefits! Only your Display Name will be visible to the public.","page_signup_email_subscribe":"Sign me up for email notifications and newsletters!","page_email_confirm_title":"Please Confirm Your Registration.","page_email_confirm_title_error":"Error Confirming Your Registration.","page_email_confirm_message":"We just sent you an email with a confirmation link in it. Click the link and you'll be ready to start leaving comments for your favorite djs.","page_email_confirm_button":"Resend confirmation email."},"profile":{"edit_user_title":"Personal Information","edit_contact_title":"Contact Info","edit_contact_email_subscribe":"I want to receive emails from this radio station.","edit_contact_sms_subscribe":"I want to receive SMS text updates from this radio station."}},"requires-confirmation":"no"},"blogInfo":{"blogId":29,"blogName":"99.9 KTDY","blogDescription":"The Best of the 80s, 90s &amp; Today","postTitleFormat":"%post_title% ","timeZone":"America/Chicago","market":"Lafayette","activeDomain":"999ktdy.com","legalName":"99.9 KTDY"},"tsiMarkets":"Lafayette"},"globalBlogOptions":{"google_maps_default_api_key":"AIzaSyCcIkjOyxS9DtubyqzLX2Sbancl83fKon4","gtmSiteId":"GTM-K346HJZ","kruxSiteId":"rwjnisqy1","loyalty_title_29":"KTDY Winners Club","kruxEnabled":true,"oipEnabled":true},"headers":{"title":[{"textContent":"Help Children Affected By Hurricane Harvey With Operation Kelly's Kids"}],"meta":[{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}},{"attrs":{"charset":"UTF-8"}},{"attrs":{"name":"description","content":"Operation Kelly's Kids was formed to provide toys to children of all ages who lost everything to Hurricane Harvey."}},{"attrs":{"name":"keywords","content":"hurricane harvey, flood, operation kellys kids"}},{"attrs":{"property":"fb:app_id","content":"129530163786305"}},{"attrs":{"property":"fb:admins","content":"1141488271"}},{"attrs":{"property":"fb:admins","content":"583052867"}},{"attrs":{"property":"fb:admins","content":"100002025987268"}},{"attrs":{"property":"fb:admins","content":"732998853"}},{"attrs":{"property":"og:title","content":"Help Children Affected By Hurricane Harvey With Operation Kelly's Kids"}},{"attrs":{"property":"og:description","content":"Operation Kelly's Kids was formed to provide toys to children of all ages who lost everything to Hurricane Harvey."}},{"attrs":{"property":"og:url","content":"http://999ktdy.com/help-children-affected-by-hurricane-harvey-with-operation-kellys-kids/"}},{"attrs":{"property":"og:site_name","content":"99.9 KTDY"}},{"attrs":{"property":"og:type","content":"blog"}},{"attrs":{"property":"og:image","content":"http://929thelake.com/files/2017/09/GettyImages-842000102.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":"@999ktdy"}},{"attrs":{"name":"sailthru.description","content":"Operation Kelly's Kids was formed to provide toys to children of all ages who lost everything to Hurricane Harvey."}},{"attrs":{"name":"sailthru.date","content":"2017-09-21 23:41:23"}},{"attrs":{"name":"sailthru.title","content":"Help Children Affected By Hurricane Harvey With Operation Kelly’s Kids"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-ktdy, tsmmarket-lafayette, tsmtype-local, hurricane-harvey, goodtoknow, local-news, news"}},{"attrs":{"name":"sailthru.author","content":"cclements"}},{"attrs":{"name":"sailthru.image.full","content":"http://929thelake.com/files/2017/09/GettyImages-842000102.jpg"}},{"attrs":{"name":"sailthru.image.thumb","content":"http://929thelake.com/files/2017/09/GettyImages-842000102.jpg"}},{"attrs":{"property":"fb:pages","content":"80888829286"}},{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}}],"link":[{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://999ktdy.com/files/2011/02/favicon.ico"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"99.9 KTDY » Feed","href":"http://999ktdy.com/feed/"}},{"attrs":{"rel":"profile","href":"http://gmpg.org/xfn/11"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"99.9 KTDY » Help Children Affected By Hurricane Harvey With Operation Kelly’s Kids Comments Feed","href":"http://999ktdy.com/help-children-affected-by-hurricane-harvey-with-operation-kellys-kids/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://999ktdy.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"Grocery Stores Are Leaving Plastic Water Bottles In The Sun, Is That Safe?","href":"http://999ktdy.com/grocery-stores-are-leaving-plastic-water-bottles-in-the-sun-is-that-safe/"}},{"attrs":{"rel":"shortlink","href":"http://999ktdy.com/?p=447764"}},{"attrs":{"rel":"canonical","href":"http://999ktdy.com/help-children-affected-by-hurricane-harvey-with-operation-kellys-kids/"}}],"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":true,"enableSharethrough":true,"enableAppNexusWrapper":true,"sharethroughKey":"","sharethroughArticleKey":"ofMLLcQF912TBesco9hteLWY","enableOpenx":false,"enableKiosked":true,"enableKioskedMobile":false,"enableSonobi":false,"enableYieldbot":"101f"},"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":["goodtoknow","local-news","news"],"tags":["hurricane-harvey"],"id":"help-children-affected-by-hurricane-harvey-with-operation-kellys-kids","author":"cclements","kw":["cclements","help-children-affected-by-hurricane-harvey-with-operation-kellys-kids","goodtoknow","local-news","news","hurricane-harvey","pagetype-post"],"genre":["pop","classic-hits"],"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":"c1da6133eef7ff6db9a60a3b63573b51f774d900"},"activeDomain":"999ktdy.com","authLoginFormNonce":"c9658f4fb4","authRegFormNonce":"7b749df5c3","ga":{"ids":{"primary":"UA-1801792-2","secondary":["UA-19109753-1","UA-1801792-13","UA-28825804-1","UA-45260060-4"],"all":["UA-1801792-2","UA-19109753-1","UA-1801792-13","UA-28825804-1","UA-45260060-4"]}},"tsmStatic":{"revision":"4911d95e0898b139b595eb65188214cf422adc5b"},"isGallery":false,"userRegistrationSettings":{"disable-registration":"no"},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":447764,"postAuthor":163,"postDate":"2017-09-22T04:41:23.000Z","postDateGmt":"2017-09-22T04:41:23.000Z","postTitle":"Help Children Affected By Hurricane Harvey With Operation Kelly's Kids","postExcerpt":"Operation Kelly's Kids was formed to provide toys to children of all ages who lost everything to Hurricane Harvey. ","postStatus":"publish","commentStatus":"open","postPassword":"","postName":"help-children-affected-by-hurricane-harvey-with-operation-kellys-kids","toPing":"","pinged":"","postModified":"2017-09-22T04:41:23.000Z","postModifiedGmt":"2017-09-22T04:41:23.000Z","postContentFiltered":"","postParent":0,"guid":"http://999ktdy.com/?p=447764","menuOrder":0,"postType":"post","postMimeType":"","commentCount":0,"postDateGmtStr":"2017-09-22 04:41:23.000+0000","postModifiedGmtStr":"2017-09-22 04:41:23.000+0000","meta":{}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"Help Children Affected By Hurricane Harvey With Operation Kelly&#8217;s Kids ","next":{"latest":[{"postId":446960,"documentUrl":"/oil-gas-industry-stepping-up-along-the-gulf-coast-in-wake-of-harvey/","filterUrl":"/rest/carbon/filter/main/oil-gas-industry-stepping-up-along-the-gulf-coast-in-wake-of-harvey/","sortDate":"2017-09-14 12:33:00.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":446743,"documentUrl":"/george-strait-hand-in-hand-benefit-all-star-medley/","filterUrl":"/rest/carbon/filter/main/george-strait-hand-in-hand-benefit-all-star-medley/","sortDate":"2017-09-12 20:08:49.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":446190,"documentUrl":"/harvey-and-irma-happily-married-for-75-years/","filterUrl":"/rest/carbon/filter/main/harvey-and-irma-happily-married-for-75-years/","sortDate":"2017-09-07 17:58:10.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":446073,"documentUrl":"/george-strait-talks-about-upcoming-harvey-benefit-concert-video/","filterUrl":"/rest/carbon/filter/main/george-strait-talks-about-upcoming-harvey-benefit-concert-video/","sortDate":"2017-09-06 14:15:14.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445989,"documentUrl":"/service-chevrolet-cadillac-wants-to-fillthetruckup-for-harvey-relief/","filterUrl":"/rest/carbon/filter/main/service-chevrolet-cadillac-wants-to-fillthetruckup-for-harvey-relief/","sortDate":"2017-09-05 17:18:32.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445972,"documentUrl":"/ragin-cajuns-football-fundraiser-to-aid-student-victims-of-harvey/","filterUrl":"/rest/carbon/filter/main/ragin-cajuns-football-fundraiser-to-aid-student-victims-of-harvey/","sortDate":"2017-09-05 16:02:56.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445858,"documentUrl":"/to-people-whove-lost-everything-its-a-lot-more-than-stuff/","filterUrl":"/rest/carbon/filter/main/to-people-whove-lost-everything-its-a-lot-more-than-stuff/","sortDate":"2017-09-04 16:35:28.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445268,"documentUrl":"/mother-goes-off-on-cnn-reporter/","filterUrl":"/rest/carbon/filter/main/mother-goes-off-on-cnn-reporter/","sortDate":"2017-09-02 02:00:51.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445674,"documentUrl":"/road-closures-in-texas-and-louisiana-updated-in-real-time/","filterUrl":"/rest/carbon/filter/main/road-closures-in-texas-and-louisiana-updated-in-real-time/","sortDate":"2017-09-01 13:20:25.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445647,"documentUrl":"/fire-ants-houston-flood-water/","filterUrl":"/rest/carbon/filter/main/fire-ants-houston-flood-water/","sortDate":"2017-09-01 09:31:06.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"}],"taxonomy":[{"postId":446960,"documentUrl":"/oil-gas-industry-stepping-up-along-the-gulf-coast-in-wake-of-harvey/","filterUrl":"/rest/carbon/filter/main/oil-gas-industry-stepping-up-along-the-gulf-coast-in-wake-of-harvey/","sortDate":"2017-09-14 12:33:00.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":446743,"documentUrl":"/george-strait-hand-in-hand-benefit-all-star-medley/","filterUrl":"/rest/carbon/filter/main/george-strait-hand-in-hand-benefit-all-star-medley/","sortDate":"2017-09-12 20:08:49.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":446190,"documentUrl":"/harvey-and-irma-happily-married-for-75-years/","filterUrl":"/rest/carbon/filter/main/harvey-and-irma-happily-married-for-75-years/","sortDate":"2017-09-07 17:58:10.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":446073,"documentUrl":"/george-strait-talks-about-upcoming-harvey-benefit-concert-video/","filterUrl":"/rest/carbon/filter/main/george-strait-talks-about-upcoming-harvey-benefit-concert-video/","sortDate":"2017-09-06 14:15:14.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445989,"documentUrl":"/service-chevrolet-cadillac-wants-to-fillthetruckup-for-harvey-relief/","filterUrl":"/rest/carbon/filter/main/service-chevrolet-cadillac-wants-to-fillthetruckup-for-harvey-relief/","sortDate":"2017-09-05 17:18:32.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445972,"documentUrl":"/ragin-cajuns-football-fundraiser-to-aid-student-victims-of-harvey/","filterUrl":"/rest/carbon/filter/main/ragin-cajuns-football-fundraiser-to-aid-student-victims-of-harvey/","sortDate":"2017-09-05 16:02:56.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445858,"documentUrl":"/to-people-whove-lost-everything-its-a-lot-more-than-stuff/","filterUrl":"/rest/carbon/filter/main/to-people-whove-lost-everything-its-a-lot-more-than-stuff/","sortDate":"2017-09-04 16:35:28.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445268,"documentUrl":"/mother-goes-off-on-cnn-reporter/","filterUrl":"/rest/carbon/filter/main/mother-goes-off-on-cnn-reporter/","sortDate":"2017-09-02 02:00:51.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445674,"documentUrl":"/road-closures-in-texas-and-louisiana-updated-in-real-time/","filterUrl":"/rest/carbon/filter/main/road-closures-in-texas-and-louisiana-updated-in-real-time/","sortDate":"2017-09-01 13:20:25.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445647,"documentUrl":"/fire-ants-houston-flood-water/","filterUrl":"/rest/carbon/filter/main/fire-ants-houston-flood-water/","sortDate":"2017-09-01 09:31:06.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"}]},"cadata":{"activeDomain":"999ktdy.com","blogId":29,"method":"get_single","postId":447764,"postType":"post","postDateGmt":"2017-09-22 04:41:23.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-5","widget_listen_live-152","now-playing-115","widget_onair-126"],"widgetDetails":{"promotion-5":{"widgetInfo":{"id":"promotion-5","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"5"},"widgetParams":{"title":"The Best Variety of the '80s, '90s and Today","type":"single","subtype":"","widgetTime":4}},"widget_listen_live-152":{"widgetInfo":{"id":"widget_listen_live-152","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"152"},"widgetParams":{"title":"Listen Now","widgetTime":4}},"now-playing-115":{"widgetInfo":{"id":"now-playing-115","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"115"},"widgetParams":{"title":"Recently Played","widgetTime":4}},"widget_onair-126":{"widgetInfo":{"id":"widget_onair-126","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"126"},"widgetParams":{"title":"On Air","widgetTime":6}}}},"carbonsidebar/single":{"widgets":["carbonwidget/single-1"],"widgetDetails":{"carbonwidget/single-1":{"widgetInfo":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"widgetParams":{"mainAuthor":{"id":163,"slug":"cclements","name":"CJ","first_name":"CJ","last_name":"Clements","nickname":"cj","url":"http://999ktdy.com/author/cclements/","description":"I received my first record player when I was 2-years-old and knew right then that music would be a big part of my life. My mom would turn on the radio every morning before she'd put on the coffee.  Today, with all my blessings including 2 wonderful children and a successful morning show, I still wake up each morning to hear the music.  Radio is the only job I ever wanted, never has anything else ever crossed my mind.  In February of 2016 my daughter was diagnosed with leukemia.  She is now in remission but the battle continues.  Her strength and attitude motivate me everyday of my life.  She is our family's hero.","thumbnail":"http://999ktdy.com/files/2017/06/KTDY-CJ.jpg"},"firstCategoryName":"Good To Know","postType":"post","postTitle":"Help Children Affected By Hurricane Harvey With Operation Kelly&#8217;s Kids","widgetTime":13}}}},"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":2}},"carbonwidget/dynamic-ad-custom":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-custom","widgetTime":2}},"carbonwidget/dynamic-ad-header":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-header","widgetTime":2}},"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":["ts_blogroll-7","widget_third_party_content-2","widget_third_party_content-3"],"widgetDetails":{"ts_blogroll-7":{"widgetInfo":{"id":"ts_blogroll-7","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"7"},"widgetParams":{"title":"Best of KTDY","type":"main_content_thumb_title_roll","cat":"48","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","sponsor":{"time_start":"","time_end":"","background_image":"","sponsor_image":"http://999ktdy.com/files/2015/05/158164-widget.png","sponsor_image_mobile":"","background_color":"","background_repeat":"no-repeat","sponsor_name":"","sponsor_link":"http://www.courtesyvalue.com/finance-application/"}}},"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":1}},"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":1}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["fix_sidebar_marker-120","ts_blogroll-1583","fix_sidebar_marker-123","google-ads-widget-1038","tsq_sailthru_newsletter_widget-975","ts_blogroll-1584"],"widgetDetails":{"fix_sidebar_marker-120":{"widgetInfo":{"id":"fix_sidebar_marker-120","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"120"},"widgetParams":{"title":"Fix Sidebar Marker","widgetTime":1}},"ts_blogroll-1583":{"widgetInfo":{"id":"ts_blogroll-1583","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1583"},"widgetParams":{"title":"Featured","type":"carousel","isweather":"1","cat":"","posts_per_page":"7","align":"right","tag":"featured","private_tag":"","thumb_type":"landscape","link_label":"","link":"","unique_posts":0,"show_thumb":0,"alternate_data":0,"pinned_id":"","pinned_label":""}},"fix_sidebar_marker-123":{"widgetInfo":{"id":"fix_sidebar_marker-123","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"123"}},"google-ads-widget-1038":{"widgetInfo":{"id":"google-ads-widget-1038","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"1038"},"widgetParams":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":1}},"tsq_sailthru_newsletter_widget-975":{"widgetInfo":{"id":"tsq_sailthru_newsletter_widget-975","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"975"},"widgetParams":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["KTDY Newsletter"],"widgetTime":1}},"ts_blogroll-1584":{"widgetInfo":{"id":"ts_blogroll-1584","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1584"},"widgetParams":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":"3","cat":"","tag":"","private_tag":"","thumb_type":"landscape","link_label":"","link":"","unique_posts":"1","align":"default","show_thumb":0,"alternate_data":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-5":{"info":{"id":"promotion-5","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"5"},"params":{"title":"The Best Variety of the '80s, '90s and Today","type":"single","subtype":"","widgetTime":4},"data":[0],"dataDetails":{"0":{"image":"","description":"","link_url":"","link_label":"","link_target":"_self"}}},"widget_listen_live-152":{"info":{"id":"widget_listen_live-152","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"152"},"params":{"title":"Listen Now","widgetTime":4},"data":[199465],"dataDetails":{"199465":{"postId":199465,"title":"Listen Now","label":"Click to view the latest song playing on air.","url":"/listen-live/","mobileId":"18061","playerMode":"radio","sid":"3179","callsign":"KTDYFM","woMobileId":"5072","woStreamId":"3628","activePlayer":"wo","listenLivePageUrl":"http://player.streamtheworld.com/_players/townsquaremedia/runspotv3/?sid=3179&redirect=http://player.listenlive.co/18061","html5ScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/html5/stwplayer.php?callsign=KTDYFM&primaryColor=0x00bfff&playermode=radio&sid=3179&width=630","flashScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/stwplayer.php?callsign=KTDYFM&primaryColor=0x00bfff&playermode=radio&timeshift=false&radiopup=true&playerAdState=0&popout=false&width=630","wo_player_url":"http://v6.player.abacast.net/5072","wo_recent_api_url":"http://api.nowplaying.abacast.net/prt/nowplaying/2/10/3628/nowplaying.json","wo_preroll_url":"http://api.clarity.abacast.com/gateway/getmediavast.php?sid=3628/","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"now-playing-115":{"info":{"id":"now-playing-115","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"115"},"params":{"title":"Recently Played","widgetTime":4},"data":[199465],"dataDetails":{"199465":{"postId":199465,"mobileId":"18061","playerMode":"radio","sid":"3179","callsign":"KTDYFM","woStreamId":"3628","activePlayer":"wo","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"widget_onair-126":{"info":{"id":"widget_onair-126","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"126"},"params":{"title":"On Air","widgetTime":6},"data":["879"],"dataDetails":{"879":{"id":"879","url":"http://999ktdy.com/show/your-weekend-with-jim-brickman/","title":"Your Weekend with Jim Brickman","wall":"http://999ktdy.com/show/your-weekend-with-jim-brickman/","posts":"http://999ktdy.com/show/your-weekend-with-jim-brickman/posts","mail":"","phone":"","thumbnailId":880,"thumbnail":"http://999ktdy.com/files/2010/10/JimKymsm.jpg","authors":[{"id":3947689,"user_nicename":"jimbrickmanktdy","display_name":"Jim Brickman"}]}}},"carbonwidget/single-1":{"info":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"params":{"mainAuthor":{"id":163,"slug":"cclements","name":"CJ","first_name":"CJ","last_name":"Clements","nickname":"cj","url":"http://999ktdy.com/author/cclements/","description":"I received my first record player when I was 2-years-old and knew right then that music would be a big part of my life. My mom would turn on the radio every morning before she'd put on the coffee.  Today, with all my blessings including 2 wonderful children and a successful morning show, I still wake up each morning to hear the music.  Radio is the only job I ever wanted, never has anything else ever crossed my mind.  In February of 2016 my daughter was diagnosed with leukemia.  She is now in remission but the battle continues.  Her strength and attitude motivate me everyday of my life.  She is our family's hero.","thumbnail":"http://999ktdy.com/files/2017/06/KTDY-CJ.jpg"},"firstCategoryName":"Good To Know","postType":"post","postTitle":"Help Children Affected By Hurricane Harvey With Operation Kelly&#8217;s Kids","widgetTime":13},"data":[447764],"dataDetails":{"447764":{"thumbnail":"http://929thelake.com/files/2017/09/GettyImages-842000102.jpg","caption":"Getty Images","excerpt":"Operation Kelly's Kids was formed to provide toys to children of all ages who lost everything to Hurricane Harvey. ","date":"September 21, 2017 11:41 PM","postDateGmt":"2017-09-22 04:41:23 +0000","postModifiedGmt":"2017-09-22 04:41:23 +0000","title":"Help Children Affected By Hurricane Harvey With Operation Kelly&#8217;s Kids","url":"http://999ktdy.com/help-children-affected-by-hurricane-harvey-with-operation-kellys-kids/","id":447764,"contentRaw":"[caption id=\"attachment_445857\" align=\"aligncenter\" width=\"3000\"]<img class=\"size-full wp-image-445857\" src=\"http://929thelake.com/files/2017/09/GettyImages-842000102.jpg\" alt=\"Houston Area Begins Slow Recovery From Catastrophic Harvey Storm Damage\" width=\"3000\" height=\"2000\" /> Getty Images[/caption]\r\n\r\nOperation Kelly's Kids was formed to provide toys to children of all ages who lost everything to Hurricane Harvey.\r\n\r\nOperation Kelly's Kids is asking for toys for new or 'like new' toys, and believe that a toy can mean a smile, a memory, or just a brief moment of happiness for children who lost all of their own toys along with their other possessions to flooding caused by Hurricane Harvey.\r\n\r\nThere are a variety of drop - off points to make donating convenient:\r\n\r\nLAFAYETTE:\r\n\r\nColwell Banker Pelican Real Estate: 806 E. St. Mary Blvd. Lafayette, LA 70503\r\n\r\nHome Furniture: 1351 Surrey Street Lafayette, LA 70501\r\n\r\nHome Furniture: 5700 Johnston Street Lafayette, LA 70503\r\n\r\nHome Furniture Distribution Center: 909 W. Pont Des Mouton Lafayette, LA 70507\r\n\r\nCoccolare Spa: 331 Doucet Road Lafayette, LA 70503\r\n\r\nMichelle Naquin: Allstate Insurance: 2009 Ambassador Caffery Pwky Lafayette, LA 70506\r\n\r\nPhysiques Elite: 2505 Verot School Road Lafayette ,LA 70508\r\n\r\nYOUNGSVILLE:\r\n\r\nThe Natural Path: 100 Sabal Palms Row Ste. 2 Youngsville, LA\r\n\r\nBROUSSARD:\r\n\r\nGarber-Seaux Real Estate: 443 Garber Road Broussard, LA 70518\r\n\r\nThose who wish to purchase toys online can send them to this address: P.O. Box 572 Lafayette, LA 70508","content":"\n<figure id=\"attachment_445857\" class=\"content-post-image aligncenter\"><span class=\"image-frame\"><noscript><img src=\"http://929thelake.com/files/2017/09/GettyImages-842000102.jpg\"></noscript>\n<img class=\"size-full wp-image-445857 lazy\" src=\"//s3.amazonaws.com/tsm-images/global/1x1.gif\" alt=\"Houston Area Begins Slow Recovery From Catastrophic Harvey Storm Damage\" data-width=\"3000\" data-height=\"2000\" data-type=\"post\" datasrc=\"http://929thelake.com/files/2017/09/GettyImages-842000102.jpg\"></span><figcaption>Getty Images</figcaption></figure><p>Operation Kelly’s Kids was formed to provide toys to children of all ages who lost everything to Hurricane Harvey.</p>\n<p>Operation Kelly’s Kids is asking for toys for new or ‘like new’ toys, and believe that a toy can mean a smile, a memory, or just a brief moment of happiness for children who lost all of their own toys along with their other possessions to flooding caused by Hurricane Harvey.</p>\n<p>There are a variety of drop – off points to make donating convenient:</p>\n<p>LAFAYETTE:</p>\n<p>Colwell Banker Pelican Real Estate: 806 E. St. Mary Blvd. Lafayette, LA 70503</p>\n<p>Home Furniture: 1351 Surrey Street Lafayette, LA 70501</p>\n<p>Home Furniture: 5700 Johnston Street Lafayette, LA 70503</p>\n<p>Home Furniture Distribution Center: 909 W. Pont Des Mouton Lafayette, LA 70507</p>\n<p>Coccolare Spa: 331 Doucet Road Lafayette, LA 70503</p>\n<p>Michelle Naquin: Allstate Insurance: 2009 Ambassador Caffery Pwky Lafayette, LA 70506</p>\n<p>Physiques Elite: 2505 Verot School Road Lafayette ,LA 70508</p>\n<p>YOUNGSVILLE:</p>\n<p>The Natural Path: 100 Sabal Palms Row Ste. 2 Youngsville, LA</p>\n<p>BROUSSARD:</p>\n<p>Garber-Seaux Real Estate: 443 Garber Road Broussard, LA 70518</p>\n<p>Those who wish to purchase toys online can send them to this address: P.O. Box 572 Lafayette, LA 70508</p>\n","postType":"post","wpVersion":"1","alternateMetaForBlogroll":{"title":"Help Children Affected By Hurricane Harvey With Operation Kelly&#8217;s Kids","excerpt":"Operation Kelly's Kids was formed to provide toys to children of all ages who lost everything to Hurricane Harvey. ","post_excerpt":"Operation Kelly's Kids was formed to provide toys to children of all ages who lost everything to Hurricane Harvey. ","post_more_excerpt":"<p>Operation Kelly's Kids was formed to provide toys to children of all ages who lost everything to Hurricane Harvey.\n<p class=\"more_act\"><a href=\"http://999ktdy.com/help-children-affected-by-hurricane-harvey-with-operation-kellys-kids/\" title=\"Help Children Affected By Hurricane Harvey With Operation Kelly&#8217;s Kids\">Read More</a></p>\n","permalink":"http://999ktdy.com/help-children-affected-by-hurricane-harvey-with-operation-kellys-kids/","image":{"id":445857,"url":"http://929thelake.com/files/2017/09/GettyImages-842000102.jpg","caption":"Getty Images"}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":false},"tags":[{"id":5710,"slug":"hurricane-harvey","title":"hurricane harvey","description":"","post_count":101,"link_url":"http://999ktdy.com/tags/hurricane-harvey/","feed_url":"http://999ktdy.com/tags/hurricane-harvey/feed/","term_taxonomy_id":5588,"object_id":0}],"categories":[{"id":207,"slug":"goodtoknow","title":"Good To Know","description":"","parent":0,"post_count":5521,"link_url":"http://999ktdy.com/category/goodtoknow/","feed_url":"http://999ktdy.com/category/goodtoknow/feed/","term_taxonomy_id":209,"object_id":0},{"id":47,"slug":"local-news","title":"Lafayette News","description":"","parent":0,"post_count":5538,"link_url":"http://999ktdy.com/category/local-news/","feed_url":"http://999ktdy.com/category/local-news/feed/","term_taxonomy_id":47,"object_id":0},{"id":1484,"slug":"news","title":"News","description":"","parent":47,"post_count":6741,"link_url":"http://999ktdy.com/category/local-news/news/","feed_url":"http://999ktdy.com/category/local-news/news/feed/","term_taxonomy_id":1487,"object_id":0}],"authors":[{"id":163,"slug":"cclements","name":"CJ","first_name":"CJ","last_name":"Clements","nickname":"cj","url":"http://999ktdy.com/author/cclements/","description":"I received my first record player when I was 2-years-old and knew right then that music would be a big part of my life. My mom would turn on the radio every morning before she'd put on the coffee.  Today, with all my blessings including 2 wonderful children and a successful morning show, I still wake up each morning to hear the music.  Radio is the only job I ever wanted, never has anything else ever crossed my mind.  In February of 2016 my daughter was diagnosed with leukemia.  She is now in remission but the battle continues.  Her strength and attitude motivate me everyday of my life.  She is our family's hero.","thumbnail":"http://999ktdy.com/files/2017/06/KTDY-CJ.jpg"}],"post_more_meta":{"meta":""},"social":{"tw":{"href":"http://twitter.com/intent/tweet?text=Help%20Children%20Affected%20By%20Hurricane%20Harvey%20With%20Operation%20Kelly%E2%80%99s%20Kids%20http%3A%2F%2F999ktdy.com%2Fhelp-children-affected-by-hurricane-harvey-with-operation-kellys-kids%2F%3Ftrackback%3Dtwitter_mobile%20%40999ktdy","title":"Share on Twitter","target":"_blank"},"fb":{"href":"http://www.facebook.com/sharer.php?u=http%3A%2F%2F999ktdy.com%2Fhelp-children-affected-by-hurricane-harvey-with-operation-kellys-kids%2F%3Ftrackback%3Dfbshare_mobile","title":"Share on Facebook","target":"_blank"},"email":null,"pinterest":null,"print":null,"is_article":true},"nextArticle":"http://999ktdy.com/grocery-stores-are-leaving-plastic-water-bottles-in-the-sun-is-that-safe/","prevArticle":null,"pageUrl":"/help-children-affected-by-hurricane-harvey-with-operation-kellys-kids/","blogId":29,"domain":"999ktdy.com","crossPostAttributionBottom":"","rawContent":"<section class=\"module\" contenteditable=\"false\" type=\"image\" attr-id=\"445857\" attr-caption=\" Getty Images\" attr-align=\"center\" attr-width=\"3000\" attr-height=\"2000\" attr-url=\"http://929thelake.com/files/2017/09/GettyImages-842000102.jpg\"></section>\n<p>Operation Kelly's Kids was formed to provide toys to children of all ages who lost everything to Hurricane Harvey.</p>\n<p>Operation Kelly's Kids is asking for toys for new or 'like new' toys, and believe that a toy can mean a smile, a memory, or just a brief moment of happiness for children who lost all of their own toys along with their other possessions to flooding caused by Hurricane Harvey.</p>\n<p>There are a variety of drop - off points to make donating convenient:</p>\n<p>LAFAYETTE:</p>\n<p>Colwell Banker Pelican Real Estate: 806 E. St. Mary Blvd. Lafayette, LA 70503</p>\n<p>Home Furniture: 1351 Surrey Street Lafayette, LA 70501</p>\n<p>Home Furniture: 5700 Johnston Street Lafayette, LA 70503</p>\n<p>Home Furniture Distribution Center: 909 W. Pont Des Mouton Lafayette, LA 70507</p>\n<p>Coccolare Spa: 331 Doucet Road Lafayette, LA 70503</p>\n<p>Michelle Naquin: Allstate Insurance: 2009 Ambassador Caffery Pwky Lafayette, LA 70506</p>\n<p>Physiques Elite: 2505 Verot School Road Lafayette ,LA 70508</p>\n<p>YOUNGSVILLE:</p>\n<p>The Natural Path: 100 Sabal Palms Row Ste. 2 Youngsville, LA</p>\n<p>BROUSSARD:</p>\n<p>Garber-Seaux Real Estate: 443 Garber Road Broussard, LA 70518</p>\n<p>Those who wish to purchase toys online can send them to this address: P.O. Box 572 Lafayette, LA 70508</p>\n","podContent":[{"type":"singlePostText","data":{"text":"<p>Operation Kelly&apos;s Kids was formed to provide toys to children of all ages who lost everything to Hurricane Harvey.</p>\n"},"currentTextLength":120,"runningCounter":1,"cumulativePodTextLength":120,"totalSimilarConsecutiveElements":16,"totalTextLength":1208},{"type":"singlePostText","data":{"text":"<p>Operation Kelly&apos;s Kids is asking for toys for new or &apos;like new&apos; toys, and believe that a toy can mean a smile, a memory, or just a brief moment of happiness for children who lost all of their own toys along with their other possessions to flooding caused by Hurricane Harvey.</p>\n"},"currentTextLength":291,"runningCounter":2,"cumulativePodTextLength":411,"totalSimilarConsecutiveElements":16,"totalTextLength":1208},{"type":"singlePostText","data":{"text":"<p>There are a variety of drop - off points to make donating convenient:</p>\n"},"currentTextLength":70,"runningCounter":3,"cumulativePodTextLength":481,"totalSimilarConsecutiveElements":16,"totalTextLength":1208},{"type":"singlePostShareThrough","data":{}},{"type":"singlePostText","data":{"text":"<p>LAFAYETTE:</p>\n"},"currentTextLength":11,"runningCounter":4,"cumulativePodTextLength":492,"totalSimilarConsecutiveElements":16,"totalTextLength":1208},{"type":"singlePostText","data":{"text":"<p>Colwell Banker Pelican Real Estate: 806 E. St. Mary Blvd. Lafayette, LA 70503</p>\n"},"currentTextLength":78,"runningCounter":5,"cumulativePodTextLength":570,"totalSimilarConsecutiveElements":16,"totalTextLength":1208},{"type":"singlePostText","data":{"text":"<p>Home Furniture: 1351 Surrey Street Lafayette, LA 70501</p>\n"},"currentTextLength":55,"runningCounter":6,"cumulativePodTextLength":625,"totalSimilarConsecutiveElements":16,"totalTextLength":1208},{"type":"singlePostText","data":{"text":"<p>Home Furniture: 5700 Johnston Street Lafayette, LA 70503</p>\n"},"currentTextLength":57,"runningCounter":7,"cumulativePodTextLength":682,"totalSimilarConsecutiveElements":16,"totalTextLength":1208},{"type":"singlePostText","data":{"text":"<p>Home Furniture Distribution Center: 909 W. Pont Des Mouton Lafayette, LA 70507</p>\n"},"currentTextLength":79,"runningCounter":8,"cumulativePodTextLength":761,"totalSimilarConsecutiveElements":16,"totalTextLength":1208},{"type":"singlePostText","data":{"text":"<p>Coccolare Spa: 331 Doucet Road Lafayette, LA 70503</p>\n"},"currentTextLength":51,"runningCounter":9,"cumulativePodTextLength":812,"totalSimilarConsecutiveElements":16,"totalTextLength":1208},{"type":"singlePostText","data":{"text":"<p>Michelle Naquin: Allstate Insurance: 2009 Ambassador Caffery Pwky Lafayette, LA 70506</p>\n"},"currentTextLength":86,"runningCounter":10,"cumulativePodTextLength":898,"totalSimilarConsecutiveElements":16,"totalTextLength":1208},{"type":"singlePostText","data":{"text":"<p>Physiques Elite: 2505 Verot School Road Lafayette ,LA 70508</p>\n"},"currentTextLength":60,"runningCounter":11,"cumulativePodTextLength":958,"totalSimilarConsecutiveElements":16,"totalTextLength":1208},{"type":"singlePostText","data":{"text":"<p>YOUNGSVILLE:</p>\n"},"currentTextLength":13,"runningCounter":12,"cumulativePodTextLength":971,"totalSimilarConsecutiveElements":16,"totalTextLength":1208},{"type":"singlePostText","data":{"text":"<p>The Natural Path: 100 Sabal Palms Row Ste. 2 Youngsville, LA</p>\n"},"currentTextLength":61,"runningCounter":13,"cumulativePodTextLength":1032,"totalSimilarConsecutiveElements":16,"totalTextLength":1208},{"type":"singlePostText","data":{"text":"<p>BROUSSARD:</p>\n"},"currentTextLength":11,"runningCounter":14,"cumulativePodTextLength":1043,"totalSimilarConsecutiveElements":16,"totalTextLength":1208},{"type":"singlePostText","data":{"text":"<p>Garber-Seaux Real Estate: 443 Garber Road Broussard, LA 70518</p>\n"},"currentTextLength":62,"runningCounter":15,"cumulativePodTextLength":1105,"totalSimilarConsecutiveElements":16,"totalTextLength":1208},{"type":"singlePostText","data":{"text":"<p>Those who wish to purchase toys online can send them to this address: P.O. Box 572 Lafayette, LA 70508</p>\n"},"currentTextLength":103,"runningCounter":16,"cumulativePodTextLength":1208,"totalSimilarConsecutiveElements":16,"totalTextLength":1208}],"uniquePodTypes":["singlePostImage","singlePostText"],"podHeader":[{"type":"singlePostImage","data":{"id":445857,"caption":"Getty Images","align":"center","width":3000,"height":2000,"url":"http://929thelake.com/files/2017/09/GettyImages-842000102.jpg"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"next":{"latest":[{"postId":446960,"documentUrl":"/oil-gas-industry-stepping-up-along-the-gulf-coast-in-wake-of-harvey/","filterUrl":"/rest/carbon/filter/main/oil-gas-industry-stepping-up-along-the-gulf-coast-in-wake-of-harvey/","sortDate":"2017-09-14 12:33:00.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":446743,"documentUrl":"/george-strait-hand-in-hand-benefit-all-star-medley/","filterUrl":"/rest/carbon/filter/main/george-strait-hand-in-hand-benefit-all-star-medley/","sortDate":"2017-09-12 20:08:49.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":446190,"documentUrl":"/harvey-and-irma-happily-married-for-75-years/","filterUrl":"/rest/carbon/filter/main/harvey-and-irma-happily-married-for-75-years/","sortDate":"2017-09-07 17:58:10.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":446073,"documentUrl":"/george-strait-talks-about-upcoming-harvey-benefit-concert-video/","filterUrl":"/rest/carbon/filter/main/george-strait-talks-about-upcoming-harvey-benefit-concert-video/","sortDate":"2017-09-06 14:15:14.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445989,"documentUrl":"/service-chevrolet-cadillac-wants-to-fillthetruckup-for-harvey-relief/","filterUrl":"/rest/carbon/filter/main/service-chevrolet-cadillac-wants-to-fillthetruckup-for-harvey-relief/","sortDate":"2017-09-05 17:18:32.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445972,"documentUrl":"/ragin-cajuns-football-fundraiser-to-aid-student-victims-of-harvey/","filterUrl":"/rest/carbon/filter/main/ragin-cajuns-football-fundraiser-to-aid-student-victims-of-harvey/","sortDate":"2017-09-05 16:02:56.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445858,"documentUrl":"/to-people-whove-lost-everything-its-a-lot-more-than-stuff/","filterUrl":"/rest/carbon/filter/main/to-people-whove-lost-everything-its-a-lot-more-than-stuff/","sortDate":"2017-09-04 16:35:28.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445268,"documentUrl":"/mother-goes-off-on-cnn-reporter/","filterUrl":"/rest/carbon/filter/main/mother-goes-off-on-cnn-reporter/","sortDate":"2017-09-02 02:00:51.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445674,"documentUrl":"/road-closures-in-texas-and-louisiana-updated-in-real-time/","filterUrl":"/rest/carbon/filter/main/road-closures-in-texas-and-louisiana-updated-in-real-time/","sortDate":"2017-09-01 13:20:25.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445647,"documentUrl":"/fire-ants-houston-flood-water/","filterUrl":"/rest/carbon/filter/main/fire-ants-houston-flood-water/","sortDate":"2017-09-01 09:31:06.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"}],"taxonomy":[{"postId":446960,"documentUrl":"/oil-gas-industry-stepping-up-along-the-gulf-coast-in-wake-of-harvey/","filterUrl":"/rest/carbon/filter/main/oil-gas-industry-stepping-up-along-the-gulf-coast-in-wake-of-harvey/","sortDate":"2017-09-14 12:33:00.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":446743,"documentUrl":"/george-strait-hand-in-hand-benefit-all-star-medley/","filterUrl":"/rest/carbon/filter/main/george-strait-hand-in-hand-benefit-all-star-medley/","sortDate":"2017-09-12 20:08:49.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":446190,"documentUrl":"/harvey-and-irma-happily-married-for-75-years/","filterUrl":"/rest/carbon/filter/main/harvey-and-irma-happily-married-for-75-years/","sortDate":"2017-09-07 17:58:10.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":446073,"documentUrl":"/george-strait-talks-about-upcoming-harvey-benefit-concert-video/","filterUrl":"/rest/carbon/filter/main/george-strait-talks-about-upcoming-harvey-benefit-concert-video/","sortDate":"2017-09-06 14:15:14.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445989,"documentUrl":"/service-chevrolet-cadillac-wants-to-fillthetruckup-for-harvey-relief/","filterUrl":"/rest/carbon/filter/main/service-chevrolet-cadillac-wants-to-fillthetruckup-for-harvey-relief/","sortDate":"2017-09-05 17:18:32.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445972,"documentUrl":"/ragin-cajuns-football-fundraiser-to-aid-student-victims-of-harvey/","filterUrl":"/rest/carbon/filter/main/ragin-cajuns-football-fundraiser-to-aid-student-victims-of-harvey/","sortDate":"2017-09-05 16:02:56.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445858,"documentUrl":"/to-people-whove-lost-everything-its-a-lot-more-than-stuff/","filterUrl":"/rest/carbon/filter/main/to-people-whove-lost-everything-its-a-lot-more-than-stuff/","sortDate":"2017-09-04 16:35:28.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445268,"documentUrl":"/mother-goes-off-on-cnn-reporter/","filterUrl":"/rest/carbon/filter/main/mother-goes-off-on-cnn-reporter/","sortDate":"2017-09-02 02:00:51.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445674,"documentUrl":"/road-closures-in-texas-and-louisiana-updated-in-real-time/","filterUrl":"/rest/carbon/filter/main/road-closures-in-texas-and-louisiana-updated-in-real-time/","sortDate":"2017-09-01 13:20:25.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"},{"postId":445647,"documentUrl":"/fire-ants-houston-flood-water/","filterUrl":"/rest/carbon/filter/main/fire-ants-houston-flood-water/","sortDate":"2017-09-01 09:31:06.000 +0000","termTaxonomyId":5588,"taxonomyType":"tags"}]}}}},"carbonwidget/top-728x90":{"info":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"top-728x90","widgetTime":2},"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":2},"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":2},"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"}}},"ts_blogroll-7":{"info":{"id":"ts_blogroll-7","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"7"},"params":{"title":"Best of KTDY","type":"main_content_thumb_title_roll","cat":"48","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","sponsor":{"time_start":"","time_end":"","background_image":"","sponsor_image":"http://999ktdy.com/files/2015/05/158164-widget.png","sponsor_image_mobile":"","background_color":"","background_repeat":"no-repeat","sponsor_name":"","sponsor_link":"http://www.courtesyvalue.com/finance-application/"},"widgetTime":2,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[465089,465059,465057,465063],"dataDetails":{"465057":{"postid":"465057","sortdate":"2018-02-16T20:33:50.000Z","data":{"mainData":{"postType":"post","caption":" David Paul Morris/Getty Images","thumbnail":"http://973thedawg.com/files/2018/02/GettyImages-106494770.jpg","postDateGmt":"2018-02-16 20:33:50 +0000","title":"Big Changes Coming to McDonald&apos;s Happy Meals","url":"http://999ktdy.com/big-changes-coming-to-mcdonalds-happy-meals/","id":465057,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Healthier choices are coming to the popular Happy Meals at McDonald&apos;s. ","authors":[{"id":136,"slug":"scrist","name":"Stephanie Crist","first_name":"Stephanie","last_name":"Crist","nickname":"stephanie","thumbnail":"http://973thedawg.com/files/2017/06/Dawg-Steph-white.jpg","url":"http://999ktdy.com/author/scrist/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Big Changes Coming to McDonald&apos;s Happy Meals","dynamic-lead-title":"","dynamic-lead-excerpt":"Healthier choices are coming to the popular Happy Meals at McDonald&apos;s. ","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"465059":{"postid":"465059","sortdate":"2018-02-16T21:06:32.000Z","data":{"mainData":{"postType":"post","caption":"Staff Photo","thumbnail":"http://973thedawg.com/files/2016/11/Handcuffs-KPEL-300x236.jpg","postDateGmt":"2018-02-16 21:06:32 +0000","title":"Student Arrested For Allegedly Lying About Bringing Gun To School","url":"http://999ktdy.com/11-year-old-student-arrested-for-allegedly-lying-about-bringing-gun-to-st-mary-elementary-school/","id":465059,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"An 11-year-old student was arrested Friday morning for allegedly lying about bringing a gun to Raintree Elementary School in St. Mary Parish. ","authors":[{"id":167,"slug":"bcomeaux","name":"Brandon Comeaux","first_name":"Brandon","last_name":"Comeaux","nickname":"bcomeaux","thumbnail":"http://kpel965.com/files/2017/06/KPEL-Brandon.png","url":"http://999ktdy.com/author/bcomeaux/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Student Arrested For Allegedly Lying About Bringing Gun To School","dynamic-lead-title":"","dynamic-lead-excerpt":"An 11-year-old student was arrested Friday morning for allegedly lying about bringing a gun to Raintree Elementary School in St. Mary Parish. ","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"465063":{"postid":"465063","sortdate":"2018-02-16T18:04:10.000Z","data":{"mainData":{"postType":"post","caption":"Marvel","thumbnail":"http://screencrush.com/files/2017/10/black-panther-tchalla.jpg","postDateGmt":"2018-02-16 18:04:10 +0000","title":"&lsquo;Black Panther&CloseCurlyQuote; Thursday Preview Box Office Tops &lsquo;Civil War&CloseCurlyQuote;","url":"http://999ktdy.com/black-panther-thursday-opening-box-office-tops-civil-war-and-deadpool-with-25-2-million/","id":465063,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Ryan Coogler&#x2019;s &#x2018;Black Panther&#x2019; is already breaking records, topping both &#x2018;Captain America: Civil War&#x2019; and &#x2018;Deadpool&#x2019; with its Thursday night opening.","authors":[{"id":2537163,"slug":"erinwhitney","name":"E. Oliver Whitney","first_name":"E. Oliver","last_name":"Whitney","nickname":"erinwhitney","thumbnail":"http://screencrush.com/files/2017/05/it-me1.png","url":"http://999ktdy.com/author/erinwhitney/"}],"video":false,"videoUrl":"https://www.youtube.com/watch?v=BV9dDRLn7a8","youtubeId":"BV9dDRLn7a8"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=BV9dDRLn7a8","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"&lsquo;Black Panther&CloseCurlyQuote; Thursday Preview Box Office Tops &lsquo;Civil War&CloseCurlyQuote;","dynamic-lead-title":"","dynamic-lead-excerpt":"Ryan Coogler&CloseCurlyQuote;s &lsquo;Black Panther&CloseCurlyQuote; is already breaking records, topping both &lsquo;Captain America: Civil War&CloseCurlyQuote; and &lsquo;Deadpool&CloseCurlyQuote; with its Thursday night opening.","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"465089":{"postid":"465089","sortdate":"2018-02-17T15:00:17.000Z","data":{"mainData":{"postType":"post","caption":"Demi Lovato via Vevo","thumbnail":"http://popcrush.com/files/2018/02/demi-lovato.jpg","postDateGmt":"2018-02-17 15:00:17 +0000","title":"Demi Lovato&#8217;s Acoustic Rendition of &#8216;Tell Me You Love Me&#8217; Is a Stunning Display of Emotive Vocals (VIDEO)","url":"http://999ktdy.com/demi-lovatos-acoustic-rendition-of-tell-me-you-love-me-is-a-stunning-display-of-emotive-vocals-video/","id":465089,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Watch as Demi Lovato strips down the gorgeous title track off her new album, &apos;Tell Me You Love Me.&apos;","authors":[{"id":2470894,"slug":"ericarussell","name":"Erica Russell","first_name":"Erica","last_name":"Russell","nickname":"ericarussell","thumbnail":"http://popcrush.com/files/2017/02/12779003_10153562779617901_5216588432870915847_o.jpg","url":"http://999ktdy.com/author/ericarussell/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=m4-sL1r9i1I","youtubeId":"m4-sL1r9i1I"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=m4-sL1r9i1I","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-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":1},"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":1},"data":[],"dataDetails":{}},"fix_sidebar_marker-120":{"info":{"id":"fix_sidebar_marker-120","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"120"},"params":{"title":"Fix Sidebar Marker","widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-1583":{"info":{"id":"ts_blogroll-1583","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1583"},"params":{"title":"Featured","type":"carousel","isweather":"1","cat":"","posts_per_page":"7","align":"right","tag":"featured","private_tag":"","thumb_type":"landscape","link_label":"","link":"","unique_posts":0,"show_thumb":0,"alternate_data":0,"pinned_id":"","pinned_label":"","widgetTime":2,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[465129,464807,464470,463580,463036],"dataDetails":{"463036":{"postid":"463036","sortdate":"2018-02-01T02:07:45.000Z","data":{"mainData":{"postType":"post","caption":"","thumbnail":"http://999ktdy.com/files/2018/01/IMG_3352.jpg","postDateGmt":"2018-02-01 02:07:45 +0000","title":"Win The KTDY Office Lunch From Imonelli!","url":"http://999ktdy.com/win-the-ktdy-office-lunch-from-imonelli/","id":463036,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Did you know Imonelli is open for lunch? Some say it&apos;s the best business lunch in town! You can enjoy their delicious Italian cuisine, steaks and seafood on us...","authors":[{"id":75,"slug":"swiley","name":"Steve Wiley","first_name":"Steve","last_name":"Wiley","nickname":"steve","thumbnail":"http://999ktdy.com/files/2017/06/KTDY-Steve.jpg","url":"http://999ktdy.com/author/swiley/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Win The KTDY Office Lunch From Imonelli!","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Win The KTDY Office Lunch From Imonelli!"}}},"463580":{"postid":"463580","sortdate":"2018-02-06T13:47:05.000Z","data":{"mainData":{"postType":"post","caption":"Kristian Dowling/Getty Images","thumbnail":"http://999ktdy.com/files/2018/02/GettyImages-56040152.jpg","postDateGmt":"2018-02-06 13:47:05 +0000","title":"Wineaux a Geaux Geaux with Debbie Ray and Bernadette Lee","url":"http://999ktdy.com/wineaux-a-geaux-geaux-with-debbie-ray-and-bernadette-lee/","id":463580,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Join Debbie Ray and Bernie for a fun 3 day, 2 night trip to tour and taste at the best Louisiana wineries, and a special &apos;Steel Magnolias&apos; tour!","authors":[{"id":55,"slug":"dray","name":"Debbie Ray","first_name":"Debbie","last_name":"Ray","nickname":"Debbie Ray","thumbnail":"http://999ktdy.com/files/2017/06/KTDY-Debbie-.jpg","url":"http://999ktdy.com/author/dray/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Wineaux a Geaux Geaux with Debbie Ray and Bernadette Lee"}}},"464470":{"postid":"464470","sortdate":"2018-02-13T00:08:16.000Z","data":{"mainData":{"postType":"post","caption":"Live Nation","thumbnail":"http://999ktdy.com/files/2018/02/Justin-Timberlake-1.png","postDateGmt":"2018-02-13 00:08:16 +0000","title":"Justin Timberlake Live In NOLA","url":"http://999ktdy.com/win-tickets-to-see-justin-timberlake-live-in-new-orleans/","id":464470,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Listen To CJ And Debbie Ray To Win","authors":[{"id":163,"slug":"cclements","name":"CJ","first_name":"CJ","last_name":"Clements","nickname":"cj","url":"http://999ktdy.com/author/cclements/","thumbnail":"http://999ktdy.com/files/2017/06/KTDY-CJ.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Justin Timberlake Live In NOLA","dynamic-lead-excerpt":"Listen To CJ And Debbie Ray To Win","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Win Tickets To See Justin Timberlake Live In New Orleans"}}},"464807":{"postid":"464807","sortdate":"2018-02-15T13:30:16.000Z","data":{"mainData":{"postType":"post","caption":"Photo by Ken Romero","thumbnail":"http://973thedawg.com/files/2017/03/Patty-in-the-Parc.jpg","postDateGmt":"2018-02-15 13:30:16 +0000","title":"Patty In The Parc 2018","url":"http://999ktdy.com/patty-in-the-parc-2018/","id":464807,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"The band lineup has been announced for Patty in the Parc!","authors":[{"id":6,"slug":"dig65","name":"Townsquare Media","first_name":"Townsquare","last_name":"Media","nickname":"Townsquare Media","thumbnail":"http://kissfm969.com/files/2015/11/Townsquare-Media2.jpg","url":"http://999ktdy.com/author/dig65/"}],"video":true,"videoUrl":"https://youtu.be/ah5gAkna3jI","youtubeId":"ah5gAkna3jI"},"alternateData":{"_townsquare_media_url":"https://youtu.be/ah5gAkna3jI","dynamic-lead-title":"Patty In The Parc 2018","dynamic-lead-excerpt":"The band lineup has been announced for Patty in the Parc!","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Patty In The Parc 2018"}}},"465129":{"postid":"465129","sortdate":"2018-02-18T02:47:55.000Z","data":{"mainData":{"postType":"post","caption":"Townsquare Media, Staff Photo","thumbnail":"http://999ktdy.com/files/2018/02/CJ-For-Message-Of-The-Day11.png","postDateGmt":"2018-02-18 02:47:55 +0000","title":"CJ Message Of The Day [February 17, 2018]","url":"http://999ktdy.com/cj-message-of-the-day-february-17-2018/","id":465129,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"How To Be Happier","authors":[{"id":163,"slug":"cclements","name":"CJ","first_name":"CJ","last_name":"Clements","nickname":"cj","url":"http://999ktdy.com/author/cclements/","thumbnail":"http://999ktdy.com/files/2017/06/KTDY-CJ.jpg"}],"video":true,"videoUrl":"https://youtu.be/8t2mNKM7UXo","youtubeId":"8t2mNKM7UXo"},"alternateData":{"_townsquare_media_url":"https://youtu.be/8t2mNKM7UXo","dynamic-lead-title":"CJ Message Of The Day [February 17, 2018]","dynamic-lead-excerpt":"How To Be Happier","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","_aioseop_title":"CJ Message Of The Day [February 17, 2018]","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}}},"redisCached":true},"fix_sidebar_marker-123":{"info":{"id":"fix_sidebar_marker-123","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"123"},"params":{"widgetTime":1},"data":[],"dataDetails":{}},"google-ads-widget-1038":{"info":{"id":"google-ads-widget-1038","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"1038"},"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-975":{"info":{"id":"tsq_sailthru_newsletter_widget-975","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"975"},"params":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["KTDY Newsletter"],"widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-1584":{"info":{"id":"ts_blogroll-1584","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1584"},"params":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":"3","cat":"","tag":"","private_tag":"","thumb_type":"landscape","link_label":"","link":"","unique_posts":"1","align":"default","show_thumb":0,"alternate_data":0,"isweather":0,"widgetTime":2,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[465135,465134,465067],"dataDetails":{"465067":{"postid":"465067","sortdate":"2018-02-18T07:00:01.000Z","data":{"mainData":{"postType":"post","caption":"Neilson Barnard, Getty Images","thumbnail":"http://popcrush.com/files/2018/02/chelsea-handler-weed-farm.jpg","postDateGmt":"2018-02-18 07:00:01 +0000","title":"Chelsea Handler Is Starting Her Own Weed Line","url":"http://999ktdy.com/chelsea-handler-is-starting-her-own-line-of-weed-in-case-you-were-curious/","id":465067,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"The 42-year-old &apos;Chelsea&apos; star considers the project an act of &apos;due diligence.&apos;","authors":[{"id":2328189,"slug":"parisclose","name":"Paris Close","first_name":"Paris","last_name":"Close","nickname":"parisclose","thumbnail":"http://popcrush.com/files/2017/10/paris-close.png","url":"http://999ktdy.com/author/parisclose/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Chelsea Handler Is Starting Her Own Weed Line","dynamic-lead-title":"","dynamic-lead-excerpt":"&apos;Weed is fun again and in controlled doses. I&CloseCurlyQuote;m into it big time.&apos;","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"465134":{"postid":"465134","sortdate":"2018-02-18T08:00:34.000Z","data":{"mainData":{"postType":"post","caption":"Jayne Kamin-Oncea, Getty Images","thumbnail":"http://popcrush.com/files/2018/02/jamie-foxx.jpg","postDateGmt":"2018-02-18 08:00:34 +0000","title":"Don&apos;t Ask Jamie Foxx About Katie Holmes","url":"http://999ktdy.com/watch-jamie-foxx-walk-off-during-live-interview-after-being-asked-about-katie-holmes/","id":465134,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Jamie Foxx isn&apos;t here for your questions about Katie Holmes.","authors":[{"id":3443868,"slug":"nickmojica","name":"Nick Mojica","first_name":"Nick","last_name":"Mojica","nickname":"nickmojica","thumbnail":"http://www.xxlmag.com/files/2017/10/4fdf242b-cb27-413f-84ab-1da5dc5f7e19.jpg","url":"http://999ktdy.com/author/nickmojica/"}]},"alternateData":{"dynamic-lead-title":"","dynamic-lead-excerpt":"Jamie Foxx walked off a live interview after he was asked about Katie Holmes.","dynamic-lead-link-url":"","dynamic-lead-image":"","_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Don&apos;t Ask Jamie Foxx About Katie Holmes"}}},"465135":{"postid":"465135","sortdate":"2018-02-18T09:00:09.000Z","data":{"mainData":{"postType":"post","caption":"Marvel","thumbnail":"http://screencrush.com/files/2018/01/black-panther.jpg","postDateGmt":"2018-02-18 09:00:09 +0000","title":"Black Panther: All the Easter Eggs and Secrets","url":"http://999ktdy.com/black-panther-every-easter-egg-and-secret/","id":465135,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Go even deeper into the latest Marvel movie with a video full of all the hidden callbacks, secrets, comic-book homages, and Easter eggs.","authors":[{"id":607977,"slug":"screencrushstaff","name":"ScreenCrush Staff","first_name":"ScreenCrush","last_name":"Staff","nickname":"screencrushstaff","thumbnail":"http://screencrush.com/files/2017/05/Screen-Shot-2017-05-26-at-9.43.58-AM.png","url":"http://999ktdy.com/author/screencrushstaff/"}],"video":false,"videoUrl":"https://youtu.be/K_oXMx76w_I","youtubeId":"K_oXMx76w_I"},"alternateData":{"_townsquare_media_url":"https://youtu.be/K_oXMx76w_I","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Black Panther: All the Easter Eggs and Secrets","dynamic-lead-title":"","dynamic-lead-excerpt":"Go even deeper into the latest Marvel movie with a video full of all the hidden callbacks, secrets, comic-book homages, and Easter eggs.","dynamic-lead-link-url":"","dynamic-lead-image":""}}}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":2},"data":[],"dataDetails":{},"redisCached":true},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":1},"data":["1",{"2":["2.1","2.2","2.3","2.4","2.5","2.6","2.7","2.8"]},{"3":["3.1","3.2","3.3"]},"4",{"5":["5.1","5.2"]},{"6":["6.1","6.2","6.3","6.4"]},"7",{"8":["8.1","8.2","8.3"]},{"9":["9.1","9.2","9.3","9.4","9.5","9.6","9.7","9.8","9.9"]}],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":8,"title":"Home","titleExcerpt":"Home","href":"/","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":594,"title":"On Air","titleExcerpt":"On Air","href":"/djs/","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":20550,"title":"Listen","titleExcerpt":"Listen","href":"/listen-live","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":20552,"title":"Playlist","titleExcerpt":"Playlist","href":"/playlist/","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":596,"title":"Events","titleExcerpt":"Events","href":"","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":2532,"title":"Winners Club","titleExcerpt":"Winners Club","href":"/vip","samedomain":true,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":309562,"title":"Win Stuff","titleExcerpt":"Win Stuff","href":"/contests/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/","hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":598,"title":"Contact","titleExcerpt":"Contact","href":"/contact-us","samedomain":true,"hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":41983,"title":"Experts","titleExcerpt":"Experts","href":"/local-experts","samedomain":true,"hasBlogroll":false}},"2.1":{"menuId":"2.1","attrs":{"menuPostId":20554,"title":"ALL DJs","titleExcerpt":"ALL DJs","href":"/djs","samedomain":true,"hasBlogroll":false}},"2.2":{"menuId":"2.2","attrs":{"menuPostId":593,"title":"Schedule","titleExcerpt":"Schedule","href":"/shows/","samedomain":true,"hasBlogroll":false}},"2.3":{"menuId":"2.3","attrs":{"menuPostId":58728,"title":"CJ","titleExcerpt":"CJ","href":"/author/cclements/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/cclements/","hasBlogroll":false}},"2.4":{"menuId":"2.4","attrs":{"menuPostId":58729,"title":"Debbie Ray","titleExcerpt":"Debbie Ray","href":"/author/dray/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/dray/","hasBlogroll":false}},"2.5":{"menuId":"2.5","attrs":{"menuPostId":58730,"title":"Steve Wiley","titleExcerpt":"Steve Wiley","href":"/author/swiley/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/swiley/","hasBlogroll":false}},"2.6":{"menuId":"2.6","attrs":{"menuPostId":58731,"title":"Jaycee","titleExcerpt":"Jaycee","href":"/author/jfalcon/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/jfalcon/","hasBlogroll":false}},"2.7":{"menuId":"2.7","attrs":{"menuPostId":463955,"title":"Delilah","titleExcerpt":"Delilah","href":"/show/delilah-at-night/","samedomain":true,"menupath":"/rest/carbon/api/menu/show/delilah-at-night/","hasBlogroll":false}},"2.8":{"menuId":"2.8","attrs":{"menuPostId":464064,"title":"Jim Brickman","titleExcerpt":"Jim Brickman","href":"/show/your-weekend-with-jim-brickman/","samedomain":true,"menupath":"/rest/carbon/api/menu/show/your-weekend-with-jim-brickman/","hasBlogroll":false}},"3.1":{"menuId":"3.1","attrs":{"menuPostId":20551,"title":"Listen Live","titleExcerpt":"Listen Live","href":"/listen-live/","samedomain":true,"hasBlogroll":false}},"3.2":{"menuId":"3.2","attrs":{"menuPostId":448298,"title":"Listen on Alexa Devices","titleExcerpt":"Listen on Alexa Devices","href":"/alexa","samedomain":true,"hasBlogroll":false}},"3.3":{"menuId":"3.3","attrs":{"menuPostId":11444,"title":"KTDY Mobile App","titleExcerpt":"KTDY Mobile App","href":"/app","samedomain":true,"hasBlogroll":false}},"5.1":{"menuId":"5.1","attrs":{"menuPostId":20560,"title":"Full Calendar","titleExcerpt":"Full Calendar","href":"/events-lafayette","samedomain":true,"hasBlogroll":false}},"5.2":{"menuId":"5.2","attrs":{"menuPostId":208833,"title":"Submit an Event","titleExcerpt":"Submit an Event","href":"/events-lafayette/community/add/","samedomain":true,"hasBlogroll":false}},"6.1":{"menuId":"6.1","attrs":{"menuPostId":11036,"title":"Sign Up","titleExcerpt":"Sign Up","href":"/registration","samedomain":true,"hasBlogroll":false}},"6.2":{"menuId":"6.2","attrs":{"menuPostId":52833,"title":"Contests","titleExcerpt":"Contests","href":"/contests/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/","hasBlogroll":false}},"6.3":{"menuId":"6.3","attrs":{"menuPostId":427610,"title":"KTDY Contest Rules","titleExcerpt":"KTDY Contest Rules","href":"/contest-rules/","samedomain":true,"hasBlogroll":false}},"6.4":{"menuId":"6.4","attrs":{"menuPostId":338847,"title":"VIP Support","titleExcerpt":"VIP Support","href":"/help","samedomain":true,"hasBlogroll":false}},"8.1":{"menuId":"8.1","attrs":{"menuPostId":10888,"title":"Help & Contact Info","titleExcerpt":"Help & Contact Info","href":"/help","samedomain":true,"hasBlogroll":false}},"8.2":{"menuId":"8.2","attrs":{"menuPostId":20553,"title":"Send Feedback","titleExcerpt":"Send Feedback","href":"/contact-us","samedomain":true,"hasBlogroll":false}},"8.3":{"menuId":"8.3","attrs":{"menuPostId":464031,"title":"Advertise","titleExcerpt":"","href":"/advertise","samedomain":true,"hasBlogroll":false}},"9.1":{"menuId":"9.1","attrs":{"menuPostId":461910,"title":"Acadiana Garage Door","titleExcerpt":"","href":"/local-experts/acadiana-garage-door/","samedomain":true,"hasBlogroll":false}},"9.2":{"menuId":"9.2","attrs":{"menuPostId":333973,"title":"Acadian Total Security","titleExcerpt":"","href":"/local-experts/acadian-total-security/","samedomain":true,"hasBlogroll":false}},"9.3":{"menuId":"9.3","attrs":{"menuPostId":450063,"title":"Audio Video Innovators","titleExcerpt":"","href":"/local-experts/audio-video-innovators/","samedomain":true,"hasBlogroll":false}},"9.4":{"menuId":"9.4","attrs":{"menuPostId":450064,"title":"Eagle Pest Control and Chemical","titleExcerpt":"","href":"/local-experts/eagle-pest-control/","samedomain":true,"hasBlogroll":false}},"9.5":{"menuId":"9.5","attrs":{"menuPostId":394612,"title":"Mr Electric","titleExcerpt":"","href":"/local-experts/mr-electric/","samedomain":true,"hasBlogroll":false}},"9.6":{"menuId":"9.6","attrs":{"menuPostId":450061,"title":"National Foundation Repair","titleExcerpt":"","href":"/local-experts/national-foundation-repair/","samedomain":true,"hasBlogroll":false}},"9.7":{"menuId":"9.7","attrs":{"menuPostId":450065,"title":"Piggly Wiggly","titleExcerpt":"","href":"/local-experts/piggly-wiggly/","samedomain":true,"hasBlogroll":false}},"9.8":{"menuId":"9.8","attrs":{"menuPostId":450062,"title":"Theriot Family Dental Care","titleExcerpt":"","href":"/local-experts/theriot-family-dental-care/","samedomain":true,"hasBlogroll":false}},"9.9":{"menuId":"9.9","attrs":{"menuPostId":449267,"title":"Whispering Oaks Lodge","titleExcerpt":"","href":"/local-experts/whispering-oaks-lodge/","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/promo_links":{"info":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"},"params":{"widgetTime":1},"data":["1","2","3","4","5","6","7","8"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":71325,"title":"What's Hot:","titleExcerpt":"What's Hot:","href":"","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":425458,"title":"KTDY App","titleExcerpt":"KTDY App","href":"/app/","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":464875,"title":"Patty in the Parc","titleExcerpt":"Patty in the Parc","href":"/patty-in-the-parc-2018/","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":463272,"title":"$500 Survey Giveaway","titleExcerpt":"$500 Survey Giveaway","href":"/sponsored-listener-survey/","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":113882,"title":"Birthdays","titleExcerpt":"Birthdays","href":"/birthday-card-vip/","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":418449,"title":"Janet's Jokes","titleExcerpt":"Janet's Jokes","href":"/tags/mrs-janet/","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/mrs-janet/","hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":327488,"title":"Legal Authority","titleExcerpt":"Legal Authority","href":"/legal-authority","samedomain":true,"hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":315751,"title":"Contest Rules","titleExcerpt":"Contest Rules","href":"/contest-rules/","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/footer":{"info":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"},"params":{"widgetTime":1},"data":["comscore","1","2","3","4","5","6","7","8","9","10","11"],"dataDetails":{"1":{"menuId":"1","attrs":{"title":"EEO","href":"/eeo/"}},"2":{"menuId":"2","attrs":{"title":"Advertise","href":"/advertise/"}},"3":{"menuId":"3","attrs":{"title":"Public File","href":"/ktdy-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":"Lafayette Business Listings","href":"/lafayette-featured-business-listings/"}},"comscore":{"menuId":"comscore","attrs":{"title":"PopCrush Network"}}},"redisCached":true}},"data":{},"time":{"wpTime":124.195,"mainOptionsTime":4.093,"sidebarsTime":6.815,"widgetsTime":14.112,"processTime":149.305},"experimentGroup":"A"},"serverConfig":{"host":"999ktdy.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=3b9dbc3b07b0bef2c96b11376b1d9e6298d9a129"></script>
        </body>
      </html>