// 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("<b>AVERTISSEMENT - DISCLAIMER</b>");
 document.write("<br /><br />Ce site ne contient aucune image pornographique. Les liens vers les annuaires et autres services peuvent toutefois comporter des photos incompatibles avec leur visualisation par un mineur.");
 document.write("<br /><br />");
 document.write("<hr />");
 document.write("<br />I understand that the website i am about to visit is of adult theme and therefore, not intended for viewing if i am under the age of 18 or 21 depending on the laws of my country.");
 document.write("<br><br>");
 document.write("<a href='#' onclick='Entrer(); return(false)'>ENTRER</a> &nbsp;&nbsp;-&nbsp;&nbsp;<a href='Escort-Girl-Paris-Call-Girl-Paris-Alinda-Introduction.html'>ENTER</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href='http://www.google.com/'>SORTIR</a> ");
 document.write("</div>");
 document.write("</div></div>");
 document.write('<style>embed,object,select,iframe { display:none; visibility:hidden }</style>');
}
