<!doctype html>
      <html class="single">
        <head>
          <title data-react-helmet="true">FGL Hosting Fundraiser to Benefit Hurricane Victims</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="Florida Georgia Line are the latest country act to step up for Texans displaced by Hurricane Harvey."/><meta data-react-helmet="true" name="keywords" content="florida georgia line, florida georgia line red cross, florida georgia line cmt crossroads, florida georgia line hurricane harvey"/><meta data-react-helmet="true" property="fb:app_id" content="180613901983184"/><meta data-react-helmet="true" property="fb:admins" content="664423889"/><meta data-react-helmet="true" property="fb:admins" content="583052867"/><meta data-react-helmet="true" property="fb:admins" content="100002025987268"/><meta data-react-helmet="true" property="fb:admins" content="732998853"/><meta data-react-helmet="true" property="og:title" content="FGL Hosting Fundraiser to Benefit Hurricane Victims"/><meta data-react-helmet="true" property="og:description" content="Florida Georgia Line are the latest country act to step up for Texans displaced by Hurricane Harvey."/><meta data-react-helmet="true" property="og:url" content="http://bigfrog104.com/florida-georgia-line-fgl-house-fundraiser-hurricane-harvey/"/><meta data-react-helmet="true" property="og:site_name" content="BIG FROG 104"/><meta data-react-helmet="true" property="og:type" content="blog"/><meta data-react-helmet="true" property="og:image" content="http://tasteofcountry.com/files/2017/03/DSC_01181.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="@bigfrog104"/><meta data-react-helmet="true" name="sailthru.description" content="Florida Georgia Line are the latest country act to step up for Texans displaced by Hurricane Harvey."/><meta data-react-helmet="true" name="sailthru.date" content="2017-08-30 13:01:02"/><meta data-react-helmet="true" name="sailthru.title" content="Florida Georgia Line Hosting Fundraiser to Benefit Hurricane Victims"/><meta data-react-helmet="true" name="sailthru.tags" content="tsmsite-wfrg, tsmmarket-utica, tsmtype-local, florida-georgia-line, country-2"/><meta data-react-helmet="true" name="sailthru.author" content="anniereuter"/><meta data-react-helmet="true" name="sailthru.image.full" content="http://tasteofcountry.com/files/2017/03/DSC_01181.jpg"/><meta data-react-helmet="true" name="sailthru.image.thumb" content="http://tasteofcountry.com/files/2017/03/DSC_01181.jpg"/><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://bigfrog104.com/files/2011/02/tsmfavicon.ico"/><link data-react-helmet="true" rel="profile" href="http://gmpg.org/xfn/11"/><link data-react-helmet="true" rel="canonical" href="http://tasteofcountry.com/florida-georgia-line-fgl-house-fundraiser-hurricane-harvey/"/>
          <link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic|Roboto:400,400italic,500,500italic,700,300italic,300|Roboto+Condensed:300,400,700" rel="stylesheet" type="text/css" />
          <link href="/styles/base.css?ver=f6f5453a8cde7d0b301abb99888e7aca87cafa58&mver=4" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "B";
          window.TSM.cadata = {"activeDomain":"bigfrog104.com","blogId":39,"method":"get_single","postId":626511,"crosspostBlogId":"204","crosspostPostId":"389851","postType":"post","postDateGmt":"2017-08-30 17:01:02.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":"anniereuter","dimension2":"country-2","dimension3":"florida-georgia-line","dimension4":"post","dimension5":"Wed Aug 30 2017","dimension6":"13:013","dimension7":"standard","dimension8":"692","dimension9":"B","dimension10":"no"};
