$('input#contact_form_submit').click(function(e) { 
	this.disabled = true;
	$('#contact_form').submit();
	return true;	
});