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