function tiper(A,C,D){this.xOffset=A;this.yOffset=C;var B=B;if(!D){var D="tiper"}if(!A){this.xOffset=20}if(!C){this.yOffset=-60}$(".tiper").hover(function(G){var F=this.id;var E=$("."+F).html();this.top=(G.pageY-yOffset);this.left=(G.pageX-xOffset);$("body").append('
'+E+"
");$("div#"+D).css("top",this.top+"px").css("left",this.left+"px").fadeIn("slow")},function(){$("div#"+D).fadeOut("slow").remove()}).mousemove(function(E){this.top=(E.pageY+yOffset);this.left=(E.pageX+xOffset);$("div#"+D).css("top",this.top+"px").css("left",this.left+"px")})};