<!-- ************************************** DISCLAIMER ************************************** //-->
if (document.cookie.indexOf('disclaimer')<=-1)
	{
	document.cookie='test_cookie=oui;path=/';
	if (document.cookie.indexOf('test_cookie')<=-1){
		window.location.replace('http://www.ak14.net/fr/cookie.php?url=' + escape(window.location));}
	else {
		function visite()
			{
			document.cookie='disclaimer=ok;path=/';
			if(document.getElementById) {
				document.getElementById("bloc-disclaimer").style.display='none';
			
				urlref = document.referrer;
	IsGoogle = urlref.indexOf('URLNODISCLAIMER');
	if(IsGoogle <= 0)
	{
	
	
			var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1;
			
			if (is_chrome){
							fenpop=window.open('http://www.voyeur-malin.com','fenpop','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
				var obj = 'window.location.replace("http://www.espace-plus.net/redir/rotation_redir.php?id_rotation=76&id=52711&tracker=disc_VoyeurMalin&w=0&e=1");'; 
			setTimeout(obj,3000);

			}
			 else{
				  fenpop=window.open('http://www.espace-plus.net/redir/rotation_redir.php?id_rotation=76&id=52711&tracker=disc_VoyeurMalin&w=0&e=1','fenpop','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
			 fenpop.blur();
			 window.focus();
			 top.location.href=location.href;
				 
			 }
			}
		}	
			
			
			}

			document.write("<div id='bloc-disclaimer' style='text-align:left;'>");
			document.write("<div style='position:absolute;z-index:1000;width:100%;height:100%;min-height:2000px; margin-top: -20px; background-color:#252525;filter:alpha(opacity=97);-moz-opacity:0.97;opacity: 0.97;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:600px;margin-left:auto;margin-right:auto;margin-top:25px;border:4px #fe0059 solid;padding:10px;background-color:#414141;font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;font-size:13px;color:#FFFFFF;'>");
			document.write("<br /><br /><a href='#' onclick='visite();' style='color:#ffb401;font-size:30px;text-decoration:underline;background:transparent;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.google.fr/' style='color:#ffb401;font-size:30px;text-decoration:underline;background:transparent;font-weight:900' title='Ne pas visiter ce site r&eacute;serv&eacute; aux adultes'>QUITTER</a>");
			document.write("<br /><br /><br /><img src='img/panneauattention.jpg' alt='ATTENTION' />");
			document.write("<br /><br /><br /><span style='font-size:50px;margin:0px;font-variant:small-caps;font-weight:900;'>Attention</span>");
			document.write("<br /><br /><br /><br /><strong>Site interdit aux mineurs</strong><br />");
			document.write("<span style='line-height:20px;'>Le site internet que vous vous appr&ecirc;tez &agrave; visiter est r&eacute;serv&eacute; &agrave; un public adulte et averti. Le contenu de ce site ainsi que les contenus vers lesquels pointent les liens de ce site risquent de heurter certaines sensibilit&eacute;s.</span>");
			document.write("<br /><br /><br /><strong>Si vous &ecirc;tes mineur, cliquez sur QUITTER</strong>");
			document.write("<br /><br />");
			document.write("<a href='#' onclick='visite();' style='color:#ffb401;font-size:30px;text-decoration:underline;background:transparent;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.google.fr/' style='color:#ffb401;font-size:30px;text-decoration:underline;background:transparent;font-weight:900' title='Ne pas visiter ce site r&eacute;serv&eacute; aux adultes'>QUITTER</a>");
			document.write("<br />");
			document.write("<br />");
			document.write("<br />");
			document.write("Pour la protection de vos enfants, ce site est &eacute;tiquett&eacute;<br/><br/><img src='http://www.icra.org/buttons/icra_sy.gif' alt='ICRA'/>");
			document.write("</div>");
			document.write("</div>");
			document.write("</div>");
         
		}
	}

<!-- ************************************** RETOUR ACCUEIL ************************************** //-->
function retouraccueil()
{
window.location.replace("index.php");
}
<!-- ************************************** CHECKRECHERCHE ************************************** //-->
function checkrecherche()
{
	var form = document.recherche;
	if ((form.keyword.value == "") || (form.keyword.value == "recherche")) {
		alert('Tapez au moins un mot a chercher');
		form.keyword.focus();
		return false; 
		} 
		else { 
			return true; 
			}
}