	$('#contact_us').submit(function(){
	    $('input[type=submit]', this).attr('disabled', 'disabled');
	});