$(function() {
	$('form#request').FormValidate({
		phpFile:"http://hornadyle.com/_form/send.php",
		ajax:true,
		validCheck: true
	});
});