<!doctype html>
      <html class="single">
        <head>
          <title data-react-helmet="true">Shelter Donations Needed For Victims Of Hurricane Harvey - How You Can Help</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="instagram_profile" value="gator99.5"/><meta data-react-helmet="true" name="description" content="Donations and volunteers are needed to continue helping victims of Hurricane Harvey at the Lake Charles Civic Center and other shelters in the city."/><meta data-react-helmet="true" name="keywords" content="food, supplies, families, shelter, lake charles civic center, dick gremillion, catholic charities of swla, toiletries, baby items, cots, people,"/><meta data-react-helmet="true" property="fb:app_id" content="192742880749089"/><meta data-react-helmet="true" property="fb:admins" content="1332935411"/><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="Shelter Donations Needed For Victims Of Hurricane Harvey - How You Can Help"/><meta data-react-helmet="true" property="og:description" content="Donations and volunteers are needed to continue helping victims of Hurricane Harvey at the Lake Charles Civic Center and other shelters in the city."/><meta data-react-helmet="true" property="og:url" content="http://gator995.com/donations-needed-for-victims-of-hurricane-harvey-how-you-can-help/"/><meta data-react-helmet="true" property="og:site_name" content="GATOR 99.5"/><meta data-react-helmet="true" property="og:type" content="blog"/><meta data-react-helmet="true" property="og:image" content="http://107jamz.com/files/2017/08/Hurricane-Harvey-shelter-Joe-Raedle-via-Getty-Images.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="@gator995"/><meta data-react-helmet="true" name="sailthru.description" content="Donations and volunteers are needed to continue helping victims of Hurricane Harvey at the Lake Charles Civic Center and other shelters in the city."/><meta data-react-helmet="true" name="sailthru.date" content="2017-08-30 15:04:56"/><meta data-react-helmet="true" name="sailthru.title" content="Shelter Donations Needed For Victims Of Hurricane Harvey – How You Can Help"/><meta data-react-helmet="true" name="sailthru.tags" content="tsmsite-kngt, tsmmarket-lakecharles, tsmtype-local, donations, videos, best-of-lake-charles, entertainment-news, events, food, newsletter-2, lists, medical, news, opinion, local-news"/><meta data-react-helmet="true" name="sailthru.author" content="ginacool107jamz"/><meta data-react-helmet="true" name="sailthru.image.full" content="http://107jamz.com/files/2017/08/Hurricane-Harvey-shelter-Joe-Raedle-via-Getty-Images.jpg"/><meta data-react-helmet="true" name="sailthru.image.thumb" content="http://107jamz.com/files/2017/08/Hurricane-Harvey-shelter-Joe-Raedle-via-Getty-Images.jpg"/><meta data-react-helmet="true" property="fb:pages" content="110433679042"/><meta data-react-helmet="true" name="google-site-verification" content="WV-QeQPg2T0VJkReVI7lD9y44_8Yz-zc79GMZisaU8Q"/><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://gator995.com/files/2011/02/favicongator.ico"/><link data-react-helmet="true" rel="profile" href="http://gmpg.org/xfn/11"/><link data-react-helmet="true" rel="canonical" href="http://107jamz.com/donations-needed-for-victims-of-hurricane-harvey-how-you-can-help/"/>
          <link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic|Roboto:400,400italic,500,500italic,700,300italic,300|Roboto+Condensed:300,400,700" rel="stylesheet" type="text/css" />
          <link href="/styles/base.css?ver=82b4135bab9c2dc599baca830b345a05df70bfdf&mver=10" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "B";
          window.TSM.cadata = {"activeDomain":"gator995.com","blogId":149,"method":"get_single","postId":341022,"crosspostBlogId":"160","crosspostPostId":"400225","postType":"post","postDateGmt":"2017-08-30 20:04:56.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":"ginacool107jamz","dimension2":"videos,best-of-lake-charles,entertainment-news,events,food,newsletter-2,lists,medical,news,opinion,local-news","dimension3":"donations","dimension4":"post","dimension5":"Wed Aug 30 2017","dimension6":"15:015","dimension7":"standard","dimension8":"2118","dimension9":"B","dimension10":"no"};
ga( "create", {
          trackingId:"UA-19109567-1",
          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-19109567-1"};
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-19109567-6",
          name: "UA191095676",
          allowAnchor: false
        });
        ga( "UA191095676.require", "displayfeatures" );
        ga( "UA191095676.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA191095676" ] = {gaid:"UA-19109567-6"};
ga( "create", {
          trackingId:"UA-28825804-2",
          name: "UA288258042",
          allowAnchor: false
        });
        ga( "UA288258042.require", "displayfeatures" );
        ga( "UA288258042.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA288258042" ] = {gaid:"UA-28825804-2"};
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":"Shelter Donations Needed For Victims Of Hurricane Harvey - How You Can Help","callsign":"KNGTFM","market":"Lake Charles","sitetype":"Local","siteClassification":"","state":"LA","genre":{"0":"country"},"pageType":"post","tags":"donations","categories":"videos,best-of-lake-charles,entertainment-news,events,food,newsletter-2,lists,medical,news,opinion,local-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 class="kxct" data-id="rwjnisqy1" data-timing="async" data-version="3.0" type="text/javascript">
        window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);
        (function(){
          var k=document.createElement("script");k.type="text/javascript";k.async=true;
          k.src=(location.protocol==="https:"?"https:":"http:")+"//"+"cdn.krxd.net/controltag/rwjnisqy1.js";
          var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(k,s);
        }());
      </script><script type="text/javascript" src="//mtrx.go.sonobi.com/morpheus.townsquaremedia.local.1594.js"></script>
