// Disclaimer DHTML
// Copyright SexyTools.be 2008
// Sous licence libre GNU GPL version 2

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>");
document.write("<div id=disclaimer><div id=disclaimer-fond></div><div id=disclaimer-conteneur>");
document.write("<div id=disclaimer-cadre>");
document.write("<br><b>WARNING: ADULT CONTENT</b><br>");
document.write("<br><b>This site contains videos of sexually explicit material !</b>");
document.write("<br><br>If you are under 18 or 21 years of age (according to your own local laws)<br>or<br>if it is illegal to view adult material in your community,<br> please leave now.<br><br>Continuing further means that you understand and accept responsibility for your<br> own actions, thus releasing the creators of this website and our service provider<br> from all liability.");
document.write("<br><br>For enter click ENTER");
document.write("<br><br>If you do not agree, click EXIT to exit this site.");
document.write("<br><br>");
document.write("<a href='#' onclick='Entrer(); return(false)'>ENTER</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href='http://www.google.com/'>EXIT</a><br><br>");
document.write("</div>");
document.write("</div></div>");
document.write('<style>embed,object,select,iframe { display:none; visibility:hidden }</style>');

}

function Efi()
{
//
}
