Advertisement
Guest User

Untitled

a guest
Mar 17th, 2016
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 242.66 KB | None | 0 0
  1. /*!CK:3312657446!*//*1454354069,*/
  2.  
  3. if (self.CavalryLogger) { CavalryLogger.start_js(["7x1Oz"]); }
  4.  
  5. __d("IntlVariations",[],function a(b,c,d,e,f,g){c.__markCompiled&&c.__markCompiled();f.exports={BITMASK_NUMBER:805306368,NUMBER_SINGULAR:268435456,NUMBER_DUAL:536870912,NUMBER_PLURAL:805306368,NUMBER_ZERO:1073741824,NUMBER_ONE:268435456,NUMBER_TWO:536870912,NUMBER_FEW:1342177280,NUMBER_MANY:805306368,NUMBER_OTHER:1610612736,BITMASK_GENDER:50331648,GENDER_MALE:16777216,GENDER_FEMALE:33554432,GENDER_UNKNOWN:50331648};},null);
  6. __d('flattenPHPQueryData',['invariant'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();function i(k){return j(k);}function j(k,l,m){l=l||'';m=m||{};if(k===null||k===undefined){m[l]=undefined;}else if(typeof k=='object'){!(typeof k.appendChild!=='function')?h(0):undefined;for(var n in k){if(n==='$$typeof')continue;if(k.hasOwnProperty(n)&&k[n]!==undefined)j(k[n],l?l+'['+n+']':n,m);}}else m[l]=k;return m;}f.exports=i;},null);
  7. __d('PHPQuerySerializer',['flattenPHPQueryData','invariant'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();function j(q){var r=[],s=h(q);for(var t in s)if(s.hasOwnProperty(t)){var u=k(t);if(s[t]===undefined){r.push(u);}else r.push(u+'='+k(s[t]));}return r.join('&');}function k(q){return encodeURIComponent(q).replace(/%5D/g,']').replace(/%5B/g,'[');}var l=/^([-_\w]+)((?:\[[-_\w]*\])+)=?(.*)/;function m(q){if(q==='hasOwnProperty'||q==='__proto__')return '\ud83d\udf56';return q;}function n(q){if(!q)return {};var r={};q=q.replace(/%5B/ig,'[').replace(/%5D/ig,']');q=q.split('&');var s=Object.prototype.hasOwnProperty;for(var t=0,u=q.length;t<u;t++){var v=q[t].match(l);if(!v){var w=q[t].split('=');r[o(w[0])]=w[1]===undefined?null:o(w[1]);}else{var x=v[2].split(/\]\[|\[|\]/).slice(0,-1),y=v[1],z=o(v[3]||'');x[0]=y;var aa=r;for(var ba=0;ba<x.length-1;ba++){var ca=m(x[ba]);if(ca){if(!s.call(aa,ca)){var da=x[ba+1]&&!x[ba+1].match(/^\d{1,3}$/)?{}:[];aa[ca]=da;if(aa[ca]!==da)return r;}aa=aa[ca];}else{if(x[ba+1]&&!x[ba+1].match(/^\d{1,3}$/)){aa.push({});}else aa.push([]);aa=aa[aa.length-1];}}if(aa instanceof Array&&x[x.length-1]===''){aa.push(z);}else aa[m(x[x.length-1])]=z;}}return r;}function o(q){try{return decodeURIComponent(q.replace(/\+/g,' '));}catch(r){return q;}}var p={serialize:j,encodeComponent:k,deserialize:n,decodeComponent:o};f.exports=p;},null);
  8. __d("ReloadPage",[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h={now:function(i){b.window.location.reload(i);},delay:function(i){b.setTimeout(this.now.bind(this),i);}};f.exports=h;},null);
  9. __d('createDeprecatedProperties',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(k){return function(l){this[k]=l;return this;};}function i(k){return function(l){return this[k];};}function j(k,l){var m=k.prototype;for(var n in l){var o=n.charAt(0).toUpperCase()+n.substr(1),p='__auto__'+n;m[p]=l[n];m['set'+o]=h(p);m['get'+o]=i(p);}}f.exports=j;},null);
  10. __d('JavelinEvent',['createDeprecatedProperties'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i={8:'delete',9:'tab',13:'return',27:'esc',37:'left',38:'up',39:'right',40:'down',63232:'up',63233:'down',62234:'left',62235:'right'};j.prototype.stop=function(){'use strict';var k=this.getRawEvent();if(k){k.cancelBubble=true;k.stopPropagation&&k.stopPropagation();}this.setStopped(true);return this;};j.prototype.prevent=function(){'use strict';var k=this.getRawEvent();if(k){k.returnValue=false;k.preventDefault&&k.preventDefault();}this.setPrevented(true);return this;};j.prototype.kill=function(){'use strict';this.prevent();this.stop();return this;};j.prototype.getSpecialKey=function(){'use strict';var k=this.getRawEvent();if(!k||k.shiftKey)return null;return i[k.keyCode]||null;};j.prototype.isRightButton=function(){'use strict';var k=this.getRawEvent();return k.which==3||k.button==2;};j.prototype.getNode=function(k){'use strict';return this.getNodes()[k]||null;};function j(){'use strict';}h(j,{rawEvent:null,type:null,target:null,data:null,path:[],stopped:false,prevented:false,nodes:{},nodeDistances:{}});f.exports=j;},null);
  11. __d('LogHistory',['CircularBuffer'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i=500,j={},k=new h(i);function l(t,u,event,v){if(typeof v[0]!=='string'||v.length!==1)return;k.write({date:Date.now(),level:t,category:u,event:event,args:v[0]});}function m(t){'use strict';this.category=t;}m.prototype.debug=function(event){'use strict';for(var t=arguments.length,u=Array(t>1?t-1:0),v=1;v<t;v++)u[v-1]=arguments[v];l('debug',this.category,event,u);return this;};m.prototype.log=function(event){'use strict';for(var t=arguments.length,u=Array(t>1?t-1:0),v=1;v<t;v++)u[v-1]=arguments[v];l('log',this.category,event,u);return this;};m.prototype.warn=function(event){'use strict';for(var t=arguments.length,u=Array(t>1?t-1:0),v=1;v<t;v++)u[v-1]=arguments[v];l('warn',this.category,event,u);return this;};m.prototype.error=function(event){'use strict';for(var t=arguments.length,u=Array(t>1?t-1:0),v=1;v<t;v++)u[v-1]=arguments[v];l('error',this.category,event,u);return this;};function n(t){if(!j[t])j[t]=new m(t);return j[t];}function o(){return k.read();}function p(){k.clear();}function q(t){}function r(t){return t.map(function(u){var v=/\d\d:\d\d:\d\d/.exec(new Date(u.date));return [v&&v[0],u.level,u.category,u.event,u.args].join(' | ');}).join('\n');}var s={MAX:i,getInstance:n,getEntries:o,clearEntries:p,toConsole:q,formatEntries:r};f.exports=s;},null);
  12. __d('performanceNow',['performance'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i;if(h.now){i=function(){return h.now();};}else i=function(){return Date.now();};f.exports=i;},null);
  13. __d('Stopwatch',['performanceNow'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();function i(){'use strict';this.reset();}i.prototype.reset=function(){'use strict';this.$Stopwatch1=h();};i.prototype.read=function(){'use strict';return h()-this.$Stopwatch1;};f.exports=i;},null);
  14. __d('StopwatchPool',['Stopwatch'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i=0,j=[],k={},l={acquire:function(){var m;if(j.length>0){m=j.pop();}else{i++;m=new h();m.__index=i;}k[m.__index]=m;return m;},release:function(m){if(m.__index&&k[m.__index]===m){delete k[m.__index];j.push(m);}}};f.exports=l;},null);
  15. __d('createArrayFromMixed',['invariant'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();function i(l){var m=l.length;!(!Array.isArray(l)&&(typeof l==='object'||typeof l==='function'))?h(0):undefined;!(typeof m==='number')?h(0):undefined;!(m===0||m-1 in l)?h(0):undefined;!(typeof l.callee!=='function')?h(0):undefined;if(l.hasOwnProperty)try{return Array.prototype.slice.call(l);}catch(n){}var o=Array(m);for(var p=0;p<m;p++)o[p]=l[p];return o;}function j(l){return (!!l&&(typeof l=='object'||typeof l=='function')&&'length' in l&&!('setInterval' in l)&&typeof l.nodeType!='number'&&(Array.isArray(l)||'callee' in l||'item' in l));}function k(l){if(!j(l)){return [l];}else if(Array.isArray(l)){return l.slice();}else return i(l);}f.exports=k;},null);
  16. __d('Stratcom',['createArrayFromMixed','ErrorUtils','JavelinEvent','LogHistory','StopwatchPool','StratcomManager','LogBuffer'],function a(b,c,d,e,f,g,h,i,j,k,l,m,n){if(c.__markCompiled)c.__markCompiled();var o=k.getInstance('stratcom'),p={ready:false,_targets:{},_handlers:[],_need:{},_useCapture:{},_auto:'*',_execContext:[],invoke:function(q,r,s){r=h(r);return this._dispatchProxy(new j().setType(q).setData(s||{}).setPath(r||[]));},listen:function(q,r,s){return this._listen(q,r,s,false);},listenCapture:function(q,r,s){return this._listen(q,r,s,true);},_listen:function(q,r,s,t){var u=[];q=h(q);if(!r)r=this._auto;if(!Array.isArray(r)){r=[[r]];}else if(!Array.isArray(r[0]))r=[r];var v={_callback:s};for(var w=0;w<q.length;++w){var x=q[w];if('onpagehide' in window&&x=='unload')x='pagehide';if(!(x in this._targets))this._targets[x]={};var y=this._targets[x];for(var z=0;z<r.length;++z){var aa=r[z],ba=this._handlers.length;this._handlers.push(v);this._useCapture[ba]=t||false;this._need[ba]=aa.length;u.push(ba);for(var ca=0;ca<aa.length;++ca)(y[aa[ca]]||(y[aa[ca]]=[])).push(ba);}}v.remove=function(){if(v){if(v._callback){delete v._callback;for(var da=0;da<u.length;da++)delete p._handlers[u[da]];}u=null;v=null;}};return v;},removeCurrentListener:function(){var q=this._execContext[this._execContext.length-1],r=q.listeners,s=q.cursor-1;if(r[s])r[s].handler.remove();},dispatch:function(event){var q=[],r={},s={},t=function(da,ea,fa){if(!r.hasOwnProperty(da)){r[da]=ea;s[da]=fa;q.push(da);}},u=event.srcElement||event.target;if(u&&u.nodeType===3)u=u.parentNode;if(!u||!u.getAttribute)u=null;var v=1,w=u;while(w&&w.getAttribute){t('tag:'+w.nodeName.toLowerCase(),w,v);var x=w.id;if(x)t('id:'+x,w,v);var y=w.getAttribute('data-sigil');if(y){y=y.split(' ');for(var z=0;z<y.length;z++)t(y[z],w,v);}var aa=w.getAttribute('data-autoid');if(aa)t('autoid:'+aa,w,v);++v;w=w.parentNode;}var ba=event.type;if(ba=='focusin'){ba='focus';}else if(ba=='focusout')ba='blur';var ca=new j().setRawEvent(event).setType(ba).setTarget(u).setNodes(r).setNodeDistances(s).setPath(q.reverse());return this._dispatchProxy(ca);},_dispatchProxy:function(q){var r=this._targets[q.getType()];if(!r)return q;var s=q.getPath(),t=q.getNodeDistances(),u=s.length,v={},w={},x,y=1e+06;for(var z=-1;z<u;++z){x=r[z==-1?this._auto:s[z]];if(x){var aa=t[s[z]]||y;for(var ba=0;ba<x.length;++ba){var ca=x[ba];v[ca]=(v[ca]||0)+1;w[ca]=Math.min(w[ca]||aa,aa);}}}var da=[];for(var ea in v)if(v[ea]==this._need[ea]){var fa=this._handlers[ea];if(fa)da.push({distance:w[ea],useCapture:this._useCapture[ea],handler:fa});}da.sort(function(ga,ha){if(ga.useCapture!==ha.useCapture)return ga.useCapture?-1:1;return ga.distance-ha.distance;});this._execContext.push({listeners:da,event:q,cursor:0});this.pass();this._execContext.pop();return q;},pass:function(){var q=this._execContext[this._execContext.length-1],event=q.event,r=q.listeners,s=l.acquire();while(q.cursor<r.length){var t=q.cursor++;if(r[t]){var u=r[t].handler;if(u._callback){var v=u._callback.__SMmeta||{name:u._callback.name||'<anonymous function>'};s.reset();i.applyWithGuard(u._callback,u,[event],function(x){o.error('pass',event.getType(),event.getPath(),event.getTarget(),x.message);},'Stratcom:pass'+' type: '+event.getType()+' path: ['+event.getPath()+'] target: '+event.getTarget());var w=s.read();n.write('event_handler_performance',{functionMeta:v,time:w,context:event.getType()});}}if(event.getStopped())break;}l.release(s);return event.getStopped()||event.getPrevented();},context:function(){var q=this._execContext.length;return q?this._execContext[q-1].event:null;},mergeData:function(){m.injectStratcom(p);},hasSigil:function(q,r){var s=q.getAttribute('data-sigil')||false;return s&&(' '+s+' ').indexOf(' '+r+' ')>-1;},addSigil:function(q,r){var s=q.getAttribute('data-sigil')||'';if(!this.hasSigil(q,r))s+=' '+r;q.setAttribute('data-sigil',s);},removeSigil:function(q,r){var s=q.getAttribute('data-sigil')||'';if(this.hasSigil(q,r)){s=' '+s+' ';s=s.replace(' '+r+' ',' ');s=s.substring(1,s.length-1);q.setAttribute('data-sigil',s);}}};f.exports=p;},null);
  17. __d('URIRFC3986',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h=new RegExp('^'+'([^:/?#]+:)?'+'(//'+'([^\\\\/?#@]*@)?'+'('+'\\[[A-Fa-f0-9:.]+\\]|'+'[^\\/?#:]*'+')'+'(:[0-9]*)?'+')?'+'([^?#]*)'+'(\\?[^#]*)?'+'(#.*)?'),i={parse:function(j){if(j.trim()==='')return null;var k=j.match(h),l={};l.uri=k[0]?k[0]:null;l.scheme=k[1]?k[1].substr(0,k[1].length-1):null;l.authority=k[2]?k[2].substr(2):null;l.userinfo=k[3]?k[3].substr(0,k[3].length-1):null;l.host=k[2]?k[4]:null;l.port=k[5]?k[5].substr(1)?parseInt(k[5].substr(1),10):null:null;l.path=k[6]?k[6]:null;l.query=k[7]?k[7].substr(1):null;l.fragment=k[8]?k[8].substr(1):null;l.isGenericURI=l.authority===null&&!!l.scheme;return l;}};f.exports=i;},null);
  18. __d('createObjectFrom',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(i,j){var k={},l=Array.isArray(j);if(j===undefined)j=true;for(var m=i.length-1;m>=0;m--)k[i[m]]=l?j[m]:j;return k;}f.exports=h;},null);
  19. __d('URISchemes',['createObjectFrom'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i=h(['blob','fb','fb-ama','fb-messenger','fbcf','fbconnect','fbmobilehome','fbrpc','file','ftp','http','https','mailto','ms-app','intent','itms','itms-apps','itms-services','market','svn+ssh','fbstaging','tel','sms','pebblejs','sftp']),j={isAllowed:function(k){if(!k)return true;return i.hasOwnProperty(k.toLowerCase());}};f.exports=j;},null);
  20. __d('URIBase',['URIRFC3986','URISchemes','ex','invariant'],function a(b,c,d,e,f,g,h,i,j,k){if(c.__markCompiled)c.__markCompiled();var l=new RegExp('[\\x00-\\x2c\\x2f\\x3b-\\x40\\x5c\\x5e\\x60\\x7b-\\x7f'+'\\uFDD0-\\uFDEF\\uFFF0-\\uFFFF'+'\\u2047\\u2048\\uFE56\\uFE5F\\uFF03\\uFF0F\\uFF1F]'),m=new RegExp('^(?:[^/]*:|'+'[\\x00-\\x1f]*/[\\x00-\\x1f]*/)');function n(q,r,s,t){if(!r)return true;if(r instanceof p){q.setProtocol(r.getProtocol());q.setDomain(r.getDomain());q.setPort(r.getPort());q.setPath(r.getPath());q.setQueryData(t.deserialize(t.serialize(r.getQueryData())));q.setFragment(r.getFragment());q.setForceFragmentSeparator(r.getForceFragmentSeparator());return true;}r=r.toString().trim();var u=h.parse(r)||{};if(!s&&!i.isAllowed(u.scheme))return false;q.setProtocol(u.scheme||'');if(!s&&l.test(u.host))return false;q.setDomain(u.host||'');q.setPort(u.port||'');q.setPath(u.path||'');if(s){q.setQueryData(t.deserialize(u.query)||{});}else try{q.setQueryData(t.deserialize(u.query)||{});}catch(v){return false;}q.setFragment(u.fragment||'');if(u.fragment==='')q.setForceFragmentSeparator(true);if(u.userinfo!==null)if(s){throw new Error(j('URI.parse: invalid URI (userinfo is not allowed in a URI): %s',q.toString()));}else return false;if(!q.getDomain()&&q.getPath().indexOf('\\')!==-1)if(s){throw new Error(j('URI.parse: invalid URI (no domain but multiple back-slashes): %s',q.toString()));}else return false;if(!q.getProtocol()&&m.test(r))if(s){throw new Error(j('URI.parse: invalid URI (unsafe protocol-relative URLs): %s',q.toString()));}else return false;return true;}var o=[];function p(q,r){'use strict';!r?k(0):undefined;this.$URIBase1=r;this.$URIBase2='';this.$URIBase3='';this.$URIBase4='';this.$URIBase5='';this.$URIBase6='';this.$URIBase7={};this.$URIBase8=false;n(this,q,true,r);}p.prototype.setProtocol=function(q){'use strict';!i.isAllowed(q)?k(0):undefined;this.$URIBase2=q;return this;};p.prototype.getProtocol=function(q){'use strict';return this.$URIBase2;};p.prototype.setSecure=function(q){'use strict';return this.setProtocol(q?'https':'http');};p.prototype.isSecure=function(){'use strict';return this.getProtocol()==='https';};p.prototype.setDomain=function(q){'use strict';if(l.test(q))throw new Error(j('URI.setDomain: unsafe domain specified: %s for url %s',q,this.toString()));this.$URIBase3=q;return this;};p.prototype.getDomain=function(){'use strict';return this.$URIBase3;};p.prototype.setPort=function(q){'use strict';this.$URIBase4=q;return this;};p.prototype.getPort=function(){'use strict';return this.$URIBase4;};p.prototype.setPath=function(q){'use strict';this.$URIBase5=q;return this;};p.prototype.getPath=function(){'use strict';return this.$URIBase5;};p.prototype.addQueryData=function(q,r){'use strict';if(Object.prototype.toString.call(q)==='[object Object]'){Object.assign(this.$URIBase7,q);}else this.$URIBase7[q]=r;return this;};p.prototype.setQueryData=function(q){'use strict';this.$URIBase7=q;return this;};p.prototype.getQueryData=function(){'use strict';return this.$URIBase7;};p.prototype.removeQueryData=function(q){'use strict';if(!Array.isArray(q))q=[q];for(var r=0,s=q.length;r<s;++r)delete this.$URIBase7[q[r]];return this;};p.prototype.setFragment=function(q){'use strict';this.$URIBase6=q;this.setForceFragmentSeparator(false);return this;};p.prototype.getFragment=function(){'use strict';return this.$URIBase6;};p.prototype.setForceFragmentSeparator=function(q){'use strict';this.$URIBase8=q;return this;};p.prototype.getForceFragmentSeparator=function(){'use strict';return this.$URIBase8;};p.prototype.isEmpty=function(){'use strict';return !(this.getPath()||this.getProtocol()||this.getDomain()||this.getPort()||Object.keys(this.getQueryData()).length>0||this.getFragment());};p.prototype.toString=function(){'use strict';var q=this;for(var r=0;r<o.length;r++)q=o[r](q);return q.$URIBase9();};p.prototype.$URIBase9=function(){'use strict';var q='',r=this.getProtocol();if(r)q+=r+'://';var s=this.getDomain();if(s)q+=s;var t=this.getPort();if(t)q+=':'+t;var u=this.getPath();if(u){q+=u;}else if(q)q+='/';var v=this.$URIBase1.serialize(this.getQueryData());if(v)q+='?'+v;var w=this.getFragment();if(w){q+='#'+w;}else if(this.getForceFragmentSeparator())q+='#';return q;};p.registerFilter=function(q){'use strict';o.push(q);};p.prototype.getOrigin=function(){'use strict';var q=this.getPort();return this.getProtocol()+'://'+this.getDomain()+(q?':'+q:'');};p.isValidURI=function(q,r){return n(new p(null,r),q,false,r);};f.exports=p;},null);
  21. __d('isFacebookURI',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h=null,i=['http','https'];function j(k){if(!h)h=new RegExp('(^|\\.)facebook\\.com$','i');if(k.isEmpty()&&k.toString()!=='#')return false;if(!k.getDomain()&&!k.getProtocol())return true;return i.indexOf(k.getProtocol())!==-1&&h.test(k.getDomain());}j.setRegex=function(k){h=k;};f.exports=j;},null);
  22. __d('URI',['PHPQuerySerializer','ReloadPage','Stratcom','URIBase','ex','isFacebookURI'],function a(b,c,d,e,f,g,h,i,j,k,l,m){if(c.__markCompiled)c.__markCompiled();var n,o;n=babelHelpers.inherits(p,k);o=n&&n.prototype;function p(q){'use strict';o.constructor.call(this,q,h);}p.prototype.setPath=function(q){'use strict';return o.setPath.call(this,q);};p.prototype.go=function(){'use strict';var q=this.toString();if(j.invoke('go',null,{uri:q}).getPrevented())return;if(q){window.location=q;}else i.now(true);};p.prototype.isFacebookURI=function(){'use strict';return m(this);};p.prototype.isCdnURI=function(){'use strict';var q=this.getDomain();return q.endsWith('fbcdn.net')||q.endsWith('akamaihd.net');};p.prototype.getQualifiedURI=function(){'use strict';return new p(this).$URI1();};p.prototype.$URI1=function(){'use strict';if(!this.getDomain()){var q=new p(window.location.href);this.setProtocol(q.getProtocol()).setDomain(q.getDomain()).setPort(q.getPort());}return this;};p.isValidURI=function(q){'use strict';return k.isValidURI(q,h);};p.getRequestURI=function(){'use strict';return new p(window.location.href);};f.exports=p;},null);
  23. __d('eventsMixinDeprecated',['ex','Stratcom'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();var j=1;function k(q){q.__id__=q.__id__||j;j++;}function l(q){for(var r=arguments.length,s=Array(r>1?r-1:0),t=1;t<r;t++)s[t-1]=arguments[t];k(this);return i.invoke('obj:'+q,this.__class__.__path__.concat([this.__id__]),{args:s});}function m(q,r){k(this);var s=(function(t){return r.apply(this,t.getData().args);}).bind(this);s.__SMmeta=r.__SMmeta||this.constructor&&this.constructor.__SMmeta;return i.listen('obj:'+q,this.__id__,s);}function n(q,r){var s=(function(t){return r.apply(this,t.getData().args);}).bind(this);s.__SMmeta=r.__SMmeta||this.constructor&&this.constructor.__SMmeta;return i.listen('obj:'+q,this.__name__,s);}var o=0;function p(q,r){var s=q.prototype,t=s.prototype||s.__class__||{},u=t.__events__||{},v={};for(var w in u||{})v[w]=true;for(var x=0;x<r.length;++x)v[r[x]]=true;q.__events__=v;q.__name__="en:"+o;o++;q.__path__=(t.__path__||[]).concat([q.__name__]);s.__class__=q;s.invoke=l;s.listen=m;q.listen=n;}f.exports=p;},null);
  24. __d('memoize',['invariant'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();function i(j){var k;return function(){for(var l=arguments.length,m=Array(l),n=0;n<l;n++)m[n]=arguments[n];!!m.length?h(0):undefined;if(j){k=j();j=null;}return k;};}f.exports=i;},null);
  25. __d('AsyncSignal',['URI','eventsMixinDeprecated','memoize'],function a(b,c,d,e,f,g,h,i,j){if(c.__markCompiled)c.__markCompiled();function k(l,m){'use strict';this.data=m||{};this.uri=l;}k.prototype.send=function(){'use strict';var l=new Image(),m=new h(this.uri);for(var n in this.data)m.addQueryData(n,this.data[n]);l.src=m.toString();if(this.handler){var o=j(this.handler);if(this.timeout)setTimeout(o,this.timeout);l.onload=l.onerror=function(){o();};}else{l.onload=this.invoke.bind(this,'load');l.onerror=this.invoke.bind(this,'fail');if(this.timeout)setTimeout(this.invoke.bind(this,'timeout'),this.timeout);}return this;};k.prototype.setHandler=function(l){'use strict';this.handler=l;return this;};k.prototype.setTimeout=function(l){'use strict';this.timeout=l;return this;};i(k,['load','fail','timeout']);Object.assign(k.prototype,{uri:null});f.exports=k;},null);
  26. __d('MAjaxSafety',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(m){if(i.test(m)&&location.protocol!='file:'&&location.protocol!='data:'&&location.protocol!='javascript:'){return true;}else return false;}var i=new RegExp('^'+location.protocol+'//'+location.host.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,'\\$&')+'/');function j(m){if(m===null||m===undefined)return location.toString();m=m.toString();if(h(m)){return m;}else if(m.startsWith('/')){m=k()+m;return m;}else return location.toString();}function k(){return location.protocol+'//'+location.host;}var l={getSafeForAjaxURL:function(m){var n=arguments.length<=1||arguments[1]===undefined?false:arguments[1];if(m===null||m===undefined)return location.toString();if(document===null||document===undefined||n){return j(m);}else{m=m.toString();var o=document.createElement('a');o.href=m;m=o.href.toString();if(h(m)){return m;}else return location.toString();}}};f.exports=l;},null);
  27. __d('MAjaxifyFormTypes',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();f.exports={PAGELOAD:'pageload',NOCACHE:'nocache',CACHE:'cache'};},null);
  28. __d('$-upstream',['ex'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();function i(k){var l=typeof k==='string'?document.getElementById(k):k;if(!l)throw new Error(h('Tried to get element with id of "%s" but it is not present on the page.',k));return l;}function j(k){return i(k);}j.unsafe=i;f.exports=j;},null);
  29. __d('$',['ErrorDebugHooks','$-upstream'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();function j(k,l){try{return i(k);}catch(m){if(h.SnapShotHook)h.SnapShotHook(m,l);throw m;}}f.exports=j;},null);
  30. __d('CookieCore',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h=/^.*(\.(facebook|messenger)\..*)$/i,i={set:function(k,l,m,n,o){var p=Date.now();if(m>p)m-=p;document.cookie=k+'='+encodeURIComponent(l)+'; '+(m?'expires='+new Date(p+m).toGMTString()+'; ':'')+'path='+(n||'/')+'; domain='+window.location.hostname.replace(h,'$1')+(o?'; secure':'');},clear:function(k,l){l=l||'/';document.cookie=k+'=; expires=Thu, 01-Jan-1970 00:00:01 GMT; '+'path='+l+'; domain='+window.location.hostname.replace(h,'$1');},get:function(k){var l=document.cookie.match('(?:^|;\\s*)'+k+'=(.*?)(?:;|$)');return l?decodeURIComponent(l[1]):l;}},j;f.exports=i;},null);
  31. __d('Cookie',['CookieCore'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();function i(j,k,l,m,n){if(window.self!=window.top)return;h.set(j,k,l,m,n);}f.exports=babelHelpers._extends({},h,{setIfFirstPartyContext:i});},null);
  32. __d('CurrentUser',['Cookie','CurrentUserInitialData'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();var j={getID:function(){return i.USER_ID;},getAccountID:function(){return i.ACCOUNT_ID;},isLoggedIn:function(){return i.USER_ID&&i.USER_ID!=='0';},isLoggedInNow:function(){if(!j.isLoggedIn())return false;if(i.IS_INTERN_SITE)return true;if(i.ORIGINAL_USER_ID)return i.ORIGINAL_USER_ID===h.get('c_user');return i.USER_ID===h.get('c_user');},isEmployee:function(){return !!i.IS_EMPLOYEE;},hasWorkUser:function(){return !!i.HAS_WORK_USER;},isWorkUser:function(){return !!i.IS_WORK_USER;},isGray:function(){return !!i.IS_GRAY;}};f.exports=j;},null);
  33. __d('CSSCore',['invariant'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i={addClass:function(j,k){!!/\s/.test(k)?h(0):undefined;if(k)if(j.classList){j.classList.add(k);}else if(!i.hasClass(j,k))j.className=j.className+' '+k;return j;},removeClass:function(j,k){!!/\s/.test(k)?h(0):undefined;if(k)if(j.classList){j.classList.remove(k);}else if(i.hasClass(j,k))j.className=j.className.replace(new RegExp('(^|\\s)'+k+'(?:\\s|$)','g'),'$1').replace(/\s+/g,' ').replace(/^\s*|\s*$/g,'');return j;},conditionClass:function(j,k,l){return (l?i.addClass:i.removeClass)(j,k);},hasClass:function(j,k){!!/\s/.test(k)?h(0):undefined;if(j.classList)return !!k&&j.classList.contains(k);return (' '+j.className+' ').indexOf(' '+k+' ')>-1;}};f.exports=i;},null);
  34. __d('CSS',['CSSCore'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i={hide:function(j){j.style.display='none';return j;},show:function(j){j.style.display='';return j;},conditionShow:function(j,k){return (k?i.show:i.hide)(j);},addClass:function(j,k){return h.addClass(j,k);},removeClass:function(j,k){return h.removeClass(j,k);}};Object.assign(i,h);f.exports=i;},null);
  35. __d('FBJSON',['ex'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();function i(j,k,l){if(typeof k!=='function'){l=k||l;k=undefined;}l=l||'unknown';try{return JSON.parse(j,k);}catch(m){var n=new Error(h('JSON.parse from %s failed: %s "%s" with exception: %s',l,Object.prototype.toString.call(j),j,m));n.framesToPop=1;throw n;}}f.exports={parse:i,stringify:JSON.stringify};},null);
  36. __d('DataStore',['invariant','FBJSON'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();var j=[];function k(o){if(o.hasAttribute('data-store-id')){var p=parseInt(o.getAttribute('data-store-id'),10);!(!isNaN(p)&&p<j.length)?h(0):undefined;return j[p];}var q;if(o.hasAttribute('data-store')){q=i.parse(o.getAttribute('data-store'),f.id);}else q={};var r=j.length;j.push(q);o.setAttribute('data-store-id',r.toString());return q;}function l(o){var p=k(o);return p;}function m(o,p){var q=k(o);Object.assign(q,p);}var n={get:l,set:m};f.exports=n;},null);
  37. __d('cx',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(i){throw new Error('cx: Unexpected class transformation.');}f.exports=h;},null);
  38. __d('FbtResult',['ErrorUtils','cx'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();var j=typeof Symbol==='function'&&Symbol['for']&&Symbol['for']('react.element')||60103,k=false;function l(p,q,r,s){var t="_4qba";if(s)if(q==='TRANSLATION'){t="_4qbb";}else if(q==='APPROVE'){t="_4qbc";}else if(q==='REPORT')t="_4qbd";return {$$typeof:j,type:'em',key:undefined,ref:undefined,props:{className:t,'data-intl-hash':s,'data-intl-translation':r,'data-intl-trid':'',children:p},_owner:null};}var m=function(p){return l(p.content,p.inlineMode,p.translation,p.hash);};function n(p){}function o(p,q,r,s){'use strict';this.$FbtResult1=p;this.$FbtResult2=null;this.$$typeof=j;this.type=m;this.props={content:this.$FbtResult1,inlineMode:q,translation:r,hash:s};this.key=undefined;this.ref=undefined;}o.prototype.flattenToArray=function(){'use strict';var p=[];for(var q=this.$FbtResult1,r=Array.isArray(q),s=0,q=r?q:q[typeof Symbol==='function'?Symbol.iterator:'@@iterator']();;){var t;if(r){if(s>=q.length)break;t=q[s++];}else{s=q.next();if(s.done)break;t=s.value;}var u=t;if(u instanceof o){p.push.apply(p,u.flattenToArray());}else p.push(u);}return p;};o.prototype.getContents=function(){'use strict';return this.$FbtResult1;};o.prototype.toString=function(){'use strict';if(this.$FbtResult2!==null)return this.$FbtResult2;var p="";for(var q=this.$FbtResult1,r=Array.isArray(q),s=0,q=r?q:q[typeof Symbol==='function'?Symbol.iterator:'@@iterator']();;){var t;if(r){if(s>=q.length)break;t=q[s++];}else{s=q.next();if(s.done)break;t=s.value;}var u=t;if(typeof u==='string'||u instanceof o){p+=u;}else{var v=new Error('Converting to a string will drop content data');h.reportError(v,true);}}try{this.$FbtResult2=p;}catch(w){}return p;};o.prototype.toJSON=function(){'use strict';return this.toString();};o.prototype.replace=function(p,q){'use strict';n("replace");return this.toString().replace(p,q);};o.prototype.split=function(p){'use strict';n("split");return this.toString().split(p);};o.prototype.toLowerCase=function(){'use strict';n("toLowerCase");return this.toString().toLowerCase();};o.prototype.toUpperCase=function(){'use strict';n("toUpperCase");return this.toString().toUpperCase();};o.prototype.indexOf=function(p){'use strict';n("indexOf");return this.toString().indexOf(p);};o.prototype.concat=function(p){'use strict';n("concat");return this.toString().concat(p);};o.prototype.charAt=function(p){'use strict';n("charAt");return this.toString().CharAt(p);};o.prototype.charCodeAt=function(p){'use strict';n("charCodeAt");return this.toString().CharCodeAt(p);};o.prototype.substr=function(p,q){'use strict';n("substr");return this.toString().substr(p,q);};o.prototype.substring=function(p,q){'use strict';n("substring");return this.toString().substring(p,q);};o.prototype.trim=function(){'use strict';n("trim");return this.toString().trim();};o.prototype.lastIndexOf=function(p){'use strict';n("lastIndexOf");return this.toString().lastIndexOf(p);};o.prototype.search=function(p){'use strict';n("search");return this.toString().search(p);};o.prototype.match=function(p){'use strict';n("match");return this.toString().match(p);};o.prototype.slice=function(p,q){'use strict';n("slice");return this.toString().slice(p,q);};o.prototype.codePointAt=function(p){'use strict';n("codePointAt");return this.toString().codePointAt(p);};o.prototype.endsWith=function(p,q){'use strict';n("endsWith");return this.toString().endsWith(p,q);};o.prototype.includes=function(p,q){'use strict';n("includes");return this.toString().includes(p,q);};o.prototype.localeCompare=function(p,q,r){'use strict';n("localeCompare");return this.toString().localeCompare(p,q,r);};o.prototype.normalize=function(p){'use strict';n("normalize");return this.toString().normalize(p);};o.prototype.repeat=function(p){'use strict';n("repeat");return this.toString().repeat(p);};o.prototype.startsWith=function(p,q){'use strict';n("startsWith");return this.toString().startsWith(p,q);};o.prototype.toLocaleLowerCase=function(){'use strict';n("toLocaleLowerCase");return this.toString().toLocaleLowerCase();};o.prototype.toLocaleUpperCase=function(){'use strict';n("toLocaleUpperCase");return this.toString().toLocaleUpperCase();};o.prototype.trimLeft=function(){'use strict';n("trimLeft");return this.toString().trimLeft();};o.prototype.trimRight=function(){'use strict';n("trimRight");return this.toString().trimRight();};o.prototype.link=function(p){'use strict';n("link");return this.toString().link(p);};o.prototype.anchor=function(p){'use strict';n("anchor");return this.toString().anchor(p);};o.prototype.fontcolor=function(p){'use strict';n("fontcolor");return this.toString().fontcolor(p);};o.prototype.fontsize=function(p){'use strict';n("fontsize");return this.toString().fontsize(p);};o.prototype.big=function(){'use strict';n("big");return this.toString().big();};o.prototype.blink=function(){'use strict';n("blink");return this.toString().blink();};o.prototype.bold=function(){'use strict';n("bold");return this.toString().bold();};o.prototype.fixed=function(){'use strict';n("fixed");return this.toString().fixed();};o.prototype.italics=function(){'use strict';n("italics");return this.toString().italics();};o.prototype.small=function(){'use strict';n("small");return this.toString().small();};o.prototype.strike=function(){'use strict';n("strike");return this.toString().strike();};o.prototype.sub=function(){'use strict';n("sub");return this.toString().sub();};o.prototype.sup=function(){'use strict';n("sup");return this.toString().sup();};o.prototype.contains=function(p){'use strict';n("contains");return this.toString().contains(p);};f.exports=o;},null);
  39. __d('getMarkupWrap',['ExecutionEnvironment','invariant'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();var j=h.canUseDOM?document.createElement('div'):null,k={},l=[1,'<select multiple="true">','</select>'],m=[1,'<table>','</table>'],n=[3,'<table><tbody><tr>','</tr></tbody></table>'],o=[1,'<svg xmlns="http://www.w3.org/2000/svg">','</svg>'],p={'*':[1,'?<div>','</div>'],area:[1,'<map>','</map>'],col:[2,'<table><tbody></tbody><colgroup>','</colgroup></table>'],legend:[1,'<fieldset>','</fieldset>'],param:[1,'<object>','</object>'],tr:[2,'<table><tbody>','</tbody></table>'],optgroup:l,option:l,caption:m,colgroup:m,tbody:m,tfoot:m,thead:m,td:n,th:n},q=['circle','clipPath','defs','ellipse','g','image','line','linearGradient','mask','path','pattern','polygon','polyline','radialGradient','rect','stop','text','tspan'];q.forEach(function(s){p[s]=o;k[s]=true;});function r(s){!!!j?i(0):undefined;if(!p.hasOwnProperty(s))s='*';if(!k.hasOwnProperty(s)){if(s==='*'){j.innerHTML='<link />';}else j.innerHTML='<'+s+'></'+s+'>';k[s]=!j.firstChild;}return k[s]?p[s]:null;}f.exports=r;},null);
  40. __d('createNodesFromMarkup',['ExecutionEnvironment','createArrayFromMixed','getMarkupWrap','invariant'],function a(b,c,d,e,f,g,h,i,j,k){if(c.__markCompiled)c.__markCompiled();var l=h.canUseDOM?document.createElement('div'):null,m=/^\s*<(\w+)/;function n(p){var q=p.match(m);return q&&q[1].toLowerCase();}function o(p,q){var r=l;!!!l?k(0):undefined;var s=n(p),t=s&&j(s);if(t){r.innerHTML=t[1]+p+t[2];var u=t[0];while(u--)r=r.lastChild;}else r.innerHTML=p;var v=r.getElementsByTagName('script');if(v.length){!q?k(0):undefined;i(v).forEach(q);}var w=Array.from(r.childNodes);while(r.lastChild)r.removeChild(r.lastChild);return w;}f.exports=o;},null);
  41. __d('HTML',['createNodesFromMarkup'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();function i(j){'use strict';if(typeof j.__html==='string')j=j.__html;this.$HTML1=j;}i.prototype.getFragment=function(){'use strict';var j=document.createDocumentFragment(),k=h(this.$HTML1,null);for(var l=0;l<k.length;l++)j.appendChild(k[l]);return j;};i.prototype.getRootNode=function(){'use strict';var j=this.getFragment();if(j.childNodes.length===1){return j.firstChild;}else return j;};i.isHTML=function(j){'use strict';return !!j&&(j instanceof i||j.__html!==undefined);};i.replaceJSONWrapper=function(j){return j&&j.__html!==undefined?new i(j.__html):j;};f.exports=i;},null);
  42. __d("BrowserScroll",[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h={getPageScrollLeft:function(){return window.pageXOffset||document.documentElement.scrollLeft||document.body.scrollLeft||0;},getPageScrollTop:function(){return window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0;}};f.exports=h;},null);
  43. __d('BasicVector',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(i,j){'use strict';this.x=i;this.y=j;}h.prototype.derive=function(i,j){'use strict';return new h(i,j);};h.prototype.toString=function(){'use strict';return '('+this.x+', '+this.y+')';};h.prototype.add=function(i,j){'use strict';if(i instanceof h){j=i.y;i=i.x;}var k=parseFloat(i),l=parseFloat(j);return this.derive(this.x+k,this.y+l);};h.prototype.mul=function(i,j){'use strict';if(j===undefined)j=i;return this.derive(this.x*i,this.y*j);};h.prototype.div=function(i,j){'use strict';if(j===undefined)j=i;return this.derive(this.x*1/i,this.y*1/j);};h.prototype.sub=function(i,j){'use strict';if(arguments.length===1){return this.add(i.mul(-1));}else return this.add(-i,-j);};h.prototype.distanceTo=function(i){'use strict';return this.sub(i).magnitude();};h.prototype.magnitude=function(){'use strict';return Math.sqrt(this.x*this.x+this.y*this.y);};h.prototype.rotate=function(i){'use strict';return this.derive(this.x*Math.cos(i)-this.y*Math.sin(i),this.x*Math.sin(i)+this.y*Math.cos(i));};f.exports=h;},null);
  44. __d('getDocumentScrollElement',[],function a(b,c,d,e,f,g){'use strict';if(c.__markCompiled)c.__markCompiled();var h=typeof navigator!=='undefined'&&navigator.userAgent.indexOf('AppleWebKit')>-1;function i(j){j=j||document;return !h&&j.compatMode==='CSS1Compat'?j.documentElement:j.body;}f.exports=i;},null);
  45. __d('isNode',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(i){return !!(i&&(typeof Node==='function'?i instanceof Node:typeof i==='object'&&typeof i.nodeType==='number'&&typeof i.nodeName==='string'));}f.exports=h;},null);
  46. __d('isTextNode',['isNode'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();function i(j){return h(j)&&j.nodeType==3;}f.exports=i;},null);
  47. __d('containsNode',['isTextNode'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();function i(j,k){if(!j||!k){return false;}else if(j===k){return true;}else if(h(j)){return false;}else if(h(k)){return i(j,k.parentNode);}else if(j.contains){return j.contains(k);}else if(j.compareDocumentPosition){return !!(j.compareDocumentPosition(k)&16);}else return false;}f.exports=i;},null);
  48. __d('getElementRect',['containsNode'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();function i(j){var k=document.documentElement;if(!('getBoundingClientRect' in j)||!h(k,j))return {left:0,right:0,top:0,bottom:0};var l=j.getBoundingClientRect();return {left:Math.round(l.left)-k.clientLeft,right:Math.round(l.right)-k.clientLeft,top:Math.round(l.top)-k.clientTop,bottom:Math.round(l.bottom)-k.clientTop};}f.exports=i;},null);
  49. __d('getElementPosition',['getElementRect'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();function i(j){var k=h(j);return {x:k.left,y:k.top,width:k.right-k.left,height:k.bottom-k.top};}f.exports=i;},null);
  50. __d("Scroll",[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(j,k){return !!k&&(j===k.documentElement||j===k.body);}var i={getTop:function(j){var k=j.ownerDocument;return h(j,k)?k.body.scrollTop||k.documentElement.scrollTop:j.scrollTop;},setTop:function(j,k){var l=j.ownerDocument;if(h(j,l)){l.body.scrollTop=l.documentElement.scrollTop=k;}else j.scrollTop=k;},getLeft:function(j){var k=j.ownerDocument;return h(j,k)?k.body.scrollLeft||k.documentElement.scrollLeft:j.scrollLeft;},setLeft:function(j,k){var l=j.ownerDocument;if(h(j,l)){l.body.scrollLeft=l.documentElement.scrollLeft=k;}else j.scrollLeft=k;}};f.exports=i;},null);
  51. __d('getUnboundedScrollPosition',['Scroll'],function a(b,c,d,e,f,g,h){'use strict';if(c.__markCompiled)c.__markCompiled();function i(j){if(j===window)return {x:window.pageXOffset||h.getLeft(document.documentElement),y:window.pageYOffset||h.getTop(document.documentElement)};return {x:h.getLeft(j),y:h.getTop(j)};}f.exports=i;},null);
  52. __d("getViewportDimensions",[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(){var k;if(document.documentElement)k=document.documentElement.clientWidth;if(!k&&document.body)k=document.body.clientWidth;return k||0;}function i(){var k;if(document.documentElement)k=document.documentElement.clientHeight;if(!k&&document.body)k=document.body.clientHeight;return k||0;}function j(){return {width:window.innerWidth||h(),height:window.innerHeight||i()};}j.withoutScrollbars=function(){return {width:h(),height:i()};};f.exports=j;},null);
  53. __d('DOMVector',['BasicVector','getDocumentScrollElement','getElementPosition','getUnboundedScrollPosition','getViewportDimensions'],function a(b,c,d,e,f,g,h,i,j,k,l){if(c.__markCompiled)c.__markCompiled();var m,n;m=babelHelpers.inherits(o,h);n=m&&m.prototype;function o(p,q,r){'use strict';n.constructor.call(this,p,q);this.domain=r||'pure';}o.prototype.derive=function(p,q,r){'use strict';return new o(p,q,r||this.domain);};o.prototype.add=function(p,q){'use strict';if(p instanceof o&&p.getDomain()!=='pure')p=p.convertTo(this.domain);return n.add.call(this,p,q);};o.prototype.convertTo=function(p){'use strict';if(p!='pure'&&p!='viewport'&&p!='document')return this.derive(0,0);if(p==this.domain)return this.derive(this.x,this.y,this.domain);if(p=='pure')return this.derive(this.x,this.y);if(this.domain=='pure')return this.derive(0,0);var q=o.getScrollPosition('document'),r=this.x,s=this.y;if(this.domain=='document'){r-=q.x;s-=q.y;}else{r+=q.x;s+=q.y;}return this.derive(r,s,p);};o.prototype.getDomain=function(){'use strict';return this.domain;};o.from=function(p,q,r){'use strict';return new o(p,q,r);};o.getScrollPosition=function(p){'use strict';p=p||'document';var q=k(window);return this.from(q.x,q.y,'document').convertTo(p);};o.getElementPosition=function(p,q){'use strict';q=q||'document';var r=j(p);return this.from(r.x,r.y,'viewport').convertTo(q);};o.getElementDimensions=function(p){'use strict';return this.from(p.offsetWidth||0,p.offsetHeight||0);};o.getViewportDimensions=function(){'use strict';var p=l();return this.from(p.width,p.height,'viewport');};o.getViewportWithoutScrollbarDimensions=function(){'use strict';var p=l.withoutScrollbars();return this.from(p.width,p.height,'viewport');};o.getDocumentDimensions=function(p){'use strict';var q=i(p);return this.from(q.scrollWidth,q.scrollHeight,'document');};f.exports=o;},null);
  54. __d('Vector',['BrowserScroll','DOMVector','Scroll'],function a(b,c,d,e,f,g,h,i,j){if(c.__markCompiled)c.__markCompiled();var k,l;k=babelHelpers.inherits(m,i);l=k&&k.prototype;function m(v,w){'use strict';l.constructor.call(this,parseFloat(v),parseFloat(w));}m.from=function(v,w){'use strict';return new m(v,w);};m.prototype.setPos=function(v){'use strict';v.style.left=this.x+'px';v.style.top=this.y+'px';return this;};m.prototype.setDim=function(v){'use strict';v.style.width=this.x+'px';v.style.height=this.y+'px';return this;};function n(v){var w=null;if(v)if(v.getRawEvent){w=q(v.getRawEvent());}else if(v.nodeType===1){w=p(v);}else if(v.preventDefault||Object.prototype.toString.call(v)==='[object Touch]')w=q(v);return w;}function o(v){return new m(v.offsetWidth,v.offsetHeight);}function p(v){var w=0,x=0,y=u();do{w+=v.offsetLeft;x+=v.offsetTop;v=v.offsetParent;}while(v&&v!==y);return new m(w,x);}function q(v){if('pageX' in v)return new m(v.pageX,v.pageY);if('clientX' in v){var w=u();return new m(v.clientX+j.getLeft(w),v.clientY+j.getTop(w));}var x=v.touches&&v.touches[0]||v.changedTouches&&v.changedTouches[0];if(x)return q(x);return null;}function r(){return new m(h.getPageScrollLeft(),h.getPageScrollTop());}function s(){var v=u();return new m(window.innerWidth||v.clientWidth||0,window.innerHeight||v.clientHeight||0);}var t;function u(){if(!t)t=document.documentElement;return t;}m.getPos=n;m.getDim=o;m.getScroll=r;m.getViewport=s;m.getElementPosition=n;m.getElementDimensions=o;f.exports=m;},null);
  55. __d('ge',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(k,l,m){return typeof k!='string'?k:!l?document.getElementById(k):i(k,l,m);}function i(k,l,m){var n,o,p;if(j(l)==k){return l;}else if(l.getElementsByTagName){o=l.getElementsByTagName(m||'*');for(p=0;p<o.length;p++)if(j(o[p])==k)return o[p];}else{o=l.childNodes;for(p=0;p<o.length;p++){n=i(k,o[p]);if(n)return n;}}return null;}function j(k){return k.getAttribute?k.getAttribute('id'):null;}f.exports=h;},null);
  56. __d('isElementNode',['isNode'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();function i(j){return h(j)&&j.nodeType==1;}f.exports=i;},null);
  57. __d('DOM',['CSS','DataStore','FbtResult','HTML','StratcomManager','Stratcom','Vector','createArrayFromMixed','ex','ge','isElementNode','isNode','isTextNode'],function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t){if(c.__markCompiled)c.__markCompiled();var u=0,v=0,w={},x={},y,z;function aa(cb,db,eb){var fb,gb;if(eb===undefined){if(db!=null&&typeof db==='object'){if(db.getFragment||db.nodeType||Array.isArray(db)){fb=x;gb=db;}else{fb=db;gb='';}}else{fb=x;gb=db==null?'':db;}}else{fb=db||{};gb=eb;}var hb=document.createElement(cb);if(fb.style)Object.assign(hb.style,fb.style);if(fb.sigil){m.addSigil(hb,fb.sigil);delete fb.sigil;}if(fb.meta){i.set(hb,fb.meta);delete fb.meta;}delete fb.style;Object.assign(hb,fb);if(gb)ba(hb,gb);return hb;}function ba(cb,db){while(cb.firstChild)la(cb.firstChild);da(cb,db);}function ca(cb,db){ka(cb,db,ga,true);}function da(cb,db){ka(cb,db,ha,false);}function ea(cb,db){ka(cb,db,ia,false);}function fa(cb,db){ka(cb,db,ja,true);}function ga(cb,db){cb.insertBefore(db,cb.firstChild);}function ha(cb,db){cb.appendChild(db);}function ia(cb,db){cb.parentNode.insertBefore(db,cb);}function ja(cb,db){var eb=cb.nextSibling;if(eb){cb.parentNode.insertBefore(db,eb);}else cb.parentNode.appendChild(db);}function ka(cb,db,eb,fb){if(db==null){db='';}else if(db&&db.__html!=null){db=new k(db.__html);}else if(db instanceof j)db=db.getContents();if(Array.isArray(db)){if(fb)db=[].concat(db).reverse();for(var gb=0;gb<db.length;gb++)ka(cb,db[gb],eb,fb);}else{var hb=typeof db;if(db!=null&&typeof db.getFragment==='function'){db=db.getFragment();}else if(hb=='string'||hb=='number')db=document.createTextNode(db);var ib;if((!db||!db.nodeType)&&hb==='object'&&(ib=Object.keys(db)).length){db=ib.map(function(jb){return this[jb];},db);return ka(cb,db,eb,fb);}db&&eb(cb,db);}}function la(cb){if(cb.parentNode)cb.parentNode.removeChild(cb);return cb;}function ma(cb,db){var eb;if(cb.nextSibling){eb=(function(gb,hb){gb.insertBefore(hb,this);}).bind(cb.nextSibling);}else eb=ha;var fb=cb.parentNode;fb.removeChild(cb);ka(fb,db,eb,false);return cb;}function na(cb){var db=cb.getElementsByTagName('*'),eb=[];for(var fb=0;fb<db.length;++fb){var gb=db[fb];if(!gb.name||gb.disabled)continue;var hb=gb.type,ib=gb.tagName,jb;switch(hb){case 'radio':case 'checkbox':jb=db[fb].checked;break;case 'text':case 'hidden':case 'password':case 'email':case 'tel':case 'number':case 'search':jb=true;break;default:jb=ib==='TEXTAREA'||ib==='SELECT';break;}if(jb)eb.push([db[fb].name,db[fb].value]);}return eb;}function oa(cb){var db={},eb={},fb=na(cb);for(var gb=0;gb<fb.length;gb++){var hb=fb[gb][0];if(hb.substr(-2)==='[]'){var ib=db[hb]||0,jb=hb.substr(0,hb.length-2)+'['+ib+']';ib++;db[hb]=ib;hb=jb;}eb[hb]=fb[gb][1];}return eb;}function pa(cb,db){var eb=String(cb.nodeName||'').toUpperCase();db=o(db);for(var fb=0;fb<db.length;++fb)if(db[fb].toUpperCase()==eb)return true;return false;}function qa(cb,db,eb,fb){var gb=['autoid:'+ya(cb)];eb=o(eb||[]);if(!eb.length){eb=gb;}else for(var hb=0;hb<eb.length;hb++)eb[hb]=gb.concat(o(eb[hb]));var ib=m.listen(db,eb,fb);return ib;}function ra(cb){if(!cb.getAttribute('id'))cb.setAttribute('id','uniqid_'+ ++v);return cb.getAttribute('id');}function sa(cb){return String(cb).replace(/&/g,'&amp;').replace(/"/g,'&quot;').replace(/</g,'&lt;').replace(/>/g,'&gt;');}function ta(cb){for(var db=0,eb=arguments.length;db<eb;++db)if(arguments[db])h.show(arguments[db]);}function ua(cb){for(var db=0,eb=arguments.length;db<eb;++db)if(arguments[db])h.hide(arguments[db]);}function va(cb,db,eb){if(!w[db])w[db]=aa('var',{className:db},'');var fb=document.body,gb=w[db];fb.appendChild(gb);gb.style.width=eb?eb+'px':'';var hb=sa(cb.value).replace(/\n/g,'<br />');ba(gb,new k(hb));var ib=n.getDim(gb);fb.removeChild(gb);return ib;}function wa(cb,db,eb){var fb=cb.getElementsByTagName(db);if(!eb)return o(fb);var gb=[];for(var hb=0;hb<fb.length;hb++)if(m.hasSigil(fb[hb],eb))gb.push(fb[hb]);return gb;}function xa(cb,db,eb){var fb=wa(cb,db,eb);if(!fb.length)throw new Error(p('find(<node>, "%s", "%s"): '+'matched no nodes.',db,eb));return fb[0];}function ya(cb){if(!cb.getAttribute('data-autoid'))cb.setAttribute('data-autoid','autoid_'+ ++u);return cb.getAttribute('data-autoid');}function za(cb,db){cb=q(cb);db=q(db);if(!cb||!db){return false;}else if(cb===db){return true;}else if(t(cb)){return false;}else if(t(db)){return za(cb,db.parentNode);}else if(cb.contains){return cb.contains(db);}else if(cb.compareDocumentPosition){return !!(cb.compareDocumentPosition(db)&16);}else return false;}function ab(cb){if(t(cb)){return cb.data;}else if(r(cb)){var db=document.createElement('div'),eb=db.textContent!=null?'textContent':'innerText';return cb[eb];}else return '';}var bb={appendContent:da,contains:za,convertFormToDictionary:oa,create:aa,find:xa,hide:ua,htmlize:sa,insertAfter:fa,insertBefore:ea,isType:pa,listen:qa,prependContent:ca,remove:la,replace:ma,scry:wa,setContent:ba,show:ta,textMetrics:va,uniqID:ra,getText:ab};f.exports=bb;},null);
  58. __d("camelize",[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h=/-(.)/g;function i(j){return j.replace(h,function(k,l){return l.toUpperCase();});}f.exports=i;},null);
  59. __d('getOpacityStyleName',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h=false,i=null;function j(){if(!h){if('opacity' in document.body.style){i='opacity';}else{var k=document.createElement('div');k.style.filter='alpha(opacity=100)';if(k.style.filter)i='filter';k=null;}h=true;}return i;}f.exports=j;},null);
  60. __d('hyphenate',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h=/([A-Z])/g;function i(j){return j.replace(h,'-$1').toLowerCase();}f.exports=i;},null);
  61. __d('getStyleProperty',['camelize','hyphenate'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();function j(l){return l==null?l:String(l);}function k(l,m){var n;if(window.getComputedStyle){n=window.getComputedStyle(l,null);if(n)return j(n.getPropertyValue(i(m)));}if(document.defaultView&&document.defaultView.getComputedStyle){n=document.defaultView.getComputedStyle(l,null);if(n)return j(n.getPropertyValue(i(m)));if(m==='display')return 'none';}if(l.currentStyle){if(m==='float')return j(l.currentStyle.cssFloat||l.currentStyle.styleFloat);return j(l.currentStyle[h(m)]);}return j(l.style&&l.style[h(m)]);}f.exports=k;},null);
  62. __d('Style',['camelize','containsNode','ex','getOpacityStyleName','getStyleProperty','hyphenate','invariant'],function a(b,c,d,e,f,g,h,i,j,k,l,m,n){if(c.__markCompiled)c.__markCompiled();function o(v,w){var x=u.get(v,w);return x==='auto'||x==='scroll';}var p=new RegExp('\\s*'+'([^\\s:]+)'+'\\s*:\\s*'+'([^;(\'"]*(?:(?:\\([^)]*\\)|"[^"]*"|\'[^\']*\')[^;(?:\'"]*)*)'+'(?:;|$)','g');function q(v){var w={};v.replace(p,function(x,y,z){w[y]=z;});return w;}function r(v){var w='';for(var x in v)if(v[x])w+=x+':'+v[x]+';';return w;}function s(v){return v!==''?'alpha(opacity='+v*100+')':'';}function t(v,w,x){switch(m(w)){case 'font-weight':case 'line-height':case 'opacity':case 'z-index':break;case 'width':case 'height':var y=parseInt(x,10)<0;!!y?n(0):undefined;default:!(isNaN(x)||!x||x==='0')?n(0):undefined;break;}}var u={set:function(v,w,x){t('Style.set',w,x);var y=v.style;switch(w){case 'opacity':if(k()==='filter'){y.filter=s(x);}else y.opacity=x;break;case 'float':y.cssFloat=y.styleFloat=x||'';break;default:try{y[h(w)]=x;}catch(z){throw new Error(j('Style.set: "%s" argument is invalid: %s',w,x));}}},apply:function(v,w){var x;for(x in w)t('Style.apply',x,w[x]);if('opacity' in w&&k()==='filter'){w.filter=s(w.opacity);delete w.opacity;}var y=q(v.style.cssText);for(x in w){var z=w[x];delete w[x];var aa=m(x);for(var ba in y)if(ba===aa||ba.indexOf(aa+'-')===0)delete y[ba];w[aa]=z;}Object.assign(y,w);v.style.cssText=r(y);},get:l,getFloat:function(v,w){return parseFloat(u.get(v,w),10);},getOpacity:function(v){if(k()==='filter'){var w=u.get(v,'filter');if(w){var x=/(\d+(?:\.\d+)?)/.exec(w);if(x)return parseFloat(x.pop())/100;}}return u.getFloat(v,'opacity')||1;},isFixed:function(v){while(i(document.body,v)){if(u.get(v,'position')==='fixed')return true;v=v.parentNode;}return false;},getScrollParent:function(v){if(!v)return null;while(v&&v!==document.body){if(o(v,'overflow')||o(v,'overflowY')||o(v,'overflowX'))return v;v=v.parentNode;}return window;}};f.exports=u;},null);
  63. __d('getOuterHeight',['getStyleProperty'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();function i(j){var k=0;['height','margin-top','margin-bottom','padding-top','padding-bottom'].forEach(function(l){k+=parseInt(h(j,l),10);});return k;}f.exports=i;},null);
  64. __d('MPlatformOauthDialogFauxModal',['Stratcom','cx','getOuterHeight','Style'],function a(b,c,d,e,f,g,h,i,j,k){'use strict';if(c.__markCompiled)c.__markCompiled();var l=80,m={modifyRootHeight:function(){if(this.hasFauxModal)return true;return false;},useResponsiveHeight:function(){return this.responsiveHeight;},getRootStyles:function(n){n.minHeight=this.getBodyHeight(parseInt(n.minHeight,10))+'px';return n;},getViewportStyles:function(n){if(this.useResponsiveHeight()){n.minHeight=this.getBodyHeight(window.innerHeight)+'px';n.marginTop=(window.innerHeight-this.getBodyHeight(window.innerHeight)-this.getHeaderHeight())/2+'px';}else n.minHeight=window.innerHeight-this.getVerticalPadding()+'px';return n;},getBodyHeight:function(n){n=n-this.getHeaderHeight()-this.getVerticalPadding();if(this.useResponsiveHeight()){var o=document.getElementsByClassName("_5o-m")[0],p=parseInt(k.get(o,'padding-top'),10),q=document.getElementsByClassName("_1-pb")[0],r=document.getElementsByClassName("_5o-s")[0],s=m.getHeaderHeight(),t=j(r)+j(q)+s+p;if(t<n)return t;}return n;},getHeaderHeight:function(){var n=document.getElementsByClassName("_35dx")[0];return j(n);},getVerticalPadding:function(){return l;},init:function(n){this.hasFauxModal=true;this.responsiveHeight=n;h.invoke('mviewport:force-update');}};f.exports=m;},null);
  65. __d('MViewportConstraint',['Stratcom','createDeprecatedProperties'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();function j(k,l){'use strict';j.constraints.push(this);this.setExact(l);this.setValue(k);}j.prototype.release=function(){'use strict';var k=j.constraints.indexOf(this);j.constraints.splice(k,1);h.invoke('mviewport:update');};j.prototype.getValue=function(){'use strict';return this._value;};j.prototype.setValue=function(k){'use strict';if(this.getValue()!==k){this._value=k;h.invoke('mviewport:update');}};j.getCalculatedStyles=function(k){'use strict';var l=0,m=j.constraints,n=m.length;while(n--){var o=m[n];if(o.getExact()){var p=Math.max(k,o.getValue());l=Math.max(l,o.getValue());var q='';if(p===k||l&&l===p)q=p+'px';return {height:q,maxHeight:p+'px',minHeight:l+'px'};}l=Math.max(l,o.getValue());}return {height:'',maxHeight:'',minHeight:Math.max(k,l)+'px'};};i(j,{exact:false});Object.assign(j,{constraints:[]});f.exports=j;},null);
  66. __d('forEachObject',[],function a(b,c,d,e,f,g){'use strict';if(c.__markCompiled)c.__markCompiled();var h=Object.prototype.hasOwnProperty;function i(j,k,l){for(var m in j)if(h.call(j,m))k.call(l,j[m],m,j);}f.exports=i;},null);
  67. __d('TimerStorage',['forEachObject'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i={ANIMATION_FRAME:'ANIMATION_FRAME',IDLE_CALLBACK:'IDLE_CALLBACK',IMMEDIATE:'IMMEDIATE',INTERVAL:'INTERVAL',TIMEOUT:'TIMEOUT'},j={};h(i,function(l,m){return j[m]={};});var k={set:function(l,m){j[l][m]=true;},unset:function(l,m){delete j[l][m];},clearAll:function(l,m){Object.keys(j[l]).forEach(m);j[l]={};}};Object.assign(k,i);f.exports=k;},null);
  68. __d("cancelAnimationFramePolyfill",[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h=b.cancelAnimationFrame||b.webkitCancelAnimationFrame||b.mozCancelAnimationFrame||b.oCancelAnimationFrame||b.msCancelAnimationFrame||b.clearTimeout;f.exports=h;},null);
  69. __d('cancelAnimationFrame',['TimerStorage','cancelAnimationFramePolyfill'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();f.exports=function(){for(var j=arguments.length,k=Array(j),l=0;l<j;l++)k[l]=arguments[l];h.unset(h.ANIMATION_FRAME,k[0]);return Function.prototype.apply.call(i,b,k);};},null);
  70. __d('getPixelRatio',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(){var i=null;if(navigator.userAgent.indexOf('Firefox')!==-1||!window.devicePixelRatio&&navigator.userAgent.indexOf("Windows Phone")!==-1){i=screen.width/document.documentElement.offsetWidth;i=Math.max(1,Math.floor(i*2)/2);}if((!i||i===1)&&navigator.userAgent.indexOf('IEMobile')!==-1){i=Math.sqrt(screen.deviceXDPI*screen.deviceYDPI)/96;i=Math.max(1,Math.round(i*2)/2);}return i||window.devicePixelRatio||1;}f.exports=h;},null);
  71. __d("isInIframe",[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h=window!=window.top;function i(){return h;}f.exports=i;},null);
  72. __d("emptyFunction",[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(j){return function(){return j;};}function i(){}i.thatReturns=h;i.thatReturnsFalse=h(false);i.thatReturnsTrue=h(true);i.thatReturnsNull=h(null);i.thatReturnsThis=function(){return this;};i.thatReturnsArgument=function(j){return j;};f.exports=i;},null);
  73. __d("nativeRequestAnimationFrame",[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h=b.requestAnimationFrame||b.webkitRequestAnimationFrame||b.mozRequestAnimationFrame||b.oRequestAnimationFrame||b.msRequestAnimationFrame;f.exports=h;},null);
  74. __d('requestAnimationFramePolyfill',['emptyFunction','nativeRequestAnimationFrame'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();var j=0,k=i||function(l){var m=Date.now(),n=Math.max(0,16-(m-j));j=m+n;return b.setTimeout(function(){l(Date.now());},n);};k(h);f.exports=k;},null);
  75. __d('requestAnimationFrameAcrossTransitions',['TimeSlice','requestAnimationFramePolyfill'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();f.exports=function(){for(var j=arguments.length,k=Array(j),l=0;l<j;l++)k[l]=arguments[l];k[0]=h.guard(k[0],'requestAnimationFrame');return i.apply(b,k);};},null);
  76. __d('requestAnimationFrame',['TimerStorage','requestAnimationFrameAcrossTransitions'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();f.exports=(function(){for(var j=arguments.length,k=Array(j),l=0;l<j;l++)k[l]=arguments[l];var m,n=k[0];k[0]=function(){h.unset(h.ANIMATION_FRAME,m);Function.prototype.apply.call(n,this,arguments);};m=i.apply(b,k);h.set(h.ANIMATION_FRAME,m);return m;}).bind(this);},null);
  77. __d('MViewport',['DOM','MTabletLoader','MJSEnvironment','MViewportConstraint','Stratcom','URI','Vector','MPlatformOauthDialogFauxModal','cancelAnimationFrame','ge','getPixelRatio','getStyleProperty','isInIframe','requestAnimationFrame'],function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u){if(c.__markCompiled)c.__markCompiled();var v=false,w=location.pathname.replace(/^\/v\d+\.\d\d?/,''),x=/^\/plugins\//.test(w),y=/^\/dialog\//.test(w),z=/^\/dialog\/share/.test(w),aa=window.parent!==window,ba=window.APP_ENABLED||window.FW_ENABLED,ca=navigator.userAgent,da=/iPod/.test(ca),ea=/iPhone/.test(ca),fa=/iPad/.test(ca),ga=ea||fa||da,ha=ga&&/Safari/.test(ca),ia=ga&&ca.match(/OS ([0-9]+)/),ja=ga&&ia&&ia.length>1&&parseInt(ia[1],10)>=7,ka=j.IS_ANDROID,la=/Chrome/.test(ca),ma=/Windows Phone/.test(ca),na=!y&&(!ba&&ha&&!fa&&!ja||!ba&&ka),oa,pa=0,qa=0,ra=0,sa,ta=0,ua,va,wa=document.documentElement,xa,ya=44,za=44,ab=56;function bb(){if(v)return;v=true;va=document.body;wa=document.documentElement;l.listen('m:root:render',null,fb);l.listen('mviewport:update',null,fb);l.listen('mviewport:force-update',null,gb);if(ma&&window.matchMedia)window.orientation=window.matchMedia('(orientation:portrait)').matches?0:90;ec();if(!ga&&!nb()&&kb()>jb())ta=1;if(t()){var gc=new m(window.location.href).getQueryData(),hc=parseInt(gc.parent_height,10);if(hc)qa=hc;}if(window.screen.mozOrientation){window.screen.addEventListener('mozorientationchange',zb);}else window.addEventListener('orientationchange',zb);if(ma&&window.matchMedia){window.matchMedia('(orientation:landscape)').addListener(ac);window.matchMedia('(orientation:portrait)').addListener(ac);}window.addEventListener('resize',bc);ib();na&&sb(0,1);}function cb(gc){return new k(gc,true);}function db(gc){return new k(gc,false);}function eb(gc){va.appendChild(gc);}function fb(){xa&&p(xa);xa=u(ib);}function gb(){xa&&p(xa);ib();}function hb(gc,hc){for(var ic=gc;ic;ic=ic.offsetParent){hc-=ic.offsetTop;hc-=parseInt(s(ic,'padding-bottom'),10);hc-=parseInt(s(ic,'border-bottom'),10);hc-=parseInt(s(ic,'margin-bottom'),10);}return Math.max(hc,0);}function ib(){xa=null;var gc=q('root'),hc=q('viewport');if(x||z&&aa){gc&&(gc.style.minHeight=0);hc&&(hc.style.minHeight=0);va.style.minHeight=0;va.style.paddingBottom=0;}else if(!aa){var ic;if(na){ic=Math.max(jb(),mb());}else ic=jb();var jc=k.getCalculatedStyles(ic),kc=babelHelpers._extends({},jc);if(o.modifyRootHeight()){kc=o.getRootStyles(kc);var lc=babelHelpers._extends({},jc);lc=o.getViewportStyles(lc);hc&&Object.assign(hc.style,lc);Object.assign(va.style,lc);}else{kc.minHeight=parseInt(kc.minHeight,10)-ob()+'px';hc&&Object.assign(hc.style,jc);Object.assign(va.style,jc);}gc&&Object.assign(gc.style,kc);l.invoke('m:viewport:update',null,jc);}else{var mc=jb();if(i.isTabletFrame&&ga)gc&&(gc.style.width=window.top.innerWidth+'px');gc&&(gc.style.minHeight=hb(gc,mc)+'px');hc&&(hc.style.minHeight=hb(hc,mc)+'px');va.style.minHeight=mc+'px';l.invoke('m:viewport:iframe-update-complete');}l.invoke('m:viewport:update-complete',null,jc);}function jb(){if(pa)return pa;if(qa)return qa;return window.innerHeight;}function kb(){return wa.offsetWidth;}function lb(){var gc=q('viewport');if(gc.getBoundingClientRect)return gc.getBoundingClientRect();var hc=jb(),ic=kb();return {bottom:hc,height:hc,left:0,top:0,right:ic,width:ic};}function mb(){if(aa||ba)return jb();if(ka&&!la){return window.outerHeight/r();}else if(ha){var gc=oa?screen.availWidth:screen.availHeight;gc-=oa?ab:za;return gc;}else return window.innerHeight;}function nb(){if(oa===undefined)ec();return ta?!oa:oa;}function ob(){var gc=dc();return gc?ya+cc():0;}function pb(gc){qb(gc,0);}function qb(gc,hc){sb(0,n.getPos(gc).y+hc);}function rb(gc){var hc=n.getPos(gc).y,ic=ub(),jc=jb(),kc=ic+jc,lc=gc.offsetHeight,mc=hc+lc;if(hc<ic){sb(0,hc);}else if(mc>kc)if(jc<lc){sb(0,hc);}else sb(0,mc-jc);}function sb(gc,hc){var ic=gc;if(gc instanceof n){ic=gc.x;hc=gc.y;}if(hc<1&&na)hc=1;if(ub()===hc&&vb()===ic)return;window.scrollTo(ic,hc);l.invoke('scroll');}function tb(gc,hc){var ic=gc;if(gc instanceof n){ic=gc.x;hc=gc.y;}var jc=xb();sb(jc.x+ic,jc.y+hc);}function ub(){return window.pageYOffset;}function vb(){return window.pageXOffset;}function wb(){return Math.max(wa.scrollHeight,va?va.scrollHeight:0);}function xb(){return new n(vb(),ub());}function yb(){var gc=cc()-h.scry(va,'*','MAppTopBanner').reduce(function(hc,ic){return hc+ic.offsetHeight;},0);sb(0,gc);l.invoke('m:viewport:scroll-to-header');}function zb(){ec();if(ka&&!la){ra=1;sa=window.innerHeight;pa=screen.width;fb();pa=0;}else{fb();l.invoke('m:viewport:orientation-change');}}function ac(gc){if(gc.matches){ra=1;window.orientation=gc.media.indexOf("landscape")!==-1?90:0;ec();fb();l.invoke('m:viewport:orientation-change');}}function bc(){if(!window.innerHeight||window.innerHeight==sa)return;fb();if(ra){ra=0;l.invoke('m:viewport:orientation-change');}}function cc(){var gc=document,hc=dc(),ic=0;while(hc&&hc!==gc){ic+=hc.offsetTop;hc=hc.offsetParent;}return ic;}function dc(){if(!ua&&va)ua=h.scry(va,'*','MTopBlueBarHeader')[0];return ua||null;}function ec(){oa=b.__updateOrientation();}var fc={addHeightConstraint:cb,addMinHeightConstraint:db,appendNode:eb,getHeaderTop:cc,getHeaderHeight:ob,getHeight:jb,getUseableHeight:jb,getUseableWidth:kb,getWidth:kb,getScrollPos:xb,getScreenHeight:mb,getScroll:xb,getScrollHeight:wb,getScrollLeft:vb,getScrollTop:ub,init:bb,isLandscape:nb,getBoundingRect:lb,scrollBy:tb,scrollTo:sb,scrollToHeader:yb,scrollToNode:pb,scrollToNodeWithOffset:qb,scrollToNodeIfNecessary:rb};f.exports=fc;},null);
  78. __d('MLinkHack',['CurrentUser','DOM','MJSEnvironment','MViewport','Stratcom','URI','Vector','$'],function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o){if(c.__markCompiled)c.__markCompiled();var p={PREFIX:'#!',add:function(q){if(!h.isLoggedIn())return false;var r=q.getAttribute('href')||'';if(r.indexOf(p.PREFIX)!==0){q.setAttribute('href',p.PREFIX+r);return true;}return false;},remove:function(q){var r=q.getAttribute('href')||'';if(r.indexOf(p.PREFIX)===0){q.setAttribute('href',r.substr(2));return true;}return false;},preventFromPoint:function(event){if(!j.IS_APPLE_WEBKIT_IOS)return;var q=n.getPos(event),r=document.elementFromPoint(q.x,q.y-k.getScrollTop()),s=o('root');while(r&&r!==s){if(r.tagName==='A'){p.add(r);break;}r=r.parentNode;}},safe:function(q,r){var s=p.remove(q);r(q);s&&p.add(q);}};(function(){if(window.APP_ENABLED||!('ontouchstart' in window))return;function q(s,t){return (' '+s.className+' ').indexOf(' '+t+' ')>-1;}function r(s,t){while(s&&!q(s,t))s=s.parentNode;return s;}l.listen('touchend','tag:a',function(s){var t=s.getNode('tag:a');if(t.getAttribute('target'))return;var u=t.getAttribute('href');if(!u||u.indexOf('#')===0)return;var v=new m(u).getProtocol();if(v&&v!=='http'&&v!=='https')return;var w=[t];if(l.hasSigil(t,'ajaxify')){var x=t.getAttribute('data-ajaxify-class')||'async_elem',y=r(t,x);if(!y)y=r(t,x+'_saving');if(y)w=i.scry(y,'a','ajaxify');}w.forEach(function(z){p.add(z);});});})();f.exports=p;},null);
  79. __d('CSRFGuard',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h='for (;;);'.length,i=/^for ?\(;;\);/;f.exports={regex:i,length:h,exists:function(j){return j.match(i);},clean:function(j){var k=j.match(i);return k?j.substr(k[0].length):k;}};},null);
  80. /**
  81. * @generated SignedSource<<281efabc9819065945529c38a7893b3a>>
  82. *
  83. * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  84. * !! This file is a check-in of a static_upstream project! !!
  85. * !! !!
  86. * !! You should not modify this file directly. Instead: !!
  87. * !! 1) Use `fjs use-upstream` to temporarily replace this with !!
  88. * !! the latest version from upstream. !!
  89. * !! 2) Make your changes, test them, etc. !!
  90. * !! 3) Use `fjs push-upstream` to copy your changes back to !!
  91. * !! static_upstream. !!
  92. * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  93. *
  94. * Copyright (c) 2012 Barnesandnoble.com, llc, Donavon West, and Domenic
  95. * Denicola
  96. *
  97. * Permission is hereby granted, free of charge, to any person obtaining
  98. * a copy of this software and associated documentation files (the
  99. * "Software"), to deal in the Software without restriction, including
  100. * without limitation the rights to use, copy, modify, merge, publish,
  101. * distribute, sublicense, and/or sell copies of the Software, and to
  102. * permit persons to whom the Software is furnished to do so, subject to
  103. * the following conditions:
  104. *
  105. * The above copyright notice and this permission notice shall be
  106. * included in all copies or substantial portions of the Software.
  107. *
  108. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  109. * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  110. * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  111. * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  112. * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  113. * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  114. * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  115. *
  116. * @preserve-header
  117. * @providesModule ImmediateImplementation
  118. */__d("ImmediateImplementation",[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();(function(h,i){"use strict";var j=1,k={},l={},m=l,n=false,o=h.document,p;function q(y){var z=y[0];y=Array.prototype.slice.call(y,1);k[j]=function(){z.apply(i,y);};m=m.next={handle:j++};return m.handle;}function r(){var y,z;while(!n&&(y=l.next)){l=y;if(z=k[y.handle]){n=true;try{z();n=false;}finally{s(y.handle);if(n){n=false;if(l.next)p(r);}}}}}function s(y){delete k[y];}function t(){if(h.postMessage&&!h.importScripts){var y=true,z=function(){y=false;if(h.removeEventListener){h.removeEventListener("message",z,false);}else h.detachEvent("onmessage",z);};if(h.addEventListener){h.addEventListener("message",z,false);}else if(h.attachEvent){h.attachEvent("onmessage",z);}else return false;h.postMessage("","*");return y;}}function u(){var y="setImmediate$"+Math.random()+"$",z=function(event){if(event.source===h&&typeof event.data==="string"&&event.data.indexOf(y)===0)r();};if(h.addEventListener){h.addEventListener("message",z,false);}else h.attachEvent("onmessage",z);p=function(){var aa=q(arguments);h.postMessage(y+aa,"*");return aa;};}function v(){var y=new MessageChannel();y.port1.onmessage=r;p=function(){var z=q(arguments);y.port2.postMessage(z);return z;};}function w(){var y=o.documentElement;p=function(){var z=q(arguments),aa=o.createElement("script");aa.onreadystatechange=function(){aa.onreadystatechange=null;y.removeChild(aa);aa=null;r();};y.appendChild(aa);return z;};}function x(){p=function(){setTimeout(r,0);return q(arguments);};}if(t()){u();}else if(h.MessageChannel){v();}else if(o&&o.createElement&&"onreadystatechange" in o.createElement("script")){w();}else x();g.setImmediate=p;g.clearImmediate=s;})(Function("return this")());},null);
  119. __d('setImmediatePolyfill',['invariant','ImmediateImplementation'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i=b.setImmediate;if(!i){var j=c('ImmediateImplementation');i=j.setImmediate;}function k(){for(var l=arguments.length,m=Array(l),n=0;n<l;n++)m[n]=arguments[n];!(typeof m[0]==='function')?h(0):undefined;return i.apply(null,m);}f.exports=k;},null);
  120. __d('setImmediateAcrossTransitions',['TimeSlice','setImmediatePolyfill'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();f.exports=function(){for(var j=arguments.length,k=Array(j),l=0;l<j;l++)k[l]=arguments[l];k[0]=h.guard(k[0],'setImmediate');return i.apply(b,k);};},null);
  121. __d('setImmediate',['TimerStorage','setImmediateAcrossTransitions'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();f.exports=(function(){for(var j=arguments.length,k=Array(j),l=0;l<j;l++)k[l]=arguments[l];var m,n=k[0];k[0]=function(){h.unset(h.IMMEDIATE,m);Function.prototype.apply.call(n,this,arguments);};m=i.apply(b,k);h.set(h.IMMEDIATE,m);return m;}).bind(this);},null);
  122. __d('Promise',['invariant','setImmediate'],function a(b,c,d,e,f,g,h,i){'use strict';if(c.__markCompiled)c.__markCompiled();function j(){}var k=null,l={};function m(ea){try{return ea.then;}catch(fa){k=fa;return l;}}function n(ea,fa){try{return ea(fa);}catch(ga){k=ga;return l;}}function o(ea,fa,ga){try{ea(fa,ga);}catch(ha){k=ha;return l;}}function p(ea){if(typeof this!=='object')throw new TypeError('Promises must be constructed via new');if(typeof ea!=='function')throw new TypeError('not a function');this._state=0;this._value=null;this._deferreds=[];if(ea===j)return;w(ea,this);}p._noop=j;p.prototype.then=function(ea,fa){if(this.constructor!==p)return q(this,ea,fa);var ga=new p(j);r(this,new v(ea,fa,ga));return ga;};function q(ea,fa,ga){return new ea.constructor(function(ha,ia){var ja=new p(j);ja.then(ha,ia);r(ea,new v(fa,ga,ja));});}function r(ea,fa){while(ea._state===3)ea=ea._value;if(ea._state===0){ea._deferreds.push(fa);return;}i(function ga(){var ha=ea._state===1?fa.onFulfilled:fa.onRejected;if(ha===null){if(ea._state===1){s(fa.promise,ea._value);}else t(fa.promise,ea._value);return;}var ia=n(ha,ea._value);if(ia===l){t(fa.promise,k);}else s(fa.promise,ia);});}function s(ea,fa){if(fa===ea)return t(ea,new TypeError('A promise cannot be resolved with itself.'));if(fa&&(typeof fa==='object'||typeof fa==='function')){var ga=m(fa);if(ga===l)return t(ea,k);if(ga===ea.then&&fa instanceof p){ea._state=3;ea._value=fa;u(ea);return;}else if(typeof ga==='function'){w(ga.bind(fa),ea);return;}}ea._state=1;ea._value=fa;u(ea);}function t(ea,fa){ea._state=2;ea._value=fa;u(ea);}function u(ea){for(var fa=0;fa<ea._deferreds.length;fa++)r(ea,ea._deferreds[fa]);ea._deferreds=null;}function v(ea,fa,ga){this.onFulfilled=typeof ea==='function'?ea:null;this.onRejected=typeof fa==='function'?fa:null;this.promise=ga;}function w(ea,fa){var ga=false,ha=o(ea,function(ia){if(ga)return;ga=true;s(fa,ia);},function(ia){if(ga)return;ga=true;t(fa,ia);});if(!ga&&ha===l){ga=true;t(fa,k);}}p.prototype.done=function(ea,fa){var ga=arguments.length?this.then.apply(this,arguments):this;ga.then(null,function(ha){setTimeout(function(){throw ha;},0);});};var x=da(true),y=da(false),z=da(null),aa=da(undefined),ba=da(0),ca=da('');function da(ea){var fa=new p(p._noop);fa._state=1;fa._value=ea;return fa;}p.resolve=function(ea){if(ea instanceof p)return ea;if(ea===null)return z;if(ea===undefined)return aa;if(ea===true)return x;if(ea===false)return y;if(ea===0)return ba;if(ea==='')return ca;if(typeof ea==='object'||typeof ea==='function')try{var ga=ea.then;if(typeof ga==='function')return new p(ga.bind(ea));}catch(fa){return new p(function(ha,ia){ia(fa);});}return da(ea);};p.all=function(ea){if(!Array.isArray(ea))ea=[new p(function(){throw new TypeError('Promise.all must be passed an iterable.');})];var fa=Array.prototype.slice.call(ea);return new p(function(ga,ha){if(fa.length===0)return ga([]);var ia=fa.length;function ja(la,ma){if(ma&&(typeof ma==='object'||typeof ma==='function'))if(ma instanceof p&&ma.then===p.prototype.then){while(ma._state===3)ma=ma._value;if(ma._state===1)return ja(la,ma._value);if(ma._state===2)ha(ma._value);ma.then(function(pa){ja(la,pa);},ha);return;}else{var na=ma.then;if(typeof na==='function'){var oa=new p(na.bind(ma));oa.then(function(pa){ja(la,pa);},ha);return;}}fa[la]=ma;if(--ia===0)ga(fa);}for(var ka=0;ka<fa.length;ka++)ja(ka,fa[ka]);});};p.reject=function(ea){return new p(function(fa,ga){ga(ea);});};p.race=function(ea){return new p(function(fa,ga){ea.forEach(function(ha){p.resolve(ha).then(fa,ga);});});};p.prototype['catch']=function(ea){return this.then(null,ea);};f.exports=p;},null);
  123. __d("Deferred",["Promise"],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();function i(){"use strict";this.$Deferred1=false;this.$Deferred2=new h((function(j,k){this.$Deferred3=j;this.$Deferred4=k;}).bind(this));}i.prototype.getPromise=function(){"use strict";return this.$Deferred2;};i.prototype.resolve=function(j){"use strict";this.$Deferred1=true;this.$Deferred3(j);};i.prototype.reject=function(j){"use strict";this.$Deferred1=true;this.$Deferred4(j);};i.prototype.then=function(){"use strict";return h.prototype.then.apply(this.$Deferred2,arguments);};i.prototype.done=function(){"use strict";h.prototype.done.apply(this.$Deferred2,arguments);};i.prototype.isSettled=function(){"use strict";return this.$Deferred1;};f.exports=i;},null);
  124. __d('XHRTransport',['Promise','CSRFGuard','FBJSON','PHPQuerySerializer'],function a(b,c,d,e,f,g,h,i,j){if(c.__markCompiled)c.__markCompiled();var k=c('PHPQuerySerializer').serialize;function l(r,s){return r&&s?r+'&'+s:r||s||'';}function m(){try{try{return new XMLHttpRequest();}catch(r){return new ActiveXObject("Msxml2.XMLHTTP");}}catch(r){return new ActiveXObject("Microsoft.XMLHTTP");}}function n(r,s,t,u,v){return new h(function(w,x){var y=q.createTransportObject(),z=v||'';if(t)z=l(z,k(t));if(u)z=l(z,k(u));if(r==='GET')s+=(s.indexOf('?')===-1?'?':'&')+z;y.open(r,s,true);y.onreadystatechange=function(){if(y.readyState===4){if(y.status<200||y.status>=300){x(y.responseText);return;}w(y.responseText);}};if(r==='POST'){y.setRequestHeader('Content-Type','application/x-www-form-urlencoded');y.send(z);}else y.send();});}function o(r,s,t,u){return n(r,s,t,u,'__ajax__=true').then(p);}function p(r){r=r.replace(i.regex,'');var s=j.parse(r,f.id);if(s.error){return h.reject(s.error);}else{var t=s.payload;if(typeof t==="string")t=j.parse(t,f.id);return t;}}var q={sendAJAXRequest:o,sendRequest:n,createTransportObject:m};f.exports=q;},null);
  125. __d('setTimeoutAcrossTransitions',['TimeSlice'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i=b.setTimeout.nativeBackup||b.setTimeout;f.exports=function(){for(var j=arguments.length,k=Array(j),l=0;l<j;l++)k[l]=arguments[l];k[0]=h.guard(k[0],'setTimeout');return Function.prototype.apply.call(i,b,k);};},null);
  126. __d('DTSG',['MRequestConfig','Deferred','XHRTransport','setTimeoutAcrossTransitions'],function a(b,c,d,e,f,g,h,i,j,k){if(c.__markCompiled)c.__markCompiled();var l=30000,m,n,o,p,q;function r(){q=new i();return q;}function s(){return m&&m.expire*1000>Date.now();}function t(z){n+=1;o=false;k(v,Math.pow(2,n)*1000);}function u(z){if(z.token){m=z;if(m.valid_for){m.expire=Math.floor(Date.now()/1000)+m.valid_for;m.expire-=60;}n=0;o=false;p=k(v,m.expire*1000-Date.now()-l);q.resolve(m.token);}else t();}function v(){if(o)return;o=true;m=null;clearTimeout(p);j.sendAJAXRequest('GET','/ajax/dtsg/').done(u,t);}function w(){if(!s()){if(q.isSettled())r();v();}return q.getPromise();}function x(){if(!s())m=null;return m&&m.token;}function y(z){m=z;n=0;o=false;if(p)clearTimeout(p);p=null;r().resolve(m.token);}y(h.dtsg);g.getToken=w;g.getCachedToken=x;g.reset=y;},null);
  127. __d('JSONStreamParser',['FBJSON'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();function i(j){'use strict';this.$JSONStreamParser1=false;this.$JSONStreamParser2=0;this.$JSONStreamParser3=j||0;this.$JSONStreamParser4=0;}i.prototype.parse=function(j){'use strict';var k,l=[];while(this.$JSONStreamParser3<j.length){k=j.charAt(this.$JSONStreamParser3);if(this.$JSONStreamParser1&&k==='\\'){this.$JSONStreamParser3++;}else if(k==='"'){this.$JSONStreamParser1=!this.$JSONStreamParser1;}else if(!this.$JSONStreamParser1)if(k==='{'){if(this.$JSONStreamParser4===0)this.$JSONStreamParser2=this.$JSONStreamParser3;this.$JSONStreamParser4++;}else if(k==='}'){this.$JSONStreamParser4--;if(this.$JSONStreamParser4===0)l.push(h.parse(j.substring(this.$JSONStreamParser2,this.$JSONStreamParser3+1),f.id));}this.$JSONStreamParser3++;}return l;};f.exports=i;},null);
  128. __d("BrowserHistory",[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();f.exports=window.history;},null);
  129. __d('setIntervalAcrossTransitions',['TimeSlice'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i=b.setInterval.nativeBackup||b.setInterval;f.exports=function(){for(var j=arguments.length,k=Array(j),l=0;l<j;l++)k[l]=arguments[l];k[0]=h.guard(k[0],'setInterval');return Function.prototype.apply.call(i,b,k);};},null);
  130. __d('History',['setIntervalAcrossTransitions','BrowserHistory','MJSEnvironment','Stratcom','URI'],function a(b,c,d,e,f,g,h,i,j,k,l){if(c.__markCompiled)c.__markCompiled();var m=j.IS_APPLE_WEBKIT_IOS&&(j.IS_CHROME||j.OS_VERSION<5)||j.IS_ANDROID&&!j.IS_CHROME&&j.OS_VERSION<4.2||j.IS_WINDOWS_PHONE,n=!!i.pushState&&!m,o={DEFAULT:Infinity,PUSHSTATE:3,HASHCHANGE:2,POLLING:1,CAN_USE_PUSH_STATE:n,_hash:null,_initialPath:null,_mechanism:null,install:function(p){p=p||o.DEFAULT;if(p>=o.PUSHSTATE&&'pushState' in history){o._mechanism=o.PUSHSTATE;o._initialPath=o._getBasePath(location.href);k.listen('popstate',null,o._handleChange);}else if(p>=o.HASHCHANGE&&'onhashchange' in window){o._mechanism=o.HASHCHANGE;k.listen('hashchange',null,o._handleChange);}else{o._mechanism=o.POLLING;h(o._handleChange,200);}},getMechanism:function(){return o._mechanism;},getPath:function(){if(o.getMechanism()===o.PUSHSTATE){return o._getBasePath(location.href);}else{var p=o.parseFragment(o.getLocationHash());return p||o._getBasePath(location.href);}},push:function(p){if(o.getMechanism()===o.PUSHSTATE){if(o._initialPath&&o._initialPath!==p)o._initialPath=null;i.pushState(null,null,p);o._fire(p);}else{var q=o._composeFragment(p);if(n&&o._mechanism===o.HASHCHANGE){var r=location.href,s=new l(r);if(!s.getFragment()){s.setPath(null);s.setQueryData(null);s.setFragment(o._composeFragment(r));i.replaceState(null,null,s.toString());}}location.hash=q;}},replace:function(p){if(o.getMechanism()===o.PUSHSTATE){i.replaceState(null,null,p);o._fire(p);}else{var q=new l(location.href);q.setFragment(o._composeFragment(p));if(j.IS_APPLE_WEBKIT_IOS&&'replaceState' in history){i.replaceState(null,null,q.toString());o._handleChange();}else location.replace(q.toString());}},_handleChange:function(){var p=o.getPath();if(o.getMechanism()===o.PUSHSTATE){if(p===o._initialPath){o._initialPath=null;}else o._fire(p);}else if(p!==o._hash){o._hash=p;o._fire(p);}},getLocationHash:function(){var p=location.href.split("#")[1];if(p){return '#'+p;}else return '';},_fire:function(p){k.invoke('history:change',null,{path:o._getBasePath(p)});},_getBasePath:function(p){return new l(p).setProtocol(null).setDomain(null).toString();},_composeFragment:function(p){p=o._getBasePath(p);if(o.getPath()===p){var q=o.getLocationHash();if(q&&q.charAt(1)==='!')return '~!'+p;}return '!'+p;},parseFragment:function(p){if(p)if(p.charAt(1)==='!'){return p.substr(2);}else if(p.substr(1,2)==='~!')return p.substr(3);return null;}};f.exports=o;},null);
  131. __d('CurrentCommunity',['CurrentCommunityInitialData'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i={getID:function(){return h.COMMUNITY_ID||'0';},getName:function(){return h.COMMUNITY_NAME||'';}};f.exports=i;},null);
  132. __d("MRequestTypes",[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();f.exports={TRANSITION:1,DEPENDENT:2,INDEPENDENT:3};},null);
  133. __d('Resource',['ErrorUtils','URI','createArrayFromMixed','ex','setIntervalAcrossTransitions','setTimeoutAcrossTransitions'],function a(b,c,d,e,f,g,h,i,j,k,l,m){if(c.__markCompiled)c.__markCompiled();var n={_loading:{},_loaded:{},_links:[],_callbacks:[],load:function(o,p){var q={},r,s,t;o=j(o);if(!o.length&&typeof p==='function'){m(p,0);return;}for(var u=0;u<o.length;u++){r=new i(o[u]);window.MCavalryLogger&&window.MCavalryLogger.startResourceWatch(r);s=r.toString();t=r.getPath();q[s]=true;if(n._loaded[s]){m(n._complete.bind(n,s),0);}else if(!n._loading[s]){n._loading[s]=true;if(t.indexOf('.css')==t.length-4){n._loadCSS(s);}else n._loadJS(s);}}if(typeof p==='function')n._callbacks.push({resources:q,callback:p});},wait:function(o,p){var q={};if(!o.length&&typeof p==='function'){m(p,0);return;}for(var r=0;r<o.length;r++){var s=document.getElementById(o[r]),t,u;t=new i(s.getAttribute('data-href'));window.MCavalryLogger&&window.MCavalryLogger.startResourceWatch(t);u=t.toString();q[u]=true;s['data-href']=u;if(n._loaded[u]){m(n._complete.bind(n,u),0);}else if(!n._loading[u]){n._loading[u]=true;n._links.push(s);if(!n._timer)n._timer=l(n._poll,20);}}if(typeof p==='function')n._callbacks.push({resources:q,callback:p});},_loadJS:function(o){var p=function(){n._complete(o);},q=function(){var s=new Error(k('Resource: JS file download failure: %s',o));s.type='warn';h.reportError(s);},r;if(b.__LOADER__){b.__LOADER__.loadRemoteScript(o,function(s){if(s){q();}else p();});}else{r=document.createElement('script');Object.assign(r,{type:'text/javascript',src:o});r.onload=function(){p();};r.onerror=function(){q();};r.onreadystatechange=function(){var s=this.readyState;if(s=='complete'||s=='loaded')p();};if(b.FB_GKS&&b.FB_GKS.m_js_crossorigin_attribute)r.setAttribute('crossorigin','anonymous');document.getElementsByTagName('head')[0].appendChild(r);}},_loadCSS:function(o){if(b.__LOADER__){b.__LOADER__.loadRemoteStyle(o,function(q){if(q){q=new Error(k('Resource: CSS file download failure: %s',o));q.type='warn';h.report(q);}else n._complete(o);});}else{var p=Object.assign(document.createElement('link'),{type:'text/css',rel:'stylesheet',href:o,'data-href':o});document.getElementsByTagName('head')[0].appendChild(p);n._links.push(p);if(!n._timer)n._timer=l(n._poll,20);}},_poll:function(){var o=document.styleSheets,p=o.length,q=n._links;while(p--){var r=o[p],s=r.ownerNode||r.owningElement,t=q.length;if(s)while(t--)if(s==q[t])try{n._complete(q[t]['data-href']);}finally{q.splice(t,1);}}if(!q.length){clearInterval(n._timer);n._timer=null;}},_complete:function(o){var p=n._callbacks,q,r;delete n._loading[o];n._loaded[o]=true;window.MCavalryLogger&&window.MCavalryLogger.startResourceWatch(o);for(r=0;r<p.length;r++){q=p[r];delete q.resources[o];if(!n._hasResources(q.resources))try{q.callback();}finally{p.splice(r--,1);}}},_hasResources:function(o){for(var p in o)return true;return false;}};(function(){var o=j(document.getElementsByTagName('link')),p=o.length,q,r;while(q=o[--p])if(q.type=='text/css'&&q.href){try{r=new i(q.href).toString();}catch(s){r=q.href;}n._loaded[r]=true;}o=j(document.getElementsByTagName('script'));p=o.length;while(q=o[--p])if(q.src&&!q.defer&&!q.async){try{r=new i(q.src).toString();}catch(s){r=q.src;}n._loaded[r]=true;}})();f.exports=n;},null);
  134. __d('Bootloader',['Resource','ErrorUtils','ex'],function a(b,c,d,e,f,g,h,i,j){if(c.__markCompiled)c.__markCompiled();var k={},l=false,m=[],n={};function o(u){var v=new Error(u);v.guard='Bootloader';i.reportError(v);}function p(u){return Array.isArray(u)?u:[u];}function q(u){if(!u)return [];var v=[];for(var w=0;w<u.length;++w){var x=u[w];if(typeof x==='string')if(x in n){x=n[x];}else o(j('Unable to resolve resource %s.',u[w]));v.push(x.src);}return v;}function r(u,v){if(!l){m.push([u,v]);return;}u=p(u);var w=[];for(var x=0;x<u.length;++x){if(!u[x]){o(j('Empty component!'));continue;}var y=k[u[x]];if(y){var z=y.resources;for(var aa=0;aa<z.length;++aa)w.push(z[aa]);}}var ba=q(w);h.load(ba,v);}var s={enableBootload:function(u){if(!u)return;for(var v in u)if(!k[v])k[v]=u[v];if(!l){l=true;for(var w=0;w<m.length;w++)r.apply(null,m[w]);m=[];}},setResourceMap:function(u){if(!u)return;for(var v in u)if(!n[v]){u[v].name=v;n[v]=u[v];}},loadModules:function(u,v){var w=[];for(var x=0;x<u.length;x++){var y=u[x],z=k[y];if(!z){o(j('loadModules: %s is not in the component map.',y));if(y.indexOf('css:')!==0)w.push(y);}else if(z.module){if(y.indexOf('css:')!==0)w.push(y);}else{var aa=z.resources,ba=true;for(var ca=0;ca<aa.length;ca++){var da=n[aa[ca]];if(!da||da.type!='css')ba=false;}if(!ba)o(j('loadModules: %s is not a module!',y));}}r(u,e.bind(null,w,v));}};function t(u){throw new Error(j('function %s() is not defined for Bootloader on mTouch',u));}['loadComponents','loadResources','requestJSResource','done','getResourceURLs','loadEarlyResources','getLoadingUrls','getLoadedUrlTimes','getErrorUrls','getStartTime'].forEach(function(u){s[u]=t.bind(null,u);s[u].unsupported=true;});f.exports=s;},null);
  135. __d('MResponseActions',['DOM','HTML','URI','ex'],function a(b,c,d,e,f,g,h,i,j,k){if(c.__markCompiled)c.__markCompiled();var l={_cacheData:{},_getItemChildElements:function(m){return Array.from(new i(m.html).getFragment().childNodes);},_replaceAllExisting:function(m){var n=[];for(var o=0;o<m.length;o++){var p=m[o],q=p.id&&document.getElementById(p.id);if(q){h.replace(q,p);}else n.push(p);}return n;},_getItemTarget:function(m,n){var o=m.target&&document.getElementById(m.target);if(!o&&!n)throw new Error(k('Unable to find the target "%s" on the page'+' for m-response action "%s"!',m.target,m.cmd));return o;},append:function(m){var n=l._getItemChildElements(m);if(m.replaceifexists)n=l._replaceAllExisting(n);if(n.length){var o=l._getItemTarget(m);h.appendContent(o,n);}},insertAfter:function(m){var n=l._getItemChildElements(m);if(m.replaceifexists)n=l._replaceAllExisting(n);if(n.length){var o=l._getItemTarget(m),p=o.nextSibling;if(p){for(var q=0;q<n.length;q++){var r=n[q];o.parentNode.insertBefore(r,p);}}else h.appendContent(o.parentNode,n);}},insertBefore:function(m){var n=l._getItemChildElements(m);if(m.replaceifexists)n=l._replaceAllExisting(n);if(n.length){var o=l._getItemTarget(m);for(var p=0;p<n.length;p++)o.parentNode.insertBefore(n[p],o);}},cacheData:function(m){var n=new i(m.html).getFragment();while(n.firstChild){var o=n.removeChild(n.firstChild),p=o.outerHTML;if(!p){var q=h.create('div');q.appendChild(o);p=q.innerHTML;}l._cacheData[o.id]=p;var r=document.getElementById(o.id);if(r)h.replace(r,o);}},cacheDataLoad:function(m){for(var n=0;n<m.ids.length;n++){var o=m.ids[n],p=document.getElementById(o);if(p){var q=l._cacheData[o];if(q){var r=new i(q).getFragment().firstChild;h.replace(p,r);}}}},merge:function(m){var n=new i(m.html).getFragment(),o=m.target&&document.getElementById(m.target),p=null;if(o){delete o.id;p=o.parentNode;}while(n.firstChild){var q=n.removeChild(n.firstChild),r=document.getElementById(q.id);if(r){h.replace(r,q);}else if(p)p.insertBefore(q,o);}if(p&&o.parentNode===p)p.removeChild(o);},prepend:function(m){var n=l._getItemChildElements(m);if(m.replaceifexists)n=l._replaceAllExisting(n);if(n.length){var o=l._getItemTarget(m);h.prependContent(o,n);}},redirect:function(m){new j(m.uri).go();},remove:function(m){var n=l._getItemTarget(m,true);n&&h.remove(n);},replace:function(m){var n=l._getItemChildElements(m);if(m.replaceifexists)n=l._replaceAllExisting(n,m.replaceifexists);var o=l._getItemTarget(m,m.allownull);if(n.length)o&&h.replace(o,n);},setContent:function(m){var n=l._getItemChildElements(m),o=l._getItemTarget(m);h.setContent(o,n);},script:function(m){var n=m.fn?m.fn:new Function(m.code);if(m.type=='onload'||m.type=='nocache'){return n;}else if(m.type=='immediate')n();}};f.exports=l;},null);
  136. __d('WebStorage',['ErrorUtils','ex'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();var j={};function k(r){if(!j.hasOwnProperty(r))j[r]=l(r);return j[r];}function l(r){try{var t=window[r];if(t){var u='__test__'+Date.now();t.setItem(u,'');t.removeItem(u);}return t;}catch(s){}}function m(){return k('localStorage');}function n(){return k('sessionStorage');}function o(r){var s=[];for(var t=0;t<r.length;t++)s.push(r.key(t));return s;}function p(r,s,t){var u=null;try{r.setItem(s,t);}catch(v){var w=o(r).map(function(x){var y=r.getItem(x).length;return x+'('+y+')';});u=new Error(i('Storage quota exceeded while setting %s(%s). Items(length) follows: %s',s,t.length,w.join()));h.reportError(u);}return u;}var q={getLocalStorage:m,getSessionStorage:n,setItemGuarded:p};f.exports=q;},null);
  137. __d("econcat",[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h=function(i,j){if(i.length===0)return j;if(j.length===0)return i;return [i[0]+j[0]].concat(i.slice(1)).concat(j.slice(1));};f.exports=h;},null);
  138. __d('ix',['invariant'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i={};function j(k){var l=i[k];!!!l?h(0):undefined;return l;}j.add=function(k){var l=false;for(var m in k)if(!(m in i))i[m]=k[m];};f.exports=j;},null);
  139. __d('MResponseData',['ErrorUtils','HTML','LogHistory','Bootloader','MResponseActions','Resource','Stratcom','WebStorage','econcat','erx','eventsMixinDeprecated','ex','ix','MPageletUtilities'],function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t){if(c.__markCompiled)c.__markCompiled();var u=c('MPageletUtilities').BreakPoint,v=c('MPageletUtilities').Visualization,w=j.getInstance('response');function x(y){'use strict';this._data=y||{};}x.prototype.getData=function(){'use strict';return this._data;};x.prototype.isPagelet=function(){'use strict';return !!this._data.is_pagelet;};x.prototype._filterLoadedResources=function(y){'use strict';var z={},aa=/(%20|\+|\s)/g,ba=document.styleSheets,ca;for(ca=ba.length-1;ca>=0;ca--){var da=ba[ca],ea=da.ownerNode||da.owningElement,fa=ea.getAttribute('href');if(fa)z[fa.replace(aa,'@')]=1;}for(ca=y.length-1;ca>=0;ca--)if(z[y[ca].replace(aa,'@')])y.splice(ca,1);return y;};x.prototype.process=function(y){'use strict';k.setResourceMap(this._data.resource_map);k.enableBootload(this._data.bootloadable);if(u&&u.isEnabled()&&!y&&this._data.is_pagelet){if(Array.isArray(this._data.css))m.load(this._data.css);if(Array.isArray(this._data.js))m.load(this._data.js);u.setBreakPoint(this.process.bind(this,true),{name:this._data.pagelet_name,pass:this._data.pagelet_pass});return;}w.log('process',this.__id__,this._data.uri,this._data.cached?'cached':'live');var z=this._data.ixData;if(z)t.add(z);var aa=this._data.css&&Array.isArray(this._data.css)?[].concat(this._data.css):null;if(aa&&aa.length){aa=this._filterLoadedResources(aa);if(!aa.length)aa=null;}var ba=this._data.js&&Array.isArray(this._data.js)?[].concat(this._data.js):null,ca=[],da=this._data.actions,ea=false,fa=n.listen('m:page:loading',null,(function(){w.log('discard',this.__id__,this._data.uri,this._data.cached?'cached':'live');n.removeCurrentListener();ea=true;da=ba=aa=ca=null;}).bind(this)),ga=(function(){aa=null;if(ea)return;h.guard((function(){for(var ia=0;da&&da.length&&ia<da.length;ia++){var ja=da[ia];w.log('action',this.__id__,this._data.uri,this._data.cached?'cached':'live',ja.cmd,ja.target||ja.code&&ja.code.substr(0,100));if(!l[ja.cmd])throw new Error(s('Invalid response action "%s" received from "%s" by "%s"',ja.cmd,this._data.uri,this._data.controller));var ka;try{ka=l[ja.cmd](ja);if(v&&v.isEnabled()&&this._data.is_pagelet&&ja.cmd==='setContent')v.addPagelet(this._data.pagelet_name,this._data.pagelet_pass,document.getElementById(ja.target));}catch(la){var ma=q(la.message),na=p(ma,[' From "%s" by "%s"',this._data.uri,this._data.controller]);throw new Error(s.apply(null,na));}if(ka)ca.push(ka);if(ja.cmd==='redirect')this._redirecting=true;}if(ba===null)ha();}).bind(this),'m-response:process')();}).bind(this),ha=(function(){ba=null;if(ea)return;if(aa===null){try{w.log('callback',this.__id__,this._data.uri,this._data.cached?'cached':'live');while(ca&&ca.length){var ja=ca.shift();ja();}}catch(ia){w.error('callback error');this.invoke('fail');ia.guard='m-response:process-fail';ia.callee=ja&&ja.toString();h.reportError(ia);}if(ea)return;fa&&fa.remove();if(!this._redirecting){w.log('complete',this.__id__,this._data.uri,this._data.cached?'cached':'live');this.invoke('complete');}else this.invoke('discard');}}).bind(this);if(aa){m.load(aa,ga);}else ga();if(ba)m.load(ba,ha);};x.prototype.prepForCache=function(y){'use strict';if(y)y=!!o.getLocalStorage();var z={uri:this._data.uri,controller:this._data.controller,cached:true,actions:[]};if(y){this._data.js&&(z.js=this._data.js);this._data.css&&(z.css=this._data.css);this._data.is_pagelet&&(z.is_pagelet=this._data.is_pagelet);}var aa=this._data.actions||[],ba=0;for(var ca=0;ca<aa.length;++ca){var da=aa[ca],ea=da.cmd;if(ea==='script'&&da.type==='nocache')continue;if(ea==='cacheData'){z.actions.push(x._convertToCacheDataLoadCommand(da));ba++;}else z.actions.push(da);}if(ba===z.actions.length)z.actions=[];return z.actions.length||z.js||z.css?z:null;};x._convertToCacheDataLoadCommand=function(y){'use strict';var z=new i(y.html).getFragment(),aa=z.childNodes,ba=aa.length,ca=[];for(var da=0;da<ba;++da)ca.push(aa[da].id);return {cmd:'cacheDataLoad',ids:ca};};r(x,['complete','fail','discard']);Object.assign(x.prototype,{_data:null,_processed:false,_redirecting:false});f.exports=x;},null);
  140. __d('MRequestGateway',['CurrentCommunity','LogHistory','Stratcom','MRequestTypes','MResponseData'],function a(b,c,d,e,f,g,h,i,j,k){if(c.__markCompiled)c.__markCompiled();var l=i.getInstance('request'),m={ERROR_TIMEOUT:15000,stopAllRequests:function(){while(m._requests.length)m._requests.pop().abort();},canAjax:function(n){var o=/^\/(?:\w|$|[?#])/,p=new RegExp('^'+location.protocol+'//'+location.host.replace(/\./g,'\\.')+'/'),q=function(r){return o.test(r)||p.test(r);};m.canAjax=q;return q(n);},send:function(n){if(!n.getCORS()&&!m.canAjax(n.getURI())){n.abort();n.invoke('error');n.invoke('finally');return;}n.setReferrer(window.location.href);n.listen('finally',function(){m._removeRequest(n);});if(!n.getCORS())n.listen('open',function(){var p=n.getTransport();p.setRequestHeader('X-Requested-With','XMLHttpRequest');});n.listen('response',this._getResponseHandler(n));if(n.getAutoRetry())if(n.getType()===k.INDEPENDENT){n.setTimeout(m.ERROR_TIMEOUT);var o=n.listen('error',function(p,q){o.remove();q.setAutoRetry(false);q.setTimeout(m.ERROR_TIMEOUT);q.reset();q.addData({is_retry:1});n.sendAfterProcessing();});}this._addSessionData(n);if(h.getID()!=='0')n.addData({__cid:h.getID()});if(n.canAbort())m._requests.push(n);n.sendAfterProcessing();},_addSessionData:function(n){var o=document.getElementById('m_sess'),p=o?o.value:'';n.addData({m_sess:p});},_getResponseHandler:function(n){var o=[],p=false,q=function(){if(!p&&o.length){p=true;o.shift().process();}};return (function(r){var s=this;if(s.getAutoProcess()){var t=c('MResponseData'),u=new t(r),v={request:s,response:u,data:r};l.log('process',s.__id__,s.getURI());var w=s.invoke('process',v);if(!w.getStopped()){if(window.location.href!==s.getReferrer())return;u.listen('complete',function(){l.log('postprocess',s.__id__,s.getURI());s.invoke('postprocess',v);p=false;q();});u.listen('fail',function(){l.log('fail',s.__id__,s.getURI());s.invoke('fail');});o.push(u);q();}}}).bind(n);},_requests:[],_removeRequest:function(n){var o=m._requests.indexOf(n);if(o!==-1)this._requests.splice(o,1);}};(function(){j.listen('m:page:loading',null,m.stopAllRequests);})();f.exports=m;},null);
  141. __d('MURI',['CurrentUser','URI'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();var j,k,l=/^\~?\!\//;j=babelHelpers.inherits(m,i);k=j&&j.prototype;m.prototype.normalize=function(){'use strict';var n=this.getQueryData();for(var o in n)if(/^_/.test(o))n[o]=undefined;n.fbb=undefined;n.refid=undefined;n.pos=undefined;n.__ef__=undefined;var p=this.getFragment();if(l.test(p)){var q=new m(p.replace(l,'/'));return this.setFragment(null).setPath(q.getPath()).setQueryData(q.getQueryData()).normalize();}else return this.setProtocol(null).setDomain(null).setFragment(null).setQueryData(n);};m.prototype.setFaceweb=function(n){'use strict';if(!n)return this.addQueryData('fb_fw_version',undefined).addQueryData('fb_fw_cache_bust',undefined);return this.addQueryData('fb_fw_version',window.FB_FW_VERSION||undefined).addQueryData('fb_fw_cache_bust',window.FB_FW_CACHE_BUST||undefined);};m.getHashPrefixRegex=function(){'use strict';return l;};function m(){'use strict';j.apply(this,arguments);}f.exports=m;},null);
  142. __d('MHistory',['Cookie','History','MRequestGateway','MTabletLoader','MURI','Stratcom','URI','MAjaxSafety','setTimeoutAcrossTransitions'],function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){if(c.__markCompiled)c.__markCompiled();var q={SOFT_STATE_KEY:'soft',_softState:null,install:function(){var r=i.DEFAULT;if(!i.CAN_USE_PUSH_STATE)r=i.HASHCHANGE;i.install(r);if(q._enabled){var s=q.getPath(),t=new n(s);if(t.getQueryData()[q.SOFT_STATE_KEY]){s=t.addQueryData(q.SOFT_STATE_KEY).toString();q.replaceState(s);}q._lastPath=s;m.listen('history:change',null,q._handleStateChange);}},_updateSoftState:function(r){var s=new n(r).getQueryData()[q.SOFT_STATE_KEY];q._softState=s;},getParam:function(r){return new n(q.getPath()).getQueryData()[r];},getPath:function(){var r=i.getPath();return o.getSafeForAjaxURL(r);},pushSoftState:function(r){if(!q._enabled)return;var s=new n(q.getPath()).addQueryData(q.SOFT_STATE_KEY,r).toString();return q.pushState(s);},popSoftState:function(r){if(!q._enabled)return;if(q._softState===r)p(function(){if(q._softState===r)history.go(-1);},0);},_updateXRefererCookie:function(r){var s=2048;if(r&&r.length>s)r=r.substring(0,s)+'...';r=new n(r);if(j.canAjax(window.location))r.setFragment(window.location.pathname+window.location.search);p(function(){h.set('x-referer',r.toString());},0);},pushState:function(r){if(!q._enabled)return;if(q._softState){return q.replaceState(r);}else{q._updateSoftState(r);q._updateXRefererCookie(r);return i.push(new l(r).normalize().toString());}},replaceState:function(r){if(!q._enabled)return;q._updateSoftState(r);q._updateXRefererCookie(r);return i.replace(new l(r).normalize().toString());},_enabled:!window.operamini&&!window.APP_ENABLED&&!k.isTabletFrame,_lastPath:null,_handleStateChange:function(r){var s=o.getSafeForAjaxURL(r.getData().path);if(s!==q._lastPath){q._lastPath=s;q._updateSoftState(s);var t=new n(s),u={path:t.addQueryData(q.SOFT_STATE_KEY).toString(),soft:q._softState},v=m.invoke('m:history:change',null,u);if(!v.getPrevented())m.invoke('m:history:change-default',null,u);}}};f.exports=q;},null);
  143. __d('BitMap',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h='0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-_';function i(){'use strict';this.$BitMap1=[];}i.prototype.set=function(l){'use strict';this.$BitMap1[l]=1;return this;};i.prototype.toString=function(){'use strict';var l=[];for(var m=0;m<this.$BitMap1.length;m++)l.push(this.$BitMap1[m]?1:0);return l.length?k(l.join('')):'';};i.prototype.toCompressedString=function(){'use strict';if(this.$BitMap1.length===0)return '';var l=[],m=1,n=this.$BitMap1[0]||0,o=n.toString(2);for(var p=1;p<this.$BitMap1.length;p++){var q=this.$BitMap1[p]||0;if(q===n){m++;}else{l.push(j(m));n=q;m=1;}}if(m)l.push(j(m));return k(o+l.join(''));};function j(l){var m=l.toString(2),n='0'.repeat(m.length-1);return n+m;}function k(l){var m=(l+'00000').match(/[01]{6}/g),n='';for(var o=0;o<m.length;o++)n+=h[parseInt(m[o],2)];return n;}f.exports=i;},null);
  144. __d('replaceTransportMarkers',['ge','memoize'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();function j(k,l,m){var n=typeof m!=='undefined'?l[m]:l,o;if(Array.isArray(n)){for(o=0;o<n.length;o++)j(k,n,o);}else if(n&&typeof n=='object')if(n.__m){if(n.__lazy){l[m]=i(c.bind(null,n.__m));}else l[m]=c.call(null,n.__m);}else if(n.__e){l[m]=h(n.__e);}else if(n.__rel){l[m]=k;}else for(var p in n)j(k,n,p);}f.exports=j;},null);
  145. __d('ServerJSDefine',['BitMap','replaceTransportMarkers'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();var j=2,k=new h(),l={getLoadedModuleHash:function(){return k.toCompressedString();},handleDefine:function(m,n,o,p,q){k.set(p);define(m,n,function r(){i(q,o);return o;},j);},handleDefines:function(m,n){m.forEach(function(o){if(n)o.push(n);l.handleDefine.apply(null,o);});}};f.exports=l;},null);
  146. __d('getAsyncHeaders',['isFacebookURI','ZeroCategoryHeader'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();function j(k){var l={};if(h(k)&&i.value)l[i.header]=i.value;return l;}f.exports=j;},null);
  147. __d('getCrossOriginTransport',['ex','invariant'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();function j(){try{var l=new XMLHttpRequest();if(!('withCredentials' in l)&&typeof XDomainRequest!=='undefined')l=new XDomainRequest();return l;}catch(k){throw new Error(h('getCrossOriginTransport: %s',k.message));}}j.withCredentials=function(){var k=j();!('withCredentials' in k)?i(0):undefined;var l=k.open;k.open=function(){l.apply(this,arguments);this.withCredentials=true;};return k;};f.exports=j;},null);
  148. __d('getSameOriginTransport',['ex'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();function i(){try{return b.XMLHttpRequest?new b.XMLHttpRequest():new ActiveXObject("MSXML2.XMLHTTP.3.0");}catch(j){throw new Error(h('getSameOriginTransport: %s',j.message));}}f.exports=i;},null);
  149. __d('MRequest',['CSRFGuard','CurrentUser','DTSG','JSONStreamParser','LogHistory','MHistory','MRequestConfig','MRequestGateway','MRequestTypes','MTabletLoader','MURI','ServerJSDefine','Stratcom','eventsMixinDeprecated','ex','getAsyncHeaders','getCrossOriginTransport','getSameOriginTransport','setTimeoutAcrossTransitions'],function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z){if(c.__markCompiled)c.__markCompiled();var aa=l.getInstance('request'),ba=null,ca=new RegExp('^(?:/?[\\w\\.-])+/?(?:[\\?#]|$)'),da=new RegExp('^'+location.protocol+'//'+location.host.replace(/\./g,'\\.')+'/'),ea=1;function fa(ia){return !!(ca.test(ia)||da.test(ia));}function ga(ia){ia.reset();ia.send();}function ha(ia){'use strict';this._transport=null;this._sent=false;this._finished=false;this._doneInvoked=false;this._data=null;this._xportID=1;this._loaded=0;this.setAutoProcess(true);this.setIgnoreErrors(false);this.setFullPage(false);this.setAutoRetry(false);this.setMethod('POST');this.setRaw(false);this.setCORS(false);this.setURI(ia);this.setType(p.INDEPENDENT);this.setReferrer(window.location.href);var ja,ka,la=null;this.listen('statechange',(function(ma){var na=ma.getTransport(),oa=na.readyState;if(oa<3)return;var pa=typeof na.responseText!=='unknown'?na.responseText:"";if(pa.length>0)this._onprogress(na,{lengthComputable:false,loaded:pa.length,total:0});if(la===null){if(pa.length<=h.length)return;var qa=pa.match(h.regex);if(qa){la=true;ka=new k(qa[0].length);}}try{var sa=la?ka.parse(pa):[];for(var ta=0;ta<sa.length;++ta){var ua=sa[ta];if(!ja)ja=ua;if(ua.error){this._fail({code:ua.error,description:ua.errorDescription,summary:ua.errorSummary,backtrace:ua.errorBacktrace,isWarning:ua.errorIsWarning,isSilent:ua.silentError,isTransient:ua.transientError});return;}aa.log('response',this.__id__,this.getURI());this.invoke('response',this.getRaw()?ua:ua.payload,this);}if(na.readyState!==4)return;if(na.status!==0&&(na.status<200||na.status>=300)){this._fail();return;}if(!ja){this._fail();if(!la)throw new Error(v('MRequest(%s, ...): '+'server returned an invalid response: '+'No CSRF guard: %s',this.getURI(),pa.substring(0,100)));return;}this._done(ja);}catch(ra){this._fail();throw new Error(v('MRequest("%s", ...): '+'server returned a partial invalid response. There may be broken '+'functionality or partially rendered content on this page. %s',this.getURI(),ra));}}).bind(this));this.listen('open',(function(){if(!this.getCORS()){var ma=this.getTransport();ma.setRequestHeader('X-Response-Format','JSONStream');}}).bind(this));this.listen('error',(function(ma){t.pass();if(!this.getIgnoreErrors()&&ma&&typeof ma!=='string'&&!ma.isHandled)this._defaultErrorHandler(ma);}).bind(this));}ha.prototype._defaultErrorHandler=function(ia){'use strict';if(ia.code){var ja=new r('/error/index.php').addQueryData({err:'ec',kerr:ia.code,kerr_summary:ia.summary,kerr_description:ia.description});m.pushState(ja);}};ha.prototype.setType=function(ia){'use strict';this._type=ia;return this;};ha.prototype.getType=function(){'use strict';return this._type;};ha.prototype.setAutoProcess=function(ia){'use strict';this._autoProcess=ia;return this;};ha.prototype.getAutoProcess=function(){'use strict';return this._autoProcess;};ha.prototype.setFullPage=function(ia){'use strict';this._fullPage=ia;return this;};ha.prototype.getFullPage=function(){'use strict';return this._fullPage;};ha.prototype.setReferrer=function(ia){'use strict';this._referrer=ia;return this;};ha.prototype.getReferrer=function(){'use strict';return this._referrer;};ha.prototype.setAutoRetry=function(ia){'use strict';this._autoRetry=ia;return this;};ha.prototype.getAutoRetry=function(){'use strict';return this._autoRetry;};ha.prototype.setMethod=function(ia){'use strict';this._method=ia;return this;};ha.prototype.getMethod=function(){'use strict';return this._method;};ha.prototype.setRawData=function(ia){'use strict';this._rawData=ia;return this;};ha.prototype.getRawData=function(){'use strict';return this._rawData;};ha.prototype.setRaw=function(ia){'use strict';this._raw=ia;return this;};ha.prototype.getRaw=function(){'use strict';return this._raw;};ha.prototype.setTimeout=function(ia){'use strict';this._timeout=ia;return this;};ha.prototype.getTimeout=function(){'use strict';return this._timeout;};ha.prototype.setCORS=function(ia){'use strict';this._CORS=ia;return this;};ha.prototype.getCORS=function(){'use strict';return this._CORS;};ha.prototype.setIgnoreErrors=function(ia){'use strict';this._ignoreErrors=ia;return this;};ha.prototype.getIgnoreErrors=function(){'use strict';return this._ignoreErrors;};ha.prototype.getTransport=function(){'use strict';if(!this._transport)this._transport=this.getCORS()?x():y();return this._transport;};ha.prototype.setRequestHeader=function(ia,ja){'use strict';if(!this._headers)this._headers={};this._headers[ia]=ja;};ha.prototype.canAbort=function(ia){'use strict';return this.getType()!==p.INDEPENDENT;};ha.prototype.send=function(){'use strict';o.send(this);};ha.prototype.sendAfterProcessing=function(){'use strict';aa.log('send',this.__id__,this.getURI());if(this._sent||this._finished)return;this.invoke('start',this);if(fa(this.getURI()))if(this.getMethod().toUpperCase()==='POST'){var ia=j.getCachedToken();if(ia){this.replaceData({fb_dtsg:ia});}else{this.abort();j.getToken().done((function(){return ga(this);}).bind(this));return;}var ja=n.lsd;if(ja)this.replaceData({lsd:ja});}if(this._finished)return;this.replaceData({__dyn:s.getLoadedModuleHash()});if(q.tokenParam){var ka={};ka[q.tokenParam]=q.tokenValue;this.replaceData(ka);}this.replaceData({__req:(ea++).toString(36)});var la=this.getTransport();la.id=this._xportID;la.onreadystatechange=this._onreadystatechange.bind(this,la);if(la.upload&&this._rawData)la.upload.onprogress=this._onuploadprogress.bind(this,la);var ma=this.getMethod().toUpperCase();this.replaceData({__ajax__:true,__user:i.getID()});var na=this._data||[],oa=ha.defaultDataSerializer(na),pa=this.getURI();if(ma=='GET'||this.getRawData())pa+=(pa.indexOf('?')===-1?'?':'&')+oa;if(this.getTimeout())this._timer=z(this._fail.bind(this,ha.ERROR_TIMEOUT+''),this.getTimeout());try{la.open(ma,pa,true);}catch(qa){aa.warn('xport.send',this.__id__,this.getURI(),qa.message);this._fail(qa.message);return;}this.invoke('open',this);if(this._finished)return;this.invoke('send',this);if(this._finished)return;var ra=null;if(ma=='POST'){ra=this.getRawData();if(!ra){this.setRequestHeader('Content-Type','application/x-www-form-urlencoded');ra=oa;}}var sa=w(new r(this.getURI()));Object.keys(sa).forEach(function(ua){la.setRequestHeader(ua,sa[ua]);});if(this._headers)for(var ta in this._headers)la.setRequestHeader(ta,this._headers[ta]);la.send(ra);this._sent=true;};ha.prototype.reset=function(){'use strict';aa.log('reset',this.__id__,this.getURI());this._transport=null;this._sent=false;this._finished=false;};ha.prototype.abort=function(){'use strict';this._cleanup();};ha.prototype._onprogress=function(ia,ja){'use strict';if(ia.id<this._xportID)return;if(!this.getCORS()){var ka=ia.getResponseHeader('X-Loader-Length');if(ka!==null)ja.loaderLength=parseInt(ka,10)||0;}this.invoke('progress',ja);this._loaded=ja.loaded;};ha.prototype._onuploadprogress=function(ia,ja){'use strict';if(ia.id<this._xportID)return;this.invoke('uploadprogress',ja);};ha.prototype._onreadystatechange=function(ia){'use strict';if(ia.id<this._xportID)return;ba=this;var ja;try{this.invoke('statechange',this);if(this._finished)return;if(ia.readyState!=4)return;if(ia.status<200||ia.status>=300){this._fail('status='+ia.status);return;}ja=this._extractResponse(ia);if(!ja){aa.error('response extract failed',this.__id__,this.getURI());throw new Error(v('Request("%s", ...): response extract failed',this.getURI()));}}catch(ka){this._fail(ka.message);return;}finally{ba=null;}ba=this;try{this._handleResponse(ja);this._cleanup();}catch(ka){z(function(){throw ka;},0);}finally{ba=null;}};ha.prototype._extractResponse=function(ia){'use strict';var ja=h.clean(ia.responseText);try{return JSON.parse(ja);}catch(ka){return null;}};ha.prototype._fail=function(ia){'use strict';if(this._finished)return;aa.error('fail',this.__id__,this.getURI(),ia,'onLine='+navigator.onLine,'connection='+(navigator.connection&&navigator.connection.type));this._cleanup();this.invoke('error',ia,this);this.invoke('finally');};ha.prototype._done=function(ia){'use strict';if(this._finished||this._doneInvoked)return;aa.log('done',this.__id__,this.getURI());this._cleanup();this._doneInvoked=true;if(ia.onload)for(var ja=0;ja<ia.onload.length;ja++)new Function(ia.onload[ja])();this.invoke('done',this.getRaw()?ia:ia.payload,this);this.invoke('finally');};ha.prototype._cleanup=function(){'use strict';this._finished=true;clearTimeout(this._timer);this._timer=null;this._xportID++;if(this._transport&&this._transport.readyState!=4){aa.warn('abort',this.__id__,this.getURI());this._transport.abort();}};ha.prototype.setData=function(ia){'use strict';this._data=null;this.addData(ia);return this;};ha.prototype.addData=function(ia){'use strict';if(!this._data)this._data=[];for(var ja in ia)this._data.push([ja,ia[ja]]);return this;};ha.prototype.replaceData=function(ia){'use strict';if(this._data)this._data=this._data.filter(function(ja){var ka=ja[0];return !ia.hasOwnProperty(ka);});return this.addData(ia);};ha.prototype.setURI=function(ia){'use strict';this._uri=ia.toString();};ha.prototype.getURI=function(){'use strict';return this._uri;};ha.prototype._handleResponse=function(ia){'use strict';if(this._doneInvoked)return;aa.log('done',this.__id__,this.getURI());this._cleanup();this._doneInvoked=true;this.invoke('done',ia,this);this.invoke('finally');};ha.defaultDataSerializer=function(ia){'use strict';var ja=[];for(var ka=0;ka<ia.length;ka++){var la=ia[ka],ma=encodeURIComponent(la[0]),na=encodeURIComponent(la[1]);ja.push(ma+'='+na);}return ja.join('&');};ha.getContextualInstance=function(){'use strict';return ba;};u(ha,['start','open','send','statechange','done','error','finally','progress','uploadprogress','fail','process','response','postprocess']);ha.ERROR_TIMEOUT=-9000;f.exports=ha;b.MRequest=ha;},null);
  150. __d("IndicatorType",[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h={ANDROID:1,ANDROID_NONROTATING:2,IOS:3};f.exports=h;},null);
  151. __d('VersionRange',['invariant'],function a(b,c,d,e,f,g,h){'use strict';if(c.__markCompiled)c.__markCompiled();var i=/\./,j=/\|\|/,k=/\s+\-\s+/,l=/^(<=|<|=|>=|~>|~|>|)?\s*(.+)/,m=/^(\d*)(.*)/;function n(fa,ga){var ha=fa.split(j);if(ha.length>1){return ha.some(function(ia){return ea.contains(ia,ga);});}else{fa=ha[0].trim();return o(fa,ga);}}function o(fa,ga){var ha=fa.split(k);!(ha.length>0&&ha.length<=2)?h(0):undefined;if(ha.length===1){return p(ha[0],ga);}else{var ia=ha[0],ja=ha[1];!(y(ia)&&y(ja))?h(0):undefined;return (p('>='+ia,ga)&&p('<='+ja,ga));}}function p(fa,ga){fa=fa.trim();if(fa==='')return true;var ha=ga.split(i),ia=w(fa),ja=ia.modifier,ka=ia.rangeComponents;switch(ja){case '<':return q(ha,ka);case '<=':return r(ha,ka);case '>=':return t(ha,ka);case '>':return u(ha,ka);case '~':case '~>':return v(ha,ka);default:return s(ha,ka);}}function q(fa,ga){return da(fa,ga)===-1;}function r(fa,ga){var ha=da(fa,ga);return ha===-1||ha===0;}function s(fa,ga){return da(fa,ga)===0;}function t(fa,ga){var ha=da(fa,ga);return ha===1||ha===0;}function u(fa,ga){return da(fa,ga)===1;}function v(fa,ga){var ha=ga.slice(),ia=ga.slice();if(ia.length>1)ia.pop();var ja=ia.length-1,ka=parseInt(ia[ja],10);if(x(ka))ia[ja]=ka+1+'';return (t(fa,ha)&&q(fa,ia));}function w(fa){var ga=fa.split(i),ha=ga[0].match(l);!ha?h(0):undefined;return {modifier:ha[1],rangeComponents:[ha[2]].concat(ga.slice(1))};}function x(fa){return !isNaN(fa)&&isFinite(fa);}function y(fa){return !w(fa).modifier;}function z(fa,ga){for(var ha=fa.length;ha<ga;ha++)fa[ha]='0';}function aa(fa,ga){fa=fa.slice();ga=ga.slice();z(fa,ga.length);for(var ha=0;ha<ga.length;ha++){var ia=ga[ha].match(/^[x*]$/i);if(ia){ga[ha]=fa[ha]='0';if(ia[0]==='*'&&ha===ga.length-1)for(var ja=ha;ja<fa.length;ja++)fa[ja]='0';}}z(ga,fa.length);return [fa,ga];}function ba(fa,ga){var ha=fa.match(m)[1],ia=ga.match(m)[1],ja=parseInt(ha,10),ka=parseInt(ia,10);if(x(ja)&&x(ka)&&ja!==ka){return ca(ja,ka);}else return ca(fa,ga);}function ca(fa,ga){!(typeof fa===typeof ga)?h(0):undefined;if(fa>ga){return 1;}else if(fa<ga){return -1;}else return 0;}function da(fa,ga){var ha=aa(fa,ga),ia=ha[0],ja=ha[1];for(var ka=0;ka<ja.length;ka++){var la=ba(ia[ka],ja[ka]);if(la)return la;}return 0;}var ea={contains:function(fa,ga){return n(fa.trim(),ga.trim());}};f.exports=ea;},null);
  152. __d('mapObject',[],function a(b,c,d,e,f,g){'use strict';if(c.__markCompiled)c.__markCompiled();var h=Object.prototype.hasOwnProperty;function i(j,k,l){if(!j)return null;var m={};for(var n in j)if(h.call(j,n))m[n]=k.call(l,j[n],n,j);return m;}f.exports=i;},null);
  153. __d('memoizeStringOnly',[],function a(b,c,d,e,f,g){'use strict';if(c.__markCompiled)c.__markCompiled();function h(i){var j={};return function(k){if(!j.hasOwnProperty(k))j[k]=i.call(this,k);return j[k];};}f.exports=h;},null);
  154. __d('UserAgent',['UserAgentData','VersionRange','mapObject','memoizeStringOnly'],function a(b,c,d,e,f,g,h,i,j,k){'use strict';if(c.__markCompiled)c.__markCompiled();function l(o,p,q,r){if(o===q)return true;if(!q.startsWith(o))return false;var s=q.slice(o.length);if(p){s=r?r(s):s;return i.contains(s,p);}return false;}function m(o){if(h.platformName==='Windows')return o.replace(/^\s*NT/,'');return o;}var n={isBrowser:function(o){return l(h.browserName,h.browserFullVersion,o);},isBrowserArchitecture:function(o){return l(h.browserArchitecture,null,o);},isDevice:function(o){return l(h.deviceName,null,o);},isEngine:function(o){return l(h.engineName,h.engineVersion,o);},isPlatform:function(o){return l(h.platformName,h.platformFullVersion,o,m);},isPlatformArchitecture:function(o){return l(h.platformArchitecture,null,o);}};f.exports=j(n,k);},null);
  155. __d('getVendorPrefixedName',['ExecutionEnvironment','UserAgent','camelize','invariant'],function a(b,c,d,e,f,g,h,i,j,k){if(c.__markCompiled)c.__markCompiled();var l={},m=['Webkit','ms','Moz','O'],n=new RegExp('^('+m.join('|')+')'),o=h.canUseDOM?document.createElement('div').style:{};function p(s){for(var t=0;t<m.length;t++){var u=m[t]+s;if(u in o)return u;}return null;}function q(s){switch(s){case 'lineClamp':if(i.isEngine('WebKit >= 315.14.2'))return 'WebkitLineClamp';return null;default:return null;}}function r(s){var t=j(s);if(l[t]===undefined){var u=t.charAt(0).toUpperCase()+t.slice(1);if(n.test(u))k(0);if(h.canUseDOM){l[t]=t in o?t:p(u);}else l[t]=q(t);}return l[t];}f.exports=r;},null);
  156. __d('isVisible',['MViewport'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();function i(j){var k=getComputedStyle(j),l=j.getBoundingClientRect();return k.visibility!=='hidden'&&l.height>0&&l.bottom>0&&l.top<h.getUseableHeight();}f.exports=i;},null);
  157. __d('MJSAnimator',['IndicatorType','getVendorPrefixedName','isVisible','setTimeoutAcrossTransitions'],function a(b,c,d,e,f,g,h,i,j,k){if(c.__markCompiled)c.__markCompiled();function l(m,n,o){this._root=m;this._elementClassName=m.className;var p;switch(n){case h.ANDROID:this._framesPerAnim=30;p=1000;break;case h.ANDROID_NONROTATING:this._framesPerAnim=7;p=860;break;case h.IOS:this._framesPerAnim=12;p=1000;break;}this._shouldRotate=o;this._frame=0;this._degreesPerFrame=360/this._framesPerAnim;this._animationInterval=Math.round(p/this._framesPerAnim);this._animatingTimeStamp=0;this._doAnimation=this._doAnimation.bind(this);}l.prototype.start=function(){this._animating=true;if(!this._animationTimer)this._animationTimer=k(this._doAnimation,this._animationInterval);};l.prototype.stop=function(){this._animating=false;if(this._animationTimer){clearTimeout(this._animationTimer);this._animationTimer=0;this._animatingTimeStamp=0;}};l.prototype.pause=l.prototype.stop;l.prototype._doAnimation=function(){if(this._animating&&j(this._root)){var m=Date.now(),n=this._animatingTimeStamp?m-this._animatingTimeStamp:this._animationInterval;this._frame=this._frame>=this._framesPerAnim?1:this._frame+1;if(this._shouldRotate){var o=this._frame*this._degreesPerFrame-this._degreesPerFrame;this._root.style[i('transform')]="rotate("+o+"deg)";}else this._root.className=this._elementClassName+" frame"+this._frame;var p=this._animationInterval+this._animationInterval-n;if(p<16)p=16;this._animationTimer=k(this._doAnimation,p);this._animatingTimeStamp=m;}else{clearTimeout(this._animationTimer);this._animationTimer=0;this._animating=false;}};l.prototype.cleanup=function(){clearTimeout(this._animationTimer);};f.exports=l;},null);
  158. __d('MStopNGo',['setTimeoutAcrossTransitions','Stratcom','StratcomManager','MViewport','eventsMixinDeprecated'],function a(b,c,d,e,f,g,h,i,j,k,l){if(c.__markCompiled)c.__markCompiled();function m(){}l(m,['stop','go']);Object.assign(m,{TIMER_DELAY:200,_timer:null,_touching:false,_interactionStartCallback:function(){var n=m;clearTimeout(n._timer);!n._touching&&n._instance.invoke('stop');n._touching=true;},_interactionStopCallback:function(){var n=m;n._scrollOffset=k.getScroll();clearTimeout(n._timer);n._timer=h(n._delayedCallback,n.TIMER_DELAY);},_delayedCallback:function(){var n=m,o=k.getScroll();if(o.y===n._scrollOffset.y&&o.x===n._scrollOffset.x){n._touching=false;n._instance.invoke('go');}else n._interactionStopCallback();},_scrollCallback:function(){var n=m;if(!n._touching)n._interactionStartCallback();n._interactionStopCallback();}});(function(){j.enableDispatch(document,'scroll');m._instance=new m();i.listen(['scroll','touchmove','m:page:render:complete'],null,m._scrollCallback);i.listen(['touchend','touchcancel','MScrollArea:scrollend'],null,m._interactionStopCallback);i.listen(['touchstart','MScrollArea:scrollstart'],null,m._interactionStartCallback);})();f.exports=m;},null);
  159. __d('MLoadingIndicator',['invariant','setTimeoutAcrossTransitions','DOM','MStopNGo','Stratcom','MJSAnimator','IndicatorType','MLoadingIndicatorSigils'],function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o){if(c.__markCompiled)c.__markCompiled();var p={};Object.keys(n).forEach(function(r){return p[n[r]]=r;});function q(r){'use strict';if(!('getBoundingClientRect' in r))return;var s=parseInt(r.getAttribute('data-animtype'),10);if(!s||isNaN(s)||!(s in p))return;this.$MLoadingIndicator1=s;this.$MLoadingIndicator2=s!==n.ANDROID_NONROTATING;this.$MLoadingIndicator3=false;if(!l.hasSigil(r,o.ANIMATE))r=j.find(r,'div',o.ANIMATE);this.$MLoadingIndicator4=r;this.$MLoadingIndicator5=0;var t=this.willStartAnimation.bind(this);this.$MLoadingIndicator6=[l.listen(['m:side-area:show','m:jewel:flyout:open'],null,t),l.listen('m:page:unload',null,this.$MLoadingIndicator7.bind(this)),k.listen('go',t),k.listen('stop',this.willPauseAnimation.bind(this))];}q.prototype.setSpinAcrossPageTransitions=function(r){'use strict';this.$MLoadingIndicator3=true;return this;};q.prototype.$MLoadingIndicator8=function(){'use strict';this.$MLoadingIndicator9(true);};q.prototype.$MLoadingIndicator10=function(){'use strict';this.$MLoadingIndicator11&&this.$MLoadingIndicator11.pause();};q.prototype.$MLoadingIndicator9=function(r){'use strict';if(!document.body.contains(this.$MLoadingIndicator4)){this.$MLoadingIndicator7();return;}if(!this.$MLoadingIndicator11)this.$MLoadingIndicator11=this.$MLoadingIndicator12();if(r){this.$MLoadingIndicator11.start();}else this.$MLoadingIndicator11.stop();};q.prototype.$MLoadingIndicator12=function(){'use strict';return new m(this.$MLoadingIndicator4,this.$MLoadingIndicator1,this.$MLoadingIndicator2);};q.prototype.willStartAnimation=function(){'use strict';clearTimeout(this.$MLoadingIndicator5);this.$MLoadingIndicator5=i(this.$MLoadingIndicator8.bind(this),100);};q.prototype.willPauseAnimation=function(){'use strict';clearTimeout(this.$MLoadingIndicator5);this.$MLoadingIndicator5=i(this.$MLoadingIndicator10.bind(this),100);};q.prototype.$MLoadingIndicator7=function(){'use strict';if(this.$MLoadingIndicator3)return;clearTimeout(this.$MLoadingIndicator5);this.$MLoadingIndicator11&&this.$MLoadingIndicator11.cleanup();this.$MLoadingIndicator4=null;if(this.$MLoadingIndicator6){for(var r=0,s=this.$MLoadingIndicator6.length;r<s;++r)this.$MLoadingIndicator6[r].remove();this.$MLoadingIndicator6=null;}};q.init=function(r){'use strict';var s=document.getElementById(r);if(s){var t=new q(s);t.willStartAnimation();return t;}};f.exports=q;},null);
  160. __d('LoadingIndicator',['DOM','MLoadingIndicator','MLoadingIndicatorSigils','MViewport','Style'],function a(b,c,d,e,f,g,h,i,j,k,l){if(c.__markCompiled)c.__markCompiled();var m,n,o=false,p={init:function(q,r,s){if(o)return;m=q;l.apply(r,{'max-height':Math.floor(k.getWidth()/2)+'px'});l.apply(s,{'max-height':Math.floor(k.getHeight()/2)+'px'});n=new i(h.find(m,'div',j.ROOT)).setSpinAcrossPageTransitions(true);o=true;},hide:function(){p._toggle(false);},show:function(){p._toggle(true);},_toggle:function(q){if(!o)return;if(q){n&&n.willStartAnimation();h.show(m);}else{h.hide(m);n&&n.willPauseAnimation();}}};f.exports=p;},null);
  161. __d('MExceptionConstants',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h={MAX_STACK_LENGTH:3000,MAX_FUNCTION_CODE_LENGTH:1000,MAX_ARGUMENT_VALUE_LENGTH:150,MAX_SCRIPT_URI_LENGTH:500,MAX_SCRIPT_TEXT_LENGTH:3000,MAX_LOG_HISTORY_LENGTH:5000,MAX_SINGLE_ENTRY_LENGTH:300,MANAGED_TAG:'[managed]',NATIVE_TAG:'[native]',SOURCE_TAG:'[source]',JSON_TAG:'[json]',PROPERTIES_TAG:'[properties]',FAILURE_TAG:'[failure]'};f.exports=h;},null);
  162. __d('MExceptionUtilities',['MExceptionConstants'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i={argsToString:function(j){var k=[];for(var l=0;l<j.length;l++)k.push(i.initAndTail(String(j[l]),h.MAX_ARGUMENT_VALUE_LENGTH));return '['+k.join(', ')+']';},initAndTail:function(j,k){if(j.length<=k)return j;return j.slice(0,Math.ceil(k/2-1.5))+'...'+j.slice(j.length-Math.floor(k/2-1.5));},initAndTailArray:function(j,k){var l=[],m=[],n=l,o=0,p=j.length-1,q=0,r=0,s=0,t=0;while(o<=p&&t<k)if(r<=s){l.push(j[o]);r+=j[o].length;t+=j[o].length;n=l;q=l.length-1;o++;}else{m.unshift(j[p]);s+=j[p].length;t+=j[p].length;n=m;q=0;p--;}if(!(t<=k&&o>p)&&n.length>0){var u=Math.min(k-t+n[q].length,3);n[q]=new Array(u+1).join('.');}return l.concat(m);},tail:function(j,k){if(j.length<=k)return j;return '...'+j.substr(j.length-k+3);},tailArray:function(j,k){var l=[],m=j.length-1,n=0;while(m>=0&&n<k){l.unshift(j[m]);n+=j[m].length;m--;}if(!(n<=k&&m<0)&&l.length>0){var o=Math.min(k-n+l[0].length,3);l[0]=new Array(o+1).join('.');}return l;}};f.exports=i;},null);
  163. __d('ScriptPath',['WebStorage','ErrorUtils','isInIframe'],function a(b,c,d,e,f,g,h,i,j){if(c.__markCompiled)c.__markCompiled();var k='sp_pi',l=1000*30,m=h.getLocalStorage(),n=null,o=null,p={},q=0,r=null,s={PAGE_LOAD:'load',PAGE_UNLOAD:'unload',OPEN_OVERLAY_VIEW:'open_overlay_view',CLOSE_OVERLAY_VIEW:'close_overlay_view',TRANSITION:'transition'},t=[];function u(ba){var ca=++q;p[ca]=ba;return ca;}function v(ba){if(p[ba])delete p[ba];}function w(ba,ca){Object.keys(p).forEach(function(da){i.applyWithGuard(p[da],null,[{source:n,dest:o,cause:ba,extraData:ca}]);});}function x(){return o?o.scriptPath:undefined;}function y(){if(!m||j())return;m.setItem(k,JSON.stringify({pageInfo:o,clickPoint:r,time:Date.now()}));}function z(){if(!m)return;var ba=m.getItem(k);if(ba){var ca=JSON.parse(ba);if(ca){if(ca.time<Date.now()-l){m.removeItem(k);return;}o=ca.pageInfo;r=ca.clickPoint;if(o)o.restored=true;}}}z();var aa={set:function(ba,ca,da){n=o;o={scriptPath:ba,categoryToken:ca,extraData:da||{}};t=[];window._script_path=ba;w();},openOverlayView:function(ba,ca){if(!ba)return;var da=t.length;if(da===0||t[da-1]!==ba){n=Object.assign({},o);o.topViewEndpoint=ba;t.push(ba);w(s.OPEN_OVERLAY_VIEW,ca);}},closeOverlayView:function(ba,ca){var da=t.lastIndexOf(ba);if(da===-1)return;n=Object.assign({},o);if(da>0){o.topViewEndpoint=t[da-1];}else o.topViewEndpoint=null;t=t.slice(0,da);w(s.CLOSE_OVERLAY_VIEW,ca);},setClickPointInfo:function(ba){r=ba;y();},getClickPointInfo:function(){return r;},getScriptPath:x,getCategoryToken:function(){return o?o.categoryToken:undefined;},getTopViewEndpoint:function(){var ba=t.length;return ba>0?t[ba-1]:x();},getPageInfo:function(){return o;},getSourcePageInfo:function(){return n;},subscribe:function(ba){return u(ba);},unsubscribe:function(ba){v(ba);},shutdown:function(){y();}};aa.CAUSE=s;f.exports=aa;},null);
  164. __d('MLogger',['CurrentUser','ErrorUtils','JSErrorExtra','JSErrorPlatformColumns','LogHistory','MExceptionConstants','MExceptionUtilities','SiteData','MRequest','ScriptPath','setTimeoutAcrossTransitions'],function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){if(c.__markCompiled)c.__markCompiled();var s='This error is used for stack trace capturing only',t=Date.now(),u={_LOG_PAGE:'/a/logs',_MAX_QUEUE_SIZE:100,_DEFAULT_SUB_TYPE:'m_js_err',_messageQueue:[],_flushLogs:function(){if(u._messageQueue.length===0)return;if(!window.FB_GKS.mobile_js_show_debug&&true&&!window.FB_GKS.mobile_js_log_error)return;new p(u._LOG_PAGE).setData({message:JSON.stringify({data:u._messageQueue})}).setIgnoreErrors(true).send();u._messageQueue.length=0;},_log:function(v,w,x,y){if(u._messageQueue.length===0)r(u._flushLogs,1000);if(u._messageQueue.length<u._MAX_QUEUE_SIZE){var z=window.location,aa=z.hash,ba=aa.indexOf('/'),ca=ba>-1?aa.substr(ba):z.pathname+z.search;y=i.normalizeError(y);var da;if(typeof y.stack==='string'&&Array.isArray(y.stackFrames)){da=n.initAndTailArray(y.stack.split('\n'),m.MAX_STACK_LENGTH);da=y.stackFrames.slice(0,da.length);da=da.map(function(ha){var ia={};Object.assign(ia,ha);delete ia.text;return ia;});}var ea;if(b.FB_GKS.m_js_html_snapshot)ea=y.snapshot;var fa,ga=p.getContextualInstance();if(ga&&!ga.getCORS())fa=ga.getTransport().getResponseHeader('X-FB-Debug');u._messageQueue.push({log_type:'reliability',sub_type:w,time:Date.now(),path:ca,uid:h.getID(),features:{managed_stack_trace:!!window.__STACK__,cross_origin_inline:!!window.__CORS_XHR__},log_history:u._getLogHistoryEntries(),msg:{type:v,args:x,stack:da,name:y.name,revision:o.revision,script:y.script,line:y.line,column:y.column,guards:y.guardList,page_age:Date.now()-t,extra:u._getExtraTags(y),app_id:k.app_id,snapshot:ea,x_fb_debug:fa,script_path:q.getPageInfo().scriptPath}});}},_getLogHistoryEntries:function(){if(!b.FB_GKS.m_js_log_history)return;var v=l.getEntries().map(function(w){return n.initAndTail('['+w.date+'] ('+w.level+') '+w.category+': '+w.event+' '+n.argsToString(w.args),m.MAX_SINGLE_ENTRY_LENGTH);});return n.tailArray(v,m.MAX_LOG_HISTORY_LENGTH);},_getExtraTags:function(v){var w=v.extra||{},x={};Object.keys(j).forEach(function(y){if(j[y])x[y]=true;});Object.keys(w).forEach(function(y){if(w[y]){x[y]=true;}else if(x[y])delete x[y];});return Object.keys(x);},warn:function(v){var w=new Error(s);w.framesToPop=1;for(var x=arguments.length,y=Array(x>1?x-1:0),z=1;z<x;z++)y[z-1]=arguments[z];u._log('warn',u._DEFAULT_SUB_TYPE,[v].concat(y),w);},mustfix:function(v){var w=new Error(s);w.framesToPop=1;for(var x=arguments.length,y=Array(x>1?x-1:0),z=1;z<x;z++)y[z-1]=arguments[z];u._log('mustfix',u._DEFAULT_SUB_TYPE,[v].concat(y),w);},infoWithSubType:function(v,w){var x=new Error(s);x.framesToPop=1;for(var y=arguments.length,z=Array(y>2?y-2:0),aa=2;aa<y;aa++)z[aa-2]=arguments[aa];u._log('info',v,[w].concat(z),x);},error:function(v,w){for(var x=arguments.length,y=Array(x>2?x-2:0),z=2;z<x;z++)y[z-2]=arguments[z];u._log(v.type||'mustfix',u._DEFAULT_SUB_TYPE,[w].concat(y),v);}};i.addListener(function(v){var w;if(v.messageWithParams){w=v.messageWithParams;u.error.apply(u,[v].concat(w));}else if(v.messageObject){if(v.message==='[object Event]'){var event=v.messageObject,x=event.target||event.srcElement;if(x!==event.currentTarget){w=['Event "%s" bubbling from "%s" reaching "%s"',event.type,String(x),String(event.currentTarget)];}else if(x&&x.nodeName==='SCRIPT'){w=['Event "%s" from script element with src "%s", handler: %s',event.type,x.getAttribute('src'),String(x['on'+event.type])];}else w=['Unknown event "%s" from element "%s"',event.type,x.nodeName];u.error.apply(u,[v].concat(w));}else u.error(v,v.message);}else u.error(v,v.message);});f.exports=u;},null);
  165. __d('MPageCache',['LogHistory','MLogger','MResponseData','MURI','setTimeoutAcrossTransitions'],function a(b,c,d,e,f,g,h,i,j,k,l){if(c.__markCompiled)c.__markCompiled();var m=h.getInstance('cache'),n={_pageCache:{},_URIStack:[],_iuiResponses:{},_scrollHistory:{},_reset:function(){this._pageCache={};this._URIStack=[];this._iuiResponses={};this._scrollHistory={};},isPageCached:function(o,p){var q=n._getItemByURI(o);return q&&!n._hasCacheExpired(q,p);},getCachedPage:function(o){m.log('get page',o);var p=n._getItemByURI(o);if(!p||p.version!=window.m_version){m.log('page cache miss',o);return null;}else{m.log('page cache hit',o);return new j(p.markup);}},setCachedPage:function(o,p,q){m.log('set page',o);var r={markup:p.prepForCache(true),time:Date.now(),version:window.m_version},s=n._getCacheKey(o);n._pageCache[s]=r;n._URIStack.push(s);},removeCachedPage:function(o){m.log('remove page',o);delete n._pageCache[n._getCacheKey(o)];},clearEntireCache:function(){this._reset();},popCachedPage:function(){n.removeCachedPage(n._URIStack.pop());},addCachedIUIResponse:function(o,p){m.log('add iui:response',o);if(p){var q=n._getCacheKey(o),r=n._iuiResponses[q];if(r){var s=p.prepForCache(false);if(s)r.push(s);}}},applyCachedIUIResponses:function(o,p){m.log('apply iui:response',o);var q=n._getCacheKey(o),r=n._iuiResponses[q]||[],s=r.length,t=false,u=false,v=function(){u=true;};for(var w=0;w<r.length;w++){if(s!==r.length&&!t){this.sendWarning(r.length,s,o);t=true;}m.log('iui:response cache hit',q,w);var x=new j(r[w]),y=x.listen('discard',v);x.process();y.remove();if(u){m.log('iui:response cache discarded',q,w);return;}}p&&p();},sendWarning:function(o,p,q){l(function(){i.warn('iui responses changed from %s to %s while applying cache for uri %s',p,o,q);},100);},clearCachedIUIResponses:function(o){m.log('clear iui:response',o);n._iuiResponses[n._getCacheKey(o)]=[];},setScrollHistory:function(o,p){n._scrollHistory[n._getCacheKey(o)]=p;},getScrollHistory:function(o){var p=n._getCacheKey(o),q=n._scrollHistory[p];delete n._scrollHistory[p];return q;},_getCacheKey:function(o){return new k(o).normalize().toString();},_getItemByURI:function(o){return n._pageCache[n._getCacheKey(o)];},_hasCacheExpired:function(o,p){if(!o)return true;var q=o.time;if(p===0)return true;var r=Date.now();if(r>=q+p)return true;if(r<=q-600000)return true;return false;}};f.exports=n;},null);
  166. __d('MPageControllerPath',['MHistory','MURI'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();var j=null;f.exports={isRequestPath:function(k){return !k?!j:j===new i(k).normalize().toString();},getRequestPath:function(){return j;},setRequestPath:function(k){j=k?new i(k).normalize().addQueryData(h.SOFT_STATE_KEY,undefined).toString():null;}};},null);
  167. __d('MAjaxify',['CSS','DataStore','DOM','ErrorUtils','LoadingIndicator','MAjaxifyFormTypes','MHistory','MPageCache','MPageControllerPath','MRequest','MRequestTypes','Stratcom','URI'],function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t){if(c.__markCompiled)c.__markCompiled();var u={postprocess:function(fa){o.addCachedIUIResponse(p.getRequestPath(),fa.response);}};function v(fa,ga){return (' '+fa.className+' ').indexOf(' '+ga+' ')>-1;}function w(fa,ga){while(fa&&!v(fa,ga))fa=fa.parentNode;return fa;}function x(event,fa,ga,ha,ia){ha=ha||'async_elem';if(event){event.preventDefault();event.stopPropagation();}if(fa){var ja=w(fa,ha)||fa,ka=ha+'_saving';if(v(ja,ka))return false;h.conditionClass(ja,ha+'_preprocess',true);var la=function(qa){h.conditionClass(ja,ha,!qa);h.conditionClass(ja,ka,qa);s.invoke(qa?'m:ajax:saving:start':'m:ajax:saving:complete',null,ja);};ga.listen('start',la.bind(null,true));ga.listen('finally',la.bind(null,false));}ga.setType(r.INDEPENDENT);for(var ma=0,na=ia.length;ma<na;ma++){var oa=ia[ma];for(var pa in oa)ga.listen(pa,oa[pa]);}ga.send();return false;}var y=['input','textarea','select','button','object'];function z(fa,ga){for(var ha=0;ha<y.length;ha++){var ia=j.scry(fa,y[ha]);for(var ja=0;ja<ia.length;ja++){var ka=i.get(ia[ja]);if(ga){ka.wasDisabled=ia[ja].disabled;ia[ja].disabled=true;}else ia[ja].disabled=ka.wasDisabled;}}}function aa(fa,ga,ha){this.start=function(){if(ha)return;z(fa,true);};this.process=function(ia){if(ha)return;z(fa,false);fa.reset();if(document.createEvent&&fa.dispatchEvent){var ja=document.createEvent('HTMLEvents');ja.initEvent('reset',true,true);fa.dispatchEvent(ja);}};this.error=this.fail=function(ia){z(fa,false);if(ga==m.PAGELOAD)l.hide();};this.postprocess=function(ia){if(ga==m.PAGELOAD)l.hide();if(ga==m.CACHE)u.postprocess(ia);s.invoke('m:ajax:complete');};}var ba=null;document.addEventListener('click',function(event){var fa=event.target;if((fa.tagName==='INPUT'||fa.tagName==='BUTTON')&&fa.type=='submit')ba=fa;},true);function ca(event,fa,ga,ha,ia){return x(event,fa,ga,ha,ia?[u].concat(ia):[u]);}function da(event,fa,ga,ha){if(!fa||(event.which||event.button)>=2)return true;return ca(event,event.target,new q(fa),ga,ha);}function ea(event,fa,ga,ha,ia,ja,ka,la){return k.guard(function(){if(!fa||!fa.action)return true;var ma=j.convertFormToDictionary(fa);if(ba){ma[ba.name]=ba.value;ba=null;}var na=new q(fa.action);na.addData(ma);na.setMethod(fa.method||'POST');var oa=null;if(ha===m.PAGELOAD){if(fa.method.toUpperCase()==='GET'){var pa=new t(fa.action).addQueryData(ma);n.pushState(pa);}l.show();}else oa=ja?null:ia||fa;if(!ka)ka=[];ka.push(new aa(fa,ha,ja));if(la)na.setTimeout(la);return x(event,oa,na,ga,ka);},'MAjaxify.form')();}g.ajaxify=ca;g.form=ea;g.link=da;},null);
  168. __d('EventListener',['TimeSlice'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i={listen:function(j,k,l){l=h.guard(l,'EventListener:'+k);if(j.addEventListener){j.addEventListener(k,l,false);return {remove:function(){j.removeEventListener(k,l,false);}};}else if(j.attachEvent){j.attachEvent('on'+k,l);return {remove:function(){j.detachEvent('on'+k,l);}};}},capture:function(j,k,l){l=h.guard(l,'EventListener:'+k);if(!j.addEventListener){return;}else{j.addEventListener(k,l,true);return {remove:function(){j.removeEventListener(k,l,true);}};}},registerDefault:function(j,k){return this.listen(document.documentElement,j,k);}};f.exports=i;},null);
  169. __d('CacheStorage',['ErrorUtils','EventListener','ExecutionEnvironment','FBJSON','WebStorage'],function a(b,c,d,e,f,g,h,i,j,k,l){if(c.__markCompiled)c.__markCompiled();var m,n,o,p,q={memory:x,localstorage:v,sessionstorage:w},r='_@_',s='3b',t='CacheStorageVersion';function u(z){'use strict';this._store=z;}u.prototype.getStore=function(){'use strict';return this._store;};u.prototype.keys=function(){'use strict';var z=[];for(var aa=0;aa<this._store.length;aa++)z.push(this._store.key(aa));return z;};u.prototype.get=function(z){'use strict';return this._store.getItem(z);};u.prototype.set=function(z,aa){'use strict';this._store.setItem(z,aa);};u.prototype.remove=function(z){'use strict';this._store.removeItem(z);};u.prototype.clear=function(){'use strict';this._store.clear();};m=babelHelpers.inherits(v,u);n=m&&m.prototype;function v(){'use strict';n.constructor.call(this,l.getLocalStorage());}v.available=function(){'use strict';return !!l.getLocalStorage();};o=babelHelpers.inherits(w,u);p=o&&o.prototype;function w(){'use strict';p.constructor.call(this,l.getSessionStorage());}w.available=function(){'use strict';return !!l.getSessionStorage();};function x(){'use strict';this._store={};}x.prototype.getStore=function(){'use strict';return this._store;};x.prototype.keys=function(){'use strict';return Object.keys(this._store);};x.prototype.get=function(z){'use strict';if(this._store[z]===undefined)return null;return this._store[z];};x.prototype.set=function(z,aa){'use strict';this._store[z]=aa;};x.prototype.remove=function(z){'use strict';if(z in this._store)delete this._store[z];};x.prototype.clear=function(){'use strict';this._store={};};x.available=function(){'use strict';return true;};function y(z,aa){'use strict';this._key_prefix=aa||'_cs_';if(z=='AUTO'||!z)for(var ba in q){var ca=q[ba];if(ca.available()){z=ba;break;}}if(z)if(!q[z]||!q[z].available()){j.canUseDOM;this._backend=new x();}else this._backend=new q[z]();var da=this.useBrowserStorage();if(da)i.listen(window,'storage',this._onBrowserValueChanged.bind(this));var ea=da?this._backend.getStore().getItem(t):this._backend.getStore()[t];if(ea!==s)this.clear();}y.prototype.useBrowserStorage=function(){'use strict';return this._backend.getStore()===l.getLocalStorage()||this._backend.getStore()===l.getSessionStorage();};y.prototype.addValueChangeCallback=function(z){'use strict';this._changeCallbacks=this._changeCallbacks||[];this._changeCallbacks.push(z);return {remove:(function(){this._changeCallbacks.slice(this._changeCallbacks.indexOf(z),1);}).bind(this)};};y.prototype._onBrowserValueChanged=function(z){'use strict';if(this._changeCallbacks&&String(z.key).startsWith(this._key_prefix))this._changeCallbacks.forEach(function(aa){aa(z.key,z.oldValue,z.newValue);});};y.prototype.keys=function(){'use strict';var z=[];h.guard((function(){if(this._backend){var aa=this._backend.keys(),ba=this._key_prefix.length;for(var ca=0;ca<aa.length;ca++)if(aa[ca].substr(0,ba)==this._key_prefix)z.push(aa[ca].substr(ba));}}).bind(this),'CacheStorage')();return z;};y.prototype.set=function(z,aa,ba){'use strict';if(this._backend){var ca;if(typeof aa=='string'){ca=r+aa;}else if(!ba){ca={__t:Date.now(),__v:aa};ca=k.stringify(ca);}else ca=k.stringify(aa);var da=this._backend,ea=this._key_prefix+z,fa=true;while(fa)try{da.set(ea,ca);fa=false;}catch(ga){var ha=da.keys().length;this._evictCacheEntries();fa=da.keys().length<ha;}}};y.prototype._evictCacheEntries=function(){'use strict';var z=[],aa=this._backend;aa.keys().forEach(function(ca){if(ca===t)return;var da=aa.get(ca);if(da===undefined){aa.remove(ca);return;}if(y._hasMagicPrefix(da))return;try{da=k.parse(da,f.id);}catch(ea){aa.remove(ca);return;}if(da&&da.__t!==undefined&&da.__v!==undefined)z.push([ca,da.__t]);});z.sort(function(ca,da){return ca[1]-da[1];});for(var ba=0;ba<Math.ceil(z.length/2);ba++)aa.remove(z[ba][0]);};y.prototype.get=function(z,aa){'use strict';var ba;if(this._backend){h.applyWithGuard(function(){ba=this._backend.get(this._key_prefix+z);},this,null,function(){ba=null;},'CacheStorage:get');if(ba!==null){if(y._hasMagicPrefix(ba)){ba=ba.substr(r.length);}else try{ba=k.parse(ba,f.id);if(ba&&ba.__t!==undefined&&ba.__v!==undefined)ba=ba.__v;}catch(ca){ba=undefined;}}else ba=undefined;}if(ba===undefined&&aa!==undefined){ba=aa;this.set(z,ba);}return ba;};y.prototype.remove=function(z){'use strict';if(this._backend)h.applyWithGuard(this._backend.remove,this._backend,[this._key_prefix+z],null,'CacheStorage:remove');};y.prototype.clear=function(){'use strict';if(this._backend){h.applyWithGuard(this._backend.clear,this._backend,null,null,null,'CacheStorage:clear');if(this.useBrowserStorage()){this._backend.getStore().setItem(t,s);}else this._backend.getStore()[t]=s;}};y.getAllStorageTypes=function(){'use strict';return Object.keys(q);};y._hasMagicPrefix=function(z){'use strict';return z.substr(0,r.length)===r;};f.exports=y;},null);
  170. __d('MCache',['setTimeoutAcrossTransitions','ErrorUtils','CacheStorage','MWebStorageMonsterWhiteList','WebStorage'],function a(b,c,d,e,f,g,h,i,j,k,l){if(c.__markCompiled)c.__markCompiled();var m,n={_VERSION:'2h',_VERSION_KEY:'version',VIEWER_KEY:'viewer',getItem:function(o){if(!m)n.install();var p=m.get(o);return p===undefined?null:p;},setItem:function(o,p,q){i.guard(function(){if(!m)n.install();m.set(o,p,q);},'MCache')();},removeItem:function(o){if(!m)n.install();m.remove(o);},clear:function(){var o=l.getLocalStorage();if(o){var p=[];for(var q=0;q<o.length;q++){var r=o.key(q);if(!k.whitelist.some(function(s){return new RegExp(s).test(r);}))p.push(r);}p.forEach(function(s){o.removeItem(s);});}else m.clear();m.set(n._VERSION_KEY,n._VERSION,true);},install:function(o){if(m&&!o)return;m=new j('localstorage','');var p=m.get(n._VERSION_KEY);if(p!=n._VERSION)n.clear();}};h(n.install,0);f.exports=n;},null);
  171. __d('EventEmitterWithHolding',[],function a(b,c,d,e,f,g){'use strict';if(c.__markCompiled)c.__markCompiled();function h(i,j){this.$EventEmitterWithHolding1=i;this.$EventEmitterWithHolding2=j;this.$EventEmitterWithHolding3=null;this.$EventEmitterWithHolding4=[];this.$EventEmitterWithHolding5=0;}h.prototype.addListener=function(i,j,k){return this.$EventEmitterWithHolding1.addListener(i,j,k);};h.prototype.once=function(i,j,k){return this.$EventEmitterWithHolding1.once(i,j,k);};h.prototype.addRetroactiveListener=function(i,j,k){var l=this.$EventEmitterWithHolding1.addListener(i,j,k),m=this.$EventEmitterWithHolding4;m.push(false);this.$EventEmitterWithHolding5++;this.$EventEmitterWithHolding2.emitToListener(i,j,k);this.$EventEmitterWithHolding5--;if(m[m.length-1])l.remove();m.pop();return l;};h.prototype.removeAllListeners=function(i){this.$EventEmitterWithHolding1.removeAllListeners(i);};h.prototype.removeCurrentListener=function(){if(this.$EventEmitterWithHolding5){var i=this.$EventEmitterWithHolding4;i[i.length-1]=true;}else this.$EventEmitterWithHolding1.removeCurrentListener();};h.prototype.listeners=function(i){return this.$EventEmitterWithHolding1.listeners(i);};h.prototype.emit=function(i,j,k,l,m,n,o){this.$EventEmitterWithHolding1.emit(i,j,k,l,m,n,o);};h.prototype.emitAndHold=function(i,j,k,l,m,n,o){this.$EventEmitterWithHolding3=this.$EventEmitterWithHolding2.holdEvent(i,j,k,l,m,n,o);this.$EventEmitterWithHolding1.emit(i,j,k,l,m,n,o);this.$EventEmitterWithHolding3=null;};h.prototype.releaseCurrentEvent=function(){if(this.$EventEmitterWithHolding3!==null){this.$EventEmitterWithHolding2.releaseEvent(this.$EventEmitterWithHolding3);}else if(!!this.$EventEmitterWithHolding5)this.$EventEmitterWithHolding2.releaseCurrentEvent();};h.prototype.releaseHeldEventType=function(i){this.$EventEmitterWithHolding2.releaseEventType(i);};f.exports=h;},null);
  172. __d('EventSubscription',[],function a(b,c,d,e,f,g){'use strict';if(c.__markCompiled)c.__markCompiled();function h(i){this.subscriber=i;}h.prototype.remove=function(){if(this.subscriber){this.subscriber.removeSubscription(this);this.subscriber=null;}};f.exports=h;},null);
  173. __d('EmitterSubscription',['EventSubscription'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i,j;'use strict';i=babelHelpers.inherits(k,h);j=i&&i.prototype;function k(l,m,n){j.constructor.call(this,l);this.listener=m;this.context=n;}f.exports=k;},null);
  174. __d('EventSubscriptionVendor',['invariant'],function a(b,c,d,e,f,g,h){'use strict';if(c.__markCompiled)c.__markCompiled();function i(){this.$EventSubscriptionVendor1={};}i.prototype.addSubscription=function(j,k){!(k.subscriber===this)?h(0):undefined;if(!this.$EventSubscriptionVendor1[j])this.$EventSubscriptionVendor1[j]=[];var l=this.$EventSubscriptionVendor1[j].length;this.$EventSubscriptionVendor1[j].push(k);k.eventType=j;k.key=l;return k;};i.prototype.removeAllSubscriptions=function(j){if(j===undefined){this.$EventSubscriptionVendor1={};}else delete this.$EventSubscriptionVendor1[j];};i.prototype.removeSubscription=function(j){var k=j.eventType,l=j.key,m=this.$EventSubscriptionVendor1[k];if(m)delete m[l];};i.prototype.getSubscriptionsForType=function(j){return this.$EventSubscriptionVendor1[j];};f.exports=i;},null);
  175. __d('BaseEventEmitter',['EmitterSubscription','EventSubscriptionVendor','emptyFunction','invariant'],function a(b,c,d,e,f,g,h,i,j,k){if(c.__markCompiled)c.__markCompiled();function l(){'use strict';this.$BaseEventEmitter1=new i();this.$BaseEventEmitter2=null;}l.prototype.addListener=function(m,n,o){'use strict';return this.$BaseEventEmitter1.addSubscription(m,new h(this.$BaseEventEmitter1,n,o));};l.prototype.once=function(m,n,o){'use strict';var p=this;return this.addListener(m,function(){p.removeCurrentListener();n.apply(o,arguments);});};l.prototype.removeAllListeners=function(m){'use strict';this.$BaseEventEmitter1.removeAllSubscriptions(m);};l.prototype.removeCurrentListener=function(){'use strict';!!!this.$BaseEventEmitter2?k(0):undefined;this.$BaseEventEmitter1.removeSubscription(this.$BaseEventEmitter2);};l.prototype.listeners=function(m){'use strict';var n=this.$BaseEventEmitter1.getSubscriptionsForType(m);return n?n.filter(j.thatReturnsTrue).map(function(o){return o.listener;}):[];};l.prototype.emit=function(m){'use strict';var n=this.$BaseEventEmitter1.getSubscriptionsForType(m);if(n){var o=Object.keys(n),p;for(var q=0;q<o.length;q++){var r=o[q],s=n[r];if(s){this.$BaseEventEmitter2=s;if(p==null){p=[s];for(var t=0,u=arguments.length;t<u;t++)p[t+1]=arguments[t];}else p[0]=s;this.__emitToSubscription.apply(this,p);}}this.$BaseEventEmitter2=null;}};l.prototype.__emitToSubscription=function(m,n){'use strict';for(var o=arguments.length,p=Array(o>2?o-2:0),q=2;q<o;q++)p[q-2]=arguments[q];m.listener.apply(m.context,p);};f.exports=l;},null);
  176. __d('EventEmitterWithValidation',['BaseEventEmitter'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i,j;'use strict';i=babelHelpers.inherits(k,h);j=i&&i.prototype;function k(n){j.constructor.call(this);this.$EventEmitterWithValidation1=Object.keys(n);}k.prototype.emit=function(n){l(n,this.$EventEmitterWithValidation1);return j.emit.apply(this,arguments);};function l(n,o){if(o.indexOf(n)===-1)throw new TypeError(m(n,o));}function m(n,o){var p='Unknown event type "'+n+'". ';p+='Known event types: '+o.join(', ')+'.';return p;}f.exports=k;},null);
  177. __d('EventHolder',['invariant'],function a(b,c,d,e,f,g,h){'use strict';if(c.__markCompiled)c.__markCompiled();function i(){this.$EventHolder1={};this.$EventHolder2=[];}i.prototype.holdEvent=function(j,k,l,m,n,o,p){this.$EventHolder1[j]=this.$EventHolder1[j]||[];var q=this.$EventHolder1[j],r={eventType:j,index:q.length};q.push([k,l,m,n,o,p]);return r;};i.prototype.emitToListener=function(j,k,l){var m=this.$EventHolder1[j];if(!m)return;m.forEach((function(n,o){if(!n)return;this.$EventHolder2.push({eventType:j,index:o});k.apply(l,n);this.$EventHolder2.pop();}).bind(this));};i.prototype.releaseCurrentEvent=function(){!this.$EventHolder2.length?h(0):undefined;this.releaseEvent(this.$EventHolder2[this.$EventHolder2.length-1]);};i.prototype.releaseEvent=function(j){delete this.$EventHolder1[j.eventType][j.index];};i.prototype.releaseEventType=function(j){this.$EventHolder1[j]=[];};f.exports=i;},null);
  178. __d('mixInEventEmitter',['EventEmitterWithHolding','EventEmitterWithValidation','EventHolder','invariant'],function a(b,c,d,e,f,g,h,i,j,k){'use strict';if(c.__markCompiled)c.__markCompiled();function l(n,o){!o?k(0):undefined;var p=n.prototype||n;!!p.__eventEmitter?k(0):undefined;var q=n.constructor;if(q)!(q===Object||q===Function)?k(0):undefined;p.__types=babelHelpers._extends({},p.__types,o);Object.assign(p,m);}var m={emit:function(n,o,p,q,r,s,t){return this.__getEventEmitter().emit(n,o,p,q,r,s,t);},emitAndHold:function(n,o,p,q,r,s,t){return this.__getEventEmitter().emitAndHold(n,o,p,q,r,s,t);},addListener:function(n,o,p){return this.__getEventEmitter().addListener(n,o,p);},once:function(n,o,p){return this.__getEventEmitter().once(n,o,p);},addRetroactiveListener:function(n,o,p){return this.__getEventEmitter().addRetroactiveListener(n,o,p);},addListenerMap:function(n,o){return this.__getEventEmitter().addListenerMap(n,o);},addRetroactiveListenerMap:function(n,o){return this.__getEventEmitter().addListenerMap(n,o);},listeners:function(n){return this.__getEventEmitter().listeners(n);},removeAllListeners:function(){this.__getEventEmitter().removeAllListeners();},removeCurrentListener:function(){this.__getEventEmitter().removeCurrentListener();},releaseHeldEventType:function(n){this.__getEventEmitter().releaseHeldEventType(n);},__getEventEmitter:function(){if(!this.__eventEmitter){var n=new i(this.__types),o=new j();this.__eventEmitter=new h(n,o);}return this.__eventEmitter;}};f.exports=l;},null);
  179. __d('Visibility',['TimeSlice','mixInEventEmitter'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();var j,k;if(typeof document.hidden!=='undefined'){j='hidden';k='visibilitychange';}else if(typeof document.mozHidden!=='undefined'){j='mozHidden';k='mozvisibilitychange';}else if(typeof document.msHidden!=='undefined'){j='msHidden';k='msvisibilitychange';}else if(typeof document.webkitHidden!=='undefined'){j='webkitHidden';k='webkitvisibilitychange';}function l(){return j?document[j]:false;}var m={HIDDEN:'hidden',VISIBLE:'visible',isHidden:l};i(m,{visible:true,hidden:true});if(document.addEventListener&&k)document.addEventListener(k,h.guard(function n(){m.emit(l()?m.HIDDEN:m.VISIBLE);},'visibility change'));f.exports=m;},null);
  180. __d('BanzaiAdapter',['MSession','Stratcom','Visibility','MBanzaiConfig','MRequest'],function a(b,c,d,e,f,g,h,i,j,k){if(c.__markCompiled)c.__markCompiled();var l='/a/bz',m={},n,o=[];n=m.adapter={config:k,inform:function(p){i.invoke(p);},subscribe:function(p,q){return i.listen(p,null,q);},cleanup:function(){var p=o;o=[];p.forEach(function(q){q.abort();});},send:function(p,q,r,s){var t=c('MRequest'),u=new t(l);u.setAutoProcess(false);u.setData({data:JSON.stringify(p),ts:Date.now(),ph:h.push_phase});if(q)u.listen('done',q);if(!s)u.listen('done',function(event){n.inform(m.OK);});u.listen('error',function(v){v.isHandled=true;var w=u.getTransport().status;if(r)r(w);if(!s)n.inform(m.ERROR);});o.push(u);u.setRequestHeader('X_FB_BACKGROUND_STATE',1);u.send();},readyToSend:function(){return navigator.onLine;},setHooks:function(){j.addListener('hidden',m._store);j.addListener('visible',m._restore);window.addEventListener('pagehide',m._store);window.addEventListener('pageshow',m._restore);window.addEventListener('blur',m._store);window.addEventListener('focus',m._restore);window.addEventListener('unload',m._unload);},onUnload:function(p){window.addEventListener('unload',p);}};f.exports=m;},null);
  181. __d("pageID",[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();f.exports=Math.floor(2147483648*Math.random()).toString(36);},null);
  182. __d('NavigationMetrics-upstream',['mixInEventEmitter','pageID'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();var j={NAVIGATION_DONE:'NAVIGATION_DONE'},k=0,l={},m;n.lastServerLID=function(){'use strict';return m;};function n(){'use strict';this.lid=i+':'+k++;this.extras={};}n.prototype.getLID=function(){'use strict';return this.lid;};n.prototype.setRequestStart=function(p){'use strict';this.start=p;return this;};n.prototype.setTTI=function(p){'use strict';this.tti=p;return this;};n.prototype.setE2E=function(p){'use strict';this.e2e=p;return this;};n.prototype.setExtra=function(p,q){'use strict';this.extras[p]=q;return this;};n.prototype.setServerLID=function(p){'use strict';this.serverLID=p;return this;};n.prototype.doneNavigation=function(){'use strict';var p={start:this.start,tti:this.tti,e2e:this.e2e,extras:this.extras};if(this.serverLID&&l[this.serverLID]){Object.assign(p,l[this.serverLID]);delete l[this.serverLID];}o.emitAndHold(j.NAVIGATION_DONE,this.lid,p);};var o={Events:j,siteInit:function(p){p(n);},setPage:function(p){if(!p.serverLID)return;l[p.serverLID]={page:p.page,pageType:p.page_type,pageURI:p.page_uri,serverLID:p.serverLID};m=p.serverLID;}};h(o,j);f.exports=o;},null);
  183. __d('NavigationMetrics',['NavigationMetrics-upstream','Stratcom','performance','performanceAbsoluteNow'],function a(b,c,d,e,f,g,h,i,j,k){if(c.__markCompiled)c.__markCompiled();var l=0,m=0;h.postPagelet=function(n){if(!l)l=k();if(!m&&n)m=k();};h.siteInit(function(n){var o=new n();o.setRequestStart(j.timing&&j.timing.navigationStart);h.postScheduler=function(p,q){var r=k();o.setServerLID(n.lastServerLID()).setTTI(m||l).setE2E(r).doneNavigation();};i.listen('m:page:loading',null,function(){o=new n();o.setRequestStart(k());l=m=0;});});f.exports=h;},6);
  184. __d('WebStorageMutex',['WebStorage','setTimeoutAcrossTransitions','pageID'],function a(b,c,d,e,f,g,h,i,j){if(c.__markCompiled)c.__markCompiled();var k=h.getLocalStorage(),l=j;function m(n){'use strict';this.name=n;}m.testSetPageID=function(n){'use strict';l=n;};m.prototype.$WebStorageMutex1=function(){'use strict';if(!k)return l;var n=k.getItem('mutex_'+this.name);n=n?n.split(':'):null;return n&&n[1]>=Date.now()?n[0]:null;};m.prototype.$WebStorageMutex2=function(n){'use strict';if(!k)return;var o=Date.now()+(n||10000);h.setItemGuarded(k,'mutex_'+this.name,l+':'+o);};m.prototype.hasLock=function(){'use strict';return this.$WebStorageMutex1()==l;};m.prototype.lock=function(n,o,p){'use strict';if(this.$WebStorageMutex3)clearTimeout(this.$WebStorageMutex3);if(l==(this.$WebStorageMutex1()||l))this.$WebStorageMutex2(p);this.$WebStorageMutex3=i((function(){this.$WebStorageMutex3=null;var q=this.hasLock()?n:o;if(q)q(this);}).bind(this),0);};m.prototype.unlock=function(){'use strict';if(this.$WebStorageMutex3)clearTimeout(this.$WebStorageMutex3);if(k&&this.hasLock())k.removeItem('mutex_'+this.name);};f.exports=m;},null);
  185. __d('lowerFacebookDomain',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h=window.location.hostname.match(/\.(facebook\.sg|facebookcorewwwi\.onion)$/),i=h?h[1]:'facebook.com';j.setDomain=function(k){i=k;};j.isValidDocumentDomain=function(){if(document.domain==i)return true;return false;};function j(){document.domain=i;}f.exports=j;},null);
  186. __d('Banzai',['BanzaiAdapter','CurrentUser','ErrorUtils','ExecutionEnvironment','FBJSON','NavigationMetrics','WebStorage','emptyFunction','isInIframe','lowerFacebookDomain','pageID','setTimeoutAcrossTransitions','WebStorageMutex'],function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){if(c.__markCompiled)c.__markCompiled();var t=h.adapter,u=p(),v='bz:',w=0,x=1,y=2,z,aa,ba=[],ca=null;function da(ka){return ka[2]>=Date.now()-(t.config.EXPIRY||h.EXPIRY);}function ea(ka,la){ka.__meta.status=w;ka[3]=(ka[3]||0)+1;if(!ka.__meta.retry&&la>=400&&la<600)ba.push(ka);}function fa(ka){var la=Date.now()+ka;if(!aa||la<aa){aa=la;clearTimeout(z);z=s(ga,ka);return true;}}function ga(){ha(null,null);}function ha(ka,la){aa=null;fa(h.BASIC.delay);if(!t.readyToSend()){if(la)la();return;}t.inform(h.SEND);var ma=[],na=[],oa={};ba=ba.filter(function(pa){var qa=pa.__meta;if(qa.status>=y||!da(pa))return false;if(qa.status>=x)return true;var ra=qa.pageID+qa.userID,sa=oa[ra];if(!sa){sa={user:qa.userID,page_id:qa.pageID,posts:[]};oa[ra]=sa;ma.push(sa);}qa.status=x;sa.posts.push(pa);na.push(pa);return qa.retry;});if(ma.length<=0){t.inform(h.OK);if(ka)ka();return;}ma[0].trigger=ca;ca=null;t.send(ma,function(){na.forEach(function(pa){pa.__meta.status=y;});if(ka)ka();},function(pa){na.forEach(function(qa){ea(qa,pa);});if(la)la();});}var ia;function ja(){if(!ia){var ka=n.getLocalStorage();if(ka&&!u){ia={store:function la(){if(ba.length<=0)return;var ma=ba.map(function(na){return [na[0],na[1],na[2],na[3]||0,na.__meta];});ba=[];ka.setItem(v+r+'.'+Date.now(),l.stringify(ma));},restore:function la(){var ma=c('WebStorageMutex');new ma('banzai').lock(function(na){var oa=[];for(var pa=0;pa<ka.length;pa++){var qa=ka.key(pa);if(qa.indexOf(v)===0&&qa.indexOf('bz:__')!==0)oa.push(qa);}oa.forEach(function(ra){var sa=ka.getItem(ra);ka.removeItem(ra);if(!sa)return;var ta=l.parse(sa,f.id);ta.forEach(function(ua){if(!ua)return;var va=ua.__meta=ua.pop(),wa=da(ua);if(!wa)return;var xa=i.getID(),ya=va.userID===xa,za=h.isEnabled('allow_userid_mismatch')&&xa==='0';if(ya||za){va.status=w;ba.push(ua);}});});na.unlock();});}};}else ia={store:o,restore:o};}}h.SEND='Banzai:SEND';h.OK='Banzai:OK';h.ERROR='Banzai:ERROR';h.SHUTDOWN='Banzai:SHUTDOWN';h.SEND_TIMEOUT=15000;h.VITAL_WAIT=1000;h.BASIC_WAIT=60000;h.EXPIRY=30*60000;h.VITAL={delay:t.config.MIN_WAIT||h.VITAL_WAIT};h.BASIC={delay:t.config.MAX_WAIT||h.BASIC_WAIT};h.FBTRACE=t.config.fbtrace,h.isEnabled=function(ka){return t.config.gks&&t.config.gks[ka];};h.post=function(ka,la,ma){if(!ka)j.reportError(new Error('Banzai.post called without specifying a route'));ma=ma||{};var na=ma.retry;if(t.config.disabled)return;if(!k.canUseDOM)return;var oa=t.config.blacklist;if(oa)if(oa.indexOf)if(typeof oa.indexOf=='function')if(oa.indexOf(ka)!=-1)return;if(u&&q.isValidDocumentDomain()){var pa;try{pa=b.top.require('Banzai');}catch(qa){pa=null;}if(pa){pa.post.apply(pa,arguments);return;}}var ra=[ka,la,Date.now(),0];ra.__meta={retry:na===true,pageID:r,userID:i.getID(),status:w};if(ma.signal){ra.__meta.status=x;var sa=[{user:i.getID(),page_id:r,posts:[ra],trigger:ka}];t.send(sa,function(){ra.__meta.status=y;},function(ua){ea(ra,ua);},true);if(!na)return;}ba.push(ra);var ta=ma.delay;if(ta==null)ta=h.BASIC_WAIT;if(fa(ta)||!ca)ca=ka;};h.flush=function(ka,la){clearTimeout(z);z=0;ha(ka,la);};h.subscribe=t.subscribe;h._schedule=fa;h._store=function(ka){ja();j.applyWithGuard(ia.store,ia);};h._restore=function(ka){ja();j.applyWithGuard(ia.restore,ia);fa(t.config.RESTORE_WAIT||h.VITAL_WAIT);};h._unload=function(){t.cleanup();t.inform(h.SHUTDOWN);ja();j.applyWithGuard(ia.store,ia);};h._testState=function(){return {postBuffer:ba,triggerRoute:ca};};if(k.canUseDOM){t.setHooks();m.addListener(m.Events.NAVIGATION_DONE,function(ka,la){if(la.pageType!=='normal')return;h._restore();m.removeCurrentListener();});}f.exports=h;},null);
  187. __d("ChannelClientID",[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h=(Math.random()*2147483648|0).toString(16),i={getID:function(){return h;}};f.exports=i;},null);
  188. __d("ChannelDefaults",[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();f.exports={LONGPOLL_TIMEOUT:60000,STALL_THRESHOLD:180000,MIN_RETRY_INTERVAL:5000,MAX_RETRY_INTERVAL:30000};},null);
  189. __d('EventEmitter',['BaseEventEmitter','ErrorUtils','LogBuffer','performanceNow'],function a(b,c,d,e,f,g,h,i,j,k){if(c.__markCompiled)c.__markCompiled();var l,m;l=babelHelpers.inherits(n,h);m=l&&l.prototype;n.prototype.__emitToSubscription=function(o,p){'use strict';var q=o.listener.__SMmeta||{name:o.listener.name||'<anonymous function>'},r=k();for(var s=arguments.length,t=Array(s>2?s-2:0),u=2;u<s;u++)t[u-2]=arguments[u];i.applyWithGuard(o.listener,o.context,t,null,'EventEmitter:'+p);var v=k()-r;j.write('event_handler_performance',{functionMeta:q,time:v,context:p});};function n(){'use strict';l.apply(this,arguments);}f.exports=n;},null);
  190. __d('ChannelEventEmitter',['EventEmitter'],function a(b,c,d,e,f,g,h){'use strict';if(c.__markCompiled)c.__markCompiled();var i=new h();f.exports=i;},null);
  191. __d('ChannelEventType',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();f.exports={FRIEND_REQUESTS_ADD:'jewel_requests_add',FRIEND_REQUESTS_COUNT:'mobile_requests_count',FRIEND_REQUESTS_REMOVE:'jewel_requests_remove_old',FRIEND_REQUESTS_SEEN:'friend_requests_seen',INBOX:'inbox',MESSAGE:'messaging',PAGES_MESSAGE:'pages_messaging',TYPING:'typ',PAGE_THREAD_FLAG_CHANGED:'change_page_thread_flag',NOTIFICATIONS_COUNT:'m_notification',NOTIFICATIONS_READ:'notifications_read',NOTIFICATIONS_SEEN:'notifications_seen',GRAPHQL_SUBSCRIPTIONS:'graphql',RTI_SESSION:'rti_session',GET_RTI_SESSION_REQUEST:'rti_session_request',SKYWALKER_MESSAGE:'skywalker_message',DELTA:'delta'};},null);
  192. __d('ChannelStateMap',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();f.exports={pull:{ok:'pull!',error:'pull',error_missing:'pull',error_msg_type:'pull',clock_anomaly:'pull!',visible:'pull!',hidden:'idle!',refresh_0:'reconnect',refresh_110:'reconnect!',refresh_111:'reconnect',refresh_112:'pull',refresh_113:'pull',refresh_117:'reconnect'},reconnect:{ok:'pull!',error:'reconnect',clock_anomaly:'reconnect!',visible:'pull!',hidden:'idle!'},idle:{ok:'idle!',clock_anomaly:'idle!',visible:'pull!',hidden:'idle!'},shutdown:{clock_anomaly:'shutdown!',visible:'shutdown!',hidden:'shutdown!'}};},null);
  193. __d('Clock',['EventEmitter'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i=new h();i.ANOMALY='anomaly';var j=30,k=Date.now(),l=[],m=0,n=1000;function o(){var q=Date.now()-k;return q<0||q>n*10;}function p(){var q=Date.now()-k;l[m]=q;m=(m+1)%j;if(o())i.emit(i.ANOMALY,q);k=Date.now();}i.getSamples=function(){return l.slice(m).concat(l.slice(0,m));};i.isAnomalous=o;setInterval(p,n,false);f.exports=i;},null);
  194. __d('XHRHttpError',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h='HTTP_CLIENT_ERROR',i='HTTP_PROXY_ERROR',j='HTTP_SERVER_ERROR',k='HTTP_TRANSPORT_ERROR',l='HTTP_UNKNOWN_ERROR';function m(n,o){if(o===0){var p=n.getProtocol();if(p==='file'||p==='ftp')return null;return k;}else if(o>=100&&o<200){return i;}else if(o>=200&&o<300){return null;}else if(o>=400&&o<500){return h;}else if(o>=500&&o<600){return j;}else if(o>=12001&&o<12156){return k;}else return l;}f.exports={getErrorCode:m,HTTP_CLIENT_ERROR:h,HTTP_PROXY_ERROR:i,HTTP_SERVER_ERROR:j,HTTP_TRANSPORT_ERROR:k,HTTP_UNKNOWN_ERROR:l};},null);
  195. __d('xhrSimpleDataSerializer',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(i){var j=[],k;for(k in i)j.push(encodeURIComponent(k)+'='+encodeURIComponent(i[k]));return j.join('&');}f.exports=h;},null);
  196. __d('XHRRequest',['ErrorUtils','TimeSlice','URI','XHRHttpError','getAsyncHeaders','getSameOriginTransport','invariant','xhrSimpleDataSerializer'],function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o){if(c.__markCompiled)c.__markCompiled();var p={errorCode:null,errorMsg:null,errorType:null},q={loadedBytes:null,totalBytes:null};function r(s){'use strict';this.setURI(s);this.setResponseType(null);this.setMethod('POST');this.setTransportBuilder(m);this.setDataSerializer(o);this.$XHRRequest1=this.$XHRRequest1.bind(this);}r.prototype.setURI=function(s){'use strict';this.$XHRRequest2=new j(s);return this;};r.prototype.getURI=function(){'use strict';return this.$XHRRequest2;};r.prototype.setResponseType=function(s){'use strict';this.$XHRRequest3=s;return this;};r.prototype.setMethod=function(s){'use strict';this.$XHRRequest4=s;return this;};r.prototype.getMethod=function(){'use strict';return this.$XHRRequest4;};r.prototype.setData=function(s){'use strict';this.$XHRRequest5=s;return this;};r.prototype.getData=function(){'use strict';return this.$XHRRequest5;};r.prototype.setRawData=function(s){'use strict';this.$XHRRequest6=s;return this;};r.prototype.setRequestHeader=function(s,t){'use strict';if(!this.$XHRRequest7)this.$XHRRequest7={};this.$XHRRequest7[s]=t;return this;};r.prototype.setTimeout=function(s){'use strict';this.$XHRRequest8=s;return this;};r.prototype.setResponseHandler=function(s){'use strict';this.$XHRRequest9=s;return this;};r.prototype.setErrorHandler=function(s){'use strict';this.$XHRRequest10=s;return this;};r.prototype.setAbortHandler=function(s){'use strict';this.$XHRRequest11=s;return this;};r.prototype.setTimeoutHandler=function(s){'use strict';this.$XHRRequest12=s;return this;};r.prototype.setUploadProgressHandler=function(s){'use strict';this.$XHRRequest13=s;return this;};r.prototype.setTransportBuilder=function(s){'use strict';this.$XHRRequest14=s;return this;};r.prototype.setDataSerializer=function(s){'use strict';this.$XHRRequest15=s;return this;};r.prototype.send=function(){'use strict';var s=this.$XHRRequest8,t=this.$XHRRequest14(),u=this.getURI();this.$XHRRequest16=t;var v;!(this.$XHRRequest4==='POST'||!this.$XHRRequest6)?n(0):undefined;if(this.$XHRRequest4==='GET'||this.$XHRRequest6){u.addQueryData(this.$XHRRequest5);v=this.$XHRRequest6;}else v=this.$XHRRequest15(this.$XHRRequest5);t.onreadystatechange=i.guard(this.$XHRRequest1,'XHRRequest onreadystatechange');if(t.upload&&this.$XHRRequest13)t.upload.onprogress=this.$XHRRequest17.bind(this);if(s)this.$XHRRequest18=setTimeout(this.$XHRRequest19.bind(this),s);t.open(this.$XHRRequest4,u.toString(),true);if(this.$XHRRequest7)for(var w in this.$XHRRequest7)t.setRequestHeader(w,this.$XHRRequest7[w]);var x=l(u);Object.keys(x).forEach(function(y){t.setRequestHeader(y,x[y]);});if(this.$XHRRequest3==='arraybuffer')if('responseType' in t){t.responseType='arraybuffer';}else if('overrideMimeType' in t){t.overrideMimeType('text/plain; charset=x-user-defined');}else if('setRequestHeader' in t)t.setRequestHeader('Accept-Charset','x-user-defined');t.send(v);};r.prototype.abort=function(){'use strict';this.$XHRRequest20();if(this.$XHRRequest11)h.applyWithGuard(this.$XHRRequest11,null,null,null,'XHRRequest:_abortHandler');};r.prototype.$XHRRequest20=function(){'use strict';var s=this.$XHRRequest16;if(s){s.onreadystatechange=null;s.abort();}this.$XHRRequest21();};r.prototype.$XHRRequest19=function(){'use strict';this.$XHRRequest20();if(this.$XHRRequest12)h.applyWithGuard(this.$XHRRequest12,null,null,null,'XHRRequest:_abortHandler');};r.prototype.$XHRRequest22=function(s){'use strict';if(this.$XHRRequest3)if('response' in s){return s.response;}else if(this.$XHRRequest3==='arraybuffer')if(window.VBArray)return window.VBArray(s.responseBody).toArray();return s.responseText;};r.prototype.$XHRRequest1=function(){'use strict';var s=this.$XHRRequest16,t=s.readyState;if(t>=2){var u=t===4,v=this.getURI(),w=k.getErrorCode(v,s.status),x=this.$XHRRequest9;if(w!==null){if(u){p.errorCode=w;p.errorMsg=this.$XHRRequest22(s);p.errorType='HTTP';if(this.$XHRRequest10)h.applyWithGuard(this.$XHRRequest10,null,[p],null,'XHRRequest:_errorHandler');}}else if(x){var y=null;if(x.includeHeaders)y=s.getAllResponseHeaders();if(u||x.parseStreaming&&t===3)h.applyWithGuard(x,null,[this.$XHRRequest22(s),y,u],null,'XHRRequest:handler');}if(u)this.$XHRRequest21();}};r.prototype.$XHRRequest17=function(s){'use strict';q.loadedBytes=s.loaded;q.totalBytes=s.total;if(this.$XHRRequest13)h.applyWithGuard(this.$XHRRequest13,null,[q],null,'XHRRequest:_uploadProgressHandler');};r.prototype.$XHRRequest21=function(){'use strict';clearTimeout(this.$XHRRequest18);delete this.$XHRRequest16;};f.exports=r;},null);
  197. __d('RTISession',['getCrossOriginTransport','URI','XHRRequest','invariant','ErrorUtils','PHPQuerySerializer'],function a(b,c,d,e,f,g,h,i,j,k,l,m){'use strict';if(c.__markCompiled)c.__markCompiled();var n='.facebook.com';function o(p,q,r,s,t,u,v,w,x){!p?k(0):undefined;!s?k(0):undefined;!t?k(0):undefined;this.domain=p;this.port=q;this.edgePoolName=r;this.stickyToken=s;this.loggedInId=t;this.accountId=u;this.clientProfile=v||'desktop';this.clientId=w;this.capabilities=x;}o.prototype.issueRequest=function(p,q,r,s,t){!p?k(0):undefined;!q?k(0):undefined;!s?k(0):undefined;var u=this.domain.length-n.length,v=u>0&&this.domain.indexOf(n,u)!==-1,w=v?this.domain:this.domain+n,x=(1048576*Math.random()|0).toString(36),y={cb:x,sticky_token:this.stickyToken,uid:this.loggedInId,viewer_uid:this.accountId,sticky_pool:this.edgePoolName,profile:this.clientProfile,clientid:this.clientId,cap:this.capabilities};for(var z in y)!!q[z]?k(0):undefined;Object.assign(y,q);var aa=new i(p).setDomain(w).setPort(this.port).setSecure(new i(window.location.href).isSecure()).setQueryData(y),ba=r?'POST':'GET',ca={};new j(aa).setTransportBuilder(h.withCredentials).setTimeout(t?t*1000:30000).setMethod(ba).setDataSerializer(function(da){return m.serialize(JSON.stringify(da));}).setData(r).setRequestHeader('Content-Type','application/x-www-form-urlencoded').setResponseHandler((function(da){var ea=da.substring('for (;;);'.length);ca.data=JSON.parse(ea);ca.error=null;l.applyWithGuard(s,this,[ca]);}).bind(this)).setErrorHandler((function(da){ca.data=null;ca.error=da.errorMsg||'error';l.applyWithGuard(s,this,[ca]);}).bind(this)).send();};f.exports=o;},null);
  198. __d('StateMachine',['setTimeoutAcrossTransitions','EventEmitter','ex'],function a(b,c,d,e,f,g,h,i,j){if(c.__markCompiled)c.__markCompiled();var k,l,m=0;function n(q,r){'use strict';this.idx=m++;this.machine=q;this.asap=r&&r.substr(-1)=='!';this.name=this.asap?r.substr(0,r.length-1):r;this.progress=p.NEW;this.status=null;}n.prototype.enter=function(){'use strict';this.machine.enter_private(this);};n.prototype.exit=function(q){'use strict';this.machine.exit_private(this,q);};n.prototype.toString=function(){'use strict';return this.name+'('+this.progress+','+this.status+')';};var o='_ABORT_';k=babelHelpers.inherits(p,i);l=k&&k.prototype;function p(q,r){'use strict';l.constructor.call(this);this.$StateMachine1=q;this.$StateMachine2=r;this.$StateMachine3=0;this.$StateMachine4=[];this.$StateMachine5=Date.now();}p.prototype.$StateMachine6=function(q){'use strict';this.$StateMachine4.push(Date.now()-this.$StateMachine5+': '+q);if(this.$StateMachine4.length>40)this.$StateMachine4=this.$StateMachine4.splice(-20);};p.prototype.getState=function(){'use strict';return this.$StateMachine7;};p.prototype.setDelay=function(q){'use strict';this.$StateMachine3=q||0;return this;};p.prototype.getDelay=function(){'use strict';return this.$StateMachine3;};p.prototype.enter=function(q){'use strict';this.enter_private(new n(this,q));};p.prototype.enter_private=function(q){'use strict';this.$StateMachine6('enter '+q+', '+this.$StateMachine7);if(this.$StateMachine7&&this.$StateMachine7!=q)this.$StateMachine7.exit(o);this.$StateMachine7=q;if(q.asap){delete q.asap;if(this.$StateMachine2.enter)this.$StateMachine2.enter(q);q.progress=p.ENTERED;}else{q.progress=p.PENDING;q.asap=true;q.$StateMachine8=h(function(){q.enter();},this.$StateMachine3);}this.emit(p.ENTER,q);};p.prototype.exit=function(q){'use strict';this.exit_private(this.$StateMachine7,q);};p.prototype.exit_private=function(q,r){'use strict';this.$StateMachine6('exit '+q+', '+r+', '+this.$StateMachine7);if(!q||q!=this.$StateMachine7)throw new Error(j('Invalid state: %s, history: %s',q,this.$StateMachine4.join('|')));if(q.progress==p.EXITED)return;q.status=r;q.progress=p.EXITED;if(q.$StateMachine8){clearInterval(q.$StateMachine8);q.$StateMachine8=null;}this.$StateMachine7=null;if(q&&this.$StateMachine2.exit)this.$StateMachine2.exit(q);q.exited=true;this.emit(p.EXIT,q);if(r!=o){var s=this.$StateMachine1[q.name];if(!s||!s[r])throw new Error(j('No exit for state:%s, status: %s',q.name,r));this.enter(s[r]);}};p.ENTER='enter';p.EXIT='exit';p.NEW='new';p.PENDING='pending';p.ENTERED='entered';p.EXITED='exited';f.exports=p;},null);
  199. __d("rand32",[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(){return Math.floor(Math.random()*4294967295);}f.exports=h;},null);
  200. __d('MChannelManager',['Banzai','ChannelClientConfig','ChannelClientID','ChannelDefaults','ChannelEventEmitter','ChannelEventType','ChannelStateMap','Clock','LogHistory','MLogger','MRequest','MURI','RTISession','StateMachine','URI','Visibility','rand32','setTimeoutAcrossTransitions'],function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y){if(c.__markCompiled)c.__markCompiled();var z,aa='ok',ba='error',ca='error_missing',da=60000,ea=null,fa=null,ga=null,ha=null,ia=null,ja=-1,ka=null,la=0,ma=j.getID(),na=false,oa={enter:function(ab){if(ha){ha.abort();ha=null;}switch(ab.name){case 'pull':if(!fa.uri)break;if(fa.disabled)break;var bb=new v(fa.uri),cb={channel:fa.user_channel,seq:ga,clientid:ma,profile:'mobile',partition:fa.partition,sticky_token:ja,msgs_recv:la,qp:'y',cb:x()};if(fa.chat_enabled)cb.state='active';if(ka)cb.sticky_pool=ka;if(fa.uid&&fa.viewerUid){cb.uid=fa.uid;cb.viewer_uid=fa.viewerUid;}ha=new r(bb+'').setCORS(true).setMethod('GET').setData(cb).setRaw(true);ha.listen('open',function(eb){eb.getTransport().withCredentials=true;});ha.listen('done',function(eb){ta(ab,eb);});ha.listen('error',function(){ta(ab);});break;case 'reconnect':var db=new s('/a/channel/reconnect.php');ha=new r(db+'').setMethod('GET');ha.listen('done',function(eb){ra(ab,eb);});ha.listen('error',function(eb){eb.isHandled=true;ra(ab);});break;default:}if(ha)ha.send();},exit:function(ab){if(ab.status==='ok'){if(ab.name==='pull')z.setDelay(0);}else if(!(ab.status==null)){var bb=z.getDelay();bb=bb>0?bb*2:ea.MIN_RETRY_INTERVAL;bb=Math.min(bb,ea.MAX_RETRY_INTERVAL);z.setDelay(bb);}if(ha){ha.abort();ha=null;}}};function pa(){var ab=null;if(na&&fa&&fa.host&&ja&&fa.uid)ab=new t(fa.host,null,ka,ja,fa.uid,fa.viewerUid,'mobile',ma,0);l.emit(m.RTI_SESSION,ab);}function qa(ab){ia=ab;}function ra(ab,bb){if(!bb){q.warn('_onReconnectError: reconnect request error');ab.exit(ba);}else if(bb.user_channel){fa=bb;ga=fa.seq;ab.exit(aa);}else{q.warn('_onReconnectError: bad reconnect response - %s',JSON.stringify(bb));ab.exit(ba);}}function sa(){na=true;pa();}function ta(ab,bb){var cb=aa;if(!bb){ab.exit(ba);return;}switch(bb.t){case 'refresh':case 'refreshDelay':cb='refresh_'+(bb.reason||0);break;case 'fullReload':cb=aa;if(bb.seq==0)sa();if('ms' in bb)ua(bb);break;case 'continue':break;case 'lb':var db=bb.lb_info;if(db){ja=db.sticky;var eb="http://";if(fa.is_secure_uri)eb="https://";if('pool' in db){ka=db.pool;}else{fa.uri=eb+db.vip+'.facebook.com/pull';fa.host=db.vip;}}else q.error('bad lb info from channel proxy');break;case 'msg':ua(bb);break;case 'batched':var fb=bb.batches,gb;for(gb=0;gb<fb.length;gb++)ta(ab,fb[gb]);break;case 'heartbeat':break;default:cb=ba;if(h.isEnabled('mchannel_detailed_log')){q.warn('_onRequestSuccess: invalid channel response, resending request: %s',JSON.stringify(bb));}else q.warn('_onRequestSuccess: invalid channel response, sending request again.');break;}if('seq' in bb)ga=bb.seq;ab.exit(cb);}function ua(ab){var bb=ab.seq-ab.ms.length;for(var cb=0;cb<ab.ms.length;cb++){var db=bb+cb;la++;if(db>=ga){if(ia)ab.ms[cb]=ia(ab.ms[cb]);if(ab.ms[cb].type==='skywalker'){l.emit(m.SKYWALKER_MESSAGE,ab.ms[cb]);}else if(ab.ms[cb].type==='qprimer'){sa();}else z.emit(z.CHANNEL_MESSAGE,ab.ms[cb]);}}}function va(){if(!z.xhrEnabled||ea)return;ea=Object.assign(k,i.config);fa=i.info;ga=fa.seq;o.addListener(o.ANOMALY,function(){z.exit('clock_anomaly');});w.addListener(w.HIDDEN,function(){z.exit('hidden');});w.addListener(w.VISIBLE,function(){z.exit('visible');});b.onbeforeunload=function(){if(ha)ha.abort();};if('sticky_token' in fa)ja=fa.sticky_token;wa();}function wa(){z.setDelay(ea.MIN_RETRY_INTERVAL);z.enter(fa.uri?'pull!':'reconnect!');}z=new u(n,oa);z.startChannel=va;z.setTransform=qa;z.xhrEnabled=!!b.XMLHttpRequest;z.CHANNEL_MESSAGE='channel_message';var xa;function ya(){z.emit(u.ENTER,{name:'stall',progress:u.ENTERED});if(h.isEnabled('mchannel_jumpstart'))wa();}function za(ab){p.getInstance('channel').log(ab.name,ab.status||ab.progress);if(ab.name!=='stall'){clearTimeout(xa);xa=y(ya,da);}}z.addListener(u.ENTER,za);z.addListener(u.EXIT,za);l.addListener(m.GET_RTI_SESSION_REQUEST,pa);f.exports=z;},null);
  201. __d('FbtNumberType',['IntlVariations'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i={getNumberVariationType:function(j){return j===1?h.NUMBER_SINGULAR:h.NUMBER_PLURAL;}};f.exports=i;},null);
  202. __d('Intl',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h;function i(k){if(typeof k!='string')return false;return k.match(new RegExp(i.punct_char_class+'['+')"'+"'"+'\u00BB'+'\u0F3B'+'\u0F3D'+'\u2019'+'\u201D'+'\u203A'+'\u3009'+'\u300B'+'\u300D'+'\u300F'+'\u3011'+'\u3015'+'\u3017'+'\u3019'+'\u301B'+'\u301E'+'\u301F'+'\uFD3F'+'\uFF07'+'\uFF09'+'\uFF3D'+'\\s'+']*$'));}i.punct_char_class='['+'.!?'+'\u3002'+'\uFF01'+'\uFF1F'+'\u0964'+'\u2026'+'\u0EAF'+'\u1801'+'\u0E2F'+'\uFF0E'+']';function j(k){if(h){var l=[],m=[];for(var n in h.patterns){var o=h.patterns[n];for(var p in h.meta){var q=new RegExp(p.slice(1,-1),'g'),r=h.meta[p];n=n.replace(q,r);o=o.replace(q,r);}l.push(n);m.push(o);}for(var s=0;s<l.length;s++){var t=new RegExp(l[s].slice(1,-1),'g');if(m[s]=='javascript'){k.replace(t,function(u){return u.slice(1).toLowerCase();});}else k=k.replace(t,m[s]);}}return k.replace(/\x01/g,'');}f.exports={endsInPunct:i,applyPhonologicalRules:j,setPhonologicalRules:function(k){h=k;}};},null);
  203. __d('substituteTokens',['invariant','Intl'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();function j(l){return l;}function k(l,m){if(!m)return l;!(typeof m==='object')?h(0):undefined;var n='\\{([^}]+)\\}('+i.endsInPunct.punct_char_class+'*)',o=new RegExp(n,'g'),p=[],q=[],r=l.replace(o,function(u,v,w){var x=m[v];if(x&&typeof x==='object'){p.push(x);q.push(v);return '\x17'+w;}else if(x===null)return '';return x+(i.endsInPunct(x)?'':w);}).split('\x17').map(i.applyPhonologicalRules);if(r.length===1)return r[0];var s=[r[0]];for(var t=0;t<p.length;t++)s.push(j(p[t]),r[t+1]);return s;}f.exports=k;},null);
  204. __d('fbt',['Banzai','FbtNumberType','FbtResult','FbtResultGK','IntlVariations','IntlViewerContext','invariant','substituteTokens','FbtLogger','FbtQTOverrides'],function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o){if(c.__markCompiled)c.__markCompiled();var p=c('FbtLogger').logger,q=c('FbtQTOverrides').overrides,r={INDEX:0,SUBSTITUTION:1},s={NUMBER:0,GENDER:1},t=function(){};t._=function(v,w){var x={},y=v;if(v.__vcg){w=w||[];w.unshift([[m.GENDER,'*'],null]);}if(w!==undefined){y=this._accessTable(v,x,w,0);!(y!==null)?n(0):undefined;}var z=y,aa=null;!(typeof y==='string'||Array.isArray(y))?n(0):undefined;if(Array.isArray(y)){z=y[0];aa=y[1];var ba='1_'+aa;z=q[ba]||z;if(q[ba])t.logQTImpression(aa);t.logImpression(aa);}var ca=o(z,x);return u(ca,z,aa);};t._accessTable=function(v,w,x,y){if(y>=x.length){return v;}else if(v==null)return null;var z=null,aa=x[y],ba=aa[r.INDEX];if(Array.isArray(ba)){for(var ca=0;ca<ba.length;++ca){var da=v[ba[ca]];z=this._accessTable(da,w,x,y+1);if(z!=null)break;}}else{v=ba!==null?v[ba]:v;z=this._accessTable(v,w,x,y+1);}if(z!=null)Object.assign(w,aa[r.SUBSTITUTION]);return z;};t['enum']=function(v,w){return [v,null];};t.param=function(v,w,x){var y=null;if(x)if(x[0]===s.NUMBER){var z=x.length>1?x[1]:w;!(typeof z==='number')?n(0):undefined;y=[i.getNumberVariationType(z),'*'];}else if(x[0]===s.GENDER){!(x.length>1&&x[1]&l.BITMASK_GENDER)?n(0):undefined;y=[x[1],'*'];}else n(0);var aa={};aa[v]=w;return [y,aa];};t.logImpression=function(v){if(p)p.logImpression(v);return v;};t.logQTImpression=function(v){h.post('intl_qt_event',{hash:v});return v;};function u(v,w,x){if(!k.shouldReturnFbtResult)return v;return new j(typeof v==='string'?[v]:v,k.inlineMode,w,x);}f.exports=t;},null);
  205. __d('MErrorCodes',['MLogger','fbt'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();var j={loadPageFailed:876000,showPageFailed:876001,uncaughtException:876002,noInternetConnection:876003,badStatusCode:876004,getMessage:function(k){switch(k){case j.loadPageFailed:return i._("Connection error");case j.noInternetConnection:return i._("No internet connection");case j.showPageFailed:case j.uncaughtException:case j.badStatusCode:return i._("Sorry, something went wrong.");default:h.mustfix('Unhandled error code %d',k);return i._("Sorry, something went wrong.");}}};f.exports=j;},null);
  206. __d('MPageFetcher',['setTimeoutAcrossTransitions','MErrorCodes','MPageCache','MRequest','Stratcom','MPageControllerPath','MRequestTypes','MURI'],function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o){if(c.__markCompiled)c.__markCompiled();var p={FETCH_TIMEOUT_MS:10*1000,_pending:{},_handlers:[],fetch:function(q,r,s,t){if(!p._acquireAccess(r))return;var u=new o(r).addQueryData('__m_async_page__','').setFaceweb(window.FW_ENABLED);if(j.getCachedPage(r))u.addQueryData('__cached__','');var v={path:new o(r).normalize().toString(),method:q,progress:undefined,success:undefined};l.invoke('m:page:async:start',null,v);u.setFragment(null);var w=this.createRequest(q,u,s);w.listen('progress',function(x){if(x.loaded&&x.loaderLength){v.progress=Math.min(x.loaded/x.loaderLength,1);l.invoke('m:page:async:progress',null,v);}});w.listen('process',function(x){l.context().stop();p._releaseAccess(r);if(x.response){v.success=true;l.invoke('m:page:async:handle',null,v);if(q==='GET')if(x.response.isPagelet()){j.addCachedIUIResponse(r,x.response);}else{j.setCachedPage(r,x.response);j.clearCachedIUIResponses(r);}if(m.isRequestPath(r))t&&t(x.response);}});w.listen('fail',function(){p._releaseAccess(r);p._handleFail(i.loadPageFailed,r,w,v,t);});w.listen('error',function(){p._releaseAccess(r);var x=w.getTransport().status,y=x!==0&&(x<200||x>=300)?i.badStatusCode:i.loadPageFailed;p._handleFail(y,r,w,v,t);});w.listen('finally',function(){p._releaseAccess(r);});w.send();return w;},addHandler:function(q){this._handlers.push(q);},createRequest:function(q,r,s){var t;for(var u=0;u<this._handlers.length;u++){t=this._handlers[u](q,r,s);if(t)return t;}return new k(r.toString()).setType(n.TRANSITION).setData(s).setMethod(q).setFullPage(true);},_handleFail:function(q,r,s,t,u){t.success=false;l.invoke('m:page:async:handle',null,t);if(s.getTransport().status===0){h(function(){if(m.isRequestPath(r)){q=i.noInternetConnection;l.invoke('m:page:error',null,q);}},2000);return;}j.removeCachedPage(r);j.clearCachedIUIResponses(r);if(m.isRequestPath(r))u&&u(null,q);l.invoke('m:page:async:complete',null,t);},_acquireAccess:function(q){var r=new o(q).normalize().toString();if(p._pending[r]&&new Date()-p._pending[r]<p.FETCH_TIMEOUT_MS)return false;p._pending[r]=Date.now();return true;},_releaseAccess:function(q){delete p._pending[new o(q).normalize().toString()];}};f.exports=p;},null);
  207. __d('IdleCallbackImplementation',['performanceNow','requestAnimationFrameAcrossTransitions','setTimeoutAcrossTransitions'],function a(b,c,d,e,f,g,h,i,j){if(c.__markCompiled)c.__markCompiled();var k=[],l=0,m=0,n=-1,o=false,p=1000/60,q=2;function r(ba,ca){var da=m++;k[da]=ba;t();if(ca!=null&&ca.timeout>0)j(function(){return z(da);},ca.timeout);return da;}function s(ba){k[ba]=null;}function t(){if(!o){o=true;i(function(ba){o=false;v(h()-ba);});}}function u(ba){var ca=p-q;if(ba<ca)return ca-ba;var da=ba%p;if(da>ca||da<q){return 0;}else return ca-da;}function v(ba){var ca=h();if(ca>n){var da=u(ba);if(da>0){var ea=ca+da;y(ea);n=ea;}}if(w())t();}function w(){return l<k.length;}function x(){while(w()){var ba=k[l];l++;if(ba)return ba;}}function y(ba){var ca;while(h()<ba&&(ca=x()))ca(new aa(ba));}function z(ba){var ca=k[ba];if(ca){s(ba);ca(new aa(null));}}function aa(ba){'use strict';this.didTimeout=ba==null;this.$IdleCallbackDeadline1=ba;}aa.prototype.timeRemaining=function(){'use strict';var ba=this.$IdleCallbackDeadline1;if(ba!=null){var ca=h();if(ca<ba)return ba-ca;}return 0;};f.exports={requestIdleCallback:r,cancelIdleCallback:s};},null);
  208. __d('cancelIdleCallback',['TimerStorage','IdleCallbackImplementation'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();f.exports=function(){for(var j=arguments.length,k=Array(j),l=0;l<j;l++)k[l]=arguments[l];h.unset(h.IDLE_CALLBACK,k[0]);return Function.prototype.apply.call(i.cancelIdleCallback,b,k);};},null);
  209. __d('clearImmediatePolyfill',['ImmediateImplementation'],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();f.exports=b.clearImmediate||c('ImmediateImplementation').clearImmediate;},null);
  210. __d('clearImmediate',['TimerStorage','clearImmediatePolyfill'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();f.exports=function(){for(var j=arguments.length,k=Array(j),l=0;l<j;l++)k[l]=arguments[l];h.unset(h.IMMEDIATE,k[0]);return Function.prototype.apply.call(i,b,k);};},null);
  211. __d('clearInterval',['TimerStorage'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i=b.clearTimeout.nativeBackup||b.clearTimeout;f.exports=function(){for(var j=arguments.length,k=Array(j),l=0;l<j;l++)k[l]=arguments[l];h.unset(h.INTERVAL,k[0]);return Function.prototype.apply.call(i,b,k);};},null);
  212. __d('clearTimeout',['TimerStorage'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i=b.clearTimeout.nativeBackup||b.clearTimeout;f.exports=function(){for(var j=arguments.length,k=Array(j),l=0;l<j;l++)k[l]=arguments[l];h.unset(h.TIMEOUT,k[0]);return Function.prototype.apply.call(i,b,k);};},null);
  213. __d('goURI',['ReloadPage','URISchemes'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();function j(k,l,m){k=k.toString();if(/^([^.:/?#]+):/.test(k)&&!i.isAllowed(RegExp.$1))throw new Error('goURI: URI scheme rejected, URI: '+k);if(!l&&b.PageTransitions){b.PageTransitions.go(k,m);}else if(window.location.href==k){h.now();}else if(m){window.location.replace(k);}else window.location.href=k;}f.exports=j;},null);
  214. __d('setInterval',['TimerStorage','setIntervalAcrossTransitions'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();f.exports=function(){for(var j=arguments.length,k=Array(j),l=0;l<j;l++)k[l]=arguments[l];var m=i.apply(b,k);h.set(h.INTERVAL,m);return m;};},null);
  215. __d('setTimeout',['TimerStorage','setTimeoutAcrossTransitions'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();f.exports=(function(){for(var j=arguments.length,k=Array(j),l=0;l<j;l++)k[l]=arguments[l];var m,n=k[0];k[0]=function(){h.unset(h.TIMEOUT,m);Function.prototype.apply.call(n,this,arguments);};m=i.apply(b,k);h.set(h.TIMEOUT,m);return m;}).bind(this);},null);
  216. __d('replaceNativeTimer',['clearInterval','clearTimeout','setInterval','setTimeout'],function a(b,c,d,e,f,g,h,i,j,k){if(c.__markCompiled)c.__markCompiled();var l=false;function m(){if(!l){l=true;k.nativeBackup=b.setTimeout;i.nativeBackup=b.clearTimeout;j.nativeBackup=b.setInterval;h.nativeBackup=b.clearInterval;b.setTimeout=k;b.clearTimeout=i;b.setInterval=j;b.clearInterval=h;}}f.exports=m;},null);
  217. __d('MPageController',['CurrentUser','DOM','FWLoader','LoadingIndicator','LogHistory','MHistory','MPageCache','MPageControllerPath','MPageFetcher','MRequestConfig','MTabletLoader','MURI','MViewport','Stratcom','TimerStorage','URI','$','cancelAnimationFrame','cancelIdleCallback','clearImmediate','clearInterval','clearTimeout','goURI','replaceNativeTimer','setTimeoutAcrossTransitions'],function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,aa,ba,ca,da,ea,fa){if(c.__markCompiled)c.__markCompiled();var ga=j.MSkeleton,ha=j.FW,ia=/(rgba\((\d,\s*)+\s*0\))|(transparent)/g,ja=l.getInstance('page');function ka(){var db=document.getElementById('root'),eb=db&&db.childNodes.length>0?getComputedStyle(db).backgroundColor:'',fb=!eb||ia.test(eb);if(!fb&&document.body)document.body.style.backgroundColor=eb;}var la=0,ma=24*60*60*1000,na={'/auth.php':true,'/authorize.php':true,'/c.php':true,'/canvas.php':true,'/l.php':true,'/login.php':true,'/logout.php':true,'/netego/redirect/':true,'/redirect.php':true,'/click.php':true,'/r.php':true,'/video_redirect/':true,'/wifiauth/redirect/':true,'/login/identify/loggedin/':true},oa=false,pa=null,qa=function(db){return !db?!pa:pa===new s(db).normalize().toString();},ra=function(){return pa;},sa=function(db){pa=db?new s(db).normalize().addQueryData(m.SOFT_STATE_KEY,undefined).toString():null;},ta=function(){if(oa)return;ka();u.listen('m:history:change-default',null,function(fb){var gb=fb.getData().path;if(!o.isRequestPath(gb)){o.setRequestPath(gb);if(!qa(gb))va(gb,{expiration:ma});}});if(!window.FW_ENABLED){u.listen('m:page:error',null,ya);}else u.listen('go',null,function(event){var fb=event.getData().uri;if(!fb){xa();event.prevent();return;}var gb=new w(fb),hb=gb.getProtocol();if(!hb&&gb.getPath()){ua(fb);event.prevent();}else if(hb==='fb'){ha.openInNewWebView(fb);event.prevent();}});function db(){window.removeEventListener('load',db);u.invoke('m:onload');}window.addEventListener('load',db);m.install();ja.log('initialize');u.invoke('m:page:initialize');oa=true;var eb=new w(location.href).setProtocol(null).setDomain(null);if(window.FW_ENABLED&&eb.getPath()==='/root.php')return;o.setRequestPath(m.getPath());if(eb.getPath()==='/'&&window.FB_GKS.m_onephase_home&&h.isLoggedIn())eb.setPath('/home.php');if(eb.getPath()!=='/'||!h.isLoggedIn()){sa(eb.toString());n.removeCachedPage(eb.toString());}if(!window.FW_ENABLED)if(o.getRequestPath()!==ra())ua(o.getRequestPath(),{forceIncrementalPageTransition:true,replace:true});},ua=function(db,eb){if(!db)throw new Error('load(): path required.');var fb=new w(db),gb=fb.getDomain();if(na[fb.getPath()]||gb&&gb!==window.location.hostname||fb.getPath().toLowerCase().indexOf('/dialog/oauth')===0||fb.getPath().indexOf('/about/basics')===0||fb.getPath().indexOf('/apps/')===0||fb.getPath().indexOf('/download/')===0){window.location=db;return;}eb=eb||{};var hb=eb.force||eb.method==='POST'||eb.replace||!qa(db);if(eb.expiration===null||eb.expiration===undefined)eb.expiration=la;if(r.tokenParam){var ib=db.indexOf('?')===-1?'?':'&',jb=encodeURIComponent(r.tokenValue);db+=ib+r.tokenParam+'='+jb;}if(window.FW_ENABLED&&new w(location.href).getPath()!=='/root.php'&&ha.isRootless()){if(!hb)return g;ha.openInSameWebView(db,eb.method||'GET',{},eb.force||false);return g;}var kb=q.forceFullPageTransitions;if(kb&&!eb.forceIncrementalPageTransition&&hb&&!n.isPageCached(db,eb.expiration)){bb();k.show();ya();da(db,true,eb.replace);return;}o.setRequestPath(db);if(eb.replace){m.replaceState(db);}else m.pushState(db);if(!hb)return g;return va(db,eb);},va=function(db,eb){ja.log('load',db);window.ExitTime=Date.now();if(!qa(db)){bb();k.show();ya();}u.invoke('m:page:loading',null,db);if(window.FW_ENABLED)ga.exec(db);if(r.isTabletFrame&&r.MTabletLink.handlePath(db,eb))return;if(n.isPageCached(db,eb.expiration)){var fb=n.getCachedPage(db);za(db,fb,cb);}else{var gb=[],hb=false,ib=false,jb=function(){if(!hb&&gb.length){hb=true;gb.shift().process();}};u.listen('m:page:loading',null,function(){u.removeCurrentListener();gb.length=0;ib=true;});p.fetch(eb.method==='POST'?'POST':'GET',db,null,function(kb,lb){if(ib)return;if(kb){kb.listen('complete',function(){hb=false;jb();});if(kb.isPagelet()){gb.push(kb);jb();return;}hb=true;ab(db,kb,function(){var nb=t.getScrollTop();document.body.focus();t.scrollTo(0,nb);fa(function(){if(document.activeElement===document.body)t.scrollTo(0,nb);},0);},false);}else{var mb=n.getCachedPage(db);if(mb){za(db,mb);}else{k.hide();if(lb){ja.error('error',lb);u.invoke('m:page:error',null,lb);}}}});u.invoke('m:page:request-sent',null,db);}return g;},wa=function(db,eb){eb=eb||{};eb.expiration=0;eb.force=true;return ua(db,eb);},xa=function(){var db=ra()||o.getRequestPath();if(db)wa(db,{replace:true});return g;},ya=function(){ja.log('unload');if(!ra())return;u.invoke('m:page:unload');sa(null);var db=x('root');i.setContent(db);u.invoke('m:page:unload-complete');u.invoke('m:root:render');ka();return g;},za=function(db,eb,fb){ja.log('render cache',db);u.invoke('m:page:render:cache:start',null,{path:db});ab(db,eb,function(){u.invoke('m:page:render:cache:complete',null,{path:db});n.applyCachedIUIResponses(db,fb);},fb===cb);},ab=function(db,eb,fb,gb){ya();ja.log('render',db);u.invoke('m:page:render:start',null,{path:db});eb.listen('complete',function(){sa(db);k.hide();var hb=new w(db).getFragment(),ib=hb&&document.getElementById(hb);if(ib){t.scrollToNode(ib);}else if(!gb)t.scrollToHeader();u.invoke('m:page:render:complete',null,{path:db});fb&&fb();ka();u.invoke('m:root:render');u.invoke('m:page:iui:response:complete',null,{path:db});});eb.process();},bb=function(){var db=ra();if(db){var eb=t.getScrollTop();n.setScrollHistory(db,eb);}},cb=function(){var db=ra();if(db){var eb=n.getScrollHistory(db)||t.getHeaderTop();fa(function(){t.scrollTo(0,eb);},0);}};ea();u.listen('m:page:unload',null,function(){v.clearAll(v.ANIMATION_FRAME,y);v.clearAll(v.IDLE_CALLBACK,z);v.clearAll(v.IMMEDIATE,aa);v.clearAll(v.INTERVAL,ba);v.clearAll(v.TIMEOUT,ca);});g.HISTORY_EXPIRE_MS=ma;g.USER_EXPIRE_MS=la;g.forceLoad=wa;g.getRenderedPath=ra;g.init=ta;g.isRenderedPath=qa;g.load=ua;g.reload=xa;},null);
  218. __d('BanzaiLogger',['Banzai'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i='logger';function j(l){return {log:function(m,n){h.post(i+':'+m,n,l);}};}var k=j();k.create=j;f.exports=k;},null);
  219. __d('BanzaiODS',['Banzai','invariant'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();function j(){var l={},m={};function n(o,p,q,r){if(q===undefined)q=1;if(r===undefined)r=1;if(o in m)if(m[o]<=0){return;}else q/=m[o];var s=l[o]||(l[o]={}),t=s[p]||(s[p]=[0]);q=Number(q);r=Number(r);if(!isFinite(q)||!isFinite(r))return;t[0]+=q;if(arguments.length>=4){if(!t[1])t[1]=0;t[1]+=r;}}return {setEntitySample:function(o,p){m[o]=Math.random()<p?p:0;},bumpEntityKey:function(o,p,q){n(o,p,q);},bumpFraction:function(o,p,q,r){n(o,p,q,r);},flush:function(o){for(var p in l)h.post('ods:'+p,l[p],o);l={};}};}var k=j();k.create=j;h.subscribe(h.SEND,k.flush.bind(k,null));f.exports=k;},null);
  220. __d('_shouldPolyfillES6Collection',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(i){var j=b[i];if(j==null)return true;if(typeof b.Symbol!=='function')return true;var k=j.prototype;return j==null||typeof j!=='function'||typeof k.clear!=='function'||new j().size!==0||typeof k.keys!=='function'||typeof k.forEach!=='function';}f.exports=h;},null);
  221. __d('enumerate',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h='keys',i='values',j='entries',k=(function(){var q=m(Array),r=undefined;if(!q)r=(function(){function s(t,u){'use strict';this.$ArrayIterator1=t;this.$ArrayIterator2=u;this.$ArrayIterator3=0;}s.prototype.next=function(){'use strict';if(this.$ArrayIterator1==null)return {value:undefined,done:true};var t=this.$ArrayIterator1,u=this.$ArrayIterator1.length,v=this.$ArrayIterator3,w=this.$ArrayIterator2;if(v>=u){this.$ArrayIterator1=undefined;return {value:undefined,done:true};}this.$ArrayIterator3=v+1;if(w===h){return {value:v,done:false};}else if(w===i){return {value:t[v],done:false};}else if(w===j)return {value:[v,t[v]],done:false};};s.prototype[typeof Symbol==='function'?Symbol.iterator:'@@iterator']=function(){'use strict';return this;};return s;})();return {keys:q?function(s){return s.keys();}:function(s){return new r(s,h);},values:q?function(s){return s.values();}:function(s){return new r(s,i);},entries:q?function(s){return s.entries();}:function(s){return new r(s,j);}};})(),l=(function(){var q=m(String),r=undefined;if(!q)r=(function(){function s(t){'use strict';this.$StringIterator1=t;this.$StringIterator2=0;}s.prototype.next=function(){'use strict';if(this.$StringIterator1==null)return {value:undefined,done:true};var t=this.$StringIterator2,u=this.$StringIterator1,v=u.length;if(t>=v){this.$StringIterator1=undefined;return {value:undefined,done:true};}var w=undefined,x=u.charCodeAt(t);if(x<55296||x>56319||t+1===v){w=u[t];}else{var y=u.charCodeAt(t+1);if(y<56320||y>57343){w=u[t];}else w=u[t]+u[t+1];}this.$StringIterator2=t+w.length;return {value:w,done:false};};s.prototype[typeof Symbol==='function'?Symbol.iterator:'@@iterator']=function(){'use strict';return this;};return s;})();return {keys:function(){throw TypeError('Strings default iterator doesn\'t implement keys.');},values:q?function(s){return s[typeof Symbol==='function'?Symbol.iterator:'@@iterator']();}:function(s){return new r(s);},entries:function(){throw TypeError('Strings default iterator doesn\'t implement entries.');}};})();function m(q){return typeof q.prototype[typeof Symbol==='function'?Symbol.iterator:'@@iterator']==='function'&&typeof q.prototype.values==='function'&&typeof q.prototype.keys==='function'&&typeof q.prototype.entries==='function';}function n(q,r){'use strict';this.$ObjectIterator1=q;this.$ObjectIterator2=r;this.$ObjectIterator3=Object.keys(q);this.$ObjectIterator4=0;}n.prototype.next=function(){'use strict';var q=this.$ObjectIterator3.length,r=this.$ObjectIterator4,s=this.$ObjectIterator2,t=this.$ObjectIterator3[r];if(r>=q){this.$ObjectIterator1=undefined;return {value:undefined,done:true};}this.$ObjectIterator4=r+1;if(s===h){return {value:t,done:false};}else if(s===i){return {value:this.$ObjectIterator1[t],done:false};}else if(s===j)return {value:[t,this.$ObjectIterator1[t]],done:false};};n.prototype[typeof Symbol==='function'?Symbol.iterator:'@@iterator']=function(){'use strict';return this;};var o={keys:function(q){return new n(q,h);},values:function(q){return new n(q,i);},entries:function(q){return new n(q,j);}};function p(q,r){if(typeof q==='string'){return l[r||i](q);}else if(Array.isArray(q)){return k[r||i](q);}else if(q[typeof Symbol==='function'?Symbol.iterator:'@@iterator']){return q[typeof Symbol==='function'?Symbol.iterator:'@@iterator']();}else return o[r||j](q);}Object.assign(p,{KIND_KEYS:h,KIND_VALUES:i,KIND_ENTRIES:j,keys:function(q){return p(q,h);},values:function(q){return p(q,i);},entries:function(q){return p(q,j);},generic:o.entries});f.exports=p;},null);
  222. __d('guid',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(){return 'f'+(Math.random()*(1<<30)).toString(16).replace('.','');}f.exports=h;},null);
  223. __d('Map',['guid','isNode','enumerate','_shouldPolyfillES6Collection'],function a(b,c,d,e,f,g,h,i,j,k){if(c.__markCompiled)c.__markCompiled();f.exports=(function(l,m){if(!k('Map'))return l.Map;var n='key',o='value',p='key+value',q='$map_',r=m,s='IE_HASH_';function t(ga){'use strict';if(!y(this))throw new TypeError('Wrong map object type.');x(this);if(ga!=null){var ha=j(ga),ia=m;while(!(ia=ha.next()).done){if(!y(ia.value))throw new TypeError('Expected iterable items to be pair objects.');this.set(ia.value[0],ia.value[1]);}}}t.prototype.clear=function(){'use strict';x(this);};t.prototype.has=function(ga){'use strict';var ha=v(this,ga);return !!(ha!=null&&this._mapData[ha]);};t.prototype.set=function(ga,ha){'use strict';var ia=v(this,ga);if(ia!=null&&this._mapData[ia]){this._mapData[ia][1]=ha;}else{ia=this._mapData.push([ga,ha])-1;w(this,ga,ia);this.size+=1;}return this;};t.prototype.get=function(ga){'use strict';var ha=v(this,ga);if(ha==null){return m;}else return this._mapData[ha][1];};t.prototype['delete']=function(ga){'use strict';var ha=v(this,ga);if(ha!=null&&this._mapData[ha]){w(this,ga,m);this._mapData[ha]=m;this.size-=1;return true;}else return false;};t.prototype.entries=function(){'use strict';return new u(this,p);};t.prototype.keys=function(){'use strict';return new u(this,n);};t.prototype.values=function(){'use strict';return new u(this,o);};t.prototype.forEach=function(ga,ha){'use strict';if(typeof ga!=='function')throw new TypeError('Callback must be callable.');var ia=ga.bind(ha||m),ja=this._mapData;for(var ka=0;ka<ja.length;ka++){var la=ja[ka];if(la!=null)ia(la[1],la[0],this);}};t.prototype[typeof Symbol==='function'?Symbol.iterator:'@@iterator']=function(){'use strict';return this.entries();};function u(ga,ha){'use strict';if(!(y(ga)&&ga._mapData))throw new TypeError('Object is not a map.');if([n,p,o].indexOf(ha)===-1)throw new Error('Invalid iteration kind.');this._map=ga;this._nextIndex=0;this._kind=ha;}u.prototype.next=function(){'use strict';if(!this instanceof t)throw new TypeError('Expected to be called on a MapIterator.');var ga=this._map,ha=this._nextIndex,ia=this._kind;if(ga==null)return z(m,true);var ja=ga._mapData;while(ha<ja.length){var ka=ja[ha];ha+=1;this._nextIndex=ha;if(ka)if(ia===n){return z(ka[0],false);}else if(ia===o){return z(ka[1],false);}else if(ia)return z(ka,false);}this._map=m;return z(m,true);};u.prototype[typeof Symbol==='function'?Symbol.iterator:'@@iterator']=function(){'use strict';return this;};function v(ga,ha){if(y(ha)){var ia=ea(ha);return ia?ga._objectIndex[ia]:m;}else{var ja=q+ha;if(typeof ha==='string'){return ga._stringIndex[ja];}else return ga._otherIndex[ja];}}function w(ga,ha,ia){var ja=ia==null;if(y(ha)){var ka=ea(ha);if(!ka)ka=fa(ha);if(ja){delete ga._objectIndex[ka];}else ga._objectIndex[ka]=ia;}else{var la=q+ha;if(typeof ha==='string'){if(ja){delete ga._stringIndex[la];}else ga._stringIndex[la]=ia;}else if(ja){delete ga._otherIndex[la];}else ga._otherIndex[la]=ia;}}function x(ga){ga._mapData=[];ga._objectIndex={};ga._stringIndex={};ga._otherIndex={};ga.size=0;}function y(ga){return ga!=null&&(typeof ga==='object'||typeof ga==='function');}function z(ga,ha){return {value:ga,done:ha};}var aa=(function(){try{Object.defineProperty({},'__.$#x',{});return true;}catch(ga){return false;}})();function ba(ga){if(!aa){return true;}else return Object.isExtensible(ga);}function ca(ga){var ha=m;switch(ga.nodeType){case 1:ha=ga.uniqueID;break;case 9:ha=ga.documentElement.uniqueID;break;default:return null;}if(ha){return s+ha;}else return null;}var da=h();function ea(ga){if(ga[da]){return ga[da];}else if(!aa&&ga.propertyIsEnumerable&&ga.propertyIsEnumerable[da]){return ga.propertyIsEnumerable[da];}else if(!aa&&i(ga)&&ca(ga)){return ca(ga);}else if(!aa&&ga[da])return ga[da];}var fa=(function(){var ga=Object.prototype.propertyIsEnumerable,ha=0;return function ia(ja){if(ba(ja)){ha+=1;if(aa){Object.defineProperty(ja,da,{enumerable:false,writable:false,configurable:false,value:ha});}else if(ja.propertyIsEnumerable){ja.propertyIsEnumerable=function(){return ga.apply(this,arguments);};ja.propertyIsEnumerable[da]=ha;}else if(i(ja)){ja[da]=ha;}else throw new Error('Unable to set a non-enumerable property on object.');return ha;}else throw new Error('Non-extensible objects are not allowed as keys.');};})();return t;})(Function('return this')());},null);
  224. __d('Set',['Map','enumerate','_shouldPolyfillES6Collection'],function a(b,c,d,e,f,g,h,i,j){if(c.__markCompiled)c.__markCompiled();f.exports=(function(k,l){if(!j('Set'))return k.Set;function m(o){'use strict';if(this==null||typeof this!=='object'&&typeof this!=='function')throw new TypeError('Wrong set object type.');n(this);if(o!=null){var p=i(o),q=l;while(!(q=p.next()).done)this.add(q.value);}}m.prototype.add=function(o){'use strict';this._map.set(o,o);this.size=this._map.size;return this;};m.prototype.clear=function(){'use strict';n(this);};m.prototype['delete']=function(o){'use strict';var p=this._map['delete'](o);this.size=this._map.size;return p;};m.prototype.entries=function(){'use strict';return this._map.entries();};m.prototype.forEach=function(o){'use strict';var p=arguments[1],q=this._map.keys(),r=l;while(!(r=q.next()).done)o.call(p,r.value,r.value,this);};m.prototype.has=function(o){'use strict';return this._map.has(o);};m.prototype.values=function(){'use strict';return this._map.values();};m.prototype.keys=function(){'use strict';return this.values();};m.prototype[typeof Symbol==='function'?Symbol.iterator:'@@iterator']=function(){'use strict';return this.values();};function n(o){o._map=new h();o.size=o._map.size;}return m;})(Function('return this')());},null);
  225. __d('Parent',['CSSCore'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i={byTag:function(j,k){k=k.toUpperCase();while(j&&j.nodeName!==k)j=j.parentNode;return j;},byClass:function(j,k){while(j&&!h.hasClass(j,k))j=j.parentNode;return j;},bySelector:function(j,k){if(j===null)return null;if(typeof j.matches==='function'){while(j&&j!==document&&!j.matches(k))j=j.parentNode;return j===document?null:j;}else if(typeof j.msMatchesSelector==='function'){while(j&&j!==document&&!j.msMatchesSelector(k))j=j.parentNode;return j===document?null:j;}else return i.bySelector_SLOW(j,k);},bySelector_SLOW:function(j,k){var l=j;while(l.parentNode)l=l.parentNode;var m=l.querySelectorAll(k);while(j){if(Array.prototype.indexOf.call(m,j)!==-1)return j;j=j.parentNode;}return j;},byAttribute:function(j,k){while(j&&(!j.getAttribute||!j.getAttribute(k)))j=j.parentNode;return j;}};f.exports=i;},null);
  226. __d('getActiveElement',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(){if(typeof document==='undefined')return null;try{return document.activeElement||document.body;}catch(i){return document.body;}}f.exports=h;},null);
  227. __d("getObjectValues",[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(i){var j=[];for(var k in i)j.push(i[k]);return j;}f.exports=h;},null);
  228. __d('joinClasses',[],function a(b,c,d,e,f,g){'use strict';if(c.__markCompiled)c.__markCompiled();function h(i){if(!i)i='';var j,k=arguments.length;if(k>1)for(var l=1;l<k;l++){j=arguments[l];if(j)i=(i?i+' ':'')+j;}return i;}f.exports=h;},null);
  229. __d('mixin',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(i,j,k,l,m,n,o,p,q,r,s){var t=function(){},u=[i,j,k,l,m,n,o,p,q,r],v=0,w;while(u[v]){w=u[v];for(var x in w)if(w.hasOwnProperty(x))t.prototype[x]=w[x];v+=1;}return t;}f.exports=h;},null);
  230. __d('keyMirror',['invariant'],function a(b,c,d,e,f,g,h){'use strict';if(c.__markCompiled)c.__markCompiled();var i=function(j){var k={},l;!(j instanceof Object&&!Array.isArray(j))?h(0):undefined;for(l in j){if(!j.hasOwnProperty(l))continue;k[l]=l;}return k;};f.exports=i;},null);
  231. __d("keyOf",[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h=function(i){var j;for(j in i){if(!i.hasOwnProperty(j))continue;return j;}return null;};f.exports=h;},null);
  232. __d('MarauderLogger',['Banzai','CacheStorage','MarauderConfig'],function a(b,c,d,e,f,g,h,i,j){if(c.__markCompiled)c.__markCompiled();var k='client_event',l='navigation',m=180000,n='marauder',o='marauder_last_event_time',p='marauder_last_session_id',q={},r=[],s=false,t=null,u=null,v=null,w=0,x,y,z=false,aa=new i('localstorage','');function ba(){aa.set(o,ca());}h.subscribe(h.SHUTDOWN,ba);function ca(){x=x||aa.get(o)||0;return x;}function da(){if(!z){y=aa.get(p);z=true;}var sa=Date.now();if(!y||sa-m>ca()){y=sa.toString(16)+'-'+(~~(Math.random()*16777215)).toString(16);aa.set(p,y);}return y;}function ea(){return {user_agent:window.navigator.userAgent,screen_height:window.screen.availHeight,screen_width:window.screen.availWidth,density:window.screen.devicePixelRatio||null,platform:window.navigator.platform||null,locale:window.navigator.language||null};}function fa(){return {locale:navigator.language};}function ga(sa,ta,ua,va,wa,xa,ya){var za=ya||Date.now();x=ya?Date.now():za;ta=ta||t;return {name:sa,time:za/1000,module:ta,obj_type:va,obj_id:wa,uuid:xa,extra:ua};}function ha(sa,ta,ua){return ga('content',null,{flags:ta},null,null,sa,ua);}function ia(sa){var ta=window.__mrdr;if(ta)for(var ua in ta){var va=ta[ua];if(va[3]!==0){delete ta[ua];if(ua==="1")if(v!==null){ua=v;}else continue;sa.push(ha(ua,1,va[1]));sa.push(ha(ua,2,va[2]));sa.push(ha(ua,3,va[3]));}}}function ja(sa){ia(sa);if(sa.length===0)return;if(s)sa.push(ga('counters',null,q));var ta=h.BASIC,ua=j.gk_enabled;if(w===0&&ua){sa.push(ga('device_status',null,fa()));ta={delay:5000};}if(ua&&Math.random()<.01)sa.push(ga('device_info',null,ea()));if(v!==null)for(var va=0;va<sa.length;va++){var wa=sa[va];if(wa.uuid===null||wa.uuid===undefined)wa.uuid=v;}var xa={app_ver:j.app_version,data:sa,log_type:k,seq:w++,session_id:da()},ya=aa.get('device_id');if(ya)xa.device_id=ya;q={};s=false;h.post(n,xa,ta);}function ka(sa){if(!q[sa])q[sa]=0;q[sa]++;s=true;}function la(sa,ta,ua,va,wa,xa,ya){ja([ga(sa,ta,ua,va,wa,xa,ya)]);}function ma(sa,ta){if(t!==ta){r.push(ga(l,t,{dest_module:ta,source_url:u,destination_url:sa}));t=ta;u=sa;}}function na(sa,ta){if(t!==ta){v=null;ma(sa,ta);}}function oa(sa,ta,ua){la(ta?'show_module':'hide_module',sa,ua);}function pa(sa){t=sa;}function qa(){return t;}function ra(sa){if(v===null){v=sa;if(sa!==null){ja(r);r=[];}}}f.exports={count:ka,log:la,navigateTo:na,navigateWithinSession:ma,toggleModule:oa,setUUID:ra,setNavigationModule:pa,getNavigationModule:qa};},null);
  233. __d('SubscriptionsHandler',['invariant'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();function i(l){return l.remove||l.reset||l.unsubscribe||l.cancel;}function j(l){var m=i(l);m.call(l);}function k(){'use strict';this._subscriptions=[];}k.prototype.addSubscriptions=function(){'use strict';for(var l=arguments.length,m=Array(l),n=0;n<l;n++)m[n]=arguments[n];m.forEach(function(o){var p=i(o);!p?h(0):undefined;});if(this._subscriptions){this._subscriptions=this._subscriptions.concat(m);}else m.forEach(j);};k.prototype.engage=function(){'use strict';this._subscriptions=this._subscriptions||[];};k.prototype.release=function(){'use strict';if(this._subscriptions){this._subscriptions.forEach(j);this._subscriptions=null;}};f.exports=k;},null);
  234. __d('TimeSpentImmediateActiveSecondsLogger',['Banzai','ImmediateActiveSecondsConfig','ScriptPath'],function a(b,c,d,e,f,g,h,i,j){if(c.__markCompiled)c.__markCompiled();var k='immediate_active_seconds',l={signal:true,retry:true},m=i.sampling_rate,n=i.ias_bucket,o=0;function p(t){if(m<=0)return false;var u=Math.floor(t/1000)%m;return u===n;}function q(t){if(t>=o&&t-o<1000)return;if(p(t)){var u={activity_time_ms:t,last_activity_time_ms:o,script_path:j.getTopViewEndpoint()};try{h.post(k,u,l);}catch(v){}}o=Math.floor(t/1000)*1000;}function r(event,t,u){if(v<0||w<0||v>w)return;var v=Math.floor(t/1000),w=Math.floor(u/1000);if(!s(v,w))return;var x={event:event,start_time_ms:t,end_time_ms:u};h.post(k,x,l);}function s(t,u){if(m<=0)return false;if(u-t>=m)return true;var v=t+(n-t%m+m)%m;return v<=u;}f.exports={maybeReportActiveSecond:q,maybeReportActiveInterval:r};},null);
  235. __d('throttle',['setTimeout','setTimeoutAcrossTransitions'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();function j(l,m,n){return k(l,m,n,h,false);}Object.assign(j,{acrossTransitions:function(l,m,n){return k(l,m,n,i,false);},withBlocking:function(l,m,n){return k(l,m,n,h,true);},acrossTransitionsWithBlocking:function(l,m,n){return k(l,m,n,i,true);}});function k(l,m,n,o,p){var q=m==null?100:m,r,s,t=0,u=null,v=function(){t=Date.now();if(s){l.apply(r,s);s=null;u=o(v,q);}else u=null;};v.__SMmeta=l.__SMmeta;return function w(){s=arguments;r=this;if(n!==undefined)r=n;if(u===null||Date.now()-t>q)if(p){v();}else u=o(v,0);};}f.exports=j;},null);
  236. __d('XControllerURIBuilder',['URI','invariant','Set'],function a(b,c,d,e,f,g,h,i,j){if(c.__markCompiled)c.__markCompiled();function k(l,m){'use strict';this.$XControllerURIBuilder1=l;this.$XControllerURIBuilder2=m;this.$XControllerURIBuilder3={};}k.prototype.setInt=function(l,m){'use strict';return this.__setParam(l,'Int',m);};k.prototype.setFBID=function(l,m){'use strict';return this.__setParam(l,'FBID',m);};k.prototype.setFloat=function(l,m){'use strict';return this.__setParam(l,'Float',m);};k.prototype.setString=function(l,m){'use strict';return this.__setParam(l,'String',m);};k.prototype.setExists=function(l,m){'use strict';if(m===false)m=undefined;return this.__setParam(l,'Exists',m);};k.prototype.setBool=function(l,m){'use strict';return this.__setParam(l,'Bool',m);};k.prototype.setEnum=function(l,m){'use strict';return this.__setParam(l,'Enum',m);};k.prototype.setIntVector=function(l,m){'use strict';return this.__setParam(l,'IntVector',m);};k.prototype.setIntSet=function(l,m){'use strict';return this.__setParam(l,'IntSet',m.join(','));};k.prototype.setFloatVector=function(l,m){'use strict';return this.__setParam(l,'FloatVector',m);};k.prototype.setFloatSet=function(l,m){'use strict';return this.__setParam(l,'FloatSet',m.join(','));};k.prototype.setStringVector=function(l,m){'use strict';return this.__setParam(l,'StringVector',m);};k.prototype.setStringSet=function(l,m){'use strict';return this.__setParam(l,'StringSet',m);};k.prototype.setFBIDVector=function(l,m){'use strict';return this.__setParam(l,'FBIDVector',m);};k.prototype.setFBIDSet=function(l,m){'use strict';return this.__setParam(l,'FBIDSet',m);};k.prototype.setEnumVector=function(l,m){'use strict';return this.__setParam(l,'EnumVector',m);};k.prototype.setEnumSet=function(l,m){'use strict';return this.__setParam(l,'EnumSet',m);};k.prototype.setIntToIntMap=function(l,m){'use strict';return this.__setParam(l,'IntToIntMap',m);};k.prototype.setIntToFloatMap=function(l,m){'use strict';return this.__setParam(l,'IntToFloatMap',m);};k.prototype.setIntToStringMap=function(l,m){'use strict';return this.__setParam(l,'IntToStringMap',m);};k.prototype.setIntToBoolMap=function(l,m){'use strict';return this.__setParam(l,'IntToBoolMap',m);};k.prototype.setStringToIntMap=function(l,m){'use strict';return this.__setParam(l,'StringToIntMap',m);};k.prototype.setStringToFloatMap=function(l,m){'use strict';return this.__setParam(l,'StringToFloatMap',m);};k.prototype.setStringToStringMap=function(l,m){'use strict';return this.__setParam(l,'StringToStringMap',m);};k.prototype.setStringToBoolMap=function(l,m){'use strict';return this.__setParam(l,'StringToBoolMap',m);};k.prototype.setHackType=function(l,m){'use strict';return this.__setParam(l,'HackType',m);};k.prototype.__validateRequiredParamsExistence=function(){'use strict';for(var l in this.$XControllerURIBuilder2)!(!this.$XControllerURIBuilder2[l].required||this.$XControllerURIBuilder3.hasOwnProperty(l))?i(0):undefined;};k.prototype.__setParam=function(l,m,n){'use strict';!(l in this.$XControllerURIBuilder2)?i(0):undefined;var o=this.$XControllerURIBuilder2[l].type;!(o===m)?i(0):undefined;this.__setParamInt(l,n);return this;};k.prototype.__setParamInt=function(l,m){'use strict';this.$XControllerURIBuilder3[l]=m;};k.prototype.getURI=function(){'use strict';this.__validateRequiredParamsExistence();var l={},m='',n=/^\{(\?)?(\*)?(.+?)\}$/,o=this.$XControllerURIBuilder1.split('/'),p=false;for(var q=0;q<o.length;q++){var r=o[q];if(r==='')continue;var s=n.exec(r);if(!s){m+='/'+r;}else{var t=s[1]==='?',u=s[3],v=this.$XControllerURIBuilder2[u];!v?i(0):undefined;if(t&&p)continue;var w=this.$XControllerURIBuilder3[u];if(w==null&&t){p=true;continue;}!(w!=null)?i(0):undefined;m+='/'+w;l[u]=true;}}if(this.$XControllerURIBuilder1.slice(-1)==='/')m+='/';if(m==='')m='/';var x=new h(m);for(v in this.$XControllerURIBuilder3){w=this.$XControllerURIBuilder3[v];if(!l[v]&&w!=null){var y=this.$XControllerURIBuilder2[v];x.addQueryData(v,y&&y.type==='Exists'?null:w);}}return x;};k.create=function(l,m){return k.bind(null,l,m);};f.exports=k;},null);
  237. __d('XRequest',['invariant'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i=function(k,l,m){var n;switch(k){case 'Bool':n=l&&(l!=='false'&&l!=='0')||false;break;case 'Int':n=parseInt(l,10);!!isNaN(n)?h(0):undefined;break;case 'Float':n=parseFloat(l,10);!!isNaN(n)?h(0):undefined;break;case 'String':n=l.toString();break;case 'Enum':if(m===0){n=i('Int',l,null);}else if(m===1){n=i('String',l,null);}else if(m===2){n=l;}else h(0);break;default:var o,p,q,r;if(o=/^Nullable(\w+)$/.exec(k)){if(l===null){n=null;}else n=i(o[1],l,m);}else if(p=/^(\w+)Vector$/.exec(k)){if(!Array.isArray(l)){n=l.toString();n=n===''?[]:n.split(',');}else n=l;var s=p[1];!(typeof s==='string')?h(0):undefined;n=n.map(function(v){return i(s,v,m&&m.member);});}else if(q=/^(\w+)Set$/.exec(k)){if(!Array.isArray(l)){n=l.toString();n=n===''?[]:n.split(',');}else n=l;n=n.reduce(function(v,w){v[w]=w;return v;},{});s=q[1];!(typeof s==='string')?h(0):undefined;n=Object.keys(n).map(function(v){return i(s,n[v],m&&m.member);});}else if(r=/^(\w+)To(\w+)Map$/.exec(k)){n={};var t=r[1],u=r[2];!(typeof t==='string'&&typeof u==='string')?h(0):undefined;Object.keys(l).forEach(function(v){n[i(t,v,m&&m.key)]=i(u,l[v],m&&m.value);});}else h(0);}return n;};function j(k,l,m){'use strict';this.$XRequest1=l;this.$XRequest2=babelHelpers._extends({},m.getQueryData());var n=k.split("/").filter(function(t){return t;}),o=m.getPath().split("/").filter(function(t){return t;});for(var p=0;p<n.length;++p){var q=/^\{(\?)?(\w+)\}$/.exec(n[p]);if(!q){!(n[p]===o[p])?h(0):undefined;continue;}var r=!!q[1],s=q[2];!this.$XRequest1.hasOwnProperty(s)?h(0):undefined;if(this.$XRequest1[s].required){!!r?h(0):undefined;this.$XRequest2[s]=o[p];}else{!r?h(0):undefined;if(o[p])this.$XRequest2[s]=o[p];}}Object.keys(this.$XRequest1).forEach(function(t){!(!this.$XRequest1[t].required||this.$XRequest2.hasOwnProperty(t))?h(0):undefined;},this);}j.prototype.getExists=function(k){'use strict';return this.$XRequest2[k]!==undefined;};j.prototype.getBool=function(k){'use strict';return this.$XRequest3(k,'Bool');};j.prototype.getInt=function(k){'use strict';return this.$XRequest3(k,'Int');};j.prototype.getFloat=function(k){'use strict';return this.$XRequest3(k,'Float');};j.prototype.getString=function(k){'use strict';return this.$XRequest3(k,'String');};j.prototype.getEnum=function(k){'use strict';return this.$XRequest3(k,'Enum');};j.prototype.getOptionalInt=function(k){'use strict';return this.$XRequest4(k,'Int');};j.prototype.getOptionalFloat=function(k){'use strict';return this.$XRequest4(k,'Float');};j.prototype.getOptionalString=function(k){'use strict';return this.$XRequest4(k,'String');};j.prototype.getOptionalEnum=function(k){'use strict';return this.$XRequest4(k,'Enum');};j.prototype.getIntVector=function(k){'use strict';return this.$XRequest3(k,'IntVector');};j.prototype.getFloatVector=function(k){'use strict';return this.$XRequest3(k,'FloatVector');};j.prototype.getStringVector=function(k){'use strict';return this.$XRequest3(k,'StringVector');};j.prototype.getEnumVector=function(k){'use strict';return this.$XRequest3(k,'EnumVector');};j.prototype.getOptionalIntVector=function(k){'use strict';return this.$XRequest4(k,'IntVector');};j.prototype.getOptionalFloatVector=function(k){'use strict';return this.$XRequest4(k,'FloatVector');};j.prototype.getOptionalStringVector=function(k){'use strict';return this.$XRequest4(k,'StringVector');};j.prototype.getOptionalEnumVector=function(k){'use strict';return this.$XRequest4(k,'EnumVector');};j.prototype.getIntSet=function(k){'use strict';return this.$XRequest3(k,'IntSet');};j.prototype.getStringSet=function(k){'use strict';return this.$XRequest3(k,'StringSet');};j.prototype.getOptionalIntSet=function(k){'use strict';return this.$XRequest4(k,'IntSet');};j.prototype.getOptionalStringSet=function(k){'use strict';return this.$XRequest4(k,'StringSet');};j.prototype.getEnumToBoolMap=function(k){'use strict';return this.$XRequest3(k,'EnumToBoolMap');};j.prototype.getEnumToEnumMap=function(k){'use strict';return this.$XRequest3(k,'EnumToEnumMap');};j.prototype.getEnumToFloatMap=function(k){'use strict';return this.$XRequest3(k,'EnumToFloatMap');};j.prototype.getEnumToIntMap=function(k){'use strict';return this.$XRequest3(k,'EnumToIntMap');};j.prototype.getEnumToStringMap=function(k){'use strict';return this.$XRequest3(k,'EnumToStringMap');};j.prototype.getIntToBoolMap=function(k){'use strict';return this.$XRequest3(k,'IntToBoolMap');};j.prototype.getIntToEnumMap=function(k){'use strict';return this.$XRequest3(k,'IntToEnumMap');};j.prototype.getIntToFloatMap=function(k){'use strict';return this.$XRequest3(k,'IntToFloatMap');};j.prototype.getIntToIntMap=function(k){'use strict';return this.$XRequest3(k,'IntToIntMap');};j.prototype.getIntToStringMap=function(k){'use strict';return this.$XRequest3(k,'IntToStringMap');};j.prototype.getStringToBoolMap=function(k){'use strict';return this.$XRequest3(k,'StringToBoolMap');};j.prototype.getStringToEnumMap=function(k){'use strict';return this.$XRequest3(k,'StringToEnumMap');};j.prototype.getStringToFloatMap=function(k){'use strict';return this.$XRequest3(k,'StringToFloatMap');};j.prototype.getStringToIntMap=function(k){'use strict';return this.$XRequest3(k,'StringToIntMap');};j.prototype.getStringToStringMap=function(k){'use strict';return this.$XRequest3(k,'StringToStringMap');};j.prototype.getOptionalEnumToBoolMap=function(k){'use strict';return this.$XRequest4(k,'EnumToBoolMap');};j.prototype.getOptionalEnumToEnumMap=function(k){'use strict';return this.$XRequest4(k,'EnumToEnumMap');};j.prototype.getOptionalEnumToFloatMap=function(k){'use strict';return this.$XRequest4(k,'EnumToFloatMap');};j.prototype.getOptionalEnumToIntMap=function(k){'use strict';return this.$XRequest4(k,'EnumToIntMap');};j.prototype.getOptionalEnumToStringMap=function(k){'use strict';return this.$XRequest4(k,'EnumToStringMap');};j.prototype.getOptionalIntToBoolMap=function(k){'use strict';return this.$XRequest4(k,'IntToBoolMap');};j.prototype.getOptionalIntToEnumMap=function(k){'use strict';return this.$XRequest4(k,'IntToEnumMap');};j.prototype.getOptionalIntToFloatMap=function(k){'use strict';return this.$XRequest4(k,'IntToFloatMap');};j.prototype.getOptionalIntToIntMap=function(k){'use strict';return this.$XRequest4(k,'IntToIntMap');};j.prototype.getOptionalIntToStringMap=function(k){'use strict';return this.$XRequest4(k,'IntToStringMap');};j.prototype.getOptionalStringToBoolMap=function(k){'use strict';return this.$XRequest4(k,'StringToBoolMap');};j.prototype.getOptionalStringToEnumMap=function(k){'use strict';return this.$XRequest4(k,'StringToEnumMap');};j.prototype.getOptionalStringToFloatMap=function(k){'use strict';return this.$XRequest4(k,'StringToFloatMap');};j.prototype.getOptionalStringToIntMap=function(k){'use strict';return this.$XRequest4(k,'StringToIntMap');};j.prototype.getOptionalStringToStringMap=function(k){'use strict';return this.$XRequest4(k,'StringToStringMap');};j.prototype.getEnumToNullableEnumMap=function(k){'use strict';return this.$XRequest3(k,'EnumToNullableEnumMap');};j.prototype.getEnumToNullableFloatMap=function(k){'use strict';return this.$XRequest3(k,'EnumToNullableFloatMap');};j.prototype.getEnumToNullableIntMap=function(k){'use strict';return this.$XRequest3(k,'EnumToNullableIntMap');};j.prototype.getEnumToNullableStringMap=function(k){'use strict';return this.$XRequest3(k,'EnumToNullableStringMap');};j.prototype.getIntToNullableEnumMap=function(k){'use strict';return this.$XRequest3(k,'IntToNullableEnumMap');};j.prototype.getIntToNullableFloatMap=function(k){'use strict';return this.$XRequest3(k,'IntToNullableFloatMap');};j.prototype.getIntToNullableIntMap=function(k){'use strict';return this.$XRequest3(k,'IntToNullableIntMap');};j.prototype.getIntToNullableStringMap=function(k){'use strict';return this.$XRequest3(k,'IntToNullableStringMap');};j.prototype.getStringToNullableEnumMap=function(k){'use strict';return this.$XRequest3(k,'StringToNullableEnumMap');};j.prototype.getStringToNullableFloatMap=function(k){'use strict';return this.$XRequest3(k,'StringToNullableFloatMap');};j.prototype.getStringToNullableIntMap=function(k){'use strict';return this.$XRequest3(k,'StringToNullableIntMap');};j.prototype.getStringToNullableStringMap=function(k){'use strict';return this.$XRequest3(k,'StringToNullableStringMap');};j.prototype.getOptionalEnumToNullableEnumMap=function(k){'use strict';return this.$XRequest4(k,'EnumToNullableEnumMap');};j.prototype.getOptionalEnumToNullableFloatMap=function(k){'use strict';return this.$XRequest4(k,'EnumToNullableFloatMap');};j.prototype.getOptionalEnumToNullableIntMap=function(k){'use strict';return this.$XRequest4(k,'EnumToNullableIntMap');};j.prototype.getOptionalEnumToNullableStringMap=function(k){'use strict';return this.$XRequest4(k,'EnumToNullableStringMap');};j.prototype.getOptionalIntToNullableEnumMap=function(k){'use strict';return this.$XRequest4(k,'IntToNullableEnumMap');};j.prototype.getOptionalIntToNullableFloatMap=function(k){'use strict';return this.$XRequest4(k,'IntToNullableFloatMap');};j.prototype.getOptionalIntToNullableIntMap=function(k){'use strict';return this.$XRequest4(k,'IntToNullableIntMap');};j.prototype.getOptionalIntToNullableStringMap=function(k){'use strict';return this.$XRequest4(k,'IntToNullableStringMap');};j.prototype.getOptionalStringToNullableEnumMap=function(k){'use strict';return this.$XRequest4(k,'StringToNullableEnumMap');};j.prototype.getOptionalStringToNullableFloatMap=function(k){'use strict';return this.$XRequest4(k,'StringToNullableFloatMap');};j.prototype.getOptionalStringToNullableIntMap=function(k){'use strict';return this.$XRequest4(k,'StringToNullableIntMap');};j.prototype.getOptionalStringToNullableStringMap=function(k){'use strict';return this.$XRequest4(k,'StringToNullableStringMap');};j.prototype.$XRequest3=function(k,l){'use strict';this.$XRequest5(k,l);var m=this.$XRequest1[k];if(!this.$XRequest2.hasOwnProperty(k)&&m.defaultValue){!!m.required?h(0):undefined;return i(l,m.defaultValue,m.enumType);}!(m.required||l==='Bool'||m.defaultValue!=null)?h(0):undefined;return i(l,this.$XRequest2[k],m.enumType);};j.prototype.$XRequest4=function(k,l){'use strict';this.$XRequest5(k,l);var m=this.$XRequest1[k];!!m.required?h(0):undefined;!!m.defaultValue?h(0):undefined;if(this.$XRequest2.hasOwnProperty(k))return i(l,this.$XRequest2[k],m.enumType);return null;};j.prototype.$XRequest5=function(k,l){'use strict';!this.$XRequest1.hasOwnProperty(k)?h(0):undefined;!(this.$XRequest1[k].type===l)?h(0):undefined;};f.exports=j;},null);
  238. __d('XController',['XControllerURIBuilder','XRequest'],function a(b,c,d,e,f,g,h,i){if(c.__markCompiled)c.__markCompiled();function j(k,l){'use strict';this.$XController1=k;this.$XController2=l;}j.prototype.getURIBuilder=function(k){'use strict';var l=new h(this.$XController1,this.$XController2);if(k){var m=this.getRequest(k);Object.keys(this.$XController2).forEach(function(n){var o=this.$XController2[n],p='';if(!o.required&&!o.hasOwnProperty('defaultValue'))p='Optional';var q='get'+p+o.type,r=m[q](n);if(r==null||o.hasOwnProperty('defaultValue')&&r===o.defaultValue)return;var s='set'+o.type;l[s](n,r);},this);}return l;};j.prototype.getRequest=function(k){'use strict';return new i(this.$XController1,this.$XController2,k);};j.create=function(k,l){'use strict';return new j(k,l);};f.exports=j;},null);
  239. __d('csx',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(i){throw new Error('csx: Unexpected class selector transformation.');}f.exports=h;},null);
  240. __d('MLogState',['MLinkHack','MLogger','URI'],function a(b,c,d,e,f,g,h,i,j){if(c.__markCompiled)c.__markCompiled();var k={CLICK_POSITION_BOOKMARK:1,CLICK_POSITION_REQUESTS_FLYOUT:2,CLICK_POSITION_MESSAGES_FLYOUT:3,CLICK_POSITION_NOTIFICATIONS_FLYOUT:4,_refid:null,getRefid:function(){return k._refid;},setRefid:function(l){k._refid=l;},updateLink:function(l,m){var n=k.getRefid();if(!n)return;var o=l.getNode('tag:a');if(!o||o.getAttribute('href')==='#')return;h.safe(o,function(){var p=new j(o.getAttribute('href'));p.addQueryData('refid',n);p.addQueryData('pos',m);o.setAttribute('href',p.toString());});}};f.exports=k;},null);
  241. __d('MLogging',['MLogState'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i=function(j){h.setRefid(j.refid);};g.main=i;},null);
  242. __d('MAccessibilityMarauderLogger',['setTimeoutAcrossTransitions','Stratcom','MarauderLogger'],function a(b,c,d,e,f,g,h,i,j){if(c.__markCompiled)c.__markCompiled();var k=null;function l(event){h(function(){m();},7000);}function m(){var o={installed:false};if(k!=null){k.remove();k=null;}if(typeof window.cvox!=='undefined'){o.installed=true;o.active=false;o.version='unknown';if(window.cvox.ChromeVox){o.active=window.cvox.ChromeVox.isActive;o.version=window.cvox.ChromeVox.version;}else if(window.cvox.Api){if(window.cvox.Api.isChromeVoxActive)o.active=window.cvox.Api.isChromeVoxActive();if(window.cvox.Api.getVersion){window.cvox.Api.getVersion(function(p){o.version=p;n('cvox',o);});return;}}}n('cvox',o);}function n(o,p){var q={tech:o,status:p};j.log('accessibility',null,q);}k=i.listen('m:root:render',null,l);},null);
  243. __d('XD',['FBJSON','Stratcom','lowerFacebookDomain','setTimeoutAcrossTransitions'],function a(b,c,d,e,f,g,h,i,j,k){if(c.__markCompiled)c.__markCompiled();var l={send:function(m,n){l._ensureInit();if(!window.postMessage||!window.JSON)return;if(!window.parent)return;var o=h.stringify(m);n=n?/https?:\/\/[^\/]*/.exec(n)[0]:'*';var p='fb_xdm_frame_'+location.protocol.replace(/:/,''),q=window.parent.frames[p];if(q){var r=50,s=function(){if(q.proxyMessage){q.proxyMessage(o,n);}else if(--r)k(s,100);};s();}else window.parent.postMessage(o,n);},register:function(m,n,o){l._ensureInit();i.listen('xd_msg',null,function(event){var p=event.getData();if(p.cb==m||p.method==m){if(!o)i.removeCurrentListener();n(p);}});},guid:function(){return 'f'+(Math.random()*(1<<30)).toString(16).replace('.','');},_onMessage:function(event){var m=event.data;if(typeof m=='string')try{m=h.parse(m,f.id);}catch(n){}if(m&&(m.cb||m.method))i.invoke('xd_msg',null,m);},_ensureInit:function(){if(!l._initialized){l._initialized=true;}else return;if(document.domain.toLowerCase().match(/(^|\.)facebook\..*/))j();window.addEventListener('message',l._onMessage,false);}};f.exports=l;},null);
  244. __d('InitMAjaxify',['DataStore','MLinkHack','MRequest','Stratcom','MAjaxify'],function a(b,c,d,e,f,g,h,i,j,k,l){if(c.__markCompiled)c.__markCompiled();function m(r,s){while(r&&!p(r,s))r=r.parentNode;return r;}var n={};function o(r){n[r]=n[r]||new RegExp('(^|\\s+)'+r+'(\\s+|$)');return n[r];}function p(r,s){var t=r.className||'';return t.match(o(s));}function q(r,s,t){var u=o(s);for(var v=r.length-1,w;w=r[v];v--)w.className=w.className.replace(u,'$1'+t+'$2');}k.listen('click','ajaxify',function(event){event.prevent();var r=event.getNode('ajaxify'),s=r.getAttribute('data-ajaxify-class'),t=s+'_saving',u,v,w,x=false,y=r,z=r.getAttribute('data-confirm-text');if(z&&!confirm(z))return;if(k.hasSigil(r,'toggleable')){var aa=r.getAttribute('data-toggle-class');u=aa+'_def';v=aa+'_opt';x=true;w=m(r,s);if(!w)w=m(r,t);if(!w)throw new Error('No node saving container node found.');y=w;}var ba=h.get(y);if(ba.loading)if(x){ba.request&&ba.request.abort();ba.request=null;var ca=w.querySelectorAll('.'+u),da=w.querySelectorAll('.'+v);q([w],t,s);q(ca,u,v);q(da,v,u);}else return;ba.loading=true;var ea=function(){ba&&(ba.loading=ba.request=null);ba=null;},fa=function(){k.invoke('m:ajax:complete');},ga={'finally':ea,postprocess:fa},ha=i.remove(r),ia=r.getAttribute('data-ajaxify-href')||r.getAttribute('href');if(r.getAttribute('data-method')==='post'){var ja=new j(ia);ja.setAutoRetry(true);ba.request=ja;var ka=x?ga:null;l.ajaxify(event.getRawEvent(),r,ja,s,ka);}else l.link(event.getRawEvent(),ia,s,ga);if(ha)i.add(r);});},null);
  245. __d('MTouchHelper',['JavelinEvent','StratcomManager','Vector'],function a(b,c,d,e,f,g,h,i,j){if(c.__markCompiled)c.__markCompiled();function k(){}Object.assign(k,{USE_TOUCH:'ontouchstart' in document,EVT_TOUCHSTART:'touchstart',EVT_TOUCHEND:'touchend',EVT_TOUCHMOVE:'touchmove',EVT_TOUCHCANCEL:'touchcancel',isMultiTouch:function(event){var l=event;if(event instanceof h)l=event.getRawEvent();return l.touches?l.touches.length>1:false;},getCenterTouch:function(event){var l=k.getTouches(event),m=new j(0,0);for(var n=0;n<l.length;n++)m=m.add(j.getPos(l[n]));if(l.length){m.x/=l.length;m.y/=l.length;}return m;},_getDistance:function(l,m){return Math.sqrt(Math.pow(l.x-m.x,2)+Math.pow(l.y-m.y,2));},getTouchRadius:function(event){var l=k.getTouches(event);if(l.length===2){return this._getDistance(j.getPos(l[0]),j.getPos(l[1]))/2;}else{var m=0,n=k.getCenterTouch(event);for(var o=0,p;p=l[o];o++)m=Math.max(m,this._getDistance(n,j.getPos(p)));return m;}},getTouchPageCoord:function(event){var l=k.getTouches(event)[0];return {x:l.pageX,y:l.pageY};},getTouchClientCoord:function(event){var l=k.getTouches(event)[0];return {x:l.clientX,y:l.clientY};},getTouches:function(event){var l,m=event;if(event instanceof h)m=event.getRawEvent();if(m.targetTouches&&m.targetTouches[0]){l=m.targetTouches;}else if(m.touches&&m.touches[0]){l=m.touches;}else if(m.changedTouches&&m.changedTouches[0]){l=m.changedTouches;}else l=[m];return l;}});(function(){i.enableDispatch(window,'touchmove');})();f.exports=k;},null);
  246. __d('MTouchClick',['MCache','MTouchHelper','Stratcom','Vector'],function a(b,c,d,e,f,g,h,i,j,k){if(c.__markCompiled)c.__markCompiled();var l='MTouchClick.RECENT_CLICKS',m=20,n=2000,o=['click'],p=null,q=null,r=navigator.userAgent.indexOf('Android')===-1&&navigator.userAgent.match(/^Mozilla\/.*Mobile;.*Gecko\/.*Firefox/g);function s(){var x=u(),y=Date.now();x=x.filter(function(z){return y-z.time<n;});h.setItem(l,x);return x.map(function(z){return z.click;});}function t(x){var y=Date.now(),z=x.map(function(aa){return {click:aa,time:y};});z=z.concat(u());h.setItem(l,z);}function u(){var x=h.getItem(l);return Array.isArray(x)?x:[];}function v(x,y,event){var z=document.createEvent('MouseEvents'),aa=event?i.getTouchClientCoord(event):{};event=event?event.getRawEvent():{};z.initMouseEvent(y,true,true,window,0,event.screenX||0,event.screenY||0,aa.x||0,aa.y||0,false,false,false,false,0,null);x.dispatchEvent(z);return z;}var w={hasTouchEvents:function(){return 'ontouchstart' in window;},click:function(x,event){if(event){if(event._processed)return;event._processed=true;}if(r&&x.tagName==='INPUT'&&x.getAttribute('type')==='file'){x.click();return;}o.forEach(function(y){v(x,y,event);});w.killGhostClicksNearTouch();},killGhostClicksNearTouch:function(){t([p,q]);}};(function(){if(!w.hasTouchEvents())return;function x(ba,ca){return Math.abs(ba.x-ca.x)<=m&&Math.abs(ba.y-ca.y)<=m;}function y(ba){var ca=s();if(ba.detail>0&&ca.length>0){var da=aa(ba);for(var ea=0;ea<ca.length;ea++){var fa=ca[ea];if(x(da.client,fa.client)||x(da.screen,fa.screen))return true;}}return false;}function z(event){if(y(event)){event.preventDefault();event.stopPropagation();}}o.forEach(function(ba){document.addEventListener(ba,z,true);});function aa(event){return {client:new k(event.clientX,event.clientY),screen:new k(event.screenX,event.screenY)};}j.listen('touchstart',null,function(event){var ba=event.getRawEvent().touches[0];p=aa(ba);q=aa(ba);});j.listen('touchmove',null,function(event){var ba=event.getRawEvent().touches[0];w._touchEndPosition=aa(ba);});})();f.exports=w;},null);
  247. __d('MTouchScroll',['Stratcom'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i={_blocks:0,_blocker:null,_releaser:null,release:function(){if(i._blocks){if(i._releaser){i._releaser.remove();i._releaser=null;}i._blocks--;if(!i._blocks){i._blocker.remove();i._blocker=null;}}},block:function(){if(!i._blocks)i._blocker=h.listen('touchmove',null,function(event){event.prevent();});i._blocks++;},blockDuringTouch:function(event){event.prevent();if(!i._blocks){i.block();i._releaser=h.listen(['touchcancel','touchend'],null,i.release);}}};f.exports=i;},null);
  248. __d('MBlockingTouchable',['setTimeoutAcrossTransitions','CSS','DataStore','MTouchClick','MTouchScroll','Stratcom','Vector'],function a(b,c,d,e,f,g,h,i,j,k,l,m,n){if(c.__markCompiled)c.__markCompiled();if(k.hasTouchEvents()){var o='blocking-touchable',p=30,q=20,r,s,t,u,v,w,x;function y(event){s=event.getNode(o);if(s.getAttribute('disabled')!==null){event.prevent();s=null;return;}var fa=event.getRawEvent().targetTouches[0];r=[m.listen('touchmove',o,aa),m.listen('touchend',o,z),m.listen('touchcancel',o,ca)];var ga=n.getDim(s);u=Math.min(ga.x/2,p);v=Math.min(ga.y/2,q);t={x:fa.screenX,y:fa.screenY};if(j.get(s).allowScroll){x=false;clearTimeout(w);w=h(function(){x=true;da(ea(event));l.blockDuringTouch(event);},100);}else{x=true;da(true);l.blockDuringTouch(event);}}function z(event){if(s&&ea(event)){k.click(s,event);}else k.killGhostClicksNearTouch();ca();}function aa(event){if(x){l.blockDuringTouch(event);da(ea(event));}else if(s)ba();}function ba(){s&&da(false);clearTimeout(w);x=false;s=t=null;}function ca(){ba();r.forEach(function(fa){fa.remove();});r=[];}function da(fa){if(s)i.conditionClass(s,'touched',fa);}function ea(event){var fa=event.getRawEvent().changedTouches[0];return (Math.abs(t.y-fa.screenY)<=v&&Math.abs(t.x-fa.screenX)<=u);}m.listen('touchstart',o,y);}},null);
  249. __d('MScrollPositionSaver',['setTimeoutAcrossTransitions','$','Stratcom','MViewport','Vector'],function a(b,c,d,e,f,g,h,i,j,k,l){if(c.__markCompiled)c.__markCompiled();var m={getElementPositionY:function(t){return l.getPos(t).y;},getScrollPosition:function(){var t=i('root'),u=k.getScrollTop();if(u<k.getHeight()/3)return {element:document.body,hiddenRatio:0};do{var v=[];for(var w=0;w<t.childNodes.length;w++){var x=t.childNodes[w];if(x.nodeType!==1)continue;var y=document.defaultView.getComputedStyle(x,'');if(y.display!='none'&&y.visibility!='hidden')v.push(x);}if(!v.length)break;var z=u;if(v[0].offsetParent)z-=m.getElementPositionY(v[0].offsetParent);var aa=0,ba=v.length-1;while(aa<=ba){var ca=Math.floor((aa+ba)/2);if(v[ca].offsetTop<=z){aa=ca+1;}else ba=ca-1;}t=v[Math.max(ba,0)];}while(!j.hasSigil(t,'marea'));var da=Math.max(u-m.getElementPositionY(t),0),ea=0;if(t.offsetHeight)ea=Math.min(da/t.offsetHeight,1);return {element:t,hiddenRatio:ea};},setScrollPosition:function(t){var u=t.element.offsetHeight*t.hiddenRatio,v=m.getElementPositionY(t.element)+parseInt(u,10),w=k.getScrollTop();if(v>0||w>0)k.scrollTo(0,v);}},n=null,o=null,p=k.isLandscape(),q=false,r=false;function s(){var t=k.getScrollTop();if(t!=n){o=m.getScrollPosition();n=t;}r=false;}j.listen('scroll',null,function(t){if(t.getType()=='scroll'&&q)return;if(!r){h(s,50);r=true;}});j.listen('resize',null,function(){q=true;h(function(){var t=k.isLandscape();if(o&&p!==t){p=t;m.setScrollPosition(o);s();}q=false;},200);});f.exports=m;},null);
  250. __d('MTouchable',['setTimeoutAcrossTransitions','CSS','DataStore','MTouchClick','Stratcom','MTouchableSyntheticClickGK'],function a(b,c,d,e,f,g,h,i,j,k,l){if(c.__markCompiled)c.__markCompiled();var m=c('MTouchableSyntheticClickGK').USE_SYNTHETIC_CLICK,n='touchable',o=3,p=160,q,r,s,t,u,v;function w(event){if(r)da(false);r=event.getNode(n);if(r.getAttribute('disabled')!==null){event.prevent();r=null;return;}var fa=event.getRawEvent().targetTouches[0];s=fa.target;ba();q=[l.listen('touchmove',n,x),l.listen('touchend',n,y),l.listen('touchcancel',n,z)];t={x:fa.screenX,y:fa.screenY};u=h(function(){r&&da(true);},p);}function x(event){if(r&&ea(event)){da(false);aa();}}function y(event){if(r){var fa=!v;da(true);if(m&&!j.get(r).nativeClick&&s.getAttribute('target')!='_blank')k.click(s,event);ca(fa);}else{k.killGhostClicksNearTouch();ca();}}function z(){if(r)da(false);ca();}function aa(fa){clearTimeout(u);r&&h(da.bind(null,false,r),fa?p:0);v=false;s=r=t=null;}function ba(){if(q){q.forEach(function(fa){fa.remove();});q=[];}}function ca(fa){aa(fa);ba();}function da(fa,ga){if(!ga)v=fa;i.conditionClass(ga||r,'touched',fa);}function ea(event){var fa=event.getRawEvent().targetTouches[0],ga=event.getNode('moving-box')||document.documentElement.scrollWidth>window.innerWidth;return (Math.abs(t.y-fa.screenY)>=o||ga&&Math.abs(t.x-fa.screenX)>=o);}if(k.hasTouchEvents())l.listen('touchstart',n,w);},null);
  251. __d('MModalDialog',['setTimeoutAcrossTransitions','$','CSS','DOM','MLinkHack','MPageCache','MRequest','MRequestGateway','Stratcom','MHistory','MPageController','MRequestTypes','MScrollPositionSaver','MURI','MViewport','URI','fbt','FWLoader'],function a(b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x){if(c.__markCompiled)c.__markCompiled();var y=c('FWLoader').FW,z='dialog-ignore-subtree-links',aa='mds',ba='mdf',ca='fw:modal-dialog:close',da='m:modal-dialog:step-change',ea='m:modal-dialog:initial-load',fa='m:modal-dialog:close',ga='m:modal-dialog:will-close',ha=null,ia=false,ja=false,ka=false,la=null,ma=null,na=null,oa=null,pa=null,qa=null,ra=null,sa=[],ta=false,ua=null,va=null;function wa(){return ja;}function xa(dc,ec){ta=true;za(dc,ec);}function ya(dc,ec,fc){va=ec;za(dc,fc);}function za(dc,ec,fc){if(window.FW_ENABLED){if(ec)p.listen(ca,null,function(hc){p.removeCurrentListener();ec(hc.getData());});var gc=encodeURIComponent(dc);y.openInNewWebView('fb://facewebmodal/f?href='+gc);return;}if(ja)throw new Error('A modal dialog is already open.');k.hide(yb());k.setContent(xb(),null);ja=true;pb(true);la=ec;if(fc){eb(fc);}else eb(x._("Loading..."));hb(true);ra=t.getScrollPosition();bb(dc,{firstStep:true});k.hide(i('viewport'));k.show(ha);v.scrollToHeader();qa=v.getUseableHeight()-i('mDialogHeader').offsetHeight;}function ab(dc){if(window.FW_ENABLED){y.broadcastEvent(ca,null,dc,1);y.dismissModalDialog(true);return;}if(!!dc&&dc.goBack===true){ua=kb.bind(null,dc);window.history.go(-1);}else kb(dc);}function bb(dc,ec){ec=ec||{};if(!ec.dontPushState)cb(va,dc,ec);ub(dc);}function cb(dc,ec,fc){ma=ec||ma;fc=fc||{};sa.push(v.getScrollPos());if(!window.FW_ENABLED){dc=dc||q.getPath();var gc=new u(dc).addQueryData(q.SOFT_STATE_KEY).addQueryData(aa,ma.toString());if(fc.firstStep){gc.addQueryData(ba,1);}else gc.addQueryData(ba,undefined);q.pushState(gc.toString());}}function db(){p.invoke(da);if(window.FW_ENABLED){ob(true);}else{ka=true;window.history.go(-1);}if(sa.length){var dc=sa.pop();setTimeout(function(){v.scrollTo(dc.x,dc.y);});}}function eb(dc){k.setContent(oa,dc);}function fb(){return oa.innerText;}function gb(dc){j.conditionClass(i('modalDialog'),'spin',dc);}function hb(dc){k.scry(i('mDialogHeader'),'button').forEach(function(ec){ec.disabled=!dc;});}function ib(dc){jb();ja=true;na=dc;p.invoke(da);}function jb(){var dc=i('modalDialog');if(ha===dc)return;ha=dc;p.addSigil(ha,'context-layer-root');oa=k.find(dc,'div','dialog-title');k.listen(dc,'click','dialog-cancel-button',function(ec){ec.kill();ab({canceled:true,goBack:true});});k.listen(dc,'click','dialog-back-button',function(ec){ec.kill();db();});k.listen(dc,'click',null,function(ec){var fc=ec.getNode('tag:a');if(!fc)return;if(ec.getPrevented())return;var gc=ec.getNode(z);if(fc.getAttribute('rel')=='ignore'||gc)return;ec.kill();if(p.hasSigil(fc,'cancel-link')){db();return;}l.remove(fc);var hc=fc.getAttribute('href');h(bb.bind(null,hc),200);});if(window.FW_ENABLED){pa=[];}else p.listen('m:history:change',null,lb);p.listen('m:page:unload',null,function(){if(!window.FW_ENABLED&&ja)ab({canceled:true});});}function kb(dc){p.invoke(ga);k.hide(ha);k.show(i('viewport'));if(ra)t.setScrollPosition(ra);if(la)la(dc);p.invoke(da);k.setContent(i('modalDialogView'),null);p.invoke(fa);ja=false;}function lb(dc){var ec=new w(dc.getData().path).getQueryData(),fc=ec[aa];if(ua!==null){if(fc){dc.kill();window.history.go(-1);}else{var gc=ua;ua=null;gc();}return;}if(!ja){if(fc){dc.kill();window.history.go(-1);}return;}dc.prevent();if(!fc&&!ta){ab({canceled:true});return;}pb(!!ec[ba]);if(fc===ma.toString())return;o.stopAllRequests();ma=new w(fc);if(!ka&&m.isPageCached(fc,r.HISTORY_EXPIRE_MS)){var hc=m.getCachedPage(fc);hc.listen('complete',vb.bind(this,fc));hc.process();}else{ka=false;ub(fc);}}function mb(dc){this._customData=dc;}function nb(){return this._customData;}function ob(dc){if(pa.length===0)return;var ec=pa.pop();if(pa.length===0)pb(true);if(dc){bb(ec.uri);}else{k.setContent(i('modalDialogView'),ec.content);wb(ec.rightButtons);eb(ec.title);vb(ec.uri);}}function pb(dc){j.conditionClass(i('mDialogHeader'),'firstStep',dc);ia=dc;}function qb(){return ia;}function rb(){k.hide(zb());k.show(yb());}function sb(){k.show(zb());k.hide(yb());}function tb(){k.hide(zb());k.hide(yb());}function ub(dc){function ec(gc){var hc=document.createDocumentFragment();while(gc.firstChild)hc.appendChild(gc.removeChild(gc.firstChild));return hc;}gb(true);if(!qb())p.invoke(da);if(window.FW_ENABLED){pa.push({content:ec(i('modalDialogView')),uri:na,title:fb(),rightButtons:ec(i('modalDialogHeaderButtons'))});pb(false);}var fc=new n(new u(dc).toString()).setType(s.TRANSITION);fc.setMethod('GET');fc.listen('postprocess',function(gc){if(!window.FW_ENABLED)m.setCachedPage(dc,gc.response);vb(dc);});fc.send();}function vb(dc){if(!window.FW_ENABLED)i('modalDialogView').style.minHeight=qa+'px';gb(false);na=dc;if(qb())p.invoke(ea,null,{uri:dc});p.invoke('m:ajax:complete');}function wb(dc){k.setContent(xb(),dc);}function xb(){return i('modalDialogHeaderButtons');}function yb(){return k.find(ha,'*','dialog-cancel-button');}function zb(){return k.find(ha,'*','dialog-back-button');}function ac(dc){if(dc){k.replace(yb(),dc);}else k.hide(yb());}function bc(dc){p.addSigil(dc,z);}function cc(dc){if(ja){bb(dc);}else za(dc);}g.init=jb;g._replaceButtons=wb;g._replaceCancelButton=ac;g.STEP_CHANGE_EVENT=da;g.INITIAL_LOAD_EVENT=ea;g.CLOSE_EVENT=fa;g.WILL_CLOSE_EVENT=ga;g.close=ab;g.getIsFirstStep=qb;g.goBack=db;g.initForFaceweb=ib;g.isOpen=wa;g.load=bb;g.loadOrOpen=cc;g.open=za;g.pushState=cb;g.openWithNoHistoryChangeClose=xa;g.setSpinnerVisibility=gb;g.setTitle=eb;g.ignoreLinks=bc;g.setHeaderButtonsEnabledState=hb;g.openWithPermalinkURI=ya;g.showCancelButton=rb;g.showBackButton=sb;g.hideBackAndCancelButtons=tb;g.setCustomData=mb;g.getCustomData=nb;},null);
  252. __d("MTextarea",[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(i){"use strict";this.$MTextarea1=i;}h.prototype.getTextareaNode=function(){"use strict";return this.$MTextarea1;};f.exports=h;},null);
  253. __d('MLinkshim',['$','setTimeoutAcrossTransitions','AsyncSignal','Stratcom','DataStore','LinkshimHandlerConfig'],function a(b,c,d,e,f,g,h,i,j,k,l,m){if(c.__markCompiled)c.__markCompiled();var n='MLinkshim',o={onClick:function(p){var q=p.getNode(n),r=l.get(q);o.click(q,r.dest_uri,r.logging_uri);},click:function(p,q,r){var s=h('meta_referrer');s.content=m.switched_meta_referrer_policy;p.href=q;i(function(){s.content=m.default_meta_referrer_policy;new j(r,{}).send();},100);}};k.listen('click',n,o.onClick);f.exports=o;},null);
  254. __d('MDeepCopy',[],function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(k){if(Array.isArray(k)){return j(k);}else if(typeof k==='object'&&k!==null){return i(k);}else return k;}function i(k){var l={};for(var m in k)if(k.hasOwnProperty(m))l[m]=h(k[m]);return l;}function j(k){var l=k.slice();for(var m=0;m<l.length;++m)l[m]=h(l[m]);return l;}f.exports=h;},null);
  255. __d('MLiveData',['MDeepCopy','Stratcom','eventsMixinDeprecated'],function a(b,c,d,e,f,g,h,i,j){if(c.__markCompiled)c.__markCompiled();var k={},l={},m,n={},o,p;function q(s){'use strict';this.$MLiveDataObject1=s;}q.prototype.getData=function(){'use strict';return h(k[this.$MLiveDataObject1]||{});};j(q,['change']);var r={_set:function(s,t,u){var v=k[s],w=v&&v.timestamp&&t.timestamp&&v.timestamp>t.timestamp;if(p||w)return;if(!v||u){k[s]=t;}else Object.assign(k[s]||{},t);if(!l[s])l[s]=new q(s);l[s].invoke('change');},update:function(s,t){this._set(s,t,false);},set:function(s,t){this._set(s,t,true);},get:function(s){if(!m)m=i.listen('m:page:render:cache:start',null,function(){p=true;i.listen('m:page:iui:response:complete',null,function(){p=false;i.removeCurrentListener();Object.keys(n).forEach(function(t){var u=k[t];if(u&&Object.keys(u).length)l[t].invoke('change');});});});if(!n[s])n[s]=true;if(!o)o=i.listen('m:page:unload',null,function(){n={};});if(!l[s])l[s]=new q(s);return l[s];}};f.exports=r;},null);
  256. __d('MobileZeroRewriteURL',['MChannelManager'],function a(b,c,d,e,f,g,h){if(c.__markCompiled)c.__markCompiled();var i=null,j=null;function k(o){if(!o)return;i=o.regex_matcher;j=o.regex_replacer;for(var p=0;p<i.length;p++){var q=i[p];if(q.indexOf('^')===0)q=q.substr(1);var r=new RegExp(q,'i');i[p]=r;}h.setTransform(l);}function l(o){if(!i)return o;m(o);return o;}function m(o){if(!o)return;if(Array.isArray(o)){for(var p=0;p<o.length;p++)n(o,p);}else for(var q in o)if(o.hasOwnProperty(q))n(o,q);}function n(o,p){var q=o[p],r=typeof q;if(r==='object'){m(q);}else if(r==='string'&&q.indexOf('<img')>=0){q=q.replace(/<img[^>]*>/gi,function(s){for(var t=0;t<i.length;t++){var u=i[t];if(u.test(s))return s.replace(u,j[t]);}return s;});o[p]=q;}}g.main=k;},null);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement