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