/*!CK:140780665!*//*1403491434,*/ if (self.CavalryLogger) { CavalryLogger.start_js(["8Cqak"]); } __d("ComposerXDatepickerIconReset",["CSS","cx"],function(a,b,c,d,e,f,g,h){function i(j){g.removeClass(j.element,"_4_na");g.removeClass(j.element,"_509o");}e.exports=i;},null); __d("SwapButtonDEPRECATED",["Event","Arbiter","copyProperties","CSS","Focus"],function(a,b,c,d,e,f,g,h,i,j,k){function l(m,n,o){this._swapperButton=m;this._swappeeButton=n;g.listen(m,'click',this.swap.bind(this));if(o)g.listen(n,'click',this.unswap.bind(this));h.subscribe('SwapButtonDEPRECATED/focusOnJoinButton',this.setFocusOnSwapper.bind(this),h.SUBSCRIBE_ALL);}i(l.prototype,{_swapperButton:null,_swappeeButton:null,swap:function(m){j.hide(this._swapperButton);j.show(this._swappeeButton);m!==false&&k.setWithoutOutline(this._swappeeButton);},unswap:function(m){j.show(this._swapperButton);j.hide(this._swappeeButton);m!==false&&k.setWithoutOutline(this._swapperButton);},toggle:function(){j.toggle(this._swapperButton);j.toggle(this._swappeeButton);},setFocusOnSwapper:function(){this._swapperButton.focus();}});e.exports=l;},null); __d("legacy:dom-html",["HTML"],function(a,b,c,d){a.HTML=b('HTML');},3); __d("EntStreamGroupMall",["DOM","$","ge"],function(a,b,c,d,e,f,g,h,i){var j={replacePager:function(k){g.setContent(h('pagelet_group_pager'),k);},replaceFilesPager:function(k,l){g.setContent(h('group_files_pager_'+l),k);},replacePostApprovalSection:function(k){var l=i('pagelet_consolidate_posts');if(l!==null)g.setContent(l,k);}};e.exports=j;},null); __d("ShareAttachmentDescriptionEllipsis",["DOMDimensions","LitestandEllipsis","Style"],function(a,b,c,d,e,f,g,h,i){var j={add:function(k,l,m){var n=g.getElementDimensions(l).height,o=i.getFloat(k,'marginTop'),p=k.parentElement.clientHeight-n-o;if(m)p-=(i.getFloat(m,'marginTop')+g.getElementDimensions(m).height);h.add(k,p);}};e.exports=j;},null); __d("DoublyLinkedListMap",[],function(a,b,c,d,e,f){function g(){"use strict";this._head=null;this._tail=null;this._nodes={};this._nodeCount=0;}g.prototype.get=function(h){"use strict";return this._nodes[h]?this._nodes[h].data:null;};g.prototype.getIndex=function(h){"use strict";for(var i=this._head,j=0;i;i=i.next,j++)if(i.key===h)return j;return null;};g.prototype._insert=function(h,i,j,k){"use strict";j&&!this._nodes[j]&&(j=null);var l=(j&&this._nodes[j])||(k?this._head:this._tail),m={data:i,key:h,next:null,prev:null};if(l){this.remove(h);if(k){m.prev=l.prev;l.prev&&(l.prev.next=m);l.prev=m;m.next=l;}else{m.next=l.next;l.next&&(l.next.prev=m);l.next=m;m.prev=l;}}m.prev===null&&(this._head=m);m.next===null&&(this._tail=m);this._nodes[h]=m;this._nodeCount++;return this;};g.prototype.insertBefore=function(h,i,j){"use strict";return this._insert(h,i,j,true);};g.prototype.insertAfter=function(h,i,j){"use strict";return this._insert(h,i,j,false);};g.prototype.prepend=function(h,i){"use strict";return this.insertBefore(h,i,this._head&&this._head.key);};g.prototype.append=function(h,i){"use strict";return this.insertAfter(h,i,this._tail&&this._tail.key);};g.prototype.remove=function(h){"use strict";var i=this._nodes[h];if(i){var j=i.next,k=i.prev;j&&(j.prev=k);k&&(k.next=j);this._head===i&&(this._head=j);this._tail===i&&(this._tail=k);delete this._nodes[h];this._nodeCount--;}return this;};g.prototype.find=function(h){"use strict";for(var i=this._head;i;i=i.next)if(h(i.data))return i.key;return null;};g.prototype.reduce=function(h,i){"use strict";for(var j=this._head;j;j=j.next)i=h(j.data,i);return i;};g.prototype.exists=function(h){"use strict";return !!this._nodes[h];};g.prototype.isEmpty=function(){"use strict";return !this._head;};g.prototype.reset=function(){"use strict";this._head=null;this._tail=null;this._nodes={};this._nodeCount=0;};g.prototype.map=function(h){"use strict";for(var i=this._head;i;i=i.next)h(i.data);};g.prototype.getCount=function(){"use strict";return this._nodeCount;};g.prototype.getHead=function(){"use strict";return this._head&&this._head.data;};g.prototype.getTail=function(){"use strict";return this._tail&&this._tail.data;};g.prototype.getNext=function(h){"use strict";var i=this._nodes[h];if(i&&i.next)return i.next.data;return null;};g.prototype.getPrev=function(h){"use strict";var i=this._nodes[h];if(i&&i.prev)return i.prev.data;return null;};e.exports=g;},null); __d("PopoverAsyncMenu",["AsyncRequest","Event","PopoverMenu","copyProperties"],function(a,b,c,d,e,f,g,h,i,j){var k={},l=0;for(var m in i)if(i.hasOwnProperty(m))o[m]=i[m];var n=i===null?null:i.prototype;o.prototype=Object.create(n);o.prototype.constructor=o;o.__superConstructor__=i;function o(p,q,r,s,t){"use strict";this._endpoint=s;this._loadingMenu=r;this._instanceId=l++;k[this._instanceId]=this;this._mouseoverListener=h.listen(q,'mouseover',this._fetchMenu.bind(this));i.call(this,p,q,null,t);}o.prototype._onLayerInit=function(){"use strict";if(!this._menu&&this._loadingMenu)this.setMenu(this._loadingMenu);this._fetchMenu();this._popover.getLayer().subscribe('key',this._handleKeyEvent.bind(this));};o.prototype._fetchMenu=function(){"use strict";if(this._fetched)return;new g().setURI(this._endpoint).setData({pmid:this._instanceId}).send();this._fetched=true;if(this._mouseoverListener){this._mouseoverListener.remove();this._mouseoverListener=null;}};o.setMenu=function(p,q){"use strict";k[p].setMenu(q);};o.getInstance=function(p){"use strict";return k[p];};j(o.prototype,{_fetched:false,_mouseoverListener:null});e.exports=o;},null); __d("PopoverMenuShowOnHover",["Event"],function(a,b,c,d,e,f,g){var h=250;function i(j){"use strict";this._popoverMenu=j;this._listeners=[];}i.prototype.enable=function(){"use strict";this._attachMouseListeners(this._popoverMenu.getTriggerElem());this._setMenuSubscription=this._popoverMenu.subscribe('setMenu',this._onSetMenu.bind(this));};i.prototype.disable=function(){"use strict";while(this._listeners.length)this._listeners.pop().remove();if(this._setMenuSubscription){this._setMenuSubscription.unsubscribe();this._setMenuSubscription=null;}};i.prototype._onSetMenu=function(){"use strict";this._attachMouseListeners(this._popoverMenu.getMenu().getRoot());};i.prototype._attachMouseListeners=function(j){"use strict";var k=this._popoverMenu.getPopover(),l=null;this._listeners.push(g.listen(j,'mouseleave',k.hideLayer.bind(k)),g.listen(j,'mouseenter',function(){l=Date.now();k.showLayer();}),g.listen(j,'click',function(m){if(Date.now()r)g.addClass(o,"_5215");for(var t=q.length-1;t>1;t--)if(q[t].offsetLeft+q[t].offsetWidth>r){h.remove(q[t]);}else break;var u="_529n";g.removeClass(j.byClass(o,u),u);k.subscribe('Medley/transitionToSection',function(v,w){if(p&&w===p.getAttribute('data-medley-id'))return;p&&g.removeClass(p,"_6-7");for(var x=0;x=pa;wa(hb.STICKY_HEADER,'toggle',[ib]);wa(hb.CONTENT,'checkCurrentSectionChange');},'TimelineController/scrollListener');}function bb(ib,jb,kb,lb){if(!ib){va();return;}if(jb.y<=0){cb(ib,kb);return false;}else{var mb=lb&&hb.getCurrentScrubber();if(mb&&i.hasClass(mb.getRoot(),'fixed_elem')){cb(ib,kb);return false;}else{var nb=parseInt(ib.style[kb],10)||0;if(jb.y=ib;}return ma;},sidebarInitialized:function(){return ua;},adjustStickyHeaderWidth:function(){wa(hb.STICKY_HEADER,'adjustWidth');},isOneColumnMinimal:function(){return na;},hideStickyHeaderNavSectionMenu:function(){wa(hb.STICKY_HEADER_NAV,'hideSectionMenu');},register:function(ib,jb){ha[ib]=jb;if(ia[ib]){for(var kb in ia[ib])wa(ib,kb,ia[ib][kb]);delete ia[ib];}},adjustScrollingPagerBuffer:function(ib,jb){var kb=j.get(o.DS_COLUMN_HEIGHT_DIFFERENTIAL,jb);if(!kb)return;var lb=m.getInstance(ib);lb&&lb.setBuffer(lb.getBuffer()+Math.abs(kb));},runOnceWhenSectionFullyLoaded:function(ib,jb,kb){var lb=p.get(jb);if(lb){var mb=false;k.scry(lb.node,'.fbTimelineCapsule').forEach(function(ob){if(!mb&&parseInt(j.get(o.DS_LOADED,ob.id),10)>=parseInt(kb,10)){ib();mb=true;}});if(mb)return;}var nb=h.subscribe(o.SECTION_FULLY_LOADED,function(ob,pb){if(pb.scrubberKey===jb&&pb.pageIndex===kb){ib();nb.unsubscribe();}});}};e.exports=hb;},null); __d("TimelineSmartInsert",["Run","UserAgent","Vector"],function(a,b,c,d,e,f,g,h,i){var j=100;function k(q){if(q==='viewport')return i.getViewportDimensions().y;return q;}var l=false,m=false;function n(){if(m)return;g.onLeave(o);m=true;}function o(){l=false;m=false;}var p={run:function(q,r,s){n();if(!l||h.ie()<=8){r();return;}var t=q.offsetHeight;r();var u=q.offsetHeight,v=i.getScrollPosition().y,w=i.getElementPosition(q).y;if(u!==t&&w