$.each($('.insivia-frmp-lighbox-popup-close'),function() {
              $(this).click(function() {
                var previous = document.referrer;
                ( previous.indexOf('?parks')>-1) ? window.open(previous, '_self') : $('.insivia-frmp-lighbox').stop().fadeOut(800);
              });