$(document).ready(function(){
	inittooltip();
});
function inittooltip(){
	$('.contact-block a').tooltip({});
	
}
