// 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 enter()
{
 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=header2></div>");
 document.write("<div id=disclaimer-cadre>");
 document.write("<h1> Welcome to www.pornvibration.com </h1>");
 document.write("<b>CONTENT FOR ADULTS ONLY!</b>");
 document.write("<br><br><b>ATTENTION: CONTENU STRICTEMENT RESERVE AUX ADULTES</b>");
 document.write("<br><br><b>NE LAISSEZ AUCUN MINEUR Y ACCEDER</b>");
 document.write("<br><br>This Site is for adults only! By entering this Site, you agree to the following terms and conditions: You certify that you are 21 years of age or older, and are not offended by sexually explicit imagery.");
 document.write("You agree that you will not permit any person(s) under 21 years of age to have access to any of the materials contained within this Site.");
 document.write("<br><br>To enter this click on YES");
 document.write("<br><br>If you are under 21 years of age, click on NO to quit this site");
 document.write("<br><br>");
 document.write("<a href='#' onclick='enter(); return(false)'><img src='style/yes.jpg'width='100' height='40' alt='yes'/></a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href='http://www.google.com/'><img src='style/no.jpg'width='100' height='40' alt='yes'/></a>");
 document.write("</div>");
 document.write("</div></div>");
 document.write('<style>embed,object,select,iframe { display:none; visibility:hidden }</style>');
}