$(document).ready(function() {
	$('input:not(.noExample),textarea').example(function() {
		return $(this).attr('title'); 
	},{
		className: 'example'
	});
});
