<!doctype html>
      <html class="single">
        <head>
          <title data-react-helmet="true">Hurricane Harvey brings Wind Advisory, Flash Flood Watch to Centex</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="Central Texas could get anywhere from 2 to 6 inches of rain this weekend. Winds at 20 to 30 mph will stay consistent for our Saturday."/><meta data-react-helmet="true" name="keywords" content="wind advisory, flash flood watch, weather alert, temple, killeen"/><meta data-react-helmet="true" property="fb:app_id" content="459408690759979"/><meta data-react-helmet="true" property="fb:admins" content="100002025987268"/><meta data-react-helmet="true" property="og:title" content="Hurricane Harvey brings Wind Advisory, Flash Flood Watch to Centex"/><meta data-react-helmet="true" property="og:description" content="Central Texas could get anywhere from 2 to 6 inches of rain this weekend. Winds at 20 to 30 mph will stay consistent for our Saturday."/><meta data-react-helmet="true" property="og:url" content="http://ktemnews.com/hurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex/"/><meta data-react-helmet="true" property="og:site_name" content="KTEM NewsRadio 14"/><meta data-react-helmet="true" property="og:type" content="blog"/><meta data-react-helmet="true" property="og:image" content="http://us105fm.com/files/2017/08/NOAA-Hurricane-Harvey-8-26.png?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="@ktemnews"/><meta data-react-helmet="true" name="sailthru.description" content="Central Texas could get anywhere from 2 to 6 inches of rain this weekend. Winds at 20 to 30 mph will stay consistent for our Saturday."/><meta data-react-helmet="true" name="sailthru.date" content="2017-08-26 08:41:40"/><meta data-react-helmet="true" name="sailthru.title" content="Hurricane Harvey brings Wind Advisory, Flash Flood Watch to Centex"/><meta data-react-helmet="true" name="sailthru.tags" content="tsmsite-ktem, tsmmarket-killeentemple, tsmtype-local, articles"/><meta data-react-helmet="true" name="sailthru.author" content="wadams"/><meta data-react-helmet="true" name="sailthru.image.full" content="http://us105fm.com/files/2017/08/NOAA-Hurricane-Harvey-8-26.png"/><meta data-react-helmet="true" name="sailthru.image.thumb" content="http://us105fm.com/files/2017/08/NOAA-Hurricane-Harvey-8-26.png"/><meta data-react-helmet="true" property="fb:pages" content="256580761092335"/><meta data-react-helmet="true" name="google-site-verification" content="j_i1DpRHffWXxx8ChFceudhUHjZNjz4z2HiZsU-c_Cg"/><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://ktemnews.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://us105fm.com/hurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex/"/>
          <link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic|Roboto:400,400italic,500,500italic,700,300italic,300|Roboto+Condensed:300,400,700" rel="stylesheet" type="text/css" />
          <link href="/styles/base.css?ver=82b4135bab9c2dc599baca830b345a05df70bfdf&mver=2" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "B";
          window.TSM.cadata = {"activeDomain":"ktemnews.com","blogId":516,"method":"get_single","postId":164250,"crosspostBlogId":"514","crosspostPostId":"267423","postType":"post","postDateGmt":"2017-08-26 13:41:40.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":"wadams","dimension2":"articles","dimension3":"","dimension4":"post","dimension5":"Sat Aug 26 2017","dimension6":"08:41","dimension7":"standard","dimension8":"910","dimension9":"B","dimension10":"no"};
ga( "create", {
          trackingId:"UA-33430515-4",
          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-4"};
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":"Hurricane Harvey brings Wind Advisory, Flash Flood Watch to Centex","callsign":"KTEMAM","market":"Killeen","sitetype":"Local","siteClassification":"","state":"TX","genre":{"0":"news-talk"},"pageType":"post","tags":"","categories":"articles","mediaType":"none"}];
      w.dataLayer[0].referer = document.referrer;w.dataLayer[0].curatedReferer = document.referrer.replace( /https?:\/\//, "" );w.dataLayer[0].dayOfWeek = function(n){return n.toLocaleString("en-US",{weekday:"long"})}(new Date);w.dataLayer[0].periodOfDay = function(n,t,i){t=n.getHours(),i=n.getMinutes(),i<10&&(i="0"+i);var r=parseInt(t+""+i);return r>=0&&r<600?"Overnight":r>=600&&r<1e3?"Morning Drive":r>=1e3&&r<1500?"Midday":r>=1500&&r<1900?"Afternoon Drive":r>=1900&&r<2400?"Evening":void 0}(new Date);
    })(window);</script>
          <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({"gtm.start": new Date().getTime(),event:"gtm.js"});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!="dataLayer"?"&l="+l:"";j.async=true;j.src= "https://www.googletagmanager.com/gtm.js?id="+i+dl;f.parentNode.insertBefore(j,f); })(window,document,"script","dataLayer","GTM-K346HJZ");</script>
          
          <script class="kxct" data-id="rwjnisqy1" data-timing="async" data-version="3.0" type="text/javascript">
        window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);
        (function(){
          var k=document.createElement("script");k.type="text/javascript";k.async=true;
          k.src=(location.protocol==="https:"?"https:":"http:")+"//"+"cdn.krxd.net/controltag/rwjnisqy1.js";
          var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(k,s);
        }());
      </script><script type="text/javascript" src="//mtrx.go.sonobi.com/morpheus.townsquaremedia.local.1594.js"></script>
<script async type="text/javascript" src="https://native.sharethrough.com/assets/sfp.js"></script><script async="async" src="https://www.googletagservices.com/tag/js/gpt.js"></script>
        <script>
        var googletag = googletag || {};
        googletag.cmd = googletag.cmd || [];
        </script>
