$(document).ready(function() {

$("img[title]").tooltip({
   offset: [13, 2],
   effect: 'slide'
}).dynamic({ bottom: { direction: 'down', bounce: true } });
	
});
