/*!CK:503853740!*//*1403491291,*/ if (self.CavalryLogger) { CavalryLogger.start_js(["K4gAX"]); } __d("ActorURIConfig",[],function(a,b,c,d,e,f){e.exports={PARAMETER_ACTOR:"__av"};},null); __d("isFacebookURI",[],function(a,b,c,d,e,f){var g=null,h=['http','https'];function i(j){if(!g)g=new RegExp('(^|\\.)facebook\\.com$','i');if(j.isEmpty())return false;if(!j.getDomain()&&!j.getProtocol())return true;return (h.indexOf(j.getProtocol())!==-1&&g.test(j.getDomain()));}e.exports=i;},null); __d("unqualifyURI",[],function(a,b,c,d,e,f){function g(h){h.setProtocol(null).setDomain(null).setPort(null);}e.exports=g;},null); __d("URI",["PHPQuerySerializer","URIBase","isFacebookURI","unqualifyURI","copyProperties","goURI"],function(a,b,c,d,e,f,g,h,i,j,k,l){for(var m in h)if(h.hasOwnProperty(m))o[m]=h[m];var n=h===null?null:h.prototype;o.prototype=Object.create(n);o.prototype.constructor=o;o.__superConstructor__=h;function o(p){"use strict";if(!(this instanceof o))return new o(p||window.location.href);h.call(this,p||'',g);}o.prototype.setPath=function(p){"use strict";this.path=p;return n.setPath.call(this,p);};o.prototype.getPath=function(){"use strict";var p=n.getPath.call(this);if(p)return p.replace(/^\/+/,'/');return p;};o.prototype.setProtocol=function(p){"use strict";this.protocol=p;return n.setProtocol.call(this,p);};o.prototype.setDomain=function(p){"use strict";this.domain=p;return n.setDomain.call(this,p);};o.prototype.setPort=function(p){"use strict";this.port=p;return n.setPort.call(this,p);};o.prototype.setFragment=function(p){"use strict";this.fragment=p;return n.setFragment.call(this,p);};o.prototype.valueOf=function(){"use strict";return this.toString();};o.prototype.isFacebookURI=function(){"use strict";return i(this);};o.prototype.isLinkshimURI=function(){"use strict";if(i(this)&&(this.getPath()==='/l.php'||this.getPath().indexOf('/si/ajax/l/')===0||this.getPath().indexOf('/l/')===0||this.getPath().indexOf('l/')===0))return true;return false;};o.prototype.getRegisteredDomain=function(){"use strict";if(!this.getDomain())return '';if(!i(this))return null;var p=this.getDomain().split('.'),q=p.indexOf('facebook');return p.slice(q).join('.');};o.prototype.getUnqualifiedURI=function(){"use strict";var p=new o(this);j(p);return p;};o.prototype.getQualifiedURI=function(){"use strict";return new o(this).$URI0();};o.prototype.$URI0=function(){"use strict";if(!this.getDomain()){var p=o();this.setProtocol(p.getProtocol()).setDomain(p.getDomain()).setPort(p.getPort());}return this;};o.prototype.isSameOrigin=function(p){"use strict";var q=p||window.location.href;if(!(q instanceof o))q=new o(q.toString());if(this.isEmpty()||q.isEmpty())return false;if(this.getProtocol()&&this.getProtocol()!=q.getProtocol())return false;if(this.getDomain()&&this.getDomain()!=q.getDomain())return false;if(this.getPort()&&this.getPort()!=q.getPort())return false;return true;};o.prototype.go=function(p){"use strict";l(this,p);};o.prototype.setSubdomain=function(p){"use strict";var q=this.$URI0().getDomain().split('.');if(q.length<=2){q.unshift(p);}else q[0]=p;return this.setDomain(q.join('.'));};o.prototype.getSubdomain=function(){"use strict";if(!this.getDomain())return '';var p=this.getDomain().split('.');if(p.length<=2){return '';}else return p[0];};o.isValidURI=function(p){"use strict";return h.isValidURI(p,g);};k(o,{getRequestURI:function(p,q){p=p===undefined||p;var r=a.PageTransitions;if(p&&r&&r.isInitialized()){return r.getCurrentURI(!!q).getQualifiedURI();}else return new o(window.location.href);},getMostRecentURI:function(){var p=a.PageTransitions;if(p&&p.isInitialized()){return p.getMostRecentURI().getQualifiedURI();}else return new o(window.location.href);},getNextURI:function(){var p=a.PageTransitions;if(p&&p.isInitialized()){return p.getNextURI().getQualifiedURI();}else return new o(window.location.href);},expression:/(((\w+):\/\/)([^\/:]*)(:(\d+))?)?([^#?]*)(\?([^#]*))?(#(.*))?/,arrayQueryExpression:/^(\w+)((?:\[\w*\])+)=?(.*)/,encodeComponent:function(p){return encodeURIComponent(p).replace(/%5D/g,"]").replace(/%5B/g,"[");},decodeComponent:function(p){return decodeURIComponent(p.replace(/\+/g,' '));}});e.exports=o;},null); __d("memoize",["invariant"],function(a,b,c,d,e,f,g){function h(i){var j;return function(){var k=Array.prototype.slice.call(arguments,0);g(!k.length);if(i){j=i();i=null;}return j;};}e.exports=h;},null); __d("AsyncSignal",["ErrorUtils","QueryString","TrackingConfig","URI","isFacebookURI","copyProperties","getAsyncParams","memoize"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){function o(p,q){this.data=q||{};if(i.domain&&p.charAt(0)=='/')p=i.domain+p;this.uri=p;}o.prototype.setHandler=function(p){this.handler=p;return this;};o.prototype.setTimeout=function(p){this.timeout=p;return this;};o.prototype.send=function(){var p=this.handler,q=this.data,r=new Image();if(p){var s=n(function(){g.applyWithGuard(p,null,[r.height==1]);});r.onload=r.onerror=function(){s();};if(this.timeout)setTimeout(s,this.timeout);}q.asyncSignal=(Math.random()*10000|0)+1;var t=k(new j(this.uri));if(t){l(q,m('POST'));}else throw new Error("'"+this.uri+"' "+"is an external URL, you should not send async signals to offsite links.");r.src=h.appendToUrl(this.uri,q);return this;};e.exports=o;},null); __d("isNode",[],function(a,b,c,d,e,f){function g(h){return !!(h&&(typeof Node==='function'?h instanceof Node:typeof h==='object'&&typeof h.nodeType==='number'&&typeof h.nodeName==='string'));}e.exports=g;},null); __d("isTextNode",["isNode"],function(a,b,c,d,e,f,g){function h(i){return g(i)&&i.nodeType==3;}e.exports=h;},null); __d("containsNode",["isTextNode"],function(a,b,c,d,e,f,g){function h(i,j){if(!i||!j){return false;}else if(i===j){return true;}else if(g(i)){return false;}else if(g(j)){return h(i,j.parentNode);}else if(i.contains){return i.contains(j);}else if(i.compareDocumentPosition){return !!(i.compareDocumentPosition(j)&16);}else return false;}e.exports=h;},null); __d("getDocumentScrollElement",[],function(a,b,c,d,e,f){"use strict";var g=typeof navigator!=='undefined'&&navigator.userAgent.indexOf('AppleWebKit')>-1;function h(i){i=i||document;return !g&&i.compatMode==='CSS1Compat'?i.documentElement:i.body;}e.exports=h;},null); __d("isElementNode",["isNode"],function(a,b,c,d,e,f,g){function h(i){return g(i)&&i.nodeType==1;}e.exports=h;},null); __d("getElementText",["isElementNode","isTextNode"],function(a,b,c,d,e,f,g,h){var i=null;function j(k){if(h(k)){return k.data;}else if(g(k)){if(i===null){var l=document.createElement('div');i=l.textContent!=null?'textContent':'innerText';}return k[i];}else return '';}e.exports=j;},null); __d("DOMQuery",["CSS","containsNode","createArrayFrom","createObjectFrom","ge","getDocumentScrollElement","getElementText","isElementNode","isNode","isTextNode"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){function q(s,t){return s.hasAttribute?s.hasAttribute(t):s.getAttribute(t)!==null;}var r={find:function(s,t){var u=r.scry(s,t);return u[0];},findPushSafe:function(s,t,u){var v=r.scry(s,t),w=r.scry(s,u),x;if(v.length===1&&w.length===1&&v[0]===w[0]){x=v;}else x=v.concat(w);return x[0];},scry:function(s,t){if(!s||!s.getElementsByTagName)return [];var u=t.split(' '),v=[s];for(var w=0;w',''],l=[1,'','
'],m=[3,'','
'],n=[1,'',''],o={'*':[1,'?
','
'],area:[1,'',''],col:[2,'','
'],legend:[1,'
','
'],param:[1,'',''],tr:[2,'','
'],optgroup:k,option:k,caption:l,colgroup:l,tbody:l,tfoot:l,thead:l,td:m,th:m,circle:n,defs:n,ellipse:n,g:n,line:n,linearGradient:n,path:n,polygon:n,polyline:n,radialGradient:n,rect:n,stop:n,text:n};function p(q){h(!!i);if(!o.hasOwnProperty(q))q='*';if(!j.hasOwnProperty(q)){if(q==='*'){i.innerHTML='';}else i.innerHTML='<'+q+'>';j[q]=!i.firstChild;}return j[q]?o[q]:null;}e.exports=p;},null); __d("createNodesFromMarkup",["ExecutionEnvironment","createArrayFrom","getMarkupWrap","invariant"],function(a,b,c,d,e,f,g,h,i,j){var k=g.canUseDOM?document.createElement('div'):null,l=/^\s*<(\w+)/;function m(o){var p=o.match(l);return p&&p[1].toLowerCase();}function n(o,p){var q=k;j(!!k);var r=m(o),s=r&&i(r);if(s){q.innerHTML=s[1]+o+s[2];var t=s[0];while(t--)q=q.lastChild;}else q.innerHTML=o;var u=q.getElementsByTagName('script');if(u.length){j(p);h(u).forEach(p);}var v=h(q.childNodes);while(q.lastChild)q.removeChild(q.lastChild);return v;}e.exports=n;},null); __d("evalGlobal",[],function(a,b,c,d,e,f){function g(h){if(typeof h!='string')throw new TypeError('JS sent to evalGlobal is not a string. Only strings are permitted.');if(!h)return;var i=document.createElement('script');try{i.appendChild(document.createTextNode(h));}catch(j){i.text=h;}var k=document.getElementsByTagName('head')[0]||document.documentElement;k.appendChild(i);k.removeChild(i);}e.exports=g;},null); __d("HTML",["Bootloader","createNodesFromMarkup","emptyFunction","evalGlobal","invariant"],function(a,b,c,d,e,f,g,h,i,j,k){var l=/(<(\w+)[^>]*?)\/>/g,m={abbr:true,area:true,br:true,col:true,embed:true,hr:true,img:true,input:true,link:true,meta:true,param:true};function n(o){"use strict";if(o&&typeof o.__html==='string')o=o.__html;if(!(this instanceof n)){if(o instanceof n)return o;return new n(o);}if(o){var p=typeof o;k(p==='string');}this._markup=o||'';this._defer=false;this._extraAction='';this._nodes=null;this._inlineJS=i;this._rootNode=null;}n.prototype.toString=function(){"use strict";var o=this._markup;if(this._extraAction)o+='