// JavaScript Document

function inscri_nl(){
	var email = document.getElementById("email_nl").value;	
	document.location.href='index.php?email=' + email;
}



