// JavaScript Document
$(function(){ 
	$('input[title!=""]').hint();
	$('textarea[title!=""]').hint();
});