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

