<!doctype html>
      <html class="single" lang="en">
        <head>
          <title data-react-helmet="true">Trae Tha Truth Rescues Orlando Magic’s Jonathan Simmons After Hurricane Harvey Hits Houston</title>
          <meta data-react-helmet="true" http-equiv="Content-Type" content="text/html;charset=UTF-8"/><meta data-react-helmet="true" charset="UTF-8"/><meta data-react-helmet="true" name="description" content="Trae Tha Truth rescues the Orlando Magic&#x27;s Jonathan Simmons after Hurricane Harvey hits. Here are the details."/><meta data-react-helmet="true" name="keywords" content="trae tha truth, trae the truth houston, trae tha truth rescues orlando magic jonathan simmons, trae tha truth jonathan simmonstrae the truth interview, hurricane harvey, trae the truth rescues people hurricane harvey "/><meta data-react-helmet="true" property="fb:app_id" content="132238773586316"/><meta data-react-helmet="true" property="fb:admins" content="100002025987268"/><meta data-react-helmet="true" property="og:title" content="Trae Tha Truth Rescues Orlando Magic’s Jonathan Simmons After Hurricane Harvey Hits Houston"/><meta data-react-helmet="true" property="og:description" content="Trae Tha Truth rescues the Orlando Magic&#x27;s Jonathan Simmons after Hurricane Harvey hits. Here are the details."/><meta data-react-helmet="true" property="og:url" content="http://myb106.com/trae-tha-truth-rescues-orlando-magics-jonathan-simmons-after-hurricane-harvey-hits-houston/"/><meta data-react-helmet="true" property="og:site_name" content="B106"/><meta data-react-helmet="true" property="og:type" content="blog"/><meta data-react-helmet="true" property="og:image" content="http://www.xxlmag.com/files/2017/08/Trae-Tha-Truth-Jonathan-Simmons.jpeg?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="@myB106tweets"/><meta data-react-helmet="true" name="sailthru.description" content="Trae Tha Truth rescues the Orlando Magic&#x27;s Jonathan Simmons after Hurricane Harvey hits. Here are the details."/><meta data-react-helmet="true" name="sailthru.date" content="2017-08-31 11:32:18"/><meta data-react-helmet="true" name="sailthru.title" content="Trae Tha Truth Rescues Orlando Magic’s Jonathan Simmons After Hurricane Harvey Hits Houston"/><meta data-react-helmet="true" name="sailthru.tags" content="tsmsite-kooc, tsmmarket-killeentemple, tsmtype-local, news"/><meta data-react-helmet="true" name="sailthru.author" content="peterberry"/><meta data-react-helmet="true" name="sailthru.image.full" content="http://www.xxlmag.com/files/2017/08/Trae-Tha-Truth-Jonathan-Simmons.jpeg"/><meta data-react-helmet="true" name="sailthru.image.thumb" content="http://www.xxlmag.com/files/2017/08/Trae-Tha-Truth-Jonathan-Simmons.jpeg"/><meta data-react-helmet="true" property="fb:pages" content="188055881235662"/><meta data-react-helmet="true" name="google-site-verification" content="fyxr2EFHfruH3sjTgEzDtakqH4VSdsJtmbqiMPRTe-A"/><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://myb106.com/files/2014/04/favicon.ico"/><link data-react-helmet="true" id="design-fav" rel="shortcut icon" href="http://myb106.com/files/2014/04/favicon.ico"/><link data-react-helmet="true" rel="profile" href="http://gmpg.org/xfn/11"/><link data-react-helmet="true" rel="canonical" href="http://www.xxlmag.com/news/2017/08/trae-tha-truth-rescues-orlando-magic-jonathan-simmons-hurricane-harvey/"/>
          <link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic|Roboto:400,400italic,500,500italic,700,300italic,300|Roboto+Condensed:300,400,700" rel="stylesheet" type="text/css" />
          <link href="/styles/base.css?ver=3b9dbc3b07b0bef2c96b11376b1d9e6298d9a129&mver=2" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "A";
          window.TSM.cadata = {"activeDomain":"myb106.com","blogId":517,"method":"get_single","postId":296119,"crosspostBlogId":"812","crosspostPostId":"712102","postType":"post","postDateGmt":"2017-08-31 16:32:18.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":"peterberry","dimension2":"news","dimension3":"","dimension4":"post","dimension5":"Thu Aug 31 2017","dimension6":"11:32","dimension7":"standard","dimension8":"2717","dimension9":"A","dimension10":"yes"};
ga( "create", {
          trackingId:"UA-33430515-5",
          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-33430515-5"};
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-33430515-6",
          name: "UA334305156",
          allowAnchor: false
        });
        ga( "UA334305156.require", "displayfeatures" );
        ga( "UA334305156.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA334305156" ] = {gaid:"UA-33430515-6"};
ga( "create", {
          trackingId:"UA-28825804-1",
          name: "UA288258041",
          allowAnchor: false
        });
        ga( "UA288258041.require", "displayfeatures" );
        ga( "UA288258041.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA288258041" ] = {gaid:"UA-28825804-1"};
ga( "create", {
          trackingId:"UA-45260060-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":"Trae Tha Truth Rescues Orlando Magic’s Jonathan Simmons After Hurricane Harvey Hits Houston","callsign":"KOOCFM","market":"Killeen","sitetype":"Local","siteClassification":"","state":"TX","genre":"urban","pageType":"post","tags":"","categories":"news","mediaType":"video"}];
      w.dataLayer[0].referer = document.referrer;w.dataLayer[0].curatedReferer = document.referrer.replace( /https?:\/\//, "" );w.dataLayer[0].dayOfWeek = function(n){return n.toLocaleString("en-US",{weekday:"long"})}(new Date);w.dataLayer[0].periodOfDay = function(n,t,i){t=n.getHours(),i=n.getMinutes(),i<10&&(i="0"+i);var r=parseInt(t+""+i);return r>=0&&r<600?"Overnight":r>=600&&r<1e3?"Morning Drive":r>=1e3&&r<1500?"Midday":r>=1500&&r<1900?"Afternoon Drive":r>=1900&&r<2400?"Evening":void 0}(new Date);
    })(window);</script>
          <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({"gtm.start": new Date().getTime(),event:"gtm.js"});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!="dataLayer"?"&l="+l:"";j.async=true;j.src= "https://www.googletagmanager.com/gtm.js?id="+i+dl;f.parentNode.insertBefore(j,f); })(window,document,"script","dataLayer","GTM-K346HJZ");</script>
          <script>
        (function(w,dl){
          if( dl && dl[0] ){
            dl = dl[0];
            w._oiqq = w._oiqq || [];
            var keywordMeta = document.querySelector( "meta[name='keywords']");
            _oiqq.push(["oiq_addPageBrand", "title:" + dl.title]);
            _oiqq.push(["oiq_addPageBrand", "domain:" + location.hostname]);
            _oiqq.push(["oiq_addPageBrand", "callsign:" + dl.callsign]);
            _oiqq.push(["oiq_addPageCat", "url_path:" + location.pathname]);
            _oiqq.push(["oiq_addPageCat", "meta_keywords:" + ( keywordMeta ? keywordMeta.content : "" ) ]);
            _oiqq.push(["oiq_addPageCat", "title:" + dl.title]);
            _oiqq.push(["oiq_addPageCat", "callsign:" + dl.callsign]);
            _oiqq.push(["oiq_addPageCat", "market:" + dl.market]);
            _oiqq.push(["oiq_addPageCat", "sitetype:" + dl.sitetype]);
            _oiqq.push(["oiq_addPageCat", "state:" + dl.state]);
            _oiqq.push(["oiq_addPageCat", "page_type:" + dl.pageType]);
            _oiqq.push(["oiq_addPageCat", "media_type:" + dl.mediaType]);
            _oiqq.push(["oiq_addPageCat", "day_of_week:" + dl.dayOfWeek]);
            _oiqq.push(["oiq_addPageCat", "newsletter_submission:" + (dl.newsletterSubmission || "no")]);
            _oiqq.push(["oiq_addPageCat", "period_of_day:" + dl.periodOfDay]);
            _oiqq.push(["oiq_addPageCat", "curated_referer:" + dl.curatedReferer]);
            _oiqq.push(["oiq_addPageCat", "genre:" + dl.genre]);
            _oiqq.push(["oiq_addPageCat", "tags:" + dl.tags]);
            _oiqq.push(["oiq_addPageCat", "categories:" + dl.categories]);
            _oiqq.push(["oiq_doTag"]);
            _oiqq.push(["oiq_addPageLifecycle", "ecv3"]);
          }
        })(window, window.dataLayer);
        (function() {
        var oiq = document.createElement("script"); oiq.type = "text/javascript"; oiq.async = true;
        oiq.src = document.location.protocol + "//px.owneriq.net/stas/s/0frxgz.js";
        var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(oiq, s);
        })();
      </script>
          
          <script class="kxct" data-id="rwjnisqy1" data-timing="async" data-version="3.0" type="text/javascript">
        window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);
        (function(){
          var k=document.createElement("script");k.type="text/javascript";k.async=true;
          k.src=(location.protocol==="https:"?"https:":"http:")+"//"+"cdn.krxd.net/controltag/rwjnisqy1.js";
          var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(k,s);
        }());
      </script><script 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=myb106.com"></script>
