(function($){$(document).ready(function($){$("div.vtip").mouseenter(function(){$(".vpopup",this).fadeIn()}).mouseleave(function(){$(".vpopup",this).hide()})})})(jQuery);
