function ScanCookie(variable) { cook=document.cookie; variable+="="; place=cook.indexOf(variable,0); if(place<=-1) return("0"); else { end=cook.indexOf(";",place) if(end<=-1) return(unescape(cook.substring(place+variable.length,cook.length))); else return(unescape(cook.substring(place+variable.length,end))); } } function Entrer(obj) { document.cookie="discok=oui;path=/;"; window.location.href = window.location.href.replace("#",""); return false; } if(ScanCookie("discok")==0) { document.write("
"); document.write("
"); document.write("ATTENTION : CONTENU PORNO MOBILE STRICTEMENT RESERVE AUX ADULTES"); document.write("

SI VOUS ETES MINEUR (- 18 ans), quittez ce site."); document.write("

"); document.write("ENTRER              QUITTER"); document.write("
"); document.write("
"); document.write(''); }