
$(document).ready(function () {

    $.hint({ attr: 'title' });

    if ($.browser.webkit) {
        $(".htb").attr('autocomplete', 'off');
    };
});        
