$j(document).ready(function() {
  // configure example text fields
  $j(".example").each(function(index) {
    $j(this).example(this.title);
  });
  
});
