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()
{
 document.cookie="disclaimerok=oui;path=/;";
 if(document.getElementById) document.getElementById("disclaimer").style.display='none'
 top.location.href=location.href;
}

if(ScanCookie("disclaimerok")==0)
{
 document.write("<div id=disclaimer>");
  document.write("<div id=disclaimer-fond></div>");
  document.write("<div id=disclaimer-conteneur>");
   document.write("<div id=disclaimer-cadre>");
 document.write("");
 document.write("<center><table width='468' cellpadding='0' cellspacing='0' style='background-color:#ffffff'>");
   document.write("<tr>");
     document.write("<td align='center' style='color:red;font-size:18px;font-weight:bold;font-family:helvetica;'>ATTENTION : SITE INTERDIT AUX MOINS DE 18 ANS</td>");
   document.write("</tr>");
   document.write("<tr>");
     document.write("<td><iframe width='468' height='150' src='http://media.acces-charme.com/email_catcher/track.php?idw=124&format=468x150&typef=design&lg=fr&rebill=1&idn=1&t1=&t2=&c=1' scrolling='no' frameborder='0' style='margin:0; padding:0'></iframe></td>");
   document.write("</tr>");
     document.write("<tr>");
     document.write("<td align='center'><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.com/'>Sortir</a></td>");
   document.write("</tr>");
 document.write("</table></center>");
   document.write("</div>");
  document.write("</div>");
 document.write("</div>");
 document.write("<style>embed,object,select { display:none; visibility:hidden }</style>");
}