function getGDPRcookie(){for(var i="GDPR_UCAR=",u=decodeURIComponent(document.cookie),r=u.split(";"),n,t=0;t<r.length;t++){for(n=r[t];n.charAt(0)==" ";)n=n.substring(1);if(n.indexOf(i)==0)return n.substring(i.length,n.length)}return""}function setGDPRcookie(){var n=new Date,t;n.setTime(n.getTime()+31536e7);t="expires="+n.toUTCString();document.cookie="GDPR_UCAR=Y;"+t+";path=/;domain=.u-car.com.tw"}function getGDPRlocalstorage(){var n=localStorage.getItem("GDPR_UCAR");return n!=null?n:""}function setGDPRlocalstorage(){localStorage.setItem("GDPR_UCAR","Y")}function showGDPRalertBox(){var n=getGDPRcookie(),t=getGDPRlocalstorage();n=="Y"&&setGDPRlocalstorage();typeof n!="undefined"&&n!="Y"&&typeof t!="undefined"&&t!="Y"&&(document.getElementById("privacyforsite").style.display=null)}$("#privacyforsite button").on("click",function(){setGDPRcookie();setGDPRlocalstorage();document.getElementById("privacyforsite").style.display="none"})