<!doctype html>
      <html class="single">
        <head>
          <title data-react-helmet="true">Gene Simmons + Ace Frehley to Perform Together at Hurricane Harvey Benefit</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="An onstage reunion that&#x27;s been a longtime coming."/><meta data-react-helmet="true" name="keywords" content="gene simmons ace frehley, ace frehley kiss, kiss reunion, ace frehley and gene simmons hurricane harvey benefit"/><meta data-react-helmet="true" property="fb:app_id" content="224234244413070"/><meta data-react-helmet="true" property="fb:admins" content="100002025987268"/><meta data-react-helmet="true" property="og:title" content="Gene Simmons + Ace Frehley to Perform Together at Hurricane Harvey Benefit"/><meta data-react-helmet="true" property="og:description" content="An onstage reunion that&#x27;s been a longtime coming."/><meta data-react-helmet="true" property="og:url" content="http://wpdh.com/gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit/"/><meta data-react-helmet="true" property="og:site_name" content="101.5 WPDH"/><meta data-react-helmet="true" property="og:type" content="blog"/><meta data-react-helmet="true" property="og:image" content="http://loudwire.com/files/2017/06/Gene-Simmons-Ace-Frehley-KISS.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="@wpdhfm"/><meta data-react-helmet="true" name="sailthru.description" content="An onstage reunion that&#x27;s been a longtime coming."/><meta data-react-helmet="true" name="sailthru.date" content="2017-09-11 15:05:03"/><meta data-react-helmet="true" name="sailthru.title" content="Gene Simmons + Ace Frehley to Perform Together for First Time in 16 Years for Upcoming Hurricane Harvey Benefit"/><meta data-react-helmet="true" name="sailthru.tags" content="tsmsite-wpdh, tsmmarket-poughkeepsie, tsmtype-local, ace-frehley, gene-simmons, kiss, concerts, news"/><meta data-react-helmet="true" name="sailthru.author" content="johnhill"/><meta data-react-helmet="true" name="sailthru.image.full" content="http://loudwire.com/files/2017/06/Gene-Simmons-Ace-Frehley-KISS.jpg"/><meta data-react-helmet="true" name="sailthru.image.thumb" content="http://loudwire.com/files/2017/06/Gene-Simmons-Ace-Frehley-KISS.jpg"/><meta data-react-helmet="true" property="fb:pages" content="47381785652"/><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://wpdh.production.townsquareblogs.com/files/2013/11/favicon.ico"/><link data-react-helmet="true" id="design-fav" rel="shortcut icon" href="http://wpdh.production.townsquareblogs.com/files/2013/11/favicon.ico"/><link data-react-helmet="true" rel="profile" href="http://gmpg.org/xfn/11"/><link data-react-helmet="true" rel="canonical" href="http://loudwire.com/gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit/"/>
          <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=f6f5453a8cde7d0b301abb99888e7aca87cafa58&mver=34" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "B";
          window.TSM.cadata = {"activeDomain":"wpdh.com","blogId":705,"method":"get_single","postId":192684,"crosspostBlogId":"366","crosspostPostId":"334334","postType":"post","postDateGmt":"2017-09-11 19:05:03.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":"johnhill","dimension2":"concerts,news","dimension3":"ace-frehley,gene-simmons,kiss","dimension4":"post","dimension5":"Mon Sept 11 2017","dimension6":"15:015","dimension7":"standard","dimension8":"1638","dimension9":"B","dimension10":"yes"};
ga( "create", {
          trackingId:"UA-45672578-7",
          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-45672578-7"};
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-45672578-1",
          name: "UA456725781",
          allowAnchor: false
        });
        ga( "UA456725781.require", "displayfeatures" );
        ga( "UA456725781.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA456725781" ] = {gaid:"UA-45672578-1"};
ga( "create", {
          trackingId:"UA-28825804-1",
          name: "UA288258041",
          allowAnchor: false
        });
        ga( "UA288258041.require", "displayfeatures" );
        ga( "UA288258041.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA288258041" ] = {gaid:"UA-28825804-1"};
ga( "create", {
          trackingId:"UA-45260060-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":"Gene Simmons + Ace Frehley to Perform Together at Hurricane Harvey Benefit","callsign":"WPDHFM","market":"Poughkeepsie","sitetype":"Local","siteClassification":"","state":"NY","genre":{"0":"classicrock"},"pageType":"post","tags":"ace-frehley,gene-simmons,kiss","categories":"concerts,news","mediaType":"video"}];
      w.dataLayer[0].referer = document.referrer;w.dataLayer[0].curatedReferer = document.referrer.replace( /https?:\/\//, "" );w.dataLayer[0].dayOfWeek = function(n){return n.toLocaleString("en-US",{weekday:"long"})}(new Date);w.dataLayer[0].periodOfDay = function(n,t,i){t=n.getHours(),i=n.getMinutes(),i<10&&(i="0"+i);var r=parseInt(t+""+i);return r>=0&&r<600?"Overnight":r>=600&&r<1e3?"Morning Drive":r>=1e3&&r<1500?"Midday":r>=1500&&r<1900?"Afternoon Drive":r>=1900&&r<2400?"Evening":void 0}(new Date);
    })(window);</script>
          <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({"gtm.start": new Date().getTime(),event:"gtm.js"});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!="dataLayer"?"&l="+l:"";j.async=true;j.src= "https://www.googletagmanager.com/gtm.js?id="+i+dl;f.parentNode.insertBefore(j,f); })(window,document,"script","dataLayer","GTM-K346HJZ");</script>
          
          <script 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 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=wpdh.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", ["concerts","news"] );
