var winfeatures="scrollbars=1,resizable=1,toolbar=1,location=1,menubar=1,status=1,directories=1";

function popupunder(url) {
    win2=window.open(url, "test", winfeatures);
    win2.blur();
    window.focus();
}
function oui() {
    document.cookie='canalq=ok;';
    /* popupunder("http://www.plan-dial.com/home.php?id=3700&promo=cbdial&rebill=1&cf2=oounder&popup=0"); */
    document.location.reload();
    return false();
	}
//-------disclaimer------//
 if (document.cookie.indexOf('canalq')<=-1)
	{
	document.cookie='test_cook=oui;path=/';
	if (document.cookie.indexOf('test_cook')<=-1){window.location.replace('http://www.ohhhoui.com/no_cookies.html');}
	else {
		document.write("<style type='text/css'>");
		document.write("<!--");
		document.write("body{height:100%;margin:0px;}");
		
		document.write("#disclaimer {background-image: url(images/disclaimer.png); background-repeat: no-repeat; margin:10px 0px 0px 0px; padding: 0px; height: 400px; width: 765px; position: relative;}");
		document.write(".entrer{ float: left; text-align: right; width: 300px; padding-top: 325px; }");
		document.write(".sortir{ float: right; text-align: left; width: 300px; padding-top: 325px; }");
		document.write(".entrer a:link, .entrer a:visited, .sortir a:link, .sortir a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 36px; font-weight: bold; color: #333333; text-decoration: none; }");
		document.write(".entrer a:hover, .entrer a:visited:hover, .sortir a:hover, .sortir a:visited:hover{ font-family: Arial, Helvetica, sans-serif; font-size: 36px; font-weight: bold; color: #33CC99; text-decoration: none; text-align: right;");
		document.write("-->");
		document.write("</style>");
		document.write("<div style='z-index:1000;position:absolute;width:100%;height:200%;min-height:6000px;height:6000px; background-color:#FFFFFF;filter:alpha(opacity=95);-moz-opacity:0.95;opacity: 0.95;text-align:center;'>");
		document.write("<center><div id='disclaimer'>");
		document.write("<span class='entrer'><a href='javascript:oui()'>ENTRER</a></span>");
		document.write("<span class='sortir'><a href='http://www.google.fr'>SORTIR</a></span>");
		document.write("</div></center></div>");
		}
	}
