// Jquery ToolTip Script 
// http://flowplayer.org/tools/tooltip/index.html
$.noConflict();
jQuery(document).ready(function($) {
		   $("#topbar img[title]").tooltip({ position: "bottom center"});
		   });
