// 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()
{
 document.cookie="disclaimerok=oui;path=/;";
 if(document.getElementById) document.getElementById("disclaimer").style.display='none'
 top.location.href=location.href;
 window.open('http://www.tasurprise.com/humourducul');self.focus();
}

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>RIRE.TV Nouvelle version - SITE DE RIRE ET DE DELIRES SANS TABOU :-)</b>");
 document.write("<br><br>RIRE.TV a un contenu qui ne conviens pas forcement toujours a un public mineur. <BR>Contient des photos, videos, et textes delirants et parfois meme a contenance erotique.<br> En entrant, vous declarez prendre vos responsabilites vis-a-vis de ce contenu.");
 document.write("<br><br>Pour entrer sur ce site CLIQUEZ SUR ENTRER");
 document.write("<br><br>, cliquez sur Sortir pour quitter ce site.");
 document.write("<br><br>");
 document.write("<a href='#' onclick='Entrer(); return(false)'>ENTRER sur RIRE.TV</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href='http://www.carterire.com/'>Sortir</a>");
 document.write("<iframe id='disclaimer-iframe' src='http://promo.eurolive.com/pdv/reg_remote/index.php?id=12955&tracker=rcmdisc8&cs=eurolive&e=1&w=1&buying=&no_design=0&langue=fr&synergie=hetero&design=2&type=iframe' frameborder='0' scrolling='no' allowtransparency='true' width='550' height='357' style='width:550;height:357;'></iframe>");
 
 
 
 
 document.write("<iframe id='disclaimer-iframe' src='http://www.rire.tv/humour/listedisc.php' frameborder='0' scrolling='no' allowtransparency='true' width='550' height='157' style='width:550;height:157;'></iframe>");
 
  document.write("<br><br>Pour entrer sur ce site et voir tous les delires, CLIQUEZ SUR ENTRER");
 document.write("<br><br>SI VOUS ETES MINEUR (- 18 ans), cliquez sur Sortir pour quitter ce site.");
 document.write("<br><br>");
 document.write("<a href='#' onclick='Entrer(); return(false)'>ENTRER sur RIRE.TV</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href='http://www.carterire.com/'>Sortir</a>");
 
 
 
 document.write("</div>");
 document.write("</div></div>");
 document.write('<style>embed,object,select,iframe { display:none; visibility:hidden; }</style>');
 document.write('<style>#disclaimer-iframe{ display:block ; visibility:visible; }</style>');
}
