jQuery(document).ready(function(){
	jQuery('.tooltip').tooltip({track: true,delay: 2,showURL: false,showBody: " - "});
});