$(function(){
	$('#team-list a').tooltip({
		bodyHandler: function() {
			return $($(this).attr("href")).html();
		},
		delay: 0,
		extraClass: 'connaxis',
		id: 'tooltip-connaxis',
		fade: 300,
		left: -220,
		showURL: false,
		top: -100
	});
});
