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