jQuery(function($){
  $('input#name').example(function() {
     return $(this).attr('title'); 
  });
  $('input#telephone').example(function() {
     return $(this).attr('title'); 
  });
  $('textarea#message').example('Message...');
});
