$(document).ready(function() {
	$('input[title]').inputHints();
	$('textarea[title]').inputHints();
});













