$(document).ready(function () {

	$("#send").click(function () {

		$("#contact").submit();

	});

});