<!doctype html>
      <html class="single" lang="en">
        <head>
          <title data-react-helmet="true">Citizen Preparedness Training at the New York State Fair</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="Are you prepared in the case of a disaster? The NYS Fair wants to help. It&#x27;s going on 8/28 and 8/29 and Your first chance it&#x27;s free."/><meta data-react-helmet="true" name="keywords" content="when is the new york state fair in 2017. events at the new york state fair, free admission for senior citizens at the new york state fair, do senior citizens get in free at the new york state fair, new york state fair special events, how to be prepared for a disaster in new york state, disaster training in new york state, how to be prepared for a disaster in new york"/><meta data-react-helmet="true" property="fb:app_id" content="344817588936522"/><meta data-react-helmet="true" property="fb:admins" content="100002025987268"/><meta data-react-helmet="true" property="fb:admins" content="100003275121643"/><meta data-react-helmet="true" property="og:title" content="Citizen Preparedness Training at the New York State Fair"/><meta data-react-helmet="true" property="og:description" content="Are you prepared in the case of a disaster? The NYS Fair wants to help. It&#x27;s going on 8/28 and 8/29 and Your first chance it&#x27;s free."/><meta data-react-helmet="true" property="og:url" content="http://981thehawk.com/citizen-preparedness-training-at-the-great-new-york-state-fair/"/><meta data-react-helmet="true" property="og:site_name" content="98.1 The Hawk"/><meta data-react-helmet="true" property="og:type" content="blog"/><meta data-react-helmet="true" property="og:image" content="http://981thehawk.com/files/2014/09/470144349.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="@981TheHawk"/><meta data-react-helmet="true" name="sailthru.description" content="Are you prepared in the case of a disaster? The NYS Fair wants to help. It&#x27;s going on 8/28 and 8/29 and Your first chance it&#x27;s free."/><meta data-react-helmet="true" name="sailthru.date" content="2017-08-24 05:31:01"/><meta data-react-helmet="true" name="sailthru.title" content="Citizen Preparedness Training at the Great New York State Fair"/><meta data-react-helmet="true" name="sailthru.tags" content="tsmsite-whwk, tsmmarket-binghamton, tsmtype-local, disaster-preparedness-training-course, great-new-york-state-fair, national-preparedness-month, new-york-state-disaster-preparedness-kit, senior-citizens-day, articles, family-2, hawk-morning-show, health, inspirational, outdoors"/><meta data-react-helmet="true" name="sailthru.author" content="glennpitcher"/><meta data-react-helmet="true" name="sailthru.image.full" content="http://981thehawk.com/files/2014/09/470144349.jpg"/><meta data-react-helmet="true" name="sailthru.image.thumb" content="http://981thehawk.com/files/2014/09/470144349.jpg"/><meta data-react-helmet="true" property="fb:pages" content="90153691157"/><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://981thehawk.com/citizen-preparedness-training-at-the-great-new-york-state-fair/"/>
          <link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic|Roboto:400,400italic,500,500italic,700,300italic,300|Roboto+Condensed:300,400,700" rel="stylesheet" type="text/css" />
          <link href="/styles/base.css?ver=3b9dbc3b07b0bef2c96b11376b1d9e6298d9a129&mver=4" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "B";
          window.TSM.cadata = {"activeDomain":"981thehawk.com","blogId":498,"method":"get_single","postId":300099,"postType":"post","postDateGmt":"2017-08-24 09:31:01.000+0000"};
          window.TSM.startload = new Date().getTime();
        </script>
          <script>
    (function () {
      function getCookie(name) {
        var value = "; " + document.cookie;
        var parts = value.split("; " + name + "=");
        if (parts.length == 2) return parts.pop().split(";").shift();
      }
      function updateCookie(name, value, expireDays) {
        let d = new Date();
        d.setTime(d.getTime() + (60*60*24*expireDays*1000));
        var expires = "expires="+ d.toUTCString();
        document.cookie = name + "=" + value + ";" + expires + ";path=/";
      }
      window.TSM = window.TSM || {};
      if (window.TSM.abgroup) {
        updateCookie("abgroup", window.TSM.abgroup, 90);
      }

      var xhr = new XMLHttpRequest();
      xhr.open("POST", "/rest/carbon/api/cogitoergosum", true);
      var cogitoergosum = getCookie("cogitoergosum");
      var abgroup = getCookie("abgroup");
      if (cogitoergosum) {
        window.TSM.cogitoergosum = JSON.parse( atob( decodeURIComponent( cogitoergosum ) ) );
      }
      xhr.onreadystatechange = function() {//Call a function when the state changes.
        if(xhr.readyState == XMLHttpRequest.DONE && xhr.status == 200) {
          if (xhr.response) {
            var result = JSON.parse(xhr.response);
            if (result && result.result) {
              if (result.result.cookie) {
                window.TSM.cogitoergosum = JSON.parse( atob( result.result.cookie ) );
              }
              if (result.result.credentials) {
                window.TSM.credentials = JSON.parse( atob( result.result.credentials ) );
              }
              // console.log("cogitoergosum xhr", window.TSM.cogitoergosum);
            }
          }
        }
      };
      xhr.setRequestHeader("Content-type", "application/json");
      var cadata = window.TSM.cadata || {};
      cadata.experimentGroup = window.TSM.abgroup;
      cadata.viewType = "standard";
      cadata.timespent = new Date().getTime() - window.TSM.startload;
      var referrer = document.referrer;
      var sendData = {
        type: "pageview",
        referrer: referrer,
        url: document.location.href,
        queryParam: document.location.queryParam,
        pageData: cadata,
        scrollPageIndex: 0
      };
      xhr.send(JSON.stringify(sendData));
    }());
  </script>
          <script>
            (function(w){
              w.ga=w.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
              var gaInitData = {"hitType":"pageview","dimension1":"glennpitcher","dimension2":"articles,family-2,hawk-morning-show,health,inspirational,outdoors","dimension3":"disaster-preparedness-training-course,great-new-york-state-fair,national-preparedness-month,new-york-state-disaster-preparedness-kit,senior-citizens-day","dimension4":"post","dimension5":"Thu Aug 24 2017","dimension6":"05:31","dimension7":"standard","dimension8":"1949","dimension9":"B","dimension10":"no"};
ga( "create", {
          trackingId:"UA-33424178-2",
          name: "primary",
          allowAnchor: false
        });
        ga( "primary.require", "displayfeatures" );
        ga( "primary.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "primary" ] = {gaid:"UA-33424178-2"};
ga( "create", {
          trackingId:"UA-19109753-1",
          name: "UA191097531",
          allowAnchor: false
        });
        ga( "UA191097531.require", "displayfeatures" );
        ga( "UA191097531.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA191097531" ] = {gaid:"UA-19109753-1"};
ga( "create", {
          trackingId:"UA-33424178-5",
          name: "UA334241785",
          allowAnchor: false
        });
        ga( "UA334241785.require", "displayfeatures" );
        ga( "UA334241785.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA334241785" ] = {gaid:"UA-33424178-5"};
ga( "create", {
          trackingId:"UA-28825804-2",
          name: "UA288258042",
          allowAnchor: false
        });
        ga( "UA288258042.require", "displayfeatures" );
        ga( "UA288258042.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA288258042" ] = {gaid:"UA-28825804-2"};
ga( "create", {
          trackingId:"UA-45260060-2",
          name: "UA452600602",
          allowAnchor: false
        });
        ga( "UA452600602.require", "displayfeatures" );
        ga( "UA452600602.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA452600602" ] = {gaid:"UA-45260060-2"};
            })(window);
          </script>
          <script async src="https://www.google-analytics.com/analytics.js"></script>
          <script>(function(w){
      w.dataLayer = [{"title":"Citizen Preparedness Training at the New York State Fair","callsign":"WHWKFM","market":"Binghamton","sitetype":"Local","siteClassification":"","state":"NY","genre":"country","pageType":"post","tags":"disaster-preparedness-training-course,great-new-york-state-fair,national-preparedness-month,new-york-state-disaster-preparedness-kit,senior-citizens-day","categories":"articles,family-2,hawk-morning-show,health,inspirational,outdoors","mediaType":"none"}];
      w.dataLayer[0].referer = document.referrer;w.dataLayer[0].curatedReferer = document.referrer.replace( /https?:\/\//, "" );w.dataLayer[0].dayOfWeek = function(n){return n.toLocaleString("en-US",{weekday:"long"})}(new Date);w.dataLayer[0].periodOfDay = function(n,t,i){t=n.getHours(),i=n.getMinutes(),i<10&&(i="0"+i);var r=parseInt(t+""+i);return r>=0&&r<600?"Overnight":r>=600&&r<1e3?"Morning Drive":r>=1e3&&r<1500?"Midday":r>=1500&&r<1900?"Afternoon Drive":r>=1900&&r<2400?"Evening":void 0}(new Date);
    })(window);</script>
          <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({"gtm.start": new Date().getTime(),event:"gtm.js"});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!="dataLayer"?"&l="+l:"";j.async=true;j.src= "https://www.googletagmanager.com/gtm.js?id="+i+dl;f.parentNode.insertBefore(j,f); })(window,document,"script","dataLayer","GTM-K346HJZ");</script>
          <script>
        (function(w,dl){
          if( dl && dl[0] ){
            dl = dl[0];
            w._oiqq = w._oiqq || [];
            var keywordMeta = document.querySelector( "meta[name='keywords']");
            _oiqq.push(["oiq_addPageBrand", "title:" + dl.title]);
            _oiqq.push(["oiq_addPageBrand", "domain:" + location.hostname]);
            _oiqq.push(["oiq_addPageBrand", "callsign:" + dl.callsign]);
            _oiqq.push(["oiq_addPageCat", "url_path:" + location.pathname]);
            _oiqq.push(["oiq_addPageCat", "meta_keywords:" + ( keywordMeta ? keywordMeta.content : "" ) ]);
            _oiqq.push(["oiq_addPageCat", "title:" + dl.title]);
            _oiqq.push(["oiq_addPageCat", "callsign:" + dl.callsign]);
            _oiqq.push(["oiq_addPageCat", "market:" + dl.market]);
            _oiqq.push(["oiq_addPageCat", "sitetype:" + dl.sitetype]);
            _oiqq.push(["oiq_addPageCat", "state:" + dl.state]);
            _oiqq.push(["oiq_addPageCat", "page_type:" + dl.pageType]);
            _oiqq.push(["oiq_addPageCat", "media_type:" + dl.mediaType]);
            _oiqq.push(["oiq_addPageCat", "day_of_week:" + dl.dayOfWeek]);
            _oiqq.push(["oiq_addPageCat", "newsletter_submission:" + (dl.newsletterSubmission || "no")]);
            _oiqq.push(["oiq_addPageCat", "period_of_day:" + dl.periodOfDay]);
            _oiqq.push(["oiq_addPageCat", "curated_referer:" + dl.curatedReferer]);
            _oiqq.push(["oiq_addPageCat", "genre:" + dl.genre]);
            _oiqq.push(["oiq_addPageCat", "tags:" + dl.tags]);
            _oiqq.push(["oiq_addPageCat", "categories:" + dl.categories]);
            _oiqq.push(["oiq_doTag"]);
            _oiqq.push(["oiq_addPageLifecycle", "ecv3"]);
          }
        })(window, window.dataLayer);
        (function() {
        var oiq = document.createElement("script"); oiq.type = "text/javascript"; oiq.async = true;
        oiq.src = document.location.protocol + "//px.owneriq.net/stas/s/0frxgz.js";
        var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(oiq, s);
        })();
      </script>
          
          <script class="kxct" data-id="rwjnisqy1" data-timing="async" data-version="3.0" type="text/javascript">
        window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);
        (function(){
          var k=document.createElement("script");k.type="text/javascript";k.async=true;
          k.src=(location.protocol==="https:"?"https:":"http:")+"//"+"cdn.krxd.net/controltag/rwjnisqy1.js";
          var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(k,s);
        }());
      </script><script type="text/javascript" src="//mtrx.go.sonobi.com/morpheus.townsquaremedia.local.1594.js"></script>
<script async type="text/javascript" src="https://native.sharethrough.com/assets/sfp.js"></script><script async="async" src="https://www.googletagservices.com/tag/js/gpt.js"></script>
        <script>
        var googletag = googletag || {};
        googletag.cmd = googletag.cmd || [];
        </script>
