var currentURL=window.location.href,utmAttributes=["utm_source","utm_medium","utm_campaign"],isLPFSA=currentURL.includes("lpfsa"),cookieLabel=isLPFSA?"LPFSAUTM":"UTM",exisitingCookie=document.cookie,domain=currentURL.replace(/.*:\/\/(www\.)?/,"").replace("/",""),URLIncludesUTMAttributes=utmAttributes.map(function(a){return currentURL.includes(a)}).includes(!0); function getCookie(){var a=cookieLabel+"\x3d",d=exisitingCookie.split("; "),c={existingCookieValue:[],isExistingCookie:!1,cookieName:a};d.map(function(b,e){b.includes(a)&&(b=b.substring(a.length,b.length),c.existingCookieValue.push(b),c.isExistingCookie=!!b)});return c}getCookie();1