$(function(){
	$('#centre a').Tooltip({ 
		track: true,
		showURL: false,
		delay: 0
	});

});




