$(document).ready(function() {
	$("#supportForm").submit(onSupportSubmit);
	$("#emailNotPresent").click(enpClick);
});

