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