/*<![CDATA[*/
<!--
// Tooltip
jQuery.noConflict();jQuery(document).ready(function() {
jQuery("#bookmarks a[title], #MENU_LANG img").tooltip({ 
	 // tweak the position
   offset: [0, 0],
	 // use the "slide" effect
   effect: 'slide'
	// add dynamic plugin with optional configuration for bottom edge
	}).dynamic({ bottom: { direction: 'down', bounce: true } });;
});
// -->
/*]]>*/

