$(document).ready(function() {
	$(".hasTooltip").tooltip();
});

