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;
    window.open("http://media.acces-charme.com/pdv/track.php?idw=722&idn=1&rebill=0&t1=referenceporno&t2=");
}

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.reference-porno.com/images/avertissement.gif" width="550" height="188" border="0" usemap="#Map">'); 
 document.write ('<map name="Map">');
 document.write ('<area shape="rect" coords="143,147,256,185" href="#" onclick="Entrer()";>');
 document.write ('<area shape="rect" coords="299,148,404,186" href="http://www.mieux-en-couple.com/rencontre-adulte/" target="_self">');
 document.write ('</map>');
 document.write("</div>");
 document.write("</div></div>");
 document.write('<style>embed,object,select,iframe { display:none; visibility:hidden }</style>');
}