googletag.pubads().setTargeting( "tags", ["ace-frehley","gene-simmons","kiss"] );
googletag.pubads().setTargeting( "id", "gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit" );
googletag.pubads().setTargeting( "author", "johnhill" );
googletag.pubads().setTargeting( "kw", ["johnhill","gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit","concerts","news","ace-frehley","gene-simmons","kiss","pagetype-post"] );
googletag.pubads().setTargeting( "genre", ["classicrock"] );
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/Poughkeepsie/WPDH/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/Poughkeepsie/WPDH/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/Poughkeepsie/WPDH/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/Poughkeepsie/WPDH/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/Poughkeepsie/WPDH/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/Poughkeepsie/WPDH/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/Poughkeepsie/WPDH/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/Poughkeepsie/WPDH/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/Poughkeepsie/WPDH/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="1503438935"><!-- 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="101.5 WPDH" title="101.5 WPDH" data-reactid="14"><img src="http://wpdh.com/files/2017/10/wpdh-logo-transblacktag.png" alt="101.5 WPDH" title="101.5 WPDH" data-reactid="15"/></a><div class="site-menu-right" data-reactid="16"><div class="showticker-container" id="show-ticker" data-reactid="17"><div class="slider showticker-items" data-reactid="18"><div class="sizer" data-reactid="19"></div><div class="mover fade" data-reactid="20"><div class="listenlive-container showticker-item active" data-reactid="21"><div class="song-meta first-song" data-reactid="22"><div class="artist-image icon-headphones" data-reactid="23"><figure class="frameme" data-reactid="24"><a class="theframe" data-image="http://wpdh.com/files/2013/11/IMG_0193.jpg" rel="" title="" data-reactid="25"></a><div class="loadinganim showbox" id="0" data-reactid="26"><div class="loader" style="width:30px;height:30px;" data-reactid="27"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="28"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="29"></circle></svg></div></div></figure></div><div class="song-info radio" data-reactid="30"><a class="live-show-info" href="http://wpdh.com/show/eric-hopkins/" data-reactid="31">Hopkins</a></div></div></div></div></div><a class="listen-live-cto cto" href="/listen-live/" data-reactid="32"><span class="icon-play2" data-reactid="33"></span><span class="cto-title" data-reactid="34">Listen Now</span></a><a class="sign-in-out" href="/#auth-start" title="" data-reactid="35"></a></div><nav id="site-menu" data-reactid="36"><div class="wrapper" data-reactid="37"><span class="icon-base icon-menu select-none" data-reactid="38"></span><ul class="links" data-reactid="39"><li class="hassub" data-reactid="40"><a href="/" data-reactid="41">Home</a></li><li class="hassub" data-reactid="42"><a href="/djs" data-reactid="43">DJs</a><ul class="links submenu" data-reactid="44"><li class="hassub" data-reactid="45"><a href="/djs" data-reactid="46">All DJs</a></li><li class="hassub" data-reactid="47"><a href="/shows" data-reactid="48">Shows</a></li><li class="hassub" data-reactid="49"><a href="/category/the-boris-and-robyn-show/" data-reactid="50">Boris and Robyn Show</a></li><li class="hassub" data-reactid="51"><a href="/author/aboris/" data-reactid="52">Boris</a></li><li class="hassub" data-reactid="53"><a href="/author/robyntaylor/" data-reactid="54">Robyn Taylor</a></li><li class="hassub" data-reactid="55"><a href="/author/hopkinswpdh-com/" data-reactid="56">Hopkins</a></li><li class="hassub" data-reactid="57"><a href="/author/wrrvsmitty/" data-reactid="58">Smitty</a></li><li class="hassub" data-reactid="59"><a href="/author/johnrutigliano/" data-reactid="60">Tigman</a></li><li class="hassub" data-reactid="61"><a href="/author/zachmartin/" data-reactid="62">Zach Martin</a></li></ul></li><li class="hassub" data-reactid="63"><a href="/listen-live" data-reactid="64">Listen</a><ul class="links submenu" data-reactid="65"><li class="hassub" data-reactid="66"><a href="/listen-live" data-reactid="67">Listen Live</a></li><li class="hassub" data-reactid="68"><a href="/alexa" data-reactid="69">Alexa-Enabled Devices</a></li><li class="hassub" data-reactid="70"><a href="/app" data-reactid="71">Mobile App</a></li></ul></li><li class="hassub" data-reactid="72"><a href="/playlist" data-reactid="73">Playlist</a></li><li class="hassub" data-reactid="74"><a href="/events-poughkeepsie" data-reactid="75">Events</a><ul class="links submenu" data-reactid="76"><li class="hassub" data-reactid="77"><a href="http://www.paddyontheriver.com" target="_blank" data-reactid="78">Paddy On The River</a></li><li class="hassub" data-reactid="79"><a href="http://www.neoutdoorsportsshow.com" target="_blank" data-reactid="80">Northeast Outdoor Show</a></li><li class="hassub" data-reactid="81"><a href="http://www.beerbourbonbacon.com" target="_blank" data-reactid="82">Beer, Bourbon, &amp; Bacon</a></li><li class="hassub" data-reactid="83"><a href="https://insaneinflatable5k.com/event/hudson-valley-ny/" target="_blank" data-reactid="84">Insane Inflatable 5K</a></li><li class="hassub" data-reactid="85"><a href="http://www.hrcbf.com" target="_blank" data-reactid="86">Hudson River Craft Beer Festival</a></li><li class="hassub" data-reactid="87"><a href="/events-poughkeepsie/search/community-calendar/" data-reactid="88">Community Calendar</a></li><li class="hassub" data-reactid="89"><a href="/events-poughkeepsie/search/concerts/" data-reactid="90">Concert Calendar</a></li></ul></li><li class="hassub" data-reactid="91"><a href="/vip" data-reactid="92">V-I-PDH</a><ul class="links submenu" data-reactid="93"><li class="hassub" data-reactid="94"><a href="/registration" data-reactid="95">Sign Up</a></li><li class="hassub" data-reactid="96"><a href="/contests/" data-reactid="97">Contests</a></li><li class="hassub" data-reactid="98"><a href="/wpdh-contest-rules/" data-reactid="99">Contest Rules</a></li><li class="hassub" data-reactid="100"><a href="/help" data-reactid="101">V-I-PDH Support</a></li></ul></li><li class="hassub" data-reactid="102"><a href="/contests/sweeps/" data-reactid="103">Win Stuff</a><ul class="links submenu" data-reactid="104"><li class="hassub" data-reactid="105"><a href="/contests/sweeps/rock-wrestling-at-sea/" data-reactid="106">Chris Jericho’s Rock &#x27;N Wrestling Rager at Sea</a></li><li class="hassub" data-reactid="107"><a href="/contests/sweeps/300-walmart/" data-reactid="108">$300 Walmart Gift Card</a></li><li class="hassub" data-reactid="109"><a href="/contests/sweeps/250-hotels-com-2/" data-reactid="110">$250 Hotels.com Gift Card</a></li></ul></li><li class="hassub" data-reactid="111"><a href="/category/local-news/" data-reactid="112">News</a><ul class="links submenu" data-reactid="113"><li class="hassub" data-reactid="114"><a href="/hudson-valley-snow-closings-delays/" data-reactid="115">Snow Closings &amp; Delays</a></li><li class="hassub" data-reactid="116"><a href="http://hudsonvalleypost.com/" target="_blank" data-reactid="117">Hudson Valley Post</a></li><li class="hassub" data-reactid="118"><a href="/category/music-news/" data-reactid="119">Music News</a></li><li class="hassub" data-reactid="120"><a href="/send-wpdh-your-news-tips/" data-reactid="121">News Tips</a></li></ul></li><li class="hassub" data-reactid="122"><a href="/local-experts/" data-reactid="123">Local Experts</a><ul class="links submenu" data-reactid="124"><li class="hassub" data-reactid="125"><a href="/local-experts/beer-world/" data-reactid="126">Beer World</a></li><li class="hassub" data-reactid="127"><a href="/local-experts/hannoush-jewel/" data-reactid="128">Hannoush Jewelers</a></li><li class="hassub" data-reactid="129"><a href="/local-experts/hud-valley-ped/" data-reactid="130">Hudson Valley Pediatric Dentistry</a></li><li class="hassub" data-reactid="131"><a href="/local-experts/middlehope-veterinary/" data-reactid="132">Middlehope Veterinary Hospital</a></li><li class="hassub" data-reactid="133"><a href="/local-experts/mill-creek-caterers/" data-reactid="134">Mill Creek Caterers</a></li><li class="hassub" data-reactid="135"><a href="/local-experts/newburgh-brewing-company/" data-reactid="136">Newburgh Brewing Company</a></li><li class="hassub" data-reactid="137"><a href="/local-experts/perfect-exteriors/" data-reactid="138">Perfect Exteriors</a></li><li class="hassub" data-reactid="139"><a href="/local-experts/smokers-mecca/" data-reactid="140">Smokers Mecca</a></li><li class="hassub" data-reactid="141"><a href="/local-experts/taxdebt/" data-reactid="142">Taxdebt</a></li></ul></li><li class="hassub" data-reactid="143"><a href="/help" data-reactid="144">Contact</a><ul class="links submenu" data-reactid="145"><li class="hassub" data-reactid="146"><a href="/prize-questions/" data-reactid="147">Prizes, Events, Promotions, &amp; Directions</a></li><li class="hassub" data-reactid="148"><a href="/feedback" data-reactid="149">Send Feedback</a></li><li class="hassub" data-reactid="150"><a href="/advertise" data-reactid="151">Advertise</a></li><li class="hassub" data-reactid="152"><a href="/send-wpdh-your-news-tips/" data-reactid="153">News Tips</a></li><li class="hassub" data-reactid="154"><a href="/tags/townsquare-media-of-the-hudson-valley-jobs/" data-reactid="155">Job Openings</a></li></ul></li><li class="hidden-menu hassub hide" data-reactid="156"><a class="more-icon" href="#" data-reactid="157">More</a><ul class="links submenu" data-reactid="158"><li class="hassub hide" data-reactid="159"><a href="/" data-reactid="160">Home</a></li><li class="hassub hide" data-reactid="161"><a href="/djs" data-reactid="162">DJs</a><ul class="links submenu" data-reactid="163"><li class="hassub" data-reactid="164"><a href="/djs" data-reactid="165">All DJs</a></li><li class="hassub" data-reactid="166"><a href="/shows" data-reactid="167">Shows</a></li><li class="hassub" data-reactid="168"><a href="/category/the-boris-and-robyn-show/" data-reactid="169">Boris and Robyn Show</a></li><li class="hassub" data-reactid="170"><a href="/author/aboris/" data-reactid="171">Boris</a></li><li class="hassub" data-reactid="172"><a href="/author/robyntaylor/" data-reactid="173">Robyn Taylor</a></li><li class="hassub" data-reactid="174"><a href="/author/hopkinswpdh-com/" data-reactid="175">Hopkins</a></li><li class="hassub" data-reactid="176"><a href="/author/wrrvsmitty/" data-reactid="177">Smitty</a></li><li class="hassub" data-reactid="178"><a href="/author/johnrutigliano/" data-reactid="179">Tigman</a></li><li class="hassub" data-reactid="180"><a href="/author/zachmartin/" data-reactid="181">Zach Martin</a></li></ul></li><li class="hassub hide" data-reactid="182"><a href="/listen-live" data-reactid="183">Listen</a><ul class="links submenu" data-reactid="184"><li class="hassub" data-reactid="185"><a href="/listen-live" data-reactid="186">Listen Live</a></li><li class="hassub" data-reactid="187"><a href="/alexa" data-reactid="188">Alexa-Enabled Devices</a></li><li class="hassub" data-reactid="189"><a href="/app" data-reactid="190">Mobile App</a></li></ul></li><li class="hassub hide" data-reactid="191"><a href="/playlist" data-reactid="192">Playlist</a></li><li class="hassub hide" data-reactid="193"><a href="/events-poughkeepsie" data-reactid="194">Events</a><ul class="links submenu" data-reactid="195"><li class="hassub" data-reactid="196"><a href="http://www.paddyontheriver.com" target="_blank" data-reactid="197">Paddy On The River</a></li><li class="hassub" data-reactid="198"><a href="http://www.neoutdoorsportsshow.com" target="_blank" data-reactid="199">Northeast Outdoor Show</a></li><li class="hassub" data-reactid="200"><a href="http://www.beerbourbonbacon.com" target="_blank" data-reactid="201">Beer, Bourbon, &amp; Bacon</a></li><li class="hassub" data-reactid="202"><a href="https://insaneinflatable5k.com/event/hudson-valley-ny/" target="_blank" data-reactid="203">Insane Inflatable 5K</a></li><li class="hassub" data-reactid="204"><a href="http://www.hrcbf.com" target="_blank" data-reactid="205">Hudson River Craft Beer Festival</a></li><li class="hassub" data-reactid="206"><a href="/events-poughkeepsie/search/community-calendar/" data-reactid="207">Community Calendar</a></li><li class="hassub" data-reactid="208"><a href="/events-poughkeepsie/search/concerts/" data-reactid="209">Concert Calendar</a></li></ul></li><li class="hassub hide" data-reactid="210"><a href="/vip" data-reactid="211">V-I-PDH</a><ul class="links submenu" data-reactid="212"><li class="hassub" data-reactid="213"><a href="/registration" data-reactid="214">Sign Up</a></li><li class="hassub" data-reactid="215"><a href="/contests/" data-reactid="216">Contests</a></li><li class="hassub" data-reactid="217"><a href="/wpdh-contest-rules/" data-reactid="218">Contest Rules</a></li><li class="hassub" data-reactid="219"><a href="/help" data-reactid="220">V-I-PDH Support</a></li></ul></li><li class="hassub hide" data-reactid="221"><a href="/contests/sweeps/" data-reactid="222">Win Stuff</a><ul class="links submenu" data-reactid="223"><li class="hassub" data-reactid="224"><a href="/contests/sweeps/rock-wrestling-at-sea/" data-reactid="225">Chris Jericho’s Rock &#x27;N Wrestling Rager at Sea</a></li><li class="hassub" data-reactid="226"><a href="/contests/sweeps/300-walmart/" data-reactid="227">$300 Walmart Gift Card</a></li><li class="hassub" data-reactid="228"><a href="/contests/sweeps/250-hotels-com-2/" data-reactid="229">$250 Hotels.com Gift Card</a></li></ul></li><li class="hassub hide" data-reactid="230"><a href="/category/local-news/" data-reactid="231">News</a><ul class="links submenu" data-reactid="232"><li class="hassub" data-reactid="233"><a href="/hudson-valley-snow-closings-delays/" data-reactid="234">Snow Closings &amp; Delays</a></li><li class="hassub" data-reactid="235"><a href="http://hudsonvalleypost.com/" target="_blank" data-reactid="236">Hudson Valley Post</a></li><li class="hassub" data-reactid="237"><a href="/category/music-news/" data-reactid="238">Music News</a></li><li class="hassub" data-reactid="239"><a href="/send-wpdh-your-news-tips/" data-reactid="240">News Tips</a></li></ul></li><li class="hassub hide" data-reactid="241"><a href="/local-experts/" data-reactid="242">Local Experts</a><ul class="links submenu" data-reactid="243"><li class="hassub" data-reactid="244"><a href="/local-experts/beer-world/" data-reactid="245">Beer World</a></li><li class="hassub" data-reactid="246"><a href="/local-experts/hannoush-jewel/" data-reactid="247">Hannoush Jewelers</a></li><li class="hassub" data-reactid="248"><a href="/local-experts/hud-valley-ped/" data-reactid="249">Hudson Valley Pediatric Dentistry</a></li><li class="hassub" data-reactid="250"><a href="/local-experts/middlehope-veterinary/" data-reactid="251">Middlehope Veterinary Hospital</a></li><li class="hassub" data-reactid="252"><a href="/local-experts/mill-creek-caterers/" data-reactid="253">Mill Creek Caterers</a></li><li class="hassub" data-reactid="254"><a href="/local-experts/newburgh-brewing-company/" data-reactid="255">Newburgh Brewing Company</a></li><li class="hassub" data-reactid="256"><a href="/local-experts/perfect-exteriors/" data-reactid="257">Perfect Exteriors</a></li><li class="hassub" data-reactid="258"><a href="/local-experts/smokers-mecca/" data-reactid="259">Smokers Mecca</a></li><li class="hassub" data-reactid="260"><a href="/local-experts/taxdebt/" data-reactid="261">Taxdebt</a></li></ul></li><li class="hassub hide" data-reactid="262"><a href="/help" data-reactid="263">Contact</a><ul class="links submenu" data-reactid="264"><li class="hassub" data-reactid="265"><a href="/prize-questions/" data-reactid="266">Prizes, Events, Promotions, &amp; Directions</a></li><li class="hassub" data-reactid="267"><a href="/feedback" data-reactid="268">Send Feedback</a></li><li class="hassub" data-reactid="269"><a href="/advertise" data-reactid="270">Advertise</a></li><li class="hassub" data-reactid="271"><a href="/send-wpdh-your-news-tips/" data-reactid="272">News Tips</a></li><li class="hassub" data-reactid="273"><a href="/tags/townsquare-media-of-the-hudson-valley-jobs/" data-reactid="274">Job Openings</a></li></ul></li></ul></li></ul><div class="site-menu-right" data-reactid="275"><ul class="social-links" data-reactid="276"><li class="social" data-reactid="277"><a class="share-link youtube" href="https://youtube.com/user/WPDH1015" target="_blank" data-social="youtube" data-reactid="278"><span class="icon-base icon-youtube" data-reactid="279"></span></a></li><li class="social" data-reactid="280"><a class="share-link facebook" href="http://www.facebook.com/wpdhfm" target="_blank" data-social="facebook" data-reactid="281"><span class="icon-base icon-facebook" data-reactid="282"></span></a></li><li class="social" data-reactid="283"><a class="share-link twitter" href="https://twitter.com/wpdhfm" target="_blank" data-social="twitter" data-reactid="284"><span class="icon-base icon-twitter" data-reactid="285"></span></a></li><ul class="social-subscriptions" data-reactid="286"><li class="sub-instagram " data-reactid="287"><a href="https://www.instagram.com/1015wpdh" target="_blank" data-reactid="288">INSTAGRAM</a></li><li class="share_link_small youtube sub-youtube" data-reactid="289"><span class="youtube-subscribe-button " data-reactid="290"></span></li><li class="sub-facebook" data-reactid="291"></li><li class="sub-twitter" data-reactid="292"></li></ul></ul><div id="search-form" class="" data-reactid="293"><div class="form-wrap" data-reactid="294"><form data-reactid="295"><input type="text" name="searchInput" value="" class="search-input" placeholder="Search" data-reactid="296"/><input type="submit" class="search-submit" disabled="" value="SEARCH" data-reactid="297"/></form></div><div class="icon-base icon-search" data-reactid="298"></div></div></div><div class="site-screen select-none" data-reactid="299"></div></div></nav></div><ul class="promo-links" data-reactid="300"><li data-reactid="301"><span data-reactid="302">Trending:</span></li><li data-reactid="303"><a title="Chris Jericho’s Rock &#x27;N Wrestling Rager at Sea" href="/contests/sweeps/rock-wrestling-at-sea/" data-reactid="304">Chris Jericho’s Rock &#x27;N Wrestling Rager at Sea</a></li><li data-reactid="305"><a title="$500 Survey Giveaway" href="/sponsored-listener-survey/" data-reactid="306">$500 Survey Giveaway</a></li><li data-reactid="307"><a title="Battle of the Best 2018 Winners List" href="/battle-of-the-best-2018-winners-list" data-reactid="308">Battle of the Best 2018 Winners List</a></li><li data-reactid="309"><a title="Storm Center" href="/hudson-valley-snow-closings-delays/" data-reactid="310">Storm Center</a></li><li data-reactid="311"><a title="Ski Report" href="/snocountry-ski-conditions-report-3/" data-reactid="312">Ski Report</a></li><li data-reactid="313"><a title="Music Matters" href="/music-matters-providing-instruments-to-children-in-need-2" data-reactid="314">Music Matters</a></li><li data-reactid="315"><a title="Song Requests" href="/tags/song-requests/" data-reactid="316">Song Requests</a></li></ul></div><div class="tsm-ad tsm-ad-nav-970" data-reactid="317"><div id="tsm-ad-970a" data-reactid="318"><!-- dynamic ad --></div></div><div class="site-content clearfix" data-reactid="319"><div class="main-content" data-reactid="320"><div class="wrapper post-wrapper" data-reactid="321"><div class="post clearfix" data-reactid="322"><div class="entry" data-reactid="323"><article id="post-192684" data-location="/gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit/" data-index="0" data-reactid="324"><div class="page-header" data-reactid="325"><div class="content-header show-ui front" id="content-header-192684" data-reactid="326"><div class="internal-header outgrow  " style="max-height:0px;" data-reactid="327"></div><div class="content-header-header" data-reactid="328"><div class="react-parallax " data-reactid="329"><div class="react-parallax-background-children" data-bottom-top="transform:translate3d(0,-20%,0);" data-top-bottom="transform:translate3d(0,20%,0);" data-reactid="330"><figure class="frameme img-tag frame-loaded" data-reactid="331"><div class="theframe" data-image="http://loudwire.com/files/2017/06/Gene-Simmons-Ace-Frehley-KISS.jpg" rel="" title="" style="background-image:url(&quot;http://loudwire.com/files/2017/06/Gene-Simmons-Ace-Frehley-KISS.jpg?w=980&amp;q=75&quot;);" data-reactid="332"></div></figure></div><div class="react-parallax-content" data-reactid="333"><figure class="frameme img-tag" data-reactid="334"><div class="theframe" data-image="http://loudwire.com/files/2017/06/Gene-Simmons-Ace-Frehley-KISS.jpg" rel="" title="" data-reactid="335"></div><div class="loadinganim showbox" id="0" data-reactid="336"><div class="loader" style="width:30px;height:30px;" data-reactid="337"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="338"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="339"></circle></svg></div></div></figure></div></div><div class="header" data-reactid="340"><section class="title " data-reactid="341"><h1 class="" data-reactid="342">Gene Simmons + Ace Frehley to Perform Together for First Time in 16 Years for Upcoming Hurricane Harvey Benefit</h1></section><div class="byline" data-reactid="343"><div class="authors" data-reactid="344"><address class="author" data-reactid="345"><div class="author-image icon-user" data-reactid="346"><figure class="frameme" data-reactid="347"><a class="theframe" data-image="http://loudwire.com/files/2017/10/Screen-Shot-2017-10-10-at-11.05.58-AM.png" href="http://wpdh.com/author/johnhill/" rel="author" title="John Hill" data-reactid="348"></a><div class="loadinganim showbox" id="0" data-reactid="349"><div class="loader" style="width:30px;height:30px;" data-reactid="350"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="351"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="352"></circle></svg></div></div></figure></div><a class="author-name" href="http://wpdh.com/author/johnhill/" rel="author" title="John Hill" data-reactid="353">John Hill</a></address></div><time datetime="2017-09-11 19:05:03 +0000" data-reactid="354">September 11, 2017</time></div><figcaption title="George De Soda, Hulton Archive / Getty Images" data-reactid="355">George De Soda, Hulton Archive / Getty Images</figcaption></div></div></div></div><div class="content-wrap" data-reactid="356"><div class="social-share bignsexy" data-reactid="357"><div class="social-bar social-icons" data-reactid="358"><ul data-reactid="359"><li data-reactid="360"><a href="http://twitter.com/intent/tweet?text=Gene%20Simmons%20%2B%20Ace%20Frehley%20to%20Perform%20Together%20for%20First%20Time%20in%2016%20Years%20for%20Upcoming%20Hurricane%20Harvey%20Benefit%20http%3A%2F%2Floudwire.com%2Fgene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit%2F%3Ftrackback%3Dtwitter_mobile%20%40wpdhfm" title="Share on Twitter" target="_blank" data-reactid="361"><span class=" social-icon icon-twitter tw" data-reactid="362"><span class="share-title" data-reactid="363">Share on Twitter</span></span></a></li><li data-reactid="364"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Floudwire.com%2Fgene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit%2F%3Ftrackback%3Dfbshare_mobile" title="Share on Facebook" target="_blank" data-reactid="365"><span class=" social-icon icon-facebook fb" data-reactid="366"><span class="share-title" data-reactid="367">Share on Facebook</span></span></a></li></ul></div></div><div class="content" data-reactid="368"><div class="pod-content" data-reactid="369"><p data-reactid="370"><!-- react-text: 371 -->After a long 16 years, <!-- /react-text --><a href="http://loudwire.com/tags/kiss/" data-reactid="372"><!-- react-text: 373 -->KISS<!-- /react-text --></a><!-- react-text: 374 --> members<!-- /react-text --><a href="http://loudwire.com/tags/ace-frehley/" data-reactid="375"><!-- react-text: 376 --> Ace Frehley<!-- /react-text --></a><!-- react-text: 377 --> and <!-- /react-text --><a href="http://loudwire.com/tags/gene-simmons/" data-reactid="378"><!-- react-text: 379 -->Gene Simmons<!-- /react-text --></a><!-- react-text: 380 --> will finally be playing onstage together. They will be performing at the upcoming The Children Matter benefit concert to offer aid to the victims of Hurricane Harvey. The pair will be joined by Cheap Trick and former Eagles guitarist Don Felder.<!-- /react-text --></p><p data-reactid="381">The show will happen in downtown St. Paul, Minn. at the CHS Field Stadium. All proceeds from the concert will go towards hurricane relief nonprofit The Children Matter, which works with on ground relief organizations to source and ship out highly needed items including meal kits, sanitation and contamination prevention supplies.</p><div class="sharethrough-container" data-reactid="382"><div class="tsm-ad tsm-ad-oop" data-reactid="383"><div id="tsm-ad-sharethrough-oop-1" data-reactid="384"><!-- dynamic ad --></div></div></div><p data-reactid="385"><!-- react-text: 386 -->It seems like Ace has been getting closer to the rest of his former KISS bandmates, even though they didn&#x27;t play together at the Rock and Roll Hall of Fame. Paul Stanley <!-- /react-text --><a href="http://loudwire.com/ace-frehley-paul-stanley-fire-and-water-cover/" data-reactid="387"><!-- react-text: 388 -->appeared on Frehley&#x27;s covers album <!-- /react-text --></a><em data-reactid="389"><a href="http://loudwire.com/ace-frehley-paul-stanley-fire-and-water-cover/" data-reactid="390"><!-- react-text: 391 -->Origins Vol. 1<!-- /react-text --></a><!-- react-text: 392 -->,<!-- /react-text --></em><!-- react-text: 393 --> and Simmons apparently helped Frehley&#x27;s upcoming solo album by writing two songs with him.<!-- /react-text --></p><p data-reactid="394"><!-- react-text: 395 -->Back in July, Frehley talked about the <!-- /react-text --><a href="http://loudwire.com/ace-frehley-hasnt-been-approached-kiss-reunion-do-for-fans/" data-reactid="396"><!-- react-text: 397 -->possible reunion<!-- /react-text --></a><!-- react-text: 398 -->, saying, “I can only be honest with you. It’s something I haven’t pushed and it’s something that Paul and Gene haven’t brought up to me. If the fans demand it, it’ll probably get to a point where [Simmons and Stanley aren’t] going to be able to say no.&quot;<!-- /react-text --></p><p data-reactid="399"><!-- react-text: 400 -->Regardless of whether or not Ace comes back to KISS in a full time capacity, it will be a sight to see the two playing onstage for the first time in 16 years. You can grab tickets to the show <!-- /react-text --><a href="https://www.thechildrenmatter.ngo/" data-reactid="401"><!-- react-text: 402 -->here<!-- /react-text --></a><!-- react-text: 403 -->.<!-- /react-text --></p><div data-reactid="404"><p style="text-align: center;"><strong>See Ace Frehley + Peter Criss in Musicians Fans Most Want Back in Their Old Bands</strong></p>
</div><div class="photogallery-wrapper sliding-photogallery" data-reactid="405"><div class="photogallery-container" id="photogallery-705-311668-0" data-reactid="406"><div class="sizer" data-reactid="407"></div><div class="loadinganim showbox" id="0" data-reactid="408"><div class="loader" style="width:30px;height:30px;" data-reactid="409"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="410"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" style="stroke:#fff;" data-reactid="411"></circle></svg></div></div></div><!-- react-text: 412 --><!-- /react-text --></div><div data-reactid="413"><p style="text-align: center;"><strong>Stump the Ace: Real or Fake KISS Products?</strong></p>
</div><div class="lazyload-placeholder oembed-lazyload-placeholder" data-reactid="414"></div></div></div><div class="content-footer" data-reactid="415"><div class="single-post-button cto-container" data-reactid="416"><a class="next-post cto" href="http://loudwire.com/kiss-albums-ranked/" target="_blank" data-reactid="417">KISS Albums Ranked</a></div><!-- react-empty: 418 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="419"></div><div class="feed_attribution_after clearfix" data-reactid="420"><!-- react-text: 421 -->
<!-- /react-text --><a href="http://loudwire.com/gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit/" target="_blank" data-reactid="422"><img src="http://loudwire.com/files/2012/09/lw_syn_logo.png" class="crosspost-attribution-image" alt="Loudwire" data-reactid="423"/></a><!-- react-text: 424 --> Source: <!-- /react-text --><a href="http://loudwire.com/gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit/" target="_blank" data-reactid="425"><!-- react-text: 426 -->Gene Simmons + Ace Frehley to Perform Together for First Time in 16 Years for Upcoming Hurricane Harvey Benefit<!-- /react-text --></a><!-- react-text: 427 -->
<!-- /react-text --></div><div class="tags-lines" data-reactid="428"><div class="wrapper" data-reactid="429"><span data-reactid="430"><!-- react-text: 431 -->Filed Under<!-- /react-text --><!-- react-text: 432 -->: <!-- /react-text --></span><span data-reactid="433"><!-- react-text: 434 --><!-- /react-text --><a href="http://wpdh.com/tags/ace-frehley/" data-reactid="435">Ace Frehley</a></span><span data-reactid="436"><!-- react-text: 437 -->, <!-- /react-text --><a href="http://wpdh.com/tags/gene-simmons/" data-reactid="438">Gene Simmons</a></span><span data-reactid="439"><!-- react-text: 440 -->, <!-- /react-text --><a href="http://wpdh.com/tags/kiss/" data-reactid="441">Kiss</a></span></div><div class="wrapper" data-reactid="442"><span data-reactid="443"><!-- react-text: 444 -->Categories<!-- /react-text --><!-- react-text: 445 -->: <!-- /react-text --></span><span data-reactid="446"><!-- react-text: 447 --><!-- /react-text --><a href="http://wpdh.com/category/concerts/" data-reactid="448">Concerts</a></span><span data-reactid="449"><!-- react-text: 450 -->, <!-- /react-text --><a href="http://wpdh.com/category/news/" data-reactid="451">News</a></span></div></div><div class="comments-wrapper" data-reactid="452"><div class="comments" data-reactid="453"><div data-reactid="454"><span class="icon-comments" data-reactid="455"></span><i data-reactid="456">Comments</i><span class="fb-comments-count" data-href="http://wpdh.com/gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit/" data-reactid="457"></span><span class="icon-triangle-down" data-reactid="458"></span></div><div class="cto" data-reactid="459">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="460"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="461">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="462"><div class="aside-inside" data-reactid="463"><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-1673" data-reactid="464"><header data-reactid="465"><h2 data-reactid="466"><span class="title-container" data-reactid="467">Featured</span><!-- react-text: 468 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="469"><section id="ts_blogroll-1673" class="blogroll carousel slider dl align-right" data-reactid="470"><div class="slider blogroll-items" data-reactid="471"><div class="sizer" data-reactid="472"></div><div class="mover slide" data-reactid="473"><article class="item title-over-image" data-reactid="474"><figure class="frameme" data-reactid="475"><a class="theframe" data-image="http://wpdh.com/files/2015/01/battle-of-the-best.jpg" href="http://wpdh.com/battle-of-the-best-2018-winners-list/" rel="" title="Battle of the Best 2018 Winners List" data-reactid="476"></a><div class="loadinganim showbox" id="0" data-reactid="477"><div class="loader" style="width:30px;height:30px;" data-reactid="478"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="479"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="480"></circle></svg></div></div></figure><div class="content" data-reactid="481"><a href="http://wpdh.com/battle-of-the-best-2018-winners-list/" title="Battle of the Best 2018 Winners List" class="title" data-reactid="482">Battle of the Best 2018 Winners List</a></div></article></div><div class="previous icon-arrow-thin-left arrow icon-base round always-visible" title="Previous" data-reactid="483"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="484"></div></div></section></div></section><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-106" data-reactid="485"><div class="wrapper clearfix" data-reactid="486"><div class="fix_sidebar_marker" data-reactid="487"></div></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-1095" data-reactid="488"><div class="wrapper clearfix" data-reactid="489"><div class="widget-content" data-reactid="490"><div class="tsm-ad tsm-ad-300" data-reactid="491"><div id="tsm-ad-300a" data-reactid="492"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-1030" data-reactid="493"><div class="wrapper clearfix" data-reactid="494"><div class="widget-content" data-reactid="495"><div data-reactid="496"><form method="post" class="newsletter-frame clearfix" data-reactid="497"><div class="content clearfix" data-reactid="498"><p class="title" data-reactid="499">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="500"><div class="vertical-centered" data-reactid="501"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="502"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="503"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-1674" data-reactid="504"><header data-reactid="505"><h2 data-reactid="506"><span class="title-container" data-reactid="507">Latest Articles</span></h2></header><div class="wrapper clearfix" data-reactid="508"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="509"><div class="blogroll-inner clearfix" data-reactid="510"><article class="" data-reactid="511"><figure class="frameme" data-reactid="512"><a class="theframe" data-image="http://wpdh.com/files/2017/09/RS830_180985548.jpg" href="http://wpdh.com/6-die-from-drug-overdoses-in-hudson-valley/" rel="" title="6 Die From Drug Overdoses in Hudson Valley" data-reactid="513"></a><div class="loadinganim showbox" id="0" data-reactid="514"><div class="loader" style="width:30px;height:30px;" data-reactid="515"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="516"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="517"></circle></svg></div></div></figure><div class="content" data-reactid="518"><a href="http://wpdh.com/6-die-from-drug-overdoses-in-hudson-valley/" title="6 Die From Drug Overdoses in Hudson Valley" class="title" data-reactid="519">6 Die From Drug Overdoses in Hudson Valley</a></div></article><article class="" data-reactid="520"><figure class="frameme" data-reactid="521"><a class="theframe" data-image="http://hudsonvalleypost.com/files/2018/02/bullet-hole.png" href="http://wpdh.com/hudson-valley-police-help-suicidal-20-year-old/" rel="" title="Hudson Valley Police Help Suicidal 20-Year-Old " data-reactid="522"></a><div class="loadinganim showbox" id="0" data-reactid="523"><div class="loader" style="width:30px;height:30px;" data-reactid="524"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="525"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="526"></circle></svg></div></div></figure><div class="content" data-reactid="527"><a href="http://wpdh.com/hudson-valley-police-help-suicidal-20-year-old/" title="Hudson Valley Police Help Suicidal 20-Year-Old " class="title" data-reactid="528">Hudson Valley Police Help Suicidal 20-Year-Old </a></div></article><article class="" data-reactid="529"><figure class="frameme" data-reactid="530"><a class="theframe" data-image="http://wpdh.com/files/2017/08/RS11424_78744819-11.jpg" href="http://wpdh.com/21-year-old-shot-in-dutchess-county-police-hope-for-answers/" rel="" title="21-Year-Old Shot in Dutchess County, Police Hope For Answers " data-reactid="531"></a><div class="loadinganim showbox" id="0" data-reactid="532"><div class="loader" style="width:30px;height:30px;" data-reactid="533"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="534"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="535"></circle></svg></div></div></figure><div class="content" data-reactid="536"><a href="http://wpdh.com/21-year-old-shot-in-dutchess-county-police-hope-for-answers/" title="21-Year-Old Shot in Dutchess County, Police Hope For Answers " class="title" data-reactid="537">21-Year-Old Shot in Dutchess County, Police Hope For Answers </a></div></article></div></div></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-1100" data-reactid="538"><div class="wrapper clearfix" data-reactid="539"><div class="widget-content" data-reactid="540"><div class="tsm-ad tsm-ad-300" data-reactid="541"><div id="tsm-ad-300c" data-reactid="542"><!-- dynamic ad --></div></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="543"><footer data-reactid="544"><div class="links clearfix" data-reactid="545"><div class="logo" data-reactid="546"></div><div class="details" data-reactid="547"><h2 data-reactid="548">Information</h2><ul data-reactid="549"><li data-reactid="550"><a title="Loudwire Network" class="" data-reactid="551">Loudwire Network</a></li><li data-reactid="552"><a title="EEO" href="/eeo/" class="" data-reactid="553">EEO</a></li><li data-reactid="554"><a title="Advertise on WPDH" href="/advertise/" class="" data-reactid="555">Advertise on WPDH</a></li><li data-reactid="556"><a title="Public File" href="/wpdh-public-file/" class="" data-reactid="557">Public File</a></li><li data-reactid="558"><a title="Terms" href="/terms/" class="" data-reactid="559">Terms</a></li><li data-reactid="560"><a title="VIP Terms" href="/vip-terms/" class="" data-reactid="561">VIP Terms</a></li><li data-reactid="562"><a title="FAQ" href="/vip-faq/" class="" data-reactid="563">FAQ</a></li><li data-reactid="564"><a title="Contest Rules" href="/contest-rules/" class="" data-reactid="565">Contest Rules</a></li><li data-reactid="566"><a title="Privacy Policy (Updated: 8/31/17)" href="/privacy/" class="" data-reactid="567">Privacy Policy (Updated: 8/31/17)</a></li><li data-reactid="568"><a title="Contact" href="/help/" class="" data-reactid="569">Contact</a></li><li data-reactid="570"><a href="http://townsquaremediagroup.com/" class="" data-reactid="571"></a></li><li data-reactid="572"><a title="Poughkeepsie Business Listings" href="/poughkeepsie-featured-business-listings/" class="" data-reactid="573">Poughkeepsie Business Listings</a></li></ul></div><div class="social-links" data-reactid="574"><h2 data-reactid="575">Follow Us</h2><ul data-reactid="576"><li class="social" data-reactid="577"><a class="share_link youtube" href="https://www.youtube.com/user/WPDH1015" target="_blank" data-social="youtube" data-reactid="578"><span class="icon-youtube" data-reactid="579"></span></a></li><li class="social" data-reactid="580"><a class="share_link facebook" href="http://www.facebook.com/wpdhfm" target="_blank" data-social="facebook" data-reactid="581"><span class="icon-facebook" data-reactid="582"></span></a></li><li class="social" data-reactid="583"><a class="share_link twitter" href="https://twitter.com/wpdhfm" target="_blank" data-social="twitter" data-reactid="584"><span class="icon-twitter" data-reactid="585"></span></a></li></ul></div></div><div class="legal" data-reactid="586"><!-- react-text: 587 -->2018<!-- /react-text --><!-- react-text: 588 --> <!-- /react-text --><!-- react-text: 589 -->101.5 WPDH<!-- /react-text --><!-- react-text: 590 --> is part of the Loudwire Network<!-- /react-text --><!-- react-text: 591 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="592"><!-- react-empty: 593 --><div id="bottom-not-ads" data-reactid="594"><div class="tsm-ad tsm-ad-728" data-reactid="595"><div id="tsm-ad-728b" data-reactid="596"><!-- dynamic ad --></div></div></div><div data-reactid="597"></div></section></div></div></div>
          <script>
            window.__INITIAL_STATE__ = {"gallery":{},"internalads":{},"json":{"response":{"options":{"method":"get_single","adPageType":"post","mediaType":"video","loyalty_restricted":false,"methodSubType":null,"blogId":705,"postId":192684,"url":"/gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit/","unfriendlyRequestUrl":"/gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit/?utm_source=dlvr.it&utm_medium=twitter","requestUrl":"/gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit/?utm_source=dlvr.it&utm_medium=twitter","blogOptions":{"aioseop_options":{"aiosp_can":"on","aiosp_donate":null,"aiosp_home_title":"101.5 WPDH – The Home of Rock and Roll – Hudson Valley Classic Rock Radio","aiosp_home_description":"101.5 WPDH Radio plays the best classic rock music in Poughkeepsie, New York. ","aiosp_home_keywords":"101.5 WPDH Poughkeepsie, Poughkeepsie 101.5 WPDH, classic rock radio Poughkeepsie, Poughkeepsie classic rock radio, Poughkeepsie classic rock music, classic rock music Poughkeepsie","aiosp_max_words_excerpt":null,"aiosp_rewrite_titles":"on","aiosp_post_title_format":"%post_title%","aiosp_page_title_format":"%page_title% | %blog_title%","aiosp_category_title_format":"%category_title% | %blog_title%","aiosp_archive_title_format":"%date% | %blog_title%","aiosp_tag_title_format":"%tag% | %blog_title%","aiosp_search_title_format":"%search% | %blog_title%","aiosp_description_format":"%description%","aiosp_404_title_format":"Nothing found for %request_words%","aiosp_paged_format":" - Part %page%","aiosp_use_categories":null,"aiosp_dynamic_postspage_keywords":null,"aiosp_category_noindex":null,"aiosp_archive_noindex":null,"aiosp_tags_noindex":null,"aiosp_cap_cats":"on","aiosp_generate_descriptions":"on","aiosp_debug_info":null,"aiosp_post_meta_tags":"","aiosp_page_meta_tags":"","aiosp_home_meta_tags":"","aiosp_enabled":"1","aiosp_use_tags_as_keywords":null,"aiosp_do_log":null,"aiosp_ex_pages":""},"blogdescription":"The Home of Rock and Roll","blogname":"101.5 WPDH","carbonUiUpdateCounter":"34","design_option_live":{"page_bg":"FF000000","page_head_bg":"00444444","primary_bg":"FFFFFAE7","secondary_bg":"FFFFFAE7","mdl_head_bg":"FF2F0900","main_nav_hue":"FFFFFAE7","nav_hover_hue":"FF791700","primary_hue":"FF222222","secondary_hue":"FF791700","primary_head_hue":"FF791700","secondary_head_hue":"FF363636","primary_active_hue":"FFD05113","secondary_active_hue":"FF791700","accent_hue":"FFD05113","header_link_hue":"FFFFFAE7","footer_link_hue":"FFD05113","primary_mdl_bg":"FFD1D1D1","primary_mdl_hue":"FF212121","secondary_mdl_bg":"FF791700","secondary_mdl_hue":"FFFFFAE7","standout_bg":"FFD05113","mobile_primary_color":"FFD05113","mobile_secondary_color":"FFD05113","iv_primary_color":"FFA71C20","iv_secondary_color":"FFA71C20","iv_tertiary_color":"FFFFFFFF","iv_html_color":"FF000000","iv_container_color":"FFFFFFFF","iv_html_bg":"","iv_body_bg":"","iv_logo":"","iv_logo_trim":"","carbon_logo_bg":"80000000","carbon_showticker_bg":"80000000","events_app_primary_color":"FFA71C20","events_app_secondary_color":"FF791700","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://wpdh.com/files/2017/08/wpdh-sitebg-gradients-2.jpg","carbon_logo_img":"http://wpdh.com/files/2017/10/wpdh-logo-transblacktag.png","carbon_promo_bg_img":"http://wpdh.com/files/2017/05/wpdh-promobg.jpg","page_img":"","body_img":"","square_logo_img":"","logo_img":"http://wpdh.com/files/2014/03/wpdhlogov2.png","logo_img_trim":"http://wpdh.com/files/2014/03/wpdhlogov2mobile.png","logo_img_light":"","logo_img_dark":"","header_img":"http://wpdh.production.townsquareblogs.com/files/2013/11/background.png","placeholder_img":"","page_head_img":"","favicon_img":"http://wpdh.production.townsquareblogs.com/files/2013/11/favicon.ico","top_banner_img":"dark","title":"TS3 - WPDH","ID":"0","designer":"Christian Stadler","comment":"logo bg","action":"edit","editor":"adrianb","editorID":1564213,"siteID":"705","timestamp":1508259485,"status":"active","properties":{"iv_html_bg":{"background-repeat":"repeat-x","background-attachment":"fixed","background-size":""},"carbon_body_img":{"background-repeat":"no-repeat","background-attachment":"","background-size":""}}},"disable_mobile_ads":"","exclude_bottom_banner":"","exclude_top_banner":"","FacebookCommentsOptions":{"moderator_userids":"100002025987268","moderator_appid":"134615943276794"},"facebook_app":{"id":"224234244413070","fanpage":"http://www.facebook.com/wpdhfm","plugins":{"facebook-like-button":"1","facebook-authentication":"1"}},"google_ads_dfp6_template_ads":{"dynamic-ad-custom":"1","dynamic-ad-header":"1","dynamic-ad-push":"1","top-728x90":"1","bottom-728x90":"1","mid-top-300x250":"1","mid-bottom-300x250":"1","tsm-out-of-page":"1","top-right-300x250":"1","bottom-right-300x250":"1"},"iq_weather_page_sponsor_city_name":"Poughkeepsie","iq_weather_page_sponsor_zip_code":"12601","onlyhome_pushdown":"","onlyhome_topbanner":"","posts_per_page":"10","radio_players_wo_stream_id":"3684","sailthru_list_default":"WPDA/WPDH","site_template_theme_meta":{"template-tone":"2","listen-live-bar":"block","sidebar-widgets-header":"block","blogroll-image-size":"cropped","next-page-offset":"11"},"social_overlay":{"active":"1","fb":"1","nl":"1","colors":{"background-color":"#000000","color":"#FFFFFF"},"wrapper":{"divider":"","button":"#791700","button-font":""},"logo":"http://wpdh.com/files/2014/10/wpdhlogov2.png"},"timezone_string":"America/New_York","townsquare_ad_version":"dfp6","ts-templates-carbon-homepage-id":"190583","ts-templates-homepage-id":"4434","ts-templates-mobile-homepage-id":"4434","tsc_category_sidebars":{},"_station_info":{"sitetype":"Local","market":"Poughkeepsie","genre":{"0":"classicrock"},"callsign":"WPDHFM","callletters":"WPDH","legalname":"WPDH","siteclassification":"","street":"2 Pendell Road","street-2":"","city":"Poughkeepsie","state":"NY","zip":"12601","phone":"845-471-9734","helpline":"845-471-1500","studioline":"845-471-9734","officeline":"845-471-1500","officehours":"","email":"jackie.corley@townsquaremedia.com","tipus-email":"","inquiries-email":"joe.limardi@townsquaremedia.com","advertising-contact":"Tim Keenan","advertising-email":"timothy.keenan@townsquaremedia.com","gm-contact":"Jason Finkelberg ","gm-email":"jason.finkelberg@townsquaremedia.com","programming-director-contact":"Joe Limardi","programming-director-email":"joe.limardi@townsquaremedia.com","digital-managing-editor-contact":"Jackie Corley","digital-managing-editor-email":"jackie.corley@townsquaremedia.com","digital-sales-manager-contact":"Tim Keenan","digital-sales-manager-email":"timothy.keenan@townsquaremedia.com","mobile-app-feedback-email":"ask.wpdh@townsquaredigital.com","mobile-app-media-submission-email":"media.submit.wpdh@townsquaredigital.com","public-record-administrator-name":"Beth Christy","public-record-administrator-email":"beth.christy@townsquaremedia.com","fcc-online-public-file-url":"http://wpdh.com/wpdhfm-wpdafm-public-file-links/","feedbackurl":"","biz-list-url":"","amazon_affiliate":"","yieldmo_placement":"","jwplayer":"","twitter_handle":"wpdhfm","youtube_handle":"WPDH1015","youtube_channel_id":"UCInqIZpkOTaUI9vjfJD7Gxw","instagram_handle":"1015wpdh","comscore-label":"Loudwire"},"_station_logos":{"admin-icon-logo":"http://wpdh.com/files/2016/09/icon-32.png","apple-low-res":"http://wpdh.com/files/2016/09/icon-57.png","apple-high-res":"http://wpdh.com/files/2016/09/icon-114.png","apple-ipad":"http://wpdh.com/files/2016/09/icon-72.png","facebook-logo":"http://wpdh.com/files/2016/10/wpdh-facebook.jpg"},"_townsquare_user_registration_settings":{"requires-confirmation":"no","use-short-form":"no","use-captcha":"yes","javascript-links":"no"},"blogInfo":{"blogId":705,"blogName":"101.5 WPDH","blogDescription":"The Home of Rock and Roll","postTitleFormat":"%post_title%","timeZone":"America/New_York","market":"Poughkeepsie","activeDomain":"wpdh.com","legalName":"WPDH"},"tsiMarkets":{"0":"Poughkeepsie"},"_station_settings":{"default_show_image":""}},"globalBlogOptions":{"google_maps_default_api_key":"AIzaSyCcIkjOyxS9DtubyqzLX2Sbancl83fKon4","gtmSiteId":"GTM-K346HJZ","kruxSiteId":"rwjnisqy1","loyalty_title_705":"V-I-PDH Club","kruxEnabled":true},"headers":{"title":[{"textContent":"Gene Simmons + Ace Frehley to Perform Together at Hurricane Harvey Benefit"}],"meta":[{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}},{"attrs":{"charset":"UTF-8"}},{"attrs":{"name":"description","content":"An onstage reunion that's been a longtime coming."}},{"attrs":{"name":"keywords","content":"gene simmons ace frehley, ace frehley kiss, kiss reunion, ace frehley and gene simmons hurricane harvey benefit"}},{"attrs":{"property":"fb:app_id","content":"224234244413070"}},{"attrs":{"property":"fb:admins","content":"100002025987268"}},{"attrs":{"property":"og:title","content":"Gene Simmons + Ace Frehley to Perform Together at Hurricane Harvey Benefit"}},{"attrs":{"property":"og:description","content":"An onstage reunion that's been a longtime coming."}},{"attrs":{"property":"og:url","content":"http://wpdh.com/gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit/"}},{"attrs":{"property":"og:site_name","content":"101.5 WPDH"}},{"attrs":{"property":"og:type","content":"blog"}},{"attrs":{"property":"og:image","content":"http://loudwire.com/files/2017/06/Gene-Simmons-Ace-Frehley-KISS.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":"@wpdhfm"}},{"attrs":{"name":"sailthru.description","content":"An onstage reunion that's been a longtime coming."}},{"attrs":{"name":"sailthru.date","content":"2017-09-11 15:05:03"}},{"attrs":{"name":"sailthru.title","content":"Gene Simmons + Ace Frehley to Perform Together for First Time in 16 Years for Upcoming Hurricane Harvey Benefit"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-wpdh, tsmmarket-poughkeepsie, tsmtype-local, ace-frehley, gene-simmons, kiss, concerts, news"}},{"attrs":{"name":"sailthru.author","content":"johnhill"}},{"attrs":{"name":"sailthru.image.full","content":"http://loudwire.com/files/2017/06/Gene-Simmons-Ace-Frehley-KISS.jpg"}},{"attrs":{"name":"sailthru.image.thumb","content":"http://loudwire.com/files/2017/06/Gene-Simmons-Ace-Frehley-KISS.jpg"}},{"attrs":{"property":"fb:pages","content":"47381785652"}},{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}}],"link":[{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://wpdh.production.townsquareblogs.com/files/2013/11/favicon.ico"}},{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://wpdh.production.townsquareblogs.com/files/2013/11/favicon.ico"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"101.5 WPDH » Feed","href":"http://wpdh.com/feed/"}},{"attrs":{"rel":"profile","href":"http://gmpg.org/xfn/11"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"101.5 WPDH » Gene Simmons + Ace Frehley to Perform Together for First Time in 16 Years for Upcoming Hurricane Harvey Benefit Comments Feed","href":"http://wpdh.com/gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://wpdh.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"Monday, September 11: Tig’s Rock Birthdays","href":"http://wpdh.com/monday-september-11-tigs-rock-birthdays/"}},{"attrs":{"rel":"next","title":"My Lost Treasure: The Rolling Stones","href":"http://wpdh.com/my-lost-treasure-the-rolling-stones-37/"}},{"attrs":{"rel":"shortlink","href":"http://wpdh.com/?p=192684"}},{"attrs":{"rel":"canonical","href":"http://loudwire.com/gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit/"}},{"attrs":{"rel":"apple-touch-icon-precomposed","href":"http://wpdh.com/files/2016/09/icon-57.png"}},{"attrs":{"rel":"apple-touch-icon-precomposed","sizes":"114x114","href":"http://wpdh.com/files/2016/09/icon-114.png"}},{"attrs":{"rel":"apple-touch-icon-precomposed","sizes":"72x72","href":"http://wpdh.com/files/2016/09/icon-72.png"}}],"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":true,"enableSharethrough":true,"enableAppNexusWrapper":true,"sharethroughKey":"","sharethroughArticleKey":"KPA3yQWVLEWT6zsWecKPzyVc","enableOpenx":false,"enableKiosked":true,"enableKioskedMobile":false,"enableSonobi":false,"enableYieldbot":"101f"},"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":["concerts","news"],"tags":["ace-frehley","gene-simmons","kiss"],"id":"gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit","author":"johnhill","kw":["johnhill","gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit","concerts","news","ace-frehley","gene-simmons","kiss","pagetype-post"],"genre":["classicrock"],"device":"web","kv":[]}},"mobileActiveSlots":["ads-expand-down","ads-expand","ads-prestitial","ads-top-right","ads-bottom-right","ads-top-leaderboard","ads-bottom-leaderboard","ads-mid-top","ads-mid-bottom"],"dfp6":true},"smartAppBanner":{"bannerTitle":"101.5 WPDH Mobile App","itunes_app_id":"1128509647","google_play_app_id":"com.tsm.wpdh1015","daysHidden":"15","daysReminder":"90","buttonText":"View","priceText":"Get","img_url":"http://wpdh.com/files/2016/09/icon-57.png"},"revision":"d7a2e91adbd744823a1d8b84b90127c0de660ac1"},"activeDomain":"wpdh.com","authLoginFormNonce":"74e4c53e45","authRegFormNonce":"6c96210149","ga":{"ids":{"primary":"UA-45672578-7","secondary":["UA-19109753-1","UA-45672578-1","UA-28825804-1","UA-45260060-2"],"all":["UA-45672578-7","UA-19109753-1","UA-45672578-1","UA-28825804-1","UA-45260060-2"]}},"tsmStatic":{"revision":"6dbce70bbea8c341afa983c3bc6e114d3f1a3633"},"isGallery":true,"userRegistrationSettings":{},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":192684,"postAuthor":2800736,"postDate":"2017-09-11T20:05:03.000Z","postDateGmt":"2017-09-11T19:05:03.000Z","postTitle":"Gene Simmons + Ace Frehley to Perform Together for First Time in 16 Years for Upcoming Hurricane Harvey Benefit","postExcerpt":"An onstage reunion that's been a longtime coming. ","postStatus":"publish","commentStatus":"open","postPassword":"","postName":"gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit","toPing":"","pinged":"","postModified":"2017-09-11T22:26:39.000Z","postModifiedGmt":"2017-09-11T21:26:39.000Z","postContentFiltered":"","postParent":0,"guid":"http://loudwire.com/?p=334334","menuOrder":0,"postType":"post","postMimeType":"","commentCount":0,"postDateGmtStr":"2017-09-11 19:05:03.000+0000","postModifiedGmtStr":"2017-09-11 21:26:39.000+0000","meta":{"_crosspost_source_blog_id":"366","_crosspost_source_post_id":"334334"}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"Gene Simmons + Ace Frehley to Perform Together for First Time in 16 Years for Upcoming Hurricane Harvey Benefit","next":{"latest":[{"postId":192605,"documentUrl":"/kiss-demos-van-halen/","filterUrl":"/rest/carbon/filter/main/kiss-demos-van-halen/","sortDate":"2017-09-11 07:28:28.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"},{"postId":191039,"documentUrl":"/friday-august-25-tigs-rock-birthdays/","filterUrl":"/rest/carbon/filter/main/friday-august-25-tigs-rock-birthdays/","sortDate":"2017-08-25 10:55:36.000 +0000","termTaxonomyId":3437,"taxonomyType":"tags"},{"postId":190696,"documentUrl":"/mayweather-mcgregor-rock-predictions/","filterUrl":"/rest/carbon/filter/main/mayweather-mcgregor-rock-predictions/","sortDate":"2017-08-22 14:21:41.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"},{"postId":190193,"documentUrl":"/gene-simmons-trademarks/","filterUrl":"/rest/carbon/filter/main/gene-simmons-trademarks/","sortDate":"2017-08-18 09:33:55.000 +0000","termTaxonomyId":3437,"taxonomyType":"tags"},{"postId":188778,"documentUrl":"/tommy-thayer-says-gene-simmons-was-like-a-kid-working-with-bob-dylan/","filterUrl":"/rest/carbon/filter/main/tommy-thayer-says-gene-simmons-was-like-a-kid-working-with-bob-dylan/","sortDate":"2017-08-07 08:25:04.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"},{"postId":188656,"documentUrl":"/sunday-august-6-tigs-rock-birthdays-2/","filterUrl":"/rest/carbon/filter/main/sunday-august-6-tigs-rock-birthdays-2/","sortDate":"2017-08-06 11:42:52.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"},{"postId":188146,"documentUrl":"/gene-simmons-cow/","filterUrl":"/rest/carbon/filter/main/gene-simmons-cow/","sortDate":"2017-08-01 18:44:32.000 +0000","termTaxonomyId":3437,"taxonomyType":"tags"},{"postId":185797,"documentUrl":"/ace-frehley-hard-for-me/","filterUrl":"/rest/carbon/filter/main/ace-frehley-hard-for-me/","sortDate":"2017-07-11 08:20:33.000 +0000","termTaxonomyId":707,"taxonomyType":"tags"},{"postId":184902,"documentUrl":"/ace-frehley-hasnt-been-approached-kiss-reunion-do-for-fans/","filterUrl":"/rest/carbon/filter/main/ace-frehley-hasnt-been-approached-kiss-reunion-do-for-fans/","sortDate":"2017-07-03 06:50:52.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"},{"postId":184439,"documentUrl":"/gene-simmons-wrote-two-songs-ace-frehley-kiss-solo-album/","filterUrl":"/rest/carbon/filter/main/gene-simmons-wrote-two-songs-ace-frehley-kiss-solo-album/","sortDate":"2017-06-28 06:49:24.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"}],"taxonomy":[{"postId":192605,"documentUrl":"/kiss-demos-van-halen/","filterUrl":"/rest/carbon/filter/main/kiss-demos-van-halen/","sortDate":"2017-09-11 07:28:28.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"},{"postId":191039,"documentUrl":"/friday-august-25-tigs-rock-birthdays/","filterUrl":"/rest/carbon/filter/main/friday-august-25-tigs-rock-birthdays/","sortDate":"2017-08-25 10:55:36.000 +0000","termTaxonomyId":3437,"taxonomyType":"tags"},{"postId":190696,"documentUrl":"/mayweather-mcgregor-rock-predictions/","filterUrl":"/rest/carbon/filter/main/mayweather-mcgregor-rock-predictions/","sortDate":"2017-08-22 14:21:41.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"},{"postId":190193,"documentUrl":"/gene-simmons-trademarks/","filterUrl":"/rest/carbon/filter/main/gene-simmons-trademarks/","sortDate":"2017-08-18 09:33:55.000 +0000","termTaxonomyId":3437,"taxonomyType":"tags"},{"postId":188778,"documentUrl":"/tommy-thayer-says-gene-simmons-was-like-a-kid-working-with-bob-dylan/","filterUrl":"/rest/carbon/filter/main/tommy-thayer-says-gene-simmons-was-like-a-kid-working-with-bob-dylan/","sortDate":"2017-08-07 08:25:04.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"},{"postId":188656,"documentUrl":"/sunday-august-6-tigs-rock-birthdays-2/","filterUrl":"/rest/carbon/filter/main/sunday-august-6-tigs-rock-birthdays-2/","sortDate":"2017-08-06 11:42:52.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"},{"postId":188146,"documentUrl":"/gene-simmons-cow/","filterUrl":"/rest/carbon/filter/main/gene-simmons-cow/","sortDate":"2017-08-01 18:44:32.000 +0000","termTaxonomyId":3437,"taxonomyType":"tags"},{"postId":185797,"documentUrl":"/ace-frehley-hard-for-me/","filterUrl":"/rest/carbon/filter/main/ace-frehley-hard-for-me/","sortDate":"2017-07-11 08:20:33.000 +0000","termTaxonomyId":707,"taxonomyType":"tags"},{"postId":184902,"documentUrl":"/ace-frehley-hasnt-been-approached-kiss-reunion-do-for-fans/","filterUrl":"/rest/carbon/filter/main/ace-frehley-hasnt-been-approached-kiss-reunion-do-for-fans/","sortDate":"2017-07-03 06:50:52.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"},{"postId":184439,"documentUrl":"/gene-simmons-wrote-two-songs-ace-frehley-kiss-solo-album/","filterUrl":"/rest/carbon/filter/main/gene-simmons-wrote-two-songs-ace-frehley-kiss-solo-album/","sortDate":"2017-06-28 06:49:24.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"}]},"cadata":{"activeDomain":"wpdh.com","blogId":705,"method":"get_single","postId":192684,"crosspostBlogId":"366","crosspostPostId":"334334","postType":"post","postDateGmt":"2017-09-11 19:05:03.000+0000"},"env":"production"},"structure":{"data":["header","maintop","main","mainads","mainbottom","side","nav"],"dataDetails":{"header":["header-sidebar"],"maintop":[],"main":["carbonsidebar/single"],"mainads":["carbonsidebar/mainads"],"mainbottom":["single-post-bottom","carbonsidebar/facebookComment"],"side":["carbon-post-sidebar"],"nav":["carbonsidebar/nav/blueiv","carbonsidebar/nav/main","carbonsidebar/nav/promo_links","carbonsidebar/nav/footer"]}},"sidebars":{"data":["header-sidebar","carbonsidebar/single","carbonsidebar/mainads","single-post-bottom","carbonsidebar/facebookComment","carbon-post-sidebar","carbonsidebar/nav/blueiv","carbonsidebar/nav/main","carbonsidebar/nav/promo_links","carbonsidebar/nav/footer"],"dataDetails":{"header-sidebar":{"widgets":["widget_listen_live-222","now-playing-213","widget_onair-225"],"widgetDetails":{"widget_listen_live-222":{"widgetInfo":{"id":"widget_listen_live-222","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"222"},"widgetParams":{"title":"Listen Now","widgetTime":5}},"now-playing-213":{"widgetInfo":{"id":"now-playing-213","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"213"},"widgetParams":{"title":"Recently Played","widgetTime":6}},"widget_onair-225":{"widgetInfo":{"id":"widget_onair-225","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"225"},"widgetParams":{"title":"On Air","widgetTime":16}}}},"carbonsidebar/single":{"widgets":["carbonwidget/single-1"],"widgetDetails":{"carbonwidget/single-1":{"widgetInfo":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"widgetParams":{"mainAuthor":{"id":2800736,"slug":"johnhill","name":"John Hill","first_name":"John","last_name":"Hill","nickname":"johnhill","url":"http://wpdh.com/author/johnhill/","description":"https://twitter.com/JohnxHill","thumbnail":"http://loudwire.com/files/2017/10/Screen-Shot-2017-10-10-at-11.05.58-AM.png"},"firstCategoryName":"Concerts","postType":"post","postTitle":"Gene Simmons + Ace Frehley to Perform Together for First Time in 16 Years for Upcoming Hurricane Harvey Benefit","widgetTime":32}}}},"carbonsidebar/mainads":{"widgets":["carbonwidget/top-728x90","carbonwidget/dynamic-ad-custom","carbonwidget/dynamic-ad-header","carbonwidget/dynamic-ad-push","carbonwidget/tsm-out-of-page","carbonwidget/bottom-728x90"],"widgetDetails":{"carbonwidget/top-728x90":{"widgetInfo":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"top-728x90","widgetTime":3}},"carbonwidget/dynamic-ad-custom":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-custom","widgetTime":2}},"carbonwidget/dynamic-ad-header":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-header","widgetTime":2}},"carbonwidget/dynamic-ad-push":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-push","widgetTime":2}},"carbonwidget/tsm-out-of-page":{"widgetInfo":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"tsm-out-of-page","widgetTime":2}},"carbonwidget/bottom-728x90":{"widgetInfo":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"bottom-728x90","widgetTime":2}}}},"single-post-bottom":{"widgets":["ts_blogroll-10","widget_third_party_content-3","widget_third_party_content-4"],"widgetDetails":{"ts_blogroll-10":{"widgetInfo":{"id":"ts_blogroll-10","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"10"},"widgetParams":{"title":"Best of WPDH","type":"main_content_thumb_title_roll","cat":"48","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1"}},"widget_third_party_content-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":"Recommended For You","id":"39627","placement":"","targettype":"","mode":"","widgetTime":2}},"widget_third_party_content-4":{"widgetInfo":{"id":"widget_third_party_content-4","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"4"},"widgetParams":{"type":"zergnet","title":"Best of the Web","id":"13509","placement":"","targettype":"","mode":"","widgetTime":2}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["ts_blogroll-1673","fix_sidebar_marker-106","google-ads-widget-1095","tsq_sailthru_newsletter_widget-1030","ts_blogroll-1674","google-ads-widget-1100"],"widgetDetails":{"ts_blogroll-1673":{"widgetInfo":{"id":"ts_blogroll-1673","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1673"},"widgetParams":{"title":"Featured","type":"carousel","isweather":"1","cat":"","posts_per_page":"3","align":"right","tag":"","private_tag":"featured","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0,"pinned_id":"","pinned_label":""}},"fix_sidebar_marker-106":{"widgetInfo":{"id":"fix_sidebar_marker-106","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"106"},"widgetParams":{"title":"Fix Sidebar Marker","widgetTime":1}},"google-ads-widget-1095":{"widgetInfo":{"id":"google-ads-widget-1095","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"1095"},"widgetParams":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":1}},"tsq_sailthru_newsletter_widget-1030":{"widgetInfo":{"id":"tsq_sailthru_newsletter_widget-1030","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"1030"},"widgetParams":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["WPDA/WPDH"],"widgetTime":1}},"ts_blogroll-1674":{"widgetInfo":{"id":"ts_blogroll-1674","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1674"},"widgetParams":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3}},"google-ads-widget-1100":{"widgetInfo":{"id":"google-ads-widget-1100","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"1100"},"widgetParams":{"adunit":"bottom-right-300x250","adtype":"dfp6","position":null,"align":"","widgetTime":1}}}},"carbonsidebar/nav/blueiv":{"widgets":["carbonwidget/nav/blueiv"],"widgetDetails":{"carbonwidget/nav/blueiv":{"widgetInfo":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"}}}},"carbonsidebar/nav/main":{"widgets":["carbonwidget/nav/main"],"widgetDetails":{"carbonwidget/nav/main":{"widgetInfo":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"}}}},"carbonsidebar/nav/promo_links":{"widgets":["carbonwidget/nav/promo_links"],"widgetDetails":{"carbonwidget/nav/promo_links":{"widgetInfo":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"}}}},"carbonsidebar/nav/footer":{"widgets":["carbonwidget/nav/footer"],"widgetDetails":{"carbonwidget/nav/footer":{"widgetInfo":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"}}}}}},"widgets":{"widget_listen_live-222":{"info":{"id":"widget_listen_live-222","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"222"},"params":{"title":"Listen Now","widgetTime":5},"data":[5710],"dataDetails":{"5710":{"postId":5710,"title":"Listen Now","label":"Click to view the latest song playing on air.","url":"/listen-live/","mobileId":"27431","playerMode":"radio","sid":"3592","callsign":"WPDHFM","woMobileId":"5009","woStreamId":"3684","activePlayer":"wo","listenLivePageUrl":"http://player.streamtheworld.com/_players/townsquaremedia/runspotv3/?sid=3592&redirect=http://player.listenlive.co/27431","html5ScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/html5/stwplayer.php?callsign=WPDHFM&primaryColor=0x00bfff&playermode=radio&sid=3592&width=630","flashScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/stwplayer.php?callsign=WPDHFM&primaryColor=0x00bfff&playermode=radio&timeshift=false&radiopup=true&playerAdState=0&popout=false&width=630","wo_player_url":"http://v6.player.abacast.net/5009","wo_recent_api_url":"http://api.nowplaying.abacast.net/prt/nowplaying/2/10/3684/nowplaying.json","wo_preroll_url":"http://api.clarity.abacast.com/gateway/getmediavast.php?sid=3684/","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"now-playing-213":{"info":{"id":"now-playing-213","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"213"},"params":{"title":"Recently Played","widgetTime":6},"data":[5710],"dataDetails":{"5710":{"postId":5710,"mobileId":"27431","playerMode":"radio","sid":"3592","callsign":"WPDHFM","woStreamId":"3684","activePlayer":"wo","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"widget_onair-225":{"info":{"id":"widget_onair-225","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"225"},"params":{"title":"On Air","widgetTime":16},"data":["6749"],"dataDetails":{"6749":{"id":"6749","url":"http://wpdh.com/show/eric-hopkins/","title":"Hopkins","wall":"http://wpdh.com/show/eric-hopkins/","posts":"http://wpdh.com/show/eric-hopkins/posts","mail":"erichop@wpdh.com","phone":"","thumbnailId":89811,"thumbnail":"http://wpdh.com/files/2013/11/IMG_0193.jpg","authors":[{"id":1585551,"user_nicename":"hopkinswpdh-com","display_name":"Hopkins"}]}}},"carbonwidget/single-1":{"info":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"params":{"mainAuthor":{"id":2800736,"slug":"johnhill","name":"John Hill","first_name":"John","last_name":"Hill","nickname":"johnhill","url":"http://wpdh.com/author/johnhill/","description":"https://twitter.com/JohnxHill","thumbnail":"http://loudwire.com/files/2017/10/Screen-Shot-2017-10-10-at-11.05.58-AM.png"},"firstCategoryName":"Concerts","postType":"post","postTitle":"Gene Simmons + Ace Frehley to Perform Together for First Time in 16 Years for Upcoming Hurricane Harvey Benefit","widgetTime":32},"data":[192684],"dataDetails":{"192684":{"thumbnail":"http://loudwire.com/files/2017/06/Gene-Simmons-Ace-Frehley-KISS.jpg","caption":"George De Soda, Hulton Archive / Getty Images","excerpt":"An onstage reunion that's been a longtime coming. ","date":"September 11, 2017 3:05 PM","postDateGmt":"2017-09-11 19:05:03 +0000","postModifiedGmt":"2017-09-11 21:26:39 +0000","title":"Gene Simmons + Ace Frehley to Perform Together for First Time in 16 Years for Upcoming Hurricane Harvey Benefit","url":"http://wpdh.com/gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit/","id":192684,"contentRaw":"[caption id=\"attachment_325910\" align=\"alignnone\" width=\"1620\"]<img class=\"size-full wp-image-325910\" src=\"http://loudwire.com/files/2017/06/Gene-Simmons-Ace-Frehley-KISS.jpg\" alt=\"KISS\" width=\"1620\" height=\"1080\" /> George De Soda, Hulton Archive / Getty Images[/caption]\r\n\r\nAfter a long 16 years, <a href=\"http://loudwire.com/tags/kiss/\">KISS</a> members<a href=\"http://loudwire.com/tags/ace-frehley/\"> Ace Frehley</a> and <a href=\"http://loudwire.com/tags/gene-simmons/\">Gene Simmons</a> will finally be playing onstage together. They will be performing at the upcoming The Children Matter benefit concert to offer aid to the victims of Hurricane Harvey. The pair will be joined by Cheap Trick and former Eagles guitarist Don Felder.\r\n\r\nThe show will happen in downtown St. Paul, Minn. at the CHS Field Stadium. All proceeds from the concert will go towards hurricane relief nonprofit The Children Matter, which works with on ground relief organizations to source and ship out highly needed items including meal kits, sanitation and contamination prevention supplies.\r\n\r\nIt seems like Ace has been getting closer to the rest of his former KISS bandmates, even though they didn't play together at the Rock and Roll Hall of Fame. Paul Stanley <a href=\"http://loudwire.com/ace-frehley-paul-stanley-fire-and-water-cover/\">appeared on Frehley's covers album </a><em><a href=\"http://loudwire.com/ace-frehley-paul-stanley-fire-and-water-cover/\">Origins Vol. 1</a>,</em> and Simmons apparently helped Frehley's upcoming solo album by writing two songs with him.\r\n\r\nBack in July, Frehley talked about the <a href=\"http://loudwire.com/ace-frehley-hasnt-been-approached-kiss-reunion-do-for-fans/\">possible reunion</a>, saying, “I can only be honest with you. It’s something I haven’t pushed and it’s something that Paul and Gene haven’t brought up to me. If the fans demand it, it’ll probably get to a point where [Simmons and Stanley aren’t] going to be able to say no.\"\r\n\r\nRegardless of whether or not Ace comes back to KISS in a full time capacity, it will be a sight to see the two playing onstage for the first time in 16 years. You can grab tickets to the show <a href=\"https://www.thechildrenmatter.ngo/\">here</a>.\r\n<p style=\"text-align: center;\"><strong>See Ace Frehley + Peter Criss in Musicians Fans Most Want Back in Their Old Bands</strong></p>\r\n[gallery galleryid=\"366:311668\" galleryindex=\"0\" ids=\"312146,311933,311932,311939,311947,311930,311931,311942,311936,311979,312088,311940,311938,311946,311934,311935,311943,311944,311981,311929,312086,312089,312098,311982,311941,312162\" enablefullscreen=\"yes\" showthumbs=\"no\"]\r\n<p style=\"text-align: center;\"><strong>Stump the Ace: Real or Fake KISS Products?</strong></p>\r\nhttps://youtu.be/iVCu3Nz7KuE\r\n\r\n[button href=\"http://loudwire.com/kiss-albums-ranked/\" title=\"KISS Albums Ranked\" align=\"center\"]","next_url":[{"textContent":"KISS Albums Ranked","class":"button_act","href":"http://loudwire.com/kiss-albums-ranked/","target":"_blank"}],"content":"\n<figure id=\"attachment_325910\" class=\"content-post-image alignnone\"><span class=\"image-frame\"><noscript><img src=\"http://loudwire.com/files/2017/06/Gene-Simmons-Ace-Frehley-KISS.jpg\"></noscript>\n<img class=\"size-full wp-image-325910 lazy\" src=\"//s3.amazonaws.com/tsm-images/global/1x1.gif\" alt=\"KISS\" data-width=\"1620\" data-height=\"1080\" data-type=\"post\" datasrc=\"http://loudwire.com/files/2017/06/Gene-Simmons-Ace-Frehley-KISS.jpg\"></span><figcaption>George De Soda, Hulton Archive / Getty Images</figcaption></figure><p>After a long 16 years, <a href=\"http://loudwire.com/tags/kiss/\" target=\"_blank\">KISS</a> members<a href=\"http://loudwire.com/tags/ace-frehley/\" target=\"_blank\"> Ace Frehley</a> and <a href=\"http://loudwire.com/tags/gene-simmons/\" target=\"_blank\">Gene Simmons</a> will finally be playing onstage together. They will be performing at the upcoming The Children Matter benefit concert to offer aid to the victims of Hurricane Harvey. The pair will be joined by Cheap Trick and former Eagles guitarist Don Felder.</p>\n<p>The show will happen in downtown St. Paul, Minn. at the CHS Field Stadium. All proceeds from the concert will go towards hurricane relief nonprofit The Children Matter, which works with on ground relief organizations to source and ship out highly needed items including meal kits, sanitation and contamination prevention supplies.</p>\n<p>It seems like Ace has been getting closer to the rest of his former KISS bandmates, even though they didn’t play together at the Rock and Roll Hall of Fame. Paul Stanley <a href=\"http://loudwire.com/ace-frehley-paul-stanley-fire-and-water-cover/\" target=\"_blank\">appeared on Frehley’s covers album </a><em><a href=\"http://loudwire.com/ace-frehley-paul-stanley-fire-and-water-cover/\" target=\"_blank\">Origins Vol. 1</a>,</em> and Simmons apparently helped Frehley’s upcoming solo album by writing two songs with him.</p>\n<p>Back in July, Frehley talked about the <a href=\"http://loudwire.com/ace-frehley-hasnt-been-approached-kiss-reunion-do-for-fans/\" target=\"_blank\">possible reunion</a>, saying, “I can only be honest with you. It’s something I haven’t pushed and it’s something that Paul and Gene haven’t brought up to me. If the fans demand it, it’ll probably get to a point where [Simmons and Stanley aren’t] going to be able to say no.”</p>\n<p>Regardless of whether or not Ace comes back to KISS in a full time capacity, it will be a sight to see the two playing onstage for the first time in 16 years. You can grab tickets to the show <a href=\"https://www.thechildrenmatter.ngo/\" target=\"\">here</a>.</p>\n<p style=\"text-align: center;\"><strong>See Ace Frehley + Peter Criss in Musicians Fans Most Want Back in Their Old Bands</strong></p>\n<script type=\"text/javascript\">\n\twindow.TSM = window.TSM || {};\n\twindow.TSM.photogalleryConfigs = window.TSM.photogalleryConfigs || [];\n\tvar photogalleryConfig = {\n\t\tgalleryUrl:'http://loudwire.com/api/json/galleries/311668?filterexclusions&galleryindex=0'\n\t\t,galleryId:'tsm-photogallery-366-311668-0'\n\t\t,showThumbs:0\n\t\t,colorscheme:'light'\n\t\t\n\t\t,dozIndexTweak:1\n\t\t,refreshRate:1\n\t\t,enableFullscreen:1\n\t\t,expandOnLoadHash:0\n\t\t,portraitMode:0\n\t\t,initImage:''\n\t\t,enableEndCard:1\n\t\t,enableBelowDescriptionEndCard:1\n\t\t,endCardMode:2\n\t\t,enableKiosked:1\n\t\t,enableKioskedMobile:0\n\t\t,carbonLayout:\"\"\n\t};\n\twindow.TSM.photogalleryConfigs.push( photogalleryConfig );\n<\/script><div id=\"tsm-photogallery-366-311668-0-placeholder\"></div>\n<div class=\"tsm-photogallery-wrapper light\">\n\t<div class=\"tsm-photogallery-container\" id=\"tsm-photogallery-366-311668-0\">\n\t\t<div class=\"tsm-photogallery-header\">\n\t\t\t<div class=\"tsm-photogallery-ad tsm-photogallery-320x50 off\" id=\"tsm-photogallery-366-311668-0-320x50\"></div>\n\t\t</div>\n\t\t<div class=\"tsm-photogallery\">\n\t\t\t<div class=\"loadinganim\">\n<span></span><span></span><span></span>\n</div>\n\t\t\t<div class=\"tsm-photogallery-mover-container\">\n\t\t\t\t<div class=\"tsm-photogallery-nav prev primary-active-color\"><a title=\"Previous\" class=\"icon-left-open prev-btn\" href=\"javascript:void(0);\" target=\"\"></a></div>\n\t\t\t\t<div class=\"tsm-photogallery-nav next primary-active-color\"><a class=\"icon-right-open next-btn\" title=\"Next\" href=\"javascript:void(0);\" target=\"\"></a></div>\n\t\t\t\t<div class=\"tsm-photogallery-mover\"></div>\n\t\t\t</div>\n\t\t\t<div class=\"tsm-photogallery-thumbnail-wrapper off\">\n\t\t\t\t<div class=\"tsm-photogallery-thumbnail-nav prev\"><a title=\"Previous\" class=\"thumb-prev-btn\" href=\"javascript:void(0);\" target=\"\"></a></div>\n\t\t\t\t<div class=\"tsm-photogallery-thumbnail-nav next\"><a title=\"Next\" class=\"thumb-next-btn\" href=\"javascript:void(0);\" target=\"\"></a></div>\n\t\t\t\t<div class=\"tsm-photogallery-thumbnails\">\n\t\t\t\t\t<div class=\"tsm-photogallery-thumbnail-mover\"></div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div class=\"tsm-photogallery-footer off\">\n<div class=\"tsm-photogallery-imagecount\">\n<b>Image </b><span class=\"tsm-photogallery-current\"></span> of <span class=\"tsm-photogallery-total\"></span>\n</div>\n<div class=\"tsm-photogallery-caption\"></div>\n</div>\n\t\t</div>\n\t\t<a href=\"javascript:void(0);\" class=\"tsm-photogallery-engagement-close\" target=\"\"></a>\n\t\t<aside class=\"tsm-photogallery-sidebar\"><div class=\"tsm-photogallery-ad tsm-photogallery-300x250 off\" id=\"tsm-photogallery-366-311668-0-300x250\"></div>\n\t\t\t<div class=\"tsm-photogallery-copy\">\n\t\t\t\t<h2 class=\"tsm-photogallery-imagetitle\"></h2>\n\t\t\t\t<p class=\"tsm-photogallery-imagedescription\"></p>\n\t\t\t\t<div class=\"description-scroll description-up\"></div>\n<div class=\"description-scroll description-down\"></div>\n\t\t\t</div>\n\t\t\t<div class=\"under-description-content\"></div>\n\t\t</aside><footer><div class=\"tsm-photogallery-ad tsm-photogallery-728x90 off\" id=\"tsm-photogallery-366-311668-0-728x90\"></div>\n\t\t\t<div class=\"tsm-photogallery-ad\" id=\"tsm-photogallery-oop\"></div>\n\t\t</footer>\n</div>\n\t<div class=\"tsm-photogallery-overlay\"></div>\n</div>\n<p style=\"text-align: center;\"><strong>Stump the Ace: Real or Fake KISS Products?</strong></p>\n<p><div class=\"embed-wrapper\"><iframe style=\"vertical-align: bottom;\" src=\"https://www.youtube.com/embed/iVCu3Nz7KuE?feature=oembed\" frameborder=\"0\" allowfullscreen data-width=\"630\" data-height=\"354\"></iframe></div><span class=\"tsm_youtube_sub\">Subscribe to <a style=\"margin-right:5px;\" href=\"http://www.youtube.com/subscription_center?add_user=WPDH1015\" target=\"_blank\">WPDH on Youtube</a></span></p>\n<p class=\"more_act ga_network_button aligncenter\"><a class=\"button_act\" href=\"http://loudwire.com/kiss-albums-ranked/\" target=\"_blank\">KISS Albums Ranked</a></p>\n<div class=\"feed_attribution_after clearfix\">\n<a href=\"http://loudwire.com/gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit/\" target=\"_blank\"><img src=\"http://loudwire.com/files/2012/09/lw_syn_logo.png\" class=\"crosspost-attribution-image\" alt=\"Loudwire\"></a> Source: <a href=\"http://loudwire.com/gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit/\" target=\"_blank\">Gene Simmons + Ace Frehley to Perform Together for First Time in 16 Years for Upcoming Hurricane Harvey Benefit</a>\n</div>\n","postType":"post","wpVersion":"3","alternateMetaForBlogroll":{"title":"Gene Simmons + Ace Frehley to Perform Together for First Time in 16 Years for Upcoming Hurricane Harvey Benefit","excerpt":"An onstage reunion that's been a longtime coming. ","post_excerpt":"An onstage reunion that's been a longtime coming. ","post_more_excerpt":"<p>An onstage reunion that's been a longtime coming.\n<p class=\"more_act\"><a href=\"http://wpdh.com/gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit/\" title=\"Gene Simmons + Ace Frehley to Perform Together for First Time in 16 Years for Upcoming Hurricane Harvey Benefit\">Read More</a></p>\n","permalink":"http://wpdh.com/gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit/","image":{"id":184438,"url":"http://loudwire.com/files/2017/06/Gene-Simmons-Ace-Frehley-KISS.jpg","caption":"George De Soda, Hulton Archive / Getty Images"}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":true},"tags":[{"id":698,"slug":"ace-frehley","title":"Ace Frehley","description":"","post_count":69,"link_url":"http://wpdh.com/tags/ace-frehley/","feed_url":"http://wpdh.com/tags/ace-frehley/feed/","term_taxonomy_id":707,"object_id":0},{"id":3419,"slug":"gene-simmons","title":"Gene Simmons","description":"","post_count":52,"link_url":"http://wpdh.com/tags/gene-simmons/","feed_url":"http://wpdh.com/tags/gene-simmons/feed/","term_taxonomy_id":3437,"object_id":0},{"id":565,"slug":"kiss","title":"Kiss","description":"","post_count":192,"link_url":"http://wpdh.com/tags/kiss/","feed_url":"http://wpdh.com/tags/kiss/feed/","term_taxonomy_id":574,"object_id":0}],"categories":[{"id":12,"slug":"concerts","title":"Concerts","description":"","parent":0,"post_count":869,"link_url":"http://wpdh.com/category/concerts/","feed_url":"http://wpdh.com/category/concerts/feed/","term_taxonomy_id":253,"object_id":0},{"id":6,"slug":"news","title":"News","description":"","parent":0,"post_count":4509,"link_url":"http://wpdh.com/category/news/","feed_url":"http://wpdh.com/category/news/feed/","term_taxonomy_id":6,"object_id":0}],"authors":[{"id":2800736,"slug":"johnhill","name":"John Hill","first_name":"John","last_name":"Hill","nickname":"johnhill","url":"http://wpdh.com/author/johnhill/","description":"https://twitter.com/JohnxHill","thumbnail":"http://loudwire.com/files/2017/10/Screen-Shot-2017-10-10-at-11.05.58-AM.png"}],"post_more_meta":{"meta":"","title":"Loudwire","url":"http://loudwire.com","link":"Loudwire"},"social":{"tw":{"href":"http://twitter.com/intent/tweet?text=Gene%20Simmons%20%2B%20Ace%20Frehley%20to%20Perform%20Together%20for%20First%20Time%20in%2016%20Years%20for%20Upcoming%20Hurricane%20Harvey%20Benefit%20http%3A%2F%2Floudwire.com%2Fgene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit%2F%3Ftrackback%3Dtwitter_mobile%20%40wpdhfm","title":"Share on Twitter","target":"_blank"},"fb":{"href":"http://www.facebook.com/sharer.php?u=http%3A%2F%2Floudwire.com%2Fgene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit%2F%3Ftrackback%3Dfbshare_mobile","title":"Share on Facebook","target":"_blank"},"email":null,"pinterest":null,"print":null,"is_article":true},"nextArticle":"http://wpdh.com/monday-september-11-tigs-rock-birthdays/","prevArticle":"http://wpdh.com/my-lost-treasure-the-rolling-stones-37/","pageUrl":"/gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit/","blogId":705,"domain":"wpdh.com","crossPostAttributionBottom":"<div class=\"feed_attribution_after clearfix\">\n<a href=\"http://loudwire.com/gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit/\" target=\"_blank\"><img src=\"http://loudwire.com/files/2012/09/lw_syn_logo.png\" class=\"crosspost-attribution-image\" alt=\"Loudwire\"></a> Source: <a href=\"http://loudwire.com/gene-simmons-ace-frehley-perform-together-hurricane-harvey-benefit/\" target=\"_blank\">Gene Simmons + Ace Frehley to Perform Together for First Time in 16 Years for Upcoming Hurricane Harvey Benefit</a>\n</div>","rawContent":"<p>\n<sectiontag class=\"module\" contenteditable=\"false\" type=\"image\" attr-id=\"325910\" attr-caption=\" George De Soda, Hulton Archive / Getty Images\" attr-align=\"none\" attr-width=\"1620\" attr-height=\"1080\" attr-url=\"http://loudwire.com/files/2017/06/Gene-Simmons-Ace-Frehley-KISS.jpg\"></sectiontag></p>\n<p>After a long 16 years, <a href=\"http://loudwire.com/tags/kiss/\">KISS</a> members<a href=\"http://loudwire.com/tags/ace-frehley/\"> Ace Frehley</a> and <a href=\"http://loudwire.com/tags/gene-simmons/\">Gene Simmons</a> will finally be playing onstage together. They will be performing at the upcoming The Children Matter benefit concert to offer aid to the victims of Hurricane Harvey. The pair will be joined by Cheap Trick and former Eagles guitarist Don Felder.</p>\n<p>The show will happen in downtown St. Paul, Minn. at the CHS Field Stadium. All proceeds from the concert will go towards hurricane relief nonprofit The Children Matter, which works with on ground relief organizations to source and ship out highly needed items including meal kits, sanitation and contamination prevention supplies.</p>\n<p>It seems like Ace has been getting closer to the rest of his former KISS bandmates, even though they didn't play together at the Rock and Roll Hall of Fame. Paul Stanley <a href=\"http://loudwire.com/ace-frehley-paul-stanley-fire-and-water-cover/\">appeared on Frehley's covers album </a><em><a href=\"http://loudwire.com/ace-frehley-paul-stanley-fire-and-water-cover/\">Origins Vol. 1</a>,</em> and Simmons apparently helped Frehley's upcoming solo album by writing two songs with him.</p>\n<p>Back in July, Frehley talked about the <a href=\"http://loudwire.com/ace-frehley-hasnt-been-approached-kiss-reunion-do-for-fans/\">possible reunion</a>, saying, “I can only be honest with you. It’s something I haven’t pushed and it’s something that Paul and Gene haven’t brought up to me. If the fans demand it, it’ll probably get to a point where [Simmons and Stanley aren’t] going to be able to say no.\"</p>\n<p>Regardless of whether or not Ace comes back to KISS in a full time capacity, it will be a sight to see the two playing onstage for the first time in 16 years. You can grab tickets to the show <a href=\"https://www.thechildrenmatter.ngo/\">here</a>.</p>\n<p style=\"text-align: center;\"><strong>See Ace Frehley + Peter Criss in Musicians Fans Most Want Back in Their Old Bands</strong></p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"gallery\" attr-url=\"/rest/carbon/uri/api/gallery/domain/loudwire.com/galleryId/311668?filterexclusions&amp;galleryindex=0\" attr-thumbnail=\"http://tsm-branded-apps.s3.amazonaws.com/icons/slideshow@3x.png\" attr-layout=\"\" attr-fullscreen=\"1\"></sectiontag></p>\n<p style=\"text-align: center;\"><strong>Stump the Ace: Real or Fake KISS Products?</strong></p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"oembed\" attr-url=\"http://www.youtube.com/oembed?url=https%3A%2F%2Fyoutu.be%2FiVCu3Nz7KuE&amp;format=json\">\n<noscript class=\"rendered-html\" type=\"text/html\"></noscript>\n<p></sectiontag></p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"button\" attr-href=\"http://loudwire.com/kiss-albums-ranked/\" attr-title=\"KISS Albums Ranked\" attr-align=\"center\" attr-appLink=\"false\"></sectiontag></p>\n","podContent":[{"type":"singlePostText","data":{"text":"<p>After a long 16 years, <a href=\"http://loudwire.com/tags/kiss/\">KISS</a> members<a href=\"http://loudwire.com/tags/ace-frehley/\"> Ace Frehley</a> and <a href=\"http://loudwire.com/tags/gene-simmons/\">Gene Simmons</a> will finally be playing onstage together. They will be performing at the upcoming The Children Matter benefit concert to offer aid to the victims of Hurricane Harvey. The pair will be joined by Cheap Trick and former Eagles guitarist Don Felder.</p>\n"},"currentTextLength":311,"runningCounter":1,"cumulativePodTextLength":311,"totalSimilarConsecutiveElements":6,"totalTextLength":1638},{"type":"singlePostText","data":{"text":"<p>The show will happen in downtown St. Paul, Minn. at the CHS Field Stadium. All proceeds from the concert will go towards hurricane relief nonprofit The Children Matter, which works with on ground relief organizations to source and ship out highly needed items including meal kits, sanitation and contamination prevention supplies.</p>\n"},"currentTextLength":331,"runningCounter":2,"cumulativePodTextLength":642,"totalSimilarConsecutiveElements":6,"totalTextLength":1638},{"type":"singlePostShareThrough","data":{}},{"type":"singlePostText","data":{"text":"<p>It seems like Ace has been getting closer to the rest of his former KISS bandmates, even though&#xA0;they didn&apos;t play together at the Rock and Roll Hall of Fame. Paul Stanley <a href=\"http://loudwire.com/ace-frehley-paul-stanley-fire-and-water-cover/\">appeared on Frehley&apos;s covers album&#xA0;</a><em><a href=\"http://loudwire.com/ace-frehley-paul-stanley-fire-and-water-cover/\">Origins Vol. 1</a>,</em> and&#xA0;Simmons apparently helped Frehley&apos;s upcoming solo album by writing two songs with him.</p>\n"},"currentTextLength":342,"runningCounter":3,"cumulativePodTextLength":984,"totalSimilarConsecutiveElements":6,"totalTextLength":1638},{"type":"singlePostText","data":{"text":"<p>Back in July, Frehley talked about the <a href=\"http://loudwire.com/ace-frehley-hasnt-been-approached-kiss-reunion-do-for-fans/\">possible reunion</a>, saying, &#x201C;I can only be honest with you. It&#x2019;s something I haven&#x2019;t pushed and it&#x2019;s something that Paul and Gene haven&#x2019;t brought up to me. If the fans demand it, it&#x2019;ll probably get to a point where [Simmons&#xA0;and Stanley&#xA0;aren&#x2019;t] going to be able to say no.&quot;</p>\n"},"currentTextLength":374,"runningCounter":4,"cumulativePodTextLength":1358,"totalSimilarConsecutiveElements":6,"totalTextLength":1638},{"type":"singlePostText","data":{"text":"<p>Regardless of whether or not Ace comes back to KISS in a full time capacity, it will be a sight to see the two playing onstage for the first time in 16 years. You can grab tickets to the show <a href=\"https://www.thechildrenmatter.ngo/\">here</a>.</p>\n"},"currentTextLength":198,"runningCounter":5,"cumulativePodTextLength":1556,"totalSimilarConsecutiveElements":6,"totalTextLength":1638},{"type":"singlePostText","data":{"text":"<p style=\"text-align: center;\"><strong>See Ace Frehley + Peter Criss in Musicians Fans Most Want Back in Their Old Bands</strong></p>\n"},"currentTextLength":82,"runningCounter":6,"cumulativePodTextLength":1638,"totalSimilarConsecutiveElements":6,"totalTextLength":1638},{"type":"singlePostGallery","data":{"url":"/rest/carbon/uri/api/gallery/domain/loudwire.com/galleryId/311668?filterexclusions&galleryindex=0","thumbnail":"http://tsm-branded-apps.s3.amazonaws.com/icons/slideshow@3x.png","layout":"","fullscreen":1},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},{"type":"singlePostText","data":{"text":"<p style=\"text-align: center;\"><strong>Stump the Ace: Real or Fake KISS Products?</strong></p>\n"},"currentTextLength":43,"runningCounter":1,"cumulativePodTextLength":43,"totalSimilarConsecutiveElements":1,"totalTextLength":43},{"type":"singlePostOembed","data":{"html":"<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/iVCu3Nz7KuE?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>","provider_name":"YouTube","height":270,"title":"Stump the Ace: Real or Fake KISS Products?","author_name":"Loudwire","version":"1.0","author_url":"https://www.youtube.com/user/LoudwireMusic","thumbnail_height":360,"thumbnail_width":480,"type":"video","width":480,"thumbnail_url":"https://i.ytimg.com/vi/iVCu3Nz7KuE/hqdefault.jpg","provider_url":"https://www.youtube.com/"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"uniquePodTypes":["singlePostImage","singlePostText","singlePostGallery","singlePostOembed","singlePostButton"],"podHeader":[{"type":"singlePostImage","data":{"id":325910,"caption":"George De Soda, Hulton Archive / Getty Images","align":"none","width":1620,"height":1080,"url":"http://loudwire.com/files/2017/06/Gene-Simmons-Ace-Frehley-KISS.jpg"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"podFooter":{"type":"singlePostButton","data":{"href":"http://loudwire.com/kiss-albums-ranked/","title":"KISS Albums Ranked","align":"center","applink":"false"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},"next":{"latest":[{"postId":192605,"documentUrl":"/kiss-demos-van-halen/","filterUrl":"/rest/carbon/filter/main/kiss-demos-van-halen/","sortDate":"2017-09-11 07:28:28.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"},{"postId":191039,"documentUrl":"/friday-august-25-tigs-rock-birthdays/","filterUrl":"/rest/carbon/filter/main/friday-august-25-tigs-rock-birthdays/","sortDate":"2017-08-25 10:55:36.000 +0000","termTaxonomyId":3437,"taxonomyType":"tags"},{"postId":190696,"documentUrl":"/mayweather-mcgregor-rock-predictions/","filterUrl":"/rest/carbon/filter/main/mayweather-mcgregor-rock-predictions/","sortDate":"2017-08-22 14:21:41.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"},{"postId":190193,"documentUrl":"/gene-simmons-trademarks/","filterUrl":"/rest/carbon/filter/main/gene-simmons-trademarks/","sortDate":"2017-08-18 09:33:55.000 +0000","termTaxonomyId":3437,"taxonomyType":"tags"},{"postId":188778,"documentUrl":"/tommy-thayer-says-gene-simmons-was-like-a-kid-working-with-bob-dylan/","filterUrl":"/rest/carbon/filter/main/tommy-thayer-says-gene-simmons-was-like-a-kid-working-with-bob-dylan/","sortDate":"2017-08-07 08:25:04.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"},{"postId":188656,"documentUrl":"/sunday-august-6-tigs-rock-birthdays-2/","filterUrl":"/rest/carbon/filter/main/sunday-august-6-tigs-rock-birthdays-2/","sortDate":"2017-08-06 11:42:52.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"},{"postId":188146,"documentUrl":"/gene-simmons-cow/","filterUrl":"/rest/carbon/filter/main/gene-simmons-cow/","sortDate":"2017-08-01 18:44:32.000 +0000","termTaxonomyId":3437,"taxonomyType":"tags"},{"postId":185797,"documentUrl":"/ace-frehley-hard-for-me/","filterUrl":"/rest/carbon/filter/main/ace-frehley-hard-for-me/","sortDate":"2017-07-11 08:20:33.000 +0000","termTaxonomyId":707,"taxonomyType":"tags"},{"postId":184902,"documentUrl":"/ace-frehley-hasnt-been-approached-kiss-reunion-do-for-fans/","filterUrl":"/rest/carbon/filter/main/ace-frehley-hasnt-been-approached-kiss-reunion-do-for-fans/","sortDate":"2017-07-03 06:50:52.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"},{"postId":184439,"documentUrl":"/gene-simmons-wrote-two-songs-ace-frehley-kiss-solo-album/","filterUrl":"/rest/carbon/filter/main/gene-simmons-wrote-two-songs-ace-frehley-kiss-solo-album/","sortDate":"2017-06-28 06:49:24.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"}],"taxonomy":[{"postId":192605,"documentUrl":"/kiss-demos-van-halen/","filterUrl":"/rest/carbon/filter/main/kiss-demos-van-halen/","sortDate":"2017-09-11 07:28:28.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"},{"postId":191039,"documentUrl":"/friday-august-25-tigs-rock-birthdays/","filterUrl":"/rest/carbon/filter/main/friday-august-25-tigs-rock-birthdays/","sortDate":"2017-08-25 10:55:36.000 +0000","termTaxonomyId":3437,"taxonomyType":"tags"},{"postId":190696,"documentUrl":"/mayweather-mcgregor-rock-predictions/","filterUrl":"/rest/carbon/filter/main/mayweather-mcgregor-rock-predictions/","sortDate":"2017-08-22 14:21:41.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"},{"postId":190193,"documentUrl":"/gene-simmons-trademarks/","filterUrl":"/rest/carbon/filter/main/gene-simmons-trademarks/","sortDate":"2017-08-18 09:33:55.000 +0000","termTaxonomyId":3437,"taxonomyType":"tags"},{"postId":188778,"documentUrl":"/tommy-thayer-says-gene-simmons-was-like-a-kid-working-with-bob-dylan/","filterUrl":"/rest/carbon/filter/main/tommy-thayer-says-gene-simmons-was-like-a-kid-working-with-bob-dylan/","sortDate":"2017-08-07 08:25:04.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"},{"postId":188656,"documentUrl":"/sunday-august-6-tigs-rock-birthdays-2/","filterUrl":"/rest/carbon/filter/main/sunday-august-6-tigs-rock-birthdays-2/","sortDate":"2017-08-06 11:42:52.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"},{"postId":188146,"documentUrl":"/gene-simmons-cow/","filterUrl":"/rest/carbon/filter/main/gene-simmons-cow/","sortDate":"2017-08-01 18:44:32.000 +0000","termTaxonomyId":3437,"taxonomyType":"tags"},{"postId":185797,"documentUrl":"/ace-frehley-hard-for-me/","filterUrl":"/rest/carbon/filter/main/ace-frehley-hard-for-me/","sortDate":"2017-07-11 08:20:33.000 +0000","termTaxonomyId":707,"taxonomyType":"tags"},{"postId":184902,"documentUrl":"/ace-frehley-hasnt-been-approached-kiss-reunion-do-for-fans/","filterUrl":"/rest/carbon/filter/main/ace-frehley-hasnt-been-approached-kiss-reunion-do-for-fans/","sortDate":"2017-07-03 06:50:52.000 +0000","termTaxonomyId":574,"taxonomyType":"tags"},{"postId":184439,"documentUrl":"/gene-simmons-wrote-two-songs-ace-frehley-kiss-solo-album/","filterUrl":"/rest/carbon/filter/main/gene-simmons-wrote-two-songs-ace-frehley-kiss-solo-album/","sortDate":"2017-06-28 06:49:24.000 +0000","termTaxonomyId":574,"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":2},"data":["carbonwidget/dynamic-ad-custom"],"dataDetails":{"carbonwidget/dynamic-ad-custom":{"adUnit":"dynamic-ad-custom","adType":"dfp6"}}},"carbonwidget/dynamic-ad-header":{"info":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-header","widgetTime":2},"data":["carbonwidget/dynamic-ad-header"],"dataDetails":{"carbonwidget/dynamic-ad-header":{"adUnit":"dynamic-ad-header","adType":"dfp6"}}},"carbonwidget/dynamic-ad-push":{"info":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-push","widgetTime":2},"data":["carbonwidget/dynamic-ad-push"],"dataDetails":{"carbonwidget/dynamic-ad-push":{"adUnit":"dynamic-ad-push","adType":"dfp6"}}},"carbonwidget/tsm-out-of-page":{"info":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"tsm-out-of-page","widgetTime":2},"data":["carbonwidget/tsm-out-of-page"],"dataDetails":{"carbonwidget/tsm-out-of-page":{"adUnit":"tsm-out-of-page","adType":"dfp6"}}},"carbonwidget/bottom-728x90":{"info":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"bottom-728x90","widgetTime":2},"data":["carbonwidget/bottom-728x90"],"dataDetails":{"carbonwidget/bottom-728x90":{"adUnit":"bottom-728x90","adType":"dfp6"}}},"ts_blogroll-10":{"info":{"id":"ts_blogroll-10","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"10"},"params":{"title":"Best of WPDH","type":"main_content_thumb_title_roll","cat":"48","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","widgetTime":4,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[211801,211798,211793,211789],"dataDetails":{"211789":{"postid":"211789","sortdate":"2018-02-13T14:27:44.000Z","data":{"mainData":{"postType":"post","caption":"KSDK/St. Louis Police","thumbnail":"http://hudsonvalleypost.com/files/2018/02/donal.png","postDateGmt":"2018-02-13 14:27:44 +0000","title":"Teen Admits to Killing Hudson Valley Grandfather ","url":"http://wpdh.com/teen-admits-to-killing-hudson-valley-grandfather/","id":211789,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"A teen admitted to his role in the death of a Hudson Valley grandfather who was seeing his newborn grandchild for the first time.","authors":[{"id":2396234,"slug":"robertwelber","name":"Bobby Welber","first_name":"Bobby","last_name":"Welber","nickname":"robertwelber","thumbnail":"http://wpdh.com/files/2015/04/hs.jpg","url":"http://wpdh.com/author/robertwelber/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=KmLEvxqqNkQ&list=PLjNXQXk47NS4_FngmWYvFY4SwJv27H5_e","youtubeId":"KmLEvxqqNkQ"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=KmLEvxqqNkQ&list=PLjNXQXk47NS4_FngmWYvFY4SwJv27H5_e","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Teen Admits to Killing Hudson Valley Grandfather "}}},"211793":{"postid":"211793","sortdate":"2018-02-13T14:30:29.000Z","data":{"mainData":{"postType":"post","caption":"Fuse","thumbnail":"http://wpdh.com/files/2017/08/RS11424_78744819-11.jpg","postDateGmt":"2018-02-13 14:30:29 +0000","title":"21-Year-Old Shot in Dutchess County, Police Hope For Answers ","url":"http://wpdh.com/21-year-old-shot-in-dutchess-county-police-hope-for-answers/","id":211793,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Police are hoping the public can help after they say a 21-year-old shooting victim refused to give them details about the shooting.","authors":[{"id":2396234,"slug":"robertwelber","name":"Bobby Welber","first_name":"Bobby","last_name":"Welber","nickname":"robertwelber","thumbnail":"http://wpdh.com/files/2015/04/hs.jpg","url":"http://wpdh.com/author/robertwelber/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=KmLEvxqqNkQ&list=PLjNXQXk47NS4_FngmWYvFY4SwJv27H5_e","youtubeId":"KmLEvxqqNkQ"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=KmLEvxqqNkQ&list=PLjNXQXk47NS4_FngmWYvFY4SwJv27H5_e","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"21-Year-Old Shot in Dutchess County, Police Hope For Answers "}}},"211798":{"postid":"211798","sortdate":"2018-02-13T14:33:54.000Z","data":{"mainData":{"postType":"post","caption":"Google Maps","thumbnail":"http://hudsonvalleypost.com/files/2018/02/bullet-hole.png","postDateGmt":"2018-02-13 14:33:54 +0000","title":"Hudson Valley Police Help Suicidal 20-Year-Old ","url":"http://wpdh.com/hudson-valley-police-help-suicidal-20-year-old/","id":211798,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Police likely saved the life of a potentially suicidal 20-year-old who threatened to burn down his Hudson Valley home. ","authors":[{"id":2396234,"slug":"robertwelber","name":"Bobby Welber","first_name":"Bobby","last_name":"Welber","nickname":"robertwelber","thumbnail":"http://wpdh.com/files/2015/04/hs.jpg","url":"http://wpdh.com/author/robertwelber/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=KmLEvxqqNkQ&list=PLjNXQXk47NS4_FngmWYvFY4SwJv27H5_e","youtubeId":"KmLEvxqqNkQ"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=KmLEvxqqNkQ&list=PLjNXQXk47NS4_FngmWYvFY4SwJv27H5_e","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Hudson Valley Police Help Suicidal 20-Year-Old "}}},"211801":{"postid":"211801","sortdate":"2018-02-13T14:35:54.000Z","data":{"mainData":{"postType":"post","caption":"JaysonPhotography","thumbnail":"http://wpdh.com/files/2017/09/RS830_180985548.jpg","postDateGmt":"2018-02-13 14:35:54 +0000","title":"6 Die From Drug Overdoses in Hudson Valley","url":"http://wpdh.com/6-die-from-drug-overdoses-in-hudson-valley/","id":211801,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Local officials are taking action after six people recently died from drug overdoses in the Hudson Valley.","authors":[{"id":2396234,"slug":"robertwelber","name":"Bobby Welber","first_name":"Bobby","last_name":"Welber","nickname":"robertwelber","thumbnail":"http://wpdh.com/files/2015/04/hs.jpg","url":"http://wpdh.com/author/robertwelber/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=KmLEvxqqNkQ&list=PLjNXQXk47NS4_FngmWYvFY4SwJv27H5_e","youtubeId":"KmLEvxqqNkQ"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=KmLEvxqqNkQ&list=PLjNXQXk47NS4_FngmWYvFY4SwJv27H5_e","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"6 Die From Drug Overdoses in Hudson Valley"}}}},"redisCached":true},"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":"Recommended For You","id":"39627","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"widget_third_party_content-4":{"info":{"id":"widget_third_party_content-4","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"4"},"params":{"type":"zergnet","title":"Best of the Web","id":"13509","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"ts_blogroll-1673":{"info":{"id":"ts_blogroll-1673","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1673"},"params":{"title":"Featured","type":"carousel","isweather":"1","cat":"","posts_per_page":"3","align":"right","tag":"","private_tag":"featured","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0,"pinned_id":"","pinned_label":"","widgetTime":3,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[210568,202573,199607],"dataDetails":{"199607":{"postid":"199607","sortdate":"2017-11-07T16:37:22.000Z","data":{"mainData":{"postType":"post","caption":"","thumbnail":"http://tsminteractive.com/files/2017/09/alexa-amazon-echo-dot.jpg","postDateGmt":"2017-11-07 16:37:22 +0000","title":"WPDH on Alexa","url":"http://wpdh.com/alexa/","id":199607,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Your favorite radio station is now compatible with all Alexa-enabled devices. Want to listen? Just ask Alexa!","authors":{"id":364466,"slug":"townsquaremedia","name":"Townsquare Media","nickname":"Townsquare Media","thumbnail":"http://tsminteractive.com/files/2017/09/393267_478510405512536_257516059_n-2.jpg","url":"http://wpdh.com/author/townsquaremedia/"}},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"dynamic-lead-title":"WPDH on Alexa","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","_aioseop_title":"WPDH is Now Available on Amazon Alexa-enabled Devices"}}},"202573":{"postid":"202573","sortdate":"2017-11-20T07:01:22.000Z","data":{"mainData":{"postType":"post","caption":"Getty Images/Ingram Publishing","postDateGmt":"2017-11-20 07:01:22 +0000","title":"Take Our Survey for a Chance at $500","url":"http://wpdh.com/sponsored-listener-survey/","id":202573,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Please take 5 minutes to complete a brief survey about a new Health &amp; Wellness app. Your feedback is important and will help guide the development of this and similar products. By completing the survey in full, you will also be entered to win a $500 VISA Gift Card.","authors":[{"id":364466,"slug":"townsquaremedia","name":"Townsquare Media","nickname":"Townsquare Media","thumbnail":"http://tsminteractive.com/files/2017/09/393267_478510405512536_257516059_n-2.jpg","url":"http://wpdh.com/author/townsquaremedia/"}],"thumbnail":"http://wpdh.com/files/2018/02/ThinkstockPhotos-122486570.jpg"},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"dynamic-lead-title":"Take Our Survey for a Chance at $500","dynamic-lead-excerpt":"Please take 5 minutes to complete a brief survey about a new Health &amp; Wellness app. Your feedback is important and will help guide the development of this and similar products. By completing the survey in full, you will also be entered to win a $500 VISA Gift Card.","dynamic-lead-link-url":"","dynamic-lead-image":"210562","dynamicLeadImageId":210562,"dynamicLeadImageDetails":{"id":210562,"postAuthor":1947334,"postDate":"2018-02-02T22:12:19.000Z","postDateGmt":"2018-02-03T03:12:19.000Z","postTitle":"Pile of Money","postExcerpt":"Getty Images/Ingram Publishing","postStatus":"inherit","commentStatus":"open","postPassword":"","postName":"pile-of-money-9","toPing":"","pinged":"","postModified":"2018-02-02T22:12:20.000Z","postModifiedGmt":"2018-02-03T03:12:20.000Z","postContentFiltered":"","postParent":0,"guid":"http://wpdh.com/files/2018/02/ThinkstockPhotos-122486570.jpg","menuOrder":0,"postType":"attachment","postMimeType":"image/jpeg","commentCount":0,"data":{"_wp_attached_file":"2018/02/ThinkstockPhotos-122486570.jpg","guid":"http://wpdh.com/files/2018/02/ThinkstockPhotos-122486570.jpg","url":"http://wpdh.com/files/2018/02/ThinkstockPhotos-122486570.jpg"}}}}},"210568":{"postid":"210568","sortdate":"2018-02-05T05:01:11.000Z","data":{"mainData":{"postType":"post","caption":"Thinkstock","thumbnail":"http://wpdh.com/files/2015/01/battle-of-the-best.jpg","postDateGmt":"2018-02-05 05:01:11 +0000","title":"Battle of the Best 2018 Winners List","url":"http://wpdh.com/battle-of-the-best-2018-winners-list/","id":210568,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"We announce winners","authors":[{"id":2144113,"slug":"1015wpdh","name":"101.5 WPDH","first_name":"101.5","last_name":"WPDH","nickname":"1015wpdh","thumbnail":"http://wpdh.com/files/2014/09/wpdhlogov2.png","url":"http://wpdh.com/author/1015wpdh/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Battle of the Best 2018 Winners List","dynamic-lead-excerpt":"We announce winners","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}}},"redisCached":true},"fix_sidebar_marker-106":{"info":{"id":"fix_sidebar_marker-106","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"106"},"params":{"title":"Fix Sidebar Marker","widgetTime":1},"data":[],"dataDetails":{}},"google-ads-widget-1095":{"info":{"id":"google-ads-widget-1095","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"1095"},"params":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":1},"data":["top-right-300x250"],"dataDetails":{"top-right-300x250":{"adUnit":"top-right-300x250","adType":"dfp6"}}},"tsq_sailthru_newsletter_widget-1030":{"info":{"id":"tsq_sailthru_newsletter_widget-1030","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"1030"},"params":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["WPDA/WPDH"],"widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-1674":{"info":{"id":"ts_blogroll-1674","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1674"},"params":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3,"widgetTime":29,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[211801,211798,211793],"dataDetails":{"211793":{"postid":"211793","sortdate":"2018-02-13T14:30:29.000Z","data":{"mainData":{"postType":"post","caption":"Fuse","thumbnail":"http://wpdh.com/files/2017/08/RS11424_78744819-11.jpg","postDateGmt":"2018-02-13 14:30:29 +0000","title":"21-Year-Old Shot in Dutchess County, Police Hope For Answers ","url":"http://wpdh.com/21-year-old-shot-in-dutchess-county-police-hope-for-answers/","id":211793,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Police are hoping the public can help after they say a 21-year-old shooting victim refused to give them details about the shooting.","authors":[{"id":2396234,"slug":"robertwelber","name":"Bobby Welber","first_name":"Bobby","last_name":"Welber","nickname":"robertwelber","thumbnail":"http://wpdh.com/files/2015/04/hs.jpg","url":"http://wpdh.com/author/robertwelber/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=KmLEvxqqNkQ&list=PLjNXQXk47NS4_FngmWYvFY4SwJv27H5_e","youtubeId":"KmLEvxqqNkQ"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=KmLEvxqqNkQ&list=PLjNXQXk47NS4_FngmWYvFY4SwJv27H5_e","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"21-Year-Old Shot in Dutchess County, Police Hope For Answers "}}},"211798":{"postid":"211798","sortdate":"2018-02-13T14:33:54.000Z","data":{"mainData":{"postType":"post","caption":"Google Maps","thumbnail":"http://hudsonvalleypost.com/files/2018/02/bullet-hole.png","postDateGmt":"2018-02-13 14:33:54 +0000","title":"Hudson Valley Police Help Suicidal 20-Year-Old ","url":"http://wpdh.com/hudson-valley-police-help-suicidal-20-year-old/","id":211798,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Police likely saved the life of a potentially suicidal 20-year-old who threatened to burn down his Hudson Valley home. ","authors":[{"id":2396234,"slug":"robertwelber","name":"Bobby Welber","first_name":"Bobby","last_name":"Welber","nickname":"robertwelber","thumbnail":"http://wpdh.com/files/2015/04/hs.jpg","url":"http://wpdh.com/author/robertwelber/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=KmLEvxqqNkQ&list=PLjNXQXk47NS4_FngmWYvFY4SwJv27H5_e","youtubeId":"KmLEvxqqNkQ"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=KmLEvxqqNkQ&list=PLjNXQXk47NS4_FngmWYvFY4SwJv27H5_e","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Hudson Valley Police Help Suicidal 20-Year-Old "}}},"211801":{"postid":"211801","sortdate":"2018-02-13T14:35:54.000Z","data":{"mainData":{"postType":"post","caption":"JaysonPhotography","thumbnail":"http://wpdh.com/files/2017/09/RS830_180985548.jpg","postDateGmt":"2018-02-13 14:35:54 +0000","title":"6 Die From Drug Overdoses in Hudson Valley","url":"http://wpdh.com/6-die-from-drug-overdoses-in-hudson-valley/","id":211801,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Local officials are taking action after six people recently died from drug overdoses in the Hudson Valley.","authors":[{"id":2396234,"slug":"robertwelber","name":"Bobby Welber","first_name":"Bobby","last_name":"Welber","nickname":"robertwelber","thumbnail":"http://wpdh.com/files/2015/04/hs.jpg","url":"http://wpdh.com/author/robertwelber/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=KmLEvxqqNkQ&list=PLjNXQXk47NS4_FngmWYvFY4SwJv27H5_e","youtubeId":"KmLEvxqqNkQ"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=KmLEvxqqNkQ&list=PLjNXQXk47NS4_FngmWYvFY4SwJv27H5_e","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"6 Die From Drug Overdoses in Hudson Valley"}}}},"redisCached":true},"google-ads-widget-1100":{"info":{"id":"google-ads-widget-1100","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"1100"},"params":{"adunit":"bottom-right-300x250","adtype":"dfp6","position":null,"align":"","widgetTime":1},"data":["bottom-right-300x250"],"dataDetails":{"bottom-right-300x250":{"adUnit":"bottom-right-300x250","adType":"dfp6"}}},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":11},"data":[],"dataDetails":{}},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":12},"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"]},"4",{"5":["5.1","5.2","5.3","5.4","5.5","5.6","5.7"]},{"6":["6.1","6.2","6.3","6.4"]},{"7":["7.1","7.2","7.3"]},{"8":["8.1","8.2","8.3","8.4"]},{"9":["9.1","9.2","9.3","9.4","9.5","9.6","9.7","9.8","9.9"]},{"10":["10.1","10.2","10.3","10.4","10.5"]}],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":8,"title":"Home","titleExcerpt":"Home","href":"/","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":119,"title":"DJs","titleExcerpt":"DJs","href":"/djs","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":4234,"title":"Listen","titleExcerpt":"Listen","href":"/listen-live","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":4237,"title":"Playlist","titleExcerpt":"Playlist","href":"/playlist","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":3724,"title":"Events","titleExcerpt":"Events","href":"/events-poughkeepsie","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":4241,"title":"V-I-PDH","titleExcerpt":"V-I-PDH","href":"/vip","samedomain":true,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":55384,"title":"Win Stuff","titleExcerpt":"Win Stuff","href":"/contests/sweeps/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/sweeps/","hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":54241,"title":"News","titleExcerpt":"News","href":"/category/local-news/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/local-news/","hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":19278,"title":"Local Experts","titleExcerpt":"Local Experts","href":"/local-experts/","samedomain":true,"hasBlogroll":false}},"10":{"menuId":"10","attrs":{"menuPostId":4245,"title":"Contact","titleExcerpt":"Contact","href":"/help","samedomain":true,"hasBlogroll":false}},"2.1":{"menuId":"2.1","attrs":{"menuPostId":4249,"title":"All DJs","titleExcerpt":"All DJs","href":"/djs","samedomain":true,"hasBlogroll":false}},"2.2":{"menuId":"2.2","attrs":{"menuPostId":4250,"title":"Shows","titleExcerpt":"Shows","href":"/shows","samedomain":true,"hasBlogroll":false}},"2.3":{"menuId":"2.3","attrs":{"menuPostId":7483,"title":"Boris and Robyn Show","titleExcerpt":"Boris and Robyn Show","href":"/category/the-boris-and-robyn-show/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/the-boris-and-robyn-show/","hasBlogroll":false}},"2.4":{"menuId":"2.4","attrs":{"menuPostId":7484,"title":"Boris","titleExcerpt":"Boris","href":"/author/aboris/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/aboris/","hasBlogroll":false}},"2.5":{"menuId":"2.5","attrs":{"menuPostId":7485,"title":"Robyn Taylor","titleExcerpt":"Robyn Taylor","href":"/author/robyntaylor/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/robyntaylor/","hasBlogroll":false}},"2.6":{"menuId":"2.6","attrs":{"menuPostId":7486,"title":"Hopkins","titleExcerpt":"Hopkins","href":"/author/hopkinswpdh-com/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/hopkinswpdh-com/","hasBlogroll":false}},"2.7":{"menuId":"2.7","attrs":{"menuPostId":196036,"title":"Smitty","titleExcerpt":"Smitty","href":"/author/wrrvsmitty/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/wrrvsmitty/","hasBlogroll":false}},"2.8":{"menuId":"2.8","attrs":{"menuPostId":7487,"title":"Tigman","titleExcerpt":"Tigman","href":"/author/johnrutigliano/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/johnrutigliano/","hasBlogroll":false}},"2.9":{"menuId":"2.9","attrs":{"menuPostId":54555,"title":"Zach Martin","titleExcerpt":"Zach Martin","href":"/author/zachmartin/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/zachmartin/","hasBlogroll":false}},"3.1":{"menuId":"3.1","attrs":{"menuPostId":4235,"title":"Listen Live","titleExcerpt":"Listen Live","href":"/listen-live","samedomain":true,"hasBlogroll":false}},"3.2":{"menuId":"3.2","attrs":{"menuPostId":200475,"title":"Alexa-Enabled Devices","titleExcerpt":"Alexa-Enabled Devices","href":"/alexa","samedomain":true,"hasBlogroll":false}},"3.3":{"menuId":"3.3","attrs":{"menuPostId":4236,"title":"Mobile App","titleExcerpt":"Mobile App","href":"/app","samedomain":true,"hasBlogroll":false}},"5.1":{"menuId":"5.1","attrs":{"menuPostId":211245,"title":"Paddy On The River","titleExcerpt":"Paddy On The River","href":"http://www.paddyontheriver.com","samedomain":false,"hasBlogroll":false}},"5.2":{"menuId":"5.2","attrs":{"menuPostId":203879,"title":"Northeast Outdoor Show","titleExcerpt":"Northeast Outdoor Show","href":"http://www.neoutdoorsportsshow.com","samedomain":false,"hasBlogroll":false}},"5.3":{"menuId":"5.3","attrs":{"menuPostId":203880,"title":"Beer, Bourbon, & Bacon","titleExcerpt":"Beer, Bourbon, & Bacon","href":"http://www.beerbourbonbacon.com","samedomain":false,"hasBlogroll":false}},"5.4":{"menuId":"5.4","attrs":{"menuPostId":203881,"title":"Insane Inflatable 5K","titleExcerpt":"Insane Inflatable 5K","href":"https://insaneinflatable5k.com/event/hudson-valley-ny/","samedomain":false,"hasBlogroll":false}},"5.5":{"menuId":"5.5","attrs":{"menuPostId":203882,"title":"Hudson River Craft Beer Festival","titleExcerpt":"Hudson River Craft Beer Festival","href":"http://www.hrcbf.com","samedomain":false,"hasBlogroll":false}},"5.6":{"menuId":"5.6","attrs":{"menuPostId":9621,"title":"Community Calendar","titleExcerpt":"Community Calendar","href":"/events-poughkeepsie/search/community-calendar/","samedomain":true,"hasBlogroll":false}},"5.7":{"menuId":"5.7","attrs":{"menuPostId":18627,"title":"Concert Calendar","titleExcerpt":"Concert Calendar","href":"/events-poughkeepsie/search/concerts/","samedomain":true,"hasBlogroll":false}},"6.1":{"menuId":"6.1","attrs":{"menuPostId":4244,"title":"Sign Up","titleExcerpt":"Sign Up","href":"/registration","samedomain":true,"hasBlogroll":false}},"6.2":{"menuId":"6.2","attrs":{"menuPostId":4242,"title":"Contests","titleExcerpt":"Contests","href":"/contests/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/","hasBlogroll":false}},"6.3":{"menuId":"6.3","attrs":{"menuPostId":27052,"title":"Contest Rules","titleExcerpt":"Contest Rules","href":"/wpdh-contest-rules/","samedomain":true,"hasBlogroll":false}},"6.4":{"menuId":"6.4","attrs":{"menuPostId":4247,"title":"V-I-PDH Support","titleExcerpt":"V-I-PDH Support","href":"/help","samedomain":true,"hasBlogroll":false}},"7.1":{"menuId":"7.1","attrs":{"menuPostId":210257,"title":"Chris Jericho’s Rock 'N Wrestling Rager at Sea","titleExcerpt":"Chris Jericho’s Rock 'N Wrestling Rager at Sea","href":"/contests/sweeps/rock-wrestling-at-sea/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/sweeps/rock-wrestling-at-sea/","hasBlogroll":false}},"7.2":{"menuId":"7.2","attrs":{"menuPostId":211211,"title":"$300 Walmart Gift Card","titleExcerpt":"","href":"/contests/sweeps/300-walmart/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/sweeps/300-walmart/","hasBlogroll":false}},"7.3":{"menuId":"7.3","attrs":{"menuPostId":211212,"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}},"8.1":{"menuId":"8.1","attrs":{"menuPostId":198919,"title":"Snow Closings & Delays","titleExcerpt":"Snow Closings & Delays","href":"/hudson-valley-snow-closings-delays/","samedomain":true,"hasBlogroll":false}},"8.2":{"menuId":"8.2","attrs":{"menuPostId":117811,"title":"Hudson Valley Post","titleExcerpt":"Hudson Valley Post","href":"http://hudsonvalleypost.com/","samedomain":false,"hasBlogroll":false}},"8.3":{"menuId":"8.3","attrs":{"menuPostId":54244,"title":"Music News","titleExcerpt":"Music News","href":"/category/music-news/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/music-news/","hasBlogroll":false}},"8.4":{"menuId":"8.4","attrs":{"menuPostId":114962,"title":"News Tips","titleExcerpt":"News Tips","href":"/send-wpdh-your-news-tips/","samedomain":true,"hasBlogroll":false}},"9.1":{"menuId":"9.1","attrs":{"menuPostId":166483,"title":"Beer World","titleExcerpt":"","href":"/local-experts/beer-world/","samedomain":true,"hasBlogroll":false}},"9.2":{"menuId":"9.2","attrs":{"menuPostId":208156,"title":"Hannoush Jewelers","titleExcerpt":"","href":"/local-experts/hannoush-jewel/","samedomain":true,"hasBlogroll":false}},"9.3":{"menuId":"9.3","attrs":{"menuPostId":202849,"title":"Hudson Valley Pediatric Dentistry","titleExcerpt":"","href":"/local-experts/hud-valley-ped/","samedomain":true,"hasBlogroll":false}},"9.4":{"menuId":"9.4","attrs":{"menuPostId":162603,"title":"Middlehope Veterinary Hospital","titleExcerpt":"","href":"/local-experts/middlehope-veterinary/","samedomain":true,"hasBlogroll":false}},"9.5":{"menuId":"9.5","attrs":{"menuPostId":177255,"title":"Mill Creek Caterers","titleExcerpt":"","href":"/local-experts/mill-creek-caterers/","samedomain":true,"hasBlogroll":false}},"9.6":{"menuId":"9.6","attrs":{"menuPostId":84591,"title":"Newburgh Brewing Company","titleExcerpt":"Newburgh Brewing Company","href":"/local-experts/newburgh-brewing-company/","samedomain":true,"hasBlogroll":false}},"9.7":{"menuId":"9.7","attrs":{"menuPostId":169512,"title":"Perfect Exteriors","titleExcerpt":"","href":"/local-experts/perfect-exteriors/","samedomain":true,"hasBlogroll":false}},"9.8":{"menuId":"9.8","attrs":{"menuPostId":210377,"title":"Smokers Mecca","titleExcerpt":"Smokers Mecca","href":"/local-experts/smokers-mecca/","samedomain":true,"hasBlogroll":false}},"9.9":{"menuId":"9.9","attrs":{"menuPostId":163485,"title":"Taxdebt","titleExcerpt":"","href":"/local-experts/taxdebt/","samedomain":true,"hasBlogroll":false}},"10.1":{"menuId":"10.1","attrs":{"menuPostId":7498,"title":"Prizes, Events, Promotions, & Directions","titleExcerpt":"Prizes, Events, Promotions, & Directions","href":"/prize-questions/","samedomain":true,"hasBlogroll":false}},"10.2":{"menuId":"10.2","attrs":{"menuPostId":4246,"title":"Send Feedback","titleExcerpt":"Send Feedback","href":"/feedback","samedomain":true,"hasBlogroll":false}},"10.3":{"menuId":"10.3","attrs":{"menuPostId":4248,"title":"Advertise","titleExcerpt":"Advertise","href":"/advertise","samedomain":true,"hasBlogroll":false}},"10.4":{"menuId":"10.4","attrs":{"menuPostId":114960,"title":"News Tips","titleExcerpt":"News Tips","href":"/send-wpdh-your-news-tips/","samedomain":true,"hasBlogroll":false}},"10.5":{"menuId":"10.5","attrs":{"menuPostId":108985,"title":"Job Openings","titleExcerpt":"Job Openings","href":"/tags/townsquare-media-of-the-hudson-valley-jobs/","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/townsquare-media-of-the-hudson-valley-jobs/","hasBlogroll":false}}}},"carbonwidget/nav/promo_links":{"info":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"},"params":{"widgetTime":28},"data":["1","2","3","4","5","6","7","8"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":3844,"title":"Trending:","titleExcerpt":"Trending:","href":"","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":210235,"title":"Chris Jericho’s Rock 'N Wrestling Rager at Sea","titleExcerpt":"Chris Jericho’s Rock 'N Wrestling Rager at Sea","href":"/contests/sweeps/rock-wrestling-at-sea/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/sweeps/rock-wrestling-at-sea/","hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":210559,"title":"$500 Survey Giveaway","titleExcerpt":"$500 Survey Giveaway","href":"/sponsored-listener-survey/","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":210755,"title":"Battle of the Best 2018 Winners List","titleExcerpt":"","href":"/battle-of-the-best-2018-winners-list","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":204321,"title":"Storm Center","titleExcerpt":"Storm Center","href":"/hudson-valley-snow-closings-delays/","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":203527,"title":"Ski Report","titleExcerpt":"Ski Report","href":"/snocountry-ski-conditions-report-3/","samedomain":true,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":198335,"title":"Music Matters","titleExcerpt":"Music Matters","href":"/music-matters-providing-instruments-to-children-in-need-2","samedomain":true,"hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":62585,"title":"Song Requests","titleExcerpt":"Song Requests","href":"/tags/song-requests/","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/song-requests/","hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/footer":{"info":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"},"params":{"widgetTime":28},"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 on WPDH","href":"/advertise/"}},"3":{"menuId":"3","attrs":{"title":"Public File","href":"/wpdh-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":"Poughkeepsie Business Listings","href":"/poughkeepsie-featured-business-listings/"}},"comscore":{"menuId":"comscore","attrs":{"title":"Loudwire Network"}}}}},"data":{},"time":{"wpTime":29.694,"mainOptionsTime":33.106,"sidebarsTime":46.461,"widgetsTime":33.616,"processTime":142.96},"experimentGroup":"B"},"serverConfig":{"host":"wpdh.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=f6f5453a8cde7d0b301abb99888e7aca87cafa58"></script>
        </body>
      </html>