$(function() {
	// Example Text
	$('input.example, textarea.example').each(function() {
		$(this).example(function() {
			return $(this).attr('title');
		});
	});
});
