<!doctype html>
      <html class="single">
        <head>
          <title data-react-helmet="true">Jerry Jones, Cowboys Doing Their Part in Hurricane Harvey Relief Efforts</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="kfox955"/><meta data-react-helmet="true" name="description" content="From donating a large sum of money to the Salvation Army to giving the Texans free rein, Dallas is doing all they can for their family in the south. And the rest of the NFL has jumped in as well."/><meta data-react-helmet="true" name="keywords" content="hurricane harvey, harvey, nfl, jerry jones, salvation army, nfl foundation, the fan, jerry jones donates 100,000 to hurricane relief"/><meta data-react-helmet="true" property="fb:app_id" content="196639240361382"/><meta data-react-helmet="true" property="fb:admins" content="39403132"/><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="Jerry Jones, Cowboys Doing Their Part in Hurricane Harvey Relief Efforts"/><meta data-react-helmet="true" property="og:description" content="From donating a large sum of money to the Salvation Army to giving the Texans free rein, Dallas is doing all they can for their family in the south. And the rest of the NFL has jumped in as well."/><meta data-react-helmet="true" property="og:url" content="http://kfox95.com/jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts-in-major-ways/"/><meta data-react-helmet="true" property="og:site_name" content="K-Fox 95.5"/><meta data-react-helmet="true" property="og:type" content="blog"/><meta data-react-helmet="true" property="og:image" content="http://k945.com/files/2017/08/GettyImages-633941332.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="@Kfox955"/><meta data-react-helmet="true" name="sailthru.description" content="From donating a large sum of money to the Salvation Army to giving the Texans free rein, Dallas is doing all they can for their family in the south. And the rest of the NFL has jumped in as well."/><meta data-react-helmet="true" name="sailthru.date" content="2017-08-30 08:18:01"/><meta data-react-helmet="true" name="sailthru.title" content="Jerry Jones, Cowboys Doing Their Part in Hurricane Harvey Relief Efforts"/><meta data-react-helmet="true" name="sailthru.tags" content="tsmsite-kafx, tsmmarket-lufkin, tsmtype-local, dallas-cowboys, houston, houston-texans, nfl, entertainment-news, news-2, sports"/><meta data-react-helmet="true" name="sailthru.author" content="jess"/><meta data-react-helmet="true" name="sailthru.image.full" content="http://k945.com/files/2017/08/GettyImages-633941332.jpg"/><meta data-react-helmet="true" name="sailthru.image.thumb" content="http://k945.com/files/2017/08/GettyImages-633941332.jpg"/><meta data-react-helmet="true" property="fb:pages" content="141365762138"/><meta data-react-helmet="true" name="google-site-verification" content="UP8aAOTG7nAQ9Zk4lEwAysy3BDI_MLe3dsgVgktB_E4"/><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://kfox95.com/files/2014/02/favicon.ico"/><link data-react-helmet="true" rel="profile" href="http://gmpg.org/xfn/11"/><link data-react-helmet="true" rel="canonical" href="http://k945.com/jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts/"/>
          <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=6d71efa01f16655ef6b349537fca09279952c8c1&mver=4" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "A";
          window.TSM.cadata = {"activeDomain":"kfox95.com","blogId":166,"method":"get_single","postId":330132,"crosspostBlogId":"182","crosspostPostId":"587798","postType":"post","postDateGmt":"2017-08-30 13:18:01.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":"jess","dimension2":"entertainment-news,news-2,sports","dimension3":"dallas-cowboys,houston,houston-texans,nfl","dimension4":"post","dimension5":"Wed Aug 30 2017","dimension6":"08:18","dimension7":"standard","dimension8":"2682","dimension9":"A","dimension10":"no"};
ga( "create", {
          trackingId:"UA-19111519-2",
          name: "primary",
          allowAnchor: false
        });
        ga( "primary.require", "displayfeatures" );
        ga( "primary.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "primary" ] = {gaid:"UA-19111519-2"};
ga( "create", {
          trackingId:"UA-19109753-1",
          name: "UA191097531",
          allowAnchor: false
        });
        ga( "UA191097531.require", "displayfeatures" );
        ga( "UA191097531.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA191097531" ] = {gaid:"UA-19109753-1"};
ga( "create", {
          trackingId:"UA-19111519-6",
          name: "UA191115196",
          allowAnchor: false
        });
        ga( "UA191115196.require", "displayfeatures" );
        ga( "UA191115196.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA191115196" ] = {gaid:"UA-19111519-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-3",
          name: "UA452600603",
          allowAnchor: false
        });
        ga( "UA452600603.require", "displayfeatures" );
        ga( "UA452600603.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA452600603" ] = {gaid:"UA-45260060-3"};
            })(window);
          </script>
          <script async src="https://www.google-analytics.com/analytics.js"></script>
          <script>(function(w){
      w.dataLayer = [{"title":"Jerry Jones, Cowboys Doing Their Part in Hurricane Harvey Relief Efforts","callsign":"KAFXFM","market":"Lufkin","sitetype":"Local","siteClassification":"","state":"TX","genre":{"0":"pop"},"pageType":"post","tags":"dallas-cowboys,houston,houston-texans,nfl","categories":"entertainment-news,news-2,sports","mediaType":"none"}];
      w.dataLayer[0].referer = document.referrer;w.dataLayer[0].curatedReferer = document.referrer.replace( /https?:\/\//, "" );w.dataLayer[0].dayOfWeek = function(n){return n.toLocaleString("en-US",{weekday:"long"})}(new Date);w.dataLayer[0].periodOfDay = function(n,t,i){t=n.getHours(),i=n.getMinutes(),i<10&&(i="0"+i);var r=parseInt(t+""+i);return r>=0&&r<600?"Overnight":r>=600&&r<1e3?"Morning Drive":r>=1e3&&r<1500?"Midday":r>=1500&&r<1900?"Afternoon Drive":r>=1900&&r<2400?"Evening":void 0}(new Date);
    })(window);</script>
          <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({"gtm.start": new Date().getTime(),event:"gtm.js"});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!="dataLayer"?"&l="+l:"";j.async=true;j.src= "https://www.googletagmanager.com/gtm.js?id="+i+dl;f.parentNode.insertBefore(j,f); })(window,document,"script","dataLayer","GTM-K346HJZ");</script>
          
          <script class="kxct" data-id="rwjnisqy1" data-timing="async" data-version="3.0" type="text/javascript">
        window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);
        (function(){
          var k=document.createElement("script");k.type="text/javascript";k.async=true;
          k.src=(location.protocol==="https:"?"https:":"http:")+"//"+"cdn.krxd.net/controltag/rwjnisqy1.js";
          var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(k,s);
        }());
      </script><script type="text/javascript" src="//mtrx.go.sonobi.com/morpheus.townsquaremedia.local.1594.js"></script>
<script async type="text/javascript" src="https://native.sharethrough.com/assets/sfp.js"></script><script async="async" src="https://www.googletagservices.com/tag/js/gpt.js"></script>
        <script>
        var googletag = googletag || {};
        googletag.cmd = googletag.cmd || [];
        </script>
<script>window.pbjs=window.pbjs||{};window.pbjs.que=window.pbjs.que||[];</script><script src="http://production.townsquareblogs.com/wp-content/uploads/static/prebid/carbon/pb.js?domain=kfox95.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", ["entertainment-news","news-2","sports"] );
googletag.pubads().setTargeting( "tags", ["dallas-cowboys","houston","houston-texans","nfl"] );
googletag.pubads().setTargeting( "id", "jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts-in-major-ways" );
googletag.pubads().setTargeting( "author", "jess" );
googletag.pubads().setTargeting( "kw", ["jess","jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts-in-major-ways","entertainment-news","news-2","sports","dallas-cowboys","houston","houston-texans","nfl","pagetype-post"] );
googletag.pubads().setTargeting( "genre", ["pop"] );
googletag.pubads().setTargeting( "device", "web" );
googletag.pubads().setTargeting( "ksg", Krux.segments );
        googletag.pubads().setTargeting( "kuid", Krux.user );
