$(document).ready(function(){
	$("#submit_button").click(function(){
		$("#contact_form").submit();
		return false;
	});	
});