ga( "create", {
          trackingId:"UA-1801936-2",
          name: "primary",
          allowAnchor: false
        });
        ga( "primary.require", "displayfeatures" );
        ga( "primary.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "primary" ] = {gaid:"UA-1801936-2"};
ga( "create", {
          trackingId:"UA-19109753-1",
          name: "UA191097531",
          allowAnchor: false
        });
        ga( "UA191097531.require", "displayfeatures" );
        ga( "UA191097531.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA191097531" ] = {gaid:"UA-19109753-1"};
ga( "create", {
          trackingId:"UA-1801936-5",
          name: "UA18019365",
          allowAnchor: false
        });
        ga( "UA18019365.require", "displayfeatures" );
        ga( "UA18019365.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA18019365" ] = {gaid:"UA-1801936-5"};
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":"FGL Hosting Fundraiser to Benefit Hurricane Victims","callsign":"WFRGFM","market":"Utica","sitetype":"Local","siteClassification":"Local","state":"NY","genre":{"0":"country"},"pageType":"post","tags":"florida-georgia-line","categories":"country-2","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=bigfrog104.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", ["country-2"] );
googletag.pubads().setTargeting( "tags", ["florida-georgia-line"] );
googletag.pubads().setTargeting( "id", "florida-georgia-line-fgl-house-fundraiser-hurricane-harvey" );
googletag.pubads().setTargeting( "author", "anniereuter" );
googletag.pubads().setTargeting( "kw", ["anniereuter","florida-georgia-line-fgl-house-fundraiser-hurricane-harvey","country-2","florida-georgia-line","pagetype-post"] );
googletag.pubads().setTargeting( "genre", ["country"] );
googletag.pubads().setTargeting( "device", "web" );
googletag.pubads().setTargeting( "ksg", Krux.segments );
        googletag.pubads().setTargeting( "kuid", Krux.user );
if( window.TSM.adSlots["tsm-ad-300a"] === undefined ){
window.TSM.adSlots["tsm-ad-300a"] = googletag.defineSlot( "8328825/local/Utica/WFRG/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/Utica/WFRG/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/Utica/WFRG/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/Utica/WFRG/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/Utica/WFRG/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/Utica/WFRG/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/Utica/WFRG/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/Utica/WFRG/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/Utica/WFRG/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="-669579786"><!-- 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="BIG FROG 104" title="BIG FROG 104" data-reactid="14"><img src="http://bigfrog104.com/files/2017/10/wfrgfm-logo1.png" alt="BIG FROG 104" title="BIG FROG 104" data-reactid="15"/></a><div class="site-menu-right" data-reactid="16"><div class="showticker-container" id="show-ticker" data-reactid="17"><div class="slider showticker-items" data-reactid="18"><div class="sizer" data-reactid="19"></div><div class="mover fade" data-reactid="20"><div id="promotion-22" class="stationtagline-container showticker-item" data-reactid="21"><div class="content" data-reactid="22"><a class="info" href="#" data-reactid="23">THE BEST & MOST COUNTRY</a></div></div></div></div><a class="listen-live-cto cto" href="/listen-live/" data-reactid="24"><span class="icon-play2" data-reactid="25"></span><span class="cto-title" data-reactid="26">Listen Now</span></a><a class="sign-in-out" href="/#auth-start" title="" data-reactid="27"></a></div><nav id="site-menu" data-reactid="28"><div class="wrapper" data-reactid="29"><span class="icon-base icon-menu select-none" data-reactid="30"></span><ul class="links" data-reactid="31"><li class="hassub" data-reactid="32"><a href="/" data-reactid="33">Home</a></li><li class="hassub" data-reactid="34"><a href="/shows/" data-reactid="35">On Air</a><ul class="links submenu" data-reactid="36"><li class="hassub" data-reactid="37"><a href="/djs/" data-reactid="38">DJs</a></li><li class="hassub" data-reactid="39"><a href="/shows/" data-reactid="40">Schedule</a></li><li class="hassub" data-reactid="41"><a href="/author/staceymcadams/" data-reactid="42">Polly Wogg</a></li><li class="hassub" data-reactid="43"><a href="/author/bmcadams/" data-reactid="44">Tad Pole</a></li><li class="hassub" data-reactid="45"><a href="/author/luketubia/" data-reactid="46">Luke Austin</a></li><li class="hassub" data-reactid="47"><a href="/author/daveyjones/" data-reactid="48">Dave Wheeler</a></li><li class="hassub" data-reactid="49"><a href="/author/samalex/" data-reactid="50">Sam Alex</a></li><li class="hassub" data-reactid="51"><a href="/show/taste-of-country-nights/" data-reactid="52">Taste of Country Nights</a></li></ul></li><li class="hassub" data-reactid="53"><a href="/listen-live/" data-reactid="54">Listen</a><ul class="links submenu" data-reactid="55"><li class="hassub" data-reactid="56"><a href="/listen-live/" data-reactid="57">Listen Live</a></li><li class="hassub" data-reactid="58"><a href="/app/" data-reactid="59">Mobile App</a></li><li class="hassub" data-reactid="60"><a href="/alexa/" data-reactid="61">Alexa</a></li></ul></li><li class="hassub" data-reactid="62"><a href="/category/playlists/" data-reactid="63">Playlist</a><ul class="links submenu" data-reactid="64"><li class="hassub" data-reactid="65"><a href="/playlist/" data-reactid="66">Recently Played</a></li></ul></li><li class="hassub" data-reactid="67"><a href="/events-utica/" data-reactid="68">Events</a><ul class="links submenu" data-reactid="69"><li class="hassub" data-reactid="70"><a href="/events-utica/pollys-all-nighter-5/09-february-2018-la-quinta-inn-and-suites/" data-reactid="71">Polly&#x27;s All Nighter</a></li><li class="hassub" data-reactid="72"><a href="/events-utica/community/add" data-reactid="73">Submit An Event</a></li></ul></li><li class="hassub" data-reactid="74"><a href="/vip" data-reactid="75">Rewards Club</a><ul class="links submenu" data-reactid="76"><li class="hassub" data-reactid="77"><a href="/registration" data-reactid="78">Sign Up</a></li><li class="hassub" data-reactid="79"><a href="/contests" data-reactid="80">Contests</a></li><li class="hassub" data-reactid="81"><a href="/vip-terms/" data-reactid="82">Contest Rules</a></li><li class="hassub" data-reactid="83"><a href="/help/" data-reactid="84">VIP Support</a></li><li class="hassub" data-reactid="85"><a href="/local-experts/" data-reactid="86">Local Expert</a></li></ul></li><li class="hassub" data-reactid="87"><a href="/contests/" data-reactid="88">Win Stuff</a><ul class="links submenu" data-reactid="89"><li class="hassub" data-reactid="90"><a href="/5-stupid-questions-returns/" data-reactid="91">5 Stupid Questions</a></li><li class="hassub" data-reactid="92"><a href="/were-sending-you-to-see-kenny-chesney-at-lakeview/" data-reactid="93">Kenny Chesney at Lakeview Tickets</a></li><li class="hassub" data-reactid="94"><a href="/trophy-room-3/" data-reactid="95">Trophy Room</a></li><li class="hassub" data-reactid="96"><a href="/join-the-super-mom-squad-by-sharing-your-mom-fail/" data-reactid="97">Super Mom Squad</a></li><li class="hassub" data-reactid="98"><a href="/contests/sweeps/300-visa/" data-reactid="99">$300 Visa Gift Card</a></li></ul></li><li class="hassub" data-reactid="100"><a href="" data-reactid="101">Contact</a><ul class="links submenu" data-reactid="102"><li class="hassub" data-reactid="103"><a href="/help/" data-reactid="104">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="105"><a href="/advertise" data-reactid="106">Advertise With Us</a></li><li class="hassub" data-reactid="107"><a href="/careers" data-reactid="108">Careers</a></li><li class="hassub" data-reactid="109"><a href="/event-vendor-form/" data-reactid="110">Be An Event Vendor</a></li><li class="hassub" data-reactid="111"><a href="/submit-a-hoppy-birthday/" data-reactid="112">Submit Birthdays</a></li><li class="hassub" data-reactid="113"><a href="/events-utica/community/add/" data-reactid="114">Submit Your PSA or Event</a></li><li class="hassub" data-reactid="115"><a href="/feedback" data-reactid="116">Website Feedback</a></li></ul></li><li class="hidden-menu hassub hide" data-reactid="117"><a class="more-icon" href="#" data-reactid="118">More</a><ul class="links submenu" data-reactid="119"><li class="hassub hide" data-reactid="120"><a href="/" data-reactid="121">Home</a></li><li class="hassub hide" data-reactid="122"><a href="/shows/" data-reactid="123">On Air</a><ul class="links submenu" data-reactid="124"><li class="hassub" data-reactid="125"><a href="/djs/" data-reactid="126">DJs</a></li><li class="hassub" data-reactid="127"><a href="/shows/" data-reactid="128">Schedule</a></li><li class="hassub" data-reactid="129"><a href="/author/staceymcadams/" data-reactid="130">Polly Wogg</a></li><li class="hassub" data-reactid="131"><a href="/author/bmcadams/" data-reactid="132">Tad Pole</a></li><li class="hassub" data-reactid="133"><a href="/author/luketubia/" data-reactid="134">Luke Austin</a></li><li class="hassub" data-reactid="135"><a href="/author/daveyjones/" data-reactid="136">Dave Wheeler</a></li><li class="hassub" data-reactid="137"><a href="/author/samalex/" data-reactid="138">Sam Alex</a></li><li class="hassub" data-reactid="139"><a href="/show/taste-of-country-nights/" data-reactid="140">Taste of Country Nights</a></li></ul></li><li class="hassub hide" data-reactid="141"><a href="/listen-live/" data-reactid="142">Listen</a><ul class="links submenu" data-reactid="143"><li class="hassub" data-reactid="144"><a href="/listen-live/" data-reactid="145">Listen Live</a></li><li class="hassub" data-reactid="146"><a href="/app/" data-reactid="147">Mobile App</a></li><li class="hassub" data-reactid="148"><a href="/alexa/" data-reactid="149">Alexa</a></li></ul></li><li class="hassub hide" data-reactid="150"><a href="/category/playlists/" data-reactid="151">Playlist</a><ul class="links submenu" data-reactid="152"><li class="hassub" data-reactid="153"><a href="/playlist/" data-reactid="154">Recently Played</a></li></ul></li><li class="hassub hide" data-reactid="155"><a href="/events-utica/" data-reactid="156">Events</a><ul class="links submenu" data-reactid="157"><li class="hassub" data-reactid="158"><a href="/events-utica/pollys-all-nighter-5/09-february-2018-la-quinta-inn-and-suites/" data-reactid="159">Polly&#x27;s All Nighter</a></li><li class="hassub" data-reactid="160"><a href="/events-utica/community/add" data-reactid="161">Submit An Event</a></li></ul></li><li class="hassub hide" data-reactid="162"><a href="/vip" data-reactid="163">Rewards Club</a><ul class="links submenu" data-reactid="164"><li class="hassub" data-reactid="165"><a href="/registration" data-reactid="166">Sign Up</a></li><li class="hassub" data-reactid="167"><a href="/contests" data-reactid="168">Contests</a></li><li class="hassub" data-reactid="169"><a href="/vip-terms/" data-reactid="170">Contest Rules</a></li><li class="hassub" data-reactid="171"><a href="/help/" data-reactid="172">VIP Support</a></li><li class="hassub" data-reactid="173"><a href="/local-experts/" data-reactid="174">Local Expert</a></li></ul></li><li class="hassub hide" data-reactid="175"><a href="/contests/" data-reactid="176">Win Stuff</a><ul class="links submenu" data-reactid="177"><li class="hassub" data-reactid="178"><a href="/5-stupid-questions-returns/" data-reactid="179">5 Stupid Questions</a></li><li class="hassub" data-reactid="180"><a href="/were-sending-you-to-see-kenny-chesney-at-lakeview/" data-reactid="181">Kenny Chesney at Lakeview Tickets</a></li><li class="hassub" data-reactid="182"><a href="/trophy-room-3/" data-reactid="183">Trophy Room</a></li><li class="hassub" data-reactid="184"><a href="/join-the-super-mom-squad-by-sharing-your-mom-fail/" data-reactid="185">Super Mom Squad</a></li><li class="hassub" data-reactid="186"><a href="/contests/sweeps/300-visa/" data-reactid="187">$300 Visa Gift Card</a></li></ul></li><li class="hassub hide" data-reactid="188"><a href="" data-reactid="189">Contact</a><ul class="links submenu" data-reactid="190"><li class="hassub" data-reactid="191"><a href="/help/" data-reactid="192">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="193"><a href="/advertise" data-reactid="194">Advertise With Us</a></li><li class="hassub" data-reactid="195"><a href="/careers" data-reactid="196">Careers</a></li><li class="hassub" data-reactid="197"><a href="/event-vendor-form/" data-reactid="198">Be An Event Vendor</a></li><li class="hassub" data-reactid="199"><a href="/submit-a-hoppy-birthday/" data-reactid="200">Submit Birthdays</a></li><li class="hassub" data-reactid="201"><a href="/events-utica/community/add/" data-reactid="202">Submit Your PSA or Event</a></li><li class="hassub" data-reactid="203"><a href="/feedback" data-reactid="204">Website Feedback</a></li></ul></li></ul></li></ul><div class="site-menu-right" data-reactid="205"><ul class="social-links" data-reactid="206"><li class="social" data-reactid="207"><a class="share-link youtube" href="https://youtube.com/user/BigFrog104WFRG" target="_blank" data-social="youtube" data-reactid="208"><span class="icon-base icon-youtube" data-reactid="209"></span></a></li><li class="social" data-reactid="210"><a class="share-link facebook" href="http://www.facebook.com/pages/The-Best-and-Most-Country-BIG-FROG-104/339110617267" target="_blank" data-social="facebook" data-reactid="211"><span class="icon-base icon-facebook" data-reactid="212"></span></a></li><li class="social" data-reactid="213"><a class="share-link twitter" href="https://twitter.com/bigfrog104" target="_blank" data-social="twitter" data-reactid="214"><span class="icon-base icon-twitter" data-reactid="215"></span></a></li><ul class="social-subscriptions" data-reactid="216"><li class="sub-instagram " data-reactid="217"><a href="https://www.instagram.com/bigfrog104fm" target="_blank" data-reactid="218">INSTAGRAM</a></li><li class="share_link_small youtube sub-youtube" data-reactid="219"><span class="youtube-subscribe-button " data-reactid="220"></span></li><li class="sub-facebook" data-reactid="221"></li><li class="sub-twitter" data-reactid="222"></li></ul></ul><div id="search-form" class="" data-reactid="223"><div class="form-wrap" data-reactid="224"><form data-reactid="225"><input type="text" name="searchInput" value="" class="search-input" placeholder="Search" data-reactid="226"/><input type="submit" class="search-submit" disabled="" value="SEARCH" data-reactid="227"/></form></div><div class="icon-base icon-search" data-reactid="228"></div></div></div><div class="site-screen select-none" data-reactid="229"></div></div></nav></div><ul class="promo-links" data-reactid="230"><li data-reactid="231"><span data-reactid="232">TRENDING:</span></li><li data-reactid="233"><a title="Polly&#x27;s All Nighter" href="/pollys-all-nighter-is-back-at-la-quinta/" data-reactid="234">Polly&#x27;s All Nighter</a></li><li data-reactid="235"><a title="5 Stupid Questions" href="/5-stupid-questions-returns/" data-reactid="236">5 Stupid Questions</a></li><li data-reactid="237"><a title="Win Kenny Chesney Tix" href="/were-sending-you-to-see-kenny-chesney-at-lakeview/" data-reactid="238">Win Kenny Chesney Tix</a></li><li data-reactid="239"><a title="BIG FROG App" href="/app" data-reactid="240">BIG FROG App</a></li><li data-reactid="241"><a title="Big Frog on Alexa" href="/alexa/" data-reactid="242">Big Frog on Alexa</a></li><li data-reactid="243"><a title="Closings &amp; Delays" href="/school-closings" data-reactid="244">Closings &amp; Delays</a></li><li data-reactid="245"><a title="Concerts" href="/category/concerts/" data-reactid="246">Concerts</a></li><li data-reactid="247"><a title="Weather" href="/utica-weather/" data-reactid="248">Weather</a></li></ul></div><div class="tsm-ad tsm-ad-nav-970" data-reactid="249"><div id="tsm-ad-970a" data-reactid="250"><!-- dynamic ad --></div></div><div class="site-content clearfix" data-reactid="251"><div class="main-content" data-reactid="252"><div class="wrapper post-wrapper" data-reactid="253"><div class="post clearfix" data-reactid="254"><div class="entry" data-reactid="255"><article id="post-626511" data-location="/florida-georgia-line-fgl-house-fundraiser-hurricane-harvey/" data-index="0" data-reactid="256"><div class="page-header" data-reactid="257"><div class="content-header show-ui front" id="content-header-626511" data-reactid="258"><div class="internal-header outgrow  " style="max-height:0px;" data-reactid="259"></div><div class="content-header-header" data-reactid="260"><div class="react-parallax " data-reactid="261"><div class="react-parallax-background-children" data-bottom-top="transform:translate3d(0,-20%,0);" data-top-bottom="transform:translate3d(0,20%,0);" data-reactid="262"><figure class="frameme img-tag frame-loaded" data-reactid="263"><div class="theframe" data-image="http://tasteofcountry.com/files/2017/03/DSC_01181.jpg" rel="" title="" style="background-image:url(&quot;http://tasteofcountry.com/files/2017/03/DSC_01181.jpg?w=980&amp;q=75&quot;);" data-reactid="264"></div></figure></div><div class="react-parallax-content" data-reactid="265"><figure class="frameme img-tag" data-reactid="266"><div class="theframe" data-image="http://tasteofcountry.com/files/2017/03/DSC_01181.jpg" rel="" title="" data-reactid="267"></div><div class="loadinganim showbox" id="0" data-reactid="268"><div class="loader" style="width:30px;height:30px;" data-reactid="269"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="270"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="271"></circle></svg></div></div></figure></div></div><div class="header" data-reactid="272"><section class="title " data-reactid="273"><h1 class="" data-reactid="274">Florida Georgia Line Hosting Fundraiser to Benefit Hurricane Victims</h1></section><div class="byline" data-reactid="275"><div class="authors" data-reactid="276"><address class="author" data-reactid="277"><div class="author-image icon-user" data-reactid="278"><figure class="frameme" data-reactid="279"><a class="theframe" data-image="http://production.townsquareblogs.com/wp-content/uploads/2012/10/profile.png" href="http://bigfrog104.com/author/anniereuter/" rel="author" title="Annie Reuter" data-reactid="280"></a><div class="loadinganim showbox" id="0" data-reactid="281"><div class="loader" style="width:30px;height:30px;" data-reactid="282"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="283"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="284"></circle></svg></div></div></figure></div><a class="author-name" href="http://bigfrog104.com/author/anniereuter/" rel="author" title="Annie Reuter" data-reactid="285">Annie Reuter</a></address></div><time datetime="2017-08-30 17:01:02 +0000" data-reactid="286">August 30, 2017</time></div><figcaption title="Josh Lowe for Taste of Country" data-reactid="287">Josh Lowe for Taste of Country</figcaption></div></div></div></div><div class="content-wrap" data-reactid="288"><div class="social-share bignsexy" data-reactid="289"><div class="social-bar social-icons" data-reactid="290"><ul data-reactid="291"><li data-reactid="292"><a href="http://twitter.com/intent/tweet?text=Florida%20Georgia%20Line%20Hosting%20Fundraiser%20to%20Benefit%20Hurricane%20Victims%20http%3A%2F%2Ftasteofcountry.com%2Fflorida-georgia-line-fgl-house-fundraiser-hurricane-harvey%2F%3Ftrackback%3Dtwitter_mobile%20%40bigfrog104" title="Share on Twitter" target="_blank" data-reactid="293"><span class=" social-icon icon-twitter tw" data-reactid="294"><span class="share-title" data-reactid="295">Share on Twitter</span></span></a></li><li data-reactid="296"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Ftasteofcountry.com%2Fflorida-georgia-line-fgl-house-fundraiser-hurricane-harvey%2F%3Ftrackback%3Dfbshare_mobile" title="Share on Facebook" target="_blank" data-reactid="297"><span class=" social-icon icon-facebook fb" data-reactid="298"><span class="share-title" data-reactid="299">Share on Facebook</span></span></a></li></ul></div></div><div class="content" data-reactid="300"><div class="pod-content" data-reactid="301"><p data-reactid="302"><!-- react-text: 303 -->In the wake of Hurricane Harvey&#x27;s destruction throughout southern Texas, many country singers have stepped up to help families affected by the storm. <!-- /react-text --><a href="http://tasteofcountry.com/tags/florida-georgia-line/" data-reactid="304"><!-- react-text: 305 -->Florida Georgia Line<!-- /react-text --></a><!-- react-text: 306 --> aren&#x27;t Texans, but they felt compelled to help, so they&#x27;re hosting a last-minute fundraiser at their venue/restaurant FGL House on Wednesday night (Aug. 30).<!-- /react-text --></p><p data-reactid="307"><!-- react-text: 308 -->The duo have set up a benefit to take place during the television broadcast of their <!-- /react-text --><em data-reactid="309"><!-- react-text: 310 -->CMT Crossroads<!-- /react-text --></em><!-- react-text: 311 --> appearance with the Backstreet Boys. The event will also act as a viewing party, but proceeds will go to the American Red Cross and ultimately, displaced Texans.<!-- /react-text --></p><div class="sharethrough-container" data-reactid="312"><div class="tsm-ad tsm-ad-oop" data-reactid="313"><div id="tsm-ad-sharethrough-oop-1" data-reactid="314"><!-- dynamic ad --></div></div></div><div data-reactid="315"><p style="text-align: center;"><strong>Country Singers Respond After Hurricane Hits Texas</strong></p>
</div><div class="lazyload-placeholder oembed-lazyload-placeholder" data-reactid="316"></div><p data-reactid="317"><!-- react-text: 318 -->According to a press release, <!-- /react-text --><em data-reactid="319"><!-- react-text: 320 -->CMT Crossroads<!-- /react-text --></em><!-- react-text: 321 --> will be played on screens throughout FGL&#x27;s entire four-level restaurant, and American Red Cross representatives will be onsite to assist in patron donations. The viewing party is open to the public and those who donate $25 to the American Red Cross will gain entry to a VIP section in FGL House&#x27;s basement lounge, which will have complimentary hors d’oeuvres and a raffle entry for giveaways.<!-- /react-text --></p><p data-reactid="322">Additionally, the first 50 supporters will also receive an FGL tour T-shirt.</p><p data-reactid="323"><em data-reactid="324"><!-- react-text: 325 -->CMT Crossroads<!-- /react-text --></em><!-- react-text: 326 --> featuring Florida Georgia Line and Backstreet Boys airs on Aug. 30 at 10PM ET. In a <!-- /react-text --><a href="http://tasteofcountry.com/florida-gerogia-line-backstreet-boys-cmt-crossroads-trailer/" data-reactid="327"><!-- react-text: 328 -->clip released<!-- /react-text --></a><!-- react-text: 329 --> ahead of the show&#x27;s premiere, Tyler Hubbard and Brian Kelley seem to be enjoying their time onstage with the pop stars while singing BSB&#x27;s 1998 hit &quot;Everybody (Backstreet&#x27;s Back).&quot; They even assist at the end of the performance with the choreography from the song.<!-- /react-text --></p><div class="single-post-button cto-container" data-reactid="330"><a class="next-post cto" href="http://tasteofcountry.com/hurricane-harvey-relief-fund-donations/" target="_blank" data-reactid="331">Next: Give to Hurricane Harvey Relief Funds</a></div><div data-reactid="332"><p style="text-align: center;"><strong>Farewell Angelina Singing &quot;House of the Rising Sun&quot; is Beautiful, Haunting</strong></p>
</div><div class="lazyload-placeholder oembed-lazyload-placeholder" data-reactid="333"></div></div></div><div class="content-footer" data-reactid="334"><!-- react-empty: 335 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="336"></div><div class="feed_attribution_after clearfix" data-reactid="337"><!-- react-text: 338 -->
<!-- /react-text --><a href="http://tasteofcountry.com/florida-georgia-line-fgl-house-fundraiser-hurricane-harvey/" target="_blank" data-reactid="339"><img src="http://tasteofcountry.com/files/2012/09/toc_syn_logo.png" class="crosspost-attribution-image" alt="Taste of Country" data-reactid="340"/></a><!-- react-text: 341 --> Source: <!-- /react-text --><a href="http://tasteofcountry.com/florida-georgia-line-fgl-house-fundraiser-hurricane-harvey/" target="_blank" data-reactid="342"><!-- react-text: 343 -->Florida Georgia Line Hosting Fundraiser to Benefit Hurricane Victims<!-- /react-text --></a><!-- react-text: 344 -->
<!-- /react-text --></div><div class="tags-lines" data-reactid="345"><div class="wrapper" data-reactid="346"><span data-reactid="347"><!-- react-text: 348 -->Filed Under<!-- /react-text --><!-- react-text: 349 -->: <!-- /react-text --></span><span data-reactid="350"><!-- react-text: 351 --><!-- /react-text --><a href="http://bigfrog104.com/tags/florida-georgia-line/" data-reactid="352">florida georgia line</a></span></div><div class="wrapper" data-reactid="353"><span data-reactid="354"><!-- react-text: 355 -->Categories<!-- /react-text --><!-- react-text: 356 -->: <!-- /react-text --></span><span data-reactid="357"><!-- react-text: 358 --><!-- /react-text --><a href="http://bigfrog104.com/category/country-2/" data-reactid="359">Country</a></span></div></div><div class="comments-wrapper" data-reactid="360"><div class="comments" data-reactid="361"><div data-reactid="362"><span class="icon-comments" data-reactid="363"></span><i data-reactid="364">Comments</i><span class="fb-comments-count" data-href="http://bigfrog104.com/florida-georgia-line-fgl-house-fundraiser-hurricane-harvey/" data-reactid="365"></span><span class="icon-triangle-down" data-reactid="366"></span></div><div class="cto" data-reactid="367">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="368"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="369">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="370"><div class="aside-inside" data-reactid="371"><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-32" data-reactid="372"><div class="wrapper clearfix" data-reactid="373"><div class="fix_sidebar_marker" data-reactid="374"></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-1320" data-reactid="375"><!-- react-text: 376 --><!-- /react-text --><div class="wrapper clearfix" data-reactid="377"><section id="ts_blogroll-1320" class="blogroll carousel slider dl align-right" data-reactid="378"><div class="slider blogroll-items" data-reactid="379"><div class="sizer" data-reactid="380"></div><div class="mover slide" data-reactid="381"><article class="item title-over-image" data-reactid="382"><figure class="frameme" data-reactid="383"><a class="theframe" data-image="http://wibx950.com/files/2018/02/GettyImages-917345794.jpg" href="http://bigfrog104.com/erin-hamlin-in-good-spot-to-medal-after-first-2-olympic-luge-runs/" rel="" title="Erin Hamlin In Good Spot to Medal After First 2 Olympic Luge Runs" data-reactid="384"></a><div class="loadinganim showbox" id="0" data-reactid="385"><div class="loader" style="width:30px;height:30px;" data-reactid="386"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="387"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="388"></circle></svg></div></div></figure><div class="content" data-reactid="389"><a href="http://bigfrog104.com/erin-hamlin-in-good-spot-to-medal-after-first-2-olympic-luge-runs/" title="Erin Hamlin In Good Spot to Medal After First 2 Olympic Luge Runs" class="title" data-reactid="390">Erin Hamlin In Good Spot to Medal After First 2 Olympic Luge Runs</a></div></article></div><div class="previous icon-arrow-thin-left arrow icon-base round always-visible" title="Previous" data-reactid="391"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="392"></div></div></section></div></section><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-35" data-reactid="393"><div class="wrapper clearfix" data-reactid="394"><div class="fix_sidebar_marker" data-reactid="395"></div></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-879" data-reactid="396"><div class="wrapper clearfix" data-reactid="397"><div class="widget-content" data-reactid="398"><div class="tsm-ad tsm-ad-300" data-reactid="399"><div id="tsm-ad-300a" data-reactid="400"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-789" data-reactid="401"><div class="wrapper clearfix" data-reactid="402"><div class="widget-content" data-reactid="403"><div data-reactid="404"><form method="post" class="newsletter-frame clearfix" data-reactid="405"><div class="content clearfix" data-reactid="406"><p class="title" data-reactid="407">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="408"><div class="vertical-centered" data-reactid="409"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="410"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="411"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-1321" data-reactid="412"><header data-reactid="413"><h2 data-reactid="414"><span class="title-container" data-reactid="415">Latest Articles</span></h2></header><div class="wrapper clearfix" data-reactid="416"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="417"><div class="blogroll-inner clearfix" data-reactid="418"><article class="" data-reactid="419"><figure class="frameme" data-reactid="420"><a class="theframe" data-image="http://bigfrog104.com/files/2018/02/GettyImages-917746222.jpg" href="http://bigfrog104.com/erin-hamlin-finishes-6th-in-final-olympic-games/" rel="" title="Erin Hamlin Finishes 6th in Final Olympic Games" data-reactid="421"></a><div class="loadinganim showbox" id="0" data-reactid="422"><div class="loader" style="width:30px;height:30px;" data-reactid="423"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="424"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="425"></circle></svg></div></div></figure><div class="content" data-reactid="426"><a href="http://bigfrog104.com/erin-hamlin-finishes-6th-in-final-olympic-games/" title="Erin Hamlin Finishes 6th in Final Olympic Games" class="title" data-reactid="427">Erin Hamlin Finishes 6th in Final Olympic Games</a></div></article><article class="" data-reactid="428"><figure class="frameme" data-reactid="429"><a class="theframe" data-image="http://bigfrog104.com/files/2018/02/Rangers-Canva.png" href="http://bigfrog104.com/more-to-being-a-park-ranger-than-hanging-with-yogi-and-bambi/" rel="" title="More to Being A Park Ranger than Hanging with Yogi and Bambi" data-reactid="430"></a><div class="loadinganim showbox" id="0" data-reactid="431"><div class="loader" style="width:30px;height:30px;" data-reactid="432"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="433"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="434"></circle></svg></div></div></figure><div class="content" data-reactid="435"><a href="http://bigfrog104.com/more-to-being-a-park-ranger-than-hanging-with-yogi-and-bambi/" title="More to Being A Park Ranger than Hanging with Yogi and Bambi" class="title" data-reactid="436">More to Being A Park Ranger than Hanging with Yogi and Bambi</a></div></article><article class="" data-reactid="437"><figure class="frameme" data-reactid="438"><a class="theframe" data-image="http://bigfrog104.com/files/2018/02/GettyImages-915313712.jpg" href="http://bigfrog104.com/when-to-see-old-forges-maddie-phaneuf-in-her-olympic-debut/" rel="" title="When to See Old Forge&amp;apos;s Maddie Phaneuf in Her Olympic Debut" data-reactid="439"></a><div class="loadinganim showbox" id="0" data-reactid="440"><div class="loader" style="width:30px;height:30px;" data-reactid="441"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="442"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="443"></circle></svg></div></div></figure><div class="content" data-reactid="444"><a href="http://bigfrog104.com/when-to-see-old-forges-maddie-phaneuf-in-her-olympic-debut/" title="When to See Old Forge&#x27;s Maddie Phaneuf in Her Olympic Debut" class="title" data-reactid="445">When to See Old Forge&#x27;s Maddie Phaneuf in Her Olympic Debut</a></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="446"><footer data-reactid="447"><div class="links clearfix" data-reactid="448"><div class="logo" data-reactid="449"></div><div class="details" data-reactid="450"><h2 data-reactid="451">Information</h2><ul data-reactid="452"><li data-reactid="453"><a title="Taste Of Country Network" class="" data-reactid="454">Taste Of Country Network</a></li><li data-reactid="455"><a title="EEO" href="/eeo/" class="" data-reactid="456">EEO</a></li><li data-reactid="457"><a title="Advertise" href="/advertise/" class="" data-reactid="458">Advertise</a></li><li data-reactid="459"><a title="Public File" href="/wfrg-public-file/" class="" data-reactid="460">Public File</a></li><li data-reactid="461"><a title="Terms" href="/terms/" class="" data-reactid="462">Terms</a></li><li data-reactid="463"><a title="VIP Terms" href="/vip-terms/" class="" data-reactid="464">VIP Terms</a></li><li data-reactid="465"><a title="FAQ" href="/vip-faq/" class="" data-reactid="466">FAQ</a></li><li data-reactid="467"><a title="Contest Rules" href="/contest-rules/" class="" data-reactid="468">Contest Rules</a></li><li data-reactid="469"><a title="Privacy Policy (Updated: 8/31/17)" href="/privacy/" class="" data-reactid="470">Privacy Policy (Updated: 8/31/17)</a></li><li data-reactid="471"><a title="Contact" href="/help/" class="" data-reactid="472">Contact</a></li><li data-reactid="473"><a href="http://townsquaremediagroup.com/" class="" data-reactid="474"></a></li><li data-reactid="475"><a title="Utica Business Listings" href="/utica-featured-business-listings/" class="" data-reactid="476">Utica Business Listings</a></li></ul></div><div class="social-links" data-reactid="477"><h2 data-reactid="478">Follow Us</h2><ul data-reactid="479"><li class="social" data-reactid="480"><a class="share_link youtube" href="https://www.youtube.com/user/BigFrog104WFRG" target="_blank" data-social="youtube" data-reactid="481"><span class="icon-youtube" data-reactid="482"></span></a></li><li class="social" data-reactid="483"><a class="share_link facebook" href="http://www.facebook.com/pages/The-Best-and-Most-Country-BIG-FROG-104/339110617267" target="_blank" data-social="facebook" data-reactid="484"><span class="icon-facebook" data-reactid="485"></span></a></li><li class="social" data-reactid="486"><a class="share_link twitter" href="https://twitter.com/bigfrog104" target="_blank" data-social="twitter" data-reactid="487"><span class="icon-twitter" data-reactid="488"></span></a></li></ul></div></div><div class="legal" data-reactid="489"><!-- react-text: 490 -->2018<!-- /react-text --><!-- react-text: 491 --> <!-- /react-text --><!-- react-text: 492 -->BIG FROG 104<!-- /react-text --><!-- react-text: 493 --> is part of the Taste Of Country Network<!-- /react-text --><!-- react-text: 494 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="495"><!-- react-empty: 496 --><div id="bottom-not-ads" data-reactid="497"><div class="tsm-ad tsm-ad-728" data-reactid="498"><div id="tsm-ad-728b" data-reactid="499"><!-- dynamic ad --></div></div></div><div data-reactid="500"></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":39,"postId":626511,"url":"/florida-georgia-line-fgl-house-fundraiser-hurricane-harvey/","unfriendlyRequestUrl":"/florida-georgia-line-fgl-house-fundraiser-hurricane-harvey/","requestUrl":"/florida-georgia-line-fgl-house-fundraiser-hurricane-harvey/","blogOptions":{"aioseop_options":{"aiosp_can":"on","aiosp_donate":null,"aiosp_home_title":"BIG FROG 104 – The Best And Most Country – Utica Country Radio","aiosp_home_description":"BIG FROG 104, WFRG-FM Radio, plays the best country music in Utica, New York. ","aiosp_home_keywords":"BIG FROG 104 Utica, Utica BIG FROG 104, country radio Utica, Utica country radio, country music Utica, Utica country music","aiosp_max_words_excerpt":null,"aiosp_rewrite_titles":"on","aiosp_post_title_format":"%post_title%","aiosp_page_title_format":"%page_title% - %blog_title%","aiosp_category_title_format":"%category_title% - %blog_title%","aiosp_archive_title_format":"%date% - %blog_title%","aiosp_tag_title_format":"%tag% - %blog_title%","aiosp_search_title_format":"%search% - %blog_title%","aiosp_description_format":"%description%","aiosp_404_title_format":"Nothing found for %request_words%","aiosp_paged_format":" - Part %page%","aiosp_use_categories":null,"aiosp_dynamic_postspage_keywords":null,"aiosp_category_noindex":null,"aiosp_archive_noindex":null,"aiosp_tags_noindex":null,"aiosp_cap_cats":"on","aiosp_generate_descriptions":"on","aiosp_debug_info":null,"aiosp_post_meta_tags":"","aiosp_page_meta_tags":"","aiosp_home_meta_tags":"","aiosp_enabled":"1","aiosp_use_tags_as_keywords":null,"aiosp_do_log":null,"aiosp_ex_pages":""},"blogdescription":"The Best And Most Country","blogname":"BIG FROG 104","carbonUiUpdateCounter":"4","design_option_live":{"page_bg":"FFE6931D","page_head_bg":"00000000","primary_bg":"FFFFFFFF","secondary_bg":"FFE9C825","mdl_head_bg":"FF000000","main_nav_hue":"FFFFFFFF","nav_hover_hue":"FFE36110","primary_hue":"FF333333","secondary_hue":"FF333333","primary_head_hue":"FF000000","secondary_head_hue":"FF000000","primary_active_hue":"FFE36110","secondary_active_hue":"FF333333","accent_hue":"FF333333","header_link_hue":"FF000000","footer_link_hue":"FFF5F4F0","primary_mdl_bg":"FFE9E9E9","primary_mdl_hue":"FF111111","secondary_mdl_bg":"25777777","secondary_mdl_hue":"FF000000","standout_bg":"FFE36110","mobile_primary_color":"FF333333","mobile_secondary_color":"FFE36110","iv_primary_color":"FFE36110","iv_secondary_color":"FFE36110","iv_tertiary_color":"FFE76100","iv_html_color":"FFFFDF00","iv_container_color":"FFFFFFFF","iv_html_bg":"","iv_body_bg":"","iv_logo":"","iv_logo_trim":"","carbon_logo_bg":"FFFFD500","carbon_showticker_bg":"80000000","events_app_primary_color":"FFE36110","events_app_secondary_color":"FF333333","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://bigfrog104.com/files/2017/10/wfrgfm-bg1.jpg","carbon_logo_img":"http://bigfrog104.com/files/2017/10/wfrgfm-logo1.png","carbon_promo_bg_img":"http://bigfrog104.com/files/2017/10/wfrgfm-promo1.jpg","page_img":"","body_img":"http://bigfrog104.production.townsquareblogs.com/files/2010/12/Background61.jpg","square_logo_img":"","logo_img":"http://bigfrog104.com/files/2011/10/logo.png","logo_img_trim":"http://bigfrog104.com/files/2013/08/big-frog-104.png","logo_img_light":"http://bigfrog104.com/files/2017/03/bigfrog-white.png","logo_img_dark":"","header_img":"http://bigfrog104.com/files/2013/08/big-frog-104.jpg","placeholder_img":"","page_head_img":"http://bigfrog104.com/files/2011/10/headerBG.png","favicon_img":"http://bigfrog104.com/files/2011/02/tsmfavicon.ico","top_banner_img":"none","title":"TS3 - Big Frog 104","ID":"0","designer":"Steve Frost","comment":"Generated by the Flavor to Design export script","action":"edit","editor":"Stephen Alba","editorID":2190306,"siteID":"39","timestamp":1508962660,"status":"active","properties":{"iv_html_bg":{"background-repeat":"","background-attachment":"","background-size":""},"carbon_body_img":{"background-repeat":"","background-attachment":"","background-size":""}}},"disable_mobile_ads":"","enableAppNexusWrapper":"1","enableBelowGalleryEndcard":"1","enableInGalleryEndcard":"1","enable_chartbeat":"","exclude_bottom_banner":"1","exclude_top_banner":"","FacebookCommentsOptions":{"moderator_userids":"664423889,583052867,100002025987268,732998853","moderator_appid":"180613901983184","colorscheme":"","show_like":"yes","show_comments":"yes","show_commentscount":"yes","action":"like"},"facebook_app":{"id":"180613901983184","fanpage":"http://www.facebook.com/pages/The-Best-and-Most-Country-BIG-FROG-104/339110617267","plugins":{"facebook-authentication":1,"facebook-like-button":1}},"google_ads_dfp6_template_ads":{"dynamic-ad-custom":"1","dynamic-ad-header":"1","dynamic-ad-push":"1","top-728x90":"1","bottom-728x90":"1","mid-top-300x250":"1","mid-bottom-300x250":"1","tsm-out-of-page":"1","tsm-2x2":"0","top-right-noflex-300x250":"1","top-right-300x250":"1"},"google_maps_api_key":"","iq_weather_page_sponsor_city_name":"Utica","iq_weather_page_sponsor_zip_code":"13502","onlyhome_pushdown":"","onlyhome_topbanner":"","posts_per_page":"12","radio_players_wo_stream_id":"3765","sailthru_list_default":"WFRG from Triton 7/18/11","site_template_theme_meta":{"template-tone":"2","listen-live-bar":"block","sidebar-widgets-header":"ruled","blogroll-image-size":"cropped","next-page-offset":"12"},"social_overlay":{"active":"1","text":"Sign up to have exclusive Big Frog Rewards Club contests, events, coupons, presales, and much more delivered to you for FREE.","colors":{"background-color":"#F5EE3D","color":"#333333"},"wrapper":{"divider":"#140A00","button":"#E36110","button-font":"#FFFFFF"},"logo":"http://bigfrog104.com/files/2015/02/logo-2.png"},"timezone_string":"America/New_York","townsquare_ad_version":"dfp6","ts-templates-carbon-homepage-id":"630328","ts-templates-homepage-id":"164864","ts-templates-mobile-homepage-id":"164864","_station_info":{"sitetype":"Local","market":"Utica","genre":{"0":"country"},"callsign":"WFRGFM","callletters":"WFRG","legalname":"Big Frog 104","siteclassification":"Local","street":"9418 River Road","street-2":"","city":"Marcy","state":"NY","zip":"13403","phone":"315-736-0104","helpline":"315-736-0104","studioline":"315-736-0104","officeline":"315-768-9500","officehours":"","email":"stacey.mcadams@townsquaremedia.com","tipus-email":"stacey.mcadams@townsquaremedia.com","inquiries-email":"william.mcadams@townsquaremedia.com","advertising-contact":"Tracy DeCarr","advertising-email":"tracy.decarr@townsquaremedia.com","gm-contact":"Karen Carey","gm-email":"karen.carey@townsquaremedia.com","programming-director-contact":"Bill McAdams","programming-director-email":"william.mcadams@townsquaremedia.com","digital-managing-editor-contact":"Phil Creighton","digital-managing-editor-email":"phillip.creighton@townsquaremedia.com","digital-sales-manager-contact":"Paige Cummings","digital-sales-manager-email":"Paige.Cummings@townsquaremedia.com","mobile-app-feedback-email":"ask.bigfrog104@townsquaredigital.com","mobile-app-media-submission-email":"media.submit.bigfrog104@townsquaredigital.com","public-record-administrator-name":"Bill McAdams","public-record-administrator-email":"William.McAdams@townsquaremedia.com","fcc-online-public-file-url":"https://publicfiles.fcc.gov/fm-profile/wfrg-fm","feedbackurl":"","biz-list-url":"http://bigfrog104.com/utica-featured-business-listings/","amazon_affiliate":"","yieldmo_placement":"","jwplayer":"","twitter_handle":"bigfrog104","youtube_handle":"BigFrog104WFRG","youtube_channel_id":"UC5ZGK8rogln1JkVs02s_CCQ","instagram_handle":"bigfrog104fm","comscore-label":"Taste Of Country"},"_station_logos":{"admin-icon-logo":"http://bigfrog104.com/files/2016/09/icon-32.png","apple-low-res":"http://bigfrog104.com/files/2016/09/icon-57.png","apple-high-res":"http://bigfrog104.com/files/2016/09/icon-114.png","apple-ipad":"http://bigfrog104.com/files/2016/09/icon-72.png"},"_station_settings":{"default_show_image":""},"_townsquare_user_registration_settings":{"requires-confirmation":"no","use-short-form":"no","use-captcha":"yes","javascript-links":"no"},"blogInfo":{"blogId":39,"blogName":"BIG FROG 104","blogDescription":"The Best And Most Country","postTitleFormat":"%post_title%","timeZone":"America/New_York","market":"Utica","activeDomain":"bigfrog104.com","legalName":"Big Frog 104"},"tsiMarkets":"Utica"},"globalBlogOptions":{"google_maps_default_api_key":"AIzaSyCcIkjOyxS9DtubyqzLX2Sbancl83fKon4","gtmSiteId":"GTM-K346HJZ","kruxSiteId":"rwjnisqy1","loyalty_title_39":"Big Frog Rewards Club","kruxEnabled":true},"headers":{"title":[{"textContent":"FGL Hosting Fundraiser to Benefit Hurricane Victims"}],"meta":[{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}},{"attrs":{"charset":"UTF-8"}},{"attrs":{"name":"description","content":"Florida Georgia Line are the latest country act to step up for Texans displaced by Hurricane Harvey."}},{"attrs":{"name":"keywords","content":"florida georgia line, florida georgia line red cross, florida georgia line cmt crossroads, florida georgia line hurricane harvey"}},{"attrs":{"property":"fb:app_id","content":"180613901983184"}},{"attrs":{"property":"fb:admins","content":"664423889"}},{"attrs":{"property":"fb:admins","content":"583052867"}},{"attrs":{"property":"fb:admins","content":"100002025987268"}},{"attrs":{"property":"fb:admins","content":"732998853"}},{"attrs":{"property":"og:title","content":"FGL Hosting Fundraiser to Benefit Hurricane Victims"}},{"attrs":{"property":"og:description","content":"Florida Georgia Line are the latest country act to step up for Texans displaced by Hurricane Harvey."}},{"attrs":{"property":"og:url","content":"http://bigfrog104.com/florida-georgia-line-fgl-house-fundraiser-hurricane-harvey/"}},{"attrs":{"property":"og:site_name","content":"BIG FROG 104"}},{"attrs":{"property":"og:type","content":"blog"}},{"attrs":{"property":"og:image","content":"http://tasteofcountry.com/files/2017/03/DSC_01181.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":"@bigfrog104"}},{"attrs":{"name":"sailthru.description","content":"Florida Georgia Line are the latest country act to step up for Texans displaced by Hurricane Harvey."}},{"attrs":{"name":"sailthru.date","content":"2017-08-30 13:01:02"}},{"attrs":{"name":"sailthru.title","content":"Florida Georgia Line Hosting Fundraiser to Benefit Hurricane Victims"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-wfrg, tsmmarket-utica, tsmtype-local, florida-georgia-line, country-2"}},{"attrs":{"name":"sailthru.author","content":"anniereuter"}},{"attrs":{"name":"sailthru.image.full","content":"http://tasteofcountry.com/files/2017/03/DSC_01181.jpg"}},{"attrs":{"name":"sailthru.image.thumb","content":"http://tasteofcountry.com/files/2017/03/DSC_01181.jpg"}},{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}}],"link":[{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://bigfrog104.com/files/2011/02/tsmfavicon.ico"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"BIG FROG 104 » Feed","href":"http://bigfrog104.com/feed/"}},{"attrs":{"rel":"profile","href":"http://gmpg.org/xfn/11"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"BIG FROG 104 » Florida Georgia Line Hosting Fundraiser to Benefit Hurricane Victims Comments Feed","href":"http://bigfrog104.com/florida-georgia-line-fgl-house-fundraiser-hurricane-harvey/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://bigfrog104.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"Ilion-Mohawk Pop Warner Donation Jar Stolen…Again","href":"http://bigfrog104.com/ilion-mohawk-pop-warner-donation-jar-stolen-again/"}},{"attrs":{"rel":"next","title":"Justin Moore Coming To Rochester February 2018","href":"http://bigfrog104.com/justin-moore-rochester-february-2018/"}},{"attrs":{"rel":"shortlink","href":"http://bigfrog104.com/?p=626511"}},{"attrs":{"rel":"canonical","href":"http://tasteofcountry.com/florida-georgia-line-fgl-house-fundraiser-hurricane-harvey/"}},{"attrs":{"rel":"apple-touch-icon-precomposed","href":"http://bigfrog104.com/files/2016/09/icon-57.png"}},{"attrs":{"rel":"apple-touch-icon-precomposed","sizes":"114x114","href":"http://bigfrog104.com/files/2016/09/icon-114.png"}},{"attrs":{"rel":"apple-touch-icon-precomposed","sizes":"72x72","href":"http://bigfrog104.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":false,"enableSharethrough":true,"enableAppNexusWrapper":true,"sharethroughKey":"","sharethroughArticleKey":"eQRNU3CPcFJzXj7uWQu1hcEX","enableOpenx":false,"enableKiosked":false,"enableKioskedMobile":false,"enableSonobi":false,"sonobiScript":"","zergnetId":"59740","enableYieldbot":false},"scriptVars":{"dfp":{"activeSlots":["tsm-out-of-page","top-right-300x250","middle-right-300x250","bottom-right-300x250","dynamic-ad-custom","dynamic-ad-header","dynamic-ad-push","top-728x90","bottom-728x90","mid-top-300x250","mid-bottom-300x250","top-right-noflex-300x250"],"adPageSettings":{"attrs":{"catid":["country-2"],"tags":["florida-georgia-line"],"id":"florida-georgia-line-fgl-house-fundraiser-hurricane-harvey","author":"anniereuter","kw":["anniereuter","florida-georgia-line-fgl-house-fundraiser-hurricane-harvey","country-2","florida-georgia-line","pagetype-post"],"genre":["country"],"device":"web","kv":[]}},"mobileActiveSlots":["ads-expand-down","ads-expand","ads-prestitial","ads-top-right","ads-bottom-right","ads-top-leaderboard","ads-bottom-leaderboard","ads-mid-top","ads-mid-bottom"],"dfp6":true},"smartAppBanner":{"bannerTitle":"BIG FROG 104 Mobile App","itunes_app_id":"1131661128","google_play_app_id":"com.tsm.bigfrog104","daysHidden":"15","daysReminder":"90","buttonText":"View","priceText":"Get","img_url":"http://bigfrog104.com/files/2016/09/icon-57.png"},"revision":"144485bb9d7c3118346cbec0fd394fec341807e9"},"activeDomain":"bigfrog104.com","authLoginFormNonce":"74e4c53e45","authRegFormNonce":"6c96210149","ga":{"ids":{"primary":"UA-1801936-2","secondary":["UA-19109753-1","UA-1801936-5","UA-28825804-1","UA-45260060-2"],"all":["UA-1801936-2","UA-19109753-1","UA-1801936-5","UA-28825804-1","UA-45260060-2"]}},"tsmStatic":{"revision":"6dbce70bbea8c341afa983c3bc6e114d3f1a3633"},"isGallery":false,"userRegistrationSettings":{},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":626511,"postAuthor":2533857,"postDate":"2017-08-30T18:01:02.000Z","postDateGmt":"2017-08-30T17:01:02.000Z","postTitle":"Florida Georgia Line Hosting Fundraiser to Benefit Hurricane Victims","postExcerpt":"Florida Georgia Line are the latest country act to step up for Texans displaced by Hurricane Harvey.","postStatus":"publish","commentStatus":"open","postPassword":"","postName":"florida-georgia-line-fgl-house-fundraiser-hurricane-harvey","toPing":"","pinged":"","postModified":"2017-08-30T18:01:02.000Z","postModifiedGmt":"2017-08-30T17:01:02.000Z","postContentFiltered":"","postParent":0,"guid":"http://tasteofcountry.com/?p=389851","menuOrder":0,"postType":"post","postMimeType":"","commentCount":0,"postDateGmtStr":"2017-08-30 17:01:02.000+0000","postModifiedGmtStr":"2017-08-30 17:01:02.000+0000","meta":{"_crosspost_source_blog_id":"204","_crosspost_source_post_id":"389851"}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"Florida Georgia Line Hosting Fundraiser to Benefit Hurricane Victims","next":{"latest":[{"postId":625723,"documentUrl":"/florida-gerogia-line-backstreet-boys-cmt-crossroads-trailer/","filterUrl":"/rest/carbon/filter/main/florida-gerogia-line-backstreet-boys-cmt-crossroads-trailer/","sortDate":"2017-08-18 14:30:54.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":624187,"documentUrl":"/florida-georgia-line-backstreet-boys-cmt-crossroads/","filterUrl":"/rest/carbon/filter/main/florida-georgia-line-backstreet-boys-cmt-crossroads/","sortDate":"2017-07-29 17:00:00.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":623469,"documentUrl":"/highest-paid-country-singers-2017/","filterUrl":"/rest/carbon/filter/main/highest-paid-country-singers-2017/","sortDate":"2017-07-16 16:00:00.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":622374,"documentUrl":"/florida-georgia-line-monday-night-football-hank-jr/","filterUrl":"/rest/carbon/filter/main/florida-georgia-line-monday-night-football-hank-jr/","sortDate":"2017-06-29 09:00:34.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":621897,"documentUrl":"/summer-country-music-concerts-across-upstate-cny/","filterUrl":"/rest/carbon/filter/main/summer-country-music-concerts-across-upstate-cny/","sortDate":"2017-06-22 17:44:45.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":620557,"documentUrl":"/2017-cmt-awards-winners/","filterUrl":"/rest/carbon/filter/main/2017-cmt-awards-winners/","sortDate":"2017-06-07 20:26:19.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":620551,"documentUrl":"/hank-williams-jr-monday-night-football-theme-florida-georgia-line-jason-derulo/","filterUrl":"/rest/carbon/filter/main/hank-williams-jr-monday-night-football-theme-florida-georgia-line-jason-derulo/","sortDate":"2017-06-07 12:29:31.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":620554,"documentUrl":"/tyler-hubbard-baby-florida-georgia-line/","filterUrl":"/rest/carbon/filter/main/tyler-hubbard-baby-florida-georgia-line/","sortDate":"2017-06-07 10:41:09.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":618590,"documentUrl":"/florida-georgia-line-house-restaurant/","filterUrl":"/rest/carbon/filter/main/florida-georgia-line-house-restaurant/","sortDate":"2017-05-12 15:00:00.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":614767,"documentUrl":"/florida-georgia-line-veteran-all-terrain-wheelchair/","filterUrl":"/rest/carbon/filter/main/florida-georgia-line-veteran-all-terrain-wheelchair/","sortDate":"2017-03-22 12:00:04.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"}],"taxonomy":[{"postId":625723,"documentUrl":"/florida-gerogia-line-backstreet-boys-cmt-crossroads-trailer/","filterUrl":"/rest/carbon/filter/main/florida-gerogia-line-backstreet-boys-cmt-crossroads-trailer/","sortDate":"2017-08-18 14:30:54.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":624187,"documentUrl":"/florida-georgia-line-backstreet-boys-cmt-crossroads/","filterUrl":"/rest/carbon/filter/main/florida-georgia-line-backstreet-boys-cmt-crossroads/","sortDate":"2017-07-29 17:00:00.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":623469,"documentUrl":"/highest-paid-country-singers-2017/","filterUrl":"/rest/carbon/filter/main/highest-paid-country-singers-2017/","sortDate":"2017-07-16 16:00:00.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":622374,"documentUrl":"/florida-georgia-line-monday-night-football-hank-jr/","filterUrl":"/rest/carbon/filter/main/florida-georgia-line-monday-night-football-hank-jr/","sortDate":"2017-06-29 09:00:34.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":621897,"documentUrl":"/summer-country-music-concerts-across-upstate-cny/","filterUrl":"/rest/carbon/filter/main/summer-country-music-concerts-across-upstate-cny/","sortDate":"2017-06-22 17:44:45.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":620557,"documentUrl":"/2017-cmt-awards-winners/","filterUrl":"/rest/carbon/filter/main/2017-cmt-awards-winners/","sortDate":"2017-06-07 20:26:19.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":620551,"documentUrl":"/hank-williams-jr-monday-night-football-theme-florida-georgia-line-jason-derulo/","filterUrl":"/rest/carbon/filter/main/hank-williams-jr-monday-night-football-theme-florida-georgia-line-jason-derulo/","sortDate":"2017-06-07 12:29:31.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":620554,"documentUrl":"/tyler-hubbard-baby-florida-georgia-line/","filterUrl":"/rest/carbon/filter/main/tyler-hubbard-baby-florida-georgia-line/","sortDate":"2017-06-07 10:41:09.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":618590,"documentUrl":"/florida-georgia-line-house-restaurant/","filterUrl":"/rest/carbon/filter/main/florida-georgia-line-house-restaurant/","sortDate":"2017-05-12 15:00:00.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":614767,"documentUrl":"/florida-georgia-line-veteran-all-terrain-wheelchair/","filterUrl":"/rest/carbon/filter/main/florida-georgia-line-veteran-all-terrain-wheelchair/","sortDate":"2017-03-22 12:00:04.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"}]},"cadata":{"activeDomain":"bigfrog104.com","blogId":39,"method":"get_single","postId":626511,"crosspostBlogId":"204","crosspostPostId":"389851","postType":"post","postDateGmt":"2017-08-30 17:01:02.000+0000"},"env":"production"},"structure":{"data":["header","maintop","main","mainads","mainbottom","side","nav"],"dataDetails":{"header":["header-sidebar"],"maintop":[],"main":["carbonsidebar/single"],"mainads":["carbonsidebar/mainads"],"mainbottom":["single-post-bottom","carbonsidebar/facebookComment"],"side":["carbon-post-sidebar"],"nav":["carbonsidebar/nav/blueiv","carbonsidebar/nav/main","carbonsidebar/nav/promo_links","carbonsidebar/nav/footer"]}},"sidebars":{"data":["header-sidebar","carbonsidebar/single","carbonsidebar/mainads","single-post-bottom","carbonsidebar/facebookComment","carbon-post-sidebar","carbonsidebar/nav/blueiv","carbonsidebar/nav/main","carbonsidebar/nav/promo_links","carbonsidebar/nav/footer"],"dataDetails":{"header-sidebar":{"widgets":["promotion-22","widget_listen_live-81","now-playing-87","widget_onair-77"],"widgetDetails":{"promotion-22":{"widgetInfo":{"id":"promotion-22","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"22"},"widgetParams":{"title":"THE BEST & MOST COUNTRY","type":"single","subtype":"","sponsor":{"time_start":"Mon Jan 16 2017","time_end":"Tue Feb 14 2017","background_image":"","sponsor_image":"","sponsor_image_mobile":"","background_color":"#f78420","background_repeat":"no-repeat","sponsor_name":"Holiday Inn","sponsor_link":""},"widgetTime":7}},"widget_listen_live-81":{"widgetInfo":{"id":"widget_listen_live-81","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"81"},"widgetParams":{"title":"Listen Now","widgetTime":7}},"now-playing-87":{"widgetInfo":{"id":"now-playing-87","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"87"},"widgetParams":{"title":"Recently Played","widgetTime":7}},"widget_onair-77":{"widgetInfo":{"id":"widget_onair-77","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"77"},"widgetParams":{"title":"On Air","widgetTime":12}}}},"carbonsidebar/single":{"widgets":["carbonwidget/single-1"],"widgetDetails":{"carbonwidget/single-1":{"widgetInfo":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"widgetParams":{"mainAuthor":{"id":2533857,"slug":"anniereuter","name":"Annie Reuter","first_name":"Annie","last_name":"Reuter","nickname":"anniereuter","thumbnail":"http://production.townsquareblogs.com/wp-content/uploads/2012/10/profile.png","url":"http://bigfrog104.com/author/anniereuter/"},"firstCategoryName":"Country","postType":"post","postTitle":"Florida Georgia Line Hosting Fundraiser to Benefit Hurricane Victims","widgetTime":30}}}},"carbonsidebar/mainads":{"widgets":["carbonwidget/top-728x90","carbonwidget/dynamic-ad-custom","carbonwidget/dynamic-ad-header","carbonwidget/dynamic-ad-push","carbonwidget/tsm-out-of-page","carbonwidget/bottom-728x90"],"widgetDetails":{"carbonwidget/top-728x90":{"widgetInfo":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"top-728x90","widgetTime":2}},"carbonwidget/dynamic-ad-custom":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-custom","widgetTime":2}},"carbonwidget/dynamic-ad-header":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-header","widgetTime":2}},"carbonwidget/dynamic-ad-push":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-push","widgetTime":2}},"carbonwidget/tsm-out-of-page":{"widgetInfo":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"tsm-out-of-page","widgetTime":2}},"carbonwidget/bottom-728x90":{"widgetInfo":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"bottom-728x90","widgetTime":2}}}},"single-post-bottom":{"widgets":["ts_blogroll-7","widget_third_party_content-2","widget_third_party_content-3"],"widgetDetails":{"ts_blogroll-7":{"widgetInfo":{"id":"ts_blogroll-7","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"7"},"widgetParams":{"title":"Best Of Big Frog 104","type":"main_content_thumb_title_roll","cat":"7032","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1"}},"widget_third_party_content-2":{"widgetInfo":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"widgetParams":{"type":"zergnet","title":"Recommended For You","id":"35863","placement":"","targettype":"","mode":"","widgetTime":2}},"widget_third_party_content-3":{"widgetInfo":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"widgetParams":{"type":"zergnet","title":"Best Of The Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":1}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["fix_sidebar_marker-32","ts_blogroll-1320","fix_sidebar_marker-35","google-ads-widget-879","tsq_sailthru_newsletter_widget-789","ts_blogroll-1321"],"widgetDetails":{"fix_sidebar_marker-32":{"widgetInfo":{"id":"fix_sidebar_marker-32","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"32"},"widgetParams":{"title":"Fix Sidebar Marker","widgetTime":1}},"ts_blogroll-1320":{"widgetInfo":{"id":"ts_blogroll-1320","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1320"},"widgetParams":{"title":"","type":"carousel","isweather":0,"cat":"8750","posts_per_page":"3","align":"right","pinned_id":"","pinned_label":"","tag":"feature","private_tag":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0}},"fix_sidebar_marker-35":{"widgetInfo":{"id":"fix_sidebar_marker-35","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"35"}},"google-ads-widget-879":{"widgetInfo":{"id":"google-ads-widget-879","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"879"},"widgetParams":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","position":null,"widgetTime":1}},"tsq_sailthru_newsletter_widget-789":{"widgetInfo":{"id":"tsq_sailthru_newsletter_widget-789","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"789"},"widgetParams":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["WFRG from Triton 7/18/11"],"widgetTime":1}},"ts_blogroll-1321":{"widgetInfo":{"id":"ts_blogroll-1321","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1321"},"widgetParams":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3}}}},"carbonsidebar/nav/blueiv":{"widgets":["carbonwidget/nav/blueiv"],"widgetDetails":{"carbonwidget/nav/blueiv":{"widgetInfo":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"}}}},"carbonsidebar/nav/main":{"widgets":["carbonwidget/nav/main"],"widgetDetails":{"carbonwidget/nav/main":{"widgetInfo":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"}}}},"carbonsidebar/nav/promo_links":{"widgets":["carbonwidget/nav/promo_links"],"widgetDetails":{"carbonwidget/nav/promo_links":{"widgetInfo":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"}}}},"carbonsidebar/nav/footer":{"widgets":["carbonwidget/nav/footer"],"widgetDetails":{"carbonwidget/nav/footer":{"widgetInfo":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"}}}}}},"widgets":{"promotion-22":{"info":{"id":"promotion-22","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"22"},"params":{"title":"THE BEST & MOST COUNTRY","type":"single","subtype":"","sponsor":{"time_start":"Mon Jan 16 2017","time_end":"Tue Feb 14 2017","background_image":"","sponsor_image":"","sponsor_image_mobile":"","background_color":"#f78420","background_repeat":"no-repeat","sponsor_name":"Holiday Inn","sponsor_link":""},"widgetTime":7},"data":[0],"dataDetails":{"0":{"image":"","description":"","link_url":"#","link_label":"","link_target":"_self"}}},"widget_listen_live-81":{"info":{"id":"widget_listen_live-81","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"81"},"params":{"title":"Listen Now","widgetTime":7},"data":[257927],"dataDetails":{"257927":{"postId":257927,"title":"Listen Now","label":"Click to view the latest song playing on air.","url":"/listen-live/","mobileId":"18751","playerMode":"radio","sid":"3193","callsign":"WFRGFM","woMobileId":"5024","woStreamId":"3765","activePlayer":"wo","listenLivePageUrl":"http://player.streamtheworld.com/_players/townsquaremedia/runspotv3/?sid=3193&redirect=http://player.listenlive.co/18751","html5ScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/html5/stwplayer.php?callsign=WFRGFM&primaryColor=0x00bfff&playermode=radio&sid=3193&width=630","flashScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/stwplayer.php?callsign=WFRGFM&primaryColor=0x00bfff&playermode=radio&timeshift=false&radiopup=true&playerAdState=0&popout=false&width=630","wo_player_url":"http://v6.player.abacast.net/5024","wo_recent_api_url":"http://api.nowplaying.abacast.net/prt/nowplaying/2/10/3765/nowplaying.json","wo_preroll_url":"http://api.clarity.abacast.com/gateway/getmediavast.php?sid=3765/","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"now-playing-87":{"info":{"id":"now-playing-87","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"87"},"params":{"title":"Recently Played","widgetTime":7},"data":[257927],"dataDetails":{"257927":{"postId":257927,"mobileId":"18751","playerMode":"radio","sid":"3193","callsign":"WFRGFM","woStreamId":"3765","activePlayer":"wo","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"widget_onair-77":{"info":{"id":"widget_onair-77","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"77"},"params":{"title":"On Air","widgetTime":12},"data":["678"],"dataDetails":{"678":{"id":"678","url":"http://bigfrog104.com/show/luke-austin-midday/","title":"Midday With Luke Austin","wall":"http://bigfrog104.com/show/luke-austin-midday/","posts":"http://bigfrog104.com/show/luke-austin-midday/posts","mail":"Luke.Tubia@townsquaremedia.com","phone":"","thumbnailId":621522,"thumbnail":"http://bigfrog104.com/files/2010/10/10462312_10204191749656738_350016055772315142_n.jpg","authors":[{"id":1429315,"user_nicename":"luketubia","display_name":"Luke Austin"}]}}},"carbonwidget/single-1":{"info":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"params":{"mainAuthor":{"id":2533857,"slug":"anniereuter","name":"Annie Reuter","first_name":"Annie","last_name":"Reuter","nickname":"anniereuter","thumbnail":"http://production.townsquareblogs.com/wp-content/uploads/2012/10/profile.png","url":"http://bigfrog104.com/author/anniereuter/"},"firstCategoryName":"Country","postType":"post","postTitle":"Florida Georgia Line Hosting Fundraiser to Benefit Hurricane Victims","widgetTime":30},"data":[626511],"dataDetails":{"626511":{"thumbnail":"http://tasteofcountry.com/files/2017/03/DSC_01181.jpg","caption":"Josh Lowe for Taste of Country","excerpt":"Florida Georgia Line are the latest country act to step up for Texans displaced by Hurricane Harvey.","date":"August 30, 2017 1:01 PM","postDateGmt":"2017-08-30 17:01:02 +0000","postModifiedGmt":"2017-08-30 17:01:02 +0000","title":"Florida Georgia Line Hosting Fundraiser to Benefit Hurricane Victims","url":"http://bigfrog104.com/florida-georgia-line-fgl-house-fundraiser-hurricane-harvey/","id":626511,"contentRaw":"[caption id=\"attachment_368045\" align=\"aligncenter\" width=\"1080\"]<img class=\"size-full wp-image-368045\" src=\"http://tasteofcountry.com/files/2017/03/DSC_01181.jpg\" alt=\"Florida Georgia Line in Concert\" width=\"1080\" height=\"721\" /> Josh Lowe for Taste of Country[/caption]\r\n\r\nIn the wake of Hurricane Harvey's destruction throughout southern Texas, many country singers have stepped up to help families affected by the storm. <a href=\"http://tasteofcountry.com/tags/florida-georgia-line/\">Florida Georgia Line</a> aren't Texans, but they felt compelled to help, so they're hosting a last-minute fundraiser at their venue/restaurant FGL House on Wednesday night (Aug. 30).\r\n\r\nThe duo have set up a benefit to take place during the television broadcast of their <em>CMT Crossroads</em> appearance with the Backstreet Boys. The event will also act as a viewing party, but proceeds will go to the American Red Cross and ultimately, displaced Texans.\r\n<p style=\"text-align: center;\"><strong>Country Singers Respond After Hurricane Hits Texas</strong></p>\r\nhttps://youtu.be/3sV6WekjNCo\r\n\r\nAccording to a press release, <em>CMT Crossroads</em> will be played on screens throughout FGL's entire four-level restaurant, and American Red Cross representatives will be onsite to assist in patron donations. The viewing party is open to the public and those who donate $25 to the American Red Cross will gain entry to a VIP section in FGL House's basement lounge, which will have complimentary hors d’oeuvres and a raffle entry for giveaways.\r\n\r\nAdditionally, the first 50 supporters will also receive an FGL tour T-shirt.\r\n\r\n<em>CMT Crossroads</em> featuring Florida Georgia Line and Backstreet Boys airs on Aug. 30 at 10PM ET. In a <a href=\"http://tasteofcountry.com/florida-gerogia-line-backstreet-boys-cmt-crossroads-trailer/\">clip released</a> ahead of the show's premiere, Tyler Hubbard and Brian Kelley seem to be enjoying their time onstage with the pop stars while singing BSB's 1998 hit \"Everybody (Backstreet's Back).\" They even assist at the end of the performance with the choreography from the song.\r\n\r\n[button href=\"http://tasteofcountry.com/hurricane-harvey-relief-fund-donations/\" title=\"Next: Give to Hurricane Harvey Relief Funds\" align=\"center\"]\r\n<p style=\"text-align: center;\"><strong>Farewell Angelina Singing \"House of the Rising Sun\" is Beautiful, Haunting</strong></p>\r\nhttps://youtu.be/LS0aBJ0RVgk","next_url":[{"textContent":"Next: Give to Hurricane Harvey Relief Funds","class":"button_act","href":"http://tasteofcountry.com/hurricane-harvey-relief-fund-donations/","target":"_blank"}],"content":"\n<figure id=\"attachment_368045\" class=\"content-post-image aligncenter\"><span class=\"image-frame\"><noscript><img src=\"http://tasteofcountry.com/files/2017/03/DSC_01181.jpg\"></noscript>\n<img class=\"size-full wp-image-368045 lazy\" src=\"//s3.amazonaws.com/tsm-images/global/1x1.gif\" alt=\"Florida Georgia Line in Concert\" data-width=\"1080\" data-height=\"721\" data-type=\"post\" datasrc=\"http://tasteofcountry.com/files/2017/03/DSC_01181.jpg\"></span><figcaption>Josh Lowe for Taste of Country</figcaption></figure><p>In the wake of Hurricane Harvey’s destruction throughout southern Texas, many country singers have stepped up to help families affected by the storm. <a href=\"http://tasteofcountry.com/tags/florida-georgia-line/\" target=\"_blank\">Florida Georgia Line</a> aren’t Texans, but they felt compelled to help, so they’re hosting a last-minute fundraiser at their venue/restaurant FGL House on Wednesday night (Aug. 30).</p>\n<p>The duo have set up a benefit to take place during the television broadcast of their <em>CMT Crossroads</em> appearance with the Backstreet Boys. The event will also act as a viewing party, but proceeds will go to the American Red Cross and ultimately, displaced Texans.</p>\n<p style=\"text-align: center;\"><strong>Country Singers Respond After Hurricane Hits Texas</strong></p>\n<p><div class=\"embed-wrapper\"><iframe style=\"vertical-align: bottom;\" src=\"https://www.youtube.com/embed/3sV6WekjNCo?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=BigFrog104WFRG\" target=\"_blank\">Big Frog 104 on Youtube</a></span></p>\n<p>According to a press release, <em>CMT Crossroads</em> will be played on screens throughout FGL’s entire four-level restaurant, and American Red Cross representatives will be onsite to assist in patron donations. The viewing party is open to the public and those who donate $25 to the American Red Cross will gain entry to a VIP section in FGL House’s basement lounge, which will have complimentary hors d’oeuvres and a raffle entry for giveaways.</p>\n<p>Additionally, the first 50 supporters will also receive an FGL tour T-shirt.</p>\n<p><em>CMT Crossroads</em> featuring Florida Georgia Line and Backstreet Boys airs on Aug. 30 at 10PM ET. In a <a href=\"http://tasteofcountry.com/florida-gerogia-line-backstreet-boys-cmt-crossroads-trailer/\" target=\"_blank\">clip released</a> ahead of the show’s premiere, Tyler Hubbard and Brian Kelley seem to be enjoying their time onstage with the pop stars while singing BSB’s 1998 hit “Everybody (Backstreet’s Back).” They even assist at the end of the performance with the choreography from the song.</p>\n<p class=\"more_act ga_network_button aligncenter\"><a class=\"button_act\" href=\"http://tasteofcountry.com/hurricane-harvey-relief-fund-donations/\" target=\"_blank\">Next: Give to Hurricane Harvey Relief Funds</a></p>\n<p style=\"text-align: center;\"><strong>Farewell Angelina Singing “House of the Rising Sun” is Beautiful, Haunting</strong></p>\n<p><div class=\"embed-wrapper\"><iframe style=\"vertical-align: bottom;\" src=\"https://www.youtube.com/embed/LS0aBJ0RVgk?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=BigFrog104WFRG\" target=\"_blank\">Big Frog 104 on Youtube</a></span></p>\n<div class=\"feed_attribution_after clearfix\">\n<a href=\"http://tasteofcountry.com/florida-georgia-line-fgl-house-fundraiser-hurricane-harvey/\" target=\"_blank\"><img src=\"http://tasteofcountry.com/files/2012/09/toc_syn_logo.png\" class=\"crosspost-attribution-image\" alt=\"Taste of Country\"></a> Source: <a href=\"http://tasteofcountry.com/florida-georgia-line-fgl-house-fundraiser-hurricane-harvey/\" target=\"_blank\">Florida Georgia Line Hosting Fundraiser to Benefit Hurricane Victims</a>\n</div>\n","postType":"post","wpVersion":"","alternateMetaForBlogroll":{"title":"Florida Georgia Line Hosting Fundraiser to Benefit Hurricane Victims","excerpt":"Florida Georgia Line are the latest country act to step up for Texans displaced by Hurricane Harvey.","post_excerpt":"Florida Georgia Line are the latest country act to step up for Texans displaced by Hurricane Harvey.","post_more_excerpt":"<p>Florida Georgia Line are the latest country act to step up for Texans displaced by Hurricane Harvey.\n<p class=\"more_act\"><a href=\"http://bigfrog104.com/florida-georgia-line-fgl-house-fundraiser-hurricane-harvey/\" title=\"Florida Georgia Line Hosting Fundraiser to Benefit Hurricane Victims\">Read More</a></p>\n","permalink":"http://bigfrog104.com/florida-georgia-line-fgl-house-fundraiser-hurricane-harvey/","image":{"id":626510,"url":"http://tasteofcountry.com/files/2017/03/DSC_01181.jpg","caption":"Josh Lowe for Taste of Country"}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":false},"tags":[{"id":5019,"slug":"florida-georgia-line","title":"florida georgia line","description":"","post_count":182,"link_url":"http://bigfrog104.com/tags/florida-georgia-line/","feed_url":"http://bigfrog104.com/tags/florida-georgia-line/feed/","term_taxonomy_id":5033,"object_id":0}],"categories":[{"id":4835,"slug":"country-2","title":"Country","description":"","parent":0,"post_count":4777,"link_url":"http://bigfrog104.com/category/country-2/","feed_url":"http://bigfrog104.com/category/country-2/feed/","term_taxonomy_id":4848,"object_id":0}],"authors":[{"id":2533857,"slug":"anniereuter","name":"Annie Reuter","first_name":"Annie","last_name":"Reuter","nickname":"anniereuter","thumbnail":"http://production.townsquareblogs.com/wp-content/uploads/2012/10/profile.png","url":"http://bigfrog104.com/author/anniereuter/"}],"post_more_meta":{"meta":"","title":"Taste of Country","url":"http://tasteofcountry.com","link":"Taste of Country"},"social":{"tw":{"href":"http://twitter.com/intent/tweet?text=Florida%20Georgia%20Line%20Hosting%20Fundraiser%20to%20Benefit%20Hurricane%20Victims%20http%3A%2F%2Ftasteofcountry.com%2Fflorida-georgia-line-fgl-house-fundraiser-hurricane-harvey%2F%3Ftrackback%3Dtwitter_mobile%20%40bigfrog104","title":"Share on Twitter","target":"_blank"},"fb":{"href":"http://www.facebook.com/sharer.php?u=http%3A%2F%2Ftasteofcountry.com%2Fflorida-georgia-line-fgl-house-fundraiser-hurricane-harvey%2F%3Ftrackback%3Dfbshare_mobile","title":"Share on Facebook","target":"_blank"},"email":null,"pinterest":null,"print":null,"is_article":true},"nextArticle":"http://bigfrog104.com/ilion-mohawk-pop-warner-donation-jar-stolen-again/","prevArticle":"http://bigfrog104.com/justin-moore-rochester-february-2018/","pageUrl":"/florida-georgia-line-fgl-house-fundraiser-hurricane-harvey/","blogId":39,"domain":"bigfrog104.com","crossPostAttributionBottom":"<div class=\"feed_attribution_after clearfix\">\n<a href=\"http://tasteofcountry.com/florida-georgia-line-fgl-house-fundraiser-hurricane-harvey/\" target=\"_blank\"><img src=\"http://tasteofcountry.com/files/2012/09/toc_syn_logo.png\" class=\"crosspost-attribution-image\" alt=\"Taste of Country\"></a> Source: <a href=\"http://tasteofcountry.com/florida-georgia-line-fgl-house-fundraiser-hurricane-harvey/\" target=\"_blank\">Florida Georgia Line Hosting Fundraiser to Benefit Hurricane Victims</a>\n</div>","rawContent":"<section class=\"module\" contenteditable=\"false\" type=\"image\" attr-id=\"368045\" attr-caption=\" Josh Lowe for Taste of Country\" attr-align=\"center\" attr-width=\"1080\" attr-height=\"721\" attr-url=\"http://tasteofcountry.com/files/2017/03/DSC_01181.jpg\"></section>\n<p>In the wake of Hurricane Harvey's destruction throughout southern Texas, many country singers have stepped up to help families affected by the storm. <a href=\"http://tasteofcountry.com/tags/florida-georgia-line/\">Florida Georgia Line</a> aren't Texans, but they felt compelled to help, so they're hosting a last-minute fundraiser at their venue/restaurant FGL House on Wednesday night (Aug. 30).</p>\n<p>The duo have set up a benefit to take place during the television broadcast of their <em>CMT Crossroads</em> appearance with the Backstreet Boys. The event will also act as a viewing party, but proceeds will go to the American Red Cross and ultimately, displaced Texans.</p>\n<p style=\"text-align: center;\"><strong>Country Singers Respond After Hurricane Hits Texas</strong></p>\n<section class=\"module\" contenteditable=\"false\" type=\"oembed\" attr-url=\"http://www.youtube.com/oembed?url=https%3A%2F%2Fyoutu.be%2F3sV6WekjNCo&amp;format=json\">\n<noscript class=\"rendered-html\" type=\"text/html\"></noscript>\n</section>\n<p>According to a press release, <em>CMT Crossroads</em> will be played on screens throughout FGL's entire four-level restaurant, and American Red Cross representatives will be onsite to assist in patron donations. The viewing party is open to the public and those who donate $25 to the American Red Cross will gain entry to a VIP section in FGL House's basement lounge, which will have complimentary hors d’oeuvres and a raffle entry for giveaways.</p>\n<p>Additionally, the first 50 supporters will also receive an FGL tour T-shirt.</p>\n<p><em>CMT Crossroads</em> featuring Florida Georgia Line and Backstreet Boys airs on Aug. 30 at 10PM ET. In a <a href=\"http://tasteofcountry.com/florida-gerogia-line-backstreet-boys-cmt-crossroads-trailer/\">clip released</a> ahead of the show's premiere, Tyler Hubbard and Brian Kelley seem to be enjoying their time onstage with the pop stars while singing BSB's 1998 hit \"Everybody (Backstreet's Back).\" They even assist at the end of the performance with the choreography from the song.</p>\n<section class=\"module\" contenteditable=\"false\" type=\"button\" attr-href=\"http://tasteofcountry.com/hurricane-harvey-relief-fund-donations/\" attr-title=\"Next: Give to Hurricane Harvey Relief Funds\" attr-align=\"center\" attr-appLink=\"false\"></section>\n<p style=\"text-align: center;\"><strong>Farewell Angelina Singing \"House of the Rising Sun\" is Beautiful, Haunting</strong></p>\n<section class=\"module\" contenteditable=\"false\" type=\"oembed\" attr-url=\"http://www.youtube.com/oembed?url=https%3A%2F%2Fyoutu.be%2FLS0aBJ0RVgk&amp;format=json\">\n<noscript class=\"rendered-html\" type=\"text/html\"></noscript>\n</section>\n","podContent":[{"type":"singlePostText","data":{"text":"<p>In the wake of Hurricane Harvey&apos;s destruction throughout southern Texas, many country singers have stepped up&#xA0;to&#xA0;help families affected by the storm. <a href=\"http://tasteofcountry.com/tags/florida-georgia-line/\">Florida Georgia Line</a>&#xA0;aren&apos;t Texans, but they&#xA0;felt compelled to help, so they&apos;re hosting a last-minute fundraiser at their venue/restaurant FGL House on Wednesday night (Aug. 30).</p>\n"},"currentTextLength":364,"runningCounter":1,"cumulativePodTextLength":364,"totalSimilarConsecutiveElements":3,"totalTextLength":692},{"type":"singlePostText","data":{"text":"<p>The duo have set up a benefit to take place during the television broadcast of their <em>CMT Crossroads</em> appearance with the Backstreet Boys. The event will also act as a viewing party, but&#xA0;proceeds will go to&#xA0;the American Red Cross and ultimately, displaced&#xA0;Texans.</p>\n"},"currentTextLength":277,"runningCounter":2,"cumulativePodTextLength":641,"totalSimilarConsecutiveElements":3,"totalTextLength":692},{"type":"singlePostShareThrough","data":{}},{"type":"singlePostText","data":{"text":"<p style=\"text-align: center;\"><strong>Country Singers Respond After Hurricane Hits Texas</strong></p>\n"},"currentTextLength":51,"runningCounter":3,"cumulativePodTextLength":692,"totalSimilarConsecutiveElements":3,"totalTextLength":692},{"type":"singlePostOembed","data":{"height":270,"thumbnail_height":360,"provider_name":"YouTube","provider_url":"https://www.youtube.com/","author_name":"Taste of Country","version":"1.0","thumbnail_url":"https://i.ytimg.com/vi/3sV6WekjNCo/hqdefault.jpg","type":"video","html":"<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/3sV6WekjNCo?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>","title":"Hurricane Harvey Strikes, Country Singers Respond - Taste of Country News 360","thumbnail_width":480,"width":480,"author_url":"https://www.youtube.com/user/TasteofCountryMusic"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},{"type":"singlePostText","data":{"text":"<p>According to a press release,&#xA0;<em>CMT Crossroads</em>&#xA0;will be played on screens throughout&#xA0;FGL&apos;s&#xA0;entire four-level restaurant, and American Red Cross representatives will be onsite to assist in patron donations.&#xA0;The viewing party is open to the public and those who donate $25 to the American Red Cross will gain entry to a&#xA0;VIP section&#xA0;in FGL House&apos;s basement lounge, which will have complimentary hors d&#x2019;oeuvres and a raffle entry for giveaways.</p>\n"},"currentTextLength":490,"runningCounter":1,"cumulativePodTextLength":490,"totalSimilarConsecutiveElements":3,"totalTextLength":970},{"type":"singlePostText","data":{"text":"<p>Additionally, the first 50 supporters will also receive an FGL tour T-shirt.</p>\n"},"currentTextLength":77,"runningCounter":2,"cumulativePodTextLength":567,"totalSimilarConsecutiveElements":3,"totalTextLength":970},{"type":"singlePostText","data":{"text":"<p><em>CMT Crossroads</em> featuring Florida Georgia Line and Backstreet Boys airs on Aug. 30 at 10PM ET. In a <a href=\"http://tasteofcountry.com/florida-gerogia-line-backstreet-boys-cmt-crossroads-trailer/\">clip released</a> ahead of the show&apos;s premiere, Tyler Hubbard and Brian Kelley seem to be enjoying their time onstage with the pop stars while singing BSB&apos;s 1998 hit &quot;Everybody (Backstreet&apos;s Back).&quot; They even assist at the end of the performance with the choreography from the song.</p>\n"},"currentTextLength":403,"runningCounter":3,"cumulativePodTextLength":970,"totalSimilarConsecutiveElements":3,"totalTextLength":970},{"type":"singlePostButton","data":{"href":"http://tasteofcountry.com/hurricane-harvey-relief-fund-donations/","title":"Next: Give to Hurricane Harvey Relief Funds","align":"center","applink":"false"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},{"type":"singlePostText","data":{"text":"<p style=\"text-align: center;\"><strong>Farewell Angelina Singing &quot;House of the Rising Sun&quot; is Beautiful, Haunting</strong></p>\n"},"currentTextLength":85,"runningCounter":1,"cumulativePodTextLength":85,"totalSimilarConsecutiveElements":1,"totalTextLength":85},{"type":"singlePostOembed","data":{"type":"video","provider_url":"https://www.youtube.com/","thumbnail_url":"https://i.ytimg.com/vi/LS0aBJ0RVgk/hqdefault.jpg","thumbnail_height":360,"width":480,"provider_name":"YouTube","author_url":"https://www.youtube.com/user/TasteofCountryMusic","title":"Farewell Angelina's Haunting \"House Of The Rising Sun\" Cover Is Unforgettable","thumbnail_width":480,"version":"1.0","html":"<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/LS0aBJ0RVgk?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>","height":270,"author_name":"Taste of Country"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"uniquePodTypes":["singlePostImage","singlePostText","singlePostOembed","singlePostButton"],"podHeader":[{"type":"singlePostImage","data":{"id":368045,"caption":"Josh Lowe for Taste of Country","align":"center","width":1080,"height":721,"url":"http://tasteofcountry.com/files/2017/03/DSC_01181.jpg"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"next":{"latest":[{"postId":625723,"documentUrl":"/florida-gerogia-line-backstreet-boys-cmt-crossroads-trailer/","filterUrl":"/rest/carbon/filter/main/florida-gerogia-line-backstreet-boys-cmt-crossroads-trailer/","sortDate":"2017-08-18 14:30:54.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":624187,"documentUrl":"/florida-georgia-line-backstreet-boys-cmt-crossroads/","filterUrl":"/rest/carbon/filter/main/florida-georgia-line-backstreet-boys-cmt-crossroads/","sortDate":"2017-07-29 17:00:00.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":623469,"documentUrl":"/highest-paid-country-singers-2017/","filterUrl":"/rest/carbon/filter/main/highest-paid-country-singers-2017/","sortDate":"2017-07-16 16:00:00.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":622374,"documentUrl":"/florida-georgia-line-monday-night-football-hank-jr/","filterUrl":"/rest/carbon/filter/main/florida-georgia-line-monday-night-football-hank-jr/","sortDate":"2017-06-29 09:00:34.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":621897,"documentUrl":"/summer-country-music-concerts-across-upstate-cny/","filterUrl":"/rest/carbon/filter/main/summer-country-music-concerts-across-upstate-cny/","sortDate":"2017-06-22 17:44:45.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":620557,"documentUrl":"/2017-cmt-awards-winners/","filterUrl":"/rest/carbon/filter/main/2017-cmt-awards-winners/","sortDate":"2017-06-07 20:26:19.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":620551,"documentUrl":"/hank-williams-jr-monday-night-football-theme-florida-georgia-line-jason-derulo/","filterUrl":"/rest/carbon/filter/main/hank-williams-jr-monday-night-football-theme-florida-georgia-line-jason-derulo/","sortDate":"2017-06-07 12:29:31.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":620554,"documentUrl":"/tyler-hubbard-baby-florida-georgia-line/","filterUrl":"/rest/carbon/filter/main/tyler-hubbard-baby-florida-georgia-line/","sortDate":"2017-06-07 10:41:09.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":618590,"documentUrl":"/florida-georgia-line-house-restaurant/","filterUrl":"/rest/carbon/filter/main/florida-georgia-line-house-restaurant/","sortDate":"2017-05-12 15:00:00.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":614767,"documentUrl":"/florida-georgia-line-veteran-all-terrain-wheelchair/","filterUrl":"/rest/carbon/filter/main/florida-georgia-line-veteran-all-terrain-wheelchair/","sortDate":"2017-03-22 12:00:04.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"}],"taxonomy":[{"postId":625723,"documentUrl":"/florida-gerogia-line-backstreet-boys-cmt-crossroads-trailer/","filterUrl":"/rest/carbon/filter/main/florida-gerogia-line-backstreet-boys-cmt-crossroads-trailer/","sortDate":"2017-08-18 14:30:54.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":624187,"documentUrl":"/florida-georgia-line-backstreet-boys-cmt-crossroads/","filterUrl":"/rest/carbon/filter/main/florida-georgia-line-backstreet-boys-cmt-crossroads/","sortDate":"2017-07-29 17:00:00.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":623469,"documentUrl":"/highest-paid-country-singers-2017/","filterUrl":"/rest/carbon/filter/main/highest-paid-country-singers-2017/","sortDate":"2017-07-16 16:00:00.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":622374,"documentUrl":"/florida-georgia-line-monday-night-football-hank-jr/","filterUrl":"/rest/carbon/filter/main/florida-georgia-line-monday-night-football-hank-jr/","sortDate":"2017-06-29 09:00:34.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":621897,"documentUrl":"/summer-country-music-concerts-across-upstate-cny/","filterUrl":"/rest/carbon/filter/main/summer-country-music-concerts-across-upstate-cny/","sortDate":"2017-06-22 17:44:45.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":620557,"documentUrl":"/2017-cmt-awards-winners/","filterUrl":"/rest/carbon/filter/main/2017-cmt-awards-winners/","sortDate":"2017-06-07 20:26:19.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":620551,"documentUrl":"/hank-williams-jr-monday-night-football-theme-florida-georgia-line-jason-derulo/","filterUrl":"/rest/carbon/filter/main/hank-williams-jr-monday-night-football-theme-florida-georgia-line-jason-derulo/","sortDate":"2017-06-07 12:29:31.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":620554,"documentUrl":"/tyler-hubbard-baby-florida-georgia-line/","filterUrl":"/rest/carbon/filter/main/tyler-hubbard-baby-florida-georgia-line/","sortDate":"2017-06-07 10:41:09.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":618590,"documentUrl":"/florida-georgia-line-house-restaurant/","filterUrl":"/rest/carbon/filter/main/florida-georgia-line-house-restaurant/","sortDate":"2017-05-12 15:00:00.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"},{"postId":614767,"documentUrl":"/florida-georgia-line-veteran-all-terrain-wheelchair/","filterUrl":"/rest/carbon/filter/main/florida-georgia-line-veteran-all-terrain-wheelchair/","sortDate":"2017-03-22 12:00:04.000 +0000","termTaxonomyId":5033,"taxonomyType":"tags"}]}}}},"carbonwidget/top-728x90":{"info":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"top-728x90","widgetTime":2},"data":["carbonwidget/top-728x90"],"dataDetails":{"carbonwidget/top-728x90":{"adUnit":"top-728x90","adType":"dfp6"}}},"carbonwidget/dynamic-ad-custom":{"info":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-custom","widgetTime":2},"data":["carbonwidget/dynamic-ad-custom"],"dataDetails":{"carbonwidget/dynamic-ad-custom":{"adUnit":"dynamic-ad-custom","adType":"dfp6"}}},"carbonwidget/dynamic-ad-header":{"info":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-header","widgetTime":2},"data":["carbonwidget/dynamic-ad-header"],"dataDetails":{"carbonwidget/dynamic-ad-header":{"adUnit":"dynamic-ad-header","adType":"dfp6"}}},"carbonwidget/dynamic-ad-push":{"info":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-push","widgetTime":2},"data":["carbonwidget/dynamic-ad-push"],"dataDetails":{"carbonwidget/dynamic-ad-push":{"adUnit":"dynamic-ad-push","adType":"dfp6"}}},"carbonwidget/tsm-out-of-page":{"info":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"tsm-out-of-page","widgetTime":2},"data":["carbonwidget/tsm-out-of-page"],"dataDetails":{"carbonwidget/tsm-out-of-page":{"adUnit":"tsm-out-of-page","adType":"dfp6"}}},"carbonwidget/bottom-728x90":{"info":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"bottom-728x90","widgetTime":2},"data":["carbonwidget/bottom-728x90"],"dataDetails":{"carbonwidget/bottom-728x90":{"adUnit":"bottom-728x90","adType":"dfp6"}}},"ts_blogroll-7":{"info":{"id":"ts_blogroll-7","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"7"},"params":{"title":"Best Of Big Frog 104","type":"main_content_thumb_title_roll","cat":"7032","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":[636840,636812,636774,636741],"dataDetails":{"636741":{"postid":"636741","sortdate":"2018-02-12T10:52:54.000Z","data":{"mainData":{"postType":"post","caption":"TSM","thumbnail":"http://bigfrog104.com/files/2018/02/footage.jpg","postDateGmt":"2018-02-12 10:52:54 +0000","title":"You Won&apos;t Believe This &apos;Foot&apos;age of Polly&apos;s All Nighter","url":"http://bigfrog104.com/you-wont-believe-this-footage-of-pollys-all-nighter/","id":636741,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"We always say what happens at Polly&apos;s All Nighter stays at Polly&apos;s All Nighter and this year it&apos;s really true. The camera person shot footage of the floor....the entire night.","authors":[{"id":227,"slug":"staceymcadams","name":"Polly","first_name":"Polly","nickname":"Polly","url":"http://bigfrog104.com/author/staceymcadams/","thumbnail":"http://bigfrog104.com/files/2013/10/polly.jpg"}],"video":true,"videoUrl":"https://youtu.be/QelspuqZpYo","youtubeId":"QelspuqZpYo"},"alternateData":{"_townsquare_media_url":"https://youtu.be/QelspuqZpYo","dynamic-lead-title":"You Won&apos;t Believe This &apos;Foot&apos;age of Polly&apos;s All Nighter","dynamic-lead-excerpt":"What happens at Polly&apos;s All Nighter stays at Polly&apos;s All Nighter and this year it&apos;s true. The camera person shot footage of the floor....the entire night.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"You Won&apos;t Believe This &apos;Foot&apos;age of Polly&apos;s All Nighter"}}},"636774":{"postid":"636774","sortdate":"2018-02-12T14:47:58.000Z","data":{"mainData":{"postType":"post","caption":"Carl Wilcox","thumbnail":"http://bigfrog104.com/files/2018/02/Carl-Wilcox-e1518441343121.jpg","postDateGmt":"2018-02-12 14:47:58 +0000","title":"Angel on Earth Keeps Birthday Balloons Floating to Heaven","url":"http://bigfrog104.com/angel-on-earth-keeps-birthday-balloons-floating-to-heaven/","id":636774,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"A walk in the woods turned into a magical moment for a Schuyler man and a little boy in heaven. Carl Wilcox discovered a package stuck in a tree between Salisbury and Dolgeville that was filled with special messages for a boy who passed away.","authors":[{"id":227,"slug":"staceymcadams","name":"Polly","first_name":"Polly","nickname":"Polly","url":"http://bigfrog104.com/author/staceymcadams/","thumbnail":"http://bigfrog104.com/files/2013/10/polly.jpg"}],"video":true,"videoUrl":"https://youtu.be/wcVAJMZgRic","youtubeId":"wcVAJMZgRic"},"alternateData":{"_townsquare_media_url":"https://youtu.be/wcVAJMZgRic","dynamic-lead-title":"Angel on Earth Keeps Birthday Balloons Floating to Heaven","dynamic-lead-excerpt":"A walk in the woods turned into a magical moment for a Schuyler man and a little boy in heaven, a boy he didn&apos;t even know.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Angel on Earth Keeps Birthday Balloons Floating to Heaven"}}},"636812":{"postid":"636812","sortdate":"2018-02-12T18:11:15.000Z","data":{"mainData":{"postType":"post","caption":"Dave Wheeler/TSM","thumbnail":"http://bigfrog104.com/files/2018/02/peanut-butter-hot-dogs.png","postDateGmt":"2018-02-12 18:11:15 +0000","title":"Is Putting Peanut Butter On Hot Dogs Delicious?","url":"http://bigfrog104.com/peanut-butter-hot-dogs-trend/","id":636812,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Have you seen your social media feeds swamped with pictures of Peanut Butter Hot Dogs? Are these worth trying, or throwing up at?","authors":[{"id":564,"slug":"daveyjones","name":"Dave Wheeler","first_name":"Davey","last_name":"Jones","nickname":"Dave Wheeler","thumbnail":"http://bigfrog104.com/files/2015/08/Frog-Selfie.png","url":"http://bigfrog104.com/author/daveyjones/"}],"video":true,"videoUrl":"https://youtu.be/vpsdORIUoLo","youtubeId":"vpsdORIUoLo"},"alternateData":{"_townsquare_media_url":"https://youtu.be/vpsdORIUoLo","dynamic-lead-title":"Is Putting Peanut Butter On Hot Dogs Delicious?","dynamic-lead-excerpt":"Have you seen your social media feeds swamped with pictures of Peanut Butter Hot Dogs? Are these worth trying, or throwing up at?","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","_aioseop_title":"Is Putting Peanut Butter On Hot Dogs Delicious?","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}},"636840":{"postid":"636840","sortdate":"2018-02-12T22:14:52.000Z","data":{"mainData":{"postType":"post","caption":"Dave Wheeler/TSM","thumbnail":"http://bigfrog104.com/files/2018/02/IMG_3454.jpg","postDateGmt":"2018-02-12 22:14:52 +0000","title":"Weekly Tarot Card Reading For February 12th - 19th 2018","url":"http://bigfrog104.com/weekly-tarot-card-reading-for-february-12th-19th-2018/","id":636840,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"The week of Valentines Day. Maybe the only love your getting this year, is our Weekly Tarot Card Reading. We are happy to serve up some spiritual guidance. ","authors":[{"id":564,"slug":"daveyjones","name":"Dave Wheeler","first_name":"Davey","last_name":"Jones","nickname":"Dave Wheeler","thumbnail":"http://bigfrog104.com/files/2015/08/Frog-Selfie.png","url":"http://bigfrog104.com/author/daveyjones/"}],"video":true,"videoUrl":"https://youtu.be/RIFCRiXXkDw","youtubeId":"RIFCRiXXkDw"},"alternateData":{"_townsquare_media_url":"https://youtu.be/RIFCRiXXkDw","dynamic-lead-title":"Weekly Tarot Card Reading For February 12th - 19th 2018","dynamic-lead-excerpt":"The week of Valentines Day. Maybe the only love your getting this year, is our Weekly Tarot Card Reading. We are happy to serve up some spiritual guidance. ","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","_aioseop_title":"Weekly Tarot Card Reading For February 12th - 19th 2018","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}}},"redisCached":true},"widget_third_party_content-2":{"info":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"params":{"type":"zergnet","title":"Recommended For You","id":"35863","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"widget_third_party_content-3":{"info":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"params":{"type":"zergnet","title":"Best Of The Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":1},"data":[],"dataDetails":{}},"fix_sidebar_marker-32":{"info":{"id":"fix_sidebar_marker-32","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"32"},"params":{"title":"Fix Sidebar Marker","widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-1320":{"info":{"id":"ts_blogroll-1320","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1320"},"params":{"title":"","type":"carousel","isweather":0,"cat":"8750","posts_per_page":"3","align":"right","pinned_id":"","pinned_label":"","tag":"feature","private_tag":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0,"widgetTime":3,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[636792,636552,636069],"dataDetails":{"636069":{"postid":"636069","sortdate":"2018-02-03T18:37:14.000Z","data":{"mainData":{"postType":"post","caption":"gpointstudio","thumbnail":"http://bigfrog104.com/files/2016/09/RS11174_178067655-scr.jpg","postDateGmt":"2018-02-03 18:37:14 +0000","title":"5 Stupid Questions Returns","url":"http://bigfrog104.com/5-stupid-questions-returns/","id":636069,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Can you answer 5 stupid questions? Win tickets to the Taste of Country Music Festival","authors":[{"id":280,"slug":"bmcadams","name":"Tad Pole","first_name":"Tad","last_name":"Pole","nickname":"bmcadams","thumbnail":"http://bigfrog104.com/files/2013/10/bill.jpg","url":"http://bigfrog104.com/author/bmcadams/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"5 Stupid Questions Returns","dynamic-lead-excerpt":"Can you answer 5 stupid questions? Win tickets to the Taste of Country Music Festival","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"5 Stupid Questions Returns"}}},"636552":{"postid":"636552","sortdate":"2018-02-08T18:25:26.000Z","data":{"mainData":{"postType":"post","caption":"Jeff J Mitchell, Getty Images","thumbnail":"http://bigfrog104.com/files/2018/02/GettyImages-902947866.jpg","postDateGmt":"2018-02-08 18:25:26 +0000","title":"Val Bialas Ski Center To Open After Recent Snowfall","url":"http://bigfrog104.com/val-bialas-ski-center-to-open-after-recent-snowfall/","id":636552,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Utica Mayor Rob Palmieri announced Thursday that Val Bialas will open up for skiing, snowboarding and sledding. ","authors":[{"id":1429315,"slug":"luketubia","name":"Luke Austin","first_name":"Luke","last_name":"Tubia","nickname":"Luke Austin","thumbnail":"http://bigfrog104.com/files/2017/06/10462312_10204191749656738_350016055772315142_n.jpg","url":"http://bigfrog104.com/author/luketubia/"}],"video":true,"videoUrl":"https://youtu.be/tTBN1PLTv4w","youtubeId":"tTBN1PLTv4w"},"alternateData":{"_townsquare_media_url":"https://youtu.be/tTBN1PLTv4w","dynamic-lead-title":"Val Bialas Ski Center To Open After Recent Snowfall","dynamic-lead-excerpt":"Utica Mayor Rob Palmieri announced Thursday that Val Bialas will open up for skiing, snowboarding and sledding. ","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Val Bialas Ski Center To Open After Recent Snowfall"}}},"636792":{"postid":"636792","sortdate":"2018-02-12T16:13:38.000Z","data":{"mainData":{"postType":"post","caption":"(Photo by Quinn Rooney/Getty Images)","thumbnail":"http://wibx950.com/files/2018/02/GettyImages-917345794.jpg","postDateGmt":"2018-02-12 16:13:38 +0000","title":"Erin Hamlin In Good Spot to Medal After First 2 Olympic Luge Runs","url":"http://bigfrog104.com/erin-hamlin-in-good-spot-to-medal-after-first-2-olympic-luge-runs/","id":636792,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Remsen&apos;s Erin Hamlin is in a good spot to bring home another medal after the first day of competition in the Women&apos;s Luge at the Pyeongchang games.","authors":[{"id":428,"slug":"jeff","name":"Jeff Monaski","first_name":"Jeff","last_name":"Monaski","nickname":"Jeff Monaski","thumbnail":"http://wibx950.com/files/2017/08/Monaski.jpg","url":"http://bigfrog104.com/author/jeff/"},{"id":227,"slug":"staceymcadams","name":"Polly","first_name":"Polly","nickname":"Polly","url":"http://bigfrog104.com/author/staceymcadams/","thumbnail":"http://bigfrog104.com/files/2013/10/polly.jpg"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=gQyDSlQxf_o","youtubeId":"gQyDSlQxf_o"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=gQyDSlQxf_o","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"dynamic-lead-title":"Erin Hamlin In Good Spot to Medal After First 2 Olympic Luge Runs","dynamic-lead-excerpt":"Remsen&apos;s Erin Hamlin is in a good spot to bring home another medal after the first day of competition in the Women&apos;s Luge at the Pyeongchang games.","dynamic-lead-link-url":"","dynamic-lead-image":"","_aioseop_title":"Erin Hamlin In Good Spot to Medal After First 2 Olympic Luge Runs"}}}},"redisCached":true},"fix_sidebar_marker-35":{"info":{"id":"fix_sidebar_marker-35","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"35"},"params":{"widgetTime":1},"data":[],"dataDetails":{}},"google-ads-widget-879":{"info":{"id":"google-ads-widget-879","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"879"},"params":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","position":null,"widgetTime":1},"data":["top-right-300x250"],"dataDetails":{"top-right-300x250":{"adUnit":"top-right-300x250","adType":"dfp6"}}},"tsq_sailthru_newsletter_widget-789":{"info":{"id":"tsq_sailthru_newsletter_widget-789","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"789"},"params":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["WFRG from Triton 7/18/11"],"widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-1321":{"info":{"id":"ts_blogroll-1321","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1321"},"params":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3,"widgetTime":3,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[636872,636852,636868],"dataDetails":{"636852":{"postid":"636852","sortdate":"2018-02-13T13:41:47.000Z","data":{"mainData":{"postType":"post","caption":"DEC.gov","thumbnail":"http://bigfrog104.com/files/2018/02/Rangers-Canva.png","postDateGmt":"2018-02-13 13:41:47 +0000","title":"More to Being A Park Ranger than Hanging with Yogi and Bambi","url":"http://bigfrog104.com/more-to-being-a-park-ranger-than-hanging-with-yogi-and-bambi/","id":636852,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Check out pics of vertical ice climbing and ice rescues","authors":[{"id":280,"slug":"bmcadams","name":"Tad Pole","first_name":"Tad","last_name":"Pole","nickname":"bmcadams","thumbnail":"http://bigfrog104.com/files/2013/10/bill.jpg","url":"http://bigfrog104.com/author/bmcadams/"}],"video":true,"videoUrl":"https://youtu.be/vfc1ap3oDNQ","youtubeId":"vfc1ap3oDNQ"},"alternateData":{"_townsquare_media_url":"https://youtu.be/vfc1ap3oDNQ","dynamic-lead-title":"More to Being A Park Ranger than Hanging with Yogi and Bambi","dynamic-lead-excerpt":"Check out pics of vertical ice climbing and ice rescues","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"More to Being A Park Ranger than Hanging with Yogi and Bambi"}}},"636868":{"postid":"636868","sortdate":"2018-02-13T13:40:36.000Z","data":{"mainData":{"postType":"post","caption":"Getty Images","thumbnail":"http://bigfrog104.com/files/2018/02/GettyImages-915313712.jpg","postDateGmt":"2018-02-13 13:40:36 +0000","title":"When to See Old Forge&apos;s Maddie Phaneuf in Her Olympic Debut","url":"http://bigfrog104.com/when-to-see-old-forges-maddie-phaneuf-in-her-olympic-debut/","id":636868,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Erin Hamlin isn&apos;t the only central New Yorker at the 2018 Games in Pyeongchang. Maddie Phaneuf of Old Forge makes her Olympic debut in the 15K individual biathlon on Valentine&apos;s Day.","authors":[{"id":227,"slug":"staceymcadams","name":"Polly","first_name":"Polly","nickname":"Polly","url":"http://bigfrog104.com/author/staceymcadams/","thumbnail":"http://bigfrog104.com/files/2013/10/polly.jpg"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=mZwIHPHEYDA&t","youtubeId":"mZwIHPHEYDA"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=mZwIHPHEYDA&t","dynamic-lead-title":"When to See Old Forge&apos;s Maddie Phaneuf in Her Olympic Debut","dynamic-lead-excerpt":"Erin Hamlin isn&apos;t the only central New Yorker at the 2018 Games in Pyeongchang. Maddie Phaneuf of Old Forge makes her Olympic debut in the 15K individual biathlon on Valentine&apos;s Day.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"When to See Old Forge&apos;s Maddie Phaneuf in Her Olympic Debut"}}},"636872":{"postid":"636872","sortdate":"2018-02-13T14:04:13.000Z","data":{"mainData":{"postType":"post","caption":"Getty Images","thumbnail":"http://bigfrog104.com/files/2018/02/GettyImages-917746222.jpg","postDateGmt":"2018-02-13 14:04:13 +0000","title":"Erin Hamlin Finishes 6th in Final Olympic Games","url":"http://bigfrog104.com/erin-hamlin-finishes-6th-in-final-olympic-games/","id":636872,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"In what may have been Erin Hamlin&apos;s final Olympics, the Remsen native finished 6th in the women&apos;s luge.","authors":[{"id":227,"slug":"staceymcadams","name":"Polly","first_name":"Polly","nickname":"Polly","url":"http://bigfrog104.com/author/staceymcadams/","thumbnail":"http://bigfrog104.com/files/2013/10/polly.jpg"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=mZwIHPHEYDA","youtubeId":"mZwIHPHEYDA"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=mZwIHPHEYDA","dynamic-lead-title":"Erin Hamlin Finishes 6th in Final Olympic Games","dynamic-lead-excerpt":"In what may have been Erin Hamlin&apos;s final Olympics, the Remsen native finished 6th in the women&apos;s luge.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Erin Hamlin Finishes 6th in Final Olympic Games"}}}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":28},"data":[],"dataDetails":{},"redisCached":true},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":3},"data":["1",{"2":["2.1","2.2","2.3","2.4","2.5","2.6","2.7","2.8"]},{"3":["3.1","3.2","3.3"]},{"4":["4.1"]},{"5":["5.1","5.2"]},{"6":["6.1","6.2","6.3","6.4","6.5"]},{"7":["7.1","7.2","7.3","7.4","7.5"]},{"8":["8.1","8.2","8.3","8.4","8.5","8.6","8.7"]}],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":8,"title":"Home","titleExcerpt":"Home","href":"/","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":19512,"title":"On Air","titleExcerpt":"On Air","href":"/shows/","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":156391,"title":"Listen","titleExcerpt":"Listen","href":"/listen-live/","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":24494,"title":"Playlist","titleExcerpt":"Playlist","href":"/category/playlists/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/playlists/","hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":13781,"title":"Events","titleExcerpt":"Events","href":"/events-utica/","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":2700,"title":"Rewards Club","titleExcerpt":"Rewards Club","href":"/vip","samedomain":true,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":444168,"title":"Win Stuff","titleExcerpt":"Win Stuff","href":"/contests/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/","hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":11948,"title":"Contact","titleExcerpt":"Contact","href":"","samedomain":true,"hasBlogroll":false}},"2.1":{"menuId":"2.1","attrs":{"menuPostId":24491,"title":"DJs","titleExcerpt":"DJs","href":"/djs/","samedomain":true,"hasBlogroll":false}},"2.2":{"menuId":"2.2","attrs":{"menuPostId":24492,"title":"Schedule","titleExcerpt":"Schedule","href":"/shows/","samedomain":true,"hasBlogroll":false}},"2.3":{"menuId":"2.3","attrs":{"menuPostId":66690,"title":"Polly Wogg","titleExcerpt":"Polly Wogg","href":"/author/staceymcadams/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/staceymcadams/","hasBlogroll":false}},"2.4":{"menuId":"2.4","attrs":{"menuPostId":66692,"title":"Tad Pole","titleExcerpt":"Tad Pole","href":"/author/bmcadams/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/bmcadams/","hasBlogroll":false}},"2.5":{"menuId":"2.5","attrs":{"menuPostId":66691,"title":"Luke Austin","titleExcerpt":"Luke Austin","href":"/author/luketubia/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/luketubia/","hasBlogroll":false}},"2.6":{"menuId":"2.6","attrs":{"menuPostId":323128,"title":"Dave Wheeler","titleExcerpt":"Dave Wheeler","href":"/author/daveyjones/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/daveyjones/","hasBlogroll":false}},"2.7":{"menuId":"2.7","attrs":{"menuPostId":336973,"title":"Sam Alex","titleExcerpt":"Sam Alex","href":"/author/samalex/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/samalex/","hasBlogroll":false}},"2.8":{"menuId":"2.8","attrs":{"menuPostId":322574,"title":"Taste of Country Nights","titleExcerpt":"Taste of Country Nights","href":"/show/taste-of-country-nights/","samedomain":true,"menupath":"/rest/carbon/api/menu/show/taste-of-country-nights/","hasBlogroll":false}},"3.1":{"menuId":"3.1","attrs":{"menuPostId":24493,"title":"Listen Live","titleExcerpt":"Listen Live","href":"/listen-live/","samedomain":true,"hasBlogroll":false}},"3.2":{"menuId":"3.2","attrs":{"menuPostId":12430,"title":"Mobile App","titleExcerpt":"Mobile App","href":"/app/","samedomain":true,"hasBlogroll":false}},"3.3":{"menuId":"3.3","attrs":{"menuPostId":628428,"title":"Alexa","titleExcerpt":"Alexa","href":"/alexa/","samedomain":true,"hasBlogroll":false}},"4.1":{"menuId":"4.1","attrs":{"menuPostId":19513,"title":"Recently Played","titleExcerpt":"Recently Played","href":"/playlist/","samedomain":true,"hasBlogroll":false}},"5.1":{"menuId":"5.1","attrs":{"menuPostId":632267,"title":"Polly's All Nighter","titleExcerpt":"Polly's All Nighter","href":"/events-utica/pollys-all-nighter-5/09-february-2018-la-quinta-inn-and-suites/","samedomain":true,"hasBlogroll":false}},"5.2":{"menuId":"5.2","attrs":{"menuPostId":267593,"title":"Submit An Event","titleExcerpt":"Submit An Event","href":"/events-utica/community/add","samedomain":true,"hasBlogroll":false}},"6.1":{"menuId":"6.1","attrs":{"menuPostId":58744,"title":"Sign Up","titleExcerpt":"Sign Up","href":"/registration","samedomain":true,"hasBlogroll":false}},"6.2":{"menuId":"6.2","attrs":{"menuPostId":526639,"title":"Contests","titleExcerpt":"Contests","href":"/contests","samedomain":true,"menupath":"/rest/carbon/api/menu/contests","hasBlogroll":false}},"6.3":{"menuId":"6.3","attrs":{"menuPostId":532594,"title":"Contest Rules","titleExcerpt":"Contest Rules","href":"/vip-terms/","samedomain":true,"hasBlogroll":false}},"6.4":{"menuId":"6.4","attrs":{"menuPostId":532595,"title":"VIP Support","titleExcerpt":"VIP Support","href":"/help/","samedomain":true,"hasBlogroll":false}},"6.5":{"menuId":"6.5","attrs":{"menuPostId":67457,"title":"Local Expert","titleExcerpt":"Local Expert","href":"/local-experts/","samedomain":true,"hasBlogroll":false}},"7.1":{"menuId":"7.1","attrs":{"menuPostId":636163,"title":"5 Stupid Questions","titleExcerpt":"5 Stupid Questions","href":"/5-stupid-questions-returns/","samedomain":true,"hasBlogroll":false}},"7.2":{"menuId":"7.2","attrs":{"menuPostId":635918,"title":"Kenny Chesney at Lakeview Tickets","titleExcerpt":"Kenny Chesney at Lakeview Tickets","href":"/were-sending-you-to-see-kenny-chesney-at-lakeview/","samedomain":true,"hasBlogroll":false}},"7.3":{"menuId":"7.3","attrs":{"menuPostId":631778,"title":"Trophy Room","titleExcerpt":"Trophy Room","href":"/trophy-room-3/","samedomain":true,"hasBlogroll":false}},"7.4":{"menuId":"7.4","attrs":{"menuPostId":635926,"title":"Super Mom Squad","titleExcerpt":"Super Mom Squad","href":"/join-the-super-mom-squad-by-sharing-your-mom-fail/","samedomain":true,"hasBlogroll":false}},"7.5":{"menuId":"7.5","attrs":{"menuPostId":634863,"title":"$300 Visa Gift Card","titleExcerpt":"","href":"/contests/sweeps/300-visa/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/sweeps/300-visa/","hasBlogroll":false}},"8.1":{"menuId":"8.1","attrs":{"menuPostId":11947,"title":"Help & Contact Info","titleExcerpt":"Help & Contact Info","href":"/help/","samedomain":true,"hasBlogroll":false}},"8.2":{"menuId":"8.2","attrs":{"menuPostId":131557,"title":"Advertise With Us","titleExcerpt":"Advertise With Us","href":"/advertise","samedomain":true,"hasBlogroll":false}},"8.3":{"menuId":"8.3","attrs":{"menuPostId":575912,"title":"Careers","titleExcerpt":"Careers","href":"/careers","samedomain":true,"hasBlogroll":false}},"8.4":{"menuId":"8.4","attrs":{"menuPostId":194652,"title":"Be An Event Vendor","titleExcerpt":"Be An Event Vendor","href":"/event-vendor-form/","samedomain":true,"hasBlogroll":false}},"8.5":{"menuId":"8.5","attrs":{"menuPostId":20224,"title":"Submit Birthdays","titleExcerpt":"Submit Birthdays","href":"/submit-a-hoppy-birthday/","samedomain":true,"hasBlogroll":false}},"8.6":{"menuId":"8.6","attrs":{"menuPostId":20259,"title":"Submit Your PSA or Event","titleExcerpt":"Submit Your PSA or Event","href":"/events-utica/community/add/","samedomain":true,"hasBlogroll":false}},"8.7":{"menuId":"8.7","attrs":{"menuPostId":2416,"title":"Website Feedback","titleExcerpt":"Website Feedback","href":"/feedback","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/promo_links":{"info":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"},"params":{"widgetTime":3},"data":["1","2","3","4","5","6","7","8","9"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":85283,"title":"TRENDING:","titleExcerpt":"TRENDING:","href":"","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":632268,"title":"Polly's All Nighter","titleExcerpt":"Polly's All Nighter","href":"/pollys-all-nighter-is-back-at-la-quinta/","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":636161,"title":"5 Stupid Questions","titleExcerpt":"5 Stupid Questions","href":"/5-stupid-questions-returns/","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":635919,"title":"Win Kenny Chesney Tix","titleExcerpt":"Win Kenny Chesney Tix","href":"/were-sending-you-to-see-kenny-chesney-at-lakeview/","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":593641,"title":"BIG FROG App","titleExcerpt":"BIG FROG App","href":"/app","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":628427,"title":"Big Frog on Alexa","titleExcerpt":"Big Frog on Alexa","href":"/alexa/","samedomain":true,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":469544,"title":"Closings & Delays","titleExcerpt":"Closings & Delays","href":"/school-closings","samedomain":true,"hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":609733,"title":"Concerts","titleExcerpt":"Concerts","href":"/category/concerts/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/concerts/","hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":475889,"title":"Weather","titleExcerpt":"Weather","href":"/utica-weather/","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/footer":{"info":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"},"params":{"widgetTime":2},"data":["comscore","1","2","3","4","5","6","7","8","9","10","11"],"dataDetails":{"1":{"menuId":"1","attrs":{"title":"EEO","href":"/eeo/"}},"2":{"menuId":"2","attrs":{"title":"Advertise","href":"/advertise/"}},"3":{"menuId":"3","attrs":{"title":"Public File","href":"/wfrg-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":"Utica Business Listings","href":"/utica-featured-business-listings/"}},"comscore":{"menuId":"comscore","attrs":{"title":"Taste Of Country Network"}}},"redisCached":true}},"data":{},"time":{"wpTime":368.788,"mainOptionsTime":15.568,"sidebarsTime":34.449,"widgetsTime":33.168,"processTime":452.133},"experimentGroup":"B"},"serverConfig":{"host":"bigfrog104.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>