$(document).ready(function(){
$(".tip a[title]").tooltip({
position: "bottom left",
offset: [-60, -2]
});
});




