$(window).load(function () {
	$('input[title], textarea[title]').example(function() {		    	   	
		return $(this).attr('title');
	});	
});
