// this gets called after the default document.ready
$(document).ready(function(){
	$("[title]").tooltip({effect: 'slide'});
});

