$(function () {
	$('#lnkContactSend').click(function (e) {
		e.preventDefault();
		$('form#frmContact').submit();
	});	
});
