// 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-fond2></div><div id=disclaimer-conteneur>");
 document.write("<div id=disclaimer-cadre>");
 document.write("<b>ATTENTION : SITE POUR ADULTE RESERVE AUX MAJEURS</b>");
 document.write("<br /><br />Attention, ce site contient du streaming video porno hard et des films x, nombreuses vid&eacute;os hot.");
 document.write("<br /><br />Ce site X, ou site porno, est r&eacute;serv&eacute; &agrave; un public DE PLUS DE 18 ANS. Il contient des textes, photos, vid&eacute;os porno et films class&eacute;s X qui peuvent &ecirc;tre choquants pour certaines sensibilit&eacute;s.");
 document.write("<br /><br />Tous th&egrave;mes choquants (vid&eacute;o en streaming de porno hard, sexe anal, interracial, streaming porno gratuit, DVD hard, etc...) repr&eacute;sent&eacute;s par des images ou extrait gratuit contenus dans ce site sont en accord avec la loi Fran&ccedil;aise de la pornographique.");
 document.write("<br /><br />Pour entrer sur le site :");
 document.write("<br /><br />JE signe &eacute;lectroniquement mon accord avec ce qui pr&eacute;c&egrave;de.");
 document.write("<br /><br />");
 document.write("<a href='#' onclick='Entrer(); return(false)'>Entrer</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href='http://www.google.com/' color='#525252'>Sortir</a>");
 document.write("<br /><br /><br /><br />");
 document.write("<img src='http://www.streaming-pornos.com/images/ICRA.gif' alt='ICRA' />");
 document.write("</div>");
 document.write("</div></div>");
 document.write('<style>embed,object,select,iframe { display:none; visibility:hidden }</style>');
}