<!doctype html>
      <html class="single">
        <head>
          <title data-react-helmet="true">Central Dakota Humane Society Will Be Taking in Dogs From Hurricane Harvey</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="The Central Dakota Humane Society will be traveling to pick up dogs from Hurricane Harvey."/><meta data-react-helmet="true" name="keywords" content="hurricane harvey, cdhs is picking up dogs to shelter from houston"/><meta data-react-helmet="true" property="fb:app_id" content="123074544504482"/><meta data-react-helmet="true" property="fb:admins" content="100002025987268"/><meta data-react-helmet="true" property="og:title" content="Central Dakota Humane Society Will Be Taking in Dogs From Hurricane Harvey"/><meta data-react-helmet="true" property="og:description" content="The Central Dakota Humane Society will be traveling to pick up dogs from Hurricane Harvey."/><meta data-react-helmet="true" property="og:url" content="http://supertalk1270.com/central-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey/"/><meta data-react-helmet="true" property="og:site_name" content="Super Talk 1270"/><meta data-react-helmet="true" property="og:type" content="blog"/><meta data-react-helmet="true" property="og:image" content="http://1033uscountry.com/files/2017/08/h13.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="@Supertalk1270"/><meta data-react-helmet="true" name="sailthru.description" content="The Central Dakota Humane Society will be traveling to pick up dogs from Hurricane Harvey."/><meta data-react-helmet="true" name="sailthru.date" content="2017-08-29 09:46:27"/><meta data-react-helmet="true" name="sailthru.title" content="Central Dakota Humane Society Will Be Taking in Dogs From Hurricane Harvey"/><meta data-react-helmet="true" name="sailthru.tags" content="tsmsite-klxx, tsmmarket-bismarck, tsmtype-local, hurricane-harvey, animals, articles, local-news"/><meta data-react-helmet="true" name="sailthru.author" content="larryleblanc"/><meta data-react-helmet="true" name="sailthru.image.full" content="http://1033uscountry.com/files/2017/08/h13.jpg"/><meta data-react-helmet="true" name="sailthru.image.thumb" content="http://1033uscountry.com/files/2017/08/h13.jpg"/><meta data-react-helmet="true" property="fb:pages" content="218094481622051"/><meta data-react-helmet="true" name="google-site-verification" content="LyZrAlsH7vXf_zGw_7JCDiz4mvwB9x5MnYpX9f6UpzE"/><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://custom-sites-template-1.production.townsquareblogs.com/files/2011/02/favicon.ico"/><link data-react-helmet="true" rel="profile" href="http://gmpg.org/xfn/11"/><link data-react-helmet="true" rel="canonical" href="http://1033uscountry.com/central-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey/"/>
          <link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic|Roboto:400,400italic,500,500italic,700,300italic,300|Roboto+Condensed:300,400,700" rel="stylesheet" type="text/css" />
          <link href="/styles/base.css?ver=6d71efa01f16655ef6b349537fca09279952c8c1&mver=2" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "B";
          window.TSM.cadata = {"activeDomain":"supertalk1270.com","blogId":506,"method":"get_single","postId":160360,"crosspostBlogId":"505","crosspostPostId":"214322","postType":"post","postDateGmt":"2017-08-29 14:46:27.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":"larryleblanc","dimension2":"animals,articles,local-news","dimension3":"hurricane-harvey","dimension4":"post","dimension5":"Tue Aug 29 2017","dimension6":"09:46","dimension7":"standard","dimension8":"91","dimension9":"B","dimension10":"no"};
ga( "create", {
          trackingId:"UA-33428520-5",
          name: "primary",
          allowAnchor: false
        });
        ga( "primary.require", "displayfeatures" );
        ga( "primary.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "primary" ] = {gaid:"UA-33428520-5"};
ga( "create", {
          trackingId:"UA-19109753-1",
          name: "UA191097531",
          allowAnchor: false
        });
        ga( "UA191097531.require", "displayfeatures" );
        ga( "UA191097531.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA191097531" ] = {gaid:"UA-19109753-1"};
ga( "create", {
          trackingId:"UA-33428520-6",
          name: "UA334285206",
          allowAnchor: false
        });
        ga( "UA334285206.require", "displayfeatures" );
        ga( "UA334285206.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA334285206" ] = {gaid:"UA-33428520-6"};
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-1",
          name: "UA452600601",
          allowAnchor: false
        });
        ga( "UA452600601.require", "displayfeatures" );
        ga( "UA452600601.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA452600601" ] = {gaid:"UA-45260060-1"};
            })(window);
          </script>
          <script async src="https://www.google-analytics.com/analytics.js"></script>
          <script>(function(w){
      w.dataLayer = [{"title":"Central Dakota Humane Society Will Be Taking in Dogs From Hurricane Harvey","callsign":"KLXXAM","market":"Bismarck","sitetype":"Local","siteClassification":"","state":"ND","genre":{"0":"news-talk"},"pageType":"post","tags":"hurricane-harvey","categories":"animals,articles,local-news","mediaType":"none"}];
      w.dataLayer[0].referer = document.referrer;w.dataLayer[0].curatedReferer = document.referrer.replace( /https?:\/\//, "" );w.dataLayer[0].dayOfWeek = function(n){return n.toLocaleString("en-US",{weekday:"long"})}(new Date);w.dataLayer[0].periodOfDay = function(n,t,i){t=n.getHours(),i=n.getMinutes(),i<10&&(i="0"+i);var r=parseInt(t+""+i);return r>=0&&r<600?"Overnight":r>=600&&r<1e3?"Morning Drive":r>=1e3&&r<1500?"Midday":r>=1500&&r<1900?"Afternoon Drive":r>=1900&&r<2400?"Evening":void 0}(new Date);
    })(window);</script>
          <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({"gtm.start": new Date().getTime(),event:"gtm.js"});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!="dataLayer"?"&l="+l:"";j.async=true;j.src= "https://www.googletagmanager.com/gtm.js?id="+i+dl;f.parentNode.insertBefore(j,f); })(window,document,"script","dataLayer","GTM-K346HJZ");</script>
          
          <script class="kxct" data-id="rwjnisqy1" data-timing="async" data-version="3.0" type="text/javascript">
        window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);
        (function(){
          var k=document.createElement("script");k.type="text/javascript";k.async=true;
          k.src=(location.protocol==="https:"?"https:":"http:")+"//"+"cdn.krxd.net/controltag/rwjnisqy1.js";
          var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(k,s);
        }());
      </script><script type="text/javascript" src="//mtrx.go.sonobi.com/morpheus.townsquaremedia.local.1594.js"></script>
