$(document).ready(function() {
	$('a').tooltip({ 
		track: true,
		delay: 0,
		showURL: false,
		showBody: " - "
	});
});

