$(document).ready(function(){	

	$('#s').example(function() {

		return $(this).attr('title');

	});

})
