// JavaScript Document
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>");
document.write("<div style='position:absolute;z-index:1000;width:100%;height:100%;min-height:1500px;margin-left:0%;margin-right:0%;margin-top:0px;margin-bottom:10px;border:0px red solid;  background-color:#1D00D4; filter:alpha(opacity=99);-moz-opacity:0.99;opacity: 0.99;text-align:center;line-height: normal ; clear: both;'>");
document.write("<div style='position:absolute;z-index:1001;width:100%;text-align:center; clear: both;'>");
document.write("<div style='position:absolute;width:750px;height:440px;margin-left:230px;margin-right:auto;margin-top:50px;border:4px red solid;padding:10px;background-color:#000000;font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;font-size:18px;color:#FFFFFF;'>");
document.write("<br /><span style='position:absolute;top:30px;left:420px;width:375px;height:200px'><img src='disclam/img.jpg' alt='ATTENTION' /></span>");
document.write("<br /><span style='font-size:50px;margin:0px;font-variant:small-caps;font-weight:900;position:absolute;top:40px;left:80px;'>Attention</span>");
document.write("<br /><span style='position:absolute;top:105px;left:95px;'><strong>SITE PORNOGRAPHIQUE !</strong></span><br />");
document.write("<br /><span style='position:absolute;top:130px;left:95px;'><strong>INTERDIT AUX MINEURS</strong></span><br />");
document.write("<span style='position:absolute;top:180px;left:50px;'>Le site que vous vous appr&ecirc;tez &agrave; visiter</span>");
document.write("<span style='position:absolute;top:200px;left:50px;'>est r&eacute;serv&eacute; &agrave; un public adulte et averti.</span>");
document.write("<span style='position:absolute;top:220px;left:50px;'>Le contenu pornographique de ce site :</span>");			document.write("<span style='position:absolute;top:240px;left:50px;'>photos, vid&eacute;os, textes, et autres liens,</span>");			document.write("<span style='position:absolute;top:260px;left:50px;'>peut choquer certaines sensibilit&eacute;s ! !</span>");
document.write("<span style='position:absolute;top:320px;left:20px;font-size:18px;'>SI VOUS &Ecirc;TES MINEUR, CLIQUEZ SUR  QUITTER</span>");
document.write("<br /><br /><br /><br /><br /><br /><br /><br /><br />");
document.write("<div class='bouton'><a href='#' onclick='Entrer();return(false)'>VISITER</a>");
document.write("<div class='bouton'><a href='http://www.google.com/'>QUITTER</a>");
document.write('<style>embed,object,select,iframe, { display:none; visibility:hidden }</style>');
document.write("</div>");
document.write("</div>");
document.write("</div>");
document.write("</div>");
document.write("</div>");
document.write("</div>");
document.write("</div>");
}
