$(document).ready(function(){$(".member_hovercards").each(function(){var a=$(this).parent().siblings(".member_hovercards_content").html();hovercards($(this),a)});$(".address_hovercards").each(function(){var a=$(this).parent().siblings(".address_hovercards_content").html();hovercards($(this),a)})});function hovercards(a,b){$(a).qtip({content:b,position:{corner:{target:"topMiddle",tooltip:"bottomMiddle"},adjust:{screen:true}},style:{name:"light",width:320,tip:"bottomMiddle",border:{width:5,radius:5}},show:{solo:true},hide:{fixed:true}})};
