$(function() {

	$('a.last').tooltip({
		delay: 0,
		showURL: false
	});

});