/**
 * @author bart
 */

$(function(){
	
	$("#submit").click(function() {
		$("#contactForm").submit();
		return false;
	});
	
});
