$(function() {
$("a").tooltip({
showURL: false,
    track: true, 
 left: -100 
});
});

