// Disclaimer DHTML
// Copyright SexyTools.be 2008

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'
 	var siteUnder = window.open('http://www.galeriexxx.net/pub/bonus1.php','popunder','toolbar=0,location=1,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0,width=300,height=250,left=' + (screen.width/2-150) + ',top=' + (screen.height/2-125) + ',screenX=' + (screen.width/2-150) + ',screenY=' + (screen.height/2-125));
 	siteUnder.blur();
 	window.focus();
}

if(ScanCookie("disclaimerok")==0)
{
 document.write("<div id=\"disclaimer\"><div id=\"disclaimer-bg\"></div><div id=\"disclaimer-popup2\"><a href=\"\" onclick='Entrer(); return(false)' class=\"enter-link\">JE SUIS MAJEUR, <span>ENTRER</span></a></div></div>");
}