<script async="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=gator995.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", ["videos","best-of-lake-charles","entertainment-news","events","food","newsletter-2","lists","medical","news","opinion","local-news"] );
googletag.pubads().setTargeting( "tags", ["donations"] );
googletag.pubads().setTargeting( "id", "donations-needed-for-victims-of-hurricane-harvey-how-you-can-help" );
googletag.pubads().setTargeting( "author", "ginacool107jamz" );
googletag.pubads().setTargeting( "kw", ["ginacool107jamz","donations-needed-for-victims-of-hurricane-harvey-how-you-can-help","videos","best-of-lake-charles","entertainment-news","events","food","newsletter-2","lists","medical","news","opinion","local-news","donations","pagetype-post"] );
googletag.pubads().setTargeting( "genre", ["country"] );
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/Lake_charles/KNGT/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/Lake_charles/KNGT/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/Lake_charles/KNGT/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/Lake_charles/KNGT/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/Lake_charles/KNGT/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/Lake_charles/KNGT/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/Lake_charles/KNGT/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/Lake_charles/KNGT/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/Lake_charles/KNGT/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="-1310432560"><!-- 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="GATOR 99.5" title="GATOR 99.5" data-reactid="14"><img src="http://gator995.com/files/2017/12/kngtfm-logo.png" alt="GATOR 99.5" title="GATOR 99.5" 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-19" class="stationtagline-container showticker-item image-list-layout" data-reactid="21"><figure class="frameme img-tag thumb" data-reactid="22"><a class="theframe" data-image="http://gator995.com/files/2017/12/kngtfm-promo-header.png" href="#" rel="" title="" data-reactid="23"></a><div class="loadinganim showbox" id="0" data-reactid="24"><div class="loader" style="width:30px;height:30px;" data-reactid="25"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="26"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="27"></circle></svg></div></div></figure><div class="content" data-reactid="28"></div></div></div></div><a class="listen-live-cto cto" href="/listen-live/" data-reactid="29"><span class="icon-play2" data-reactid="30"></span><span class="cto-title" data-reactid="31">Listen Now</span></a><a class="sign-in-out" href="/#auth-start" title="" data-reactid="32"></a></div><nav id="site-menu" data-reactid="33"><div class="wrapper" data-reactid="34"><span class="icon-base icon-menu select-none" data-reactid="35"></span><ul class="links" data-reactid="36"><li class="hassub" data-reactid="37"><a href="/" data-reactid="38">Home</a></li><li class="hassub" data-reactid="39"><a href="/djs/" data-reactid="40">On-Air</a><ul class="links submenu" data-reactid="41"><li class="hassub" data-reactid="42"><a href="/djs" data-reactid="43">All DJs</a><ul class="links submenu" data-reactid="44"><li class="hassub" data-reactid="45"><a href="/author/mikesoileau/" data-reactid="46">Mike</a></li><li class="hassub" data-reactid="47"><a href="/author/tracywirtz" data-reactid="48">Tracy</a></li><li class="hassub" data-reactid="49"><a href="/author/rusconrad/" data-reactid="50">Buddy Russ</a></li><li class="hassub" data-reactid="51"><a href="/author/samalex" data-reactid="52">Sam Alex</a></li><li class="hassub" data-reactid="53"><a href="/author/kingsleykngt/" data-reactid="54">Bob Kingsley</a></li></ul></li><li class="hassub" data-reactid="55"><a href="/shows/" data-reactid="56">Schedule</a></li><li class="hassub" data-reactid="57"><a href="/classic-country-saturday-night/" data-reactid="58">Classic Country Saturday Night</a></li></ul></li><li class="hassub" data-reactid="59"><a href="/listen-live" data-reactid="60">Listen</a><ul class="links submenu" data-reactid="61"><li class="hassub" data-reactid="62"><a href="/app/" data-reactid="63">Grab the Gator 99.5 App</a></li><li class="hassub" data-reactid="64"><a href="/listen-live" data-reactid="65">Listen Live</a></li><li class="hassub" data-reactid="66"><a href="/listen-live/" data-reactid="67">Mobile</a></li></ul></li><li class="hassub" data-reactid="68"><a href="/playlist" data-reactid="69">Playlist</a></li><li class="hassub" data-reactid="70"><a href="/category/events/" data-reactid="71">Events</a></li><li class="hassub" data-reactid="72"><a href="/vip" data-reactid="73">Club</a><ul class="links submenu" data-reactid="74"><li class="hassub" data-reactid="75"><a href="/registration/" data-reactid="76">Sign Up</a></li><li class="hassub" data-reactid="77"><a href="/contests/" data-reactid="78">Contests</a></li><li class="hassub" data-reactid="79"><a href="/help/" data-reactid="80">Country Club Support</a></li></ul></li><li class="hassub" data-reactid="81"><a href="/vip/" data-reactid="82">Win Stuff</a></li><li class="hassub" data-reactid="83"><a href="/local-experts" data-reactid="84">Experts</a></li><li class="hassub" data-reactid="85"><a href="/help" data-reactid="86">Contact</a><ul class="links submenu" data-reactid="87"><li class="hassub" data-reactid="88"><a href="/help" data-reactid="89">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="90"><a href="/feedback" data-reactid="91">Send Feedback</a></li><li class="hassub" data-reactid="92"><a href="/advertise" data-reactid="93">Advertise</a></li><li class="hassub" data-reactid="94"><a href="/townsquare-media-lake-charles-job-openings/" data-reactid="95">Job Opportunities</a></li></ul></li><li class="hidden-menu hassub hide" data-reactid="96"><a class="more-icon" href="#" data-reactid="97">More</a><ul class="links submenu" data-reactid="98"><li class="hassub hide" data-reactid="99"><a href="/" data-reactid="100">Home</a></li><li class="hassub hide" data-reactid="101"><a href="/djs/" data-reactid="102">On-Air</a><ul class="links submenu" data-reactid="103"><li class="hassub" data-reactid="104"><a href="/djs" data-reactid="105">All DJs</a><ul class="links submenu" data-reactid="106"><li class="hassub" data-reactid="107"><a href="/author/mikesoileau/" data-reactid="108">Mike</a></li><li class="hassub" data-reactid="109"><a href="/author/tracywirtz" data-reactid="110">Tracy</a></li><li class="hassub" data-reactid="111"><a href="/author/rusconrad/" data-reactid="112">Buddy Russ</a></li><li class="hassub" data-reactid="113"><a href="/author/samalex" data-reactid="114">Sam Alex</a></li><li class="hassub" data-reactid="115"><a href="/author/kingsleykngt/" data-reactid="116">Bob Kingsley</a></li></ul></li><li class="hassub" data-reactid="117"><a href="/shows/" data-reactid="118">Schedule</a></li><li class="hassub" data-reactid="119"><a href="/classic-country-saturday-night/" data-reactid="120">Classic Country Saturday Night</a></li></ul></li><li class="hassub hide" data-reactid="121"><a href="/listen-live" data-reactid="122">Listen</a><ul class="links submenu" data-reactid="123"><li class="hassub" data-reactid="124"><a href="/app/" data-reactid="125">Grab the Gator 99.5 App</a></li><li class="hassub" data-reactid="126"><a href="/listen-live" data-reactid="127">Listen Live</a></li><li class="hassub" data-reactid="128"><a href="/listen-live/" data-reactid="129">Mobile</a></li></ul></li><li class="hassub hide" data-reactid="130"><a href="/playlist" data-reactid="131">Playlist</a></li><li class="hassub hide" data-reactid="132"><a href="/category/events/" data-reactid="133">Events</a></li><li class="hassub hide" data-reactid="134"><a href="/vip" data-reactid="135">Club</a><ul class="links submenu" data-reactid="136"><li class="hassub" data-reactid="137"><a href="/registration/" data-reactid="138">Sign Up</a></li><li class="hassub" data-reactid="139"><a href="/contests/" data-reactid="140">Contests</a></li><li class="hassub" data-reactid="141"><a href="/help/" data-reactid="142">Country Club Support</a></li></ul></li><li class="hassub hide" data-reactid="143"><a href="/vip/" data-reactid="144">Win Stuff</a></li><li class="hassub hide" data-reactid="145"><a href="/local-experts" data-reactid="146">Experts</a></li><li class="hassub hide" data-reactid="147"><a href="/help" data-reactid="148">Contact</a><ul class="links submenu" data-reactid="149"><li class="hassub" data-reactid="150"><a href="/help" data-reactid="151">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="152"><a href="/feedback" data-reactid="153">Send Feedback</a></li><li class="hassub" data-reactid="154"><a href="/advertise" data-reactid="155">Advertise</a></li><li class="hassub" data-reactid="156"><a href="/townsquare-media-lake-charles-job-openings/" data-reactid="157">Job Opportunities</a></li></ul></li></ul></li></ul><div class="site-menu-right" data-reactid="158"><ul class="social-links" data-reactid="159"><li class="social" data-reactid="160"><a class="share-link youtube" href="https://youtube.com/user/gator995" target="_blank" data-social="youtube" data-reactid="161"><span class="icon-base icon-youtube" data-reactid="162"></span></a></li><li class="social" data-reactid="163"><a class="share-link facebook" href="http://www.facebook.com/gator995fm" target="_blank" data-social="facebook" data-reactid="164"><span class="icon-base icon-facebook" data-reactid="165"></span></a></li><li class="social" data-reactid="166"><a class="share-link twitter" href="https://twitter.com/gator995" target="_blank" data-social="twitter" data-reactid="167"><span class="icon-base icon-twitter" data-reactid="168"></span></a></li><ul class="social-subscriptions" data-reactid="169"><li class="sub-instagram " data-reactid="170"><a href="https://www.instagram.com/gator99.5" target="_blank" data-reactid="171">INSTAGRAM</a></li><li class="share_link_small youtube sub-youtube" data-reactid="172"><span class="youtube-subscribe-button " data-reactid="173"></span></li><li class="sub-facebook" data-reactid="174"></li><li class="sub-twitter" data-reactid="175"></li></ul></ul><div id="search-form" class="" data-reactid="176"><div class="form-wrap" data-reactid="177"><form data-reactid="178"><input type="text" name="searchInput" value="" class="search-input" placeholder="Search" data-reactid="179"/><input type="submit" class="search-submit" disabled="" value="SEARCH" data-reactid="180"/></form></div><div class="icon-base icon-search" data-reactid="181"></div></div></div><div class="site-screen select-none" data-reactid="182"></div></div></nav></div><ul class="promo-links" data-reactid="183"><li data-reactid="184"><span data-reactid="185">What&#x27;s Hot:</span></li><li data-reactid="186"><a title="Grab the Gator 99.5 App" href="/app/" data-reactid="187">Grab the Gator 99.5 App</a></li><li data-reactid="188"><a title="Party with Brad Paisley" href="/contests/sweeps/party-with-brad-paisley/" data-reactid="189">Party with Brad Paisley</a></li><li data-reactid="190"><a title="SWLA Mardi Gras Events" href="/tags/mardi-gras-2018/" data-reactid="191">SWLA Mardi Gras Events</a></li><li data-reactid="192"><a title="Win Cool Stuff" href="/vip/" data-reactid="193">Win Cool Stuff</a></li><li data-reactid="194"><a title="Best of Lake Charles" href="/category/best-of-lake-charles" data-reactid="195">Best of Lake Charles</a></li><li data-reactid="196"><a title="Gator on YouTube" href="https://www.youtube.com/user/gator995" data-reactid="197">Gator on YouTube</a></li></ul></div><div class="tsm-ad tsm-ad-nav-970" data-reactid="198"><div id="tsm-ad-970a" data-reactid="199"><!-- dynamic ad --></div></div><div class="site-content clearfix" data-reactid="200"><div class="main-content" data-reactid="201"><div class="wrapper post-wrapper" data-reactid="202"><div class="post clearfix" data-reactid="203"><div class="entry" data-reactid="204"><article id="post-341022" data-location="/donations-needed-for-victims-of-hurricane-harvey-how-you-can-help/" data-index="0" data-reactid="205"><div class="page-header" data-reactid="206"><div class="content-header show-ui front" id="content-header-341022" data-reactid="207"><div class="internal-header outgrow  " style="max-height:0px;" data-reactid="208"></div><div class="content-header-header" data-reactid="209"><div class="react-parallax " data-reactid="210"><div class="react-parallax-background-children" data-bottom-top="transform:translate3d(0,-20%,0);" data-top-bottom="transform:translate3d(0,20%,0);" data-reactid="211"><figure class="frameme img-tag frame-loaded" data-reactid="212"><div class="theframe" data-image="http://107jamz.com/files/2017/08/Hurricane-Harvey-shelter-Joe-Raedle-via-Getty-Images.jpg" rel="" title="" style="background-image:url(&quot;http://107jamz.com/files/2017/08/Hurricane-Harvey-shelter-Joe-Raedle-via-Getty-Images.jpg?w=980&amp;q=75&quot;);" data-reactid="213"></div></figure></div><div class="react-parallax-content" data-reactid="214"><figure class="frameme img-tag" data-reactid="215"><div class="theframe" data-image="http://107jamz.com/files/2017/08/Hurricane-Harvey-shelter-Joe-Raedle-via-Getty-Images.jpg" rel="" title="" data-reactid="216"></div><div class="loadinganim showbox" id="0" data-reactid="217"><div class="loader" style="width:30px;height:30px;" data-reactid="218"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="219"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="220"></circle></svg></div></div></figure></div></div><div class="header" data-reactid="221"><section class="title " data-reactid="222"><h1 class="" data-reactid="223">Shelter Donations Needed For Victims Of Hurricane Harvey – How You Can Help</h1></section><div class="byline" data-reactid="224"><div class="authors" data-reactid="225"><address class="author" data-reactid="226"><div class="author-image icon-user" data-reactid="227"><figure class="frameme" data-reactid="228"><a class="theframe" data-image="http://107jamz.com/files/2014/07/Gina.jpg" href="http://gator995.com/author/ginacool107jamz/" rel="author" title="Gina Cook" data-reactid="229"></a><div class="loadinganim showbox" id="0" data-reactid="230"><div class="loader" style="width:30px;height:30px;" data-reactid="231"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="232"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="233"></circle></svg></div></div></figure></div><a class="author-name" href="http://gator995.com/author/ginacool107jamz/" rel="author" title="Gina Cook" data-reactid="234">Gina Cook</a></address></div><time datetime="2017-08-30 20:04:56 +0000" data-reactid="235">August 30, 2017</time></div><figcaption title="Hurricane Harvey shelter - Joe Raedle via Getty Images" data-reactid="236">Hurricane Harvey shelter - Joe Raedle via Getty Images</figcaption></div></div></div></div><div class="content-wrap" data-reactid="237"><div class="social-share bignsexy" data-reactid="238"><div class="social-bar social-icons" data-reactid="239"><ul data-reactid="240"><li data-reactid="241"><a href="http://twitter.com/intent/tweet?text=Shelter%20Donations%20Needed%20For%20Victims%20Of%20Hurricane%20Harvey%20%E2%80%93%20How%20You%20Can%20Help%20http%3A%2F%2Fgator995.com%2Fdonations-needed-for-victims-of-hurricane-harvey-how-you-can-help%2F%3Ftrackback%3Dtwitter_mobile%20%40gator995" title="Share on Twitter" target="_blank" data-reactid="242"><span class=" social-icon icon-twitter tw" data-reactid="243"><span class="share-title" data-reactid="244">Share on Twitter</span></span></a></li><li data-reactid="245"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fgator995.com%2Fdonations-needed-for-victims-of-hurricane-harvey-how-you-can-help%2F%3Ftrackback%3Dfbshare_mobile" title="Share on Facebook" target="_blank" data-reactid="246"><span class=" social-icon icon-facebook fb" data-reactid="247"><span class="share-title" data-reactid="248">Share on Facebook</span></span></a></li></ul></div></div><div class="content" data-reactid="249"><div class="pod-content" data-reactid="250"><p data-reactid="251"><!-- react-text: 252 -->For those of us who dodged the brunt of Hurricane Harvey all of us know someone, who wasn&#x27;t as lucky. Everywhere around us we see unspeakable devastation Harvey has left in it&#x27;s wake. Our neighbors in SE and East Texas, and here at home in SWLA are down and need our help. The City of Lake Charles opened the Lake Charles Civic Center and various charities are providing shelters in the area, working tirelessly to provide food, water, toiletries, medical assistance and safe accommodations for displaced families. <!-- /react-text --><iframe src="http://up.anv.bz/latest/anvload.html?key=eyJtIjoiTElOIiwidiI6IjE0NDY3NjciLCJhbnZhY2siOiJhbnZhdG9fbWNwX2xpbl93ZWJfcHJvZF80YzM2ZmJmZDRkOGQ4ZWNhZTY0ODg2NTZlMjFhYzZkMWFjOTcyNzQ5IiwicGx1Z2lucyI6eyJkZnAiOnsiY2xpZW50U2lkZSI6eyJhZFRhZ1VybCI6Imh0dHA6Ly9wdWJhZHMuZy5kb3VibGVjbGljay5uZXQvZ2FtcGFkL2Fkcz9zej0xeDEwMDAmaXU9LzU2NzgvbWcuS0xGWS9uZXdzL2xha2UtY2hhcmxlcy1wcmVwYXJlcy1mb3ItdHJvcGljYWwtc3Rvcm0taGFydmV5LWJ5LXByZXBhcmluZy1zaGVsdGVyLWluLWNpdHlzLWNpdmljLWNlbnRlci9kZXRhaWwmY2l1X3N6cz0zMDB4MjUwJmdkZnBfcmVxPTEmZW52PXZwJm91dHB1dD14bWxfdmFzdDImYWRfcnVsZT0xIn19LCJhbmFseXRpY3MiOnsicGRiIjoiOTQwNjU3NDciLCJzZXJ2ZXJVUkwiOiJodHRwOi8vYW5hbHl0aWNzLXYyLmFudmF0by5jb20vVmlkZW9BbmFseXRpY3Mvc3JjL3ZpZGVvX2xvZy5waHAifSwib21uaXR1cmUiOnsicHJvZmlsZSI6ImxpbiIsImFjY291bnQiOiJsaW50dmtsZnksZHBzZ2xvYmFsIiwidHJhY2tpbmdTZXJ2ZXIiOiJsaW50di4xMjIuMm83Lm5ldCIsInBhcmVudFBhZ2VVUkwiOiJodHRwOi8va2xmeS5jb20vMjAxNy8wOC8yOS9sYWtlLWNoYXJsZXMtcHJlcGFyZXMtZm9yLXRyb3BpY2FsLXN0b3JtLWhhcnZleS1ieS1wcmVwYXJpbmctc2hlbHRlci1pbi1jaXR5cy1jaXZpYy1jZW50ZXIvIiwicEluc3RhbmNlIjoicDAiLCJwbGF5ZXJOYW1lIjoiQW52YXRvVW5pdmVyc2FsUGxheWVyIn0sImdvb2dsZUFuYWx5dGljcyI6eyJ0cmFja2luZ0lkIjoiVUEtNTc0MTcwOTQtNyIsImNhdGVnb3J5IjoiQW52YXRvIFdlYiBQbGF5ZXIiLCJldmVudHMiOnsiVklERU9fQ09NUExFVEVEIjoiQ09NUExFVEUiLCJVU0VSX1BMQVkiOiJQTEFZIiwiVVNFUl9QQVVTRSI6IlBBVVNFIiwiVVNFUl9SRVNVTUUiOiJSRVNVTUUifX0sInJlYWxUaW1lQW5hbHl0aWNzIjp0cnVlfSwiaHRtbDUiOnRydWV9" width="630" height="420" frameborder="0" scrolling="no" data-reactid="253"></iframe><!-- react-text: 254 --> This is a huge undertaking from getting donations to those in need, to having an ample amount of volunteers to assist in the process. If you can make a <!-- /react-text --><a href="http://www.volunteerlouisiana.gov/disaster-services/how-to-help" target="_blank" data-reactid="255"><!-- react-text: 256 -->donation or volunteer<!-- /react-text --></a><!-- react-text: 257 -->, at and area shelter in Lake Charles or Calcasieu Parish, go to <!-- /react-text --><a href="http://www.volunteerlouisiana.gov/" target="_blank" data-reactid="258"><!-- react-text: 259 -->http://www.volunteerlouisiana.gov/<!-- /react-text --></a><!-- react-text: 260 --> for more information. If you need assistance call 211 or go to <!-- /react-text --><a href="http://www.louisiana211.org/" target="_blank" data-reactid="261"><!-- react-text: 262 -->louisiana211.org<!-- /react-text --></a><!-- react-text: 263 -->.<!-- /react-text --></p><p data-reactid="264"><!-- react-text: 265 -->Disaster supplies and volunteers are badly needed, as more and more people head to our local shelters. Monetary donations always help.  For more info on how to donate supplies to the Lake Charles Civic Center Shelter, call OHSEP Director <!-- /react-text --><a href="http://www.cppj.net/services/emergency-preparedness/dick-gremillion-director" target="_blank" data-reactid="266"><strong data-reactid="267"><!-- react-text: 268 -->Dick Gremillion<!-- /react-text --></strong></a><!-- react-text: 269 -->, at (337) 721-3800, or <!-- /react-text --><a href="mailto:ohsep@cppj.net" shape="rect" data-reactid="270"><!-- react-text: 271 -->ohsep@cppj.net<!-- /react-text --></a><!-- react-text: 272 -->.<!-- /react-text --></p><!-- react-empty: 273 --><p data-reactid="274"><strong data-reactid="275"><!-- react-text: 276 -->The following items are needed the most: <!-- /react-text --></strong></p><p data-reactid="277">Blankets and new pillows</p><p data-reactid="278">Mattresses, cots or mats</p><p data-reactid="279">Hygiene and toiletry items</p><p data-reactid="280">Nonperishable foods and snacks</p><p data-reactid="281">Babycare essentials: formula, diapers, wipes, baby food etc.</p><p data-reactid="282">Water (cases only) and non-perishable food items</p><p data-reactid="283">Manual Can Openers Paper dust masks Mosquito repellent Cleaning products: bleach (1-gallon bottles), disinfectant cleaner, dish detergent, sponges, paper towels, trash bags, heavy duty gloves, mops and brooms</p><p data-reactid="284"><!-- react-text: 285 -->As part of the<!-- /react-text --><em data-reactid="286"><strong data-reactid="287"><!-- react-text: 288 --> Flood Love Community Donation Drive<!-- /react-text --></strong></em><!-- react-text: 289 -->, <!-- /react-text --><a href="https://catholiccharitiesusa.org/members/catholic-charities-of-southwest-louisiana" target="_blank" data-reactid="290"><!-- react-text: 291 -->Catholic Charities of SWLA<!-- /react-text --></a><!-- react-text: 292 -->, is currently accepting supplies from 9 a.m.- 4 p.m. They are located at 1225 2nd Street, in Lake Charles. All supplies collected will be distributed directly to residents affected by Hurricane Harvey. For large donations, ask for Jessica to make arrangements for delivery at, at (337) 439-7436.<!-- /react-text --><script src="http://kplc.images.worldnow.com/interface/js/WNVideo.js?rnd=370096833;hostDomain=www.kplctv.com;playerWidth=630;playerHeight=420;isShowIcon=true;clipId=13658605;flvUri=;partnerclipid=;adTag=News;advertisingZone=;enableAds=true;landingPage=;islandingPageoverride=;playerType=STANDARD_EMBEDDEDscript;controlsType=fixed" type="mce-text/javascript" data-reactid="293"></script><a title="KPLC 7 News, Lake Charles, Louisiana" href="http://www.kplctv.com" data-reactid="294"><!-- react-text: 295 -->KPLC 7 News, Lake Charles, Louisiana<!-- /react-text --></a></p></div></div><div class="content-footer" data-reactid="296"><!-- react-empty: 297 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="298"></div><!-- react-text: 299 --><!-- /react-text --><div class="tags-lines" data-reactid="300"><div class="wrapper" data-reactid="301"><span data-reactid="302"><!-- react-text: 303 -->Filed Under<!-- /react-text --><!-- react-text: 304 -->: <!-- /react-text --></span><span data-reactid="305"><!-- react-text: 306 --><!-- /react-text --><a href="http://gator995.com/tags/donations/" data-reactid="307">donations</a></span></div><div class="wrapper" data-reactid="308"><span data-reactid="309"><!-- react-text: 310 -->Categories<!-- /react-text --><!-- react-text: 311 -->: <!-- /react-text --></span><span data-reactid="312"><!-- react-text: 313 --><!-- /react-text --><a href="http://gator995.com/category/videos/" data-reactid="314">Audio/Videos/Photos</a></span><span data-reactid="315"><!-- react-text: 316 -->, <!-- /react-text --><a href="http://gator995.com/category/best-of-lake-charles/" data-reactid="317">Best of Lake Charles</a></span><span data-reactid="318"><!-- react-text: 319 -->, <!-- /react-text --><a href="http://gator995.com/category/entertainment-news/" data-reactid="320">Entertainment</a></span><span data-reactid="321"><!-- react-text: 322 -->, <!-- /react-text --><a href="http://gator995.com/category/events/" data-reactid="323">Events</a></span><span data-reactid="324"><!-- react-text: 325 -->, <!-- /react-text --><a href="http://gator995.com/category/food/" data-reactid="326">Food/Drink/Cooking</a></span><span data-reactid="327"><!-- react-text: 328 -->, <!-- /react-text --><a href="http://gator995.com/category/newsletter-2/" data-reactid="329">Include in Newsletter</a></span><span data-reactid="330"><!-- react-text: 331 -->, <!-- /react-text --><a href="http://gator995.com/category/lists/" data-reactid="332">Lists</a></span><span data-reactid="333"><!-- react-text: 334 -->, <!-- /react-text --><a href="http://gator995.com/category/medical/" data-reactid="335">Medical &amp; Health</a></span><span data-reactid="336"><!-- react-text: 337 -->, <!-- /react-text --><a href="http://gator995.com/category/news/" data-reactid="338">News</a></span><span data-reactid="339"><!-- react-text: 340 -->, <!-- /react-text --><a href="http://gator995.com/category/opinion/" data-reactid="341">Opinion</a></span><span data-reactid="342"><!-- react-text: 343 -->, <!-- /react-text --><a href="http://gator995.com/category/local-news/" data-reactid="344">SWLA News</a></span></div></div><div class="comments-wrapper" data-reactid="345"><div class="comments" data-reactid="346"><div data-reactid="347"><span class="icon-comments" data-reactid="348"></span><i data-reactid="349">Comments</i><span class="fb-comments-count" data-href="http://gator995.com/donations-needed-for-victims-of-hurricane-harvey-how-you-can-help/" data-reactid="350"></span><span class="icon-triangle-down" data-reactid="351"></span></div><div class="cto" data-reactid="352">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="353"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="354">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="355"><div class="aside-inside" data-reactid="356"><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-579" data-reactid="357"><header data-reactid="358"><h2 data-reactid="359"><span class="title-container" data-reactid="360">Featured</span><!-- react-text: 361 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="362"><section id="ts_blogroll-579" class="blogroll carousel slider dl align-right" data-reactid="363"><div class="slider blogroll-items" data-reactid="364"><div class="sizer" data-reactid="365"></div><div class="mover slide" data-reactid="366"><article class="item title-over-image" data-reactid="367"><figure class="frameme" data-reactid="368"><a class="theframe" data-image="http://gator995.com/files/2018/02/GettyImages-621783512.jpg" href="http://gator995.com/thats-my-bag-baby/" rel="" title="Thats my Bag, Baby!" data-reactid="369"></a><div class="loadinganim showbox" id="0" data-reactid="370"><div class="loader" style="width:30px;height:30px;" data-reactid="371"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="372"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="373"></circle></svg></div></div></figure><div class="content" data-reactid="374"><a href="http://gator995.com/thats-my-bag-baby/" title="Thats my Bag, Baby!" class="title" data-reactid="375">Thats my Bag, Baby!</a></div></article></div><div class="previous icon-arrow-thin-left arrow icon-base round always-visible" title="Previous" data-reactid="376"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="377"></div></div></section></div></section><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-93" data-reactid="378"><div class="wrapper clearfix" data-reactid="379"><div class="fix_sidebar_marker" data-reactid="380"></div></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-401" data-reactid="381"><div class="wrapper clearfix" data-reactid="382"><div class="widget-content" data-reactid="383"><div class="tsm-ad tsm-ad-300" data-reactid="384"><div id="tsm-ad-300a" data-reactid="385"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-369" data-reactid="386"><div class="wrapper clearfix" data-reactid="387"><div class="widget-content" data-reactid="388"><div data-reactid="389"><form method="post" class="newsletter-frame clearfix" data-reactid="390"><div class="content clearfix" data-reactid="391"><p class="title" data-reactid="392">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="393"><div class="vertical-centered" data-reactid="394"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="395"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="396"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-580" data-reactid="397"><header data-reactid="398"><h2 data-reactid="399"><span class="title-container" data-reactid="400">Latest Articles</span></h2></header><div class="wrapper clearfix" data-reactid="401"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="402"><div class="blogroll-inner clearfix" data-reactid="403"><article class="" data-reactid="404"><figure class="frameme" data-reactid="405"><a class="theframe" data-image="http://cajunradio.com/files/2014/01/Keith-Frank-Pic-5.jpg" href="http://gator995.com/8th-annual-lundi-gras-party-with-keith-frank-tonight-in-lake-charles/" rel="" title="Lundi Gras Party Tonight With Keith Frank In Lake Charles " data-reactid="406"></a><div class="loadinganim showbox" id="0" data-reactid="407"><div class="loader" style="width:30px;height:30px;" data-reactid="408"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="409"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="410"></circle></svg></div></div></figure><div class="content" data-reactid="411"><a href="http://gator995.com/8th-annual-lundi-gras-party-with-keith-frank-tonight-in-lake-charles/" title="Lundi Gras Party Tonight With Keith Frank In Lake Charles " class="title" data-reactid="412">Lundi Gras Party Tonight With Keith Frank In Lake Charles </a></div></article><article class="" data-reactid="413"><figure class="frameme" data-reactid="414"><a class="theframe" data-image="http://tasteofcountry.com/files/2017/08/Willie-Nelson-Breathing.jpg" href="http://gator995.com/willie-nelson-in-fighting-good-shape/" rel="" title="Willie Nelson Is in Fighting Good Shape After Battling Flu" data-reactid="415"></a><div class="loadinganim showbox" id="0" data-reactid="416"><div class="loader" style="width:30px;height:30px;" data-reactid="417"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="418"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="419"></circle></svg></div></div></figure><div class="content" data-reactid="420"><a href="http://gator995.com/willie-nelson-in-fighting-good-shape/" title="Willie Nelson Is in Fighting Good Shape After Battling Flu" class="title" data-reactid="421">Willie Nelson Is in Fighting Good Shape After Battling Flu</a></div></article><article class="" data-reactid="422"><figure class="frameme" data-reactid="423"><a class="theframe" data-image="http://tasteofcountry.com/files/2018/02/blake-shelton-the-voice-new-chairs.jpg" href="http://gator995.com/the-voice-new-chairs-features-season-14/" rel="" title="&amp;apos;The Voice&amp;apos; Reveals Game-Changing New Features for 2018 Season" data-reactid="424"></a><div class="loadinganim showbox" id="0" data-reactid="425"><div class="loader" style="width:30px;height:30px;" data-reactid="426"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="427"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="428"></circle></svg></div></div></figure><div class="content" data-reactid="429"><a href="http://gator995.com/the-voice-new-chairs-features-season-14/" title="&#x27;The Voice&#x27; Reveals Game-Changing New Features for 2018 Season" class="title" data-reactid="430">&#x27;The Voice&#x27; Reveals Game-Changing New Features for 2018 Season</a></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="431"><footer data-reactid="432"><div class="links clearfix" data-reactid="433"><div class="logo" data-reactid="434"></div><div class="details" data-reactid="435"><h2 data-reactid="436">Information</h2><ul data-reactid="437"><li data-reactid="438"><a title="Taste Of Country Network" class="" data-reactid="439">Taste Of Country Network</a></li><li data-reactid="440"><a title="EEO" href="/eeo/" class="" data-reactid="441">EEO</a></li><li data-reactid="442"><a title="Advertise" href="/advertise/" class="" data-reactid="443">Advertise</a></li><li data-reactid="444"><a title="Public File" href="/kngt-public-file/" class="" data-reactid="445">Public File</a></li><li data-reactid="446"><a title="Terms" href="/terms/" class="" data-reactid="447">Terms</a></li><li data-reactid="448"><a title="VIP Terms" href="/vip-terms/" class="" data-reactid="449">VIP Terms</a></li><li data-reactid="450"><a title="FAQ" href="/vip-faq/" class="" data-reactid="451">FAQ</a></li><li data-reactid="452"><a title="Contest Rules" href="/contest-rules/" class="" data-reactid="453">Contest Rules</a></li><li data-reactid="454"><a title="Privacy Policy (Updated: 8/31/17)" href="/privacy/" class="" data-reactid="455">Privacy Policy (Updated: 8/31/17)</a></li><li data-reactid="456"><a title="Contact" href="/help/" class="" data-reactid="457">Contact</a></li><li data-reactid="458"><a href="http://townsquaremediagroup.com/" class="" data-reactid="459"></a></li><li data-reactid="460"><a title="Lake Charles Business Listings" href="/lake_charles-featured-business-listings/" class="" data-reactid="461">Lake Charles Business Listings</a></li></ul></div><div class="social-links" data-reactid="462"><h2 data-reactid="463">Follow Us</h2><ul data-reactid="464"><li class="social" data-reactid="465"><a class="share_link youtube" href="https://www.youtube.com/user/gator995" target="_blank" data-social="youtube" data-reactid="466"><span class="icon-youtube" data-reactid="467"></span></a></li><li class="social" data-reactid="468"><a class="share_link facebook" href="http://www.facebook.com/gator995fm" target="_blank" data-social="facebook" data-reactid="469"><span class="icon-facebook" data-reactid="470"></span></a></li><li class="social" data-reactid="471"><a class="share_link twitter" href="https://twitter.com/gator995" target="_blank" data-social="twitter" data-reactid="472"><span class="icon-twitter" data-reactid="473"></span></a></li></ul></div></div><div class="legal" data-reactid="474"><!-- react-text: 475 -->2018<!-- /react-text --><!-- react-text: 476 --> <!-- /react-text --><!-- react-text: 477 -->GATOR 99.5<!-- /react-text --><!-- react-text: 478 --> is part of the Taste Of Country Network<!-- /react-text --><!-- react-text: 479 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="480"><!-- react-empty: 481 --><div id="bottom-not-ads" data-reactid="482"><div class="tsm-ad tsm-ad-728" data-reactid="483"><div id="tsm-ad-728b" data-reactid="484"><!-- dynamic ad --></div></div></div><div data-reactid="485"></div></section></div></div></div>
          <script>
            window.__INITIAL_STATE__ = {"gallery":{},"internalads":{},"json":{"response":{"options":{"method":"get_single","adPageType":"post","mediaType":"none","loyalty_restricted":null,"methodSubType":null,"blogId":149,"postId":341022,"url":"/donations-needed-for-victims-of-hurricane-harvey-how-you-can-help/","unfriendlyRequestUrl":"/donations-needed-for-victims-of-hurricane-harvey-how-you-can-help/","requestUrl":"/donations-needed-for-victims-of-hurricane-harvey-how-you-can-help/","blogOptions":{"aioseop_options":{"aiosp_can":"on","aiosp_donate":null,"aiosp_home_title":"Gator 99.5 – Today\\'s Country Hits – Lake Charles\\' Country Radio","aiosp_home_description":"Gator 99.5, KNGT-FM Radio, plays the best country music in Lake Charles, Louisiana. ","aiosp_home_keywords":"Gator 99.5  Lake Charles, Lake Charles Gator 99.5, country radio Lake Charles, Lake Charles country radio, country music Lake Charles, Lake Charles country 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":"Today&#039;s Country Hits","blogname":"GATOR 99.5","carbonUiUpdateCounter":"10","design_option_live":{"page_bg":"00000000","page_head_bg":"00000000","primary_bg":"FFFDFEFC","secondary_bg":"FFECF9FE","mdl_head_bg":"FF0053A3","main_nav_hue":"FFFFFFFF","nav_hover_hue":"FFFFFFFF","primary_hue":"FF121212","secondary_hue":"FF262626","primary_head_hue":"FF0053A3","secondary_head_hue":"FF0053A3","primary_active_hue":"FF0053A3","secondary_active_hue":"FF0265C4","accent_hue":"FF05A344","header_link_hue":"FFFFFFFF","footer_link_hue":"FFF5F4F0","primary_mdl_bg":"FFE9E9E9","primary_mdl_hue":"FF111111","secondary_mdl_bg":"25777777","secondary_mdl_hue":"FF262626","standout_bg":"FF05A344","mobile_primary_color":"FF05A344","mobile_secondary_color":"FF0053A3","iv_primary_color":"FF0A55A0","iv_secondary_color":"FF0053A3","iv_tertiary_color":"FF19A149","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":"FF0053A3","events_app_secondary_color":"FF0265C4","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://gator995.com/files/2017/12/kngtfm-bg.jpg","carbon_logo_img":"http://gator995.com/files/2017/12/kngtfm-logo.png","carbon_promo_bg_img":"http://gator995.com/files/2017/12/kngtfm-promo.jpg","page_img":"http://production.townsquareblogs.com/wp-content/uploads/2011/11/bg_slice1.jpg","body_img":"http://gator995.com/files/2011/11/background.jpg","square_logo_img":"","logo_img":"http://gator995.com/files/2016/10/logo.png","logo_img_trim":"http://gator995.com/files/2016/10/smalllogo.png","logo_img_light":"","logo_img_dark":"","header_img":"http://gator995.com/files/2013/07/gator99-5.jpg","placeholder_img":"","page_head_img":"http://gator995.com/files/2017/12/gatormast.png","favicon_img":"http://gator995.com/files/2011/02/favicongator.ico","top_banner_img":"none","title":"Death Metal Blue - Gator 995 New Logo 2017 (new mast)","ID":"0","designer":"Adrianb","comment":"new mobile web v2","action":"edit","editor":"Carlos Landa","editorID":3680868,"siteID":"149","timestamp":1513018827,"status":"active","properties":{"iv_html_bg":{"background-repeat":"","background-attachment":"","background-size":""},"carbon_body_img":{"background-repeat":"","background-attachment":"","background-size":""}}},"disable_mobile_ads":"","enableAppNexusWrapper":"1","enableBelowGalleryEndcard":"1","enableInGalleryEndcard":"1","enable_chartbeat":"","exclude_bottom_banner":"","exclude_top_banner":"","FacebookCommentsOptions":{"moderator_userids":"1332935411,583052867,100002025987268,732998853","moderator_appid":"192742880749089","colorscheme":"","show_like":"yes","show_comments":"yes","show_commentscount":"yes","action":"like"},"facebook_app":{"id":"192742880749089","fanpage":"http://www.facebook.com/gator995fm","plugins":{"facebook-like-button":"1","facebook-authentication":"1"}},"google_ads_dfp6_template_ads":{"dynamic-ad-custom":"1","dynamic-ad-header":"1","dynamic-ad-push":"1","top-728x90":"1","bottom-728x90":"1","mid-top-300x250":"1","mid-bottom-300x250":"1","tsm-out-of-page":"1","tsm-2x2":"0","top-right-noflex-300x250":"1","top-right-300x250":"1"},"iq_weather_page_sponsor_city_name":"","iq_weather_page_sponsor_zip_code":"","onlyhome_pushdown":"","onlyhome_topbanner":"","posts_per_page":"12","radio_players_wo_stream_id":"3630","sailthru_list_default":"KNGT","site_template_theme_meta":{"template-tone":"2","listen-live-bar":"block","sidebar-widgets-header":"ruled","next-page-offset":"12"},"social_overlay":{"active":"1","fb":"1","nl":"1","colors":{"background-color":"#0053A3","color":"#FFFFFF"},"wrapper":{"divider":"","button":"#05A344","button-font":""},"logo":"http://gator995.com/files/2014/10/gator.png"},"timezone_string":"America/Chicago","townsquare_ad_version":"dfp6","ts-templates-carbon-homepage-id":"345879","ts-templates-homepage-id":"116196","ts-templates-mobile-homepage-id":"116196","tsc_category_sidebars":{},"_station_info":{"sitetype":"Local","market":"Lake Charles","genre":{"0":"country"},"callsign":"KNGTFM","callletters":"KNGT","legalname":"Gator 99.5","siteclassification":"","street":"900 North Lakeshore Drive","street-2":"","city":"Lake Charles","state":"LA","zip":"70601","phone":"(337) 433-1641","helpline":"","studioline":"(337) 433-0499","officeline":"(337) 433-1641","officehours":"8:30 a.m. to 5 p.m. weekdays","email":"kristian.bland@townsquaremedia.com","tipus-email":"","inquiries-email":"mike.soileau@townsquaremedia.com","advertising-contact":"Brad Burley","advertising-email":"brad.burley@townsquaremedia.com","gm-contact":"","gm-email":"","programming-director-contact":"Erik Tee","programming-director-email":"eriktee@townsquaremedia.com","digital-managing-editor-contact":"Kristian Bland","digital-managing-editor-email":"kristian.bland@townsquaremedia.com","digital-sales-manager-contact":"","digital-sales-manager-email":"","mobile-app-feedback-email":"ask.gator995@townsquaredigital.com","mobile-app-media-submission-email":"media.submit.gator995@townsquaredigital.com","public-record-administrator-name":"Erik Thomas","public-record-administrator-email":"erik.tee@townsquaremedia.com","fcc-online-public-file-url":"https://publicfiles.fcc.gov/fm-profile/kngt","feedbackurl":"http://gator995.com/feedback/","biz-list-url":"http://gator995.com/lake-charles-featured-business-listings","amazon_affiliate":"","yieldmo_placement":"","jwplayer":"","twitter_handle":"gator995","youtube_handle":"gator995","youtube_channel_id":"","instagram_handle":"gator99.5","rss_icon":"1","comscore-label":"Taste Of Country"},"_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 Country 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":149,"blogName":"GATOR 99.5","blogDescription":"Today&#039;s Country Hits","postTitleFormat":"%post_title%","timeZone":"America/Chicago","market":"Lake Charles","activeDomain":"gator995.com","legalName":"Gator 99.5"},"tsiMarkets":"Lake Charles"},"globalBlogOptions":{"google_maps_default_api_key":"AIzaSyCcIkjOyxS9DtubyqzLX2Sbancl83fKon4","gtmSiteId":"GTM-K346HJZ","kruxSiteId":"rwjnisqy1","loyalty_title_149":"Country Club","kruxEnabled":true},"headers":{"title":[{"textContent":"Shelter Donations Needed For Victims Of Hurricane Harvey - How You Can Help"}],"meta":[{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}},{"attrs":{"charset":"UTF-8"}},{"attrs":{"name":"instagram_profile","value":"gator99.5"}},{"attrs":{"name":"description","content":"Donations and volunteers are needed to continue helping victims of Hurricane Harvey at the Lake Charles Civic Center and other shelters in the city."}},{"attrs":{"name":"keywords","content":"food, supplies, families, shelter, lake charles civic center, dick gremillion, catholic charities of swla, toiletries, baby items, cots, people,"}},{"attrs":{"property":"fb:app_id","content":"192742880749089"}},{"attrs":{"property":"fb:admins","content":"1332935411"}},{"attrs":{"property":"fb:admins","content":"583052867"}},{"attrs":{"property":"fb:admins","content":"100002025987268"}},{"attrs":{"property":"fb:admins","content":"732998853"}},{"attrs":{"property":"og:title","content":"Shelter Donations Needed For Victims Of Hurricane Harvey - How You Can Help"}},{"attrs":{"property":"og:description","content":"Donations and volunteers are needed to continue helping victims of Hurricane Harvey at the Lake Charles Civic Center and other shelters in the city."}},{"attrs":{"property":"og:url","content":"http://gator995.com/donations-needed-for-victims-of-hurricane-harvey-how-you-can-help/"}},{"attrs":{"property":"og:site_name","content":"GATOR 99.5"}},{"attrs":{"property":"og:type","content":"blog"}},{"attrs":{"property":"og:image","content":"http://107jamz.com/files/2017/08/Hurricane-Harvey-shelter-Joe-Raedle-via-Getty-Images.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":"@gator995"}},{"attrs":{"name":"sailthru.description","content":"Donations and volunteers are needed to continue helping victims of Hurricane Harvey at the Lake Charles Civic Center and other shelters in the city."}},{"attrs":{"name":"sailthru.date","content":"2017-08-30 15:04:56"}},{"attrs":{"name":"sailthru.title","content":"Shelter Donations Needed For Victims Of Hurricane Harvey – How You Can Help"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-kngt, tsmmarket-lakecharles, tsmtype-local, donations, videos, best-of-lake-charles, entertainment-news, events, food, newsletter-2, lists, medical, news, opinion, local-news"}},{"attrs":{"name":"sailthru.author","content":"ginacool107jamz"}},{"attrs":{"name":"sailthru.image.full","content":"http://107jamz.com/files/2017/08/Hurricane-Harvey-shelter-Joe-Raedle-via-Getty-Images.jpg"}},{"attrs":{"name":"sailthru.image.thumb","content":"http://107jamz.com/files/2017/08/Hurricane-Harvey-shelter-Joe-Raedle-via-Getty-Images.jpg"}},{"attrs":{"property":"fb:pages","content":"110433679042"}},{"attrs":{"name":"google-site-verification","content":"WV-QeQPg2T0VJkReVI7lD9y44_8Yz-zc79GMZisaU8Q"}},{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}}],"link":[{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://gator995.com/files/2011/02/favicongator.ico"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"GATOR 99.5 » Feed","href":"http://gator995.com/feed/"}},{"attrs":{"rel":"profile","href":"http://gmpg.org/xfn/11"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"GATOR 99.5 » Shelter Donations Needed For Victims Of Hurricane Harvey – How You Can Help Comments Feed","href":"http://gator995.com/donations-needed-for-victims-of-hurricane-harvey-how-you-can-help/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://gator995.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"Chris Young Says He’s Working on More Ways to Help Hurricane Victims in Texas","href":"http://gator995.com/chris-young-helping-hurricane-victims-texas/"}},{"attrs":{"rel":"next","title":"Toledo Bend and Dam B Flood Gates Opened, Releases Increase","href":"http://gator995.com/toledo-bend-and-dam-b-flood-gates-opened-releases-increase/"}},{"attrs":{"rel":"shortlink","href":"http://gator995.com/?p=341022"}},{"attrs":{"rel":"canonical","href":"http://107jamz.com/donations-needed-for-victims-of-hurricane-harvey-how-you-can-help/"}}],"noscript":[{"attrs":{"children":[{"tagName":"img","src":"http://b.scorecardresearch.com/p?c1=2&c2=6665296&cv=2.0&cj=1"}]}}]},"adVars":{"amazonAds":true,"enableCriteo":true,"enableViewability":false,"enableViewabilityBR":false,"enableSharethrough":false,"enableAppNexusWrapper":true,"sharethroughKey":"","sharethroughArticleKey":"","enableOpenx":false,"enableKiosked":false,"enableKioskedMobile":false,"enableSonobi":true,"sonobiScript":"","zergnetId":"59591","enableYieldbot":false},"scriptVars":{"dfp":{"activeSlots":["tsm-out-of-page","top-right-300x250","middle-right-300x250","bottom-right-300x250","dynamic-ad-custom","dynamic-ad-header","dynamic-ad-push","top-728x90","bottom-728x90","mid-top-300x250","mid-bottom-300x250","top-right-noflex-300x250"],"adPageSettings":{"attrs":{"catid":["videos","best-of-lake-charles","entertainment-news","events","food","newsletter-2","lists","medical","news","opinion","local-news"],"tags":["donations"],"id":"donations-needed-for-victims-of-hurricane-harvey-how-you-can-help","author":"ginacool107jamz","kw":["ginacool107jamz","donations-needed-for-victims-of-hurricane-harvey-how-you-can-help","videos","best-of-lake-charles","entertainment-news","events","food","newsletter-2","lists","medical","news","opinion","local-news","donations","pagetype-post"],"genre":["country"],"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},"smartAppBanner":{"bannerTitle":null,"itunes_app_id":null,"google_play_app_id":null,"daysHidden":"15","daysReminder":"90","buttonText":"View","priceText":"Get","img_url":null},"revision":"dc1580972c867b4fe21b9449d55eca093dd2a4f0"},"postMeta":{"_aioseop_title":"Shelter Donations Needed For Victims Of Hurricane Harvey - How You Can Help"},"activeDomain":"gator995.com","authLoginFormNonce":"0ca27bb72c","authRegFormNonce":"9d4906ebdb","ga":{"ids":{"primary":"UA-19109567-1","secondary":["UA-19109753-1","UA-19109567-6","UA-28825804-2","UA-45260060-4"],"all":["UA-19109567-1","UA-19109753-1","UA-19109567-6","UA-28825804-2","UA-45260060-4"]}},"tsmStatic":{"revision":"01272d1ea85173b023b59bd9e8da482534b5d932"},"isGallery":false,"userRegistrationSettings":{"disable-registration":"no"},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":341022,"postAuthor":279816,"postDate":"2017-08-30T20:04:56.000Z","postDateGmt":"2017-08-30T20:04:56.000Z","postTitle":"Shelter Donations Needed For Victims Of Hurricane Harvey - How You Can Help","postExcerpt":"Donations and volunteers are needed to continue helping victims of Hurricane Harvey at the Lake Charles Civic Center and other shelters in the city. ","postStatus":"publish","commentStatus":"open","postPassword":"","postName":"donations-needed-for-victims-of-hurricane-harvey-how-you-can-help","toPing":"","pinged":"","postModified":"2017-08-30T21:49:47.000Z","postModifiedGmt":"2017-08-30T21:49:47.000Z","postContentFiltered":"","postParent":0,"guid":"http://107jamz.com/?p=400225","menuOrder":0,"postType":"post","postMimeType":"","commentCount":0,"postDateGmtStr":"2017-08-30 20:04:56.000+0000","postModifiedGmtStr":"2017-08-30 21:49:47.000+0000","meta":{"_crosspost_source_blog_id":"160","_crosspost_source_post_id":"400225"}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"Shelter Donations Needed For Victims Of Hurricane Harvey - How You Can Help","next":{"latest":[{"postId":319025,"documentUrl":"/louisiana-1-flood-relief-concert/","filterUrl":"/rest/carbon/filter/main/louisiana-1-flood-relief-concert/","sortDate":"2016-08-22 08:37:18.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":318747,"documentUrl":"/southwest-louisiana-steps-up-to-help-flood-victims-heres-how-you-can-help/","filterUrl":"/rest/carbon/filter/main/southwest-louisiana-steps-up-to-help-flood-victims-heres-how-you-can-help/","sortDate":"2016-08-17 06:50:32.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":315041,"documentUrl":"/world-blood-donor-day/","filterUrl":"/rest/carbon/filter/main/world-blood-donor-day/","sortDate":"2016-06-14 05:00:58.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":315036,"documentUrl":"/blood-donations-needed-for-victims-of-orlando-shooting/","filterUrl":"/rest/carbon/filter/main/blood-donations-needed-for-victims-of-orlando-shooting/","sortDate":"2016-06-13 05:07:31.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":309668,"documentUrl":"/speedway-motors-and-richard-law-firm-collecting-donations-for-flood-victims/","filterUrl":"/rest/carbon/filter/main/speedway-motors-and-richard-law-firm-collecting-donations-for-flood-victims/","sortDate":"2016-03-16 07:35:20.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":198248,"documentUrl":"/lake-charles-coats-for-kids-drop-off-locations-announced/","filterUrl":"/rest/carbon/filter/main/lake-charles-coats-for-kids-drop-off-locations-announced/","sortDate":"2013-10-30 09:03:51.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":108521,"documentUrl":"/2012-ethel-precht-breast-cancer-3k-set-for-saturday-october-20/","filterUrl":"/rest/carbon/filter/main/2012-ethel-precht-breast-cancer-3k-set-for-saturday-october-20/","sortDate":"2012-09-18 15:28:07.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":73092,"documentUrl":"/our-childrens-miracle-network-radiothon-continues-friday-its-your-chance-to-save-a-childs-life/","filterUrl":"/rest/carbon/filter/main/our-childrens-miracle-network-radiothon-continues-friday-its-your-chance-to-save-a-childs-life/","sortDate":"2012-06-21 16:44:44.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":341044,"documentUrl":"/chris-young-helping-hurricane-victims-texas/","filterUrl":"/rest/carbon/filter/main/chris-young-helping-hurricane-victims-texas/","sortDate":"2017-08-30 13:35:36.000 +0000","termTaxonomyId":47,"taxonomyType":"category"},{"postId":341047,"documentUrl":"/florida-georgia-lines-fgl-house-hosts-hurricane-harvey-fundraiser/","filterUrl":"/rest/carbon/filter/main/florida-georgia-lines-fgl-house-hosts-hurricane-harvey-fundraiser/","sortDate":"2017-08-30 13:30:05.000 +0000","termTaxonomyId":118,"taxonomyType":"category"}],"taxonomy":[{"postId":319025,"documentUrl":"/louisiana-1-flood-relief-concert/","filterUrl":"/rest/carbon/filter/main/louisiana-1-flood-relief-concert/","sortDate":"2016-08-22 08:37:18.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":318747,"documentUrl":"/southwest-louisiana-steps-up-to-help-flood-victims-heres-how-you-can-help/","filterUrl":"/rest/carbon/filter/main/southwest-louisiana-steps-up-to-help-flood-victims-heres-how-you-can-help/","sortDate":"2016-08-17 06:50:32.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":315041,"documentUrl":"/world-blood-donor-day/","filterUrl":"/rest/carbon/filter/main/world-blood-donor-day/","sortDate":"2016-06-14 05:00:58.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":315036,"documentUrl":"/blood-donations-needed-for-victims-of-orlando-shooting/","filterUrl":"/rest/carbon/filter/main/blood-donations-needed-for-victims-of-orlando-shooting/","sortDate":"2016-06-13 05:07:31.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":309668,"documentUrl":"/speedway-motors-and-richard-law-firm-collecting-donations-for-flood-victims/","filterUrl":"/rest/carbon/filter/main/speedway-motors-and-richard-law-firm-collecting-donations-for-flood-victims/","sortDate":"2016-03-16 07:35:20.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":198248,"documentUrl":"/lake-charles-coats-for-kids-drop-off-locations-announced/","filterUrl":"/rest/carbon/filter/main/lake-charles-coats-for-kids-drop-off-locations-announced/","sortDate":"2013-10-30 09:03:51.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":108521,"documentUrl":"/2012-ethel-precht-breast-cancer-3k-set-for-saturday-october-20/","filterUrl":"/rest/carbon/filter/main/2012-ethel-precht-breast-cancer-3k-set-for-saturday-october-20/","sortDate":"2012-09-18 15:28:07.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":73092,"documentUrl":"/our-childrens-miracle-network-radiothon-continues-friday-its-your-chance-to-save-a-childs-life/","filterUrl":"/rest/carbon/filter/main/our-childrens-miracle-network-radiothon-continues-friday-its-your-chance-to-save-a-childs-life/","sortDate":"2012-06-21 16:44:44.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":341044,"documentUrl":"/chris-young-helping-hurricane-victims-texas/","filterUrl":"/rest/carbon/filter/main/chris-young-helping-hurricane-victims-texas/","sortDate":"2017-08-30 13:35:36.000 +0000","termTaxonomyId":47,"taxonomyType":"category"},{"postId":341047,"documentUrl":"/florida-georgia-lines-fgl-house-hosts-hurricane-harvey-fundraiser/","filterUrl":"/rest/carbon/filter/main/florida-georgia-lines-fgl-house-hosts-hurricane-harvey-fundraiser/","sortDate":"2017-08-30 13:30:05.000 +0000","termTaxonomyId":118,"taxonomyType":"category"}]},"cadata":{"activeDomain":"gator995.com","blogId":149,"method":"get_single","postId":341022,"crosspostBlogId":"160","crosspostPostId":"400225","postType":"post","postDateGmt":"2017-08-30 20:04:56.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-19","widget_listen_live-115","now-playing-113","widget_onair-102"],"widgetDetails":{"promotion-19":{"widgetInfo":{"id":"promotion-19","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"19"},"widgetParams":{"title":"","type":"image_list","subtype":"","sponsor":{"enabled":"on","time_start":"","time_end":"Tue Oct 31 2017","background_image":"","sponsor_image":"http://gator995.com/files/2017/10/V1_12692455_LakeCharles_LCMH_Widget.png","sponsor_image_mobile":"","background_color":"","background_repeat":"no-repeat","sponsor_name":"","sponsor_link":"http://www.lcmh.com/"},"widgetTime":7}},"widget_listen_live-115":{"widgetInfo":{"id":"widget_listen_live-115","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"115"},"widgetParams":{"title":"Listen Now","widgetTime":7}},"now-playing-113":{"widgetInfo":{"id":"now-playing-113","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"113"},"widgetParams":{"title":"Recently Played","widgetTime":6}},"widget_onair-102":{"widgetInfo":{"id":"widget_onair-102","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"102"},"widgetParams":{"title":"On Air","widgetTime":11}}}},"carbonsidebar/single":{"widgets":["carbonwidget/single-1"],"widgetDetails":{"carbonwidget/single-1":{"widgetInfo":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"widgetParams":{"mainAuthor":{"id":279816,"slug":"ginacool107jamz","name":"Gina Cook","first_name":"Gina","last_name":"Cook","nickname":"ginacook107","url":"http://gator995.com/author/ginacool107jamz/","description":"I was born in Boston and raised in San Jose. I lived in New Orleans for a year or two before settling in Lake Charles in 1982. I am happily married with two beautiful children and a graduate of Lake Charles-Boston High School and Delta School of Business. I’ve been holding down Middays on the radio since 1991. I got my first gig at KXZZ. I was a member of the original and very first air-staff at KZWA before joining the staff here at KJMH 107 Jamz. I’ve been lucky enough to have had two syndicated shows in my career. I did this, all while maintaining a live show here in Lake Charles. In all, I’ve been a member of the 107 Jamz staff since we first went on the air on August 7, 2000. I am grateful to have had such longevity in a career I love so much.","thumbnail":"http://107jamz.com/files/2014/07/Gina.jpg"},"firstCategoryName":"Audio/Videos/Photos","postType":"post","postTitle":"Shelter Donations Needed For Victims Of Hurricane Harvey &#8211; How You Can Help","aiseopTitle":"Shelter Donations Needed For Victims Of Hurricane Harvey - How You Can Help","widgetTime":44}}}},"carbonsidebar/mainads":{"widgets":["carbonwidget/top-728x90","carbonwidget/dynamic-ad-custom","carbonwidget/dynamic-ad-header","carbonwidget/dynamic-ad-push","carbonwidget/tsm-out-of-page","carbonwidget/bottom-728x90"],"widgetDetails":{"carbonwidget/top-728x90":{"widgetInfo":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"top-728x90","widgetTime":3}},"carbonwidget/dynamic-ad-custom":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-custom","widgetTime":3}},"carbonwidget/dynamic-ad-header":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-header","widgetTime":3}},"carbonwidget/dynamic-ad-push":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-push","widgetTime":3}},"carbonwidget/tsm-out-of-page":{"widgetInfo":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"tsm-out-of-page","widgetTime":2}},"carbonwidget/bottom-728x90":{"widgetInfo":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"bottom-728x90","widgetTime":2}}}},"single-post-bottom":{"widgets":["ts_blogroll-5","widget_third_party_content-2","widget_third_party_content-3"],"widgetDetails":{"ts_blogroll-5":{"widgetInfo":{"id":"ts_blogroll-5","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"5"},"widgetParams":{"title":"Best of Gator 99.5","type":"main_content_thumb_title_roll","cat":"115","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1"}},"widget_third_party_content-2":{"widgetInfo":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"widgetParams":{"type":"zergnet","title":"Recommended For You","id":"39620","placement":"","targettype":"","mode":"","widgetTime":2}},"widget_third_party_content-3":{"widgetInfo":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"widgetParams":{"type":"zergnet","title":"Best of the Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":2}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["ts_blogroll-579","fix_sidebar_marker-93","google-ads-widget-401","tsq_sailthru_newsletter_widget-369","ts_blogroll-580"],"widgetDetails":{"ts_blogroll-579":{"widgetInfo":{"id":"ts_blogroll-579","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"579"},"widgetParams":{"title":"Featured","type":"carousel","isweather":"1","cat":"0","posts_per_page":"4","align":"right","pinned_id":"","pinned_label":"","tag":"featured","private_tag":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0,"author":""}},"fix_sidebar_marker-93":{"widgetInfo":{"id":"fix_sidebar_marker-93","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"93"},"widgetParams":{"title":"Fix Sidebar Marker","widgetTime":1}},"google-ads-widget-401":{"widgetInfo":{"id":"google-ads-widget-401","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"401"},"widgetParams":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":1}},"tsq_sailthru_newsletter_widget-369":{"widgetInfo":{"id":"tsq_sailthru_newsletter_widget-369","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"369"},"widgetParams":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["KNGT"],"widgetTime":1}},"ts_blogroll-580":{"widgetInfo":{"id":"ts_blogroll-580","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"580"},"widgetParams":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3}}}},"carbonsidebar/nav/blueiv":{"widgets":["carbonwidget/nav/blueiv"],"widgetDetails":{"carbonwidget/nav/blueiv":{"widgetInfo":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"}}}},"carbonsidebar/nav/main":{"widgets":["carbonwidget/nav/main"],"widgetDetails":{"carbonwidget/nav/main":{"widgetInfo":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"}}}},"carbonsidebar/nav/promo_links":{"widgets":["carbonwidget/nav/promo_links"],"widgetDetails":{"carbonwidget/nav/promo_links":{"widgetInfo":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"}}}},"carbonsidebar/nav/footer":{"widgets":["carbonwidget/nav/footer"],"widgetDetails":{"carbonwidget/nav/footer":{"widgetInfo":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"}}}}}},"widgets":{"promotion-19":{"info":{"id":"promotion-19","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"19"},"params":{"title":"","type":"image_list","subtype":"","sponsor":{"enabled":"on","time_start":"","time_end":"Tue Oct 31 2017","background_image":"","sponsor_image":"http://gator995.com/files/2017/10/V1_12692455_LakeCharles_LCMH_Widget.png","sponsor_image_mobile":"","background_color":"","background_repeat":"no-repeat","sponsor_name":"","sponsor_link":"http://www.lcmh.com/"},"widgetTime":7},"data":[0],"dataDetails":{"0":{"image":"345955","image_label":"","link_url":"#","link_target":"_self","image_url":"http://gator995.com/files/2017/12/kngtfm-promo-header.png"}}},"widget_listen_live-115":{"info":{"id":"widget_listen_live-115","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"115"},"params":{"title":"Listen Now","widgetTime":7},"data":[175382],"dataDetails":{"175382":{"postId":175382,"title":"Listen Now","label":"Click to view the latest song playing on air.","url":"/listen-live/","mobileId":"17731","playerMode":"radio","sid":"7104","callsign":"KNGTFM","woMobileId":"5075","woStreamId":"3630","activePlayer":"wo","listenLivePageUrl":"http://player.streamtheworld.com/_players/townsquaremedia/runspotv3/?sid=7104&redirect=http://player.listenlive.co/17731","html5ScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/html5/stwplayer.php?callsign=KNGTFM&primaryColor=0x00bfff&playermode=radio&sid=7104&width=630","flashScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/stwplayer.php?callsign=KNGTFM&primaryColor=0x00bfff&playermode=radio&timeshift=false&radiopup=true&playerAdState=0&popout=false&width=630","wo_player_url":"http://v6.player.abacast.net/5075","wo_recent_api_url":"http://api.nowplaying.abacast.net/prt/nowplaying/2/10/3630/nowplaying.json","wo_preroll_url":"http://api.clarity.abacast.com/gateway/getmediavast.php?sid=3630/","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"now-playing-113":{"info":{"id":"now-playing-113","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"113"},"params":{"title":"Recently Played","widgetTime":6},"data":[175382],"dataDetails":{"175382":{"postId":175382,"mobileId":"17731","playerMode":"radio","sid":"7104","callsign":"KNGTFM","woStreamId":"3630","activePlayer":"wo","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"widget_onair-102":{"info":{"id":"widget_onair-102","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"102"},"params":{"title":"On Air","widgetTime":11},"data":[],"dataDetails":{}},"carbonwidget/single-1":{"info":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"params":{"mainAuthor":{"id":279816,"slug":"ginacool107jamz","name":"Gina Cook","first_name":"Gina","last_name":"Cook","nickname":"ginacook107","url":"http://gator995.com/author/ginacool107jamz/","description":"I was born in Boston and raised in San Jose. I lived in New Orleans for a year or two before settling in Lake Charles in 1982. I am happily married with two beautiful children and a graduate of Lake Charles-Boston High School and Delta School of Business. I’ve been holding down Middays on the radio since 1991. I got my first gig at KXZZ. I was a member of the original and very first air-staff at KZWA before joining the staff here at KJMH 107 Jamz. I’ve been lucky enough to have had two syndicated shows in my career. I did this, all while maintaining a live show here in Lake Charles. In all, I’ve been a member of the 107 Jamz staff since we first went on the air on August 7, 2000. I am grateful to have had such longevity in a career I love so much.","thumbnail":"http://107jamz.com/files/2014/07/Gina.jpg"},"firstCategoryName":"Audio/Videos/Photos","postType":"post","postTitle":"Shelter Donations Needed For Victims Of Hurricane Harvey &#8211; How You Can Help","aiseopTitle":"Shelter Donations Needed For Victims Of Hurricane Harvey - How You Can Help","widgetTime":44},"data":[341022],"dataDetails":{"341022":{"thumbnail":"http://107jamz.com/files/2017/08/Hurricane-Harvey-shelter-Joe-Raedle-via-Getty-Images.jpg","caption":"Hurricane Harvey shelter - Joe Raedle via Getty Images","excerpt":"Donations and volunteers are needed to continue helping victims of Hurricane Harvey at the Lake Charles Civic Center and other shelters in the city. ","date":"August 30, 2017 3:04 PM","postDateGmt":"2017-08-30 20:04:56 +0000","postModifiedGmt":"2017-08-30 21:49:47 +0000","title":"Shelter Donations Needed For Victims Of Hurricane Harvey &#8211; How You Can Help","url":"http://gator995.com/donations-needed-for-victims-of-hurricane-harvey-how-you-can-help/","id":341022,"contentRaw":"[caption id=\"attachment_400268\" align=\"aligncenter\" width=\"440\"]<img class=\"size-full wp-image-400268\" src=\"http://107jamz.com/files/2017/08/Hurricane-Harvey-shelter-Joe-Raedle-via-Getty-Images.jpg\" alt=\"Hurricane Harvey shelter - Joe Raedle via Getty Images\" width=\"440\" height=\"273\" /> Hurricane Harvey shelter - Joe Raedle via Getty Images[/caption]\r\n\r\nFor those of us who dodged the brunt of Hurricane Harvey all of us know someone, who wasn't as lucky. Everywhere around us we see unspeakable devastation Harvey has left in it's wake. Our neighbors in SE and East Texas, and here at home in SWLA are down and need our help. The City of Lake Charles opened the Lake Charles Civic Center and various charities are providing shelters in the area, working tirelessly to provide food, water, toiletries, medical assistance and safe accommodations for displaced families. <iframe src=\"http://up.anv.bz/latest/anvload.html?key=eyJtIjoiTElOIiwidiI6IjE0NDY3NjciLCJhbnZhY2siOiJhbnZhdG9fbWNwX2xpbl93ZWJfcHJvZF80YzM2ZmJmZDRkOGQ4ZWNhZTY0ODg2NTZlMjFhYzZkMWFjOTcyNzQ5IiwicGx1Z2lucyI6eyJkZnAiOnsiY2xpZW50U2lkZSI6eyJhZFRhZ1VybCI6Imh0dHA6Ly9wdWJhZHMuZy5kb3VibGVjbGljay5uZXQvZ2FtcGFkL2Fkcz9zej0xeDEwMDAmaXU9LzU2NzgvbWcuS0xGWS9uZXdzL2xha2UtY2hhcmxlcy1wcmVwYXJlcy1mb3ItdHJvcGljYWwtc3Rvcm0taGFydmV5LWJ5LXByZXBhcmluZy1zaGVsdGVyLWluLWNpdHlzLWNpdmljLWNlbnRlci9kZXRhaWwmY2l1X3N6cz0zMDB4MjUwJmdkZnBfcmVxPTEmZW52PXZwJm91dHB1dD14bWxfdmFzdDImYWRfcnVsZT0xIn19LCJhbmFseXRpY3MiOnsicGRiIjoiOTQwNjU3NDciLCJzZXJ2ZXJVUkwiOiJodHRwOi8vYW5hbHl0aWNzLXYyLmFudmF0by5jb20vVmlkZW9BbmFseXRpY3Mvc3JjL3ZpZGVvX2xvZy5waHAifSwib21uaXR1cmUiOnsicHJvZmlsZSI6ImxpbiIsImFjY291bnQiOiJsaW50dmtsZnksZHBzZ2xvYmFsIiwidHJhY2tpbmdTZXJ2ZXIiOiJsaW50di4xMjIuMm83Lm5ldCIsInBhcmVudFBhZ2VVUkwiOiJodHRwOi8va2xmeS5jb20vMjAxNy8wOC8yOS9sYWtlLWNoYXJsZXMtcHJlcGFyZXMtZm9yLXRyb3BpY2FsLXN0b3JtLWhhcnZleS1ieS1wcmVwYXJpbmctc2hlbHRlci1pbi1jaXR5cy1jaXZpYy1jZW50ZXIvIiwicEluc3RhbmNlIjoicDAiLCJwbGF5ZXJOYW1lIjoiQW52YXRvVW5pdmVyc2FsUGxheWVyIn0sImdvb2dsZUFuYWx5dGljcyI6eyJ0cmFja2luZ0lkIjoiVUEtNTc0MTcwOTQtNyIsImNhdGVnb3J5IjoiQW52YXRvIFdlYiBQbGF5ZXIiLCJldmVudHMiOnsiVklERU9fQ09NUExFVEVEIjoiQ09NUExFVEUiLCJVU0VSX1BMQVkiOiJQTEFZIiwiVVNFUl9QQVVTRSI6IlBBVVNFIiwiVVNFUl9SRVNVTUUiOiJSRVNVTUUifX0sInJlYWxUaW1lQW5hbHl0aWNzIjp0cnVlfSwiaHRtbDUiOnRydWV9\" width=\"630\" height=\"420\" frameborder=\"0\" scrolling=\"no\"></iframe> This is a huge undertaking from getting donations to those in need, to having an ample amount of volunteers to assist in the process. If you can make a <a href=\"http://www.volunteerlouisiana.gov/disaster-services/how-to-help\" target=\"_blank\">donation or volunteer</a>, at and area shelter in Lake Charles or Calcasieu Parish, go to <a href=\"http://www.volunteerlouisiana.gov/\" target=\"_blank\">http://www.volunteerlouisiana.gov/</a> for more information. If you need assistance call 211 or go to <a href=\"http://www.louisiana211.org/\" target=\"_blank\">louisiana211.org</a>.\r\n\r\nDisaster supplies and volunteers are badly needed, as more and more people head to our local shelters. Monetary donations always help.  For more info on how to donate supplies to the Lake Charles Civic Center Shelter, call OHSEP Director <a href=\"http://www.cppj.net/services/emergency-preparedness/dick-gremillion-director\" target=\"_blank\"><strong>Dick Gremillion</strong></a>, at (337) 721-3800, or <a href=\"mailto:ohsep@cppj.net\" shape=\"rect\">ohsep@cppj.net</a>.\r\n\r\n<strong>The following items are needed the most: </strong>\r\n\r\nBlankets and new pillows\r\n\r\nMattresses, cots or mats\r\n\r\nHygiene and toiletry items\r\n\r\nNonperishable foods and snacks\r\n\r\nBabycare essentials: formula, diapers, wipes, baby food etc.\r\n\r\nWater (cases only) and non-perishable food items\r\n\r\nManual Can Openers Paper dust masks Mosquito repellent Cleaning products: bleach (1-gallon bottles), disinfectant cleaner, dish detergent, sponges, paper towels, trash bags, heavy duty gloves, mops and brooms\r\n\r\nAs part of the<em><strong> Flood Love Community Donation Drive</strong></em>, <a href=\"https://catholiccharitiesusa.org/members/catholic-charities-of-southwest-louisiana\" target=\"_blank\">Catholic Charities of SWLA</a>, is currently accepting supplies from 9 a.m.- 4 p.m. They are located at 1225 2nd Street, in Lake Charles. All supplies collected will be distributed directly to residents affected by Hurricane Harvey. For large donations, ask for Jessica to make arrangements for delivery at, at (337) 439-7436.<script src=\"http://kplc.images.worldnow.com/interface/js/WNVideo.js?rnd=370096833;hostDomain=www.kplctv.com;playerWidth=630;playerHeight=420;isShowIcon=true;clipId=13658605;flvUri=;partnerclipid=;adTag=News;advertisingZone=;enableAds=true;landingPage=;islandingPageoverride=;playerType=STANDARD_EMBEDDEDscript;controlsType=fixed\" type=\"mce-text/javascript\"><\/script><a title=\"KPLC 7 News, Lake Charles, Louisiana\" href=\"http://www.kplctv.com\">KPLC 7 News, Lake Charles, Louisiana</a>","content":"\n<figure id=\"attachment_400268\" class=\"content-post-image aligncenter\"><span class=\"image-frame\"><noscript><img src=\"http://107jamz.com/files/2017/08/Hurricane-Harvey-shelter-Joe-Raedle-via-Getty-Images.jpg\"></noscript>\n<img class=\"size-full wp-image-400268 lazy\" src=\"//s3.amazonaws.com/tsm-images/global/1x1.gif\" alt=\"Hurricane Harvey shelter - Joe Raedle via Getty Images\" data-width=\"440\" data-height=\"273\" data-type=\"post\" datasrc=\"http://107jamz.com/files/2017/08/Hurricane-Harvey-shelter-Joe-Raedle-via-Getty-Images.jpg\"></span><figcaption>Hurricane Harvey shelter – Joe Raedle via Getty Images</figcaption></figure><p>For those of us who dodged the brunt of Hurricane Harvey all of us know someone, who wasn’t as lucky. Everywhere around us we see unspeakable devastation Harvey has left in it’s wake. Our neighbors in SE and East Texas, and here at home in SWLA are down and need our help. The City of Lake Charles opened the Lake Charles Civic Center and various charities are providing shelters in the area, working tirelessly to provide food, water, toiletries, medical assistance and safe accommodations for displaced families. <div class=\"embed-wrapper\"><iframe src=\"http://up.anv.bz/latest/anvload.html?key=eyJtIjoiTElOIiwidiI6IjE0NDY3NjciLCJhbnZhY2siOiJhbnZhdG9fbWNwX2xpbl93ZWJfcHJvZF80YzM2ZmJmZDRkOGQ4ZWNhZTY0ODg2NTZlMjFhYzZkMWFjOTcyNzQ5IiwicGx1Z2lucyI6eyJkZnAiOnsiY2xpZW50U2lkZSI6eyJhZFRhZ1VybCI6Imh0dHA6Ly9wdWJhZHMuZy5kb3VibGVjbGljay5uZXQvZ2FtcGFkL2Fkcz9zej0xeDEwMDAmaXU9LzU2NzgvbWcuS0xGWS9uZXdzL2xha2UtY2hhcmxlcy1wcmVwYXJlcy1mb3ItdHJvcGljYWwtc3Rvcm0taGFydmV5LWJ5LXByZXBhcmluZy1zaGVsdGVyLWluLWNpdHlzLWNpdmljLWNlbnRlci9kZXRhaWwmY2l1X3N6cz0zMDB4MjUwJmdkZnBfcmVxPTEmZW52PXZwJm91dHB1dD14bWxfdmFzdDImYWRfcnVsZT0xIn19LCJhbmFseXRpY3MiOnsicGRiIjoiOTQwNjU3NDciLCJzZXJ2ZXJVUkwiOiJodHRwOi8vYW5hbHl0aWNzLXYyLmFudmF0by5jb20vVmlkZW9BbmFseXRpY3Mvc3JjL3ZpZGVvX2xvZy5waHAifSwib21uaXR1cmUiOnsicHJvZmlsZSI6ImxpbiIsImFjY291bnQiOiJsaW50dmtsZnksZHBzZ2xvYmFsIiwidHJhY2tpbmdTZXJ2ZXIiOiJsaW50di4xMjIuMm83Lm5ldCIsInBhcmVudFBhZ2VVUkwiOiJodHRwOi8va2xmeS5jb20vMjAxNy8wOC8yOS9sYWtlLWNoYXJsZXMtcHJlcGFyZXMtZm9yLXRyb3BpY2FsLXN0b3JtLWhhcnZleS1ieS1wcmVwYXJpbmctc2hlbHRlci1pbi1jaXR5cy1jaXZpYy1jZW50ZXIvIiwicEluc3RhbmNlIjoicDAiLCJwbGF5ZXJOYW1lIjoiQW52YXRvVW5pdmVyc2FsUGxheWVyIn0sImdvb2dsZUFuYWx5dGljcyI6eyJ0cmFja2luZ0lkIjoiVUEtNTc0MTcwOTQtNyIsImNhdGVnb3J5IjoiQW52YXRvIFdlYiBQbGF5ZXIiLCJldmVudHMiOnsiVklERU9fQ09NUExFVEVEIjoiQ09NUExFVEUiLCJVU0VSX1BMQVkiOiJQTEFZIiwiVVNFUl9QQVVTRSI6IlBBVVNFIiwiVVNFUl9SRVNVTUUiOiJSRVNVTUUifX0sInJlYWxUaW1lQW5hbHl0aWNzIjp0cnVlfSwiaHRtbDUiOnRydWV9\" frameborder=\"0\" scrolling=\"no\" data-width=\"630\" data-height=\"420\"></iframe></div> This is a huge undertaking from getting donations to those in need, to having an ample amount of volunteers to assist in the process. If you can make a <a href=\"http://www.volunteerlouisiana.gov/disaster-services/how-to-help\" target=\"_blank\">donation or volunteer</a>, at and area shelter in Lake Charles or Calcasieu Parish, go to <a href=\"http://www.volunteerlouisiana.gov/\" target=\"_blank\">http://www.volunteerlouisiana.gov/</a> for more information. If you need assistance call 211 or go to <a href=\"http://www.louisiana211.org/\" target=\"_blank\">louisiana211.org</a>.</p>\n<p>Disaster supplies and volunteers are badly needed, as more and more people head to our local shelters. Monetary donations always help.  For more info on how to donate supplies to the Lake Charles Civic Center Shelter, call OHSEP Director <a href=\"http://www.cppj.net/services/emergency-preparedness/dick-gremillion-director\" target=\"_blank\"><strong>Dick Gremillion</strong></a>, at (337) 721-3800, or <a href=\"mailto:ohsep@cppj.net\" shape=\"rect\">ohsep@cppj.net</a>.</p>\n<p><strong>The following items are needed the most: </strong></p>\n<p>Blankets and new pillows</p>\n<p>Mattresses, cots or mats</p>\n<p>Hygiene and toiletry items</p>\n<p>Nonperishable foods and snacks</p>\n<p>Babycare essentials: formula, diapers, wipes, baby food etc.</p>\n<p>Water (cases only) and non-perishable food items</p>\n<p>Manual Can Openers Paper dust masks Mosquito repellent Cleaning products: bleach (1-gallon bottles), disinfectant cleaner, dish detergent, sponges, paper towels, trash bags, heavy duty gloves, mops and brooms</p>\n<p>As part of the<em><strong> Flood Love Community Donation Drive</strong></em>, <a href=\"https://catholiccharitiesusa.org/members/catholic-charities-of-southwest-louisiana\" target=\"_blank\">Catholic Charities of SWLA</a>, is currently accepting supplies from 9 a.m.- 4 p.m. They are located at 1225 2nd Street, in Lake Charles. All supplies collected will be distributed directly to residents affected by Hurricane Harvey. For large donations, ask for Jessica to make arrangements for delivery at, at (337) 439-7436.<script src=\"http://kplc.images.worldnow.com/interface/js/WNVideo.js?rnd=370096833;hostDomain=www.kplctv.com;playerWidth=630;playerHeight=420;isShowIcon=true;clipId=13658605;flvUri=;partnerclipid=;adTag=News;advertisingZone=;enableAds=true;landingPage=;islandingPageoverride=;playerType=STANDARD_EMBEDDEDscript;controlsType=fixed\" type=\"mce-text/javascript\"><\/script><a title=\"KPLC 7 News, Lake Charles, Louisiana\" href=\"http://www.kplctv.com\">KPLC 7 News, Lake Charles, Louisiana</a></p>\n","postType":"post","wpVersion":"","alternateMetaForBlogroll":{"title":"Shelter Donations Needed For Victims Of Hurricane Harvey &#8211; How You Can Help","excerpt":"Donations and volunteers are needed to continue helping victims of Hurricane Harvey at the Lake Charles Civic Center and other shelters in the city. ","post_excerpt":"Donations and volunteers are needed to continue helping victims of Hurricane Harvey at the Lake Charles Civic Center and other shelters in the city. ","post_more_excerpt":"<p>Donations and volunteers are needed to continue helping victims of Hurricane Harvey at the Lake Charles Civic Center and other shelters in the city.\n<p class=\"more_act\"><a href=\"http://gator995.com/donations-needed-for-victims-of-hurricane-harvey-how-you-can-help/\" title=\"Shelter Donations Needed For Victims Of Hurricane Harvey &#8211; How You Can Help\">Read More</a></p>\n","permalink":"http://gator995.com/donations-needed-for-victims-of-hurricane-harvey-how-you-can-help/","image":{"id":341021,"url":"http://107jamz.com/files/2017/08/Hurricane-Harvey-shelter-Joe-Raedle-via-Getty-Images.jpg","caption":"Hurricane Harvey shelter - Joe Raedle via Getty Images"}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":false},"tags":[{"id":4125,"slug":"donations","title":"donations","description":"","post_count":10,"link_url":"http://gator995.com/tags/donations/","feed_url":"http://gator995.com/tags/donations/feed/","term_taxonomy_id":4152,"object_id":0}],"categories":[{"id":51,"slug":"videos","title":"Audio/Videos/Photos","description":"","parent":0,"post_count":4008,"link_url":"http://gator995.com/category/videos/","feed_url":"http://gator995.com/category/videos/feed/","term_taxonomy_id":51,"object_id":0},{"id":578,"slug":"best-of-lake-charles","title":"Best of Lake Charles","description":"","parent":0,"post_count":976,"link_url":"http://gator995.com/category/best-of-lake-charles/","feed_url":"http://gator995.com/category/best-of-lake-charles/feed/","term_taxonomy_id":582,"object_id":0},{"id":115,"slug":"entertainment-news","title":"Entertainment","description":"","parent":0,"post_count":8937,"link_url":"http://gator995.com/category/entertainment-news/","feed_url":"http://gator995.com/category/entertainment-news/feed/","term_taxonomy_id":118,"object_id":0},{"id":87,"slug":"events","title":"Events","description":"","parent":0,"post_count":2362,"link_url":"http://gator995.com/category/events/","feed_url":"http://gator995.com/category/events/feed/","term_taxonomy_id":89,"object_id":0},{"id":2830,"slug":"food","title":"Food/Drink/Cooking","description":"","parent":0,"post_count":942,"link_url":"http://gator995.com/category/food/","feed_url":"http://gator995.com/category/food/feed/","term_taxonomy_id":2851,"object_id":0},{"id":5812,"slug":"newsletter-2","title":"Include in Newsletter","description":"","parent":0,"post_count":2328,"link_url":"http://gator995.com/category/newsletter-2/","feed_url":"http://gator995.com/category/newsletter-2/feed/","term_taxonomy_id":5842,"object_id":0},{"id":1502,"slug":"lists","title":"Lists","description":"","parent":0,"post_count":613,"link_url":"http://gator995.com/category/lists/","feed_url":"http://gator995.com/category/lists/feed/","term_taxonomy_id":1518,"object_id":0},{"id":1500,"slug":"medical","title":"Medical &amp; Health","description":"","parent":0,"post_count":319,"link_url":"http://gator995.com/category/medical/","feed_url":"http://gator995.com/category/medical/feed/","term_taxonomy_id":2269,"object_id":0},{"id":122,"slug":"news","title":"News","description":"","parent":0,"post_count":3568,"link_url":"http://gator995.com/category/news/","feed_url":"http://gator995.com/category/news/feed/","term_taxonomy_id":125,"object_id":0},{"id":2475,"slug":"opinion","title":"Opinion","description":"","parent":0,"post_count":762,"link_url":"http://gator995.com/category/opinion/","feed_url":"http://gator995.com/category/opinion/feed/","term_taxonomy_id":2496,"object_id":0},{"id":47,"slug":"local-news","title":"SWLA News","description":"","parent":0,"post_count":2929,"link_url":"http://gator995.com/category/local-news/","feed_url":"http://gator995.com/category/local-news/feed/","term_taxonomy_id":47,"object_id":0}],"authors":[{"id":279816,"slug":"ginacool107jamz","name":"Gina Cook","first_name":"Gina","last_name":"Cook","nickname":"ginacook107","url":"http://gator995.com/author/ginacool107jamz/","description":"I was born in Boston and raised in San Jose. I lived in New Orleans for a year or two before settling in Lake Charles in 1982. I am happily married with two beautiful children and a graduate of Lake Charles-Boston High School and Delta School of Business. I’ve been holding down Middays on the radio since 1991. I got my first gig at KXZZ. I was a member of the original and very first air-staff at KZWA before joining the staff here at KJMH 107 Jamz. I’ve been lucky enough to have had two syndicated shows in my career. I did this, all while maintaining a live show here in Lake Charles. In all, I’ve been a member of the 107 Jamz staff since we first went on the air on August 7, 2000. I am grateful to have had such longevity in a career I love so much.","thumbnail":"http://107jamz.com/files/2014/07/Gina.jpg"}],"post_more_meta":{"meta":""},"social":{"tw":{"href":"http://twitter.com/intent/tweet?text=Shelter%20Donations%20Needed%20For%20Victims%20Of%20Hurricane%20Harvey%20%E2%80%93%20How%20You%20Can%20Help%20http%3A%2F%2Fgator995.com%2Fdonations-needed-for-victims-of-hurricane-harvey-how-you-can-help%2F%3Ftrackback%3Dtwitter_mobile%20%40gator995","title":"Share on Twitter","target":"_blank"},"fb":{"href":"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fgator995.com%2Fdonations-needed-for-victims-of-hurricane-harvey-how-you-can-help%2F%3Ftrackback%3Dfbshare_mobile","title":"Share on Facebook","target":"_blank"},"email":null,"pinterest":null,"print":null,"is_article":true},"nextArticle":"http://gator995.com/chris-young-helping-hurricane-victims-texas/","prevArticle":"http://gator995.com/toledo-bend-and-dam-b-flood-gates-opened-releases-increase/","pageUrl":"/donations-needed-for-victims-of-hurricane-harvey-how-you-can-help/","blogId":149,"domain":"gator995.com","crossPostAttributionBottom":"","rawContent":"<p>\n<sectiontag class=\"module\" contenteditable=\"false\" type=\"image\" attr-id=\"400268\" attr-caption=\" Hurricane Harvey shelter - Joe Raedle via Getty Images\" attr-align=\"center\" attr-width=\"440\" attr-height=\"273\" attr-url=\"http://107jamz.com/files/2017/08/Hurricane-Harvey-shelter-Joe-Raedle-via-Getty-Images.jpg\"></sectiontag></p>\n<p>For those of us who dodged the brunt of Hurricane Harvey all of us know someone, who wasn't as lucky. Everywhere around us we see unspeakable devastation Harvey has left in it's wake. Our neighbors in SE and East Texas, and here at home in SWLA are down and need our help. The City of Lake Charles opened the Lake Charles Civic Center and various charities are providing shelters in the area, working tirelessly to provide food, water, toiletries, medical assistance and safe accommodations for displaced families. <iframe src=\"http://up.anv.bz/latest/anvload.html?key=eyJtIjoiTElOIiwidiI6IjE0NDY3NjciLCJhbnZhY2siOiJhbnZhdG9fbWNwX2xpbl93ZWJfcHJvZF80YzM2ZmJmZDRkOGQ4ZWNhZTY0ODg2NTZlMjFhYzZkMWFjOTcyNzQ5IiwicGx1Z2lucyI6eyJkZnAiOnsiY2xpZW50U2lkZSI6eyJhZFRhZ1VybCI6Imh0dHA6Ly9wdWJhZHMuZy5kb3VibGVjbGljay5uZXQvZ2FtcGFkL2Fkcz9zej0xeDEwMDAmaXU9LzU2NzgvbWcuS0xGWS9uZXdzL2xha2UtY2hhcmxlcy1wcmVwYXJlcy1mb3ItdHJvcGljYWwtc3Rvcm0taGFydmV5LWJ5LXByZXBhcmluZy1zaGVsdGVyLWluLWNpdHlzLWNpdmljLWNlbnRlci9kZXRhaWwmY2l1X3N6cz0zMDB4MjUwJmdkZnBfcmVxPTEmZW52PXZwJm91dHB1dD14bWxfdmFzdDImYWRfcnVsZT0xIn19LCJhbmFseXRpY3MiOnsicGRiIjoiOTQwNjU3NDciLCJzZXJ2ZXJVUkwiOiJodHRwOi8vYW5hbHl0aWNzLXYyLmFudmF0by5jb20vVmlkZW9BbmFseXRpY3Mvc3JjL3ZpZGVvX2xvZy5waHAifSwib21uaXR1cmUiOnsicHJvZmlsZSI6ImxpbiIsImFjY291bnQiOiJsaW50dmtsZnksZHBzZ2xvYmFsIiwidHJhY2tpbmdTZXJ2ZXIiOiJsaW50di4xMjIuMm83Lm5ldCIsInBhcmVudFBhZ2VVUkwiOiJodHRwOi8va2xmeS5jb20vMjAxNy8wOC8yOS9sYWtlLWNoYXJsZXMtcHJlcGFyZXMtZm9yLXRyb3BpY2FsLXN0b3JtLWhhcnZleS1ieS1wcmVwYXJpbmctc2hlbHRlci1pbi1jaXR5cy1jaXZpYy1jZW50ZXIvIiwicEluc3RhbmNlIjoicDAiLCJwbGF5ZXJOYW1lIjoiQW52YXRvVW5pdmVyc2FsUGxheWVyIn0sImdvb2dsZUFuYWx5dGljcyI6eyJ0cmFja2luZ0lkIjoiVUEtNTc0MTcwOTQtNyIsImNhdGVnb3J5IjoiQW52YXRvIFdlYiBQbGF5ZXIiLCJldmVudHMiOnsiVklERU9fQ09NUExFVEVEIjoiQ09NUExFVEUiLCJVU0VSX1BMQVkiOiJQTEFZIiwiVVNFUl9QQVVTRSI6IlBBVVNFIiwiVVNFUl9SRVNVTUUiOiJSRVNVTUUifX0sInJlYWxUaW1lQW5hbHl0aWNzIjp0cnVlfSwiaHRtbDUiOnRydWV9\" width=\"630\" height=\"420\" frameborder=\"0\" scrolling=\"no\"></iframe> This is a huge undertaking from getting donations to those in need, to having an ample amount of volunteers to assist in the process. If you can make a <a href=\"http://www.volunteerlouisiana.gov/disaster-services/how-to-help\" target=\"_blank\">donation or volunteer</a>, at and area shelter in Lake Charles or Calcasieu Parish, go to <a href=\"http://www.volunteerlouisiana.gov/\" target=\"_blank\">http://www.volunteerlouisiana.gov/</a> for more information. If you need assistance call 211 or go to <a href=\"http://www.louisiana211.org/\" target=\"_blank\">louisiana211.org</a>.</p>\n<p>Disaster supplies and volunteers are badly needed, as more and more people head to our local shelters. Monetary donations always help.  For more info on how to donate supplies to the Lake Charles Civic Center Shelter, call OHSEP Director <a href=\"http://www.cppj.net/services/emergency-preparedness/dick-gremillion-director\" target=\"_blank\"><strong>Dick Gremillion</strong></a>, at (337) 721-3800, or <a href=\"mailto:ohsep@cppj.net\" shape=\"rect\">ohsep@cppj.net</a>.</p>\n<p><strong>The following items are needed the most: </strong></p>\n<p>Blankets and new pillows</p>\n<p>Mattresses, cots or mats</p>\n<p>Hygiene and toiletry items</p>\n<p>Nonperishable foods and snacks</p>\n<p>Babycare essentials: formula, diapers, wipes, baby food etc.</p>\n<p>Water (cases only) and non-perishable food items</p>\n<p>Manual Can Openers Paper dust masks Mosquito repellent Cleaning products: bleach (1-gallon bottles), disinfectant cleaner, dish detergent, sponges, paper towels, trash bags, heavy duty gloves, mops and brooms</p>\n<p>As part of the<em><strong> Flood Love Community Donation Drive</strong></em>, <a href=\"https://catholiccharitiesusa.org/members/catholic-charities-of-southwest-louisiana\" target=\"_blank\">Catholic Charities of SWLA</a>, is currently accepting supplies from 9 a.m.- 4 p.m. They are located at 1225 2nd Street, in Lake Charles. All supplies collected will be distributed directly to residents affected by Hurricane Harvey. For large donations, ask for Jessica to make arrangements for delivery at, at (337) 439-7436.<script src=\"http://kplc.images.worldnow.com/interface/js/WNVideo.js?rnd=370096833;hostDomain=www.kplctv.com;playerWidth=630;playerHeight=420;isShowIcon=true;clipId=13658605;flvUri=;partnerclipid=;adTag=News;advertisingZone=;enableAds=true;landingPage=;islandingPageoverride=;playerType=STANDARD_EMBEDDEDscript;controlsType=fixed\" type=\"mce-text/javascript\"><\/script><a title=\"KPLC 7 News, Lake Charles, Louisiana\" href=\"http://www.kplctv.com\">KPLC 7 News, Lake Charles, Louisiana</a></p>\n","podContent":[{"type":"singlePostText","data":{"text":"<p>For those of us who dodged the brunt of Hurricane Harvey all of us know someone, who wasn&apos;t as lucky. Everywhere around us we see unspeakable devastation Harvey has left in it&apos;s wake. Our neighbors in SE and East Texas, and here at home in SWLA are down and need our help. The City of Lake Charles opened the Lake Charles Civic Center and various&#xA0;charities are providing shelters in the area, working tirelessly to provide food, water, toiletries, medical assistance and safe accommodations&#xA0;for displaced families. <iframe src=\"http://up.anv.bz/latest/anvload.html?key=eyJtIjoiTElOIiwidiI6IjE0NDY3NjciLCJhbnZhY2siOiJhbnZhdG9fbWNwX2xpbl93ZWJfcHJvZF80YzM2ZmJmZDRkOGQ4ZWNhZTY0ODg2NTZlMjFhYzZkMWFjOTcyNzQ5IiwicGx1Z2lucyI6eyJkZnAiOnsiY2xpZW50U2lkZSI6eyJhZFRhZ1VybCI6Imh0dHA6Ly9wdWJhZHMuZy5kb3VibGVjbGljay5uZXQvZ2FtcGFkL2Fkcz9zej0xeDEwMDAmaXU9LzU2NzgvbWcuS0xGWS9uZXdzL2xha2UtY2hhcmxlcy1wcmVwYXJlcy1mb3ItdHJvcGljYWwtc3Rvcm0taGFydmV5LWJ5LXByZXBhcmluZy1zaGVsdGVyLWluLWNpdHlzLWNpdmljLWNlbnRlci9kZXRhaWwmY2l1X3N6cz0zMDB4MjUwJmdkZnBfcmVxPTEmZW52PXZwJm91dHB1dD14bWxfdmFzdDImYWRfcnVsZT0xIn19LCJhbmFseXRpY3MiOnsicGRiIjoiOTQwNjU3NDciLCJzZXJ2ZXJVUkwiOiJodHRwOi8vYW5hbHl0aWNzLXYyLmFudmF0by5jb20vVmlkZW9BbmFseXRpY3Mvc3JjL3ZpZGVvX2xvZy5waHAifSwib21uaXR1cmUiOnsicHJvZmlsZSI6ImxpbiIsImFjY291bnQiOiJsaW50dmtsZnksZHBzZ2xvYmFsIiwidHJhY2tpbmdTZXJ2ZXIiOiJsaW50di4xMjIuMm83Lm5ldCIsInBhcmVudFBhZ2VVUkwiOiJodHRwOi8va2xmeS5jb20vMjAxNy8wOC8yOS9sYWtlLWNoYXJsZXMtcHJlcGFyZXMtZm9yLXRyb3BpY2FsLXN0b3JtLWhhcnZleS1ieS1wcmVwYXJpbmctc2hlbHRlci1pbi1jaXR5cy1jaXZpYy1jZW50ZXIvIiwicEluc3RhbmNlIjoicDAiLCJwbGF5ZXJOYW1lIjoiQW52YXRvVW5pdmVyc2FsUGxheWVyIn0sImdvb2dsZUFuYWx5dGljcyI6eyJ0cmFja2luZ0lkIjoiVUEtNTc0MTcwOTQtNyIsImNhdGVnb3J5IjoiQW52YXRvIFdlYiBQbGF5ZXIiLCJldmVudHMiOnsiVklERU9fQ09NUExFVEVEIjoiQ09NUExFVEUiLCJVU0VSX1BMQVkiOiJQTEFZIiwiVVNFUl9QQVVTRSI6IlBBVVNFIiwiVVNFUl9SRVNVTUUiOiJSRVNVTUUifX0sInJlYWxUaW1lQW5hbHl0aWNzIjp0cnVlfSwiaHRtbDUiOnRydWV9\" width=\"630\" height=\"420\" frameborder=\"0\" scrolling=\"no\"></iframe> This is a huge undertaking from&#xA0;getting donations to those in need, to having an ample amount of volunteers to assist in the process.&#xA0;If you can make a <a href=\"http://www.volunteerlouisiana.gov/disaster-services/how-to-help\" target=\"_blank\">donation or&#xA0;volunteer</a>, at and area shelter in Lake Charles or Calcasieu Parish, go to <a href=\"http://www.volunteerlouisiana.gov/\" target=\"_blank\">http://www.volunteerlouisiana.gov/</a>&#xA0;for more information. If you need assistance call 211 or go to <a href=\"http://www.louisiana211.org/\" target=\"_blank\">louisiana211.org</a>.</p>\n"},"currentTextLength":910,"runningCounter":1,"cumulativePodTextLength":910,"totalSimilarConsecutiveElements":11,"totalTextLength":2118},{"type":"singlePostText","data":{"text":"<p>Disaster supplies and volunteers are badly needed, as more and more people head to our local shelters. Monetary donations always help.&#xA0;&#xA0;For more info on how to donate supplies to the Lake Charles Civic Center Shelter, call OHSEP Director <a href=\"http://www.cppj.net/services/emergency-preparedness/dick-gremillion-director\" target=\"_blank\"><strong>Dick Gremillion</strong></a>, at (337) 721-3800, or <a href=\"mailto:ohsep@cppj.net\" shape=\"rect\">ohsep@cppj.net</a>.</p>\n"},"currentTextLength":303,"runningCounter":2,"cumulativePodTextLength":1213,"totalSimilarConsecutiveElements":11,"totalTextLength":2118},{"type":"singlePostShareThrough","data":{}},{"type":"singlePostText","data":{"text":"<p><strong>The following items are needed the most: </strong></p>\n"},"currentTextLength":42,"runningCounter":3,"cumulativePodTextLength":1255,"totalSimilarConsecutiveElements":11,"totalTextLength":2118},{"type":"singlePostText","data":{"text":"<p>Blankets and new pillows</p>\n"},"currentTextLength":25,"runningCounter":4,"cumulativePodTextLength":1280,"totalSimilarConsecutiveElements":11,"totalTextLength":2118},{"type":"singlePostText","data":{"text":"<p>Mattresses, cots or mats</p>\n"},"currentTextLength":25,"runningCounter":5,"cumulativePodTextLength":1305,"totalSimilarConsecutiveElements":11,"totalTextLength":2118},{"type":"singlePostText","data":{"text":"<p>Hygiene and toiletry items</p>\n"},"currentTextLength":27,"runningCounter":6,"cumulativePodTextLength":1332,"totalSimilarConsecutiveElements":11,"totalTextLength":2118},{"type":"singlePostText","data":{"text":"<p>Nonperishable foods and snacks</p>\n"},"currentTextLength":31,"runningCounter":7,"cumulativePodTextLength":1363,"totalSimilarConsecutiveElements":11,"totalTextLength":2118},{"type":"singlePostText","data":{"text":"<p>Babycare essentials: formula, diapers, wipes, baby food etc.</p>\n"},"currentTextLength":61,"runningCounter":8,"cumulativePodTextLength":1424,"totalSimilarConsecutiveElements":11,"totalTextLength":2118},{"type":"singlePostText","data":{"text":"<p>Water (cases only) and non-perishable food items</p>\n"},"currentTextLength":49,"runningCounter":9,"cumulativePodTextLength":1473,"totalSimilarConsecutiveElements":11,"totalTextLength":2118},{"type":"singlePostText","data":{"text":"<p>Manual Can Openers Paper dust masks Mosquito repellent Cleaning products: bleach (1-gallon bottles), disinfectant cleaner, dish detergent, sponges, paper towels, trash bags, heavy duty gloves, mops and brooms</p>\n"},"currentTextLength":209,"runningCounter":10,"cumulativePodTextLength":1682,"totalSimilarConsecutiveElements":11,"totalTextLength":2118},{"type":"singlePostText","data":{"text":"<p>As part of the<em><strong> Flood Love Community Donation Drive</strong></em>,&#xA0;<a href=\"https://catholiccharitiesusa.org/members/catholic-charities-of-southwest-louisiana\" target=\"_blank\">Catholic Charities of SWLA</a>, is currently accepting supplies from 9 a.m.- 4 p.m. They are located at 1225 2nd Street, in Lake Charles. All&#xA0;supplies collected will be distributed directly to&#xA0;residents affected&#xA0;by Hurricane Harvey. For&#xA0;large donations, ask for Jessica to make arrangements for delivery at, at (337) 439-7436.<script src=\"http://kplc.images.worldnow.com/interface/js/WNVideo.js?rnd=370096833;hostDomain=www.kplctv.com;playerWidth=630;playerHeight=420;isShowIcon=true;clipId=13658605;flvUri=;partnerclipid=;adTag=News;advertisingZone=;enableAds=true;landingPage=;islandingPageoverride=;playerType=STANDARD_EMBEDDEDscript;controlsType=fixed\" type=\"mce-text/javascript\"><\/script><a title=\"KPLC 7 News, Lake Charles, Louisiana\" href=\"http://www.kplctv.com\">KPLC 7 News, Lake Charles, Louisiana</a></p>\n"},"currentTextLength":436,"runningCounter":11,"cumulativePodTextLength":2118,"totalSimilarConsecutiveElements":11,"totalTextLength":2118}],"uniquePodTypes":["singlePostImage","singlePostText"],"podHeader":[{"type":"singlePostImage","data":{"id":400268,"caption":"Hurricane Harvey shelter - Joe Raedle via Getty Images","align":"center","width":440,"height":273,"url":"http://107jamz.com/files/2017/08/Hurricane-Harvey-shelter-Joe-Raedle-via-Getty-Images.jpg"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"next":{"latest":[{"postId":319025,"documentUrl":"/louisiana-1-flood-relief-concert/","filterUrl":"/rest/carbon/filter/main/louisiana-1-flood-relief-concert/","sortDate":"2016-08-22 08:37:18.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":318747,"documentUrl":"/southwest-louisiana-steps-up-to-help-flood-victims-heres-how-you-can-help/","filterUrl":"/rest/carbon/filter/main/southwest-louisiana-steps-up-to-help-flood-victims-heres-how-you-can-help/","sortDate":"2016-08-17 06:50:32.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":315041,"documentUrl":"/world-blood-donor-day/","filterUrl":"/rest/carbon/filter/main/world-blood-donor-day/","sortDate":"2016-06-14 05:00:58.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":315036,"documentUrl":"/blood-donations-needed-for-victims-of-orlando-shooting/","filterUrl":"/rest/carbon/filter/main/blood-donations-needed-for-victims-of-orlando-shooting/","sortDate":"2016-06-13 05:07:31.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":309668,"documentUrl":"/speedway-motors-and-richard-law-firm-collecting-donations-for-flood-victims/","filterUrl":"/rest/carbon/filter/main/speedway-motors-and-richard-law-firm-collecting-donations-for-flood-victims/","sortDate":"2016-03-16 07:35:20.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":198248,"documentUrl":"/lake-charles-coats-for-kids-drop-off-locations-announced/","filterUrl":"/rest/carbon/filter/main/lake-charles-coats-for-kids-drop-off-locations-announced/","sortDate":"2013-10-30 09:03:51.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":108521,"documentUrl":"/2012-ethel-precht-breast-cancer-3k-set-for-saturday-october-20/","filterUrl":"/rest/carbon/filter/main/2012-ethel-precht-breast-cancer-3k-set-for-saturday-october-20/","sortDate":"2012-09-18 15:28:07.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":73092,"documentUrl":"/our-childrens-miracle-network-radiothon-continues-friday-its-your-chance-to-save-a-childs-life/","filterUrl":"/rest/carbon/filter/main/our-childrens-miracle-network-radiothon-continues-friday-its-your-chance-to-save-a-childs-life/","sortDate":"2012-06-21 16:44:44.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":341044,"documentUrl":"/chris-young-helping-hurricane-victims-texas/","filterUrl":"/rest/carbon/filter/main/chris-young-helping-hurricane-victims-texas/","sortDate":"2017-08-30 13:35:36.000 +0000","termTaxonomyId":47,"taxonomyType":"category"},{"postId":341047,"documentUrl":"/florida-georgia-lines-fgl-house-hosts-hurricane-harvey-fundraiser/","filterUrl":"/rest/carbon/filter/main/florida-georgia-lines-fgl-house-hosts-hurricane-harvey-fundraiser/","sortDate":"2017-08-30 13:30:05.000 +0000","termTaxonomyId":118,"taxonomyType":"category"}],"taxonomy":[{"postId":319025,"documentUrl":"/louisiana-1-flood-relief-concert/","filterUrl":"/rest/carbon/filter/main/louisiana-1-flood-relief-concert/","sortDate":"2016-08-22 08:37:18.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":318747,"documentUrl":"/southwest-louisiana-steps-up-to-help-flood-victims-heres-how-you-can-help/","filterUrl":"/rest/carbon/filter/main/southwest-louisiana-steps-up-to-help-flood-victims-heres-how-you-can-help/","sortDate":"2016-08-17 06:50:32.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":315041,"documentUrl":"/world-blood-donor-day/","filterUrl":"/rest/carbon/filter/main/world-blood-donor-day/","sortDate":"2016-06-14 05:00:58.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":315036,"documentUrl":"/blood-donations-needed-for-victims-of-orlando-shooting/","filterUrl":"/rest/carbon/filter/main/blood-donations-needed-for-victims-of-orlando-shooting/","sortDate":"2016-06-13 05:07:31.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":309668,"documentUrl":"/speedway-motors-and-richard-law-firm-collecting-donations-for-flood-victims/","filterUrl":"/rest/carbon/filter/main/speedway-motors-and-richard-law-firm-collecting-donations-for-flood-victims/","sortDate":"2016-03-16 07:35:20.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":198248,"documentUrl":"/lake-charles-coats-for-kids-drop-off-locations-announced/","filterUrl":"/rest/carbon/filter/main/lake-charles-coats-for-kids-drop-off-locations-announced/","sortDate":"2013-10-30 09:03:51.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":108521,"documentUrl":"/2012-ethel-precht-breast-cancer-3k-set-for-saturday-october-20/","filterUrl":"/rest/carbon/filter/main/2012-ethel-precht-breast-cancer-3k-set-for-saturday-october-20/","sortDate":"2012-09-18 15:28:07.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":73092,"documentUrl":"/our-childrens-miracle-network-radiothon-continues-friday-its-your-chance-to-save-a-childs-life/","filterUrl":"/rest/carbon/filter/main/our-childrens-miracle-network-radiothon-continues-friday-its-your-chance-to-save-a-childs-life/","sortDate":"2012-06-21 16:44:44.000 +0000","termTaxonomyId":4152,"taxonomyType":"tags"},{"postId":341044,"documentUrl":"/chris-young-helping-hurricane-victims-texas/","filterUrl":"/rest/carbon/filter/main/chris-young-helping-hurricane-victims-texas/","sortDate":"2017-08-30 13:35:36.000 +0000","termTaxonomyId":47,"taxonomyType":"category"},{"postId":341047,"documentUrl":"/florida-georgia-lines-fgl-house-hosts-hurricane-harvey-fundraiser/","filterUrl":"/rest/carbon/filter/main/florida-georgia-lines-fgl-house-hosts-hurricane-harvey-fundraiser/","sortDate":"2017-08-30 13:30:05.000 +0000","termTaxonomyId":118,"taxonomyType":"category"}]}}}},"carbonwidget/top-728x90":{"info":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"top-728x90","widgetTime":3},"data":["carbonwidget/top-728x90"],"dataDetails":{"carbonwidget/top-728x90":{"adUnit":"top-728x90","adType":"dfp6"}}},"carbonwidget/dynamic-ad-custom":{"info":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-custom","widgetTime":3},"data":["carbonwidget/dynamic-ad-custom"],"dataDetails":{"carbonwidget/dynamic-ad-custom":{"adUnit":"dynamic-ad-custom","adType":"dfp6"}}},"carbonwidget/dynamic-ad-header":{"info":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-header","widgetTime":3},"data":["carbonwidget/dynamic-ad-header"],"dataDetails":{"carbonwidget/dynamic-ad-header":{"adUnit":"dynamic-ad-header","adType":"dfp6"}}},"carbonwidget/dynamic-ad-push":{"info":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-push","widgetTime":3},"data":["carbonwidget/dynamic-ad-push"],"dataDetails":{"carbonwidget/dynamic-ad-push":{"adUnit":"dynamic-ad-push","adType":"dfp6"}}},"carbonwidget/tsm-out-of-page":{"info":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"tsm-out-of-page","widgetTime":2},"data":["carbonwidget/tsm-out-of-page"],"dataDetails":{"carbonwidget/tsm-out-of-page":{"adUnit":"tsm-out-of-page","adType":"dfp6"}}},"carbonwidget/bottom-728x90":{"info":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"bottom-728x90","widgetTime":2},"data":["carbonwidget/bottom-728x90"],"dataDetails":{"carbonwidget/bottom-728x90":{"adUnit":"bottom-728x90","adType":"dfp6"}}},"ts_blogroll-5":{"info":{"id":"ts_blogroll-5","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"5"},"params":{"title":"Best of Gator 99.5","type":"main_content_thumb_title_roll","cat":"115","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","widgetTime":4,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[348131,348100,348103,348126],"dataDetails":{"348100":{"postid":"348100","sortdate":"2018-02-12T03:17:49.000Z","data":{"mainData":{"postType":"post","caption":"Rick Diamond, Getty Images","thumbnail":"http://tasteofcountry.com/files/2017/08/Willie-Nelson-Breathing.jpg","postDateGmt":"2018-02-12 03:17:49 +0000","title":"Willie Nelson Is in Fighting Good Shape After Battling Flu","url":"http://gator995.com/willie-nelson-in-fighting-good-shape/","id":348100,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"The 84-year-old singer isn&apos;t going to let health issues keep him down, and his son posted a photo to prove it. ","authors":[{"id":3693288,"slug":"wendyhermanson","name":"Wendy Hermanson","first_name":"Wendy","last_name":"Hermanson","nickname":"wendyhermanson","thumbnail":"http://production.townsquareblogs.com/wp-content/uploads/2012/10/profile.png","url":"http://gator995.com/author/wendyhermanson/"}],"video":true,"videoUrl":"https://youtu.be/t4Td8ZXaqc0","youtubeId":"t4Td8ZXaqc0"},"alternateData":{"_townsquare_media_url":"https://youtu.be/t4Td8ZXaqc0","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Willie Nelson Is in Fighting Good Shape After Battling Flu","dynamic-lead-title":"Willie Nelson Is in Fighting Good Shape After Battling Flu","dynamic-lead-excerpt":"The 84-year-old singer isn&apos;t going to let health issues keep him down, and his son posted a photo to prove it. ","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"348103":{"postid":"348103","sortdate":"2018-02-10T19:40:22.000Z","data":{"mainData":{"postType":"post","caption":"Angela Weiss, Getty Images","thumbnail":"http://tasteofcountry.com/files/2018/02/blake-shelton-the-voice-new-chairs.jpg","postDateGmt":"2018-02-10 19:40:22 +0000","title":"&apos;The Voice&apos; Reveals Game-Changing New Features for 2018 Season","url":"http://gator995.com/the-voice-new-chairs-features-season-14/","id":348103,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Some newly announced changes promise to make it the most competitive season yet.","authors":[{"id":645487,"slug":"sterlingwit","name":"Sterling Whitaker","first_name":"Sterling","last_name":"Whitaker","nickname":"Sterling Whitaker","thumbnail":"http://tasteofcountry.com/files/2015/10/sterling-whitaker.jpg","url":"http://gator995.com/author/sterlingwit/"}],"video":true,"videoUrl":"https://youtu.be/EQlzGsBYKig","youtubeId":"EQlzGsBYKig"},"alternateData":{"dynamic-lead-title":"&apos;The Voice&apos; Reveals Game-Changing New Features for 2018 Season","dynamic-lead-excerpt":"Some newly announced changes promise to make it the most competitive season yet.","dynamic-lead-link-url":"","dynamic-lead-image":"","_townsquare_media_url":"https://youtu.be/EQlzGsBYKig","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"&apos;The Voice&apos; Reveals Game-Changing New Features for 2018 Season"}}},"348126":{"postid":"348126","sortdate":"2018-02-10T16:30:30.000Z","data":{"mainData":{"postType":"post","caption":"Frazer Harrison / Jason Merritt, Getty Images","thumbnail":"http://tasteofcountry.com/files/2018/02/shania-twain-hank-willliams-jr.jpg","postDateGmt":"2018-02-10 16:30:30 +0000","title":"11 Country Singers Who Should Be In the Hall of Fame","url":"http://gator995.com/country-singers-who-should-be-in-the-hall-of-fame/","id":348126,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Who should and shouldn&apos;t be in the Country Music Hall of Fame? The topic is more divisive than bro country.","authors":[{"id":279119,"slug":"billydukesgmail-com","name":"Billy Dukes","first_name":"Billy","last_name":"Dukes","nickname":"Billy Dukes","thumbnail":"http://tasteofcountry.com/files/2015/10/8865-02.jpg","url":"http://gator995.com/author/billydukesgmail-com/"}],"video":true,"videoUrl":"https://youtu.be/5FjCW3pgOGg","youtubeId":"5FjCW3pgOGg"},"alternateData":{"_townsquare_media_url":"https://youtu.be/5FjCW3pgOGg","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"11 Country Singers Who Should Be In the Hall of Fame","dynamic-lead-title":"11 Country Singers Who Should Be in the Hall of Fame","dynamic-lead-excerpt":"Who should and shouldn&apos;t be in the Country Music Hall of Fame? The topic is more divisive than bro country.","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"348131":{"postid":"348131","sortdate":"2018-02-12T14:00:27.000Z","data":{"mainData":{"postType":"post","caption":"Keith Frank (Photo Provided by Keith Frank Management)","thumbnail":"http://cajunradio.com/files/2014/01/Keith-Frank-Pic-5.jpg","postDateGmt":"2018-02-12 14:00:27 +0000","title":"Lundi Gras Party Tonight With Keith Frank In Lake Charles ","url":"http://gator995.com/8th-annual-lundi-gras-party-with-keith-frank-tonight-in-lake-charles/","id":348131,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Our 8th annual Lundi Gras Party is tonight and features Keith Frank!  This party is the must go to event of Mardi in the Southwest Louisiana area.","authors":[{"id":340,"slug":"mikesoileau","name":"Mike Soileau","first_name":"Mike","last_name":"Soileau","nickname":"mikesoileau","url":"http://gator995.com/author/mikesoileau/","thumbnail":"http://gator995.com/files/2015/02/msoileau3.png"}],"video":true,"videoUrl":"https://youtu.be/hFLYbqRYA2k","youtubeId":"hFLYbqRYA2k"},"alternateData":{"_townsquare_media_url":"https://youtu.be/hFLYbqRYA2k","dynamic-lead-title":"Lundi Gras Party Tonight With Keith Frank In Lake Charles","dynamic-lead-excerpt":"Our 8th annual Lundi Gras Party is tonight and features Keith Frank!  This party is the must go to event of Mardi in the Southwest Louisiana area.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Lundi Gras Party Tonight With Keith Frank In Lake Charles "}}}},"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":"39620","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"widget_third_party_content-3":{"info":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"params":{"type":"zergnet","title":"Best of the Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"ts_blogroll-579":{"info":{"id":"ts_blogroll-579","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"579"},"params":{"title":"Featured","type":"carousel","isweather":"1","cat":"0","posts_per_page":"4","align":"right","pinned_id":"","pinned_label":"","tag":"featured","private_tag":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0,"author":"","widgetTime":4,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[348070,348012,348006,348000],"dataDetails":{"348000":{"postid":"348000","sortdate":"2018-02-08T17:54:12.000Z","data":{"mainData":{"postType":"post","caption":"ThinkStock","thumbnail":"http://gator995.com/files/2018/02/RS6904_179335271.jpg","postDateGmt":"2018-02-08 17:54:12 +0000","title":"A Complete Guide to Louisiana &lsquo;Birthstones&CloseCurlyQuote;","url":"http://gator995.com/a-complete-guide-to-louisiana-birthstones/","id":348000,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Did you know Louisiana has its own birthstones? Probably not, because we just made them up. Pass a good time and find out what your &apos;birthstone&apos; says about you!","authors":[{"id":2659003,"slug":"kbland","name":"Kristian Bland","first_name":"Kristian","last_name":"Bland","nickname":"kbland","thumbnail":"http://929thelake.com/files/2017/12/kbland-thumb.jpg","url":"http://gator995.com/author/kbland/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"A Complete Guide to Louisiana &lsquo;Birthstones&CloseCurlyQuote;","dynamic-lead-excerpt":"Did you know Louisiana has its own birthstones? Probably not, because we just made them up. Pass a good time and find out what your &apos;birthstone&apos; says about you!","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"A Complete Guide to Louisiana &lsquo;Birthstones&CloseCurlyQuote;"}}},"348006":{"postid":"348006","sortdate":"2018-02-08T21:15:33.000Z","data":{"mainData":{"postType":"post","caption":"Getty Images","thumbnail":"http://gator995.com/files/2018/02/GettyImages-915757616.jpg","postDateGmt":"2018-02-08 21:15:33 +0000","title":"Want to Watch the Olympics Sans Cable?","url":"http://gator995.com/want-to-watch-the-olympics-sans-cable/","id":348006,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"We all have that one friend that suddenly becomes an expert on curling and how the Canadian team got robbed last time. Now you can be an expert on how to watch as much coverage as possible without that pesky cable bill, assuming you have an antenna or at least internet access.","authors":[{"id":3916960,"slug":"rusconrad","name":"Buddy Russ","first_name":"Buddy","last_name":"Russ","nickname":"rusconrad","thumbnail":"http://gator995.com/files/2018/01/russ-profile.jpg","url":"http://gator995.com/author/rusconrad/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Want to Watch the Olympics Sans Cable?","dynamic-lead-excerpt":"We all have that one friend that suddenly becomes an expert on curling and how the Canadian team got robbed last time. Now you can be an expert on how to watch as much coverage as possible without that pesky cable bill, assuming you have an antenna or at least internet access.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"","_aioseop_title":"Want to Watch the Olympics Sans Cable?","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}},"348012":{"postid":"348012","sortdate":"2018-02-08T23:11:56.000Z","data":{"mainData":{"postType":"post","caption":"Getty Images","thumbnail":"http://gator995.com/files/2018/02/GettyImages-910279234.jpg","postDateGmt":"2018-02-08 23:11:56 +0000","title":"Drunk on a Plane? What About Naked?","url":"http://gator995.com/drunk-on-a-plane-what-about-naked/","id":348012,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":" Naked on a plane? That takes crazy to a whole new level. ","authors":[{"id":3916960,"slug":"rusconrad","name":"Buddy Russ","first_name":"Buddy","last_name":"Russ","nickname":"rusconrad","thumbnail":"http://gator995.com/files/2018/01/russ-profile.jpg","url":"http://gator995.com/author/rusconrad/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Drunk on a Plane? What About Naked?","dynamic-lead-excerpt":" Naked on a plane? That takes crazy to a whole new level. ","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Drunk on a Plane? What About Naked?"}}},"348070":{"postid":"348070","sortdate":"2018-02-09T21:23:25.000Z","data":{"mainData":{"postType":"post","caption":"Getty Images","thumbnail":"http://gator995.com/files/2018/02/GettyImages-621783512.jpg","postDateGmt":"2018-02-09 21:23:25 +0000","title":"Thats my Bag, Baby!","url":"http://gator995.com/thats-my-bag-baby/","id":348070,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Whether you bought 1 item or 100, you&apos;re going to get a plastic shopping bag.  What else can you do with them? ","authors":[{"id":3916960,"slug":"rusconrad","name":"Buddy Russ","first_name":"Buddy","last_name":"Russ","nickname":"rusconrad","thumbnail":"http://gator995.com/files/2018/01/russ-profile.jpg","url":"http://gator995.com/author/rusconrad/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Thats my Bag, Baby!","dynamic-lead-excerpt":"Whether you bought 1 item or 100, you&apos;re going to get a plastic shopping bag.  What else can you do with them? ","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"","_aioseop_title":"Thats my Bag, Baby!","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}}},"redisCached":true},"fix_sidebar_marker-93":{"info":{"id":"fix_sidebar_marker-93","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"93"},"params":{"title":"Fix Sidebar Marker","widgetTime":1},"data":[],"dataDetails":{}},"google-ads-widget-401":{"info":{"id":"google-ads-widget-401","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"401"},"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-369":{"info":{"id":"tsq_sailthru_newsletter_widget-369","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"369"},"params":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["KNGT"],"widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-580":{"info":{"id":"ts_blogroll-580","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"580"},"params":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3,"widgetTime":3,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[348131,348100,348103],"dataDetails":{"348100":{"postid":"348100","sortdate":"2018-02-12T03:17:49.000Z","data":{"mainData":{"postType":"post","caption":"Rick Diamond, Getty Images","thumbnail":"http://tasteofcountry.com/files/2017/08/Willie-Nelson-Breathing.jpg","postDateGmt":"2018-02-12 03:17:49 +0000","title":"Willie Nelson Is in Fighting Good Shape After Battling Flu","url":"http://gator995.com/willie-nelson-in-fighting-good-shape/","id":348100,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"The 84-year-old singer isn&apos;t going to let health issues keep him down, and his son posted a photo to prove it. ","authors":[{"id":3693288,"slug":"wendyhermanson","name":"Wendy Hermanson","first_name":"Wendy","last_name":"Hermanson","nickname":"wendyhermanson","thumbnail":"http://production.townsquareblogs.com/wp-content/uploads/2012/10/profile.png","url":"http://gator995.com/author/wendyhermanson/"}],"video":true,"videoUrl":"https://youtu.be/t4Td8ZXaqc0","youtubeId":"t4Td8ZXaqc0"},"alternateData":{"_townsquare_media_url":"https://youtu.be/t4Td8ZXaqc0","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Willie Nelson Is in Fighting Good Shape After Battling Flu","dynamic-lead-title":"Willie Nelson Is in Fighting Good Shape After Battling Flu","dynamic-lead-excerpt":"The 84-year-old singer isn&apos;t going to let health issues keep him down, and his son posted a photo to prove it. ","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"348103":{"postid":"348103","sortdate":"2018-02-10T19:40:22.000Z","data":{"mainData":{"postType":"post","caption":"Angela Weiss, Getty Images","thumbnail":"http://tasteofcountry.com/files/2018/02/blake-shelton-the-voice-new-chairs.jpg","postDateGmt":"2018-02-10 19:40:22 +0000","title":"&apos;The Voice&apos; Reveals Game-Changing New Features for 2018 Season","url":"http://gator995.com/the-voice-new-chairs-features-season-14/","id":348103,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Some newly announced changes promise to make it the most competitive season yet.","authors":[{"id":645487,"slug":"sterlingwit","name":"Sterling Whitaker","first_name":"Sterling","last_name":"Whitaker","nickname":"Sterling Whitaker","thumbnail":"http://tasteofcountry.com/files/2015/10/sterling-whitaker.jpg","url":"http://gator995.com/author/sterlingwit/"}],"video":true,"videoUrl":"https://youtu.be/EQlzGsBYKig","youtubeId":"EQlzGsBYKig"},"alternateData":{"dynamic-lead-title":"&apos;The Voice&apos; Reveals Game-Changing New Features for 2018 Season","dynamic-lead-excerpt":"Some newly announced changes promise to make it the most competitive season yet.","dynamic-lead-link-url":"","dynamic-lead-image":"","_townsquare_media_url":"https://youtu.be/EQlzGsBYKig","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"&apos;The Voice&apos; Reveals Game-Changing New Features for 2018 Season"}}},"348131":{"postid":"348131","sortdate":"2018-02-12T14:00:27.000Z","data":{"mainData":{"postType":"post","caption":"Keith Frank (Photo Provided by Keith Frank Management)","thumbnail":"http://cajunradio.com/files/2014/01/Keith-Frank-Pic-5.jpg","postDateGmt":"2018-02-12 14:00:27 +0000","title":"Lundi Gras Party Tonight With Keith Frank In Lake Charles ","url":"http://gator995.com/8th-annual-lundi-gras-party-with-keith-frank-tonight-in-lake-charles/","id":348131,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Our 8th annual Lundi Gras Party is tonight and features Keith Frank!  This party is the must go to event of Mardi in the Southwest Louisiana area.","authors":[{"id":340,"slug":"mikesoileau","name":"Mike Soileau","first_name":"Mike","last_name":"Soileau","nickname":"mikesoileau","url":"http://gator995.com/author/mikesoileau/","thumbnail":"http://gator995.com/files/2015/02/msoileau3.png"}],"video":true,"videoUrl":"https://youtu.be/hFLYbqRYA2k","youtubeId":"hFLYbqRYA2k"},"alternateData":{"_townsquare_media_url":"https://youtu.be/hFLYbqRYA2k","dynamic-lead-title":"Lundi Gras Party Tonight With Keith Frank In Lake Charles","dynamic-lead-excerpt":"Our 8th annual Lundi Gras Party is tonight and features Keith Frank!  This party is the must go to event of Mardi in the Southwest Louisiana area.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Lundi Gras Party Tonight With Keith Frank In Lake Charles "}}}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":3},"data":[],"dataDetails":{},"redisCached":true},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":3},"data":["1",{"2":[{"2.1":["2.1.1","2.1.2","2.1.3","2.1.4","2.1.5"]},"2.2","2.3"]},{"3":["3.1","3.2","3.3"]},"4","5",{"6":["6.1","6.2","6.3"]},"7","8",{"9":["9.1","9.2","9.3","9.4"]}],"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":7973,"title":"Listen","titleExcerpt":"Listen","href":"/listen-live","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":5669,"title":"Playlist","titleExcerpt":"Playlist","href":"/playlist","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":145325,"title":"Events","titleExcerpt":"Events","href":"/category/events/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/events/","hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":1060,"title":"Club","titleExcerpt":"Club","href":"/vip","samedomain":true,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":257850,"title":"Win Stuff","titleExcerpt":"Win Stuff","href":"/vip/","samedomain":true,"hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":227029,"title":"Experts","titleExcerpt":"Experts","href":"/local-experts","samedomain":true,"hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":2824,"title":"Contact","titleExcerpt":"Contact","href":"/help","samedomain":true,"hasBlogroll":false}},"2.1":{"menuId":"2.1","attrs":{"menuPostId":7975,"title":"All DJs","titleExcerpt":"All DJs","href":"/djs","samedomain":true,"hasBlogroll":false}},"2.1.1":{"menuId":"2.1.1","attrs":{"menuPostId":273684,"title":"Mike","titleExcerpt":"Mike","href":"/author/mikesoileau/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/mikesoileau/","hasBlogroll":false}},"2.1.2":{"menuId":"2.1.2","attrs":{"menuPostId":285989,"title":"Tracy","titleExcerpt":"Tracy","href":"/author/tracywirtz","samedomain":true,"menupath":"/rest/carbon/api/menu/author/tracywirtz","hasBlogroll":false}},"2.1.3":{"menuId":"2.1.3","attrs":{"menuPostId":346969,"title":"Buddy Russ","titleExcerpt":"Buddy Russ","href":"/author/rusconrad/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/rusconrad/","hasBlogroll":false}},"2.1.4":{"menuId":"2.1.4","attrs":{"menuPostId":209088,"title":"Sam Alex","titleExcerpt":"Sam Alex","href":"/author/samalex","samedomain":true,"menupath":"/rest/carbon/api/menu/author/samalex","hasBlogroll":false}},"2.1.5":{"menuId":"2.1.5","attrs":{"menuPostId":141376,"title":"Bob Kingsley","titleExcerpt":"Bob Kingsley","href":"/author/kingsleykngt/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/kingsleykngt/","hasBlogroll":false}},"2.2":{"menuId":"2.2","attrs":{"menuPostId":4382,"title":"Schedule","titleExcerpt":"Schedule","href":"/shows/","samedomain":true,"hasBlogroll":false}},"2.3":{"menuId":"2.3","attrs":{"menuPostId":310455,"title":"Classic Country Saturday Night","titleExcerpt":"Classic Country Saturday Night","href":"/classic-country-saturday-night/","samedomain":true,"hasBlogroll":false}},"3.1":{"menuId":"3.1","attrs":{"menuPostId":340132,"title":"Grab the Gator 99.5 App","titleExcerpt":"Grab the Gator 99.5 App","href":"/app/","samedomain":true,"hasBlogroll":false}},"3.2":{"menuId":"3.2","attrs":{"menuPostId":181114,"title":"Listen Live","titleExcerpt":"Listen Live","href":"/listen-live","samedomain":true,"hasBlogroll":false}},"3.3":{"menuId":"3.3","attrs":{"menuPostId":2861,"title":"Mobile","titleExcerpt":"Mobile","href":"/listen-live/","samedomain":true,"hasBlogroll":false}},"6.1":{"menuId":"6.1","attrs":{"menuPostId":43060,"title":"Sign Up","titleExcerpt":"Sign Up","href":"/registration/","samedomain":true,"hasBlogroll":false}},"6.2":{"menuId":"6.2","attrs":{"menuPostId":181116,"title":"Contests","titleExcerpt":"Contests","href":"/contests/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/","hasBlogroll":false}},"6.3":{"menuId":"6.3","attrs":{"menuPostId":281053,"title":"Country Club Support","titleExcerpt":"Country Club Support","href":"/help/","samedomain":true,"hasBlogroll":false}},"9.1":{"menuId":"9.1","attrs":{"menuPostId":2825,"title":"Help & Contact Info","titleExcerpt":"Help & Contact Info","href":"/help","samedomain":true,"hasBlogroll":false}},"9.2":{"menuId":"9.2","attrs":{"menuPostId":2826,"title":"Send Feedback","titleExcerpt":"Send Feedback","href":"/feedback","samedomain":true,"hasBlogroll":false}},"9.3":{"menuId":"9.3","attrs":{"menuPostId":92800,"title":"Advertise","titleExcerpt":"Advertise","href":"/advertise","samedomain":true,"hasBlogroll":false}},"9.4":{"menuId":"9.4","attrs":{"menuPostId":152160,"title":"Job Opportunities","titleExcerpt":"Job Opportunities","href":"/townsquare-media-lake-charles-job-openings/","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/promo_links":{"info":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"},"params":{"widgetTime":3},"data":["1","2","3","4","5","6","7"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":273922,"title":"What's Hot:","titleExcerpt":"What's Hot:","href":"","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":340131,"title":"Grab the Gator 99.5 App","titleExcerpt":"Grab the Gator 99.5 App","href":"/app/","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":346665,"title":"Party with Brad Paisley","titleExcerpt":"Party with Brad Paisley","href":"/contests/sweeps/party-with-brad-paisley/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/sweeps/party-with-brad-paisley/","hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":345331,"title":"SWLA Mardi Gras Events","titleExcerpt":"SWLA Mardi Gras Events","href":"/tags/mardi-gras-2018/","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/mardi-gras-2018/","hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":346024,"title":"Win Cool Stuff","titleExcerpt":"Win Cool Stuff","href":"/vip/","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":346025,"title":"Best of Lake Charles","titleExcerpt":"Best of Lake Charles","href":"/category/best-of-lake-charles","samedomain":true,"menupath":"/rest/carbon/api/menu/category/best-of-lake-charles","hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":344272,"title":"Gator on YouTube","titleExcerpt":"Gator on YouTube","href":"https://www.youtube.com/user/gator995","samedomain":false,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/footer":{"info":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"},"params":{"widgetTime":2},"data":["comscore","1","2","3","4","5","6","7","8","9","10","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":"/kngt-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":"Lake Charles Business Listings","href":"/lake_charles-featured-business-listings/"}},"comscore":{"menuId":"comscore","attrs":{"title":"Taste Of Country Network"}}},"redisCached":true}},"data":{},"time":{"wpTime":94.263,"mainOptionsTime":5.866,"sidebarsTime":11.281,"widgetsTime":47.188,"processTime":158.753},"experimentGroup":"B"},"serverConfig":{"host":"gator995.com","ua":"python-requests/2.10.0"}},"listenLive":{},"nav":{},"newsletter":{},"ui":{},"weather":{},"youtube":{},"sweeps":{},"form":{"NavSearchForm":{"registeredFields":[{"name":"searchInput","type":"Field"}]}},"routing":{"locationBeforeTransitions":null},"events":{},"ads":{}}
          </script>
          <script src="//cdn.production.townsquareblogs.com/public/dist/main.bundle.js?ver=82b4135bab9c2dc599baca830b345a05df70bfdf"></script>
        </body>
      </html>