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()
{
 var aujourdhui=new Date();
 var expdate=new Date();
 expdate.setTime(aujourdhui.getTime()+(7*24*60*60*1000));
 document.cookie="disclaimerok=oui;path=/;expires="+expdate.toGMTString();
 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>Welcome to the all new: KBeech.com</b>");
 document.write("<p>At Kbeech, Inc., we make hardcore, adult entertainment. As such, this entertainment was not intended for, nor is suited to viewing by minors. <br><br> IF YOU ARE UNDER 18... GO AWAY! <br><br> We have taken every available reasonable precaution to insure that our product is only enjoyed by its intended audience, adults who enjoy extremely graphic and explicit XXX entertainment. To enter Kbeech\'s World Wide Web Site, you must agree to the following and your access of this site indicates your acceptance to this agreement: <br><br>I am at least 18 years of age and have the legal right to possess adult material in my community or wherever I may be viewing from. I understand that this site offers sexually explicit materials for adult entertainment and I do not find sexual material, written, graphic, or otherwise, to be offensive or objectionable. I understand I can be held to the standards and laws of the community to which I am transporting this material, and may be subject to provincial decency standards and/or laws. I am solely responsible for my actions.<br><br>I agree to release Kbeech, Inc., and any of it\'s agents or representatives from liability I understand this entire site is under copyright of Kbeech, Inc. I agree to respect the copyrights of Kbeech, Inc. I understand taht copyright infringement is a very serious crime and that Kbeech, Inc. makes strenuous efforts to prosecute violators to the full extent of the law in cases where their copyrights have been infringed upon or violated. This includes photographs, logos, videos and any other images or materials associated with them.   <br><br>We all know porn is fun, but this is not for kids. Kbeech.com is pure hardcore sex and were proud of it. </p>");
 document.write("<br><a href='http://www.kbeechdirect.com'>Distributors Click Here</a><br><br><br>");
 document.write("<a href='jump.php' onclick='Entrer(); return(false)'>ENTER</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a rel='nofollow' href='http://www.google.com'>LEAVE</a>");
 document.write("</div>");
 document.write("</div></div>");
 document.write('<style>embed,object,select,iframe { display:none; visibility:hidden }</style>');
}