<script>window.pbjs=window.pbjs||{};window.pbjs.que=window.pbjs.que||[];</script><script src="http://production.townsquareblogs.com/wp-content/uploads/static/prebid/carbon/pb.js?domain=ktemnews.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", ["articles"] );
googletag.pubads().setTargeting( "tags", "" );
googletag.pubads().setTargeting( "id", "hurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex" );
googletag.pubads().setTargeting( "author", "wadams" );
googletag.pubads().setTargeting( "kw", ["wadams","hurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex","articles","pagetype-post"] );
googletag.pubads().setTargeting( "genre", ["news-talk"] );
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/KTEM/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/KTEM/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/KTEM/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/KTEM/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/KTEM/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/KTEM/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/KTEM/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/KTEM/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/KTEM/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="1486223556"><!-- 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="KTEM NewsRadio 14" title="KTEM NewsRadio 14" data-reactid="14"><img src="http://ktemnews.com/files/2017/12/ktemam-logo.png" alt="KTEM NewsRadio 14" title="KTEM NewsRadio 14" data-reactid="15"/></a><div class="site-menu-right" data-reactid="16"><div class="showticker-container" id="show-ticker" data-reactid="17"><div class="slider showticker-items" data-reactid="18"><div class="sizer" data-reactid="19"></div><div class="mover fade" data-reactid="20"><div class="listenlive-container showticker-item active" data-reactid="21"><div class="song-meta first-song" data-reactid="22"><div class="artist-image icon-headphones" data-reactid="23"><figure class="frameme" data-reactid="24"><a class="theframe" data-image="http://ktemnews.com/files/2013/02/Sean-Hannity.jpg" rel="" title="" data-reactid="25"></a><div class="loadinganim showbox" id="0" data-reactid="26"><div class="loader" style="width:30px;height:30px;" data-reactid="27"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="28"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="29"></circle></svg></div></div></figure></div><div class="song-info talk" data-reactid="30"><a class="live-show-info" href="http://ktemnews.com/show/sean-hannity/" data-reactid="31">Sean Hannity</a></div></div></div></div></div><a class="listen-live-cto cto" href="/listen-live/" data-reactid="32"><span class="icon-play2" data-reactid="33"></span><span class="cto-title" data-reactid="34">Listen Now</span></a><a class="sign-in-out" href="/#auth-start" title="" data-reactid="35"></a></div><nav id="site-menu" data-reactid="36"><div class="wrapper" data-reactid="37"><span class="icon-base icon-menu select-none" data-reactid="38"></span><ul class="links" data-reactid="39"><li class="hassub" data-reactid="40"><a href="/" data-reactid="41">Home</a></li><li class="hassub" data-reactid="42"><a href="/shows" data-reactid="43">On-Air</a><ul class="links submenu" data-reactid="44"><li class="hassub" data-reactid="45"><a href="/shows" data-reactid="46">Today&#x27;s Schedule</a></li></ul></li><li class="hassub" data-reactid="47"><a href="/listen-live" data-reactid="48">Listen</a><ul class="links submenu" data-reactid="49"><li class="hassub" data-reactid="50"><a href="/listen-live" data-reactid="51">Listen Live</a></li><li class="hassub" data-reactid="52"><a href="/mobile/" data-reactid="53">Mobile App</a></li></ul></li><li class="hassub" data-reactid="54"><a href="http://myktem.com/events-killeen/" target="_blank" data-reactid="55">Events</a><ul class="links submenu" data-reactid="56"><li class="hassub" data-reactid="57"><a href="http://myktem.com/events-killeen/community/add/" target="_blank" data-reactid="58">Submit An Event</a></li><li class="hassub" data-reactid="59"><a href="http://myktem.com/events-killeen/" target="_blank" data-reactid="60">Community Calendar</a></li><li class="hassub" data-reactid="61"><a href="http://www.kwtx.com/weather" target="_blank" data-reactid="62">Check Your KWTX Local Weather</a></li></ul></li><li class="hassub" data-reactid="63"><a href="/vip" data-reactid="64">KIN</a><ul class="links submenu" data-reactid="65"><li class="hassub" data-reactid="66"><a href="/registration" data-reactid="67">Sign Up</a></li><li class="hassub" data-reactid="68"><a href="/contests/" data-reactid="69">Contests</a></li><li class="hassub" data-reactid="70"><a href="/prizes" data-reactid="71">Picking Up Prizes and General Contest Rules</a></li><li class="hassub" data-reactid="72"><a href="http://myktem.com/local-experts/" target="_blank" data-reactid="73">View Local Experts</a><ul class="links submenu" data-reactid="74"><li class="hassub" data-reactid="75"><a href="/vip/sponsors/amos-electric-3/" data-reactid="76">Amos Electric</a></li><li class="hassub" data-reactid="77"><a href="/ed-l-laughlin/" data-reactid="78">Ed Laughlin</a></li><li class="hassub" data-reactid="79"><a href="/local_experts/maaco-collision-repair-and-auto-painting/" data-reactid="80">Maaco</a></li><li class="hassub" data-reactid="81"><a href="/vip/sponsors/ttd-bookkeeping-service/" data-reactid="82">TTD Bookkeeping</a></li></ul></li></ul></li><li class="hassub" data-reactid="83"><a href="http://myktem.com/temple-weather/" target="_blank" data-reactid="84">Weather</a></li><li class="hassub" data-reactid="85"><a href="/contests/" data-reactid="86">Win Stuff</a></li><li class="hassub" data-reactid="87"><a href="/tags/job-openings/" data-reactid="88">Jobs</a><ul class="links submenu" data-reactid="89"><li class="hassub" data-reactid="90"><a href="/job-opening-account-executive-temple-tx/" data-reactid="91">Account Executive</a></li><li class="hassub" data-reactid="92"><a href="/job-opening-digital-sales-specialist-temple-tx/" data-reactid="93">Digital Sales Specialist</a></li><li class="hassub" data-reactid="94"><a href="http://killeen.townsquarejobnetwork.com/" target="_blank" data-reactid="95">Townsquare Job Network</a></li><li class="hassub" data-reactid="96"><a href="/files/2017/10/Townsquare-Media-Killeen-Temple-EEO-Apr-2017-REVISION-2.pdf" data-reactid="97">2017 EEO Report</a></li></ul></li><li class="hassub" data-reactid="98"><a href="/help" data-reactid="99">Contact Us</a><ul class="links submenu" data-reactid="100"><li class="hassub" data-reactid="101"><a href="/help" data-reactid="102">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="103"><a href="/feedback" data-reactid="104">Feedback</a></li><li class="hassub" data-reactid="105"><a href="/advertise" data-reactid="106">Advertise</a></li></ul></li><li class="hidden-menu hassub hide" data-reactid="107"><a class="more-icon" href="#" data-reactid="108">More</a><ul class="links submenu" data-reactid="109"><li class="hassub hide" data-reactid="110"><a href="/" data-reactid="111">Home</a></li><li class="hassub hide" data-reactid="112"><a href="/shows" data-reactid="113">On-Air</a><ul class="links submenu" data-reactid="114"><li class="hassub" data-reactid="115"><a href="/shows" data-reactid="116">Today&#x27;s Schedule</a></li></ul></li><li class="hassub hide" data-reactid="117"><a href="/listen-live" data-reactid="118">Listen</a><ul class="links submenu" data-reactid="119"><li class="hassub" data-reactid="120"><a href="/listen-live" data-reactid="121">Listen Live</a></li><li class="hassub" data-reactid="122"><a href="/mobile/" data-reactid="123">Mobile App</a></li></ul></li><li class="hassub hide" data-reactid="124"><a href="http://myktem.com/events-killeen/" target="_blank" data-reactid="125">Events</a><ul class="links submenu" data-reactid="126"><li class="hassub" data-reactid="127"><a href="http://myktem.com/events-killeen/community/add/" target="_blank" data-reactid="128">Submit An Event</a></li><li class="hassub" data-reactid="129"><a href="http://myktem.com/events-killeen/" target="_blank" data-reactid="130">Community Calendar</a></li><li class="hassub" data-reactid="131"><a href="http://www.kwtx.com/weather" target="_blank" data-reactid="132">Check Your KWTX Local Weather</a></li></ul></li><li class="hassub hide" data-reactid="133"><a href="/vip" data-reactid="134">KIN</a><ul class="links submenu" data-reactid="135"><li class="hassub" data-reactid="136"><a href="/registration" data-reactid="137">Sign Up</a></li><li class="hassub" data-reactid="138"><a href="/contests/" data-reactid="139">Contests</a></li><li class="hassub" data-reactid="140"><a href="/prizes" data-reactid="141">Picking Up Prizes and General Contest Rules</a></li><li class="hassub" data-reactid="142"><a href="http://myktem.com/local-experts/" target="_blank" data-reactid="143">View Local Experts</a><ul class="links submenu" data-reactid="144"><li class="hassub" data-reactid="145"><a href="/vip/sponsors/amos-electric-3/" data-reactid="146">Amos Electric</a></li><li class="hassub" data-reactid="147"><a href="/ed-l-laughlin/" data-reactid="148">Ed Laughlin</a></li><li class="hassub" data-reactid="149"><a href="/local_experts/maaco-collision-repair-and-auto-painting/" data-reactid="150">Maaco</a></li><li class="hassub" data-reactid="151"><a href="/vip/sponsors/ttd-bookkeeping-service/" data-reactid="152">TTD Bookkeeping</a></li></ul></li></ul></li><li class="hassub hide" data-reactid="153"><a href="http://myktem.com/temple-weather/" target="_blank" data-reactid="154">Weather</a></li><li class="hassub hide" data-reactid="155"><a href="/contests/" data-reactid="156">Win Stuff</a></li><li class="hassub hide" data-reactid="157"><a href="/tags/job-openings/" data-reactid="158">Jobs</a><ul class="links submenu" data-reactid="159"><li class="hassub" data-reactid="160"><a href="/job-opening-account-executive-temple-tx/" data-reactid="161">Account Executive</a></li><li class="hassub" data-reactid="162"><a href="/job-opening-digital-sales-specialist-temple-tx/" data-reactid="163">Digital Sales Specialist</a></li><li class="hassub" data-reactid="164"><a href="http://killeen.townsquarejobnetwork.com/" target="_blank" data-reactid="165">Townsquare Job Network</a></li><li class="hassub" data-reactid="166"><a href="/files/2017/10/Townsquare-Media-Killeen-Temple-EEO-Apr-2017-REVISION-2.pdf" data-reactid="167">2017 EEO Report</a></li></ul></li><li class="hassub hide" data-reactid="168"><a href="/help" data-reactid="169">Contact Us</a><ul class="links submenu" data-reactid="170"><li class="hassub" data-reactid="171"><a href="/help" data-reactid="172">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="173"><a href="/feedback" data-reactid="174">Feedback</a></li><li class="hassub" data-reactid="175"><a href="/advertise" data-reactid="176">Advertise</a></li></ul></li></ul></li></ul><div class="site-menu-right" data-reactid="177"><ul class="social-links" data-reactid="178"><li class="social" data-reactid="179"><a class="share-link youtube" href="https://youtube.com/user/KTEM1400KT" target="_blank" data-social="youtube" data-reactid="180"><span class="icon-base icon-youtube" data-reactid="181"></span></a></li><li class="social" data-reactid="182"><a class="share-link facebook" href="http://www.facebook.com/ktemnews" target="_blank" data-social="facebook" data-reactid="183"><span class="icon-base icon-facebook" data-reactid="184"></span></a></li><li class="social" data-reactid="185"><a class="share-link twitter" href="https://twitter.com/ktemnews" target="_blank" data-social="twitter" data-reactid="186"><span class="icon-base icon-twitter" data-reactid="187"></span></a></li><ul class="social-subscriptions" data-reactid="188"><!-- react-text: 189 --><!-- /react-text --><li class="share_link_small youtube sub-youtube" data-reactid="190"><span class="youtube-subscribe-button " data-reactid="191"></span></li><li class="sub-facebook" data-reactid="192"></li><li class="sub-twitter" data-reactid="193"></li></ul></ul><div id="search-form" class="" data-reactid="194"><div class="form-wrap" data-reactid="195"><form data-reactid="196"><input type="text" name="searchInput" value="" class="search-input" placeholder="Search" data-reactid="197"/><input type="submit" class="search-submit" disabled="" value="SEARCH" data-reactid="198"/></form></div><div class="icon-base icon-search" data-reactid="199"></div></div></div><div class="site-screen select-none" data-reactid="200"></div></div></nav></div><ul class="promo-links" data-reactid="201"><li data-reactid="202"><span data-reactid="203">Hot Now</span></li><li data-reactid="204"><a title="Valentine&#x27;s Day Giveaway" href="/valentines-day-2018-dig-yourself-out-of-the-dog-house/" data-reactid="205">Valentine&#x27;s Day Giveaway</a></li><li data-reactid="206"><a title="Free Movie Tickets" href="/win-tickets-to-a-romantic-classic-returning-to-theaters/" data-reactid="207">Free Movie Tickets</a></li><li data-reactid="208"><a title="KTEM App &amp; Alexa Skill" href="/?p=167471" data-reactid="209">KTEM App &amp; Alexa Skill</a></li><li data-reactid="210"><a title="Local News" href="/category/news/local-news/" data-reactid="211">Local News</a></li><li data-reactid="212"><a title="Local Crime" href="/tags/local-crime/" data-reactid="213">Local Crime</a></li><li data-reactid="214"><a title="Structurally Deficient Bridges in Bell County" href="/?p=158167" data-reactid="215">Structurally Deficient Bridges in Bell County</a></li><li data-reactid="216"><a title="Become KIN" href="/registration" data-reactid="217">Become KIN</a></li><li data-reactid="218"><a title="KTEM on Facebook" href="https://www.facebook.com/ktemnews/" data-reactid="219">KTEM on Facebook</a></li><li data-reactid="220"><a title="Listen Live" href="/listen-live" data-reactid="221">Listen Live</a></li><li data-reactid="222"><a title="Hometown Heroes" href="/?submit_button=&amp;s=hometown+heroes" data-reactid="223">Hometown Heroes</a></li><li data-reactid="224"><a title="Big Game Squares Rules" href="/?p=143647" data-reactid="225">Big Game Squares Rules</a></li></ul></div><div class="tsm-ad tsm-ad-nav-970" data-reactid="226"><div id="tsm-ad-970a" data-reactid="227"><!-- dynamic ad --></div></div><div class="site-content clearfix" data-reactid="228"><div class="main-content" data-reactid="229"><div class="wrapper post-wrapper" data-reactid="230"><div class="post clearfix" data-reactid="231"><div class="entry" data-reactid="232"><article id="post-164250" data-location="/hurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex/" data-index="0" data-reactid="233"><div class="page-header" data-reactid="234"><div class="content-header show-ui front" id="content-header-164250" data-reactid="235"><div class="internal-header outgrow  " style="max-height:0px;" data-reactid="236"></div><div class="content-header-header" data-reactid="237"><div class="react-parallax " data-reactid="238"><div class="react-parallax-background-children" data-bottom-top="transform:translate3d(0,-20%,0);" data-top-bottom="transform:translate3d(0,20%,0);" data-reactid="239"><figure class="frameme img-tag frame-loaded" data-reactid="240"><div class="theframe" data-image="http://us105fm.com/files/2017/08/NOAA-Hurricane-Harvey-8-26.png" rel="" title="" style="background-image:url(&quot;http://us105fm.com/files/2017/08/NOAA-Hurricane-Harvey-8-26.png?w=980&amp;q=75&quot;);" data-reactid="241"></div></figure></div><div class="react-parallax-content" data-reactid="242"><figure class="frameme img-tag" data-reactid="243"><div class="theframe" data-image="http://us105fm.com/files/2017/08/NOAA-Hurricane-Harvey-8-26.png" rel="" title="" data-reactid="244"></div><div class="loadinganim showbox" id="0" data-reactid="245"><div class="loader" style="width:30px;height:30px;" data-reactid="246"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="247"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="248"></circle></svg></div></div></figure></div></div><div class="header" data-reactid="249"><section class="title " data-reactid="250"><h1 class="" data-reactid="251">Hurricane Harvey brings Wind Advisory, Flash Flood Watch to Centex</h1></section><div class="byline" data-reactid="252"><div class="authors" data-reactid="253"><address class="author" data-reactid="254"><div class="author-image icon-user" data-reactid="255"><figure class="frameme" data-reactid="256"><a class="theframe" data-image="http://us105fm.com/files/2016/04/Wes.jpg" href="http://ktemnews.com/author/wadams/" rel="author" title="Wes Adams" data-reactid="257"></a><div class="loadinganim showbox" id="0" data-reactid="258"><div class="loader" style="width:30px;height:30px;" data-reactid="259"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="260"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="261"></circle></svg></div></div></figure></div><a class="author-name" href="http://ktemnews.com/author/wadams/" rel="author" title="Wes Adams" data-reactid="262">Wes Adams</a></address></div><time datetime="2017-08-26 13:41:40 +0000" data-reactid="263">August 26, 2017</time></div><figcaption title="NOAA - Hurricane Harvey 8-26" data-reactid="264">NOAA - Hurricane Harvey 8-26</figcaption></div></div></div></div><div class="content-wrap" data-reactid="265"><div class="social-share bignsexy" data-reactid="266"><div class="social-bar social-icons" data-reactid="267"><ul data-reactid="268"><li data-reactid="269"><a href="http://twitter.com/intent/tweet?text=Hurricane%20Harvey%20brings%20Wind%20Advisory%2C%20Flash%20Flood%20Watch%20to%20Centex%20http%3A%2F%2Fktemnews.com%2Fhurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex%2F%3Ftrackback%3Dtwitter_mobile%20%40ktemnews" title="Share on Twitter" target="_blank" data-reactid="270"><span class=" social-icon icon-twitter tw" data-reactid="271"><span class="share-title" data-reactid="272">Share on Twitter</span></span></a></li><li data-reactid="273"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fktemnews.com%2Fhurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex%2F%3Ftrackback%3Dfbshare_mobile" title="Share on Facebook" target="_blank" data-reactid="274"><span class=" social-icon icon-facebook fb" data-reactid="275"><span class="share-title" data-reactid="276">Share on Facebook</span></span></a></li></ul></div></div><div class="content" data-reactid="277"><div class="pod-content" data-reactid="278"><p data-reactid="279"><strong data-reactid="280"><!-- react-text: 281 -->Hurricane Harvey<!-- /react-text --></strong><!-- react-text: 282 --> is has been downgraded to a<!-- /react-text --><strong data-reactid="283"><!-- react-text: 284 --> Catagory 1<!-- /react-text --></strong><!-- react-text: 285 --> storm as it moves inland over Texas and its expected to bring several inches of rain to Bell County this weekend.<!-- /react-text --><span id="more-164250" data-reactid="286"></span></p><p data-reactid="287"><strong data-reactid="288"><!-- react-text: 289 -->The National Weather Service<!-- /react-text --></strong><!-- react-text: 290 --> has issued a <!-- /react-text --><a href="http://forecast.weather.gov/showsigwx.php?warnzone=TXZ158&amp;warncounty=TXC027&amp;firewxzone=TXZ158&amp;local_place1=4%20Miles%20WSW%20Troy%20TX&amp;product1=Flash+Flood+Watch&amp;lat=31.1738&amp;lon=-97.3707#.WaF1iSiGOM8" target="_blank" data-reactid="291"><!-- react-text: 292 -->Flash Flood Watch<!-- /react-text --></a><!-- react-text: 293 --> and a <!-- /react-text --><a href="http://forecast.weather.gov/showsigwx.php?warnzone=TXZ158&amp;warncounty=TXC027&amp;firewxzone=TXZ158&amp;local_place1=4%20Miles%20WSW%20Troy%20TX&amp;product1=Wind+Advisory&amp;lat=31.1738&amp;lon=-97.3707#.WaF1tyiGOM8" target="_blank" data-reactid="294"><!-- react-text: 295 -->Wind Advisory<!-- /react-text --></a><!-- react-text: 296 --> for Bell County today. In the map above, areas in the red are likely to experience winds near 40mph at times, and flooding is considered likely.<!-- /react-text --></p><p data-reactid="297">Rain has been falling overnight making roads well saturated early Saturday. Please be safe if you have to travel this weekend. A Wind Advisory issued when winds reach 20-30 mile-per-hour. These winds will stay with us into our Saturday evening. Along a line from Lampasas to Waco to Athens 2 to 6 inches of rain is expected between now and Sunday.</p><div class="sharethrough-container" data-reactid="298"><div class="tsm-ad tsm-ad-oop" data-reactid="299"><div id="tsm-ad-sharethrough-oop-1" data-reactid="300"><!-- dynamic ad --></div></div></div><p data-reactid="301"><strong data-reactid="302"><!-- react-text: 303 -->Hurricane Harvey<!-- /react-text --></strong><!-- react-text: 304 --> has caused flooding in many areas of south Texas and several power outages have. <!-- /react-text --><a href="https://twitter.com/24_7_news?lang=en" target="_blank" data-reactid="305"><!-- react-text: 306 -->24/7 News<!-- /react-text --></a><!-- react-text: 307 --> reports nearly 300,000 Texans are without power.<!-- /react-text --></p></div></div><div class="content-footer" data-reactid="308"><div class="single-post-button cto-container" data-reactid="309"><a class="next-post cto" href="http://us105fm.com/watch-the-approach-of-hurricane-harvey-on-5-texas-web-cams/" target="_blank" data-reactid="310">View Harvey on 5 Texas Webcams</a></div><!-- react-empty: 311 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="312"></div><!-- react-text: 313 --><!-- /react-text --><div class="tags-lines" data-reactid="314"><div class="wrapper" data-reactid="315"><span data-reactid="316"><!-- react-text: 317 -->Categories<!-- /react-text --><!-- react-text: 318 -->: <!-- /react-text --></span><span data-reactid="319"><!-- react-text: 320 --><!-- /react-text --><a href="http://ktemnews.com/category/articles/" data-reactid="321">Articles</a></span></div></div><div class="comments-wrapper" data-reactid="322"><div class="comments" data-reactid="323"><div data-reactid="324"><span class="icon-comments" data-reactid="325"></span><i data-reactid="326">Comments</i><span class="fb-comments-count" data-href="http://ktemnews.com/hurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex/" data-reactid="327"></span><span class="icon-triangle-down" data-reactid="328"></span></div><div class="cto" data-reactid="329">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="330"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="331">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="332"><div class="aside-inside" data-reactid="333"><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-36" data-reactid="334"><div class="wrapper clearfix" data-reactid="335"><div class="fix_sidebar_marker" data-reactid="336"></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-481" data-reactid="337"><header data-reactid="338"><h2 data-reactid="339"><span class="title-container" data-reactid="340">What&#x27;s Hot</span><!-- react-text: 341 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="342"><section id="ts_blogroll-481" class="blogroll carousel slider dl align-right" data-reactid="343"><div class="slider blogroll-items" data-reactid="344"><div class="sizer" data-reactid="345"></div><div class="mover slide" data-reactid="346"><article class="item title-over-image" data-reactid="347"><figure class="frameme" data-reactid="348"><a class="theframe" data-image="http://ktemnews.com/files/2018/02/01222018-All-State-Choir-Board-Recognitions.jpg" href="http://ktemnews.com/belton-high-school-choir-vocalists-selected-as-texas-all-state-musicians/" rel="" title="Belton Singers Selected for All-State Choirs" data-reactid="349"></a><div class="loadinganim showbox" id="0" data-reactid="350"><div class="loader" style="width:30px;height:30px;" data-reactid="351"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="352"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="353"></circle></svg></div></div></figure><div class="content" data-reactid="354"><a href="http://ktemnews.com/belton-high-school-choir-vocalists-selected-as-texas-all-state-musicians/" title="Belton Singers Selected for All-State Choirs" class="title" data-reactid="355">Belton Singers Selected for All-State Choirs</a></div></article></div><div class="previous icon-arrow-thin-left arrow icon-base round always-visible" title="Previous" data-reactid="356"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="357"></div></div></section></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-333" data-reactid="358"><div class="wrapper clearfix" data-reactid="359"><div class="widget-content" data-reactid="360"><div class="tsm-ad tsm-ad-300" data-reactid="361"><div id="tsm-ad-300a" data-reactid="362"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-315" data-reactid="363"><div class="wrapper clearfix" data-reactid="364"><div class="widget-content" data-reactid="365"><div data-reactid="366"><form method="post" class="newsletter-frame clearfix" data-reactid="367"><div class="content clearfix" data-reactid="368"><p class="title" data-reactid="369">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="370"><div class="vertical-centered" data-reactid="371"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="372"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="373"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-482" data-reactid="374"><header data-reactid="375"><h2 data-reactid="376"><span class="title-container" data-reactid="377">Latest Articles</span></h2></header><div class="wrapper clearfix" data-reactid="378"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="379"><div class="blogroll-inner clearfix" data-reactid="380"><article class="" data-reactid="381"><figure class="frameme" data-reactid="382"><a class="theframe" data-image="http://us105fm.com/files/2016/05/Road-Closed-ThinkStock1.jpg" href="http://ktemnews.com/city-of-killeen-road-closures-infrastructure-improvements/" rel="" title="Road Closures In Killeen This Week" data-reactid="383"></a><div class="loadinganim showbox" id="0" data-reactid="384"><div class="loader" style="width:30px;height:30px;" data-reactid="385"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="386"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="387"></circle></svg></div></div></figure><div class="content" data-reactid="388"><a href="http://ktemnews.com/city-of-killeen-road-closures-infrastructure-improvements/" title="Road Closures In Killeen This Week" class="title" data-reactid="389">Road Closures In Killeen This Week</a></div></article><article class="" data-reactid="390"><figure class="frameme" data-reactid="391"><a class="theframe" data-image="http://ktemnews.com/files/2018/02/01222018-All-State-Choir-Board-Recognitions.jpg" href="http://ktemnews.com/belton-high-school-choir-vocalists-selected-as-texas-all-state-musicians/" rel="" title="Belton Vocalists Selected as Texas All-State Musicians" data-reactid="392"></a><div class="loadinganim showbox" id="0" data-reactid="393"><div class="loader" style="width:30px;height:30px;" data-reactid="394"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="395"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="396"></circle></svg></div></div></figure><div class="content" data-reactid="397"><a href="http://ktemnews.com/belton-high-school-choir-vocalists-selected-as-texas-all-state-musicians/" title="Belton Vocalists Selected as Texas All-State Musicians" class="title" data-reactid="398">Belton Vocalists Selected as Texas All-State Musicians</a></div></article><article class="" data-reactid="399"><figure class="frameme" data-reactid="400"><a class="theframe" data-image="http://krock1017fm.com/files/2018/02/hqdefault5.jpg" href="http://ktemnews.com/central-texas-needs-to-start-a-running-of-the-zorb/" rel="" title="Central Texas Needs to Start a Running of the Zorb" data-reactid="401"></a><div class="loadinganim showbox" id="0" data-reactid="402"><div class="loader" style="width:30px;height:30px;" data-reactid="403"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="404"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="405"></circle></svg></div></div></figure><div class="content" data-reactid="406"><a href="http://ktemnews.com/central-texas-needs-to-start-a-running-of-the-zorb/" title="Central Texas Needs to Start a Running of the Zorb" class="title" data-reactid="407">Central Texas Needs to Start a Running of the Zorb</a></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="408"><footer data-reactid="409"><div class="links clearfix" data-reactid="410"><div class="logo" data-reactid="411"></div><div class="details" data-reactid="412"><h2 data-reactid="413">Information</h2><ul data-reactid="414"><li data-reactid="415"><a title="2016 EEO Report" href="/eeo/" class="" data-reactid="416">2016 EEO Report</a></li><li data-reactid="417"><a title="Advertise" href="/advertise/" class="" data-reactid="418">Advertise</a></li><li data-reactid="419"><a title="Public File" href="/ktem-public-file/" class="" data-reactid="420">Public File</a></li><li data-reactid="421"><a title="Terms" href="/terms/" class="" data-reactid="422">Terms</a></li><li data-reactid="423"><a title="VIP Terms" href="/vip-terms/" class="" data-reactid="424">VIP Terms</a></li><li data-reactid="425"><a title="FAQ" href="/vip-faq/" class="" data-reactid="426">FAQ</a></li><li data-reactid="427"><a title="Contest Rules" href="/contest-rules/" class="" data-reactid="428">Contest Rules</a></li><li data-reactid="429"><a title="Privacy Policy (Updated: 8/31/17)" href="/privacy/" class="" data-reactid="430">Privacy Policy (Updated: 8/31/17)</a></li><li data-reactid="431"><a title="Contact" href="/help/" class="" data-reactid="432">Contact</a></li><li data-reactid="433"><a href="http://townsquaremediagroup.com/" class="" data-reactid="434"></a></li><li data-reactid="435"><a title="Killeen Business Listings" href="/killeen-featured-business-listings/" class="" data-reactid="436">Killeen Business Listings</a></li></ul></div><div class="social-links" data-reactid="437"><h2 data-reactid="438">Follow Us</h2><ul data-reactid="439"><li class="social" data-reactid="440"><a class="share_link youtube" href="https://www.youtube.com/user/KTEM1400KT" target="_blank" data-social="youtube" data-reactid="441"><span class="icon-youtube" data-reactid="442"></span></a></li><li class="social" data-reactid="443"><a class="share_link facebook" href="http://www.facebook.com/ktemnews" target="_blank" data-social="facebook" data-reactid="444"><span class="icon-facebook" data-reactid="445"></span></a></li><li class="social" data-reactid="446"><a class="share_link twitter" href="https://twitter.com/ktemnews" target="_blank" data-social="twitter" data-reactid="447"><span class="icon-twitter" data-reactid="448"></span></a></li></ul></div></div><div class="legal" data-reactid="449"><!-- react-text: 450 -->2018<!-- /react-text --><!-- react-text: 451 --> <!-- /react-text --><!-- react-text: 452 -->KTEM NewsRadio 14<!-- /react-text --><!-- react-text: 453 --><!-- /react-text --><!-- react-text: 454 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="455"><!-- react-empty: 456 --><div id="bottom-not-ads" data-reactid="457"><div class="tsm-ad tsm-ad-728" data-reactid="458"><div id="tsm-ad-728b" data-reactid="459"><!-- dynamic ad --></div></div></div><div data-reactid="460"></div></section></div></div></div>
          <script>
            window.__INITIAL_STATE__ = {"gallery":{},"internalads":{},"json":{"response":{"options":{"method":"get_single","adPageType":"post","mediaType":"none","loyalty_restricted":null,"methodSubType":null,"blogId":516,"postId":164250,"url":"/hurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex/","unfriendlyRequestUrl":"/hurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex/","requestUrl":"/hurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex/","blogOptions":{"aioseop_options":{"aiosp_can":"on","aiosp_donate":null,"aiosp_home_title":"KTEM NewsRadio 14 – Central Texas News and Talk Radio – Killeen/Temple News and Sports Radio","aiosp_home_description":"KTEM NewsRadio 14, KTEM-AM Radio, has the best news and sports coverage in Killeen and Temple, Texas. ","aiosp_home_keywords":"KTEM NewsRadio 14  Killeen, Killeen KTEM NewsRadio 14, news and sports radio Killeen, Killeen news and sports radio, news and sports Killeen, Killeen news and sports, Killeen news, news Killeen, sports Killeen, Killeen sports, KTEM NewsRadio 14 Temple, Temple KTEM NewsRadio 14, news and sports radio Temple, Temple news and sports radio, news Temple, Temple news, sports Temple, Temple sports","aiosp_max_words_excerpt":null,"aiosp_rewrite_titles":"on","aiosp_post_title_format":"%post_title%","aiosp_page_title_format":"%page_title% - %blog_title%","aiosp_category_title_format":"%category_title% - %blog_title%","aiosp_archive_title_format":"%date% - %blog_title%","aiosp_tag_title_format":"%tag% - %blog_title%","aiosp_search_title_format":"%search% - %blog_title%","aiosp_description_format":"%description%","aiosp_404_title_format":"Nothing found for %request_words%","aiosp_paged_format":" - Part %page%","aiosp_use_categories":null,"aiosp_dynamic_postspage_keywords":null,"aiosp_category_noindex":null,"aiosp_archive_noindex":null,"aiosp_tags_noindex":null,"aiosp_cap_cats":"on","aiosp_generate_descriptions":"on","aiosp_debug_info":null,"aiosp_post_meta_tags":"","aiosp_page_meta_tags":"","aiosp_home_meta_tags":"","aiosp_enabled":"1","aiosp_use_tags_as_keywords":null,"aiosp_do_log":null,"aiosp_ex_pages":""},"blogdescription":"The Talk of Central Texas","blogname":"KTEM NewsRadio 14","carbonUiUpdateCounter":"2","design_option_live":{"page_bg":"FF000000","page_head_bg":"00000000","primary_bg":"FFFFFFFF","secondary_bg":"FFFFFFFF","mdl_head_bg":"FF005DBA","main_nav_hue":"FFFFFFFF","nav_hover_hue":"FFFFFFFF","primary_hue":"FF707070","secondary_hue":"FF373737","primary_head_hue":"FF393939","secondary_head_hue":"FF1C5EB4","primary_active_hue":"FF053468","secondary_active_hue":"FF003068","accent_hue":"FF717171","header_link_hue":"FFFFFFFF","footer_link_hue":"FFFFFFFF","primary_mdl_bg":"FFE9E9E9","primary_mdl_hue":"FF111111","secondary_mdl_bg":"25777777","secondary_mdl_hue":"FF1C5EB4","standout_bg":"FFE80000","mobile_primary_color":"FF717171","mobile_secondary_color":"FF053468","iv_primary_color":"FF083667","iv_secondary_color":"FF053468","iv_tertiary_color":"FFE50A18","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":"FF053468","events_app_secondary_color":"FF003068","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://ktemnews.com/files/2017/12/ktemam-bg.jpg","carbon_logo_img":"http://ktemnews.com/files/2017/12/ktemam-logo.png","carbon_promo_bg_img":"http://ktemnews.com/files/2017/12/ktemam-promo.jpg","page_img":"http://ktem.production.townsquareblogs.com/files/2012/08/1x1.gif","body_img":"http://ktemnews.com/files/2014/03/NEW-KTEM-Skin-4.png","square_logo_img":"","logo_img":"http://ktemnews.com/files/2014/04/KTEM-Site.png","logo_img_trim":"http://myktem.com/files/2013/08/ktem.png","logo_img_light":"","logo_img_dark":"","header_img":"http://myktem.com/files/2013/08/ktem-newsradio-14.png","placeholder_img":"","page_head_img":"","favicon_img":"http://ktemnews.com/files/2014/04/favicon.ico","top_banner_img":"dark","title":"TS3 - KTEM 1400 AM","ID":"0","designer":"Steve Frost","comment":"Please do not edit","action":"edit","editor":"Stephen Alba","editorID":2190306,"siteID":"516","timestamp":1512583032,"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":"459408690759979","colorscheme":"","show_like":"yes","show_comments":"yes","show_commentscount":"no","action":"like"},"facebook_app":{"id":"459408690759979","fanpage":"http://www.facebook.com/ktemnews","plugins":{"facebook-like-button":"1","facebook-authentication":"1"}},"google_ads_dfp6_template_ads":{"dynamic-ad-custom":"1","dynamic-ad-header":"1","dynamic-ad-push":"1","top-728x90":"1","bottom-728x90":"1","mid-top-300x250":"1","mid-bottom-300x250":"1","tsm-out-of-page":"1","tsm-2x2":"0","top-right-noflex-300x250":"1","top-right-300x250":"1"},"iq_weather_page_sponsor_city_name":"Temple","iq_weather_page_sponsor_zip_code":"76504","onlyhome_pushdown":"","onlyhome_topbanner":"","posts_per_page":"10","radio_players_wo_stream_id":"3618","sailthru_list_default":"KTEM-AM","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":"","color":""},"wrapper":{"divider":"","button":"#1C5EB4","button-font":""},"logo":"http://ktemnews.com/files/2014/10/KTEM-Site.png"},"timezone_string":"America/Chicago","townsquare_ad_version":"dfp6","ts-templates-carbon-homepage-id":"167708","ts-templates-homepage-id":"20560","ts-templates-mobile-homepage-id":"20560","tsc_category_sidebars":{},"tsc_tag_sidebars":{},"_station_info":{"sitetype":"Local","market":"Killeen","genre":{"0":"news-talk"},"callsign":"KTEMAM","callletters":"KTEM","legalname":"KTEM-AM","siteclassification":"","street":"608 Moody Lane","street-2":"","city":"Temple","state":"TX","zip":"76504","phone":"254-773-1400","helpline":"254-773-5252","studioline":"254-773-1400","officeline":"254-773-5252","officehours":"","email":"aaron.savage@townsquaremedia.com","tipus-email":"","inquiries-email":"Wesley.Adams@townsquaremedia.com","advertising-contact":"Laura Wiederhold","advertising-email":"Laura.Wiederhold@townsquaremedia.com","gm-contact":"","gm-email":"","programming-director-contact":"Oliver Stone","programming-director-email":"Oliver.Stone@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.ktemnewsradio14@townsquaredigital.com","mobile-app-media-submission-email":"media.submit.ktemnewsradio14@townsquaredigital.com","public-record-administrator-name":"Oliver Stone","public-record-administrator-email":"oliver.stone@townsquaremedia.com","fcc-online-public-file-url":"https://publicfiles.fcc.gov/am-profile/ktem","feedbackurl":"http://ktemnews.com/feedback/","biz-list-url":"http://myktem.com/killeen-featured-business-listings/","amazon_affiliate":"","yieldmo_placement":"","jwplayer":"","twitter_handle":"ktemnews","youtube_handle":"KTEM1400KT","youtube_channel_id":"","instagram_handle":"","comscore-label":"None Selected"},"_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":516,"blogName":"KTEM NewsRadio 14","blogDescription":"The Talk of Central Texas","postTitleFormat":"%post_title%","timeZone":"America/Chicago","market":"Killeen","activeDomain":"ktemnews.com","legalName":"KTEM-AM"},"tsiMarkets":"Killeen-Temple"},"globalBlogOptions":{"google_maps_default_api_key":"AIzaSyCcIkjOyxS9DtubyqzLX2Sbancl83fKon4","gtmSiteId":"GTM-K346HJZ","kruxSiteId":"rwjnisqy1","loyalty_title_516":"KTEM Intelligence Network","kruxEnabled":true},"headers":{"title":[{"textContent":"Hurricane Harvey brings Wind Advisory, Flash Flood Watch to Centex"}],"meta":[{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}},{"attrs":{"charset":"UTF-8"}},{"attrs":{"name":"description","content":"Central Texas could get anywhere from 2 to 6 inches of rain this weekend. Winds at 20 to 30 mph will stay consistent for our Saturday."}},{"attrs":{"name":"keywords","content":"wind advisory, flash flood watch, weather alert, temple, killeen"}},{"attrs":{"property":"fb:app_id","content":"459408690759979"}},{"attrs":{"property":"fb:admins","content":"100002025987268"}},{"attrs":{"property":"og:title","content":"Hurricane Harvey brings Wind Advisory, Flash Flood Watch to Centex"}},{"attrs":{"property":"og:description","content":"Central Texas could get anywhere from 2 to 6 inches of rain this weekend. Winds at 20 to 30 mph will stay consistent for our Saturday."}},{"attrs":{"property":"og:url","content":"http://ktemnews.com/hurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex/"}},{"attrs":{"property":"og:site_name","content":"KTEM NewsRadio 14"}},{"attrs":{"property":"og:type","content":"blog"}},{"attrs":{"property":"og:image","content":"http://us105fm.com/files/2017/08/NOAA-Hurricane-Harvey-8-26.png?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":"@ktemnews"}},{"attrs":{"name":"sailthru.description","content":"Central Texas could get anywhere from 2 to 6 inches of rain this weekend. Winds at 20 to 30 mph will stay consistent for our Saturday."}},{"attrs":{"name":"sailthru.date","content":"2017-08-26 08:41:40"}},{"attrs":{"name":"sailthru.title","content":"Hurricane Harvey brings Wind Advisory, Flash Flood Watch to Centex"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-ktem, tsmmarket-killeentemple, tsmtype-local, articles"}},{"attrs":{"name":"sailthru.author","content":"wadams"}},{"attrs":{"name":"sailthru.image.full","content":"http://us105fm.com/files/2017/08/NOAA-Hurricane-Harvey-8-26.png"}},{"attrs":{"name":"sailthru.image.thumb","content":"http://us105fm.com/files/2017/08/NOAA-Hurricane-Harvey-8-26.png"}},{"attrs":{"property":"fb:pages","content":"256580761092335"}},{"attrs":{"name":"google-site-verification","content":"j_i1DpRHffWXxx8ChFceudhUHjZNjz4z2HiZsU-c_Cg"}},{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}}],"link":[{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://ktemnews.com/files/2014/04/favicon.ico"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"KTEM NewsRadio 14 » Feed","href":"http://ktemnews.com/feed/"}},{"attrs":{"rel":"profile","href":"http://gmpg.org/xfn/11"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"KTEM NewsRadio 14 » Hurricane Harvey brings Wind Advisory, Flash Flood Watch to Centex Comments Feed","href":"http://ktemnews.com/hurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://ktemnews.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"Hospitals Seeking Blood Donations Before Hurricane Harvey Hits Land","href":"http://ktemnews.com/hospitals-seeking-blood-donations-before-hurricane-harvey-hits-land/"}},{"attrs":{"rel":"next","title":"Bell County Expo Offers a Helping Hand to Harvey Evacuees","href":"http://ktemnews.com/bell-county-expo-offers-a-helping-hand-to-harvey-evacuees/"}},{"attrs":{"rel":"shortlink","href":"http://ktemnews.com/?p=164250"}},{"attrs":{"rel":"canonical","href":"http://us105fm.com/hurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex/"}}],"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":"pka2c4B4TLd3k7xNiUF4bNAa","enableOpenx":false,"enableKiosked":false,"enableKioskedMobile":false,"enableSonobi":true,"sonobiScript":"","zergnetId":"59578","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":["articles"],"tags":"","id":"hurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex","author":"wadams","kw":["wadams","hurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex","articles","pagetype-post"],"genre":["news-talk"],"device":"web","kv":[]}},"mobileActiveSlots":["ads-expand-down","ads-expand","ads-prestitial","ads-top-right","ads-bottom-right","ads-top-leaderboard","ads-bottom-leaderboard","ads-mid-top","ads-mid-bottom","tsm-2x2"],"dfp6":true},"smartAppBanner":{"bannerTitle":null,"itunes_app_id":null,"google_play_app_id":null,"daysHidden":"15","daysReminder":"90","buttonText":"View","priceText":"Get","img_url":null},"revision":"dc1580972c867b4fe21b9449d55eca093dd2a4f0"},"postMeta":{"_aioseop_title":"Hurricane Harvey brings Wind Advisory, Flash Flood Watch to Centex"},"activeDomain":"ktemnews.com","authLoginFormNonce":"74e4c53e45","authRegFormNonce":"6c96210149","ga":{"ids":{"primary":"UA-33430515-4","secondary":["UA-19109753-1","UA-33430515-6","UA-28825804-1","UA-45260060-3"],"all":["UA-33430515-4","UA-19109753-1","UA-33430515-6","UA-28825804-1","UA-45260060-3"]}},"tsmStatic":{"revision":"01272d1ea85173b023b59bd9e8da482534b5d932"},"isGallery":false,"userRegistrationSettings":{},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":164250,"postAuthor":2707280,"postDate":"2017-08-26T13:41:40.000Z","postDateGmt":"2017-08-26T13:41:40.000Z","postTitle":"Hurricane Harvey brings Wind Advisory, Flash Flood Watch to Centex","postExcerpt":"","postStatus":"publish","commentStatus":"open","postPassword":"","postName":"hurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex","toPing":"","pinged":"","postModified":"2017-08-27T22:18:45.000Z","postModifiedGmt":"2017-08-27T22:18:45.000Z","postContentFiltered":"","postParent":0,"guid":"http://us105fm.com/?p=267423","menuOrder":0,"postType":"post","postMimeType":"","commentCount":0,"postDateGmtStr":"2017-08-26 13:41:40.000+0000","postModifiedGmtStr":"2017-08-27 22:18:45.000+0000","meta":{"_crosspost_source_blog_id":"514","_crosspost_source_post_id":"267423"}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"Hurricane Harvey brings Wind Advisory, Flash Flood Watch to Centex","next":{"latest":[{"postId":164241,"documentUrl":"/texas-fire-chiefs-association-selects-belton-fd-among-best-in-texas/","filterUrl":"/rest/carbon/filter/main/texas-fire-chiefs-association-selects-belton-fd-among-best-in-texas/","sortDate":"2017-08-25 18:05:49.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164235,"documentUrl":"/killeen-community-center-designated-a-hurricane-harvey-emergency-shelter/","filterUrl":"/rest/carbon/filter/main/killeen-community-center-designated-a-hurricane-harvey-emergency-shelter/","sortDate":"2017-08-25 16:37:16.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164209,"documentUrl":"/man-killed-by-shot-through-house-in-killeen/","filterUrl":"/rest/carbon/filter/main/man-killed-by-shot-through-house-in-killeen/","sortDate":"2017-08-25 12:51:30.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164220,"documentUrl":"/watch-the-approach-of-hurricane-harvey-on-5-texas-web-cams/","filterUrl":"/rest/carbon/filter/main/watch-the-approach-of-hurricane-harvey-on-5-texas-web-cams/","sortDate":"2017-08-25 11:30:04.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164202,"documentUrl":"/frankie-macdonald-warns-of-flooding-in-san-antonio-in-greatest-weather-forecast-ever/","filterUrl":"/rest/carbon/filter/main/frankie-macdonald-warns-of-flooding-in-san-antonio-in-greatest-weather-forecast-ever/","sortDate":"2017-08-25 10:15:14.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164204,"documentUrl":"/killeen-residents-may-sign-up-for-codered/","filterUrl":"/rest/carbon/filter/main/killeen-residents-may-sign-up-for-codered/","sortDate":"2017-08-25 10:04:57.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164195,"documentUrl":"/flash-flood-watch-issued-for-bell-county-as-hurricane-harvey-approaches/","filterUrl":"/rest/carbon/filter/main/flash-flood-watch-issued-for-bell-county-as-hurricane-harvey-approaches/","sortDate":"2017-08-25 07:51:56.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164188,"documentUrl":"/us-105-tours-temple-city-tree-farm/","filterUrl":"/rest/carbon/filter/main/us-105-tours-temple-city-tree-farm/","sortDate":"2017-08-24 21:26:42.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164181,"documentUrl":"/summer-film-series-continues-this-sunday-at-cac/","filterUrl":"/rest/carbon/filter/main/summer-film-series-continues-this-sunday-at-cac/","sortDate":"2017-08-24 16:39:41.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164174,"documentUrl":"/harvey-officially-upgraded-to-hurricane-mandatory-evacuations-underway/","filterUrl":"/rest/carbon/filter/main/harvey-officially-upgraded-to-hurricane-mandatory-evacuations-underway/","sortDate":"2017-08-24 15:50:46.000 +0000","termTaxonomyId":1,"taxonomyType":"category"}],"taxonomy":[{"postId":164241,"documentUrl":"/texas-fire-chiefs-association-selects-belton-fd-among-best-in-texas/","filterUrl":"/rest/carbon/filter/main/texas-fire-chiefs-association-selects-belton-fd-among-best-in-texas/","sortDate":"2017-08-25 18:05:49.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164235,"documentUrl":"/killeen-community-center-designated-a-hurricane-harvey-emergency-shelter/","filterUrl":"/rest/carbon/filter/main/killeen-community-center-designated-a-hurricane-harvey-emergency-shelter/","sortDate":"2017-08-25 16:37:16.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164209,"documentUrl":"/man-killed-by-shot-through-house-in-killeen/","filterUrl":"/rest/carbon/filter/main/man-killed-by-shot-through-house-in-killeen/","sortDate":"2017-08-25 12:51:30.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164220,"documentUrl":"/watch-the-approach-of-hurricane-harvey-on-5-texas-web-cams/","filterUrl":"/rest/carbon/filter/main/watch-the-approach-of-hurricane-harvey-on-5-texas-web-cams/","sortDate":"2017-08-25 11:30:04.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164202,"documentUrl":"/frankie-macdonald-warns-of-flooding-in-san-antonio-in-greatest-weather-forecast-ever/","filterUrl":"/rest/carbon/filter/main/frankie-macdonald-warns-of-flooding-in-san-antonio-in-greatest-weather-forecast-ever/","sortDate":"2017-08-25 10:15:14.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164204,"documentUrl":"/killeen-residents-may-sign-up-for-codered/","filterUrl":"/rest/carbon/filter/main/killeen-residents-may-sign-up-for-codered/","sortDate":"2017-08-25 10:04:57.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164195,"documentUrl":"/flash-flood-watch-issued-for-bell-county-as-hurricane-harvey-approaches/","filterUrl":"/rest/carbon/filter/main/flash-flood-watch-issued-for-bell-county-as-hurricane-harvey-approaches/","sortDate":"2017-08-25 07:51:56.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164188,"documentUrl":"/us-105-tours-temple-city-tree-farm/","filterUrl":"/rest/carbon/filter/main/us-105-tours-temple-city-tree-farm/","sortDate":"2017-08-24 21:26:42.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164181,"documentUrl":"/summer-film-series-continues-this-sunday-at-cac/","filterUrl":"/rest/carbon/filter/main/summer-film-series-continues-this-sunday-at-cac/","sortDate":"2017-08-24 16:39:41.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164174,"documentUrl":"/harvey-officially-upgraded-to-hurricane-mandatory-evacuations-underway/","filterUrl":"/rest/carbon/filter/main/harvey-officially-upgraded-to-hurricane-mandatory-evacuations-underway/","sortDate":"2017-08-24 15:50:46.000 +0000","termTaxonomyId":1,"taxonomyType":"category"}]},"cadata":{"activeDomain":"ktemnews.com","blogId":516,"method":"get_single","postId":164250,"crosspostBlogId":"514","crosspostPostId":"267423","postType":"post","postDateGmt":"2017-08-26 13:41:40.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-39","now-playing-41","widget_onair-35"],"widgetDetails":{"widget_listen_live-39":{"widgetInfo":{"id":"widget_listen_live-39","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"39"},"widgetParams":{"title":"Listen Now","widgetTime":7}},"now-playing-41":{"widgetInfo":{"id":"now-playing-41","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"41"},"widgetParams":{"title":"Recently Played","widgetTime":7}},"widget_onair-35":{"widgetInfo":{"id":"widget_onair-35","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"35"},"widgetParams":{"title":"On Air","widgetTime":19}}}},"carbonsidebar/single":{"widgets":["carbonwidget/single-1"],"widgetDetails":{"carbonwidget/single-1":{"widgetInfo":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"widgetParams":{"mainAuthor":{"id":2707280,"slug":"wadams","name":"Wes Adams","first_name":"Wes","last_name":"Adams","nickname":"wadams","description":"In from Muscle Shoals, Alabama, Wes Adams is a big fan of all kinds of music, rodeos, fishing, baseball, and making new friends! Listen for chances to win concert tickets and prizes, stay up to date with local information like weather and traffic for Central Texas, and enjoy some awesome music along the way!","thumbnail":"http://us105fm.com/files/2016/04/Wes.jpg","url":"http://ktemnews.com/author/wadams/"},"firstCategoryName":"Articles","postType":"post","postTitle":"Hurricane Harvey brings Wind Advisory, Flash Flood Watch to Centex","aiseopTitle":"Hurricane Harvey brings Wind Advisory, Flash Flood Watch to Centex","widgetTime":30}}}},"carbonsidebar/mainads":{"widgets":["carbonwidget/top-728x90","carbonwidget/dynamic-ad-custom","carbonwidget/dynamic-ad-header","carbonwidget/dynamic-ad-push","carbonwidget/tsm-out-of-page","carbonwidget/bottom-728x90"],"widgetDetails":{"carbonwidget/top-728x90":{"widgetInfo":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"top-728x90","widgetTime":2}},"carbonwidget/dynamic-ad-custom":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-custom","widgetTime":2}},"carbonwidget/dynamic-ad-header":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-header","widgetTime":2}},"carbonwidget/dynamic-ad-push":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-push","widgetTime":2}},"carbonwidget/tsm-out-of-page":{"widgetInfo":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"tsm-out-of-page","widgetTime":2}},"carbonwidget/bottom-728x90":{"widgetInfo":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"bottom-728x90","widgetTime":2}}}},"single-post-bottom":{"widgets":["ts_blogroll-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":"","type":"sidebar_thumb_title_date","cat":"","tag":"","private_tag":"","posts_per_page":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0}},"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":"35864","placement":"","targettype":"","mode":"","widgetTime":1}},"widget_third_party_content-3":{"widgetInfo":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"widgetParams":{"type":"zergnet","title":"Best of the Web","id":"13771","placement":"","targettype":"","mode":"","widgetTime":1}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["fix_sidebar_marker-36","ts_blogroll-481","google-ads-widget-333","tsq_sailthru_newsletter_widget-315","ts_blogroll-482"],"widgetDetails":{"fix_sidebar_marker-36":{"widgetInfo":{"id":"fix_sidebar_marker-36","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"36"},"widgetParams":{"title":"Fix Sidebar Marker","widgetTime":1}},"ts_blogroll-481":{"widgetInfo":{"id":"ts_blogroll-481","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"481"},"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-333":{"widgetInfo":{"id":"google-ads-widget-333","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"333"},"widgetParams":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":1}},"tsq_sailthru_newsletter_widget-315":{"widgetInfo":{"id":"tsq_sailthru_newsletter_widget-315","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"315"},"widgetParams":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["KTEM-AM"],"widgetTime":1}},"ts_blogroll-482":{"widgetInfo":{"id":"ts_blogroll-482","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"482"},"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-39":{"info":{"id":"widget_listen_live-39","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"39"},"params":{"title":"Listen Now","widgetTime":7},"data":[66983],"dataDetails":{"66983":{"postId":66983,"title":"Listen Now","label":"Click to view the latest song playing on air.","url":"/listen-live/","mobileId":"18071","playerMode":"talk","sid":"23106","callsign":"KTEMAM","woMobileId":"5053","woStreamId":"3618","activePlayer":"wo","listenLivePageUrl":"http://player.streamtheworld.com/_players/townsquaremedia/runspotv3/?sid=23106&redirect=http://player.listenlive.co/18071","html5ScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/html5/stwplayer.php?callsign=KTEMAM&primaryColor=0x00bfff&playermode=talk&sid=23106&width=630","flashScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/stwplayer.php?callsign=KTEMAM&primaryColor=0x00bfff&playermode=talk&timeshift=false&radiopup=true&playerAdState=0&popout=false&width=630","wo_player_url":"http://v6.player.abacast.net/5053","wo_recent_api_url":"http://api.nowplaying.abacast.net/prt/nowplaying/2/10/3618/nowplaying.json","wo_preroll_url":"http://api.clarity.abacast.com/gateway/getmediavast.php?sid=3618/","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"now-playing-41":{"info":{"id":"now-playing-41","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"41"},"params":{"title":"Recently Played","widgetTime":7},"data":[66983],"dataDetails":{"66983":{"postId":66983,"mobileId":"18071","playerMode":"talk","sid":"23106","callsign":"KTEMAM","woStreamId":"3618","activePlayer":"wo","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"widget_onair-35":{"info":{"id":"widget_onair-35","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"35"},"params":{"title":"On Air","widgetTime":19},"data":["43959"],"dataDetails":{"43959":{"id":"43959","url":"http://ktemnews.com/show/sean-hannity/","title":"Sean Hannity","wall":"http://ktemnews.com/show/sean-hannity/","posts":"http://ktemnews.com/show/sean-hannity/posts","mail":"http://www.hannity.com/contact","phone":"http://www.hannity.com/contact","thumbnailId":43960,"thumbnail":"http://ktemnews.com/files/2013/02/Sean-Hannity.jpg","authors":[{"id":1947280,"user_nicename":"shannity2","display_name":"Sean Hannity"}]}}},"carbonwidget/single-1":{"info":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"params":{"mainAuthor":{"id":2707280,"slug":"wadams","name":"Wes Adams","first_name":"Wes","last_name":"Adams","nickname":"wadams","description":"In from Muscle Shoals, Alabama, Wes Adams is a big fan of all kinds of music, rodeos, fishing, baseball, and making new friends! Listen for chances to win concert tickets and prizes, stay up to date with local information like weather and traffic for Central Texas, and enjoy some awesome music along the way!","thumbnail":"http://us105fm.com/files/2016/04/Wes.jpg","url":"http://ktemnews.com/author/wadams/"},"firstCategoryName":"Articles","postType":"post","postTitle":"Hurricane Harvey brings Wind Advisory, Flash Flood Watch to Centex","aiseopTitle":"Hurricane Harvey brings Wind Advisory, Flash Flood Watch to Centex","widgetTime":30},"data":[164250],"dataDetails":{"164250":{"thumbnail":"http://us105fm.com/files/2017/08/NOAA-Hurricane-Harvey-8-26.png","caption":"NOAA - Hurricane Harvey 8-26","excerpt":"Hurricane Harvey is has been downgraded to a Catagory 1 storm as it moves inland over Texas and its expected to bring several inches of rain to Bell County this weekend. The National Weather Service has issued a Flash Flood Watch and a Wind Advisory for Bell County today. In the map above, areas in [&hellip;]","date":"August 26, 2017 8:41 AM","postDateGmt":"2017-08-26 13:41:40 +0000","postModifiedGmt":"2017-08-27 22:18:45 +0000","title":"Hurricane Harvey brings Wind Advisory, Flash Flood Watch to Centex","url":"http://ktemnews.com/hurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex/","id":164250,"contentRaw":"[caption id=\"attachment_267424\" align=\"aligncenter\" width=\"424\"]<img class=\"size-full wp-image-267424\" src=\"http://us105fm.com/files/2017/08/NOAA-Hurricane-Harvey-8-26.png\" alt=\"NOAA - Hurricane Harvey 8-26\" width=\"424\" height=\"314\" /> NOAA - Hurricane Harvey 8-26[/caption]\r\n\r\n<strong>Hurricane Harvey</strong> is has been downgraded to a<strong> Catagory 1</strong> storm as it moves inland over Texas and its expected to bring several inches of rain to Bell County this weekend.<span id=\"more-164250\"></span>\r\n\r\n<strong>The National Weather Service</strong> has issued a <a href=\"http://forecast.weather.gov/showsigwx.php?warnzone=TXZ158&amp;warncounty=TXC027&amp;firewxzone=TXZ158&amp;local_place1=4%20Miles%20WSW%20Troy%20TX&amp;product1=Flash+Flood+Watch&amp;lat=31.1738&amp;lon=-97.3707#.WaF1iSiGOM8\" target=\"_blank\">Flash Flood Watch</a> and a <a href=\"http://forecast.weather.gov/showsigwx.php?warnzone=TXZ158&amp;warncounty=TXC027&amp;firewxzone=TXZ158&amp;local_place1=4%20Miles%20WSW%20Troy%20TX&amp;product1=Wind+Advisory&amp;lat=31.1738&amp;lon=-97.3707#.WaF1tyiGOM8\" target=\"_blank\">Wind Advisory</a> for Bell County today. In the map above, areas in the red are likely to experience winds near 40mph at times, and flooding is considered likely.\r\n\r\nRain has been falling overnight making roads well saturated early Saturday. Please be safe if you have to travel this weekend. A Wind Advisory issued when winds reach 20-30 mile-per-hour. These winds will stay with us into our Saturday evening. Along a line from Lampasas to Waco to Athens 2 to 6 inches of rain is expected between now and Sunday.\r\n\r\n<strong>Hurricane Harvey</strong> has caused flooding in many areas of south Texas and several power outages have. <a href=\"https://twitter.com/24_7_news?lang=en\" target=\"_blank\">24/7 News</a> reports nearly 300,000 Texans are without power.\r\n\r\n[button href=\"http://us105fm.com/watch-the-approach-of-hurricane-harvey-on-5-texas-web-cams/\" title=\"View Harvey on 5 Texas Webcams\" align=\"center\"]","next_url":[{"textContent":"View Harvey on 5 Texas Webcams","class":"button_act","href":"http://us105fm.com/watch-the-approach-of-hurricane-harvey-on-5-texas-web-cams/","target":"_blank"}],"content":"\n<figure id=\"attachment_267424\" class=\"content-post-image aligncenter\"><span class=\"image-frame\"><noscript><img src=\"http://us105fm.com/files/2017/08/NOAA-Hurricane-Harvey-8-26.png\"></noscript>\n<img class=\"size-full wp-image-267424 lazy\" src=\"//s3.amazonaws.com/tsm-images/global/1x1.gif\" alt=\"NOAA - Hurricane Harvey 8-26\" data-width=\"424\" data-height=\"314\" data-type=\"post\" datasrc=\"http://us105fm.com/files/2017/08/NOAA-Hurricane-Harvey-8-26.png\"></span><figcaption>NOAA – Hurricane Harvey 8-26</figcaption></figure><p><strong>Hurricane Harvey</strong> is has been downgraded to a<strong> Catagory 1</strong> storm as it moves inland over Texas and its expected to bring several inches of rain to Bell County this weekend.<span id=\"more-164250\"></span></p>\n<p><strong>The National Weather Service</strong> has issued a <a href=\"http://forecast.weather.gov/showsigwx.php?warnzone=TXZ158&amp;warncounty=TXC027&amp;firewxzone=TXZ158&amp;local_place1=4%20Miles%20WSW%20Troy%20TX&amp;product1=Flash+Flood+Watch&amp;lat=31.1738&amp;lon=-97.3707#.WaF1iSiGOM8\" target=\"_blank\">Flash Flood Watch</a> and a <a href=\"http://forecast.weather.gov/showsigwx.php?warnzone=TXZ158&amp;warncounty=TXC027&amp;firewxzone=TXZ158&amp;local_place1=4%20Miles%20WSW%20Troy%20TX&amp;product1=Wind+Advisory&amp;lat=31.1738&amp;lon=-97.3707#.WaF1tyiGOM8\" target=\"_blank\">Wind Advisory</a> for Bell County today. In the map above, areas in the red are likely to experience winds near 40mph at times, and flooding is considered likely.</p>\n<p>Rain has been falling overnight making roads well saturated early Saturday. Please be safe if you have to travel this weekend. A Wind Advisory issued when winds reach 20-30 mile-per-hour. These winds will stay with us into our Saturday evening. Along a line from Lampasas to Waco to Athens 2 to 6 inches of rain is expected between now and Sunday.</p>\n<p><strong>Hurricane Harvey</strong> has caused flooding in many areas of south Texas and several power outages have. <a href=\"https://twitter.com/24_7_news?lang=en\" target=\"_blank\">24/7 News</a> reports nearly 300,000 Texans are without power.</p>\n<p class=\"more_act ga_network_button aligncenter\"><a class=\"button_act\" href=\"http://us105fm.com/watch-the-approach-of-hurricane-harvey-on-5-texas-web-cams/\" target=\"_blank\">View Harvey on 5 Texas Webcams</a></p>\n","postType":"post","wpVersion":"","alternateMetaForBlogroll":{"title":"Hurricane Harvey brings Wind Advisory, Flash Flood Watch to Centex","excerpt":"Hurricane Harvey is has been downgraded to a Catagory 1 storm as it moves inland over Texas and its expected to bring several inches of rain to Bell County this weekend. The National Weather Service has issued a Flash Flood Watch and a Wind Advisory for Bell County today. In the map above, areas in [&hellip;]","post_excerpt":"","post_more_excerpt":"<p><strong>Hurricane Harvey</strong> is has been downgraded to a<strong> Catagory 1</strong> storm as it moves inland over Texas and its expected to bring several inches of rain to Bell County this weekend.\n<p class=\"more_act\"><a href=\"http://ktemnews.com/hurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex/\" title=\"Hurricane Harvey brings Wind Advisory, Flash Flood Watch to Centex\">Read More</a></p>\n","permalink":"http://ktemnews.com/hurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex/","image":{"id":164249,"url":"http://us105fm.com/files/2017/08/NOAA-Hurricane-Harvey-8-26.png","caption":"NOAA - Hurricane Harvey 8-26"}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":false},"categories":[{"id":1,"slug":"articles","title":"Articles","description":"","parent":0,"post_count":8111,"link_url":"http://ktemnews.com/category/articles/","feed_url":"http://ktemnews.com/category/articles/feed/","term_taxonomy_id":1,"object_id":0}],"authors":[{"id":2707280,"slug":"wadams","name":"Wes Adams","first_name":"Wes","last_name":"Adams","nickname":"wadams","description":"In from Muscle Shoals, Alabama, Wes Adams is a big fan of all kinds of music, rodeos, fishing, baseball, and making new friends! Listen for chances to win concert tickets and prizes, stay up to date with local information like weather and traffic for Central Texas, and enjoy some awesome music along the way!","thumbnail":"http://us105fm.com/files/2016/04/Wes.jpg","url":"http://ktemnews.com/author/wadams/"}],"post_more_meta":{"meta":""},"social":{"tw":{"href":"http://twitter.com/intent/tweet?text=Hurricane%20Harvey%20brings%20Wind%20Advisory%2C%20Flash%20Flood%20Watch%20to%20Centex%20http%3A%2F%2Fktemnews.com%2Fhurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex%2F%3Ftrackback%3Dtwitter_mobile%20%40ktemnews","title":"Share on Twitter","target":"_blank"},"fb":{"href":"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fktemnews.com%2Fhurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex%2F%3Ftrackback%3Dfbshare_mobile","title":"Share on Facebook","target":"_blank"},"email":null,"pinterest":null,"print":null,"is_article":true},"nextArticle":"http://ktemnews.com/hospitals-seeking-blood-donations-before-hurricane-harvey-hits-land/","prevArticle":"http://ktemnews.com/bell-county-expo-offers-a-helping-hand-to-harvey-evacuees/","pageUrl":"/hurricane-harvey-brings-wind-advisory-flash-flood-watch-to-centex/","blogId":516,"domain":"ktemnews.com","crossPostAttributionBottom":"","rawContent":"<p>\n<sectiontag class=\"module\" contenteditable=\"false\" type=\"image\" attr-id=\"267424\" attr-caption=\" NOAA - Hurricane Harvey 8-26\" attr-align=\"center\" attr-width=\"424\" attr-height=\"314\" attr-url=\"http://us105fm.com/files/2017/08/NOAA-Hurricane-Harvey-8-26.png\"></sectiontag></p>\n<p><strong>Hurricane Harvey</strong> is has been downgraded to a<strong> Catagory 1</strong> storm as it moves inland over Texas and its expected to bring several inches of rain to Bell County this weekend.<span id=\"more-164250\"></span></p>\n<p><strong>The National Weather Service</strong> has issued a <a href=\"http://forecast.weather.gov/showsigwx.php?warnzone=TXZ158&amp;warncounty=TXC027&amp;firewxzone=TXZ158&amp;local_place1=4%20Miles%20WSW%20Troy%20TX&amp;product1=Flash+Flood+Watch&amp;lat=31.1738&amp;lon=-97.3707#.WaF1iSiGOM8\" target=\"_blank\">Flash Flood Watch</a> and a <a href=\"http://forecast.weather.gov/showsigwx.php?warnzone=TXZ158&amp;warncounty=TXC027&amp;firewxzone=TXZ158&amp;local_place1=4%20Miles%20WSW%20Troy%20TX&amp;product1=Wind+Advisory&amp;lat=31.1738&amp;lon=-97.3707#.WaF1tyiGOM8\" target=\"_blank\">Wind Advisory</a> for Bell County today. In the map above, areas in the red are likely to experience winds near 40mph at times, and flooding is considered likely.</p>\n<p>Rain has been falling overnight making roads well saturated early Saturday. Please be safe if you have to travel this weekend. A Wind Advisory issued when winds reach 20-30 mile-per-hour. These winds will stay with us into our Saturday evening. Along a line from Lampasas to Waco to Athens 2 to 6 inches of rain is expected between now and Sunday.</p>\n<p><strong>Hurricane Harvey</strong> has caused flooding in many areas of south Texas and several power outages have. <a href=\"https://twitter.com/24_7_news?lang=en\" target=\"_blank\">24/7 News</a> reports nearly 300,000 Texans are without power.</p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"button\" attr-href=\"http://us105fm.com/watch-the-approach-of-hurricane-harvey-on-5-texas-web-cams/\" attr-title=\"View Harvey on 5 Texas Webcams\" attr-align=\"center\" attr-appLink=\"false\"></sectiontag></p>\n","podContent":[{"type":"singlePostText","data":{"text":"<p><strong>Hurricane Harvey</strong> is has been downgraded to a<strong> Catagory 1</strong> storm as it moves inland over Texas and its expected to bring several inches of rain to Bell County this weekend.<span id=\"more-164250\"></span></p>\n"},"currentTextLength":170,"runningCounter":1,"cumulativePodTextLength":170,"totalSimilarConsecutiveElements":4,"totalTextLength":910},{"type":"singlePostText","data":{"text":"<p><strong>The National Weather Service</strong> has issued a <a href=\"http://forecast.weather.gov/showsigwx.php?warnzone=TXZ158&amp;warncounty=TXC027&amp;firewxzone=TXZ158&amp;local_place1=4%20Miles%20WSW%20Troy%20TX&amp;product1=Flash+Flood+Watch&amp;lat=31.1738&amp;lon=-97.3707#.WaF1iSiGOM8\" target=\"_blank\">Flash Flood Watch</a> and a <a href=\"http://forecast.weather.gov/showsigwx.php?warnzone=TXZ158&amp;warncounty=TXC027&amp;firewxzone=TXZ158&amp;local_place1=4%20Miles%20WSW%20Troy%20TX&amp;product1=Wind+Advisory&amp;lat=31.1738&amp;lon=-97.3707#.WaF1tyiGOM8\" target=\"_blank\">Wind Advisory</a> for Bell County today. In the map above, areas in the red are likely to experience winds near 40mph at times, and flooding is considered likely.</p>\n"},"currentTextLength":225,"runningCounter":2,"cumulativePodTextLength":395,"totalSimilarConsecutiveElements":4,"totalTextLength":910},{"type":"singlePostText","data":{"text":"<p>Rain has been falling overnight&#xA0;making roads well saturated early Saturday. Please be safe if you have to travel this weekend. A Wind Advisory issued&#xA0;when winds reach 20-30 mile-per-hour. These winds will stay with us into our Saturday evening. Along a line from Lampasas to Waco to Athens 2 to 6 inches of rain is expected between now and Sunday.</p>\n"},"currentTextLength":358,"runningCounter":3,"cumulativePodTextLength":753,"totalSimilarConsecutiveElements":4,"totalTextLength":910},{"type":"singlePostShareThrough","data":{}},{"type":"singlePostText","data":{"text":"<p><strong>Hurricane Harvey</strong> has caused flooding in many areas of south Texas and several power outages have. <a href=\"https://twitter.com/24_7_news?lang=en\" target=\"_blank\">24/7 News</a> reports nearly 300,000 Texans are without power.</p>\n"},"currentTextLength":157,"runningCounter":4,"cumulativePodTextLength":910,"totalSimilarConsecutiveElements":4,"totalTextLength":910}],"uniquePodTypes":["singlePostImage","singlePostText","singlePostButton"],"podHeader":[{"type":"singlePostImage","data":{"id":267424,"caption":"NOAA - Hurricane Harvey 8-26","align":"center","width":424,"height":314,"url":"http://us105fm.com/files/2017/08/NOAA-Hurricane-Harvey-8-26.png"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"podFooter":{"type":"singlePostButton","data":{"href":"http://us105fm.com/watch-the-approach-of-hurricane-harvey-on-5-texas-web-cams/","title":"View Harvey on 5 Texas Webcams","align":"center","applink":"false"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},"next":{"latest":[{"postId":164241,"documentUrl":"/texas-fire-chiefs-association-selects-belton-fd-among-best-in-texas/","filterUrl":"/rest/carbon/filter/main/texas-fire-chiefs-association-selects-belton-fd-among-best-in-texas/","sortDate":"2017-08-25 18:05:49.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164235,"documentUrl":"/killeen-community-center-designated-a-hurricane-harvey-emergency-shelter/","filterUrl":"/rest/carbon/filter/main/killeen-community-center-designated-a-hurricane-harvey-emergency-shelter/","sortDate":"2017-08-25 16:37:16.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164209,"documentUrl":"/man-killed-by-shot-through-house-in-killeen/","filterUrl":"/rest/carbon/filter/main/man-killed-by-shot-through-house-in-killeen/","sortDate":"2017-08-25 12:51:30.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164220,"documentUrl":"/watch-the-approach-of-hurricane-harvey-on-5-texas-web-cams/","filterUrl":"/rest/carbon/filter/main/watch-the-approach-of-hurricane-harvey-on-5-texas-web-cams/","sortDate":"2017-08-25 11:30:04.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164202,"documentUrl":"/frankie-macdonald-warns-of-flooding-in-san-antonio-in-greatest-weather-forecast-ever/","filterUrl":"/rest/carbon/filter/main/frankie-macdonald-warns-of-flooding-in-san-antonio-in-greatest-weather-forecast-ever/","sortDate":"2017-08-25 10:15:14.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164204,"documentUrl":"/killeen-residents-may-sign-up-for-codered/","filterUrl":"/rest/carbon/filter/main/killeen-residents-may-sign-up-for-codered/","sortDate":"2017-08-25 10:04:57.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164195,"documentUrl":"/flash-flood-watch-issued-for-bell-county-as-hurricane-harvey-approaches/","filterUrl":"/rest/carbon/filter/main/flash-flood-watch-issued-for-bell-county-as-hurricane-harvey-approaches/","sortDate":"2017-08-25 07:51:56.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164188,"documentUrl":"/us-105-tours-temple-city-tree-farm/","filterUrl":"/rest/carbon/filter/main/us-105-tours-temple-city-tree-farm/","sortDate":"2017-08-24 21:26:42.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164181,"documentUrl":"/summer-film-series-continues-this-sunday-at-cac/","filterUrl":"/rest/carbon/filter/main/summer-film-series-continues-this-sunday-at-cac/","sortDate":"2017-08-24 16:39:41.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164174,"documentUrl":"/harvey-officially-upgraded-to-hurricane-mandatory-evacuations-underway/","filterUrl":"/rest/carbon/filter/main/harvey-officially-upgraded-to-hurricane-mandatory-evacuations-underway/","sortDate":"2017-08-24 15:50:46.000 +0000","termTaxonomyId":1,"taxonomyType":"category"}],"taxonomy":[{"postId":164241,"documentUrl":"/texas-fire-chiefs-association-selects-belton-fd-among-best-in-texas/","filterUrl":"/rest/carbon/filter/main/texas-fire-chiefs-association-selects-belton-fd-among-best-in-texas/","sortDate":"2017-08-25 18:05:49.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164235,"documentUrl":"/killeen-community-center-designated-a-hurricane-harvey-emergency-shelter/","filterUrl":"/rest/carbon/filter/main/killeen-community-center-designated-a-hurricane-harvey-emergency-shelter/","sortDate":"2017-08-25 16:37:16.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164209,"documentUrl":"/man-killed-by-shot-through-house-in-killeen/","filterUrl":"/rest/carbon/filter/main/man-killed-by-shot-through-house-in-killeen/","sortDate":"2017-08-25 12:51:30.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164220,"documentUrl":"/watch-the-approach-of-hurricane-harvey-on-5-texas-web-cams/","filterUrl":"/rest/carbon/filter/main/watch-the-approach-of-hurricane-harvey-on-5-texas-web-cams/","sortDate":"2017-08-25 11:30:04.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164202,"documentUrl":"/frankie-macdonald-warns-of-flooding-in-san-antonio-in-greatest-weather-forecast-ever/","filterUrl":"/rest/carbon/filter/main/frankie-macdonald-warns-of-flooding-in-san-antonio-in-greatest-weather-forecast-ever/","sortDate":"2017-08-25 10:15:14.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164204,"documentUrl":"/killeen-residents-may-sign-up-for-codered/","filterUrl":"/rest/carbon/filter/main/killeen-residents-may-sign-up-for-codered/","sortDate":"2017-08-25 10:04:57.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164195,"documentUrl":"/flash-flood-watch-issued-for-bell-county-as-hurricane-harvey-approaches/","filterUrl":"/rest/carbon/filter/main/flash-flood-watch-issued-for-bell-county-as-hurricane-harvey-approaches/","sortDate":"2017-08-25 07:51:56.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164188,"documentUrl":"/us-105-tours-temple-city-tree-farm/","filterUrl":"/rest/carbon/filter/main/us-105-tours-temple-city-tree-farm/","sortDate":"2017-08-24 21:26:42.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164181,"documentUrl":"/summer-film-series-continues-this-sunday-at-cac/","filterUrl":"/rest/carbon/filter/main/summer-film-series-continues-this-sunday-at-cac/","sortDate":"2017-08-24 16:39:41.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":164174,"documentUrl":"/harvey-officially-upgraded-to-hurricane-mandatory-evacuations-underway/","filterUrl":"/rest/carbon/filter/main/harvey-officially-upgraded-to-hurricane-mandatory-evacuations-underway/","sortDate":"2017-08-24 15:50:46.000 +0000","termTaxonomyId":1,"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":2},"data":["carbonwidget/dynamic-ad-custom"],"dataDetails":{"carbonwidget/dynamic-ad-custom":{"adUnit":"dynamic-ad-custom","adType":"dfp6"}}},"carbonwidget/dynamic-ad-header":{"info":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-header","widgetTime":2},"data":["carbonwidget/dynamic-ad-header"],"dataDetails":{"carbonwidget/dynamic-ad-header":{"adUnit":"dynamic-ad-header","adType":"dfp6"}}},"carbonwidget/dynamic-ad-push":{"info":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-push","widgetTime":2},"data":["carbonwidget/dynamic-ad-push"],"dataDetails":{"carbonwidget/dynamic-ad-push":{"adUnit":"dynamic-ad-push","adType":"dfp6"}}},"carbonwidget/tsm-out-of-page":{"info":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"tsm-out-of-page","widgetTime":2},"data":["carbonwidget/tsm-out-of-page"],"dataDetails":{"carbonwidget/tsm-out-of-page":{"adUnit":"tsm-out-of-page","adType":"dfp6"}}},"carbonwidget/bottom-728x90":{"info":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"bottom-728x90","widgetTime":2},"data":["carbonwidget/bottom-728x90"],"dataDetails":{"carbonwidget/bottom-728x90":{"adUnit":"bottom-728x90","adType":"dfp6"}}},"ts_blogroll-8":{"info":{"id":"ts_blogroll-8","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"8"},"params":{"title":"","type":"sidebar_thumb_title_date","cat":"","tag":"","private_tag":"","posts_per_page":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0,"widgetTime":4,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[],"dataDetails":{},"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":"35864","placement":"","targettype":"","mode":"","widgetTime":1},"data":[],"dataDetails":{}},"widget_third_party_content-3":{"info":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"params":{"type":"zergnet","title":"Best of the Web","id":"13771","placement":"","targettype":"","mode":"","widgetTime":1},"data":[],"dataDetails":{}},"fix_sidebar_marker-36":{"info":{"id":"fix_sidebar_marker-36","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"36"},"params":{"title":"Fix Sidebar Marker","widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-481":{"info":{"id":"ts_blogroll-481","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"481"},"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":0},"data":[169651,169646,169171],"dataDetails":{"169171":{"postid":"169171","sortdate":"2018-01-29T16:49:54.000Z","data":{"mainData":{"postType":"post","caption":"Yuji Sakai, Getty Images","thumbnail":"http://ktemnews.com/files/2013/07/Flames-Yuji-Sakai-Getty-Images.jpg","postDateGmt":"2018-01-29 16:49:54 +0000","title":"Bell County Burn Ban","url":"http://ktemnews.com/burn-ban-begins-tuesday-january-30-2018-in-bell-county/","id":169171,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"County Judge Jon H. Burrows has approved a burn ban that will start Tuesday, January 30 and run through late February.","authors":[{"id":692661,"slug":"aaronsavage","name":"Aaron Savage","first_name":"Aaron","last_name":"Savage","nickname":"KTEM Staff","url":"http://ktemnews.com/author/aaronsavage/","thumbnail":"http://ktemnews.com/files/2017/03/self-portrait.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Bell County Burn Ban","dynamic-lead-excerpt":"County Judge Jon H. Burrows has approved a burn ban that will start Tuesday, January 30 and run through late February.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Burn Ban Begins Tuesday, January 30 in Bell County"}}},"169646":{"postid":"169646","sortdate":"2018-02-12T15:54:00.000Z","data":{"mainData":{"postType":"post","caption":"News Sport via youtube","thumbnail":"http://us105fm.com/files/2018/02/News-Sport-via-youtube.png","postDateGmt":"2018-02-12 15:54:00 +0000","title":"Texan Sent Resume to ISIS","url":"http://ktemnews.com/university-of-houston-grad-warren-clark-sent-resume-to-isis/","id":169646,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Warren Clark is a University of Houston grad looking for work as an English teacher. A government report says he sent his resume to ISIS in Iraq. ","authors":[{"id":2707280,"slug":"wadams","name":"Wes Adams","first_name":"Wes","last_name":"Adams","nickname":"wadams","thumbnail":"http://us105fm.com/files/2016/04/Wes.jpg","url":"http://ktemnews.com/author/wadams/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=pFfouM5_hzs","youtubeId":"pFfouM5_hzs"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=pFfouM5_hzs","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"University of Houston Grad Sends Resume to ISIS for Teaching Job","dynamic-lead-title":"Texan Sent Resume to ISIS","dynamic-lead-excerpt":"Warren Clark is a University of Houston grad looking for work as an English teacher. A government report says he sent his resume to ISIS in Iraq. ","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"169651":{"postid":"169651","sortdate":"2018-02-13T16:05:58.000Z","data":{"mainData":{"postType":"post","caption":"Rachel Wohleb (left), Kara Fish (center), Janet Leigh (right)  | Belton ISD Photo\n","thumbnail":"http://ktemnews.com/files/2018/02/01222018-All-State-Choir-Board-Recognitions.jpg","postDateGmt":"2018-02-13 16:05:58 +0000","title":"Belton Singers Selected for All-State Choirs","url":"http://ktemnews.com/belton-high-school-choir-vocalists-selected-as-texas-all-state-musicians/","id":169651,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Congratulations to Kara Fish and Rachel Wohleb, who&apos;ll represent Central Texas at the Texas Music Educators Association Convention this Saturday!","authors":[{"id":692661,"slug":"aaronsavage","name":"Aaron Savage","first_name":"Aaron","last_name":"Savage","nickname":"KTEM Staff","url":"http://ktemnews.com/author/aaronsavage/","thumbnail":"http://ktemnews.com/files/2017/03/self-portrait.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Belton Singers Selected for All-State Choirs","dynamic-lead-excerpt":"Congratulations to Kara Fish and Rachel Wohleb, who&apos;ll represent Central Texas at the Texas Music Educators Association Convention this Saturday!","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Belton Vocalists Selected as Texas All-State Musicians"}}}},"redisCached":true},"google-ads-widget-333":{"info":{"id":"google-ads-widget-333","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"333"},"params":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":1},"data":["top-right-300x250"],"dataDetails":{"top-right-300x250":{"adUnit":"top-right-300x250","adType":"dfp6"}}},"tsq_sailthru_newsletter_widget-315":{"info":{"id":"tsq_sailthru_newsletter_widget-315","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"315"},"params":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["KTEM-AM"],"widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-482":{"info":{"id":"ts_blogroll-482","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"482"},"params":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3,"widgetTime":3,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[169669,169651,169644],"dataDetails":{"169644":{"postid":"169644","sortdate":"2018-02-12T21:28:45.000Z","data":{"mainData":{"postType":"post","caption":"Via devinsupertramp on YouTube\n","thumbnail":"http://krock1017fm.com/files/2018/02/hqdefault5.jpg","postDateGmt":"2018-02-12 21:28:45 +0000","title":"Central Texas Needs to Start a Running of the Zorb","url":"http://ktemnews.com/central-texas-needs-to-start-a-running-of-the-zorb/","id":169644,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Some folks call it Indiana Jones in real life. Others call it Zorbing. Let&apos;s just call it fun and be done with it.","authors":[{"id":667529,"slug":"michaelbehan","name":"Big Q","first_name":"MICHAEL","last_name":"Behan","nickname":"The Big Q","thumbnail":"http://k1017fm.com/files/2014/10/Q1.jpg","url":"http://ktemnews.com/author/michaelbehan/"}],"video":true,"videoUrl":"https://youtu.be/qPKKtvkVAjY","youtubeId":"qPKKtvkVAjY"},"alternateData":{"_townsquare_media_url":"https://youtu.be/qPKKtvkVAjY","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Central Texas Needs to Start a Running of the Zorb"}}},"169651":{"postid":"169651","sortdate":"2018-02-13T16:05:58.000Z","data":{"mainData":{"postType":"post","caption":"Rachel Wohleb (left), Kara Fish (center), Janet Leigh (right)  | Belton ISD Photo\n","thumbnail":"http://ktemnews.com/files/2018/02/01222018-All-State-Choir-Board-Recognitions.jpg","postDateGmt":"2018-02-13 16:05:58 +0000","title":"Belton Vocalists Selected as Texas All-State Musicians","url":"http://ktemnews.com/belton-high-school-choir-vocalists-selected-as-texas-all-state-musicians/","id":169651,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Congratulations to Kara Fish and Rachel Wohleb, who&apos;ll represent Central Texas at the Texas Music Educators Association Convention this Saturday!","authors":[{"id":692661,"slug":"aaronsavage","name":"Aaron Savage","first_name":"Aaron","last_name":"Savage","nickname":"KTEM Staff","url":"http://ktemnews.com/author/aaronsavage/","thumbnail":"http://ktemnews.com/files/2017/03/self-portrait.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Belton Singers Selected for All-State Choirs","dynamic-lead-excerpt":"Congratulations to Kara Fish and Rachel Wohleb, who&apos;ll represent Central Texas at the Texas Music Educators Association Convention this Saturday!","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Belton Vocalists Selected as Texas All-State Musicians"}}},"169669":{"postid":"169669","sortdate":"2018-02-13T16:57:42.000Z","data":{"mainData":{"postType":"post","caption":"John Rodriguez","thumbnail":"http://us105fm.com/files/2016/05/Road-Closed-ThinkStock1.jpg","postDateGmt":"2018-02-13 16:57:42 +0000","title":"Road Closures In Killeen This Week","url":"http://ktemnews.com/city-of-killeen-road-closures-infrastructure-improvements/","id":169669,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Be careful and use caution in these areas this week!","authors":[{"id":2162826,"slug":"jamiengreen","name":"Melz On The MIC","first_name":"Jamien","last_name":"Green","nickname":"Melz On The MIC","thumbnail":"http://mykiss1031.com/files/2016/04/12973280_1101354353220378_6748818325653603723_o.jpg","url":"http://ktemnews.com/author/jamiengreen/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Killeen Road Closures","dynamic-lead-excerpt":"Portions of several roads will be closed in Killeen this week as crews work to rehabilitate a water main.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Road Closures In Killeen This Week"}}}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":12},"data":[],"dataDetails":{}},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":10},"data":["1",{"2":["2.1"]},{"3":["3.1","3.2"]},{"4":["4.1","4.2","4.3"]},{"5":["5.1","5.2","5.3",{"5.4":["5.4.1","5.4.2","5.4.3","5.4.4"]}]},"6","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":9335,"title":"Listen","titleExcerpt":"Listen","href":"/listen-live","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":3724,"title":"Events","titleExcerpt":"Events","href":"http://myktem.com/events-killeen/","samedomain":false,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":9857,"title":"KIN","titleExcerpt":"KIN","href":"/vip","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":71735,"title":"Weather","titleExcerpt":"Weather","href":"http://myktem.com/temple-weather/","samedomain":false,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":117185,"title":"Win Stuff","titleExcerpt":"Win Stuff","href":"/contests/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/","hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":108892,"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":9337,"title":"Contact Us","titleExcerpt":"Contact Us","href":"/help","samedomain":true,"hasBlogroll":false}},"2.1":{"menuId":"2.1","attrs":{"menuPostId":9334,"title":"Today's Schedule","titleExcerpt":"Today's Schedule","href":"/shows","samedomain":true,"hasBlogroll":false}},"3.1":{"menuId":"3.1","attrs":{"menuPostId":9851,"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":49261,"title":"Submit An Event","titleExcerpt":"Submit An Event","href":"http://myktem.com/events-killeen/community/add/","samedomain":false,"hasBlogroll":false}},"4.2":{"menuId":"4.2","attrs":{"menuPostId":71738,"title":"Community Calendar","titleExcerpt":"Community Calendar","href":"http://myktem.com/events-killeen/","samedomain":false,"hasBlogroll":false}},"4.3":{"menuId":"4.3","attrs":{"menuPostId":117187,"title":"Check Your KWTX Local Weather","titleExcerpt":"Check Your KWTX Local Weather","href":"http://www.kwtx.com/weather","samedomain":false,"hasBlogroll":false}},"5.1":{"menuId":"5.1","attrs":{"menuPostId":9859,"title":"Sign Up","titleExcerpt":"Sign Up","href":"/registration","samedomain":true,"hasBlogroll":false}},"5.2":{"menuId":"5.2","attrs":{"menuPostId":117339,"title":"Contests","titleExcerpt":"Contests","href":"/contests/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/","hasBlogroll":false}},"5.3":{"menuId":"5.3","attrs":{"menuPostId":127399,"title":"Picking Up Prizes and General Contest Rules","titleExcerpt":"","href":"/prizes","samedomain":true,"hasBlogroll":false}},"5.4":{"menuId":"5.4","attrs":{"menuPostId":35086,"title":"View Local Experts","titleExcerpt":"View Local Experts","href":"http://myktem.com/local-experts/","samedomain":false,"hasBlogroll":false}},"5.4.1":{"menuId":"5.4.1","attrs":{"menuPostId":79619,"title":"Amos Electric","titleExcerpt":"Amos Electric","href":"/vip/sponsors/amos-electric-3/","samedomain":true,"hasBlogroll":false}},"5.4.2":{"menuId":"5.4.2","attrs":{"menuPostId":140052,"title":"Ed Laughlin","titleExcerpt":"Ed Laughlin","href":"/ed-l-laughlin/","samedomain":true,"hasBlogroll":false}},"5.4.3":{"menuId":"5.4.3","attrs":{"menuPostId":113890,"title":"Maaco","titleExcerpt":"Maaco","href":"/local_experts/maaco-collision-repair-and-auto-painting/","samedomain":true,"hasBlogroll":false}},"5.4.4":{"menuId":"5.4.4","attrs":{"menuPostId":94874,"title":"TTD Bookkeeping","titleExcerpt":"TTD Bookkeeping","href":"/vip/sponsors/ttd-bookkeeping-service/","samedomain":true,"hasBlogroll":false}},"8.1":{"menuId":"8.1","attrs":{"menuPostId":135263,"title":"Account Executive","titleExcerpt":"Account Executive","href":"/job-opening-account-executive-temple-tx/","samedomain":true,"hasBlogroll":false}},"8.2":{"menuId":"8.2","attrs":{"menuPostId":135262,"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":135261,"title":"Townsquare Job Network","titleExcerpt":"Townsquare Job Network","href":"http://killeen.townsquarejobnetwork.com/","samedomain":false,"hasBlogroll":false}},"8.4":{"menuId":"8.4","attrs":{"menuPostId":166435,"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":9338,"title":"Help & Contact Info","titleExcerpt":"Help & Contact Info","href":"/help","samedomain":true,"hasBlogroll":false}},"9.2":{"menuId":"9.2","attrs":{"menuPostId":9852,"title":"Feedback","titleExcerpt":"Feedback","href":"/feedback","samedomain":true,"hasBlogroll":false}},"9.3":{"menuId":"9.3","attrs":{"menuPostId":59630,"title":"Advertise","titleExcerpt":"Advertise","href":"/advertise","samedomain":true,"hasBlogroll":false}}}},"carbonwidget/nav/promo_links":{"info":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"},"params":{"widgetTime":10},"data":["1","2","3","4","5","6","7","8","9","10","11","12"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":104794,"title":"Hot Now","titleExcerpt":"Hot Now","href":"","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":169450,"title":"Valentine's Day Giveaway","titleExcerpt":"Valentine's Day Giveaway","href":"/valentines-day-2018-dig-yourself-out-of-the-dog-house/","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":169510,"title":"Free Movie Tickets","titleExcerpt":"Free Movie Tickets","href":"/win-tickets-to-a-romantic-classic-returning-to-theaters/","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":167483,"title":"KTEM App & Alexa Skill","titleExcerpt":"KTEM App & Alexa Skill","href":"/?p=167471","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":139902,"title":"Local News","titleExcerpt":"Local News","href":"/category/news/local-news/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/news/local-news/","hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":163059,"title":"Local Crime","titleExcerpt":"Local Crime","href":"/tags/local-crime/","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/local-crime/","hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":148251,"title":"Structurally Deficient Bridges in Bell County","titleExcerpt":"Structurally Deficient Bridges in Bell County","href":"/?p=158167","samedomain":true,"hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":130141,"title":"Become KIN","titleExcerpt":"Become KIN","href":"/registration","samedomain":true,"hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":157431,"title":"KTEM on Facebook","titleExcerpt":"KTEM on Facebook","href":"https://www.facebook.com/ktemnews/","samedomain":false,"hasBlogroll":false}},"10":{"menuId":"10","attrs":{"menuPostId":139901,"title":"Listen Live","titleExcerpt":"Listen Live","href":"/listen-live","samedomain":true,"hasBlogroll":false}},"11":{"menuId":"11","attrs":{"menuPostId":144056,"title":"Hometown Heroes","titleExcerpt":"Hometown Heroes","href":"/?submit_button=&s=hometown+heroes","samedomain":true,"hasBlogroll":false}},"12":{"menuId":"12","attrs":{"menuPostId":168942,"title":"Big Game Squares Rules","titleExcerpt":"Big Game Squares Rules","href":"/?p=143647","samedomain":true,"hasBlogroll":false}}}},"carbonwidget/nav/footer":{"info":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"},"params":{"widgetTime":14},"data":["1","2","3","4","5","6","7","8","9","10","11"],"dataDetails":{"1":{"menuId":"1","attrs":{"title":"2016 EEO Report","href":"/eeo/"}},"2":{"menuId":"2","attrs":{"title":"Advertise","href":"/advertise/"}},"3":{"menuId":"3","attrs":{"title":"Public File","href":"/ktem-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/"}}}}},"data":{},"time":{"wpTime":13.094,"mainOptionsTime":64.171,"sidebarsTime":9.791,"widgetsTime":31.912,"processTime":119.148},"experimentGroup":"B"},"serverConfig":{"host":"ktemnews.com","ua":"python-requests/2.10.0"}},"listenLive":{},"nav":{},"newsletter":{},"ui":{},"weather":{},"youtube":{},"sweeps":{},"form":{"NavSearchForm":{"registeredFields":[{"name":"searchInput","type":"Field"}]}},"routing":{"locationBeforeTransitions":null},"events":{},"ads":{}}
          </script>
          <script src="//cdn.production.townsquareblogs.com/public/dist/main.bundle.js?ver=82b4135bab9c2dc599baca830b345a05df70bfdf"></script>
        </body>
      </html>