Meetup.DomDeco.SearchGroupHover=function(){bindMethods(this)};Meetup.DomDeco.SearchGroupHover.prototype={decorate:function(el){if(!el){LOG.error("No element passed into Meetup.DomDeco.SearchGroupHover!?");return false}var helpedEl,helpEl,position,mI;var helpEls=[];var helpedEl=el;forEach(getElementsByTagAndClassName("div","J_help",el),function(h){helpEls.push(h.cloneNode(true))});if(helpEls.length==0){return false}helpEl=DIV({"class":"D_help"},helpEls);position=(hasElementClass(helpedEl,"position_1")||hasElementClass(helpedEl,"position_2"))?"right":"left";mI=new Meetup.UI.MoreInfo(helpedEl,helpEl,position);connect(helpedEl,"onmouseover",function(){if(STYLEMODE==2){mI.show()}});connect(helpedEl,"onmouseout",function(){if(STYLEMODE==2){mI.hide()}})}};