<script async 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=supertalk1270.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", ["animals","articles","local-news"] );
googletag.pubads().setTargeting( "tags", ["hurricane-harvey"] );
googletag.pubads().setTargeting( "id", "central-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey" );
googletag.pubads().setTargeting( "author", "larryleblanc" );
googletag.pubads().setTargeting( "kw", ["larryleblanc","central-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey","animals","articles","local-news","hurricane-harvey","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/Bismarck/KLXX/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/Bismarck/KLXX/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/Bismarck/KLXX/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/Bismarck/KLXX/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/Bismarck/KLXX/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/Bismarck/KLXX/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/Bismarck/KLXX/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/Bismarck/KLXX/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/Bismarck/KLXX/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="1174620779"><!-- 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="Super Talk 1270" title="Super Talk 1270" data-reactid="14"><img src="http://supertalk1270.com/files/2017/12/klxxam-logo.png" alt="Super Talk 1270" title="Super Talk 1270" 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://supertalk1270.com/files/2012/08/SeanHannity200.jpg" rel="" title="" data-reactid="25"></a><div class="loadinganim showbox" id="0" data-reactid="26"><div class="loader" style="width:30px;height:30px;" data-reactid="27"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="28"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="29"></circle></svg></div></div></figure></div><div class="song-info radio" data-reactid="30"><a class="live-show-info" href="http://supertalk1270.com/show/sean-hannity/" data-reactid="31">Sean Hannity</a></div></div></div></div></div><a class="listen-live-cto cto" href="/listen-live/" data-reactid="32"><span class="icon-play2" data-reactid="33"></span><span class="cto-title" data-reactid="34">Listen Now</span></a><a class="sign-in-out" href="/#auth-start" title="" data-reactid="35"></a></div><nav id="site-menu" data-reactid="36"><div class="wrapper" data-reactid="37"><span class="icon-base icon-menu select-none" data-reactid="38"></span><ul class="links" data-reactid="39"><li class="hassub" data-reactid="40"><a href="/" data-reactid="41">Home</a></li><li class="hassub" data-reactid="42"><a href="/djs" data-reactid="43">On-Air</a><ul class="links submenu" data-reactid="44"><li class="hassub" data-reactid="45"><a href="/djs" data-reactid="46">All DJs</a></li><li class="hassub" data-reactid="47"><a href="/shows" data-reactid="48">Schedule</a></li><li class="hassub" data-reactid="49"><a href="/author/joelheitkamp/" data-reactid="50">Joel Heitkamp</a></li><li class="hassub" data-reactid="51"><a href="/author/jimwalsh1/" data-reactid="52">Jim Walsh</a></li><li class="hassub" data-reactid="53"><a href="/author/marlozoovio-com/" data-reactid="54">Marlo Anderson</a></li><li class="hassub" data-reactid="55"><a href="/author/sheehanklxx/" data-reactid="56">Joe Sheehan</a></li></ul></li><li class="hassub" data-reactid="57"><a href="/listen-live" data-reactid="58">Listen</a><ul class="links submenu" data-reactid="59"><li class="hassub" data-reactid="60"><a href="/listen-live" data-reactid="61">Listen Live</a></li><li class="hassub" data-reactid="62"><a href="/mobile" data-reactid="63">Mobile</a></li></ul></li><li class="hassub" data-reactid="64"><a href="" data-reactid="65">Events</a><ul class="links submenu" data-reactid="66"><li class="hassub" data-reactid="67"><a href="/category/bike-night/" data-reactid="68">Bike Night</a></li><li class="hassub" data-reactid="69"><a href="http://ndsportsmansexpo.com" target="_blank" data-reactid="70">Puklich Chevrolet ND Sportsmans Expo</a></li><li class="hassub" data-reactid="71"><a href="http://dakotagardenexpo.production.townsquareblogs.com/" target="_blank" data-reactid="72">Dakota Garden Expo</a></li><li class="hassub" data-reactid="73"><a href="/events-bismarck/community/add" data-reactid="74">Submit an Event</a></li></ul></li><li class="hassub" data-reactid="75"><a href="/vip" data-reactid="76">VIP</a><ul class="links submenu" data-reactid="77"><li class="hassub" data-reactid="78"><a href="/registration" data-reactid="79">Join Now</a></li><li class="hassub" data-reactid="80"><a href="/vip-faq/" data-reactid="81">FAQ</a></li><li class="hassub" data-reactid="82"><a href="/contest-rules/" data-reactid="83">KLXX-AM Official Contest Rules</a></li></ul></li><li class="hassub" data-reactid="84"><a href="/vip/contests/sweeps/" data-reactid="85">Win Stuff</a></li><li class="hassub" data-reactid="86"><a href="https://www.youtube.com/user/supertalk1270" target="_blank" data-reactid="87">Podcast</a><ul class="links submenu" data-reactid="88"><li class="hassub" data-reactid="89"><a href="/category/news-headlines/" data-reactid="90">Daily News Headlines</a></li><li class="hassub" data-reactid="91"><a href="/category/tech-ranch" data-reactid="92">Tech Ranch</a></li><li class="hassub" data-reactid="93"><a href="/category/dakota-housing-network" data-reactid="94">Dakota Housing Network</a></li><li class="hassub" data-reactid="95"><a href="/category/united-way" data-reactid="96">United Way</a></li><li class="hassub" data-reactid="97"><a href="/category/bis-man-weekly" data-reactid="98">Bis-Man Weekly</a></li><li class="hassub" data-reactid="99"><a href="/category/extension-connection" data-reactid="100">Extension Connection</a></li><li class="hassub" data-reactid="101"><a href="/category/free-for-all-friday" data-reactid="102">Free For All Friday</a></li><li class="hassub" data-reactid="103"><a href="/category/bobcats-coaches-show" data-reactid="104">Bobcats Coaches Show</a></li></ul></li><li class="hassub" data-reactid="105"><a href="/local-experts/" data-reactid="106">Local Expert</a><ul class="links submenu" data-reactid="107"><li class="hassub" data-reactid="108"><a href="/local-experts/northland-travel/" data-reactid="109">Travel</a></li><li class="hassub" data-reactid="110"><a href="/local-experts/country-auto-clinic/" data-reactid="111">Automotive</a></li><li class="hassub" data-reactid="112"><a href="/local-experts/feist-electronics/" data-reactid="113">Electronics</a></li></ul></li><li class="hassub" data-reactid="114"><a href="/help" data-reactid="115">Contact Us</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">Feedback</a></li><li class="hassub" data-reactid="121"><a href="/advertise" data-reactid="122">How to Advertise</a></li><li class="hassub" data-reactid="123"><a href="/report-a-problem-with-online-listening/" data-reactid="124">Online Listening Issues</a></li></ul></li><li class="hidden-menu hassub hide" data-reactid="125"><a class="more-icon" href="#" data-reactid="126">More</a><ul class="links submenu" data-reactid="127"><li class="hassub hide" data-reactid="128"><a href="/" data-reactid="129">Home</a></li><li class="hassub hide" data-reactid="130"><a href="/djs" data-reactid="131">On-Air</a><ul class="links submenu" data-reactid="132"><li class="hassub" data-reactid="133"><a href="/djs" data-reactid="134">All DJs</a></li><li class="hassub" data-reactid="135"><a href="/shows" data-reactid="136">Schedule</a></li><li class="hassub" data-reactid="137"><a href="/author/joelheitkamp/" data-reactid="138">Joel Heitkamp</a></li><li class="hassub" data-reactid="139"><a href="/author/jimwalsh1/" data-reactid="140">Jim Walsh</a></li><li class="hassub" data-reactid="141"><a href="/author/marlozoovio-com/" data-reactid="142">Marlo Anderson</a></li><li class="hassub" data-reactid="143"><a href="/author/sheehanklxx/" data-reactid="144">Joe Sheehan</a></li></ul></li><li class="hassub hide" data-reactid="145"><a href="/listen-live" data-reactid="146">Listen</a><ul class="links submenu" data-reactid="147"><li class="hassub" data-reactid="148"><a href="/listen-live" data-reactid="149">Listen Live</a></li><li class="hassub" data-reactid="150"><a href="/mobile" data-reactid="151">Mobile</a></li></ul></li><li class="hassub hide" data-reactid="152"><a href="" data-reactid="153">Events</a><ul class="links submenu" data-reactid="154"><li class="hassub" data-reactid="155"><a href="/category/bike-night/" data-reactid="156">Bike Night</a></li><li class="hassub" data-reactid="157"><a href="http://ndsportsmansexpo.com" target="_blank" data-reactid="158">Puklich Chevrolet ND Sportsmans Expo</a></li><li class="hassub" data-reactid="159"><a href="http://dakotagardenexpo.production.townsquareblogs.com/" target="_blank" data-reactid="160">Dakota Garden Expo</a></li><li class="hassub" data-reactid="161"><a href="/events-bismarck/community/add" data-reactid="162">Submit an Event</a></li></ul></li><li class="hassub hide" data-reactid="163"><a href="/vip" data-reactid="164">VIP</a><ul class="links submenu" data-reactid="165"><li class="hassub" data-reactid="166"><a href="/registration" data-reactid="167">Join Now</a></li><li class="hassub" data-reactid="168"><a href="/vip-faq/" data-reactid="169">FAQ</a></li><li class="hassub" data-reactid="170"><a href="/contest-rules/" data-reactid="171">KLXX-AM Official Contest Rules</a></li></ul></li><li class="hassub hide" data-reactid="172"><a href="/vip/contests/sweeps/" data-reactid="173">Win Stuff</a></li><li class="hassub hide" data-reactid="174"><a href="https://www.youtube.com/user/supertalk1270" target="_blank" data-reactid="175">Podcast</a><ul class="links submenu" data-reactid="176"><li class="hassub" data-reactid="177"><a href="/category/news-headlines/" data-reactid="178">Daily News Headlines</a></li><li class="hassub" data-reactid="179"><a href="/category/tech-ranch" data-reactid="180">Tech Ranch</a></li><li class="hassub" data-reactid="181"><a href="/category/dakota-housing-network" data-reactid="182">Dakota Housing Network</a></li><li class="hassub" data-reactid="183"><a href="/category/united-way" data-reactid="184">United Way</a></li><li class="hassub" data-reactid="185"><a href="/category/bis-man-weekly" data-reactid="186">Bis-Man Weekly</a></li><li class="hassub" data-reactid="187"><a href="/category/extension-connection" data-reactid="188">Extension Connection</a></li><li class="hassub" data-reactid="189"><a href="/category/free-for-all-friday" data-reactid="190">Free For All Friday</a></li><li class="hassub" data-reactid="191"><a href="/category/bobcats-coaches-show" data-reactid="192">Bobcats Coaches Show</a></li></ul></li><li class="hassub hide" data-reactid="193"><a href="/local-experts/" data-reactid="194">Local Expert</a><ul class="links submenu" data-reactid="195"><li class="hassub" data-reactid="196"><a href="/local-experts/northland-travel/" data-reactid="197">Travel</a></li><li class="hassub" data-reactid="198"><a href="/local-experts/country-auto-clinic/" data-reactid="199">Automotive</a></li><li class="hassub" data-reactid="200"><a href="/local-experts/feist-electronics/" data-reactid="201">Electronics</a></li></ul></li><li class="hassub hide" data-reactid="202"><a href="/help" data-reactid="203">Contact Us</a><ul class="links submenu" data-reactid="204"><li class="hassub" data-reactid="205"><a href="/help" data-reactid="206">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="207"><a href="/feedback" data-reactid="208">Feedback</a></li><li class="hassub" data-reactid="209"><a href="/advertise" data-reactid="210">How to Advertise</a></li><li class="hassub" data-reactid="211"><a href="/report-a-problem-with-online-listening/" data-reactid="212">Online Listening Issues</a></li></ul></li></ul></li></ul><div class="site-menu-right" data-reactid="213"><ul class="social-links" data-reactid="214"><li class="social" data-reactid="215"><a class="share-link youtube" href="https://youtube.com/user/supertalk1270" target="_blank" data-social="youtube" data-reactid="216"><span class="icon-base icon-youtube" data-reactid="217"></span></a></li><li class="social" data-reactid="218"><a class="share-link facebook" href="http://www.facebook.com/pages/SuperTalk-1270/218094481622051" target="_blank" data-social="facebook" data-reactid="219"><span class="icon-base icon-facebook" data-reactid="220"></span></a></li><li class="social" data-reactid="221"><a class="share-link twitter" href="https://twitter.com/Supertalk1270" target="_blank" data-social="twitter" data-reactid="222"><span class="icon-base icon-twitter" data-reactid="223"></span></a></li><ul class="social-subscriptions" data-reactid="224"><!-- react-text: 225 --><!-- /react-text --><li class="share_link_small youtube sub-youtube" data-reactid="226"><span class="youtube-subscribe-button " data-reactid="227"></span></li><li class="sub-facebook" data-reactid="228"></li><li class="sub-twitter" data-reactid="229"></li></ul></ul><div id="search-form" class="" data-reactid="230"><div class="form-wrap" data-reactid="231"><form data-reactid="232"><input type="text" name="searchInput" value="" class="search-input" placeholder="Search" data-reactid="233"/><input type="submit" class="search-submit" disabled="" value="SEARCH" data-reactid="234"/></form></div><div class="icon-base icon-search" data-reactid="235"></div></div></div><div class="site-screen select-none" data-reactid="236"></div></div></nav></div><ul class="promo-links" data-reactid="237"><li data-reactid="238"><span data-reactid="239">What&#x27;s Hot:</span></li><li data-reactid="240"><a title="Weather" href="/category/weather/" data-reactid="241">Weather</a></li><li data-reactid="242"><a title="Local News" href="/category/local-news" data-reactid="243">Local News</a></li><li data-reactid="244"><a title="National News" href="/category/news/" data-reactid="245">National News</a></li></ul></div><div class="tsm-ad tsm-ad-nav-970" data-reactid="246"><div id="tsm-ad-970a" data-reactid="247"><!-- dynamic ad --></div></div><div class="site-content clearfix" data-reactid="248"><div class="main-content" data-reactid="249"><div class="wrapper post-wrapper" data-reactid="250"><div class="post clearfix" data-reactid="251"><div class="entry" data-reactid="252"><article id="post-160360" data-location="/central-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey/" data-index="0" data-reactid="253"><div class="page-header" data-reactid="254"><div class="content-header show-ui front" id="content-header-160360" data-reactid="255"><div class="internal-header outgrow  " style="max-height:0px;" data-reactid="256"></div><div class="content-header-header" data-reactid="257"><div class="react-parallax " data-reactid="258"><div class="react-parallax-background-children" data-bottom-top="transform:translate3d(0,-20%,0);" data-top-bottom="transform:translate3d(0,20%,0);" data-reactid="259"><figure class="frameme img-tag frame-loaded" data-reactid="260"><div class="theframe" data-image="http://1033uscountry.com/files/2017/08/h13.jpg" rel="" title="" style="background-image:url(&quot;http://1033uscountry.com/files/2017/08/h13.jpg?w=980&amp;q=75&quot;);" data-reactid="261"></div></figure></div><div class="react-parallax-content" data-reactid="262"><figure class="frameme img-tag" data-reactid="263"><div class="theframe" data-image="http://1033uscountry.com/files/2017/08/h13.jpg" rel="" title="" data-reactid="264"></div><div class="loadinganim showbox" id="0" data-reactid="265"><div class="loader" style="width:30px;height:30px;" data-reactid="266"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="267"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="268"></circle></svg></div></div></figure></div></div><div class="header" data-reactid="269"><section class="title " data-reactid="270"><h1 class="" data-reactid="271">Central Dakota Humane Society Will Be Taking in Dogs From Hurricane Harvey</h1></section><div class="byline" data-reactid="272"><div class="authors" data-reactid="273"><address class="author" data-reactid="274"><div class="author-image icon-user" data-reactid="275"><figure class="frameme" data-reactid="276"><a class="theframe" data-image="http://1033uscountry.com/files/2017/06/Larry-website-copy.jpg" href="http://supertalk1270.com/author/larryleblanc/" rel="author" title="Larry LeBlanc" data-reactid="277"></a><div class="loadinganim showbox" id="0" data-reactid="278"><div class="loader" style="width:30px;height:30px;" data-reactid="279"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="280"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="281"></circle></svg></div></div></figure></div><a class="author-name" href="http://supertalk1270.com/author/larryleblanc/" rel="author" title="Larry LeBlanc" data-reactid="282">Larry LeBlanc</a></address></div><time datetime="2017-08-29 14:46:27 +0000" data-reactid="283">August 29, 2017</time></div><figcaption title="	Joe Raedle / Getty Images" data-reactid="284">	Joe Raedle / Getty Images</figcaption></div></div></div></div><div class="content-wrap" data-reactid="285"><div class="social-share bignsexy" data-reactid="286"><div class="social-bar social-icons" data-reactid="287"><ul data-reactid="288"><li data-reactid="289"><a href="http://twitter.com/intent/tweet?text=Central%20Dakota%20Humane%20Society%20Will%20Be%20Taking%20in%20Dogs%20From%20Hurricane%20Harvey%20http%3A%2F%2Fsupertalk1270.com%2Fcentral-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey%2F%3Ftrackback%3Dtwitter_mobile%20%40Supertalk1270" title="Share on Twitter" target="_blank" data-reactid="290"><span class=" social-icon icon-twitter tw" data-reactid="291"><span class="share-title" data-reactid="292">Share on Twitter</span></span></a></li><li data-reactid="293"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fsupertalk1270.com%2Fcentral-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey%2F%3Ftrackback%3Dfbshare_mobile" title="Share on Facebook" target="_blank" data-reactid="294"><span class=" social-icon icon-facebook fb" data-reactid="295"><span class="share-title" data-reactid="296">Share on Facebook</span></span></a></li></ul></div></div><div class="content" data-reactid="297"><div class="pod-content" data-reactid="298"><p data-reactid="299"><!-- react-text: 300 -->The<!-- /react-text --><a href="http://www.cdhs.net/news/" data-reactid="301"><strong data-reactid="302"><!-- react-text: 303 --> Central Dakota Humane Society<!-- /react-text --></strong></a><!-- react-text: 304 --> will be traveling to pick up dogs from Hurricane Harvey.<!-- /react-text --><span id="more-160360" data-reactid="305"></span></p><div class="single-post-image" data-reactid="306"><figure class="img-tag alignnone" data-reactid="307"><div class="theframe" data-image="http://1033uscountry.com/files/2017/08/h13.jpg" rel="" title="" data-reactid="308"></div><figcaption data-reactid="309">Joe Raedle / Getty Images</figcaption><div class="loadinganim showbox" id="0" data-reactid="310"><div class="loader" style="width:30px;height:30px;" data-reactid="311"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="312"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="313"></circle></svg></div></div></figure><div data-reactid="314"></div></div><p data-reactid="315">CDHS will be traveling to Kansas City, MO to pick up about 20 dogs that are in need of a dry home and shelter from the hurricane effective area. These dogs will be transported to the shelter.</p><p data-reactid="316">The shelter is asking for donations to help in the transition for these 20 dogs.</p><div class="sharethrough-container" data-reactid="317"><div class="tsm-ad tsm-ad-oop" data-reactid="318"><div id="tsm-ad-sharethrough-oop-1" data-reactid="319"><!-- dynamic ad --></div></div></div><p data-reactid="320"><!-- react-text: 321 -->If you would like to donate items or make a financial donation, <!-- /react-text --><a href="http://www.cdhs.net/news/" data-reactid="322"><strong data-reactid="323"><!-- react-text: 324 -->contact<!-- /react-text --></strong><!-- react-text: 325 --> <!-- /react-text --></a><!-- react-text: 326 -->the Central Dakota Humane Society.<!-- /react-text --></p><p data-reactid="327">Once these dogs are processed and are in good health, they will be available for adoption. There could be a second trip in the near future.</p><p data-reactid="328">The dogs being transported to North Dakota are dogs already in shelters in the South. This will allow those shelters additional room for any displaced animal effected by the hurricane.</p><p data-reactid="329">CDHS plans to meet a transport in Kansas City later in the week and transport the animals to the shelter in Mandan.</p></div></div><div class="content-footer" data-reactid="330"><!-- react-empty: 331 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="332"></div><!-- react-text: 333 --><!-- /react-text --><div class="tags-lines" data-reactid="334"><div class="wrapper" data-reactid="335"><span data-reactid="336"><!-- react-text: 337 -->Filed Under<!-- /react-text --><!-- react-text: 338 -->: <!-- /react-text --></span><span data-reactid="339"><!-- react-text: 340 --><!-- /react-text --><a href="http://supertalk1270.com/tags/hurricane-harvey/" data-reactid="341">Hurricane Harvey</a></span></div><div class="wrapper" data-reactid="342"><span data-reactid="343"><!-- react-text: 344 -->Categories<!-- /react-text --><!-- react-text: 345 -->: <!-- /react-text --></span><span data-reactid="346"><!-- react-text: 347 --><!-- /react-text --><a href="http://supertalk1270.com/category/animals/" data-reactid="348">Animals</a></span><span data-reactid="349"><!-- react-text: 350 -->, <!-- /react-text --><a href="http://supertalk1270.com/category/articles/" data-reactid="351">Articles</a></span><span data-reactid="352"><!-- react-text: 353 -->, <!-- /react-text --><a href="http://supertalk1270.com/category/local-news/" data-reactid="354">Local News</a></span></div></div><div class="comments-wrapper" data-reactid="355"><div class="comments" data-reactid="356"><div data-reactid="357"><span class="icon-comments" data-reactid="358"></span><i data-reactid="359">Comments</i><span class="fb-comments-count" data-href="http://supertalk1270.com/central-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey/" data-reactid="360"></span><span class="icon-triangle-down" data-reactid="361"></span></div><div class="cto" data-reactid="362">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="363"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="364">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="365"><div class="aside-inside" data-reactid="366"><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-37" data-reactid="367"><div class="wrapper clearfix" data-reactid="368"><div class="fix_sidebar_marker" data-reactid="369"></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-351" data-reactid="370"><header data-reactid="371"><h2 data-reactid="372"><span class="title-container" data-reactid="373">Featured</span><!-- react-text: 374 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="375"><section id="ts_blogroll-351" class="blogroll carousel slider dl align-right" data-reactid="376"><div class="slider blogroll-items" data-reactid="377"><div class="sizer" data-reactid="378"></div><div class="mover slide" data-reactid="379"><article class="item title-over-image" data-reactid="380"><figure class="frameme" data-reactid="381"><a class="theframe" data-image="http://hot975fm.com/files/2018/01/ALly-use.png" href="http://supertalk1270.com/ndsu-student-captures-what-going-to-school-in-north-dakota-is-like/" rel="" title="NDSU Student Captures What Going to School in ND is Like" data-reactid="382"></a><div class="loadinganim showbox" id="0" data-reactid="383"><div class="loader" style="width:30px;height:30px;" data-reactid="384"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="385"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="386"></circle></svg></div></div></figure><div class="content" data-reactid="387"><a href="http://supertalk1270.com/ndsu-student-captures-what-going-to-school-in-north-dakota-is-like/" title="NDSU Student Captures What Going to School in ND is Like" class="title" data-reactid="388">NDSU Student Captures What Going to School in ND is Like</a></div></article></div><div class="previous icon-arrow-thin-left arrow icon-base round always-visible" title="Previous" data-reactid="389"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="390"></div></div></section></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-248" data-reactid="391"><div class="wrapper clearfix" data-reactid="392"><div class="widget-content" data-reactid="393"><div class="tsm-ad tsm-ad-300" data-reactid="394"><div id="tsm-ad-300a" data-reactid="395"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-229" data-reactid="396"><div class="wrapper clearfix" data-reactid="397"><div class="widget-content" data-reactid="398"><div data-reactid="399"><form method="post" class="newsletter-frame clearfix" data-reactid="400"><div class="content clearfix" data-reactid="401"><p class="title" data-reactid="402">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="403"><div class="vertical-centered" data-reactid="404"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="405"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="406"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-352" data-reactid="407"><header data-reactid="408"><h2 data-reactid="409"><span class="title-container" data-reactid="410">Latest Articles</span></h2></header><div class="wrapper clearfix" data-reactid="411"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="412"><div class="blogroll-inner clearfix" data-reactid="413"><article class="" data-reactid="414"><figure class="frameme" data-reactid="415"><a class="theframe" data-image="http://hot975fm.com/files/2018/02/RS5624_118322709-scr.jpg" href="http://supertalk1270.com/nddot-plans-i-94-improvements-for-bismarck-mandan-in-2019/" rel="" title="NDDOT Plans I-94 Improvements for Bismarck-Mandan in 2019" data-reactid="416"></a><div class="loadinganim showbox" id="0" data-reactid="417"><div class="loader" style="width:30px;height:30px;" data-reactid="418"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="419"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="420"></circle></svg></div></div></figure><div class="content" data-reactid="421"><a href="http://supertalk1270.com/nddot-plans-i-94-improvements-for-bismarck-mandan-in-2019/" title="NDDOT Plans I-94 Improvements for Bismarck-Mandan in 2019" class="title" data-reactid="422">NDDOT Plans I-94 Improvements for Bismarck-Mandan in 2019</a></div></article><article class="" data-reactid="423"><figure class="frameme" data-reactid="424"><a class="theframe" data-image="http://1033uscountry.com/files/2018/02/crosses.jpg" href="http://supertalk1270.com/valentines-day-is-also-ash-wednesday-what-will-you-do/" rel="" title="Valentine&amp;apos;s Day Is Also Ash Wednesday, What Will You Do?" data-reactid="425"></a><div class="loadinganim showbox" id="0" data-reactid="426"><div class="loader" style="width:30px;height:30px;" data-reactid="427"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="428"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="429"></circle></svg></div></div></figure><div class="content" data-reactid="430"><a href="http://supertalk1270.com/valentines-day-is-also-ash-wednesday-what-will-you-do/" title="Valentine&#x27;s Day Is Also Ash Wednesday, What Will You Do?" class="title" data-reactid="431">Valentine&#x27;s Day Is Also Ash Wednesday, What Will You Do?</a></div></article><article class="" data-reactid="432"><figure class="frameme" data-reactid="433"><a class="theframe" data-image="http://1033uscountry.com/files/2018/02/students.jpg" href="http://supertalk1270.com/how-does-north-dakota-rank-in-the-best-and-the-worst-education-systems/" rel="" title="Where North Dakota Rank In The Best and The Worst School Systems?" data-reactid="434"></a><div class="loadinganim showbox" id="0" data-reactid="435"><div class="loader" style="width:30px;height:30px;" data-reactid="436"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="437"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="438"></circle></svg></div></div></figure><div class="content" data-reactid="439"><a href="http://supertalk1270.com/how-does-north-dakota-rank-in-the-best-and-the-worst-education-systems/" title="Where North Dakota Rank In The Best and The Worst School Systems?" class="title" data-reactid="440">Where North Dakota Rank In The Best and The Worst School Systems?</a></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="441"><footer data-reactid="442"><div class="links clearfix" data-reactid="443"><div class="logo" data-reactid="444"></div><div class="details" data-reactid="445"><h2 data-reactid="446">Information</h2><ul data-reactid="447"><li data-reactid="448"><a title="Bismarck-Mandan EEO" href="/eeo/" class="" data-reactid="449">Bismarck-Mandan EEO</a></li><li data-reactid="450"><a title="Advertise" href="/advertise/" class="" data-reactid="451">Advertise</a></li><li data-reactid="452"><a title="Public File" href="/klxx-public-file/" class="" data-reactid="453">Public File</a></li><li data-reactid="454"><a title="Terms" href="/terms/" class="" data-reactid="455">Terms</a></li><li data-reactid="456"><a title="VIP Terms" href="/vip-terms/" class="" data-reactid="457">VIP Terms</a></li><li data-reactid="458"><a title="FAQ" href="/vip-faq/" class="" data-reactid="459">FAQ</a></li><li data-reactid="460"><a title="Contest Rules" href="/contest-rules/" class="" data-reactid="461">Contest Rules</a></li><li data-reactid="462"><a title="Privacy Policy (Updated: 8/31/17)" href="/privacy/" class="" data-reactid="463">Privacy Policy (Updated: 8/31/17)</a></li><li data-reactid="464"><a title="Contact" href="/help/" class="" data-reactid="465">Contact</a></li><li data-reactid="466"><a href="http://townsquaremediagroup.com/" class="" data-reactid="467"></a></li><li data-reactid="468"><a title="Bismarck Business Listings" href="/bismarck-featured-business-listings/" class="" data-reactid="469">Bismarck Business Listings</a></li></ul></div><div class="social-links" data-reactid="470"><h2 data-reactid="471">Follow Us</h2><ul data-reactid="472"><li class="social" data-reactid="473"><a class="share_link youtube" href="https://www.youtube.com/user/supertalk1270" target="_blank" data-social="youtube" data-reactid="474"><span class="icon-youtube" data-reactid="475"></span></a></li><li class="social" data-reactid="476"><a class="share_link facebook" href="http://www.facebook.com/pages/SuperTalk-1270/218094481622051" target="_blank" data-social="facebook" data-reactid="477"><span class="icon-facebook" data-reactid="478"></span></a></li><li class="social" data-reactid="479"><a class="share_link twitter" href="https://twitter.com/Supertalk1270" target="_blank" data-social="twitter" data-reactid="480"><span class="icon-twitter" data-reactid="481"></span></a></li></ul></div></div><div class="legal" data-reactid="482"><!-- react-text: 483 -->2018<!-- /react-text --><!-- react-text: 484 --> <!-- /react-text --><!-- react-text: 485 -->Super Talk 1270<!-- /react-text --><!-- react-text: 486 --><!-- /react-text --><!-- react-text: 487 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="488"><!-- react-empty: 489 --><div id="bottom-not-ads" data-reactid="490"><div class="tsm-ad tsm-ad-728" data-reactid="491"><div id="tsm-ad-728b" data-reactid="492"><!-- dynamic ad --></div></div></div><div data-reactid="493"></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":506,"postId":160360,"url":"/central-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey/","unfriendlyRequestUrl":"/central-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey/","requestUrl":"/central-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey/","blogOptions":{"aioseop_options":{"aiosp_can":"on","aiosp_donate":null,"aiosp_home_title":"Super Talk 1270 – Accurate News, Stimulating Talk – Bismarck News Radio","aiosp_home_description":"Super Talk 1270 radio has the best news coverage in Bismarck, North Dakota.","aiosp_home_keywords":"super talk 1270 bismarck, bismarck super talk 1270, news radio bismarck, bismarck news radio, news coverage bismarck, bismarck news coverage","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":"Accurate News, Stimulating Talk","blogname":"Super Talk 1270","carbonUiUpdateCounter":"2","design_option_live":{"page_bg":"FF071109","page_head_bg":"00000000","primary_bg":"FFFFFFFF","secondary_bg":"FFFFFFFF","mdl_head_bg":"FF02161D","main_nav_hue":"FFFFFFFF","nav_hover_hue":"FFFFFFFF","primary_hue":"FF424242","secondary_hue":"FF686868","primary_head_hue":"FF3B3B3B","secondary_head_hue":"FF135BC1","primary_active_hue":"FF6D6D6D","secondary_active_hue":"FF0255A5","accent_hue":"FF6D6D6D","header_link_hue":"FFFFFFFF","footer_link_hue":"FFFFFFFF","primary_mdl_bg":"FFE9E9E9","primary_mdl_hue":"FF111111","secondary_mdl_bg":"25777777","secondary_mdl_hue":"FF135BC1","standout_bg":"FFF23227","mobile_primary_color":"FF6D6D6D","mobile_secondary_color":"FFF23227","iv_primary_color":"FFEF3F35","iv_secondary_color":"FF6D6D6D","iv_tertiary_color":"FFEF3F35","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":"FF6D6D6D","events_app_secondary_color":"FF0255A5","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://supertalk1270.com/files/2017/12/klxxam-bg.jpg","carbon_logo_img":"http://supertalk1270.com/files/2017/12/klxxam-logo.png","carbon_promo_bg_img":"http://supertalk1270.com/files/2017/12/klxxam-promo.jpg","page_img":"http://klxx.production.townsquareblogs.com/files/2012/08/1x1.gif","body_img":"http://klxx.production.townsquareblogs.com/files/2012/08/background.jpg","square_logo_img":"","logo_img":"http://klxx.production.townsquareblogs.com/files/2012/08/logo.png","logo_img_trim":"http://supertalk1270.com/files/2013/07/supertalk.png","logo_img_light":"","logo_img_dark":"","header_img":"http://supertalk1270.com/files/2013/07/supertalk.jpg","placeholder_img":"","page_head_img":"","favicon_img":"http://custom-sites-template-1.production.townsquareblogs.com/files/2011/02/favicon.ico","top_banner_img":"none","title":"TS3 - News - KLXX 1270 AM","ID":"0","designer":"Steve Frost","comment":"Generated by the Flavor to Design export script","action":"edit","editor":"Stephen Alba","editorID":2190306,"siteID":"506","timestamp":1512590621,"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":"1","exclude_top_banner":"","FacebookCommentsOptions":{"moderator_userids":"100002025987268","moderator_appid":"123074544504482","colorscheme":"","show_like":"yes","show_comments":"yes","show_commentscount":"no","action":"like"},"facebook_app":{"id":"123074544504482","fanpage":"http://www.facebook.com/pages/SuperTalk-1270/218094481622051","plugins":{"facebook-authentication":1,"facebook-like-button":1}},"google_ads_dfp6_template_ads":{"dynamic-ad-custom":"1","dynamic-ad-header":"1","dynamic-ad-push":"1","top-728x90":"1","bottom-728x90":"1","mid-top-300x250":"1","mid-bottom-300x250":"1","tsm-out-of-page":"1","tsm-2x2":"0","top-right-noflex-300x250":"1","top-right-300x250":"1"},"iq_weather_page_sponsor_city_name":"Bismarck","iq_weather_page_sponsor_zip_code":"58501","onlyhome_pushdown":"","onlyhome_topbanner":"","posts_per_page":"10","radio_players_wo_stream_id":"3538","sailthru_list_default":"KLXX-AM Super Talk 1270","site_template_theme_meta":{"template-tone":"2","listen-live-bar":"block","sidebar-widgets-header":"block","blogroll-image-size":"cropped","next-page-offset":"11"},"social_overlay":{"active":"1","fb":"1","nl":"1","colors":{"background-color":"#6D6D6D","color":"#fffff"},"wrapper":{"divider":"","button":"#000000","button-font":"#135BC1"},"logo":"http://supertalk1270.com/files/2014/10/supertalk.png"},"timezone_string":"America/Chicago","townsquare_ad_version":"dfp6","ts-templates-carbon-homepage-id":"165905","ts-templates-homepage-id":"18048","ts-templates-mobile-homepage-id":"18048","_station_info":{"sitetype":"Local","market":"Bismarck","genre":{"0":"news-talk"},"callsign":"KLXXAM","callletters":"KLXX","legalname":"Super Talk 1270","siteclassification":"","street":"4303 Memorial Hwy","street-2":"","city":"Mandan","state":"ND","zip":"58554","phone":"701-663-1270","helpline":"701-250-6602","studioline":"701-663-1270","officeline":"701-250-6602","officehours":"8 am - 5 pm","email":"lauren.bjork@townsquaremedia.com","tipus-email":"ransom.place@townsquaremedia.com","inquiries-email":"larry.leblanc@townsquaremedia.com","advertising-contact":"Lisa Arth","advertising-email":"lisa.arth@townsquaremedia.com","gm-contact":"Syd Stewart","gm-email":"syd.stewart@townsquaremedia.com","programming-director-contact":"Larry LeBlanc","programming-director-email":"larry.leblanc@townsquaremedia.com","digital-managing-editor-contact":"Lauren Bjork","digital-managing-editor-email":"lauren.bjork@townsquaremedia.com","digital-sales-manager-contact":"","digital-sales-manager-email":"","mobile-app-feedback-email":"ask.supertalk1270@townsquaredigital.com","mobile-app-media-submission-email":"media.submit.supertalk1270@townsquaredigital.com","public-record-administrator-name":"Ransom Place","public-record-administrator-email":"ransom.place@townsquaremedia.com","fcc-online-public-file-url":"https://publicfiles.fcc.gov/am-profile/klxx","feedbackurl":"","biz-list-url":"http://supertalk1270fm.com/bismarck-featured-business-listings/","amazon_affiliate":"","yieldmo_placement":"","jwplayer":"","twitter_handle":"Supertalk1270","youtube_handle":"supertalk1270","youtube_channel_id":"UC7Fi5CnjsNvDEnlpglNyWSw ","instagram_handle":"","comscore-label":"None Selected"},"_station_logos":{},"_station_settings":{"default_show_image":""},"_townsquare_user_registration_settings":{"requires-confirmation":"no","use-short-form":"no","use-captcha":"yes","javascript-links":"no"},"blogInfo":{"blogId":506,"blogName":"Super Talk 1270","blogDescription":"Accurate News, Stimulating Talk","postTitleFormat":"%post_title%","timeZone":"America/Chicago","market":"Bismarck","activeDomain":"supertalk1270.com","legalName":"Super Talk 1270"},"tsiMarkets":"Bismarck"},"globalBlogOptions":{"google_maps_default_api_key":"AIzaSyCcIkjOyxS9DtubyqzLX2Sbancl83fKon4","gtmSiteId":"GTM-K346HJZ","kruxSiteId":"rwjnisqy1","loyalty_title_506":"VIP","kruxEnabled":true},"headers":{"title":[{"textContent":"Central Dakota Humane Society Will Be Taking in Dogs From Hurricane Harvey"}],"meta":[{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}},{"attrs":{"charset":"UTF-8"}},{"attrs":{"name":"description","content":"The Central Dakota Humane Society will be traveling to pick up dogs from Hurricane Harvey."}},{"attrs":{"name":"keywords","content":"hurricane harvey, cdhs is picking up dogs to shelter from houston"}},{"attrs":{"property":"fb:app_id","content":"123074544504482"}},{"attrs":{"property":"fb:admins","content":"100002025987268"}},{"attrs":{"property":"og:title","content":"Central Dakota Humane Society Will Be Taking in Dogs From Hurricane Harvey"}},{"attrs":{"property":"og:description","content":"The Central Dakota Humane Society will be traveling to pick up dogs from Hurricane Harvey."}},{"attrs":{"property":"og:url","content":"http://supertalk1270.com/central-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey/"}},{"attrs":{"property":"og:site_name","content":"Super Talk 1270"}},{"attrs":{"property":"og:type","content":"blog"}},{"attrs":{"property":"og:image","content":"http://1033uscountry.com/files/2017/08/h13.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":"@Supertalk1270"}},{"attrs":{"name":"sailthru.description","content":"The Central Dakota Humane Society will be traveling to pick up dogs from Hurricane Harvey."}},{"attrs":{"name":"sailthru.date","content":"2017-08-29 09:46:27"}},{"attrs":{"name":"sailthru.title","content":"Central Dakota Humane Society Will Be Taking in Dogs From Hurricane Harvey"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-klxx, tsmmarket-bismarck, tsmtype-local, hurricane-harvey, animals, articles, local-news"}},{"attrs":{"name":"sailthru.author","content":"larryleblanc"}},{"attrs":{"name":"sailthru.image.full","content":"http://1033uscountry.com/files/2017/08/h13.jpg"}},{"attrs":{"name":"sailthru.image.thumb","content":"http://1033uscountry.com/files/2017/08/h13.jpg"}},{"attrs":{"property":"fb:pages","content":"218094481622051"}},{"attrs":{"name":"google-site-verification","content":"LyZrAlsH7vXf_zGw_7JCDiz4mvwB9x5MnYpX9f6UpzE"}},{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}}],"link":[{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://custom-sites-template-1.production.townsquareblogs.com/files/2011/02/favicon.ico"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"Super Talk 1270 » Feed","href":"http://supertalk1270.com/feed/"}},{"attrs":{"rel":"profile","href":"http://gmpg.org/xfn/11"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"Super Talk 1270 » Central Dakota Humane Society Will Be Taking in Dogs From Hurricane Harvey Comments Feed","href":"http://supertalk1270.com/central-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://supertalk1270.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"United Way – ‘Hunger Update’","href":"http://supertalk1270.com/united-way-hunger-update/"}},{"attrs":{"rel":"next","title":"No Bomb Found In Bismarck Walmart Bomb Threat","href":"http://supertalk1270.com/no-bomb-found-in-bismarck-bomb-threat/"}},{"attrs":{"rel":"shortlink","href":"http://supertalk1270.com/?p=160360"}},{"attrs":{"rel":"canonical","href":"http://1033uscountry.com/central-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey/"}}],"noscript":[{"attrs":{"children":[{"tagName":"img","src":"http://b.scorecardresearch.com/p?c1=2&c2=6665296&cv=2.0&cj=1"}]}}]},"adVars":{"amazonAds":true,"enableCriteo":true,"enableViewability":false,"enableViewabilityBR":false,"enableSharethrough":true,"enableAppNexusWrapper":true,"sharethroughKey":"","sharethroughArticleKey":"igCn8fo2tPhvQ1fqd2PDaJuq","enableOpenx":false,"enableKiosked":false,"enableKioskedMobile":false,"enableSonobi":true,"sonobiScript":"","zergnetId":"59488","enableYieldbot":false},"scriptVars":{"dfp":{"activeSlots":["tsm-out-of-page","top-right-300x250","middle-right-300x250","bottom-right-300x250","dynamic-ad-custom","dynamic-ad-header","dynamic-ad-push","top-728x90","bottom-728x90","mid-top-300x250","mid-bottom-300x250","top-right-noflex-300x250","tsm-2x2"],"adPageSettings":{"attrs":{"catid":["animals","articles","local-news"],"tags":["hurricane-harvey"],"id":"central-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey","author":"larryleblanc","kw":["larryleblanc","central-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey","animals","articles","local-news","hurricane-harvey","pagetype-post"],"genre":["news-talk"],"device":"web","kv":[]}},"mobileActiveSlots":["ads-expand-down","ads-expand","ads-prestitial","ads-top-right","ads-bottom-right","ads-top-leaderboard","ads-bottom-leaderboard","ads-mid-top","ads-mid-bottom","tsm-2x2"],"dfp6":true},"smartAppBanner":{"bannerTitle":null,"itunes_app_id":null,"google_play_app_id":null,"daysHidden":"15","daysReminder":"90","buttonText":"View","priceText":"Get","img_url":null},"revision":"dc1580972c867b4fe21b9449d55eca093dd2a4f0"},"postMeta":{"_aioseop_title":"Central Dakota Humane Society Will Be Taking in Dogs From Hurricane Harvey"},"activeDomain":"supertalk1270.com","authLoginFormNonce":"74e4c53e45","authRegFormNonce":"6c96210149","ga":{"ids":{"primary":"UA-33428520-5","secondary":["UA-19109753-1","UA-33428520-6","UA-28825804-3","UA-45260060-1"],"all":["UA-33428520-5","UA-19109753-1","UA-33428520-6","UA-28825804-3","UA-45260060-1"]}},"tsmStatic":{"revision":"01272d1ea85173b023b59bd9e8da482534b5d932"},"isGallery":false,"userRegistrationSettings":{},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":160360,"postAuthor":741162,"postDate":"2017-08-29T14:46:27.000Z","postDateGmt":"2017-08-29T14:46:27.000Z","postTitle":"Central Dakota Humane Society Will Be Taking in Dogs From Hurricane Harvey","postExcerpt":"","postStatus":"publish","commentStatus":"open","postPassword":"","postName":"central-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey","toPing":"","pinged":"","postModified":"2017-08-30T15:44:03.000Z","postModifiedGmt":"2017-08-30T15:44:03.000Z","postContentFiltered":"","postParent":0,"guid":"http://1033uscountry.com/?p=214322","menuOrder":0,"postType":"post","postMimeType":"","commentCount":0,"postDateGmtStr":"2017-08-29 14:46:27.000+0000","postModifiedGmtStr":"2017-08-30 15:44:03.000+0000","meta":{"_crosspost_source_blog_id":"505","_crosspost_source_post_id":"214322"}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"Central Dakota Humane Society Will Be Taking in Dogs From Hurricane Harvey","next":{"latest":[{"postId":160280,"documentUrl":"/country-stars-send-thoughts-prayers-as-hurricane-harvey-batters-texas-pictures/","filterUrl":"/rest/carbon/filter/main/country-stars-send-thoughts-prayers-as-hurricane-harvey-batters-texas-pictures/","sortDate":"2017-08-26 16:02:19.000 +0000","termTaxonomyId":4620,"taxonomyType":"tags"},{"postId":160347,"documentUrl":"/a-mandan-man-arrested-for-crashing-his-car-into-a-house/","filterUrl":"/rest/carbon/filter/main/a-mandan-man-arrested-for-crashing-his-car-into-a-house/","sortDate":"2017-08-28 12:30:19.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160324,"documentUrl":"/rides-auto-is-opening-a-new-location-in-mandan/","filterUrl":"/rest/carbon/filter/main/rides-auto-is-opening-a-new-location-in-mandan/","sortDate":"2017-08-28 10:46:48.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160308,"documentUrl":"/police-confirm-body-of-missing-fargo-woman-has-been-found/","filterUrl":"/rest/carbon/filter/main/police-confirm-body-of-missing-fargo-woman-has-been-found/","sortDate":"2017-08-27 23:09:05.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160292,"documentUrl":"/north-dakota-has-one-of-the-top-33-places-people-are-moving-to/","filterUrl":"/rest/carbon/filter/main/north-dakota-has-one-of-the-top-33-places-people-are-moving-to/","sortDate":"2017-08-27 20:50:41.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":160289,"documentUrl":"/elon-musks-tweet-referenced-north-dakota-and-twitter-has-nd-jokes/","filterUrl":"/rest/carbon/filter/main/elon-musks-tweet-referenced-north-dakota-and-twitter-has-nd-jokes/","sortDate":"2017-08-27 18:44:16.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160262,"documentUrl":"/see-a-young-moose-causing-a-lot-of-attention-at-the-bismarck-airport/","filterUrl":"/rest/carbon/filter/main/see-a-young-moose-causing-a-lot-of-attention-at-the-bismarck-airport/","sortDate":"2017-08-26 17:11:11.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160258,"documentUrl":"/north-dakota-town-is-labeled-worst-place-to-live-if-you-like-craft-beer/","filterUrl":"/rest/carbon/filter/main/north-dakota-town-is-labeled-worst-place-to-live-if-you-like-craft-beer/","sortDate":"2017-08-26 16:37:45.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160255,"documentUrl":"/chocolate-exhibit-free-admission-sunday/","filterUrl":"/rest/carbon/filter/main/chocolate-exhibit-free-admission-sunday/","sortDate":"2017-08-25 17:02:43.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160251,"documentUrl":"/a-warmer-winter-has-been-predicted-for-bismarck-mandan/","filterUrl":"/rest/carbon/filter/main/a-warmer-winter-has-been-predicted-for-bismarck-mandan/","sortDate":"2017-08-25 15:51:24.000 +0000","termTaxonomyId":48,"taxonomyType":"category"}],"taxonomy":[{"postId":160280,"documentUrl":"/country-stars-send-thoughts-prayers-as-hurricane-harvey-batters-texas-pictures/","filterUrl":"/rest/carbon/filter/main/country-stars-send-thoughts-prayers-as-hurricane-harvey-batters-texas-pictures/","sortDate":"2017-08-26 16:02:19.000 +0000","termTaxonomyId":4620,"taxonomyType":"tags"},{"postId":160347,"documentUrl":"/a-mandan-man-arrested-for-crashing-his-car-into-a-house/","filterUrl":"/rest/carbon/filter/main/a-mandan-man-arrested-for-crashing-his-car-into-a-house/","sortDate":"2017-08-28 12:30:19.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160324,"documentUrl":"/rides-auto-is-opening-a-new-location-in-mandan/","filterUrl":"/rest/carbon/filter/main/rides-auto-is-opening-a-new-location-in-mandan/","sortDate":"2017-08-28 10:46:48.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160308,"documentUrl":"/police-confirm-body-of-missing-fargo-woman-has-been-found/","filterUrl":"/rest/carbon/filter/main/police-confirm-body-of-missing-fargo-woman-has-been-found/","sortDate":"2017-08-27 23:09:05.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160292,"documentUrl":"/north-dakota-has-one-of-the-top-33-places-people-are-moving-to/","filterUrl":"/rest/carbon/filter/main/north-dakota-has-one-of-the-top-33-places-people-are-moving-to/","sortDate":"2017-08-27 20:50:41.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":160289,"documentUrl":"/elon-musks-tweet-referenced-north-dakota-and-twitter-has-nd-jokes/","filterUrl":"/rest/carbon/filter/main/elon-musks-tweet-referenced-north-dakota-and-twitter-has-nd-jokes/","sortDate":"2017-08-27 18:44:16.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160262,"documentUrl":"/see-a-young-moose-causing-a-lot-of-attention-at-the-bismarck-airport/","filterUrl":"/rest/carbon/filter/main/see-a-young-moose-causing-a-lot-of-attention-at-the-bismarck-airport/","sortDate":"2017-08-26 17:11:11.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160258,"documentUrl":"/north-dakota-town-is-labeled-worst-place-to-live-if-you-like-craft-beer/","filterUrl":"/rest/carbon/filter/main/north-dakota-town-is-labeled-worst-place-to-live-if-you-like-craft-beer/","sortDate":"2017-08-26 16:37:45.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160255,"documentUrl":"/chocolate-exhibit-free-admission-sunday/","filterUrl":"/rest/carbon/filter/main/chocolate-exhibit-free-admission-sunday/","sortDate":"2017-08-25 17:02:43.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160251,"documentUrl":"/a-warmer-winter-has-been-predicted-for-bismarck-mandan/","filterUrl":"/rest/carbon/filter/main/a-warmer-winter-has-been-predicted-for-bismarck-mandan/","sortDate":"2017-08-25 15:51:24.000 +0000","termTaxonomyId":48,"taxonomyType":"category"}]},"cadata":{"activeDomain":"supertalk1270.com","blogId":506,"method":"get_single","postId":160360,"crosspostBlogId":"505","crosspostPostId":"214322","postType":"post","postDateGmt":"2017-08-29 14:46:27.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-91","now-playing-85","widget_onair-91"],"widgetDetails":{"widget_listen_live-91":{"widgetInfo":{"id":"widget_listen_live-91","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"91"},"widgetParams":{"title":"Listen Now","widgetTime":5}},"now-playing-85":{"widgetInfo":{"id":"now-playing-85","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"85"},"widgetParams":{"title":"Recently Played","widgetTime":5}},"widget_onair-91":{"widgetInfo":{"id":"widget_onair-91","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"91"},"widgetParams":{"title":"On Air","widgetTime":10}}}},"carbonsidebar/single":{"widgets":["carbonwidget/single-1"],"widgetDetails":{"carbonwidget/single-1":{"widgetInfo":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"widgetParams":{"mainAuthor":{"id":741162,"slug":"larryleblanc","name":"Larry LeBlanc","nickname":"Larry LeBlanc","description":"Hey there, Lar Dawg here. I am from South Louisiana and my family still lives in SoLA. Being a Cajun, I love cooking southern dishes like crawfish, shrimp and crab. I love to fish and my dad and I always go fishing when I visit home. I have an Australian Sheppard and Border Collie named Rightious and Lushious. I serve on the Board of Directors with the Central Dakota Humane Society. I’m also a board member of the ND Motorcycle Safety Council and love riding my sports bike. I enjoy eating healthy and running with my dogs. I jumped at the chance to work for Townsquare Media and that is how I ended up in Bismarck. I love doing the show every morning and meeting all of you. Music is my passion and I am so fortunate I get to attend so many concerts. If you see me out and about, say hello!","thumbnail":"http://1033uscountry.com/files/2017/06/Larry-website-copy.jpg","url":"http://supertalk1270.com/author/larryleblanc/"},"firstCategoryName":"Animals","postType":"post","postTitle":"Central Dakota Humane Society Will Be Taking in Dogs From Hurricane Harvey","aiseopTitle":"Central Dakota Humane Society Will Be Taking in Dogs From Hurricane Harvey","widgetTime":21}}}},"carbonsidebar/mainads":{"widgets":["carbonwidget/top-728x90","carbonwidget/dynamic-ad-custom","carbonwidget/dynamic-ad-header","carbonwidget/dynamic-ad-push","carbonwidget/tsm-out-of-page","carbonwidget/bottom-728x90"],"widgetDetails":{"carbonwidget/top-728x90":{"widgetInfo":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"top-728x90","widgetTime":2}},"carbonwidget/dynamic-ad-custom":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-custom","widgetTime":2}},"carbonwidget/dynamic-ad-header":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-header","widgetTime":2}},"carbonwidget/dynamic-ad-push":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-push","widgetTime":2}},"carbonwidget/tsm-out-of-page":{"widgetInfo":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"tsm-out-of-page","widgetTime":2}},"carbonwidget/bottom-728x90":{"widgetInfo":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"bottom-728x90","widgetTime":1}}}},"single-post-bottom":{"widgets":["ts_blogroll-9","widget_third_party_content-2","widget_third_party_content-3"],"widgetDetails":{"ts_blogroll-9":{"widgetInfo":{"id":"ts_blogroll-9","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"9"},"widgetParams":{"title":"Best of KLXX","type":"main_content_thumb_title_roll","cat":"6,3815,48,411","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","sponsor":{"enabled":"on","time_start":"","time_end":"","background_image":"","sponsor_image":"http://supertalk1270.com/files/2014/05/Widget32.png","sponsor_image_mobile":"","background_color":"","background_repeat":"no-repeat","sponsor_name":"Hooters","sponsor_link":"http://www.hootersnd.com/"}}},"widget_third_party_content-2":{"widgetInfo":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"widgetParams":{"type":"zergnet","title":"Recommended For You","id":"35863","placement":"","targettype":"","mode":"","widgetTime":1}},"widget_third_party_content-3":{"widgetInfo":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"widgetParams":{"type":"zergnet","title":"Best of the Web","id":"13771","placement":"","targettype":"","mode":"","widgetTime":1}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["fix_sidebar_marker-37","ts_blogroll-351","google-ads-widget-248","tsq_sailthru_newsletter_widget-229","ts_blogroll-352"],"widgetDetails":{"fix_sidebar_marker-37":{"widgetInfo":{"id":"fix_sidebar_marker-37","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"37"},"widgetParams":{"title":"Fix Sidebar Marker","widgetTime":1}},"ts_blogroll-351":{"widgetInfo":{"id":"ts_blogroll-351","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"351"},"widgetParams":{"title":"Featured","type":"carousel","isweather":"1","cat":"4634","posts_per_page":"3","align":"right","pinned_id":"","pinned_label":"","tag":"Featured","private_tag":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0}},"google-ads-widget-248":{"widgetInfo":{"id":"google-ads-widget-248","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"248"},"widgetParams":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":1}},"tsq_sailthru_newsletter_widget-229":{"widgetInfo":{"id":"tsq_sailthru_newsletter_widget-229","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"229"},"widgetParams":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["KLXX-AM Super Talk 1270"],"widgetTime":1}},"ts_blogroll-352":{"widgetInfo":{"id":"ts_blogroll-352","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"352"},"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-91":{"info":{"id":"widget_listen_live-91","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"91"},"params":{"title":"Listen Now","widgetTime":5},"data":[58308],"dataDetails":{"58308":{"postId":58308,"title":"Listen Now","label":"Click to view the latest song playing on air.","url":"/listen-live/","mobileId":"17561","playerMode":"radio","sid":"23093","callsign":"KLXXAM","woMobileId":"5250","woStreamId":"3538","activePlayer":"wo","stationName":"","listenLivePageUrl":"http://player.streamtheworld.com/_players/townsquaremedia/runspotv3/?sid=23093&redirect=http://player.listenlive.co/17561","html5ScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/html5/stwplayer.php?callsign=KLXXAM&primaryColor=0x00bfff&playermode=radio&sid=23093&width=630","flashScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/stwplayer.php?callsign=KLXXAM&primaryColor=0x00bfff&playermode=radio&timeshift=false&radiopup=true&playerAdState=0&popout=false&width=630","wo_player_url":"http://v6.player.abacast.net/5250","wo_recent_api_url":"http://api.nowplaying.abacast.net/prt/nowplaying/2/10/3538/nowplaying.json","wo_preroll_url":"http://api.clarity.abacast.com/gateway/getmediavast.php?sid=3538/","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"now-playing-85":{"info":{"id":"now-playing-85","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"85"},"params":{"title":"Recently Played","widgetTime":5},"data":[58308],"dataDetails":{"58308":{"postId":58308,"mobileId":"17561","playerMode":"radio","sid":"23093","callsign":"KLXXAM","woStreamId":"3538","activePlayer":"wo","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"widget_onair-91":{"info":{"id":"widget_onair-91","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"91"},"params":{"title":"On Air","widgetTime":10},"data":["7474"],"dataDetails":{"7474":{"id":"7474","url":"http://supertalk1270.com/show/sean-hannity/","title":"Sean Hannity","wall":"http://supertalk1270.com/show/sean-hannity/","posts":"http://supertalk1270.com/show/sean-hannity/posts","mail":"","phone":"","thumbnailId":7475,"thumbnail":"http://supertalk1270.com/files/2012/08/SeanHannity200.jpg","authors":[{"id":797864,"user_nicename":"hannityklxx","display_name":"Sean Hannity"}]}}},"carbonwidget/single-1":{"info":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"params":{"mainAuthor":{"id":741162,"slug":"larryleblanc","name":"Larry LeBlanc","nickname":"Larry LeBlanc","description":"Hey there, Lar Dawg here. I am from South Louisiana and my family still lives in SoLA. Being a Cajun, I love cooking southern dishes like crawfish, shrimp and crab. I love to fish and my dad and I always go fishing when I visit home. I have an Australian Sheppard and Border Collie named Rightious and Lushious. I serve on the Board of Directors with the Central Dakota Humane Society. I’m also a board member of the ND Motorcycle Safety Council and love riding my sports bike. I enjoy eating healthy and running with my dogs. I jumped at the chance to work for Townsquare Media and that is how I ended up in Bismarck. I love doing the show every morning and meeting all of you. Music is my passion and I am so fortunate I get to attend so many concerts. If you see me out and about, say hello!","thumbnail":"http://1033uscountry.com/files/2017/06/Larry-website-copy.jpg","url":"http://supertalk1270.com/author/larryleblanc/"},"firstCategoryName":"Animals","postType":"post","postTitle":"Central Dakota Humane Society Will Be Taking in Dogs From Hurricane Harvey","aiseopTitle":"Central Dakota Humane Society Will Be Taking in Dogs From Hurricane Harvey","widgetTime":21},"data":[160360],"dataDetails":{"160360":{"thumbnail":"http://1033uscountry.com/files/2017/08/h13.jpg","caption":"\tJoe Raedle / Getty Images","excerpt":"The Central Dakota Humane Society will be traveling to pick up dogs from Hurricane Harvey. CDHS will be traveling to Kansas City, MO to pick up about 20 dogs that are in need of a dry home and shelter from the hurricane effective area. These dogs will be transported to the shelter. The shelter is asking [&hellip;]","date":"August 29, 2017 9:46 AM","postDateGmt":"2017-08-29 14:46:27 +0000","postModifiedGmt":"2017-08-30 15:44:03 +0000","title":"Central Dakota Humane Society Will Be Taking in Dogs From Hurricane Harvey","url":"http://supertalk1270.com/central-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey/","id":160360,"contentRaw":"The<a href=\"http://www.cdhs.net/news/\"><strong> Central Dakota Humane Society</strong></a> will be traveling to pick up dogs from Hurricane Harvey.<span id=\"more-160360\"></span>\r\n\r\n[caption id=\"attachment_214323\" align=\"alignnone\" width=\"630\"]<img class=\"size-large wp-image-214323\" src=\"http://1033uscountry.com/files/2017/08/h13.jpg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\" alt=\"Joe Raedle / Getty Images\" width=\"630\" height=\"420\" /> Joe Raedle / Getty Images[/caption]\r\n\r\nCDHS will be traveling to Kansas City, MO to pick up about 20 dogs that are in need of a dry home and shelter from the hurricane effective area. These dogs will be transported to the shelter.\r\n\r\nThe shelter is asking for donations to help in the transition for these 20 dogs.\r\n\r\nIf you would like to donate items or make a financial donation, <a href=\"http://www.cdhs.net/news/\"><strong>contact</strong> </a>the Central Dakota Humane Society.\r\n\r\nOnce these dogs are processed and are in good health, they will be available for adoption. There could be a second trip in the near future.\r\n\r\nThe dogs being transported to North Dakota are dogs already in shelters in the South. This will allow those shelters additional room for any displaced animal effected by the hurricane.\r\n\r\nCDHS plans to meet a transport in Kansas City later in the week and transport the animals to the shelter in Mandan.","content":"\n<p>The<a href=\"http://www.cdhs.net/news/\"><strong> Central Dakota Humane Society</strong></a> will be traveling to pick up dogs from Hurricane Harvey.<span id=\"more-160360\"></span></p>\n<figure id=\"attachment_214323\" class=\"content-post-image alignnone\"><span class=\"image-frame\"><noscript><img src=\"http://1033uscountry.com/files/2017/08/h13.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-214323 lazy\" src=\"//s3.amazonaws.com/tsm-images/global/1x1.gif\" alt=\"Joe Raedle / Getty Images\" data-width=\"630\" data-height=\"420\" data-type=\"post\" datasrc=\"http://1033uscountry.com/files/2017/08/h13.jpg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\"></span><figcaption>Joe Raedle / Getty Images</figcaption></figure><p>CDHS will be traveling to Kansas City, MO to pick up about 20 dogs that are in need of a dry home and shelter from the hurricane effective area. These dogs will be transported to the shelter.</p>\n<p>The shelter is asking for donations to help in the transition for these 20 dogs.</p>\n<p>If you would like to donate items or make a financial donation, <a href=\"http://www.cdhs.net/news/\"><strong>contact</strong> </a>the Central Dakota Humane Society.</p>\n<p>Once these dogs are processed and are in good health, they will be available for adoption. There could be a second trip in the near future.</p>\n<p>The dogs being transported to North Dakota are dogs already in shelters in the South. This will allow those shelters additional room for any displaced animal effected by the hurricane.</p>\n<p>CDHS plans to meet a transport in Kansas City later in the week and transport the animals to the shelter in Mandan.</p>\n","postType":"post","wpVersion":"","alternateMetaForBlogroll":{"title":"Central Dakota Humane Society Will Be Taking in Dogs From Hurricane Harvey","excerpt":"The Central Dakota Humane Society will be traveling to pick up dogs from Hurricane Harvey. CDHS will be traveling to Kansas City, MO to pick up about 20 dogs that are in need of a dry home and shelter from the hurricane effective area. These dogs will be transported to the shelter. The shelter is asking [&hellip;]","post_excerpt":"","post_more_excerpt":"<p>The<a href=\"http://www.cdhs.net/news/\"><strong> Central Dakota Humane Society</strong></a> will be traveling to pick up dogs from Hurricane Harvey.\n<p class=\"more_act\"><a href=\"http://supertalk1270.com/central-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey/\" title=\"Central Dakota Humane Society Will Be Taking in Dogs From Hurricane Harvey\">Read More</a></p>\n","permalink":"http://supertalk1270.com/central-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey/","image":{"id":160359,"url":"http://1033uscountry.com/files/2017/08/h13.jpg","caption":"\tJoe Raedle / Getty Images"}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":false},"tags":[{"id":4591,"slug":"hurricane-harvey","title":"Hurricane Harvey","description":"","post_count":2,"link_url":"http://supertalk1270.com/tags/hurricane-harvey/","feed_url":"http://supertalk1270.com/tags/hurricane-harvey/feed/","term_taxonomy_id":4620,"object_id":0}],"categories":[{"id":827,"slug":"animals","title":"Animals","description":"","parent":0,"post_count":191,"link_url":"http://supertalk1270.com/category/animals/","feed_url":"http://supertalk1270.com/category/animals/feed/","term_taxonomy_id":842,"object_id":0},{"id":1,"slug":"articles","title":"Articles","description":"","parent":0,"post_count":2245,"link_url":"http://supertalk1270.com/category/articles/","feed_url":"http://supertalk1270.com/category/articles/feed/","term_taxonomy_id":1,"object_id":0},{"id":48,"slug":"local-news","title":"Local News","description":"","parent":0,"post_count":3021,"link_url":"http://supertalk1270.com/category/local-news/","feed_url":"http://supertalk1270.com/category/local-news/feed/","term_taxonomy_id":48,"object_id":0}],"authors":[{"id":741162,"slug":"larryleblanc","name":"Larry LeBlanc","nickname":"Larry LeBlanc","description":"Hey there, Lar Dawg here. I am from South Louisiana and my family still lives in SoLA. Being a Cajun, I love cooking southern dishes like crawfish, shrimp and crab. I love to fish and my dad and I always go fishing when I visit home. I have an Australian Sheppard and Border Collie named Rightious and Lushious. I serve on the Board of Directors with the Central Dakota Humane Society. I’m also a board member of the ND Motorcycle Safety Council and love riding my sports bike. I enjoy eating healthy and running with my dogs. I jumped at the chance to work for Townsquare Media and that is how I ended up in Bismarck. I love doing the show every morning and meeting all of you. Music is my passion and I am so fortunate I get to attend so many concerts. If you see me out and about, say hello!","thumbnail":"http://1033uscountry.com/files/2017/06/Larry-website-copy.jpg","url":"http://supertalk1270.com/author/larryleblanc/"}],"post_more_meta":{"meta":""},"social":{"tw":{"href":"http://twitter.com/intent/tweet?text=Central%20Dakota%20Humane%20Society%20Will%20Be%20Taking%20in%20Dogs%20From%20Hurricane%20Harvey%20http%3A%2F%2Fsupertalk1270.com%2Fcentral-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey%2F%3Ftrackback%3Dtwitter_mobile%20%40Supertalk1270","title":"Share on Twitter","target":"_blank"},"fb":{"href":"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fsupertalk1270.com%2Fcentral-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey%2F%3Ftrackback%3Dfbshare_mobile","title":"Share on Facebook","target":"_blank"},"email":null,"pinterest":null,"print":null,"is_article":true},"nextArticle":"http://supertalk1270.com/united-way-hunger-update/","prevArticle":"http://supertalk1270.com/no-bomb-found-in-bismarck-bomb-threat/","pageUrl":"/central-dakota-humane-society-will-be-taking-in-dogs-from-hurricane-harvey/","blogId":506,"domain":"supertalk1270.com","crossPostAttributionBottom":"","rawContent":"<p>The<a href=\"http://www.cdhs.net/news/\"><strong> Central Dakota Humane Society</strong></a> will be traveling to pick up dogs from Hurricane Harvey.<span id=\"more-160360\"></span></p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"image\" attr-id=\"214323\" attr-caption=\" Joe Raedle / Getty Images\" attr-align=\"none\" attr-width=\"630\" attr-height=\"420\" attr-url=\"http://1033uscountry.com/files/2017/08/h13.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>CDHS will be traveling to Kansas City, MO to pick up about 20 dogs that are in need of a dry home and shelter from the hurricane effective area. These dogs will be transported to the shelter.</p>\n<p>The shelter is asking for donations to help in the transition for these 20 dogs.</p>\n<p>If you would like to donate items or make a financial donation, <a href=\"http://www.cdhs.net/news/\"><strong>contact</strong> </a>the Central Dakota Humane Society.</p>\n<p>Once these dogs are processed and are in good health, they will be available for adoption. There could be a second trip in the near future.</p>\n<p>The dogs being transported to North Dakota are dogs already in shelters in the South. This will allow those shelters additional room for any displaced animal effected by the hurricane.</p>\n<p>CDHS plans to meet a transport in Kansas City later in the week and transport the animals to the shelter in Mandan.</p>\n","podContent":[{"type":"singlePostText","data":{"text":"<p>The<a href=\"http://www.cdhs.net/news/\"><strong> Central Dakota Humane Society</strong></a> will be traveling to pick up dogs from Hurricane Harvey.<span id=\"more-160360\"></span></p>\n"},"currentTextLength":91,"runningCounter":1,"cumulativePodTextLength":91,"totalSimilarConsecutiveElements":1,"totalTextLength":91},{"type":"singlePostImage","data":{"id":214323,"caption":"Joe Raedle / Getty Images","align":"none","width":630,"height":420,"url":"http://1033uscountry.com/files/2017/08/h13.jpg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1,"frameMe":false},{"type":"singlePostText","data":{"text":"<p>CDHS will be traveling to Kansas City, MO to pick up about 20 dogs that are in need of a dry home and shelter from the hurricane effective&#xA0;area. These dogs will be transported to the shelter.</p>\n"},"currentTextLength":197,"runningCounter":1,"cumulativePodTextLength":197,"totalSimilarConsecutiveElements":6,"totalTextLength":826},{"type":"singlePostText","data":{"text":"<p>The shelter is asking for donations to help in the transition for these 20 dogs.</p>\n"},"currentTextLength":81,"runningCounter":2,"cumulativePodTextLength":278,"totalSimilarConsecutiveElements":6,"totalTextLength":826},{"type":"singlePostShareThrough","data":{}},{"type":"singlePostText","data":{"text":"<p>If you would like to donate items or make a financial donation, <a href=\"http://www.cdhs.net/news/\"><strong>contact</strong> </a>the Central Dakota Humane Society.</p>\n"},"currentTextLength":107,"runningCounter":3,"cumulativePodTextLength":385,"totalSimilarConsecutiveElements":6,"totalTextLength":826},{"type":"singlePostText","data":{"text":"<p>Once these dogs are processed and are in good health, they will be available for adoption. There could be a second trip in the near future.</p>\n"},"currentTextLength":140,"runningCounter":4,"cumulativePodTextLength":525,"totalSimilarConsecutiveElements":6,"totalTextLength":826},{"type":"singlePostText","data":{"text":"<p>The dogs being transported to North Dakota are dogs already in shelters in the South. This will allow those shelters additional room for any displaced animal effected by the hurricane.</p>\n"},"currentTextLength":185,"runningCounter":5,"cumulativePodTextLength":710,"totalSimilarConsecutiveElements":6,"totalTextLength":826},{"type":"singlePostText","data":{"text":"<p>CDHS plans to meet a transport in Kansas City later in the week and transport the animals to the shelter in Mandan.</p>\n"},"currentTextLength":116,"runningCounter":6,"cumulativePodTextLength":826,"totalSimilarConsecutiveElements":6,"totalTextLength":826}],"uniquePodTypes":["singlePostText","singlePostImage"],"podHeader":[{"type":"articleThumbnail","data":{"url":"http://1033uscountry.com/files/2017/08/h13.jpg","caption":"\tJoe Raedle / Getty Images"}}],"next":{"latest":[{"postId":160280,"documentUrl":"/country-stars-send-thoughts-prayers-as-hurricane-harvey-batters-texas-pictures/","filterUrl":"/rest/carbon/filter/main/country-stars-send-thoughts-prayers-as-hurricane-harvey-batters-texas-pictures/","sortDate":"2017-08-26 16:02:19.000 +0000","termTaxonomyId":4620,"taxonomyType":"tags"},{"postId":160347,"documentUrl":"/a-mandan-man-arrested-for-crashing-his-car-into-a-house/","filterUrl":"/rest/carbon/filter/main/a-mandan-man-arrested-for-crashing-his-car-into-a-house/","sortDate":"2017-08-28 12:30:19.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160324,"documentUrl":"/rides-auto-is-opening-a-new-location-in-mandan/","filterUrl":"/rest/carbon/filter/main/rides-auto-is-opening-a-new-location-in-mandan/","sortDate":"2017-08-28 10:46:48.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160308,"documentUrl":"/police-confirm-body-of-missing-fargo-woman-has-been-found/","filterUrl":"/rest/carbon/filter/main/police-confirm-body-of-missing-fargo-woman-has-been-found/","sortDate":"2017-08-27 23:09:05.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160292,"documentUrl":"/north-dakota-has-one-of-the-top-33-places-people-are-moving-to/","filterUrl":"/rest/carbon/filter/main/north-dakota-has-one-of-the-top-33-places-people-are-moving-to/","sortDate":"2017-08-27 20:50:41.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":160289,"documentUrl":"/elon-musks-tweet-referenced-north-dakota-and-twitter-has-nd-jokes/","filterUrl":"/rest/carbon/filter/main/elon-musks-tweet-referenced-north-dakota-and-twitter-has-nd-jokes/","sortDate":"2017-08-27 18:44:16.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160262,"documentUrl":"/see-a-young-moose-causing-a-lot-of-attention-at-the-bismarck-airport/","filterUrl":"/rest/carbon/filter/main/see-a-young-moose-causing-a-lot-of-attention-at-the-bismarck-airport/","sortDate":"2017-08-26 17:11:11.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160258,"documentUrl":"/north-dakota-town-is-labeled-worst-place-to-live-if-you-like-craft-beer/","filterUrl":"/rest/carbon/filter/main/north-dakota-town-is-labeled-worst-place-to-live-if-you-like-craft-beer/","sortDate":"2017-08-26 16:37:45.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160255,"documentUrl":"/chocolate-exhibit-free-admission-sunday/","filterUrl":"/rest/carbon/filter/main/chocolate-exhibit-free-admission-sunday/","sortDate":"2017-08-25 17:02:43.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160251,"documentUrl":"/a-warmer-winter-has-been-predicted-for-bismarck-mandan/","filterUrl":"/rest/carbon/filter/main/a-warmer-winter-has-been-predicted-for-bismarck-mandan/","sortDate":"2017-08-25 15:51:24.000 +0000","termTaxonomyId":48,"taxonomyType":"category"}],"taxonomy":[{"postId":160280,"documentUrl":"/country-stars-send-thoughts-prayers-as-hurricane-harvey-batters-texas-pictures/","filterUrl":"/rest/carbon/filter/main/country-stars-send-thoughts-prayers-as-hurricane-harvey-batters-texas-pictures/","sortDate":"2017-08-26 16:02:19.000 +0000","termTaxonomyId":4620,"taxonomyType":"tags"},{"postId":160347,"documentUrl":"/a-mandan-man-arrested-for-crashing-his-car-into-a-house/","filterUrl":"/rest/carbon/filter/main/a-mandan-man-arrested-for-crashing-his-car-into-a-house/","sortDate":"2017-08-28 12:30:19.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160324,"documentUrl":"/rides-auto-is-opening-a-new-location-in-mandan/","filterUrl":"/rest/carbon/filter/main/rides-auto-is-opening-a-new-location-in-mandan/","sortDate":"2017-08-28 10:46:48.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160308,"documentUrl":"/police-confirm-body-of-missing-fargo-woman-has-been-found/","filterUrl":"/rest/carbon/filter/main/police-confirm-body-of-missing-fargo-woman-has-been-found/","sortDate":"2017-08-27 23:09:05.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160292,"documentUrl":"/north-dakota-has-one-of-the-top-33-places-people-are-moving-to/","filterUrl":"/rest/carbon/filter/main/north-dakota-has-one-of-the-top-33-places-people-are-moving-to/","sortDate":"2017-08-27 20:50:41.000 +0000","termTaxonomyId":1,"taxonomyType":"category"},{"postId":160289,"documentUrl":"/elon-musks-tweet-referenced-north-dakota-and-twitter-has-nd-jokes/","filterUrl":"/rest/carbon/filter/main/elon-musks-tweet-referenced-north-dakota-and-twitter-has-nd-jokes/","sortDate":"2017-08-27 18:44:16.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160262,"documentUrl":"/see-a-young-moose-causing-a-lot-of-attention-at-the-bismarck-airport/","filterUrl":"/rest/carbon/filter/main/see-a-young-moose-causing-a-lot-of-attention-at-the-bismarck-airport/","sortDate":"2017-08-26 17:11:11.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160258,"documentUrl":"/north-dakota-town-is-labeled-worst-place-to-live-if-you-like-craft-beer/","filterUrl":"/rest/carbon/filter/main/north-dakota-town-is-labeled-worst-place-to-live-if-you-like-craft-beer/","sortDate":"2017-08-26 16:37:45.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160255,"documentUrl":"/chocolate-exhibit-free-admission-sunday/","filterUrl":"/rest/carbon/filter/main/chocolate-exhibit-free-admission-sunday/","sortDate":"2017-08-25 17:02:43.000 +0000","termTaxonomyId":48,"taxonomyType":"category"},{"postId":160251,"documentUrl":"/a-warmer-winter-has-been-predicted-for-bismarck-mandan/","filterUrl":"/rest/carbon/filter/main/a-warmer-winter-has-been-predicted-for-bismarck-mandan/","sortDate":"2017-08-25 15:51:24.000 +0000","termTaxonomyId":48,"taxonomyType":"category"}]}}}},"carbonwidget/top-728x90":{"info":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"top-728x90","widgetTime":2},"data":["carbonwidget/top-728x90"],"dataDetails":{"carbonwidget/top-728x90":{"adUnit":"top-728x90","adType":"dfp6"}}},"carbonwidget/dynamic-ad-custom":{"info":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-custom","widgetTime":2},"data":["carbonwidget/dynamic-ad-custom"],"dataDetails":{"carbonwidget/dynamic-ad-custom":{"adUnit":"dynamic-ad-custom","adType":"dfp6"}}},"carbonwidget/dynamic-ad-header":{"info":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-header","widgetTime":2},"data":["carbonwidget/dynamic-ad-header"],"dataDetails":{"carbonwidget/dynamic-ad-header":{"adUnit":"dynamic-ad-header","adType":"dfp6"}}},"carbonwidget/dynamic-ad-push":{"info":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-push","widgetTime":2},"data":["carbonwidget/dynamic-ad-push"],"dataDetails":{"carbonwidget/dynamic-ad-push":{"adUnit":"dynamic-ad-push","adType":"dfp6"}}},"carbonwidget/tsm-out-of-page":{"info":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"tsm-out-of-page","widgetTime":2},"data":["carbonwidget/tsm-out-of-page"],"dataDetails":{"carbonwidget/tsm-out-of-page":{"adUnit":"tsm-out-of-page","adType":"dfp6"}}},"carbonwidget/bottom-728x90":{"info":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"bottom-728x90","widgetTime":1},"data":["carbonwidget/bottom-728x90"],"dataDetails":{"carbonwidget/bottom-728x90":{"adUnit":"bottom-728x90","adType":"dfp6"}}},"ts_blogroll-9":{"info":{"id":"ts_blogroll-9","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"9"},"params":{"title":"Best of KLXX","type":"main_content_thumb_title_roll","cat":"6,3815,48,411","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","sponsor":{"enabled":"on","time_start":"","time_end":"","background_image":"","sponsor_image":"http://supertalk1270.com/files/2014/05/Widget32.png","sponsor_image_mobile":"","background_color":"","background_repeat":"no-repeat","sponsor_name":"Hooters","sponsor_link":"http://www.hootersnd.com/"},"widgetTime":2,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[167797,167777,167771,167768],"dataDetails":{"167768":{"postid":"167768","sortdate":"2018-02-09T21:59:25.000Z","data":{"mainData":{"postType":"post","caption":"bhofack2","thumbnail":"http://hot975fm.com/files/2018/02/RS14915_466204117-scr.jpg","postDateGmt":"2018-02-09 21:59:25 +0000","title":"Bismarck&apos;s Favorite Pizza According to Yelp","url":"http://supertalk1270.com/bismarcks-favorite-pizza-according-to-yelp/","id":167768,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Happy National Pizza Day! To celebrate, here are the highest rated pizza joints in Bismarck.","authors":[{"id":2768460,"slug":"jax975","name":"Jax","first_name":"Jon","last_name":"Kleemann","nickname":"Jax","thumbnail":"http://hot975fm.com/files/2017/06/Jax-website-copy.jpg","url":"http://supertalk1270.com/author/jax975/"}]},"alternateData":{"_townsquare_media_url":"","_aioseop_title":"Bismarck&apos;s Favorite Pizza According to Yelp","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}},"167771":{"postid":"167771","sortdate":"2018-02-09T23:56:39.000Z","data":{"mainData":{"postType":"post","caption":"Martin Rose/Getty Images","thumbnail":"http://1033uscountry.com/files/2014/02/Monique-and-Jocelyne-Lamoureaux_Martin-Rose.jpg","postDateGmt":"2018-02-09 23:56:39 +0000","title":"North Dakota Athletes in the Winter Olympics","url":"http://supertalk1270.com/north-dakota-athletes-in-the-winter-olympics/","id":167771,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"The 2018 Winter Olympics are underway in South Korea and just two of USA&apos;s athletes are from North Dakota.","authors":[{"id":2768460,"slug":"jax975","name":"Jax","first_name":"Jon","last_name":"Kleemann","nickname":"Jax","thumbnail":"http://hot975fm.com/files/2017/06/Jax-website-copy.jpg","url":"http://supertalk1270.com/author/jax975/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"North Dakota Athletes in the Winter Olympics","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"167777":{"postid":"167777","sortdate":"2018-02-11T23:49:27.000Z","data":{"mainData":{"postType":"post","caption":"GraphicStock","thumbnail":"http://1033uscountry.com/files/2018/02/cuffs.jpg","postDateGmt":"2018-02-11 23:49:27 +0000","title":"Man Arrested in Lincoln For Assault On Police Officers","url":"http://supertalk1270.com/man-arrested-in-lincoln-for-assault-on-police-officers/","id":167777,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"A 29-year old man was arrested in Lincoln for assault on an officer and made his situation much worst as time went on during the stop on Feb 7th.","authors":[{"id":741162,"slug":"larryleblanc","name":"Larry LeBlanc","nickname":"Larry LeBlanc","thumbnail":"http://1033uscountry.com/files/2017/06/Larry-website-copy.jpg","url":"http://supertalk1270.com/author/larryleblanc/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Man Arrested in Lincoln For Assault On Police Officers","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"167797":{"postid":"167797","sortdate":"2018-02-12T23:23:08.000Z","data":{"mainData":{"postType":"post","caption":"XtremerX","thumbnail":"http://hot975fm.com/files/2018/02/RS5624_118322709-scr.jpg","postDateGmt":"2018-02-12 23:23:08 +0000","title":"NDDOT Plans I-94 Improvements for Bismarck-Mandan in 2019","url":"http://supertalk1270.com/nddot-plans-i-94-improvements-for-bismarck-mandan-in-2019/","id":167797,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"According to the North Dakota Department of Transportation, some new improvements to I-94 are scheduled for the 2019 construction season.","authors":[{"id":2768460,"slug":"jax975","name":"Jax","first_name":"Jon","last_name":"Kleemann","nickname":"Jax","thumbnail":"http://hot975fm.com/files/2017/06/Jax-website-copy.jpg","url":"http://supertalk1270.com/author/jax975/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"NDDOT Plans I-94 Improvements for Bismarck-Mandan in 2019","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-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":"35863","placement":"","targettype":"","mode":"","widgetTime":1},"data":[],"dataDetails":{}},"widget_third_party_content-3":{"info":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"params":{"type":"zergnet","title":"Best of the Web","id":"13771","placement":"","targettype":"","mode":"","widgetTime":1},"data":[],"dataDetails":{}},"fix_sidebar_marker-37":{"info":{"id":"fix_sidebar_marker-37","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"37"},"params":{"title":"Fix Sidebar Marker","widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-351":{"info":{"id":"ts_blogroll-351","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"351"},"params":{"title":"Featured","type":"carousel","isweather":"1","cat":"4634","posts_per_page":"3","align":"right","pinned_id":"","pinned_label":"","tag":"Featured","private_tag":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0,"widgetTime":2,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[166996,166978,166970],"dataDetails":{"166970":{"postid":"166970","sortdate":"2018-01-10T17:24:50.000Z","data":{"mainData":{"postType":"post","caption":"Getty Images","thumbnail":"http://hot975fm.com/files/2018/01/GettyImages-889995350.jpg","postDateGmt":"2018-01-10 17:24:50 +0000","title":"Carson Wentz&apos;s Top 10 Plays of the 2017 NFL Season","url":"http://supertalk1270.com/carson-wentzs-top-10-plays-of-the-2017-nfl-season/","id":166970,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Every season, the NFL will pick the top plays for its most &apos;Elite Performers.&apos; Today, they released the top 10 plays of the season for an Elite Performer we know all too well in North Dakota, Carson Wentz.","authors":[{"id":2768460,"slug":"jax975","name":"Jax","first_name":"Jon","last_name":"Kleemann","nickname":"Jax","thumbnail":"http://hot975fm.com/files/2017/06/Jax-website-copy.jpg","url":"http://supertalk1270.com/author/jax975/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Carson Wentz&apos;s Top 10 Plays of the 2017 NFL Season"}}},"166978":{"postid":"166978","sortdate":"2018-01-10T20:46:34.000Z","data":{"mainData":{"postType":"list-post","caption":"Amanda Edwards, Getty Images","thumbnail":"http://965thefox.com/files/2018/01/Jeopardy_Amanda-Edwards_GettyImages-98521850.jpg","postDateGmt":"2018-01-10 20:46:34 +0000","title":"Can You Answer These North Dakota Jeopardy! Questions?","url":"http://supertalk1270.com/can-you-answer-these-north-dakota-jeopardy-questions/","id":166978,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Alex Trebek asked Jeopardy! contestants these questions about North Dakota. Would you give the right answer?","authors":[{"id":1585491,"slug":"laurenbjork","name":"Lauren Bjork","first_name":"Lauren","last_name":"Bjork","nickname":"Lauren Bjork","thumbnail":"http://hot975fm.com/files/2017/06/Lauren-website.jpg","url":"http://supertalk1270.com/author/laurenbjork/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Can You Answer These North Dakota Jeopardy! Questions?"}}},"166996":{"postid":"166996","sortdate":"2018-01-11T19:54:40.000Z","data":{"mainData":{"postType":"post","caption":"","thumbnail":"http://hot975fm.com/files/2018/01/ALly-use.png","postDateGmt":"2018-01-11 19:54:40 +0000","title":"NDSU Student Captures What Going to School in ND is Like","url":"http://supertalk1270.com/ndsu-student-captures-what-going-to-school-in-north-dakota-is-like/","id":166996,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"If you go to school in North Dakota, you know it takes some serious weather to cancel class.","authors":[{"id":1585491,"slug":"laurenbjork","name":"Lauren Bjork","first_name":"Lauren","last_name":"Bjork","nickname":"Lauren Bjork","thumbnail":"http://hot975fm.com/files/2017/06/Lauren-website.jpg","url":"http://supertalk1270.com/author/laurenbjork/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=2LnAP5eCXE4","youtubeId":"2LnAP5eCXE4"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=2LnAP5eCXE4","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"NDSU Student Captures What Going to School in ND is Like"}}}},"redisCached":true},"google-ads-widget-248":{"info":{"id":"google-ads-widget-248","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"248"},"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-229":{"info":{"id":"tsq_sailthru_newsletter_widget-229","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"229"},"params":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["KLXX-AM Super Talk 1270"],"widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-352":{"info":{"id":"ts_blogroll-352","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"352"},"params":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3,"widgetTime":2,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[167797,167793,167788],"dataDetails":{"167788":{"postid":"167788","sortdate":"2018-02-12T18:46:07.000Z","data":{"mainData":{"postType":"post","caption":"GraphicStock","thumbnail":"http://1033uscountry.com/files/2018/02/students.jpg","postDateGmt":"2018-02-12 18:46:07 +0000","title":"Where North Dakota Rank In The Best and The Worst School Systems?","url":"http://supertalk1270.com/how-does-north-dakota-rank-in-the-best-and-the-worst-education-systems/","id":167788,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"24/7 Wall St. recently published the best and the worst state school systems in the country","authors":[{"id":741162,"slug":"larryleblanc","name":"Larry LeBlanc","nickname":"Larry LeBlanc","thumbnail":"http://1033uscountry.com/files/2017/06/Larry-website-copy.jpg","url":"http://supertalk1270.com/author/larryleblanc/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Where North Dakota Rank In The Best and The Worst School Systems?","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"167793":{"postid":"167793","sortdate":"2018-02-12T22:18:06.000Z","data":{"mainData":{"postType":"post","caption":"Graphic Stock","thumbnail":"http://1033uscountry.com/files/2018/02/crosses.jpg","postDateGmt":"2018-02-12 22:18:06 +0000","title":"Valentine&apos;s Day Is Also Ash Wednesday, What Will You Do?","url":"http://supertalk1270.com/valentines-day-is-also-ash-wednesday-what-will-you-do/","id":167793,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"If you&apos;re Catholic, you know Wednesday is Ash Wednesday, the start of the Lenten season and it is also Valentine&apos;s Day.","authors":[{"id":741162,"slug":"larryleblanc","name":"Larry LeBlanc","nickname":"Larry LeBlanc","thumbnail":"http://1033uscountry.com/files/2017/06/Larry-website-copy.jpg","url":"http://supertalk1270.com/author/larryleblanc/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Valentine&apos;s Day Is Also Ash Wednesday, What Will You Do?"}}},"167797":{"postid":"167797","sortdate":"2018-02-12T23:23:08.000Z","data":{"mainData":{"postType":"post","caption":"XtremerX","thumbnail":"http://hot975fm.com/files/2018/02/RS5624_118322709-scr.jpg","postDateGmt":"2018-02-12 23:23:08 +0000","title":"NDDOT Plans I-94 Improvements for Bismarck-Mandan in 2019","url":"http://supertalk1270.com/nddot-plans-i-94-improvements-for-bismarck-mandan-in-2019/","id":167797,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"According to the North Dakota Department of Transportation, some new improvements to I-94 are scheduled for the 2019 construction season.","authors":[{"id":2768460,"slug":"jax975","name":"Jax","first_name":"Jon","last_name":"Kleemann","nickname":"Jax","thumbnail":"http://hot975fm.com/files/2017/06/Jax-website-copy.jpg","url":"http://supertalk1270.com/author/jax975/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"NDDOT Plans I-94 Improvements for Bismarck-Mandan in 2019","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":""}}}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":2},"data":[],"dataDetails":{},"redisCached":true},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":1},"data":["1",{"2":["2.1","2.2","2.3","2.4","2.5","2.6"]},{"3":["3.1","3.2"]},{"4":["4.1","4.2","4.3","4.4"]},{"5":["5.1","5.2","5.3"]},"6",{"7":["7.1","7.2","7.3","7.4","7.5","7.6","7.7","7.8"]},{"8":["8.1","8.2","8.3"]},{"9":["9.1","9.2","9.3","9.4"]}],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":8,"title":"Home","titleExcerpt":"Home","href":"/","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":119,"title":"On-Air","titleExcerpt":"On-Air","href":"/djs","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":6102,"title":"Listen","titleExcerpt":"Listen","href":"/listen-live","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":3724,"title":"Events","titleExcerpt":"Events","href":"","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":6098,"title":"VIP","titleExcerpt":"VIP","href":"/vip","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":126787,"title":"Win Stuff","titleExcerpt":"Win Stuff","href":"/vip/contests/sweeps/","samedomain":true,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":10792,"title":"Podcast","titleExcerpt":"Podcast","href":"https://www.youtube.com/user/supertalk1270","samedomain":false,"hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":41421,"title":"Local Expert","titleExcerpt":"Local Expert","href":"/local-experts/","samedomain":true,"hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":6104,"title":"Contact Us","titleExcerpt":"Contact Us","href":"/help","samedomain":true,"hasBlogroll":false}},"2.1":{"menuId":"2.1","attrs":{"menuPostId":6096,"title":"All DJs","titleExcerpt":"All DJs","href":"/djs","samedomain":true,"hasBlogroll":false}},"2.2":{"menuId":"2.2","attrs":{"menuPostId":6097,"title":"Schedule","titleExcerpt":"Schedule","href":"/shows","samedomain":true,"hasBlogroll":false}},"2.3":{"menuId":"2.3","attrs":{"menuPostId":62425,"title":"Joel Heitkamp","titleExcerpt":"Joel Heitkamp","href":"/author/joelheitkamp/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/joelheitkamp/","hasBlogroll":false}},"2.4":{"menuId":"2.4","attrs":{"menuPostId":62426,"title":"Jim Walsh","titleExcerpt":"Jim Walsh","href":"/author/jimwalsh1/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/jimwalsh1/","hasBlogroll":false}},"2.5":{"menuId":"2.5","attrs":{"menuPostId":134125,"title":"Marlo Anderson","titleExcerpt":"Marlo Anderson","href":"/author/marlozoovio-com/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/marlozoovio-com/","hasBlogroll":false}},"2.6":{"menuId":"2.6","attrs":{"menuPostId":134126,"title":"Joe Sheehan","titleExcerpt":"Joe Sheehan","href":"/author/sheehanklxx/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/sheehanklxx/","hasBlogroll":false}},"3.1":{"menuId":"3.1","attrs":{"menuPostId":10791,"title":"Listen Live","titleExcerpt":"Listen Live","href":"/listen-live","samedomain":true,"hasBlogroll":false}},"3.2":{"menuId":"3.2","attrs":{"menuPostId":3726,"title":"Mobile","titleExcerpt":"Mobile","href":"/mobile","samedomain":true,"hasBlogroll":false}},"4.1":{"menuId":"4.1","attrs":{"menuPostId":141205,"title":"Bike Night","titleExcerpt":"Bike Night","href":"/category/bike-night/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/bike-night/","hasBlogroll":false}},"4.2":{"menuId":"4.2","attrs":{"menuPostId":116653,"title":"Puklich Chevrolet ND Sportsmans Expo","titleExcerpt":"Puklich Chevrolet ND Sportsmans Expo","href":"http://ndsportsmansexpo.com","samedomain":false,"hasBlogroll":false}},"4.3":{"menuId":"4.3","attrs":{"menuPostId":116646,"title":"Dakota Garden Expo","titleExcerpt":"Dakota Garden Expo","href":"http://dakotagardenexpo.production.townsquareblogs.com/","samedomain":false,"hasBlogroll":false}},"4.4":{"menuId":"4.4","attrs":{"menuPostId":71108,"title":"Submit an Event","titleExcerpt":"Submit an Event","href":"/events-bismarck/community/add","samedomain":true,"hasBlogroll":false}},"5.1":{"menuId":"5.1","attrs":{"menuPostId":6101,"title":"Join Now","titleExcerpt":"Join Now","href":"/registration","samedomain":true,"hasBlogroll":false}},"5.2":{"menuId":"5.2","attrs":{"menuPostId":47498,"title":"FAQ","titleExcerpt":"FAQ","href":"/vip-faq/","samedomain":true,"hasBlogroll":false}},"5.3":{"menuId":"5.3","attrs":{"menuPostId":41588,"title":"KLXX-AM Official Contest Rules","titleExcerpt":"KLXX-AM Official Contest Rules","href":"/contest-rules/","samedomain":true,"hasBlogroll":false}},"7.1":{"menuId":"7.1","attrs":{"menuPostId":146082,"title":"Daily News Headlines","titleExcerpt":"Daily News Headlines","href":"/category/news-headlines/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/news-headlines/","hasBlogroll":false}},"7.2":{"menuId":"7.2","attrs":{"menuPostId":10797,"title":"Tech Ranch","titleExcerpt":"Tech Ranch","href":"/category/tech-ranch","samedomain":true,"menupath":"/rest/carbon/api/menu/category/tech-ranch","hasBlogroll":false}},"7.3":{"menuId":"7.3","attrs":{"menuPostId":10796,"title":"Dakota Housing Network","titleExcerpt":"Dakota Housing Network","href":"/category/dakota-housing-network","samedomain":true,"menupath":"/rest/carbon/api/menu/category/dakota-housing-network","hasBlogroll":false}},"7.4":{"menuId":"7.4","attrs":{"menuPostId":104787,"title":"United Way","titleExcerpt":"United Way","href":"/category/united-way","samedomain":true,"menupath":"/rest/carbon/api/menu/category/united-way","hasBlogroll":false}},"7.5":{"menuId":"7.5","attrs":{"menuPostId":10794,"title":"Bis-Man Weekly","titleExcerpt":"Bis-Man Weekly","href":"/category/bis-man-weekly","samedomain":true,"menupath":"/rest/carbon/api/menu/category/bis-man-weekly","hasBlogroll":false}},"7.6":{"menuId":"7.6","attrs":{"menuPostId":10793,"title":"Extension Connection","titleExcerpt":"Extension Connection","href":"/category/extension-connection","samedomain":true,"menupath":"/rest/carbon/api/menu/category/extension-connection","hasBlogroll":false}},"7.7":{"menuId":"7.7","attrs":{"menuPostId":10795,"title":"Free For All Friday","titleExcerpt":"Free For All Friday","href":"/category/free-for-all-friday","samedomain":true,"menupath":"/rest/carbon/api/menu/category/free-for-all-friday","hasBlogroll":false}},"7.8":{"menuId":"7.8","attrs":{"menuPostId":107374,"title":"Bobcats Coaches Show","titleExcerpt":"Bobcats Coaches Show","href":"/category/bobcats-coaches-show","samedomain":true,"menupath":"/rest/carbon/api/menu/category/bobcats-coaches-show","hasBlogroll":false}},"8.1":{"menuId":"8.1","attrs":{"menuPostId":136860,"title":"Travel","titleExcerpt":"Travel","href":"/local-experts/northland-travel/","samedomain":true,"hasBlogroll":false}},"8.2":{"menuId":"8.2","attrs":{"menuPostId":138286,"title":"Automotive","titleExcerpt":"Automotive","href":"/local-experts/country-auto-clinic/","samedomain":true,"hasBlogroll":false}},"8.3":{"menuId":"8.3","attrs":{"menuPostId":154374,"title":"Electronics","titleExcerpt":"Electronics","href":"/local-experts/feist-electronics/","samedomain":true,"hasBlogroll":false}},"9.1":{"menuId":"9.1","attrs":{"menuPostId":6105,"title":"Help & Contact Info","titleExcerpt":"Help & Contact Info","href":"/help","samedomain":true,"hasBlogroll":false}},"9.2":{"menuId":"9.2","attrs":{"menuPostId":6106,"title":"Feedback","titleExcerpt":"Feedback","href":"/feedback","samedomain":true,"hasBlogroll":false}},"9.3":{"menuId":"9.3","attrs":{"menuPostId":70430,"title":"How to Advertise","titleExcerpt":"How to Advertise","href":"/advertise","samedomain":true,"hasBlogroll":false}},"9.4":{"menuId":"9.4","attrs":{"menuPostId":106963,"title":"Online Listening Issues","titleExcerpt":"Online Listening Issues","href":"/report-a-problem-with-online-listening/","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/promo_links":{"info":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"},"params":{"widgetTime":2},"data":["1","2","3","4"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":30136,"title":"What's Hot:","titleExcerpt":"What's Hot:","href":"","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":142888,"title":"Weather","titleExcerpt":"Weather","href":"/category/weather/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/weather/","hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":62427,"title":"Local News","titleExcerpt":"Local News","href":"/category/local-news","samedomain":true,"menupath":"/rest/carbon/api/menu/category/local-news","hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":165077,"title":"National News","titleExcerpt":"National News","href":"/category/news/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/news/","hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/footer":{"info":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"},"params":{"widgetTime":2},"data":["1","2","3","4","5","6","7","8","9","10","11"],"dataDetails":{"1":{"menuId":"1","attrs":{"title":"Bismarck-Mandan EEO","href":"/eeo/"}},"2":{"menuId":"2","attrs":{"title":"Advertise","href":"/advertise/"}},"3":{"menuId":"3","attrs":{"title":"Public File","href":"/klxx-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":"Bismarck Business Listings","href":"/bismarck-featured-business-listings/"}}},"redisCached":true}},"data":{},"time":{"wpTime":22.839,"mainOptionsTime":81.969,"sidebarsTime":10.377,"widgetsTime":22.385,"processTime":137.671},"experimentGroup":"B"},"serverConfig":{"host":"supertalk1270.com","ua":"python-requests/2.10.0"}},"listenLive":{},"nav":{},"newsletter":{},"ui":{},"weather":{},"youtube":{},"sweeps":{},"form":{"NavSearchForm":{"registeredFields":[{"name":"searchInput","type":"Field"}]}},"routing":{"locationBeforeTransitions":null},"events":{},"ads":{}}
          </script>
          <script src="//cdn.production.townsquareblogs.com/public/dist/main.bundle.js?ver=6d71efa01f16655ef6b349537fca09279952c8c1"></script>
        </body>
      </html>