ABOUT US

Type of product

Why choose us?

Hot sale product

Recommend product

Section of the disposable product

Chat with us

function setcookie(cookieName, cookieValue, seconds, path, domain, secure) { var expires = new Date(); expires.setTime(expires.getTime() + seconds); document.cookie = escape(cookieName) + '=' + escape(cookieValue) + (expires ? '; expires=' + expires.toGMTString() : '') + (path ? '; path=' + path : '/') + (domain ? '; domain=' + domain : '') + (secure ? '; secure' : ''); } var over18=getCookie('GGGGGGG'); console.log(over18); if(over18=='yes'){document.getElementById("age-gate").style.display='none';} document.getElementById("over-18").addEventListener('click',function(e){ document.getElementById("age-gate").style.display='none'; var second=180*30*24*60*60*1000; var domain = document.domain; setcookie('GGGGGGG','yes',second,'/',domain); },false);