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()
{
 var aujourdhui=new Date();
 var expdate=new Date();
 expdate.setTime(aujourdhui.getTime()+(7*24*60*60*1000));
 document.cookie="disclaimerok=oui;path=/;expires="+expdate.toGMTString();
 if(document.getElementById) document.getElementById("disclaimer").style.display='none'
 top.location.href=location.href;
}

if(ScanCookie("disclaimerok")==0)
{
 document.write("<div id=disclaimer><div id=disclaimer-fond></div><div id=disclaimer-conteneur>");
 document.write("<div id=disclaimer-cadre>");
 document.write("<img src=\"style/logo2.gif\" border=\"0\" alt=\"\">");
 document.write("<br><br><span>ATTENTION : CONTENU STRICTEMENT RESERVE AUX ADULTES</span>");
 document.write("<br><br>La mise &agrave; disposition de ce site porno &agrave; des mineurs est interdite (Article 227-24 du code p&eacute;nal). Le contenu de ce site ne convient pas &agrave; un public mineur. Les photos, vid&eacute;os, et textes pornographiques disponibles ici peuvent choquer certaines sensibilit&eacute;s. En entrant, vous d&eacute;clarez prendre vos responsabilit&eacute;s vis-&agrave;-vis de ce contenu.");
 document.write("<br><br>Pour entrer sur ce site, cliquez sur ENTRER.");
 document.write("<br><br><b>SI VOUS ETES MINEUR (- 18 ans), CLIQUEZ SUR SORTIR POUR QUITTER CE SITE.</b>");
 document.write("<br><br>");
 document.write("<a href='#' onclick='Entrer(); return(false)'>ENTRER</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href='http://www.google.fr/'>SORTIR</a>");
 document.write("<br><br><br><br><br>");
 document.write("Ce site est agr&eacute;&eacute; ICRA (protection des mineurs). Veuillez prot&eacute;ger votre ordinateur gr&acirc;ce &agrave; l'un des logiciels suivants : ");
 document.write("<a class='lien2' href='http://www.icra.org/'>ICRA</a> - <a class='lien2' href='http://www.protectiondesmineurs.org/'>ProtectionDesMineurs</a> - <a class='lien2' href='http://www.logprotect.org/'>LogProtect</a> - <a class='lien2' href='http://www.pointdecontact.net/protectiondelenfance.html'>PointDeContact</a>");
 document.write("</div>");
 document.write("</div></div>");
 document.write('<style>embed,object,select,iframe { display:none; visibility:hidden }</style>');
}
