$(function(){
	$('.feature a').each(function() {
		$(this).Tooltip({track:true,delay:0,showURL:false});
	});
});