if (document.cookie.indexOf('frenchbar')<=-1) {
	document.cookie='frenchbar=oui;path=/';
	if (document.cookie.indexOf('frenchbar')<=-1) {
		window.location.replace('http://www.google.fr');
	} else {
	function visite() {
		document.cookie='frenchbar=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:100%; min-height:2024px; margin-left:0; margin-right:0; margin-top:0px; margin-bottom:0px; border:0px red solid; background-color:#ffffff; filter:alpha(opacity=95); -moz-opacity:0.95; opacity: 0.95; 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:580px; height:525px; margin-left:auto; margin-right:auto; margin-top:25px; background:url(../img/fond_avertissement.png); padding:10px; font-family:Verdana,Arial,Geneva,Helvetica,sans-serif; font-size:13px;'>");
	document.write("<br /><img src='http://www.frenchbar.com/img/logo_alert.png' alt='' />");
	document.write("<p style='height:30px;'></p>");
	document.write("<table style='width:560px; margin:auto;'><tr><td style='text-align:center; width:260px;'>");
	document.write("<img src='http://www.frenchbar.com/img/anglais.gif' alt='' />");
	document.write("</td><td></td><td style='text-align:center; width:260px;'>");
	document.write("<img src='http://www.frenchbar.com/img/francais.gif' alt='' />");
	document.write("</td></tr><tr><td style='text-align:center; padding:10px;'>");
	document.write("To enter FrenchBar website, you must be of legal drinking age in your country of residence");
	document.write("</td><td></td><td style='text-align:center; padding:10px;'>");
	document.write("Pour acc&eacute;der au site FrenchBar, vous devez avoir l'&acirc;ge l&egrave;gal dans votre pays de r&egrave;sidence.");
	document.write("</td></tr><tr><td style='text-align:center;'>");
	document.write("<a href='http://translate.google.com/translate?hl=en&sl=fr&tl=en&u=http://www.frenchbar.com/index.php' style='font-weight:bold; font-size:12px;' title=''>I agree</a> | ");
	document.write("<a href='http://www.google.fr' style='font-weight:bold; font-size:12px;' title=''>I don't agree</a>");
	document.write("</td><td></td><td style='text-align:center; width: 350px;'>");
	document.write("<a href='#' onclick='visite(); return(false)' style='font-weight:bold; font-size:12px;' title='Visiter ce site interdit aux mineurs'>Je suis d'accord</a> | ");
	document.write("<a href='http://www.google.fr' style='font-weight:bold; font-size:12px;' title='Visiter ce site interdit aux mineurs'>Je ne suis pas d'accord</a>");
	document.write("</td></tr></table>");
	document.write("</div>");
	document.write("</div>");
	document.write("</div>");
     
	}
}
