<!doctype html>
      <html class="single" lang="en">
        <head>
          <title data-react-helmet="true">Hurricane Harvey and the Great Lakes?</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="How much would Hurricane Harvey rain raise the Great Lakes?"/><meta data-react-helmet="true" name="keywords" content="great lakes hurricane harvey rainfall"/><meta data-react-helmet="true" property="fb:app_id" content="562523347161546"/><meta data-react-helmet="true" property="fb:admins" content="100002025987268"/><meta data-react-helmet="true" property="fb:admins" content="664423889"/><meta data-react-helmet="true" property="og:title" content="Hurricane Harvey and the Great Lakes?"/><meta data-react-helmet="true" property="og:description" content="How much would Hurricane Harvey rain raise the Great Lakes?"/><meta data-react-helmet="true" property="og:url" content="http://wbckfm.com/hurricane-harvey-and-the-great-lakes/"/><meta data-react-helmet="true" property="og:site_name" content="WBCKFM"/><meta data-react-helmet="true" property="og:type" content="blog"/><meta data-react-helmet="true" property="og:image" content="http://wbckfm.com/files/2017/08/Boat-saving-people-Hurricane-Harvey-Getty-Images-by-Scott-Olson.jpg?w=600&amp;h=0&amp;zc=1&amp;s=0&amp;a=t&amp;q=89"/><meta data-react-helmet="true" name="twitter:card" content="summary_large_image"/><meta data-react-helmet="true" name="twitter:site" content="@wbcknews"/><meta data-react-helmet="true" name="sailthru.description" content="How much would Hurricane Harvey rain raise the Great Lakes?"/><meta data-react-helmet="true" name="sailthru.date" content="2017-08-30 06:46:58"/><meta data-react-helmet="true" name="sailthru.title" content="Hurricane Harvey and the Great Lakes?"/><meta data-react-helmet="true" name="sailthru.tags" content="tsmsite-wbck, tsmmarket-battlecreek, tsmtype-local, harvey, houston, hurricane, weather"/><meta data-react-helmet="true" name="sailthru.author" content="renk"/><meta data-react-helmet="true" name="sailthru.image.full" content="http://wbckfm.com/files/2017/08/Boat-saving-people-Hurricane-Harvey-Getty-Images-by-Scott-Olson.jpg"/><meta data-react-helmet="true" name="sailthru.image.thumb" content="http://wbckfm.com/files/2017/08/Boat-saving-people-Hurricane-Harvey-Getty-Images-by-Scott-Olson.jpg"/><meta data-react-helmet="true" property="fb:pages" content="192937086432"/><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://wbckfm.production.townsquareblogs.com/files/2013/12/favicon.ico"/><link data-react-helmet="true" rel="profile" href="http://gmpg.org/xfn/11"/><link data-react-helmet="true" rel="canonical" href="http://wbckfm.com/hurricane-harvey-and-the-great-lakes/"/>
          <link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic|Roboto:400,400italic,500,500italic,700,300italic,300|Roboto+Condensed:300,400,700" rel="stylesheet" type="text/css" />
          <link href="/styles/base.css?ver=3b9dbc3b07b0bef2c96b11376b1d9e6298d9a129&mver=2" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "B";
          window.TSM.cadata = {"activeDomain":"wbckfm.com","blogId":656,"method":"get_single","postId":103310,"postType":"post","postDateGmt":"2017-08-30 10:46:58.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":"renk","dimension2":"weather","dimension3":"harvey,houston,hurricane","dimension4":"post","dimension5":"Wed Aug 30 2017","dimension6":"06:46","dimension7":"standard","dimension8":"1725","dimension9":"B","dimension10":"no"};
ga( "create", {
          trackingId:"UA-45678904-2",
          name: "primary",
          allowAnchor: false
        });
        ga( "primary.require", "displayfeatures" );
        ga( "primary.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "primary" ] = {gaid:"UA-45678904-2"};
ga( "create", {
          trackingId:"UA-19109753-1",
          name: "UA191097531",
          allowAnchor: false
        });
        ga( "UA191097531.require", "displayfeatures" );
        ga( "UA191097531.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA191097531" ] = {gaid:"UA-19109753-1"};
ga( "create", {
          trackingId:"UA-45678904-1",
          name: "UA456789041",
          allowAnchor: false
        });
        ga( "UA456789041.require", "displayfeatures" );
        ga( "UA456789041.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA456789041" ] = {gaid:"UA-45678904-1"};
ga( "create", {
          trackingId:"UA-28825804-3",
          name: "UA288258043",
          allowAnchor: false
        });
        ga( "UA288258043.require", "displayfeatures" );
        ga( "UA288258043.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA288258043" ] = {gaid:"UA-28825804-3"};
ga( "create", {
          trackingId:"UA-45260060-4",
          name: "UA452600604",
          allowAnchor: false
        });
        ga( "UA452600604.require", "displayfeatures" );
        ga( "UA452600604.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA452600604" ] = {gaid:"UA-45260060-4"};
ga( "create", {
          trackingId:"UA-45678904-5",
          name: "UA456789045",
          allowAnchor: false
        });
        ga( "UA456789045.require", "displayfeatures" );
        ga( "UA456789045.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA456789045" ] = {gaid:"UA-45678904-5"};
            })(window);
          </script>
          <script async src="https://www.google-analytics.com/analytics.js"></script>
          <script>(function(w){
      w.dataLayer = [{"title":"Hurricane Harvey and the Great Lakes?","callsign":"WBCKFM","market":"Battle Creek","sitetype":"Local","siteClassification":"Local","state":"MI","genre":"news-talk","pageType":"post","tags":"harvey,houston,hurricane","categories":"weather","mediaType":"none"}];
      w.dataLayer[0].referer = document.referrer;w.dataLayer[0].curatedReferer = document.referrer.replace( /https?:\/\//, "" );w.dataLayer[0].dayOfWeek = function(n){return n.toLocaleString("en-US",{weekday:"long"})}(new Date);w.dataLayer[0].periodOfDay = function(n,t,i){t=n.getHours(),i=n.getMinutes(),i<10&&(i="0"+i);var r=parseInt(t+""+i);return r>=0&&r<600?"Overnight":r>=600&&r<1e3?"Morning Drive":r>=1e3&&r<1500?"Midday":r>=1500&&r<1900?"Afternoon Drive":r>=1900&&r<2400?"Evening":void 0}(new Date);
    })(window);</script>
          <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({"gtm.start": new Date().getTime(),event:"gtm.js"});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!="dataLayer"?"&l="+l:"";j.async=true;j.src= "https://www.googletagmanager.com/gtm.js?id="+i+dl;f.parentNode.insertBefore(j,f); })(window,document,"script","dataLayer","GTM-K346HJZ");</script>
          <script>
        (function(w,dl){
          if( dl && dl[0] ){
            dl = dl[0];
            w._oiqq = w._oiqq || [];
            var keywordMeta = document.querySelector( "meta[name='keywords']");
            _oiqq.push(["oiq_addPageBrand", "title:" + dl.title]);
            _oiqq.push(["oiq_addPageBrand", "domain:" + location.hostname]);
            _oiqq.push(["oiq_addPageBrand", "callsign:" + dl.callsign]);
            _oiqq.push(["oiq_addPageCat", "url_path:" + location.pathname]);
            _oiqq.push(["oiq_addPageCat", "meta_keywords:" + ( keywordMeta ? keywordMeta.content : "" ) ]);
            _oiqq.push(["oiq_addPageCat", "title:" + dl.title]);
            _oiqq.push(["oiq_addPageCat", "callsign:" + dl.callsign]);
            _oiqq.push(["oiq_addPageCat", "market:" + dl.market]);
            _oiqq.push(["oiq_addPageCat", "sitetype:" + dl.sitetype]);
            _oiqq.push(["oiq_addPageCat", "state:" + dl.state]);
            _oiqq.push(["oiq_addPageCat", "page_type:" + dl.pageType]);
            _oiqq.push(["oiq_addPageCat", "media_type:" + dl.mediaType]);
            _oiqq.push(["oiq_addPageCat", "day_of_week:" + dl.dayOfWeek]);
            _oiqq.push(["oiq_addPageCat", "newsletter_submission:" + (dl.newsletterSubmission || "no")]);
            _oiqq.push(["oiq_addPageCat", "period_of_day:" + dl.periodOfDay]);
            _oiqq.push(["oiq_addPageCat", "curated_referer:" + dl.curatedReferer]);
            _oiqq.push(["oiq_addPageCat", "genre:" + dl.genre]);
            _oiqq.push(["oiq_addPageCat", "tags:" + dl.tags]);
            _oiqq.push(["oiq_addPageCat", "categories:" + dl.categories]);
            _oiqq.push(["oiq_doTag"]);
            _oiqq.push(["oiq_addPageLifecycle", "ecv3"]);
          }
        })(window, window.dataLayer);
        (function() {
        var oiq = document.createElement("script"); oiq.type = "text/javascript"; oiq.async = true;
        oiq.src = document.location.protocol + "//px.owneriq.net/stas/s/0frxgz.js";
        var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(oiq, s);
        })();
      </script>
          
          <script class="kxct" data-id="rwjnisqy1" data-timing="async" data-version="3.0" type="text/javascript">
        window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);
        (function(){
          var k=document.createElement("script");k.type="text/javascript";k.async=true;
          k.src=(location.protocol==="https:"?"https:":"http:")+"//"+"cdn.krxd.net/controltag/rwjnisqy1.js";
          var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(k,s);
        }());
      </script><script 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=wbckfm.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", ["weather"] );
