// starting the tooltip-script on page load
$(document).ready(function(){
	$(".tooltip").tooltip({
	 showBody: " - ",
		showURL: false
	});
});
