jQuery(document).ready(function()  {
	
	jQuery('#formSend').click(function() {
			jQuery('#formEmail').submit();
			return false;
	});
	
})
