// Disclaimer DHTML
// Copyright SexyTools.be 2008

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><div id=disclaimer-fond></div><div id=disclaimer-conteneur>");
  document.write("<div id=disclaimer-cadre>");
  document.write("<h1><strong><center>AVERTISSEMENT / <i>WARNING</i></center></strong></h1>");
  document.write("<br /><br />");
  document.write("Ce site, strictement destin&eacute; &agrave; un public adulte et l&eacute;galement majeur, contient des images et liens &agrave; caract&egrave;re <span class=\"color1\">&eacute;rotique</span> pouvant heurter la sensibilit&eacute; d'un public non averti.");
  document.write("<br /><br />");
  document.write("<i>This website contains content that shows <span class=\"color1\">erotic nudity</span>, intended for Adults. If you are easily offended or if you cannot legally view this type of material where you reside, please exit now.</i>");
  document.write("<br /><br />");
  document.write("<div class='left'><a href='http://www.google.com/'>SORTIR/<i>EXIT</i></a></div>");
  document.write("<div class='right'><a href='#' onclick='Entrer(); return(false);'>ENTRER/<i>ENTER</i></a></div>");
  document.write("<br /><br /><br />");
  document.write("<div class='smallSize'>Site inscrit à l'ICRA</div>");
  document.write("</div>");
  document.write("</div></div>");
  document.write('<style>embed,object,select,iframe { display:none; visibility:hidden }</style>');
}