jQuery(document).ready(function() {
			$(function(){ 
			    // find all the input elements with title attributes
				$('input[title!=""]').hint();
			});

});