$(function() {
	$('a.tooltip').Tooltip({
	track: true
});
});