googletag.pubads().setTargeting( "tags", ["harvey","houston","hurricane"] );
googletag.pubads().setTargeting( "id", "hurricane-harvey-and-the-great-lakes" );
googletag.pubads().setTargeting( "author", "renk" );
googletag.pubads().setTargeting( "kw", ["renk","hurricane-harvey-and-the-great-lakes","weather","harvey","houston","hurricane","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/Battle_creek/WBCK/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/Battle_creek/WBCK/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/Battle_creek/WBCK/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/Battle_creek/WBCK/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/Battle_creek/WBCK/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/Battle_creek/WBCK/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/Battle_creek/WBCK/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/Battle_creek/WBCK/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/Battle_creek/WBCK/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="590192565"><!-- 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="95.3 WBCKFM" title="95.3 WBCKFM" data-reactid="14"><img src="http://wbckfm.com/files/2017/12/wbckfm-logo.png" alt="95.3 WBCKFM" title="95.3 WBCKFM" 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://wbckfm.com/files/2014/09/denny_hosting.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://wbckfm.com/show/frontlines-of-freedom/" data-reactid="31">Frontlines of Freedom</a></div></div></div></div></div><a class="listen-live-cto cto" href="/listen-live/" data-reactid="32"><span class="icon-play2" data-reactid="33"></span><span class="cto-title" data-reactid="34">Listen Now</span></a><a class="sign-in-out" href="/#auth-start" title="" data-reactid="35"></a></div><nav id="site-menu" data-reactid="36"><div class="wrapper" data-reactid="37"><span class="icon-base icon-menu select-none" data-reactid="38"></span><ul class="links" data-reactid="39"><li class="hassub" data-reactid="40"><a href="/" data-reactid="41">Home</a></li><li class="hassub" data-reactid="42"><a href="/djs" data-reactid="43">On-Air</a><ul class="links submenu" data-reactid="44"><li class="hassub" data-reactid="45"><a href="/shows" data-reactid="46">Schedule</a></li><li class="hassub" data-reactid="47"><a href="/author/timcollins/" data-reactid="48">Tim Collins</a><ul class="links submenu" data-reactid="49"><li class="hassub" data-reactid="50"><a href="/wigglytailwednesday/" data-reactid="51">Wiggly Tail Wednesday</a></li></ul></li><li class="hassub" data-reactid="52"><a href="/author/renk/" data-reactid="53">Renk</a></li></ul></li><li class="hassub" data-reactid="54"><a href="/listen-live" data-reactid="55">Listen</a><ul class="links submenu" data-reactid="56"><li class="hassub" data-reactid="57"><a href="/listen-live" data-reactid="58">Listen Live</a></li><li class="hassub" data-reactid="59"><a href="/app" data-reactid="60">Mobile App</a></li><li class="hassub" data-reactid="61"><a href="/95-3-wbck-is-now-available-on-amazon-alexa-enabled-devices/" data-reactid="62">Listen on Amazon Alexa</a></li></ul></li><li class="hassub" data-reactid="63"><a href="/events-battle-creek" data-reactid="64">Events</a><ul class="links submenu" data-reactid="65"><li class="hassub" data-reactid="66"><a href="/events-battle-creek/2018-wine-not-winter-wine-festival/03-march-2018-radisson-plaza-hotel/" data-reactid="67">Wine Not</a></li><li class="hassub" data-reactid="68"><a href="/events-battle-creek/kalamazoo-spring-job-fair/14-march-2018-kalamazoo-county-expo-center/" data-reactid="69">Kalamazoo Job Fair</a></li><li class="hassub" data-reactid="70"><a href="/events-battle-creek" data-reactid="71">Community Calendar</a></li><li class="hassub" data-reactid="72"><a href="/events-battle-creek/community/add/" data-reactid="73">Submit An Event</a></li></ul></li><li class="hassub" data-reactid="74"><a href="/vip" data-reactid="75">VIP</a><ul class="links submenu" data-reactid="76"><li class="hassub" data-reactid="77"><a href="/registration" data-reactid="78">Join Now</a></li><li class="hassub" data-reactid="79"><a href="/contests/" data-reactid="80">Contests</a></li><li class="hassub" data-reactid="81"><a href="/contest-rules/" data-reactid="82">Contest Rules</a></li><li class="hassub" data-reactid="83"><a href="/help/" data-reactid="84">VIP Support</a></li></ul></li><li class="hassub" data-reactid="85"><a href="/vip/contests/sweeps/" data-reactid="86">Win Stuff</a></li><li class="hassub" data-reactid="87"><a href="/battle-creek-weather/" data-reactid="88">Weather</a><ul class="links submenu" data-reactid="89"><li class="hassub" data-reactid="90"><a href="/battle-creek-weather/" data-reactid="91">5-Day Forecast</a></li><li class="hassub" data-reactid="92"><a href="/school-closings-delays/" data-reactid="93">Closings</a></li></ul></li><li class="hassub" data-reactid="94"><a href="/category/sports/" data-reactid="95">Sports</a><ul class="links submenu" data-reactid="96"><li class="hassub" data-reactid="97"><a href="http://www.brownbearsw.com/cal/bcradiosports" target="_blank" data-reactid="98">Radio Sports Schedule</a></li></ul></li><li class="hassub" data-reactid="99"><a href="/local-experts/" data-reactid="100">Experts</a><ul class="links submenu" data-reactid="101"><li class="hassub" data-reactid="102"><a href="/local-experts/modern-woodmen/" data-reactid="103">Modern Woodmen Fraternal Financial</a></li><li class="hassub" data-reactid="104"><a href="/local-experts/darrell-burke-construction/" data-reactid="105">Darrell Burke Construction</a></li><li class="hassub" data-reactid="106"><a href="/local-experts/culligan/" data-reactid="107">Culligan</a></li><li class="hassub" data-reactid="108"><a href="/local-experts/vitality-healthcare/" data-reactid="109">Vitality Healthcare</a></li><li class="hassub" data-reactid="110"><a href="/local-experts/calhoun-lead-prevention/" data-reactid="111">Calhoun County Lead Poisoning Prevention Task Force</a></li><li class="hassub" data-reactid="112"><a href="/local-experts/home-care-transitions/" data-reactid="113">HomeCare Transitions</a></li></ul></li><li class="hassub" data-reactid="114"><a href="/help" data-reactid="115">Contact</a><ul class="links submenu" data-reactid="116"><li class="hassub" data-reactid="117"><a href="/help" data-reactid="118">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="119"><a href="/feedback" data-reactid="120">Send Feedback</a></li><li class="hassub" data-reactid="121"><a href="/townsquare-media-kalamazoo-job-opportunities" data-reactid="122">Jobs</a><ul class="links submenu" data-reactid="123"><li class="hassub" data-reactid="124"><a href="/townsquare-media-kalamazoo-job-opportunities/" data-reactid="125">Townsquare Media Jobs</a></li><li class="hassub" data-reactid="126"><a href="/eeo/" data-reactid="127">EEO Report</a></li></ul></li><li class="hassub" data-reactid="128"><a href="/advertise" data-reactid="129">Advertise</a></li></ul></li><li class="hidden-menu hassub hide" data-reactid="130"><a class="more-icon" href="#" data-reactid="131">More</a><ul class="links submenu" data-reactid="132"><li class="hassub hide" data-reactid="133"><a href="/" data-reactid="134">Home</a></li><li class="hassub hide" data-reactid="135"><a href="/djs" data-reactid="136">On-Air</a><ul class="links submenu" data-reactid="137"><li class="hassub" data-reactid="138"><a href="/shows" data-reactid="139">Schedule</a></li><li class="hassub" data-reactid="140"><a href="/author/timcollins/" data-reactid="141">Tim Collins</a><ul class="links submenu" data-reactid="142"><li class="hassub" data-reactid="143"><a href="/wigglytailwednesday/" data-reactid="144">Wiggly Tail Wednesday</a></li></ul></li><li class="hassub" data-reactid="145"><a href="/author/renk/" data-reactid="146">Renk</a></li></ul></li><li class="hassub hide" data-reactid="147"><a href="/listen-live" data-reactid="148">Listen</a><ul class="links submenu" data-reactid="149"><li class="hassub" data-reactid="150"><a href="/listen-live" data-reactid="151">Listen Live</a></li><li class="hassub" data-reactid="152"><a href="/app" data-reactid="153">Mobile App</a></li><li class="hassub" data-reactid="154"><a href="/95-3-wbck-is-now-available-on-amazon-alexa-enabled-devices/" data-reactid="155">Listen on Amazon Alexa</a></li></ul></li><li class="hassub hide" data-reactid="156"><a href="/events-battle-creek" data-reactid="157">Events</a><ul class="links submenu" data-reactid="158"><li class="hassub" data-reactid="159"><a href="/events-battle-creek/2018-wine-not-winter-wine-festival/03-march-2018-radisson-plaza-hotel/" data-reactid="160">Wine Not</a></li><li class="hassub" data-reactid="161"><a href="/events-battle-creek/kalamazoo-spring-job-fair/14-march-2018-kalamazoo-county-expo-center/" data-reactid="162">Kalamazoo Job Fair</a></li><li class="hassub" data-reactid="163"><a href="/events-battle-creek" data-reactid="164">Community Calendar</a></li><li class="hassub" data-reactid="165"><a href="/events-battle-creek/community/add/" data-reactid="166">Submit An Event</a></li></ul></li><li class="hassub hide" data-reactid="167"><a href="/vip" data-reactid="168">VIP</a><ul class="links submenu" data-reactid="169"><li class="hassub" data-reactid="170"><a href="/registration" data-reactid="171">Join Now</a></li><li class="hassub" data-reactid="172"><a href="/contests/" data-reactid="173">Contests</a></li><li class="hassub" data-reactid="174"><a href="/contest-rules/" data-reactid="175">Contest Rules</a></li><li class="hassub" data-reactid="176"><a href="/help/" data-reactid="177">VIP Support</a></li></ul></li><li class="hassub hide" data-reactid="178"><a href="/vip/contests/sweeps/" data-reactid="179">Win Stuff</a></li><li class="hassub hide" data-reactid="180"><a href="/battle-creek-weather/" data-reactid="181">Weather</a><ul class="links submenu" data-reactid="182"><li class="hassub" data-reactid="183"><a href="/battle-creek-weather/" data-reactid="184">5-Day Forecast</a></li><li class="hassub" data-reactid="185"><a href="/school-closings-delays/" data-reactid="186">Closings</a></li></ul></li><li class="hassub hide" data-reactid="187"><a href="/category/sports/" data-reactid="188">Sports</a><ul class="links submenu" data-reactid="189"><li class="hassub" data-reactid="190"><a href="http://www.brownbearsw.com/cal/bcradiosports" target="_blank" data-reactid="191">Radio Sports Schedule</a></li></ul></li><li class="hassub hide" data-reactid="192"><a href="/local-experts/" data-reactid="193">Experts</a><ul class="links submenu" data-reactid="194"><li class="hassub" data-reactid="195"><a href="/local-experts/modern-woodmen/" data-reactid="196">Modern Woodmen Fraternal Financial</a></li><li class="hassub" data-reactid="197"><a href="/local-experts/darrell-burke-construction/" data-reactid="198">Darrell Burke Construction</a></li><li class="hassub" data-reactid="199"><a href="/local-experts/culligan/" data-reactid="200">Culligan</a></li><li class="hassub" data-reactid="201"><a href="/local-experts/vitality-healthcare/" data-reactid="202">Vitality Healthcare</a></li><li class="hassub" data-reactid="203"><a href="/local-experts/calhoun-lead-prevention/" data-reactid="204">Calhoun County Lead Poisoning Prevention Task Force</a></li><li class="hassub" data-reactid="205"><a href="/local-experts/home-care-transitions/" data-reactid="206">HomeCare Transitions</a></li></ul></li><li class="hassub hide" data-reactid="207"><a href="/help" data-reactid="208">Contact</a><ul class="links submenu" data-reactid="209"><li class="hassub" data-reactid="210"><a href="/help" data-reactid="211">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="212"><a href="/feedback" data-reactid="213">Send Feedback</a></li><li class="hassub" data-reactid="214"><a href="/townsquare-media-kalamazoo-job-opportunities" data-reactid="215">Jobs</a><ul class="links submenu" data-reactid="216"><li class="hassub" data-reactid="217"><a href="/townsquare-media-kalamazoo-job-opportunities/" data-reactid="218">Townsquare Media Jobs</a></li><li class="hassub" data-reactid="219"><a href="/eeo/" data-reactid="220">EEO Report</a></li></ul></li><li class="hassub" data-reactid="221"><a href="/advertise" data-reactid="222">Advertise</a></li></ul></li></ul></li></ul><div class="site-menu-right" data-reactid="223"><ul class="social-links" data-reactid="224"><li class="social" data-reactid="225"><a class="share-link youtube" href="https://youtube.com/user/WBCKNewsTalk" target="_blank" data-social="youtube" data-reactid="226"><span class="icon-base icon-youtube" data-reactid="227"></span></a></li><li class="social" data-reactid="228"><a class="share-link facebook" href="https://www.facebook.com/pages/WBCK-News-Talk-953-FM/192937086432" target="_blank" data-social="facebook" data-reactid="229"><span class="icon-base icon-facebook" data-reactid="230"></span></a></li><li class="social" data-reactid="231"><a class="share-link twitter" href="https://twitter.com/wbcknews" target="_blank" data-social="twitter" data-reactid="232"><span class="icon-base icon-twitter" data-reactid="233"></span></a></li><ul class="social-subscriptions" data-reactid="234"><!-- react-text: 235 --><!-- /react-text --><li class="share_link_small youtube sub-youtube" data-reactid="236"><span class="youtube-subscribe-button " data-reactid="237"></span></li><li class="sub-facebook" data-reactid="238"></li><li class="sub-twitter" data-reactid="239"></li></ul></ul><div id="search-form" class="" data-reactid="240"><div class="form-wrap" data-reactid="241"><form data-reactid="242"><input type="text" name="searchInput" value="" class="search-input" placeholder="Search" data-reactid="243"/><input type="submit" class="search-submit" disabled="" value="SEARCH" data-reactid="244"/></form></div><div class="icon-base icon-search" data-reactid="245"></div></div></div><div class="site-screen select-none" data-reactid="246"></div></div></nav></div><ul class="promo-links" data-reactid="247"><li data-reactid="248"><span data-reactid="249">What&#x27;s Hot:</span></li><li data-reactid="250"><a title="Wine Not Sold Out" href="/events-battle-creek/2018-wine-not-winter-wine-festival/03-march-2018-radisson-plaza-hotel/" data-reactid="251">Wine Not Sold Out</a></li><li data-reactid="252"><a title="Win Tickets" href="/contests/sweeps/win-the-final-pair-of-tickets-to-wine-not-2018/" data-reactid="253">Win Tickets</a></li><li data-reactid="254"><a title="Job Fair" href="/events-battle-creek/kalamazoo-spring-job-fair/14-march-2018-kalamazoo-county-expo-center/" data-reactid="255">Job Fair</a></li><li data-reactid="256"><a title="$500 Survey Giveaway" href="/sponsored-listener-survey/" data-reactid="257">$500 Survey Giveaway</a></li><li data-reactid="258"><a title="Olympics" href="/tags/olympics" data-reactid="259">Olympics</a></li><li data-reactid="260"><a title="Battle Creek News" href="/tags/battle-creek" data-reactid="261">Battle Creek News</a></li><li data-reactid="262"><a title="Nico&#x27;s Movie Reviews" href="/tags/nico-movie-reviews/" data-reactid="263">Nico&#x27;s Movie Reviews</a></li></ul></div><div class="tsm-ad tsm-ad-nav-970" data-reactid="264"><div id="tsm-ad-970a" data-reactid="265"><!-- dynamic ad --></div></div><div class="site-content clearfix" data-reactid="266"><div class="main-content" data-reactid="267"><div class="wrapper post-wrapper" data-reactid="268"><div class="post clearfix" data-reactid="269"><div class="entry" data-reactid="270"><article id="post-103310" data-location="/hurricane-harvey-and-the-great-lakes/" data-index="0" data-reactid="271"><div class="page-header" data-reactid="272"><div class="content-header show-ui front" id="content-header-103310" data-reactid="273"><div class="internal-header outgrow  " style="max-height:0px;" data-reactid="274"></div><div class="content-header-header" data-reactid="275"><div class="react-parallax " data-reactid="276"><div class="react-parallax-background-children" data-bottom-top="transform:translate3d(0,-20%,0);" data-top-bottom="transform:translate3d(0,20%,0);" data-reactid="277"><figure class="frameme img-tag frame-loaded" data-reactid="278"><div class="theframe" data-image="http://wbckfm.com/files/2017/08/Boat-saving-people-Hurricane-Harvey-Getty-Images-by-Scott-Olson.jpg" rel="" title="" style="background-image:url(&quot;http://wbckfm.com/files/2017/08/Boat-saving-people-Hurricane-Harvey-Getty-Images-by-Scott-Olson.jpg?w=980&amp;q=75&quot;);" data-reactid="279"></div></figure></div><div class="react-parallax-content" data-reactid="280"><figure class="frameme img-tag" data-reactid="281"><div class="theframe" data-image="http://wbckfm.com/files/2017/08/Boat-saving-people-Hurricane-Harvey-Getty-Images-by-Scott-Olson.jpg" rel="" title="" data-reactid="282"></div><div class="loadinganim showbox" id="0" data-reactid="283"><div class="loader" style="width:30px;height:30px;" data-reactid="284"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="285"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="286"></circle></svg></div></div></figure></div></div><div class="header" data-reactid="287"><section class="title " data-reactid="288"><h1 class="" data-reactid="289">Hurricane Harvey and the Great Lakes?</h1></section><div class="byline" data-reactid="290"><div class="authors" data-reactid="291"><address class="author" data-reactid="292"><div class="author-image icon-user" data-reactid="293"><figure class="frameme" data-reactid="294"><a class="theframe" data-image="http://wbckfm.com/files/2016/02/Renk_Scene_Mag_Pic_Feb_2016.jpg" href="http://wbckfm.com/author/renk/" rel="author" title="Renk" data-reactid="295"></a><div class="loadinganim showbox" id="0" data-reactid="296"><div class="loader" style="width:30px;height:30px;" data-reactid="297"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="298"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="299"></circle></svg></div></div></figure></div><a class="author-name" href="http://wbckfm.com/author/renk/" rel="author" title="Renk" data-reactid="300">Renk</a></address></div><time datetime="2017-08-30 10:46:58 +0000" data-reactid="301">August 30, 2017</time></div><figcaption title="Getty Images by: Scott Olson" data-reactid="302">Getty Images by: Scott Olson</figcaption></div></div></div></div><div class="content-wrap" data-reactid="303"><div class="social-share bignsexy" data-reactid="304"><div class="social-bar social-icons" data-reactid="305"><ul data-reactid="306"><li data-reactid="307"><a href="http://twitter.com/intent/tweet?text=Hurricane%20Harvey%20and%20the%20Great%20Lakes%3F%20http%3A%2F%2Fwbckfm.com%2Fhurricane-harvey-and-the-great-lakes%2F%3Ftrackback%3Dtwitter_mobile%20%40wbcknews" title="Share on Twitter" target="_blank" data-reactid="308"><span class=" social-icon icon-twitter tw" data-reactid="309"><span class="share-title" data-reactid="310">Share on Twitter</span></span></a></li><li data-reactid="311"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwbckfm.com%2Fhurricane-harvey-and-the-great-lakes%2F%3Ftrackback%3Dfbshare_mobile" title="Share on Facebook" target="_blank" data-reactid="312"><span class=" social-icon icon-facebook fb" data-reactid="313"><span class="share-title" data-reactid="314">Share on Facebook</span></span></a></li></ul></div></div><div class="content" data-reactid="315"><div class="pod-content" data-reactid="316"><p data-reactid="317"><!-- react-text: 318 -->There was an interesting <!-- /react-text --><a href="http://www.mlive.com/weather/index.ssf/2017/08/how_much_would_hurricane_harve.html#incart_river_home" data-reactid="319"><!-- react-text: 320 -->article in Mlive<!-- /react-text --></a><!-- react-text: 321 --> that asked the question “How much would Hurricane Harvey rain raise the Great Lakes?”.<!-- /react-text --></p><p data-reactid="322">The article put into perspective the amount of rain that has fallen from Hurricane Harvey.</p><p data-reactid="323"><!-- react-text: 324 -->We are informed by the website <!-- /react-text --><a href="https://www.weatherbell.com/" data-reactid="325"><!-- react-text: 326 -->Weatherbell.com<!-- /react-text --></a><!-- react-text: 327 --> that they have estimated 19 trillion gallons of water has fallen from Hurricane Harvey.  If we took that amount of water and dumped it into the Great Lakes it would raise the water level of all the Great Lakes approximately one foot.<!-- /react-text --></p><div class="sharethrough-container" data-reactid="328"><div class="tsm-ad tsm-ad-oop" data-reactid="329"><div id="tsm-ad-sharethrough-oop-1" data-reactid="330"><!-- dynamic ad --></div></div></div><p data-reactid="331">Now that is a tremendous rise and really does bring home how much rain has fallen from this epic hurricane and what the people of that area have and are facing.</p><p data-reactid="332"><!-- react-text: 333 -->Another interesting fact I found in the <!-- /react-text --><a href="http://www.mlive.com/weather/index.ssf/2017/08/how_much_would_hurricane_harve.html#incart_river_home" data-reactid="334"><!-- react-text: 335 -->Mlive article<!-- /react-text --></a><!-- react-text: 336 --> was for a one inch rise in water level on a Great Lake:<!-- /react-text --></p><ul data-reactid="337"><!-- react-text: 338 -->
<!-- /react-text --><li data-reactid="339"><!-- react-text: 340 -->Lake Superior needs 550 billion gallons<!-- /react-text --></li><!-- react-text: 341 -->
<!-- /react-text --><li data-reactid="342"><!-- react-text: 343 -->Lake Michigan &amp; Lake Huron need 790 billion gallons<!-- /react-text --></li><!-- react-text: 344 -->
<!-- /react-text --><li data-reactid="345"><!-- react-text: 346 -->Lake Erie needs 120 billion gallons<!-- /react-text --></li><!-- react-text: 347 -->
<!-- /react-text --><li data-reactid="348"><!-- react-text: 349 -->Lake Ontario needs 170 billion gallons.<!-- /react-text --></li><!-- react-text: 350 -->
<!-- /react-text --></ul><p data-reactid="351">Let us all pray for the people who were in the path of this epic hurricane and the future that awaits them.</p><p data-reactid="352">I would also like to point out how so many Americans are coming together to help the people affected, from donating time, money and their service to save people from their flood stricken homes.  These people are using their own boats to navigate these dangerous areas and find people who are stranded.  That is the true American spirit and we should all remember this time when the media decides to stop covering this tragic event and goes back to their normal procedure of attempting to divide &quot;We the People&quot;</p><p data-reactid="353"><a href="http://wbckfm.com/author/renk/" data-reactid="354"><em data-reactid="355"><!-- react-text: 356 -->The Live with Renk show airs Monday through Friday 9 a.m. to noon, to let me know your thoughts call (269) 441-9595<!-- /react-text --></em></a></p></div></div><div class="content-footer" data-reactid="357"><!-- react-empty: 358 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="359"></div><!-- react-text: 360 --><!-- /react-text --><div class="tags-lines" data-reactid="361"><div class="wrapper" data-reactid="362"><span data-reactid="363"><!-- react-text: 364 -->Filed Under<!-- /react-text --><!-- react-text: 365 -->: <!-- /react-text --></span><span data-reactid="366"><!-- react-text: 367 --><!-- /react-text --><a href="http://wbckfm.com/tags/harvey/" data-reactid="368">Harvey</a></span><span data-reactid="369"><!-- react-text: 370 -->, <!-- /react-text --><a href="http://wbckfm.com/tags/houston/" data-reactid="371">houston</a></span><span data-reactid="372"><!-- react-text: 373 -->, <!-- /react-text --><a href="http://wbckfm.com/tags/hurricane/" data-reactid="374">hurricane</a></span></div><div class="wrapper" data-reactid="375"><span data-reactid="376"><!-- react-text: 377 -->Categories<!-- /react-text --><!-- react-text: 378 -->: <!-- /react-text --></span><span data-reactid="379"><!-- react-text: 380 --><!-- /react-text --><a href="http://wbckfm.com/category/weather/" data-reactid="381">Weather</a></span></div></div><div class="comments-wrapper" data-reactid="382"><div class="comments" data-reactid="383"><div data-reactid="384"><span class="icon-comments" data-reactid="385"></span><i data-reactid="386">Comments</i><span class="fb-comments-count" data-href="http://wbckfm.com/hurricane-harvey-and-the-great-lakes/" data-reactid="387"></span><span class="icon-triangle-down" data-reactid="388"></span></div><div class="cto" data-reactid="389">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="390"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="391">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="392"><div class="aside-inside" data-reactid="393"><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-94" data-reactid="394"><div class="wrapper clearfix" data-reactid="395"><div class="fix_sidebar_marker" data-reactid="396"></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-575" data-reactid="397"><!-- react-text: 398 --><!-- /react-text --><div class="wrapper clearfix" data-reactid="399"><section id="ts_blogroll-575" class="blogroll carousel slider dl single-item align-right" data-reactid="400"><div class="slider blogroll-items" data-reactid="401"><div class="sizer" data-reactid="402"></div><div class="mover slide" data-reactid="403"><article id="ts_blogroll-575-weather-item" class="weather-item item" data-reactid="404"><div class="loadinganim showbox" id="0" data-reactid="405"><div class="loader" style="width:30px;height:30px;" data-reactid="406"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="407"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" style="stroke:#fff;" data-reactid="408"></circle></svg></div></div></article></div><div class="previous icon-arrow-thin-left arrow icon-base round always-visible" title="Previous" data-reactid="409"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="410"></div></div></section></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-427" data-reactid="411"><div class="wrapper clearfix" data-reactid="412"><div class="widget-content" data-reactid="413"><div class="tsm-ad tsm-ad-300" data-reactid="414"><div id="tsm-ad-300a" data-reactid="415"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-366" data-reactid="416"><div class="wrapper clearfix" data-reactid="417"><div class="widget-content" data-reactid="418"><div data-reactid="419"><form method="post" class="newsletter-frame clearfix" data-reactid="420"><div class="content clearfix" data-reactid="421"><p class="title" data-reactid="422">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="423"><div class="vertical-centered" data-reactid="424"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="425"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="426"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-576" data-reactid="427"><header data-reactid="428"><h2 data-reactid="429"><span class="title-container" data-reactid="430">Latest Articles</span></h2></header><div class="wrapper clearfix" data-reactid="431"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="432"><div class="blogroll-inner clearfix" data-reactid="433"><article class="" data-reactid="434"><figure class="frameme" data-reactid="435"><a class="theframe" data-image="http://wbckfm.com/files/2018/02/Battle-Creek-Police-at-Lakeview-Square-Mall-TSM-Photo-2-17-2018.jpg" href="http://wbckfm.com/fight-at-mall-theater-scatters-patrons/" rel="" title="Fight scatters patrons at Battle Creek&amp;apos;s Lakeview Square Mall" data-reactid="436"></a><div class="loadinganim showbox" id="0" data-reactid="437"><div class="loader" style="width:30px;height:30px;" data-reactid="438"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="439"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="440"></circle></svg></div></div></figure><div class="content" data-reactid="441"><a href="http://wbckfm.com/fight-at-mall-theater-scatters-patrons/" title="Fight scatters patrons at Battle Creek&#x27;s Lakeview Square Mall" class="title" data-reactid="442">Fight scatters patrons at Battle Creek&#x27;s Lakeview Square Mall</a></div></article><article class="" data-reactid="443"><figure class="frameme" data-reactid="444"><a class="theframe" data-image="http://wbckfm.com/files/2018/02/GettyImages-614557874.jpg" href="http://wbckfm.com/msu-grant-to-help-michigan-latino-farmers/" rel="" title="MSU Grant To Help Michigan, Latino Farmers" data-reactid="445"></a><div class="loadinganim showbox" id="0" data-reactid="446"><div class="loader" style="width:30px;height:30px;" data-reactid="447"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="448"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="449"></circle></svg></div></div></figure><div class="content" data-reactid="450"><a href="http://wbckfm.com/msu-grant-to-help-michigan-latino-farmers/" title="MSU Grant To Help Michigan, Latino Farmers" class="title" data-reactid="451">MSU Grant To Help Michigan, Latino Farmers</a></div></article><article class="" data-reactid="452"><figure class="frameme" data-reactid="453"><a class="theframe" data-image="http://wbckfm.com/files/2018/02/Screenshot_20180217-052031.png" href="http://wbckfm.com/nicos-movie-review-black-panther-is-a-stimulating-celebration-of-africa-and-humanity/" rel="" title="Nico&amp;apos;s Movie Review: &amp;apos;Black Panther&amp;apos; Is A Stimulating Celebration" data-reactid="454"></a><div class="loadinganim showbox" id="0" data-reactid="455"><div class="loader" style="width:30px;height:30px;" data-reactid="456"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="457"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="458"></circle></svg></div></div></figure><div class="content" data-reactid="459"><a href="http://wbckfm.com/nicos-movie-review-black-panther-is-a-stimulating-celebration-of-africa-and-humanity/" title="Nico&#x27;s Movie Review: &#x27;Black Panther&#x27; Is A Stimulating Celebration" class="title" data-reactid="460">Nico&#x27;s Movie Review: &#x27;Black Panther&#x27; Is A Stimulating Celebration</a></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="461"><footer data-reactid="462"><div class="links clearfix" data-reactid="463"><div class="logo" data-reactid="464"></div><div class="details" data-reactid="465"><h2 data-reactid="466">Information</h2><ul data-reactid="467"><li data-reactid="468"><a title="EEO" href="/eeo/" class="" data-reactid="469">EEO</a></li><li data-reactid="470"><a title="Advertise" href="/advertise/" class="" data-reactid="471">Advertise</a></li><li data-reactid="472"><a title="Public File" href="/wbck-public-file/" class="" data-reactid="473">Public File</a></li><li data-reactid="474"><a title="Terms" href="/terms/" class="" data-reactid="475">Terms</a></li><li data-reactid="476"><a title="VIP Terms" href="/vip-terms/" class="" data-reactid="477">VIP Terms</a></li><li data-reactid="478"><a title="FAQ" href="/vip-faq/" class="" data-reactid="479">FAQ</a></li><li data-reactid="480"><a title="Contest Rules" href="/contest-rules/" class="" data-reactid="481">Contest Rules</a></li><li data-reactid="482"><a title="Privacy Policy (Updated: 8/31/17)" href="/privacy/" class="" data-reactid="483">Privacy Policy (Updated: 8/31/17)</a></li><li data-reactid="484"><a title="Contact" href="/help/" class="" data-reactid="485">Contact</a></li><li data-reactid="486"><a href="http://townsquaremediagroup.com/" class="" data-reactid="487"></a></li><li data-reactid="488"><a title="Battle Creek Business Listings" href="/battle_creek-featured-business-listings/" class="" data-reactid="489">Battle Creek Business Listings</a></li></ul></div><div class="social-links" data-reactid="490"><h2 data-reactid="491">Follow Us</h2><ul data-reactid="492"><li class="social" data-reactid="493"><a class="share_link youtube" href="https://www.youtube.com/user/WBCKNewsTalk" target="_blank" data-social="youtube" data-reactid="494"><span class="icon-youtube" data-reactid="495"></span></a></li><li class="social" data-reactid="496"><a class="share_link facebook" href="https://www.facebook.com/pages/WBCK-News-Talk-953-FM/192937086432" target="_blank" data-social="facebook" data-reactid="497"><span class="icon-facebook" data-reactid="498"></span></a></li><li class="social" data-reactid="499"><a class="share_link twitter" href="https://twitter.com/wbcknews" target="_blank" data-social="twitter" data-reactid="500"><span class="icon-twitter" data-reactid="501"></span></a></li></ul></div></div><div class="legal" data-reactid="502"><!-- react-text: 503 -->2018<!-- /react-text --><!-- react-text: 504 --> <!-- /react-text --><!-- react-text: 505 -->95.3 WBCKFM<!-- /react-text --><!-- react-text: 506 --><!-- /react-text --><!-- react-text: 507 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="508"><!-- react-empty: 509 --><div id="bottom-not-ads" data-reactid="510"><div class="tsm-ad tsm-ad-728" data-reactid="511"><div id="tsm-ad-728b" data-reactid="512"><!-- dynamic ad --></div></div></div><div data-reactid="513"></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":656,"postId":103310,"url":"/hurricane-harvey-and-the-great-lakes/","unfriendlyRequestUrl":"/hurricane-harvey-and-the-great-lakes/","requestUrl":"/hurricane-harvey-and-the-great-lakes/","blogOptions":{"aioseop_options":{"aiosp_can":"on","aiosp_donate":null,"aiosp_home_title":"95.3 WBCKFM – Battle Creek\\'s News/Talk – Battle Creek News Radio","aiosp_home_description":"95.3 WBCKFM radio has the best news coverage in Battle Creek, Michigan.","aiosp_home_keywords":"95.3 wbck battle creek, battle creek 95.3 wbckfm, news talk radio battle creek, battle creek news talk radio, news talk battle creek, battle creek news talk","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":"Battle Creek&#039;s News/Talk","blogname":"95.3 WBCKFM","carbonUiUpdateCounter":"2","design_option_live":{"page_bg":"FF0C143F","page_head_bg":"00444444","primary_bg":"FFFFFFFF","secondary_bg":"FFFFFFFF","mdl_head_bg":"FF1A264F","main_nav_hue":"FFFFFFFF","nav_hover_hue":"FFC64358","primary_hue":"FF000000","secondary_hue":"FF2C3F82","primary_head_hue":"FF2C3F82","secondary_head_hue":"FF2C3F82","primary_active_hue":"FFC64358","secondary_active_hue":"FF2C3F82","accent_hue":"FFC64358","header_link_hue":"FFFFFFFF","footer_link_hue":"FFFFFFFF","primary_mdl_bg":"FFE9E9E9","primary_mdl_hue":"FF111111","secondary_mdl_bg":"FF2C3F82","secondary_mdl_hue":"FFFFFFFF","standout_bg":"FFC64358","mobile_primary_color":"FF333334","mobile_secondary_color":"FF333334","iv_primary_color":"FFED2024","iv_secondary_color":"FFC64358","iv_tertiary_color":"FFFFFFFF","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":"FFC64358","events_app_secondary_color":"FF2C3F82","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://wbckfm.com/files/2017/12/wbckfm-bg.jpg","carbon_logo_img":"http://wbckfm.com/files/2017/12/wbckfm-logo.png","carbon_promo_bg_img":"http://wbckfm.com/files/2017/12/wbckfm-show.jpg","page_img":"","body_img":"http://wbckfm.production.townsquareblogs.com/files/2013/12/background.jpg","square_logo_img":"","logo_img":"http://wbckfm.production.townsquareblogs.com/files/2013/12/logo1.png","logo_img_trim":"http://wbckfm.production.townsquareblogs.com/files/2013/12/logo.png","logo_img_light":"","logo_img_dark":"","header_img":"http://wbckfm.production.townsquareblogs.com/files/2013/12/background.png","placeholder_img":"","page_head_img":"","favicon_img":"http://wbckfm.production.townsquareblogs.com/files/2013/12/favicon.ico","top_banner_img":"dark","title":"TS3 - WBCKFM","ID":"0","designer":"Adrian B","comment":"Initial design for WBCK","action":"edit","editor":"jacknealy","editorID":2974086,"siteID":"656","timestamp":1513386581,"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, 664423889","moderator_appid":"134615943276794","colorscheme":""},"facebook_app":{"id":"562523347161546","fanpage":"https://www.facebook.com/pages/WBCK-News-Talk-953-FM/192937086432","plugins":{"facebook-like-button":"1","facebook-authentication":"1"}},"google_ads_dfp6_template_ads":{"top-728x90":"1","bottom-728x90":"1","mid-top-300x250":"1","mid-bottom-300x250":"1","tsm-out-of-page":"1","tsm-2x2":"0","top-right-noflex-300x250":"1","maintop-300x250":"1","middle-right-300x250":"1","bottom-right-300x250":"1","photogallery-300x250":"1","photogallery-728x90":"1","in-between-article-728":"1","dynamic-ad-custom":"1","dynamic-ad-header":"1","dynamic-ad-push":"1","top-right-300x250":"1"},"google_maps_api_key":"","iq_weather_page_sponsor_city_name":"Battle Creek","iq_weather_page_sponsor_zip_code":"49015","onlyhome_pushdown":"","onlyhome_topbanner":"","posts_per_page":"10","radio_players_wo_stream_id":"3529","sailthru_list_default":"WBCK Master List","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","text":"Sign up to have exclusive VIP contests, events, coupons, presales, and much more delivered to you for FREE.","colors":{"background-color":"#2d3563","color":"#ffffff"},"wrapper":{"divider":"#ffffff","button":"#FF0000","button-font":"#ffffff"},"logo":""},"timezone_string":"America/New_York","townsquare_ad_version":"dfp6","ts-templates-carbon-homepage-id":"108563","ts-templates-homepage-id":"4434","ts-templates-mobile-homepage-id":"4434","tsc_category_sidebars":{},"_station_info":{"sitetype":"Local","market":"Battle Creek","genre":{"0":"news-talk"},"callsign":"WBCKFM","callletters":"WBCK","legalname":"WBCKFM","siteclassification":"Local","street":"390 Golden Avenue","street-2":"","city":"Battle Creek","state":"MI","zip":"49015","phone":"269-963-5555","helpline":"269-963-6397","studioline":"269-441-9595","officeline":"269-963-5555","officehours":"","email":"eric.meier@townsquaremedia.com","tipus-email":"","inquiries-email":"","advertising-contact":"Kelly Troff","advertising-email":"kelly.troff@townsquaremedia.com","gm-contact":"Kate Morton","gm-email":"kate.morton@townsquaremedia.com","programming-director-contact":"Tim Collins","programming-director-email":"tim.collins@townsquaremedia.com","digital-managing-editor-contact":"Eric Meier","digital-managing-editor-email":"eric.meier@townsquaremedia.com","digital-sales-manager-contact":"","digital-sales-manager-email":"","mobile-app-feedback-email":"ask.wbckfm@townsquaredigital.com","mobile-app-media-submission-email":"media.submit.wbckfm@townsquaredigital.com","public-record-administrator-name":"dale.schiesser@townsquaremedia.com","public-record-administrator-email":"dale.schiesser@townsquaremedia.com","fcc-online-public-file-url":"https://publicfiles.fcc.gov/fm-profile/wbck","feedbackurl":"","biz-list-url":"","amazon_affiliate":"","yieldmo_placement":"","jwplayer":"","twitter_handle":"wbcknews","youtube_handle":"WBCKNewsTalk","youtube_channel_id":"UCX9Zz3P3-7xImYBbmBBkAvQ","instagram_handle":"","comscore-label":"None Selected"},"_station_logos":{},"_station_settings":{"default_show_image":""},"_townsquare_user_registration_settings":{"registration-confirmation":"yes","use-short-form":"no","use-captcha":"yes","show-welcome":"yes","disable-registration":"no","javascript-links":"no","profile_language":{"registration":{"lightbox_title":"Sign up for the VIP Club","lightbox_message":"Sign up for an account to comment, share your thoughts, and enter to win great prizes","lightbox_button":"Registration","page_signup_title":"Registration","page_signup_message":"Sign up now for member rewards and benefits! Only your Display Name will be visible to the public.","page_signup_email_subscribe":"Sign me up for email notifications and newsletters!","page_email_confirm_title":"Please Confirm Your Registration.","page_email_confirm_title_error":"Error Confirming Your Registration.","page_email_confirm_message":"We just sent you an email with a confirmation link in it. Click the link and you'll be ready to start leaving comments for your favorite djs.","page_email_confirm_button":"Resend confirmation email."},"profile":{"edit_user_title":"Personal Information","edit_contact_title":"Contact Info","edit_contact_email_subscribe":"I want to receive emails from this radio station.","edit_contact_sms_subscribe":"I want to receive SMS text updates from this radio station."}},"requires-confirmation":"no"},"blogInfo":{"blogId":656,"blogName":"95.3 WBCKFM","blogDescription":"Battle Creek&#039;s News/Talk","postTitleFormat":"%post_title%","timeZone":"America/New_York","market":"Battle Creek","activeDomain":"wbckfm.com","legalName":"WBCKFM"},"tsiMarkets":{"0":"Battle Creek"}},"globalBlogOptions":{"google_maps_default_api_key":"AIzaSyCcIkjOyxS9DtubyqzLX2Sbancl83fKon4","gtmSiteId":"GTM-K346HJZ","kruxSiteId":"rwjnisqy1","loyalty_title_656":"VIP","kruxEnabled":true,"oipEnabled":true},"headers":{"title":[{"textContent":"Hurricane Harvey and the Great Lakes?"}],"meta":[{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}},{"attrs":{"charset":"UTF-8"}},{"attrs":{"name":"description","content":"How much would Hurricane Harvey rain raise the Great Lakes?"}},{"attrs":{"name":"keywords","content":"great lakes hurricane harvey rainfall"}},{"attrs":{"property":"fb:app_id","content":"562523347161546"}},{"attrs":{"property":"fb:admins","content":"100002025987268"}},{"attrs":{"property":"fb:admins","content":"664423889"}},{"attrs":{"property":"og:title","content":"Hurricane Harvey and the Great Lakes?"}},{"attrs":{"property":"og:description","content":"How much would Hurricane Harvey rain raise the Great Lakes?"}},{"attrs":{"property":"og:url","content":"http://wbckfm.com/hurricane-harvey-and-the-great-lakes/"}},{"attrs":{"property":"og:site_name","content":"WBCKFM"}},{"attrs":{"property":"og:type","content":"blog"}},{"attrs":{"property":"og:image","content":"http://wbckfm.com/files/2017/08/Boat-saving-people-Hurricane-Harvey-Getty-Images-by-Scott-Olson.jpg?w=600&h=0&zc=1&s=0&a=t&q=89"}},{"attrs":{"name":"twitter:card","content":"summary_large_image"}},{"attrs":{"name":"twitter:site","content":"@wbcknews"}},{"attrs":{"name":"sailthru.description","content":"How much would Hurricane Harvey rain raise the Great Lakes?"}},{"attrs":{"name":"sailthru.date","content":"2017-08-30 06:46:58"}},{"attrs":{"name":"sailthru.title","content":"Hurricane Harvey and the Great Lakes?"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-wbck, tsmmarket-battlecreek, tsmtype-local, harvey, houston, hurricane, weather"}},{"attrs":{"name":"sailthru.author","content":"renk"}},{"attrs":{"name":"sailthru.image.full","content":"http://wbckfm.com/files/2017/08/Boat-saving-people-Hurricane-Harvey-Getty-Images-by-Scott-Olson.jpg"}},{"attrs":{"name":"sailthru.image.thumb","content":"http://wbckfm.com/files/2017/08/Boat-saving-people-Hurricane-Harvey-Getty-Images-by-Scott-Olson.jpg"}},{"attrs":{"property":"fb:pages","content":"192937086432"}},{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}}],"link":[{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://wbckfm.production.townsquareblogs.com/files/2013/12/favicon.ico"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"WBCKFM » Feed","href":"http://wbckfm.com/feed/"}},{"attrs":{"rel":"profile","href":"http://gmpg.org/xfn/11"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"WBCKFM » Hurricane Harvey and the Great Lakes? Comments Feed","href":"http://wbckfm.com/hurricane-harvey-and-the-great-lakes/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://wbckfm.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"New Scammers Impersonate Calhoun County Sheriff’s Office Employees","href":"http://wbckfm.com/ccso-scam/"}},{"attrs":{"rel":"next","title":"State of Michigan Employees and their Unions","href":"http://wbckfm.com/state-of-michigan-employees-and-their-unions/"}},{"attrs":{"rel":"shortlink","href":"http://wbckfm.com/?p=103310"}},{"attrs":{"rel":"canonical","href":"http://wbckfm.com/hurricane-harvey-and-the-great-lakes/"}}],"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":"cWonjE9bAAP4hPiRcpCcVsUG","enableOpenx":false,"enableKiosked":false,"enableKioskedMobile":false,"enableSonobi":true,"sonobiScript":"","zergnetId":"59469","enableYieldbot":false},"scriptVars":{"dfp":{"activeSlots":["tsm-out-of-page","top-right-300x250","middle-right-300x250","bottom-right-300x250","dynamic-ad-custom","dynamic-ad-header","dynamic-ad-push","top-728x90","bottom-728x90","mid-top-300x250","mid-bottom-300x250","top-right-noflex-300x250"],"adPageSettings":{"attrs":{"catid":["weather"],"tags":["harvey","houston","hurricane"],"id":"hurricane-harvey-and-the-great-lakes","author":"renk","kw":["renk","hurricane-harvey-and-the-great-lakes","weather","harvey","houston","hurricane","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"],"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":"3b4b433f6a6e9628066ccde6ffe706dfaf73074c"},"activeDomain":"wbckfm.com","authLoginFormNonce":"583afa6539","authRegFormNonce":"72906af534","ga":{"ids":{"primary":"UA-45678904-2","secondary":["UA-19109753-1","UA-45678904-1","UA-28825804-3","UA-45260060-4","UA-45260060-4","UA-45678904-5"],"all":["UA-45678904-2","UA-19109753-1","UA-45678904-1","UA-28825804-3","UA-45260060-4","UA-45260060-4","UA-45678904-5"]}},"tsmStatic":{"revision":"4911d95e0898b139b595eb65188214cf422adc5b"},"isGallery":false,"userRegistrationSettings":{"disable-registration":"no"},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":103310,"postAuthor":1620054,"postDate":"2017-08-30T11:46:58.000Z","postDateGmt":"2017-08-30T10:46:58.000Z","postTitle":"Hurricane Harvey and the Great Lakes?","postExcerpt":"","postStatus":"publish","commentStatus":"open","postPassword":"","postName":"hurricane-harvey-and-the-great-lakes","toPing":"","pinged":"","postModified":"2017-08-30T11:46:58.000Z","postModifiedGmt":"2017-08-30T10:46:58.000Z","postContentFiltered":"","postParent":0,"guid":"http://wbckfm.com/?p=103310","menuOrder":0,"postType":"post","postMimeType":"","commentCount":0,"postDateGmtStr":"2017-08-30 10:46:58.000+0000","postModifiedGmtStr":"2017-08-30 10:46:58.000+0000","meta":{}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"Hurricane Harvey and the Great Lakes?","next":{"latest":[{"postId":102614,"documentUrl":"/farmers-almanac-michigan/","filterUrl":"/rest/carbon/filter/main/farmers-almanac-michigan/","sortDate":"2017-08-18 10:10:37.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":101734,"documentUrl":"/lake-superior-water-level/","filterUrl":"/rest/carbon/filter/main/lake-superior-water-level/","sortDate":"2017-08-02 13:20:00.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":100274,"documentUrl":"/grand-junction-tornado-video-6-30-17/","filterUrl":"/rest/carbon/filter/main/grand-junction-tornado-video-6-30-17/","sortDate":"2017-07-01 17:29:25.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":100229,"documentUrl":"/t-rex-kayaks-through-flooded-mid-michigan-neighborhood/","filterUrl":"/rest/carbon/filter/main/t-rex-kayaks-through-flooded-mid-michigan-neighborhood/","sortDate":"2017-06-30 07:53:14.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":98756,"documentUrl":"/mowing-your-lawn-during-a-tornado/","filterUrl":"/rest/carbon/filter/main/mowing-your-lawn-during-a-tornado/","sortDate":"2017-06-05 06:54:11.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":95970,"documentUrl":"/kayaking-in-the-flooded-homer-stryker-field-in-kalamazoo/","filterUrl":"/rest/carbon/filter/main/kayaking-in-the-flooded-homer-stryker-field-in-kalamazoo/","sortDate":"2017-04-11 20:06:17.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":95679,"documentUrl":"/winter-weather-advisory/","filterUrl":"/rest/carbon/filter/main/winter-weather-advisory/","sortDate":"2017-04-05 15:27:49.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":94515,"documentUrl":"/weather-advisory-issued/","filterUrl":"/rest/carbon/filter/main/weather-advisory-issued/","sortDate":"2017-03-12 04:30:51.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":94501,"documentUrl":"/free-weather-seminar/","filterUrl":"/rest/carbon/filter/main/free-weather-seminar/","sortDate":"2017-03-10 21:08:22.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":94430,"documentUrl":"/several-battle-creek-streets-closed-to-traffic-due-to-downed-trees/","filterUrl":"/rest/carbon/filter/main/several-battle-creek-streets-closed-to-traffic-due-to-downed-trees/","sortDate":"2017-03-09 08:30:47.000 +0000","termTaxonomyId":822,"taxonomyType":"category"}],"taxonomy":[{"postId":102614,"documentUrl":"/farmers-almanac-michigan/","filterUrl":"/rest/carbon/filter/main/farmers-almanac-michigan/","sortDate":"2017-08-18 10:10:37.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":101734,"documentUrl":"/lake-superior-water-level/","filterUrl":"/rest/carbon/filter/main/lake-superior-water-level/","sortDate":"2017-08-02 13:20:00.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":100274,"documentUrl":"/grand-junction-tornado-video-6-30-17/","filterUrl":"/rest/carbon/filter/main/grand-junction-tornado-video-6-30-17/","sortDate":"2017-07-01 17:29:25.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":100229,"documentUrl":"/t-rex-kayaks-through-flooded-mid-michigan-neighborhood/","filterUrl":"/rest/carbon/filter/main/t-rex-kayaks-through-flooded-mid-michigan-neighborhood/","sortDate":"2017-06-30 07:53:14.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":98756,"documentUrl":"/mowing-your-lawn-during-a-tornado/","filterUrl":"/rest/carbon/filter/main/mowing-your-lawn-during-a-tornado/","sortDate":"2017-06-05 06:54:11.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":95970,"documentUrl":"/kayaking-in-the-flooded-homer-stryker-field-in-kalamazoo/","filterUrl":"/rest/carbon/filter/main/kayaking-in-the-flooded-homer-stryker-field-in-kalamazoo/","sortDate":"2017-04-11 20:06:17.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":95679,"documentUrl":"/winter-weather-advisory/","filterUrl":"/rest/carbon/filter/main/winter-weather-advisory/","sortDate":"2017-04-05 15:27:49.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":94515,"documentUrl":"/weather-advisory-issued/","filterUrl":"/rest/carbon/filter/main/weather-advisory-issued/","sortDate":"2017-03-12 04:30:51.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":94501,"documentUrl":"/free-weather-seminar/","filterUrl":"/rest/carbon/filter/main/free-weather-seminar/","sortDate":"2017-03-10 21:08:22.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":94430,"documentUrl":"/several-battle-creek-streets-closed-to-traffic-due-to-downed-trees/","filterUrl":"/rest/carbon/filter/main/several-battle-creek-streets-closed-to-traffic-due-to-downed-trees/","sortDate":"2017-03-09 08:30:47.000 +0000","termTaxonomyId":822,"taxonomyType":"category"}]},"cadata":{"activeDomain":"wbckfm.com","blogId":656,"method":"get_single","postId":103310,"postType":"post","postDateGmt":"2017-08-30 10:46:58.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-168","now-playing-122","widget_onair-124"],"widgetDetails":{"widget_listen_live-168":{"widgetInfo":{"id":"widget_listen_live-168","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"168"},"widgetParams":{"title":"Listen Now","show_recently_played":"show","widgetTime":4}},"now-playing-122":{"widgetInfo":{"id":"now-playing-122","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"122"},"widgetParams":{"title":"Recently Played","widgetTime":4}},"widget_onair-124":{"widgetInfo":{"id":"widget_onair-124","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"124"},"widgetParams":{"title":"On Air","widgetTime":76}}}},"carbonsidebar/single":{"widgets":["carbonwidget/single-1"],"widgetDetails":{"carbonwidget/single-1":{"widgetInfo":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"widgetParams":{"mainAuthor":{"id":1620054,"slug":"renk","name":"Renk","first_name":"David ","last_name":"Renkiewicz","nickname":"Renk","description":"Renk is a native Detroiter, and started his working career in the banking industry in Boston, Massachusetts, a great town for a young person. That led him to a company that sold bond accounting systems to the banking industry and gave him the chance to travel all over the United States for eight years. After that, he got married and settled down to work in a friend's business, helping drug companies deal with FDA compliance. Several years later the family moved from the Philadelphia area back to Michigan to be closer to  family, and landed in Battle Creek, Michigan.  That's when Renk decided to pursue his life long dream of working as a Talk Radio Host. He started out on WBCK, and added WKMI in Kalamazoo in 2011.","thumbnail":"http://wbckfm.com/files/2016/02/Renk_Scene_Mag_Pic_Feb_2016.jpg","url":"http://wbckfm.com/author/renk/"},"firstCategoryName":"Weather","postType":"post","postTitle":"Hurricane Harvey and the Great Lakes?","widgetTime":220}}}},"carbonsidebar/mainads":{"widgets":["carbonwidget/top-728x90","carbonwidget/dynamic-ad-custom","carbonwidget/dynamic-ad-header","carbonwidget/dynamic-ad-push","carbonwidget/tsm-out-of-page","carbonwidget/bottom-728x90"],"widgetDetails":{"carbonwidget/top-728x90":{"widgetInfo":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"top-728x90","widgetTime":3}},"carbonwidget/dynamic-ad-custom":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-custom","widgetTime":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-6","widget_third_party_content-2","widget_third_party_content-3"],"widgetDetails":{"ts_blogroll-6":{"widgetInfo":{"id":"ts_blogroll-6","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"6"},"widgetParams":{"title":"Best of WBCKFM","type":"main_content_thumb_title_roll","cat":"1,48","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1"}},"widget_third_party_content-2":{"widgetInfo":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"widgetParams":{"type":"zergnet","title":"Recommended For You","id":"35864","placement":"","targettype":"","mode":"","widgetTime":2}},"widget_third_party_content-3":{"widgetInfo":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"widgetParams":{"type":"zergnet","title":"Best of the Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":2}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["fix_sidebar_marker-94","ts_blogroll-575","google-ads-widget-427","tsq_sailthru_newsletter_widget-366","ts_blogroll-576"],"widgetDetails":{"fix_sidebar_marker-94":{"widgetInfo":{"id":"fix_sidebar_marker-94","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"94"},"widgetParams":{"title":"Fix Sidebar Marker","widgetTime":1}},"ts_blogroll-575":{"widgetInfo":{"id":"ts_blogroll-575","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"575"},"widgetParams":{"title":"","type":"carousel","isweather":"1","cat":"7407","posts_per_page":"4","align":"right","pinned_id":"","pinned_label":"","tag":"","private_tag":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0,"author":""}},"google-ads-widget-427":{"widgetInfo":{"id":"google-ads-widget-427","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"427"},"widgetParams":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":1}},"tsq_sailthru_newsletter_widget-366":{"widgetInfo":{"id":"tsq_sailthru_newsletter_widget-366","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"366"},"widgetParams":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["WBCK Master List"],"widgetTime":1}},"ts_blogroll-576":{"widgetInfo":{"id":"ts_blogroll-576","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"576"},"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-168":{"info":{"id":"widget_listen_live-168","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"168"},"params":{"title":"Listen Now","show_recently_played":"show","widgetTime":4},"data":[5710],"dataDetails":{"5710":{"postId":5710,"title":"Listen Now","showRecentlyPlayed":"show","label":"Click to view the latest song playing on air.","url":"/listen-live/","mobileId":"27111","playerMode":"talk","sid":"17590","callsign":"WBCKFM","woMobileId":"5138","woStreamId":"3529","activePlayer":"wo","listenLivePageUrl":"http://player.streamtheworld.com/_players/townsquaremedia/runspotv3/?sid=17590&redirect=http://player.listenlive.co/27111","html5ScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/html5/stwplayer.php?callsign=WBCKFM&primaryColor=0x00bfff&playermode=talk&sid=17590&width=630","flashScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/stwplayer.php?callsign=WBCKFM&primaryColor=0x00bfff&playermode=talk&timeshift=false&radiopup=true&playerAdState=0&popout=false&width=630","wo_player_url":"http://v6.player.abacast.net/5138","wo_recent_api_url":"http://api.nowplaying.abacast.net/prt/nowplaying/2/10/3529/nowplaying.json","wo_preroll_url":"http://api.clarity.abacast.com/gateway/getmediavast.php?sid=3529/","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"now-playing-122":{"info":{"id":"now-playing-122","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"122"},"params":{"title":"Recently Played","widgetTime":4},"data":[5710],"dataDetails":{"5710":{"postId":5710,"mobileId":"27111","playerMode":"talk","sid":"17590","callsign":"WBCKFM","woStreamId":"3529","activePlayer":"wo","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"widget_onair-124":{"info":{"id":"widget_onair-124","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"124"},"params":{"title":"On Air","widgetTime":76},"data":["34592"],"dataDetails":{"34592":{"id":"34592","url":"http://wbckfm.com/show/frontlines-of-freedom/","title":"Frontlines of Freedom","wall":"http://wbckfm.com/show/frontlines-of-freedom/","posts":"http://wbckfm.com/show/frontlines-of-freedom/posts","mail":"","phone":"","thumbnailId":34593,"thumbnail":"http://wbckfm.com/files/2014/09/denny_hosting.jpg","authors":[{"id":2485770,"user_nicename":"dennygillem","display_name":"Denny Gillem"}]}}},"carbonwidget/single-1":{"info":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"params":{"mainAuthor":{"id":1620054,"slug":"renk","name":"Renk","first_name":"David ","last_name":"Renkiewicz","nickname":"Renk","description":"Renk is a native Detroiter, and started his working career in the banking industry in Boston, Massachusetts, a great town for a young person. That led him to a company that sold bond accounting systems to the banking industry and gave him the chance to travel all over the United States for eight years. After that, he got married and settled down to work in a friend's business, helping drug companies deal with FDA compliance. Several years later the family moved from the Philadelphia area back to Michigan to be closer to  family, and landed in Battle Creek, Michigan.  That's when Renk decided to pursue his life long dream of working as a Talk Radio Host. He started out on WBCK, and added WKMI in Kalamazoo in 2011.","thumbnail":"http://wbckfm.com/files/2016/02/Renk_Scene_Mag_Pic_Feb_2016.jpg","url":"http://wbckfm.com/author/renk/"},"firstCategoryName":"Weather","postType":"post","postTitle":"Hurricane Harvey and the Great Lakes?","widgetTime":220},"data":[103310],"dataDetails":{"103310":{"thumbnail":"http://wbckfm.com/files/2017/08/Boat-saving-people-Hurricane-Harvey-Getty-Images-by-Scott-Olson.jpg","caption":"Getty Images by: \tScott Olson","excerpt":"There was an interesting article in Mlive that asked the question “How much would Hurricane Harvey rain raise the Great Lakes?”. The article put into perspective the amount of rain that has fallen from Hurricane Harvey. We are informed by the website Weatherbell.com that they have estimated 19 trillion gallons of water has fallen from Hurricane [&hellip;]","date":"August 30, 2017 6:46 AM","postDateGmt":"2017-08-30 10:46:58 +0000","postModifiedGmt":"2017-08-30 10:46:58 +0000","title":"Hurricane Harvey and the Great Lakes?","url":"http://wbckfm.com/hurricane-harvey-and-the-great-lakes/","id":103310,"contentRaw":"[caption id=\"attachment_103313\" align=\"alignnone\" width=\"630\"]<img class=\"size-large wp-image-103313\" src=\"http://wbckfm.com/files/2017/08/Boat-saving-people-Hurricane-Harvey-Getty-Images-by-Scott-Olson.jpg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\" alt=\"Epic Flooding Inundates Houston After Hurricane Harvey\" width=\"630\" height=\"420\" /> Getty Images by: Scott Olson[/caption]\r\n\r\nThere was an interesting <a href=\"http://www.mlive.com/weather/index.ssf/2017/08/how_much_would_hurricane_harve.html#incart_river_home\">article in Mlive</a> that asked the question “How much would Hurricane Harvey rain raise the Great Lakes?”.\r\n\r\nThe article put into perspective the amount of rain that has fallen from Hurricane Harvey.\r\n\r\nWe are informed by the website <a href=\"https://www.weatherbell.com/\">Weatherbell.com</a> that they have estimated 19 trillion gallons of water has fallen from Hurricane Harvey.  If we took that amount of water and dumped it into the Great Lakes it would raise the water level of all the Great Lakes approximately one foot.\r\n\r\nNow that is a tremendous rise and really does bring home how much rain has fallen from this epic hurricane and what the people of that area have and are facing.\r\n\r\nAnother interesting fact I found in the <a href=\"http://www.mlive.com/weather/index.ssf/2017/08/how_much_would_hurricane_harve.html#incart_river_home\">Mlive article</a> was for a one inch rise in water level on a Great Lake:\r\n<ul>\r\n\t<li>Lake Superior needs 550 billion gallons</li>\r\n\t<li>Lake Michigan &amp; Lake Huron need 790 billion gallons</li>\r\n\t<li>Lake Erie needs 120 billion gallons</li>\r\n\t<li>Lake Ontario needs 170 billion gallons.</li>\r\n</ul>\r\nLet us all pray for the people who were in the path of this epic hurricane and the future that awaits them.\r\n\r\nI would also like to point out how so many Americans are coming together to help the people affected, from donating time, money and their service to save people from their flood stricken homes.  These people are using their own boats to navigate these dangerous areas and find people who are stranded.  That is the true American spirit and we should all remember this time when the media decides to stop covering this tragic event and goes back to their normal procedure of attempting to divide \"We the People\"\r\n\r\n<a href=\"http://wbckfm.com/author/renk/\"><em>The Live with Renk show airs Monday through Friday 9 a.m. to noon, to let me know your thoughts call (269) 441-9595</em></a>","content":"\n<figure id=\"attachment_103313\" class=\"content-post-image alignnone\"><span class=\"image-frame\"><noscript><img src=\"http://wbckfm.com/files/2017/08/Boat-saving-people-Hurricane-Harvey-Getty-Images-by-Scott-Olson.jpg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\"></noscript>\n<img class=\"size-large wp-image-103313 lazy\" src=\"//s3.amazonaws.com/tsm-images/global/1x1.gif\" alt=\"Epic Flooding Inundates Houston After Hurricane Harvey\" data-width=\"630\" data-height=\"420\" data-type=\"post\" datasrc=\"http://wbckfm.com/files/2017/08/Boat-saving-people-Hurricane-Harvey-Getty-Images-by-Scott-Olson.jpg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\"></span><figcaption>Getty Images by: Scott Olson</figcaption></figure><p>There was an interesting <a href=\"http://www.mlive.com/weather/index.ssf/2017/08/how_much_would_hurricane_harve.html#incart_river_home\">article in Mlive</a> that asked the question “How much would Hurricane Harvey rain raise the Great Lakes?”.</p>\n<p>The article put into perspective the amount of rain that has fallen from Hurricane Harvey.</p>\n<p>We are informed by the website <a href=\"https://www.weatherbell.com/\">Weatherbell.com</a> that they have estimated 19 trillion gallons of water has fallen from Hurricane Harvey.  If we took that amount of water and dumped it into the Great Lakes it would raise the water level of all the Great Lakes approximately one foot.</p>\n<p>Now that is a tremendous rise and really does bring home how much rain has fallen from this epic hurricane and what the people of that area have and are facing.</p>\n<p>Another interesting fact I found in the <a href=\"http://www.mlive.com/weather/index.ssf/2017/08/how_much_would_hurricane_harve.html#incart_river_home\">Mlive article</a> was for a one inch rise in water level on a Great Lake:</p>\n<ul>\n<li>Lake Superior needs 550 billion gallons</li>\n<li>Lake Michigan &amp; Lake Huron need 790 billion gallons</li>\n<li>Lake Erie needs 120 billion gallons</li>\n<li>Lake Ontario needs 170 billion gallons.</li>\n</ul>\n<p>Let us all pray for the people who were in the path of this epic hurricane and the future that awaits them.</p>\n<p>I would also like to point out how so many Americans are coming together to help the people affected, from donating time, money and their service to save people from their flood stricken homes.  These people are using their own boats to navigate these dangerous areas and find people who are stranded.  That is the true American spirit and we should all remember this time when the media decides to stop covering this tragic event and goes back to their normal procedure of attempting to divide “We the People”</p>\n<p><a href=\"http://wbckfm.com/author/renk/\"><em>The Live with Renk show airs Monday through Friday 9 a.m. to noon, to let me know your thoughts call (269) 441-9595</em></a></p>\n","postType":"post","wpVersion":"","alternateMetaForBlogroll":{"title":"Hurricane Harvey and the Great Lakes?","excerpt":"There was an interesting article in Mlive that asked the question “How much would Hurricane Harvey rain raise the Great Lakes?”. The article put into perspective the amount of rain that has fallen from Hurricane Harvey. We are informed by the website Weatherbell.com that they have estimated 19 trillion gallons of water has fallen from Hurricane [&hellip;]","post_excerpt":"","post_more_excerpt":"<p>There was an interesting <a href=\"http://www.mlive.com/weather/index.ssf/2017/08/how_much_would_hurricane_harve.html#incart_river_home\">article in Mlive</a> that asked the question “How much would Hurricane Harvey rain raise the Great Lakes?”.</p>\n<p>The article put into perspective the amount of rain that has fallen from Hurricane Harvey.</p>\n<p>We are informed by the website <a href=\"https://www.weatherbell.com/\">Weatherbell</a>...\n<p class=\"more_act\"><a href=\"http://wbckfm.com/hurricane-harvey-and-the-great-lakes/\" title=\"Hurricane Harvey and the Great Lakes?\">Read More</a></p>\n","permalink":"http://wbckfm.com/hurricane-harvey-and-the-great-lakes/","image":{"id":103313,"url":"http://wbckfm.com/files/2017/08/Boat-saving-people-Hurricane-Harvey-Getty-Images-by-Scott-Olson.jpg","caption":"Getty Images by: \tScott Olson"}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":false},"tags":[{"id":7279,"slug":"harvey","title":"Harvey","description":"","post_count":2,"link_url":"http://wbckfm.com/tags/harvey/","feed_url":"http://wbckfm.com/tags/harvey/feed/","term_taxonomy_id":7196,"object_id":0},{"id":7278,"slug":"houston","title":"houston","description":"","post_count":1,"link_url":"http://wbckfm.com/tags/houston/","feed_url":"http://wbckfm.com/tags/houston/feed/","term_taxonomy_id":7195,"object_id":0},{"id":7277,"slug":"hurricane","title":"hurricane","description":"","post_count":3,"link_url":"http://wbckfm.com/tags/hurricane/","feed_url":"http://wbckfm.com/tags/hurricane/feed/","term_taxonomy_id":7194,"object_id":0}],"categories":[{"id":811,"slug":"weather","title":"Weather","description":"","parent":0,"post_count":114,"link_url":"http://wbckfm.com/category/weather/","feed_url":"http://wbckfm.com/category/weather/feed/","term_taxonomy_id":822,"object_id":0}],"authors":[{"id":1620054,"slug":"renk","name":"Renk","first_name":"David ","last_name":"Renkiewicz","nickname":"Renk","description":"Renk is a native Detroiter, and started his working career in the banking industry in Boston, Massachusetts, a great town for a young person. That led him to a company that sold bond accounting systems to the banking industry and gave him the chance to travel all over the United States for eight years. After that, he got married and settled down to work in a friend's business, helping drug companies deal with FDA compliance. Several years later the family moved from the Philadelphia area back to Michigan to be closer to  family, and landed in Battle Creek, Michigan.  That's when Renk decided to pursue his life long dream of working as a Talk Radio Host. He started out on WBCK, and added WKMI in Kalamazoo in 2011.","thumbnail":"http://wbckfm.com/files/2016/02/Renk_Scene_Mag_Pic_Feb_2016.jpg","url":"http://wbckfm.com/author/renk/"}],"post_more_meta":{"meta":""},"social":{"tw":{"href":"http://twitter.com/intent/tweet?text=Hurricane%20Harvey%20and%20the%20Great%20Lakes%3F%20http%3A%2F%2Fwbckfm.com%2Fhurricane-harvey-and-the-great-lakes%2F%3Ftrackback%3Dtwitter_mobile%20%40wbcknews","title":"Share on Twitter","target":"_blank"},"fb":{"href":"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwbckfm.com%2Fhurricane-harvey-and-the-great-lakes%2F%3Ftrackback%3Dfbshare_mobile","title":"Share on Facebook","target":"_blank"},"email":null,"pinterest":null,"print":null,"is_article":true},"nextArticle":"http://wbckfm.com/ccso-scam/","prevArticle":"http://wbckfm.com/state-of-michigan-employees-and-their-unions/","pageUrl":"/hurricane-harvey-and-the-great-lakes/","blogId":656,"domain":"wbckfm.com","crossPostAttributionBottom":"","rawContent":"<p>\n<sectiontag class=\"module\" contenteditable=\"false\" type=\"image\" attr-id=\"103313\" attr-caption=\" Getty Images by: Scott Olson\" attr-align=\"none\" attr-width=\"630\" attr-height=\"420\" attr-url=\"http://wbckfm.com/files/2017/08/Boat-saving-people-Hurricane-Harvey-Getty-Images-by-Scott-Olson.jpg?w=630&amp;amp;h=420&amp;amp;zc=1&amp;amp;s=0&amp;amp;a=t&amp;amp;q=89\"></sectiontag></p>\n<p>There was an interesting <a href=\"http://www.mlive.com/weather/index.ssf/2017/08/how_much_would_hurricane_harve.html#incart_river_home\">article in Mlive</a> that asked the question “How much would Hurricane Harvey rain raise the Great Lakes?”.</p>\n<p>The article put into perspective the amount of rain that has fallen from Hurricane Harvey.</p>\n<p>We are informed by the website <a href=\"https://www.weatherbell.com/\">Weatherbell.com</a> that they have estimated 19 trillion gallons of water has fallen from Hurricane Harvey.  If we took that amount of water and dumped it into the Great Lakes it would raise the water level of all the Great Lakes approximately one foot.</p>\n<p>Now that is a tremendous rise and really does bring home how much rain has fallen from this epic hurricane and what the people of that area have and are facing.</p>\n<p>Another interesting fact I found in the <a href=\"http://www.mlive.com/weather/index.ssf/2017/08/how_much_would_hurricane_harve.html#incart_river_home\">Mlive article</a> was for a one inch rise in water level on a Great Lake:</p>\n<ul>\n<li>Lake Superior needs 550 billion gallons</li>\n<li>Lake Michigan &amp; Lake Huron need 790 billion gallons</li>\n<li>Lake Erie needs 120 billion gallons</li>\n<li>Lake Ontario needs 170 billion gallons.</li>\n</ul>\n<p>Let us all pray for the people who were in the path of this epic hurricane and the future that awaits them.</p>\n<p>I would also like to point out how so many Americans are coming together to help the people affected, from donating time, money and their service to save people from their flood stricken homes.  These people are using their own boats to navigate these dangerous areas and find people who are stranded.  That is the true American spirit and we should all remember this time when the media decides to stop covering this tragic event and goes back to their normal procedure of attempting to divide \"We the People\"</p>\n<p><a href=\"http://wbckfm.com/author/renk/\"><em>The Live with Renk show airs Monday through Friday 9 a.m. to noon, to let me know your thoughts call (269) 441-9595</em></a></p>\n","podContent":[{"type":"singlePostText","data":{"text":"<p>There was an interesting <a href=\"http://www.mlive.com/weather/index.ssf/2017/08/how_much_would_hurricane_harve.html#incart_river_home\">article in Mlive</a> that asked the question &#x201C;How much would Hurricane Harvey rain raise the Great Lakes?&#x201D;.</p>\n"},"currentTextLength":143,"runningCounter":1,"cumulativePodTextLength":143,"totalSimilarConsecutiveElements":9,"totalTextLength":1725},{"type":"singlePostText","data":{"text":"<p>The article put into perspective the amount of rain that has fallen from Hurricane Harvey.</p>\n"},"currentTextLength":91,"runningCounter":2,"cumulativePodTextLength":234,"totalSimilarConsecutiveElements":9,"totalTextLength":1725},{"type":"singlePostText","data":{"text":"<p>We are informed by the website <a href=\"https://www.weatherbell.com/\">Weatherbell.com</a>&#xA0;that they have estimated 19 trillion gallons of water has fallen from Hurricane Harvey.&#xA0; If we took that amount of water and dumped it into the Great Lakes it would raise the water level of all the Great Lakes approximately one foot.</p>\n"},"currentTextLength":291,"runningCounter":3,"cumulativePodTextLength":525,"totalSimilarConsecutiveElements":9,"totalTextLength":1725},{"type":"singlePostShareThrough","data":{}},{"type":"singlePostText","data":{"text":"<p>Now that is a tremendous rise and really does bring home how much rain has fallen from this epic hurricane and what the people of that area have and are facing.</p>\n"},"currentTextLength":161,"runningCounter":4,"cumulativePodTextLength":686,"totalSimilarConsecutiveElements":9,"totalTextLength":1725},{"type":"singlePostText","data":{"text":"<p>Another interesting fact I found in the <a href=\"http://www.mlive.com/weather/index.ssf/2017/08/how_much_would_hurricane_harve.html#incart_river_home\">Mlive article</a> was for a one inch rise in water level on a Great Lake:</p>\n"},"currentTextLength":110,"runningCounter":5,"cumulativePodTextLength":796,"totalSimilarConsecutiveElements":9,"totalTextLength":1725},{"type":"singlePostText","data":{"text":"<ul>\n<li>Lake Superior needs 550 billion gallons</li>\n<li>Lake Michigan &amp; Lake Huron need 790 billion gallons</li>\n<li>Lake Erie needs 120 billion gallons</li>\n<li>Lake Ontario needs 170 billion gallons.</li>\n</ul>\n"},"currentTextLength":174,"runningCounter":6,"cumulativePodTextLength":970,"totalSimilarConsecutiveElements":9,"totalTextLength":1725},{"type":"singlePostText","data":{"text":"<p>Let us all pray for the people who were in the path of this epic hurricane and the future that awaits them.</p>\n"},"currentTextLength":108,"runningCounter":7,"cumulativePodTextLength":1078,"totalSimilarConsecutiveElements":9,"totalTextLength":1725},{"type":"singlePostText","data":{"text":"<p>I would also like to point out how so many Americans are coming together to help the people affected, from donating time, money and their service to save people from their flood stricken homes. &#xA0;These people are using their own boats to navigate these dangerous areas and find people who are stranded. &#xA0;That is the true American spirit and we should all remember this time when the media decides to stop covering this tragic event and goes back to their normal procedure of attempting to divide &quot;We the People&quot;</p>\n"},"currentTextLength":531,"runningCounter":8,"cumulativePodTextLength":1609,"totalSimilarConsecutiveElements":9,"totalTextLength":1725},{"type":"singlePostText","data":{"text":"<p><a href=\"http://wbckfm.com/author/renk/\"><em>The Live with Renk show airs Monday through Friday 9 a.m. to noon, to let me know your thoughts call (269) 441-9595</em></a></p>\n"},"currentTextLength":116,"runningCounter":9,"cumulativePodTextLength":1725,"totalSimilarConsecutiveElements":9,"totalTextLength":1725}],"uniquePodTypes":["singlePostImage","singlePostText"],"podHeader":[{"type":"singlePostImage","data":{"id":103313,"caption":"Getty Images by: Scott Olson","align":"none","width":630,"height":420,"url":"http://wbckfm.com/files/2017/08/Boat-saving-people-Hurricane-Harvey-Getty-Images-by-Scott-Olson.jpg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"next":{"latest":[{"postId":102614,"documentUrl":"/farmers-almanac-michigan/","filterUrl":"/rest/carbon/filter/main/farmers-almanac-michigan/","sortDate":"2017-08-18 10:10:37.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":101734,"documentUrl":"/lake-superior-water-level/","filterUrl":"/rest/carbon/filter/main/lake-superior-water-level/","sortDate":"2017-08-02 13:20:00.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":100274,"documentUrl":"/grand-junction-tornado-video-6-30-17/","filterUrl":"/rest/carbon/filter/main/grand-junction-tornado-video-6-30-17/","sortDate":"2017-07-01 17:29:25.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":100229,"documentUrl":"/t-rex-kayaks-through-flooded-mid-michigan-neighborhood/","filterUrl":"/rest/carbon/filter/main/t-rex-kayaks-through-flooded-mid-michigan-neighborhood/","sortDate":"2017-06-30 07:53:14.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":98756,"documentUrl":"/mowing-your-lawn-during-a-tornado/","filterUrl":"/rest/carbon/filter/main/mowing-your-lawn-during-a-tornado/","sortDate":"2017-06-05 06:54:11.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":95970,"documentUrl":"/kayaking-in-the-flooded-homer-stryker-field-in-kalamazoo/","filterUrl":"/rest/carbon/filter/main/kayaking-in-the-flooded-homer-stryker-field-in-kalamazoo/","sortDate":"2017-04-11 20:06:17.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":95679,"documentUrl":"/winter-weather-advisory/","filterUrl":"/rest/carbon/filter/main/winter-weather-advisory/","sortDate":"2017-04-05 15:27:49.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":94515,"documentUrl":"/weather-advisory-issued/","filterUrl":"/rest/carbon/filter/main/weather-advisory-issued/","sortDate":"2017-03-12 04:30:51.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":94501,"documentUrl":"/free-weather-seminar/","filterUrl":"/rest/carbon/filter/main/free-weather-seminar/","sortDate":"2017-03-10 21:08:22.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":94430,"documentUrl":"/several-battle-creek-streets-closed-to-traffic-due-to-downed-trees/","filterUrl":"/rest/carbon/filter/main/several-battle-creek-streets-closed-to-traffic-due-to-downed-trees/","sortDate":"2017-03-09 08:30:47.000 +0000","termTaxonomyId":822,"taxonomyType":"category"}],"taxonomy":[{"postId":102614,"documentUrl":"/farmers-almanac-michigan/","filterUrl":"/rest/carbon/filter/main/farmers-almanac-michigan/","sortDate":"2017-08-18 10:10:37.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":101734,"documentUrl":"/lake-superior-water-level/","filterUrl":"/rest/carbon/filter/main/lake-superior-water-level/","sortDate":"2017-08-02 13:20:00.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":100274,"documentUrl":"/grand-junction-tornado-video-6-30-17/","filterUrl":"/rest/carbon/filter/main/grand-junction-tornado-video-6-30-17/","sortDate":"2017-07-01 17:29:25.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":100229,"documentUrl":"/t-rex-kayaks-through-flooded-mid-michigan-neighborhood/","filterUrl":"/rest/carbon/filter/main/t-rex-kayaks-through-flooded-mid-michigan-neighborhood/","sortDate":"2017-06-30 07:53:14.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":98756,"documentUrl":"/mowing-your-lawn-during-a-tornado/","filterUrl":"/rest/carbon/filter/main/mowing-your-lawn-during-a-tornado/","sortDate":"2017-06-05 06:54:11.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":95970,"documentUrl":"/kayaking-in-the-flooded-homer-stryker-field-in-kalamazoo/","filterUrl":"/rest/carbon/filter/main/kayaking-in-the-flooded-homer-stryker-field-in-kalamazoo/","sortDate":"2017-04-11 20:06:17.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":95679,"documentUrl":"/winter-weather-advisory/","filterUrl":"/rest/carbon/filter/main/winter-weather-advisory/","sortDate":"2017-04-05 15:27:49.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":94515,"documentUrl":"/weather-advisory-issued/","filterUrl":"/rest/carbon/filter/main/weather-advisory-issued/","sortDate":"2017-03-12 04:30:51.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":94501,"documentUrl":"/free-weather-seminar/","filterUrl":"/rest/carbon/filter/main/free-weather-seminar/","sortDate":"2017-03-10 21:08:22.000 +0000","termTaxonomyId":822,"taxonomyType":"category"},{"postId":94430,"documentUrl":"/several-battle-creek-streets-closed-to-traffic-due-to-downed-trees/","filterUrl":"/rest/carbon/filter/main/several-battle-creek-streets-closed-to-traffic-due-to-downed-trees/","sortDate":"2017-03-09 08:30:47.000 +0000","termTaxonomyId":822,"taxonomyType":"category"}]}}}},"carbonwidget/top-728x90":{"info":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"top-728x90","widgetTime":3},"data":["carbonwidget/top-728x90"],"dataDetails":{"carbonwidget/top-728x90":{"adUnit":"top-728x90","adType":"dfp6"}}},"carbonwidget/dynamic-ad-custom":{"info":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-custom","widgetTime":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-6":{"info":{"id":"ts_blogroll-6","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"6"},"params":{"title":"Best of WBCKFM","type":"main_content_thumb_title_roll","cat":"1,48","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","widgetTime":4,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[111906,111900,111892,111852],"dataDetails":{"111852":{"postid":"111852","sortdate":"2018-02-17T05:11:46.000Z","data":{"mainData":{"postType":"post","caption":"(Credit - Thinkstock)","thumbnail":"http://wbckfm.com/files/2015/12/Basketball-Hardwood-ThinkstockPhotos-200430632-001-Nov-30-2015.jpg","postDateGmt":"2018-02-17 05:11:46 +0000","title":"High School Basketball Scores from February 23rd","url":"http://wbckfm.com/high-school-basketball-scores-february-23rd/","id":111852,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"There were surprises and some close battles on the hardwood Friday night. It sets up for another great week of High School Basketball next week.","authors":[{"id":1619242,"slug":"nateadams","name":"Nate Adams","first_name":"Nate","last_name":"Adams","nickname":"Nate","thumbnail":"http://wbckfm.com/files/2015/08/Nate11.jpg","url":"http://wbckfm.com/author/nateadams/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"High School Basketball Scores","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"High School Basketball Scores from February 23rd"}}},"111892":{"postid":"111892","sortdate":"2018-02-17T11:08:22.000Z","data":{"mainData":{"postType":"post","caption":"Marvel Entertainment via YouTube","thumbnail":"http://wbckfm.com/files/2018/02/Screenshot_20180217-052031.png","postDateGmt":"2018-02-17 11:08:22 +0000","title":"Nico&apos;s Movie Review: &apos;Black Panther&apos; Is A Stimulating Celebration","url":"http://wbckfm.com/nicos-movie-review-black-panther-is-a-stimulating-celebration-of-africa-and-humanity/","id":111892,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Black Panther is the 18th film in the MCU, and introduces us to the titular Black Panther, the guardian of the fictional African nation of Wakanda. When not donning the mask, Black Panther is T&apos;Challa (Chadwick Boseman), the king of Wakanda, as well as it&apos;s main diplomat. He is a man of many, cat-eared hats. ","authors":[{"id":1621798,"slug":"nicoberrios","name":"Nico Berrios","first_name":"Nico","last_name":"Berrios","nickname":"Nico","thumbnail":"http://wbckfm.com/files/2017/08/nico-profile.jpg","url":"http://wbckfm.com/author/nicoberrios/"}],"video":true,"videoUrl":"https://youtu.be/xjDjIWPwcPU","youtubeId":"xjDjIWPwcPU"},"alternateData":{"_townsquare_media_url":"https://youtu.be/xjDjIWPwcPU","dynamic-lead-title":"Nico&apos;s Movie Review: &apos;Black Panther&apos; Is A Stimulating Celebration","dynamic-lead-excerpt":"Black Panther is a whole lot of fun. It is a celebration not just of Africa, but of all African descended people, and of the common humanity in all of us.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","_aioseop_title":"Nico&apos;s Movie Review: &apos;Black Panther&apos; Is A Stimulating Celebration","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}},"111900":{"postid":"111900","sortdate":"2018-02-17T16:35:08.000Z","data":{"mainData":{"postType":"post","caption":"Sean Gallup/Getty Images","thumbnail":"http://wbckfm.com/files/2018/02/GettyImages-614557874.jpg","postDateGmt":"2018-02-17 16:35:08 +0000","title":"MSU Grant To Help Michigan, Latino Farmers","url":"http://wbckfm.com/msu-grant-to-help-michigan-latino-farmers/","id":111900,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Michigan State University is reaching out to help Latino fruit growers in the state. ","authors":[{"id":1619102,"slug":"alexmaddix","name":"Alex Maddix","first_name":"Alex","last_name":"Maddix","nickname":"alexmaddix","thumbnail":"http://wbckfm.production.townsquareblogs.com/files/2013/12/Alex-250.jpg","url":"http://wbckfm.com/author/alexmaddix/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}},"111906":{"postid":"111906","sortdate":"2018-02-17T20:47:56.000Z","data":{"mainData":{"postType":"post","caption":"TSM Photo","thumbnail":"http://wbckfm.com/files/2018/02/Battle-Creek-Police-at-Lakeview-Square-Mall-TSM-Photo-2-17-2018.jpg","postDateGmt":"2018-02-17 20:47:56 +0000","title":"Fight scatters patrons at Battle Creek&apos;s Lakeview Square Mall","url":"http://wbckfm.com/fight-at-mall-theater-scatters-patrons/","id":111906,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"A fight at the Lakeview Square Mall theater scattered patrons on Saturday and brought police to the scene. ","authors":[{"id":1618715,"slug":"timcollins","name":"Tim Collins","first_name":"Tim","last_name":"Collins","nickname":"Tim Collins","thumbnail":"http://wbckfm.com/files/2018/01/Tim-Collins-2018-235x287.jpg","url":"http://wbckfm.com/author/timcollins/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Fight Scatters Mall Theater Fans","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","_aioseop_title":"Fight scatters patrons at Battle Creek&apos;s Lakeview Square Mall","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}}},"redisCached":true},"widget_third_party_content-2":{"info":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"params":{"type":"zergnet","title":"Recommended For You","id":"35864","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"widget_third_party_content-3":{"info":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"params":{"type":"zergnet","title":"Best of the Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"fix_sidebar_marker-94":{"info":{"id":"fix_sidebar_marker-94","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"94"},"params":{"title":"Fix Sidebar Marker","widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-575":{"info":{"id":"ts_blogroll-575","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"575"},"params":{"title":"","type":"carousel","isweather":"1","cat":"7407","posts_per_page":"4","align":"right","pinned_id":"","pinned_label":"","tag":"","private_tag":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0,"author":"","widgetTime":3,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[],"dataDetails":{},"tempData":[],"redisCached":true},"google-ads-widget-427":{"info":{"id":"google-ads-widget-427","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"427"},"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-366":{"info":{"id":"tsq_sailthru_newsletter_widget-366","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"366"},"params":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["WBCK Master List"],"widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-576":{"info":{"id":"ts_blogroll-576","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"576"},"params":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3,"widgetTime":26,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[111906,111900,111892],"dataDetails":{"111892":{"postid":"111892","sortdate":"2018-02-17T11:08:22.000Z","data":{"mainData":{"postType":"post","caption":"Marvel Entertainment via YouTube","thumbnail":"http://wbckfm.com/files/2018/02/Screenshot_20180217-052031.png","postDateGmt":"2018-02-17 11:08:22 +0000","title":"Nico&apos;s Movie Review: &apos;Black Panther&apos; Is A Stimulating Celebration","url":"http://wbckfm.com/nicos-movie-review-black-panther-is-a-stimulating-celebration-of-africa-and-humanity/","id":111892,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Black Panther is the 18th film in the MCU, and introduces us to the titular Black Panther, the guardian of the fictional African nation of Wakanda. When not donning the mask, Black Panther is T&apos;Challa (Chadwick Boseman), the king of Wakanda, as well as it&apos;s main diplomat. He is a man of many, cat-eared hats. ","authors":[{"id":1621798,"slug":"nicoberrios","name":"Nico Berrios","first_name":"Nico","last_name":"Berrios","nickname":"Nico","thumbnail":"http://wbckfm.com/files/2017/08/nico-profile.jpg","url":"http://wbckfm.com/author/nicoberrios/"}],"video":true,"videoUrl":"https://youtu.be/xjDjIWPwcPU","youtubeId":"xjDjIWPwcPU"},"alternateData":{"_townsquare_media_url":"https://youtu.be/xjDjIWPwcPU","dynamic-lead-title":"Nico&apos;s Movie Review: &apos;Black Panther&apos; Is A Stimulating Celebration","dynamic-lead-excerpt":"Black Panther is a whole lot of fun. It is a celebration not just of Africa, but of all African descended people, and of the common humanity in all of us.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","_aioseop_title":"Nico&apos;s Movie Review: &apos;Black Panther&apos; Is A Stimulating Celebration","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}},"111900":{"postid":"111900","sortdate":"2018-02-17T16:35:08.000Z","data":{"mainData":{"postType":"post","caption":"Sean Gallup/Getty Images","thumbnail":"http://wbckfm.com/files/2018/02/GettyImages-614557874.jpg","postDateGmt":"2018-02-17 16:35:08 +0000","title":"MSU Grant To Help Michigan, Latino Farmers","url":"http://wbckfm.com/msu-grant-to-help-michigan-latino-farmers/","id":111900,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Michigan State University is reaching out to help Latino fruit growers in the state. ","authors":[{"id":1619102,"slug":"alexmaddix","name":"Alex Maddix","first_name":"Alex","last_name":"Maddix","nickname":"alexmaddix","thumbnail":"http://wbckfm.production.townsquareblogs.com/files/2013/12/Alex-250.jpg","url":"http://wbckfm.com/author/alexmaddix/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}},"111906":{"postid":"111906","sortdate":"2018-02-17T20:47:56.000Z","data":{"mainData":{"postType":"post","caption":"TSM Photo","thumbnail":"http://wbckfm.com/files/2018/02/Battle-Creek-Police-at-Lakeview-Square-Mall-TSM-Photo-2-17-2018.jpg","postDateGmt":"2018-02-17 20:47:56 +0000","title":"Fight scatters patrons at Battle Creek&apos;s Lakeview Square Mall","url":"http://wbckfm.com/fight-at-mall-theater-scatters-patrons/","id":111906,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"A fight at the Lakeview Square Mall theater scattered patrons on Saturday and brought police to the scene. ","authors":[{"id":1618715,"slug":"timcollins","name":"Tim Collins","first_name":"Tim","last_name":"Collins","nickname":"Tim Collins","thumbnail":"http://wbckfm.com/files/2018/01/Tim-Collins-2018-235x287.jpg","url":"http://wbckfm.com/author/timcollins/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Fight Scatters Mall Theater Fans","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","_aioseop_title":"Fight scatters patrons at Battle Creek&apos;s Lakeview Square Mall","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":27},"data":[],"dataDetails":{},"redisCached":true},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":28},"data":["1",{"2":["2.1",{"2.2":["2.2.1"]},"2.3"]},{"3":["3.1","3.2","3.3"]},{"4":["4.1","4.2","4.3","4.4"]},{"5":["5.1","5.2","5.3","5.4"]},"6",{"7":["7.1","7.2"]},{"8":["8.1"]},{"9":["9.1","9.2","9.3","9.4","9.5","9.6"]},{"10":["10.1","10.2",{"10.3":["10.3.1","10.3.2"]},"10.4"]}],"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":"/djs","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":4234,"title":"Listen","titleExcerpt":"Listen","href":"/listen-live","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":3724,"title":"Events","titleExcerpt":"Events","href":"/events-battle-creek","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":4241,"title":"VIP","titleExcerpt":"VIP","href":"/vip","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":36086,"title":"Win Stuff","titleExcerpt":"Win Stuff","href":"/vip/contests/sweeps/","samedomain":true,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":8252,"title":"Weather","titleExcerpt":"Weather","href":"/battle-creek-weather/","samedomain":true,"hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":8716,"title":"Sports","titleExcerpt":"Sports","href":"/category/sports/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/sports/","hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":92511,"title":"Experts","titleExcerpt":"Experts","href":"/local-experts/","samedomain":true,"hasBlogroll":false}},"10":{"menuId":"10","attrs":{"menuPostId":4245,"title":"Contact","titleExcerpt":"Contact","href":"/help","samedomain":true,"hasBlogroll":false}},"2.1":{"menuId":"2.1","attrs":{"menuPostId":4250,"title":"Schedule","titleExcerpt":"Schedule","href":"/shows","samedomain":true,"hasBlogroll":false}},"2.2":{"menuId":"2.2","attrs":{"menuPostId":8751,"title":"Tim Collins","titleExcerpt":"Tim Collins","href":"/author/timcollins/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/timcollins/","hasBlogroll":false}},"2.2.1":{"menuId":"2.2.1","attrs":{"menuPostId":75083,"title":"Wiggly Tail Wednesday","titleExcerpt":"Wiggly Tail Wednesday","href":"/wigglytailwednesday/","samedomain":true,"hasBlogroll":false}},"2.3":{"menuId":"2.3","attrs":{"menuPostId":8752,"title":"Renk","titleExcerpt":"Renk","href":"/author/renk/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/renk/","hasBlogroll":false}},"3.1":{"menuId":"3.1","attrs":{"menuPostId":4235,"title":"Listen Live","titleExcerpt":"Listen Live","href":"/listen-live","samedomain":true,"hasBlogroll":false}},"3.2":{"menuId":"3.2","attrs":{"menuPostId":4236,"title":"Mobile App","titleExcerpt":"Mobile App","href":"/app","samedomain":true,"hasBlogroll":false}},"3.3":{"menuId":"3.3","attrs":{"menuPostId":107230,"title":"Listen on Amazon Alexa","titleExcerpt":"Listen on Amazon Alexa","href":"/95-3-wbck-is-now-available-on-amazon-alexa-enabled-devices/","samedomain":true,"hasBlogroll":false}},"4.1":{"menuId":"4.1","attrs":{"menuPostId":109836,"title":"Wine Not","titleExcerpt":"Wine Not","href":"/events-battle-creek/2018-wine-not-winter-wine-festival/03-march-2018-radisson-plaza-hotel/","samedomain":true,"hasBlogroll":false}},"4.2":{"menuId":"4.2","attrs":{"menuPostId":110064,"title":"Kalamazoo Job Fair","titleExcerpt":"Kalamazoo Job Fair","href":"/events-battle-creek/kalamazoo-spring-job-fair/14-march-2018-kalamazoo-county-expo-center/","samedomain":true,"hasBlogroll":false}},"4.3":{"menuId":"4.3","attrs":{"menuPostId":4240,"title":"Community Calendar","titleExcerpt":"Community Calendar","href":"/events-battle-creek","samedomain":true,"hasBlogroll":false}},"4.4":{"menuId":"4.4","attrs":{"menuPostId":37095,"title":"Submit An Event","titleExcerpt":"Submit An Event","href":"/events-battle-creek/community/add/","samedomain":true,"hasBlogroll":false}},"5.1":{"menuId":"5.1","attrs":{"menuPostId":4244,"title":"Join Now","titleExcerpt":"Join Now","href":"/registration","samedomain":true,"hasBlogroll":false}},"5.2":{"menuId":"5.2","attrs":{"menuPostId":4242,"title":"Contests","titleExcerpt":"Contests","href":"/contests/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/","hasBlogroll":false}},"5.3":{"menuId":"5.3","attrs":{"menuPostId":53369,"title":"Contest Rules","titleExcerpt":"Contest Rules","href":"/contest-rules/","samedomain":true,"hasBlogroll":false}},"5.4":{"menuId":"5.4","attrs":{"menuPostId":53370,"title":"VIP Support","titleExcerpt":"VIP Support","href":"/help/","samedomain":true,"hasBlogroll":false}},"7.1":{"menuId":"7.1","attrs":{"menuPostId":38419,"title":"5-Day Forecast","titleExcerpt":"5-Day Forecast","href":"/battle-creek-weather/","samedomain":true,"hasBlogroll":false}},"7.2":{"menuId":"7.2","attrs":{"menuPostId":71505,"title":"Closings","titleExcerpt":"Closings","href":"/school-closings-delays/","samedomain":true,"hasBlogroll":false}},"8.1":{"menuId":"8.1","attrs":{"menuPostId":82919,"title":"Radio Sports Schedule","titleExcerpt":"Radio Sports Schedule","href":"http://www.brownbearsw.com/cal/bcradiosports","samedomain":false,"hasBlogroll":false}},"9.1":{"menuId":"9.1","attrs":{"menuPostId":92512,"title":"Modern Woodmen Fraternal Financial","titleExcerpt":"Modern Woodmen Fraternal Financial","href":"/local-experts/modern-woodmen/","samedomain":true,"hasBlogroll":false}},"9.2":{"menuId":"9.2","attrs":{"menuPostId":93459,"title":"Darrell Burke Construction","titleExcerpt":"Darrell Burke Construction","href":"/local-experts/darrell-burke-construction/","samedomain":true,"hasBlogroll":false}},"9.3":{"menuId":"9.3","attrs":{"menuPostId":96406,"title":"Culligan","titleExcerpt":"Culligan","href":"/local-experts/culligan/","samedomain":true,"hasBlogroll":false}},"9.4":{"menuId":"9.4","attrs":{"menuPostId":101763,"title":"Vitality Healthcare","titleExcerpt":"Vitality Healthcare","href":"/local-experts/vitality-healthcare/","samedomain":true,"hasBlogroll":false}},"9.5":{"menuId":"9.5","attrs":{"menuPostId":101976,"title":"Calhoun County Lead Poisoning Prevention Task Force","titleExcerpt":"Calhoun County Lead Poisoning Prevention Task Force","href":"/local-experts/calhoun-lead-prevention/","samedomain":true,"hasBlogroll":false}},"9.6":{"menuId":"9.6","attrs":{"menuPostId":105163,"title":"HomeCare Transitions","titleExcerpt":"","href":"/local-experts/home-care-transitions/","samedomain":true,"hasBlogroll":false}},"10.1":{"menuId":"10.1","attrs":{"menuPostId":4247,"title":"Help & Contact Info","titleExcerpt":"Help & Contact Info","href":"/help","samedomain":true,"hasBlogroll":false}},"10.2":{"menuId":"10.2","attrs":{"menuPostId":4246,"title":"Send Feedback","titleExcerpt":"Send Feedback","href":"/feedback","samedomain":true,"hasBlogroll":false}},"10.3":{"menuId":"10.3","attrs":{"menuPostId":103401,"title":"Jobs","titleExcerpt":"Jobs","href":"/townsquare-media-kalamazoo-job-opportunities","samedomain":true,"hasBlogroll":false}},"10.3.1":{"menuId":"10.3.1","attrs":{"menuPostId":64351,"title":"Townsquare Media Jobs","titleExcerpt":"Townsquare Media Jobs","href":"/townsquare-media-kalamazoo-job-opportunities/","samedomain":true,"hasBlogroll":false}},"10.3.2":{"menuId":"10.3.2","attrs":{"menuPostId":64350,"title":"EEO Report","titleExcerpt":"EEO Report","href":"/eeo/","samedomain":true,"hasBlogroll":false}},"10.4":{"menuId":"10.4","attrs":{"menuPostId":4248,"title":"Advertise","titleExcerpt":"Advertise","href":"/advertise","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/promo_links":{"info":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"},"params":{"widgetTime":28},"data":["1","2","3","4","5","6","7","8"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":36153,"title":"What's Hot:","titleExcerpt":"What's Hot:","href":"","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":109835,"title":"Wine Not Sold Out","titleExcerpt":"Wine Not Sold Out","href":"/events-battle-creek/2018-wine-not-winter-wine-festival/03-march-2018-radisson-plaza-hotel/","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":111608,"title":"Win Tickets","titleExcerpt":"Win Tickets","href":"/contests/sweeps/win-the-final-pair-of-tickets-to-wine-not-2018/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/sweeps/win-the-final-pair-of-tickets-to-wine-not-2018/","hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":110065,"title":"Job Fair","titleExcerpt":"Job Fair","href":"/events-battle-creek/kalamazoo-spring-job-fair/14-march-2018-kalamazoo-county-expo-center/","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":111171,"title":"$500 Survey Giveaway","titleExcerpt":"$500 Survey Giveaway","href":"/sponsored-listener-survey/","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":59282,"title":"Olympics","titleExcerpt":"Olympics","href":"/tags/olympics","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/olympics","hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":92280,"title":"Battle Creek News","titleExcerpt":"Battle Creek News","href":"/tags/battle-creek","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/battle-creek","hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":108980,"title":"Nico's Movie Reviews","titleExcerpt":"Nico's Movie Reviews","href":"/tags/nico-movie-reviews/","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/nico-movie-reviews/","hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/footer":{"info":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"},"params":{"widgetTime":85},"data":["1","2","3","4","5","6","7","8","9","10","11"],"dataDetails":{"1":{"menuId":"1","attrs":{"title":"EEO","href":"/eeo/"}},"2":{"menuId":"2","attrs":{"title":"Advertise","href":"/advertise/"}},"3":{"menuId":"3","attrs":{"title":"Public File","href":"/wbck-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":"Battle Creek Business Listings","href":"/battle_creek-featured-business-listings/"}}},"redisCached":true}},"data":{},"time":{"wpTime":834.301,"mainOptionsTime":577.223,"sidebarsTime":35.093,"widgetsTime":222.196,"processTime":1668.969},"experimentGroup":"B"},"serverConfig":{"host":"wbckfm.com","ua":"python-requests/2.10.0"}},"listenLive":{},"nav":{},"newsletter":{},"ui":{},"weather":{},"youtube":{},"sweeps":{},"form":{"NavSearchForm":{"registeredFields":[{"name":"searchInput","type":"Field"}]}},"routing":{"locationBeforeTransitions":null},"events":{},"ads":{}}
          </script>
          <script src="//cdn.production.townsquareblogs.com/public/dist/main.bundle.js?ver=3b9dbc3b07b0bef2c96b11376b1d9e6298d9a129"></script>
        </body>
      </html>