define("ae-ugc/node_modules/@alife/beta-template/node_modules/@alife/beta-handlebars/handlebars.js",[],function(require,e,t){(function(i,n){if(typeof e==="object"){t.exports=n()}else{i.Handlebars=i.Handlebars||n()}})(this,function(){var e=function(){"use strict";var e;function t(e){this.string=e}t.prototype.toString=function(){return""+this.string};e=t;return e}();var t=function(e){"use strict";var t={};var i=e;var n={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"};var a=/[&<>"'`]/g;var r=/[&<>"'`]/;function s(e){return n[e]}function o(e){for(var t=1;t<arguments.length;t++){for(var i in arguments[t]){if(Object.prototype.hasOwnProperty.call(arguments[t],i)){e[i]=arguments[t][i]}}}return e}t.extend=o;var c=Object.prototype.toString;t.toString=c;var l=function(e){return typeof e==="function"};if(l(/x/)){l=function(e){return typeof e==="function"&&c.call(e)==="[object Function]"}}var l;t.isFunction=l;var u=Array.isArray||function(e){return e&&typeof e==="object"?c.call(e)==="[object Array]":false};t.isArray=u;function f(e){if(e instanceof i){return e.toString()}else if(e==null){return""}else if(!e){return e+""}e=""+e;if(!r.test(e)){return e}return e.replace(a,s)}t.escapeExpression=f;function p(e){if(!e&&e!==0){return true}else if(u(e)&&e.length===0){return true}else{return false}}t.isEmpty=p;function h(e,t){return(e?e+".":"")+t}t.appendContextPath=h;return t}(e);var i=function(){"use strict";var e;var t=["description","fileName","lineNumber","message","name","number","stack"];function i(e,i){var n;if(i&&i.firstLine){n=i.firstLine;e+=" - "+n+":"+i.firstColumn}var a=Error.prototype.constructor.call(this,e);for(var r=0;r<t.length;r++){this[t[r]]=a[t[r]]}if(n){this.lineNumber=n;this.column=i.firstColumn}}i.prototype=new Error;e=i;return e}();var n=function(e,t){"use strict";var i={};var n=e;var a=t;var r="2.0.0";i.VERSION=r;var s=6;i.COMPILER_REVISION=s;var o={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1"};i.REVISION_CHANGES=o;var c=n.isArray,l=n.isFunction,u=n.toString,f="[object Object]";function p(e,t){this.helpers=e||{};this.partials=t||{};h(this)}i.HandlebarsEnvironment=p;p.prototype={constructor:p,logger:d,log:m,registerHelper:function(e,t){if(u.call(e)===f){if(t){throw new a("Arg not supported with multiple helpers")}n.extend(this.helpers,e)}else{this.helpers[e]=t}},unregisterHelper:function(e){delete this.helpers[e]},registerPartial:function(e,t){if(u.call(e)===f){n.extend(this.partials,e)}else{this.partials[e]=t}},unregisterPartial:function(e){delete this.partials[e]}};function h(e){e.registerHelper("helperMissing",function(){if(arguments.length===1){return undefined}else{throw new a("Missing helper: '"+arguments[arguments.length-1].name+"'")}});e.registerHelper("blockHelperMissing",function(t,i){var a=i.inverse,r=i.fn;if(t===true){return r(this)}else if(t===false||t==null){return a(this)}else if(c(t)){if(t.length>0){if(i.ids){i.ids=[i.name]}return e.helpers.each(t,i)}else{return a(this)}}else{if(i.data&&i.ids){var s=g(i.data);s.contextPath=n.appendContextPath(i.data.contextPath,i.name);i={data:s}}return r(t,i)}});e.registerHelper("each",function(e,t){if(!t){throw new a("Must pass iterator to #each")}var i=t.fn,r=t.inverse;var s=0,o="",u;var f;if(t.data&&t.ids){f=n.appendContextPath(t.data.contextPath,t.ids[0])+"."}if(l(e)){e=e.call(this)}if(t.data){u=g(t.data)}if(e&&typeof e==="object"){if(c(e)){for(var p=e.length;s<p;s++){if(u){u.index=s;u.first=s===0;u.last=s===e.length-1;if(f){u.contextPath=f+s}}o=o+i(e[s],{data:u})}}else{for(var h in e){if(e.hasOwnProperty(h)){if(u){u.key=h;u.index=s;u.first=s===0;if(f){u.contextPath=f+h}}o=o+i(e[h],{data:u});s++}}}}if(s===0){o=r(this)}return o});e.registerHelper("if",function(e,t){if(l(e)){e=e.call(this)}if(!t.hash.includeZero&&!e||n.isEmpty(e)){return t.inverse(this)}else{return t.fn(this)}});e.registerHelper("unless",function(t,i){return e.helpers["if"].call(this,t,{fn:i.inverse,inverse:i.fn,hash:i.hash})});e.registerHelper("with",function(e,t){if(l(e)){e=e.call(this)}var i=t.fn;if(!n.isEmpty(e)){if(t.data&&t.ids){var a=g(t.data);a.contextPath=n.appendContextPath(t.data.contextPath,t.ids[0]);t={data:a}}return i(e,t)}else{return t.inverse(this)}});e.registerHelper("log",function(t,i){var n=i.data&&i.data.level!=null?parseInt(i.data.level,10):1;e.log(n,t)});e.registerHelper("lookup",function(e,t){return e&&e[t]})}var d={methodMap:{0:"debug",1:"info",2:"warn",3:"error"},DEBUG:0,INFO:1,WARN:2,ERROR:3,level:3,log:function(e,t){if(d.level<=e){var i=d.methodMap[e];if(typeof console!=="undefined"&&console[i]){console[i].call(console,t)}}}};i.logger=d;var m=d.log;i.log=m;var g=function(e){var t=n.extend({},e);t._parent=e;return t};i.createFrame=g;return i}(t,i);var a=function(e,t,i){"use strict";var n={};var a=e;var r=t;var s=i.COMPILER_REVISION;var o=i.REVISION_CHANGES;var c=i.createFrame;function l(e){var t=e&&e[0]||1,i=s;if(t!==i){if(t<i){var n=o[i],a=o[t];throw new r("Template was precompiled with an older version of Handlebars than the current runtime. "+"Please update your precompiler to a newer version ("+n+") or downgrade your runtime to an older version ("+a+").")}else{throw new r("Template was precompiled with a newer version of Handlebars than the current runtime. "+"Please update your runtime to a newer version ("+e[1]+").")}}}n.checkRevision=l;function u(e,t){if(!t){throw new r("No environment passed to template")}if(!e||!e.main){throw new r("Unknown template object: "+typeof e)}t.VM.checkRevision(e.compiler);var i=function(i,n,s,o,c,l,u,f,p){if(c){o=a.extend({},o,c)}var h=t.VM.invokePartial.call(this,i,s,o,l,u,f,p);if(h==null&&t.compile){var d={helpers:l,partials:u,data:f,depths:p};u[s]=t.compile(i,{data:f!==undefined,compat:e.compat},t);h=u[s](o,d)}if(h!=null){if(n){var m=h.split("\n");for(var g=0,b=m.length;g<b;g++){if(!m[g]&&g+1===b){break}m[g]=n+m[g]}h=m.join("\n")}return h}else{throw new r("The partial "+s+" could not be compiled when running in runtime-only mode")}};var n={lookup:function(e,t){var i=e.length;for(var n=0;n<i;n++){if(e[n]&&e[n][t]!=null){return e[n][t]}}},lambda:function(e,t){return typeof e==="function"?e.call(t):e},escapeExpression:a.escapeExpression,invokePartial:i,fn:function(t){return e[t]},programs:[],program:function(e,t,i){var n=this.programs[e],a=this.fn(e);if(t||i){n=f(this,e,a,t,i)}else if(!n){n=this.programs[e]=f(this,e,a)}return n},data:function(e,t){while(e&&t--){e=e._parent}return e},merge:function(e,t){var i=e||t;if(e&&t&&e!==t){i=a.extend({},t,e)}return i},noop:t.VM.noop,compilerInfo:e.compiler};var s=function(t,i){i=i||{};var a=i.data;s._setup(i);if(!i.partial&&e.useData){a=d(t,a)}var r;if(e.useDepths){r=i.depths?[t].concat(i.depths):[t]}return e.main.call(n,t,n.helpers,n.partials,a,r)};s.isTop=true;s._setup=function(i){if(!i.partial){n.helpers=n.merge(i.helpers,t.helpers);if(e.usePartial){n.partials=n.merge(i.partials,t.partials)}}else{n.helpers=i.helpers;n.partials=i.partials}};s._child=function(t,i,a){if(e.useDepths&&!a){throw new r("must pass parent depths")}return f(n,t,e[t],i,a)};return s}n.template=u;function f(e,t,i,n,a){var r=function(t,r){r=r||{};return i.call(e,t,e.helpers,e.partials,r.data||n,a&&[t].concat(a))};r.program=t;r.depth=a?a.length:0;return r}n.program=f;function p(e,t,i,n,a,s,o){var c={partial:true,helpers:n,partials:a,data:s,depths:o};if(e===undefined){throw new r("The partial "+t+" could not be found")}else if(e instanceof Function){return e(i,c)}}n.invokePartial=p;function h(){return""}n.noop=h;function d(e,t){if(!t||!("root"in t)){t=t?c(t):{};t.root=e}return t}return n}(t,i,n);var r=function(e,t,i,n,a){"use strict";var r;var s=e;var o=t;var c=i;var l=n;var u=a;var f=function(){var e=new s.HandlebarsEnvironment;l.extend(e,s);e.SafeString=o;e.Exception=c;e.Utils=l;e.escapeExpression=l.escapeExpression;e.VM=u;e.template=function(t){return u.template(t,e)};return e};var p=f();p.create=f;p["default"]=p;r=p;return r}(n,e,i,t,a);var s=function(e){"use strict";var t;var i=e;function n(e){e=e||{};this.firstLine=e.first_line;this.firstColumn=e.first_column;this.lastColumn=e.last_column;this.lastLine=e.last_line}var a={ProgramNode:function(e,t,i){n.call(this,i);this.type="program";this.statements=e;this.strip=t},MustacheNode:function(e,t,i,r,s){n.call(this,s);this.type="mustache";this.strip=r;if(i!=null&&i.charAt){var o=i.charAt(3)||i.charAt(2);this.escaped=o!=="{"&&o!=="&"}else{this.escaped=!!i}if(e instanceof a.SexprNode){this.sexpr=e}else{this.sexpr=new a.SexprNode(e,t)}this.id=this.sexpr.id;this.params=this.sexpr.params;this.hash=this.sexpr.hash;this.eligibleHelper=this.sexpr.eligibleHelper;this.isHelper=this.sexpr.isHelper},SexprNode:function(e,t,i){n.call(this,i);this.type="sexpr";this.hash=t;var a=this.id=e[0];var r=this.params=e.slice(1);this.isHelper=!!(r.length||t);this.eligibleHelper=this.isHelper||a.isSimple},PartialNode:function(e,t,i,a,r){n.call(this,r);this.type="partial";this.partialName=e;this.context=t;this.hash=i;this.strip=a;this.strip.inlineStandalone=true},BlockNode:function(e,t,i,a,r){n.call(this,r);this.type="block";this.mustache=e;this.program=t;this.inverse=i;this.strip=a;if(i&&!t){this.isInverse=true}},RawBlockNode:function(e,t,r,s){n.call(this,s);if(e.sexpr.id.original!==r){throw new i(e.sexpr.id.original+" doesn't match "+r,this)}t=new a.ContentNode(t,s);this.type="block";this.mustache=e;this.program=new a.ProgramNode([t],{},s)},ContentNode:function(e,t){n.call(this,t);this.type="content";this.original=this.string=e},HashNode:function(e,t){n.call(this,t);this.type="hash";this.pairs=e},IdNode:function(e,t){n.call(this,t);this.type="ID";var a="",r=[],s=0,o="";for(var c=0,l=e.length;c<l;c++){var u=e[c].part;a+=(e[c].separator||"")+u;if(u===".."||u==="."||u==="this"){if(r.length>0){throw new i("Invalid path: "+a,this)}else if(u===".."){s++;o+="../"}else{this.isScoped=true}}else{r.push(u)}}this.original=a;this.parts=r;this.string=r.join(".");this.depth=s;this.idName=o+this.string;this.isSimple=e.length===1&&!this.isScoped&&s===0;this.stringModeValue=this.string},PartialNameNode:function(e,t){n.call(this,t);this.type="PARTIAL_NAME";this.name=e.original},DataNode:function(e,t){n.call(this,t);this.type="DATA";this.id=e;this.stringModeValue=e.stringModeValue;this.idName="@"+e.stringModeValue},StringNode:function(e,t){n.call(this,t);this.type="STRING";this.original=this.string=this.stringModeValue=e},NumberNode:function(e,t){n.call(this,t);this.type="NUMBER";this.original=this.number=e;this.stringModeValue=Number(e)},BooleanNode:function(e,t){n.call(this,t);this.type="BOOLEAN";this.bool=e;this.stringModeValue=e==="true"},CommentNode:function(e,t){n.call(this,t);this.type="comment";this.comment=e;this.strip={inlineStandalone:true}}};t=a;return t}(i);var o=function(){"use strict";var e;var t=function(){var e={trace:function n(){},yy:{},symbols_:{error:2,root:3,program:4,EOF:5,program_repetition0:6,statement:7,mustache:8,block:9,rawBlock:10,partial:11,CONTENT:12,COMMENT:13,openRawBlock:14,END_RAW_BLOCK:15,OPEN_RAW_BLOCK:16,sexpr:17,CLOSE_RAW_BLOCK:18,openBlock:19,block_option0:20,closeBlock:21,openInverse:22,block_option1:23,OPEN_BLOCK:24,CLOSE:25,OPEN_INVERSE:26,inverseAndProgram:27,INVERSE:28,OPEN_ENDBLOCK:29,path:30,OPEN:31,OPEN_UNESCAPED:32,CLOSE_UNESCAPED:33,OPEN_PARTIAL:34,partialName:35,param:36,partial_option0:37,partial_option1:38,sexpr_repetition0:39,sexpr_option0:40,dataName:41,STRING:42,NUMBER:43,BOOLEAN:44,OPEN_SEXPR:45,CLOSE_SEXPR:46,hash:47,hash_repetition_plus0:48,hashSegment:49,ID:50,EQUALS:51,DATA:52,pathSegments:53,SEP:54,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",12:"CONTENT",13:"COMMENT",15:"END_RAW_BLOCK",16:"OPEN_RAW_BLOCK",18:"CLOSE_RAW_BLOCK",24:"OPEN_BLOCK",25:"CLOSE",26:"OPEN_INVERSE",28:"INVERSE",29:"OPEN_ENDBLOCK",31:"OPEN",32:"OPEN_UNESCAPED",33:"CLOSE_UNESCAPED",34:"OPEN_PARTIAL",42:"STRING",43:"NUMBER",44:"BOOLEAN",45:"OPEN_SEXPR",46:"CLOSE_SEXPR",50:"ID",51:"EQUALS",52:"DATA",54:"SEP"},productions_:[0,[3,2],[4,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[10,3],[14,3],[9,4],[9,4],[19,3],[22,3],[27,2],[21,3],[8,3],[8,3],[11,5],[11,4],[17,3],[17,1],[36,1],[36,1],[36,1],[36,1],[36,1],[36,3],[47,1],[49,3],[35,1],[35,1],[35,1],[41,2],[30,1],[53,3],[53,1],[6,0],[6,2],[20,0],[20,1],[23,0],[23,1],[37,0],[37,1],[38,0],[38,1],[39,0],[39,2],[40,0],[40,1],[48,1],[48,2]],performAction:function a(e,t,i,n,r,s,o){var c=s.length-1;switch(r){case 1:n.prepareProgram(s[c-1].statements,true);return s[c-1];break;case 2:this.$=new n.ProgramNode(n.prepareProgram(s[c]),{},this._$);break;case 3:this.$=s[c];break;case 4:this.$=s[c];break;case 5:this.$=s[c];break;case 6:this.$=s[c];break;case 7:this.$=new n.ContentNode(s[c],this._$);break;case 8:this.$=new n.CommentNode(s[c],this._$);break;case 9:this.$=new n.RawBlockNode(s[c-2],s[c-1],s[c],this._$);break;case 10:this.$=new n.MustacheNode(s[c-1],null,"","",this._$);break;case 11:this.$=n.prepareBlock(s[c-3],s[c-2],s[c-1],s[c],false,this._$);break;case 12:this.$=n.prepareBlock(s[c-3],s[c-2],s[c-1],s[c],true,this._$);break;case 13:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 14:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 15:this.$={strip:n.stripFlags(s[c-1],s[c-1]),program:s[c]};break;case 16:this.$={path:s[c-1],strip:n.stripFlags(s[c-2],s[c])};break;case 17:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 18:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 19:this.$=new n.PartialNode(s[c-3],s[c-2],s[c-1],n.stripFlags(s[c-4],s[c]),this._$);break;case 20:this.$=new n.PartialNode(s[c-2],undefined,s[c-1],n.stripFlags(s[c-3],s[c]),this._$);break;case 21:this.$=new n.SexprNode([s[c-2]].concat(s[c-1]),s[c],this._$);break;case 22:this.$=new n.SexprNode([s[c]],null,this._$);break;case 23:this.$=s[c];break;case 24:this.$=new n.StringNode(s[c],this._$);break;case 25:this.$=new n.NumberNode(s[c],this._$);break;case 26:this.$=new n.BooleanNode(s[c],this._$);break;case 27:this.$=s[c];break;case 28:s[c-1].isHelper=true;this.$=s[c-1];break;case 29:this.$=new n.HashNode(s[c],this._$);break;case 30:this.$=[s[c-2],s[c]];break;case 31:this.$=new n.PartialNameNode(s[c],this._$);break;case 32:this.$=new n.PartialNameNode(new n.StringNode(s[c],this._$),this._$);break;case 33:this.$=new n.PartialNameNode(new n.NumberNode(s[c],this._$));break;case 34:this.$=new n.DataNode(s[c],this._$);break;case 35:this.$=new n.IdNode(s[c],this._$);break;case 36:s[c-2].push({part:s[c],separator:s[c-1]});this.$=s[c-2];break;case 37:this.$=[{part:s[c]}];break;case 38:this.$=[];break;case 39:s[c-1].push(s[c]);break;case 48:this.$=[];break;case 49:s[c-1].push(s[c]);break;case 52:this.$=[s[c]];break;case 53:s[c-1].push(s[c]);break}},table:[{3:1,4:2,5:[2,38],6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],31:[2,38],32:[2,38],34:[2,38]},{1:[3]},{5:[1,4]},{5:[2,2],7:5,8:6,9:7,10:8,11:9,12:[1,10],13:[1,11],14:16,16:[1,20],19:14,22:15,24:[1,18],26:[1,19],28:[2,2],29:[2,2],31:[1,12],32:[1,13],34:[1,17]},{1:[2,1]},{5:[2,39],12:[2,39],13:[2,39],16:[2,39],24:[2,39],26:[2,39],28:[2,39],29:[2,39],31:[2,39],32:[2,39],34:[2,39]},{5:[2,3],12:[2,3],13:[2,3],16:[2,3],24:[2,3],26:[2,3],28:[2,3],29:[2,3],31:[2,3],32:[2,3],34:[2,3]},{5:[2,4],12:[2,4],13:[2,4],16:[2,4],24:[2,4],26:[2,4],28:[2,4],29:[2,4],31:[2,4],32:[2,4],34:[2,4]},{5:[2,5],12:[2,5],13:[2,5],16:[2,5],24:[2,5],26:[2,5],28:[2,5],29:[2,5],31:[2,5],32:[2,5],34:[2,5]},{5:[2,6],12:[2,6],13:[2,6],16:[2,6],24:[2,6],26:[2,6],28:[2,6],29:[2,6],31:[2,6],32:[2,6],34:[2,6]},{5:[2,7],12:[2,7],13:[2,7],16:[2,7],24:[2,7],26:[2,7],28:[2,7],29:[2,7],31:[2,7],32:[2,7],34:[2,7]},{5:[2,8],12:[2,8],13:[2,8],16:[2,8],24:[2,8],26:[2,8],28:[2,8],29:[2,8],31:[2,8],32:[2,8],34:[2,8]},{17:21,30:22,41:23,50:[1,26],52:[1,25],53:24},{17:27,30:22,41:23,50:[1,26],52:[1,25],53:24},{4:28,6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],28:[2,38],29:[2,38],31:[2,38],32:[2,38],34:[2,38]},{4:29,6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],28:[2,38],29:[2,38],31:[2,38],32:[2,38],34:[2,38]},{12:[1,30]},{30:32,35:31,42:[1,33],43:[1,34],50:[1,26],53:24},{17:35,30:22,41:23,50:[1,26],52:[1,25],53:24},{17:36,30:22,41:23,50:[1,26],52:[1,25],53:24},{17:37,30:22,41:23,50:[1,26],52:[1,25],53:24},{25:[1,38]},{18:[2,48],25:[2,48],33:[2,48],39:39,42:[2,48],43:[2,48],44:[2,48],45:[2,48],46:[2,48],50:[2,48],52:[2,48]},{18:[2,22],25:[2,22],33:[2,22],46:[2,22]},{18:[2,35],25:[2,35],33:[2,35],42:[2,35],43:[2,35],44:[2,35],45:[2,35],46:[2,35],50:[2,35],52:[2,35],54:[1,40]},{30:41,50:[1,26],53:24},{18:[2,37],25:[2,37],33:[2,37],42:[2,37],43:[2,37],44:[2,37],45:[2,37],46:[2,37],50:[2,37],52:[2,37],54:[2,37]},{33:[1,42]},{20:43,27:44,28:[1,45],29:[2,40]},{23:46,27:47,28:[1,45],29:[2,42]},{15:[1,48]},{25:[2,46],30:51,36:49,38:50,41:55,42:[1,52],43:[1,53],44:[1,54],45:[1,56],47:57,48:58,49:60,50:[1,59],52:[1,25],53:24},{25:[2,31],42:[2,31],43:[2,31],44:[2,31],45:[2,31],50:[2,31],52:[2,31]},{25:[2,32],42:[2,32],43:[2,32],44:[2,32],45:[2,32],50:[2,32],52:[2,32]},{25:[2,33],42:[2,33],43:[2,33],44:[2,33],45:[2,33],50:[2,33],52:[2,33]},{25:[1,61]},{25:[1,62]},{18:[1,63]},{5:[2,17],12:[2,17],13:[2,17],16:[2,17],24:[2,17],26:[2,17],28:[2,17],29:[2,17],31:[2,17],32:[2,17],34:[2,17]},{18:[2,50],25:[2,50],30:51,33:[2,50],36:65,40:64,41:55,42:[1,52],43:[1,53],44:[1,54],45:[1,56],46:[2,50],47:66,48:58,49:60,50:[1,59],52:[1,25],53:24},{50:[1,67]},{18:[2,34],25:[2,34],33:[2,34],42:[2,34],43:[2,34],44:[2,34],45:[2,34],46:[2,34],50:[2,34],52:[2,34]},{5:[2,18],12:[2,18],13:[2,18],16:[2,18],24:[2,18],26:[2,18],28:[2,18],29:[2,18],31:[2,18],32:[2,18],34:[2,18]},{21:68,29:[1,69]},{29:[2,41]},{4:70,6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],29:[2,38],31:[2,38],32:[2,38],34:[2,38]},{21:71,29:[1,69]},{29:[2,43]},{5:[2,9],12:[2,9],13:[2,9],16:[2,9],24:[2,9],26:[2,9],28:[2,9],29:[2,9],31:[2,9],32:[2,9],34:[2,9]},{25:[2,44],37:72,47:73,48:58,49:60,50:[1,74]},{25:[1,75]},{18:[2,23],25:[2,23],33:[2,23],42:[2,23],43:[2,23],44:[2,23],45:[2,23],46:[2,23],50:[2,23],52:[2,23]},{18:[2,24],25:[2,24],33:[2,24],42:[2,24],43:[2,24],44:[2,24],45:[2,24],46:[2,24],50:[2,24],52:[2,24]},{18:[2,25],25:[2,25],33:[2,25],42:[2,25],43:[2,25],44:[2,25],45:[2,25],46:[2,25],50:[2,25],52:[2,25]},{18:[2,26],25:[2,26],33:[2,26],42:[2,26],43:[2,26],44:[2,26],45:[2,26],46:[2,26],50:[2,26],52:[2,26]},{18:[2,27],25:[2,27],33:[2,27],42:[2,27],43:[2,27],44:[2,27],45:[2,27],46:[2,27],50:[2,27],52:[2,27]},{17:76,30:22,41:23,50:[1,26],52:[1,25],53:24},{25:[2,47]},{18:[2,29],25:[2,29],33:[2,29],46:[2,29],49:77,50:[1,74]},{18:[2,37],25:[2,37],33:[2,37],42:[2,37],43:[2,37],44:[2,37],45:[2,37],46:[2,37],50:[2,37],51:[1,78],52:[2,37],54:[2,37]},{18:[2,52],25:[2,52],33:[2,52],46:[2,52],50:[2,52]},{12:[2,13],13:[2,13],16:[2,13],24:[2,13],26:[2,13],28:[2,13],29:[2,13],31:[2,13],32:[2,13],34:[2,13]},{12:[2,14],13:[2,14],16:[2,14],24:[2,14],26:[2,14],28:[2,14],29:[2,14],31:[2,14],32:[2,14],34:[2,14]},{12:[2,10]},{18:[2,21],25:[2,21],33:[2,21],46:[2,21]},{18:[2,49],25:[2,49],33:[2,49],42:[2,49],43:[2,49],44:[2,49],45:[2,49],46:[2,49],50:[2,49],52:[2,49]},{18:[2,51],25:[2,51],33:[2,51],46:[2,51]},{18:[2,36],25:[2,36],33:[2,36],42:[2,36],43:[2,36],44:[2,36],45:[2,36],46:[2,36],50:[2,36],52:[2,36],54:[2,36]},{5:[2,11],12:[2,11],13:[2,11],16:[2,11],24:[2,11],26:[2,11],28:[2,11],29:[2,11],31:[2,11],32:[2,11],34:[2,11]},{30:79,50:[1,26],53:24},{29:[2,15]},{5:[2,12],12:[2,12],13:[2,12],16:[2,12],24:[2,12],26:[2,12],28:[2,12],29:[2,12],31:[2,12],32:[2,12],34:[2,12]},{25:[1,80]},{25:[2,45]},{51:[1,78]},{5:[2,20],12:[2,20],13:[2,20],16:[2,20],24:[2,20],26:[2,20],28:[2,20],29:[2,20],31:[2,20],32:[2,20],34:[2,20]},{46:[1,81]},{18:[2,53],25:[2,53],33:[2,53],46:[2,53],50:[2,53]},{30:51,36:82,41:55,42:[1,52],43:[1,53],44:[1,54],45:[1,56],50:[1,26],52:[1,25],53:24},{25:[1,83]},{5:[2,19],12:[2,19],13:[2,19],16:[2,19],24:[2,19],26:[2,19],28:[2,19],29:[2,19],31:[2,19],32:[2,19],34:[2,19]},{18:[2,28],25:[2,28],33:[2,28],42:[2,28],43:[2,28],44:[2,28],45:[2,28],46:[2,28],50:[2,28],52:[2,28]},{18:[2,30],25:[2,30],33:[2,30],46:[2,30],50:[2,30]},{5:[2,16],12:[2,16],13:[2,16],16:[2,16],24:[2,16],26:[2,16],28:[2,16],29:[2,16],31:[2,16],32:[2,16],34:[2,16]}],defaultActions:{4:[2,1],44:[2,41],47:[2,43],57:[2,47],63:[2,10],70:[2,15],73:[2,45]},parseError:function r(e,t){throw new Error(e)},parse:function s(e){var t=this,i=[0],n=[null],a=[],r=this.table,s="",o=0,c=0,l=0,u=2,f=1;this.lexer.setInput(e);this.lexer.yy=this.yy;this.yy.lexer=this.lexer;this.yy.parser=this;if(typeof this.lexer.yylloc=="undefined")this.lexer.yylloc={};var p=this.lexer.yylloc;a.push(p);var h=this.lexer.options&&this.lexer.options.ranges;if(typeof this.yy.parseError==="function")this.parseError=this.yy.parseError;function d(e){i.length=i.length-2*e;n.length=n.length-e;a.length=a.length-e}function m(){var e;e=t.lexer.lex()||1;if(typeof e!=="number"){e=t.symbols_[e]||e}return e}var g,b,v,M,_,A,y={},O,z,L,N;while(true){v=i[i.length-1];if(this.defaultActions[v]){M=this.defaultActions[v]}else{if(g===null||typeof g=="undefined"){g=m()}M=r[v]&&r[v][g]}if(typeof M==="undefined"||!M.length||!M[0]){var S="";if(!l){N=[];for(O in r[v])if(this.terminals_[O]&&O>2){N.push("'"+this.terminals_[O]+"'")}if(this.lexer.showPosition){S="Parse error on line "+(o+1)+":\n"+this.lexer.showPosition()+"\nExpecting "+N.join(", ")+", got '"+(this.terminals_[g]||g)+"'"}else{S="Parse error on line "+(o+1)+": Unexpected "+(g==1?"end of input":"'"+(this.terminals_[g]||g)+"'")}this.parseError(S,{text:this.lexer.match,token:this.terminals_[g]||g,line:this.lexer.yylineno,loc:p,expected:N})}}if(M[0]instanceof Array&&M.length>1){throw new Error("Parse Error: multiple actions possible at state: "+v+", token: "+g)}switch(M[0]){case 1:i.push(g);n.push(this.lexer.yytext);a.push(this.lexer.yylloc);i.push(M[1]);g=null;if(!b){c=this.lexer.yyleng;s=this.lexer.yytext;o=this.lexer.yylineno;p=this.lexer.yylloc;if(l>0)l--}else{g=b;b=null}break;case 2:z=this.productions_[M[1]][1];y.$=n[n.length-z];y._$={first_line:a[a.length-(z||1)].first_line,last_line:a[a.length-1].last_line,first_column:a[a.length-(z||1)].first_column,last_column:a[a.length-1].last_column};if(h){y._$.range=[a[a.length-(z||1)].range[0],a[a.length-1].range[1]]}A=this.performAction.call(y,s,c,o,this.yy,M[1],n,a);if(typeof A!=="undefined"){return A}if(z){i=i.slice(0,-1*z*2);n=n.slice(0,-1*z);a=a.slice(0,-1*z)}i.push(this.productions_[M[1]][0]);n.push(y.$);a.push(y._$);L=r[i[i.length-2]][i[i.length-1]];i.push(L);break;case 3:return true}}return true}};var t=function(){var e={EOF:1,parseError:function t(e,i){if(this.yy.parser){this.yy.parser.parseError(e,i)}else{throw new Error(e)}},setInput:function(e){this._input=e;this._more=this._less=this.done=false;this.yylineno=this.yyleng=0;this.yytext=this.matched=this.match="";this.conditionStack=["INITIAL"];this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0};if(this.options.ranges)this.yylloc.range=[0,0];this.offset=0;return this},input:function(){var e=this._input[0];this.yytext+=e;this.yyleng++;this.offset++;this.match+=e;this.matched+=e;var t=e.match(/(?:\r\n?|\n).*/g);if(t){this.yylineno++;this.yylloc.last_line++}else{this.yylloc.last_column++}if(this.options.ranges)this.yylloc.range[1]++;this._input=this._input.slice(1);return e},unput:function(e){var t=e.length;var i=e.split(/(?:\r\n?|\n)/g);this._input=e+this._input;this.yytext=this.yytext.substr(0,this.yytext.length-t-1);this.offset-=t;var n=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1);this.matched=this.matched.substr(0,this.matched.length-1);if(i.length-1)this.yylineno-=i.length-1;var a=this.yylloc.range;this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:i?(i.length===n.length?this.yylloc.first_column:0)+n[n.length-i.length].length-i[0].length:this.yylloc.first_column-t};if(this.options.ranges){this.yylloc.range=[a[0],a[0]+this.yyleng-t]}return this},more:function(){this._more=true;return this},less:function(e){this.unput(this.match.slice(e))},pastInput:function(){var e=this.matched.substr(0,this.matched.length-this.match.length);return(e.length>20?"...":"")+e.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var e=this.match;if(e.length<20){e+=this._input.substr(0,20-e.length)}return(e.substr(0,20)+(e.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var e=this.pastInput();var t=new Array(e.length+1).join("-");return e+this.upcomingInput()+"\n"+t+"^"},next:function(){if(this.done){return this.EOF}if(!this._input)this.done=true;var e,t,i,n,a,r;if(!this._more){this.yytext="";this.match=""}var s=this._currentRules();for(var o=0;o<s.length;o++){i=this._input.match(this.rules[s[o]]);if(i&&(!t||i[0].length>t[0].length)){t=i;n=o;if(!this.options.flex)break}}if(t){r=t[0].match(/(?:\r\n?|\n).*/g);if(r)this.yylineno+=r.length;this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length};this.yytext+=t[0];this.match+=t[0];this.matches=t;this.yyleng=this.yytext.length;if(this.options.ranges){this.yylloc.range=[this.offset,this.offset+=this.yyleng]}this._more=false;this._input=this._input.slice(t[0].length);this.matched+=t[0];e=this.performAction.call(this,this.yy,this,s[n],this.conditionStack[this.conditionStack.length-1]);if(this.done&&this._input)this.done=false;if(e)return e;else return}if(this._input===""){return this.EOF}else{return this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})}},lex:function i(){var e=this.next();if(typeof e!=="undefined"){return e}else{return this.lex()}},begin:function n(e){this.conditionStack.push(e)},popState:function a(){return this.conditionStack.pop()},_currentRules:function r(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function s(e){this.begin(e)}};e.options={};e.performAction=function o(e,t,i,n){function a(e,i){return t.yytext=t.yytext.substr(e,t.yyleng-i)}var r=n;switch(i){case 0:if(t.yytext.slice(-2)==="\\\\"){a(0,1);this.begin("mu")}else if(t.yytext.slice(-1)==="\\"){a(0,1);this.begin("emu")}else{this.begin("mu")}if(t.yytext)return 12;break;case 1:return 12;break;case 2:this.popState();return 12;break;case 3:t.yytext=t.yytext.substr(5,t.yyleng-9);this.popState();return 15;break;case 4:return 12;break;case 5:a(0,4);this.popState();return 13;break;case 6:return 45;break;case 7:return 46;break;case 8:return 16;break;case 9:this.popState();this.begin("raw");return 18;break;case 10:return 34;break;case 11:return 24;break;case 12:return 29;break;case 13:this.popState();return 28;break;case 14:this.popState();return 28;break;case 15:return 26;break;case 16:return 26;break;case 17:return 32;break;case 18:return 31;break;case 19:this.popState();this.begin("com");break;case 20:a(3,5);this.popState();return 13;break;case 21:return 31;break;case 22:return 51;break;case 23:return 50;break;case 24:return 50;break;case 25:return 54;break;case 26:break;case 27:this.popState();return 33;break;case 28:this.popState();return 25;break;case 29:t.yytext=a(1,2).replace(/\\"/g,'"');return 42;break;case 30:t.yytext=a(1,2).replace(/\\'/g,"'");return 42;break;case 31:return 52;break;case 32:return 44;break;case 33:return 44;break;case 34:return 43;break;case 35:return 50;break;case 36:t.yytext=a(1,2);return 50;break;case 37:return"INVALID";break;case 38:return 5;break}};e.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]*?(?=(\{\{\{\{\/)))/,/^(?:[\s\S]*?--\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{!--)/,/^(?:\{\{![\s\S]*?\}\})/,/^(?:\{\{(~)?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)]))))/,/^(?:\[[^\]]*\])/,/^(?:.)/,/^(?:$)/];e.conditions={mu:{rules:[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],inclusive:false},emu:{rules:[2],inclusive:false},com:{rules:[5],inclusive:false},raw:{rules:[3,4],inclusive:false},INITIAL:{rules:[0,1,38],inclusive:true}};return e}();e.lexer=t;function i(){this.yy={}}i.prototype=e;e.Parser=i;return new i}();e=t;return e}();var c=function(e){"use strict";var t={};var i=e;function n(e,t){return{left:e.charAt(2)==="~",right:t.charAt(t.length-3)==="~"}}t.stripFlags=n;function a(e,t,n,a,r,u){if(e.sexpr.id.original!==a.path.original){throw new i(e.sexpr.id.original+" doesn't match "+a.path.original,e)}var f=n&&n.program;var p={left:e.strip.left,right:a.strip.right,openStandalone:o(t.statements),closeStandalone:s((f||t).statements)};if(e.strip.right){c(t.statements,null,true)}if(f){var h=n.strip;if(h.left){l(t.statements,null,true)}if(h.right){c(f.statements,null,true)}if(a.strip.left){l(f.statements,null,true)}if(s(t.statements)&&o(f.statements)){l(t.statements);c(f.statements)}}else{if(a.strip.left){l(t.statements,null,true)}}if(r){return new this.BlockNode(e,f,t,p,u)}else{return new this.BlockNode(e,t,f,p,u)}}t.prepareBlock=a;function r(e,t){for(var i=0,n=e.length;i<n;i++){var a=e[i],r=a.strip;if(!r){continue}var u=s(e,i,t,a.type==="partial"),f=o(e,i,t),p=r.openStandalone&&u,h=r.closeStandalone&&f,d=r.inlineStandalone&&u&&f;if(r.right){c(e,i,true)}if(r.left){l(e,i,true)}if(d){c(e,i);if(l(e,i)){if(a.type==="partial"){a.indent=/([ \t]+$)/.exec(e[i-1].original)?RegExp.$1:""}}}if(p){c((a.program||a.inverse).statements);l(e,i)}if(h){c(e,i);l((a.inverse||a.program).statements)}}return e}t.prepareProgram=r;function s(e,t,i){if(t===undefined){t=e.length}var n=e[t-1],a=e[t-2];if(!n){return i}if(n.type==="content"){return(a||!i?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(n.original)}}function o(e,t,i){if(t===undefined){t=-1}var n=e[t+1],a=e[t+2];if(!n){return i}if(n.type==="content"){return(a||!i?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(n.original)}}function c(e,t,i){var n=e[t==null?0:t+1];if(!n||n.type!=="content"||!i&&n.rightStripped){return}var a=n.string;n.string=n.string.replace(i?/^\s+/:/^[ \t]*\r?\n?/,"");n.rightStripped=n.string!==a}function l(e,t,i){var n=e[t==null?e.length-1:t-1];if(!n||n.type!=="content"||!i&&n.leftStripped){return}var a=n.string;n.string=n.string.replace(i?/\s+$/:/[ \t]+$/,"");n.leftStripped=n.string!==a;return n.leftStripped}return t}(i);var l=function(e,t,i,n){"use strict";var a={};var r=e;var s=t;var o=i;var c=n.extend;a.parser=r;var l={};c(l,o,s);function u(e){if(e.constructor===s.ProgramNode){return e}r.yy=l;return r.parse(e)}a.parse=u;return a}(o,s,c,t);var u=function(e,t){"use strict";var i={};var n=e;var a=t.isArray;var r=[].slice;function s(){}i.Compiler=s;s.prototype={compiler:s,equals:function(e){var t=this.opcodes.length;if(e.opcodes.length!==t){return false}for(var i=0;i<t;i++){var n=this.opcodes[i],a=e.opcodes[i];if(n.opcode!==a.opcode||!l(n.args,a.args)){return false}}t=this.children.length;for(i=0;i<t;i++){if(!this.children[i].equals(e.children[i])){return false}}return true},guid:0,compile:function(e,t){this.opcodes=[];this.children=[];this.depths={list:[]};this.options=t;this.stringParams=t.stringParams;this.trackIds=t.trackIds;var i=this.options.knownHelpers;this.options.knownHelpers={helperMissing:true,blockHelperMissing:true,each:true,"if":true,unless:true,"with":true,log:true,
lookup:true};if(i){for(var n in i){this.options.knownHelpers[n]=i[n]}}return this.accept(e)},accept:function(e){return this[e.type](e)},program:function(e){var t=e.statements;for(var i=0,n=t.length;i<n;i++){this.accept(t[i])}this.isSimple=n===1;this.depths.list=this.depths.list.sort(function(e,t){return e-t});return this},compileProgram:function(e){var t=(new this.compiler).compile(e,this.options);var i=this.guid++,n;this.usePartial=this.usePartial||t.usePartial;this.children[i]=t;for(var a=0,r=t.depths.list.length;a<r;a++){n=t.depths.list[a];if(n<2){continue}else{this.addDepth(n-1)}}return i},block:function(e){var t=e.mustache,i=e.program,n=e.inverse;if(i){i=this.compileProgram(i)}if(n){n=this.compileProgram(n)}var a=t.sexpr;var r=this.classifySexpr(a);if(r==="helper"){this.helperSexpr(a,i,n)}else if(r==="simple"){this.simpleSexpr(a);this.opcode("pushProgram",i);this.opcode("pushProgram",n);this.opcode("emptyHash");this.opcode("blockValue",a.id.original)}else{this.ambiguousSexpr(a,i,n);this.opcode("pushProgram",i);this.opcode("pushProgram",n);this.opcode("emptyHash");this.opcode("ambiguousBlockValue")}this.opcode("append")},hash:function(e){var t=e.pairs,i,n;this.opcode("pushHash");for(i=0,n=t.length;i<n;i++){this.pushParam(t[i][1])}while(i--){this.opcode("assignToHash",t[i][0])}this.opcode("popHash")},partial:function(e){var t=e.partialName;this.usePartial=true;if(e.hash){this.accept(e.hash)}else{this.opcode("push","undefined")}if(e.context){this.accept(e.context)}else{this.opcode("getContext",0);this.opcode("pushContext")}this.opcode("invokePartial",t.name,e.indent||"");this.opcode("append")},content:function(e){if(e.string){this.opcode("appendContent",e.string)}},mustache:function(e){this.sexpr(e.sexpr);if(e.escaped&&!this.options.noEscape){this.opcode("appendEscaped")}else{this.opcode("append")}},ambiguousSexpr:function(e,t,i){var n=e.id,a=n.parts[0],r=t!=null||i!=null;this.opcode("getContext",n.depth);this.opcode("pushProgram",t);this.opcode("pushProgram",i);this.ID(n);this.opcode("invokeAmbiguous",a,r)},simpleSexpr:function(e){var t=e.id;if(t.type==="DATA"){this.DATA(t)}else if(t.parts.length){this.ID(t)}else{this.addDepth(t.depth);this.opcode("getContext",t.depth);this.opcode("pushContext")}this.opcode("resolvePossibleLambda")},helperSexpr:function(e,t,i){var a=this.setupFullMustacheParams(e,t,i),r=e.id,s=r.parts[0];if(this.options.knownHelpers[s]){this.opcode("invokeKnownHelper",a.length,s)}else if(this.options.knownHelpersOnly){throw new n("You specified knownHelpersOnly, but used the unknown helper "+s,e)}else{r.falsy=true;this.ID(r);this.opcode("invokeHelper",a.length,r.original,r.isSimple)}},sexpr:function(e){var t=this.classifySexpr(e);if(t==="simple"){this.simpleSexpr(e)}else if(t==="helper"){this.helperSexpr(e)}else{this.ambiguousSexpr(e)}},ID:function(e){this.addDepth(e.depth);this.opcode("getContext",e.depth);var t=e.parts[0];if(!t){this.opcode("pushContext")}else{this.opcode("lookupOnContext",e.parts,e.falsy,e.isScoped)}},DATA:function(e){this.options.data=true;this.opcode("lookupData",e.id.depth,e.id.parts)},STRING:function(e){this.opcode("pushString",e.string)},NUMBER:function(e){this.opcode("pushLiteral",e.number)},BOOLEAN:function(e){this.opcode("pushLiteral",e.bool)},comment:function(){},opcode:function(e){this.opcodes.push({opcode:e,args:r.call(arguments,1)})},addDepth:function(e){if(e===0){return}if(!this.depths[e]){this.depths[e]=true;this.depths.list.push(e)}},classifySexpr:function(e){var t=e.isHelper;var i=e.eligibleHelper;var n=this.options;if(i&&!t){var a=e.id.parts[0];if(n.knownHelpers[a]){t=true}else if(n.knownHelpersOnly){i=false}}if(t){return"helper"}else if(i){return"ambiguous"}else{return"simple"}},pushParams:function(e){for(var t=0,i=e.length;t<i;t++){this.pushParam(e[t])}},pushParam:function(e){if(this.stringParams){if(e.depth){this.addDepth(e.depth)}this.opcode("getContext",e.depth||0);this.opcode("pushStringParam",e.stringModeValue,e.type);if(e.type==="sexpr"){this.sexpr(e)}}else{if(this.trackIds){this.opcode("pushId",e.type,e.idName||e.stringModeValue)}this.accept(e)}},setupFullMustacheParams:function(e,t,i){var n=e.params;this.pushParams(n);this.opcode("pushProgram",t);this.opcode("pushProgram",i);if(e.hash){this.hash(e.hash)}else{this.opcode("emptyHash")}return n}};function o(e,t,i){if(e==null||typeof e!=="string"&&e.constructor!==i.AST.ProgramNode){throw new n("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+e)}t=t||{};if(!("data"in t)){t.data=true}if(t.compat){t.useDepths=true}var a=i.parse(e);var r=(new i.Compiler).compile(a,t);return(new i.JavaScriptCompiler).compile(r,t)}i.precompile=o;function c(e,t,i){if(e==null||typeof e!=="string"&&e.constructor!==i.AST.ProgramNode){throw new n("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+e)}t=t||{};if(!("data"in t)){t.data=true}if(t.compat){t.useDepths=true}var a;function r(){var n=i.parse(e);var a=(new i.Compiler).compile(n,t);var r=(new i.JavaScriptCompiler).compile(a,t,undefined,true);return i.template(r)}var s=function(e,t){if(!a){a=r()}return a.call(this,e,t)};s._setup=function(e){if(!a){a=r()}return a._setup(e)};s._child=function(e,t,i){if(!a){a=r()}return a._child(e,t,i)};return s}i.compile=c;function l(e,t){if(e===t){return true}if(a(e)&&a(t)&&e.length===t.length){for(var i=0;i<e.length;i++){if(!l(e[i],t[i])){return false}}return true}}return i}(i,t);var f=function(e,t){"use strict";var i;var n=e.COMPILER_REVISION;var a=e.REVISION_CHANGES;var r=t;function s(e){this.value=e}function o(){}o.prototype={nameLookup:function(e,t){if(o.isValidJavaScriptVariableName(t)){return e+"."+t}else{return e+"['"+t+"']"}},depthedLookup:function(e){this.aliases.lookup="this.lookup";return'lookup(depths, "'+e+'")'},compilerInfo:function(){var e=n,t=a[e];return[e,t]},appendToBuffer:function(e){if(this.environment.isSimple){return"return "+e+";"}else{return{appendToBuffer:true,content:e,toString:function(){return"buffer += "+e+";"}}}},initializeBuffer:function(){return this.quotedString("")},namespace:"Handlebars",compile:function(e,t,i,n){this.environment=e;this.options=t;this.stringParams=this.options.stringParams;this.trackIds=this.options.trackIds;this.precompile=!n;this.name=this.environment.name;this.isChild=!!i;this.context=i||{programs:[],environments:[]};this.preamble();this.stackSlot=0;this.stackVars=[];this.aliases={};this.registers={list:[]};this.hashes=[];this.compileStack=[];this.inlineStack=[];this.compileChildren(e,t);this.useDepths=this.useDepths||e.depths.list.length||this.options.compat;var a=e.opcodes,s,o,c;for(o=0,c=a.length;o<c;o++){s=a[o];this[s.opcode].apply(this,s.args)}this.pushSource("");if(this.stackSlot||this.inlineStack.length||this.compileStack.length){throw new r("Compile completed with content left on stack")}var l=this.createFunctionContext(n);if(!this.isChild){var u={compiler:this.compilerInfo(),main:l};var f=this.context.programs;for(o=0,c=f.length;o<c;o++){if(f[o]){u[o]=f[o]}}if(this.environment.usePartial){u.usePartial=true}if(this.options.data){u.useData=true}if(this.useDepths){u.useDepths=true}if(this.options.compat){u.compat=true}if(!n){u.compiler=JSON.stringify(u.compiler);u=this.objectLiteral(u)}return u}else{return l}},preamble:function(){this.lastContext=0;this.source=[]},createFunctionContext:function(e){var t="";var i=this.stackVars.concat(this.registers.list);if(i.length>0){t+=", "+i.join(", ")}for(var n in this.aliases){if(this.aliases.hasOwnProperty(n)){t+=", "+n+"="+this.aliases[n]}}var a=["depth0","helpers","partials","data"];if(this.useDepths){a.push("depths")}var r=this.mergeSource(t);if(e){a.push(r);return Function.apply(this,a)}else{return"function("+a.join(",")+") {\n  "+r+"}"}},mergeSource:function(e){var t="",i,n=!this.forceBuffer,a;for(var r=0,s=this.source.length;r<s;r++){var o=this.source[r];if(o.appendToBuffer){if(i){i=i+"\n    + "+o.content}else{i=o.content}}else{if(i){if(!t){a=true;t=i+";\n  "}else{t+="buffer += "+i+";\n  "}i=undefined}t+=o+"\n  ";if(!this.environment.isSimple){n=false}}}if(n){if(i||!t){t+="return "+(i||'""')+";\n"}}else{e+=", buffer = "+(a?"":this.initializeBuffer());if(i){t+="return buffer + "+i+";\n"}else{t+="return buffer;\n"}}if(e){t="var "+e.substring(2)+(a?"":";\n  ")+t}return t},blockValue:function(e){this.aliases.blockHelperMissing="helpers.blockHelperMissing";var t=[this.contextName(0)];this.setupParams(e,0,t);var i=this.popStack();t.splice(1,0,i);this.push("blockHelperMissing.call("+t.join(", ")+")")},ambiguousBlockValue:function(){this.aliases.blockHelperMissing="helpers.blockHelperMissing";var e=[this.contextName(0)];this.setupParams("",0,e,true);this.flushInline();var t=this.topStack();e.splice(1,0,t);this.pushSource("if (!"+this.lastHelper+") { "+t+" = blockHelperMissing.call("+e.join(", ")+"); }")},appendContent:function(e){if(this.pendingContent){e=this.pendingContent+e}this.pendingContent=e},append:function(){this.flushInline();var e=this.popStack();this.pushSource("if ("+e+" != null) { "+this.appendToBuffer(e)+" }");if(this.environment.isSimple){this.pushSource("else { "+this.appendToBuffer("''")+" }")}},appendEscaped:function(){this.aliases.escapeExpression="this.escapeExpression";this.pushSource(this.appendToBuffer("escapeExpression("+this.popStack()+")"))},getContext:function(e){this.lastContext=e},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(e,t,i){var n=0,a=e.length;if(!i&&this.options.compat&&!this.lastContext){this.push(this.depthedLookup(e[n++]))}else{this.pushContext()}for(;n<a;n++){this.replaceStack(function(i){var a=this.nameLookup(i,e[n],"context");if(!t){return" != null ? "+a+" : "+i}else{return" && "+a}})}},lookupData:function(e,t){if(!e){this.pushStackLiteral("data")}else{this.pushStackLiteral("this.data(data, "+e+")")}var i=t.length;for(var n=0;n<i;n++){this.replaceStack(function(e){return" && "+this.nameLookup(e,t[n],"data")})}},resolvePossibleLambda:function(){this.aliases.lambda="this.lambda";this.push("lambda("+this.popStack()+", "+this.contextName(0)+")")},pushStringParam:function(e,t){this.pushContext();this.pushString(t);if(t!=="sexpr"){if(typeof e==="string"){this.pushString(e)}else{this.pushStackLiteral(e)}}},emptyHash:function(){this.pushStackLiteral("{}");if(this.trackIds){this.push("{}")}if(this.stringParams){this.push("{}");this.push("{}")}},pushHash:function(){if(this.hash){this.hashes.push(this.hash)}this.hash={values:[],types:[],contexts:[],ids:[]}},popHash:function(){var e=this.hash;this.hash=this.hashes.pop();if(this.trackIds){this.push("{"+e.ids.join(",")+"}")}if(this.stringParams){this.push("{"+e.contexts.join(",")+"}");this.push("{"+e.types.join(",")+"}")}this.push("{\n    "+e.values.join(",\n    ")+"\n  }")},pushString:function(e){this.pushStackLiteral(this.quotedString(e))},push:function(e){this.inlineStack.push(e);return e},pushLiteral:function(e){this.pushStackLiteral(e)},pushProgram:function(e){if(e!=null){this.pushStackLiteral(this.programExpression(e))}else{this.pushStackLiteral(null)}},invokeHelper:function(e,t,i){this.aliases.helperMissing="helpers.helperMissing";var n=this.popStack();var a=this.setupHelper(e,t);var r=(i?a.name+" || ":"")+n+" || helperMissing";this.push("(("+r+").call("+a.callParams+"))")},invokeKnownHelper:function(e,t){var i=this.setupHelper(e,t);this.push(i.name+".call("+i.callParams+")")},invokeAmbiguous:function(e,t){this.aliases.functionType='"function"';this.aliases.helperMissing="helpers.helperMissing";this.useRegister("helper");var i=this.popStack();this.emptyHash();var n=this.setupHelper(0,e,t);var a=this.lastHelper=this.nameLookup("helpers",e,"helper");this.push("((helper = (helper = "+a+" || "+i+") != null ? helper : helperMissing"+(n.paramsInit?"),("+n.paramsInit:"")+"),"+"(typeof helper === functionType ? helper.call("+n.callParams+") : helper))")},invokePartial:function(e,t){var i=[this.nameLookup("partials",e,"partial"),"'"+t+"'","'"+e+"'",this.popStack(),this.popStack(),"helpers","partials"];if(this.options.data){i.push("data")}else if(this.options.compat){i.push("undefined")}if(this.options.compat){i.push("depths")}this.push("this.invokePartial("+i.join(", ")+")")},assignToHash:function(e){var t=this.popStack(),i,n,a;if(this.trackIds){a=this.popStack()}if(this.stringParams){n=this.popStack();i=this.popStack()}var r=this.hash;if(i){r.contexts.push("'"+e+"': "+i)}if(n){r.types.push("'"+e+"': "+n)}if(a){r.ids.push("'"+e+"': "+a)}r.values.push("'"+e+"': ("+t+")")},pushId:function(e,t){if(e==="ID"||e==="DATA"){this.pushString(t)}else if(e==="sexpr"){this.pushStackLiteral("true")}else{this.pushStackLiteral("null")}},compiler:o,compileChildren:function(e,t){var i=e.children,n,a;for(var r=0,s=i.length;r<s;r++){n=i[r];a=new this.compiler;var o=this.matchExistingProgram(n);if(o==null){this.context.programs.push("");o=this.context.programs.length;n.index=o;n.name="program"+o;this.context.programs[o]=a.compile(n,t,this.context,!this.precompile);this.context.environments[o]=n;this.useDepths=this.useDepths||a.useDepths}else{n.index=o;n.name="program"+o}}},matchExistingProgram:function(e){for(var t=0,i=this.context.environments.length;t<i;t++){var n=this.context.environments[t];if(n&&n.equals(e)){return t}}},programExpression:function(e){var t=this.environment.children[e],i=t.depths.list,n=this.useDepths,a;var r=[t.index,"data"];if(n){r.push("depths")}return"this.program("+r.join(", ")+")"},useRegister:function(e){if(!this.registers[e]){this.registers[e]=true;this.registers.list.push(e)}},pushStackLiteral:function(e){return this.push(new s(e))},pushSource:function(e){if(this.pendingContent){this.source.push(this.appendToBuffer(this.quotedString(this.pendingContent)));this.pendingContent=undefined}if(e){this.source.push(e)}},pushStack:function(e){this.flushInline();var t=this.incrStack();this.pushSource(t+" = "+e+";");this.compileStack.push(t);return t},replaceStack:function(e){var t="",i=this.isInline(),n,a,o;if(!this.isInline()){throw new r("replaceStack on non-inline")}var c=this.popStack(true);if(c instanceof s){t=n=c.value;o=true}else{a=!this.stackSlot;var l=!a?this.topStackName():this.incrStack();t="("+this.push(l)+" = "+c+")";n=this.topStack()}var u=e.call(this,n);if(!o){this.popStack()}if(a){this.stackSlot--}this.push("("+t+u+")")},incrStack:function(){this.stackSlot++;if(this.stackSlot>this.stackVars.length){this.stackVars.push("stack"+this.stackSlot)}return this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var e=this.inlineStack;if(e.length){this.inlineStack=[];for(var t=0,i=e.length;t<i;t++){var n=e[t];if(n instanceof s){this.compileStack.push(n)}else{this.pushStack(n)}}}},isInline:function(){return this.inlineStack.length},popStack:function(e){var t=this.isInline(),i=(t?this.inlineStack:this.compileStack).pop();if(!e&&i instanceof s){return i.value}else{if(!t){if(!this.stackSlot){throw new r("Invalid stack pop")}this.stackSlot--}return i}},topStack:function(){var e=this.isInline()?this.inlineStack:this.compileStack,t=e[e.length-1];if(t instanceof s){return t.value}else{return t}},contextName:function(e){if(this.useDepths&&e){return"depths["+e+"]"}else{return"depth"+e}},quotedString:function(e){return'"'+e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},objectLiteral:function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(this.quotedString(i)+":"+e[i])}}return"{"+t.join(",")+"}"},setupHelper:function(e,t,i){var n=[],a=this.setupParams(t,e,n,i);var r=this.nameLookup("helpers",t,"helper");return{params:n,paramsInit:a,name:r,callParams:[this.contextName(0)].concat(n).join(", ")}},setupOptions:function(e,t,i){var n={},a=[],r=[],s=[],o,c,l;n.name=this.quotedString(e);n.hash=this.popStack();if(this.trackIds){n.hashIds=this.popStack()}if(this.stringParams){n.hashTypes=this.popStack();n.hashContexts=this.popStack()}c=this.popStack();l=this.popStack();if(l||c){if(!l){l="this.noop"}if(!c){c="this.noop"}n.fn=l;n.inverse=c}var u=t;while(u--){o=this.popStack();i[u]=o;if(this.trackIds){s[u]=this.popStack()}if(this.stringParams){r[u]=this.popStack();a[u]=this.popStack()}}if(this.trackIds){n.ids="["+s.join(",")+"]"}if(this.stringParams){n.types="["+r.join(",")+"]";n.contexts="["+a.join(",")+"]"}if(this.options.data){n.data="data"}return n},setupParams:function(e,t,i,n){var a=this.objectLiteral(this.setupOptions(e,t,i));if(n){this.useRegister("options");i.push("options");return"options="+a}else{i.push(a);return""}}};var c=("break else new var"+" case finally return void"+" catch for switch while"+" continue function this with"+" default if throw"+" delete in try"+" do instanceof typeof"+" abstract enum int short"+" boolean export interface static"+" byte extends long super"+" char final native synchronized"+" class float package throws"+" const goto private transient"+" debugger implements protected volatile"+" double import public let yield").split(" ");var l=o.RESERVED_WORDS={};for(var u=0,f=c.length;u<f;u++){l[c[u]]=true}o.isValidJavaScriptVariableName=function(e){return!o.RESERVED_WORDS[e]&&/^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(e)};i=o;return i}(n,i);var p=function(e,t,i,n,a){"use strict";var r;var s=e;var o=t;var c=i.parser;var l=i.parse;var u=n.Compiler;var f=n.compile;var p=n.precompile;var h=a;var d=s.create;var m=function(){var e=d();e.compile=function(t,i){return f(t,i,e)};e.precompile=function(t,i){return p(t,i,e)};e.AST=o;e.Compiler=u;e.JavaScriptCompiler=h;e.Parser=c;e.parse=l;return e};s=m();s.create=m;s["default"]=s;r=s;return r}(r,s,l,u,f);return p})});define("ae-ugc/node_modules/@alife/beta-template/template.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/beta-template/node_modules/@alife/beta-handlebars/handlebars.js"],function(require,e,t){var i=require("beta-jquery/jquery");var n=require("ae-ugc/node_modules/@alife/beta-template/node_modules/@alife/beta-handlebars/handlebars.js");var a={};t.exports={templateHelpers:null,templatePartials:null,templateObject:null,parseElementFromTemplate:function(){var e,t=this.get("template");if(/^#/.test(t)&&(e=document.getElementById(t.substring(1)))){t=e.innerHTML;this.set("template",t)}this.templateObject=s(t);this.element=i(this.compile())},compile:function(e,t){e||(e=this.get("template"));t||(t=this.get("model"))||(t={});if(t.toJSON){t=t.toJSON()}if(u(e)){return e(t,{helpers:this.templateHelpers,partials:f(this.templatePartials)})}else{var i=this.templateHelpers;var r=this.templatePartials;var s,o;if(i){for(s in i){if(i.hasOwnProperty(s)){n.registerHelper(s,i[s])}}}if(r){for(o in r){if(r.hasOwnProperty(o)){n.registerPartial(o,r[o])}}}var c=a[e];if(!c){c=a[e]=n.compile(e)}var l=c(t);if(i){for(s in i){if(i.hasOwnProperty(s)){delete n.helpers[s]}}}if(r){for(o in r){if(r.hasOwnProperty(o)){delete n.partials[o]}}}return l}},renderPartial:function(e){if(this.templateObject){var t=o(this.templateObject,e);if(t){if(e){this.$(e).html(this.compile(t))}else{this.element.html(this.compile(t))}}else{this.element.html(this.compile())}}else{var n=i(this.compile());var a=n.find(e);if(a.length){this.$(e).html(a.html())}else{this.element.html(n.html())}}return this}};var r=n.compile;n.compile=function(e){return u(e)?e:r.call(n,e)};function s(e){return u(e)?null:i(c(e))}function o(e,t){if(!e)return;var i;if(t){i=e.find(t);if(i.length===0){throw new Error("Invalid template selector: "+t)}}else{i=e}return l(i.html())}function c(e){return e.replace(/({[^}]+}})/g,"<!--$1-->").replace(/\s(src|href)\s*=\s*(['"])(.*?\{.+?)\2/g," data-templatable-$1=$2$3$2")}function l(e){return e.replace(/(?:<|&lt;)!--({{[^}]+}})--(?:>|&gt;)/g,"$1").replace(/data-templatable-/gi,"")}function u(e){return typeof e==="function"}function f(e){if(!e)return{};var t={};for(var i in e){var a=e[i];t[i]=u(a)?a:n.compile(a)}return t}});define("ae-ugc/common/utils/moment/src/moment.js",[],function(require,e,t){(function(i,n){typeof e==="object"&&typeof t!=="undefined"?t.exports=n():typeof define==="function"&&define.amd?define(n):i.moment=n()})(this,function(){"use strict";var e;function i(){return e.apply(null,arguments)}function n(t){e=t}function a(e){return Object.prototype.toString.call(e)==="[object Array]"}function r(e){return e instanceof Date||Object.prototype.toString.call(e)==="[object Date]"}function s(e,t){var i=[],n;for(n=0;n<e.length;++n){i.push(t(e[n],n))}return i}function o(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function c(e,t){for(var i in t){if(o(t,i)){e[i]=t[i]}}if(o(t,"toString")){e.toString=t.toString}if(o(t,"valueOf")){e.valueOf=t.valueOf}return e}function l(e,t,i,n){return St(e,t,i,n,true).utc()}function u(){return{empty:false,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:false,invalidMonth:null,invalidFormat:false,userInvalidated:false,iso:false}}function f(e){if(e._pf==null){e._pf=u()}return e._pf}function p(e){if(e._isValid==null){var t=f(e);e._isValid=!isNaN(e._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidMonth&&!t.invalidWeekday&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated;if(e._strict){e._isValid=e._isValid&&t.charsLeftOver===0&&t.unusedTokens.length===0&&t.bigHour===undefined}}return e._isValid}function h(e){var t=l(NaN);if(e!=null){c(f(t),e)}else{f(t).userInvalidated=true}return t}function d(e){return e===void 0}var m=i.momentProperties=[];function g(e,t){var i,n,a;if(!d(t._isAMomentObject)){e._isAMomentObject=t._isAMomentObject}if(!d(t._i)){e._i=t._i}if(!d(t._f)){e._f=t._f}if(!d(t._l)){e._l=t._l}if(!d(t._strict)){e._strict=t._strict}if(!d(t._tzm)){e._tzm=t._tzm}if(!d(t._isUTC)){e._isUTC=t._isUTC}if(!d(t._offset)){e._offset=t._offset}if(!d(t._pf)){e._pf=f(t)}if(!d(t._locale)){e._locale=t._locale}if(m.length>0){for(i in m){n=m[i];a=t[n];if(!d(a)){e[n]=a}}}return e}var b=false;function v(e){g(this,e);this._d=new Date(e._d!=null?e._d.getTime():NaN);if(b===false){b=true;i.updateOffset(this);b=false}}function M(e){return e instanceof v||e!=null&&e._isAMomentObject!=null}function _(e){if(e<0){return Math.ceil(e)}else{return Math.floor(e)}}function A(e){var t=+e,i=0;if(t!==0&&isFinite(t)){i=_(t)}return i}function y(e,t,i){var n=Math.min(e.length,t.length),a=Math.abs(e.length-t.length),r=0,s;for(s=0;s<n;s++){if(i&&e[s]!==t[s]||!i&&A(e[s])!==A(t[s])){r++}}return r+a}function O(){}var z={};var L;function N(e){return e?e.toLowerCase().replace("_","-"):e}function S(e){var t=0,i,n,a,r;while(t<e.length){r=N(e[t]).split("-");i=r.length;n=N(e[t+1]);n=n?n.split("-"):null;while(i>0){a=k(r.slice(0,i).join("-"));if(a){return a}if(n&&n.length>=i&&y(r,n,true)>=i-1){break}i--}t++}return null}function k(e){var i=null;if(!z[e]&&typeof t!=="undefined"&&t&&t.exports){try{i=L._abbr;require("./locale/"+e);w(i)}catch(n){}}return z[e]}function w(e,t){var i;if(e){if(d(t)){i=T(e)}else{i=E(e,t)}if(i){L=i}}return L._abbr}function E(e,t){if(t!==null){t.abbr=e;z[e]=z[e]||new O;z[e].set(t);w(e);return z[e]}else{delete z[e];return null}}function T(e){var t;if(e&&e._locale&&e._locale._abbr){e=e._locale._abbr}if(!e){return L}if(!a(e)){t=k(e);if(t){return t}e=[e]}return S(e)}var j={};function x(e,t){var i=e.toLowerCase();j[i]=j[i+"s"]=j[t]=e}function q(e){return typeof e==="string"?j[e]||j[e.toLowerCase()]:undefined}function P(e){var t={},i,n;for(n in e){if(o(e,n)){i=q(n);if(i){t[i]=e[n]}}}return t}function C(e){return e instanceof Function||Object.prototype.toString.call(e)==="[object Function]"}function I(e,t){return function(n){if(n!=null){B(this,e,n);i.updateOffset(this,t);return this}else{return W(this,e)}}}function W(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function B(e,t,i){if(e.isValid()){e._d["set"+(e._isUTC?"UTC":"")+t](i)}}function R(e,t){var i;if(typeof e==="object"){for(i in e){this.set(i,e[i])}}else{e=q(e);if(C(this[e])){return this[e](t)}}return this}function D(e,t,i){var n=""+Math.abs(e),a=t-n.length,r=e>=0;return(r?i?"+":"":"-")+Math.pow(10,Math.max(0,a)).toString().substr(1)+n}var X=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g;var H=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g;var $={};var V={};function U(e,t,i,n){var a=n;if(typeof n==="string"){a=function(){return this[n]()}}if(e){V[e]=a}if(t){V[t[0]]=function(){return D(a.apply(this,arguments),t[1],t[2])}}if(i){V[i]=function(){return this.localeData().ordinal(a.apply(this,arguments),e)}}}function F(e){if(e.match(/\[[\s\S]/)){return e.replace(/^\[|\]$/g,"")}return e.replace(/\\/g,"")}function Y(e){var t=e.match(X),i,n;for(i=0,n=t.length;i<n;i++){if(V[t[i]]){t[i]=V[t[i]]}else{t[i]=F(t[i])}}return function(a){var r="";for(i=0;i<n;i++){r+=t[i]instanceof Function?t[i].call(a,e):t[i]}return r}}function G(e,t){if(!e.isValid()){return e.localeData().invalidDate()}t=J(t,e.localeData());$[t]=$[t]||Y(t);return $[t](e)}function J(e,t){var i=5;function n(e){return t.longDateFormat(e)||e}H.lastIndex=0;while(i>=0&&H.test(e)){e=e.replace(H,n);H.lastIndex=0;i-=1}return e}var K=/\d/;var Z=/\d\d/;var Q=/\d{3}/;var ee=/\d{4}/;var te=/[+-]?\d{6}/;var ie=/\d\d?/;var ne=/\d\d\d\d?/;var ae=/\d\d\d\d\d\d?/;var re=/\d{1,3}/;var se=/\d{1,4}/;var oe=/[+-]?\d{1,6}/;var ce=/\d+/;var le=/[+-]?\d+/;var ue=/Z|[+-]\d\d:?\d\d/gi;var fe=/Z|[+-]\d\d(?::?\d\d)?/gi;var pe=/[+-]?\d+(\.\d{1,3})?/;var he=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i;var de={};function me(e,t,i){de[e]=C(t)?t:function(e,n){return e&&i?i:t}}function ge(e,t){if(!o(de,e)){return new RegExp(be(e))}return de[e](t._strict,t._locale)}function be(e){return ve(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(e,t,i,n,a){return t||i||n||a}))}function ve(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}var Me={};function _e(e,t){var i,n=t;if(typeof e==="string"){e=[e]}if(typeof t==="number"){n=function(e,i){i[t]=A(e)}}for(i=0;i<e.length;i++){Me[e[i]]=n}}function Ae(e,t){_e(e,function(e,i,n,a){n._w=n._w||{};t(e,n._w,n,a)})}function ye(e,t,i){if(t!=null&&o(Me,e)){Me[e](t,i._a,i,e)}}var Oe=0;var ze=1;var Le=2;var Ne=3;var Se=4;var ke=5;var we=6;var Ee=7;var Te=8;function je(e,t){return new Date(Date.UTC(e,t+1,0)).getUTCDate()}U("M",["MM",2],"Mo",function(){return this.month()+1});U("MMM",0,0,function(e){return this.localeData().monthsShort(this,e)});U("MMMM",0,0,function(e){return this.localeData().months(this,e)});x("month","M");me("M",ie);me("MM",ie,Z);me("MMM",function(e,t){return t.monthsShortRegex(e)});me("MMMM",function(e,t){return t.monthsRegex(e)});_e(["M","MM"],function(e,t){t[ze]=A(e)-1});_e(["MMM","MMMM"],function(e,t,i,n){var a=i._locale.monthsParse(e,n,i._strict);if(a!=null){t[ze]=a}else{f(i).invalidMonth=e}});var xe=/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/;var qe="January_February_March_April_May_June_July_August_September_October_November_December".split("_");function Pe(e,t){return a(this._months)?this._months[e.month()]:this._months[xe.test(t)?"format":"standalone"][e.month()]}var Ce="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_");function Ie(e,t){return a(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[xe.test(t)?"format":"standalone"][e.month()]}function We(e,t,i){var n,a,r;if(!this._monthsParse){this._monthsParse=[];this._longMonthsParse=[];this._shortMonthsParse=[]}for(n=0;n<12;n++){a=l([2e3,n]);if(i&&!this._longMonthsParse[n]){this._longMonthsParse[n]=new RegExp("^"+this.months(a,"").replace(".","")+"$","i");this._shortMonthsParse[n]=new RegExp("^"+this.monthsShort(a,"").replace(".","")+"$","i")}if(!i&&!this._monthsParse[n]){r="^"+this.months(a,"")+"|^"+this.monthsShort(a,"");this._monthsParse[n]=new RegExp(r.replace(".",""),"i")}if(i&&t==="MMMM"&&this._longMonthsParse[n].test(e)){return n}else if(i&&t==="MMM"&&this._shortMonthsParse[n].test(e)){return n}else if(!i&&this._monthsParse[n].test(e)){return n}}}function Be(e,t){var i;if(!e.isValid()){return e}if(typeof t==="string"){t=e.localeData().monthsParse(t);if(typeof t!=="number"){return e}}i=Math.min(e.date(),je(e.year(),t));e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,i);return e}function Re(e){if(e!=null){Be(this,e);i.updateOffset(this,true);return this}else{return W(this,"Month")}}function De(){return je(this.year(),this.month())}var Xe=he;function He(e){if(this._monthsParseExact){if(!o(this,"_monthsRegex")){Ue.call(this)}if(e){return this._monthsShortStrictRegex}else{return this._monthsShortRegex}}else{return this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex}}var $e=he;function Ve(e){if(this._monthsParseExact){if(!o(this,"_monthsRegex")){Ue.call(this)}if(e){return this._monthsStrictRegex}else{return this._monthsRegex}}else{return this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex}}function Ue(){function e(e,t){return t.length-e.length}var t=[],i=[],n=[],a,r;for(a=0;a<12;a++){r=l([2e3,a]);t.push(this.monthsShort(r,""));i.push(this.months(r,""));n.push(this.months(r,""));n.push(this.monthsShort(r,""))}t.sort(e);i.sort(e);n.sort(e);for(a=0;a<12;a++){t[a]=ve(t[a]);i[a]=ve(i[a]);n[a]=ve(n[a])}this._monthsRegex=new RegExp("^("+n.join("|")+")","i");this._monthsShortRegex=this._monthsRegex;this._monthsStrictRegex=new RegExp("^("+i.join("|")+")$","i");this._monthsShortStrictRegex=new RegExp("^("+t.join("|")+")$","i")}function Fe(e){var t;var i=e._a;if(i&&f(e).overflow===-2){t=i[ze]<0||i[ze]>11?ze:i[Le]<1||i[Le]>je(i[Oe],i[ze])?Le:i[Ne]<0||i[Ne]>24||i[Ne]===24&&(i[Se]!==0||i[ke]!==0||i[we]!==0)?Ne:i[Se]<0||i[Se]>59?Se:i[ke]<0||i[ke]>59?ke:i[we]<0||i[we]>999?we:-1;if(f(e)._overflowDayOfYear&&(t<Oe||t>Le)){t=Le}if(f(e)._overflowWeeks&&t===-1){t=Ee}if(f(e)._overflowWeekday&&t===-1){t=Te}f(e).overflow=t}return e}function Ye(e){if(i.suppressDeprecationWarnings===false&&typeof console!=="undefined"&&console.warn){console.warn("Deprecation warning: "+e)}}function Ge(e,t){var i=true;return c(function(){if(i){Ye(e+"\nArguments: "+Array.prototype.slice.call(arguments).join(", ")+"\n"+(new Error).stack);i=false}return t.apply(this,arguments)},t)}var Je={};function Ke(e,t){if(!Je[e]){Ye(t);Je[e]=true}}i.suppressDeprecationWarnings=false;var Ze=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?/;var Qe=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?/;var et=/Z|[+-]\d\d(?::?\d\d)?/;var tt=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,false],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,false],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,false],["YYYYDDD",/\d{7}/]];var it=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]];var nt=/^\/?Date\((\-?\d+)/i;function at(e){var t,i,n=e._i,a=Ze.exec(n)||Qe.exec(n),r,s,o,c;if(a){f(e).iso=true;for(t=0,i=tt.length;t<i;t++){if(tt[t][1].exec(a[1])){s=tt[t][0];r=tt[t][2]!==false;break}}if(s==null){e._isValid=false;return}if(a[3]){for(t=0,i=it.length;t<i;t++){if(it[t][1].exec(a[3])){o=(a[2]||" ")+it[t][0];break}}if(o==null){e._isValid=false;return}}if(!r&&o!=null){e._isValid=false;return}if(a[4]){if(et.exec(a[4])){c="Z"}else{e._isValid=false;return}}e._f=s+(o||"")+(c||"");_t(e)}else{e._isValid=false}}function rt(e){var t=nt.exec(e._i);if(t!==null){e._d=new Date(+t[1]);return}at(e);if(e._isValid===false){delete e._isValid;i.createFromInputFallback(e)}}i.createFromInputFallback=Ge("moment construction falls back to js Date. This is "+"discouraged and will be removed in upcoming major "+"release. Please refer to "+"https://github.com/moment/moment/issues/1407 for more info.",function(e){
e._d=new Date(e._i+(e._useUTC?" UTC":""))});function st(e,t,i,n,a,r,s){var o=new Date(e,t,i,n,a,r,s);if(e<100&&e>=0&&isFinite(o.getFullYear())){o.setFullYear(e)}return o}function ot(e){var t=new Date(Date.UTC.apply(null,arguments));if(e<100&&e>=0&&isFinite(t.getUTCFullYear())){t.setUTCFullYear(e)}return t}U("Y",0,0,function(){var e=this.year();return e<=9999?""+e:"+"+e});U(0,["YY",2],0,function(){return this.year()%100});U(0,["YYYY",4],0,"year");U(0,["YYYYY",5],0,"year");U(0,["YYYYYY",6,true],0,"year");x("year","y");me("Y",le);me("YY",ie,Z);me("YYYY",se,ee);me("YYYYY",oe,te);me("YYYYYY",oe,te);_e(["YYYYY","YYYYYY"],Oe);_e("YYYY",function(e,t){t[Oe]=e.length===2?i.parseTwoDigitYear(e):A(e)});_e("YY",function(e,t){t[Oe]=i.parseTwoDigitYear(e)});_e("Y",function(e,t){t[Oe]=parseInt(e,10)});function ct(e){return lt(e)?366:365}function lt(e){return e%4===0&&e%100!==0||e%400===0}i.parseTwoDigitYear=function(e){return A(e)+(A(e)>68?1900:2e3)};var ut=I("FullYear",false);function ft(){return lt(this.year())}function pt(e,t,i){var n=7+t-i,a=(7+ot(e,0,n).getUTCDay()-t)%7;return-a+n-1}function ht(e,t,i,n,a){var r=(7+i-n)%7,s=pt(e,n,a),o=1+7*(t-1)+r+s,c,l;if(o<=0){c=e-1;l=ct(c)+o}else if(o>ct(e)){c=e+1;l=o-ct(e)}else{c=e;l=o}return{year:c,dayOfYear:l}}function dt(e,t,i){var n=pt(e.year(),t,i),a=Math.floor((e.dayOfYear()-n-1)/7)+1,r,s;if(a<1){s=e.year()-1;r=a+mt(s,t,i)}else if(a>mt(e.year(),t,i)){r=a-mt(e.year(),t,i);s=e.year()+1}else{s=e.year();r=a}return{week:r,year:s}}function mt(e,t,i){var n=pt(e,t,i),a=pt(e+1,t,i);return(ct(e)-n+a)/7}function gt(e,t,i){if(e!=null){return e}if(t!=null){return t}return i}function bt(e){var t=new Date(i.now());if(e._useUTC){return[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]}return[t.getFullYear(),t.getMonth(),t.getDate()]}function vt(e){var t,i,n=[],a,r;if(e._d){return}a=bt(e);if(e._w&&e._a[Le]==null&&e._a[ze]==null){Mt(e)}if(e._dayOfYear){r=gt(e._a[Oe],a[Oe]);if(e._dayOfYear>ct(r)){f(e)._overflowDayOfYear=true}i=ot(r,0,e._dayOfYear);e._a[ze]=i.getUTCMonth();e._a[Le]=i.getUTCDate()}for(t=0;t<3&&e._a[t]==null;++t){e._a[t]=n[t]=a[t]}for(;t<7;t++){e._a[t]=n[t]=e._a[t]==null?t===2?1:0:e._a[t]}if(e._a[Ne]===24&&e._a[Se]===0&&e._a[ke]===0&&e._a[we]===0){e._nextDay=true;e._a[Ne]=0}e._d=(e._useUTC?ot:st).apply(null,n);if(e._tzm!=null){e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm)}if(e._nextDay){e._a[Ne]=24}}function Mt(e){var t,i,n,a,r,s,o,c;t=e._w;if(t.GG!=null||t.W!=null||t.E!=null){r=1;s=4;i=gt(t.GG,e._a[Oe],dt(kt(),1,4).year);n=gt(t.W,1);a=gt(t.E,1);if(a<1||a>7){c=true}}else{r=e._locale._week.dow;s=e._locale._week.doy;i=gt(t.gg,e._a[Oe],dt(kt(),r,s).year);n=gt(t.w,1);if(t.d!=null){a=t.d;if(a<0||a>6){c=true}}else if(t.e!=null){a=t.e+r;if(t.e<0||t.e>6){c=true}}else{a=r}}if(n<1||n>mt(i,r,s)){f(e)._overflowWeeks=true}else if(c!=null){f(e)._overflowWeekday=true}else{o=ht(i,n,a,r,s);e._a[Oe]=o.year;e._dayOfYear=o.dayOfYear}}i.ISO_8601=function(){};function _t(e){if(e._f===i.ISO_8601){at(e);return}e._a=[];f(e).empty=true;var t=""+e._i,n,a,r,s,o,c=t.length,l=0;r=J(e._f,e._locale).match(X)||[];for(n=0;n<r.length;n++){s=r[n];a=(t.match(ge(s,e))||[])[0];if(a){o=t.substr(0,t.indexOf(a));if(o.length>0){f(e).unusedInput.push(o)}t=t.slice(t.indexOf(a)+a.length);l+=a.length}if(V[s]){if(a){f(e).empty=false}else{f(e).unusedTokens.push(s)}ye(s,a,e)}else if(e._strict&&!a){f(e).unusedTokens.push(s)}}f(e).charsLeftOver=c-l;if(t.length>0){f(e).unusedInput.push(t)}if(f(e).bigHour===true&&e._a[Ne]<=12&&e._a[Ne]>0){f(e).bigHour=undefined}e._a[Ne]=At(e._locale,e._a[Ne],e._meridiem);vt(e);Fe(e)}function At(e,t,i){var n;if(i==null){return t}if(e.meridiemHour!=null){return e.meridiemHour(t,i)}else if(e.isPM!=null){n=e.isPM(i);if(n&&t<12){t+=12}if(!n&&t===12){t=0}return t}else{return t}}function yt(e){var t,i,n,a,r;if(e._f.length===0){f(e).invalidFormat=true;e._d=new Date(NaN);return}for(a=0;a<e._f.length;a++){r=0;t=g({},e);if(e._useUTC!=null){t._useUTC=e._useUTC}t._f=e._f[a];_t(t);if(!p(t)){continue}r+=f(t).charsLeftOver;r+=f(t).unusedTokens.length*10;f(t).score=r;if(n==null||r<n){n=r;i=t}}c(e,i||t)}function Ot(e){if(e._d){return}var t=P(e._i);e._a=s([t.year,t.month,t.day||t.date,t.hour,t.minute,t.second,t.millisecond],function(e){return e&&parseInt(e,10)});vt(e)}function zt(e){var t=new v(Fe(Lt(e)));if(t._nextDay){t.add(1,"d");t._nextDay=undefined}return t}function Lt(e){var t=e._i,i=e._f;e._locale=e._locale||T(e._l);if(t===null||i===undefined&&t===""){return h({nullInput:true})}if(typeof t==="string"){e._i=t=e._locale.preparse(t)}if(M(t)){return new v(Fe(t))}else if(a(i)){yt(e)}else if(i){_t(e)}else if(r(t)){e._d=t}else{Nt(e)}if(!p(e)){e._d=null}return e}function Nt(e){var t=e._i;if(t===undefined){e._d=new Date(i.now())}else if(r(t)){e._d=new Date(+t)}else if(typeof t==="string"){rt(e)}else if(a(t)){e._a=s(t.slice(0),function(e){return parseInt(e,10)});vt(e)}else if(typeof t==="object"){Ot(e)}else if(typeof t==="number"){e._d=new Date(t)}else{i.createFromInputFallback(e)}}function St(e,t,i,n,a){var r={};if(typeof i==="boolean"){n=i;i=undefined}r._isAMomentObject=true;r._useUTC=r._isUTC=a;r._l=i;r._i=e;r._f=t;r._strict=n;return zt(r)}function kt(e,t,i,n){return St(e,t,i,n,false)}var wt=Ge("moment().min is deprecated, use moment.min instead. https://github.com/moment/moment/issues/1548",function(){var e=kt.apply(null,arguments);if(this.isValid()&&e.isValid()){return e<this?this:e}else{return h()}});var Et=Ge("moment().max is deprecated, use moment.max instead. https://github.com/moment/moment/issues/1548",function(){var e=kt.apply(null,arguments);if(this.isValid()&&e.isValid()){return e>this?this:e}else{return h()}});function Tt(e,t){var i,n;if(t.length===1&&a(t[0])){t=t[0]}if(!t.length){return kt()}i=t[0];for(n=1;n<t.length;++n){if(!t[n].isValid()||t[n][e](i)){i=t[n]}}return i}function jt(){var e=[].slice.call(arguments,0);return Tt("isBefore",e)}function xt(){var e=[].slice.call(arguments,0);return Tt("isAfter",e)}var qt=function(){return Date.now?Date.now():+new Date};function Pt(e){var t=P(e),i=t.year||0,n=t.quarter||0,a=t.month||0,r=t.week||0,s=t.day||0,o=t.hour||0,c=t.minute||0,l=t.second||0,u=t.millisecond||0;this._milliseconds=+u+l*1e3+c*6e4+o*36e5;this._days=+s+r*7;this._months=+a+n*3+i*12;this._data={};this._locale=T();this._bubble()}function Ct(e){return e instanceof Pt}function It(e,t){U(e,0,0,function(){var e=this.utcOffset();var i="+";if(e<0){e=-e;i="-"}return i+D(~~(e/60),2)+t+D(~~e%60,2)})}It("Z",":");It("ZZ","");me("Z",fe);me("ZZ",fe);_e(["Z","ZZ"],function(e,t,i){i._useUTC=true;i._tzm=Bt(fe,e)});var Wt=/([\+\-]|\d\d)/gi;function Bt(e,t){var i=(t||"").match(e)||[];var n=i[i.length-1]||[];var a=(n+"").match(Wt)||["-",0,0];var r=+(a[1]*60)+A(a[2]);return a[0]==="+"?r:-r}function Rt(e,t){var n,a;if(t._isUTC){n=t.clone();a=(M(e)||r(e)?+e:+kt(e))-+n;n._d.setTime(+n._d+a);i.updateOffset(n,false);return n}else{return kt(e).local()}}function Dt(e){return-Math.round(e._d.getTimezoneOffset()/15)*15}i.updateOffset=function(){};function Xt(e,t){var n=this._offset||0,a;if(!this.isValid()){return e!=null?this:NaN}if(e!=null){if(typeof e==="string"){e=Bt(fe,e)}else if(Math.abs(e)<16){e=e*60}if(!this._isUTC&&t){a=Dt(this)}this._offset=e;this._isUTC=true;if(a!=null){this.add(a,"m")}if(n!==e){if(!t||this._changeInProgress){si(this,ti(e-n,"m"),1,false)}else if(!this._changeInProgress){this._changeInProgress=true;i.updateOffset(this,true);this._changeInProgress=null}}return this}else{return this._isUTC?n:Dt(this)}}function Ht(e,t){if(e!=null){if(typeof e!=="string"){e=-e}this.utcOffset(e,t);return this}else{return-this.utcOffset()}}function $t(e){return this.utcOffset(0,e)}function Vt(e){if(this._isUTC){this.utcOffset(0,e);this._isUTC=false;if(e){this.subtract(Dt(this),"m")}}return this}function Ut(){if(this._tzm){this.utcOffset(this._tzm)}else if(typeof this._i==="string"){this.utcOffset(Bt(ue,this._i))}return this}function Ft(e){if(!this.isValid()){return false}e=e?kt(e).utcOffset():0;return(this.utcOffset()-e)%60===0}function Yt(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function Gt(){if(!d(this._isDSTShifted)){return this._isDSTShifted}var e={};g(e,this);e=Lt(e);if(e._a){var t=e._isUTC?l(e._a):kt(e._a);this._isDSTShifted=this.isValid()&&y(e._a,t.toArray())>0}else{this._isDSTShifted=false}return this._isDSTShifted}function Jt(){return this.isValid()?!this._isUTC:false}function Kt(){return this.isValid()?this._isUTC:false}function Zt(){return this.isValid()?this._isUTC&&this._offset===0:false}var Qt=/(\-)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?)?/;var ei=/^(-)?P(?:(?:([0-9,.]*)Y)?(?:([0-9,.]*)M)?(?:([0-9,.]*)D)?(?:T(?:([0-9,.]*)H)?(?:([0-9,.]*)M)?(?:([0-9,.]*)S)?)?|([0-9,.]*)W)$/;function ti(e,t){var i=e,n=null,a,r,s;if(Ct(e)){i={ms:e._milliseconds,d:e._days,M:e._months}}else if(typeof e==="number"){i={};if(t){i[t]=e}else{i.milliseconds=e}}else if(!!(n=Qt.exec(e))){a=n[1]==="-"?-1:1;i={y:0,d:A(n[Le])*a,h:A(n[Ne])*a,m:A(n[Se])*a,s:A(n[ke])*a,ms:A(n[we])*a}}else if(!!(n=ei.exec(e))){a=n[1]==="-"?-1:1;i={y:ii(n[2],a),M:ii(n[3],a),d:ii(n[4],a),h:ii(n[5],a),m:ii(n[6],a),s:ii(n[7],a),w:ii(n[8],a)}}else if(i==null){i={}}else if(typeof i==="object"&&("from"in i||"to"in i)){s=ai(kt(i.from),kt(i.to));i={};i.ms=s.milliseconds;i.M=s.months}r=new Pt(i);if(Ct(e)&&o(e,"_locale")){r._locale=e._locale}return r}ti.fn=Pt.prototype;function ii(e,t){var i=e&&parseFloat(e.replace(",","."));return(isNaN(i)?0:i)*t}function ni(e,t){var i={milliseconds:0,months:0};i.months=t.month()-e.month()+(t.year()-e.year())*12;if(e.clone().add(i.months,"M").isAfter(t)){--i.months}i.milliseconds=+t-+e.clone().add(i.months,"M");return i}function ai(e,t){var i;if(!(e.isValid()&&t.isValid())){return{milliseconds:0,months:0}}t=Rt(t,e);if(e.isBefore(t)){i=ni(e,t)}else{i=ni(t,e);i.milliseconds=-i.milliseconds;i.months=-i.months}return i}function ri(e,t){return function(i,n){var a,r;if(n!==null&&!isNaN(+n)){Ke(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period).");r=i;i=n;n=r}i=typeof i==="string"?+i:i;a=ti(i,n);si(this,a,e);return this}}function si(e,t,n,a){var r=t._milliseconds,s=t._days,o=t._months;if(!e.isValid()){return}a=a==null?true:a;if(r){e._d.setTime(+e._d+r*n)}if(s){B(e,"Date",W(e,"Date")+s*n)}if(o){Be(e,W(e,"Month")+o*n)}if(a){i.updateOffset(e,s||o)}}var oi=ri(1,"add");var ci=ri(-1,"subtract");function li(e,t){var i=e||kt(),n=Rt(i,this).startOf("day"),a=this.diff(n,"days",true),r=a<-6?"sameElse":a<-1?"lastWeek":a<0?"lastDay":a<1?"sameDay":a<2?"nextDay":a<7?"nextWeek":"sameElse";var s=t&&(C(t[r])?t[r]():t[r]);return this.format(s||this.localeData().calendar(r,this,kt(i)))}function ui(){return new v(this)}function fi(e,t){var i=M(e)?e:kt(e);if(!(this.isValid()&&i.isValid())){return false}t=q(!d(t)?t:"millisecond");if(t==="millisecond"){return+this>+i}else{return+i<+this.clone().startOf(t)}}function pi(e,t){var i=M(e)?e:kt(e);if(!(this.isValid()&&i.isValid())){return false}t=q(!d(t)?t:"millisecond");if(t==="millisecond"){return+this<+i}else{return+this.clone().endOf(t)<+i}}function hi(e,t,i){return this.isAfter(e,i)&&this.isBefore(t,i)}function di(e,t){var i=M(e)?e:kt(e),n;if(!(this.isValid()&&i.isValid())){return false}t=q(t||"millisecond");if(t==="millisecond"){return+this===+i}else{n=+i;return+this.clone().startOf(t)<=n&&n<=+this.clone().endOf(t)}}function mi(e,t){return this.isSame(e,t)||this.isAfter(e,t)}function gi(e,t){return this.isSame(e,t)||this.isBefore(e,t)}function bi(e,t,i){var n,a,r,s;if(!this.isValid()){return NaN}n=Rt(e,this);if(!n.isValid()){return NaN}a=(n.utcOffset()-this.utcOffset())*6e4;t=q(t);if(t==="year"||t==="month"||t==="quarter"){s=vi(this,n);if(t==="quarter"){s=s/3}else if(t==="year"){s=s/12}}else{r=this-n;s=t==="second"?r/1e3:t==="minute"?r/6e4:t==="hour"?r/36e5:t==="day"?(r-a)/864e5:t==="week"?(r-a)/6048e5:r}return i?s:_(s)}function vi(e,t){var i=(t.year()-e.year())*12+(t.month()-e.month()),n=e.clone().add(i,"months"),a,r;if(t-n<0){a=e.clone().add(i-1,"months");r=(t-n)/(n-a)}else{a=e.clone().add(i+1,"months");r=(t-n)/(a-n)}return-(i+r)}i.defaultFormat="YYYY-MM-DDTHH:mm:ssZ";function Mi(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function _i(){var e=this.clone().utc();if(0<e.year()&&e.year()<=9999){if(C(Date.prototype.toISOString)){return this.toDate().toISOString()}else{return G(e,"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]")}}else{return G(e,"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]")}}function Ai(e){var t=G(this,e||i.defaultFormat);return this.localeData().postformat(t)}function yi(e,t){if(this.isValid()&&(M(e)&&e.isValid()||kt(e).isValid())){return ti({to:this,from:e}).locale(this.locale()).humanize(!t)}else{return this.localeData().invalidDate()}}function Oi(e){return this.from(kt(),e)}function zi(e,t){if(this.isValid()&&(M(e)&&e.isValid()||kt(e).isValid())){return ti({from:this,to:e}).locale(this.locale()).humanize(!t)}else{return this.localeData().invalidDate()}}function Li(e){return this.to(kt(),e)}function Ni(e){var t;if(e===undefined){return this._locale._abbr}else{t=T(e);if(t!=null){this._locale=t}return this}}var Si=Ge("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(e){if(e===undefined){return this.localeData()}else{return this.locale(e)}});function ki(){return this._locale}function wi(e){e=q(e);switch(e){case"year":this.month(0);case"quarter":case"month":this.date(1);case"week":case"isoWeek":case"day":this.hours(0);case"hour":this.minutes(0);case"minute":this.seconds(0);case"second":this.milliseconds(0)}if(e==="week"){this.weekday(0)}if(e==="isoWeek"){this.isoWeekday(1)}if(e==="quarter"){this.month(Math.floor(this.month()/3)*3)}return this}function Ei(e){e=q(e);if(e===undefined||e==="millisecond"){return this}return this.startOf(e).add(1,e==="isoWeek"?"week":e).subtract(1,"ms")}function Ti(){return+this._d-(this._offset||0)*6e4}function ji(){return Math.floor(+this/1e3)}function xi(){return this._offset?new Date(+this):this._d}function qi(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function Pi(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}}function Ci(){return this.isValid()?this.toISOString():"null"}function Ii(){return p(this)}function Wi(){return c({},f(this))}function Bi(){return f(this).overflow}function Ri(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}U(0,["gg",2],0,function(){return this.weekYear()%100});U(0,["GG",2],0,function(){return this.isoWeekYear()%100});function Di(e,t){U(0,[e,e.length],0,t)}Di("gggg","weekYear");Di("ggggg","weekYear");Di("GGGG","isoWeekYear");Di("GGGGG","isoWeekYear");x("weekYear","gg");x("isoWeekYear","GG");me("G",le);me("g",le);me("GG",ie,Z);me("gg",ie,Z);me("GGGG",se,ee);me("gggg",se,ee);me("GGGGG",oe,te);me("ggggg",oe,te);Ae(["gggg","ggggg","GGGG","GGGGG"],function(e,t,i,n){t[n.substr(0,2)]=A(e)});Ae(["gg","GG"],function(e,t,n,a){t[a]=i.parseTwoDigitYear(e)});function Xi(e){return Ui.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function Hi(e){return Ui.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)}function $i(){return mt(this.year(),1,4)}function Vi(){var e=this.localeData()._week;return mt(this.year(),e.dow,e.doy)}function Ui(e,t,i,n,a){var r;if(e==null){return dt(this,n,a).year}else{r=mt(e,n,a);if(t>r){t=r}return Fi.call(this,e,t,i,n,a)}}function Fi(e,t,i,n,a){var r=ht(e,t,i,n,a),s=ot(r.year,0,r.dayOfYear);this.year(s.getUTCFullYear());this.month(s.getUTCMonth());this.date(s.getUTCDate());return this}U("Q",0,"Qo","quarter");x("quarter","Q");me("Q",K);_e("Q",function(e,t){t[ze]=(A(e)-1)*3});function Yi(e){return e==null?Math.ceil((this.month()+1)/3):this.month((e-1)*3+this.month()%3)}U("w",["ww",2],"wo","week");U("W",["WW",2],"Wo","isoWeek");x("week","w");x("isoWeek","W");me("w",ie);me("ww",ie,Z);me("W",ie);me("WW",ie,Z);Ae(["w","ww","W","WW"],function(e,t,i,n){t[n.substr(0,1)]=A(e)});function Gi(e){return dt(e,this._week.dow,this._week.doy).week}var Ji={dow:0,doy:6};function Ki(){return this._week.dow}function Zi(){return this._week.doy}function Qi(e){var t=this.localeData().week(this);return e==null?t:this.add((e-t)*7,"d")}function en(e){var t=dt(this,1,4).week;return e==null?t:this.add((e-t)*7,"d")}U("D",["DD",2],"Do","date");x("date","D");me("D",ie);me("DD",ie,Z);me("Do",function(e,t){return e?t._ordinalParse:t._ordinalParseLenient});_e(["D","DD"],Le);_e("Do",function(e,t){t[Le]=A(e.match(ie)[0],10)});var tn=I("Date",true);U("d",0,"do","day");U("dd",0,0,function(e){return this.localeData().weekdaysMin(this,e)});U("ddd",0,0,function(e){return this.localeData().weekdaysShort(this,e)});U("dddd",0,0,function(e){return this.localeData().weekdays(this,e)});U("e",0,0,"weekday");U("E",0,0,"isoWeekday");x("day","d");x("weekday","e");x("isoWeekday","E");me("d",ie);me("e",ie);me("E",ie);me("dd",he);me("ddd",he);me("dddd",he);Ae(["dd","ddd","dddd"],function(e,t,i,n){var a=i._locale.weekdaysParse(e,n,i._strict);if(a!=null){t.d=a}else{f(i).invalidWeekday=e}});Ae(["d","e","E"],function(e,t,i,n){t[n]=A(e)});function nn(e,t){if(typeof e!=="string"){return e}if(!isNaN(e)){return parseInt(e,10)}e=t.weekdaysParse(e);if(typeof e==="number"){return e}return null}var an="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_");function rn(e,t){return a(this._weekdays)?this._weekdays[e.day()]:this._weekdays[this._weekdays.isFormat.test(t)?"format":"standalone"][e.day()]}var sn="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_");function on(e){return this._weekdaysShort[e.day()]}var cn="Su_Mo_Tu_We_Th_Fr_Sa".split("_");function ln(e){return this._weekdaysMin[e.day()]}function un(e,t,i){var n,a,r;if(!this._weekdaysParse){this._weekdaysParse=[];this._minWeekdaysParse=[];this._shortWeekdaysParse=[];this._fullWeekdaysParse=[]}for(n=0;n<7;n++){a=kt([2e3,1]).day(n);if(i&&!this._fullWeekdaysParse[n]){this._fullWeekdaysParse[n]=new RegExp("^"+this.weekdays(a,"").replace(".",".?")+"$","i");this._shortWeekdaysParse[n]=new RegExp("^"+this.weekdaysShort(a,"").replace(".",".?")+"$","i");this._minWeekdaysParse[n]=new RegExp("^"+this.weekdaysMin(a,"").replace(".",".?")+"$","i")}if(!this._weekdaysParse[n]){r="^"+this.weekdays(a,"")+"|^"+this.weekdaysShort(a,"")+"|^"+this.weekdaysMin(a,"");this._weekdaysParse[n]=new RegExp(r.replace(".",""),"i")}if(i&&t==="dddd"&&this._fullWeekdaysParse[n].test(e)){return n}else if(i&&t==="ddd"&&this._shortWeekdaysParse[n].test(e)){return n}else if(i&&t==="dd"&&this._minWeekdaysParse[n].test(e)){return n}else if(!i&&this._weekdaysParse[n].test(e)){return n}}}function fn(e){if(!this.isValid()){return e!=null?this:NaN}var t=this._isUTC?this._d.getUTCDay():this._d.getDay();if(e!=null){e=nn(e,this.localeData());return this.add(e-t,"d")}else{return t}}function pn(e){if(!this.isValid()){return e!=null?this:NaN}var t=(this.day()+7-this.localeData()._week.dow)%7;return e==null?t:this.add(e-t,"d")}function hn(e){if(!this.isValid()){return e!=null?this:NaN}return e==null?this.day()||7:this.day(this.day()%7?e:e-7)}U("DDD",["DDDD",3],"DDDo","dayOfYear");x("dayOfYear","DDD");me("DDD",re);me("DDDD",Q);_e(["DDD","DDDD"],function(e,t,i){i._dayOfYear=A(e)});function dn(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return e==null?t:this.add(e-t,"d")}function mn(){return this.hours()%12||12}U("H",["HH",2],0,"hour");U("h",["hh",2],0,mn);U("hmm",0,0,function(){return""+mn.apply(this)+D(this.minutes(),2)});U("hmmss",0,0,function(){return""+mn.apply(this)+D(this.minutes(),2)+D(this.seconds(),2)});U("Hmm",0,0,function(){return""+this.hours()+D(this.minutes(),2)});U("Hmmss",0,0,function(){return""+this.hours()+D(this.minutes(),2)+D(this.seconds(),2)});function gn(e,t){U(e,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}gn("a",true);gn("A",false);x("hour","h");function bn(e,t){return t._meridiemParse}me("a",bn);me("A",bn);me("H",ie);me("h",ie);me("HH",ie,Z);me("hh",ie,Z);me("hmm",ne);me("hmmss",ae);me("Hmm",ne);me("Hmmss",ae);_e(["H","HH"],Ne);_e(["a","A"],function(e,t,i){i._isPm=i._locale.isPM(e);i._meridiem=e});_e(["h","hh"],function(e,t,i){t[Ne]=A(e);f(i).bigHour=true});_e("hmm",function(e,t,i){var n=e.length-2;t[Ne]=A(e.substr(0,n));t[Se]=A(e.substr(n));f(i).bigHour=true});_e("hmmss",function(e,t,i){var n=e.length-4;var a=e.length-2;t[Ne]=A(e.substr(0,n));t[Se]=A(e.substr(n,2));t[ke]=A(e.substr(a));f(i).bigHour=true});_e("Hmm",function(e,t,i){var n=e.length-2;t[Ne]=A(e.substr(0,n));t[Se]=A(e.substr(n))});_e("Hmmss",function(e,t,i){var n=e.length-4;var a=e.length-2;t[Ne]=A(e.substr(0,n));t[Se]=A(e.substr(n,2));t[ke]=A(e.substr(a))});function vn(e){return(e+"").toLowerCase().charAt(0)==="p"}var Mn=/[ap]\.?m?\.?/i;function _n(e,t,i){if(e>11){return i?"pm":"PM"}else{return i?"am":"AM"}}var An=I("Hours",true);U("m",["mm",2],0,"minute");x("minute","m");me("m",ie);me("mm",ie,Z);_e(["m","mm"],Se);var yn=I("Minutes",false);U("s",["ss",2],0,"second");x("second","s");me("s",ie);me("ss",ie,Z);_e(["s","ss"],ke);var On=I("Seconds",false);U("S",0,0,function(){return~~(this.millisecond()/100)});U(0,["SS",2],0,function(){return~~(this.millisecond()/10)});U(0,["SSS",3],0,"millisecond");U(0,["SSSS",4],0,function(){return this.millisecond()*10});U(0,["SSSSS",5],0,function(){return this.millisecond()*100});U(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3});U(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4});U(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5});U(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6});x("millisecond","ms");me("S",re,K);me("SS",re,Z);me("SSS",re,Q);var zn;for(zn="SSSS";zn.length<=9;zn+="S"){me(zn,ce)}function Ln(e,t){t[we]=A(("0."+e)*1e3)}for(zn="S";zn.length<=9;zn+="S"){_e(zn,Ln)}var Nn=I("Milliseconds",false);U("z",0,0,"zoneAbbr");U("zz",0,0,"zoneName");function Sn(){return this._isUTC?"UTC":""}function kn(){return this._isUTC?"Coordinated Universal Time":""}var wn=v.prototype;wn.add=oi;wn.calendar=li;wn.clone=ui;wn.diff=bi;wn.endOf=Ei;wn.format=Ai;wn.from=yi;wn.fromNow=Oi;wn.to=zi;wn.toNow=Li;wn.get=R;wn.invalidAt=Bi;wn.isAfter=fi;wn.isBefore=pi;wn.isBetween=hi;wn.isSame=di;wn.isSameOrAfter=mi;wn.isSameOrBefore=gi;wn.isValid=Ii;wn.lang=Si;wn.locale=Ni;wn.localeData=ki;wn.max=Et;wn.min=wt;wn.parsingFlags=Wi;wn.set=R;wn.startOf=wi;wn.subtract=ci;wn.toArray=qi;wn.toObject=Pi;wn.toDate=xi;wn.toISOString=_i;wn.toJSON=Ci;wn.toString=Mi;wn.unix=ji;wn.valueOf=Ti;wn.creationData=Ri;wn.year=ut;wn.isLeapYear=ft;wn.weekYear=Xi;wn.isoWeekYear=Hi;wn.quarter=wn.quarters=Yi;wn.month=Re;wn.daysInMonth=De;wn.week=wn.weeks=Qi;wn.isoWeek=wn.isoWeeks=en;wn.weeksInYear=Vi;wn.isoWeeksInYear=$i;wn.date=tn;wn.day=wn.days=fn;wn.weekday=pn;wn.isoWeekday=hn;wn.dayOfYear=dn;wn.hour=wn.hours=An;wn.minute=wn.minutes=yn;wn.second=wn.seconds=On;wn.millisecond=wn.milliseconds=Nn;wn.utcOffset=Xt;wn.utc=$t;wn.local=Vt;wn.parseZone=Ut;wn.hasAlignedHourOffset=Ft;wn.isDST=Yt;wn.isDSTShifted=Gt;wn.isLocal=Jt;wn.isUtcOffset=Kt;wn.isUtc=Zt;wn.isUTC=Zt;wn.zoneAbbr=Sn;wn.zoneName=kn;wn.dates=Ge("dates accessor is deprecated. Use date instead.",tn);wn.months=Ge("months accessor is deprecated. Use month instead",Re);wn.years=Ge("years accessor is deprecated. Use year instead",ut);wn.zone=Ge("moment().zone is deprecated, use moment().utcOffset instead. https://github.com/moment/moment/issues/1779",Ht);var En=wn;function Tn(e){return kt(e*1e3)}function jn(){return kt.apply(null,arguments).parseZone()}var xn={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function qn(e,t,i){var n=this._calendar[e];return C(n)?n.call(t,i):n}var Pn={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function Cn(e){var t=this._longDateFormat[e],i=this._longDateFormat[e.toUpperCase()];if(t||!i){return t}this._longDateFormat[e]=i.replace(/MMMM|MM|DD|dddd/g,function(e){return e.slice(1)});return this._longDateFormat[e]}var In="Invalid date";function Wn(){return this._invalidDate}var Bn="%d";var Rn=/\d{1,2}/;function Dn(e){return this._ordinal.replace("%d",e)}function Xn(e){return e}var Hn={future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function $n(e,t,i,n){var a=this._relativeTime[i];return C(a)?a(e,t,i,n):a.replace(/%d/i,e)}function Vn(e,t){var i=this._relativeTime[e>0?"future":"past"];return C(i)?i(t):i.replace(/%s/i,t)}function Un(e){var t,i;for(i in e){t=e[i];if(C(t)){this[i]=t}else{this["_"+i]=t}}this._ordinalParseLenient=new RegExp(this._ordinalParse.source+"|"+/\d{1,2}/.source)}var Fn=O.prototype;Fn._calendar=xn;Fn.calendar=qn;Fn._longDateFormat=Pn;Fn.longDateFormat=Cn;Fn._invalidDate=In;Fn.invalidDate=Wn;Fn._ordinal=Bn;Fn.ordinal=Dn;Fn._ordinalParse=Rn;Fn.preparse=Xn;Fn.postformat=Xn;Fn._relativeTime=Hn;Fn.relativeTime=$n;Fn.pastFuture=Vn;Fn.set=Un;Fn.months=Pe;Fn._months=qe;Fn.monthsShort=Ie;Fn._monthsShort=Ce;Fn.monthsParse=We;Fn._monthsRegex=$e;Fn.monthsRegex=Ve;Fn._monthsShortRegex=Xe;Fn.monthsShortRegex=He;Fn.week=Gi;Fn._week=Ji;Fn.firstDayOfYear=Zi;Fn.firstDayOfWeek=Ki;Fn.weekdays=rn;Fn._weekdays=an;Fn.weekdaysMin=ln;Fn._weekdaysMin=cn;Fn.weekdaysShort=on;Fn._weekdaysShort=sn;Fn.weekdaysParse=un;Fn.isPM=vn;Fn._meridiemParse=Mn;Fn.meridiem=_n;function Yn(e,t,i,n){var a=T();var r=l().set(n,t);return a[i](r,e)}function Gn(e,t,i,n,a){if(typeof e==="number"){t=e;e=undefined}e=e||"";if(t!=null){return Yn(e,t,i,a)}var r;var s=[];for(r=0;r<n;r++){s[r]=Yn(e,r,i,a)}return s}function Jn(e,t){return Gn(e,t,"months",12,"month")}function Kn(e,t){return Gn(e,t,"monthsShort",12,"month")}function Zn(e,t){return Gn(e,t,"weekdays",7,"day")}function Qn(e,t){return Gn(e,t,"weekdaysShort",7,"day")}function ea(e,t){return Gn(e,t,"weekdaysMin",7,"day")}w("en",{ordinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10,i=A(e%100/10)===1?"th":t===1?"st":t===2?"nd":t===3?"rd":"th";return e+i}});i.lang=Ge("moment.lang is deprecated. Use moment.locale instead.",w);i.langData=Ge("moment.langData is deprecated. Use moment.localeData instead.",T);var ta=Math.abs;function ia(){var e=this._data;this._milliseconds=ta(this._milliseconds);this._days=ta(this._days);this._months=ta(this._months);e.milliseconds=ta(e.milliseconds);e.seconds=ta(e.seconds);e.minutes=ta(e.minutes);e.hours=ta(e.hours);e.months=ta(e.months);e.years=ta(e.years);return this}function na(e,t,i,n){var a=ti(t,i);e._milliseconds+=n*a._milliseconds;e._days+=n*a._days;e._months+=n*a._months;return e._bubble()}function aa(e,t){return na(this,e,t,1)}function ra(e,t){return na(this,e,t,-1)}function sa(e){if(e<0){return Math.floor(e)}else{return Math.ceil(e)}}function oa(){var e=this._milliseconds;var t=this._days;var i=this._months;var n=this._data;var a,r,s,o,c;if(!(e>=0&&t>=0&&i>=0||e<=0&&t<=0&&i<=0)){e+=sa(la(i)+t)*864e5;t=0;i=0}n.milliseconds=e%1e3;a=_(e/1e3);n.seconds=a%60;r=_(a/60);n.minutes=r%60;s=_(r/60);n.hours=s%24;t+=_(s/24);c=_(ca(t));i+=c;t-=sa(la(c));o=_(i/12);i%=12;n.days=t;n.months=i;n.years=o;return this}function ca(e){return e*4800/146097}function la(e){return e*146097/4800}function ua(e){var t;var i;var n=this._milliseconds;e=q(e);if(e==="month"||e==="year"){t=this._days+n/864e5;i=this._months+ca(t);return e==="month"?i:i/12}else{t=this._days+Math.round(la(this._months));switch(e){case"week":return t/7+n/6048e5;case"day":return t+n/864e5;case"hour":return t*24+n/36e5;case"minute":return t*1440+n/6e4;case"second":return t*86400+n/1e3;case"millisecond":return Math.floor(t*864e5)+n;default:throw new Error("Unknown unit "+e)}}}function fa(){return this._milliseconds+this._days*864e5+this._months%12*2592e6+A(this._months/12)*31536e6}function pa(e){return function(){return this.as(e)}}var ha=pa("ms");var da=pa("s");var ma=pa("m");var ga=pa("h");var ba=pa("d");var va=pa("w");var Ma=pa("M");var _a=pa("y");function Aa(e){e=q(e);return this[e+"s"]()}function ya(e){return function(){return this._data[e]}}var Oa=ya("milliseconds");var za=ya("seconds");var La=ya("minutes");var Na=ya("hours");var Sa=ya("days");var ka=ya("months");var wa=ya("years");function Ea(){return _(this.days()/7)}var Ta=Math.round;var ja={s:45,m:45,h:22,d:26,M:11};function xa(e,t,i,n,a){return a.relativeTime(t||1,!!i,e,n)}function qa(e,t,i){var n=ti(e).abs();var a=Ta(n.as("s"));var r=Ta(n.as("m"));var s=Ta(n.as("h"));var o=Ta(n.as("d"));var c=Ta(n.as("M"));var l=Ta(n.as("y"));var u=a<ja.s&&["s",a]||r<=1&&["m"]||r<ja.m&&["mm",r]||s<=1&&["h"]||s<ja.h&&["hh",s]||o<=1&&["d"]||o<ja.d&&["dd",o]||c<=1&&["M"]||c<ja.M&&["MM",c]||l<=1&&["y"]||["yy",l];u[2]=t;u[3]=+e>0;u[4]=i;return xa.apply(null,u)}function Pa(e,t){if(ja[e]===undefined){return false}if(t===undefined){return ja[e]}ja[e]=t;return true}function Ca(e){var t=this.localeData();var i=qa(this,!e,t);if(e){i=t.pastFuture(+this,i)}return t.postformat(i)}var Ia=Math.abs;function Wa(){var e=Ia(this._milliseconds)/1e3;var t=Ia(this._days);var i=Ia(this._months);var n,a,r;n=_(e/60);a=_(n/60);e%=60;n%=60;r=_(i/12);i%=12;var s=r;var o=i;var c=t;var l=a;var u=n;var f=e;var p=this.asSeconds();if(!p){return"P0D"}return(p<0?"-":"")+"P"+(s?s+"Y":"")+(o?o+"M":"")+(c?c+"D":"")+(l||u||f?"T":"")+(l?l+"H":"")+(u?u+"M":"")+(f?f+"S":"")}var Ba=Pt.prototype;Ba.abs=ia;Ba.add=aa;Ba.subtract=ra;Ba.as=ua;Ba.asMilliseconds=ha;Ba.asSeconds=da;Ba.asMinutes=ma;Ba.asHours=ga;Ba.asDays=ba;Ba.asWeeks=va;Ba.asMonths=Ma;Ba.asYears=_a;Ba.valueOf=fa;Ba._bubble=oa;Ba.get=Aa;Ba.milliseconds=Oa;Ba.seconds=za;Ba.minutes=La;Ba.hours=Na;Ba.days=Sa;Ba.weeks=Ea;Ba.months=ka;Ba.years=wa;Ba.humanize=Ca;Ba.toISOString=Wa;Ba.toString=Wa;Ba.toJSON=Wa;Ba.locale=Ni;Ba.localeData=ki;Ba.toIsoString=Ge("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Wa);Ba.lang=Si;U("X",0,0,"unix");U("x",0,0,"valueOf");me("x",le);me("X",pe);_e("X",function(e,t,i){i._d=new Date(parseFloat(e,10)*1e3)});_e("x",function(e,t,i){i._d=new Date(A(e))});i.version="2.11.1";n(kt);i.fn=En;i.min=jt;i.max=xt;i.now=qt;i.utc=l;i.unix=Tn;i.months=Jn;i.isDate=r;i.locale=w;i.invalid=h;i.duration=ti;i.isMoment=M;i.weekdays=Zn;i.parseZone=jn;i.localeData=T;i.isDuration=Ct;i.monthsShort=Kn;i.weekdaysMin=ea;i.defineLocale=E;i.weekdaysShort=Qn;i.normalizeUnits=q;i.relativeTimeThreshold=Pa;i.prototype=En;var Ra=i;return Ra})});define("ae-ugc/common/utils/moment/src/locale/de.js",["ae-ugc/common/utils/moment/src/moment.js"],function(require,e,t){(function(i,n){typeof e==="object"&&typeof t!=="undefined"&&typeof require==="function"?n(require("ae-ugc/common/utils/moment/src/moment.js")):typeof define==="function"&&define.amd?define(["moment"],n):n(i.moment)})(this,function(e){"use strict";function t(e,t,i,n){var a={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?a[i][0]:a[i][1]}var i=e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Apr._Mai_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",
s:"ein paar Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,M:t,MM:t,y:t,yy:t},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return i})});define("ae-ugc/common/utils/moment/src/locale/en.js",["ae-ugc/common/utils/moment/src/moment.js"],function(require,e,t){(function(i,n){typeof e==="object"&&typeof t!=="undefined"&&typeof require==="function"?n(require("ae-ugc/common/utils/moment/src/moment.js")):typeof define==="function"&&define.amd?define(["moment"],n):n(i.moment)})(this,function(e){"use strict";var t=e.defineLocale("en",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"D MMMM, YYYY",LLL:"D MMMM, YYYY h:mm A",LLLL:"dddd, D MMMM, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"%d seconds",m:"1 minute",mm:"%d minutes",h:"1 hour",hh:"%d hours",d:"1 day",dd:"%d days",M:"1 month",MM:"%d months",y:"1 year",yy:"%d years"},ordinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,i=~~(e%100/10)===1?"th":t===1?"st":t===2?"nd":t===3?"rd":"th";return e+i}});return t})});define("ae-ugc/common/utils/moment/src/locale/es.js",["ae-ugc/common/utils/moment/src/moment.js"],function(require,e,t){(function(i,n){typeof e==="object"&&typeof t!=="undefined"&&typeof require==="function"?n(require("ae-ugc/common/utils/moment/src/moment.js")):typeof define==="function"&&define.amd?define(["moment"],n):n(i.moment)})(this,function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),i="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_");var n=e.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,n){if(/-MMM-/.test(n)){return i[e.month()]}else{return t[e.month()]}},weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(this.hours()!==1?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(this.hours()!==1?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(this.hours()!==1?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(this.hours()!==1?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(this.hours()!==1?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return n})});define("ae-ugc/common/utils/moment/src/locale/fr.js",["ae-ugc/common/utils/moment/src/moment.js"],function(require,e,t){(function(i,n){typeof e==="object"&&typeof t!=="undefined"&&typeof require==="function"?n(require("ae-ugc/common/utils/moment/src/moment.js")):typeof define==="function"&&define.amd?define(["moment"],n):n(i.moment)})(this,function(e){"use strict";var t=e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"Di_Lu_Ma_Me_Je_Ve_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd'hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinalParse:/\d{1,2}(er|)/,ordinal:function(e){return e+(e===1?"er":"")},week:{dow:1,doy:4}});return t})});define("ae-ugc/common/utils/moment/src/locale/id.js",["ae-ugc/common/utils/moment/src/moment.js"],function(require,e,t){(function(i,n){typeof e==="object"&&typeof t!=="undefined"&&typeof require==="function"?n(require("ae-ugc/common/utils/moment/src/moment.js")):typeof define==="function"&&define.amd?define(["moment"],n):n(i.moment)})(this,function(e){"use strict";var t=e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){if(e===12){e=0}if(t==="pagi"){return e}else if(t==="siang"){return e>=11?e:e+12}else if(t==="sore"||t==="malam"){return e+12}},meridiem:function(e,t,i){if(e<11){return"pagi"}else if(e<15){return"siang"}else if(e<19){return"sore"}else{return"malam"}},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}});return t})});define("ae-ugc/common/utils/moment/src/locale/it.js",["ae-ugc/common/utils/moment/src/moment.js"],function(require,e,t){(function(i,n){typeof e==="object"&&typeof t!=="undefined"&&typeof require==="function"?n(require("ae-ugc/common/utils/moment/src/moment.js")):typeof define==="function"&&define.amd?define(["moment"],n):n(i.moment)})(this,function(e){"use strict";var t=e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"Domenica_Lunedì_Martedì_Mercoledì_Giovedì_Venerdì_Sabato".split("_"),weekdaysShort:"Dom_Lun_Mar_Mer_Gio_Ven_Sab".split("_"),weekdaysMin:"Do_Lu_Ma_Me_Gi_Ve_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return t})});define("ae-ugc/common/utils/moment/src/locale/ja.js",["ae-ugc/common/utils/moment/src/moment.js"],function(require,e,t){(function(i,n){typeof e==="object"&&typeof t!=="undefined"&&typeof require==="function"?n(require("ae-ugc/common/utils/moment/src/moment.js")):typeof define==="function"&&define.amd?define(["moment"],n):n(i.moment)})(this,function(e){"use strict";var t=e.defineLocale("ja",{months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"Ah時m分",LTS:"Ah時m分s秒",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah時m分",LLLL:"YYYY年M月D日Ah時m分 dddd"},meridiemParse:/午前|午後/i,isPM:function(e){return e==="午後"},meridiem:function(e,t,i){if(e<12){return"午前"}else{return"午後"}},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:"[来週]dddd LT",lastDay:"[昨日] LT",lastWeek:"[前週]dddd LT",sameElse:"L"},relativeTime:{future:"%s後",past:"%s前",s:"数秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}});return t})});define("ae-ugc/common/utils/moment/src/locale/ko.js",["ae-ugc/common/utils/moment/src/moment.js"],function(require,e,t){(function(i,n){typeof e==="object"&&typeof t!=="undefined"&&typeof require==="function"?n(require("ae-ugc/common/utils/moment/src/moment.js")):typeof define==="function"&&define.amd?define(["moment"],n):n(i.moment)})(this,function(e){"use strict";var t=e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h시 m분",LTS:"A h시 m분 s초",L:"YYYY.MM.DD",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h시 m분",LLLL:"YYYY년 MMMM D일 dddd A h시 m분"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇초",ss:"%d초",m:"일분",mm:"%d분",h:"한시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한달",MM:"%d달",y:"일년",yy:"%d년"},ordinalParse:/\d{1,2}일/,ordinal:"%d일",meridiemParse:/오전|오후/,isPM:function(e){return e==="오후"},meridiem:function(e,t,i){return e<12?"오전":"오후"}});return t})});define("ae-ugc/common/utils/moment/src/locale/nl.js",["ae-ugc/common/utils/moment/src/moment.js"],function(require,e,t){(function(i,n){typeof e==="object"&&typeof t!=="undefined"&&typeof require==="function"?n(require("ae-ugc/common/utils/moment/src/moment.js")):typeof define==="function"&&define.amd?define(["moment"],n):n(i.moment)})(this,function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),i="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_");var n=e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,n){if(/-MMM-/.test(n)){return i[e.month()]}else{return t[e.month()]}},weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"Zo_Ma_Di_Wo_Do_Vr_Za".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},ordinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(e===1||e===8||e>=20?"ste":"de")},week:{dow:1,doy:4}});return n})});define("ae-ugc/common/utils/moment/src/locale/pl.js",["ae-ugc/common/utils/moment/src/moment.js"],function(require,e,t){(function(i,n){typeof e==="object"&&typeof t!=="undefined"&&typeof require==="function"?n(require("ae-ugc/common/utils/moment/src/moment.js")):typeof define==="function"&&define.amd?define(["moment"],n):n(i.moment)})(this,function(e){"use strict";var t="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),i="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_");function n(e){return e%10<5&&e%10>1&&~~(e/10)%10!==1}function a(e,t,i){var a=e+" ";switch(i){case"m":return t?"minuta":"minutę";case"mm":return a+(n(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return a+(n(e)?"godziny":"godzin");case"MM":return a+(n(e)?"miesiące":"miesięcy");case"yy":return a+(n(e)?"lata":"lat")}}var r=e.defineLocale("pl",{months:function(e,n){if(n===""){return"("+i[e.month()]+"|"+t[e.month()]+")"}else if(/D MMMM/.test(n)){return i[e.month()]}else{return t[e.month()]}},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"nie_pon_wt_śr_czw_pt_sb".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:"[W] dddd [o] LT",lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",m:a,mm:a,h:a,hh:a,d:"1 dzień",dd:"%d dni",M:"miesiąc",MM:a,y:"rok",yy:a},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return r})});define("ae-ugc/common/utils/moment/src/locale/pt.js",["ae-ugc/common/utils/moment/src/moment.js"],function(require,e,t){(function(i,n){typeof e==="object"&&typeof t!=="undefined"&&typeof require==="function"?n(require("ae-ugc/common/utils/moment/src/moment.js")):typeof define==="function"&&define.amd?define(["moment"],n):n(i.moment)})(this,function(e){"use strict";var t=e.defineLocale("pt",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-Feira_Terça-Feira_Quarta-Feira_Quinta-Feira_Sexta-Feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Dom_2ª_3ª_4ª_5ª_6ª_Sáb".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return this.day()===0||this.day()===6?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return t})});define("ae-ugc/common/utils/moment/src/locale/ru.js",["ae-ugc/common/utils/moment/src/moment.js"],function(require,e,t){(function(i,n){typeof e==="object"&&typeof t!=="undefined"&&typeof require==="function"?n(require("ae-ugc/common/utils/moment/src/moment.js")):typeof define==="function"&&define.amd?define(["moment"],n):n(i.moment)})(this,function(e){"use strict";function t(e,t){var i=e.split("_");return t%10===1&&t%100!==11?i[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?i[1]:i[2]}function i(e,i,n){var a={mm:i?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",MM:"месяц_месяца_месяцев",yy:"год_года_лет"};if(n==="m"){return i?"минута":"минуту"}else{return e+" "+t(a[n],+e)}}var n=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[й|я]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i];var a=e.defineLocale("ru",{months:{format:"Января_Февраля_Марта_Апреля_Мая_Июня_Июля_Августа_Сентября_Октября_Ноября_Декабря".split("_"),standalone:"Январь_Февраль_Март_Апрель_Май_Июнь_Июль_Август_Сентябрь_Октябрь_Ноябрь_Декабрь".split("_")},monthsShort:{format:"янв_фев_мар_апр_мая_июня_июля_авг_сен_окт_ноя_дек".split("_"),standalone:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_")},weekdays:{standalone:"Воскресенье_Понедельник_Вторник_Среда_Четверг_Пятница_Суббота".split("_"),format:"Воскресенье_Понедельник_Вторник_Среду_Четверг_Пятницу_Субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?\] ?dddd/},weekdaysShort:"Вс_Пн_Вт_Ср_Чт_Пт_Сб".split("_"),weekdaysMin:"Вс_Пн_Вт_Ср_Чт_Пт_Сб".split("_"),monthsParse:n,longMonthsParse:n,shortMonthsParse:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сегодня в] LT",nextDay:"[Завтра в] LT",lastDay:"[Вчера в] LT",nextWeek:function(e){if(e.week()!==this.week()){switch(this.day()){case 0:return"[В следующее] dddd [в] LT";case 1:case 2:case 4:return"[В следующий] dddd [в] LT";case 3:case 5:case 6:return"[В следующую] dddd [в] LT"}}else{if(this.day()===2){return"[Во] dddd [в] LT"}else{return"[В] dddd [в] LT"}}},lastWeek:function(e){if(e.week()!==this.week()){switch(this.day()){case 0:return"[В прошлое] dddd [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd [в] LT"}}else{if(this.day()===2){return"[Во] dddd [в] LT"}else{return"[В] dddd [в] LT"}}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",m:i,mm:i,h:"час",hh:i,d:"день",dd:i,M:"месяц",MM:i,y:"год",yy:i},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(e){return/^(дня|вечера)$/.test(e)},meridiem:function(e,t,i){if(e<4){return"ночи"}else if(e<12){return"утра"}else if(e<17){return"дня"}else{return"вечера"}},ordinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:7}});return a})});define("ae-ugc/common/utils/moment/src/locale/th.js",["ae-ugc/common/utils/moment/src/moment.js"],function(require,e,t){(function(i,n){typeof e==="object"&&typeof t!=="undefined"&&typeof require==="function"?n(require("ae-ugc/common/utils/moment/src/moment.js")):typeof define==="function"&&define.amd?define(["moment"],n):n(i.moment)})(this,function(e){"use strict";var t=e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"มกรา_กุมภา_มีนา_เมษา_พฤษภา_มิถุนา_กรกฎา_สิงหา_กันยา_ตุลา_พฤศจิกา_ธันวา".split("_"),weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),longDateFormat:{LT:"H นาฬิกา m นาที",LTS:"H นาฬิกา m นาที s วินาที",L:"YYYY/MM/DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H นาฬิกา m นาที",LLLL:"วันddddที่ D MMMM YYYY เวลา H นาฬิกา m นาที"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(e){return e==="หลังเที่ยง"},meridiem:function(e,t,i){if(e<12){return"ก่อนเที่ยง"}else{return"หลังเที่ยง"}},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}});return t})});define("ae-ugc/common/utils/moment/src/locale/tr.js",["ae-ugc/common/utils/moment/src/moment.js"],function(require,e,t){(function(i,n){typeof e==="object"&&typeof t!=="undefined"&&typeof require==="function"?n(require("ae-ugc/common/utils/moment/src/moment.js")):typeof define==="function"&&define.amd?define(["moment"],n):n(i.moment)})(this,function(e){"use strict";var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};var i=e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[haftaya] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen hafta] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinalParse:/\d{1,2}'(inci|nci|üncü|ncı|uncu|ıncı)/,ordinal:function(e){if(e===0){return e+"'ıncı"}var i=e%10,n=e%100-i,a=e>=100?100:null;return e+(t[i]||t[n]||t[a])},week:{dow:1,doy:7}});return i})});define("ae-ugc/common/utils/moment/src/locale/vi.js",["ae-ugc/common/utils/moment/src/moment.js"],function(require,e,t){(function(i,n){typeof e==="object"&&typeof t!=="undefined"&&typeof require==="function"?n(require("ae-ugc/common/utils/moment/src/moment.js")):typeof define==="function"&&define.amd?define(["moment"],n):n(i.moment)})(this,function(e){"use strict";var t=e.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"),weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần rồi lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},ordinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}});return t})});define("ae-ugc/common/utils/moment/src/locale/zh_cn.js",["ae-ugc/common/utils/moment/src/moment.js"],function(require,e,t){(function(i,n){typeof e==="object"&&typeof t!=="undefined"&&typeof require==="function"?n(require("ae-ugc/common/utils/moment/src/moment.js")):typeof define==="function"&&define.amd?define(["../moment"],n):n(i.moment)})(this,function(e){"use strict";var t=e.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY年MMMD日",LL:"YYYY年MMMD日",LLL:"YYYY年MMMD日Ah点mm分",LLLL:"YYYY年MMMD日ddddAh点mm分",l:"YYYY年MMMD日",ll:"YYYY年MMMD日",lll:"YYYY年MMMD日 HH:mm",llll:"YYYY年MMMD日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){if(e===12){e=0}if(t==="凌晨"||t==="早上"||t==="上午"){return e}else if(t==="下午"||t==="晚上"){return e+12}else{return e>=11?e:e+12}},meridiem:function(e,t,i){var n=e*100+t;if(n<600){return"凌晨"}else if(n<900){return"早上"}else if(n<1130){return"上午"}else if(n<1230){return"中午"}else if(n<1800){return"下午"}else{return"晚上"}},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"周";default:return e}},relativeTime:{future:"%s内",past:"%s前",s:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}});return t})});define("ae-ugc/common/utils/moment/src/locale/zh_tw.js",["ae-ugc/common/utils/moment/src/moment.js"],function(require,e,t){(function(i,n){typeof e==="object"&&typeof t!=="undefined"&&typeof require==="function"?n(require("ae-ugc/common/utils/moment/src/moment.js")):typeof define==="function"&&define.amd?define(["../moment"],n):n(i.moment)})(this,function(e){"use strict";var t=e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY年MMMD日",LL:"YYYY年MMMD日",LLL:"YYYY年MMMD日 HH:mm",LLLL:"YYYY年MMMD日dddd HH:mm",l:"YYYY年MMMD日",ll:"YYYY年MMMD日",lll:"YYYY年MMMD日 HH:mm",llll:"YYYY年MMMD日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){if(e===12){e=0}if(t==="凌晨"||t==="早上"||t==="上午"){return e}else if(t==="中午"){return e>=11?e:e+12}else if(t==="下午"||t==="晚上"){return e+12}},meridiem:function(e,t,i){var n=e*100+t;if(n<600){return"凌晨"}else if(n<900){return"早上"}else if(n<1130){return"上午"}else if(n<1230){return"中午"}else if(n<1800){return"下午"}else{return"晚上"}},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}});return t})});define("ae-ugc/common/utils/moment/moment.js",["ae-ugc/common/utils/moment/src/moment.js","ae-ugc/common/utils/moment/src/locale/de.js","ae-ugc/common/utils/moment/src/locale/en.js","ae-ugc/common/utils/moment/src/locale/es.js","ae-ugc/common/utils/moment/src/locale/fr.js","ae-ugc/common/utils/moment/src/locale/id.js","ae-ugc/common/utils/moment/src/locale/it.js","ae-ugc/common/utils/moment/src/locale/ja.js","ae-ugc/common/utils/moment/src/locale/ko.js","ae-ugc/common/utils/moment/src/locale/nl.js","ae-ugc/common/utils/moment/src/locale/pl.js","ae-ugc/common/utils/moment/src/locale/pt.js","ae-ugc/common/utils/moment/src/locale/ru.js","ae-ugc/common/utils/moment/src/locale/th.js","ae-ugc/common/utils/moment/src/locale/tr.js","ae-ugc/common/utils/moment/src/locale/vi.js","ae-ugc/common/utils/moment/src/locale/zh_cn.js","ae-ugc/common/utils/moment/src/locale/zh_tw.js"],function(require,e,t){"use strict";var i=require("ae-ugc/common/utils/moment/src/moment.js");require("ae-ugc/common/utils/moment/src/locale/de.js");require("ae-ugc/common/utils/moment/src/locale/en.js");require("ae-ugc/common/utils/moment/src/locale/es.js");require("ae-ugc/common/utils/moment/src/locale/fr.js");require("ae-ugc/common/utils/moment/src/locale/id.js");require("ae-ugc/common/utils/moment/src/locale/it.js");require("ae-ugc/common/utils/moment/src/locale/ja.js");require("ae-ugc/common/utils/moment/src/locale/ko.js");require("ae-ugc/common/utils/moment/src/locale/nl.js");require("ae-ugc/common/utils/moment/src/locale/pl.js");require("ae-ugc/common/utils/moment/src/locale/pt.js");require("ae-ugc/common/utils/moment/src/locale/ru.js");require("ae-ugc/common/utils/moment/src/locale/th.js");require("ae-ugc/common/utils/moment/src/locale/tr.js");require("ae-ugc/common/utils/moment/src/locale/vi.js");require("ae-ugc/common/utils/moment/src/locale/zh_cn.js");require("ae-ugc/common/utils/moment/src/locale/zh_tw.js");t.exports=i});define("ae-ugc/common/utils/moment/moment-timezone.js",["ae-ugc/common/utils/moment/moment.js"],function(require,e,t){(function(e,i){"use strict";if(typeof define==="function"&&define.amd){define(["src/moment"],i)}else if(typeof t==="object"&&t.exports){t.exports=i(require("ae-ugc/common/utils/moment/moment.js"))}else{i(e.moment)}})(this,function(e){"use strict";var t="0.5.11",i={},n={},a={},r={},s,o=e.version.split("."),c=+o[0],l=+o[1];if(c<2||c===2&&l<6){q("Moment Timezone requires Moment.js >= 2.6.0. You are using Moment.js "+e.version+". See momentjs.com")}function u(e){if(e>96){return e-87}else if(e>64){return e-29}return e-48}function f(e){var t=0,i=e.split("."),n=i[0],a=i[1]||"",r=1,s,o=0,c=1;if(e.charCodeAt(0)===45){t=1;c=-1}for(t;t<n.length;t++){s=u(n.charCodeAt(t));o=60*o+s}for(t=0;t<a.length;t++){r=r/60;s=u(a.charCodeAt(t));o+=s*r}return o*c}function p(e){for(var t=0;t<e.length;t++){e[t]=f(e[t])}}function h(e,t){for(var i=0;i<t;i++){e[i]=Math.round((e[i-1]||0)+e[i]*6e4)}e[t-1]=Infinity}function d(e,t){var i=[],n;for(n=0;n<t.length;n++){i[n]=e[t[n]]}return i}function m(e){var t=e.split("|"),i=t[2].split(" "),n=t[3].split(""),a=t[4].split(" ");p(i);p(n);p(a);h(a,n.length);return{name:t[0],abbrs:d(t[1].split(" "),n),offsets:d(i,n),untils:a,population:t[5]|0}}function g(e){if(e){this._set(m(e))}}g.prototype={_set:function(e){this.name=e.name;this.abbrs=e.abbrs;this.untils=e.untils;this.offsets=e.offsets;this.population=e.population},_index:function(e){var t=+e,i=this.untils,n;for(n=0;n<i.length;n++){if(t<i[n]){return n}}},parse:function(e){var t=+e,i=this.offsets,n=this.untils,a=n.length-1,r,s,o,c;for(c=0;c<a;c++){r=i[c];s=i[c+1];o=i[c?c-1:c];if(r<s&&P.moveAmbiguousForward){r=s}else if(r>o&&P.moveInvalidForward){r=o}if(t<n[c]-r*6e4){return i[c]}}return i[a]},abbr:function(e){return this.abbrs[this._index(e)]},offset:function(e){return this.offsets[this._index(e)]}};function b(e){var t=e.toTimeString();var i=t.match(/\([a-z ]+\)/i);if(i&&i[0]){i=i[0].match(/[A-Z]/g);i=i?i.join(""):undefined}else{i=t.match(/[A-Z]{3,5}/g);i=i?i[0]:undefined}if(i==="GMT"){i=undefined}this.at=+e;this.abbr=i;this.offset=e.getTimezoneOffset()}function v(e){this.zone=e;this.offsetScore=0;this.abbrScore=0}v.prototype.scoreOffsetAt=function(e){this.offsetScore+=Math.abs(this.zone.offset(e.at)-e.offset);if(this.zone.abbr(e.at).replace(/[^A-Z]/g,"")!==e.abbr){this.abbrScore++}};function M(e,t){var i,n;while(n=((t.at-e.at)/12e4|0)*6e4){i=new b(new Date(e.at+n));if(i.offset===e.offset){e=i}else{t=i}}return e}function _(){var e=(new Date).getFullYear()-2,t=new b(new Date(e,0,1)),i=[t],n,a,r;for(r=1;r<48;r++){a=new b(new Date(e,r,1));if(a.offset!==t.offset){n=M(t,a);i.push(n);i.push(new b(new Date(n.at+6e4)))}t=a}for(r=0;r<4;r++){i.push(new b(new Date(e+r,0,1)));i.push(new b(new Date(e+r,6,1)))}return i}function A(e,t){if(e.offsetScore!==t.offsetScore){return e.offsetScore-t.offsetScore}if(e.abbrScore!==t.abbrScore){return e.abbrScore-t.abbrScore}return t.zone.population-e.zone.population}function y(e,t){var i,n;p(t);for(i=0;i<t.length;i++){n=t[i];r[n]=r[n]||{};r[n][e]=true}}function O(e){var t=e.length,i={},n=[],s,o,c;for(s=0;s<t;s++){c=r[e[s].offset]||{};for(o in c){if(c.hasOwnProperty(o)){i[o]=true}}}for(s in i){if(i.hasOwnProperty(s)){n.push(a[s])}}return n}function z(){try{var e=Intl.DateTimeFormat().resolvedOptions().timeZone;if(e){var t=a[N(e)];if(t){return t}q("Moment Timezone found "+e+" from the Intl api, but did not have that data loaded.")}}catch(i){}var n=_(),r=n.length,s=O(n),o=[],c,l,u;for(l=0;l<s.length;l++){c=new v(k(s[l]),r);for(u=0;u<r;u++){c.scoreOffsetAt(n[u])}o.push(c)}o.sort(A);return o.length>0?o[0].zone.name:undefined}function L(e){if(!s||e){s=z()}return s}function N(e){return(e||"").toLowerCase().replace(/\//g,"_")}function S(e){var t,n,r,s;if(typeof e==="string"){e=[e]}for(t=0;t<e.length;t++){r=e[t].split("|");n=r[0];s=N(n);i[s]=e[t];a[s]=n;if(r[5]){y(s,r[2].split(" "))}}}function k(e,t){e=N(e);var r=i[e];var s;if(r instanceof g){
return r}if(typeof r==="string"){r=new g(r);i[e]=r;return r}if(n[e]&&t!==k&&(s=k(n[e],k))){r=i[e]=new g;r._set(s);r.name=a[e];return r}return null}function w(){var e,t=[];for(e in a){if(a.hasOwnProperty(e)&&(i[e]||i[n[e]])&&a[e]){t.push(a[e])}}return t.sort()}function E(e){var t,i,r,s;if(typeof e==="string"){e=[e]}for(t=0;t<e.length;t++){i=e[t].split("|");r=N(i[0]);s=N(i[1]);n[r]=s;a[r]=i[0];n[s]=r;a[s]=i[1]}}function T(e){S(e.zones);E(e.links);P.dataVersion=e.version}function j(e){if(!j.didShowError){j.didShowError=true;q("moment.tz.zoneExists('"+e+"') has been deprecated in favor of !moment.tz.zone('"+e+"')")}return!!k(e)}function x(e){return!!(e._a&&e._tzm===undefined)}function q(e){if(typeof console!=="undefined"&&typeof console.error==="function"){console.error(e)}}function P(t){var i=Array.prototype.slice.call(arguments,0,-1),n=arguments[arguments.length-1],a=k(n),r=e.utc.apply(null,i);if(a&&!e.isMoment(t)&&x(r)){r.add(a.parse(r),"minutes")}r.tz(n);return r}P.version=t;P.dataVersion="";P._zones=i;P._links=n;P._names=a;P.add=S;P.link=E;P.load=T;P.zone=k;P.zoneExists=j;P.guess=L;P.names=w;P.Zone=g;P.unpack=m;P.unpackBase60=f;P.needsOffset=x;P.moveInvalidForward=true;P.moveAmbiguousForward=false;var C=e.fn;e.tz=P;e.defaultZone=null;e.updateOffset=function(t,i){var n=e.defaultZone,a;if(t._z===undefined){if(n&&x(t)&&!t._isUTC){t._d=e.utc(t._a)._d;t.utc().add(n.parse(t),"minutes")}t._z=n}if(t._z){a=t._z.offset(t);if(Math.abs(a)<16){a=a/60}if(t.utcOffset!==undefined){t.utcOffset(-a,i)}else{t.zone(a,i)}}};C.tz=function(t){if(t){this._z=k(t);if(this._z){e.updateOffset(this)}else{q("Moment Timezone has no data for "+t+". See http://momentjs.com/timezone/docs/#/data-loading/.")}return this}if(this._z){return this._z.name}};function I(e){return function(){if(this._z){return this._z.abbr(this)}return e.call(this)}}function W(e){return function(){this._z=null;return e.apply(this,arguments)}}C.zoneName=I(C.zoneName);C.zoneAbbr=I(C.zoneAbbr);C.utc=W(C.utc);e.tz.setDefault=function(t){if(c<2||c===2&&l<9){q("Moment Timezone setDefault() requires Moment.js >= 2.9.0. You are using Moment.js "+e.version+".")}e.defaultZone=t?k(t):null;return e};var B=e.momentProperties;if(Object.prototype.toString.call(B)==="[object Array]"){B.push("_z");B.push("_a")}else if(B){B._z=null}return e})});define("ae-ugc/common/utils/moment/data/packed/latest.json",[],function(require,e,t){t.exports={version:"2016j",zones:["Africa/Abidjan|LMT GMT|g.8 0|01|-2ldXH.Q|48e5","Africa/Accra|LMT GMT GHST|.Q 0 -k|012121212121212121212121212121212121212121212121|-26BbX.8 6tzX.8 MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE|41e5","Africa/Nairobi|LMT EAT BEAT BEAUT|-2r.g -30 -2u -2J|01231|-1F3Cr.g 3Dzr.g okMu MFXJ|47e5","Africa/Algiers|PMT WET WEST CET CEST|-9.l 0 -10 -10 -20|0121212121212121343431312123431213|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 DA0 Imo0 rd0 De0 9Xz0 1fb0 1ap0 16K0 2yo0 mEp0 hwL0 jxA0 11A0 dDd0 17b0 11B0 1cN0 2Dy0 1cN0 1fB0 1cL0|26e5","Africa/Lagos|LMT WAT|-d.A -10|01|-22y0d.A|17e6","Africa/Bissau|LMT WAT GMT|12.k 10 0|012|-2ldWV.E 2xonV.E|39e4","Africa/Maputo|LMT CAT|-2a.k -20|01|-2GJea.k|26e5","Africa/Cairo|EET EEST|-20 -30|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1bIO0 vb0 1ip0 11z0 1iN0 1nz0 12p0 1pz0 10N0 1pz0 16p0 1jz0 s3d0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1WL0 rd0 1Rz0 wp0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1qL0 Xd0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1ny0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 WL0 1qN0 Rb0 1wp0 On0 1zd0 Lz0 1EN0 Fb0 c10 8n0 8Nd0 gL0 e10 mn0|15e6","Africa/Casablanca|LMT WET WEST CET|u.k 0 -10 -10|0121212121212121213121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2gMnt.E 130Lt.E rb0 Dd0 dVb0 b6p0 TX0 EoB0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4mn0 SyN0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 Rc0 11A0 e00 e00 U00 11A0 8o0 e00 11A0 11A0 5A0 e00 17c0 1fA0 1a00 1a00 1fA0 17c0 1io0 14o0 1lc0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1lc0 14o0 1fA0|32e5","Africa/Ceuta|WET WEST CET CEST|0 -10 -10 -20|010101010101010101010232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-25KN0 11z0 drd0 18o0 3I00 17c0 1fA0 1a00 1io0 1a00 1y7p0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4VB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|85e3","Africa/El_Aaiun|LMT WAT WET WEST|Q.M 10 0 -10|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1rDz7.c 1GVA7.c 6L0 AL0 1Nd0 XX0 1Cp0 pz0 1cBB0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 Rc0 11A0 e00 e00 U00 11A0 8o0 e00 11A0 11A0 5A0 e00 17c0 1fA0 1a00 1a00 1fA0 17c0 1io0 14o0 1lc0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1lc0 14o0 1fA0|20e4","Africa/Johannesburg|SAST SAST SAST|-1u -20 -30|012121|-2GJdu 1Ajdu 1cL0 1cN0 1cL0|84e5","Africa/Khartoum|LMT CAT CAST EAT|-2a.8 -20 -30 -30|01212121212121212121212121212121213|-1yW2a.8 1zK0a.8 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0|51e5","Africa/Monrovia|MMT LRT GMT|H.8 I.u 0|012|-23Lzg.Q 29s01.m|11e5","Africa/Ndjamena|LMT WAT WAST|-10.c -10 -20|0121|-2le10.c 2J3c0.c Wn0|13e5","Africa/Tripoli|LMT CET CEST EET|-Q.I -10 -20 -20|012121213121212121212121213123123|-21JcQ.I 1hnBQ.I vx0 4iP0 xx0 4eN0 Bb0 7ip0 U0n0 A10 1db0 1cN0 1db0 1dd0 1db0 1eN0 1bb0 1e10 1cL0 1c10 1db0 1dd0 1db0 1cN0 1db0 1q10 fAn0 1ep0 1db0 AKq0 TA0 1o00|11e5","Africa/Tunis|PMT CET CEST|-9.l -10 -20|0121212121212121212121212121212121|-2nco9.l 18pa9.l 1qM0 DA0 3Tc0 11B0 1ze0 WM0 7z0 3d0 14L0 1cN0 1f90 1ar0 16J0 1gXB0 WM0 1rA0 11c0 nwo0 Ko0 1cM0 1cM0 1rA0 10M0 zuM0 10N0 1aN0 1qM0 WM0 1qM0 11A0 1o00|20e5","Africa/Windhoek|SWAT SAST SAST CAT WAT WAST|-1u -20 -30 -20 -10 -20|012134545454545454545454545454545454545454545454545454545454545454545454545454545454545454545|-2GJdu 1Ajdu 1cL0 1SqL0 9NA0 11D0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0|32e4","America/Adak|NST NWT NPT BST BDT AHST HST HDT|b0 a0 a0 b0 a0 a0 a0 90|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|326","America/Anchorage|CAT CAWT CAPT AHST AHDT YST AKST AKDT|a0 90 90 a0 90 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T00 8wX0 iA0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|30e4","America/Port_of_Spain|LMT AST|46.4 40|01|-2kNvR.U|43e3","America/Araguaina|LMT BRT BRST|3c.M 30 20|0121212121212121212121212121212121212121212121212121|-2glwL.c HdKL.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 ny10 Lz0|14e4","America/Argentina/Buenos_Aires|CMT ART ARST ART ARST|4g.M 40 30 30 20|0121212121212121212121212121212121212121213434343434343234343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 g0p0 10M0 j3c0 uL0 1qN0 WL0","America/Argentina/Catamarca|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|0121212121212121212121212121212121212121213434343454343235343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 g0p0 10M0 ako0 7B0 8zb0 uL0","America/Argentina/Cordoba|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|0121212121212121212121212121212121212121213434343454343234343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 g0p0 10M0 j3c0 uL0 1qN0 WL0","America/Argentina/Jujuy|CMT ART ARST ART ARST WART WARST|4g.M 40 30 30 20 40 30|01212121212121212121212121212121212121212134343456543432343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1ze0 TX0 1ld0 WK0 1wp0 TX0 g0p0 10M0 j3c0 uL0","America/Argentina/La_Rioja|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|01212121212121212121212121212121212121212134343434534343235343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 g0p0 10M0 ako0 7B0 8zb0 uL0","America/Argentina/Mendoza|CMT ART ARST ART ARST WART WARST|4g.M 40 30 30 20 40 30|0121212121212121212121212121212121212121213434345656543235343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1u20 SL0 1vd0 Tb0 1wp0 TW0 g0p0 10M0 agM0 Op0 7TX0 uL0","America/Argentina/Rio_Gallegos|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|0121212121212121212121212121212121212121213434343434343235343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 g0p0 10M0 ako0 7B0 8zb0 uL0","America/Argentina/Salta|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|01212121212121212121212121212121212121212134343434543432343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 g0p0 10M0 j3c0 uL0","America/Argentina/San_Juan|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|01212121212121212121212121212121212121212134343434534343235343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 g0p0 10M0 ak00 m10 8lb0 uL0","America/Argentina/San_Luis|CMT ART ARST ART ARST WART WARST|4g.M 40 30 30 20 40 30|01212121212121212121212121212121212121212134343456536353465653|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 XX0 1q20 SL0 AN0 kin0 10M0 ak00 m10 8lb0 8L0 jd0 1qN0 WL0 1qN0","America/Argentina/Tucuman|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|012121212121212121212121212121212121212121343434345434323534343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 g0p0 10M0 ako0 4N0 8BX0 uL0 1qN0 WL0","America/Argentina/Ushuaia|CMT ART ARST ART ARST WART|4g.M 40 30 30 20 40|0121212121212121212121212121212121212121213434343434343235343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 g0p0 10M0 ajA0 8p0 8zb0 uL0","America/Curacao|LMT ANT AST|4z.L 4u 40|012|-2kV7o.d 28KLS.d|15e4","America/Asuncion|AMT PYT PYT PYST|3O.E 40 30 30|012131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313|-1x589.k 1DKM9.k 3CL0 3Dd0 10L0 1pB0 10n0 1pB0 10n0 1pB0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1lB0 14n0 1dd0 1cL0 1fd0 WL0 1rd0 1aL0 1dB0 Xz0 1qp0 Xb0 1qN0 10L0 1rB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 WN0 1qL0 11B0 1nX0 1ip0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 TX0 1tB0 19X0 1a10 1fz0 1a10 1fz0 1cN0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0|28e5","America/Atikokan|CST CDT CWT CPT EST|60 50 50 50 50|0101234|-25TQ0 1in0 Rnb0 3je0 8x30 iw0|28e2","America/Bahia|LMT BRT BRST|2y.4 30 20|01212121212121212121212121212121212121212121212121212121212121|-2glxp.U HdLp.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 l5B0 Rb0|27e5","America/Bahia_Banderas|LMT MST CST PST MDT CDT|71 70 60 80 60 50|0121212131414141414141414141414141414152525252525252525252525252525252525252525252525252525252|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nW0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|84e3","America/Barbados|LMT BMT AST ADT|3W.t 3W.t 40 30|01232323232|-1Q0I1.v jsM0 1ODC1.v IL0 1ip0 17b0 1ip0 17b0 1ld0 13b0|28e4","America/Belem|LMT BRT BRST|3d.U 30 20|012121212121212121212121212121|-2glwK.4 HdKK.4 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|20e5","America/Belize|LMT CST CHDT CDT|5Q.M 60 5u 50|01212121212121212121212121212121212121212121212121213131|-2kBu7.c fPA7.c Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1f0Mu qn0 lxB0 mn0|57e3","America/Blanc-Sablon|AST ADT AWT APT|40 30 30 30|010230|-25TS0 1in0 UGp0 8x50 iu0|11e2","America/Boa_Vista|LMT AMT AMST|42.E 40 30|0121212121212121212121212121212121|-2glvV.k HdKV.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 smp0 WL0 1tB0 2L0|62e2","America/Bogota|BMT COT COST|4U.g 50 40|0121|-2eb73.I 38yo3.I 2en0|90e5","America/Boise|PST PDT MST MWT MPT MDT|80 70 70 60 60 60|0101023425252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-261q0 1nX0 11B0 1nX0 8C10 JCL0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 Dd0 1Kn0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e4","America/Cambridge_Bay|-00 MST MWT MPT MDDT MDT CST CDT EST|0 70 60 60 50 60 60 50 50|0123141515151515151515151515151515151515151515678651515151515151515151515151515151515151515151515151515151515151515151515151|-21Jc0 RO90 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11A0 1nX0 2K0 WQ0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e2","America/Campo_Grande|LMT AMT AMST|3C.s 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2glwl.w HdLl.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0|77e4","America/Cancun|LMT CST EST EDT CDT|5L.4 60 50 40 50|0123232341414141414141414141414141414141412|-1UQG0 2q2o0 yLB0 1lb0 14p0 1lb0 14p0 Lz0 xB0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 Dd0|63e4","America/Caracas|CMT VET VET|4r.E 4u 40|01212|-2kV7w.k 28KM2.k 1IwOu kqo0|29e5","America/Cayenne|LMT GFT GFT|3t.k 40 30|012|-2mrwu.E 2gWou.E|58e3","America/Panama|CMT EST|5j.A 50|01|-2uduE.o|15e5","America/Chicago|CST CDT EST CWT CPT|60 50 50 50 50|01010101010101010101010101010101010102010101010103401010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 1wp0 TX0 WN0 1qL0 1cN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 11B0 1Hz0 14p0 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|92e5","America/Chihuahua|LMT MST CST CDT MDT|74.k 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|81e4","America/Costa_Rica|SJMT CST CDT|5A.d 60 50|0121212121|-1Xd6n.L 2lu0n.L Db0 1Kp0 Db0 pRB0 15b0 1kp0 mL0|12e5","America/Creston|MST PST|70 80|010|-29DR0 43B0|53e2","America/Cuiaba|LMT AMT AMST|3I.k 40 30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2glwf.E HdLf.E 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 4a10 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0|54e4","America/Danmarkshavn|LMT WGT WGST GMT|1e.E 30 20 0|01212121212121212121212121212121213|-2a5WJ.k 2z5fJ.k 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 DC0|8","America/Dawson|YST YDT YWT YPT YDDT PST PDT|90 80 80 80 70 80 70|0101023040565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 jrA0 fNd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|13e2","America/Dawson_Creek|PST PDT PWT PPT MST|80 70 70 70 70|0102301010101010101010101010101010101010101010101010101014|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 ML0|12e3","America/Denver|MST MDT MWT MPT|70 60 60 60|01010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 11B0 1qL0 WN0 mn0 Ord0 8x20 ix0 LCN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e5","America/Detroit|LMT CST EST EWT EPT EDT|5w.b 60 50 40 40 40|01234252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2Cgir.N peqr.N 156L0 8x40 iv0 6fd0 11z0 Jy10 SL0 dnB0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e5","America/Edmonton|LMT MST MDT MWT MPT|7x.Q 70 60 60 60|01212121212121341212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2yd4q.8 shdq.8 1in0 17d0 hz0 2dB0 1fz0 1a10 11z0 1qN0 WL0 1qN0 11z0 IGN0 8x20 ix0 3NB0 11z0 LFB0 1cL0 3Cp0 1cL0 66N0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|10e5","America/Eirunepe|LMT ACT ACST AMT|4D.s 50 40 40|0121212121212121212121212121212131|-2glvk.w HdLk.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0 yTd0 d5X0|31e3","America/El_Salvador|LMT CST CDT|5U.M 60 50|012121|-1XiG3.c 2Fvc3.c WL0 1qN0 WL0|11e5","America/Tijuana|LMT MST PST PDT PWT PPT|7M.4 70 80 70 70 70|012123245232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQE0 4PX0 8mM0 8lc0 SN0 1cL0 pHB0 83r0 zI0 5O10 1Rz0 cOO0 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 BUp0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|20e5","America/Fort_Nelson|PST PDT PWT PPT MST|80 70 70 70 70|01023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010104|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0|39e2","America/Fort_Wayne|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010101023010101010101010101040454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 QI10 Db0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 5Tz0 1o10 qLb0 1cL0 1cN0 1cL0 1qhd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Fortaleza|LMT BRT BRST|2y 30 20|0121212121212121212121212121212121212121|-2glxq HdLq 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 5z0 2mN0 On0|34e5","America/Glace_Bay|LMT AST ADT AWT APT|3X.M 40 30 30 30|012134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsI0.c CwO0.c 1in0 UGp0 8x50 iu0 iq10 11z0 Jg10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3","America/Godthab|LMT WGT WGST|3q.U 30 20|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5Ux.4 2z5dx.4 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e3","America/Goose_Bay|NST NDT NST NDT NWT NPT AST ADT ADDT|3u.Q 2u.Q 3u 2u 2u 2u 40 30 20|010232323232323245232323232323232323232323232323232323232326767676767676767676767676767676767676767676768676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-25TSt.8 1in0 DXb0 2HbX.8 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 S10 g0u 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|76e2","America/Grand_Turk|KMT EST EDT AST|57.b 50 40 40|0121212121212121212121212121212121212121212121212121212121212121212121212123|-2l1uQ.N 2HHBQ.N 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e2","America/Guatemala|LMT CST CDT|62.4 60 50|0121212121|-24KhV.U 2efXV.U An0 mtd0 Nz0 ifB0 17b0 zDB0 11z0|13e5","America/Guayaquil|QMT ECT|5e 50|01|-1yVSK|27e5","America/Guyana|LMT GBGT GYT GYT GYT|3Q.E 3J 3J 30 40|01234|-2dvU7.k 24JzQ.k mlc0 Bxbf|80e4","America/Halifax|LMT AST ADT AWT APT|4e.o 40 30 30 30|0121212121212121212121212121212121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsHJ.A xzzJ.A 1db0 3I30 1in0 3HX0 IL0 1E10 ML0 1yN0 Pb0 1Bd0 Mn0 1Bd0 Rz0 1w10 Xb0 1w10 LX0 1w10 Xb0 1w10 Lz0 1C10 Jz0 1E10 OL0 1yN0 Un0 1qp0 Xb0 1qp0 11X0 1w10 Lz0 1HB0 LX0 1C10 FX0 1w10 Xb0 1qp0 Xb0 1BB0 LX0 1td0 Xb0 1qp0 Xb0 Rf0 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 6i10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|39e4","America/Havana|HMT CST CDT|5t.A 50 40|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Meuu.o 72zu.o ML0 sld0 An0 1Nd0 Db0 1Nd0 An0 6Ep0 An0 1Nd0 An0 JDd0 Mn0 1Ap0 On0 1fd0 11X0 1qN0 WL0 1wp0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 14n0 1ld0 14L0 1kN0 15b0 1kp0 1cL0 1cN0 1fz0 1a10 1fz0 1fB0 11z0 14p0 1nX0 11B0 1nX0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 1a10 1in0 1a10 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 17c0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 11A0 6i00 Rc0 1wo0 U00 1tA0 Rc0 1wo0 U00 1wo0 U00 1zc0 U00 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0|21e5","America/Hermosillo|LMT MST CST PST MDT|7n.Q 70 60 80 60|0121212131414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0|64e4","America/Indiana/Knox|CST CDT CWT CPT EST|60 50 50 50 50|0101023010101010101010101010101010101040101010101010101010101010101010101010101010101010141010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 3Cn0 8wp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 z8o0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Indiana/Marengo|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010104545454545414545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 dyN0 11z0 6fd0 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1e6p0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Indiana/Petersburg|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010104010101010101010101010141014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 njX0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 3Fb0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 19co0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Indiana/Tell_City|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010454541010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 g0p0 11z0 1o10 11z0 1qL0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 caL0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Indiana/Vevay|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010102304545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 kPB0 Awn0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1lnd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Indiana/Vincennes|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010454541014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 g0p0 11z0 1o10 11z0 1qL0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 caL0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Indiana/Winamac|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010101010454541054545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1za0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Inuvik|-00 PST PDDT MST MDT|0 80 60 70 60|0121343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-FnA0 tWU0 1fA0 wPe0 2pz0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|35e2","America/Iqaluit|-00 EWT EPT EST EDDT EDT CST CDT|0 40 40 50 30 40 60 50|01234353535353535353535353535353535353535353567353535353535353535353535353535353535353535353535353535353535353535353535353|-16K00 7nX0 iv0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|67e2","America/Jamaica|KMT EST EDT|57.b 50 40|0121212121212121212121|-2l1uQ.N 2uM1Q.N 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0|94e4","America/Juneau|PST PWT PPT PDT YDT YST AKST AKDT|80 70 70 70 80 90 90 80|01203030303030303030303030403030356767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cM0 1cM0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|33e3","America/Kentucky/Louisville|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101010102301010101010101010101010101454545454545414545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 3Fd0 Nb0 LPd0 11z0 RB0 8x30 iw0 Bb0 10N0 2bB0 8in0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 xz0 gso0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Kentucky/Monticello|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 SWp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/La_Paz|CMT BOST BOT|4w.A 3w.A 40|012|-1x37r.o 13b0|19e5","America/Lima|LMT PET PEST|58.A 50 40|0121212121212121|-2tyGP.o 1bDzP.o zX0 1aN0 1cL0 1cN0 1cL0 1PrB0 zX0 1O10 zX0 6Gp0 zX0 98p0 zX0|11e6","America/Los_Angeles|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 5Wp1 1VaX 3dA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e6","America/Maceio|LMT BRT BRST|2m.Q 30 20|012121212121212121212121212121212121212121|-2glxB.8 HdLB.8 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 8Q10 WL0 1tB0 5z0 2mN0 On0|93e4","America/Managua|MMT CST EST CDT|5J.c 60 50 50|0121313121213131|-1quie.M 1yAMe.M 4mn0 9Up0 Dz0 1K10 Dz0 s3F0 1KH0 DB0 9In0 k8p0 19X0 1o30 11y0|22e5","America/Manaus|LMT AMT AMST|40.4 40 30|01212121212121212121212121212121|-2glvX.U HdKX.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0|19e5","America/Martinique|FFMT AST ADT|44.k 40 30|0121|-2mPTT.E 2LPbT.E 19X0|39e4","America/Matamoros|LMT CST CDT|6E 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|45e4","America/Mazatlan|LMT MST CST PST MDT|75.E 70 60 80 60|0121212131414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|44e4","America/Menominee|CST CDT CWT CPT EST|60 50 50 50 50|01010230101041010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 LCN0 1fz0 6410 9Jb0 1cM0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|85e2","America/Merida|LMT CST EST CDT|5W.s 60 50 50|0121313131313131313131313131313131313131313131313131313131313131313131313131313131313131|-1UQG0 2q2o0 2hz0 wu30 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|11e5","America/Metlakatla|PST PWT PPT PDT AKST AKDT|80 70 70 70 90 80|0120303030303030303030303030303030454545454545454545454545454545454545454545454|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1hU10 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2","America/Mexico_City|LMT MST CST CDT CWT|6A.A 70 60 50 50|012121232324232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 gEn0 TX0 3xd0 Jb0 6zB0 SL0 e5d0 17b0 1Pff0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|20e6","America/Miquelon|LMT AST PMST PMDT|3I.E 40 30 20|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2mKkf.k 2LTAf.k gQ10 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|61e2","America/Moncton|EST AST ADT AWT APT|50 40 30 30 30|012121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsH0 CwN0 1in0 zAo0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1K10 Lz0 1zB0 NX0 1u10 Wn0 S20 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14n1 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 ReX 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|64e3","America/Monterrey|LMT CST CDT|6F.g 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|41e5","America/Montevideo|MMT UYT UYHST UYST UYT UYHST|3I.I 3u 30 20 30 2u|012121212121212121212121213434343434345454543453434343434343434343434343434343434343434|-20UIf.g 8jzJ.g 1cLu 1dcu 1cLu 1dcu 1cLu ircu 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu WLu 1qMu WLu 1qMu 11zu 1o0u 11zu NAu 11bu 2iMu zWu Dq10 19X0 pd0 jz0 cm10 19X0 1fB0 1on0 11d0 1oL0 1nB0 1fzu 1aou 1fzu 1aou 1fzu 3nAu Jb0 3MN0 1SLu 4jzu 2PB0 Lb0 3Dd0 1pb0 ixd0 An0 1MN0 An0 1wp0 On0 1wp0 Rb0 1zd0 On0 1wp0 Rb0 s8p0 1fB0 1ip0 11z0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 11z0|17e5","America/Toronto|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101012301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 11Wu 1nzu 1fD0 WJ0 1wr0 Nb0 1Ap0 On0 1zd0 On0 1wp0 TX0 1tB0 TX0 1tB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 4kM0 8x40 iv0 1o10 11z0 1nX0 11z0 1o10 11z0 1o10 1qL0 11D0 1nX0 11B0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e5","America/Nassau|LMT EST EDT|59.u 50 40|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2kNuO.u 26XdO.u 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|24e4","America/New_York|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 11B0 1qL0 1a10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x40 iv0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e6","America/Nipigon|EST EDT EWT EPT|50 40 40 40|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 Rnb0 3je0 8x40 iv0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|16e2","America/Nome|NST NWT NPT BST BDT YST AKST AKDT|b0 a0 a0 b0 a0 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cl0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|38e2","America/Noronha|LMT FNT FNST|29.E 20 10|0121212121212121212121212121212121212121|-2glxO.k HdKO.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|30e2","America/North_Dakota/Beulah|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/North_Dakota/Center|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/North_Dakota/New_Salem|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","America/Ojinaga|LMT MST CST CDT MDT|6V.E 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3","America/Pangnirtung|-00 AST AWT APT ADDT ADT EDT EST CST CDT|0 40 30 30 20 30 40 50 60 50|012314151515151515151515151515151515167676767689767676767676767676767676767676767676767676767676767676767676767676767676767|-1XiM0 PnG0 8x50 iu0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1o00 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2","America/Paramaribo|LMT PMT PMT NEGT SRT SRT|3E.E 3E.Q 3E.A 3u 3u 30|012345|-2nDUj.k Wqo0.c qanX.I 1dmLN.o lzc0|24e4","America/Phoenix|MST MDT MWT|70 60 60|01010202010|-261r0 1nX0 11B0 1nX0 SgN0 4Al1 Ap0 1db0 SWqX 1cL0|42e5","America/Port-au-Prince|PPMT EST EDT|4N 50 40|01212121212121212121212121212121212121212121|-28RHb 2FnMb 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14q0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 i6n0 1nX0 11B0 1nX0 d430 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5","America/Rio_Branco|LMT ACT ACST AMT|4v.c 50 40 40|01212121212121212121212121212131|-2glvs.M HdLs.M 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0 d5X0|31e4","America/Porto_Velho|LMT AMT AMST|4f.A 40 30|012121212121212121212121212121|-2glvI.o HdKI.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|37e4","America/Puerto_Rico|AST AWT APT|40 30 30|0120|-17lU0 7XT0 iu0|24e5","America/Rainy_River|CST CDT CWT CPT|60 50 50 50|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TQ0 1in0 Rnb0 3je0 8x30 iw0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|842","America/Rankin_Inlet|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313131313131313131313131313131313131313131313131313131313131313131|-vDc0 keu0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e2","America/Recife|LMT BRT BRST|2j.A 30 20|0121212121212121212121212121212121212121|-2glxE.o HdLE.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|33e5","America/Regina|LMT MST MDT MWT MPT CST|6W.A 70 60 60 60 60|012121212121212121212121341212121212121212121212121215|-2AD51.o uHe1.o 1in0 s2L0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 66N0 1cL0 1cN0 19X0 1fB0 1cL0 1fB0 1cL0 1cN0 1cL0 M30 8x20 ix0 1ip0 1cL0 1ip0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 3NB0 1cL0 1cN0|19e4","America/Resolute|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313431313131313131313131313131313131313131313131313131313131313131|-SnA0 GWS0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|229","America/Santarem|LMT AMT AMST BRT|3C.M 40 30 30|0121212121212121212121212121213|-2glwl.c HdLl.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0|21e4","America/Santiago|SMT CLT CLT CLST CLST|4G.K 50 40 40 30|010203131313131212421242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 9Bz0 jb0 1oN0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0|62e5","America/Santo_Domingo|SDMT EST EDT EHDT AST|4E 50 40 4u 40|01213131313131414|-1ttjk 1lJMk Mn0 6sp0 Lbu 1Cou yLu 1RAu wLu 1QMu xzu 1Q0u xXu 1PAu 13jB0 e00|29e5","America/Sao_Paulo|LMT BRT BRST|36.s 30 20|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2glwR.w HdKR.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 pTd0 PX0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0|20e6","America/Scoresbysund|LMT CGT CGST EGST EGT|1r.Q 20 10 0 10|0121343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-2a5Ww.8 2z5ew.8 1a00 1cK0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|452","America/Sitka|PST PWT PPT PDT YST AKST AKDT|80 70 70 70 90 90 80|01203030303030303030303030303030345656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|90e2","America/St_Johns|NST NDT NST NDT NWT NPT NDDT|3u.Q 2u.Q 3u 2u 2u 2u 1u|01010101010101010101010101010101010102323232323232324523232323232323232323232323232323232323232323232323232323232323232323232323232323232326232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-28oit.8 14L0 1nB0 1in0 1gm0 Dz0 1JB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1fB0 19X0 1fB0 19X0 10O0 eKX.8 19X0 1iq0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4","America/Swift_Current|LMT MST MDT MWT MPT CST|7b.k 70 60 60 60 60|012134121212121212121215|-2AD4M.E uHdM.E 1in0 UGp0 8x20 ix0 1o10 17b0 1ip0 11z0 1o10 11z0 1o10 11z0 isN0 1cL0 3Cp0 1cL0 1cN0 11z0 1qN0 WL0 pMp0|16e3","America/Tegucigalpa|LMT CST CDT|5M.Q 60 50|01212121|-1WGGb.8 2ETcb.8 WL0 1qN0 WL0 GRd0 AL0|11e5","America/Thule|LMT AST ADT|4z.8 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5To.Q 31NBo.Q 1cL0 1cN0 1cL0 1fB0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|656","America/Thunder_Bay|CST EST EWT EPT EDT|60 50 40 40 40|0123141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-2q5S0 1iaN0 8x40 iv0 XNB0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4","America/Vancouver|PST PDT PWT PPT|80 70 70 70|0102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TO0 1in0 UGp0 8x10 iy0 1o10 17b0 1ip0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5","America/Whitehorse|YST YDT YWT YPT YDDT PST PDT|90 80 80 80 70 80 70|0101023040565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 3NA0 vrd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3","America/Winnipeg|CST CDT CWT CPT|60 50 50 50|010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aIi0 WL0 3ND0 1in0 Jap0 Rb0 aCN0 8x30 iw0 1tB0 11z0 1ip0 11z0 1o10 11z0 1o10 11z0 1rd0 10L0 1op0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 1cL0 1cN0 11z0 6i10 WL0 6i10 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|66e4","America/Yakutat|YST YWT YPT YDT AKST AKDT|90 80 80 80 90 80|01203030303030303030303030303030304545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-17T10 8x00 iz0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cn0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|642","America/Yellowknife|-00 MST MWT MPT MDDT MDT|0 70 60 60 50 60|012314151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151|-1pdA0 hix0 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3","Antarctica/Casey|-00 +08 +11|0 -80 -b0|0121212|-2q00 1DjS0 T90 40P0 KL0 blz0|10","Antarctica/Davis|-00 +07 +05|0 -70 -50|01012121|-vyo0 iXt0 alj0 1D7v0 VB0 3Wn0 KN0|70","Antarctica/DumontDUrville|-00 +10|0 -a0|0101|-U0o0 cfq0 bFm0|80","Antarctica/Macquarie|AEST AEDT -00 MIST|-a0 -b0 0 -b0|0102010101010101010101010101010101010101010101010101010101010101010101010101010101010101013|-29E80 19X0 4SL0 1ayy0 Lvs0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0|1","Antarctica/Mawson|-00 +06 +05|0 -60 -50|012|-CEo0 2fyk0|60","Pacific/Auckland|NZMT NZST NZST NZDT|-bu -cu -c0 -d0|01020202020202020202020202023232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1GCVu Lz0 1tB0 11zu 1o0u 11zu 1o0u 11zu 1o0u 14nu 1lcu 14nu 1lcu 1lbu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1qLu WMu 1qLu 11Au 1n1bu IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|14e5","Antarctica/Palmer|-00 ARST ART ART ARST CLT CLST|0 30 40 30 20 40 30|0121212121234356565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656|-cao0 nD0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 jsN0 14N0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0|40","Antarctica/Rothera|-00 -03|0 30|01|gOo0|130","Antarctica/Syowa|-00 +03|0 -30|01|-vs00|20","Antarctica/Troll|-00 +00 +02|0 0 -20|01212121212121212121212121212121212121212121212121212121212121212121|1puo0 hd0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|40","Antarctica/Vostok|-00 +06|0 -60|01|-tjA0|25","Europe/Oslo|CET CEST|-10 -20|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2awM0 Qm0 W6o0 5pf0 WM0 1fA0 1cM0 1cM0 1cM0 1cM0 wJc0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1qM0 WM0 zpc0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e4","Asia/Riyadh|LMT AST|-36.Q -30|01|-TvD6.Q|57e5","Asia/Almaty|LMT +05 +06 +07|-57.M -50 -60 -70|012323232323232323232321232323232323232323232323232|-1Pc57.M eUo7.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|15e5","Asia/Amman|LMT EET EEST|-2n.I -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1yW2n.I 1HiMn.I KL0 1oN0 11b0 1oN0 11b0 1pd0 1dz0 1cp0 11b0 1op0 11b0 fO10 1db0 1e10 1cL0 1cN0 1cL0 1cN0 1fz0 1pd0 10n0 1ld0 14n0 1hB0 15b0 1ip0 19X0 1cN0 1cL0 1cN0 17b0 1ld0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1So0 y00 1fc0 1dc0 1co0 1dc0 1cM0 1cM0 1cM0 1o00 11A0 1lc0 17c0 1cM0 1cM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 4bX0 Dd0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|25e5","Asia/Anadyr|LMT +12 +13 +14 +11|-bN.U -c0 -d0 -e0 -b0|01232121212121212121214121212121212121212121212121212121212141|-1PcbN.U eUnN.U 23CL0 1db0 2q10 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|13e3","Asia/Aqtau|LMT +04 +05 +06|-3l.4 -40 -50 -60|012323232323232323232123232312121212121212121212|-1Pc3l.4 eUnl.4 24PX0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|15e4","Asia/Aqtobe|LMT +04 +05 +06|-3M.E -40 -50 -60|0123232323232323232321232323232323232323232323232|-1Pc3M.E eUnM.E 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|27e4","Asia/Ashgabat|LMT +04 +05 +06|-3R.w -40 -50 -60|0123232323232323232323212|-1Pc3R.w eUnR.w 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0|41e4","Asia/Atyrau|LMT +04 +05 +06|-3r.I -40 -50 -60|01232323232323232323212323232323232321212121212|-1Pc3r.I eUnr.I 24PX0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 2sp0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0","Asia/Baghdad|BMT AST ADT|-2V.A -30 -40|012121212121212121212121212121212121212121212121212121|-26BeV.A 2ACnV.A 11b0 1cp0 1dz0 1dd0 1db0 1cN0 1cp0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1de0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0|66e5","Asia/Qatar|LMT GST AST|-3q.8 -40 -30|012|-21Jfq.8 27BXq.8|96e4","Asia/Baku|LMT +03 +04 +05|-3j.o -30 -40 -50|01232323232323232323232123232323232323232323232323232323232323232|-1Pc3j.o 1jUoj.o WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 9Je0 1o00 11z0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|27e5","Asia/Bangkok|BMT ICT|-6G.4 -70|01|-218SG.4|15e6","Asia/Barnaul|LMT +06 +07 +08|-5z -60 -70 -80|0123232323232323232323212323232321212121212121212121212121212121212|-21S5z pCnz 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 p90 LE0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0","Asia/Beirut|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-21aq0 1on0 1410 1db0 19B0 1in0 1ip0 WL0 1lQp0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 q6N0 En0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1op0 11b0 dA10 17b0 1iN0 17b0 1iN0 17b0 1iN0 17b0 1vB0 SL0 1mp0 13z0 1iN0 17b0 1iN0 17b0 1jd0 12n0 1a10 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0|22e5","Asia/Bishkek|LMT +05 +06 +07|-4W.o -50 -60 -70|012323232323232323232321212121212121212121212121212|-1Pc4W.o eUnW.o 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2e00 1tX0 17b0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1cPu 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0|87e4","Asia/Brunei|LMT BNT BNT|-7D.E -7u -80|012|-1KITD.E gDc9.E|42e4","Asia/Kolkata|HMT BURT IST IST|-5R.k -6u -5u -6u|01232|-18LFR.k 1unn.k HB0 7zX0|15e6","Asia/Chita|LMT +08 +09 +10|-7x.Q -80 -90 -a0|012323232323232323232321232323232323232323232323232323232323232312|-21Q7x.Q pAnx.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3re0|33e4","Asia/Choibalsan|LMT ULAT ULAT CHOST CHOT CHOT CHOST|-7C -70 -80 -a0 -90 -80 -90|0123434343434343434343434343434343434343434343456565656565656565656565656565656565656565656565|-2APHC 2UkoC cKn0 1da0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 3Db0 h1f0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0|38e3","Asia/Shanghai|CST CDT|-80 -90|01010101010101010|-1c1I0 LX0 16p0 1jz0 1Myp0 Rb0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0|23e6","Asia/Colombo|MMT +0530 +06 +0630|-5j.w -5u -60 -6u|01231321|-2zOtj.w 1rFbN.w 1zzu 7Apu 23dz0 11zu n3cu|22e5","Asia/Dhaka|HMT BURT IST DACT BDT BDST|-5R.k -6u -5u -60 -60 -70|01213454|-18LFR.k 1unn.k HB0 m6n0 LqMu 1x6n0 1i00|16e6","Asia/Damascus|LMT EET EEST|-2p.c -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-21Jep.c Hep.c 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1xRB0 11X0 1oN0 10L0 1pB0 11b0 1oN0 10L0 1mp0 13X0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 Nb0 1AN0 Nb0 bcp0 19X0 1gp0 19X0 3ld0 1xX0 Vd0 1Bz0 Sp0 1vX0 10p0 1dz0 1cN0 1cL0 1db0 1db0 1g10 1an0 1ap0 1db0 1fd0 1db0 1cN0 1db0 1dd0 1db0 1cp0 1dz0 1c10 1dX0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 19z0 1fB0 1qL0 11B0 1on0 Wp0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0|26e5","Asia/Dili|LMT TLT JST TLT WITA|-8m.k -80 -90 -90 -80|012343|-2le8m.k 1dnXm.k 8HA0 1ew00 Xld0|19e4","Asia/Dubai|LMT GST|-3F.c -40|01|-21JfF.c|39e5","Asia/Dushanbe|LMT +05 +06 +07|-4z.c -50 -60 -70|012323232323232323232321|-1Pc4z.c eUnz.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2hB0|76e4","Asia/Famagusta|LMT EET EEST +03|-2f.M -20 -30 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212123|-1Vc2f.M 2a3cf.M 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 15U0","Asia/Gaza|EET EEST IST IDT|-20 -30 -20 -30|010101010101010101010101010101012323232323232323232323232320101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1c2q0 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 pBd0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 npB0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 11z0 1o10 14o0 1lA1 SKX 1xd1 MKX 1AN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nz0 1220 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0|18e5","Asia/Hebron|EET EEST IST IDT|-20 -30 -20 -30|01010101010101010101010101010101232323232323232323232323232010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1c2q0 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 pBd0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 npB0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 12L0 1mN0 14o0 1lc0 Tb0 1xd1 MKX bB0 cn0 1cN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nz0 1220 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0|25e4","Asia/Ho_Chi_Minh|LMT PLMT ICT IDT JST|-76.E -76.u -70 -80 -90|0123423232|-2yC76.E bK00.a 1h7b6.u 5lz0 18o0 3Oq0 k5b0 aW00 BAM0|90e5","Asia/Hong_Kong|LMT HKT HKST JST|-7A.G -80 -90 -90|0121312121212121212121212121212121212121212121212121212121212121212121|-2CFHA.G 1sEP6.G 1cL0 ylu 93X0 1qQu 1tX0 Rd0 1In0 NB0 1cL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1kL0 14N0 1nX0 U10 1tz0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|73e5","Asia/Hovd|LMT HOVT HOVT HOVST|-66.A -60 -70 -80|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2APG6.A 2Uko6.A cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0|81e3","Asia/Irkutsk|IMT +07 +08 +09|-6V.5 -70 -80 -90|01232323232323232323232123232323232323232323232323232323232323232|-21zGV.5 pjXV.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4","Europe/Istanbul|IMT EET EEST +04 +03|-1U.U -20 -30 -40 -30|012121212121212121212121212121212121212121212121212121234343434342121212121212121212121212121212121212121212121212121212121212124|-2ogNU.U dzzU.U 11b0 8tB0 1on0 1410 1db0 19B0 1in0 3Rd0 Un0 1oN0 11b0 zSp0 CL0 mN0 1Vz0 1gN0 1pz0 5Rd0 1fz0 1yp0 ML0 1kp0 17b0 1ip0 17b0 1fB0 19X0 1jB0 18L0 1ip0 17z0 qdd0 xX0 3S10 Tz0 dA10 11z0 1o10 11z0 1qN0 11z0 1ze0 11B0 WM0 1qO0 WI0 1nX0 1rB0 10L0 11B0 1in0 17d0 1in0 2pX0 19E0 1fU0 16Q0 1iI0 16Q0 1iI0 1Vd0 pb0 3Kp0 14o0 1de0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1a00 1fA0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WO0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 Xc0 1qo0 WM0 1qM0 11A0 1o00 1200 1nA0 11A0 1tA0 U00 15w0|13e6","Asia/Jakarta|BMT JAVT WIB JST WIB WIB|-77.c -7k -7u -90 -80 -70|01232425|-1Q0Tk luM0 mPzO 8vWu 6kpu 4PXu xhcu|31e6","Asia/Jayapura|LMT WIT ACST|-9m.M -90 -9u|0121|-1uu9m.M sMMm.M L4nu|26e4","Asia/Jerusalem|JMT IST IDT IDDT|-2k.E -20 -30 -40|01212121212132121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-26Bek.E SyMk.E 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 3LB0 Em0 or0 1cn0 1dB0 16n0 10O0 1ja0 1tC0 14o0 1cM0 1a00 11A0 1Na0 An0 1MP0 AJ0 1Kp0 LC0 1oo0 Wl0 EQN0 Db0 1fB0 Rb0 npB0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 1hB0 1dX0 1ep0 1aL0 1eN0 17X0 1nf0 11z0 1tB0 19W0 1e10 17b0 1ep0 1gL0 18N0 1fz0 1eN0 17b0 1gq0 1gn0 19d0 1dz0 1c10 17X0 1hB0 1gn0 19d0 1dz0 1c10 17X0 1kp0 1dz0 1c10 1aL0 1eN0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0|81e4","Asia/Kabul|AFT AFT|-40 -4u|01|-10Qs0|46e5","Asia/Kamchatka|LMT +11 +12 +13|-ay.A -b0 -c0 -d0|012323232323232323232321232323232323232323232323232323232323212|-1SLKy.A ivXy.A 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|18e4","Asia/Karachi|LMT IST IST KART PKT PKST|-4s.c -5u -6u -50 -50 -60|012134545454|-2xoss.c 1qOKW.c 7zX0 eup0 LqMu 1fy00 1cL0 dK10 11b0 1610 1jX0|24e6","Asia/Urumqi|LMT XJT|-5O.k -60|01|-1GgtO.k|32e5","Asia/Kathmandu|LMT IST NPT|-5F.g -5u -5J|012|-21JhF.g 2EGMb.g|12e5","Asia/Khandyga|LMT +08 +09 +10 +11|-92.d -80 -90 -a0 -b0|0123232323232323232323212323232323232323232323232343434343434343432|-21Q92.d pAp2.d 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 qK0 yN0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|66e2","Asia/Krasnoyarsk|LMT +06 +07 +08|-6b.q -60 -70 -80|01232323232323232323232123232323232323232323232323232323232323232|-21Hib.q prAb.q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|10e5","Asia/Kuala_Lumpur|SMT MALT MALST MALT MALT JST MYT|-6T.p -70 -7k -7k -7u -90 -80|01234546|-2Bg6T.p 17anT.p 7hXE dM00 17bO 8Fyu 1so1u|71e5","Asia/Kuching|LMT BORT BORT BORTST JST MYT|-7l.k -7u -80 -8k -90 -80|01232323232323232425|-1KITl.k gDbP.k 6ynu AnE 1O0k AnE 1NAk AnE 1NAk AnE 1NAk AnE 1O0k AnE 1NAk AnE pAk 8Fz0 1so10|13e4","Asia/Macau|LMT MOT MOST CST|-7y.k -80 -90 -80|0121212121212121212121212121212121212121213|-2le7y.k 1XO34.k 1wn0 Rd0 1wn0 R9u 1wqu U10 1tz0 TVu 1tz0 17gu 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cJu 1cL0 1cN0 1fz0 1cN0 1cOu 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cJu 1cL0 1cN0 1fz0 1cN0 1cL0 KEp0|57e4","Asia/Magadan|LMT +10 +11 +12|-a3.c -a0 -b0 -c0|012323232323232323232321232323232323232323232323232323232323232312|-1Pca3.c eUo3.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Cq0|95e3","Asia/Makassar|LMT MMT WITA JST|-7V.A -7V.A -80 -90|01232|-21JjV.A vfc0 myLV.A 8ML0|15e5","Asia/Manila|PHT PHST JST|-80 -90 -90|010201010|-1kJI0 AL0 cK10 65X0 mXB0 vX0 VK10 1db0|24e6","Asia/Nicosia|LMT EET EEST|-2d.s -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Vc2d.s 2a3cd.s 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|32e4","Asia/Novokuznetsk|LMT +06 +07 +08|-5M.M -60 -70 -80|012323232323232323232321232323232323232323232323232323232323212|-1PctM.M eULM.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|55e4","Asia/Novosibirsk|LMT +06 +07 +08|-5v.E -60 -70 -80|0123232323232323232323212323212121212121212121212121212121212121212|-21Qnv.E pAFv.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 ml0 Os0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 4eN0|15e5","Asia/Omsk|LMT +05 +06 +07|-4R.u -50 -60 -70|01232323232323232323232123232323232323232323232323232323232323232|-224sR.u pMLR.u 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|12e5","Asia/Oral|LMT +04 +05 +06|-3p.o -40 -50 -60|01232323232323232121212121212121212121212121212|-1Pc3p.o eUnp.o 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 1cM0 IM0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|27e4","Asia/Pontianak|LMT PMT WIB JST WIB WITA WIB|-7h.k -7h.k -7u -90 -80 -80 -70|012324256|-2ua7h.k XE00 munL.k 8Rau 6kpu 4PXu xhcu Wqnu|23e4","Asia/Pyongyang|LMT KST JCST JST KST|-8n -8u -90 -90 -90|012341|-2um8n 97XR 12FXu jdA0 2Onc0|29e5","Asia/Qyzylorda|LMT +04 +05 +06|-4l.Q -40 -50 -60|0123232323232323232323232323232323232323232323|-1Pc4l.Q eUol.Q 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 3ao0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|73e4","Asia/Rangoon|RMT BURT JST MMT|-6o.E -6u -90 -6u|0123|-21Jio.E SmnS.E 7j9u|48e5","Asia/Sakhalin|LMT +09 +11 +12 +10|-9u.M -90 -b0 -c0 -a0|01232323232323232323232423232323232424242424242424242424242424242|-2AGVu.M 1BoMu.M 1qFa0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 2pB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|58e4","Asia/Samarkand|LMT +04 +05 +06|-4r.R -40 -50 -60|01232323232323232323232|-1Pc4r.R eUor.R 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0|36e4","Asia/Seoul|LMT KST JCST JST KST KDT KDT|-8r.Q -8u -90 -90 -90 -9u -a0|01234151515151515146464|-2um8r.Q 97XV.Q 12FXu jjA0 kKo0 2I0u OL0 1FB0 Rb0 1qN0 TX0 1tB0 TX0 1tB0 TX0 1tB0 TX0 2ap0 12FBu 11A0 1o00 11A0|23e6","Asia/Singapore|SMT MALT MALST MALT MALT JST SGT SGT|-6T.p -70 -7k -7k -7u -90 -7u -80|012345467|-2Bg6T.p 17anT.p 7hXE dM00 17bO 8Fyu Mspu DTA0|56e5","Asia/Srednekolymsk|LMT +10 +11 +12|-ae.Q -a0 -b0 -c0|01232323232323232323232123232323232323232323232323232323232323232|-1Pcae.Q eUoe.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|35e2","Asia/Taipei|JWST JST CST CDT|-80 -90 -80 -90|01232323232323232323232323232323232323232|-1iw80 joM0 1yo0 Tz0 1ip0 1jX0 1cN0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 10N0 1BX0 10p0 1pz0 10p0 1pz0 10p0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1BB0 ML0 1Bd0 ML0 uq10 1db0 1cN0 1db0 97B0 AL0|74e5","Asia/Tashkent|LMT +05 +06 +07|-4B.b -50 -60 -70|012323232323232323232321|-1Pc4B.b eUnB.b 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0|23e5","Asia/Tbilisi|TBMT +03 +04 +05|-2X.b -30 -40 -50|0123232323232323232323212121232323232323232323212|-1Pc2X.b 1jUnX.b WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cK0 1cL0 1cN0 1cL0 1cN0 2pz0 1cL0 1fB0 3Nz0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 An0 Os0 WM0|11e5","Asia/Tehran|LMT TMT IRST IRST IRDT IRDT|-3p.I -3p.I -3u -40 -50 -4u|01234325252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2btDp.I 1d3c0 1huLT.I TXu 1pz0 sN0 vAu 1cL0 1dB0 1en0 pNB0 UL0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 64p0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0|14e6","Asia/Thimphu|LMT IST BTT|-5W.A -5u -60|012|-Su5W.A 1BGMs.A|79e3","Asia/Tokyo|JCST JST JDT|-90 -90 -a0|0121212121|-1iw90 pKq0 QL0 1lB0 13X0 1zB0 NX0 1zB0 NX0|38e6","Asia/Tomsk|LMT +06 +07 +08|-5D.P -60 -70 -80|0123232323232323232323212323232323232323232323212121212121212121212|-21NhD.P pxzD.P 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 co0 1bB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Qp0|10e5","Asia/Ulaanbaatar|LMT ULAT ULAT ULAST|-77.w -70 -80 -90|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2APH7.w 2Uko7.w cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1fx0 1cP0 1cJ0 1cP0 1cJ0 1cP0 1cJ0|12e5","Asia/Ust-Nera|LMT +08 +09 +12 +11 +10|-9w.S -80 -90 -c0 -b0 -a0|012343434343434343434345434343434343434343434343434343434343434345|-21Q9w.S pApw.S 23CL0 1d90 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|65e2","Asia/Vladivostok|LMT +09 +10 +11|-8L.v -90 -a0 -b0|01232323232323232323232123232323232323232323232323232323232323232|-1SJIL.v itXL.v 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4","Asia/Yakutsk|LMT +08 +09 +10|-8C.W -80 -90 -a0|01232323232323232323232123232323232323232323232323232323232323232|-21Q8C.W pAoC.W 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|28e4","Asia/Yekaterinburg|LMT PMT +04 +05 +06|-42.x -3J.5 -40 -50 -60|012343434343434343434343234343434343434343434343434343434343434343|-2ag42.x 7mQh.s qBvJ.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|14e5","Asia/Yerevan|LMT +03 +04 +05|-2W -30 -40 -50|0123232323232323232323212121212323232323232323232323232323232|-1Pc2W 1jUnW WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 4RX0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|13e5","Atlantic/Azores|HMT AZOT AZOST AZOMT AZOT AZOST WET|1S.w 20 10 0 10 0 0|01212121212121212121212121212121212121212121232123212321232121212121212121212121212121212121212121454545454545454545454545454545456545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2ldW5.s aPX5.s Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 3Co0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|25e4","Atlantic/Bermuda|LMT AST ADT|4j.i 40 30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1BnRE.G 1LTbE.G 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e3","Atlantic/Canary|LMT CANT WET WEST|11.A 10 0 -10|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UtaW.o XPAW.o 1lAK0 1a10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Atlantic/Cape_Verde|LMT CVT CVST CVT|1y.4 20 10 10|01213|-2xomp.U 1qOMp.U 7zX0 1djf0|50e4","Atlantic/Faroe|LMT WET WEST|r.4 0 -10|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2uSnw.U 2Wgow.U 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|49e3","Atlantic/Madeira|FMT MADT MADST MADMT WET WEST|17.A 10 0 -10 0 -10|01212121212121212121212121212121212121212121232123212321232121212121212121212121212121212121212121454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2ldWQ.o aPWQ.o Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 3Co0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|27e4","Atlantic/Reykjavik|LMT IST ISST GMT|1s 10 0 0|012121212121212121212121212121212121212121212121212121212121212121213|-2uWmw mfaw 1Bd0 ML0 1LB0 Cn0 1LB0 3fX0 C10 HrX0 1cO0 LB0 1EL0 LA0 1C00 Oo0 1wo0 Rc0 1wo0 Rc0 1wo0 Rc0 1zc0 Oo0 1zc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0|12e4","Atlantic/South_Georgia|GST|20|0||30","Atlantic/Stanley|SMT FKT FKST FKT FKST|3P.o 40 30 30 20|0121212121212134343212121212121212121212121212121212121212121212121212|-2kJw8.A 12bA8.A 19X0 1fB0 19X0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 Cn0 1Cc10 WL0 1qL0 U10 1tz0 U10 1qM0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 U10 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qN0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 U10 1tz0 U10 1tz0 U10|21e2","Australia/Sydney|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|40e5","Australia/Adelaide|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 WM0 1qM0 Rc0 1zc0 U00 1tA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|11e5","Australia/Brisbane|AEST AEDT|-a0 -b0|01010101010101010|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0|20e5","Australia/Broken_Hill|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|18e3","Australia/Currie|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 19X0 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|746","Australia/Darwin|ACST ACDT|-9u -au|010101010|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0|12e4","Australia/Eucla|ACWST ACWDT|-8J -9J|0101010101010101010|-293kI xcX 10jd0 yL0 1cN0 1cL0 1gSp0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|368","Australia/Hobart|AEST AEDT|-a0 -b0|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 19X0 10jd0 yL0 1cN0 1cL0 1fB0 19X0 VfB0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|21e4","Australia/Lord_Howe|AEST LHST LHDT LHDT|-a0 -au -bu -b0|0121212121313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313|raC0 1zdu Rb0 1zd0 On0 1zd0 On0 1zd0 On0 1zd0 TXu 1qMu WLu 1tAu WLu 1tAu TXu 1tAu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu 11zu 1o0u 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 11Au 1nXu 1qMu 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu 11zu 1o0u WLu 1qMu 14nu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu|347","Australia/Lindeman|AEST AEDT|-a0 -b0|010101010101010101010|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0|10","Australia/Melbourne|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1qM0 11A0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|39e5","Australia/Perth|AWST AWDT|-80 -90|0101010101010101010|-293jX xcX 10jd0 yL0 1cN0 1cL0 1gSp0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|18e5","CET|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00","CST6CDT|CST CDT CWT CPT|60 50 50 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","Pacific/Easter|EMT EAST EASST EAST EASST|7h.s 70 60 60 50|0121212121212121212121212121234343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-1uSgG.w 1s4IG.w WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Dd0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1Nb0 Ap0|30e2","EET|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00","EST|EST|50|0|","EST5EDT|EST EDT EWT EPT|50 40 40 40|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 SgN0 8x40 iv0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","Europe/Dublin|DMT IST GMT BST IST|p.l -y.D 0 -10 -10|01232323232324242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242|-2ax9y.D Rc0 1fzy.D 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 g5X0 14p0 1wn0 17d0 1io0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Etc/GMT+0|GMT|0|0|","Etc/GMT+1|-01|10|0|","Etc/GMT+10|-10|a0|0|","Etc/GMT+11|-11|b0|0|","Etc/GMT+12|-12|c0|0|","Etc/GMT+2|-02|20|0|","Etc/GMT+3|-03|30|0|","Etc/GMT+4|-04|40|0|","Etc/GMT+5|-05|50|0|","Etc/GMT+6|-06|60|0|","Etc/GMT+7|-07|70|0|","Etc/GMT+8|-08|80|0|","Etc/GMT+9|-09|90|0|","Etc/GMT-1|+01|-10|0|","Etc/GMT-10|+10|-a0|0|","Etc/GMT-11|+11|-b0|0|","Etc/GMT-12|+12|-c0|0|","Etc/GMT-13|+13|-d0|0|","Etc/GMT-14|+14|-e0|0|","Etc/GMT-2|+02|-20|0|","Etc/GMT-3|+03|-30|0|","Etc/GMT-4|+04|-40|0|","Etc/GMT-5|+05|-50|0|","Etc/GMT-6|+06|-60|0|","Etc/GMT-7|+07|-70|0|","Etc/GMT-8|+08|-80|0|","Etc/GMT-9|+09|-90|0|","Etc/UCT|UCT|0|0|","Etc/UTC|UTC|0|0|","Europe/Amsterdam|AMT NST NEST NET CEST CET|-j.w -1j.w -1k -k -20 -10|010101010101010101010101010101010101010101012323234545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545|-2aFcj.w 11b0 1iP0 11A0 1io0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1co0 1io0 1yo0 Pc0 1a00 1fA0 1Bc0 Mo0 1tc0 Uo0 1tA0 U00 1uo0 W00 1s00 VA0 1so0 Vc0 1sM0 UM0 1wo0 Rc0 1u00 Wo0 1rA0 W00 1s00 VA0 1sM0 UM0 1w00 fV0 BCX.w 1tA0 U00 1u00 Wo0 1sm0 601k WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|16e5","Europe/Andorra|WET CET CEST|0 -10 -20|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-UBA0 1xIN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|79e3","Europe/Astrakhan|LMT +03 +04 +05|-3c.c -30 -40 -50|012323232323232323212121212121212121212121212121212121212121212|-1Pcrc.c eUMc.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0","Europe/Athens|AMT EET EEST CEST CET|-1y.Q -20 -30 -20 -10|012123434121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a61x.Q CNbx.Q mn0 kU10 9b0 3Es0 Xa0 1fb0 1dd0 k3X0 Nz0 SCp0 1vc0 SO0 1cM0 1a00 1ao0 1fc0 1a10 1fG0 1cg0 1dX0 1bX0 1cQ0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|35e5","Europe/London|GMT BST BDST|0 -10 -20|0101010101010101010101010101010101010101010101010121212121210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|10e6","Europe/Belgrade|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-19RC0 3IP0 WM0 1fA0 1cM0 1cM0 1rc0 Qo0 1vmo0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Berlin|CET CEST CEMT|-10 -20 -30|01010101010101210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 kL0 Nc0 m10 WM0 1ao0 1cp0 dX0 jz0 Dd0 1io0 17c0 1fA0 1a00 1ehA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|41e5","Europe/Prague|CET CEST|-10 -20|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 16M0 1lc0 1tA0 17A0 11c0 1io0 17c0 1io0 17c0 1fc0 1ao0 1bNc0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|13e5","Europe/Brussels|WET CET CEST WEST|0 -10 -20 -10|0121212103030303030303030303030303030303030303030303212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ehc0 3zX0 11c0 1iO0 11A0 1o00 11A0 my0 Ic0 1qM0 Rc0 1EM0 UM0 1u00 10o0 1io0 1io0 17c0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a30 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 y00 5Wn0 WM0 1fA0 1cM0 16M0 1iM0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|21e5","Europe/Bucharest|BMT EET EEST|-1I.o -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1xApI.o 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Axc0 On0 1fA0 1a10 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|19e5","Europe/Budapest|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1ip0 17b0 1op0 1tb0 Q2m0 3Ne0 WM0 1fA0 1cM0 1cM0 1oJ0 1dc0 1030 1fA0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1iM0 1fA0 8Ha0 Rb0 1wN0 Rb0 1BB0 Lz0 1C20 LB0 SNX0 1a10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e5","Europe/Zurich|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-19Lc0 11A0 1o00 11A0 1xG10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e4","Europe/Chisinau|CMT BMT EET EEST CEST CET MSK MSD|-1T -1I.o -20 -30 -20 -10 -30 -40|012323232323232323234545467676767676767676767323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-26jdT wGMa.A 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 27A0 2en0 39g0 WM0 1fA0 1cM0 V90 1t7z0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 gL0 WO0 1cM0 1cM0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11D0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|67e4","Europe/Copenhagen|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2azC0 Tz0 VuO0 60q0 WM0 1fA0 1cM0 1cM0 1cM0 S00 1HA0 Nc0 1C00 Dc0 1Nc0 Ao0 1h5A0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Gibraltar|GMT BST BDST CET CEST|0 -10 -20 -10 -20|010101010101010101010101010101010101010101010101012121212121010121010101010101010101034343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 10Jz0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|30e3","Europe/Helsinki|HMT EET EEST|-1D.N -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1WuND.N OULD.N 1dA0 1xGq0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Kaliningrad|CET CEST CET CEST MSK MSD EEST EET +03|-10 -20 -20 -30 -30 -40 -30 -20 -30|0101010101010232454545454545454546767676767676767676767676767676767676767676787|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 Am0 Lb0 1en0 op0 1pNz0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|44e4","Europe/Kiev|KMT EET MSK CEST CET MSD EEST|-22.4 -20 -30 -20 -10 -40 -30|0123434252525252525252525256161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161|-1Pc22.4 eUo2.4 rnz0 2Hg0 WM0 1fA0 da0 1v4m0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 Db0 3220 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|34e5","Europe/Kirov|LMT +03 +04 +05|-3i.M -30 -40 -50|01232323232323232321212121212121212121212121212121212121212121|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|48e4","Europe/Lisbon|LMT WET WEST WEMT CET CEST|A.J 0 -10 -20 -10 -20|012121212121212121212121212121212121212121212321232123212321212121212121212121212121212121212121214121212121212121212121212121212124545454212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ldXn.f aPWn.f Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 3Co0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 pvy0 1cM0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|27e5","Europe/Luxembourg|LMT CET CEST WET WEST WEST WET|-o.A -10 -20 0 -10 -20 -10|0121212134343434343434343434343434343434343434343434565651212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2DG0o.A t6mo.A TB0 1nX0 Up0 1o20 11A0 rW0 CM0 1qP0 R90 1EO0 UK0 1u20 10m0 1ip0 1in0 17e0 19W0 1fB0 1db0 1cp0 1in0 17d0 1fz0 1a10 1in0 1a10 1in0 17f0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 vA0 60L0 WM0 1fA0 1cM0 17c0 1io0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Europe/Madrid|WET WEST WEMT CET CEST|0 -10 -20 -10 -20|01010101010101010101010121212121234343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-28dd0 11A0 1go0 19A0 1co0 1dA0 b1A0 18o0 3I00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 iyo0 Rc0 18o0 1hc0 1io0 1a00 14o0 5aL0 MM0 1vc0 17A0 1i00 1bc0 1eo0 17d0 1in0 17A0 6hA0 10N0 XIL0 1a10 1in0 17d0 19X0 1cN0 1fz0 1a10 1fX0 1cp0 1cO0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e5","Europe/Malta|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2arB0 Lz0 1cN0 1db0 1410 1on0 Wp0 1qL0 17d0 1cL0 M3B0 5M20 WM0 1fA0 1co0 17c0 1iM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 LA0 1C00 LA0 1EM0 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1co0 1cM0 1lA0 Xc0 1qq0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1iN0 19z0 1fB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4","Europe/Minsk|MMT EET MSK CEST CET MSD EEST +03|-1O -20 -30 -20 -10 -40 -30 -30|01234343252525252525252525261616161616161616161616161616161616161617|-1Pc1O eUnO qNX0 3gQ0 WM0 1fA0 1cM0 Al0 1tsn0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 3Fc0 1cN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0|19e5","Europe/Monaco|PMT WET WEST WEMT CET CEST|-9.l 0 -10 -20 -10 -20|01212121212121212121212121212121212121212121212121232323232345454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 2RV0 11z0 11B0 1ze0 WM0 1fA0 1cM0 1fa0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e3","Europe/Moscow|MMT MMT MST MDST MSD MSK +05 EET EEST MSK|-2u.h -2v.j -3v.j -4v.j -40 -30 -50 -20 -30 -40|012132345464575454545454545454545458754545454545454545454545454545454545454595|-2ag2u.h 2pyW.W 1bA0 11X0 GN0 1Hb0 c4v.j ik0 3DA0 dz0 15A0 c10 2q10 iM10 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|16e6","Europe/Paris|PMT WET WEST CEST CET WEMT|-9.l 0 -10 -20 -10 -20|0121212121212121212121212121212121212121212121212123434352543434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-2nco8.l cNb8.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 Ik0 5M30 WM0 1fA0 1cM0 Vx0 hB0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e6","Europe/Riga|RMT LST EET MSK CEST CET MSD EEST|-1A.y -2A.y -20 -30 -20 -10 -40 -30|010102345454536363636363636363727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272|-25TzA.y 11A0 1iM0 ko0 gWm0 yDXA.y 2bX0 3fE0 WM0 1fA0 1cM0 1cM0 4m0 1sLy0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 1o00 11A0 1o00 11A0 1qM0 3oo0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|64e4","Europe/Rome|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2arB0 Lz0 1cN0 1db0 1410 1on0 Wp0 1qL0 17d0 1cL0 M3B0 5M20 WM0 1fA0 1cM0 16M0 1iM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 LA0 1C00 LA0 1EM0 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1C00 LA0 1zc0 Oo0 1C00 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1zc0 Oo0 1fC0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|39e5","Europe/Samara|LMT +03 +04 +05|-3k.k -30 -40 -50|0123232323232323232121232323232323232323232323232323232323212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2y10 14m0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|12e5","Europe/Saratov|LMT +03 +04 +05|-34.i -30 -40 -50|012323232323232321212121212121212121212121212121212121212121212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1cM0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 5810","Europe/Simferopol|SMT EET MSK CEST CET MSD EEST MSK|-2g -20 -30 -20 -10 -40 -30 -40|012343432525252525252525252161616525252616161616161616161616161616161616172|-1Pc2g eUog rEn0 2qs0 WM0 1fA0 1cM0 3V0 1u0L0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 4eL0 1cL0 1cN0 1cL0 1cN0 dX0 WL0 1cN0 1cL0 1fB0 1o30 11B0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11z0 1nW0|33e4","Europe/Sofia|EET CET CEST EEST|-20 -10 -20 -30|01212103030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030|-168L0 WM0 1fA0 1cM0 1cM0 1cN0 1mKH0 1dd0 1fb0 1ap0 1fb0 1a20 1fy0 1a30 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Stockholm|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2azC0 TB0 2yDe0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|15e5","Europe/Tallinn|TMT CET CEST EET MSK MSD EEST|-1D -10 -20 -20 -30 -40 -30|012103421212454545454545454546363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363|-26oND teD 11A0 1Ta0 4rXl KSLD 2FX0 2Jg0 WM0 1fA0 1cM0 18J0 1sTX0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o10 11A0 1qM0 5QM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|41e4","Europe/Tirane|LMT CET CEST|-1j.k -10 -20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glBj.k 14pcj.k 5LC0 WM0 4M0 1fCK0 10n0 1op0 11z0 1pd0 11z0 1qN0 WL0 1qp0 Xb0 1qp0 Xb0 1qp0 11z0 1lB0 11z0 1qN0 11z0 1iN0 16n0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4","Europe/Ulyanovsk|LMT +03 +04 +05 +02|-3d.A -30 -40 -50 -20|01232323232323232321214121212121212121212121212121212121212121212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0","Europe/Uzhgorod|CET CEST MSK MSD EET EEST|-10 -20 -30 -40 -20 -30|010101023232323232323232320454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-1cqL0 6i00 WM0 1fA0 1cM0 1ml0 1Cp0 1r3W0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 1Nf0 2pw0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e4","Europe/Vienna|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 3KM0 14o0 LA00 6i00 WM0 1fA0 1cM0 1cM0 1cM0 400 2qM0 1a00 1cM0 1cM0 1io0 17c0 1gHa0 19X0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|18e5","Europe/Vilnius|WMT KMT CET EET MSK CEST MSD EEST|-1o -1z.A -10 -20 -30 -20 -40 -30|012324525254646464646464646473737373737373737352537373737373737373737373737373737373737373737373737373737373737373737373|-293do 6ILM.o 1Ooz.A zz0 Mfd0 29W0 3is0 WM0 1fA0 1cM0 LV0 1tgL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11B0 1o00 11A0 1qM0 8io0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Europe/Volgograd|LMT +03 +04 +05|-2V.E -30 -40 -50|01232323232323232121212121212121212121212121212121212121212121|-21IqV.E psLV.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1cM0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|10e5","Europe/Warsaw|WMT CET CEST EET EEST|-1o -10 -20 -20 -30|012121234312121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ctdo 1LXo 11d0 1iO0 11A0 1o00 11A0 1on0 11A0 6zy0 HWP0 5IM0 WM0 1fA0 1cM0 1dz0 1mL0 1en0 15B0 1aq0 1nA0 11A0 1io0 17c0 1fA0 1a00 iDX0 LA0 1cM0 1cM0 1C00 Oo0 1cM0 1cM0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1C00 LA0 uso0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e5","Europe/Zaporozhye|CUT EET MSK CEST CET MSD EEST|-2k -20 -30 -20 -10 -40 -30|01234342525252525252525252526161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161|-1Pc2k eUok rdb0 2RE0 WM0 1fA0 8m0 1v9a0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cK0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|77e4","HST|HST|a0|0|","Indian/Chagos|LMT IOT IOT|-4N.E -50 -60|012|-2xosN.E 3AGLN.E|30e2","Indian/Christmas|CXT|-70|0||21e2","Indian/Cocos|CCT|-6u|0||596","Indian/Kerguelen|-00 +05|0 -50|01|-MG00|130","Indian/Mahe|LMT SCT|-3F.M -40|01|-2yO3F.M|79e3","Indian/Maldives|MMT MVT|-4S -50|01|-olgS|35e4","Indian/Mauritius|LMT MUT MUST|-3O -40 -50|012121|-2xorO 34unO 14L0 12kr0 11z0|15e4","Indian/Reunion|LMT RET|-3F.Q -40|01|-2mDDF.Q|84e4","Pacific/Kwajalein|MHT KWAT MHT|-b0 c0 -c0|012|-AX0 W9X0|14e3","MET|MET MEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00","MST|MST|70|0|","MST7MDT|MST MDT MWT MPT|70 60 60 60|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","Pacific/Chatham|CHAST CHAST CHADT|-cf -cJ -dJ|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-WqAf 1adef IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|600","PST8PDT|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0","Pacific/Apia|LMT WSST SST SDT WSDT WSST|bq.U bu b0 a0 -e0 -d0|01232345454545454545454545454545454545454545454545454545454|-2nDMx.4 1yW03.4 2rRbu 1ff0 1a00 CI0 AQ0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|37e3","Pacific/Bougainville|PGT JST BST|-a0 -90 -b0|0102|-16Wy0 7CN0 2MQp0|18e4","Pacific/Chuuk|CHUT|-a0|0||49e3","Pacific/Efate|LMT VUT VUST|-bd.g -b0 -c0|0121212121212121212121|-2l9nd.g 2Szcd.g 1cL0 1oN0 10L0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 Lz0 1Nd0 An0|66e3","Pacific/Enderbury|PHOT PHOT PHOT|c0 b0 -d0|012|nIc0 B8n0|1","Pacific/Fakaofo|TKT TKT|b0 -d0|01|1Gfn0|483","Pacific/Fiji|LMT FJT FJST|-bT.I -c0 -d0|0121212121212121212121212121212121212121212121212121212121212121|-2bUzT.I 3m8NT.I LA0 1EM0 IM0 nJc0 LA0 1o00 Rc0 1wo0 Ao0 1Nc0 Ao0 1Q00 xz0 1SN0 uM0 1SM0 uM0 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0|88e4","Pacific/Funafuti|TVT|-c0|0||45e2","Pacific/Galapagos|LMT ECT GALT|5W.o 50 60|012|-1yVS1.A 2dTz1.A|25e3","Pacific/Gambier|LMT GAMT|8X.M 90|01|-2jof0.c|125","Pacific/Guadalcanal|LMT SBT|-aD.M -b0|01|-2joyD.M|11e4","Pacific/Guam|GST ChST|-a0 -a0|01|1fpq0|17e4","Pacific/Honolulu|HST HDT HST|au 9u a0|010102|-1thLu 8x0 lef0 8Pz0 46p0|37e4","Pacific/Kiritimati|LINT LINT LINT|aE a0 -e0|012|nIaE B8nk|51e2","Pacific/Kosrae|KOST KOST|-b0 -c0|010|-AX0 1bdz0|66e2","Pacific/Majuro|MHT MHT|-b0 -c0|01|-AX0|28e3","Pacific/Marquesas|LMT MART|9i 9u|01|-2joeG|86e2","Pacific/Pago_Pago|LMT NST BST SST|bm.M b0 b0 b0|0123|-2nDMB.c 2gVzB.c EyM0|37e2","Pacific/Nauru|LMT NRT JST NRT|-b7.E -bu -90 -c0|01213|-1Xdn7.E PvzB.E 5RCu 1ouJu|10e3","Pacific/Niue|NUT NUT NUT|bk bu b0|012|-KfME 17y0a|12e2","Pacific/Norfolk|NMT NFT NFST NFT|-bc -bu -cu -b0|01213|-Kgbc W01G On0 1COp0|25e4","Pacific/Noumea|LMT NCT NCST|-b5.M -b0 -c0|01212121|-2l9n5.M 2EqM5.M xX0 1PB0 yn0 HeP0 Ao0|98e3","Pacific/Palau|PWT|-90|0||21e3","Pacific/Pitcairn|PNT PST|8u 80|01|18Vku|56","Pacific/Pohnpei|PONT|-b0|0||34e3","Pacific/Port_Moresby|PGT|-a0|0||25e4","Pacific/Rarotonga|CKT CKHST CKT|au 9u a0|012121212121212121212121212|lyWu IL0 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu|13e3","Pacific/Tahiti|LMT TAHT|9W.g a0|01|-2joe1.I|18e4","Pacific/Tarawa|GILT|-c0|0||29e3","Pacific/Tongatapu|+1220 +13 +14|-ck -d0 -e0|0121212121212121212121212121212121212121212121212121|-1aB0k 2n5dk 15A0 1wo0 xz0 1Q10 xz0 zWN0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0|75e3","Pacific/Wake|WAKT|-c0|0||16e3","Pacific/Wallis|WFT|-c0|0||94","WET|WET WEST|0 -10|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00"],
links:["Africa/Abidjan|Africa/Bamako","Africa/Abidjan|Africa/Banjul","Africa/Abidjan|Africa/Conakry","Africa/Abidjan|Africa/Dakar","Africa/Abidjan|Africa/Freetown","Africa/Abidjan|Africa/Lome","Africa/Abidjan|Africa/Nouakchott","Africa/Abidjan|Africa/Ouagadougou","Africa/Abidjan|Africa/Sao_Tome","Africa/Abidjan|Africa/Timbuktu","Africa/Abidjan|Atlantic/St_Helena","Africa/Cairo|Egypt","Africa/Johannesburg|Africa/Maseru","Africa/Johannesburg|Africa/Mbabane","Africa/Khartoum|Africa/Juba","Africa/Lagos|Africa/Bangui","Africa/Lagos|Africa/Brazzaville","Africa/Lagos|Africa/Douala","Africa/Lagos|Africa/Kinshasa","Africa/Lagos|Africa/Libreville","Africa/Lagos|Africa/Luanda","Africa/Lagos|Africa/Malabo","Africa/Lagos|Africa/Niamey","Africa/Lagos|Africa/Porto-Novo","Africa/Maputo|Africa/Blantyre","Africa/Maputo|Africa/Bujumbura","Africa/Maputo|Africa/Gaborone","Africa/Maputo|Africa/Harare","Africa/Maputo|Africa/Kigali","Africa/Maputo|Africa/Lubumbashi","Africa/Maputo|Africa/Lusaka","Africa/Nairobi|Africa/Addis_Ababa","Africa/Nairobi|Africa/Asmara","Africa/Nairobi|Africa/Asmera","Africa/Nairobi|Africa/Dar_es_Salaam","Africa/Nairobi|Africa/Djibouti","Africa/Nairobi|Africa/Kampala","Africa/Nairobi|Africa/Mogadishu","Africa/Nairobi|Indian/Antananarivo","Africa/Nairobi|Indian/Comoro","Africa/Nairobi|Indian/Mayotte","Africa/Tripoli|Libya","America/Adak|America/Atka","America/Adak|US/Aleutian","America/Anchorage|US/Alaska","America/Argentina/Buenos_Aires|America/Buenos_Aires","America/Argentina/Catamarca|America/Argentina/ComodRivadavia","America/Argentina/Catamarca|America/Catamarca","America/Argentina/Cordoba|America/Cordoba","America/Argentina/Cordoba|America/Rosario","America/Argentina/Jujuy|America/Jujuy","America/Argentina/Mendoza|America/Mendoza","America/Atikokan|America/Coral_Harbour","America/Chicago|US/Central","America/Curacao|America/Aruba","America/Curacao|America/Kralendijk","America/Curacao|America/Lower_Princes","America/Denver|America/Shiprock","America/Denver|Navajo","America/Denver|US/Mountain","America/Detroit|US/Michigan","America/Edmonton|Canada/Mountain","America/Fort_Wayne|America/Indiana/Indianapolis","America/Fort_Wayne|America/Indianapolis","America/Fort_Wayne|US/East-Indiana","America/Halifax|Canada/Atlantic","America/Havana|Cuba","America/Indiana/Knox|America/Knox_IN","America/Indiana/Knox|US/Indiana-Starke","America/Jamaica|Jamaica","America/Kentucky/Louisville|America/Louisville","America/Los_Angeles|US/Pacific","America/Los_Angeles|US/Pacific-New","America/Manaus|Brazil/West","America/Mazatlan|Mexico/BajaSur","America/Mexico_City|Mexico/General","America/New_York|US/Eastern","America/Noronha|Brazil/DeNoronha","America/Panama|America/Cayman","America/Phoenix|US/Arizona","America/Port_of_Spain|America/Anguilla","America/Port_of_Spain|America/Antigua","America/Port_of_Spain|America/Dominica","America/Port_of_Spain|America/Grenada","America/Port_of_Spain|America/Guadeloupe","America/Port_of_Spain|America/Marigot","America/Port_of_Spain|America/Montserrat","America/Port_of_Spain|America/St_Barthelemy","America/Port_of_Spain|America/St_Kitts","America/Port_of_Spain|America/St_Lucia","America/Port_of_Spain|America/St_Thomas","America/Port_of_Spain|America/St_Vincent","America/Port_of_Spain|America/Tortola","America/Port_of_Spain|America/Virgin","America/Regina|Canada/East-Saskatchewan","America/Regina|Canada/Saskatchewan","America/Rio_Branco|America/Porto_Acre","America/Rio_Branco|Brazil/Acre","America/Santiago|Chile/Continental","America/Sao_Paulo|Brazil/East","America/St_Johns|Canada/Newfoundland","America/Tijuana|America/Ensenada","America/Tijuana|America/Santa_Isabel","America/Tijuana|Mexico/BajaNorte","America/Toronto|America/Montreal","America/Toronto|Canada/Eastern","America/Vancouver|Canada/Pacific","America/Whitehorse|Canada/Yukon","America/Winnipeg|Canada/Central","Asia/Ashgabat|Asia/Ashkhabad","Asia/Bangkok|Asia/Phnom_Penh","Asia/Bangkok|Asia/Vientiane","Asia/Dhaka|Asia/Dacca","Asia/Dubai|Asia/Muscat","Asia/Ho_Chi_Minh|Asia/Saigon","Asia/Hong_Kong|Hongkong","Asia/Jerusalem|Asia/Tel_Aviv","Asia/Jerusalem|Israel","Asia/Kathmandu|Asia/Katmandu","Asia/Kolkata|Asia/Calcutta","Asia/Macau|Asia/Macao","Asia/Makassar|Asia/Ujung_Pandang","Asia/Nicosia|Europe/Nicosia","Asia/Qatar|Asia/Bahrain","Asia/Rangoon|Asia/Yangon","Asia/Riyadh|Asia/Aden","Asia/Riyadh|Asia/Kuwait","Asia/Seoul|ROK","Asia/Shanghai|Asia/Chongqing","Asia/Shanghai|Asia/Chungking","Asia/Shanghai|Asia/Harbin","Asia/Shanghai|PRC","Asia/Singapore|Singapore","Asia/Taipei|ROC","Asia/Tehran|Iran","Asia/Thimphu|Asia/Thimbu","Asia/Tokyo|Japan","Asia/Ulaanbaatar|Asia/Ulan_Bator","Asia/Urumqi|Asia/Kashgar","Atlantic/Faroe|Atlantic/Faeroe","Atlantic/Reykjavik|Iceland","Australia/Adelaide|Australia/South","Australia/Brisbane|Australia/Queensland","Australia/Broken_Hill|Australia/Yancowinna","Australia/Darwin|Australia/North","Australia/Hobart|Australia/Tasmania","Australia/Lord_Howe|Australia/LHI","Australia/Melbourne|Australia/Victoria","Australia/Perth|Australia/West","Australia/Sydney|Australia/ACT","Australia/Sydney|Australia/Canberra","Australia/Sydney|Australia/NSW","Etc/GMT+0|Etc/GMT","Etc/GMT+0|Etc/GMT-0","Etc/GMT+0|Etc/GMT0","Etc/GMT+0|Etc/Greenwich","Etc/GMT+0|GMT","Etc/GMT+0|GMT+0","Etc/GMT+0|GMT-0","Etc/GMT+0|GMT0","Etc/GMT+0|Greenwich","Etc/UCT|UCT","Etc/UTC|Etc/Universal","Etc/UTC|Etc/Zulu","Etc/UTC|UTC","Etc/UTC|Universal","Etc/UTC|Zulu","Europe/Belgrade|Europe/Ljubljana","Europe/Belgrade|Europe/Podgorica","Europe/Belgrade|Europe/Sarajevo","Europe/Belgrade|Europe/Skopje","Europe/Belgrade|Europe/Zagreb","Europe/Chisinau|Europe/Tiraspol","Europe/Dublin|Eire","Europe/Helsinki|Europe/Mariehamn","Europe/Istanbul|Asia/Istanbul","Europe/Istanbul|Turkey","Europe/Lisbon|Portugal","Europe/London|Europe/Belfast","Europe/London|Europe/Guernsey","Europe/London|Europe/Isle_of_Man","Europe/London|Europe/Jersey","Europe/London|GB","Europe/London|GB-Eire","Europe/Moscow|W-SU","Europe/Oslo|Arctic/Longyearbyen","Europe/Oslo|Atlantic/Jan_Mayen","Europe/Prague|Europe/Bratislava","Europe/Rome|Europe/San_Marino","Europe/Rome|Europe/Vatican","Europe/Warsaw|Poland","Europe/Zurich|Europe/Busingen","Europe/Zurich|Europe/Vaduz","Pacific/Auckland|Antarctica/McMurdo","Pacific/Auckland|Antarctica/South_Pole","Pacific/Auckland|NZ","Pacific/Chatham|NZ-CHAT","Pacific/Chuuk|Pacific/Truk","Pacific/Chuuk|Pacific/Yap","Pacific/Easter|Chile/EasterIsland","Pacific/Guam|Pacific/Saipan","Pacific/Honolulu|Pacific/Johnston","Pacific/Honolulu|US/Hawaii","Pacific/Kwajalein|Kwajalein","Pacific/Pago_Pago|Pacific/Midway","Pacific/Pago_Pago|Pacific/Samoa","Pacific/Pago_Pago|US/Samoa","Pacific/Pohnpei|Pacific/Ponape"]}});define("ae-ugc/common/utils/moment/index.js",["ae-ugc/common/utils/moment/moment-timezone.js","ae-ugc/common/utils/moment/data/packed/latest.json"],function(require,e,t){var i=t.exports=require("ae-ugc/common/utils/moment/moment-timezone.js");i.tz.load(require("ae-ugc/common/utils/moment/data/packed/latest.json"))});define("ae-ugc/live/1.0.0/js/lang.js",[],function(require,e,t){t.exports={map:{en:"English",ru:"Pусский",es:"Español",fr:"Français",pt:"Português",it:"Italiano",pl:"Polski",zh:"中文",ja:"日本語",de:"Deutsch",nl:"Nederlands",ko:"한국어",da:"Dansk",fi:"Suomi",nb:"Norsk bokmål",sv:"Svenska",tr:"Türkçe",uk:"українська",ar:"العَرَبِيَّة",hr:"Hrvatski",cs:"Čeština",el:"Ελληνικά",he:"עברית",ro:"Română",sk:"Slovenčina",th:"ภาษาไทย",id:"Bahasa Indonesia",ms:"Bahasa Melayu",ca:"Català",hu:"Magyar",vi:"Tiếng Việt"},ary:["en","ru","es","pt","pl"]}});define("ae-ugc/live/1.0.0/js/utils.js",[],function(require,e,t){function i(){var e=false;var t=window.navigator.userAgent.toLowerCase();var i=t.contains("aliapp")&&(t.contains("aliexpress")&&!t.contains("itao")||/aliapp\(ae(?:-pd)*/.test(window.navigator.userAgent.toLowerCase()));if(i){e=true}return e}function n(e,t,n){var a=false;if(i()){Hawe.appinfo(function(i){if(Hawe.platform==="ios"&&i.versionNum>=e){a=true}else if(Hawe.platform==="android"&&i.versionNum>=t){a=true}n(a)})}else{n(a)}}t.exports={checkAppVersion:n}});define("ae-ugc/live/1.0.0/js/views/live-list.tpl",[],function(require,e,t){t.exports='<ul class="live-list util-clearfix {{listClass}}">\n    {{#each list}}\n    <li class="{{statusClass}}">\n        <div class="item-box" data-spm="5922462">\n            <div class="item-h util-clearfix">\n                <div class="avatar-img" {{#if isStore}} style="border-radius: 0;" {{/if}}>\n                    <a href="{{avatarLink}}"><img src="{{avatar}}" /></a>\n                </div>\n                <dl class="info">\n                    <dt><a href="{{liveLink}}"><span class="name">{{nickName}}</span><span class="lang">{{language}}</span></a></dt>\n                    <dd><a href="{{liveLink}}">{{{startTime}}}</a></dd>\n                </dl>\n                {{#if subscribed}}\n                    <a href="javascript:void(0);" class="remind reminded" data-role="remind" data-id="{{liveId}}"><span>{{{../../i18n.remind}}}</span></a>\n                {{else}}\n                    <a href="javascript:void(0);" class="remind" data-role="remind" data-id="{{liveId}}"><span>{{{../../i18n.remind}}}</span></a>\n                {{/if}}\n            </div>\n            <div class="item-c">\n                <div class="live-cont">\n                    <span class="live-status">{{statusText}}</span>\n                    <a href="{{liveLink}}" class="live-cover" data-src="{{cover}}"><img data-src="{{cover}}" src="//ae01.alicdn.com/kf/HTB14GigPVXXXXXCXFXX760XFXXXf.png" alt=""/></a>\n                </div>\n                <div class="top-products">\n                    <div class="title">{{{../i18n.proBoxTitle}}}</div>\n                    <ul class="products util-clearfix">\n                        {{#each productList}}\n                        <li>\n                            <a data-id="{{productId}}" data-role="product" href="{{productLink}}">\n                                <div class="product-img" style="background-image: url({{mainImgUrl}})"></div>\n                                <div class="cost">{{{displayPrice}}}</div>\n                            </a>\n                        </li>\n                        {{/each}}\n                    </ul>\n                </div>\n\n                {{#if isShow}}\n                  <div class="live-coupon">\n                    <img  class="icon_image" src="//ae01.alicdn.com/kf/HTB145MbRVXXXXaPXVXX760XFXXXS.png"/>\n                    <span class="coupon-dec">{{{../../i18n.sellingpointCoupon}}}</span>\n                  </div>\n                {{/if}}\n            </div>\n        </div>\n        {{#if isShowTopFlag}}\n        <div class="top-flag">\n            <!-- <span class="block-1">{{{../i18n.topText}}}</span> {{{../i18n.sellingpointCoupon}}} -->\n            <span class="block-1">{{{../../i18n.popular}}}</span>\n            <!-- <span class="block-2">{{viewCount}}</span>\n            <span class="block-3">{{likeCount}}</span> -->\n        </div>\n        {{/if}}\n    </li>\n    {{/each}}\n</ul>\n'});define("ae-ugc/live/1.0.0/js/views/live-list-load-more.tpl",[],function(require,e,t){t.exports='    {{#each list}}\n    <li class="{{statusClass}}">\n        <div class="item-box">\n            <div class="item-h util-clearfix">\n                <div class="avatar-img" {{#if isStore}} style="border-radius: 0;" {{/if}}>\n                    <a href="{{avatarLink}}"><img src="{{avatar}}" /></a>\n                </div>\n                <dl class="info">\n                    <dt><a href="{{liveLink}}"><span class="name">{{nickName}}</span><span class="lang">{{language}}</span></a></dt>\n                    <dd><a href="{{liveLink}}">{{{startTime}}}</a></dd>\n                </dl>\n                <a href="javascript:void(0);" class="remind" data-role="remind" data-id="{{liveId}}"><span>{{{../i18n.remind}}}</span></a>\n            </div>\n            <div class="item-c">\n                <div class="live-cont">\n                    <span class="live-status">{{statusText}}</span>\n                    <a href="{{liveLink}}" class="live-cover" data-src="{{cover}}"><img data-src="{{cover}}" src="//ae01.alicdn.com/kf/HTB14GigPVXXXXXCXFXX760XFXXXf.png" alt=""/></a>\n                </div>\n                <div class="top-products">\n                    <div class="title">{{{../i18n.proBoxTitle}}}</div>\n                    <ul class="products util-clearfix">\n                        {{#each productList}}\n                        <li>\n                            <a data-id="{{productId}}" data-role="product" href="{{productLink}}">\n                                <div class="product-img" style="background-image: url({{mainImgUrl}})"></div>\n                                <div class="cost">{{{displayPrice}}}</div>\n                            </a>\n                        </li>\n                        {{/each}}\n                    </ul>\n                </div>\n\n                {{#if isShow}}\n                  <div class="live-coupon">\n                    <img  class="icon_image" src="//ae01.alicdn.com/kf/HTB145MbRVXXXXaPXVXX760XFXXXS.png"/>\n                    <span class="coupon-dec">{{{../../i18n.sellingpointCoupon}}}</span>\n                  </div>\n                {{/if}}\n            </div>\n        </div>\n        {{#if isShowTopFlag}}\n        <div class="top-flag">\n            <!-- <span class="block-1">{{{../i18n.topText}}}</span> -->\n            <span class="block-1">{{{../../i18n.popular}}}</span>\n            <!-- <span class="block-2">{{viewCount}}</span>\n            <span class="block-3">{{likeCount}}</span> -->\n        </div>\n        {{/if}}\n    </li>\n    {{/each}}\n'});define("ae-ugc/live/1.0.0/js/live-list.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/beta-template/template.js","ae-ugc/common/utils/moment/index.js","ae-ugc/live/1.0.0/js/lang.js","ae-ugc/live/1.0.0/js/utils.js","ae-ugc/live/1.0.0/js/views/live-list.tpl","ae-ugc/live/1.0.0/js/views/live-list-load-more.tpl"],function(require,e,t){var i=require("beta-jquery/jquery");var n=require("ae-ugc/node_modules/@alife/beta-template/template.js");MomentZone=require("ae-ugc/common/utils/moment/index.js");var a=require("ae-ugc/live/1.0.0/js/lang.js");var r=require("ae-ugc/live/1.0.0/js/utils.js");var s={comming:"COMMING",living:"LIVE",playback:"PLAYBLACK",remind:"Remind Me",reminded:"Reminded",proBoxTitle:"Top Featured Products",topText:"TOP",startText:"Started",minute:"minute",minutes:"minutes",sellingpointCoupon:"Watch to win coupons",highlight:"Featured Replay",timeschedule:"Show Schedule",popularshows:"Popular",latestshows:"Latest"};if(window.i18n){s=i18n}var o={16:{classname:"status-coming",text:s.comming},17:{classname:"status-living",text:s.living},18:{classname:"status-playback",text:s.playback}};var c="PC";function l(e,t,i,a){var r={i18n:s,listClass:t,list:f(e,t,i,a)};var o=n.compile(require("ae-ugc/live/1.0.0/js/views/live-list.tpl"),r);return o}function u(e,t,i,a){var r={i18n:s,listClass:t,list:f(e,t,i,a)};var o=n.compile(require("ae-ugc/live/1.0.0/js/views/live-list-load-more.tpl"),r);return o}function f(e,t,i,n){var r=e;var s=[];for(var c=0;c<r.length;c++){var l=r[c];var u=l.liveId;var f=l.followBar;var b=h(l.productList);var v=l.status+"";var M="//ae01.alicdn.com/kf/HTB1IC8DLXXXXXboXpXX760XFXXXp.png";var _="";if(d()||Hawe.platform=="h5"){_="//live.aliexpress.com/live/"+u}else{if(n){_="aliexpress://video/live/show?id="+u}else{_="//live.aliexpress.com/live/"+u}}var A=_;var y="";var O=false;if(f){if(f.picUrl&&f.picUrl!=""){M=f.picUrl}var z=f.followType;if(z==1){O=false}else{O=true}y=f.name}var L=a.map[l.lang];var N=l.startTime;var S=l.endTime;var k="";if(i>N&&i<S&&v!="18"){var w=i-N;k=p(w)}else{if(l.startTimeDisplay){k=l.startTimeDisplay+" PT"}else{k=g(N)+" PT"}}var E=true;if(t==="Latest"||c>2){E=false}var T=false;if(l.hasCoupon&&l.status!=18&&t==="schedule"){T=true}var j=l.coverName;var x=false;if(l.subscribed){x=true}s.push({liveId:u,isStore:O,statusClass:o[v].classname,statusText:o[v].text,avatarLink:A,avatar:m(M),nickName:y,language:L,startTime:k,liveLink:_,cover:m(j),productList:b,viewCount:l.viewCount,likeCount:l.likeCount,isShow:T,isShowTopFlag:E,subscribed:x})}return s}function p(e){var t=e/1e3;var i=t/60;if(i<1&&i>0){return s.minute}else if(i>1){var n=Math.floor(i)+"";return s.startText.replace("{0}",n)}}function h(e){var t=[];if(!e){return t}for(var i=0;i<e.length;i++){var n=e[i];var a=n.productUrl;t.push({productLink:a,mainImgUrl:m(n.mainImgUrl),displayPrice:n.displayPrice,productId:n.productId})}return t}function d(){return c.toLocaleLowerCase()=="pc"}function m(e){if(e){if(e.indexOf("http")!=-1||e.indexOf("https")!=-1){e=e.replace(/(http:|https:)/i,"")}return e}}function g(e){var t=MomentZone(new Date(e));var i=t.tz("America/Los_Angeles");var n=i.format("MM/DD H:mm");return n}function b(e){c=e}t.exports={init:b,buildLiveList:l,buildMoreLiveList:u}});define("ae-ugc/common/ugc-ajax/v2/csrf.js",["beta-jquery/jquery"],function(require,e,t){var i=require("beta-jquery/jquery");var n=i.ajax;i.ajax=function(e){var t={beforeSend:function(e){},error:function(e,t,i){},success:function(e,t){}};if(e.beforeSend){t.beforeSend=e.beforeSend}if(e.error){t.error=e.error}if(e.success){t.success=e.success}var a=i.extend(e,{error:function(e,i,n){t.error(e,i,n)},success:function(e,i){t.success.call(this,e,i)},beforeSend:function(e){if(window&&window.runParams&&window.runParams._csrf_token){e.setRequestHeader("X-XSRF-TOKEN",window.runParams._csrf_token)}t.beforeSend(e)}});return n(a)};t.exports=i});define("ae-ugc/live/1.0.0/js/views/live-alert-pc.tpl",[],function(require,e,t){t.exports='<div class="live-alert-dialog" id="alert-success" style="display: none">\n	<a class="close" data-role="close" href="javascript:void(0);">&nbsp;</a>\n    <div class="dialog-header">{{title}}</div>\n    <div class="dialog-body">\n        <p>{{content}}</p>\n    </div>\n    <div class="dialog-foot">\n        <div class="action"><a data-role="close" class="positive" href="//sale.aliexpress.com/__pc/download_app_guide.htm">{{download}}</a></div>\n    </div>\n</div>'});define("ae-ugc/live/1.0.0/js/views/live-alert-m.tpl",[],function(require,e,t){t.exports='<div class="live-alert-dialog" id="alert-success" style="display: none">\n    <div class="dialog-body">\n        <p>{{content}}</p>\n    </div>\n    <div class="dialog-foot">\n        <div class="action"><a class="negative" data-role="close" href="javascript:void(0);">{{ok}}</a> <a class="positive" data-role="close" href="//m.aliexpress.com/d.do?p=a4&ck=live_lp">{{download}}</a></div>\n    </div>\n</div>'});define("ae-ugc/live/1.0.0/js/live-alert.js",["beta-jquery/jquery","ae-ugc/common/ugc-ajax/v2/csrf.js","ae-ugc/node_modules/@alife/beta-template/template.js","ae-ugc/live/1.0.0/js/views/live-alert-pc.tpl","ae-ugc/live/1.0.0/js/views/live-alert-m.tpl"],function(require,e,t){var i=require("beta-jquery/jquery");require("ae-ugc/common/ugc-ajax/v2/csrf.js");var n=require("ae-ugc/node_modules/@alife/beta-template/template.js");var a=require("ae-ugc/live/1.0.0/js/views/live-alert-pc.tpl");var r=require("ae-ugc/live/1.0.0/js/views/live-alert-m.tpl");var s={pcContent:"Download the AliExpress app to join the live stream",mContent:"Download the AliExpress app to join the live stream",title:"Reminder set!",download:"GET OUR APP",ok:"OK"};var o="en_US";if(window.i18n){s=i18n}if(runParams.appLang){o=runParams.appLang}var c="";function l(e){var t="";var o={download:s.download,ok:s.ok};if(e.toLocaleLowerCase()=="pc"){t=a;o.content=s.pcContent;o.title=s.title;c="PC"}else if(Hawe.platform=="h5"){t=r;o.content=s.mContent;c=Hawe.platform}else{t=r;c="M"}var l=n.compile(t,o);i("body").append(l);i(".live-alert-dialog").on("click",'[data-role="close"]',function(){i('[data-role="mask"]').hide();i("#alert-success").hide()})}function u(e,t){Hawe.send({apiName:"Ugc.UgcLiveInteractionMobileApi.subscribeLive",data:{liveId:t,origin:"",_lang:o},islogin:true,success:function(t){e.addClass("reminded")},error:function(t){if(t.serverErrorCode=="6002036"){e.addClass("reminded")}else if(t.message){alert(t.message)}else{alert("net error")}}})}function f(e,t){var n={liveId:t,origin:"",_lang:o};i.ajax({url:"//live.aliexpress.com/live/AjaxSubscribeLive.do",type:"POST",data:n,success:function(t){if(!t){return}if(t.code==0||t.code==6002036){e.addClass("reminded");i('[data-role="mask"]').show();i("#alert-success").show()}else if(t.message){alert(t.message)}else{alert("net error")}},error:function(){}})}t.exports={init:l,nativeAlert:u,ajaxAlert:f}});define("ae-ugc/live/1.0.0/js/views/live-list-nav.tpl",[],function(require,e,t){t.exports='<ul id="ul-nav" class="util-clearfix">\n    <li data-lang="all">{{allText}}</li>\n    {{#nav}}\n    <li data-lang="{{code}}">{{text}}</li>\n    {{/nav}}\n</ul>\n'});define("ae-ugc/live/1.0.0/js/list-nav.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/beta-template/template.js","ae-ugc/live/1.0.0/js/lang.js","ae-ugc/live/1.0.0/js/views/live-list-nav.tpl"],function(require,e,t){var i=require("beta-jquery/jquery");var n=require("ae-ugc/node_modules/@alife/beta-template/template.js");var a=require("ae-ugc/live/1.0.0/js/lang.js");var r={allText:"ALL"};if(window.i18n){r=i18n}function s(e,t,s){if(!e){return}var o={allText:r.allText,nav:[]};var c=s;if(!s){c=a.ary}var l=c.slice(0);for(var u=0;u<c.length;u++){if(t==c[u]){c.splice(u,1)}}var f=i.inArray(t,l);if(t!="all"&&f!=-1){c.unshift(t)}for(var u=0;u<c.length;u++){var p=c[u];o.nav.push({code:p,text:a.map[p]})}var h=n.compile(require("ae-ugc/live/1.0.0/js/views/live-list-nav.tpl"),o);e.html(h)}t.exports={build:s}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js",[],function(require,e,t){function i(e){if(!(this instanceof i)&&u(e)){return a(e)}}t.exports=i;i.create=function(e,t){if(!u(e)){t=e;e=null}t||(t={});e||(e=t.Extends||i);t.Extends=e;function r(){e.apply(this,arguments);if(this.constructor===r&&this.initialize){this.initialize.apply(this,arguments)}}if(e!==i){o(r,e,e.StaticsWhiteList)}n.call(r,t);return a(r)};function n(e){var t,n;for(t in e){n=e[t];if(i.Mutators.hasOwnProperty(t)){i.Mutators[t].call(this,n)}else{this.prototype[t]=n}}}i.extend=function(e){e||(e={});e.Extends=this;return i.create(e)};function a(e){e.extend=i.extend;e.implement=n;return e}i.Mutators={Extends:function(e){var t=this.prototype;var i=s(e.prototype);o(i,t);i.constructor=this;this.prototype=i;this.superclass=e.prototype},Implements:function(e){l(e)||(e=[e]);var t=this.prototype,i;while(i=e.shift()){o(t,i.prototype||i)}},Statics:function(e){o(this,e)}};function r(){}var s=Object.__proto__?function(e){return{__proto__:e}}:function(e){r.prototype=e;return new r};function o(e,t,i){for(var n in t){if(t.hasOwnProperty(n)){if(i&&f(i,n)===-1)continue;if(n!=="prototype"){e[n]=t[n]}}}}var c=Object.prototype.toString;var l=Array.isArray||function(e){return c.call(e)==="[object Array]"};var u=function(e){return c.call(e)==="[object Function]"};var f=Array.prototype.indexOf?function(e,t){return e.indexOf(t)}:function(e,t){for(var i=0,n=e.length;i<n;i++){if(e[i]===t){return i}}return-1}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js",[],function(require,e,t){var i=/\s+/;function n(){}n.prototype.on=function(e,t,n){var a,r,s;if(!t)return this;a=this.__events||(this.__events={});e=e.split(i);while(r=e.shift()){s=a[r]||(a[r]=[]);s.push(t,n)}return this};n.prototype.once=function(e,t,i){var n=this;var a=function(){n.off(e,a);t.apply(this,arguments)};this.on(e,a,i)};n.prototype.off=function(e,t,n){var r,s,o,c;if(!(r=this.__events))return this;if(!(e||t||n)){delete this.__events;return this}e=e?e.split(i):a(r);while(s=e.shift()){o=r[s];if(!o)continue;if(!(t||n)){delete r[s];continue}for(c=o.length-2;c>=0;c-=2){if(!(t&&o[c]!==t||n&&o[c+1]!==n)){o.splice(c,2)}}}return this};n.prototype.trigger=function(e){var t,n,a,s,o,c,l=[],u,f=true;if(!(t=this.__events))return this;e=e.split(i);for(o=1,c=arguments.length;o<c;o++){l[o-1]=arguments[o]}while(n=e.shift()){if(a=t.all)a=a.slice();if(s=t[n])s=s.slice();f=r(s,l,this)&&f;f=r(a,[n].concat(l),this)&&f}return f};n.prototype.emit=n.prototype.trigger;n.mixTo=function(e){e=s(e)?e.prototype:e;var t=n.prototype;for(var i in t){if(t.hasOwnProperty(i)){e[i]=t[i]}}};var a=Object.keys;if(!a){a=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function r(e,t,i){var n=true;if(e){var a=0,r=e.length,s=t[0],o=t[1],c=t[2];switch(t.length){case 0:for(;a<r;a+=2){n=e[a].call(e[a+1]||i)!==false&&n}break;case 1:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s)!==false&&n}break;case 2:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o)!==false&&n}break;case 3:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o,c)!==false&&n}break;default:for(;a<r;a+=2){n=e[a].apply(e[a+1]||i,t)!==false&&n}break}}return n}function s(e){return Object.prototype.toString.call(e)==="[object Function]"}return n});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/aspect.js",[],function(require,e,t){e.before=function(e,t,i){return n.call(this,"before",e,t,i)};e.after=function(e,t,i){return n.call(this,"after",e,t,i)};var i=/\s+/;function n(e,t,n,s){var o=t.split(i);var c,l;while(c=o.shift()){l=a(this,c);if(!l.__isAspected){r.call(this,c)}this.on(e+":"+c,n,s)}return this}function a(e,t){var i=e[t];if(!i){throw new Error("Invalid method name: "+t)}return i}function r(e){var t=this[e];this[e]=function(){var i=Array.prototype.slice.call(arguments);var n=["before:"+e].concat(i);if(this.trigger.apply(this,n)===false)return;var a=t.apply(this,arguments);var r=["after:"+e,a].concat(i);this.trigger.apply(this,r);return a};this[e].__isAspected=true}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/attribute.js",[],function(require,e,t){e.initAttrs=function(e){var t=this.attrs={};var i=this.propsInAttrs||[];m(t,this,i);if(e){g(t,e)}y(this,t,e);_(this,t);b(i,this,t,true)};e.get=function(e){var t=this.attrs[e]||{};var i=t.value;return t.getter?t.getter.call(this,i,e):i};e.set=function(e,t,i){var n={};if(s(e)){n[e]=t}else{n=e;i=t}i||(i={});var a=i.silent;var r=i.override;var o=this.attrs;var c=this.__changedAttrs||(this.__changedAttrs={});for(e in n){if(!n.hasOwnProperty(e))continue;var l=o[e]||(o[e]={});t=n[e];if(l.readOnly){throw new Error("This attribute is readOnly: "+e)}if(l.setter){t=l.setter.call(this,t,e)}var f=this.get(e);if(!r&&u(f)&&u(t)){t=p(p({},f),t)}o[e].value=t;if(!this.__initializingAttrs&&!w(f,t)){if(a){c[e]=[t,f]}else{this.trigger("change:"+e,t,f,e)}}}return this};e.change=function(){var e=this.__changedAttrs;if(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];this.trigger("change:"+t,i[0],i[1],t)}}delete this.__changedAttrs}return this};e._isPlainObject=u;var i=Object.prototype.toString;var n=Object.prototype.hasOwnProperty;var a;(function(){var e=[];function t(){this.x=1}t.prototype={valueOf:1,y:1};for(var i in new t){e.push(i)}a=e[0]!=="x"})();var r=Array.isArray||function(e){return i.call(e)==="[object Array]"};function s(e){return i.call(e)==="[object String]"}function o(e){return i.call(e)==="[object Function]"}function c(e){return e!=null&&e==e.window}var l=function(){if(Object.getPrototypeOf){return function(e){return Object.getPrototypeOf(e)}}if(typeof"test".__proto__=="object"){return function(e){return e.__proto__}}return function(e){return false}}();function u(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)){return false}var t=l(e),r=Function.prototype.toString,s=r.call(Object),o;if(t===null){return true}if(t===false){var u;if(a){for(u in e){return n.call(e,u)}}for(u in e){}return u===undefined||n.call(e,u)}var f=n.call(t,"constructor")&&t.constructor;return typeof f=="function"&&f instanceof f&&r.call(f)==s}function f(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)||!e.hasOwnProperty){return false}for(var t in e){if(e.hasOwnProperty(t))return false}return true}function p(e,t){var i,n;for(i in t){if(t.hasOwnProperty(i)){e[i]=h(t[i],e[i])}}return e}function h(e,t){if(r(e)){e=e.slice()}else if(u(e)){u(t)||(t={});e=p(t,e)}return e}var d=Object.keys;if(!d){d=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function m(e,t,i){var n=[];var a=t.constructor.prototype;while(a){if(!a.hasOwnProperty("attrs")){a.attrs={}}b(i,a.attrs,a);if(!f(a.attrs)){n.unshift(a.attrs)}a=a.constructor.superclass}for(var r=0,s=n.length;r<s;r++){N(e,z(n[r]))}}function g(e,t){N(e,z(t,true),true)}function b(e,t,i,n){for(var a=0,r=e.length;a<r;a++){var s=e[a];if(i.hasOwnProperty(s)){t[s]=n?t.get(s):i[s]}}}var v=/^(on|before|after)([A-Z].*)$/;var M=/^(Change)?([A-Z])(.*)/;function _(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n=t[i].value,a;if(o(n)&&(a=i.match(v))){e[a[1]](A(a[2]),n);delete t[i]}}}}function A(e){var t=e.match(M);var i=t[1]?"change:":"";i+=t[2].toLowerCase()+t[3];return i}function y(e,t,i){var n={silent:true};e.__initializingAttrs=true;for(var a in i){if(i.hasOwnProperty(a)){if(t[a].setter){e.set(a,i[a],n)}}}delete e.__initializingAttrs}var O=["value","getter","setter","readOnly"];function z(e,t){var i={};for(var n in e){var a=e[n];if(!t&&u(a)&&S(a,O)){i[n]=a;continue}i[n]={value:a}}return i}var L=["setter","getter","readOnly"];function N(e,t,i){var n,a;var r;for(n in t){if(t.hasOwnProperty(n)){a=t[n];r=e[n];if(!r){r=e[n]={}}a["value"]!==undefined&&(r["value"]=h(a["value"],r["value"]));if(i)continue;for(var s in L){var o=L[s];if(a[o]!==undefined){r[o]=a[o]}}}}return e}function S(e,t){for(var i=0,n=t.length;i<n;i++){if(e.hasOwnProperty(t[i])){return true}}return false}function k(e){return e==null||(s(e)||r(e))&&e.length===0||f(e)}function w(e,t){if(e===t)return true;if(k(e)&&k(t))return true;var n=i.call(e);if(n!=i.call(t))return false;switch(n){case"[object String]":return e==String(t);case"[object Number]":return e!=+e?t!=+t:e==0?1/e==1/t:e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object RegExp]":return e.source==t.source&&e.global==t.global&&e.multiline==t.multiline&&e.ignoreCase==t.ignoreCase;case"[object Array]":var a=e.toString();var r=t.toString();return a.indexOf("[object")===-1&&r.indexOf("[object")===-1&&a===r}if(typeof e!="object"||typeof t!="object")return false;if(u(e)&&u(t)){if(!w(d(e),d(t))){return false}for(var s in e){if(e[s]!==t[s])return false}return true}return false}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/base.js",["ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/aspect.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/attribute.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/aspect.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/attribute.js");t.exports=i.create({Implements:[n,a,r],initialize:function(e){this.initAttrs(e);s(this,this.attrs)},destroy:function(){this.off();for(var e in this){if(this.hasOwnProperty(e)){delete this[e]}}this.destroy=function(){};
}});function s(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n="_onChange"+o(i);if(e[n]){e.on("change:"+i,e[n])}}}}function o(e){return e.charAt(0).toUpperCase()+e.substring(1)}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/src/daparser.js",["beta-jquery/jquery"],function(require,e,t){var i=require("beta-jquery/jquery");e.parseElement=function(e,t){e=i(e)[0];var n={};if(e.dataset){n=i.extend({},e.dataset)}else{var a=e.attributes;for(var r=0,c=a.length;r<c;r++){var l=a[r];var u=l.name;if(u.indexOf("data-")===0){u=s(u.substring(5));n[u]=l.value}}}return t===true?n:o(n)};var n=/-([a-z])/g;var a=/^\s*[\[{].*[\]}]\s*$/;var r=this.JSON?JSON.parse:i.parseJSON;function s(e){return e.toLowerCase().replace(n,function(e,t){return(t+"").toUpperCase()})}function o(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];if(typeof i!=="string")continue;if(a.test(i)){i=i.replace(/'/g,'"');e[t]=o(r(i))}else{e[t]=c(i)}}}return e}function c(e){if(e.toLowerCase()==="false"){e=false}else if(e.toLowerCase()==="true"){e=true}else if(/\d/.test(e)&&/[^a-z]/i.test(e)){var t=parseFloat(e);if(t+""===e){e=t}}return e}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/src/auto-render.js",["beta-jquery/jquery"],function(require,e,t){var i=require("beta-jquery/jquery");var n="data-widget-auto-rendered";e.autoRender=function(e){return new this(e).render()};e.autoRenderAll=function(t,a){if(typeof t==="function"){a=t;t=null}t=i(t||document.body);var r=[];var s=[];t.find("[data-widget]").each(function(t,i){if(!e.isDataApiOff(i)){r.push(i.getAttribute("data-widget").toLowerCase());s.push(i)}});if(r.length){seajs.use(r,function(){for(var e=0;e<arguments.length;e++){var t=arguments[e];var r=i(s[e]);if(r.attr(n))continue;var o={initElement:r,renderType:"auto"};var c=r.attr("data-widget-role");o[c?c:"element"]=r;t.autoRender&&t.autoRender(o);r.attr(n,"true")}a&&a()})}};var a=i(document.body).attr("data-api")==="off";e.isDataApiOff=function(e){var t=i(e).attr("data-api");return t==="off"||t!=="on"&&a}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/widget.js",["ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/base.js","beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/src/daparser.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/src/auto-render.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/base.js");var n=require("beta-jquery/jquery");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/src/daparser.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/src/auto-render.js");var s=".delegate-events-";var o="_onRender";var c="data-widget-cid";var l={};var u=i.extend({propsInAttrs:["initElement","element","events"],element:null,events:null,attrs:{id:null,className:null,style:null,template:"<div></div>",model:null,parentNode:document.body},initialize:function(e){this.cid=h();var t=this._parseDataAttrsConfig(e);u.superclass.initialize.call(this,e?n.extend(t,e):t);this.parseElement();this.initProps();this.delegateEvents();this.setup();this._stamp();this._isTemplate=!(e&&e.element)},_parseDataAttrsConfig:function(e){var t,i;if(e){t=e.initElement?n(e.initElement):n(e.element)}if(t&&t[0]&&!r.isDataApiOff(t)){i=a.parseElement(t)}return i},parseElement:function(){var e=this.element;if(e){this.element=n(e)}else if(this.get("template")){this.parseElementFromTemplate()}if(!this.element||!this.element[0]){throw new Error("element is invalid")}},parseElementFromTemplate:function(){var e=this.get("template");if(m(e)){e=e(this.get("model"))}this.element=n(e)},initProps:function(){},delegateEvents:function(e,t,i){if(arguments.length===0){t=y(this);e=this.element}else if(arguments.length===1){t=e;e=this.element}else if(arguments.length===2){i=t;t=e;e=this.element}else{e||(e=this.element);this._delegateElements||(this._delegateElements=[]);this._delegateElements.push(n(e))}if(d(t)&&m(i)){var a={};a[t]=i;t=a}for(var r in t){if(!t.hasOwnProperty(r))continue;var s=O(r,this);var o=s.type;var c=s.selector;(function(t,i){var a=function(e){if(m(t)){t.call(i,e)}else{i[t](e)}};if(c){n(e).on(o,c,a)}else{n(e).on(o,a)}})(t[r],this)}return this},undelegateEvents:function(e,t){if(!t){t=e;e=null}if(arguments.length===0){var i=s+this.cid;this.element&&this.element.off(i);if(this._delegateElements){for(var a in this._delegateElements){if(!this._delegateElements.hasOwnProperty(a))continue;this._delegateElements[a].off(i)}}}else{var r=O(t,this);if(!e){this.element&&this.element.off(r.type,r.selector)}else{n(e).off(r.type,r.selector)}}return this},setup:function(){},render:function(){if(!this.rendered){this._renderAndBindAttrs();this.rendered=true}var e=this.get("parentNode");if(e&&!b(this.element[0])){var t=this.constructor.outerBoxClass;if(t){var i=this._outerBox=n("<div></div>").addClass(t);i.append(this.element).appendTo(e)}else{this.element.appendTo(e)}}return this},_renderAndBindAttrs:function(){var e=this;var t=e.attrs;for(var i in t){if(!t.hasOwnProperty(i))continue;var n=o+v(i);if(this[n]){var a=this.get(i);if(!L(a)){this[n](a,undefined,i)}(function(t){e.on("change:"+i,function(i,n,a){e[t](i,n,a)})})(n)}}},_onRenderId:function(e){this.element.attr("id",e)},_onRenderClassName:function(e){this.element.addClass(e)},_onRenderStyle:function(e){this.element.css(e)},_stamp:function(){var e=this.cid;(this.initElement||this.element).attr(c,e);l[e]=this},$:function(e){return this.element.find(e)},destroy:function(){this.undelegateEvents();delete l[this.cid];if(this.element&&this._isTemplate){this.element.off();if(this._outerBox){this._outerBox.remove()}else{this.element.remove()}}this.element=null;u.superclass.destroy.call(this)}});u.query=function(e){var t=n(e).eq(0);var i;t&&(i=t.attr(c));return l[i]};u.autoRender=r.autoRender;u.autoRenderAll=r.autoRenderAll;u.StaticsWhiteList=["autoRender"];t.exports=u;var f=Object.prototype.toString;var p=0;function h(){return"widget-"+p++}function d(e){return f.call(e)==="[object String]"}function m(e){return f.call(e)==="[object Function]"}var g=n.contains||function(e,t){return!!(e.compareDocumentPosition(t)&16)};function b(e){return g(document.documentElement,e)}function v(e){return e.charAt(0).toUpperCase()+e.substring(1)}var M=/^(\S+)\s*(.*)$/;var _=/{{([^}]+)}}/g;var A="INVALID_SELECTOR";function y(e){if(m(e.events)){e.events=e.events()}return e.events}function O(e,t){var i=e.match(M);var n=i[1]+s+t.cid;var a=i[2]||undefined;if(a&&a.indexOf("{{")>-1){a=z(a,t)}return{type:n,selector:a}}function z(e,t){return e.replace(_,function(e,i){var n=i.split(".");var a=t,r;while(r=n.shift()){if(a===t.attrs){a=t.get(r)}else{a=a[r]}}if(d(a)){return a}return A})}function L(e){return e==null||e===undefined}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js",[],function(require,e,t){function i(e){if(!(this instanceof i)&&u(e)){return a(e)}}t.exports=i;i.create=function(e,t){if(!u(e)){t=e;e=null}t||(t={});e||(e=t.Extends||i);t.Extends=e;function r(){e.apply(this,arguments);if(this.constructor===r&&this.initialize){this.initialize.apply(this,arguments)}}if(e!==i){o(r,e,e.StaticsWhiteList)}n.call(r,t);return a(r)};function n(e){var t,n;for(t in e){n=e[t];if(i.Mutators.hasOwnProperty(t)){i.Mutators[t].call(this,n)}else{this.prototype[t]=n}}}i.extend=function(e){e||(e={});e.Extends=this;return i.create(e)};function a(e){e.extend=i.extend;e.implement=n;return e}i.Mutators={Extends:function(e){var t=this.prototype;var i=s(e.prototype);o(i,t);i.constructor=this;this.prototype=i;this.superclass=e.prototype},Implements:function(e){l(e)||(e=[e]);var t=this.prototype,i;while(i=e.shift()){o(t,i.prototype||i)}},Statics:function(e){o(this,e)}};function r(){}var s=Object.__proto__?function(e){return{__proto__:e}}:function(e){r.prototype=e;return new r};function o(e,t,i){for(var n in t){if(t.hasOwnProperty(n)){if(i&&f(i,n)===-1)continue;if(n!=="prototype"){e[n]=t[n]}}}}var c=Object.prototype.toString;var l=Array.isArray||function(e){return c.call(e)==="[object Array]"};var u=function(e){return c.call(e)==="[object Function]"};var f=Array.prototype.indexOf?function(e,t){return e.indexOf(t)}:function(e,t){for(var i=0,n=e.length;i<n;i++){if(e[i]===t){return i}}return-1}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js",[],function(require,e,t){var i=/\s+/;function n(){}n.prototype.on=function(e,t,n){var a,r,s;if(!t)return this;a=this.__events||(this.__events={});e=e.split(i);while(r=e.shift()){s=a[r]||(a[r]=[]);s.push(t,n)}return this};n.prototype.once=function(e,t,i){var n=this;var a=function(){n.off(e,a);t.apply(this,arguments)};this.on(e,a,i)};n.prototype.off=function(e,t,n){var r,s,o,c;if(!(r=this.__events))return this;if(!(e||t||n)){delete this.__events;return this}e=e?e.split(i):a(r);while(s=e.shift()){o=r[s];if(!o)continue;if(!(t||n)){delete r[s];continue}for(c=o.length-2;c>=0;c-=2){if(!(t&&o[c]!==t||n&&o[c+1]!==n)){o.splice(c,2)}}}return this};n.prototype.trigger=function(e){var t,n,a,s,o,c,l=[],u,f=true;if(!(t=this.__events))return this;e=e.split(i);for(o=1,c=arguments.length;o<c;o++){l[o-1]=arguments[o]}while(n=e.shift()){if(a=t.all)a=a.slice();if(s=t[n])s=s.slice();f=r(s,l,this)&&f;f=r(a,[n].concat(l),this)&&f}return f};n.prototype.emit=n.prototype.trigger;n.mixTo=function(e){e=s(e)?e.prototype:e;var t=n.prototype;for(var i in t){if(t.hasOwnProperty(i)){e[i]=t[i]}}};var a=Object.keys;if(!a){a=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function r(e,t,i){var n=true;if(e){var a=0,r=e.length,s=t[0],o=t[1],c=t[2];switch(t.length){case 0:for(;a<r;a+=2){n=e[a].call(e[a+1]||i)!==false&&n}break;case 1:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s)!==false&&n}break;case 2:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o)!==false&&n}break;case 3:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o,c)!==false&&n}break;default:for(;a<r;a+=2){n=e[a].apply(e[a+1]||i,t)!==false&&n}break}}return n}function s(e){return Object.prototype.toString.call(e)==="[object Function]"}return n});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/src/aspect.js",[],function(require,e,t){e.before=function(e,t,i){return n.call(this,"before",e,t,i)};e.after=function(e,t,i){return n.call(this,"after",e,t,i)};var i=/\s+/;function n(e,t,n,s){var o=t.split(i);var c,l;while(c=o.shift()){l=a(this,c);if(!l.__isAspected){r.call(this,c)}this.on(e+":"+c,n,s)}return this}function a(e,t){var i=e[t];if(!i){throw new Error("Invalid method name: "+t)}return i}function r(e){var t=this[e];this[e]=function(){var i=Array.prototype.slice.call(arguments);var n=["before:"+e].concat(i);if(this.trigger.apply(this,n)===false)return;var a=t.apply(this,arguments);var r=["after:"+e,a].concat(i);this.trigger.apply(this,r);return a};this[e].__isAspected=true}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/src/attribute.js",[],function(require,e,t){e.initAttrs=function(e){var t=this.attrs={};var i=this.propsInAttrs||[];m(t,this,i);if(e){g(t,e)}y(this,t,e);_(this,t);b(i,this,t,true)};e.get=function(e){var t=this.attrs[e]||{};var i=t.value;return t.getter?t.getter.call(this,i,e):i};e.set=function(e,t,i){var n={};if(s(e)){n[e]=t}else{n=e;i=t}i||(i={});var a=i.silent;var r=i.override;var o=this.attrs;var c=this.__changedAttrs||(this.__changedAttrs={});for(e in n){if(!n.hasOwnProperty(e))continue;var l=o[e]||(o[e]={});t=n[e];if(l.readOnly){throw new Error("This attribute is readOnly: "+e)}if(l.setter){t=l.setter.call(this,t,e)}var f=this.get(e);if(!r&&u(f)&&u(t)){t=p(p({},f),t)}o[e].value=t;if(!this.__initializingAttrs&&!w(f,t)){if(a){c[e]=[t,f]}else{this.trigger("change:"+e,t,f,e)}}}return this};e.change=function(){var e=this.__changedAttrs;if(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];this.trigger("change:"+t,i[0],i[1],t)}}delete this.__changedAttrs}return this};e._isPlainObject=u;var i=Object.prototype.toString;var n=Object.prototype.hasOwnProperty;var a;(function(){var e=[];function t(){this.x=1}t.prototype={valueOf:1,y:1};for(var i in new t){e.push(i)}a=e[0]!=="x"})();var r=Array.isArray||function(e){return i.call(e)==="[object Array]"};function s(e){return i.call(e)==="[object String]"}function o(e){return i.call(e)==="[object Function]"}function c(e){return e!=null&&e==e.window}var l=function(){if(Object.getPrototypeOf){return function(e){return Object.getPrototypeOf(e)}}if(typeof"test".__proto__=="object"){return function(e){return e.__proto__}}return function(e){return false}}();function u(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)){return false}var t=l(e),r=Function.prototype.toString,s=r.call(Object),o;if(t===null){return true}if(t===false){var u;if(a){for(u in e){return n.call(e,u)}}for(u in e){}return u===undefined||n.call(e,u)}var f=n.call(t,"constructor")&&t.constructor;return typeof f=="function"&&f instanceof f&&r.call(f)==s}function f(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)||!e.hasOwnProperty){return false}for(var t in e){if(e.hasOwnProperty(t))return false}return true}function p(e,t){var i,n;for(i in t){if(t.hasOwnProperty(i)){e[i]=h(t[i],e[i])}}return e}function h(e,t){if(r(e)){e=e.slice()}else if(u(e)){u(t)||(t={});e=p(t,e)}return e}var d=Object.keys;if(!d){d=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function m(e,t,i){var n=[];var a=t.constructor.prototype;while(a){if(!a.hasOwnProperty("attrs")){a.attrs={}}b(i,a.attrs,a);if(!f(a.attrs)){n.unshift(a.attrs)}a=a.constructor.superclass}for(var r=0,s=n.length;r<s;r++){N(e,z(n[r]))}}function g(e,t){N(e,z(t,true),true)}function b(e,t,i,n){for(var a=0,r=e.length;a<r;a++){var s=e[a];if(i.hasOwnProperty(s)){t[s]=n?t.get(s):i[s]}}}var v=/^(on|before|after)([A-Z].*)$/;var M=/^(Change)?([A-Z])(.*)/;function _(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n=t[i].value,a;if(o(n)&&(a=i.match(v))){e[a[1]](A(a[2]),n);delete t[i]}}}}function A(e){var t=e.match(M);var i=t[1]?"change:":"";i+=t[2].toLowerCase()+t[3];return i}function y(e,t,i){var n={silent:true};e.__initializingAttrs=true;for(var a in i){if(i.hasOwnProperty(a)){if(t[a].setter){e.set(a,i[a],n)}}}delete e.__initializingAttrs}var O=["value","getter","setter","readOnly"];function z(e,t){var i={};for(var n in e){var a=e[n];if(!t&&u(a)&&S(a,O)){i[n]=a;continue}i[n]={value:a}}return i}var L=["setter","getter","readOnly"];function N(e,t,i){var n,a;var r;for(n in t){if(t.hasOwnProperty(n)){a=t[n];r=e[n];if(!r){r=e[n]={}}a["value"]!==undefined&&(r["value"]=h(a["value"],r["value"]));if(i)continue;for(var s in L){var o=L[s];if(a[o]!==undefined){r[o]=a[o]}}}}return e}function S(e,t){for(var i=0,n=t.length;i<n;i++){if(e.hasOwnProperty(t[i])){return true}}return false}function k(e){return e==null||(s(e)||r(e))&&e.length===0||f(e)}function w(e,t){if(e===t)return true;if(k(e)&&k(t))return true;var n=i.call(e);if(n!=i.call(t))return false;switch(n){case"[object String]":return e==String(t);case"[object Number]":return e!=+e?t!=+t:e==0?1/e==1/t:e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object RegExp]":return e.source==t.source&&e.global==t.global&&e.multiline==t.multiline&&e.ignoreCase==t.ignoreCase;case"[object Array]":var a=e.toString();var r=t.toString();return a.indexOf("[object")===-1&&r.indexOf("[object")===-1&&a===r}if(typeof e!="object"||typeof t!="object")return false;if(u(e)&&u(t)){if(!w(d(e),d(t))){return false}for(var s in e){if(e[s]!==t[s])return false}return true}return false}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/base.js",["ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/src/aspect.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/src/attribute.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/src/aspect.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/src/attribute.js");t.exports=i.create({Implements:[n,a,r],initialize:function(e){this.initAttrs(e);s(this,this.attrs)},destroy:function(){this.off();for(var e in this){if(this.hasOwnProperty(e)){delete this[e]}}this.destroy=function(){}}});function s(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n="_onChange"+o(i);if(e[n]){e.on("change:"+i,e[n])}}}}function o(e){return e.charAt(0).toUpperCase()+e.substring(1)}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/cookie.js",[],function(require,e,t){var i=e;var n=decodeURIComponent;var a=encodeURIComponent;i.get=function(e,t){c(e);if(typeof t==="function"){t={converter:t}}else{t=t||{}}var i=r(document.cookie,!t["raw"]);return(t.converter||l)(i[e])};i.set=function(e,t,i){c(e);i=i||{};var n=i["expires"];var r=i["domain"];var s=i["path"];if(!i["raw"]){t=a(String(t))}var l=e+"="+t;var u=n;if(typeof u==="number"){u=new Date;u.setDate(u.getDate()+n)}if(u instanceof Date){l+="; expires="+u.toUTCString()}if(o(r)){l+="; domain="+r}if(o(s)){l+="; path="+s}if(i["secure"]){l+="; secure"}document.cookie=l;return l};i.remove=function(e,t){t=t||{};t["expires"]=new Date(0);return this.set(e,"",t)};function r(e,t){var i={};if(s(e)&&e.length>0){var a=t?n:l;var r=e.split(/;\s/g);var o;var c;var u;for(var f=0,p=r.length;f<p;f++){u=r[f].match(/([^=]+)=/i);if(u instanceof Array){try{o=n(u[1]);c=a(r[f].substring(u[1].length+1))}catch(h){}}else{o=n(r[f]);c=""}if(o){i[o]=c}}}return i}function s(e){return typeof e==="string"}function o(e){return s(e)&&e!==""}function c(e){if(!o(e)){throw new TypeError("Cookie name must be a non-empty string")}}function l(e){return e}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/ws-history.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/base.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/cookie.js"],function(require,e,t){var i=require("beta-jquery/jquery"),n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/base.js"),a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/cookie.js"),r="aep_history",s="keywords",o="product_selloffer",c="\n\n",l="^\n",u="$\n",f="	";var p=n.extend({attrs:{keywordsSize:{value:8},productsSize:{value:8}},groups:{},initialize:function(){this.refresh()},getKeywords:function(e){if(!this.groups||!this.groups[s]){return[]}var e=e||{};var t=e.limit||0;var i=this._sliceArray(this.groups[s],t).slice(0);return i},getProducts:function(e){if(!this.groups||!this.groups[o]){return[]}var e=e||{};var t=e.limit||0;var i=this._sliceArray(this.groups[o],t);var n=[];for(var a=0,r=i.length;a<r;a++){var s=i[a].replace(/^http(s)?:\/\/.*\/(\d+_)?|\.html.*$/gi,"");if(/^\d+$/.test(s)){n.push(s)}}return n},logProduct:function(e){if(!e||!e.id){return}var t=this._addItem({array:this.getProducts(),item:e.id,maxSize:this.get("productsSize")});var i=this._buildWholeCookie({keywordArray:this.getKeywords(),productArray:t});a.set(r,i,{domain:"aliexpress.com",path:"/",expires:365});this.refresh()},refresh:function(){this.groups=this._parseGroups()},_buildWholeCookie:function(e){var t=e.keywordArray||[];var i=e.productArray||[];var n=this._buildGroup({group:s,array:t.reverse()});var a=this._buildGroup({group:o,array:i.reverse()});return n+c+a},_buildGroup:function(e){var t=e.group||"";var i=e.array||[];if(!t||t.length<=0){return""}return t+l+t+f+i.join(f)},_addItem:function(e){var t=e.array||[];var i=e.item||"";var n=e.maxSize||"";if(!i||i.length<=0){return t}var a=t.slice(0);a=a.reverse();this._appendToArray(i,a);a=a.reverse().splice(0,n);return a},_appendToArray:function(e,t){var n=i.inArray(e,t);if(i.inArray(e,t)>=0){t.splice(n,1)}t.push(e)},_sliceArray:function(e,t){if(t>0){return e.splice(0,t)}return e},_parseGroups:function(){var e={};var t=a.get(r,{domain:"aliexpress.com",path:"/"});if(t){var i=t.split(c);for(var n=0,s=i.length;n<s;n++){var o=i[n].split(l);var u=o[0];var f=o[1];var p=this._parseGroupContent(u,f);e[u]=p}}return e},_parseGroupContent:function(e,t){if(!t||t.length===0){return[]}var i=t.indexOf(e);if(i>=0){t=t.substring(i+e.length+f.length)}var n=t.split(f);n=n.reverse();n=this._uniqueArray(n);return n},_uniqueArray:function(e){var t=e;for(var i=1;i<t.length;i++){if(t[i]===t[i-1]){t.splice(i--,1)}}return t}});t.exports=new p});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/ws-cookie.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/base.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/cookie.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/ws-history.js"],function(require,e,t){"use strict";var i=require("beta-jquery/jquery");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/base.js");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/cookie.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/ws-history.js");var s=n.extend({attrs:{siteFormat:/^[a-z]{3}(_[a-z]{1})?$/,x_localeFormat:/^[a-z]{2}_[A-Z]{2}$/,s_localeFormat:/^[a-z]{2}_[A-Z]{2}$/,b_localeFormat:/^[a-z]{2}_[A-Z]{2}$/,c_tpFormat:/^[A-Z]{3}$/,regionFormat:/^[A-Z]{2,3}$/,provinceFormat:/^[0-9]{18}$/,cityFormat:/^[0-9]{18}$/,siFormat:/^(glo|rus|bra|esp|idn|fra|deu|ita)$/,signFormat:/^(y|n)$/,x_userFormat:/^.*$/,issFormat:/^(y)$/,isbFormat:/^(y)$/,ispmFormat:/^(y)$/,isksFormat:/^(y)$/,isgclFormat:/^(y)$/,reg_verFormat:/^(new|old)$/,x_lFormat:/^[01]{1}$/,ber_lFormat:/^A\d$/,zero_orderFormat:/^(y)$/,ae_u_p_sFormat:/^[012]{1}$/,ups_u_tFormat:/^[0-9]{13,}$/},_setcookie:function(e,t,i){if(!this.validate(t,i)){return false}var n=a.get(e,{domain:"aliexpress.com",path:"/",raw:true})||"";var r=new RegExp("(.*&?"+t+"=)(.*?)(&.*|$)");if(r.test(n)){n=RegExp.$1+i+RegExp.$3}else{n=(n?n+"&":"")+(t+"="+i)}a.set(e,n,{domain:"aliexpress.com",path:"/",expires:365*10,raw:true})},_getCookie:function(e,t){var i=a.get(e,{domain:"aliexpress.com",path:"/",raw:true})||"";var n=new RegExp("(.*&?"+t+"=)(.*?)(&.*|$)");i.match(n);var r=RegExp.$2;if(n.test(i)&&this.validate(t,r)){return r}else{return""}},_removeCookie:function(e,t){if(!t){return}var i=a.get(e,{domain:"aliexpress.com",path:"/",raw:true})||"";if(!i){return}var n=i.split("&");var r=new RegExp(t+"=.*?");for(var s=n.length;s>-1;s--){if(r.test(n[s])){n.splice(s,1)}}i=n.join("&");a.set(e,i,{domain:"aliexpress.com",path:"/",expires:365*10,raw:true})},validate:function(e,t){if(/(&|=)/.test(t))return false;if(t&&this.get(e+"Format")&&this.get(e+"Format").test(t)){return true}else{return false}},getMSite:function(e,t){var i=a.get(e,{domain:"m.aliexpress.com",path:"/",raw:true})||"";var n=new RegExp("(.*&?"+t+"=)(.*?)(&.*|$)");i.match(n);var r=RegExp.$2;if(n.test(i)&&this.validate(t,r)){return r}else{return""}},setSite:function(e){this._setcookie("aep_usuc_f","site",e)},getSite:function(){return this._getCookie("aep_usuc_f","site")},getZeroOrder:function(){return this._getCookie("xman_us_f","zero_order")},isZeroOrderUser:function(){if(this.getZeroOrder()==="y"){return true}else{return false}},setRegion:function(e){this._setcookie("aep_usuc_f","region",e)},getRegion:function(){return this._getCookie("aep_usuc_f","region")},setProvince:function(e){this._setcookie("aep_usuc_f","province",e)},getProvince:function(){return this._getCookie("aep_usuc_f","province")},removeProvince:function(){this._removeCookie("aep_usuc_f","province")},setCity:function(e){this._setcookie("aep_usuc_f","city",e)},getCity:function(){return this._getCookie("aep_usuc_f","city")},removeCity:function(){this._removeCookie("aep_usuc_f","city")},setCurrency:function(e){this._setcookie("aep_usuc_f","c_tp",e)},getCurrency:function(){return this._getCookie("aep_usuc_f","c_tp")},setLocale:function(e){this._setcookie("xman_us_f","x_locale",e)},getLocale:function(){return this._getCookie("xman_us_f","x_locale")},setSellerLocale:function(e){a.set("intl_locale",e,{domain:"aliexpress.com",path:"/",expires:365,raw:true});this.setLocale(e);this._setcookie("aep_usuc_f","s_locale",e)},getSellerLocale:function(){return this._getCookie("aep_usuc_f","s_locale")},setBuyerLocale:function(e){this.setLocale(e);this._setcookie("aep_usuc_f","b_locale",e)},getBuyerLocale:function(){return this._getCookie("aep_usuc_f","b_locale")},getSign:function(){return this._getCookie("xman_us_t","sign")},isLoggedIn:function(){if(this.getSign()=="y"){return true}else{return false}},getIss:function(){return this._getCookie("aep_usuc_f","iss")},isSeller:function(){if(this.getIss()==="y"){return true}else{return false}},getIsb:function(){return this._getCookie("aep_usuc_f","isb")},isBuyer:function(){if(this.getIsb()==="y"){return true}else{return false}},getIsks:function(){return this._getCookie("aep_usuc_f","isks")},isKaSeller:function(){if(this.getIsks()==="y"){return true}else{return false}},getIsgcl:function(){return this._getCookie("aep_usuc_f","isgcl")},isGreenChannel:function(){if(this.getIsgcl()==="y"){return true}else{return false}},getIspm:function(){return this._getCookie("aep_usuc_f","ispm")},isPremiumMember:function(){if(this.getIspm()==="y"){return true}else{return false}},getIsfm:function(){return this._getCookie("aep_usuc_f","isfm")},isFreeMember:function(){if(this.getIsfm()==="y"){return true}else{return false}},getRegVer:function(){return this._getCookie("aep_usuc_f","reg_ver")},getOversea:function(){return this._getCookie("xman_us_f","x_l")},isOversea:function(){if(this.getOversea()==="1"){return false}else{return true}},_getXUserRaw:function(){return this._getCookie("xman_us_f","x_user")},getXUserObj:function(){var e={country:"",firstName:"",lastName:"",memberSeq:""};var t=this._getXUserRaw()||"";var i=t.split("|");if(i.length>=5){e.country=i[0];e.firstName=i[1].replace(/</g,"&lt;").replace(/>/g,"&gt;");e.lastName=i[2].replace(/</g,"&lt;").replace(/>/g,"&gt;");e.memberSeq=i[4]}return e},isNewUser:function(){if(this.getXUserObj().memberSeq!==""){return false}else{return true}},setHistory:function(e){if(!e)return;r.logProduct({id:e})},getHistory:function(){return r.getProducts()},setAETest:function(){},getAETest:function(){return""},getBerL:function(){return this._getCookie("aep_usuc_t","ber_l")},getAeUps:function(){return this._getCookie("aep_usuc_f","ae_u_p_s")},setAeUps:function(e){return this._setcookie("aep_usuc_f","ae_u_p_s",e)},getAeUpsTime:function(){return this._getCookie("aep_usuc_f","ups_u_t")},setAeUpsTime:function(e){return this._setcookie("aep_usuc_f","ups_u_t",e)}});t.exports=new s});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-position/position.js",["beta-jquery/jquery"],function(require,e,t){"use strict";var i=e,n={_id:"VIEWPORT",nodeType:1},a=require("beta-jquery/jquery"),r=false,s=false,o=(window.navigator.userAgent||"").toLowerCase(),c=o.indexOf("msie 6")!==-1;i.pin=function(e,t){e=l(e);t=l(t);if(e.element===n||e.element._id==="VIEWPORT"){return}var i=a(e.element);if(i.css("position")!=="fixed"||c){i.css("position","absolute");r=false}else{r=true}var o=a(t.element);if(t.element===n||t.element._id==="VIEWPORT"||o.css("position")!=="fixed"||c){s=false}else{s=true}u(e);u(t);var f=p(i);var h=r&&s?g(o):t.offset();var d=h.top+t.y-e.y-f.top;var m=h.left+t.x-e.x-f.left;i.css({left:m,top:d})};i.center=function(e,t){i.pin({element:e,x:"50%",y:"50%"},{element:t,x:"50%",y:"50%"})};i.VIEWPORT=n;function l(e){e=d(e)||{};if(e.nodeType){e={element:e}}var t=d(e.element)||n;if(t.nodeType!==1){throw new Error("posObject.element is invalid.")}var i={element:t,x:e.x||0,y:e.y||0};var s=t===n||t._id==="VIEWPORT";i.offset=function(){if(r){return{left:0,top:0}}else if(s){return{left:a(document).scrollLeft(),top:a(document).scrollTop()}}else{return m(a(t)[0])}};i.size=function(){var e=s?a(window):a(t);return{width:e.outerWidth(),height:e.outerHeight()}};return i}function u(e){e.x=f(e.x,e,"width");e.y=f(e.y,e,"height")}function f(e,t,i){e=e+"";e=e.replace(/px/gi,"");if(/\D/.test(e)){e=e.replace(/(?:top|left)/gi,"0%").replace(/center/gi,"50%").replace(/(?:bottom|right)/gi,"100%")}if(e.indexOf("%")!==-1){e=e.replace(/(\d+(?:\.\d+)?)%/gi,function(e,n){return t.size()[i]*(n/100)})}if(/[+\-*\/]/.test(e)){try{e=new Function("return "+e)()}catch(n){throw new Error("Invalid position value: "+e)}}return h(e)}function p(e){var t=e.offsetParent();if(t[0]===document.documentElement){t=a(document.body)}if(c){t.css("zoom",1)}var i;if(t[0]===document.body&&t.css("position")==="static"){i={top:0,left:0}}else{i=m(t[0])}i.top+=h(t.css("border-top-width"));i.left+=h(t.css("border-left-width"));return i}function h(e){return parseFloat(e,10)||0}function d(e){return a(e)[0]}function m(e){var t=e.getBoundingClientRect(),i=document.documentElement;return{left:t.left+(window.pageXOffset||i.scrollLeft)-(i.clientLeft||document.body.clientLeft||0),top:t.top+(window.pageYOffset||i.scrollTop)-(i.clientTop||document.body.clientTop||0)}}function g(e){return{left:h(e.css("left")),top:h(e.css("top"))}}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-ifrshim/node_modules/@alife/beta-position/position.js",["beta-jquery/jquery"],function(require,e,t){"use strict";var i=e,n={_id:"VIEWPORT",nodeType:1},a=require("beta-jquery/jquery"),r=false,s=false,o=(window.navigator.userAgent||"").toLowerCase(),c=o.indexOf("msie 6")!==-1;i.pin=function(e,t){e=l(e);t=l(t);if(e.element===n||e.element._id==="VIEWPORT"){return}var i=a(e.element);if(i.css("position")!=="fixed"||c){i.css("position","absolute");r=false}else{r=true}var o=a(t.element);if(t.element===n||t.element._id==="VIEWPORT"||o.css("position")!=="fixed"||c){s=false}else{s=true}u(e);u(t);var f=p(i);var h=r&&s?g(o):t.offset();var d=h.top+t.y-e.y-f.top;var m=h.left+t.x-e.x-f.left;i.css({left:m,top:d})};i.center=function(e,t){i.pin({element:e,x:"50%",y:"50%"},{element:t,x:"50%",y:"50%"})};i.VIEWPORT=n;function l(e){e=d(e)||{};if(e.nodeType){e={element:e}}var t=d(e.element)||n;if(t.nodeType!==1){throw new Error("posObject.element is invalid.")}var i={element:t,x:e.x||0,y:e.y||0};var s=t===n||t._id==="VIEWPORT";i.offset=function(){if(r){return{left:0,top:0}}else if(s){return{left:a(document).scrollLeft(),top:a(document).scrollTop()}}else{return m(a(t)[0])}};i.size=function(){var e=s?a(window):a(t);return{width:e.outerWidth(),height:e.outerHeight()}};return i}function u(e){e.x=f(e.x,e,"width");e.y=f(e.y,e,"height")}function f(e,t,i){e=e+"";e=e.replace(/px/gi,"");if(/\D/.test(e)){e=e.replace(/(?:top|left)/gi,"0%").replace(/center/gi,"50%").replace(/(?:bottom|right)/gi,"100%");
}if(e.indexOf("%")!==-1){e=e.replace(/(\d+(?:\.\d+)?)%/gi,function(e,n){return t.size()[i]*(n/100)})}if(/[+\-*\/]/.test(e)){try{e=new Function("return "+e)()}catch(n){throw new Error("Invalid position value: "+e)}}return h(e)}function p(e){var t=e.offsetParent();if(t[0]===document.documentElement){t=a(document.body)}if(c){t.css("zoom",1)}var i;if(t[0]===document.body&&t.css("position")==="static"){i={top:0,left:0}}else{i=m(t[0])}i.top+=h(t.css("border-top-width"));i.left+=h(t.css("border-left-width"));return i}function h(e){return parseFloat(e,10)||0}function d(e){return a(e)[0]}function m(e){var t=e.getBoundingClientRect(),i=document.documentElement;return{left:t.left+(window.pageXOffset||i.scrollLeft)-(i.clientLeft||document.body.clientLeft||0),top:t.top+(window.pageYOffset||i.scrollTop)-(i.clientTop||document.body.clientTop||0)}}function g(e){return{left:h(e.css("left")),top:h(e.css("top"))}}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-ifrshim/iframe-shim.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-ifrshim/node_modules/@alife/beta-position/position.js"],function(require,e,t){var i=require("beta-jquery/jquery");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-ifrshim/node_modules/@alife/beta-position/position.js");var a=(window.navigator.userAgent||"").toLowerCase().indexOf("msie 6")!==-1;function r(e){this.target=i(e).eq(0)}r.prototype.sync=function(){var e=this.target;var t=this.iframe;if(!e.length)return this;var i=e.outerHeight();var a=e.outerWidth();if(!i||!a||e.is(":hidden")){t&&t.hide()}else{t||(t=this.iframe=o(e));t.css({height:i,width:a});n.pin(t[0],e[0]);t.show()}return this};r.prototype.destroy=function(){if(this.iframe){this.iframe.remove();delete this.iframe}delete this.target};if(a){t.exports=r}else{function s(){}s.prototype.sync=function(){return this};s.prototype.destroy=s;t.exports=s}function o(e){var t={display:"none",border:"none",opacity:0,position:"absolute"};var n=e.css("zIndex");if(n&&n>0){t.zIndex=n-1}return i("<iframe>",{src:"javascript:''",frameborder:0,css:t}).insertBefore(e)}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js",[],function(require,e,t){function i(e){if(!(this instanceof i)&&u(e)){return a(e)}}t.exports=i;i.create=function(e,t){if(!u(e)){t=e;e=null}t||(t={});e||(e=t.Extends||i);t.Extends=e;function r(){e.apply(this,arguments);if(this.constructor===r&&this.initialize){this.initialize.apply(this,arguments)}}if(e!==i){o(r,e,e.StaticsWhiteList)}n.call(r,t);return a(r)};function n(e){var t,n;for(t in e){n=e[t];if(i.Mutators.hasOwnProperty(t)){i.Mutators[t].call(this,n)}else{this.prototype[t]=n}}}i.extend=function(e){e||(e={});e.Extends=this;return i.create(e)};function a(e){e.extend=i.extend;e.implement=n;return e}i.Mutators={Extends:function(e){var t=this.prototype;var i=s(e.prototype);o(i,t);i.constructor=this;this.prototype=i;this.superclass=e.prototype},Implements:function(e){l(e)||(e=[e]);var t=this.prototype,i;while(i=e.shift()){o(t,i.prototype||i)}},Statics:function(e){o(this,e)}};function r(){}var s=Object.__proto__?function(e){return{__proto__:e}}:function(e){r.prototype=e;return new r};function o(e,t,i){for(var n in t){if(t.hasOwnProperty(n)){if(i&&f(i,n)===-1)continue;if(n!=="prototype"){e[n]=t[n]}}}}var c=Object.prototype.toString;var l=Array.isArray||function(e){return c.call(e)==="[object Array]"};var u=function(e){return c.call(e)==="[object Function]"};var f=Array.prototype.indexOf?function(e,t){return e.indexOf(t)}:function(e,t){for(var i=0,n=e.length;i<n;i++){if(e[i]===t){return i}}return-1}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js",[],function(require,e,t){var i=/\s+/;function n(){}n.prototype.on=function(e,t,n){var a,r,s;if(!t)return this;a=this.__events||(this.__events={});e=e.split(i);while(r=e.shift()){s=a[r]||(a[r]=[]);s.push(t,n)}return this};n.prototype.once=function(e,t,i){var n=this;var a=function(){n.off(e,a);t.apply(this,arguments)};this.on(e,a,i)};n.prototype.off=function(e,t,n){var r,s,o,c;if(!(r=this.__events))return this;if(!(e||t||n)){delete this.__events;return this}e=e?e.split(i):a(r);while(s=e.shift()){o=r[s];if(!o)continue;if(!(t||n)){delete r[s];continue}for(c=o.length-2;c>=0;c-=2){if(!(t&&o[c]!==t||n&&o[c+1]!==n)){o.splice(c,2)}}}return this};n.prototype.trigger=function(e){var t,n,a,s,o,c,l=[],u,f=true;if(!(t=this.__events))return this;e=e.split(i);for(o=1,c=arguments.length;o<c;o++){l[o-1]=arguments[o]}while(n=e.shift()){if(a=t.all)a=a.slice();if(s=t[n])s=s.slice();f=r(s,l,this)&&f;f=r(a,[n].concat(l),this)&&f}return f};n.prototype.emit=n.prototype.trigger;n.mixTo=function(e){e=s(e)?e.prototype:e;var t=n.prototype;for(var i in t){if(t.hasOwnProperty(i)){e[i]=t[i]}}};var a=Object.keys;if(!a){a=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function r(e,t,i){var n=true;if(e){var a=0,r=e.length,s=t[0],o=t[1],c=t[2];switch(t.length){case 0:for(;a<r;a+=2){n=e[a].call(e[a+1]||i)!==false&&n}break;case 1:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s)!==false&&n}break;case 2:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o)!==false&&n}break;case 3:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o,c)!==false&&n}break;default:for(;a<r;a+=2){n=e[a].apply(e[a+1]||i,t)!==false&&n}break}}return n}function s(e){return Object.prototype.toString.call(e)==="[object Function]"}return n});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/aspect.js",[],function(require,e,t){e.before=function(e,t,i){return n.call(this,"before",e,t,i)};e.after=function(e,t,i){return n.call(this,"after",e,t,i)};var i=/\s+/;function n(e,t,n,s){var o=t.split(i);var c,l;while(c=o.shift()){l=a(this,c);if(!l.__isAspected){r.call(this,c)}this.on(e+":"+c,n,s)}return this}function a(e,t){var i=e[t];if(!i){throw new Error("Invalid method name: "+t)}return i}function r(e){var t=this[e];this[e]=function(){var i=Array.prototype.slice.call(arguments);var n=["before:"+e].concat(i);if(this.trigger.apply(this,n)===false)return;var a=t.apply(this,arguments);var r=["after:"+e,a].concat(i);this.trigger.apply(this,r);return a};this[e].__isAspected=true}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/attribute.js",[],function(require,e,t){e.initAttrs=function(e){var t=this.attrs={};var i=this.propsInAttrs||[];m(t,this,i);if(e){g(t,e)}y(this,t,e);_(this,t);b(i,this,t,true)};e.get=function(e){var t=this.attrs[e]||{};var i=t.value;return t.getter?t.getter.call(this,i,e):i};e.set=function(e,t,i){var n={};if(s(e)){n[e]=t}else{n=e;i=t}i||(i={});var a=i.silent;var r=i.override;var o=this.attrs;var c=this.__changedAttrs||(this.__changedAttrs={});for(e in n){if(!n.hasOwnProperty(e))continue;var l=o[e]||(o[e]={});t=n[e];if(l.readOnly){throw new Error("This attribute is readOnly: "+e)}if(l.setter){t=l.setter.call(this,t,e)}var f=this.get(e);if(!r&&u(f)&&u(t)){t=p(p({},f),t)}o[e].value=t;if(!this.__initializingAttrs&&!w(f,t)){if(a){c[e]=[t,f]}else{this.trigger("change:"+e,t,f,e)}}}return this};e.change=function(){var e=this.__changedAttrs;if(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];this.trigger("change:"+t,i[0],i[1],t)}}delete this.__changedAttrs}return this};e._isPlainObject=u;var i=Object.prototype.toString;var n=Object.prototype.hasOwnProperty;var a;(function(){var e=[];function t(){this.x=1}t.prototype={valueOf:1,y:1};for(var i in new t){e.push(i)}a=e[0]!=="x"})();var r=Array.isArray||function(e){return i.call(e)==="[object Array]"};function s(e){return i.call(e)==="[object String]"}function o(e){return i.call(e)==="[object Function]"}function c(e){return e!=null&&e==e.window}var l=function(){if(Object.getPrototypeOf){return function(e){return Object.getPrototypeOf(e)}}if(typeof"test".__proto__=="object"){return function(e){return e.__proto__}}return function(e){return false}}();function u(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)){return false}var t=l(e),r=Function.prototype.toString,s=r.call(Object),o;if(t===null){return true}if(t===false){var u;if(a){for(u in e){return n.call(e,u)}}for(u in e){}return u===undefined||n.call(e,u)}var f=n.call(t,"constructor")&&t.constructor;return typeof f=="function"&&f instanceof f&&r.call(f)==s}function f(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)||!e.hasOwnProperty){return false}for(var t in e){if(e.hasOwnProperty(t))return false}return true}function p(e,t){var i,n;for(i in t){if(t.hasOwnProperty(i)){e[i]=h(t[i],e[i])}}return e}function h(e,t){if(r(e)){e=e.slice()}else if(u(e)){u(t)||(t={});e=p(t,e)}return e}var d=Object.keys;if(!d){d=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function m(e,t,i){var n=[];var a=t.constructor.prototype;while(a){if(!a.hasOwnProperty("attrs")){a.attrs={}}b(i,a.attrs,a);if(!f(a.attrs)){n.unshift(a.attrs)}a=a.constructor.superclass}for(var r=0,s=n.length;r<s;r++){N(e,z(n[r]))}}function g(e,t){N(e,z(t,true),true)}function b(e,t,i,n){for(var a=0,r=e.length;a<r;a++){var s=e[a];if(i.hasOwnProperty(s)){t[s]=n?t.get(s):i[s]}}}var v=/^(on|before|after)([A-Z].*)$/;var M=/^(Change)?([A-Z])(.*)/;function _(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n=t[i].value,a;if(o(n)&&(a=i.match(v))){e[a[1]](A(a[2]),n);delete t[i]}}}}function A(e){var t=e.match(M);var i=t[1]?"change:":"";i+=t[2].toLowerCase()+t[3];return i}function y(e,t,i){var n={silent:true};e.__initializingAttrs=true;for(var a in i){if(i.hasOwnProperty(a)){if(t[a].setter){e.set(a,i[a],n)}}}delete e.__initializingAttrs}var O=["value","getter","setter","readOnly"];function z(e,t){var i={};for(var n in e){var a=e[n];if(!t&&u(a)&&S(a,O)){i[n]=a;continue}i[n]={value:a}}return i}var L=["setter","getter","readOnly"];function N(e,t,i){var n,a;var r;for(n in t){if(t.hasOwnProperty(n)){a=t[n];r=e[n];if(!r){r=e[n]={}}a["value"]!==undefined&&(r["value"]=h(a["value"],r["value"]));if(i)continue;for(var s in L){var o=L[s];if(a[o]!==undefined){r[o]=a[o]}}}}return e}function S(e,t){for(var i=0,n=t.length;i<n;i++){if(e.hasOwnProperty(t[i])){return true}}return false}function k(e){return e==null||(s(e)||r(e))&&e.length===0||f(e)}function w(e,t){if(e===t)return true;if(k(e)&&k(t))return true;var n=i.call(e);if(n!=i.call(t))return false;switch(n){case"[object String]":return e==String(t);case"[object Number]":return e!=+e?t!=+t:e==0?1/e==1/t:e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object RegExp]":return e.source==t.source&&e.global==t.global&&e.multiline==t.multiline&&e.ignoreCase==t.ignoreCase;case"[object Array]":var a=e.toString();var r=t.toString();return a.indexOf("[object")===-1&&r.indexOf("[object")===-1&&a===r}if(typeof e!="object"||typeof t!="object")return false;if(u(e)&&u(t)){if(!w(d(e),d(t))){return false}for(var s in e){if(e[s]!==t[s])return false}return true}return false}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/base.js",["ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/aspect.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/attribute.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/aspect.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/attribute.js");t.exports=i.create({Implements:[n,a,r],initialize:function(e){this.initAttrs(e);s(this,this.attrs)},destroy:function(){this.off();for(var e in this){if(this.hasOwnProperty(e)){delete this[e]}}this.destroy=function(){}}});function s(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n="_onChange"+o(i);if(e[n]){e.on("change:"+i,e[n])}}}}function o(e){return e.charAt(0).toUpperCase()+e.substring(1)}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/src/daparser.js",["beta-jquery/jquery"],function(require,e,t){var i=require("beta-jquery/jquery");e.parseElement=function(e,t){e=i(e)[0];var n={};if(e.dataset){n=i.extend({},e.dataset)}else{var a=e.attributes;for(var r=0,c=a.length;r<c;r++){var l=a[r];var u=l.name;if(u.indexOf("data-")===0){u=s(u.substring(5));n[u]=l.value}}}return t===true?n:o(n)};var n=/-([a-z])/g;var a=/^\s*[\[{].*[\]}]\s*$/;var r=this.JSON?JSON.parse:i.parseJSON;function s(e){return e.toLowerCase().replace(n,function(e,t){return(t+"").toUpperCase()})}function o(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];if(typeof i!=="string")continue;if(a.test(i)){i=i.replace(/'/g,'"');e[t]=o(r(i))}else{e[t]=c(i)}}}return e}function c(e){if(e.toLowerCase()==="false"){e=false}else if(e.toLowerCase()==="true"){e=true}else if(/\d/.test(e)&&/[^a-z]/i.test(e)){var t=parseFloat(e);if(t+""===e){e=t}}return e}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/src/auto-render.js",["beta-jquery/jquery"],function(require,e,t){var i=require("beta-jquery/jquery");var n="data-widget-auto-rendered";e.autoRender=function(e){return new this(e).render()};e.autoRenderAll=function(t,a){if(typeof t==="function"){a=t;t=null}t=i(t||document.body);var r=[];var s=[];t.find("[data-widget]").each(function(t,i){if(!e.isDataApiOff(i)){r.push(i.getAttribute("data-widget").toLowerCase());s.push(i)}});if(r.length){seajs.use(r,function(){for(var e=0;e<arguments.length;e++){var t=arguments[e];var r=i(s[e]);if(r.attr(n))continue;var o={initElement:r,renderType:"auto"};var c=r.attr("data-widget-role");o[c?c:"element"]=r;t.autoRender&&t.autoRender(o);r.attr(n,"true")}a&&a()})}};var a=i(document.body).attr("data-api")==="off";e.isDataApiOff=function(e){var t=i(e).attr("data-api");return t==="off"||t!=="on"&&a}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/widget.js",["ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/base.js","beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/src/daparser.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/src/auto-render.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/base.js");var n=require("beta-jquery/jquery");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/src/daparser.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/src/auto-render.js");var s=".delegate-events-";var o="_onRender";var c="data-widget-cid";var l={};var u=i.extend({propsInAttrs:["initElement","element","events"],element:null,events:null,attrs:{id:null,className:null,style:null,template:"<div></div>",model:null,parentNode:document.body},initialize:function(e){this.cid=h();var t=this._parseDataAttrsConfig(e);u.superclass.initialize.call(this,e?n.extend(t,e):t);this.parseElement();this.initProps();this.delegateEvents();this.setup();this._stamp();this._isTemplate=!(e&&e.element)},_parseDataAttrsConfig:function(e){var t,i;if(e){t=e.initElement?n(e.initElement):n(e.element)}if(t&&t[0]&&!r.isDataApiOff(t)){i=a.parseElement(t)}return i},parseElement:function(){var e=this.element;if(e){this.element=n(e)}else if(this.get("template")){this.parseElementFromTemplate()}if(!this.element||!this.element[0]){throw new Error("element is invalid")}},parseElementFromTemplate:function(){var e=this.get("template");if(m(e)){e=e(this.get("model"))}this.element=n(e)},initProps:function(){},delegateEvents:function(e,t,i){if(arguments.length===0){t=y(this);e=this.element}else if(arguments.length===1){t=e;e=this.element}else if(arguments.length===2){i=t;t=e;e=this.element}else{e||(e=this.element);this._delegateElements||(this._delegateElements=[]);this._delegateElements.push(n(e))}if(d(t)&&m(i)){var a={};a[t]=i;t=a}for(var r in t){if(!t.hasOwnProperty(r))continue;var s=O(r,this);var o=s.type;var c=s.selector;(function(t,i){var a=function(e){if(m(t)){t.call(i,e)}else{i[t](e)}};if(c){n(e).on(o,c,a)}else{n(e).on(o,a)}})(t[r],this)}return this},undelegateEvents:function(e,t){if(!t){t=e;e=null}if(arguments.length===0){var i=s+this.cid;this.element&&this.element.off(i);if(this._delegateElements){for(var a in this._delegateElements){if(!this._delegateElements.hasOwnProperty(a))continue;this._delegateElements[a].off(i)}}}else{var r=O(t,this);if(!e){this.element&&this.element.off(r.type,r.selector)}else{n(e).off(r.type,r.selector)}}return this},setup:function(){},render:function(){if(!this.rendered){this._renderAndBindAttrs();this.rendered=true}var e=this.get("parentNode");if(e&&!b(this.element[0])){var t=this.constructor.outerBoxClass;if(t){var i=this._outerBox=n("<div></div>").addClass(t);i.append(this.element).appendTo(e)}else{this.element.appendTo(e)}}return this},_renderAndBindAttrs:function(){var e=this;var t=e.attrs;for(var i in t){if(!t.hasOwnProperty(i))continue;var n=o+v(i);if(this[n]){var a=this.get(i);if(!L(a)){this[n](a,undefined,i)}(function(t){e.on("change:"+i,function(i,n,a){e[t](i,n,a)})})(n)}}},_onRenderId:function(e){this.element.attr("id",e)},_onRenderClassName:function(e){this.element.addClass(e)},_onRenderStyle:function(e){this.element.css(e)},_stamp:function(){var e=this.cid;(this.initElement||this.element).attr(c,e);l[e]=this},$:function(e){return this.element.find(e)},destroy:function(){this.undelegateEvents();delete l[this.cid];if(this.element&&this._isTemplate){this.element.off();if(this._outerBox){this._outerBox.remove()}else{this.element.remove()}}this.element=null;u.superclass.destroy.call(this)}});u.query=function(e){var t=n(e).eq(0);var i;t&&(i=t.attr(c));return l[i]};u.autoRender=r.autoRender;u.autoRenderAll=r.autoRenderAll;u.StaticsWhiteList=["autoRender"];t.exports=u;var f=Object.prototype.toString;var p=0;function h(){return"widget-"+p++}function d(e){return f.call(e)==="[object String]"}function m(e){return f.call(e)==="[object Function]"}var g=n.contains||function(e,t){return!!(e.compareDocumentPosition(t)&16)};function b(e){return g(document.documentElement,e)}function v(e){return e.charAt(0).toUpperCase()+e.substring(1)}var M=/^(\S+)\s*(.*)$/;var _=/{{([^}]+)}}/g;var A="INVALID_SELECTOR";function y(e){if(m(e.events)){e.events=e.events()}return e.events}function O(e,t){var i=e.match(M);var n=i[1]+s+t.cid;var a=i[2]||undefined;if(a&&a.indexOf("{{")>-1){a=z(a,t)}return{type:n,selector:a}}function z(e,t){return e.replace(_,function(e,i){var n=i.split(".");var a=t,r;while(r=n.shift()){if(a===t.attrs){a=t.get(r)}else{a=a[r]}}if(d(a)){return a}return A})}function L(e){return e==null||e===undefined}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/overlay.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-position/position.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-ifrshim/iframe-shim.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/widget.js"],function(require,e,t){"use strict";var i=require("beta-jquery/jquery"),n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-position/position.js"),a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-ifrshim/iframe-shim.js"),r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/node_modules/@alife/beta-widget/widget.js");var s=navigator.userAgent.match(/iPad/i);var o;var c=r.extend({attrs:{width:null,height:null,zIndex:99,visible:false,align:{selfXY:[0,0],baseElement:n.VIEWPORT,baseXY:[0,0]},parentNode:document.body},show:function(){if(!this.rendered){this.render()}this.set("visible",true);return this},hide:function(){this.set("visible",false);return this},setup:function(){var e=this;this._setupShim();this._setupResize();this._setupIPad();this.after("render",function(){var e=this.element.css("position");if(this.get("align")&&(e==="static"||e==="relative")){this.element.css({position:"absolute",left:"-9999px",top:"-9999px"})}});this.after("show",function(){e._setPosition()})},destroy:function(){m(this,c.allOverlays);m(this,c.blurOverlays);return c.superclass.destroy.call(this)},_setPosition:function(e){if(!h(this.element[0]))return;e||(e=this.get("align"));if(!e)return;var t=this.element.css("display")==="none";if(t){this.element.css({visibility:"hidden",display:"block"})}n.pin({element:this.element,x:e.selfXY[0],y:e.selfXY[1]},{element:e.baseElement,x:e.baseXY[0],y:e.baseXY[1]});if(t){this.element.css({visibility:"",display:"none"})}return this},_setupShim:function(){var e=new a(this.element);this.after("hide _setPosition",e.sync,e);var t=["width","height"];for(var i in t){if(t.hasOwnProperty(i)){this.on("change:"+i,e.sync,e)}}this.before("destroy",e.destroy,e)},_setupResize:function(){c.allOverlays.push(this)},_setupIPad:function(){if(s){if(!o){o=i('<a href="javascript:void(0);" style="outline:none;display:block;position:absolute;left:0;top:0;zoom:1.01;opacity:1;background-color:transparent;"></a>');o.hide().insertBefore(i("body")[0].firstChild);var e;o.on("click",function(t){o.hide();e=document.elementFromPoint(t.clientX,t.clientY);o.show()});i(document).on("click",function(t){if(t.target!=o[0]){return}var n=i(e);switch(e.tagName.toLowerCase()){case"select":p(e,t,"mousedown");break;case"textarea":n.focus();break;case"input":var a=e.type;switch(a){case"checkbox":case"radio":p(e,t,"click");break;default:n.focus();break}break;default:p(e,t,"click");break}})}this.before("destroy",function(){o.hide()});this.on("change:visible",function(e){if(e){var t=this.element;o.css("zIndex",t.parent()[0]==document.body?t.css("zIndex"):0).css("width",Math.max(document.documentElement.clientWidth,document.getElementsByTagName("body")[0].offsetWidth)).css("height",Math.max(document.documentElement.clientHeight,document.getElementsByTagName("body")[0].offsetHeight)).show()}else{o.hide()}})}},_blurHide:function(e){e=i.makeArray(e);e.push(this.element);this._relativeElements=e;c.blurOverlays.push(this)},_onRenderWidth:function(e){this.element.css("width",e)},_onRenderHeight:function(e){this.element.css("height",e)},_onRenderZIndex:function(e){this.element.css("zIndex",e)},_onRenderAlign:function(e){this._setPosition(e)},_onRenderVisible:function(e){this.element[e?"show":"hide"]()}});c.blurOverlays=[];i(document).on("click",function(e){d(e)});var l;var u=i(window).width();var f=i(window).height();c.allOverlays=[];i(window).resize(function(){l&&clearTimeout(l);l=setTimeout(function(){var e=i(window).width();var t=i(window).height();if(u!==e||f!==t){i(c.allOverlays).each(function(e,t){if(!t||!t.get("visible")){return}t._setPosition()})}u=e;f=t},80)});t.exports=c;function p(e,t,i){var n=document.createEvent("MouseEvents");n.initMouseEvent(i,true,true,window,1,t.screenX,t.screenY,t.clientX,t.clientY,false,false,false,false,0,null);n.forwardedTouchEvent=true;e.dispatchEvent(n)}function h(e){return i.contains(document.documentElement,e)}function d(e){i(c.blurOverlays).each(function(t,n){if(!n||!n.get("visible")){return}for(var a=0;a<n._relativeElements.length;a++){var r=i(n._relativeElements[a])[0];if(r===e.target||i.contains(r,e.target)||!i.contains(document,e.target)){return}}n.hide()})}function m(e,t){for(var i=0;i<t.length;i++){if(e===t[i]){t.splice(i,1);return t}}}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/mask.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/overlay.js"],function(require,e,t){"use strict";var i=require("beta-jquery/jquery"),n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/overlay.js"),a=(window.navigator.userAgent||"").toLowerCase(),r=a.indexOf("msie 6")!==-1,s=i(document.body),o=i(document);var c=n.extend({attrs:{width:r?o.outerWidth(true):"100%",height:r?o.outerHeight(true):"100%",className:"ui-mask",opacity:.2,backgroundColor:"#000",style:{position:r?"absolute":"fixed",top:0,left:0},align:{baseElement:r?s:undefined}},show:function(){if(r){this.set("width",o.outerWidth(true));this.set("height",o.outerHeight(true))}return c.superclass.show.call(this)},_onRenderBackgroundColor:function(e){this.element.css("backgroundColor",e)},_onRenderOpacity:function(e){this.element.css("opacity",e)}});t.exports=new c});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-events/events.js",[],function(require,e,t){var i=/\s+/;function n(){}n.prototype.on=function(e,t,n){var a,r,s;if(!t)return this;a=this.__events||(this.__events={});e=e.split(i);while(r=e.shift()){s=a[r]||(a[r]=[]);s.push(t,n)}return this};n.prototype.once=function(e,t,i){var n=this;var a=function(){n.off(e,a);t.apply(this,arguments)};this.on(e,a,i)};n.prototype.off=function(e,t,n){var r,s,o,c;if(!(r=this.__events))return this;if(!(e||t||n)){delete this.__events;return this}e=e?e.split(i):a(r);while(s=e.shift()){o=r[s];if(!o)continue;if(!(t||n)){delete r[s];continue}for(c=o.length-2;c>=0;c-=2){if(!(t&&o[c]!==t||n&&o[c+1]!==n)){o.splice(c,2)}}}return this};n.prototype.trigger=function(e){var t,n,a,s,o,c,l=[],u,f=true;if(!(t=this.__events))return this;e=e.split(i);for(o=1,c=arguments.length;o<c;o++){l[o-1]=arguments[o]}while(n=e.shift()){if(a=t.all)a=a.slice();if(s=t[n])s=s.slice();f=r(s,l,this)&&f;f=r(a,[n].concat(l),this)&&f}return f};n.prototype.emit=n.prototype.trigger;n.mixTo=function(e){e=s(e)?e.prototype:e;var t=n.prototype;for(var i in t){if(t.hasOwnProperty(i)){e[i]=t[i]}}};var a=Object.keys;if(!a){a=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function r(e,t,i){var n=true;if(e){var a=0,r=e.length,s=t[0],o=t[1],c=t[2];switch(t.length){case 0:for(;a<r;a+=2){n=e[a].call(e[a+1]||i)!==false&&n}break;case 1:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s)!==false&&n}break;case 2:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o)!==false&&n}break;case 3:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o,c)!==false&&n}break;default:for(;a<r;a+=2){n=e[a].apply(e[a+1]||i,t)!==false&&n}break}}return n}function s(e){return Object.prototype.toString.call(e)==="[object Function]"}return n});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-template/node_modules/@alife/beta-handlebars/handlebars.js",[],function(require,e,t){(function(i,n){if(typeof e==="object"){t.exports=n()}else{i.Handlebars=i.Handlebars||n()}})(this,function(){var e=function(){"use strict";var e;function t(e){this.string=e}t.prototype.toString=function(){return""+this.string};e=t;return e}();var t=function(e){"use strict";var t={};var i=e;var n={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"};var a=/[&<>"'`]/g;var r=/[&<>"'`]/;function s(e){return n[e]}function o(e){for(var t=1;t<arguments.length;t++){for(var i in arguments[t]){if(Object.prototype.hasOwnProperty.call(arguments[t],i)){e[i]=arguments[t][i]}}}return e}t.extend=o;var c=Object.prototype.toString;t.toString=c;var l=function(e){return typeof e==="function"};if(l(/x/)){l=function(e){return typeof e==="function"&&c.call(e)==="[object Function]"}}var l;t.isFunction=l;var u=Array.isArray||function(e){return e&&typeof e==="object"?c.call(e)==="[object Array]":false};t.isArray=u;function f(e){if(e instanceof i){return e.toString()}else if(e==null){return""}else if(!e){return e+""}e=""+e;if(!r.test(e)){return e}return e.replace(a,s)}t.escapeExpression=f;function p(e){if(!e&&e!==0){return true}else if(u(e)&&e.length===0){return true}else{return false}}t.isEmpty=p;function h(e,t){return(e?e+".":"")+t}t.appendContextPath=h;return t}(e);var i=function(){"use strict";var e;var t=["description","fileName","lineNumber","message","name","number","stack"];function i(e,i){var n;if(i&&i.firstLine){n=i.firstLine;e+=" - "+n+":"+i.firstColumn}var a=Error.prototype.constructor.call(this,e);for(var r=0;r<t.length;r++){this[t[r]]=a[t[r]]}if(n){this.lineNumber=n;this.column=i.firstColumn}}i.prototype=new Error;e=i;return e}();var n=function(e,t){"use strict";var i={};var n=e;var a=t;var r="2.0.0";i.VERSION=r;var s=6;i.COMPILER_REVISION=s;var o={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1"};i.REVISION_CHANGES=o;var c=n.isArray,l=n.isFunction,u=n.toString,f="[object Object]";function p(e,t){this.helpers=e||{};this.partials=t||{};h(this)}i.HandlebarsEnvironment=p;p.prototype={constructor:p,logger:d,log:m,registerHelper:function(e,t){if(u.call(e)===f){if(t){throw new a("Arg not supported with multiple helpers")}n.extend(this.helpers,e)}else{this.helpers[e]=t}},unregisterHelper:function(e){delete this.helpers[e]},registerPartial:function(e,t){if(u.call(e)===f){n.extend(this.partials,e)}else{this.partials[e]=t}},unregisterPartial:function(e){delete this.partials[e]}};function h(e){e.registerHelper("helperMissing",function(){if(arguments.length===1){return undefined}else{throw new a("Missing helper: '"+arguments[arguments.length-1].name+"'")}});e.registerHelper("blockHelperMissing",function(t,i){
var a=i.inverse,r=i.fn;if(t===true){return r(this)}else if(t===false||t==null){return a(this)}else if(c(t)){if(t.length>0){if(i.ids){i.ids=[i.name]}return e.helpers.each(t,i)}else{return a(this)}}else{if(i.data&&i.ids){var s=g(i.data);s.contextPath=n.appendContextPath(i.data.contextPath,i.name);i={data:s}}return r(t,i)}});e.registerHelper("each",function(e,t){if(!t){throw new a("Must pass iterator to #each")}var i=t.fn,r=t.inverse;var s=0,o="",u;var f;if(t.data&&t.ids){f=n.appendContextPath(t.data.contextPath,t.ids[0])+"."}if(l(e)){e=e.call(this)}if(t.data){u=g(t.data)}if(e&&typeof e==="object"){if(c(e)){for(var p=e.length;s<p;s++){if(u){u.index=s;u.first=s===0;u.last=s===e.length-1;if(f){u.contextPath=f+s}}o=o+i(e[s],{data:u})}}else{for(var h in e){if(e.hasOwnProperty(h)){if(u){u.key=h;u.index=s;u.first=s===0;if(f){u.contextPath=f+h}}o=o+i(e[h],{data:u});s++}}}}if(s===0){o=r(this)}return o});e.registerHelper("if",function(e,t){if(l(e)){e=e.call(this)}if(!t.hash.includeZero&&!e||n.isEmpty(e)){return t.inverse(this)}else{return t.fn(this)}});e.registerHelper("unless",function(t,i){return e.helpers["if"].call(this,t,{fn:i.inverse,inverse:i.fn,hash:i.hash})});e.registerHelper("with",function(e,t){if(l(e)){e=e.call(this)}var i=t.fn;if(!n.isEmpty(e)){if(t.data&&t.ids){var a=g(t.data);a.contextPath=n.appendContextPath(t.data.contextPath,t.ids[0]);t={data:a}}return i(e,t)}else{return t.inverse(this)}});e.registerHelper("log",function(t,i){var n=i.data&&i.data.level!=null?parseInt(i.data.level,10):1;e.log(n,t)});e.registerHelper("lookup",function(e,t){return e&&e[t]})}var d={methodMap:{0:"debug",1:"info",2:"warn",3:"error"},DEBUG:0,INFO:1,WARN:2,ERROR:3,level:3,log:function(e,t){if(d.level<=e){var i=d.methodMap[e];if(typeof console!=="undefined"&&console[i]){console[i].call(console,t)}}}};i.logger=d;var m=d.log;i.log=m;var g=function(e){var t=n.extend({},e);t._parent=e;return t};i.createFrame=g;return i}(t,i);var a=function(e,t,i){"use strict";var n={};var a=e;var r=t;var s=i.COMPILER_REVISION;var o=i.REVISION_CHANGES;var c=i.createFrame;function l(e){var t=e&&e[0]||1,i=s;if(t!==i){if(t<i){var n=o[i],a=o[t];throw new r("Template was precompiled with an older version of Handlebars than the current runtime. "+"Please update your precompiler to a newer version ("+n+") or downgrade your runtime to an older version ("+a+").")}else{throw new r("Template was precompiled with a newer version of Handlebars than the current runtime. "+"Please update your runtime to a newer version ("+e[1]+").")}}}n.checkRevision=l;function u(e,t){if(!t){throw new r("No environment passed to template")}if(!e||!e.main){throw new r("Unknown template object: "+typeof e)}t.VM.checkRevision(e.compiler);var i=function(i,n,s,o,c,l,u,f,p){if(c){o=a.extend({},o,c)}var h=t.VM.invokePartial.call(this,i,s,o,l,u,f,p);if(h==null&&t.compile){var d={helpers:l,partials:u,data:f,depths:p};u[s]=t.compile(i,{data:f!==undefined,compat:e.compat},t);h=u[s](o,d)}if(h!=null){if(n){var m=h.split("\n");for(var g=0,b=m.length;g<b;g++){if(!m[g]&&g+1===b){break}m[g]=n+m[g]}h=m.join("\n")}return h}else{throw new r("The partial "+s+" could not be compiled when running in runtime-only mode")}};var n={lookup:function(e,t){var i=e.length;for(var n=0;n<i;n++){if(e[n]&&e[n][t]!=null){return e[n][t]}}},lambda:function(e,t){return typeof e==="function"?e.call(t):e},escapeExpression:a.escapeExpression,invokePartial:i,fn:function(t){return e[t]},programs:[],program:function(e,t,i){var n=this.programs[e],a=this.fn(e);if(t||i){n=f(this,e,a,t,i)}else if(!n){n=this.programs[e]=f(this,e,a)}return n},data:function(e,t){while(e&&t--){e=e._parent}return e},merge:function(e,t){var i=e||t;if(e&&t&&e!==t){i=a.extend({},t,e)}return i},noop:t.VM.noop,compilerInfo:e.compiler};var s=function(t,i){i=i||{};var a=i.data;s._setup(i);if(!i.partial&&e.useData){a=d(t,a)}var r;if(e.useDepths){r=i.depths?[t].concat(i.depths):[t]}return e.main.call(n,t,n.helpers,n.partials,a,r)};s.isTop=true;s._setup=function(i){if(!i.partial){n.helpers=n.merge(i.helpers,t.helpers);if(e.usePartial){n.partials=n.merge(i.partials,t.partials)}}else{n.helpers=i.helpers;n.partials=i.partials}};s._child=function(t,i,a){if(e.useDepths&&!a){throw new r("must pass parent depths")}return f(n,t,e[t],i,a)};return s}n.template=u;function f(e,t,i,n,a){var r=function(t,r){r=r||{};return i.call(e,t,e.helpers,e.partials,r.data||n,a&&[t].concat(a))};r.program=t;r.depth=a?a.length:0;return r}n.program=f;function p(e,t,i,n,a,s,o){var c={partial:true,helpers:n,partials:a,data:s,depths:o};if(e===undefined){throw new r("The partial "+t+" could not be found")}else if(e instanceof Function){return e(i,c)}}n.invokePartial=p;function h(){return""}n.noop=h;function d(e,t){if(!t||!("root"in t)){t=t?c(t):{};t.root=e}return t}return n}(t,i,n);var r=function(e,t,i,n,a){"use strict";var r;var s=e;var o=t;var c=i;var l=n;var u=a;var f=function(){var e=new s.HandlebarsEnvironment;l.extend(e,s);e.SafeString=o;e.Exception=c;e.Utils=l;e.escapeExpression=l.escapeExpression;e.VM=u;e.template=function(t){return u.template(t,e)};return e};var p=f();p.create=f;p["default"]=p;r=p;return r}(n,e,i,t,a);var s=function(e){"use strict";var t;var i=e;function n(e){e=e||{};this.firstLine=e.first_line;this.firstColumn=e.first_column;this.lastColumn=e.last_column;this.lastLine=e.last_line}var a={ProgramNode:function(e,t,i){n.call(this,i);this.type="program";this.statements=e;this.strip=t},MustacheNode:function(e,t,i,r,s){n.call(this,s);this.type="mustache";this.strip=r;if(i!=null&&i.charAt){var o=i.charAt(3)||i.charAt(2);this.escaped=o!=="{"&&o!=="&"}else{this.escaped=!!i}if(e instanceof a.SexprNode){this.sexpr=e}else{this.sexpr=new a.SexprNode(e,t)}this.id=this.sexpr.id;this.params=this.sexpr.params;this.hash=this.sexpr.hash;this.eligibleHelper=this.sexpr.eligibleHelper;this.isHelper=this.sexpr.isHelper},SexprNode:function(e,t,i){n.call(this,i);this.type="sexpr";this.hash=t;var a=this.id=e[0];var r=this.params=e.slice(1);this.isHelper=!!(r.length||t);this.eligibleHelper=this.isHelper||a.isSimple},PartialNode:function(e,t,i,a,r){n.call(this,r);this.type="partial";this.partialName=e;this.context=t;this.hash=i;this.strip=a;this.strip.inlineStandalone=true},BlockNode:function(e,t,i,a,r){n.call(this,r);this.type="block";this.mustache=e;this.program=t;this.inverse=i;this.strip=a;if(i&&!t){this.isInverse=true}},RawBlockNode:function(e,t,r,s){n.call(this,s);if(e.sexpr.id.original!==r){throw new i(e.sexpr.id.original+" doesn't match "+r,this)}t=new a.ContentNode(t,s);this.type="block";this.mustache=e;this.program=new a.ProgramNode([t],{},s)},ContentNode:function(e,t){n.call(this,t);this.type="content";this.original=this.string=e},HashNode:function(e,t){n.call(this,t);this.type="hash";this.pairs=e},IdNode:function(e,t){n.call(this,t);this.type="ID";var a="",r=[],s=0,o="";for(var c=0,l=e.length;c<l;c++){var u=e[c].part;a+=(e[c].separator||"")+u;if(u===".."||u==="."||u==="this"){if(r.length>0){throw new i("Invalid path: "+a,this)}else if(u===".."){s++;o+="../"}else{this.isScoped=true}}else{r.push(u)}}this.original=a;this.parts=r;this.string=r.join(".");this.depth=s;this.idName=o+this.string;this.isSimple=e.length===1&&!this.isScoped&&s===0;this.stringModeValue=this.string},PartialNameNode:function(e,t){n.call(this,t);this.type="PARTIAL_NAME";this.name=e.original},DataNode:function(e,t){n.call(this,t);this.type="DATA";this.id=e;this.stringModeValue=e.stringModeValue;this.idName="@"+e.stringModeValue},StringNode:function(e,t){n.call(this,t);this.type="STRING";this.original=this.string=this.stringModeValue=e},NumberNode:function(e,t){n.call(this,t);this.type="NUMBER";this.original=this.number=e;this.stringModeValue=Number(e)},BooleanNode:function(e,t){n.call(this,t);this.type="BOOLEAN";this.bool=e;this.stringModeValue=e==="true"},CommentNode:function(e,t){n.call(this,t);this.type="comment";this.comment=e;this.strip={inlineStandalone:true}}};t=a;return t}(i);var o=function(){"use strict";var e;var t=function(){var e={trace:function n(){},yy:{},symbols_:{error:2,root:3,program:4,EOF:5,program_repetition0:6,statement:7,mustache:8,block:9,rawBlock:10,partial:11,CONTENT:12,COMMENT:13,openRawBlock:14,END_RAW_BLOCK:15,OPEN_RAW_BLOCK:16,sexpr:17,CLOSE_RAW_BLOCK:18,openBlock:19,block_option0:20,closeBlock:21,openInverse:22,block_option1:23,OPEN_BLOCK:24,CLOSE:25,OPEN_INVERSE:26,inverseAndProgram:27,INVERSE:28,OPEN_ENDBLOCK:29,path:30,OPEN:31,OPEN_UNESCAPED:32,CLOSE_UNESCAPED:33,OPEN_PARTIAL:34,partialName:35,param:36,partial_option0:37,partial_option1:38,sexpr_repetition0:39,sexpr_option0:40,dataName:41,STRING:42,NUMBER:43,BOOLEAN:44,OPEN_SEXPR:45,CLOSE_SEXPR:46,hash:47,hash_repetition_plus0:48,hashSegment:49,ID:50,EQUALS:51,DATA:52,pathSegments:53,SEP:54,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",12:"CONTENT",13:"COMMENT",15:"END_RAW_BLOCK",16:"OPEN_RAW_BLOCK",18:"CLOSE_RAW_BLOCK",24:"OPEN_BLOCK",25:"CLOSE",26:"OPEN_INVERSE",28:"INVERSE",29:"OPEN_ENDBLOCK",31:"OPEN",32:"OPEN_UNESCAPED",33:"CLOSE_UNESCAPED",34:"OPEN_PARTIAL",42:"STRING",43:"NUMBER",44:"BOOLEAN",45:"OPEN_SEXPR",46:"CLOSE_SEXPR",50:"ID",51:"EQUALS",52:"DATA",54:"SEP"},productions_:[0,[3,2],[4,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[10,3],[14,3],[9,4],[9,4],[19,3],[22,3],[27,2],[21,3],[8,3],[8,3],[11,5],[11,4],[17,3],[17,1],[36,1],[36,1],[36,1],[36,1],[36,1],[36,3],[47,1],[49,3],[35,1],[35,1],[35,1],[41,2],[30,1],[53,3],[53,1],[6,0],[6,2],[20,0],[20,1],[23,0],[23,1],[37,0],[37,1],[38,0],[38,1],[39,0],[39,2],[40,0],[40,1],[48,1],[48,2]],performAction:function a(e,t,i,n,r,s,o){var c=s.length-1;switch(r){case 1:n.prepareProgram(s[c-1].statements,true);return s[c-1];break;case 2:this.$=new n.ProgramNode(n.prepareProgram(s[c]),{},this._$);break;case 3:this.$=s[c];break;case 4:this.$=s[c];break;case 5:this.$=s[c];break;case 6:this.$=s[c];break;case 7:this.$=new n.ContentNode(s[c],this._$);break;case 8:this.$=new n.CommentNode(s[c],this._$);break;case 9:this.$=new n.RawBlockNode(s[c-2],s[c-1],s[c],this._$);break;case 10:this.$=new n.MustacheNode(s[c-1],null,"","",this._$);break;case 11:this.$=n.prepareBlock(s[c-3],s[c-2],s[c-1],s[c],false,this._$);break;case 12:this.$=n.prepareBlock(s[c-3],s[c-2],s[c-1],s[c],true,this._$);break;case 13:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 14:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 15:this.$={strip:n.stripFlags(s[c-1],s[c-1]),program:s[c]};break;case 16:this.$={path:s[c-1],strip:n.stripFlags(s[c-2],s[c])};break;case 17:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 18:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 19:this.$=new n.PartialNode(s[c-3],s[c-2],s[c-1],n.stripFlags(s[c-4],s[c]),this._$);break;case 20:this.$=new n.PartialNode(s[c-2],undefined,s[c-1],n.stripFlags(s[c-3],s[c]),this._$);break;case 21:this.$=new n.SexprNode([s[c-2]].concat(s[c-1]),s[c],this._$);break;case 22:this.$=new n.SexprNode([s[c]],null,this._$);break;case 23:this.$=s[c];break;case 24:this.$=new n.StringNode(s[c],this._$);break;case 25:this.$=new n.NumberNode(s[c],this._$);break;case 26:this.$=new n.BooleanNode(s[c],this._$);break;case 27:this.$=s[c];break;case 28:s[c-1].isHelper=true;this.$=s[c-1];break;case 29:this.$=new n.HashNode(s[c],this._$);break;case 30:this.$=[s[c-2],s[c]];break;case 31:this.$=new n.PartialNameNode(s[c],this._$);break;case 32:this.$=new n.PartialNameNode(new n.StringNode(s[c],this._$),this._$);break;case 33:this.$=new n.PartialNameNode(new n.NumberNode(s[c],this._$));break;case 34:this.$=new n.DataNode(s[c],this._$);break;case 35:this.$=new n.IdNode(s[c],this._$);break;case 36:s[c-2].push({part:s[c],separator:s[c-1]});this.$=s[c-2];break;case 37:this.$=[{part:s[c]}];break;case 38:this.$=[];break;case 39:s[c-1].push(s[c]);break;case 48:this.$=[];break;case 49:s[c-1].push(s[c]);break;case 52:this.$=[s[c]];break;case 53:s[c-1].push(s[c]);break}},table:[{3:1,4:2,5:[2,38],6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],31:[2,38],32:[2,38],34:[2,38]},{1:[3]},{5:[1,4]},{5:[2,2],7:5,8:6,9:7,10:8,11:9,12:[1,10],13:[1,11],14:16,16:[1,20],19:14,22:15,24:[1,18],26:[1,19],28:[2,2],29:[2,2],31:[1,12],32:[1,13],34:[1,17]},{1:[2,1]},{5:[2,39],12:[2,39],13:[2,39],16:[2,39],24:[2,39],26:[2,39],28:[2,39],29:[2,39],31:[2,39],32:[2,39],34:[2,39]},{5:[2,3],12:[2,3],13:[2,3],16:[2,3],24:[2,3],26:[2,3],28:[2,3],29:[2,3],31:[2,3],32:[2,3],34:[2,3]},{5:[2,4],12:[2,4],13:[2,4],16:[2,4],24:[2,4],26:[2,4],28:[2,4],29:[2,4],31:[2,4],32:[2,4],34:[2,4]},{5:[2,5],12:[2,5],13:[2,5],16:[2,5],24:[2,5],26:[2,5],28:[2,5],29:[2,5],31:[2,5],32:[2,5],34:[2,5]},{5:[2,6],12:[2,6],13:[2,6],16:[2,6],24:[2,6],26:[2,6],28:[2,6],29:[2,6],31:[2,6],32:[2,6],34:[2,6]},{5:[2,7],12:[2,7],13:[2,7],16:[2,7],24:[2,7],26:[2,7],28:[2,7],29:[2,7],31:[2,7],32:[2,7],34:[2,7]},{5:[2,8],12:[2,8],13:[2,8],16:[2,8],24:[2,8],26:[2,8],28:[2,8],29:[2,8],31:[2,8],32:[2,8],34:[2,8]},{17:21,30:22,41:23,50:[1,26],52:[1,25],53:24},{17:27,30:22,41:23,50:[1,26],52:[1,25],53:24},{4:28,6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],28:[2,38],29:[2,38],31:[2,38],32:[2,38],34:[2,38]},{4:29,6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],28:[2,38],29:[2,38],31:[2,38],32:[2,38],34:[2,38]},{12:[1,30]},{30:32,35:31,42:[1,33],43:[1,34],50:[1,26],53:24},{17:35,30:22,41:23,50:[1,26],52:[1,25],53:24},{17:36,30:22,41:23,50:[1,26],52:[1,25],53:24},{17:37,30:22,41:23,50:[1,26],52:[1,25],53:24},{25:[1,38]},{18:[2,48],25:[2,48],33:[2,48],39:39,42:[2,48],43:[2,48],44:[2,48],45:[2,48],46:[2,48],50:[2,48],52:[2,48]},{18:[2,22],25:[2,22],33:[2,22],46:[2,22]},{18:[2,35],25:[2,35],33:[2,35],42:[2,35],43:[2,35],44:[2,35],45:[2,35],46:[2,35],50:[2,35],52:[2,35],54:[1,40]},{30:41,50:[1,26],53:24},{18:[2,37],25:[2,37],33:[2,37],42:[2,37],43:[2,37],44:[2,37],45:[2,37],46:[2,37],50:[2,37],52:[2,37],54:[2,37]},{33:[1,42]},{20:43,27:44,28:[1,45],29:[2,40]},{23:46,27:47,28:[1,45],29:[2,42]},{15:[1,48]},{25:[2,46],30:51,36:49,38:50,41:55,42:[1,52],43:[1,53],44:[1,54],45:[1,56],47:57,48:58,49:60,50:[1,59],52:[1,25],53:24},{25:[2,31],42:[2,31],43:[2,31],44:[2,31],45:[2,31],50:[2,31],52:[2,31]},{25:[2,32],42:[2,32],43:[2,32],44:[2,32],45:[2,32],50:[2,32],52:[2,32]},{25:[2,33],42:[2,33],43:[2,33],44:[2,33],45:[2,33],50:[2,33],52:[2,33]},{25:[1,61]},{25:[1,62]},{18:[1,63]},{5:[2,17],12:[2,17],13:[2,17],16:[2,17],24:[2,17],26:[2,17],28:[2,17],29:[2,17],31:[2,17],32:[2,17],34:[2,17]},{18:[2,50],25:[2,50],30:51,33:[2,50],36:65,40:64,41:55,42:[1,52],43:[1,53],44:[1,54],45:[1,56],46:[2,50],47:66,48:58,49:60,50:[1,59],52:[1,25],53:24},{50:[1,67]},{18:[2,34],25:[2,34],33:[2,34],42:[2,34],43:[2,34],44:[2,34],45:[2,34],46:[2,34],50:[2,34],52:[2,34]},{5:[2,18],12:[2,18],13:[2,18],16:[2,18],24:[2,18],26:[2,18],28:[2,18],29:[2,18],31:[2,18],32:[2,18],34:[2,18]},{21:68,29:[1,69]},{29:[2,41]},{4:70,6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],29:[2,38],31:[2,38],32:[2,38],34:[2,38]},{21:71,29:[1,69]},{29:[2,43]},{5:[2,9],12:[2,9],13:[2,9],16:[2,9],24:[2,9],26:[2,9],28:[2,9],29:[2,9],31:[2,9],32:[2,9],34:[2,9]},{25:[2,44],37:72,47:73,48:58,49:60,50:[1,74]},{25:[1,75]},{18:[2,23],25:[2,23],33:[2,23],42:[2,23],43:[2,23],44:[2,23],45:[2,23],46:[2,23],50:[2,23],52:[2,23]},{18:[2,24],25:[2,24],33:[2,24],42:[2,24],43:[2,24],44:[2,24],45:[2,24],46:[2,24],50:[2,24],52:[2,24]},{18:[2,25],25:[2,25],33:[2,25],42:[2,25],43:[2,25],44:[2,25],45:[2,25],46:[2,25],50:[2,25],52:[2,25]},{18:[2,26],25:[2,26],33:[2,26],42:[2,26],43:[2,26],44:[2,26],45:[2,26],46:[2,26],50:[2,26],52:[2,26]},{18:[2,27],25:[2,27],33:[2,27],42:[2,27],43:[2,27],44:[2,27],45:[2,27],46:[2,27],50:[2,27],52:[2,27]},{17:76,30:22,41:23,50:[1,26],52:[1,25],53:24},{25:[2,47]},{18:[2,29],25:[2,29],33:[2,29],46:[2,29],49:77,50:[1,74]},{18:[2,37],25:[2,37],33:[2,37],42:[2,37],43:[2,37],44:[2,37],45:[2,37],46:[2,37],50:[2,37],51:[1,78],52:[2,37],54:[2,37]},{18:[2,52],25:[2,52],33:[2,52],46:[2,52],50:[2,52]},{12:[2,13],13:[2,13],16:[2,13],24:[2,13],26:[2,13],28:[2,13],29:[2,13],31:[2,13],32:[2,13],34:[2,13]},{12:[2,14],13:[2,14],16:[2,14],24:[2,14],26:[2,14],28:[2,14],29:[2,14],31:[2,14],32:[2,14],34:[2,14]},{12:[2,10]},{18:[2,21],25:[2,21],33:[2,21],46:[2,21]},{18:[2,49],25:[2,49],33:[2,49],42:[2,49],43:[2,49],44:[2,49],45:[2,49],46:[2,49],50:[2,49],52:[2,49]},{18:[2,51],25:[2,51],33:[2,51],46:[2,51]},{18:[2,36],25:[2,36],33:[2,36],42:[2,36],43:[2,36],44:[2,36],45:[2,36],46:[2,36],50:[2,36],52:[2,36],54:[2,36]},{5:[2,11],12:[2,11],13:[2,11],16:[2,11],24:[2,11],26:[2,11],28:[2,11],29:[2,11],31:[2,11],32:[2,11],34:[2,11]},{30:79,50:[1,26],53:24},{29:[2,15]},{5:[2,12],12:[2,12],13:[2,12],16:[2,12],24:[2,12],26:[2,12],28:[2,12],29:[2,12],31:[2,12],32:[2,12],34:[2,12]},{25:[1,80]},{25:[2,45]},{51:[1,78]},{5:[2,20],12:[2,20],13:[2,20],16:[2,20],24:[2,20],26:[2,20],28:[2,20],29:[2,20],31:[2,20],32:[2,20],34:[2,20]},{46:[1,81]},{18:[2,53],25:[2,53],33:[2,53],46:[2,53],50:[2,53]},{30:51,36:82,41:55,42:[1,52],43:[1,53],44:[1,54],45:[1,56],50:[1,26],52:[1,25],53:24},{25:[1,83]},{5:[2,19],12:[2,19],13:[2,19],16:[2,19],24:[2,19],26:[2,19],28:[2,19],29:[2,19],31:[2,19],32:[2,19],34:[2,19]},{18:[2,28],25:[2,28],33:[2,28],42:[2,28],43:[2,28],44:[2,28],45:[2,28],46:[2,28],50:[2,28],52:[2,28]},{18:[2,30],25:[2,30],33:[2,30],46:[2,30],50:[2,30]},{5:[2,16],12:[2,16],13:[2,16],16:[2,16],24:[2,16],26:[2,16],28:[2,16],29:[2,16],31:[2,16],32:[2,16],34:[2,16]}],defaultActions:{4:[2,1],44:[2,41],47:[2,43],57:[2,47],63:[2,10],70:[2,15],73:[2,45]},parseError:function r(e,t){throw new Error(e)},parse:function s(e){var t=this,i=[0],n=[null],a=[],r=this.table,s="",o=0,c=0,l=0,u=2,f=1;this.lexer.setInput(e);this.lexer.yy=this.yy;this.yy.lexer=this.lexer;this.yy.parser=this;if(typeof this.lexer.yylloc=="undefined")this.lexer.yylloc={};var p=this.lexer.yylloc;a.push(p);var h=this.lexer.options&&this.lexer.options.ranges;if(typeof this.yy.parseError==="function")this.parseError=this.yy.parseError;function d(e){i.length=i.length-2*e;n.length=n.length-e;a.length=a.length-e}function m(){var e;e=t.lexer.lex()||1;if(typeof e!=="number"){e=t.symbols_[e]||e}return e}var g,b,v,M,_,A,y={},O,z,L,N;while(true){v=i[i.length-1];if(this.defaultActions[v]){M=this.defaultActions[v]}else{if(g===null||typeof g=="undefined"){g=m()}M=r[v]&&r[v][g]}if(typeof M==="undefined"||!M.length||!M[0]){var S="";if(!l){N=[];for(O in r[v])if(this.terminals_[O]&&O>2){N.push("'"+this.terminals_[O]+"'")}if(this.lexer.showPosition){S="Parse error on line "+(o+1)+":\n"+this.lexer.showPosition()+"\nExpecting "+N.join(", ")+", got '"+(this.terminals_[g]||g)+"'"}else{S="Parse error on line "+(o+1)+": Unexpected "+(g==1?"end of input":"'"+(this.terminals_[g]||g)+"'")}this.parseError(S,{text:this.lexer.match,token:this.terminals_[g]||g,line:this.lexer.yylineno,loc:p,expected:N})}}if(M[0]instanceof Array&&M.length>1){throw new Error("Parse Error: multiple actions possible at state: "+v+", token: "+g)}switch(M[0]){case 1:i.push(g);n.push(this.lexer.yytext);a.push(this.lexer.yylloc);i.push(M[1]);g=null;if(!b){c=this.lexer.yyleng;s=this.lexer.yytext;o=this.lexer.yylineno;p=this.lexer.yylloc;if(l>0)l--}else{g=b;b=null}break;case 2:z=this.productions_[M[1]][1];y.$=n[n.length-z];y._$={first_line:a[a.length-(z||1)].first_line,last_line:a[a.length-1].last_line,first_column:a[a.length-(z||1)].first_column,last_column:a[a.length-1].last_column};if(h){y._$.range=[a[a.length-(z||1)].range[0],a[a.length-1].range[1]]}A=this.performAction.call(y,s,c,o,this.yy,M[1],n,a);if(typeof A!=="undefined"){return A}if(z){i=i.slice(0,-1*z*2);n=n.slice(0,-1*z);a=a.slice(0,-1*z)}i.push(this.productions_[M[1]][0]);n.push(y.$);a.push(y._$);L=r[i[i.length-2]][i[i.length-1]];i.push(L);break;case 3:return true}}return true}};var t=function(){var e={EOF:1,parseError:function t(e,i){if(this.yy.parser){this.yy.parser.parseError(e,i)}else{throw new Error(e)}},setInput:function(e){this._input=e;this._more=this._less=this.done=false;this.yylineno=this.yyleng=0;this.yytext=this.matched=this.match="";this.conditionStack=["INITIAL"];this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0};if(this.options.ranges)this.yylloc.range=[0,0];this.offset=0;return this},input:function(){var e=this._input[0];this.yytext+=e;this.yyleng++;this.offset++;this.match+=e;this.matched+=e;var t=e.match(/(?:\r\n?|\n).*/g);if(t){this.yylineno++;this.yylloc.last_line++}else{this.yylloc.last_column++}if(this.options.ranges)this.yylloc.range[1]++;this._input=this._input.slice(1);return e},unput:function(e){var t=e.length;var i=e.split(/(?:\r\n?|\n)/g);this._input=e+this._input;this.yytext=this.yytext.substr(0,this.yytext.length-t-1);this.offset-=t;var n=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1);this.matched=this.matched.substr(0,this.matched.length-1);if(i.length-1)this.yylineno-=i.length-1;var a=this.yylloc.range;this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:i?(i.length===n.length?this.yylloc.first_column:0)+n[n.length-i.length].length-i[0].length:this.yylloc.first_column-t};if(this.options.ranges){this.yylloc.range=[a[0],a[0]+this.yyleng-t]}return this},more:function(){this._more=true;return this},less:function(e){this.unput(this.match.slice(e))},pastInput:function(){var e=this.matched.substr(0,this.matched.length-this.match.length);return(e.length>20?"...":"")+e.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var e=this.match;if(e.length<20){e+=this._input.substr(0,20-e.length)}return(e.substr(0,20)+(e.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var e=this.pastInput();var t=new Array(e.length+1).join("-");return e+this.upcomingInput()+"\n"+t+"^"},next:function(){if(this.done){return this.EOF}if(!this._input)this.done=true;var e,t,i,n,a,r;if(!this._more){this.yytext="";this.match=""}var s=this._currentRules();for(var o=0;o<s.length;o++){i=this._input.match(this.rules[s[o]]);if(i&&(!t||i[0].length>t[0].length)){t=i;n=o;if(!this.options.flex)break}}if(t){r=t[0].match(/(?:\r\n?|\n).*/g);if(r)this.yylineno+=r.length;this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length};this.yytext+=t[0];this.match+=t[0];this.matches=t;this.yyleng=this.yytext.length;if(this.options.ranges){this.yylloc.range=[this.offset,this.offset+=this.yyleng]}this._more=false;this._input=this._input.slice(t[0].length);this.matched+=t[0];e=this.performAction.call(this,this.yy,this,s[n],this.conditionStack[this.conditionStack.length-1]);if(this.done&&this._input)this.done=false;if(e)return e;else return}if(this._input===""){return this.EOF}else{return this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})}},lex:function i(){var e=this.next();if(typeof e!=="undefined"){return e}else{return this.lex()}},begin:function n(e){this.conditionStack.push(e)},popState:function a(){return this.conditionStack.pop()},_currentRules:function r(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function s(e){this.begin(e)}};e.options={};e.performAction=function o(e,t,i,n){function a(e,i){return t.yytext=t.yytext.substr(e,t.yyleng-i)}var r=n;switch(i){case 0:if(t.yytext.slice(-2)==="\\\\"){a(0,1);this.begin("mu")}else if(t.yytext.slice(-1)==="\\"){a(0,1);this.begin("emu")}else{this.begin("mu")}if(t.yytext)return 12;break;case 1:return 12;break;case 2:this.popState();return 12;break;case 3:t.yytext=t.yytext.substr(5,t.yyleng-9);this.popState();return 15;break;case 4:return 12;break;case 5:a(0,4);this.popState();return 13;break;case 6:return 45;break;case 7:return 46;break;case 8:return 16;break;case 9:this.popState();this.begin("raw");return 18;break;case 10:return 34;break;case 11:return 24;break;case 12:return 29;break;case 13:this.popState();return 28;break;case 14:this.popState();return 28;break;case 15:return 26;break;case 16:return 26;break;case 17:return 32;break;case 18:return 31;break;case 19:this.popState();this.begin("com");break;case 20:a(3,5);this.popState();return 13;break;case 21:return 31;break;case 22:return 51;break;case 23:return 50;break;case 24:return 50;break;case 25:return 54;break;case 26:break;case 27:this.popState();return 33;break;case 28:this.popState();return 25;break;case 29:t.yytext=a(1,2).replace(/\\"/g,'"');return 42;break;case 30:t.yytext=a(1,2).replace(/\\'/g,"'");return 42;break;case 31:return 52;break;case 32:return 44;break;case 33:return 44;break;case 34:return 43;break;case 35:return 50;break;case 36:t.yytext=a(1,2);return 50;break;case 37:return"INVALID";break;case 38:return 5;break}};e.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]*?(?=(\{\{\{\{\/)))/,/^(?:[\s\S]*?--\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{!--)/,/^(?:\{\{![\s\S]*?\}\})/,/^(?:\{\{(~)?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)]))))/,/^(?:\[[^\]]*\])/,/^(?:.)/,/^(?:$)/];e.conditions={mu:{rules:[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],inclusive:false},emu:{rules:[2],inclusive:false},com:{rules:[5],inclusive:false},raw:{rules:[3,4],inclusive:false},INITIAL:{rules:[0,1,38],inclusive:true}};return e}();e.lexer=t;function i(){this.yy={}}i.prototype=e;e.Parser=i;return new i}();e=t;return e}();var c=function(e){"use strict";var t={};var i=e;function n(e,t){return{left:e.charAt(2)==="~",right:t.charAt(t.length-3)==="~"}}t.stripFlags=n;function a(e,t,n,a,r,u){if(e.sexpr.id.original!==a.path.original){throw new i(e.sexpr.id.original+" doesn't match "+a.path.original,e)}var f=n&&n.program;var p={left:e.strip.left,right:a.strip.right,openStandalone:o(t.statements),closeStandalone:s((f||t).statements)};if(e.strip.right){c(t.statements,null,true)}if(f){var h=n.strip;if(h.left){l(t.statements,null,true)}if(h.right){c(f.statements,null,true)}if(a.strip.left){l(f.statements,null,true)}if(s(t.statements)&&o(f.statements)){l(t.statements);c(f.statements)}}else{if(a.strip.left){l(t.statements,null,true)}}if(r){return new this.BlockNode(e,f,t,p,u)}else{return new this.BlockNode(e,t,f,p,u)}}t.prepareBlock=a;function r(e,t){for(var i=0,n=e.length;i<n;i++){var a=e[i],r=a.strip;if(!r){continue}var u=s(e,i,t,a.type==="partial"),f=o(e,i,t),p=r.openStandalone&&u,h=r.closeStandalone&&f,d=r.inlineStandalone&&u&&f;if(r.right){c(e,i,true)}if(r.left){l(e,i,true)}if(d){c(e,i);if(l(e,i)){if(a.type==="partial"){a.indent=/([ \t]+$)/.exec(e[i-1].original)?RegExp.$1:""}}}if(p){c((a.program||a.inverse).statements);l(e,i)}if(h){c(e,i);l((a.inverse||a.program).statements)}}return e}t.prepareProgram=r;function s(e,t,i){if(t===undefined){t=e.length}var n=e[t-1],a=e[t-2];if(!n){return i}if(n.type==="content"){return(a||!i?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(n.original)}}function o(e,t,i){if(t===undefined){t=-1}var n=e[t+1],a=e[t+2];if(!n){return i}if(n.type==="content"){return(a||!i?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(n.original)}}function c(e,t,i){var n=e[t==null?0:t+1];if(!n||n.type!=="content"||!i&&n.rightStripped){return}var a=n.string;n.string=n.string.replace(i?/^\s+/:/^[ \t]*\r?\n?/,"");n.rightStripped=n.string!==a}function l(e,t,i){var n=e[t==null?e.length-1:t-1];if(!n||n.type!=="content"||!i&&n.leftStripped){return}var a=n.string;n.string=n.string.replace(i?/\s+$/:/[ \t]+$/,"");n.leftStripped=n.string!==a;return n.leftStripped}return t}(i);var l=function(e,t,i,n){"use strict";var a={};var r=e;var s=t;var o=i;var c=n.extend;a.parser=r;var l={};c(l,o,s);function u(e){if(e.constructor===s.ProgramNode){return e}r.yy=l;return r.parse(e)}a.parse=u;return a}(o,s,c,t);var u=function(e,t){"use strict";var i={};var n=e;var a=t.isArray;var r=[].slice;function s(){}i.Compiler=s;s.prototype={compiler:s,equals:function(e){var t=this.opcodes.length;if(e.opcodes.length!==t){return false}for(var i=0;i<t;i++){var n=this.opcodes[i],a=e.opcodes[i];if(n.opcode!==a.opcode||!l(n.args,a.args)){return false}}t=this.children.length;for(i=0;i<t;i++){if(!this.children[i].equals(e.children[i])){return false}}return true},guid:0,compile:function(e,t){this.opcodes=[];this.children=[];this.depths={list:[]};this.options=t;this.stringParams=t.stringParams;this.trackIds=t.trackIds;var i=this.options.knownHelpers;this.options.knownHelpers={helperMissing:true,blockHelperMissing:true,each:true,"if":true,unless:true,"with":true,log:true,lookup:true};if(i){for(var n in i){this.options.knownHelpers[n]=i[n]}}return this.accept(e)},accept:function(e){return this[e.type](e)},program:function(e){var t=e.statements;for(var i=0,n=t.length;i<n;i++){this.accept(t[i])}this.isSimple=n===1;this.depths.list=this.depths.list.sort(function(e,t){return e-t});return this},compileProgram:function(e){var t=(new this.compiler).compile(e,this.options);var i=this.guid++,n;this.usePartial=this.usePartial||t.usePartial;this.children[i]=t;for(var a=0,r=t.depths.list.length;a<r;a++){n=t.depths.list[a];if(n<2){continue}else{this.addDepth(n-1)}}return i},block:function(e){var t=e.mustache,i=e.program,n=e.inverse;if(i){i=this.compileProgram(i)}if(n){n=this.compileProgram(n)}var a=t.sexpr;var r=this.classifySexpr(a);if(r==="helper"){this.helperSexpr(a,i,n)}else if(r==="simple"){this.simpleSexpr(a);this.opcode("pushProgram",i);this.opcode("pushProgram",n);this.opcode("emptyHash");this.opcode("blockValue",a.id.original)}else{this.ambiguousSexpr(a,i,n);this.opcode("pushProgram",i);this.opcode("pushProgram",n);this.opcode("emptyHash");this.opcode("ambiguousBlockValue")}this.opcode("append")},hash:function(e){var t=e.pairs,i,n;this.opcode("pushHash");for(i=0,n=t.length;i<n;i++){this.pushParam(t[i][1])}while(i--){this.opcode("assignToHash",t[i][0])}this.opcode("popHash")},partial:function(e){var t=e.partialName;this.usePartial=true;if(e.hash){this.accept(e.hash)}else{this.opcode("push","undefined")}if(e.context){this.accept(e.context)}else{this.opcode("getContext",0);this.opcode("pushContext")}this.opcode("invokePartial",t.name,e.indent||"");this.opcode("append")},content:function(e){if(e.string){this.opcode("appendContent",e.string)}},mustache:function(e){this.sexpr(e.sexpr);if(e.escaped&&!this.options.noEscape){this.opcode("appendEscaped")}else{this.opcode("append")}},ambiguousSexpr:function(e,t,i){var n=e.id,a=n.parts[0],r=t!=null||i!=null;this.opcode("getContext",n.depth);this.opcode("pushProgram",t);this.opcode("pushProgram",i);this.ID(n);this.opcode("invokeAmbiguous",a,r)},simpleSexpr:function(e){var t=e.id;if(t.type==="DATA"){this.DATA(t)}else if(t.parts.length){this.ID(t)}else{this.addDepth(t.depth);this.opcode("getContext",t.depth);this.opcode("pushContext")}this.opcode("resolvePossibleLambda")},helperSexpr:function(e,t,i){var a=this.setupFullMustacheParams(e,t,i),r=e.id,s=r.parts[0];if(this.options.knownHelpers[s]){this.opcode("invokeKnownHelper",a.length,s)}else if(this.options.knownHelpersOnly){throw new n("You specified knownHelpersOnly, but used the unknown helper "+s,e)}else{r.falsy=true;this.ID(r);this.opcode("invokeHelper",a.length,r.original,r.isSimple)}},sexpr:function(e){var t=this.classifySexpr(e);if(t==="simple"){this.simpleSexpr(e)}else if(t==="helper"){this.helperSexpr(e)}else{this.ambiguousSexpr(e)}},ID:function(e){this.addDepth(e.depth);
this.opcode("getContext",e.depth);var t=e.parts[0];if(!t){this.opcode("pushContext")}else{this.opcode("lookupOnContext",e.parts,e.falsy,e.isScoped)}},DATA:function(e){this.options.data=true;this.opcode("lookupData",e.id.depth,e.id.parts)},STRING:function(e){this.opcode("pushString",e.string)},NUMBER:function(e){this.opcode("pushLiteral",e.number)},BOOLEAN:function(e){this.opcode("pushLiteral",e.bool)},comment:function(){},opcode:function(e){this.opcodes.push({opcode:e,args:r.call(arguments,1)})},addDepth:function(e){if(e===0){return}if(!this.depths[e]){this.depths[e]=true;this.depths.list.push(e)}},classifySexpr:function(e){var t=e.isHelper;var i=e.eligibleHelper;var n=this.options;if(i&&!t){var a=e.id.parts[0];if(n.knownHelpers[a]){t=true}else if(n.knownHelpersOnly){i=false}}if(t){return"helper"}else if(i){return"ambiguous"}else{return"simple"}},pushParams:function(e){for(var t=0,i=e.length;t<i;t++){this.pushParam(e[t])}},pushParam:function(e){if(this.stringParams){if(e.depth){this.addDepth(e.depth)}this.opcode("getContext",e.depth||0);this.opcode("pushStringParam",e.stringModeValue,e.type);if(e.type==="sexpr"){this.sexpr(e)}}else{if(this.trackIds){this.opcode("pushId",e.type,e.idName||e.stringModeValue)}this.accept(e)}},setupFullMustacheParams:function(e,t,i){var n=e.params;this.pushParams(n);this.opcode("pushProgram",t);this.opcode("pushProgram",i);if(e.hash){this.hash(e.hash)}else{this.opcode("emptyHash")}return n}};function o(e,t,i){if(e==null||typeof e!=="string"&&e.constructor!==i.AST.ProgramNode){throw new n("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+e)}t=t||{};if(!("data"in t)){t.data=true}if(t.compat){t.useDepths=true}var a=i.parse(e);var r=(new i.Compiler).compile(a,t);return(new i.JavaScriptCompiler).compile(r,t)}i.precompile=o;function c(e,t,i){if(e==null||typeof e!=="string"&&e.constructor!==i.AST.ProgramNode){throw new n("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+e)}t=t||{};if(!("data"in t)){t.data=true}if(t.compat){t.useDepths=true}var a;function r(){var n=i.parse(e);var a=(new i.Compiler).compile(n,t);var r=(new i.JavaScriptCompiler).compile(a,t,undefined,true);return i.template(r)}var s=function(e,t){if(!a){a=r()}return a.call(this,e,t)};s._setup=function(e){if(!a){a=r()}return a._setup(e)};s._child=function(e,t,i){if(!a){a=r()}return a._child(e,t,i)};return s}i.compile=c;function l(e,t){if(e===t){return true}if(a(e)&&a(t)&&e.length===t.length){for(var i=0;i<e.length;i++){if(!l(e[i],t[i])){return false}}return true}}return i}(i,t);var f=function(e,t){"use strict";var i;var n=e.COMPILER_REVISION;var a=e.REVISION_CHANGES;var r=t;function s(e){this.value=e}function o(){}o.prototype={nameLookup:function(e,t){if(o.isValidJavaScriptVariableName(t)){return e+"."+t}else{return e+"['"+t+"']"}},depthedLookup:function(e){this.aliases.lookup="this.lookup";return'lookup(depths, "'+e+'")'},compilerInfo:function(){var e=n,t=a[e];return[e,t]},appendToBuffer:function(e){if(this.environment.isSimple){return"return "+e+";"}else{return{appendToBuffer:true,content:e,toString:function(){return"buffer += "+e+";"}}}},initializeBuffer:function(){return this.quotedString("")},namespace:"Handlebars",compile:function(e,t,i,n){this.environment=e;this.options=t;this.stringParams=this.options.stringParams;this.trackIds=this.options.trackIds;this.precompile=!n;this.name=this.environment.name;this.isChild=!!i;this.context=i||{programs:[],environments:[]};this.preamble();this.stackSlot=0;this.stackVars=[];this.aliases={};this.registers={list:[]};this.hashes=[];this.compileStack=[];this.inlineStack=[];this.compileChildren(e,t);this.useDepths=this.useDepths||e.depths.list.length||this.options.compat;var a=e.opcodes,s,o,c;for(o=0,c=a.length;o<c;o++){s=a[o];this[s.opcode].apply(this,s.args)}this.pushSource("");if(this.stackSlot||this.inlineStack.length||this.compileStack.length){throw new r("Compile completed with content left on stack")}var l=this.createFunctionContext(n);if(!this.isChild){var u={compiler:this.compilerInfo(),main:l};var f=this.context.programs;for(o=0,c=f.length;o<c;o++){if(f[o]){u[o]=f[o]}}if(this.environment.usePartial){u.usePartial=true}if(this.options.data){u.useData=true}if(this.useDepths){u.useDepths=true}if(this.options.compat){u.compat=true}if(!n){u.compiler=JSON.stringify(u.compiler);u=this.objectLiteral(u)}return u}else{return l}},preamble:function(){this.lastContext=0;this.source=[]},createFunctionContext:function(e){var t="";var i=this.stackVars.concat(this.registers.list);if(i.length>0){t+=", "+i.join(", ")}for(var n in this.aliases){if(this.aliases.hasOwnProperty(n)){t+=", "+n+"="+this.aliases[n]}}var a=["depth0","helpers","partials","data"];if(this.useDepths){a.push("depths")}var r=this.mergeSource(t);if(e){a.push(r);return Function.apply(this,a)}else{return"function("+a.join(",")+") {\n  "+r+"}"}},mergeSource:function(e){var t="",i,n=!this.forceBuffer,a;for(var r=0,s=this.source.length;r<s;r++){var o=this.source[r];if(o.appendToBuffer){if(i){i=i+"\n    + "+o.content}else{i=o.content}}else{if(i){if(!t){a=true;t=i+";\n  "}else{t+="buffer += "+i+";\n  "}i=undefined}t+=o+"\n  ";if(!this.environment.isSimple){n=false}}}if(n){if(i||!t){t+="return "+(i||'""')+";\n"}}else{e+=", buffer = "+(a?"":this.initializeBuffer());if(i){t+="return buffer + "+i+";\n"}else{t+="return buffer;\n"}}if(e){t="var "+e.substring(2)+(a?"":";\n  ")+t}return t},blockValue:function(e){this.aliases.blockHelperMissing="helpers.blockHelperMissing";var t=[this.contextName(0)];this.setupParams(e,0,t);var i=this.popStack();t.splice(1,0,i);this.push("blockHelperMissing.call("+t.join(", ")+")")},ambiguousBlockValue:function(){this.aliases.blockHelperMissing="helpers.blockHelperMissing";var e=[this.contextName(0)];this.setupParams("",0,e,true);this.flushInline();var t=this.topStack();e.splice(1,0,t);this.pushSource("if (!"+this.lastHelper+") { "+t+" = blockHelperMissing.call("+e.join(", ")+"); }")},appendContent:function(e){if(this.pendingContent){e=this.pendingContent+e}this.pendingContent=e},append:function(){this.flushInline();var e=this.popStack();this.pushSource("if ("+e+" != null) { "+this.appendToBuffer(e)+" }");if(this.environment.isSimple){this.pushSource("else { "+this.appendToBuffer("''")+" }")}},appendEscaped:function(){this.aliases.escapeExpression="this.escapeExpression";this.pushSource(this.appendToBuffer("escapeExpression("+this.popStack()+")"))},getContext:function(e){this.lastContext=e},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(e,t,i){var n=0,a=e.length;if(!i&&this.options.compat&&!this.lastContext){this.push(this.depthedLookup(e[n++]))}else{this.pushContext()}for(;n<a;n++){this.replaceStack(function(i){var a=this.nameLookup(i,e[n],"context");if(!t){return" != null ? "+a+" : "+i}else{return" && "+a}})}},lookupData:function(e,t){if(!e){this.pushStackLiteral("data")}else{this.pushStackLiteral("this.data(data, "+e+")")}var i=t.length;for(var n=0;n<i;n++){this.replaceStack(function(e){return" && "+this.nameLookup(e,t[n],"data")})}},resolvePossibleLambda:function(){this.aliases.lambda="this.lambda";this.push("lambda("+this.popStack()+", "+this.contextName(0)+")")},pushStringParam:function(e,t){this.pushContext();this.pushString(t);if(t!=="sexpr"){if(typeof e==="string"){this.pushString(e)}else{this.pushStackLiteral(e)}}},emptyHash:function(){this.pushStackLiteral("{}");if(this.trackIds){this.push("{}")}if(this.stringParams){this.push("{}");this.push("{}")}},pushHash:function(){if(this.hash){this.hashes.push(this.hash)}this.hash={values:[],types:[],contexts:[],ids:[]}},popHash:function(){var e=this.hash;this.hash=this.hashes.pop();if(this.trackIds){this.push("{"+e.ids.join(",")+"}")}if(this.stringParams){this.push("{"+e.contexts.join(",")+"}");this.push("{"+e.types.join(",")+"}")}this.push("{\n    "+e.values.join(",\n    ")+"\n  }")},pushString:function(e){this.pushStackLiteral(this.quotedString(e))},push:function(e){this.inlineStack.push(e);return e},pushLiteral:function(e){this.pushStackLiteral(e)},pushProgram:function(e){if(e!=null){this.pushStackLiteral(this.programExpression(e))}else{this.pushStackLiteral(null)}},invokeHelper:function(e,t,i){this.aliases.helperMissing="helpers.helperMissing";var n=this.popStack();var a=this.setupHelper(e,t);var r=(i?a.name+" || ":"")+n+" || helperMissing";this.push("(("+r+").call("+a.callParams+"))")},invokeKnownHelper:function(e,t){var i=this.setupHelper(e,t);this.push(i.name+".call("+i.callParams+")")},invokeAmbiguous:function(e,t){this.aliases.functionType='"function"';this.aliases.helperMissing="helpers.helperMissing";this.useRegister("helper");var i=this.popStack();this.emptyHash();var n=this.setupHelper(0,e,t);var a=this.lastHelper=this.nameLookup("helpers",e,"helper");this.push("((helper = (helper = "+a+" || "+i+") != null ? helper : helperMissing"+(n.paramsInit?"),("+n.paramsInit:"")+"),"+"(typeof helper === functionType ? helper.call("+n.callParams+") : helper))")},invokePartial:function(e,t){var i=[this.nameLookup("partials",e,"partial"),"'"+t+"'","'"+e+"'",this.popStack(),this.popStack(),"helpers","partials"];if(this.options.data){i.push("data")}else if(this.options.compat){i.push("undefined")}if(this.options.compat){i.push("depths")}this.push("this.invokePartial("+i.join(", ")+")")},assignToHash:function(e){var t=this.popStack(),i,n,a;if(this.trackIds){a=this.popStack()}if(this.stringParams){n=this.popStack();i=this.popStack()}var r=this.hash;if(i){r.contexts.push("'"+e+"': "+i)}if(n){r.types.push("'"+e+"': "+n)}if(a){r.ids.push("'"+e+"': "+a)}r.values.push("'"+e+"': ("+t+")")},pushId:function(e,t){if(e==="ID"||e==="DATA"){this.pushString(t)}else if(e==="sexpr"){this.pushStackLiteral("true")}else{this.pushStackLiteral("null")}},compiler:o,compileChildren:function(e,t){var i=e.children,n,a;for(var r=0,s=i.length;r<s;r++){n=i[r];a=new this.compiler;var o=this.matchExistingProgram(n);if(o==null){this.context.programs.push("");o=this.context.programs.length;n.index=o;n.name="program"+o;this.context.programs[o]=a.compile(n,t,this.context,!this.precompile);this.context.environments[o]=n;this.useDepths=this.useDepths||a.useDepths}else{n.index=o;n.name="program"+o}}},matchExistingProgram:function(e){for(var t=0,i=this.context.environments.length;t<i;t++){var n=this.context.environments[t];if(n&&n.equals(e)){return t}}},programExpression:function(e){var t=this.environment.children[e],i=t.depths.list,n=this.useDepths,a;var r=[t.index,"data"];if(n){r.push("depths")}return"this.program("+r.join(", ")+")"},useRegister:function(e){if(!this.registers[e]){this.registers[e]=true;this.registers.list.push(e)}},pushStackLiteral:function(e){return this.push(new s(e))},pushSource:function(e){if(this.pendingContent){this.source.push(this.appendToBuffer(this.quotedString(this.pendingContent)));this.pendingContent=undefined}if(e){this.source.push(e)}},pushStack:function(e){this.flushInline();var t=this.incrStack();this.pushSource(t+" = "+e+";");this.compileStack.push(t);return t},replaceStack:function(e){var t="",i=this.isInline(),n,a,o;if(!this.isInline()){throw new r("replaceStack on non-inline")}var c=this.popStack(true);if(c instanceof s){t=n=c.value;o=true}else{a=!this.stackSlot;var l=!a?this.topStackName():this.incrStack();t="("+this.push(l)+" = "+c+")";n=this.topStack()}var u=e.call(this,n);if(!o){this.popStack()}if(a){this.stackSlot--}this.push("("+t+u+")")},incrStack:function(){this.stackSlot++;if(this.stackSlot>this.stackVars.length){this.stackVars.push("stack"+this.stackSlot)}return this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var e=this.inlineStack;if(e.length){this.inlineStack=[];for(var t=0,i=e.length;t<i;t++){var n=e[t];if(n instanceof s){this.compileStack.push(n)}else{this.pushStack(n)}}}},isInline:function(){return this.inlineStack.length},popStack:function(e){var t=this.isInline(),i=(t?this.inlineStack:this.compileStack).pop();if(!e&&i instanceof s){return i.value}else{if(!t){if(!this.stackSlot){throw new r("Invalid stack pop")}this.stackSlot--}return i}},topStack:function(){var e=this.isInline()?this.inlineStack:this.compileStack,t=e[e.length-1];if(t instanceof s){return t.value}else{return t}},contextName:function(e){if(this.useDepths&&e){return"depths["+e+"]"}else{return"depth"+e}},quotedString:function(e){return'"'+e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},objectLiteral:function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(this.quotedString(i)+":"+e[i])}}return"{"+t.join(",")+"}"},setupHelper:function(e,t,i){var n=[],a=this.setupParams(t,e,n,i);var r=this.nameLookup("helpers",t,"helper");return{params:n,paramsInit:a,name:r,callParams:[this.contextName(0)].concat(n).join(", ")}},setupOptions:function(e,t,i){var n={},a=[],r=[],s=[],o,c,l;n.name=this.quotedString(e);n.hash=this.popStack();if(this.trackIds){n.hashIds=this.popStack()}if(this.stringParams){n.hashTypes=this.popStack();n.hashContexts=this.popStack()}c=this.popStack();l=this.popStack();if(l||c){if(!l){l="this.noop"}if(!c){c="this.noop"}n.fn=l;n.inverse=c}var u=t;while(u--){o=this.popStack();i[u]=o;if(this.trackIds){s[u]=this.popStack()}if(this.stringParams){r[u]=this.popStack();a[u]=this.popStack()}}if(this.trackIds){n.ids="["+s.join(",")+"]"}if(this.stringParams){n.types="["+r.join(",")+"]";n.contexts="["+a.join(",")+"]"}if(this.options.data){n.data="data"}return n},setupParams:function(e,t,i,n){var a=this.objectLiteral(this.setupOptions(e,t,i));if(n){this.useRegister("options");i.push("options");return"options="+a}else{i.push(a);return""}}};var c=("break else new var"+" case finally return void"+" catch for switch while"+" continue function this with"+" default if throw"+" delete in try"+" do instanceof typeof"+" abstract enum int short"+" boolean export interface static"+" byte extends long super"+" char final native synchronized"+" class float package throws"+" const goto private transient"+" debugger implements protected volatile"+" double import public let yield").split(" ");var l=o.RESERVED_WORDS={};for(var u=0,f=c.length;u<f;u++){l[c[u]]=true}o.isValidJavaScriptVariableName=function(e){return!o.RESERVED_WORDS[e]&&/^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(e)};i=o;return i}(n,i);var p=function(e,t,i,n,a){"use strict";var r;var s=e;var o=t;var c=i.parser;var l=i.parse;var u=n.Compiler;var f=n.compile;var p=n.precompile;var h=a;var d=s.create;var m=function(){var e=d();e.compile=function(t,i){return f(t,i,e)};e.precompile=function(t,i){return p(t,i,e)};e.AST=o;e.Compiler=u;e.JavaScriptCompiler=h;e.Parser=c;e.parse=l;return e};s=m();s.create=m;s["default"]=s;r=s;return r}(r,s,l,u,f);return p})});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-template/template.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-template/node_modules/@alife/beta-handlebars/handlebars.js"],function(require,e,t){var i=require("beta-jquery/jquery");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-template/node_modules/@alife/beta-handlebars/handlebars.js");var a={};t.exports={templateHelpers:null,templatePartials:null,templateObject:null,parseElementFromTemplate:function(){var e,t=this.get("template");if(/^#/.test(t)&&(e=document.getElementById(t.substring(1)))){t=e.innerHTML;this.set("template",t)}this.templateObject=s(t);this.element=i(this.compile())},compile:function(e,t){e||(e=this.get("template"));t||(t=this.get("model"))||(t={});if(t.toJSON){t=t.toJSON()}if(u(e)){return e(t,{helpers:this.templateHelpers,partials:f(this.templatePartials)})}else{var i=this.templateHelpers;var r=this.templatePartials;var s,o;if(i){for(s in i){if(i.hasOwnProperty(s)){n.registerHelper(s,i[s])}}}if(r){for(o in r){if(r.hasOwnProperty(o)){n.registerPartial(o,r[o])}}}var c=a[e];if(!c){c=a[e]=n.compile(e)}var l=c(t);if(i){for(s in i){if(i.hasOwnProperty(s)){delete n.helpers[s]}}}if(r){for(o in r){if(r.hasOwnProperty(o)){delete n.partials[o]}}}return l}},renderPartial:function(e){if(this.templateObject){var t=o(this.templateObject,e);if(t){if(e){this.$(e).html(this.compile(t))}else{this.element.html(this.compile(t))}}else{this.element.html(this.compile())}}else{var n=i(this.compile());var a=n.find(e);if(a.length){this.$(e).html(a.html())}else{this.element.html(n.html())}}return this}};var r=n.compile;n.compile=function(e){return u(e)?e:r.call(n,e)};function s(e){return u(e)?null:i(c(e))}function o(e,t){if(!e)return;var i;if(t){i=e.find(t);if(i.length===0){throw new Error("Invalid template selector: "+t)}}else{i=e}return l(i.html())}function c(e){return e.replace(/({[^}]+}})/g,"<!--$1-->").replace(/\s(src|href)\s*=\s*(['"])(.*?\{.+?)\2/g," data-templatable-$1=$2$3$2")}function l(e){return e.replace(/(?:<|&lt;)!--({{[^}]+}})--(?:>|&gt;)/g,"$1").replace(/data-templatable-/gi,"")}function u(e){return typeof e==="function"}function f(e){if(!e)return{};var t={};for(var i in e){var a=e[i];t[i]=u(a)?a:n.compile(a)}return t}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/dialog-base.tpl",[],function(require,e,t){t.exports='<div class="{{classPrefix}}">\n    <a class="{{classPrefix}}-close" title="关闭本框" href="javascript:;" data-role="close"></a>\n    <div class="{{classPrefix}}-content" data-role="content"></div>\n</div>'});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/dialog-base.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/overlay.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/mask.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-events/events.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-template/template.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/dialog-base.tpl"],function(require,e,t){"use strict";var i=require("beta-jquery/jquery"),n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/overlay.js"),a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/mask.js"),r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-events/events.js"),s=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-template/template.js");var o=n.extend({Implements:s,attrs:{template:require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/dialog-base.tpl"),trigger:{value:null,getter:function(e){return i(e)}},classPrefix:"ui-dialog",content:{value:null,setter:function(e){if(/^(https?:\/\/|\/|\.\/|\.\.\/)/.test(e)){this._type="iframe"}return e}},hasMask:true,closeTpl:"×",width:500,height:null,initialHeight:300,effect:"none",zIndex:999,autoFit:true,align:{value:{selfXY:["50%","50%"],baseXY:["50%","50%"]},getter:function(e){if(this.element.height()>i(window).height()){return{selfXY:["50%","0"],baseXY:["50%","0"]}}return e}}},parseElement:function(){this.set("model",{classPrefix:this.get("classPrefix")});o.superclass.parseElement.call(this);this.contentElement=this.$("[data-role=content]");this.contentElement.css({height:"100%",zoom:1});this.$("[data-role=close]").hide()},events:{"click [data-role=close]":function(e){e.preventDefault();this.hide()}},show:function(){if(this._type==="iframe"){!this.get("height")&&this.contentElement.css("height",this.get("initialHeight"));this._showIframe()}o.superclass.show.call(this);return this},hide:function(){if(this._type==="iframe"&&this.iframe){this.iframe.attr({src:"javascript:'';"});this.iframe.remove();this.iframe=null}o.superclass.hide.call(this);clearInterval(this._interval);delete this._interval;return this},destroy:function(){this.element.remove();this.get("visible")&&this._hideMask();clearInterval(this._interval);return o.superclass.destroy.call(this)},setup:function(){o.superclass.setup.call(this);this._setupTrigger();this._setupMask();this._setupKeyEvents();this._setupFocus();c(this.element);c(this.get("trigger"));this.activeTrigger=this.get("trigger").eq(0)},_onRenderContent:function(e){if(this._type!=="iframe"){var t;try{t=i(e)}catch(n){t=[]}if(t[0]){this.contentElement.empty().append(t)}else{this.contentElement.empty().html(e)}this._setPosition()}},_onRenderCloseTpl:function(e){if(e===""){this.$("[data-role=close]").html(e).hide()}else{this.$("[data-role=close]").html(e).show()}},_onRenderVisible:function(e){if(e){if(this.get("effect")==="fade"){this.element.fadeIn(300)}else{this.element.show()}}else{this.element.hide()}},_setupTrigger:function(){this.delegateEvents(this.get("trigger"),"click",function(e){e.preventDefault();this.activeTrigger=i(e.currentTarget);this.show()})},_setupMask:function(){a._dialogs=a._dialogs||[];this.after("render",function(){this.on("change:visible",function(e){if(e){if(!this.get("hasMask")){return}a.set("zIndex",this.get("zIndex")).show();a.element.insertBefore(this.element);var t=false;for(var i=0;i<a._dialogs.length;i++){if(a._dialogs[i]===this){t=true}}if(!t){a._dialogs.push(this)}}else{this._hideMask()}})})},_hideMask:function(){if(!this.get("hasMask")){return}a._dialogs&&a._dialogs.pop();if(a._dialogs&&a._dialogs.length>0){var e=a._dialogs[a._dialogs.length-1];a.set("zIndex",e.get("zIndex"));a.element.insertBefore(e.element)}else{a.hide()}},_setupFocus:function(){this.after("show",function(){this.element.focus()});this.after("hide",function(){this.activeTrigger&&this.activeTrigger.focus()})},_setupKeyEvents:function(){this.delegateEvents(i(document),"keyup",function(e){if(e.keyCode===27){this.get("visible")&&this.hide()}})},_showIframe:function(){var e=this;if(!this.iframe){this._createIframe()}this.iframe.attr({src:this._fixUrl(),name:"dialog-iframe"+(new Date).getTime()});this.iframe.one("load",function(){if(!e.get("visible")){return}if(e.get("autoFit")){clearInterval(e._interval);e._interval=setInterval(function(){e._syncHeight()},300)}e._syncHeight();e._setPosition();e.trigger("complete:show")})},_fixUrl:function(){var e=this.get("content").match(/([^?#]*)(\?[^#]*)?(#.*)?/);e.shift();e[1]=(e[1]&&e[1]!=="?"?e[1]+"&":"?")+"t="+(new Date).getTime();return e.join("")},_createIframe:function(){var e=this;this.iframe=i("<iframe>",{src:"javascript:'';",scrolling:"no",frameborder:"no",allowTransparency:"true",css:{border:"none",width:"100%",display:"block",height:"100%",overflow:"hidden"}}).appendTo(this.contentElement);r.mixTo(this.iframe[0]);this.iframe[0].on("close",function(){e.hide()})},_syncHeight:function(){var e;if(!this.get("height")){try{this._errCount=0;e=l(this.iframe)+"px"}catch(t){this._errCount=(this._errCount||0)+1;if(this._errCount>=6){e=this.get("initialHeight");clearInterval(this._interval);delete this._interval}}this.contentElement.css("height",e);this.element[0].className=this.element[0].className}else{clearInterval(this._interval);delete this._interval}}});t.exports=o;function c(e){if(e.attr("tabindex")==null){e.attr("tabindex","-1")}}function l(e){var t=e[0].contentWindow.document;if(t.body.scrollHeight&&t.documentElement.scrollHeight){return Math.min(t.body.scrollHeight,t.documentElement.scrollHeight)}else if(t.documentElement.scrollHeight){return t.documentElement.scrollHeight}else if(t.body.scrollHeight){return t.body.scrollHeight}}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/i18n/en-us.js",[],function(require,e,t){t.exports={confirm:"Ok",cancel:"Cancel",yes:"Yes",no:"No"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/i18n/es-es.js",[],function(require,e,t){t.exports={confirm:"Ok",cancel:"Cancel",yes:"Sí",no:"No"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/i18n/zh-cn.js",[],function(require,e,t){t.exports={confirm:"确认",cancel:"取消",yes:"是",no:"否"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/i18n/zh-tw.js",[],function(require,e,t){t.exports={confirm:"確認",cancel:"取消",yes:"是",no:"否"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/i18n.js",["ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/i18n/en-us.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/i18n/es-es.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/i18n/zh-cn.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/i18n/zh-tw.js"],function(require,e,t){var i={"en-us":"en-us","es-es":"es-es","zh-cn":"zh-cn","zh-tw":"zh-tw"};var n={"en-us":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/i18n/en-us.js"),"es-es":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/i18n/es-es.js"),"zh-cn":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/i18n/zh-cn.js"),"zh-tw":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/i18n/zh-tw.js")};function a(e){var t=n[i[e]||"en-us"];t._=a;return t}try{var r=seajs.data.vars.locale}catch(s){var r="en-us"}t.exports=a(r)});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/buttons.js",["beta-jquery/jquery"],function(require,e,t){"use strict";var i=require("beta-jquery/jquery");e._buttons=null;e._setupButtons=function(){var e=this.get("buttons"),t=this.get("buttonMap"),i,n,s,o;for(s=0,o=e.length;s<o;s++){i=e[s];n=i.action;if(a(n)){n=this[n]}if(r(n)){this.delegateEvents("click [data-role="+i.name+"]",n)}}};e._convertButtons=function(e){var t,n,r,o,c=this.get("buttonMap"),l=[];e=e||[];for(t=0,n=e.length;t<n;t++){r=e[t];if(a(r)){if(c[r]){l[t]={name:r,html:c[r]}}else{throw new Error(r+" is not default button!")}}else{if(s(r)){o=r.name;if(c[o]){r=i.extend({name:o,html:c[o]},r)}if(r.html.indexOf("data-role")===-1){r.html=r.html.replace(">",' data-role="'+r.name+'">')}l[t]=r}else{throw new Error("buttons["+t+"] is invalid!")}}}return l};var n=Object.prototype.toString;function a(e){return n.call(e)==="[object String]"}function r(e){return n.call(e)==="[object Function]"}function s(e){return e&&typeof e==="object"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/dialog.tpl",[],function(require,e,t){t.exports='<div class="ui-window ui-window-normal ui-window-transition">\n    {{#hasCloseX}}<a class="ui-window-close" href="javascript:;" data-role="close">closed</a>{{/hasCloseX}}\n    {{#has title}}<h3 class="ui-window-title" data-role="title">{{title}}</h3>{{/has}}\n    <div class="ui-window-bd">\n        <div class="ui-window-content" data-role="content">{{content}}</div>\n        {{#buttonsHelp buttons}}\n        <div class="ui-window-btn" data-role="buttons">\n            {{#htmlHelp buttons i18n}}\n                {{#each buttons}}{{{html}}}{{/each}}\n            {{/htmlHelp}}\n        </div>\n        {{/buttonsHelp}}\n    </div>\n</div>'});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/dialog.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/dialog-base.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/mask.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/i18n.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/buttons.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-template/template.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/dialog.tpl"],function(require,e,t){"use strict";var i=require("beta-jquery/jquery"),n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/dialog-base.js"),a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-overlay/mask.js"),r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/i18n.js"),s=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/src/js/buttons.js"),o=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/node_modules/@alife/beta-template/template.js");var c={confirm:'<input type="button" value="{{confirm}}" id="confirm_cpf" class="ui-button ui-button-primary ui-button-medium" data-role="confirm" />',cancel:'<input type="button" value="{{cancel}}" class="ui-button ui-button-normal ui-button-medium" data-role="cancel" />',yes:'<input type="button" value="{{yes}}" class="ui-button ui-button-primary ui-button-medium" data-role="yes" />',no:'<input type="button" value="{{no}}" class="ui-button ui-button-normal ui-button-medium" data-role="no" />'},l=["hasCloseX","title","content","buttons","i18n"];var u=n.extend({Implements:[o,s],attrs:{width:400,align:{value:{selfXY:["50%","50%"],baseXY:["50%","50%"]},getter:null},i18n:{value:r,setter:function(e){return m(r,e)}},buttons:{value:null,getter:function(e){if(!this._buttons){this._buttons=this._convertButtons(e)}return this._buttons},readOnly:true},buttonMap:c,supportKeyEvents:true,hasCloseX:true,effect:null,modal:{backgroundColor:"#eee",opacity:.7},closeTpl:" ",size:{value:null,getter:function(){return[this.get("width"),this.get("height")]},setter:function(e){this.set("width",e[0]).set("height",e[1])}},template:require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/dialog.tpl"),fixMaxSize:true,fixMinHeight:40},templateHelpers:{has:function(e,t){return!e?"":t.fn(this)},buttonsHelp:function(e,t){return e.length===0?"":t.fn(this)},htmlHelp:function(e,t,i){var n,a,r;for(n=0,a=e.length;n<a;n++){r=e[n].name;e[n].html=e[n].html.replace("{{"+r+"}}",t[r])}return i.fn(this)}},events:{"click [data-role=confirm]":function(e){this.trigger("confirm");e.preventDefault()},"click [data-role=cancel]":function(e){this.trigger("cancel");e.preventDefault();this.hide()},"click [data-role=yes]":function(e){this.trigger("confirm");e.preventDefault()},"click [data-role=no]":function(e){this.trigger("no");e.preventDefault();this.hide()}},initAttrs:function(e){u.superclass.initAttrs.apply(this,arguments);this._initModel()},parseElement:function(){n.superclass.parseElement.call(this);this.contentElement=this.$("[data-role=content]");this.$("[data-role=close]").hide()},initProps:function(){u.superclass.initProps.call(this);this._setupButtons()},reposition:function(){if(this._canResize){this._maxSizeHandle()}this._setPosition()},_setupMask:function(){u.superclass._setupMask.call(this);this.before("show",function(){var e=this.get("modal");if(this.get("hasMask")){if(!d(e)){a.set(e)}}})},setup:function(){if(this.get("fixMaxSize")){var e=false;this.delegateEvents(i(window),"resize",function(){this._maxSizeHandle()});this._canResize=this._type!=="iframe";this.after("show",function(){if(this._canResize){this._maxSizeHandle()}});this.on("complete:show",function(){var e=this.contentElement[0].style.height;if(e){this.iframe.css("height",e);this._canResize=true;this._maxSizeHandle();this._setPosition()}})}u.superclass.setup.call(this);this._setupEvents()},_maxSizeHandle:function(){this.contentElement.css("maxHeight","none");var e=this.element.outerHeight();var t=i(window).height();if(e+100>t){var n=t-100-(e-this.contentElement.height());var a=this.get("fixMinHeight");if(n<a){n=a}this.contentElement.css("maxHeight",n).css("overflowY","auto").css("overflowX","hidden")}},_setupEvents:function(){
if(this.get("afterHide")){this.after("hide",this.get("afterHide"))}if(this.get("afterShow")){this.after("show",this.get("afterShow"))}if(this.get("onConfirm")){this.on("confirm",this.get("onConfirm"))}},_setupKeyEvents:function(){if(this.get("supportKeyEvents")){u.superclass._setupKeyEvents.call(this)}},_initModel:function(){var e={},t,i;for(t=0,i=l.length;t<i;t++){e[l[t]]=this.get(l[t])}if(this._type=="iframe"){e.content=""}this.set("model",e)},_onRenderTitle:function(e){this.$("[data-role=title]").html(e)},_onRenderContent:function(e){if(this._type!=="iframe"){this.contentElement.empty().html(e)}}});var f,p=function(){},h=function(){var e=this;setTimeout(function(){e.destroy();f=null},150)};u.xAlert=function(e){var t=e.callback||p;e.buttons=["confirm"];if(f){f.hide()}f=new u(e).on("confirm",function(){t.call(this);this.hide()}).show().after("hide",h)};u.xConfirm=function(e){var t=e.callback||p,i=e.afterHide||p,n=false;e.buttons=e.buttonType==="yes"?["yes","no"]:["confirm","cancel"];delete e.buttonType;if(f){f.hide()}delete e.afterHide;f=new u(e).on("confirm",function(){n=true;this.hide()}).after("hide",function(){t.call(this,n);t=p;i.call(this)}).show().after("hide",h)};t.exports=u;function d(e){return typeof e==="boolean"}function m(e,t){var i={},n;for(n in e){if(e.hasOwnProperty(n)){i[n]=t[n]||e[n]}}return i}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-template/node_modules/@alife/beta-handlebars/handlebars.js",[],function(require,e,t){(function(i,n){if(typeof e==="object"){t.exports=n()}else{i.Handlebars=i.Handlebars||n()}})(this,function(){var e=function(){"use strict";var e;function t(e){this.string=e}t.prototype.toString=function(){return""+this.string};e=t;return e}();var t=function(e){"use strict";var t={};var i=e;var n={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"};var a=/[&<>"'`]/g;var r=/[&<>"'`]/;function s(e){return n[e]}function o(e){for(var t=1;t<arguments.length;t++){for(var i in arguments[t]){if(Object.prototype.hasOwnProperty.call(arguments[t],i)){e[i]=arguments[t][i]}}}return e}t.extend=o;var c=Object.prototype.toString;t.toString=c;var l=function(e){return typeof e==="function"};if(l(/x/)){l=function(e){return typeof e==="function"&&c.call(e)==="[object Function]"}}var l;t.isFunction=l;var u=Array.isArray||function(e){return e&&typeof e==="object"?c.call(e)==="[object Array]":false};t.isArray=u;function f(e){if(e instanceof i){return e.toString()}else if(e==null){return""}else if(!e){return e+""}e=""+e;if(!r.test(e)){return e}return e.replace(a,s)}t.escapeExpression=f;function p(e){if(!e&&e!==0){return true}else if(u(e)&&e.length===0){return true}else{return false}}t.isEmpty=p;function h(e,t){return(e?e+".":"")+t}t.appendContextPath=h;return t}(e);var i=function(){"use strict";var e;var t=["description","fileName","lineNumber","message","name","number","stack"];function i(e,i){var n;if(i&&i.firstLine){n=i.firstLine;e+=" - "+n+":"+i.firstColumn}var a=Error.prototype.constructor.call(this,e);for(var r=0;r<t.length;r++){this[t[r]]=a[t[r]]}if(n){this.lineNumber=n;this.column=i.firstColumn}}i.prototype=new Error;e=i;return e}();var n=function(e,t){"use strict";var i={};var n=e;var a=t;var r="2.0.0";i.VERSION=r;var s=6;i.COMPILER_REVISION=s;var o={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1"};i.REVISION_CHANGES=o;var c=n.isArray,l=n.isFunction,u=n.toString,f="[object Object]";function p(e,t){this.helpers=e||{};this.partials=t||{};h(this)}i.HandlebarsEnvironment=p;p.prototype={constructor:p,logger:d,log:m,registerHelper:function(e,t){if(u.call(e)===f){if(t){throw new a("Arg not supported with multiple helpers")}n.extend(this.helpers,e)}else{this.helpers[e]=t}},unregisterHelper:function(e){delete this.helpers[e]},registerPartial:function(e,t){if(u.call(e)===f){n.extend(this.partials,e)}else{this.partials[e]=t}},unregisterPartial:function(e){delete this.partials[e]}};function h(e){e.registerHelper("helperMissing",function(){if(arguments.length===1){return undefined}else{throw new a("Missing helper: '"+arguments[arguments.length-1].name+"'")}});e.registerHelper("blockHelperMissing",function(t,i){var a=i.inverse,r=i.fn;if(t===true){return r(this)}else if(t===false||t==null){return a(this)}else if(c(t)){if(t.length>0){if(i.ids){i.ids=[i.name]}return e.helpers.each(t,i)}else{return a(this)}}else{if(i.data&&i.ids){var s=g(i.data);s.contextPath=n.appendContextPath(i.data.contextPath,i.name);i={data:s}}return r(t,i)}});e.registerHelper("each",function(e,t){if(!t){throw new a("Must pass iterator to #each")}var i=t.fn,r=t.inverse;var s=0,o="",u;var f;if(t.data&&t.ids){f=n.appendContextPath(t.data.contextPath,t.ids[0])+"."}if(l(e)){e=e.call(this)}if(t.data){u=g(t.data)}if(e&&typeof e==="object"){if(c(e)){for(var p=e.length;s<p;s++){if(u){u.index=s;u.first=s===0;u.last=s===e.length-1;if(f){u.contextPath=f+s}}o=o+i(e[s],{data:u})}}else{for(var h in e){if(e.hasOwnProperty(h)){if(u){u.key=h;u.index=s;u.first=s===0;if(f){u.contextPath=f+h}}o=o+i(e[h],{data:u});s++}}}}if(s===0){o=r(this)}return o});e.registerHelper("if",function(e,t){if(l(e)){e=e.call(this)}if(!t.hash.includeZero&&!e||n.isEmpty(e)){return t.inverse(this)}else{return t.fn(this)}});e.registerHelper("unless",function(t,i){return e.helpers["if"].call(this,t,{fn:i.inverse,inverse:i.fn,hash:i.hash})});e.registerHelper("with",function(e,t){if(l(e)){e=e.call(this)}var i=t.fn;if(!n.isEmpty(e)){if(t.data&&t.ids){var a=g(t.data);a.contextPath=n.appendContextPath(t.data.contextPath,t.ids[0]);t={data:a}}return i(e,t)}else{return t.inverse(this)}});e.registerHelper("log",function(t,i){var n=i.data&&i.data.level!=null?parseInt(i.data.level,10):1;e.log(n,t)});e.registerHelper("lookup",function(e,t){return e&&e[t]})}var d={methodMap:{0:"debug",1:"info",2:"warn",3:"error"},DEBUG:0,INFO:1,WARN:2,ERROR:3,level:3,log:function(e,t){if(d.level<=e){var i=d.methodMap[e];if(typeof console!=="undefined"&&console[i]){console[i].call(console,t)}}}};i.logger=d;var m=d.log;i.log=m;var g=function(e){var t=n.extend({},e);t._parent=e;return t};i.createFrame=g;return i}(t,i);var a=function(e,t,i){"use strict";var n={};var a=e;var r=t;var s=i.COMPILER_REVISION;var o=i.REVISION_CHANGES;var c=i.createFrame;function l(e){var t=e&&e[0]||1,i=s;if(t!==i){if(t<i){var n=o[i],a=o[t];throw new r("Template was precompiled with an older version of Handlebars than the current runtime. "+"Please update your precompiler to a newer version ("+n+") or downgrade your runtime to an older version ("+a+").")}else{throw new r("Template was precompiled with a newer version of Handlebars than the current runtime. "+"Please update your runtime to a newer version ("+e[1]+").")}}}n.checkRevision=l;function u(e,t){if(!t){throw new r("No environment passed to template")}if(!e||!e.main){throw new r("Unknown template object: "+typeof e)}t.VM.checkRevision(e.compiler);var i=function(i,n,s,o,c,l,u,f,p){if(c){o=a.extend({},o,c)}var h=t.VM.invokePartial.call(this,i,s,o,l,u,f,p);if(h==null&&t.compile){var d={helpers:l,partials:u,data:f,depths:p};u[s]=t.compile(i,{data:f!==undefined,compat:e.compat},t);h=u[s](o,d)}if(h!=null){if(n){var m=h.split("\n");for(var g=0,b=m.length;g<b;g++){if(!m[g]&&g+1===b){break}m[g]=n+m[g]}h=m.join("\n")}return h}else{throw new r("The partial "+s+" could not be compiled when running in runtime-only mode")}};var n={lookup:function(e,t){var i=e.length;for(var n=0;n<i;n++){if(e[n]&&e[n][t]!=null){return e[n][t]}}},lambda:function(e,t){return typeof e==="function"?e.call(t):e},escapeExpression:a.escapeExpression,invokePartial:i,fn:function(t){return e[t]},programs:[],program:function(e,t,i){var n=this.programs[e],a=this.fn(e);if(t||i){n=f(this,e,a,t,i)}else if(!n){n=this.programs[e]=f(this,e,a)}return n},data:function(e,t){while(e&&t--){e=e._parent}return e},merge:function(e,t){var i=e||t;if(e&&t&&e!==t){i=a.extend({},t,e)}return i},noop:t.VM.noop,compilerInfo:e.compiler};var s=function(t,i){i=i||{};var a=i.data;s._setup(i);if(!i.partial&&e.useData){a=d(t,a)}var r;if(e.useDepths){r=i.depths?[t].concat(i.depths):[t]}return e.main.call(n,t,n.helpers,n.partials,a,r)};s.isTop=true;s._setup=function(i){if(!i.partial){n.helpers=n.merge(i.helpers,t.helpers);if(e.usePartial){n.partials=n.merge(i.partials,t.partials)}}else{n.helpers=i.helpers;n.partials=i.partials}};s._child=function(t,i,a){if(e.useDepths&&!a){throw new r("must pass parent depths")}return f(n,t,e[t],i,a)};return s}n.template=u;function f(e,t,i,n,a){var r=function(t,r){r=r||{};return i.call(e,t,e.helpers,e.partials,r.data||n,a&&[t].concat(a))};r.program=t;r.depth=a?a.length:0;return r}n.program=f;function p(e,t,i,n,a,s,o){var c={partial:true,helpers:n,partials:a,data:s,depths:o};if(e===undefined){throw new r("The partial "+t+" could not be found")}else if(e instanceof Function){return e(i,c)}}n.invokePartial=p;function h(){return""}n.noop=h;function d(e,t){if(!t||!("root"in t)){t=t?c(t):{};t.root=e}return t}return n}(t,i,n);var r=function(e,t,i,n,a){"use strict";var r;var s=e;var o=t;var c=i;var l=n;var u=a;var f=function(){var e=new s.HandlebarsEnvironment;l.extend(e,s);e.SafeString=o;e.Exception=c;e.Utils=l;e.escapeExpression=l.escapeExpression;e.VM=u;e.template=function(t){return u.template(t,e)};return e};var p=f();p.create=f;p["default"]=p;r=p;return r}(n,e,i,t,a);var s=function(e){"use strict";var t;var i=e;function n(e){e=e||{};this.firstLine=e.first_line;this.firstColumn=e.first_column;this.lastColumn=e.last_column;this.lastLine=e.last_line}var a={ProgramNode:function(e,t,i){n.call(this,i);this.type="program";this.statements=e;this.strip=t},MustacheNode:function(e,t,i,r,s){n.call(this,s);this.type="mustache";this.strip=r;if(i!=null&&i.charAt){var o=i.charAt(3)||i.charAt(2);this.escaped=o!=="{"&&o!=="&"}else{this.escaped=!!i}if(e instanceof a.SexprNode){this.sexpr=e}else{this.sexpr=new a.SexprNode(e,t)}this.id=this.sexpr.id;this.params=this.sexpr.params;this.hash=this.sexpr.hash;this.eligibleHelper=this.sexpr.eligibleHelper;this.isHelper=this.sexpr.isHelper},SexprNode:function(e,t,i){n.call(this,i);this.type="sexpr";this.hash=t;var a=this.id=e[0];var r=this.params=e.slice(1);this.isHelper=!!(r.length||t);this.eligibleHelper=this.isHelper||a.isSimple},PartialNode:function(e,t,i,a,r){n.call(this,r);this.type="partial";this.partialName=e;this.context=t;this.hash=i;this.strip=a;this.strip.inlineStandalone=true},BlockNode:function(e,t,i,a,r){n.call(this,r);this.type="block";this.mustache=e;this.program=t;this.inverse=i;this.strip=a;if(i&&!t){this.isInverse=true}},RawBlockNode:function(e,t,r,s){n.call(this,s);if(e.sexpr.id.original!==r){throw new i(e.sexpr.id.original+" doesn't match "+r,this)}t=new a.ContentNode(t,s);this.type="block";this.mustache=e;this.program=new a.ProgramNode([t],{},s)},ContentNode:function(e,t){n.call(this,t);this.type="content";this.original=this.string=e},HashNode:function(e,t){n.call(this,t);this.type="hash";this.pairs=e},IdNode:function(e,t){n.call(this,t);this.type="ID";var a="",r=[],s=0,o="";for(var c=0,l=e.length;c<l;c++){var u=e[c].part;a+=(e[c].separator||"")+u;if(u===".."||u==="."||u==="this"){if(r.length>0){throw new i("Invalid path: "+a,this)}else if(u===".."){s++;o+="../"}else{this.isScoped=true}}else{r.push(u)}}this.original=a;this.parts=r;this.string=r.join(".");this.depth=s;this.idName=o+this.string;this.isSimple=e.length===1&&!this.isScoped&&s===0;this.stringModeValue=this.string},PartialNameNode:function(e,t){n.call(this,t);this.type="PARTIAL_NAME";this.name=e.original},DataNode:function(e,t){n.call(this,t);this.type="DATA";this.id=e;this.stringModeValue=e.stringModeValue;this.idName="@"+e.stringModeValue},StringNode:function(e,t){n.call(this,t);this.type="STRING";this.original=this.string=this.stringModeValue=e},NumberNode:function(e,t){n.call(this,t);this.type="NUMBER";this.original=this.number=e;this.stringModeValue=Number(e)},BooleanNode:function(e,t){n.call(this,t);this.type="BOOLEAN";this.bool=e;this.stringModeValue=e==="true"},CommentNode:function(e,t){n.call(this,t);this.type="comment";this.comment=e;this.strip={inlineStandalone:true}}};t=a;return t}(i);var o=function(){"use strict";var e;var t=function(){var e={trace:function n(){},yy:{},symbols_:{error:2,root:3,program:4,EOF:5,program_repetition0:6,statement:7,mustache:8,block:9,rawBlock:10,partial:11,CONTENT:12,COMMENT:13,openRawBlock:14,END_RAW_BLOCK:15,OPEN_RAW_BLOCK:16,sexpr:17,CLOSE_RAW_BLOCK:18,openBlock:19,block_option0:20,closeBlock:21,openInverse:22,block_option1:23,OPEN_BLOCK:24,CLOSE:25,OPEN_INVERSE:26,inverseAndProgram:27,INVERSE:28,OPEN_ENDBLOCK:29,path:30,OPEN:31,OPEN_UNESCAPED:32,CLOSE_UNESCAPED:33,OPEN_PARTIAL:34,partialName:35,param:36,partial_option0:37,partial_option1:38,sexpr_repetition0:39,sexpr_option0:40,dataName:41,STRING:42,NUMBER:43,BOOLEAN:44,OPEN_SEXPR:45,CLOSE_SEXPR:46,hash:47,hash_repetition_plus0:48,hashSegment:49,ID:50,EQUALS:51,DATA:52,pathSegments:53,SEP:54,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",12:"CONTENT",13:"COMMENT",15:"END_RAW_BLOCK",16:"OPEN_RAW_BLOCK",18:"CLOSE_RAW_BLOCK",24:"OPEN_BLOCK",25:"CLOSE",26:"OPEN_INVERSE",28:"INVERSE",29:"OPEN_ENDBLOCK",31:"OPEN",32:"OPEN_UNESCAPED",33:"CLOSE_UNESCAPED",34:"OPEN_PARTIAL",42:"STRING",43:"NUMBER",44:"BOOLEAN",45:"OPEN_SEXPR",46:"CLOSE_SEXPR",50:"ID",51:"EQUALS",52:"DATA",54:"SEP"},productions_:[0,[3,2],[4,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[10,3],[14,3],[9,4],[9,4],[19,3],[22,3],[27,2],[21,3],[8,3],[8,3],[11,5],[11,4],[17,3],[17,1],[36,1],[36,1],[36,1],[36,1],[36,1],[36,3],[47,1],[49,3],[35,1],[35,1],[35,1],[41,2],[30,1],[53,3],[53,1],[6,0],[6,2],[20,0],[20,1],[23,0],[23,1],[37,0],[37,1],[38,0],[38,1],[39,0],[39,2],[40,0],[40,1],[48,1],[48,2]],performAction:function a(e,t,i,n,r,s,o){var c=s.length-1;switch(r){case 1:n.prepareProgram(s[c-1].statements,true);return s[c-1];break;case 2:this.$=new n.ProgramNode(n.prepareProgram(s[c]),{},this._$);break;case 3:this.$=s[c];break;case 4:this.$=s[c];break;case 5:this.$=s[c];break;case 6:this.$=s[c];break;case 7:this.$=new n.ContentNode(s[c],this._$);break;case 8:this.$=new n.CommentNode(s[c],this._$);break;case 9:this.$=new n.RawBlockNode(s[c-2],s[c-1],s[c],this._$);break;case 10:this.$=new n.MustacheNode(s[c-1],null,"","",this._$);break;case 11:this.$=n.prepareBlock(s[c-3],s[c-2],s[c-1],s[c],false,this._$);break;case 12:this.$=n.prepareBlock(s[c-3],s[c-2],s[c-1],s[c],true,this._$);break;case 13:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 14:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 15:this.$={strip:n.stripFlags(s[c-1],s[c-1]),program:s[c]};break;case 16:this.$={path:s[c-1],strip:n.stripFlags(s[c-2],s[c])};break;case 17:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 18:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 19:this.$=new n.PartialNode(s[c-3],s[c-2],s[c-1],n.stripFlags(s[c-4],s[c]),this._$);break;case 20:this.$=new n.PartialNode(s[c-2],undefined,s[c-1],n.stripFlags(s[c-3],s[c]),this._$);break;case 21:this.$=new n.SexprNode([s[c-2]].concat(s[c-1]),s[c],this._$);break;case 22:this.$=new n.SexprNode([s[c]],null,this._$);break;case 23:this.$=s[c];break;case 24:this.$=new n.StringNode(s[c],this._$);break;case 25:this.$=new n.NumberNode(s[c],this._$);break;case 26:this.$=new n.BooleanNode(s[c],this._$);break;case 27:this.$=s[c];break;case 28:s[c-1].isHelper=true;this.$=s[c-1];break;case 29:this.$=new n.HashNode(s[c],this._$);break;case 30:this.$=[s[c-2],s[c]];break;case 31:this.$=new n.PartialNameNode(s[c],this._$);break;case 32:this.$=new n.PartialNameNode(new n.StringNode(s[c],this._$),this._$);break;case 33:this.$=new n.PartialNameNode(new n.NumberNode(s[c],this._$));break;case 34:this.$=new n.DataNode(s[c],this._$);break;case 35:this.$=new n.IdNode(s[c],this._$);break;case 36:s[c-2].push({part:s[c],separator:s[c-1]});this.$=s[c-2];break;case 37:this.$=[{part:s[c]}];break;case 38:this.$=[];break;case 39:s[c-1].push(s[c]);break;case 48:this.$=[];break;case 49:s[c-1].push(s[c]);break;case 52:this.$=[s[c]];break;case 53:s[c-1].push(s[c]);break}},table:[{3:1,4:2,5:[2,38],6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],31:[2,38],32:[2,38],34:[2,38]},{1:[3]},{5:[1,4]},{5:[2,2],7:5,8:6,9:7,10:8,11:9,12:[1,10],13:[1,11],14:16,16:[1,20],19:14,22:15,24:[1,18],26:[1,19],28:[2,2],29:[2,2],31:[1,12],32:[1,13],34:[1,17]},{1:[2,1]},{5:[2,39],12:[2,39],13:[2,39],16:[2,39],24:[2,39],26:[2,39],28:[2,39],29:[2,39],31:[2,39],32:[2,39],34:[2,39]},{5:[2,3],12:[2,3],13:[2,3],16:[2,3],24:[2,3],26:[2,3],28:[2,3],29:[2,3],31:[2,3],32:[2,3],34:[2,3]},{5:[2,4],12:[2,4],13:[2,4],16:[2,4],24:[2,4],26:[2,4],28:[2,4],29:[2,4],31:[2,4],32:[2,4],34:[2,4]},{5:[2,5],12:[2,5],13:[2,5],16:[2,5],24:[2,5],26:[2,5],28:[2,5],29:[2,5],31:[2,5],32:[2,5],34:[2,5]},{5:[2,6],12:[2,6],13:[2,6],16:[2,6],24:[2,6],26:[2,6],28:[2,6],29:[2,6],31:[2,6],32:[2,6],34:[2,6]},{5:[2,7],12:[2,7],13:[2,7],16:[2,7],24:[2,7],26:[2,7],28:[2,7],29:[2,7],31:[2,7],32:[2,7],34:[2,7]},{5:[2,8],12:[2,8],13:[2,8],16:[2,8],24:[2,8],26:[2,8],28:[2,8],29:[2,8],31:[2,8],32:[2,8],34:[2,8]},{17:21,30:22,41:23,50:[1,26],52:[1,25],53:24},{17:27,30:22,41:23,50:[1,26],52:[1,25],53:24},{4:28,6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],28:[2,38],29:[2,38],31:[2,38],32:[2,38],34:[2,38]},{4:29,6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],28:[2,38],29:[2,38],31:[2,38],32:[2,38],34:[2,38]},{12:[1,30]},{30:32,35:31,42:[1,33],43:[1,34],50:[1,26],53:24},{17:35,30:22,41:23,50:[1,26],52:[1,25],53:24},{17:36,30:22,41:23,50:[1,26],52:[1,25],53:24},{17:37,30:22,41:23,50:[1,26],52:[1,25],53:24},{25:[1,38]},{18:[2,48],25:[2,48],33:[2,48],39:39,42:[2,48],43:[2,48],44:[2,48],45:[2,48],46:[2,48],50:[2,48],52:[2,48]},{18:[2,22],25:[2,22],33:[2,22],46:[2,22]},{18:[2,35],25:[2,35],33:[2,35],42:[2,35],43:[2,35],44:[2,35],45:[2,35],46:[2,35],50:[2,35],52:[2,35],54:[1,40]},{30:41,50:[1,26],53:24},{18:[2,37],25:[2,37],33:[2,37],42:[2,37],43:[2,37],44:[2,37],45:[2,37],46:[2,37],50:[2,37],52:[2,37],54:[2,37]},{33:[1,42]},{20:43,27:44,28:[1,45],29:[2,40]},{23:46,27:47,28:[1,45],29:[2,42]},{15:[1,48]},{25:[2,46],30:51,36:49,38:50,41:55,42:[1,52],43:[1,53],44:[1,54],45:[1,56],47:57,48:58,49:60,50:[1,59],52:[1,25],53:24},{25:[2,31],42:[2,31],43:[2,31],44:[2,31],45:[2,31],50:[2,31],52:[2,31]},{25:[2,32],42:[2,32],43:[2,32],44:[2,32],45:[2,32],50:[2,32],52:[2,32]},{25:[2,33],42:[2,33],43:[2,33],44:[2,33],45:[2,33],50:[2,33],52:[2,33]},{25:[1,61]},{25:[1,62]},{18:[1,63]},{5:[2,17],12:[2,17],13:[2,17],16:[2,17],24:[2,17],26:[2,17],28:[2,17],29:[2,17],31:[2,17],32:[2,17],34:[2,17]},{18:[2,50],25:[2,50],30:51,33:[2,50],36:65,40:64,41:55,42:[1,52],43:[1,53],44:[1,54],45:[1,56],46:[2,50],47:66,48:58,49:60,50:[1,59],52:[1,25],53:24},{50:[1,67]},{18:[2,34],25:[2,34],33:[2,34],42:[2,34],43:[2,34],44:[2,34],45:[2,34],46:[2,34],50:[2,34],52:[2,34]},{5:[2,18],12:[2,18],13:[2,18],16:[2,18],24:[2,18],26:[2,18],28:[2,18],29:[2,18],31:[2,18],32:[2,18],34:[2,18]},{21:68,29:[1,69]},{29:[2,41]},{4:70,6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],29:[2,38],31:[2,38],32:[2,38],34:[2,38]},{21:71,29:[1,69]},{29:[2,43]},{5:[2,9],12:[2,9],13:[2,9],16:[2,9],24:[2,9],26:[2,9],28:[2,9],29:[2,9],31:[2,9],32:[2,9],34:[2,9]},{25:[2,44],37:72,47:73,48:58,49:60,50:[1,74]},{25:[1,75]},{18:[2,23],25:[2,23],33:[2,23],42:[2,23],43:[2,23],44:[2,23],45:[2,23],46:[2,23],50:[2,23],52:[2,23]},{18:[2,24],25:[2,24],33:[2,24],42:[2,24],43:[2,24],44:[2,24],45:[2,24],46:[2,24],50:[2,24],52:[2,24]},{18:[2,25],25:[2,25],33:[2,25],42:[2,25],43:[2,25],44:[2,25],45:[2,25],46:[2,25],50:[2,25],52:[2,25]},{18:[2,26],25:[2,26],33:[2,26],42:[2,26],43:[2,26],44:[2,26],45:[2,26],46:[2,26],50:[2,26],52:[2,26]},{18:[2,27],25:[2,27],33:[2,27],42:[2,27],43:[2,27],44:[2,27],45:[2,27],46:[2,27],50:[2,27],52:[2,27]},{17:76,30:22,41:23,50:[1,26],52:[1,25],53:24},{25:[2,47]},{18:[2,29],25:[2,29],33:[2,29],46:[2,29],49:77,50:[1,74]},{18:[2,37],25:[2,37],33:[2,37],42:[2,37],43:[2,37],44:[2,37],45:[2,37],46:[2,37],50:[2,37],51:[1,78],52:[2,37],54:[2,37]},{18:[2,52],25:[2,52],33:[2,52],46:[2,52],50:[2,52]},{12:[2,13],13:[2,13],16:[2,13],24:[2,13],26:[2,13],28:[2,13],29:[2,13],31:[2,13],32:[2,13],34:[2,13]},{12:[2,14],13:[2,14],16:[2,14],24:[2,14],26:[2,14],28:[2,14],29:[2,14],31:[2,14],32:[2,14],34:[2,14]},{12:[2,10]},{18:[2,21],25:[2,21],33:[2,21],46:[2,21]},{18:[2,49],25:[2,49],33:[2,49],42:[2,49],43:[2,49],44:[2,49],45:[2,49],46:[2,49],50:[2,49],52:[2,49]},{18:[2,51],25:[2,51],33:[2,51],46:[2,51]},{18:[2,36],25:[2,36],33:[2,36],42:[2,36],43:[2,36],44:[2,36],45:[2,36],46:[2,36],50:[2,36],52:[2,36],54:[2,36]},{5:[2,11],12:[2,11],13:[2,11],16:[2,11],24:[2,11],26:[2,11],28:[2,11],29:[2,11],31:[2,11],32:[2,11],34:[2,11]},{30:79,50:[1,26],53:24},{29:[2,15]},{5:[2,12],12:[2,12],13:[2,12],16:[2,12],24:[2,12],26:[2,12],28:[2,12],29:[2,12],31:[2,12],32:[2,12],34:[2,12]},{25:[1,80]},{25:[2,45]},{51:[1,78]},{5:[2,20],12:[2,20],13:[2,20],16:[2,20],24:[2,20],26:[2,20],28:[2,20],29:[2,20],31:[2,20],32:[2,20],34:[2,20]},{46:[1,81]},{18:[2,53],25:[2,53],33:[2,53],46:[2,53],50:[2,53]},{30:51,36:82,41:55,42:[1,52],43:[1,53],44:[1,54],45:[1,56],50:[1,26],52:[1,25],53:24},{25:[1,83]},{5:[2,19],12:[2,19],13:[2,19],16:[2,19],24:[2,19],26:[2,19],28:[2,19],29:[2,19],31:[2,19],32:[2,19],34:[2,19]},{18:[2,28],25:[2,28],33:[2,28],42:[2,28],43:[2,28],44:[2,28],45:[2,28],46:[2,28],50:[2,28],52:[2,28]},{18:[2,30],25:[2,30],33:[2,30],46:[2,30],50:[2,30]},{5:[2,16],12:[2,16],13:[2,16],16:[2,16],24:[2,16],26:[2,16],28:[2,16],29:[2,16],31:[2,16],32:[2,16],34:[2,16]}],defaultActions:{4:[2,1],44:[2,41],47:[2,43],57:[2,47],63:[2,10],70:[2,15],73:[2,45]},parseError:function r(e,t){throw new Error(e)},parse:function s(e){var t=this,i=[0],n=[null],a=[],r=this.table,s="",o=0,c=0,l=0,u=2,f=1;this.lexer.setInput(e);this.lexer.yy=this.yy;this.yy.lexer=this.lexer;this.yy.parser=this;if(typeof this.lexer.yylloc=="undefined")this.lexer.yylloc={};var p=this.lexer.yylloc;a.push(p);var h=this.lexer.options&&this.lexer.options.ranges;if(typeof this.yy.parseError==="function")this.parseError=this.yy.parseError;function d(e){i.length=i.length-2*e;n.length=n.length-e;a.length=a.length-e}function m(){var e;e=t.lexer.lex()||1;if(typeof e!=="number"){e=t.symbols_[e]||e}return e}var g,b,v,M,_,A,y={},O,z,L,N;while(true){v=i[i.length-1];if(this.defaultActions[v]){M=this.defaultActions[v]}else{if(g===null||typeof g=="undefined"){g=m()}M=r[v]&&r[v][g]}if(typeof M==="undefined"||!M.length||!M[0]){var S="";if(!l){N=[];for(O in r[v])if(this.terminals_[O]&&O>2){N.push("'"+this.terminals_[O]+"'")}if(this.lexer.showPosition){S="Parse error on line "+(o+1)+":\n"+this.lexer.showPosition()+"\nExpecting "+N.join(", ")+", got '"+(this.terminals_[g]||g)+"'"}else{S="Parse error on line "+(o+1)+": Unexpected "+(g==1?"end of input":"'"+(this.terminals_[g]||g)+"'")}this.parseError(S,{text:this.lexer.match,token:this.terminals_[g]||g,line:this.lexer.yylineno,loc:p,expected:N})}}if(M[0]instanceof Array&&M.length>1){throw new Error("Parse Error: multiple actions possible at state: "+v+", token: "+g)}switch(M[0]){case 1:i.push(g);n.push(this.lexer.yytext);a.push(this.lexer.yylloc);i.push(M[1]);g=null;if(!b){c=this.lexer.yyleng;s=this.lexer.yytext;o=this.lexer.yylineno;p=this.lexer.yylloc;if(l>0)l--}else{g=b;b=null}break;case 2:z=this.productions_[M[1]][1];y.$=n[n.length-z];y._$={first_line:a[a.length-(z||1)].first_line,last_line:a[a.length-1].last_line,first_column:a[a.length-(z||1)].first_column,last_column:a[a.length-1].last_column};if(h){y._$.range=[a[a.length-(z||1)].range[0],a[a.length-1].range[1]]}A=this.performAction.call(y,s,c,o,this.yy,M[1],n,a);if(typeof A!=="undefined"){return A}if(z){i=i.slice(0,-1*z*2);n=n.slice(0,-1*z);a=a.slice(0,-1*z)}i.push(this.productions_[M[1]][0]);n.push(y.$);a.push(y._$);L=r[i[i.length-2]][i[i.length-1]];i.push(L);break;case 3:return true}}return true}};var t=function(){var e={EOF:1,parseError:function t(e,i){if(this.yy.parser){this.yy.parser.parseError(e,i)}else{throw new Error(e)}},setInput:function(e){this._input=e;this._more=this._less=this.done=false;this.yylineno=this.yyleng=0;this.yytext=this.matched=this.match="";this.conditionStack=["INITIAL"];this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0};if(this.options.ranges)this.yylloc.range=[0,0];this.offset=0;return this},input:function(){var e=this._input[0];this.yytext+=e;this.yyleng++;this.offset++;this.match+=e;this.matched+=e;var t=e.match(/(?:\r\n?|\n).*/g);if(t){this.yylineno++;this.yylloc.last_line++}else{this.yylloc.last_column++}if(this.options.ranges)this.yylloc.range[1]++;this._input=this._input.slice(1);return e},unput:function(e){var t=e.length;var i=e.split(/(?:\r\n?|\n)/g);this._input=e+this._input;this.yytext=this.yytext.substr(0,this.yytext.length-t-1);this.offset-=t;var n=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1);this.matched=this.matched.substr(0,this.matched.length-1);if(i.length-1)this.yylineno-=i.length-1;var a=this.yylloc.range;this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:i?(i.length===n.length?this.yylloc.first_column:0)+n[n.length-i.length].length-i[0].length:this.yylloc.first_column-t};if(this.options.ranges){this.yylloc.range=[a[0],a[0]+this.yyleng-t]}return this},more:function(){this._more=true;return this},less:function(e){this.unput(this.match.slice(e))},pastInput:function(){var e=this.matched.substr(0,this.matched.length-this.match.length);return(e.length>20?"...":"")+e.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var e=this.match;if(e.length<20){e+=this._input.substr(0,20-e.length)}return(e.substr(0,20)+(e.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var e=this.pastInput();var t=new Array(e.length+1).join("-");return e+this.upcomingInput()+"\n"+t+"^"},next:function(){if(this.done){return this.EOF}if(!this._input)this.done=true;var e,t,i,n,a,r;if(!this._more){this.yytext="";this.match=""}var s=this._currentRules();for(var o=0;o<s.length;o++){i=this._input.match(this.rules[s[o]]);if(i&&(!t||i[0].length>t[0].length)){t=i;n=o;if(!this.options.flex)break}}if(t){r=t[0].match(/(?:\r\n?|\n).*/g);if(r)this.yylineno+=r.length;this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length};this.yytext+=t[0];this.match+=t[0];this.matches=t;this.yyleng=this.yytext.length;if(this.options.ranges){this.yylloc.range=[this.offset,this.offset+=this.yyleng]}this._more=false;this._input=this._input.slice(t[0].length);this.matched+=t[0];e=this.performAction.call(this,this.yy,this,s[n],this.conditionStack[this.conditionStack.length-1]);if(this.done&&this._input)this.done=false;if(e)return e;else return}if(this._input===""){return this.EOF}else{return this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})}},lex:function i(){var e=this.next();if(typeof e!=="undefined"){return e}else{return this.lex()}},begin:function n(e){this.conditionStack.push(e)},popState:function a(){return this.conditionStack.pop()},_currentRules:function r(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function s(e){this.begin(e)}};e.options={};e.performAction=function o(e,t,i,n){function a(e,i){return t.yytext=t.yytext.substr(e,t.yyleng-i)}var r=n;switch(i){case 0:if(t.yytext.slice(-2)==="\\\\"){a(0,1);this.begin("mu")}else if(t.yytext.slice(-1)==="\\"){a(0,1);this.begin("emu")}else{this.begin("mu")}if(t.yytext)return 12;break;case 1:return 12;break;case 2:this.popState();return 12;break;case 3:t.yytext=t.yytext.substr(5,t.yyleng-9);this.popState();return 15;break;case 4:return 12;break;case 5:a(0,4);this.popState();return 13;break;case 6:return 45;break;case 7:return 46;break;case 8:return 16;break;case 9:this.popState();this.begin("raw");return 18;break;case 10:return 34;break;case 11:return 24;break;case 12:return 29;break;case 13:this.popState();return 28;break;case 14:this.popState();return 28;break;case 15:return 26;break;case 16:return 26;break;case 17:return 32;break;case 18:return 31;break;case 19:this.popState();this.begin("com");break;case 20:a(3,5);this.popState();return 13;break;case 21:return 31;break;case 22:return 51;break;case 23:return 50;break;case 24:return 50;break;case 25:return 54;break;case 26:break;case 27:this.popState();return 33;break;case 28:this.popState();return 25;break;case 29:t.yytext=a(1,2).replace(/\\"/g,'"');return 42;break;case 30:t.yytext=a(1,2).replace(/\\'/g,"'");return 42;break;case 31:return 52;break;case 32:return 44;break;case 33:return 44;break;case 34:return 43;break;case 35:return 50;break;case 36:t.yytext=a(1,2);return 50;break;case 37:return"INVALID";break;case 38:return 5;break}};e.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]*?(?=(\{\{\{\{\/)))/,/^(?:[\s\S]*?--\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{!--)/,/^(?:\{\{![\s\S]*?\}\})/,/^(?:\{\{(~)?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)]))))/,/^(?:\[[^\]]*\])/,/^(?:.)/,/^(?:$)/];e.conditions={mu:{rules:[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],inclusive:false},emu:{rules:[2],inclusive:false},com:{rules:[5],inclusive:false},raw:{rules:[3,4],inclusive:false},INITIAL:{rules:[0,1,38],inclusive:true}};return e}();e.lexer=t;function i(){this.yy={}}i.prototype=e;e.Parser=i;return new i}();e=t;return e}();var c=function(e){"use strict";var t={};var i=e;function n(e,t){return{left:e.charAt(2)==="~",right:t.charAt(t.length-3)==="~"}}t.stripFlags=n;function a(e,t,n,a,r,u){if(e.sexpr.id.original!==a.path.original){throw new i(e.sexpr.id.original+" doesn't match "+a.path.original,e)}var f=n&&n.program;var p={left:e.strip.left,right:a.strip.right,openStandalone:o(t.statements),closeStandalone:s((f||t).statements)};if(e.strip.right){c(t.statements,null,true)}if(f){var h=n.strip;if(h.left){l(t.statements,null,true)}if(h.right){c(f.statements,null,true)}if(a.strip.left){l(f.statements,null,true)}if(s(t.statements)&&o(f.statements)){l(t.statements);c(f.statements)}}else{if(a.strip.left){l(t.statements,null,true)}}if(r){return new this.BlockNode(e,f,t,p,u)}else{return new this.BlockNode(e,t,f,p,u)}}t.prepareBlock=a;function r(e,t){for(var i=0,n=e.length;i<n;i++){var a=e[i],r=a.strip;if(!r){continue}var u=s(e,i,t,a.type==="partial"),f=o(e,i,t),p=r.openStandalone&&u,h=r.closeStandalone&&f,d=r.inlineStandalone&&u&&f;if(r.right){c(e,i,true)}if(r.left){l(e,i,true)}if(d){c(e,i);if(l(e,i)){if(a.type==="partial"){a.indent=/([ \t]+$)/.exec(e[i-1].original)?RegExp.$1:""}}}if(p){c((a.program||a.inverse).statements);l(e,i)}if(h){c(e,i);l((a.inverse||a.program).statements)}}return e}t.prepareProgram=r;function s(e,t,i){if(t===undefined){t=e.length}var n=e[t-1],a=e[t-2];if(!n){return i}if(n.type==="content"){return(a||!i?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(n.original)}}function o(e,t,i){if(t===undefined){t=-1}var n=e[t+1],a=e[t+2];if(!n){return i}if(n.type==="content"){return(a||!i?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(n.original)}}function c(e,t,i){var n=e[t==null?0:t+1];
if(!n||n.type!=="content"||!i&&n.rightStripped){return}var a=n.string;n.string=n.string.replace(i?/^\s+/:/^[ \t]*\r?\n?/,"");n.rightStripped=n.string!==a}function l(e,t,i){var n=e[t==null?e.length-1:t-1];if(!n||n.type!=="content"||!i&&n.leftStripped){return}var a=n.string;n.string=n.string.replace(i?/\s+$/:/[ \t]+$/,"");n.leftStripped=n.string!==a;return n.leftStripped}return t}(i);var l=function(e,t,i,n){"use strict";var a={};var r=e;var s=t;var o=i;var c=n.extend;a.parser=r;var l={};c(l,o,s);function u(e){if(e.constructor===s.ProgramNode){return e}r.yy=l;return r.parse(e)}a.parse=u;return a}(o,s,c,t);var u=function(e,t){"use strict";var i={};var n=e;var a=t.isArray;var r=[].slice;function s(){}i.Compiler=s;s.prototype={compiler:s,equals:function(e){var t=this.opcodes.length;if(e.opcodes.length!==t){return false}for(var i=0;i<t;i++){var n=this.opcodes[i],a=e.opcodes[i];if(n.opcode!==a.opcode||!l(n.args,a.args)){return false}}t=this.children.length;for(i=0;i<t;i++){if(!this.children[i].equals(e.children[i])){return false}}return true},guid:0,compile:function(e,t){this.opcodes=[];this.children=[];this.depths={list:[]};this.options=t;this.stringParams=t.stringParams;this.trackIds=t.trackIds;var i=this.options.knownHelpers;this.options.knownHelpers={helperMissing:true,blockHelperMissing:true,each:true,"if":true,unless:true,"with":true,log:true,lookup:true};if(i){for(var n in i){this.options.knownHelpers[n]=i[n]}}return this.accept(e)},accept:function(e){return this[e.type](e)},program:function(e){var t=e.statements;for(var i=0,n=t.length;i<n;i++){this.accept(t[i])}this.isSimple=n===1;this.depths.list=this.depths.list.sort(function(e,t){return e-t});return this},compileProgram:function(e){var t=(new this.compiler).compile(e,this.options);var i=this.guid++,n;this.usePartial=this.usePartial||t.usePartial;this.children[i]=t;for(var a=0,r=t.depths.list.length;a<r;a++){n=t.depths.list[a];if(n<2){continue}else{this.addDepth(n-1)}}return i},block:function(e){var t=e.mustache,i=e.program,n=e.inverse;if(i){i=this.compileProgram(i)}if(n){n=this.compileProgram(n)}var a=t.sexpr;var r=this.classifySexpr(a);if(r==="helper"){this.helperSexpr(a,i,n)}else if(r==="simple"){this.simpleSexpr(a);this.opcode("pushProgram",i);this.opcode("pushProgram",n);this.opcode("emptyHash");this.opcode("blockValue",a.id.original)}else{this.ambiguousSexpr(a,i,n);this.opcode("pushProgram",i);this.opcode("pushProgram",n);this.opcode("emptyHash");this.opcode("ambiguousBlockValue")}this.opcode("append")},hash:function(e){var t=e.pairs,i,n;this.opcode("pushHash");for(i=0,n=t.length;i<n;i++){this.pushParam(t[i][1])}while(i--){this.opcode("assignToHash",t[i][0])}this.opcode("popHash")},partial:function(e){var t=e.partialName;this.usePartial=true;if(e.hash){this.accept(e.hash)}else{this.opcode("push","undefined")}if(e.context){this.accept(e.context)}else{this.opcode("getContext",0);this.opcode("pushContext")}this.opcode("invokePartial",t.name,e.indent||"");this.opcode("append")},content:function(e){if(e.string){this.opcode("appendContent",e.string)}},mustache:function(e){this.sexpr(e.sexpr);if(e.escaped&&!this.options.noEscape){this.opcode("appendEscaped")}else{this.opcode("append")}},ambiguousSexpr:function(e,t,i){var n=e.id,a=n.parts[0],r=t!=null||i!=null;this.opcode("getContext",n.depth);this.opcode("pushProgram",t);this.opcode("pushProgram",i);this.ID(n);this.opcode("invokeAmbiguous",a,r)},simpleSexpr:function(e){var t=e.id;if(t.type==="DATA"){this.DATA(t)}else if(t.parts.length){this.ID(t)}else{this.addDepth(t.depth);this.opcode("getContext",t.depth);this.opcode("pushContext")}this.opcode("resolvePossibleLambda")},helperSexpr:function(e,t,i){var a=this.setupFullMustacheParams(e,t,i),r=e.id,s=r.parts[0];if(this.options.knownHelpers[s]){this.opcode("invokeKnownHelper",a.length,s)}else if(this.options.knownHelpersOnly){throw new n("You specified knownHelpersOnly, but used the unknown helper "+s,e)}else{r.falsy=true;this.ID(r);this.opcode("invokeHelper",a.length,r.original,r.isSimple)}},sexpr:function(e){var t=this.classifySexpr(e);if(t==="simple"){this.simpleSexpr(e)}else if(t==="helper"){this.helperSexpr(e)}else{this.ambiguousSexpr(e)}},ID:function(e){this.addDepth(e.depth);this.opcode("getContext",e.depth);var t=e.parts[0];if(!t){this.opcode("pushContext")}else{this.opcode("lookupOnContext",e.parts,e.falsy,e.isScoped)}},DATA:function(e){this.options.data=true;this.opcode("lookupData",e.id.depth,e.id.parts)},STRING:function(e){this.opcode("pushString",e.string)},NUMBER:function(e){this.opcode("pushLiteral",e.number)},BOOLEAN:function(e){this.opcode("pushLiteral",e.bool)},comment:function(){},opcode:function(e){this.opcodes.push({opcode:e,args:r.call(arguments,1)})},addDepth:function(e){if(e===0){return}if(!this.depths[e]){this.depths[e]=true;this.depths.list.push(e)}},classifySexpr:function(e){var t=e.isHelper;var i=e.eligibleHelper;var n=this.options;if(i&&!t){var a=e.id.parts[0];if(n.knownHelpers[a]){t=true}else if(n.knownHelpersOnly){i=false}}if(t){return"helper"}else if(i){return"ambiguous"}else{return"simple"}},pushParams:function(e){for(var t=0,i=e.length;t<i;t++){this.pushParam(e[t])}},pushParam:function(e){if(this.stringParams){if(e.depth){this.addDepth(e.depth)}this.opcode("getContext",e.depth||0);this.opcode("pushStringParam",e.stringModeValue,e.type);if(e.type==="sexpr"){this.sexpr(e)}}else{if(this.trackIds){this.opcode("pushId",e.type,e.idName||e.stringModeValue)}this.accept(e)}},setupFullMustacheParams:function(e,t,i){var n=e.params;this.pushParams(n);this.opcode("pushProgram",t);this.opcode("pushProgram",i);if(e.hash){this.hash(e.hash)}else{this.opcode("emptyHash")}return n}};function o(e,t,i){if(e==null||typeof e!=="string"&&e.constructor!==i.AST.ProgramNode){throw new n("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+e)}t=t||{};if(!("data"in t)){t.data=true}if(t.compat){t.useDepths=true}var a=i.parse(e);var r=(new i.Compiler).compile(a,t);return(new i.JavaScriptCompiler).compile(r,t)}i.precompile=o;function c(e,t,i){if(e==null||typeof e!=="string"&&e.constructor!==i.AST.ProgramNode){throw new n("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+e)}t=t||{};if(!("data"in t)){t.data=true}if(t.compat){t.useDepths=true}var a;function r(){var n=i.parse(e);var a=(new i.Compiler).compile(n,t);var r=(new i.JavaScriptCompiler).compile(a,t,undefined,true);return i.template(r)}var s=function(e,t){if(!a){a=r()}return a.call(this,e,t)};s._setup=function(e){if(!a){a=r()}return a._setup(e)};s._child=function(e,t,i){if(!a){a=r()}return a._child(e,t,i)};return s}i.compile=c;function l(e,t){if(e===t){return true}if(a(e)&&a(t)&&e.length===t.length){for(var i=0;i<e.length;i++){if(!l(e[i],t[i])){return false}}return true}}return i}(i,t);var f=function(e,t){"use strict";var i;var n=e.COMPILER_REVISION;var a=e.REVISION_CHANGES;var r=t;function s(e){this.value=e}function o(){}o.prototype={nameLookup:function(e,t){if(o.isValidJavaScriptVariableName(t)){return e+"."+t}else{return e+"['"+t+"']"}},depthedLookup:function(e){this.aliases.lookup="this.lookup";return'lookup(depths, "'+e+'")'},compilerInfo:function(){var e=n,t=a[e];return[e,t]},appendToBuffer:function(e){if(this.environment.isSimple){return"return "+e+";"}else{return{appendToBuffer:true,content:e,toString:function(){return"buffer += "+e+";"}}}},initializeBuffer:function(){return this.quotedString("")},namespace:"Handlebars",compile:function(e,t,i,n){this.environment=e;this.options=t;this.stringParams=this.options.stringParams;this.trackIds=this.options.trackIds;this.precompile=!n;this.name=this.environment.name;this.isChild=!!i;this.context=i||{programs:[],environments:[]};this.preamble();this.stackSlot=0;this.stackVars=[];this.aliases={};this.registers={list:[]};this.hashes=[];this.compileStack=[];this.inlineStack=[];this.compileChildren(e,t);this.useDepths=this.useDepths||e.depths.list.length||this.options.compat;var a=e.opcodes,s,o,c;for(o=0,c=a.length;o<c;o++){s=a[o];this[s.opcode].apply(this,s.args)}this.pushSource("");if(this.stackSlot||this.inlineStack.length||this.compileStack.length){throw new r("Compile completed with content left on stack")}var l=this.createFunctionContext(n);if(!this.isChild){var u={compiler:this.compilerInfo(),main:l};var f=this.context.programs;for(o=0,c=f.length;o<c;o++){if(f[o]){u[o]=f[o]}}if(this.environment.usePartial){u.usePartial=true}if(this.options.data){u.useData=true}if(this.useDepths){u.useDepths=true}if(this.options.compat){u.compat=true}if(!n){u.compiler=JSON.stringify(u.compiler);u=this.objectLiteral(u)}return u}else{return l}},preamble:function(){this.lastContext=0;this.source=[]},createFunctionContext:function(e){var t="";var i=this.stackVars.concat(this.registers.list);if(i.length>0){t+=", "+i.join(", ")}for(var n in this.aliases){if(this.aliases.hasOwnProperty(n)){t+=", "+n+"="+this.aliases[n]}}var a=["depth0","helpers","partials","data"];if(this.useDepths){a.push("depths")}var r=this.mergeSource(t);if(e){a.push(r);return Function.apply(this,a)}else{return"function("+a.join(",")+") {\n  "+r+"}"}},mergeSource:function(e){var t="",i,n=!this.forceBuffer,a;for(var r=0,s=this.source.length;r<s;r++){var o=this.source[r];if(o.appendToBuffer){if(i){i=i+"\n    + "+o.content}else{i=o.content}}else{if(i){if(!t){a=true;t=i+";\n  "}else{t+="buffer += "+i+";\n  "}i=undefined}t+=o+"\n  ";if(!this.environment.isSimple){n=false}}}if(n){if(i||!t){t+="return "+(i||'""')+";\n"}}else{e+=", buffer = "+(a?"":this.initializeBuffer());if(i){t+="return buffer + "+i+";\n"}else{t+="return buffer;\n"}}if(e){t="var "+e.substring(2)+(a?"":";\n  ")+t}return t},blockValue:function(e){this.aliases.blockHelperMissing="helpers.blockHelperMissing";var t=[this.contextName(0)];this.setupParams(e,0,t);var i=this.popStack();t.splice(1,0,i);this.push("blockHelperMissing.call("+t.join(", ")+")")},ambiguousBlockValue:function(){this.aliases.blockHelperMissing="helpers.blockHelperMissing";var e=[this.contextName(0)];this.setupParams("",0,e,true);this.flushInline();var t=this.topStack();e.splice(1,0,t);this.pushSource("if (!"+this.lastHelper+") { "+t+" = blockHelperMissing.call("+e.join(", ")+"); }")},appendContent:function(e){if(this.pendingContent){e=this.pendingContent+e}this.pendingContent=e},append:function(){this.flushInline();var e=this.popStack();this.pushSource("if ("+e+" != null) { "+this.appendToBuffer(e)+" }");if(this.environment.isSimple){this.pushSource("else { "+this.appendToBuffer("''")+" }")}},appendEscaped:function(){this.aliases.escapeExpression="this.escapeExpression";this.pushSource(this.appendToBuffer("escapeExpression("+this.popStack()+")"))},getContext:function(e){this.lastContext=e},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(e,t,i){var n=0,a=e.length;if(!i&&this.options.compat&&!this.lastContext){this.push(this.depthedLookup(e[n++]))}else{this.pushContext()}for(;n<a;n++){this.replaceStack(function(i){var a=this.nameLookup(i,e[n],"context");if(!t){return" != null ? "+a+" : "+i}else{return" && "+a}})}},lookupData:function(e,t){if(!e){this.pushStackLiteral("data")}else{this.pushStackLiteral("this.data(data, "+e+")")}var i=t.length;for(var n=0;n<i;n++){this.replaceStack(function(e){return" && "+this.nameLookup(e,t[n],"data")})}},resolvePossibleLambda:function(){this.aliases.lambda="this.lambda";this.push("lambda("+this.popStack()+", "+this.contextName(0)+")")},pushStringParam:function(e,t){this.pushContext();this.pushString(t);if(t!=="sexpr"){if(typeof e==="string"){this.pushString(e)}else{this.pushStackLiteral(e)}}},emptyHash:function(){this.pushStackLiteral("{}");if(this.trackIds){this.push("{}")}if(this.stringParams){this.push("{}");this.push("{}")}},pushHash:function(){if(this.hash){this.hashes.push(this.hash)}this.hash={values:[],types:[],contexts:[],ids:[]}},popHash:function(){var e=this.hash;this.hash=this.hashes.pop();if(this.trackIds){this.push("{"+e.ids.join(",")+"}")}if(this.stringParams){this.push("{"+e.contexts.join(",")+"}");this.push("{"+e.types.join(",")+"}")}this.push("{\n    "+e.values.join(",\n    ")+"\n  }")},pushString:function(e){this.pushStackLiteral(this.quotedString(e))},push:function(e){this.inlineStack.push(e);return e},pushLiteral:function(e){this.pushStackLiteral(e)},pushProgram:function(e){if(e!=null){this.pushStackLiteral(this.programExpression(e))}else{this.pushStackLiteral(null)}},invokeHelper:function(e,t,i){this.aliases.helperMissing="helpers.helperMissing";var n=this.popStack();var a=this.setupHelper(e,t);var r=(i?a.name+" || ":"")+n+" || helperMissing";this.push("(("+r+").call("+a.callParams+"))")},invokeKnownHelper:function(e,t){var i=this.setupHelper(e,t);this.push(i.name+".call("+i.callParams+")")},invokeAmbiguous:function(e,t){this.aliases.functionType='"function"';this.aliases.helperMissing="helpers.helperMissing";this.useRegister("helper");var i=this.popStack();this.emptyHash();var n=this.setupHelper(0,e,t);var a=this.lastHelper=this.nameLookup("helpers",e,"helper");this.push("((helper = (helper = "+a+" || "+i+") != null ? helper : helperMissing"+(n.paramsInit?"),("+n.paramsInit:"")+"),"+"(typeof helper === functionType ? helper.call("+n.callParams+") : helper))")},invokePartial:function(e,t){var i=[this.nameLookup("partials",e,"partial"),"'"+t+"'","'"+e+"'",this.popStack(),this.popStack(),"helpers","partials"];if(this.options.data){i.push("data")}else if(this.options.compat){i.push("undefined")}if(this.options.compat){i.push("depths")}this.push("this.invokePartial("+i.join(", ")+")")},assignToHash:function(e){var t=this.popStack(),i,n,a;if(this.trackIds){a=this.popStack()}if(this.stringParams){n=this.popStack();i=this.popStack()}var r=this.hash;if(i){r.contexts.push("'"+e+"': "+i)}if(n){r.types.push("'"+e+"': "+n)}if(a){r.ids.push("'"+e+"': "+a)}r.values.push("'"+e+"': ("+t+")")},pushId:function(e,t){if(e==="ID"||e==="DATA"){this.pushString(t)}else if(e==="sexpr"){this.pushStackLiteral("true")}else{this.pushStackLiteral("null")}},compiler:o,compileChildren:function(e,t){var i=e.children,n,a;for(var r=0,s=i.length;r<s;r++){n=i[r];a=new this.compiler;var o=this.matchExistingProgram(n);if(o==null){this.context.programs.push("");o=this.context.programs.length;n.index=o;n.name="program"+o;this.context.programs[o]=a.compile(n,t,this.context,!this.precompile);this.context.environments[o]=n;this.useDepths=this.useDepths||a.useDepths}else{n.index=o;n.name="program"+o}}},matchExistingProgram:function(e){for(var t=0,i=this.context.environments.length;t<i;t++){var n=this.context.environments[t];if(n&&n.equals(e)){return t}}},programExpression:function(e){var t=this.environment.children[e],i=t.depths.list,n=this.useDepths,a;var r=[t.index,"data"];if(n){r.push("depths")}return"this.program("+r.join(", ")+")"},useRegister:function(e){if(!this.registers[e]){this.registers[e]=true;this.registers.list.push(e)}},pushStackLiteral:function(e){return this.push(new s(e))},pushSource:function(e){if(this.pendingContent){this.source.push(this.appendToBuffer(this.quotedString(this.pendingContent)));this.pendingContent=undefined}if(e){this.source.push(e)}},pushStack:function(e){this.flushInline();var t=this.incrStack();this.pushSource(t+" = "+e+";");this.compileStack.push(t);return t},replaceStack:function(e){var t="",i=this.isInline(),n,a,o;if(!this.isInline()){throw new r("replaceStack on non-inline")}var c=this.popStack(true);if(c instanceof s){t=n=c.value;o=true}else{a=!this.stackSlot;var l=!a?this.topStackName():this.incrStack();t="("+this.push(l)+" = "+c+")";n=this.topStack()}var u=e.call(this,n);if(!o){this.popStack()}if(a){this.stackSlot--}this.push("("+t+u+")")},incrStack:function(){this.stackSlot++;if(this.stackSlot>this.stackVars.length){this.stackVars.push("stack"+this.stackSlot)}return this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var e=this.inlineStack;if(e.length){this.inlineStack=[];for(var t=0,i=e.length;t<i;t++){var n=e[t];if(n instanceof s){this.compileStack.push(n)}else{this.pushStack(n)}}}},isInline:function(){return this.inlineStack.length},popStack:function(e){var t=this.isInline(),i=(t?this.inlineStack:this.compileStack).pop();if(!e&&i instanceof s){return i.value}else{if(!t){if(!this.stackSlot){throw new r("Invalid stack pop")}this.stackSlot--}return i}},topStack:function(){var e=this.isInline()?this.inlineStack:this.compileStack,t=e[e.length-1];if(t instanceof s){return t.value}else{return t}},contextName:function(e){if(this.useDepths&&e){return"depths["+e+"]"}else{return"depth"+e}},quotedString:function(e){return'"'+e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},objectLiteral:function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(this.quotedString(i)+":"+e[i])}}return"{"+t.join(",")+"}"},setupHelper:function(e,t,i){var n=[],a=this.setupParams(t,e,n,i);var r=this.nameLookup("helpers",t,"helper");return{params:n,paramsInit:a,name:r,callParams:[this.contextName(0)].concat(n).join(", ")}},setupOptions:function(e,t,i){var n={},a=[],r=[],s=[],o,c,l;n.name=this.quotedString(e);n.hash=this.popStack();if(this.trackIds){n.hashIds=this.popStack()}if(this.stringParams){n.hashTypes=this.popStack();n.hashContexts=this.popStack()}c=this.popStack();l=this.popStack();if(l||c){if(!l){l="this.noop"}if(!c){c="this.noop"}n.fn=l;n.inverse=c}var u=t;while(u--){o=this.popStack();i[u]=o;if(this.trackIds){s[u]=this.popStack()}if(this.stringParams){r[u]=this.popStack();a[u]=this.popStack()}}if(this.trackIds){n.ids="["+s.join(",")+"]"}if(this.stringParams){n.types="["+r.join(",")+"]";n.contexts="["+a.join(",")+"]"}if(this.options.data){n.data="data"}return n},setupParams:function(e,t,i,n){var a=this.objectLiteral(this.setupOptions(e,t,i));if(n){this.useRegister("options");i.push("options");return"options="+a}else{i.push(a);return""}}};var c=("break else new var"+" case finally return void"+" catch for switch while"+" continue function this with"+" default if throw"+" delete in try"+" do instanceof typeof"+" abstract enum int short"+" boolean export interface static"+" byte extends long super"+" char final native synchronized"+" class float package throws"+" const goto private transient"+" debugger implements protected volatile"+" double import public let yield").split(" ");var l=o.RESERVED_WORDS={};for(var u=0,f=c.length;u<f;u++){l[c[u]]=true}o.isValidJavaScriptVariableName=function(e){return!o.RESERVED_WORDS[e]&&/^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(e)};i=o;return i}(n,i);var p=function(e,t,i,n,a){"use strict";var r;var s=e;var o=t;var c=i.parser;var l=i.parse;var u=n.Compiler;var f=n.compile;var p=n.precompile;var h=a;var d=s.create;var m=function(){var e=d();e.compile=function(t,i){return f(t,i,e)};e.precompile=function(t,i){return p(t,i,e)};e.AST=o;e.Compiler=u;e.JavaScriptCompiler=h;e.Parser=c;e.parse=l;return e};s=m();s.create=m;s["default"]=s;r=s;return r}(r,s,l,u,f);return p})});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-template/template.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-template/node_modules/@alife/beta-handlebars/handlebars.js"],function(require,e,t){var i=require("beta-jquery/jquery");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-template/node_modules/@alife/beta-handlebars/handlebars.js");var a={};t.exports={templateHelpers:null,templatePartials:null,templateObject:null,parseElementFromTemplate:function(){var e,t=this.get("template");if(/^#/.test(t)&&(e=document.getElementById(t.substring(1)))){t=e.innerHTML;this.set("template",t)}this.templateObject=s(t);this.element=i(this.compile())},compile:function(e,t){e||(e=this.get("template"));t||(t=this.get("model"))||(t={});if(t.toJSON){t=t.toJSON()}if(u(e)){return e(t,{helpers:this.templateHelpers,partials:f(this.templatePartials)})}else{var i=this.templateHelpers;var r=this.templatePartials;var s,o;if(i){for(s in i){if(i.hasOwnProperty(s)){n.registerHelper(s,i[s])}}}if(r){for(o in r){if(r.hasOwnProperty(o)){n.registerPartial(o,r[o])}}}var c=a[e];if(!c){c=a[e]=n.compile(e)}var l=c(t);if(i){for(s in i){if(i.hasOwnProperty(s)){delete n.helpers[s]}}}if(r){for(o in r){if(r.hasOwnProperty(o)){delete n.partials[o]}}}return l}},renderPartial:function(e){if(this.templateObject){var t=o(this.templateObject,e);if(t){if(e){this.$(e).html(this.compile(t))}else{this.element.html(this.compile(t))}}else{this.element.html(this.compile())}}else{var n=i(this.compile());var a=n.find(e);if(a.length){this.$(e).html(a.html())}else{this.element.html(n.html())}}return this}};var r=n.compile;n.compile=function(e){return u(e)?e:r.call(n,e)};function s(e){return u(e)?null:i(c(e))}function o(e,t){if(!e)return;var i;if(t){i=e.find(t);if(i.length===0){throw new Error("Invalid template selector: "+t)}}else{i=e}return l(i.html())}function c(e){return e.replace(/({[^}]+}})/g,"<!--$1-->").replace(/\s(src|href)\s*=\s*(['"])(.*?\{.+?)\2/g," data-templatable-$1=$2$3$2")}function l(e){return e.replace(/(?:<|&lt;)!--({{[^}]+}})--(?:>|&gt;)/g,"$1").replace(/data-templatable-/gi,"")}function u(e){return typeof e==="function"}function f(e){if(!e)return{};var t={};for(var i in e){var a=e[i];t[i]=u(a)?a:n.compile(a)}return t}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js",[],function(require,e,t){function i(e){if(!(this instanceof i)&&u(e)){return a(e)}}t.exports=i;i.create=function(e,t){if(!u(e)){t=e;e=null}t||(t={});e||(e=t.Extends||i);t.Extends=e;function r(){e.apply(this,arguments);if(this.constructor===r&&this.initialize){this.initialize.apply(this,arguments)}}if(e!==i){o(r,e,e.StaticsWhiteList)}n.call(r,t);return a(r)};function n(e){var t,n;for(t in e){n=e[t];if(i.Mutators.hasOwnProperty(t)){i.Mutators[t].call(this,n)}else{this.prototype[t]=n}}}i.extend=function(e){e||(e={});e.Extends=this;return i.create(e)};function a(e){e.extend=i.extend;e.implement=n;return e}i.Mutators={Extends:function(e){var t=this.prototype;var i=s(e.prototype);o(i,t);i.constructor=this;this.prototype=i;this.superclass=e.prototype},Implements:function(e){l(e)||(e=[e]);var t=this.prototype,i;while(i=e.shift()){o(t,i.prototype||i)}},Statics:function(e){o(this,e)}};function r(){}var s=Object.__proto__?function(e){return{__proto__:e}}:function(e){r.prototype=e;return new r};function o(e,t,i){for(var n in t){if(t.hasOwnProperty(n)){if(i&&f(i,n)===-1)continue;if(n!=="prototype"){e[n]=t[n]}}}}var c=Object.prototype.toString;var l=Array.isArray||function(e){return c.call(e)==="[object Array]"};var u=function(e){return c.call(e)==="[object Function]"};var f=Array.prototype.indexOf?function(e,t){return e.indexOf(t)}:function(e,t){for(var i=0,n=e.length;i<n;i++){if(e[i]===t){return i}}return-1}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js",[],function(require,e,t){var i=/\s+/;function n(){}n.prototype.on=function(e,t,n){var a,r,s;if(!t)return this;a=this.__events||(this.__events={});e=e.split(i);while(r=e.shift()){s=a[r]||(a[r]=[]);s.push(t,n)}return this};n.prototype.once=function(e,t,i){var n=this;var a=function(){n.off(e,a);t.apply(this,arguments)};this.on(e,a,i)};n.prototype.off=function(e,t,n){var r,s,o,c;if(!(r=this.__events))return this;if(!(e||t||n)){delete this.__events;return this}e=e?e.split(i):a(r);while(s=e.shift()){o=r[s];if(!o)continue;if(!(t||n)){delete r[s];continue}for(c=o.length-2;c>=0;c-=2){if(!(t&&o[c]!==t||n&&o[c+1]!==n)){o.splice(c,2)}}}return this};n.prototype.trigger=function(e){var t,n,a,s,o,c,l=[],u,f=true;if(!(t=this.__events))return this;e=e.split(i);for(o=1,c=arguments.length;o<c;o++){l[o-1]=arguments[o]}while(n=e.shift()){if(a=t.all)a=a.slice();if(s=t[n])s=s.slice();f=r(s,l,this)&&f;f=r(a,[n].concat(l),this)&&f}return f};n.prototype.emit=n.prototype.trigger;n.mixTo=function(e){e=s(e)?e.prototype:e;var t=n.prototype;for(var i in t){if(t.hasOwnProperty(i)){e[i]=t[i]}}};var a=Object.keys;if(!a){a=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function r(e,t,i){var n=true;if(e){var a=0,r=e.length,s=t[0],o=t[1],c=t[2];switch(t.length){case 0:for(;a<r;a+=2){n=e[a].call(e[a+1]||i)!==false&&n}break;case 1:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s)!==false&&n}break;case 2:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o)!==false&&n}break;case 3:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o,c)!==false&&n}break;default:for(;a<r;a+=2){n=e[a].apply(e[a+1]||i,t)!==false&&n}break}}return n}function s(e){return Object.prototype.toString.call(e)==="[object Function]"}return n});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/aspect.js",[],function(require,e,t){e.before=function(e,t,i){return n.call(this,"before",e,t,i)};e.after=function(e,t,i){return n.call(this,"after",e,t,i)};var i=/\s+/;function n(e,t,n,s){var o=t.split(i);var c,l;while(c=o.shift()){l=a(this,c);if(!l.__isAspected){r.call(this,c)}this.on(e+":"+c,n,s)}return this}function a(e,t){var i=e[t];if(!i){throw new Error("Invalid method name: "+t)}return i}function r(e){var t=this[e];this[e]=function(){var i=Array.prototype.slice.call(arguments);var n=["before:"+e].concat(i);if(this.trigger.apply(this,n)===false)return;var a=t.apply(this,arguments);var r=["after:"+e,a].concat(i);this.trigger.apply(this,r);return a};this[e].__isAspected=true}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/attribute.js",[],function(require,e,t){e.initAttrs=function(e){var t=this.attrs={};var i=this.propsInAttrs||[];m(t,this,i);if(e){g(t,e)}y(this,t,e);_(this,t);b(i,this,t,true)};e.get=function(e){var t=this.attrs[e]||{};var i=t.value;return t.getter?t.getter.call(this,i,e):i};e.set=function(e,t,i){var n={};if(s(e)){n[e]=t}else{n=e;i=t}i||(i={});var a=i.silent;var r=i.override;var o=this.attrs;var c=this.__changedAttrs||(this.__changedAttrs={});for(e in n){if(!n.hasOwnProperty(e))continue;var l=o[e]||(o[e]={});t=n[e];if(l.readOnly){throw new Error("This attribute is readOnly: "+e)}if(l.setter){t=l.setter.call(this,t,e)}var f=this.get(e);if(!r&&u(f)&&u(t)){t=p(p({},f),t)}o[e].value=t;if(!this.__initializingAttrs&&!w(f,t)){if(a){c[e]=[t,f]}else{this.trigger("change:"+e,t,f,e)}}}return this};e.change=function(){var e=this.__changedAttrs;if(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];this.trigger("change:"+t,i[0],i[1],t)}}delete this.__changedAttrs}return this};e._isPlainObject=u;var i=Object.prototype.toString;var n=Object.prototype.hasOwnProperty;var a;(function(){var e=[];function t(){this.x=1}t.prototype={valueOf:1,y:1};for(var i in new t){e.push(i)}a=e[0]!=="x"})();var r=Array.isArray||function(e){return i.call(e)==="[object Array]"};function s(e){return i.call(e)==="[object String]"}function o(e){return i.call(e)==="[object Function]"}function c(e){return e!=null&&e==e.window}var l=function(){if(Object.getPrototypeOf){return function(e){return Object.getPrototypeOf(e)}}if(typeof"test".__proto__=="object"){return function(e){return e.__proto__}}return function(e){return false}}();function u(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)){return false}var t=l(e),r=Function.prototype.toString,s=r.call(Object),o;if(t===null){return true}if(t===false){var u;if(a){for(u in e){return n.call(e,u)}}for(u in e){}return u===undefined||n.call(e,u)}var f=n.call(t,"constructor")&&t.constructor;return typeof f=="function"&&f instanceof f&&r.call(f)==s}function f(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)||!e.hasOwnProperty){return false}for(var t in e){if(e.hasOwnProperty(t))return false}return true}function p(e,t){var i,n;for(i in t){if(t.hasOwnProperty(i)){e[i]=h(t[i],e[i])}}return e}function h(e,t){if(r(e)){e=e.slice()}else if(u(e)){u(t)||(t={});e=p(t,e)}return e}var d=Object.keys;if(!d){d=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function m(e,t,i){var n=[];var a=t.constructor.prototype;while(a){if(!a.hasOwnProperty("attrs")){a.attrs={}}b(i,a.attrs,a);if(!f(a.attrs)){n.unshift(a.attrs)}a=a.constructor.superclass}for(var r=0,s=n.length;r<s;r++){N(e,z(n[r]))}}function g(e,t){N(e,z(t,true),true)}function b(e,t,i,n){for(var a=0,r=e.length;a<r;a++){var s=e[a];if(i.hasOwnProperty(s)){t[s]=n?t.get(s):i[s]}}}var v=/^(on|before|after)([A-Z].*)$/;var M=/^(Change)?([A-Z])(.*)/;function _(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n=t[i].value,a;if(o(n)&&(a=i.match(v))){e[a[1]](A(a[2]),n);delete t[i]}}}}function A(e){var t=e.match(M);var i=t[1]?"change:":"";i+=t[2].toLowerCase()+t[3];return i}function y(e,t,i){var n={silent:true};e.__initializingAttrs=true;for(var a in i){if(i.hasOwnProperty(a)){if(t[a].setter){e.set(a,i[a],n)}}}delete e.__initializingAttrs}var O=["value","getter","setter","readOnly"];function z(e,t){var i={};for(var n in e){var a=e[n];if(!t&&u(a)&&S(a,O)){i[n]=a;continue}i[n]={value:a}}return i}var L=["setter","getter","readOnly"];function N(e,t,i){var n,a;var r;for(n in t){if(t.hasOwnProperty(n)){a=t[n];r=e[n];if(!r){r=e[n]={}}a["value"]!==undefined&&(r["value"]=h(a["value"],r["value"]));if(i)continue;for(var s in L){var o=L[s];if(a[o]!==undefined){r[o]=a[o]}}}}return e}function S(e,t){for(var i=0,n=t.length;i<n;i++){if(e.hasOwnProperty(t[i])){return true}}return false}function k(e){return e==null||(s(e)||r(e))&&e.length===0||f(e)}function w(e,t){if(e===t)return true;if(k(e)&&k(t))return true;var n=i.call(e);if(n!=i.call(t))return false;switch(n){case"[object String]":return e==String(t);case"[object Number]":return e!=+e?t!=+t:e==0?1/e==1/t:e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object RegExp]":return e.source==t.source&&e.global==t.global&&e.multiline==t.multiline&&e.ignoreCase==t.ignoreCase;case"[object Array]":var a=e.toString();var r=t.toString();return a.indexOf("[object")===-1&&r.indexOf("[object")===-1&&a===r}if(typeof e!="object"||typeof t!="object")return false;if(u(e)&&u(t)){if(!w(d(e),d(t))){return false}for(var s in e){if(e[s]!==t[s])return false}return true}return false}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/base.js",["ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/aspect.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/attribute.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/aspect.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/attribute.js");t.exports=i.create({Implements:[n,a,r],initialize:function(e){this.initAttrs(e);
s(this,this.attrs)},destroy:function(){this.off();for(var e in this){if(this.hasOwnProperty(e)){delete this[e]}}this.destroy=function(){}}});function s(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n="_onChange"+o(i);if(e[n]){e.on("change:"+i,e[n])}}}}function o(e){return e.charAt(0).toUpperCase()+e.substring(1)}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/src/daparser.js",["beta-jquery/jquery"],function(require,e,t){var i=require("beta-jquery/jquery");e.parseElement=function(e,t){e=i(e)[0];var n={};if(e.dataset){n=i.extend({},e.dataset)}else{var a=e.attributes;for(var r=0,c=a.length;r<c;r++){var l=a[r];var u=l.name;if(u.indexOf("data-")===0){u=s(u.substring(5));n[u]=l.value}}}return t===true?n:o(n)};var n=/-([a-z])/g;var a=/^\s*[\[{].*[\]}]\s*$/;var r=this.JSON?JSON.parse:i.parseJSON;function s(e){return e.toLowerCase().replace(n,function(e,t){return(t+"").toUpperCase()})}function o(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];if(typeof i!=="string")continue;if(a.test(i)){i=i.replace(/'/g,'"');e[t]=o(r(i))}else{e[t]=c(i)}}}return e}function c(e){if(e.toLowerCase()==="false"){e=false}else if(e.toLowerCase()==="true"){e=true}else if(/\d/.test(e)&&/[^a-z]/i.test(e)){var t=parseFloat(e);if(t+""===e){e=t}}return e}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/src/auto-render.js",["beta-jquery/jquery"],function(require,e,t){var i=require("beta-jquery/jquery");var n="data-widget-auto-rendered";e.autoRender=function(e){return new this(e).render()};e.autoRenderAll=function(t,a){if(typeof t==="function"){a=t;t=null}t=i(t||document.body);var r=[];var s=[];t.find("[data-widget]").each(function(t,i){if(!e.isDataApiOff(i)){r.push(i.getAttribute("data-widget").toLowerCase());s.push(i)}});if(r.length){seajs.use(r,function(){for(var e=0;e<arguments.length;e++){var t=arguments[e];var r=i(s[e]);if(r.attr(n))continue;var o={initElement:r,renderType:"auto"};var c=r.attr("data-widget-role");o[c?c:"element"]=r;t.autoRender&&t.autoRender(o);r.attr(n,"true")}a&&a()})}};var a=i(document.body).attr("data-api")==="off";e.isDataApiOff=function(e){var t=i(e).attr("data-api");return t==="off"||t!=="on"&&a}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/widget.js",["ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/base.js","beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/src/daparser.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/src/auto-render.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/base.js");var n=require("beta-jquery/jquery");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/src/daparser.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/src/auto-render.js");var s=".delegate-events-";var o="_onRender";var c="data-widget-cid";var l={};var u=i.extend({propsInAttrs:["initElement","element","events"],element:null,events:null,attrs:{id:null,className:null,style:null,template:"<div></div>",model:null,parentNode:document.body},initialize:function(e){this.cid=h();var t=this._parseDataAttrsConfig(e);u.superclass.initialize.call(this,e?n.extend(t,e):t);this.parseElement();this.initProps();this.delegateEvents();this.setup();this._stamp();this._isTemplate=!(e&&e.element)},_parseDataAttrsConfig:function(e){var t,i;if(e){t=e.initElement?n(e.initElement):n(e.element)}if(t&&t[0]&&!r.isDataApiOff(t)){i=a.parseElement(t)}return i},parseElement:function(){var e=this.element;if(e){this.element=n(e)}else if(this.get("template")){this.parseElementFromTemplate()}if(!this.element||!this.element[0]){throw new Error("element is invalid")}},parseElementFromTemplate:function(){var e=this.get("template");if(m(e)){e=e(this.get("model"))}this.element=n(e)},initProps:function(){},delegateEvents:function(e,t,i){if(arguments.length===0){t=y(this);e=this.element}else if(arguments.length===1){t=e;e=this.element}else if(arguments.length===2){i=t;t=e;e=this.element}else{e||(e=this.element);this._delegateElements||(this._delegateElements=[]);this._delegateElements.push(n(e))}if(d(t)&&m(i)){var a={};a[t]=i;t=a}for(var r in t){if(!t.hasOwnProperty(r))continue;var s=O(r,this);var o=s.type;var c=s.selector;(function(t,i){var a=function(e){if(m(t)){t.call(i,e)}else{i[t](e)}};if(c){n(e).on(o,c,a)}else{n(e).on(o,a)}})(t[r],this)}return this},undelegateEvents:function(e,t){if(!t){t=e;e=null}if(arguments.length===0){var i=s+this.cid;this.element&&this.element.off(i);if(this._delegateElements){for(var a in this._delegateElements){if(!this._delegateElements.hasOwnProperty(a))continue;this._delegateElements[a].off(i)}}}else{var r=O(t,this);if(!e){this.element&&this.element.off(r.type,r.selector)}else{n(e).off(r.type,r.selector)}}return this},setup:function(){},render:function(){if(!this.rendered){this._renderAndBindAttrs();this.rendered=true}var e=this.get("parentNode");if(e&&!b(this.element[0])){var t=this.constructor.outerBoxClass;if(t){var i=this._outerBox=n("<div></div>").addClass(t);i.append(this.element).appendTo(e)}else{this.element.appendTo(e)}}return this},_renderAndBindAttrs:function(){var e=this;var t=e.attrs;for(var i in t){if(!t.hasOwnProperty(i))continue;var n=o+v(i);if(this[n]){var a=this.get(i);if(!L(a)){this[n](a,undefined,i)}(function(t){e.on("change:"+i,function(i,n,a){e[t](i,n,a)})})(n)}}},_onRenderId:function(e){this.element.attr("id",e)},_onRenderClassName:function(e){this.element.addClass(e)},_onRenderStyle:function(e){this.element.css(e)},_stamp:function(){var e=this.cid;(this.initElement||this.element).attr(c,e);l[e]=this},$:function(e){return this.element.find(e)},destroy:function(){this.undelegateEvents();delete l[this.cid];if(this.element&&this._isTemplate){this.element.off();if(this._outerBox){this._outerBox.remove()}else{this.element.remove()}}this.element=null;u.superclass.destroy.call(this)}});u.query=function(e){var t=n(e).eq(0);var i;t&&(i=t.attr(c));return l[i]};u.autoRender=r.autoRender;u.autoRenderAll=r.autoRenderAll;u.StaticsWhiteList=["autoRender"];t.exports=u;var f=Object.prototype.toString;var p=0;function h(){return"widget-"+p++}function d(e){return f.call(e)==="[object String]"}function m(e){return f.call(e)==="[object Function]"}var g=n.contains||function(e,t){return!!(e.compareDocumentPosition(t)&16)};function b(e){return g(document.documentElement,e)}function v(e){return e.charAt(0).toUpperCase()+e.substring(1)}var M=/^(\S+)\s*(.*)$/;var _=/{{([^}]+)}}/g;var A="INVALID_SELECTOR";function y(e){if(m(e.events)){e.events=e.events()}return e.events}function O(e,t){var i=e.match(M);var n=i[1]+s+t.cid;var a=i[2]||undefined;if(a&&a.indexOf("{{")>-1){a=z(a,t)}return{type:n,selector:a}}function z(e,t){return e.replace(_,function(e,i){var n=i.split(".");var a=t,r;while(r=n.shift()){if(a===t.attrs){a=t.get(r)}else{a=a[r]}}if(d(a)){return a}return A})}function L(e){return e==null||e===undefined}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-handlebars/handlebars.js",[],function(require,e,t){(function(i,n){if(typeof e==="object"){t.exports=n()}else{i.Handlebars=i.Handlebars||n()}})(this,function(){var e=function(){"use strict";var e;function t(e){this.string=e}t.prototype.toString=function(){return""+this.string};e=t;return e}();var t=function(e){"use strict";var t={};var i=e;var n={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"};var a=/[&<>"'`]/g;var r=/[&<>"'`]/;function s(e){return n[e]}function o(e){for(var t=1;t<arguments.length;t++){for(var i in arguments[t]){if(Object.prototype.hasOwnProperty.call(arguments[t],i)){e[i]=arguments[t][i]}}}return e}t.extend=o;var c=Object.prototype.toString;t.toString=c;var l=function(e){return typeof e==="function"};if(l(/x/)){l=function(e){return typeof e==="function"&&c.call(e)==="[object Function]"}}var l;t.isFunction=l;var u=Array.isArray||function(e){return e&&typeof e==="object"?c.call(e)==="[object Array]":false};t.isArray=u;function f(e){if(e instanceof i){return e.toString()}else if(e==null){return""}else if(!e){return e+""}e=""+e;if(!r.test(e)){return e}return e.replace(a,s)}t.escapeExpression=f;function p(e){if(!e&&e!==0){return true}else if(u(e)&&e.length===0){return true}else{return false}}t.isEmpty=p;function h(e,t){return(e?e+".":"")+t}t.appendContextPath=h;return t}(e);var i=function(){"use strict";var e;var t=["description","fileName","lineNumber","message","name","number","stack"];function i(e,i){var n;if(i&&i.firstLine){n=i.firstLine;e+=" - "+n+":"+i.firstColumn}var a=Error.prototype.constructor.call(this,e);for(var r=0;r<t.length;r++){this[t[r]]=a[t[r]]}if(n){this.lineNumber=n;this.column=i.firstColumn}}i.prototype=new Error;e=i;return e}();var n=function(e,t){"use strict";var i={};var n=e;var a=t;var r="2.0.0";i.VERSION=r;var s=6;i.COMPILER_REVISION=s;var o={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1"};i.REVISION_CHANGES=o;var c=n.isArray,l=n.isFunction,u=n.toString,f="[object Object]";function p(e,t){this.helpers=e||{};this.partials=t||{};h(this)}i.HandlebarsEnvironment=p;p.prototype={constructor:p,logger:d,log:m,registerHelper:function(e,t){if(u.call(e)===f){if(t){throw new a("Arg not supported with multiple helpers")}n.extend(this.helpers,e)}else{this.helpers[e]=t}},unregisterHelper:function(e){delete this.helpers[e]},registerPartial:function(e,t){if(u.call(e)===f){n.extend(this.partials,e)}else{this.partials[e]=t}},unregisterPartial:function(e){delete this.partials[e]}};function h(e){e.registerHelper("helperMissing",function(){if(arguments.length===1){return undefined}else{throw new a("Missing helper: '"+arguments[arguments.length-1].name+"'")}});e.registerHelper("blockHelperMissing",function(t,i){var a=i.inverse,r=i.fn;if(t===true){return r(this)}else if(t===false||t==null){return a(this)}else if(c(t)){if(t.length>0){if(i.ids){i.ids=[i.name]}return e.helpers.each(t,i)}else{return a(this)}}else{if(i.data&&i.ids){var s=g(i.data);s.contextPath=n.appendContextPath(i.data.contextPath,i.name);i={data:s}}return r(t,i)}});e.registerHelper("each",function(e,t){if(!t){throw new a("Must pass iterator to #each")}var i=t.fn,r=t.inverse;var s=0,o="",u;var f;if(t.data&&t.ids){f=n.appendContextPath(t.data.contextPath,t.ids[0])+"."}if(l(e)){e=e.call(this)}if(t.data){u=g(t.data)}if(e&&typeof e==="object"){if(c(e)){for(var p=e.length;s<p;s++){if(u){u.index=s;u.first=s===0;u.last=s===e.length-1;if(f){u.contextPath=f+s}}o=o+i(e[s],{data:u})}}else{for(var h in e){if(e.hasOwnProperty(h)){if(u){u.key=h;u.index=s;u.first=s===0;if(f){u.contextPath=f+h}}o=o+i(e[h],{data:u});s++}}}}if(s===0){o=r(this)}return o});e.registerHelper("if",function(e,t){if(l(e)){e=e.call(this)}if(!t.hash.includeZero&&!e||n.isEmpty(e)){return t.inverse(this)}else{return t.fn(this)}});e.registerHelper("unless",function(t,i){return e.helpers["if"].call(this,t,{fn:i.inverse,inverse:i.fn,hash:i.hash})});e.registerHelper("with",function(e,t){if(l(e)){e=e.call(this)}var i=t.fn;if(!n.isEmpty(e)){if(t.data&&t.ids){var a=g(t.data);a.contextPath=n.appendContextPath(t.data.contextPath,t.ids[0]);t={data:a}}return i(e,t)}else{return t.inverse(this)}});e.registerHelper("log",function(t,i){var n=i.data&&i.data.level!=null?parseInt(i.data.level,10):1;e.log(n,t)});e.registerHelper("lookup",function(e,t){return e&&e[t]})}var d={methodMap:{0:"debug",1:"info",2:"warn",3:"error"},DEBUG:0,INFO:1,WARN:2,ERROR:3,level:3,log:function(e,t){if(d.level<=e){var i=d.methodMap[e];if(typeof console!=="undefined"&&console[i]){console[i].call(console,t)}}}};i.logger=d;var m=d.log;i.log=m;var g=function(e){var t=n.extend({},e);t._parent=e;return t};i.createFrame=g;return i}(t,i);var a=function(e,t,i){"use strict";var n={};var a=e;var r=t;var s=i.COMPILER_REVISION;var o=i.REVISION_CHANGES;var c=i.createFrame;function l(e){var t=e&&e[0]||1,i=s;if(t!==i){if(t<i){var n=o[i],a=o[t];throw new r("Template was precompiled with an older version of Handlebars than the current runtime. "+"Please update your precompiler to a newer version ("+n+") or downgrade your runtime to an older version ("+a+").")}else{throw new r("Template was precompiled with a newer version of Handlebars than the current runtime. "+"Please update your runtime to a newer version ("+e[1]+").")}}}n.checkRevision=l;function u(e,t){if(!t){throw new r("No environment passed to template")}if(!e||!e.main){throw new r("Unknown template object: "+typeof e)}t.VM.checkRevision(e.compiler);var i=function(i,n,s,o,c,l,u,f,p){if(c){o=a.extend({},o,c)}var h=t.VM.invokePartial.call(this,i,s,o,l,u,f,p);if(h==null&&t.compile){var d={helpers:l,partials:u,data:f,depths:p};u[s]=t.compile(i,{data:f!==undefined,compat:e.compat},t);h=u[s](o,d)}if(h!=null){if(n){var m=h.split("\n");for(var g=0,b=m.length;g<b;g++){if(!m[g]&&g+1===b){break}m[g]=n+m[g]}h=m.join("\n")}return h}else{throw new r("The partial "+s+" could not be compiled when running in runtime-only mode")}};var n={lookup:function(e,t){var i=e.length;for(var n=0;n<i;n++){if(e[n]&&e[n][t]!=null){return e[n][t]}}},lambda:function(e,t){return typeof e==="function"?e.call(t):e},escapeExpression:a.escapeExpression,invokePartial:i,fn:function(t){return e[t]},programs:[],program:function(e,t,i){var n=this.programs[e],a=this.fn(e);if(t||i){n=f(this,e,a,t,i)}else if(!n){n=this.programs[e]=f(this,e,a)}return n},data:function(e,t){while(e&&t--){e=e._parent}return e},merge:function(e,t){var i=e||t;if(e&&t&&e!==t){i=a.extend({},t,e)}return i},noop:t.VM.noop,compilerInfo:e.compiler};var s=function(t,i){i=i||{};var a=i.data;s._setup(i);if(!i.partial&&e.useData){a=d(t,a)}var r;if(e.useDepths){r=i.depths?[t].concat(i.depths):[t]}return e.main.call(n,t,n.helpers,n.partials,a,r)};s.isTop=true;s._setup=function(i){if(!i.partial){n.helpers=n.merge(i.helpers,t.helpers);if(e.usePartial){n.partials=n.merge(i.partials,t.partials)}}else{n.helpers=i.helpers;n.partials=i.partials}};s._child=function(t,i,a){if(e.useDepths&&!a){throw new r("must pass parent depths")}return f(n,t,e[t],i,a)};return s}n.template=u;function f(e,t,i,n,a){var r=function(t,r){r=r||{};return i.call(e,t,e.helpers,e.partials,r.data||n,a&&[t].concat(a))};r.program=t;r.depth=a?a.length:0;return r}n.program=f;function p(e,t,i,n,a,s,o){var c={partial:true,helpers:n,partials:a,data:s,depths:o};if(e===undefined){throw new r("The partial "+t+" could not be found")}else if(e instanceof Function){return e(i,c)}}n.invokePartial=p;function h(){return""}n.noop=h;function d(e,t){if(!t||!("root"in t)){t=t?c(t):{};t.root=e}return t}return n}(t,i,n);var r=function(e,t,i,n,a){"use strict";var r;var s=e;var o=t;var c=i;var l=n;var u=a;var f=function(){var e=new s.HandlebarsEnvironment;l.extend(e,s);e.SafeString=o;e.Exception=c;e.Utils=l;e.escapeExpression=l.escapeExpression;e.VM=u;e.template=function(t){return u.template(t,e)};return e};var p=f();p.create=f;p["default"]=p;r=p;return r}(n,e,i,t,a);var s=function(e){"use strict";var t;var i=e;function n(e){e=e||{};this.firstLine=e.first_line;this.firstColumn=e.first_column;this.lastColumn=e.last_column;this.lastLine=e.last_line}var a={ProgramNode:function(e,t,i){n.call(this,i);this.type="program";this.statements=e;this.strip=t},MustacheNode:function(e,t,i,r,s){n.call(this,s);this.type="mustache";this.strip=r;if(i!=null&&i.charAt){var o=i.charAt(3)||i.charAt(2);this.escaped=o!=="{"&&o!=="&"}else{this.escaped=!!i}if(e instanceof a.SexprNode){this.sexpr=e}else{this.sexpr=new a.SexprNode(e,t)}this.id=this.sexpr.id;this.params=this.sexpr.params;this.hash=this.sexpr.hash;this.eligibleHelper=this.sexpr.eligibleHelper;this.isHelper=this.sexpr.isHelper},SexprNode:function(e,t,i){n.call(this,i);this.type="sexpr";this.hash=t;var a=this.id=e[0];var r=this.params=e.slice(1);this.isHelper=!!(r.length||t);this.eligibleHelper=this.isHelper||a.isSimple},PartialNode:function(e,t,i,a,r){n.call(this,r);this.type="partial";this.partialName=e;this.context=t;this.hash=i;this.strip=a;this.strip.inlineStandalone=true},BlockNode:function(e,t,i,a,r){n.call(this,r);this.type="block";this.mustache=e;this.program=t;this.inverse=i;this.strip=a;if(i&&!t){this.isInverse=true}},RawBlockNode:function(e,t,r,s){n.call(this,s);if(e.sexpr.id.original!==r){throw new i(e.sexpr.id.original+" doesn't match "+r,this)}t=new a.ContentNode(t,s);this.type="block";this.mustache=e;this.program=new a.ProgramNode([t],{},s)},ContentNode:function(e,t){n.call(this,t);this.type="content";this.original=this.string=e},HashNode:function(e,t){n.call(this,t);this.type="hash";this.pairs=e},IdNode:function(e,t){n.call(this,t);this.type="ID";var a="",r=[],s=0,o="";for(var c=0,l=e.length;c<l;c++){var u=e[c].part;a+=(e[c].separator||"")+u;if(u===".."||u==="."||u==="this"){if(r.length>0){throw new i("Invalid path: "+a,this)}else if(u===".."){s++;o+="../"}else{this.isScoped=true}}else{r.push(u)}}this.original=a;this.parts=r;this.string=r.join(".");this.depth=s;this.idName=o+this.string;this.isSimple=e.length===1&&!this.isScoped&&s===0;this.stringModeValue=this.string},PartialNameNode:function(e,t){n.call(this,t);this.type="PARTIAL_NAME";this.name=e.original},DataNode:function(e,t){n.call(this,t);this.type="DATA";this.id=e;this.stringModeValue=e.stringModeValue;this.idName="@"+e.stringModeValue},StringNode:function(e,t){n.call(this,t);this.type="STRING";this.original=this.string=this.stringModeValue=e},NumberNode:function(e,t){n.call(this,t);this.type="NUMBER";this.original=this.number=e;this.stringModeValue=Number(e)},BooleanNode:function(e,t){n.call(this,t);this.type="BOOLEAN";this.bool=e;this.stringModeValue=e==="true"},CommentNode:function(e,t){n.call(this,t);this.type="comment";this.comment=e;this.strip={inlineStandalone:true}}};t=a;return t}(i);var o=function(){"use strict";var e;var t=function(){var e={trace:function n(){},yy:{},symbols_:{error:2,root:3,program:4,EOF:5,program_repetition0:6,statement:7,mustache:8,block:9,rawBlock:10,partial:11,CONTENT:12,COMMENT:13,openRawBlock:14,END_RAW_BLOCK:15,OPEN_RAW_BLOCK:16,sexpr:17,CLOSE_RAW_BLOCK:18,openBlock:19,block_option0:20,closeBlock:21,openInverse:22,block_option1:23,OPEN_BLOCK:24,CLOSE:25,OPEN_INVERSE:26,inverseAndProgram:27,INVERSE:28,OPEN_ENDBLOCK:29,path:30,OPEN:31,OPEN_UNESCAPED:32,CLOSE_UNESCAPED:33,OPEN_PARTIAL:34,partialName:35,param:36,partial_option0:37,partial_option1:38,sexpr_repetition0:39,sexpr_option0:40,dataName:41,STRING:42,NUMBER:43,BOOLEAN:44,OPEN_SEXPR:45,CLOSE_SEXPR:46,hash:47,hash_repetition_plus0:48,hashSegment:49,ID:50,EQUALS:51,DATA:52,pathSegments:53,SEP:54,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",12:"CONTENT",13:"COMMENT",15:"END_RAW_BLOCK",16:"OPEN_RAW_BLOCK",18:"CLOSE_RAW_BLOCK",24:"OPEN_BLOCK",25:"CLOSE",26:"OPEN_INVERSE",28:"INVERSE",29:"OPEN_ENDBLOCK",31:"OPEN",32:"OPEN_UNESCAPED",33:"CLOSE_UNESCAPED",34:"OPEN_PARTIAL",42:"STRING",43:"NUMBER",44:"BOOLEAN",45:"OPEN_SEXPR",46:"CLOSE_SEXPR",50:"ID",51:"EQUALS",52:"DATA",54:"SEP"},productions_:[0,[3,2],[4,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[10,3],[14,3],[9,4],[9,4],[19,3],[22,3],[27,2],[21,3],[8,3],[8,3],[11,5],[11,4],[17,3],[17,1],[36,1],[36,1],[36,1],[36,1],[36,1],[36,3],[47,1],[49,3],[35,1],[35,1],[35,1],[41,2],[30,1],[53,3],[53,1],[6,0],[6,2],[20,0],[20,1],[23,0],[23,1],[37,0],[37,1],[38,0],[38,1],[39,0],[39,2],[40,0],[40,1],[48,1],[48,2]],performAction:function a(e,t,i,n,r,s,o){var c=s.length-1;switch(r){case 1:n.prepareProgram(s[c-1].statements,true);return s[c-1];break;case 2:this.$=new n.ProgramNode(n.prepareProgram(s[c]),{},this._$);break;case 3:this.$=s[c];break;case 4:this.$=s[c];break;case 5:this.$=s[c];break;case 6:this.$=s[c];break;case 7:this.$=new n.ContentNode(s[c],this._$);break;case 8:this.$=new n.CommentNode(s[c],this._$);break;case 9:this.$=new n.RawBlockNode(s[c-2],s[c-1],s[c],this._$);break;case 10:this.$=new n.MustacheNode(s[c-1],null,"","",this._$);break;case 11:this.$=n.prepareBlock(s[c-3],s[c-2],s[c-1],s[c],false,this._$);break;case 12:this.$=n.prepareBlock(s[c-3],s[c-2],s[c-1],s[c],true,this._$);break;case 13:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 14:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 15:this.$={strip:n.stripFlags(s[c-1],s[c-1]),program:s[c]};break;case 16:this.$={path:s[c-1],strip:n.stripFlags(s[c-2],s[c])};break;case 17:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 18:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 19:this.$=new n.PartialNode(s[c-3],s[c-2],s[c-1],n.stripFlags(s[c-4],s[c]),this._$);break;case 20:this.$=new n.PartialNode(s[c-2],undefined,s[c-1],n.stripFlags(s[c-3],s[c]),this._$);break;case 21:this.$=new n.SexprNode([s[c-2]].concat(s[c-1]),s[c],this._$);break;case 22:this.$=new n.SexprNode([s[c]],null,this._$);break;case 23:this.$=s[c];break;case 24:this.$=new n.StringNode(s[c],this._$);break;case 25:this.$=new n.NumberNode(s[c],this._$);break;case 26:this.$=new n.BooleanNode(s[c],this._$);break;case 27:this.$=s[c];break;case 28:s[c-1].isHelper=true;this.$=s[c-1];break;case 29:this.$=new n.HashNode(s[c],this._$);break;case 30:this.$=[s[c-2],s[c]];break;case 31:this.$=new n.PartialNameNode(s[c],this._$);break;case 32:this.$=new n.PartialNameNode(new n.StringNode(s[c],this._$),this._$);break;case 33:this.$=new n.PartialNameNode(new n.NumberNode(s[c],this._$));break;case 34:this.$=new n.DataNode(s[c],this._$);break;case 35:this.$=new n.IdNode(s[c],this._$);break;case 36:s[c-2].push({part:s[c],separator:s[c-1]});this.$=s[c-2];break;case 37:this.$=[{part:s[c]}];break;case 38:this.$=[];break;case 39:s[c-1].push(s[c]);break;case 48:this.$=[];break;case 49:s[c-1].push(s[c]);break;case 52:this.$=[s[c]];break;case 53:s[c-1].push(s[c]);break}},table:[{3:1,4:2,5:[2,38],6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],31:[2,38],32:[2,38],34:[2,38]},{1:[3]},{5:[1,4]},{5:[2,2],7:5,8:6,9:7,10:8,11:9,12:[1,10],13:[1,11],14:16,16:[1,20],19:14,22:15,24:[1,18],26:[1,19],28:[2,2],29:[2,2],31:[1,12],32:[1,13],34:[1,17]},{1:[2,1]},{5:[2,39],12:[2,39],13:[2,39],16:[2,39],24:[2,39],26:[2,39],28:[2,39],29:[2,39],31:[2,39],32:[2,39],34:[2,39]},{5:[2,3],12:[2,3],13:[2,3],16:[2,3],24:[2,3],26:[2,3],28:[2,3],29:[2,3],31:[2,3],32:[2,3],34:[2,3]},{5:[2,4],12:[2,4],13:[2,4],16:[2,4],24:[2,4],26:[2,4],28:[2,4],29:[2,4],31:[2,4],32:[2,4],34:[2,4]},{5:[2,5],12:[2,5],13:[2,5],16:[2,5],24:[2,5],26:[2,5],28:[2,5],29:[2,5],31:[2,5],32:[2,5],34:[2,5]},{5:[2,6],12:[2,6],13:[2,6],16:[2,6],24:[2,6],26:[2,6],28:[2,6],29:[2,6],31:[2,6],32:[2,6],34:[2,6]},{5:[2,7],12:[2,7],13:[2,7],16:[2,7],24:[2,7],26:[2,7],28:[2,7],29:[2,7],31:[2,7],32:[2,7],34:[2,7]},{5:[2,8],12:[2,8],13:[2,8],16:[2,8],24:[2,8],26:[2,8],28:[2,8],29:[2,8],31:[2,8],32:[2,8],34:[2,8]},{17:21,30:22,41:23,50:[1,26],52:[1,25],53:24},{17:27,30:22,41:23,50:[1,26],52:[1,25],53:24},{4:28,6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],28:[2,38],29:[2,38],31:[2,38],32:[2,38],34:[2,38]},{4:29,6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],28:[2,38],29:[2,38],31:[2,38],32:[2,38],34:[2,38]},{12:[1,30]},{30:32,35:31,42:[1,33],43:[1,34],50:[1,26],53:24},{17:35,30:22,41:23,50:[1,26],52:[1,25],53:24},{17:36,30:22,41:23,50:[1,26],52:[1,25],53:24},{17:37,30:22,41:23,50:[1,26],52:[1,25],53:24},{25:[1,38]},{18:[2,48],25:[2,48],33:[2,48],39:39,42:[2,48],43:[2,48],44:[2,48],45:[2,48],46:[2,48],50:[2,48],52:[2,48]},{18:[2,22],25:[2,22],33:[2,22],46:[2,22]},{18:[2,35],25:[2,35],33:[2,35],42:[2,35],43:[2,35],44:[2,35],45:[2,35],46:[2,35],50:[2,35],52:[2,35],54:[1,40]},{30:41,50:[1,26],53:24},{18:[2,37],25:[2,37],33:[2,37],42:[2,37],43:[2,37],44:[2,37],45:[2,37],46:[2,37],50:[2,37],52:[2,37],54:[2,37]},{33:[1,42]},{20:43,27:44,28:[1,45],29:[2,40]},{23:46,27:47,28:[1,45],29:[2,42]},{15:[1,48]},{25:[2,46],30:51,36:49,38:50,41:55,42:[1,52],43:[1,53],44:[1,54],45:[1,56],47:57,48:58,49:60,50:[1,59],52:[1,25],53:24},{25:[2,31],42:[2,31],43:[2,31],44:[2,31],45:[2,31],50:[2,31],52:[2,31]},{25:[2,32],42:[2,32],43:[2,32],44:[2,32],45:[2,32],50:[2,32],52:[2,32]},{25:[2,33],42:[2,33],43:[2,33],44:[2,33],45:[2,33],50:[2,33],52:[2,33]},{25:[1,61]},{25:[1,62]},{18:[1,63]},{5:[2,17],12:[2,17],13:[2,17],16:[2,17],24:[2,17],26:[2,17],28:[2,17],29:[2,17],31:[2,17],32:[2,17],34:[2,17]},{18:[2,50],25:[2,50],30:51,33:[2,50],36:65,40:64,41:55,42:[1,52],43:[1,53],44:[1,54],45:[1,56],46:[2,50],47:66,48:58,49:60,50:[1,59],52:[1,25],53:24},{50:[1,67]},{18:[2,34],25:[2,34],33:[2,34],42:[2,34],43:[2,34],44:[2,34],45:[2,34],46:[2,34],50:[2,34],52:[2,34]},{5:[2,18],12:[2,18],13:[2,18],16:[2,18],24:[2,18],26:[2,18],28:[2,18],29:[2,18],31:[2,18],32:[2,18],34:[2,18]},{21:68,29:[1,69]},{29:[2,41]},{4:70,6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],29:[2,38],31:[2,38],32:[2,38],34:[2,38]},{21:71,29:[1,69]},{29:[2,43]},{5:[2,9],12:[2,9],13:[2,9],16:[2,9],24:[2,9],26:[2,9],28:[2,9],29:[2,9],31:[2,9],32:[2,9],34:[2,9]},{25:[2,44],37:72,47:73,48:58,49:60,50:[1,74]},{25:[1,75]},{18:[2,23],25:[2,23],33:[2,23],42:[2,23],43:[2,23],44:[2,23],45:[2,23],46:[2,23],50:[2,23],52:[2,23]},{18:[2,24],25:[2,24],33:[2,24],42:[2,24],43:[2,24],44:[2,24],45:[2,24],46:[2,24],50:[2,24],52:[2,24]},{18:[2,25],25:[2,25],33:[2,25],42:[2,25],43:[2,25],44:[2,25],45:[2,25],46:[2,25],50:[2,25],52:[2,25]},{18:[2,26],25:[2,26],33:[2,26],42:[2,26],43:[2,26],44:[2,26],45:[2,26],46:[2,26],50:[2,26],52:[2,26]},{18:[2,27],25:[2,27],33:[2,27],42:[2,27],43:[2,27],44:[2,27],45:[2,27],46:[2,27],50:[2,27],52:[2,27]},{17:76,30:22,41:23,50:[1,26],52:[1,25],53:24},{25:[2,47]},{18:[2,29],25:[2,29],33:[2,29],46:[2,29],49:77,50:[1,74]},{18:[2,37],25:[2,37],33:[2,37],42:[2,37],43:[2,37],44:[2,37],45:[2,37],46:[2,37],50:[2,37],51:[1,78],52:[2,37],54:[2,37]},{18:[2,52],25:[2,52],33:[2,52],46:[2,52],50:[2,52]},{12:[2,13],13:[2,13],16:[2,13],24:[2,13],26:[2,13],28:[2,13],29:[2,13],31:[2,13],32:[2,13],34:[2,13]},{12:[2,14],13:[2,14],16:[2,14],24:[2,14],26:[2,14],28:[2,14],29:[2,14],31:[2,14],32:[2,14],34:[2,14]},{12:[2,10]},{18:[2,21],25:[2,21],33:[2,21],46:[2,21]},{18:[2,49],25:[2,49],33:[2,49],42:[2,49],43:[2,49],44:[2,49],45:[2,49],46:[2,49],50:[2,49],52:[2,49]},{18:[2,51],25:[2,51],33:[2,51],46:[2,51]},{18:[2,36],25:[2,36],33:[2,36],42:[2,36],43:[2,36],44:[2,36],45:[2,36],46:[2,36],50:[2,36],52:[2,36],54:[2,36]},{5:[2,11],12:[2,11],13:[2,11],16:[2,11],24:[2,11],26:[2,11],28:[2,11],29:[2,11],31:[2,11],32:[2,11],34:[2,11]},{30:79,50:[1,26],53:24},{29:[2,15]},{5:[2,12],12:[2,12],13:[2,12],16:[2,12],24:[2,12],26:[2,12],28:[2,12],29:[2,12],31:[2,12],32:[2,12],34:[2,12]},{25:[1,80]},{25:[2,45]},{51:[1,78]},{5:[2,20],12:[2,20],13:[2,20],16:[2,20],24:[2,20],26:[2,20],28:[2,20],29:[2,20],31:[2,20],32:[2,20],34:[2,20]},{46:[1,81]},{18:[2,53],25:[2,53],33:[2,53],46:[2,53],50:[2,53]},{30:51,36:82,41:55,42:[1,52],43:[1,53],44:[1,54],45:[1,56],50:[1,26],52:[1,25],53:24},{25:[1,83]},{5:[2,19],12:[2,19],13:[2,19],16:[2,19],24:[2,19],26:[2,19],28:[2,19],29:[2,19],31:[2,19],32:[2,19],34:[2,19]},{18:[2,28],25:[2,28],33:[2,28],42:[2,28],43:[2,28],44:[2,28],45:[2,28],46:[2,28],50:[2,28],52:[2,28]},{18:[2,30],25:[2,30],33:[2,30],46:[2,30],50:[2,30]},{5:[2,16],12:[2,16],13:[2,16],16:[2,16],24:[2,16],26:[2,16],28:[2,16],29:[2,16],31:[2,16],32:[2,16],34:[2,16]}],defaultActions:{4:[2,1],44:[2,41],47:[2,43],57:[2,47],63:[2,10],70:[2,15],73:[2,45]},parseError:function r(e,t){throw new Error(e)},parse:function s(e){var t=this,i=[0],n=[null],a=[],r=this.table,s="",o=0,c=0,l=0,u=2,f=1;this.lexer.setInput(e);this.lexer.yy=this.yy;this.yy.lexer=this.lexer;this.yy.parser=this;if(typeof this.lexer.yylloc=="undefined")this.lexer.yylloc={};var p=this.lexer.yylloc;a.push(p);var h=this.lexer.options&&this.lexer.options.ranges;if(typeof this.yy.parseError==="function")this.parseError=this.yy.parseError;function d(e){i.length=i.length-2*e;n.length=n.length-e;a.length=a.length-e}function m(){var e;e=t.lexer.lex()||1;if(typeof e!=="number"){e=t.symbols_[e]||e}return e}var g,b,v,M,_,A,y={},O,z,L,N;while(true){v=i[i.length-1];if(this.defaultActions[v]){M=this.defaultActions[v]}else{if(g===null||typeof g=="undefined"){g=m()}M=r[v]&&r[v][g]}if(typeof M==="undefined"||!M.length||!M[0]){var S="";if(!l){N=[];for(O in r[v])if(this.terminals_[O]&&O>2){N.push("'"+this.terminals_[O]+"'")}if(this.lexer.showPosition){S="Parse error on line "+(o+1)+":\n"+this.lexer.showPosition()+"\nExpecting "+N.join(", ")+", got '"+(this.terminals_[g]||g)+"'"}else{S="Parse error on line "+(o+1)+": Unexpected "+(g==1?"end of input":"'"+(this.terminals_[g]||g)+"'")}this.parseError(S,{text:this.lexer.match,token:this.terminals_[g]||g,line:this.lexer.yylineno,loc:p,expected:N})}}if(M[0]instanceof Array&&M.length>1){throw new Error("Parse Error: multiple actions possible at state: "+v+", token: "+g)}switch(M[0]){case 1:i.push(g);n.push(this.lexer.yytext);a.push(this.lexer.yylloc);i.push(M[1]);g=null;if(!b){c=this.lexer.yyleng;s=this.lexer.yytext;o=this.lexer.yylineno;p=this.lexer.yylloc;if(l>0)l--}else{g=b;b=null}break;case 2:z=this.productions_[M[1]][1];y.$=n[n.length-z];y._$={first_line:a[a.length-(z||1)].first_line,last_line:a[a.length-1].last_line,first_column:a[a.length-(z||1)].first_column,last_column:a[a.length-1].last_column};if(h){y._$.range=[a[a.length-(z||1)].range[0],a[a.length-1].range[1]]}A=this.performAction.call(y,s,c,o,this.yy,M[1],n,a);if(typeof A!=="undefined"){return A}if(z){i=i.slice(0,-1*z*2);n=n.slice(0,-1*z);a=a.slice(0,-1*z)}i.push(this.productions_[M[1]][0]);n.push(y.$);a.push(y._$);L=r[i[i.length-2]][i[i.length-1]];i.push(L);break;case 3:return true}}return true}};var t=function(){var e={EOF:1,parseError:function t(e,i){if(this.yy.parser){this.yy.parser.parseError(e,i)}else{throw new Error(e)}},setInput:function(e){this._input=e;this._more=this._less=this.done=false;this.yylineno=this.yyleng=0;this.yytext=this.matched=this.match="";this.conditionStack=["INITIAL"];this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0};if(this.options.ranges)this.yylloc.range=[0,0];this.offset=0;return this},input:function(){var e=this._input[0];this.yytext+=e;this.yyleng++;this.offset++;this.match+=e;this.matched+=e;var t=e.match(/(?:\r\n?|\n).*/g);if(t){this.yylineno++;this.yylloc.last_line++}else{this.yylloc.last_column++}if(this.options.ranges)this.yylloc.range[1]++;this._input=this._input.slice(1);return e},unput:function(e){var t=e.length;var i=e.split(/(?:\r\n?|\n)/g);this._input=e+this._input;this.yytext=this.yytext.substr(0,this.yytext.length-t-1);this.offset-=t;var n=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1);this.matched=this.matched.substr(0,this.matched.length-1);if(i.length-1)this.yylineno-=i.length-1;var a=this.yylloc.range;this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:i?(i.length===n.length?this.yylloc.first_column:0)+n[n.length-i.length].length-i[0].length:this.yylloc.first_column-t};if(this.options.ranges){this.yylloc.range=[a[0],a[0]+this.yyleng-t]}return this},more:function(){this._more=true;return this},less:function(e){this.unput(this.match.slice(e))},pastInput:function(){var e=this.matched.substr(0,this.matched.length-this.match.length);return(e.length>20?"...":"")+e.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var e=this.match;if(e.length<20){e+=this._input.substr(0,20-e.length)}return(e.substr(0,20)+(e.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var e=this.pastInput();var t=new Array(e.length+1).join("-");return e+this.upcomingInput()+"\n"+t+"^";
},next:function(){if(this.done){return this.EOF}if(!this._input)this.done=true;var e,t,i,n,a,r;if(!this._more){this.yytext="";this.match=""}var s=this._currentRules();for(var o=0;o<s.length;o++){i=this._input.match(this.rules[s[o]]);if(i&&(!t||i[0].length>t[0].length)){t=i;n=o;if(!this.options.flex)break}}if(t){r=t[0].match(/(?:\r\n?|\n).*/g);if(r)this.yylineno+=r.length;this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length};this.yytext+=t[0];this.match+=t[0];this.matches=t;this.yyleng=this.yytext.length;if(this.options.ranges){this.yylloc.range=[this.offset,this.offset+=this.yyleng]}this._more=false;this._input=this._input.slice(t[0].length);this.matched+=t[0];e=this.performAction.call(this,this.yy,this,s[n],this.conditionStack[this.conditionStack.length-1]);if(this.done&&this._input)this.done=false;if(e)return e;else return}if(this._input===""){return this.EOF}else{return this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})}},lex:function i(){var e=this.next();if(typeof e!=="undefined"){return e}else{return this.lex()}},begin:function n(e){this.conditionStack.push(e)},popState:function a(){return this.conditionStack.pop()},_currentRules:function r(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function s(e){this.begin(e)}};e.options={};e.performAction=function o(e,t,i,n){function a(e,i){return t.yytext=t.yytext.substr(e,t.yyleng-i)}var r=n;switch(i){case 0:if(t.yytext.slice(-2)==="\\\\"){a(0,1);this.begin("mu")}else if(t.yytext.slice(-1)==="\\"){a(0,1);this.begin("emu")}else{this.begin("mu")}if(t.yytext)return 12;break;case 1:return 12;break;case 2:this.popState();return 12;break;case 3:t.yytext=t.yytext.substr(5,t.yyleng-9);this.popState();return 15;break;case 4:return 12;break;case 5:a(0,4);this.popState();return 13;break;case 6:return 45;break;case 7:return 46;break;case 8:return 16;break;case 9:this.popState();this.begin("raw");return 18;break;case 10:return 34;break;case 11:return 24;break;case 12:return 29;break;case 13:this.popState();return 28;break;case 14:this.popState();return 28;break;case 15:return 26;break;case 16:return 26;break;case 17:return 32;break;case 18:return 31;break;case 19:this.popState();this.begin("com");break;case 20:a(3,5);this.popState();return 13;break;case 21:return 31;break;case 22:return 51;break;case 23:return 50;break;case 24:return 50;break;case 25:return 54;break;case 26:break;case 27:this.popState();return 33;break;case 28:this.popState();return 25;break;case 29:t.yytext=a(1,2).replace(/\\"/g,'"');return 42;break;case 30:t.yytext=a(1,2).replace(/\\'/g,"'");return 42;break;case 31:return 52;break;case 32:return 44;break;case 33:return 44;break;case 34:return 43;break;case 35:return 50;break;case 36:t.yytext=a(1,2);return 50;break;case 37:return"INVALID";break;case 38:return 5;break}};e.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]*?(?=(\{\{\{\{\/)))/,/^(?:[\s\S]*?--\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{!--)/,/^(?:\{\{![\s\S]*?\}\})/,/^(?:\{\{(~)?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)]))))/,/^(?:\[[^\]]*\])/,/^(?:.)/,/^(?:$)/];e.conditions={mu:{rules:[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],inclusive:false},emu:{rules:[2],inclusive:false},com:{rules:[5],inclusive:false},raw:{rules:[3,4],inclusive:false},INITIAL:{rules:[0,1,38],inclusive:true}};return e}();e.lexer=t;function i(){this.yy={}}i.prototype=e;e.Parser=i;return new i}();e=t;return e}();var c=function(e){"use strict";var t={};var i=e;function n(e,t){return{left:e.charAt(2)==="~",right:t.charAt(t.length-3)==="~"}}t.stripFlags=n;function a(e,t,n,a,r,u){if(e.sexpr.id.original!==a.path.original){throw new i(e.sexpr.id.original+" doesn't match "+a.path.original,e)}var f=n&&n.program;var p={left:e.strip.left,right:a.strip.right,openStandalone:o(t.statements),closeStandalone:s((f||t).statements)};if(e.strip.right){c(t.statements,null,true)}if(f){var h=n.strip;if(h.left){l(t.statements,null,true)}if(h.right){c(f.statements,null,true)}if(a.strip.left){l(f.statements,null,true)}if(s(t.statements)&&o(f.statements)){l(t.statements);c(f.statements)}}else{if(a.strip.left){l(t.statements,null,true)}}if(r){return new this.BlockNode(e,f,t,p,u)}else{return new this.BlockNode(e,t,f,p,u)}}t.prepareBlock=a;function r(e,t){for(var i=0,n=e.length;i<n;i++){var a=e[i],r=a.strip;if(!r){continue}var u=s(e,i,t,a.type==="partial"),f=o(e,i,t),p=r.openStandalone&&u,h=r.closeStandalone&&f,d=r.inlineStandalone&&u&&f;if(r.right){c(e,i,true)}if(r.left){l(e,i,true)}if(d){c(e,i);if(l(e,i)){if(a.type==="partial"){a.indent=/([ \t]+$)/.exec(e[i-1].original)?RegExp.$1:""}}}if(p){c((a.program||a.inverse).statements);l(e,i)}if(h){c(e,i);l((a.inverse||a.program).statements)}}return e}t.prepareProgram=r;function s(e,t,i){if(t===undefined){t=e.length}var n=e[t-1],a=e[t-2];if(!n){return i}if(n.type==="content"){return(a||!i?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(n.original)}}function o(e,t,i){if(t===undefined){t=-1}var n=e[t+1],a=e[t+2];if(!n){return i}if(n.type==="content"){return(a||!i?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(n.original)}}function c(e,t,i){var n=e[t==null?0:t+1];if(!n||n.type!=="content"||!i&&n.rightStripped){return}var a=n.string;n.string=n.string.replace(i?/^\s+/:/^[ \t]*\r?\n?/,"");n.rightStripped=n.string!==a}function l(e,t,i){var n=e[t==null?e.length-1:t-1];if(!n||n.type!=="content"||!i&&n.leftStripped){return}var a=n.string;n.string=n.string.replace(i?/\s+$/:/[ \t]+$/,"");n.leftStripped=n.string!==a;return n.leftStripped}return t}(i);var l=function(e,t,i,n){"use strict";var a={};var r=e;var s=t;var o=i;var c=n.extend;a.parser=r;var l={};c(l,o,s);function u(e){if(e.constructor===s.ProgramNode){return e}r.yy=l;return r.parse(e)}a.parse=u;return a}(o,s,c,t);var u=function(e,t){"use strict";var i={};var n=e;var a=t.isArray;var r=[].slice;function s(){}i.Compiler=s;s.prototype={compiler:s,equals:function(e){var t=this.opcodes.length;if(e.opcodes.length!==t){return false}for(var i=0;i<t;i++){var n=this.opcodes[i],a=e.opcodes[i];if(n.opcode!==a.opcode||!l(n.args,a.args)){return false}}t=this.children.length;for(i=0;i<t;i++){if(!this.children[i].equals(e.children[i])){return false}}return true},guid:0,compile:function(e,t){this.opcodes=[];this.children=[];this.depths={list:[]};this.options=t;this.stringParams=t.stringParams;this.trackIds=t.trackIds;var i=this.options.knownHelpers;this.options.knownHelpers={helperMissing:true,blockHelperMissing:true,each:true,"if":true,unless:true,"with":true,log:true,lookup:true};if(i){for(var n in i){this.options.knownHelpers[n]=i[n]}}return this.accept(e)},accept:function(e){return this[e.type](e)},program:function(e){var t=e.statements;for(var i=0,n=t.length;i<n;i++){this.accept(t[i])}this.isSimple=n===1;this.depths.list=this.depths.list.sort(function(e,t){return e-t});return this},compileProgram:function(e){var t=(new this.compiler).compile(e,this.options);var i=this.guid++,n;this.usePartial=this.usePartial||t.usePartial;this.children[i]=t;for(var a=0,r=t.depths.list.length;a<r;a++){n=t.depths.list[a];if(n<2){continue}else{this.addDepth(n-1)}}return i},block:function(e){var t=e.mustache,i=e.program,n=e.inverse;if(i){i=this.compileProgram(i)}if(n){n=this.compileProgram(n)}var a=t.sexpr;var r=this.classifySexpr(a);if(r==="helper"){this.helperSexpr(a,i,n)}else if(r==="simple"){this.simpleSexpr(a);this.opcode("pushProgram",i);this.opcode("pushProgram",n);this.opcode("emptyHash");this.opcode("blockValue",a.id.original)}else{this.ambiguousSexpr(a,i,n);this.opcode("pushProgram",i);this.opcode("pushProgram",n);this.opcode("emptyHash");this.opcode("ambiguousBlockValue")}this.opcode("append")},hash:function(e){var t=e.pairs,i,n;this.opcode("pushHash");for(i=0,n=t.length;i<n;i++){this.pushParam(t[i][1])}while(i--){this.opcode("assignToHash",t[i][0])}this.opcode("popHash")},partial:function(e){var t=e.partialName;this.usePartial=true;if(e.hash){this.accept(e.hash)}else{this.opcode("push","undefined")}if(e.context){this.accept(e.context)}else{this.opcode("getContext",0);this.opcode("pushContext")}this.opcode("invokePartial",t.name,e.indent||"");this.opcode("append")},content:function(e){if(e.string){this.opcode("appendContent",e.string)}},mustache:function(e){this.sexpr(e.sexpr);if(e.escaped&&!this.options.noEscape){this.opcode("appendEscaped")}else{this.opcode("append")}},ambiguousSexpr:function(e,t,i){var n=e.id,a=n.parts[0],r=t!=null||i!=null;this.opcode("getContext",n.depth);this.opcode("pushProgram",t);this.opcode("pushProgram",i);this.ID(n);this.opcode("invokeAmbiguous",a,r)},simpleSexpr:function(e){var t=e.id;if(t.type==="DATA"){this.DATA(t)}else if(t.parts.length){this.ID(t)}else{this.addDepth(t.depth);this.opcode("getContext",t.depth);this.opcode("pushContext")}this.opcode("resolvePossibleLambda")},helperSexpr:function(e,t,i){var a=this.setupFullMustacheParams(e,t,i),r=e.id,s=r.parts[0];if(this.options.knownHelpers[s]){this.opcode("invokeKnownHelper",a.length,s)}else if(this.options.knownHelpersOnly){throw new n("You specified knownHelpersOnly, but used the unknown helper "+s,e)}else{r.falsy=true;this.ID(r);this.opcode("invokeHelper",a.length,r.original,r.isSimple)}},sexpr:function(e){var t=this.classifySexpr(e);if(t==="simple"){this.simpleSexpr(e)}else if(t==="helper"){this.helperSexpr(e)}else{this.ambiguousSexpr(e)}},ID:function(e){this.addDepth(e.depth);this.opcode("getContext",e.depth);var t=e.parts[0];if(!t){this.opcode("pushContext")}else{this.opcode("lookupOnContext",e.parts,e.falsy,e.isScoped)}},DATA:function(e){this.options.data=true;this.opcode("lookupData",e.id.depth,e.id.parts)},STRING:function(e){this.opcode("pushString",e.string)},NUMBER:function(e){this.opcode("pushLiteral",e.number)},BOOLEAN:function(e){this.opcode("pushLiteral",e.bool)},comment:function(){},opcode:function(e){this.opcodes.push({opcode:e,args:r.call(arguments,1)})},addDepth:function(e){if(e===0){return}if(!this.depths[e]){this.depths[e]=true;this.depths.list.push(e)}},classifySexpr:function(e){var t=e.isHelper;var i=e.eligibleHelper;var n=this.options;if(i&&!t){var a=e.id.parts[0];if(n.knownHelpers[a]){t=true}else if(n.knownHelpersOnly){i=false}}if(t){return"helper"}else if(i){return"ambiguous"}else{return"simple"}},pushParams:function(e){for(var t=0,i=e.length;t<i;t++){this.pushParam(e[t])}},pushParam:function(e){if(this.stringParams){if(e.depth){this.addDepth(e.depth)}this.opcode("getContext",e.depth||0);this.opcode("pushStringParam",e.stringModeValue,e.type);if(e.type==="sexpr"){this.sexpr(e)}}else{if(this.trackIds){this.opcode("pushId",e.type,e.idName||e.stringModeValue)}this.accept(e)}},setupFullMustacheParams:function(e,t,i){var n=e.params;this.pushParams(n);this.opcode("pushProgram",t);this.opcode("pushProgram",i);if(e.hash){this.hash(e.hash)}else{this.opcode("emptyHash")}return n}};function o(e,t,i){if(e==null||typeof e!=="string"&&e.constructor!==i.AST.ProgramNode){throw new n("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+e)}t=t||{};if(!("data"in t)){t.data=true}if(t.compat){t.useDepths=true}var a=i.parse(e);var r=(new i.Compiler).compile(a,t);return(new i.JavaScriptCompiler).compile(r,t)}i.precompile=o;function c(e,t,i){if(e==null||typeof e!=="string"&&e.constructor!==i.AST.ProgramNode){throw new n("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+e)}t=t||{};if(!("data"in t)){t.data=true}if(t.compat){t.useDepths=true}var a;function r(){var n=i.parse(e);var a=(new i.Compiler).compile(n,t);var r=(new i.JavaScriptCompiler).compile(a,t,undefined,true);return i.template(r)}var s=function(e,t){if(!a){a=r()}return a.call(this,e,t)};s._setup=function(e){if(!a){a=r()}return a._setup(e)};s._child=function(e,t,i){if(!a){a=r()}return a._child(e,t,i)};return s}i.compile=c;function l(e,t){if(e===t){return true}if(a(e)&&a(t)&&e.length===t.length){for(var i=0;i<e.length;i++){if(!l(e[i],t[i])){return false}}return true}}return i}(i,t);var f=function(e,t){"use strict";var i;var n=e.COMPILER_REVISION;var a=e.REVISION_CHANGES;var r=t;function s(e){this.value=e}function o(){}o.prototype={nameLookup:function(e,t){if(o.isValidJavaScriptVariableName(t)){return e+"."+t}else{return e+"['"+t+"']"}},depthedLookup:function(e){this.aliases.lookup="this.lookup";return'lookup(depths, "'+e+'")'},compilerInfo:function(){var e=n,t=a[e];return[e,t]},appendToBuffer:function(e){if(this.environment.isSimple){return"return "+e+";"}else{return{appendToBuffer:true,content:e,toString:function(){return"buffer += "+e+";"}}}},initializeBuffer:function(){return this.quotedString("")},namespace:"Handlebars",compile:function(e,t,i,n){this.environment=e;this.options=t;this.stringParams=this.options.stringParams;this.trackIds=this.options.trackIds;this.precompile=!n;this.name=this.environment.name;this.isChild=!!i;this.context=i||{programs:[],environments:[]};this.preamble();this.stackSlot=0;this.stackVars=[];this.aliases={};this.registers={list:[]};this.hashes=[];this.compileStack=[];this.inlineStack=[];this.compileChildren(e,t);this.useDepths=this.useDepths||e.depths.list.length||this.options.compat;var a=e.opcodes,s,o,c;for(o=0,c=a.length;o<c;o++){s=a[o];this[s.opcode].apply(this,s.args)}this.pushSource("");if(this.stackSlot||this.inlineStack.length||this.compileStack.length){throw new r("Compile completed with content left on stack")}var l=this.createFunctionContext(n);if(!this.isChild){var u={compiler:this.compilerInfo(),main:l};var f=this.context.programs;for(o=0,c=f.length;o<c;o++){if(f[o]){u[o]=f[o]}}if(this.environment.usePartial){u.usePartial=true}if(this.options.data){u.useData=true}if(this.useDepths){u.useDepths=true}if(this.options.compat){u.compat=true}if(!n){u.compiler=JSON.stringify(u.compiler);u=this.objectLiteral(u)}return u}else{return l}},preamble:function(){this.lastContext=0;this.source=[]},createFunctionContext:function(e){var t="";var i=this.stackVars.concat(this.registers.list);if(i.length>0){t+=", "+i.join(", ")}for(var n in this.aliases){if(this.aliases.hasOwnProperty(n)){t+=", "+n+"="+this.aliases[n]}}var a=["depth0","helpers","partials","data"];if(this.useDepths){a.push("depths")}var r=this.mergeSource(t);if(e){a.push(r);return Function.apply(this,a)}else{return"function("+a.join(",")+") {\n  "+r+"}"}},mergeSource:function(e){var t="",i,n=!this.forceBuffer,a;for(var r=0,s=this.source.length;r<s;r++){var o=this.source[r];if(o.appendToBuffer){if(i){i=i+"\n    + "+o.content}else{i=o.content}}else{if(i){if(!t){a=true;t=i+";\n  "}else{t+="buffer += "+i+";\n  "}i=undefined}t+=o+"\n  ";if(!this.environment.isSimple){n=false}}}if(n){if(i||!t){t+="return "+(i||'""')+";\n"}}else{e+=", buffer = "+(a?"":this.initializeBuffer());if(i){t+="return buffer + "+i+";\n"}else{t+="return buffer;\n"}}if(e){t="var "+e.substring(2)+(a?"":";\n  ")+t}return t},blockValue:function(e){this.aliases.blockHelperMissing="helpers.blockHelperMissing";var t=[this.contextName(0)];this.setupParams(e,0,t);var i=this.popStack();t.splice(1,0,i);this.push("blockHelperMissing.call("+t.join(", ")+")")},ambiguousBlockValue:function(){this.aliases.blockHelperMissing="helpers.blockHelperMissing";var e=[this.contextName(0)];this.setupParams("",0,e,true);this.flushInline();var t=this.topStack();e.splice(1,0,t);this.pushSource("if (!"+this.lastHelper+") { "+t+" = blockHelperMissing.call("+e.join(", ")+"); }")},appendContent:function(e){if(this.pendingContent){e=this.pendingContent+e}this.pendingContent=e},append:function(){this.flushInline();var e=this.popStack();this.pushSource("if ("+e+" != null) { "+this.appendToBuffer(e)+" }");if(this.environment.isSimple){this.pushSource("else { "+this.appendToBuffer("''")+" }")}},appendEscaped:function(){this.aliases.escapeExpression="this.escapeExpression";this.pushSource(this.appendToBuffer("escapeExpression("+this.popStack()+")"))},getContext:function(e){this.lastContext=e},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(e,t,i){var n=0,a=e.length;if(!i&&this.options.compat&&!this.lastContext){this.push(this.depthedLookup(e[n++]))}else{this.pushContext()}for(;n<a;n++){this.replaceStack(function(i){var a=this.nameLookup(i,e[n],"context");if(!t){return" != null ? "+a+" : "+i}else{return" && "+a}})}},lookupData:function(e,t){if(!e){this.pushStackLiteral("data")}else{this.pushStackLiteral("this.data(data, "+e+")")}var i=t.length;for(var n=0;n<i;n++){this.replaceStack(function(e){return" && "+this.nameLookup(e,t[n],"data")})}},resolvePossibleLambda:function(){this.aliases.lambda="this.lambda";this.push("lambda("+this.popStack()+", "+this.contextName(0)+")")},pushStringParam:function(e,t){this.pushContext();this.pushString(t);if(t!=="sexpr"){if(typeof e==="string"){this.pushString(e)}else{this.pushStackLiteral(e)}}},emptyHash:function(){this.pushStackLiteral("{}");if(this.trackIds){this.push("{}")}if(this.stringParams){this.push("{}");this.push("{}")}},pushHash:function(){if(this.hash){this.hashes.push(this.hash)}this.hash={values:[],types:[],contexts:[],ids:[]}},popHash:function(){var e=this.hash;this.hash=this.hashes.pop();if(this.trackIds){this.push("{"+e.ids.join(",")+"}")}if(this.stringParams){this.push("{"+e.contexts.join(",")+"}");this.push("{"+e.types.join(",")+"}")}this.push("{\n    "+e.values.join(",\n    ")+"\n  }")},pushString:function(e){this.pushStackLiteral(this.quotedString(e))},push:function(e){this.inlineStack.push(e);return e},pushLiteral:function(e){this.pushStackLiteral(e)},pushProgram:function(e){if(e!=null){this.pushStackLiteral(this.programExpression(e))}else{this.pushStackLiteral(null)}},invokeHelper:function(e,t,i){this.aliases.helperMissing="helpers.helperMissing";var n=this.popStack();var a=this.setupHelper(e,t);var r=(i?a.name+" || ":"")+n+" || helperMissing";this.push("(("+r+").call("+a.callParams+"))")},invokeKnownHelper:function(e,t){var i=this.setupHelper(e,t);this.push(i.name+".call("+i.callParams+")")},invokeAmbiguous:function(e,t){this.aliases.functionType='"function"';this.aliases.helperMissing="helpers.helperMissing";this.useRegister("helper");var i=this.popStack();this.emptyHash();var n=this.setupHelper(0,e,t);var a=this.lastHelper=this.nameLookup("helpers",e,"helper");this.push("((helper = (helper = "+a+" || "+i+") != null ? helper : helperMissing"+(n.paramsInit?"),("+n.paramsInit:"")+"),"+"(typeof helper === functionType ? helper.call("+n.callParams+") : helper))")},invokePartial:function(e,t){var i=[this.nameLookup("partials",e,"partial"),"'"+t+"'","'"+e+"'",this.popStack(),this.popStack(),"helpers","partials"];if(this.options.data){i.push("data")}else if(this.options.compat){i.push("undefined")}if(this.options.compat){i.push("depths")}this.push("this.invokePartial("+i.join(", ")+")")},assignToHash:function(e){var t=this.popStack(),i,n,a;if(this.trackIds){a=this.popStack()}if(this.stringParams){n=this.popStack();i=this.popStack()}var r=this.hash;if(i){r.contexts.push("'"+e+"': "+i)}if(n){r.types.push("'"+e+"': "+n)}if(a){r.ids.push("'"+e+"': "+a)}r.values.push("'"+e+"': ("+t+")")},pushId:function(e,t){if(e==="ID"||e==="DATA"){this.pushString(t)}else if(e==="sexpr"){this.pushStackLiteral("true")}else{this.pushStackLiteral("null")}},compiler:o,compileChildren:function(e,t){var i=e.children,n,a;for(var r=0,s=i.length;r<s;r++){n=i[r];a=new this.compiler;var o=this.matchExistingProgram(n);if(o==null){this.context.programs.push("");o=this.context.programs.length;n.index=o;n.name="program"+o;this.context.programs[o]=a.compile(n,t,this.context,!this.precompile);this.context.environments[o]=n;this.useDepths=this.useDepths||a.useDepths}else{n.index=o;n.name="program"+o}}},matchExistingProgram:function(e){for(var t=0,i=this.context.environments.length;t<i;t++){var n=this.context.environments[t];if(n&&n.equals(e)){return t}}},programExpression:function(e){var t=this.environment.children[e],i=t.depths.list,n=this.useDepths,a;var r=[t.index,"data"];if(n){r.push("depths")}return"this.program("+r.join(", ")+")"},useRegister:function(e){if(!this.registers[e]){this.registers[e]=true;this.registers.list.push(e)}},pushStackLiteral:function(e){return this.push(new s(e))},pushSource:function(e){if(this.pendingContent){this.source.push(this.appendToBuffer(this.quotedString(this.pendingContent)));this.pendingContent=undefined}if(e){this.source.push(e)}},pushStack:function(e){this.flushInline();var t=this.incrStack();this.pushSource(t+" = "+e+";");this.compileStack.push(t);return t},replaceStack:function(e){var t="",i=this.isInline(),n,a,o;if(!this.isInline()){throw new r("replaceStack on non-inline")}var c=this.popStack(true);if(c instanceof s){t=n=c.value;o=true}else{a=!this.stackSlot;var l=!a?this.topStackName():this.incrStack();t="("+this.push(l)+" = "+c+")";n=this.topStack()}var u=e.call(this,n);if(!o){this.popStack()}if(a){this.stackSlot--}this.push("("+t+u+")")},incrStack:function(){this.stackSlot++;if(this.stackSlot>this.stackVars.length){this.stackVars.push("stack"+this.stackSlot)}return this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var e=this.inlineStack;if(e.length){this.inlineStack=[];for(var t=0,i=e.length;t<i;t++){var n=e[t];if(n instanceof s){this.compileStack.push(n)}else{this.pushStack(n)}}}},isInline:function(){return this.inlineStack.length},popStack:function(e){var t=this.isInline(),i=(t?this.inlineStack:this.compileStack).pop();if(!e&&i instanceof s){return i.value}else{if(!t){if(!this.stackSlot){throw new r("Invalid stack pop")}this.stackSlot--}return i}},topStack:function(){var e=this.isInline()?this.inlineStack:this.compileStack,t=e[e.length-1];if(t instanceof s){return t.value}else{return t}},contextName:function(e){if(this.useDepths&&e){return"depths["+e+"]"}else{return"depth"+e}},quotedString:function(e){return'"'+e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},objectLiteral:function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(this.quotedString(i)+":"+e[i])}}return"{"+t.join(",")+"}"},setupHelper:function(e,t,i){var n=[],a=this.setupParams(t,e,n,i);var r=this.nameLookup("helpers",t,"helper");return{params:n,paramsInit:a,name:r,callParams:[this.contextName(0)].concat(n).join(", ")}},setupOptions:function(e,t,i){var n={},a=[],r=[],s=[],o,c,l;n.name=this.quotedString(e);n.hash=this.popStack();if(this.trackIds){n.hashIds=this.popStack()}if(this.stringParams){n.hashTypes=this.popStack();n.hashContexts=this.popStack()}c=this.popStack();l=this.popStack();if(l||c){if(!l){l="this.noop"}if(!c){c="this.noop"}n.fn=l;n.inverse=c}var u=t;while(u--){o=this.popStack();i[u]=o;if(this.trackIds){s[u]=this.popStack()}if(this.stringParams){r[u]=this.popStack();a[u]=this.popStack()}}if(this.trackIds){n.ids="["+s.join(",")+"]"}if(this.stringParams){n.types="["+r.join(",")+"]";n.contexts="["+a.join(",")+"]"}if(this.options.data){n.data="data"}return n},setupParams:function(e,t,i,n){var a=this.objectLiteral(this.setupOptions(e,t,i));if(n){this.useRegister("options");i.push("options");return"options="+a}else{i.push(a);return""}}};var c=("break else new var"+" case finally return void"+" catch for switch while"+" continue function this with"+" default if throw"+" delete in try"+" do instanceof typeof"+" abstract enum int short"+" boolean export interface static"+" byte extends long super"+" char final native synchronized"+" class float package throws"+" const goto private transient"+" debugger implements protected volatile"+" double import public let yield").split(" ");var l=o.RESERVED_WORDS={};for(var u=0,f=c.length;u<f;u++){l[c[u]]=true}o.isValidJavaScriptVariableName=function(e){return!o.RESERVED_WORDS[e]&&/^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(e)};i=o;return i}(n,i);var p=function(e,t,i,n,a){"use strict";var r;var s=e;var o=t;var c=i.parser;var l=i.parse;var u=n.Compiler;var f=n.compile;var p=n.precompile;var h=a;var d=s.create;var m=function(){var e=d();e.compile=function(t,i){return f(t,i,e)};e.precompile=function(t,i){return p(t,i,e)};e.AST=o;e.Compiler=u;e.JavaScriptCompiler=h;e.Parser=c;e.parse=l;return e};s=m();s.create=m;s["default"]=s;r=s;return r}(r,s,l,u,f);return p})});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js",[],function(require,e,t){function i(e){if(!(this instanceof i)&&u(e)){return a(e)}}t.exports=i;i.create=function(e,t){if(!u(e)){t=e;e=null}t||(t={});e||(e=t.Extends||i);t.Extends=e;function r(){e.apply(this,arguments);if(this.constructor===r&&this.initialize){this.initialize.apply(this,arguments)}}if(e!==i){o(r,e,e.StaticsWhiteList)}n.call(r,t);return a(r)};function n(e){var t,n;for(t in e){n=e[t];if(i.Mutators.hasOwnProperty(t)){i.Mutators[t].call(this,n)}else{this.prototype[t]=n}}}i.extend=function(e){e||(e={});e.Extends=this;return i.create(e)};function a(e){e.extend=i.extend;e.implement=n;return e}i.Mutators={Extends:function(e){var t=this.prototype;var i=s(e.prototype);o(i,t);i.constructor=this;this.prototype=i;this.superclass=e.prototype},Implements:function(e){l(e)||(e=[e]);var t=this.prototype,i;while(i=e.shift()){o(t,i.prototype||i)}},Statics:function(e){o(this,e)}};function r(){}var s=Object.__proto__?function(e){return{__proto__:e}}:function(e){r.prototype=e;return new r};function o(e,t,i){for(var n in t){if(t.hasOwnProperty(n)){if(i&&f(i,n)===-1)continue;if(n!=="prototype"){e[n]=t[n]}}}}var c=Object.prototype.toString;var l=Array.isArray||function(e){return c.call(e)==="[object Array]"};var u=function(e){return c.call(e)==="[object Function]"};var f=Array.prototype.indexOf?function(e,t){return e.indexOf(t)}:function(e,t){for(var i=0,n=e.length;i<n;i++){if(e[i]===t){return i}}return-1}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js",[],function(require,e,t){var i=/\s+/;function n(){}n.prototype.on=function(e,t,n){var a,r,s;if(!t)return this;a=this.__events||(this.__events={});e=e.split(i);while(r=e.shift()){s=a[r]||(a[r]=[]);s.push(t,n)}return this};n.prototype.once=function(e,t,i){var n=this;var a=function(){n.off(e,a);t.apply(this,arguments)};this.on(e,a,i)};n.prototype.off=function(e,t,n){var r,s,o,c;if(!(r=this.__events))return this;if(!(e||t||n)){delete this.__events;return this}e=e?e.split(i):a(r);while(s=e.shift()){o=r[s];if(!o)continue;if(!(t||n)){delete r[s];continue}for(c=o.length-2;c>=0;c-=2){if(!(t&&o[c]!==t||n&&o[c+1]!==n)){o.splice(c,2)}}}return this};n.prototype.trigger=function(e){var t,n,a,s,o,c,l=[],u,f=true;if(!(t=this.__events))return this;e=e.split(i);for(o=1,c=arguments.length;o<c;o++){l[o-1]=arguments[o]}while(n=e.shift()){if(a=t.all)a=a.slice();if(s=t[n])s=s.slice();f=r(s,l,this)&&f;f=r(a,[n].concat(l),this)&&f}return f};n.prototype.emit=n.prototype.trigger;n.mixTo=function(e){e=s(e)?e.prototype:e;var t=n.prototype;for(var i in t){if(t.hasOwnProperty(i)){e[i]=t[i]}}};var a=Object.keys;if(!a){a=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function r(e,t,i){var n=true;if(e){var a=0,r=e.length,s=t[0],o=t[1],c=t[2];switch(t.length){case 0:for(;a<r;a+=2){n=e[a].call(e[a+1]||i)!==false&&n}break;case 1:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s)!==false&&n}break;case 2:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o)!==false&&n}break;case 3:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o,c)!==false&&n}break;default:for(;a<r;a+=2){n=e[a].apply(e[a+1]||i,t)!==false&&n}break}}return n}function s(e){return Object.prototype.toString.call(e)==="[object Function]"}return n});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/src/aspect.js",[],function(require,e,t){e.before=function(e,t,i){return n.call(this,"before",e,t,i)};e.after=function(e,t,i){return n.call(this,"after",e,t,i)};var i=/\s+/;function n(e,t,n,s){var o=t.split(i);var c,l;while(c=o.shift()){l=a(this,c);if(!l.__isAspected){r.call(this,c)}this.on(e+":"+c,n,s)}return this}function a(e,t){var i=e[t];if(!i){throw new Error("Invalid method name: "+t)}return i}function r(e){var t=this[e];this[e]=function(){var i=Array.prototype.slice.call(arguments);var n=["before:"+e].concat(i);if(this.trigger.apply(this,n)===false)return;var a=t.apply(this,arguments);var r=["after:"+e,a].concat(i);this.trigger.apply(this,r);return a};this[e].__isAspected=true}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/src/attribute.js",[],function(require,e,t){e.initAttrs=function(e){var t=this.attrs={};var i=this.propsInAttrs||[];m(t,this,i);if(e){g(t,e)}y(this,t,e);_(this,t);b(i,this,t,true)};e.get=function(e){var t=this.attrs[e]||{};var i=t.value;return t.getter?t.getter.call(this,i,e):i};e.set=function(e,t,i){var n={};if(s(e)){n[e]=t}else{n=e;i=t}i||(i={});var a=i.silent;var r=i.override;var o=this.attrs;var c=this.__changedAttrs||(this.__changedAttrs={});for(e in n){if(!n.hasOwnProperty(e))continue;var l=o[e]||(o[e]={});t=n[e];if(l.readOnly){throw new Error("This attribute is readOnly: "+e)}if(l.setter){t=l.setter.call(this,t,e)}var f=this.get(e);if(!r&&u(f)&&u(t)){t=p(p({},f),t)}o[e].value=t;if(!this.__initializingAttrs&&!w(f,t)){if(a){c[e]=[t,f]}else{this.trigger("change:"+e,t,f,e)}}}return this};e.change=function(){var e=this.__changedAttrs;if(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];this.trigger("change:"+t,i[0],i[1],t)}}delete this.__changedAttrs}return this};e._isPlainObject=u;var i=Object.prototype.toString;var n=Object.prototype.hasOwnProperty;var a;(function(){var e=[];function t(){this.x=1}t.prototype={valueOf:1,y:1};for(var i in new t){e.push(i)}a=e[0]!=="x"})();var r=Array.isArray||function(e){return i.call(e)==="[object Array]"};function s(e){return i.call(e)==="[object String]"}function o(e){return i.call(e)==="[object Function]"}function c(e){return e!=null&&e==e.window}var l=function(){if(Object.getPrototypeOf){return function(e){return Object.getPrototypeOf(e)}}if(typeof"test".__proto__=="object"){return function(e){return e.__proto__}}return function(e){return false}}();function u(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)){return false}var t=l(e),r=Function.prototype.toString,s=r.call(Object),o;if(t===null){return true}if(t===false){var u;if(a){for(u in e){return n.call(e,u)}}for(u in e){}return u===undefined||n.call(e,u)}var f=n.call(t,"constructor")&&t.constructor;return typeof f=="function"&&f instanceof f&&r.call(f)==s}function f(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)||!e.hasOwnProperty){return false}for(var t in e){if(e.hasOwnProperty(t))return false}return true}function p(e,t){var i,n;for(i in t){if(t.hasOwnProperty(i)){e[i]=h(t[i],e[i])}}return e}function h(e,t){if(r(e)){e=e.slice()}else if(u(e)){u(t)||(t={});e=p(t,e)}return e}var d=Object.keys;if(!d){d=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function m(e,t,i){
var n=[];var a=t.constructor.prototype;while(a){if(!a.hasOwnProperty("attrs")){a.attrs={}}b(i,a.attrs,a);if(!f(a.attrs)){n.unshift(a.attrs)}a=a.constructor.superclass}for(var r=0,s=n.length;r<s;r++){N(e,z(n[r]))}}function g(e,t){N(e,z(t,true),true)}function b(e,t,i,n){for(var a=0,r=e.length;a<r;a++){var s=e[a];if(i.hasOwnProperty(s)){t[s]=n?t.get(s):i[s]}}}var v=/^(on|before|after)([A-Z].*)$/;var M=/^(Change)?([A-Z])(.*)/;function _(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n=t[i].value,a;if(o(n)&&(a=i.match(v))){e[a[1]](A(a[2]),n);delete t[i]}}}}function A(e){var t=e.match(M);var i=t[1]?"change:":"";i+=t[2].toLowerCase()+t[3];return i}function y(e,t,i){var n={silent:true};e.__initializingAttrs=true;for(var a in i){if(i.hasOwnProperty(a)){if(t[a].setter){e.set(a,i[a],n)}}}delete e.__initializingAttrs}var O=["value","getter","setter","readOnly"];function z(e,t){var i={};for(var n in e){var a=e[n];if(!t&&u(a)&&S(a,O)){i[n]=a;continue}i[n]={value:a}}return i}var L=["setter","getter","readOnly"];function N(e,t,i){var n,a;var r;for(n in t){if(t.hasOwnProperty(n)){a=t[n];r=e[n];if(!r){r=e[n]={}}a["value"]!==undefined&&(r["value"]=h(a["value"],r["value"]));if(i)continue;for(var s in L){var o=L[s];if(a[o]!==undefined){r[o]=a[o]}}}}return e}function S(e,t){for(var i=0,n=t.length;i<n;i++){if(e.hasOwnProperty(t[i])){return true}}return false}function k(e){return e==null||(s(e)||r(e))&&e.length===0||f(e)}function w(e,t){if(e===t)return true;if(k(e)&&k(t))return true;var n=i.call(e);if(n!=i.call(t))return false;switch(n){case"[object String]":return e==String(t);case"[object Number]":return e!=+e?t!=+t:e==0?1/e==1/t:e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object RegExp]":return e.source==t.source&&e.global==t.global&&e.multiline==t.multiline&&e.ignoreCase==t.ignoreCase;case"[object Array]":var a=e.toString();var r=t.toString();return a.indexOf("[object")===-1&&r.indexOf("[object")===-1&&a===r}if(typeof e!="object"||typeof t!="object")return false;if(u(e)&&u(t)){if(!w(d(e),d(t))){return false}for(var s in e){if(e[s]!==t[s])return false}return true}return false}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/base.js",["ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/src/aspect.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/src/attribute.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/src/aspect.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/src/attribute.js");t.exports=i.create({Implements:[n,a,r],initialize:function(e){this.initAttrs(e);s(this,this.attrs)},destroy:function(){this.off();for(var e in this){if(this.hasOwnProperty(e)){delete this[e]}}this.destroy=function(){}}});function s(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n="_onChange"+o(i);if(e[n]){e.on("change:"+i,e[n])}}}}function o(e){return e.charAt(0).toUpperCase()+e.substring(1)}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-datasrc/data-source.js",["ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/base.js","beta-jquery/jquery"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/base.js");var n=require("beta-jquery/jquery");var a=i.extend({attrs:{source:{},type:"object"},initialize:function(e){a.superclass.initialize.call(this,e);var t=this.get("source");if(n.isPlainObject(t)){this.set("type","object")}else if(n.isArray(t)){this.set("type","array")}else if(n.isFunction(t)){this.set("type","function")}else{throw new Error("Source Type Error")}},ready:function(e,t){this.on("data",e,t);return this["_ready"+r(this.get("type")||"")+"Data"](t)},_done:function(e){this.trigger("data",e)},_readyObjectData:function(){var e=this.get("source");this._done(e);return e},_readyArrayData:function(){var e=this.get("source");this._done(e);return e},_readyFunctionData:function(e){var t=this,i=this.get("source");function n(e){t._done(e)}var a=i.call(this,e,n);if(a){this._done(a)}}});t.exports=a;function r(e){return e.replace(/^([a-z])/,function(e,t){return t.toUpperCase()})}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/src/js/tabbed-pane-loading.tpl",[],function(require,e,t){t.exports='<span class="ui-loading-medium ui-tab-loading">{{{loadingText}}}</span>\n'});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/src/js/i18n/en-us.js",[],function(require,e,t){t.exports={loadingText:"Loading, please wait ..."}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/src/js/i18n/zh-cn.js",[],function(require,e,t){t.exports={loadingText:"正在加载，请稍候..."}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/src/js/i18n/zh-tw.js",[],function(require,e,t){t.exports={loadingText:"正在加載，請稍作等待..."}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/src/js/i18n.js",["ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/src/js/i18n/en-us.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/src/js/i18n/zh-cn.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/src/js/i18n/zh-tw.js"],function(require,e,t){var i={"en-us":"en-us","zh-cn":"zh-cn","zh-tw":"zh-tw"};var n={"en-us":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/src/js/i18n/en-us.js"),"zh-cn":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/src/js/i18n/zh-cn.js"),"zh-tw":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/src/js/i18n/zh-tw.js")};function a(e){var t=n[i[e]||"en-us"];t._=a;return t}try{var r=seajs.data.vars.locale}catch(s){var r="en-us"}t.exports=a(r)});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/tabpanel.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/widget.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-handlebars/handlebars.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-datasrc/data-source.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/src/js/tabbed-pane-loading.tpl","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/src/js/i18n.js"],function(require,e,t){"use strict";var i=require("beta-jquery/jquery");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-widget/widget.js");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-handlebars/handlebars.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/node_modules/@alife/beta-datasrc/data-source.js");var s=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/src/js/tabbed-pane-loading.tpl");var o=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/src/js/i18n.js");var c='[data-role="trigger"]';var l='[data-role="panel"]';var u=n.extend({attrs:{activeClass:{getter:function(e){return e?e:"ui-tab-active"}},activeIndex:{value:0,setter:function(e){return parseInt(e,0)||0}},triggerType:{value:"hover",getter:function(e){if(e!=="click"){return"hover"}return e}},dataSources:null,loadingTemplate:s,i18n:{value:o,setter:function(e){return f(o,e)}}},triggers:[],panels:[],setup:function(){this.triggers=this.$(c);if(this.triggers.length<=1){return}this.panels=this.$(l);if(this.triggers.length!==this.panels.length){return}this.switchTo(this.get("activeIndex"));var e=this;this.triggers.on(this.get("triggerType"),function(){e.switchTo(e.triggers.index(i(this)))})},prev:function(){var e=this.get("activeIndex");var t=e-1;if(t<0){t=0}this.switchTo(t)},next:function(){var e=this.get("activeIndex");var t=e+1;if(t>=this.triggers.length){t=this.triggers.length-1}this.switchTo(t)},switchTo:function(e){this._switchTrigger(e);this._switchPanel(e)},_switchTrigger:function(e){this.triggers.removeClass(this.get("activeClass"));this.triggers.eq(e).addClass(this.get("activeClass"))},_switchPanel:function(e){var t=this.panels.eq(e);var n=this.get("dataSources");var s=this;if(n&&n[e]&&i.trim(t.html()).length===0){var o=a.compile(this.get("loadingTemplate"));t.html(o({loadingText:s.get("i18n").loadingText}));new r({source:n[e]}).ready(function(e){t.html(e)})}this.panels.removeClass(this.get("activeClass"));this.panels.hide(0);t.addClass(this.get("activeClass"));t.show(0)}});t.exports=u;function f(e,t){var i={},n;for(n in e){if(e.hasOwnProperty(n)){i[n]=t[n]||e[n]}}return i}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js",[],function(require,e,t){function i(e){if(!(this instanceof i)&&u(e)){return a(e)}}t.exports=i;i.create=function(e,t){if(!u(e)){t=e;e=null}t||(t={});e||(e=t.Extends||i);t.Extends=e;function r(){e.apply(this,arguments);if(this.constructor===r&&this.initialize){this.initialize.apply(this,arguments)}}if(e!==i){o(r,e,e.StaticsWhiteList)}n.call(r,t);return a(r)};function n(e){var t,n;for(t in e){n=e[t];if(i.Mutators.hasOwnProperty(t)){i.Mutators[t].call(this,n)}else{this.prototype[t]=n}}}i.extend=function(e){e||(e={});e.Extends=this;return i.create(e)};function a(e){e.extend=i.extend;e.implement=n;return e}i.Mutators={Extends:function(e){var t=this.prototype;var i=s(e.prototype);o(i,t);i.constructor=this;this.prototype=i;this.superclass=e.prototype},Implements:function(e){l(e)||(e=[e]);var t=this.prototype,i;while(i=e.shift()){o(t,i.prototype||i)}},Statics:function(e){o(this,e)}};function r(){}var s=Object.__proto__?function(e){return{__proto__:e}}:function(e){r.prototype=e;return new r};function o(e,t,i){for(var n in t){if(t.hasOwnProperty(n)){if(i&&f(i,n)===-1)continue;if(n!=="prototype"){e[n]=t[n]}}}}var c=Object.prototype.toString;var l=Array.isArray||function(e){return c.call(e)==="[object Array]"};var u=function(e){return c.call(e)==="[object Function]"};var f=Array.prototype.indexOf?function(e,t){return e.indexOf(t)}:function(e,t){for(var i=0,n=e.length;i<n;i++){if(e[i]===t){return i}}return-1}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js",[],function(require,e,t){var i=/\s+/;function n(){}n.prototype.on=function(e,t,n){var a,r,s;if(!t)return this;a=this.__events||(this.__events={});e=e.split(i);while(r=e.shift()){s=a[r]||(a[r]=[]);s.push(t,n)}return this};n.prototype.once=function(e,t,i){var n=this;var a=function(){n.off(e,a);t.apply(this,arguments)};this.on(e,a,i)};n.prototype.off=function(e,t,n){var r,s,o,c;if(!(r=this.__events))return this;if(!(e||t||n)){delete this.__events;return this}e=e?e.split(i):a(r);while(s=e.shift()){o=r[s];if(!o)continue;if(!(t||n)){delete r[s];continue}for(c=o.length-2;c>=0;c-=2){if(!(t&&o[c]!==t||n&&o[c+1]!==n)){o.splice(c,2)}}}return this};n.prototype.trigger=function(e){var t,n,a,s,o,c,l=[],u,f=true;if(!(t=this.__events))return this;e=e.split(i);for(o=1,c=arguments.length;o<c;o++){l[o-1]=arguments[o]}while(n=e.shift()){if(a=t.all)a=a.slice();if(s=t[n])s=s.slice();f=r(s,l,this)&&f;f=r(a,[n].concat(l),this)&&f}return f};n.prototype.emit=n.prototype.trigger;n.mixTo=function(e){e=s(e)?e.prototype:e;var t=n.prototype;for(var i in t){if(t.hasOwnProperty(i)){e[i]=t[i]}}};var a=Object.keys;if(!a){a=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function r(e,t,i){var n=true;if(e){var a=0,r=e.length,s=t[0],o=t[1],c=t[2];switch(t.length){case 0:for(;a<r;a+=2){n=e[a].call(e[a+1]||i)!==false&&n}break;case 1:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s)!==false&&n}break;case 2:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o)!==false&&n}break;case 3:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o,c)!==false&&n}break;default:for(;a<r;a+=2){n=e[a].apply(e[a+1]||i,t)!==false&&n}break}}return n}function s(e){return Object.prototype.toString.call(e)==="[object Function]"}return n});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/aspect.js",[],function(require,e,t){e.before=function(e,t,i){return n.call(this,"before",e,t,i)};e.after=function(e,t,i){return n.call(this,"after",e,t,i)};var i=/\s+/;function n(e,t,n,s){var o=t.split(i);var c,l;while(c=o.shift()){l=a(this,c);if(!l.__isAspected){r.call(this,c)}this.on(e+":"+c,n,s)}return this}function a(e,t){var i=e[t];if(!i){throw new Error("Invalid method name: "+t)}return i}function r(e){var t=this[e];this[e]=function(){var i=Array.prototype.slice.call(arguments);var n=["before:"+e].concat(i);if(this.trigger.apply(this,n)===false)return;var a=t.apply(this,arguments);var r=["after:"+e,a].concat(i);this.trigger.apply(this,r);return a};this[e].__isAspected=true}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/attribute.js",[],function(require,e,t){e.initAttrs=function(e){var t=this.attrs={};var i=this.propsInAttrs||[];m(t,this,i);if(e){g(t,e)}y(this,t,e);_(this,t);b(i,this,t,true)};e.get=function(e){var t=this.attrs[e]||{};var i=t.value;return t.getter?t.getter.call(this,i,e):i};e.set=function(e,t,i){var n={};if(s(e)){n[e]=t}else{n=e;i=t}i||(i={});var a=i.silent;var r=i.override;var o=this.attrs;var c=this.__changedAttrs||(this.__changedAttrs={});for(e in n){if(!n.hasOwnProperty(e))continue;var l=o[e]||(o[e]={});t=n[e];if(l.readOnly){throw new Error("This attribute is readOnly: "+e)}if(l.setter){t=l.setter.call(this,t,e)}var f=this.get(e);if(!r&&u(f)&&u(t)){t=p(p({},f),t)}o[e].value=t;if(!this.__initializingAttrs&&!w(f,t)){if(a){c[e]=[t,f]}else{this.trigger("change:"+e,t,f,e)}}}return this};e.change=function(){var e=this.__changedAttrs;if(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];this.trigger("change:"+t,i[0],i[1],t)}}delete this.__changedAttrs}return this};e._isPlainObject=u;var i=Object.prototype.toString;var n=Object.prototype.hasOwnProperty;var a;(function(){var e=[];function t(){this.x=1}t.prototype={valueOf:1,y:1};for(var i in new t){e.push(i)}a=e[0]!=="x"})();var r=Array.isArray||function(e){return i.call(e)==="[object Array]"};function s(e){return i.call(e)==="[object String]"}function o(e){return i.call(e)==="[object Function]"}function c(e){return e!=null&&e==e.window}var l=function(){if(Object.getPrototypeOf){return function(e){return Object.getPrototypeOf(e)}}if(typeof"test".__proto__=="object"){return function(e){return e.__proto__}}return function(e){return false}}();function u(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)){return false}var t=l(e),r=Function.prototype.toString,s=r.call(Object),o;if(t===null){return true}if(t===false){var u;if(a){for(u in e){return n.call(e,u)}}for(u in e){}return u===undefined||n.call(e,u)}var f=n.call(t,"constructor")&&t.constructor;return typeof f=="function"&&f instanceof f&&r.call(f)==s}function f(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)||!e.hasOwnProperty){return false}for(var t in e){if(e.hasOwnProperty(t))return false}return true}function p(e,t){var i,n;for(i in t){if(t.hasOwnProperty(i)){e[i]=h(t[i],e[i])}}return e}function h(e,t){if(r(e)){e=e.slice()}else if(u(e)){u(t)||(t={});e=p(t,e)}return e}var d=Object.keys;if(!d){d=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function m(e,t,i){var n=[];var a=t.constructor.prototype;while(a){if(!a.hasOwnProperty("attrs")){a.attrs={}}b(i,a.attrs,a);if(!f(a.attrs)){n.unshift(a.attrs)}a=a.constructor.superclass}for(var r=0,s=n.length;r<s;r++){N(e,z(n[r]))}}function g(e,t){N(e,z(t,true),true)}function b(e,t,i,n){for(var a=0,r=e.length;a<r;a++){var s=e[a];if(i.hasOwnProperty(s)){t[s]=n?t.get(s):i[s]}}}var v=/^(on|before|after)([A-Z].*)$/;var M=/^(Change)?([A-Z])(.*)/;function _(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n=t[i].value,a;if(o(n)&&(a=i.match(v))){e[a[1]](A(a[2]),n);delete t[i]}}}}function A(e){var t=e.match(M);var i=t[1]?"change:":"";i+=t[2].toLowerCase()+t[3];return i}function y(e,t,i){var n={silent:true};e.__initializingAttrs=true;for(var a in i){if(i.hasOwnProperty(a)){if(t[a].setter){e.set(a,i[a],n)}}}delete e.__initializingAttrs}var O=["value","getter","setter","readOnly"];function z(e,t){var i={};for(var n in e){var a=e[n];if(!t&&u(a)&&S(a,O)){i[n]=a;continue}i[n]={value:a}}return i}var L=["setter","getter","readOnly"];function N(e,t,i){var n,a;var r;for(n in t){if(t.hasOwnProperty(n)){a=t[n];r=e[n];if(!r){r=e[n]={}}a["value"]!==undefined&&(r["value"]=h(a["value"],r["value"]));if(i)continue;for(var s in L){var o=L[s];if(a[o]!==undefined){r[o]=a[o]}}}}return e}function S(e,t){for(var i=0,n=t.length;i<n;i++){if(e.hasOwnProperty(t[i])){return true}}return false}function k(e){return e==null||(s(e)||r(e))&&e.length===0||f(e)}function w(e,t){if(e===t)return true;if(k(e)&&k(t))return true;var n=i.call(e);if(n!=i.call(t))return false;switch(n){case"[object String]":return e==String(t);case"[object Number]":return e!=+e?t!=+t:e==0?1/e==1/t:e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object RegExp]":return e.source==t.source&&e.global==t.global&&e.multiline==t.multiline&&e.ignoreCase==t.ignoreCase;case"[object Array]":var a=e.toString();var r=t.toString();return a.indexOf("[object")===-1&&r.indexOf("[object")===-1&&a===r}if(typeof e!="object"||typeof t!="object")return false;if(u(e)&&u(t)){if(!w(d(e),d(t))){return false}for(var s in e){if(e[s]!==t[s])return false}return true}return false}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/base.js",["ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/aspect.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/attribute.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/aspect.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/attribute.js");t.exports=i.create({Implements:[n,a,r],initialize:function(e){this.initAttrs(e);s(this,this.attrs)},destroy:function(){this.off();for(var e in this){if(this.hasOwnProperty(e)){delete this[e]}}this.destroy=function(){}}});function s(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n="_onChange"+o(i);if(e[n]){e.on("change:"+i,e[n])}}}}function o(e){return e.charAt(0).toUpperCase()+e.substring(1)}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/src/daparser.js",["beta-jquery/jquery"],function(require,e,t){var i=require("beta-jquery/jquery");e.parseElement=function(e,t){e=i(e)[0];var n={};if(e.dataset){n=i.extend({},e.dataset)}else{var a=e.attributes;for(var r=0,c=a.length;r<c;r++){var l=a[r];var u=l.name;if(u.indexOf("data-")===0){u=s(u.substring(5));n[u]=l.value}}}return t===true?n:o(n)};var n=/-([a-z])/g;var a=/^\s*[\[{].*[\]}]\s*$/;var r=this.JSON?JSON.parse:i.parseJSON;function s(e){return e.toLowerCase().replace(n,function(e,t){return(t+"").toUpperCase()})}function o(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];if(typeof i!=="string")continue;if(a.test(i)){i=i.replace(/'/g,'"');e[t]=o(r(i))}else{e[t]=c(i)}}}return e}function c(e){if(e.toLowerCase()==="false"){e=false}else if(e.toLowerCase()==="true"){e=true}else if(/\d/.test(e)&&/[^a-z]/i.test(e)){var t=parseFloat(e);if(t+""===e){e=t}}return e}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/src/auto-render.js",["beta-jquery/jquery"],function(require,e,t){var i=require("beta-jquery/jquery");var n="data-widget-auto-rendered";e.autoRender=function(e){return new this(e).render()};e.autoRenderAll=function(t,a){if(typeof t==="function"){a=t;t=null}t=i(t||document.body);var r=[];var s=[];t.find("[data-widget]").each(function(t,i){if(!e.isDataApiOff(i)){r.push(i.getAttribute("data-widget").toLowerCase());s.push(i)}});if(r.length){seajs.use(r,function(){for(var e=0;e<arguments.length;e++){var t=arguments[e];var r=i(s[e]);if(r.attr(n))continue;var o={initElement:r,renderType:"auto"};var c=r.attr("data-widget-role");o[c?c:"element"]=r;t.autoRender&&t.autoRender(o);r.attr(n,"true")}a&&a()})}};var a=i(document.body).attr("data-api")==="off";e.isDataApiOff=function(e){var t=i(e).attr("data-api");return t==="off"||t!=="on"&&a}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/widget.js",["ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/base.js","beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/src/daparser.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/src/auto-render.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/base.js");var n=require("beta-jquery/jquery");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/src/daparser.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/src/auto-render.js");var s=".delegate-events-";var o="_onRender";var c="data-widget-cid";var l={};var u=i.extend({propsInAttrs:["initElement","element","events"],element:null,events:null,attrs:{id:null,className:null,style:null,template:"<div></div>",model:null,parentNode:document.body},initialize:function(e){this.cid=h();var t=this._parseDataAttrsConfig(e);u.superclass.initialize.call(this,e?n.extend(t,e):t);this.parseElement();this.initProps();this.delegateEvents();this.setup();this._stamp();this._isTemplate=!(e&&e.element)},_parseDataAttrsConfig:function(e){var t,i;if(e){t=e.initElement?n(e.initElement):n(e.element)}if(t&&t[0]&&!r.isDataApiOff(t)){i=a.parseElement(t)}return i},parseElement:function(){var e=this.element;if(e){this.element=n(e)}else if(this.get("template")){this.parseElementFromTemplate()}if(!this.element||!this.element[0]){throw new Error("element is invalid")}},parseElementFromTemplate:function(){var e=this.get("template");if(m(e)){e=e(this.get("model"))}this.element=n(e)},initProps:function(){},delegateEvents:function(e,t,i){if(arguments.length===0){t=y(this);e=this.element}else if(arguments.length===1){t=e;e=this.element}else if(arguments.length===2){i=t;t=e;e=this.element}else{e||(e=this.element);this._delegateElements||(this._delegateElements=[]);this._delegateElements.push(n(e))}if(d(t)&&m(i)){var a={};a[t]=i;t=a}for(var r in t){if(!t.hasOwnProperty(r))continue;var s=O(r,this);var o=s.type;var c=s.selector;(function(t,i){var a=function(e){if(m(t)){t.call(i,e)}else{i[t](e)}};if(c){n(e).on(o,c,a)}else{n(e).on(o,a)}})(t[r],this)}return this},undelegateEvents:function(e,t){if(!t){t=e;e=null}if(arguments.length===0){var i=s+this.cid;this.element&&this.element.off(i);if(this._delegateElements){for(var a in this._delegateElements){if(!this._delegateElements.hasOwnProperty(a))continue;this._delegateElements[a].off(i)}}}else{var r=O(t,this);if(!e){this.element&&this.element.off(r.type,r.selector)}else{n(e).off(r.type,r.selector)}}return this},setup:function(){},render:function(){if(!this.rendered){this._renderAndBindAttrs();this.rendered=true}var e=this.get("parentNode");if(e&&!b(this.element[0])){var t=this.constructor.outerBoxClass;if(t){var i=this._outerBox=n("<div></div>").addClass(t);i.append(this.element).appendTo(e)}else{this.element.appendTo(e)}}return this},_renderAndBindAttrs:function(){var e=this;var t=e.attrs;for(var i in t){if(!t.hasOwnProperty(i))continue;var n=o+v(i);if(this[n]){var a=this.get(i);if(!L(a)){this[n](a,undefined,i)}(function(t){e.on("change:"+i,function(i,n,a){e[t](i,n,a)})})(n)}}},_onRenderId:function(e){this.element.attr("id",e)},_onRenderClassName:function(e){this.element.addClass(e)},_onRenderStyle:function(e){this.element.css(e)},_stamp:function(){var e=this.cid;(this.initElement||this.element).attr(c,e);l[e]=this},$:function(e){return this.element.find(e)},destroy:function(){this.undelegateEvents();delete l[this.cid];if(this.element&&this._isTemplate){this.element.off();if(this._outerBox){this._outerBox.remove()}else{this.element.remove()}}this.element=null;u.superclass.destroy.call(this)}});u.query=function(e){var t=n(e).eq(0);var i;t&&(i=t.attr(c));return l[i]};u.autoRender=r.autoRender;u.autoRenderAll=r.autoRenderAll;u.StaticsWhiteList=["autoRender"];t.exports=u;var f=Object.prototype.toString;var p=0;function h(){return"widget-"+p++}function d(e){return f.call(e)==="[object String]"}function m(e){return f.call(e)==="[object Function]"}var g=n.contains||function(e,t){return!!(e.compareDocumentPosition(t)&16)};function b(e){return g(document.documentElement,e)}function v(e){return e.charAt(0).toUpperCase()+e.substring(1)}var M=/^(\S+)\s*(.*)$/;var _=/{{([^}]+)}}/g;var A="INVALID_SELECTOR";function y(e){if(m(e.events)){e.events=e.events()}return e.events}function O(e,t){var i=e.match(M);var n=i[1]+s+t.cid;var a=i[2]||undefined;if(a&&a.indexOf("{{")>-1){a=z(a,t)}return{type:n,selector:a}}function z(e,t){return e.replace(_,function(e,i){var n=i.split(".");var a=t,r;while(r=n.shift()){if(a===t.attrs){a=t.get(r)}else{a=a[r]}}if(d(a)){return a}return A})}function L(e){return e==null||e===undefined}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-cookie/cookie.js",[],function(require,e,t){var i=e;var n=decodeURIComponent;var a=encodeURIComponent;i.get=function(e,t){c(e);if(typeof t==="function"){t={converter:t}}else{t=t||{}}var i=r(document.cookie,!t["raw"]);return(t.converter||l)(i[e])};i.set=function(e,t,i){c(e);i=i||{};var n=i["expires"];var r=i["domain"];var s=i["path"];if(!i["raw"]){t=a(String(t))}var l=e+"="+t;var u=n;if(typeof u==="number"){u=new Date;u.setDate(u.getDate()+n)}if(u instanceof Date){l+="; expires="+u.toUTCString()}if(o(r)){l+="; domain="+r}if(o(s)){l+="; path="+s}if(i["secure"]){l+="; secure"}document.cookie=l;return l};i.remove=function(e,t){t=t||{};t["expires"]=new Date(0);return this.set(e,"",t)};function r(e,t){var i={};if(s(e)&&e.length>0){var a=t?n:l;var r=e.split(/;\s/g);var o;var c;var u;for(var f=0,p=r.length;f<p;f++){u=r[f].match(/([^=]+)=/i);if(u instanceof Array){try{o=n(u[1]);c=a(r[f].substring(u[1].length+1))}catch(h){}}else{o=n(r[f]);c=""}if(o){i[o]=c}}}return i}function s(e){return typeof e==="string"}function o(e){return s(e)&&e!==""}function c(e){if(!o(e)){throw new TypeError("Cookie name must be a non-empty string")}}function l(e){return e}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-template/node_modules/@alife/beta-handlebars/handlebars.js",[],function(require,e,t){(function(i,n){if(typeof e==="object"){t.exports=n()}else{i.Handlebars=i.Handlebars||n()}})(this,function(){var e=function(){"use strict";var e;function t(e){this.string=e}t.prototype.toString=function(){return""+this.string};e=t;return e}();var t=function(e){"use strict";var t={};var i=e;var n={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"};var a=/[&<>"'`]/g;var r=/[&<>"'`]/;function s(e){return n[e]}function o(e){for(var t=1;t<arguments.length;t++){for(var i in arguments[t]){if(Object.prototype.hasOwnProperty.call(arguments[t],i)){e[i]=arguments[t][i]}}}return e}t.extend=o;var c=Object.prototype.toString;t.toString=c;var l=function(e){return typeof e==="function"};if(l(/x/)){l=function(e){return typeof e==="function"&&c.call(e)==="[object Function]"}}var l;t.isFunction=l;var u=Array.isArray||function(e){return e&&typeof e==="object"?c.call(e)==="[object Array]":false};t.isArray=u;function f(e){if(e instanceof i){return e.toString()}else if(e==null){return""}else if(!e){return e+""}e=""+e;if(!r.test(e)){return e}return e.replace(a,s)}t.escapeExpression=f;function p(e){if(!e&&e!==0){return true}else if(u(e)&&e.length===0){return true}else{return false}}t.isEmpty=p;function h(e,t){return(e?e+".":"")+t}t.appendContextPath=h;return t}(e);var i=function(){"use strict";var e;var t=["description","fileName","lineNumber","message","name","number","stack"];function i(e,i){var n;if(i&&i.firstLine){n=i.firstLine;e+=" - "+n+":"+i.firstColumn}var a=Error.prototype.constructor.call(this,e);for(var r=0;r<t.length;r++){this[t[r]]=a[t[r]]}if(n){this.lineNumber=n;this.column=i.firstColumn}}i.prototype=new Error;e=i;return e}();var n=function(e,t){"use strict";var i={};var n=e;var a=t;var r="2.0.0";i.VERSION=r;var s=6;i.COMPILER_REVISION=s;var o={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1"};i.REVISION_CHANGES=o;var c=n.isArray,l=n.isFunction,u=n.toString,f="[object Object]";function p(e,t){this.helpers=e||{};this.partials=t||{};h(this)}i.HandlebarsEnvironment=p;p.prototype={constructor:p,logger:d,log:m,registerHelper:function(e,t){if(u.call(e)===f){if(t){throw new a("Arg not supported with multiple helpers")}n.extend(this.helpers,e)}else{this.helpers[e]=t}},unregisterHelper:function(e){delete this.helpers[e]},registerPartial:function(e,t){
if(u.call(e)===f){n.extend(this.partials,e)}else{this.partials[e]=t}},unregisterPartial:function(e){delete this.partials[e]}};function h(e){e.registerHelper("helperMissing",function(){if(arguments.length===1){return undefined}else{throw new a("Missing helper: '"+arguments[arguments.length-1].name+"'")}});e.registerHelper("blockHelperMissing",function(t,i){var a=i.inverse,r=i.fn;if(t===true){return r(this)}else if(t===false||t==null){return a(this)}else if(c(t)){if(t.length>0){if(i.ids){i.ids=[i.name]}return e.helpers.each(t,i)}else{return a(this)}}else{if(i.data&&i.ids){var s=g(i.data);s.contextPath=n.appendContextPath(i.data.contextPath,i.name);i={data:s}}return r(t,i)}});e.registerHelper("each",function(e,t){if(!t){throw new a("Must pass iterator to #each")}var i=t.fn,r=t.inverse;var s=0,o="",u;var f;if(t.data&&t.ids){f=n.appendContextPath(t.data.contextPath,t.ids[0])+"."}if(l(e)){e=e.call(this)}if(t.data){u=g(t.data)}if(e&&typeof e==="object"){if(c(e)){for(var p=e.length;s<p;s++){if(u){u.index=s;u.first=s===0;u.last=s===e.length-1;if(f){u.contextPath=f+s}}o=o+i(e[s],{data:u})}}else{for(var h in e){if(e.hasOwnProperty(h)){if(u){u.key=h;u.index=s;u.first=s===0;if(f){u.contextPath=f+h}}o=o+i(e[h],{data:u});s++}}}}if(s===0){o=r(this)}return o});e.registerHelper("if",function(e,t){if(l(e)){e=e.call(this)}if(!t.hash.includeZero&&!e||n.isEmpty(e)){return t.inverse(this)}else{return t.fn(this)}});e.registerHelper("unless",function(t,i){return e.helpers["if"].call(this,t,{fn:i.inverse,inverse:i.fn,hash:i.hash})});e.registerHelper("with",function(e,t){if(l(e)){e=e.call(this)}var i=t.fn;if(!n.isEmpty(e)){if(t.data&&t.ids){var a=g(t.data);a.contextPath=n.appendContextPath(t.data.contextPath,t.ids[0]);t={data:a}}return i(e,t)}else{return t.inverse(this)}});e.registerHelper("log",function(t,i){var n=i.data&&i.data.level!=null?parseInt(i.data.level,10):1;e.log(n,t)});e.registerHelper("lookup",function(e,t){return e&&e[t]})}var d={methodMap:{0:"debug",1:"info",2:"warn",3:"error"},DEBUG:0,INFO:1,WARN:2,ERROR:3,level:3,log:function(e,t){if(d.level<=e){var i=d.methodMap[e];if(typeof console!=="undefined"&&console[i]){console[i].call(console,t)}}}};i.logger=d;var m=d.log;i.log=m;var g=function(e){var t=n.extend({},e);t._parent=e;return t};i.createFrame=g;return i}(t,i);var a=function(e,t,i){"use strict";var n={};var a=e;var r=t;var s=i.COMPILER_REVISION;var o=i.REVISION_CHANGES;var c=i.createFrame;function l(e){var t=e&&e[0]||1,i=s;if(t!==i){if(t<i){var n=o[i],a=o[t];throw new r("Template was precompiled with an older version of Handlebars than the current runtime. "+"Please update your precompiler to a newer version ("+n+") or downgrade your runtime to an older version ("+a+").")}else{throw new r("Template was precompiled with a newer version of Handlebars than the current runtime. "+"Please update your runtime to a newer version ("+e[1]+").")}}}n.checkRevision=l;function u(e,t){if(!t){throw new r("No environment passed to template")}if(!e||!e.main){throw new r("Unknown template object: "+typeof e)}t.VM.checkRevision(e.compiler);var i=function(i,n,s,o,c,l,u,f,p){if(c){o=a.extend({},o,c)}var h=t.VM.invokePartial.call(this,i,s,o,l,u,f,p);if(h==null&&t.compile){var d={helpers:l,partials:u,data:f,depths:p};u[s]=t.compile(i,{data:f!==undefined,compat:e.compat},t);h=u[s](o,d)}if(h!=null){if(n){var m=h.split("\n");for(var g=0,b=m.length;g<b;g++){if(!m[g]&&g+1===b){break}m[g]=n+m[g]}h=m.join("\n")}return h}else{throw new r("The partial "+s+" could not be compiled when running in runtime-only mode")}};var n={lookup:function(e,t){var i=e.length;for(var n=0;n<i;n++){if(e[n]&&e[n][t]!=null){return e[n][t]}}},lambda:function(e,t){return typeof e==="function"?e.call(t):e},escapeExpression:a.escapeExpression,invokePartial:i,fn:function(t){return e[t]},programs:[],program:function(e,t,i){var n=this.programs[e],a=this.fn(e);if(t||i){n=f(this,e,a,t,i)}else if(!n){n=this.programs[e]=f(this,e,a)}return n},data:function(e,t){while(e&&t--){e=e._parent}return e},merge:function(e,t){var i=e||t;if(e&&t&&e!==t){i=a.extend({},t,e)}return i},noop:t.VM.noop,compilerInfo:e.compiler};var s=function(t,i){i=i||{};var a=i.data;s._setup(i);if(!i.partial&&e.useData){a=d(t,a)}var r;if(e.useDepths){r=i.depths?[t].concat(i.depths):[t]}return e.main.call(n,t,n.helpers,n.partials,a,r)};s.isTop=true;s._setup=function(i){if(!i.partial){n.helpers=n.merge(i.helpers,t.helpers);if(e.usePartial){n.partials=n.merge(i.partials,t.partials)}}else{n.helpers=i.helpers;n.partials=i.partials}};s._child=function(t,i,a){if(e.useDepths&&!a){throw new r("must pass parent depths")}return f(n,t,e[t],i,a)};return s}n.template=u;function f(e,t,i,n,a){var r=function(t,r){r=r||{};return i.call(e,t,e.helpers,e.partials,r.data||n,a&&[t].concat(a))};r.program=t;r.depth=a?a.length:0;return r}n.program=f;function p(e,t,i,n,a,s,o){var c={partial:true,helpers:n,partials:a,data:s,depths:o};if(e===undefined){throw new r("The partial "+t+" could not be found")}else if(e instanceof Function){return e(i,c)}}n.invokePartial=p;function h(){return""}n.noop=h;function d(e,t){if(!t||!("root"in t)){t=t?c(t):{};t.root=e}return t}return n}(t,i,n);var r=function(e,t,i,n,a){"use strict";var r;var s=e;var o=t;var c=i;var l=n;var u=a;var f=function(){var e=new s.HandlebarsEnvironment;l.extend(e,s);e.SafeString=o;e.Exception=c;e.Utils=l;e.escapeExpression=l.escapeExpression;e.VM=u;e.template=function(t){return u.template(t,e)};return e};var p=f();p.create=f;p["default"]=p;r=p;return r}(n,e,i,t,a);var s=function(e){"use strict";var t;var i=e;function n(e){e=e||{};this.firstLine=e.first_line;this.firstColumn=e.first_column;this.lastColumn=e.last_column;this.lastLine=e.last_line}var a={ProgramNode:function(e,t,i){n.call(this,i);this.type="program";this.statements=e;this.strip=t},MustacheNode:function(e,t,i,r,s){n.call(this,s);this.type="mustache";this.strip=r;if(i!=null&&i.charAt){var o=i.charAt(3)||i.charAt(2);this.escaped=o!=="{"&&o!=="&"}else{this.escaped=!!i}if(e instanceof a.SexprNode){this.sexpr=e}else{this.sexpr=new a.SexprNode(e,t)}this.id=this.sexpr.id;this.params=this.sexpr.params;this.hash=this.sexpr.hash;this.eligibleHelper=this.sexpr.eligibleHelper;this.isHelper=this.sexpr.isHelper},SexprNode:function(e,t,i){n.call(this,i);this.type="sexpr";this.hash=t;var a=this.id=e[0];var r=this.params=e.slice(1);this.isHelper=!!(r.length||t);this.eligibleHelper=this.isHelper||a.isSimple},PartialNode:function(e,t,i,a,r){n.call(this,r);this.type="partial";this.partialName=e;this.context=t;this.hash=i;this.strip=a;this.strip.inlineStandalone=true},BlockNode:function(e,t,i,a,r){n.call(this,r);this.type="block";this.mustache=e;this.program=t;this.inverse=i;this.strip=a;if(i&&!t){this.isInverse=true}},RawBlockNode:function(e,t,r,s){n.call(this,s);if(e.sexpr.id.original!==r){throw new i(e.sexpr.id.original+" doesn't match "+r,this)}t=new a.ContentNode(t,s);this.type="block";this.mustache=e;this.program=new a.ProgramNode([t],{},s)},ContentNode:function(e,t){n.call(this,t);this.type="content";this.original=this.string=e},HashNode:function(e,t){n.call(this,t);this.type="hash";this.pairs=e},IdNode:function(e,t){n.call(this,t);this.type="ID";var a="",r=[],s=0,o="";for(var c=0,l=e.length;c<l;c++){var u=e[c].part;a+=(e[c].separator||"")+u;if(u===".."||u==="."||u==="this"){if(r.length>0){throw new i("Invalid path: "+a,this)}else if(u===".."){s++;o+="../"}else{this.isScoped=true}}else{r.push(u)}}this.original=a;this.parts=r;this.string=r.join(".");this.depth=s;this.idName=o+this.string;this.isSimple=e.length===1&&!this.isScoped&&s===0;this.stringModeValue=this.string},PartialNameNode:function(e,t){n.call(this,t);this.type="PARTIAL_NAME";this.name=e.original},DataNode:function(e,t){n.call(this,t);this.type="DATA";this.id=e;this.stringModeValue=e.stringModeValue;this.idName="@"+e.stringModeValue},StringNode:function(e,t){n.call(this,t);this.type="STRING";this.original=this.string=this.stringModeValue=e},NumberNode:function(e,t){n.call(this,t);this.type="NUMBER";this.original=this.number=e;this.stringModeValue=Number(e)},BooleanNode:function(e,t){n.call(this,t);this.type="BOOLEAN";this.bool=e;this.stringModeValue=e==="true"},CommentNode:function(e,t){n.call(this,t);this.type="comment";this.comment=e;this.strip={inlineStandalone:true}}};t=a;return t}(i);var o=function(){"use strict";var e;var t=function(){var e={trace:function n(){},yy:{},symbols_:{error:2,root:3,program:4,EOF:5,program_repetition0:6,statement:7,mustache:8,block:9,rawBlock:10,partial:11,CONTENT:12,COMMENT:13,openRawBlock:14,END_RAW_BLOCK:15,OPEN_RAW_BLOCK:16,sexpr:17,CLOSE_RAW_BLOCK:18,openBlock:19,block_option0:20,closeBlock:21,openInverse:22,block_option1:23,OPEN_BLOCK:24,CLOSE:25,OPEN_INVERSE:26,inverseAndProgram:27,INVERSE:28,OPEN_ENDBLOCK:29,path:30,OPEN:31,OPEN_UNESCAPED:32,CLOSE_UNESCAPED:33,OPEN_PARTIAL:34,partialName:35,param:36,partial_option0:37,partial_option1:38,sexpr_repetition0:39,sexpr_option0:40,dataName:41,STRING:42,NUMBER:43,BOOLEAN:44,OPEN_SEXPR:45,CLOSE_SEXPR:46,hash:47,hash_repetition_plus0:48,hashSegment:49,ID:50,EQUALS:51,DATA:52,pathSegments:53,SEP:54,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",12:"CONTENT",13:"COMMENT",15:"END_RAW_BLOCK",16:"OPEN_RAW_BLOCK",18:"CLOSE_RAW_BLOCK",24:"OPEN_BLOCK",25:"CLOSE",26:"OPEN_INVERSE",28:"INVERSE",29:"OPEN_ENDBLOCK",31:"OPEN",32:"OPEN_UNESCAPED",33:"CLOSE_UNESCAPED",34:"OPEN_PARTIAL",42:"STRING",43:"NUMBER",44:"BOOLEAN",45:"OPEN_SEXPR",46:"CLOSE_SEXPR",50:"ID",51:"EQUALS",52:"DATA",54:"SEP"},productions_:[0,[3,2],[4,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[10,3],[14,3],[9,4],[9,4],[19,3],[22,3],[27,2],[21,3],[8,3],[8,3],[11,5],[11,4],[17,3],[17,1],[36,1],[36,1],[36,1],[36,1],[36,1],[36,3],[47,1],[49,3],[35,1],[35,1],[35,1],[41,2],[30,1],[53,3],[53,1],[6,0],[6,2],[20,0],[20,1],[23,0],[23,1],[37,0],[37,1],[38,0],[38,1],[39,0],[39,2],[40,0],[40,1],[48,1],[48,2]],performAction:function a(e,t,i,n,r,s,o){var c=s.length-1;switch(r){case 1:n.prepareProgram(s[c-1].statements,true);return s[c-1];break;case 2:this.$=new n.ProgramNode(n.prepareProgram(s[c]),{},this._$);break;case 3:this.$=s[c];break;case 4:this.$=s[c];break;case 5:this.$=s[c];break;case 6:this.$=s[c];break;case 7:this.$=new n.ContentNode(s[c],this._$);break;case 8:this.$=new n.CommentNode(s[c],this._$);break;case 9:this.$=new n.RawBlockNode(s[c-2],s[c-1],s[c],this._$);break;case 10:this.$=new n.MustacheNode(s[c-1],null,"","",this._$);break;case 11:this.$=n.prepareBlock(s[c-3],s[c-2],s[c-1],s[c],false,this._$);break;case 12:this.$=n.prepareBlock(s[c-3],s[c-2],s[c-1],s[c],true,this._$);break;case 13:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 14:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 15:this.$={strip:n.stripFlags(s[c-1],s[c-1]),program:s[c]};break;case 16:this.$={path:s[c-1],strip:n.stripFlags(s[c-2],s[c])};break;case 17:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 18:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 19:this.$=new n.PartialNode(s[c-3],s[c-2],s[c-1],n.stripFlags(s[c-4],s[c]),this._$);break;case 20:this.$=new n.PartialNode(s[c-2],undefined,s[c-1],n.stripFlags(s[c-3],s[c]),this._$);break;case 21:this.$=new n.SexprNode([s[c-2]].concat(s[c-1]),s[c],this._$);break;case 22:this.$=new n.SexprNode([s[c]],null,this._$);break;case 23:this.$=s[c];break;case 24:this.$=new n.StringNode(s[c],this._$);break;case 25:this.$=new n.NumberNode(s[c],this._$);break;case 26:this.$=new n.BooleanNode(s[c],this._$);break;case 27:this.$=s[c];break;case 28:s[c-1].isHelper=true;this.$=s[c-1];break;case 29:this.$=new n.HashNode(s[c],this._$);break;case 30:this.$=[s[c-2],s[c]];break;case 31:this.$=new n.PartialNameNode(s[c],this._$);break;case 32:this.$=new n.PartialNameNode(new n.StringNode(s[c],this._$),this._$);break;case 33:this.$=new n.PartialNameNode(new n.NumberNode(s[c],this._$));break;case 34:this.$=new n.DataNode(s[c],this._$);break;case 35:this.$=new n.IdNode(s[c],this._$);break;case 36:s[c-2].push({part:s[c],separator:s[c-1]});this.$=s[c-2];break;case 37:this.$=[{part:s[c]}];break;case 38:this.$=[];break;case 39:s[c-1].push(s[c]);break;case 48:this.$=[];break;case 49:s[c-1].push(s[c]);break;case 52:this.$=[s[c]];break;case 53:s[c-1].push(s[c]);break}},table:[{3:1,4:2,5:[2,38],6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],31:[2,38],32:[2,38],34:[2,38]},{1:[3]},{5:[1,4]},{5:[2,2],7:5,8:6,9:7,10:8,11:9,12:[1,10],13:[1,11],14:16,16:[1,20],19:14,22:15,24:[1,18],26:[1,19],28:[2,2],29:[2,2],31:[1,12],32:[1,13],34:[1,17]},{1:[2,1]},{5:[2,39],12:[2,39],13:[2,39],16:[2,39],24:[2,39],26:[2,39],28:[2,39],29:[2,39],31:[2,39],32:[2,39],34:[2,39]},{5:[2,3],12:[2,3],13:[2,3],16:[2,3],24:[2,3],26:[2,3],28:[2,3],29:[2,3],31:[2,3],32:[2,3],34:[2,3]},{5:[2,4],12:[2,4],13:[2,4],16:[2,4],24:[2,4],26:[2,4],28:[2,4],29:[2,4],31:[2,4],32:[2,4],34:[2,4]},{5:[2,5],12:[2,5],13:[2,5],16:[2,5],24:[2,5],26:[2,5],28:[2,5],29:[2,5],31:[2,5],32:[2,5],34:[2,5]},{5:[2,6],12:[2,6],13:[2,6],16:[2,6],24:[2,6],26:[2,6],28:[2,6],29:[2,6],31:[2,6],32:[2,6],34:[2,6]},{5:[2,7],12:[2,7],13:[2,7],16:[2,7],24:[2,7],26:[2,7],28:[2,7],29:[2,7],31:[2,7],32:[2,7],34:[2,7]},{5:[2,8],12:[2,8],13:[2,8],16:[2,8],24:[2,8],26:[2,8],28:[2,8],29:[2,8],31:[2,8],32:[2,8],34:[2,8]},{17:21,30:22,41:23,50:[1,26],52:[1,25],53:24},{17:27,30:22,41:23,50:[1,26],52:[1,25],53:24},{4:28,6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],28:[2,38],29:[2,38],31:[2,38],32:[2,38],34:[2,38]},{4:29,6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],28:[2,38],29:[2,38],31:[2,38],32:[2,38],34:[2,38]},{12:[1,30]},{30:32,35:31,42:[1,33],43:[1,34],50:[1,26],53:24},{17:35,30:22,41:23,50:[1,26],52:[1,25],53:24},{17:36,30:22,41:23,50:[1,26],52:[1,25],53:24},{17:37,30:22,41:23,50:[1,26],52:[1,25],53:24},{25:[1,38]},{18:[2,48],25:[2,48],33:[2,48],39:39,42:[2,48],43:[2,48],44:[2,48],45:[2,48],46:[2,48],50:[2,48],52:[2,48]},{18:[2,22],25:[2,22],33:[2,22],46:[2,22]},{18:[2,35],25:[2,35],33:[2,35],42:[2,35],43:[2,35],44:[2,35],45:[2,35],46:[2,35],50:[2,35],52:[2,35],54:[1,40]},{30:41,50:[1,26],53:24},{18:[2,37],25:[2,37],33:[2,37],42:[2,37],43:[2,37],44:[2,37],45:[2,37],46:[2,37],50:[2,37],52:[2,37],54:[2,37]},{33:[1,42]},{20:43,27:44,28:[1,45],29:[2,40]},{23:46,27:47,28:[1,45],29:[2,42]},{15:[1,48]},{25:[2,46],30:51,36:49,38:50,41:55,42:[1,52],43:[1,53],44:[1,54],45:[1,56],47:57,48:58,49:60,50:[1,59],52:[1,25],53:24},{25:[2,31],42:[2,31],43:[2,31],44:[2,31],45:[2,31],50:[2,31],52:[2,31]},{25:[2,32],42:[2,32],43:[2,32],44:[2,32],45:[2,32],50:[2,32],52:[2,32]},{25:[2,33],42:[2,33],43:[2,33],44:[2,33],45:[2,33],50:[2,33],52:[2,33]},{25:[1,61]},{25:[1,62]},{18:[1,63]},{5:[2,17],12:[2,17],13:[2,17],16:[2,17],24:[2,17],26:[2,17],28:[2,17],29:[2,17],31:[2,17],32:[2,17],34:[2,17]},{18:[2,50],25:[2,50],30:51,33:[2,50],36:65,40:64,41:55,42:[1,52],43:[1,53],44:[1,54],45:[1,56],46:[2,50],47:66,48:58,49:60,50:[1,59],52:[1,25],53:24},{50:[1,67]},{18:[2,34],25:[2,34],33:[2,34],42:[2,34],43:[2,34],44:[2,34],45:[2,34],46:[2,34],50:[2,34],52:[2,34]},{5:[2,18],12:[2,18],13:[2,18],16:[2,18],24:[2,18],26:[2,18],28:[2,18],29:[2,18],31:[2,18],32:[2,18],34:[2,18]},{21:68,29:[1,69]},{29:[2,41]},{4:70,6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],29:[2,38],31:[2,38],32:[2,38],34:[2,38]},{21:71,29:[1,69]},{29:[2,43]},{5:[2,9],12:[2,9],13:[2,9],16:[2,9],24:[2,9],26:[2,9],28:[2,9],29:[2,9],31:[2,9],32:[2,9],34:[2,9]},{25:[2,44],37:72,47:73,48:58,49:60,50:[1,74]},{25:[1,75]},{18:[2,23],25:[2,23],33:[2,23],42:[2,23],43:[2,23],44:[2,23],45:[2,23],46:[2,23],50:[2,23],52:[2,23]},{18:[2,24],25:[2,24],33:[2,24],42:[2,24],43:[2,24],44:[2,24],45:[2,24],46:[2,24],50:[2,24],52:[2,24]},{18:[2,25],25:[2,25],33:[2,25],42:[2,25],43:[2,25],44:[2,25],45:[2,25],46:[2,25],50:[2,25],52:[2,25]},{18:[2,26],25:[2,26],33:[2,26],42:[2,26],43:[2,26],44:[2,26],45:[2,26],46:[2,26],50:[2,26],52:[2,26]},{18:[2,27],25:[2,27],33:[2,27],42:[2,27],43:[2,27],44:[2,27],45:[2,27],46:[2,27],50:[2,27],52:[2,27]},{17:76,30:22,41:23,50:[1,26],52:[1,25],53:24},{25:[2,47]},{18:[2,29],25:[2,29],33:[2,29],46:[2,29],49:77,50:[1,74]},{18:[2,37],25:[2,37],33:[2,37],42:[2,37],43:[2,37],44:[2,37],45:[2,37],46:[2,37],50:[2,37],51:[1,78],52:[2,37],54:[2,37]},{18:[2,52],25:[2,52],33:[2,52],46:[2,52],50:[2,52]},{12:[2,13],13:[2,13],16:[2,13],24:[2,13],26:[2,13],28:[2,13],29:[2,13],31:[2,13],32:[2,13],34:[2,13]},{12:[2,14],13:[2,14],16:[2,14],24:[2,14],26:[2,14],28:[2,14],29:[2,14],31:[2,14],32:[2,14],34:[2,14]},{12:[2,10]},{18:[2,21],25:[2,21],33:[2,21],46:[2,21]},{18:[2,49],25:[2,49],33:[2,49],42:[2,49],43:[2,49],44:[2,49],45:[2,49],46:[2,49],50:[2,49],52:[2,49]},{18:[2,51],25:[2,51],33:[2,51],46:[2,51]},{18:[2,36],25:[2,36],33:[2,36],42:[2,36],43:[2,36],44:[2,36],45:[2,36],46:[2,36],50:[2,36],52:[2,36],54:[2,36]},{5:[2,11],12:[2,11],13:[2,11],16:[2,11],24:[2,11],26:[2,11],28:[2,11],29:[2,11],31:[2,11],32:[2,11],34:[2,11]},{30:79,50:[1,26],53:24},{29:[2,15]},{5:[2,12],12:[2,12],13:[2,12],16:[2,12],24:[2,12],26:[2,12],28:[2,12],29:[2,12],31:[2,12],32:[2,12],34:[2,12]},{25:[1,80]},{25:[2,45]},{51:[1,78]},{5:[2,20],12:[2,20],13:[2,20],16:[2,20],24:[2,20],26:[2,20],28:[2,20],29:[2,20],31:[2,20],32:[2,20],34:[2,20]},{46:[1,81]},{18:[2,53],25:[2,53],33:[2,53],46:[2,53],50:[2,53]},{30:51,36:82,41:55,42:[1,52],43:[1,53],44:[1,54],45:[1,56],50:[1,26],52:[1,25],53:24},{25:[1,83]},{5:[2,19],12:[2,19],13:[2,19],16:[2,19],24:[2,19],26:[2,19],28:[2,19],29:[2,19],31:[2,19],32:[2,19],34:[2,19]},{18:[2,28],25:[2,28],33:[2,28],42:[2,28],43:[2,28],44:[2,28],45:[2,28],46:[2,28],50:[2,28],52:[2,28]},{18:[2,30],25:[2,30],33:[2,30],46:[2,30],50:[2,30]},{5:[2,16],12:[2,16],13:[2,16],16:[2,16],24:[2,16],26:[2,16],28:[2,16],29:[2,16],31:[2,16],32:[2,16],34:[2,16]}],defaultActions:{4:[2,1],44:[2,41],47:[2,43],57:[2,47],63:[2,10],70:[2,15],73:[2,45]},parseError:function r(e,t){throw new Error(e)},parse:function s(e){var t=this,i=[0],n=[null],a=[],r=this.table,s="",o=0,c=0,l=0,u=2,f=1;this.lexer.setInput(e);this.lexer.yy=this.yy;this.yy.lexer=this.lexer;this.yy.parser=this;if(typeof this.lexer.yylloc=="undefined")this.lexer.yylloc={};var p=this.lexer.yylloc;a.push(p);var h=this.lexer.options&&this.lexer.options.ranges;if(typeof this.yy.parseError==="function")this.parseError=this.yy.parseError;function d(e){i.length=i.length-2*e;n.length=n.length-e;a.length=a.length-e}function m(){var e;e=t.lexer.lex()||1;if(typeof e!=="number"){e=t.symbols_[e]||e}return e}var g,b,v,M,_,A,y={},O,z,L,N;while(true){v=i[i.length-1];if(this.defaultActions[v]){M=this.defaultActions[v]}else{if(g===null||typeof g=="undefined"){g=m()}M=r[v]&&r[v][g]}if(typeof M==="undefined"||!M.length||!M[0]){var S="";if(!l){N=[];for(O in r[v])if(this.terminals_[O]&&O>2){N.push("'"+this.terminals_[O]+"'")}if(this.lexer.showPosition){S="Parse error on line "+(o+1)+":\n"+this.lexer.showPosition()+"\nExpecting "+N.join(", ")+", got '"+(this.terminals_[g]||g)+"'"}else{S="Parse error on line "+(o+1)+": Unexpected "+(g==1?"end of input":"'"+(this.terminals_[g]||g)+"'")}this.parseError(S,{text:this.lexer.match,token:this.terminals_[g]||g,line:this.lexer.yylineno,loc:p,expected:N})}}if(M[0]instanceof Array&&M.length>1){throw new Error("Parse Error: multiple actions possible at state: "+v+", token: "+g)}switch(M[0]){case 1:i.push(g);n.push(this.lexer.yytext);a.push(this.lexer.yylloc);i.push(M[1]);g=null;if(!b){c=this.lexer.yyleng;s=this.lexer.yytext;o=this.lexer.yylineno;p=this.lexer.yylloc;if(l>0)l--}else{g=b;b=null}break;case 2:z=this.productions_[M[1]][1];y.$=n[n.length-z];y._$={first_line:a[a.length-(z||1)].first_line,last_line:a[a.length-1].last_line,first_column:a[a.length-(z||1)].first_column,last_column:a[a.length-1].last_column};if(h){y._$.range=[a[a.length-(z||1)].range[0],a[a.length-1].range[1]]}A=this.performAction.call(y,s,c,o,this.yy,M[1],n,a);if(typeof A!=="undefined"){return A}if(z){i=i.slice(0,-1*z*2);n=n.slice(0,-1*z);a=a.slice(0,-1*z)}i.push(this.productions_[M[1]][0]);n.push(y.$);a.push(y._$);L=r[i[i.length-2]][i[i.length-1]];i.push(L);break;case 3:return true}}return true}};var t=function(){var e={EOF:1,parseError:function t(e,i){if(this.yy.parser){this.yy.parser.parseError(e,i)}else{throw new Error(e)}},setInput:function(e){this._input=e;this._more=this._less=this.done=false;this.yylineno=this.yyleng=0;this.yytext=this.matched=this.match="";this.conditionStack=["INITIAL"];this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0};if(this.options.ranges)this.yylloc.range=[0,0];this.offset=0;return this},input:function(){var e=this._input[0];this.yytext+=e;this.yyleng++;this.offset++;this.match+=e;this.matched+=e;var t=e.match(/(?:\r\n?|\n).*/g);if(t){this.yylineno++;this.yylloc.last_line++}else{this.yylloc.last_column++}if(this.options.ranges)this.yylloc.range[1]++;this._input=this._input.slice(1);return e},unput:function(e){var t=e.length;var i=e.split(/(?:\r\n?|\n)/g);this._input=e+this._input;this.yytext=this.yytext.substr(0,this.yytext.length-t-1);this.offset-=t;var n=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1);this.matched=this.matched.substr(0,this.matched.length-1);if(i.length-1)this.yylineno-=i.length-1;var a=this.yylloc.range;this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:i?(i.length===n.length?this.yylloc.first_column:0)+n[n.length-i.length].length-i[0].length:this.yylloc.first_column-t};if(this.options.ranges){this.yylloc.range=[a[0],a[0]+this.yyleng-t]}return this},more:function(){this._more=true;return this},less:function(e){this.unput(this.match.slice(e))},pastInput:function(){var e=this.matched.substr(0,this.matched.length-this.match.length);return(e.length>20?"...":"")+e.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var e=this.match;if(e.length<20){e+=this._input.substr(0,20-e.length)}return(e.substr(0,20)+(e.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var e=this.pastInput();var t=new Array(e.length+1).join("-");return e+this.upcomingInput()+"\n"+t+"^"},next:function(){if(this.done){return this.EOF}if(!this._input)this.done=true;var e,t,i,n,a,r;if(!this._more){this.yytext="";this.match=""}var s=this._currentRules();for(var o=0;o<s.length;o++){i=this._input.match(this.rules[s[o]]);if(i&&(!t||i[0].length>t[0].length)){t=i;n=o;if(!this.options.flex)break}}if(t){r=t[0].match(/(?:\r\n?|\n).*/g);if(r)this.yylineno+=r.length;this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length};this.yytext+=t[0];this.match+=t[0];this.matches=t;this.yyleng=this.yytext.length;if(this.options.ranges){this.yylloc.range=[this.offset,this.offset+=this.yyleng]}this._more=false;this._input=this._input.slice(t[0].length);this.matched+=t[0];e=this.performAction.call(this,this.yy,this,s[n],this.conditionStack[this.conditionStack.length-1]);if(this.done&&this._input)this.done=false;if(e)return e;else return}if(this._input===""){return this.EOF}else{return this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})}},lex:function i(){var e=this.next();if(typeof e!=="undefined"){return e}else{return this.lex()}},begin:function n(e){this.conditionStack.push(e)},popState:function a(){return this.conditionStack.pop()},_currentRules:function r(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function s(e){this.begin(e)}};e.options={};e.performAction=function o(e,t,i,n){function a(e,i){return t.yytext=t.yytext.substr(e,t.yyleng-i)}var r=n;switch(i){case 0:if(t.yytext.slice(-2)==="\\\\"){a(0,1);this.begin("mu")}else if(t.yytext.slice(-1)==="\\"){a(0,1);this.begin("emu")}else{this.begin("mu")}if(t.yytext)return 12;break;case 1:return 12;break;case 2:this.popState();return 12;break;case 3:t.yytext=t.yytext.substr(5,t.yyleng-9);this.popState();return 15;break;case 4:return 12;break;case 5:a(0,4);this.popState();return 13;break;case 6:return 45;break;case 7:return 46;break;case 8:return 16;break;case 9:this.popState();this.begin("raw");return 18;break;case 10:return 34;break;case 11:return 24;break;case 12:return 29;break;case 13:this.popState();return 28;break;case 14:this.popState();return 28;break;case 15:return 26;break;case 16:return 26;break;case 17:return 32;break;case 18:return 31;break;case 19:this.popState();this.begin("com");break;case 20:a(3,5);this.popState();return 13;break;case 21:return 31;break;case 22:return 51;break;case 23:return 50;break;case 24:return 50;break;case 25:return 54;break;case 26:break;case 27:this.popState();return 33;break;case 28:this.popState();return 25;break;case 29:t.yytext=a(1,2).replace(/\\"/g,'"');return 42;break;case 30:t.yytext=a(1,2).replace(/\\'/g,"'");return 42;break;case 31:return 52;break;case 32:return 44;break;case 33:return 44;break;case 34:return 43;break;case 35:return 50;break;case 36:t.yytext=a(1,2);return 50;break;case 37:return"INVALID";break;case 38:return 5;break}};e.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]*?(?=(\{\{\{\{\/)))/,/^(?:[\s\S]*?--\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{!--)/,/^(?:\{\{![\s\S]*?\}\})/,/^(?:\{\{(~)?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)]))))/,/^(?:\[[^\]]*\])/,/^(?:.)/,/^(?:$)/];e.conditions={mu:{rules:[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],inclusive:false},emu:{rules:[2],inclusive:false},com:{rules:[5],inclusive:false},raw:{rules:[3,4],inclusive:false},INITIAL:{rules:[0,1,38],inclusive:true}};return e}();e.lexer=t;function i(){this.yy={}}i.prototype=e;e.Parser=i;return new i}();e=t;return e}();var c=function(e){"use strict";var t={};var i=e;function n(e,t){return{left:e.charAt(2)==="~",right:t.charAt(t.length-3)==="~"}}t.stripFlags=n;function a(e,t,n,a,r,u){if(e.sexpr.id.original!==a.path.original){throw new i(e.sexpr.id.original+" doesn't match "+a.path.original,e)}var f=n&&n.program;var p={left:e.strip.left,right:a.strip.right,openStandalone:o(t.statements),closeStandalone:s((f||t).statements)};if(e.strip.right){c(t.statements,null,true)}if(f){var h=n.strip;if(h.left){l(t.statements,null,true)}if(h.right){c(f.statements,null,true)}if(a.strip.left){l(f.statements,null,true)}if(s(t.statements)&&o(f.statements)){l(t.statements);c(f.statements)}}else{if(a.strip.left){l(t.statements,null,true)}}if(r){return new this.BlockNode(e,f,t,p,u)}else{return new this.BlockNode(e,t,f,p,u)}}t.prepareBlock=a;function r(e,t){for(var i=0,n=e.length;i<n;i++){var a=e[i],r=a.strip;if(!r){continue}var u=s(e,i,t,a.type==="partial"),f=o(e,i,t),p=r.openStandalone&&u,h=r.closeStandalone&&f,d=r.inlineStandalone&&u&&f;if(r.right){c(e,i,true)}if(r.left){l(e,i,true)}if(d){c(e,i);if(l(e,i)){if(a.type==="partial"){a.indent=/([ \t]+$)/.exec(e[i-1].original)?RegExp.$1:""}}}if(p){c((a.program||a.inverse).statements);l(e,i)}if(h){c(e,i);l((a.inverse||a.program).statements)}}return e}t.prepareProgram=r;function s(e,t,i){if(t===undefined){t=e.length}var n=e[t-1],a=e[t-2];if(!n){return i}if(n.type==="content"){return(a||!i?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(n.original)}}function o(e,t,i){if(t===undefined){t=-1}var n=e[t+1],a=e[t+2];if(!n){return i}if(n.type==="content"){return(a||!i?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(n.original)}}function c(e,t,i){var n=e[t==null?0:t+1];if(!n||n.type!=="content"||!i&&n.rightStripped){return}var a=n.string;n.string=n.string.replace(i?/^\s+/:/^[ \t]*\r?\n?/,"");n.rightStripped=n.string!==a}function l(e,t,i){var n=e[t==null?e.length-1:t-1];if(!n||n.type!=="content"||!i&&n.leftStripped){return}var a=n.string;n.string=n.string.replace(i?/\s+$/:/[ \t]+$/,"");n.leftStripped=n.string!==a;return n.leftStripped}return t}(i);var l=function(e,t,i,n){"use strict";var a={};var r=e;var s=t;var o=i;var c=n.extend;a.parser=r;var l={};c(l,o,s);function u(e){if(e.constructor===s.ProgramNode){return e}r.yy=l;return r.parse(e)}a.parse=u;return a}(o,s,c,t);var u=function(e,t){"use strict";var i={};var n=e;var a=t.isArray;var r=[].slice;function s(){}i.Compiler=s;s.prototype={compiler:s,equals:function(e){var t=this.opcodes.length;if(e.opcodes.length!==t){return false}for(var i=0;i<t;i++){var n=this.opcodes[i],a=e.opcodes[i];if(n.opcode!==a.opcode||!l(n.args,a.args)){return false}}t=this.children.length;for(i=0;i<t;i++){if(!this.children[i].equals(e.children[i])){return false}}return true},guid:0,compile:function(e,t){this.opcodes=[];this.children=[];this.depths={list:[]};this.options=t;this.stringParams=t.stringParams;this.trackIds=t.trackIds;var i=this.options.knownHelpers;this.options.knownHelpers={helperMissing:true,blockHelperMissing:true,each:true,"if":true,unless:true,"with":true,log:true,lookup:true};if(i){for(var n in i){this.options.knownHelpers[n]=i[n]}}return this.accept(e)},accept:function(e){return this[e.type](e)},program:function(e){var t=e.statements;for(var i=0,n=t.length;i<n;i++){this.accept(t[i])}this.isSimple=n===1;this.depths.list=this.depths.list.sort(function(e,t){return e-t});return this},compileProgram:function(e){var t=(new this.compiler).compile(e,this.options);var i=this.guid++,n;this.usePartial=this.usePartial||t.usePartial;this.children[i]=t;for(var a=0,r=t.depths.list.length;a<r;a++){n=t.depths.list[a];if(n<2){continue}else{this.addDepth(n-1)}}return i},block:function(e){var t=e.mustache,i=e.program,n=e.inverse;if(i){i=this.compileProgram(i)}if(n){n=this.compileProgram(n)}var a=t.sexpr;var r=this.classifySexpr(a);if(r==="helper"){this.helperSexpr(a,i,n)}else if(r==="simple"){this.simpleSexpr(a);this.opcode("pushProgram",i);this.opcode("pushProgram",n);this.opcode("emptyHash");this.opcode("blockValue",a.id.original)}else{this.ambiguousSexpr(a,i,n);this.opcode("pushProgram",i);this.opcode("pushProgram",n);this.opcode("emptyHash");this.opcode("ambiguousBlockValue")}this.opcode("append")},hash:function(e){var t=e.pairs,i,n;this.opcode("pushHash");for(i=0,n=t.length;i<n;i++){this.pushParam(t[i][1])}while(i--){this.opcode("assignToHash",t[i][0])}this.opcode("popHash")},partial:function(e){var t=e.partialName;this.usePartial=true;if(e.hash){this.accept(e.hash)}else{this.opcode("push","undefined")}if(e.context){this.accept(e.context)}else{this.opcode("getContext",0);this.opcode("pushContext")}this.opcode("invokePartial",t.name,e.indent||"");this.opcode("append")},content:function(e){if(e.string){this.opcode("appendContent",e.string)}},mustache:function(e){this.sexpr(e.sexpr);if(e.escaped&&!this.options.noEscape){this.opcode("appendEscaped")}else{this.opcode("append")}},ambiguousSexpr:function(e,t,i){var n=e.id,a=n.parts[0],r=t!=null||i!=null;this.opcode("getContext",n.depth);this.opcode("pushProgram",t);this.opcode("pushProgram",i);this.ID(n);this.opcode("invokeAmbiguous",a,r)},simpleSexpr:function(e){var t=e.id;if(t.type==="DATA"){this.DATA(t)}else if(t.parts.length){this.ID(t)}else{this.addDepth(t.depth);this.opcode("getContext",t.depth);this.opcode("pushContext")}this.opcode("resolvePossibleLambda")},helperSexpr:function(e,t,i){var a=this.setupFullMustacheParams(e,t,i),r=e.id,s=r.parts[0];if(this.options.knownHelpers[s]){this.opcode("invokeKnownHelper",a.length,s)}else if(this.options.knownHelpersOnly){
throw new n("You specified knownHelpersOnly, but used the unknown helper "+s,e)}else{r.falsy=true;this.ID(r);this.opcode("invokeHelper",a.length,r.original,r.isSimple)}},sexpr:function(e){var t=this.classifySexpr(e);if(t==="simple"){this.simpleSexpr(e)}else if(t==="helper"){this.helperSexpr(e)}else{this.ambiguousSexpr(e)}},ID:function(e){this.addDepth(e.depth);this.opcode("getContext",e.depth);var t=e.parts[0];if(!t){this.opcode("pushContext")}else{this.opcode("lookupOnContext",e.parts,e.falsy,e.isScoped)}},DATA:function(e){this.options.data=true;this.opcode("lookupData",e.id.depth,e.id.parts)},STRING:function(e){this.opcode("pushString",e.string)},NUMBER:function(e){this.opcode("pushLiteral",e.number)},BOOLEAN:function(e){this.opcode("pushLiteral",e.bool)},comment:function(){},opcode:function(e){this.opcodes.push({opcode:e,args:r.call(arguments,1)})},addDepth:function(e){if(e===0){return}if(!this.depths[e]){this.depths[e]=true;this.depths.list.push(e)}},classifySexpr:function(e){var t=e.isHelper;var i=e.eligibleHelper;var n=this.options;if(i&&!t){var a=e.id.parts[0];if(n.knownHelpers[a]){t=true}else if(n.knownHelpersOnly){i=false}}if(t){return"helper"}else if(i){return"ambiguous"}else{return"simple"}},pushParams:function(e){for(var t=0,i=e.length;t<i;t++){this.pushParam(e[t])}},pushParam:function(e){if(this.stringParams){if(e.depth){this.addDepth(e.depth)}this.opcode("getContext",e.depth||0);this.opcode("pushStringParam",e.stringModeValue,e.type);if(e.type==="sexpr"){this.sexpr(e)}}else{if(this.trackIds){this.opcode("pushId",e.type,e.idName||e.stringModeValue)}this.accept(e)}},setupFullMustacheParams:function(e,t,i){var n=e.params;this.pushParams(n);this.opcode("pushProgram",t);this.opcode("pushProgram",i);if(e.hash){this.hash(e.hash)}else{this.opcode("emptyHash")}return n}};function o(e,t,i){if(e==null||typeof e!=="string"&&e.constructor!==i.AST.ProgramNode){throw new n("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+e)}t=t||{};if(!("data"in t)){t.data=true}if(t.compat){t.useDepths=true}var a=i.parse(e);var r=(new i.Compiler).compile(a,t);return(new i.JavaScriptCompiler).compile(r,t)}i.precompile=o;function c(e,t,i){if(e==null||typeof e!=="string"&&e.constructor!==i.AST.ProgramNode){throw new n("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+e)}t=t||{};if(!("data"in t)){t.data=true}if(t.compat){t.useDepths=true}var a;function r(){var n=i.parse(e);var a=(new i.Compiler).compile(n,t);var r=(new i.JavaScriptCompiler).compile(a,t,undefined,true);return i.template(r)}var s=function(e,t){if(!a){a=r()}return a.call(this,e,t)};s._setup=function(e){if(!a){a=r()}return a._setup(e)};s._child=function(e,t,i){if(!a){a=r()}return a._child(e,t,i)};return s}i.compile=c;function l(e,t){if(e===t){return true}if(a(e)&&a(t)&&e.length===t.length){for(var i=0;i<e.length;i++){if(!l(e[i],t[i])){return false}}return true}}return i}(i,t);var f=function(e,t){"use strict";var i;var n=e.COMPILER_REVISION;var a=e.REVISION_CHANGES;var r=t;function s(e){this.value=e}function o(){}o.prototype={nameLookup:function(e,t){if(o.isValidJavaScriptVariableName(t)){return e+"."+t}else{return e+"['"+t+"']"}},depthedLookup:function(e){this.aliases.lookup="this.lookup";return'lookup(depths, "'+e+'")'},compilerInfo:function(){var e=n,t=a[e];return[e,t]},appendToBuffer:function(e){if(this.environment.isSimple){return"return "+e+";"}else{return{appendToBuffer:true,content:e,toString:function(){return"buffer += "+e+";"}}}},initializeBuffer:function(){return this.quotedString("")},namespace:"Handlebars",compile:function(e,t,i,n){this.environment=e;this.options=t;this.stringParams=this.options.stringParams;this.trackIds=this.options.trackIds;this.precompile=!n;this.name=this.environment.name;this.isChild=!!i;this.context=i||{programs:[],environments:[]};this.preamble();this.stackSlot=0;this.stackVars=[];this.aliases={};this.registers={list:[]};this.hashes=[];this.compileStack=[];this.inlineStack=[];this.compileChildren(e,t);this.useDepths=this.useDepths||e.depths.list.length||this.options.compat;var a=e.opcodes,s,o,c;for(o=0,c=a.length;o<c;o++){s=a[o];this[s.opcode].apply(this,s.args)}this.pushSource("");if(this.stackSlot||this.inlineStack.length||this.compileStack.length){throw new r("Compile completed with content left on stack")}var l=this.createFunctionContext(n);if(!this.isChild){var u={compiler:this.compilerInfo(),main:l};var f=this.context.programs;for(o=0,c=f.length;o<c;o++){if(f[o]){u[o]=f[o]}}if(this.environment.usePartial){u.usePartial=true}if(this.options.data){u.useData=true}if(this.useDepths){u.useDepths=true}if(this.options.compat){u.compat=true}if(!n){u.compiler=JSON.stringify(u.compiler);u=this.objectLiteral(u)}return u}else{return l}},preamble:function(){this.lastContext=0;this.source=[]},createFunctionContext:function(e){var t="";var i=this.stackVars.concat(this.registers.list);if(i.length>0){t+=", "+i.join(", ")}for(var n in this.aliases){if(this.aliases.hasOwnProperty(n)){t+=", "+n+"="+this.aliases[n]}}var a=["depth0","helpers","partials","data"];if(this.useDepths){a.push("depths")}var r=this.mergeSource(t);if(e){a.push(r);return Function.apply(this,a)}else{return"function("+a.join(",")+") {\n  "+r+"}"}},mergeSource:function(e){var t="",i,n=!this.forceBuffer,a;for(var r=0,s=this.source.length;r<s;r++){var o=this.source[r];if(o.appendToBuffer){if(i){i=i+"\n    + "+o.content}else{i=o.content}}else{if(i){if(!t){a=true;t=i+";\n  "}else{t+="buffer += "+i+";\n  "}i=undefined}t+=o+"\n  ";if(!this.environment.isSimple){n=false}}}if(n){if(i||!t){t+="return "+(i||'""')+";\n"}}else{e+=", buffer = "+(a?"":this.initializeBuffer());if(i){t+="return buffer + "+i+";\n"}else{t+="return buffer;\n"}}if(e){t="var "+e.substring(2)+(a?"":";\n  ")+t}return t},blockValue:function(e){this.aliases.blockHelperMissing="helpers.blockHelperMissing";var t=[this.contextName(0)];this.setupParams(e,0,t);var i=this.popStack();t.splice(1,0,i);this.push("blockHelperMissing.call("+t.join(", ")+")")},ambiguousBlockValue:function(){this.aliases.blockHelperMissing="helpers.blockHelperMissing";var e=[this.contextName(0)];this.setupParams("",0,e,true);this.flushInline();var t=this.topStack();e.splice(1,0,t);this.pushSource("if (!"+this.lastHelper+") { "+t+" = blockHelperMissing.call("+e.join(", ")+"); }")},appendContent:function(e){if(this.pendingContent){e=this.pendingContent+e}this.pendingContent=e},append:function(){this.flushInline();var e=this.popStack();this.pushSource("if ("+e+" != null) { "+this.appendToBuffer(e)+" }");if(this.environment.isSimple){this.pushSource("else { "+this.appendToBuffer("''")+" }")}},appendEscaped:function(){this.aliases.escapeExpression="this.escapeExpression";this.pushSource(this.appendToBuffer("escapeExpression("+this.popStack()+")"))},getContext:function(e){this.lastContext=e},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(e,t,i){var n=0,a=e.length;if(!i&&this.options.compat&&!this.lastContext){this.push(this.depthedLookup(e[n++]))}else{this.pushContext()}for(;n<a;n++){this.replaceStack(function(i){var a=this.nameLookup(i,e[n],"context");if(!t){return" != null ? "+a+" : "+i}else{return" && "+a}})}},lookupData:function(e,t){if(!e){this.pushStackLiteral("data")}else{this.pushStackLiteral("this.data(data, "+e+")")}var i=t.length;for(var n=0;n<i;n++){this.replaceStack(function(e){return" && "+this.nameLookup(e,t[n],"data")})}},resolvePossibleLambda:function(){this.aliases.lambda="this.lambda";this.push("lambda("+this.popStack()+", "+this.contextName(0)+")")},pushStringParam:function(e,t){this.pushContext();this.pushString(t);if(t!=="sexpr"){if(typeof e==="string"){this.pushString(e)}else{this.pushStackLiteral(e)}}},emptyHash:function(){this.pushStackLiteral("{}");if(this.trackIds){this.push("{}")}if(this.stringParams){this.push("{}");this.push("{}")}},pushHash:function(){if(this.hash){this.hashes.push(this.hash)}this.hash={values:[],types:[],contexts:[],ids:[]}},popHash:function(){var e=this.hash;this.hash=this.hashes.pop();if(this.trackIds){this.push("{"+e.ids.join(",")+"}")}if(this.stringParams){this.push("{"+e.contexts.join(",")+"}");this.push("{"+e.types.join(",")+"}")}this.push("{\n    "+e.values.join(",\n    ")+"\n  }")},pushString:function(e){this.pushStackLiteral(this.quotedString(e))},push:function(e){this.inlineStack.push(e);return e},pushLiteral:function(e){this.pushStackLiteral(e)},pushProgram:function(e){if(e!=null){this.pushStackLiteral(this.programExpression(e))}else{this.pushStackLiteral(null)}},invokeHelper:function(e,t,i){this.aliases.helperMissing="helpers.helperMissing";var n=this.popStack();var a=this.setupHelper(e,t);var r=(i?a.name+" || ":"")+n+" || helperMissing";this.push("(("+r+").call("+a.callParams+"))")},invokeKnownHelper:function(e,t){var i=this.setupHelper(e,t);this.push(i.name+".call("+i.callParams+")")},invokeAmbiguous:function(e,t){this.aliases.functionType='"function"';this.aliases.helperMissing="helpers.helperMissing";this.useRegister("helper");var i=this.popStack();this.emptyHash();var n=this.setupHelper(0,e,t);var a=this.lastHelper=this.nameLookup("helpers",e,"helper");this.push("((helper = (helper = "+a+" || "+i+") != null ? helper : helperMissing"+(n.paramsInit?"),("+n.paramsInit:"")+"),"+"(typeof helper === functionType ? helper.call("+n.callParams+") : helper))")},invokePartial:function(e,t){var i=[this.nameLookup("partials",e,"partial"),"'"+t+"'","'"+e+"'",this.popStack(),this.popStack(),"helpers","partials"];if(this.options.data){i.push("data")}else if(this.options.compat){i.push("undefined")}if(this.options.compat){i.push("depths")}this.push("this.invokePartial("+i.join(", ")+")")},assignToHash:function(e){var t=this.popStack(),i,n,a;if(this.trackIds){a=this.popStack()}if(this.stringParams){n=this.popStack();i=this.popStack()}var r=this.hash;if(i){r.contexts.push("'"+e+"': "+i)}if(n){r.types.push("'"+e+"': "+n)}if(a){r.ids.push("'"+e+"': "+a)}r.values.push("'"+e+"': ("+t+")")},pushId:function(e,t){if(e==="ID"||e==="DATA"){this.pushString(t)}else if(e==="sexpr"){this.pushStackLiteral("true")}else{this.pushStackLiteral("null")}},compiler:o,compileChildren:function(e,t){var i=e.children,n,a;for(var r=0,s=i.length;r<s;r++){n=i[r];a=new this.compiler;var o=this.matchExistingProgram(n);if(o==null){this.context.programs.push("");o=this.context.programs.length;n.index=o;n.name="program"+o;this.context.programs[o]=a.compile(n,t,this.context,!this.precompile);this.context.environments[o]=n;this.useDepths=this.useDepths||a.useDepths}else{n.index=o;n.name="program"+o}}},matchExistingProgram:function(e){for(var t=0,i=this.context.environments.length;t<i;t++){var n=this.context.environments[t];if(n&&n.equals(e)){return t}}},programExpression:function(e){var t=this.environment.children[e],i=t.depths.list,n=this.useDepths,a;var r=[t.index,"data"];if(n){r.push("depths")}return"this.program("+r.join(", ")+")"},useRegister:function(e){if(!this.registers[e]){this.registers[e]=true;this.registers.list.push(e)}},pushStackLiteral:function(e){return this.push(new s(e))},pushSource:function(e){if(this.pendingContent){this.source.push(this.appendToBuffer(this.quotedString(this.pendingContent)));this.pendingContent=undefined}if(e){this.source.push(e)}},pushStack:function(e){this.flushInline();var t=this.incrStack();this.pushSource(t+" = "+e+";");this.compileStack.push(t);return t},replaceStack:function(e){var t="",i=this.isInline(),n,a,o;if(!this.isInline()){throw new r("replaceStack on non-inline")}var c=this.popStack(true);if(c instanceof s){t=n=c.value;o=true}else{a=!this.stackSlot;var l=!a?this.topStackName():this.incrStack();t="("+this.push(l)+" = "+c+")";n=this.topStack()}var u=e.call(this,n);if(!o){this.popStack()}if(a){this.stackSlot--}this.push("("+t+u+")")},incrStack:function(){this.stackSlot++;if(this.stackSlot>this.stackVars.length){this.stackVars.push("stack"+this.stackSlot)}return this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var e=this.inlineStack;if(e.length){this.inlineStack=[];for(var t=0,i=e.length;t<i;t++){var n=e[t];if(n instanceof s){this.compileStack.push(n)}else{this.pushStack(n)}}}},isInline:function(){return this.inlineStack.length},popStack:function(e){var t=this.isInline(),i=(t?this.inlineStack:this.compileStack).pop();if(!e&&i instanceof s){return i.value}else{if(!t){if(!this.stackSlot){throw new r("Invalid stack pop")}this.stackSlot--}return i}},topStack:function(){var e=this.isInline()?this.inlineStack:this.compileStack,t=e[e.length-1];if(t instanceof s){return t.value}else{return t}},contextName:function(e){if(this.useDepths&&e){return"depths["+e+"]"}else{return"depth"+e}},quotedString:function(e){return'"'+e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},objectLiteral:function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(this.quotedString(i)+":"+e[i])}}return"{"+t.join(",")+"}"},setupHelper:function(e,t,i){var n=[],a=this.setupParams(t,e,n,i);var r=this.nameLookup("helpers",t,"helper");return{params:n,paramsInit:a,name:r,callParams:[this.contextName(0)].concat(n).join(", ")}},setupOptions:function(e,t,i){var n={},a=[],r=[],s=[],o,c,l;n.name=this.quotedString(e);n.hash=this.popStack();if(this.trackIds){n.hashIds=this.popStack()}if(this.stringParams){n.hashTypes=this.popStack();n.hashContexts=this.popStack()}c=this.popStack();l=this.popStack();if(l||c){if(!l){l="this.noop"}if(!c){c="this.noop"}n.fn=l;n.inverse=c}var u=t;while(u--){o=this.popStack();i[u]=o;if(this.trackIds){s[u]=this.popStack()}if(this.stringParams){r[u]=this.popStack();a[u]=this.popStack()}}if(this.trackIds){n.ids="["+s.join(",")+"]"}if(this.stringParams){n.types="["+r.join(",")+"]";n.contexts="["+a.join(",")+"]"}if(this.options.data){n.data="data"}return n},setupParams:function(e,t,i,n){var a=this.objectLiteral(this.setupOptions(e,t,i));if(n){this.useRegister("options");i.push("options");return"options="+a}else{i.push(a);return""}}};var c=("break else new var"+" case finally return void"+" catch for switch while"+" continue function this with"+" default if throw"+" delete in try"+" do instanceof typeof"+" abstract enum int short"+" boolean export interface static"+" byte extends long super"+" char final native synchronized"+" class float package throws"+" const goto private transient"+" debugger implements protected volatile"+" double import public let yield").split(" ");var l=o.RESERVED_WORDS={};for(var u=0,f=c.length;u<f;u++){l[c[u]]=true}o.isValidJavaScriptVariableName=function(e){return!o.RESERVED_WORDS[e]&&/^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(e)};i=o;return i}(n,i);var p=function(e,t,i,n,a){"use strict";var r;var s=e;var o=t;var c=i.parser;var l=i.parse;var u=n.Compiler;var f=n.compile;var p=n.precompile;var h=a;var d=s.create;var m=function(){var e=d();e.compile=function(t,i){return f(t,i,e)};e.precompile=function(t,i){return p(t,i,e)};e.AST=o;e.Compiler=u;e.JavaScriptCompiler=h;e.Parser=c;e.parse=l;return e};s=m();s.create=m;s["default"]=s;r=s;return r}(r,s,l,u,f);return p})});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-template/template.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-template/node_modules/@alife/beta-handlebars/handlebars.js"],function(require,e,t){var i=require("beta-jquery/jquery");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-template/node_modules/@alife/beta-handlebars/handlebars.js");var a={};t.exports={templateHelpers:null,templatePartials:null,templateObject:null,parseElementFromTemplate:function(){var e,t=this.get("template");if(/^#/.test(t)&&(e=document.getElementById(t.substring(1)))){t=e.innerHTML;this.set("template",t)}this.templateObject=s(t);this.element=i(this.compile())},compile:function(e,t){e||(e=this.get("template"));t||(t=this.get("model"))||(t={});if(t.toJSON){t=t.toJSON()}if(u(e)){return e(t,{helpers:this.templateHelpers,partials:f(this.templatePartials)})}else{var i=this.templateHelpers;var r=this.templatePartials;var s,o;if(i){for(s in i){if(i.hasOwnProperty(s)){n.registerHelper(s,i[s])}}}if(r){for(o in r){if(r.hasOwnProperty(o)){n.registerPartial(o,r[o])}}}var c=a[e];if(!c){c=a[e]=n.compile(e)}var l=c(t);if(i){for(s in i){if(i.hasOwnProperty(s)){delete n.helpers[s]}}}if(r){for(o in r){if(r.hasOwnProperty(o)){delete n.partials[o]}}}return l}},renderPartial:function(e){if(this.templateObject){var t=o(this.templateObject,e);if(t){if(e){this.$(e).html(this.compile(t))}else{this.element.html(this.compile(t))}}else{this.element.html(this.compile())}}else{var n=i(this.compile());var a=n.find(e);if(a.length){this.$(e).html(a.html())}else{this.element.html(n.html())}}return this}};var r=n.compile;n.compile=function(e){return u(e)?e:r.call(n,e)};function s(e){return u(e)?null:i(c(e))}function o(e,t){if(!e)return;var i;if(t){i=e.find(t);if(i.length===0){throw new Error("Invalid template selector: "+t)}}else{i=e}return l(i.html())}function c(e){return e.replace(/({[^}]+}})/g,"<!--$1-->").replace(/\s(src|href)\s*=\s*(['"])(.*?\{.+?)\2/g," data-templatable-$1=$2$3$2")}function l(e){return e.replace(/(?:<|&lt;)!--({{[^}]+}})--(?:>|&gt;)/g,"$1").replace(/data-templatable-/gi,"")}function u(e){return typeof e==="function"}function f(e){if(!e)return{};var t={};for(var i in e){var a=e[i];t[i]=u(a)?a:n.compile(a)}return t}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-capcha/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js",[],function(require,e,t){function i(e){if(!(this instanceof i)&&u(e)){return a(e)}}t.exports=i;i.create=function(e,t){if(!u(e)){t=e;e=null}t||(t={});e||(e=t.Extends||i);t.Extends=e;function r(){e.apply(this,arguments);if(this.constructor===r&&this.initialize){this.initialize.apply(this,arguments)}}if(e!==i){o(r,e,e.StaticsWhiteList)}n.call(r,t);return a(r)};function n(e){var t,n;for(t in e){n=e[t];if(i.Mutators.hasOwnProperty(t)){i.Mutators[t].call(this,n)}else{this.prototype[t]=n}}}i.extend=function(e){e||(e={});e.Extends=this;return i.create(e)};function a(e){e.extend=i.extend;e.implement=n;return e}i.Mutators={Extends:function(e){var t=this.prototype;var i=s(e.prototype);o(i,t);i.constructor=this;this.prototype=i;this.superclass=e.prototype},Implements:function(e){l(e)||(e=[e]);var t=this.prototype,i;while(i=e.shift()){o(t,i.prototype||i)}},Statics:function(e){o(this,e)}};function r(){}var s=Object.__proto__?function(e){return{__proto__:e}}:function(e){r.prototype=e;return new r};function o(e,t,i){for(var n in t){if(t.hasOwnProperty(n)){if(i&&f(i,n)===-1)continue;if(n!=="prototype"){e[n]=t[n]}}}}var c=Object.prototype.toString;var l=Array.isArray||function(e){return c.call(e)==="[object Array]"};var u=function(e){return c.call(e)==="[object Function]"};var f=Array.prototype.indexOf?function(e,t){return e.indexOf(t)}:function(e,t){for(var i=0,n=e.length;i<n;i++){if(e[i]===t){return i}}return-1}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-capcha/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js",[],function(require,e,t){var i=/\s+/;function n(){}n.prototype.on=function(e,t,n){var a,r,s;if(!t)return this;a=this.__events||(this.__events={});e=e.split(i);while(r=e.shift()){s=a[r]||(a[r]=[]);s.push(t,n)}return this};n.prototype.once=function(e,t,i){var n=this;var a=function(){n.off(e,a);t.apply(this,arguments)};this.on(e,a,i)};n.prototype.off=function(e,t,n){var r,s,o,c;if(!(r=this.__events))return this;if(!(e||t||n)){delete this.__events;return this}e=e?e.split(i):a(r);while(s=e.shift()){o=r[s];if(!o)continue;if(!(t||n)){delete r[s];continue}for(c=o.length-2;c>=0;c-=2){if(!(t&&o[c]!==t||n&&o[c+1]!==n)){o.splice(c,2)}}}return this};n.prototype.trigger=function(e){var t,n,a,s,o,c,l=[],u,f=true;if(!(t=this.__events))return this;e=e.split(i);for(o=1,c=arguments.length;o<c;o++){l[o-1]=arguments[o]}while(n=e.shift()){if(a=t.all)a=a.slice();if(s=t[n])s=s.slice();f=r(s,l,this)&&f;f=r(a,[n].concat(l),this)&&f}return f};n.prototype.emit=n.prototype.trigger;n.mixTo=function(e){e=s(e)?e.prototype:e;var t=n.prototype;for(var i in t){if(t.hasOwnProperty(i)){e[i]=t[i]}}};var a=Object.keys;if(!a){a=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function r(e,t,i){var n=true;if(e){var a=0,r=e.length,s=t[0],o=t[1],c=t[2];switch(t.length){case 0:for(;a<r;a+=2){n=e[a].call(e[a+1]||i)!==false&&n}break;case 1:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s)!==false&&n}break;case 2:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o)!==false&&n}break;case 3:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o,c)!==false&&n}break;default:for(;a<r;a+=2){n=e[a].apply(e[a+1]||i,t)!==false&&n}break}}return n}function s(e){return Object.prototype.toString.call(e)==="[object Function]"}return n});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-capcha/node_modules/@alife/beta-base/src/aspect.js",[],function(require,e,t){e.before=function(e,t,i){return n.call(this,"before",e,t,i)};e.after=function(e,t,i){return n.call(this,"after",e,t,i)};var i=/\s+/;function n(e,t,n,s){var o=t.split(i);var c,l;while(c=o.shift()){l=a(this,c);if(!l.__isAspected){r.call(this,c)}this.on(e+":"+c,n,s)}return this}function a(e,t){var i=e[t];if(!i){throw new Error("Invalid method name: "+t)}return i}function r(e){var t=this[e];this[e]=function(){var i=Array.prototype.slice.call(arguments);var n=["before:"+e].concat(i);if(this.trigger.apply(this,n)===false)return;var a=t.apply(this,arguments);var r=["after:"+e,a].concat(i);this.trigger.apply(this,r);return a};this[e].__isAspected=true}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-capcha/node_modules/@alife/beta-base/src/attribute.js",[],function(require,e,t){e.initAttrs=function(e){var t=this.attrs={};var i=this.propsInAttrs||[];m(t,this,i);if(e){g(t,e)}y(this,t,e);_(this,t);b(i,this,t,true)};e.get=function(e){var t=this.attrs[e]||{};var i=t.value;return t.getter?t.getter.call(this,i,e):i};e.set=function(e,t,i){var n={};if(s(e)){n[e]=t}else{n=e;i=t}i||(i={});var a=i.silent;var r=i.override;var o=this.attrs;var c=this.__changedAttrs||(this.__changedAttrs={});for(e in n){if(!n.hasOwnProperty(e))continue;var l=o[e]||(o[e]={});t=n[e];if(l.readOnly){throw new Error("This attribute is readOnly: "+e)}if(l.setter){t=l.setter.call(this,t,e)}var f=this.get(e);if(!r&&u(f)&&u(t)){t=p(p({},f),t)}o[e].value=t;if(!this.__initializingAttrs&&!w(f,t)){if(a){c[e]=[t,f]}else{this.trigger("change:"+e,t,f,e)}}}return this};e.change=function(){var e=this.__changedAttrs;if(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];this.trigger("change:"+t,i[0],i[1],t)}}delete this.__changedAttrs}return this};e._isPlainObject=u;var i=Object.prototype.toString;var n=Object.prototype.hasOwnProperty;var a;(function(){var e=[];function t(){this.x=1}t.prototype={valueOf:1,y:1};for(var i in new t){e.push(i)}a=e[0]!=="x"})();var r=Array.isArray||function(e){return i.call(e)==="[object Array]"};function s(e){return i.call(e)==="[object String]"}function o(e){return i.call(e)==="[object Function]"}function c(e){return e!=null&&e==e.window}var l=function(){if(Object.getPrototypeOf){return function(e){return Object.getPrototypeOf(e)}}if(typeof"test".__proto__=="object"){return function(e){return e.__proto__}}return function(e){return false}}();function u(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)){return false}var t=l(e),r=Function.prototype.toString,s=r.call(Object),o;if(t===null){return true}if(t===false){var u;if(a){for(u in e){return n.call(e,u)}}for(u in e){}return u===undefined||n.call(e,u)}var f=n.call(t,"constructor")&&t.constructor;return typeof f=="function"&&f instanceof f&&r.call(f)==s}function f(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)||!e.hasOwnProperty){return false}for(var t in e){if(e.hasOwnProperty(t))return false}return true}function p(e,t){var i,n;for(i in t){if(t.hasOwnProperty(i)){e[i]=h(t[i],e[i])}}return e}function h(e,t){if(r(e)){e=e.slice()}else if(u(e)){u(t)||(t={});e=p(t,e)}return e}var d=Object.keys;if(!d){d=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function m(e,t,i){var n=[];var a=t.constructor.prototype;while(a){if(!a.hasOwnProperty("attrs")){a.attrs={}}b(i,a.attrs,a);if(!f(a.attrs)){n.unshift(a.attrs)}a=a.constructor.superclass}for(var r=0,s=n.length;r<s;r++){N(e,z(n[r]))}}function g(e,t){N(e,z(t,true),true)}function b(e,t,i,n){for(var a=0,r=e.length;a<r;a++){var s=e[a];if(i.hasOwnProperty(s)){t[s]=n?t.get(s):i[s]}}}var v=/^(on|before|after)([A-Z].*)$/;var M=/^(Change)?([A-Z])(.*)/;function _(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n=t[i].value,a;if(o(n)&&(a=i.match(v))){e[a[1]](A(a[2]),n);delete t[i]}}}}function A(e){var t=e.match(M);var i=t[1]?"change:":"";i+=t[2].toLowerCase()+t[3];return i}function y(e,t,i){var n={silent:true};e.__initializingAttrs=true;for(var a in i){if(i.hasOwnProperty(a)){if(t[a].setter){e.set(a,i[a],n)}}}delete e.__initializingAttrs}var O=["value","getter","setter","readOnly"];function z(e,t){var i={};for(var n in e){var a=e[n];if(!t&&u(a)&&S(a,O)){i[n]=a;continue}i[n]={value:a}}return i}var L=["setter","getter","readOnly"];function N(e,t,i){var n,a;var r;for(n in t){if(t.hasOwnProperty(n)){a=t[n];r=e[n];if(!r){r=e[n]={}}a["value"]!==undefined&&(r["value"]=h(a["value"],r["value"]));if(i)continue;for(var s in L){var o=L[s];if(a[o]!==undefined){r[o]=a[o]}}}}return e}function S(e,t){for(var i=0,n=t.length;i<n;i++){if(e.hasOwnProperty(t[i])){return true}}return false}function k(e){return e==null||(s(e)||r(e))&&e.length===0||f(e)}function w(e,t){if(e===t)return true;if(k(e)&&k(t))return true;var n=i.call(e);if(n!=i.call(t))return false;switch(n){case"[object String]":return e==String(t);case"[object Number]":return e!=+e?t!=+t:e==0?1/e==1/t:e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object RegExp]":return e.source==t.source&&e.global==t.global&&e.multiline==t.multiline&&e.ignoreCase==t.ignoreCase;case"[object Array]":var a=e.toString();var r=t.toString();return a.indexOf("[object")===-1&&r.indexOf("[object")===-1&&a===r}if(typeof e!="object"||typeof t!="object")return false;if(u(e)&&u(t)){if(!w(d(e),d(t))){return false}for(var s in e){if(e[s]!==t[s])return false}return true}return false}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-capcha/node_modules/@alife/beta-base/base.js",["ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-capcha/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-capcha/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-capcha/node_modules/@alife/beta-base/src/aspect.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-capcha/node_modules/@alife/beta-base/src/attribute.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-capcha/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-capcha/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-capcha/node_modules/@alife/beta-base/src/aspect.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-capcha/node_modules/@alife/beta-base/src/attribute.js");t.exports=i.create({Implements:[n,a,r],initialize:function(e){this.initAttrs(e);s(this,this.attrs)},destroy:function(){this.off();for(var e in this){if(this.hasOwnProperty(e)){delete this[e]}}this.destroy=function(){}}});function s(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n="_onChange"+o(i);if(e[n]){e.on("change:"+i,e[n])}}}}function o(e){return e.charAt(0).toUpperCase()+e.substring(1)}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-capcha/capcha.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-capcha/node_modules/@alife/beta-base/base.js"],function(require,e,t){"use strict";var i=require("beta-jquery/jquery");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-capcha/node_modules/@alife/beta-base/base.js");var a=0;var r=1;var s=-1;var o="//u.alicdn.com/wimg/buyer/single/loading-16x16.gif";var c="//u.alicdn.com/simg/single/icon/dpl_error_s.gif";var l="status";var u="sessionId";var f="";var p=r;var h;var d=n.extend({initialize:function(){var e=this;setTimeout(function(){p=r;f=o;var t={code:r,imgSrc:o};e.trigger(l,t)},0);this._getCapchaInfoFromServer()},_getCapchaInfoFromServer:function(){var e=this;if(p===a){e.refresh();return}i.ajax({url:"//verify.aliexpress.com/token/token_json.htm",dataType:"jsonp",timeout:1e4,success:function(t){p=a;var i=Math.random();f=t.imageSslUrl+"&t="+i;h=t.sessionId;var n={code:a,imgSrc:f};e.trigger(l,n);e.trigger(u,h)},error:function(){p=s;f=c;h=undefined;var t={code:s,imgSrc:f};e.trigger(l,t);e.trigger(u,h)}})},refresh:function(){var e=this;var t=Math.random();var i={code:r,imgSrc:o};e.trigger(l,i);if(p!==a){f=o;e._getCapchaInfoFromServer()}else{var n=f.replace(/&t=.*/,"");n=n+"&t="+t;var s=new Image;s.onload=function(){f=n;var t={code:a,imgSrc:f};e.trigger(l,t)};s.src=n;setTimeout(function(){e.trigger(u,h)},0)}}});t.exports=d});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/ar-ae.js",[],function(require,e,t){t.exports={SIGN:"تسجيل الدخول",SIGN_JOIN:"اشترك أو انضم مجانًا!",EMAIL_EXISTS:"هذا الحساب موجود بالفعل.",INVALID_EMAIL:"يُرجى إدخال عنوان بريد إلكتروني صالح",INVALID_FIRST_NAME:"الرجاء إدخال اسمًا أول صالحًا",INVALID_LAST_NAME:"الرجاء إدخال اسمًا أخيرًا صالحًا",INVALID_PASSWORD:"الرجاء إدخال من 6 إلى 20 حرف (A-Z, a-z, 0-9 فقط)",INVALID_REPASSWORD:"كلمت المرور غير متطابقتين",INVALID_VALID_CODE:"الرجاء إدخال كودًا صالحًا",UNAVIALABLE_SERVICE:"الخدمة غير متاحة، فيرجى المحاولة مرة أخرى فيما بعد.",EMPTY_VALID_CODE:"أدخل الأحرف التي تراها في الصورة",NOT_MEMBER:"لست عضوًا؟",ALREADY_MEMBER:"هل أنت عضوًا بالفعل في AliExpress/Alibba؟",EMAIL:"البريد الإلكتروني:",CONTACT_NAME:"اسم جهة الاتصال:",FIRST_NAME:"الاسم الأول",LAST_NAME:"الاسم الأخير",PASSWORD:"كلمة المرور:",REPASSWORD:"أعد إدخال كلمة المرور:",EMPTY_CODE:"أدخل الكود الموضح:",REFRESH:"تحديث",AE_MEMBER_SHIP:"اتفاقية العضوية المجانية على AliExpress",CREATE_MY_ACCOUNT:"إنشاء حسابي"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/de-de.js",[],function(require,e,t){t.exports={SIGN:"Accedi",SIGN_JOIN:"Registrati o diventa membro gratis!",EMAIL_EXISTS:"Questo account esiste già.",INVALID_EMAIL:"Inserisci un indirizzo e-mail valido",INVALID_FIRST_NAME:"Inserisci un nome valido",INVALID_LAST_NAME:"Inserisci un cognome valido",INVALID_PASSWORD:"Inserisci da 6 a 20 caratteri (solo A-Z, a-z, 0-9)",INVALID_REPASSWORD:"Le password non corrispondono",INVALID_VALID_CODE:"Inserisci un codice valido",UNAVIALABLE_SERVICE:"Ihr Service ist zur Zeit nicht verfügbar. Bitte versuchen Sie es später erneut.",EMPTY_VALID_CODE:"Digita solo i caratteri che vedi nell'immagine",NOT_MEMBER:"Non sei un membro?",ALREADY_MEMBER:"Sei già membro di AliExpress/Alibaba?",
EMAIL:"E-mail:",CONTACT_NAME:"Nome di contatto:",FIRST_NAME:"Nome",LAST_NAME:"Cognome",PASSWORD:"Password:",REPASSWORD:"Reinserisci la password:",EMPTY_CODE:"Inserisci il codice visualizzato:",REFRESH:"Aggiorna",AE_MEMBER_SHIP:"Accordo di membership gratuita di AliExpress.com",CREATE_MY_ACCOUNT:"Crea il mio account"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/en-us.js",[],function(require,e,t){t.exports={SIGN:"Sign",SIGN_JOIN:"Sign In or Join for Free!",EMAIL_EXISTS:"This email already exists.",INVALID_EMAIL:"Please enter a valid Email Address",INVALID_FIRST_NAME:"Please enter a valid First Name",INVALID_LAST_NAME:"Please enter a valid Last Name",INVALID_PASSWORD:"Please enter 6 - 20 characters (A-Z, a-z, 0-9 only)",INVALID_REPASSWORD:"Passwords are not the same",INVALID_VALID_CODE:"Please enter valid Code",UNAVIALABLE_SERVICE:"Service is unavailable, please retry again later.",EMPTY_VALID_CODE:"Type the characters you see in the picture",NOT_MEMBER:"Not a Member?",ALREADY_MEMBER:"Already an AliExpress/Alibaba Member?",EMAIL:"Email:",CONTACT_NAME:"Contact Name:",FIRST_NAME:"First Name",LAST_NAME:"Last Name",PASSWORD:"Password:",REPASSWORD:"Reenter Password:",EMPTY_CODE:"Enter the Code Shown:",REFRESH:"Refresh",AE_MEMBER_SHIP:"AliExpress.com Free Membership Agreement",CREATE_MY_ACCOUNT:"Create My Account"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/es-es.js",[],function(require,e,t){t.exports={SIGN:"Inicia sesión",SIGN_JOIN:"¡Inicie sesión o regístrese gratis!",EMAIL_EXISTS:"Esta cuenta ya existe.",INVALID_EMAIL:"Por favor, introduce un correo electrónico válido",INVALID_FIRST_NAME:"Introduzca un nombre válido",INVALID_LAST_NAME:"Introduzca un apellido válido",INVALID_PASSWORD:"Introduzca entre 6 y 20 caracteres  (A-Z, a-z, 0-9 solo)",INVALID_REPASSWORD:"Las contraseñas no coinciden",INVALID_VALID_CODE:"Introduzca un código válido",UNAVIALABLE_SERVICE:"El servicio no está disponible, por favor inténtalo de nuevo más tarde.",EMPTY_VALID_CODE:"Escriba los caracteres que ve en la imagen",NOT_MEMBER:"¿No es miembro?",ALREADY_MEMBER:"¿Ya es miembro de AliExpress/Alibaba? ",EMAIL:"Correo electrónico:",CONTACT_NAME:"Nombre del contacto:",FIRST_NAME:"Nombre:",LAST_NAME:"Apellido",PASSWORD:"Contraseña:",REPASSWORD:"Vuelva a introducir la contraseña:",EMPTY_CODE:"Introduzca el código que aparece:",REFRESH:"Actualizar",AE_MEMBER_SHIP:"Acuerdo para miembros gratuitos de AliExpress.com ",CREATE_MY_ACCOUNT:"Crear mi cuenta"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/fr-fr.js",[],function(require,e,t){t.exports={SIGN:"Se connecter",SIGN_JOIN:"Se connecter ou s'inscrire gratuitement !",EMAIL_EXISTS:"Ce compte existe déjà.",INVALID_EMAIL:"Veuillez entrer une adresse e-mail valide",INVALID_FIRST_NAME:"Veuillez entrer un prénom valide",INVALID_LAST_NAME:"Veuillez entrer un nom de famille valide",INVALID_PASSWORD:"Veuillez saisir entre 6 et 20 caractères (A-Z, a-z, 0-9 uniquement)",INVALID_REPASSWORD:"Les mots de passe ne sont pas identiques",INVALID_VALID_CODE:"Veuillez saisir un code valide",UNAVIALABLE_SERVICE:"Le service n'est pas disponible, veuillez réessayer plus tard.",EMPTY_VALID_CODE:"Tapez les caractères que vous voyez dans l'image",NOT_MEMBER:"Pas encore membre ?",ALREADY_MEMBER:"Déjà un membre d'AliExpress/Alibaba ?",EMAIL:"E-mail:",CONTACT_NAME:"Nom du contact:",FIRST_NAME:"Prénom",LAST_NAME:"Prénom",PASSWORD:"Mot de passe:",REPASSWORD:"Entrez à nouveau un mot de passe:",EMPTY_CODE:"Saisissez le code affiché:",REFRESH:"Actualiser",AE_MEMBER_SHIP:"Contrat d'adhésion gratuite à AliExpress.com",CREATE_MY_ACCOUNT:"Créer mon compte"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/id-id.js",[],function(require,e,t){t.exports={SIGN:"Sign",SIGN_JOIN:"Sign In or Join for Free!",EMAIL_EXISTS:"Email ini sudah digunakan.",INVALID_EMAIL:"Silahkan masukkan alamat Email yang valid",INVALID_FIRST_NAME:"Silahkan masukkan Nama depan yang valid",INVALID_LAST_NAME:"Silahkan masukkan Nama belakang yang valid",INVALID_PASSWORD:"Silahkan masukkan 6-20 karakter (A-Z, a-z, 0-9 only)",INVALID_REPASSWORD:"Password nya tidak sama",INVALID_VALID_CODE:"Masukkan kode yang valid",UNAVIALABLE_SERVICE:"Servis ini tidak tersedia sekarang, silahkan coba lagi.",EMPTY_VALID_CODE:"Masukkan karakter yang anda lihat di gambar",NOT_MEMBER:"Not a Member?",ALREADY_MEMBER:"Already an AliExpress/Alibaba Member?",EMAIL:"Email:",CONTACT_NAME:"Nama kontak:",FIRST_NAME:"Nama Depan",LAST_NAME:"Nama Belakang",PASSWORD:"Password:",REPASSWORD:"Masukkan lagi password:",EMPTY_CODE:"Masukkan kode yang tertera:",REFRESH:"Refresh",AE_MEMBER_SHIP:"AliExpress.com Free Membership",CREATE_MY_ACCOUNT:"Create My Account"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/in-id.js",[],function(require,e,t){t.exports={SIGN:"Sign",SIGN_JOIN:"Sign In or Join for Free!",EMAIL_EXISTS:"Email ini sudah digunakan.",INVALID_EMAIL:"Silahkan masukkan alamat Email yang valid",INVALID_FIRST_NAME:"Silahkan masukkan Nama depan yang valid",INVALID_LAST_NAME:"Silahkan masukkan Nama belakang yang valid",INVALID_PASSWORD:"Silahkan masukkan 6-20 karakter (A-Z, a-z, 0-9 only)",INVALID_REPASSWORD:"Password nya tidak sama",INVALID_VALID_CODE:"Masukkan kode yang valid",UNAVIALABLE_SERVICE:"Servis ini tidak tersedia sekarang, silahkan coba lagi.",EMPTY_VALID_CODE:"Masukkan karakter yang anda lihat di gambar",NOT_MEMBER:"Not a Member?",ALREADY_MEMBER:"Already an AliExpress/Alibaba Member?",EMAIL:"Email:",CONTACT_NAME:"Nama kontak:",FIRST_NAME:"Nama Depan",LAST_NAME:"Nama Belakang",PASSWORD:"Password:",REPASSWORD:"Masukkan lagi password:",EMPTY_CODE:"Masukkan kode yang tertera:",REFRESH:"Refresh",AE_MEMBER_SHIP:"AliExpress.com Free Membership",CREATE_MY_ACCOUNT:"Create My Account"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/it-it.js",[],function(require,e,t){t.exports={SIGN:"Accedi",SIGN_JOIN:"Registrati o diventa membro gratis!",EMAIL_EXISTS:"Questo account esiste già.",INVALID_EMAIL:"Inserisci un indirizzo e-mail valido",INVALID_FIRST_NAME:"Inserisci un nome valido",INVALID_LAST_NAME:"Inserisci un cognome valido",INVALID_PASSWORD:"Inserisci da 6 a 20 caratteri (solo A-Z, a-z, 0-9)",INVALID_REPASSWORD:"Le password non corrispondono",INVALID_VALID_CODE:"Inserisci un codice valido",UNAVIALABLE_SERVICE:"Il servizio non è disponibile, si prega di riprovare più tardi.",EMPTY_VALID_CODE:"Digita solo i caratteri che vedi nell'immagine",NOT_MEMBER:"Non sei un membro?",ALREADY_MEMBER:"Sei già membro di AliExpress/Alibaba?",EMAIL:"E-mail:",CONTACT_NAME:"Nome di contatto:",FIRST_NAME:"Nome",LAST_NAME:"Cognome",PASSWORD:"Password:",REPASSWORD:"Reinserisci la password:",EMPTY_CODE:"Inserisci il codice visualizzato:",REFRESH:"Aggiorna",AE_MEMBER_SHIP:"Accordo di membership gratuita di AliExpress.com",CREATE_MY_ACCOUNT:"Crea il mio account"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/ja-jp.js",[],function(require,e,t){t.exports={SIGN:"サインイン",SIGN_JOIN:"サインインまたは無料で参加する!",EMAIL_EXISTS:"このアカウントは既に存在しています。",INVALID_EMAIL:"有効なEメールアドレスを入力してください",INVALID_FIRST_NAME:"入力してください 有効な名前",INVALID_LAST_NAME:"入力してください 有効な名字",INVALID_PASSWORD:"入力してください 6 - 20 文字 (A-Z, a-z, 0-9のみ)",INVALID_REPASSWORD:"パスワードが一致しません。",INVALID_VALID_CODE:"入力してください 有効なコード",UNAVIALABLE_SERVICE:"現在このサービスはご利用いただけませんので、しばらくしてから再度お試し下さい。",EMPTY_VALID_CODE:"図上の文字を入力してください。",NOT_MEMBER:"会員ではありませんか。",ALREADY_MEMBER:"AliExpress/Alibabaの会員ですか。",EMAIL:"Eメール:",CONTACT_NAME:"連絡先:",FIRST_NAME:"名前",LAST_NAME:"名字",PASSWORD:"パスワード:",REPASSWORD:"パスワードを再入力:",EMPTY_CODE:"表示されたコード入力してください",REFRESH:"更新する",AE_MEMBER_SHIP:"AliExpress.com 無料会員同意",CREATE_MY_ACCOUNT:"マイアカウントを作成する"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/ko-kr.js",[],function(require,e,t){t.exports={SIGN:"로그인",SIGN_JOIN:"로그인 혹은 무료로 가입하기!",EMAIL_EXISTS:"이 계정이 이미 존재합니다.",INVALID_EMAIL:"유효한 이메일 주소를 입력하십시오.",INVALID_FIRST_NAME:"유효한 이름을 입력해 주세요.",INVALID_LAST_NAME:"유효한 성을 입력해 주세요.",INVALID_PASSWORD:"6 - 20자 사이로 입력해 주세요 (A-Z, a-z, 0-9 로만)",INVALID_REPASSWORD:"비밀번호가 다릅니다",INVALID_VALID_CODE:"유효한 코드를 입력해 주세요",UNAVIALABLE_SERVICE:"서비스를 사용할 수 없습니다. 잠시 후 다시 시도하십시오.",EMPTY_VALID_CODE:"그림에 보이는 글자를 입력해 주세요",NOT_MEMBER:"회원이 아니십니까?",ALREADY_MEMBER:"이미 알리익스프레스/알리바바 회원이십니까?",EMAIL:"이메일:",CONTACT_NAME:"연락처명:",FIRST_NAME:"이름",LAST_NAME:"성",PASSWORD:"비밀번호:",REPASSWORD:"비밀번호 확인:",EMPTY_CODE:"보여지는 코드를 입력해 주세요",REFRESH:"다시 생성하기",AE_MEMBER_SHIP:"AliExpress.com 무료 멤버십가입 동의",CREATE_MY_ACCOUNT:"내 계정 만들기"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/nl-nl.js",[],function(require,e,t){t.exports={SIGN:"Aanmelden",SIGN_JOIN:"Gratis Inschrijven of Aanmelden!",EMAIL_EXISTS:"Deze gebruikersnaam bestaat al.",INVALID_EMAIL:"Voer alsjeblieft een geldig emailadres in.",INVALID_FIRST_NAME:"Voer een geldige voornaam in",INVALID_LAST_NAME:"Voer een geldige achternaam in",INVALID_PASSWORD:"Voer tussen de 6 - 20 tekens (alleen A-Z, a-z, 0-9) in",INVALID_REPASSWORD:"Wachtwoorden stemmen niet overeen",INVALID_VALID_CODE:"Voer een geldige code in",UNAVIALABLE_SERVICE:"Service is niet beschikbaar. Probeer het lager nogmaals.",EMPTY_VALID_CODE:"Type de tekens in die u in het beeld ziet",NOT_MEMBER:"Geen Lid?",ALREADY_MEMBER:"Bent u al lid van AliExpress/Alibaba?",EMAIL:"E-mail:",CONTACT_NAME:"Contactnaam",FIRST_NAME:"Voornaam",LAST_NAME:"Achternaam",PASSWORD:"Wachtwoord:",REPASSWORD:"Voer uw wachtwoord opnieuw in:",EMPTY_CODE:"Voer de getoonde code in:",REFRESH:"Verversen",AE_MEMBER_SHIP:"AliExpress.com Gratis Lidmaatschap Overeenkomst",CREATE_MY_ACCOUNT:"Maak mijn account"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/pt-br.js",[],function(require,e,t){t.exports={SIGN:"Sign",SIGN_JOIN:"Entre ou inscreva-se de graça",EMAIL_EXISTS:"Este e-mail já existe.",INVALID_EMAIL:"Favor adicionar um email válido",INVALID_FIRST_NAME:"Favor adicionar um nome válido",INVALID_LAST_NAME:"Favor adicionar um sobrenome válido",INVALID_PASSWORD:"Favor adicionar 6-20 caratcteres (somente A-Z, a-z, 0-9)",INVALID_REPASSWORD:"As senhas não são iguais",INVALID_VALID_CODE:"Favor adicionar uma senha valida",UNAVIALABLE_SERVICE:"Servi??o n??o está disponível, por favor, tente novamente mais tarde.",EMPTY_VALID_CODE:"Adicione os caracteres que você ve na figura",NOT_MEMBER:"Você ainda não é um membro?",ALREADY_MEMBER:"Você já é membro do AliExpress/Alibaba?",EMAIL:"Email:",CONTACT_NAME:"Nome para contato:",FIRST_NAME:"Nome",LAST_NAME:"Sobrenome",PASSWORD:"Senha:",REPASSWORD:"Adicione a senha novamente:",EMPTY_CODE:"Adicione o código:",REFRESH:"Refrescar",AE_MEMBER_SHIP:"AliExpress.com acordo gratuíto de membros",CREATE_MY_ACCOUNT:"Criar a minha conta"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/pt-pt.js",[],function(require,e,t){t.exports={SIGN:"Sign",SIGN_JOIN:"Entre ou inscreva-se de graça",EMAIL_EXISTS:"Este e-mail já existe.",INVALID_EMAIL:"Favor adicionar um email válido",INVALID_FIRST_NAME:"Favor adicionar um nome válido",INVALID_LAST_NAME:"Favor adicionar um sobrenome válido",INVALID_PASSWORD:"Favor adicionar 6-20 caratcteres (somente A-Z, a-z, 0-9)",INVALID_REPASSWORD:"As senhas não são iguais",INVALID_VALID_CODE:"Favor adicionar uma senha valida",UNAVIALABLE_SERVICE:"Servi??o n??o está disponível, por favor, tente novamente mais tarde.",EMPTY_VALID_CODE:"Adicione os caracteres que você ve na figura",NOT_MEMBER:"Você ainda não é um membro?",ALREADY_MEMBER:"Você já é membro do AliExpress/Alibaba?",EMAIL:"Email:",CONTACT_NAME:"Nome para contato:",FIRST_NAME:"Nome",LAST_NAME:"Sobrenome",PASSWORD:"Senha:",REPASSWORD:"Adicione a senha novamente:",EMPTY_CODE:"Adicione o código:",REFRESH:"Refrescar",AE_MEMBER_SHIP:"AliExpress.com acordo gratuíto de membros",CREATE_MY_ACCOUNT:"Criar a minha conta"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/ru-ru.js",[],function(require,e,t){t.exports={SIGN:"Sign",SIGN_JOIN:"Войдите или зарегистрируйтесь!",EMAIL_EXISTS:"Этот e-mail уже существует.",INVALID_EMAIL:"Пожалуйста, укажите Ваш адрес электронной почты",INVALID_FIRST_NAME:"Пожалуйста, укажите Ваше имя",INVALID_LAST_NAME:"Пожалуйста, укажите Вашу фамилию",INVALID_PASSWORD:"Пожалуйста, используйте 6-20 символов (только A-Z, a-z, 0-9)",INVALID_REPASSWORD:"Пароли не совпадают",INVALID_VALID_CODE:"Пожалуйста, введите действительный код",UNAVIALABLE_SERVICE:"Служба недоступна, повторите попытку позже.",EMPTY_VALID_CODE:"Введите символы, которые изображены на картинке",NOT_MEMBER:"Не зарегистрированы?",ALREADY_MEMBER:"Уже зарегистрированы на AliExpress/Alibaba?",EMAIL:"Email:",CONTACT_NAME:"Контактное лицо:",FIRST_NAME:"Имя",LAST_NAME:"Фамилия",PASSWORD:"Пароль:",REPASSWORD:"Повторите пароль:",EMPTY_CODE:"Введите указанный код:",REFRESH:"Обновить",AE_MEMBER_SHIP:"Соглашение о бесплатном членстве на AliExpress.com",CREATE_MY_ACCOUNT:"Создать мою учетную запись"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/th-th.js",[],function(require,e,t){t.exports={SIGN:"ลงชื่อ",SIGN_JOIN:"ลงชื่อเข้าใจหรือสมัครฟรี!",EMAIL_EXISTS:"มีการใช้งานอีเมลนี้แล้ว",INVALID_EMAIL:"กรุณากรอกที่อยู่อีเมลที่ใช้งานได้จริง",INVALID_FIRST_NAME:"กรุณากรอกชื่อจริง",INVALID_LAST_NAME:"กรุณากรอกนามสกุลจริง",INVALID_PASSWORD:"กรุณากรอกตัวอักษร 6-20 อักษร (A-Z, a-z, 0-9 เท่านั้น)",INVALID_REPASSWORD:"พาสเวิร์ดไม่ตรงกัน",INVALID_VALID_CODE:"กรุณากรอกรหัสที่ถูกต้อง",UNAVIALABLE_SERVICE:"ไม่สามารถให้บริการได้ในขณะนี้ กรุณาลองใหม่ในภายหลัง",EMPTY_VALID_CODE:"พิมพ์ตัวอักษรที่เห็นในภาพ",NOT_MEMBER:"ไม่ใช่สมาชิก?",ALREADY_MEMBER:"เป็นสมาชิกของ AliExpress/Alibaba อยู่แล้ว?",EMAIL:"อีเมล:",CONTACT_NAME:"ชื่อติดต่อ:",FIRST_NAME:"ชื่อ",LAST_NAME:"นามสกุล",PASSWORD:"พาสเวิร์ด:",REPASSWORD:"ใส่พาสเวิร์ดอีกครั้ง:",EMPTY_CODE:"ใส่รหัสที่แสดง:",REFRESH:"รีเฟรช",AE_MEMBER_SHIP:"สมาชิก AliExpress.com ฟรี",CREATE_MY_ACCOUNT:"สร้างบัญชีผู้ใช้ของฉัน"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/tr-tr.js",[],function(require,e,t){t.exports={SIGN:"Kaydol",SIGN_JOIN:"Ücretsiz olarak Kaydol ya da Katıl!",EMAIL_EXISTS:"Bu e-posta halihazırda mevcut.",INVALID_EMAIL:"Lütfen geçerli bir E-Posta Adresi girin",INVALID_FIRST_NAME:"Lütfen geçerli bir Ad girin",INVALID_LAST_NAME:"Lütfen geçerli bir Soyad girin",INVALID_PASSWORD:"Lütfen 6-20 karakter arası giriş yapın (sadece A-Z, a-z, 0-9)",INVALID_REPASSWORD:"Şifreler aynı değil",INVALID_VALID_CODE:"Lütfen geçerli Kodu girin",UNAVIALABLE_SERVICE:"Hizmete erişilemiyor, lütfen daha sonra tekrar deneyin.",EMPTY_VALID_CODE:"Karakterleri resimde gördüğünüz biçimde yazın",NOT_MEMBER:"Üye Değil misiniz?",ALREADY_MEMBER:"Halihazırda AliExpress/Alibaba üyesi misiniz?",EMAIL:"E-posta:",CONTACT_NAME:"İletişim Adı:",FIRST_NAME:"Ad",LAST_NAME:"Soyad",PASSWORD:"Şifre:",REPASSWORD:"Şifreyi Tekrar Girin:",EMPTY_CODE:"Gösterilen Kodu Girin:",REFRESH:"Yenile",AE_MEMBER_SHIP:"AliExpress.com Ücretsiz Üyelik",CREATE_MY_ACCOUNT:"Hesabımı Oluştur"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/vi-vi.js",[],function(require,e,t){t.exports={SIGN:"Đăng nhập",SIGN_JOIN:"Đăng nhập hoặc Tham gia miễn phí!",EMAIL_EXISTS:"Email này đã tồn tại.",INVALID_EMAIL:"Vui lòng nhập địa chỉ Email hợp lệ",INVALID_FIRST_NAME:"Vui lòng nhập Tên hợp lệ",INVALID_LAST_NAME:"Vui lòng nhập Họ hợp lệ",INVALID_PASSWORD:"Vui lòng nhập 6 - 20 ký tự (chỉ gồm AZ, az, 0-9)",INVALID_REPASSWORD:"Mật khẩu không giống nhau",INVALID_VALID_CODE:"Vui lòng nhập Mã hợp lệ",UNAVIALABLE_SERVICE:"Dịch vụ chưa sẵn sàng, vui lòng thử lại lần sau.",EMPTY_VALID_CODE:"Nhập các ký tự bạn nhìn thấy trong hình",NOT_MEMBER:"Không phải là thành viên?",ALREADY_MEMBER:"Đã là thành viên AliExpress/Alibaba?",EMAIL:"Email:",CONTACT_NAME:"Tên người liên hệ:",FIRST_NAME:"Tên",LAST_NAME:"Họ",PASSWORD:"Mật khẩu:",REPASSWORD:"Nhập lại Mật khẩu:",EMPTY_CODE:"Nhập Mã số hiển thị:",REFRESH:"Làm mới",AE_MEMBER_SHIP:"AliExpress.com Miễn phí Thành viên",CREATE_MY_ACCOUNT:"Tạo tài khoản của tôi"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/zh-cn.js",[],function(require,e,t){t.exports={SIGN:"登陆",SIGN_JOIN:"登录或者免费注册！",EMAIL_EXISTS:"电子邮箱已存在.",INVALID_EMAIL:"请填写一个电子邮件地址",INVALID_FIRST_NAME:"请填写你的名",INVALID_LAST_NAME:"请填写你的姓",INVALID_PASSWORD:"请输入6-20个字符（仅支持A-Z，a-z，0-9）",INVALID_REPASSWORD:"重复输入的密码不一致",INVALID_VALID_CODE:"请输入验证码",UNAVIALABLE_SERVICE:"服务暂时不可用,请稍后重试.",EMPTY_VALID_CODE:"验证码错误请重新输入",NOT_MEMBER:"不是注册会员？",ALREADY_MEMBER:"已是AliExpress或Alibaba注册会员？",EMAIL:"电子邮件：",CONTACT_NAME:"姓名：",FIRST_NAME:"名",LAST_NAME:"姓",PASSWORD:"密码：",REPASSWORD:"重复密码：",EMPTY_CODE:"请输入验证码：",REFRESH:"刷新验证码",AE_MEMBER_SHIP:"AliExpress 免费会员用户协议",CREATE_MY_ACCOUNT:"注册成为会员"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n.js",["ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/ar-ae.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/de-de.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/en-us.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/es-es.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/fr-fr.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/id-id.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/in-id.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/it-it.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/ja-jp.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/ko-kr.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/nl-nl.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/pt-br.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/pt-pt.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/ru-ru.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/th-th.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/tr-tr.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/vi-vi.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/zh-cn.js"],function(require,e,t){var i={"ar-ae":"ar-ae","de-de":"de-de","en-us":"en-us","es-es":"es-es","fr-fr":"fr-fr","id-id":"id-id","in-id":"in-id","it-it":"it-it","ja-jp":"ja-jp","ko-kr":"ko-kr","nl-nl":"nl-nl","pt-br":"pt-br","pt-pt":"pt-pt","ru-ru":"ru-ru","th-th":"th-th","tr-tr":"tr-tr","vi-vi":"vi-vi","zh-cn":"zh-cn"};var n={"ar-ae":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/ar-ae.js"),"de-de":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/de-de.js"),"en-us":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/en-us.js"),"es-es":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/es-es.js"),"fr-fr":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/fr-fr.js"),"id-id":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/id-id.js"),"in-id":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/in-id.js"),"it-it":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/it-it.js"),"ja-jp":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/ja-jp.js"),"ko-kr":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/ko-kr.js"),"nl-nl":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/nl-nl.js"),"pt-br":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/pt-br.js"),"pt-pt":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/pt-pt.js"),"ru-ru":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/ru-ru.js"),"th-th":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/th-th.js"),"tr-tr":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/tr-tr.js"),"vi-vi":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/vi-vi.js"),"zh-cn":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n/zh-cn.js")};function a(e){var t=n[i[e]||"en-us"];t._=a;return t}try{var r=seajs.data.vars.locale}catch(s){var r="en-us"}t.exports=a(r)});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/join.tpl",[],function(require,e,t){t.exports='<div class="ws-xman-form xman-box-content ui-window-bd widthfix">\n    <form  method="post">\n        <table class="ws-xman-register-table">\n            <tbody>\n                <tr>\n                    <td colspan="2"><div class="error-tip" id="ws-xman-register-server-info" style="display:none;">{{LANG.UNAVIALABLE_SERVICE}}</div></td>\n                </tr>\n                <tr><th colspan="2"><span>{{LANG.EMAIL}}</span></th></tr>\n                <tr>\n                    <td style="width:200px;"><input type="text" class="input-text" name="" id="ws-xman-register-email" /></td>\n                    <td style="width:218px;"><img id="ws-xman-email-checking" src="//u.alicdn.com/wimg/buyer/single/loading_1.gif" width="16" height="16" alt="loading" style="display:none;vertical-align:middle" /> <div class="error-tip" id="ws-xman-register-email-info" style="display:none;"></div></td>\n                </tr>\n                <tr><th colspan="2"><span>{{LANG.CONTACT_NAME}}</span></th></tr>\n                <tr>\n                    <td>\n                         <input type="text" class="input-name" name="" id="ws-xman-register-fname" placeholder="{{LANG.FIRST_NAME}}">\n                         <input type="text" class="input-name" name="" id="ws-xman-register-lname" placeholder="{{LANG.LAST_NAME}}">\n                    </td>\n                    <td><div class="error-tip" id="ws-xman-register-name-info" style="display:none;"></div></td>\n                </tr>\n                <tr><th colspan="2"><span>{{LANG.PASSWORD}}</span></th></tr>\n                <tr>\n                    <td>\n                        <input type="password" class="input-text" name="" id="ws-xman-register-password">\n                    </td>\n                    <td><div class="error-tip" id="ws-xman-register-password-info" style="display:none;"></div></td>\n                </tr>\n                <tr><th colspan="2"><span>{{LANG.REPASSWORD}}</span></th></tr>\n                <tr>\n                    <td>\n                        <input type="password" class="input-text" name="" id="ws-xman-register-repassword">    \n                    </td>\n                    <td><div class="error-tip" id="ws-xman-register-repassword-info" style="display:none;"></div></td>\n                </tr>\n                <tr><th colspan="2"><span>{{LANG.EMPTY_CODE}}</span></th></tr>\n                <tr>\n                    <td>\n                        <input type="text" class="input-text" name="" id="ws-xman-register-checkcode" style="width:150px;float:left;">\n                    </td>\n                    <td><div class="error-tip" id="ws-xman-register-checkcode-info" style="display:none;"></div></td>\n                </tr>\n                <tr>\n                    <td colspan="2">\n                       <img alt="checkcode" title="{{LANG.REFRESH}}" id="ws-xman-register-checkcode-img" src="//u.alicdn.com/wimg/buyer/single/loading-16x16.gif">\n                       <a href="javascript:void(0);" id="ws-xman-register-refresh-code">{{LANG.REFRESH}}</a>\n                    </td>\n                </tr>\n                <tr>\n                    <td colspan="2" style="padding-top:5px;">\n                        <input type="checkbox" checked="checked" autocomplete="off" class="input-checkbox" name="" id="ws-xman-register-agreement" value="{{LANG.AE_MEMBER_SHIP}}">\n                        <a href="//news.alibaba.com/article/detail/help/100453670-1-alibaba.com-free-membership-agreement.html" target="_blank" id="ws-xman-register-agreement-link" >{{LANG.AE_MEMBER_SHIP}}</a>\n                    </td>\n                </tr>\n            </tbody>\n        </table>\n        <div class="submit-box">\n            <a type="button" class="ui-button ui-button-primary ui-button-medium" id="ws-xman-register-submit">{{LANG.CREATE_MY_ACCOUNT}}</a>\n        </div>    \n    </form>\n</div>\n'});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/join.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/widget.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-cookie/cookie.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-template/template.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-capcha/capcha.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/join.tpl"],function(require,exports,module){"use strict";var $=require("beta-jquery/jquery");var Widget=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-widget/widget.js");var cookie=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-cookie/cookie.js");var templatable=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-template/template.js");var Capcha=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/node_modules/@alife/beta-capcha/capcha.js");var DISABLED_BUTTON_CLASS="check-false";var id=1;var timer=null;var lastCheckEmail="";var ajaxEmailCheck=false;var maskEl;var LANG={};var WsJoin=Widget.extend({attrs:{locale:"en-us",registerAction:{value:"buyerJoin/buyer_xman_register_action",setter:function(e,t){return e?e:"buyerJoin/buyer_xman_register_action"}},registerFrom:{value:"ATM",setter:function(e,t){return e?e:"ATM"}},couponCode:{value:"",setter:function(e,t){return e?e:""}},sessionId:{value:"",setter:function(e,t){return e?e:""}},umidConfigUrl:"https://login.aliexpress.com/xman/x_umid.htm",capcha:null},setup:function(){this.setLanguage();this.initUA();this.initUmid();this.render()},initUA:function(){if(typeof window.acjs==="undefined"){var e=document.createElement("script");e.src="//aeu.alicdn.com/js/uab.js";document.body.appendChild(e)}if(!window.UA_Opt){window.UA_Opt=new Object;window.UA_Opt.SendMethod=9;window.UA_Opt.LogVal="ua";window.ua="";window.UA_Opt.Token=(new Date).getTime()+":"+Math.random();window.UA_Opt.Flag=1670350}},initUmid:function(){$.ajax({url:this.get("umidConfigUrl"),dataType:"script",context:this,success:function(){if(!window.umid_message)return;var e=function(){var e=document.getElementById("_umfp");window.um.init({timeout:3e3,timestamp:window.umid_message.umidTimestamp,token:window.umid_message.umidToken,serviceUrl:window.umid_message.umidServer+"/service/um.json",appName:window.umid_message.appName,containers:{flash:e,dcp:e}})};var t=document.getElementById("_umfp");if(!t){t=document.createElement("div");t.id="_umfp";t.innerHTML='<img src="https://ynuf.alipay.com/service/clear.png?xt='+window.umid_message.umidToken+'&xa=intl-login" />';t.style.cssText="display:block;position:absolute;top:-5000px;left:-5000px;width:1px;height:1px;overflow:hidden;";document.body.appendChild(t)}if(typeof window.um==="undefined"){$.ajax({url:"https://assets.alicdn.com/g/security/umscript/2.0.10/um.js",dataType:"script",context:this,success:function(){e()}})}else{e()}}})},setLanguage:function(){var e=this.get("locale");var t=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/i18n.js");if(typeof window.I18N!=="undefined"&&typeof window.I18N.xman!=="undefined"){$.extend(true,t,window.I18N.xman)}LANG=t;this.set("i18n",t)},render:function(){var e=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/src/js/join.tpl");var t=templatable.compile(e,{LANG:this.get("i18n")});this.element.html(t);this.initCode();this.bindEvent()},bindEvent:function(){var e=this;$("#ws-xman-register-submit").bind("click",{_self:this},this._onRegister);$("#ws-xman-register-email").bind("blur",{_self:this},this._onEmailBlur);$("#ws-xman-register-fname").bind("blur",{_self:this},this._onUserNameBlur);$("#ws-xman-register-lname").bind("blur",{_self:this},this._onUserNameBlur);$("#ws-xman-register-password").bind("blur",{_self:this},this._onPasswordBlur);$("#ws-xman-register-repassword").bind("blur",{_self:this},this._onRepasswordBlur);$("#ws-xman-register-checkcode").bind("blur",{_self:this},this._onCheckCodeBlur);$("#ws-xman-register-refresh-code").bind("click",{_self:this},this._onRefreshCode);$("#ws-xman-register-agreement").bind("click",function(){if($("#ws-xman-register-agreement").attr("checked")){$("#ws-xman-register-submit").removeClass(DISABLED_BUTTON_CLASS)}else{$("#ws-xman-register-submit").addClass(DISABLED_BUTTON_CLASS)}});$("#ws-xman-register-checkcode").bind("keydown",function(t){if(t.keyCode===13){if(!t.data){t.data={}}t.data._self=e;e._onRegister.call(null,t)}})},initCode:function(){var e=this;var t=new Capcha;this.set("capcha",t);t.on("sessionId",function(t){e.set("sessionId",t)});t.on("status",function(e){$("#ws-xman-register-checkcode-img").attr("src",e.imgSrc)})},_onRegister:function(e){var t=e.data._self;if($("#ws-xman-register-submit").hasClass(DISABLED_BUTTON_CLASS)){return}var i=true;var n=$("#ws-xman-register-email").val();i=t._onCheckCodeBlur.call(t)&&i;i=t._onRepasswordBlur.call(t,{data:{_self:t}})&&i;i=t._onPasswordBlur.call(t,{data:{_self:t}})&&i;i=t._onUserNameBlur.call(t)&&i;i=t._onUserNameBlur.call(t)&&i;if(!ajaxEmailCheck&&(n===""||lastCheckEmail!==n)){i=t._onEmailBlur.call(t,{data:{_self:t}})&&i}if(i&&ajaxEmailCheck){$("#ws-xman-register-server-info").css("display","none");var a=t.element.parents(".ui-window");t.showLoading(a.get(0).clientHeight+2);var r=[];r.push("action="+t.get("registerAction"));r.push("from="+encodeURIComponent(t.get("registerFrom")));r.push("cc="+t.get("couponCode"));r.push("event_submit_do_buyer_register=anything");r.push("email="+encodeURIComponent($("#ws-xman-register-email").val()));r.push("firstName="+encodeURIComponent($("#ws-xman-register-fname").val()));r.push("lastName="+encodeURIComponent($("#ws-xman-register-lname").val()));r.push("password="+encodeURIComponent($("#ws-xman-register-password").val()));r.push("imagePassword="+encodeURIComponent($("#ws-xman-register-checkcode").val()));r.push("t="+Math.random());r.push("_csi_="+t.get("sessionId"));var s={action:t.get("registerAction"),from:t.get("registerFrom"),cc:t.get("couponCode"),event_submit_do_buyer_register:"anything",email:$("#ws-xman-register-email").val(),firstName:$("#ws-xman-register-fname").val(),lastName:$("#ws-xman-register-lname").val(),password:$("#ws-xman-register-password").val(),imagePassword:$("#ws-xman-register-checkcode").val(),
t:Math.random(),_csi_:t.get("sessionId")};var o="https://verify.aliexpress.com/join/buyer/noMemberResult.htm";sendPost(o,s,function(e){if(typeof e==="undefined"){maskEl.remove();$("#ws-xman-register-server-info").css("display","").text(LANG.UNAVIALABLE_SERVICE);return}if(e.result==="true"){var i=$("<iframe></iframe>");i.css("display","none");maskEl.parent().append(i);i.attr("src",e.loginUrl);$(i).bind("load",function(){if(cookie.get("xman_us_t")){maskEl.remove();t.trigger("afterJoin");$(this).unbind("load")}})}else{maskEl.remove();if(e.email){showError("ws-xman-register-email",e.email)}if(e.firstName){showError("ws-xman-register-fname",e.firstName)}if(e.lastname){showError("ws-xman-register-lname",e.lastname)}if(e.password){showError("ws-xman-register-password",e.password)}if(e.repassword){showError("ws-xman-register-repassword",e.repassword)}if(e.checkCode){showError("ws-xman-register-checkcode",LANG.EMPTY_VALID_CODE);t._onRefreshCode({data:{_self:t}})}}})}e.preventDefault();e.stopPropagation()},_onEmailBlur:function(e){var t=function(e){var t=$("#"+e+"-info");if(t.length===0){t=$("#ws-xman-register-name-info")}t.html("").removeClass("error-tip").removeClass("success-tip").css("display","none")};var i=function(e){var t=/^\s*\w+(?:\.{0,1}[\w-]+)*@[a-zA-Z0-9]+(?:[\-.][a-zA-Z0-9]+)*\.[a-zA-Z]+\s*$/i;var i=/^((?!@(?:.*)alibaba).)*$/i;if(e.length>128){return false}else if(t.test(e)&&i.test(e)){return true}else{return false}};var n=e.data._self;var a="https://login.aliexpress.com/join/buyer/ajaxEmailDuplicatedCheck.htm?email=";var r=$("#ws-xman-register-email");if(i(r.val())){t(r.attr("id"));$("#ws-xman-email-checking").css("display","block");lastCheckEmail=r.val();$.ajax({url:a+r.val(),dataType:"script",success:function(){$("#ws-xman-email-checking").css("display","none");if(window.EMAIL_CHECK_RESULT.result==="no"){hideError(r.attr("id"));ajaxEmailCheck=true}else{showError(r.attr("id"),LANG.EMAIL_EXISTS);ajaxEmailCheck=false}window.EMAIL_CHECK_RESULT=null},error:function(){$("#ws-xman-email-checking").css("display","none");showError(r.attr("id"),LANG.EMAIL_EXISTS);ajaxEmailCheck=false},timeout:5e3});return true}else{showError(r.attr("id"),LANG.INVALID_EMAIL);return false}},_onUserNameBlur:function(){var e=function(e){var t=/^[a-zA-Z .-]{1,128}$/;if(e.length>128){return false}else if(t.test(e)){return true}else{return false}};var t=$("#ws-xman-register-fname").val();var i=$("#ws-xman-register-lname").val();if(!e(t)){showError(this.id,LANG.INVALID_FIRST_NAME);return false}else if(!e(i)){showError(this.id,LANG.INVALID_LAST_NAME);return false}else{hideError(this.id);return true}},_onPasswordBlur:function(e){var t=e.data._self;var i=$("#ws-xman-register-password");if(t.checkPassword(i.val())){hideError(i.attr("id"));if($("#ws-xman-register-repassword").val().length>0){t._onRepasswordBlur.call(t,{data:{_self:t}})}return true}else{showError(i.attr("id"),LANG.INVALID_PASSWORD);return false}},_onRepasswordBlur:function(e){var t=e.data._self;var i=$("#ws-xman-register-repassword");if(t.checkPassword(i.val())){if(i.val()!==$("#ws-xman-register-password").val()){showError(i.attr("id"),LANG.INVALID_REPASSWORD);return false}else{hideError(i.attr("id"));return true}}else{showError(i.attr("id"),LANG.INVALID_PASSWORD);return false}},_onCheckCodeBlur:function(){var e=function(e){var t=/^[\x00-\x7f]{1,250}$/;if(t.test(e)){return true}else{return false}};var t=$("#ws-xman-register-checkcode");if(e(t.val())){hideError(t.attr("id"));return true}else{showError(t.attr("id"),LANG.INVALID_VALID_CODE);return false}},_onRefreshCode:function(e){var t=e.data._self;var i=t.get("capcha");i.refresh()},showLoading:function(e){var t=this.element.parents(".ui-window");maskEl=$("<div></div>");maskEl.html('<img src="//u.alicdn.com/wimg/buyer/single/loading-middle.gif" width="32" height="32" />');maskEl.attr("id","ws-xman-mask");maskEl.css({"z-index":parseInt(t.css("z-index"),10)+1,height:e+"px",width:t.css("width"),display:"block"});t.append(maskEl)},checkPassword:function(e){var t=/^[\w]{6,20}$/;if(e.length<6||e.length>20){return false}else if(t.test(e)){return true}else{return false}}});function showError(e,t){var i=$("#"+e+"-info");if(i.length===0){i=$("#ws-xman-register-name-info")}i.html(t).removeClass("success-tip").addClass("error-tip").css("display","")}function hideError(e){var t=$("#"+e+"-info");if(t.length===0){t=$("#ws-xman-register-name-info")}t.html("").removeClass("error-tip").addClass("success-tip");if(e!=="ws-xman-register-checkcode"){t.css("display","")}else{t.css("display","none")}}function getIframeName(){return"xman_post_iframe_"+ ++id}function sendPost(url,data,callback){clearTimeout(timer);timer=setTimeout(function(){clear();callback()},5e3);var iframe=document.createElement("iframe");var name=getIframeName();var state=0;var onLoad=function(){if(state===1){getData()}else if(state===0){state=1;if(document.domain==="aliexpress.com"){iframe.contentWindow.location.href="//page.aliexpress.com/join-proxy.htm"}else{iframe.contentWindow.location.href="about:blank"}}};document.body.appendChild(iframe);iframe.style.display="none";iframe.contentWindow.name=name;var form=document.createElement("form");form.target=name;form.action=url;form.method="POST";form.id="ws-join-form-"+(new Date).getTime();document.body.appendChild(form);window.UA_Opt.FormId=form.id;window.UA_Opt.reload();function clear(){clearTimeout(timer);try{iframe.contentWindow.document.write("");iframe.contentWindow.close();document.body.removeChild(iframe);document.body.removeChild(form);onLoad=function(){}}catch(e){}}function getData(){var da="";try{da=eval("("+iframe.contentWindow.name+")")}catch(e){}clear();if(callback&&typeof callback==="function"){callback(da)}}data=data||{};if(window.umid_message&&window.umid_message.umidToken){data.u_token=window.umid_message.umidToken}var input;for(var key in data){input=document.createElement("input");input.type="hidden";input.name=key;input.value=data[key];form.appendChild(input)}form.submit();$(iframe).on("load",onLoad)}module.exports=WsJoin});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js",[],function(require,e,t){function i(e){if(!(this instanceof i)&&u(e)){return a(e)}}t.exports=i;i.create=function(e,t){if(!u(e)){t=e;e=null}t||(t={});e||(e=t.Extends||i);t.Extends=e;function r(){e.apply(this,arguments);if(this.constructor===r&&this.initialize){this.initialize.apply(this,arguments)}}if(e!==i){o(r,e,e.StaticsWhiteList)}n.call(r,t);return a(r)};function n(e){var t,n;for(t in e){n=e[t];if(i.Mutators.hasOwnProperty(t)){i.Mutators[t].call(this,n)}else{this.prototype[t]=n}}}i.extend=function(e){e||(e={});e.Extends=this;return i.create(e)};function a(e){e.extend=i.extend;e.implement=n;return e}i.Mutators={Extends:function(e){var t=this.prototype;var i=s(e.prototype);o(i,t);i.constructor=this;this.prototype=i;this.superclass=e.prototype},Implements:function(e){l(e)||(e=[e]);var t=this.prototype,i;while(i=e.shift()){o(t,i.prototype||i)}},Statics:function(e){o(this,e)}};function r(){}var s=Object.__proto__?function(e){return{__proto__:e}}:function(e){r.prototype=e;return new r};function o(e,t,i){for(var n in t){if(t.hasOwnProperty(n)){if(i&&f(i,n)===-1)continue;if(n!=="prototype"){e[n]=t[n]}}}}var c=Object.prototype.toString;var l=Array.isArray||function(e){return c.call(e)==="[object Array]"};var u=function(e){return c.call(e)==="[object Function]"};var f=Array.prototype.indexOf?function(e,t){return e.indexOf(t)}:function(e,t){for(var i=0,n=e.length;i<n;i++){if(e[i]===t){return i}}return-1}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js",[],function(require,e,t){var i=/\s+/;function n(){}n.prototype.on=function(e,t,n){var a,r,s;if(!t)return this;a=this.__events||(this.__events={});e=e.split(i);while(r=e.shift()){s=a[r]||(a[r]=[]);s.push(t,n)}return this};n.prototype.once=function(e,t,i){var n=this;var a=function(){n.off(e,a);t.apply(this,arguments)};this.on(e,a,i)};n.prototype.off=function(e,t,n){var r,s,o,c;if(!(r=this.__events))return this;if(!(e||t||n)){delete this.__events;return this}e=e?e.split(i):a(r);while(s=e.shift()){o=r[s];if(!o)continue;if(!(t||n)){delete r[s];continue}for(c=o.length-2;c>=0;c-=2){if(!(t&&o[c]!==t||n&&o[c+1]!==n)){o.splice(c,2)}}}return this};n.prototype.trigger=function(e){var t,n,a,s,o,c,l=[],u,f=true;if(!(t=this.__events))return this;e=e.split(i);for(o=1,c=arguments.length;o<c;o++){l[o-1]=arguments[o]}while(n=e.shift()){if(a=t.all)a=a.slice();if(s=t[n])s=s.slice();f=r(s,l,this)&&f;f=r(a,[n].concat(l),this)&&f}return f};n.prototype.emit=n.prototype.trigger;n.mixTo=function(e){e=s(e)?e.prototype:e;var t=n.prototype;for(var i in t){if(t.hasOwnProperty(i)){e[i]=t[i]}}};var a=Object.keys;if(!a){a=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function r(e,t,i){var n=true;if(e){var a=0,r=e.length,s=t[0],o=t[1],c=t[2];switch(t.length){case 0:for(;a<r;a+=2){n=e[a].call(e[a+1]||i)!==false&&n}break;case 1:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s)!==false&&n}break;case 2:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o)!==false&&n}break;case 3:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o,c)!==false&&n}break;default:for(;a<r;a+=2){n=e[a].apply(e[a+1]||i,t)!==false&&n}break}}return n}function s(e){return Object.prototype.toString.call(e)==="[object Function]"}return n});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/aspect.js",[],function(require,e,t){e.before=function(e,t,i){return n.call(this,"before",e,t,i)};e.after=function(e,t,i){return n.call(this,"after",e,t,i)};var i=/\s+/;function n(e,t,n,s){var o=t.split(i);var c,l;while(c=o.shift()){l=a(this,c);if(!l.__isAspected){r.call(this,c)}this.on(e+":"+c,n,s)}return this}function a(e,t){var i=e[t];if(!i){throw new Error("Invalid method name: "+t)}return i}function r(e){var t=this[e];this[e]=function(){var i=Array.prototype.slice.call(arguments);var n=["before:"+e].concat(i);if(this.trigger.apply(this,n)===false)return;var a=t.apply(this,arguments);var r=["after:"+e,a].concat(i);this.trigger.apply(this,r);return a};this[e].__isAspected=true}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/attribute.js",[],function(require,e,t){e.initAttrs=function(e){var t=this.attrs={};var i=this.propsInAttrs||[];m(t,this,i);if(e){g(t,e)}y(this,t,e);_(this,t);b(i,this,t,true)};e.get=function(e){var t=this.attrs[e]||{};var i=t.value;return t.getter?t.getter.call(this,i,e):i};e.set=function(e,t,i){var n={};if(s(e)){n[e]=t}else{n=e;i=t}i||(i={});var a=i.silent;var r=i.override;var o=this.attrs;var c=this.__changedAttrs||(this.__changedAttrs={});for(e in n){if(!n.hasOwnProperty(e))continue;var l=o[e]||(o[e]={});t=n[e];if(l.readOnly){throw new Error("This attribute is readOnly: "+e)}if(l.setter){t=l.setter.call(this,t,e)}var f=this.get(e);if(!r&&u(f)&&u(t)){t=p(p({},f),t)}o[e].value=t;if(!this.__initializingAttrs&&!w(f,t)){if(a){c[e]=[t,f]}else{this.trigger("change:"+e,t,f,e)}}}return this};e.change=function(){var e=this.__changedAttrs;if(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];this.trigger("change:"+t,i[0],i[1],t)}}delete this.__changedAttrs}return this};e._isPlainObject=u;var i=Object.prototype.toString;var n=Object.prototype.hasOwnProperty;var a;(function(){var e=[];function t(){this.x=1}t.prototype={valueOf:1,y:1};for(var i in new t){e.push(i)}a=e[0]!=="x"})();var r=Array.isArray||function(e){return i.call(e)==="[object Array]"};function s(e){return i.call(e)==="[object String]"}function o(e){return i.call(e)==="[object Function]"}function c(e){return e!=null&&e==e.window}var l=function(){if(Object.getPrototypeOf){return function(e){return Object.getPrototypeOf(e)}}if(typeof"test".__proto__=="object"){return function(e){return e.__proto__}}return function(e){return false}}();function u(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)){return false}var t=l(e),r=Function.prototype.toString,s=r.call(Object),o;if(t===null){return true}if(t===false){var u;if(a){for(u in e){return n.call(e,u)}}for(u in e){}return u===undefined||n.call(e,u)}var f=n.call(t,"constructor")&&t.constructor;return typeof f=="function"&&f instanceof f&&r.call(f)==s}function f(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)||!e.hasOwnProperty){return false}for(var t in e){if(e.hasOwnProperty(t))return false}return true}function p(e,t){var i,n;for(i in t){if(t.hasOwnProperty(i)){e[i]=h(t[i],e[i])}}return e}function h(e,t){if(r(e)){e=e.slice()}else if(u(e)){u(t)||(t={});e=p(t,e)}return e}var d=Object.keys;if(!d){d=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function m(e,t,i){var n=[];var a=t.constructor.prototype;while(a){if(!a.hasOwnProperty("attrs")){a.attrs={}}b(i,a.attrs,a);if(!f(a.attrs)){n.unshift(a.attrs)}a=a.constructor.superclass}for(var r=0,s=n.length;r<s;r++){N(e,z(n[r]))}}function g(e,t){N(e,z(t,true),true)}function b(e,t,i,n){for(var a=0,r=e.length;a<r;a++){var s=e[a];if(i.hasOwnProperty(s)){t[s]=n?t.get(s):i[s]}}}var v=/^(on|before|after)([A-Z].*)$/;var M=/^(Change)?([A-Z])(.*)/;function _(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n=t[i].value,a;if(o(n)&&(a=i.match(v))){e[a[1]](A(a[2]),n);delete t[i]}}}}function A(e){var t=e.match(M);var i=t[1]?"change:":"";i+=t[2].toLowerCase()+t[3];return i}function y(e,t,i){var n={silent:true};e.__initializingAttrs=true;for(var a in i){if(i.hasOwnProperty(a)){if(t[a].setter){e.set(a,i[a],n)}}}delete e.__initializingAttrs}var O=["value","getter","setter","readOnly"];function z(e,t){var i={};for(var n in e){var a=e[n];if(!t&&u(a)&&S(a,O)){i[n]=a;continue}i[n]={value:a}}return i}var L=["setter","getter","readOnly"];function N(e,t,i){var n,a;var r;for(n in t){if(t.hasOwnProperty(n)){a=t[n];r=e[n];if(!r){r=e[n]={}}a["value"]!==undefined&&(r["value"]=h(a["value"],r["value"]));if(i)continue;for(var s in L){var o=L[s];if(a[o]!==undefined){r[o]=a[o]}}}}return e}function S(e,t){for(var i=0,n=t.length;i<n;i++){if(e.hasOwnProperty(t[i])){return true}}return false}function k(e){return e==null||(s(e)||r(e))&&e.length===0||f(e)}function w(e,t){if(e===t)return true;if(k(e)&&k(t))return true;var n=i.call(e);if(n!=i.call(t))return false;switch(n){case"[object String]":return e==String(t);case"[object Number]":return e!=+e?t!=+t:e==0?1/e==1/t:e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object RegExp]":return e.source==t.source&&e.global==t.global&&e.multiline==t.multiline&&e.ignoreCase==t.ignoreCase;case"[object Array]":var a=e.toString();var r=t.toString();return a.indexOf("[object")===-1&&r.indexOf("[object")===-1&&a===r}if(typeof e!="object"||typeof t!="object")return false;if(u(e)&&u(t)){if(!w(d(e),d(t))){return false}for(var s in e){if(e[s]!==t[s])return false}return true}return false}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/base.js",["ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/aspect.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/attribute.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/aspect.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/attribute.js");t.exports=i.create({Implements:[n,a,r],initialize:function(e){this.initAttrs(e);s(this,this.attrs)},destroy:function(){this.off();for(var e in this){if(this.hasOwnProperty(e)){delete this[e]}}this.destroy=function(){}}});function s(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n="_onChange"+o(i);if(e[n]){e.on("change:"+i,e[n])}}}}function o(e){return e.charAt(0).toUpperCase()+e.substring(1)}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/src/daparser.js",["beta-jquery/jquery"],function(require,e,t){var i=require("beta-jquery/jquery");e.parseElement=function(e,t){e=i(e)[0];var n={};if(e.dataset){n=i.extend({},e.dataset)}else{var a=e.attributes;for(var r=0,c=a.length;r<c;r++){var l=a[r];var u=l.name;if(u.indexOf("data-")===0){u=s(u.substring(5));n[u]=l.value}}}return t===true?n:o(n)};var n=/-([a-z])/g;var a=/^\s*[\[{].*[\]}]\s*$/;var r=this.JSON?JSON.parse:i.parseJSON;function s(e){return e.toLowerCase().replace(n,function(e,t){return(t+"").toUpperCase()})}function o(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];if(typeof i!=="string")continue;if(a.test(i)){i=i.replace(/'/g,'"');e[t]=o(r(i))}else{e[t]=c(i)}}}return e}function c(e){if(e.toLowerCase()==="false"){e=false}else if(e.toLowerCase()==="true"){e=true}else if(/\d/.test(e)&&/[^a-z]/i.test(e)){var t=parseFloat(e);if(t+""===e){e=t}}return e}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/src/auto-render.js",["beta-jquery/jquery"],function(require,e,t){var i=require("beta-jquery/jquery");var n="data-widget-auto-rendered";e.autoRender=function(e){return new this(e).render()};e.autoRenderAll=function(t,a){if(typeof t==="function"){a=t;t=null}t=i(t||document.body);var r=[];var s=[];t.find("[data-widget]").each(function(t,i){if(!e.isDataApiOff(i)){r.push(i.getAttribute("data-widget").toLowerCase());s.push(i)}});if(r.length){seajs.use(r,function(){for(var e=0;e<arguments.length;e++){var t=arguments[e];var r=i(s[e]);if(r.attr(n))continue;var o={initElement:r,renderType:"auto"};var c=r.attr("data-widget-role");o[c?c:"element"]=r;t.autoRender&&t.autoRender(o);r.attr(n,"true")}a&&a()})}};var a=i(document.body).attr("data-api")==="off";e.isDataApiOff=function(e){var t=i(e).attr("data-api");return t==="off"||t!=="on"&&a}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/widget.js",["ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/base.js","beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/src/daparser.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/src/auto-render.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/base.js");var n=require("beta-jquery/jquery");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/src/daparser.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/src/auto-render.js");var s=".delegate-events-";var o="_onRender";var c="data-widget-cid";var l={};var u=i.extend({propsInAttrs:["initElement","element","events"],element:null,events:null,attrs:{id:null,className:null,style:null,template:"<div></div>",model:null,parentNode:document.body},initialize:function(e){this.cid=h();var t=this._parseDataAttrsConfig(e);u.superclass.initialize.call(this,e?n.extend(t,e):t);this.parseElement();this.initProps();this.delegateEvents();this.setup();this._stamp();this._isTemplate=!(e&&e.element)},_parseDataAttrsConfig:function(e){var t,i;if(e){t=e.initElement?n(e.initElement):n(e.element)}if(t&&t[0]&&!r.isDataApiOff(t)){i=a.parseElement(t)}return i},parseElement:function(){var e=this.element;if(e){this.element=n(e)}else if(this.get("template")){this.parseElementFromTemplate()}if(!this.element||!this.element[0]){throw new Error("element is invalid")}},parseElementFromTemplate:function(){var e=this.get("template");if(m(e)){e=e(this.get("model"))}this.element=n(e)},initProps:function(){},delegateEvents:function(e,t,i){if(arguments.length===0){t=y(this);e=this.element}else if(arguments.length===1){t=e;e=this.element}else if(arguments.length===2){i=t;t=e;e=this.element}else{e||(e=this.element);this._delegateElements||(this._delegateElements=[]);this._delegateElements.push(n(e))}if(d(t)&&m(i)){var a={};a[t]=i;t=a}for(var r in t){if(!t.hasOwnProperty(r))continue;var s=O(r,this);var o=s.type;var c=s.selector;(function(t,i){var a=function(e){if(m(t)){t.call(i,e)}else{i[t](e)}};if(c){n(e).on(o,c,a)}else{n(e).on(o,a)}})(t[r],this)}return this},undelegateEvents:function(e,t){if(!t){t=e;e=null}if(arguments.length===0){var i=s+this.cid;this.element&&this.element.off(i);if(this._delegateElements){for(var a in this._delegateElements){if(!this._delegateElements.hasOwnProperty(a))continue;this._delegateElements[a].off(i)}}}else{var r=O(t,this);if(!e){this.element&&this.element.off(r.type,r.selector)}else{n(e).off(r.type,r.selector)}}return this},setup:function(){},render:function(){if(!this.rendered){this._renderAndBindAttrs();this.rendered=true}var e=this.get("parentNode");if(e&&!b(this.element[0])){var t=this.constructor.outerBoxClass;if(t){var i=this._outerBox=n("<div></div>").addClass(t);i.append(this.element).appendTo(e)}else{this.element.appendTo(e)}}return this},_renderAndBindAttrs:function(){var e=this;var t=e.attrs;for(var i in t){if(!t.hasOwnProperty(i))continue;var n=o+v(i);if(this[n]){var a=this.get(i);if(!L(a)){this[n](a,undefined,i)}(function(t){e.on("change:"+i,function(i,n,a){e[t](i,n,a)})})(n)}}},_onRenderId:function(e){this.element.attr("id",e)},_onRenderClassName:function(e){this.element.addClass(e)},_onRenderStyle:function(e){this.element.css(e)},_stamp:function(){var e=this.cid;(this.initElement||this.element).attr(c,e);l[e]=this},$:function(e){return this.element.find(e)},destroy:function(){this.undelegateEvents();delete l[this.cid];if(this.element&&this._isTemplate){this.element.off();if(this._outerBox){this._outerBox.remove()}else{this.element.remove()}}this.element=null;u.superclass.destroy.call(this)}});u.query=function(e){var t=n(e).eq(0);var i;t&&(i=t.attr(c));return l[i]};u.autoRender=r.autoRender;u.autoRenderAll=r.autoRenderAll;u.StaticsWhiteList=["autoRender"];t.exports=u;var f=Object.prototype.toString;var p=0;function h(){return"widget-"+p++}function d(e){return f.call(e)==="[object String]"}function m(e){return f.call(e)==="[object Function]"}var g=n.contains||function(e,t){return!!(e.compareDocumentPosition(t)&16)};function b(e){return g(document.documentElement,e)}function v(e){return e.charAt(0).toUpperCase()+e.substring(1)}var M=/^(\S+)\s*(.*)$/;var _=/{{([^}]+)}}/g;var A="INVALID_SELECTOR";function y(e){if(m(e.events)){e.events=e.events()}return e.events}function O(e,t){var i=e.match(M);var n=i[1]+s+t.cid;var a=i[2]||undefined;if(a&&a.indexOf("{{")>-1){a=z(a,t)}return{type:n,selector:a}}function z(e,t){return e.replace(_,function(e,i){var n=i.split(".");var a=t,r;while(r=n.shift()){if(a===t.attrs){a=t.get(r)}else{a=a[r]}}if(d(a)){return a}return A})}function L(e){return e==null||e===undefined}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/zeta-util/template/index.js",[],function(require,e,t){!function(){function e(e){return e.replace(_,"").replace(A,",").replace(y,"").replace(O,"").replace(z,"").split(L)}function i(e){return"'"+e.replace(/('|\\)/g,"\\$1").replace(/\r/g,"\\r").replace(/\n/g,"\\n")+"'"}function n(t,n){function a(e){return p+=e.split(/\n/).length-1,u&&(e=e.replace(/\s+/g," ").replace(/<!--[\w\W]*?-->/g,"")),e&&(e=b[1]+i(e)+b[2]+"\n"),e}function r(t){var i=p;if(l?t=l(t,n):s&&(t=t.replace(/\n/g,function(){return p++,"$line="+p+";"})),0===t.indexOf("=")){var a=f&&!/^=[=#]/.test(t);if(t=t.replace(/^=[=#]?|[\s;]*$/g,""),a){var r=t.replace(/\s*\([^\)]+\)/,"");d[r]||/^(include|print)$/.test(r)||(t="$escape("+t+")")}else t="$string("+t+")";t=b[1]+t+b[2]}return s&&(t="$line="+i+";"+t),v(e(t),function(e){if(e&&!h[e]){var t;t="print"===e?_:"include"===e?A:d[e]?"$utils."+e:m[e]?"$helpers."+e:"$data."+e,y+=e+"="+t+",",h[e]=!0}}),t+"\n"}var s=n.debug,o=n.openTag,c=n.closeTag,l=n.parser,u=n.compress,f=n.escape,p=1,h={$data:1,$filename:1,$utils:1,$helpers:1,$out:1,$line:1},g="".trim,b=g?["$out='';","$out+=",";","$out"]:["$out=[];","$out.push(",");","$out.join('')"],M=g?"$out+=text;return $out;":"$out.push(text);",_="function(){var text=''.concat.apply('',arguments);"+M+"}",A="function(filename,data){data=data||$data;var text=$utils.$include(filename,data,$filename);"+M+"}",y="'use strict';var $utils=this,$helpers=$utils.$helpers,"+(s?"$line=0,":""),O=b[0],z="return new String("+b[3]+");";v(t.split(o),function(e){e=e.split(c);var t=e[0],i=e[1];1===e.length?O+=a(t):(O+=r(t),i&&(O+=a(i)))});var L=y+O+z;s&&(L="try{"+L+"}catch(e){throw {filename:$filename,name:'Render Error',message:e.message,line:$line,source:"+i(t)+".split(/\\n/)[$line-1].replace(/^\\s+/,'')};}");try{var N=new Function("$data","$filename",L);return N.prototype=d,N}catch(S){throw S.temp="function anonymous($data,$filename) {"+L+"}",S}}var a=function(e,t){return"string"==typeof t?b(t,{filename:e}):o(e,t)};a.version="3.0.0",a.config=function(e,t){r[e]=t};var r=a.defaults={openTag:"<%",closeTag:"%>",escape:!0,cache:!0,compress:!1,parser:null},s=a.cache={};a.render=function(e,t){return b(e,t)};var o=a.renderFile=function(e,t){var i=a.get(e)||g({filename:e,name:"Render Error",message:"Template not found"});return t?i(t):i};a.get=function(e){var t;if(s[e])t=s[e];else if("object"==typeof document){var i=document.getElementById(e);if(i){var n=(i.value||i.innerHTML).replace(/^\s*|\s*$/g,"");t=b(n,{filename:e})}}return t};var c=function(e,t){return"string"!=typeof e&&(t=typeof e,"number"===t?e+="":e="function"===t?c(e.call(e)):""),e},l={"<":"&#60;",">":"&#62;",'"':"&#34;","'":"&#39;","&":"&#38;"},u=function(e){return l[e]},f=function(e){return c(e).replace(/&(?![\w#]+;)|[<>"']/g,u)},p=Array.isArray||function(e){return"[object Array]"==={}.toString.call(e)},h=function(e,t){var i,n;if(p(e))for(i=0,n=e.length;n>i;i++)t.call(e,e[i],i,e);else for(i in e)t.call(e,e[i],i)},d=a.utils={$helpers:{},$include:o,$string:c,$escape:f,$each:h};a.helper=function(e,t){m[e]=t};var m=a.helpers=d.$helpers;a.onerror=function(e){var t="Template Error\n\n";for(var i in e)t+="<"+i+">\n"+e[i]+"\n\n";"object"==typeof console&&console.error(t)};var g=function(e){return a.onerror(e),function(){return"{Template Error}"}},b=a.compile=function(e,t){function i(i){try{return new c(i,o)+""}catch(n){return t.debug?g(n)():(t.debug=!0,b(e,t)(i))}}t=t||{};for(var a in r)void 0===t[a]&&(t[a]=r[a]);var o=t.filename;try{var c=n(e,t)}catch(l){return l.filename=o||"anonymous",l.name="Syntax Error",g(l)}return i.prototype=c.prototype,i.toString=function(){return c.toString()},o&&t.cache&&(s[o]=i),i},v=d.$each,M="break,case,catch,continue,debugger,default,delete,do,else,false,finally,for,function,if,in,instanceof,new,null,return,switch,this,throw,true,try,typeof,var,void,while,with,abstract,boolean,byte,char,class,const,double,enum,export,extends,final,float,goto,implements,import,int,interface,long,native,package,private,protected,public,short,static,super,synchronized,throws,transient,volatile,arguments,let,yield,undefined",_=/\/\*[\w\W]*?\*\/|\/\/[^\n]*\n|\/\/[^\n]*$|"(?:[^"\\]|\\[\w\W])*"|'(?:[^'\\]|\\[\w\W])*'|\s*\.\s*[$\w\.]+/g,A=/[^\w$]+/g,y=new RegExp(["\\b"+M.replace(/,/g,"\\b|\\b")+"\\b"].join("|"),"g"),O=/^\d[^,]*|,\d[^,]*/g,z=/^,+|,+$/g,L=/^$|,+/;r.openTag="{{",r.closeTag="}}";var N=function(e,t){var i=t.split(":"),n=i.shift(),a=i.join(":")||"";return a&&(a=", "+a),"$helpers."+n+"("+e+a+")"};r.parser=function(e){e=e.replace(/^\s/,"");var t=e.split(" "),i=t.shift(),n=t.join(" ");switch(i){case"if":e="if("+n+"){";break;case"else":t="if"===t.shift()?" if("+t.join(" ")+")":"",e="}else"+t+"{";break;case"/if":e="}";break;case"each":var r=t[0]||"$data",s=t[1]||"as",o=t[2]||"$value",c=t[3]||"$index",l=o+","+c;"as"!==s&&(r="[]"),e="$each("+r+",function("+l+"){";break;case"/each":e="});";break;case"echo":e="print("+n+");";break;case"print":case"include":e=i+"("+t.join(",")+");";break;default:if(/^\s*\|\s*[\w\$]/.test(n)){var u=!0;0===e.indexOf("#")&&(e=e.substr(1),u=!1);for(var f=0,p=e.split("|"),h=p.length,d=p[f++];h>f;f++)d=N(d,p[f]);e=(u?"=":"=#")+d}else e=a.helpers[i]?"=#"+i+"("+t.join(",")+");":"="+e}return e},"undefined"!=typeof t&&t.exports?t.exports=a:this.template=a}()});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js",[],function(require,e,t){function i(e){if(!(this instanceof i)&&u(e)){return a(e)}}t.exports=i;i.create=function(e,t){if(!u(e)){t=e;e=null}t||(t={});e||(e=t.Extends||i);t.Extends=e;function r(){e.apply(this,arguments);if(this.constructor===r&&this.initialize){this.initialize.apply(this,arguments)}}if(e!==i){o(r,e,e.StaticsWhiteList)}n.call(r,t);return a(r)};function n(e){var t,n;for(t in e){n=e[t];if(i.Mutators.hasOwnProperty(t)){i.Mutators[t].call(this,n)}else{this.prototype[t]=n}}}i.extend=function(e){e||(e={});e.Extends=this;return i.create(e)};function a(e){e.extend=i.extend;e.implement=n;return e}i.Mutators={Extends:function(e){var t=this.prototype;var i=s(e.prototype);o(i,t);i.constructor=this;this.prototype=i;this.superclass=e.prototype},Implements:function(e){l(e)||(e=[e]);var t=this.prototype,i;while(i=e.shift()){o(t,i.prototype||i)}},Statics:function(e){o(this,e)}};function r(){}var s=Object.__proto__?function(e){return{__proto__:e}}:function(e){r.prototype=e;return new r};function o(e,t,i){for(var n in t){if(t.hasOwnProperty(n)){if(i&&f(i,n)===-1)continue;if(n!=="prototype"){e[n]=t[n]}}}}var c=Object.prototype.toString;var l=Array.isArray||function(e){return c.call(e)==="[object Array]"};var u=function(e){return c.call(e)==="[object Function]"};var f=Array.prototype.indexOf?function(e,t){return e.indexOf(t)}:function(e,t){for(var i=0,n=e.length;i<n;i++){if(e[i]===t){return i}}return-1}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js",[],function(require,e,t){var i=/\s+/;function n(){}n.prototype.on=function(e,t,n){var a,r,s;if(!t)return this;a=this.__events||(this.__events={});e=e.split(i);while(r=e.shift()){s=a[r]||(a[r]=[]);s.push(t,n)}return this};n.prototype.once=function(e,t,i){var n=this;var a=function(){n.off(e,a);t.apply(this,arguments)};this.on(e,a,i)};n.prototype.off=function(e,t,n){var r,s,o,c;if(!(r=this.__events))return this;if(!(e||t||n)){delete this.__events;return this}e=e?e.split(i):a(r);while(s=e.shift()){o=r[s];if(!o)continue;if(!(t||n)){delete r[s];continue}for(c=o.length-2;c>=0;c-=2){if(!(t&&o[c]!==t||n&&o[c+1]!==n)){o.splice(c,2)}}}return this};n.prototype.trigger=function(e){var t,n,a,s,o,c,l=[],u,f=true;if(!(t=this.__events))return this;e=e.split(i);
for(o=1,c=arguments.length;o<c;o++){l[o-1]=arguments[o]}while(n=e.shift()){if(a=t.all)a=a.slice();if(s=t[n])s=s.slice();f=r(s,l,this)&&f;f=r(a,[n].concat(l),this)&&f}return f};n.prototype.emit=n.prototype.trigger;n.mixTo=function(e){e=s(e)?e.prototype:e;var t=n.prototype;for(var i in t){if(t.hasOwnProperty(i)){e[i]=t[i]}}};var a=Object.keys;if(!a){a=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function r(e,t,i){var n=true;if(e){var a=0,r=e.length,s=t[0],o=t[1],c=t[2];switch(t.length){case 0:for(;a<r;a+=2){n=e[a].call(e[a+1]||i)!==false&&n}break;case 1:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s)!==false&&n}break;case 2:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o)!==false&&n}break;case 3:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o,c)!==false&&n}break;default:for(;a<r;a+=2){n=e[a].apply(e[a+1]||i,t)!==false&&n}break}}return n}function s(e){return Object.prototype.toString.call(e)==="[object Function]"}return n});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/src/aspect.js",[],function(require,e,t){e.before=function(e,t,i){return n.call(this,"before",e,t,i)};e.after=function(e,t,i){return n.call(this,"after",e,t,i)};var i=/\s+/;function n(e,t,n,s){var o=t.split(i);var c,l;while(c=o.shift()){l=a(this,c);if(!l.__isAspected){r.call(this,c)}this.on(e+":"+c,n,s)}return this}function a(e,t){var i=e[t];if(!i){throw new Error("Invalid method name: "+t)}return i}function r(e){var t=this[e];this[e]=function(){var i=Array.prototype.slice.call(arguments);var n=["before:"+e].concat(i);if(this.trigger.apply(this,n)===false)return;var a=t.apply(this,arguments);var r=["after:"+e,a].concat(i);this.trigger.apply(this,r);return a};this[e].__isAspected=true}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/src/attribute.js",[],function(require,e,t){e.initAttrs=function(e){var t=this.attrs={};var i=this.propsInAttrs||[];m(t,this,i);if(e){g(t,e)}y(this,t,e);_(this,t);b(i,this,t,true)};e.get=function(e){var t=this.attrs[e]||{};var i=t.value;return t.getter?t.getter.call(this,i,e):i};e.set=function(e,t,i){var n={};if(s(e)){n[e]=t}else{n=e;i=t}i||(i={});var a=i.silent;var r=i.override;var o=this.attrs;var c=this.__changedAttrs||(this.__changedAttrs={});for(e in n){if(!n.hasOwnProperty(e))continue;var l=o[e]||(o[e]={});t=n[e];if(l.readOnly){throw new Error("This attribute is readOnly: "+e)}if(l.setter){t=l.setter.call(this,t,e)}var f=this.get(e);if(!r&&u(f)&&u(t)){t=p(p({},f),t)}o[e].value=t;if(!this.__initializingAttrs&&!w(f,t)){if(a){c[e]=[t,f]}else{this.trigger("change:"+e,t,f,e)}}}return this};e.change=function(){var e=this.__changedAttrs;if(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];this.trigger("change:"+t,i[0],i[1],t)}}delete this.__changedAttrs}return this};e._isPlainObject=u;var i=Object.prototype.toString;var n=Object.prototype.hasOwnProperty;var a;(function(){var e=[];function t(){this.x=1}t.prototype={valueOf:1,y:1};for(var i in new t){e.push(i)}a=e[0]!=="x"})();var r=Array.isArray||function(e){return i.call(e)==="[object Array]"};function s(e){return i.call(e)==="[object String]"}function o(e){return i.call(e)==="[object Function]"}function c(e){return e!=null&&e==e.window}var l=function(){if(Object.getPrototypeOf){return function(e){return Object.getPrototypeOf(e)}}if(typeof"test".__proto__=="object"){return function(e){return e.__proto__}}return function(e){return false}}();function u(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)){return false}var t=l(e),r=Function.prototype.toString,s=r.call(Object),o;if(t===null){return true}if(t===false){var u;if(a){for(u in e){return n.call(e,u)}}for(u in e){}return u===undefined||n.call(e,u)}var f=n.call(t,"constructor")&&t.constructor;return typeof f=="function"&&f instanceof f&&r.call(f)==s}function f(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)||!e.hasOwnProperty){return false}for(var t in e){if(e.hasOwnProperty(t))return false}return true}function p(e,t){var i,n;for(i in t){if(t.hasOwnProperty(i)){e[i]=h(t[i],e[i])}}return e}function h(e,t){if(r(e)){e=e.slice()}else if(u(e)){u(t)||(t={});e=p(t,e)}return e}var d=Object.keys;if(!d){d=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function m(e,t,i){var n=[];var a=t.constructor.prototype;while(a){if(!a.hasOwnProperty("attrs")){a.attrs={}}b(i,a.attrs,a);if(!f(a.attrs)){n.unshift(a.attrs)}a=a.constructor.superclass}for(var r=0,s=n.length;r<s;r++){N(e,z(n[r]))}}function g(e,t){N(e,z(t,true),true)}function b(e,t,i,n){for(var a=0,r=e.length;a<r;a++){var s=e[a];if(i.hasOwnProperty(s)){t[s]=n?t.get(s):i[s]}}}var v=/^(on|before|after)([A-Z].*)$/;var M=/^(Change)?([A-Z])(.*)/;function _(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n=t[i].value,a;if(o(n)&&(a=i.match(v))){e[a[1]](A(a[2]),n);delete t[i]}}}}function A(e){var t=e.match(M);var i=t[1]?"change:":"";i+=t[2].toLowerCase()+t[3];return i}function y(e,t,i){var n={silent:true};e.__initializingAttrs=true;for(var a in i){if(i.hasOwnProperty(a)){if(t[a].setter){e.set(a,i[a],n)}}}delete e.__initializingAttrs}var O=["value","getter","setter","readOnly"];function z(e,t){var i={};for(var n in e){var a=e[n];if(!t&&u(a)&&S(a,O)){i[n]=a;continue}i[n]={value:a}}return i}var L=["setter","getter","readOnly"];function N(e,t,i){var n,a;var r;for(n in t){if(t.hasOwnProperty(n)){a=t[n];r=e[n];if(!r){r=e[n]={}}a["value"]!==undefined&&(r["value"]=h(a["value"],r["value"]));if(i)continue;for(var s in L){var o=L[s];if(a[o]!==undefined){r[o]=a[o]}}}}return e}function S(e,t){for(var i=0,n=t.length;i<n;i++){if(e.hasOwnProperty(t[i])){return true}}return false}function k(e){return e==null||(s(e)||r(e))&&e.length===0||f(e)}function w(e,t){if(e===t)return true;if(k(e)&&k(t))return true;var n=i.call(e);if(n!=i.call(t))return false;switch(n){case"[object String]":return e==String(t);case"[object Number]":return e!=+e?t!=+t:e==0?1/e==1/t:e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object RegExp]":return e.source==t.source&&e.global==t.global&&e.multiline==t.multiline&&e.ignoreCase==t.ignoreCase;case"[object Array]":var a=e.toString();var r=t.toString();return a.indexOf("[object")===-1&&r.indexOf("[object")===-1&&a===r}if(typeof e!="object"||typeof t!="object")return false;if(u(e)&&u(t)){if(!w(d(e),d(t))){return false}for(var s in e){if(e[s]!==t[s])return false}return true}return false}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/base.js",["ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/src/aspect.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/src/attribute.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/src/aspect.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/src/attribute.js");t.exports=i.create({Implements:[n,a,r],initialize:function(e){this.initAttrs(e);s(this,this.attrs)},destroy:function(){this.off();for(var e in this){if(this.hasOwnProperty(e)){delete this[e]}}this.destroy=function(){}}});function s(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n="_onChange"+o(i);if(e[n]){e.on("change:"+i,e[n])}}}}function o(e){return e.charAt(0).toUpperCase()+e.substring(1)}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/cookie.js",[],function(require,e,t){var i=e;var n=decodeURIComponent;var a=encodeURIComponent;i.get=function(e,t){c(e);if(typeof t==="function"){t={converter:t}}else{t=t||{}}var i=r(document.cookie,!t["raw"]);return(t.converter||l)(i[e])};i.set=function(e,t,i){c(e);i=i||{};var n=i["expires"];var r=i["domain"];var s=i["path"];if(!i["raw"]){t=a(String(t))}var l=e+"="+t;var u=n;if(typeof u==="number"){u=new Date;u.setDate(u.getDate()+n)}if(u instanceof Date){l+="; expires="+u.toUTCString()}if(o(r)){l+="; domain="+r}if(o(s)){l+="; path="+s}if(i["secure"]){l+="; secure"}document.cookie=l;return l};i.remove=function(e,t){t=t||{};t["expires"]=new Date(0);return this.set(e,"",t)};function r(e,t){var i={};if(s(e)&&e.length>0){var a=t?n:l;var r=e.split(/;\s/g);var o;var c;var u;for(var f=0,p=r.length;f<p;f++){u=r[f].match(/([^=]+)=/i);if(u instanceof Array){try{o=n(u[1]);c=a(r[f].substring(u[1].length+1))}catch(h){}}else{o=n(r[f]);c=""}if(o){i[o]=c}}}return i}function s(e){return typeof e==="string"}function o(e){return s(e)&&e!==""}function c(e){if(!o(e)){throw new TypeError("Cookie name must be a non-empty string")}}function l(e){return e}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/ws-history.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/base.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/cookie.js"],function(require,e,t){var i=require("beta-jquery/jquery"),n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/base.js"),a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/cookie.js"),r="aep_history",s="keywords",o="product_selloffer",c="\n\n",l="^\n",u="$\n",f="	";var p=n.extend({attrs:{keywordsSize:{value:8},productsSize:{value:8}},groups:{},initialize:function(){this.refresh()},getKeywords:function(e){if(!this.groups||!this.groups[s]){return[]}var e=e||{};var t=e.limit||0;var i=this._sliceArray(this.groups[s],t).slice(0);return i},getProducts:function(e){if(!this.groups||!this.groups[o]){return[]}var e=e||{};var t=e.limit||0;var i=this._sliceArray(this.groups[o],t);var n=[];for(var a=0,r=i.length;a<r;a++){var s=i[a].replace(/^http(s)?:\/\/.*\/(\d+_)?|\.html.*$/gi,"");if(/^\d+$/.test(s)){n.push(s)}}return n},logProduct:function(e){if(!e||!e.id){return}var t=this._addItem({array:this.getProducts(),item:e.id,maxSize:this.get("productsSize")});var i=this._buildWholeCookie({keywordArray:this.getKeywords(),productArray:t});a.set(r,i,{domain:"aliexpress.com",path:"/",expires:365});this.refresh()},refresh:function(){this.groups=this._parseGroups()},_buildWholeCookie:function(e){var t=e.keywordArray||[];var i=e.productArray||[];var n=this._buildGroup({group:s,array:t.reverse()});var a=this._buildGroup({group:o,array:i.reverse()});return n+c+a},_buildGroup:function(e){var t=e.group||"";var i=e.array||[];if(!t||t.length<=0){return""}return t+l+t+f+i.join(f)},_addItem:function(e){var t=e.array||[];var i=e.item||"";var n=e.maxSize||"";if(!i||i.length<=0){return t}var a=t.slice(0);a=a.reverse();this._appendToArray(i,a);a=a.reverse().splice(0,n);return a},_appendToArray:function(e,t){var n=i.inArray(e,t);if(i.inArray(e,t)>=0){t.splice(n,1)}t.push(e)},_sliceArray:function(e,t){if(t>0){return e.splice(0,t)}return e},_parseGroups:function(){var e={};var t=a.get(r,{domain:"aliexpress.com",path:"/"});if(t){var i=t.split(c);for(var n=0,s=i.length;n<s;n++){var o=i[n].split(l);var u=o[0];var f=o[1];var p=this._parseGroupContent(u,f);e[u]=p}}return e},_parseGroupContent:function(e,t){if(!t||t.length===0){return[]}var i=t.indexOf(e);if(i>=0){t=t.substring(i+e.length+f.length)}var n=t.split(f);n=n.reverse();n=this._uniqueArray(n);return n},_uniqueArray:function(e){var t=e;for(var i=1;i<t.length;i++){if(t[i]===t[i-1]){t.splice(i--,1)}}return t}});t.exports=new p});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/ws-cookie.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/base.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/cookie.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/ws-history.js"],function(require,e,t){"use strict";var i=require("beta-jquery/jquery");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/base.js");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/cookie.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/ws-history.js");var s=n.extend({attrs:{siteFormat:/^[a-z]{3}(_[a-z]{1})?$/,x_localeFormat:/^[a-z]{2}_[A-Z]{2}$/,s_localeFormat:/^[a-z]{2}_[A-Z]{2}$/,b_localeFormat:/^[a-z]{2}_[A-Z]{2}$/,c_tpFormat:/^[A-Z]{3}$/,regionFormat:/^[A-Z]{2,3}$/,provinceFormat:/^[0-9]{18}$/,cityFormat:/^[0-9]{18}$/,siFormat:/^(glo|rus|bra|esp|idn|fra|deu|ita)$/,signFormat:/^(y|n)$/,x_userFormat:/^.*$/,issFormat:/^(y)$/,isbFormat:/^(y)$/,ispmFormat:/^(y)$/,isksFormat:/^(y)$/,isgclFormat:/^(y)$/,reg_verFormat:/^(new|old)$/,x_lFormat:/^[01]{1}$/,ber_lFormat:/^A\d$/,zero_orderFormat:/^(y)$/,ae_u_p_sFormat:/^[012]{1}$/,ups_u_tFormat:/^[0-9]{13,}$/},_setcookie:function(e,t,i){if(!this.validate(t,i)){return false}var n=a.get(e,{domain:"aliexpress.com",path:"/",raw:true})||"";var r=new RegExp("(.*&?"+t+"=)(.*?)(&.*|$)");if(r.test(n)){n=RegExp.$1+i+RegExp.$3}else{n=(n?n+"&":"")+(t+"="+i)}a.set(e,n,{domain:"aliexpress.com",path:"/",expires:365*10,raw:true})},_getCookie:function(e,t){var i=a.get(e,{domain:"aliexpress.com",path:"/",raw:true})||"";var n=new RegExp("(.*&?"+t+"=)(.*?)(&.*|$)");i.match(n);var r=RegExp.$2;if(n.test(i)&&this.validate(t,r)){return r}else{return""}},_removeCookie:function(e,t){if(!t){return}var i=a.get(e,{domain:"aliexpress.com",path:"/",raw:true})||"";if(!i){return}var n=i.split("&");var r=new RegExp(t+"=.*?");for(var s=n.length;s>-1;s--){if(r.test(n[s])){n.splice(s,1)}}i=n.join("&");a.set(e,i,{domain:"aliexpress.com",path:"/",expires:365*10,raw:true})},validate:function(e,t){if(/(&|=)/.test(t))return false;if(t&&this.get(e+"Format")&&this.get(e+"Format").test(t)){return true}else{return false}},getMSite:function(e,t){var i=a.get(e,{domain:"m.aliexpress.com",path:"/",raw:true})||"";var n=new RegExp("(.*&?"+t+"=)(.*?)(&.*|$)");i.match(n);var r=RegExp.$2;if(n.test(i)&&this.validate(t,r)){return r}else{return""}},setSite:function(e){this._setcookie("aep_usuc_f","site",e)},getSite:function(){return this._getCookie("aep_usuc_f","site")},getZeroOrder:function(){return this._getCookie("xman_us_f","zero_order")},isZeroOrderUser:function(){if(this.getZeroOrder()==="y"){return true}else{return false}},setRegion:function(e){this._setcookie("aep_usuc_f","region",e)},getRegion:function(){return this._getCookie("aep_usuc_f","region")},setProvince:function(e){this._setcookie("aep_usuc_f","province",e)},getProvince:function(){return this._getCookie("aep_usuc_f","province")},removeProvince:function(){this._removeCookie("aep_usuc_f","province")},setCity:function(e){this._setcookie("aep_usuc_f","city",e)},getCity:function(){return this._getCookie("aep_usuc_f","city")},removeCity:function(){this._removeCookie("aep_usuc_f","city")},setCurrency:function(e){this._setcookie("aep_usuc_f","c_tp",e)},getCurrency:function(){return this._getCookie("aep_usuc_f","c_tp")},setLocale:function(e){this._setcookie("xman_us_f","x_locale",e)},getLocale:function(){return this._getCookie("xman_us_f","x_locale")},setSellerLocale:function(e){a.set("intl_locale",e,{domain:"aliexpress.com",path:"/",expires:365,raw:true});this.setLocale(e);this._setcookie("aep_usuc_f","s_locale",e)},getSellerLocale:function(){return this._getCookie("aep_usuc_f","s_locale")},setBuyerLocale:function(e){this.setLocale(e);this._setcookie("aep_usuc_f","b_locale",e)},getBuyerLocale:function(){return this._getCookie("aep_usuc_f","b_locale")},getSign:function(){return this._getCookie("xman_us_t","sign")},isLoggedIn:function(){if(this.getSign()=="y"){return true}else{return false}},getIss:function(){return this._getCookie("aep_usuc_f","iss")},isSeller:function(){if(this.getIss()==="y"){return true}else{return false}},getIsb:function(){return this._getCookie("aep_usuc_f","isb")},isBuyer:function(){if(this.getIsb()==="y"){return true}else{return false}},getIsks:function(){return this._getCookie("aep_usuc_f","isks")},isKaSeller:function(){if(this.getIsks()==="y"){return true}else{return false}},getIsgcl:function(){return this._getCookie("aep_usuc_f","isgcl")},isGreenChannel:function(){if(this.getIsgcl()==="y"){return true}else{return false}},getIspm:function(){return this._getCookie("aep_usuc_f","ispm")},isPremiumMember:function(){if(this.getIspm()==="y"){return true}else{return false}},getIsfm:function(){return this._getCookie("aep_usuc_f","isfm")},isFreeMember:function(){if(this.getIsfm()==="y"){return true}else{return false}},getRegVer:function(){return this._getCookie("aep_usuc_f","reg_ver")},getOversea:function(){return this._getCookie("xman_us_f","x_l")},isOversea:function(){if(this.getOversea()==="1"){return false}else{return true}},_getXUserRaw:function(){return this._getCookie("xman_us_f","x_user")},getXUserObj:function(){var e={country:"",firstName:"",lastName:"",memberSeq:""};var t=this._getXUserRaw()||"";var i=t.split("|");if(i.length>=5){e.country=i[0];e.firstName=i[1].replace(/</g,"&lt;").replace(/>/g,"&gt;");e.lastName=i[2].replace(/</g,"&lt;").replace(/>/g,"&gt;");e.memberSeq=i[4]}return e},isNewUser:function(){if(this.getXUserObj().memberSeq!==""){return false}else{return true}},setHistory:function(e){if(!e)return;r.logProduct({id:e})},getHistory:function(){return r.getProducts()},setAETest:function(){},getAETest:function(){return""},getBerL:function(){return this._getCookie("aep_usuc_t","ber_l")},getAeUps:function(){return this._getCookie("aep_usuc_f","ae_u_p_s")},setAeUps:function(e){return this._setcookie("aep_usuc_f","ae_u_p_s",e)},getAeUpsTime:function(){return this._getCookie("aep_usuc_f","ups_u_t")},setAeUpsTime:function(e){return this._setcookie("aep_usuc_f","ups_u_t",e)}});t.exports=new s});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/ar-ae.js",[],function(require,e,t){t.exports={UNAVIALABLE_SERVICE:"服务暂时不可用,请稍后重试.",NEED_ACTIVE:"您的账号{{account}}首次使用本网站业务，请{{activeLink}}完成激活后，回到本页继续操作。",GOTO_ACTIVE:"立即激活",NOT_ACTIVED:"账号尚未激活成功，请{{activeLink}}完成激活。",COMPLETE_ACTIVE:"确认激活成功",SIGN_UP_WITH_ANOTHER_ACCOUNT:"使用其他账号登录"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/de-de.js",[],function(require,e,t){t.exports={UNAVIALABLE_SERVICE:"服务暂时不可用,请稍后重试.",NEED_ACTIVE:"您的账号{{account}}首次使用本网站业务，请{{activeLink}}完成激活后，回到本页继续操作。",GOTO_ACTIVE:"立即激活",NOT_ACTIVED:"账号尚未激活成功，请{{activeLink}}完成激活。",COMPLETE_ACTIVE:"确认激活成功",SIGN_UP_WITH_ANOTHER_ACCOUNT:"使用其他账号登录"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/en-us.js",[],function(require,e,t){t.exports={UNAVIALABLE_SERVICE:"Service is unavailable, please retry again later.",NEED_ACTIVE:"您的账号{{account}}首次使用本网站业务，请{{activeLink}}完成激活后，回到本页继续操作。",GOTO_ACTIVE:"立即激活",NOT_ACTIVED:"账号尚未激活成功，请{{activeLink}}完成激活。",COMPLETE_ACTIVE:"确认激活成功",SIGN_UP_WITH_ANOTHER_ACCOUNT:"使用其他账号登录"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/es-es.js",[],function(require,e,t){t.exports={UNAVIALABLE_SERVICE:"El servicio no está disponible, por favor inténtalo de nuevo más tarde.",NEED_ACTIVE:"您的账号{{account}}首次使用本网站业务，请{{activeLink}}完成激活后，回到本页继续操作。",GOTO_ACTIVE:"立即激活",NOT_ACTIVED:"账号尚未激活成功，请{{activeLink}}完成激活。",COMPLETE_ACTIVE:"确认激活成功",SIGN_UP_WITH_ANOTHER_ACCOUNT:"使用其他账号登录"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/fr-fr.js",[],function(require,e,t){t.exports={UNAVIALABLE_SERVICE:"Le service n'est pas disponible, veuillez réessayer plus tard.",NEED_ACTIVE:"您的账号{{account}}首次使用本网站业务，请{{activeLink}}完成激活后，回到本页继续操作。",GOTO_ACTIVE:"立即激活",NOT_ACTIVED:"账号尚未激活成功，请{{activeLink}}完成激活。",COMPLETE_ACTIVE:"确认激活成功",SIGN_UP_WITH_ANOTHER_ACCOUNT:"使用其他账号登录"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/id-id.js",[],function(require,e,t){t.exports={UNAVIALABLE_SERVICE:"Servis ini tidak tersedia sekarang, silahkan coba lagi.",NEED_ACTIVE:"您的账号{{account}}首次使用本网站业务，请{{activeLink}}完成激活后，回到本页继续操作。",GOTO_ACTIVE:"立即激活",NOT_ACTIVED:"账号尚未激活成功，请{{activeLink}}完成激活。",COMPLETE_ACTIVE:"确认激活成功",SIGN_UP_WITH_ANOTHER_ACCOUNT:"使用其他账号登录"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/in-id.js",[],function(require,e,t){t.exports={UNAVIALABLE_SERVICE:"Servis ini tidak tersedia sekarang, silahkan coba lagi.",NEED_ACTIVE:"您的账号{{account}}首次使用本网站业务，请{{activeLink}}完成激活后，回到本页继续操作。",GOTO_ACTIVE:"立即激活",NOT_ACTIVED:"账号尚未激活成功，请{{activeLink}}完成激活。",COMPLETE_ACTIVE:"确认激活成功",SIGN_UP_WITH_ANOTHER_ACCOUNT:"使用其他账号登录"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/it-it.js",[],function(require,e,t){t.exports={UNAVIALABLE_SERVICE:"Il servizio non è disponibile, si prega di riprovare più tardi.",NEED_ACTIVE:"您的账号{{account}}首次使用本网站业务，请{{activeLink}}完成激活后，回到本页继续操作。",GOTO_ACTIVE:"立即激活",NOT_ACTIVED:"账号尚未激活成功，请{{activeLink}}完成激活。",COMPLETE_ACTIVE:"确认激活成功",SIGN_UP_WITH_ANOTHER_ACCOUNT:"使用其他账号登录"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/ja-jp.js",[],function(require,e,t){t.exports={UNAVIALABLE_SERVICE:"現在このサービスはご利用いただけませんので、しばらくしてから再度お試し下さい。",NEED_ACTIVE:"您的账号{{account}}首次使用本网站业务，请{{activeLink}}完成激活后，回到本页继续操作。",GOTO_ACTIVE:"立即激活",NOT_ACTIVED:"账号尚未激活成功，请{{activeLink}}完成激活。",COMPLETE_ACTIVE:"确认激活成功",SIGN_UP_WITH_ANOTHER_ACCOUNT:"使用其他账号登录"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/ko-kr.js",[],function(require,e,t){t.exports={UNAVIALABLE_SERVICE:"서비스를 사용할 수 없습니다. 잠시 후 다시 시도하십시오.",NEED_ACTIVE:"您的账号{{account}}首次使用本网站业务，请{{activeLink}}完成激活后，回到本页继续操作。",GOTO_ACTIVE:"立即激活",NOT_ACTIVED:"账号尚未激活成功，请{{activeLink}}完成激活。",COMPLETE_ACTIVE:"确认激活成功",SIGN_UP_WITH_ANOTHER_ACCOUNT:"使用其他账号登录"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/nl-nl.js",[],function(require,e,t){t.exports={UNAVIALABLE_SERVICE:"Service is niet beschikbaar. Probeer het lager nogmaals.",NEED_ACTIVE:"您的账号{{account}}首次使用本网站业务，请{{activeLink}}完成激活后，回到本页继续操作。",GOTO_ACTIVE:"立即激活",NOT_ACTIVED:"账号尚未激活成功，请{{activeLink}}完成激活。",COMPLETE_ACTIVE:"确认激活成功",SIGN_UP_WITH_ANOTHER_ACCOUNT:"使用其他账号登录"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/pt-br.js",[],function(require,e,t){t.exports={UNAVIALABLE_SERVICE:"Servi??o n??o está disponível, por favor, tente novamente mais tarde.",NEED_ACTIVE:"您的账号{{account}}首次使用本网站业务，请{{activeLink}}完成激活后，回到本页继续操作。",GOTO_ACTIVE:"立即激活",NOT_ACTIVED:"账号尚未激活成功，请{{activeLink}}完成激活。",COMPLETE_ACTIVE:"确认激活成功",SIGN_UP_WITH_ANOTHER_ACCOUNT:"使用其他账号登录"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/pt-pt.js",[],function(require,e,t){t.exports={UNAVIALABLE_SERVICE:"Servi??o n??o está disponível, por favor, tente novamente mais tarde.",NEED_ACTIVE:"您的账号{{account}}首次使用本网站业务，请{{activeLink}}完成激活后，回到本页继续操作。",GOTO_ACTIVE:"立即激活",NOT_ACTIVED:"账号尚未激活成功，请{{activeLink}}完成激活。",COMPLETE_ACTIVE:"确认激活成功",SIGN_UP_WITH_ANOTHER_ACCOUNT:"使用其他账号登录"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/ru-ru.js",[],function(require,e,t){t.exports={UNAVIALABLE_SERVICE:"Служба недоступна, повторите попытку позже.",NEED_ACTIVE:"您的账号{{account}}首次使用本网站业务，请{{activeLink}}完成激活后，回到本页继续操作。",GOTO_ACTIVE:"立即激活",NOT_ACTIVED:"账号尚未激活成功，请{{activeLink}}完成激活。",COMPLETE_ACTIVE:"确认激活成功",SIGN_UP_WITH_ANOTHER_ACCOUNT:"使用其他账号登录"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/th-th.js",[],function(require,e,t){t.exports={UNAVIALABLE_SERVICE:"ไม่สามารถให้บริการได้ในขณะนี้ กรุณาลองใหม่ในภายหลัง",NEED_ACTIVE:"您的账号{{account}}首次使用本网站业务，请{{activeLink}}完成激活后，回到本页继续操作。",GOTO_ACTIVE:"立即激活",NOT_ACTIVED:"账号尚未激活成功，请{{activeLink}}完成激活。",COMPLETE_ACTIVE:"确认激活成功",SIGN_UP_WITH_ANOTHER_ACCOUNT:"使用其他账号登录"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/tr-tr.js",[],function(require,e,t){t.exports={UNAVIALABLE_SERVICE:"Hizmete erişilemiyor, lütfen daha sonra tekrar deneyin.",NEED_ACTIVE:"您的账号{{account}}首次使用本网站业务，请{{activeLink}}完成激活后，回到本页继续操作。",GOTO_ACTIVE:"立即激活",NOT_ACTIVED:"账号尚未激活成功，请{{activeLink}}完成激活。",COMPLETE_ACTIVE:"确认激活成功",SIGN_UP_WITH_ANOTHER_ACCOUNT:"使用其他账号登录"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/vi-vi.js",[],function(require,e,t){t.exports={UNAVIALABLE_SERVICE:"Dịch vụ chưa sẵn sàng, vui lòng thử lại lần sau.",NEED_ACTIVE:"您的账号{{account}}首次使用本网站业务，请{{activeLink}}完成激活后，回到本页继续操作。",GOTO_ACTIVE:"立即激活",NOT_ACTIVED:"账号尚未激活成功，请{{activeLink}}完成激活。",COMPLETE_ACTIVE:"确认激活成功",SIGN_UP_WITH_ANOTHER_ACCOUNT:"使用其他账号登录"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/zh-cn.js",[],function(require,e,t){t.exports={UNAVIALABLE_SERVICE:"服务暂时不可用，请稍后重试.",NEED_ACTIVE:"您的账号{{account}}首次使用本网站业务，请{{activeLink}}完成激活后，回到本页继续操作。",GOTO_ACTIVE:"立即激活",NOT_ACTIVED:"账号尚未激活成功，请{{activeLink}}完成激活。",COMPLETE_ACTIVE:"确认激活成功",SIGN_UP_WITH_ANOTHER_ACCOUNT:"使用其他账号登录"}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n.js",["ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/ar-ae.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/de-de.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/en-us.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/es-es.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/fr-fr.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/id-id.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/in-id.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/it-it.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/ja-jp.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/ko-kr.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/nl-nl.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/pt-br.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/pt-pt.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/ru-ru.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/th-th.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/tr-tr.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/vi-vi.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/zh-cn.js"],function(require,e,t){var i={"ar-ae":"ar-ae","de-de":"de-de","en-us":"en-us","es-es":"es-es","fr-fr":"fr-fr","id-id":"id-id","in-id":"in-id","it-it":"it-it","ja-jp":"ja-jp","ko-kr":"ko-kr","nl-nl":"nl-nl","pt-br":"pt-br","pt-pt":"pt-pt","ru-ru":"ru-ru","th-th":"th-th","tr-tr":"tr-tr","vi-vi":"vi-vi","zh-cn":"zh-cn"};var n={"ar-ae":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/ar-ae.js"),"de-de":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/de-de.js"),"en-us":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/en-us.js"),"es-es":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/es-es.js"),"fr-fr":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/fr-fr.js"),"id-id":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/id-id.js"),"in-id":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/in-id.js"),"it-it":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/it-it.js"),"ja-jp":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/ja-jp.js"),"ko-kr":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/ko-kr.js"),"nl-nl":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/nl-nl.js"),"pt-br":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/pt-br.js"),"pt-pt":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/pt-pt.js"),"ru-ru":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/ru-ru.js"),"th-th":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/th-th.js"),"tr-tr":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/tr-tr.js"),"vi-vi":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/vi-vi.js"),"zh-cn":require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n/zh-cn.js")};function a(e){var t=n[i[e]||"en-us"];t._=a;t.locale=e;return t}try{var r=window.AE_SITE_LANGUAGE_CODE||seajs.data.vars.locale}catch(s){var r="en-us"}t.exports=a(r)});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/login.tpl",[],function(require,e,t){t.exports='<div class="wslogin-loading"></div>\n<p class="wslogin-error-tip" id="wslogin-unavialable-service" style="display:none;">{{i18n.UNAVIALABLE_SERVICE}}</p>\n<div id="wslogin-active-box" style="display:none;">\n	<div id="wslogin-active-message" class="wslogin-active-message">\n		{{i18n.NEED_ACTIVE}}\n	</div>\n	<button id="active-btn" class="active-btn ui-button ui-button-primary ui-button-medium">{{i18n.GOTO_ACTIVE}}</button>\n	<button id="validate-btn" class="validate-btn ui-button ui-button-primary ui-button-medium" style="display:none;">{{i18n.COMPLETE_ACTIVE}}</button>\n	<br><a id="other-account" href="javascript:void(0);">使用其他帐户登录</a>\n</div>\n'});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/login.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/widget.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/zeta-util/template/index.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/ws-cookie.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/login.tpl"],function(require,e,t){
window.sufei_jsonp_ignore=[/passport\.aliexpress\.com\/newlogin/];var i=require("beta-jquery/jquery");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-widget/widget.js");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/zeta-util/template/index.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/node_modules/@alife/beta-cookie/ws-cookie.js");var s={havanaEmbedJs:"https://assets.daily.taobao.net/g/tb/login/0.2.5/havanalogin/js/mini-login-embedder-min.js",havanaIframeUrl:"https://passport.daily.aliexpress.com/mini_login.htm",havanaLoginCheckUrl:"https://passport.daily.aliexpress.com/newlogin/login.do?fromSite=4",tbSessionApplyStUrl:"https://passport.daily.alibaba.com/apply_st.htm",tbSessionMiniApplyStUrl:"https://passport.daily.alibaba.com/mini_apply_st.js",emailVerificationUrl:"https://passport.daily.aliexpress.com/ac/confirm_email.htm?from_site=13",activeUrl:"https://passport.daily.aliexpress.com/member/request_dispatcher.htm?from=ACTIVATION&_token="};var o={havanaEmbedJs:"https://aeis.alicdn.com/vip/login/0.5.18/havanalogin/js/mini-login-embedder-min.js",havanaIframeUrl:"https://passport.aliexpress.com/mini_login.htm",havanaLoginCheckUrl:"https://passport.aliexpress.com/newlogin/login.do?fromSite=4",tbSessionApplyStUrl:"https://passport.alibaba.com/apply_st.htm",tbSessionMiniApplyStUrl:"https://passport.alibaba.com/mini_apply_st.js",emailVerificationUrl:"https://passport.aliexpress.com/ac/confirm_email.htm?from_site=13",activeUrl:"https://passport.aliexpress.com/member/request_dispatcher.htm?from=ACTIVATION&_token="};var c=document.domain;var l=n.extend({attrs:{locale:"",scene:"home",appName:"aebuyer",isMobile:"false",notLoadSsoView:false,loginId:"",autoSmartLockLogin:false},events:{"click #active-btn":"gotoActive","click #validate-btn":"completeActive","click #change-account-btn":"gotoActive","click #other-account":"useOtherAccount"},fetchArgsCache:null,havanaInitTime:null,setup:function(){if(this.get("enableSmartLock")===true&&!this.isSmartLockSupported()){this.set("enableSmartLock",false)}this.set("isUseNewSmartlockApi",this._isUseNewSmartlockApi());this.setLocale();this.render();this.loadXmanConfig()},setLocale:function(){var e=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n.js");this.set("locale",e.locale);this.set("i18n",e)},setEnableSmartLock:function(e){if(e===true&&!this.isSmartLockSupported()){e=false}this.set("enableSmartLock",e)},render:function(){var e=this.get("i18n");var t=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/login.tpl");var i=a.compile(t)({i18n:e});this.element.html("").append(i)},gotoActive:function(){window.open(this.get("activeUrl")+this.get("activeToken"));this.element.find("#active-btn").hide();this.element.find("#validate-btn").show()},notActive:function(){var e=this.get("i18n").NOT_ACTIVED;var t=this.get("activeUrl")+this.get("activeToken");e=e.replace("{{activeLink}}",'<a target="_blank" href="'+t+'">访问激活页面</a>');this.element.find("#wslogin-active-message").css("color","red").html(e)},completeActive:function(){this.validateST(this.get("cacheSt"),this.get("cacheLoginId"),true,this.get("cacheAeLoginPattern"))},showActiveBox:function(){var e=this.get("cacheLoginId")||"";var t=this.get("activeUrl")+this.get("activeToken");var i=this.get("i18n").NEED_ACTIVE;i=i.replace("{{account}}","<strong> "+e+" </strong>");i=i.replace("{{activeLink}}",'<a target="_blank" href="'+t+'">访问激活页面</a>');this.element.find("#wslogin-active-message").html(i);this.element.children("#wslogin-active-box").show();this.element.children("iframe").hide();this.element.find("#active-btn").show();this.element.find("#validate-btn").hide()},hideActiveBox:function(){i("#alibaba-login-box").remove();this.element.children("#wslogin-active-box").hide()},showLoading:function(){this.element.find(".wslogin-loading").show()},hideLoading:function(){this.element.find(".wslogin-loading").hide()},initHavana:function(e){e=e||{};if(window.MiniLoginEmbedder){var t=this.element.attr("id");var n=this.get("locale");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/src/js/i18n.js");if(!a){n="en-us"}n=n.replace("-","_");var r=new window.MiniLoginEmbedder;var s={targetId:t,appName:this.get("appName"),iframeUrl:this.get("havanaIframeUrl"),lang:n,notKeepLogin:"true",notLoadSsoView:e.notLoadSsoView||this.get("notLoadSsoView")||false,iframeHeight:200,resizeIframeWidthFix:true,styleType:"auto",loginId:this.get("loginId")||this.get("xmanConfig").xloginPassport||"",isMobile:this.get("isMobile")};if(this.get("havanaQueryStr")!==undefined&&this.get("havanaQueryStr")!==null){s.queryStr=this.get("havanaQueryStr")}r.init(s)}else{this.showLoading();i.ajax({url:this.get("havanaEmbedJs"),dataType:"script",cache:true,context:this,success:function(){this.hideLoading();var t=new window.MiniLoginEmbedder;var i=this;t.addEvent("onMessage",function(e){if(!e.action)return;if(e.action==="resizeIframe")return;if(e.action=="afterInit"&&i.isIniting){i.isIniting=false;i.fetchArgsCache=e;i.havanaInitTime=new Date;i.trigger("afterHavanaInit",e);if(i.get("enableSmartLock")===true){i._doSmartLockFetch(e,i.get("autoSmartLockLogin"))}}if(e.action=="ivinit"){i.trigger("afterSafetyCheck")}if(e.action=="loginResult"||e.action=="hasLoginResult"){i.recordLoginStart(e.aeLoginPattern);if(e.resultCode==100&&e.st){i.set("cacheSt",e.st);i.set("cacheLoginId",e.loginId);i.set("cacheAeLoginPattern",e.aeLoginPattern);i.validateST(e.st,e.loginId,false,e.aeLoginPattern)}}});var n=this.element.attr("id");var a=this.get("locale");var r=this.get("i18n");a=a.replace("-","_");var s={targetId:n,appName:this.get("appName"),iframeUrl:this.get("havanaIframeUrl"),lang:a,notKeepLogin:"true",notLoadSsoView:e.notLoadSsoView||this.get("notLoadSsoView")||false,iframeHeight:200,resizeIframeWidthFix:true,styleType:"auto",loginId:this.get("loginId")||this.get("xmanConfig").xloginPassport||"",isMobile:this.get("isMobile")};if(this.get("havanaQueryStr")!==undefined&&this.get("havanaQueryStr")!==null){s.queryStr=this.get("havanaQueryStr")}t.init(s);this.isIniting=true}})}},recordLoginStart:function(e){if(typeof e==="undefined"||e===null||e.indexOf("martLock")===-1){e="common"}var t="https://login.aliexpress.com/statistics/loginStart.htm";var i=this.get("locale");i=i.replace("-","_");var n=new Date;t=t+"?locale="+i+"&startTime="+n.getTime()+"&pattern="+e;if(window.dmtrack_pageid){t=t+"&pageId="+window.dmtrack_pageid}(new Image).src=t},isSmartLockSupported:function(){if(navigator.credentials&&location.protocol==="https:"){var e=navigator.userAgent;var t=e.match(/Chrom(e|ium)\/([0-9]+)\./);var i=t?parseInt(t[2],10):false;if(+i>=51&&(/android/i.test(e)||this._getDevice(e)=="pc")){return true}}return false},_getDevice:function(e){var t="portrait";if(typeof window.orientation==="number"){if(window.orientation===90||window.orientation===-90)t="landscape"}else{if(window.matchMedia("(orientation: portrait)").matches)t="portrait";else if(window.matchMedia("(orientation: landscape)").matches)t="landscape"}var i=t==="portrait"?window.screen.width:window.screen.height;var n=/windows\s(?!phone)|macintosh/i.test(e)?"pc":i<640?"mobile":i>=640?"tablet":"unknown";return n},_isUseNewSmartlockApi:function(){var e=navigator.userAgent;var t=e?e.match(/Chrom(e|ium)\/([0-9]+)\./):false;var i=t?parseInt(t[2],10):false;return+i>=64},smartLockFetch:function(e){if(!this.get("enableSmartLock")===true){console.error("SmartLock isn't supported when invoking smartLockFetch() now!");return}if(e!==true){e=false}this._doSmartLockFetch(this.fetchArgsCache,e)},_doSmartLockFetch:function(e,t){var n=this;if(r.isLoggedIn()){return}var a=n.get("isUseNewSmartlockApi")?{mediation:t?"silent":"optional",password:true}:{unmediated:t,password:true};navigator.credentials.get(a).then(function(a){if(!a){return}if(a.type=="password"){n.setDocDomain();var r,s;try{r=document.getElementById("alibaba-login-box");s=r.contentDocument||r.contentWindow.document;i(s.getElementById("fm-login-password")).attr("placeholder","You are now signing in as "+a.id);s.getElementById("fm-login-id").value=a.id}catch(o){n._logError("_doSmartLockFetch-1",o)}a.idName="loginId";a.additionalData=new FormData;var c=new FormData;c.append("loginId",a.id);c.append("password",a.password);for(var l in e){if(e.hasOwnProperty(l)){a.additionalData.append(l,e[l]);c.append(l,e[l])}}a.additionalData.append("gsl","true");c.append("gsl","true");var u=n.get("isUseNewSmartlockApi")?{credentials:"include",body:c,method:"POST"}:{credentials:a,method:"POST"};fetch(n.get("havanaLoginCheckUrl"),u).then(function(e){e.json().then(function(e){try{if(document.getElementById("alibaba-login-box")){var i=document.getElementById("alibaba-login-box");e.content.data.aeLoginPattern=t===true?"autoSmartLock":"smartLock";i.contentWindow.miniLogin.handleLoginResult(e.content.data)}}catch(a){n._logError("_doSmartLockFetch-2",a)}n.restoreDocDomain()})}).catch(function(){n.restoreDocDomain()})}else{}})},_smartLockSave:function(e){var t=null;var i=null;this.setDocDomain();try{var n=document.getElementById("alibaba-login-box");var a=n.contentDocument||n.contentWindow.document;t=a.getElementById("fm-login-id").value;i=a.getElementById("fm-login-password").value}catch(r){this._logError("_smartLockSave",r)}this.restoreDocDomain();if(t!=null&&t!=""&&i!=null&&i!=""){var s=new PasswordCredential({id:t,password:i,iconURL:e});navigator.credentials.store(s).then(function(e){})}},validateST:function(e,t,n,a){var r="https://login.aliexpress.com/validateSTGroup.htm";var s=this.get("locale");s=s.replace("-","_");if(typeof a==="undefined"||a===null||a.indexOf("martLock")===-1){a="common"}var o={st:e,language:s,join_from:"aliexpress",pattern:a,passport:t,u_token:this.get("xmanConfig").u_token,scene:this.get("scene")};if(this.get("scene")==="oauth"){o.client_id=this.getUrlParameterByName("client_id");o.redirect_uri=this.getDecodedUrlParameterByName("redirect_uri");o.state=this.getUrlParameterByName("state")}if(this.get("scene")!=="batman"){o.return_url=location.href}if(n){o.verify_success="success"}if(this.havanaInitTime){o.initTime=this.havanaInitTime.getTime()}if(window.dmtrack_pageid){o.pageId=window.dmtrack_pageid}this.showLoading();i.ajax({url:r,data:o,context:this,dataType:"script",timeout:5e3,success:function(){this.hideLoading();if(typeof xman_success==="object"){if(this.get("enableSmartLock")===true){try{var e=null;if(xman_success.person_data&&xman_success.person_data.avatar_path){e=xman_success.person_data.avatar_path}else{e="https://img.alibaba.com//wimg/bison/single/default_header_pic.jpg"}this._smartLockSave(e)}catch(t){}}if(this.get("scene")==="oauth"){this.trigger("afterLogin",xman_success.redirect_uri);return}this.set("forceReturn",xman_success.forced_return);if(xman_success.isNeedUmid=="true"){this.initUmid({needUMID:true,u_token:xman_success.umidToken,umidTimestamp:xman_success.umidTimestamp,serviceLocation:xman_success.serviceLocation});this.get("xmanConfig").u_token=xman_success.umidToken}if(xman_success.cancel_icbu_tvs!=true){var n=xman_success.xlogin_urls;if(n&&n.length>0){this.setTbsessionWithoutResponse(xman_success.tbsessionToken);this.setAlibabaCookie(n[0])}}else{this.setTbsession(xman_success.tbsessionToken)}}else if(typeof need_activation==="object"){if(this.get("scene")!=="batman"){location.href=this.get("activeUrl")+need_activation.token}else{var a=this.element.children("#wslogin-active-box");if(a.is(":visible")){this.notActive()}else{this.set("activeToken",need_activation.token);this.showActiveBox()}}}else if(typeof need_email_verification==="object"){location.href=this.get("emailVerificationUrl")}else if(typeof xlogin_failed==="object"){var r=i("#wslogin-unavialable-service");if(this.get("appName")=="aeseller"){r.html("网络连接失败，请稍后再试")}r.show();setTimeout(function(){r.hide()},5e3)}},error:function(){this.hideLoading();var e=i("#wslogin-unavialable-service");if(this.get("appName")=="aeseller"){e.html("网络连接失败，请稍后再试")}e.show();setTimeout(function(){e.hide()},5e3)}})},setTbsessionWithoutResponse:function(e){if(typeof e==="undefined"||e===null||e===""){return}var t=this.get("tbSessionApplyStUrl");t=t+"?site=13&token="+e;(new Image).src=t},setTbsession:function(e){var t=this;if(typeof e==="undefined"||e===null||e===""){t.trigger("afterLogin",t.get("cacheLoginId"));return}this.showLoading();var n={site:13,token:e};tbsessionTimeout=setTimeout(function(){t.hideLoading();t.set("tbsessionTimeout",true);t.trigger("afterLogin",t.get("cacheLoginId"))},5e3);i.ajax({url:this.get("tbSessionMiniApplyStUrl"),data:n,context:this,dataType:"jsonp",success:function(){this.hideLoading();clearTimeout(tbsessionTimeout);if(!this.get("tbsessionTimeout")){this.trigger("afterLogin",this.get("cacheLoginId"))}}})},setAlibabaCookie:function(e){this.showLoading();var t={moduleKey:"common.xman.SetCookie",u_token:this.get("xmanConfig").u_token};var n=this;tvsTimeout=setTimeout(function(){n.hideLoading();n.set("tvsTimeout",true);n.trigger("afterLogin",n.get("cacheLoginId"))},5e3);i.ajax({url:e,data:t,context:this,dataType:"script",success:function(){this.hideLoading();clearTimeout(tvsTimeout);if(!this.get("tvsTimeout")){this.trigger("afterLogin",this.get("cacheLoginId"))}}})},setEnv:function(e){if(e=="test"){this.set("havanaEmbedJs",s.havanaEmbedJs);this.set("havanaIframeUrl",s.havanaIframeUrl);this.set("havanaLoginCheckUrl",s.havanaLoginCheckUrl);this.set("tbSessionApplyStUrl",s.tbSessionApplyStUrl);this.set("tbSessionMiniApplyStUrl",s.tbSessionMiniApplyStUrl);this.set("activeUrl",s.activeUrl);this.set("emailVerificationUrl",s.emailVerificationUrl)}else if(e=="run"){this.set("havanaEmbedJs",o.havanaEmbedJs);this.set("havanaIframeUrl",o.havanaIframeUrl);this.set("havanaLoginCheckUrl",o.havanaLoginCheckUrl);this.set("tbSessionApplyStUrl",o.tbSessionApplyStUrl);this.set("tbSessionMiniApplyStUrl",o.tbSessionMiniApplyStUrl);this.set("activeUrl",o.activeUrl);this.set("emailVerificationUrl",o.emailVerificationUrl)}},loadXmanConfig:function(){this.showLoading();if(window.ae_xman_config){this.hideLoading();var e=window.ae_xman_config||null;this.set("xmanConfig",e);this.setEnv(e.mode);this.initHavana();this.initUmid(e)}else{i.ajax({url:"https://login.aliexpress.com/xman/xman_config_new.htm",context:this,dataType:"script",success:function(){this.hideLoading();var e=window.ae_xman_config||null;this.set("xmanConfig",e);if(window.ae_xman_config){isInBucket=window.ae_xman_config.isInBucket?window.ae_xman_config.isInBucket:false;if(this.get("enableSmartLock")===undefined&&isInBucket==true&&this.isSmartLockSupported()){this.set("enableSmartLock",true)}}this.setEnv(e.mode);this.initHavana();this.initUmid(e)}})}},initUmid:function(e){if(!e.needUMID)return;var t=document.getElementById("_umfp");if(!t){t=document.createElement("div");t.id="_umfp";t.style.cssText="display:block;position:absolute;top:-5000px;left:-5000px;width:1px;height:1px;overflow:hidden;";document.body.appendChild(t)}window._pointman_q=window._pointman_q||[];window._pointman_q.push(["um",function(t){var i=document.getElementById("_umfp");t.init({timeout:15e3,serviceLocation:e.serviceLocation||"us",appName:"intl-login",token:e.u_token,containers:{flash:i,dcp:i}})}]);i.ajax({url:"https://aeis.alicdn.com/sd/pointman/js/pt2.js?_="+Math.floor((new Date).getTime()/36e5),dataType:"script",cache:true})},useOtherAccount:function(){this.hideActiveBox();i("#alibaba-login-box").remove();this.initHavana({notLoadSsoView:true})},getDecodedUrlParameterByName:function(e,t){return decodeURIComponent(this.getUrlParameterByName(e,t))},getUrlParameterByName:function(e,t){if(!t)t=window.location.href;e=e.replace(/[\[\]]/g,"\\$&");var i=new RegExp("[?&]"+e+"(=([^&#]*)|&|#|$)"),n=i.exec(t);if(!n)return null;if(!n[2])return"";return n[2].replace(/\+/g," ")},setDocDomain:function(){c=document.domain;document.domain="aliexpress.com"},restoreDocDomain:function(){if(document.domain!==c){document.domain=c}},_logError:function(e,t){var i=null;try{var n=document.getElementById("alibaba-login-box");i=(n.contentDocument||n.contentWindow.document).domain}catch(a){}typeof __WPO!=="undefined"&&__WPO.log("Accessing a cross-origin frame"+JSON.stringify({functionName:e,message:t.message,stack:t.stack,currentDomain:document.domain,iframeDomain:i}),1)}});t.exports=l});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js",[],function(require,e,t){function i(e){if(!(this instanceof i)&&u(e)){return a(e)}}t.exports=i;i.create=function(e,t){if(!u(e)){t=e;e=null}t||(t={});e||(e=t.Extends||i);t.Extends=e;function r(){e.apply(this,arguments);if(this.constructor===r&&this.initialize){this.initialize.apply(this,arguments)}}if(e!==i){o(r,e,e.StaticsWhiteList)}n.call(r,t);return a(r)};function n(e){var t,n;for(t in e){n=e[t];if(i.Mutators.hasOwnProperty(t)){i.Mutators[t].call(this,n)}else{this.prototype[t]=n}}}i.extend=function(e){e||(e={});e.Extends=this;return i.create(e)};function a(e){e.extend=i.extend;e.implement=n;return e}i.Mutators={Extends:function(e){var t=this.prototype;var i=s(e.prototype);o(i,t);i.constructor=this;this.prototype=i;this.superclass=e.prototype},Implements:function(e){l(e)||(e=[e]);var t=this.prototype,i;while(i=e.shift()){o(t,i.prototype||i)}},Statics:function(e){o(this,e)}};function r(){}var s=Object.__proto__?function(e){return{__proto__:e}}:function(e){r.prototype=e;return new r};function o(e,t,i){for(var n in t){if(t.hasOwnProperty(n)){if(i&&f(i,n)===-1)continue;if(n!=="prototype"){e[n]=t[n]}}}}var c=Object.prototype.toString;var l=Array.isArray||function(e){return c.call(e)==="[object Array]"};var u=function(e){return c.call(e)==="[object Function]"};var f=Array.prototype.indexOf?function(e,t){return e.indexOf(t)}:function(e,t){for(var i=0,n=e.length;i<n;i++){if(e[i]===t){return i}}return-1}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js",[],function(require,e,t){var i=/\s+/;function n(){}n.prototype.on=function(e,t,n){var a,r,s;if(!t)return this;a=this.__events||(this.__events={});e=e.split(i);while(r=e.shift()){s=a[r]||(a[r]=[]);s.push(t,n)}return this};n.prototype.once=function(e,t,i){var n=this;var a=function(){n.off(e,a);t.apply(this,arguments)};this.on(e,a,i)};n.prototype.off=function(e,t,n){var r,s,o,c;if(!(r=this.__events))return this;if(!(e||t||n)){delete this.__events;return this}e=e?e.split(i):a(r);while(s=e.shift()){o=r[s];if(!o)continue;if(!(t||n)){delete r[s];continue}for(c=o.length-2;c>=0;c-=2){if(!(t&&o[c]!==t||n&&o[c+1]!==n)){o.splice(c,2)}}}return this};n.prototype.trigger=function(e){var t,n,a,s,o,c,l=[],u,f=true;if(!(t=this.__events))return this;e=e.split(i);for(o=1,c=arguments.length;o<c;o++){l[o-1]=arguments[o]}while(n=e.shift()){if(a=t.all)a=a.slice();if(s=t[n])s=s.slice();f=r(s,l,this)&&f;f=r(a,[n].concat(l),this)&&f}return f};n.prototype.emit=n.prototype.trigger;n.mixTo=function(e){e=s(e)?e.prototype:e;var t=n.prototype;for(var i in t){if(t.hasOwnProperty(i)){e[i]=t[i]}}};var a=Object.keys;if(!a){a=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function r(e,t,i){var n=true;if(e){var a=0,r=e.length,s=t[0],o=t[1],c=t[2];switch(t.length){case 0:for(;a<r;a+=2){n=e[a].call(e[a+1]||i)!==false&&n}break;case 1:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s)!==false&&n}break;case 2:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o)!==false&&n}break;case 3:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o,c)!==false&&n}break;default:for(;a<r;a+=2){n=e[a].apply(e[a+1]||i,t)!==false&&n}break}}return n}function s(e){return Object.prototype.toString.call(e)==="[object Function]"}return n});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/src/aspect.js",[],function(require,e,t){e.before=function(e,t,i){return n.call(this,"before",e,t,i)};e.after=function(e,t,i){return n.call(this,"after",e,t,i)};var i=/\s+/;function n(e,t,n,s){var o=t.split(i);var c,l;while(c=o.shift()){l=a(this,c);if(!l.__isAspected){r.call(this,c)}this.on(e+":"+c,n,s)}return this}function a(e,t){var i=e[t];if(!i){throw new Error("Invalid method name: "+t)}return i}function r(e){var t=this[e];this[e]=function(){var i=Array.prototype.slice.call(arguments);var n=["before:"+e].concat(i);if(this.trigger.apply(this,n)===false)return;var a=t.apply(this,arguments);var r=["after:"+e,a].concat(i);this.trigger.apply(this,r);return a};this[e].__isAspected=true}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/src/attribute.js",[],function(require,e,t){e.initAttrs=function(e){var t=this.attrs={};var i=this.propsInAttrs||[];m(t,this,i);if(e){g(t,e)}y(this,t,e);_(this,t);b(i,this,t,true)};e.get=function(e){var t=this.attrs[e]||{};var i=t.value;return t.getter?t.getter.call(this,i,e):i};e.set=function(e,t,i){var n={};if(s(e)){n[e]=t}else{n=e;i=t}i||(i={});var a=i.silent;var r=i.override;var o=this.attrs;var c=this.__changedAttrs||(this.__changedAttrs={});for(e in n){if(!n.hasOwnProperty(e))continue;var l=o[e]||(o[e]={});t=n[e];if(l.readOnly){throw new Error("This attribute is readOnly: "+e)}if(l.setter){t=l.setter.call(this,t,e)}var f=this.get(e);if(!r&&u(f)&&u(t)){t=p(p({},f),t)}o[e].value=t;if(!this.__initializingAttrs&&!w(f,t)){if(a){c[e]=[t,f]}else{this.trigger("change:"+e,t,f,e)}}}return this};e.change=function(){var e=this.__changedAttrs;if(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];this.trigger("change:"+t,i[0],i[1],t)}}delete this.__changedAttrs}return this};e._isPlainObject=u;var i=Object.prototype.toString;var n=Object.prototype.hasOwnProperty;var a;(function(){var e=[];function t(){this.x=1}t.prototype={valueOf:1,y:1};for(var i in new t){e.push(i)}a=e[0]!=="x"})();var r=Array.isArray||function(e){return i.call(e)==="[object Array]"};function s(e){return i.call(e)==="[object String]"}function o(e){return i.call(e)==="[object Function]"}function c(e){return e!=null&&e==e.window}var l=function(){if(Object.getPrototypeOf){return function(e){return Object.getPrototypeOf(e)}}if(typeof"test".__proto__=="object"){return function(e){return e.__proto__}}return function(e){return false}}();function u(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)){return false}var t=l(e),r=Function.prototype.toString,s=r.call(Object),o;if(t===null){return true}if(t===false){var u;if(a){for(u in e){return n.call(e,u)}}for(u in e){}return u===undefined||n.call(e,u)}var f=n.call(t,"constructor")&&t.constructor;return typeof f=="function"&&f instanceof f&&r.call(f)==s}function f(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)||!e.hasOwnProperty){return false}for(var t in e){if(e.hasOwnProperty(t))return false}return true}function p(e,t){var i,n;for(i in t){if(t.hasOwnProperty(i)){e[i]=h(t[i],e[i])}}return e}function h(e,t){if(r(e)){e=e.slice()}else if(u(e)){u(t)||(t={});e=p(t,e)}return e}var d=Object.keys;if(!d){d=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function m(e,t,i){var n=[];var a=t.constructor.prototype;while(a){if(!a.hasOwnProperty("attrs")){a.attrs={}}b(i,a.attrs,a);if(!f(a.attrs)){n.unshift(a.attrs)}a=a.constructor.superclass}for(var r=0,s=n.length;r<s;r++){N(e,z(n[r]))}}function g(e,t){N(e,z(t,true),true)}function b(e,t,i,n){for(var a=0,r=e.length;a<r;a++){var s=e[a];if(i.hasOwnProperty(s)){t[s]=n?t.get(s):i[s]}}}var v=/^(on|before|after)([A-Z].*)$/;var M=/^(Change)?([A-Z])(.*)/;function _(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n=t[i].value,a;if(o(n)&&(a=i.match(v))){e[a[1]](A(a[2]),n);delete t[i]}}}}function A(e){var t=e.match(M);var i=t[1]?"change:":"";i+=t[2].toLowerCase()+t[3];return i}function y(e,t,i){var n={silent:true};e.__initializingAttrs=true;for(var a in i){if(i.hasOwnProperty(a)){if(t[a].setter){e.set(a,i[a],n)}}}delete e.__initializingAttrs}var O=["value","getter","setter","readOnly"];function z(e,t){var i={};for(var n in e){var a=e[n];if(!t&&u(a)&&S(a,O)){i[n]=a;continue}i[n]={value:a}}return i}var L=["setter","getter","readOnly"];function N(e,t,i){var n,a;var r;for(n in t){if(t.hasOwnProperty(n)){a=t[n];r=e[n];if(!r){r=e[n]={}}a["value"]!==undefined&&(r["value"]=h(a["value"],r["value"]));if(i)continue;for(var s in L){var o=L[s];if(a[o]!==undefined){r[o]=a[o]}}}}return e}function S(e,t){for(var i=0,n=t.length;i<n;i++){if(e.hasOwnProperty(t[i])){return true}}return false}function k(e){return e==null||(s(e)||r(e))&&e.length===0||f(e)}function w(e,t){if(e===t)return true;if(k(e)&&k(t))return true;var n=i.call(e);if(n!=i.call(t))return false;switch(n){case"[object String]":return e==String(t);case"[object Number]":return e!=+e?t!=+t:e==0?1/e==1/t:e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object RegExp]":return e.source==t.source&&e.global==t.global&&e.multiline==t.multiline&&e.ignoreCase==t.ignoreCase;case"[object Array]":var a=e.toString();var r=t.toString();return a.indexOf("[object")===-1&&r.indexOf("[object")===-1&&a===r}if(typeof e!="object"||typeof t!="object")return false;if(u(e)&&u(t)){if(!w(d(e),d(t))){return false}for(var s in e){if(e[s]!==t[s])return false}return true}return false}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/base.js",["ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/src/aspect.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/src/attribute.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/src/aspect.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/src/attribute.js");t.exports=i.create({Implements:[n,a,r],initialize:function(e){this.initAttrs(e);s(this,this.attrs)},destroy:function(){this.off();for(var e in this){if(this.hasOwnProperty(e)){delete this[e]}}this.destroy=function(){}}});function s(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n="_onChange"+o(i);if(e[n]){e.on("change:"+i,e[n])}}}}function o(e){return e.charAt(0).toUpperCase()+e.substring(1)}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookie/cookie.js",[],function(require,e,t){var i=e;var n=decodeURIComponent;var a=encodeURIComponent;i.get=function(e,t){c(e);if(typeof t==="function"){t={converter:t}}else{t=t||{}}var i=r(document.cookie,!t["raw"]);return(t.converter||l)(i[e])};i.set=function(e,t,i){c(e);i=i||{};var n=i["expires"];var r=i["domain"];var s=i["path"];if(!i["raw"]){t=a(String(t))}var l=e+"="+t;var u=n;if(typeof u==="number"){u=new Date;u.setDate(u.getDate()+n)}if(u instanceof Date){l+="; expires="+u.toUTCString()}if(o(r)){l+="; domain="+r}if(o(s)){l+="; path="+s}if(i["secure"]){l+="; secure"}document.cookie=l;return l};i.remove=function(e,t){t=t||{};t["expires"]=new Date(0);return this.set(e,"",t)};function r(e,t){var i={};if(s(e)&&e.length>0){var a=t?n:l;var r=e.split(/;\s/g);var o;var c;var u;for(var f=0,p=r.length;f<p;f++){u=r[f].match(/([^=]+)=/i);if(u instanceof Array){try{o=n(u[1]);c=a(r[f].substring(u[1].length+1))}catch(h){}}else{o=n(r[f]);c=""}if(o){i[o]=c}}}return i}function s(e){return typeof e==="string"}function o(e){return s(e)&&e!==""}function c(e){if(!o(e)){throw new TypeError("Cookie name must be a non-empty string")}}function l(e){return e}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js",[],function(require,e,t){function i(e){if(!(this instanceof i)&&u(e)){return a(e)}}t.exports=i;i.create=function(e,t){if(!u(e)){t=e;e=null}t||(t={});e||(e=t.Extends||i);t.Extends=e;function r(){e.apply(this,arguments);if(this.constructor===r&&this.initialize){this.initialize.apply(this,arguments)}}if(e!==i){o(r,e,e.StaticsWhiteList)}n.call(r,t);return a(r)};function n(e){var t,n;for(t in e){n=e[t];if(i.Mutators.hasOwnProperty(t)){i.Mutators[t].call(this,n)}else{this.prototype[t]=n}}}i.extend=function(e){e||(e={});e.Extends=this;return i.create(e)};function a(e){e.extend=i.extend;e.implement=n;return e}i.Mutators={Extends:function(e){var t=this.prototype;var i=s(e.prototype);o(i,t);i.constructor=this;this.prototype=i;this.superclass=e.prototype},Implements:function(e){l(e)||(e=[e]);var t=this.prototype,i;while(i=e.shift()){o(t,i.prototype||i)}},Statics:function(e){o(this,e)}};function r(){}var s=Object.__proto__?function(e){return{__proto__:e}}:function(e){r.prototype=e;return new r};function o(e,t,i){for(var n in t){if(t.hasOwnProperty(n)){if(i&&f(i,n)===-1)continue;if(n!=="prototype"){e[n]=t[n]}}}}var c=Object.prototype.toString;var l=Array.isArray||function(e){return c.call(e)==="[object Array]"};var u=function(e){return c.call(e)==="[object Function]"};var f=Array.prototype.indexOf?function(e,t){return e.indexOf(t)}:function(e,t){for(var i=0,n=e.length;i<n;i++){if(e[i]===t){return i}}return-1}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js",[],function(require,e,t){var i=/\s+/;function n(){}n.prototype.on=function(e,t,n){var a,r,s;if(!t)return this;a=this.__events||(this.__events={});e=e.split(i);while(r=e.shift()){s=a[r]||(a[r]=[]);s.push(t,n)}return this};n.prototype.once=function(e,t,i){var n=this;var a=function(){n.off(e,a);t.apply(this,arguments)};this.on(e,a,i)};n.prototype.off=function(e,t,n){var r,s,o,c;if(!(r=this.__events))return this;if(!(e||t||n)){delete this.__events;return this}e=e?e.split(i):a(r);while(s=e.shift()){o=r[s];if(!o)continue;if(!(t||n)){delete r[s];continue}for(c=o.length-2;c>=0;c-=2){if(!(t&&o[c]!==t||n&&o[c+1]!==n)){o.splice(c,2)}}}return this};n.prototype.trigger=function(e){var t,n,a,s,o,c,l=[],u,f=true;if(!(t=this.__events))return this;e=e.split(i);for(o=1,c=arguments.length;o<c;o++){l[o-1]=arguments[o]}while(n=e.shift()){if(a=t.all)a=a.slice();if(s=t[n])s=s.slice();f=r(s,l,this)&&f;f=r(a,[n].concat(l),this)&&f}return f};n.prototype.emit=n.prototype.trigger;n.mixTo=function(e){e=s(e)?e.prototype:e;var t=n.prototype;for(var i in t){if(t.hasOwnProperty(i)){e[i]=t[i]}}};var a=Object.keys;if(!a){a=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function r(e,t,i){var n=true;if(e){var a=0,r=e.length,s=t[0],o=t[1],c=t[2];switch(t.length){case 0:for(;a<r;a+=2){n=e[a].call(e[a+1]||i)!==false&&n}break;case 1:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s)!==false&&n}break;case 2:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o)!==false&&n}break;case 3:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o,c)!==false&&n}break;default:for(;a<r;a+=2){n=e[a].apply(e[a+1]||i,t)!==false&&n}break}}return n}function s(e){return Object.prototype.toString.call(e)==="[object Function]"}return n});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/src/aspect.js",[],function(require,e,t){
e.before=function(e,t,i){return n.call(this,"before",e,t,i)};e.after=function(e,t,i){return n.call(this,"after",e,t,i)};var i=/\s+/;function n(e,t,n,s){var o=t.split(i);var c,l;while(c=o.shift()){l=a(this,c);if(!l.__isAspected){r.call(this,c)}this.on(e+":"+c,n,s)}return this}function a(e,t){var i=e[t];if(!i){throw new Error("Invalid method name: "+t)}return i}function r(e){var t=this[e];this[e]=function(){var i=Array.prototype.slice.call(arguments);var n=["before:"+e].concat(i);if(this.trigger.apply(this,n)===false)return;var a=t.apply(this,arguments);var r=["after:"+e,a].concat(i);this.trigger.apply(this,r);return a};this[e].__isAspected=true}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/src/attribute.js",[],function(require,e,t){e.initAttrs=function(e){var t=this.attrs={};var i=this.propsInAttrs||[];m(t,this,i);if(e){g(t,e)}y(this,t,e);_(this,t);b(i,this,t,true)};e.get=function(e){var t=this.attrs[e]||{};var i=t.value;return t.getter?t.getter.call(this,i,e):i};e.set=function(e,t,i){var n={};if(s(e)){n[e]=t}else{n=e;i=t}i||(i={});var a=i.silent;var r=i.override;var o=this.attrs;var c=this.__changedAttrs||(this.__changedAttrs={});for(e in n){if(!n.hasOwnProperty(e))continue;var l=o[e]||(o[e]={});t=n[e];if(l.readOnly){throw new Error("This attribute is readOnly: "+e)}if(l.setter){t=l.setter.call(this,t,e)}var f=this.get(e);if(!r&&u(f)&&u(t)){t=p(p({},f),t)}o[e].value=t;if(!this.__initializingAttrs&&!w(f,t)){if(a){c[e]=[t,f]}else{this.trigger("change:"+e,t,f,e)}}}return this};e.change=function(){var e=this.__changedAttrs;if(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];this.trigger("change:"+t,i[0],i[1],t)}}delete this.__changedAttrs}return this};e._isPlainObject=u;var i=Object.prototype.toString;var n=Object.prototype.hasOwnProperty;var a;(function(){var e=[];function t(){this.x=1}t.prototype={valueOf:1,y:1};for(var i in new t){e.push(i)}a=e[0]!=="x"})();var r=Array.isArray||function(e){return i.call(e)==="[object Array]"};function s(e){return i.call(e)==="[object String]"}function o(e){return i.call(e)==="[object Function]"}function c(e){return e!=null&&e==e.window}var l=function(){if(Object.getPrototypeOf){return function(e){return Object.getPrototypeOf(e)}}if(typeof"test".__proto__=="object"){return function(e){return e.__proto__}}return function(e){return false}}();function u(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)){return false}var t=l(e),r=Function.prototype.toString,s=r.call(Object),o;if(t===null){return true}if(t===false){var u;if(a){for(u in e){return n.call(e,u)}}for(u in e){}return u===undefined||n.call(e,u)}var f=n.call(t,"constructor")&&t.constructor;return typeof f=="function"&&f instanceof f&&r.call(f)==s}function f(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)||!e.hasOwnProperty){return false}for(var t in e){if(e.hasOwnProperty(t))return false}return true}function p(e,t){var i,n;for(i in t){if(t.hasOwnProperty(i)){e[i]=h(t[i],e[i])}}return e}function h(e,t){if(r(e)){e=e.slice()}else if(u(e)){u(t)||(t={});e=p(t,e)}return e}var d=Object.keys;if(!d){d=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function m(e,t,i){var n=[];var a=t.constructor.prototype;while(a){if(!a.hasOwnProperty("attrs")){a.attrs={}}b(i,a.attrs,a);if(!f(a.attrs)){n.unshift(a.attrs)}a=a.constructor.superclass}for(var r=0,s=n.length;r<s;r++){N(e,z(n[r]))}}function g(e,t){N(e,z(t,true),true)}function b(e,t,i,n){for(var a=0,r=e.length;a<r;a++){var s=e[a];if(i.hasOwnProperty(s)){t[s]=n?t.get(s):i[s]}}}var v=/^(on|before|after)([A-Z].*)$/;var M=/^(Change)?([A-Z])(.*)/;function _(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n=t[i].value,a;if(o(n)&&(a=i.match(v))){e[a[1]](A(a[2]),n);delete t[i]}}}}function A(e){var t=e.match(M);var i=t[1]?"change:":"";i+=t[2].toLowerCase()+t[3];return i}function y(e,t,i){var n={silent:true};e.__initializingAttrs=true;for(var a in i){if(i.hasOwnProperty(a)){if(t[a].setter){e.set(a,i[a],n)}}}delete e.__initializingAttrs}var O=["value","getter","setter","readOnly"];function z(e,t){var i={};for(var n in e){var a=e[n];if(!t&&u(a)&&S(a,O)){i[n]=a;continue}i[n]={value:a}}return i}var L=["setter","getter","readOnly"];function N(e,t,i){var n,a;var r;for(n in t){if(t.hasOwnProperty(n)){a=t[n];r=e[n];if(!r){r=e[n]={}}a["value"]!==undefined&&(r["value"]=h(a["value"],r["value"]));if(i)continue;for(var s in L){var o=L[s];if(a[o]!==undefined){r[o]=a[o]}}}}return e}function S(e,t){for(var i=0,n=t.length;i<n;i++){if(e.hasOwnProperty(t[i])){return true}}return false}function k(e){return e==null||(s(e)||r(e))&&e.length===0||f(e)}function w(e,t){if(e===t)return true;if(k(e)&&k(t))return true;var n=i.call(e);if(n!=i.call(t))return false;switch(n){case"[object String]":return e==String(t);case"[object Number]":return e!=+e?t!=+t:e==0?1/e==1/t:e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object RegExp]":return e.source==t.source&&e.global==t.global&&e.multiline==t.multiline&&e.ignoreCase==t.ignoreCase;case"[object Array]":var a=e.toString();var r=t.toString();return a.indexOf("[object")===-1&&r.indexOf("[object")===-1&&a===r}if(typeof e!="object"||typeof t!="object")return false;if(u(e)&&u(t)){if(!w(d(e),d(t))){return false}for(var s in e){if(e[s]!==t[s])return false}return true}return false}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/base.js",["ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/src/aspect.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/src/attribute.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/src/aspect.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/src/attribute.js");t.exports=i.create({Implements:[n,a,r],initialize:function(e){this.initAttrs(e);s(this,this.attrs)},destroy:function(){this.off();for(var e in this){if(this.hasOwnProperty(e)){delete this[e]}}this.destroy=function(){}}});function s(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n="_onChange"+o(i);if(e[n]){e.on("change:"+i,e[n])}}}}function o(e){return e.charAt(0).toUpperCase()+e.substring(1)}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-cookie/cookie.js",[],function(require,e,t){var i=e;var n=decodeURIComponent;var a=encodeURIComponent;i.get=function(e,t){c(e);if(typeof t==="function"){t={converter:t}}else{t=t||{}}var i=r(document.cookie,!t["raw"]);return(t.converter||l)(i[e])};i.set=function(e,t,i){c(e);i=i||{};var n=i["expires"];var r=i["domain"];var s=i["path"];if(!i["raw"]){t=a(String(t))}var l=e+"="+t;var u=n;if(typeof u==="number"){u=new Date;u.setDate(u.getDate()+n)}if(u instanceof Date){l+="; expires="+u.toUTCString()}if(o(r)){l+="; domain="+r}if(o(s)){l+="; path="+s}if(i["secure"]){l+="; secure"}document.cookie=l;return l};i.remove=function(e,t){t=t||{};t["expires"]=new Date(0);return this.set(e,"",t)};function r(e,t){var i={};if(s(e)&&e.length>0){var a=t?n:l;var r=e.split(/;\s/g);var o;var c;var u;for(var f=0,p=r.length;f<p;f++){u=r[f].match(/([^=]+)=/i);if(u instanceof Array){try{o=n(u[1]);c=a(r[f].substring(u[1].length+1))}catch(h){}}else{o=n(r[f]);c=""}if(o){i[o]=c}}}return i}function s(e){return typeof e==="string"}function o(e){return s(e)&&e!==""}function c(e){if(!o(e)){throw new TypeError("Cookie name must be a non-empty string")}}function l(e){return e}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/cookieinfo.js",["ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/base.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-cookie/cookie.js"],function(require,e,t){"use strict";var i=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/base.js");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-cookie/cookie.js");var a={};var r=i.extend({attrs:{isLoggedIn:false,isNewUser:false,isFirstIn:true,country:"",firstName:"",lastName:"",serviceType:"",memberSeq:"",locale:""},setup:function(){var e={};if(n.get("xman_us_f")){var t=n.get("xman_us_f").split("&");for(var i=t.length;i--;){var a=t[i].split("=");e[a[0]]=a[1]}}var r=n.get("xman_us_t");var s=n.get("xman_us_f");var o=/x_user=([^&"]+)/;if(r&&r.indexOf("sign=y")!==-1){this.set("isLoggedIn",true)}else{this.set("isLoggedIn",false)}if(s&&o.test(s)){s.match(o);s=RegExp.$1;s=s.split("|");if(s.length>=5){this.set("country",s[0]);this.set("firstName",s[1].replace(/</g,"&lt;").replace(/>/g,"&gt;"));this.set("lastName",s[2].replace(/</g,"&lt;").replace(/>/g,"&gt;"));this.set("serviceType",s[3]);this.set("memberSeq",s[4])}}if(this.get("memberSeq")!==""){this.set("isNewUser",true)}if(n.get("ali_intl_firstIn")===""){this.set("isFirstIn",true)}if(n.get("intl_locale")){this.set("locale",n.get("intl_locale"))}else{var c=e["x_locale"];if(c){this.set("locale",c)}else{this.set("locale","en_US")}}return this}});a=(new r).setup();var s=function(){var e=true;var t=n.get("xman_us_f");var t;if(t&&t.indexOf("x_l=1")!==-1){e=false}if(t&&t.indexOf("x_l=0")!==-1){e=true}return e};function o(){var e=true;if(a.get("memberSeq")!==""){a.set("isNewUser",false);e=false}return e}t.exports={isLoggedIn:a.get("isLoggedIn"),isNewUser:o(),isFirstIn:a.get("isFirstIn"),country:a.get("country"),firstName:a.get("firstName"),lastName:a.get("lastName"),serviceType:a.get("serviceType"),memberSeq:a.get("memberSeq"),serverDomain:function(){var e,t;a.setup();e=a.get("serviceType"),t=["gs","cgs","twgs","hkgs","cnfm"];if(t.indexOf(e)>-1){return"hz"}return"us"},getIsLoggedIn:function(){a.setup();var e=a.get("isLoggedIn");return e},getIsNewUser:function(){a.setup();return o()},getCountry:function(){a.setup();return a.get("country")},getFirstName:function(){a.setup();return a.get("firstName")},getLastName:function(){a.setup();return a.get("lastName")},getServiceType:function(){a.setup();return a.get("serviceType")},getMemberSeq:function(){a.setup();return a.get("memberSeq")},getLocale:function(){a.setup();return a.get("locale")},getIsOversea:s}});define("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/clickstat.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/base.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookie/cookie.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/cookieinfo.js"],function(require,e,t){"use strict";var i=require("beta-jquery/jquery");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/base.js");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookie/cookie.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/cookieinfo.js");var s=n.extend({attrs:{buttonClick:function(e){var t=e.projectId||"",i=e.pageType||"",n=e.pageArea||"",s=e.buttonType||"",o=e.objectType||"",c=e.objectValue||"",l=e.clickBehavior||"";var u=a.get("ali_apache_id")||"";var f=r.memberSeq||"";var p="";var h=false;if(f!==""){h=true;p=f}else{p=u}var d={ae_project_id:t,ae_page_type:i,ae_page_area:n,ae_button_type:s,ae_object_type:o,ae_object_value:c,ae_ismember:h,ae_user_id:p,ae_click_behavior:l};if(typeof dmtrack!=="undefined"){window.dmtrack.clickstat(location.protocol+"//stat.alibaba.com/ae/aliexpress_button_click.html",d)}},ctr:function(e){var t=e.projectId||"",i=e.expPage||"",n=e.expPageArea||"",a=e.expType||"",r=e.expCondition||"",s=e.expProduct||"",o=e.expAttribute||"",c=e.expResultCnt||"",l=e.pageSize||"",u=e.pageNo||"",f=e.refer||"",p=e.scmId||"",h=e.pvid||"";var d={project_id:t,exp_page:i,exp_page_area:n,exp_type:a,exp_condition:r,exp_product:s,exp_attribute:o,exp_result_cnt:c,Page_size:l,Page_no:u,refer:f,scm_id:p,pvid:h};if(typeof dmtrack!=="undefined"){window.dmtrack.clickstat(location.protocol+"//stat.alibaba.com/ctr/aliexpress_ctr.html",d)}},p4pCtr:function(e){var t={session_id:e.sessionId,product_id:e.productId};if(typeof dmtrack!="undefined"){window.dmtrack.clickstat(location.protocol+"//stat.alibaba.com/ctr/aliexpress_p4p_ctr.html",t)}}}});var o=new s;t.exports={buttonClick:o.get("buttonClick"),ctr:o.get("ctr"),p4pCtr:o.get("p4pCtr")}});define("ae-ugc/node_modules/@alife/omega-batman/src/js/batman.tpl",[],function(require,e,t){t.exports='{{#if hasJoin}}\n<div id="batman-tabbed" class="ui-tab ui-tab-normal">\n	<ul class="ui-tab-nav">\n		<li data-role="trigger">\n			<a>{{i18n.NOT_MEMBER}}</a>\n		</li>\n		<li data-role="trigger">\n			<a>{{i18n.ALREADY_MEMBER}}</a>\n		</li>\n	</ul>\n	<div class="ui-tab-body">\n		<div id="batman-join-wrap" class="ui-tab-pane" data-role="panel">\n			join\n		</div>\n		<div id="batman-login-wrap" class="ui-tab-pane batman-login-wrap" data-role="panel">\n		</div>\n	</div>\n</div>\n{{else}}\n<div id="batman-login-wrap" class="ui-tab-pane batman-login-wrap" data-role="panel">\n</div>\n{{#if isNewReg}}\n<div class="batman-links-container">\n	<div class="join-link">\n		<a target="_blank" id="join-link" class="util-right" href="https://login.aliexpress.com/join/buyer/wholesaleJoin.htm?return_url={{location}}" title="join in">Join free now!</a>\n		<div style="clear:both;"></div>\n	</div>\n	<div class="facebook">\n		Sign in with:\n		<a target="_blank" href="//thirdparty.aliexpress.com/login.htm?type=fb">\n			<img src="https://u.alicdn.com/wimg/buyer/single/facebook.gif" />\n		</a>\n	</div>\n</div>\n{{/if}}\n{{/if}}\n'});define("ae-ugc/node_modules/@alife/omega-batman/src/js/batman-dialog.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/dialog.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-template/template.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/tabpanel.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/join.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/login.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/ws-cookie.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/clickstat.js","ae-ugc/node_modules/@alife/omega-batman/src/js/batman.tpl"],function(require,e,t){"use strict";var i=require("beta-jquery/jquery");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-dialog/dialog.js");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-template/template.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-tabpanel/tabpanel.js");var s=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-join/join.js");var o=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/omega-login/login.js");var c=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/ws-cookie.js");var l=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-clickstat/clickstat.js");var u="login";var f="join";var p="hasLogin";var h=n.extend({attrs:{lang:null,width:540,hasJoin:true,title:"Sign In",joinParams:null,userType:u,align:{selfXY:["50%","15%"],baseXY:["50%","15%"]}},wsjoin:null,wslogin:null,setup:function(){var e=this.isNew();var t=this.get("hasJoin");var i=this.get("lang");h.superclass.setup.call(this);if(t){this.set("title",i.SIGN_JOIN)}else{this.set("title",i.SIGN)}var n=require("ae-ugc/node_modules/@alife/omega-batman/src/js/batman.tpl");var r=a.compile(n,{i18n:i,hasJoin:t,isNewReg:e,location:encodeURIComponent(location.href)});this.set("content",r);this.render()},isNew:function(){var e=c.getBuyerLocale();if(e=="en_US"){this.set("hasJoin",false);return true}return false},render:function(){var e=this.get("hasJoin");var t=this.get("lang").LANG;h.superclass.render.call(this);if(e){var n=this.getUserType();new r({element:i("#batman-tabbed"),activeTriggerClass:"ui-tab-active",activeIndex:n==f?0:1,triggerType:"click"}).render()}var a=this;var u=new o({element:"#batman-login-wrap",scene:"batman"});u.on("afterLogin",function(){this.trigger("afterLogin");var e="buyer_login";if(c.isSeller()){e="seller_login"}l.buttonClick({projectId:180119,pageType:e,buttonType:"batman_login_success"})},this);this.wslogin=u;if(e){var p=new s({locale:t,element:"#batman-join-wrap"});p.on("afterJoin",function(){this.trigger("afterJoin");l.buttonClick({projectId:180119,pageType:"buyer_join",buttonType:"batman_join_success"})},this);this.wsjoin=p}},_setupKeyEvents:function(){if(!this.get("hasCloseX"))return;h.superclass._setupKeyEvents.call(this)},show:function(){var e=this.get("hasJoin");var t=this.getUserType();if(t==p){this.trigger("direct");return}else if(t==f&&e){l.buttonClick({projectId:180119,pageType:"buyer_join",buttonType:"batman_join"})}else{var i="buyer_login";if(c.isSeller()){i="seller_login"}l.buttonClick({projectId:180119,pageType:i,buttonType:"batman_login"})}var n=this.get("joinParams")||{};if(e&&this.wsjoin){this.wsjoin.set("sessionId",n.sessionId);this.wsjoin.set("couponCode",n.couponCode);this.wsjoin.set("registerFrom",n.registerFrom);this.wsjoin.set("registerAction",n.registerAction)}h.superclass.show.call(this)},getUserType:function(){var e;if(c.isLoggedIn()){e=p}else if(c.getXUserObj().firstName){e=u}else{e=f}return e}});t.exports=h});define("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/ar-ae.js",[],function(require,e,t){t.exports={LANG:"ar-ae",SIGN:"تسجيل الدخول",SIGN_JOIN:"اشترك أو انضم مجانًا!",NOT_MEMBER:"لست عضوًا؟",ALREADY_MEMBER:"هل أنت عضوًا بالفعل في AliExpress/Alibba؟"}});define("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/de-de.js",[],function(require,e,t){t.exports={LANG:"de-de",SIGN:"Accedi",SIGN_JOIN:"Registrati o diventa membro gratis!",NOT_MEMBER:"Non sei un membro?",ALREADY_MEMBER:"Sei già membro di AliExpress/Alibaba?"}});define("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/en-us.js",[],function(require,e,t){t.exports={LANG:"en-us",SIGN:"Sign In",SIGN_JOIN:"Sign In or Join for Free!",NOT_MEMBER:"Not a Member?",ALREADY_MEMBER:"Already an AliExpress/Alibaba Member?"}});define("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/es-es.js",[],function(require,e,t){t.exports={LANG:"es-es",SIGN:"Inicia sesión",SIGN_JOIN:"¡Inicie sesión o regístrese gratis!",NOT_MEMBER:"¿No es miembro?",ALREADY_MEMBER:"¿Ya es miembro de AliExpress/Alibaba? "}});define("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/fr-fr.js",[],function(require,e,t){t.exports={LANG:"fr-fr",SIGN:"Se connecter",SIGN_JOIN:"Se connecter ou s'inscrire gratuitement !",NOT_MEMBER:"Pas encore membre ?",ALREADY_MEMBER:"Déjà un membre d'AliExpress/Alibaba ?"}});define("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/id-id.js",[],function(require,e,t){t.exports={LANG:"id-id",SIGN:"Sign",SIGN_JOIN:"Sign In or Join for Free!",NOT_MEMBER:"Not a Member?",ALREADY_MEMBER:"Already an AliExpress/Alibaba Member?"}});define("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/in-id.js",[],function(require,e,t){t.exports={LANG:"in-id",SIGN:"Sign",SIGN_JOIN:"Sign In or Join for Free!",NOT_MEMBER:"Not a Member?",ALREADY_MEMBER:"Already an AliExpress/Alibaba Member?"}});define("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/it-it.js",[],function(require,e,t){t.exports={LANG:"it-it",SIGN:"Accedi",SIGN_JOIN:"Registrati o diventa membro gratis!",NOT_MEMBER:"Non sei un membro?",ALREADY_MEMBER:"Sei già membro di AliExpress/Alibaba?"}});define("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/iw-il.js",[],function(require,e,t){t.exports={LANG:"iw-il",SIGN:"רישום",SIGN_JOIN:"הירשמו או הצטרפו בחינם!",NOT_MEMBER:"אין לכם שם משתמש באתר?",ALREADY_MEMBER:"יש לכם כבר שם משתמש באתרי AliExpress / Alibaba?"}});define("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/ja-jp.js",[],function(require,e,t){t.exports={LANG:"ja-jp",SIGN:"サインイン",SIGN_JOIN:"サインインまたは無料で参加する!",NOT_MEMBER:"会員ではありませんか。",ALREADY_MEMBER:"AliExpress/Alibabaの会員ですか。"}});define("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/ko-kr.js",[],function(require,e,t){t.exports={LANG:"ko-kr",SIGN:"로그인",SIGN_JOIN:"로그인 혹은 무료로 가입하기!",NOT_MEMBER:"회원이 아니십니까?",ALREADY_MEMBER:"이미 알리익스프레스/알리바바 회원이십니까?"}});define("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/nl-nl.js",[],function(require,e,t){t.exports={LANG:"nl-nl",SIGN:"Aanmelden",SIGN_JOIN:"Gratis Inschrijven of Aanmelden!",NOT_MEMBER:"Geen Lid?",ALREADY_MEMBER:"Bent u al lid van AliExpress/Alibaba?"}});define("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/pt-br.js",[],function(require,e,t){t.exports={LANG:"pt-br",SIGN:"Sign",SIGN_JOIN:"Entre ou inscreva-se de graça",NOT_MEMBER:"Você ainda não é um membro?",ALREADY_MEMBER:"Você já é membro do AliExpress/Alibaba?"}});define("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/pt-pt.js",[],function(require,e,t){t.exports={LANG:"pt-pt",SIGN:"Sign",SIGN_JOIN:"Entre ou inscreva-se de graça",NOT_MEMBER:"Você ainda não é um membro?",ALREADY_MEMBER:"Você já é membro do AliExpress/Alibaba?"}});define("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/ru-ru.js",[],function(require,e,t){t.exports={LANG:"ru-ru",SIGN:"Sign",SIGN_JOIN:"Войдите или зарегистрируйтесь!",NOT_MEMBER:"Не зарегистрированы?",ALREADY_MEMBER:"Уже зарегистрированы?"}});define("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/th-th.js",[],function(require,e,t){t.exports={LANG:"th-th",SIGN:"ลงชื่อ",SIGN_JOIN:"ลงชื่อเข้าใจหรือสมัครฟรี!",NOT_MEMBER:"ไม่ใช่สมาชิก?",ALREADY_MEMBER:"เป็นสมาชิกของ AliExpress/Alibaba อยู่แล้ว?"}});define("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/tr-tr.js",[],function(require,e,t){t.exports={LANG:"tr-tr",SIGN:"Kaydol",SIGN_JOIN:"Ücretsiz olarak Kaydol ya da Katıl!",NOT_MEMBER:"Üye Değil misiniz?",ALREADY_MEMBER:"Halihazırda AliExpress/Alibaba üyesi misiniz?"}});define("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/vi-vi.js",[],function(require,e,t){t.exports={LANG:"vi-vi",SIGN:"Đăng nhập",SIGN_JOIN:"Đăng nhập hoặc Tham gia miễn phí!",NOT_MEMBER:"Không phải là thành viên?",ALREADY_MEMBER:"Đã là thành viên AliExpress/Alibaba?"}});define("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/zh-cn.js",[],function(require,e,t){t.exports={LANG:"zh-cn",SIGN:"登录",SIGN_JOIN:"登录或者免费注册！",NOT_MEMBER:"不是注册会员？",ALREADY_MEMBER:"已是AliExpress或Alibaba注册会员？"}});define("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n.js",["ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/ar-ae.js","ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/de-de.js","ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/en-us.js","ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/es-es.js","ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/fr-fr.js","ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/id-id.js","ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/in-id.js","ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/it-it.js","ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/iw-il.js","ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/ja-jp.js","ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/ko-kr.js","ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/nl-nl.js","ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/pt-br.js","ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/pt-pt.js","ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/ru-ru.js","ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/th-th.js","ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/tr-tr.js","ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/vi-vi.js","ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/zh-cn.js"],function(require,e,t){var i={"ar-ae":"ar-ae","de-de":"de-de","en-us":"en-us","es-es":"es-es","fr-fr":"fr-fr","id-id":"id-id","in-id":"in-id","it-it":"it-it","iw-il":"iw-il","ja-jp":"ja-jp","ko-kr":"ko-kr","nl-nl":"nl-nl","pt-br":"pt-br","pt-pt":"pt-pt","ru-ru":"ru-ru","th-th":"th-th","tr-tr":"tr-tr","vi-vi":"vi-vi","zh-cn":"zh-cn"};var n={"ar-ae":require("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/ar-ae.js"),"de-de":require("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/de-de.js"),"en-us":require("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/en-us.js"),"es-es":require("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/es-es.js"),"fr-fr":require("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/fr-fr.js"),"id-id":require("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/id-id.js"),"in-id":require("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/in-id.js"),"it-it":require("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/it-it.js"),"iw-il":require("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/iw-il.js"),"ja-jp":require("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/ja-jp.js"),"ko-kr":require("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/ko-kr.js"),"nl-nl":require("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/nl-nl.js"),"pt-br":require("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/pt-br.js"),"pt-pt":require("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/pt-pt.js"),"ru-ru":require("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/ru-ru.js"),"th-th":require("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/th-th.js"),"tr-tr":require("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/tr-tr.js"),"vi-vi":require("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/vi-vi.js"),"zh-cn":require("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n/zh-cn.js")};function a(e){var t=n[i[e]||"en-us"];t._=a;return t}try{var r=seajs.data.vars.locale}catch(s){var r="en-us"}t.exports=a(r)});define("ae-ugc/node_modules/@alife/omega-batman/batman.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/widget.js","ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/ws-cookie.js","ae-ugc/node_modules/@alife/omega-batman/src/js/batman-dialog.js","ae-ugc/node_modules/@alife/omega-batman/src/js/i18n.js"],function(require,e,t){"use strict";var i=require("beta-jquery/jquery");var n=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-widget/widget.js");var a=require("ae-ugc/node_modules/@alife/omega-batman/node_modules/@alife/beta-cookie/ws-cookie.js");var r=require("ae-ugc/node_modules/@alife/omega-batman/src/js/batman-dialog.js");if(!Date.now){Date.now=function c(){return(new Date).getTime()}}var s=Date.now();var o=n.extend({dialog:null,current:null,manager:[],setup:function(){this.setLanguage()},setLanguage:function(){var e=require("ae-ugc/node_modules/@alife/omega-batman/src/js/i18n.js");this.i18n=e},setDialog:function(e){this.current=e;var t=this.manager[e];if(this.dialog){this.dialog.set("joinParams",t.joinParams)}else{this.dialog=new r({lang:this.i18n,hasCloseX:t.hasCloseX,hasJoin:t.hasJoin,joinParams:t.joinParams});this.dialog.element.attr("ws-batman","true");this.dialogEvent()}},dialogEvent:function(){var e=this.dialog;e.before("show",function(){var e=true;var t=this.manager[this.current];if(t&&typeof t.validate=="function"){var i=t.context||this;e=t.validate.call(i)}return e},this);e.on("direct",function(){var t=this.manager[this.current];if(t&&typeof t.direct=="function"){var i=t.context||this;t.direct.call(i,t.ev)}e.after("show",function(){e.hide()});e.trigger("always")},this);e.on("afterLogin",function(){var t=this.manager[this.current];if(t&&typeof t.afterLogin=="function"){var i=t.context||this;t.afterLogin.call(i,t.ev)}e.trigger("always")},this);e.on("afterJoin",function(){var t=this.manager[this.current];if(t&&typeof t.afterJoin=="function"){var i=t.context||this;t.afterJoin.call(i,t.ev)}e.trigger("always")},this);e.on("always",function(){e.hide();var t=this.manager[this.current];if(t&&typeof t.always=="function"){var i=t.context||this;t.always.call(i,t.ev)}},this);e.after("hide",function(){var e=this.manager[this.current];if(e&&typeof e.afterClose=="function"){var t=e.context||this;e.afterClose.call(t)}},this)},add:function(e){var t=(s++).toString(36);this.manager[t]=e;if(e.trigger){var n=i(e.trigger);n.attr("data-batman-id",t);n.on("click",this,function(e){var t=i(this).attr("data-batman-id");e.data.manager[t].ev=e;e.data.setDialog(t);e.data.dialog.show();e.preventDefault();e.stopPropagation()})}else{this.setDialog(t);this.dialog.show()}}});t.exports=new o});define("ae-ugc/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js",[],function(require,e,t){function i(e){if(!(this instanceof i)&&u(e)){return a(e)}}t.exports=i;i.create=function(e,t){if(!u(e)){t=e;e=null}t||(t={});e||(e=t.Extends||i);t.Extends=e;function r(){e.apply(this,arguments);if(this.constructor===r&&this.initialize){this.initialize.apply(this,arguments)}}if(e!==i){o(r,e,e.StaticsWhiteList)}n.call(r,t);return a(r)};function n(e){var t,n;for(t in e){n=e[t];if(i.Mutators.hasOwnProperty(t)){i.Mutators[t].call(this,n)}else{this.prototype[t]=n}}}i.extend=function(e){e||(e={});e.Extends=this;return i.create(e)};function a(e){e.extend=i.extend;e.implement=n;return e}i.Mutators={Extends:function(e){var t=this.prototype;var i=s(e.prototype);o(i,t);i.constructor=this;this.prototype=i;this.superclass=e.prototype},Implements:function(e){l(e)||(e=[e]);var t=this.prototype,i;while(i=e.shift()){o(t,i.prototype||i)}},Statics:function(e){o(this,e)}};function r(){}var s=Object.__proto__?function(e){return{__proto__:e}}:function(e){r.prototype=e;return new r};function o(e,t,i){for(var n in t){if(t.hasOwnProperty(n)){if(i&&f(i,n)===-1)continue;if(n!=="prototype"){e[n]=t[n]}}}}var c=Object.prototype.toString;var l=Array.isArray||function(e){return c.call(e)==="[object Array]"};var u=function(e){return c.call(e)==="[object Function]"};var f=Array.prototype.indexOf?function(e,t){return e.indexOf(t)}:function(e,t){for(var i=0,n=e.length;i<n;i++){if(e[i]===t){return i}}return-1}});define("ae-ugc/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js",[],function(require,e,t){var i=/\s+/;function n(){}n.prototype.on=function(e,t,n){var a,r,s;if(!t)return this;a=this.__events||(this.__events={});e=e.split(i);while(r=e.shift()){s=a[r]||(a[r]=[]);s.push(t,n)}return this};n.prototype.once=function(e,t,i){var n=this;var a=function(){n.off(e,a);t.apply(this,arguments);
};this.on(e,a,i)};n.prototype.off=function(e,t,n){var r,s,o,c;if(!(r=this.__events))return this;if(!(e||t||n)){delete this.__events;return this}e=e?e.split(i):a(r);while(s=e.shift()){o=r[s];if(!o)continue;if(!(t||n)){delete r[s];continue}for(c=o.length-2;c>=0;c-=2){if(!(t&&o[c]!==t||n&&o[c+1]!==n)){o.splice(c,2)}}}return this};n.prototype.trigger=function(e){var t,n,a,s,o,c,l=[],u,f=true;if(!(t=this.__events))return this;e=e.split(i);for(o=1,c=arguments.length;o<c;o++){l[o-1]=arguments[o]}while(n=e.shift()){if(a=t.all)a=a.slice();if(s=t[n])s=s.slice();f=r(s,l,this)&&f;f=r(a,[n].concat(l),this)&&f}return f};n.prototype.emit=n.prototype.trigger;n.mixTo=function(e){e=s(e)?e.prototype:e;var t=n.prototype;for(var i in t){if(t.hasOwnProperty(i)){e[i]=t[i]}}};var a=Object.keys;if(!a){a=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function r(e,t,i){var n=true;if(e){var a=0,r=e.length,s=t[0],o=t[1],c=t[2];switch(t.length){case 0:for(;a<r;a+=2){n=e[a].call(e[a+1]||i)!==false&&n}break;case 1:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s)!==false&&n}break;case 2:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o)!==false&&n}break;case 3:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o,c)!==false&&n}break;default:for(;a<r;a+=2){n=e[a].apply(e[a+1]||i,t)!==false&&n}break}}return n}function s(e){return Object.prototype.toString.call(e)==="[object Function]"}return n});define("ae-ugc/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/src/aspect.js",[],function(require,e,t){e.before=function(e,t,i){return n.call(this,"before",e,t,i)};e.after=function(e,t,i){return n.call(this,"after",e,t,i)};var i=/\s+/;function n(e,t,n,s){var o=t.split(i);var c,l;while(c=o.shift()){l=a(this,c);if(!l.__isAspected){r.call(this,c)}this.on(e+":"+c,n,s)}return this}function a(e,t){var i=e[t];if(!i){throw new Error("Invalid method name: "+t)}return i}function r(e){var t=this[e];this[e]=function(){var i=Array.prototype.slice.call(arguments);var n=["before:"+e].concat(i);if(this.trigger.apply(this,n)===false)return;var a=t.apply(this,arguments);var r=["after:"+e,a].concat(i);this.trigger.apply(this,r);return a};this[e].__isAspected=true}});define("ae-ugc/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/src/attribute.js",[],function(require,e,t){e.initAttrs=function(e){var t=this.attrs={};var i=this.propsInAttrs||[];m(t,this,i);if(e){g(t,e)}y(this,t,e);_(this,t);b(i,this,t,true)};e.get=function(e){var t=this.attrs[e]||{};var i=t.value;return t.getter?t.getter.call(this,i,e):i};e.set=function(e,t,i){var n={};if(s(e)){n[e]=t}else{n=e;i=t}i||(i={});var a=i.silent;var r=i.override;var o=this.attrs;var c=this.__changedAttrs||(this.__changedAttrs={});for(e in n){if(!n.hasOwnProperty(e))continue;var l=o[e]||(o[e]={});t=n[e];if(l.readOnly){throw new Error("This attribute is readOnly: "+e)}if(l.setter){t=l.setter.call(this,t,e)}var f=this.get(e);if(!r&&u(f)&&u(t)){t=p(p({},f),t)}o[e].value=t;if(!this.__initializingAttrs&&!w(f,t)){if(a){c[e]=[t,f]}else{this.trigger("change:"+e,t,f,e)}}}return this};e.change=function(){var e=this.__changedAttrs;if(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];this.trigger("change:"+t,i[0],i[1],t)}}delete this.__changedAttrs}return this};e._isPlainObject=u;var i=Object.prototype.toString;var n=Object.prototype.hasOwnProperty;var a;(function(){var e=[];function t(){this.x=1}t.prototype={valueOf:1,y:1};for(var i in new t){e.push(i)}a=e[0]!=="x"})();var r=Array.isArray||function(e){return i.call(e)==="[object Array]"};function s(e){return i.call(e)==="[object String]"}function o(e){return i.call(e)==="[object Function]"}function c(e){return e!=null&&e==e.window}var l=function(){if(Object.getPrototypeOf){return function(e){return Object.getPrototypeOf(e)}}if(typeof"test".__proto__=="object"){return function(e){return e.__proto__}}return function(e){return false}}();function u(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)){return false}var t=l(e),r=Function.prototype.toString,s=r.call(Object),o;if(t===null){return true}if(t===false){var u;if(a){for(u in e){return n.call(e,u)}}for(u in e){}return u===undefined||n.call(e,u)}var f=n.call(t,"constructor")&&t.constructor;return typeof f=="function"&&f instanceof f&&r.call(f)==s}function f(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)||!e.hasOwnProperty){return false}for(var t in e){if(e.hasOwnProperty(t))return false}return true}function p(e,t){var i,n;for(i in t){if(t.hasOwnProperty(i)){e[i]=h(t[i],e[i])}}return e}function h(e,t){if(r(e)){e=e.slice()}else if(u(e)){u(t)||(t={});e=p(t,e)}return e}var d=Object.keys;if(!d){d=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function m(e,t,i){var n=[];var a=t.constructor.prototype;while(a){if(!a.hasOwnProperty("attrs")){a.attrs={}}b(i,a.attrs,a);if(!f(a.attrs)){n.unshift(a.attrs)}a=a.constructor.superclass}for(var r=0,s=n.length;r<s;r++){N(e,z(n[r]))}}function g(e,t){N(e,z(t,true),true)}function b(e,t,i,n){for(var a=0,r=e.length;a<r;a++){var s=e[a];if(i.hasOwnProperty(s)){t[s]=n?t.get(s):i[s]}}}var v=/^(on|before|after)([A-Z].*)$/;var M=/^(Change)?([A-Z])(.*)/;function _(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n=t[i].value,a;if(o(n)&&(a=i.match(v))){e[a[1]](A(a[2]),n);delete t[i]}}}}function A(e){var t=e.match(M);var i=t[1]?"change:":"";i+=t[2].toLowerCase()+t[3];return i}function y(e,t,i){var n={silent:true};e.__initializingAttrs=true;for(var a in i){if(i.hasOwnProperty(a)){if(t[a].setter){e.set(a,i[a],n)}}}delete e.__initializingAttrs}var O=["value","getter","setter","readOnly"];function z(e,t){var i={};for(var n in e){var a=e[n];if(!t&&u(a)&&S(a,O)){i[n]=a;continue}i[n]={value:a}}return i}var L=["setter","getter","readOnly"];function N(e,t,i){var n,a;var r;for(n in t){if(t.hasOwnProperty(n)){a=t[n];r=e[n];if(!r){r=e[n]={}}a["value"]!==undefined&&(r["value"]=h(a["value"],r["value"]));if(i)continue;for(var s in L){var o=L[s];if(a[o]!==undefined){r[o]=a[o]}}}}return e}function S(e,t){for(var i=0,n=t.length;i<n;i++){if(e.hasOwnProperty(t[i])){return true}}return false}function k(e){return e==null||(s(e)||r(e))&&e.length===0||f(e)}function w(e,t){if(e===t)return true;if(k(e)&&k(t))return true;var n=i.call(e);if(n!=i.call(t))return false;switch(n){case"[object String]":return e==String(t);case"[object Number]":return e!=+e?t!=+t:e==0?1/e==1/t:e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object RegExp]":return e.source==t.source&&e.global==t.global&&e.multiline==t.multiline&&e.ignoreCase==t.ignoreCase;case"[object Array]":var a=e.toString();var r=t.toString();return a.indexOf("[object")===-1&&r.indexOf("[object")===-1&&a===r}if(typeof e!="object"||typeof t!="object")return false;if(u(e)&&u(t)){if(!w(d(e),d(t))){return false}for(var s in e){if(e[s]!==t[s])return false}return true}return false}});define("ae-ugc/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/base.js",["ae-ugc/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js","ae-ugc/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js","ae-ugc/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/src/aspect.js","ae-ugc/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/src/attribute.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js");var n=require("ae-ugc/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js");var a=require("ae-ugc/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/src/aspect.js");var r=require("ae-ugc/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/src/attribute.js");t.exports=i.create({Implements:[n,a,r],initialize:function(e){this.initAttrs(e);s(this,this.attrs)},destroy:function(){this.off();for(var e in this){if(this.hasOwnProperty(e)){delete this[e]}}this.destroy=function(){}}});function s(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n="_onChange"+o(i);if(e[n]){e.on("change:"+i,e[n])}}}}function o(e){return e.charAt(0).toUpperCase()+e.substring(1)}});define("ae-ugc/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-cookie/cookie.js",[],function(require,e,t){var i=e;var n=decodeURIComponent;var a=encodeURIComponent;i.get=function(e,t){c(e);if(typeof t==="function"){t={converter:t}}else{t=t||{}}var i=r(document.cookie,!t["raw"]);return(t.converter||l)(i[e])};i.set=function(e,t,i){c(e);i=i||{};var n=i["expires"];var r=i["domain"];var s=i["path"];if(!i["raw"]){t=a(String(t))}var l=e+"="+t;var u=n;if(typeof u==="number"){u=new Date;u.setDate(u.getDate()+n)}if(u instanceof Date){l+="; expires="+u.toUTCString()}if(o(r)){l+="; domain="+r}if(o(s)){l+="; path="+s}if(i["secure"]){l+="; secure"}document.cookie=l;return l};i.remove=function(e,t){t=t||{};t["expires"]=new Date(0);return this.set(e,"",t)};function r(e,t){var i={};if(s(e)&&e.length>0){var a=t?n:l;var r=e.split(/;\s/g);var o;var c;var u;for(var f=0,p=r.length;f<p;f++){u=r[f].match(/([^=]+)=/i);if(u instanceof Array){try{o=n(u[1]);c=a(r[f].substring(u[1].length+1))}catch(h){}}else{o=n(r[f]);c=""}if(o){i[o]=c}}}return i}function s(e){return typeof e==="string"}function o(e){return s(e)&&e!==""}function c(e){if(!o(e)){throw new TypeError("Cookie name must be a non-empty string")}}function l(e){return e}});define("ae-ugc/node_modules/@alife/beta-cookieinfo/cookieinfo.js",["ae-ugc/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/base.js","ae-ugc/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-cookie/cookie.js"],function(require,e,t){"use strict";var i=require("ae-ugc/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/base.js");var n=require("ae-ugc/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-cookie/cookie.js");var a={};var r=i.extend({attrs:{isLoggedIn:false,isNewUser:false,isFirstIn:true,country:"",firstName:"",lastName:"",serviceType:"",memberSeq:"",locale:""},setup:function(){var e={};if(n.get("xman_us_f")){var t=n.get("xman_us_f").split("&");for(var i=t.length;i--;){var a=t[i].split("=");e[a[0]]=a[1]}}var r=n.get("xman_us_t");var s=n.get("xman_us_f");var o=/x_user=([^&"]+)/;if(r&&r.indexOf("sign=y")!==-1){this.set("isLoggedIn",true)}else{this.set("isLoggedIn",false)}if(s&&o.test(s)){s.match(o);s=RegExp.$1;s=s.split("|");if(s.length>=5){this.set("country",s[0]);this.set("firstName",s[1].replace(/</g,"&lt;").replace(/>/g,"&gt;"));this.set("lastName",s[2].replace(/</g,"&lt;").replace(/>/g,"&gt;"));this.set("serviceType",s[3]);this.set("memberSeq",s[4])}}if(this.get("memberSeq")!==""){this.set("isNewUser",true)}if(n.get("ali_intl_firstIn")===""){this.set("isFirstIn",true)}if(n.get("intl_locale")){this.set("locale",n.get("intl_locale"))}else{var c=e["x_locale"];if(c){this.set("locale",c)}else{this.set("locale","en_US")}}return this}});a=(new r).setup();var s=function(){var e=true;var t=n.get("xman_us_f");var t;if(t&&t.indexOf("x_l=1")!==-1){e=false}if(t&&t.indexOf("x_l=0")!==-1){e=true}return e};function o(){var e=true;if(a.get("memberSeq")!==""){a.set("isNewUser",false);e=false}return e}t.exports={isLoggedIn:a.get("isLoggedIn"),isNewUser:o(),isFirstIn:a.get("isFirstIn"),country:a.get("country"),firstName:a.get("firstName"),lastName:a.get("lastName"),serviceType:a.get("serviceType"),memberSeq:a.get("memberSeq"),serverDomain:function(){var e,t;a.setup();e=a.get("serviceType"),t=["gs","cgs","twgs","hkgs","cnfm"];if(t.indexOf(e)>-1){return"hz"}return"us"},getIsLoggedIn:function(){a.setup();var e=a.get("isLoggedIn");return e},getIsNewUser:function(){a.setup();return o()},getCountry:function(){a.setup();return a.get("country")},getFirstName:function(){a.setup();return a.get("firstName")},getLastName:function(){a.setup();return a.get("lastName")},getServiceType:function(){a.setup();return a.get("serviceType")},getMemberSeq:function(){a.setup();return a.get("memberSeq")},getLocale:function(){a.setup();return a.get("locale")},getIsOversea:s}});define("ae-ugc/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js",[],function(require,e,t){function i(e){if(!(this instanceof i)&&u(e)){return a(e)}}t.exports=i;i.create=function(e,t){if(!u(e)){t=e;e=null}t||(t={});e||(e=t.Extends||i);t.Extends=e;function r(){e.apply(this,arguments);if(this.constructor===r&&this.initialize){this.initialize.apply(this,arguments)}}if(e!==i){o(r,e,e.StaticsWhiteList)}n.call(r,t);return a(r)};function n(e){var t,n;for(t in e){n=e[t];if(i.Mutators.hasOwnProperty(t)){i.Mutators[t].call(this,n)}else{this.prototype[t]=n}}}i.extend=function(e){e||(e={});e.Extends=this;return i.create(e)};function a(e){e.extend=i.extend;e.implement=n;return e}i.Mutators={Extends:function(e){var t=this.prototype;var i=s(e.prototype);o(i,t);i.constructor=this;this.prototype=i;this.superclass=e.prototype},Implements:function(e){l(e)||(e=[e]);var t=this.prototype,i;while(i=e.shift()){o(t,i.prototype||i)}},Statics:function(e){o(this,e)}};function r(){}var s=Object.__proto__?function(e){return{__proto__:e}}:function(e){r.prototype=e;return new r};function o(e,t,i){for(var n in t){if(t.hasOwnProperty(n)){if(i&&f(i,n)===-1)continue;if(n!=="prototype"){e[n]=t[n]}}}}var c=Object.prototype.toString;var l=Array.isArray||function(e){return c.call(e)==="[object Array]"};var u=function(e){return c.call(e)==="[object Function]"};var f=Array.prototype.indexOf?function(e,t){return e.indexOf(t)}:function(e,t){for(var i=0,n=e.length;i<n;i++){if(e[i]===t){return i}}return-1}});define("ae-ugc/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js",[],function(require,e,t){var i=/\s+/;function n(){}n.prototype.on=function(e,t,n){var a,r,s;if(!t)return this;a=this.__events||(this.__events={});e=e.split(i);while(r=e.shift()){s=a[r]||(a[r]=[]);s.push(t,n)}return this};n.prototype.once=function(e,t,i){var n=this;var a=function(){n.off(e,a);t.apply(this,arguments)};this.on(e,a,i)};n.prototype.off=function(e,t,n){var r,s,o,c;if(!(r=this.__events))return this;if(!(e||t||n)){delete this.__events;return this}e=e?e.split(i):a(r);while(s=e.shift()){o=r[s];if(!o)continue;if(!(t||n)){delete r[s];continue}for(c=o.length-2;c>=0;c-=2){if(!(t&&o[c]!==t||n&&o[c+1]!==n)){o.splice(c,2)}}}return this};n.prototype.trigger=function(e){var t,n,a,s,o,c,l=[],u,f=true;if(!(t=this.__events))return this;e=e.split(i);for(o=1,c=arguments.length;o<c;o++){l[o-1]=arguments[o]}while(n=e.shift()){if(a=t.all)a=a.slice();if(s=t[n])s=s.slice();f=r(s,l,this)&&f;f=r(a,[n].concat(l),this)&&f}return f};n.prototype.emit=n.prototype.trigger;n.mixTo=function(e){e=s(e)?e.prototype:e;var t=n.prototype;for(var i in t){if(t.hasOwnProperty(i)){e[i]=t[i]}}};var a=Object.keys;if(!a){a=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function r(e,t,i){var n=true;if(e){var a=0,r=e.length,s=t[0],o=t[1],c=t[2];switch(t.length){case 0:for(;a<r;a+=2){n=e[a].call(e[a+1]||i)!==false&&n}break;case 1:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s)!==false&&n}break;case 2:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o)!==false&&n}break;case 3:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o,c)!==false&&n}break;default:for(;a<r;a+=2){n=e[a].apply(e[a+1]||i,t)!==false&&n}break}}return n}function s(e){return Object.prototype.toString.call(e)==="[object Function]"}return n});define("ae-ugc/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/src/aspect.js",[],function(require,e,t){e.before=function(e,t,i){return n.call(this,"before",e,t,i)};e.after=function(e,t,i){return n.call(this,"after",e,t,i)};var i=/\s+/;function n(e,t,n,s){var o=t.split(i);var c,l;while(c=o.shift()){l=a(this,c);if(!l.__isAspected){r.call(this,c)}this.on(e+":"+c,n,s)}return this}function a(e,t){var i=e[t];if(!i){throw new Error("Invalid method name: "+t)}return i}function r(e){var t=this[e];this[e]=function(){var i=Array.prototype.slice.call(arguments);var n=["before:"+e].concat(i);if(this.trigger.apply(this,n)===false)return;var a=t.apply(this,arguments);var r=["after:"+e,a].concat(i);this.trigger.apply(this,r);return a};this[e].__isAspected=true}});define("ae-ugc/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/src/attribute.js",[],function(require,e,t){e.initAttrs=function(e){var t=this.attrs={};var i=this.propsInAttrs||[];m(t,this,i);if(e){g(t,e)}y(this,t,e);_(this,t);b(i,this,t,true)};e.get=function(e){var t=this.attrs[e]||{};var i=t.value;return t.getter?t.getter.call(this,i,e):i};e.set=function(e,t,i){var n={};if(s(e)){n[e]=t}else{n=e;i=t}i||(i={});var a=i.silent;var r=i.override;var o=this.attrs;var c=this.__changedAttrs||(this.__changedAttrs={});for(e in n){if(!n.hasOwnProperty(e))continue;var l=o[e]||(o[e]={});t=n[e];if(l.readOnly){throw new Error("This attribute is readOnly: "+e)}if(l.setter){t=l.setter.call(this,t,e)}var f=this.get(e);if(!r&&u(f)&&u(t)){t=p(p({},f),t)}o[e].value=t;if(!this.__initializingAttrs&&!w(f,t)){if(a){c[e]=[t,f]}else{this.trigger("change:"+e,t,f,e)}}}return this};e.change=function(){var e=this.__changedAttrs;if(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];this.trigger("change:"+t,i[0],i[1],t)}}delete this.__changedAttrs}return this};e._isPlainObject=u;var i=Object.prototype.toString;var n=Object.prototype.hasOwnProperty;var a;(function(){var e=[];function t(){this.x=1}t.prototype={valueOf:1,y:1};for(var i in new t){e.push(i)}a=e[0]!=="x"})();var r=Array.isArray||function(e){return i.call(e)==="[object Array]"};function s(e){return i.call(e)==="[object String]"}function o(e){return i.call(e)==="[object Function]"}function c(e){return e!=null&&e==e.window}var l=function(){if(Object.getPrototypeOf){return function(e){return Object.getPrototypeOf(e)}}if(typeof"test".__proto__=="object"){return function(e){return e.__proto__}}return function(e){return false}}();function u(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)){return false}var t=l(e),r=Function.prototype.toString,s=r.call(Object),o;if(t===null){return true}if(t===false){var u;if(a){for(u in e){return n.call(e,u)}}for(u in e){}return u===undefined||n.call(e,u)}var f=n.call(t,"constructor")&&t.constructor;return typeof f=="function"&&f instanceof f&&r.call(f)==s}function f(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)||!e.hasOwnProperty){return false}for(var t in e){if(e.hasOwnProperty(t))return false}return true}function p(e,t){var i,n;for(i in t){if(t.hasOwnProperty(i)){e[i]=h(t[i],e[i])}}return e}function h(e,t){if(r(e)){e=e.slice()}else if(u(e)){u(t)||(t={});e=p(t,e)}return e}var d=Object.keys;if(!d){d=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function m(e,t,i){var n=[];var a=t.constructor.prototype;while(a){if(!a.hasOwnProperty("attrs")){a.attrs={}}b(i,a.attrs,a);if(!f(a.attrs)){n.unshift(a.attrs)}a=a.constructor.superclass}for(var r=0,s=n.length;r<s;r++){N(e,z(n[r]))}}function g(e,t){N(e,z(t,true),true)}function b(e,t,i,n){for(var a=0,r=e.length;a<r;a++){var s=e[a];if(i.hasOwnProperty(s)){t[s]=n?t.get(s):i[s]}}}var v=/^(on|before|after)([A-Z].*)$/;var M=/^(Change)?([A-Z])(.*)/;function _(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n=t[i].value,a;if(o(n)&&(a=i.match(v))){e[a[1]](A(a[2]),n);delete t[i]}}}}function A(e){var t=e.match(M);var i=t[1]?"change:":"";i+=t[2].toLowerCase()+t[3];return i}function y(e,t,i){var n={silent:true};e.__initializingAttrs=true;for(var a in i){if(i.hasOwnProperty(a)){if(t[a].setter){e.set(a,i[a],n)}}}delete e.__initializingAttrs}var O=["value","getter","setter","readOnly"];function z(e,t){var i={};for(var n in e){var a=e[n];if(!t&&u(a)&&S(a,O)){i[n]=a;continue}i[n]={value:a}}return i}var L=["setter","getter","readOnly"];function N(e,t,i){var n,a;var r;for(n in t){if(t.hasOwnProperty(n)){a=t[n];r=e[n];if(!r){r=e[n]={}}a["value"]!==undefined&&(r["value"]=h(a["value"],r["value"]));if(i)continue;for(var s in L){var o=L[s];if(a[o]!==undefined){r[o]=a[o]}}}}return e}function S(e,t){for(var i=0,n=t.length;i<n;i++){if(e.hasOwnProperty(t[i])){return true}}return false}function k(e){return e==null||(s(e)||r(e))&&e.length===0||f(e)}function w(e,t){if(e===t)return true;if(k(e)&&k(t))return true;var n=i.call(e);if(n!=i.call(t))return false;switch(n){case"[object String]":return e==String(t);case"[object Number]":return e!=+e?t!=+t:e==0?1/e==1/t:e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object RegExp]":return e.source==t.source&&e.global==t.global&&e.multiline==t.multiline&&e.ignoreCase==t.ignoreCase;case"[object Array]":var a=e.toString();var r=t.toString();return a.indexOf("[object")===-1&&r.indexOf("[object")===-1&&a===r}if(typeof e!="object"||typeof t!="object")return false;if(u(e)&&u(t)){if(!w(d(e),d(t))){return false}for(var s in e){if(e[s]!==t[s])return false}return true}return false}});define("ae-ugc/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/base.js",["ae-ugc/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js","ae-ugc/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js","ae-ugc/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/src/aspect.js","ae-ugc/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/src/attribute.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js");var n=require("ae-ugc/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js");var a=require("ae-ugc/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/src/aspect.js");var r=require("ae-ugc/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/src/attribute.js");t.exports=i.create({Implements:[n,a,r],initialize:function(e){this.initAttrs(e);s(this,this.attrs)},destroy:function(){this.off();for(var e in this){if(this.hasOwnProperty(e)){delete this[e]}}this.destroy=function(){}}});function s(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n="_onChange"+o(i);if(e[n]){e.on("change:"+i,e[n])}}}}function o(e){return e.charAt(0).toUpperCase()+e.substring(1)}});define("ae-ugc/node_modules/@alife/beta-cookie/cookie.js",[],function(require,e,t){var i=e;var n=decodeURIComponent;var a=encodeURIComponent;i.get=function(e,t){c(e);if(typeof t==="function"){t={converter:t}}else{t=t||{}}var i=r(document.cookie,!t["raw"]);return(t.converter||l)(i[e])};i.set=function(e,t,i){c(e);i=i||{};var n=i["expires"];var r=i["domain"];var s=i["path"];if(!i["raw"]){t=a(String(t))}var l=e+"="+t;var u=n;if(typeof u==="number"){u=new Date;u.setDate(u.getDate()+n)}if(u instanceof Date){l+="; expires="+u.toUTCString()}if(o(r)){l+="; domain="+r}if(o(s)){l+="; path="+s}if(i["secure"]){l+="; secure"}document.cookie=l;return l};i.remove=function(e,t){t=t||{};t["expires"]=new Date(0);return this.set(e,"",t)};function r(e,t){var i={};if(s(e)&&e.length>0){var a=t?n:l;var r=e.split(/;\s/g);var o;var c;var u;for(var f=0,p=r.length;f<p;f++){u=r[f].match(/([^=]+)=/i);if(u instanceof Array){try{o=n(u[1]);c=a(r[f].substring(u[1].length+1))}catch(h){}}else{o=n(r[f]);c=""}if(o){i[o]=c}}}return i}function s(e){return typeof e==="string"}function o(e){return s(e)&&e!==""}function c(e){if(!o(e)){throw new TypeError("Cookie name must be a non-empty string")}}function l(e){return e}});define("ae-ugc/node_modules/@alife/beta-cookie/ws-history.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/base.js","ae-ugc/node_modules/@alife/beta-cookie/cookie.js"],function(require,e,t){var i=require("beta-jquery/jquery"),n=require("ae-ugc/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/base.js"),a=require("ae-ugc/node_modules/@alife/beta-cookie/cookie.js"),r="aep_history",s="keywords",o="product_selloffer",c="\n\n",l="^\n",u="$\n",f="	";var p=n.extend({attrs:{keywordsSize:{value:8},productsSize:{value:8}},groups:{},initialize:function(){this.refresh()},getKeywords:function(e){if(!this.groups||!this.groups[s]){return[]}var e=e||{};var t=e.limit||0;var i=this._sliceArray(this.groups[s],t).slice(0);return i},getProducts:function(e){if(!this.groups||!this.groups[o]){return[]}var e=e||{};var t=e.limit||0;var i=this._sliceArray(this.groups[o],t);var n=[];for(var a=0,r=i.length;a<r;a++){var s=i[a].replace(/^http(s)?:\/\/.*\/(\d+_)?|\.html.*$/gi,"");if(/^\d+$/.test(s)){n.push(s)}}return n},logProduct:function(e){if(!e||!e.id){return}var t=this._addItem({array:this.getProducts(),item:e.id,maxSize:this.get("productsSize")});var i=this._buildWholeCookie({keywordArray:this.getKeywords(),productArray:t});a.set(r,i,{domain:"aliexpress.com",path:"/",expires:365});this.refresh()},refresh:function(){this.groups=this._parseGroups()},_buildWholeCookie:function(e){var t=e.keywordArray||[];var i=e.productArray||[];var n=this._buildGroup({group:s,array:t.reverse()});var a=this._buildGroup({group:o,array:i.reverse()});return n+c+a},_buildGroup:function(e){var t=e.group||"";var i=e.array||[];if(!t||t.length<=0){return""}return t+l+t+f+i.join(f)},_addItem:function(e){var t=e.array||[];var i=e.item||"";var n=e.maxSize||"";if(!i||i.length<=0){return t}var a=t.slice(0);a=a.reverse();this._appendToArray(i,a);a=a.reverse().splice(0,n);return a},_appendToArray:function(e,t){var n=i.inArray(e,t);if(i.inArray(e,t)>=0){t.splice(n,1)}t.push(e)},_sliceArray:function(e,t){if(t>0){return e.splice(0,t)}return e},_parseGroups:function(){var e={};var t=a.get(r,{domain:"aliexpress.com",path:"/"});if(t){var i=t.split(c);for(var n=0,s=i.length;n<s;n++){var o=i[n].split(l);var u=o[0];var f=o[1];var p=this._parseGroupContent(u,f);e[u]=p}}return e},_parseGroupContent:function(e,t){if(!t||t.length===0){return[]}var i=t.indexOf(e);if(i>=0){t=t.substring(i+e.length+f.length)}var n=t.split(f);n=n.reverse();n=this._uniqueArray(n);return n},_uniqueArray:function(e){var t=e;for(var i=1;i<t.length;i++){if(t[i]===t[i-1]){t.splice(i--,1)}}return t}});t.exports=new p});define("ae-ugc/node_modules/@alife/beta-cookie/ws-cookie.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/base.js","ae-ugc/node_modules/@alife/beta-cookie/cookie.js","ae-ugc/node_modules/@alife/beta-cookie/ws-history.js"],function(require,e,t){"use strict";var i=require("beta-jquery/jquery");var n=require("ae-ugc/node_modules/@alife/beta-cookie/node_modules/@alife/beta-base/base.js");var a=require("ae-ugc/node_modules/@alife/beta-cookie/cookie.js");var r=require("ae-ugc/node_modules/@alife/beta-cookie/ws-history.js");var s=n.extend({attrs:{siteFormat:/^[a-z]{3}(_[a-z]{1})?$/,x_localeFormat:/^[a-z]{2}_[A-Z]{2}$/,s_localeFormat:/^[a-z]{2}_[A-Z]{2}$/,b_localeFormat:/^[a-z]{2}_[A-Z]{2}$/,c_tpFormat:/^[A-Z]{3}$/,regionFormat:/^[A-Z]{2,3}$/,provinceFormat:/^[0-9]{18}$/,cityFormat:/^[0-9]{18}$/,siFormat:/^(glo|rus|bra|esp|idn|fra|deu|ita)$/,signFormat:/^(y|n)$/,x_userFormat:/^.*$/,issFormat:/^(y)$/,isbFormat:/^(y)$/,ispmFormat:/^(y)$/,isksFormat:/^(y)$/,isgclFormat:/^(y)$/,reg_verFormat:/^(new|old)$/,x_lFormat:/^[01]{1}$/,ber_lFormat:/^A\d$/,zero_orderFormat:/^(y)$/,ae_u_p_sFormat:/^[012]{1}$/,ups_u_tFormat:/^[0-9]{13,}$/},_setcookie:function(e,t,i){if(!this.validate(t,i)){return false}var n=a.get(e,{domain:"aliexpress.com",path:"/",raw:true})||"";var r=new RegExp("(.*&?"+t+"=)(.*?)(&.*|$)");if(r.test(n)){n=RegExp.$1+i+RegExp.$3}else{n=(n?n+"&":"")+(t+"="+i)}a.set(e,n,{domain:"aliexpress.com",path:"/",expires:365*10,raw:true})},_getCookie:function(e,t){var i=a.get(e,{domain:"aliexpress.com",path:"/",raw:true})||"";var n=new RegExp("(.*&?"+t+"=)(.*?)(&.*|$)");i.match(n);var r=RegExp.$2;if(n.test(i)&&this.validate(t,r)){return r}else{return""}},_removeCookie:function(e,t){if(!t){return}var i=a.get(e,{domain:"aliexpress.com",path:"/",raw:true})||"";if(!i){return}var n=i.split("&");var r=new RegExp(t+"=.*?");for(var s=n.length;s>-1;s--){if(r.test(n[s])){n.splice(s,1)}}i=n.join("&");a.set(e,i,{domain:"aliexpress.com",path:"/",expires:365*10,raw:true})},validate:function(e,t){if(/(&|=)/.test(t))return false;if(t&&this.get(e+"Format")&&this.get(e+"Format").test(t)){return true}else{return false}},getMSite:function(e,t){var i=a.get(e,{domain:"m.aliexpress.com",path:"/",raw:true})||"";var n=new RegExp("(.*&?"+t+"=)(.*?)(&.*|$)");i.match(n);var r=RegExp.$2;if(n.test(i)&&this.validate(t,r)){return r}else{return""}},setSite:function(e){this._setcookie("aep_usuc_f","site",e)},getSite:function(){return this._getCookie("aep_usuc_f","site")},getZeroOrder:function(){return this._getCookie("xman_us_f","zero_order")},isZeroOrderUser:function(){if(this.getZeroOrder()==="y"){return true}else{return false}},setRegion:function(e){this._setcookie("aep_usuc_f","region",e)},getRegion:function(){return this._getCookie("aep_usuc_f","region")},setProvince:function(e){this._setcookie("aep_usuc_f","province",e)},getProvince:function(){return this._getCookie("aep_usuc_f","province")},removeProvince:function(){this._removeCookie("aep_usuc_f","province")},setCity:function(e){this._setcookie("aep_usuc_f","city",e)},getCity:function(){return this._getCookie("aep_usuc_f","city")},removeCity:function(){this._removeCookie("aep_usuc_f","city")},setCurrency:function(e){this._setcookie("aep_usuc_f","c_tp",e)},getCurrency:function(){return this._getCookie("aep_usuc_f","c_tp")},setLocale:function(e){this._setcookie("xman_us_f","x_locale",e)},getLocale:function(){return this._getCookie("xman_us_f","x_locale")},setSellerLocale:function(e){a.set("intl_locale",e,{domain:"aliexpress.com",path:"/",expires:365,raw:true});this.setLocale(e);this._setcookie("aep_usuc_f","s_locale",e)},getSellerLocale:function(){return this._getCookie("aep_usuc_f","s_locale")},setBuyerLocale:function(e){this.setLocale(e);this._setcookie("aep_usuc_f","b_locale",e)},getBuyerLocale:function(){return this._getCookie("aep_usuc_f","b_locale")},getSign:function(){return this._getCookie("xman_us_t","sign")},isLoggedIn:function(){if(this.getSign()=="y"){return true}else{return false}},getIss:function(){return this._getCookie("aep_usuc_f","iss")},isSeller:function(){if(this.getIss()==="y"){return true}else{return false}},getIsb:function(){return this._getCookie("aep_usuc_f","isb")},isBuyer:function(){if(this.getIsb()==="y"){return true}else{return false}},getIsks:function(){return this._getCookie("aep_usuc_f","isks")},isKaSeller:function(){if(this.getIsks()==="y"){return true}else{return false}},getIsgcl:function(){return this._getCookie("aep_usuc_f","isgcl")},isGreenChannel:function(){if(this.getIsgcl()==="y"){return true}else{return false}},getIspm:function(){return this._getCookie("aep_usuc_f","ispm")},isPremiumMember:function(){if(this.getIspm()==="y"){return true}else{return false}},getIsfm:function(){return this._getCookie("aep_usuc_f","isfm")},isFreeMember:function(){if(this.getIsfm()==="y"){return true}else{return false}},getRegVer:function(){return this._getCookie("aep_usuc_f","reg_ver")},getOversea:function(){return this._getCookie("xman_us_f","x_l")},isOversea:function(){if(this.getOversea()==="1"){return false}else{return true}},_getXUserRaw:function(){return this._getCookie("xman_us_f","x_user")},getXUserObj:function(){var e={country:"",firstName:"",lastName:"",memberSeq:""};var t=this._getXUserRaw()||"";var i=t.split("|");if(i.length>=5){e.country=i[0];e.firstName=i[1].replace(/</g,"&lt;").replace(/>/g,"&gt;");e.lastName=i[2].replace(/</g,"&lt;").replace(/>/g,"&gt;");e.memberSeq=i[4]}return e},isNewUser:function(){if(this.getXUserObj().memberSeq!==""){return false}else{return true}},setHistory:function(e){if(!e)return;r.logProduct({id:e})},getHistory:function(){return r.getProducts()},setAETest:function(){},getAETest:function(){return""},getBerL:function(){return this._getCookie("aep_usuc_t","ber_l")},getAeUps:function(){return this._getCookie("aep_usuc_f","ae_u_p_s")},setAeUps:function(e){return this._setcookie("aep_usuc_f","ae_u_p_s",e)},
getAeUpsTime:function(){return this._getCookie("aep_usuc_f","ups_u_t")},setAeUpsTime:function(e){return this._setcookie("aep_usuc_f","ups_u_t",e)}});t.exports=new s});define("ae-ugc/live/1.0.0/js/youtube-player.js",["beta-jquery/jquery"],function(require,e,t){var i=require("beta-jquery/jquery");var n;function a(){var e=document.createElement("script");e.id="www_iframe_api";e.src="https://www.youtube.com/iframe_api";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)}window.onYouTubeIframeAPIReady=function(){n=new YT.Player("youtube",{events:{onStateChange:function(){}}})};function r(e,t){e.html('<iframe id="youtube-iframe" type="text/html" width="100%" height="100%" src="'+t+'" frameborder="0"></iframe>')}t.exports={init:a,buildYoutube:r}});define("ae-ugc/node_modules/@alife/omega-scroll-trigger/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js",[],function(require,e,t){function i(e){if(!(this instanceof i)&&u(e)){return a(e)}}t.exports=i;i.create=function(e,t){if(!u(e)){t=e;e=null}t||(t={});e||(e=t.Extends||i);t.Extends=e;function r(){e.apply(this,arguments);if(this.constructor===r&&this.initialize){this.initialize.apply(this,arguments)}}if(e!==i){o(r,e,e.StaticsWhiteList)}n.call(r,t);return a(r)};function n(e){var t,n;for(t in e){n=e[t];if(i.Mutators.hasOwnProperty(t)){i.Mutators[t].call(this,n)}else{this.prototype[t]=n}}}i.extend=function(e){e||(e={});e.Extends=this;return i.create(e)};function a(e){e.extend=i.extend;e.implement=n;return e}i.Mutators={Extends:function(e){var t=this.prototype;var i=s(e.prototype);o(i,t);i.constructor=this;this.prototype=i;this.superclass=e.prototype},Implements:function(e){l(e)||(e=[e]);var t=this.prototype,i;while(i=e.shift()){o(t,i.prototype||i)}},Statics:function(e){o(this,e)}};function r(){}var s=Object.__proto__?function(e){return{__proto__:e}}:function(e){r.prototype=e;return new r};function o(e,t,i){for(var n in t){if(t.hasOwnProperty(n)){if(i&&f(i,n)===-1)continue;if(n!=="prototype"){e[n]=t[n]}}}}var c=Object.prototype.toString;var l=Array.isArray||function(e){return c.call(e)==="[object Array]"};var u=function(e){return c.call(e)==="[object Function]"};var f=Array.prototype.indexOf?function(e,t){return e.indexOf(t)}:function(e,t){for(var i=0,n=e.length;i<n;i++){if(e[i]===t){return i}}return-1}});define("ae-ugc/node_modules/@alife/omega-scroll-trigger/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js",[],function(require,e,t){var i=/\s+/;function n(){}n.prototype.on=function(e,t,n){var a,r,s;if(!t)return this;a=this.__events||(this.__events={});e=e.split(i);while(r=e.shift()){s=a[r]||(a[r]=[]);s.push(t,n)}return this};n.prototype.once=function(e,t,i){var n=this;var a=function(){n.off(e,a);t.apply(this,arguments)};this.on(e,a,i)};n.prototype.off=function(e,t,n){var r,s,o,c;if(!(r=this.__events))return this;if(!(e||t||n)){delete this.__events;return this}e=e?e.split(i):a(r);while(s=e.shift()){o=r[s];if(!o)continue;if(!(t||n)){delete r[s];continue}for(c=o.length-2;c>=0;c-=2){if(!(t&&o[c]!==t||n&&o[c+1]!==n)){o.splice(c,2)}}}return this};n.prototype.trigger=function(e){var t,n,a,s,o,c,l=[],u,f=true;if(!(t=this.__events))return this;e=e.split(i);for(o=1,c=arguments.length;o<c;o++){l[o-1]=arguments[o]}while(n=e.shift()){if(a=t.all)a=a.slice();if(s=t[n])s=s.slice();f=r(s,l,this)&&f;f=r(a,[n].concat(l),this)&&f}return f};n.prototype.emit=n.prototype.trigger;n.mixTo=function(e){e=s(e)?e.prototype:e;var t=n.prototype;for(var i in t){if(t.hasOwnProperty(i)){e[i]=t[i]}}};var a=Object.keys;if(!a){a=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function r(e,t,i){var n=true;if(e){var a=0,r=e.length,s=t[0],o=t[1],c=t[2];switch(t.length){case 0:for(;a<r;a+=2){n=e[a].call(e[a+1]||i)!==false&&n}break;case 1:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s)!==false&&n}break;case 2:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o)!==false&&n}break;case 3:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o,c)!==false&&n}break;default:for(;a<r;a+=2){n=e[a].apply(e[a+1]||i,t)!==false&&n}break}}return n}function s(e){return Object.prototype.toString.call(e)==="[object Function]"}return n});define("ae-ugc/node_modules/@alife/omega-scroll-trigger/node_modules/@alife/beta-base/src/aspect.js",[],function(require,e,t){e.before=function(e,t,i){return n.call(this,"before",e,t,i)};e.after=function(e,t,i){return n.call(this,"after",e,t,i)};var i=/\s+/;function n(e,t,n,s){var o=t.split(i);var c,l;while(c=o.shift()){l=a(this,c);if(!l.__isAspected){r.call(this,c)}this.on(e+":"+c,n,s)}return this}function a(e,t){var i=e[t];if(!i){throw new Error("Invalid method name: "+t)}return i}function r(e){var t=this[e];this[e]=function(){var i=Array.prototype.slice.call(arguments);var n=["before:"+e].concat(i);if(this.trigger.apply(this,n)===false)return;var a=t.apply(this,arguments);var r=["after:"+e,a].concat(i);this.trigger.apply(this,r);return a};this[e].__isAspected=true}});define("ae-ugc/node_modules/@alife/omega-scroll-trigger/node_modules/@alife/beta-base/src/attribute.js",[],function(require,e,t){e.initAttrs=function(e){var t=this.attrs={};var i=this.propsInAttrs||[];m(t,this,i);if(e){g(t,e)}y(this,t,e);_(this,t);b(i,this,t,true)};e.get=function(e){var t=this.attrs[e]||{};var i=t.value;return t.getter?t.getter.call(this,i,e):i};e.set=function(e,t,i){var n={};if(s(e)){n[e]=t}else{n=e;i=t}i||(i={});var a=i.silent;var r=i.override;var o=this.attrs;var c=this.__changedAttrs||(this.__changedAttrs={});for(e in n){if(!n.hasOwnProperty(e))continue;var l=o[e]||(o[e]={});t=n[e];if(l.readOnly){throw new Error("This attribute is readOnly: "+e)}if(l.setter){t=l.setter.call(this,t,e)}var f=this.get(e);if(!r&&u(f)&&u(t)){t=p(p({},f),t)}o[e].value=t;if(!this.__initializingAttrs&&!w(f,t)){if(a){c[e]=[t,f]}else{this.trigger("change:"+e,t,f,e)}}}return this};e.change=function(){var e=this.__changedAttrs;if(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];this.trigger("change:"+t,i[0],i[1],t)}}delete this.__changedAttrs}return this};e._isPlainObject=u;var i=Object.prototype.toString;var n=Object.prototype.hasOwnProperty;var a;(function(){var e=[];function t(){this.x=1}t.prototype={valueOf:1,y:1};for(var i in new t){e.push(i)}a=e[0]!=="x"})();var r=Array.isArray||function(e){return i.call(e)==="[object Array]"};function s(e){return i.call(e)==="[object String]"}function o(e){return i.call(e)==="[object Function]"}function c(e){return e!=null&&e==e.window}var l=function(){if(Object.getPrototypeOf){return function(e){return Object.getPrototypeOf(e)}}if(typeof"test".__proto__=="object"){return function(e){return e.__proto__}}return function(e){return false}}();function u(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)){return false}var t=l(e),r=Function.prototype.toString,s=r.call(Object),o;if(t===null){return true}if(t===false){var u;if(a){for(u in e){return n.call(e,u)}}for(u in e){}return u===undefined||n.call(e,u)}var f=n.call(t,"constructor")&&t.constructor;return typeof f=="function"&&f instanceof f&&r.call(f)==s}function f(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)||!e.hasOwnProperty){return false}for(var t in e){if(e.hasOwnProperty(t))return false}return true}function p(e,t){var i,n;for(i in t){if(t.hasOwnProperty(i)){e[i]=h(t[i],e[i])}}return e}function h(e,t){if(r(e)){e=e.slice()}else if(u(e)){u(t)||(t={});e=p(t,e)}return e}var d=Object.keys;if(!d){d=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function m(e,t,i){var n=[];var a=t.constructor.prototype;while(a){if(!a.hasOwnProperty("attrs")){a.attrs={}}b(i,a.attrs,a);if(!f(a.attrs)){n.unshift(a.attrs)}a=a.constructor.superclass}for(var r=0,s=n.length;r<s;r++){N(e,z(n[r]))}}function g(e,t){N(e,z(t,true),true)}function b(e,t,i,n){for(var a=0,r=e.length;a<r;a++){var s=e[a];if(i.hasOwnProperty(s)){t[s]=n?t.get(s):i[s]}}}var v=/^(on|before|after)([A-Z].*)$/;var M=/^(Change)?([A-Z])(.*)/;function _(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n=t[i].value,a;if(o(n)&&(a=i.match(v))){e[a[1]](A(a[2]),n);delete t[i]}}}}function A(e){var t=e.match(M);var i=t[1]?"change:":"";i+=t[2].toLowerCase()+t[3];return i}function y(e,t,i){var n={silent:true};e.__initializingAttrs=true;for(var a in i){if(i.hasOwnProperty(a)){if(t[a].setter){e.set(a,i[a],n)}}}delete e.__initializingAttrs}var O=["value","getter","setter","readOnly"];function z(e,t){var i={};for(var n in e){var a=e[n];if(!t&&u(a)&&S(a,O)){i[n]=a;continue}i[n]={value:a}}return i}var L=["setter","getter","readOnly"];function N(e,t,i){var n,a;var r;for(n in t){if(t.hasOwnProperty(n)){a=t[n];r=e[n];if(!r){r=e[n]={}}a["value"]!==undefined&&(r["value"]=h(a["value"],r["value"]));if(i)continue;for(var s in L){var o=L[s];if(a[o]!==undefined){r[o]=a[o]}}}}return e}function S(e,t){for(var i=0,n=t.length;i<n;i++){if(e.hasOwnProperty(t[i])){return true}}return false}function k(e){return e==null||(s(e)||r(e))&&e.length===0||f(e)}function w(e,t){if(e===t)return true;if(k(e)&&k(t))return true;var n=i.call(e);if(n!=i.call(t))return false;switch(n){case"[object String]":return e==String(t);case"[object Number]":return e!=+e?t!=+t:e==0?1/e==1/t:e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object RegExp]":return e.source==t.source&&e.global==t.global&&e.multiline==t.multiline&&e.ignoreCase==t.ignoreCase;case"[object Array]":var a=e.toString();var r=t.toString();return a.indexOf("[object")===-1&&r.indexOf("[object")===-1&&a===r}if(typeof e!="object"||typeof t!="object")return false;if(u(e)&&u(t)){if(!w(d(e),d(t))){return false}for(var s in e){if(e[s]!==t[s])return false}return true}return false}});define("ae-ugc/node_modules/@alife/omega-scroll-trigger/node_modules/@alife/beta-base/base.js",["ae-ugc/node_modules/@alife/omega-scroll-trigger/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js","ae-ugc/node_modules/@alife/omega-scroll-trigger/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js","ae-ugc/node_modules/@alife/omega-scroll-trigger/node_modules/@alife/beta-base/src/aspect.js","ae-ugc/node_modules/@alife/omega-scroll-trigger/node_modules/@alife/beta-base/src/attribute.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/omega-scroll-trigger/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js");var n=require("ae-ugc/node_modules/@alife/omega-scroll-trigger/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js");var a=require("ae-ugc/node_modules/@alife/omega-scroll-trigger/node_modules/@alife/beta-base/src/aspect.js");var r=require("ae-ugc/node_modules/@alife/omega-scroll-trigger/node_modules/@alife/beta-base/src/attribute.js");t.exports=i.create({Implements:[n,a,r],initialize:function(e){this.initAttrs(e);s(this,this.attrs)},destroy:function(){this.off();for(var e in this){if(this.hasOwnProperty(e)){delete this[e]}}this.destroy=function(){}}});function s(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n="_onChange"+o(i);if(e[n]){e.on("change:"+i,e[n])}}}}function o(e){return e.charAt(0).toUpperCase()+e.substring(1)}});define("ae-ugc/node_modules/@alife/omega-scroll-trigger/scroll-trigger.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-scroll-trigger/node_modules/@alife/beta-base/base.js"],function(require,e,t){var i=require("beta-jquery/jquery"),n=require("ae-ugc/node_modules/@alife/omega-scroll-trigger/node_modules/@alife/beta-base/base.js"),a;a=n.extend({attrs:{delay:{value:400}},registers:{},registerIndex:0,threadId:null,lock:false,initialize:function(){this.start()},start:function(){var e=this;if(this.lock){return}this.lock=true;this.activateAll();i(window).bind("scroll.scrollTrigger",function(){e._scroll()});i(window).bind("resize.scrollTrigger",function(){e._scroll()})},stop:function(){i(window).unbind("scroll.scrollTrigger");i(window).unbind("resize.scrollTrigger");this.lock=false},add:function(e){var t=this;i(e.element).each(function(){var n=i(this);var a=t.registerIndex++;n.data("scrollTrigger",a);t.registers[a]={element:n,distance:e.distance||0,onRouse:e.onRouse,options:e.options||null,oneoff:e.oneoff||false,viewportAdjustment:e.viewportAdjustment||0};t._activate(t.registers[a])})},remove:function(e){var t=this;var n=i(e.element);n.each(function(){var e=i(this);var n=e.data("scrollTrigger");delete t.registers[n]})},activate:function(e){var t=this;var n=i(e.element);n.each(function(){var e=i(this);var n=e.data("scrollTrigger");t._activate(t.registers[n])})},activateAll:function(){if(i.isEmptyObject(this.registers)){return}for(var e in this.registers){this._activate(this.registers[e])}},isOnScope:function(e,t,i){return this._isOnScope(e,t||0,i||0)},_activate:function(e){if(this._isOnScope(e.element,e.distance,e.viewportAdjustment)){this._rouse(e)}},_rouse:function(e){e.onRouse.apply(e.element,[e.options]);if(e.oneoff){this.remove({element:e.element})}},_scroll:function(){var e=this;clearTimeout(this.threadId);e.threadId=setTimeout(function(){e.activateAll();clearTimeout(e.threadId)},e.get("delay"))},_isOnScope:function(e,t,i){var n=s();var a=r(e);var t=this._calculateArray(t);var i=this._calculateArray(i);if(t.top<0&&a.bottom>n.top-i.top){return true}if(t.right<0&&a.left<n.right+i.right){return true}if(t.bottom<0&&a.top<n.bottom+i.bottom){return true}if(t.left<0&&a.right>n.left-i.left){return true}if(a.bottom+t.bottom<n.top-i.top){return false}if(a.left-t.left>n.right+i.right){return false}if(a.top-t.top>n.bottom+i.bottom){return false}if(a.right+t.right<n.left-i.left){return false}return true},_calculateArray:function(e){if(!i.isArray(e)){var t=parseInt(e,10);e=[t,t,t,t]}switch(e.length){case 0:return{top:0,right:0,bottom:0,left:0};case 1:var t=parseInt(e[0],10);return{top:t,right:t,bottom:t,left:t};case 2:var n=parseInt(e[0],10);var a=parseInt(e[1],10);return{top:n,right:a,bottom:n,left:a};case 3:var a=parseInt(e[1],10);return{top:parseInt(e[0],10),right:a,bottom:parseInt(e[2],10),left:a};default:return{top:parseInt(e[0],10),right:parseInt(e[1],10),bottom:parseInt(e[2],10),left:parseInt(e[3],10)}}}});t.exports=new a;function r(e){var t={top:0,right:0,bottom:0,left:0};var i=e.offset();t.top=i.top;t.right=i.left+e.width();t.bottom=i.top+e.height();t.left=i.left;return t}function s(){var e={top:0,right:0,bottom:0,left:0};var t=o();e.top=t.top;e.right=t.left+i(window).width();e.bottom=t.top+i(window).height();e.left=t.left;return e}function o(){var e=i(window);var t={left:e.scrollLeft(),top:e.scrollTop()};return t}});define("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js",[],function(require,e,t){function i(e){if(!(this instanceof i)&&u(e)){return a(e)}}t.exports=i;i.create=function(e,t){if(!u(e)){t=e;e=null}t||(t={});e||(e=t.Extends||i);t.Extends=e;function r(){e.apply(this,arguments);if(this.constructor===r&&this.initialize){this.initialize.apply(this,arguments)}}if(e!==i){o(r,e,e.StaticsWhiteList)}n.call(r,t);return a(r)};function n(e){var t,n;for(t in e){n=e[t];if(i.Mutators.hasOwnProperty(t)){i.Mutators[t].call(this,n)}else{this.prototype[t]=n}}}i.extend=function(e){e||(e={});e.Extends=this;return i.create(e)};function a(e){e.extend=i.extend;e.implement=n;return e}i.Mutators={Extends:function(e){var t=this.prototype;var i=s(e.prototype);o(i,t);i.constructor=this;this.prototype=i;this.superclass=e.prototype},Implements:function(e){l(e)||(e=[e]);var t=this.prototype,i;while(i=e.shift()){o(t,i.prototype||i)}},Statics:function(e){o(this,e)}};function r(){}var s=Object.__proto__?function(e){return{__proto__:e}}:function(e){r.prototype=e;return new r};function o(e,t,i){for(var n in t){if(t.hasOwnProperty(n)){if(i&&f(i,n)===-1)continue;if(n!=="prototype"){e[n]=t[n]}}}}var c=Object.prototype.toString;var l=Array.isArray||function(e){return c.call(e)==="[object Array]"};var u=function(e){return c.call(e)==="[object Function]"};var f=Array.prototype.indexOf?function(e,t){return e.indexOf(t)}:function(e,t){for(var i=0,n=e.length;i<n;i++){if(e[i]===t){return i}}return-1}});define("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js",[],function(require,e,t){var i=/\s+/;function n(){}n.prototype.on=function(e,t,n){var a,r,s;if(!t)return this;a=this.__events||(this.__events={});e=e.split(i);while(r=e.shift()){s=a[r]||(a[r]=[]);s.push(t,n)}return this};n.prototype.once=function(e,t,i){var n=this;var a=function(){n.off(e,a);t.apply(this,arguments)};this.on(e,a,i)};n.prototype.off=function(e,t,n){var r,s,o,c;if(!(r=this.__events))return this;if(!(e||t||n)){delete this.__events;return this}e=e?e.split(i):a(r);while(s=e.shift()){o=r[s];if(!o)continue;if(!(t||n)){delete r[s];continue}for(c=o.length-2;c>=0;c-=2){if(!(t&&o[c]!==t||n&&o[c+1]!==n)){o.splice(c,2)}}}return this};n.prototype.trigger=function(e){var t,n,a,s,o,c,l=[],u,f=true;if(!(t=this.__events))return this;e=e.split(i);for(o=1,c=arguments.length;o<c;o++){l[o-1]=arguments[o]}while(n=e.shift()){if(a=t.all)a=a.slice();if(s=t[n])s=s.slice();f=r(s,l,this)&&f;f=r(a,[n].concat(l),this)&&f}return f};n.prototype.emit=n.prototype.trigger;n.mixTo=function(e){e=s(e)?e.prototype:e;var t=n.prototype;for(var i in t){if(t.hasOwnProperty(i)){e[i]=t[i]}}};var a=Object.keys;if(!a){a=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function r(e,t,i){var n=true;if(e){var a=0,r=e.length,s=t[0],o=t[1],c=t[2];switch(t.length){case 0:for(;a<r;a+=2){n=e[a].call(e[a+1]||i)!==false&&n}break;case 1:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s)!==false&&n}break;case 2:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o)!==false&&n}break;case 3:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o,c)!==false&&n}break;default:for(;a<r;a+=2){n=e[a].apply(e[a+1]||i,t)!==false&&n}break}}return n}function s(e){return Object.prototype.toString.call(e)==="[object Function]"}return n});define("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/src/aspect.js",[],function(require,e,t){e.before=function(e,t,i){return n.call(this,"before",e,t,i)};e.after=function(e,t,i){return n.call(this,"after",e,t,i)};var i=/\s+/;function n(e,t,n,s){var o=t.split(i);var c,l;while(c=o.shift()){l=a(this,c);if(!l.__isAspected){r.call(this,c)}this.on(e+":"+c,n,s)}return this}function a(e,t){var i=e[t];if(!i){throw new Error("Invalid method name: "+t)}return i}function r(e){var t=this[e];this[e]=function(){var i=Array.prototype.slice.call(arguments);var n=["before:"+e].concat(i);if(this.trigger.apply(this,n)===false)return;var a=t.apply(this,arguments);var r=["after:"+e,a].concat(i);this.trigger.apply(this,r);return a};this[e].__isAspected=true}});define("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/src/attribute.js",[],function(require,e,t){e.initAttrs=function(e){var t=this.attrs={};var i=this.propsInAttrs||[];m(t,this,i);if(e){g(t,e)}y(this,t,e);_(this,t);b(i,this,t,true)};e.get=function(e){var t=this.attrs[e]||{};var i=t.value;return t.getter?t.getter.call(this,i,e):i};e.set=function(e,t,i){var n={};if(s(e)){n[e]=t}else{n=e;i=t}i||(i={});var a=i.silent;var r=i.override;var o=this.attrs;var c=this.__changedAttrs||(this.__changedAttrs={});for(e in n){if(!n.hasOwnProperty(e))continue;var l=o[e]||(o[e]={});t=n[e];if(l.readOnly){throw new Error("This attribute is readOnly: "+e)}if(l.setter){t=l.setter.call(this,t,e)}var f=this.get(e);if(!r&&u(f)&&u(t)){t=p(p({},f),t)}o[e].value=t;if(!this.__initializingAttrs&&!w(f,t)){if(a){c[e]=[t,f]}else{this.trigger("change:"+e,t,f,e)}}}return this};e.change=function(){var e=this.__changedAttrs;if(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];this.trigger("change:"+t,i[0],i[1],t)}}delete this.__changedAttrs}return this};e._isPlainObject=u;var i=Object.prototype.toString;var n=Object.prototype.hasOwnProperty;var a;(function(){var e=[];function t(){this.x=1}t.prototype={valueOf:1,y:1};for(var i in new t){e.push(i)}a=e[0]!=="x"})();var r=Array.isArray||function(e){return i.call(e)==="[object Array]"};function s(e){return i.call(e)==="[object String]"}function o(e){return i.call(e)==="[object Function]"}function c(e){return e!=null&&e==e.window}var l=function(){if(Object.getPrototypeOf){return function(e){return Object.getPrototypeOf(e)}}if(typeof"test".__proto__=="object"){return function(e){return e.__proto__}}return function(e){return false}}();function u(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)){return false}var t=l(e),r=Function.prototype.toString,s=r.call(Object),o;if(t===null){return true}if(t===false){var u;if(a){for(u in e){return n.call(e,u)}}for(u in e){}return u===undefined||n.call(e,u)}var f=n.call(t,"constructor")&&t.constructor;return typeof f=="function"&&f instanceof f&&r.call(f)==s}function f(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)||!e.hasOwnProperty){return false}for(var t in e){if(e.hasOwnProperty(t))return false}return true}function p(e,t){var i,n;for(i in t){if(t.hasOwnProperty(i)){e[i]=h(t[i],e[i])}}return e}function h(e,t){if(r(e)){e=e.slice()}else if(u(e)){u(t)||(t={});e=p(t,e)}return e}var d=Object.keys;if(!d){d=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function m(e,t,i){var n=[];var a=t.constructor.prototype;while(a){if(!a.hasOwnProperty("attrs")){a.attrs={}}b(i,a.attrs,a);if(!f(a.attrs)){n.unshift(a.attrs)}a=a.constructor.superclass}for(var r=0,s=n.length;r<s;r++){N(e,z(n[r]))}}function g(e,t){N(e,z(t,true),true)}function b(e,t,i,n){for(var a=0,r=e.length;a<r;a++){var s=e[a];if(i.hasOwnProperty(s)){t[s]=n?t.get(s):i[s]}}}var v=/^(on|before|after)([A-Z].*)$/;var M=/^(Change)?([A-Z])(.*)/;function _(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n=t[i].value,a;if(o(n)&&(a=i.match(v))){e[a[1]](A(a[2]),n);delete t[i]}}}}function A(e){var t=e.match(M);var i=t[1]?"change:":"";i+=t[2].toLowerCase()+t[3];return i}function y(e,t,i){var n={silent:true};e.__initializingAttrs=true;for(var a in i){if(i.hasOwnProperty(a)){if(t[a].setter){e.set(a,i[a],n)}}}delete e.__initializingAttrs}var O=["value","getter","setter","readOnly"];function z(e,t){var i={};for(var n in e){var a=e[n];if(!t&&u(a)&&S(a,O)){i[n]=a;continue}i[n]={value:a}}return i}var L=["setter","getter","readOnly"];function N(e,t,i){var n,a;var r;for(n in t){if(t.hasOwnProperty(n)){a=t[n];r=e[n];if(!r){r=e[n]={}}a["value"]!==undefined&&(r["value"]=h(a["value"],r["value"]));if(i)continue;for(var s in L){var o=L[s];if(a[o]!==undefined){r[o]=a[o]}}}}return e}function S(e,t){for(var i=0,n=t.length;i<n;i++){if(e.hasOwnProperty(t[i])){return true}}return false}function k(e){return e==null||(s(e)||r(e))&&e.length===0||f(e)}function w(e,t){if(e===t)return true;if(k(e)&&k(t))return true;var n=i.call(e);if(n!=i.call(t))return false;switch(n){case"[object String]":return e==String(t);case"[object Number]":return e!=+e?t!=+t:e==0?1/e==1/t:e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object RegExp]":return e.source==t.source&&e.global==t.global&&e.multiline==t.multiline&&e.ignoreCase==t.ignoreCase;case"[object Array]":var a=e.toString();var r=t.toString();return a.indexOf("[object")===-1&&r.indexOf("[object")===-1&&a===r}if(typeof e!="object"||typeof t!="object")return false;if(u(e)&&u(t)){if(!w(d(e),d(t))){return false}for(var s in e){if(e[s]!==t[s])return false}return true}return false}});define("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/base.js",["ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js","ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js","ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/src/aspect.js","ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/src/attribute.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js");var n=require("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js");var a=require("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/src/aspect.js");var r=require("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/src/attribute.js");t.exports=i.create({Implements:[n,a,r],initialize:function(e){this.initAttrs(e);s(this,this.attrs)},destroy:function(){this.off();for(var e in this){if(this.hasOwnProperty(e)){delete this[e]}}this.destroy=function(){}}});function s(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n="_onChange"+o(i);if(e[n]){e.on("change:"+i,e[n])}}}}function o(e){return e.charAt(0).toUpperCase()+e.substring(1)}});define("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookie/cookie.js",[],function(require,e,t){var i=e;var n=decodeURIComponent;var a=encodeURIComponent;i.get=function(e,t){c(e);if(typeof t==="function"){t={converter:t}}else{t=t||{}}var i=r(document.cookie,!t["raw"]);return(t.converter||l)(i[e])};i.set=function(e,t,i){c(e);i=i||{};var n=i["expires"];var r=i["domain"];var s=i["path"];if(!i["raw"]){t=a(String(t))}var l=e+"="+t;var u=n;if(typeof u==="number"){u=new Date;u.setDate(u.getDate()+n)}if(u instanceof Date){l+="; expires="+u.toUTCString()}if(o(r)){l+="; domain="+r}if(o(s)){l+="; path="+s}if(i["secure"]){l+="; secure"}document.cookie=l;return l};i.remove=function(e,t){t=t||{};t["expires"]=new Date(0);return this.set(e,"",t)};function r(e,t){var i={};if(s(e)&&e.length>0){var a=t?n:l;var r=e.split(/;\s/g);var o;var c;var u;for(var f=0,p=r.length;f<p;f++){u=r[f].match(/([^=]+)=/i);if(u instanceof Array){try{o=n(u[1]);c=a(r[f].substring(u[1].length+1))}catch(h){}}else{o=n(r[f]);c=""}if(o){i[o]=c}}}return i}function s(e){return typeof e==="string"}function o(e){return s(e)&&e!==""}function c(e){if(!o(e)){throw new TypeError("Cookie name must be a non-empty string")}}function l(e){return e}});define("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js",[],function(require,e,t){function i(e){if(!(this instanceof i)&&u(e)){return a(e)}}t.exports=i;i.create=function(e,t){if(!u(e)){t=e;e=null}t||(t={});e||(e=t.Extends||i);t.Extends=e;function r(){e.apply(this,arguments);if(this.constructor===r&&this.initialize){this.initialize.apply(this,arguments)}}if(e!==i){o(r,e,e.StaticsWhiteList)}n.call(r,t);return a(r)};function n(e){var t,n;for(t in e){n=e[t];if(i.Mutators.hasOwnProperty(t)){i.Mutators[t].call(this,n)}else{this.prototype[t]=n}}}i.extend=function(e){e||(e={});e.Extends=this;return i.create(e)};function a(e){e.extend=i.extend;e.implement=n;return e}i.Mutators={Extends:function(e){var t=this.prototype;var i=s(e.prototype);o(i,t);i.constructor=this;this.prototype=i;this.superclass=e.prototype},Implements:function(e){l(e)||(e=[e]);var t=this.prototype,i;while(i=e.shift()){o(t,i.prototype||i)}},Statics:function(e){o(this,e)}};function r(){}var s=Object.__proto__?function(e){return{__proto__:e}}:function(e){r.prototype=e;return new r};function o(e,t,i){for(var n in t){if(t.hasOwnProperty(n)){if(i&&f(i,n)===-1)continue;if(n!=="prototype"){e[n]=t[n]}}}}var c=Object.prototype.toString;var l=Array.isArray||function(e){return c.call(e)==="[object Array]"};var u=function(e){return c.call(e)==="[object Function]"};var f=Array.prototype.indexOf?function(e,t){return e.indexOf(t)}:function(e,t){for(var i=0,n=e.length;i<n;i++){if(e[i]===t){return i}}return-1}});define("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js",[],function(require,e,t){var i=/\s+/;function n(){}n.prototype.on=function(e,t,n){var a,r,s;if(!t)return this;a=this.__events||(this.__events={});e=e.split(i);while(r=e.shift()){s=a[r]||(a[r]=[]);s.push(t,n)}return this};n.prototype.once=function(e,t,i){var n=this;var a=function(){n.off(e,a);t.apply(this,arguments)};this.on(e,a,i)};n.prototype.off=function(e,t,n){var r,s,o,c;if(!(r=this.__events))return this;if(!(e||t||n)){delete this.__events;return this}e=e?e.split(i):a(r);while(s=e.shift()){o=r[s];if(!o)continue;if(!(t||n)){delete r[s];continue}for(c=o.length-2;c>=0;c-=2){if(!(t&&o[c]!==t||n&&o[c+1]!==n)){o.splice(c,2)}}}return this};n.prototype.trigger=function(e){var t,n,a,s,o,c,l=[],u,f=true;if(!(t=this.__events))return this;e=e.split(i);for(o=1,c=arguments.length;o<c;o++){l[o-1]=arguments[o]}while(n=e.shift()){if(a=t.all)a=a.slice();if(s=t[n])s=s.slice();f=r(s,l,this)&&f;f=r(a,[n].concat(l),this)&&f}return f};n.prototype.emit=n.prototype.trigger;n.mixTo=function(e){e=s(e)?e.prototype:e;var t=n.prototype;for(var i in t){if(t.hasOwnProperty(i)){e[i]=t[i]}}};var a=Object.keys;if(!a){a=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function r(e,t,i){var n=true;if(e){var a=0,r=e.length,s=t[0],o=t[1],c=t[2];switch(t.length){case 0:for(;a<r;a+=2){n=e[a].call(e[a+1]||i)!==false&&n}break;case 1:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s)!==false&&n}break;case 2:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o)!==false&&n}break;case 3:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o,c)!==false&&n}break;default:for(;a<r;a+=2){n=e[a].apply(e[a+1]||i,t)!==false&&n}break}}return n}function s(e){return Object.prototype.toString.call(e)==="[object Function]"}return n});define("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/src/aspect.js",[],function(require,e,t){e.before=function(e,t,i){return n.call(this,"before",e,t,i)};e.after=function(e,t,i){return n.call(this,"after",e,t,i)};var i=/\s+/;function n(e,t,n,s){var o=t.split(i);var c,l;while(c=o.shift()){l=a(this,c);if(!l.__isAspected){r.call(this,c)}this.on(e+":"+c,n,s)}return this}function a(e,t){var i=e[t];if(!i){throw new Error("Invalid method name: "+t)}return i}function r(e){var t=this[e];this[e]=function(){var i=Array.prototype.slice.call(arguments);var n=["before:"+e].concat(i);if(this.trigger.apply(this,n)===false)return;var a=t.apply(this,arguments);var r=["after:"+e,a].concat(i);this.trigger.apply(this,r);return a};this[e].__isAspected=true}});define("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/src/attribute.js",[],function(require,e,t){e.initAttrs=function(e){var t=this.attrs={};var i=this.propsInAttrs||[];m(t,this,i);if(e){g(t,e)}y(this,t,e);_(this,t);b(i,this,t,true)};e.get=function(e){var t=this.attrs[e]||{};var i=t.value;return t.getter?t.getter.call(this,i,e):i};e.set=function(e,t,i){var n={};if(s(e)){n[e]=t}else{n=e;i=t}i||(i={});var a=i.silent;var r=i.override;var o=this.attrs;var c=this.__changedAttrs||(this.__changedAttrs={});for(e in n){if(!n.hasOwnProperty(e))continue;var l=o[e]||(o[e]={});t=n[e];if(l.readOnly){throw new Error("This attribute is readOnly: "+e)}if(l.setter){t=l.setter.call(this,t,e)}var f=this.get(e);if(!r&&u(f)&&u(t)){t=p(p({},f),t)}o[e].value=t;if(!this.__initializingAttrs&&!w(f,t)){if(a){c[e]=[t,f]}else{this.trigger("change:"+e,t,f,e)}}}return this};e.change=function(){var e=this.__changedAttrs;if(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];this.trigger("change:"+t,i[0],i[1],t)}}delete this.__changedAttrs}return this};e._isPlainObject=u;var i=Object.prototype.toString;var n=Object.prototype.hasOwnProperty;var a;(function(){var e=[];function t(){this.x=1}t.prototype={valueOf:1,y:1};for(var i in new t){e.push(i)}a=e[0]!=="x"})();var r=Array.isArray||function(e){return i.call(e)==="[object Array]"};function s(e){return i.call(e)==="[object String]"}function o(e){return i.call(e)==="[object Function]"}function c(e){return e!=null&&e==e.window}var l=function(){if(Object.getPrototypeOf){return function(e){return Object.getPrototypeOf(e)}}if(typeof"test".__proto__=="object"){return function(e){return e.__proto__}}return function(e){return false}}();function u(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)){return false}var t=l(e),r=Function.prototype.toString,s=r.call(Object),o;if(t===null){
return true}if(t===false){var u;if(a){for(u in e){return n.call(e,u)}}for(u in e){}return u===undefined||n.call(e,u)}var f=n.call(t,"constructor")&&t.constructor;return typeof f=="function"&&f instanceof f&&r.call(f)==s}function f(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)||!e.hasOwnProperty){return false}for(var t in e){if(e.hasOwnProperty(t))return false}return true}function p(e,t){var i,n;for(i in t){if(t.hasOwnProperty(i)){e[i]=h(t[i],e[i])}}return e}function h(e,t){if(r(e)){e=e.slice()}else if(u(e)){u(t)||(t={});e=p(t,e)}return e}var d=Object.keys;if(!d){d=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function m(e,t,i){var n=[];var a=t.constructor.prototype;while(a){if(!a.hasOwnProperty("attrs")){a.attrs={}}b(i,a.attrs,a);if(!f(a.attrs)){n.unshift(a.attrs)}a=a.constructor.superclass}for(var r=0,s=n.length;r<s;r++){N(e,z(n[r]))}}function g(e,t){N(e,z(t,true),true)}function b(e,t,i,n){for(var a=0,r=e.length;a<r;a++){var s=e[a];if(i.hasOwnProperty(s)){t[s]=n?t.get(s):i[s]}}}var v=/^(on|before|after)([A-Z].*)$/;var M=/^(Change)?([A-Z])(.*)/;function _(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n=t[i].value,a;if(o(n)&&(a=i.match(v))){e[a[1]](A(a[2]),n);delete t[i]}}}}function A(e){var t=e.match(M);var i=t[1]?"change:":"";i+=t[2].toLowerCase()+t[3];return i}function y(e,t,i){var n={silent:true};e.__initializingAttrs=true;for(var a in i){if(i.hasOwnProperty(a)){if(t[a].setter){e.set(a,i[a],n)}}}delete e.__initializingAttrs}var O=["value","getter","setter","readOnly"];function z(e,t){var i={};for(var n in e){var a=e[n];if(!t&&u(a)&&S(a,O)){i[n]=a;continue}i[n]={value:a}}return i}var L=["setter","getter","readOnly"];function N(e,t,i){var n,a;var r;for(n in t){if(t.hasOwnProperty(n)){a=t[n];r=e[n];if(!r){r=e[n]={}}a["value"]!==undefined&&(r["value"]=h(a["value"],r["value"]));if(i)continue;for(var s in L){var o=L[s];if(a[o]!==undefined){r[o]=a[o]}}}}return e}function S(e,t){for(var i=0,n=t.length;i<n;i++){if(e.hasOwnProperty(t[i])){return true}}return false}function k(e){return e==null||(s(e)||r(e))&&e.length===0||f(e)}function w(e,t){if(e===t)return true;if(k(e)&&k(t))return true;var n=i.call(e);if(n!=i.call(t))return false;switch(n){case"[object String]":return e==String(t);case"[object Number]":return e!=+e?t!=+t:e==0?1/e==1/t:e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object RegExp]":return e.source==t.source&&e.global==t.global&&e.multiline==t.multiline&&e.ignoreCase==t.ignoreCase;case"[object Array]":var a=e.toString();var r=t.toString();return a.indexOf("[object")===-1&&r.indexOf("[object")===-1&&a===r}if(typeof e!="object"||typeof t!="object")return false;if(u(e)&&u(t)){if(!w(d(e),d(t))){return false}for(var s in e){if(e[s]!==t[s])return false}return true}return false}});define("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/base.js",["ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js","ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js","ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/src/aspect.js","ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/src/attribute.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js");var n=require("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js");var a=require("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/src/aspect.js");var r=require("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/src/attribute.js");t.exports=i.create({Implements:[n,a,r],initialize:function(e){this.initAttrs(e);s(this,this.attrs)},destroy:function(){this.off();for(var e in this){if(this.hasOwnProperty(e)){delete this[e]}}this.destroy=function(){}}});function s(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n="_onChange"+o(i);if(e[n]){e.on("change:"+i,e[n])}}}}function o(e){return e.charAt(0).toUpperCase()+e.substring(1)}});define("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-cookie/cookie.js",[],function(require,e,t){var i=e;var n=decodeURIComponent;var a=encodeURIComponent;i.get=function(e,t){c(e);if(typeof t==="function"){t={converter:t}}else{t=t||{}}var i=r(document.cookie,!t["raw"]);return(t.converter||l)(i[e])};i.set=function(e,t,i){c(e);i=i||{};var n=i["expires"];var r=i["domain"];var s=i["path"];if(!i["raw"]){t=a(String(t))}var l=e+"="+t;var u=n;if(typeof u==="number"){u=new Date;u.setDate(u.getDate()+n)}if(u instanceof Date){l+="; expires="+u.toUTCString()}if(o(r)){l+="; domain="+r}if(o(s)){l+="; path="+s}if(i["secure"]){l+="; secure"}document.cookie=l;return l};i.remove=function(e,t){t=t||{};t["expires"]=new Date(0);return this.set(e,"",t)};function r(e,t){var i={};if(s(e)&&e.length>0){var a=t?n:l;var r=e.split(/;\s/g);var o;var c;var u;for(var f=0,p=r.length;f<p;f++){u=r[f].match(/([^=]+)=/i);if(u instanceof Array){try{o=n(u[1]);c=a(r[f].substring(u[1].length+1))}catch(h){}}else{o=n(r[f]);c=""}if(o){i[o]=c}}}return i}function s(e){return typeof e==="string"}function o(e){return s(e)&&e!==""}function c(e){if(!o(e)){throw new TypeError("Cookie name must be a non-empty string")}}function l(e){return e}});define("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/cookieinfo.js",["ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/base.js","ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-cookie/cookie.js"],function(require,e,t){"use strict";var i=require("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-base/base.js");var n=require("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/node_modules/@alife/beta-cookie/cookie.js");var a={};var r=i.extend({attrs:{isLoggedIn:false,isNewUser:false,isFirstIn:true,country:"",firstName:"",lastName:"",serviceType:"",memberSeq:"",locale:""},setup:function(){var e={};if(n.get("xman_us_f")){var t=n.get("xman_us_f").split("&");for(var i=t.length;i--;){var a=t[i].split("=");e[a[0]]=a[1]}}var r=n.get("xman_us_t");var s=n.get("xman_us_f");var o=/x_user=([^&"]+)/;if(r&&r.indexOf("sign=y")!==-1){this.set("isLoggedIn",true)}else{this.set("isLoggedIn",false)}if(s&&o.test(s)){s.match(o);s=RegExp.$1;s=s.split("|");if(s.length>=5){this.set("country",s[0]);this.set("firstName",s[1].replace(/</g,"&lt;").replace(/>/g,"&gt;"));this.set("lastName",s[2].replace(/</g,"&lt;").replace(/>/g,"&gt;"));this.set("serviceType",s[3]);this.set("memberSeq",s[4])}}if(this.get("memberSeq")!==""){this.set("isNewUser",true)}if(n.get("ali_intl_firstIn")===""){this.set("isFirstIn",true)}if(n.get("intl_locale")){this.set("locale",n.get("intl_locale"))}else{var c=e["x_locale"];if(c){this.set("locale",c)}else{this.set("locale","en_US")}}return this}});a=(new r).setup();var s=function(){var e=true;var t=n.get("xman_us_f");var t;if(t&&t.indexOf("x_l=1")!==-1){e=false}if(t&&t.indexOf("x_l=0")!==-1){e=true}return e};function o(){var e=true;if(a.get("memberSeq")!==""){a.set("isNewUser",false);e=false}return e}t.exports={isLoggedIn:a.get("isLoggedIn"),isNewUser:o(),isFirstIn:a.get("isFirstIn"),country:a.get("country"),firstName:a.get("firstName"),lastName:a.get("lastName"),serviceType:a.get("serviceType"),memberSeq:a.get("memberSeq"),serverDomain:function(){var e,t;a.setup();e=a.get("serviceType"),t=["gs","cgs","twgs","hkgs","cnfm"];if(t.indexOf(e)>-1){return"hz"}return"us"},getIsLoggedIn:function(){a.setup();var e=a.get("isLoggedIn");return e},getIsNewUser:function(){a.setup();return o()},getCountry:function(){a.setup();return a.get("country")},getFirstName:function(){a.setup();return a.get("firstName")},getLastName:function(){a.setup();return a.get("lastName")},getServiceType:function(){a.setup();return a.get("serviceType")},getMemberSeq:function(){a.setup();return a.get("memberSeq")},getLocale:function(){a.setup();return a.get("locale")},getIsOversea:s}});define("ae-ugc/node_modules/@alife/beta-clickstat/clickstat.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/base.js","ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookie/cookie.js","ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/cookieinfo.js"],function(require,e,t){"use strict";var i=require("beta-jquery/jquery");var n=require("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-base/base.js");var a=require("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookie/cookie.js");var r=require("ae-ugc/node_modules/@alife/beta-clickstat/node_modules/@alife/beta-cookieinfo/cookieinfo.js");var s=n.extend({attrs:{buttonClick:function(e){var t=e.projectId||"",i=e.pageType||"",n=e.pageArea||"",s=e.buttonType||"",o=e.objectType||"",c=e.objectValue||"",l=e.clickBehavior||"";var u=a.get("ali_apache_id")||"";var f=r.memberSeq||"";var p="";var h=false;if(f!==""){h=true;p=f}else{p=u}var d={ae_project_id:t,ae_page_type:i,ae_page_area:n,ae_button_type:s,ae_object_type:o,ae_object_value:c,ae_ismember:h,ae_user_id:p,ae_click_behavior:l};if(typeof dmtrack!=="undefined"){window.dmtrack.clickstat(location.protocol+"//stat.alibaba.com/ae/aliexpress_button_click.html",d)}},ctr:function(e){var t=e.projectId||"",i=e.expPage||"",n=e.expPageArea||"",a=e.expType||"",r=e.expCondition||"",s=e.expProduct||"",o=e.expAttribute||"",c=e.expResultCnt||"",l=e.pageSize||"",u=e.pageNo||"",f=e.refer||"",p=e.scmId||"",h=e.pvid||"";var d={project_id:t,exp_page:i,exp_page_area:n,exp_type:a,exp_condition:r,exp_product:s,exp_attribute:o,exp_result_cnt:c,Page_size:l,Page_no:u,refer:f,scm_id:p,pvid:h};if(typeof dmtrack!=="undefined"){window.dmtrack.clickstat(location.protocol+"//stat.alibaba.com/ctr/aliexpress_ctr.html",d)}},p4pCtr:function(e){var t={session_id:e.sessionId,product_id:e.productId};if(typeof dmtrack!="undefined"){window.dmtrack.clickstat(location.protocol+"//stat.alibaba.com/ctr/aliexpress_p4p_ctr.html",t)}}}});var o=new s;t.exports={buttonClick:o.get("buttonClick"),ctr:o.get("ctr"),p4pCtr:o.get("p4pCtr")}});define("ae-ugc/live/1.0.0/js/views/live-timeschedul-list.tpl",[],function(require,e,t){t.exports='<ul class="banner-schedul-list util-clearfix">\n    {{#each list}}\n    <li>\n      <img class="schedul-image" src="{{cover}}" />\n      <div class="schedul-text">\n          <span class="item-month">{{month}}</span>\n          <span class="item-day"><strong>{{day}}</strong></span>\n      </div>\n    </li>\n    {{/each}}\n</ul> \n'});define("ae-ugc/live/1.0.0/js/live-banner-schedul.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/beta-template/template.js","ae-ugc/common/utils/moment/index.js","ae-ugc/live/1.0.0/js/views/live-timeschedul-list.tpl"],function(require,e,t){var i=require("beta-jquery/jquery");var n=require("ae-ugc/node_modules/@alife/beta-template/template.js");MomentZone=require("ae-ugc/common/utils/moment/index.js");var a="";var r="json";AJAX_LIVE_BANNER_SCHEDUL=a+"/live/AjaxGetLpDateList.do";function s(e){i.ajax({url:AJAX_LIVE_BANNER_SCHEDUL,type:"GET",data:{lpId:e},dataType:r,success:function(e){if(!e){return}var t=e.body;var n=e.code;var a=e.serverTime;if(n==0){var r=t.list;var s=o(r,"",a);i("#schedul-container").html(s)}},error:function(){},complete:function(){}})}function o(e,t,i){var a={list:c(e,t,i)};var r=n.compile(require("ae-ugc/live/1.0.0/js/views/live-timeschedul-list.tpl"),a);return r}function c(e,t,i){var n=e;var a=[];var r=0;var s=MomentZone(new Date);var o=s.tz("America/Los_Angeles");var c=o.toObject();var l=new Date(c.years,c.months,c.date);var u=[];for(var f=0;f<n.length;f++){var p=n[f];var h=p.date.toString().substr(0,4);var d=parseInt(h);var m=new Date(d,p.month-1,p.day);var g=(m-l)/1e3;if(g>0&&p.coverPicName){u.push(p)}}if(u.length>3){for(var f=0;f<u.length;f++){var b=u[f];if(r<3){var v=b.coverPicName;var M=b.month;var _=b.day;var h=b.date.toString().substr(0,4);var d=parseInt(h);var A=new Date(d,b.month-1,b.day);var y=A.toString().split(" ").splice(1,1).join(" ");a.push({cover:v,month:y,day:_});r++}}}else{for(var f=0;f<n.length;f++){var b=n[f];if(b.coverPicName&&r<3){var v=b.coverPicName;var M=b.month;var _=b.day;var h=b.date.toString().substr(0,4);var d=parseInt(h);var A=new Date(d,b.month-1,b.day);var y=A.toString().split(" ").splice(1,1).join(" ");a.push({cover:v,month:y,day:_});r++}}}return a}t.exports={getBannerSchedulList:s}});define("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js",[],function(require,e,t){function i(e){if(!(this instanceof i)&&u(e)){return a(e)}}t.exports=i;i.create=function(e,t){if(!u(e)){t=e;e=null}t||(t={});e||(e=t.Extends||i);t.Extends=e;function r(){e.apply(this,arguments);if(this.constructor===r&&this.initialize){this.initialize.apply(this,arguments)}}if(e!==i){o(r,e,e.StaticsWhiteList)}n.call(r,t);return a(r)};function n(e){var t,n;for(t in e){n=e[t];if(i.Mutators.hasOwnProperty(t)){i.Mutators[t].call(this,n)}else{this.prototype[t]=n}}}i.extend=function(e){e||(e={});e.Extends=this;return i.create(e)};function a(e){e.extend=i.extend;e.implement=n;return e}i.Mutators={Extends:function(e){var t=this.prototype;var i=s(e.prototype);o(i,t);i.constructor=this;this.prototype=i;this.superclass=e.prototype},Implements:function(e){l(e)||(e=[e]);var t=this.prototype,i;while(i=e.shift()){o(t,i.prototype||i)}},Statics:function(e){o(this,e)}};function r(){}var s=Object.__proto__?function(e){return{__proto__:e}}:function(e){r.prototype=e;return new r};function o(e,t,i){for(var n in t){if(t.hasOwnProperty(n)){if(i&&f(i,n)===-1)continue;if(n!=="prototype"){e[n]=t[n]}}}}var c=Object.prototype.toString;var l=Array.isArray||function(e){return c.call(e)==="[object Array]"};var u=function(e){return c.call(e)==="[object Function]"};var f=Array.prototype.indexOf?function(e,t){return e.indexOf(t)}:function(e,t){for(var i=0,n=e.length;i<n;i++){if(e[i]===t){return i}}return-1}});define("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js",[],function(require,e,t){var i=/\s+/;function n(){}n.prototype.on=function(e,t,n){var a,r,s;if(!t)return this;a=this.__events||(this.__events={});e=e.split(i);while(r=e.shift()){s=a[r]||(a[r]=[]);s.push(t,n)}return this};n.prototype.once=function(e,t,i){var n=this;var a=function(){n.off(e,a);t.apply(this,arguments)};this.on(e,a,i)};n.prototype.off=function(e,t,n){var r,s,o,c;if(!(r=this.__events))return this;if(!(e||t||n)){delete this.__events;return this}e=e?e.split(i):a(r);while(s=e.shift()){o=r[s];if(!o)continue;if(!(t||n)){delete r[s];continue}for(c=o.length-2;c>=0;c-=2){if(!(t&&o[c]!==t||n&&o[c+1]!==n)){o.splice(c,2)}}}return this};n.prototype.trigger=function(e){var t,n,a,s,o,c,l=[],u,f=true;if(!(t=this.__events))return this;e=e.split(i);for(o=1,c=arguments.length;o<c;o++){l[o-1]=arguments[o]}while(n=e.shift()){if(a=t.all)a=a.slice();if(s=t[n])s=s.slice();f=r(s,l,this)&&f;f=r(a,[n].concat(l),this)&&f}return f};n.prototype.emit=n.prototype.trigger;n.mixTo=function(e){e=s(e)?e.prototype:e;var t=n.prototype;for(var i in t){if(t.hasOwnProperty(i)){e[i]=t[i]}}};var a=Object.keys;if(!a){a=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function r(e,t,i){var n=true;if(e){var a=0,r=e.length,s=t[0],o=t[1],c=t[2];switch(t.length){case 0:for(;a<r;a+=2){n=e[a].call(e[a+1]||i)!==false&&n}break;case 1:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s)!==false&&n}break;case 2:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o)!==false&&n}break;case 3:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o,c)!==false&&n}break;default:for(;a<r;a+=2){n=e[a].apply(e[a+1]||i,t)!==false&&n}break}}return n}function s(e){return Object.prototype.toString.call(e)==="[object Function]"}return n});define("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/aspect.js",[],function(require,e,t){e.before=function(e,t,i){return n.call(this,"before",e,t,i)};e.after=function(e,t,i){return n.call(this,"after",e,t,i)};var i=/\s+/;function n(e,t,n,s){var o=t.split(i);var c,l;while(c=o.shift()){l=a(this,c);if(!l.__isAspected){r.call(this,c)}this.on(e+":"+c,n,s)}return this}function a(e,t){var i=e[t];if(!i){throw new Error("Invalid method name: "+t)}return i}function r(e){var t=this[e];this[e]=function(){var i=Array.prototype.slice.call(arguments);var n=["before:"+e].concat(i);if(this.trigger.apply(this,n)===false)return;var a=t.apply(this,arguments);var r=["after:"+e,a].concat(i);this.trigger.apply(this,r);return a};this[e].__isAspected=true}});define("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/attribute.js",[],function(require,e,t){e.initAttrs=function(e){var t=this.attrs={};var i=this.propsInAttrs||[];m(t,this,i);if(e){g(t,e)}y(this,t,e);_(this,t);b(i,this,t,true)};e.get=function(e){var t=this.attrs[e]||{};var i=t.value;return t.getter?t.getter.call(this,i,e):i};e.set=function(e,t,i){var n={};if(s(e)){n[e]=t}else{n=e;i=t}i||(i={});var a=i.silent;var r=i.override;var o=this.attrs;var c=this.__changedAttrs||(this.__changedAttrs={});for(e in n){if(!n.hasOwnProperty(e))continue;var l=o[e]||(o[e]={});t=n[e];if(l.readOnly){throw new Error("This attribute is readOnly: "+e)}if(l.setter){t=l.setter.call(this,t,e)}var f=this.get(e);if(!r&&u(f)&&u(t)){t=p(p({},f),t)}o[e].value=t;if(!this.__initializingAttrs&&!w(f,t)){if(a){c[e]=[t,f]}else{this.trigger("change:"+e,t,f,e)}}}return this};e.change=function(){var e=this.__changedAttrs;if(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];this.trigger("change:"+t,i[0],i[1],t)}}delete this.__changedAttrs}return this};e._isPlainObject=u;var i=Object.prototype.toString;var n=Object.prototype.hasOwnProperty;var a;(function(){var e=[];function t(){this.x=1}t.prototype={valueOf:1,y:1};for(var i in new t){e.push(i)}a=e[0]!=="x"})();var r=Array.isArray||function(e){return i.call(e)==="[object Array]"};function s(e){return i.call(e)==="[object String]"}function o(e){return i.call(e)==="[object Function]"}function c(e){return e!=null&&e==e.window}var l=function(){if(Object.getPrototypeOf){return function(e){return Object.getPrototypeOf(e)}}if(typeof"test".__proto__=="object"){return function(e){return e.__proto__}}return function(e){return false}}();function u(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)){return false}var t=l(e),r=Function.prototype.toString,s=r.call(Object),o;if(t===null){return true}if(t===false){var u;if(a){for(u in e){return n.call(e,u)}}for(u in e){}return u===undefined||n.call(e,u)}var f=n.call(t,"constructor")&&t.constructor;return typeof f=="function"&&f instanceof f&&r.call(f)==s}function f(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)||!e.hasOwnProperty){return false}for(var t in e){if(e.hasOwnProperty(t))return false}return true}function p(e,t){var i,n;for(i in t){if(t.hasOwnProperty(i)){e[i]=h(t[i],e[i])}}return e}function h(e,t){if(r(e)){e=e.slice()}else if(u(e)){u(t)||(t={});e=p(t,e)}return e}var d=Object.keys;if(!d){d=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function m(e,t,i){var n=[];var a=t.constructor.prototype;while(a){if(!a.hasOwnProperty("attrs")){a.attrs={}}b(i,a.attrs,a);if(!f(a.attrs)){n.unshift(a.attrs)}a=a.constructor.superclass}for(var r=0,s=n.length;r<s;r++){N(e,z(n[r]))}}function g(e,t){N(e,z(t,true),true)}function b(e,t,i,n){for(var a=0,r=e.length;a<r;a++){var s=e[a];if(i.hasOwnProperty(s)){t[s]=n?t.get(s):i[s]}}}var v=/^(on|before|after)([A-Z].*)$/;var M=/^(Change)?([A-Z])(.*)/;function _(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n=t[i].value,a;if(o(n)&&(a=i.match(v))){e[a[1]](A(a[2]),n);delete t[i]}}}}function A(e){var t=e.match(M);var i=t[1]?"change:":"";i+=t[2].toLowerCase()+t[3];return i}function y(e,t,i){var n={silent:true};e.__initializingAttrs=true;for(var a in i){if(i.hasOwnProperty(a)){if(t[a].setter){e.set(a,i[a],n)}}}delete e.__initializingAttrs}var O=["value","getter","setter","readOnly"];function z(e,t){var i={};for(var n in e){var a=e[n];if(!t&&u(a)&&S(a,O)){i[n]=a;continue}i[n]={value:a}}return i}var L=["setter","getter","readOnly"];function N(e,t,i){var n,a;var r;for(n in t){if(t.hasOwnProperty(n)){a=t[n];r=e[n];if(!r){r=e[n]={}}a["value"]!==undefined&&(r["value"]=h(a["value"],r["value"]));if(i)continue;for(var s in L){var o=L[s];if(a[o]!==undefined){r[o]=a[o]}}}}return e}function S(e,t){for(var i=0,n=t.length;i<n;i++){if(e.hasOwnProperty(t[i])){return true}}return false}function k(e){return e==null||(s(e)||r(e))&&e.length===0||f(e)}function w(e,t){if(e===t)return true;if(k(e)&&k(t))return true;var n=i.call(e);if(n!=i.call(t))return false;switch(n){case"[object String]":return e==String(t);case"[object Number]":return e!=+e?t!=+t:e==0?1/e==1/t:e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object RegExp]":return e.source==t.source&&e.global==t.global&&e.multiline==t.multiline&&e.ignoreCase==t.ignoreCase;case"[object Array]":var a=e.toString();var r=t.toString();return a.indexOf("[object")===-1&&r.indexOf("[object")===-1&&a===r}if(typeof e!="object"||typeof t!="object")return false;if(u(e)&&u(t)){if(!w(d(e),d(t))){return false}for(var s in e){if(e[s]!==t[s])return false}return true}return false}});define("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/base.js",["ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js","ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js","ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/aspect.js","ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/attribute.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js");var n=require("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js");var a=require("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/aspect.js");var r=require("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/src/attribute.js");t.exports=i.create({Implements:[n,a,r],initialize:function(e){this.initAttrs(e);s(this,this.attrs)},destroy:function(){this.off();for(var e in this){if(this.hasOwnProperty(e)){delete this[e]}}this.destroy=function(){}}});function s(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n="_onChange"+o(i);if(e[n]){e.on("change:"+i,e[n])}}}}function o(e){return e.charAt(0).toUpperCase()+e.substring(1)}});define("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/src/daparser.js",["beta-jquery/jquery"],function(require,e,t){var i=require("beta-jquery/jquery");e.parseElement=function(e,t){e=i(e)[0];var n={};if(e.dataset){n=i.extend({},e.dataset)}else{var a=e.attributes;for(var r=0,c=a.length;r<c;r++){var l=a[r];var u=l.name;if(u.indexOf("data-")===0){u=s(u.substring(5));n[u]=l.value}}}return t===true?n:o(n)};var n=/-([a-z])/g;var a=/^\s*[\[{].*[\]}]\s*$/;var r=this.JSON?JSON.parse:i.parseJSON;function s(e){return e.toLowerCase().replace(n,function(e,t){return(t+"").toUpperCase()})}function o(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];if(typeof i!=="string")continue;if(a.test(i)){i=i.replace(/'/g,'"');e[t]=o(r(i))}else{e[t]=c(i)}}}return e}function c(e){if(e.toLowerCase()==="false"){e=false}else if(e.toLowerCase()==="true"){e=true}else if(/\d/.test(e)&&/[^a-z]/i.test(e)){var t=parseFloat(e);if(t+""===e){e=t}}return e}});define("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/src/auto-render.js",["beta-jquery/jquery"],function(require,e,t){var i=require("beta-jquery/jquery");var n="data-widget-auto-rendered";e.autoRender=function(e){return new this(e).render()};e.autoRenderAll=function(t,a){if(typeof t==="function"){a=t;t=null}t=i(t||document.body);var r=[];var s=[];t.find("[data-widget]").each(function(t,i){if(!e.isDataApiOff(i)){r.push(i.getAttribute("data-widget").toLowerCase());s.push(i)}});if(r.length){seajs.use(r,function(){for(var e=0;e<arguments.length;e++){var t=arguments[e];var r=i(s[e]);if(r.attr(n))continue;var o={initElement:r,renderType:"auto"};var c=r.attr("data-widget-role");o[c?c:"element"]=r;t.autoRender&&t.autoRender(o);r.attr(n,"true")}a&&a()})}};var a=i(document.body).attr("data-api")==="off";e.isDataApiOff=function(e){var t=i(e).attr("data-api");return t==="off"||t!=="on"&&a}});define("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/widget.js",["ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/base.js","beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/src/daparser.js","ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/src/auto-render.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/node_modules/@alife/beta-base/base.js");var n=require("beta-jquery/jquery");var a=require("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/src/daparser.js");var r=require("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/src/auto-render.js");var s=".delegate-events-";var o="_onRender";var c="data-widget-cid";var l={};var u=i.extend({propsInAttrs:["initElement","element","events"],element:null,events:null,attrs:{id:null,className:null,style:null,template:"<div></div>",model:null,parentNode:document.body},initialize:function(e){this.cid=h();var t=this._parseDataAttrsConfig(e);u.superclass.initialize.call(this,e?n.extend(t,e):t);this.parseElement();this.initProps();this.delegateEvents();this.setup();this._stamp();this._isTemplate=!(e&&e.element)},_parseDataAttrsConfig:function(e){var t,i;if(e){t=e.initElement?n(e.initElement):n(e.element)}if(t&&t[0]&&!r.isDataApiOff(t)){i=a.parseElement(t)}return i},parseElement:function(){var e=this.element;if(e){this.element=n(e)}else if(this.get("template")){this.parseElementFromTemplate()}if(!this.element||!this.element[0]){throw new Error("element is invalid")}},parseElementFromTemplate:function(){var e=this.get("template");if(m(e)){e=e(this.get("model"))}this.element=n(e)},initProps:function(){},delegateEvents:function(e,t,i){if(arguments.length===0){t=y(this);e=this.element}else if(arguments.length===1){t=e;e=this.element}else if(arguments.length===2){i=t;t=e;e=this.element}else{e||(e=this.element);this._delegateElements||(this._delegateElements=[]);this._delegateElements.push(n(e))}if(d(t)&&m(i)){var a={};a[t]=i;t=a}for(var r in t){if(!t.hasOwnProperty(r))continue;var s=O(r,this);var o=s.type;var c=s.selector;(function(t,i){var a=function(e){if(m(t)){t.call(i,e)}else{i[t](e)}};if(c){n(e).on(o,c,a)}else{n(e).on(o,a)}})(t[r],this)}return this},undelegateEvents:function(e,t){if(!t){t=e;e=null}if(arguments.length===0){var i=s+this.cid;this.element&&this.element.off(i);if(this._delegateElements){for(var a in this._delegateElements){if(!this._delegateElements.hasOwnProperty(a))continue;this._delegateElements[a].off(i)}}}else{var r=O(t,this);if(!e){this.element&&this.element.off(r.type,r.selector)}else{n(e).off(r.type,r.selector)}}return this},setup:function(){},render:function(){if(!this.rendered){this._renderAndBindAttrs();this.rendered=true}var e=this.get("parentNode");if(e&&!b(this.element[0])){var t=this.constructor.outerBoxClass;if(t){var i=this._outerBox=n("<div></div>").addClass(t);i.append(this.element).appendTo(e)}else{this.element.appendTo(e)}}return this},_renderAndBindAttrs:function(){var e=this;var t=e.attrs;for(var i in t){if(!t.hasOwnProperty(i))continue;var n=o+v(i);if(this[n]){var a=this.get(i);if(!L(a)){this[n](a,undefined,i)}(function(t){e.on("change:"+i,function(i,n,a){e[t](i,n,a)})})(n)}}},_onRenderId:function(e){this.element.attr("id",e)},_onRenderClassName:function(e){this.element.addClass(e)},_onRenderStyle:function(e){this.element.css(e)},_stamp:function(){var e=this.cid;(this.initElement||this.element).attr(c,e);l[e]=this},$:function(e){return this.element.find(e)},destroy:function(){this.undelegateEvents();delete l[this.cid];if(this.element&&this._isTemplate){this.element.off();if(this._outerBox){this._outerBox.remove()}else{this.element.remove()}}this.element=null;u.superclass.destroy.call(this)}});u.query=function(e){var t=n(e).eq(0);var i;t&&(i=t.attr(c));return l[i]};u.autoRender=r.autoRender;u.autoRenderAll=r.autoRenderAll;u.StaticsWhiteList=["autoRender"];t.exports=u;var f=Object.prototype.toString;var p=0;function h(){return"widget-"+p++}function d(e){return f.call(e)==="[object String]"}function m(e){return f.call(e)==="[object Function]"}var g=n.contains||function(e,t){return!!(e.compareDocumentPosition(t)&16)};function b(e){return g(document.documentElement,e)}function v(e){return e.charAt(0).toUpperCase()+e.substring(1)}var M=/^(\S+)\s*(.*)$/;var _=/{{([^}]+)}}/g;var A="INVALID_SELECTOR";function y(e){if(m(e.events)){e.events=e.events()}return e.events}function O(e,t){var i=e.match(M);var n=i[1]+s+t.cid;var a=i[2]||undefined;if(a&&a.indexOf("{{")>-1){a=z(a,t)}return{type:n,selector:a}}function z(e,t){return e.replace(_,function(e,i){var n=i.split(".");var a=t,r;while(r=n.shift()){if(a===t.attrs){a=t.get(r)}else{a=a[r]}}if(d(a)){return a}return A})}function L(e){return e==null||e===undefined}});define("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-template/node_modules/@alife/beta-handlebars/handlebars.js",[],function(require,e,t){(function(i,n){if(typeof e==="object"){t.exports=n()}else{i.Handlebars=i.Handlebars||n()}})(this,function(){var e=function(){"use strict";var e;function t(e){this.string=e}t.prototype.toString=function(){return""+this.string};e=t;return e}();var t=function(e){"use strict";var t={};var i=e;var n={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"};var a=/[&<>"'`]/g;var r=/[&<>"'`]/;function s(e){return n[e]}function o(e){for(var t=1;t<arguments.length;t++){for(var i in arguments[t]){if(Object.prototype.hasOwnProperty.call(arguments[t],i)){e[i]=arguments[t][i]}}}return e}t.extend=o;var c=Object.prototype.toString;t.toString=c;var l=function(e){return typeof e==="function"};if(l(/x/)){l=function(e){return typeof e==="function"&&c.call(e)==="[object Function]"}}var l;t.isFunction=l;var u=Array.isArray||function(e){return e&&typeof e==="object"?c.call(e)==="[object Array]":false};t.isArray=u;function f(e){if(e instanceof i){return e.toString()}else if(e==null){return""}else if(!e){return e+""}e=""+e;if(!r.test(e)){return e}return e.replace(a,s)}t.escapeExpression=f;function p(e){if(!e&&e!==0){return true}else if(u(e)&&e.length===0){return true}else{return false}}t.isEmpty=p;function h(e,t){return(e?e+".":"")+t;
}t.appendContextPath=h;return t}(e);var i=function(){"use strict";var e;var t=["description","fileName","lineNumber","message","name","number","stack"];function i(e,i){var n;if(i&&i.firstLine){n=i.firstLine;e+=" - "+n+":"+i.firstColumn}var a=Error.prototype.constructor.call(this,e);for(var r=0;r<t.length;r++){this[t[r]]=a[t[r]]}if(n){this.lineNumber=n;this.column=i.firstColumn}}i.prototype=new Error;e=i;return e}();var n=function(e,t){"use strict";var i={};var n=e;var a=t;var r="2.0.0";i.VERSION=r;var s=6;i.COMPILER_REVISION=s;var o={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1"};i.REVISION_CHANGES=o;var c=n.isArray,l=n.isFunction,u=n.toString,f="[object Object]";function p(e,t){this.helpers=e||{};this.partials=t||{};h(this)}i.HandlebarsEnvironment=p;p.prototype={constructor:p,logger:d,log:m,registerHelper:function(e,t){if(u.call(e)===f){if(t){throw new a("Arg not supported with multiple helpers")}n.extend(this.helpers,e)}else{this.helpers[e]=t}},unregisterHelper:function(e){delete this.helpers[e]},registerPartial:function(e,t){if(u.call(e)===f){n.extend(this.partials,e)}else{this.partials[e]=t}},unregisterPartial:function(e){delete this.partials[e]}};function h(e){e.registerHelper("helperMissing",function(){if(arguments.length===1){return undefined}else{throw new a("Missing helper: '"+arguments[arguments.length-1].name+"'")}});e.registerHelper("blockHelperMissing",function(t,i){var a=i.inverse,r=i.fn;if(t===true){return r(this)}else if(t===false||t==null){return a(this)}else if(c(t)){if(t.length>0){if(i.ids){i.ids=[i.name]}return e.helpers.each(t,i)}else{return a(this)}}else{if(i.data&&i.ids){var s=g(i.data);s.contextPath=n.appendContextPath(i.data.contextPath,i.name);i={data:s}}return r(t,i)}});e.registerHelper("each",function(e,t){if(!t){throw new a("Must pass iterator to #each")}var i=t.fn,r=t.inverse;var s=0,o="",u;var f;if(t.data&&t.ids){f=n.appendContextPath(t.data.contextPath,t.ids[0])+"."}if(l(e)){e=e.call(this)}if(t.data){u=g(t.data)}if(e&&typeof e==="object"){if(c(e)){for(var p=e.length;s<p;s++){if(u){u.index=s;u.first=s===0;u.last=s===e.length-1;if(f){u.contextPath=f+s}}o=o+i(e[s],{data:u})}}else{for(var h in e){if(e.hasOwnProperty(h)){if(u){u.key=h;u.index=s;u.first=s===0;if(f){u.contextPath=f+h}}o=o+i(e[h],{data:u});s++}}}}if(s===0){o=r(this)}return o});e.registerHelper("if",function(e,t){if(l(e)){e=e.call(this)}if(!t.hash.includeZero&&!e||n.isEmpty(e)){return t.inverse(this)}else{return t.fn(this)}});e.registerHelper("unless",function(t,i){return e.helpers["if"].call(this,t,{fn:i.inverse,inverse:i.fn,hash:i.hash})});e.registerHelper("with",function(e,t){if(l(e)){e=e.call(this)}var i=t.fn;if(!n.isEmpty(e)){if(t.data&&t.ids){var a=g(t.data);a.contextPath=n.appendContextPath(t.data.contextPath,t.ids[0]);t={data:a}}return i(e,t)}else{return t.inverse(this)}});e.registerHelper("log",function(t,i){var n=i.data&&i.data.level!=null?parseInt(i.data.level,10):1;e.log(n,t)});e.registerHelper("lookup",function(e,t){return e&&e[t]})}var d={methodMap:{0:"debug",1:"info",2:"warn",3:"error"},DEBUG:0,INFO:1,WARN:2,ERROR:3,level:3,log:function(e,t){if(d.level<=e){var i=d.methodMap[e];if(typeof console!=="undefined"&&console[i]){console[i].call(console,t)}}}};i.logger=d;var m=d.log;i.log=m;var g=function(e){var t=n.extend({},e);t._parent=e;return t};i.createFrame=g;return i}(t,i);var a=function(e,t,i){"use strict";var n={};var a=e;var r=t;var s=i.COMPILER_REVISION;var o=i.REVISION_CHANGES;var c=i.createFrame;function l(e){var t=e&&e[0]||1,i=s;if(t!==i){if(t<i){var n=o[i],a=o[t];throw new r("Template was precompiled with an older version of Handlebars than the current runtime. "+"Please update your precompiler to a newer version ("+n+") or downgrade your runtime to an older version ("+a+").")}else{throw new r("Template was precompiled with a newer version of Handlebars than the current runtime. "+"Please update your runtime to a newer version ("+e[1]+").")}}}n.checkRevision=l;function u(e,t){if(!t){throw new r("No environment passed to template")}if(!e||!e.main){throw new r("Unknown template object: "+typeof e)}t.VM.checkRevision(e.compiler);var i=function(i,n,s,o,c,l,u,f,p){if(c){o=a.extend({},o,c)}var h=t.VM.invokePartial.call(this,i,s,o,l,u,f,p);if(h==null&&t.compile){var d={helpers:l,partials:u,data:f,depths:p};u[s]=t.compile(i,{data:f!==undefined,compat:e.compat},t);h=u[s](o,d)}if(h!=null){if(n){var m=h.split("\n");for(var g=0,b=m.length;g<b;g++){if(!m[g]&&g+1===b){break}m[g]=n+m[g]}h=m.join("\n")}return h}else{throw new r("The partial "+s+" could not be compiled when running in runtime-only mode")}};var n={lookup:function(e,t){var i=e.length;for(var n=0;n<i;n++){if(e[n]&&e[n][t]!=null){return e[n][t]}}},lambda:function(e,t){return typeof e==="function"?e.call(t):e},escapeExpression:a.escapeExpression,invokePartial:i,fn:function(t){return e[t]},programs:[],program:function(e,t,i){var n=this.programs[e],a=this.fn(e);if(t||i){n=f(this,e,a,t,i)}else if(!n){n=this.programs[e]=f(this,e,a)}return n},data:function(e,t){while(e&&t--){e=e._parent}return e},merge:function(e,t){var i=e||t;if(e&&t&&e!==t){i=a.extend({},t,e)}return i},noop:t.VM.noop,compilerInfo:e.compiler};var s=function(t,i){i=i||{};var a=i.data;s._setup(i);if(!i.partial&&e.useData){a=d(t,a)}var r;if(e.useDepths){r=i.depths?[t].concat(i.depths):[t]}return e.main.call(n,t,n.helpers,n.partials,a,r)};s.isTop=true;s._setup=function(i){if(!i.partial){n.helpers=n.merge(i.helpers,t.helpers);if(e.usePartial){n.partials=n.merge(i.partials,t.partials)}}else{n.helpers=i.helpers;n.partials=i.partials}};s._child=function(t,i,a){if(e.useDepths&&!a){throw new r("must pass parent depths")}return f(n,t,e[t],i,a)};return s}n.template=u;function f(e,t,i,n,a){var r=function(t,r){r=r||{};return i.call(e,t,e.helpers,e.partials,r.data||n,a&&[t].concat(a))};r.program=t;r.depth=a?a.length:0;return r}n.program=f;function p(e,t,i,n,a,s,o){var c={partial:true,helpers:n,partials:a,data:s,depths:o};if(e===undefined){throw new r("The partial "+t+" could not be found")}else if(e instanceof Function){return e(i,c)}}n.invokePartial=p;function h(){return""}n.noop=h;function d(e,t){if(!t||!("root"in t)){t=t?c(t):{};t.root=e}return t}return n}(t,i,n);var r=function(e,t,i,n,a){"use strict";var r;var s=e;var o=t;var c=i;var l=n;var u=a;var f=function(){var e=new s.HandlebarsEnvironment;l.extend(e,s);e.SafeString=o;e.Exception=c;e.Utils=l;e.escapeExpression=l.escapeExpression;e.VM=u;e.template=function(t){return u.template(t,e)};return e};var p=f();p.create=f;p["default"]=p;r=p;return r}(n,e,i,t,a);var s=function(e){"use strict";var t;var i=e;function n(e){e=e||{};this.firstLine=e.first_line;this.firstColumn=e.first_column;this.lastColumn=e.last_column;this.lastLine=e.last_line}var a={ProgramNode:function(e,t,i){n.call(this,i);this.type="program";this.statements=e;this.strip=t},MustacheNode:function(e,t,i,r,s){n.call(this,s);this.type="mustache";this.strip=r;if(i!=null&&i.charAt){var o=i.charAt(3)||i.charAt(2);this.escaped=o!=="{"&&o!=="&"}else{this.escaped=!!i}if(e instanceof a.SexprNode){this.sexpr=e}else{this.sexpr=new a.SexprNode(e,t)}this.id=this.sexpr.id;this.params=this.sexpr.params;this.hash=this.sexpr.hash;this.eligibleHelper=this.sexpr.eligibleHelper;this.isHelper=this.sexpr.isHelper},SexprNode:function(e,t,i){n.call(this,i);this.type="sexpr";this.hash=t;var a=this.id=e[0];var r=this.params=e.slice(1);this.isHelper=!!(r.length||t);this.eligibleHelper=this.isHelper||a.isSimple},PartialNode:function(e,t,i,a,r){n.call(this,r);this.type="partial";this.partialName=e;this.context=t;this.hash=i;this.strip=a;this.strip.inlineStandalone=true},BlockNode:function(e,t,i,a,r){n.call(this,r);this.type="block";this.mustache=e;this.program=t;this.inverse=i;this.strip=a;if(i&&!t){this.isInverse=true}},RawBlockNode:function(e,t,r,s){n.call(this,s);if(e.sexpr.id.original!==r){throw new i(e.sexpr.id.original+" doesn't match "+r,this)}t=new a.ContentNode(t,s);this.type="block";this.mustache=e;this.program=new a.ProgramNode([t],{},s)},ContentNode:function(e,t){n.call(this,t);this.type="content";this.original=this.string=e},HashNode:function(e,t){n.call(this,t);this.type="hash";this.pairs=e},IdNode:function(e,t){n.call(this,t);this.type="ID";var a="",r=[],s=0,o="";for(var c=0,l=e.length;c<l;c++){var u=e[c].part;a+=(e[c].separator||"")+u;if(u===".."||u==="."||u==="this"){if(r.length>0){throw new i("Invalid path: "+a,this)}else if(u===".."){s++;o+="../"}else{this.isScoped=true}}else{r.push(u)}}this.original=a;this.parts=r;this.string=r.join(".");this.depth=s;this.idName=o+this.string;this.isSimple=e.length===1&&!this.isScoped&&s===0;this.stringModeValue=this.string},PartialNameNode:function(e,t){n.call(this,t);this.type="PARTIAL_NAME";this.name=e.original},DataNode:function(e,t){n.call(this,t);this.type="DATA";this.id=e;this.stringModeValue=e.stringModeValue;this.idName="@"+e.stringModeValue},StringNode:function(e,t){n.call(this,t);this.type="STRING";this.original=this.string=this.stringModeValue=e},NumberNode:function(e,t){n.call(this,t);this.type="NUMBER";this.original=this.number=e;this.stringModeValue=Number(e)},BooleanNode:function(e,t){n.call(this,t);this.type="BOOLEAN";this.bool=e;this.stringModeValue=e==="true"},CommentNode:function(e,t){n.call(this,t);this.type="comment";this.comment=e;this.strip={inlineStandalone:true}}};t=a;return t}(i);var o=function(){"use strict";var e;var t=function(){var e={trace:function n(){},yy:{},symbols_:{error:2,root:3,program:4,EOF:5,program_repetition0:6,statement:7,mustache:8,block:9,rawBlock:10,partial:11,CONTENT:12,COMMENT:13,openRawBlock:14,END_RAW_BLOCK:15,OPEN_RAW_BLOCK:16,sexpr:17,CLOSE_RAW_BLOCK:18,openBlock:19,block_option0:20,closeBlock:21,openInverse:22,block_option1:23,OPEN_BLOCK:24,CLOSE:25,OPEN_INVERSE:26,inverseAndProgram:27,INVERSE:28,OPEN_ENDBLOCK:29,path:30,OPEN:31,OPEN_UNESCAPED:32,CLOSE_UNESCAPED:33,OPEN_PARTIAL:34,partialName:35,param:36,partial_option0:37,partial_option1:38,sexpr_repetition0:39,sexpr_option0:40,dataName:41,STRING:42,NUMBER:43,BOOLEAN:44,OPEN_SEXPR:45,CLOSE_SEXPR:46,hash:47,hash_repetition_plus0:48,hashSegment:49,ID:50,EQUALS:51,DATA:52,pathSegments:53,SEP:54,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",12:"CONTENT",13:"COMMENT",15:"END_RAW_BLOCK",16:"OPEN_RAW_BLOCK",18:"CLOSE_RAW_BLOCK",24:"OPEN_BLOCK",25:"CLOSE",26:"OPEN_INVERSE",28:"INVERSE",29:"OPEN_ENDBLOCK",31:"OPEN",32:"OPEN_UNESCAPED",33:"CLOSE_UNESCAPED",34:"OPEN_PARTIAL",42:"STRING",43:"NUMBER",44:"BOOLEAN",45:"OPEN_SEXPR",46:"CLOSE_SEXPR",50:"ID",51:"EQUALS",52:"DATA",54:"SEP"},productions_:[0,[3,2],[4,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[10,3],[14,3],[9,4],[9,4],[19,3],[22,3],[27,2],[21,3],[8,3],[8,3],[11,5],[11,4],[17,3],[17,1],[36,1],[36,1],[36,1],[36,1],[36,1],[36,3],[47,1],[49,3],[35,1],[35,1],[35,1],[41,2],[30,1],[53,3],[53,1],[6,0],[6,2],[20,0],[20,1],[23,0],[23,1],[37,0],[37,1],[38,0],[38,1],[39,0],[39,2],[40,0],[40,1],[48,1],[48,2]],performAction:function a(e,t,i,n,r,s,o){var c=s.length-1;switch(r){case 1:n.prepareProgram(s[c-1].statements,true);return s[c-1];break;case 2:this.$=new n.ProgramNode(n.prepareProgram(s[c]),{},this._$);break;case 3:this.$=s[c];break;case 4:this.$=s[c];break;case 5:this.$=s[c];break;case 6:this.$=s[c];break;case 7:this.$=new n.ContentNode(s[c],this._$);break;case 8:this.$=new n.CommentNode(s[c],this._$);break;case 9:this.$=new n.RawBlockNode(s[c-2],s[c-1],s[c],this._$);break;case 10:this.$=new n.MustacheNode(s[c-1],null,"","",this._$);break;case 11:this.$=n.prepareBlock(s[c-3],s[c-2],s[c-1],s[c],false,this._$);break;case 12:this.$=n.prepareBlock(s[c-3],s[c-2],s[c-1],s[c],true,this._$);break;case 13:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 14:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 15:this.$={strip:n.stripFlags(s[c-1],s[c-1]),program:s[c]};break;case 16:this.$={path:s[c-1],strip:n.stripFlags(s[c-2],s[c])};break;case 17:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 18:this.$=new n.MustacheNode(s[c-1],null,s[c-2],n.stripFlags(s[c-2],s[c]),this._$);break;case 19:this.$=new n.PartialNode(s[c-3],s[c-2],s[c-1],n.stripFlags(s[c-4],s[c]),this._$);break;case 20:this.$=new n.PartialNode(s[c-2],undefined,s[c-1],n.stripFlags(s[c-3],s[c]),this._$);break;case 21:this.$=new n.SexprNode([s[c-2]].concat(s[c-1]),s[c],this._$);break;case 22:this.$=new n.SexprNode([s[c]],null,this._$);break;case 23:this.$=s[c];break;case 24:this.$=new n.StringNode(s[c],this._$);break;case 25:this.$=new n.NumberNode(s[c],this._$);break;case 26:this.$=new n.BooleanNode(s[c],this._$);break;case 27:this.$=s[c];break;case 28:s[c-1].isHelper=true;this.$=s[c-1];break;case 29:this.$=new n.HashNode(s[c],this._$);break;case 30:this.$=[s[c-2],s[c]];break;case 31:this.$=new n.PartialNameNode(s[c],this._$);break;case 32:this.$=new n.PartialNameNode(new n.StringNode(s[c],this._$),this._$);break;case 33:this.$=new n.PartialNameNode(new n.NumberNode(s[c],this._$));break;case 34:this.$=new n.DataNode(s[c],this._$);break;case 35:this.$=new n.IdNode(s[c],this._$);break;case 36:s[c-2].push({part:s[c],separator:s[c-1]});this.$=s[c-2];break;case 37:this.$=[{part:s[c]}];break;case 38:this.$=[];break;case 39:s[c-1].push(s[c]);break;case 48:this.$=[];break;case 49:s[c-1].push(s[c]);break;case 52:this.$=[s[c]];break;case 53:s[c-1].push(s[c]);break}},table:[{3:1,4:2,5:[2,38],6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],31:[2,38],32:[2,38],34:[2,38]},{1:[3]},{5:[1,4]},{5:[2,2],7:5,8:6,9:7,10:8,11:9,12:[1,10],13:[1,11],14:16,16:[1,20],19:14,22:15,24:[1,18],26:[1,19],28:[2,2],29:[2,2],31:[1,12],32:[1,13],34:[1,17]},{1:[2,1]},{5:[2,39],12:[2,39],13:[2,39],16:[2,39],24:[2,39],26:[2,39],28:[2,39],29:[2,39],31:[2,39],32:[2,39],34:[2,39]},{5:[2,3],12:[2,3],13:[2,3],16:[2,3],24:[2,3],26:[2,3],28:[2,3],29:[2,3],31:[2,3],32:[2,3],34:[2,3]},{5:[2,4],12:[2,4],13:[2,4],16:[2,4],24:[2,4],26:[2,4],28:[2,4],29:[2,4],31:[2,4],32:[2,4],34:[2,4]},{5:[2,5],12:[2,5],13:[2,5],16:[2,5],24:[2,5],26:[2,5],28:[2,5],29:[2,5],31:[2,5],32:[2,5],34:[2,5]},{5:[2,6],12:[2,6],13:[2,6],16:[2,6],24:[2,6],26:[2,6],28:[2,6],29:[2,6],31:[2,6],32:[2,6],34:[2,6]},{5:[2,7],12:[2,7],13:[2,7],16:[2,7],24:[2,7],26:[2,7],28:[2,7],29:[2,7],31:[2,7],32:[2,7],34:[2,7]},{5:[2,8],12:[2,8],13:[2,8],16:[2,8],24:[2,8],26:[2,8],28:[2,8],29:[2,8],31:[2,8],32:[2,8],34:[2,8]},{17:21,30:22,41:23,50:[1,26],52:[1,25],53:24},{17:27,30:22,41:23,50:[1,26],52:[1,25],53:24},{4:28,6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],28:[2,38],29:[2,38],31:[2,38],32:[2,38],34:[2,38]},{4:29,6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],28:[2,38],29:[2,38],31:[2,38],32:[2,38],34:[2,38]},{12:[1,30]},{30:32,35:31,42:[1,33],43:[1,34],50:[1,26],53:24},{17:35,30:22,41:23,50:[1,26],52:[1,25],53:24},{17:36,30:22,41:23,50:[1,26],52:[1,25],53:24},{17:37,30:22,41:23,50:[1,26],52:[1,25],53:24},{25:[1,38]},{18:[2,48],25:[2,48],33:[2,48],39:39,42:[2,48],43:[2,48],44:[2,48],45:[2,48],46:[2,48],50:[2,48],52:[2,48]},{18:[2,22],25:[2,22],33:[2,22],46:[2,22]},{18:[2,35],25:[2,35],33:[2,35],42:[2,35],43:[2,35],44:[2,35],45:[2,35],46:[2,35],50:[2,35],52:[2,35],54:[1,40]},{30:41,50:[1,26],53:24},{18:[2,37],25:[2,37],33:[2,37],42:[2,37],43:[2,37],44:[2,37],45:[2,37],46:[2,37],50:[2,37],52:[2,37],54:[2,37]},{33:[1,42]},{20:43,27:44,28:[1,45],29:[2,40]},{23:46,27:47,28:[1,45],29:[2,42]},{15:[1,48]},{25:[2,46],30:51,36:49,38:50,41:55,42:[1,52],43:[1,53],44:[1,54],45:[1,56],47:57,48:58,49:60,50:[1,59],52:[1,25],53:24},{25:[2,31],42:[2,31],43:[2,31],44:[2,31],45:[2,31],50:[2,31],52:[2,31]},{25:[2,32],42:[2,32],43:[2,32],44:[2,32],45:[2,32],50:[2,32],52:[2,32]},{25:[2,33],42:[2,33],43:[2,33],44:[2,33],45:[2,33],50:[2,33],52:[2,33]},{25:[1,61]},{25:[1,62]},{18:[1,63]},{5:[2,17],12:[2,17],13:[2,17],16:[2,17],24:[2,17],26:[2,17],28:[2,17],29:[2,17],31:[2,17],32:[2,17],34:[2,17]},{18:[2,50],25:[2,50],30:51,33:[2,50],36:65,40:64,41:55,42:[1,52],43:[1,53],44:[1,54],45:[1,56],46:[2,50],47:66,48:58,49:60,50:[1,59],52:[1,25],53:24},{50:[1,67]},{18:[2,34],25:[2,34],33:[2,34],42:[2,34],43:[2,34],44:[2,34],45:[2,34],46:[2,34],50:[2,34],52:[2,34]},{5:[2,18],12:[2,18],13:[2,18],16:[2,18],24:[2,18],26:[2,18],28:[2,18],29:[2,18],31:[2,18],32:[2,18],34:[2,18]},{21:68,29:[1,69]},{29:[2,41]},{4:70,6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],29:[2,38],31:[2,38],32:[2,38],34:[2,38]},{21:71,29:[1,69]},{29:[2,43]},{5:[2,9],12:[2,9],13:[2,9],16:[2,9],24:[2,9],26:[2,9],28:[2,9],29:[2,9],31:[2,9],32:[2,9],34:[2,9]},{25:[2,44],37:72,47:73,48:58,49:60,50:[1,74]},{25:[1,75]},{18:[2,23],25:[2,23],33:[2,23],42:[2,23],43:[2,23],44:[2,23],45:[2,23],46:[2,23],50:[2,23],52:[2,23]},{18:[2,24],25:[2,24],33:[2,24],42:[2,24],43:[2,24],44:[2,24],45:[2,24],46:[2,24],50:[2,24],52:[2,24]},{18:[2,25],25:[2,25],33:[2,25],42:[2,25],43:[2,25],44:[2,25],45:[2,25],46:[2,25],50:[2,25],52:[2,25]},{18:[2,26],25:[2,26],33:[2,26],42:[2,26],43:[2,26],44:[2,26],45:[2,26],46:[2,26],50:[2,26],52:[2,26]},{18:[2,27],25:[2,27],33:[2,27],42:[2,27],43:[2,27],44:[2,27],45:[2,27],46:[2,27],50:[2,27],52:[2,27]},{17:76,30:22,41:23,50:[1,26],52:[1,25],53:24},{25:[2,47]},{18:[2,29],25:[2,29],33:[2,29],46:[2,29],49:77,50:[1,74]},{18:[2,37],25:[2,37],33:[2,37],42:[2,37],43:[2,37],44:[2,37],45:[2,37],46:[2,37],50:[2,37],51:[1,78],52:[2,37],54:[2,37]},{18:[2,52],25:[2,52],33:[2,52],46:[2,52],50:[2,52]},{12:[2,13],13:[2,13],16:[2,13],24:[2,13],26:[2,13],28:[2,13],29:[2,13],31:[2,13],32:[2,13],34:[2,13]},{12:[2,14],13:[2,14],16:[2,14],24:[2,14],26:[2,14],28:[2,14],29:[2,14],31:[2,14],32:[2,14],34:[2,14]},{12:[2,10]},{18:[2,21],25:[2,21],33:[2,21],46:[2,21]},{18:[2,49],25:[2,49],33:[2,49],42:[2,49],43:[2,49],44:[2,49],45:[2,49],46:[2,49],50:[2,49],52:[2,49]},{18:[2,51],25:[2,51],33:[2,51],46:[2,51]},{18:[2,36],25:[2,36],33:[2,36],42:[2,36],43:[2,36],44:[2,36],45:[2,36],46:[2,36],50:[2,36],52:[2,36],54:[2,36]},{5:[2,11],12:[2,11],13:[2,11],16:[2,11],24:[2,11],26:[2,11],28:[2,11],29:[2,11],31:[2,11],32:[2,11],34:[2,11]},{30:79,50:[1,26],53:24},{29:[2,15]},{5:[2,12],12:[2,12],13:[2,12],16:[2,12],24:[2,12],26:[2,12],28:[2,12],29:[2,12],31:[2,12],32:[2,12],34:[2,12]},{25:[1,80]},{25:[2,45]},{51:[1,78]},{5:[2,20],12:[2,20],13:[2,20],16:[2,20],24:[2,20],26:[2,20],28:[2,20],29:[2,20],31:[2,20],32:[2,20],34:[2,20]},{46:[1,81]},{18:[2,53],25:[2,53],33:[2,53],46:[2,53],50:[2,53]},{30:51,36:82,41:55,42:[1,52],43:[1,53],44:[1,54],45:[1,56],50:[1,26],52:[1,25],53:24},{25:[1,83]},{5:[2,19],12:[2,19],13:[2,19],16:[2,19],24:[2,19],26:[2,19],28:[2,19],29:[2,19],31:[2,19],32:[2,19],34:[2,19]},{18:[2,28],25:[2,28],33:[2,28],42:[2,28],43:[2,28],44:[2,28],45:[2,28],46:[2,28],50:[2,28],52:[2,28]},{18:[2,30],25:[2,30],33:[2,30],46:[2,30],50:[2,30]},{5:[2,16],12:[2,16],13:[2,16],16:[2,16],24:[2,16],26:[2,16],28:[2,16],29:[2,16],31:[2,16],32:[2,16],34:[2,16]}],defaultActions:{4:[2,1],44:[2,41],47:[2,43],57:[2,47],63:[2,10],70:[2,15],73:[2,45]},parseError:function r(e,t){throw new Error(e)},parse:function s(e){var t=this,i=[0],n=[null],a=[],r=this.table,s="",o=0,c=0,l=0,u=2,f=1;this.lexer.setInput(e);this.lexer.yy=this.yy;this.yy.lexer=this.lexer;this.yy.parser=this;if(typeof this.lexer.yylloc=="undefined")this.lexer.yylloc={};var p=this.lexer.yylloc;a.push(p);var h=this.lexer.options&&this.lexer.options.ranges;if(typeof this.yy.parseError==="function")this.parseError=this.yy.parseError;function d(e){i.length=i.length-2*e;n.length=n.length-e;a.length=a.length-e}function m(){var e;e=t.lexer.lex()||1;if(typeof e!=="number"){e=t.symbols_[e]||e}return e}var g,b,v,M,_,A,y={},O,z,L,N;while(true){v=i[i.length-1];if(this.defaultActions[v]){M=this.defaultActions[v]}else{if(g===null||typeof g=="undefined"){g=m()}M=r[v]&&r[v][g]}if(typeof M==="undefined"||!M.length||!M[0]){var S="";if(!l){N=[];for(O in r[v])if(this.terminals_[O]&&O>2){N.push("'"+this.terminals_[O]+"'")}if(this.lexer.showPosition){S="Parse error on line "+(o+1)+":\n"+this.lexer.showPosition()+"\nExpecting "+N.join(", ")+", got '"+(this.terminals_[g]||g)+"'"}else{S="Parse error on line "+(o+1)+": Unexpected "+(g==1?"end of input":"'"+(this.terminals_[g]||g)+"'")}this.parseError(S,{text:this.lexer.match,token:this.terminals_[g]||g,line:this.lexer.yylineno,loc:p,expected:N})}}if(M[0]instanceof Array&&M.length>1){throw new Error("Parse Error: multiple actions possible at state: "+v+", token: "+g)}switch(M[0]){case 1:i.push(g);n.push(this.lexer.yytext);a.push(this.lexer.yylloc);i.push(M[1]);g=null;if(!b){c=this.lexer.yyleng;s=this.lexer.yytext;o=this.lexer.yylineno;p=this.lexer.yylloc;if(l>0)l--}else{g=b;b=null}break;case 2:z=this.productions_[M[1]][1];y.$=n[n.length-z];y._$={first_line:a[a.length-(z||1)].first_line,last_line:a[a.length-1].last_line,first_column:a[a.length-(z||1)].first_column,last_column:a[a.length-1].last_column};if(h){y._$.range=[a[a.length-(z||1)].range[0],a[a.length-1].range[1]]}A=this.performAction.call(y,s,c,o,this.yy,M[1],n,a);if(typeof A!=="undefined"){return A}if(z){i=i.slice(0,-1*z*2);n=n.slice(0,-1*z);a=a.slice(0,-1*z)}i.push(this.productions_[M[1]][0]);n.push(y.$);a.push(y._$);L=r[i[i.length-2]][i[i.length-1]];i.push(L);break;case 3:return true}}return true}};var t=function(){var e={EOF:1,parseError:function t(e,i){if(this.yy.parser){this.yy.parser.parseError(e,i)}else{throw new Error(e)}},setInput:function(e){this._input=e;this._more=this._less=this.done=false;this.yylineno=this.yyleng=0;this.yytext=this.matched=this.match="";this.conditionStack=["INITIAL"];this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0};if(this.options.ranges)this.yylloc.range=[0,0];this.offset=0;return this},input:function(){var e=this._input[0];this.yytext+=e;this.yyleng++;this.offset++;this.match+=e;this.matched+=e;var t=e.match(/(?:\r\n?|\n).*/g);if(t){this.yylineno++;this.yylloc.last_line++}else{this.yylloc.last_column++}if(this.options.ranges)this.yylloc.range[1]++;this._input=this._input.slice(1);return e},unput:function(e){var t=e.length;var i=e.split(/(?:\r\n?|\n)/g);this._input=e+this._input;this.yytext=this.yytext.substr(0,this.yytext.length-t-1);this.offset-=t;var n=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1);this.matched=this.matched.substr(0,this.matched.length-1);if(i.length-1)this.yylineno-=i.length-1;var a=this.yylloc.range;this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:i?(i.length===n.length?this.yylloc.first_column:0)+n[n.length-i.length].length-i[0].length:this.yylloc.first_column-t};if(this.options.ranges){this.yylloc.range=[a[0],a[0]+this.yyleng-t]}return this},more:function(){this._more=true;return this},less:function(e){this.unput(this.match.slice(e))},pastInput:function(){var e=this.matched.substr(0,this.matched.length-this.match.length);return(e.length>20?"...":"")+e.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var e=this.match;if(e.length<20){e+=this._input.substr(0,20-e.length)}return(e.substr(0,20)+(e.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var e=this.pastInput();var t=new Array(e.length+1).join("-");return e+this.upcomingInput()+"\n"+t+"^"},next:function(){if(this.done){return this.EOF}if(!this._input)this.done=true;var e,t,i,n,a,r;if(!this._more){this.yytext="";this.match=""}var s=this._currentRules();for(var o=0;o<s.length;o++){i=this._input.match(this.rules[s[o]]);if(i&&(!t||i[0].length>t[0].length)){t=i;n=o;if(!this.options.flex)break}}if(t){r=t[0].match(/(?:\r\n?|\n).*/g);if(r)this.yylineno+=r.length;this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length};this.yytext+=t[0];this.match+=t[0];this.matches=t;this.yyleng=this.yytext.length;if(this.options.ranges){this.yylloc.range=[this.offset,this.offset+=this.yyleng]}this._more=false;this._input=this._input.slice(t[0].length);this.matched+=t[0];e=this.performAction.call(this,this.yy,this,s[n],this.conditionStack[this.conditionStack.length-1]);if(this.done&&this._input)this.done=false;if(e)return e;else return}if(this._input===""){return this.EOF}else{return this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})}},lex:function i(){var e=this.next();if(typeof e!=="undefined"){return e}else{return this.lex()}},begin:function n(e){this.conditionStack.push(e)},popState:function a(){return this.conditionStack.pop()},_currentRules:function r(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function s(e){this.begin(e)}};e.options={};e.performAction=function o(e,t,i,n){function a(e,i){return t.yytext=t.yytext.substr(e,t.yyleng-i)}var r=n;switch(i){case 0:if(t.yytext.slice(-2)==="\\\\"){a(0,1);this.begin("mu")}else if(t.yytext.slice(-1)==="\\"){a(0,1);this.begin("emu")}else{this.begin("mu")}if(t.yytext)return 12;break;case 1:return 12;break;case 2:this.popState();return 12;break;case 3:t.yytext=t.yytext.substr(5,t.yyleng-9);this.popState();return 15;break;case 4:return 12;break;case 5:a(0,4);this.popState();return 13;break;case 6:return 45;break;case 7:return 46;break;case 8:return 16;break;case 9:this.popState();this.begin("raw");return 18;break;case 10:return 34;break;case 11:return 24;break;case 12:return 29;break;case 13:this.popState();return 28;break;case 14:this.popState();return 28;break;case 15:return 26;break;case 16:return 26;break;case 17:return 32;break;case 18:return 31;break;case 19:this.popState();this.begin("com");break;case 20:a(3,5);this.popState();return 13;break;case 21:return 31;break;case 22:return 51;break;case 23:return 50;break;case 24:return 50;break;case 25:return 54;break;case 26:break;case 27:this.popState();return 33;break;case 28:this.popState();return 25;break;case 29:t.yytext=a(1,2).replace(/\\"/g,'"');return 42;break;case 30:t.yytext=a(1,2).replace(/\\'/g,"'");return 42;break;case 31:return 52;break;case 32:return 44;break;case 33:return 44;break;case 34:return 43;break;case 35:return 50;break;case 36:t.yytext=a(1,2);return 50;break;case 37:return"INVALID";break;case 38:return 5;break}};e.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]*?(?=(\{\{\{\{\/)))/,/^(?:[\s\S]*?--\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{!--)/,/^(?:\{\{![\s\S]*?\}\})/,/^(?:\{\{(~)?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)]))))/,/^(?:\[[^\]]*\])/,/^(?:.)/,/^(?:$)/];e.conditions={mu:{rules:[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],inclusive:false},emu:{rules:[2],inclusive:false},com:{rules:[5],inclusive:false},raw:{rules:[3,4],inclusive:false},INITIAL:{rules:[0,1,38],inclusive:true}};return e}();e.lexer=t;function i(){this.yy={}}i.prototype=e;e.Parser=i;return new i}();e=t;return e}();var c=function(e){"use strict";var t={};var i=e;function n(e,t){return{left:e.charAt(2)==="~",right:t.charAt(t.length-3)==="~"}}t.stripFlags=n;function a(e,t,n,a,r,u){if(e.sexpr.id.original!==a.path.original){throw new i(e.sexpr.id.original+" doesn't match "+a.path.original,e)}var f=n&&n.program;var p={left:e.strip.left,right:a.strip.right,openStandalone:o(t.statements),closeStandalone:s((f||t).statements)};if(e.strip.right){c(t.statements,null,true)}if(f){var h=n.strip;if(h.left){l(t.statements,null,true)}if(h.right){c(f.statements,null,true)}if(a.strip.left){l(f.statements,null,true)}if(s(t.statements)&&o(f.statements)){l(t.statements);c(f.statements)}}else{if(a.strip.left){l(t.statements,null,true)}}if(r){return new this.BlockNode(e,f,t,p,u)}else{return new this.BlockNode(e,t,f,p,u)}}t.prepareBlock=a;function r(e,t){for(var i=0,n=e.length;i<n;i++){var a=e[i],r=a.strip;if(!r){continue}var u=s(e,i,t,a.type==="partial"),f=o(e,i,t),p=r.openStandalone&&u,h=r.closeStandalone&&f,d=r.inlineStandalone&&u&&f;if(r.right){c(e,i,true)}if(r.left){l(e,i,true)}if(d){c(e,i);if(l(e,i)){if(a.type==="partial"){a.indent=/([ \t]+$)/.exec(e[i-1].original)?RegExp.$1:""}}}if(p){c((a.program||a.inverse).statements);l(e,i)}if(h){c(e,i);l((a.inverse||a.program).statements)}}return e}t.prepareProgram=r;function s(e,t,i){if(t===undefined){t=e.length}var n=e[t-1],a=e[t-2];if(!n){return i}if(n.type==="content"){return(a||!i?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(n.original)}}function o(e,t,i){if(t===undefined){t=-1}var n=e[t+1],a=e[t+2];if(!n){return i}if(n.type==="content"){return(a||!i?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(n.original)}}function c(e,t,i){var n=e[t==null?0:t+1];if(!n||n.type!=="content"||!i&&n.rightStripped){return}var a=n.string;n.string=n.string.replace(i?/^\s+/:/^[ \t]*\r?\n?/,"");n.rightStripped=n.string!==a}function l(e,t,i){var n=e[t==null?e.length-1:t-1];if(!n||n.type!=="content"||!i&&n.leftStripped){return}var a=n.string;n.string=n.string.replace(i?/\s+$/:/[ \t]+$/,"");n.leftStripped=n.string!==a;return n.leftStripped}return t}(i);var l=function(e,t,i,n){"use strict";var a={};var r=e;var s=t;var o=i;var c=n.extend;a.parser=r;var l={};c(l,o,s);function u(e){if(e.constructor===s.ProgramNode){return e}r.yy=l;return r.parse(e)}a.parse=u;return a}(o,s,c,t);var u=function(e,t){"use strict";var i={};var n=e;var a=t.isArray;var r=[].slice;function s(){}i.Compiler=s;s.prototype={compiler:s,equals:function(e){var t=this.opcodes.length;if(e.opcodes.length!==t){return false}for(var i=0;i<t;i++){var n=this.opcodes[i],a=e.opcodes[i];if(n.opcode!==a.opcode||!l(n.args,a.args)){return false}}t=this.children.length;for(i=0;i<t;i++){if(!this.children[i].equals(e.children[i])){return false}}return true},guid:0,compile:function(e,t){this.opcodes=[];this.children=[];this.depths={list:[]};this.options=t;this.stringParams=t.stringParams;this.trackIds=t.trackIds;var i=this.options.knownHelpers;this.options.knownHelpers={helperMissing:true,blockHelperMissing:true,each:true,"if":true,unless:true,"with":true,log:true,lookup:true};if(i){for(var n in i){this.options.knownHelpers[n]=i[n]}}return this.accept(e)},accept:function(e){return this[e.type](e)},program:function(e){var t=e.statements;for(var i=0,n=t.length;i<n;i++){this.accept(t[i])}this.isSimple=n===1;this.depths.list=this.depths.list.sort(function(e,t){return e-t});return this},compileProgram:function(e){var t=(new this.compiler).compile(e,this.options);var i=this.guid++,n;this.usePartial=this.usePartial||t.usePartial;this.children[i]=t;for(var a=0,r=t.depths.list.length;a<r;a++){n=t.depths.list[a];if(n<2){continue}else{this.addDepth(n-1)}}return i},block:function(e){var t=e.mustache,i=e.program,n=e.inverse;if(i){i=this.compileProgram(i)}if(n){n=this.compileProgram(n)}var a=t.sexpr;var r=this.classifySexpr(a);if(r==="helper"){this.helperSexpr(a,i,n)}else if(r==="simple"){this.simpleSexpr(a);this.opcode("pushProgram",i);this.opcode("pushProgram",n);this.opcode("emptyHash");this.opcode("blockValue",a.id.original)}else{this.ambiguousSexpr(a,i,n);this.opcode("pushProgram",i);this.opcode("pushProgram",n);this.opcode("emptyHash");this.opcode("ambiguousBlockValue")}this.opcode("append")},hash:function(e){var t=e.pairs,i,n;this.opcode("pushHash");for(i=0,n=t.length;i<n;i++){this.pushParam(t[i][1])}while(i--){this.opcode("assignToHash",t[i][0])}this.opcode("popHash")},partial:function(e){var t=e.partialName;this.usePartial=true;
if(e.hash){this.accept(e.hash)}else{this.opcode("push","undefined")}if(e.context){this.accept(e.context)}else{this.opcode("getContext",0);this.opcode("pushContext")}this.opcode("invokePartial",t.name,e.indent||"");this.opcode("append")},content:function(e){if(e.string){this.opcode("appendContent",e.string)}},mustache:function(e){this.sexpr(e.sexpr);if(e.escaped&&!this.options.noEscape){this.opcode("appendEscaped")}else{this.opcode("append")}},ambiguousSexpr:function(e,t,i){var n=e.id,a=n.parts[0],r=t!=null||i!=null;this.opcode("getContext",n.depth);this.opcode("pushProgram",t);this.opcode("pushProgram",i);this.ID(n);this.opcode("invokeAmbiguous",a,r)},simpleSexpr:function(e){var t=e.id;if(t.type==="DATA"){this.DATA(t)}else if(t.parts.length){this.ID(t)}else{this.addDepth(t.depth);this.opcode("getContext",t.depth);this.opcode("pushContext")}this.opcode("resolvePossibleLambda")},helperSexpr:function(e,t,i){var a=this.setupFullMustacheParams(e,t,i),r=e.id,s=r.parts[0];if(this.options.knownHelpers[s]){this.opcode("invokeKnownHelper",a.length,s)}else if(this.options.knownHelpersOnly){throw new n("You specified knownHelpersOnly, but used the unknown helper "+s,e)}else{r.falsy=true;this.ID(r);this.opcode("invokeHelper",a.length,r.original,r.isSimple)}},sexpr:function(e){var t=this.classifySexpr(e);if(t==="simple"){this.simpleSexpr(e)}else if(t==="helper"){this.helperSexpr(e)}else{this.ambiguousSexpr(e)}},ID:function(e){this.addDepth(e.depth);this.opcode("getContext",e.depth);var t=e.parts[0];if(!t){this.opcode("pushContext")}else{this.opcode("lookupOnContext",e.parts,e.falsy,e.isScoped)}},DATA:function(e){this.options.data=true;this.opcode("lookupData",e.id.depth,e.id.parts)},STRING:function(e){this.opcode("pushString",e.string)},NUMBER:function(e){this.opcode("pushLiteral",e.number)},BOOLEAN:function(e){this.opcode("pushLiteral",e.bool)},comment:function(){},opcode:function(e){this.opcodes.push({opcode:e,args:r.call(arguments,1)})},addDepth:function(e){if(e===0){return}if(!this.depths[e]){this.depths[e]=true;this.depths.list.push(e)}},classifySexpr:function(e){var t=e.isHelper;var i=e.eligibleHelper;var n=this.options;if(i&&!t){var a=e.id.parts[0];if(n.knownHelpers[a]){t=true}else if(n.knownHelpersOnly){i=false}}if(t){return"helper"}else if(i){return"ambiguous"}else{return"simple"}},pushParams:function(e){for(var t=0,i=e.length;t<i;t++){this.pushParam(e[t])}},pushParam:function(e){if(this.stringParams){if(e.depth){this.addDepth(e.depth)}this.opcode("getContext",e.depth||0);this.opcode("pushStringParam",e.stringModeValue,e.type);if(e.type==="sexpr"){this.sexpr(e)}}else{if(this.trackIds){this.opcode("pushId",e.type,e.idName||e.stringModeValue)}this.accept(e)}},setupFullMustacheParams:function(e,t,i){var n=e.params;this.pushParams(n);this.opcode("pushProgram",t);this.opcode("pushProgram",i);if(e.hash){this.hash(e.hash)}else{this.opcode("emptyHash")}return n}};function o(e,t,i){if(e==null||typeof e!=="string"&&e.constructor!==i.AST.ProgramNode){throw new n("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+e)}t=t||{};if(!("data"in t)){t.data=true}if(t.compat){t.useDepths=true}var a=i.parse(e);var r=(new i.Compiler).compile(a,t);return(new i.JavaScriptCompiler).compile(r,t)}i.precompile=o;function c(e,t,i){if(e==null||typeof e!=="string"&&e.constructor!==i.AST.ProgramNode){throw new n("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+e)}t=t||{};if(!("data"in t)){t.data=true}if(t.compat){t.useDepths=true}var a;function r(){var n=i.parse(e);var a=(new i.Compiler).compile(n,t);var r=(new i.JavaScriptCompiler).compile(a,t,undefined,true);return i.template(r)}var s=function(e,t){if(!a){a=r()}return a.call(this,e,t)};s._setup=function(e){if(!a){a=r()}return a._setup(e)};s._child=function(e,t,i){if(!a){a=r()}return a._child(e,t,i)};return s}i.compile=c;function l(e,t){if(e===t){return true}if(a(e)&&a(t)&&e.length===t.length){for(var i=0;i<e.length;i++){if(!l(e[i],t[i])){return false}}return true}}return i}(i,t);var f=function(e,t){"use strict";var i;var n=e.COMPILER_REVISION;var a=e.REVISION_CHANGES;var r=t;function s(e){this.value=e}function o(){}o.prototype={nameLookup:function(e,t){if(o.isValidJavaScriptVariableName(t)){return e+"."+t}else{return e+"['"+t+"']"}},depthedLookup:function(e){this.aliases.lookup="this.lookup";return'lookup(depths, "'+e+'")'},compilerInfo:function(){var e=n,t=a[e];return[e,t]},appendToBuffer:function(e){if(this.environment.isSimple){return"return "+e+";"}else{return{appendToBuffer:true,content:e,toString:function(){return"buffer += "+e+";"}}}},initializeBuffer:function(){return this.quotedString("")},namespace:"Handlebars",compile:function(e,t,i,n){this.environment=e;this.options=t;this.stringParams=this.options.stringParams;this.trackIds=this.options.trackIds;this.precompile=!n;this.name=this.environment.name;this.isChild=!!i;this.context=i||{programs:[],environments:[]};this.preamble();this.stackSlot=0;this.stackVars=[];this.aliases={};this.registers={list:[]};this.hashes=[];this.compileStack=[];this.inlineStack=[];this.compileChildren(e,t);this.useDepths=this.useDepths||e.depths.list.length||this.options.compat;var a=e.opcodes,s,o,c;for(o=0,c=a.length;o<c;o++){s=a[o];this[s.opcode].apply(this,s.args)}this.pushSource("");if(this.stackSlot||this.inlineStack.length||this.compileStack.length){throw new r("Compile completed with content left on stack")}var l=this.createFunctionContext(n);if(!this.isChild){var u={compiler:this.compilerInfo(),main:l};var f=this.context.programs;for(o=0,c=f.length;o<c;o++){if(f[o]){u[o]=f[o]}}if(this.environment.usePartial){u.usePartial=true}if(this.options.data){u.useData=true}if(this.useDepths){u.useDepths=true}if(this.options.compat){u.compat=true}if(!n){u.compiler=JSON.stringify(u.compiler);u=this.objectLiteral(u)}return u}else{return l}},preamble:function(){this.lastContext=0;this.source=[]},createFunctionContext:function(e){var t="";var i=this.stackVars.concat(this.registers.list);if(i.length>0){t+=", "+i.join(", ")}for(var n in this.aliases){if(this.aliases.hasOwnProperty(n)){t+=", "+n+"="+this.aliases[n]}}var a=["depth0","helpers","partials","data"];if(this.useDepths){a.push("depths")}var r=this.mergeSource(t);if(e){a.push(r);return Function.apply(this,a)}else{return"function("+a.join(",")+") {\n  "+r+"}"}},mergeSource:function(e){var t="",i,n=!this.forceBuffer,a;for(var r=0,s=this.source.length;r<s;r++){var o=this.source[r];if(o.appendToBuffer){if(i){i=i+"\n    + "+o.content}else{i=o.content}}else{if(i){if(!t){a=true;t=i+";\n  "}else{t+="buffer += "+i+";\n  "}i=undefined}t+=o+"\n  ";if(!this.environment.isSimple){n=false}}}if(n){if(i||!t){t+="return "+(i||'""')+";\n"}}else{e+=", buffer = "+(a?"":this.initializeBuffer());if(i){t+="return buffer + "+i+";\n"}else{t+="return buffer;\n"}}if(e){t="var "+e.substring(2)+(a?"":";\n  ")+t}return t},blockValue:function(e){this.aliases.blockHelperMissing="helpers.blockHelperMissing";var t=[this.contextName(0)];this.setupParams(e,0,t);var i=this.popStack();t.splice(1,0,i);this.push("blockHelperMissing.call("+t.join(", ")+")")},ambiguousBlockValue:function(){this.aliases.blockHelperMissing="helpers.blockHelperMissing";var e=[this.contextName(0)];this.setupParams("",0,e,true);this.flushInline();var t=this.topStack();e.splice(1,0,t);this.pushSource("if (!"+this.lastHelper+") { "+t+" = blockHelperMissing.call("+e.join(", ")+"); }")},appendContent:function(e){if(this.pendingContent){e=this.pendingContent+e}this.pendingContent=e},append:function(){this.flushInline();var e=this.popStack();this.pushSource("if ("+e+" != null) { "+this.appendToBuffer(e)+" }");if(this.environment.isSimple){this.pushSource("else { "+this.appendToBuffer("''")+" }")}},appendEscaped:function(){this.aliases.escapeExpression="this.escapeExpression";this.pushSource(this.appendToBuffer("escapeExpression("+this.popStack()+")"))},getContext:function(e){this.lastContext=e},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(e,t,i){var n=0,a=e.length;if(!i&&this.options.compat&&!this.lastContext){this.push(this.depthedLookup(e[n++]))}else{this.pushContext()}for(;n<a;n++){this.replaceStack(function(i){var a=this.nameLookup(i,e[n],"context");if(!t){return" != null ? "+a+" : "+i}else{return" && "+a}})}},lookupData:function(e,t){if(!e){this.pushStackLiteral("data")}else{this.pushStackLiteral("this.data(data, "+e+")")}var i=t.length;for(var n=0;n<i;n++){this.replaceStack(function(e){return" && "+this.nameLookup(e,t[n],"data")})}},resolvePossibleLambda:function(){this.aliases.lambda="this.lambda";this.push("lambda("+this.popStack()+", "+this.contextName(0)+")")},pushStringParam:function(e,t){this.pushContext();this.pushString(t);if(t!=="sexpr"){if(typeof e==="string"){this.pushString(e)}else{this.pushStackLiteral(e)}}},emptyHash:function(){this.pushStackLiteral("{}");if(this.trackIds){this.push("{}")}if(this.stringParams){this.push("{}");this.push("{}")}},pushHash:function(){if(this.hash){this.hashes.push(this.hash)}this.hash={values:[],types:[],contexts:[],ids:[]}},popHash:function(){var e=this.hash;this.hash=this.hashes.pop();if(this.trackIds){this.push("{"+e.ids.join(",")+"}")}if(this.stringParams){this.push("{"+e.contexts.join(",")+"}");this.push("{"+e.types.join(",")+"}")}this.push("{\n    "+e.values.join(",\n    ")+"\n  }")},pushString:function(e){this.pushStackLiteral(this.quotedString(e))},push:function(e){this.inlineStack.push(e);return e},pushLiteral:function(e){this.pushStackLiteral(e)},pushProgram:function(e){if(e!=null){this.pushStackLiteral(this.programExpression(e))}else{this.pushStackLiteral(null)}},invokeHelper:function(e,t,i){this.aliases.helperMissing="helpers.helperMissing";var n=this.popStack();var a=this.setupHelper(e,t);var r=(i?a.name+" || ":"")+n+" || helperMissing";this.push("(("+r+").call("+a.callParams+"))")},invokeKnownHelper:function(e,t){var i=this.setupHelper(e,t);this.push(i.name+".call("+i.callParams+")")},invokeAmbiguous:function(e,t){this.aliases.functionType='"function"';this.aliases.helperMissing="helpers.helperMissing";this.useRegister("helper");var i=this.popStack();this.emptyHash();var n=this.setupHelper(0,e,t);var a=this.lastHelper=this.nameLookup("helpers",e,"helper");this.push("((helper = (helper = "+a+" || "+i+") != null ? helper : helperMissing"+(n.paramsInit?"),("+n.paramsInit:"")+"),"+"(typeof helper === functionType ? helper.call("+n.callParams+") : helper))")},invokePartial:function(e,t){var i=[this.nameLookup("partials",e,"partial"),"'"+t+"'","'"+e+"'",this.popStack(),this.popStack(),"helpers","partials"];if(this.options.data){i.push("data")}else if(this.options.compat){i.push("undefined")}if(this.options.compat){i.push("depths")}this.push("this.invokePartial("+i.join(", ")+")")},assignToHash:function(e){var t=this.popStack(),i,n,a;if(this.trackIds){a=this.popStack()}if(this.stringParams){n=this.popStack();i=this.popStack()}var r=this.hash;if(i){r.contexts.push("'"+e+"': "+i)}if(n){r.types.push("'"+e+"': "+n)}if(a){r.ids.push("'"+e+"': "+a)}r.values.push("'"+e+"': ("+t+")")},pushId:function(e,t){if(e==="ID"||e==="DATA"){this.pushString(t)}else if(e==="sexpr"){this.pushStackLiteral("true")}else{this.pushStackLiteral("null")}},compiler:o,compileChildren:function(e,t){var i=e.children,n,a;for(var r=0,s=i.length;r<s;r++){n=i[r];a=new this.compiler;var o=this.matchExistingProgram(n);if(o==null){this.context.programs.push("");o=this.context.programs.length;n.index=o;n.name="program"+o;this.context.programs[o]=a.compile(n,t,this.context,!this.precompile);this.context.environments[o]=n;this.useDepths=this.useDepths||a.useDepths}else{n.index=o;n.name="program"+o}}},matchExistingProgram:function(e){for(var t=0,i=this.context.environments.length;t<i;t++){var n=this.context.environments[t];if(n&&n.equals(e)){return t}}},programExpression:function(e){var t=this.environment.children[e],i=t.depths.list,n=this.useDepths,a;var r=[t.index,"data"];if(n){r.push("depths")}return"this.program("+r.join(", ")+")"},useRegister:function(e){if(!this.registers[e]){this.registers[e]=true;this.registers.list.push(e)}},pushStackLiteral:function(e){return this.push(new s(e))},pushSource:function(e){if(this.pendingContent){this.source.push(this.appendToBuffer(this.quotedString(this.pendingContent)));this.pendingContent=undefined}if(e){this.source.push(e)}},pushStack:function(e){this.flushInline();var t=this.incrStack();this.pushSource(t+" = "+e+";");this.compileStack.push(t);return t},replaceStack:function(e){var t="",i=this.isInline(),n,a,o;if(!this.isInline()){throw new r("replaceStack on non-inline")}var c=this.popStack(true);if(c instanceof s){t=n=c.value;o=true}else{a=!this.stackSlot;var l=!a?this.topStackName():this.incrStack();t="("+this.push(l)+" = "+c+")";n=this.topStack()}var u=e.call(this,n);if(!o){this.popStack()}if(a){this.stackSlot--}this.push("("+t+u+")")},incrStack:function(){this.stackSlot++;if(this.stackSlot>this.stackVars.length){this.stackVars.push("stack"+this.stackSlot)}return this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var e=this.inlineStack;if(e.length){this.inlineStack=[];for(var t=0,i=e.length;t<i;t++){var n=e[t];if(n instanceof s){this.compileStack.push(n)}else{this.pushStack(n)}}}},isInline:function(){return this.inlineStack.length},popStack:function(e){var t=this.isInline(),i=(t?this.inlineStack:this.compileStack).pop();if(!e&&i instanceof s){return i.value}else{if(!t){if(!this.stackSlot){throw new r("Invalid stack pop")}this.stackSlot--}return i}},topStack:function(){var e=this.isInline()?this.inlineStack:this.compileStack,t=e[e.length-1];if(t instanceof s){return t.value}else{return t}},contextName:function(e){if(this.useDepths&&e){return"depths["+e+"]"}else{return"depth"+e}},quotedString:function(e){return'"'+e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},objectLiteral:function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(this.quotedString(i)+":"+e[i])}}return"{"+t.join(",")+"}"},setupHelper:function(e,t,i){var n=[],a=this.setupParams(t,e,n,i);var r=this.nameLookup("helpers",t,"helper");return{params:n,paramsInit:a,name:r,callParams:[this.contextName(0)].concat(n).join(", ")}},setupOptions:function(e,t,i){var n={},a=[],r=[],s=[],o,c,l;n.name=this.quotedString(e);n.hash=this.popStack();if(this.trackIds){n.hashIds=this.popStack()}if(this.stringParams){n.hashTypes=this.popStack();n.hashContexts=this.popStack()}c=this.popStack();l=this.popStack();if(l||c){if(!l){l="this.noop"}if(!c){c="this.noop"}n.fn=l;n.inverse=c}var u=t;while(u--){o=this.popStack();i[u]=o;if(this.trackIds){s[u]=this.popStack()}if(this.stringParams){r[u]=this.popStack();a[u]=this.popStack()}}if(this.trackIds){n.ids="["+s.join(",")+"]"}if(this.stringParams){n.types="["+r.join(",")+"]";n.contexts="["+a.join(",")+"]"}if(this.options.data){n.data="data"}return n},setupParams:function(e,t,i,n){var a=this.objectLiteral(this.setupOptions(e,t,i));if(n){this.useRegister("options");i.push("options");return"options="+a}else{i.push(a);return""}}};var c=("break else new var"+" case finally return void"+" catch for switch while"+" continue function this with"+" default if throw"+" delete in try"+" do instanceof typeof"+" abstract enum int short"+" boolean export interface static"+" byte extends long super"+" char final native synchronized"+" class float package throws"+" const goto private transient"+" debugger implements protected volatile"+" double import public let yield").split(" ");var l=o.RESERVED_WORDS={};for(var u=0,f=c.length;u<f;u++){l[c[u]]=true}o.isValidJavaScriptVariableName=function(e){return!o.RESERVED_WORDS[e]&&/^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(e)};i=o;return i}(n,i);var p=function(e,t,i,n,a){"use strict";var r;var s=e;var o=t;var c=i.parser;var l=i.parse;var u=n.Compiler;var f=n.compile;var p=n.precompile;var h=a;var d=s.create;var m=function(){var e=d();e.compile=function(t,i){return f(t,i,e)};e.precompile=function(t,i){return p(t,i,e)};e.AST=o;e.Compiler=u;e.JavaScriptCompiler=h;e.Parser=c;e.parse=l;return e};s=m();s.create=m;s["default"]=s;r=s;return r}(r,s,l,u,f);return p})});define("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-template/template.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-template/node_modules/@alife/beta-handlebars/handlebars.js"],function(require,e,t){var i=require("beta-jquery/jquery");var n=require("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-template/node_modules/@alife/beta-handlebars/handlebars.js");var a={};t.exports={templateHelpers:null,templatePartials:null,templateObject:null,parseElementFromTemplate:function(){var e,t=this.get("template");if(/^#/.test(t)&&(e=document.getElementById(t.substring(1)))){t=e.innerHTML;this.set("template",t)}this.templateObject=s(t);this.element=i(this.compile())},compile:function(e,t){e||(e=this.get("template"));t||(t=this.get("model"))||(t={});if(t.toJSON){t=t.toJSON()}if(u(e)){return e(t,{helpers:this.templateHelpers,partials:f(this.templatePartials)})}else{var i=this.templateHelpers;var r=this.templatePartials;var s,o;if(i){for(s in i){if(i.hasOwnProperty(s)){n.registerHelper(s,i[s])}}}if(r){for(o in r){if(r.hasOwnProperty(o)){n.registerPartial(o,r[o])}}}var c=a[e];if(!c){c=a[e]=n.compile(e)}var l=c(t);if(i){for(s in i){if(i.hasOwnProperty(s)){delete n.helpers[s]}}}if(r){for(o in r){if(r.hasOwnProperty(o)){delete n.partials[o]}}}return l}},renderPartial:function(e){if(this.templateObject){var t=o(this.templateObject,e);if(t){if(e){this.$(e).html(this.compile(t))}else{this.element.html(this.compile(t))}}else{this.element.html(this.compile())}}else{var n=i(this.compile());var a=n.find(e);if(a.length){this.$(e).html(a.html())}else{this.element.html(n.html())}}return this}};var r=n.compile;n.compile=function(e){return u(e)?e:r.call(n,e)};function s(e){return u(e)?null:i(c(e))}function o(e,t){if(!e)return;var i;if(t){i=e.find(t);if(i.length===0){throw new Error("Invalid template selector: "+t)}}else{i=e}return l(i.html())}function c(e){return e.replace(/({[^}]+}})/g,"<!--$1-->").replace(/\s(src|href)\s*=\s*(['"])(.*?\{.+?)\2/g," data-templatable-$1=$2$3$2")}function l(e){return e.replace(/(?:<|&lt;)!--({{[^}]+}})--(?:>|&gt;)/g,"$1").replace(/data-templatable-/gi,"")}function u(e){return typeof e==="function"}function f(e){if(!e)return{};var t={};for(var i in e){var a=e[i];t[i]=u(a)?a:n.compile(a)}return t}});define("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-flipsnap/flipsnap.js",[],function(require,e,t){(function(i,n,a){var r=n.createElement("div");var s=["webkit","moz","o","ms"];var o={};var c=g.support={};var l=false;var u=5;var f=55;c.transform3d=v(["perspectiveProperty","WebkitPerspective","MozPerspective","OPerspective","msPerspective"]);c.transform=v(["transformProperty","WebkitTransform","MozTransform","OTransform","msTransform"]);c.transition=v(["transitionProperty","WebkitTransitionProperty","MozTransitionProperty","OTransitionProperty","msTransitionProperty"]);c.addEventListener="addEventListener"in i;c.mspointer=i.navigator.msPointerEnabled;c.cssAnimation=(c.transform3d||c.transform)&&c.transition;var p=["touch","mouse"];var h={start:{touch:"touchstart",mouse:"mousedown"},move:{touch:"touchmove",mouse:"mousemove"},end:{touch:"touchend",mouse:"mouseup"}};var d=i.requestAnimationFrame;for(var m=0;m<s.length&&!d;++m){d=i[s[m]+"RequestAnimationFrame"]}if(!d){d=function(e){e()}}if(c.addEventListener){n.addEventListener("gesturestart",function(){l=true});n.addEventListener("gestureend",function(){l=false})}function g(e,t){return this instanceof g?this.init(e,t):new g(e,t)}g.prototype.init=function(e,t){var r=this;r.element=e;if(typeof e==="string"){r.element=n.querySelector(e)}if(!r.element){throw new Error("element not found")}if(c.mspointer){r.element.style.msTouchAction="pan-y"}t=t||{};r.distance=t.distance;r.maxPoint=t.maxPoint;r.disableTouch=t.disableTouch===a?false:t.disableTouch;r.disableCssTransition=t.disableCssTransition===a?false:t.disableCssTransition;r.disable3d=t.disable3d===a?false:t.disable3d;r.transitionDuration=t.transitionDuration===a?350:t.transitionDuration;r.slide=t.slide===a?false:{type:t.slide};r.responsive=t.responsive===a?false:t.responsive;r.currentPoint=0;r.currentX=0;r.animation=false;r.use3d=c.transform3d;if(r.disable3d===true){r.use3d=false}if(c.cssAnimation){r._setStyle({transitionProperty:_("transform"),transitionTimingFunction:"cubic-bezier(0,0,0.25,1)",transitionDuration:"0ms",transform:r._getTranslate(0)})}else{r._setStyle({position:"relative",left:"0px"})}r.setMaxPoint();r.setDistance();if(r.slide.type==="repeat"){var s=r.element.firstElementChild||r.element.children[0];var o=r.element.lastElementChild||r.element.children[r.element.children.length-1];r.slide.first=s.cloneNode(true);r.slide.last=o.cloneNode(true);r.element.style.width=r.element.scrollWidth+s.scrollWidth+o.scrollWidth+"px";r.element.appendChild(r.slide.first);r.element.insertBefore(r.slide.last,r.element.firstElementChild||r.element.children[0]);r.moveToPoint(1,0);r._maxPoint+=2}if(r.responsive&&c.addEventListener){i.addEventListener("resize",function(e){r.resize()})}r.refresh();r.resize();if(c.addEventListener){p.forEach(function(e){r.element.addEventListener(h.start[e],r,false)})}return r};g.prototype.handleEvent=function(e){var t=this;switch(e.type){case h.start.touch:t._touchStart(e,"touch");break;case h.start.mouse:t._touchStart(e,"mouse");break;case h.move.touch:t._touchMove(e,"touch");break;case h.move.mouse:t._touchMove(e,"mouse");break;case h.end.touch:t._touchEnd(e,"touch");break;case h.end.mouse:t._touchEnd(e,"mouse");break;case"click":t._click(e);break}};g.prototype.refresh=function(){var e=this;e._maxX=-e._distance*e._maxPoint};g.prototype.resize=function(){var e=this;var t=e.element.parentNode.parentNode;var i=t.clientWidth;e.element.parentNode.style.width=i+"px";e.element.style.width=i*(e._maxPoint+1)+"px";e._distance=i;var n=e.element.childNodes,a=0,r=n.length,s;for(;a<r;a++){s=n[a];if(s.nodeType===1){s.style.width=i+"px"}}clearInterval(e._animateTimer);e.moveToPoint(e.currentPoint,0)};g.prototype.setDistance=function(){var e=this;if(e.distance===a){if(e._maxPoint<0){e._distance=0}else{e._distance=e.element.scrollWidth/(e._maxPoint+1)}}else{e._distance=e.distance}};g.prototype.setMaxPoint=function(){var e=this;e._maxPoint=e.maxPoint===a?function(){var t=e.element.childNodes,i=-1,n=0,a=t.length,r;for(;n<a;n++){r=t[n];if(r.nodeType===1){i++}}return i}():e.maxPoint};g.prototype.hasNext=function(){var e=this;return e.currentPoint<e._maxPoint};g.prototype.hasPrev=function(){var e=this;return e.currentPoint>0};g.prototype.toNext=function(e){var t=this;if(!t.hasNext()){return}t.moveToPoint(t.currentPoint+1,e)};g.prototype.toPrev=function(e){var t=this;if(!t.hasPrev()){return}t.moveToPoint(t.currentPoint-1,e)};g.prototype.moveToPoint=function(e,t,i){var n=this;if(!i){clearTimeout(n._autoPlayTimeout);n._triggerEvent("fsmovestart",true,false)}if(!n.disableCssTransition){clearTimeout(n._moveendTimeout)}t=t===a?n.transitionDuration:t;var r=n.currentPoint;if(e===a){e=n.currentPoint}if(e<0){n.currentPoint=0}else if(e>n._maxPoint){n.currentPoint=n._maxPoint}else{n.currentPoint=parseInt(e,10)}var s={moved:r!==n.currentPoint,originalPoint:r,newPoint:n.currentPoint};var o=function(){n._triggerEvent("fsmoveend",true,false,s);if(n.slide.type==="repeat"){if(n.currentPoint===n._maxPoint){n.moveToPoint(1,0)}else if(n.currentPoint===0){n.moveToPoint(n._maxPoint-1,0)}}n._autoPlay()};if(c.cssAnimation&&!n.disableCssTransition){n._setStyle({transitionDuration:t+"ms"});n._moveendTimeout=setTimeout(o,t)}else{n.animation=true}n._setX(-n.currentPoint*n._distance,t,o);if(s.moved){n._triggerEvent("fspointmove",true,false,s)}};g.prototype._setX=function(e,t,i){var n=this;if(n.animation){if(c.cssAnimation&&!n.disableCssTransition){n.element.style[o.transform]=n._getTranslate(e);n.currentX=e}else{n._animate(e,t===a?n.transitionDuration:t,i)}}else{if(c.cssAnimation){n.element.style[o.transform]=n._getTranslate(e)}else{n.element.style.left=e+"px"}n.currentX=e}};g.prototype._touchStart=function(e,t){var i=this;if(i.disableTouch||i.scrolling||l){return}clearInterval(i._animateTimer);clearTimeout(i._moveendTimeout);clearTimeout(i._autoPlayTimeout);i.element.addEventListener(h.move[t],i,false);n.addEventListener(h.end[t],i,false);var a=e.target.tagName;if(t==="mouse"&&a!=="SELECT"&&a!=="INPUT"&&a!=="TEXTAREA"&&a!=="BUTTON"){e.preventDefault()}if(c.cssAnimation){i._setStyle({transitionDuration:"0ms"})}i.animation=false;i.scrolling=true;i.moveReady=false;i.startPageX=b(e,"pageX");i.startPageY=b(e,"pageY");i.basePageX=i.startPageX;i.directionX=0;i.startTime=e.timeStamp;i._triggerEvent("fstouchstart",true,false)};g.prototype._touchMove=function(e,t){var i=this;if(!i.scrolling||l){return}var n=b(e,"pageX");var r=b(e,"pageY");var s;var o;if(i.moveReady){e.preventDefault();s=n-i.basePageX;o=i.currentX+s;if(o>=0||o<i._maxX){o=Math.round(i.currentX+s/3)}i.directionX=s===0?i.directionX:s>0?-1:1;var c=!i._triggerEvent("fstouchmove",true,true,{delta:s,direction:i.directionX});i._triggerEvent("fsmove",true,true,{absoluteX:o});if(c){i._touchAfter({moved:false,originalPoint:i.currentPoint,newPoint:i.currentPoint,cancelled:true})}else{i._setX(o)}}else{var p=O(i.startPageX,i.startPageY,n,r);if(p.z>u){if(z(p)>f){e.preventDefault();i.moveReady=true;i.element.addEventListener("click",i,true);i._triggerEvent("fsmovestart",true,false)}else{i.scrolling=false;if(-1*i.currentPoint*i._distance!=i.currentX){i.moveToPoint(a,a,true)}i._autoPlay()}}}i.basePageX=n};g.prototype._touchEnd=function(e,t){var i=this;i.element.removeEventListener(h.move[t],i,false);n.removeEventListener(h.end[t],i,false);if(!i.scrolling){return}var r=-i.currentX/i._distance;r=i.directionX>0?Math.ceil(r):i.directionX<0?Math.floor(r):Math.round(r);if(r<0){r=0}else if(r>i._maxPoint){r=i._maxPoint}i._touchAfter({moved:r!==i.currentPoint,originalPoint:i.currentPoint,newPoint:r,cancelled:false});i.moveToPoint(r,a,true)};g.prototype._click=function(e){var t=this;e.stopPropagation();e.preventDefault()};g.prototype._touchAfter=function(e){var t=this;t.scrolling=false;t.moveReady=false;setTimeout(function(){t.element.removeEventListener("click",t,true)},200);t._triggerEvent("fstouchend",true,false,e)};g.prototype.autoPlay=function(e){var t=this;this.enableAutoPlay=true;this.autoPlayDuration=e||this.autoPlayDuration||4e3;this._autoPlay();return this};g.prototype.stopAutoPlay=function(){this.enableAutoPlay=false;clearTimeout(this._autoPlayTimeout);return this};g.prototype._autoPlay=function(){var e=this;if(!e.enableAutoPlay){return}clearTimeout(e._autoPlayTimeout);e._autoPlayTimeout=setTimeout(function(){d(function(){if(e.hasNext()){e.toNext()}else{e.moveToPoint(0)}e._autoPlay()})},e.autoPlayDuration)};g.prototype._setStyle=function(e){var t=this;var i=t.element.style;for(var n in e){M(i,n,e[n])}};g.prototype._animate=function(e,t,i){var n=this;var a=n.element;var r=+new Date;var s=n.currentX;var o=e;var l=t;var u=function(e,t){return-(e/=t)*(e-2)};clearInterval(n._animateTimer);n._animateTimer=setInterval(function(){var e=new Date-r;var t,f;if(e>l){clearInterval(n._animateTimer);f=o;setTimeout(function(){if(typeof i=="function"){i()}},100/6)}else{t=u(e,l);f=t*(o-s)+s}if(c.cssAnimation){M(a.style,"transform",n._getTranslate(f))}else{a.style.left=f+"px"}n.currentX=f;n._triggerEvent("fsmove",true,true,{absoluteX:f})},100/6)};g.prototype.destroy=function(){var e=this;p.forEach(function(t){e.element.removeEventListener(h.start[t],e,false)})};g.prototype._getTranslate=function(e){var t=this;return t.use3d?"translate3d("+e+"px, 0, 0)":"translate("+e+"px, 0)"};g.prototype._triggerEvent=function(e,t,i,a){var r=this;var s;if(n.createEvent){s=n.createEvent("Event");s.initEvent(e,t,i);if(a){for(var o in a){if(a.hasOwnProperty(o)){s[o]=a[o]}}}}else if(n.createEventObject){n.documentElement[e]++}return r.element.dispatchEvent&&r.element.dispatchEvent(s)||null};function b(e,t){return e.changedTouches?e.changedTouches[0][t]:e[t]}function v(e){return y(e,function(e){return r.style[e]!==a})}function M(e,t,i){var n=o[t];if(n){e[n]=i}else if(e[t]!==a){o[t]=t;e[t]=i}else{y(s,function(n){var r=A(n)+A(t);if(e[r]!==a){o[t]=r;e[r]=i;return true}})}}g.prototype.setStyle=M;function _(e){if(r.style[e]!==a){return e}else{var t;y(s,function(i){var n=A(i)+A(e);if(r.style[n]!==a){t="-"+i+"-"+e;return true}});return t}}function A(e){return e.charAt(0).toUpperCase()+e.substr(1)}function y(e,t){for(var i=0,n=e.length;i<n;i++){if(t(e[i],i)){return true}}return false}function O(e,t,i,n){var a=Math.abs(e-i);var r=Math.abs(t-n);var s=Math.sqrt(Math.pow(a,2)+Math.pow(r,2));return{x:a,y:r,z:s}}function z(e){var t=e.y/e.z;var i=Math.acos(t);return 180/(Math.PI/i)}if(typeof e=="object"){t.exports=g}else if(typeof define=="function"){define(function(){return g})}else{i.Flipsnap=g}})(window,window.document)});define("ae-ugc/node_modules/@alife/omega-banner-slider/src/js/navigation.tpl",[],function(require,e,t){t.exports='<span class="ui-banner-slider-nav">\n	{{#navigation number}}\n		<span data-role="navButton"></span>\n	{{/navigation}}\n</span>'});define("ae-ugc/node_modules/@alife/omega-banner-slider/banner-slider.js",["beta-jquery/jquery","ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/widget.js","ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-template/template.js","ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-flipsnap/flipsnap.js","ae-ugc/node_modules/@alife/omega-banner-slider/src/js/navigation.tpl"],function(require,e,t){"use strict";var i=require("beta-jquery/jquery");var n=require("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-widget/widget.js");var a=require("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-template/template.js");var r=require("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-flipsnap/flipsnap.js");var s=require("ae-ugc/node_modules/@alife/omega-banner-slider/src/js/navigation.tpl");var o='[data-role="slider"]';var c='[data-role="prev"]';var l='[data-role="next"]';var u='[data-role="navButton"]';var f=n.extend({Implements:[a],attrs:{interval:3e3,dotBgColor:null,unlimited:true,autoplay:true,slideFunc:null,renderAfter:null},flipsnap:null,slider:null,total:0,events:{"click [data-role=prev]":"prev","click [data-role=next]":"next"},templateHelpers:{navigation:function(e,t){var i="";for(var n=0;n<e;n++)i+=t.fn(n);return i}},setup:function(){var e=this,t=e.get("slideFunc"),i=e.get("renderAfter");this.slider=this.$(o);this.total=this.slider.children().length;if(this.total<=1){this.$(c).remove();this.$(l).remove();return}this.$(c).css("visibility","visible");this.$(l).css("visibility","visible");var n="";if(this.get("unlimited")){n="repeat"}this.flipsnap=new r(this.slider[0],{slide:n,responsive:true,transitionDuration:800});if(i){i()}if(this.get("autoplay")){this._autoplay(this.flipsnap)}if(this.flipsnap.element.addEventListener){this._insertNavigation(this.total);this._anchor(1);this.flipsnap.element.addEventListener("fspointmove",function(){e._afterSwipe();if(t){t(e.flipsnap.currentPoint)}},false)}},page:function(e){this.flipsnap.moveToPoint(e)},prev:function(){this.flipsnap.toPrev()},next:function(){this.flipsnap.toNext()},_insertNavigation:function(e){if(!e||e===0){return false}var t=this.compile(s,{number:e});this.slider.parent().append(t);if(!this._isTouchDevice()){var i=this;this.$(u).click(function(e){i._navigate(e)})}},_navigate:function(e){var t=i(e.target).index()+1;this.page(t)},_afterSwipe:function(){var e=this.flipsnap.currentPoint;if(e<1){e=this.total}else if(e>this.total){e=1}this._anchor(e)},_anchor:function(e){var t=this.$(u),i=this.get("dotBgColor");if(i&&/#.+/.test(i)){t.removeClass("current").css("background-color","");
t.eq(e-1).addClass("current").css({"background-color":i})}else{t.removeClass("current");t.eq(e-1).addClass("current")}},_autoplay:function(e){var t=this;if(!this._isTouchDevice()){this.delegateEvents(this.element,"mouseenter",function(){e.stopAutoPlay()});this.delegateEvents(this.element,"mouseleave",function(){e.autoPlay(this.get("interval"))});try{if(!this.element.is(":hover")){e.autoPlay(this.get("interval"))}}catch(i){}}else{e.autoPlay(this.get("interval"))}},_isTouchDevice:function(){if("ontouchstart"in window){return true}return false}});t.exports=f});define("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js",[],function(require,e,t){function i(e){if(!(this instanceof i)&&u(e)){return a(e)}}t.exports=i;i.create=function(e,t){if(!u(e)){t=e;e=null}t||(t={});e||(e=t.Extends||i);t.Extends=e;function r(){e.apply(this,arguments);if(this.constructor===r&&this.initialize){this.initialize.apply(this,arguments)}}if(e!==i){o(r,e,e.StaticsWhiteList)}n.call(r,t);return a(r)};function n(e){var t,n;for(t in e){n=e[t];if(i.Mutators.hasOwnProperty(t)){i.Mutators[t].call(this,n)}else{this.prototype[t]=n}}}i.extend=function(e){e||(e={});e.Extends=this;return i.create(e)};function a(e){e.extend=i.extend;e.implement=n;return e}i.Mutators={Extends:function(e){var t=this.prototype;var i=s(e.prototype);o(i,t);i.constructor=this;this.prototype=i;this.superclass=e.prototype},Implements:function(e){l(e)||(e=[e]);var t=this.prototype,i;while(i=e.shift()){o(t,i.prototype||i)}},Statics:function(e){o(this,e)}};function r(){}var s=Object.__proto__?function(e){return{__proto__:e}}:function(e){r.prototype=e;return new r};function o(e,t,i){for(var n in t){if(t.hasOwnProperty(n)){if(i&&f(i,n)===-1)continue;if(n!=="prototype"){e[n]=t[n]}}}}var c=Object.prototype.toString;var l=Array.isArray||function(e){return c.call(e)==="[object Array]"};var u=function(e){return c.call(e)==="[object Function]"};var f=Array.prototype.indexOf?function(e,t){return e.indexOf(t)}:function(e,t){for(var i=0,n=e.length;i<n;i++){if(e[i]===t){return i}}return-1}});define("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js",[],function(require,e,t){var i=/\s+/;function n(){}n.prototype.on=function(e,t,n){var a,r,s;if(!t)return this;a=this.__events||(this.__events={});e=e.split(i);while(r=e.shift()){s=a[r]||(a[r]=[]);s.push(t,n)}return this};n.prototype.once=function(e,t,i){var n=this;var a=function(){n.off(e,a);t.apply(this,arguments)};this.on(e,a,i)};n.prototype.off=function(e,t,n){var r,s,o,c;if(!(r=this.__events))return this;if(!(e||t||n)){delete this.__events;return this}e=e?e.split(i):a(r);while(s=e.shift()){o=r[s];if(!o)continue;if(!(t||n)){delete r[s];continue}for(c=o.length-2;c>=0;c-=2){if(!(t&&o[c]!==t||n&&o[c+1]!==n)){o.splice(c,2)}}}return this};n.prototype.trigger=function(e){var t,n,a,s,o,c,l=[],u,f=true;if(!(t=this.__events))return this;e=e.split(i);for(o=1,c=arguments.length;o<c;o++){l[o-1]=arguments[o]}while(n=e.shift()){if(a=t.all)a=a.slice();if(s=t[n])s=s.slice();f=r(s,l,this)&&f;f=r(a,[n].concat(l),this)&&f}return f};n.prototype.emit=n.prototype.trigger;n.mixTo=function(e){e=s(e)?e.prototype:e;var t=n.prototype;for(var i in t){if(t.hasOwnProperty(i)){e[i]=t[i]}}};var a=Object.keys;if(!a){a=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function r(e,t,i){var n=true;if(e){var a=0,r=e.length,s=t[0],o=t[1],c=t[2];switch(t.length){case 0:for(;a<r;a+=2){n=e[a].call(e[a+1]||i)!==false&&n}break;case 1:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s)!==false&&n}break;case 2:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o)!==false&&n}break;case 3:for(;a<r;a+=2){n=e[a].call(e[a+1]||i,s,o,c)!==false&&n}break;default:for(;a<r;a+=2){n=e[a].apply(e[a+1]||i,t)!==false&&n}break}}return n}function s(e){return Object.prototype.toString.call(e)==="[object Function]"}return n});define("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/src/aspect.js",[],function(require,e,t){e.before=function(e,t,i){return n.call(this,"before",e,t,i)};e.after=function(e,t,i){return n.call(this,"after",e,t,i)};var i=/\s+/;function n(e,t,n,s){var o=t.split(i);var c,l;while(c=o.shift()){l=a(this,c);if(!l.__isAspected){r.call(this,c)}this.on(e+":"+c,n,s)}return this}function a(e,t){var i=e[t];if(!i){throw new Error("Invalid method name: "+t)}return i}function r(e){var t=this[e];this[e]=function(){var i=Array.prototype.slice.call(arguments);var n=["before:"+e].concat(i);if(this.trigger.apply(this,n)===false)return;var a=t.apply(this,arguments);var r=["after:"+e,a].concat(i);this.trigger.apply(this,r);return a};this[e].__isAspected=true}});define("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/src/attribute.js",[],function(require,e,t){e.initAttrs=function(e){var t=this.attrs={};var i=this.propsInAttrs||[];m(t,this,i);if(e){g(t,e)}y(this,t,e);_(this,t);b(i,this,t,true)};e.get=function(e){var t=this.attrs[e]||{};var i=t.value;return t.getter?t.getter.call(this,i,e):i};e.set=function(e,t,i){var n={};if(s(e)){n[e]=t}else{n=e;i=t}i||(i={});var a=i.silent;var r=i.override;var o=this.attrs;var c=this.__changedAttrs||(this.__changedAttrs={});for(e in n){if(!n.hasOwnProperty(e))continue;var l=o[e]||(o[e]={});t=n[e];if(l.readOnly){throw new Error("This attribute is readOnly: "+e)}if(l.setter){t=l.setter.call(this,t,e)}var f=this.get(e);if(!r&&u(f)&&u(t)){t=p(p({},f),t)}o[e].value=t;if(!this.__initializingAttrs&&!w(f,t)){if(a){c[e]=[t,f]}else{this.trigger("change:"+e,t,f,e)}}}return this};e.change=function(){var e=this.__changedAttrs;if(e){for(var t in e){if(e.hasOwnProperty(t)){var i=e[t];this.trigger("change:"+t,i[0],i[1],t)}}delete this.__changedAttrs}return this};e._isPlainObject=u;var i=Object.prototype.toString;var n=Object.prototype.hasOwnProperty;var a;(function(){var e=[];function t(){this.x=1}t.prototype={valueOf:1,y:1};for(var i in new t){e.push(i)}a=e[0]!=="x"})();var r=Array.isArray||function(e){return i.call(e)==="[object Array]"};function s(e){return i.call(e)==="[object String]"}function o(e){return i.call(e)==="[object Function]"}function c(e){return e!=null&&e==e.window}var l=function(){if(Object.getPrototypeOf){return function(e){return Object.getPrototypeOf(e)}}if(typeof"test".__proto__=="object"){return function(e){return e.__proto__}}return function(e){return false}}();function u(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)){return false}var t=l(e),r=Function.prototype.toString,s=r.call(Object),o;if(t===null){return true}if(t===false){var u;if(a){for(u in e){return n.call(e,u)}}for(u in e){}return u===undefined||n.call(e,u)}var f=n.call(t,"constructor")&&t.constructor;return typeof f=="function"&&f instanceof f&&r.call(f)==s}function f(e){if(!e||i.call(e)!=="[object Object]"||e.nodeType||c(e)||!e.hasOwnProperty){return false}for(var t in e){if(e.hasOwnProperty(t))return false}return true}function p(e,t){var i,n;for(i in t){if(t.hasOwnProperty(i)){e[i]=h(t[i],e[i])}}return e}function h(e,t){if(r(e)){e=e.slice()}else if(u(e)){u(t)||(t={});e=p(t,e)}return e}var d=Object.keys;if(!d){d=function(e){var t=[];for(var i in e){if(e.hasOwnProperty(i)){t.push(i)}}return t}}function m(e,t,i){var n=[];var a=t.constructor.prototype;while(a){if(!a.hasOwnProperty("attrs")){a.attrs={}}b(i,a.attrs,a);if(!f(a.attrs)){n.unshift(a.attrs)}a=a.constructor.superclass}for(var r=0,s=n.length;r<s;r++){N(e,z(n[r]))}}function g(e,t){N(e,z(t,true),true)}function b(e,t,i,n){for(var a=0,r=e.length;a<r;a++){var s=e[a];if(i.hasOwnProperty(s)){t[s]=n?t.get(s):i[s]}}}var v=/^(on|before|after)([A-Z].*)$/;var M=/^(Change)?([A-Z])(.*)/;function _(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n=t[i].value,a;if(o(n)&&(a=i.match(v))){e[a[1]](A(a[2]),n);delete t[i]}}}}function A(e){var t=e.match(M);var i=t[1]?"change:":"";i+=t[2].toLowerCase()+t[3];return i}function y(e,t,i){var n={silent:true};e.__initializingAttrs=true;for(var a in i){if(i.hasOwnProperty(a)){if(t[a].setter){e.set(a,i[a],n)}}}delete e.__initializingAttrs}var O=["value","getter","setter","readOnly"];function z(e,t){var i={};for(var n in e){var a=e[n];if(!t&&u(a)&&S(a,O)){i[n]=a;continue}i[n]={value:a}}return i}var L=["setter","getter","readOnly"];function N(e,t,i){var n,a;var r;for(n in t){if(t.hasOwnProperty(n)){a=t[n];r=e[n];if(!r){r=e[n]={}}a["value"]!==undefined&&(r["value"]=h(a["value"],r["value"]));if(i)continue;for(var s in L){var o=L[s];if(a[o]!==undefined){r[o]=a[o]}}}}return e}function S(e,t){for(var i=0,n=t.length;i<n;i++){if(e.hasOwnProperty(t[i])){return true}}return false}function k(e){return e==null||(s(e)||r(e))&&e.length===0||f(e)}function w(e,t){if(e===t)return true;if(k(e)&&k(t))return true;var n=i.call(e);if(n!=i.call(t))return false;switch(n){case"[object String]":return e==String(t);case"[object Number]":return e!=+e?t!=+t:e==0?1/e==1/t:e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object RegExp]":return e.source==t.source&&e.global==t.global&&e.multiline==t.multiline&&e.ignoreCase==t.ignoreCase;case"[object Array]":var a=e.toString();var r=t.toString();return a.indexOf("[object")===-1&&r.indexOf("[object")===-1&&a===r}if(typeof e!="object"||typeof t!="object")return false;if(u(e)&&u(t)){if(!w(d(e),d(t))){return false}for(var s in e){if(e[s]!==t[s])return false}return true}return false}});define("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/base.js",["ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js","ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js","ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/src/aspect.js","ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/src/attribute.js"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/node_modules/@alife/beta-class/class.js");var n=require("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/node_modules/@alife/beta-events/events.js");var a=require("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/src/aspect.js");var r=require("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/src/attribute.js");t.exports=i.create({Implements:[n,a,r],initialize:function(e){this.initAttrs(e);s(this,this.attrs)},destroy:function(){this.off();for(var e in this){if(this.hasOwnProperty(e)){delete this[e]}}this.destroy=function(){}}});function s(e,t){for(var i in t){if(t.hasOwnProperty(i)){var n="_onChange"+o(i);if(e[n]){e.on("change:"+i,e[n])}}}}function o(e){return e.charAt(0).toUpperCase()+e.substring(1)}});define("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-datasrc/data-source.js",["ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/base.js","beta-jquery/jquery"],function(require,e,t){var i=require("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-datasrc/node_modules/@alife/beta-base/base.js");var n=require("beta-jquery/jquery");var a=i.extend({attrs:{source:{},type:"object"},initialize:function(e){a.superclass.initialize.call(this,e);var t=this.get("source");if(n.isPlainObject(t)){this.set("type","object")}else if(n.isArray(t)){this.set("type","array")}else if(n.isFunction(t)){this.set("type","function")}else{throw new Error("Source Type Error")}},ready:function(e,t){this.on("data",e,t);return this["_ready"+r(this.get("type")||"")+"Data"](t)},_done:function(e){this.trigger("data",e)},_readyObjectData:function(){var e=this.get("source");this._done(e);return e},_readyArrayData:function(){var e=this.get("source");this._done(e);return e},_readyFunctionData:function(e){var t=this,i=this.get("source");function n(e){t._done(e)}var a=i.call(this,e,n);if(a){this._done(a)}}});t.exports=a;function r(e){return e.replace(/^([a-z])/,function(e,t){return t.toUpperCase()})}});define("ae-ugc/node_modules/@alife/omega-banner-slider/src/js/banner-slider.tpl",[],function(require,e,t){t.exports='<div class="ui-banner-slider">\n	<div class="ui-banner-slider-wrap">\n		<div class="ui-banner-slider-container">\n			<ul class="ui-banner-slider-slider" data-role="slider">\n				{{#if items}}\n					{{#each items}}\n						<li style="background-color: {{#if backgroundColor}}{{backgroundColor}}{{/if}};">\n							{{#if link}}\n								<a href="{{link}}">\n									<img alt="{{#if description}}{{description}}{{/if}}" src="{{imageUrl}}"/>\n								</a>\n							{{else}}\n								<img alt="{{#if description}}{{description}}{{/if}}" src="{{imageUrl}}"/>\n							{{/if}}\n						</li>\n					{{/each}}\n				{{/if}}\n			</ul>\n			<a class="ui-banner-slider-prev" data-role="prev">Previous</a>\n			<a class="ui-banner-slider-next" data-role="next">Next</a>\n		</div>\n	</div>\n</div>'});define("ae-ugc/node_modules/@alife/omega-banner-slider/banner-slider-complex.js",["ae-ugc/node_modules/@alife/omega-banner-slider/banner-slider.js","ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-datasrc/data-source.js","ae-ugc/node_modules/@alife/omega-banner-slider/src/js/banner-slider.tpl"],function(require,e,t){"use strict";var i=require("ae-ugc/node_modules/@alife/omega-banner-slider/banner-slider.js");var n=require("ae-ugc/node_modules/@alife/omega-banner-slider/node_modules/@alife/beta-datasrc/data-source.js");var a=require("ae-ugc/node_modules/@alife/omega-banner-slider/src/js/banner-slider.tpl");var r="[data-role=slider]";var s=i.extend({attrs:{template:a,dataSource:[]},parseElement:function(){var e={items:[]};this.set("model",e);s.superclass.parseElement.call(this)},setup:function(){var e=this;new n({source:this.get("dataSource")}).ready(function(t){var i=e.get("model");i.items=t;e._refreshSlider()})},_refreshSlider:function(){var e=this;var t=setTimeout(function(){if(e.rendered){clearTimeout(t);e.renderPartial(r);e.element.show(0,function(){s.superclass.setup.call(e)})}else{e._refreshSlider()}},80)}});t.exports=s});define("ae-ugc/live/live-lp-landing-pc.js",["beta-jquery/jquery","ae-ugc/live/1.0.0/js/live-list.js","ae-ugc/node_modules/@alife/beta-template/template.js","ae-ugc/live/1.0.0/js/live-alert.js","ae-ugc/live/1.0.0/js/list-nav.js","ae-ugc/node_modules/@alife/omega-batman/batman.js","ae-ugc/node_modules/@alife/beta-cookieinfo/cookieinfo.js","ae-ugc/node_modules/@alife/beta-cookie/ws-cookie.js","ae-ugc/live/1.0.0/js/lang.js","ae-ugc/live/1.0.0/js/youtube-player.js","ae-ugc/node_modules/@alife/omega-scroll-trigger/scroll-trigger.js","ae-ugc/node_modules/@alife/beta-clickstat/clickstat.js","ae-ugc/live/1.0.0/js/live-banner-schedul.js","ae-ugc/node_modules/@alife/omega-banner-slider/banner-slider-complex.js"],function(require,e,t){var i=require("beta-jquery/jquery");var n=require("ae-ugc/live/1.0.0/js/live-list.js");var a=require("ae-ugc/node_modules/@alife/beta-template/template.js");var r=require("ae-ugc/live/1.0.0/js/live-alert.js");var s=require("ae-ugc/live/1.0.0/js/list-nav.js");var o=require("ae-ugc/node_modules/@alife/omega-batman/batman.js");var c=require("ae-ugc/node_modules/@alife/beta-cookieinfo/cookieinfo.js");var l=require("ae-ugc/node_modules/@alife/beta-cookie/ws-cookie.js");var u=require("ae-ugc/live/1.0.0/js/lang.js");var f=require("ae-ugc/live/1.0.0/js/youtube-player.js");var p=require("ae-ugc/node_modules/@alife/omega-scroll-trigger/scroll-trigger.js");var h=require("ae-ugc/node_modules/@alife/beta-clickstat/clickstat.js");var d=require("ae-ugc/live/1.0.0/js/live-banner-schedul.js");var m=require("ae-ugc/node_modules/@alife/omega-banner-slider/banner-slider-complex.js");var g=false;var b=null;var v=[];var M=false;var _=null;var A="";var y="json";var O=1;var z={allText:"ALL"};if(window.i18n){z=i18n}var L=runParams.lang||"all";var N;function S(e){i("#tab-content").html("");i("#loading").show();var t={};if(e!="all"){t.chosenLang=e}if(b){t.nextStartRowKey=b}t.lpId=O;i.ajax({url:A+"/live/AjaxGetLpHomeList.do",data:t,dataType:y,success:function(e){if(!e){return}var t=e.body;var a=e.code;var r=e.serverTime;if(a==0){var s=t.list;b=t.nextStartRowKey;M=t.hasNext;T();var o="";for(var c=0;c<s.length;c++){var l=s[c];if(l.status==16||l.status==17){o="live-list-focus";break}}v=v.concat(s);var u=n.buildLiveList(s,o,r);i("#tab-content").html(u);p.add({element:i("a[data-src]"),distance:500,onRouse:function(){if(i(this).is("a[data-src]")){var e=i(this).attr("data-src");i(this).css({"background-image":"url("+e+")"}).removeAttr("data-src");i(this).find("img").attr("src",e)}},oneoff:true});var h=t.banner;if(h&&h.cmdUrl){var d=h.cmdUrl;f.buildYoutube(i("#youtube-player"),d)}i("#loading").hide()}},error:{}})}function k(){var e={};if(L!="all"){e.chosenLang=L}if(b){e.nextStartRowKey=b}e.lpId=O;i.ajax({url:A+"/live/AjaxGetLpHomeList.do",data:e,dataType:y,success:function(e){if(!e){return}g=false;var t=e.body;var a=e.code;var r=e.serverTime;if(a==0){var s=t.list;b=t.nextStartRowKey;M=t.hasNext;T();var o="";v=v.concat(s);for(var c=0;c<v.length;c++){var l=v[c];if(l.status==16||l.status==17){o="live-list-focus";break}}var u=n.buildLiveList(v,o,r);i("#tab-content").html(u);p.add({element:i("a[data-src]"),distance:500,onRouse:function(){if(i(this).is("a[data-src]")){var e=i(this).attr("data-src");i(this).css({"background-image":"url("+e+")"}).removeAttr("data-src");i(this).find("img").attr("src",e)}},oneoff:true})}},error:{}})}function w(){p.add({element:i("#tab-content"),distance:500,onRouse:function(){if(!M){return}var e=document.documentElement.clientHeight;var t=document.documentElement.scrollTop||document.body.scrollTop;var n=E(i("#tab-content")).bottom;if(e+t-120>n){if(!g){g=true;k()}}},oneoff:false})}function E(e){var t={top:0,right:0,bottom:0,left:0};var i=e.offset();t.top=i.top;t.right=i.left+e.width();t.bottom=i.top+e.height();t.left=i.left;return t}function T(){if(M){i("#div-loading").css("opacity",1);i("#div-loading").show()}else{i("#div-loading").css("opacity",0);i("#div-loading").hide()}}function j(){i("#tab-content").on("click",'[data-role="remind"]',function(){var e=i(this).attr("data-id");var t=i(this);if(l.isLoggedIn()){r.ajaxAlert(t,e)}else{o.add({always:function(){r.ajaxAlert(t,e)}})}var n={};n.lpId=O;n.postId=e;h.buttonClick({projectId:"180001",pageType:"Page_LiveLandingPage",pageArea:"list",buttonType:"UGCLiveLandingPageClickRemind",objectType:"UGCLiveLandingPageClickRemind",ae_object_value:n});return false});i("#tab-nav").on("click","li",function(){var e=i(this).attr("data-lang");var t={};t.lpId=O;var n=i.inArray(e,_);if(n!=-1){t.tabIndex=n+1}else if(e==="all"){t.tabIndex=0}h.buttonClick({projectId:"180001",pageType:"Page_LiveLandingPage",pageArea:"top",buttonType:"UGCLiveLandingPageClickTab",objectType:"UGCLiveLandingPageClickTab",ae_object_value:t});P(e)});i("#tab-nav").on("mouseover","li",function(){i("#tab-nav li").removeClass("activity")});i("#tab-nav").on("mouseout","li",function(){i('#tab-nav li[data-lang="'+L+'"]').addClass("activity")});w();i("#a-timeschedule").on("click",function(){var e=i(this).attr("href");var t=R(e);if(t!=undefined){i(this).attr("href",t)}var n={};n.lpId=O;h.buttonClick({projectId:"180001",pageType:"Page_LiveLandingPage",pageArea:"top",buttonType:"UGCLiveLandingPageClickTimeSchedule",objectType:"UGCLiveLandingPageClickTimeSchedule",ae_object_value:n})});i("#a-topLink").on("click",function(){var e=i(this).attr("href");var t=R(e);if(t!=undefined){i(this).attr("href",t)}var n={};n.lpId=O;h.buttonClick({projectId:"180001",pageType:"Page_LiveLandingPage",pageArea:"top",buttonType:"UGCLiveLandingPageClickHighLight",objectType:"UGCLiveLandingPageClickHighLight",ae_object_value:n})});i("#tab-content").on("click",'a[class="live-cover"]',function(){var e=i(this).attr("href");var t={};t.lpId=O;var n=e.postIdWithStr();t.postId=n;h.buttonClick({projectId:"180001",pageType:"Page_LiveLandingPage",pageArea:"list",buttonType:"live-cover",objectType:"UGCLiveLandingPageClickLiveCard",ae_object_value:t})})}function x(e){var t=B("id");if(t!=null&&t.length>0){O=Number(t)}f.init();n.init(e);r.init(e);I();d.getBannerSchedulList(O)}window.onload=function(){window.onresize=q;q();var e=i('<div id="ui-banner-slider-nav-parent" style="text-align: center;"></div>');var t=i(".ui-banner-slider-container .ui-banner-slider-nav");e.append(t);i(".ui-banner-slider-container").append(e);var n=i(".ui-banner-slider-nav").children();n.each(function(){i(this).css("opacity",1)})};function q(e){var t=document.body.clientWidth;if(t<=945){i(".item-left").width(260);var n=i("#header .container").width();var a=n-260;var r=a/2;var s=r.toString()+"px";i(".item-left").css({"margin-left":s});i(".itemRight-container").width(770);var o=770;i(".itemRight").width(310);var c=t-o;var l=c/2;var u=l.toString()+"px";i(".itemRight-container").css({"margin-left":u});i(".itemRight-container").css({"margin-right":u})}else if(t>945&&t<=1026){var o=t-180-15;i(".itemRight-container").width(o);var l=0;var f=l.toString()+"px";i(".itemRight-container").css({"margin-left":f});var p=l.toString()+"px";i(".itemRight-container").css({"margin-right":p});i(".item-left").width(180);var h=o-i(".item-middle").width()-55;if(h>=260&&h<=385){i(".itemRight").width(h)}var r=15;var s=r.toString()+"px";i(".item-left").css({"margin-left":s})}else if(t>=1026&&t<=1200){i(".itemRight-container").width(831);var l=0;var u=l.toString()+"px";i(".itemRight-container").css({"margin-left":u});i(".itemRight-container").css({"margin-right":u});i(".itemRight").width(385);var d=t-i(".itemRight-container").width()-15;if(d>=180&&d<=385){i(".item-left").width(d)}var r=15;var s=r.toString()+"px";i(".item-left").css({"margin-left":s})}else if(t>1200){i(".itemRight-container").width(815);var l=0;var u=l.toString()+"px";i(".itemRight-container").css({"margin-left":u});i(".itemRight-container").css({"margin-right":u});i(".itemRight").width(385);i(".item-left").width(385);var r=0;var s=r.toString()+"px";i(".item-left").css({"margin-left":s})}}function P(e){var t=i.inArray(e,_);if(t==-1){e="all"}i("#tab-nav li").removeClass("activity");i('#tab-nav li[data-lang="'+e+'"]').addClass("activity");b=null;v=[];M=false;i("#div-loading").css("opacity",0);S(e);L=e}function C(e,t){var n=t;if(!n){n="#3F176F"}var a=e;var r=[];for(var s=0;s<a.length;s++){var o=a[s];var c={};var l=o.cmdUrl.startWithStr("aliexpress://video/live/landing");if(l){var u="https://live.aliexpress.com/activite/landing.htm";var f=o.cmdUrl.getParamWithStr("id");c.link=u.concat("?id"+f)}else{c.link=o.cmdUrl}c.imageUrl=o.imageUrl;if(o.online){r.push(c)}}var p=new m({parentNode:"#item-middle",dataSource:r}).render();i(".ui-banner-slider .ui-banner-slider-prev").addClass("ui-banner-slider-prev-lp-2");i(".ui-banner-slider").attr("data-spm","5922759")}String.prototype.startWithStr=function(e){var t=e.length;return t>=0&&this.indexOf(e)==0};String.prototype.getParamWithStr=function(e){if(this.indexOf("?")!=-1){var t=this.substr(this.indexOf("?")+1);if(t.indexOf(e)!=-1){var i=t.indexOf(e)+e.length;var n=t.indexOf("&",i);if(n==-1){return t.substring(i)}else{return t.substring(i,n)}}else{return null}}return null};String.prototype.postIdWithStr=function(){var e=this.replace(/[^0-9]/gi,"");return e.toString()};function I(){var e={};e.lpId=O;e.chosenLang=L;i.ajax({url:A+"/live/AjaxGetLpSummary.do",data:e,dataType:y,success:function(e){if(!e){return}var t=e.body;var n=e.code;var a=e.serverTime;if(n==0){var r=t.lang;if(r.length>0){W(r)}else{W()}var s=t.bannerList;var o=JSON.parse(t.extendInfo);var c=o.backgroundColor;var l=o.backgroundImg;if(s.length>0){C(s,c);i(".ui-banner-slider-nav").attr("id","hello")}if(l){var u="url("+l+")";i(".list-header").css({"background-image":u});var f="auto "+"100%";i(".list-header").css({"background-size":f})}}},error:{}})}function W(e){_=e;s.build(i("#tab-nav"),L,e);P(L);j()}function B(e){var t=new RegExp("(^|&)"+e+"=([^&]*)(&|$)");var i=window.location.search.substr(1).match(t);if(i!=null)return unescape(i[2]);return null}function R(e){var t=e;if(t!=undefined){if(t.indexOf("?")>0){if(t.indexOf("id=")>0){var i=t.indexOf("id=");t=t.substring(0,i-1);if(t.indexOf("?")<=0){t=t+"?"}return t+"&id="+O}else{return t+"&id="+O}}else{return t+"?id="+O}}}t.exports={init:x}});