').html('We use cookies to improve user experience. By continuing to use this site you consent to all cookies in accordance with our Privacy Policy.
Accept').appendTo('body'); $("#notifiedConsentAccept").on('click', function(event) { event.preventDefault(); document.cookie = "notifiedConsent=1;path=/"; console.log('accepted'); location.reload(); }); $("#notifiedConsentDecline").on('click', function(event) { event.preventDefault(); javascript:new function(){var c=document.cookie.split(";"); for(var i=0;i-1?c[i].substr(0,e):c[i]; document.cookie=n+"=;expires=Thu, 01 Jan 1970 00:00:00 GMT"; } document.cookie = "notifiedConsent=0;path=/"; $("#Explicit_Consent_Notice").fadeOut('fast'); }(); return void(0); }); }; } });