$(document).ready(function(){
  $('input[title!=""]').hint();
  $('textarea[title!=""]').hint();
});
