
    $(document).ready(function(){
      $('span.autofill').prev().fill_clear_input({
        contents: function(elm,ind){
          return $(elm).next().text();
        }
      });
    });