this.vtip=function(){this.xOffset=-10;this.yOffset=10;$(".vtip").unbind().hover(function(b){this.t=this.title;
this.title="";this.top=(b.pageY+yOffset);this.left=(b.pageX+xOffset);$("body").append('<p id="vtip"><img id="vtipArrow" />'+this.t+"</p>");
$("p#vtip #vtipArrow").attr("src","../../images/vtip_arrow.png");$("p#vtip").css("top",this.top+"px").css("left",this.left+"px").fadeIn("slow")
},function(){this.title=this.t;$("p#vtip").fadeOut("slow").remove()}).mousemove(function(b){this.top=(b.pageY+yOffset);
this.left=(b.pageX+xOffset);$("p#vtip").css("top",this.top+"px").css("left",this.left+"px")
})};jQuery(document).ready(function(b){vtip()});
