!function(e,t){sumo.define("plugins/css",[],function(){if("undefined"==typeof window)return{load:function(e,t,i){i()}};var e=document.getElementsByTagName("head")[0],t=window.navigator.userAgent.match(/Trident\/([^ ;]*)|AppleWebKit\/([^ ;]*)|Opera\/([^ ;]*)|rv\:([^ ;]*)(.*?)Gecko\/([^ ;]*)|MSIE\s([^ ;]*)/)||0,i=!1,s=!0;t[1]||t[7]?i=parseInt(t[1])<6||parseInt(t[7])<=9:t[2]?s=!1:t[4]&&(i=parseInt(t[4])<18);var r={};r.pluginBuilder="./css-builder";var n,o=function(){n=document.createElement("style"),e.appendChild(n)},a=function(e,t){o();var i=n.styleSheet||n.sheet;if(i&&i.addImport)i.addImport(e),n.onload=t;else{n.textContent='@import "'+e+'";';var s=setInterval(function(){try{n.sheet.cssRules,clearInterval(s),t()}catch(e){}},10)}},l=function(t,i){var r=document.createElement("link");if(r.type="text/css",r.rel="stylesheet",s)r.onload=function(){r.onload=function(){},setTimeout(i,7)};else var n=setInterval(function(){for(var e=0;e]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'".,<>?«»“”‘’]))/gi,r.findUri={start:/\b(?:([a-z][a-z0-9.+-]*:\/\/)|www\.)/gi,end:/[\s\r\n]|$/,trim:/[`!()\[\]{};:'".,<>?«»“”„‘’]+$/},r.defaultPorts={http:"80",https:"443",ftp:"21",gopher:"70",ws:"80",wss:"443"},r.invalid_hostname_characters=/[^a-zA-Z0-9\.-]/,r.domAttributes={a:"href",blockquote:"cite",link:"href",base:"href",script:"src",form:"action",img:"src",area:"href",iframe:"src",embed:"src",source:"src",track:"src",input:"src"},r.getDomAttribute=function(e){if(e&&e.nodeName){var t=e.nodeName.toLowerCase();if("input"!==t||"image"===e.type)return r.domAttributes[t]}},r.encode=m,r.decode=decodeURIComponent,r.iso8859=function(){r.encode=escape,r.decode=unescape},r.unicode=function(){r.encode=m,r.decode=decodeURIComponent},r.characters={pathname:{encode:{expression:/%(24|26|2B|2C|3B|3D|3A|40)/gi,map:{"%24":"$","%26":"&","%2B":"+","%2C":",","%3B":";","%3D":"=","%3A":":","%40":"@"}},decode:{expression:/[\/\?#]/g,map:{"/":"%2F","?":"%3F","#":"%23"}}},reserved:{encode:{expression:/%(21|23|24|26|27|28|29|2A|2B|2C|2F|3A|3B|3D|3F|40|5B|5D)/gi,map:{"%3A":":","%2F":"/","%3F":"?","%23":"#","%5B":"[","%5D":"]","%40":"@","%21":"!","%24":"$","%26":"&","%27":"'","%28":"(","%29":")","%2A":"*","%2B":"+","%2C":",","%3B":";","%3D":"="}}}},r.encodeQuery=function(e,t){var i=r.encode(e+"");return t?i.replace(/%20/g,"+"):i},r.decodeQuery=function(e,t){e+="";try{return r.decode(t?e.replace(/\+/g,"%20"):e)}catch(t){return e}},r.recodePath=function(e){for(var t=(e+"").split("/"),i=0,s=t.length;i-1&&(t.fragment=e.substring(i+1)||null,e=e.substring(0,i)),i=e.indexOf("?"),i>-1&&(t.query=e.substring(i+1)||null,e=e.substring(0,i)),"//"===e.substring(0,2)?(t.protocol=null,e=e.substring(2),e=r.parseAuthority(e,t)):(i=e.indexOf(":"))>-1&&(t.protocol=e.substring(0,i)||null,t.protocol&&!t.protocol.match(r.protocol_expression)?t.protocol=void 0:"file"===t.protocol?e=e.substring(i+3):"//"===e.substring(i+1,i+3)?(e=e.substring(i+3),e=r.parseAuthority(e,t)):(e=e.substring(i+1),t.urn=!0)),t.path=e,t},r.parseHost=function(e,t){var i=e.indexOf("/"),s,r;return-1===i&&(i=e.length),"["===e.charAt(0)?(s=e.indexOf("]"),t.hostname=e.substring(1,s)||null,t.port=e.substring(s+2,i)||null):e.indexOf(":")!==e.lastIndexOf(":")?(t.hostname=e.substring(0,i)||null,t.port=null):(r=e.substring(0,i).split(":"),t.hostname=r[0]||null,t.port=r[1]||null),t.hostname&&"/"!==e.substring(i).charAt(0)&&(i++,e="/"+e),e.substring(i)||"/"},r.parseAuthority=function(e,t){return e=r.parseUserinfo(e,t),r.parseHost(e,t)},r.parseUserinfo=function(e,t){var i=e.indexOf("/"),s=i>-1?e.lastIndexOf("@",i):e.indexOf("@"),n;return s>-1&&(-1===i||s>16,s=e>>8&255,i=255&e),r=Math.sqrt(t*t*.299+s*s*.587+i*i*.114),r>127.5?"light":"dark"},whiteOrBlack:function(e){return"light"==this.lightOrDark(e)?"black":"white"},shadeColor:function(e,t){e=e.toString();var i=parseInt(e.slice(1),16),s=Math.round(2.55*t),r=(i>>16)+s,n=(i>>8&255)+s,o=(255&i)+s;return"#"+(16777216+65536*(r<255?r<1?0:r:255)+256*(n<255?n<1?0:n:255)+(o<255?o<1?0:o:255)).toString(16).slice(1)},RGBColor:function(e){this.ok=!1,"#"==e.charAt(0)&&(e=e.substr(1,6)),e=e.replace(/ /g,""),e=e.toLowerCase();for(var t=[{re:/^rgb\((\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3})\)$/,example:["rgb(123, 234, 45)","rgb(255,234,245)"],process:function(e){return[parseInt(e[1]),parseInt(e[2]),parseInt(e[3]),255]}},{re:/^rgba\((\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3})\)$/,example:["rgb(123, 234, 45)","rgb(255,234,245)"],process:function(e){return[parseInt(e[1]),parseInt(e[2]),parseInt(e[3]),parseInt(e[4])]}},{re:/^(\w{2})(\w{2})(\w{2})$/,example:["#00ff00","336699"],process:function(e){return[parseInt(e[1],16),parseInt(e[2],16),parseInt(e[3],16),255]}},{re:/^(\w{1})(\w{1})(\w{1})$/,example:["#fb0","f0f"],process:function(e){return[parseInt(e[1]+e[1],16),parseInt(e[2]+e[2],16),parseInt(e[3]+e[3],16),255]}}],i=0;i255?255:this.r,this.g=this.g<0||isNaN(this.g)?0:this.g>255?255:this.g,this.b=this.b<0||isNaN(this.b)?0:this.b>255?255:this.b,this.a=this.a<0||isNaN(this.a)?0:this.a>255?255:this.a,this.toRGB=function(){return"rgb("+this.r+", "+this.g+", "+this.b+")"},this.toRGBA=function(){return"rgba("+this.r+", "+this.g+", "+this.b+", "+this.a+")"},this.toHex=function(){var e=this.r.toString(16),t=this.g.toString(16),i=this.b.toString(16);return 1==e.length&&(e="0"+e),1==t.length&&(t="0"+t),1==i.length&&(i="0"+i),"#"+e+t+i}},hexToRGBA:function(e,t){var i=new this.RGBColor(e);return i.a=t||1,i.toRGBA()}}}),function(){var i="object"==typeof self&&self.self===self&&self||"object"==typeof global&&global.global===global&&global||this,s=i._,r=Array.prototype,n=Object.prototype,o="undefined"!=typeof Symbol?Symbol.prototype:null,a=r.push,l=r.slice,u=n.toString,c=n.hasOwnProperty,h=Array.isArray,m=Object.keys,p=Object.create,f=function(){},d=function(e){return e instanceof d?e:this instanceof d?void(this._wrapped=e):new d(e)};void 0===e||e.nodeType?window!=i&&(i._=d):(void 0!==t&&!t.nodeType&&t.exports&&(e=t.exports=d),e._=d),d.VERSION="1.8.3";var g=function(e,t,i){if(void 0===t)return e;switch(null==i?3:i){case 1:return function(i){return e.call(t,i)};case 3:return function(i,s,r){return e.call(t,i,s,r)};case 4:return function(i,s,r,n){return e.call(t,i,s,r,n)}}return function(){return e.apply(t,arguments)}},v,y=function(e,t,i){return d.iteratee!==v?d.iteratee(e,t):null==e?d.identity:d.isFunction(e)?g(e,t,i):d.isObject(e)?d.matcher(e):d.property(e)};d.iteratee=v=function(e,t){return y(e,t,1/0)};var b=function(e,t){return t=null==t?e.length-1:+t,function(){for(var i=Math.max(arguments.length-t,0),s=Array(i),r=0;r=0&&t<=x};d.each=d.forEach=function(e,t,i){t=g(t,i);var s,r;if(k(e))for(s=0,r=e.length;s0?0:o-1;for(r||(s=t[n?n[a]:a],a+=e);a>=0&&a=3;return t(e,g(i,r,4),s,n)}};d.reduce=d.foldl=d.inject=T(1),d.reduceRight=d.foldr=T(-1),d.find=d.detect=function(e,t,i){var s=k(e)?d.findIndex:d.findKey,r=s(e,t,i);if(void 0!==r&&-1!==r)return e[r]},d.filter=d.select=function(e,t,i){var s=[];return t=y(t,i),d.each(e,function(e,i,r){t(e,i,r)&&s.push(e)}),s},d.reject=function(e,t,i){return d.filter(e,d.negate(y(t)),i)},d.every=d.all=function(e,t,i){t=y(t,i);for(var s=!k(e)&&d.keys(e),r=(s||e).length,n=0;n=0},d.invoke=b(function(e,t,i){var s=d.isFunction(t);return d.map(e,function(e){var r=s?t:e[t];return null==r?r:r.apply(e,i)})}),d.pluck=function(e,t){return d.map(e,d.property(t))},d.where=function(e,t){return d.filter(e,d.matcher(t))},d.findWhere=function(e,t){return d.find(e,d.matcher(t))},d.max=function(e,t,i){var s=-1/0,r=-1/0,n,o;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e){e=k(e)?e:d.values(e);for(var a=0,l=e.length;as&&(s=n)}else t=y(t,i),d.each(e,function(e,i,n){((o=t(e,i,n))>r||o===-1/0&&s===-1/0)&&(s=e,r=o)});return s},d.min=function(e,t,i){var s=1/0,r=1/0,n,o;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e){e=k(e)?e:d.values(e);for(var a=0,l=e.length;as||void 0===i)return 1;if(i0?0:r-1;n>=0&&n0?o=n>=0?n:Math.max(n+a,o):a=n>=0?Math.min(n+1,a):n+a+1;else if(i&&n&&a)return n=i(s,r),s[n]===r?n:-1;if(r!==r)return n=t(l.call(s,o,a),d.isNaN),n>=0?n+o:-1;for(n=e>0?o:a-1;n>=0&&nt?(s&&(clearTimeout(s),s=null),a=u,o=e.apply(r,n),s||(r=n=null)):s||!1===i.trailing||(s=setTimeout(l,c)),o};return u.cancel=function(){clearTimeout(s),a=0,s=r=n=null},u},d.debounce=function(e,t,i){var s,r,n=function(t,i){s=null,i&&(r=e.apply(t,i))},o=b(function(o){if(s&&clearTimeout(s),i){var a=!s;s=setTimeout(n,t),a&&(r=e.apply(this,o))}else s=d.delay(n,t,this,o);return r});return o.cancel=function(){clearTimeout(s),s=null},o},d.wrap=function(e,t){return d.partial(t,e)},d.negate=function(e){return function(){return!e.apply(this,arguments)}},d.compose=function(){var e=arguments,t=e.length-1;return function(){for(var i=t,s=e[t].apply(this,arguments);i--;)s=e[i].call(this,s);return s}},d.after=function(e,t){return function(){if(--e<1)return t.apply(this,arguments)}},d.before=function(e,t){var i;return function(){return--e>0&&(i=t.apply(this,arguments)),e<=1&&(t=null),i}},d.once=d.partial(d.before,2),d.restArgs=b;var O=!{toString:null}.propertyIsEnumerable("toString"),U=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],A=function(e,t){var i=U.length,s=e.constructor,r=d.isFunction(s)&&s.prototype||n,o="constructor";for(d.has(e,o)&&!d.contains(t,o)&&t.push(o);i--;)(o=U[i])in e&&e[o]!==r[o]&&!d.contains(t,o)&&t.push(o)};d.keys=function(e){if(!d.isObject(e))return[];if(m)return m(e);var t=[];for(var i in e)d.has(e,i)&&t.push(i);return O&&A(e,t),t},d.allKeys=function(e){if(!d.isObject(e))return[];var t=[];for(var i in e)t.push(i);return O&&A(e,t),t},d.values=function(e){for(var t=d.keys(e),i=t.length,s=Array(i),r=0;r1&&(s=g(s,t[1])),t=d.allKeys(e)):(s=z,t=E(t,!1,!1),e=Object(e));for(var r=0,n=t.length;r1&&(s=t[1])):(t=d.map(E(t,!1,!1),String),i=function(e,i){return!d.contains(t,i)}),d.pick(e,i,s)}),d.defaults=j(d.allKeys,!0),d.create=function(e,t){var i=w(e);return t&&d.extendOwn(i,t),i},d.clone=function(e){return d.isObject(e)?d.isArray(e)?e.slice():d.extend({},e):e},d.tap=function(e,t){return t(e),e},d.isMatch=function(e,t){var i=d.keys(t),s=i.length;if(null==e)return!s;for(var r=Object(e),n=0;n":">",'"':""","'":"'","`":"`"},D=d.invert(M),F=function(e){var t=function(t){return e[t]},i="(?:"+d.keys(e).join("|")+")",s=RegExp(i),r=RegExp(i,"g");return function(e){return e=null==e?"":""+e,s.test(e)?e.replace(r,t):e}};d.escape=F(M),d.unescape=F(D),d.result=function(e,t,i){var s=null==e?void 0:e[t];return void 0===s&&(s=i),d.isFunction(s)?s.call(e):s};var Q=0;d.uniqueId=function(e){var t=++Q+"";return e?e+t:t},d.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var $=/(.)^/,H={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},X=/\\|'|\r|\n|\u2028|\u2029/g,W=function(e){return"\\"+H[e]};d.template=function(e,t,i){!t&&i&&(t=i),t=d.defaults({},t,d.templateSettings);var s=RegExp([(t.escape||$).source,(t.interpolate||$).source,(t.evaluate||$).source].join("|")+"|$","g"),r=0,n="__p+='";e.replace(s,function(t,i,s,o,a){return n+=e.slice(r,a).replace(X,W),r=a+t.length,i?n+="'+\n((__t=("+i+"))==null?'':_.escape(__t))+\n'":s?n+="'+\n((__t=("+s+"))==null?'':__t)+\n'":o&&(n+="';\n"+o+"\n__p+='"),t}),n+="';\n",t.variable||(n="with(obj||{}){\n"+n+"}\n"),n="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+n+"return __p;\n";var o;try{o=new Function(t.variable||"obj","_",n)}catch(e){throw e.source=n,e}var a=function(e){return o.call(this,e,d)};return a.source="function("+(t.variable||"obj")+"){\n"+n+"}",a},d.chain=function(e){var t=d(e);return t._chain=!0,t};var V=function(e,t){return e._chain?d(t).chain():t};d.mixin=function(e){return d.each(d.functions(e),function(t){var i=d[t]=e[t];d.prototype[t]=function(){var e=[this._wrapped];return a.apply(e,arguments),V(this,i.apply(d,e))}}),d},d.mixin(d),d.each(["pop","push","reverse","shift","sort","splice","unshift"],function(e){var t=r[e];d.prototype[e]=function(){var i=this._wrapped;return t.apply(i,arguments),"shift"!==e&&"splice"!==e||0!==i.length||delete i[0],V(this,i)}}),d.each(["concat","join","slice"],function(e){var t=r[e];d.prototype[e]=function(){return V(this,t.apply(this._wrapped,arguments))}}),d.prototype.value=function(){return this._wrapped},d.prototype.valueOf=d.prototype.toJSON=d.prototype.value,d.prototype.toString=function(){return String(this._wrapped)},"function"==typeof sumo.define&&sumo.define.amd&&sumo.define("underscore",[],function(){return d})}(),sumo.define("underscore-lib",function(){}),sumo.define("underscore",["underscore-lib"],function(e){return e.noConflict()}),function(){var i;i=function(e){var t,i;return t=!1,e(function(){var s;return s=(document.body||document.documentElement).style,t=void 0!==s.animation||void 0!==s.WebkitAnimation||void 0!==s.MozAnimation||void 0!==s.MsAnimation||void 0!==s.OAnimation,e(window).bind("resize.vex",function(e){if(!e||"resize"!=e.type||e.target==window)return i.resize()}),e(window).bind("keyup.vex",function(e){if(27===e.keyCode)return i.closeByEscape()})}),i={globalID:1,animationEndEvent:"animationend webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend",baseClassNames:{vex:"sumome-vex",content:"sumome-vex-content",overlay:"sumome-vex-overlay",close:"sumome-vex-close",closing:"sumome-vex-closing",open:"sumome-vex-open"},defaultOptions:{content:"",showCloseButton:!0,customCloseButton:!1,escapeButtonCloses:!0,overlayClosesOnClick:!0,appendLocation:"body",className:"",css:{},overlayClassName:"",overlayCSS:{},contentClassName:"",contentCSS:{},closeClassName:"",openClassName:"",closeCSS:{},allowBackgroundScrolling:!1},open:function(t){return t=e.extend({},i.defaultOptions,t),t.id=i.globalID,i.globalID+=1,t.$vex=e("
").addClass(i.baseClassNames.vex).addClass(t.className).css(t.css).data({vex:t}),t.openClassName&&t.$vex.addClass(t.openClassName),t.allowBackgroundScrolling||i.setupHTMLClassName(t.$vex),t.$vexOverlay=e("
").addClass(i.baseClassNames.overlay).addClass(t.overlayClassName).css(t.overlayCSS).data({vex:t}),t.overlayClosesOnClick&&t.$vexOverlay.bind("click.vex",function(t){if(t.target===this)return i.close(e(this).data().vex.id)}),t.$vex.append(t.$vexOverlay),t.$vexContent=e("
").addClass(i.baseClassNames.content).addClass(t.contentClassName).css(t.contentCSS).append(t.content).data({vex:t}),t.$vexContent.find("link").bind("load.vex",function(e){return i.resize()}),t.$vexContent.bind("resize.vex",function(e){return i.resize()}),t.$vex.append(t.$vexContent),t.customCloseButton?t.showCloseButton&&(t.$closeButton=t.$vexContent.find("."+t.closeClassName).eq(0).data({vex:t}).bind("click.vex",function(){return i.close(e(this).data().vex.id)})):t.showCloseButton&&(t.$closeButton=e("
").addClass(i.baseClassNames.close).addClass(t.closeClassName).css(t.closeCSS).data({vex:t}).bind("click.vex",function(){return i.close(e(this).data().vex.id)}),t.$vexContent.append(t.$closeButton)),e(t.appendLocation).append(t.$vex),t.afterOpen&&t.afterOpen(t.$vexContent,t),setTimeout(function(){return t.$vexContent.trigger("vexOpen",t)},0),t.$vexContent},getAllVexes:function(){return e("."+i.baseClassNames.vex+':not(".'+i.baseClassNames.closing+'") .'+i.baseClassNames.content)},getVexByID:function(t){return i.getAllVexes().filter(function(){return e(this).data().vex.id===t})},close:function(e){var t;if(!e){if(t=i.getAllVexes().last(),!t.length)return!1;e=t.data().vex.id}return i.closeByID(e)},closeAll:function(){var t;return t=i.getAllVexes().map(function(){return e(this).data().vex.id}).toArray(),!(null==t||!t.length)&&(e.each(t.reverse(),function(e,t){return i.closeByID(t)}),!0)},closeByID:function(s){var r,n,o,a,l;if(n=i.getVexByID(s),n.length)return r=n.data().vex.$vex,l=e.extend({},n.data().vex),o=function(){if(l.beforeClose)return l.beforeClose(n,l)},a=function(){if(n.trigger("vexClose",l),r.remove(),l.afterClose)return l.afterClose(n,l)},t?(o(),r.unbind(i.animationEndEvent).bind(i.animationEndEvent,function(){return a()}).addClass(i.baseClassNames.closing)):(o(),a()),!0},resizeByID:function(t){var s,r,n,o,a;if(r=i.getVexByID(t),r.length)return s=r.data().vex.$vex,a=e.extend({},r.data().vex),r.trigger("vexResize",a),!0},resize:function(){var t,s,r;return r=i.getAllVexes().map(function(){return e(this).data().vex.id}).toArray(),!(null==r||!r.length)&&(s=Math.max.apply(Math,r),t=i.getVexByID(s),i.resizeByID(s))},closeByEscape:function(){var t,s,r;return r=i.getAllVexes().map(function(){return e(this).data().vex.id}).toArray(),!(null==r||!r.length)&&(s=Math.max.apply(Math,r),t=i.getVexByID(s),!0===t.data().vex.escapeButtonCloses&&i.closeByID(s))},setupHTMLClassName:function(t){return t.bind("vexOpen.vex",function(){return e("html").addClass(i.baseClassNames.open)}).bind("vexClose.vex",function(){if(!i.getAllVexes().length)return e("html").removeClass(i.baseClassNames.open)})},hideLoading:function(){return e(".vex-loading-spinner").remove()},showLoading:function(){return i.hideLoading(),e("body").append('
')}}},"function"==typeof sumo.define&&sumo.define.amd?sumo.define("vex",["jquery"],i):"object"==typeof e?t.exports=i(require("jquery")):window.vex=i(jQuery)}.call(this),function(){var e=["Msxml2.XMLHTTP","Microsoft.XMLHTTP","Msxml2.XMLHTTP.4.0"],t=/^\s*<\?xml(\s)+version=[\'\"](\d)*.(\d)*[\'\"](\s)*\?>/im,i=/]*>\s*([\s\S]+)\s*<\/body>/im,s="undefined"!=typeof location&&location.href,r=s&&location.protocol&&location.protocol.replace(/\:/,""),n=s&&location.hostname,o=s&&(location.port||void 0),a=[];sumo.define("plugins/text",[],function(){var l,u,c;return"undefined"!=typeof window&&window.navigator&&window.document?u=function(e,t){var i=l.createXhr();i.open("GET",e,!0),i.onreadystatechange=function(){4===i.readyState&&t(i.responseText)},i.send(null)}:"undefined"!=typeof process&&process.versions&&process.versions.node?(c=require.nodeRequire("fs"),u=function(e,t){t(c.readFileSync(e,"utf8"))}):"undefined"!=typeof Packages&&(u=function(e,t){var i=new java.io.File(e),s=java.lang.System.getProperty("line.separator"),i=new java.io.BufferedReader(new java.io.InputStreamReader(new java.io.FileInputStream(i),"utf-8")),r,n,o="";try{for(r=new java.lang.StringBuffer,(n=i.readLine())&&n.length()&&65279===n.charAt(0)&&(n=n.substring(1)),r.append(n);null!==(n=i.readLine());)r.append(s),r.append(n);o=String(r.toString())}finally{i.close()}t(o)}),l={version:"1.0.2",strip:function(e){if(e){var e=e.replace(t,""),s=e.match(i);s&&(e=s[1])}else e="";return e},jsEscape:function(e){return e.replace(/(['\\])/g,"\\$1").replace(/[\f]/g,"\\f").replace(/[\b]/g,"\\b").replace(/[\n]/g,"\\n").replace(/[\t]/g,"\\t").replace(/[\r]/g,"\\r")},createXhr:function(){var t,i,s;if("undefined"!=typeof XMLHttpRequest)return new XMLHttpRequest;for(i=0;i<3;i++){s=e[i];try{t=new ActiveXObject(s)}catch(e){}if(t){e=[s];break}}if(!t)throw Error("createXhr(): XMLHttpRequest not available");return t},get:u,parseName:function(e){var t=!1,i=e.indexOf("."),s=e.substring(0,i),e=e.substring(i+1,e.length),i=e.indexOf("!");return-1!==i&&(t=e.substring(i+1,e.length),t="strip"===t,e=e.substring(0,i)),{moduleName:s,ext:e,strip:t}},xdRegExp:/^((\w+)\:)?\/\/([^\/\\]+)/,useXhr:function(e,t,i,s){var r=l.xdRegExp.exec(e),n;return!r||(e=r[2],r=r[3],r=r.split(":"),n=r[1],r=r[0],!(e&&e!==t||r&&r!==i||(n||r)&&n!==s))},finishLoad:function(e,t,i,s,r){i=t?l.strip(i):i,r.isBuild&&(a[e]=i),s(i)},load:function(e,t,i,a){if(a.isBuild&&!a.inlineText)i();else{var u=l.parseName(e),c=u.moduleName+"."+u.ext,h=t.toUrl(c),m=a&&a.text&&a.text.useXhr||l.useXhr;!s||m(h,r,n,o)?l.get(h,function(t){l.finishLoad(e,u.strip,t,i,a)}):t([c],function(e){l.finishLoad(u.moduleName+"."+u.ext,u.strip,e,i,a)})}},write:function(e,t,i){if(t in a){var s=l.jsEscape(a[t]);i.asModule(e+"!"+t,"define(function () { return '"+s+"';});\n")}},writeFile:function(e,t,i,s,r){var t=l.parseName(t),n=t.moduleName+"."+t.ext,o=i.toUrl(t.moduleName+"."+t.ext)+".js";l.load(n,i,function(){var t=function(e){return s(o,e)};t.asModule=function(e,t){return s.asModule(e,o,t)},l.write(e,n,t,r)},r)}}})}(),sumo.define("plugins/text!9e8a4d2a-6f8c-415e-851b-bdfe4c01d5c1/templates/share.html",[],function(){return""}),sumo.define("jquery.article",["jquery"],function(e){e.expr[":"].emptytext=e.expr.createPseudo(function(t){return function(t){return""===e.trim(e(t).text())}}),e.fn.findIncludeSelf=function(t,i){var s;return s=":has(> p + p + p)"==t?this.find("p + p + p").parent():this.find(t),e(this).is(i)?s:s.addBack(t)},e.fn.exists=function(){return 0!==this.length},e.fn.findLeaves=function(i,s){var r=e(this),n=r.findIncludeSelf(i,"body").filter(s);return n=n.filter(t),n.filter(function(){return!e(this).find(n).exists()})},e.fn.findTrunks=function(i,s){var r=e(this),n=r.findIncludeSelf(i,"body").filter(s);return n=n.filter(t),n.filter(function(){return!e(this).parents().filter(n).exists()})};var t=function(){if(this._header||(this._header=s(e(this))),this._titleText||(this._titleText=o(this)),this._header){var t=.666*e(this).outerHeight();if(t&&this._header.outerHeight()>=t)return!1}return!0},i=function(t){var i=t||e("body").find("main, [role=main]").eq(0).get(0)||"body",s=e(),r=':not("[class^=comment],[id^=comment],[class*=footer],.sidebar:not(body) *,aside *,#sidebar *,footer *,[class*=footer]:not(body, [class*=not-footer]) *,#comments *,#livefyre-comments *,[class^=fyre] *,[class^=comment],[id^=comment] *,[class*=related-post]:not(body) *,.archive-page,.aside,.hentry-metro,.hrf-entry,:emptytext,.tve-leads-lightbox article")',n=[];n.push("article"),n.push(".post"),n.push(".entry-content"),n.push(".post-content"),n.push(".post_box"),n.push(".post-item"),n.push(".blog-post-wrapper"),n.push(".type-post"),n.push("#content"),n.push(".blog_content"),"body"!=i?(n.push(".hentry"),n.push(".content")):(n.push("main .hentry"),n.push("[role=main] .hentry"),n.push("main .content"),n.push("[role=main] .content")),n.push("#post-content"),n.push("#blog-content"),n.push(".blog-post");for(var o=[":has(> p + p + p)"],a=0;a0)return s;for(var a=0;a0)return s;var s,l,u,c;return s},s=function(t){var i=null,s=[".main-title","header",".post-header",".post-title","h1","h2","h3","h4","h5","h6",".title",".headline"],r={};try{s.forEach(function(s){if(i=e(t).find(s),i.length>0)throw r})}catch(e){if(e===r)return i.eq(0);throw e}return null},r=function(t){var i=null,s=[".fyre","footer",".post-footer",".footer",".entry-footer",'[class^="comment"]:not(.post-meta-info *, [class^=comment-count], [class^=comments-link], [class^=comments-number], li)',".fb-comments","iframe[title=Disqus]","#disqus_thread"],r={};try{s.forEach(function(s){if(i=e(t).find(s),i.length>0)throw r})}catch(e){if(e===r)return i.eq(0).hasClass("fb-comments")&&i.eq(0).prev("h3 + p").length>0?i.eq(0).prev("h3 + p").prev("h3"):i.eq(0);throw e}return null},n=function(e){return s(e)},o=function(e){var t=null;return!e._title&&e._header&&(e._title=e._header),e._title&&(t=e._title.text().trim()),t},a=function(t){var i=null,s=["a[rel=bookmark]","h1 > a","h2 > a","h3 > a","header > a"],r={};try{s.forEach(function(s){if(i=e(t).find(s).filter("[href]"),i.length>0)throw r})}catch(e){if(e===r)return i.eq(0);throw e}return null};e.articles=function(t){if("__smCache"in window&&"articles"in window.__smCache)return window.__smCache.articles;var l=i(t);return l.each(function(){this._header||(this._header=s(e(this))),this._footer=r(e(this)),this._title=this._header?n(this._header):null,this._titleText||(this._titleText=o(this));var t=this._header?a(this._header):null;this._anchor=t||a(e(this)),this._anchor?this._url=this._anchor.attr("href"):this._url=null,this._url||(this._url=window.location.href)}),"__smDebug"in window&&window.__smDebug&&l.each(function(){e(this).css("background","rgba(0,0,255,.5)"),this._header&&this._header.css("background","rgba(0,255,0,.5)"),this._title&&this._title.css("background","rgba(255,0,0,.5)"),this._footer&&this._footer.css("background","rgba(255,255,0,.5)")}),"__smCache"in window||(window.__smCache={}),window.__smCache.articles=l,setTimeout(function(){"__smCache"in window&&delete window.__smCache.articles},1e4),l},e.article=function(){return e.articles().eq(0)}}),sumo.define("jquery.print-preview",["jquery"],function(e){e.fn.printPreview=function(){return e.printPreview.loadPrintPreview(),this};var t,i,s,r,n=function(){for(var e,t=3,i=document.createElement("div"),s=i.getElementsByTagName("i");i.innerHTML="\x3c!--[if gt IE "+ ++t+"]>4?t:e}();e.printPreview={loadPrintPreview:function(){s=e('
'),r=e('
Print pageClose').hide();var t=e('