age_verify=getCookie('age_verify');
if (age_verify!=1) { //pop the age verification
	var ageverify=dhtmlmodal.open("ageverify", "iframe", "age_agreement.html", "44cam.com : WEBCAM SEXY RESERVE AUX ADULTES 18+", "width=680px,height=210px,center=1,resize=1,scrolling=0", "recal")

	ageverify.onclose=function(){ //Define custom code to run when window is closed
		var theform=this.contentDoc.getElementById("ageverifyForm") //Access form with id="ageverifyForm" inside iframe
		//var yesbox=theform.ageverifybox[0] //Access the first radio button within form
		//var nobox=theform.ageverifybox[1] //Access the second radio button within form
		//alert(theform.verif.value);
		if (theform.verif.value=='OUI PLUS DE 18 ANS') {
		//set cookie and close
			setCookie('age_verify', 1);
		} else if (theform.verifnon.value=='NON') {
			//redirect
			window.location = 'http://www.protectiondesmineurs.org/';
		}
		return true //Allow closing of window in both cases
	}
}

