$(document).ready(function() {
	$('input[title!=""], textarea[title!=""]').hint();
	
	$("#contactForm").validate();

});