$(function(){
    $("input[title]").tooltip({tip:"#tooltip",effect:"slide",opacity:0.8}).dynamic({bottom:{direction:"down",bounce:true}});
});