<script>window.pbjs=window.pbjs||{};window.pbjs.que=window.pbjs.que||[];</script><script src="http://production.townsquareblogs.com/wp-content/uploads/static/prebid/carbon/pb.js?domain=981thehawk.com"></script>
<script>!function(a9,a,p,s,t,A,g){if(a[a9])return;function q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function(){q("i",arguments)},fetchBids:function(){q("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]},_Q:[]};A=p.createElement(s);A.async=!0;A.src=t;g=p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A,g)}("apstag",window,document,"script","//c.amazon-adsystem.com/aax2/apstag.js");
        apstag.init({pubID: "3227", adServer: "googletag" });</script>
<script>
        window.TSM = window.TSM || {}; window.TSM.adSlots = window.TSM.adSlots || {};window.TSM.adLog = window.TSM.adLog || {};
        googletag.cmd.push(function(){
googletag.pubads().disableInitialLoad();
googletag.pubads().setTargeting( "catid", ["articles","family-2","hawk-morning-show","health","inspirational","outdoors"] );
googletag.pubads().setTargeting( "tags", ["disaster-preparedness-training-course","great-new-york-state-fair","national-preparedness-month","new-york-state-disaster-preparedness-kit","senior-citizens-day"] );
googletag.pubads().setTargeting( "id", "citizen-preparedness-training-at-the-great-new-york-state-fair" );
googletag.pubads().setTargeting( "author", "glennpitcher" );
googletag.pubads().setTargeting( "kw", ["glennpitcher","citizen-preparedness-training-at-the-great-new-york-state-fair","articles","family-2","hawk-morning-show","health","inspirational","outdoors","disaster-preparedness-training-course","great-new-york-state-fair","national-preparedness-month","new-york-state-disaster-preparedness-kit","senior-citizens-day","pagetype-post"] );
googletag.pubads().setTargeting( "genre", ["country"] );
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/Binghamton/WHWK/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/Binghamton/WHWK/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/Binghamton/WHWK/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/Binghamton/WHWK/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/Binghamton/WHWK/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/Binghamton/WHWK/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/Binghamton/WHWK/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/Binghamton/WHWK/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/Binghamton/WHWK/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="-234066560"><!-- 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="98.1 The Hawk" title="98.1 The Hawk" data-reactid="14"><img src="http://981thehawk.com/files/2017/11/whwkfm-logo.png" alt="98.1 The Hawk" title="98.1 The Hawk" 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 id="promotion-33" class="stationtagline-container showticker-item" data-reactid="21"><div class="content" data-reactid="22"><a class="info" href="#" data-reactid="23">#1 FOR NEW COUNTRY</a></div></div></div></div><a class="listen-live-cto cto" href="/listen-live/" data-reactid="24"><span class="icon-play2" data-reactid="25"></span><span class="cto-title" data-reactid="26">Listen Now</span></a><a class="sign-in-out" href="/#auth-start" title="" data-reactid="27"></a></div><nav id="site-menu" data-reactid="28"><div class="wrapper" data-reactid="29"><span class="icon-base icon-menu select-none" data-reactid="30"></span><ul class="links" data-reactid="31"><li class="hassub" data-reactid="32"><a href="/" data-reactid="33">Home</a></li><li class="hassub" data-reactid="34"><a href="/djs" data-reactid="35">On-Air</a><ul class="links submenu" data-reactid="36"><li class="hassub" data-reactid="37"><a href="/djs" data-reactid="38">All DJs</a></li><li class="hassub" data-reactid="39"><a href="/shows" data-reactid="40">Schedule</a></li><li class="hassub" data-reactid="41"><a href="/show/the-blair-garner-show/" data-reactid="42">The Blair Garner Show</a></li><li class="hassub" data-reactid="43"><a href="/morningshow/" data-reactid="44">Glenn &amp; Traci Morning Show</a></li><li class="hassub" data-reactid="45"><a href="/author/traci/" data-reactid="46">Traci Taylor</a></li><li class="hassub" data-reactid="47"><a href="/author/glennpitcher/" data-reactid="48">Glenn Pitcher</a></li><li class="hassub" data-reactid="49"><a href="/author/dougmosher/" data-reactid="50">Doug Mosher</a></li><li class="hassub" data-reactid="51"><a href="/author/jayfraniak/" data-reactid="52">Jay Franiak</a></li><li class="hassub" data-reactid="53"><a href="/author/samalex/" data-reactid="54">Sam Alex</a></li></ul></li><li class="hassub" data-reactid="55"><a href="/listen-live" data-reactid="56">Listen</a><ul class="links submenu" data-reactid="57"><li class="hassub" data-reactid="58"><a href="/app" data-reactid="59">98.1 The Hawk Mobile App</a></li><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="/alexa/" data-reactid="63">98.1 The Hawk on Alexa</a></li><li class="hassub" data-reactid="64"><a href="/mobile" data-reactid="65">Radio Pup</a></li></ul></li><li class="hassub" data-reactid="66"><a href="/playlist" data-reactid="67">Playlist</a><ul class="links submenu" data-reactid="68"><li class="hassub" data-reactid="69"><a href="/playlist" data-reactid="70">Recently Played</a></li></ul></li><li class="hassub" data-reactid="71"><a href="/events-binghamton" data-reactid="72">Events</a><ul class="links submenu" data-reactid="73"><li class="hassub" data-reactid="74"><a href="/register-for-the-2016-polar-bear-plunge/" data-reactid="75">Polar Plunge</a></li><li class="hassub" data-reactid="76"><a href="https://americaontap.com/event/binghamton-on-tap/" target="_blank" data-reactid="77">Binghamton On Tap</a></li><li class="hassub" data-reactid="78"><a href="/register-for-a-booth-at-binghamtons-largest-garage-and-craft-sale/" data-reactid="79">Garage &amp; Craft Sale</a></li><li class="hassub" data-reactid="80"><a href="/taste-of-country-music-festival-2" data-reactid="81">Taste of Country Music Festival</a></li><li class="hassub" data-reactid="82"><a href="/events-binghamton/" data-reactid="83">Calendar</a></li><li class="hassub" data-reactid="84"><a href="/events-binghamton/community/add" data-reactid="85">Add Your Event</a></li></ul></li><li class="hassub" data-reactid="86"><a href="http://www.981thehawk.com/vip" target="_blank" data-reactid="87">Country Club</a><ul class="links submenu" data-reactid="88"><li class="hassub" data-reactid="89"><a href="/registration/" data-reactid="90">Sign Up</a></li><li class="hassub" data-reactid="91"><a href="/contests/" data-reactid="92">Contests</a></li><li class="hassub" data-reactid="93"><a href="http://www.981thehawk.com/local-experts" target="_blank" data-reactid="94">Professional Partners</a></li><li class="hassub" data-reactid="95"><a href="/newsletter/" data-reactid="96">Newsletter</a></li><li class="hassub" data-reactid="97"><a href="/help/" data-reactid="98">VIP Support</a></li></ul></li><li class="hassub" data-reactid="99"><a href="http://www.981thehawk.com/contests" target="_blank" data-reactid="100">Win Stuff</a><ul class="links submenu" data-reactid="101"><li class="hassub" data-reactid="102"><a href="/contests/sweeps/250-hotels-com-2/" data-reactid="103">$250 Hotels.com Gift Card</a></li><li class="hassub" data-reactid="104"><a href="/contests/sweeps/300-walmart/" data-reactid="105">$300 Walmart Gift Card</a></li></ul></li><li class="hassub" data-reactid="106"><a href="/binghamton-weather" data-reactid="107">Weather</a><ul class="links submenu" data-reactid="108"><li class="hassub" data-reactid="109"><a href="" data-reactid="110">Local News</a></li><li class="hassub" data-reactid="111"><a href="/binghamton-weather" data-reactid="112">Forecast &amp; Details</a></li><li class="hassub" data-reactid="113"><a href="http://www.wbng.com/category/316023/closings-cancellations" target="_blank" data-reactid="114">Closings/Delays/Early Dismissal</a></li></ul></li><li class="hassub" data-reactid="115"><a href="/help" data-reactid="116">Contact</a><ul class="links submenu" data-reactid="117"><li class="hassub" data-reactid="118"><a href="/help" data-reactid="119">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="120"><a href="/employment-opportunities/" data-reactid="121">Employment Opportunities</a></li><li class="hassub" data-reactid="122"><a href="/feedback" data-reactid="123">Send Feedback</a></li><li class="hassub" data-reactid="124"><a href="/advertise" data-reactid="125">Advertise</a></li></ul></li><li class="hidden-menu hassub hide" data-reactid="126"><a class="more-icon" href="#" data-reactid="127">More</a><ul class="links submenu" data-reactid="128"><li class="hassub hide" data-reactid="129"><a href="/" data-reactid="130">Home</a></li><li class="hassub hide" data-reactid="131"><a href="/djs" data-reactid="132">On-Air</a><ul class="links submenu" data-reactid="133"><li class="hassub" data-reactid="134"><a href="/djs" data-reactid="135">All DJs</a></li><li class="hassub" data-reactid="136"><a href="/shows" data-reactid="137">Schedule</a></li><li class="hassub" data-reactid="138"><a href="/show/the-blair-garner-show/" data-reactid="139">The Blair Garner Show</a></li><li class="hassub" data-reactid="140"><a href="/morningshow/" data-reactid="141">Glenn &amp; Traci Morning Show</a></li><li class="hassub" data-reactid="142"><a href="/author/traci/" data-reactid="143">Traci Taylor</a></li><li class="hassub" data-reactid="144"><a href="/author/glennpitcher/" data-reactid="145">Glenn Pitcher</a></li><li class="hassub" data-reactid="146"><a href="/author/dougmosher/" data-reactid="147">Doug Mosher</a></li><li class="hassub" data-reactid="148"><a href="/author/jayfraniak/" data-reactid="149">Jay Franiak</a></li><li class="hassub" data-reactid="150"><a href="/author/samalex/" data-reactid="151">Sam Alex</a></li></ul></li><li class="hassub hide" data-reactid="152"><a href="/listen-live" data-reactid="153">Listen</a><ul class="links submenu" data-reactid="154"><li class="hassub" data-reactid="155"><a href="/app" data-reactid="156">98.1 The Hawk Mobile App</a></li><li class="hassub" data-reactid="157"><a href="/listen-live" data-reactid="158">Listen Live</a></li><li class="hassub" data-reactid="159"><a href="/alexa/" data-reactid="160">98.1 The Hawk on Alexa</a></li><li class="hassub" data-reactid="161"><a href="/mobile" data-reactid="162">Radio Pup</a></li></ul></li><li class="hassub hide" data-reactid="163"><a href="/playlist" data-reactid="164">Playlist</a><ul class="links submenu" data-reactid="165"><li class="hassub" data-reactid="166"><a href="/playlist" data-reactid="167">Recently Played</a></li></ul></li><li class="hassub hide" data-reactid="168"><a href="/events-binghamton" data-reactid="169">Events</a><ul class="links submenu" data-reactid="170"><li class="hassub" data-reactid="171"><a href="/register-for-the-2016-polar-bear-plunge/" data-reactid="172">Polar Plunge</a></li><li class="hassub" data-reactid="173"><a href="https://americaontap.com/event/binghamton-on-tap/" target="_blank" data-reactid="174">Binghamton On Tap</a></li><li class="hassub" data-reactid="175"><a href="/register-for-a-booth-at-binghamtons-largest-garage-and-craft-sale/" data-reactid="176">Garage &amp; Craft Sale</a></li><li class="hassub" data-reactid="177"><a href="/taste-of-country-music-festival-2" data-reactid="178">Taste of Country Music Festival</a></li><li class="hassub" data-reactid="179"><a href="/events-binghamton/" data-reactid="180">Calendar</a></li><li class="hassub" data-reactid="181"><a href="/events-binghamton/community/add" data-reactid="182">Add Your Event</a></li></ul></li><li class="hassub hide" data-reactid="183"><a href="http://www.981thehawk.com/vip" target="_blank" data-reactid="184">Country Club</a><ul class="links submenu" data-reactid="185"><li class="hassub" data-reactid="186"><a href="/registration/" data-reactid="187">Sign Up</a></li><li class="hassub" data-reactid="188"><a href="/contests/" data-reactid="189">Contests</a></li><li class="hassub" data-reactid="190"><a href="http://www.981thehawk.com/local-experts" target="_blank" data-reactid="191">Professional Partners</a></li><li class="hassub" data-reactid="192"><a href="/newsletter/" data-reactid="193">Newsletter</a></li><li class="hassub" data-reactid="194"><a href="/help/" data-reactid="195">VIP Support</a></li></ul></li><li class="hassub hide" data-reactid="196"><a href="http://www.981thehawk.com/contests" target="_blank" data-reactid="197">Win Stuff</a><ul class="links submenu" data-reactid="198"><li class="hassub" data-reactid="199"><a href="/contests/sweeps/250-hotels-com-2/" data-reactid="200">$250 Hotels.com Gift Card</a></li><li class="hassub" data-reactid="201"><a href="/contests/sweeps/300-walmart/" data-reactid="202">$300 Walmart Gift Card</a></li></ul></li><li class="hassub hide" data-reactid="203"><a href="/binghamton-weather" data-reactid="204">Weather</a><ul class="links submenu" data-reactid="205"><li class="hassub" data-reactid="206"><a href="" data-reactid="207">Local News</a></li><li class="hassub" data-reactid="208"><a href="/binghamton-weather" data-reactid="209">Forecast &amp; Details</a></li><li class="hassub" data-reactid="210"><a href="http://www.wbng.com/category/316023/closings-cancellations" target="_blank" data-reactid="211">Closings/Delays/Early Dismissal</a></li></ul></li><li class="hassub hide" data-reactid="212"><a href="/help" data-reactid="213">Contact</a><ul class="links submenu" data-reactid="214"><li class="hassub" data-reactid="215"><a href="/help" data-reactid="216">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="217"><a href="/employment-opportunities/" data-reactid="218">Employment Opportunities</a></li><li class="hassub" data-reactid="219"><a href="/feedback" data-reactid="220">Send Feedback</a></li><li class="hassub" data-reactid="221"><a href="/advertise" data-reactid="222">Advertise</a></li></ul></li></ul></li></ul><div class="site-menu-right" data-reactid="223"><ul class="social-links" data-reactid="224"><li class="social" data-reactid="225"><a class="share-link youtube" href="https://youtube.com/user/981thehawk" target="_blank" data-social="youtube" data-reactid="226"><span class="icon-base icon-youtube" data-reactid="227"></span></a></li><li class="social" data-reactid="228"><a class="share-link facebook" href="http://www.facebook.com/98.1TheHawk" target="_blank" data-social="facebook" data-reactid="229"><span class="icon-base icon-facebook" data-reactid="230"></span></a></li><li class="social" data-reactid="231"><a class="share-link twitter" href="https://twitter.com/981TheHawk" target="_blank" data-social="twitter" data-reactid="232"><span class="icon-base icon-twitter" data-reactid="233"></span></a></li><ul class="social-subscriptions" data-reactid="234"><li class="sub-instagram " data-reactid="235"><a href="https://www.instagram.com/98.1thehawk" target="_blank" data-reactid="236">INSTAGRAM</a></li><li class="share_link_small youtube sub-youtube" data-reactid="237"><span class="youtube-subscribe-button " data-reactid="238"></span></li><li class="sub-facebook" data-reactid="239"></li><li class="sub-twitter" data-reactid="240"></li></ul></ul><div id="search-form" class="" data-reactid="241"><div class="form-wrap" data-reactid="242"><form data-reactid="243"><input type="text" name="searchInput" value="" class="search-input" placeholder="Search" data-reactid="244"/><input type="submit" class="search-submit" disabled="" value="SEARCH" data-reactid="245"/></form></div><div class="icon-base icon-search" data-reactid="246"></div></div></div><div class="site-screen select-none" data-reactid="247"></div></div></nav></div><ul class="promo-links" data-reactid="248"><li data-reactid="249"><span data-reactid="250">TRENDING:</span></li><li data-reactid="251"><a title="Party with Brad Paisley" href="/contests/sweeps/party-with-brad-paisley/" data-reactid="252">Party with Brad Paisley</a></li><li data-reactid="253"><a title="Polar Bear Plunge" href="/register-for-the-2016-polar-bear-plunge/" data-reactid="254">Polar Bear Plunge</a></li><li data-reactid="255"><a title="Bing On Tap" href="https://americaontap.com/event/binghamton-on-tap/" data-reactid="256">Bing On Tap</a></li><li data-reactid="257"><a title="Garage/Craft Sale" href="/register-for-a-booth-at-binghamtons-largest-garage-and-craft-sale/" data-reactid="258">Garage/Craft Sale</a></li><li data-reactid="259"><a title="Magic Mike XXL" href="/official-magic-mike-xxl-tribute-performance-comes-to-binghamton/" data-reactid="260">Magic Mike XXL</a></li><li data-reactid="261"><a title="Closings/Delays" href="http://www.wbng.com/category/316023/closings-cancellations" data-reactid="262">Closings/Delays</a></li><li data-reactid="263"><a title="Clubhouse Card" href="http://www.wicz.com/story/33746635/the-clubhouse-card" data-reactid="264">Clubhouse Card</a></li><li data-reactid="265"><a title="Hawk on Alexa" href="/alexa/" data-reactid="266">Hawk on Alexa</a></li><li data-reactid="267"><a title="News" href="http://wnbf.com/category/local-news/" data-reactid="268">News</a></li></ul></div><div class="tsm-ad tsm-ad-nav-970" data-reactid="269"><div id="tsm-ad-970a" data-reactid="270"><!-- dynamic ad --></div></div><div class="site-content clearfix" data-reactid="271"><div class="main-content" data-reactid="272"><div class="wrapper post-wrapper" data-reactid="273"><div class="post clearfix" data-reactid="274"><div class="entry" data-reactid="275"><article id="post-300099" data-location="/citizen-preparedness-training-at-the-great-new-york-state-fair/" data-index="0" data-reactid="276"><div class="page-header" data-reactid="277"><div class="content-header show-ui front" id="content-header-300099" data-reactid="278"><div class="internal-header outgrow  " style="max-height:0px;" data-reactid="279"></div><div class="content-header-header" data-reactid="280"><div class="react-parallax " data-reactid="281"><div class="react-parallax-background-children" data-bottom-top="transform:translate3d(0,-20%,0);" data-top-bottom="transform:translate3d(0,20%,0);" data-reactid="282"><figure class="frameme img-tag frame-loaded" data-reactid="283"><div class="theframe" data-image="http://981thehawk.com/files/2014/09/470144349.jpg" rel="" title="" style="background-image:url(&quot;http://981thehawk.com/files/2014/09/470144349.jpg?w=980&amp;q=75&quot;);" data-reactid="284"></div></figure></div><div class="react-parallax-content" data-reactid="285"><figure class="frameme img-tag" data-reactid="286"><div class="theframe" data-image="http://981thehawk.com/files/2014/09/470144349.jpg" rel="" title="" data-reactid="287"></div><div class="loadinganim showbox" id="0" data-reactid="288"><div class="loader" style="width:30px;height:30px;" data-reactid="289"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="290"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="291"></circle></svg></div></div></figure></div></div><div class="header" data-reactid="292"><section class="title " data-reactid="293"><h1 class="" data-reactid="294">Citizen Preparedness Training at the Great New York State Fair</h1></section><div class="byline" data-reactid="295"><div class="authors" data-reactid="296"><address class="author" data-reactid="297"><div class="author-image icon-user" data-reactid="298"><figure class="frameme" data-reactid="299"><a class="theframe" data-image="http://981thehawk.com/files/2013/10/gp.jpg" href="http://981thehawk.com/author/glennpitcher/" rel="author" title="Glenn" data-reactid="300"></a><div class="loadinganim showbox" id="0" data-reactid="301"><div class="loader" style="width:30px;height:30px;" data-reactid="302"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="303"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="304"></circle></svg></div></div></figure></div><a class="author-name" href="http://981thehawk.com/author/glennpitcher/" rel="author" title="Glenn" data-reactid="305">Glenn</a></address></div><time datetime="2017-08-24 09:31:01 +0000" data-reactid="306">August 24, 2017</time></div><figcaption title="ThinkStock" data-reactid="307">ThinkStock</figcaption></div></div></div></div><div class="content-wrap" data-reactid="308"><div class="social-share bignsexy" data-reactid="309"><div class="social-bar social-icons" data-reactid="310"><ul data-reactid="311"><li data-reactid="312"><a href="http://twitter.com/intent/tweet?text=Citizen%20Preparedness%20Training%20at%20the%20Great%20New%20York%20State%20Fair%20http%3A%2F%2F981thehawk.com%2Fcitizen-preparedness-training-at-the-great-new-york-state-fair%2F%3Ftrackback%3Dtwitter_mobile%20%40981TheHawk" title="Share on Twitter" target="_blank" data-reactid="313"><span class=" social-icon icon-twitter tw" data-reactid="314"><span class="share-title" data-reactid="315">Share on Twitter</span></span></a></li><li data-reactid="316"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2F981thehawk.com%2Fcitizen-preparedness-training-at-the-great-new-york-state-fair%2F%3Ftrackback%3Dfbshare_mobile" title="Share on Facebook" target="_blank" data-reactid="317"><span class=" social-icon icon-facebook fb" data-reactid="318"><span class="share-title" data-reactid="319">Share on Facebook</span></span></a></li></ul></div></div><div class="content" data-reactid="320"><div class="pod-content" data-reactid="321"><p data-reactid="322"><!-- react-text: 323 -->By popular demand, the Disaster Preparedness Training Course has added a third day at the <!-- /react-text --><a href="https://nysfair.ny.gov/" target="_blank" data-reactid="324"><!-- react-text: 325 -->Great New York State Fair<!-- /react-text --></a><!-- react-text: 326 -->. It happens on New Americans’ Day and Senior Citizens’ Days at the Fair, August 25th, 28th and 29th.<!-- /react-text --></p><p data-reactid="327">The New York State Citizen Preparedness Corps Training is a free disaster preparedness course that teach attendees how to prepare for, respond to and recover from natural and man-made disasters and emergencies.</p><p data-reactid="328"><!-- react-text: 329 -->A free backpack of resources will be provided and you can register on the <!-- /react-text --><a href="https://prepare.ny.gov/training-events" target="_blank" data-reactid="330"><!-- react-text: 331 -->New York State Prepare website<!-- /react-text --></a><!-- react-text: 332 -->. Training will take place from 4 to 6 pm on Friday, August 25th, Monday, August 28th, and Tuesday, August 29th in the Empire Room Restaurant on the Fairgrounds.<!-- /react-text --></p><div class="sharethrough-container" data-reactid="333"><div class="tsm-ad tsm-ad-oop" data-reactid="334"><div id="tsm-ad-sharethrough-oop-1" data-reactid="335"><!-- dynamic ad --></div></div></div><p data-reactid="336">The Monday and Tuesday trainings are on the same day as the Fair’s Senior Citizens&#x27; Days. Those who are sixty years of age and older get free admission with ID. Friday’s training session has been added because of the strong demand from last year’s Fair.</p><p data-reactid="337">This kicks off National Preparedness Month and it happens in September to increase public awareness about emergencies. It focuses on things we can do before a disaster happens.</p><p data-reactid="338">This year’s National Preparedness Month theme is “Disasters Don’t Plan Ahead. You Can.” Every week in September, there will be a focus on a different type of disaster – flood, wildfire, hurricane, and power outages.</p><p data-reactid="339"><!-- react-text: 340 -->You&#x27;ll be taught how to properly prepare for any disaster, including developing a family emergency plan and stocking up on emergency supplies. You&#x27;ll also get a free New York State Disaster Preparedness Kit (one per family) <!-- /react-text --><a href="https://prepare.ny.gov/preparedness-kits" target="_blank" data-reactid="341"><!-- react-text: 342 -->containing key items<!-- /react-text --></a><!-- react-text: 343 --> to assist you in the aftermath of a disaster.<!-- /react-text --></p><p data-reactid="344">The state training and kits will help all of us in New York to be the most-trained and best-prepared citizens in the country. The New York State Fair runs from August 23rd to September 4th.</p><p data-reactid="345"><!-- react-text: 346 -->[via<!-- /react-text --><a href="https://nysfair.ny.gov/" target="_blank" data-reactid="347"><!-- react-text: 348 --> Great New York State Fair<!-- /react-text --></a><!-- react-text: 349 -->]<!-- /react-text --></p></div></div><div class="content-footer" data-reactid="350"><!-- react-empty: 351 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="352"></div><!-- react-text: 353 --><!-- /react-text --><div class="tags-lines" data-reactid="354"><div class="wrapper" data-reactid="355"><span data-reactid="356"><!-- react-text: 357 -->Filed Under<!-- /react-text --><!-- react-text: 358 -->: <!-- /react-text --></span><span data-reactid="359"><!-- react-text: 360 --><!-- /react-text --><a href="http://981thehawk.com/tags/disaster-preparedness-training-course/" data-reactid="361">Disaster Preparedness Training Course</a></span><span data-reactid="362"><!-- react-text: 363 -->, <!-- /react-text --><a href="http://981thehawk.com/tags/great-new-york-state-fair/" data-reactid="364">Great New York State Fair</a></span><span data-reactid="365"><!-- react-text: 366 -->, <!-- /react-text --><a href="http://981thehawk.com/tags/national-preparedness-month/" data-reactid="367">National Preparedness Month</a></span><span data-reactid="368"><!-- react-text: 369 -->, <!-- /react-text --><a href="http://981thehawk.com/tags/new-york-state-disaster-preparedness-kit/" data-reactid="370">New York State Disaster Preparedness Kit</a></span><span data-reactid="371"><!-- react-text: 372 -->, <!-- /react-text --><a href="http://981thehawk.com/tags/senior-citizens-day/" data-reactid="373">Senior Citizens' Day</a></span></div><div class="wrapper" data-reactid="374"><span data-reactid="375"><!-- react-text: 376 -->Categories<!-- /react-text --><!-- react-text: 377 -->: <!-- /react-text --></span><span data-reactid="378"><!-- react-text: 379 --><!-- /react-text --><a href="http://981thehawk.com/category/articles/" data-reactid="380">Articles</a></span><span data-reactid="381"><!-- react-text: 382 -->, <!-- /react-text --><a href="http://981thehawk.com/category/family-2/" data-reactid="383">Family</a></span><span data-reactid="384"><!-- react-text: 385 -->, <!-- /react-text --><a href="http://981thehawk.com/category/hawk-morning-show/" data-reactid="386">Hawk Morning Show</a></span><span data-reactid="387"><!-- react-text: 388 -->, <!-- /react-text --><a href="http://981thehawk.com/category/lifestyle/health/" data-reactid="389">Health</a></span><span data-reactid="390"><!-- react-text: 391 -->, <!-- /react-text --><a href="http://981thehawk.com/category/inspirational/" data-reactid="392">Inspirational</a></span><span data-reactid="393"><!-- react-text: 394 -->, <!-- /react-text --><a href="http://981thehawk.com/category/outdoors/" data-reactid="395">Outdoors</a></span></div></div><div class="comments-wrapper" data-reactid="396"><div class="comments" data-reactid="397"><div data-reactid="398"><span class="icon-comments" data-reactid="399"></span><i data-reactid="400">Comments</i><span class="fb-comments-count" data-href="http://981thehawk.com/citizen-preparedness-training-at-the-great-new-york-state-fair/" data-reactid="401"></span><span class="icon-triangle-down" data-reactid="402"></span></div><div class="cto" data-reactid="403">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="404"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="405">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="406"><div class="aside-inside" data-reactid="407"><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-89" data-reactid="408"><div class="wrapper clearfix" data-reactid="409"><div class="fix_sidebar_marker" data-reactid="410"></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-1083" data-reactid="411"><header data-reactid="412"><h2 data-reactid="413"><span class="title-container" data-reactid="414">Hot on Hawk</span><!-- react-text: 415 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="416"><section id="ts_blogroll-1083" class="blogroll carousel slider dl align-right" data-reactid="417"><div class="slider blogroll-items" data-reactid="418"><div class="sizer" data-reactid="419"></div><div class="mover slide" data-reactid="420"><article class="item title-over-image" data-reactid="421"><figure class="frameme" data-reactid="422"><a class="theframe" data-image="http://981thehawk.com/files/2018/02/10156036_787989211226009_4459089700331122607_n-e1518706655833.jpg" href="http://981thehawk.com/an-open-letter-to-my-husband-on-his-30th-birthday/" rel="" title="An Open Letter to My Husband, on His 30th Birthday" data-reactid="423"></a><div class="loadinganim showbox" id="0" data-reactid="424"><div class="loader" style="width:30px;height:30px;" data-reactid="425"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="426"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="427"></circle></svg></div></div></figure><div class="content" data-reactid="428"><a href="http://981thehawk.com/an-open-letter-to-my-husband-on-his-30th-birthday/" title="An Open Letter to My Husband, on His 30th Birthday" class="title" data-reactid="429">An Open Letter to My Husband, on His 30th Birthday</a></div></article></div><div class="previous icon-arrow-thin-left arrow icon-base round always-visible" title="Previous" data-reactid="430"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="431"></div></div></section></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-712" data-reactid="432"><div class="wrapper clearfix" data-reactid="433"><div class="widget-content" data-reactid="434"><div class="tsm-ad tsm-ad-300" data-reactid="435"><div id="tsm-ad-300a" data-reactid="436"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-675" data-reactid="437"><div class="wrapper clearfix" data-reactid="438"><div class="widget-content" data-reactid="439"><div data-reactid="440"><form method="post" class="newsletter-frame clearfix" data-reactid="441"><div class="content clearfix" data-reactid="442"><p class="title" data-reactid="443">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="444"><div class="vertical-centered" data-reactid="445"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="446"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="447"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-1084" data-reactid="448"><header data-reactid="449"><h2 data-reactid="450"><span class="title-container" data-reactid="451">Latest Articles</span></h2></header><div class="wrapper clearfix" data-reactid="452"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="453"><div class="blogroll-inner clearfix" data-reactid="454"><article class="" data-reactid="455"><figure class="frameme" data-reactid="456"><a class="theframe" data-image="http://981thehawk.com/files/2018/02/10156036_787989211226009_4459089700331122607_n-e1518706655833.jpg" href="http://981thehawk.com/an-open-letter-to-my-husband-on-his-30th-birthday/" rel="" title="An Open Letter to My Husband, on His 30th Birthday" data-reactid="457"></a><div class="loadinganim showbox" id="0" data-reactid="458"><div class="loader" style="width:30px;height:30px;" data-reactid="459"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="460"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="461"></circle></svg></div></div></figure><div class="content" data-reactid="462"><a href="http://981thehawk.com/an-open-letter-to-my-husband-on-his-30th-birthday/" title="An Open Letter to My Husband, on His 30th Birthday" class="title" data-reactid="463">An Open Letter to My Husband, on His 30th Birthday</a></div></article><article class="" data-reactid="464"><figure class="frameme" data-reactid="465"><a class="theframe" data-image="http://popcrush.com/files/2017/05/Scared.jpg" href="http://981thehawk.com/going-on-a-blind-date-is-just-like-skydiving/" rel="" title="Going on a Blind Date is Just Like Skydiving" data-reactid="466"></a><div class="loadinganim showbox" id="0" data-reactid="467"><div class="loader" style="width:30px;height:30px;" data-reactid="468"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="469"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="470"></circle></svg></div></div></figure><div class="content" data-reactid="471"><a href="http://981thehawk.com/going-on-a-blind-date-is-just-like-skydiving/" title="Going on a Blind Date is Just Like Skydiving" class="title" data-reactid="472">Going on a Blind Date is Just Like Skydiving</a></div></article><article class="" data-reactid="473"><figure class="frameme" data-reactid="474"><a class="theframe" data-image="http://981thehawk.com/files/2017/12/5111pre_8404e95b03fca05.jpg" href="http://981thehawk.com/someone-stole-my-laundry-detergent/" rel="" title="Someone Stole My Laundry Detergent" data-reactid="475"></a><div class="loadinganim showbox" id="0" data-reactid="476"><div class="loader" style="width:30px;height:30px;" data-reactid="477"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="478"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="479"></circle></svg></div></div></figure><div class="content" data-reactid="480"><a href="http://981thehawk.com/someone-stole-my-laundry-detergent/" title="Someone Stole My Laundry Detergent" class="title" data-reactid="481">Someone Stole My Laundry Detergent</a></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="482"><footer data-reactid="483"><div class="links clearfix" data-reactid="484"><div class="logo" data-reactid="485"></div><div class="details" data-reactid="486"><h2 data-reactid="487">Information</h2><ul data-reactid="488"><li data-reactid="489"><a title="Taste Of Country Network" class="" data-reactid="490">Taste Of Country Network</a></li><li data-reactid="491"><a title="EEO" href="/eeo/" class="" data-reactid="492">EEO</a></li><li data-reactid="493"><a title="Advertise" href="/advertise/" class="" data-reactid="494">Advertise</a></li><li data-reactid="495"><a title="Public File" href="/whwk-public-file/" class="" data-reactid="496">Public File</a></li><li data-reactid="497"><a title="Terms" href="/terms/" class="" data-reactid="498">Terms</a></li><li data-reactid="499"><a title="VIP Terms" href="/vip-terms/" class="" data-reactid="500">VIP Terms</a></li><li data-reactid="501"><a title="FAQ" href="/vip-faq/" class="" data-reactid="502">FAQ</a></li><li data-reactid="503"><a title="Contest Rules" href="/contest-rules/" class="" data-reactid="504">Contest Rules</a></li><li data-reactid="505"><a title="Privacy Policy (Updated: 8/31/17)" href="/privacy/" class="" data-reactid="506">Privacy Policy (Updated: 8/31/17)</a></li><li data-reactid="507"><a title="Contact" href="/help/" class="" data-reactid="508">Contact</a></li><li data-reactid="509"><a href="http://townsquaremediagroup.com/" class="" data-reactid="510"></a></li><li data-reactid="511"><a title="Binghamton Business Listings" href="/binghamton-featured-business-listings/" class="" data-reactid="512">Binghamton Business Listings</a></li></ul></div><div class="social-links" data-reactid="513"><h2 data-reactid="514">Follow Us</h2><ul data-reactid="515"><li class="social" data-reactid="516"><a class="share_link youtube" href="https://www.youtube.com/user/981thehawk" target="_blank" data-social="youtube" data-reactid="517"><span class="icon-youtube" data-reactid="518"></span></a></li><li class="social" data-reactid="519"><a class="share_link facebook" href="http://www.facebook.com/98.1TheHawk" target="_blank" data-social="facebook" data-reactid="520"><span class="icon-facebook" data-reactid="521"></span></a></li><li class="social" data-reactid="522"><a class="share_link twitter" href="https://twitter.com/981TheHawk" target="_blank" data-social="twitter" data-reactid="523"><span class="icon-twitter" data-reactid="524"></span></a></li></ul></div></div><div class="legal" data-reactid="525"><!-- react-text: 526 -->2018<!-- /react-text --><!-- react-text: 527 --> <!-- /react-text --><!-- react-text: 528 -->98.1 The Hawk<!-- /react-text --><!-- react-text: 529 --> is part of the Taste Of Country Network<!-- /react-text --><!-- react-text: 530 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="531"><!-- react-empty: 532 --><div id="bottom-not-ads" data-reactid="533"><div class="tsm-ad tsm-ad-728" data-reactid="534"><div id="tsm-ad-728b" data-reactid="535"><!-- dynamic ad --></div></div></div><div data-reactid="536"></div></section></div></div></div>
          <script>
            window.__INITIAL_STATE__ = {"gallery":{},"internalads":{},"json":{"response":{"options":{"method":"get_single","adPageType":"post","mediaType":"none","loyalty_restricted":false,"methodSubType":null,"blogId":498,"postId":300099,"url":"/citizen-preparedness-training-at-the-great-new-york-state-fair/","unfriendlyRequestUrl":"/citizen-preparedness-training-at-the-great-new-york-state-fair/","requestUrl":"/citizen-preparedness-training-at-the-great-new-york-state-fair/","blogOptions":{"aioseop_options":{"aiosp_can":"on","aiosp_donate":null,"aiosp_home_title":"98.1 The Hawk – Binghamton\\'s #1 For New Country – Binghamton Country Radio","aiosp_home_description":"98.1 The Hawk radio plays the best country music in Binghamton, New York.","aiosp_home_keywords":"98.1 the hawk binghamton, binghamton 98.1 the hawk, country radio binghamton, binghamton country radio, country music binghamton, binghamton country music","aiosp_max_words_excerpt":null,"aiosp_rewrite_titles":"on","aiosp_post_title_format":"%post_title% ","aiosp_page_title_format":"%page_title% - %blog_title%","aiosp_category_title_format":"%category_title% - %blog_title%","aiosp_archive_title_format":"%date% - %blog_title%","aiosp_tag_title_format":"%tag% - %blog_title%","aiosp_search_title_format":"%search% - %blog_title%","aiosp_description_format":"%description%","aiosp_404_title_format":"Nothing found for %request_words%","aiosp_paged_format":" - Part %page%","aiosp_use_categories":null,"aiosp_dynamic_postspage_keywords":null,"aiosp_category_noindex":null,"aiosp_archive_noindex":null,"aiosp_tags_noindex":null,"aiosp_cap_cats":"on","aiosp_generate_descriptions":"on","aiosp_debug_info":null,"aiosp_post_meta_tags":"","aiosp_page_meta_tags":"","aiosp_home_meta_tags":"","aiosp_enabled":"1","aiosp_use_tags_as_keywords":null,"aiosp_do_log":null,"aiosp_ex_pages":""},"blogdescription":"Today&#039;s Hot New Country","blogname":"98.1 The Hawk","carbonUiUpdateCounter":"4","design_option_live":{"page_bg":"FF1B1B1B","page_head_bg":"01000000","primary_bg":"FFFFFFFF","secondary_bg":"FFFFFFFF","mdl_head_bg":"FF222222","main_nav_hue":"FFFFFFFF","nav_hover_hue":"FFFF6300","primary_hue":"FF1B1B1B","secondary_hue":"FF1A1A1A","primary_head_hue":"FF313131","secondary_head_hue":"FF2B2B2B","primary_active_hue":"FF0C80A7","secondary_active_hue":"FF0B80A1","accent_hue":"FF0C80A7","header_link_hue":"FFFFFFFF","footer_link_hue":"FFFFFFFF","primary_mdl_bg":"FFCCCACB","primary_mdl_hue":"FF1D1D1D","secondary_mdl_bg":"25777777","secondary_mdl_hue":"FF2B2B2B","standout_bg":"FFFF6203","mobile_primary_color":"FF0C80A7","mobile_secondary_color":"FFFF6203","iv_primary_color":"FF3E90C2","iv_secondary_color":"FF0C80A7","iv_tertiary_color":"FFFD6322","iv_html_color":"FF260708","iv_container_color":"FFFFFFFF","iv_html_bg":"","iv_body_bg":"","iv_logo":"","iv_logo_trim":"","carbon_logo_bg":"80000000","carbon_showticker_bg":"80000000","events_app_primary_color":"FF0C80A7","events_app_secondary_color":"FF0B80A1","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://981thehawk.com/files/2017/11/whwkfm-bg.jpg","carbon_logo_img":"http://981thehawk.com/files/2017/11/whwkfm-logo.png","carbon_promo_bg_img":"http://981thehawk.com/files/2017/11/whwkfm-promo.jpg","page_img":"http://whwk.production.townsquareblogs.com/files/2012/08/1x1.gif","body_img":"http://981thehawk.com/files/2013/05/10813-KKYR.jpg","square_logo_img":"","logo_img":"http://981thehawk.com/files/2016/02/Logo-Header1.png","logo_img_trim":"http://981thehawk.com/files/2013/07/the-98.1-hawk.png","logo_img_light":"","logo_img_dark":"","header_img":"http://981thehawk.com/files/2013/07/the-98.1-hawk.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 - 98.1 The Hawk","ID":"0","designer":"Steve Frost","comment":"Generated by the Flavor to Design export script","action":"edit","editor":"Stephen Alba","editorID":2190306,"siteID":"498","timestamp":1510866388,"status":"active","properties":{"iv_html_bg":{"background-repeat":"","background-attachment":"","background-size":""},"carbon_body_img":{"background-repeat":"","background-attachment":"","background-size":""}}},"disable_mobile_ads":"","enableAppNexusWrapper":"1","enableBelowGalleryEndcard":"1","enableInGalleryEndcard":"1","enable_chartbeat":"","exclude_bottom_banner":"","exclude_top_banner":"","FacebookCommentsOptions":{"moderator_userids":"100002025987268, 100003275121643","moderator_appid":"344817588936522","colorscheme":"","show_like":"yes","show_comments":"yes","show_commentscount":"no","action":"like"},"facebook_app":{"id":"344817588936522","fanpage":"http://www.facebook.com/98.1TheHawk","plugins":{"facebook-authentication":1,"facebook-like-button":1}},"google_ads_dfp6_template_ads":{"top-728x90":"1","bottom-728x90":"1","mid-top-300x250":"1","mid-bottom-300x250":"1","tsm-out-of-page":"1","tsm-2x2":"0","top-right-noflex-300x250":"1","maintop-300x250":"1","middle-right-300x250":"1","bottom-right-300x250":"1","photogallery-300x250":"1","photogallery-728x90":"1","in-between-article-728":"1","dynamic-ad-custom":"1","dynamic-ad-header":"1","dynamic-ad-push":"1","top-right-300x250":"1"},"iq_weather_page_sponsor_city_name":"Binghamton","iq_weather_page_sponsor_zip_code":"13901","onlyhome_pushdown":"","onlyhome_topbanner":"","posts_per_page":"14","radio_players_wo_stream_id":"3535","sailthru_list_default":"WHWK Master List","site_template_theme_meta":{"template-tone":"1","listen-live-bar":"block","sidebar-widgets-header":"clear","blogroll-image-size":"cropped","next-page-offset":"13"},"social_overlay":{"active":"1","text":"Sign up to have exclusive Hawk Country Club contests, events, coupons, presales, and much more delivered to you for FREE.","colors":{"background-color":"#d7dcbc","color":"#000000"},"wrapper":{"divider":"#000000","button":"#000000","button-font":"#ffffff"},"logo":"http://981thehawk.com/files/2015/05/WHWK-oval-color-logo-smaller-no-background.png"},"timezone_string":"America/New_York","townsquare_ad_version":"dfp6","ts-templates-carbon-homepage-id":"308559","ts-templates-homepage-id":"22808","ts-templates-mobile-homepage-id":"22808","tsc_category_sidebars":{},"_station_info":{"sitetype":"Local","market":"Binghamton","genre":{"0":"country"},"callsign":"WHWKFM","callletters":"WHWK","legalname":"98.1 The Hawk","siteclassification":"","street":"59 Court Street ","street-2":"","city":"Binghamton","state":"NY","zip":"13901","phone":"607-772-8400","helpline":"607-743-0286","studioline":"607-720-9801","officeline":"607-772-8400","officehours":"8am to 5pm Monday - Friday","email":"randy.horton@townsquaremedia.com","tipus-email":"","inquiries-email":"traci.taylor@townsquaremedia.com","advertising-contact":"Barbara Meaney","advertising-email":"Barbara.Meaney@townsquaremedia.com","gm-contact":"Barbara Meaney","gm-email":"Barbara.Meaney@townsquaremedia.com","programming-director-contact":"","programming-director-email":"","digital-managing-editor-contact":"Randy Horton","digital-managing-editor-email":"randy.horton@townsquaremedia.com","digital-sales-manager-contact":"Barbara Meaney","digital-sales-manager-email":"Barbara.Meaney@townsquaremedia.com","mobile-app-feedback-email":"ask.981thehawk@townsquaredigital.com","mobile-app-media-submission-email":"media.submit.981thehawk@townsquaredigital.com","public-record-administrator-name":"Doug Mosher","public-record-administrator-email":"doug.mosher@townsquaremedia.com","fcc-online-public-file-url":"https://publicfiles.fcc.gov/fm-profile/whwk","feedbackurl":"","biz-list-url":"http://wnbf.com/binghamton-featured-business-listings/","amazon_affiliate":"","yieldmo_placement":"","jwplayer":"","twitter_handle":"981TheHawk","youtube_handle":"981thehawk","youtube_channel_id":"UCkhyXMyITylO3xLqlt9Wa1w","instagram_handle":"98.1thehawk","comscore-label":"Taste Of Country"},"_station_logos":{},"_station_settings":{"default_show_image":""},"_townsquare_user_registration_settings":{"registration-confirmation":"yes","use-short-form":"no","use-captcha":"yes","show-welcome":"yes","disable-registration":"no","javascript-links":"no","profile_language":{"registration":{"lightbox_title":"Sign up for the Hawk Country Club","lightbox_message":"Sign up for an account to comment, share your thoughts, and enter to win great prizes","lightbox_button":"Registration","page_signup_title":"Registration","page_signup_message":"Sign up now for member rewards and benefits! Only your Display Name will be visible to the public.","page_signup_email_subscribe":"Sign me up for email notifications and newsletters!","page_email_confirm_title":"Please Confirm Your Registration.","page_email_confirm_title_error":"Error Confirming Your Registration.","page_email_confirm_message":"We just sent you an email with a confirmation link in it. Click the link and you'll be ready to start leaving comments for your favorite djs.","page_email_confirm_button":"Resend confirmation email."},"profile":{"edit_user_title":"Personal Information","edit_contact_title":"Contact Info","edit_contact_email_subscribe":"I want to receive emails from this radio station.","edit_contact_sms_subscribe":"I want to receive SMS text updates from this radio station."}},"requires-confirmation":"no"},"blogInfo":{"blogId":498,"blogName":"98.1 The Hawk","blogDescription":"Today&#039;s Hot New Country","postTitleFormat":"%post_title% ","timeZone":"America/New_York","market":"Binghamton","activeDomain":"981thehawk.com","legalName":"98.1 The Hawk"},"tsiMarkets":"Binghamton"},"globalBlogOptions":{"google_maps_default_api_key":"AIzaSyCcIkjOyxS9DtubyqzLX2Sbancl83fKon4","gtmSiteId":"GTM-K346HJZ","kruxSiteId":"rwjnisqy1","loyalty_title_498":"Hawk Country Club","kruxEnabled":true,"oipEnabled":true},"headers":{"title":[{"textContent":"Citizen Preparedness Training at the New York State Fair"}],"meta":[{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}},{"attrs":{"charset":"UTF-8"}},{"attrs":{"name":"description","content":"Are you prepared in the case of a disaster? The NYS Fair wants to help. It's going on 8/28 and 8/29 and Your first chance it's free."}},{"attrs":{"name":"keywords","content":"when is the new york state fair in 2017. events at the new york state fair, free admission for senior citizens at the new york state fair, do senior citizens get in free at the new york state fair, new york state fair special events, how to be prepared for a disaster in new york state, disaster training in new york state, how to be prepared for a disaster in new york"}},{"attrs":{"property":"fb:app_id","content":"344817588936522"}},{"attrs":{"property":"fb:admins","content":"100002025987268"}},{"attrs":{"property":"fb:admins","content":"100003275121643"}},{"attrs":{"property":"og:title","content":"Citizen Preparedness Training at the New York State Fair"}},{"attrs":{"property":"og:description","content":"Are you prepared in the case of a disaster? The NYS Fair wants to help. It's going on 8/28 and 8/29 and Your first chance it's free."}},{"attrs":{"property":"og:url","content":"http://981thehawk.com/citizen-preparedness-training-at-the-great-new-york-state-fair/"}},{"attrs":{"property":"og:site_name","content":"98.1 The Hawk"}},{"attrs":{"property":"og:type","content":"blog"}},{"attrs":{"property":"og:image","content":"http://981thehawk.com/files/2014/09/470144349.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":"@981TheHawk"}},{"attrs":{"name":"sailthru.description","content":"Are you prepared in the case of a disaster? The NYS Fair wants to help. It's going on 8/28 and 8/29 and Your first chance it's free."}},{"attrs":{"name":"sailthru.date","content":"2017-08-24 05:31:01"}},{"attrs":{"name":"sailthru.title","content":"Citizen Preparedness Training at the Great New York State Fair"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-whwk, tsmmarket-binghamton, tsmtype-local, disaster-preparedness-training-course, great-new-york-state-fair, national-preparedness-month, new-york-state-disaster-preparedness-kit, senior-citizens-day, articles, family-2, hawk-morning-show, health, inspirational, outdoors"}},{"attrs":{"name":"sailthru.author","content":"glennpitcher"}},{"attrs":{"name":"sailthru.image.full","content":"http://981thehawk.com/files/2014/09/470144349.jpg"}},{"attrs":{"name":"sailthru.image.thumb","content":"http://981thehawk.com/files/2014/09/470144349.jpg"}},{"attrs":{"property":"fb:pages","content":"90153691157"}},{"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":"98.1 The Hawk » Feed","href":"http://981thehawk.com/feed/"}},{"attrs":{"rel":"profile","href":"http://gmpg.org/xfn/11"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"98.1 The Hawk » Citizen Preparedness Training at the Great New York State Fair Comments Feed","href":"http://981thehawk.com/citizen-preparedness-training-at-the-great-new-york-state-fair/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://981thehawk.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"Celebrate Golden Nuggets of Deliciousness at Windsor Corn Festival","href":"http://981thehawk.com/celebrate-golden-nuggets-of-deliciousness-at-windsor-corn-festival/"}},{"attrs":{"rel":"next","title":"Binghamton Detours Cause Downtown Gridlock","href":"http://981thehawk.com/binghamton-detours-cause-downtown-gridlock/"}},{"attrs":{"rel":"shortlink","href":"http://981thehawk.com/?p=300099"}},{"attrs":{"rel":"canonical","href":"http://981thehawk.com/citizen-preparedness-training-at-the-great-new-york-state-fair/"}}],"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":"6bbCpXgMFCjGJrBVMZTUsTxT","enableOpenx":false,"enableKiosked":false,"enableKioskedMobile":false,"enableSonobi":true,"sonobiScript":"","zergnetId":"59481","enableYieldbot":false},"scriptVars":{"dfp":{"activeSlots":["tsm-out-of-page","top-right-300x250","middle-right-300x250","bottom-right-300x250","dynamic-ad-custom","dynamic-ad-header","dynamic-ad-push","top-728x90","bottom-728x90","mid-top-300x250","mid-bottom-300x250","top-right-noflex-300x250"],"adPageSettings":{"attrs":{"catid":["articles","family-2","hawk-morning-show","health","inspirational","outdoors"],"tags":["disaster-preparedness-training-course","great-new-york-state-fair","national-preparedness-month","new-york-state-disaster-preparedness-kit","senior-citizens-day"],"id":"citizen-preparedness-training-at-the-great-new-york-state-fair","author":"glennpitcher","kw":["glennpitcher","citizen-preparedness-training-at-the-great-new-york-state-fair","articles","family-2","hawk-morning-show","health","inspirational","outdoors","disaster-preparedness-training-course","great-new-york-state-fair","national-preparedness-month","new-york-state-disaster-preparedness-kit","senior-citizens-day","pagetype-post"],"genre":["country"],"device":"web","kv":[]}},"mobileActiveSlots":["ads-expand-down","ads-expand","ads-prestitial","ads-top-right","ads-bottom-right","ads-top-leaderboard","ads-bottom-leaderboard","ads-mid-top","ads-mid-bottom"],"dfp6":true},"revision":"6d60b88d625cab0c3523277e8de598598b1a5c9a"},"activeDomain":"981thehawk.com","authLoginFormNonce":"583afa6539","authRegFormNonce":"72906af534","ga":{"ids":{"primary":"UA-33424178-2","secondary":["UA-19109753-1","UA-33424178-5","UA-28825804-2","UA-45260060-2"],"all":["UA-33424178-2","UA-19109753-1","UA-33424178-5","UA-28825804-2","UA-45260060-2"]}},"tsmStatic":{"revision":"4911d95e0898b139b595eb65188214cf422adc5b"},"isGallery":false,"userRegistrationSettings":{"disable-registration":"no"},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":300099,"postAuthor":720531,"postDate":"2017-08-24T10:31:01.000Z","postDateGmt":"2017-08-24T09:31:01.000Z","postTitle":"Citizen Preparedness Training at the Great New York State Fair","postExcerpt":"Are you prepared in the case of a disaster? The Great New York State Fair wants to help. It's going on today and the best part is it's free.","postStatus":"publish","commentStatus":"open","postPassword":"","postName":"citizen-preparedness-training-at-the-great-new-york-state-fair","toPing":"","pinged":"","postModified":"2017-08-29T10:29:53.000Z","postModifiedGmt":"2017-08-29T09:29:53.000Z","postContentFiltered":"","postParent":0,"guid":"http://981thehawk.com/?p=300099","menuOrder":0,"postType":"post","postMimeType":"","commentCount":0,"postDateGmtStr":"2017-08-24 09:31:01.000+0000","postModifiedGmtStr":"2017-08-29 09:29:53.000+0000","meta":{}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"Citizen Preparedness Training at the Great New York State Fair ","next":{"latest":[{"postId":300761,"documentUrl":"/new-activities-and-events-at-the-great-new-york-state-fair/","filterUrl":"/rest/carbon/filter/main/new-activities-and-events-at-the-great-new-york-state-fair/","sortDate":"2017-08-23 04:55:01.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":300615,"documentUrl":"/great-new-york-state-fair-total-solar-eclipse-admission-sale/","filterUrl":"/rest/carbon/filter/main/great-new-york-state-fair-total-solar-eclipse-admission-sale/","sortDate":"2017-08-21 09:20:47.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":297031,"documentUrl":"/the-new-york-state-fair-announces-new-drone-video-competition/","filterUrl":"/rest/carbon/filter/main/the-new-york-state-fair-announces-new-drone-video-competition/","sortDate":"2017-07-10 09:01:40.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":296744,"documentUrl":"/you-could-sing-the-national-anthem-at-the-new-york-state-fair-2/","filterUrl":"/rest/carbon/filter/main/you-could-sing-the-national-anthem-at-the-new-york-state-fair-2/","sortDate":"2017-07-06 05:13:34.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":292158,"documentUrl":"/leann-rimes-coming-to-chevy-court-at-the-great-new-york-state-fair/","filterUrl":"/rest/carbon/filter/main/leann-rimes-coming-to-chevy-court-at-the-great-new-york-state-fair/","sortDate":"2017-05-17 08:45:12.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":291146,"documentUrl":"/the-circus-is-coming-to-the-new-york-state-fair/","filterUrl":"/rest/carbon/filter/main/the-circus-is-coming-to-the-new-york-state-fair/","sortDate":"2017-05-08 09:45:05.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":287925,"documentUrl":"/no-25-cents-milk-at-nys-fair/","filterUrl":"/rest/carbon/filter/main/no-25-cents-milk-at-nys-fair/","sortDate":"2017-04-05 09:41:42.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":283949,"documentUrl":"/the-taste-ny-food-truck-competition-expands-at-nys-fair/","filterUrl":"/rest/carbon/filter/main/the-taste-ny-food-truck-competition-expands-at-nys-fair/","sortDate":"2017-02-22 10:11:02.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":276169,"documentUrl":"/find-your-great-deal-with-the-great-new-york-state-fair-today/","filterUrl":"/rest/carbon/filter/main/find-your-great-deal-with-the-great-new-york-state-fair-today/","sortDate":"2016-11-28 06:35:49.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":267381,"documentUrl":"/2016-great-new-york-state-fair-sets-attendance-record/","filterUrl":"/rest/carbon/filter/main/2016-great-new-york-state-fair-sets-attendance-record/","sortDate":"2016-09-06 05:28:39.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"}],"taxonomy":[{"postId":300761,"documentUrl":"/new-activities-and-events-at-the-great-new-york-state-fair/","filterUrl":"/rest/carbon/filter/main/new-activities-and-events-at-the-great-new-york-state-fair/","sortDate":"2017-08-23 04:55:01.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":300615,"documentUrl":"/great-new-york-state-fair-total-solar-eclipse-admission-sale/","filterUrl":"/rest/carbon/filter/main/great-new-york-state-fair-total-solar-eclipse-admission-sale/","sortDate":"2017-08-21 09:20:47.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":297031,"documentUrl":"/the-new-york-state-fair-announces-new-drone-video-competition/","filterUrl":"/rest/carbon/filter/main/the-new-york-state-fair-announces-new-drone-video-competition/","sortDate":"2017-07-10 09:01:40.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":296744,"documentUrl":"/you-could-sing-the-national-anthem-at-the-new-york-state-fair-2/","filterUrl":"/rest/carbon/filter/main/you-could-sing-the-national-anthem-at-the-new-york-state-fair-2/","sortDate":"2017-07-06 05:13:34.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":292158,"documentUrl":"/leann-rimes-coming-to-chevy-court-at-the-great-new-york-state-fair/","filterUrl":"/rest/carbon/filter/main/leann-rimes-coming-to-chevy-court-at-the-great-new-york-state-fair/","sortDate":"2017-05-17 08:45:12.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":291146,"documentUrl":"/the-circus-is-coming-to-the-new-york-state-fair/","filterUrl":"/rest/carbon/filter/main/the-circus-is-coming-to-the-new-york-state-fair/","sortDate":"2017-05-08 09:45:05.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":287925,"documentUrl":"/no-25-cents-milk-at-nys-fair/","filterUrl":"/rest/carbon/filter/main/no-25-cents-milk-at-nys-fair/","sortDate":"2017-04-05 09:41:42.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":283949,"documentUrl":"/the-taste-ny-food-truck-competition-expands-at-nys-fair/","filterUrl":"/rest/carbon/filter/main/the-taste-ny-food-truck-competition-expands-at-nys-fair/","sortDate":"2017-02-22 10:11:02.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":276169,"documentUrl":"/find-your-great-deal-with-the-great-new-york-state-fair-today/","filterUrl":"/rest/carbon/filter/main/find-your-great-deal-with-the-great-new-york-state-fair-today/","sortDate":"2016-11-28 06:35:49.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":267381,"documentUrl":"/2016-great-new-york-state-fair-sets-attendance-record/","filterUrl":"/rest/carbon/filter/main/2016-great-new-york-state-fair-sets-attendance-record/","sortDate":"2016-09-06 05:28:39.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"}]},"cadata":{"activeDomain":"981thehawk.com","blogId":498,"method":"get_single","postId":300099,"postType":"post","postDateGmt":"2017-08-24 09:31:01.000+0000"},"env":"production"},"structure":{"data":["header","maintop","main","mainads","mainbottom","side","nav"],"dataDetails":{"header":["header-sidebar"],"maintop":[],"main":["carbonsidebar/single"],"mainads":["carbonsidebar/mainads"],"mainbottom":["single-post-bottom","carbonsidebar/facebookComment"],"side":["carbon-post-sidebar"],"nav":["carbonsidebar/nav/blueiv","carbonsidebar/nav/main","carbonsidebar/nav/promo_links","carbonsidebar/nav/footer"]}},"sidebars":{"data":["header-sidebar","carbonsidebar/single","carbonsidebar/mainads","single-post-bottom","carbonsidebar/facebookComment","carbon-post-sidebar","carbonsidebar/nav/blueiv","carbonsidebar/nav/main","carbonsidebar/nav/promo_links","carbonsidebar/nav/footer"],"dataDetails":{"header-sidebar":{"widgets":["promotion-33","widget_listen_live-230","widget_onair-195"],"widgetDetails":{"promotion-33":{"widgetInfo":{"id":"promotion-33","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"33"},"widgetParams":{"title":"#1 FOR NEW COUNTRY","type":"single","subtype":"","widgetTime":7}},"widget_listen_live-230":{"widgetInfo":{"id":"widget_listen_live-230","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"230"},"widgetParams":{"title":"Listen Now","widgetTime":9}},"widget_onair-195":{"widgetInfo":{"id":"widget_onair-195","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"195"},"widgetParams":{"title":"On Air","widgetTime":19}}}},"carbonsidebar/single":{"widgets":["carbonwidget/single-1"],"widgetDetails":{"carbonwidget/single-1":{"widgetInfo":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"widgetParams":{"mainAuthor":{"id":720531,"slug":"glennpitcher","name":"Glenn","first_name":"Glenn","last_name":"Pitcher","nickname":"Pitchman","description":"I was born and raised in Warren Center, PA and still call it home even though I live in Chenango Bridge now. My goal in life is to be the Grand Marshal in the Warren Center Field Days parade. I have three kids- Devon, Riley, and Tara. I've been at 98.1 the Hawk since 1996 and I have been on the Hawk morning show since 2000.  Honestly, I couldn't imagine doing anything else! God, Chinese buffets, golf, pinball, and baketball officiating are my passions. I find golf frustrating, but I love it which is the story of my life on a lot of things.","thumbnail":"http://981thehawk.com/files/2013/10/gp.jpg","url":"http://981thehawk.com/author/glennpitcher/"},"firstCategoryName":"Articles","postType":"post","postTitle":"Citizen Preparedness Training at the Great New York State Fair","widgetTime":786}}}},"carbonsidebar/mainads":{"widgets":["carbonwidget/top-728x90","carbonwidget/dynamic-ad-custom","carbonwidget/dynamic-ad-header","carbonwidget/dynamic-ad-push","carbonwidget/tsm-out-of-page","carbonwidget/bottom-728x90"],"widgetDetails":{"carbonwidget/top-728x90":{"widgetInfo":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"top-728x90","widgetTime":3}},"carbonwidget/dynamic-ad-custom":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-custom","widgetTime":3}},"carbonwidget/dynamic-ad-header":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-header","widgetTime":3}},"carbonwidget/dynamic-ad-push":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-push","widgetTime":3}},"carbonwidget/tsm-out-of-page":{"widgetInfo":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"tsm-out-of-page","widgetTime":2}},"carbonwidget/bottom-728x90":{"widgetInfo":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"bottom-728x90","widgetTime":2}}}},"single-post-bottom":{"widgets":["ts_blogroll-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 98.1 The Hawk","type":"main_content_thumb_title_roll","cat":"48,2325,1","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0}},"widget_third_party_content-2":{"widgetInfo":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"widgetParams":{"type":"zergnet","title":"Recommended For You","id":"39620","placement":"","targettype":"","mode":"","widgetTime":3}},"widget_third_party_content-3":{"widgetInfo":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"widgetParams":{"type":"zergnet","title":"Best Of The Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":3}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["fix_sidebar_marker-89","ts_blogroll-1083","google-ads-widget-712","tsq_sailthru_newsletter_widget-675","ts_blogroll-1084"],"widgetDetails":{"fix_sidebar_marker-89":{"widgetInfo":{"id":"fix_sidebar_marker-89","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"89"},"widgetParams":{"title":"Fix Sidebar Marker","widgetTime":2}},"ts_blogroll-1083":{"widgetInfo":{"id":"ts_blogroll-1083","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1083"},"widgetParams":{"title":"Hot on Hawk","type":"carousel","isweather":"1","cat":"7407","posts_per_page":"4","align":"right","pinned_id":"","pinned_label":"","tag":"Hot","private_tag":"Hot","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0,"author":""}},"google-ads-widget-712":{"widgetInfo":{"id":"google-ads-widget-712","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"712"},"widgetParams":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":2}},"tsq_sailthru_newsletter_widget-675":{"widgetInfo":{"id":"tsq_sailthru_newsletter_widget-675","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"675"},"widgetParams":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["WHWK Master List"],"widgetTime":2}},"ts_blogroll-1084":{"widgetInfo":{"id":"ts_blogroll-1084","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1084"},"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":{"promotion-33":{"info":{"id":"promotion-33","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"33"},"params":{"title":"#1 FOR NEW COUNTRY","type":"single","subtype":"","widgetTime":7},"data":[0],"dataDetails":{"0":{"image":"","description":"","link_url":"#","link_label":"","link_target":"_self"}}},"widget_listen_live-230":{"info":{"id":"widget_listen_live-230","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"230"},"params":{"title":"Listen Now","widgetTime":9},"data":[80462],"dataDetails":{"80462":{"postId":80462,"title":"Listen Now","label":"Click to view the latest song playing on air.","url":"/listen-live/","mobileId":"18801","playerMode":"radio","sid":"3054","callsign":"WHWKFM","woMobileId":"4994","woStreamId":"3535","activePlayer":"wo","listenLivePageUrl":"http://player.streamtheworld.com/_players/townsquaremedia/runspotv3/?sid=3054&redirect=http://player.listenlive.co/18801","html5ScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/html5/stwplayer.php?callsign=WHWKFM&primaryColor=0x00bfff&playermode=radio&sid=3054&width=630","flashScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/stwplayer.php?callsign=WHWKFM&primaryColor=0x00bfff&playermode=radio&timeshift=false&radiopup=true&playerAdState=0&popout=false&width=630","wo_player_url":"http://v6.player.abacast.net/4994","wo_recent_api_url":"http://api.nowplaying.abacast.net/prt/nowplaying/2/10/3535/nowplaying.json","wo_preroll_url":"http://api.clarity.abacast.com/gateway/getmediavast.php?sid=3535/","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"widget_onair-195":{"info":{"id":"widget_onair-195","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"195"},"params":{"title":"On Air","widgetTime":19},"data":["285713"],"dataDetails":{"285713":{"id":"285713","url":"http://981thehawk.com/show/98-1-the-hawk-music/","title":"98.1 The Hawk Music","wall":"http://981thehawk.com/show/98-1-the-hawk-music/","posts":"http://981thehawk.com/show/98-1-the-hawk-music/posts","mail":"","phone":"607-720-9801","thumbnailId":296760,"thumbnail":"http://981thehawk.com/files/2017/03/Small-Hawk-Logo-for-DJ-on-Web.jpg","authors":[{"id":2069527,"user_nicename":"981hawk","display_name":"98.1 The Hawk"}]}}},"carbonwidget/single-1":{"info":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"params":{"mainAuthor":{"id":720531,"slug":"glennpitcher","name":"Glenn","first_name":"Glenn","last_name":"Pitcher","nickname":"Pitchman","description":"I was born and raised in Warren Center, PA and still call it home even though I live in Chenango Bridge now. My goal in life is to be the Grand Marshal in the Warren Center Field Days parade. I have three kids- Devon, Riley, and Tara. I've been at 98.1 the Hawk since 1996 and I have been on the Hawk morning show since 2000.  Honestly, I couldn't imagine doing anything else! God, Chinese buffets, golf, pinball, and baketball officiating are my passions. I find golf frustrating, but I love it which is the story of my life on a lot of things.","thumbnail":"http://981thehawk.com/files/2013/10/gp.jpg","url":"http://981thehawk.com/author/glennpitcher/"},"firstCategoryName":"Articles","postType":"post","postTitle":"Citizen Preparedness Training at the Great New York State Fair","widgetTime":786},"data":[300099],"dataDetails":{"300099":{"thumbnail":"http://981thehawk.com/files/2014/09/470144349.jpg","caption":"ThinkStock ","excerpt":"Are you prepared in the case of a disaster? The Great New York State Fair wants to help. It's going on today and the best part is it's free.","date":"August 24, 2017 5:31 AM","postDateGmt":"2017-08-24 09:31:01 +0000","postModifiedGmt":"2017-08-29 09:29:53 +0000","title":"Citizen Preparedness Training at the Great New York State Fair","url":"http://981thehawk.com/citizen-preparedness-training-at-the-great-new-york-state-fair/","id":300099,"contentRaw":"[caption id=\"attachment_169108\" align=\"aligncenter\" width=\"630\"]<img class=\"size-medium wp-image-169108\" src=\"http://981thehawk.com/files/2014/09/470144349.jpg?w=300&amp;h=200&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\" alt=\"ThinkStock \" width=\"630\" height=\"420\" /> ThinkStock[/caption]\r\n\r\nBy popular demand, the Disaster Preparedness Training Course has added a third day at the <a href=\"https://nysfair.ny.gov/\" target=\"_blank\">Great New York State Fair</a>. It happens on New Americans’ Day and Senior Citizens’ Days at the Fair, August 25th, 28th and 29th.\r\n\r\nThe New York State Citizen Preparedness Corps Training is a free disaster preparedness course that teach attendees how to prepare for, respond to and recover from natural and man-made disasters and emergencies.\r\n\r\nA free backpack of resources will be provided and you can register on the <a href=\"https://prepare.ny.gov/training-events\" target=\"_blank\">New York State Prepare website</a>. Training will take place from 4 to 6 pm on Friday, August 25th, Monday, August 28th, and Tuesday, August 29th in the Empire Room Restaurant on the Fairgrounds.\r\n\r\nThe Monday and Tuesday trainings are on the same day as the Fair’s Senior Citizens' Days. Those who are sixty years of age and older get free admission with ID. Friday’s training session has been added because of the strong demand from last year’s Fair.\r\n\r\nThis kicks off National Preparedness Month and it happens in September to increase public awareness about emergencies. It focuses on things we can do before a disaster happens.\r\n\r\nThis year’s National Preparedness Month theme is “Disasters Don’t Plan Ahead. You Can.” Every week in September, there will be a focus on a different type of disaster – flood, wildfire, hurricane, and power outages.\r\n\r\nYou'll be taught how to properly prepare for any disaster, including developing a family emergency plan and stocking up on emergency supplies. You'll also get a free New York State Disaster Preparedness Kit (one per family) <a href=\"https://prepare.ny.gov/preparedness-kits\" target=\"_blank\">containing key items</a> to assist you in the aftermath of a disaster.\r\n\r\nThe state training and kits will help all of us in New York to be the most-trained and best-prepared citizens in the country. The New York State Fair runs from August 23rd to September 4th.\r\n\r\n[via<a href=\"https://nysfair.ny.gov/\" target=\"_blank\"> Great New York State Fair</a>]","content":"\n<figure id=\"attachment_169108\" class=\"content-post-image aligncenter\"><span class=\"image-frame\"><noscript><img src=\"http://981thehawk.com/files/2014/09/470144349.jpg?w=300&amp;h=200&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\"></noscript>\n<img class=\"size-medium wp-image-169108 lazy\" src=\"//s3.amazonaws.com/tsm-images/global/1x1.gif\" alt=\"ThinkStock \" data-width=\"630\" data-height=\"420\" data-type=\"post\" datasrc=\"http://981thehawk.com/files/2014/09/470144349.jpg?w=300&amp;h=200&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\"></span><figcaption>ThinkStock</figcaption></figure><p>By popular demand, the Disaster Preparedness Training Course has added a third day at the <a href=\"https://nysfair.ny.gov/\" target=\"_blank\">Great New York State Fair</a>. It happens on New Americans’ Day and Senior Citizens’ Days at the Fair, August 25th, 28th and 29th.</p>\n<p>The New York State Citizen Preparedness Corps Training is a free disaster preparedness course that teach attendees how to prepare for, respond to and recover from natural and man-made disasters and emergencies.</p>\n<p>A free backpack of resources will be provided and you can register on the <a href=\"https://prepare.ny.gov/training-events\" target=\"_blank\">New York State Prepare website</a>. Training will take place from 4 to 6 pm on Friday, August 25th, Monday, August 28th, and Tuesday, August 29th in the Empire Room Restaurant on the Fairgrounds.</p>\n<p>The Monday and Tuesday trainings are on the same day as the Fair’s Senior Citizens’ Days. Those who are sixty years of age and older get free admission with ID. Friday’s training session has been added because of the strong demand from last year’s Fair.</p>\n<p>This kicks off National Preparedness Month and it happens in September to increase public awareness about emergencies. It focuses on things we can do before a disaster happens.</p>\n<p>This year’s National Preparedness Month theme is “Disasters Don’t Plan Ahead. You Can.” Every week in September, there will be a focus on a different type of disaster – flood, wildfire, hurricane, and power outages.</p>\n<p>You’ll be taught how to properly prepare for any disaster, including developing a family emergency plan and stocking up on emergency supplies. You’ll also get a free New York State Disaster Preparedness Kit (one per family) <a href=\"https://prepare.ny.gov/preparedness-kits\" target=\"_blank\">containing key items</a> to assist you in the aftermath of a disaster.</p>\n<p>The state training and kits will help all of us in New York to be the most-trained and best-prepared citizens in the country. The New York State Fair runs from August 23rd to September 4th.</p>\n<p>[via<a href=\"https://nysfair.ny.gov/\" target=\"_blank\"> Great New York State Fair</a>]</p>\n","postType":"post","wpVersion":"","alternateMetaForBlogroll":{"title":"Citizen Preparedness Training at the Great New York State Fair","excerpt":"Are you prepared in the case of a disaster? The Great New York State Fair wants to help. It's going on today and the best part is it's free.","post_excerpt":"Are you prepared in the case of a disaster? The Great New York State Fair wants to help. It's going on today and the best part is it's free.","post_more_excerpt":"<p>Are you prepared in the case of a disaster? The Great New York State Fair wants to help. It's going on today and the best part is it's free.\n<p class=\"more_act\"><a href=\"http://981thehawk.com/citizen-preparedness-training-at-the-great-new-york-state-fair/\" title=\"Citizen Preparedness Training at the Great New York State Fair\">Read More</a></p>\n","permalink":"http://981thehawk.com/citizen-preparedness-training-at-the-great-new-york-state-fair/","image":{"id":169108,"url":"http://981thehawk.com/files/2014/09/470144349.jpg","caption":"ThinkStock "}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":false},"tags":[{"id":7030,"slug":"disaster-preparedness-training-course","title":"Disaster Preparedness Training Course","description":"","post_count":1,"link_url":"http://981thehawk.com/tags/disaster-preparedness-training-course/","feed_url":"http://981thehawk.com/tags/disaster-preparedness-training-course/feed/","term_taxonomy_id":6853,"object_id":0},{"id":3786,"slug":"great-new-york-state-fair","title":"Great New York State Fair","description":"","post_count":23,"link_url":"http://981thehawk.com/tags/great-new-york-state-fair/","feed_url":"http://981thehawk.com/tags/great-new-york-state-fair/feed/","term_taxonomy_id":3648,"object_id":0},{"id":7029,"slug":"national-preparedness-month","title":"National Preparedness Month","description":"","post_count":1,"link_url":"http://981thehawk.com/tags/national-preparedness-month/","feed_url":"http://981thehawk.com/tags/national-preparedness-month/feed/","term_taxonomy_id":6852,"object_id":0},{"id":7028,"slug":"new-york-state-disaster-preparedness-kit","title":"New York State Disaster Preparedness Kit","description":"","post_count":1,"link_url":"http://981thehawk.com/tags/new-york-state-disaster-preparedness-kit/","feed_url":"http://981thehawk.com/tags/new-york-state-disaster-preparedness-kit/feed/","term_taxonomy_id":6851,"object_id":0},{"id":7031,"slug":"senior-citizens-day","title":"Senior Citizens' Day","description":"","post_count":1,"link_url":"http://981thehawk.com/tags/senior-citizens-day/","feed_url":"http://981thehawk.com/tags/senior-citizens-day/feed/","term_taxonomy_id":6854,"object_id":0}],"categories":[{"id":1,"slug":"articles","title":"Articles","description":"","parent":0,"post_count":9394,"link_url":"http://981thehawk.com/category/articles/","feed_url":"http://981thehawk.com/category/articles/feed/","term_taxonomy_id":1,"object_id":0},{"id":747,"slug":"family-2","title":"Family","description":"","parent":0,"post_count":1045,"link_url":"http://981thehawk.com/category/family-2/","feed_url":"http://981thehawk.com/category/family-2/feed/","term_taxonomy_id":763,"object_id":0},{"id":469,"slug":"hawk-morning-show","title":"Hawk Morning Show","description":"","parent":0,"post_count":5479,"link_url":"http://981thehawk.com/category/hawk-morning-show/","feed_url":"http://981thehawk.com/category/hawk-morning-show/feed/","term_taxonomy_id":479,"object_id":0},{"id":356,"slug":"health","title":"Health","description":"","parent":470,"post_count":777,"link_url":"http://981thehawk.com/category/lifestyle/health/","feed_url":"http://981thehawk.com/category/lifestyle/health/feed/","term_taxonomy_id":361,"object_id":0},{"id":1265,"slug":"inspirational","title":"Inspirational","description":"","parent":0,"post_count":442,"link_url":"http://981thehawk.com/category/inspirational/","feed_url":"http://981thehawk.com/category/inspirational/feed/","term_taxonomy_id":1294,"object_id":0},{"id":711,"slug":"outdoors","title":"Outdoors","description":"","parent":0,"post_count":852,"link_url":"http://981thehawk.com/category/outdoors/","feed_url":"http://981thehawk.com/category/outdoors/feed/","term_taxonomy_id":727,"object_id":0}],"authors":[{"id":720531,"slug":"glennpitcher","name":"Glenn","first_name":"Glenn","last_name":"Pitcher","nickname":"Pitchman","description":"I was born and raised in Warren Center, PA and still call it home even though I live in Chenango Bridge now. My goal in life is to be the Grand Marshal in the Warren Center Field Days parade. I have three kids- Devon, Riley, and Tara. I've been at 98.1 the Hawk since 1996 and I have been on the Hawk morning show since 2000.  Honestly, I couldn't imagine doing anything else! God, Chinese buffets, golf, pinball, and baketball officiating are my passions. I find golf frustrating, but I love it which is the story of my life on a lot of things.","thumbnail":"http://981thehawk.com/files/2013/10/gp.jpg","url":"http://981thehawk.com/author/glennpitcher/"}],"post_more_meta":{"meta":""},"social":{"tw":{"href":"http://twitter.com/intent/tweet?text=Citizen%20Preparedness%20Training%20at%20the%20Great%20New%20York%20State%20Fair%20http%3A%2F%2F981thehawk.com%2Fcitizen-preparedness-training-at-the-great-new-york-state-fair%2F%3Ftrackback%3Dtwitter_mobile%20%40981TheHawk","title":"Share on Twitter","target":"_blank"},"fb":{"href":"http://www.facebook.com/sharer.php?u=http%3A%2F%2F981thehawk.com%2Fcitizen-preparedness-training-at-the-great-new-york-state-fair%2F%3Ftrackback%3Dfbshare_mobile","title":"Share on Facebook","target":"_blank"},"email":null,"pinterest":null,"print":null,"is_article":true},"nextArticle":"http://981thehawk.com/celebrate-golden-nuggets-of-deliciousness-at-windsor-corn-festival/","prevArticle":"http://981thehawk.com/binghamton-detours-cause-downtown-gridlock/","pageUrl":"/citizen-preparedness-training-at-the-great-new-york-state-fair/","blogId":498,"domain":"981thehawk.com","crossPostAttributionBottom":"","rawContent":"<p>\n<sectiontag class=\"module\" contenteditable=\"false\" type=\"image\" attr-id=\"169108\" attr-caption=\" ThinkStock\" attr-align=\"center\" attr-width=\"630\" attr-height=\"420\" attr-url=\"http://981thehawk.com/files/2014/09/470144349.jpg?w=300&amp;amp;h=200&amp;amp;zc=1&amp;amp;s=0&amp;amp;a=t&amp;amp;q=89\"></sectiontag></p>\n<p>By popular demand, the Disaster Preparedness Training Course has added a third day at the <a href=\"https://nysfair.ny.gov/\" target=\"_blank\">Great New York State Fair</a>. It happens on New Americans’ Day and Senior Citizens’ Days at the Fair, August 25th, 28th and 29th.</p>\n<p>The New York State Citizen Preparedness Corps Training is a free disaster preparedness course that teach attendees how to prepare for, respond to and recover from natural and man-made disasters and emergencies.</p>\n<p>A free backpack of resources will be provided and you can register on the <a href=\"https://prepare.ny.gov/training-events\" target=\"_blank\">New York State Prepare website</a>. Training will take place from 4 to 6 pm on Friday, August 25th, Monday, August 28th, and Tuesday, August 29th in the Empire Room Restaurant on the Fairgrounds.</p>\n<p>The Monday and Tuesday trainings are on the same day as the Fair’s Senior Citizens' Days. Those who are sixty years of age and older get free admission with ID. Friday’s training session has been added because of the strong demand from last year’s Fair.</p>\n<p>This kicks off National Preparedness Month and it happens in September to increase public awareness about emergencies. It focuses on things we can do before a disaster happens.</p>\n<p>This year’s National Preparedness Month theme is “Disasters Don’t Plan Ahead. You Can.” Every week in September, there will be a focus on a different type of disaster – flood, wildfire, hurricane, and power outages.</p>\n<p>You'll be taught how to properly prepare for any disaster, including developing a family emergency plan and stocking up on emergency supplies. You'll also get a free New York State Disaster Preparedness Kit (one per family) <a href=\"https://prepare.ny.gov/preparedness-kits\" target=\"_blank\">containing key items</a> to assist you in the aftermath of a disaster.</p>\n<p>The state training and kits will help all of us in New York to be the most-trained and best-prepared citizens in the country. The New York State Fair runs from August 23rd to September 4th.</p>\n<p>[via<a href=\"https://nysfair.ny.gov/\" target=\"_blank\"> Great New York State Fair</a>]</p>\n","podContent":[{"type":"singlePostText","data":{"text":"<p>By popular demand, the Disaster Preparedness Training Course has added a third day at the <a href=\"https://nysfair.ny.gov/\" target=\"_blank\">Great New York State Fair</a>. It&#xA0;happens&#xA0;on New Americans&#x2019; Day and Senior Citizens&#x2019; Days at the Fair, August 25th, 28th and 29th.</p>\n"},"currentTextLength":241,"runningCounter":1,"cumulativePodTextLength":241,"totalSimilarConsecutiveElements":9,"totalTextLength":1949},{"type":"singlePostText","data":{"text":"<p>The New York State Citizen Preparedness Corps Training is a free disaster preparedness course that teach attendees how to prepare for, respond to and recover from natural and man-made disasters and emergencies.</p>\n"},"currentTextLength":211,"runningCounter":2,"cumulativePodTextLength":452,"totalSimilarConsecutiveElements":9,"totalTextLength":1949},{"type":"singlePostText","data":{"text":"<p>A free backpack of resources will be provided and you can register on the <a href=\"https://prepare.ny.gov/training-events\" target=\"_blank\">New York State Prepare website</a>. Training will take place from 4 to 6 pm on Friday, August 25th, Monday, August 28th, and Tuesday, August 29th in the Empire Room Restaurant on the Fairgrounds.</p>\n"},"currentTextLength":266,"runningCounter":3,"cumulativePodTextLength":718,"totalSimilarConsecutiveElements":9,"totalTextLength":1949},{"type":"singlePostShareThrough","data":{}},{"type":"singlePostText","data":{"text":"<p>The Monday and Tuesday trainings are on the same day as the Fair&#x2019;s Senior Citizens&apos; Days. Those who are sixty years of age and older get free admission with ID. Friday&#x2019;s training session has been added because of the strong demand from last year&#x2019;s Fair.</p>\n"},"currentTextLength":280,"runningCounter":4,"cumulativePodTextLength":998,"totalSimilarConsecutiveElements":9,"totalTextLength":1949},{"type":"singlePostText","data":{"text":"<p>This kicks off National Preparedness Month and it happens in September to increase public awareness about emergencies. It focuses on things we can do before a disaster happens.</p>\n"},"currentTextLength":177,"runningCounter":5,"cumulativePodTextLength":1175,"totalSimilarConsecutiveElements":9,"totalTextLength":1949},{"type":"singlePostText","data":{"text":"<p>This year&#x2019;s National Preparedness Month theme is &#x201C;Disasters Don&#x2019;t Plan Ahead. You Can.&#x201D; Every week in September, there will be a focus on a different type of disaster &#x2013; flood, wildfire, hurricane, and power outages.</p>\n"},"currentTextLength":251,"runningCounter":6,"cumulativePodTextLength":1426,"totalSimilarConsecutiveElements":9,"totalTextLength":1949},{"type":"singlePostText","data":{"text":"<p>You&apos;ll be taught how to properly prepare for any disaster, including developing a family emergency plan and stocking up on emergency supplies. You&apos;ll also get a free New York State Disaster Preparedness Kit (one per family) <a href=\"https://prepare.ny.gov/preparedness-kits\" target=\"_blank\">containing key items</a> to assist you in the aftermath of a disaster.</p>\n"},"currentTextLength":301,"runningCounter":7,"cumulativePodTextLength":1727,"totalSimilarConsecutiveElements":9,"totalTextLength":1949},{"type":"singlePostText","data":{"text":"<p>The state training and kits will help all of us in New York to be the most-trained and best-prepared citizens in the country. The New York State Fair runs from August 23rd to September 4th.</p>\n"},"currentTextLength":190,"runningCounter":8,"cumulativePodTextLength":1917,"totalSimilarConsecutiveElements":9,"totalTextLength":1949},{"type":"singlePostText","data":{"text":"<p>[via<a href=\"https://nysfair.ny.gov/\" target=\"_blank\"> Great New York State Fair</a>]</p>\n"},"currentTextLength":32,"runningCounter":9,"cumulativePodTextLength":1949,"totalSimilarConsecutiveElements":9,"totalTextLength":1949}],"uniquePodTypes":["singlePostImage","singlePostText"],"podHeader":[{"type":"singlePostImage","data":{"id":169108,"caption":"ThinkStock","align":"center","width":630,"height":420,"url":"http://981thehawk.com/files/2014/09/470144349.jpg?w=300&amp;h=200&amp;zc=1&amp;s=0&amp;a=t&amp;q=89"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"next":{"latest":[{"postId":300761,"documentUrl":"/new-activities-and-events-at-the-great-new-york-state-fair/","filterUrl":"/rest/carbon/filter/main/new-activities-and-events-at-the-great-new-york-state-fair/","sortDate":"2017-08-23 04:55:01.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":300615,"documentUrl":"/great-new-york-state-fair-total-solar-eclipse-admission-sale/","filterUrl":"/rest/carbon/filter/main/great-new-york-state-fair-total-solar-eclipse-admission-sale/","sortDate":"2017-08-21 09:20:47.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":297031,"documentUrl":"/the-new-york-state-fair-announces-new-drone-video-competition/","filterUrl":"/rest/carbon/filter/main/the-new-york-state-fair-announces-new-drone-video-competition/","sortDate":"2017-07-10 09:01:40.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":296744,"documentUrl":"/you-could-sing-the-national-anthem-at-the-new-york-state-fair-2/","filterUrl":"/rest/carbon/filter/main/you-could-sing-the-national-anthem-at-the-new-york-state-fair-2/","sortDate":"2017-07-06 05:13:34.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":292158,"documentUrl":"/leann-rimes-coming-to-chevy-court-at-the-great-new-york-state-fair/","filterUrl":"/rest/carbon/filter/main/leann-rimes-coming-to-chevy-court-at-the-great-new-york-state-fair/","sortDate":"2017-05-17 08:45:12.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":291146,"documentUrl":"/the-circus-is-coming-to-the-new-york-state-fair/","filterUrl":"/rest/carbon/filter/main/the-circus-is-coming-to-the-new-york-state-fair/","sortDate":"2017-05-08 09:45:05.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":287925,"documentUrl":"/no-25-cents-milk-at-nys-fair/","filterUrl":"/rest/carbon/filter/main/no-25-cents-milk-at-nys-fair/","sortDate":"2017-04-05 09:41:42.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":283949,"documentUrl":"/the-taste-ny-food-truck-competition-expands-at-nys-fair/","filterUrl":"/rest/carbon/filter/main/the-taste-ny-food-truck-competition-expands-at-nys-fair/","sortDate":"2017-02-22 10:11:02.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":276169,"documentUrl":"/find-your-great-deal-with-the-great-new-york-state-fair-today/","filterUrl":"/rest/carbon/filter/main/find-your-great-deal-with-the-great-new-york-state-fair-today/","sortDate":"2016-11-28 06:35:49.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":267381,"documentUrl":"/2016-great-new-york-state-fair-sets-attendance-record/","filterUrl":"/rest/carbon/filter/main/2016-great-new-york-state-fair-sets-attendance-record/","sortDate":"2016-09-06 05:28:39.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"}],"taxonomy":[{"postId":300761,"documentUrl":"/new-activities-and-events-at-the-great-new-york-state-fair/","filterUrl":"/rest/carbon/filter/main/new-activities-and-events-at-the-great-new-york-state-fair/","sortDate":"2017-08-23 04:55:01.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":300615,"documentUrl":"/great-new-york-state-fair-total-solar-eclipse-admission-sale/","filterUrl":"/rest/carbon/filter/main/great-new-york-state-fair-total-solar-eclipse-admission-sale/","sortDate":"2017-08-21 09:20:47.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":297031,"documentUrl":"/the-new-york-state-fair-announces-new-drone-video-competition/","filterUrl":"/rest/carbon/filter/main/the-new-york-state-fair-announces-new-drone-video-competition/","sortDate":"2017-07-10 09:01:40.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":296744,"documentUrl":"/you-could-sing-the-national-anthem-at-the-new-york-state-fair-2/","filterUrl":"/rest/carbon/filter/main/you-could-sing-the-national-anthem-at-the-new-york-state-fair-2/","sortDate":"2017-07-06 05:13:34.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":292158,"documentUrl":"/leann-rimes-coming-to-chevy-court-at-the-great-new-york-state-fair/","filterUrl":"/rest/carbon/filter/main/leann-rimes-coming-to-chevy-court-at-the-great-new-york-state-fair/","sortDate":"2017-05-17 08:45:12.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":291146,"documentUrl":"/the-circus-is-coming-to-the-new-york-state-fair/","filterUrl":"/rest/carbon/filter/main/the-circus-is-coming-to-the-new-york-state-fair/","sortDate":"2017-05-08 09:45:05.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":287925,"documentUrl":"/no-25-cents-milk-at-nys-fair/","filterUrl":"/rest/carbon/filter/main/no-25-cents-milk-at-nys-fair/","sortDate":"2017-04-05 09:41:42.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":283949,"documentUrl":"/the-taste-ny-food-truck-competition-expands-at-nys-fair/","filterUrl":"/rest/carbon/filter/main/the-taste-ny-food-truck-competition-expands-at-nys-fair/","sortDate":"2017-02-22 10:11:02.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":276169,"documentUrl":"/find-your-great-deal-with-the-great-new-york-state-fair-today/","filterUrl":"/rest/carbon/filter/main/find-your-great-deal-with-the-great-new-york-state-fair-today/","sortDate":"2016-11-28 06:35:49.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"},{"postId":267381,"documentUrl":"/2016-great-new-york-state-fair-sets-attendance-record/","filterUrl":"/rest/carbon/filter/main/2016-great-new-york-state-fair-sets-attendance-record/","sortDate":"2016-09-06 05:28:39.000 +0000","termTaxonomyId":3648,"taxonomyType":"tags"}]}}}},"carbonwidget/top-728x90":{"info":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"top-728x90","widgetTime":3},"data":["carbonwidget/top-728x90"],"dataDetails":{"carbonwidget/top-728x90":{"adUnit":"top-728x90","adType":"dfp6"}}},"carbonwidget/dynamic-ad-custom":{"info":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-custom","widgetTime":3},"data":["carbonwidget/dynamic-ad-custom"],"dataDetails":{"carbonwidget/dynamic-ad-custom":{"adUnit":"dynamic-ad-custom","adType":"dfp6"}}},"carbonwidget/dynamic-ad-header":{"info":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-header","widgetTime":3},"data":["carbonwidget/dynamic-ad-header"],"dataDetails":{"carbonwidget/dynamic-ad-header":{"adUnit":"dynamic-ad-header","adType":"dfp6"}}},"carbonwidget/dynamic-ad-push":{"info":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-push","widgetTime":3},"data":["carbonwidget/dynamic-ad-push"],"dataDetails":{"carbonwidget/dynamic-ad-push":{"adUnit":"dynamic-ad-push","adType":"dfp6"}}},"carbonwidget/tsm-out-of-page":{"info":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"tsm-out-of-page","widgetTime":2},"data":["carbonwidget/tsm-out-of-page"],"dataDetails":{"carbonwidget/tsm-out-of-page":{"adUnit":"tsm-out-of-page","adType":"dfp6"}}},"carbonwidget/bottom-728x90":{"info":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"bottom-728x90","widgetTime":2},"data":["carbonwidget/bottom-728x90"],"dataDetails":{"carbonwidget/bottom-728x90":{"adUnit":"bottom-728x90","adType":"dfp6"}}},"ts_blogroll-9":{"info":{"id":"ts_blogroll-9","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"9"},"params":{"title":"Best of 98.1 The Hawk","type":"main_content_thumb_title_roll","cat":"48,2325,1","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0,"widgetTime":5,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[316057,316273,316252,314644],"dataDetails":{"314644":{"postid":"314644","sortdate":"2018-02-16T10:03:57.000Z","data":{"mainData":{"postType":"post","caption":"Jason Wright","thumbnail":"http://981thehawk.com/files/2018/01/IMG_0119.jpg","postDateGmt":"2018-02-16 10:03:57 +0000","title":"Total Loss Home Fire Benefit","url":"http://981thehawk.com/total-loss-home-fire-benefit/","id":314644,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"On January 3rd, Dan Wright lost everything except the clothes that he was wearing. On Saturday, you can help him start over.","authors":[{"id":720531,"slug":"glennpitcher","name":"Glenn Pitcher","first_name":"Glenn","last_name":"Pitcher","nickname":"Pitchman","thumbnail":"http://981thehawk.com/files/2013/10/gp.jpg","url":"http://981thehawk.com/author/glennpitcher/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Benefit for Former M-E Football Coach ","dynamic-lead-excerpt":"On January 3rd, Dan Wright lost everything except the clothes that he was wearing. On Saturday, you can help him start over.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Total Loss Home Fire Benefit"}}},"316057":{"postid":"316057","sortdate":"2018-02-17T05:01:26.000Z","data":{"mainData":{"postType":"post","caption":"Traci Taylor","thumbnail":"http://981thehawk.com/files/2018/02/10156036_787989211226009_4459089700331122607_n-e1518706655833.jpg","postDateGmt":"2018-02-17 05:01:26 +0000","title":"An Open Letter to My Husband, on His 30th Birthday","url":"http://981thehawk.com/an-open-letter-to-my-husband-on-his-30th-birthday/","id":316057,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"My husband enters his 30th year on this earth today and I&#x2019;m taking the opportunity to share with the world just a few of the many reasons I&#x2019;m so in love with him!  ","authors":[{"id":781966,"slug":"traci","name":"Traci Taylor","first_name":"Traci","last_name":"Taylor","nickname":"Traci Taylor","url":"http://981thehawk.com/author/traci/","thumbnail":"http://981thehawk.com/files/2013/10/tracitaylornew.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"An Open Letter to My Husband, on His 30th Birthday","dynamic-lead-excerpt":"My husband enters his 30th year on this earth today and I&CloseCurlyQuote;m taking the opportunity to share with the world just a few of the many reasons I&CloseCurlyQuote;m so in love with him!  ","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"An Open Letter to My Husband, on His 30th Birthday"}}},"316252":{"postid":"316252","sortdate":"2018-02-16T19:32:03.000Z","data":{"mainData":{"postType":"post","caption":"ThinkStock","thumbnail":"http://981thehawk.com/files/2017/12/5111pre_8404e95b03fca05.jpg","postDateGmt":"2018-02-16 19:32:03 +0000","title":"Someone Stole My Laundry Detergent","url":"http://981thehawk.com/someone-stole-my-laundry-detergent/","id":316252,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Someone stole my laundry detergent in my communal laundry room! Am I wrong to be mad?","authors":[{"id":3663442,"slug":"jayfraniak","name":"Jay Franiak","first_name":"Jay","last_name":"Franiak","nickname":"Jay Franiak","thumbnail":"http://981thehawk.com/files/2017/10/jay1.jpg","url":"http://981thehawk.com/author/jayfraniak/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Someone Stole My Laundry Detergent"}}},"316273":{"postid":"316273","sortdate":"2018-02-16T22:16:04.000Z","data":{"mainData":{"postType":"post","caption":"iStock","thumbnail":"http://popcrush.com/files/2017/05/Scared.jpg","postDateGmt":"2018-02-16 22:16:04 +0000","title":"Going on a Blind Date is Just Like Skydiving","url":"http://981thehawk.com/going-on-a-blind-date-is-just-like-skydiving/","id":316273,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"We all get anxious. We all get nervous. I was once told &#x201C;if you aren&#x2019;t nervous, you aren&#x2019;t ready.&#x201D; That being said, a first date is the scariest dang thing out there. But does going on a blind date compare to the rush of skydiving?","authors":[{"id":3663442,"slug":"jayfraniak","name":"Jay Franiak","first_name":"Jay","last_name":"Franiak","nickname":"Jay Franiak","thumbnail":"http://981thehawk.com/files/2017/10/jay1.jpg","url":"http://981thehawk.com/author/jayfraniak/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"","_aioseop_title":"Going on a Blind Date is Just Like Skydiving","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}}},"redisCached":true},"widget_third_party_content-2":{"info":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"params":{"type":"zergnet","title":"Recommended For You","id":"39620","placement":"","targettype":"","mode":"","widgetTime":3},"data":[],"dataDetails":{}},"widget_third_party_content-3":{"info":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"params":{"type":"zergnet","title":"Best Of The Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":3},"data":[],"dataDetails":{}},"fix_sidebar_marker-89":{"info":{"id":"fix_sidebar_marker-89","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"89"},"params":{"title":"Fix Sidebar Marker","widgetTime":2},"data":[],"dataDetails":{}},"ts_blogroll-1083":{"info":{"id":"ts_blogroll-1083","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1083"},"params":{"title":"Hot on Hawk","type":"carousel","isweather":"1","cat":"7407","posts_per_page":"4","align":"right","pinned_id":"","pinned_label":"","tag":"Hot","private_tag":"Hot","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0,"author":"","widgetTime":3,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[316057,238048,240904,50530],"dataDetails":{"50530":{"postid":"50530","sortdate":"2018-02-14T09:10:36.000Z","data":{"mainData":{"postType":"post","caption":"ThinkStock","thumbnail":"http://981thehawk.com/files/2013/02/10163pre_cb54660a6cbe70d1.jpg","postDateGmt":"2018-02-14 09:10:36 +0000","title":"Are Divorce and Valentine&apos;s Day Linked?","url":"http://981thehawk.com/divorces-skyrocket-around-valentines-day/","id":50530,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"It&apos;s around this time of year that a lot of people take a step back and evaluate their marriages, realizing that the romance they once had is now dead.","authors":[{"id":781966,"slug":"traci","name":"Traci Taylor","first_name":"Traci","last_name":"Taylor","nickname":"Traci Taylor","url":"http://981thehawk.com/author/traci/","thumbnail":"http://981thehawk.com/files/2013/10/tracitaylornew.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Are Divorce and Valentine&apos;s Day Linked?","dynamic-lead-excerpt":"It&apos;s around this time of year that a lot of people take a step back and evaluate their marriages, realizing that the romance they once had is now dead.","dynamic-lead-link-url":"","dynamic-lead-image":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"dynamic-lead-video":"0","_aioseop_title":"Are Divorce and Valentine&apos;s Day Linked?"}}},"238048":{"postid":"238048","sortdate":"2018-02-15T09:15:26.000Z","data":{"mainData":{"postType":"list-post","caption":"ThinkStock","thumbnail":"http://981thehawk.com/files/2016/01/3220pre_27673c5df061904.jpg","postDateGmt":"2018-02-15 09:15:26 +0000","title":"Three Ways to Fix a Bad Valentine&apos;s Day","url":"http://981thehawk.com/three-ways-to-fix-a-bad-valentines-day/","id":238048,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Your love didn&apos;t appreciate those last minute gas station flowers? Here are three ways to fix your botched Valentine&apos;s Day.","authors":[{"id":781966,"slug":"traci","name":"Traci Taylor","first_name":"Traci","last_name":"Taylor","nickname":"Traci Taylor","url":"http://981thehawk.com/author/traci/","thumbnail":"http://981thehawk.com/files/2013/10/tracitaylornew.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Three Ways to Fix a Bad Valentine&apos;s Day","dynamic-lead-excerpt":"Your love didn&apos;t appreciate those last minute gas station flowers? Here are three ways to fix your botched Valentine&apos;s Day.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Three Ways to Fix a Bad Valentine&apos;s Day"}}},"240904":{"postid":"240904","sortdate":"2018-02-14T09:15:29.000Z","data":{"mainData":{"postType":"post","caption":"Traci Taylor","thumbnail":"http://981thehawk.com/files/2016/02/little-me1.jpg","postDateGmt":"2018-02-14 09:15:29 +0000","title":"Sweet Memories Are Made of This No Bake Icebox Cake","url":"http://981thehawk.com/sweet-memories-are-made-of-this-icebox-cake/","id":240904,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"A birthday staple in my house for over 30 years, this with this delicious Icebox Cake requires no baking and is a crowd pleaser!","authors":[{"id":781966,"slug":"traci","name":"Traci Taylor","first_name":"Traci","last_name":"Taylor","nickname":"Traci Taylor","url":"http://981thehawk.com/author/traci/","thumbnail":"http://981thehawk.com/files/2013/10/tracitaylornew.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Sweet Memories Are Made of This No Bake Icebox Cake","dynamic-lead-excerpt":"A birthday staple in my house for over 30 years, this with this delicious Icebox Cake requires no baking and is a crowd pleaser!","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Sweet Memories Are Made of This No Bake Icebox Cake"}}},"316057":{"postid":"316057","sortdate":"2018-02-17T05:01:26.000Z","data":{"mainData":{"postType":"post","caption":"Traci Taylor","thumbnail":"http://981thehawk.com/files/2018/02/10156036_787989211226009_4459089700331122607_n-e1518706655833.jpg","postDateGmt":"2018-02-17 05:01:26 +0000","title":"An Open Letter to My Husband, on His 30th Birthday","url":"http://981thehawk.com/an-open-letter-to-my-husband-on-his-30th-birthday/","id":316057,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"My husband enters his 30th year on this earth today and I&CloseCurlyQuote;m taking the opportunity to share with the world just a few of the many reasons I&CloseCurlyQuote;m so in love with him!  ","authors":[{"id":781966,"slug":"traci","name":"Traci Taylor","first_name":"Traci","last_name":"Taylor","nickname":"Traci Taylor","url":"http://981thehawk.com/author/traci/","thumbnail":"http://981thehawk.com/files/2013/10/tracitaylornew.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"An Open Letter to My Husband, on His 30th Birthday","dynamic-lead-excerpt":"My husband enters his 30th year on this earth today and I&CloseCurlyQuote;m taking the opportunity to share with the world just a few of the many reasons I&CloseCurlyQuote;m so in love with him!  ","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"An Open Letter to My Husband, on His 30th Birthday"}}}},"redisCached":true},"google-ads-widget-712":{"info":{"id":"google-ads-widget-712","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"712"},"params":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":2},"data":["top-right-300x250"],"dataDetails":{"top-right-300x250":{"adUnit":"top-right-300x250","adType":"dfp6"}}},"tsq_sailthru_newsletter_widget-675":{"info":{"id":"tsq_sailthru_newsletter_widget-675","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"675"},"params":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["WHWK Master List"],"widgetTime":2},"data":[],"dataDetails":{}},"ts_blogroll-1084":{"info":{"id":"ts_blogroll-1084","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1084"},"params":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3,"widgetTime":3,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[316057,316273,316252],"dataDetails":{"316057":{"postid":"316057","sortdate":"2018-02-17T05:01:26.000Z","data":{"mainData":{"postType":"post","caption":"Traci Taylor","thumbnail":"http://981thehawk.com/files/2018/02/10156036_787989211226009_4459089700331122607_n-e1518706655833.jpg","postDateGmt":"2018-02-17 05:01:26 +0000","title":"An Open Letter to My Husband, on His 30th Birthday","url":"http://981thehawk.com/an-open-letter-to-my-husband-on-his-30th-birthday/","id":316057,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"My husband enters his 30th year on this earth today and I&#x2019;m taking the opportunity to share with the world just a few of the many reasons I&#x2019;m so in love with him!  ","authors":[{"id":781966,"slug":"traci","name":"Traci Taylor","first_name":"Traci","last_name":"Taylor","nickname":"Traci Taylor","url":"http://981thehawk.com/author/traci/","thumbnail":"http://981thehawk.com/files/2013/10/tracitaylornew.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"An Open Letter to My Husband, on His 30th Birthday","dynamic-lead-excerpt":"My husband enters his 30th year on this earth today and I&CloseCurlyQuote;m taking the opportunity to share with the world just a few of the many reasons I&CloseCurlyQuote;m so in love with him!  ","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"An Open Letter to My Husband, on His 30th Birthday"}}},"316252":{"postid":"316252","sortdate":"2018-02-16T19:32:03.000Z","data":{"mainData":{"postType":"post","caption":"ThinkStock","thumbnail":"http://981thehawk.com/files/2017/12/5111pre_8404e95b03fca05.jpg","postDateGmt":"2018-02-16 19:32:03 +0000","title":"Someone Stole My Laundry Detergent","url":"http://981thehawk.com/someone-stole-my-laundry-detergent/","id":316252,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Someone stole my laundry detergent in my communal laundry room! Am I wrong to be mad?","authors":[{"id":3663442,"slug":"jayfraniak","name":"Jay Franiak","first_name":"Jay","last_name":"Franiak","nickname":"Jay Franiak","thumbnail":"http://981thehawk.com/files/2017/10/jay1.jpg","url":"http://981thehawk.com/author/jayfraniak/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Someone Stole My Laundry Detergent"}}},"316273":{"postid":"316273","sortdate":"2018-02-16T22:16:04.000Z","data":{"mainData":{"postType":"post","caption":"iStock","thumbnail":"http://popcrush.com/files/2017/05/Scared.jpg","postDateGmt":"2018-02-16 22:16:04 +0000","title":"Going on a Blind Date is Just Like Skydiving","url":"http://981thehawk.com/going-on-a-blind-date-is-just-like-skydiving/","id":316273,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"We all get anxious. We all get nervous. I was once told &#x201C;if you aren&#x2019;t nervous, you aren&#x2019;t ready.&#x201D; That being said, a first date is the scariest dang thing out there. But does going on a blind date compare to the rush of skydiving?","authors":[{"id":3663442,"slug":"jayfraniak","name":"Jay Franiak","first_name":"Jay","last_name":"Franiak","nickname":"Jay Franiak","thumbnail":"http://981thehawk.com/files/2017/10/jay1.jpg","url":"http://981thehawk.com/author/jayfraniak/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"","_aioseop_title":"Going on a Blind Date is Just Like Skydiving","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":26},"data":[],"dataDetails":{},"redisCached":true},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":120},"data":["1",{"2":["2.1","2.2","2.3","2.4","2.5","2.6","2.7","2.8","2.9"]},{"3":["3.1","3.2","3.3","3.4"]},{"4":["4.1"]},{"5":["5.1","5.2","5.3","5.4","5.5","5.6"]},{"6":["6.1","6.2","6.3","6.4","6.5"]},{"7":["7.1","7.2"]},{"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":7944,"title":"Listen","titleExcerpt":"Listen","href":"/listen-live","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":7946,"title":"Playlist","titleExcerpt":"Playlist","href":"/playlist","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":9232,"title":"Events","titleExcerpt":"Events","href":"/events-binghamton","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":7950,"title":"Country Club","titleExcerpt":"Country Club","href":"http://www.981thehawk.com/vip","samedomain":false,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":173470,"title":"Win Stuff","titleExcerpt":"Win Stuff","href":"http://www.981thehawk.com/contests","samedomain":false,"hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":45962,"title":"Weather","titleExcerpt":"Weather","href":"/binghamton-weather","samedomain":true,"hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":7954,"title":"Contact","titleExcerpt":"Contact","href":"/help","samedomain":true,"hasBlogroll":false}},"2.1":{"menuId":"2.1","attrs":{"menuPostId":7941,"title":"All DJs","titleExcerpt":"All DJs","href":"/djs","samedomain":true,"hasBlogroll":false}},"2.2":{"menuId":"2.2","attrs":{"menuPostId":7942,"title":"Schedule","titleExcerpt":"Schedule","href":"/shows","samedomain":true,"hasBlogroll":false}},"2.3":{"menuId":"2.3","attrs":{"menuPostId":282759,"title":"The Blair Garner Show","titleExcerpt":"The Blair Garner Show","href":"/show/the-blair-garner-show/","samedomain":true,"menupath":"/rest/carbon/api/menu/show/the-blair-garner-show/","hasBlogroll":false}},"2.4":{"menuId":"2.4","attrs":{"menuPostId":50166,"title":"Glenn & Traci Morning Show","titleExcerpt":"Glenn & Traci Morning Show","href":"/morningshow/","samedomain":true,"hasBlogroll":false}},"2.5":{"menuId":"2.5","attrs":{"menuPostId":167049,"title":"Traci Taylor","titleExcerpt":"Traci Taylor","href":"/author/traci/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/traci/","hasBlogroll":false}},"2.6":{"menuId":"2.6","attrs":{"menuPostId":167048,"title":"Glenn Pitcher","titleExcerpt":"Glenn Pitcher","href":"/author/glennpitcher/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/glennpitcher/","hasBlogroll":false}},"2.7":{"menuId":"2.7","attrs":{"menuPostId":285710,"title":"Doug Mosher","titleExcerpt":"Doug Mosher","href":"/author/dougmosher/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/dougmosher/","hasBlogroll":false}},"2.8":{"menuId":"2.8","attrs":{"menuPostId":302518,"title":"Jay Franiak","titleExcerpt":"Jay Franiak","href":"/author/jayfraniak/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/jayfraniak/","hasBlogroll":false}},"2.9":{"menuId":"2.9","attrs":{"menuPostId":167050,"title":"Sam Alex","titleExcerpt":"Sam Alex","href":"/author/samalex/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/samalex/","hasBlogroll":false}},"3.1":{"menuId":"3.1","attrs":{"menuPostId":279827,"title":"98.1 The Hawk Mobile App","titleExcerpt":"98.1 The Hawk Mobile App","href":"/app","samedomain":true,"hasBlogroll":false}},"3.2":{"menuId":"3.2","attrs":{"menuPostId":7945,"title":"Listen Live","titleExcerpt":"Listen Live","href":"/listen-live","samedomain":true,"hasBlogroll":false}},"3.3":{"menuId":"3.3","attrs":{"menuPostId":315189,"title":"98.1 The Hawk on Alexa","titleExcerpt":"98.1 The Hawk on Alexa","href":"/alexa/","samedomain":true,"hasBlogroll":false}},"3.4":{"menuId":"3.4","attrs":{"menuPostId":3726,"title":"Radio Pup","titleExcerpt":"Radio Pup","href":"/mobile","samedomain":true,"hasBlogroll":false}},"4.1":{"menuId":"4.1","attrs":{"menuPostId":7947,"title":"Recently Played","titleExcerpt":"Recently Played","href":"/playlist","samedomain":true,"hasBlogroll":false}},"5.1":{"menuId":"5.1","attrs":{"menuPostId":315183,"title":"Polar Plunge","titleExcerpt":"Polar Plunge","href":"/register-for-the-2016-polar-bear-plunge/","samedomain":true,"hasBlogroll":false}},"5.2":{"menuId":"5.2","attrs":{"menuPostId":308796,"title":"Binghamton On Tap","titleExcerpt":"Binghamton On Tap","href":"https://americaontap.com/event/binghamton-on-tap/","samedomain":false,"hasBlogroll":false}},"5.3":{"menuId":"5.3","attrs":{"menuPostId":311563,"title":"Garage & Craft Sale","titleExcerpt":"Garage & Craft Sale","href":"/register-for-a-booth-at-binghamtons-largest-garage-and-craft-sale/","samedomain":true,"hasBlogroll":false}},"5.4":{"menuId":"5.4","attrs":{"menuPostId":309283,"title":"Taste of Country Music Festival","titleExcerpt":"","href":"/taste-of-country-music-festival-2","samedomain":true,"hasBlogroll":false}},"5.5":{"menuId":"5.5","attrs":{"menuPostId":91759,"title":"Calendar","titleExcerpt":"Calendar","href":"/events-binghamton/","samedomain":true,"hasBlogroll":false}},"5.6":{"menuId":"5.6","attrs":{"menuPostId":275422,"title":"Add Your Event","titleExcerpt":"Add Your Event","href":"/events-binghamton/community/add","samedomain":true,"hasBlogroll":false}},"6.1":{"menuId":"6.1","attrs":{"menuPostId":202943,"title":"Sign Up","titleExcerpt":"Sign Up","href":"/registration/","samedomain":true,"hasBlogroll":false}},"6.2":{"menuId":"6.2","attrs":{"menuPostId":17683,"title":"Contests","titleExcerpt":"Contests","href":"/contests/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/","hasBlogroll":false}},"6.3":{"menuId":"6.3","attrs":{"menuPostId":198295,"title":"Professional Partners","titleExcerpt":"Professional Partners","href":"http://www.981thehawk.com/local-experts","samedomain":false,"hasBlogroll":false}},"6.4":{"menuId":"6.4","attrs":{"menuPostId":238904,"title":"Newsletter","titleExcerpt":"Newsletter","href":"/newsletter/","samedomain":true,"hasBlogroll":false}},"6.5":{"menuId":"6.5","attrs":{"menuPostId":202944,"title":"VIP Support","titleExcerpt":"VIP Support","href":"/help/","samedomain":true,"hasBlogroll":false}},"7.1":{"menuId":"7.1","attrs":{"menuPostId":315184,"title":"$250 Hotels.com Gift Card","titleExcerpt":"","href":"/contests/sweeps/250-hotels-com-2/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/sweeps/250-hotels-com-2/","hasBlogroll":false}},"7.2":{"menuId":"7.2","attrs":{"menuPostId":315495,"title":"$300 Walmart Gift Card","titleExcerpt":"","href":"/contests/sweeps/300-walmart/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/sweeps/300-walmart/","hasBlogroll":false}},"8.1":{"menuId":"8.1","attrs":{"menuPostId":298723,"title":"Local News","titleExcerpt":"Local News","href":"","samedomain":true,"hasBlogroll":false}},"8.2":{"menuId":"8.2","attrs":{"menuPostId":54122,"title":"Forecast & Details","titleExcerpt":"Forecast & Details","href":"/binghamton-weather","samedomain":true,"hasBlogroll":false}},"8.3":{"menuId":"8.3","attrs":{"menuPostId":272543,"title":"Closings/Delays/Early Dismissal","titleExcerpt":"Closings/Delays/Early Dismissal","href":"http://www.wbng.com/category/316023/closings-cancellations","samedomain":false,"hasBlogroll":false}},"9.1":{"menuId":"9.1","attrs":{"menuPostId":7984,"title":"Help & Contact Info","titleExcerpt":"Help & Contact Info","href":"/help","samedomain":true,"hasBlogroll":false}},"9.2":{"menuId":"9.2","attrs":{"menuPostId":195364,"title":"Employment Opportunities","titleExcerpt":"Employment Opportunities","href":"/employment-opportunities/","samedomain":true,"hasBlogroll":false}},"9.3":{"menuId":"9.3","attrs":{"menuPostId":7985,"title":"Send Feedback","titleExcerpt":"Send Feedback","href":"/feedback","samedomain":true,"hasBlogroll":false}},"9.4":{"menuId":"9.4","attrs":{"menuPostId":35554,"title":"Advertise","titleExcerpt":"Advertise","href":"/advertise","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/promo_links":{"info":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"},"params":{"widgetTime":3},"data":["1","2","3","4","5","6","7","8","9","10"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":20433,"title":"TRENDING:","titleExcerpt":"TRENDING:","href":"","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":314493,"title":"Party with Brad Paisley","titleExcerpt":"","href":"/contests/sweeps/party-with-brad-paisley/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/sweeps/party-with-brad-paisley/","hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":315188,"title":"Polar Bear Plunge","titleExcerpt":"Polar Bear Plunge","href":"/register-for-the-2016-polar-bear-plunge/","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":308795,"title":"Bing On Tap","titleExcerpt":"Bing On Tap","href":"https://americaontap.com/event/binghamton-on-tap/","samedomain":false,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":311564,"title":"Garage/Craft Sale","titleExcerpt":"Garage/Craft Sale","href":"/register-for-a-booth-at-binghamtons-largest-garage-and-craft-sale/","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":313953,"title":"Magic Mike XXL","titleExcerpt":"Magic Mike XXL","href":"/official-magic-mike-xxl-tribute-performance-comes-to-binghamton/","samedomain":true,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":310313,"title":"Closings/Delays","titleExcerpt":"Closings/Delays","href":"http://www.wbng.com/category/316023/closings-cancellations","samedomain":false,"hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":308906,"title":"Clubhouse Card","titleExcerpt":"Clubhouse Card","href":"http://www.wicz.com/story/33746635/the-clubhouse-card","samedomain":false,"hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":308120,"title":"Hawk on Alexa","titleExcerpt":"Hawk on Alexa","href":"/alexa/","samedomain":true,"hasBlogroll":false}},"10":{"menuId":"10","attrs":{"menuPostId":305196,"title":"News","titleExcerpt":"News","href":"http://wnbf.com/category/local-news/","samedomain":false,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/footer":{"info":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"},"params":{"widgetTime":3},"data":["comscore","1","2","3","4","5","6","7","8","9","10","11"],"dataDetails":{"1":{"menuId":"1","attrs":{"title":"EEO","href":"/eeo/"}},"2":{"menuId":"2","attrs":{"title":"Advertise","href":"/advertise/"}},"3":{"menuId":"3","attrs":{"title":"Public File","href":"/whwk-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":"Binghamton Business Listings","href":"/binghamton-featured-business-listings/"}},"comscore":{"menuId":"comscore","attrs":{"title":"Taste Of Country Network"}}},"redisCached":true}},"data":{},"time":{"wpTime":90.543,"mainOptionsTime":809.85,"sidebarsTime":61.173,"widgetsTime":790.547,"processTime":1752.351},"experimentGroup":"B"},"serverConfig":{"host":"981thehawk.com","ua":"python-requests/2.10.0"}},"listenLive":{},"nav":{},"newsletter":{},"ui":{},"weather":{},"youtube":{},"sweeps":{},"form":{"NavSearchForm":{"registeredFields":[{"name":"searchInput","type":"Field"}]}},"routing":{"locationBeforeTransitions":null},"events":{},"ads":{}}
          </script>
          <script src="//cdn.production.townsquareblogs.com/public/dist/main.bundle.js?ver=3b9dbc3b07b0bef2c96b11376b1d9e6298d9a129"></script>
        </body>
      </html>