$(document).ready(function() {

    $('form #keywords').formtips({ 
        tippedClass: 'tipped'
    });

});