if( window.TSM.adSlots["tsm-ad-300a"] === undefined ){
window.TSM.adSlots["tsm-ad-300a"] = googletag.defineSlot( "8328825/local/Lufkin/KAFX/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/Lufkin/KAFX/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/Lufkin/KAFX/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/Lufkin/KAFX/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/Lufkin/KAFX/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/Lufkin/KAFX/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/Lufkin/KAFX/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/Lufkin/KAFX/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/Lufkin/KAFX/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="550309561"><!-- 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="K-Fox 95.5" title="K-Fox 95.5" data-reactid="14"><img src="http://kfox95.com/files/2017/12/kafxfm-logo1.png" alt="K-Fox 95.5" title="K-Fox 95.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 class="listenlive-container showticker-item active" data-reactid="21"><div class="song-meta first-song" data-reactid="22"><div class="artist-image icon-headphones" data-reactid="23"><figure class="frameme" data-reactid="24"><a class="theframe" data-image="http://kfox95.com/files/2010/11/Dan.jpg" rel="" title="" data-reactid="25"></a><div class="loadinganim showbox" id="0" data-reactid="26"><div class="loader" style="width:30px;height:30px;" data-reactid="27"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="28"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="29"></circle></svg></div></div></figure></div><div class="song-info radio" data-reactid="30"><a class="live-show-info" href="http://kfox95.com/show/dan-patrick/" data-reactid="31">Dan Patrick</a></div></div></div></div></div><a class="listen-live-cto cto" href="/listen-live/" data-reactid="32"><span class="icon-play2" data-reactid="33"></span><span class="cto-title" data-reactid="34">Listen Now</span></a><a class="sign-in-out" href="/#auth-start" title="" data-reactid="35"></a></div><nav id="site-menu" data-reactid="36"><div class="wrapper" data-reactid="37"><span class="icon-base icon-menu select-none" data-reactid="38"></span><ul class="links" data-reactid="39"><li class="hassub" data-reactid="40"><a href="/" data-reactid="41">Home</a></li><li class="hassub" data-reactid="42"><a href="/djs" data-reactid="43">On-Air</a><ul class="links submenu" data-reactid="44"><li class="hassub" data-reactid="45"><a href="/djs" data-reactid="46">DJs</a></li><li class="hassub" data-reactid="47"><a href="/shows" data-reactid="48">Shows</a></li><li class="hassub" data-reactid="49"><a href="/show/kidd-kraddick-in-the-morning-2/" data-reactid="50">Kidd Kraddick In The Morning</a></li><li class="hassub" data-reactid="51"><a href="/author/karahleighclearchannel-com/" data-reactid="52">Karah</a></li><li class="hassub" data-reactid="53"><a href="/author/dpatrick/" data-reactid="54">Dan Patrick</a></li></ul></li><li class="hassub" data-reactid="55"><a href="/listen-live/" data-reactid="56">Listen</a><ul class="links submenu" data-reactid="57"><li class="hassub" data-reactid="58"><a href="/listen-live/" data-reactid="59">Listen Live</a></li><li class="hassub" data-reactid="60"><a href="/app/" data-reactid="61">Mobile App</a></li></ul></li><li class="hassub" data-reactid="62"><a href="/k-fox-95-playlist-november-2014/" data-reactid="63">Playlist</a><ul class="links submenu" data-reactid="64"><li class="hassub" data-reactid="65"><a href="/playlist/" data-reactid="66">Recently Played</a></li></ul></li><li class="hassub" data-reactid="67"><a href="/events-lufkin/" data-reactid="68">Events</a><ul class="links submenu" data-reactid="69"><li class="hassub" data-reactid="70"><a href="/townsquare411/" data-reactid="71">Townsquare 411</a></li><li class="hassub" data-reactid="72"><a href="/local-team-sports/" data-reactid="73">Local Team Sports</a></li></ul></li><li class="hassub" data-reactid="74"><a href="/vip" data-reactid="75">K-FOX VIP</a><ul class="links submenu" data-reactid="76"><li class="hassub" data-reactid="77"><a href="/vip/contests/" data-reactid="78">Contests</a></li><li class="hassub" data-reactid="79"><a href="/registration" data-reactid="80">Join Now!</a></li><li class="hassub" data-reactid="81"><a href="/help/" data-reactid="82">VIP Support</a></li><li class="hassub" data-reactid="83"><a href="/rules/" data-reactid="84">Contest Rules</a></li><li class="hassub" data-reactid="85"><a href="/local-experts/" data-reactid="86">Local Expert</a></li></ul></li><li class="hassub" data-reactid="87"><a href="/vip/contests/sweeps/" data-reactid="88">Win Stuff</a></li><li class="hassub" data-reactid="89"><a href="/lufkin-weather/" data-reactid="90">Weather</a><ul class="links submenu" data-reactid="91"><li class="hassub" data-reactid="92"><a href="/rainy-day-woes-and-wins" data-reactid="93">Send Us Your Rainstorm Aftermath Pictures - Rainy Day Woes and Wins</a></li></ul></li><li class="hassub" data-reactid="94"><a href="/help/" data-reactid="95">Contact</a><ul class="links submenu" data-reactid="96"><li class="hassub" data-reactid="97"><a href="/contact-us/" data-reactid="98">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="99"><a href="/feedback/" data-reactid="100">Send Feedback</a></li><li class="hassub" data-reactid="101"><a href="/advertise/" data-reactid="102">Advertise</a></li><li class="hassub" data-reactid="103"><a href="/administrative-assistant/" data-reactid="104">Employment</a></li><li class="hassub" data-reactid="105"><a href="/tsi/" data-reactid="106">Start A Business Website</a></li><li class="hassub" data-reactid="107"><a href="/game-squares-official-rules" data-reactid="108">Game Squares Official Rules</a></li></ul></li><li class="hidden-menu hassub hide" data-reactid="109"><a class="more-icon" href="#" data-reactid="110">More</a><ul class="links submenu" data-reactid="111"><li class="hassub hide" data-reactid="112"><a href="/" data-reactid="113">Home</a></li><li class="hassub hide" data-reactid="114"><a href="/djs" data-reactid="115">On-Air</a><ul class="links submenu" data-reactid="116"><li class="hassub" data-reactid="117"><a href="/djs" data-reactid="118">DJs</a></li><li class="hassub" data-reactid="119"><a href="/shows" data-reactid="120">Shows</a></li><li class="hassub" data-reactid="121"><a href="/show/kidd-kraddick-in-the-morning-2/" data-reactid="122">Kidd Kraddick In The Morning</a></li><li class="hassub" data-reactid="123"><a href="/author/karahleighclearchannel-com/" data-reactid="124">Karah</a></li><li class="hassub" data-reactid="125"><a href="/author/dpatrick/" data-reactid="126">Dan Patrick</a></li></ul></li><li class="hassub hide" data-reactid="127"><a href="/listen-live/" data-reactid="128">Listen</a><ul class="links submenu" data-reactid="129"><li class="hassub" data-reactid="130"><a href="/listen-live/" data-reactid="131">Listen Live</a></li><li class="hassub" data-reactid="132"><a href="/app/" data-reactid="133">Mobile App</a></li></ul></li><li class="hassub hide" data-reactid="134"><a href="/k-fox-95-playlist-november-2014/" data-reactid="135">Playlist</a><ul class="links submenu" data-reactid="136"><li class="hassub" data-reactid="137"><a href="/playlist/" data-reactid="138">Recently Played</a></li></ul></li><li class="hassub hide" data-reactid="139"><a href="/events-lufkin/" data-reactid="140">Events</a><ul class="links submenu" data-reactid="141"><li class="hassub" data-reactid="142"><a href="/townsquare411/" data-reactid="143">Townsquare 411</a></li><li class="hassub" data-reactid="144"><a href="/local-team-sports/" data-reactid="145">Local Team Sports</a></li></ul></li><li class="hassub hide" data-reactid="146"><a href="/vip" data-reactid="147">K-FOX VIP</a><ul class="links submenu" data-reactid="148"><li class="hassub" data-reactid="149"><a href="/vip/contests/" data-reactid="150">Contests</a></li><li class="hassub" data-reactid="151"><a href="/registration" data-reactid="152">Join Now!</a></li><li class="hassub" data-reactid="153"><a href="/help/" data-reactid="154">VIP Support</a></li><li class="hassub" data-reactid="155"><a href="/rules/" data-reactid="156">Contest Rules</a></li><li class="hassub" data-reactid="157"><a href="/local-experts/" data-reactid="158">Local Expert</a></li></ul></li><li class="hassub hide" data-reactid="159"><a href="/vip/contests/sweeps/" data-reactid="160">Win Stuff</a></li><li class="hassub hide" data-reactid="161"><a href="/lufkin-weather/" data-reactid="162">Weather</a><ul class="links submenu" data-reactid="163"><li class="hassub" data-reactid="164"><a href="/rainy-day-woes-and-wins" data-reactid="165">Send Us Your Rainstorm Aftermath Pictures - Rainy Day Woes and Wins</a></li></ul></li><li class="hassub hide" data-reactid="166"><a href="/help/" data-reactid="167">Contact</a><ul class="links submenu" data-reactid="168"><li class="hassub" data-reactid="169"><a href="/contact-us/" data-reactid="170">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="171"><a href="/feedback/" data-reactid="172">Send Feedback</a></li><li class="hassub" data-reactid="173"><a href="/advertise/" data-reactid="174">Advertise</a></li><li class="hassub" data-reactid="175"><a href="/administrative-assistant/" data-reactid="176">Employment</a></li><li class="hassub" data-reactid="177"><a href="/tsi/" data-reactid="178">Start A Business Website</a></li><li class="hassub" data-reactid="179"><a href="/game-squares-official-rules" data-reactid="180">Game Squares Official Rules</a></li></ul></li></ul></li></ul><div class="site-menu-right" data-reactid="181"><ul class="social-links" data-reactid="182"><li class="social" data-reactid="183"><a class="share-link youtube" href="https://youtube.com/user/kfox95fm" target="_blank" data-social="youtube" data-reactid="184"><span class="icon-base icon-youtube" data-reactid="185"></span></a></li><li class="social" data-reactid="186"><a class="share-link facebook" href="http://www.facebook.com/home.php?#!/pages/Lufkin-TX/K-Fox-955/141365762138" target="_blank" data-social="facebook" data-reactid="187"><span class="icon-base icon-facebook" data-reactid="188"></span></a></li><li class="social" data-reactid="189"><a class="share-link twitter" href="https://twitter.com/Kfox955" target="_blank" data-social="twitter" data-reactid="190"><span class="icon-base icon-twitter" data-reactid="191"></span></a></li><ul class="social-subscriptions" data-reactid="192"><li class="sub-instagram " data-reactid="193"><a href="https://www.instagram.com/kfox955" target="_blank" data-reactid="194">INSTAGRAM</a></li><li class="share_link_small youtube sub-youtube" data-reactid="195"><span class="youtube-subscribe-button " data-reactid="196"></span></li><li class="sub-facebook" data-reactid="197"></li><li class="sub-twitter" data-reactid="198"></li></ul></ul><div id="search-form" class="" data-reactid="199"><div class="form-wrap" data-reactid="200"><form data-reactid="201"><input type="text" name="searchInput" value="" class="search-input" placeholder="Search" data-reactid="202"/><input type="submit" class="search-submit" disabled="" value="SEARCH" data-reactid="203"/></form></div><div class="icon-base icon-search" data-reactid="204"></div></div></div><div class="site-screen select-none" data-reactid="205"></div></div></nav></div><ul class="promo-links" data-reactid="206"><li data-reactid="207"><span data-reactid="208">What&#x27;s Hot</span></li><li data-reactid="209"><a title="Sponsors" href="/studio-sponsor-al-meyer/" data-reactid="210">Sponsors</a></li><li data-reactid="211"><a title="Local Experts" href="/local-experts/" data-reactid="212">Local Experts</a></li><li data-reactid="213"><a title="Kfox 955 Mobile App" href="/app/" data-reactid="214">Kfox 955 Mobile App</a></li><li data-reactid="215"><a title="Karah&#x27;s Food Court Giveaway - Week 10" href="/contests/sweeps/karahs-food-court-10/" data-reactid="216">Karah&#x27;s Food Court Giveaway - Week 10</a></li><li data-reactid="217"><a title="Win Tickets To &#x27;A Night in Paradise&#x27;" href="/contests/sweeps/win-a-pair-of-tickets-to-see-paul-morrissey/" data-reactid="218">Win Tickets To &#x27;A Night in Paradise&#x27;</a></li></ul></div><div class="tsm-ad tsm-ad-nav-970" data-reactid="219"><div id="tsm-ad-970a" data-reactid="220"><!-- dynamic ad --></div></div><div class="site-content clearfix" data-reactid="221"><div class="main-content" data-reactid="222"><div class="wrapper post-wrapper" data-reactid="223"><div class="post clearfix" data-reactid="224"><div class="entry" data-reactid="225"><article id="post-330132" data-location="/jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts-in-major-ways/" data-index="0" data-reactid="226"><div class="page-header" data-reactid="227"><div class="content-header show-ui front" id="content-header-330132" data-reactid="228"><div class="internal-header outgrow  " style="max-height:0px;" data-reactid="229"></div><div class="content-header-header" data-reactid="230"><div class="react-parallax " data-reactid="231"><div class="react-parallax-background-children" data-bottom-top="transform:translate3d(0,-20%,0);" data-top-bottom="transform:translate3d(0,20%,0);" data-reactid="232"><figure class="frameme img-tag frame-loaded" data-reactid="233"><div class="theframe" data-image="http://k945.com/files/2017/08/GettyImages-633941332.jpg" rel="" title="" style="background-image:url(&quot;http://k945.com/files/2017/08/GettyImages-633941332.jpg?w=980&amp;q=75&quot;);" data-reactid="234"></div></figure></div><div class="react-parallax-content" data-reactid="235"><figure class="frameme img-tag" data-reactid="236"><div class="theframe" data-image="http://k945.com/files/2017/08/GettyImages-633941332.jpg" rel="" title="" data-reactid="237"></div><div class="loadinganim showbox" id="0" data-reactid="238"><div class="loader" style="width:30px;height:30px;" data-reactid="239"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="240"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="241"></circle></svg></div></div></figure></div></div><div class="header" data-reactid="242"><section class="title " data-reactid="243"><h1 class="" data-reactid="244">Jerry Jones, Cowboys Doing Their Part in Hurricane Harvey Relief Efforts</h1></section><div class="byline" data-reactid="245"><div class="authors" data-reactid="246"><address class="author" data-reactid="247"><div class="author-image icon-user" data-reactid="248"><figure class="frameme" data-reactid="249"><a class="theframe" data-image="http://k945.com/files/2017/06/Jess-New-Pic-Edit-Use-This.jpg" href="http://kfox95.com/author/jess/" rel="author" title="Jess" data-reactid="250"></a><div class="loadinganim showbox" id="0" data-reactid="251"><div class="loader" style="width:30px;height:30px;" data-reactid="252"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="253"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="254"></circle></svg></div></div></figure></div><a class="author-name" href="http://kfox95.com/author/jess/" rel="author" title="Jess" data-reactid="255">Jess</a></address></div><time datetime="2017-08-30 13:18:01 +0000" data-reactid="256">August 30, 2017</time></div><figcaption title="Tom Pennington, Getty Images" data-reactid="257">Tom Pennington, Getty Images</figcaption></div></div></div></div><div class="content-wrap" data-reactid="258"><div class="social-share bignsexy" data-reactid="259"><div class="social-bar social-icons" data-reactid="260"><ul data-reactid="261"><li data-reactid="262"><a href="http://twitter.com/intent/tweet?text=Jerry%20Jones%2C%20Cowboys%20Doing%20Their%20Part%20in%20Hurricane%20Harvey%20Relief%20Efforts%20http%3A%2F%2Fkfox95.com%2Fjerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts-in-major-ways%2F%3Ftrackback%3Dtwitter_mobile%20%40Kfox955" title="Share on Twitter" target="_blank" data-reactid="263"><span class=" social-icon icon-twitter tw" data-reactid="264"><span class="share-title" data-reactid="265">Share on Twitter</span></span></a></li><li data-reactid="266"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fkfox95.com%2Fjerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts-in-major-ways%2F%3Ftrackback%3Dfbshare_mobile" title="Share on Facebook" target="_blank" data-reactid="267"><span class=" social-icon icon-facebook fb" data-reactid="268"><span class="share-title" data-reactid="269">Share on Facebook</span></span></a></li></ul></div></div><div class="content" data-reactid="270"><div class="pod-content" data-reactid="271"><p data-reactid="272">From donating a large sum of money to the Salvation Army to giving the Texans free rein, Dallas is doing all they can for their family in the south. And the rest of the NFL has jumped in as well. </p><p data-reactid="273">The Lone Star state is showing its resiliency and unity during Hurricane Harvey. Although Houston woke up to clear skies this morning (August 30), there is still much to do in the coming months, even years. Once the water recedes, it&#x27;s all hands on deck to put the pieces back together. And that always takes money.</p><div class="sharethrough-container" data-reactid="274"><div class="tsm-ad tsm-ad-oop" data-reactid="275"><div id="tsm-ad-sharethrough-oop-1" data-reactid="276"><!-- dynamic ad --></div></div></div><p data-reactid="277">That&#x27;s where Jerry Jones has stepped in.</p><p data-reactid="278"><!-- react-text: 279 -->The longtime Cowboys owner has already <!-- /react-text --><a href="https://twitter.com/TommySledge/status/902525592985317376" target="_blank" data-reactid="280"><!-- react-text: 281 -->donated $100,000 to the Salvation Army<!-- /react-text --></a><!-- react-text: 282 -->. That donation was made Tuesday morning to kick off the fundraising campaign of 105.3 The Fan, a sports radio station in the Dallas-Fort Worth area. That&#x27;s his own money going to work for the state of Texas. However, it doesn&#x27;t stop there. <!-- /react-text --></p><p data-reactid="283"><!-- react-text: 284 -->The Cowboys and Texans have a preseason game that is set for Thursday night (August 31). That game was originally supposed to take place in Houston at NRG Stadium. Obviously, that&#x27;s changed. Dallas has opened up their doors to host the game at AT&amp;T Stadium. You can argue that preseason games mean nothing, but Jerry Jones feels differently. Home field advantage is always in play and he knows it. Therefore he has given the Texas complete control of the game. In an interview with The Fan, he made it very clear that the Cowboys are merely just providing the stadium (and, by default, some fans), but every other decision in regards to the game is <!-- /react-text --><a href="http://www.star-telegram.com/sports/nfl/dallas-cowboys/article169969972.html" target="_blank" data-reactid="285"><!-- react-text: 286 -->completely at the discretion of Houston and their team<!-- /react-text --></a><!-- react-text: 287 -->. Jerry is sensitive to the fact that many of the players and staff have not seen their families since the hurricane.<!-- /react-text --></p><p data-reactid="288"><!-- react-text: 289 -->To take things even further, the Cowboys and Texans have both pledged to donate proceeds from their preseason game to relief efforts, according to <!-- /react-text --><a href="https://sportsday.dallasnews.com/dallas-cowboys/cowboys/2017/08/29/cowboys-texans-donate-game-proceeds-hurricane-harvey-relief-efforts-tickets-sale-6-pm-tonight" target="_blank" data-reactid="290"><!-- react-text: 291 -->Sports Day<!-- /react-text --></a><!-- react-text: 292 -->. <!-- /react-text --></p><blockquote data-reactid="293"><p data-reactid="294"><!-- react-text: 295 -->Game proceeds, representing contributions by both NFL teams and the players, will be donated to the United Way of Greater Houston Relief Fund that supports the efforts of the Red Cross and The Salvation Army.<!-- /react-text --></p></blockquote><p data-reactid="296"><!-- react-text: 297 -->The <!-- /react-text --><a href="http://www.sportingnews.com/nfl/news/houston-hurricane-harvey-texans-patriots-robert-kraft-donation-jj-watt/mr3c0mz50gd617o7hnyp73y8y" target="_blank" data-reactid="298"><!-- react-text: 299 -->NFL community as a whole is also stepping up<!-- /react-text --></a><!-- react-text: 300 -->. JJ Watt, defensive end for the Texans, has been using his social media resources to raise money. He has already donated $100,000 to his JJ Watt Houston Relief Fund and challenged others in the league to bring the total up to $500,000. As of Tuesday night, that number had jumped to over $4 MILLION. Donations of $1 million came in from Bob and Janice McNair, who own the Texans, the Tennessee Titans, New England Patriots and even the NFL Foundation.<!-- /react-text --></p><p data-reactid="301">As Watt put is, &quot;The NFL is a family that helps one another in times of need.&quot;</p></div></div><div class="content-footer" data-reactid="302"><!-- react-empty: 303 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="304"></div><!-- react-text: 305 --><!-- /react-text --><div class="tags-lines" data-reactid="306"><div class="wrapper" data-reactid="307"><span data-reactid="308"><!-- react-text: 309 -->Filed Under<!-- /react-text --><!-- react-text: 310 -->: <!-- /react-text --></span><span data-reactid="311"><!-- react-text: 312 --><!-- /react-text --><a href="http://kfox95.com/tags/dallas-cowboys/" data-reactid="313">Dallas Cowboys</a></span><span data-reactid="314"><!-- react-text: 315 -->, <!-- /react-text --><a href="http://kfox95.com/tags/houston/" data-reactid="316">houston</a></span><span data-reactid="317"><!-- react-text: 318 -->, <!-- /react-text --><a href="http://kfox95.com/tags/houston-texans/" data-reactid="319">Houston Texans</a></span><span data-reactid="320"><!-- react-text: 321 -->, <!-- /react-text --><a href="http://kfox95.com/tags/nfl/" data-reactid="322">nfl</a></span></div><div class="wrapper" data-reactid="323"><span data-reactid="324"><!-- react-text: 325 -->Categories<!-- /react-text --><!-- react-text: 326 -->: <!-- /react-text --></span><span data-reactid="327"><!-- react-text: 328 --><!-- /react-text --><a href="http://kfox95.com/category/entertainment-news/" data-reactid="329">Entertainment News</a></span><span data-reactid="330"><!-- react-text: 331 -->, <!-- /react-text --><a href="http://kfox95.com/category/news-2/" data-reactid="332">News</a></span><span data-reactid="333"><!-- react-text: 334 -->, <!-- /react-text --><a href="http://kfox95.com/category/sports/" data-reactid="335">Sports</a></span></div></div><div class="comments-wrapper" data-reactid="336"><div class="comments" data-reactid="337"><div data-reactid="338"><span class="icon-comments" data-reactid="339"></span><i data-reactid="340">Comments</i><span class="fb-comments-count" data-href="http://kfox95.com/jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts-in-major-ways/" data-reactid="341"></span><span class="icon-triangle-down" data-reactid="342"></span></div><div class="cto" data-reactid="343">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="344"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="345">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="346"><div class="aside-inside" data-reactid="347"><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-22" data-reactid="348"><div class="wrapper clearfix" data-reactid="349"><div class="fix_sidebar_marker" data-reactid="350"></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-603" data-reactid="351"><!-- react-text: 352 --><!-- /react-text --><div class="wrapper clearfix" data-reactid="353"><section id="ts_blogroll-603" class="blogroll carousel slider dl align-right" data-reactid="354"><div class="slider blogroll-items" data-reactid="355"><div class="sizer" data-reactid="356"></div><div class="mover slide" data-reactid="357"><article class="item title-over-image" data-reactid="358"><figure class="frameme" data-reactid="359"><a class="theframe" data-image="http://popcrush.com/files/2018/02/Beyonce%2525CC%252581-and-Tiffany-Haddish.jpg" href="http://kfox95.com/tiffany-haddish-says-beyonce-shut-down-an-actress-who-tried-flirting-with-jay-z/" rel="" title="Tiffany Haddish Says Beyonc&amp;eacute; Shut Down an Actress Touching Jay-Z" data-reactid="360"></a><div class="loadinganim showbox" id="0" data-reactid="361"><div class="loader" style="width:30px;height:30px;" data-reactid="362"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="363"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="364"></circle></svg></div></div></figure><div class="content" data-reactid="365"><a href="http://kfox95.com/tiffany-haddish-says-beyonce-shut-down-an-actress-who-tried-flirting-with-jay-z/" title="Tiffany Haddish Says Beyoncé Shut Down an Actress Touching Jay-Z" class="title" data-reactid="366">Tiffany Haddish Says Beyoncé Shut Down an Actress Touching Jay-Z</a></div></article></div><div class="previous icon-arrow-thin-left arrow icon-base round always-visible" title="Previous" data-reactid="367"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="368"></div></div></section></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-400" data-reactid="369"><div class="wrapper clearfix" data-reactid="370"><div class="widget-content" data-reactid="371"><div class="tsm-ad tsm-ad-300" data-reactid="372"><div id="tsm-ad-300a" data-reactid="373"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-364" data-reactid="374"><div class="wrapper clearfix" data-reactid="375"><div class="widget-content" data-reactid="376"><div data-reactid="377"><form method="post" class="newsletter-frame clearfix" data-reactid="378"><div class="content clearfix" data-reactid="379"><p class="title" data-reactid="380">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="381"><div class="vertical-centered" data-reactid="382"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="383"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="384"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-604" data-reactid="385"><header data-reactid="386"><h2 data-reactid="387"><span class="title-container" data-reactid="388">Latest Articles</span></h2></header><div class="wrapper clearfix" data-reactid="389"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="390"><div class="blogroll-inner clearfix" data-reactid="391"><article class="" data-reactid="392"><figure class="frameme" data-reactid="393"><a class="theframe" data-image="http://popcrush.com/files/2018/02/Beyonce%2525CC%252581-and-Tiffany-Haddish.jpg" href="http://kfox95.com/tiffany-haddish-says-beyonce-shut-down-an-actress-who-tried-flirting-with-jay-z/" rel="" title="Tiffany Haddish Says Beyonc&amp;eacute; Shut Down an Actress Touching Jay-Z" data-reactid="394"></a><div class="loadinganim showbox" id="0" data-reactid="395"><div class="loader" style="width:30px;height:30px;" data-reactid="396"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="397"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="398"></circle></svg></div></div></figure><div class="content" data-reactid="399"><a href="http://kfox95.com/tiffany-haddish-says-beyonce-shut-down-an-actress-who-tried-flirting-with-jay-z/" title="Tiffany Haddish Says Beyoncé Shut Down an Actress Touching Jay-Z" class="title" data-reactid="400">Tiffany Haddish Says Beyoncé Shut Down an Actress Touching Jay-Z</a></div></article><article class="" data-reactid="401"><figure class="frameme" data-reactid="402"><a class="theframe" data-image="http://popcrush.com/files/2017/08/GettyImages-610598430.jpg" href="http://kfox95.com/britney-spears-glaad-vanguard-award/" rel="" title="GLAAD To Honor Britney Spears With Vanguard Award" data-reactid="403"></a><div class="loadinganim showbox" id="0" data-reactid="404"><div class="loader" style="width:30px;height:30px;" data-reactid="405"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="406"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="407"></circle></svg></div></div></figure><div class="content" data-reactid="408"><a href="http://kfox95.com/britney-spears-glaad-vanguard-award/" title="GLAAD To Honor Britney Spears With Vanguard Award" class="title" data-reactid="409">GLAAD To Honor Britney Spears With Vanguard Award</a></div></article><article class="" data-reactid="410"><figure class="frameme" data-reactid="411"><a class="theframe" data-image="http://screencrush.com/files/2018/02/the-notebook-kiss.jpg" href="http://kfox95.com/people-kissing-in-the-rain-in-movies/" rel="" title="Why Do We Love Movies Where People Kiss in the Rain?" data-reactid="412"></a><div class="loadinganim showbox" id="0" data-reactid="413"><div class="loader" style="width:30px;height:30px;" data-reactid="414"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="415"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="416"></circle></svg></div></div></figure><div class="content" data-reactid="417"><a href="http://kfox95.com/people-kissing-in-the-rain-in-movies/" title="Why Do We Love Movies Where People Kiss in the Rain?" class="title" data-reactid="418">Why Do We Love Movies Where People Kiss in the Rain?</a></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="419"><footer data-reactid="420"><div class="links clearfix" data-reactid="421"><div class="logo" data-reactid="422"></div><div class="details" data-reactid="423"><h2 data-reactid="424">Information</h2><ul data-reactid="425"><li data-reactid="426"><a title="PopCrush Network" class="" data-reactid="427">PopCrush Network</a></li><li data-reactid="428"><a title="Terms of Use" href="/terms-of-use/" class="" data-reactid="429">Terms of Use</a></li><li data-reactid="430"><a title="Privacy Policy" href="/privacy-policy/" class="" data-reactid="431">Privacy Policy</a></li><li data-reactid="432"><a title="Townsquare Media Group" href="/townsquare-media-group/" class="" data-reactid="433">Townsquare Media Group</a></li><li data-reactid="434"><a title="EEO" href="/eeo" class="" data-reactid="435">EEO</a></li><li data-reactid="436"><a title="Advertise" href="/advertise" class="" data-reactid="437">Advertise</a></li><li data-reactid="438"><a title="Terms" href="/terms" class="" data-reactid="439">Terms</a></li><li data-reactid="440"><a title="VIP Terms" href="/vip_terms" class="" data-reactid="441">VIP Terms</a></li><li data-reactid="442"><a title="Rules" href="/rules" class="" data-reactid="443">Rules</a></li><li data-reactid="444"><a title="FAQ" href="/faq" class="" data-reactid="445">FAQ</a></li><li data-reactid="446"><a title="Contact" href="/contact" class="" data-reactid="447">Contact</a></li><li data-reactid="448"><a title="Business Listings" href="/lufkin-featured-business-listings/" class="" data-reactid="449">Business Listings</a></li><li data-reactid="450"><a title="Public File" href="/kafx-public-file/" class="" data-reactid="451">Public File</a></li></ul></div><div class="social-links" data-reactid="452"><h2 data-reactid="453">Follow Us</h2><ul data-reactid="454"><li class="social" data-reactid="455"><a class="share_link youtube" href="https://www.youtube.com/user/kfox95fm" target="_blank" data-social="youtube" data-reactid="456"><span class="icon-youtube" data-reactid="457"></span></a></li><li class="social" data-reactid="458"><a class="share_link facebook" href="http://www.facebook.com/home.php?#!/pages/Lufkin-TX/K-Fox-955/141365762138" target="_blank" data-social="facebook" data-reactid="459"><span class="icon-facebook" data-reactid="460"></span></a></li><li class="social" data-reactid="461"><a class="share_link twitter" href="https://twitter.com/Kfox955" target="_blank" data-social="twitter" data-reactid="462"><span class="icon-twitter" data-reactid="463"></span></a></li></ul></div></div><div class="legal" data-reactid="464"><!-- react-text: 465 -->2018<!-- /react-text --><!-- react-text: 466 --> <!-- /react-text --><!-- react-text: 467 -->K-Fox 95.5<!-- /react-text --><!-- react-text: 468 --> is part of the PopCrush Network<!-- /react-text --><!-- react-text: 469 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="470"><!-- react-empty: 471 --><div id="bottom-not-ads" data-reactid="472"><div class="tsm-ad tsm-ad-728" data-reactid="473"><div id="tsm-ad-728b" data-reactid="474"><!-- dynamic ad --></div></div></div><div data-reactid="475"></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":166,"postId":330132,"url":"/jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts-in-major-ways/","unfriendlyRequestUrl":"/jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts-in-major-ways/","requestUrl":"/jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts-in-major-ways/","blogOptions":{"aioseop_options":{"aiosp_can":"on","aiosp_donate":null,"aiosp_home_title":"K-Fox 95.5 – All Hit Music – East Texas Adult Contemporary Radio","aiosp_home_description":"K-Fox 95.5, KAFX-FM Radio, plays the best adult contemporary music in Lufkin, Texas. ","aiosp_home_keywords":"K-Fox 95.5 Lufkin, Lufkin K-Fox 95.5, adult contemporary radio Lufkin, Lufkin adult contemporary radio, adult contemporary music Lufkin, Lufkin adult contemporary music","aiosp_max_words_excerpt":null,"aiosp_rewrite_titles":"on","aiosp_post_title_format":"%post_title%","aiosp_page_title_format":"%page_title% - %blog_title%","aiosp_category_title_format":"%category_title% - %blog_title%","aiosp_archive_title_format":"%date% - %blog_title%","aiosp_tag_title_format":"%tag% - %blog_title%","aiosp_search_title_format":"%search% - %blog_title%","aiosp_description_format":"%description%","aiosp_404_title_format":"Nothing found for %request_words%","aiosp_paged_format":" - Part %page%","aiosp_use_categories":null,"aiosp_dynamic_postspage_keywords":null,"aiosp_category_noindex":null,"aiosp_archive_noindex":null,"aiosp_tags_noindex":null,"aiosp_cap_cats":"on","aiosp_generate_descriptions":"on","aiosp_debug_info":null,"aiosp_post_meta_tags":"","aiosp_page_meta_tags":"","aiosp_home_meta_tags":"","aiosp_enabled":"1","aiosp_use_tags_as_keywords":null,"aiosp_do_log":null,"aiosp_ex_pages":""},"blogdescription":"All Hit Music","blogname":"K-Fox 95.5","carbonUiUpdateCounter":"4","design_option_live":{"page_bg":"FF241635","page_head_bg":"00000000","primary_bg":"07E9E9E9","secondary_bg":"CFFFFFFF","mdl_head_bg":"FF241635","main_nav_hue":"FFFFFFFF","nav_hover_hue":"FFBC2F7B","primary_hue":"FF000000","secondary_hue":"FF333333","primary_head_hue":"FF241635","secondary_head_hue":"FF17478B","primary_active_hue":"FF17478B","secondary_active_hue":"FF17478B","accent_hue":"FFBC2F7B","header_link_hue":"FFFFFFFF","footer_link_hue":"FFF5F4F0","primary_mdl_bg":"FFE9E9E9","primary_mdl_hue":"FF241635","secondary_mdl_bg":"25777777","secondary_mdl_hue":"FF333333","standout_bg":"FFBC2F7B","mobile_primary_color":"FFBC2F7B","mobile_secondary_color":"FF17478B","iv_primary_color":"FF445BAD","iv_secondary_color":"FF17478B","iv_tertiary_color":"FFAC1342","iv_html_color":"FF000000","iv_container_color":"FFFFFFFF","iv_html_bg":"","iv_body_bg":"","iv_logo":"","iv_logo_trim":"","carbon_logo_bg":"00FFFFFF","carbon_showticker_bg":"80000000","events_app_primary_color":"FF17478B","events_app_secondary_color":"FF17478B","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://kfox95.com/files/2017/12/kafxfm-bg.jpg","carbon_logo_img":"http://kfox95.com/files/2017/12/kafxfm-logo1.png","carbon_promo_bg_img":"http://kfox95.com/files/2017/12/kafxfm-promo.jpg","page_img":"","body_img":"http://kfox95.com/files/2014/10/kfoxskin.jpg","square_logo_img":"","logo_img":"http://kfox95.com/files/2011/11/logo.png","logo_img_trim":"http://kfox95.com/files/2013/07/kfox95-5.png","logo_img_light":"","logo_img_dark":"","header_img":"http://kfox95.com/files/2014/10/k-fox-95.5-.jpg","placeholder_img":"","page_head_img":"","favicon_img":"http://kfox95.com/files/2014/02/favicon.ico","top_banner_img":"dark","title":"TS3 - KFOX 95","ID":"0","designer":"jzee","comment":"new BG images","action":"edit","editor":"jacknealy","editorID":2974086,"siteID":"166","timestamp":1513797353,"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":"39403132,583052867,100002025987268,732998853","moderator_appid":"196639240361382","colorscheme":"","show_like":"yes","show_comments":"yes","show_commentscount":"yes","action":"like"},"facebook_app":{"id":"196639240361382","fanpage":"http://www.facebook.com/home.php?#!/pages/Lufkin-TX/K-Fox-955/141365762138","plugins":{"facebook-authentication":1,"facebook-like-button":1}},"google_ads_dfp6_template_ads":{"dynamic-ad-custom":"1","dynamic-ad-header":"1","dynamic-ad-push":"1","top-728x90":"1","bottom-728x90":"1","mid-top-300x250":"1","mid-bottom-300x250":"1","tsm-out-of-page":"1","tsm-2x2":"0","top-right-noflex-300x250":"1","top-right-300x250":"1"},"google_maps_api_key":"","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":"3887","sailthru_list_default":"kfox","site_template_theme_meta":{"template-tone":"2","listen-live-bar":"block","sidebar-widgets-header":"block","next-page-offset":"12"},"social_overlay":{"active":"1","fb":"1","nl":"1","colors":{"background-color":"#241635","color":"#ffffff"},"wrapper":{"divider":"","button":"#17478B","button-font":""},"logo":"http://kfox95.com/files/2014/10/kfox955.png"},"timezone_string":"America/Chicago","townsquare_ad_version":"dfp6","ts-templates-carbon-homepage-id":"336797","ts-templates-homepage-id":"106044","ts-templates-mobile-homepage-id":"106044","tsc_category_sidebars":{},"_station_info":{"sitetype":"Local","market":"Lufkin","genre":{"0":"pop"},"callsign":"KAFXFM","callletters":"KAFX","legalname":"K-Fox 95.5","siteclassification":"","street":"1216 South First St.","street-2":"","city":"Lufkin","state":"TX","zip":"75901","phone":"936-634-4455","helpline":"","studioline":"936-639-5595","officeline":"","officehours":"8 AM - 5 PM","email":"james.stillwell@townsquaremedia.com","tipus-email":"","inquiries-email":"","advertising-contact":"Jeff Klein","advertising-email":"jeffrey.klein@townsquaremedia.com","gm-contact":"","gm-email":"","programming-director-contact":"Dan Patrick","programming-director-email":"danpatrick@townsquaremedia.com","digital-managing-editor-contact":"James Stillwell","digital-managing-editor-email":"james.stillwell@townsquaremedia.com","digital-sales-manager-contact":"Jeff Klein","digital-sales-manager-email":"","mobile-app-feedback-email":"ask.kfox95@townsquaredigital.com","mobile-app-media-submission-email":"media.submit.kfox95@townsquaredigital.com","public-record-administrator-name":"Chris Cobb","public-record-administrator-email":"Chris.Cobb@townsquaremedia.com","fcc-online-public-file-url":"https://publicfiles.fcc.gov/fm-profile/kafx-fm","feedbackurl":"","biz-list-url":"http://kicks105.com/lufkin-nacogdoches-featured-business-listings/","amazon_affiliate":"","yieldmo_placement":"","jwplayer":"","twitter_handle":"Kfox955","youtube_handle":"kfox95fm","youtube_channel_id":"","instagram_handle":"kfox955","comscore-label":"PopCrush"},"_station_logos":{},"_station_settings":{"default_show_image":""},"_townsquare_user_registration_settings":{"registration-confirmation":"yes","use-short-form":"no","use-captcha":"yes","show-welcome":"yes","disable-registration":"no","javascript-links":"no","profile_language":{"registration":{"lightbox_title":"Sign up for the K-Fox VIP","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":166,"blogName":"K-Fox 95.5","blogDescription":"All Hit Music","postTitleFormat":"%post_title%","timeZone":"America/Chicago","market":"Lufkin","activeDomain":"kfox95.com","legalName":"K-Fox 95.5"},"tsiMarkets":"Lufkin"},"globalBlogOptions":{"google_maps_default_api_key":"AIzaSyCcIkjOyxS9DtubyqzLX2Sbancl83fKon4","gtmSiteId":"GTM-K346HJZ","kruxSiteId":"rwjnisqy1","loyalty_title_166":"K-Fox VIP","kruxEnabled":true},"headers":{"title":[{"textContent":"Jerry Jones, Cowboys Doing Their Part in Hurricane Harvey Relief Efforts"}],"meta":[{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}},{"attrs":{"charset":"UTF-8"}},{"attrs":{"name":"instagram_profile","value":"kfox955"}},{"attrs":{"name":"description","content":"From donating a large sum of money to the Salvation Army to giving the Texans free rein, Dallas is doing all they can for their family in the south. And the rest of the NFL has jumped in as well."}},{"attrs":{"name":"keywords","content":"hurricane harvey, harvey, nfl, jerry jones, salvation army, nfl foundation, the fan, jerry jones donates 100,000 to hurricane relief"}},{"attrs":{"property":"fb:app_id","content":"196639240361382"}},{"attrs":{"property":"fb:admins","content":"39403132"}},{"attrs":{"property":"fb:admins","content":"583052867"}},{"attrs":{"property":"fb:admins","content":"100002025987268"}},{"attrs":{"property":"fb:admins","content":"732998853"}},{"attrs":{"property":"og:title","content":"Jerry Jones, Cowboys Doing Their Part in Hurricane Harvey Relief Efforts"}},{"attrs":{"property":"og:description","content":"From donating a large sum of money to the Salvation Army to giving the Texans free rein, Dallas is doing all they can for their family in the south. And the rest of the NFL has jumped in as well."}},{"attrs":{"property":"og:url","content":"http://kfox95.com/jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts-in-major-ways/"}},{"attrs":{"property":"og:site_name","content":"K-Fox 95.5"}},{"attrs":{"property":"og:type","content":"blog"}},{"attrs":{"property":"og:image","content":"http://k945.com/files/2017/08/GettyImages-633941332.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":"@Kfox955"}},{"attrs":{"name":"sailthru.description","content":"From donating a large sum of money to the Salvation Army to giving the Texans free rein, Dallas is doing all they can for their family in the south. And the rest of the NFL has jumped in as well."}},{"attrs":{"name":"sailthru.date","content":"2017-08-30 08:18:01"}},{"attrs":{"name":"sailthru.title","content":"Jerry Jones, Cowboys Doing Their Part in Hurricane Harvey Relief Efforts"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-kafx, tsmmarket-lufkin, tsmtype-local, dallas-cowboys, houston, houston-texans, nfl, entertainment-news, news-2, sports"}},{"attrs":{"name":"sailthru.author","content":"jess"}},{"attrs":{"name":"sailthru.image.full","content":"http://k945.com/files/2017/08/GettyImages-633941332.jpg"}},{"attrs":{"name":"sailthru.image.thumb","content":"http://k945.com/files/2017/08/GettyImages-633941332.jpg"}},{"attrs":{"property":"fb:pages","content":"141365762138"}},{"attrs":{"name":"google-site-verification","content":"UP8aAOTG7nAQ9Zk4lEwAysy3BDI_MLe3dsgVgktB_E4"}},{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}}],"link":[{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://kfox95.com/files/2014/02/favicon.ico"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"K-Fox 95.5 » Feed","href":"http://kfox95.com/feed/"}},{"attrs":{"rel":"profile","href":"http://gmpg.org/xfn/11"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"K-Fox 95.5 » Jerry Jones, Cowboys Doing Their Part in Hurricane Harvey Relief Efforts Comments Feed","href":"http://kfox95.com/jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts-in-major-ways/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://kfox95.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"2017 MTV Video Music Awards Audience Tumbles to New Low","href":"http://kfox95.com/2017-mtv-vma-viewership-down/"}},{"attrs":{"rel":"next","title":"Todrick Hall Implies Taylor Swift’s a Better Dancer Than Many Fellow Stars","href":"http://kfox95.com/todrick-hall-taylor-swift-dancing-quotes/"}},{"attrs":{"rel":"shortlink","href":"http://kfox95.com/?p=330132"}},{"attrs":{"rel":"canonical","href":"http://k945.com/jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts/"}}],"noscript":[{"attrs":{"children":[{"tagName":"img","src":"http://b.scorecardresearch.com/p?c1=2&c2=6665296&cv=2.0&cj=1"}]}}]},"adVars":{"amazonAds":true,"enableCriteo":true,"enableViewability":false,"enableViewabilityBR":false,"enableSharethrough":true,"enableAppNexusWrapper":true,"sharethroughKey":"","sharethroughArticleKey":"AB1Pt1LVW7zsto8jGk1yeEgN","enableOpenx":false,"enableKiosked":false,"enableKioskedMobile":false,"enableSonobi":true,"sonobiScript":"","zergnetId":"59611","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","tsm-2x2"],"adPageSettings":{"attrs":{"catid":["entertainment-news","news-2","sports"],"tags":["dallas-cowboys","houston","houston-texans","nfl"],"id":"jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts-in-major-ways","author":"jess","kw":["jess","jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts-in-major-ways","entertainment-news","news-2","sports","dallas-cowboys","houston","houston-texans","nfl","pagetype-post"],"genre":["pop"],"device":"web","kv":[]}},"mobileActiveSlots":["ads-expand-down","ads-expand","ads-prestitial","ads-top-right","ads-bottom-right","ads-top-leaderboard","ads-bottom-leaderboard","ads-mid-top","ads-mid-bottom","tsm-2x2"],"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":"Jerry Jones, Cowboys Doing Their Part in Hurricane Harvey Relief Efforts"},"activeDomain":"kfox95.com","authLoginFormNonce":"74e4c53e45","authRegFormNonce":"6c96210149","ga":{"ids":{"primary":"UA-19111519-2","secondary":["UA-19109753-1","UA-19111519-6","UA-28825804-2","UA-45260060-3"],"all":["UA-19111519-2","UA-19109753-1","UA-19111519-6","UA-28825804-2","UA-45260060-3"]}},"tsmStatic":{"revision":"01272d1ea85173b023b59bd9e8da482534b5d932"},"isGallery":false,"userRegistrationSettings":{"disable-registration":"no"},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":330132,"postAuthor":1883910,"postDate":"2017-08-30T13:18:01.000Z","postDateGmt":"2017-08-30T13:18:01.000Z","postTitle":"Jerry Jones, Cowboys Doing Their Part in Hurricane Harvey Relief Efforts","postExcerpt":"From donating a large sum of money to the Salvation Army to giving the Texans free rein, Dallas is doing all they can for their family in the south. And the rest of the NFL has jumped in as well. ","postStatus":"publish","commentStatus":"open","postPassword":"","postName":"jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts-in-major-ways","toPing":"","pinged":"","postModified":"2017-08-30T13:20:25.000Z","postModifiedGmt":"2017-08-30T13:20:25.000Z","postContentFiltered":"","postParent":0,"guid":"http://k945.com/?p=587798","menuOrder":0,"postType":"post","postMimeType":"","commentCount":0,"postDateGmtStr":"2017-08-30 13:18:01.000+0000","postModifiedGmtStr":"2017-08-30 13:20:25.000+0000","meta":{"_crosspost_source_blog_id":"182","_crosspost_source_post_id":"587798"}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"Jerry Jones, Cowboys Doing Their Part in Hurricane Harvey Relief Efforts","next":{"latest":[{"postId":330047,"documentUrl":"/in-the-wake-of-hurricane-harvey-this-dog-isnt-going-hungry/","filterUrl":"/rest/carbon/filter/main/in-the-wake-of-hurricane-harvey-this-dog-isnt-going-hungry/","sortDate":"2017-08-29 09:38:28.000 +0000","termTaxonomyId":138,"taxonomyType":"tags"},{"postId":330043,"documentUrl":"/the-national-weather-service-had-to-update-the-legend-for-rainfall-total-colors/","filterUrl":"/rest/carbon/filter/main/the-national-weather-service-had-to-update-the-legend-for-rainfall-total-colors/","sortDate":"2017-08-29 09:32:06.000 +0000","termTaxonomyId":138,"taxonomyType":"tags"},{"postId":327581,"documentUrl":"/youll-need-a-reservation-for-this-booze-infused-ice-cream/","filterUrl":"/rest/carbon/filter/main/youll-need-a-reservation-for-this-booze-infused-ice-cream/","sortDate":"2017-07-24 07:05:48.000 +0000","termTaxonomyId":138,"taxonomyType":"tags"},{"postId":327272,"documentUrl":"/should-someone-have-a-chat-with-cowboys-ezekiel-elliott-opinion/","filterUrl":"/rest/carbon/filter/main/should-someone-have-a-chat-with-cowboys-ezekiel-elliott-opinion/","sortDate":"2017-07-18 11:27:19.000 +0000","termTaxonomyId":4594,"taxonomyType":"tags"},{"postId":325752,"documentUrl":"/dak-prescotts-first-football-procamp-a-huge-success-video/","filterUrl":"/rest/carbon/filter/main/dak-prescotts-first-football-procamp-a-huge-success-video/","sortDate":"2017-06-24 10:24:15.000 +0000","termTaxonomyId":4594,"taxonomyType":"tags"},{"postId":321383,"documentUrl":"/one-of-the-most-dangerous-cities-in-america-is-in-east-texas/","filterUrl":"/rest/carbon/filter/main/one-of-the-most-dangerous-cities-in-america-is-in-east-texas/","sortDate":"2017-05-02 06:26:32.000 +0000","termTaxonomyId":138,"taxonomyType":"tags"},{"postId":319041,"documentUrl":"/tony-romo-expected-to-be-released-take-job-with-cbs/","filterUrl":"/rest/carbon/filter/main/tony-romo-expected-to-be-released-take-job-with-cbs/","sortDate":"2017-04-04 11:13:48.000 +0000","termTaxonomyId":4594,"taxonomyType":"tags"},{"postId":318819,"documentUrl":"/for-dak-prescott-the-cowboys-offseason-is-all-about-fishin-photos/","filterUrl":"/rest/carbon/filter/main/for-dak-prescott-the-cowboys-offseason-is-all-about-fishin-photos/","sortDate":"2017-03-31 11:33:10.000 +0000","termTaxonomyId":4594,"taxonomyType":"tags"},{"postId":317657,"documentUrl":"/cowboys-ezekiel-elliotts-st-patricks-day-antics-call-for-a-flag-on-the-play/","filterUrl":"/rest/carbon/filter/main/cowboys-ezekiel-elliotts-st-patricks-day-antics-call-for-a-flag-on-the-play/","sortDate":"2017-03-16 06:53:31.000 +0000","termTaxonomyId":4594,"taxonomyType":"tags"},{"postId":317497,"documentUrl":"/tony-romo-could-follow-in-footsteps-of-another-cowboys-legend/","filterUrl":"/rest/carbon/filter/main/tony-romo-could-follow-in-footsteps-of-another-cowboys-legend/","sortDate":"2017-03-14 11:17:16.000 +0000","termTaxonomyId":2185,"taxonomyType":"tags"}],"taxonomy":[{"postId":330047,"documentUrl":"/in-the-wake-of-hurricane-harvey-this-dog-isnt-going-hungry/","filterUrl":"/rest/carbon/filter/main/in-the-wake-of-hurricane-harvey-this-dog-isnt-going-hungry/","sortDate":"2017-08-29 09:38:28.000 +0000","termTaxonomyId":138,"taxonomyType":"tags"},{"postId":330043,"documentUrl":"/the-national-weather-service-had-to-update-the-legend-for-rainfall-total-colors/","filterUrl":"/rest/carbon/filter/main/the-national-weather-service-had-to-update-the-legend-for-rainfall-total-colors/","sortDate":"2017-08-29 09:32:06.000 +0000","termTaxonomyId":138,"taxonomyType":"tags"},{"postId":327581,"documentUrl":"/youll-need-a-reservation-for-this-booze-infused-ice-cream/","filterUrl":"/rest/carbon/filter/main/youll-need-a-reservation-for-this-booze-infused-ice-cream/","sortDate":"2017-07-24 07:05:48.000 +0000","termTaxonomyId":138,"taxonomyType":"tags"},{"postId":327272,"documentUrl":"/should-someone-have-a-chat-with-cowboys-ezekiel-elliott-opinion/","filterUrl":"/rest/carbon/filter/main/should-someone-have-a-chat-with-cowboys-ezekiel-elliott-opinion/","sortDate":"2017-07-18 11:27:19.000 +0000","termTaxonomyId":4594,"taxonomyType":"tags"},{"postId":325752,"documentUrl":"/dak-prescotts-first-football-procamp-a-huge-success-video/","filterUrl":"/rest/carbon/filter/main/dak-prescotts-first-football-procamp-a-huge-success-video/","sortDate":"2017-06-24 10:24:15.000 +0000","termTaxonomyId":4594,"taxonomyType":"tags"},{"postId":321383,"documentUrl":"/one-of-the-most-dangerous-cities-in-america-is-in-east-texas/","filterUrl":"/rest/carbon/filter/main/one-of-the-most-dangerous-cities-in-america-is-in-east-texas/","sortDate":"2017-05-02 06:26:32.000 +0000","termTaxonomyId":138,"taxonomyType":"tags"},{"postId":319041,"documentUrl":"/tony-romo-expected-to-be-released-take-job-with-cbs/","filterUrl":"/rest/carbon/filter/main/tony-romo-expected-to-be-released-take-job-with-cbs/","sortDate":"2017-04-04 11:13:48.000 +0000","termTaxonomyId":4594,"taxonomyType":"tags"},{"postId":318819,"documentUrl":"/for-dak-prescott-the-cowboys-offseason-is-all-about-fishin-photos/","filterUrl":"/rest/carbon/filter/main/for-dak-prescott-the-cowboys-offseason-is-all-about-fishin-photos/","sortDate":"2017-03-31 11:33:10.000 +0000","termTaxonomyId":4594,"taxonomyType":"tags"},{"postId":317657,"documentUrl":"/cowboys-ezekiel-elliotts-st-patricks-day-antics-call-for-a-flag-on-the-play/","filterUrl":"/rest/carbon/filter/main/cowboys-ezekiel-elliotts-st-patricks-day-antics-call-for-a-flag-on-the-play/","sortDate":"2017-03-16 06:53:31.000 +0000","termTaxonomyId":4594,"taxonomyType":"tags"},{"postId":317497,"documentUrl":"/tony-romo-could-follow-in-footsteps-of-another-cowboys-legend/","filterUrl":"/rest/carbon/filter/main/tony-romo-could-follow-in-footsteps-of-another-cowboys-legend/","sortDate":"2017-03-14 11:17:16.000 +0000","termTaxonomyId":2185,"taxonomyType":"tags"}]},"cadata":{"activeDomain":"kfox95.com","blogId":166,"method":"get_single","postId":330132,"crosspostBlogId":"182","crosspostPostId":"587798","postType":"post","postDateGmt":"2017-08-30 13:18:01.000+0000"},"env":"production"},"structure":{"data":["header","maintop","main","mainads","mainbottom","side","nav"],"dataDetails":{"header":["header-sidebar"],"maintop":[],"main":["carbonsidebar/single"],"mainads":["carbonsidebar/mainads"],"mainbottom":["single-post-bottom","carbonsidebar/facebookComment"],"side":["carbon-post-sidebar"],"nav":["carbonsidebar/nav/blueiv","carbonsidebar/nav/main","carbonsidebar/nav/promo_links","carbonsidebar/nav/footer"]}},"sidebars":{"data":["header-sidebar","carbonsidebar/single","carbonsidebar/mainads","single-post-bottom","carbonsidebar/facebookComment","carbon-post-sidebar","carbonsidebar/nav/blueiv","carbonsidebar/nav/main","carbonsidebar/nav/promo_links","carbonsidebar/nav/footer"],"dataDetails":{"header-sidebar":{"widgets":["widget_listen_live-75","now-playing-66","widget_onair-56"],"widgetDetails":{"widget_listen_live-75":{"widgetInfo":{"id":"widget_listen_live-75","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"75"},"widgetParams":{"title":"Listen Now","widgetTime":8}},"now-playing-66":{"widgetInfo":{"id":"now-playing-66","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"66"},"widgetParams":{"title":"Recently Played","widgetTime":8}},"widget_onair-56":{"widgetInfo":{"id":"widget_onair-56","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"56"},"widgetParams":{"title":"On Air","widgetTime":20}}}},"carbonsidebar/single":{"widgets":["carbonwidget/single-1"],"widgetDetails":{"carbonwidget/single-1":{"widgetInfo":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"widgetParams":{"mainAuthor":{"id":1883910,"slug":"jess","name":"Jess","first_name":"jessica","last_name":"rowe","nickname":"Jess","description":"Did we just become best friends? I think we did! \r\n\r\nThe last time I talked this much about myself, I was competing in my hometown \"Miss\" pageant. Although not crowned queen, I was first runner up...  #PrincessLifeForever. (I guess I should warn you that I'm as sarcastic as they come.) I'm a true blonde with a Texas heart, California soul and New York mind. I'm the wife of a man who doesn't know he's way out of my league. Also, I'm a personal assistant to a seven-pound Morkiepoo who owns 51% of my social media accounts. I stumbled into broadcast after my dreams of professional softball fell short. I can honestly say that I dodged a bullet. Fame, championships, physical prowess? Nah, I wanna be a radio DJ! But seriously, radio has given me the opportunity to create wonderful experiences for others and the chance to meet/interview some highly influential people like Taylor Swift, Garth Brooks, Ed Sheeran, Eli Manning, Elizabeth Hurley, Ludacris and more. I honestly never imagined this life for me and I pinch myself daily.\r\n\r\nNow back to the best friends thing... Are we gonna make this \"Social Media Official?!\"\r\n\r\nFacebook: @missradiojess\r\nTwitter: @missradiojess\r\nInstagram: @missradiojess\r\nYouTube: MissRadioJess\r\nSnapChat: Radio Jess","thumbnail":"http://k945.com/files/2017/06/Jess-New-Pic-Edit-Use-This.jpg","url":"http://kfox95.com/author/jess/"},"firstCategoryName":"Entertainment News","postType":"post","postTitle":"Jerry Jones, Cowboys Doing Their Part in Hurricane Harvey Relief Efforts","aiseopTitle":"Jerry Jones, Cowboys Doing Their Part in Hurricane Harvey Relief Efforts","widgetTime":35}}}},"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":3}},"carbonwidget/bottom-728x90":{"widgetInfo":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"bottom-728x90","widgetTime":3}}}},"single-post-bottom":{"widgets":["ts_blogroll-3","widget_third_party_content-2","widget_third_party_content-3"],"widgetDetails":{"ts_blogroll-3":{"widgetInfo":{"id":"ts_blogroll-3","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"3"},"widgetParams":{"title":"Best of KFox95","type":"main_content_thumb_title_roll","cat":"","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1"}},"widget_third_party_content-2":{"widgetInfo":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"widgetParams":{"type":"zergnet","title":"Recommended For You","id":"39626","placement":"","targettype":"","mode":"","widgetTime":2}},"widget_third_party_content-3":{"widgetInfo":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"widgetParams":{"type":"zergnet","title":"Best of the Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":2}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["fix_sidebar_marker-22","ts_blogroll-603","google-ads-widget-400","tsq_sailthru_newsletter_widget-364","ts_blogroll-604"],"widgetDetails":{"fix_sidebar_marker-22":{"widgetInfo":{"id":"fix_sidebar_marker-22","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"22"},"widgetParams":{"title":"Fix Sidebar Marker","widgetTime":2}},"ts_blogroll-603":{"widgetInfo":{"id":"ts_blogroll-603","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"603"},"widgetParams":{"title":"","type":"carousel","isweather":0,"cat":"0","posts_per_page":"3","align":"right","pinned_id":"","pinned_label":"","tag":"featured","private_tag":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0,"author":""}},"google-ads-widget-400":{"widgetInfo":{"id":"google-ads-widget-400","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"400"},"widgetParams":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":1}},"tsq_sailthru_newsletter_widget-364":{"widgetInfo":{"id":"tsq_sailthru_newsletter_widget-364","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"364"},"widgetParams":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["kfox"],"widgetTime":1}},"ts_blogroll-604":{"widgetInfo":{"id":"ts_blogroll-604","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"604"},"widgetParams":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3}}}},"carbonsidebar/nav/blueiv":{"widgets":["carbonwidget/nav/blueiv"],"widgetDetails":{"carbonwidget/nav/blueiv":{"widgetInfo":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"}}}},"carbonsidebar/nav/main":{"widgets":["carbonwidget/nav/main"],"widgetDetails":{"carbonwidget/nav/main":{"widgetInfo":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"}}}},"carbonsidebar/nav/promo_links":{"widgets":["carbonwidget/nav/promo_links"],"widgetDetails":{"carbonwidget/nav/promo_links":{"widgetInfo":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"}}}},"carbonsidebar/nav/footer":{"widgets":["carbonwidget/nav/footer"],"widgetDetails":{"carbonwidget/nav/footer":{"widgetInfo":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"}}}}}},"widgets":{"widget_listen_live-75":{"info":{"id":"widget_listen_live-75","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"75"},"params":{"title":"Listen Now","widgetTime":8},"data":[171397],"dataDetails":{"171397":{"postId":171397,"title":"Listen Now","label":"Click to view the latest song playing on air.","url":"/listen-live/","mobileId":"","playerMode":"radio","sid":"7587","callsign":"KAFXFM","woMobileId":"5782","woStreamId":"3887","activePlayer":"wo","stationName":"","listenLivePageUrl":"http://player.streamtheworld.com/_players/townsquaremedia/runspotv3/?sid=7587&redirect=http://player.listenlive.co/","html5ScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/html5/stwplayer.php?callsign=KAFXFM&primaryColor=0x00bfff&playermode=radio&sid=7587&width=630","flashScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/stwplayer.php?callsign=KAFXFM&primaryColor=0x00bfff&playermode=radio&timeshift=false&radiopup=true&playerAdState=0&popout=false&width=630","wo_player_url":"http://v6.player.abacast.net/5782","wo_recent_api_url":"http://api.nowplaying.abacast.net/prt/nowplaying/2/10/3887/nowplaying.json","wo_preroll_url":"http://api.clarity.abacast.com/gateway/getmediavast.php?sid=3887/","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"now-playing-66":{"info":{"id":"now-playing-66","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"66"},"params":{"title":"Recently Played","widgetTime":8},"data":[171397],"dataDetails":{"171397":{"postId":171397,"mobileId":"","playerMode":"radio","sid":"7587","callsign":"KAFXFM","woStreamId":"3887","activePlayer":"wo","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"widget_onair-56":{"info":{"id":"widget_onair-56","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"56"},"params":{"title":"On Air","widgetTime":20},"data":["666"],"dataDetails":{"666":{"id":"666","url":"http://kfox95.com/show/dan-patrick/","title":"Dan Patrick","wall":"http://kfox95.com/show/dan-patrick/","posts":"http://kfox95.com/show/dan-patrick/posts","mail":"danpatrick@kfox95.com","phone":"1-800-905-5369","thumbnailId":333836,"thumbnail":"http://kfox95.com/files/2010/11/Dan.jpg","authors":[{"id":414,"user_nicename":"dpatrick","display_name":"Dan P."}]}}},"carbonwidget/single-1":{"info":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"params":{"mainAuthor":{"id":1883910,"slug":"jess","name":"Jess","first_name":"jessica","last_name":"rowe","nickname":"Jess","description":"Did we just become best friends? I think we did! \r\n\r\nThe last time I talked this much about myself, I was competing in my hometown \"Miss\" pageant. Although not crowned queen, I was first runner up...  #PrincessLifeForever. (I guess I should warn you that I'm as sarcastic as they come.) I'm a true blonde with a Texas heart, California soul and New York mind. I'm the wife of a man who doesn't know he's way out of my league. Also, I'm a personal assistant to a seven-pound Morkiepoo who owns 51% of my social media accounts. I stumbled into broadcast after my dreams of professional softball fell short. I can honestly say that I dodged a bullet. Fame, championships, physical prowess? Nah, I wanna be a radio DJ! But seriously, radio has given me the opportunity to create wonderful experiences for others and the chance to meet/interview some highly influential people like Taylor Swift, Garth Brooks, Ed Sheeran, Eli Manning, Elizabeth Hurley, Ludacris and more. I honestly never imagined this life for me and I pinch myself daily.\r\n\r\nNow back to the best friends thing... Are we gonna make this \"Social Media Official?!\"\r\n\r\nFacebook: @missradiojess\r\nTwitter: @missradiojess\r\nInstagram: @missradiojess\r\nYouTube: MissRadioJess\r\nSnapChat: Radio Jess","thumbnail":"http://k945.com/files/2017/06/Jess-New-Pic-Edit-Use-This.jpg","url":"http://kfox95.com/author/jess/"},"firstCategoryName":"Entertainment News","postType":"post","postTitle":"Jerry Jones, Cowboys Doing Their Part in Hurricane Harvey Relief Efforts","aiseopTitle":"Jerry Jones, Cowboys Doing Their Part in Hurricane Harvey Relief Efforts","widgetTime":35},"data":[330132],"dataDetails":{"330132":{"thumbnail":"http://k945.com/files/2017/08/GettyImages-633941332.jpg","caption":"Tom Pennington, Getty Images","excerpt":"From donating a large sum of money to the Salvation Army to giving the Texans free rein, Dallas is doing all they can for their family in the south. And the rest of the NFL has jumped in as well. ","date":"August 30, 2017 8:18 AM","postDateGmt":"2017-08-30 13:18:01 +0000","postModifiedGmt":"2017-08-30 13:20:25 +0000","title":"Jerry Jones, Cowboys Doing Their Part in Hurricane Harvey Relief Efforts","url":"http://kfox95.com/jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts-in-major-ways/","id":330132,"contentRaw":"[caption id=\"attachment_587799\" align=\"aligncenter\" width=\"630\"]<img src=\"http://k945.com/files/2017/08/GettyImages-633941332.jpg?w=630&h=420&zc=1&s=0&a=t&q=89\" alt=\"Super Bowl LI - New England Patriots v Atlanta Falcons\" width=\"630\" height=\"420\" class=\"size-630scaled wp-image-587799\" /> Tom Pennington, Getty Images[/caption]\r\n\r\nFrom donating a large sum of money to the Salvation Army to giving the Texans free rein, Dallas is doing all they can for their family in the south. And the rest of the NFL has jumped in as well. \r\n\r\nThe Lone Star state is showing its resiliency and unity during Hurricane Harvey. Although Houston woke up to clear skies this morning (August 30), there is still much to do in the coming months, even years. Once the water recedes, it's all hands on deck to put the pieces back together. And that always takes money.\r\n\r\nThat's where Jerry Jones has stepped in.\r\n\r\nThe longtime Cowboys owner has already <a href=\"https://twitter.com/TommySledge/status/902525592985317376\" target=\"_blank\">donated $100,000 to the Salvation Army</a>. That donation was made Tuesday morning to kick off the fundraising campaign of 105.3 The Fan, a sports radio station in the Dallas-Fort Worth area. That's his own money going to work for the state of Texas. However, it doesn't stop there. \r\n\r\nThe Cowboys and Texans have a preseason game that is set for Thursday night (August 31). That game was originally supposed to take place in Houston at NRG Stadium. Obviously, that's changed. Dallas has opened up their doors to host the game at AT&T Stadium. You can argue that preseason games mean nothing, but Jerry Jones feels differently. Home field advantage is always in play and he knows it. Therefore he has given the Texas complete control of the game. In an interview with The Fan, he made it very clear that the Cowboys are merely just providing the stadium (and, by default, some fans), but every other decision in regards to the game is <a href=\"http://www.star-telegram.com/sports/nfl/dallas-cowboys/article169969972.html\" target=\"_blank\">completely at the discretion of Houston and their team</a>. Jerry is sensitive to the fact that many of the players and staff have not seen their families since the hurricane.\r\n\r\nTo take things even further, the Cowboys and Texans have both pledged to donate proceeds from their preseason game to relief efforts, according to <a href=\"https://sportsday.dallasnews.com/dallas-cowboys/cowboys/2017/08/29/cowboys-texans-donate-game-proceeds-hurricane-harvey-relief-efforts-tickets-sale-6-pm-tonight\" target=\"_blank\">Sports Day</a>. \r\n\r\n\r\n\r\n<blockquote>Game proceeds, representing contributions by both NFL teams and the players, will be donated to the United Way of Greater Houston Relief Fund that supports the efforts of the Red Cross and The Salvation Army.</blockquote>\r\n\r\n\r\nThe <a href=\"http://www.sportingnews.com/nfl/news/houston-hurricane-harvey-texans-patriots-robert-kraft-donation-jj-watt/mr3c0mz50gd617o7hnyp73y8y\" target=\"_blank\">NFL community as a whole is also stepping up</a>. JJ Watt, defensive end for the Texans, has been using his social media resources to raise money. He has already donated $100,000 to his JJ Watt Houston Relief Fund and challenged others in the league to bring the total up to $500,000. As of Tuesday night, that number had jumped to over $4 MILLION. Donations of $1 million came in from Bob and Janice McNair, who own the Texans, the Tennessee Titans, New England Patriots and even the NFL Foundation.\r\n\r\nAs Watt put is, \"The NFL is a family that helps one another in times of need.\"","content":"\n<figure id=\"attachment_587799\" class=\"content-post-image aligncenter\"><span class=\"image-frame\"><noscript><img src=\"http://k945.com/files/2017/08/GettyImages-633941332.jpg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\"></noscript>\n<img src=\"//s3.amazonaws.com/tsm-images/global/1x1.gif\" alt=\"Super Bowl LI - New England Patriots v Atlanta Falcons\" class=\"size-630scaled wp-image-587799 lazy\" data-width=\"630\" data-height=\"420\" data-type=\"post\" datasrc=\"http://k945.com/files/2017/08/GettyImages-633941332.jpg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\"></span><figcaption>Tom Pennington, Getty Images</figcaption></figure><p>From donating a large sum of money to the Salvation Army to giving the Texans free rein, Dallas is doing all they can for their family in the south. And the rest of the NFL has jumped in as well. </p>\n<p>The Lone Star state is showing its resiliency and unity during Hurricane Harvey. Although Houston woke up to clear skies this morning (August 30), there is still much to do in the coming months, even years. Once the water recedes, it’s all hands on deck to put the pieces back together. And that always takes money.</p>\n<p>That’s where Jerry Jones has stepped in.</p>\n<p>The longtime Cowboys owner has already <a href=\"https://twitter.com/TommySledge/status/902525592985317376\" target=\"_blank\">donated $100,000 to the Salvation Army</a>. That donation was made Tuesday morning to kick off the fundraising campaign of 105.3 The Fan, a sports radio station in the Dallas-Fort Worth area. That’s his own money going to work for the state of Texas. However, it doesn’t stop there. </p>\n<p>The Cowboys and Texans have a preseason game that is set for Thursday night (August 31). That game was originally supposed to take place in Houston at NRG Stadium. Obviously, that’s changed. Dallas has opened up their doors to host the game at AT&amp;T Stadium. You can argue that preseason games mean nothing, but Jerry Jones feels differently. Home field advantage is always in play and he knows it. Therefore he has given the Texas complete control of the game. In an interview with The Fan, he made it very clear that the Cowboys are merely just providing the stadium (and, by default, some fans), but every other decision in regards to the game is <a href=\"http://www.star-telegram.com/sports/nfl/dallas-cowboys/article169969972.html\" target=\"_blank\">completely at the discretion of Houston and their team</a>. Jerry is sensitive to the fact that many of the players and staff have not seen their families since the hurricane.</p>\n<p>To take things even further, the Cowboys and Texans have both pledged to donate proceeds from their preseason game to relief efforts, according to <a href=\"https://sportsday.dallasnews.com/dallas-cowboys/cowboys/2017/08/29/cowboys-texans-donate-game-proceeds-hurricane-harvey-relief-efforts-tickets-sale-6-pm-tonight\" target=\"_blank\">Sports Day</a>. </p>\n<blockquote><p>Game proceeds, representing contributions by both NFL teams and the players, will be donated to the United Way of Greater Houston Relief Fund that supports the efforts of the Red Cross and The Salvation Army.</p></blockquote>\n<p>The <a href=\"http://www.sportingnews.com/nfl/news/houston-hurricane-harvey-texans-patriots-robert-kraft-donation-jj-watt/mr3c0mz50gd617o7hnyp73y8y\" target=\"_blank\">NFL community as a whole is also stepping up</a>. JJ Watt, defensive end for the Texans, has been using his social media resources to raise money. He has already donated $100,000 to his JJ Watt Houston Relief Fund and challenged others in the league to bring the total up to $500,000. As of Tuesday night, that number had jumped to over $4 MILLION. Donations of $1 million came in from Bob and Janice McNair, who own the Texans, the Tennessee Titans, New England Patriots and even the NFL Foundation.</p>\n<p>As Watt put is, “The NFL is a family that helps one another in times of need.”</p>\n","postType":"post","wpVersion":"","alternateMetaForBlogroll":{"title":"Jerry Jones, Cowboys Doing Their Part in Hurricane Harvey Relief Efforts","excerpt":"From donating a large sum of money to the Salvation Army to giving the Texans free rein, Dallas is doing all they can for their family in the south. And the rest of the NFL has jumped in as well. ","post_excerpt":"From donating a large sum of money to the Salvation Army to giving the Texans free rein, Dallas is doing all they can for their family in the south. And the rest of the NFL has jumped in as well. ","post_more_excerpt":"<p>From donating a large sum of money to the Salvation Army to giving the Texans free rein, Dallas is doing all they can for their family in the south. And the rest of the NFL has jumped in as well.\n<p class=\"more_act\"><a href=\"http://kfox95.com/jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts-in-major-ways/\" title=\"Jerry Jones, Cowboys Doing Their Part in Hurricane Harvey Relief Efforts\">Read More</a></p>\n","permalink":"http://kfox95.com/jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts-in-major-ways/","image":{"id":330131,"url":"http://k945.com/files/2017/08/GettyImages-633941332.jpg","caption":"Tom Pennington, Getty Images"}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":false},"tags":[{"id":4595,"slug":"dallas-cowboys","title":"Dallas Cowboys","description":"","post_count":14,"link_url":"http://kfox95.com/tags/dallas-cowboys/","feed_url":"http://kfox95.com/tags/dallas-cowboys/feed/","term_taxonomy_id":4594,"object_id":0},{"id":137,"slug":"houston","title":"houston","description":"","post_count":24,"link_url":"http://kfox95.com/tags/houston/","feed_url":"http://kfox95.com/tags/houston/feed/","term_taxonomy_id":138,"object_id":0},{"id":4127,"slug":"houston-texans","title":"Houston Texans","description":"","post_count":5,"link_url":"http://kfox95.com/tags/houston-texans/","feed_url":"http://kfox95.com/tags/houston-texans/feed/","term_taxonomy_id":4125,"object_id":0},{"id":2183,"slug":"nfl","title":"nfl","description":"","post_count":21,"link_url":"http://kfox95.com/tags/nfl/","feed_url":"http://kfox95.com/tags/nfl/feed/","term_taxonomy_id":2185,"object_id":0}],"categories":[{"id":1739,"slug":"entertainment-news","title":"Entertainment News","description":"","parent":0,"post_count":754,"link_url":"http://kfox95.com/category/entertainment-news/","feed_url":"http://kfox95.com/category/entertainment-news/feed/","term_taxonomy_id":1741,"object_id":0},{"id":3236,"slug":"news-2","title":"News","description":"","parent":0,"post_count":3281,"link_url":"http://kfox95.com/category/news-2/","feed_url":"http://kfox95.com/category/news-2/feed/","term_taxonomy_id":3241,"object_id":0},{"id":87,"slug":"sports","title":"Sports","description":"","parent":0,"post_count":445,"link_url":"http://kfox95.com/category/sports/","feed_url":"http://kfox95.com/category/sports/feed/","term_taxonomy_id":87,"object_id":0}],"authors":[{"id":1883910,"slug":"jess","name":"Jess","first_name":"jessica","last_name":"rowe","nickname":"Jess","description":"Did we just become best friends? I think we did! \r\n\r\nThe last time I talked this much about myself, I was competing in my hometown \"Miss\" pageant. Although not crowned queen, I was first runner up...  #PrincessLifeForever. (I guess I should warn you that I'm as sarcastic as they come.) I'm a true blonde with a Texas heart, California soul and New York mind. I'm the wife of a man who doesn't know he's way out of my league. Also, I'm a personal assistant to a seven-pound Morkiepoo who owns 51% of my social media accounts. I stumbled into broadcast after my dreams of professional softball fell short. I can honestly say that I dodged a bullet. Fame, championships, physical prowess? Nah, I wanna be a radio DJ! But seriously, radio has given me the opportunity to create wonderful experiences for others and the chance to meet/interview some highly influential people like Taylor Swift, Garth Brooks, Ed Sheeran, Eli Manning, Elizabeth Hurley, Ludacris and more. I honestly never imagined this life for me and I pinch myself daily.\r\n\r\nNow back to the best friends thing... Are we gonna make this \"Social Media Official?!\"\r\n\r\nFacebook: @missradiojess\r\nTwitter: @missradiojess\r\nInstagram: @missradiojess\r\nYouTube: MissRadioJess\r\nSnapChat: Radio Jess","thumbnail":"http://k945.com/files/2017/06/Jess-New-Pic-Edit-Use-This.jpg","url":"http://kfox95.com/author/jess/"}],"post_more_meta":{"meta":""},"social":{"tw":{"href":"http://twitter.com/intent/tweet?text=Jerry%20Jones%2C%20Cowboys%20Doing%20Their%20Part%20in%20Hurricane%20Harvey%20Relief%20Efforts%20http%3A%2F%2Fkfox95.com%2Fjerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts-in-major-ways%2F%3Ftrackback%3Dtwitter_mobile%20%40Kfox955","title":"Share on Twitter","target":"_blank"},"fb":{"href":"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fkfox95.com%2Fjerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts-in-major-ways%2F%3Ftrackback%3Dfbshare_mobile","title":"Share on Facebook","target":"_blank"},"email":null,"pinterest":null,"print":null,"is_article":true},"nextArticle":"http://kfox95.com/2017-mtv-vma-viewership-down/","prevArticle":"http://kfox95.com/todrick-hall-taylor-swift-dancing-quotes/","pageUrl":"/jerry-jones-cowboys-doing-their-part-in-hurricane-harvey-relief-efforts-in-major-ways/","blogId":166,"domain":"kfox95.com","crossPostAttributionBottom":"","rawContent":"<p>\n<sectiontag class=\"module\" contenteditable=\"false\" type=\"image\" attr-id=\"587799\" attr-caption=\" Tom Pennington, Getty Images\" attr-align=\"center\" attr-width=\"630\" attr-height=\"420\" attr-url=\"http://k945.com/files/2017/08/GettyImages-633941332.jpg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\"></sectiontag></p>\n<p>From donating a large sum of money to the Salvation Army to giving the Texans free rein, Dallas is doing all they can for their family in the south. And the rest of the NFL has jumped in as well. </p>\n<p>The Lone Star state is showing its resiliency and unity during Hurricane Harvey. Although Houston woke up to clear skies this morning (August 30), there is still much to do in the coming months, even years. Once the water recedes, it's all hands on deck to put the pieces back together. And that always takes money.</p>\n<p>That's where Jerry Jones has stepped in.</p>\n<p>The longtime Cowboys owner has already <a href=\"https://twitter.com/TommySledge/status/902525592985317376\" target=\"_blank\">donated $100,000 to the Salvation Army</a>. That donation was made Tuesday morning to kick off the fundraising campaign of 105.3 The Fan, a sports radio station in the Dallas-Fort Worth area. That's his own money going to work for the state of Texas. However, it doesn't stop there. </p>\n<p>The Cowboys and Texans have a preseason game that is set for Thursday night (August 31). That game was originally supposed to take place in Houston at NRG Stadium. Obviously, that's changed. Dallas has opened up their doors to host the game at AT&T Stadium. You can argue that preseason games mean nothing, but Jerry Jones feels differently. Home field advantage is always in play and he knows it. Therefore he has given the Texas complete control of the game. In an interview with The Fan, he made it very clear that the Cowboys are merely just providing the stadium (and, by default, some fans), but every other decision in regards to the game is <a href=\"http://www.star-telegram.com/sports/nfl/dallas-cowboys/article169969972.html\" target=\"_blank\">completely at the discretion of Houston and their team</a>. Jerry is sensitive to the fact that many of the players and staff have not seen their families since the hurricane.</p>\n<p>To take things even further, the Cowboys and Texans have both pledged to donate proceeds from their preseason game to relief efforts, according to <a href=\"https://sportsday.dallasnews.com/dallas-cowboys/cowboys/2017/08/29/cowboys-texans-donate-game-proceeds-hurricane-harvey-relief-efforts-tickets-sale-6-pm-tonight\" target=\"_blank\">Sports Day</a>. </p>\n<blockquote><p>Game proceeds, representing contributions by both NFL teams and the players, will be donated to the United Way of Greater Houston Relief Fund that supports the efforts of the Red Cross and The Salvation Army.</p></blockquote>\n<p>The <a href=\"http://www.sportingnews.com/nfl/news/houston-hurricane-harvey-texans-patriots-robert-kraft-donation-jj-watt/mr3c0mz50gd617o7hnyp73y8y\" target=\"_blank\">NFL community as a whole is also stepping up</a>. JJ Watt, defensive end for the Texans, has been using his social media resources to raise money. He has already donated $100,000 to his JJ Watt Houston Relief Fund and challenged others in the league to bring the total up to $500,000. As of Tuesday night, that number had jumped to over $4 MILLION. Donations of $1 million came in from Bob and Janice McNair, who own the Texans, the Tennessee Titans, New England Patriots and even the NFL Foundation.</p>\n<p>As Watt put is, \"The NFL is a family that helps one another in times of need.\"</p>\n","podContent":[{"type":"singlePostText","data":{"text":"<p>From donating a large sum of money to the Salvation Army to giving the Texans free rein, Dallas is doing all they can for their family in the south. And the rest of the NFL has jumped in as well. </p>\n"},"currentTextLength":197,"runningCounter":1,"cumulativePodTextLength":197,"totalSimilarConsecutiveElements":9,"totalTextLength":2682},{"type":"singlePostText","data":{"text":"<p>The Lone Star state is showing its resiliency and unity during Hurricane Harvey. Although Houston woke up to clear skies this morning (August 30), there is still much to do in the coming months, even years. Once the water recedes, it&apos;s all hands on deck to put the pieces back together. And that always takes money.</p>\n"},"currentTextLength":321,"runningCounter":2,"cumulativePodTextLength":518,"totalSimilarConsecutiveElements":9,"totalTextLength":2682},{"type":"singlePostShareThrough","data":{}},{"type":"singlePostText","data":{"text":"<p>That&apos;s where Jerry Jones has stepped in.</p>\n"},"currentTextLength":46,"runningCounter":3,"cumulativePodTextLength":564,"totalSimilarConsecutiveElements":9,"totalTextLength":2682},{"type":"singlePostText","data":{"text":"<p>The longtime Cowboys owner has already <a href=\"https://twitter.com/TommySledge/status/902525592985317376\" target=\"_blank\">donated $100,000 to the Salvation Army</a>. That donation was made Tuesday morning to kick off the fundraising campaign of 105.3 The Fan, a sports radio station in the Dallas-Fort Worth area. That&apos;s his own money going to work for the state of Texas. However, it doesn&apos;t stop there. </p>\n"},"currentTextLength":329,"runningCounter":4,"cumulativePodTextLength":893,"totalSimilarConsecutiveElements":9,"totalTextLength":2682},{"type":"singlePostText","data":{"text":"<p>The Cowboys and Texans have a preseason game that is set for Thursday night (August 31). That game was originally supposed to take place in Houston at NRG Stadium. Obviously, that&apos;s changed. Dallas has opened up their doors to host the game at AT&amp;T Stadium. You can argue that preseason games mean nothing, but Jerry Jones feels differently. Home field advantage is always in play and he knows it. Therefore he has given the Texas complete control of the game. In an interview with The Fan, he made it very clear that the Cowboys are merely just providing the stadium (and, by default, some fans), but every other decision in regards to the game is <a href=\"http://www.star-telegram.com/sports/nfl/dallas-cowboys/article169969972.html\" target=\"_blank\">completely at the discretion of Houston and their team</a>. Jerry is sensitive to the fact that many of the players and staff have not seen their families since the hurricane.</p>\n"},"currentTextLength":830,"runningCounter":5,"cumulativePodTextLength":1723,"totalSimilarConsecutiveElements":9,"totalTextLength":2682},{"type":"singlePostText","data":{"text":"<p>To take things even further, the Cowboys and Texans have both pledged to donate proceeds from their preseason game to relief efforts, according to <a href=\"https://sportsday.dallasnews.com/dallas-cowboys/cowboys/2017/08/29/cowboys-texans-donate-game-proceeds-hurricane-harvey-relief-efforts-tickets-sale-6-pm-tonight\" target=\"_blank\">Sports Day</a>. </p>\n"},"currentTextLength":160,"runningCounter":6,"cumulativePodTextLength":1883,"totalSimilarConsecutiveElements":9,"totalTextLength":2682},{"type":"singlePostText","data":{"text":"<blockquote><p>Game proceeds, representing contributions by both NFL teams and the players, will be donated to the United Way of Greater Houston Relief Fund that supports the efforts of the Red Cross and The Salvation Army.</p></blockquote>\n"},"currentTextLength":209,"runningCounter":7,"cumulativePodTextLength":2092,"totalSimilarConsecutiveElements":9,"totalTextLength":2682},{"type":"singlePostText","data":{"text":"<p>The <a href=\"http://www.sportingnews.com/nfl/news/houston-hurricane-harvey-texans-patriots-robert-kraft-donation-jj-watt/mr3c0mz50gd617o7hnyp73y8y\" target=\"_blank\">NFL community as a whole is also stepping up</a>. JJ Watt, defensive end for the Texans, has been using his social media resources to raise money. He has already donated $100,000 to his JJ Watt Houston Relief Fund and challenged others in the league to bring the total up to $500,000. As of Tuesday night, that number had jumped to over $4 MILLION. Donations of $1 million came in from Bob and Janice McNair, who own the Texans, the Tennessee Titans, New England Patriots and even the NFL Foundation.</p>\n"},"currentTextLength":501,"runningCounter":8,"cumulativePodTextLength":2593,"totalSimilarConsecutiveElements":9,"totalTextLength":2682},{"type":"singlePostText","data":{"text":"<p>As Watt put is, &quot;The NFL is a family that helps one another in times of need.&quot;</p>\n"},"currentTextLength":89,"runningCounter":9,"cumulativePodTextLength":2682,"totalSimilarConsecutiveElements":9,"totalTextLength":2682}],"uniquePodTypes":["singlePostImage","singlePostText"],"podHeader":[{"type":"singlePostImage","data":{"id":587799,"caption":"Tom Pennington, Getty Images","align":"center","width":630,"height":420,"url":"http://k945.com/files/2017/08/GettyImages-633941332.jpg?w=630&h=420&zc=1&s=0&a=t&q=89"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"next":{"latest":[{"postId":330047,"documentUrl":"/in-the-wake-of-hurricane-harvey-this-dog-isnt-going-hungry/","filterUrl":"/rest/carbon/filter/main/in-the-wake-of-hurricane-harvey-this-dog-isnt-going-hungry/","sortDate":"2017-08-29 09:38:28.000 +0000","termTaxonomyId":138,"taxonomyType":"tags"},{"postId":330043,"documentUrl":"/the-national-weather-service-had-to-update-the-legend-for-rainfall-total-colors/","filterUrl":"/rest/carbon/filter/main/the-national-weather-service-had-to-update-the-legend-for-rainfall-total-colors/","sortDate":"2017-08-29 09:32:06.000 +0000","termTaxonomyId":138,"taxonomyType":"tags"},{"postId":327581,"documentUrl":"/youll-need-a-reservation-for-this-booze-infused-ice-cream/","filterUrl":"/rest/carbon/filter/main/youll-need-a-reservation-for-this-booze-infused-ice-cream/","sortDate":"2017-07-24 07:05:48.000 +0000","termTaxonomyId":138,"taxonomyType":"tags"},{"postId":327272,"documentUrl":"/should-someone-have-a-chat-with-cowboys-ezekiel-elliott-opinion/","filterUrl":"/rest/carbon/filter/main/should-someone-have-a-chat-with-cowboys-ezekiel-elliott-opinion/","sortDate":"2017-07-18 11:27:19.000 +0000","termTaxonomyId":4594,"taxonomyType":"tags"},{"postId":325752,"documentUrl":"/dak-prescotts-first-football-procamp-a-huge-success-video/","filterUrl":"/rest/carbon/filter/main/dak-prescotts-first-football-procamp-a-huge-success-video/","sortDate":"2017-06-24 10:24:15.000 +0000","termTaxonomyId":4594,"taxonomyType":"tags"},{"postId":321383,"documentUrl":"/one-of-the-most-dangerous-cities-in-america-is-in-east-texas/","filterUrl":"/rest/carbon/filter/main/one-of-the-most-dangerous-cities-in-america-is-in-east-texas/","sortDate":"2017-05-02 06:26:32.000 +0000","termTaxonomyId":138,"taxonomyType":"tags"},{"postId":319041,"documentUrl":"/tony-romo-expected-to-be-released-take-job-with-cbs/","filterUrl":"/rest/carbon/filter/main/tony-romo-expected-to-be-released-take-job-with-cbs/","sortDate":"2017-04-04 11:13:48.000 +0000","termTaxonomyId":4594,"taxonomyType":"tags"},{"postId":318819,"documentUrl":"/for-dak-prescott-the-cowboys-offseason-is-all-about-fishin-photos/","filterUrl":"/rest/carbon/filter/main/for-dak-prescott-the-cowboys-offseason-is-all-about-fishin-photos/","sortDate":"2017-03-31 11:33:10.000 +0000","termTaxonomyId":4594,"taxonomyType":"tags"},{"postId":317657,"documentUrl":"/cowboys-ezekiel-elliotts-st-patricks-day-antics-call-for-a-flag-on-the-play/","filterUrl":"/rest/carbon/filter/main/cowboys-ezekiel-elliotts-st-patricks-day-antics-call-for-a-flag-on-the-play/","sortDate":"2017-03-16 06:53:31.000 +0000","termTaxonomyId":4594,"taxonomyType":"tags"},{"postId":317497,"documentUrl":"/tony-romo-could-follow-in-footsteps-of-another-cowboys-legend/","filterUrl":"/rest/carbon/filter/main/tony-romo-could-follow-in-footsteps-of-another-cowboys-legend/","sortDate":"2017-03-14 11:17:16.000 +0000","termTaxonomyId":2185,"taxonomyType":"tags"}],"taxonomy":[{"postId":330047,"documentUrl":"/in-the-wake-of-hurricane-harvey-this-dog-isnt-going-hungry/","filterUrl":"/rest/carbon/filter/main/in-the-wake-of-hurricane-harvey-this-dog-isnt-going-hungry/","sortDate":"2017-08-29 09:38:28.000 +0000","termTaxonomyId":138,"taxonomyType":"tags"},{"postId":330043,"documentUrl":"/the-national-weather-service-had-to-update-the-legend-for-rainfall-total-colors/","filterUrl":"/rest/carbon/filter/main/the-national-weather-service-had-to-update-the-legend-for-rainfall-total-colors/","sortDate":"2017-08-29 09:32:06.000 +0000","termTaxonomyId":138,"taxonomyType":"tags"},{"postId":327581,"documentUrl":"/youll-need-a-reservation-for-this-booze-infused-ice-cream/","filterUrl":"/rest/carbon/filter/main/youll-need-a-reservation-for-this-booze-infused-ice-cream/","sortDate":"2017-07-24 07:05:48.000 +0000","termTaxonomyId":138,"taxonomyType":"tags"},{"postId":327272,"documentUrl":"/should-someone-have-a-chat-with-cowboys-ezekiel-elliott-opinion/","filterUrl":"/rest/carbon/filter/main/should-someone-have-a-chat-with-cowboys-ezekiel-elliott-opinion/","sortDate":"2017-07-18 11:27:19.000 +0000","termTaxonomyId":4594,"taxonomyType":"tags"},{"postId":325752,"documentUrl":"/dak-prescotts-first-football-procamp-a-huge-success-video/","filterUrl":"/rest/carbon/filter/main/dak-prescotts-first-football-procamp-a-huge-success-video/","sortDate":"2017-06-24 10:24:15.000 +0000","termTaxonomyId":4594,"taxonomyType":"tags"},{"postId":321383,"documentUrl":"/one-of-the-most-dangerous-cities-in-america-is-in-east-texas/","filterUrl":"/rest/carbon/filter/main/one-of-the-most-dangerous-cities-in-america-is-in-east-texas/","sortDate":"2017-05-02 06:26:32.000 +0000","termTaxonomyId":138,"taxonomyType":"tags"},{"postId":319041,"documentUrl":"/tony-romo-expected-to-be-released-take-job-with-cbs/","filterUrl":"/rest/carbon/filter/main/tony-romo-expected-to-be-released-take-job-with-cbs/","sortDate":"2017-04-04 11:13:48.000 +0000","termTaxonomyId":4594,"taxonomyType":"tags"},{"postId":318819,"documentUrl":"/for-dak-prescott-the-cowboys-offseason-is-all-about-fishin-photos/","filterUrl":"/rest/carbon/filter/main/for-dak-prescott-the-cowboys-offseason-is-all-about-fishin-photos/","sortDate":"2017-03-31 11:33:10.000 +0000","termTaxonomyId":4594,"taxonomyType":"tags"},{"postId":317657,"documentUrl":"/cowboys-ezekiel-elliotts-st-patricks-day-antics-call-for-a-flag-on-the-play/","filterUrl":"/rest/carbon/filter/main/cowboys-ezekiel-elliotts-st-patricks-day-antics-call-for-a-flag-on-the-play/","sortDate":"2017-03-16 06:53:31.000 +0000","termTaxonomyId":4594,"taxonomyType":"tags"},{"postId":317497,"documentUrl":"/tony-romo-could-follow-in-footsteps-of-another-cowboys-legend/","filterUrl":"/rest/carbon/filter/main/tony-romo-could-follow-in-footsteps-of-another-cowboys-legend/","sortDate":"2017-03-14 11:17:16.000 +0000","termTaxonomyId":2185,"taxonomyType":"tags"}]}}}},"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":3},"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":3},"data":["carbonwidget/bottom-728x90"],"dataDetails":{"carbonwidget/bottom-728x90":{"adUnit":"bottom-728x90","adType":"dfp6"}}},"ts_blogroll-3":{"info":{"id":"ts_blogroll-3","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"3"},"params":{"title":"Best of KFox95","type":"main_content_thumb_title_roll","cat":"","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","widgetTime":4,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[340726,340721,340696,340699],"dataDetails":{"340696":{"postid":"340696","sortdate":"2018-02-13T17:38:42.000Z","data":{"mainData":{"postType":"post","caption":"New Line","thumbnail":"http://screencrush.com/files/2018/02/the-notebook-kiss.jpg","postDateGmt":"2018-02-13 17:38:42 +0000","title":"Why Do We Love Movies Where People Kiss in the Rain?","url":"http://kfox95.com/people-kissing-in-the-rain-in-movies/","id":340696,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"It&#x2019;s one of the biggest cliches of romantic comedies that never happens in real life. So why are they so popular?","authors":[{"id":595061,"slug":"mattsinger","name":"Matt Singer","first_name":"Matt","last_name":"Singer","nickname":"mattsinger","thumbnail":"http://screencrush.com/files/2015/10/8355-11_done.jpg","url":"http://kfox95.com/author/mattsinger/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=aBpwrORhKWU","youtubeId":"aBpwrORhKWU"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=aBpwrORhKWU","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Why Do We Love Movies Where People Kiss in the Rain?"}}},"340699":{"postid":"340699","sortdate":"2018-02-13T17:00:49.000Z","data":{"mainData":{"postType":"post","caption":"Neilson Barnard, Getty Images","thumbnail":"http://popcrush.com/files/2017/11/taylor-swift-reputation-album-sales.jpg","postDateGmt":"2018-02-13 17:00:49 +0000","title":"Here&apos;s How Taylor Swift Prevents Her Music from Leaking","url":"http://kfox95.com/how-taylor-swift-prevents-backup-dancers-from-leaking-music/","id":340699,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"The &quot;End Game&quot; singer explains how she keeps new music under wraps in a behind the scenes video.","authors":[{"id":3925411,"slug":"danagetz","name":"Dana Getz","first_name":"Dana","last_name":"Getz","nickname":"Dana Getz","thumbnail":"http://popcrush.com/files/2018/01/Dana-Getz-bio-photo.jpg","url":"http://kfox95.com/author/danagetz/"}],"video":false,"videoUrl":"https://www.youtube.com/watch?v=VA7Y_Psp5l4&feature=youtu.be","youtubeId":"VA7Y_Psp5l4"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=VA7Y_Psp5l4&feature=youtu.be","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Here&apos;s How Taylor Swift Prevents Her Music from Leaking"}}},"340721":{"postid":"340721","sortdate":"2018-02-13T18:58:08.000Z","data":{"mainData":{"postType":"post","caption":"Kevin Winter, Getty Images","thumbnail":"http://popcrush.com/files/2017/08/GettyImages-610598430.jpg","postDateGmt":"2018-02-13 18:58:08 +0000","title":"GLAAD To Honor Britney Spears With Vanguard Award","url":"http://kfox95.com/britney-spears-glaad-vanguard-award/","id":340721,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Spears&apos; contributions to the LGBT community are undeniable, the organization says.","authors":[{"id":2405200,"slug":"mattdonnelly","name":"Matthew Scott Donnelly","first_name":"Matthew Scott","last_name":"Donnelly","nickname":"mattdonnelly","thumbnail":"http://popcrush.com/files/2015/09/MattRetouched.jpg","url":"http://kfox95.com/author/mattdonnelly/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=3kS96dvPPAE","youtubeId":"3kS96dvPPAE"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=3kS96dvPPAE","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}},"340726":{"postid":"340726","sortdate":"2018-02-13T20:00:19.000Z","data":{"mainData":{"postType":"post","caption":"Neilson Barnard/Getty Images for The Huffington Post; Jerritt Clark/Getty Images for Ciroc","thumbnail":"http://popcrush.com/files/2018/02/Beyonce%25CC%2581-and-Tiffany-Haddish.jpg","postDateGmt":"2018-02-13 20:00:19 +0000","title":"Tiffany Haddish Says Beyonc&eacute; Shut Down an Actress Touching Jay-Z","url":"http://kfox95.com/tiffany-haddish-says-beyonce-shut-down-an-actress-who-tried-flirting-with-jay-z/","id":340726,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"The &apos;Girls Trip&apos; star described a tense encounter between Queen B and an actress who got too close to JAY-Z.","authors":[{"id":3925411,"slug":"danagetz","name":"Dana Getz","first_name":"Dana","last_name":"Getz","nickname":"Dana Getz","thumbnail":"http://popcrush.com/files/2018/01/Dana-Getz-bio-photo.jpg","url":"http://kfox95.com/author/danagetz/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Tiffany Haddish Says Beyonc&eacute; Shut Down an Actress Touching Jay-Z"}}}},"redisCached":true},"widget_third_party_content-2":{"info":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"params":{"type":"zergnet","title":"Recommended For You","id":"39626","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"widget_third_party_content-3":{"info":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"params":{"type":"zergnet","title":"Best of the Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"fix_sidebar_marker-22":{"info":{"id":"fix_sidebar_marker-22","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"22"},"params":{"title":"Fix Sidebar Marker","widgetTime":2},"data":[],"dataDetails":{}},"ts_blogroll-603":{"info":{"id":"ts_blogroll-603","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"603"},"params":{"title":"","type":"carousel","isweather":0,"cat":"0","posts_per_page":"3","align":"right","pinned_id":"","pinned_label":"","tag":"featured","private_tag":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0,"author":"","widgetTime":5,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[340726,340721,340696],"dataDetails":{"340696":{"postid":"340696","sortdate":"2018-02-13T17:38:42.000Z","data":{"mainData":{"postType":"post","caption":"New Line","thumbnail":"http://screencrush.com/files/2018/02/the-notebook-kiss.jpg","postDateGmt":"2018-02-13 17:38:42 +0000","title":"Why Do We Love Movies Where People Kiss in the Rain?","url":"http://kfox95.com/people-kissing-in-the-rain-in-movies/","id":340696,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"It&#x2019;s one of the biggest cliches of romantic comedies that never happens in real life. So why are they so popular?","authors":[{"id":595061,"slug":"mattsinger","name":"Matt Singer","first_name":"Matt","last_name":"Singer","nickname":"mattsinger","thumbnail":"http://screencrush.com/files/2015/10/8355-11_done.jpg","url":"http://kfox95.com/author/mattsinger/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=aBpwrORhKWU","youtubeId":"aBpwrORhKWU"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=aBpwrORhKWU","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Why Do We Love Movies Where People Kiss in the Rain?"}}},"340721":{"postid":"340721","sortdate":"2018-02-13T18:58:08.000Z","data":{"mainData":{"postType":"post","caption":"Kevin Winter, Getty Images","thumbnail":"http://popcrush.com/files/2017/08/GettyImages-610598430.jpg","postDateGmt":"2018-02-13 18:58:08 +0000","title":"GLAAD To Honor Britney Spears With Vanguard Award","url":"http://kfox95.com/britney-spears-glaad-vanguard-award/","id":340721,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Spears&apos; contributions to the LGBT community are undeniable, the organization says.","authors":[{"id":2405200,"slug":"mattdonnelly","name":"Matthew Scott Donnelly","first_name":"Matthew Scott","last_name":"Donnelly","nickname":"mattdonnelly","thumbnail":"http://popcrush.com/files/2015/09/MattRetouched.jpg","url":"http://kfox95.com/author/mattdonnelly/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=3kS96dvPPAE","youtubeId":"3kS96dvPPAE"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=3kS96dvPPAE","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}},"340726":{"postid":"340726","sortdate":"2018-02-13T20:00:19.000Z","data":{"mainData":{"postType":"post","caption":"Neilson Barnard/Getty Images for The Huffington Post; Jerritt Clark/Getty Images for Ciroc","thumbnail":"http://popcrush.com/files/2018/02/Beyonce%25CC%2581-and-Tiffany-Haddish.jpg","postDateGmt":"2018-02-13 20:00:19 +0000","title":"Tiffany Haddish Says Beyonc&eacute; Shut Down an Actress Touching Jay-Z","url":"http://kfox95.com/tiffany-haddish-says-beyonce-shut-down-an-actress-who-tried-flirting-with-jay-z/","id":340726,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"The &apos;Girls Trip&apos; star described a tense encounter between Queen B and an actress who got too close to JAY-Z.","authors":[{"id":3925411,"slug":"danagetz","name":"Dana Getz","first_name":"Dana","last_name":"Getz","nickname":"Dana Getz","thumbnail":"http://popcrush.com/files/2018/01/Dana-Getz-bio-photo.jpg","url":"http://kfox95.com/author/danagetz/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Tiffany Haddish Says Beyonc&eacute; Shut Down an Actress Touching Jay-Z"}}}},"redisCached":true},"google-ads-widget-400":{"info":{"id":"google-ads-widget-400","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"400"},"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-364":{"info":{"id":"tsq_sailthru_newsletter_widget-364","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"364"},"params":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["kfox"],"widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-604":{"info":{"id":"ts_blogroll-604","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"604"},"params":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3,"widgetTime":4,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[340726,340721,340696],"dataDetails":{"340696":{"postid":"340696","sortdate":"2018-02-13T17:38:42.000Z","data":{"mainData":{"postType":"post","caption":"New Line","thumbnail":"http://screencrush.com/files/2018/02/the-notebook-kiss.jpg","postDateGmt":"2018-02-13 17:38:42 +0000","title":"Why Do We Love Movies Where People Kiss in the Rain?","url":"http://kfox95.com/people-kissing-in-the-rain-in-movies/","id":340696,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"It&#x2019;s one of the biggest cliches of romantic comedies that never happens in real life. So why are they so popular?","authors":[{"id":595061,"slug":"mattsinger","name":"Matt Singer","first_name":"Matt","last_name":"Singer","nickname":"mattsinger","thumbnail":"http://screencrush.com/files/2015/10/8355-11_done.jpg","url":"http://kfox95.com/author/mattsinger/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=aBpwrORhKWU","youtubeId":"aBpwrORhKWU"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=aBpwrORhKWU","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Why Do We Love Movies Where People Kiss in the Rain?"}}},"340721":{"postid":"340721","sortdate":"2018-02-13T18:58:08.000Z","data":{"mainData":{"postType":"post","caption":"Kevin Winter, Getty Images","thumbnail":"http://popcrush.com/files/2017/08/GettyImages-610598430.jpg","postDateGmt":"2018-02-13 18:58:08 +0000","title":"GLAAD To Honor Britney Spears With Vanguard Award","url":"http://kfox95.com/britney-spears-glaad-vanguard-award/","id":340721,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Spears&apos; contributions to the LGBT community are undeniable, the organization says.","authors":[{"id":2405200,"slug":"mattdonnelly","name":"Matthew Scott Donnelly","first_name":"Matthew Scott","last_name":"Donnelly","nickname":"mattdonnelly","thumbnail":"http://popcrush.com/files/2015/09/MattRetouched.jpg","url":"http://kfox95.com/author/mattdonnelly/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=3kS96dvPPAE","youtubeId":"3kS96dvPPAE"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=3kS96dvPPAE","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}},"340726":{"postid":"340726","sortdate":"2018-02-13T20:00:19.000Z","data":{"mainData":{"postType":"post","caption":"Neilson Barnard/Getty Images for The Huffington Post; Jerritt Clark/Getty Images for Ciroc","thumbnail":"http://popcrush.com/files/2018/02/Beyonce%25CC%2581-and-Tiffany-Haddish.jpg","postDateGmt":"2018-02-13 20:00:19 +0000","title":"Tiffany Haddish Says Beyonc&eacute; Shut Down an Actress Touching Jay-Z","url":"http://kfox95.com/tiffany-haddish-says-beyonce-shut-down-an-actress-who-tried-flirting-with-jay-z/","id":340726,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"The &apos;Girls Trip&apos; star described a tense encounter between Queen B and an actress who got too close to JAY-Z.","authors":[{"id":3925411,"slug":"danagetz","name":"Dana Getz","first_name":"Dana","last_name":"Getz","nickname":"Dana Getz","thumbnail":"http://popcrush.com/files/2018/01/Dana-Getz-bio-photo.jpg","url":"http://kfox95.com/author/danagetz/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Tiffany Haddish Says Beyonc&eacute; Shut Down an Actress Touching Jay-Z"}}}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":4},"data":[],"dataDetails":{},"redisCached":true},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":4},"data":["1",{"2":["2.1","2.2","2.3","2.4","2.5"]},{"3":["3.1","3.2"]},{"4":["4.1"]},{"5":["5.1","5.2"]},{"6":["6.1","6.2","6.3","6.4","6.5"]},"7",{"8":["8.1"]},{"9":["9.1","9.2","9.3","9.4","9.5","9.6"]}],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":8,"title":"Home","titleExcerpt":"Home","href":"/","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":593,"title":"On-Air","titleExcerpt":"On-Air","href":"/djs","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":56836,"title":"Listen","titleExcerpt":"Listen","href":"/listen-live/","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":56845,"title":"Playlist","titleExcerpt":"Playlist","href":"/k-fox-95-playlist-november-2014/","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":596,"title":"Events","titleExcerpt":"Events","href":"/events-lufkin/","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":56273,"title":"K-FOX VIP","titleExcerpt":"K-FOX VIP","href":"/vip","samedomain":true,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":247031,"title":"Win Stuff","titleExcerpt":"Win Stuff","href":"/vip/contests/sweeps/","samedomain":true,"hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":7149,"title":"Weather","titleExcerpt":"Weather","href":"/lufkin-weather/","samedomain":true,"hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":224606,"title":"Contact","titleExcerpt":"Contact","href":"/help/","samedomain":true,"hasBlogroll":false}},"2.1":{"menuId":"2.1","attrs":{"menuPostId":56841,"title":"DJs","titleExcerpt":"DJs","href":"/djs","samedomain":true,"hasBlogroll":false}},"2.2":{"menuId":"2.2","attrs":{"menuPostId":56842,"title":"Shows","titleExcerpt":"Shows","href":"/shows","samedomain":true,"hasBlogroll":false}},"2.3":{"menuId":"2.3","attrs":{"menuPostId":109081,"title":"Kidd Kraddick In The Morning","titleExcerpt":"Kidd Kraddick In The Morning","href":"/show/kidd-kraddick-in-the-morning-2/","samedomain":true,"menupath":"/rest/carbon/api/menu/show/kidd-kraddick-in-the-morning-2/","hasBlogroll":false}},"2.4":{"menuId":"2.4","attrs":{"menuPostId":56844,"title":"Karah","titleExcerpt":"Karah","href":"/author/karahleighclearchannel-com/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/karahleighclearchannel-com/","hasBlogroll":false}},"2.5":{"menuId":"2.5","attrs":{"menuPostId":56843,"title":"Dan Patrick","titleExcerpt":"Dan Patrick","href":"/author/dpatrick/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/dpatrick/","hasBlogroll":false}},"3.1":{"menuId":"3.1","attrs":{"menuPostId":56837,"title":"Listen Live","titleExcerpt":"Listen Live","href":"/listen-live/","samedomain":true,"hasBlogroll":false}},"3.2":{"menuId":"3.2","attrs":{"menuPostId":3928,"title":"Mobile App","titleExcerpt":"Mobile App","href":"/app/","samedomain":true,"hasBlogroll":false}},"4.1":{"menuId":"4.1","attrs":{"menuPostId":56839,"title":"Recently Played","titleExcerpt":"Recently Played","href":"/playlist/","samedomain":true,"hasBlogroll":false}},"5.1":{"menuId":"5.1","attrs":{"menuPostId":196779,"title":"Townsquare 411","titleExcerpt":"Townsquare 411","href":"/townsquare411/","samedomain":true,"hasBlogroll":false}},"5.2":{"menuId":"5.2","attrs":{"menuPostId":282150,"title":"Local Team Sports","titleExcerpt":"Local Team Sports","href":"/local-team-sports/","samedomain":true,"hasBlogroll":false}},"6.1":{"menuId":"6.1","attrs":{"menuPostId":51538,"title":"Contests","titleExcerpt":"Contests","href":"/vip/contests/","samedomain":true,"hasBlogroll":false}},"6.2":{"menuId":"6.2","attrs":{"menuPostId":51542,"title":"Join Now!","titleExcerpt":"Join Now!","href":"/registration","samedomain":true,"hasBlogroll":false}},"6.3":{"menuId":"6.3","attrs":{"menuPostId":281347,"title":"VIP Support","titleExcerpt":"VIP Support","href":"/help/","samedomain":true,"hasBlogroll":false}},"6.4":{"menuId":"6.4","attrs":{"menuPostId":281352,"title":"Contest Rules","titleExcerpt":"Contest Rules","href":"/rules/","samedomain":true,"hasBlogroll":false}},"6.5":{"menuId":"6.5","attrs":{"menuPostId":67151,"title":"Local Expert","titleExcerpt":"Local Expert","href":"/local-experts/","samedomain":true,"hasBlogroll":false}},"8.1":{"menuId":"8.1","attrs":{"menuPostId":267338,"title":"Send Us Your Rainstorm Aftermath Pictures - Rainy Day Woes and Wins","titleExcerpt":"","href":"/rainy-day-woes-and-wins","samedomain":true,"hasBlogroll":false}},"9.1":{"menuId":"9.1","attrs":{"menuPostId":3798,"title":"Help & Contact Info","titleExcerpt":"Help & Contact Info","href":"/contact-us/","samedomain":true,"hasBlogroll":false}},"9.2":{"menuId":"9.2","attrs":{"menuPostId":224607,"title":"Send Feedback","titleExcerpt":"Send Feedback","href":"/feedback/","samedomain":true,"hasBlogroll":false}},"9.3":{"menuId":"9.3","attrs":{"menuPostId":89615,"title":"Advertise","titleExcerpt":"Advertise","href":"/advertise/","samedomain":true,"hasBlogroll":false}},"9.4":{"menuId":"9.4","attrs":{"menuPostId":68896,"title":"Employment","titleExcerpt":"Employment","href":"/administrative-assistant/","samedomain":true,"hasBlogroll":false}},"9.5":{"menuId":"9.5","attrs":{"menuPostId":290728,"title":"Start A Business Website","titleExcerpt":"Start A Business Website","href":"/tsi/","samedomain":true,"hasBlogroll":false}},"9.6":{"menuId":"9.6","attrs":{"menuPostId":287182,"title":"Game Squares Official Rules","titleExcerpt":"","href":"/game-squares-official-rules","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/promo_links":{"info":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"},"params":{"widgetTime":6},"data":["1","2","3","4","5","6"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":67544,"title":"What's Hot","titleExcerpt":"What's Hot","href":"","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":302304,"title":"Sponsors","titleExcerpt":"Sponsors","href":"/studio-sponsor-al-meyer/","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":67545,"title":"Local Experts","titleExcerpt":"Local Experts","href":"/local-experts/","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":340323,"title":"Kfox 955 Mobile App","titleExcerpt":"Kfox 955 Mobile App","href":"/app/","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":340609,"title":"Karah's Food Court Giveaway - Week 10","titleExcerpt":"Karah's Food Court Giveaway - Week 10","href":"/contests/sweeps/karahs-food-court-10/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/sweeps/karahs-food-court-10/","hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":340679,"title":"Win Tickets To 'A Night in Paradise'","titleExcerpt":"Win Tickets To 'A Night in Paradise'","href":"/contests/sweeps/win-a-pair-of-tickets-to-see-paul-morrissey/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/sweeps/win-a-pair-of-tickets-to-see-paul-morrissey/","hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/footer":{"info":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"},"params":{"widgetTime":4},"data":["comscore","1","2","3","4","5","6","7","8","9","10","11","12"],"dataDetails":{"1":{"menuId":"1","attrs":{"title":"Terms of Use","href":"/terms-of-use/"}},"2":{"menuId":"2","attrs":{"title":"Privacy Policy","href":"/privacy-policy/"}},"3":{"menuId":"3","attrs":{"title":"Townsquare Media Group","href":"/townsquare-media-group/"}},"4":{"menuId":"4","attrs":{"title":"EEO","href":"/eeo"}},"5":{"menuId":"5","attrs":{"title":"Advertise","href":"/advertise"}},"6":{"menuId":"6","attrs":{"title":"Terms","href":"/terms"}},"7":{"menuId":"7","attrs":{"title":"VIP Terms","href":"/vip_terms"}},"8":{"menuId":"8","attrs":{"title":"Rules","href":"/rules"}},"9":{"menuId":"9","attrs":{"title":"FAQ","href":"/faq"}},"10":{"menuId":"10","attrs":{"title":"Contact","href":"/contact"}},"11":{"menuId":"11","attrs":{"title":"Business Listings","href":"/lufkin-featured-business-listings/"}},"12":{"menuId":"12","attrs":{"title":"Public File","href":"/kafx-public-file/"}},"comscore":{"menuId":"comscore","attrs":{"title":"PopCrush Network"}}},"redisCached":true}},"data":{},"time":{"wpTime":71.716,"mainOptionsTime":31.398,"sidebarsTime":71.375,"widgetsTime":36.998,"processTime":211.642},"experimentGroup":"A"},"serverConfig":{"host":"kfox95.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=6d71efa01f16655ef6b349537fca09279952c8c1"></script>
        </body>
      </html>