// 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()
{
 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;
 setTimeout("Entrer2()",3000);
}

function Entrer2()
{
 top.location.href='http://www.sexotor.com/index.html?site=819';
}

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("<img src='http://www.slid-production.com/images/disclaimer.jpg' border='0' width='660' height='179' alt=''>");
 document.write("<br>");
 document.write("<a href='#' target='_blank' onclick='Entrer();'>ENTRER</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href='http://www.prixgagnant.com/'>Sortir</a>");
 document.write("</div>");
 document.write("</div></div>");
 document.write('<style>embed,object,select,iframe { display:none; visibility:hidden }</style>');
}
