$(function() {
	$('#contactform').FormValidate({
		phpFile:"",
		ajax:true,
		validCheck: true
	});
	$(".thumb").fancybox();
});