<script>!function(a9,a,p,s,t,A,g){if(a[a9])return;function q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function(){q("i",arguments)},fetchBids:function(){q("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]},_Q:[]};A=p.createElement(s);A.async=!0;A.src=t;g=p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A,g)}("apstag",window,document,"script","//c.amazon-adsystem.com/aax2/apstag.js");
        apstag.init({pubID: "3227", adServer: "googletag" });</script>
<script>
        window.TSM = window.TSM || {}; window.TSM.adSlots = window.TSM.adSlots || {};window.TSM.adLog = window.TSM.adLog || {};
        googletag.cmd.push(function(){
googletag.pubads().disableInitialLoad();
googletag.pubads().setTargeting( "catid", ["news"] );
googletag.pubads().setTargeting( "tags", "" );
googletag.pubads().setTargeting( "id", "trae-tha-truth-rescues-orlando-magics-jonathan-simmons-after-hurricane-harvey-hits-houston" );
googletag.pubads().setTargeting( "author", "peterberry" );
googletag.pubads().setTargeting( "kw", ["peterberry","trae-tha-truth-rescues-orlando-magics-jonathan-simmons-after-hurricane-harvey-hits-houston","news","pagetype-post"] );
googletag.pubads().setTargeting( "genre", ["urban"] );
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/Killeen/KOOC/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/Killeen/KOOC/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/Killeen/KOOC/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/Killeen/KOOC/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/Killeen/KOOC/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/Killeen/KOOC/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/Killeen/KOOC/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/Killeen/KOOC/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/Killeen/KOOC/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="-1192354864"><!-- 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="B106" title="B106" data-reactid="14"><img src="http://myb106.com/files/2017/12/koocfm-logo.png" alt="B106" title="B106" 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"></div><div class="song-info radio" data-reactid="24"><a class="live-show-info" data-reactid="25">B106</a></div></div></div></div></div><a class="listen-live-cto cto" href="/listen-live/" data-reactid="26"><span class="icon-play2" data-reactid="27"></span><span class="cto-title" data-reactid="28">Listen Now</span></a><a class="sign-in-out" href="/#auth-start" title="" data-reactid="29"></a></div><nav id="site-menu" data-reactid="30"><div class="wrapper" data-reactid="31"><span class="icon-base icon-menu select-none" data-reactid="32"></span><ul class="links" data-reactid="33"><li class="hassub" data-reactid="34"><a href="/" data-reactid="35">Home</a></li><li class="hassub" data-reactid="36"><a href="/shows" data-reactid="37">On-Air</a><ul class="links submenu" data-reactid="38"><li class="hassub" data-reactid="39"><a href="/djs" data-reactid="40">Our DJs</a></li><li class="hassub" data-reactid="41"><a href="/shows" data-reactid="42">Today&#x27;s Shows</a></li><li class="hassub" data-reactid="43"><a href="/?submit_button=&amp;s=Sundays+at+the+square" data-reactid="44">Sundays at the Square</a></li></ul></li><li class="hassub" data-reactid="45"><a href="/listen-live" data-reactid="46">Listen</a><ul class="links submenu" data-reactid="47"><li class="hassub" data-reactid="48"><a href="/listen-live" data-reactid="49">Listen Live</a></li><li class="hassub" data-reactid="50"><a href="/mobile" data-reactid="51">Mobile App</a></li></ul></li><li class="hassub" data-reactid="52"><a href="/july-playlist-check-out-the-hits-were-playing-on-b106/" data-reactid="53">Playlist</a><ul class="links submenu" data-reactid="54"><li class="hassub" data-reactid="55"><a href="/playlist" data-reactid="56">Recently Played</a></li></ul></li><li class="hassub" data-reactid="57"><a href="/events-killeen/" data-reactid="58">Events</a><ul class="links submenu" data-reactid="59"><li class="hassub" data-reactid="60"><a href="/events-killeen/community/add/" data-reactid="61">Submit an Event</a></li><li class="hassub" data-reactid="62"><a href="/events-killeen/" data-reactid="63">Community Calendar</a></li></ul></li><li class="hassub" data-reactid="64"><a href="/vip" data-reactid="65">B Squad</a><ul class="links submenu" data-reactid="66"><li class="hassub" data-reactid="67"><a href="/registration" data-reactid="68">Sign Up</a></li><li class="hassub" data-reactid="69"><a href="/contests/" data-reactid="70">Contests</a></li><li class="hassub" data-reactid="71"><a href="/prizes" data-reactid="72">Picking Up Prizes and General Contest Rules</a></li><li class="hassub" data-reactid="73"><a href="/local-experts/" data-reactid="74">View Local Experts</a><ul class="links submenu" data-reactid="75"><li class="hassub" data-reactid="76"><a href="/vip/sponsors/amos-electric-3/" data-reactid="77">Amos Electric</a></li><li class="hassub" data-reactid="78"><a href="/ed-l-laughlin/" data-reactid="79">Ed Laughlin</a></li><li class="hassub" data-reactid="80"><a href="/local_experts/maaco-collision-repair-and-auto-painting/" data-reactid="81">Maaco</a></li><li class="hassub" data-reactid="82"><a href="/vip/sponsors/ttd-bookkeeping-service/" data-reactid="83">TTD Bookkeeping</a></li></ul></li></ul></li><li class="hassub" data-reactid="84"><a href="/contests/" data-reactid="85">Win Stuff</a></li><li class="hassub" data-reactid="86"><a href="/tags/job-openings/" data-reactid="87">Jobs</a><ul class="links submenu" data-reactid="88"><li class="hassub" data-reactid="89"><a href="/job-opening-account-executive-temple-tx/" data-reactid="90">Account Executive</a></li><li class="hassub" data-reactid="91"><a href="/job-opening-digital-sales-specialist-temple-tx/" data-reactid="92">Digital Sales Specialist</a></li><li class="hassub" data-reactid="93"><a href="http://killeen.townsquarejobnetwork.com/" target="_blank" data-reactid="94">Townsquare Job Network</a></li><li class="hassub" data-reactid="95"><a href="/files/2017/10/Townsquare-Media-Killeen-Temple-EEO-Apr-2017-REVISION-2.pdf" data-reactid="96">2017 EEO Report</a></li></ul></li><li class="hassub" data-reactid="97"><a href="/help" data-reactid="98">Contact Us</a><ul class="links submenu" data-reactid="99"><li class="hassub" data-reactid="100"><a href="/help" data-reactid="101">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="102"><a href="/feedback" data-reactid="103">Send Feedback</a></li><li class="hassub" data-reactid="104"><a href="/advertise" data-reactid="105">Advertise</a></li></ul></li><li class="hidden-menu hassub hide" data-reactid="106"><a class="more-icon" href="#" data-reactid="107">More</a><ul class="links submenu" data-reactid="108"><li class="hassub hide" data-reactid="109"><a href="/" data-reactid="110">Home</a></li><li class="hassub hide" data-reactid="111"><a href="/shows" data-reactid="112">On-Air</a><ul class="links submenu" data-reactid="113"><li class="hassub" data-reactid="114"><a href="/djs" data-reactid="115">Our DJs</a></li><li class="hassub" data-reactid="116"><a href="/shows" data-reactid="117">Today&#x27;s Shows</a></li><li class="hassub" data-reactid="118"><a href="/?submit_button=&amp;s=Sundays+at+the+square" data-reactid="119">Sundays at the Square</a></li></ul></li><li class="hassub hide" data-reactid="120"><a href="/listen-live" data-reactid="121">Listen</a><ul class="links submenu" data-reactid="122"><li class="hassub" data-reactid="123"><a href="/listen-live" data-reactid="124">Listen Live</a></li><li class="hassub" data-reactid="125"><a href="/mobile" data-reactid="126">Mobile App</a></li></ul></li><li class="hassub hide" data-reactid="127"><a href="/july-playlist-check-out-the-hits-were-playing-on-b106/" data-reactid="128">Playlist</a><ul class="links submenu" data-reactid="129"><li class="hassub" data-reactid="130"><a href="/playlist" data-reactid="131">Recently Played</a></li></ul></li><li class="hassub hide" data-reactid="132"><a href="/events-killeen/" data-reactid="133">Events</a><ul class="links submenu" data-reactid="134"><li class="hassub" data-reactid="135"><a href="/events-killeen/community/add/" data-reactid="136">Submit an Event</a></li><li class="hassub" data-reactid="137"><a href="/events-killeen/" data-reactid="138">Community Calendar</a></li></ul></li><li class="hassub hide" data-reactid="139"><a href="/vip" data-reactid="140">B Squad</a><ul class="links submenu" data-reactid="141"><li class="hassub" data-reactid="142"><a href="/registration" data-reactid="143">Sign Up</a></li><li class="hassub" data-reactid="144"><a href="/contests/" data-reactid="145">Contests</a></li><li class="hassub" data-reactid="146"><a href="/prizes" data-reactid="147">Picking Up Prizes and General Contest Rules</a></li><li class="hassub" data-reactid="148"><a href="/local-experts/" data-reactid="149">View Local Experts</a><ul class="links submenu" data-reactid="150"><li class="hassub" data-reactid="151"><a href="/vip/sponsors/amos-electric-3/" data-reactid="152">Amos Electric</a></li><li class="hassub" data-reactid="153"><a href="/ed-l-laughlin/" data-reactid="154">Ed Laughlin</a></li><li class="hassub" data-reactid="155"><a href="/local_experts/maaco-collision-repair-and-auto-painting/" data-reactid="156">Maaco</a></li><li class="hassub" data-reactid="157"><a href="/vip/sponsors/ttd-bookkeeping-service/" data-reactid="158">TTD Bookkeeping</a></li></ul></li></ul></li><li class="hassub hide" data-reactid="159"><a href="/contests/" data-reactid="160">Win Stuff</a></li><li class="hassub hide" data-reactid="161"><a href="/tags/job-openings/" data-reactid="162">Jobs</a><ul class="links submenu" data-reactid="163"><li class="hassub" data-reactid="164"><a href="/job-opening-account-executive-temple-tx/" data-reactid="165">Account Executive</a></li><li class="hassub" data-reactid="166"><a href="/job-opening-digital-sales-specialist-temple-tx/" data-reactid="167">Digital Sales Specialist</a></li><li class="hassub" data-reactid="168"><a href="http://killeen.townsquarejobnetwork.com/" target="_blank" data-reactid="169">Townsquare Job Network</a></li><li class="hassub" data-reactid="170"><a href="/files/2017/10/Townsquare-Media-Killeen-Temple-EEO-Apr-2017-REVISION-2.pdf" data-reactid="171">2017 EEO Report</a></li></ul></li><li class="hassub hide" data-reactid="172"><a href="/help" data-reactid="173">Contact Us</a><ul class="links submenu" data-reactid="174"><li class="hassub" data-reactid="175"><a href="/help" data-reactid="176">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="177"><a href="/feedback" data-reactid="178">Send Feedback</a></li><li class="hassub" data-reactid="179"><a href="/advertise" data-reactid="180">Advertise</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/KOOC1063KT" 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/myb106" 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/myB106tweets" 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/myb106" 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">Hot Now</span></li><li data-reactid="209"><a title="Free Birthday Cookie Cake" href="/?p=297774" data-reactid="210">Free Birthday Cookie Cake</a></li><li data-reactid="211"><a title="Patna N Him Radio" href="/?p=302362" data-reactid="212">Patna N Him Radio</a></li><li data-reactid="213"><a title="Sundays at the Square" href="/?submit_button=&amp;s=Sundays+at+the+square" data-reactid="214">Sundays at the Square</a></li><li data-reactid="215"><a title="Join the Squad" href="/registration" data-reactid="216">Join the Squad</a></li><li data-reactid="217"><a title="Listen Live" href="/listen-live" data-reactid="218">Listen Live</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-296119" data-location="/trae-tha-truth-rescues-orlando-magics-jonathan-simmons-after-hurricane-harvey-hits-houston/" data-index="0" data-reactid="226"><div class="page-header" data-reactid="227"><div class="content-header show-ui front" id="content-header-296119" 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://www.xxlmag.com/files/2017/08/Trae-Tha-Truth-Jonathan-Simmons.jpeg" rel="" title="" style="background-image:url(&quot;http://www.xxlmag.com/files/2017/08/Trae-Tha-Truth-Jonathan-Simmons.jpeg?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://www.xxlmag.com/files/2017/08/Trae-Tha-Truth-Jonathan-Simmons.jpeg" 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">Trae Tha Truth Rescues Orlando Magic’s Jonathan Simmons After Hurricane Harvey Hits Houston</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://www.xxlmag.com/files/2017/10/Peter-A.jpg" href="http://myb106.com/author/peterberry/" rel="author" title="Peter A. Berry" 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://myb106.com/author/peterberry/" rel="author" title="Peter A. Berry" data-reactid="255">Peter A. Berry</a></address></div><time datetime="2017-08-31 16:32:18 +0000" data-reactid="256">August 31, 2017</time></div><figcaption title="Ron Jenkins, Getty Images / Florida National News via YouTube" data-reactid="257">Ron Jenkins, Getty Images / Florida National News via YouTube</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=Trae%20Tha%20Truth%20Rescues%20Orlando%20Magic%E2%80%99s%20Jonathan%20Simmons%20After%20Hurricane%20Harvey%20Hits%20Houston%20http%3A%2F%2Fwww.xxlmag.com%2Fnews%2F2017%2F08%2Ftrae-tha-truth-rescues-orlando-magic-jonathan-simmons-hurricane-harvey%2F%3Ftrackback%3Dtwitter_mobile%20%40myB106tweets" 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%2Fwww.xxlmag.com%2Fnews%2F2017%2F08%2Ftrae-tha-truth-rescues-orlando-magic-jonathan-simmons-hurricane-harvey%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"><!-- react-text: 273 -->Days after Hurricane Harvey devastated his hometown of Houston and much of Southern Texas, <!-- /react-text --><a href="http://www.xxlmag.com/tags/trae-tha-truth/" data-reactid="274"><!-- react-text: 275 -->Trae Tha Truth<!-- /react-text --></a><!-- react-text: 276 -->&#x27;s heroics are quickly becoming the stuff of legend. <!-- /react-text --><a href="http://www.xxlmag.com/news/2017/08/trae-truth-boat-hurricane-houston/" data-reactid="277"><!-- react-text: 278 -->Hopping into a boat<!-- /react-text --></a><!-- react-text: 279 -->, the rapper has saved more than a few people in the flooded streets of Houston. It turns out one of those people was former San Antonio Spur and current Orlando Magic forward Jonathan Simmons.<!-- /react-text --></p><p data-reactid="280"><!-- react-text: 281 -->On Wednesday, <!-- /react-text --><a href="http://www.nba.com/magic/news/jonathon-simmons-recounts-amazing-acts-kindness-wake-hurricane-harvey" target="_blank" data-reactid="282"><!-- react-text: 283 -->John Denton <!-- /react-text --></a><!-- react-text: 284 -->of the Magic&#x27;s official website passed on Simmons&#x27; recounting of the situation, which was clearly a pretty harrowing one.<!-- /react-text --></p><div class="sharethrough-container" data-reactid="285"><div class="tsm-ad tsm-ad-oop" data-reactid="286"><div id="tsm-ad-sharethrough-oop-1" data-reactid="287"><!-- dynamic ad --></div></div></div><p data-reactid="288">&quot;Trae tha Truth, the rapper, is from Houston and we know a mutual friend from San Antonio. They brought a boat to Houston because (Trae) had to evacuate as well,&quot; said Simmons, who attended the University of Houston before he began his NBA career. &quot;They came and got (Trae) and then he came and got us right away. Luckily, I had a friend in the area who could help us out.&quot;</p><p data-reactid="289">From there, Simmons says he traveled to a friend&#x27;s house in Richmond, Texas with a few day&#x27;s worth of food and supplies. The home held at least 20 other people seeking refuge from the storm, so the food didn&#x27;t last long.</p><p data-reactid="290">&quot;We were good for three days, but my other friend&#x27;s house had started getting flooded early, so he came there to the house, too,&quot; Simmons explained. &quot;So that gave us another 11 extra people and most of them were kids. We had to let the kids eat first, so most of the last two days it was kind of rough (without food).&quot;</p><p data-reactid="291">It was a dangerous ordeal, but Simmons is happy with the way Houston has handled the disaster. &quot;I&#x27;m also proud of how the city of Houston has come together to help one another,&quot; he said. &quot;On the upside and the brighter side, there&#x27;s that seeing how people have been there to help one another.&quot;</p><p data-reactid="292"><!-- react-text: 293 -->For his part, Trae, who<!-- /react-text --><a href="http://www.xxlmag.com/news/2017/08/trae-tha-truth-hurricane-harvey-houston-interview/" data-reactid="294"><!-- react-text: 295 --> spoke with <!-- /react-text --><em data-reactid="296"><!-- react-text: 297 -->XXL<!-- /react-text --></em><!-- react-text: 298 --> about his Hurricane Harvey rescue efforts<!-- /react-text --></a><!-- react-text: 299 -->, is grateful for what he has after surviving a storm that, as of Wednesday, took over 30 lives.<!-- /react-text --></p><p data-reactid="300">“I tell ’em at the end of the day I’m just blessed to be alive,” he affirmed before ending his call with us to continue his rescue efforts on a boat. “At the end of the day, we’re able to fight another day.”</p><p data-reactid="301"><!-- react-text: 302 -->Trae isn&#x27;t the only rapper who&#x27;s done their part to help in the aftermath of <!-- /react-text --><a href="http://www.xxlmag.com/news/2017/08/drake-nicki-minaj-houston-hurricane-harvey/" data-reactid="303"><!-- react-text: 304 -->Hurricane Harvey<!-- /react-text --></a><!-- react-text: 305 -->. <!-- /react-text --><a href="http://www.xxlmag.com/video/2017/08/drake-donates-200000-dollars-houston-texans-jj-watts-hurricane-harvey-fundraiser/" data-reactid="306"><!-- react-text: 307 -->Drake just donated $200,000<!-- /react-text --></a><!-- react-text: 308 --> to Houston Texans defensive end JJ Watt&#x27;s YouCaring fund, which has thus far generated over $10 million. Bun B has announced a <!-- /react-text --><a href="http://www.xxlmag.com/news/2017/08/bun-b-telethon-benefit-hurricane-harvey-victims/" data-reactid="309"><!-- react-text: 310 -->primetime telethon<!-- /react-text --></a><!-- react-text: 311 --> to raise funds for the ravaged city.<!-- /react-text --></p><p data-reactid="312"><!-- react-text: 313 -->You can <!-- /react-text --><a href="https://www.youcaring.com/victimsofhurricaneharvey-915053" target="_blank" data-reactid="314"><!-- react-text: 315 -->donate to Watt&#x27;s YouCaring fund here<!-- /react-text --></a><!-- react-text: 316 -->. Watch a video of Trae discussing his rescue efforts below.<!-- /react-text --></p><div class="lazyload-placeholder oembed-lazyload-placeholder" data-reactid="317"></div><div data-reactid="318"><p style="text-align: center;"><strong>See New Music Releases for September 2017</strong></p>
</div><div class="photogallery-wrapper sliding-photogallery" data-reactid="319"><div class="photogallery-container" id="photogallery-517-711554-0" data-reactid="320"><div class="sizer" data-reactid="321"></div><div class="loadinganim showbox" id="0" data-reactid="322"><div class="loader" style="width:30px;height:30px;" data-reactid="323"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="324"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" style="stroke:#fff;" data-reactid="325"></circle></svg></div></div></div><!-- react-text: 326 --><!-- /react-text --></div><div class="lazyload-placeholder oembed-lazyload-placeholder" data-reactid="327"></div></div></div><div class="content-footer" data-reactid="328"><!-- react-empty: 329 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="330"></div><div class="feed_attribution_after clearfix" data-reactid="331"><!-- react-text: 332 -->
<!-- /react-text --><a href="http://www.xxlmag.com/news/2017/08/trae-tha-truth-rescues-orlando-magic-jonathan-simmons-hurricane-harvey/" target="_blank" data-reactid="333"><img src="http://xxlmag.production.townsquareblogs.com/files/2015/09/xxl-syn.png" class="crosspost-attribution-image" alt="XXL" data-reactid="334"/></a><!-- react-text: 335 --> Source: <!-- /react-text --><a href="http://www.xxlmag.com/news/2017/08/trae-tha-truth-rescues-orlando-magic-jonathan-simmons-hurricane-harvey/" target="_blank" data-reactid="336"><!-- react-text: 337 -->Trae Tha Truth Rescues Orlando Magic’s Jonathan Simmons After Hurricane Harvey Hits Houston<!-- /react-text --></a><!-- react-text: 338 -->
<!-- /react-text --></div><div class="tags-lines" data-reactid="339"><div class="wrapper" data-reactid="340"><span data-reactid="341"><!-- react-text: 342 -->Categories<!-- /react-text --><!-- react-text: 343 -->: <!-- /react-text --></span><span data-reactid="344"><!-- react-text: 345 --><!-- /react-text --><a href="http://myb106.com/category/news/" data-reactid="346">News</a></span></div></div><div class="comments-wrapper" data-reactid="347"><div class="comments" data-reactid="348"><div data-reactid="349"><span class="icon-comments" data-reactid="350"></span><i data-reactid="351">Comments</i><span class="fb-comments-count" data-href="http://myb106.com/trae-tha-truth-rescues-orlando-magics-jonathan-simmons-after-hurricane-harvey-hits-houston/" data-reactid="352"></span><span class="icon-triangle-down" data-reactid="353"></span></div><div class="cto" data-reactid="354">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="355"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="356">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="357"><div class="aside-inside" data-reactid="358"><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-56" data-reactid="359"><div class="wrapper clearfix" data-reactid="360"><div class="fix_sidebar_marker" data-reactid="361"></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-381" data-reactid="362"><header data-reactid="363"><h2 data-reactid="364"><span class="title-container" data-reactid="365">What&#x27;s Hot</span><!-- react-text: 366 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="367"><section id="ts_blogroll-381" class="blogroll carousel slider dl align-right" data-reactid="368"><div class="slider blogroll-items" data-reactid="369"><div class="sizer" data-reactid="370"></div><div class="mover slide" data-reactid="371"><article class="item title-over-image" data-reactid="372"><figure class="frameme" data-reactid="373"><a class="theframe" data-image="http://us105fm.com/files/2017/01/Untitled-design-5.jpg" href="http://myb106.com/valentines-day-2018-dig-yourself-out-of-the-dog-house/" rel="" title="You and Bae Getaway" data-reactid="374"></a><div class="loadinganim showbox" id="0" data-reactid="375"><div class="loader" style="width:30px;height:30px;" data-reactid="376"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="377"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="378"></circle></svg></div></div></figure><div class="content" data-reactid="379"><a href="http://myb106.com/valentines-day-2018-dig-yourself-out-of-the-dog-house/" title="You and Bae Getaway" class="title" data-reactid="380">You and Bae Getaway</a></div></article></div><div class="previous icon-arrow-thin-left arrow icon-base round always-visible" title="Previous" data-reactid="381"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="382"></div></div></section></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-263" data-reactid="383"><div class="wrapper clearfix" data-reactid="384"><div class="widget-content" data-reactid="385"><div class="tsm-ad tsm-ad-300" data-reactid="386"><div id="tsm-ad-300a" data-reactid="387"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-247" data-reactid="388"><div class="wrapper clearfix" data-reactid="389"><div class="widget-content" data-reactid="390"><div data-reactid="391"><form method="post" class="newsletter-frame clearfix" data-reactid="392"><div class="content clearfix" data-reactid="393"><p class="title" data-reactid="394">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="395"><div class="vertical-centered" data-reactid="396"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="397"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="398"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-382" data-reactid="399"><header data-reactid="400"><h2 data-reactid="401"><span class="title-container" data-reactid="402">Latest Articles</span></h2></header><div class="wrapper clearfix" data-reactid="403"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="404"><div class="blogroll-inner clearfix" data-reactid="405"><article class="" data-reactid="406"><figure class="frameme" data-reactid="407"><a class="theframe" data-image="http://theboombox.com/files/2018/02/Drake-Gods-Plan-Challenge.jpg" href="http://myb106.com/drake-creates-gods-plan-challenge-bring-another-human-being-some-joy/" rel="" title="Drake Creates &amp;apos;God&amp;apos;s Plan&amp;apos; Challenge for Fans to Do Good Deeds" data-reactid="408"></a><div class="loadinganim showbox" id="0" data-reactid="409"><div class="loader" style="width:30px;height:30px;" data-reactid="410"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="411"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="412"></circle></svg></div></div></figure><div class="content" data-reactid="413"><a href="http://myb106.com/drake-creates-gods-plan-challenge-bring-another-human-being-some-joy/" title="Drake Creates &#x27;God&#x27;s Plan&#x27; Challenge for Fans to Do Good Deeds" class="title" data-reactid="414">Drake Creates &#x27;God&#x27;s Plan&#x27; Challenge for Fans to Do Good Deeds</a></div></article><article class="" data-reactid="415"><figure class="frameme" data-reactid="416"><a class="theframe" data-image="http://www.xxlmag.com/files/2018/01/nipsey-hussle.jpg" href="http://myb106.com/nipsey-hussle-starts-gold-chain-giveaway-in-response-to-police-towing-his-brinks-truck/" rel="" title="Nipsey Hussle Starts Gold Chain Giveaway" data-reactid="417"></a><div class="loadinganim showbox" id="0" data-reactid="418"><div class="loader" style="width:30px;height:30px;" data-reactid="419"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="420"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="421"></circle></svg></div></div></figure><div class="content" data-reactid="422"><a href="http://myb106.com/nipsey-hussle-starts-gold-chain-giveaway-in-response-to-police-towing-his-brinks-truck/" title="Nipsey Hussle Starts Gold Chain Giveaway" class="title" data-reactid="423">Nipsey Hussle Starts Gold Chain Giveaway</a></div></article><article class="" data-reactid="424"><figure class="frameme" data-reactid="425"><a class="theframe" data-image="http://theboombox.com/files/2018/02/Black-Panther-Smashing-Box-Office.jpg" href="http://myb106.com/black-panther-breaks-u-k-box-office-records/" rel="" title="&amp;apos;Black Panther&amp;apos; Breaks U.K. Box Office Records" data-reactid="426"></a><div class="loadinganim showbox" id="0" data-reactid="427"><div class="loader" style="width:30px;height:30px;" data-reactid="428"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="429"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="430"></circle></svg></div></div></figure><div class="content" data-reactid="431"><a href="http://myb106.com/black-panther-breaks-u-k-box-office-records/" title="&#x27;Black Panther&#x27; Breaks U.K. Box Office Records" class="title" data-reactid="432">&#x27;Black Panther&#x27; Breaks U.K. Box Office Records</a></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="433"><footer data-reactid="434"><div class="links clearfix" data-reactid="435"><div class="logo" data-reactid="436"></div><div class="details" data-reactid="437"><h2 data-reactid="438">Information</h2><ul data-reactid="439"><li data-reactid="440"><a title="The XXL Network" class="" data-reactid="441">The XXL Network</a></li><li data-reactid="442"><a title="2017 EEO Report" href="/eeo/" class="" data-reactid="443">2017 EEO Report</a></li><li data-reactid="444"><a title="Advertise" href="/advertise/" class="" data-reactid="445">Advertise</a></li><li data-reactid="446"><a title="Public File" href="/kooc-public-file/" class="" data-reactid="447">Public File</a></li><li data-reactid="448"><a title="Terms" href="/terms/" class="" data-reactid="449">Terms</a></li><li data-reactid="450"><a title="VIP Terms" href="/vip-terms/" class="" data-reactid="451">VIP Terms</a></li><li data-reactid="452"><a title="FAQ" href="/vip-faq/" class="" data-reactid="453">FAQ</a></li><li data-reactid="454"><a title="Contest Rules" href="/contest-rules/" class="" data-reactid="455">Contest Rules</a></li><li data-reactid="456"><a title="Privacy Policy (Updated: 8/31/17)" href="/privacy/" class="" data-reactid="457">Privacy Policy (Updated: 8/31/17)</a></li><li data-reactid="458"><a title="Contact" href="/help/" class="" data-reactid="459">Contact</a></li><li data-reactid="460"><a href="http://townsquaremediagroup.com/" class="" data-reactid="461"></a></li><li data-reactid="462"><a title="Killeen Business Listings" href="/killeen-featured-business-listings/" class="" data-reactid="463">Killeen Business Listings</a></li></ul></div><div class="social-links" data-reactid="464"><h2 data-reactid="465">Follow Us</h2><ul data-reactid="466"><li class="social" data-reactid="467"><a class="share_link youtube" href="https://www.youtube.com/user/KOOC1063KT" target="_blank" data-social="youtube" data-reactid="468"><span class="icon-youtube" data-reactid="469"></span></a></li><li class="social" data-reactid="470"><a class="share_link facebook" href="http://www.facebook.com/myb106" target="_blank" data-social="facebook" data-reactid="471"><span class="icon-facebook" data-reactid="472"></span></a></li><li class="social" data-reactid="473"><a class="share_link twitter" href="https://twitter.com/myB106tweets" target="_blank" data-social="twitter" data-reactid="474"><span class="icon-twitter" data-reactid="475"></span></a></li></ul></div></div><div class="legal" data-reactid="476"><!-- react-text: 477 -->2018<!-- /react-text --><!-- react-text: 478 --> <!-- /react-text --><!-- react-text: 479 -->B106<!-- /react-text --><!-- react-text: 480 --> is part of the The XXL Network<!-- /react-text --><!-- react-text: 481 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="482"><!-- react-empty: 483 --><div id="bottom-not-ads" data-reactid="484"><div class="tsm-ad tsm-ad-728" data-reactid="485"><div id="tsm-ad-728b" data-reactid="486"><!-- dynamic ad --></div></div></div><div data-reactid="487"></div></section></div></div></div>
          <script>
            window.__INITIAL_STATE__ = {"gallery":{},"internalads":{},"json":{"response":{"options":{"method":"get_single","adPageType":"post","mediaType":"video","loyalty_restricted":null,"methodSubType":null,"blogId":517,"postId":296119,"url":"/trae-tha-truth-rescues-orlando-magics-jonathan-simmons-after-hurricane-harvey-hits-houston/","unfriendlyRequestUrl":"/trae-tha-truth-rescues-orlando-magics-jonathan-simmons-after-hurricane-harvey-hits-houston/","requestUrl":"/trae-tha-truth-rescues-orlando-magics-jonathan-simmons-after-hurricane-harvey-hits-houston/","blogOptions":{"aioseop_options":{"aiosp_can":"on","aiosp_donate":null,"aiosp_home_title":"B106 – Central Texas Hip-Hop & R&B Radio – Killeen/Temple ","aiosp_home_description":"B106, KOOC-FM Radio, plays the best hip hop and R&B music in Killeen and Temple, Texas. ","aiosp_home_keywords":"B106 Killeen, Killeen B106, hip hop radio Killeen, Killeen hip hop  radio, hip hop music Killeen, Killeen hip hop music, B106 Temple, B106, R&B radio Temple, Temple R&B radio, R&B music Temple, Temple R&B 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":"Hip Hop and R&amp;B","blogname":"B106","carbonUiUpdateCounter":"2","design_option_live":{"page_bg":"FF000000","page_head_bg":"00000000","primary_bg":"FFE9E9E9","secondary_bg":"FFFFFFFF","mdl_head_bg":"FF222222","main_nav_hue":"FFFFFFFF","nav_hover_hue":"FFE12A00","primary_hue":"FF212121","secondary_hue":"FF202020","primary_head_hue":"FF363636","secondary_head_hue":"FF0C80A7","primary_active_hue":"FF0C80A7","secondary_active_hue":"FF0C80A7","accent_hue":"FF0C80A7","header_link_hue":"FFFFFFFF","footer_link_hue":"FFFFFFFF","primary_mdl_bg":"FFCCCACB","primary_mdl_hue":"FF22252C","secondary_mdl_bg":"25777777","secondary_mdl_hue":"FF22252C","standout_bg":"FFDF2F00","mobile_primary_color":"FF0C80A7","mobile_secondary_color":"FFDF2F00","iv_primary_color":"FF1981A5","iv_secondary_color":"FF0C80A7","iv_tertiary_color":"FF1981A5","iv_html_color":"FF000000","iv_container_color":"FFFFFFFF","iv_html_bg":"","iv_body_bg":"","iv_logo":"","iv_logo_trim":"","carbon_logo_bg":"80000000","carbon_showticker_bg":"80000000","events_app_primary_color":"FF0C80A7","events_app_secondary_color":"FF0C80A7","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://myb106.com/files/2017/12/koocfm-bg.jpg","carbon_logo_img":"http://myb106.com/files/2017/12/koocfm-logo.png","carbon_promo_bg_img":"http://myb106.com/files/2017/12/koocfm-promo.jpg","page_img":"http://kooc.production.townsquareblogs.com/files/2012/08/1x1.gif","body_img":"http://myb106.com/files/2014/04/NEW-B106-Skin-2.png","square_logo_img":"","logo_img":"http://myb106.com/files/2016/02/logo.png","logo_img_trim":"http://myb106.com/files/2016/02/smalllogo.png","logo_img_light":"","logo_img_dark":"","header_img":"http://myb106.com/files/2014/05/NEW-B106-Skin-2.jpg","placeholder_img":"","page_head_img":"","favicon_img":"http://myb106.com/files/2014/04/favicon.ico","top_banner_img":"dark","title":"TS3 - KOOC B106","ID":"0","designer":"Steve Frost","comment":"Updated design for B106","action":"edit","editor":"Stephen Alba","editorID":2190306,"siteID":"517","timestamp":1512582943,"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":"100002025987268","moderator_appid":"132238773586316","colorscheme":"","show_like":"yes","show_comments":"yes","show_commentscount":"no","action":"like"},"facebook_app":{"id":"132238773586316","fanpage":"http://www.facebook.com/myb106","plugins":{"facebook-authentication":1,"facebook-like-button":1}},"google_ads_dfp6_template_ads":{"top-728x90":"1","bottom-728x90":"1","mid-top-300x250":"1","mid-bottom-300x250":"1","tsm-out-of-page":"1","tsm-2x2":"0","top-right-noflex-300x250":"1","maintop-300x250":"1","middle-right-300x250":"1","bottom-right-300x250":"1","photogallery-300x250":"1","photogallery-728x90":"1","in-between-article-728":"1","dynamic-ad-custom":"1","dynamic-ad-header":"1","dynamic-ad-push":"1","top-right-300x250":"1"},"iq_weather_page_sponsor_city_name":"Belton","iq_weather_page_sponsor_zip_code":"76513","onlyhome_pushdown":"","onlyhome_topbanner":"","posts_per_page":"10","radio_players_wo_stream_id":"3620","sailthru_list_default":"KOOC-FM","site_template_theme_meta":{"template-tone":"2","listen-live-bar":"block","sidebar-widgets-header":"block","blogroll-image-size":"cropped","next-page-offset":"11"},"social_overlay":{"active":"1","fb":"1","nl":"1","colors":{"background-color":"#000000","color":"#FFFFFF"},"wrapper":{"divider":"","button":"#BF9C00","button-font":""},"logo":"http://myb106.com/files/2014/10/b106.png"},"timezone_string":"America/Chicago","townsquare_ad_version":"dfp6","ts-templates-carbon-homepage-id":"301144","ts-templates-homepage-id":"24242","ts-templates-mobile-homepage-id":"24242","tsc_category_sidebars":{},"tsc_tag_sidebars":{},"_station_info":{"sitetype":"Local","market":"Killeen","genre":{"0":"urban"},"callsign":"KOOCFM","callletters":"KOOC","legalname":"KOOC-FM","siteclassification":"","street":"608 Moody Lane","street-2":"","city":"Temple","state":"TX","zip":"76504","phone":"254-742-2106","helpline":"254-773-5252","studioline":"254-742-2106","officeline":"254-773-5252","officehours":"","email":"aaron.savage@townsquaremedia.com","tipus-email":"","inquiries-email":"shannon.brazier@townsquaremedia.com","advertising-contact":"Laura Wiederhold","advertising-email":"Laura.Wiederhold@townsquaremedia.com","gm-contact":"","gm-email":"","programming-director-contact":"Trey the Choklit JOK ","programming-director-email":"treydacj@townsquaremedia.com ","digital-managing-editor-contact":"Aaron Savage","digital-managing-editor-email":"aaron.savage@townsquaremedia.com","digital-sales-manager-contact":"Kelsey Kilter","digital-sales-manager-email":"Kelsey.Kilter@townsquaremedia.com","mobile-app-feedback-email":"ask.b106@townsquaredigital.com","mobile-app-media-submission-email":"media.submit.b106@townsquaredigital.com","public-record-administrator-name":"Shannon Brazier","public-record-administrator-email":"treydacj@townsquaremedia.com","fcc-online-public-file-url":"https://publicfiles.fcc.gov/fm-profile/kooc","feedbackurl":"http://myb106.com/feedback/","biz-list-url":"http://myb106.com/killeen-featured-business-listings/","amazon_affiliate":"","yieldmo_placement":"","jwplayer":"","twitter_handle":"myB106tweets","youtube_handle":"KOOC1063KT","youtube_channel_id":"UC0FVSp7ejte_iwXaTubGWBQ","instagram_handle":"myb106","comscore-label":"The XXL"},"_station_logos":{},"_station_settings":{"default_show_image":""},"_townsquare_user_registration_settings":{"requires-confirmation":"no","use-short-form":"no","use-captcha":"yes","javascript-links":"no"},"blogInfo":{"blogId":517,"blogName":"B106","blogDescription":"Hip Hop and R&amp;B","postTitleFormat":"%post_title%","timeZone":"America/Chicago","market":"Killeen","activeDomain":"myb106.com","legalName":"KOOC-FM"},"tsiMarkets":"Killeen-Temple"},"globalBlogOptions":{"google_maps_default_api_key":"AIzaSyCcIkjOyxS9DtubyqzLX2Sbancl83fKon4","gtmSiteId":"GTM-K346HJZ","kruxSiteId":"rwjnisqy1","loyalty_title_517":"B Squad","kruxEnabled":true,"oipEnabled":true},"headers":{"title":[{"textContent":"Trae Tha Truth Rescues Orlando Magic’s Jonathan Simmons After Hurricane Harvey Hits Houston"}],"meta":[{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}},{"attrs":{"charset":"UTF-8"}},{"attrs":{"name":"description","content":"Trae Tha Truth rescues the Orlando Magic's Jonathan Simmons after Hurricane Harvey hits. Here are the details."}},{"attrs":{"name":"keywords","content":"trae tha truth, trae the truth houston, trae tha truth rescues orlando magic jonathan simmons, trae tha truth jonathan simmonstrae the truth interview, hurricane harvey, trae the truth rescues people hurricane harvey "}},{"attrs":{"property":"fb:app_id","content":"132238773586316"}},{"attrs":{"property":"fb:admins","content":"100002025987268"}},{"attrs":{"property":"og:title","content":"Trae Tha Truth Rescues Orlando Magic’s Jonathan Simmons After Hurricane Harvey Hits Houston"}},{"attrs":{"property":"og:description","content":"Trae Tha Truth rescues the Orlando Magic's Jonathan Simmons after Hurricane Harvey hits. Here are the details."}},{"attrs":{"property":"og:url","content":"http://myb106.com/trae-tha-truth-rescues-orlando-magics-jonathan-simmons-after-hurricane-harvey-hits-houston/"}},{"attrs":{"property":"og:site_name","content":"B106"}},{"attrs":{"property":"og:type","content":"blog"}},{"attrs":{"property":"og:image","content":"http://www.xxlmag.com/files/2017/08/Trae-Tha-Truth-Jonathan-Simmons.jpeg?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":"@myB106tweets"}},{"attrs":{"name":"sailthru.description","content":"Trae Tha Truth rescues the Orlando Magic's Jonathan Simmons after Hurricane Harvey hits. Here are the details."}},{"attrs":{"name":"sailthru.date","content":"2017-08-31 11:32:18"}},{"attrs":{"name":"sailthru.title","content":"Trae Tha Truth Rescues Orlando Magic’s Jonathan Simmons After Hurricane Harvey Hits Houston"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-kooc, tsmmarket-killeentemple, tsmtype-local, news"}},{"attrs":{"name":"sailthru.author","content":"peterberry"}},{"attrs":{"name":"sailthru.image.full","content":"http://www.xxlmag.com/files/2017/08/Trae-Tha-Truth-Jonathan-Simmons.jpeg"}},{"attrs":{"name":"sailthru.image.thumb","content":"http://www.xxlmag.com/files/2017/08/Trae-Tha-Truth-Jonathan-Simmons.jpeg"}},{"attrs":{"property":"fb:pages","content":"188055881235662"}},{"attrs":{"name":"google-site-verification","content":"fyxr2EFHfruH3sjTgEzDtakqH4VSdsJtmbqiMPRTe-A"}},{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}}],"link":[{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://myb106.com/files/2014/04/favicon.ico"}},{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://myb106.com/files/2014/04/favicon.ico"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"B106 » Feed","href":"http://myb106.com/feed/"}},{"attrs":{"rel":"profile","href":"http://gmpg.org/xfn/11"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"B106 » Trae Tha Truth Rescues Orlando Magic’s Jonathan Simmons After Hurricane Harvey Hits Houston Comments Feed","href":"http://myb106.com/trae-tha-truth-rescues-orlando-magics-jonathan-simmons-after-hurricane-harvey-hits-houston/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://myb106.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"Jhene Aiko Prepping New Album ‘TRIP 17′: ‘It’s a Puzzle I Want People to Put Together’ [PHOTO]","href":"http://myb106.com/jhene-aiko-prepping-new-album-trip-17-its-a-puzzle-i-want-people-to-put-together-photo/"}},{"attrs":{"rel":"next","title":"Redman to Host New VH1 Competition Series ‘Scared Famous’","href":"http://myb106.com/redman-to-host-new-vh1-competition-series-scared-famous/"}},{"attrs":{"rel":"shortlink","href":"http://myb106.com/?p=296119"}},{"attrs":{"rel":"canonical","href":"http://www.xxlmag.com/news/2017/08/trae-tha-truth-rescues-orlando-magic-jonathan-simmons-hurricane-harvey/"}}],"noscript":[{"attrs":{"children":[{"tagName":"img","src":"http://b.scorecardresearch.com/p?c1=2&c2=6665296&cv=2.0&cj=1"}]}}]},"adVars":{"amazonAds":true,"enableCriteo":true,"enableViewability":false,"enableViewabilityBR":false,"enableSharethrough":true,"enableAppNexusWrapper":true,"sharethroughKey":"","sharethroughArticleKey":"v1zjUWmwtREWNi8VTqomtNU3","enableOpenx":false,"enableKiosked":false,"enableKioskedMobile":false,"enableSonobi":true,"sonobiScript":"","zergnetId":"59576","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":["news"],"tags":"","id":"trae-tha-truth-rescues-orlando-magics-jonathan-simmons-after-hurricane-harvey-hits-houston","author":"peterberry","kw":["peterberry","trae-tha-truth-rescues-orlando-magics-jonathan-simmons-after-hurricane-harvey-hits-houston","news","pagetype-post"],"genre":["urban"],"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":"ff6c3dc1b5dd73a3202473278af25539ef870534"},"postMeta":{"_aioseop_title":"Trae Tha Truth Rescues Orlando Magic’s Jonathan Simmons After Hurricane Harvey Hits Houston "},"activeDomain":"myb106.com","authLoginFormNonce":"583afa6539","authRegFormNonce":"72906af534","ga":{"ids":{"primary":"UA-33430515-5","secondary":["UA-19109753-1","UA-33430515-6","UA-28825804-1","UA-45260060-3"],"all":["UA-33430515-5","UA-19109753-1","UA-33430515-6","UA-28825804-1","UA-45260060-3"]}},"tsmStatic":{"revision":"4911d95e0898b139b595eb65188214cf422adc5b"},"isGallery":true,"userRegistrationSettings":{},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":296119,"postAuthor":2789667,"postDate":"2017-08-31T16:32:18.000Z","postDateGmt":"2017-08-31T16:32:18.000Z","postTitle":"Trae Tha Truth Rescues Orlando Magic’s Jonathan Simmons After Hurricane Harvey Hits Houston","postExcerpt":"This guy is everywhere. ","postStatus":"publish","commentStatus":"open","postPassword":"","postName":"trae-tha-truth-rescues-orlando-magics-jonathan-simmons-after-hurricane-harvey-hits-houston","toPing":"","pinged":"","postModified":"2017-08-31T21:27:09.000Z","postModifiedGmt":"2017-08-31T21:27:09.000Z","postContentFiltered":"","postParent":0,"guid":"http://www.xxlmag.com/news/2017/08/trae-tha-truth-rescues-orlando-magic-jonathan-simmons-hurricane-harvey/","menuOrder":0,"postType":"post","postMimeType":"","commentCount":0,"postDateGmtStr":"2017-08-31 16:32:18.000+0000","postModifiedGmtStr":"2017-08-31 21:27:09.000+0000","meta":{"_crosspost_source_blog_id":"812","_crosspost_source_post_id":"712102"}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"Trae Tha Truth Rescues Orlando Magic’s Jonathan Simmons After Hurricane Harvey Hits Houston ","next":{"latest":[{"postId":296060,"documentUrl":"/r-kelly-gets-a-visit-from-police-family-welfare-check/","filterUrl":"/rest/carbon/filter/main/r-kelly-gets-a-visit-from-police-family-welfare-check/","sortDate":"2017-08-31 11:00:00.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":296093,"documentUrl":"/waco-police-evacuating-people-after-suspicious-package-found-near-river-valley-intermediate-school/","filterUrl":"/rest/carbon/filter/main/waco-police-evacuating-people-after-suspicious-package-found-near-river-valley-intermediate-school/","sortDate":"2017-08-31 10:29:09.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":296126,"documentUrl":"/dmx-leaves-house-arrest-for-rehab/","filterUrl":"/rest/carbon/filter/main/dmx-leaves-house-arrest-for-rehab/","sortDate":"2017-08-31 10:24:27.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":296057,"documentUrl":"/you-can-help-wat-that-truck-food-truck-feed-hurricane-harvey-evacuees/","filterUrl":"/rest/carbon/filter/main/you-can-help-wat-that-truck-food-truck-feed-hurricane-harvey-evacuees/","sortDate":"2017-08-30 15:28:51.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295975,"documentUrl":"/beyonce-pledges-to-help-as-many-as-we-can-in-houston-following-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/beyonce-pledges-to-help-as-many-as-we-can-in-houston-following-hurricane-harvey/","sortDate":"2017-08-30 11:00:00.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295973,"documentUrl":"/master-p-lisa-leslie-head-coach-new-orleans-gators/","filterUrl":"/rest/carbon/filter/main/master-p-lisa-leslie-head-coach-new-orleans-gators/","sortDate":"2017-08-30 11:00:00.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295988,"documentUrl":"/wal-mart-stores-gas-stations-in-killeen-reporting-fuel-outages/","filterUrl":"/rest/carbon/filter/main/wal-mart-stores-gas-stations-in-killeen-reporting-fuel-outages/","sortDate":"2017-08-29 17:08:22.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295967,"documentUrl":"/three-brothers-from-morgans-point-are-helping-to-rescue-flood-victims/","filterUrl":"/rest/carbon/filter/main/three-brothers-from-morgans-point-are-helping-to-rescue-flood-victims/","sortDate":"2017-08-29 12:26:26.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295959,"documentUrl":"/harker-heighs-police-investigating-murder/","filterUrl":"/rest/carbon/filter/main/harker-heighs-police-investigating-murder/","sortDate":"2017-08-29 11:00:47.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295867,"documentUrl":"/webbie-accuses-girlfriend-of-damaging-his-house-and-property-after-fight/","filterUrl":"/rest/carbon/filter/main/webbie-accuses-girlfriend-of-damaging-his-house-and-property-after-fight/","sortDate":"2017-08-29 11:00:00.000 +0000","termTaxonomyId":6,"taxonomyType":"category"}],"taxonomy":[{"postId":296060,"documentUrl":"/r-kelly-gets-a-visit-from-police-family-welfare-check/","filterUrl":"/rest/carbon/filter/main/r-kelly-gets-a-visit-from-police-family-welfare-check/","sortDate":"2017-08-31 11:00:00.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":296093,"documentUrl":"/waco-police-evacuating-people-after-suspicious-package-found-near-river-valley-intermediate-school/","filterUrl":"/rest/carbon/filter/main/waco-police-evacuating-people-after-suspicious-package-found-near-river-valley-intermediate-school/","sortDate":"2017-08-31 10:29:09.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":296126,"documentUrl":"/dmx-leaves-house-arrest-for-rehab/","filterUrl":"/rest/carbon/filter/main/dmx-leaves-house-arrest-for-rehab/","sortDate":"2017-08-31 10:24:27.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":296057,"documentUrl":"/you-can-help-wat-that-truck-food-truck-feed-hurricane-harvey-evacuees/","filterUrl":"/rest/carbon/filter/main/you-can-help-wat-that-truck-food-truck-feed-hurricane-harvey-evacuees/","sortDate":"2017-08-30 15:28:51.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295975,"documentUrl":"/beyonce-pledges-to-help-as-many-as-we-can-in-houston-following-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/beyonce-pledges-to-help-as-many-as-we-can-in-houston-following-hurricane-harvey/","sortDate":"2017-08-30 11:00:00.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295973,"documentUrl":"/master-p-lisa-leslie-head-coach-new-orleans-gators/","filterUrl":"/rest/carbon/filter/main/master-p-lisa-leslie-head-coach-new-orleans-gators/","sortDate":"2017-08-30 11:00:00.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295988,"documentUrl":"/wal-mart-stores-gas-stations-in-killeen-reporting-fuel-outages/","filterUrl":"/rest/carbon/filter/main/wal-mart-stores-gas-stations-in-killeen-reporting-fuel-outages/","sortDate":"2017-08-29 17:08:22.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295967,"documentUrl":"/three-brothers-from-morgans-point-are-helping-to-rescue-flood-victims/","filterUrl":"/rest/carbon/filter/main/three-brothers-from-morgans-point-are-helping-to-rescue-flood-victims/","sortDate":"2017-08-29 12:26:26.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295959,"documentUrl":"/harker-heighs-police-investigating-murder/","filterUrl":"/rest/carbon/filter/main/harker-heighs-police-investigating-murder/","sortDate":"2017-08-29 11:00:47.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295867,"documentUrl":"/webbie-accuses-girlfriend-of-damaging-his-house-and-property-after-fight/","filterUrl":"/rest/carbon/filter/main/webbie-accuses-girlfriend-of-damaging-his-house-and-property-after-fight/","sortDate":"2017-08-29 11:00:00.000 +0000","termTaxonomyId":6,"taxonomyType":"category"}]},"cadata":{"activeDomain":"myb106.com","blogId":517,"method":"get_single","postId":296119,"crosspostBlogId":"812","crosspostPostId":"712102","postType":"post","postDateGmt":"2017-08-31 16:32:18.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-61","now-playing-60","widget_onair-63"],"widgetDetails":{"widget_listen_live-61":{"widgetInfo":{"id":"widget_listen_live-61","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"61"},"widgetParams":{"title":"Listen Now","widgetTime":5}},"now-playing-60":{"widgetInfo":{"id":"now-playing-60","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"60"},"widgetParams":{"title":"Recently Played","widgetTime":5}},"widget_onair-63":{"widgetInfo":{"id":"widget_onair-63","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"63"},"widgetParams":{"title":"On Air","widgetTime":271}}}},"carbonsidebar/single":{"widgets":["carbonwidget/single-1"],"widgetDetails":{"carbonwidget/single-1":{"widgetInfo":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"widgetParams":{"mainAuthor":{"id":2789667,"slug":"peterberry","name":"Peter A. Berry","first_name":"Peter","last_name":"Berry","nickname":"Pelly","thumbnail":"http://www.xxlmag.com/files/2017/10/Peter-A.jpg","url":"http://myb106.com/author/peterberry/"},"firstCategoryName":"News","postType":"post","postTitle":"Trae Tha Truth Rescues Orlando Magic’s Jonathan Simmons After Hurricane Harvey Hits Houston","aiseopTitle":"Trae Tha Truth Rescues Orlando Magic’s Jonathan Simmons After Hurricane Harvey Hits Houston ","widgetTime":684}}}},"carbonsidebar/mainads":{"widgets":["carbonwidget/top-728x90","carbonwidget/dynamic-ad-custom","carbonwidget/dynamic-ad-header","carbonwidget/dynamic-ad-push","carbonwidget/tsm-out-of-page","carbonwidget/bottom-728x90"],"widgetDetails":{"carbonwidget/top-728x90":{"widgetInfo":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"top-728x90","widgetTime":2}},"carbonwidget/dynamic-ad-custom":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-custom","widgetTime":3}},"carbonwidget/dynamic-ad-header":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-header","widgetTime":3}},"carbonwidget/dynamic-ad-push":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-push","widgetTime":3}},"carbonwidget/tsm-out-of-page":{"widgetInfo":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"tsm-out-of-page","widgetTime":2}},"carbonwidget/bottom-728x90":{"widgetInfo":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"bottom-728x90","widgetTime":2}}}},"single-post-bottom":{"widgets":["ts_blogroll-8","widget_third_party_content-2","widget_third_party_content-3"],"widgetDetails":{"ts_blogroll-8":{"widgetInfo":{"id":"ts_blogroll-8","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"8"},"widgetParams":{"title":"Best of B106","type":"main_content_thumb_title_roll","cat":"1","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","sponsor":{"enabled":"on","time_start":"","time_end":"","background_image":"http://myb106.com/files/2014/03/Widget-338x73131.jpg","sponsor_image":"http://myb106.com/files/2014/03/logo131.png","sponsor_image_mobile":"","background_color":"","background_repeat":"no-repeat","sponsor_name":"","sponsor_link":"https://www.facebook.com/pages/Wild-Country/346079271778"}}},"widget_third_party_content-2":{"widgetInfo":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"widgetParams":{"type":"zergnet","title":"Recommended For You","id":"35863","placement":"","targettype":"","mode":"","widgetTime":2}},"widget_third_party_content-3":{"widgetInfo":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"widgetParams":{"type":"zergnet","title":"Best of the Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":2}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["fix_sidebar_marker-56","ts_blogroll-381","google-ads-widget-263","tsq_sailthru_newsletter_widget-247","ts_blogroll-382"],"widgetDetails":{"fix_sidebar_marker-56":{"widgetInfo":{"id":"fix_sidebar_marker-56","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"56"},"widgetParams":{"title":"Fix Sidebar Marker","widgetTime":2}},"ts_blogroll-381":{"widgetInfo":{"id":"ts_blogroll-381","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"381"},"widgetParams":{"title":"What's Hot","type":"carousel","isweather":"1","cat":"","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}},"google-ads-widget-263":{"widgetInfo":{"id":"google-ads-widget-263","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"263"},"widgetParams":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":2}},"tsq_sailthru_newsletter_widget-247":{"widgetInfo":{"id":"tsq_sailthru_newsletter_widget-247","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"247"},"widgetParams":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["KOOC-FM"],"widgetTime":1}},"ts_blogroll-382":{"widgetInfo":{"id":"ts_blogroll-382","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"382"},"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-61":{"info":{"id":"widget_listen_live-61","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"61"},"params":{"title":"Listen Now","widgetTime":5},"data":[97545],"dataDetails":{"97545":{"postId":97545,"title":"Listen Now","label":"Click to view the latest song playing on air.","url":"/listen-live/","mobileId":"17791","playerMode":"radio","sid":"23104","callsign":"KOOCFM","woMobileId":"5051","woStreamId":"3620","activePlayer":"wo","listenLivePageUrl":"http://player.streamtheworld.com/_players/townsquaremedia/runspotv3/?sid=23104&redirect=http://player.listenlive.co/17791","html5ScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/html5/stwplayer.php?callsign=KOOCFM&primaryColor=0xcc0000&playermode=radio&sid=23104&width=630","flashScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/stwplayer.php?callsign=KOOCFM&primaryColor=0xcc0000&playermode=radio&timeshift=false&radiopup=true&playerAdState=0&popout=false&width=630","wo_player_url":"http://v6.player.abacast.net/5051","wo_recent_api_url":"http://api.nowplaying.abacast.net/prt/nowplaying/2/10/3620/nowplaying.json","wo_preroll_url":"http://api.clarity.abacast.com/gateway/getmediavast.php?sid=3620/","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"now-playing-60":{"info":{"id":"now-playing-60","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"60"},"params":{"title":"Recently Played","widgetTime":5},"data":[97545],"dataDetails":{"97545":{"postId":97545,"mobileId":"17791","playerMode":"radio","sid":"23104","callsign":"KOOCFM","woStreamId":"3620","activePlayer":"wo","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"widget_onair-63":{"info":{"id":"widget_onair-63","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"63"},"params":{"title":"On Air","widgetTime":271},"data":[],"dataDetails":{}},"carbonwidget/single-1":{"info":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"params":{"mainAuthor":{"id":2789667,"slug":"peterberry","name":"Peter A. Berry","first_name":"Peter","last_name":"Berry","nickname":"Pelly","thumbnail":"http://www.xxlmag.com/files/2017/10/Peter-A.jpg","url":"http://myb106.com/author/peterberry/"},"firstCategoryName":"News","postType":"post","postTitle":"Trae Tha Truth Rescues Orlando Magic’s Jonathan Simmons After Hurricane Harvey Hits Houston","aiseopTitle":"Trae Tha Truth Rescues Orlando Magic’s Jonathan Simmons After Hurricane Harvey Hits Houston ","widgetTime":684},"data":[296119],"dataDetails":{"296119":{"thumbnail":"http://www.xxlmag.com/files/2017/08/Trae-Tha-Truth-Jonathan-Simmons.jpeg","caption":"Ron Jenkins, Getty Images / Florida National News via YouTube","excerpt":"This guy is everywhere. ","date":"August 31, 2017 11:32 AM","postDateGmt":"2017-08-31 16:32:18 +0000","postModifiedGmt":"2017-08-31 21:27:09 +0000","title":"Trae Tha Truth Rescues Orlando Magic’s Jonathan Simmons After Hurricane Harvey Hits Houston","url":"http://myb106.com/trae-tha-truth-rescues-orlando-magics-jonathan-simmons-after-hurricane-harvey-hits-houston/","id":296119,"contentRaw":"[caption id=\"attachment_712123\" align=\"alignnone\" width=\"630\"]<img class=\"size-630scaled wp-image-712123\" src=\"http://www.xxlmag.com/files/2017/08/Trae-Tha-Truth-Jonathan-Simmons.jpeg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\" alt=\"Ron Jenkins, Getty Images / Florida National News via YouTube\" width=\"630\" height=\"420\" /> Ron Jenkins, Getty Images / Florida National News via YouTube[/caption]\r\n\r\nDays after Hurricane Harvey devastated his hometown of Houston and much of Southern Texas, <a href=\"http://www.xxlmag.com/tags/trae-tha-truth/\">Trae Tha Truth</a>'s heroics are quickly becoming the stuff of legend. <a href=\"http://www.xxlmag.com/news/2017/08/trae-truth-boat-hurricane-houston/\">Hopping into a boat</a>, the rapper has saved more than a few people in the flooded streets of Houston. It turns out one of those people was former San Antonio Spur and current Orlando Magic forward Jonathan Simmons.\r\n\r\nOn Wednesday, <a href=\"http://www.nba.com/magic/news/jonathon-simmons-recounts-amazing-acts-kindness-wake-hurricane-harvey\" target=\"_blank\">John Denton </a>of the Magic's official website passed on Simmons' recounting of the situation, which was clearly a pretty harrowing one.\r\n\r\n\"Trae tha Truth, the rapper, is from Houston and we know a mutual friend from San Antonio. They brought a boat to Houston because (Trae) had to evacuate as well,\" said Simmons, who attended the University of Houston before he began his NBA career. \"They came and got (Trae) and then he came and got us right away. Luckily, I had a friend in the area who could help us out.\"\r\n\r\nFrom there, Simmons says he traveled to a friend's house in Richmond, Texas with a few day's worth of food and supplies. The home held at least 20 other people seeking refuge from the storm, so the food didn't last long.\r\n\r\n\"We were good for three days, but my other friend's house had started getting flooded early, so he came there to the house, too,\" Simmons explained. \"So that gave us another 11 extra people and most of them were kids. We had to let the kids eat first, so most of the last two days it was kind of rough (without food).\"\r\n\r\nIt was a dangerous ordeal, but Simmons is happy with the way Houston has handled the disaster. \"I'm also proud of how the city of Houston has come together to help one another,\" he said. \"On the upside and the brighter side, there's that seeing how people have been there to help one another.\"\r\n\r\nFor his part, Trae, who<a href=\"http://www.xxlmag.com/news/2017/08/trae-tha-truth-hurricane-harvey-houston-interview/\"> spoke with <em>XXL</em> about his Hurricane Harvey rescue efforts</a>, is grateful for what he has after surviving a storm that, as of Wednesday, took over 30 lives.\r\n\r\n“I tell ’em at the end of the day I’m just blessed to be alive,” he affirmed before ending his call with us to continue his rescue efforts on a boat. “At the end of the day, we’re able to fight another day.”\r\n\r\nTrae isn't the only rapper who's done their part to help in the aftermath of <a href=\"http://www.xxlmag.com/news/2017/08/drake-nicki-minaj-houston-hurricane-harvey/\">Hurricane Harvey</a>. <a href=\"http://www.xxlmag.com/video/2017/08/drake-donates-200000-dollars-houston-texans-jj-watts-hurricane-harvey-fundraiser/\">Drake just donated $200,000</a> to Houston Texans defensive end JJ Watt's YouCaring fund, which has thus far generated over $10 million. Bun B has announced a <a href=\"http://www.xxlmag.com/news/2017/08/bun-b-telethon-benefit-hurricane-harvey-victims/\">primetime telethon</a> to raise funds for the ravaged city.\r\n\r\nYou can <a href=\"https://www.youcaring.com/victimsofhurricaneharvey-915053\" target=\"_blank\">donate to Watt's YouCaring fund here</a>. Watch a video of Trae discussing his rescue efforts below.\r\n\r\nhttps://www.youtube.com/watch?v=jMme9XaV7Hg\r\n<p style=\"text-align: center;\"><strong>See New Music Releases for September 2017</strong></p>\r\n[gallery galleryid=\"812:711554\" galleryindex=\"0\" ids=\"711585,711587,711589,711590,711603,711593,711591,711588,711592,711586,711595,711594\" enablefullscreen=\"yes\" showthumbs=\"no\"]\r\nhttps://www.youtube.com/watch?v=jFz9CGVDtdI","content":"\n<figure id=\"attachment_712123\" class=\"content-post-image alignnone\"><span class=\"image-frame\"><noscript><img src=\"http://www.xxlmag.com/files/2017/08/Trae-Tha-Truth-Jonathan-Simmons.jpeg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\"></noscript>\n<img class=\"size-630scaled wp-image-712123 lazy\" src=\"//s3.amazonaws.com/tsm-images/global/1x1.gif\" alt=\"Ron Jenkins, Getty Images / Florida National News via YouTube\" data-width=\"630\" data-height=\"420\" data-type=\"post\" datasrc=\"http://www.xxlmag.com/files/2017/08/Trae-Tha-Truth-Jonathan-Simmons.jpeg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\"></span><figcaption>Ron Jenkins, Getty Images / Florida National News via YouTube</figcaption></figure><p>Days after Hurricane Harvey devastated his hometown of Houston and much of Southern Texas, <a href=\"http://www.xxlmag.com/tags/trae-tha-truth/\" target=\"_blank\">Trae Tha Truth</a>‘s heroics are quickly becoming the stuff of legend. <a href=\"http://www.xxlmag.com/news/2017/08/trae-truth-boat-hurricane-houston/\" target=\"_blank\">Hopping into a boat</a>, the rapper has saved more than a few people in the flooded streets of Houston. It turns out one of those people was former San Antonio Spur and current Orlando Magic forward Jonathan Simmons.</p>\n<p>On Wednesday, <a href=\"http://www.nba.com/magic/news/jonathon-simmons-recounts-amazing-acts-kindness-wake-hurricane-harvey\" target=\"_blank\">John Denton </a>of the Magic’s official website passed on Simmons’ recounting of the situation, which was clearly a pretty harrowing one.</p>\n<p>“Trae tha Truth, the rapper, is from Houston and we know a mutual friend from San Antonio. They brought a boat to Houston because (Trae) had to evacuate as well,” said Simmons, who attended the University of Houston before he began his NBA career. “They came and got (Trae) and then he came and got us right away. Luckily, I had a friend in the area who could help us out.”</p>\n<p>From there, Simmons says he traveled to a friend’s house in Richmond, Texas with a few day’s worth of food and supplies. The home held at least 20 other people seeking refuge from the storm, so the food didn’t last long.</p>\n<p>“We were good for three days, but my other friend’s house had started getting flooded early, so he came there to the house, too,” Simmons explained. “So that gave us another 11 extra people and most of them were kids. We had to let the kids eat first, so most of the last two days it was kind of rough (without food).”</p>\n<p>It was a dangerous ordeal, but Simmons is happy with the way Houston has handled the disaster. “I’m also proud of how the city of Houston has come together to help one another,” he said. “On the upside and the brighter side, there’s that seeing how people have been there to help one another.”</p>\n<p>For his part, Trae, who<a href=\"http://www.xxlmag.com/news/2017/08/trae-tha-truth-hurricane-harvey-houston-interview/\" target=\"_blank\"> spoke with <em>XXL</em> about his Hurricane Harvey rescue efforts</a>, is grateful for what he has after surviving a storm that, as of Wednesday, took over 30 lives.</p>\n<p>“I tell ’em at the end of the day I’m just blessed to be alive,” he affirmed before ending his call with us to continue his rescue efforts on a boat. “At the end of the day, we’re able to fight another day.”</p>\n<p>Trae isn’t the only rapper who’s done their part to help in the aftermath of <a href=\"http://www.xxlmag.com/news/2017/08/drake-nicki-minaj-houston-hurricane-harvey/\" target=\"_blank\">Hurricane Harvey</a>. <a href=\"http://www.xxlmag.com/video/2017/08/drake-donates-200000-dollars-houston-texans-jj-watts-hurricane-harvey-fundraiser/\" target=\"_blank\">Drake just donated $200,000</a> to Houston Texans defensive end JJ Watt’s YouCaring fund, which has thus far generated over $10 million. Bun B has announced a <a href=\"http://www.xxlmag.com/news/2017/08/bun-b-telethon-benefit-hurricane-harvey-victims/\" target=\"_blank\">primetime telethon</a> to raise funds for the ravaged city.</p>\n<p>You can <a href=\"https://www.youcaring.com/victimsofhurricaneharvey-915053\" target=\"_blank\">donate to Watt’s YouCaring fund here</a>. Watch a video of Trae discussing his rescue efforts below.</p>\n<p><div class=\"embed-wrapper\"><iframe style=\"vertical-align: bottom;\" src=\"https://www.youtube.com/embed/jMme9XaV7Hg?feature=oembed\" frameborder=\"0\" allowfullscreen data-width=\"630\" data-height=\"354\"></iframe></div><span class=\"tsm_youtube_sub\">Subscribe to <a style=\"margin-right:5px;\" href=\"http://www.youtube.com/subscription_center?add_user=KOOC1063KT\" target=\"_blank\">KOOC-FM on Youtube</a></span></p>\n<p style=\"text-align: center;\"><strong>See New Music Releases for September 2017</strong></p>\n<p><script type=\"text/javascript\">\n\twindow.TSM = window.TSM || {};\n\twindow.TSM.photogalleryConfigs = window.TSM.photogalleryConfigs || [];\n\tvar photogalleryConfig = {\n\t\tgalleryUrl:'http://www.xxlmag.com/api/json/galleries/711554?filterexclusions&galleryindex=0'\n\t\t,galleryId:'tsm-photogallery-812-711554-0'\n\t\t,showThumbs:0\n\t\t,colorscheme:'light'\n\t\t\n\t\t,dozIndexTweak:1\n\t\t,refreshRate:1\n\t\t,enableFullscreen:1\n\t\t,expandOnLoadHash:0\n\t\t,portraitMode:0\n\t\t,initImage:''\n\t\t,enableEndCard:1\n\t\t,enableBelowDescriptionEndCard:1\n\t\t,endCardMode:2\n\t\t,enableKiosked:1\n\t\t,enableKioskedMobile:0\n\t\t,carbonLayout:\"\"\n\t};\n\twindow.TSM.photogalleryConfigs.push( photogalleryConfig );\n<\/script></p>\n<div id=\"tsm-photogallery-812-711554-0-placeholder\"></div>\n<div class=\"tsm-photogallery-wrapper light\">\n\t<div class=\"tsm-photogallery-container\" id=\"tsm-photogallery-812-711554-0\">\n\t\t<div class=\"tsm-photogallery-header\">\n\t\t\t<div class=\"tsm-photogallery-ad tsm-photogallery-320x50 off\" id=\"tsm-photogallery-812-711554-0-320x50\"></div>\n\t\t</div>\n\t\t<div class=\"tsm-photogallery\">\n\t\t\t<div class=\"loadinganim\">\n<span></span><span></span><span></span>\n</div>\n\t\t\t<div class=\"tsm-photogallery-mover-container\">\n\t\t\t\t<div class=\"tsm-photogallery-nav prev primary-active-color\"><a title=\"Previous\" class=\"icon-left-open prev-btn\" href=\"javascript:void(0);\" target=\"\"></a></div>\n\t\t\t\t<div class=\"tsm-photogallery-nav next primary-active-color\"><a class=\"icon-right-open next-btn\" title=\"Next\" href=\"javascript:void(0);\" target=\"\"></a></div>\n\t\t\t\t<div class=\"tsm-photogallery-mover\"></div>\n\t\t\t</div>\n\t\t\t<div class=\"tsm-photogallery-thumbnail-wrapper off\">\n\t\t\t\t<div class=\"tsm-photogallery-thumbnail-nav prev\"><a title=\"Previous\" class=\"thumb-prev-btn\" href=\"javascript:void(0);\" target=\"\"></a></div>\n\t\t\t\t<div class=\"tsm-photogallery-thumbnail-nav next\"><a title=\"Next\" class=\"thumb-next-btn\" href=\"javascript:void(0);\" target=\"\"></a></div>\n\t\t\t\t<div class=\"tsm-photogallery-thumbnails\">\n\t\t\t\t\t<div class=\"tsm-photogallery-thumbnail-mover\"></div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div class=\"tsm-photogallery-footer off\">\n<div class=\"tsm-photogallery-imagecount\">\n<b>Image </b><span class=\"tsm-photogallery-current\"></span> of <span class=\"tsm-photogallery-total\"></span>\n</div>\n<div class=\"tsm-photogallery-caption\"></div>\n</div>\n\t\t</div>\n\t\t<a href=\"javascript:void(0);\" class=\"tsm-photogallery-engagement-close\" target=\"\"></a>\n\t\t<aside class=\"tsm-photogallery-sidebar\"><div class=\"tsm-photogallery-ad tsm-photogallery-300x250 off\" id=\"tsm-photogallery-812-711554-0-300x250\"></div>\n\t\t\t<div class=\"tsm-photogallery-copy\">\n\t\t\t\t<h2 class=\"tsm-photogallery-imagetitle\"></h2>\n\t\t\t\t<p class=\"tsm-photogallery-imagedescription\"></p>\n\t\t\t\t<div class=\"description-scroll description-up\"></div>\n<div class=\"description-scroll description-down\"></div>\n\t\t\t</div>\n\t\t\t<div class=\"under-description-content\"></div>\n\t\t</aside><footer><div class=\"tsm-photogallery-ad tsm-photogallery-728x90 off\" id=\"tsm-photogallery-812-711554-0-728x90\"></div>\n\t\t\t<div class=\"tsm-photogallery-ad\" id=\"tsm-photogallery-oop\"></div>\n\t\t</footer>\n</div>\n\t<div class=\"tsm-photogallery-overlay\"></div>\n</div>\n<br><div class=\"embed-wrapper\"><iframe style=\"vertical-align: bottom;\" src=\"https://www.youtube.com/embed/jFz9CGVDtdI?feature=oembed\" frameborder=\"0\" allowfullscreen data-width=\"630\" data-height=\"354\"></iframe></div>\n<span class=\"tsm_youtube_sub\">Subscribe to <a style=\"margin-right:5px;\" href=\"http://www.youtube.com/subscription_center?add_user=KOOC1063KT\" target=\"_blank\">KOOC-FM on Youtube</a></span><div class=\"feed_attribution_after clearfix\">\n<a href=\"http://www.xxlmag.com/news/2017/08/trae-tha-truth-rescues-orlando-magic-jonathan-simmons-hurricane-harvey/\" target=\"_blank\"><img src=\"http://xxlmag.production.townsquareblogs.com/files/2015/09/xxl-syn.png\" class=\"crosspost-attribution-image\" alt=\"XXL\"></a> Source: <a href=\"http://www.xxlmag.com/news/2017/08/trae-tha-truth-rescues-orlando-magic-jonathan-simmons-hurricane-harvey/\" target=\"_blank\">Trae Tha Truth Rescues Orlando Magic’s Jonathan Simmons After Hurricane Harvey Hits Houston</a>\n</div>\n","postType":"post","wpVersion":"","alternateMetaForBlogroll":{"title":"Trae Tha Truth Rescues Orlando Magic’s Jonathan Simmons After Hurricane Harvey Hits Houston","excerpt":"This guy is everywhere. ","post_excerpt":"This guy is everywhere. ","post_more_excerpt":"<p>This guy is everywhere.\n<p class=\"more_act\"><a href=\"http://myb106.com/trae-tha-truth-rescues-orlando-magics-jonathan-simmons-after-hurricane-harvey-hits-houston/\" title=\"Trae Tha Truth Rescues Orlando Magic’s Jonathan Simmons After Hurricane Harvey Hits Houston\">Read More</a></p>\n","permalink":"http://myb106.com/trae-tha-truth-rescues-orlando-magics-jonathan-simmons-after-hurricane-harvey-hits-houston/","image":{"id":296118,"url":"http://www.xxlmag.com/files/2017/08/Trae-Tha-Truth-Jonathan-Simmons.jpeg","caption":"Ron Jenkins, Getty Images / Florida National News via YouTube"}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":true},"categories":[{"id":6,"slug":"news","title":"News","description":"","parent":0,"post_count":9019,"link_url":"http://myb106.com/category/news/","feed_url":"http://myb106.com/category/news/feed/","term_taxonomy_id":6,"object_id":0}],"authors":[{"id":2789667,"slug":"peterberry","name":"Peter A. Berry","first_name":"Peter","last_name":"Berry","nickname":"Pelly","thumbnail":"http://www.xxlmag.com/files/2017/10/Peter-A.jpg","url":"http://myb106.com/author/peterberry/"}],"post_more_meta":{"meta":"","title":"XXL","url":"http://www.xxlmag.com","link":"XXL"},"social":{"tw":{"href":"http://twitter.com/intent/tweet?text=Trae%20Tha%20Truth%20Rescues%20Orlando%20Magic%E2%80%99s%20Jonathan%20Simmons%20After%20Hurricane%20Harvey%20Hits%20Houston%20http%3A%2F%2Fwww.xxlmag.com%2Fnews%2F2017%2F08%2Ftrae-tha-truth-rescues-orlando-magic-jonathan-simmons-hurricane-harvey%2F%3Ftrackback%3Dtwitter_mobile%20%40myB106tweets","title":"Share on Twitter","target":"_blank"},"fb":{"href":"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.xxlmag.com%2Fnews%2F2017%2F08%2Ftrae-tha-truth-rescues-orlando-magic-jonathan-simmons-hurricane-harvey%2F%3Ftrackback%3Dfbshare_mobile","title":"Share on Facebook","target":"_blank"},"email":null,"pinterest":null,"print":null,"is_article":true},"nextArticle":"http://myb106.com/jhene-aiko-prepping-new-album-trip-17-its-a-puzzle-i-want-people-to-put-together-photo/","prevArticle":"http://myb106.com/redman-to-host-new-vh1-competition-series-scared-famous/","pageUrl":"/trae-tha-truth-rescues-orlando-magics-jonathan-simmons-after-hurricane-harvey-hits-houston/","blogId":517,"domain":"myb106.com","crossPostAttributionBottom":"<div class=\"feed_attribution_after clearfix\">\n<a href=\"http://www.xxlmag.com/news/2017/08/trae-tha-truth-rescues-orlando-magic-jonathan-simmons-hurricane-harvey/\" target=\"_blank\"><img src=\"http://xxlmag.production.townsquareblogs.com/files/2015/09/xxl-syn.png\" class=\"crosspost-attribution-image\" alt=\"XXL\"></a> Source: <a href=\"http://www.xxlmag.com/news/2017/08/trae-tha-truth-rescues-orlando-magic-jonathan-simmons-hurricane-harvey/\" target=\"_blank\">Trae Tha Truth Rescues Orlando Magic’s Jonathan Simmons After Hurricane Harvey Hits Houston</a>\n</div>","rawContent":"<p>\n<sectiontag class=\"module\" contenteditable=\"false\" type=\"image\" attr-id=\"712123\" attr-caption=\" Ron Jenkins, Getty Images / Florida National News via YouTube\" attr-align=\"none\" attr-width=\"630\" attr-height=\"420\" attr-url=\"http://www.xxlmag.com/files/2017/08/Trae-Tha-Truth-Jonathan-Simmons.jpeg?w=630&amp;amp;h=420&amp;amp;zc=1&amp;amp;s=0&amp;amp;a=t&amp;amp;q=89\"></sectiontag></p>\n<p>Days after Hurricane Harvey devastated his hometown of Houston and much of Southern Texas, <a href=\"http://www.xxlmag.com/tags/trae-tha-truth/\">Trae Tha Truth</a>'s heroics are quickly becoming the stuff of legend. <a href=\"http://www.xxlmag.com/news/2017/08/trae-truth-boat-hurricane-houston/\">Hopping into a boat</a>, the rapper has saved more than a few people in the flooded streets of Houston. It turns out one of those people was former San Antonio Spur and current Orlando Magic forward Jonathan Simmons.</p>\n<p>On Wednesday, <a href=\"http://www.nba.com/magic/news/jonathon-simmons-recounts-amazing-acts-kindness-wake-hurricane-harvey\" target=\"_blank\">John Denton </a>of the Magic's official website passed on Simmons' recounting of the situation, which was clearly a pretty harrowing one.</p>\n<p>\"Trae tha Truth, the rapper, is from Houston and we know a mutual friend from San Antonio. They brought a boat to Houston because (Trae) had to evacuate as well,\" said Simmons, who attended the University of Houston before he began his NBA career. \"They came and got (Trae) and then he came and got us right away. Luckily, I had a friend in the area who could help us out.\"</p>\n<p>From there, Simmons says he traveled to a friend's house in Richmond, Texas with a few day's worth of food and supplies. The home held at least 20 other people seeking refuge from the storm, so the food didn't last long.</p>\n<p>\"We were good for three days, but my other friend's house had started getting flooded early, so he came there to the house, too,\" Simmons explained. \"So that gave us another 11 extra people and most of them were kids. We had to let the kids eat first, so most of the last two days it was kind of rough (without food).\"</p>\n<p>It was a dangerous ordeal, but Simmons is happy with the way Houston has handled the disaster. \"I'm also proud of how the city of Houston has come together to help one another,\" he said. \"On the upside and the brighter side, there's that seeing how people have been there to help one another.\"</p>\n<p>For his part, Trae, who<a href=\"http://www.xxlmag.com/news/2017/08/trae-tha-truth-hurricane-harvey-houston-interview/\"> spoke with <em>XXL</em> about his Hurricane Harvey rescue efforts</a>, is grateful for what he has after surviving a storm that, as of Wednesday, took over 30 lives.</p>\n<p>“I tell ’em at the end of the day I’m just blessed to be alive,” he affirmed before ending his call with us to continue his rescue efforts on a boat. “At the end of the day, we’re able to fight another day.”</p>\n<p>Trae isn't the only rapper who's done their part to help in the aftermath of <a href=\"http://www.xxlmag.com/news/2017/08/drake-nicki-minaj-houston-hurricane-harvey/\">Hurricane Harvey</a>. <a href=\"http://www.xxlmag.com/video/2017/08/drake-donates-200000-dollars-houston-texans-jj-watts-hurricane-harvey-fundraiser/\">Drake just donated $200,000</a> to Houston Texans defensive end JJ Watt's YouCaring fund, which has thus far generated over $10 million. Bun B has announced a <a href=\"http://www.xxlmag.com/news/2017/08/bun-b-telethon-benefit-hurricane-harvey-victims/\">primetime telethon</a> to raise funds for the ravaged city.</p>\n<p>You can <a href=\"https://www.youcaring.com/victimsofhurricaneharvey-915053\" target=\"_blank\">donate to Watt's YouCaring fund here</a>. Watch a video of Trae discussing his rescue efforts below.</p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"oembed\" attr-url=\"http://www.youtube.com/oembed?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DjMme9XaV7Hg&amp;format=json\">\n<noscript class=\"rendered-html\" type=\"text/html\"></noscript>\n<p></sectiontag></p>\n<p style=\"text-align: center;\"><strong>See New Music Releases for September 2017</strong></p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"gallery\" attr-url=\"/rest/carbon/uri/api/gallery/domain/www.xxlmag.com/galleryId/711554?filterexclusions&amp;galleryindex=0\" attr-thumbnail=\"http://tsm-branded-apps.s3.amazonaws.com/icons/slideshow@3x.png\" attr-layout=\"\" attr-fullscreen=\"1\"></sectiontag></p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"oembed\" attr-url=\"http://www.youtube.com/oembed?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DjFz9CGVDtdI&amp;format=json\">\n<noscript class=\"rendered-html\" type=\"text/html\"></noscript>\n<p></sectiontag></p>\n","podContent":[{"type":"singlePostText","data":{"text":"<p>Days after Hurricane Harvey devastated his hometown of Houston and much of Southern Texas, <a href=\"http://www.xxlmag.com/tags/trae-tha-truth/\">Trae Tha Truth</a>&apos;s heroics are quickly becoming the stuff of legend. <a href=\"http://www.xxlmag.com/news/2017/08/trae-truth-boat-hurricane-houston/\">Hopping into a boat</a>, the rapper has saved more than a few people in the flooded streets of Houston. It turns out one of those people was former San Antonio Spur and current Orlando Magic forward Jonathan Simmons.</p>\n"},"currentTextLength":376,"runningCounter":1,"cumulativePodTextLength":376,"totalSimilarConsecutiveElements":10,"totalTextLength":2717},{"type":"singlePostText","data":{"text":"<p>On Wednesday, <a href=\"http://www.nba.com/magic/news/jonathon-simmons-recounts-amazing-acts-kindness-wake-hurricane-harvey\" target=\"_blank\">John Denton </a>of the Magic&apos;s official website passed on Simmons&apos; recounting of the situation, which was clearly a pretty harrowing one.</p>\n"},"currentTextLength":158,"runningCounter":2,"cumulativePodTextLength":534,"totalSimilarConsecutiveElements":10,"totalTextLength":2717},{"type":"singlePostShareThrough","data":{}},{"type":"singlePostText","data":{"text":"<p>&quot;Trae tha Truth, the rapper, is from Houston and we know a mutual friend from San Antonio. They brought a boat to Houston because (Trae) had to evacuate as well,&quot; said Simmons, who attended the University of Houston before he began his NBA career. &quot;They came and got (Trae) and then he came and got us right away. Luckily, I had a friend in the area who could help us out.&quot;</p>\n"},"currentTextLength":394,"runningCounter":3,"cumulativePodTextLength":928,"totalSimilarConsecutiveElements":10,"totalTextLength":2717},{"type":"singlePostText","data":{"text":"<p>From there, Simmons says&#xA0;he traveled to a friend&apos;s house in&#xA0;Richmond, Texas&#xA0;with a few day&apos;s worth of food and supplies. The home held at least 20 other people seeking refuge from the storm, so the food didn&apos;t last long.</p>\n"},"currentTextLength":251,"runningCounter":4,"cumulativePodTextLength":1179,"totalSimilarConsecutiveElements":10,"totalTextLength":2717},{"type":"singlePostText","data":{"text":"<p>&quot;We were good for three days, but my other friend&apos;s house had started getting flooded early, so he came there to the house, too,&quot; Simmons explained. &quot;So that gave us another 11 extra people and most of them were kids. We had to let the kids eat first, so most of the last two days it was kind of rough (without food).&quot;</p>\n"},"currentTextLength":344,"runningCounter":5,"cumulativePodTextLength":1523,"totalSimilarConsecutiveElements":10,"totalTextLength":2717},{"type":"singlePostText","data":{"text":"<p>It was a dangerous ordeal, but Simmons is happy with the way Houston has handled the disaster.&#xA0;&quot;I&apos;m also proud of how the city of Houston has come together to help one another,&quot; he said. &quot;On the upside and the brighter side, there&apos;s that seeing how people have been there to help one another.&quot;</p>\n"},"currentTextLength":329,"runningCounter":6,"cumulativePodTextLength":1852,"totalSimilarConsecutiveElements":10,"totalTextLength":2717},{"type":"singlePostText","data":{"text":"<p>For his part, Trae, who<a href=\"http://www.xxlmag.com/news/2017/08/trae-tha-truth-hurricane-harvey-houston-interview/\"> spoke with <em>XXL</em> about his Hurricane Harvey rescue efforts</a>, is grateful for what he has after surviving a storm that, as of Wednesday, took over 30 lives.</p>\n"},"currentTextLength":177,"runningCounter":7,"cumulativePodTextLength":2029,"totalSimilarConsecutiveElements":10,"totalTextLength":2717},{"type":"singlePostText","data":{"text":"<p>&#x201C;I tell &#x2019;em at the end of the day I&#x2019;m just blessed to be alive,&#x201D; he affirmed before ending his call with us to continue his rescue efforts on a boat. &#x201C;At the end of the day, we&#x2019;re able to fight another day.&#x201D;</p>\n"},"currentTextLength":257,"runningCounter":8,"cumulativePodTextLength":2286,"totalSimilarConsecutiveElements":10,"totalTextLength":2717},{"type":"singlePostText","data":{"text":"<p>Trae isn&apos;t the only rapper who&apos;s done their part to help in the aftermath of <a href=\"http://www.xxlmag.com/news/2017/08/drake-nicki-minaj-houston-hurricane-harvey/\">Hurricane Harvey</a>. <a href=\"http://www.xxlmag.com/video/2017/08/drake-donates-200000-dollars-houston-texans-jj-watts-hurricane-harvey-fundraiser/\">Drake just donated $200,000</a> to Houston Texans defensive end JJ Watt&apos;s YouCaring fund, which has thus far generated over $10 million. Bun B has announced a <a href=\"http://www.xxlmag.com/news/2017/08/bun-b-telethon-benefit-hurricane-harvey-victims/\">primetime telethon</a> to raise funds for the ravaged city.</p>\n"},"currentTextLength":321,"runningCounter":9,"cumulativePodTextLength":2607,"totalSimilarConsecutiveElements":10,"totalTextLength":2717},{"type":"singlePostText","data":{"text":"<p>You can <a href=\"https://www.youcaring.com/victimsofhurricaneharvey-915053\" target=\"_blank\">donate to Watt&apos;s YouCaring fund here</a>. Watch a video of Trae discussing his rescue efforts below.</p>\n"},"currentTextLength":110,"runningCounter":10,"cumulativePodTextLength":2717,"totalSimilarConsecutiveElements":10,"totalTextLength":2717},{"type":"singlePostOembed","data":{"thumbnail_url":"https://i.ytimg.com/vi/jMme9XaV7Hg/hqdefault.jpg","title":"Trae Tha Truth Helps Rescue Evacuees In Hurricane Harvey","provider_name":"YouTube","width":480,"provider_url":"https://www.youtube.com/","type":"video","height":270,"thumbnail_height":360,"author_url":"https://www.youtube.com/user/JustDeath225","thumbnail_width":480,"author_name":"StreetVue TV","html":"<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/jMme9XaV7Hg?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>","version":"1.0"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},{"type":"singlePostText","data":{"text":"<p style=\"text-align: center;\"><strong>See New Music Releases for September 2017</strong></p>\n"},"currentTextLength":42,"runningCounter":1,"cumulativePodTextLength":42,"totalSimilarConsecutiveElements":1,"totalTextLength":42},{"type":"singlePostGallery","data":{"url":"/rest/carbon/uri/api/gallery/domain/www.xxlmag.com/galleryId/711554?filterexclusions&galleryindex=0","thumbnail":"http://tsm-branded-apps.s3.amazonaws.com/icons/slideshow@3x.png","layout":"","fullscreen":1},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":2},{"type":"singlePostOembed","data":{"html":"<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/jFz9CGVDtdI?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>","thumbnail_height":360,"thumbnail_width":480,"title":"Curren$y, Styles P and Trae The Truth At The Jet Life Tour (2012)","height":270,"width":480,"type":"video","thumbnail_url":"https://i.ytimg.com/vi/jFz9CGVDtdI/hqdefault.jpg","author_name":"XXL","provider_url":"https://www.youtube.com/","version":"1.0","provider_name":"YouTube","author_url":"https://www.youtube.com/user/XXLMagazine"},"currentTextLength":null,"runningCounter":2,"totalSimilarConsecutiveElements":2}],"uniquePodTypes":["singlePostImage","singlePostText","singlePostOembed","singlePostGallery"],"podHeader":[{"type":"singlePostImage","data":{"id":712123,"caption":"Ron Jenkins, Getty Images / Florida National News via YouTube","align":"none","width":630,"height":420,"url":"http://www.xxlmag.com/files/2017/08/Trae-Tha-Truth-Jonathan-Simmons.jpeg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"next":{"latest":[{"postId":296060,"documentUrl":"/r-kelly-gets-a-visit-from-police-family-welfare-check/","filterUrl":"/rest/carbon/filter/main/r-kelly-gets-a-visit-from-police-family-welfare-check/","sortDate":"2017-08-31 11:00:00.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":296093,"documentUrl":"/waco-police-evacuating-people-after-suspicious-package-found-near-river-valley-intermediate-school/","filterUrl":"/rest/carbon/filter/main/waco-police-evacuating-people-after-suspicious-package-found-near-river-valley-intermediate-school/","sortDate":"2017-08-31 10:29:09.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":296126,"documentUrl":"/dmx-leaves-house-arrest-for-rehab/","filterUrl":"/rest/carbon/filter/main/dmx-leaves-house-arrest-for-rehab/","sortDate":"2017-08-31 10:24:27.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":296057,"documentUrl":"/you-can-help-wat-that-truck-food-truck-feed-hurricane-harvey-evacuees/","filterUrl":"/rest/carbon/filter/main/you-can-help-wat-that-truck-food-truck-feed-hurricane-harvey-evacuees/","sortDate":"2017-08-30 15:28:51.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295975,"documentUrl":"/beyonce-pledges-to-help-as-many-as-we-can-in-houston-following-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/beyonce-pledges-to-help-as-many-as-we-can-in-houston-following-hurricane-harvey/","sortDate":"2017-08-30 11:00:00.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295973,"documentUrl":"/master-p-lisa-leslie-head-coach-new-orleans-gators/","filterUrl":"/rest/carbon/filter/main/master-p-lisa-leslie-head-coach-new-orleans-gators/","sortDate":"2017-08-30 11:00:00.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295988,"documentUrl":"/wal-mart-stores-gas-stations-in-killeen-reporting-fuel-outages/","filterUrl":"/rest/carbon/filter/main/wal-mart-stores-gas-stations-in-killeen-reporting-fuel-outages/","sortDate":"2017-08-29 17:08:22.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295967,"documentUrl":"/three-brothers-from-morgans-point-are-helping-to-rescue-flood-victims/","filterUrl":"/rest/carbon/filter/main/three-brothers-from-morgans-point-are-helping-to-rescue-flood-victims/","sortDate":"2017-08-29 12:26:26.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295959,"documentUrl":"/harker-heighs-police-investigating-murder/","filterUrl":"/rest/carbon/filter/main/harker-heighs-police-investigating-murder/","sortDate":"2017-08-29 11:00:47.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295867,"documentUrl":"/webbie-accuses-girlfriend-of-damaging-his-house-and-property-after-fight/","filterUrl":"/rest/carbon/filter/main/webbie-accuses-girlfriend-of-damaging-his-house-and-property-after-fight/","sortDate":"2017-08-29 11:00:00.000 +0000","termTaxonomyId":6,"taxonomyType":"category"}],"taxonomy":[{"postId":296060,"documentUrl":"/r-kelly-gets-a-visit-from-police-family-welfare-check/","filterUrl":"/rest/carbon/filter/main/r-kelly-gets-a-visit-from-police-family-welfare-check/","sortDate":"2017-08-31 11:00:00.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":296093,"documentUrl":"/waco-police-evacuating-people-after-suspicious-package-found-near-river-valley-intermediate-school/","filterUrl":"/rest/carbon/filter/main/waco-police-evacuating-people-after-suspicious-package-found-near-river-valley-intermediate-school/","sortDate":"2017-08-31 10:29:09.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":296126,"documentUrl":"/dmx-leaves-house-arrest-for-rehab/","filterUrl":"/rest/carbon/filter/main/dmx-leaves-house-arrest-for-rehab/","sortDate":"2017-08-31 10:24:27.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":296057,"documentUrl":"/you-can-help-wat-that-truck-food-truck-feed-hurricane-harvey-evacuees/","filterUrl":"/rest/carbon/filter/main/you-can-help-wat-that-truck-food-truck-feed-hurricane-harvey-evacuees/","sortDate":"2017-08-30 15:28:51.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295975,"documentUrl":"/beyonce-pledges-to-help-as-many-as-we-can-in-houston-following-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/beyonce-pledges-to-help-as-many-as-we-can-in-houston-following-hurricane-harvey/","sortDate":"2017-08-30 11:00:00.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295973,"documentUrl":"/master-p-lisa-leslie-head-coach-new-orleans-gators/","filterUrl":"/rest/carbon/filter/main/master-p-lisa-leslie-head-coach-new-orleans-gators/","sortDate":"2017-08-30 11:00:00.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295988,"documentUrl":"/wal-mart-stores-gas-stations-in-killeen-reporting-fuel-outages/","filterUrl":"/rest/carbon/filter/main/wal-mart-stores-gas-stations-in-killeen-reporting-fuel-outages/","sortDate":"2017-08-29 17:08:22.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295967,"documentUrl":"/three-brothers-from-morgans-point-are-helping-to-rescue-flood-victims/","filterUrl":"/rest/carbon/filter/main/three-brothers-from-morgans-point-are-helping-to-rescue-flood-victims/","sortDate":"2017-08-29 12:26:26.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295959,"documentUrl":"/harker-heighs-police-investigating-murder/","filterUrl":"/rest/carbon/filter/main/harker-heighs-police-investigating-murder/","sortDate":"2017-08-29 11:00:47.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":295867,"documentUrl":"/webbie-accuses-girlfriend-of-damaging-his-house-and-property-after-fight/","filterUrl":"/rest/carbon/filter/main/webbie-accuses-girlfriend-of-damaging-his-house-and-property-after-fight/","sortDate":"2017-08-29 11:00:00.000 +0000","termTaxonomyId":6,"taxonomyType":"category"}]}}}},"carbonwidget/top-728x90":{"info":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"top-728x90","widgetTime":2},"data":["carbonwidget/top-728x90"],"dataDetails":{"carbonwidget/top-728x90":{"adUnit":"top-728x90","adType":"dfp6"}}},"carbonwidget/dynamic-ad-custom":{"info":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-custom","widgetTime":3},"data":["carbonwidget/dynamic-ad-custom"],"dataDetails":{"carbonwidget/dynamic-ad-custom":{"adUnit":"dynamic-ad-custom","adType":"dfp6"}}},"carbonwidget/dynamic-ad-header":{"info":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-header","widgetTime":3},"data":["carbonwidget/dynamic-ad-header"],"dataDetails":{"carbonwidget/dynamic-ad-header":{"adUnit":"dynamic-ad-header","adType":"dfp6"}}},"carbonwidget/dynamic-ad-push":{"info":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-push","widgetTime":3},"data":["carbonwidget/dynamic-ad-push"],"dataDetails":{"carbonwidget/dynamic-ad-push":{"adUnit":"dynamic-ad-push","adType":"dfp6"}}},"carbonwidget/tsm-out-of-page":{"info":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"tsm-out-of-page","widgetTime":2},"data":["carbonwidget/tsm-out-of-page"],"dataDetails":{"carbonwidget/tsm-out-of-page":{"adUnit":"tsm-out-of-page","adType":"dfp6"}}},"carbonwidget/bottom-728x90":{"info":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"bottom-728x90","widgetTime":2},"data":["carbonwidget/bottom-728x90"],"dataDetails":{"carbonwidget/bottom-728x90":{"adUnit":"bottom-728x90","adType":"dfp6"}}},"ts_blogroll-8":{"info":{"id":"ts_blogroll-8","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"8"},"params":{"title":"Best of B106","type":"main_content_thumb_title_roll","cat":"1","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","sponsor":{"enabled":"on","time_start":"","time_end":"","background_image":"http://myb106.com/files/2014/03/Widget-338x73131.jpg","sponsor_image":"http://myb106.com/files/2014/03/logo131.png","sponsor_image_mobile":"","background_color":"","background_repeat":"no-repeat","sponsor_name":"","sponsor_link":"https://www.facebook.com/pages/Wild-Country/346079271778"},"widgetTime":132,"widgetFilterTime":0,"widgetFilterParallelTime":2},"data":[304593,304579,304586,304573],"dataDetails":{"304573":{"postid":"304573","sortdate":"2018-02-16T19:00:56.000Z","data":{"mainData":{"postType":"post","caption":"","thumbnail":"http://myb106.com/files/2018/02/61cqaf0hG6L._SL1000_-e1518807504462.jpg","postDateGmt":"2018-02-16 19:00:56 +0000","title":"Austin Becomes First Texas City with Mandatory Sick Pay ","url":"http://myb106.com/austin-becomes-first-texas-city-with-mandatory-sick-pay/","id":304573,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"The Austin City Council passed a bill shortly before 1 AM Friday that will affect an average of 200,000 workers mandating that all non-governmental employers allow workers to accrue paid sick days.\nMayor of Austin Steve Alder said after the vote:\n“This is going to affect a lot of people in our city that probably are right now coming into work sick and probably serving food on days that they should","authors":[{"id":2517171,"slug":"shannon","name":"Trey the Choklit Jok","first_name":"Shannon","last_name":"Brazier","nickname":"Trey the Choklit Jok","thumbnail":"http://myb106.com/files/2015/08/y_PrVoU6.jpg","url":"http://myb106.com/author/shannon/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Austin Becomes First Texas City with Mandatory Sick Pay "}}},"304579":{"postid":"304579","sortdate":"2018-02-17T16:00:00.000Z","data":{"mainData":{"postType":"post","caption":"YouTube","thumbnail":"http://theboombox.com/files/2018/02/Black-Panther-Smashing-Box-Office.jpg","postDateGmt":"2018-02-17 16:00:00 +0000","title":"&apos;Black Panther&apos; Breaks U.K. Box Office Records","url":"http://myb106.com/black-panther-breaks-u-k-box-office-records/","id":304579,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"&apos;Black Panther&apos; is poised to break box office records worldwide.","authors":[{"id":339582,"slug":"trentfitzaol-com","name":"Trent Fitzgerald","first_name":"Trent","last_name":"Fitzgerald","nickname":"Trent Fitzgerald","thumbnail":"http://thedrop.fm/files/2013/09/trent.jpg","url":"http://myb106.com/author/trentfitzaol-com/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=BLfAbMWEsI4","youtubeId":"BLfAbMWEsI4"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=BLfAbMWEsI4","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"&apos;Black Panther&apos; Breaks U.K. Box Office Records"}}},"304586":{"postid":"304586","sortdate":"2018-02-17T03:34:08.000Z","data":{"mainData":{"postType":"post","caption":"","thumbnail":"http://myb106.com/files/2018/02/hqdefault4.jpg","postDateGmt":"2018-02-17 03:34:08 +0000","title":"Kountry Wayne in Killeen, stops by B106","url":"http://myb106.com/kountry-wayne-in-killeen-this-weekend-talks-to-trey-the-choklit-jok-about-social-media-comedians/","id":304586,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Kountry Wayne who is in Killeen this weekend for shows at The Laugh It Up Comedy Lounge stopped by B106 and chopped it up with me.\nHe talks about his success, and how he feels about Older Comedians who don&apos;t have respect for the Newer &amp;quot;Social Media Comedians&amp;quot; of Today...","authors":[{"id":2517171,"slug":"shannon","name":"Trey the Choklit Jok","first_name":"Shannon","last_name":"Brazier","nickname":"Trey the Choklit Jok","thumbnail":"http://myb106.com/files/2015/08/y_PrVoU6.jpg","url":"http://myb106.com/author/shannon/"}],"video":false,"videoUrl":"https://youtu.be/XfYXX_PtVTk","youtubeId":"XfYXX_PtVTk"},"alternateData":{"_townsquare_media_url":"https://youtu.be/XfYXX_PtVTk","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Kountry Wayne in Killeen, stops by B106"}}},"304593":{"postid":"304593","sortdate":"2018-02-17T16:21:05.000Z","data":{"mainData":{"postType":"post","caption":"YouTube","thumbnail":"http://theboombox.com/files/2018/02/Drake-Gods-Plan-Challenge.jpg","postDateGmt":"2018-02-17 16:21:05 +0000","title":"Drake Creates &apos;God&apos;s Plan&apos; Challenge for Fans to Do Good Deeds","url":"http://myb106.com/drake-creates-gods-plan-challenge-bring-another-human-being-some-joy/","id":304593,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Drake launches &apos;God&apos;s Plan&apos; Challenge to encourage fans to give back in any way they can.","authors":[{"id":339582,"slug":"trentfitzaol-com","name":"Trent Fitzgerald","first_name":"Trent","last_name":"Fitzgerald","nickname":"Trent Fitzgerald","thumbnail":"http://thedrop.fm/files/2013/09/trent.jpg","url":"http://myb106.com/author/trentfitzaol-com/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=xpVfcZ0ZcFM","youtubeId":"xpVfcZ0ZcFM"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=xpVfcZ0ZcFM","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Drake Creates &apos;God&apos;s Plan&apos; Challenge for Fans to Do Good Deeds"}}}},"redisCached":true},"widget_third_party_content-2":{"info":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"params":{"type":"zergnet","title":"Recommended For You","id":"35863","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"widget_third_party_content-3":{"info":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"params":{"type":"zergnet","title":"Best of the Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"fix_sidebar_marker-56":{"info":{"id":"fix_sidebar_marker-56","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"56"},"params":{"title":"Fix Sidebar Marker","widgetTime":2},"data":[],"dataDetails":{}},"ts_blogroll-381":{"info":{"id":"ts_blogroll-381","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"381"},"params":{"title":"What's Hot","type":"carousel","isweather":"1","cat":"","posts_per_page":"3","align":"right","pinned_id":"","pinned_label":"","tag":"featured","private_tag":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0,"widgetTime":3,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[303590,303203,303116],"dataDetails":{"303116":{"postid":"303116","sortdate":"2018-01-23T19:50:24.000Z","data":{"mainData":{"postType":"post","caption":"TxDOT","thumbnail":"http://ktemnews.com/files/2018/01/TxDOT-Scholarship.jpg","postDateGmt":"2018-01-23 19:50:24 +0000","title":"Scholarships Up For Grabs!","url":"http://myb106.com/texas-students-should-apply-for-the-dont-mess-with-texas-scholarship/","id":303116,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"$10,000 in scholarship funds are waiting for three Texas students who demonstrate leadership in litter prevention on campus and in their community. Is that you?","authors":[{"id":692661,"slug":"aaronsavage","name":"Aaron Savage","first_name":"Aaron","last_name":"Savage","nickname":"KTEM Staff","url":"http://myb106.com/author/aaronsavage/","thumbnail":"http://ktemnews.com/files/2017/03/self-portrait.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Scholarships Up For Grabs!","dynamic-lead-excerpt":"$10,000 in scholarship funds are waiting for three Texas students who demonstrate leadership in litter prevention on campus and in their community. Is that you?","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","_aioseop_title":"Texas Students Can Apply for Don&apos;t Mess with Texas Scholarship","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}},"303203":{"postid":"303203","sortdate":"2018-01-24T19:38:14.000Z","data":{"mainData":{"postType":"post","caption":"Alex Cano, KWTX","thumbnail":"http://ktemnews.com/files/2018/01/Nolanville-fire-01.24.18.jpg","postDateGmt":"2018-01-24 19:38:14 +0000","title":"1 Dead, 2 Injured in Nolanville Fire","url":"http://myb106.com/fire-in-nolanville-one-dead-two-firefighters-injured/","id":303203,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"A house fire in Nolanville claimed one life and left two firefighters injured Wednesday morning.","authors":[{"id":692661,"slug":"aaronsavage","name":"Aaron Savage","first_name":"Aaron","last_name":"Savage","nickname":"KTEM Staff","url":"http://myb106.com/author/aaronsavage/","thumbnail":"http://ktemnews.com/files/2017/03/self-portrait.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"1 Dead, 2 Injured in Nolanville Fire","dynamic-lead-excerpt":"A house fire in Nolanville claimed one life and left two firefighters injured Wednesday morning.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"One Person Killed, 2 Firefighters Injured in Nolanville Fire"}}},"303590":{"postid":"303590","sortdate":"2018-01-29T06:01:23.000Z","data":{"mainData":{"postType":"post","caption":"Neilson Barnard, Getty Images\n","thumbnail":"http://us105fm.com/files/2017/01/Untitled-design-5.jpg","postDateGmt":"2018-01-29 06:01:23 +0000","title":"You and Bae Getaway","url":"http://myb106.com/valentines-day-2018-dig-yourself-out-of-the-dog-house/","id":303590,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"If you messed up big time last Valentine&apos;s Day, here&apos;s your chance to make it up to your sweetheart with a romantic prize package on us!","authors":[{"id":692661,"slug":"aaronsavage","name":"Aaron Savage","first_name":"Aaron","last_name":"Savage","nickname":"KTEM Staff","url":"http://myb106.com/author/aaronsavage/","thumbnail":"http://ktemnews.com/files/2017/03/self-portrait.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"You and Bae Getaway","dynamic-lead-excerpt":"If you messed up big time last Valentine&apos;s Day, here&apos;s your chance to make it up to your sweetheart with a romantic prize package on us!","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"You and Bae Getaway with B106"}}}},"redisCached":true},"google-ads-widget-263":{"info":{"id":"google-ads-widget-263","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"263"},"params":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":2},"data":["top-right-300x250"],"dataDetails":{"top-right-300x250":{"adUnit":"top-right-300x250","adType":"dfp6"}}},"tsq_sailthru_newsletter_widget-247":{"info":{"id":"tsq_sailthru_newsletter_widget-247","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"247"},"params":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["KOOC-FM"],"widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-382":{"info":{"id":"ts_blogroll-382","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"382"},"params":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3,"widgetTime":131,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[304593,304597,304579],"dataDetails":{"304579":{"postid":"304579","sortdate":"2018-02-17T16:00:00.000Z","data":{"mainData":{"postType":"post","caption":"YouTube","thumbnail":"http://theboombox.com/files/2018/02/Black-Panther-Smashing-Box-Office.jpg","postDateGmt":"2018-02-17 16:00:00 +0000","title":"&apos;Black Panther&apos; Breaks U.K. Box Office Records","url":"http://myb106.com/black-panther-breaks-u-k-box-office-records/","id":304579,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"&apos;Black Panther&apos; is poised to break box office records worldwide.","authors":[{"id":339582,"slug":"trentfitzaol-com","name":"Trent Fitzgerald","first_name":"Trent","last_name":"Fitzgerald","nickname":"Trent Fitzgerald","thumbnail":"http://thedrop.fm/files/2013/09/trent.jpg","url":"http://myb106.com/author/trentfitzaol-com/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=BLfAbMWEsI4","youtubeId":"BLfAbMWEsI4"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=BLfAbMWEsI4","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"&apos;Black Panther&apos; Breaks U.K. Box Office Records"}}},"304593":{"postid":"304593","sortdate":"2018-02-17T16:21:05.000Z","data":{"mainData":{"postType":"post","caption":"YouTube","thumbnail":"http://theboombox.com/files/2018/02/Drake-Gods-Plan-Challenge.jpg","postDateGmt":"2018-02-17 16:21:05 +0000","title":"Drake Creates &apos;God&apos;s Plan&apos; Challenge for Fans to Do Good Deeds","url":"http://myb106.com/drake-creates-gods-plan-challenge-bring-another-human-being-some-joy/","id":304593,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Drake launches &apos;God&apos;s Plan&apos; Challenge to encourage fans to give back in any way they can.","authors":[{"id":339582,"slug":"trentfitzaol-com","name":"Trent Fitzgerald","first_name":"Trent","last_name":"Fitzgerald","nickname":"Trent Fitzgerald","thumbnail":"http://thedrop.fm/files/2013/09/trent.jpg","url":"http://myb106.com/author/trentfitzaol-com/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=xpVfcZ0ZcFM","youtubeId":"xpVfcZ0ZcFM"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=xpVfcZ0ZcFM","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Drake Creates &apos;God&apos;s Plan&apos; Challenge for Fans to Do Good Deeds"}}},"304597":{"postid":"304597","sortdate":"2018-02-17T16:03:31.000Z","data":{"mainData":{"postType":"post","caption":"Noel Vasquez, Getty Images ","thumbnail":"http://www.xxlmag.com/files/2018/01/nipsey-hussle.jpg","postDateGmt":"2018-02-17 16:03:31 +0000","title":"Nipsey Hussle Starts Gold Chain Giveaway","url":"http://myb106.com/nipsey-hussle-starts-gold-chain-giveaway-in-response-to-police-towing-his-brinks-truck/","id":304597,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Lemons into lemonade. ","authors":[{"id":2475030,"slug":"cvernoncoleman","name":"C. Vernon Coleman II","first_name":"C. Vernon","last_name":"Coleman II","nickname":"cvernoncoleman","thumbnail":"http://www.xxlmag.com/files/2015/09/IMG_46861.jpg","url":"http://myb106.com/author/cvernoncoleman/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=VzB6X-iVLkY&t=8s","youtubeId":"VzB6X-iVLkY"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=VzB6X-iVLkY&t=8s","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Nipsey Hussle Starts Gold Chain Giveaway"}}}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":17},"data":[],"dataDetails":{}},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":133},"data":["1",{"2":["2.1","2.2","2.3"]},{"3":["3.1","3.2"]},{"4":["4.1"]},{"5":["5.1","5.2"]},{"6":["6.1","6.2","6.3",{"6.4":["6.4.1","6.4.2","6.4.3","6.4.4"]}]},"7",{"8":["8.1","8.2","8.3","8.4"]},{"9":["9.1","9.2","9.3"]}],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":8,"title":"Home","titleExcerpt":"Home","href":"/","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":119,"title":"On-Air","titleExcerpt":"On-Air","href":"/shows","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":10659,"title":"Listen","titleExcerpt":"Listen","href":"/listen-live","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":106568,"title":"Playlist","titleExcerpt":"Playlist","href":"/july-playlist-check-out-the-hits-were-playing-on-b106/","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":3724,"title":"Events","titleExcerpt":"Events","href":"/events-killeen/","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":5578,"title":"B Squad","titleExcerpt":"B Squad","href":"/vip","samedomain":true,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":203073,"title":"Win Stuff","titleExcerpt":"Win Stuff","href":"/contests/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/","hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":178602,"title":"Jobs","titleExcerpt":"Jobs","href":"/tags/job-openings/","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/job-openings/","hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":10661,"title":"Contact Us","titleExcerpt":"Contact Us","href":"/help","samedomain":true,"hasBlogroll":false}},"2.1":{"menuId":"2.1","attrs":{"menuPostId":106567,"title":"Our DJs","titleExcerpt":"Our DJs","href":"/djs","samedomain":true,"hasBlogroll":false}},"2.2":{"menuId":"2.2","attrs":{"menuPostId":9439,"title":"Today's Shows","titleExcerpt":"Today's Shows","href":"/shows","samedomain":true,"hasBlogroll":false}},"2.3":{"menuId":"2.3","attrs":{"menuPostId":289451,"title":"Sundays at the Square","titleExcerpt":"Sundays at the Square","href":"/?submit_button=&s=Sundays+at+the+square","samedomain":true,"hasBlogroll":false}},"3.1":{"menuId":"3.1","attrs":{"menuPostId":10660,"title":"Listen Live","titleExcerpt":"Listen Live","href":"/listen-live","samedomain":true,"hasBlogroll":false}},"3.2":{"menuId":"3.2","attrs":{"menuPostId":3726,"title":"Mobile App","titleExcerpt":"Mobile App","href":"/mobile","samedomain":true,"hasBlogroll":false}},"4.1":{"menuId":"4.1","attrs":{"menuPostId":106569,"title":"Recently Played","titleExcerpt":"Recently Played","href":"/playlist","samedomain":true,"hasBlogroll":false}},"5.1":{"menuId":"5.1","attrs":{"menuPostId":90656,"title":"Submit an Event","titleExcerpt":"Submit an Event","href":"/events-killeen/community/add/","samedomain":true,"hasBlogroll":false}},"5.2":{"menuId":"5.2","attrs":{"menuPostId":106571,"title":"Community Calendar","titleExcerpt":"Community Calendar","href":"/events-killeen/","samedomain":true,"hasBlogroll":false}},"6.1":{"menuId":"6.1","attrs":{"menuPostId":106582,"title":"Sign Up","titleExcerpt":"Sign Up","href":"/registration","samedomain":true,"hasBlogroll":false}},"6.2":{"menuId":"6.2","attrs":{"menuPostId":203083,"title":"Contests","titleExcerpt":"Contests","href":"/contests/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/","hasBlogroll":false}},"6.3":{"menuId":"6.3","attrs":{"menuPostId":224365,"title":"Picking Up Prizes and General Contest Rules","titleExcerpt":"","href":"/prizes","samedomain":true,"hasBlogroll":false}},"6.4":{"menuId":"6.4","attrs":{"menuPostId":45205,"title":"View Local Experts","titleExcerpt":"View Local Experts","href":"/local-experts/","samedomain":true,"hasBlogroll":false}},"6.4.1":{"menuId":"6.4.1","attrs":{"menuPostId":45206,"title":"Amos Electric","titleExcerpt":"Amos Electric","href":"/vip/sponsors/amos-electric-3/","samedomain":true,"hasBlogroll":false}},"6.4.2":{"menuId":"6.4.2","attrs":{"menuPostId":256974,"title":"Ed Laughlin","titleExcerpt":"Ed Laughlin","href":"/ed-l-laughlin/","samedomain":true,"hasBlogroll":false}},"6.4.3":{"menuId":"6.4.3","attrs":{"menuPostId":194179,"title":"Maaco","titleExcerpt":"Maaco","href":"/local_experts/maaco-collision-repair-and-auto-painting/","samedomain":true,"hasBlogroll":false}},"6.4.4":{"menuId":"6.4.4","attrs":{"menuPostId":147739,"title":"TTD Bookkeeping","titleExcerpt":"TTD Bookkeeping","href":"/vip/sponsors/ttd-bookkeeping-service/","samedomain":true,"hasBlogroll":false}},"8.1":{"menuId":"8.1","attrs":{"menuPostId":243197,"title":"Account Executive","titleExcerpt":"Account Executive","href":"/job-opening-account-executive-temple-tx/","samedomain":true,"hasBlogroll":false}},"8.2":{"menuId":"8.2","attrs":{"menuPostId":243196,"title":"Digital Sales Specialist","titleExcerpt":"Digital Sales Specialist","href":"/job-opening-digital-sales-specialist-temple-tx/","samedomain":true,"hasBlogroll":false}},"8.3":{"menuId":"8.3","attrs":{"menuPostId":243195,"title":"Townsquare Job Network","titleExcerpt":"Townsquare Job Network","href":"http://killeen.townsquarejobnetwork.com/","samedomain":false,"hasBlogroll":false}},"8.4":{"menuId":"8.4","attrs":{"menuPostId":298835,"title":"2017 EEO Report","titleExcerpt":"2017 EEO Report","href":"/files/2017/10/Townsquare-Media-Killeen-Temple-EEO-Apr-2017-REVISION-2.pdf","samedomain":true,"hasBlogroll":false}},"9.1":{"menuId":"9.1","attrs":{"menuPostId":10662,"title":"Help & Contact Info","titleExcerpt":"Help & Contact Info","href":"/help","samedomain":true,"hasBlogroll":false}},"9.2":{"menuId":"9.2","attrs":{"menuPostId":106583,"title":"Send Feedback","titleExcerpt":"Send Feedback","href":"/feedback","samedomain":true,"hasBlogroll":false}},"9.3":{"menuId":"9.3","attrs":{"menuPostId":86140,"title":"Advertise","titleExcerpt":"Advertise","href":"/advertise","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/promo_links":{"info":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"},"params":{"widgetTime":20},"data":["1","2","3","4","5","6"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":37565,"title":"Hot Now","titleExcerpt":"Hot Now","href":"","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":297779,"title":"Free Birthday Cookie Cake","titleExcerpt":"Free Birthday Cookie Cake","href":"/?p=297774","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":302366,"title":"Patna N Him Radio","titleExcerpt":"Patna N Him Radio","href":"/?p=302362","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":276438,"title":"Sundays at the Square","titleExcerpt":"Sundays at the Square","href":"/?submit_button=&s=Sundays+at+the+square","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":231069,"title":"Join the Squad","titleExcerpt":"Join the Squad","href":"/registration","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":256561,"title":"Listen Live","titleExcerpt":"Listen Live","href":"/listen-live","samedomain":true,"hasBlogroll":false}}}},"carbonwidget/nav/footer":{"info":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"},"params":{"widgetTime":131},"data":["comscore","1","2","3","4","5","6","7","8","9","10","11"],"dataDetails":{"1":{"menuId":"1","attrs":{"title":"2017 EEO Report","href":"/eeo/"}},"2":{"menuId":"2","attrs":{"title":"Advertise","href":"/advertise/"}},"3":{"menuId":"3","attrs":{"title":"Public File","href":"/kooc-public-file/"}},"4":{"menuId":"4","attrs":{"title":"Terms","href":"/terms/"}},"5":{"menuId":"5","attrs":{"title":"VIP Terms","href":"/vip-terms/"}},"6":{"menuId":"6","attrs":{"title":"FAQ","href":"/vip-faq/"}},"7":{"menuId":"7","attrs":{"title":"Contest Rules","href":"/contest-rules/"}},"8":{"menuId":"8","attrs":{"title":"Privacy Policy (Updated: 8/31/17)","href":"/privacy/"}},"9":{"menuId":"9","attrs":{"title":"Contact","href":"/help/"}},"10":{"menuId":"10","attrs":{"href":"http://townsquaremediagroup.com/"}},"11":{"menuId":"11","attrs":{"title":"Killeen Business Listings","href":"/killeen-featured-business-listings/"}},"comscore":{"menuId":"comscore","attrs":{"title":"The XXL Network"}}},"redisCached":true}},"data":{},"time":{"wpTime":1010.035,"mainOptionsTime":792.319,"sidebarsTime":653.931,"widgetsTime":687.575,"processTime":3144.047},"experimentGroup":"A"},"serverConfig":{"host":"myb106.com","ua":"python-requests/2.10.0"}},"listenLive":{},"nav":{},"newsletter":{},"ui":{},"weather":{},"youtube":{},"sweeps":{},"form":{"NavSearchForm":{"registeredFields":[{"name":"searchInput","type":"Field"}]}},"routing":{"locationBeforeTransitions":null},"events":{},"ads":{}}
          </script>
          <script src="//cdn.production.townsquareblogs.com/public/dist/main.bundle.js?ver=3b9dbc3b07b0bef2c96b11376b1d9e6298d9a129"></script>
        </body>
      </html>