$(document).ready(function() {
	if($("#contact-form").length!=0) $("#contact-form").validate();
});