function newsletter(action)
{
	var email = document.getElementById('input_email').value;
	document.location.href = "http://90plan.ovh.net/~diadao/hd_hotel_le_donjon/front_enews.php5?action="+action+"&email="+email;
}