$(document).ready(function() {
	$("#sub_newsletter").click(function(){
		var mail = document.getElementById('inscription').value;	
		getAjaxData('getMail',mail);
	});
 });