// 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>This Site Contains Sexually Explicit Content.</b>");
 document.write("<br><br>I am an adult of at least 18 years of age (21 in some areas) and have legal right to possess adult oriented material. ");
 document.write("<br><br>I do not object to viewing sexually explicit material, which can include but is not limited to images or video of nude adults, adults engaged in sexual acts and/or other sexually oriented material. ");
 document.write("<br><br>I do not live in a community that prohibits the viewing of this material and there are no federal or local laws which prohibit the viewing or possession of adult oriented material.");
document.write("<br><br>By entering this site I am accepting full responsibility for my actions and herby also release its owners, providers, creators and host from any and all liability.");
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>");
 document.write("</div>");
 document.write("</div></div>");
 document.write('<style>embed,object,select,iframe { display:none; visibility:hidden }</style>');
}
