(function(a){jQuery.fn.wyztip=function(b){b=b||{};b.jQthis=jQuery(this);b.xOffset=-20;b.yOffset=20;return this.unbind(".wyzTip").bind("mouseenter.wyzTip",function(c){this.t=this.title;this.title="";this.top=(c.pageY+b.yOffset);this.left=(c.pageX+b.xOffset);b.jQthis.bind("mousemove.wyzTip",function(d){this.top=(d.pageY+b.yOffset);this.left=(d.pageX+b.xOffset);jQuery("p#wyztip").css("top",this.top+"px").css("left",this.left+"px")});jQuery("body").append('<p id="wyztip"><img id="wyztipArrow" />'+this.t+"</p>");jQuery("p#wyztip #wyztipArrow").attr("src","images/vtip_arrow.png");jQuery("p#wyztip").css("top",this.top+"px").css("left",this.left+"px").fadeIn(100)}).bind("mouseleave.wyzTip",function(c){this.title=this.t;b.jQthis.unbind("mousemove.wyzTip");jQuery("p#wyztip").fadeOut(200).remove()})};jQuery.fn.wyztipHI=function(){var b={};b.jQthis=jQuery(this);b.xOffset=-20;b.yOffset=20;b.cleanup=function(){b.jQthis.unbind("mousemove.wyzTip");jQuery("p#wyztip").fadeOut(150).remove()};jQuery("body").bind("click keypress",function(){if(jQuery("p#wyztip").length){jQuery("p#wyztip").remove()}});return this.unbind().hoverIntent(function(c){if(jQuery("p#wyztip").length){b.cleanup()}this.t=this.title;this.title="";this.top=(c.pageY+b.yOffset);this.left=(c.pageX+b.xOffset);b.jQthis.bind("mousemove.wyzTip",function(d){this.top=(d.pageY+b.yOffset);this.left=(d.pageX+b.xOffset);jQuery("p#wyztip").css("top",this.top+"px").css("left",this.left+"px")});jQuery("body").append('<p id="wyztip"><img id="wyztipArrow" />'+jQuery(this).attr("alt")+"</p>");jQuery("p#wyztip #wyztipArrow").attr("src","images/vtip_arrow.png");jQuery("p#wyztip").css("top",this.top+"px").css("left",this.left+"px").fadeIn(100)},function(c){this.title=this.t;b.cleanup()})}})(jQuery);
