Meetup.DomDeco.ClickToSelect=function(){bindMethods(this)};(function(){var a=Meetup.DomDeco.ClickToSelect;a.prototype.__repr__=function(){return"Meetup.DomDeco.ClickToSelect"};a.prototype.decorate=function(b){this.element=b;connect(this.element,"onclick",this.onclick)};a.prototype.onclick=function(b){b.stopPropagation();this.element.select()};connect(window,"onload",function(){var h=$("D_photoAllSizes");var e=MochiKit.DOM.getElementsByTagAndClassName("input","T_photoUrl",h);Meetup.DomDeco.applyTo(e,Meetup.DomDeco.ClickToSelect);if(Meetup.UserAgent.isIE()){var b=new RegExp(/MSIE ([0-9]{1,}[\.0-9]{0,})/);b.exec(navigator.userAgent);rv=parseFloat(RegExp.$1);if(rv<8){var f=MochiKit.DOM.getElementsByTagAndClassName("li",null,h);var d,j;for(var c=0,g=f.length;c<g;++c){d=f[c];j=SPAN({});j.innerHTML="&raquo; ";d.insertBefore(j,d.firstChild)}}}})})();