(function(a){a.fn.extend({tooltip:function(i,j,k){var d=i||100,h=j||500,e=k||"Tooltip",b=a("#"+e);return this.each(function(){a(this).filter('[title!=""]').hover(function(c){var g=a(c.currentTarget);b=a("#"+e).length==0?a('<div id="'+e+'"></div>').css({width:d+"px",position:"absolute",zIndex:"9999"}).appendTo("body"):a("#"+e);b.html(g.data("title")).stop(true).fadeTo(0,0).fadeTo(h,1).css({width:d+"px",left:parseInt(c.pageX)+parseInt(b.outerWidth(true))+20<a(window).width()-50?c.pageX+20+"px":c.pageX-
20-d+"px",top:c.pageY-b.height()/2+"px"});g.unbind("mousemove");g.mousemove(function(f){b.css({left:parseInt(f.pageX)+parseInt(b.outerWidth(true))+20<a(window).width()-50?f.pageX+20+"px":f.pageX-20-d+"px",top:f.pageY-b.height()/2+"px"})})},function(c){a(c.currentTarget);b.stop(true).fadeTo(h,0,function(){a(this).hide()})}).data("title",a(this).attr("title")).attr({title:""})})}})})(jQuery);
