function onConsentChanged(n){console.log("onConsentChanged",n)}function initCallback(n,t){if(n!=undefined?console.log(n):siteConsent=t,siteConsent!=null){var i=siteConsent.getConsent();console.log("SiteContent & Consent");console.log(siteConsent);console.log(i)}}var siteConsent=null;$(document).delegate("#reset-cookie-preference","click",function(n){n.preventDefault();siteConsent.isConsentRequired?siteConsent.manageConsent():alert("Cookie preference context is not available for this site")});$(document).ready(function(){WcpConsent.init("en-US","cookie-agreement-container",initCallback,onConsentChanged)})