function ajaxer() {
		new ajax('/conferences/notify',{postBody:'email=' + $('email').value, update: 'mailform'}).request();
		return false;	
}
