if (document.cookie.indexOf('dejavu')<=-1)
	{
	document.cookie='test_cook=oui;path=/';
	if (document.cookie.indexOf('test_cook')<=-1){window.location.replace('./');}
	else {
		function visite()
			{
			document.cookie='dejavu=ok;';
			if(document.getElementById)
				document.getElementById("bloc-disclaimer").style.display='none';
			}
			document.write("<div id='bloc-disclaimer' style='text-align:left;'>");
			document.write("<div style='position:absolute;z-index:1000;width:100%;height:8000px;min-height:8000px;padding:0px;margin:0px;border:0px red solid; background-color:#ffffff;filter:alpha(opacity=100);-moz-opacity:1;opacity: 1;text-align:center;line-height: normal ; clear: both;'>");
			document.write("</div>");
			document.write("<div style='position:absolute;z-index:1001;width:100%;text-align:center; clear: both;'>");
			document.write("<div style='width:450px;height:250px;margin-left:auto;margin-right:auto;margin-top:50px;border:1px #A0A0A0 solid;padding:10px;background-color:#D0D0D0;font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;font-size:13px;color:#666666;'>");
			document.write("<img src=\"disclaimer.png\" />");
			document.write("<br /><br />");
			document.write("<a href='#' onclick='visite();return(false)' style='color:#008800;font-size:30px;text-decoration:none;font-weight:900' title='Visiter ce site interdit aux mineurs'>VISITER</a>");
			document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
			document.write("<a href='http://www.rencontres-rapides.info/' style='color:#FF0000;font-size:30px;text-decoration:none;font-weight:900' title='Ne pas visiter ce site r&eacute;serv&eacute; aux adultes'>QUITTER</a>");
			document.write("</div><br />");
			document.write("</div>");
			document.write("</div>");

		}
	}
