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

}

function Efi()
{
//
}

