Meetup.DomDeco.Yellowbar=function(){bindMethods(this)};Meetup.DomDeco.Yellowbar.prototype={decorate:function(a){if(!a){LOG.error("no element passed in to Meetup.DomDeco.Yellowbar.decorate()");return}this._mainEl=a;this._barId=getNodeAttribute(this._mainEl,"yellowbarid");var b=A({href:"JAVASCRIPT: void(0);",id:"C_announcementClose",title:"Hide this message"},IMG({src:"http://img1.meetupstatic.com/img/02419059504137169940/thirdparty/fff/silk/cancel.png"}));connect(b,"onclick",this._hideHandler);insertSiblingNodesBefore($("C_announceMsg").firstChild,b)},_hideHandler:function(a){setCookie("yellowbar_"+this._barId,"true",14,"/",".meetup.com",false);this._hide()},_hide:function(){removeElementClass($("C_announcementStatus"),"hasAnnouncement")},_show:function(){addElementClass($("C_announcementStatus"),"hasAnnouncement")},_mainEl:null,_barId:null,__repr__:function(){return"Meetup.DomDeco.Yellowbar"}};Meetup.DomDeco.applyById("C_announcement",Meetup.DomDeco.Yellowbar);