$(document).ready(function() {

// initialize tooltip
$("#regio img[title]").tooltip({

   // tweak the position
   offset: [5, 2],

   // use the "slide" effect
   effect: 'slide'

// add dynamic plugin with optional configuration for bottom edge
}).dynamic({ bottom: { direction: 'down', bounce: true } });
						   });
