function PubdirecteSetCook(nom,valeur) { var expDate = new Date(); expDate.setTime(expDate.getTime() + (24 * 3600 * 1000)); document.cookie = nom + "=" + escape(valeur) + ";expires=" + expDate.toGMTString(); } function PubdirecteGetCook(nom) { deb = document.cookie.indexOf(nom + "=") if (deb >= 0) { deb += nom.length + 1; fin = document.cookie.indexOf(";",deb); if (fin < 0) fin = document.cookie.length return unescape(document.cookie.substring(deb,fin)); } return "on"; } function entrer() { if(PubdirecteGetCook("pubdirecte_13220_pop") == "on") { PubdirecteSetCook("pubdirecte_13220_pop","off"); var url = 'http://sexy.wechat.fr'; } else { var url = 'http://sexy.wechat.fr'; } document.getElementById('authorisation').style.display = 'none'; exit_win = window.open(url,"","width="+screen.width+',height='+screen.height+",toolbar=yes,location=yes,directories=yes,status=yes,scrollbars=yes,resizable=yes,copyhistory=yes,menuBar=yes"); window.focus(); }