$(function () {
    // activate the 'hint' functionality on all inputs that contain a title 
    // attribute
    $('input[title]').ezpz_hint();
});