$(function() {
$('*.tooltip').Tooltip({
	track: true,
	showURL: false
});
});
