From daf54e89c85b7572c6775190bb6f5a026b36010d Mon Sep 17 00:00:00 2001 From: seki Date: Sat, 21 Jan 2017 03:15:32 +0900 Subject: [PATCH] Fix the version to beta1 --- VERSION | 2 +- .../public/js/job-streamer.min.js | 4954 ++++++++--------- 2 files changed, 2185 insertions(+), 2771 deletions(-) diff --git a/VERSION b/VERSION index 3eefcb9..77948c0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.0.0-beta1 diff --git a/resources/job-streamer-console/public/js/job-streamer.min.js b/resources/job-streamer-console/public/js/job-streamer.min.js index 4543aa2..a7a2815 100644 --- a/resources/job-streamer-console/public/js/job-streamer.min.js +++ b/resources/job-streamer-console/public/js/job-streamer.min.js @@ -46,2808 +46,2222 @@ void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!= (function(){var a,b,c,d,e,f,g,h,i=[].slice,j={}.hasOwnProperty,k=function(a,b){function c(){this.constructor=a}for(var d in b)j.call(b,d)&&(a[d]=b[d]);return c.prototype=b.prototype,a.prototype=new c,a.__super__=b.prototype,a};g=function(){},b=function(){function a(){}return a.prototype.addEventListener=a.prototype.on,a.prototype.on=function(a,b){return this._callbacks=this._callbacks||{},this._callbacks[a]||(this._callbacks[a]=[]),this._callbacks[a].push(b),this},a.prototype.emit=function(){var a,b,c,d,e,f;if(d=arguments[0],a=2<=arguments.length?i.call(arguments,1):[],this._callbacks=this._callbacks||{},c=this._callbacks[d])for(e=0,f=c.length;f>e;e++)b=c[e],b.apply(this,a);return this},a.prototype.removeListener=a.prototype.off,a.prototype.removeAllListeners=a.prototype.off,a.prototype.removeEventListener=a.prototype.off,a.prototype.off=function(a,b){var c,d,e,f,g;if(!this._callbacks||0===arguments.length)return this._callbacks={},this;if(d=this._callbacks[a],!d)return this;if(1===arguments.length)return delete this._callbacks[a],this;for(e=f=0,g=d.length;g>f;e=++f)if(c=d[e],c===b){d.splice(e,1);break}return this},a}(),a=function(a){function c(a,b){var e,f,g;if(this.element=a,this.version=c.version,this.defaultOptions.previewTemplate=this.defaultOptions.previewTemplate.replace(/\n*/g,""),this.clickableElements=[],this.listeners=[],this.files=[],"string"==typeof this.element&&(this.element=document.querySelector(this.element)),!this.element||null==this.element.nodeType)throw new Error("Invalid dropzone element.");if(this.element.dropzone)throw new Error("Dropzone already attached.");if(c.instances.push(this),this.element.dropzone=this,e=null!=(g=c.optionsForElement(this.element))?g:{},this.options=d({},this.defaultOptions,e,null!=b?b:{}),this.options.forceFallback||!c.isBrowserSupported())return this.options.fallback.call(this);if(null==this.options.url&&(this.options.url=this.element.getAttribute("action")),!this.options.url)throw new Error("No URL provided.");if(this.options.acceptedFiles&&this.options.acceptedMimeTypes)throw new Error("You can't provide both 'acceptedFiles' and 'acceptedMimeTypes'. 'acceptedMimeTypes' is deprecated.");this.options.acceptedMimeTypes&&(this.options.acceptedFiles=this.options.acceptedMimeTypes,delete this.options.acceptedMimeTypes),this.options.method=this.options.method.toUpperCase(),(f=this.getExistingFallback())&&f.parentNode&&f.parentNode.removeChild(f),this.options.previewsContainer!==!1&&(this.previewsContainer=this.options.previewsContainer?c.getElement(this.options.previewsContainer,"previewsContainer"):this.element),this.options.clickable&&(this.clickableElements=this.options.clickable===!0?[this.element]:c.getElements(this.options.clickable,"clickable")),this.init()}var d,e;return k(c,a),c.prototype.Emitter=b,c.prototype.events=["drop","dragstart","dragend","dragenter","dragover","dragleave","addedfile","addedfiles","removedfile","thumbnail","error","errormultiple","processing","processingmultiple","uploadprogress","totaluploadprogress","sending","sendingmultiple","success","successmultiple","canceled","canceledmultiple","complete","completemultiple","reset","maxfilesexceeded","maxfilesreached","queuecomplete"],c.prototype.defaultOptions={url:null,method:"post",withCredentials:!1,parallelUploads:2,uploadMultiple:!1,maxFilesize:256,paramName:"file",createImageThumbnails:!0,maxThumbnailFilesize:10,thumbnailWidth:120,thumbnailHeight:120,filesizeBase:1e3,maxFiles:null,params:{},clickable:!0,ignoreHiddenFiles:!0,acceptedFiles:null,acceptedMimeTypes:null,autoProcessQueue:!0,autoQueue:!0,addRemoveLinks:!1,previewsContainer:null,hiddenInputContainer:"body",capture:null,renameFilename:null,dictDefaultMessage:"Drop files here to upload",dictFallbackMessage:"Your browser does not support drag'n'drop file uploads.",dictFallbackText:"Please use the fallback form below to upload your files like in the olden days.",dictFileTooBig:"File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB.",dictInvalidFileType:"You can't upload files of this type.",dictResponseError:"Server responded with {{statusCode}} code.",dictCancelUpload:"Cancel upload",dictCancelUploadConfirmation:"Are you sure you want to cancel this upload?",dictRemoveFile:"Remove file",dictRemoveFileConfirmation:null,dictMaxFilesExceeded:"You can not upload any more files.",accept:function(a,b){return b()},init:function(){return g},forceFallback:!1,fallback:function(){var a,b,d,e,f,g;for(this.element.className=""+this.element.className+" dz-browser-not-supported",g=this.element.getElementsByTagName("div"),e=0,f=g.length;f>e;e++)a=g[e],/(^| )dz-message($| )/.test(a.className)&&(b=a,a.className="dz-message");return b||(b=c.createElement('
'),this.element.appendChild(b)),d=b.getElementsByTagName("span")[0],d&&(null!=d.textContent?d.textContent=this.options.dictFallbackMessage:null!=d.innerText&&(d.innerText=this.options.dictFallbackMessage)),this.element.appendChild(this.getFallbackForm())},resize:function(a){var b,c,d;return b={srcX:0,srcY:0,srcWidth:a.width,srcHeight:a.height},c=a.width/a.height,b.optWidth=this.options.thumbnailWidth,b.optHeight=this.options.thumbnailHeight,null==b.optWidth&&null==b.optHeight?(b.optWidth=b.srcWidth,b.optHeight=b.srcHeight):null==b.optWidth?b.optWidth=c*b.optHeight:null==b.optHeight&&(b.optHeight=1/c*b.optWidth),d=b.optWidth/b.optHeight,a.heightd?(b.srcHeight=a.height,b.srcWidth=b.srcHeight*d):(b.srcWidth=a.width,b.srcHeight=b.srcWidth/d),b.srcX=(a.width-b.srcWidth)/2,b.srcY=(a.height-b.srcHeight)/2,b},drop:function(){return this.element.classList.remove("dz-drag-hover")},dragstart:g,dragend:function(){return this.element.classList.remove("dz-drag-hover")},dragenter:function(){return this.element.classList.add("dz-drag-hover")},dragover:function(){return this.element.classList.add("dz-drag-hover")},dragleave:function(){return this.element.classList.remove("dz-drag-hover")},paste:g,reset:function(){return this.element.classList.remove("dz-started")},addedfile:function(a){var b,d,e,f,g,h,i,j,k,l,m,n,o;if(this.element===this.previewsContainer&&this.element.classList.add("dz-started"),this.previewsContainer){for(a.previewElement=c.createElement(this.options.previewTemplate.trim()),a.previewTemplate=a.previewElement,this.previewsContainer.appendChild(a.previewElement),l=a.previewElement.querySelectorAll("[data-dz-name]"),f=0,i=l.length;i>f;f++)b=l[f],b.textContent=this._renameFilename(a.name);for(m=a.previewElement.querySelectorAll("[data-dz-size]"),g=0,j=m.length;j>g;g++)b=m[g],b.innerHTML=this.filesize(a.size);for(this.options.addRemoveLinks&&(a._removeLink=c.createElement(''+this.options.dictRemoveFile+""),a.previewElement.appendChild(a._removeLink)),d=function(b){return function(d){return d.preventDefault(),d.stopPropagation(),a.status===c.UPLOADING?c.confirm(b.options.dictCancelUploadConfirmation,function(){return b.removeFile(a)}):b.options.dictRemoveFileConfirmation?c.confirm(b.options.dictRemoveFileConfirmation,function(){return b.removeFile(a)}):b.removeFile(a)}}(this),n=a.previewElement.querySelectorAll("[data-dz-remove]"),o=[],h=0,k=n.length;k>h;h++)e=n[h],o.push(e.addEventListener("click",d));return o}},removedfile:function(a){var b;return a.previewElement&&null!=(b=a.previewElement)&&b.parentNode.removeChild(a.previewElement),this._updateMaxFilesReachedClass()},thumbnail:function(a,b){var c,d,e,f;if(a.previewElement){for(a.previewElement.classList.remove("dz-file-preview"),f=a.previewElement.querySelectorAll("[data-dz-thumbnail]"),d=0,e=f.length;e>d;d++)c=f[d],c.alt=a.name,c.src=b;return setTimeout(function(){return function(){return a.previewElement.classList.add("dz-image-preview")}}(this),1)}},error:function(a,b){var c,d,e,f,g;if(a.previewElement){for(a.previewElement.classList.add("dz-error"),"String"!=typeof b&&b.error&&(b=b.error),f=a.previewElement.querySelectorAll("[data-dz-errormessage]"),g=[],d=0,e=f.length;e>d;d++)c=f[d],g.push(c.textContent=b);return g}},errormultiple:g,processing:function(a){return a.previewElement&&(a.previewElement.classList.add("dz-processing"),a._removeLink)?a._removeLink.textContent=this.options.dictCancelUpload:void 0},processingmultiple:g,uploadprogress:function(a,b){var c,d,e,f,g;if(a.previewElement){for(f=a.previewElement.querySelectorAll("[data-dz-uploadprogress]"),g=[],d=0,e=f.length;e>d;d++)c=f[d],g.push("PROGRESS"===c.nodeName?c.value=b:c.style.width=""+b+"%");return g}},totaluploadprogress:g,sending:g,sendingmultiple:g,success:function(a){return a.previewElement?a.previewElement.classList.add("dz-success"):void 0},successmultiple:g,canceled:function(a){return this.emit("error",a,"Upload canceled.")},canceledmultiple:g,complete:function(a){return a._removeLink&&(a._removeLink.textContent=this.options.dictRemoveFile),a.previewElement?a.previewElement.classList.add("dz-complete"):void 0},completemultiple:g,maxfilesexceeded:g,maxfilesreached:g,queuecomplete:g,addedfiles:g,previewTemplate:'
\n
\n
\n
\n
\n
\n
\n
\n
\n \n Check\n \n \n \n \n \n
\n
\n \n Error\n \n \n \n \n \n \n \n
\n
'},d=function(){var a,b,c,d,e,f,g;for(d=arguments[0],c=2<=arguments.length?i.call(arguments,1):[],f=0,g=c.length;g>f;f++){b=c[f];for(a in b)e=b[a],d[a]=e}return d},c.prototype.getAcceptedFiles=function(){var a,b,c,d,e;for(d=this.files,e=[],b=0,c=d.length;c>b;b++)a=d[b],a.accepted&&e.push(a);return e},c.prototype.getRejectedFiles=function(){var a,b,c,d,e;for(d=this.files,e=[],b=0,c=d.length;c>b;b++)a=d[b],a.accepted||e.push(a);return e},c.prototype.getFilesWithStatus=function(a){var b,c,d,e,f;for(e=this.files,f=[],c=0,d=e.length;d>c;c++)b=e[c],b.status===a&&f.push(b);return f},c.prototype.getQueuedFiles=function(){return this.getFilesWithStatus(c.QUEUED)},c.prototype.getUploadingFiles=function(){return this.getFilesWithStatus(c.UPLOADING)},c.prototype.getAddedFiles=function(){return this.getFilesWithStatus(c.ADDED)},c.prototype.getActiveFiles=function(){var a,b,d,e,f;for(e=this.files,f=[],b=0,d=e.length;d>b;b++)a=e[b],(a.status===c.UPLOADING||a.status===c.QUEUED)&&f.push(a);return f},c.prototype.init=function(){var a,b,d,e,f,g,h;for("form"===this.element.tagName&&this.element.setAttribute("enctype","multipart/form-data"),this.element.classList.contains("dropzone")&&!this.element.querySelector(".dz-message")&&this.element.appendChild(c.createElement('
'+this.options.dictDefaultMessage+"
")),this.clickableElements.length&&(d=function(a){return function(){return a.hiddenFileInput&&a.hiddenFileInput.parentNode.removeChild(a.hiddenFileInput),a.hiddenFileInput=document.createElement("input"),a.hiddenFileInput.setAttribute("type","file"),(null==a.options.maxFiles||a.options.maxFiles>1)&&a.hiddenFileInput.setAttribute("multiple","multiple"),a.hiddenFileInput.className="dz-hidden-input",null!=a.options.acceptedFiles&&a.hiddenFileInput.setAttribute("accept",a.options.acceptedFiles),null!=a.options.capture&&a.hiddenFileInput.setAttribute("capture",a.options.capture),a.hiddenFileInput.style.visibility="hidden",a.hiddenFileInput.style.position="absolute",a.hiddenFileInput.style.top="0",a.hiddenFileInput.style.left="0",a.hiddenFileInput.style.height="0",a.hiddenFileInput.style.width="0",document.querySelector(a.options.hiddenInputContainer).appendChild(a.hiddenFileInput),a.hiddenFileInput.addEventListener("change",function(){var b,c,e,f;if(c=a.hiddenFileInput.files,c.length)for(e=0,f=c.length;f>e;e++)b=c[e],a.addFile(b);return a.emit("addedfiles",c),d()})}}(this))(),this.URL=null!=(g=window.URL)?g:window.webkitURL,h=this.events,e=0,f=h.length;f>e;e++)a=h[e],this.on(a,this.options[a]);return this.on("uploadprogress",function(a){return function(){return a.updateTotalUploadProgress()}}(this)),this.on("removedfile",function(a){return function(){return a.updateTotalUploadProgress()}}(this)),this.on("canceled",function(a){return function(b){return a.emit("complete",b)}}(this)),this.on("complete",function(a){return function(){return 0===a.getAddedFiles().length&&0===a.getUploadingFiles().length&&0===a.getQueuedFiles().length?setTimeout(function(){return a.emit("queuecomplete")},0):void 0}}(this)),b=function(a){return a.stopPropagation(),a.preventDefault?a.preventDefault():a.returnValue=!1},this.listeners=[{element:this.element,events:{dragstart:function(a){return function(b){return a.emit("dragstart",b)}}(this),dragenter:function(a){return function(c){return b(c),a.emit("dragenter",c)}}(this),dragover:function(a){return function(c){var d;try{d=c.dataTransfer.effectAllowed}catch(e){}return c.dataTransfer.dropEffect="move"===d||"linkMove"===d?"move":"copy",b(c),a.emit("dragover",c)}}(this),dragleave:function(a){return function(b){return a.emit("dragleave",b)}}(this),drop:function(a){return function(c){return b(c),a.drop(c)}}(this),dragend:function(a){return function(b){return a.emit("dragend",b)}}(this)}}],this.clickableElements.forEach(function(a){return function(b){return a.listeners.push({element:b,events:{click:function(d){return(b!==a.element||d.target===a.element||c.elementInside(d.target,a.element.querySelector(".dz-message")))&&a.hiddenFileInput.click(),!0}}})}}(this)),this.enable(),this.options.init.call(this)},c.prototype.destroy=function(){var a;return this.disable(),this.removeAllFiles(!0),(null!=(a=this.hiddenFileInput)?a.parentNode:void 0)&&(this.hiddenFileInput.parentNode.removeChild(this.hiddenFileInput),this.hiddenFileInput=null),delete this.element.dropzone,c.instances.splice(c.instances.indexOf(this),1)},c.prototype.updateTotalUploadProgress=function(){var a,b,c,d,e,f,g,h;if(d=0,c=0,a=this.getActiveFiles(),a.length){for(h=this.getActiveFiles(),f=0,g=h.length;g>f;f++)b=h[f],d+=b.upload.bytesSent,c+=b.upload.total;e=100*d/c}else e=100;return this.emit("totaluploadprogress",e,c,d)},c.prototype._getParamName=function(a){return"function"==typeof this.options.paramName?this.options.paramName(a):""+this.options.paramName+(this.options.uploadMultiple?"["+a+"]":"")},c.prototype._renameFilename=function(a){return"function"!=typeof this.options.renameFilename?a:this.options.renameFilename(a)},c.prototype.getFallbackForm=function(){var a,b,d,e;return(a=this.getExistingFallback())?a:(d='
',this.options.dictFallbackText&&(d+="

"+this.options.dictFallbackText+"

"),d+='
',b=c.createElement(d),"FORM"!==this.element.tagName?(e=c.createElement('
'),e.appendChild(b)):(this.element.setAttribute("enctype","multipart/form-data"),this.element.setAttribute("method",this.options.method)),null!=e?e:b)},c.prototype.getExistingFallback=function(){var a,b,c,d,e,f;for(b=function(a){var b,c,d;for(c=0,d=a.length;d>c;c++)if(b=a[c],/(^| )fallback($| )/.test(b.className))return b},f=["div","form"],d=0,e=f.length;e>d;d++)if(c=f[d],a=b(this.element.getElementsByTagName(c)))return a},c.prototype.setupEventListeners=function(){var a,b,c,d,e,f,g;for(f=this.listeners,g=[],d=0,e=f.length;e>d;d++)a=f[d],g.push(function(){var d,e;d=a.events,e=[];for(b in d)c=d[b],e.push(a.element.addEventListener(b,c,!1));return e}());return g},c.prototype.removeEventListeners=function(){var a,b,c,d,e,f,g;for(f=this.listeners,g=[],d=0,e=f.length;e>d;d++)a=f[d],g.push(function(){var d,e;d=a.events,e=[];for(b in d)c=d[b],e.push(a.element.removeEventListener(b,c,!1));return e}());return g},c.prototype.disable=function(){var a,b,c,d,e;for(this.clickableElements.forEach(function(a){return a.classList.remove("dz-clickable")}),this.removeEventListeners(),d=this.files,e=[],b=0,c=d.length;c>b;b++)a=d[b],e.push(this.cancelUpload(a));return e},c.prototype.enable=function(){return this.clickableElements.forEach(function(a){return a.classList.add("dz-clickable")}),this.setupEventListeners()},c.prototype.filesize=function(a){var b,c,d,e,f,g,h,i;if(d=0,e="b",a>0){for(g=["TB","GB","MB","KB","b"],c=h=0,i=g.length;i>h;c=++h)if(f=g[c],b=Math.pow(this.options.filesizeBase,4-c)/10,a>=b){d=a/Math.pow(this.options.filesizeBase,4-c),e=f;break}d=Math.round(10*d)/10}return""+d+" "+e},c.prototype._updateMaxFilesReachedClass=function(){return null!=this.options.maxFiles&&this.getAcceptedFiles().length>=this.options.maxFiles?(this.getAcceptedFiles().length===this.options.maxFiles&&this.emit("maxfilesreached",this.files),this.element.classList.add("dz-max-files-reached")):this.element.classList.remove("dz-max-files-reached")},c.prototype.drop=function(a){var b,c;a.dataTransfer&&(this.emit("drop",a),b=a.dataTransfer.files,this.emit("addedfiles",b),b.length&&(c=a.dataTransfer.items,c&&c.length&&null!=c[0].webkitGetAsEntry?this._addFilesFromItems(c):this.handleFiles(b)))},c.prototype.paste=function(a){var b,c;if(null!=(null!=a&&null!=(c=a.clipboardData)?c.items:void 0))return this.emit("paste",a),b=a.clipboardData.items,b.length?this._addFilesFromItems(b):void 0},c.prototype.handleFiles=function(a){var b,c,d,e;for(e=[],c=0,d=a.length;d>c;c++)b=a[c],e.push(this.addFile(b));return e},c.prototype._addFilesFromItems=function(a){var b,c,d,e,f;for(f=[],d=0,e=a.length;e>d;d++)c=a[d],f.push(null!=c.webkitGetAsEntry&&(b=c.webkitGetAsEntry())?b.isFile?this.addFile(c.getAsFile()):b.isDirectory?this._addFilesFromDirectory(b,b.name):void 0:null!=c.getAsFile?null==c.kind||"file"===c.kind?this.addFile(c.getAsFile()):void 0:void 0);return f},c.prototype._addFilesFromDirectory=function(a,b){var c,d,e;return c=a.createReader(),d=function(a){return"undefined"!=typeof console&&null!==console&&"function"==typeof console.log?console.log(a):void 0},(e=function(a){return function(){return c.readEntries(function(c){var d,f,g;if(c.length>0){for(f=0,g=c.length;g>f;f++)d=c[f],d.isFile?d.file(function(c){return a.options.ignoreHiddenFiles&&"."===c.name.substring(0,1)?void 0:(c.fullPath=""+b+"/"+c.name,a.addFile(c))}):d.isDirectory&&a._addFilesFromDirectory(d,""+b+"/"+d.name);e()}return null},d)}}(this))()},c.prototype.accept=function(a,b){return a.size>1024*this.options.maxFilesize*1024?b(this.options.dictFileTooBig.replace("{{filesize}}",Math.round(a.size/1024/10.24)/100).replace("{{maxFilesize}}",this.options.maxFilesize)):c.isValidFile(a,this.options.acceptedFiles)?null!=this.options.maxFiles&&this.getAcceptedFiles().length>=this.options.maxFiles?(b(this.options.dictMaxFilesExceeded.replace("{{maxFiles}}",this.options.maxFiles)),this.emit("maxfilesexceeded",a)):this.options.accept.call(this,a,b):b(this.options.dictInvalidFileType)},c.prototype.addFile=function(a){return a.upload={progress:0,total:a.size,bytesSent:0},this.files.push(a),a.status=c.ADDED,this.emit("addedfile",a),this._enqueueThumbnail(a),this.accept(a,function(b){return function(c){return c?(a.accepted=!1,b._errorProcessing([a],c)):(a.accepted=!0,b.options.autoQueue&&b.enqueueFile(a)),b._updateMaxFilesReachedClass()}}(this))},c.prototype.enqueueFiles=function(a){var b,c,d;for(c=0,d=a.length;d>c;c++)b=a[c],this.enqueueFile(b);return null},c.prototype.enqueueFile=function(a){if(a.status!==c.ADDED||a.accepted!==!0)throw new Error("This file can't be queued because it has already been processed or was rejected.");return a.status=c.QUEUED,this.options.autoProcessQueue?setTimeout(function(a){return function(){return a.processQueue()}}(this),0):void 0},c.prototype._thumbnailQueue=[],c.prototype._processingThumbnail=!1,c.prototype._enqueueThumbnail=function(a){return this.options.createImageThumbnails&&a.type.match(/image.*/)&&a.size<=1024*this.options.maxThumbnailFilesize*1024?(this._thumbnailQueue.push(a),setTimeout(function(a){return function(){return a._processThumbnailQueue()}}(this),0)):void 0},c.prototype._processThumbnailQueue=function(){return this._processingThumbnail||0===this._thumbnailQueue.length?void 0:(this._processingThumbnail=!0,this.createThumbnail(this._thumbnailQueue.shift(),function(a){return function(){return a._processingThumbnail=!1,a._processThumbnailQueue()}}(this)))},c.prototype.removeFile=function(a){return a.status===c.UPLOADING&&this.cancelUpload(a),this.files=h(this.files,a),this.emit("removedfile",a),0===this.files.length?this.emit("reset"):void 0},c.prototype.removeAllFiles=function(a){var b,d,e,f;for(null==a&&(a=!1),f=this.files.slice(),d=0,e=f.length;e>d;d++)b=f[d],(b.status!==c.UPLOADING||a)&&this.removeFile(b);return null},c.prototype.createThumbnail=function(a,b){var c;return c=new FileReader,c.onload=function(d){return function(){return"image/svg+xml"===a.type?(d.emit("thumbnail",a,c.result),void(null!=b&&b())):d.createThumbnailFromUrl(a,c.result,b)}}(this),c.readAsDataURL(a)},c.prototype.createThumbnailFromUrl=function(a,b,c,d){var e;return e=document.createElement("img"),d&&(e.crossOrigin=d),e.onload=function(b){return function(){var d,g,h,i,j,k,l,m;return a.width=e.width,a.height=e.height,h=b.options.resize.call(b,a),null==h.trgWidth&&(h.trgWidth=h.optWidth),null==h.trgHeight&&(h.trgHeight=h.optHeight),d=document.createElement("canvas"),g=d.getContext("2d"),d.width=h.trgWidth,d.height=h.trgHeight,f(g,e,null!=(j=h.srcX)?j:0,null!=(k=h.srcY)?k:0,h.srcWidth,h.srcHeight,null!=(l=h.trgX)?l:0,null!=(m=h.trgY)?m:0,h.trgWidth,h.trgHeight),i=d.toDataURL("image/png"),b.emit("thumbnail",a,i),null!=c?c():void 0}}(this),null!=c&&(e.onerror=c),e.src=b},c.prototype.processQueue=function(){var a,b,c,d;if(b=this.options.parallelUploads,c=this.getUploadingFiles().length,a=c,!(c>=b)&&(d=this.getQueuedFiles(),d.length>0)){if(this.options.uploadMultiple)return this.processFiles(d.slice(0,b-c));for(;b>a;){if(!d.length)return;this.processFile(d.shift()),a++}}},c.prototype.processFile=function(a){return this.processFiles([a])},c.prototype.processFiles=function(a){var b,d,e;for(d=0,e=a.length;e>d;d++)b=a[d],b.processing=!0,b.status=c.UPLOADING,this.emit("processing",b);return this.options.uploadMultiple&&this.emit("processingmultiple",a),this.uploadFiles(a)},c.prototype._getFilesWithXhr=function(a){var b,c;return c=function(){var c,d,e,f;for(e=this.files,f=[],c=0,d=e.length;d>c;c++)b=e[c],b.xhr===a&&f.push(b);return f}.call(this)},c.prototype.cancelUpload=function(a){var b,d,e,f,g,h,i;if(a.status===c.UPLOADING){for(d=this._getFilesWithXhr(a.xhr),e=0,g=d.length;g>e;e++)b=d[e],b.status=c.CANCELED;for(a.xhr.abort(),f=0,h=d.length;h>f;f++)b=d[f],this.emit("canceled",b);this.options.uploadMultiple&&this.emit("canceledmultiple",d)}else((i=a.status)===c.ADDED||i===c.QUEUED)&&(a.status=c.CANCELED,this.emit("canceled",a),this.options.uploadMultiple&&this.emit("canceledmultiple",[a]));return this.options.autoProcessQueue?this.processQueue():void 0},e=function(){var a,b;return b=arguments[0],a=2<=arguments.length?i.call(arguments,1):[],"function"==typeof b?b.apply(this,a):b},c.prototype.uploadFile=function(a){return this.uploadFiles([a])},c.prototype.uploadFiles=function(a){var b,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L;for(w=new XMLHttpRequest,x=0,B=a.length;B>x;x++)b=a[x],b.xhr=w;p=e(this.options.method,a),u=e(this.options.url,a),w.open(p,u,!0),w.withCredentials=!!this.options.withCredentials,s=null,g=function(c){return function(){var d,e,f;for(f=[],d=0,e=a.length;e>d;d++)b=a[d],f.push(c._errorProcessing(a,s||c.options.dictResponseError.replace("{{statusCode}}",w.status),w));return f}}(this),t=function(c){return function(d){var e,f,g,h,i,j,k,l,m;if(null!=d)for(f=100*d.loaded/d.total,g=0,j=a.length;j>g;g++)b=a[g],b.upload={progress:f,total:d.total,bytesSent:d.loaded};else{for(e=!0,f=100,h=0,k=a.length;k>h;h++)b=a[h],(100!==b.upload.progress||b.upload.bytesSent!==b.upload.total)&&(e=!1),b.upload.progress=f,b.upload.bytesSent=b.upload.total;if(e)return}for(m=[],i=0,l=a.length;l>i;i++)b=a[i],m.push(c.emit("uploadprogress",b,f,b.upload.bytesSent));return m}}(this),w.onload=function(b){return function(d){var e;if(a[0].status!==c.CANCELED&&4===w.readyState){if(s=w.responseText,w.getResponseHeader("content-type")&&~w.getResponseHeader("content-type").indexOf("application/json"))try{s=JSON.parse(s)}catch(f){d=f,s="Invalid JSON response from server."}return t(),200<=(e=w.status)&&300>e?b._finished(a,s,d):g()}}}(this),w.onerror=function(){return function(){return a[0].status!==c.CANCELED?g():void 0}}(this),r=null!=(G=w.upload)?G:w,r.onprogress=t,j={Accept:"application/json","Cache-Control":"no-cache","X-Requested-With":"XMLHttpRequest"},this.options.headers&&d(j,this.options.headers);for(h in j)i=j[h],i&&w.setRequestHeader(h,i);if(f=new FormData,this.options.params){H=this.options.params;for(o in H)v=H[o],f.append(o,v)}for(y=0,C=a.length;C>y;y++)b=a[y],this.emit("sending",b,w,f);if(this.options.uploadMultiple&&this.emit("sendingmultiple",a,w,f),"FORM"===this.element.tagName)for(I=this.element.querySelectorAll("input, textarea, select, button"),z=0,D=I.length;D>z;z++)if(l=I[z],m=l.getAttribute("name"),n=l.getAttribute("type"),"SELECT"===l.tagName&&l.hasAttribute("multiple"))for(J=l.options,A=0,E=J.length;E>A;A++)q=J[A],q.selected&&f.append(m,q.value);else(!n||"checkbox"!==(K=n.toLowerCase())&&"radio"!==K||l.checked)&&f.append(m,l.value);for(k=F=0,L=a.length-1;L>=0?L>=F:F>=L;k=L>=0?++F:--F)f.append(this._getParamName(k),a[k],this._renameFilename(a[k].name));return this.submitRequest(w,f,a)},c.prototype.submitRequest=function(a,b){return a.send(b)},c.prototype._finished=function(a,b,d){var e,f,g;for(f=0,g=a.length;g>f;f++)e=a[f],e.status=c.SUCCESS,this.emit("success",e,b,d),this.emit("complete",e);return this.options.uploadMultiple&&(this.emit("successmultiple",a,b,d),this.emit("completemultiple",a)),this.options.autoProcessQueue?this.processQueue():void 0},c.prototype._errorProcessing=function(a,b,d){var e,f,g;for(f=0,g=a.length;g>f;f++)e=a[f],e.status=c.ERROR,this.emit("error",e,b,d),this.emit("complete",e);return this.options.uploadMultiple&&(this.emit("errormultiple",a,b,d),this.emit("completemultiple",a)),this.options.autoProcessQueue?this.processQueue():void 0},c}(b),a.version="4.3.0",a.options={},a.optionsForElement=function(b){return b.getAttribute("id")?a.options[c(b.getAttribute("id"))]:void 0},a.instances=[],a.forElement=function(a){if("string"==typeof a&&(a=document.querySelector(a)),null==(null!=a?a.dropzone:void 0))throw new Error("No Dropzone found for given element. This is probably because you're trying to access it before Dropzone had the time to initialize. Use the `init` option to setup any additional observers on your Dropzone.");return a.dropzone},a.autoDiscover=!0,a.discover=function(){var b,c,d,e,f,g;for(document.querySelectorAll?d=document.querySelectorAll(".dropzone"):(d=[],b=function(a){var b,c,e,f;for(f=[],c=0,e=a.length;e>c;c++)b=a[c],f.push(/(^| )dropzone($| )/.test(b.className)?d.push(b):void 0);return f},b(document.getElementsByTagName("div")),b(document.getElementsByTagName("form"))),g=[],e=0,f=d.length;f>e;e++)c=d[e],g.push(a.optionsForElement(c)!==!1?new a(c):void 0);return g},a.blacklistedBrowsers=[/opera.*Macintosh.*version\/12/i],a.isBrowserSupported=function(){var b,c,d,e,f;if(b=!0,window.File&&window.FileReader&&window.FileList&&window.Blob&&window.FormData&&document.querySelector)if("classList"in document.createElement("a"))for(f=a.blacklistedBrowsers,d=0,e=f.length;e>d;d++)c=f[d],c.test(navigator.userAgent)&&(b=!1);else b=!1;else b=!1;return b},h=function(a,b){var c,d,e,f;for(f=[],d=0,e=a.length;e>d;d++)c=a[d],c!==b&&f.push(c);return f},c=function(a){return a.replace(/[\-_](\w)/g,function(a){return a.charAt(1).toUpperCase()})},a.createElement=function(a){var b;return b=document.createElement("div"),b.innerHTML=a,b.childNodes[0]},a.elementInside=function(a,b){if(a===b)return!0;for(;a=a.parentNode;)if(a===b)return!0;return!1},a.getElement=function(a,b){var c;if("string"==typeof a?c=document.querySelector(a):null!=a.nodeType&&(c=a),null==c)throw new Error("Invalid `"+b+"` option provided. Please provide a CSS selector or a plain HTML element.");return c},a.getElements=function(a,b){var c,d,e,f,g,h,i,j;if(a instanceof Array){e=[];try{for(f=0,h=a.length;h>f;f++)d=a[f],e.push(this.getElement(d,b))}catch(k){c=k,e=null}}else if("string"==typeof a)for(e=[],j=document.querySelectorAll(a),g=0,i=j.length;i>g;g++)d=j[g],e.push(d);else null!=a.nodeType&&(e=[a]);if(null==e||!e.length)throw new Error("Invalid `"+b+"` option provided. Please provide a CSS selector, a plain HTML element or a list of those.");return e},a.confirm=function(a,b,c){return window.confirm(a)?b():null!=c?c():void 0},a.isValidFile=function(a,b){var c,d,e,f,g;if(!b)return!0;for(b=b.split(","),d=a.type,c=d.replace(/\/.*$/,""),f=0,g=b.length;g>f;f++)if(e=b[f],e=e.trim(),"."===e.charAt(0)){if(-1!==a.name.toLowerCase().indexOf(e.toLowerCase(),a.name.length-e.length))return!0}else if(/\/\*$/.test(e)){if(c===e.replace(/\/.*$/,""))return!0 }else if(d===e)return!0;return!1},"undefined"!=typeof jQuery&&null!==jQuery&&(jQuery.fn.dropzone=function(b){return this.each(function(){return new a(this,b)})}),"undefined"!=typeof module&&null!==module?module.exports=a:window.Dropzone=a,a.ADDED="added",a.QUEUED="queued",a.ACCEPTED=a.QUEUED,a.UPLOADING="uploading",a.PROCESSING=a.UPLOADING,a.CANCELED="canceled",a.ERROR="error",a.SUCCESS="success",e=function(a){var b,c,d,e,f,g,h,i,j,k;for(h=a.naturalWidth,g=a.naturalHeight,c=document.createElement("canvas"),c.width=1,c.height=g,d=c.getContext("2d"),d.drawImage(a,0,0),e=d.getImageData(0,0,1,g).data,k=0,f=g,i=g;i>k;)b=e[4*(i-1)+3],0===b?f=i:k=i,i=f+k>>1;return j=i/g,0===j?1:j},f=function(a,b,c,d,f,g,h,i,j,k){var l;return l=e(b),a.drawImage(b,c,d,f,g,h,i,j,k/l)},d=function(a,b){var c,d,e,f,g,h,i,j,k;if(e=!1,k=!0,d=a.document,j=d.documentElement,c=d.addEventListener?"addEventListener":"attachEvent",i=d.addEventListener?"removeEventListener":"detachEvent",h=d.addEventListener?"":"on",f=function(c){return"readystatechange"!==c.type||"complete"===d.readyState?(("load"===c.type?a:d)[i](h+c.type,f,!1),!e&&(e=!0)?b.call(a,c.type||c):void 0):void 0},g=function(){var a;try{j.doScroll("left")}catch(b){return a=b,void setTimeout(g,50)}return f("poll")},"complete"!==d.readyState){if(d.createEventObject&&j.doScroll){try{k=!a.frameElement}catch(l){}k&&g()}return d[c](h+"DOMContentLoaded",f,!1),d[c](h+"readystatechange",f,!1),a[c](h+"load",f,!1)}},a._autoDiscoverFunction=function(){return a.autoDiscover?a.discover():void 0},d(window,a._autoDiscoverFunction)}).call(this); ;(function(){ -var k,da=da||{},fa=this;function ia(a){return void 0!==a}function ja(a,b){for(var c=a.split("."),d=b||fa,e;e=c.shift();)if(null!=d[e])d=d[e];else return null;return d}function ka(){}function la(a){a.gf=function(){return a.rs?a.rs:a.rs=new a}} -function na(a){var b=typeof a;if("object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null"; -else if("function"==b&&"undefined"==typeof a.call)return"object";return b}function oa(a){return"array"==na(a)}function ra(a){var b=na(a);return"array"==b||"object"==b&&"number"==typeof a.length}function sa(a){return"string"==typeof a}function va(a){return"number"==typeof a}function wa(a){return"function"==na(a)}function xa(a){var b=typeof a;return"object"==b&&null!=a||"function"==b}function Ba(a){return a[Ca]||(a[Ca]=++Ea)}var Ca="closure_uid_"+(1E9*Math.random()>>>0),Ea=0; -function Fa(a,b,c){return a.call.apply(a.bind,arguments)}function Ga(a,b,c){if(!a)throw Error();if(2/g,eb=/"/g,fb=/'/g,gb=/\x00/g,ab=/[\x00&<>"']/; -function hb(a){var b={"\x26amp;":"\x26","\x26lt;":"\x3c","\x26gt;":"\x3e","\x26quot;":'"'},c;c=fa.document.createElement("div");return a.replace(ib,function(a,e){var g=b[a];if(g)return g;if("#"==e.charAt(0)){var f=Number("0"+e.substr(1));isNaN(f)||(g=String.fromCharCode(f))}g||(c.innerHTML=a+" ",g=c.firstChild.nodeValue.slice(0,-1));return b[a]=g})} -function jb(a){return a.replace(/&([^;]+);/g,function(a,c){switch(c){case "amp":return"\x26";case "lt":return"\x3c";case "gt":return"\x3e";case "quot":return'"';default:if("#"==c.charAt(0)){var d=Number("0"+c.substr(1));if(!isNaN(d))return String.fromCharCode(d)}return a}})}var ib=/&([^;\s<&]+);?/g,kb=String.prototype.repeat?function(a,b){return a.repeat(b)}:function(a,b){return Array(b+1).join(a)}; -function mb(a,b){var c=ia(void 0)?a.toFixed(void 0):String(a),d=c.indexOf(".");-1==d&&(d=c.length);return kb("0",Math.max(0,b-d))+c}function nb(a,b){return ab?1:0};function ob(a,b,c){for(var d in a)b.call(c,a[d],d,a)}function pb(a,b){for(var c in a)if(b.call(void 0,a[c],c,a))return!0;return!1}function rb(a){var b=[],c=0,d;for(d in a)b[c++]=a[d];return b}function sb(a){var b=[],c=0,d;for(d in a)b[c++]=d;return b}function tb(a){return null!==a&&"withCredentials"in a}function wb(a,b,c){if(null!==a&&b in a)throw Error('The object already contains the key "'+b+'"');a[b]=c}function yb(a,b){return null!==a&&b in a?a[b]:void 0}var zb="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" "); -function Ab(a,b){for(var c,d,e=1;ec?Math.max(0,a.length+c):c;if(sa(a))return sa(b)&&1==b.length?a.indexOf(b,c):-1;for(;cb?null:sa(a)?a.charAt(b):a[b]}function Pb(a,b){return 0<=Fb(a,b)}function Qb(a,b){var c=Fb(a,b),d;(d=0<=c)&&Eb.splice.call(a,c,1);return d}function Rb(a){return Eb.concat.apply(Eb,arguments)} -function Tb(a){var b=a.length;if(0=arguments.length?Eb.slice.call(a,b):Eb.slice.call(a,b,c)}function Wb(a,b){a.sort(b||Xb)}function Yb(a,b){for(var c=0;cb?1:a>>16&65535)*d+c*(b>>>16&65535)<<16>>>0)|0};function be(a){a=ae(a|0,-862048943);return ae(a<<15|a>>>-15,461845907)} -function ce(a,b){var c=(a|0)^(b|0);return ae(c<<13|c>>>-13,5)+-430675100|0}function de(a,b){var c=(a|0)^b,c=ae(c^c>>>16,-2048144789),c=ae(c^c>>>13,-1028477387);return c^c>>>16}function ee(a){var b;a:{b=1;for(var c=0;;)if(b>2)}function ke(a){return a instanceof v}function le(a,b){if(a.Pf===b.Pf)return 0;var c=uc(a.Ed);if(r(c?b.Ed:c))return-1;if(r(a.Ed)){if(uc(b.Ed))return 1;c=Xb(a.Ed,b.Ed);return 0===c?Xb(a.name,b.name):c}return Xb(a.name,b.name)}function v(a,b,c,d,e){this.Ed=a;this.name=b;this.Pf=c;this.wi=d;this.Pd=e;this.v=2154168321;this.R=4096}k=v.prototype;k.toString=function(){return this.Pf};k.equiv=function(a){return this.bb(null,a)}; -k.bb=function(a,b){return b instanceof v?this.Pf===b.Pf:!1};k.call=function(){function a(a,b,c){return me?me(b,this,c):ne.call(null,b,this,c)}function b(a,b){return w?w(b,this):ne.call(null,b,this)}var c=null,c=function(c,e,g){switch(arguments.length){case 2:return b.call(this,0,e);case 3:return a.call(this,0,e,g)}throw Error("Invalid arity: "+arguments.length);};c.l=b;c.o=a;return c}();k.apply=function(a,b){return this.call.apply(this,[this].concat(Cc(b)))}; -k.j=function(a){return w?w(a,this):ne.call(null,a,this)};k.l=function(a,b){return me?me(a,this,b):ne.call(null,a,this,b)};k.Za=function(){return this.Pd};k.$a=function(a,b){return new v(this.Ed,this.name,this.Pf,this.wi,b)};k.ob=function(){var a=this.wi;return null!=a?a:this.wi=a=je(ee(this.name),he(this.Ed))};k.Fj=function(){return this.name};k.Gj=function(){return this.Ed};k.ib=function(a,b){return Cd(b,this.Pf)}; -var oe=function oe(b){for(var c=[],d=arguments.length,e=0;;)if(ea?0:a};k.vl=function(){var a=Lc(this);return 0d)c=1;else if(0===c)c=0;else a:for(d=0;;){var e=Hf(bf(a,d),bf(b,d));if(0===e&&d+1>1&1431655765;a=(a&858993459)+(a>>2&858993459);return 16843009*(a+(a>>4)&252645135)>>24} -function Vf(a){for(var b=[],c=arguments.length,d=0;;)if(da?0:a-1>>>5<<5} -function Oh(a,b,c){for(;;){if(0===b)return c;var d=Lh(a);d.C[0]=c;c=d;b-=5}}var Ph=function Ph(b,c,d,e){var g=Mh(d),f=b.Aa-1>>>c&31;5===c?g.C[f]=e:(d=d.C[f],b=null!=d?Ph(b,c-5,d,e):Oh(null,c-5,e),g.C[f]=b);return g};function Qh(a,b){throw Error([t("No item "),t(a),t(" in vector of length "),t(b)].join(""));}function Rh(a,b){if(b>=Nh(a))return a.Rb;for(var c=a.root,d=a.shift;;)if(0>>d&31],d=e;else return c.C}function Sh(a,b){return 0<=b&&b>>c&31;b=Th(b,c-5,d.C[h],e,g);f.C[h]=b}return f},Uh=function Uh(b,c,d){var e=b.Aa-2>>>c&31;if(5=this.Aa)return new mc(this.Rb,0);var a;a:{a=this.root;for(var b=this.shift;;)if(0this.Aa-Nh(this)){for(var c=this.Rb.length,d=Array(c+1),e=0;;)if(e>>5>1<b)return new P(null,b,5,Q,a,null);for(var c=32,d=(new P(null,32,5,Q,a.slice(0,32),null)).Ai(null);;)if(cb||this.end<=this.start+b?Qh(b,this.end-this.start):Qc.l(this.cb,this.start+b)}; -k.be=function(a,b,c){return 0>b||this.end<=this.start+b?c:Qc.o(this.cb,this.start+b,c)};k.Xn=function(a,b,c){var d=this.start+b;a=this.meta;c=cf.o(this.cb,d,c);b=this.start;var e=this.end,d=d+1,d=e>d?e:d;return ji.mb?ji.mb(a,c,b,d,null):ji.call(null,a,c,b,d,null)};k.Za=function(){return this.meta};k.Sb=function(){return new ii(this.meta,this.cb,this.start,this.end,this.D)};k.xb=function(){return this.end-this.start};k.wh=function(){return Qc.l(this.cb,this.end-1)}; -k.xh=function(){if(this.start===this.end)throw Error("Can't pop empty vector");var a=this.meta,b=this.cb,c=this.start,d=this.end-1;return ji.mb?ji.mb(a,b,c,d,null):ji.call(null,a,b,c,d,null)};k.vl=function(){return this.start!==this.end?new Ne(this,this.end-this.start-1,null):null};k.ob=function(){var a=this.D;return null!=a?a:this.D=a=we(this)};k.bb=function(a,b){return Oe(this,b)};k.zc=function(){return I(Ye,this.meta)};k.qd=function(a,b){return Ee(this,b)}; -k.rd=function(a,b,c){return Fe(this,b,c)};k.sc=function(a,b,c){if("number"===typeof b)return jd(this,b,c);throw Error("Subvec's key for assoc must be a number.");};k.rb=function(){var a=this;return function(b){return function d(e){return e===a.end?null:Pe(Qc.l(a.cb,e),new ng(null,function(){return function(){return d(e+1)}}(b),null,null))}}(this)(a.start)};k.$a=function(a,b){return ji.mb?ji.mb(b,this.cb,this.start,this.end,this.D):ji.call(null,b,this.cb,this.start,this.end,this.D)}; -k.ub=function(a,b){var c=this.meta,d=jd(this.cb,this.end,b),e=this.start,g=this.end+1;return ji.mb?ji.mb(c,d,e,g,null):ji.call(null,c,d,e,g,null)};k.call=function(){var a=null,a=function(a,c,d){switch(arguments.length){case 2:return this.Ob(null,c);case 3:return this.be(null,c,d)}throw Error("Invalid arity: "+arguments.length);};a.l=function(a,c){return this.Ob(null,c)};a.o=function(a,c,d){return this.be(null,c,d)};return a}();k.apply=function(a,b){return this.call.apply(this,[this].concat(Cc(b)))}; -k.j=function(a){return this.Ob(null,a)};k.l=function(a,b){return this.be(null,a,b)};ii.prototype[Bc]=function(){return ue(this)};function ji(a,b,c,d,e){for(;;)if(b instanceof ii)c=b.start+c,d=b.start+d,b=b.cb;else{var g=$e(b);if(0>c||0>d||c>g||d>g)throw Error("Index out of bounds");return new ii(a,b,c,d,e)}} -function gi(a){for(var b=[],c=arguments.length,d=0;;)if(d>>c&31;if(5===c)b=e;else{var f=d.C[g];b=null!=f?li(b,c-5,f,e):Oh(b.root.hc,c-5,e)}d.C[g]=b;return d};function Wh(a,b,c,d){this.Aa=a;this.shift=b;this.root=c;this.Rb=d;this.R=88;this.v=275}k=Wh.prototype; -k.yh=function(a,b){if(this.root.hc){if(32>this.Aa-Nh(this))this.Rb[this.Aa&31]=b;else{var c=new Kh(this.root.hc,this.Rb),d=[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null];d[0]=b;this.Rb=d;if(this.Aa>>>5>1<>>a&31,n=g(a-5,m.C[l]);m.C[l]=n}return m}}(this).call(null,d.shift,d.root),d.root=a),this;if(b===d.Aa)return Id(this,c);throw Error([t("Index "),t(b),t(" out of bounds for TransientVector of length"),t(d.Aa)].join(""));}throw Error("assoc! after persistent!");}; -k.xb=function(){if(this.root.hc)return this.Aa;throw Error("count after persistent!");};k.Ob=function(a,b){if(this.root.hc)return Sh(this,b)[b&31];throw Error("nth after persistent!");};k.be=function(a,b,c){return 0<=b&&b=c)return new q(this.meta,this.Aa-1,d,null);se.l(b,this.C[e])||(d[g]=this.C[e],d[g+1]=this.C[e+1],g+=2);e+=2}}else return this}; -k.sc=function(a,b,c){a=xi(this.C,b);if(-1===a){if(this.Aab?4:2*(b+1));wf(this.C,0,c,0,2*b);return new Ni(a,this.nc,c)}; -k.jk=function(){return Oi?Oi(this.C):Pi.call(null,this.C)};k.Qg=function(a,b,c,d){var e=1<<(b>>>a&31);if(0===(this.nc&e))return d;var g=Uf(this.nc&e-1),e=this.C[2*g],g=this.C[2*g+1];return null==e?g.Qg(a+5,b,c,d):Ii(c,e)?g:d}; -k.mf=function(a,b,c,d,e,g){var f=1<<(c>>>b&31),h=Uf(this.nc&f-1);if(0===(this.nc&f)){var m=Uf(this.nc);if(2*m>>b&31]=Qi.mf(a,b+5,c,d,e,g);for(e=d=0;;)if(32> -d)0!==(this.nc>>>d&1)&&(h[d]=null!=this.C[e]?Qi.mf(a,b+5,ie(this.C[e]),this.C[e],this.C[e+1],g):this.C[e+1],e+=2),d+=1;else break;return new Ri(a,m+1,h)}b=Array(2*(m+4));wf(this.C,0,b,0,2*h);b[2*h]=d;b[2*h+1]=e;wf(this.C,2*h,b,2*(h+1),2*(m-h));g.val=!0;a=this.Bh(a);a.C=b;a.nc|=f;return a}m=this.C[2*h];f=this.C[2*h+1];if(null==m)return m=f.mf(a,b+5,c,d,e,g),m===f?this:Li(this,a,2*h+1,m);if(Ii(d,m))return e===f?this:Li(this,a,2*h+1,e);g.val=!0;g=b+5;d=Si?Si(a,g,m,f,c,d,e):Ti.call(null,a,g,m,f,c,d,e); -e=2*h;h=2*h+1;a=this.Bh(a);a.C[e]=null;a.C[h]=d;return a}; -k.lf=function(a,b,c,d,e){var g=1<<(b>>>a&31),f=Uf(this.nc&g-1);if(0===(this.nc&g)){var h=Uf(this.nc);if(16<=h){f=[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null];f[b>>>a&31]=Qi.lf(a+5,b,c,d,e);for(d=c=0;;)if(32>c)0!==(this.nc>>>c&1)&&(f[c]=null!=this.C[d]?Qi.lf(a+5,ie(this.C[d]),this.C[d],this.C[d+1],e):this.C[d+1],d+=2),c+=1;else break;return new Ri(null,h+1,f)}a=Array(2*(h+1));wf(this.C, -0,a,0,2*f);a[2*f]=c;a[2*f+1]=d;wf(this.C,2*f,a,2*(f+1),2*(h-f));e.val=!0;return new Ni(null,this.nc|g,a)}var m=this.C[2*f],g=this.C[2*f+1];if(null==m)return h=g.lf(a+5,b,c,d,e),h===g?this:new Ni(null,this.nc,Ji(this.C,2*f+1,h));if(Ii(c,m))return d===g?this:new Ni(null,this.nc,Ji(this.C,2*f+1,d));e.val=!0;e=this.nc;h=this.C;a+=5;a=Ui?Ui(a,m,g,b,c,d):Ti.call(null,a,m,g,b,c,d);c=2*f;f=2*f+1;d=Cc(h);d[c]=null;d[f]=a;return new Ni(null,e,d)}; -k.kk=function(a,b,c){var d=1<<(b>>>a&31);if(0===(this.nc&d))return this;var e=Uf(this.nc&d-1),g=this.C[2*e],f=this.C[2*e+1];return null==g?(a=f.kk(a+5,b,c),a===f?this:null!=a?new Ni(null,this.nc,Ji(this.C,2*e+1,a)):this.nc===d?null:new Ni(null,this.nc^d,Ki(this.C,e))):Ii(c,g)?new Ni(null,this.nc^d,Ki(this.C,e)):this};k.fc=function(){return new Mi(this.C,0,null,null)};var Qi=new Ni(null,0,[]);function Vi(a,b,c){this.C=a;this.i=b;this.qf=c} -Vi.prototype.hasNext=function(){for(var a=this.C.length;;){if(null!=this.qf&&this.qf.hasNext())return!0;if(this.i>>a&31];return null!=e?e.Qg(a+5,b,c,d):d};k.mf=function(a,b,c,d,e,g){var f=c>>>b&31,h=this.C[f];if(null==h)return a=Li(this,a,f,Qi.mf(a,b+5,c,d,e,g)),a.Aa+=1,a;b=h.mf(a,b+5,c,d,e,g);return b===h?this:Li(this,a,f,b)}; -k.lf=function(a,b,c,d,e){var g=b>>>a&31,f=this.C[g];if(null==f)return new Ri(null,this.Aa+1,Ji(this.C,g,Qi.lf(a+5,b,c,d,e)));a=f.lf(a+5,b,c,d,e);return a===f?this:new Ri(null,this.Aa,Ji(this.C,g,a))}; -k.kk=function(a,b,c){var d=b>>>a&31,e=this.C[d];if(null!=e){a=e.kk(a+5,b,c);if(a===e)d=this;else if(null==a)if(8>=this.Aa)a:{e=this.C;a=e.length;b=Array(2*(this.Aa-1));c=0;for(var g=1,f=0;;)if(ca?d:Ii(c,this.C[a])?this.C[a+1]:d}; -k.mf=function(a,b,c,d,e,g){if(c===this.jg){b=Yi(this.C,this.Aa,d);if(-1===b){if(this.C.length>2*this.Aa)return b=2*this.Aa,c=2*this.Aa+1,a=this.Bh(a),a.C[b]=d,a.C[c]=e,g.val=!0,a.Aa+=1,a;c=this.C.length;b=Array(c+2);wf(this.C,0,b,0,c);b[c]=d;b[c+1]=e;g.val=!0;d=this.Aa+1;a===this.hc?(this.C=b,this.Aa=d,a=this):a=new Zi(this.hc,this.jg,d,b);return a}return this.C[b+1]===e?this:Li(this,a,b+1,e)}return(new Ni(a,1<<(this.jg>>>b&31),[null,this,null,null])).mf(a,b,c,d,e,g)}; -k.lf=function(a,b,c,d,e){return b===this.jg?(a=Yi(this.C,this.Aa,c),-1===a?(a=2*this.Aa,b=Array(a+2),wf(this.C,0,b,0,a),b[a]=c,b[a+1]=d,e.val=!0,new Zi(null,this.jg,this.Aa+1,b)):se.l(this.C[a],d)?this:new Zi(null,this.jg,this.Aa,Ji(this.C,a+1,d))):(new Ni(null,1<<(this.jg>>>a&31),[null,this])).lf(a,b,c,d,e)};k.kk=function(a,b,c){a=Yi(this.C,this.Aa,c);return-1===a?this:1===this.Aa?null:new Zi(null,this.jg,this.Aa-1,Ki(this.C,Tf(a,2)))};k.fc=function(){return new Mi(this.C,0,null,null)}; -function Ti(a){for(var b=[],c=arguments.length,d=0;;)if(dthis.end};vj.prototype.next=function(){var a=this.i;this.i+=this.step;return a};function wj(a,b,c,d,e){this.meta=a;this.start=b;this.end=c;this.step=d;this.D=e;this.v=32375006;this.R=8192}k=wj.prototype;k.toString=function(){return $d(this)};k.equiv=function(a){return this.bb(null,a)}; -k.Ob=function(a,b){if(bthis.end&&0===this.step)return this.start;throw Error("Index out of bounds");};k.be=function(a,b,c){return bthis.end&&0===this.step?this.start:c};k.fc=function(){return new vj(this.start,this.end,this.step)};k.Za=function(){return this.meta};k.Sb=function(){return new wj(this.meta,this.start,this.end,this.step,this.D)}; -k.Gd=function(){return 0this.end?new wj(this.meta,this.start+this.step,this.end,this.step,null):null};k.xb=function(){return uc(vd(this))?0:Math.ceil((this.end-this.start)/this.step)};k.ob=function(){var a=this.D;return null!=a?a:this.D=a=we(this)};k.bb=function(a,b){return Oe(this,b)};k.zc=function(){return I(qe,this.meta)};k.qd=function(a,b){return Ee(this,b)}; -k.rd=function(a,b,c){for(a=this.start;;)if(0this.end)c=b.l?b.l(c,a):b.call(null,c,a),a+=this.step;else return c};k.Ic=function(){return null==vd(this)?null:this.start};k.Ad=function(){return null!=vd(this)?new wj(this.meta,this.start+this.step,this.end,this.step,null):qe};k.rb=function(){return 0this.step?this.start>this.end?this:null:this.start===this.end?null:this}; -k.$a=function(a,b){return new wj(b,this.start,this.end,this.step,this.D)};k.ub=function(a,b){return Pe(b,this)};wj.prototype[Bc]=function(){return ue(this)};function xj(a,b){return new P(null,2,5,Q,[uj(a,b),th(a,b)],null)} -function yj(){return function(){function a(a,b,c){return new P(null,2,5,Q,[yh.o?yh.o(a,b,c):yh.call(null,a,b,c),zh.o?zh.o(a,b,c):zh.call(null,a,b,c)],null)}function b(a,b){return new P(null,2,5,Q,[yh.l?yh.l(a,b):yh.call(null,a,b),zh.l?zh.l(a,b):zh.call(null,a,b)],null)}function c(a){return new P(null,2,5,Q,[yh.j?yh.j(a):yh.call(null,a),zh.j?zh.j(a):zh.call(null,a)],null)}function d(){return new P(null,2,5,Q,[yh.K?yh.K():yh.call(null),zh.K?zh.K():zh.call(null)],null)}var e=null,g=function(){function a(c, -d,e,g){var f=null;if(3dc)return Cd(a,"#");Cd(a,c);if(0===kc.j(g))rc(f)&&Cd(a,function(){var a=Fj.j(g);return r(a)?a:"..."}());else{if(rc(f)){var m=C(f);b.o?b.o(m,a,g):b.call(null,m,a,g)}for(var l=re(f),n=kc.j(g)-1;;)if(!l||null!=n&&0===n){rc(l)&&0===n&&(Cd(a,d),Cd(a,function(){var a=Fj.j(g);return r(a)?a:"..."}()));break}else{Cd(a,d);var p=C(l);c=a;f=g;b.o?b.o(p,c,f):b.call(null,p,c,f);var u=re(l);c=n-1;l=u;n=c}}return Cd(a,e)}finally{dc=h}} -function Gj(a,b){for(var c=rc(b),d=null,e=0,g=0;;)if(gparseFloat(a))?String(b):a}(),ME={}; -function NE(a){var b;if(!(b=ME[a])){b=0;for(var c=Wa(String(LE)).split("."),d=Wa(String(a)).split("."),e=Math.max(c.length,d.length),g=0;0==b&&ga?-1:0:null==a?null:a?-1:1};Z.H.Qi="A-Za-z\u00c0-\u00d6\u00d8-\u00f6\u00f8-\u02b8\u0300-\u0590\u0800-\u1fff\u200e\u2c00-\ufb1c\ufe00-\ufe6f\ufefd-\uffff";Z.H.cj="\u0591-\u06ef\u06fa-\u07ff\u200f\ufb1d-\ufdff\ufe70-\ufefc";Z.H.Sz=/<[^>]*>|&[^;]+;/g;Z.H.kh=function(a,b){return b?a.replace(Z.H.Sz,""):a}; -Z.H.hF=new RegExp("["+Z.H.cj+"]");Z.H.EB=new RegExp("["+Z.H.Qi+"]");Z.H.km=function(a,b){return Z.H.hF.test(Z.H.kh(a,b))};Z.H.eR=Z.H.km;Z.H.ms=function(a){return Z.H.EB.test(Z.H.kh(a,void 0))};Z.H.HB=new RegExp("^["+Z.H.Qi+"]");Z.H.mF=new RegExp("^["+Z.H.cj+"]");Z.H.nB=function(a){return Z.H.mF.test(a)};Z.H.kB=function(a){return Z.H.HB.test(a)};Z.H.lR=function(a){return!Z.H.kB(a)&&!Z.H.nB(a)};Z.H.FB=new RegExp("^[^"+Z.H.cj+"]*["+Z.H.Qi+"]");Z.H.jF=new RegExp("^[^"+Z.H.Qi+"]*["+Z.H.cj+"]"); -Z.H.Rt=function(a,b){return Z.H.jF.test(Z.H.kh(a,b))};Z.H.qR=Z.H.Rt;Z.H.FF=function(a,b){return Z.H.FB.test(Z.H.kh(a,b))};Z.H.kR=Z.H.FF;Z.H.ts=/^http:\/\/.*/;Z.H.mR=function(a,b){a=Z.H.kh(a,b);return Z.H.ts.test(a)||!Z.H.ms(a)&&!Z.H.km(a)};Z.H.GB=new RegExp("["+Z.H.Qi+"][^"+Z.H.cj+"]*$");Z.H.kF=new RegExp("["+Z.H.cj+"][^"+Z.H.Qi+"]*$");Z.H.Xy=function(a,b){return Z.H.GB.test(Z.H.kh(a,b))};Z.H.jR=Z.H.Xy;Z.H.Yy=function(a,b){return Z.H.kF.test(Z.H.kh(a,b))};Z.H.oR=Z.H.Yy;Z.H.lF=/^(ar|ckb|dv|he|iw|fa|nqo|ps|sd|ug|ur|yi|.*[-_](Arab|Hebr|Thaa|Nkoo|Tfng))(?!.*[-_](Latn|Cyrl)($|-|_))($|-|_)/i; -Z.H.pR=function(a){return Z.H.lF.test(a)};Z.H.Sq=/(\(.*?\)+)|(\[.*?\]+)|(\{.*?\}+)|(<.*?(>)+)/g;Z.H.Rx=/(\(.*?\)+)|(\[.*?\]+)|(\{.*?\}+)|(<.*?>+)/g;Z.H.aR=function(a,b){return(void 0===b?Z.H.km(a):b)?a.replace(Z.H.Sq,"\x3cspan dir\x3drtl\x3e$\x26\x3c/span\x3e"):a.replace(Z.H.Sq,"\x3cspan dir\x3dltr\x3e$\x26\x3c/span\x3e")};Z.H.bR=function(a,b){var c=(void 0===b?Z.H.km(a):b)?"\u200f":"\u200e";return a.replace(Z.H.Rx,c+"$\x26"+c)}; -Z.H.QQ=function(a){return"\x3c"==a.charAt(0)?a.replace(/<\w+/,"$\x26 dir\x3drtl"):"\n\x3cspan dir\x3drtl\x3e"+a+"\x3c/span\x3e"};Z.H.RQ=function(a){return"\u202b"+a+"\u202c"};Z.H.OQ=function(a){return"\x3c"==a.charAt(0)?a.replace(/<\w+/,"$\x26 dir\x3dltr"):"\n\x3cspan dir\x3dltr\x3e"+a+"\x3c/span\x3e"};Z.H.PQ=function(a){return"\u202a"+a+"\u202c"};Z.H.Ty=/:\s*([.\d][.\w]*)\s+([.\d][.\w]*)\s+([.\d][.\w]*)\s+([.\d][.\w]*)/g;Z.H.zB=/left/gi;Z.H.eF=/right/gi;Z.H.HF=/%%%%/g; -Z.H.AR=function(a){return a.replace(Z.H.Ty,":$1 $4 $3 $2").replace(Z.H.zB,"%%%%").replace(Z.H.eF,Z.H.el).replace(Z.H.HF,Z.H.hl)};Z.H.Vy=/([\u0591-\u05f2])"/g;Z.H.xF=/([\u0591-\u05f2])'/g;Z.H.FR=function(a){return a.replace(Z.H.Vy,"$1\u05f4").replace(Z.H.xF,"$1\u05f3")};Z.H.aG=/\s+/;Z.H.Oz=/[\d\u06f0-\u06f9]/;Z.H.iF=.4; -Z.H.cs=function(a,b){for(var c=0,d=0,e=!1,g=Z.H.kh(a,b).split(Z.H.aG),f=0;fZ.H.iF?-1:1};Z.H.MQ=function(a,b){return-1==Z.H.cs(a,b)};Z.H.ZR=function(a,b){a&&(b=Z.H.MF(b))&&(a.style.textAlign=-1==b?Z.H.hl:Z.H.el,a.dir=-1==b?"rtl":"ltr")};Z.H.$R=function(a,b){switch(Z.H.cs(b)){case 1:a.dir="ltr";break;case -1:a.dir="rtl";break;default:a.removeAttribute("dir")}};function cF(){this.bi="";this.wx=dF}cF.prototype.Qh=!0;cF.prototype.Mg=function(){return this.bi};cF.prototype.Uo=!0;cF.prototype.Uj=function(){return 1};var eF=/^(?:(?:https?|mailto|ftp):|[^&:/?#]*(?:[/?#]|$))/i,dF={};function fF(){this.Bp="";this.yx=gF}fF.prototype.Qh=!0;fF.prototype.Mg=function(){return this.Bp};fF.prototype.Uo=!0;fF.prototype.Uj=function(){return 1};function hF(a){return a instanceof fF&&a.constructor===fF&&a.yx===gF?a.Bp:"type_error:TrustedResourceUrl"}var gF={};function iF(a){var b=new fF;b.Bp=a;return b};function jF(){this.bi="";this.ux=kF;this.Yr=null}jF.prototype.Uo=!0;jF.prototype.Uj=function(){return this.Yr};jF.prototype.Qh=!0;jF.prototype.Mg=function(){return this.bi};function lF(a){return a instanceof jF&&a.constructor===jF&&a.ux===kF?a.bi:"type_error:SafeHtml"}function mF(a){if(a instanceof jF)return a;var b=null;a.Uo&&(b=a.Uj());return nF($a(a.Qh?a.Mg():String(a)),b)} -var oF=/^[a-zA-Z0-9-]+$/,pF={action:!0,cite:!0,data:!0,formaction:!0,href:!0,manifest:!0,poster:!0,src:!0},qF={EMBED:!0,IFRAME:!0,LINK:!0,OBJECT:!0,SCRIPT:!0,STYLE:!0,TEMPLATE:!0};function rF(a,b,c){if(!oF.test(a))throw Error("Invalid tag name \x3c"+a+"\x3e.");if(a.toUpperCase()in qF)throw Error("Tag name \x3c"+a+"\x3e is not allowed for SafeHtml.");return sF(a,b,c)} -function tF(a){function b(a){oa(a)?Gb(a,b):(a=mF(a),d+=lF(a),a=a.Uj(),0==c?c=a:0!=a&&c!=a&&(c=null))}var c=0,d="";Gb(arguments,b);return nF(d,c)}var kF={};function nF(a,b){return(new jF).sm(a,b)}jF.prototype.sm=function(a,b){this.bi=a;this.Yr=b;return this}; -function sF(a,b,c){var d=null,e="\x3c"+a;if(b)for(var g in b){if(!oF.test(g))throw Error('Invalid attribute name "'+g+'".');var f=b[g];if(null!=f){var h,m=a;h=g;if(f instanceof UE)f=WE(f);else if("style"==h.toLowerCase()){if(!xa(f))throw Error('The "style" attribute requires goog.html.SafeStyle or map of style properties, '+typeof f+" given: "+f);f instanceof YE||(f=aF(f));m=void 0;m=f instanceof YE&&f.constructor===YE&&f.vx===ZE?f.Ap:"type_error:SafeStyle";f=m}else{if(/^on/i.test(h))throw Error('Attribute "'+ -h+'" requires goog.string.Const value, "'+f+'" given.');if(h.toLowerCase()in pF)if(f instanceof fF)f=hF(f);else if(f instanceof cF)f=f instanceof cF&&f.constructor===cF&&f.wx===dF?f.bi:"type_error:SafeUrl";else if(sa(f))f instanceof cF||(f=f.Qh?f.Mg():String(f),eF.test(f)||(f="about:invalid#zClosurez"),m=new cF,m.bi=f,f=m),f=f.Mg();else throw Error('Attribute "'+h+'" on tag "'+m+'" requires goog.html.SafeUrl, goog.string.Const, or string, value "'+f+'" given.');}f.Qh&&(f=f.Mg());h=h+'\x3d"'+$a(String(f))+ -'"';e+=" "+h}}null!=c?oa(c)||(c=[c]):c=[];!0===TE[a.toLowerCase()]?e+="\x3e":(d=tF(c),e+="\x3e"+lF(d)+"\x3c/"+a+"\x3e",d=d.Uj());(a=b&&b.dir)&&(d=/^(ltr|rtl|auto)$/i.test(a)?0:null);return nF(e,d)}nF("\x3c!DOCTYPE html\x3e",0);var uF=nF("",0);function vF(a,b){a.innerHTML=lF(b)};function wF(a,b){this.x=ia(a)?a:0;this.y=ia(b)?b:0}k=wF.prototype;k.clone=function(){return new wF(this.x,this.y)};function xF(a,b){return a==b?!0:a&&b?a.x==b.x&&a.y==b.y:!1}function yF(a,b){return new wF(a.x-b.x,a.y-b.y)}k.ceil=function(){this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return this};k.floor=function(){this.x=Math.floor(this.x);this.y=Math.floor(this.y);return this};k.round=function(){this.x=Math.round(this.x);this.y=Math.round(this.y);return this}; -k.translate=function(a,b){a instanceof wF?(this.x+=a.x,this.y+=a.y):(this.x+=a,va(b)&&(this.y+=b));return this};k.scale=function(a,b){var c=va(b)?b:a;this.x*=a;this.y*=c;return this};function zF(a,b){this.width=a;this.height=b}k=zF.prototype;k.clone=function(){return new zF(this.width,this.height)};k.area=function(){return this.width*this.height};k.vm=function(){return!this.area()};k.ceil=function(){this.width=Math.ceil(this.width);this.height=Math.ceil(this.height);return this};k.floor=function(){this.width=Math.floor(this.width);this.height=Math.floor(this.height);return this};k.round=function(){this.width=Math.round(this.width);this.height=Math.round(this.height);return this}; -k.scale=function(a,b){var c=va(b)?b:a;this.width*=a;this.height*=c;return this};function AF(a){return a?new BF(CF(a)):Db||(Db=new BF)}function DF(a,b){return sa(b)?a.getElementById(b):b}function EF(a,b){var c=b||document,d=null;return(d=c.getElementsByClassName?c.getElementsByClassName(a)[0]:c.querySelectorAll&&c.querySelector?c.querySelector("."+a):FF(document,"*",a,b)[0])||null} -function FF(a,b,c,d){a=d||a;b=b&&"*"!=b?b.toUpperCase():"";if(a.querySelectorAll&&a.querySelector&&(b||c))return a.querySelectorAll(b+(c?"."+c:""));if(c&&a.getElementsByClassName){a=a.getElementsByClassName(c);if(b){d={};for(var e=0,g=0,f;f=a[g];g++)b==f.nodeName&&(d[e++]=f);d.length=e;return d}return a}a=a.getElementsByTagName(b||"*");if(c){d={};for(g=e=0;f=a[g];g++)b=f.className,"function"==typeof b.split&&Pb(b.split(/\s+/),c)&&(d[e++]=f);d.length=e;return d}return a} -function GF(a,b){ob(b,function(b,d){"style"==d?a.style.cssText=b:"class"==d?a.className=b:"for"==d?a.htmlFor=b:HF.hasOwnProperty(d)?a.setAttribute(HF[d],b):0==d.lastIndexOf("aria-",0)||0==d.lastIndexOf("data-",0)?a.setAttribute(d,b):a[d]=b})}var HF={cellpadding:"cellPadding",cellspacing:"cellSpacing",colspan:"colSpan",frameborder:"frameBorder",height:"height",maxlength:"maxLength",role:"role",rowspan:"rowSpan",type:"type",usemap:"useMap",valign:"vAlign",width:"width"}; -function IF(){var a=window.document,a="CSS1Compat"==a.compatMode?a.documentElement:a.body;return new zF(a.clientWidth,a.clientHeight)}function JF(a){return a.scrollingElement?a.scrollingElement:DE||"CSS1Compat"!=a.compatMode?a.body||a.documentElement:a.documentElement}function KF(a,b,c){return LF(document,arguments)} -function LF(a,b){var c=b[0],d=b[1];if(!QE&&d&&(d.name||d.type)){c=["\x3c",c];d.name&&c.push(' name\x3d"',$a(d.name),'"');if(d.type){c.push(' type\x3d"',$a(d.type),'"');var e={};Ab(e,d);delete e.type;d=e}c.push("\x3e");c=c.join("")}c=a.createElement(c);d&&(sa(d)?c.className=d:oa(d)?c.className=d.join(" "):GF(c,d));2a}function $F(a){var b=[];aG(a,b,!1);return b.join("")}function aG(a,b,c){if(!(a.nodeName in UF))if(3==a.nodeType)c?b.push(String(a.nodeValue).replace(/(\r\n|\r|\n)/g,"")):b.push(a.nodeValue);else if(a.nodeName in VF)b.push(VF[a.nodeName]);else for(a=a.firstChild;a;)aG(a,b,c),a=a.nextSibling} -function NF(a){if(a&&"number"==typeof a.length){if(xa(a))return"function"==typeof a.item||"string"==typeof a.item;if(wa(a))return"function"==typeof a.item}return!1}function BF(a){this.de=a||fa.document||document}k=BF.prototype;k.uc=AF;k.getElement=function(a){return DF(this.de,a)};k.$=BF.prototype.getElement;k.Fo=function(a,b){return EF(a,b||this.de)};k.Tb=function(a,b,c){return LF(this.de,arguments)};k.createElement=function(a){return this.de.createElement(a)};k.createTextNode=function(a){return this.de.createTextNode(String(a))}; -k.getWindow=function(){var a=this.de;return a.parentWindow||a.defaultView};k.appendChild=function(a,b){a.appendChild(b)};k.append=function(a,b){MF(CF(a),a,arguments,1)};k.canHaveChildren=function(a){if(1!=a.nodeType)return!1;switch(a.tagName){case "APPLET":case "AREA":case "BASE":case "BR":case "COL":case "COMMAND":case "EMBED":case "FRAME":case "HR":case "IMG":case "INPUT":case "IFRAME":case "ISINDEX":case "KEYGEN":case "LINK":case "NOFRAMES":case "NOSCRIPT":case "META":case "OBJECT":case "PARAM":case "SCRIPT":case "SOURCE":case "STYLE":case "TRACK":case "WBR":return!1}return!0}; -k.vt=OF;k.removeNode=QF;k.Gh=function(a){return RE&&void 0!=a.children?a.children:Ib(a.childNodes,function(a){return 1==a.nodeType})};k.isWindow=function(a){return xa(a)&&a.window==a};k.contains=RF; -k.Sg=function(a){var b;(b="A"==a.tagName||"INPUT"==a.tagName||"TEXTAREA"==a.tagName||"SELECT"==a.tagName||"BUTTON"==a.tagName?!a.disabled&&(!XF(a)||YF(a)):WF(a))&&AE?(a=wa(a.getBoundingClientRect)?a.getBoundingClientRect():{height:a.offsetHeight,width:a.offsetWidth},a=null!=a&&0=c?a:a=-1a?"-":0<=b.indexOf("+")?"+":0<=b.indexOf(" ")?" ":"";0<=a&&(d=g+d);if(isNaN(c)||d.length>=c)return d;d=isNaN(e)?Math.abs(a).toString():Math.abs(a).toFixed(e);a=c-d.length-g.length;return d=0<=b.indexOf("-",0)?g+d+kb(" ",a):g+kb(0<=b.indexOf("0",0)?"0":" ",a)+d}; -eI.mg.d=function(a,b,c,d,e,g,f,h){return eI.mg.f(parseInt(a,10),b,c,d,0,g,f,h)};eI.mg.i=eI.mg.d;eI.mg.u=eI.mg.d;function fI(a){return function(){function b(a){var b=null;if(0$e(a)?a.toUpperCase():[t(a.substring(0,1).toUpperCase()),t(a.substring(1).toLowerCase())].join("")} -function kI(a,b){if(0>=b||b>=2+$e(a))return Xe.l(ci(Pe("",mh.l(t,rc(a)))),"");if(r(Wf?sd(1,b):Vf.call(null,1,b)))return new P(null,1,5,Q,[a],null);if(r(Wf?sd(2,b):Vf.call(null,2,b)))return new P(null,2,5,Q,["",a],null);var c=b-2;return Xe.l(ci(Pe("",fi(ci(mh.l(t,rc(a))),0,c))),a.substring(c))}function lI(a,b){return mI(a,b,0)} -function mI(a,b,c){if("/(?:)/"===""+t(b))b=kI(a,c);else if(1>c)b=ci((""+t(a)).split(b));else a:for(var d=c,e=Ye;;){if(1===d){b=Xe.l(e,a);break a}var g=Bj(b,a);if(null!=g){var f=a.indexOf(g),g=a.substring(f+$e(g)),d=d-1,e=Xe.l(e,a.substring(0,f));a=g}else{b=Xe.l(e,a);break a}}if(0===c)a:for(c=b;;)if(""===(null==c?null:gd(c)))c=null==c?null:hd(c);else break a;else c=b;return c};function nI(a){for(var b=[],c=arguments.length,d=0;;)if(d$e(a)))throw Error(oI("More than one non-optional/required key schemata: %s",E([ci(a)],0)));return C(a)}function yJ(a){return r(uJ(a))?a instanceof T?a:Oc(Oc(qe,tJ(a)),r(qJ(a))?eC:r(a instanceof rJ)?wl:null):aJ(a)} -function zJ(a){var b=xJ(a),c=Dh.l(yJ,Eg(yg,yh.l(function(){return function(a){return 1<$e(a)}}(b),Bi(ek(tJ,Ai(ef.l(a,b)))))));if(!nf(c))throw Error(oI("Schema has multiple variants of the same explicit key: %s",E([c],0)));return yg.l(function(){return function(a){return function g(b){return new ng(null,function(a){return function(){for(;;){var c=rc(b);if(c){var d=c;if(uf(d)){var n=Qd(d),p=$e(n),u=rg(p);return function(){for(var b=0;;)if(b=$e(f)&&Rg(function(){return function(a){return!(a instanceof DJ)}}(b,c,d,e,g,f),f)))throw Error(oI("Sequence schema %s does not match [one* optional* rest-schema?]",E([a],0)));return new P(null,2,5,Q,[yg.l(c,g),C(f)],null)}P.prototype.ie=!0; -P.prototype.Yd=function(){var a=this;return PI(JI(a,function(){return function(a){return null==a||qf(a)}}(a),function(){return function(a){return Oc(Oc(qe,a),wp)}}(a)),ci,function(){var b=FJ(a),c=K(b,0),d=K(b,1);return yg.l(function(){return function(a,b,c,d){return function l(n){return new ng(null,function(a,b,c,d){return function(){for(;;){var e=rc(n);if(e){var g=e;if(uf(g)){var f=Qd(g),h=$e(f),F=rg(h);return function(){for(var l=0;;)if(l2*this.Nc&&FK(this),!0):!1};function FK(a){if(a.Nc!=a.Lc.length){for(var b=0,c=0;bb)throw Error("Bad port number "+b);a.$g=b}else a.$g=null} -function NK(a,b,c){LK(a);b instanceof PK?(a.vg=b,a.vg.Op(a.Re)):(c||(b=QK(b,VK)),a.vg=new PK(b,0,a.Re));return a}function LK(a){if(a.mB)throw Error("Tried to modify a read-only Uri");}JK.prototype.Op=function(a){this.Re=a;this.vg&&this.vg.Op(a);return this};function OK(a,b){return a?b?decodeURI(a.replace(/%25/g,"%2525")):decodeURIComponent(a):""}function QK(a,b,c){return sa(a)?(a=encodeURI(a).replace(b,WK),c&&(a=a.replace(/%25([0-9a-fA-F]{2})/g,"%$1")),a):null} -function WK(a){a=a.charCodeAt(0);return"%"+(a>>4&15).toString(16)+(a&15).toString(16)}var RK=/[#\/\?@]/g,TK=/[\#\?:]/g,SK=/[\#\?]/g,VK=/[\#\?@]/g,UK=/#/g;function PK(a,b,c){this.Nc=this.Kc=null;this.ze=a||null;this.Re=!!c}function XK(a){a.Kc||(a.Kc=new EK,a.Nc=0,a.ze&&IK(a.ze,function(b,c){a.add(Za(b),c)}))} -function YK(a){var b=AK(a);if("undefined"==typeof b)throw Error("Keys are undefined");var c=new PK(null,0,void 0);a=zK(a);for(var d=0;dthis.head?(PL(this.C,this.Rb,a,0,this.C.length-this.Rb),PL(this.C,0,a,this.C.length-this.Rb,this.head),this.Rb=0,this.head=this.length,this.C=a):this.Rb===this.head?(this.head=this.Rb=0,this.C=a):null};function SL(a,b){for(var c=a.length,d=0;;)if(da)){a+=1;continue}break}bM=!1;return 0d.ah.length))throw Error([t("Assert failed: "),t([t("No more than "),t(1024),t(" pending puts are allowed on a single channel."),t(" Consider using a windowed buffer.")].join("")),t("\n"),t(Qj(E([fg(un,fg(ul,dm),AC)],0)))].join(""));RL(d.ah, -new jM(c,b))}return null}; -function nM(a,b){if(null!=a.Nb&&0<$e(a.Nb)){for(var c=b.f,d=iM(a.Nb.Nb.pop());;){if(!r(VL(a.Nb))){var e=a.ah.pop();if(null!=e){var g=e.handler,f=e.val;fM(function(a){return function(){return a.j?a.j(!0):a.call(null,!0)}}(g.f,g,f,e,c,d,a));Ce(a.Ie.l?a.Ie.l(a.Nb,f):a.Ie.call(null,a.Nb,f))&&lM(a);continue}}break}return d}c=function(){for(;;){var b=a.ah.pop();if(r(b)){if(LL(b.handler))return b}else return null}}();if(r(c))return d=ML(c.handler),fM(function(a){return function(){return a.j?a.j(!0):a.call(null, -!0)}}(d,c,a)),iM(c.val);if(r(a.closed))return r(a.Nb)&&(a.Ie.j?a.Ie.j(a.Nb):a.Ie.call(null,a.Nb)),r(r(!0)?b.f:!0)?(c=function(){var b=a.Nb;return r(b)?0<$e(a.Nb):b}(),c=r(c)?a.Nb.Nb.pop():null,iM(c)):null;64a.ji.length))throw Error([t("Assert failed: "),t([t("No more than "),t(1024),t(" pending takes are allowed on a single channel.")].join("")),t("\n"),t(Qj(E([fg(un,fg(ul,vC),AC)],0)))].join(""));RL(a.ji,b)}return null} -mM.prototype.wl=function(){var a=this;if(!a.closed)for(a.closed=!0,r(function(){var b=a.Nb;return r(b)?0===a.ah.length:b}())&&(a.Ie.j?a.Ie.j(a.Nb):a.Ie.call(null,a.Nb));;){var b=a.ji.pop();if(null==b)break;else{var c=b.f,d=r(function(){var b=a.Nb;return r(b)?0<$e(a.Nb):b}())?a.Nb.Nb.pop():null;fM(function(a,b){return function(){return a.j?a.j(b):a.call(null,b)}}(c,d,b,this))}}return null};function oM(a){console.log(a);return null} -function pM(a,b){var c=(r(null)?null:oM).call(null,b);return null==c?a:OL.l(a,c)} -function qM(a){return new mM(TL(32),0,TL(32),0,a,!1,function(){return function(a){return function(){function c(c,d){try{return a.l?a.l(c,d):a.call(null,c,d)}catch(e){return pM(c,e)}}function d(c){try{return a.j?a.j(c):a.call(null,c)}catch(d){return pM(c,d)}}var e=null,e=function(a,b){switch(arguments.length){case 1:return d.call(this,a);case 2:return c.call(this,a,b)}throw Error("Invalid arity: "+arguments.length);};e.j=d;e.l=c;return e}()}(r(null)?null.j?null.j(OL):null.call(null,OL):OL)}())};var rM,sM=function sM(b){"undefined"===typeof rM&&(rM=function(b,d,e){this.hz=b;this.f=d;this.mC=e;this.v=393216;this.R=0},rM.prototype.$a=function(b,d){return new rM(this.hz,this.f,d)},rM.prototype.Za=function(){return this.mC},rM.prototype.rr=function(){return!0},rM.prototype.Yn=function(){return!0},rM.prototype.sr=function(){return this.f},rM.Lb=function(){return new P(null,3,5,Q,[I(RB,new q(null,2,[ap,!0,Ng,fg(Og,fg(new P(null,1,5,Q,[oE],null)))],null)),oE,dw],null)},rM.Fb=!0,rM.zb="cljs.core.async.impl.ioc-helpers/t_cljs$core$async$impl$ioc_helpers47017", -rM.Jb=function(b,d){return Cd(d,"cljs.core.async.impl.ioc-helpers/t_cljs$core$async$impl$ioc_helpers47017")});return new rM(sM,b,Qg)};function tM(a){try{return a[0].call(null,a)}catch(b){throw b instanceof Object&&a[6].wl(),b;}}function uM(a,b,c){c=nM(c,sM(function(c){a[2]=c;a[1]=b;return tM(a)}));return r(c)?(a[2]=De.j?De.j(c):De.call(null,c),a[1]=b,qs):null}function vM(a,b){var c=a[6];null!=b&&c.Zn(0,b,sM(function(){return function(){return null}}(c)));c.wl();return c} -function wM(a,b,c,d,e,g,f,h){this.Xe=a;this.Ye=b;this.ff=c;this.af=d;this.prev=e;this.F=g;this.B=f;this.D=h;this.v=2229667594;this.R=8192}k=wM.prototype;k.nb=function(a,b){return Wc.o(this,b,null)};k.jb=function(a,b,c){switch(b instanceof T?b.kb:null){case "catch-block":return this.Xe;case "catch-exception":return this.Ye;case "finally-block":return this.ff;case "continue-block":return this.af;case "prev":return this.prev;default:return me(this.B,b,c)}}; -k.ib=function(a,b,c){return Ej(b,function(){return function(a){return Ej(b,Lj,""," ","",c,a)}}(this),"#cljs.core.async.impl.ioc-helpers.ExceptionFrame{",", ","}",c,yg.l(new P(null,5,5,Q,[new P(null,2,5,Q,[Es,this.Xe],null),new P(null,2,5,Q,[ky,this.Ye],null),new P(null,2,5,Q,[iq,this.ff],null),new P(null,2,5,Q,[fz,this.af],null),new P(null,2,5,Q,[Vy,this.prev],null)],null),this.B))};k.fc=function(){return new ti(0,this,5,new P(null,5,5,Q,[Es,ky,iq,fz,Vy],null),Yd(this.B))};k.Za=function(){return this.F}; -k.Sb=function(){return new wM(this.Xe,this.Ye,this.ff,this.af,this.prev,this.F,this.B,this.D)};k.xb=function(){return 5+$e(this.B)};k.ob=function(){var a=this.D;return null!=a?a:this.D=a=Zf(this)};k.bb=function(a,b){var c;c=r(b)?(c=this.constructor===b.constructor)?si(this,b):c:b;return r(c)?!0:!1}; -k.Hc=function(a,b){return Df(new pj(null,new q(null,5,[iq,null,Es,null,ky,null,Vy,null,fz,null],null),null),b)?ef.l(I(Ch.l(Qg,this),this.F),b):new wM(this.Xe,this.Ye,this.ff,this.af,this.prev,this.F,Kg(ef.l(this.B,b)),null)}; -k.sc=function(a,b,c){return r(kg.l?kg.l(Es,b):kg.call(null,Es,b))?new wM(c,this.Ye,this.ff,this.af,this.prev,this.F,this.B,null):r(kg.l?kg.l(ky,b):kg.call(null,ky,b))?new wM(this.Xe,c,this.ff,this.af,this.prev,this.F,this.B,null):r(kg.l?kg.l(iq,b):kg.call(null,iq,b))?new wM(this.Xe,this.Ye,c,this.af,this.prev,this.F,this.B,null):r(kg.l?kg.l(fz,b):kg.call(null,fz,b))?new wM(this.Xe,this.Ye,this.ff,c,this.prev,this.F,this.B,null):r(kg.l?kg.l(Vy,b):kg.call(null,Vy,b))?new wM(this.Xe,this.Ye,this.ff, -this.af,c,this.F,this.B,null):new wM(this.Xe,this.Ye,this.ff,this.af,this.prev,this.F,cf.o(this.B,b,c),null)};k.rb=function(){return rc(yg.l(new P(null,5,5,Q,[new P(null,2,5,Q,[Es,this.Xe],null),new P(null,2,5,Q,[ky,this.Ye],null),new P(null,2,5,Q,[iq,this.ff],null),new P(null,2,5,Q,[fz,this.af],null),new P(null,2,5,Q,[Vy,this.prev],null)],null),this.B))};k.$a=function(a,b){return new wM(this.Xe,this.Ye,this.ff,this.af,this.prev,b,this.B,this.D)}; -k.ub=function(a,b){return tf(b)?Zc(this,Qc.l(b,0),Qc.l(b,1)):Dc(Oc,this,b)};function xM(a){a[4]=new wM(6,Error,null,5,a[4],null,null,null)} -function yM(a){for(;;){var b=a[4],c=Es.j(b),d=ky.j(b),e=a[5];if(r(function(){var a=e;return r(a)?uc(b):a}()))throw e;if(r(function(){var a=e;return r(a)?(a=c,r(a)?se.l(cq,d)||e instanceof d:a):a}())){a[1]=c;a[2]=e;a[5]=null;a[4]=cf.w(b,Es,null,E([ky,null],0));break}if(r(function(){var a=e;return r(a)?uc(c)&&uc(iq.j(b)):a}()))a[4]=Vy.j(b);else{if(r(function(){var a=e;return r(a)?(a=uc(c))?iq.j(b):a:a}())){a[1]=iq.j(b);a[4]=cf.o(b,iq,null);break}if(r(function(){var a=uc(e);return a?iq.j(b):a}())){a[1]= -iq.j(b);a[4]=cf.o(b,iq,null);break}if(uc(e)&&uc(iq.j(b))){a[1]=fz.j(b);a[4]=Vy.j(b);break}throw Error("No matching clause");}}};function zM(a,b,c){this.key=a;this.val=b;this.forward=c;this.v=2155872256;this.R=0}zM.prototype.rb=function(){return Oc(Oc(qe,this.val),this.key)};zM.prototype.ib=function(a,b,c){return Ej(b,Lj,"["," ","]",c,this)};function AM(a,b,c){c=Array(c+1);for(var d=0;;)if(dc)return a;a:for(;;){var e=a.forward[c];if(r(e))if(e.keyMath.random()&&15>d)d+=1;else break a;if(d>this.level){for(var e=this.level+1;;)if(e<=d+1)c[e]=this.header,e+=1;else break;this.level=d}for(d=AM(a,b,Array(d));;)return 0<=this.level?(c=c[0].forward,d.forward[0]=c[0],c[0]=d):null}; -CM.prototype.remove=function(a){var b=Array(15),c=BM(this.header,a,this.level,b).forward[0];if(null!=c&&c.key===a){for(a=0;;)if(a<=this.level){var d=b[a].forward;d[a]===c&&(d[a]=c.forward[a]);a+=1}else break;for(;;)if(0d)return c===b.header?null:c;var e;a:for(e=c;;){e=e.forward[d];if(null==e){e=null;break a}if(e.key>=a)break a}null!=e?(--d,c=e):--d}}CM.prototype.rb=function(){return function(a){return function c(d){return new ng(null,function(){return function(){return null==d?null:Pe(new P(null,2,5,Q,[d.key,d.val],null),c(d.forward[0]))}}(a),null,null)}}(this)(this.header.forward[0])}; -CM.prototype.ib=function(a,b,c){return Ej(b,function(){return function(a){return Ej(b,Lj,""," ","",c,a)}}(this),"{",", ","}",c,this)};var EM=new CM(AM(null,null,0),0);function FM(a){var b=(new Date).valueOf()+a,c=DM(b),d=r(r(c)?c.key=a.keyCode)a.keyCode=-1}catch(b){}};var $M="closure_listenable_"+(1E6*Math.random()|0),aN=0;function bN(a,b,c,d,e){this.listener=a;this.proxy=null;this.src=b;this.type=c;this.Aj=!!d;this.handler=e;this.key=++aN;this.bj=this.pl=!1}function cN(a){a.bj=!0;a.listener=null;a.proxy=null;a.src=null;a.handler=null};function dN(a){this.src=a;this.listeners={};this.al=0}k=dN.prototype;k.add=function(a,b,c,d,e){var g=a.toString();a=this.listeners[g];a||(a=this.listeners[g]=[],this.al++);var f=eN(a,b,d,e);-1c.keyCode||void 0!=c.returnValue)){a:{var g=!1;if(0==c.keyCode)try{c.keyCode=-1;break a}catch(m){g=!0}if(g||void 0==c.returnValue)c.returnValue=!0}c=[];for(g=d.currentTarget;g;g=g.parentNode)c.push(g);for(var g=a.type,f=c.length-1;!d.ci&&0<=f;f--){d.currentTarget=c[f];var h=rN(c[f],g,!0,d),e=e&&h}for(f=0;!d.ci&&f>>0);function kN(a){if(wa(a))return a;a[tN]||(a[tN]=function(b){return a.handleEvent(b)});return a[tN]};function uN(a){MM.call(this);this.dk=a;this.Lc={}}Pa(uN,MM);var vN=[];k=uN.prototype;k.tb=function(a,b,c,d){oa(b)||(b&&(vN[0]=b.toString()),b=vN);for(var e=0;e=this.left&&a.right<=this.right&&a.top>=this.top&&a.bottom<=this.bottom:a.x>=this.left&&a.x<=this.right&&a.y>=this.top&&a.y<=this.bottom:!1}; -k.expand=function(a,b,c,d){xa(a)?(this.top-=a.top,this.right+=a.right,this.bottom+=a.bottom,this.left-=a.left):(this.top-=a,this.right+=b,this.bottom+=c,this.left-=d);return this};k.ceil=function(){this.top=Math.ceil(this.top);this.right=Math.ceil(this.right);this.bottom=Math.ceil(this.bottom);this.left=Math.ceil(this.left);return this};k.floor=function(){this.top=Math.floor(this.top);this.right=Math.floor(this.right);this.bottom=Math.floor(this.bottom);this.left=Math.floor(this.left);return this}; -k.round=function(){this.top=Math.round(this.top);this.right=Math.round(this.right);this.bottom=Math.round(this.bottom);this.left=Math.round(this.left);return this};k.translate=function(a,b){a instanceof wF?(this.left+=a.x,this.right+=a.x,this.top+=a.y,this.bottom+=a.y):(this.left+=a,this.right+=a,va(b)&&(this.top+=b,this.bottom+=b));return this};k.scale=function(a,b){var c=va(b)?b:a;this.left*=a;this.right*=a;this.top*=c;this.bottom*=c;return this};function zN(a,b,c,d){this.left=a;this.top=b;this.width=c;this.height=d}k=zN.prototype;k.clone=function(){return new zN(this.left,this.top,this.width,this.height)};k.contains=function(a){return a instanceof zN?this.left<=a.left&&this.left+this.width>=a.left+a.width&&this.top<=a.top&&this.top+this.height>=a.top+a.height:a.x>=this.left&&a.x<=this.left+this.width&&a.y>=this.top&&a.y<=this.top+this.height};k.hs=function(){return new zF(this.width,this.height)}; -k.ceil=function(){this.left=Math.ceil(this.left);this.top=Math.ceil(this.top);this.width=Math.ceil(this.width);this.height=Math.ceil(this.height);return this};k.floor=function(){this.left=Math.floor(this.left);this.top=Math.floor(this.top);this.width=Math.floor(this.width);this.height=Math.floor(this.height);return this};k.round=function(){this.left=Math.round(this.left);this.top=Math.round(this.top);this.width=Math.round(this.width);this.height=Math.round(this.height);return this}; -k.translate=function(a,b){a instanceof wF?(this.left+=a.x,this.top+=a.y):(this.left+=a,va(b)&&(this.top+=b));return this};k.scale=function(a,b){var c=va(b)?b:a;this.left*=a;this.width*=a;this.top*=c;this.height*=c;return this};function AN(a,b){var c=CF(a);return c.defaultView&&c.defaultView.getComputedStyle&&(c=c.defaultView.getComputedStyle(a,null))?c[b]||c.getPropertyValue(b)||"":""}function BN(a,b){return AN(a,b)||(a.currentStyle?a.currentStyle[b]:null)||a.style&&a.style[b]}function CN(){var a=document,b=a.body,a=a.documentElement;return new wF(b.scrollLeft||a.scrollLeft,b.scrollTop||a.scrollTop)} -function DN(a){var b;try{b=a.getBoundingClientRect()}catch(c){return{left:0,top:0,right:0,bottom:0}}AE&&a.ownerDocument.body&&(a=a.ownerDocument,b.left-=a.documentElement.clientLeft+a.body.clientLeft,b.top-=a.documentElement.clientTop+a.body.clientTop);return b} -function EN(a){var b=CF(a),c=new wF(0,0),d;d=b?CF(b):document;var e;(e=!AE)||(e=9<=PE);e||(e="CSS1Compat"==AF(d).de.compatMode);if(a==(e?d.documentElement:d.body))return c;a=DN(a);d=AF(b).de;b=JF(d);d=d.parentWindow||d.defaultView;b=AE&&NE("10")&&d.pageYOffset!=b.scrollTop?new wF(b.scrollLeft,b.scrollTop):new wF(d.pageXOffset||b.scrollLeft,d.pageYOffset||b.scrollTop);c.x=a.left+b.x;c.y=a.top+b.y;return c}function FN(a){"number"==typeof a&&(a+="px");return a}function GN(a){return HN(a)} -function HN(a){var b=IN;if("none"!=BN(a,"display"))return b(a);var c=a.style,d=c.display,e=c.visibility,g=c.position;c.visibility="hidden";c.position="absolute";c.display="inline";a=b(a);c.display=d;c.position=g;c.visibility=e;return a}function IN(a){var b=a.offsetWidth,c=a.offsetHeight,d=DE&&!b&&!c;return ia(b)&&!d||!a.getBoundingClientRect?new zF(b,c):(a=DN(a),new zF(a.right-a.left,a.bottom-a.top))}function JN(a,b){a.style.display=b?"":"none"}var KN=CE?"MozUserSelect":DE?"WebkitUserSelect":null; -function LN(a,b,c){c=c?null:a.getElementsByTagName("*");if(KN){if(b=b?"none":"",a.style&&(a.style[KN]=b),c){a=0;for(var d;d=c[a];a++)d.style&&(d.style[KN]=b)}}else if(AE||zE)if(b=b?"on":"",a.setAttribute("unselectable",b),c)for(a=0;d=c[a];a++)d.setAttribute("unselectable",b)}var MN={thin:2,medium:4,thick:6}; -function NN(a,b){if("none"==(a.currentStyle?a.currentStyle[b+"Style"]:null))return 0;var c=a.currentStyle?a.currentStyle[b+"Width"]:null,d;if(c in MN)d=MN[c];else if(/^\d+px?$/.test(c))d=parseInt(c,10);else{d=a.style.left;var e=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;a.style.left=c;c=a.style.pixelLeft;a.style.left=d;a.runtimeStyle.left=e;d=c}return d};function ON(a){wN.call(this);this.Ec=a||AF();this.Tm=PN;this.kf=null;this.bc=!1;this.Ab=null;this.Ng=void 0;this.Ze=this.Sd=this.ic=this.hp=null;this.fu=!1}Pa(ON,wN);ON.prototype.Yz=eG.gf();var PN=null; -function QN(a,b){switch(a){case 1:return b?"disable":"enable";case 2:return b?"highlight":"unhighlight";case 4:return b?"activate":"deactivate";case 8:return b?"select":"unselect";case 16:return b?"check":"uncheck";case 32:return b?"focus":"blur";case 64:return b?"open":"close"}throw Error("Invalid component state");}function RN(a){return a.kf||(a.kf=fG(a.Yz))}function SN(a,b){if(a.ic&&a.ic.Ze){var c=a.ic.Ze,d=a.kf;d in c&&delete c[d];wb(a.ic.Ze,b,a)}a.kf=b}k=ON.prototype;k.getElement=function(){return this.Ab}; -k.Fo=function(a){return this.Ab?this.Ec.Fo(a,this.Ab):null};function TN(a){a.Ng||(a.Ng=new uN(a));return a.Ng}k.setParent=function(a){if(this==a)throw Error("Unable to set parent component");if(a&&this.ic&&this.kf&&UN(this.ic,this.kf)&&this.ic!=a)throw Error("Unable to set parent component");this.ic=a;ON.Da.Qp.call(this,a)};k.getParent=function(){return this.ic};k.Qp=function(a){if(this.ic&&this.ic!=a)throw Error("Method not supported");ON.Da.Qp.call(this,a)};k.uc=function(){return this.Ec}; -k.Tb=function(){this.Ab=this.Ec.createElement("DIV")};k.render=function(a){this.Mk(a)};k.Mk=function(a,b){if(this.bc)throw Error("Component already rendered");this.Ab||this.Tb();a?a.insertBefore(this.Ab,b||null):this.Ec.de.body.appendChild(this.Ab);this.ic&&!this.ic.bc||this.Tc()}; -k.lg=function(a){if(this.bc)throw Error("Component already rendered");if(a&&this.gg(a)){this.fu=!0;var b=CF(a);this.Ec&&this.Ec.de==b||(this.Ec=AF(a));this.Lg(a);this.Tc()}else throw Error("Invalid element to decorate");};k.gg=function(){return!0};k.Lg=function(a){this.Ab=a};k.Tc=function(){this.bc=!0;VN(this,function(a){!a.bc&&a.getElement()&&a.Tc()})};k.ne=function(){VN(this,function(a){a.bc&&a.ne()});this.Ng&&this.Ng.Kk();this.bc=!1}; -k.gc=function(){this.bc&&this.ne();this.Ng&&(this.Ng.ab(),delete this.Ng);VN(this,function(a){a.ab()});!this.fu&&this.Ab&&QF(this.Ab);this.ic=this.hp=this.Ab=this.Ze=this.Sd=null;ON.Da.gc.call(this)};k.sj=function(a,b){this.yi(a,WN(this),b)}; -k.yi=function(a,b,c){if(a.bc&&(c||!this.bc))throw Error("Component already rendered");if(0>b||b>WN(this))throw Error("Child component index out of bounds");this.Ze&&this.Sd||(this.Ze={},this.Sd=[]);if(a.getParent()==this){var d=RN(a);this.Ze[d]=a;Qb(this.Sd,a)}else wb(this.Ze,RN(a),a);a.setParent(this);Ub(this.Sd,b,0,a);a.bc&&this.bc&&a.getParent()==this?(c=this.Ae(),b=c.childNodes[b]||null,b!=a.getElement()&&c.insertBefore(a.getElement(),b)):c?(this.Ab||this.Tb(),b=XN(this,b+1),a.Mk(this.Ae(),b? -b.Ab:null)):this.bc&&!a.bc&&a.Ab&&a.Ab.parentNode&&1==a.Ab.parentNode.nodeType&&a.Tc()};k.Ae=function(){return this.Ab};function YN(a){null==a.Tm&&(a.Tm="rtl"==BN(a.bc?a.Ab:a.Ec.de.body,"direction"));return a.Tm}k.Ag=function(a){if(this.bc)throw Error("Component already rendered");this.Tm=a};function ZN(a){return!!a.Sd&&0!=a.Sd.length}function WN(a){return a.Sd?a.Sd.length:0}function UN(a,b){return a.Ze&&b?yb(a.Ze,b)||null:null}function XN(a,b){return a.Sd?a.Sd[b]||null:null} -function VN(a,b,c){a.Sd&&Gb(a.Sd,b,c)}function $N(a,b){return a.Sd&&b?Fb(a.Sd,b):-1}k.removeChild=function(a,b){if(a){var c=sa(a)?a:RN(a);a=UN(this,c);if(c&&a){var d=this.Ze;c in d&&delete d[c];Qb(this.Sd,a);b&&(a.ne(),a.Ab&&QF(a.Ab));a.setParent(null)}}if(!a)throw Error("Child is not in parent component");return a};k.vt=function(a){for(var b=[];ZN(this);)b.push(this.removeChild(XN(this,0),a));return b};var aO={1:"NativeMessagingTransport",2:"FrameElementMethodTransport",3:"IframeRelayTransport",4:"IframePollingTransport",5:"FlashTransport",6:"NixTransport",7:"DirectTransport"},bO={iG:"cn",fG:"at",eQ:"rat",$P:"pu",sN:"ifrid",iQ:"tp",vN:"lru",ZP:"pru",qx:"lpu",tx:"ppu",YP:"ph",XP:"osh",gQ:"role",wN:"nativeProtocolVersion",hJ:"directSyncMode"};function cO(a){a.prototype.then=a.prototype.then;a.prototype.$goog_Thenable=!0}function dO(a){if(!a)return!1;try{return!!a.$goog_Thenable}catch(b){return!1}};function eO(a,b,c){this.AB=c;this.Ey=a;this.bF=b;this.Gm=0;this.lm=null}eO.prototype.get=function(){var a;0>>0),Aa=0; +function Ba(a,b,c){return a.call.apply(a.bind,arguments)}function Ca(a,b,c){if(!a)throw Error();if(2/g,Za=/"/g,ab=/'/g,bb=/\x00/g,Ta=/[\x00&<>"']/,cb=String.prototype.repeat?function(a,b){return a.repeat(b)}:function(a,b){return Array(b+1).join(a)};function eb(a,b){var c=ia(void 0)?a.toFixed(void 0):String(a),d=c.indexOf(".");-1==d&&(d=c.length);return cb("0",Math.max(0,b-d))+c}function fb(a,b){return ab?1:0};function gb(a,b,c){for(var d in a)b.call(c,a[d],d,a)}function hb(a,b){for(var c in a)if(b.call(void 0,a[c],c,a))return!0;return!1}function ib(a){var b=[],c=0,d;for(d in a)b[c++]=a[d];return b}function mb(a){var b=[],c=0,d;for(d in a)b[c++]=d;return b}function nb(a){return null!==a&&"withCredentials"in a}function pb(a,b){return null!==a&&b in a?a[b]:void 0}var qb="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" "); +function sb(a,b){for(var c,d,e=1;ec?Math.max(0,a.length+c):c;if(oa(a))return oa(b)&&1==b.length?a.indexOf(b,c):-1;for(;cb?null:oa(a)?a.charAt(b):a[b]} +function Gb(a,b){var c=zb(a,b),d;(d=0<=c)&&yb.splice.call(a,c,1);return d}function Hb(a){return yb.concat.apply(yb,arguments)}function Ib(a){var b=a.length;if(0b?1:a>>16&65535)*d+c*(b>>>16&65535)<<16>>>0)|0};function Rd(a){a=Qd(a|0,-862048943);return Qd(a<<15|a>>>-15,461845907)} +function Sd(a,b){var c=(a|0)^(b|0);return Qd(c<<13|c>>>-13,5)+-430675100|0}function Td(a,b){var c=(a|0)^b,c=Qd(c^c>>>16,-2048144789),c=Qd(c^c>>>13,-1028477387);return c^c>>>16}function Ud(a){var b;a:{b=1;for(var c=0;;)if(b>2)}function ae(a){return a instanceof v}function be(a,b){if(a.ad===b.ad)return 0;var c=jc(a.ec);if(r(c?b.ec:c))return-1;if(r(a.ec)){if(jc(b.ec))return 1;c=Mb(a.ec,b.ec);return 0===c?Mb(a.name,b.name):c}return Mb(a.name,b.name)}function v(a,b,c,d,e){this.ec=a;this.name=b;this.ad=c;this.ne=d;this.hc=e;this.w=2154168321;this.K=4096}n=v.prototype;n.toString=function(){return this.ad};n.equiv=function(a){return this.Ja(null,a)}; +n.Ja=function(a,b){return b instanceof v?this.ad===b.ad:!1};n.call=function(){function a(a,b,c){return ce?ce(b,this,c):de.call(null,b,this,c)}function b(a,b){return w?w(b,this):de.call(null,b,this)}var c=null,c=function(c,e,h){switch(arguments.length){case 2:return b.call(this,0,e);case 3:return a.call(this,0,e,h)}throw Error("Invalid arity: "+arguments.length);};c.l=b;c.o=a;return c}();n.apply=function(a,b){return this.call.apply(this,[this].concat(rc(b)))}; +n.j=function(a){return w?w(a,this):de.call(null,a,this)};n.l=function(a,b){return ce?ce(a,this,b):de.call(null,a,this,b)};n.Ha=function(){return this.hc};n.Ia=function(a,b){return new v(this.ec,this.name,this.ad,this.ne,b)};n.Ua=function(){var a=this.ne;return null!=a?a:this.ne=a=$d(Ud(this.name),Xd(this.ec))};n.Ye=function(){return this.name};n.Ze=function(){return this.ec};n.Pa=function(a,b){return qd(b,this.ad)}; +var ee=function ee(b){for(var c=[],d=arguments.length,e=0;;)if(ea?0:a};n.Lf=function(){var a=zc(this);return 0d)c=1;else if(0===c)c=0;else a:for(d=0;;){var e=wf(Se(a,d),Se(b,d));if(0===e&&d+1>1&1431655765;a=(a&858993459)+(a>>2&858993459);return 16843009*(a+(a>>4)&252645135)>>24} +function Lf(a){for(var b=[],c=arguments.length,d=0;;)if(da?0:a-1>>>5<<5} +function Eh(a,b,c){for(;;){if(0===b)return c;var d=Bh(a);d.C[0]=c;c=d;b-=5}}var Fh=function Fh(b,c,d,e){var h=Ch(d),f=b.ka-1>>>c&31;5===c?h.C[f]=e:(d=d.C[f],b=null!=d?Fh(b,c-5,d,e):Eh(null,c-5,e),h.C[f]=b);return h};function Gh(a,b){throw Error([u("No item "),u(a),u(" in vector of length "),u(b)].join(""));}function Hh(a,b){if(b>=Dh(a))return a.jb;for(var c=a.root,d=a.shift;;)if(0>>d&31],d=e;else return c.C}function Ih(a,b){return 0<=b&&b>>c&31;b=Jh(b,c-5,d.C[g],e,h);f.C[g]=b}return f},Kh=function Kh(b,c,d){var e=b.ka-2>>>c&31;if(5=this.ka)return new bc(this.jb,0);var a;a:{a=this.root;for(var b=this.shift;;)if(0this.ka-Dh(this)){for(var c=this.jb.length,d=Array(c+1),e=0;;)if(e>>5>1<b)return new N(null,b,5,O,a,null);for(var c=32,d=(new N(null,32,5,O,a.slice(0,32),null)).qe(null);;)if(cb||this.end<=this.start+b?Gh(b,this.end-this.start):Ec.l(this.Ka,this.start+b)}; +n.nc=function(a,b,c){return 0>b||this.end<=this.start+b?c:Ec.o(this.Ka,this.start+b,c)};n.fh=function(a,b,c){var d=this.start+b;a=this.meta;c=Ue.o(this.Ka,d,c);b=this.start;var e=this.end,d=d+1,d=e>d?e:d;return Zh.Sa?Zh.Sa(a,c,b,d,null):Zh.call(null,a,c,b,d,null)};n.Ha=function(){return this.meta};n.kb=function(){return new Yh(this.meta,this.Ka,this.start,this.end,this.D)};n.Za=function(){return this.end-this.start};n.Qd=function(){return Ec.l(this.Ka,this.end-1)}; +n.Rd=function(){if(this.start===this.end)throw Error("Can't pop empty vector");var a=this.meta,b=this.Ka,c=this.start,d=this.end-1;return Zh.Sa?Zh.Sa(a,b,c,d,null):Zh.call(null,a,b,c,d,null)};n.Lf=function(){return this.start!==this.end?new De(this,this.end-this.start-1,null):null};n.Ua=function(){var a=this.D;return null!=a?a:this.D=a=me(this)};n.Ja=function(a,b){return Ee(this,b)};n.yb=function(){return L(Oe,this.meta)};n.Xb=function(a,b){return te(this,b)}; +n.Yb=function(a,b,c){return ue(this,b,c)};n.wb=function(a,b,c){if("number"===typeof b)return Zc(this,b,c);throw Error("Subvec's key for assoc must be a number.");};n.Wa=function(){var a=this;return function(b){return function d(e){return e===a.end?null:Fe(Ec.l(a.Ka,e),new cg(null,function(){return function(){return d(e+1)}}(b),null,null))}}(this)(a.start)};n.Ia=function(a,b){return Zh.Sa?Zh.Sa(b,this.Ka,this.start,this.end,this.D):Zh.call(null,b,this.Ka,this.start,this.end,this.D)}; +n.Xa=function(a,b){var c=this.meta,d=Zc(this.Ka,this.end,b),e=this.start,h=this.end+1;return Zh.Sa?Zh.Sa(c,d,e,h,null):Zh.call(null,c,d,e,h,null)};n.call=function(){var a=null,a=function(a,c,d){switch(arguments.length){case 2:return this.lb(null,c);case 3:return this.nc(null,c,d)}throw Error("Invalid arity: "+arguments.length);};a.l=function(a,c){return this.lb(null,c)};a.o=function(a,c,d){return this.nc(null,c,d)};return a}();n.apply=function(a,b){return this.call.apply(this,[this].concat(rc(b)))}; +n.j=function(a){return this.lb(null,a)};n.l=function(a,b){return this.nc(null,a,b)};Yh.prototype[qc]=function(){return ke(this)};function Zh(a,b,c,d,e){for(;;)if(b instanceof Yh)c=b.start+c,d=b.start+d,b=b.Ka;else{var h=Qe(b);if(0>c||0>d||c>h||d>h)throw Error("Index out of bounds");return new Yh(a,b,c,d,e)}} +function Wh(a){for(var b=[],c=arguments.length,d=0;;)if(d>>c&31;if(5===c)b=e;else{var f=d.C[h];b=null!=f?ai(b,c-5,f,e):Eh(b.root.sb,c-5,e)}d.C[h]=b;return d};function Mh(a,b,c,d){this.ka=a;this.shift=b;this.root=c;this.jb=d;this.K=88;this.w=275}n=Mh.prototype; +n.Sd=function(a,b){if(this.root.sb){if(32>this.ka-Dh(this))this.jb[this.ka&31]=b;else{var c=new Ah(this.root.sb,this.jb),d=[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null];d[0]=b;this.jb=d;if(this.ka>>>5>1<>>a&31,m=h(a-5,l.C[k]);l.C[k]=m}return l}}(this).call(null,d.shift,d.root),d.root=a),this;if(b===d.ka)return yd(this,c);throw Error([u("Index "),u(b),u(" out of bounds for TransientVector of length"),u(d.ka)].join(""));}throw Error("assoc! after persistent!");}; +n.Za=function(){if(this.root.sb)return this.ka;throw Error("count after persistent!");};n.lb=function(a,b){if(this.root.sb)return Ih(this,b)[b&31];throw Error("nth after persistent!");};n.nc=function(a,b,c){return 0<=b&&b=c)return new p(this.meta,this.ka-1,d,null);ie.l(b,this.C[e])||(d[h]=this.C[e],d[h+1]=this.C[e+1],h+=2);e+=2}}else return this}; +n.wb=function(a,b,c){a=mi(this.C,b);if(-1===a){if(this.kab?4:2*(b+1));lf(this.C,0,c,0,2*b);return new Ci(a,this.vb,c)}; +n.gf=function(){return Di?Di(this.C):Ei.call(null,this.C)};n.Cd=function(a,b,c,d){var e=1<<(b>>>a&31);if(0===(this.vb&e))return d;var h=Kf(this.vb&e-1),e=this.C[2*h],h=this.C[2*h+1];return null==e?h.Cd(a+5,b,c,d):xi(c,e)?h:d}; +n.Lc=function(a,b,c,d,e,h){var f=1<<(c>>>b&31),g=Kf(this.vb&f-1);if(0===(this.vb&f)){var l=Kf(this.vb);if(2*l>>b&31]=Fi.Lc(a,b+5,c,d,e,h);for(e=d=0;;)if(32> +d)0!==(this.vb>>>d&1)&&(g[d]=null!=this.C[e]?Fi.Lc(a,b+5,Zd(this.C[e]),this.C[e],this.C[e+1],h):this.C[e+1],e+=2),d+=1;else break;return new Gi(a,l+1,g)}b=Array(2*(l+4));lf(this.C,0,b,0,2*g);b[2*g]=d;b[2*g+1]=e;lf(this.C,2*g,b,2*(g+1),2*(l-g));h.val=!0;a=this.Td(a);a.C=b;a.vb|=f;return a}l=this.C[2*g];f=this.C[2*g+1];if(null==l)return l=f.Lc(a,b+5,c,d,e,h),l===f?this:Ai(this,a,2*g+1,l);if(xi(d,l))return e===f?this:Ai(this,a,2*g+1,e);h.val=!0;h=b+5;d=Hi?Hi(a,h,l,f,c,d,e):Ii.call(null,a,h,l,f,c,d,e); +e=2*g;g=2*g+1;a=this.Td(a);a.C[e]=null;a.C[g]=d;return a}; +n.Kc=function(a,b,c,d,e){var h=1<<(b>>>a&31),f=Kf(this.vb&h-1);if(0===(this.vb&h)){var g=Kf(this.vb);if(16<=g){f=[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null];f[b>>>a&31]=Fi.Kc(a+5,b,c,d,e);for(d=c=0;;)if(32>c)0!==(this.vb>>>c&1)&&(f[c]=null!=this.C[d]?Fi.Kc(a+5,Zd(this.C[d]),this.C[d],this.C[d+1],e):this.C[d+1],d+=2),c+=1;else break;return new Gi(null,g+1,f)}a=Array(2*(g+1));lf(this.C, +0,a,0,2*f);a[2*f]=c;a[2*f+1]=d;lf(this.C,2*f,a,2*(f+1),2*(g-f));e.val=!0;return new Ci(null,this.vb|h,a)}var l=this.C[2*f],h=this.C[2*f+1];if(null==l)return g=h.Kc(a+5,b,c,d,e),g===h?this:new Ci(null,this.vb,yi(this.C,2*f+1,g));if(xi(c,l))return d===h?this:new Ci(null,this.vb,yi(this.C,2*f+1,d));e.val=!0;e=this.vb;g=this.C;a+=5;a=Ji?Ji(a,l,h,b,c,d):Ii.call(null,a,l,h,b,c,d);c=2*f;f=2*f+1;d=rc(g);d[c]=null;d[f]=a;return new Ci(null,e,d)}; +n.hf=function(a,b,c){var d=1<<(b>>>a&31);if(0===(this.vb&d))return this;var e=Kf(this.vb&d-1),h=this.C[2*e],f=this.C[2*e+1];return null==h?(a=f.hf(a+5,b,c),a===f?this:null!=a?new Ci(null,this.vb,yi(this.C,2*e+1,a)):this.vb===d?null:new Ci(null,this.vb^d,zi(this.C,e))):xi(c,h)?new Ci(null,this.vb^d,zi(this.C,e)):this};n.rb=function(){return new Bi(this.C,0,null,null)};var Fi=new Ci(null,0,[]);function Ki(a,b,c){this.C=a;this.i=b;this.Oc=c} +Ki.prototype.hasNext=function(){for(var a=this.C.length;;){if(null!=this.Oc&&this.Oc.hasNext())return!0;if(this.i>>a&31];return null!=e?e.Cd(a+5,b,c,d):d};n.Lc=function(a,b,c,d,e,h){var f=c>>>b&31,g=this.C[f];if(null==g)return a=Ai(this,a,f,Fi.Lc(a,b+5,c,d,e,h)),a.ka+=1,a;b=g.Lc(a,b+5,c,d,e,h);return b===g?this:Ai(this,a,f,b)}; +n.Kc=function(a,b,c,d,e){var h=b>>>a&31,f=this.C[h];if(null==f)return new Gi(null,this.ka+1,yi(this.C,h,Fi.Kc(a+5,b,c,d,e)));a=f.Kc(a+5,b,c,d,e);return a===f?this:new Gi(null,this.ka,yi(this.C,h,a))}; +n.hf=function(a,b,c){var d=b>>>a&31,e=this.C[d];if(null!=e){a=e.hf(a+5,b,c);if(a===e)d=this;else if(null==a)if(8>=this.ka)a:{e=this.C;a=e.length;b=Array(2*(this.ka-1));c=0;for(var h=1,f=0;;)if(ca?d:xi(c,this.C[a])?this.C[a+1]:d}; +n.Lc=function(a,b,c,d,e,h){if(c===this.hd){b=Ni(this.C,this.ka,d);if(-1===b){if(this.C.length>2*this.ka)return b=2*this.ka,c=2*this.ka+1,a=this.Td(a),a.C[b]=d,a.C[c]=e,h.val=!0,a.ka+=1,a;c=this.C.length;b=Array(c+2);lf(this.C,0,b,0,c);b[c]=d;b[c+1]=e;h.val=!0;d=this.ka+1;a===this.sb?(this.C=b,this.ka=d,a=this):a=new Oi(this.sb,this.hd,d,b);return a}return this.C[b+1]===e?this:Ai(this,a,b+1,e)}return(new Ci(a,1<<(this.hd>>>b&31),[null,this,null,null])).Lc(a,b,c,d,e,h)}; +n.Kc=function(a,b,c,d,e){return b===this.hd?(a=Ni(this.C,this.ka,c),-1===a?(a=2*this.ka,b=Array(a+2),lf(this.C,0,b,0,a),b[a]=c,b[a+1]=d,e.val=!0,new Oi(null,this.hd,this.ka+1,b)):ie.l(this.C[a],d)?this:new Oi(null,this.hd,this.ka,yi(this.C,a+1,d))):(new Ci(null,1<<(this.hd>>>a&31),[null,this])).Kc(a,b,c,d,e)};n.hf=function(a,b,c){a=Ni(this.C,this.ka,c);return-1===a?this:1===this.ka?null:new Oi(null,this.hd,this.ka-1,zi(this.C,Jf(a,2)))};n.rb=function(){return new Bi(this.C,0,null,null)}; +function Ii(a){for(var b=[],c=arguments.length,d=0;;)if(dthis.end};kj.prototype.next=function(){var a=this.i;this.i+=this.step;return a};function lj(a,b,c,d,e){this.meta=a;this.start=b;this.end=c;this.step=d;this.D=e;this.w=32375006;this.K=8192}n=lj.prototype;n.toString=function(){return Pd(this)};n.equiv=function(a){return this.Ja(null,a)}; +n.lb=function(a,b){if(bthis.end&&0===this.step)return this.start;throw Error("Index out of bounds");};n.nc=function(a,b,c){return bthis.end&&0===this.step?this.start:c};n.rb=function(){return new kj(this.start,this.end,this.step)};n.Ha=function(){return this.meta};n.kb=function(){return new lj(this.meta,this.start,this.end,this.step,this.D)}; +n.fc=function(){return 0this.end?new lj(this.meta,this.start+this.step,this.end,this.step,null):null};n.Za=function(){return jc(kd(this))?0:Math.ceil((this.end-this.start)/this.step)};n.Ua=function(){var a=this.D;return null!=a?a:this.D=a=me(this)};n.Ja=function(a,b){return Ee(this,b)};n.yb=function(){return L(ge,this.meta)};n.Xb=function(a,b){return te(this,b)}; +n.Yb=function(a,b,c){for(a=this.start;;)if(0this.end)c=b.l?b.l(c,a):b.call(null,c,a),a+=this.step;else return c};n.Eb=function(){return null==kd(this)?null:this.start};n.cc=function(){return null!=kd(this)?new lj(this.meta,this.start+this.step,this.end,this.step,null):ge};n.Wa=function(){return 0this.step?this.start>this.end?this:null:this.start===this.end?null:this}; +n.Ia=function(a,b){return new lj(b,this.start,this.end,this.step,this.D)};n.Xa=function(a,b){return Fe(b,this)};lj.prototype[qc]=function(){return ke(this)};function mj(a,b){return new N(null,2,5,O,[jj(a,b),jh(a,b)],null)} +function nj(){return function(){function a(a,b,c){return new N(null,2,5,O,[oh.o?oh.o(a,b,c):oh.call(null,a,b,c),ph.o?ph.o(a,b,c):ph.call(null,a,b,c)],null)}function b(a,b){return new N(null,2,5,O,[oh.l?oh.l(a,b):oh.call(null,a,b),ph.l?ph.l(a,b):ph.call(null,a,b)],null)}function c(a){return new N(null,2,5,O,[oh.j?oh.j(a):oh.call(null,a),ph.j?ph.j(a):ph.call(null,a)],null)}function d(){return new N(null,2,5,O,[oh.J?oh.J():oh.call(null),ph.J?ph.J():ph.call(null)],null)}var e=null,h=function(){function a(c, +d,e,h){var f=null;if(3Sb)return qd(a,"#");qd(a,c);if(0===Zb.j(h))gc(f)&&qd(a,function(){var a=uj.j(h);return r(a)?a:"..."}());else{if(gc(f)){var l=D(f);b.o?b.o(l,a,h):b.call(null,l,a,h)}for(var k=he(f),m=Zb.j(h)-1;;)if(!k||null!=m&&0===m){gc(k)&&0===m&&(qd(a,d),qd(a,function(){var a=uj.j(h);return r(a)?a:"..."}()));break}else{qd(a,d);var q=D(k);c=a;f=h;b.o?b.o(q,c,f):b.call(null,q,c,f);var t=he(k);c=m-1;k=t;m=c}}return qd(a,e)}finally{Sb=g}} +function vj(a,b){for(var c=gc(b),d=null,e=0,h=0;;)if(hparseFloat(a))?String(b):a}(),gD={}; +function hD(a){var b;if(!(b=gD[a])){b=0;for(var c=Ma(String(fD)).split("."),d=Ma(String(a)).split("."),e=Math.max(c.length,d.length),h=0;0==b&&ha?-1:0:null==a?null:a?-1:1};Z.H.Ce="A-Za-z\u00c0-\u00d6\u00d8-\u00f6\u00f8-\u02b8\u0300-\u0590\u0800-\u1fff\u200e\u2c00-\ufb1c\ufe00-\ufe6f\ufefd-\uffff";Z.H.Ie="\u0591-\u06ef\u06fa-\u07ff\u200f\ufb1d-\ufdff\ufe70-\ufefc";Z.H.To=/<[^>]*>|&[^;]+;/g;Z.H.Id=function(a,b){return b?a.replace(Z.H.To,""):a}; +Z.H.Dt=new RegExp("["+Z.H.Ie+"]");Z.H.sq=new RegExp("["+Z.H.Ce+"]");Z.H.fg=function(a,b){return Z.H.Dt.test(Z.H.Id(a,b))};Z.H.RC=Z.H.fg;Z.H.nj=function(a){return Z.H.sq.test(Z.H.Id(a,void 0))};Z.H.vq=new RegExp("^["+Z.H.Ce+"]");Z.H.It=new RegExp("^["+Z.H.Ie+"]");Z.H.hq=function(a){return Z.H.It.test(a)};Z.H.cq=function(a){return Z.H.vq.test(a)};Z.H.XC=function(a){return!Z.H.cq(a)&&!Z.H.hq(a)};Z.H.tq=new RegExp("^[^"+Z.H.Ie+"]*["+Z.H.Ce+"]");Z.H.Ft=new RegExp("^[^"+Z.H.Ce+"]*["+Z.H.Ie+"]"); +Z.H.ik=function(a,b){return Z.H.Ft.test(Z.H.Id(a,b))};Z.H.bD=Z.H.ik;Z.H.Pt=function(a,b){return Z.H.tq.test(Z.H.Id(a,b))};Z.H.WC=Z.H.Pt;Z.H.sj=/^http:\/\/.*/;Z.H.YC=function(a,b){a=Z.H.Id(a,b);return Z.H.sj.test(a)||!Z.H.nj(a)&&!Z.H.fg(a)};Z.H.uq=new RegExp("["+Z.H.Ce+"][^"+Z.H.Ie+"]*$");Z.H.Gt=new RegExp("["+Z.H.Ie+"][^"+Z.H.Ce+"]*$");Z.H.Bo=function(a,b){return Z.H.uq.test(Z.H.Id(a,b))};Z.H.VC=Z.H.Bo;Z.H.Co=function(a,b){return Z.H.Gt.test(Z.H.Id(a,b))};Z.H.$C=Z.H.Co;Z.H.Ht=/^(ar|ckb|dv|he|iw|fa|nqo|ps|sd|ug|ur|yi|.*[-_](Arab|Hebr|Thaa|Nkoo|Tfng))(?!.*[-_](Latn|Cyrl)($|-|_))($|-|_)/i; +Z.H.aD=function(a){return Z.H.Ht.test(a)};Z.H.Ai=/(\(.*?\)+)|(\[.*?\]+)|(\{.*?\}+)|(<.*?(>)+)/g;Z.H.Nn=/(\(.*?\)+)|(\[.*?\]+)|(\{.*?\}+)|(<.*?>+)/g;Z.H.OC=function(a,b){return(void 0===b?Z.H.fg(a):b)?a.replace(Z.H.Ai,"\x3cspan dir\x3drtl\x3e$\x26\x3c/span\x3e"):a.replace(Z.H.Ai,"\x3cspan dir\x3dltr\x3e$\x26\x3c/span\x3e")};Z.H.PC=function(a,b){var c=(void 0===b?Z.H.fg(a):b)?"\u200f":"\u200e";return a.replace(Z.H.Nn,c+"$\x26"+c)}; +Z.H.DC=function(a){return"\x3c"==a.charAt(0)?a.replace(/<\w+/,"$\x26 dir\x3drtl"):"\n\x3cspan dir\x3drtl\x3e"+a+"\x3c/span\x3e"};Z.H.EC=function(a){return"\u202b"+a+"\u202c"};Z.H.BC=function(a){return"\x3c"==a.charAt(0)?a.replace(/<\w+/,"$\x26 dir\x3dltr"):"\n\x3cspan dir\x3dltr\x3e"+a+"\x3c/span\x3e"};Z.H.CC=function(a){return"\u202a"+a+"\u202c"};Z.H.yo=/:\s*([.\d][.\w]*)\s+([.\d][.\w]*)\s+([.\d][.\w]*)\s+([.\d][.\w]*)/g;Z.H.qq=/left/gi;Z.H.At=/right/gi;Z.H.Rt=/%%%%/g; +Z.H.lD=function(a){return a.replace(Z.H.yo,":$1 $4 $3 $2").replace(Z.H.qq,"%%%%").replace(Z.H.At,Z.H.Cf).replace(Z.H.Rt,Z.H.Ef)};Z.H.Ao=/([\u0591-\u05f2])"/g;Z.H.Ot=/([\u0591-\u05f2])'/g;Z.H.pD=function(a){return a.replace(Z.H.Ao,"$1\u05f4").replace(Z.H.Ot,"$1\u05f3")};Z.H.eu=/\s+/;Z.H.So=/[\d\u06f0-\u06f9]/;Z.H.Et=.4; +Z.H.gj=function(a,b){for(var c=0,d=0,e=!1,h=Z.H.Id(a,b).split(Z.H.eu),f=0;fZ.H.Et?-1:1};Z.H.zC=function(a,b){return-1==Z.H.gj(a,b)};Z.H.KD=function(a,b){a&&(b=Z.H.Vt(b))&&(a.style.textAlign=-1==b?Z.H.Ef:Z.H.Cf,a.dir=-1==b?"rtl":"ltr")};Z.H.LD=function(a,b){switch(Z.H.gj(b)){case 1:a.dir="ltr";break;case -1:a.dir="rtl";break;default:a.removeAttribute("dir")}};function uD(){this.pd="";this.An=vD}n=uD.prototype;n.Zd=!0;n.Bd=function(){return this.pd};n.Bh=!0;n.df=function(){return 1};n.toString=function(){return"SafeUrl{"+this.pd+"}"};var wD=/^(?:(?:https?|mailto|ftp):|[^&:/?#]*(?:[/?#]|$))/i,vD={};function xD(){this.wg="";this.Cn=yD}n=xD.prototype;n.Zd=!0;n.Bd=function(){return this.wg};n.Bh=!0;n.df=function(){return 1};n.toString=function(){return"TrustedResourceUrl{"+this.wg+"}"};function zD(a){if(a instanceof xD&&a.constructor===xD&&a.Cn===yD)return a.wg;xb("expected object of type TrustedResourceUrl, got '"+a+"'");return"type_error:TrustedResourceUrl"}var yD={};function AD(a){var b=new xD;b.wg=a;return b};function BD(){this.pd="";this.yn=CD;this.fj=null}n=BD.prototype;n.Bh=!0;n.df=function(){return this.fj};n.Zd=!0;n.Bd=function(){return this.pd};n.toString=function(){return"SafeHtml{"+this.pd+"}"};function DD(a){if(a instanceof BD&&a.constructor===BD&&a.yn===CD)return a.pd;xb("expected object of type SafeHtml, got '"+a+"'");return"type_error:SafeHtml"} +var ED=/^[a-zA-Z0-9-]+$/,FD={action:!0,cite:!0,data:!0,formaction:!0,href:!0,manifest:!0,poster:!0,src:!0},GD={EMBED:!0,IFRAME:!0,LINK:!0,OBJECT:!0,SCRIPT:!0,STYLE:!0,TEMPLATE:!0};function HD(a,b,c){if(!ED.test(a))throw Error("Invalid tag name \x3c"+a+"\x3e.");if(a.toUpperCase()in GD)throw Error("Tag name \x3c"+a+"\x3e is not allowed for SafeHtml.");return ID(a,b,c)} +function JD(a){function b(a){if(ma(a))Ab(a,b);else{if(!(a instanceof BD)){var h=null;a.Bh&&(h=a.df());a=KD(Ra(a.Zd?a.Bd():String(a)),h)}d+=DD(a);a=a.df();0==c?c=a:0!=a&&c!=a&&(c=null)}}var c=0,d="";Ab(arguments,b);return KD(d,c)}var CD={};function KD(a,b){return(new BD).lg(a,b)}BD.prototype.lg=function(a,b){this.pd=a;this.fj=b;return this}; +function ID(a,b,c){var d=null,e="\x3c"+a;if(b)for(var h in b){if(!ED.test(h))throw Error('Invalid attribute name "'+h+'".');var f=b[h];if(null!=f){var g,l=a;g=h;if(f instanceof mD)f=oD(f);else if("style"==g.toLowerCase()){if(!wa(f))throw Error('The "style" attribute requires goog.html.SafeStyle or map of style properties, '+typeof f+" given: "+f);if(!(f instanceof qD)){var l="",k=void 0;for(k in f){if(!/^[-_a-zA-Z0-9]+$/.test(k))throw Error("Name allows only [-_a-zA-Z0-9], got: "+k);var m=f[k];if(null!= +m){if(m instanceof mD)m=oD(m);else if(tD.test(m)){for(var q=!0,t=!0,x=0;x=c?a:a=-1a?"-":0<=b.indexOf("+")?"+":0<=b.indexOf(" ")?" ":"";0<=a&&(d=h+d);if(isNaN(c)||d.length>=c)return d;d=isNaN(e)?Math.abs(a).toString():Math.abs(a).toFixed(e);a=c-d.length-h.length;return d=0<=b.indexOf("-",0)?h+d+cb(" ",a):h+cb(0<=b.indexOf("0",0)?"0":" ",a)+d}; +ZF.jd.d=function(a,b,c,d,e,h,f,g){return ZF.jd.f(parseInt(a,10),b,c,d,0,h,f,g)};ZF.jd.i=ZF.jd.d;ZF.jd.u=ZF.jd.d;function $F(a){return function(){function b(a){var b=null;if(0Qe(a)?a.toUpperCase():[u(a.substring(0,1).toUpperCase()),u(a.substring(1).toLowerCase())].join("")} +function eG(a,b){if(0>=b||b>=2+Qe(a))return Ne.l(Sh(Fe("",ch.l(u,gc(a)))),"");if(r(Mf?gd(1,b):Lf.call(null,1,b)))return new N(null,1,5,O,[a],null);if(r(Mf?gd(2,b):Lf.call(null,2,b)))return new N(null,2,5,O,["",a],null);var c=b-2;return Ne.l(Sh(Fe("",Vh(Sh(ch.l(u,gc(a))),0,c))),a.substring(c))}function fG(a,b){return gG(a,b,0)} +function gG(a,b,c){if("/(?:)/"===""+u(b))b=eG(a,c);else if(1>c)b=Sh((""+u(a)).split(b));else a:for(var d=c,e=Oe;;){if(1===d){b=Ne.l(e,a);break a}var h=qj(b,a);if(null!=h){var f=a.indexOf(h),h=a.substring(f+Qe(h)),d=d-1,e=Ne.l(e,a.substring(0,f));a=h}else{b=Ne.l(e,a);break a}}if(0===c)a:for(c=b;;)if(""===(null==c?null:Wc(c)))c=null==c?null:Xc(c);else break a;else c=b;return c};function hG(a){for(var b=[],c=arguments.length,d=0;;)if(dQe(a)))throw Error(iG("More than one non-optional/required key schemata: %s",F([Sh(a)],0)));return D(a)}function sH(a){return r(oH(a))?a instanceof P?a:Cc(Cc(ge,nH(a)),r(kH(a))?VA:r(a instanceof lH)?ll:null):VG(a)} +function tH(a){var b=rH(a),c=th.l(sH,tg(og,oh.l(function(){return function(a){return 1=Qe(f)&&Gg(function(){return function(a){return!(a instanceof xH)}}(b,c,d,e,h,f),f)))throw Error(iG("Sequence schema %s does not match [one* optional* rest-schema?]",F([a],0)));return new N(null,2,5,O,[og.l(c,h),D(f)],null)}N.prototype.qc=!0; +N.prototype.mc=function(){var a=this;return JG(DG(a,function(){return function(a){return null==a||ef(a)}}(a),function(){return function(a){return Cc(Cc(ge,a),Po)}}(a)),Sh,function(){var b=zH(a),c=Te(b,0),d=Te(b,1);return og.l(function(){return function(a,b,c,d){return function k(m){return new cg(null,function(a,b,c,d){return function(){for(;;){var e=gc(m);if(e){var h=e;if(jf(h)){var f=Fd(h),g=Qe(f),E=gg(g);return function(){for(var k=0;;)if(k2*this.Zb&&xI(this),!0):!1};function xI(a){if(a.Zb!=a.Gb.length){for(var b=0,c=0;bb)throw Error("Bad port number "+b);a.ge=b}else a.ge=null} +function FI(a,b,c){DI(a);b instanceof HI?(a.qd=b,a.qd.Qh(a.Cc)):(c||(b=II(b,NI)),a.qd=new HI(b,0,a.Cc));return a}function DI(a){if(a.gq)throw Error("Tried to modify a read-only Uri");}BI.prototype.Qh=function(a){this.Cc=a;this.qd&&this.qd.Qh(a);return this};function GI(a,b){return a?b?decodeURI(a.replace(/%25/g,"%2525")):decodeURIComponent(a):""}function II(a,b,c){return oa(a)?(a=encodeURI(a).replace(b,OI),c&&(a=a.replace(/%25([0-9a-fA-F]{2})/g,"%$1")),a):null} +function OI(a){a=a.charCodeAt(0);return"%"+(a>>4&15).toString(16)+(a&15).toString(16)}var JI=/[#\/\?@]/g,LI=/[\#\?:]/g,KI=/[\#\?]/g,NI=/[\#\?@]/g,MI=/#/g;function HI(a,b,c){this.Zb=this.Fb=null;this.vc=a||null;this.Cc=!!c}function PI(a){a.Fb||(a.Fb=new wI,a.Zb=0,a.vc&&AI(a.vc,function(b,c){a.add(Na(b),c)}))} +function QI(a){var b=uI(a);if("undefined"==typeof b)throw Error("Keys are undefined");var c=new HI(null,0,void 0);a=tI(a);for(var d=0;dthis.head?(BJ(this.C,this.jb,a,0,this.C.length-this.jb),BJ(this.C,0,a,this.C.length-this.jb,this.head),this.jb=0,this.head=this.length,this.C=a):this.jb===this.head?(this.head=this.jb=0,this.C=a):null};function EJ(a,b){for(var c=a.length,d=0;;)if(da)){a+=1;continue}break}OJ=!1;return 0d.Gd.length))throw Error([u("Assert failed: "),u([u("No more than "),u(1024),u(" pending puts are allowed on a single channel."),u(" Consider using a windowed buffer.")].join("")),u("\n"),u(Fj(F([Wf(Xm,Wf(hl,Ol),jB)],0)))].join(""));DJ(d.Gd, +new WJ(c,b))}return null}; +function $J(a,b){if(null!=a.fb&&0a.je.length))throw Error([u("Assert failed: "),u([u("No more than "),u(1024),u(" pending takes are allowed on a single channel.")].join("")),u("\n"),u(Fj(F([Wf(Xm,Wf(hl,fB),jB)],0)))].join(""));DJ(a.je,b)}return null} +ZJ.prototype.Mf=function(){var a=this;if(!a.closed)for(a.closed=!0,r(function(){var b=a.fb;return r(b)?0===a.Gd.length:b}())&&(a.zc.j?a.zc.j(a.fb):a.zc.call(null,a.fb));;){var b=a.je.pop();if(null==b)break;else{var c=b.f,d=r(function(){var b=a.fb;return r(b)?0c)return a;a:for(;;){var e=a.forward[c];if(r(e))if(e.keyMath.random()&&15>d)d+=1;else break a;if(d>this.level){for(var e=this.level+1;;)if(e<=d+1)c[e]=this.header,e+=1;else break;this.level=d}for(d=mK(a,b,Array(d));;)return 0<=this.level?(c=c[0].forward,d.forward[0]=c[0],c[0]=d):null}; +oK.prototype.remove=function(a){var b=Array(15),c=nK(this.header,a,this.level,b).forward[0];if(null!=c&&c.key===a){for(a=0;;)if(a<=this.level){var d=b[a].forward;d[a]===c&&(d[a]=c.forward[a]);a+=1}else break;for(;;)if(0d)return c===b.header?null:c;var e;a:for(e=c;;){e=e.forward[d];if(null==e){e=null;break a}if(e.key>=a)break a}null!=e?(--d,c=e):--d}}oK.prototype.Wa=function(){return function(a){return function c(d){return new cg(null,function(){return function(){return null==d?null:Fe(new N(null,2,5,O,[d.key,d.val],null),c(d.forward[0]))}}(a),null,null)}}(this)(this.header.forward[0])}; +oK.prototype.Pa=function(a,b,c){return tj(b,function(){return function(a){return tj(b,Aj,""," ","",c,a)}}(this),"{",", ","}",c,this)};var qK=new oK(mK(null,null,0),0);function rK(a){var b=(new Date).valueOf()+a,c=pK(b),d=r(r(c)?c.key=a.keyCode)a.keyCode=-1}catch(b){}};var HK="closure_listenable_"+(1E6*Math.random()|0),IK=0;function JK(a,b,c,d,e){this.listener=a;this.proxy=null;this.src=b;this.type=c;this.Te=!!d;this.handler=e;this.key=++IK;this.He=this.If=!1}function KK(a){a.He=!0;a.listener=null;a.proxy=null;a.src=null;a.handler=null};function LK(a){this.src=a;this.listeners={};this.Af=0}n=LK.prototype;n.add=function(a,b,c,d,e){var h=a.toString();a=this.listeners[h];a||(a=this.listeners[h]=[],this.Af++);var f=MK(a,b,d,e);-1e.keyCode||void 0!=e.returnValue)){a:{var h=!1;if(0==e.keyCode)try{e.keyCode=-1;break a}catch(l){h=!0}if(h||void 0==e.returnValue)e.returnValue=!0}e=[];for(h=c.currentTarget;h;h=h.parentNode)e.push(h);for(var h=a.type,f=e.length-1;!c.ie&&0<=f;f--){c.currentTarget=e[f];var g=ZK(e[f],h,!0,c),d=d&&g}for(f=0;!c.ie&& +f>>0);function SK(a){if(va(a))return a;a[aL]||(a[aL]=function(b){return a.handleEvent(b)});return a[aL]};function bL(a){yK.call(this);this.lj=a;this.Gb={}}Ha(bL,yK);var cL=[];n=bL.prototype;n.be=function(a,b,c,d){ma(b)||(b&&(cL[0]=b.toString()),b=cL);for(var e=0;e=pL(this).value)for(va(b)&&(b=b()),a=new fL(a,String(b),this.xj),c&&(a.hj=c),c="log:"+a.Hr,ea.console&&(ea.console.timeStamp?ea.console.timeStamp(c):ea.console.markTimeline&&ea.console.markTimeline(c)),ea.msWriteProfilerMark&&ea.msWriteProfilerMark(c),c=this;c;){b=c;var d=a;if(b.mj)for(var e=0,h=void 0;h=b.mj[e];e++)h(d);c=c.getParent()}}; +n.info=function(a,b){this.log(lL,a,b)};var qL={},rL=null;function sL(a){rL||(rL=new hL(""),qL[""]=rL,rL.fk(mL));var b;if(!(b=qL[a])){b=new hL(a);var c=a.lastIndexOf("."),d=a.substr(c+1),c=sL(a.substr(0,c));c.jj()[d]=b;b.ac=c;qL[a]=b}return b};function tL(a){var b=uL;b&&b.log(oL,a,void 0)}function vL(a){var b=uL;b&&b.log(kL,a,void 0)}function wL(a,b){a&&a.log(nL,b,void 0)};var xL={1:"NativeMessagingTransport",2:"FrameElementMethodTransport",3:"IframeRelayTransport",4:"IframePollingTransport",5:"FlashTransport",6:"NixTransport",7:"DirectTransport"},yL={ju:"cn",hu:"at",XB:"rat",TB:"pu",mz:"ifrid",$B:"tp",oz:"lru",SB:"pru",wn:"lpu",xn:"ppu",RB:"ph",QB:"osh",YB:"role",pz:"nativeProtocolVersion",gx:"directSyncMode"},uL=sL("goog.net.xpc");function zL(a){a.prototype.then=a.prototype.then;a.prototype.$goog_Thenable=!0}function AL(a){if(!a)return!1;try{return!!a.$goog_Thenable}catch(b){return!1}};function BL(a,b,c){this.rq=c;this.qo=a;this.zt=b;this.pg=0;this.gg=null}BL.prototype.get=function(){var a;0=b.Mn&&b.cancel())}this.at?this.at.call(this.Ur,this):this.Vp=!0;this.Fi||this.Zy(new dP(this))}};k.Cr=function(a,b){this.Kn=!1;eP(this,a,b)};function eP(a,b,c){a.Fi=!0;a.wg=c;a.Zj=!b;fP(a)} -k.Je=function(){if(this.Fi){if(!this.Vp)throw new gP(this);this.Vp=!1}};k.Qd=function(a){this.Je();eP(this,!0,a)};k.Zy=function(a){this.Je();eP(this,!1,a)};function hP(a,b,c){a.eh.push([b,c,void 0]);a.Fi&&fP(a)}k.then=function(a,b,c){var d,e,g=new oO(function(a,b){d=a;e=b});hP(this,d,function(a){a instanceof dP?g.cancel():e(a)});return g.then(a,b,c)};cO(cP);function iP(a){return Lb(a.eh,function(a){return wa(a[1])})} -function fP(a){if(a.nn&&a.Fi&&iP(a)){var b=a.nn,c=jP[b];c&&(fa.clearTimeout(c.kf),delete jP[b]);a.nn=0}a.ic&&(a.ic.Mn--,delete a.ic);for(var b=a.wg,d=c=!1;a.eh.length&&!a.Kn;){var e=a.eh.shift(),g=e[0],f=e[1],e=e[2];if(g=a.Zj?f:g)try{var h=g.call(e||a.Ur,b);ia(h)&&(a.Zj=a.Zj&&(h==b||h instanceof Error),a.wg=b=h);if(dO(b)||"function"===typeof fa.Promise&&b instanceof fa.Promise)d=!0,a.Kn=!0}catch(m){b=m,a.Zj=!0,iP(a)||(c=!0)}}a.wg=b;d&&(h=Ha(a.Cr,a,!0),d=Ha(a.Cr,a,!1),b instanceof cP?(hP(b,h,d),b.Px= -!0):b.then(h,d));c&&(b=new kP(b),jP[b.kf]=b,a.nn=b.kf)}function gP(a){Cb.call(this);this.deferred=a}Pa(gP,Cb);gP.prototype.message="Deferred has already fired";gP.prototype.name="AlreadyCalledError";function dP(a){Cb.call(this);this.deferred=a}Pa(dP,Cb);dP.prototype.message="Deferred was canceled";dP.prototype.name="CanceledError";function kP(a){this.kf=fa.setTimeout(Ha(this.JF,this),0);this.Vl=a}kP.prototype.JF=function(){delete jP[this.kf];throw this.Vl;};var jP={};function lP(a){MM.call(this);this.Uy=a||AF()}Pa(lP,MM);lP.prototype.bu=0;lP.prototype.getWindow=function(){return this.Uy.getWindow()};lP.prototype.getName=function(){return aO[String(this.bu)]||""};function mP(a,b){lP.call(this,b);this.$c=a;this.Kp=this.$c.oc[bO.tx];this.ZE=this.$c.oc[bO.qx];this.Ym=[]}var nP,oP;Pa(mP,lP);k=mP.prototype;k.SE=5;k.bu=4;k.eh=0;k.lj=!1;k.tm=!1;k.ut=null;function pP(a){return"googlexpc_"+a.$c.name+"_msg"}function qP(a){return"googlexpc_"+a.$c.name+"_ack"}function rP(a){try{if(!a.ng&&a.$c.lB())return a.$c.YQ().frames||{}}catch(b){}return{}}function sP(a,b){return rP(a)[b]} -k.connect=function(){if(!this.ng&&this.$c.lB()){if(!this.tm){var a=pP(this);this.Wi=tP(this,a);this.jp=this.getWindow().frames[a];a=qP(this);this.xi=tP(this,a);this.En=this.getWindow().frames[a];this.tm=!0}if(uP(this,pP(this))&&uP(this,qP(this)))this.Ds=new vP(this,sP(this,pP(this)),Ha(this.XE,this)),this.Iq=new vP(this,sP(this,qP(this)),Ha(this.WE,this)),this.cr();else{if(1==this.$c.sz()){if(!(this.ut||0a-nP?10:100)},mP);function DP(){nP=Ka();oP&&window.clearTimeout(oP);oP=window.setTimeout(CP,10)} -function xP(a,b){if(!/^https?:\/\//.test(a))throw Error("URL "+a+" is invalid");this.nF=a;this.Et=b;this.no=0}xP.prototype.send=function(a){this.no=++this.no%2;a=this.nF+"#"+this.no+encodeURIComponent(a);try{DE?this.Et.location.href=a:this.Et.location.replace(a)}catch(b){}DP()};function vP(a,b,c){this.PF=a;this.st=b;this.Zx=c;this.Rr=this.st.location.href.split("#")[0]+"#INITIAL";BP.push(this);DP()};Ch.l(Qg,mh.l(function(a){var b=K(a,0);a=K(a,1);return new P(null,2,5,Q,[lg.j(b.toLowerCase()),a],null)},kj.w(E([bk({mG:"complete",SUCCESS:"success",ERROR:"error",dG:"abort",bQ:"ready",cQ:"readystatechange",TIMEOUT:"timeout",tN:"incrementaldata",aQ:"progress",jJ:"downloadprogress",kQ:"uploadprogress"})],0)))); -var EP=function EP(b){for(var c=[],d=arguments.length,e=0;;)if(ea.Sc.length)a=a.append("0");else{a=a.toString();break a}a=uQ(a);return r(a)?a:0}(),l=(se.l(l,"-")?-1:1)*(60*function(){var a=uQ(n);return r(a)?a:0}()+function(){var a=uQ(p);return r(a)?a:0}());return new P(null,8,5,Q,[u,vQ(1,x,12,"timestamp month field must be in range 1..12"),vQ(1,a,function(){var a;a=0===Sf(u,4);r(a)&&(a=uc(0===Sf(u,100)),a=r(a)?a:0===Sf(u,400));return sQ.l?sQ.l(x,a):sQ.call(null,x,a)}(),"timestamp day field must be in range 1..last day in month"), -vQ(0,b,23,"timestamp hour field must be in range 0..23"),vQ(0,c,59,"timestamp minute field must be in range 0..59"),vQ(0,z,se.l(c,59)?60:59,"timestamp second field must be in range 0..60"),vQ(0,y,999,"timestamp millisecond field must be in range 0..999"),l],null)} -var xQ,yQ=new q(null,4,["inst",function(a){var b;if("string"===typeof a)if(b=wQ(a),r(b)){a=K(b,0);var c=K(b,1),d=K(b,2),e=K(b,3),g=K(b,4),f=K(b,5),h=K(b,6);b=K(b,7);b=new Date(Date.UTC(a,c-1,d,e,g,f,h)-6E4*b)}else b=JP(E([[t("Unrecognized date/time syntax: "),t(a)].join("")],0));else b=JP(E(["Instance literal expects a string for its timestamp."],0));return b},"uuid",function(a){return"string"===typeof a?new uk(a,null):JP(E(["UUID literal expects a string as its representation."],0))},"queue",function(a){return tf(a)? -Ch.l(pi,a):JP(E(["Queue literal expects a vector for its elements."],0))},"js",function(a){if(tf(a)){var b=[];a=rc(a);for(var c=null,d=0,e=0;;)if(e=a||96<=a&&106>=a||65<=a&&90>=a||(DE||BE)&&0==a)return!0;switch(a){case 32:case 43:case 63:case 64:case 107:case 109:case 110:case 111:case 186:case 59:case 189:case 187:case 61:case 188:case 190:case 191:case 192:case 222:case 219:case 220:case 221:return!0;default:return!1}}function CQ(a){if(CE)a=DQ(a);else if(FE&&DE)a:switch(a){case 93:a=91;break a}return a} -function DQ(a){switch(a){case 61:return 187;case 59:return 186;case 173:return 189;case 224:return 91;case 0:return 224;default:return a}};var EQ=document.querySelector("meta[name\x3dcontrol-bus-url]").getAttribute("content");function FQ(a){return r(0==a.lastIndexOf("/",0))?[t(EQ),t(a)].join(""):a}function GQ(a,b,c){return ff(a)?a.j?a.j(b):a.call(null,b):console.error([t(KO(c.rg)),t(" from "),t(String(c.zm))].join(""))}function HQ(a,b){return IQ(a,Cw,null,b)}function JQ(a,b,c){return IQ(a,b,null,c)} -function IQ(a,b,c,d){var e=null!=d&&(d.v&64||d.ca)?Eg(ch,d):d,g=w(e,sC),f=w(e,Tu),h=w(e,bm),m=w(e,$v),l=new RO;r(g)&&jN(l,"success",function(a,b,c,d,e,g){return function(){var a=rQ(bP(c));return g.j?g.j(a):g.call(null,a)}}(l,"success",l,d,e,g,f,h,m));jN(l,"error",function(a,b,c,d,e,g,f,h,l){return function(){var a=rQ(bP(c));if(se.l($O(c),401))return window.location.pathname="/login";if(se.l($O(c),403)&&ff(l)){var b=c.rg;return l.l?l.l(a,b):l.call(null,a,b)}if(ff(f))return b=c.rg,f.l?f.l(a,b):f.call(null, -a,b);if(rf(f)){b=c.rg;if(r(se.l?se.l(1,b):se.call(null,1,b)))return GQ(vD.j(f),a,c);if(r(se.l?se.l(2,b):se.call(null,2,b)))return GQ(Xn.j(f),a,c);if(r(se.l?se.l(4,b):se.call(null,4,b)))return GQ(LC.j(f),a,c);if(r(se.l?se.l(5,b):se.call(null,5,b)))return GQ(sA.j(f),a,c);if(r(se.l?se.l(6,b):se.call(null,6,b)))return GQ(Fu.j(f),a,c);if(r(se.l?se.l(7,b):se.call(null,7,b)))return GQ(eu.j(f),a,c);if(r(se.l?se.l(8,b):se.call(null,8,b)))return GQ(iB.j(f),a,c);throw Error([t("No matching clause: "),t(b)].join("")); -}return null}}(l,"error",l,d,e,g,f,h,m));l.hu=!0;return l.send(FQ(a),mg(b).toLowerCase(),c,function(){switch(h instanceof T?h.kb:null){case "xml":return Yj(new q(null,1,[rz,"application/xml"],null));default:return Yj(new q(null,1,[rz,"application/edn"],null))}}())};function KQ(a,b,c){var d=NK(new JK([t("/"),t("default"),t("/jobs")].join("")),function(){var a=Yj(b);return YK(a)}());return JQ(d.toString(),Cw,new q(null,2,[sC,function(c){return function(d){return YH(a,function(){return function(a){return cf.w(a,Qu,d,E([vB,sl.j(b)],0))}}(c))}}(d),$v,function(d){return function(){r(c)&&JM(c,new q(null,2,[ts,"error",IB,"You are unauthorized to read jobs."],null));return YH(a,function(){return function(a){return cf.w(a,Qu,Ye,E([vB,sl.j(b)],0))}}(d))}}(d)],null))} -function LQ(a){return iI(",",mh.l(function(a){return[t(mg(C(a))),t(":"),t(mg(Ue(a)))].join("")},eg(a)))}function MQ(a,b){switch((b.j?b.j(a):b.call(null,a))instanceof T?(b.j?b.j(a):b.call(null,a)).kb:null){case "asc":return cf.o(a,b,Nn);case "desc":return ef.l(a,b);default:return Fi([b,ar])}};Z.JL={oa:["BC","AD"],na:["Before Christ","Anno Domini"],qa:"JFMAMJJASOND".split(""),va:"JFMAMJJASOND".split(""),pa:"January February March April May June July August September October November December".split(" "),da:"January February March April May June July August September October November December".split(" "),sa:"Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" "),xa:"Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" "),za:"Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "), -ya:"Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),ua:"Sun Mon Tue Wed Thu Fri Sat".split(" "),ha:"Sun Mon Tue Wed Thu Fri Sat".split(" "),Ba:"SMTWTFS".split(""),wa:"SMTWTFS".split(""),ta:["Q1","Q2","Q3","Q4"],ra:["1st quarter","2nd quarter","3rd quarter","4th quarter"],ka:["AM","PM"],ea:["EEEE, y MMMM dd","y MMMM d","y MMM d","yyyy-MM-dd"],ia:["HH:mm:ss v","HH:mm:ss z","HH:mm:ss","HH:mm"],ma:["{1} 'at' {0}","{1} 'at' {0}","{1}, {0}","{1}, {0}"],gG:{Md:"M/d",MMMMd:"MMMM d",MMMd:"MMM d"}, -fa:0,ja:[5,6],ga:3}; -Z.nL={oa:["v.C.","n.C."],na:["voor Christus","na Christus"],qa:"JFMAMJJASOND".split(""),va:"JFMAMJJASOND".split(""),pa:"Januarie Februarie Maart April Mei Junie Julie Augustus September Oktober November Desember".split(" "),da:"Januarie Februarie Maart April Mei Junie Julie Augustus September Oktober November Desember".split(" "),sa:"Jan. Feb. Mrt. Apr Mei Jun Jul Aug Sep Okt Nov Des".split(" "),xa:"Jan. Feb. Mrt. Apr Mei Jun Jul Aug Sep Okt Nov Des".split(" "),za:"Sondag Maandag Dinsdag Woensdag Donderdag Vrydag Saterdag".split(" "),ya:"Sondag Maandag Dinsdag Woensdag Donderdag Vrydag Saterdag".split(" "), -ua:"So Ma Di Wo Do Vr Sa".split(" "),ha:"So Ma Di Wo Do Vr Sa".split(" "),Ba:"SMDWDVS".split(""),wa:"SMDWDVS".split(""),ta:["K1","K2","K3","K4"],ra:["1ste kwartaal","2de kwartaal","3de kwartaal","4de kwartaal"],ka:["vm.","nm."],ea:["EEEE, dd MMMM y","dd MMMM y","dd MMM y","y-MM-dd"],ia:["h:mm:ss a zzzz","h:mm:ss a z","h:mm:ss a","h:mm a"],ma:["{1} {0}","{1} {0}","{1} {0}","{1} {0}"],fa:6,ja:[5,6],ga:5}; -Z.oL={oa:["\u12d3/\u12d3","\u12d3/\u121d"],na:["\u12d3\u1218\u1270 \u12d3\u1208\u121d","\u12d3\u1218\u1270 \u121d\u1215\u1228\u1275"],qa:"\u1303\u134c\u121b\u12a4\u121c\u1301\u1301\u12a6\u1234\u12a6\u1296\u12f2".split(""),va:"\u1303\u134c\u121b\u12a4\u121c\u1301\u1301\u12a6\u1234\u12a6\u1296\u12f2".split(""),pa:"\u1303\u1295\u12e9\u12c8\u122a \u134c\u1265\u1229\u12c8\u122a \u121b\u122d\u127d \u12a4\u1355\u122a\u120d \u121c\u12ed \u1301\u1295 \u1301\u120b\u12ed \u12a6\u1308\u1235\u1275 \u1234\u1355\u1274\u121d\u1260\u122d \u12a6\u12ad\u1276\u1260\u122d \u1296\u126c\u121d\u1260\u122d \u12f2\u1234\u121d\u1260\u122d".split(" "), -da:"\u1303\u1295\u12e9\u12c8\u122a \u134c\u1265\u1229\u12c8\u122a \u121b\u122d\u127d \u12a4\u1355\u122a\u120d \u121c\u12ed \u1301\u1295 \u1301\u120b\u12ed \u12a6\u1308\u1235\u1275 \u1234\u1355\u1274\u121d\u1260\u122d \u12a6\u12ad\u1276\u1260\u122d \u1296\u126c\u121d\u1260\u122d \u12f2\u1234\u121d\u1260\u122d".split(" "),sa:"\u1303\u1295\u12e9 \u134c\u1265\u1229 \u121b\u122d\u127d \u12a4\u1355\u122a \u121c\u12ed \u1301\u1295 \u1301\u120b\u12ed \u12a6\u1308\u1235 \u1234\u1355\u1274 \u12a6\u12ad\u1276 \u1296\u126c\u121d \u12f2\u1234\u121d".split(" "), -xa:"\u1303\u1295\u12e9 \u134c\u1265\u1229 \u121b\u122d\u127d \u12a4\u1355\u122a \u121c\u12ed \u1301\u1295 \u1301\u120b\u12ed \u12a6\u1308\u1235 \u1234\u1355\u1274 \u12a6\u12ad\u1276 \u1296\u126c\u121d \u12f2\u1234\u121d".split(" "),za:"\u12a5\u1211\u12f5 \u1230\u129e \u121b\u12ad\u1230\u129e \u1228\u1261\u12d5 \u1210\u1219\u1235 \u12d3\u122d\u1265 \u1245\u12f3\u121c".split(" "),ya:"\u12a5\u1211\u12f5 \u1230\u129e \u121b\u12ad\u1230\u129e \u1228\u1261\u12d5 \u1210\u1219\u1235 \u12d3\u122d\u1265 \u1245\u12f3\u121c".split(" "), -ua:"\u12a5\u1211\u12f5 \u1230\u129e \u121b\u12ad\u1230 \u1228\u1261\u12d5 \u1210\u1219\u1235 \u12d3\u122d\u1265 \u1245\u12f3\u121c".split(" "),ha:"\u12a5\u1211\u12f5 \u1230\u129e \u121b\u12ad\u1230 \u1228\u1261\u12d5 \u1210\u1219\u1235 \u12d3\u122d\u1265 \u1245\u12f3\u121c".split(" "),Ba:"\u12a5\u1230\u121b\u1228\u1210\u12d3\u1245".split(""),wa:"\u12a5\u1230\u121b\u1228\u1210\u12d3\u1245".split(""),ta:["\u1229\u12651","\u1229\u12652","\u1229\u12653","\u1229\u12654"],ra:["1\u129b\u12cd \u1229\u1265", -"\u1201\u1208\u1270\u129b\u12cd \u1229\u1265","3\u129b\u12cd \u1229\u1265","4\u129b\u12cd \u1229\u1265"],ka:["\u1325\u12cb\u1275","\u12a8\u1230\u12d3\u1275"],ea:["EEEE, d MMMM y","d MMMM y","d MMM y","dd/MM/y"],ia:["h:mm:ss a zzzz","h:mm:ss a z","h:mm:ss a","h:mm a"],ma:["{1} {0}","{1} {0}","{1} {0}","{1} {0}"],fa:6,ja:[5,6],ga:5}; -Z.pL={oh:1632,oa:["\u0642.\u0645","\u0645"],na:["\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f","\u0645\u064a\u0644\u0627\u062f\u064a"],qa:"\u064a\u0641\u0645\u0623\u0648\u0646\u0644\u063a\u0633\u0643\u0628\u062f".split(""),va:"\u064a\u0641\u0645\u0623\u0648\u0646\u0644\u063a\u0633\u0643\u0628\u062f".split(""),pa:"\u064a\u0646\u0627\u064a\u0631 \u0641\u0628\u0631\u0627\u064a\u0631 \u0645\u0627\u0631\u0633 \u0623\u0628\u0631\u064a\u0644 \u0645\u0627\u064a\u0648 \u064a\u0648\u0646\u064a\u0648 \u064a\u0648\u0644\u064a\u0648 \u0623\u063a\u0633\u0637\u0633 \u0633\u0628\u062a\u0645\u0628\u0631 \u0623\u0643\u062a\u0648\u0628\u0631 \u0646\u0648\u0641\u0645\u0628\u0631 \u062f\u064a\u0633\u0645\u0628\u0631".split(" "), -da:"\u064a\u0646\u0627\u064a\u0631 \u0641\u0628\u0631\u0627\u064a\u0631 \u0645\u0627\u0631\u0633 \u0623\u0628\u0631\u064a\u0644 \u0645\u0627\u064a\u0648 \u064a\u0648\u0646\u064a\u0648 \u064a\u0648\u0644\u064a\u0648 \u0623\u063a\u0633\u0637\u0633 \u0633\u0628\u062a\u0645\u0628\u0631 \u0623\u0643\u062a\u0648\u0628\u0631 \u0646\u0648\u0641\u0645\u0628\u0631 \u062f\u064a\u0633\u0645\u0628\u0631".split(" "),sa:"\u064a\u0646\u0627\u064a\u0631 \u0641\u0628\u0631\u0627\u064a\u0631 \u0645\u0627\u0631\u0633 \u0623\u0628\u0631\u064a\u0644 \u0645\u0627\u064a\u0648 \u064a\u0648\u0646\u064a\u0648 \u064a\u0648\u0644\u064a\u0648 \u0623\u063a\u0633\u0637\u0633 \u0633\u0628\u062a\u0645\u0628\u0631 \u0623\u0643\u062a\u0648\u0628\u0631 \u0646\u0648\u0641\u0645\u0628\u0631 \u062f\u064a\u0633\u0645\u0628\u0631".split(" "), -xa:"\u064a\u0646\u0627\u064a\u0631 \u0641\u0628\u0631\u0627\u064a\u0631 \u0645\u0627\u0631\u0633 \u0623\u0628\u0631\u064a\u0644 \u0645\u0627\u064a\u0648 \u064a\u0648\u0646\u064a\u0648 \u064a\u0648\u0644\u064a\u0648 \u0623\u063a\u0633\u0637\u0633 \u0633\u0628\u062a\u0645\u0628\u0631 \u0623\u0643\u062a\u0648\u0628\u0631 \u0646\u0648\u0641\u0645\u0628\u0631 \u062f\u064a\u0633\u0645\u0628\u0631".split(" "),za:"\u0627\u0644\u0623\u062d\u062f \u0627\u0644\u0627\u062b\u0646\u064a\u0646 \u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621 \u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621 \u0627\u0644\u062e\u0645\u064a\u0633 \u0627\u0644\u062c\u0645\u0639\u0629 \u0627\u0644\u0633\u0628\u062a".split(" "), -ya:"\u0627\u0644\u0623\u062d\u062f \u0627\u0644\u0627\u062b\u0646\u064a\u0646 \u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621 \u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621 \u0627\u0644\u062e\u0645\u064a\u0633 \u0627\u0644\u062c\u0645\u0639\u0629 \u0627\u0644\u0633\u0628\u062a".split(" "),ua:"\u0627\u0644\u0623\u062d\u062f \u0627\u0644\u0627\u062b\u0646\u064a\u0646 \u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621 \u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621 \u0627\u0644\u062e\u0645\u064a\u0633 \u0627\u0644\u062c\u0645\u0639\u0629 \u0627\u0644\u0633\u0628\u062a".split(" "), -ha:"\u0627\u0644\u0623\u062d\u062f \u0627\u0644\u0627\u062b\u0646\u064a\u0646 \u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621 \u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621 \u0627\u0644\u062e\u0645\u064a\u0633 \u0627\u0644\u062c\u0645\u0639\u0629 \u0627\u0644\u0633\u0628\u062a".split(" "),Ba:"\u062d\u0646\u062b\u0631\u062e\u062c\u0633".split(""),wa:"\u062d\u0646\u062b\u0631\u062e\u062c\u0633".split(""),ta:["\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0623\u0648\u0644","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062b\u0627\u0646\u064a", -"\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062b\u0627\u0644\u062b","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0631\u0627\u0628\u0639"],ra:["\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0623\u0648\u0644","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062b\u0627\u0646\u064a","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062b\u0627\u0644\u062b","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0631\u0627\u0628\u0639"],ka:["\u0635","\u0645"],ea:["EEEE\u060c d MMMM\u060c y","d MMMM\u060c y","dd\u200f/MM\u200f/y", -"d\u200f/M\u200f/y"],ia:["h:mm:ss a zzzz","h:mm:ss a z","h:mm:ss a","h:mm a"],ma:["{1} {0}","{1} {0}","{1} {0}","{1} {0}"],fa:5,ja:[4,5],ga:4}; -Z.qL={oa:["e.\u0259.","b.e."],na:["eram\u0131zdan \u0259vv\u0259l","bizim eram\u0131z\u0131n"],qa:"1 2 3 4 5 6 7 8 9 10 11 12".split(" "),va:"1 2 3 4 5 6 7 8 9 10 11 12".split(" "),pa:"yanvar fevral mart aprel may iyun iyul avqust sentyabr oktyabr noyabr dekabr".split(" "),da:"Yanvar Fevral Mart Aprel May \u0130yun \u0130yul Avqust Sentyabr Oktyabr Noyabr Dekabr".split(" "),sa:"yan fev mar apr may iyn iyl avq sen okt noy dek".split(" "),xa:"yan fev mar apr may iyn iyl avq sen okt noy dek".split(" "), -za:"bazar;bazar ert\u0259si;\u00e7\u0259r\u015f\u0259nb\u0259 ax\u015fam\u0131;\u00e7\u0259r\u015f\u0259nb\u0259;c\u00fcm\u0259 ax\u015fam\u0131;c\u00fcm\u0259;\u015f\u0259nb\u0259".split(";"),ya:"bazar;bazar ert\u0259si;\u00e7\u0259r\u015f\u0259nb\u0259 ax\u015fam\u0131;\u00e7\u0259r\u015f\u0259nb\u0259;c\u00fcm\u0259 ax\u015fam\u0131;c\u00fcm\u0259;\u015f\u0259nb\u0259".split(";"),ua:"B. B.E. \u00c7.A. \u00c7. C.A. C. \u015e.".split(" "),ha:"B. B.E. \u00c7.A. \u00c7. C.A. C. \u015e.".split(" "), -Ba:"7123456".split(""),wa:"7123456".split(""),ta:["1-ci kv.","2-ci kv.","3-c\u00fc kv.","4-c\u00fc kv."],ra:["1-ci kvartal","2-ci kvartal","3-c\u00fc kvartal","4-c\u00fc kvartal"],ka:["AM","PM"],ea:["d MMMM y, EEEE","d MMMM y","d MMM y","dd.MM.yy"],ia:["HH:mm:ss zzzz","HH:mm:ss z","HH:mm:ss","HH:mm"],ma:["{1} {0}","{1} {0}","{1} {0}","{1} {0}"],fa:0,ja:[5,6],ga:6}; -Z.rL={oa:["\u0434\u0430 \u043d.\u044d.","\u043d.\u044d."],na:["\u0434\u0430 \u043d.\u044d.","\u043d.\u044d."],qa:"\u0441\u043b\u0441\u043a\u043c\u0447\u043b\u0436\u0432\u043a\u043b\u0441".split(""),va:"\u0441\u043b\u0441\u043a\u043c\u0447\u043b\u0436\u0432\u043a\u043b\u0441".split(""),pa:"\u0441\u0442\u0443\u0434\u0437\u0435\u043d\u044f \u043b\u044e\u0442\u0430\u0433\u0430 \u0441\u0430\u043a\u0430\u0432\u0456\u043a\u0430 \u043a\u0440\u0430\u0441\u0430\u0432\u0456\u043a\u0430 \u043c\u0430\u044f \u0447\u044d\u0440\u0432\u0435\u043d\u044f \u043b\u0456\u043f\u0435\u043d\u044f \u0436\u043d\u0456\u045e\u043d\u044f \u0432\u0435\u0440\u0430\u0441\u043d\u044f \u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a\u0430 \u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434\u0430 \u0441\u043d\u0435\u0436\u043d\u044f".split(" "), +function AM(a,b){this.ud=[];this.Qj=a;this.dj=b||null;this.ye=this.Vd=!1;this.$c=void 0;this.Rh=this.Mn=this.Sg=!1;this.Hg=0;this.ac=null;this.Ug=0}n=AM.prototype;n.cancel=function(a){if(this.Vd)this.$c instanceof AM&&this.$c.cancel();else{if(this.ac){var b=this.ac;delete this.ac;a?b.cancel(a):(b.Ug--,0>=b.Ug&&b.cancel())}this.Qj?this.Qj.call(this.dj,this):this.Rh=!0;this.Vd||this.Do(new BM(this))}};n.aj=function(a,b){this.Sg=!1;this.Vd=!0;this.$c=b;this.ye=!a;CM(this)}; +n.Xg=function(){if(this.Vd){if(!this.Rh)throw new DM(this);this.Rh=!1}};n.Do=function(a){this.Xg();this.Vd=!0;this.$c=a;this.ye=!0;CM(this)};function EM(a,b,c){a.ud.push([b,c,void 0]);a.Vd&&CM(a)}n.then=function(a,b,c){var d,e,h=new LL(function(a,b){d=a;e=b});EM(this,d,function(a){a instanceof BM?h.cancel():e(a)});return h.then(a,b,c)};zL(AM);function FM(a){return Cb(a.ud,function(a){return va(a[1])})} +function CM(a){if(a.Hg&&a.Vd&&FM(a)){var b=a.Hg,c=GM[b];c&&(ea.clearTimeout(c.ig),delete GM[b]);a.Hg=0}a.ac&&(a.ac.Ug--,delete a.ac);for(var b=a.$c,d=c=!1;a.ud.length&&!a.Sg;){var e=a.ud.shift(),h=e[0],f=e[1],e=e[2];if(h=a.ye?f:h)try{var g=h.call(e||a.dj,b);ia(g)&&(a.ye=a.ye&&(g==b||g instanceof Error),a.$c=b=g);if(AL(b)||"function"===typeof ea.Promise&&b instanceof ea.Promise)d=!0,a.Sg=!0}catch(l){b=l,a.ye=!0,FM(a)||(c=!0)}}a.$c=b;d&&(g=Da(a.aj,a,!0),d=Da(a.aj,a,!1),b instanceof AM?(EM(b,g,d),b.Mn= +!0):b.then(g,d));c&&(b=new HM(b),GM[b.ig]=b,a.Hg=b.ig)}function DM(a){ub.call(this);this.deferred=a}Ha(DM,ub);DM.prototype.message="Deferred has already fired";DM.prototype.name="AlreadyCalledError";function BM(a){ub.call(this);this.deferred=a}Ha(BM,ub);BM.prototype.message="Deferred was canceled";BM.prototype.name="CanceledError";function HM(a){this.ig=ea.setTimeout(Da(this.St,this),0);this.cg=a}HM.prototype.St=function(){delete GM[this.ig];throw this.cg;};var GM={};function IM(a){yK.call(this);a||(a=vb||(vb=new QD));this.zo=a}Ha(IM,yK);IM.prototype.pk=0;IM.prototype.getWindow=function(){return this.zo.getWindow()};IM.prototype.getName=function(){return xL[String(this.pk)]||""};function JM(a,b){IM.call(this,b);this.Ib=a;this.Oh=this.Ib.Mo()[yL.xn];this.xt=this.Ib.Mo()[yL.wn];this.Cg=[]}var KM,LM;Ha(JM,IM);n=JM.prototype;n.st=5;n.pk=4;n.ud=0;n.Ne=!1;n.mg=!1;n.Yj=null;function MM(a){return"googlexpc_"+a.Ib.name+"_msg"}function NM(a){return"googlexpc_"+a.Ib.name+"_ack"}function OM(a){try{if(!a.Ad&&a.Ib.fq())return a.Ib.LC().frames||{}}catch(b){wL(uL,"error retrieving peer frames")}return{}}function PM(a,b){return OM(a)[b]} +n.connect=function(){if(!this.Ad&&this.Ib.fq()){wL(uL,"transport connect called");if(!this.mg){wL(uL,"initializing...");var a=MM(this);this.Ee=QM(this,a);this.Fh=this.getWindow().frames[a];a=NM(this);this.oe=QM(this,a);this.Rg=this.getWindow().frames[a];this.mg=!0}if(RM(this,MM(this))&&RM(this,NM(this)))wL(uL,"foreign frames present"),this.vj=new SM(this,PM(this,MM(this)),Da(this.vt,this)),this.ti=new SM(this,PM(this,NM(this)),Da(this.ut,this)),this.Gi();else{tL("foreign frames not (yet) present"); +if(1==this.Ib.Ro()){if(!(this.Yj||0a-KM?10:100)},JM);function $M(){wL(uL,"starting receive-timer");KM=Fa();LM&&window.clearTimeout(LM);LM=window.setTimeout(ZM,10)} +function UM(a,b){if(!/^https?:\/\//.test(a))throw Error("URL "+a+" is invalid");this.Jt=a;this.ek=b;this.ph=0}UM.prototype.send=function(a){this.ph=++this.ph%2;a=this.Jt+"#"+this.ph+encodeURIComponent(a);try{cD?this.ek.location.href=a:this.ek.location.replace(a)}catch(b){uL&&uL.log(jL,"sending failed",b)}$M()};function SM(a,b,c){this.Xt=a;this.Vj=b;this.Sn=c;this.bj=this.Vj.location.href.split("#")[0]+"#INITIAL";YM.push(this);$M()};sL("goog.net.WebSocket");sh.l(Fg,ch.l(function(a){var b=Te(a,0);a=Te(a,1);return new N(null,2,5,O,[ag.j(b.toLowerCase()),a],null)},$i.A(F([Qj({ku:"complete",SUCCESS:"success",ERROR:"error",gu:"abort",VB:"ready",WB:"readystatechange",TIMEOUT:"timeout",nz:"incrementaldata",UB:"progress",hx:"downloadprogress",aC:"uploadprogress"})],0)))); +var aN=function aN(b){for(var c=[],d=arguments.length,e=0;;)if(ea.yd.length)a=a.append("0");else{a=a.toString();break a}a=RN(a);return r(a)?a:0}(),k=(ie.l(k,"-")?-1:1)*(60*function(){var a=RN(m);return r(a)?a:0}()+function(){var a=RN(q);return r(a)?a:0}());return new N(null,8,5,O,[t,SN(1,x,12,"timestamp month field must be in range 1..12"),SN(1,a,function(){var a;a=0===If(t,4);r(a)&&(a=jc(0===If(t,100)),a=r(a)?a:0===If(t,400));return PN.l?PN.l(x,a):PN.call(null,x,a)}(),"timestamp day field must be in range 1..last day in month"), +SN(0,b,23,"timestamp hour field must be in range 0..23"),SN(0,c,59,"timestamp minute field must be in range 0..59"),SN(0,B,ie.l(c,59)?60:59,"timestamp second field must be in range 0..60"),SN(0,z,999,"timestamp millisecond field must be in range 0..999"),k],null)} +var UN,VN=new p(null,4,["inst",function(a){var b;if("string"===typeof a)if(b=TN(a),r(b)){a=Te(b,0);var c=Te(b,1),d=Te(b,2),e=Te(b,3),h=Te(b,4),f=Te(b,5),g=Te(b,6);b=Te(b,7);b=new Date(Date.UTC(a,c-1,d,e,h,f,g)-6E4*b)}else b=fN(F([[u("Unrecognized date/time syntax: "),u(a)].join("")],0));else b=fN(F(["Instance literal expects a string for its timestamp."],0));return b},"uuid",function(a){return"string"===typeof a?new jk(a,null):fN(F(["UUID literal expects a string as its representation."],0))},"queue", +function(a){return hf(a)?sh.l(ei,a):fN(F(["Queue literal expects a vector for its elements."],0))},"js",function(a){if(hf(a)){var b=[];a=gc(a);for(var c=null,d=0,e=0;;)if(e=d?1-d:8-d)+(Number(h)+7*(Number(c)-1))-1))):(e&&(b.setDate(1),b.setMonth(e-1)),g&&b.setDate(g));c=!0}else c=!1;c&&!(c=2>a.length)&&(a=a[1],c=a.match(PQ),h=0, -c&&("Z"!=c[0]&&(h=60*c[2]+Number(c[3]),h*="-"==c[1]?1:-1),h-=b.getTimezoneOffset(),a=a.substr(0,a.length-c[0].length)),(c=a.match(OQ))?(b.setHours(Number(c[1])),b.setMinutes(Number(c[2])||0),b.setSeconds(Number(c[3])||0),b.setMilliseconds(c[4]?1E3*c[4]:0),0!=h&&b.setTime(b.getTime()+6E4*h),c=!0):c=!1);return c?b:null} -function TQ(a,b,c,d,e,g){sa(a)?(this.years=a==VQ?b:0,this.months=a==WQ?b:0,this.days=a==UQ?b:0,this.hours=a==XQ?b:0,this.minutes=a==YQ?b:0,this.seconds=a==ZQ?b:0):(this.years=a||0,this.months=b||0,this.days=c||0,this.hours=d||0,this.minutes=e||0,this.seconds=g||0)} -TQ.prototype.Bg=function(a){var b=Math.min(this.years,this.months,this.days,this.hours,this.minutes,this.seconds),c=Math.max(this.years,this.months,this.days,this.hours,this.minutes,this.seconds);if(0>b&&0b&&c.push("-");c.push("P");(this.years||a)&&c.push(Math.abs(this.years)+"Y");(this.months||a)&&c.push(Math.abs(this.months)+"M");(this.days||a)&&c.push(Math.abs(this.days)+"D");if(this.hours||this.minutes||this.seconds||a)c.push("T"),(this.hours|| -a)&&c.push(Math.abs(this.hours)+"H"),(this.minutes||a)&&c.push(Math.abs(this.minutes)+"M"),(this.seconds||a)&&c.push(Math.abs(this.seconds)+"S");return c.join("")};TQ.prototype.clone=function(){return new TQ(this.years,this.months,this.days,this.hours,this.minutes,this.seconds)};var VQ="y",WQ="m",UQ="d",XQ="h",YQ="n",ZQ="s";TQ.prototype.add=function(a){this.years+=a.years;this.months+=a.months;this.days+=a.days;this.hours+=a.hours;this.minutes+=a.minutes;this.seconds+=a.seconds}; -function $Q(a,b,c){va(a)?(this.date=aR(a,b||0,c||1),bR(this,c||1)):xa(a)?(this.date=aR(a.getFullYear(),a.getMonth(),a.getDate()),bR(this,a.getDate())):(this.date=new Date(Ka()),a=this.date.getDate(),this.date.setHours(0),this.date.setMinutes(0),this.date.setSeconds(0),this.date.setMilliseconds(0),bR(this,a))}function aR(a,b,c){b=new Date(a,b,c);0<=a&&100>a&&b.setFullYear(b.getFullYear()-1900);return b}k=$Q.prototype;k.Df=Z.Yf.fa;k.Dh=Z.Yf.ga; -k.clone=function(){var a=new $Q(this.date);a.Df=this.Df;a.Dh=this.Dh;return a};k.getFullYear=function(){return this.date.getFullYear()};k.getYear=function(){return this.getFullYear()};k.getMonth=function(){return this.date.getMonth()};k.getDate=function(){return this.date.getDate()};k.getTime=function(){return this.date.getTime()};k.getDay=function(){return this.date.getDay()};k.getUTCFullYear=function(){return this.date.getUTCFullYear()};k.getUTCMonth=function(){return this.date.getUTCMonth()}; -k.getUTCDate=function(){return this.date.getUTCDate()};k.getUTCDay=function(){return this.date.getDay()};k.getUTCHours=function(){return this.date.getUTCHours()};k.getUTCMinutes=function(){return this.date.getUTCMinutes()};function cR(a){return QQ(a.getFullYear(),a.getMonth())}k.getTimezoneOffset=function(){return this.date.getTimezoneOffset()};function dR(a){a=a.getTimezoneOffset();if(0==a)a="Z";else{var b=Math.abs(a)/60,c=Math.floor(b),b=60*(b-c);a=(0b&&(b+=12);var d=Math.min(QQ(c,b),this.getDate());this.setDate(1);this.setFullYear(c);this.setMonth(b);this.setDate(d)}a.days&&(b=new Date(this.getYear(),this.getMonth(),this.getDate(),12),a=new Date(b.getTime()+864E5*a.days),this.setDate(1),this.setFullYear(a.getFullYear()),this.setMonth(a.getMonth()),this.setDate(a.getDate()),bR(this,a.getDate()))}; -k.Bg=function(a,b){return[this.getFullYear(),mb(this.getMonth()+1,2),mb(this.getDate(),2)].join(a?"-":"")+(b?dR(this):"")};k.toString=function(){return this.Bg()};function bR(a,b){if(a.getDate()!=b){var c=a.getDate()c?"-":"+"];c=Math.abs(c);d.push(Math.floor(c/60)%100);c%=60;0!=c&&d.push(":",mb(c,2));c=d.join("")}b.cq=c;c=a;0==c?c="UTC":(d=["UTC",0>c?"+":"-"],c=Math.abs(c),d.push(Math.floor(c/60)%100),c%=60,0!=c&&d.push(":",c),c=d.join(""));a=gR(a);b.fq=[c,c];b.ni={hQ:a,Hq:a};b.mn=[];return b}b=new eR;b.cq=a.id;b.gn=-a.std_offset;b.fq=a.names;b.ni=a.names_ext;b.mn=a.transitions;return b} -function gR(a){var b=["GMT"];b.push(0>=a?"+":"-");a=Math.abs(a);b.push(mb(Math.floor(a/60)%100,2),":",mb(a%60,2));return b.join("")}function hR(a,b){for(var c=Date.UTC(b.getUTCFullYear(),b.getUTCMonth(),b.getUTCDate(),b.getUTCHours(),b.getUTCMinutes())/36E5,d=0;d=a.mn[d];)d+=2;return 0==d?0:a.mn[d-1]};function iR(a,b){this.Nm=[];this.Bc=b||Z.Yf;"number"==typeof a?this.ml(a):this.bg(a)}var jR=[/^\'(?:[^\']|\'\')*\'/,/^(?:G+|y+|M+|k+|S+|E+|a+|h+|K+|H+|c+|L+|Q+|d+|m+|s+|v+|V+|w+|z+|Z+)/,/^[^\'GyMkSEahKHcLQdmsvVwzZ]+/];iR.prototype.bg=function(a){for(kR&&(a=a.replace(/\u200f/g,""));a;)for(var b=0;ba)b=this.Bc.ea[a];else if(8>a)b=this.Bc.ia[a-4];else if(12>a)b=this.Bc.ma[a-8],b=b.replace("{1}",this.Bc.ea[a-8]),b=b.replace("{0}",this.Bc.ia[a-8]);else{this.ml(10);return}this.bg(b)};function mR(a,b){return nR(b,a.Bc)}var kR=!1;function nR(a,b){a=String(a);var c=b||Z.Yf;if(void 0===c.oh)return a;for(var d=[],e=0;e=g?String.fromCharCode(c.oh+g-48):a.charAt(e))}return d.join("")} -function oR(a){if(!(a.getHours&&a.getSeconds&&a.getMinutes))throw Error("The date to format has no time (probably a goog.date.Date). Use Date or goog.date.DateTime, or use a pattern without time fields.");} -function lR(a,b,c,d,e,g){var f=b.length;switch(b.charAt(0)){case "G":return c=0c&&(c=-c),2==f&&(c%=100),mR(a,mb(c,f));case "M":a:switch(c=d.getMonth(),f){case 5:f=a.Bc.qa[c];break a;case 4:f=a.Bc.pa[c];break a;case 3:f=a.Bc.sa[c];break a;default:f=mR(a,mb(c+1,f))}return f;case "k":return oR(e),mR(a,mb(e.getHours()||24,f));case "S":return mR(a,(e.getTime()%1E3/1E3).toFixed(Math.min(3,f)).substr(2)+(3f?1:0];case "h":return oR(e),mR(a,mb(e.getHours()%12||12,f));case "K":return oR(e),mR(a,mb(e.getHours()%12,f));case "H":return oR(e),mR(a,mb(e.getHours(),f));case "c":a:switch(c=d.getDay(),f){case 5:f=a.Bc.wa[c];break a;case 4:f=a.Bc.ya[c];break a;case 3:f=a.Bc.ha[c];break a;default:f=mR(a,mb(c,1))}return f;case "L":a:switch(c=d.getMonth(),f){case 5:f=a.Bc.va[c];break a;case 4:f=a.Bc.da[c]; -break a;case 3:f=a.Bc.xa[c];break a;default:f=mR(a,mb(c+1,f))}return f;case "Q":return c=Math.floor(d.getMonth()/3),4>f?a.Bc.ta[c]:a.Bc.ra[c];case "d":return mR(a,mb(d.getDate(),f));case "m":return oR(e),mR(a,mb(e.getMinutes(),f));case "s":return oR(e),mR(a,mb(e.getSeconds(),f));case "v":return f=g||fR(c.getTimezoneOffset()),f.cq;case "V":return a=g||fR(c.getTimezoneOffset()),2>=f?a.cq:0f?a.fq[0f?(f=-(e.gn-hR(e,c)),a=[0>f?"-":"+"],f=Math.abs(f),a.push(mb(Math.floor(f/60)%100,2),mb(f%60,2)), -f=a.join("")):f=mR(a,gR(e.gn-hR(e,c))),f;default:return""}};Z.ju={la:{1E3:{other:"0"},1E4:{other:"0"},1E5:{other:"0"},1E6:{other:"0\u00a0m"},1E7:{other:"00\u00a0m"},1E8:{other:"000\u00a0m"},1E9:{other:"0\u00a0mjd"},1E10:{other:"00\u00a0mjd"},1E11:{other:"000\u00a0mjd"},1E12:{other:"0\u00a0bn"},1E13:{other:"00\u00a0bn"},1E14:{other:"000\u00a0bn"}},Fa:{1E3:{other:"0 duisend"},1E4:{other:"00 duisend"},1E5:{other:"000 duisend"},1E6:{other:"0 miljoen"},1E7:{other:"00 miljoen"},1E8:{other:"000 miljoen"},1E9:{other:"0 miljard"},1E10:{other:"00 miljard"},1E11:{other:"000 miljard"}, -1E12:{other:"0 biljoen"},1E13:{other:"00 biljoen"},1E14:{other:"000 biljoen"}}};Z.nG=Z.ju; -Z.ku={la:{1E3:{other:"0\u00a0\u123a"},1E4:{other:"00\u00a0\u123a"},1E5:{other:"000\u00a0\u123a"},1E6:{other:"0\u00a0\u121c\u1275\u122d"},1E7:{other:"00\u00a0\u121c\u1275\u122d"},1E8:{other:"000\u00a0\u121c\u1275\u122d"},1E9:{other:"0\u00a0\u1262"},1E10:{other:"00\u00a0\u1262"},1E11:{other:"000\u00a0\u1262"},1E12:{other:"0\u00a0\u1275"},1E13:{other:"00\u00a0\u1275"},1E14:{other:"000\u00a0\u1275"}},Fa:{1E3:{other:"0 \u123a"},1E4:{other:"00 \u123a"},1E5:{other:"000 \u123a"},1E6:{other:"0 \u121a\u120a\u12ee\u1295"}, -1E7:{other:"00 \u121a\u120a\u12ee\u1295"},1E8:{other:"000 \u121a\u120a\u12ee\u1295"},1E9:{other:"0 \u1262\u120a\u12ee\u1295"},1E10:{other:"00 \u1262\u120a\u12ee\u1295"},1E11:{other:"000 \u1262\u120a\u12ee\u1295"},1E12:{other:"0 \u1275\u122a\u120a\u12ee\u1295"},1E13:{other:"00 \u1275\u122a\u120a\u12ee\u1295"},1E14:{other:"000 \u1275\u122a\u120a\u12ee\u1295"}}};Z.oG=Z.ku; -Z.kq={la:{1E3:{other:"0\u00a0\u0623\u0644\u0641"},1E4:{other:"00\u00a0\u0623\u0644\u0641"},1E5:{other:"000\u00a0\u0623\u0644\u0641"},1E6:{other:"0\u00a0\u0645\u0644\u064a\u0648"},1E7:{other:"00\u00a0\u0645\u0644\u064a\u0648"},1E8:{other:"000\u00a0\u0645\u0644\u064a\u0648"},1E9:{other:"0\u00a0\u0628\u0644\u064a\u0648"},1E10:{other:"00\u00a0\u0628\u0644\u064a\u0648"},1E11:{other:"000\u00a0\u0628\u0644\u064a\u0648"},1E12:{other:"0\u00a0\u062a\u0631\u0644\u064a\u0648"},1E13:{other:"00\u00a0\u062a\u0631\u0644\u064a\u0648"}, -1E14:{other:"000\u00a0\u062a\u0631\u0644\u064a\u0648"}},Fa:{1E3:{other:"0 \u0623\u0644\u0641"},1E4:{other:"00 \u0623\u0644\u0641"},1E5:{other:"000 \u0623\u0644\u0641"},1E6:{other:"0 \u0645\u0644\u064a\u0648\u0646"},1E7:{other:"00 \u0645\u0644\u064a\u0648\u0646"},1E8:{other:"000 \u0645\u0644\u064a\u0648\u0646"},1E9:{other:"0 \u0628\u0644\u064a\u0648\u0646"},1E10:{other:"00 \u0628\u0644\u064a\u0648\u0646"},1E11:{other:"000 \u0628\u0644\u064a\u0648\u0646"},1E12:{other:"0 \u062a\u0631\u064a\u0644\u064a\u0648\u0646"}, -1E13:{other:"00 \u062a\u0631\u064a\u0644\u064a\u0648\u0646"},1E14:{other:"000 \u062a\u0631\u064a\u0644\u064a\u0648\u0646"}}};Z.pG=Z.kq;Z.qG=Z.kq; -Z.lq={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},Fa:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};Z.rG=Z.lq;Z.sG=Z.lq; -Z.lu={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};Z.tG=Z.lu; -Z.mu={la:{1E3:{other:"0\u00a0\u0445\u0438\u043b."},1E4:{other:"00\u00a0\u0445\u0438\u043b."},1E5:{other:"000\u00a0\u0445\u0438\u043b."},1E6:{other:"0\u00a0\u043c\u043b\u043d."},1E7:{other:"00\u00a0\u043c\u043b\u043d."},1E8:{other:"000\u00a0\u043c\u043b\u043d."},1E9:{other:"0\u00a0\u043c\u043b\u0440\u0434."},1E10:{other:"00\u00a0\u043c\u043b\u0440\u0434."},1E11:{other:"000\u00a0\u043c\u043b\u0440\u0434."},1E12:{other:"0\u00a0\u0442\u0440\u043b\u043d."},1E13:{other:"00\u00a0\u0442\u0440\u043b\u043d."}, -1E14:{other:"000\u00a0\u0442\u0440\u043b\u043d."}},Fa:{1E3:{other:"0 \u0445\u0438\u043b\u044f\u0434\u0438"},1E4:{other:"00 \u0445\u0438\u043b\u044f\u0434\u0438"},1E5:{other:"000 \u0445\u0438\u043b\u044f\u0434\u0438"},1E6:{other:"0 \u043c\u0438\u043b\u0438\u043e\u043d\u0430"},1E7:{other:"00 \u043c\u0438\u043b\u0438\u043e\u043d\u0430"},1E8:{other:"000 \u043c\u0438\u043b\u0438\u043e\u043d\u0430"},1E9:{other:"0 \u043c\u0438\u043b\u0438\u0430\u0440\u0434\u0430"},1E10:{other:"00 \u043c\u0438\u043b\u0438\u0430\u0440\u0434\u0430"}, -1E11:{other:"000 \u043c\u0438\u043b\u0438\u0430\u0440\u0434\u0430"},1E12:{other:"0 \u0442\u0440\u0438\u043b\u0438\u043e\u043d\u0430"},1E13:{other:"00 \u0442\u0440\u0438\u043b\u0438\u043e\u043d\u0430"},1E14:{other:"000 \u0442\u0440\u0438\u043b\u0438\u043e\u043d\u0430"}}};Z.uG=Z.mu; -Z.nu={la:{1E3:{other:"0\u00a0\u09b9\u09be\u099c\u09be\u09b0"},1E4:{other:"00\u00a0\u09b9\u09be\u099c\u09be\u09b0"},1E5:{other:"0\u00a0\u09b2\u09be\u0996"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},Fa:{1E3:{other:"0 \u09b9\u09be\u099c\u09be\u09b0"},1E4:{other:"00 \u09b9\u09be\u099c\u09be\u09b0"},1E5:{other:"0 \u09b2\u09be\u0996"},1E6:{other:"0 \u09ae\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"}, +aa:"\u0e21.\u0e04. \u0e01.\u0e1e. \u0e21\u0e35.\u0e04. \u0e40\u0e21.\u0e22. \u0e1e.\u0e04. \u0e21\u0e34.\u0e22. \u0e01.\u0e04. \u0e2a.\u0e04. \u0e01.\u0e22. \u0e15.\u0e04. \u0e1e.\u0e22. \u0e18.\u0e04.".split(" "),ga:"\u0e21.\u0e04. \u0e01.\u0e1e. \u0e21\u0e35.\u0e04. \u0e40\u0e21.\u0e22. \u0e1e.\u0e04. \u0e21\u0e34.\u0e22. \u0e01.\u0e04. \u0e2a.\u0e04. \u0e01.\u0e22. \u0e15.\u0e04. \u0e1e.\u0e22. \u0e18.\u0e04.".split(" "),ja:"\u0e27\u0e31\u0e19\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c \u0e27\u0e31\u0e19\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c \u0e27\u0e31\u0e19\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23 \u0e27\u0e31\u0e19\u0e1e\u0e38\u0e18 \u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35 \u0e27\u0e31\u0e19\u0e28\u0e38\u0e01\u0e23\u0e4c \u0e27\u0e31\u0e19\u0e40\u0e2a\u0e32\u0e23\u0e4c".split(" "), +ia:"\u0e27\u0e31\u0e19\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c \u0e27\u0e31\u0e19\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c \u0e27\u0e31\u0e19\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23 \u0e27\u0e31\u0e19\u0e1e\u0e38\u0e18 \u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35 \u0e27\u0e31\u0e19\u0e28\u0e38\u0e01\u0e23\u0e4c \u0e27\u0e31\u0e19\u0e40\u0e2a\u0e32\u0e23\u0e4c".split(" "),ca:"\u0e2d\u0e32. \u0e08. \u0e2d. \u0e1e. \u0e1e\u0e24. \u0e28. \u0e2a.".split(" "),ha:"\u0e2d\u0e32. \u0e08. \u0e2d. \u0e1e. \u0e1e\u0e24. \u0e28. \u0e2a.".split(" "), +la:"\u0e2d\u0e32 \u0e08 \u0e2d \u0e1e \u0e1e\u0e24 \u0e28 \u0e2a".split(" "),fa:"\u0e2d\u0e32 \u0e08 \u0e2d \u0e1e \u0e1e\u0e24 \u0e28 \u0e2a".split(" "),ba:["\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 1","\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 2","\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 3","\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 4"],Z:["\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 1","\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 2","\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 3","\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 4"],S:["\u0e01\u0e48\u0e2d\u0e19\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07", +"\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07"],N:["EEEE\u0e17\u0e35\u0e48 d MMMM G y","d MMMM G y","d MMM y","d/M/yy"],R:["H \u0e19\u0e32\u0e2c\u0e34\u0e01\u0e32 mm \u0e19\u0e32\u0e17\u0e35 ss \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35 zzzz","H \u0e19\u0e32\u0e2c\u0e34\u0e01\u0e32 mm \u0e19\u0e32\u0e17\u0e35 ss \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35 z","HH:mm:ss","HH:mm"],U:["{1} {0}","{1} {0}","{1} {0}","{1} {0}"],O:6,ma:[5,6],P:5}; +Z.az={W:["BC","AD"],V:["BC","AD"],Y:"EPMAMHHASOND".split(""),ea:"EPMAMHHASOND".split(""),X:"Enero Pebrero Marso Abril Mayo Hunyo Hulyo Agosto Setyembre Oktubre Nobyembre Disyembre".split(" "),da:"Enero Pebrero Marso Abril Mayo Hunyo Hulyo Agosto Setyembre Oktubre Nobyembre Disyembre".split(" "),aa:"Ene Peb Mar Abr May Hun Hul Ago Set Okt Nob Dis".split(" "),ga:"Ene Peb Mar Abr May Hun Hul Ago Set Okt Nob Dis".split(" "),ja:"Linggo Lunes Martes Miyerkules Huwebes Biyernes Sabado".split(" "),ia:"Linggo Lunes Martes Miyerkules Huwebes Biyernes Sabado".split(" "), +ca:"Lin Lun Mar Miy Huw Biy Sab".split(" "),ha:"Lin Lun Mar Miy Huw Biy Sab".split(" "),la:"LLMMHBS".split(""),fa:"LLMMHBS".split(""),ba:["Q1","Q2","Q3","Q4"],Z:["ika-1 quarter","ika-2 quarter","ika-3 quarter","ika-4 na quarter"],S:["AM","PM"],N:["EEEE, MMMM d, y","MMMM d, y","MMM d, y","M/d/yy"],R:["h:mm:ss a zzzz","h:mm:ss a z","h:mm:ss a","h:mm a"],U:["{1} 'nang' {0}","{1} 'nang' {0}","{1}, {0}","{1}, {0}"],O:6,ma:[5,6],P:5}; +Z.bz={W:["M\u00d6","MS"],V:["Milattan \u00d6nce","Milattan Sonra"],Y:"O\u015eMNMHTAEEKA".split(""),ea:"O\u015eMNMHTAEEKA".split(""),X:"Ocak \u015eubat Mart Nisan May\u0131s Haziran Temmuz A\u011fustos Eyl\u00fcl Ekim Kas\u0131m Aral\u0131k".split(" "),da:"Ocak \u015eubat Mart Nisan May\u0131s Haziran Temmuz A\u011fustos Eyl\u00fcl Ekim Kas\u0131m Aral\u0131k".split(" "),aa:"Oca \u015eub Mar Nis May Haz Tem A\u011fu Eyl Eki Kas Ara".split(" "),ga:"Oca \u015eub Mar Nis May Haz Tem A\u011fu Eyl Eki Kas Ara".split(" "), +ja:"Pazar Pazartesi Sal\u0131 \u00c7ar\u015famba Per\u015fembe Cuma Cumartesi".split(" "),ia:"Pazar Pazartesi Sal\u0131 \u00c7ar\u015famba Per\u015fembe Cuma Cumartesi".split(" "),ca:"Paz Pzt Sal \u00c7ar Per Cum Cmt".split(" "),ha:"Paz Pzt Sal \u00c7ar Per Cum Cmt".split(" "),la:"PPS\u00c7PCC".split(""),fa:"PPS\u00c7PCC".split(""),ba:["\u00c71","\u00c72","\u00c73","\u00c74"],Z:["1. \u00e7eyrek","2. \u00e7eyrek","3. \u00e7eyrek","4. \u00e7eyrek"],S:["\u00d6\u00d6","\u00d6S"],N:["d MMMM y EEEE","d MMMM y", +"d MMM y","d MM y"],R:["HH:mm:ss zzzz","HH:mm:ss z","HH:mm:ss","HH:mm"],U:["{1} {0}","{1} {0}","{1} {0}","{1} {0}"],O:0,ma:[5,6],P:6}; +Z.cz={W:["\u0434\u043e \u043d.\u0435.","\u043d.\u0435."],V:["\u0434\u043e \u043d\u0430\u0448\u043e\u0457 \u0435\u0440\u0438","\u043d\u0430\u0448\u043e\u0457 \u0435\u0440\u0438"],Y:"\u0421\u041b\u0411\u041a\u0422\u0427\u041b\u0421\u0412\u0416\u041b\u0413".split(""),ea:"\u0421\u041b\u0411\u041a\u0422\u0427\u041b\u0421\u0412\u0416\u041b\u0413".split(""),X:"\u0441\u0456\u0447\u043d\u044f \u043b\u044e\u0442\u043e\u0433\u043e \u0431\u0435\u0440\u0435\u0437\u043d\u044f \u043a\u0432\u0456\u0442\u043d\u044f \u0442\u0440\u0430\u0432\u043d\u044f \u0447\u0435\u0440\u0432\u043d\u044f \u043b\u0438\u043f\u043d\u044f \u0441\u0435\u0440\u043f\u043d\u044f \u0432\u0435\u0440\u0435\u0441\u043d\u044f \u0436\u043e\u0432\u0442\u043d\u044f \u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434\u0430 \u0433\u0440\u0443\u0434\u043d\u044f".split(" "),da:"\u0421\u0456\u0447\u0435\u043d\u044c \u041b\u044e\u0442\u0438\u0439 \u0411\u0435\u0440\u0435\u0437\u0435\u043d\u044c \u041a\u0432\u0456\u0442\u0435\u043d\u044c \u0422\u0440\u0430\u0432\u0435\u043d\u044c \u0427\u0435\u0440\u0432\u0435\u043d\u044c \u041b\u0438\u043f\u0435\u043d\u044c \u0421\u0435\u0440\u043f\u0435\u043d\u044c \u0412\u0435\u0440\u0435\u0441\u0435\u043d\u044c \u0416\u043e\u0432\u0442\u0435\u043d\u044c \u041b\u0438\u0441\u0442\u043e\u043f\u0430\u0434 \u0413\u0440\u0443\u0434\u0435\u043d\u044c".split(" "), +aa:"\u0441\u0456\u0447. \u043b\u044e\u0442. \u0431\u0435\u0440. \u043a\u0432\u0456\u0442. \u0442\u0440\u0430\u0432. \u0447\u0435\u0440\u0432. \u043b\u0438\u043f. \u0441\u0435\u0440\u043f. \u0432\u0435\u0440. \u0436\u043e\u0432\u0442. \u043b\u0438\u0441\u0442. \u0433\u0440\u0443\u0434.".split(" "),ga:"\u0421\u0456\u0447 \u041b\u044e\u0442 \u0411\u0435\u0440 \u041a\u0432\u0456 \u0422\u0440\u0430 \u0427\u0435\u0440 \u041b\u0438\u043f \u0421\u0435\u0440 \u0412\u0435\u0440 \u0416\u043e\u0432 \u041b\u0438\u0441 \u0413\u0440\u0443".split(" "), +ja:"\u043d\u0435\u0434\u0456\u043b\u044f \u043f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a \u0432\u0456\u0432\u0442\u043e\u0440\u043e\u043a \u0441\u0435\u0440\u0435\u0434\u0430 \u0447\u0435\u0442\u0432\u0435\u0440 \u043f\u02bc\u044f\u0442\u043d\u0438\u0446\u044f \u0441\u0443\u0431\u043e\u0442\u0430".split(" "),ia:"\u041d\u0435\u0434\u0456\u043b\u044f \u041f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a \u0412\u0456\u0432\u0442\u043e\u0440\u043e\u043a \u0421\u0435\u0440\u0435\u0434\u0430 \u0427\u0435\u0442\u0432\u0435\u0440 \u041f\u02bc\u044f\u0442\u043d\u0438\u0446\u044f \u0421\u0443\u0431\u043e\u0442\u0430".split(" "), +ca:"\u041d\u0434 \u041f\u043d \u0412\u0442 \u0421\u0440 \u0427\u0442 \u041f\u0442 \u0421\u0431".split(" "),ha:"\u041d\u0434 \u041f\u043d \u0412\u0442 \u0421\u0440 \u0427\u0442 \u041f\u0442 \u0421\u0431".split(" "),la:"\u041d\u041f\u0412\u0421\u0427\u041f\u0421".split(""),fa:"\u041d\u041f\u0412\u0421\u0427\u041f\u0421".split(""),ba:["I \u043a\u0432.","II \u043a\u0432.","III \u043a\u0432.","IV \u043a\u0432."],Z:["I \u043a\u0432\u0430\u0440\u0442\u0430\u043b","II \u043a\u0432\u0430\u0440\u0442\u0430\u043b", +"III \u043a\u0432\u0430\u0440\u0442\u0430\u043b","IV \u043a\u0432\u0430\u0440\u0442\u0430\u043b"],S:["\u0434\u043f","\u043f\u043f"],N:["EEEE, d MMMM y '\u0440'.","d MMMM y '\u0440'.","d MMM y '\u0440'.","dd.MM.yy"],R:["HH:mm:ss zzzz","HH:mm:ss z","HH:mm:ss","HH:mm"],U:["{1} {0}","{1} {0}","{1} {0}","{1} {0}"],O:0,ma:[5,6],P:6}; +Z.dz={W:["\u0642 \u0645","\u0639\u06cc\u0633\u0648\u06cc \u0633\u0646"],V:["\u0642\u0628\u0644 \u0645\u0633\u06cc\u062d","\u0639\u06cc\u0633\u0648\u06cc \u0633\u0646"],Y:"JFMAMJJASOND".split(""),ea:"JFMAMJJASOND".split(""),X:"\u062c\u0646\u0648\u0631\u06cc \u0641\u0631\u0648\u0631\u06cc \u0645\u0627\u0631\u0686 \u0627\u067e\u0631\u06cc\u0644 \u0645\u0626\u06cc \u062c\u0648\u0646 \u062c\u0648\u0644\u0627\u0626\u06cc \u0627\u06af\u0633\u062a \u0633\u062a\u0645\u0628\u0631 \u0627\u06a9\u062a\u0648\u0628\u0631 \u0646\u0648\u0645\u0628\u0631 \u062f\u0633\u0645\u0628\u0631".split(" "), +da:"\u062c\u0646\u0648\u0631\u06cc \u0641\u0631\u0648\u0631\u06cc \u0645\u0627\u0631\u0686 \u0627\u067e\u0631\u06cc\u0644 \u0645\u0626\u06cc \u062c\u0648\u0646 \u062c\u0648\u0644\u0627\u0626\u06cc \u0627\u06af\u0633\u062a \u0633\u062a\u0645\u0628\u0631 \u0627\u06a9\u062a\u0648\u0628\u0631 \u0646\u0648\u0645\u0628\u0631 \u062f\u0633\u0645\u0628\u0631".split(" "),aa:"\u062c\u0646\u0648\u0631\u06cc \u0641\u0631\u0648\u0631\u06cc \u0645\u0627\u0631\u0686 \u0627\u067e\u0631\u06cc\u0644 \u0645\u0626\u06cc \u062c\u0648\u0646 \u062c\u0648\u0644\u0627\u0626\u06cc \u0627\u06af\u0633\u062a \u0633\u062a\u0645\u0628\u0631 \u0627\u06a9\u062a\u0648\u0628\u0631 \u0646\u0648\u0645\u0628\u0631 \u062f\u0633\u0645\u0628\u0631".split(" "), +ga:"\u062c\u0646\u0648\u0631\u06cc \u0641\u0631\u0648\u0631\u06cc \u0645\u0627\u0631\u0686 \u0627\u067e\u0631\u06cc\u0644 \u0645\u0626\u06cc \u062c\u0648\u0646 \u062c\u0648\u0644\u0627\u0626\u06cc \u0627\u06af\u0633\u062a \u0633\u062a\u0645\u0628\u0631 \u0627\u06a9\u062a\u0648\u0628\u0631 \u0646\u0648\u0645\u0628\u0631 \u062f\u0633\u0645\u0628\u0631".split(" "),ja:"\u0627\u062a\u0648\u0627\u0631 \u0633\u0648\u0645\u0648\u0627\u0631 \u0645\u0646\u06af\u0644 \u0628\u062f\u06be \u062c\u0645\u0639\u0631\u0627\u062a \u062c\u0645\u0639\u06c1 \u06c1\u0641\u062a\u06c1".split(" "), +ia:"\u0627\u062a\u0648\u0627\u0631 \u0633\u0648\u0645\u0648\u0627\u0631 \u0645\u0646\u06af\u0644 \u0628\u062f\u06be \u062c\u0645\u0639\u0631\u0627\u062a \u062c\u0645\u0639\u06c1 \u06c1\u0641\u062a\u06c1".split(" "),ca:"\u0627\u062a\u0648\u0627\u0631 \u0633\u0648\u0645\u0648\u0627\u0631 \u0645\u0646\u06af\u0644 \u0628\u062f\u06be \u062c\u0645\u0639\u0631\u0627\u062a \u062c\u0645\u0639\u06c1 \u06c1\u0641\u062a\u06c1".split(" "),ha:"\u0627\u062a\u0648\u0627\u0631 \u0633\u0648\u0645\u0648\u0627\u0631 \u0645\u0646\u06af\u0644 \u0628\u062f\u06be \u062c\u0645\u0639\u0631\u0627\u062a \u062c\u0645\u0639\u06c1 \u06c1\u0641\u062a\u06c1".split(" "), +la:"SMTWTFS".split(""),fa:"SMTWTFS".split(""),ba:["\u067e\u06c1\u0644\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc","\u062f\u0648\u0633\u0631\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc","\u062a\u06cc\u0633\u0631\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc","\u0686\u0648\u062a\u0647\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc"],Z:["\u067e\u06c1\u0644\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc","\u062f\u0648\u0633\u0631\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc","\u062a\u06cc\u0633\u0631\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc", +"\u0686\u0648\u062a\u0647\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc"],S:["\u0642\u0628\u0644 \u062f\u0648\u067e\u06c1\u0631","\u0628\u0639\u062f \u062f\u0648\u067e\u06c1\u0631"],N:["EEEE\u060c d MMMM\u060c y","d MMMM\u060c y","d MMM\u060c y","d/M/yy"],R:["h:mm:ss a zzzz","h:mm:ss a z","h:mm:ss a","h:mm a"],U:["{1} {0}","{1} {0}","{1} {0}","{1} {0}"],O:6,ma:[5,6],P:5}; +Z.ez={W:["M.A.","E"],V:["M.A.","E"],Y:"YFMAMIIASOND".split(""),ea:"YFMAMIIASOND".split(""),X:"Yanvar Fevral Mart Aprel May Iyun Iyul Avgust Sentabr Oktabr Noyabr Dekabr".split(" "),da:"Yanvar Fevral Mart Aprel May Iyun Iyul Avgust Sentabr Oktabr Noyabr Dekabr".split(" "),aa:"Yanv Fev Mar Apr May Iyun Iyul Avg Sen Okt Noya Dek".split(" "),ga:"Yanv Fev Mar Apr May Iyun Iyul Avg Sen Okt Noya Dek".split(" "),ja:"yakshanba dushanba seshanba chorshanba payshanba juma shanba".split(" "),ia:"yakshanba dushanba seshanba chorshanba payshanba juma shanba".split(" "), +ca:"Yaksh Dush Sesh Chor Pay Jum Shan".split(" "),ha:"Yaksh Dush Sesh Chor Pay Jum Shan".split(" "),la:"YDSCPJS".split(""),fa:"YDSCPJS".split(""),ba:["1-ch","2-ch","3-ch","4-ch"],Z:["1-chorak","2-chorak","3-chorak","4-chorak"],S:["TO","TK"],N:["EEEE, y MMMM dd","y MMMM d","y MMM d","yy/MM/dd"],R:["HH:mm:ss zzzz","HH:mm:ss z","HH:mm:ss","HH:mm"],U:["{1} {0}","{1} {0}","{1} {0}","{1} {0}"],O:0,ma:[5,6],P:6}; +Z.fz={W:["tr. CN","sau CN"],V:["tr. CN","sau CN"],Y:"1 2 3 4 5 6 7 8 9 10 11 12".split(" "),ea:"1 2 3 4 5 6 7 8 9 10 11 12".split(" "),X:"th\u00e1ng 1;th\u00e1ng 2;th\u00e1ng 3;th\u00e1ng 4;th\u00e1ng 5;th\u00e1ng 6;th\u00e1ng 7;th\u00e1ng 8;th\u00e1ng 9;th\u00e1ng 10;th\u00e1ng 11;th\u00e1ng 12".split(";"),da:"Th\u00e1ng 1;Th\u00e1ng 2;Th\u00e1ng 3;Th\u00e1ng 4;Th\u00e1ng 5;Th\u00e1ng 6;Th\u00e1ng 7;Th\u00e1ng 8;Th\u00e1ng 9;Th\u00e1ng 10;Th\u00e1ng 11;Th\u00e1ng 12".split(";"),aa:"thg 1;thg 2;thg 3;thg 4;thg 5;thg 6;thg 7;thg 8;thg 9;thg 10;thg 11;thg 12".split(";"), +ga:"Thg 1;Thg 2;Thg 3;Thg 4;Thg 5;Thg 6;Thg 7;Thg 8;Thg 9;Thg 10;Thg 11;Thg 12".split(";"),ja:"Ch\u1ee7 Nh\u1eadt;Th\u1ee9 Hai;Th\u1ee9 Ba;Th\u1ee9 T\u01b0;Th\u1ee9 N\u0103m;Th\u1ee9 S\u00e1u;Th\u1ee9 B\u1ea3y".split(";"),ia:"Ch\u1ee7 Nh\u1eadt;Th\u1ee9 Hai;Th\u1ee9 Ba;Th\u1ee9 T\u01b0;Th\u1ee9 N\u0103m;Th\u1ee9 S\u00e1u;Th\u1ee9 B\u1ea3y".split(";"),ca:"CN;Th 2;Th 3;Th 4;Th 5;Th 6;Th 7".split(";"),ha:"CN;Th 2;Th 3;Th 4;Th 5;Th 6;Th 7".split(";"),la:"CN T2 T3 T4 T5 T6 T7".split(" "),fa:"CN T2 T3 T4 T5 T6 T7".split(" "), +ba:["Q1","Q2","Q3","Q4"],Z:["Qu\u00fd 1","Qu\u00fd 2","Qu\u00fd 3","Qu\u00fd 4"],S:["SA","CH"],N:["EEEE, 'ng\u00e0y' dd MMMM 'n\u0103m' y","'Ng\u00e0y' dd 'th\u00e1ng' MM 'n\u0103m' y","dd-MM-y","dd/MM/y"],R:["HH:mm:ss zzzz","HH:mm:ss z","HH:mm:ss","HH:mm"],U:["{0} {1}","{0} {1}","{0} {1}","{0} {1}"],O:0,ma:[5,6],P:6}; +Z.Kl={W:["\u516c\u5143\u524d","\u516c\u5143"],V:["\u516c\u5143\u524d","\u516c\u5143"],Y:"1 2 3 4 5 6 7 8 9 10 11 12".split(" "),ea:"1 2 3 4 5 6 7 8 9 10 11 12".split(" "),X:"\u4e00\u6708 \u4e8c\u6708 \u4e09\u6708 \u56db\u6708 \u4e94\u6708 \u516d\u6708 \u4e03\u6708 \u516b\u6708 \u4e5d\u6708 \u5341\u6708 \u5341\u4e00\u6708 \u5341\u4e8c\u6708".split(" "),da:"\u4e00\u6708 \u4e8c\u6708 \u4e09\u6708 \u56db\u6708 \u4e94\u6708 \u516d\u6708 \u4e03\u6708 \u516b\u6708 \u4e5d\u6708 \u5341\u6708 \u5341\u4e00\u6708 \u5341\u4e8c\u6708".split(" "), +aa:"1\u6708 2\u6708 3\u6708 4\u6708 5\u6708 6\u6708 7\u6708 8\u6708 9\u6708 10\u6708 11\u6708 12\u6708".split(" "),ga:"1\u6708 2\u6708 3\u6708 4\u6708 5\u6708 6\u6708 7\u6708 8\u6708 9\u6708 10\u6708 11\u6708 12\u6708".split(" "),ja:"\u661f\u671f\u65e5 \u661f\u671f\u4e00 \u661f\u671f\u4e8c \u661f\u671f\u4e09 \u661f\u671f\u56db \u661f\u671f\u4e94 \u661f\u671f\u516d".split(" "),ia:"\u661f\u671f\u65e5 \u661f\u671f\u4e00 \u661f\u671f\u4e8c \u661f\u671f\u4e09 \u661f\u671f\u56db \u661f\u671f\u4e94 \u661f\u671f\u516d".split(" "), +ca:"\u5468\u65e5 \u5468\u4e00 \u5468\u4e8c \u5468\u4e09 \u5468\u56db \u5468\u4e94 \u5468\u516d".split(" "),ha:"\u5468\u65e5 \u5468\u4e00 \u5468\u4e8c \u5468\u4e09 \u5468\u56db \u5468\u4e94 \u5468\u516d".split(" "),la:"\u65e5\u4e00\u4e8c\u4e09\u56db\u4e94\u516d".split(""),fa:"\u65e5\u4e00\u4e8c\u4e09\u56db\u4e94\u516d".split(""),ba:["1\u5b63\u5ea6","2\u5b63\u5ea6","3\u5b63\u5ea6","4\u5b63\u5ea6"],Z:["\u7b2c\u4e00\u5b63\u5ea6","\u7b2c\u4e8c\u5b63\u5ea6","\u7b2c\u4e09\u5b63\u5ea6","\u7b2c\u56db\u5b63\u5ea6"], +S:["\u4e0a\u5348","\u4e0b\u5348"],N:["y\u5e74M\u6708d\u65e5EEEE","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5","yy/M/d"],R:["zzzz ah:mm:ss","z ah:mm:ss","ah:mm:ss","ah:mm"],U:["{1} {0}","{1} {0}","{1} {0}","{1} {0}"],O:6,ma:[5,6],P:5};Z.gz=Z.Kl; +Z.hz={W:["BC","AD"],V:["\u516c\u5143\u524d","\u516c\u5143"],Y:"1 2 3 4 5 6 7 8 9 10 11 12".split(" "),ea:"1 2 3 4 5 6 7 8 9 10 11 12".split(" "),X:"1\u6708 2\u6708 3\u6708 4\u6708 5\u6708 6\u6708 7\u6708 8\u6708 9\u6708 10\u6708 11\u6708 12\u6708".split(" "),da:"1\u6708 2\u6708 3\u6708 4\u6708 5\u6708 6\u6708 7\u6708 8\u6708 9\u6708 10\u6708 11\u6708 12\u6708".split(" "),aa:"1\u6708 2\u6708 3\u6708 4\u6708 5\u6708 6\u6708 7\u6708 8\u6708 9\u6708 10\u6708 11\u6708 12\u6708".split(" "),ga:"1\u6708 2\u6708 3\u6708 4\u6708 5\u6708 6\u6708 7\u6708 8\u6708 9\u6708 10\u6708 11\u6708 12\u6708".split(" "), +ja:"\u661f\u671f\u65e5 \u661f\u671f\u4e00 \u661f\u671f\u4e8c \u661f\u671f\u4e09 \u661f\u671f\u56db \u661f\u671f\u4e94 \u661f\u671f\u516d".split(" "),ia:"\u661f\u671f\u65e5 \u661f\u671f\u4e00 \u661f\u671f\u4e8c \u661f\u671f\u4e09 \u661f\u671f\u56db \u661f\u671f\u4e94 \u661f\u671f\u516d".split(" "),ca:"\u9031\u65e5 \u9031\u4e00 \u9031\u4e8c \u9031\u4e09 \u9031\u56db \u9031\u4e94 \u9031\u516d".split(" "),ha:"\u9031\u65e5 \u9031\u4e00 \u9031\u4e8c \u9031\u4e09 \u9031\u56db \u9031\u4e94 \u9031\u516d".split(" "), +la:"\u65e5\u4e00\u4e8c\u4e09\u56db\u4e94\u516d".split(""),fa:"\u65e5\u4e00\u4e8c\u4e09\u56db\u4e94\u516d".split(""),ba:["Q1","Q2","Q3","Q4"],Z:["\u7b2c1\u5b63","\u7b2c2\u5b63","\u7b2c3\u5b63","\u7b2c4\u5b63"],S:["\u4e0a\u5348","\u4e0b\u5348"],N:["y\u5e74M\u6708d\u65e5EEEE","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5","d/M/yy"],R:["ah:mm:ss [zzzz]","ah:mm:ss [z]","ah:mm:ss","ah:mm"],U:["{1} {0}","{1} {0}","{1} {0}","{1} {0}"],O:6,ma:[5,6],P:5}; +Z.iz={W:["\u897f\u5143\u524d","\u897f\u5143"],V:["\u897f\u5143\u524d","\u897f\u5143"],Y:"1 2 3 4 5 6 7 8 9 10 11 12".split(" "),ea:"1 2 3 4 5 6 7 8 9 10 11 12".split(" "),X:"1\u6708 2\u6708 3\u6708 4\u6708 5\u6708 6\u6708 7\u6708 8\u6708 9\u6708 10\u6708 11\u6708 12\u6708".split(" "),da:"1\u6708 2\u6708 3\u6708 4\u6708 5\u6708 6\u6708 7\u6708 8\u6708 9\u6708 10\u6708 11\u6708 12\u6708".split(" "),aa:"1\u6708 2\u6708 3\u6708 4\u6708 5\u6708 6\u6708 7\u6708 8\u6708 9\u6708 10\u6708 11\u6708 12\u6708".split(" "), +ga:"1\u6708 2\u6708 3\u6708 4\u6708 5\u6708 6\u6708 7\u6708 8\u6708 9\u6708 10\u6708 11\u6708 12\u6708".split(" "),ja:"\u661f\u671f\u65e5 \u661f\u671f\u4e00 \u661f\u671f\u4e8c \u661f\u671f\u4e09 \u661f\u671f\u56db \u661f\u671f\u4e94 \u661f\u671f\u516d".split(" "),ia:"\u661f\u671f\u65e5 \u661f\u671f\u4e00 \u661f\u671f\u4e8c \u661f\u671f\u4e09 \u661f\u671f\u56db \u661f\u671f\u4e94 \u661f\u671f\u516d".split(" "),ca:"\u9031\u65e5 \u9031\u4e00 \u9031\u4e8c \u9031\u4e09 \u9031\u56db \u9031\u4e94 \u9031\u516d".split(" "), +ha:"\u9031\u65e5 \u9031\u4e00 \u9031\u4e8c \u9031\u4e09 \u9031\u56db \u9031\u4e94 \u9031\u516d".split(" "),la:"\u65e5\u4e00\u4e8c\u4e09\u56db\u4e94\u516d".split(""),fa:"\u65e5\u4e00\u4e8c\u4e09\u56db\u4e94\u516d".split(""),ba:["1\u5b63","2\u5b63","3\u5b63","4\u5b63"],Z:["\u7b2c1\u5b63","\u7b2c2\u5b63","\u7b2c3\u5b63","\u7b2c4\u5b63"],S:["\u4e0a\u5348","\u4e0b\u5348"],N:["y\u5e74M\u6708d\u65e5 EEEE","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5","y/M/d"],R:["ah:mm:ss [zzzz]","ah:mm:ss [z]","ah:mm:ss", +"ah:mm"],U:["{1} {0}","{1} {0}","{1} {0}","{1} {0}"],O:6,ma:[5,6],P:5}; +Z.jz={W:["BC","AD"],V:["BC","AD"],Y:"JFMAMJJASOND".split(""),ea:"JFMAMJJASOND".split(""),X:"Januwari Februwari Mashi Apreli Meyi Juni Julayi Agasti Septhemba Okthoba Novemba Disemba".split(" "),da:"Januwari Februwari Mashi Apreli Meyi Juni Julayi Agasti Septhemba Okthoba Novemba Disemba".split(" "),aa:"Jan Feb Mas Apr Mey Jun Jul Aga Sep Okt Nov Dis".split(" "),ga:"Jan Feb Mas Apr Mey Jun Jul Aga Sep Okt Nov Dis".split(" "),ja:"Sonto Msombuluko Lwesibili Lwesithathu Lwesine Lwesihlanu Mgqibelo".split(" "),ia:"Sonto Msombuluko Lwesibili Lwesithathu Lwesine Lwesihlanu Mgqibelo".split(" "), +ca:"Son Mso Bil Tha Sin Hla Mgq".split(" "),ha:"Son Mso Bil Tha Sin Hla Mgq".split(" "),la:"SMTTSHM".split(""),fa:"SMBTSHM".split(""),ba:["Q1","Q2","Q3","Q4"],Z:["ikota engu-1","ikota engu-2","ikota engu-3","ikota engu-4"],S:["Ekuseni","Ntambama"],N:["EEEE, MMMM d, y","MMMM d, y","MMM d, y","M/d/yy"],R:["h:mm:ss a zzzz","h:mm:ss a z","h:mm:ss a","h:mm a"],U:["{1} {0}","{1} {0}","{1} {0}","{1} {0}"],O:6,ma:[5,6],P:5};Z.Bf=Z.mi;function fO(a,b){switch(b){case 1:return 0!=a%4||0==a%100&&0!=a%400?28:29;case 5:case 8:case 10:case 3:return 30}return 31}function gO(a,b,c,d,e,h){oa(a)?(this.years=a==hO?b:0,this.months=a==iO?b:0,this.days=a==jO?b:0,this.hours=a==kO?b:0,this.minutes=a==lO?b:0,this.seconds=a==mO?b:0):(this.years=a||0,this.months=b||0,this.days=c||0,this.hours=d||0,this.minutes=e||0,this.seconds=h||0)} +gO.prototype.zf=function(a){var b=Math.min(this.years,this.months,this.days,this.hours,this.minutes,this.seconds),c=Math.max(this.years,this.months,this.days,this.hours,this.minutes,this.seconds);if(0>b&&0b&&c.push("-");c.push("P");(this.years||a)&&c.push(Math.abs(this.years)+"Y");(this.months||a)&&c.push(Math.abs(this.months)+"M");(this.days||a)&&c.push(Math.abs(this.days)+"D");if(this.hours||this.minutes||this.seconds||a)c.push("T"),(this.hours|| +a)&&c.push(Math.abs(this.hours)+"H"),(this.minutes||a)&&c.push(Math.abs(this.minutes)+"M"),(this.seconds||a)&&c.push(Math.abs(this.seconds)+"S");return c.join("")};gO.prototype.clone=function(){return new gO(this.years,this.months,this.days,this.hours,this.minutes,this.seconds)};var hO="y",iO="m",jO="d",kO="h",lO="n",mO="s";gO.prototype.add=function(a){this.years+=a.years;this.months+=a.months;this.days+=a.days;this.hours+=a.hours;this.minutes+=a.minutes;this.seconds+=a.seconds}; +function nO(a,b,c){ta(a)?(this.date=oO(a,b||0,c||1),pO(this,c||1)):wa(a)?(this.date=oO(a.getFullYear(),a.getMonth(),a.getDate()),pO(this,a.getDate())):(this.date=new Date(Fa()),a=this.date.getDate(),this.date.setHours(0),this.date.setMinutes(0),this.date.setSeconds(0),this.date.setMilliseconds(0),pO(this,a))}function oO(a,b,c){b=new Date(a,b,c);0<=a&&100>a&&b.setFullYear(b.getFullYear()-1900);return b}n=nO.prototype;n.ve=Z.Bf.O;n.we=Z.Bf.P; +n.clone=function(){var a=new nO(this.date);a.ve=this.ve;a.we=this.we;return a};n.getFullYear=function(){return this.date.getFullYear()};n.getYear=function(){return this.getFullYear()};n.getMonth=function(){return this.date.getMonth()};n.getDate=function(){return this.date.getDate()};n.getTime=function(){return this.date.getTime()};n.getDay=function(){return this.date.getDay()};n.getUTCFullYear=function(){return this.date.getUTCFullYear()};n.getUTCMonth=function(){return this.date.getUTCMonth()}; +n.getUTCDate=function(){return this.date.getUTCDate()};n.getUTCDay=function(){return this.date.getDay()};n.getUTCHours=function(){return this.date.getUTCHours()};n.getUTCMinutes=function(){return this.date.getUTCMinutes()};n.getTimezoneOffset=function(){return this.date.getTimezoneOffset()};function qO(a){a=a.getTimezoneOffset();if(0==a)a="Z";else{var b=Math.abs(a)/60,c=Math.floor(b),b=60*(b-c);a=(0b&&(b+=12);var d=Math.min(fO(c,b),this.getDate());this.setDate(1);this.setFullYear(c);this.setMonth(b);this.setDate(d)}a.days&&(b=new Date(this.getYear(),this.getMonth(),this.getDate(),12),a=new Date(b.getTime()+864E5*a.days),this.setDate(1),this.setFullYear(a.getFullYear()),this.setMonth(a.getMonth()),this.setDate(a.getDate()),pO(this,a.getDate()))}; +n.zf=function(a,b){return[this.getFullYear(),eb(this.getMonth()+1,2),eb(this.getDate(),2)].join(a?"-":"")+(b?qO(this):"")};n.toString=function(){return this.zf()};function pO(a,b){if(a.getDate()!=b){var c=a.getDate()c?"-":"+"];c=Math.abs(c);d.push(Math.floor(c/60)%100);c%=60;0!=c&&d.push(":",eb(c,2));c=d.join("")}b.Sh=c;c=a;0==c?c="UTC":(d=["UTC",0>c?"+":"-"],c=Math.abs(c),d.push(Math.floor(c/60)%100),c%=60,0!=c&&d.push(":",c),c=d.join(""));a=uO(a);b.Th=[c,c];b.ke={ZB:a,si:a};b.Gg=[];return b}b=new sO;b.Sh=a.id;b.Dg=-a.std_offset;b.Th=a.names;b.ke=a.names_ext;b.Gg=a.transitions;return b} +function uO(a){var b=["GMT"];b.push(0>=a?"+":"-");a=Math.abs(a);b.push(eb(Math.floor(a/60)%100,2),":",eb(a%60,2));return b.join("")}function vO(a,b){for(var c=Date.UTC(b.getUTCFullYear(),b.getUTCMonth(),b.getUTCDate(),b.getUTCHours(),b.getUTCMinutes())/36E5,d=0;d=a.Gg[d];)d+=2;return 0==d?0:a.Gg[d-1]};function wO(a,b){this.ug=[];this.Ab=b||Z.Bf;"number"==typeof a?this.Gf(a):this.ed(a)}var xO=[/^\'(?:[^\']|\'\')*\'/,/^(?:G+|y+|M+|k+|S+|E+|a+|h+|K+|H+|c+|L+|Q+|d+|m+|s+|v+|V+|w+|z+|Z+)/,/^[^\'GyMkSEahKHcLQdmsvVwzZ]+/];wO.prototype.ed=function(a){for(yO&&(a=a.replace(/\u200f/g,""));a;)for(var b=0;ba)b=this.Ab.N[a];else if(8>a)b=this.Ab.R[a-4];else if(12>a)b=this.Ab.U[a-8],b=b.replace("{1}",this.Ab.N[a-8]),b=b.replace("{0}",this.Ab.R[a-8]);else{this.Gf(10);return}this.ed(b)};function AO(a,b){return BO(b,a.Ab)}var yO=!1;function BO(a,b){a=String(a);var c=b||Z.Bf;if(void 0===c.Kd)return a;for(var d=[],e=0;e=h?String.fromCharCode(c.Kd+h-48):a.charAt(e))}return d.join("")} +function CO(a){if(!(a.getHours&&a.getSeconds&&a.getMinutes))throw Error("The date to format has no time (probably a goog.date.Date). Use Date or goog.date.DateTime, or use a pattern without time fields.");} +function zO(a,b,c,d,e,h){var f=b.length;switch(b.charAt(0)){case "G":return c=0c&&(c=-c),2==f&&(c%=100),AO(a,eb(c,f));case "M":a:switch(c=d.getMonth(),f){case 5:f=a.Ab.Y[c];break a;case 4:f=a.Ab.X[c];break a;case 3:f=a.Ab.aa[c];break a;default:f=AO(a,eb(c+1,f))}return f;case "k":return CO(e),AO(a,eb(e.getHours()||24,f));case "S":return AO(a,(e.getTime()%1E3/1E3).toFixed(Math.min(3,f)).substr(2)+(3f?1:0];case "h":return CO(e),AO(a,eb(e.getHours()%12||12,f));case "K":return CO(e),AO(a,eb(e.getHours()%12,f));case "H":return CO(e),AO(a,eb(e.getHours(),f));case "c":a:switch(c=d.getDay(),f){case 5:f=a.Ab.fa[c];break a;case 4:f=a.Ab.ia[c];break a;case 3:f=a.Ab.ha[c];break a;default:f=AO(a,eb(c,1))}return f;case "L":a:switch(c=d.getMonth(),f){case 5:f=a.Ab.ea[c];break a;case 4:f=a.Ab.da[c];break a;case 3:f= +a.Ab.ga[c];break a;default:f=AO(a,eb(c+1,f))}return f;case "Q":return c=Math.floor(d.getMonth()/3),4>f?a.Ab.ba[c]:a.Ab.Z[c];case "d":return AO(a,eb(d.getDate(),f));case "m":return CO(e),AO(a,eb(e.getMinutes(),f));case "s":return CO(e),AO(a,eb(e.getSeconds(),f));case "v":return f=h||tO(c.getTimezoneOffset()),f.Sh;case "V":return a=h||tO(c.getTimezoneOffset()),2>=f?a.Sh:0f?a.Th[0f?(f=-(e.Dg-vO(e,c)),a=[0>f?"-":"+"],f=Math.abs(f),a.push(eb(Math.floor(f/60)%100,2),eb(f%60,2)),f=a.join("")):f= +AO(a,uO(e.Dg-vO(e,c))),f;default:return""}};Z.tk={T:{1E3:{other:"0"},1E4:{other:"0"},1E5:{other:"0"},1E6:{other:"0\u00a0m"},1E7:{other:"00\u00a0m"},1E8:{other:"000\u00a0m"},1E9:{other:"0\u00a0mjd"},1E10:{other:"00\u00a0mjd"},1E11:{other:"000\u00a0mjd"},1E12:{other:"0\u00a0bn"},1E13:{other:"00\u00a0bn"},1E14:{other:"000\u00a0bn"}},pa:{1E3:{other:"0 duisend"},1E4:{other:"00 duisend"},1E5:{other:"000 duisend"},1E6:{other:"0 miljoen"},1E7:{other:"00 miljoen"},1E8:{other:"000 miljoen"},1E9:{other:"0 miljard"},1E10:{other:"00 miljard"},1E11:{other:"000 miljard"}, +1E12:{other:"0 biljoen"},1E13:{other:"00 biljoen"},1E14:{other:"000 biljoen"}}};Z.lu=Z.tk; +Z.uk={T:{1E3:{other:"0\u00a0\u123a"},1E4:{other:"00\u00a0\u123a"},1E5:{other:"000\u00a0\u123a"},1E6:{other:"0\u00a0\u121c\u1275\u122d"},1E7:{other:"00\u00a0\u121c\u1275\u122d"},1E8:{other:"000\u00a0\u121c\u1275\u122d"},1E9:{other:"0\u00a0\u1262"},1E10:{other:"00\u00a0\u1262"},1E11:{other:"000\u00a0\u1262"},1E12:{other:"0\u00a0\u1275"},1E13:{other:"00\u00a0\u1275"},1E14:{other:"000\u00a0\u1275"}},pa:{1E3:{other:"0 \u123a"},1E4:{other:"00 \u123a"},1E5:{other:"000 \u123a"},1E6:{other:"0 \u121a\u120a\u12ee\u1295"}, +1E7:{other:"00 \u121a\u120a\u12ee\u1295"},1E8:{other:"000 \u121a\u120a\u12ee\u1295"},1E9:{other:"0 \u1262\u120a\u12ee\u1295"},1E10:{other:"00 \u1262\u120a\u12ee\u1295"},1E11:{other:"000 \u1262\u120a\u12ee\u1295"},1E12:{other:"0 \u1275\u122a\u120a\u12ee\u1295"},1E13:{other:"00 \u1275\u122a\u120a\u12ee\u1295"},1E14:{other:"000 \u1275\u122a\u120a\u12ee\u1295"}}};Z.mu=Z.uk; +Z.Wh={T:{1E3:{other:"0\u00a0\u0623\u0644\u0641"},1E4:{other:"00\u00a0\u0623\u0644\u0641"},1E5:{other:"000\u00a0\u0623\u0644\u0641"},1E6:{other:"0\u00a0\u0645\u0644\u064a\u0648"},1E7:{other:"00\u00a0\u0645\u0644\u064a\u0648"},1E8:{other:"000\u00a0\u0645\u0644\u064a\u0648"},1E9:{other:"0\u00a0\u0628\u0644\u064a\u0648"},1E10:{other:"00\u00a0\u0628\u0644\u064a\u0648"},1E11:{other:"000\u00a0\u0628\u0644\u064a\u0648"},1E12:{other:"0\u00a0\u062a\u0631\u0644\u064a\u0648"},1E13:{other:"00\u00a0\u062a\u0631\u0644\u064a\u0648"}, +1E14:{other:"000\u00a0\u062a\u0631\u0644\u064a\u0648"}},pa:{1E3:{other:"0 \u0623\u0644\u0641"},1E4:{other:"00 \u0623\u0644\u0641"},1E5:{other:"000 \u0623\u0644\u0641"},1E6:{other:"0 \u0645\u0644\u064a\u0648\u0646"},1E7:{other:"00 \u0645\u0644\u064a\u0648\u0646"},1E8:{other:"000 \u0645\u0644\u064a\u0648\u0646"},1E9:{other:"0 \u0628\u0644\u064a\u0648\u0646"},1E10:{other:"00 \u0628\u0644\u064a\u0648\u0646"},1E11:{other:"000 \u0628\u0644\u064a\u0648\u0646"},1E12:{other:"0 \u062a\u0631\u064a\u0644\u064a\u0648\u0646"}, +1E13:{other:"00 \u062a\u0631\u064a\u0644\u064a\u0648\u0646"},1E14:{other:"000 \u062a\u0631\u064a\u0644\u064a\u0648\u0646"}}};Z.nu=Z.Wh;Z.ou=Z.Wh; +Z.Xh={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},pa:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};Z.pu=Z.Xh;Z.qu=Z.Xh; +Z.vk={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};Z.ru=Z.vk; +Z.wk={T:{1E3:{other:"0\u00a0\u0445\u0438\u043b."},1E4:{other:"00\u00a0\u0445\u0438\u043b."},1E5:{other:"000\u00a0\u0445\u0438\u043b."},1E6:{other:"0\u00a0\u043c\u043b\u043d."},1E7:{other:"00\u00a0\u043c\u043b\u043d."},1E8:{other:"000\u00a0\u043c\u043b\u043d."},1E9:{other:"0\u00a0\u043c\u043b\u0440\u0434."},1E10:{other:"00\u00a0\u043c\u043b\u0440\u0434."},1E11:{other:"000\u00a0\u043c\u043b\u0440\u0434."},1E12:{other:"0\u00a0\u0442\u0440\u043b\u043d."},1E13:{other:"00\u00a0\u0442\u0440\u043b\u043d."}, +1E14:{other:"000\u00a0\u0442\u0440\u043b\u043d."}},pa:{1E3:{other:"0 \u0445\u0438\u043b\u044f\u0434\u0438"},1E4:{other:"00 \u0445\u0438\u043b\u044f\u0434\u0438"},1E5:{other:"000 \u0445\u0438\u043b\u044f\u0434\u0438"},1E6:{other:"0 \u043c\u0438\u043b\u0438\u043e\u043d\u0430"},1E7:{other:"00 \u043c\u0438\u043b\u0438\u043e\u043d\u0430"},1E8:{other:"000 \u043c\u0438\u043b\u0438\u043e\u043d\u0430"},1E9:{other:"0 \u043c\u0438\u043b\u0438\u0430\u0440\u0434\u0430"},1E10:{other:"00 \u043c\u0438\u043b\u0438\u0430\u0440\u0434\u0430"}, +1E11:{other:"000 \u043c\u0438\u043b\u0438\u0430\u0440\u0434\u0430"},1E12:{other:"0 \u0442\u0440\u0438\u043b\u0438\u043e\u043d\u0430"},1E13:{other:"00 \u0442\u0440\u0438\u043b\u0438\u043e\u043d\u0430"},1E14:{other:"000 \u0442\u0440\u0438\u043b\u0438\u043e\u043d\u0430"}}};Z.su=Z.wk; +Z.xk={T:{1E3:{other:"0\u00a0\u09b9\u09be\u099c\u09be\u09b0"},1E4:{other:"00\u00a0\u09b9\u09be\u099c\u09be\u09b0"},1E5:{other:"0\u00a0\u09b2\u09be\u0996"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},pa:{1E3:{other:"0 \u09b9\u09be\u099c\u09be\u09b0"},1E4:{other:"00 \u09b9\u09be\u099c\u09be\u09b0"},1E5:{other:"0 \u09b2\u09be\u0996"},1E6:{other:"0 \u09ae\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"}, 1E7:{other:"00 \u09ae\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E8:{other:"000 \u09ae\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E9:{other:"0 \u09ac\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E10:{other:"00 \u09ac\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E11:{other:"000 \u09ac\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E12:{other:"0 \u099f\u09cd\u09b0\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E13:{other:"00 \u099f\u09cd\u09b0\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E14:{other:"000 \u099f\u09cd\u09b0\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"}}}; -Z.vG=Z.nu;Z.ou={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};Z.wG=Z.ou; -Z.mq={la:{1E3:{other:"0\u00a0hilj."},1E4:{other:"00\u00a0hilj."},1E5:{other:"000\u00a0hilj."},1E6:{other:"0\u00a0mil."},1E7:{other:"00\u00a0mil."},1E8:{other:"000\u00a0mil."},1E9:{other:"0\u00a0mlr."},1E10:{other:"00\u00a0mlr."},1E11:{other:"000\u00a0mlr."},1E12:{other:"0\u00a0bil."},1E13:{other:"00\u00a0bil."},1E14:{other:"000\u00a0bil."}},Fa:{1E3:{other:"0 hiljada"},1E4:{other:"00 hiljada"},1E5:{other:"000 hiljada"},1E6:{other:"0 miliona"},1E7:{other:"00 miliona"},1E8:{other:"000 miliona"},1E9:{other:"0 milijardi"}, -1E10:{other:"00 milijardi"},1E11:{other:"000 milijardi"},1E12:{other:"0 biliona"},1E13:{other:"00 biliona"},1E14:{other:"000 biliona"}}};Z.xG=Z.mq;Z.yG=Z.mq; -Z.pj={la:{1E3:{other:"0m"},1E4:{other:"00m"},1E5:{other:"000m"},1E6:{other:"0M"},1E7:{other:"00\u00a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0000\u00a0M"},1E10:{other:"00mM"},1E11:{other:"000mM"},1E12:{other:"0B"},1E13:{other:"00\u00a0B"},1E14:{other:"000\u00a0B"}},Fa:{1E3:{other:"0 milers"},1E4:{other:"00 milers"},1E5:{other:"000 milers"},1E6:{other:"0 milions"},1E7:{other:"00 milions"},1E8:{other:"000 milions"},1E9:{other:"0 milers de milions"},1E10:{other:"00 milers de milions"},1E11:{other:"000 milers de milions"}, -1E12:{other:"0 bilions"},1E13:{other:"00 bilions"},1E14:{other:"000 bilions"}}};Z.zG=Z.pj;Z.AG=Z.pj;Z.BG=Z.pj;Z.CG=Z.pj;Z.DG=Z.pj;Z.pu={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};Z.EG=Z.pu; -Z.qu={la:{1E3:{other:"0\u00a0tis."},1E4:{other:"00\u00a0tis."},1E5:{other:"000\u00a0tis."},1E6:{other:"0\u00a0mil."},1E7:{other:"00\u00a0mil."},1E8:{other:"000\u00a0mil."},1E9:{other:"0\u00a0mld."},1E10:{other:"00\u00a0mld."},1E11:{other:"000\u00a0mld."},1E12:{other:"0\u00a0bil."},1E13:{other:"00\u00a0bil."},1E14:{other:"000\u00a0bil."}},Fa:{1E3:{other:"0 tis\u00edc"},1E4:{other:"00 tis\u00edc"},1E5:{other:"000 tis\u00edc"},1E6:{other:"0 milion\u016f"},1E7:{other:"00 milion\u016f"},1E8:{other:"000 milion\u016f"}, -1E9:{other:"0 miliard"},1E10:{other:"00 miliard"},1E11:{other:"000 miliard"},1E12:{other:"0 bilion\u016f"},1E13:{other:"00 bilion\u016f"},1E14:{other:"000 bilion\u016f"}}};Z.FG=Z.qu; -Z.ru={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},Fa:{1E3:{other:"0 mil"},1E4:{other:"00 mil"},1E5:{other:"000 mil"},1E6:{other:"0 miliwn"},1E7:{other:"00 miliwn"},1E8:{other:"000 miliwn"},1E9:{other:"0 biliwn"},1E10:{other:"00 biliwn"},1E11:{other:"000 biliwn"},1E12:{other:"0 triliwn"},1E13:{other:"00 triliwn"},1E14:{other:"000 triliwn"}}}; -Z.GG=Z.ru; -Z.nq={la:{1E3:{other:"0\u00a0td"},1E4:{other:"00\u00a0td"},1E5:{other:"000\u00a0td"},1E6:{other:"0\u00a0mio"},1E7:{other:"00\u00a0mio"},1E8:{other:"000\u00a0mio"},1E9:{other:"0\u00a0mia"},1E10:{other:"00\u00a0mia"},1E11:{other:"000\u00a0mia"},1E12:{other:"0\u00a0bill"},1E13:{other:"00\u00a0bill"},1E14:{other:"000\u00a0bill"}},Fa:{1E3:{other:"0 tusind"},1E4:{other:"00 tusind"},1E5:{other:"000 tusind"},1E6:{other:"0 millioner"},1E7:{other:"00 millioner"},1E8:{other:"000 millioner"},1E9:{other:"0 milliarder"},1E10:{other:"00 milliarder"}, -1E11:{other:"000 milliarder"},1E12:{other:"0 billioner"},1E13:{other:"00 billioner"},1E14:{other:"000 billioner"}}};Z.HG=Z.nq;Z.IG=Z.nq; -Z.wn={la:{1E3:{other:"0\u00a0Tsd."},1E4:{other:"00\u00a0Tsd."},1E5:{other:"000\u00a0Tsd."},1E6:{other:"0\u00a0Mio."},1E7:{other:"00\u00a0Mio."},1E8:{other:"000\u00a0Mio."},1E9:{other:"0\u00a0Mrd."},1E10:{other:"00\u00a0Mrd."},1E11:{other:"000\u00a0Mrd."},1E12:{other:"0\u00a0Bio."},1E13:{other:"00\u00a0Bio."},1E14:{other:"000\u00a0Bio."}},Fa:{1E3:{other:"0 Tausend"},1E4:{other:"00 Tausend"},1E5:{other:"000 Tausend"},1E6:{other:"0 Millionen"},1E7:{other:"00 Millionen"},1E8:{other:"000 Millionen"},1E9:{other:"0 Milliarden"}, +Z.tu=Z.xk;Z.yk={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};Z.uu=Z.yk; +Z.Yh={T:{1E3:{other:"0\u00a0hilj."},1E4:{other:"00\u00a0hilj."},1E5:{other:"000\u00a0hilj."},1E6:{other:"0\u00a0mil."},1E7:{other:"00\u00a0mil."},1E8:{other:"000\u00a0mil."},1E9:{other:"0\u00a0mlr."},1E10:{other:"00\u00a0mlr."},1E11:{other:"000\u00a0mlr."},1E12:{other:"0\u00a0bil."},1E13:{other:"00\u00a0bil."},1E14:{other:"000\u00a0bil."}},pa:{1E3:{other:"0 hiljada"},1E4:{other:"00 hiljada"},1E5:{other:"000 hiljada"},1E6:{other:"0 miliona"},1E7:{other:"00 miliona"},1E8:{other:"000 miliona"},1E9:{other:"0 milijardi"}, +1E10:{other:"00 milijardi"},1E11:{other:"000 milijardi"},1E12:{other:"0 biliona"},1E13:{other:"00 biliona"},1E14:{other:"000 biliona"}}};Z.vu=Z.Yh;Z.wu=Z.Yh; +Z.Qe={T:{1E3:{other:"0m"},1E4:{other:"00m"},1E5:{other:"000m"},1E6:{other:"0M"},1E7:{other:"00\u00a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0000\u00a0M"},1E10:{other:"00mM"},1E11:{other:"000mM"},1E12:{other:"0B"},1E13:{other:"00\u00a0B"},1E14:{other:"000\u00a0B"}},pa:{1E3:{other:"0 milers"},1E4:{other:"00 milers"},1E5:{other:"000 milers"},1E6:{other:"0 milions"},1E7:{other:"00 milions"},1E8:{other:"000 milions"},1E9:{other:"0 milers de milions"},1E10:{other:"00 milers de milions"},1E11:{other:"000 milers de milions"}, +1E12:{other:"0 bilions"},1E13:{other:"00 bilions"},1E14:{other:"000 bilions"}}};Z.xu=Z.Qe;Z.yu=Z.Qe;Z.zu=Z.Qe;Z.Au=Z.Qe;Z.Bu=Z.Qe;Z.zk={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};Z.Cu=Z.zk; +Z.Ak={T:{1E3:{other:"0\u00a0tis."},1E4:{other:"00\u00a0tis."},1E5:{other:"000\u00a0tis."},1E6:{other:"0\u00a0mil."},1E7:{other:"00\u00a0mil."},1E8:{other:"000\u00a0mil."},1E9:{other:"0\u00a0mld."},1E10:{other:"00\u00a0mld."},1E11:{other:"000\u00a0mld."},1E12:{other:"0\u00a0bil."},1E13:{other:"00\u00a0bil."},1E14:{other:"000\u00a0bil."}},pa:{1E3:{other:"0 tis\u00edc"},1E4:{other:"00 tis\u00edc"},1E5:{other:"000 tis\u00edc"},1E6:{other:"0 milion\u016f"},1E7:{other:"00 milion\u016f"},1E8:{other:"000 milion\u016f"}, +1E9:{other:"0 miliard"},1E10:{other:"00 miliard"},1E11:{other:"000 miliard"},1E12:{other:"0 bilion\u016f"},1E13:{other:"00 bilion\u016f"},1E14:{other:"000 bilion\u016f"}}};Z.Du=Z.Ak; +Z.Bk={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},pa:{1E3:{other:"0 mil"},1E4:{other:"00 mil"},1E5:{other:"000 mil"},1E6:{other:"0 miliwn"},1E7:{other:"00 miliwn"},1E8:{other:"000 miliwn"},1E9:{other:"0 biliwn"},1E10:{other:"00 biliwn"},1E11:{other:"000 biliwn"},1E12:{other:"0 triliwn"},1E13:{other:"00 triliwn"},1E14:{other:"000 triliwn"}}}; +Z.Eu=Z.Bk; +Z.Zh={T:{1E3:{other:"0\u00a0td"},1E4:{other:"00\u00a0td"},1E5:{other:"000\u00a0td"},1E6:{other:"0\u00a0mio"},1E7:{other:"00\u00a0mio"},1E8:{other:"000\u00a0mio"},1E9:{other:"0\u00a0mia"},1E10:{other:"00\u00a0mia"},1E11:{other:"000\u00a0mia"},1E12:{other:"0\u00a0bill"},1E13:{other:"00\u00a0bill"},1E14:{other:"000\u00a0bill"}},pa:{1E3:{other:"0 tusind"},1E4:{other:"00 tusind"},1E5:{other:"000 tusind"},1E6:{other:"0 millioner"},1E7:{other:"00 millioner"},1E8:{other:"000 millioner"},1E9:{other:"0 milliarder"},1E10:{other:"00 milliarder"}, +1E11:{other:"000 milliarder"},1E12:{other:"0 billioner"},1E13:{other:"00 billioner"},1E14:{other:"000 billioner"}}};Z.Fu=Z.Zh;Z.Gu=Z.Zh; +Z.Og={T:{1E3:{other:"0\u00a0Tsd."},1E4:{other:"00\u00a0Tsd."},1E5:{other:"000\u00a0Tsd."},1E6:{other:"0\u00a0Mio."},1E7:{other:"00\u00a0Mio."},1E8:{other:"000\u00a0Mio."},1E9:{other:"0\u00a0Mrd."},1E10:{other:"00\u00a0Mrd."},1E11:{other:"000\u00a0Mrd."},1E12:{other:"0\u00a0Bio."},1E13:{other:"00\u00a0Bio."},1E14:{other:"000\u00a0Bio."}},pa:{1E3:{other:"0 Tausend"},1E4:{other:"00 Tausend"},1E5:{other:"000 Tausend"},1E6:{other:"0 Millionen"},1E7:{other:"00 Millionen"},1E8:{other:"000 Millionen"},1E9:{other:"0 Milliarden"}, 1E10:{other:"00 Milliarden"},1E11:{other:"000 Milliarden"},1E12:{other:"0 Billionen"},1E13:{other:"00 Billionen"},1E14:{other:"000 Billionen"}}}; -Z.JG={la:{1E3:{other:"0\u00a0Tsd."},1E4:{other:"00\u00a0Tsd."},1E5:{other:"000\u00a0Tsd."},1E6:{other:"0\u00a0Mio."},1E7:{other:"00\u00a0Mio."},1E8:{other:"000\u00a0Mio."},1E9:{other:"0\u00a0Mrd."},1E10:{other:"00\u00a0Mrd."},1E11:{other:"000\u00a0Mrd."},1E12:{other:"0\u00a0Bio."},1E13:{other:"00\u00a0Bio."},1E14:{other:"000\u00a0Bio."}},Fa:{1E3:{other:"0 Tausend"},1E4:{other:"00 Tausend"},1E5:{other:"000 Tausend"},1E6:{other:"0 Millionen"},1E7:{other:"00 Millionen"},1E8:{other:"000 Millionen"},1E9:{other:"0 Milliarden"}, -1E10:{other:"00 Milliarden"},1E11:{other:"000 Milliarden"},1E12:{other:"0 Billionen"},1E13:{other:"00 Billionen"},1E14:{other:"000 Billionen"}}};Z.KG=Z.wn; -Z.LG={la:{1E3:{other:"0\u00a0Tsd."},1E4:{other:"00\u00a0Tsd."},1E5:{other:"000\u00a0Tsd."},1E6:{other:"0\u00a0Mio."},1E7:{other:"00\u00a0Mio."},1E8:{other:"000\u00a0Mio."},1E9:{other:"0\u00a0Mrd."},1E10:{other:"00\u00a0Mrd."},1E11:{other:"000\u00a0Mrd."},1E12:{other:"0\u00a0Bio."},1E13:{other:"00\u00a0Bio."},1E14:{other:"000\u00a0Bio."}},Fa:{1E3:{other:"0 Tausend"},1E4:{other:"00 Tausend"},1E5:{other:"000 Tausend"},1E6:{other:"0 Millionen"},1E7:{other:"00 Millionen"},1E8:{other:"000 Millionen"},1E9:{other:"0 Milliarden"}, -1E10:{other:"00 Milliarden"},1E11:{other:"000 Milliarden"},1E12:{other:"0 Billionen"},1E13:{other:"00 Billionen"},1E14:{other:"000 Billionen"}}};Z.MG=Z.wn;Z.NG=Z.wn; -Z.oq={la:{1E3:{other:"0\u00a0\u03c7\u03b9\u03bb."},1E4:{other:"00\u00a0\u03c7\u03b9\u03bb."},1E5:{other:"000\u00a0\u03c7\u03b9\u03bb."},1E6:{other:"0\u00a0\u03b5\u03ba."},1E7:{other:"00\u00a0\u03b5\u03ba."},1E8:{other:"000\u00a0\u03b5\u03ba."},1E9:{other:"0\u00a0\u03b4\u03b9\u03c3."},1E10:{other:"00\u00a0\u03b4\u03b9\u03c3."},1E11:{other:"000\u00a0\u03b4\u03b9\u03c3."},1E12:{other:"0\u00a0\u03c4\u03c1\u03b9\u03c3."},1E13:{other:"00\u00a0\u03c4\u03c1\u03b9\u03c3."},1E14:{other:"000\u00a0\u03c4\u03c1\u03b9\u03c3."}}, -Fa:{1E3:{other:"0 \u03c7\u03b9\u03bb\u03b9\u03ac\u03b4\u03b5\u03c2"},1E4:{other:"00 \u03c7\u03b9\u03bb\u03b9\u03ac\u03b4\u03b5\u03c2"},1E5:{other:"000 \u03c7\u03b9\u03bb\u03b9\u03ac\u03b4\u03b5\u03c2"},1E6:{other:"0 \u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E7:{other:"00 \u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E8:{other:"000 \u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E9:{other:"0 \u03b4\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"}, +Z.Hu={T:{1E3:{other:"0\u00a0Tsd."},1E4:{other:"00\u00a0Tsd."},1E5:{other:"000\u00a0Tsd."},1E6:{other:"0\u00a0Mio."},1E7:{other:"00\u00a0Mio."},1E8:{other:"000\u00a0Mio."},1E9:{other:"0\u00a0Mrd."},1E10:{other:"00\u00a0Mrd."},1E11:{other:"000\u00a0Mrd."},1E12:{other:"0\u00a0Bio."},1E13:{other:"00\u00a0Bio."},1E14:{other:"000\u00a0Bio."}},pa:{1E3:{other:"0 Tausend"},1E4:{other:"00 Tausend"},1E5:{other:"000 Tausend"},1E6:{other:"0 Millionen"},1E7:{other:"00 Millionen"},1E8:{other:"000 Millionen"},1E9:{other:"0 Milliarden"}, +1E10:{other:"00 Milliarden"},1E11:{other:"000 Milliarden"},1E12:{other:"0 Billionen"},1E13:{other:"00 Billionen"},1E14:{other:"000 Billionen"}}};Z.Iu=Z.Og; +Z.Ju={T:{1E3:{other:"0\u00a0Tsd."},1E4:{other:"00\u00a0Tsd."},1E5:{other:"000\u00a0Tsd."},1E6:{other:"0\u00a0Mio."},1E7:{other:"00\u00a0Mio."},1E8:{other:"000\u00a0Mio."},1E9:{other:"0\u00a0Mrd."},1E10:{other:"00\u00a0Mrd."},1E11:{other:"000\u00a0Mrd."},1E12:{other:"0\u00a0Bio."},1E13:{other:"00\u00a0Bio."},1E14:{other:"000\u00a0Bio."}},pa:{1E3:{other:"0 Tausend"},1E4:{other:"00 Tausend"},1E5:{other:"000 Tausend"},1E6:{other:"0 Millionen"},1E7:{other:"00 Millionen"},1E8:{other:"000 Millionen"},1E9:{other:"0 Milliarden"}, +1E10:{other:"00 Milliarden"},1E11:{other:"000 Milliarden"},1E12:{other:"0 Billionen"},1E13:{other:"00 Billionen"},1E14:{other:"000 Billionen"}}};Z.Ku=Z.Og;Z.Lu=Z.Og; +Z.$h={T:{1E3:{other:"0\u00a0\u03c7\u03b9\u03bb."},1E4:{other:"00\u00a0\u03c7\u03b9\u03bb."},1E5:{other:"000\u00a0\u03c7\u03b9\u03bb."},1E6:{other:"0\u00a0\u03b5\u03ba."},1E7:{other:"00\u00a0\u03b5\u03ba."},1E8:{other:"000\u00a0\u03b5\u03ba."},1E9:{other:"0\u00a0\u03b4\u03b9\u03c3."},1E10:{other:"00\u00a0\u03b4\u03b9\u03c3."},1E11:{other:"000\u00a0\u03b4\u03b9\u03c3."},1E12:{other:"0\u00a0\u03c4\u03c1\u03b9\u03c3."},1E13:{other:"00\u00a0\u03c4\u03c1\u03b9\u03c3."},1E14:{other:"000\u00a0\u03c4\u03c1\u03b9\u03c3."}}, +pa:{1E3:{other:"0 \u03c7\u03b9\u03bb\u03b9\u03ac\u03b4\u03b5\u03c2"},1E4:{other:"00 \u03c7\u03b9\u03bb\u03b9\u03ac\u03b4\u03b5\u03c2"},1E5:{other:"000 \u03c7\u03b9\u03bb\u03b9\u03ac\u03b4\u03b5\u03c2"},1E6:{other:"0 \u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E7:{other:"00 \u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E8:{other:"000 \u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E9:{other:"0 \u03b4\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"}, 1E10:{other:"00 \u03b4\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E11:{other:"000 \u03b4\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E12:{other:"0 \u03c4\u03c1\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E13:{other:"00 \u03c4\u03c1\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E14:{other:"000 \u03c4\u03c1\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"}}}; -Z.OG=Z.oq;Z.PG=Z.oq; -Z.zd={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},Fa:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousand"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"},1E9:{other:"0 billion"},1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1E13:{other:"00 trillion"}, -1E14:{other:"000 trillion"}}};Z.QG=Z.zd;Z.RG=Z.zd; -Z.SG={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},Fa:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousand"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"},1E9:{other:"0 billion"},1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1E13:{other:"00 trillion"}, +Z.Mu=Z.$h;Z.Nu=Z.$h; +Z.bc={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},pa:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousand"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"},1E9:{other:"0 billion"},1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1E13:{other:"00 trillion"}, +1E14:{other:"000 trillion"}}};Z.Ou=Z.bc;Z.Pu=Z.bc; +Z.Qu={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},pa:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousand"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"},1E9:{other:"0 billion"},1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1E13:{other:"00 trillion"}, 1E14:{other:"000 trillion"}}}; -Z.TG={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},Fa:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousand"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"},1E9:{other:"0 billion"},1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1E13:{other:"00 trillion"}, -1E14:{other:"000 trillion"}}};Z.UG=Z.zd;Z.VG=Z.zd; -Z.WG={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},Fa:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousand"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"},1E9:{other:"0 billion"},1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1E13:{other:"00 trillion"}, -1E14:{other:"000 trillion"}}};Z.XG=Z.zd; -Z.YG={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},Fa:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousand"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"},1E9:{other:"0 billion"},1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1E13:{other:"00 trillion"}, +Z.Ru={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},pa:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousand"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"},1E9:{other:"0 billion"},1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1E13:{other:"00 trillion"}, +1E14:{other:"000 trillion"}}};Z.Su=Z.bc;Z.Tu=Z.bc; +Z.Uu={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},pa:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousand"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"},1E9:{other:"0 billion"},1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1E13:{other:"00 trillion"}, +1E14:{other:"000 trillion"}}};Z.Vu=Z.bc; +Z.Wu={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},pa:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousand"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"},1E9:{other:"0 billion"},1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1E13:{other:"00 trillion"}, 1E14:{other:"000 trillion"}}}; -Z.ZG={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},Fa:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousand"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"},1E9:{other:"0 billion"},1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1E13:{other:"00 trillion"}, -1E14:{other:"000 trillion"}}};Z.$G=Z.zd;Z.aH=Z.zd;Z.bH=Z.zd;Z.cH=Z.zd;Z.dH=Z.zd; -Z.eH={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},Fa:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousand"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"},1E9:{other:"0 billion"},1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1E13:{other:"00 trillion"}, -1E14:{other:"000 trillion"}}};Z.fH=Z.zd;Z.gH=Z.zd;Z.hH=Z.zd;Z.iH=Z.zd;Z.jH=Z.zd; -Z.kH={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},Fa:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousand"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"},1E9:{other:"0 billion"},1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1E13:{other:"00 trillion"}, -1E14:{other:"000 trillion"}}};Z.lH=Z.zd; -Z.xn={la:{1E3:{other:"0\u00a0K"},1E4:{other:"00\u00a0K"},1E5:{other:"000\u00a0K"},1E6:{other:"0\u00a0M"},1E7:{other:"00\u00a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0000\u00a0M"},1E10:{other:"00\u00a0MRD"},1E11:{other:"000\u00a0MRD"},1E12:{other:"0\u00a0B"},1E13:{other:"00\u00a0B"},1E14:{other:"000\u00a0B"}},Fa:{1E3:{other:"0 mil"},1E4:{other:"00 mil"},1E5:{other:"000 mil"},1E6:{other:"0 millones"},1E7:{other:"00 millones"},1E8:{other:"000 millones"},1E9:{other:"0 mil millones"},1E10:{other:"00 mil millones"}, +Z.Xu={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},pa:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousand"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"},1E9:{other:"0 billion"},1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1E13:{other:"00 trillion"}, +1E14:{other:"000 trillion"}}};Z.Yu=Z.bc;Z.Zu=Z.bc;Z.$u=Z.bc;Z.av=Z.bc;Z.bv=Z.bc; +Z.cv={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},pa:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousand"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"},1E9:{other:"0 billion"},1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1E13:{other:"00 trillion"}, +1E14:{other:"000 trillion"}}};Z.dv=Z.bc;Z.ev=Z.bc;Z.fv=Z.bc;Z.gv=Z.bc;Z.hv=Z.bc; +Z.iv={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},pa:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousand"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"},1E9:{other:"0 billion"},1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1E13:{other:"00 trillion"}, +1E14:{other:"000 trillion"}}};Z.jv=Z.bc; +Z.Pg={T:{1E3:{other:"0\u00a0K"},1E4:{other:"00\u00a0K"},1E5:{other:"000\u00a0K"},1E6:{other:"0\u00a0M"},1E7:{other:"00\u00a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0000\u00a0M"},1E10:{other:"00\u00a0MRD"},1E11:{other:"000\u00a0MRD"},1E12:{other:"0\u00a0B"},1E13:{other:"00\u00a0B"},1E14:{other:"000\u00a0B"}},pa:{1E3:{other:"0 mil"},1E4:{other:"00 mil"},1E5:{other:"000 mil"},1E6:{other:"0 millones"},1E7:{other:"00 millones"},1E8:{other:"000 millones"},1E9:{other:"0 mil millones"},1E10:{other:"00 mil millones"}, 1E11:{other:"000 mil millones"},1E12:{other:"0 billones"},1E13:{other:"00 billones"},1E14:{other:"000 billones"}}}; -Z.mH={la:{1E3:{other:"0"},1E4:{other:"00k"},1E5:{other:"000k"},1E6:{other:"0\u00a0M"},1E7:{other:"00\u00a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0k\u00a0M"},1E10:{other:"00k\u00a0M"},1E11:{other:"000k\u00a0M"},1E12:{other:"0\u00a0B"},1E13:{other:"00\u00a0B"},1E14:{other:"000\u00a0B"}},Fa:{1E3:{other:"0 mil"},1E4:{other:"00 mil"},1E5:{other:"000 mil"},1E6:{other:"0 millones"},1E7:{other:"00 millones"},1E8:{other:"000 millones"},1E9:{other:"0 mil millones"},1E10:{other:"00 mil millones"},1E11:{other:"000 mil millones"}, -1E12:{other:"0 billones"},1E13:{other:"00 billones"},1E14:{other:"000 billones"}}};Z.nH=Z.xn;Z.oH=Z.xn;Z.pH=Z.xn; -Z.qH={la:{1E3:{other:"0k"},1E4:{other:"00k"},1E5:{other:"000k"},1E6:{other:"0\u00a0M"},1E7:{other:"00\u00a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0k\u00a0M"},1E10:{other:"00k\u00a0M"},1E11:{other:"000k\u00a0M"},1E12:{other:"0\u00a0B"},1E13:{other:"00\u00a0B"},1E14:{other:"000\u00a0B"}},Fa:{1E3:{other:"0 mil"},1E4:{other:"00 mil"},1E5:{other:"000 mil"},1E6:{other:"0 millones"},1E7:{other:"00 millones"},1E8:{other:"000 millones"},1E9:{other:"0 mil millones"},1E10:{other:"00 mil millones"},1E11:{other:"000 mil millones"}, +Z.kv={T:{1E3:{other:"0"},1E4:{other:"00k"},1E5:{other:"000k"},1E6:{other:"0\u00a0M"},1E7:{other:"00\u00a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0k\u00a0M"},1E10:{other:"00k\u00a0M"},1E11:{other:"000k\u00a0M"},1E12:{other:"0\u00a0B"},1E13:{other:"00\u00a0B"},1E14:{other:"000\u00a0B"}},pa:{1E3:{other:"0 mil"},1E4:{other:"00 mil"},1E5:{other:"000 mil"},1E6:{other:"0 millones"},1E7:{other:"00 millones"},1E8:{other:"000 millones"},1E9:{other:"0 mil millones"},1E10:{other:"00 mil millones"},1E11:{other:"000 mil millones"}, +1E12:{other:"0 billones"},1E13:{other:"00 billones"},1E14:{other:"000 billones"}}};Z.lv=Z.Pg;Z.mv=Z.Pg;Z.nv=Z.Pg; +Z.ov={T:{1E3:{other:"0k"},1E4:{other:"00k"},1E5:{other:"000k"},1E6:{other:"0\u00a0M"},1E7:{other:"00\u00a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0k\u00a0M"},1E10:{other:"00k\u00a0M"},1E11:{other:"000k\u00a0M"},1E12:{other:"0\u00a0B"},1E13:{other:"00\u00a0B"},1E14:{other:"000\u00a0B"}},pa:{1E3:{other:"0 mil"},1E4:{other:"00 mil"},1E5:{other:"000 mil"},1E6:{other:"0 millones"},1E7:{other:"00 millones"},1E8:{other:"000 millones"},1E9:{other:"0 mil millones"},1E10:{other:"00 mil millones"},1E11:{other:"000 mil millones"}, 1E12:{other:"0 billones"},1E13:{other:"00 billones"},1E14:{other:"000 billones"}}}; -Z.rH={la:{1E3:{other:"0"},1E4:{other:"00k"},1E5:{other:"000k"},1E6:{other:"0\u00a0M"},1E7:{other:"00\u00a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0k\u00a0M"},1E10:{other:"00k\u00a0M"},1E11:{other:"000k\u00a0M"},1E12:{other:"0\u00a0B"},1E13:{other:"00\u00a0B"},1E14:{other:"000\u00a0B"}},Fa:{1E3:{other:"0 mil"},1E4:{other:"00 mil"},1E5:{other:"000 mil"},1E6:{other:"0 millones"},1E7:{other:"00 millones"},1E8:{other:"000 millones"},1E9:{other:"0 mil millones"},1E10:{other:"00 mil millones"},1E11:{other:"000 mil millones"}, +Z.pv={T:{1E3:{other:"0"},1E4:{other:"00k"},1E5:{other:"000k"},1E6:{other:"0\u00a0M"},1E7:{other:"00\u00a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0k\u00a0M"},1E10:{other:"00k\u00a0M"},1E11:{other:"000k\u00a0M"},1E12:{other:"0\u00a0B"},1E13:{other:"00\u00a0B"},1E14:{other:"000\u00a0B"}},pa:{1E3:{other:"0 mil"},1E4:{other:"00 mil"},1E5:{other:"000 mil"},1E6:{other:"0 millones"},1E7:{other:"00 millones"},1E8:{other:"000 millones"},1E9:{other:"0 mil millones"},1E10:{other:"00 mil millones"},1E11:{other:"000 mil millones"}, 1E12:{other:"0 billones"},1E13:{other:"00 billones"},1E14:{other:"000 billones"}}}; -Z.su={la:{1E3:{other:"0\u00a0tuh"},1E4:{other:"00\u00a0tuh"},1E5:{other:"000\u00a0tuh"},1E6:{other:"0\u00a0mln"},1E7:{other:"00\u00a0mln"},1E8:{other:"000\u00a0mln"},1E9:{other:"0\u00a0mld"},1E10:{other:"00\u00a0mld"},1E11:{other:"000\u00a0mld"},1E12:{other:"0\u00a0trl"},1E13:{other:"00\u00a0trl"},1E14:{other:"000\u00a0trl"}},Fa:{1E3:{other:"0 tuhat"},1E4:{other:"00 tuhat"},1E5:{other:"000 tuhat"},1E6:{other:"0 miljonit"},1E7:{other:"00 miljonit"},1E8:{other:"000 miljonit"},1E9:{other:"0 miljardit"}, -1E10:{other:"00 miljardit"},1E11:{other:"000 miljardit"},1E12:{other:"0 triljonit"},1E13:{other:"00 triljonit"},1E14:{other:"000 triljonit"}}};Z.sH=Z.su; -Z.tu={la:{1E3:{other:"0000"},1E4:{other:"00000"},1E5:{other:"000000"},1E6:{other:"0\u00a0M"},1E7:{other:"00\u00a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0000\u00a0M"},1E10:{other:"00000\u00a0M"},1E11:{other:"000000\u00a0M"},1E12:{other:"0\u00a0B"},1E13:{other:"00\u00a0B"},1E14:{other:"000\u00a0B"}},Fa:{1E3:{other:"0000"},1E4:{other:"00000"},1E5:{other:"000000"},1E6:{other:"0 milioi"},1E7:{other:"00 milioi"},1E8:{other:"000 milioi"},1E9:{other:"0000 milioi"},1E10:{other:"00000 milioi"},1E11:{other:"000000 milioi"}, -1E12:{other:"0 bilioi"},1E13:{other:"00 bilioi"},1E14:{other:"000 bilioi"}}};Z.tH=Z.tu; -Z.uu={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},Fa:{1E3:{other:"0 \u0647\u0632\u0627\u0631"},1E4:{other:"00 \u0647\u0632\u0627\u0631"},1E5:{other:"000 \u0647\u0632\u0627\u0631"},1E6:{other:"0 \u0645\u06cc\u0644\u06cc\u0648\u0646"},1E7:{other:"00 \u0645\u06cc\u0644\u06cc\u0648\u0646"},1E8:{other:"000 \u0645\u06cc\u0644\u06cc\u0648\u0646"}, -1E9:{other:"0 \u0645\u06cc\u0644\u06cc\u0627\u0631\u062f"},1E10:{other:"00 \u0645\u06cc\u0644\u06cc\u0627\u0631\u062f"},1E11:{other:"000 \u0645\u06cc\u0644\u06cc\u0627\u0631\u062f"},1E12:{other:"0 \u0647\u0632\u0627\u0631 \u0645\u06cc\u0644\u06cc\u0627\u0631\u062f"},1E13:{other:"00 \u0647\u0632\u0627\u0631 \u0645\u06cc\u0644\u06cc\u0627\u0631\u062f"},1E14:{other:"000 \u0647\u0632\u0627\u0631 \u0645\u06cc\u0644\u06cc\u0627\u0631\u062f"}}};Z.uH=Z.uu; -Z.vu={la:{1E3:{other:"0\u00a0t."},1E4:{other:"00\u00a0t."},1E5:{other:"000\u00a0t."},1E6:{other:"0\u00a0milj."},1E7:{other:"00\u00a0milj."},1E8:{other:"000\u00a0milj."},1E9:{other:"0\u00a0mrd."},1E10:{other:"00\u00a0mrd."},1E11:{other:"000\u00a0mrd."},1E12:{other:"0\u00a0bilj."},1E13:{other:"00\u00a0bilj."},1E14:{other:"000\u00a0bilj."}},Fa:{1E3:{other:"0 tuhatta"},1E4:{other:"00 tuhatta"},1E5:{other:"000 tuhatta"},1E6:{other:"0 miljoonaa"},1E7:{other:"00 miljoonaa"},1E8:{other:"000 miljoonaa"},1E9:{other:"0 miljardia"}, -1E10:{other:"00 miljardia"},1E11:{other:"000 miljardia"},1E12:{other:"0 biljoonaa"},1E13:{other:"00 biljoonaa"},1E14:{other:"000 biljoonaa"}}};Z.vH=Z.vu; -Z.wu={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},Fa:{1E3:{other:"0 libo"},1E4:{other:"00 libo"},1E5:{other:"000 libo"},1E6:{other:"0 milyon"},1E7:{other:"00 milyon"},1E8:{other:"000 milyon"},1E9:{other:"0 bilyon"},1E10:{other:"00 bilyon"},1E11:{other:"000 bilyon"},1E12:{other:"0 trilyon"},1E13:{other:"00 trilyon"},1E14:{other:"000 trilyon"}}}; -Z.wH=Z.wu; -Z.zf={la:{1E3:{other:"0\u00a0k"},1E4:{other:"00\u00a0k"},1E5:{other:"000\u00a0k"},1E6:{other:"0\u00a0M"},1E7:{other:"00\u00a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0\u00a0Md"},1E10:{other:"00\u00a0Md"},1E11:{other:"000\u00a0Md"},1E12:{other:"0\u00a0Bn"},1E13:{other:"00\u00a0Bn"},1E14:{other:"000\u00a0Bn"}},Fa:{1E3:{other:"0 mille"},1E4:{other:"00 mille"},1E5:{other:"000 mille"},1E6:{other:"0 millions"},1E7:{other:"00 millions"},1E8:{other:"000 millions"},1E9:{other:"0 milliards"},1E10:{other:"00 milliards"},1E11:{other:"000 milliards"}, -1E12:{other:"0 billions"},1E13:{other:"00 billions"},1E14:{other:"000 billions"}}};Z.xH=Z.zf; -Z.yH={la:{1E3:{other:"0\u00a0k"},1E4:{other:"00\u00a0k"},1E5:{other:"000\u00a0k"},1E6:{other:"0\u00a0M"},1E7:{other:"00\u00a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0\u00a0G"},1E10:{other:"00\u00a0G"},1E11:{other:"000\u00a0G"},1E12:{other:"0\u00a0T"},1E13:{other:"00\u00a0T"},1E14:{other:"000\u00a0T"}},Fa:{1E3:{other:"0 mille"},1E4:{other:"00 mille"},1E5:{other:"000 mille"},1E6:{other:"0 millions"},1E7:{other:"00 millions"},1E8:{other:"000 millions"},1E9:{other:"0 milliards"},1E10:{other:"00 milliards"}, -1E11:{other:"000 milliards"},1E12:{other:"0 billions"},1E13:{other:"00 billions"},1E14:{other:"000 billions"}}};Z.zH=Z.zf;Z.AH=Z.zf;Z.BH=Z.zf;Z.CH=Z.zf;Z.DH=Z.zf;Z.EH=Z.zf;Z.FH=Z.zf;Z.GH=Z.zf;Z.HH=Z.zf; -Z.xu={la:{1E3:{other:"0k"},1E4:{other:"00k"},1E5:{other:"000k"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},Fa:{1E3:{other:"0 m\u00edle"},1E4:{other:"00 m\u00edle"},1E5:{other:"000 m\u00edle"},1E6:{other:"0 milli\u00fan"},1E7:{other:"00 milli\u00fan"},1E8:{other:"000 milli\u00fan"},1E9:{other:"0 billi\u00fan"},1E10:{other:"00 billi\u00fan"},1E11:{other:"000 billi\u00fan"},1E12:{other:"0 trilli\u00fan"}, -1E13:{other:"00 trilli\u00fan"},1E14:{other:"000 trilli\u00fan"}}};Z.IH=Z.xu; -Z.yu={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0k\u00a0M"},1E10:{other:"00k\u00a0M"},1E11:{other:"000k\u00a0M"},1E12:{other:"0\u00a0B"},1E13:{other:"00\u00a0B"},1E14:{other:"000\u00a0B"}},Fa:{1E3:{other:"0 mil"},1E4:{other:"00 mil"},1E5:{other:"000 mil"},1E6:{other:"0 mill\u00f3ns"},1E7:{other:"00 mill\u00f3ns"},1E8:{other:"000 mill\u00f3ns"},1E9:{other:"0 mil mill\u00f3ns"},1E10:{other:"00 mil mill\u00f3ns"},1E11:{other:"000 mil mill\u00f3ns"}, -1E12:{other:"0 bill\u00f3ns"},1E13:{other:"00 bill\u00f3ns"},1E14:{other:"000 bill\u00f3ns"}}};Z.JH=Z.yu; -Z.pq={la:{1E3:{other:"0\u00a0tsd"},1E4:{other:"00\u00a0tsd"},1E5:{other:"000\u00a0tsd"},1E6:{other:"0\u00a0Mio"},1E7:{other:"00\u00a0Mio"},1E8:{other:"000\u00a0Mio"},1E9:{other:"0\u00a0Mrd"},1E10:{other:"00\u00a0Mrd"},1E11:{other:"000\u00a0Mrd"},1E12:{other:"0\u00a0Bio"},1E13:{other:"00\u00a0Bio"},1E14:{other:"000\u00a0Bio"}},Fa:{1E3:{other:"0 tausend"},1E4:{other:"00 tausend"},1E5:{other:"000 tausend"},1E6:{other:"0 Millionen"},1E7:{other:"00 Millionen"},1E8:{other:"000 Millionen"},1E9:{other:"0 Milliarden"}, -1E10:{other:"00 Milliarden"},1E11:{other:"000 Milliarden"},1E12:{other:"0 Billionen"},1E13:{other:"00 Billionen"},1E14:{other:"000 Billionen"}}};Z.KH=Z.pq;Z.LH=Z.pq; -Z.zu={la:{1E3:{other:"0\u00a0\u0ab9\u0a9c\u0abe\u0ab0"},1E4:{other:"00\u00a0\u0ab9\u0a9c\u0abe\u0ab0"},1E5:{other:"0\u00a0\u0ab2\u0abe\u0a96"},1E6:{other:"00\u00a0\u0ab2\u0abe\u0a96"},1E7:{other:"0\u00a0\u0a95\u0ab0\u0acb\u0aa1"},1E8:{other:"00\u00a0\u0a95\u0ab0\u0acb\u0aa1"},1E9:{other:"0\u00a0\u0a85\u0aac\u0a9c"},1E10:{other:"00\u00a0\u0a85\u0aac\u0a9c"},1E11:{other:"0\u00a0\u0aa8\u0abf\u0a96\u0ab0\u0acd\u0ab5"},1E12:{other:"0\u00a0\u0aae\u0ab9\u0abe\u0aaa\u0aa6\u0acd\u0aae"},1E13:{other:"0\u00a0\u0ab6\u0a82\u0a95\u0ac1"}, -1E14:{other:"0\u00a0\u0a9c\u0ab2\u0aa7\u0abf"}},Fa:{1E3:{other:"0 \u0ab9\u0a9c\u0abe\u0ab0"},1E4:{other:"00 \u0ab9\u0a9c\u0abe\u0ab0"},1E5:{other:"0 \u0ab2\u0abe\u0a96"},1E6:{other:"00 \u0ab2\u0abe\u0a96"},1E7:{other:"0 \u0a95\u0ab0\u0acb\u0aa1"},1E8:{other:"00 \u0a95\u0ab0\u0acb\u0aa1"},1E9:{other:"0 \u0a85\u0aac\u0a9c"},1E10:{other:"00 \u0a85\u0aac\u0a9c"},1E11:{other:"0 \u0aa8\u0abf\u0a96\u0ab0\u0acd\u0ab5"},1E12:{other:"0 \u0aae\u0ab9\u0abe\u0aaa\u0aa6\u0acd\u0aae"},1E13:{other:"0 \u0ab6\u0a82\u0a95\u0ac1"}, -1E14:{other:"0 \u0a9c\u0ab2\u0aa7\u0abf"}}};Z.MH=Z.zu;Z.Au={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};Z.NH=Z.Au; -Z.Bu={la:{1E3:{other:"\u200f0\u00a0\u05d0\u05dc\u05e3"},1E4:{other:"\u200f00\u00a0\u05d0\u05dc\u05e3"},1E5:{other:"\u200f000\u00a0\u05d0\u05dc\u05e3"},1E6:{other:"\u200f0\u00a0\u05de\u05d9\u05dc\u05f3"},1E7:{other:"\u200f00\u00a0\u05de\u05d9\u05dc\u05f3"},1E8:{other:"\u200f000\u00a0\u05de\u05d9\u05dc\u05f3"},1E9:{other:"\u200f0\u00a0\u05de\u05dc\u05e8\u05d3"},1E10:{other:"\u200f00\u00a0\u05de\u05dc\u05e8\u05d3"},1E11:{other:"\u200f000\u00a0\u05de\u05dc\u05e8\u05d3"},1E12:{other:"\u200f0\u00a0\u05d1\u05d9\u05dc\u05f3"}, -1E13:{other:"\u200f00\u00a0\u05d1\u05d9\u05dc\u05f3"},1E14:{other:"\u200f000\u00a0\u05d1\u05d9\u05dc\u05f3"}},Fa:{1E3:{other:"\u200f0 \u05d0\u05dc\u05e3"},1E4:{other:"\u200f00 \u05d0\u05dc\u05e3"},1E5:{other:"\u200f000 \u05d0\u05dc\u05e3"},1E6:{other:"\u200f0 \u05de\u05d9\u05dc\u05d9\u05d5\u05df"},1E7:{other:"\u200f00 \u05de\u05d9\u05dc\u05d9\u05d5\u05df"},1E8:{other:"\u200f000 \u05de\u05d9\u05dc\u05d9\u05d5\u05df"},1E9:{other:"\u200f0 \u05de\u05d9\u05dc\u05d9\u05d0\u05e8\u05d3"},1E10:{other:"\u200f00 \u05de\u05d9\u05dc\u05d9\u05d0\u05e8\u05d3"}, -1E11:{other:"\u200f000 \u05de\u05d9\u05dc\u05d9\u05d0\u05e8\u05d3"},1E12:{other:"\u200f0 \u05d8\u05e8\u05d9\u05dc\u05d9\u05d5\u05df"},1E13:{other:"\u200f00 \u05d8\u05e8\u05d9\u05dc\u05d9\u05d5\u05df"},1E14:{other:"\u200f000 \u05d8\u05e8\u05d9\u05dc\u05d9\u05d5\u05df"}}};Z.OH=Z.Bu; -Z.Cu={la:{1E3:{other:"0\u00a0\u0939\u091c\u093c\u093e\u0930"},1E4:{other:"00\u00a0\u0939\u091c\u093c\u093e\u0930"},1E5:{other:"0\u00a0\u0932\u093e\u0916"},1E6:{other:"00\u00a0\u0932\u093e\u0916"},1E7:{other:"0\u00a0\u0915."},1E8:{other:"00\u00a0\u0915."},1E9:{other:"0\u00a0\u0905."},1E10:{other:"00\u00a0\u0905."},1E11:{other:"0\u00a0\u0916."},1E12:{other:"00\u00a0\u0916."},1E13:{other:"0\u00a0\u0928\u0940\u0932"},1E14:{other:"00\u00a0\u0928\u0940\u0932"}},Fa:{1E3:{other:"0 \u0939\u091c\u093c\u093e\u0930"}, -1E4:{other:"00 \u0939\u091c\u093c\u093e\u0930"},1E5:{other:"0 \u0932\u093e\u0916"},1E6:{other:"00 \u0932\u093e\u0916"},1E7:{other:"0 \u0915\u0930\u094b\u0921\u093c"},1E8:{other:"00 \u0915\u0930\u094b\u0921\u093c"},1E9:{other:"0 \u0905\u0930\u092c"},1E10:{other:"00 \u0905\u0930\u092c"},1E11:{other:"0 \u0916\u0930\u092c"},1E12:{other:"00 \u0916\u0930\u092c"},1E13:{other:"000 \u0916\u0930\u092c"},1E14:{other:"0000 \u0916\u0930\u092c"}}};Z.PH=Z.Cu; -Z.Du={la:{1E3:{other:"0\u00a0tis."},1E4:{other:"00\u00a0tis."},1E5:{other:"000\u00a0tis."},1E6:{other:"0\u00a0mil."},1E7:{other:"00\u00a0mil."},1E8:{other:"000\u00a0mil."},1E9:{other:"0\u00a0mlr."},1E10:{other:"00\u00a0mlr."},1E11:{other:"000\u00a0mlr."},1E12:{other:"0\u00a0bil."},1E13:{other:"00\u00a0bil."},1E14:{other:"000\u00a0bil."}},Fa:{1E3:{other:"0 tisu\u0107a"},1E4:{other:"00 tisu\u0107a"},1E5:{other:"000 tisu\u0107a"},1E6:{other:"0 milijuna"},1E7:{other:"00 milijuna"},1E8:{other:"000 milijuna"}, -1E9:{other:"0 milijardi"},1E10:{other:"00 milijardi"},1E11:{other:"000 milijardi"},1E12:{other:"0 bilijuna"},1E13:{other:"00 bilijuna"},1E14:{other:"000 bilijuna"}}};Z.QH=Z.Du; -Z.Eu={la:{1E3:{other:"0\u00a0E"},1E4:{other:"00\u00a0E"},1E5:{other:"000\u00a0E"},1E6:{other:"0\u00a0M"},1E7:{other:"00\u00a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0\u00a0Mrd"},1E10:{other:"00\u00a0Mrd"},1E11:{other:"000\u00a0Mrd"},1E12:{other:"0\u00a0B"},1E13:{other:"00\u00a0B"},1E14:{other:"000\u00a0B"}},Fa:{1E3:{other:"0 ezer"},1E4:{other:"00 ezer"},1E5:{other:"000 ezer"},1E6:{other:"0 milli\u00f3"},1E7:{other:"00 milli\u00f3"},1E8:{other:"000 milli\u00f3"},1E9:{other:"0 milli\u00e1rd"},1E10:{other:"00 milli\u00e1rd"}, -1E11:{other:"000 milli\u00e1rd"},1E12:{other:"0 billi\u00f3"},1E13:{other:"00 billi\u00f3"},1E14:{other:"000 billi\u00f3"}}};Z.RH=Z.Eu; -Z.Fu={la:{1E3:{other:"0\u00a0\u0570\u0566\u0580"},1E4:{other:"00\u00a0\u0570\u0566\u0580"},1E5:{other:"000\u00a0\u0570\u0566\u0580"},1E6:{other:"0\u00a0\u0574\u056c\u0576"},1E7:{other:"00\u00a0\u0574\u056c\u0576"},1E8:{other:"000\u00a0\u0574\u056c\u0576"},1E9:{other:"0\u00a0\u0574\u056c\u0580\u0564"},1E10:{other:"00\u00a0\u0574\u056c\u0580\u0564"},1E11:{other:"000\u00a0\u0574\u056c\u0580\u0564"},1E12:{other:"0\u00a0\u057f\u0580\u056c\u0576"},1E13:{other:"00\u00a0\u057f\u0580\u056c\u0576"},1E14:{other:"000\u00a0\u057f\u0580\u056c\u0576"}}, -Fa:{1E3:{other:"0 \u0570\u0561\u0566\u0561\u0580"},1E4:{other:"00 \u0570\u0561\u0566\u0561\u0580"},1E5:{other:"000 \u0570\u0561\u0566\u0561\u0580"},1E6:{other:"0 \u0574\u056b\u056c\u056b\u0578\u0576"},1E7:{other:"00 \u0574\u056b\u056c\u056b\u0578\u0576"},1E8:{other:"000 \u0574\u056b\u056c\u056b\u0578\u0576"},1E9:{other:"0 \u0574\u056b\u056c\u056b\u0561\u0580\u0564"},1E10:{other:"00 \u0574\u056b\u056c\u056b\u0561\u0580\u0564"},1E11:{other:"000 \u0574\u056b\u056c\u056b\u0561\u0580\u0564"},1E12:{other:"0 \u057f\u0580\u056b\u056c\u056b\u0578\u0576"}, -1E13:{other:"00 \u057f\u0580\u056b\u056c\u056b\u0578\u0576"},1E14:{other:"000 \u057f\u0580\u056b\u056c\u056b\u0578\u0576"}}};Z.SH=Z.Fu; -Z.Gu={la:{1E3:{other:"0"},1E4:{other:"00\u00a0rb"},1E5:{other:"000\u00a0rb"},1E6:{other:"0\u00a0jt"},1E7:{other:"00\u00a0jt"},1E8:{other:"000\u00a0jt"},1E9:{other:"0\u00a0M"},1E10:{other:"00\u00a0M"},1E11:{other:"000\u00a0M"},1E12:{other:"0\u00a0T"},1E13:{other:"00\u00a0T"},1E14:{other:"000\u00a0T"}},Fa:{1E3:{other:"0 ribu"},1E4:{other:"00 ribu"},1E5:{other:"000 ribu"},1E6:{other:"0 juta"},1E7:{other:"00 juta"},1E8:{other:"000 juta"},1E9:{other:"0 miliar"},1E10:{other:"00 miliar"},1E11:{other:"000 miliar"}, -1E12:{other:"0 triliun"},1E13:{other:"00 triliun"},1E14:{other:"000 triliun"}}};Z.TH=Z.Gu; -Z.UH={la:{1E3:{other:"0"},1E4:{other:"00\u00a0rb"},1E5:{other:"000\u00a0rb"},1E6:{other:"0\u00a0jt"},1E7:{other:"00\u00a0jt"},1E8:{other:"000\u00a0jt"},1E9:{other:"0\u00a0M"},1E10:{other:"00\u00a0M"},1E11:{other:"000\u00a0M"},1E12:{other:"0\u00a0T"},1E13:{other:"00\u00a0T"},1E14:{other:"000\u00a0T"}},Fa:{1E3:{other:"0 ribu"},1E4:{other:"00 ribu"},1E5:{other:"000 ribu"},1E6:{other:"0 juta"},1E7:{other:"00 juta"},1E8:{other:"000 juta"},1E9:{other:"0 miliar"},1E10:{other:"00 miliar"},1E11:{other:"000 miliar"}, +Z.Ck={T:{1E3:{other:"0\u00a0tuh"},1E4:{other:"00\u00a0tuh"},1E5:{other:"000\u00a0tuh"},1E6:{other:"0\u00a0mln"},1E7:{other:"00\u00a0mln"},1E8:{other:"000\u00a0mln"},1E9:{other:"0\u00a0mld"},1E10:{other:"00\u00a0mld"},1E11:{other:"000\u00a0mld"},1E12:{other:"0\u00a0trl"},1E13:{other:"00\u00a0trl"},1E14:{other:"000\u00a0trl"}},pa:{1E3:{other:"0 tuhat"},1E4:{other:"00 tuhat"},1E5:{other:"000 tuhat"},1E6:{other:"0 miljonit"},1E7:{other:"00 miljonit"},1E8:{other:"000 miljonit"},1E9:{other:"0 miljardit"}, +1E10:{other:"00 miljardit"},1E11:{other:"000 miljardit"},1E12:{other:"0 triljonit"},1E13:{other:"00 triljonit"},1E14:{other:"000 triljonit"}}};Z.qv=Z.Ck; +Z.Dk={T:{1E3:{other:"0000"},1E4:{other:"00000"},1E5:{other:"000000"},1E6:{other:"0\u00a0M"},1E7:{other:"00\u00a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0000\u00a0M"},1E10:{other:"00000\u00a0M"},1E11:{other:"000000\u00a0M"},1E12:{other:"0\u00a0B"},1E13:{other:"00\u00a0B"},1E14:{other:"000\u00a0B"}},pa:{1E3:{other:"0000"},1E4:{other:"00000"},1E5:{other:"000000"},1E6:{other:"0 milioi"},1E7:{other:"00 milioi"},1E8:{other:"000 milioi"},1E9:{other:"0000 milioi"},1E10:{other:"00000 milioi"},1E11:{other:"000000 milioi"}, +1E12:{other:"0 bilioi"},1E13:{other:"00 bilioi"},1E14:{other:"000 bilioi"}}};Z.rv=Z.Dk; +Z.Ek={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},pa:{1E3:{other:"0 \u0647\u0632\u0627\u0631"},1E4:{other:"00 \u0647\u0632\u0627\u0631"},1E5:{other:"000 \u0647\u0632\u0627\u0631"},1E6:{other:"0 \u0645\u06cc\u0644\u06cc\u0648\u0646"},1E7:{other:"00 \u0645\u06cc\u0644\u06cc\u0648\u0646"},1E8:{other:"000 \u0645\u06cc\u0644\u06cc\u0648\u0646"}, +1E9:{other:"0 \u0645\u06cc\u0644\u06cc\u0627\u0631\u062f"},1E10:{other:"00 \u0645\u06cc\u0644\u06cc\u0627\u0631\u062f"},1E11:{other:"000 \u0645\u06cc\u0644\u06cc\u0627\u0631\u062f"},1E12:{other:"0 \u0647\u0632\u0627\u0631 \u0645\u06cc\u0644\u06cc\u0627\u0631\u062f"},1E13:{other:"00 \u0647\u0632\u0627\u0631 \u0645\u06cc\u0644\u06cc\u0627\u0631\u062f"},1E14:{other:"000 \u0647\u0632\u0627\u0631 \u0645\u06cc\u0644\u06cc\u0627\u0631\u062f"}}};Z.sv=Z.Ek; +Z.Fk={T:{1E3:{other:"0\u00a0t."},1E4:{other:"00\u00a0t."},1E5:{other:"000\u00a0t."},1E6:{other:"0\u00a0milj."},1E7:{other:"00\u00a0milj."},1E8:{other:"000\u00a0milj."},1E9:{other:"0\u00a0mrd."},1E10:{other:"00\u00a0mrd."},1E11:{other:"000\u00a0mrd."},1E12:{other:"0\u00a0bilj."},1E13:{other:"00\u00a0bilj."},1E14:{other:"000\u00a0bilj."}},pa:{1E3:{other:"0 tuhatta"},1E4:{other:"00 tuhatta"},1E5:{other:"000 tuhatta"},1E6:{other:"0 miljoonaa"},1E7:{other:"00 miljoonaa"},1E8:{other:"000 miljoonaa"},1E9:{other:"0 miljardia"}, +1E10:{other:"00 miljardia"},1E11:{other:"000 miljardia"},1E12:{other:"0 biljoonaa"},1E13:{other:"00 biljoonaa"},1E14:{other:"000 biljoonaa"}}};Z.tv=Z.Fk; +Z.Gk={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},pa:{1E3:{other:"0 libo"},1E4:{other:"00 libo"},1E5:{other:"000 libo"},1E6:{other:"0 milyon"},1E7:{other:"00 milyon"},1E8:{other:"000 milyon"},1E9:{other:"0 bilyon"},1E10:{other:"00 bilyon"},1E11:{other:"000 bilyon"},1E12:{other:"0 trilyon"},1E13:{other:"00 trilyon"},1E14:{other:"000 trilyon"}}}; +Z.uv=Z.Gk; +Z.Rc={T:{1E3:{other:"0\u00a0k"},1E4:{other:"00\u00a0k"},1E5:{other:"000\u00a0k"},1E6:{other:"0\u00a0M"},1E7:{other:"00\u00a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0\u00a0Md"},1E10:{other:"00\u00a0Md"},1E11:{other:"000\u00a0Md"},1E12:{other:"0\u00a0Bn"},1E13:{other:"00\u00a0Bn"},1E14:{other:"000\u00a0Bn"}},pa:{1E3:{other:"0 mille"},1E4:{other:"00 mille"},1E5:{other:"000 mille"},1E6:{other:"0 millions"},1E7:{other:"00 millions"},1E8:{other:"000 millions"},1E9:{other:"0 milliards"},1E10:{other:"00 milliards"},1E11:{other:"000 milliards"}, +1E12:{other:"0 billions"},1E13:{other:"00 billions"},1E14:{other:"000 billions"}}};Z.vv=Z.Rc; +Z.wv={T:{1E3:{other:"0\u00a0k"},1E4:{other:"00\u00a0k"},1E5:{other:"000\u00a0k"},1E6:{other:"0\u00a0M"},1E7:{other:"00\u00a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0\u00a0G"},1E10:{other:"00\u00a0G"},1E11:{other:"000\u00a0G"},1E12:{other:"0\u00a0T"},1E13:{other:"00\u00a0T"},1E14:{other:"000\u00a0T"}},pa:{1E3:{other:"0 mille"},1E4:{other:"00 mille"},1E5:{other:"000 mille"},1E6:{other:"0 millions"},1E7:{other:"00 millions"},1E8:{other:"000 millions"},1E9:{other:"0 milliards"},1E10:{other:"00 milliards"}, +1E11:{other:"000 milliards"},1E12:{other:"0 billions"},1E13:{other:"00 billions"},1E14:{other:"000 billions"}}};Z.xv=Z.Rc;Z.yv=Z.Rc;Z.zv=Z.Rc;Z.Av=Z.Rc;Z.Bv=Z.Rc;Z.Cv=Z.Rc;Z.Dv=Z.Rc;Z.Ev=Z.Rc;Z.Fv=Z.Rc; +Z.Hk={T:{1E3:{other:"0k"},1E4:{other:"00k"},1E5:{other:"000k"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},pa:{1E3:{other:"0 m\u00edle"},1E4:{other:"00 m\u00edle"},1E5:{other:"000 m\u00edle"},1E6:{other:"0 milli\u00fan"},1E7:{other:"00 milli\u00fan"},1E8:{other:"000 milli\u00fan"},1E9:{other:"0 billi\u00fan"},1E10:{other:"00 billi\u00fan"},1E11:{other:"000 billi\u00fan"},1E12:{other:"0 trilli\u00fan"}, +1E13:{other:"00 trilli\u00fan"},1E14:{other:"000 trilli\u00fan"}}};Z.Gv=Z.Hk; +Z.Ik={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0k\u00a0M"},1E10:{other:"00k\u00a0M"},1E11:{other:"000k\u00a0M"},1E12:{other:"0\u00a0B"},1E13:{other:"00\u00a0B"},1E14:{other:"000\u00a0B"}},pa:{1E3:{other:"0 mil"},1E4:{other:"00 mil"},1E5:{other:"000 mil"},1E6:{other:"0 mill\u00f3ns"},1E7:{other:"00 mill\u00f3ns"},1E8:{other:"000 mill\u00f3ns"},1E9:{other:"0 mil mill\u00f3ns"},1E10:{other:"00 mil mill\u00f3ns"},1E11:{other:"000 mil mill\u00f3ns"}, +1E12:{other:"0 bill\u00f3ns"},1E13:{other:"00 bill\u00f3ns"},1E14:{other:"000 bill\u00f3ns"}}};Z.Hv=Z.Ik; +Z.ai={T:{1E3:{other:"0\u00a0tsd"},1E4:{other:"00\u00a0tsd"},1E5:{other:"000\u00a0tsd"},1E6:{other:"0\u00a0Mio"},1E7:{other:"00\u00a0Mio"},1E8:{other:"000\u00a0Mio"},1E9:{other:"0\u00a0Mrd"},1E10:{other:"00\u00a0Mrd"},1E11:{other:"000\u00a0Mrd"},1E12:{other:"0\u00a0Bio"},1E13:{other:"00\u00a0Bio"},1E14:{other:"000\u00a0Bio"}},pa:{1E3:{other:"0 tausend"},1E4:{other:"00 tausend"},1E5:{other:"000 tausend"},1E6:{other:"0 Millionen"},1E7:{other:"00 Millionen"},1E8:{other:"000 Millionen"},1E9:{other:"0 Milliarden"}, +1E10:{other:"00 Milliarden"},1E11:{other:"000 Milliarden"},1E12:{other:"0 Billionen"},1E13:{other:"00 Billionen"},1E14:{other:"000 Billionen"}}};Z.Iv=Z.ai;Z.Jv=Z.ai; +Z.Jk={T:{1E3:{other:"0\u00a0\u0ab9\u0a9c\u0abe\u0ab0"},1E4:{other:"00\u00a0\u0ab9\u0a9c\u0abe\u0ab0"},1E5:{other:"0\u00a0\u0ab2\u0abe\u0a96"},1E6:{other:"00\u00a0\u0ab2\u0abe\u0a96"},1E7:{other:"0\u00a0\u0a95\u0ab0\u0acb\u0aa1"},1E8:{other:"00\u00a0\u0a95\u0ab0\u0acb\u0aa1"},1E9:{other:"0\u00a0\u0a85\u0aac\u0a9c"},1E10:{other:"00\u00a0\u0a85\u0aac\u0a9c"},1E11:{other:"0\u00a0\u0aa8\u0abf\u0a96\u0ab0\u0acd\u0ab5"},1E12:{other:"0\u00a0\u0aae\u0ab9\u0abe\u0aaa\u0aa6\u0acd\u0aae"},1E13:{other:"0\u00a0\u0ab6\u0a82\u0a95\u0ac1"}, +1E14:{other:"0\u00a0\u0a9c\u0ab2\u0aa7\u0abf"}},pa:{1E3:{other:"0 \u0ab9\u0a9c\u0abe\u0ab0"},1E4:{other:"00 \u0ab9\u0a9c\u0abe\u0ab0"},1E5:{other:"0 \u0ab2\u0abe\u0a96"},1E6:{other:"00 \u0ab2\u0abe\u0a96"},1E7:{other:"0 \u0a95\u0ab0\u0acb\u0aa1"},1E8:{other:"00 \u0a95\u0ab0\u0acb\u0aa1"},1E9:{other:"0 \u0a85\u0aac\u0a9c"},1E10:{other:"00 \u0a85\u0aac\u0a9c"},1E11:{other:"0 \u0aa8\u0abf\u0a96\u0ab0\u0acd\u0ab5"},1E12:{other:"0 \u0aae\u0ab9\u0abe\u0aaa\u0aa6\u0acd\u0aae"},1E13:{other:"0 \u0ab6\u0a82\u0a95\u0ac1"}, +1E14:{other:"0 \u0a9c\u0ab2\u0aa7\u0abf"}}};Z.Kv=Z.Jk;Z.Kk={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};Z.Lv=Z.Kk; +Z.Lk={T:{1E3:{other:"\u200f0\u00a0\u05d0\u05dc\u05e3"},1E4:{other:"\u200f00\u00a0\u05d0\u05dc\u05e3"},1E5:{other:"\u200f000\u00a0\u05d0\u05dc\u05e3"},1E6:{other:"\u200f0\u00a0\u05de\u05d9\u05dc\u05f3"},1E7:{other:"\u200f00\u00a0\u05de\u05d9\u05dc\u05f3"},1E8:{other:"\u200f000\u00a0\u05de\u05d9\u05dc\u05f3"},1E9:{other:"\u200f0\u00a0\u05de\u05dc\u05e8\u05d3"},1E10:{other:"\u200f00\u00a0\u05de\u05dc\u05e8\u05d3"},1E11:{other:"\u200f000\u00a0\u05de\u05dc\u05e8\u05d3"},1E12:{other:"\u200f0\u00a0\u05d1\u05d9\u05dc\u05f3"}, +1E13:{other:"\u200f00\u00a0\u05d1\u05d9\u05dc\u05f3"},1E14:{other:"\u200f000\u00a0\u05d1\u05d9\u05dc\u05f3"}},pa:{1E3:{other:"\u200f0 \u05d0\u05dc\u05e3"},1E4:{other:"\u200f00 \u05d0\u05dc\u05e3"},1E5:{other:"\u200f000 \u05d0\u05dc\u05e3"},1E6:{other:"\u200f0 \u05de\u05d9\u05dc\u05d9\u05d5\u05df"},1E7:{other:"\u200f00 \u05de\u05d9\u05dc\u05d9\u05d5\u05df"},1E8:{other:"\u200f000 \u05de\u05d9\u05dc\u05d9\u05d5\u05df"},1E9:{other:"\u200f0 \u05de\u05d9\u05dc\u05d9\u05d0\u05e8\u05d3"},1E10:{other:"\u200f00 \u05de\u05d9\u05dc\u05d9\u05d0\u05e8\u05d3"}, +1E11:{other:"\u200f000 \u05de\u05d9\u05dc\u05d9\u05d0\u05e8\u05d3"},1E12:{other:"\u200f0 \u05d8\u05e8\u05d9\u05dc\u05d9\u05d5\u05df"},1E13:{other:"\u200f00 \u05d8\u05e8\u05d9\u05dc\u05d9\u05d5\u05df"},1E14:{other:"\u200f000 \u05d8\u05e8\u05d9\u05dc\u05d9\u05d5\u05df"}}};Z.Mv=Z.Lk; +Z.Mk={T:{1E3:{other:"0\u00a0\u0939\u091c\u093c\u093e\u0930"},1E4:{other:"00\u00a0\u0939\u091c\u093c\u093e\u0930"},1E5:{other:"0\u00a0\u0932\u093e\u0916"},1E6:{other:"00\u00a0\u0932\u093e\u0916"},1E7:{other:"0\u00a0\u0915."},1E8:{other:"00\u00a0\u0915."},1E9:{other:"0\u00a0\u0905."},1E10:{other:"00\u00a0\u0905."},1E11:{other:"0\u00a0\u0916."},1E12:{other:"00\u00a0\u0916."},1E13:{other:"0\u00a0\u0928\u0940\u0932"},1E14:{other:"00\u00a0\u0928\u0940\u0932"}},pa:{1E3:{other:"0 \u0939\u091c\u093c\u093e\u0930"}, +1E4:{other:"00 \u0939\u091c\u093c\u093e\u0930"},1E5:{other:"0 \u0932\u093e\u0916"},1E6:{other:"00 \u0932\u093e\u0916"},1E7:{other:"0 \u0915\u0930\u094b\u0921\u093c"},1E8:{other:"00 \u0915\u0930\u094b\u0921\u093c"},1E9:{other:"0 \u0905\u0930\u092c"},1E10:{other:"00 \u0905\u0930\u092c"},1E11:{other:"0 \u0916\u0930\u092c"},1E12:{other:"00 \u0916\u0930\u092c"},1E13:{other:"000 \u0916\u0930\u092c"},1E14:{other:"0000 \u0916\u0930\u092c"}}};Z.Nv=Z.Mk; +Z.Nk={T:{1E3:{other:"0\u00a0tis."},1E4:{other:"00\u00a0tis."},1E5:{other:"000\u00a0tis."},1E6:{other:"0\u00a0mil."},1E7:{other:"00\u00a0mil."},1E8:{other:"000\u00a0mil."},1E9:{other:"0\u00a0mlr."},1E10:{other:"00\u00a0mlr."},1E11:{other:"000\u00a0mlr."},1E12:{other:"0\u00a0bil."},1E13:{other:"00\u00a0bil."},1E14:{other:"000\u00a0bil."}},pa:{1E3:{other:"0 tisu\u0107a"},1E4:{other:"00 tisu\u0107a"},1E5:{other:"000 tisu\u0107a"},1E6:{other:"0 milijuna"},1E7:{other:"00 milijuna"},1E8:{other:"000 milijuna"}, +1E9:{other:"0 milijardi"},1E10:{other:"00 milijardi"},1E11:{other:"000 milijardi"},1E12:{other:"0 bilijuna"},1E13:{other:"00 bilijuna"},1E14:{other:"000 bilijuna"}}};Z.Ov=Z.Nk; +Z.Ok={T:{1E3:{other:"0\u00a0E"},1E4:{other:"00\u00a0E"},1E5:{other:"000\u00a0E"},1E6:{other:"0\u00a0M"},1E7:{other:"00\u00a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0\u00a0Mrd"},1E10:{other:"00\u00a0Mrd"},1E11:{other:"000\u00a0Mrd"},1E12:{other:"0\u00a0B"},1E13:{other:"00\u00a0B"},1E14:{other:"000\u00a0B"}},pa:{1E3:{other:"0 ezer"},1E4:{other:"00 ezer"},1E5:{other:"000 ezer"},1E6:{other:"0 milli\u00f3"},1E7:{other:"00 milli\u00f3"},1E8:{other:"000 milli\u00f3"},1E9:{other:"0 milli\u00e1rd"},1E10:{other:"00 milli\u00e1rd"}, +1E11:{other:"000 milli\u00e1rd"},1E12:{other:"0 billi\u00f3"},1E13:{other:"00 billi\u00f3"},1E14:{other:"000 billi\u00f3"}}};Z.Pv=Z.Ok; +Z.Pk={T:{1E3:{other:"0\u00a0\u0570\u0566\u0580"},1E4:{other:"00\u00a0\u0570\u0566\u0580"},1E5:{other:"000\u00a0\u0570\u0566\u0580"},1E6:{other:"0\u00a0\u0574\u056c\u0576"},1E7:{other:"00\u00a0\u0574\u056c\u0576"},1E8:{other:"000\u00a0\u0574\u056c\u0576"},1E9:{other:"0\u00a0\u0574\u056c\u0580\u0564"},1E10:{other:"00\u00a0\u0574\u056c\u0580\u0564"},1E11:{other:"000\u00a0\u0574\u056c\u0580\u0564"},1E12:{other:"0\u00a0\u057f\u0580\u056c\u0576"},1E13:{other:"00\u00a0\u057f\u0580\u056c\u0576"},1E14:{other:"000\u00a0\u057f\u0580\u056c\u0576"}}, +pa:{1E3:{other:"0 \u0570\u0561\u0566\u0561\u0580"},1E4:{other:"00 \u0570\u0561\u0566\u0561\u0580"},1E5:{other:"000 \u0570\u0561\u0566\u0561\u0580"},1E6:{other:"0 \u0574\u056b\u056c\u056b\u0578\u0576"},1E7:{other:"00 \u0574\u056b\u056c\u056b\u0578\u0576"},1E8:{other:"000 \u0574\u056b\u056c\u056b\u0578\u0576"},1E9:{other:"0 \u0574\u056b\u056c\u056b\u0561\u0580\u0564"},1E10:{other:"00 \u0574\u056b\u056c\u056b\u0561\u0580\u0564"},1E11:{other:"000 \u0574\u056b\u056c\u056b\u0561\u0580\u0564"},1E12:{other:"0 \u057f\u0580\u056b\u056c\u056b\u0578\u0576"}, +1E13:{other:"00 \u057f\u0580\u056b\u056c\u056b\u0578\u0576"},1E14:{other:"000 \u057f\u0580\u056b\u056c\u056b\u0578\u0576"}}};Z.Qv=Z.Pk; +Z.Qk={T:{1E3:{other:"0"},1E4:{other:"00\u00a0rb"},1E5:{other:"000\u00a0rb"},1E6:{other:"0\u00a0jt"},1E7:{other:"00\u00a0jt"},1E8:{other:"000\u00a0jt"},1E9:{other:"0\u00a0M"},1E10:{other:"00\u00a0M"},1E11:{other:"000\u00a0M"},1E12:{other:"0\u00a0T"},1E13:{other:"00\u00a0T"},1E14:{other:"000\u00a0T"}},pa:{1E3:{other:"0 ribu"},1E4:{other:"00 ribu"},1E5:{other:"000 ribu"},1E6:{other:"0 juta"},1E7:{other:"00 juta"},1E8:{other:"000 juta"},1E9:{other:"0 miliar"},1E10:{other:"00 miliar"},1E11:{other:"000 miliar"}, +1E12:{other:"0 triliun"},1E13:{other:"00 triliun"},1E14:{other:"000 triliun"}}};Z.Rv=Z.Qk; +Z.Sv={T:{1E3:{other:"0"},1E4:{other:"00\u00a0rb"},1E5:{other:"000\u00a0rb"},1E6:{other:"0\u00a0jt"},1E7:{other:"00\u00a0jt"},1E8:{other:"000\u00a0jt"},1E9:{other:"0\u00a0M"},1E10:{other:"00\u00a0M"},1E11:{other:"000\u00a0M"},1E12:{other:"0\u00a0T"},1E13:{other:"00\u00a0T"},1E14:{other:"000\u00a0T"}},pa:{1E3:{other:"0 ribu"},1E4:{other:"00 ribu"},1E5:{other:"000 ribu"},1E6:{other:"0 juta"},1E7:{other:"00 juta"},1E8:{other:"000 juta"},1E9:{other:"0 miliar"},1E10:{other:"00 miliar"},1E11:{other:"000 miliar"}, 1E12:{other:"0 triliun"},1E13:{other:"00 triliun"},1E14:{other:"000 triliun"}}}; -Z.Hu={la:{1E3:{other:"0\u00a0\u00fe."},1E4:{other:"00\u00a0\u00fe."},1E5:{other:"000\u00a0\u00fe."},1E6:{other:"0\u00a0m."},1E7:{other:"00\u00a0m."},1E8:{other:"000\u00a0m."},1E9:{other:"0\u00a0ma."},1E10:{other:"00\u00a0ma."},1E11:{other:"000\u00a0ma."},1E12:{other:"0\u00a0bn"},1E13:{other:"00\u00a0bn"},1E14:{other:"000\u00a0bn"}},Fa:{1E3:{other:"0 \u00fe\u00fasund"},1E4:{other:"00 \u00fe\u00fasund"},1E5:{other:"000 \u00fe\u00fasund"},1E6:{other:"0 millj\u00f3nir"},1E7:{other:"00 millj\u00f3nir"}, -1E8:{other:"000 millj\u00f3nir"},1E9:{other:"0 milljar\u00f0ar"},1E10:{other:"00 milljar\u00f0ar"},1E11:{other:"000 milljar\u00f0ar"},1E12:{other:"0 billj\u00f3nir"},1E13:{other:"00 billj\u00f3nir"},1E14:{other:"000 billj\u00f3nir"}}};Z.VH=Z.Hu; -Z.qq={la:{1E3:{other:"0"},1E4:{other:"0"},1E5:{other:"0"},1E6:{other:"0\u00a0Mln"},1E7:{other:"00\u00a0Mln"},1E8:{other:"000\u00a0Mln"},1E9:{other:"0\u00a0Mld"},1E10:{other:"00\u00a0Mld"},1E11:{other:"000\u00a0Mld"},1E12:{other:"0\u00a0Bln"},1E13:{other:"00\u00a0Bln"},1E14:{other:"000\u00a0Bln"}},Fa:{1E3:{other:"0 mila"},1E4:{other:"00 mila"},1E5:{other:"000 mila"},1E6:{other:"0 milioni"},1E7:{other:"00 milioni"},1E8:{other:"000 milioni"},1E9:{other:"0 miliardi"},1E10:{other:"00 miliardi"},1E11:{other:"000 miliardi"}, -1E12:{other:"0 mila di miliardi"},1E13:{other:"00 mila di miliardi"},1E14:{other:"000 mila di miliardi"}}};Z.WH=Z.qq;Z.XH=Z.qq; -Z.YH={la:{1E3:{other:"\u200f0\u00a0\u05d0\u05dc\u05e3"},1E4:{other:"\u200f00\u00a0\u05d0\u05dc\u05e3"},1E5:{other:"\u200f000\u00a0\u05d0\u05dc\u05e3"},1E6:{other:"\u200f0\u00a0\u05de\u05d9\u05dc\u05f3"},1E7:{other:"\u200f00\u00a0\u05de\u05d9\u05dc\u05f3"},1E8:{other:"\u200f000\u00a0\u05de\u05d9\u05dc\u05f3"},1E9:{other:"\u200f0\u00a0\u05de\u05dc\u05e8\u05d3"},1E10:{other:"\u200f00\u00a0\u05de\u05dc\u05e8\u05d3"},1E11:{other:"\u200f000\u00a0\u05de\u05dc\u05e8\u05d3"},1E12:{other:"\u200f0\u00a0\u05d1\u05d9\u05dc\u05f3"}, -1E13:{other:"\u200f00\u00a0\u05d1\u05d9\u05dc\u05f3"},1E14:{other:"\u200f000\u00a0\u05d1\u05d9\u05dc\u05f3"}},Fa:{1E3:{other:"\u200f0 \u05d0\u05dc\u05e3"},1E4:{other:"\u200f00 \u05d0\u05dc\u05e3"},1E5:{other:"\u200f000 \u05d0\u05dc\u05e3"},1E6:{other:"\u200f0 \u05de\u05d9\u05dc\u05d9\u05d5\u05df"},1E7:{other:"\u200f00 \u05de\u05d9\u05dc\u05d9\u05d5\u05df"},1E8:{other:"\u200f000 \u05de\u05d9\u05dc\u05d9\u05d5\u05df"},1E9:{other:"\u200f0 \u05de\u05d9\u05dc\u05d9\u05d0\u05e8\u05d3"},1E10:{other:"\u200f00 \u05de\u05d9\u05dc\u05d9\u05d0\u05e8\u05d3"}, +Z.Rk={T:{1E3:{other:"0\u00a0\u00fe."},1E4:{other:"00\u00a0\u00fe."},1E5:{other:"000\u00a0\u00fe."},1E6:{other:"0\u00a0m."},1E7:{other:"00\u00a0m."},1E8:{other:"000\u00a0m."},1E9:{other:"0\u00a0ma."},1E10:{other:"00\u00a0ma."},1E11:{other:"000\u00a0ma."},1E12:{other:"0\u00a0bn"},1E13:{other:"00\u00a0bn"},1E14:{other:"000\u00a0bn"}},pa:{1E3:{other:"0 \u00fe\u00fasund"},1E4:{other:"00 \u00fe\u00fasund"},1E5:{other:"000 \u00fe\u00fasund"},1E6:{other:"0 millj\u00f3nir"},1E7:{other:"00 millj\u00f3nir"}, +1E8:{other:"000 millj\u00f3nir"},1E9:{other:"0 milljar\u00f0ar"},1E10:{other:"00 milljar\u00f0ar"},1E11:{other:"000 milljar\u00f0ar"},1E12:{other:"0 billj\u00f3nir"},1E13:{other:"00 billj\u00f3nir"},1E14:{other:"000 billj\u00f3nir"}}};Z.Tv=Z.Rk; +Z.bi={T:{1E3:{other:"0"},1E4:{other:"0"},1E5:{other:"0"},1E6:{other:"0\u00a0Mln"},1E7:{other:"00\u00a0Mln"},1E8:{other:"000\u00a0Mln"},1E9:{other:"0\u00a0Mld"},1E10:{other:"00\u00a0Mld"},1E11:{other:"000\u00a0Mld"},1E12:{other:"0\u00a0Bln"},1E13:{other:"00\u00a0Bln"},1E14:{other:"000\u00a0Bln"}},pa:{1E3:{other:"0 mila"},1E4:{other:"00 mila"},1E5:{other:"000 mila"},1E6:{other:"0 milioni"},1E7:{other:"00 milioni"},1E8:{other:"000 milioni"},1E9:{other:"0 miliardi"},1E10:{other:"00 miliardi"},1E11:{other:"000 miliardi"}, +1E12:{other:"0 mila di miliardi"},1E13:{other:"00 mila di miliardi"},1E14:{other:"000 mila di miliardi"}}};Z.Uv=Z.bi;Z.Vv=Z.bi; +Z.Wv={T:{1E3:{other:"\u200f0\u00a0\u05d0\u05dc\u05e3"},1E4:{other:"\u200f00\u00a0\u05d0\u05dc\u05e3"},1E5:{other:"\u200f000\u00a0\u05d0\u05dc\u05e3"},1E6:{other:"\u200f0\u00a0\u05de\u05d9\u05dc\u05f3"},1E7:{other:"\u200f00\u00a0\u05de\u05d9\u05dc\u05f3"},1E8:{other:"\u200f000\u00a0\u05de\u05d9\u05dc\u05f3"},1E9:{other:"\u200f0\u00a0\u05de\u05dc\u05e8\u05d3"},1E10:{other:"\u200f00\u00a0\u05de\u05dc\u05e8\u05d3"},1E11:{other:"\u200f000\u00a0\u05de\u05dc\u05e8\u05d3"},1E12:{other:"\u200f0\u00a0\u05d1\u05d9\u05dc\u05f3"}, +1E13:{other:"\u200f00\u00a0\u05d1\u05d9\u05dc\u05f3"},1E14:{other:"\u200f000\u00a0\u05d1\u05d9\u05dc\u05f3"}},pa:{1E3:{other:"\u200f0 \u05d0\u05dc\u05e3"},1E4:{other:"\u200f00 \u05d0\u05dc\u05e3"},1E5:{other:"\u200f000 \u05d0\u05dc\u05e3"},1E6:{other:"\u200f0 \u05de\u05d9\u05dc\u05d9\u05d5\u05df"},1E7:{other:"\u200f00 \u05de\u05d9\u05dc\u05d9\u05d5\u05df"},1E8:{other:"\u200f000 \u05de\u05d9\u05dc\u05d9\u05d5\u05df"},1E9:{other:"\u200f0 \u05de\u05d9\u05dc\u05d9\u05d0\u05e8\u05d3"},1E10:{other:"\u200f00 \u05de\u05d9\u05dc\u05d9\u05d0\u05e8\u05d3"}, 1E11:{other:"\u200f000 \u05de\u05d9\u05dc\u05d9\u05d0\u05e8\u05d3"},1E12:{other:"\u200f0 \u05d8\u05e8\u05d9\u05dc\u05d9\u05d5\u05df"},1E13:{other:"\u200f00 \u05d8\u05e8\u05d9\u05dc\u05d9\u05d5\u05df"},1E14:{other:"\u200f000 \u05d8\u05e8\u05d9\u05dc\u05d9\u05d5\u05df"}}}; -Z.Iu={la:{1E3:{other:"0\u5343"},1E4:{other:"0\u4e07"},1E5:{other:"00\u4e07"},1E6:{other:"000\u4e07"},1E7:{other:"0000\u4e07"},1E8:{other:"0\u5104"},1E9:{other:"00\u5104"},1E10:{other:"000\u5104"},1E11:{other:"0000\u5104"},1E12:{other:"0\u5146"},1E13:{other:"00\u5146"},1E14:{other:"000\u5146"}},Fa:{1E3:{other:"0\u5343"},1E4:{other:"0\u4e07"},1E5:{other:"00\u4e07"},1E6:{other:"000\u4e07"},1E7:{other:"0000\u4e07"},1E8:{other:"0\u5104"},1E9:{other:"00\u5104"},1E10:{other:"000\u5104"},1E11:{other:"0000\u5104"}, -1E12:{other:"0\u5146"},1E13:{other:"00\u5146"},1E14:{other:"000\u5146"}}};Z.ZH=Z.Iu; -Z.Ju={la:{1E3:{other:"0\u00a0\u10d0\u10d7."},1E4:{other:"00\u00a0\u10d0\u10d7."},1E5:{other:"000\u00a0\u10d0\u10d7."},1E6:{other:"0\u00a0\u10db\u10da\u10dc."},1E7:{other:"00\u00a0\u10db\u10da\u10dc."},1E8:{other:"000\u00a0\u10db\u10da\u10dc."},1E9:{other:"0\u00a0\u10db\u10da\u10e0\u10d3."},1E10:{other:"00\u00a0\u10db\u10da\u10e0\u10d3."},1E11:{other:"000\u00a0\u10db\u10da\u10e0."},1E12:{other:"0\u00a0\u10e2\u10e0\u10da."},1E13:{other:"00\u00a0\u10e2\u10e0\u10da."},1E14:{other:"000\u00a0\u10e2\u10e0\u10da."}}, -Fa:{1E3:{other:"0 \u10d0\u10d7\u10d0\u10e1\u10d8"},1E4:{other:"00 \u10d0\u10d7\u10d0\u10e1\u10d8"},1E5:{other:"000 \u10d0\u10d7\u10d0\u10e1\u10d8"},1E6:{other:"0 \u10db\u10d8\u10da\u10d8\u10dd\u10dc\u10d8"},1E7:{other:"00 \u10db\u10d8\u10da\u10d8\u10dd\u10dc\u10d8"},1E8:{other:"000 \u10db\u10d8\u10da\u10d8\u10dd\u10dc\u10d8"},1E9:{other:"0 \u10db\u10d8\u10da\u10d8\u10d0\u10e0\u10d3\u10d8"},1E10:{other:"00 \u10db\u10d8\u10da\u10d8\u10d0\u10e0\u10d3\u10d8"},1E11:{other:"000 \u10db\u10d8\u10da\u10d8\u10d0\u10e0\u10d3\u10d8"}, -1E12:{other:"0 \u10e2\u10e0\u10d8\u10da\u10d8\u10dd\u10dc\u10d8"},1E13:{other:"00 \u10e2\u10e0\u10d8\u10da\u10d8\u10dd\u10dc\u10d8"},1E14:{other:"000 \u10e2\u10e0\u10d8\u10da\u10d8\u10dd\u10dc\u10d8"}}};Z.$H=Z.Ju; -Z.rq={la:{1E3:{other:"0\u00a0\u043c\u044b\u04a3"},1E4:{other:"00\u00a0\u043c\u044b\u04a3"},1E5:{other:"000\u041c"},1E6:{other:"0\u00a0\u043c\u043b\u043d"},1E7:{other:"00\u00a0\u043c\u043b\u043d"},1E8:{other:"000\u00a0\u043c\u043b\u043d"},1E9:{other:"0\u00a0\u043c\u043b\u0440\u0434"},1E10:{other:"00\u00a0\u043c\u043b\u0440\u0434"},1E11:{other:"000\u0411"},1E12:{other:"0\u00a0\u0442\u0440\u043b\u043d"},1E13:{other:"00\u00a0\u0442\u0440\u043b\u043d"},1E14:{other:"000T"}}};Z.aI=Z.rq;Z.bI=Z.rq; -Z.Ku={la:{1E3:{other:"0\u1796\u17b6\u1793\u17cb"},1E4:{other:"0\u200b\u1798\u17ba\u17bb\u1793"},1E5:{other:"0\u179f\u17c2\u1793"},1E6:{other:"0\u179b\u17b6\u1793"},1E7:{other:"0\u200b\u178a\u1794\u17cb\u200b\u179b\u17b6\u1793"},1E8:{other:"0\u200b\u179a\u1799\u179b\u17b6\u1793"},1E9:{other:"0\u200b\u1780\u17c4\u178a\u17b7"},1E10:{other:"0\u200b\u178a\u1794\u17cb\u200b\u1780\u17c4\u178a\u17b7"},1E11:{other:"0\u200b\u179a\u1799\u200b\u1780\u17c4\u178a\u17b7"},1E12:{other:"0\u200b\u1796\u17b6\u1793\u17cb\u200b\u1780\u17c4\u178a\u17b7"}, -1E13:{other:"0\u200b\u1798\u17ba\u17bb\u1793\u200b\u1780\u17c4\u178a\u17b7"},1E14:{other:"0\u200b\u179f\u17c2\u1793\u200b\u1780\u17c4\u178a\u17b7"}},Fa:{1E3:{other:"0\u1796\u17b6\u1793\u17cb"},1E4:{other:"0\u200b\u1798\u17ba\u17bb\u1793"},1E5:{other:"0\u179f\u17c2\u1793"},1E6:{other:"0\u179b\u17b6\u1793"},1E7:{other:"0\u200b\u178a\u1794\u17cb\u200b\u179b\u17b6\u1793"},1E8:{other:"0\u200b\u179a\u1799\u179b\u17b6\u1793"},1E9:{other:"0\u200b\u1780\u17c4\u178a\u17b7"},1E10:{other:"0\u200b\u178a\u1794\u17cb\u200b\u1780\u17c4\u178a\u17b7"}, -1E11:{other:"0\u200b\u179a\u1799\u200b\u1780\u17c4\u178a\u17b7"},1E12:{other:"0\u200b\u1796\u17b6\u1793\u17cb\u200b\u1780\u17c4\u178a\u17b7"},1E13:{other:"0\u200b\u1798\u17ba\u17bb\u1793\u200b\u1780\u17c4\u178a\u17b7"},1E14:{other:"0\u200b\u179f\u17c2\u1793\u200b\u1780\u17c4\u178a\u17b7"}}};Z.cI=Z.Ku; -Z.Lu={la:{1E3:{other:"0\u0cb8\u0cbe"},1E4:{other:"00\u0cb8\u0cbe"},1E5:{other:"000\u0cb8\u0cbe"},1E6:{other:"0\u0cae\u0cbf"},1E7:{other:"00\u0cae\u0cbf"},1E8:{other:"000\u0cae\u0cbf"},1E9:{other:"0\u0cac\u0cbf"},1E10:{other:"00\u0cac\u0cbf"},1E11:{other:"000\u0cac\u0cbf"},1E12:{other:"0\u0c9f\u0ccd\u0cb0\u0cbf"},1E13:{other:"00\u0c9f\u0ccd\u0cb0\u0cbf"},1E14:{other:"000\u0c9f\u0ccd\u0cb0\u0cbf"}},Fa:{1E3:{other:"0 \u0cb8\u0cbe\u0cb5\u0cbf\u0cb0"},1E4:{other:"00 \u0cb8\u0cbe\u0cb5\u0cbf\u0cb0"},1E5:{other:"000 \u0cb8\u0cbe\u0cb5\u0cbf\u0cb0"}, +Z.Sk={T:{1E3:{other:"0\u5343"},1E4:{other:"0\u4e07"},1E5:{other:"00\u4e07"},1E6:{other:"000\u4e07"},1E7:{other:"0000\u4e07"},1E8:{other:"0\u5104"},1E9:{other:"00\u5104"},1E10:{other:"000\u5104"},1E11:{other:"0000\u5104"},1E12:{other:"0\u5146"},1E13:{other:"00\u5146"},1E14:{other:"000\u5146"}},pa:{1E3:{other:"0\u5343"},1E4:{other:"0\u4e07"},1E5:{other:"00\u4e07"},1E6:{other:"000\u4e07"},1E7:{other:"0000\u4e07"},1E8:{other:"0\u5104"},1E9:{other:"00\u5104"},1E10:{other:"000\u5104"},1E11:{other:"0000\u5104"}, +1E12:{other:"0\u5146"},1E13:{other:"00\u5146"},1E14:{other:"000\u5146"}}};Z.Xv=Z.Sk; +Z.Tk={T:{1E3:{other:"0\u00a0\u10d0\u10d7."},1E4:{other:"00\u00a0\u10d0\u10d7."},1E5:{other:"000\u00a0\u10d0\u10d7."},1E6:{other:"0\u00a0\u10db\u10da\u10dc."},1E7:{other:"00\u00a0\u10db\u10da\u10dc."},1E8:{other:"000\u00a0\u10db\u10da\u10dc."},1E9:{other:"0\u00a0\u10db\u10da\u10e0\u10d3."},1E10:{other:"00\u00a0\u10db\u10da\u10e0\u10d3."},1E11:{other:"000\u00a0\u10db\u10da\u10e0."},1E12:{other:"0\u00a0\u10e2\u10e0\u10da."},1E13:{other:"00\u00a0\u10e2\u10e0\u10da."},1E14:{other:"000\u00a0\u10e2\u10e0\u10da."}}, +pa:{1E3:{other:"0 \u10d0\u10d7\u10d0\u10e1\u10d8"},1E4:{other:"00 \u10d0\u10d7\u10d0\u10e1\u10d8"},1E5:{other:"000 \u10d0\u10d7\u10d0\u10e1\u10d8"},1E6:{other:"0 \u10db\u10d8\u10da\u10d8\u10dd\u10dc\u10d8"},1E7:{other:"00 \u10db\u10d8\u10da\u10d8\u10dd\u10dc\u10d8"},1E8:{other:"000 \u10db\u10d8\u10da\u10d8\u10dd\u10dc\u10d8"},1E9:{other:"0 \u10db\u10d8\u10da\u10d8\u10d0\u10e0\u10d3\u10d8"},1E10:{other:"00 \u10db\u10d8\u10da\u10d8\u10d0\u10e0\u10d3\u10d8"},1E11:{other:"000 \u10db\u10d8\u10da\u10d8\u10d0\u10e0\u10d3\u10d8"}, +1E12:{other:"0 \u10e2\u10e0\u10d8\u10da\u10d8\u10dd\u10dc\u10d8"},1E13:{other:"00 \u10e2\u10e0\u10d8\u10da\u10d8\u10dd\u10dc\u10d8"},1E14:{other:"000 \u10e2\u10e0\u10d8\u10da\u10d8\u10dd\u10dc\u10d8"}}};Z.Yv=Z.Tk; +Z.ci={T:{1E3:{other:"0\u00a0\u043c\u044b\u04a3"},1E4:{other:"00\u00a0\u043c\u044b\u04a3"},1E5:{other:"000\u041c"},1E6:{other:"0\u00a0\u043c\u043b\u043d"},1E7:{other:"00\u00a0\u043c\u043b\u043d"},1E8:{other:"000\u00a0\u043c\u043b\u043d"},1E9:{other:"0\u00a0\u043c\u043b\u0440\u0434"},1E10:{other:"00\u00a0\u043c\u043b\u0440\u0434"},1E11:{other:"000\u0411"},1E12:{other:"0\u00a0\u0442\u0440\u043b\u043d"},1E13:{other:"00\u00a0\u0442\u0440\u043b\u043d"},1E14:{other:"000T"}}};Z.Zv=Z.ci;Z.$v=Z.ci; +Z.Uk={T:{1E3:{other:"0\u1796\u17b6\u1793\u17cb"},1E4:{other:"0\u200b\u1798\u17ba\u17bb\u1793"},1E5:{other:"0\u179f\u17c2\u1793"},1E6:{other:"0\u179b\u17b6\u1793"},1E7:{other:"0\u200b\u178a\u1794\u17cb\u200b\u179b\u17b6\u1793"},1E8:{other:"0\u200b\u179a\u1799\u179b\u17b6\u1793"},1E9:{other:"0\u200b\u1780\u17c4\u178a\u17b7"},1E10:{other:"0\u200b\u178a\u1794\u17cb\u200b\u1780\u17c4\u178a\u17b7"},1E11:{other:"0\u200b\u179a\u1799\u200b\u1780\u17c4\u178a\u17b7"},1E12:{other:"0\u200b\u1796\u17b6\u1793\u17cb\u200b\u1780\u17c4\u178a\u17b7"}, +1E13:{other:"0\u200b\u1798\u17ba\u17bb\u1793\u200b\u1780\u17c4\u178a\u17b7"},1E14:{other:"0\u200b\u179f\u17c2\u1793\u200b\u1780\u17c4\u178a\u17b7"}},pa:{1E3:{other:"0\u1796\u17b6\u1793\u17cb"},1E4:{other:"0\u200b\u1798\u17ba\u17bb\u1793"},1E5:{other:"0\u179f\u17c2\u1793"},1E6:{other:"0\u179b\u17b6\u1793"},1E7:{other:"0\u200b\u178a\u1794\u17cb\u200b\u179b\u17b6\u1793"},1E8:{other:"0\u200b\u179a\u1799\u179b\u17b6\u1793"},1E9:{other:"0\u200b\u1780\u17c4\u178a\u17b7"},1E10:{other:"0\u200b\u178a\u1794\u17cb\u200b\u1780\u17c4\u178a\u17b7"}, +1E11:{other:"0\u200b\u179a\u1799\u200b\u1780\u17c4\u178a\u17b7"},1E12:{other:"0\u200b\u1796\u17b6\u1793\u17cb\u200b\u1780\u17c4\u178a\u17b7"},1E13:{other:"0\u200b\u1798\u17ba\u17bb\u1793\u200b\u1780\u17c4\u178a\u17b7"},1E14:{other:"0\u200b\u179f\u17c2\u1793\u200b\u1780\u17c4\u178a\u17b7"}}};Z.aw=Z.Uk; +Z.Vk={T:{1E3:{other:"0\u0cb8\u0cbe"},1E4:{other:"00\u0cb8\u0cbe"},1E5:{other:"000\u0cb8\u0cbe"},1E6:{other:"0\u0cae\u0cbf"},1E7:{other:"00\u0cae\u0cbf"},1E8:{other:"000\u0cae\u0cbf"},1E9:{other:"0\u0cac\u0cbf"},1E10:{other:"00\u0cac\u0cbf"},1E11:{other:"000\u0cac\u0cbf"},1E12:{other:"0\u0c9f\u0ccd\u0cb0\u0cbf"},1E13:{other:"00\u0c9f\u0ccd\u0cb0\u0cbf"},1E14:{other:"000\u0c9f\u0ccd\u0cb0\u0cbf"}},pa:{1E3:{other:"0 \u0cb8\u0cbe\u0cb5\u0cbf\u0cb0"},1E4:{other:"00 \u0cb8\u0cbe\u0cb5\u0cbf\u0cb0"},1E5:{other:"000 \u0cb8\u0cbe\u0cb5\u0cbf\u0cb0"}, 1E6:{other:"0 \u0cae\u0cbf\u0cb2\u0cbf\u0caf\u0ca8\u0ccd"},1E7:{other:"00 \u0cae\u0cbf\u0cb2\u0cbf\u0caf\u0ca8\u0ccd"},1E8:{other:"000 \u0cae\u0cbf\u0cb2\u0cbf\u0caf\u0ca8\u0ccd"},1E9:{other:"0 \u0cac\u0cbf\u0cb2\u0cbf\u0caf\u0ca8\u0ccd"},1E10:{other:"00 \u0cac\u0cbf\u0cb2\u0cbf\u0caf\u0ca8\u0ccd"},1E11:{other:"000 \u0cac\u0cbf\u0cb2\u0cbf\u0caf\u0ca8\u0ccd"},1E12:{other:"0 \u0c9f\u0ccd\u0cb0\u0cbf\u0cb2\u0cbf\u0caf\u0ca8\u0ccd\u200c"},1E13:{other:"00 \u0c9f\u0ccd\u0cb0\u0cbf\u0cb2\u0cbf\u0caf\u0ca8\u0ccd\u200c"}, -1E14:{other:"000 \u0c9f\u0ccd\u0cb0\u0cbf\u0cb2\u0cbf\u0caf\u0ca8\u0ccd\u200c"}}};Z.dI=Z.Lu; -Z.Mu={la:{1E3:{other:"0000"},1E4:{other:"0\ub9cc"},1E5:{other:"00\ub9cc"},1E6:{other:"000\ub9cc"},1E7:{other:"0000\ub9cc"},1E8:{other:"0\uc5b5"},1E9:{other:"00\uc5b5"},1E10:{other:"000\uc5b5"},1E11:{other:"0000\uc5b5"},1E12:{other:"0\uc870"},1E13:{other:"00\uc870"},1E14:{other:"000\uc870"}},Fa:{1E3:{other:"0000"},1E4:{other:"0\ub9cc"},1E5:{other:"00\ub9cc"},1E6:{other:"000\ub9cc"},1E7:{other:"0000\ub9cc"},1E8:{other:"0\uc5b5"},1E9:{other:"00\uc5b5"},1E10:{other:"000\uc5b5"},1E11:{other:"0000\uc5b5"}, -1E12:{other:"0\uc870"},1E13:{other:"00\uc870"},1E14:{other:"000\uc870"}}};Z.eI=Z.Mu; -Z.sq={la:{1E3:{other:"0\u00a0\u043c\u0438\u04ca"},1E4:{other:"00\u00a0\u043c\u0438\u04ca"},1E5:{other:"000\u00a0\u043c\u0438\u04ca"},1E6:{other:"0\u00a0\u043c\u043b\u043d"},1E7:{other:"00\u00a0\u043c\u043b\u043d"},1E8:{other:"000\u00a0\u043c\u043b\u043d"},1E9:{other:"0\u00a0\u043c\u043b\u0434"},1E10:{other:"00\u00a0\u043c\u043b\u0434"},1E11:{other:"000\u00a0\u043c\u043b\u0434"},1E12:{other:"0\u00a0\u0442\u0440\u043d"},1E13:{other:"00\u00a0\u0442\u0440\u043d"},1E14:{other:"000\u00a0\u0442\u0440\u043d"}}, -Fa:{1E3:{other:"0 \u043c\u0438\u04ca"},1E4:{other:"00 \u043c\u0438\u04ca"},1E5:{other:"000 \u043c\u0438\u04ca"},1E6:{other:"0 \u043c\u0438\u043b\u043b\u0438\u043e\u043d"},1E7:{other:"00 \u043c\u0438\u043b\u043b\u0438\u043e\u043d"},1E8:{other:"000 \u043c\u0438\u043b\u043b\u0438\u043e\u043d"},1E9:{other:"0 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434"},1E10:{other:"00 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434"},1E11:{other:"000 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434"},1E12:{other:"0 \u0442\u0440\u0438\u043b\u043b\u0438\u043e\u043d"}, -1E13:{other:"00 \u0442\u0440\u0438\u043b\u043b\u0438\u043e\u043d"},1E14:{other:"000 \u0442\u0440\u0438\u043b\u043b\u0438\u043e\u043d"}}};Z.fI=Z.sq;Z.gI=Z.sq;Z.Nu={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};Z.hI=Z.Nu; -Z.Ou={la:{1E3:{other:"0\u0e9e\u0eb1\u0e99"},1E4:{other:"00\u0e9e\u0eb1\u0e99"},1E5:{other:"000\u0e9e\u0eb1\u0e99"},1E6:{other:"0\u0ea5\u0ec9\u0eb2\u0e99"},1E7:{other:"00\u0ea5\u0ec9\u0eb2\u0e99"},1E8:{other:"000\u0ea5\u0ec9\u0eb2\u0e99"},1E9:{other:"0\u0e95\u0eb7\u0ec9"},1E10:{other:"00\u0e95\u0eb7\u0ec9"},1E11:{other:"000\u0e95\u0eb7\u0ec9"},1E12:{other:"0000\u0e95\u0eb7\u0ec9"},1E13:{other:"00\u0e9e\u0eb1\u0e99\u0e95\u0eb7\u0ec9"},1E14:{other:"000\u0e9e\u0eb1\u0e99\u0e95\u0eb7\u0ec9"}},Fa:{1E3:{other:"0\u0e9e\u0eb1\u0e99"}, +1E14:{other:"000 \u0c9f\u0ccd\u0cb0\u0cbf\u0cb2\u0cbf\u0caf\u0ca8\u0ccd\u200c"}}};Z.bw=Z.Vk; +Z.Wk={T:{1E3:{other:"0000"},1E4:{other:"0\ub9cc"},1E5:{other:"00\ub9cc"},1E6:{other:"000\ub9cc"},1E7:{other:"0000\ub9cc"},1E8:{other:"0\uc5b5"},1E9:{other:"00\uc5b5"},1E10:{other:"000\uc5b5"},1E11:{other:"0000\uc5b5"},1E12:{other:"0\uc870"},1E13:{other:"00\uc870"},1E14:{other:"000\uc870"}},pa:{1E3:{other:"0000"},1E4:{other:"0\ub9cc"},1E5:{other:"00\ub9cc"},1E6:{other:"000\ub9cc"},1E7:{other:"0000\ub9cc"},1E8:{other:"0\uc5b5"},1E9:{other:"00\uc5b5"},1E10:{other:"000\uc5b5"},1E11:{other:"0000\uc5b5"}, +1E12:{other:"0\uc870"},1E13:{other:"00\uc870"},1E14:{other:"000\uc870"}}};Z.cw=Z.Wk; +Z.di={T:{1E3:{other:"0\u00a0\u043c\u0438\u04ca"},1E4:{other:"00\u00a0\u043c\u0438\u04ca"},1E5:{other:"000\u00a0\u043c\u0438\u04ca"},1E6:{other:"0\u00a0\u043c\u043b\u043d"},1E7:{other:"00\u00a0\u043c\u043b\u043d"},1E8:{other:"000\u00a0\u043c\u043b\u043d"},1E9:{other:"0\u00a0\u043c\u043b\u0434"},1E10:{other:"00\u00a0\u043c\u043b\u0434"},1E11:{other:"000\u00a0\u043c\u043b\u0434"},1E12:{other:"0\u00a0\u0442\u0440\u043d"},1E13:{other:"00\u00a0\u0442\u0440\u043d"},1E14:{other:"000\u00a0\u0442\u0440\u043d"}}, +pa:{1E3:{other:"0 \u043c\u0438\u04ca"},1E4:{other:"00 \u043c\u0438\u04ca"},1E5:{other:"000 \u043c\u0438\u04ca"},1E6:{other:"0 \u043c\u0438\u043b\u043b\u0438\u043e\u043d"},1E7:{other:"00 \u043c\u0438\u043b\u043b\u0438\u043e\u043d"},1E8:{other:"000 \u043c\u0438\u043b\u043b\u0438\u043e\u043d"},1E9:{other:"0 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434"},1E10:{other:"00 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434"},1E11:{other:"000 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434"},1E12:{other:"0 \u0442\u0440\u0438\u043b\u043b\u0438\u043e\u043d"}, +1E13:{other:"00 \u0442\u0440\u0438\u043b\u043b\u0438\u043e\u043d"},1E14:{other:"000 \u0442\u0440\u0438\u043b\u043b\u0438\u043e\u043d"}}};Z.dw=Z.di;Z.ew=Z.di;Z.Xk={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};Z.fw=Z.Xk; +Z.Yk={T:{1E3:{other:"0\u0e9e\u0eb1\u0e99"},1E4:{other:"00\u0e9e\u0eb1\u0e99"},1E5:{other:"000\u0e9e\u0eb1\u0e99"},1E6:{other:"0\u0ea5\u0ec9\u0eb2\u0e99"},1E7:{other:"00\u0ea5\u0ec9\u0eb2\u0e99"},1E8:{other:"000\u0ea5\u0ec9\u0eb2\u0e99"},1E9:{other:"0\u0e95\u0eb7\u0ec9"},1E10:{other:"00\u0e95\u0eb7\u0ec9"},1E11:{other:"000\u0e95\u0eb7\u0ec9"},1E12:{other:"0000\u0e95\u0eb7\u0ec9"},1E13:{other:"00\u0e9e\u0eb1\u0e99\u0e95\u0eb7\u0ec9"},1E14:{other:"000\u0e9e\u0eb1\u0e99\u0e95\u0eb7\u0ec9"}},pa:{1E3:{other:"0\u0e9e\u0eb1\u0e99"}, 1E4:{other:"00\u0e9e\u0eb1\u0e99"},1E5:{other:"000\u0e9e\u0eb1\u0e99"},1E6:{other:"0\u0ea5\u0ec9\u0eb2\u0e99"},1E7:{other:"00\u0ea5\u0ec9\u0eb2\u0e99"},1E8:{other:"000\u0ea5\u0ec9\u0eb2\u0e99"},1E9:{other:"0\u0e9e\u0eb1\u0e99\u0ea5\u0ec9\u0eb2\u0e99"},1E10:{other:"00\u0e9e\u0eb1\u0e99\u0ea5\u0ec9\u0eb2\u0e99"},1E11:{other:"000\u0e9e\u0eb1\u0e99\u0ea5\u0ec9\u0eb2\u0e99"},1E12:{other:"0000\u0e9e\u0eb1\u0e99\u0ea5\u0ec9\u0eb2\u0e99"},1E13:{other:"00\u0ea5\u0ec9\u0eb2\u0e99\u0ea5\u0ec9\u0eb2\u0e99"}, -1E14:{other:"000\u0ea5\u0ec9\u0eb2\u0e99\u0ea5\u0ec9\u0eb2\u0e99"}}};Z.iI=Z.Ou; -Z.Pu={la:{1E3:{other:"0\u00a0t\u016bkst."},1E4:{other:"00\u00a0t\u016bkst."},1E5:{other:"000\u00a0t\u016bkst."},1E6:{other:"0\u00a0mln."},1E7:{other:"00\u00a0mln."},1E8:{other:"000\u00a0mln."},1E9:{other:"0\u00a0mlrd."},1E10:{other:"00\u00a0mlrd."},1E11:{other:"000\u00a0mlrd."},1E12:{other:"0\u00a0trln."},1E13:{other:"00\u00a0trln."},1E14:{other:"000\u00a0trln."}},Fa:{1E3:{other:"0 t\u016bkstan\u010di\u0173"},1E4:{other:"00 t\u016bkstan\u010di\u0173"},1E5:{other:"000 t\u016bkstan\u010di\u0173"},1E6:{other:"0 milijon\u0173"}, -1E7:{other:"00 milijon\u0173"},1E8:{other:"000 milijon\u0173"},1E9:{other:"0 milijard\u0173"},1E10:{other:"00 milijard\u0173"},1E11:{other:"000 milijard\u0173"},1E12:{other:"0 trilijon\u0173"},1E13:{other:"00 trilijon\u0173"},1E14:{other:"000 trilijon\u0173"}}};Z.jI=Z.Pu; -Z.Qu={la:{1E3:{other:"0\u00a0t\u016bkst."},1E4:{other:"00\u00a0t\u016bkst."},1E5:{other:"000\u00a0t\u016bkst."},1E6:{other:"0\u00a0milj."},1E7:{other:"00\u00a0milj."},1E8:{other:"000\u00a0milj."},1E9:{other:"0\u00a0mljrd."},1E10:{other:"00\u00a0mljrd."},1E11:{other:"000\u00a0mljrd."},1E12:{other:"0\u00a0trilj."},1E13:{other:"00\u00a0trilj."},1E14:{other:"000\u00a0trilj."}},Fa:{1E3:{other:"0 t\u016bksto\u0161i"},1E4:{other:"00 t\u016bksto\u0161i"},1E5:{other:"000 t\u016bksto\u0161i"},1E6:{other:"0 miljoni"}, -1E7:{other:"00 miljoni"},1E8:{other:"000 miljoni"},1E9:{other:"0 miljardi"},1E10:{other:"00 miljardi"},1E11:{other:"000 miljardi"},1E12:{other:"0 triljoni"},1E13:{other:"00 triljoni"},1E14:{other:"000 triljoni"}}};Z.kI=Z.Qu; -Z.Ru={la:{1E3:{other:"0\u00a0\u0438\u043b\u0458."},1E4:{other:"00\u00a0\u0438\u043b\u0458."},1E5:{other:"000\u00a0\u0438\u043b\u0458."},1E6:{other:"0\u00a0\u043c\u0438\u043b."},1E7:{other:"00\u00a0\u043c\u0438\u043b."},1E8:{other:"000\u00a0\u041c"},1E9:{other:"0\u00a0\u043c\u0438\u043b\u0458."},1E10:{other:"00\u00a0\u043c\u0438\u043b\u0458."},1E11:{other:"000\u00a0\u043c\u0438\u043b\u0458."},1E12:{other:"0\u00a0\u0442\u0440\u0438\u043b."},1E13:{other:"00\u00a0\u0442\u0440\u0438\u043b."},1E14:{other:"000\u00a0\u0442\u0440\u0438\u043b."}}, -Fa:{1E3:{other:"0 \u0438\u043b\u0458\u0430\u0434\u0438"},1E4:{other:"00 \u0438\u043b\u0458\u0430\u0434\u0438"},1E5:{other:"000 \u0438\u043b\u0458\u0430\u0434\u0438"},1E6:{other:"0 \u043c\u0438\u043b\u0438\u043e\u043d\u0438"},1E7:{other:"00 \u043c\u0438\u043b\u0438\u043e\u043d\u0438"},1E8:{other:"000 \u043c\u0438\u043b\u0438\u043e\u043d\u0438"},1E9:{other:"0 \u043c\u0438\u043b\u0438\u0458\u0430\u0440\u0434\u0438"},1E10:{other:"00 \u043c\u0438\u043b\u0438\u0458\u0430\u0440\u0434\u0438"},1E11:{other:"000 \u043c\u0438\u043b\u0438\u0458\u0430\u0440\u0434\u0438"}, -1E12:{other:"0 \u0442\u0440\u0438\u043b\u0438\u043e\u043d\u0438"},1E13:{other:"00 \u0442\u0440\u0438\u043b\u0438\u043e\u043d\u0438"},1E14:{other:"000 \u0442\u0440\u0438\u043b\u0438\u043e\u043d\u0438"}}};Z.lI=Z.Ru; -Z.Su={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},Fa:{1E3:{other:"0 \u0d06\u0d2f\u0d3f\u0d30\u0d02"},1E4:{other:"00 \u0d06\u0d2f\u0d3f\u0d30\u0d02"},1E5:{other:"000 \u0d06\u0d2f\u0d3f\u0d30\u0d02"},1E6:{other:"0 \u0d26\u0d36\u0d32\u0d15\u0d4d\u0d37\u0d02"},1E7:{other:"00 \u0d26\u0d36\u0d32\u0d15\u0d4d\u0d37\u0d02"},1E8:{other:"000 \u0d26\u0d36\u0d32\u0d15\u0d4d\u0d37\u0d02"}, -1E9:{other:"0 \u0d32\u0d15\u0d4d\u0d37\u0d02 \u0d15\u0d4b\u0d1f\u0d3f"},1E10:{other:"00 \u0d32\u0d15\u0d4d\u0d37\u0d02 \u0d15\u0d4b\u0d1f\u0d3f"},1E11:{other:"000 \u0d32\u0d15\u0d4d\u0d37\u0d02 \u0d15\u0d4b\u0d1f\u0d3f"},1E12:{other:"0 \u0d1f\u0d4d\u0d30\u0d3f\u0d32\u0d4d\u0d2f\u0d7a"},1E13:{other:"00 \u0d1f\u0d4d\u0d30\u0d3f\u0d32\u0d4d\u0d2f\u0d7a"},1E14:{other:"000 \u0d1f\u0d4d\u0d30\u0d3f\u0d32\u0d4d\u0d2f\u0d7a"}}};Z.mI=Z.Su; -Z.tq={la:{1E3:{other:"0\u041c"},1E4:{other:"00\u041c"},1E5:{other:"000\u041c"},1E6:{other:"0\u0421"},1E7:{other:"00\u0421"},1E8:{other:"000\u0421"},1E9:{other:"0\u0422"},1E10:{other:"00\u0422"},1E11:{other:"000\u0422"},1E12:{other:"0\u0418\u041d"},1E13:{other:"00\u0418\u041d"},1E14:{other:"000\u0418\u041d"}},Fa:{1E3:{other:"0 \u043c\u044f\u043d\u0433\u0430"},1E4:{other:"00 \u043c\u044f\u043d\u0433\u0430"},1E5:{other:"000 \u043c\u044f\u043d\u0433\u0430"},1E6:{other:"0 \u0441\u0430\u044f"},1E7:{other:"00 \u0441\u0430\u044f"}, -1E8:{other:"000 \u0441\u0430\u044f"},1E9:{other:"0 \u0442\u044d\u0440\u0431\u0443\u043c"},1E10:{other:"00 \u0442\u044d\u0440\u0431\u0443\u043c"},1E11:{other:"000 \u0442\u044d\u0440\u0431\u0443\u043c"},1E12:{other:"0 \u0438\u0445 \u043d\u0430\u044f\u0434"},1E13:{other:"00 \u0438\u0445 \u043d\u0430\u044f\u0434"},1E14:{other:"000 \u0438\u0445 \u043d\u0430\u044f\u0434"}}};Z.nI=Z.tq;Z.oI=Z.tq; -Z.Tu={la:{1E3:{other:"0\u00a0\u0939"},1E4:{other:"00\u00a0\u0939"},1E5:{other:"0\u00a0\u0932\u093e\u0916"},1E6:{other:"00\u00a0\u0932\u093e\u0916"},1E7:{other:"0\u00a0\u0915\u094b\u091f\u0940"},1E8:{other:"00\u00a0\u0915\u094b\u091f\u0940"},1E9:{other:"0\u00a0\u0905\u092c\u094d\u091c"},1E10:{other:"00\u00a0\u0905\u092c\u094d\u091c"},1E11:{other:"0\u00a0\u0916\u0930\u094d\u0935"},1E12:{other:"00\u00a0\u0916\u0930\u094d\u0935"},1E13:{other:"0\u00a0\u092a\u0926\u094d\u092e"},1E14:{other:"00\u00a0\u092a\u0926\u094d\u092e"}}, -Fa:{1E3:{other:"0 \u0939\u091c\u093e\u0930"},1E4:{other:"00 \u0939\u091c\u093e\u0930"},1E5:{other:"000 \u0939\u091c\u093e\u0930"},1E6:{other:"0 \u0926\u0936\u0932\u0915\u094d\u0937"},1E7:{other:"00 \u0926\u0936\u0932\u0915\u094d\u0937"},1E8:{other:"000 \u0926\u0936\u0932\u0915\u094d\u0937"},1E9:{other:"0 \u092e\u0939\u093e\u092a\u0926\u094d\u092e"},1E10:{other:"00 \u092e\u0939\u093e\u092a\u0926\u094d\u092e"},1E11:{other:"000 \u092e\u0939\u093e\u092a\u0926\u094d\u092e"},1E12:{other:"0 \u0916\u0930\u092c"}, -1E13:{other:"00 \u0916\u0930\u092c"},1E14:{other:"000 \u0916\u0930\u092c"}}};Z.pI=Z.Tu; -Z.uq={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0J"},1E7:{other:"00J"},1E8:{other:"000J"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},Fa:{1E3:{other:"0 ribu"},1E4:{other:"00 ribu"},1E5:{other:"000 ribu"},1E6:{other:"0 juta"},1E7:{other:"00 juta"},1E8:{other:"000 juta"},1E9:{other:"0 bilion"},1E10:{other:"00 bilion"},1E11:{other:"000 bilion"},1E12:{other:"0 trilion"},1E13:{other:"00 trilion"},1E14:{other:"000 trilion"}}}; -Z.qI=Z.uq;Z.rI=Z.uq;Z.Uu={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};Z.sI=Z.Uu; -Z.Vu={la:{1E3:{other:"0\u1011\u1031\u102c\u1004\u103a"},1E4:{other:"0\u101e\u1031\u102c\u1004\u103a\u1038"},1E5:{other:"0\u101e\u102d\u1014\u103a\u1038"},1E6:{other:"0\u101e\u1014\u103a\u1038"},1E7:{other:"0\u1000\u102f\u100b\u1031"},1E8:{other:"00\u1000\u102f\u100b\u1031"},1E9:{other:"\u1000\u102f\u100b\u1031000"},1E10:{other:"\u1000\u102f\u100b\u10310000"},1E11:{other:"0000\u1000\u102f\u100b\u1031"},1E12:{other:"\u1000\u102f\u100b\u10310\u101e\u102d\u1014\u103a\u1038"},1E13:{other:"\u1000\u102f\u100b\u10310\u101e\u1014\u103a\u1038"}, -1E14:{other:"0\u1000\u1031\u102c\u100b\u102d"}},Fa:{1E3:{other:"0\u1011\u1031\u102c\u1004\u103a"},1E4:{other:"0\u101e\u1031\u102c\u1004\u103a\u1038"},1E5:{other:"0\u101e\u102d\u1014\u103a\u1038"},1E6:{other:"0\u101e\u1014\u103a\u1038"},1E7:{other:"0\u1000\u102f\u100b\u1031"},1E8:{other:"00\u1000\u102f\u100b\u1031"},1E9:{other:"000\u1000\u102f\u100b\u1031"},1E10:{other:"0000\u1000\u102f\u100b\u1031"},1E11:{other:"00000\u1000\u102f\u100b\u1031"},1E12:{other:"000000\u1000\u102f\u100b\u1031"},1E13:{other:"0000000\u1000\u102f\u100b\u1031"}, -1E14:{other:"0\u1000\u1031\u102c\u100b\u102d"}}};Z.tI=Z.Vu; -Z.vq={la:{1E3:{other:"0\u00a0K"},1E4:{other:"00\u00a0K"},1E5:{other:"000\u00a0K"},1E6:{other:"0\u00a0mill"},1E7:{other:"00\u00a0mill"},1E8:{other:"000\u00a0mill"},1E9:{other:"0\u00a0mrd"},1E10:{other:"00\u00a0mrd"},1E11:{other:"000\u00a0mrd"},1E12:{other:"0\u00a0bill"},1E13:{other:"00\u00a0bill"},1E14:{other:"000\u00a0bill"}},Fa:{1E3:{other:"0 tusen"},1E4:{other:"00 tusen"},1E5:{other:"000 tusen"},1E6:{other:"0 millioner"},1E7:{other:"00 millioner"},1E8:{other:"000 millioner"},1E9:{other:"0 milliarder"}, -1E10:{other:"00 milliarder"},1E11:{other:"000 milliarder"},1E12:{other:"0 billioner"},1E13:{other:"00 billioner"},1E14:{other:"000 billioner"}}};Z.uI=Z.vq;Z.vI=Z.vq; -Z.Wu={la:{1E3:{other:"0\u00a0\u0939\u091c\u093e\u0930"},1E4:{other:"00\u00a0\u0939\u091c\u093e\u0930"},1E5:{other:"0\u00a0\u0932\u093e\u0916"},1E6:{other:"00\u00a0\u0932\u093e\u0916"},1E7:{other:"0\u00a0\u0915\u0930\u094b\u0921"},1E8:{other:"00\u00a0\u0915\u0930\u094b\u0921"},1E9:{other:"0\u00a0\u0905\u0930\u092c"},1E10:{other:"00\u00a0\u0905\u0930\u092c"},1E11:{other:"0\u00a0\u0916\u0930\u092c"},1E12:{other:"00\u00a0\u0916\u0930\u092c"},1E13:{other:"0\u00a0\u0936\u0902\u0916"},1E14:{other:"00\u00a0\u0936\u0902\u0916"}}, -Fa:{1E3:{other:"0 \u0939\u091c\u093e\u0930"},1E4:{other:"00 \u0939\u091c\u093e\u0930"},1E5:{other:"0 \u0932\u093e\u0916"},1E6:{other:"0 \u0915\u0930\u094b\u0921"},1E7:{other:"00 \u0915\u0930\u094b\u0921"},1E8:{other:"000 \u0915\u0930\u094b\u0921"},1E9:{other:"0 \u0905\u0930\u094d\u092c"},1E10:{other:"00 \u0905\u0930\u094d\u092c"},1E11:{other:"000 \u0905\u0930\u092c"},1E12:{other:"0 \u0916\u0930\u094d\u092c"},1E13:{other:"0 \u0936\u0902\u0916"},1E14:{other:"00 \u0936\u0902\u0916"}}};Z.wI=Z.Wu; -Z.Xu={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0\u00a0mln."},1E7:{other:"00\u00a0mln."},1E8:{other:"000\u00a0mln."},1E9:{other:"0\u00a0mld."},1E10:{other:"00\u00a0mld."},1E11:{other:"000\u00a0mld."},1E12:{other:"0\u00a0bln."},1E13:{other:"00\u00a0bln."},1E14:{other:"000\u00a0bln."}},Fa:{1E3:{other:"0 duizend"},1E4:{other:"00 duizend"},1E5:{other:"000 duizend"},1E6:{other:"0 miljoen"},1E7:{other:"00 miljoen"},1E8:{other:"000 miljoen"},1E9:{other:"0 miljard"},1E10:{other:"00 miljard"}, -1E11:{other:"000 miljard"},1E12:{other:"0 biljoen"},1E13:{other:"00 biljoen"},1E14:{other:"000 biljoen"}}};Z.xI=Z.Xu; -Z.Yu={la:{1E3:{other:"0\u00a0K"},1E4:{other:"00\u00a0K"},1E5:{other:"000\u00a0K"},1E6:{other:"0\u00a0mill"},1E7:{other:"00\u00a0mill"},1E8:{other:"000\u00a0mill"},1E9:{other:"0\u00a0mrd"},1E10:{other:"00\u00a0mrd"},1E11:{other:"000\u00a0mrd"},1E12:{other:"0\u00a0bill"},1E13:{other:"00\u00a0bill"},1E14:{other:"000\u00a0bill"}},Fa:{1E3:{other:"0 tusen"},1E4:{other:"00 tusen"},1E5:{other:"000 tusen"},1E6:{other:"0 millioner"},1E7:{other:"00 millioner"},1E8:{other:"000 millioner"},1E9:{other:"0 milliarder"}, -1E10:{other:"00 milliarder"},1E11:{other:"000 milliarder"},1E12:{other:"0 billioner"},1E13:{other:"00 billioner"},1E14:{other:"000 billioner"}}};Z.yI=Z.Yu;Z.Zu={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};Z.zI=Z.Zu; -Z.wq={la:{1E3:{other:"0\u00a0\u0a39\u0a1c\u0a3c\u0a3e\u0a30"},1E4:{other:"00\u00a0\u0a39\u0a1c\u0a3c\u0a3e\u0a30"},1E5:{other:"0\u00a0\u0a32\u0a71\u0a16"},1E6:{other:"00\u00a0\u0a32\u0a71\u0a16"},1E7:{other:"0\u00a0\u0a15\u0a30\u0a4b\u0a5c"},1E8:{other:"00\u00a0\u0a15\u0a30\u0a4b\u0a5c"},1E9:{other:"0\u00a0\u0a05\u0a30\u0a2c"},1E10:{other:"00\u00a0\u0a05\u0a30\u0a2c"},1E11:{other:"0\u00a0\u0a16\u0a30\u0a2c"},1E12:{other:"00\u00a0\u0a16\u0a30\u0a2c"},1E13:{other:"0\u00a0\u0a28\u0a40\u0a32"},1E14:{other:"00\u00a0\u0a28\u0a40\u0a32"}}, -Fa:{1E3:{other:"0 \u0a39\u0a1c\u0a3c\u0a3e\u0a30"},1E4:{other:"00 \u0a39\u0a1c\u0a3c\u0a3e\u0a30"},1E5:{other:"0 \u0a32\u0a71\u0a16"},1E6:{other:"00 \u0a32\u0a71\u0a16"},1E7:{other:"0 \u0a15\u0a30\u0a4b\u0a5c"},1E8:{other:"00 \u0a15\u0a30\u0a4b\u0a5c"},1E9:{other:"0 \u0a05\u0a30\u0a2c"},1E10:{other:"00 \u0a05\u0a30\u0a2c"},1E11:{other:"0 \u0a16\u0a30\u0a2c"},1E12:{other:"00 \u0a16\u0a30\u0a2c"},1E13:{other:"0 \u0a28\u0a40\u0a32"},1E14:{other:"00 \u0a28\u0a40\u0a32"}}};Z.AI=Z.wq;Z.BI=Z.wq; -Z.$u={la:{1E3:{other:"0\u00a0tys."},1E4:{other:"00\u00a0tys."},1E5:{other:"000\u00a0tys."},1E6:{other:"0\u00a0mln"},1E7:{other:"00\u00a0mln"},1E8:{other:"000\u00a0mln"},1E9:{other:"0\u00a0mld"},1E10:{other:"00\u00a0mld"},1E11:{other:"000\u00a0mld"},1E12:{other:"0\u00a0bln"},1E13:{other:"00\u00a0bln"},1E14:{other:"000\u00a0bln"}},Fa:{1E3:{other:"0 tysi\u0105ca"},1E4:{other:"00 tysi\u0105ca"},1E5:{other:"000 tysi\u0105ca"},1E6:{other:"0 miliona"},1E7:{other:"00 miliona"},1E8:{other:"000 miliona"},1E9:{other:"0 miliarda"}, -1E10:{other:"00 miliarda"},1E11:{other:"000 miliarda"},1E12:{other:"0 biliona"},1E13:{other:"00 biliona"},1E14:{other:"000 biliona"}}};Z.CI=Z.$u; -Z.av={la:{1E3:{other:"0\u00a0mil"},1E4:{other:"00\u00a0mil"},1E5:{other:"000\u00a0mil"},1E6:{other:"0\u00a0mi"},1E7:{other:"00\u00a0mi"},1E8:{other:"000\u00a0mi"},1E9:{other:"0\u00a0bi"},1E10:{other:"00\u00a0bi"},1E11:{other:"000\u00a0bi"},1E12:{other:"0\u00a0tri"},1E13:{other:"00\u00a0tri"},1E14:{other:"000\u00a0tri"}},Fa:{1E3:{other:"0 mil"},1E4:{other:"00 mil"},1E5:{other:"000 mil"},1E6:{other:"0 milh\u00f5es"},1E7:{other:"00 milh\u00f5es"},1E8:{other:"000 milh\u00f5es"},1E9:{other:"0 bilh\u00f5es"}, -1E10:{other:"00 bilh\u00f5es"},1E11:{other:"000 bilh\u00f5es"},1E12:{other:"0 trilh\u00f5es"},1E13:{other:"00 trilh\u00f5es"},1E14:{other:"000 trilh\u00f5es"}}};Z.DI=Z.av; -Z.EI={la:{1E3:{other:"0\u00a0mil"},1E4:{other:"00\u00a0mil"},1E5:{other:"000\u00a0mil"},1E6:{other:"0\u00a0M"},1E7:{other:"00\u00a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0\u00a0MM"},1E10:{other:"00\u00a0MM"},1E11:{other:"000\u00a0MM"},1E12:{other:"0\u00a0Bi"},1E13:{other:"00\u00a0Bi"},1E14:{other:"000\u00a0Bi"}},Fa:{1E3:{other:"0 mil"},1E4:{other:"00 mil"},1E5:{other:"000 mil"},1E6:{other:"0 milh\u00f5es"},1E7:{other:"00 milh\u00f5es"},1E8:{other:"000 milh\u00f5es"},1E9:{other:"0 mil milh\u00f5es"}, +1E14:{other:"000\u0ea5\u0ec9\u0eb2\u0e99\u0ea5\u0ec9\u0eb2\u0e99"}}};Z.gw=Z.Yk; +Z.Zk={T:{1E3:{other:"0\u00a0t\u016bkst."},1E4:{other:"00\u00a0t\u016bkst."},1E5:{other:"000\u00a0t\u016bkst."},1E6:{other:"0\u00a0mln."},1E7:{other:"00\u00a0mln."},1E8:{other:"000\u00a0mln."},1E9:{other:"0\u00a0mlrd."},1E10:{other:"00\u00a0mlrd."},1E11:{other:"000\u00a0mlrd."},1E12:{other:"0\u00a0trln."},1E13:{other:"00\u00a0trln."},1E14:{other:"000\u00a0trln."}},pa:{1E3:{other:"0 t\u016bkstan\u010di\u0173"},1E4:{other:"00 t\u016bkstan\u010di\u0173"},1E5:{other:"000 t\u016bkstan\u010di\u0173"},1E6:{other:"0 milijon\u0173"}, +1E7:{other:"00 milijon\u0173"},1E8:{other:"000 milijon\u0173"},1E9:{other:"0 milijard\u0173"},1E10:{other:"00 milijard\u0173"},1E11:{other:"000 milijard\u0173"},1E12:{other:"0 trilijon\u0173"},1E13:{other:"00 trilijon\u0173"},1E14:{other:"000 trilijon\u0173"}}};Z.hw=Z.Zk; +Z.$k={T:{1E3:{other:"0\u00a0t\u016bkst."},1E4:{other:"00\u00a0t\u016bkst."},1E5:{other:"000\u00a0t\u016bkst."},1E6:{other:"0\u00a0milj."},1E7:{other:"00\u00a0milj."},1E8:{other:"000\u00a0milj."},1E9:{other:"0\u00a0mljrd."},1E10:{other:"00\u00a0mljrd."},1E11:{other:"000\u00a0mljrd."},1E12:{other:"0\u00a0trilj."},1E13:{other:"00\u00a0trilj."},1E14:{other:"000\u00a0trilj."}},pa:{1E3:{other:"0 t\u016bksto\u0161i"},1E4:{other:"00 t\u016bksto\u0161i"},1E5:{other:"000 t\u016bksto\u0161i"},1E6:{other:"0 miljoni"}, +1E7:{other:"00 miljoni"},1E8:{other:"000 miljoni"},1E9:{other:"0 miljardi"},1E10:{other:"00 miljardi"},1E11:{other:"000 miljardi"},1E12:{other:"0 triljoni"},1E13:{other:"00 triljoni"},1E14:{other:"000 triljoni"}}};Z.iw=Z.$k; +Z.al={T:{1E3:{other:"0\u00a0\u0438\u043b\u0458."},1E4:{other:"00\u00a0\u0438\u043b\u0458."},1E5:{other:"000\u00a0\u0438\u043b\u0458."},1E6:{other:"0\u00a0\u043c\u0438\u043b."},1E7:{other:"00\u00a0\u043c\u0438\u043b."},1E8:{other:"000\u00a0\u041c"},1E9:{other:"0\u00a0\u043c\u0438\u043b\u0458."},1E10:{other:"00\u00a0\u043c\u0438\u043b\u0458."},1E11:{other:"000\u00a0\u043c\u0438\u043b\u0458."},1E12:{other:"0\u00a0\u0442\u0440\u0438\u043b."},1E13:{other:"00\u00a0\u0442\u0440\u0438\u043b."},1E14:{other:"000\u00a0\u0442\u0440\u0438\u043b."}}, +pa:{1E3:{other:"0 \u0438\u043b\u0458\u0430\u0434\u0438"},1E4:{other:"00 \u0438\u043b\u0458\u0430\u0434\u0438"},1E5:{other:"000 \u0438\u043b\u0458\u0430\u0434\u0438"},1E6:{other:"0 \u043c\u0438\u043b\u0438\u043e\u043d\u0438"},1E7:{other:"00 \u043c\u0438\u043b\u0438\u043e\u043d\u0438"},1E8:{other:"000 \u043c\u0438\u043b\u0438\u043e\u043d\u0438"},1E9:{other:"0 \u043c\u0438\u043b\u0438\u0458\u0430\u0440\u0434\u0438"},1E10:{other:"00 \u043c\u0438\u043b\u0438\u0458\u0430\u0440\u0434\u0438"},1E11:{other:"000 \u043c\u0438\u043b\u0438\u0458\u0430\u0440\u0434\u0438"}, +1E12:{other:"0 \u0442\u0440\u0438\u043b\u0438\u043e\u043d\u0438"},1E13:{other:"00 \u0442\u0440\u0438\u043b\u0438\u043e\u043d\u0438"},1E14:{other:"000 \u0442\u0440\u0438\u043b\u0438\u043e\u043d\u0438"}}};Z.jw=Z.al; +Z.bl={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},pa:{1E3:{other:"0 \u0d06\u0d2f\u0d3f\u0d30\u0d02"},1E4:{other:"00 \u0d06\u0d2f\u0d3f\u0d30\u0d02"},1E5:{other:"000 \u0d06\u0d2f\u0d3f\u0d30\u0d02"},1E6:{other:"0 \u0d26\u0d36\u0d32\u0d15\u0d4d\u0d37\u0d02"},1E7:{other:"00 \u0d26\u0d36\u0d32\u0d15\u0d4d\u0d37\u0d02"},1E8:{other:"000 \u0d26\u0d36\u0d32\u0d15\u0d4d\u0d37\u0d02"}, +1E9:{other:"0 \u0d32\u0d15\u0d4d\u0d37\u0d02 \u0d15\u0d4b\u0d1f\u0d3f"},1E10:{other:"00 \u0d32\u0d15\u0d4d\u0d37\u0d02 \u0d15\u0d4b\u0d1f\u0d3f"},1E11:{other:"000 \u0d32\u0d15\u0d4d\u0d37\u0d02 \u0d15\u0d4b\u0d1f\u0d3f"},1E12:{other:"0 \u0d1f\u0d4d\u0d30\u0d3f\u0d32\u0d4d\u0d2f\u0d7a"},1E13:{other:"00 \u0d1f\u0d4d\u0d30\u0d3f\u0d32\u0d4d\u0d2f\u0d7a"},1E14:{other:"000 \u0d1f\u0d4d\u0d30\u0d3f\u0d32\u0d4d\u0d2f\u0d7a"}}};Z.kw=Z.bl; +Z.ei={T:{1E3:{other:"0\u041c"},1E4:{other:"00\u041c"},1E5:{other:"000\u041c"},1E6:{other:"0\u0421"},1E7:{other:"00\u0421"},1E8:{other:"000\u0421"},1E9:{other:"0\u0422"},1E10:{other:"00\u0422"},1E11:{other:"000\u0422"},1E12:{other:"0\u0418\u041d"},1E13:{other:"00\u0418\u041d"},1E14:{other:"000\u0418\u041d"}},pa:{1E3:{other:"0 \u043c\u044f\u043d\u0433\u0430"},1E4:{other:"00 \u043c\u044f\u043d\u0433\u0430"},1E5:{other:"000 \u043c\u044f\u043d\u0433\u0430"},1E6:{other:"0 \u0441\u0430\u044f"},1E7:{other:"00 \u0441\u0430\u044f"}, +1E8:{other:"000 \u0441\u0430\u044f"},1E9:{other:"0 \u0442\u044d\u0440\u0431\u0443\u043c"},1E10:{other:"00 \u0442\u044d\u0440\u0431\u0443\u043c"},1E11:{other:"000 \u0442\u044d\u0440\u0431\u0443\u043c"},1E12:{other:"0 \u0438\u0445 \u043d\u0430\u044f\u0434"},1E13:{other:"00 \u0438\u0445 \u043d\u0430\u044f\u0434"},1E14:{other:"000 \u0438\u0445 \u043d\u0430\u044f\u0434"}}};Z.lw=Z.ei;Z.mw=Z.ei; +Z.cl={T:{1E3:{other:"0\u00a0\u0939"},1E4:{other:"00\u00a0\u0939"},1E5:{other:"0\u00a0\u0932\u093e\u0916"},1E6:{other:"00\u00a0\u0932\u093e\u0916"},1E7:{other:"0\u00a0\u0915\u094b\u091f\u0940"},1E8:{other:"00\u00a0\u0915\u094b\u091f\u0940"},1E9:{other:"0\u00a0\u0905\u092c\u094d\u091c"},1E10:{other:"00\u00a0\u0905\u092c\u094d\u091c"},1E11:{other:"0\u00a0\u0916\u0930\u094d\u0935"},1E12:{other:"00\u00a0\u0916\u0930\u094d\u0935"},1E13:{other:"0\u00a0\u092a\u0926\u094d\u092e"},1E14:{other:"00\u00a0\u092a\u0926\u094d\u092e"}}, +pa:{1E3:{other:"0 \u0939\u091c\u093e\u0930"},1E4:{other:"00 \u0939\u091c\u093e\u0930"},1E5:{other:"000 \u0939\u091c\u093e\u0930"},1E6:{other:"0 \u0926\u0936\u0932\u0915\u094d\u0937"},1E7:{other:"00 \u0926\u0936\u0932\u0915\u094d\u0937"},1E8:{other:"000 \u0926\u0936\u0932\u0915\u094d\u0937"},1E9:{other:"0 \u092e\u0939\u093e\u092a\u0926\u094d\u092e"},1E10:{other:"00 \u092e\u0939\u093e\u092a\u0926\u094d\u092e"},1E11:{other:"000 \u092e\u0939\u093e\u092a\u0926\u094d\u092e"},1E12:{other:"0 \u0916\u0930\u092c"}, +1E13:{other:"00 \u0916\u0930\u092c"},1E14:{other:"000 \u0916\u0930\u092c"}}};Z.nw=Z.cl; +Z.fi={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0J"},1E7:{other:"00J"},1E8:{other:"000J"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},pa:{1E3:{other:"0 ribu"},1E4:{other:"00 ribu"},1E5:{other:"000 ribu"},1E6:{other:"0 juta"},1E7:{other:"00 juta"},1E8:{other:"000 juta"},1E9:{other:"0 bilion"},1E10:{other:"00 bilion"},1E11:{other:"000 bilion"},1E12:{other:"0 trilion"},1E13:{other:"00 trilion"},1E14:{other:"000 trilion"}}}; +Z.ow=Z.fi;Z.pw=Z.fi;Z.el={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};Z.qw=Z.el; +Z.fl={T:{1E3:{other:"0\u1011\u1031\u102c\u1004\u103a"},1E4:{other:"0\u101e\u1031\u102c\u1004\u103a\u1038"},1E5:{other:"0\u101e\u102d\u1014\u103a\u1038"},1E6:{other:"0\u101e\u1014\u103a\u1038"},1E7:{other:"0\u1000\u102f\u100b\u1031"},1E8:{other:"00\u1000\u102f\u100b\u1031"},1E9:{other:"\u1000\u102f\u100b\u1031000"},1E10:{other:"\u1000\u102f\u100b\u10310000"},1E11:{other:"0000\u1000\u102f\u100b\u1031"},1E12:{other:"\u1000\u102f\u100b\u10310\u101e\u102d\u1014\u103a\u1038"},1E13:{other:"\u1000\u102f\u100b\u10310\u101e\u1014\u103a\u1038"}, +1E14:{other:"0\u1000\u1031\u102c\u100b\u102d"}},pa:{1E3:{other:"0\u1011\u1031\u102c\u1004\u103a"},1E4:{other:"0\u101e\u1031\u102c\u1004\u103a\u1038"},1E5:{other:"0\u101e\u102d\u1014\u103a\u1038"},1E6:{other:"0\u101e\u1014\u103a\u1038"},1E7:{other:"0\u1000\u102f\u100b\u1031"},1E8:{other:"00\u1000\u102f\u100b\u1031"},1E9:{other:"000\u1000\u102f\u100b\u1031"},1E10:{other:"0000\u1000\u102f\u100b\u1031"},1E11:{other:"00000\u1000\u102f\u100b\u1031"},1E12:{other:"000000\u1000\u102f\u100b\u1031"},1E13:{other:"0000000\u1000\u102f\u100b\u1031"}, +1E14:{other:"0\u1000\u1031\u102c\u100b\u102d"}}};Z.rw=Z.fl; +Z.gi={T:{1E3:{other:"0\u00a0K"},1E4:{other:"00\u00a0K"},1E5:{other:"000\u00a0K"},1E6:{other:"0\u00a0mill"},1E7:{other:"00\u00a0mill"},1E8:{other:"000\u00a0mill"},1E9:{other:"0\u00a0mrd"},1E10:{other:"00\u00a0mrd"},1E11:{other:"000\u00a0mrd"},1E12:{other:"0\u00a0bill"},1E13:{other:"00\u00a0bill"},1E14:{other:"000\u00a0bill"}},pa:{1E3:{other:"0 tusen"},1E4:{other:"00 tusen"},1E5:{other:"000 tusen"},1E6:{other:"0 millioner"},1E7:{other:"00 millioner"},1E8:{other:"000 millioner"},1E9:{other:"0 milliarder"}, +1E10:{other:"00 milliarder"},1E11:{other:"000 milliarder"},1E12:{other:"0 billioner"},1E13:{other:"00 billioner"},1E14:{other:"000 billioner"}}};Z.sw=Z.gi;Z.tw=Z.gi; +Z.gl={T:{1E3:{other:"0\u00a0\u0939\u091c\u093e\u0930"},1E4:{other:"00\u00a0\u0939\u091c\u093e\u0930"},1E5:{other:"0\u00a0\u0932\u093e\u0916"},1E6:{other:"00\u00a0\u0932\u093e\u0916"},1E7:{other:"0\u00a0\u0915\u0930\u094b\u0921"},1E8:{other:"00\u00a0\u0915\u0930\u094b\u0921"},1E9:{other:"0\u00a0\u0905\u0930\u092c"},1E10:{other:"00\u00a0\u0905\u0930\u092c"},1E11:{other:"0\u00a0\u0916\u0930\u092c"},1E12:{other:"00\u00a0\u0916\u0930\u092c"},1E13:{other:"0\u00a0\u0936\u0902\u0916"},1E14:{other:"00\u00a0\u0936\u0902\u0916"}}, +pa:{1E3:{other:"0 \u0939\u091c\u093e\u0930"},1E4:{other:"00 \u0939\u091c\u093e\u0930"},1E5:{other:"0 \u0932\u093e\u0916"},1E6:{other:"0 \u0915\u0930\u094b\u0921"},1E7:{other:"00 \u0915\u0930\u094b\u0921"},1E8:{other:"000 \u0915\u0930\u094b\u0921"},1E9:{other:"0 \u0905\u0930\u094d\u092c"},1E10:{other:"00 \u0905\u0930\u094d\u092c"},1E11:{other:"000 \u0905\u0930\u092c"},1E12:{other:"0 \u0916\u0930\u094d\u092c"},1E13:{other:"0 \u0936\u0902\u0916"},1E14:{other:"00 \u0936\u0902\u0916"}}};Z.uw=Z.gl; +Z.hl={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0\u00a0mln."},1E7:{other:"00\u00a0mln."},1E8:{other:"000\u00a0mln."},1E9:{other:"0\u00a0mld."},1E10:{other:"00\u00a0mld."},1E11:{other:"000\u00a0mld."},1E12:{other:"0\u00a0bln."},1E13:{other:"00\u00a0bln."},1E14:{other:"000\u00a0bln."}},pa:{1E3:{other:"0 duizend"},1E4:{other:"00 duizend"},1E5:{other:"000 duizend"},1E6:{other:"0 miljoen"},1E7:{other:"00 miljoen"},1E8:{other:"000 miljoen"},1E9:{other:"0 miljard"},1E10:{other:"00 miljard"}, +1E11:{other:"000 miljard"},1E12:{other:"0 biljoen"},1E13:{other:"00 biljoen"},1E14:{other:"000 biljoen"}}};Z.vw=Z.hl; +Z.il={T:{1E3:{other:"0\u00a0K"},1E4:{other:"00\u00a0K"},1E5:{other:"000\u00a0K"},1E6:{other:"0\u00a0mill"},1E7:{other:"00\u00a0mill"},1E8:{other:"000\u00a0mill"},1E9:{other:"0\u00a0mrd"},1E10:{other:"00\u00a0mrd"},1E11:{other:"000\u00a0mrd"},1E12:{other:"0\u00a0bill"},1E13:{other:"00\u00a0bill"},1E14:{other:"000\u00a0bill"}},pa:{1E3:{other:"0 tusen"},1E4:{other:"00 tusen"},1E5:{other:"000 tusen"},1E6:{other:"0 millioner"},1E7:{other:"00 millioner"},1E8:{other:"000 millioner"},1E9:{other:"0 milliarder"}, +1E10:{other:"00 milliarder"},1E11:{other:"000 milliarder"},1E12:{other:"0 billioner"},1E13:{other:"00 billioner"},1E14:{other:"000 billioner"}}};Z.ww=Z.il;Z.jl={T:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};Z.xw=Z.jl; +Z.hi={T:{1E3:{other:"0\u00a0\u0a39\u0a1c\u0a3c\u0a3e\u0a30"},1E4:{other:"00\u00a0\u0a39\u0a1c\u0a3c\u0a3e\u0a30"},1E5:{other:"0\u00a0\u0a32\u0a71\u0a16"},1E6:{other:"00\u00a0\u0a32\u0a71\u0a16"},1E7:{other:"0\u00a0\u0a15\u0a30\u0a4b\u0a5c"},1E8:{other:"00\u00a0\u0a15\u0a30\u0a4b\u0a5c"},1E9:{other:"0\u00a0\u0a05\u0a30\u0a2c"},1E10:{other:"00\u00a0\u0a05\u0a30\u0a2c"},1E11:{other:"0\u00a0\u0a16\u0a30\u0a2c"},1E12:{other:"00\u00a0\u0a16\u0a30\u0a2c"},1E13:{other:"0\u00a0\u0a28\u0a40\u0a32"},1E14:{other:"00\u00a0\u0a28\u0a40\u0a32"}}, +pa:{1E3:{other:"0 \u0a39\u0a1c\u0a3c\u0a3e\u0a30"},1E4:{other:"00 \u0a39\u0a1c\u0a3c\u0a3e\u0a30"},1E5:{other:"0 \u0a32\u0a71\u0a16"},1E6:{other:"00 \u0a32\u0a71\u0a16"},1E7:{other:"0 \u0a15\u0a30\u0a4b\u0a5c"},1E8:{other:"00 \u0a15\u0a30\u0a4b\u0a5c"},1E9:{other:"0 \u0a05\u0a30\u0a2c"},1E10:{other:"00 \u0a05\u0a30\u0a2c"},1E11:{other:"0 \u0a16\u0a30\u0a2c"},1E12:{other:"00 \u0a16\u0a30\u0a2c"},1E13:{other:"0 \u0a28\u0a40\u0a32"},1E14:{other:"00 \u0a28\u0a40\u0a32"}}};Z.yw=Z.hi;Z.zw=Z.hi; +Z.kl={T:{1E3:{other:"0\u00a0tys."},1E4:{other:"00\u00a0tys."},1E5:{other:"000\u00a0tys."},1E6:{other:"0\u00a0mln"},1E7:{other:"00\u00a0mln"},1E8:{other:"000\u00a0mln"},1E9:{other:"0\u00a0mld"},1E10:{other:"00\u00a0mld"},1E11:{other:"000\u00a0mld"},1E12:{other:"0\u00a0bln"},1E13:{other:"00\u00a0bln"},1E14:{other:"000\u00a0bln"}},pa:{1E3:{other:"0 tysi\u0105ca"},1E4:{other:"00 tysi\u0105ca"},1E5:{other:"000 tysi\u0105ca"},1E6:{other:"0 miliona"},1E7:{other:"00 miliona"},1E8:{other:"000 miliona"},1E9:{other:"0 miliarda"}, +1E10:{other:"00 miliarda"},1E11:{other:"000 miliarda"},1E12:{other:"0 biliona"},1E13:{other:"00 biliona"},1E14:{other:"000 biliona"}}};Z.Aw=Z.kl; +Z.ll={T:{1E3:{other:"0\u00a0mil"},1E4:{other:"00\u00a0mil"},1E5:{other:"000\u00a0mil"},1E6:{other:"0\u00a0mi"},1E7:{other:"00\u00a0mi"},1E8:{other:"000\u00a0mi"},1E9:{other:"0\u00a0bi"},1E10:{other:"00\u00a0bi"},1E11:{other:"000\u00a0bi"},1E12:{other:"0\u00a0tri"},1E13:{other:"00\u00a0tri"},1E14:{other:"000\u00a0tri"}},pa:{1E3:{other:"0 mil"},1E4:{other:"00 mil"},1E5:{other:"000 mil"},1E6:{other:"0 milh\u00f5es"},1E7:{other:"00 milh\u00f5es"},1E8:{other:"000 milh\u00f5es"},1E9:{other:"0 bilh\u00f5es"}, +1E10:{other:"00 bilh\u00f5es"},1E11:{other:"000 bilh\u00f5es"},1E12:{other:"0 trilh\u00f5es"},1E13:{other:"00 trilh\u00f5es"},1E14:{other:"000 trilh\u00f5es"}}};Z.Bw=Z.ll; +Z.Cw={T:{1E3:{other:"0\u00a0mil"},1E4:{other:"00\u00a0mil"},1E5:{other:"000\u00a0mil"},1E6:{other:"0\u00a0M"},1E7:{other:"00\u00a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0\u00a0MM"},1E10:{other:"00\u00a0MM"},1E11:{other:"000\u00a0MM"},1E12:{other:"0\u00a0Bi"},1E13:{other:"00\u00a0Bi"},1E14:{other:"000\u00a0Bi"}},pa:{1E3:{other:"0 mil"},1E4:{other:"00 mil"},1E5:{other:"000 mil"},1E6:{other:"0 milh\u00f5es"},1E7:{other:"00 milh\u00f5es"},1E8:{other:"000 milh\u00f5es"},1E9:{other:"0 mil milh\u00f5es"}, 1E10:{other:"00 mil milh\u00f5es"},1E11:{other:"000 mil milh\u00f5es"},1E12:{other:"0 bili\u00f5es"},1E13:{other:"00 bili\u00f5es"},1E14:{other:"000 bili\u00f5es"}}}; -Z.bv={la:{1E3:{other:"0\u00a0K"},1E4:{other:"00\u00a0K"},1E5:{other:"000\u00a0K"},1E6:{other:"0\u00a0mil."},1E7:{other:"00\u00a0mil."},1E8:{other:"000\u00a0mil."},1E9:{other:"0\u00a0mld."},1E10:{other:"00\u00a0mld."},1E11:{other:"000\u00a0mld."},1E12:{other:"0\u00a0tril."},1E13:{other:"00\u00a0tril."},1E14:{other:"000\u00a0tril."}},Fa:{1E3:{other:"0 de mii"},1E4:{other:"00 de mii"},1E5:{other:"000 de mii"},1E6:{other:"0 de milioane"},1E7:{other:"00 de milioane"},1E8:{other:"000 de milioane"},1E9:{other:"0 de miliarde"}, -1E10:{other:"00 de miliarde"},1E11:{other:"000 de miliarde"},1E12:{other:"0 de trilioane"},1E13:{other:"00 de trilioane"},1E14:{other:"000 de trilioane"}}};Z.FI=Z.bv; -Z.cv={la:{1E3:{other:"0\u00a0\u0442\u044b\u0441."},1E4:{other:"00\u00a0\u0442\u044b\u0441."},1E5:{other:"000\u00a0\u0442\u044b\u0441."},1E6:{other:"0\u00a0\u043c\u043b\u043d"},1E7:{other:"00\u00a0\u043c\u043b\u043d"},1E8:{other:"000\u00a0\u043c\u043b\u043d"},1E9:{other:"0\u00a0\u043c\u043b\u0440\u0434"},1E10:{other:"00\u00a0\u043c\u043b\u0440\u0434"},1E11:{other:"000\u00a0\u043c\u043b\u0440\u0434"},1E12:{other:"0\u00a0\u0442\u0440\u043b\u043d"},1E13:{other:"00\u00a0\u0442\u0440\u043b\u043d"},1E14:{other:"000\u00a0\u0442\u0440\u043b\u043d"}}, -Fa:{1E3:{other:"0 \u0442\u044b\u0441\u044f\u0447\u0438"},1E4:{other:"00 \u0442\u044b\u0441\u044f\u0447\u0438"},1E5:{other:"000 \u0442\u044b\u0441\u044f\u0447\u0438"},1E6:{other:"0 \u043c\u0438\u043b\u043b\u0438\u043e\u043d\u0430"},1E7:{other:"00 \u043c\u0438\u043b\u043b\u0438\u043e\u043d\u0430"},1E8:{other:"000 \u043c\u0438\u043b\u043b\u0438\u043e\u043d\u0430"},1E9:{other:"0 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434\u0430"},1E10:{other:"00 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434\u0430"}, -1E11:{other:"000 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434\u0430"},1E12:{other:"0 \u0442\u0440\u0438\u043b\u043b\u0438\u043e\u043d\u0430"},1E13:{other:"00 \u0442\u0440\u0438\u043b\u043b\u0438\u043e\u043d\u0430"},1E14:{other:"000 \u0442\u0440\u0438\u043b\u043b\u0438\u043e\u043d\u0430"}}};Z.GI=Z.cv; -Z.dv={la:{1E3:{other:"\u0daf0"},1E4:{other:"\u0daf00"},1E5:{other:"\u0daf000"},1E6:{other:"\u0db8\u0dd20"},1E7:{other:"\u0db8\u0dd200"},1E8:{other:"\u0db8\u0dd2000"},1E9:{other:"\u0db6\u0dd20"},1E10:{other:"\u0db6\u0dd200"},1E11:{other:"\u0db6\u0dd2000"},1E12:{other:"\u0da7\u0dca\u200d\u0dbb\u0dd20"},1E13:{other:"\u0da7\u0dca\u200d\u0dbb\u0dd200"},1E14:{other:"\u0da7\u0dca\u200d\u0dbb\u0dd2000"}},Fa:{1E3:{other:"\u0daf\u0dc4\u0dc3 0"},1E4:{other:"\u0daf\u0dc4\u0dc3 00"},1E5:{other:"\u0daf\u0dc4\u0dc3 000"}, +Z.ml={T:{1E3:{other:"0\u00a0K"},1E4:{other:"00\u00a0K"},1E5:{other:"000\u00a0K"},1E6:{other:"0\u00a0mil."},1E7:{other:"00\u00a0mil."},1E8:{other:"000\u00a0mil."},1E9:{other:"0\u00a0mld."},1E10:{other:"00\u00a0mld."},1E11:{other:"000\u00a0mld."},1E12:{other:"0\u00a0tril."},1E13:{other:"00\u00a0tril."},1E14:{other:"000\u00a0tril."}},pa:{1E3:{other:"0 de mii"},1E4:{other:"00 de mii"},1E5:{other:"000 de mii"},1E6:{other:"0 de milioane"},1E7:{other:"00 de milioane"},1E8:{other:"000 de milioane"},1E9:{other:"0 de miliarde"}, +1E10:{other:"00 de miliarde"},1E11:{other:"000 de miliarde"},1E12:{other:"0 de trilioane"},1E13:{other:"00 de trilioane"},1E14:{other:"000 de trilioane"}}};Z.Dw=Z.ml; +Z.nl={T:{1E3:{other:"0\u00a0\u0442\u044b\u0441."},1E4:{other:"00\u00a0\u0442\u044b\u0441."},1E5:{other:"000\u00a0\u0442\u044b\u0441."},1E6:{other:"0\u00a0\u043c\u043b\u043d"},1E7:{other:"00\u00a0\u043c\u043b\u043d"},1E8:{other:"000\u00a0\u043c\u043b\u043d"},1E9:{other:"0\u00a0\u043c\u043b\u0440\u0434"},1E10:{other:"00\u00a0\u043c\u043b\u0440\u0434"},1E11:{other:"000\u00a0\u043c\u043b\u0440\u0434"},1E12:{other:"0\u00a0\u0442\u0440\u043b\u043d"},1E13:{other:"00\u00a0\u0442\u0440\u043b\u043d"},1E14:{other:"000\u00a0\u0442\u0440\u043b\u043d"}}, +pa:{1E3:{other:"0 \u0442\u044b\u0441\u044f\u0447\u0438"},1E4:{other:"00 \u0442\u044b\u0441\u044f\u0447\u0438"},1E5:{other:"000 \u0442\u044b\u0441\u044f\u0447\u0438"},1E6:{other:"0 \u043c\u0438\u043b\u043b\u0438\u043e\u043d\u0430"},1E7:{other:"00 \u043c\u0438\u043b\u043b\u0438\u043e\u043d\u0430"},1E8:{other:"000 \u043c\u0438\u043b\u043b\u0438\u043e\u043d\u0430"},1E9:{other:"0 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434\u0430"},1E10:{other:"00 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434\u0430"}, +1E11:{other:"000 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434\u0430"},1E12:{other:"0 \u0442\u0440\u0438\u043b\u043b\u0438\u043e\u043d\u0430"},1E13:{other:"00 \u0442\u0440\u0438\u043b\u043b\u0438\u043e\u043d\u0430"},1E14:{other:"000 \u0442\u0440\u0438\u043b\u043b\u0438\u043e\u043d\u0430"}}};Z.Ew=Z.nl; +Z.pl={T:{1E3:{other:"\u0daf0"},1E4:{other:"\u0daf00"},1E5:{other:"\u0daf000"},1E6:{other:"\u0db8\u0dd20"},1E7:{other:"\u0db8\u0dd200"},1E8:{other:"\u0db8\u0dd2000"},1E9:{other:"\u0db6\u0dd20"},1E10:{other:"\u0db6\u0dd200"},1E11:{other:"\u0db6\u0dd2000"},1E12:{other:"\u0da7\u0dca\u200d\u0dbb\u0dd20"},1E13:{other:"\u0da7\u0dca\u200d\u0dbb\u0dd200"},1E14:{other:"\u0da7\u0dca\u200d\u0dbb\u0dd2000"}},pa:{1E3:{other:"\u0daf\u0dc4\u0dc3 0"},1E4:{other:"\u0daf\u0dc4\u0dc3 00"},1E5:{other:"\u0daf\u0dc4\u0dc3 000"}, 1E6:{other:"\u0db8\u0dd2\u0dbd\u0dd2\u0dba\u0db1 0"},1E7:{other:"\u0db8\u0dd2\u0dbd\u0dd2\u0dba\u0db1 00"},1E8:{other:"\u0db8\u0dd2\u0dbd\u0dd2\u0dba\u0db1 000"},1E9:{other:"\u0db6\u0dd2\u0dbd\u0dd2\u0dba\u0db1 0"},1E10:{other:"\u0db6\u0dd2\u0dbd\u0dd2\u0dba\u0db1 00"},1E11:{other:"\u0db6\u0dd2\u0dbd\u0dd2\u0dba\u0db1 000"},1E12:{other:"\u0da7\u0dca\u200d\u0dbb\u0dd2\u0dbd\u0dd2\u0dba\u0db1 0"},1E13:{other:"\u0da7\u0dca\u200d\u0dbb\u0dd2\u0dbd\u0dd2\u0dba\u0db1 00"},1E14:{other:"\u0da7\u0dca\u200d\u0dbb\u0dd2\u0dbd\u0dd2\u0dba\u0db1 000"}}}; -Z.HI=Z.dv; -Z.ev={la:{1E3:{other:"0\u00a0tis."},1E4:{other:"00\u00a0tis."},1E5:{other:"000\u00a0tis."},1E6:{other:"0\u00a0mil."},1E7:{other:"00\u00a0mil."},1E8:{other:"000\u00a0mil."},1E9:{other:"0\u00a0mld."},1E10:{other:"00\u00a0mld."},1E11:{other:"000\u00a0mld."},1E12:{other:"0\u00a0bil."},1E13:{other:"00\u00a0bil."},1E14:{other:"000\u00a0bil."}},Fa:{1E3:{other:"0 tis\u00edc"},1E4:{other:"00 tis\u00edc"},1E5:{other:"000 tis\u00edc"},1E6:{other:"0 mili\u00f3nov"},1E7:{other:"00 mili\u00f3nov"},1E8:{other:"000 mili\u00f3nov"},1E9:{other:"0 miliard"}, -1E10:{other:"00 mili\u00e1rd"},1E11:{other:"000 mili\u00e1rd"},1E12:{other:"0 bili\u00f3nov"},1E13:{other:"00 bili\u00f3nov"},1E14:{other:"000 bili\u00f3nov"}}};Z.II=Z.ev; -Z.fv={la:{1E3:{other:"0\u00a0tis."},1E4:{other:"00\u00a0tis."},1E5:{other:"000\u00a0tis."},1E6:{other:"0\u00a0mio."},1E7:{other:"00\u00a0mio."},1E8:{other:"000\u00a0mio."},1E9:{other:"0\u00a0mrd."},1E10:{other:"00\u00a0mrd."},1E11:{other:"000\u00a0mrd."},1E12:{other:"0\u00a0bil."},1E13:{other:"00\u00a0bil."},1E14:{other:"000\u00a0bil."}},Fa:{1E3:{other:"0 tiso\u010d"},1E4:{other:"00 tiso\u010d"},1E5:{other:"000 tiso\u010d"},1E6:{other:"0 milijonov"},1E7:{other:"00 milijonov"},1E8:{other:"000 milijonov"}, -1E9:{other:"0 milijard"},1E10:{other:"00 milijard"},1E11:{other:"000 milijard"},1E12:{other:"0 bilijonov"},1E13:{other:"00 bilijonov"},1E14:{other:"000 bilijonov"}}};Z.JI=Z.fv; -Z.gv={la:{1E3:{other:"0\u00a0mij\u00eb"},1E4:{other:"00\u00a0mij\u00eb"},1E5:{other:"000\u00a0mij\u00eb"},1E6:{other:"0\u00a0Mln"},1E7:{other:"00\u00a0Mln"},1E8:{other:"000\u00a0Mln"},1E9:{other:"0\u00a0Mld"},1E10:{other:"00\u00a0Mld"},1E11:{other:"000\u00a0Mld"},1E12:{other:"0\u00a0Bln"},1E13:{other:"00\u00a0Bln"},1E14:{other:"000\u00a0Bln"}},Fa:{1E3:{other:"0 mij\u00eb"},1E4:{other:"00 mij\u00eb"},1E5:{other:"000 mij\u00eb"},1E6:{other:"0 milion"},1E7:{other:"00 milion"},1E8:{other:"000 milion"}, -1E9:{other:"0 miliard"},1E10:{other:"00 miliard"},1E11:{other:"000 miliard"},1E12:{other:"0 bilion"},1E13:{other:"00 bilion"},1E14:{other:"000 bilion"}}};Z.KI=Z.gv; -Z.xq={la:{1E3:{other:"0\u00a0\u0445\u0438\u0459."},1E4:{other:"00\u00a0\u0445\u0438\u0459."},1E5:{other:"000\u00a0\u0445\u0438\u0459."},1E6:{other:"0\u00a0\u043c\u0438\u043b."},1E7:{other:"00\u00a0\u043c\u0438\u043b."},1E8:{other:"000\u00a0\u043c\u0438\u043b."},1E9:{other:"0\u00a0\u043c\u043b\u0440\u0434."},1E10:{other:"00\u00a0\u043c\u043b\u0440\u0434."},1E11:{other:"000\u00a0\u043c\u043b\u0440\u0434."},1E12:{other:"0\u00a0\u0431\u0438\u043b."},1E13:{other:"00\u00a0\u0431\u0438\u043b."},1E14:{other:"000\u00a0\u0431\u0438\u043b."}}, -Fa:{1E3:{other:"0 \u0445\u0438\u0459\u0430\u0434\u0430"},1E4:{other:"00 \u0445\u0438\u0459\u0430\u0434\u0430"},1E5:{other:"000 \u0445\u0438\u0459\u0430\u0434\u0430"},1E6:{other:"0 \u043c\u0438\u043b\u0438\u043e\u043d\u0430"},1E7:{other:"00 \u043c\u0438\u043b\u0438\u043e\u043d\u0430"},1E8:{other:"000 \u043c\u0438\u043b\u0438\u043e\u043d\u0430"},1E9:{other:"0 \u043c\u0438\u043b\u0438\u0458\u0430\u0440\u0434\u0438"},1E10:{other:"00 \u043c\u0438\u043b\u0438\u0458\u0430\u0440\u0434\u0438"},1E11:{other:"000 \u043c\u0438\u043b\u0438\u0458\u0430\u0440\u0434\u0438"}, -1E12:{other:"0 \u0442\u0440\u0438\u043b\u0438\u043e\u043d\u0430"},1E13:{other:"00 \u0442\u0440\u0438\u043b\u0438\u043e\u043d\u0430"},1E14:{other:"000 \u0442\u0440\u0438\u043b\u0438\u043e\u043d\u0430"}}};Z.LI=Z.xq;Z.MI=Z.xq; -Z.hv={la:{1E3:{other:"0\u00a0hilj."},1E4:{other:"00\u00a0hilj."},1E5:{other:"000\u00a0hilj."},1E6:{other:"0\u00a0mil."},1E7:{other:"00\u00a0mil."},1E8:{other:"000\u00a0mil."},1E9:{other:"0\u00a0mlrd."},1E10:{other:"00\u00a0mlrd."},1E11:{other:"000\u00a0mlrd."},1E12:{other:"0\u00a0bil."},1E13:{other:"00\u00a0bil."},1E14:{other:"000\u00a0bil."}},Fa:{1E3:{other:"0 hiljada"},1E4:{other:"00 hiljada"},1E5:{other:"000 hiljada"},1E6:{other:"0 miliona"},1E7:{other:"00 miliona"},1E8:{other:"000 miliona"},1E9:{other:"0 milijardi"}, -1E10:{other:"00 milijardi"},1E11:{other:"000 milijardi"},1E12:{other:"0 triliona"},1E13:{other:"00 triliona"},1E14:{other:"000 triliona"}}};Z.NI=Z.hv; -Z.iv={la:{1E3:{other:"0\u00a0tn"},1E4:{other:"00\u00a0tn"},1E5:{other:"000\u00a0tn"},1E6:{other:"0\u00a0mn"},1E7:{other:"00\u00a0mn"},1E8:{other:"000\u00a0mn"},1E9:{other:"0\u00a0md"},1E10:{other:"00\u00a0md"},1E11:{other:"000\u00a0md"},1E12:{other:"0\u00a0bn"},1E13:{other:"00\u00a0bn"},1E14:{other:"000\u00a0bn"}},Fa:{1E3:{other:"0 tusen"},1E4:{other:"00 tusen"},1E5:{other:"000 tusen"},1E6:{other:"0 miljoner"},1E7:{other:"00 miljoner"},1E8:{other:"000 miljoner"},1E9:{other:"0 miljarder"},1E10:{other:"00 miljarder"}, -1E11:{other:"000 miljarder"},1E12:{other:"0 biljoner"},1E13:{other:"00 biljoner"},1E14:{other:"000 biljoner"}}};Z.OI=Z.iv; -Z.jv={la:{1E3:{other:"elfu\u00a00"},1E4:{other:"elfu\u00a000"},1E5:{other:"elfu\u00a0000"},1E6:{other:"M0"},1E7:{other:"M00"},1E8:{other:"M000"},1E9:{other:"B0"},1E10:{other:"B00"},1E11:{other:"B000"},1E12:{other:"T0"},1E13:{other:"T00"},1E14:{other:"T000"}},Fa:{1E3:{other:"Elfu 0"},1E4:{other:"Elfu 00"},1E5:{other:"Elfu 000"},1E6:{other:"Milioni 0"},1E7:{other:"Milioni 00"},1E8:{other:"Milioni 000"},1E9:{other:"Bilioni 0"},1E10:{other:"Bilioni 00"},1E11:{other:"Bilioni 000"},1E12:{other:"Trilioni 0"}, -1E13:{other:"Trilioni 00"},1E14:{other:"Trilioni 000"}}};Z.QI=Z.jv; -Z.kv={la:{1E3:{other:"0\u0b86"},1E4:{other:"00\u0b86"},1E5:{other:"000\u0b86"},1E6:{other:"0\u0bae\u0bbf"},1E7:{other:"00\u0bae\u0bbf"},1E8:{other:"000\u0bae\u0bbf"},1E9:{other:"0\u0baa\u0bbf"},1E10:{other:"00\u0baa\u0bbf"},1E11:{other:"000\u0baa\u0bbf"},1E12:{other:"0\u0b9f\u0bbf"},1E13:{other:"00\u0b9f\u0bbf"},1E14:{other:"000\u0b9f\u0bbf"}},Fa:{1E3:{other:"0 \u0b86\u0baf\u0bbf\u0bb0\u0bae\u0bcd"},1E4:{other:"00 \u0b86\u0baf\u0bbf\u0bb0\u0bae\u0bcd"},1E5:{other:"000 \u0b86\u0baf\u0bbf\u0bb0\u0bae\u0bcd"}, +Z.Fw=Z.pl; +Z.ql={T:{1E3:{other:"0\u00a0tis."},1E4:{other:"00\u00a0tis."},1E5:{other:"000\u00a0tis."},1E6:{other:"0\u00a0mil."},1E7:{other:"00\u00a0mil."},1E8:{other:"000\u00a0mil."},1E9:{other:"0\u00a0mld."},1E10:{other:"00\u00a0mld."},1E11:{other:"000\u00a0mld."},1E12:{other:"0\u00a0bil."},1E13:{other:"00\u00a0bil."},1E14:{other:"000\u00a0bil."}},pa:{1E3:{other:"0 tis\u00edc"},1E4:{other:"00 tis\u00edc"},1E5:{other:"000 tis\u00edc"},1E6:{other:"0 mili\u00f3nov"},1E7:{other:"00 mili\u00f3nov"},1E8:{other:"000 mili\u00f3nov"},1E9:{other:"0 miliard"}, +1E10:{other:"00 mili\u00e1rd"},1E11:{other:"000 mili\u00e1rd"},1E12:{other:"0 bili\u00f3nov"},1E13:{other:"00 bili\u00f3nov"},1E14:{other:"000 bili\u00f3nov"}}};Z.Gw=Z.ql; +Z.rl={T:{1E3:{other:"0\u00a0tis."},1E4:{other:"00\u00a0tis."},1E5:{other:"000\u00a0tis."},1E6:{other:"0\u00a0mio."},1E7:{other:"00\u00a0mio."},1E8:{other:"000\u00a0mio."},1E9:{other:"0\u00a0mrd."},1E10:{other:"00\u00a0mrd."},1E11:{other:"000\u00a0mrd."},1E12:{other:"0\u00a0bil."},1E13:{other:"00\u00a0bil."},1E14:{other:"000\u00a0bil."}},pa:{1E3:{other:"0 tiso\u010d"},1E4:{other:"00 tiso\u010d"},1E5:{other:"000 tiso\u010d"},1E6:{other:"0 milijonov"},1E7:{other:"00 milijonov"},1E8:{other:"000 milijonov"}, +1E9:{other:"0 milijard"},1E10:{other:"00 milijard"},1E11:{other:"000 milijard"},1E12:{other:"0 bilijonov"},1E13:{other:"00 bilijonov"},1E14:{other:"000 bilijonov"}}};Z.Hw=Z.rl; +Z.sl={T:{1E3:{other:"0\u00a0mij\u00eb"},1E4:{other:"00\u00a0mij\u00eb"},1E5:{other:"000\u00a0mij\u00eb"},1E6:{other:"0\u00a0Mln"},1E7:{other:"00\u00a0Mln"},1E8:{other:"000\u00a0Mln"},1E9:{other:"0\u00a0Mld"},1E10:{other:"00\u00a0Mld"},1E11:{other:"000\u00a0Mld"},1E12:{other:"0\u00a0Bln"},1E13:{other:"00\u00a0Bln"},1E14:{other:"000\u00a0Bln"}},pa:{1E3:{other:"0 mij\u00eb"},1E4:{other:"00 mij\u00eb"},1E5:{other:"000 mij\u00eb"},1E6:{other:"0 milion"},1E7:{other:"00 milion"},1E8:{other:"000 milion"}, +1E9:{other:"0 miliard"},1E10:{other:"00 miliard"},1E11:{other:"000 miliard"},1E12:{other:"0 bilion"},1E13:{other:"00 bilion"},1E14:{other:"000 bilion"}}};Z.Iw=Z.sl; +Z.ii={T:{1E3:{other:"0\u00a0\u0445\u0438\u0459."},1E4:{other:"00\u00a0\u0445\u0438\u0459."},1E5:{other:"000\u00a0\u0445\u0438\u0459."},1E6:{other:"0\u00a0\u043c\u0438\u043b."},1E7:{other:"00\u00a0\u043c\u0438\u043b."},1E8:{other:"000\u00a0\u043c\u0438\u043b."},1E9:{other:"0\u00a0\u043c\u043b\u0440\u0434."},1E10:{other:"00\u00a0\u043c\u043b\u0440\u0434."},1E11:{other:"000\u00a0\u043c\u043b\u0440\u0434."},1E12:{other:"0\u00a0\u0431\u0438\u043b."},1E13:{other:"00\u00a0\u0431\u0438\u043b."},1E14:{other:"000\u00a0\u0431\u0438\u043b."}}, +pa:{1E3:{other:"0 \u0445\u0438\u0459\u0430\u0434\u0430"},1E4:{other:"00 \u0445\u0438\u0459\u0430\u0434\u0430"},1E5:{other:"000 \u0445\u0438\u0459\u0430\u0434\u0430"},1E6:{other:"0 \u043c\u0438\u043b\u0438\u043e\u043d\u0430"},1E7:{other:"00 \u043c\u0438\u043b\u0438\u043e\u043d\u0430"},1E8:{other:"000 \u043c\u0438\u043b\u0438\u043e\u043d\u0430"},1E9:{other:"0 \u043c\u0438\u043b\u0438\u0458\u0430\u0440\u0434\u0438"},1E10:{other:"00 \u043c\u0438\u043b\u0438\u0458\u0430\u0440\u0434\u0438"},1E11:{other:"000 \u043c\u0438\u043b\u0438\u0458\u0430\u0440\u0434\u0438"}, +1E12:{other:"0 \u0442\u0440\u0438\u043b\u0438\u043e\u043d\u0430"},1E13:{other:"00 \u0442\u0440\u0438\u043b\u0438\u043e\u043d\u0430"},1E14:{other:"000 \u0442\u0440\u0438\u043b\u0438\u043e\u043d\u0430"}}};Z.Jw=Z.ii;Z.Kw=Z.ii; +Z.tl={T:{1E3:{other:"0\u00a0hilj."},1E4:{other:"00\u00a0hilj."},1E5:{other:"000\u00a0hilj."},1E6:{other:"0\u00a0mil."},1E7:{other:"00\u00a0mil."},1E8:{other:"000\u00a0mil."},1E9:{other:"0\u00a0mlrd."},1E10:{other:"00\u00a0mlrd."},1E11:{other:"000\u00a0mlrd."},1E12:{other:"0\u00a0bil."},1E13:{other:"00\u00a0bil."},1E14:{other:"000\u00a0bil."}},pa:{1E3:{other:"0 hiljada"},1E4:{other:"00 hiljada"},1E5:{other:"000 hiljada"},1E6:{other:"0 miliona"},1E7:{other:"00 miliona"},1E8:{other:"000 miliona"},1E9:{other:"0 milijardi"}, +1E10:{other:"00 milijardi"},1E11:{other:"000 milijardi"},1E12:{other:"0 triliona"},1E13:{other:"00 triliona"},1E14:{other:"000 triliona"}}};Z.Lw=Z.tl; +Z.vl={T:{1E3:{other:"0\u00a0tn"},1E4:{other:"00\u00a0tn"},1E5:{other:"000\u00a0tn"},1E6:{other:"0\u00a0mn"},1E7:{other:"00\u00a0mn"},1E8:{other:"000\u00a0mn"},1E9:{other:"0\u00a0md"},1E10:{other:"00\u00a0md"},1E11:{other:"000\u00a0md"},1E12:{other:"0\u00a0bn"},1E13:{other:"00\u00a0bn"},1E14:{other:"000\u00a0bn"}},pa:{1E3:{other:"0 tusen"},1E4:{other:"00 tusen"},1E5:{other:"000 tusen"},1E6:{other:"0 miljoner"},1E7:{other:"00 miljoner"},1E8:{other:"000 miljoner"},1E9:{other:"0 miljarder"},1E10:{other:"00 miljarder"}, +1E11:{other:"000 miljarder"},1E12:{other:"0 biljoner"},1E13:{other:"00 biljoner"},1E14:{other:"000 biljoner"}}};Z.Mw=Z.vl; +Z.wl={T:{1E3:{other:"elfu\u00a00"},1E4:{other:"elfu\u00a000"},1E5:{other:"elfu\u00a0000"},1E6:{other:"M0"},1E7:{other:"M00"},1E8:{other:"M000"},1E9:{other:"B0"},1E10:{other:"B00"},1E11:{other:"B000"},1E12:{other:"T0"},1E13:{other:"T00"},1E14:{other:"T000"}},pa:{1E3:{other:"Elfu 0"},1E4:{other:"Elfu 00"},1E5:{other:"Elfu 000"},1E6:{other:"Milioni 0"},1E7:{other:"Milioni 00"},1E8:{other:"Milioni 000"},1E9:{other:"Bilioni 0"},1E10:{other:"Bilioni 00"},1E11:{other:"Bilioni 000"},1E12:{other:"Trilioni 0"}, +1E13:{other:"Trilioni 00"},1E14:{other:"Trilioni 000"}}};Z.Nw=Z.wl; +Z.xl={T:{1E3:{other:"0\u0b86"},1E4:{other:"00\u0b86"},1E5:{other:"000\u0b86"},1E6:{other:"0\u0bae\u0bbf"},1E7:{other:"00\u0bae\u0bbf"},1E8:{other:"000\u0bae\u0bbf"},1E9:{other:"0\u0baa\u0bbf"},1E10:{other:"00\u0baa\u0bbf"},1E11:{other:"000\u0baa\u0bbf"},1E12:{other:"0\u0b9f\u0bbf"},1E13:{other:"00\u0b9f\u0bbf"},1E14:{other:"000\u0b9f\u0bbf"}},pa:{1E3:{other:"0 \u0b86\u0baf\u0bbf\u0bb0\u0bae\u0bcd"},1E4:{other:"00 \u0b86\u0baf\u0bbf\u0bb0\u0bae\u0bcd"},1E5:{other:"000 \u0b86\u0baf\u0bbf\u0bb0\u0bae\u0bcd"}, 1E6:{other:"0 \u0bae\u0bbf\u0bb2\u0bcd\u0bb2\u0bbf\u0baf\u0ba9\u0bcd"},1E7:{other:"00 \u0bae\u0bbf\u0bb2\u0bcd\u0bb2\u0bbf\u0baf\u0ba9\u0bcd"},1E8:{other:"000 \u0bae\u0bbf\u0bb2\u0bcd\u0bb2\u0bbf\u0baf\u0ba9\u0bcd"},1E9:{other:"0 \u0baa\u0bbf\u0bb2\u0bcd\u0bb2\u0bbf\u0baf\u0ba9\u0bcd"},1E10:{other:"00 \u0baa\u0bbf\u0bb2\u0bcd\u0bb2\u0bbf\u0baf\u0ba9\u0bcd"},1E11:{other:"000 \u0baa\u0bbf\u0bb2\u0bcd\u0bb2\u0bbf\u0baf\u0ba9\u0bcd"},1E12:{other:"0 \u0b9f\u0bbf\u0bb0\u0bbf\u0bb2\u0bcd\u0bb2\u0bbf\u0baf\u0ba9\u0bcd"}, -1E13:{other:"00 \u0b9f\u0bbf\u0bb0\u0bbf\u0bb2\u0bcd\u0bb2\u0bbf\u0baf\u0ba9\u0bcd"},1E14:{other:"000 \u0b9f\u0bbf\u0bb0\u0bbf\u0bb2\u0bcd\u0bb2\u0bbf\u0baf\u0ba9\u0bcd"}}};Z.RI=Z.kv; -Z.lv={la:{1E3:{other:"0\u0c35\u0c47"},1E4:{other:"00\u0c35\u0c47"},1E5:{other:"000\u0c35\u0c47"},1E6:{other:"0\u0c2e\u0c3f"},1E7:{other:"00\u0c2e\u0c3f"},1E8:{other:"000\u0c2e\u0c3f"},1E9:{other:"0\u0c2c\u0c3f"},1E10:{other:"00\u0c2c\u0c3f"},1E11:{other:"000\u0c2c\u0c3f"},1E12:{other:"0\u0c1f\u0c4d\u0c30\u0c3f"},1E13:{other:"00\u0c1f\u0c4d\u0c30\u0c3f"},1E14:{other:"000\u0c1f\u0c4d\u0c30\u0c3f"}},Fa:{1E3:{other:"0 \u0c35\u0c47\u0c32\u0c41"},1E4:{other:"00 \u0c35\u0c47\u0c32\u0c41"},1E5:{other:"000 \u0c35\u0c47\u0c32\u0c41"}, +1E13:{other:"00 \u0b9f\u0bbf\u0bb0\u0bbf\u0bb2\u0bcd\u0bb2\u0bbf\u0baf\u0ba9\u0bcd"},1E14:{other:"000 \u0b9f\u0bbf\u0bb0\u0bbf\u0bb2\u0bcd\u0bb2\u0bbf\u0baf\u0ba9\u0bcd"}}};Z.Ow=Z.xl; +Z.yl={T:{1E3:{other:"0\u0c35\u0c47"},1E4:{other:"00\u0c35\u0c47"},1E5:{other:"000\u0c35\u0c47"},1E6:{other:"0\u0c2e\u0c3f"},1E7:{other:"00\u0c2e\u0c3f"},1E8:{other:"000\u0c2e\u0c3f"},1E9:{other:"0\u0c2c\u0c3f"},1E10:{other:"00\u0c2c\u0c3f"},1E11:{other:"000\u0c2c\u0c3f"},1E12:{other:"0\u0c1f\u0c4d\u0c30\u0c3f"},1E13:{other:"00\u0c1f\u0c4d\u0c30\u0c3f"},1E14:{other:"000\u0c1f\u0c4d\u0c30\u0c3f"}},pa:{1E3:{other:"0 \u0c35\u0c47\u0c32\u0c41"},1E4:{other:"00 \u0c35\u0c47\u0c32\u0c41"},1E5:{other:"000 \u0c35\u0c47\u0c32\u0c41"}, 1E6:{other:"0 \u0c2e\u0c3f\u0c32\u0c3f\u0c2f\u0c28\u0c4d\u0c32\u0c41"},1E7:{other:"00 \u0c2e\u0c3f\u0c32\u0c3f\u0c2f\u0c28\u0c4d\u0c32\u0c41"},1E8:{other:"000 \u0c2e\u0c3f\u0c32\u0c3f\u0c2f\u0c28\u0c4d\u0c32\u0c41"},1E9:{other:"0 \u0c2c\u0c3f\u0c32\u0c3f\u0c2f\u0c28\u0c4d\u0c32\u0c41"},1E10:{other:"00 \u0c2c\u0c3f\u0c32\u0c3f\u0c2f\u0c28\u0c4d\u0c32\u0c41"},1E11:{other:"000 \u0c2c\u0c3f\u0c32\u0c3f\u0c2f\u0c28\u0c4d\u0c32\u0c41"},1E12:{other:"0 \u0c1f\u0c4d\u0c30\u0c3f\u0c32\u0c3f\u0c2f\u0c28\u0c4d\u0c32\u0c41"}, -1E13:{other:"00 \u0c1f\u0c4d\u0c30\u0c3f\u0c32\u0c3f\u0c2f\u0c28\u0c4d\u0c32\u0c41"},1E14:{other:"000 \u0c1f\u0c4d\u0c30\u0c3f\u0c32\u0c3f\u0c2f\u0c28\u0c4d\u0c32\u0c41"}}};Z.SI=Z.lv; -Z.mv={la:{1E3:{other:"0\u00a0\u0e1e."},1E4:{other:"0\u00a0\u0e21."},1E5:{other:"0\u00a0\u0e2a."},1E6:{other:"0\u00a0\u0e25."},1E7:{other:"00\u00a0\u0e25."},1E8:{other:"000\u00a0\u0e25."},1E9:{other:"0\u00a0\u0e1e.\u0e25."},1E10:{other:"0\u00a0\u0e21.\u0e25."},1E11:{other:"0\u00a0\u0e2a.\u0e25."},1E12:{other:"0\u00a0\u0e25.\u0e25."},1E13:{other:"00\u00a0\u0e25.\u0e25."},1E14:{other:"000\u00a0\u0e25.\u0e25."}},Fa:{1E3:{other:"0 \u0e1e\u0e31\u0e19"},1E4:{other:"0 \u0e2b\u0e21\u0e37\u0e48\u0e19"},1E5:{other:"0 \u0e41\u0e2a\u0e19"}, +1E13:{other:"00 \u0c1f\u0c4d\u0c30\u0c3f\u0c32\u0c3f\u0c2f\u0c28\u0c4d\u0c32\u0c41"},1E14:{other:"000 \u0c1f\u0c4d\u0c30\u0c3f\u0c32\u0c3f\u0c2f\u0c28\u0c4d\u0c32\u0c41"}}};Z.Pw=Z.yl; +Z.zl={T:{1E3:{other:"0\u00a0\u0e1e."},1E4:{other:"0\u00a0\u0e21."},1E5:{other:"0\u00a0\u0e2a."},1E6:{other:"0\u00a0\u0e25."},1E7:{other:"00\u00a0\u0e25."},1E8:{other:"000\u00a0\u0e25."},1E9:{other:"0\u00a0\u0e1e.\u0e25."},1E10:{other:"0\u00a0\u0e21.\u0e25."},1E11:{other:"0\u00a0\u0e2a.\u0e25."},1E12:{other:"0\u00a0\u0e25.\u0e25."},1E13:{other:"00\u00a0\u0e25.\u0e25."},1E14:{other:"000\u00a0\u0e25.\u0e25."}},pa:{1E3:{other:"0 \u0e1e\u0e31\u0e19"},1E4:{other:"0 \u0e2b\u0e21\u0e37\u0e48\u0e19"},1E5:{other:"0 \u0e41\u0e2a\u0e19"}, 1E6:{other:"0 \u0e25\u0e49\u0e32\u0e19"},1E7:{other:"00 \u0e25\u0e49\u0e32\u0e19"},1E8:{other:"000 \u0e25\u0e49\u0e32\u0e19"},1E9:{other:"0 \u0e1e\u0e31\u0e19\u0e25\u0e49\u0e32\u0e19"},1E10:{other:"0 \u0e2b\u0e21\u0e37\u0e48\u0e19\u0e25\u0e49\u0e32\u0e19"},1E11:{other:"0 \u0e41\u0e2a\u0e19\u0e25\u0e49\u0e32\u0e19"},1E12:{other:"0 \u0e25\u0e49\u0e32\u0e19\u0e25\u0e49\u0e32\u0e19"},1E13:{other:"00 \u0e25\u0e49\u0e32\u0e19\u0e25\u0e49\u0e32\u0e19"},1E14:{other:"000 \u0e25\u0e49\u0e32\u0e19\u0e25\u0e49\u0e32\u0e19"}}}; -Z.TI=Z.mv; -Z.UI={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},Fa:{1E3:{other:"0 libo"},1E4:{other:"00 libo"},1E5:{other:"000 libo"},1E6:{other:"0 milyon"},1E7:{other:"00 milyon"},1E8:{other:"000 milyon"},1E9:{other:"0 bilyon"},1E10:{other:"00 bilyon"},1E11:{other:"000 bilyon"},1E12:{other:"0 trilyon"},1E13:{other:"00 trilyon"},1E14:{other:"000 trilyon"}}}; -Z.nv={la:{1E3:{other:"0"},1E4:{other:"00\u00a0B"},1E5:{other:"000\u00a0B"},1E6:{other:"0\u00a0Mn"},1E7:{other:"00\u00a0Mn"},1E8:{other:"000\u00a0Mn"},1E9:{other:"0\u00a0Mr"},1E10:{other:"00\u00a0Mr"},1E11:{other:"000\u00a0Mr"},1E12:{other:"0\u00a0Tn"},1E13:{other:"00\u00a0Tn"},1E14:{other:"000\u00a0Tn"}},Fa:{1E3:{other:"0 bin"},1E4:{other:"00 bin"},1E5:{other:"000 bin"},1E6:{other:"0 milyon"},1E7:{other:"00 milyon"},1E8:{other:"000 milyon"},1E9:{other:"0 milyar"},1E10:{other:"00 milyar"},1E11:{other:"000 milyar"}, -1E12:{other:"0 trilyon"},1E13:{other:"00 trilyon"},1E14:{other:"000 trilyon"}}};Z.VI=Z.nv; -Z.ov={la:{1E3:{other:"0\u00a0\u0442\u0438\u0441"},1E4:{other:"00\u00a0\u0442\u0438\u0441"},1E5:{other:"000\u00a0\u0442\u0438\u0441"},1E6:{other:"0\u00a0\u043c\u043b\u043d"},1E7:{other:"00\u00a0\u043c\u043b\u043d"},1E8:{other:"000\u00a0\u043c\u043b\u043d"},1E9:{other:"0\u00a0\u043c\u043b\u0440\u0434"},1E10:{other:"00\u00a0\u043c\u043b\u0440\u0434"},1E11:{other:"000\u00a0\u043c\u043b\u0440\u0434"},1E12:{other:"0\u00a0\u0442\u0440\u043b\u043d"},1E13:{other:"00\u00a0\u0442\u0440\u043b\u043d"},1E14:{other:"000\u00a0\u0442\u0440\u043b\u043d"}}, -Fa:{1E3:{other:"0 \u0442\u0438\u0441\u044f\u0447\u0456"},1E4:{other:"00 \u0442\u0438\u0441\u044f\u0447\u0456"},1E5:{other:"000 \u0442\u0438\u0441\u044f\u0447\u0456"},1E6:{other:"0 \u043c\u0456\u043b\u044c\u0439\u043e\u043d\u0430"},1E7:{other:"00 \u043c\u0456\u043b\u044c\u0439\u043e\u043d\u0430"},1E8:{other:"000 \u043c\u0456\u043b\u044c\u0439\u043e\u043d\u0430"},1E9:{other:"0 \u043c\u0456\u043b\u044c\u044f\u0440\u0434\u0430"},1E10:{other:"00 \u043c\u0456\u043b\u044c\u044f\u0440\u0434\u0430"},1E11:{other:"000 \u043c\u0456\u043b\u044c\u044f\u0440\u0434\u0430"}, -1E12:{other:"0 \u0442\u0440\u0438\u043b\u044c\u0439\u043e\u043d\u0430"},1E13:{other:"00 \u0442\u0440\u0438\u043b\u044c\u0439\u043e\u043d\u0430"},1E14:{other:"000 \u0442\u0440\u0438\u043b\u044c\u0439\u043e\u043d\u0430"}}};Z.WI=Z.ov; -Z.pv={la:{1E3:{other:"0\u00a0\u06c1\u0632\u0627\u0631"},1E4:{other:"00\u00a0\u06c1\u0632\u0627\u0631"},1E5:{other:"0\u00a0\u0644\u0627\u06a9\u06be"},1E6:{other:"00\u00a0\u0644\u0627\u06a9\u06be"},1E7:{other:"0\u00a0\u06a9\u0631\u0648\u0691"},1E8:{other:"00\u00a0\u06a9\u0631\u0648\u0691"},1E9:{other:"0\u00a0\u0627\u0631\u0628"},1E10:{other:"00\u00a0\u0627\u0631\u0628"},1E11:{other:"0\u00a0\u06a9\u06be\u0631\u0628"},1E12:{other:"00\u00a0\u06a9\u06be\u0631\u0628"},1E13:{other:"00\u00a0\u0679\u0631\u06cc\u0644\u06cc\u0646"}, -1E14:{other:"000\u00a0\u0679\u0631\u06cc\u0644\u06cc\u0646"}},Fa:{1E3:{other:"0 \u06c1\u0632\u0627\u0631"},1E4:{other:"00 \u06c1\u0632\u0627\u0631"},1E5:{other:"0 \u0644\u0627\u06a9\u06be"},1E6:{other:"00 \u0644\u0627\u06a9\u06be"},1E7:{other:"0 \u06a9\u0631\u0648\u0691"},1E8:{other:"00 \u06a9\u0631\u0648\u0691"},1E9:{other:"0 \u0627\u0631\u0628"},1E10:{other:"00 \u0627\u0631\u0628"},1E11:{other:"0 \u06a9\u06be\u0631\u0628"},1E12:{other:"00 \u06a9\u06be\u0631\u0628"},1E13:{other:"00 \u0679\u0631\u06cc\u0644\u06cc\u0646"}, -1E14:{other:"000 \u0679\u0631\u06cc\u0644\u06cc\u0646"}}};Z.XI=Z.pv; -Z.yq={la:{1E3:{other:"0ming"},1E4:{other:"00ming"},1E5:{other:"000ming"},1E6:{other:"0mln"},1E7:{other:"00mln"},1E8:{other:"000mln"},1E9:{other:"0mlrd"},1E10:{other:"00mlrd"},1E11:{other:"000mlrd"},1E12:{other:"0trln"},1E13:{other:"00trln"},1E14:{other:"000trln"}},Fa:{1E3:{other:"0 ming"},1E4:{other:"00 ming"},1E5:{other:"000 ming"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"},1E9:{other:"0 milliard"},1E10:{other:"00 milliard"},1E11:{other:"000 milliard"},1E12:{other:"0 trilion"}, -1E13:{other:"00 trilion"},1E14:{other:"000 trilion"}}};Z.YI=Z.yq;Z.ZI=Z.yq; -Z.qv={la:{1E3:{other:"0\u00a0N"},1E4:{other:"00\u00a0N"},1E5:{other:"000\u00a0N"},1E6:{other:"0\u00a0Tr"},1E7:{other:"00\u00a0Tr"},1E8:{other:"000\u00a0Tr"},1E9:{other:"0\u00a0T"},1E10:{other:"00\u00a0T"},1E11:{other:"000\u00a0T"},1E12:{other:"0\u00a0NT"},1E13:{other:"00\u00a0NT"},1E14:{other:"000\u00a0NT"}},Fa:{1E3:{other:"0 ngh\u00ecn"},1E4:{other:"00 ngh\u00ecn"},1E5:{other:"000 ngh\u00ecn"},1E6:{other:"0 tri\u1ec7u"},1E7:{other:"00 tri\u1ec7u"},1E8:{other:"000 tri\u1ec7u"},1E9:{other:"0 t\u1ef7"}, -1E10:{other:"00 t\u1ef7"},1E11:{other:"000 t\u1ef7"},1E12:{other:"0 ngh\u00ecn t\u1ef7"},1E13:{other:"00 ngh\u00ecn t\u1ef7"},1E14:{other:"000 ngh\u00ecn t\u1ef7"}}};Z.$I=Z.qv; -Z.yn={la:{1E3:{other:"0\u5343"},1E4:{other:"0\u4e07"},1E5:{other:"00\u4e07"},1E6:{other:"000\u4e07"},1E7:{other:"0000\u4e07"},1E8:{other:"0\u4ebf"},1E9:{other:"00\u4ebf"},1E10:{other:"000\u4ebf"},1E11:{other:"0000\u4ebf"},1E12:{other:"0\u5146"},1E13:{other:"00\u5146"},1E14:{other:"000\u5146"}},Fa:{1E3:{other:"0\u5343"},1E4:{other:"0\u4e07"},1E5:{other:"00\u4e07"},1E6:{other:"000\u4e07"},1E7:{other:"0000\u4e07"},1E8:{other:"0\u4ebf"},1E9:{other:"00\u4ebf"},1E10:{other:"000\u4ebf"},1E11:{other:"0000\u4ebf"}, -1E12:{other:"0\u5146"},1E13:{other:"00\u5146"},1E14:{other:"000\u5146"}}};Z.aJ=Z.yn; -Z.bJ={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},Fa:{1E3:{other:"0\u5343"},1E4:{other:"0\u842c"},1E5:{other:"00\u842c"},1E6:{other:"000\u842c"},1E7:{other:"0000\u842c"},1E8:{other:"0\u5104"},1E9:{other:"00\u5104"},1E10:{other:"000\u5104"},1E11:{other:"0000\u5104"},1E12:{other:"0\u5146"},1E13:{other:"00\u5146"},1E14:{other:"000\u5146"}}}; -Z.cJ=Z.yn;Z.dJ=Z.yn; -Z.eJ={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},Fa:{1E3:{other:"0 \u5343"},1E4:{other:"0\u842c"},1E5:{other:"00\u842c"},1E6:{other:"000\u842c"},1E7:{other:"0000\u842c"},1E8:{other:"0\u5104"},1E9:{other:"00\u5104"},1E10:{other:"000\u5104"},1E11:{other:"0000\u5104"},1E12:{other:"0\u5146"},1E13:{other:"00\u5146"},1E14:{other:"000\u5146"}}}; -Z.rv={la:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},Fa:{1E3:{other:"0 inkulungwane"},1E4:{other:"00 inkulungwane"},1E5:{other:"000 inkulungwane"},1E6:{other:"0 isigidi"},1E7:{other:"00 isigidi"},1E8:{other:"000 isigidi"},1E9:{other:"0 isigidi sezigidi"},1E10:{other:"00 isigidi sezigidi"},1E11:{other:"000 isigidi sezigidi"}, -1E12:{other:"0 isigidintathu"},1E13:{other:"00 isigidintathu"},1E14:{other:"000 isigidintathu"}}};Z.fJ=Z.rv;Z.vn=Z.zd;Z.vn=Z.zd;Z.xN={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"ZAR"};Z.yN={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"ETB"}; -var pR={Oa:"\u066b",Ka:"\u066c",Qa:"\u066a",Ma:"\u0660",Xa:"\u200f+",Ua:"\u200f-",Pa:"\u0627\u0633",Ra:"\u0609",La:"\u221e",Va:"\u0644\u064a\u0633\u00a0\u0631\u0642\u0645",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4\u00a0#,##0.00",Ta:"EGP"};Z.zN=pR;Z.AN=pR;var qR={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4\u00a0#,##0.00",Ta:"AZN"};Z.BN=qR;Z.CN=qR; -Z.DN={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"BYR"};Z.EN={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"BGN"}; -Z.FN={Oa:".",Ka:",",Qa:"%",Ma:"\u09e6",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"\u09b8\u0982\u0996\u09cd\u09af\u09be\u00a0\u09a8\u09be",Na:"#,##,##0.###",Ya:"#E0",Wa:"#,##,##0%",Sa:"#,##,##0.00\u00a4",Ta:"BDT"};Z.GN={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0\u00a0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"EUR"}; -var rR={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"BAM"};Z.HN=rR;Z.IN=rR;var sR={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"EUR"};Z.JN=sR;Z.KN=sR;Z.LN=sR;Z.MN=sR;Z.NN=sR; -Z.ON={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"USD"};Z.PN={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0\u00a0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"CZK"};Z.QN={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"GBP"}; -var tR={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0\u00a0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"DKK"};Z.RN=tR;Z.SN=tR;var uR={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0\u00a0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"EUR"};Z.TN=uR;Z.UN=uR;Z.VN=uR; -var vR={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"e",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"EUR"};Z.WN=vR;Z.XN=vR;var wR={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"USD"};Z.YN=wR;Z.ZN=wR;Z.$N=wR;Z.aO=wR;Z.bO=wR;Z.cO=wR;Z.dO=wR;Z.eO=wR;Z.fO=wR;Z.gO=wR;Z.hO=wR;Z.iO=wR;Z.jO=wR;Z.kO=wR;Z.lO=wR;Z.mO=wR; -var xR={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0\u00a0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"EUR"};Z.nO=xR;Z.oO=xR;Z.pO=xR;Z.qO={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"\u00d710^",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"EUR"}; -Z.rO={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"%\u00a0#,##0",Sa:"#,##0.00\u00a0\u00a4",Ta:"EUR"};Z.sO={Oa:"\u066b",Ka:"\u066c",Qa:"\u066a",Ma:"\u06f0",Xa:"\u200e+\u200e",Ua:"\u200e\u2212",Pa:"\u00d7\u06f1\u06f0^",Ra:"\u0609",La:"\u221e",Va:"\u0646\u0627\u0639\u062f\u062f",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u200e\u00a4#,##0.00",Ta:"IRR"}; -Z.tO={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"\u2212",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"ep\u00e4luku",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0\u00a0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"EUR"};Z.uO={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"PHP"}; -var yR={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0\u00a0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"EUR"};Z.vO=yR;Z.wO=yR;Z.xO=yR;Z.yO=yR;Z.zO=yR;Z.AO=yR;Z.BO=yR;Z.CO=yR;Z.DO=yR;Z.EO=yR;Z.FO={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"EUR"}; -Z.GO={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"EUR"};var zR={Oa:".",Ka:"\u2019",Qa:"%",Ma:"0",Xa:"+",Ua:"\u2212",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0\u00a0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"CHF"};Z.HO=zR;Z.IO=zR; -Z.JO={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##,##0.###",Ya:"[#E0]",Wa:"#,##,##0%",Sa:"\u00a4#,##,##0.00",Ta:"INR"};Z.KO={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"USD"};Z.LO={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"\u200e+",Ua:"\u200e-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"ILS"}; -Z.MO={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##,##0.###",Ya:"[#E0]",Wa:"#,##,##0%",Sa:"\u00a4#,##,##0.00",Ta:"INR"};Z.NO={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"HRK"};Z.OO={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"HUF"}; -Z.PO={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#0.###",Ya:"#E0",Wa:"#0%",Sa:"#0.00\u00a0\u00a4",Ta:"AMD"};Z.QO={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"IDR"};Z.RO={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"ISK"}; -var AR={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"EUR"};Z.SO=AR;Z.TO=AR;Z.UO={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"JPY"}; -Z.VO={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"\u10d0\u10e0\u00a0\u10d0\u10e0\u10d8\u10e1\u00a0\u10e0\u10d8\u10ea\u10ee\u10d5\u10d8",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0\u00a0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"GEL"};var BR={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"KZT"};Z.WO=BR;Z.XO=BR; -Z.YO={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"KHR"};Z.ZO={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"INR"};Z.$O={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"KRW"}; -var CR={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"\u0441\u0430\u043d\u00a0\u044d\u043c\u0435\u0441",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"KGS"};Z.aP=CR;Z.bP=CR;Z.cP={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"CDF"}; -Z.dP={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"\u0e9a\u0ecd\u0ec8\u200b\u0ec1\u0ea1\u0ec8\u0e99\u200b\u0ec2\u0e95\u200b\u0ec0\u0ea5\u0e81",Na:"#,##0.###",Ya:"#",Wa:"#,##0%",Sa:"\u00a4#,##0.00;\u00a4-#,##0.00",Ta:"LAK"};Z.eP={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"\u2212",Pa:"\u00d710^",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0\u00a0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"EUR"}; -Z.fP={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"nav\u00a0skaitlis",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#0.00",Ta:"EUR"};Z.gP={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4\u00a0#,##0.00",Ta:"MKD"};Z.hP={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"INR"}; -var DR={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4\u00a0#,##0.00",Ta:"MNT"};Z.iP=DR;Z.jP=DR;Z.kP={Oa:".",Ka:",",Qa:"%",Ma:"\u0966",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##,##0.###",Ya:"[#E0]",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"INR"};var ER={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"MYR"}; -Z.lP=ER;Z.mP=ER;Z.nP={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"EUR"};Z.oP={Oa:".",Ka:",",Qa:"%",Ma:"\u1040",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"\u1002\u100f\u1014\u103a\u1038\u1019\u101f\u102f\u1010\u103a\u101e\u1031\u102c",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4\u00a0#,##0.00",Ta:"MMK"}; -var FR={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"\u2212",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0\u00a0%",Sa:"\u00a4\u00a0#,##0.00",Ta:"NOK"};Z.pP=FR;Z.qP=FR;Z.rP={Oa:".",Ka:",",Qa:"%",Ma:"\u0966",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4\u00a0#,##0.00",Ta:"NPR"}; -Z.sP={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4\u00a0#,##0.00;\u00a4\u00a0-#,##0.00",Ta:"EUR"};Z.tP={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"\u2212",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0\u00a0%",Sa:"\u00a4\u00a0#,##0.00",Ta:"NOK"}; -Z.uP={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##,##0.###",Ya:"#E0",Wa:"#,##,##0%",Sa:"\u00a4\u00a0#,##,##0.00",Ta:"INR"};var GR={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##,##0.###",Ya:"[#E0]",Wa:"#,##,##0%",Sa:"\u00a4#,##,##0.00",Ta:"INR"};Z.vP=GR;Z.wP=GR; -Z.xP={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"PLN"};Z.yP={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"BRL"};Z.zP={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0\u00a0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"RON"}; -Z.AP={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"\u043d\u0435\u00a0\u0447\u0438\u0441\u043b\u043e",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0\u00a0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"RUB"};Z.BP={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"LKR"}; -Z.CP={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0\u00a0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"EUR"};Z.DP={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"e",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"EUR"};Z.EP={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"ALL"}; -var HR={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"RSD"};Z.FP=HR;Z.GP=HR;Z.HP={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"RSD"}; -Z.IP={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"\u2212",Pa:"\u00d710^",Ra:"\u2030",La:"\u221e",Va:"\u00a4\u00a4\u00a4",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0\u00a0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"SEK"};Z.JP={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"TZS"}; -Z.KP={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##,##0.###",Ya:"#E0",Wa:"#,##,##0%",Sa:"\u00a4\u00a0#,##,##0.00",Ta:"INR"};Z.LP={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##,##0.00",Ta:"INR"};Z.MP={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"THB"}; -Z.NP={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"%#,##0",Sa:"#,##0.00\u00a0\u00a4",Ta:"TRY"};Z.OP={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"\u0415",Ra:"\u2030",La:"\u221e",Va:"\u041d\u0435\u00a0\u0447\u0438\u0441\u043b\u043e",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"UAH"}; -Z.PP={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"\u200e+",Ua:"\u200e-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##,##0%",Sa:"\u00a4\u00a0#,##,##0.00",Ta:"PKR"};var IR={Oa:",",Ka:"\u00a0",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4\u00a0#,##0.00",Ta:"UZS"};Z.QP=IR;Z.RP=IR; -Z.SP={Oa:",",Ka:".",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"#,##0.00\u00a0\u00a4",Ta:"VND"};var JR={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4\u00a0#,##0.00",Ta:"CNY"};Z.TP=JR;Z.UP=JR;Z.VP=JR;Z.WP={Oa:".",Ka:",",Qa:"%",Ma:"0",Xa:"+",Ua:"-",Pa:"E",Ra:"\u2030",La:"\u221e",Va:"I-NaN",Na:"#,##0.###",Ya:"#E0",Wa:"#,##0%",Sa:"\u00a4#,##0.00",Ta:"ZAR"}; -Z.lc=wR;Z.lc=wR;Z.vb={};Z.vb.Fq=7;Z.vb.Eq=16;Z.vb.Gq=32;Z.vb.Yt=!1;Z.vb.mQ=function(){if(!Z.vb.Yt){for(var a in Z.vb.zq)Z.vb.Xf[a]=Z.vb.zq[a];Z.vb.Yt=!0}};Z.vb.WQ=function(a){var b=Z.vb.Xf[a],c=b[0];return a==b[1]?Z.vb.bm(c,b[1]):a+" "+Z.vb.bm(c,b[1])};Z.vb.mz=function(a){var b=Z.vb.Xf[a];return a==b[1]?a:a+" "+b[1]};Z.vb.XQ=function(a){a=Z.vb.Xf[a];return Z.vb.bm(a[0],a[1])};Z.vb.nz=function(a){return Z.vb.Xf[a][1]};Z.vb.ZQ=function(a){a=Z.vb.Xf[a];return Z.vb.bm(a[0],a[2])};Z.vb.qz=function(a){return Z.vb.Xf[a][2]}; -Z.vb.nR=function(a){return 0==(Z.vb.Xf[a][0]&Z.vb.Eq)};Z.vb.bm=function(a,b){var c=["#,##0"],d=a&Z.vb.Fq;if(0d&&h++;break;case "0":if(0d&&h++;break;case ",":0e+g||1>this.Cm)throw Error('Malformed exponential pattern "'+a+'"');l=!1;break;default:b[0]--,l=!1}0==g&&0d&&0e+g)||0==h)throw Error('Malformed pattern "'+a+'"');f=e+g+f;this.Uh=0<=d?f-d:0;0<=d&&(this.sg=e+g-d,0>this.sg&&(this.sg=0));this.of=(0<=d?d:f)-e;this.pn&&(this.Bm=e+this.of,0==this.Uh&& -0==this.of&&(this.of=1));this.Jh.push(Math.max(0,h));this.Sr=0==d||d==f;c=b[0]-c;this.Hk=NR(this,a,b);b[0]this.Vg.length?g=!1:this.$h.length=y)x+=y,m=!0;else if(z==n.charAt(0)){if(f||h)break;x+=".";f=!0}else if(z==p.charAt(0)&&("\u00a0"!=p.charAt(0)||c[0]+1=c?0:TR(c)).ro;c=SR(this,d+TR(UR(this,c/Math.pow(10,d)).ss))}a/=Math.pow(10,c.ro);b.push(c.prefix);d=0>a||0==a&&0>1/a;b.push(d?this.Vg:this.$h);if(isFinite(a))if(a=a*(d?-1:1)*this.Ak,this.pn)if(0==a)VR(this,a,this.of,b),WR(this,0,b);else{var e=Math.floor(Math.log(a)/Math.log(10)+2E-15);a/=Math.pow(10,e);var g=this.of;if(1this.of){for(;0!= -e%this.Bm;)a*=10,e--;g=1}else 1>this.of?(e++,a/=10):(e-=this.of-1,a*=Math.pow(10,this.of-1));VR(this,a,g,b);WR(this,e,b)}else VR(this,a,this.of,b);else b.push(Z.lc.La);b.push(d?this.Xi:this.Hk);b.push(c.Ut);return b.join("")}; -function UR(a,b){var c=Math.pow(10,a.Uh),d;if(0>=a.gj)d=Math.round(b*c);else{d=b*c;var e=a.Uh;if(d){var g=a.gj-TR(d)-1;g<-e?(e=Math.pow(10,e),d=Math.round(d/e)*e):(e=Math.pow(10,g),d=Math.round(d*e)/e)}d=Math.round(d)}e=d;isFinite(e)?(d=Math.floor(e/c),c=Math.floor(e-d*c)):(d=b,c=0);return{ss:d,kz:c}} -function VR(a,b,c,d){if(a.sg>a.Uh)throw Error("Min value must be less than max value");d||(d=[]);b=UR(a,b);var e=Math.pow(10,a.Uh),g=b.ss,f=b.kz,h=0==g?0:TR(g)+1,m=0b+1;)e--;for(g=1;gb?(b=-b,c.push(Z.lc.Ua)):a.eu&&c.push(Z.lc.Xa);b=""+b;for(var d=Z.lc.Ma,e=b.length;ea)return a-48;var b=Z.lc.Ma.charCodeAt(0);return b<=a&&ab)return RR;b=Math.min(14,b);c=c[Math.pow(10,b)];if(!c)return RR;c=c.other;return c&&"0"!=c?(c=/([^0]*)(0+)(.*)/.exec(c))?{prefix:c[1],Ut:c[3],ro:b-(c[2].length-1)}:RR:RR}function TR(a){for(var b=0;1<=(a/=10);)b++;return b};Z.mc={};Z.mc.Ry=function(){return"other"};Z.mc.oo=function(a){a+="";var b=a.indexOf(".");return-1==b?0:a.length-b-1};Z.mc.ud=function(a,b){var c=void 0===b?Math.min(Z.mc.oo(a),3):b,d=Math.pow(10,c);return{cb:c,f:(a*d|0)%d}};Z.mc.Io=function(a,b){if(0===b)return{jq:0,t:0};for(;0===b%10;)b/=10,a--;return{jq:a,t:b}};Z.mc.Pj=function(a){return 1==a%10&&11!=a%100?"one":2==a%10&&12!=a%100?"two":3==a%10&&13!=a%100?"few":"other"};Z.mc.gS=function(a){return 1!=a%10&&2!=a%10||11==a%100||12==a%100?"other":"one"}; -Z.mc.iR=function(a){return 1==a||5==a?"one":"other"};Z.mc.vR=function(a){return 6==a%10||9==a%10||0==a%10&&0!=a?"many":"other"};Z.mc.CR=function(a){return 1==a?"one":2==a||3==a?"two":4==a?"few":"other"};Z.mc.eS=function(a){return 1==a?"one":4==a%10&&14!=a%100?"many":"other"};Z.mc.pQ=function(a){return 1==a||5==a||7==a||8==a||9==a||10==a?"one":2==a||3==a?"two":4==a?"few":6==a?"many":"other"};Z.mc.$Q=function(a){return 1==a?"one":2==a||3==a?"two":4==a?"few":6==a?"many":"other"}; -Z.mc.uR=function(a){a|=0;return 1==a?"one":0==a||2<=a%100&&20>=a%100||40==a%100||60==a%100||80==a%100?"many":"other"};Z.mc.jz=function(a){return 1==a?"one":"other"};Z.mc.ER=function(a){return 1<=a&&4>=a?"one":"other"};Z.mc.Py=function(a){return 0==a||7==a||8==a||9==a?"zero":1==a?"one":2==a?"two":3==a||4==a?"few":5==a||6==a?"many":"other"};Z.mc.kS=function(a){return 3==a%10&&13!=a%100?"few":"other"}; -Z.mc.qQ=function(a){a|=0;return 1==a%10||2==a%10||5==a%10||7==a%10||8==a%10||20==a%100||50==a%100||70==a%100||80==a%100?"one":3==a%10||4==a%10||100==a%1E3||200==a%1E3||300==a%1E3||400==a%1E3||500==a%1E3||600==a%1E3||700==a%1E3||800==a%1E3||900==a%1E3?"few":0==a||6==a%10||40==a%100||60==a%100||90==a%100?"many":"other"};Z.mc.tQ=function(a){return 1==a||3==a?"one":2==a?"two":4==a?"few":"other"};Z.mc.sR=function(a){return 11==a||8==a||80==a||800==a?"many":"other"}; -Z.mc.TC=function(a){a|=0;return 1==a%10&&11!=a%100?"one":2==a%10&&12!=a%100?"two":7!=a%10&&8!=a%10||17==a%100||18==a%100?"other":"many"};Z.mc.select=Z.mc.Pj;Z.mc.select=Z.mc.Pj;Z.eb={};Z.eb.Ry=function(){return"other"};Z.eb.oo=function(a){a+="";var b=a.indexOf(".");return-1==b?0:a.length-b-1};Z.eb.ud=function(a,b){var c=void 0===b?Math.min(Z.eb.oo(a),3):b,d=Math.pow(10,c);return{cb:c,f:(a*d|0)%d}};Z.eb.Io=function(a,b){if(0===b)return{jq:0,t:0};for(;0===b%10;)b/=10,a--;return{jq:a,t:b}};Z.eb.UQ=function(a){return 1==a?"one":2==a?"two":3<=a&&6>=a?"few":7<=a&&10>=a?"many":"other"}; -Z.eb.XR=function(a,b){var c=Z.eb.ud(a,b);return 1==(a|0)&&0==c.cb?"one":0!=c.cb||0==a||1!=a&&1<=a%100&&19>=a%100?"few":"other"};Z.eb.TQ=function(a,b){var c=a|0,d=Z.eb.ud(a,b);return 0==d.cb&&(1==c||2==c||3==c)||0==d.cb&&4!=c%10&&6!=c%10&&9!=c%10||0!=d.cb&&4!=d.f%10&&6!=d.f%10&&9!=d.f%10?"one":"other"};Z.eb.jz=function(a){a|=0;return 0==a||1==a?"one":"other"};Z.eb.Pj=function(a,b){var c=Z.eb.ud(a,b);return 1==(a|0)&&0==c.cb?"one":"other"}; -Z.eb.DR=function(a){return 1==a?"one":0==a||2<=a%100&&10>=a%100?"few":11<=a%100&&19>=a%100?"many":"other"};Z.eb.LQ=function(a,b){var c=a|0,d=Z.eb.ud(a,b),d=Z.eb.Io(d.cb,d.f);return 1==a||0!=d.t&&(0==c||1==c)?"one":"other"};Z.eb.cR=function(a,b){var c=a|0,d=Z.eb.ud(a,b);return 0==d.cb&&1==c%10?"one":0==d.cb&&2==c%10?"two":0!=d.cb||0!=c%100&&20!=c%100&&40!=c%100&&60!=c%100&&80!=c%100?0!=d.cb?"many":"other":"few"};Z.eb.Py=function(a){return 0==a?"zero":1==a?"one":2==a?"two":3==a?"few":6==a?"many":"other"}; -Z.eb.sQ=function(a){return 1==a%10&&11!=a%100&&71!=a%100&&91!=a%100?"one":2==a%10&&12!=a%100&&72!=a%100&&92!=a%100?"two":(3<=a%10&&4>=a%10||9==a%10)&&(10>a%100||19a%100||79a%100||99=c%100||0!=d.cb?"few":"other"};Z.eb.jS=function(a){return 0<=a&&1>=a||11<=a&&99>=a?"one":"other"};Z.eb.fS=function(a,b){var c=a|0,d=Z.eb.ud(a,b);return 0==d.cb&&1==c%10&&11!=c%100||1==d.f%10&&11!=d.f%100?"one":0==d.cb&&2<=c%10&&4>=c%10&&(12>c%100||14=d.f%10&&(12>d.f%100||14=a&&2!=a?"one":"other"};Z.eb.oQ=function(a){return 0==a?"zero":1==a?"one":2==a?"two":3<=a%100&&10>=a%100?"few":11<=a%100&&99>=a%100?"many":"other"};Z.eb.tR=function(a){return 1==a?"one":2==a?"two":"other"}; -Z.eb.KQ=function(a,b){var c=a|0,d=Z.eb.ud(a,b);return 1==c&&0==d.cb?"one":2<=c&&4>=c&&0==d.cb?"few":0!=d.cb?"many":"other"};Z.eb.WR=function(a,b){var c=Z.eb.ud(a,b);return 1==a&&0==c.cb?"one":"other"};Z.eb.rQ=function(a){return 1==a%10&&11!=a%100?"one":2<=a%10&&4>=a%10&&(12>a%100||14=a%10||11<=a%100&&14>=a%100?"many":"other"};Z.eb.nQ=function(a){return 0<=a&&1>=a?"one":"other"}; -Z.eb.UR=function(a,b){var c=a|0,d=Z.eb.ud(a,b);return 1==c&&0==d.cb?"one":0==d.cb&&2<=c%10&&4>=c%10&&(12>c%100||14=c%10||0==d.cb&&5<=c%10&&9>=c%10||0==d.cb&&12<=c%100&&14>=c%100?"many":"other"};Z.eb.YR=function(a,b){var c=a|0,d=Z.eb.ud(a,b);return 0==d.cb&&1==c%10&&11!=c%100?"one":0==d.cb&&2<=c%10&&4>=c%10&&(12>c%100||14=c%10||0==d.cb&&11<=c%100&&14>=c%100?"many":"other"}; -Z.eb.xR=function(a){var b=a|0;return 0==a?"zero":0!=b&&1!=b||0==a?"other":"one"};Z.eb.bS=function(a){return 0==(a|0)||1==a?"one":2<=a&&10>=a?"few":"other"};Z.eb.gR=function(a,b){var c=a|0,d=Z.eb.ud(a,b);return 1==c&&0==d.cb?"one":2==c&&0==d.cb?"two":0==d.cb&&(0>a||10a%100||19=a%10&&(11>a%100||19=a||13<=a&&19>=a?"few":"other"};Z.eb.NQ=function(a,b){var c=a|0,d=Z.eb.ud(a,b);return 0==d.cb&&1==c%100||1==d.f%100?"one":0==d.cb&&2==c%100||2==d.f%100?"two":0==d.cb&&3<=c%100&&4>=c%100||3<=d.f%100&&4>=d.f%100?"few":"other"}; -Z.eb.zR=function(a,b){var c=Z.eb.ud(a,b);return 0==a%10||11<=a%100&&19>=a%100||2==c.cb&&11<=c.f%100&&19>=c.f%100?"zero":1==a%10&&11!=a%100||2==c.cb&&1==c.f%10&&11!=c.f%100||2!=c.cb&&1==c.f%10?"one":"other"};Z.eb.wR=function(a){return 0==a?"zero":1==a?"one":"other"};Z.eb.select=Z.eb.Pj;Z.eb.select=Z.eb.Pj;function XR(a){this.Oi=[];this.up=[];this.mp=new KR(1);a&&(a=YR(this,a),this.up=ZR(this,a))}var $R=RegExp("'([{}#].*?)'","g"),aS=RegExp("''","g");XR.prototype.format=function(a){if(0==this.up.length)a="";else{var b=[];bS(this,this.up,a,!1,b);for(a=b.join("");0a)a=eI("%.3f secs",a/1E3);else if(a=Math.abs(a),6E4>a)a=Oa("0 minutes");else{var b=Math.floor(a/864E5);a%=864E5;var c=Math.floor(a/36E5),d=Math.floor(a%36E5/6E4),e=nR(b),g=nR(c),f=nR(d);a=b*(c+d)?" ":"";var h=c*d?" ":"",m=Oa("{COUNT, plural, \x3d0 {}\x3d1 {{TEXT} day}other {{TEXT} days}}"),l=Oa("{COUNT, plural, \x3d0 {}\x3d1 {{TEXT} hour}other {{TEXT} hours}}"),n=Oa("{COUNT, plural, \x3d0 {}\x3d1 {{TEXT} minute}other {{TEXT} minutes}}"),b=kS(m,b,e),c=kS(l,c,g),d=kS(n,d,f);a= -Oa("{$daysPart}{$daysSeparator}{$hoursPart}{$hoursSeparator}{$minutesPart}",{daysPart:b,daysSeparator:a,hoursPart:c,hoursSeparator:h,minutesPart:d})}return a}function sS(a,b){return r(a)?rS((r(b)?b.getTime():(new Date).getTime())-a.getTime()):0};var tS,uS=new P(null,2,5,Q,[EJ(eJ,kB),EJ(eJ,I(En,new q(null,1,[Y,U],null)))],null),vS=bJ(uS),wS=bJ(eJ),xS=function(a,b,c,d,e){return function f(h,m){var l=a.Hb();if(r(l)){var n=new P(null,2,5,Q,[h,m],null),p=d.j?d.j(n):d.call(null,n);if(r(p))throw wk(oI("Input to %s does not match schema: %s",E([I(yv,new q(null,1,[Y,U],null)),Qj(E([p],0))],0)),new q(null,4,[ts,In,Y,c,dr,n,iA,p],null));}n=function(){for(var n=null!=h&&(h.v&64||h.ca)?Eg(ch,h):h,p=w(n,Gt),z=me(n,$s,1),y=me(n,Yt,20),A=me(n,Ps,7),D=w(n, -cu);;){var B=h,F=null!=B&&(B.v&64||B.ca)?Eg(ch,B):B,H=w(F,Gt),O=me(F,$s,1),G=me(F,Yt,20),J=me(F,Ps,7),L=w(F,cu),N=m;"undefined"===typeof tS&&(tS=function(a,b,c,d,e,f,h,l,m,n,p,x,u,z,y,A,G,H,D){this.A=a;this.qE=b;this.hb=c;this.eA=d;this.Xv=e;this.KA=f;this.QB=h;this.Vv=l;this.QE=m;this.As=n;this.page=p;this.wp=x;this.Oo=u;this.pk=z;this.LD=y;this.RB=A;this.Wv=G;this.gb=H;this.tC=D;this.v=393216;this.R=0},tS.prototype.$a=function(){return function(a,b){return new tS(this.A,this.qE,this.hb,this.eA, -this.Xv,this.KA,this.QB,this.Vv,this.QE,this.As,this.page,this.wp,this.Oo,this.pk,this.LD,this.RB,this.Wv,this.gb,b)}}(B,F,H,O,G,J,L,N,h,h,n,p,z,y,A,D,m,l,a,b,c,d,e),tS.prototype.Za=function(){return function(){return this.tC}}(B,F,H,O,G,J,L,N,h,h,n,p,z,y,A,D,m,l,a,b,c,d,e),tS.prototype.ac=!0,tS.prototype.Vb=function(){return function(){return"pagination-view"}}(B,F,H,O,G,J,L,N,h,h,n,p,z,y,A,D,m,l,a,b,c,d,e),tS.prototype.pc=!0,tS.prototype.qc=function(a,b,c,d,e,f,h,l,m,n,p,x,u,z,y,A,G,H,D,F,B,O,J){return function(L, -N){var ma=this,qb=null!=N&&(N.v&64||N.ca)?Eg(ch,N):N,Ua=w(qb,Np),oc=this;if(ma.Oo>ma.wp){var ub=Tf(ma.Oo-1,ma.wp)+1,Sb=Tf(ma.As,2),Kb=ma.page>Sb?ma.page-Sb:1,Hb=ma.page=a&&c<=b}}(l,a,b,b,c,d,e,g,f,h,m);if(r(function(){if(r(c)){var a=n(1,12,l);return r(a)&&(a=n(1,DS(c,l),e),r(a)&&(a=n(0,23,g),r(a)&&(a=n(0,59,f),r(a))))?(a=n(0,60,h),r(a)?n(0,999,m):a):a}return c}()))return b;throw wk("Date is not valid",new q(null,2,[ts,mt,ym,b],null));} -function FS(a,b){return C(jh(function(a,d){return r(AS(E([d,b],0)))?a:null},a))}function GS(a,b){var c=mh.l(function(a){return a instanceof T||a instanceof v?""+t(a):a},b);return Fg(eI,a,c)}function HS(a){return 0<=a&&9>=a?[t("0"),t(a)].join(""):""+t(a)};var IS=function IS(b){if(null!=b&&null!=b.Il)return b.Il(b);var c=IS[na(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=IS._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw zc("DateTimeProtocol.year",b);},JS=function JS(b){if(null!=b&&null!=b.Fl)return b.Fl(b);var c=JS[na(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=JS._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw zc("DateTimeProtocol.month",b);},KS=function KS(b){if(null!=b&&null!=b.zl)return b.zl(b);var c= -KS[na(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=KS._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw zc("DateTimeProtocol.day",b);},LS=function LS(b){if(null!=b&&null!=b.Al)return b.Al(b);var c=LS[na(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=LS._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw zc("DateTimeProtocol.hour",b);},MS=function MS(b){if(null!=b&&null!=b.El)return b.El(b);var c=MS[na(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b); -c=MS._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw zc("DateTimeProtocol.minute",b);},NS=function NS(b){if(null!=b&&null!=b.Hl)return b.Hl(b);var c=NS[na(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=NS._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw zc("DateTimeProtocol.second",b);},OS=function OS(b){if(null!=b&&null!=b.Cl)return b.Cl(b);var c=OS[na(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=OS._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw zc("DateTimeProtocol.milli", -b);},PS=function PS(b,c){if(null!=b&&null!=b.xl)return b.xl(b,c);var d=PS[na(null==b?null:b)];if(null!=d)return d.l?d.l(b,c):d.call(null,b,c);d=PS._;if(null!=d)return d.l?d.l(b,c):d.call(null,b,c);throw zc("DateTimeProtocol.after?",b);},QS=function QS(b,c){if(null!=b&&null!=b.yl)return b.yl(b,c);var d=QS[na(null==b?null:b)];if(null!=d)return d.l?d.l(b,c):d.call(null,b,c);d=QS._;if(null!=d)return d.l?d.l(b,c):d.call(null,b,c);throw zc("DateTimeProtocol.before?",b);},RS=function RS(b,c){if(null!=b&& -null!=b.Gl)return b.Gl(b,c);var d=RS[na(null==b?null:b)];if(null!=d)return d.l?d.l(b,c):d.call(null,b,c);d=RS._;if(null!=d)return d.l?d.l(b,c):d.call(null,b,c);throw zc("DateTimeProtocol.plus-",b);},SS=function SS(b,c){if(null!=b&&null!=b.Dl)return b.Dl(b,c);var d=SS[na(null==b?null:b)];if(null!=d)return d.l?d.l(b,c):d.call(null,b,c);d=SS._;if(null!=d)return d.l?d.l(b,c):d.call(null,b,c);throw zc("DateTimeProtocol.minus-",b);},TS=function TS(b){if(null!=b&&null!=b.Bl)return b.Bl(b);var c=TS[na(null== -b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=TS._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw zc("DateTimeProtocol.last-day-of-the-month-",b);},US=function US(b){if(null!=b&&null!=b.bo)return b.bo(b);var c=US[na(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=US._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw zc("InTimeUnitProtocol.in-millis",b);},VS=function VS(b){if(null!=b&&null!=b.eo)return b.eo(b);var c=VS[na(null==b?null:b)];if(null!=c)return c.j?c.j(b): -c.call(null,b);c=VS._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw zc("InTimeUnitProtocol.in-seconds",b);},WS=function WS(b){if(null!=b&&null!=b.co)return b.co(b);var c=WS[na(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=WS._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw zc("InTimeUnitProtocol.in-minutes",b);},XS=function XS(b){if(null!=b&&null!=b.ao)return b.ao(b);var c=XS[na(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=XS._;if(null!=c)return c.j?c.j(b): -c.call(null,b);throw zc("InTimeUnitProtocol.in-hours",b);},YS=function YS(b){if(null!=b&&null!=b.$n)return b.$n(b);var c=YS[na(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=YS._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw zc("InTimeUnitProtocol.in-days",b);},ZS=function ZS(b){if(null!=b&&null!=b.fo)return b.fo(b);var c=ZS[na(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=ZS._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw zc("InTimeUnitProtocol.in-years", -b);};function $S(a,b,c,d,e){this.start=a;this.end=b;this.F=c;this.B=d;this.D=e;this.v=2229667594;this.R=8192}k=$S.prototype;k.nb=function(a,b){return Wc.o(this,b,null)};k.jb=function(a,b,c){switch(b instanceof T?b.kb:null){case "start":return this.start;case "end":return this.end;default:return me(this.B,b,c)}}; -k.ib=function(a,b,c){return Ej(b,function(){return function(a){return Ej(b,Lj,""," ","",c,a)}}(this),"#cljs-time.core.Interval{",", ","}",c,yg.l(new P(null,2,5,Q,[new P(null,2,5,Q,[Hr,this.start],null),new P(null,2,5,Q,[pB,this.end],null)],null),this.B))};k.fc=function(){return new ti(0,this,2,new P(null,2,5,Q,[Hr,pB],null),Yd(this.B))};k.Za=function(){return this.F};k.Sb=function(){return new $S(this.start,this.end,this.F,this.B,this.D)};k.xb=function(){return 2+$e(this.B)}; -k.ob=function(){var a=this.D;return null!=a?a:this.D=a=Zf(this)};k.bb=function(a,b){var c;c=r(b)?(c=this.constructor===b.constructor)?si(this,b):c:b;return r(c)?!0:!1};k.Hc=function(a,b){return Df(new pj(null,new q(null,2,[Hr,null,pB,null],null),null),b)?ef.l(I(Ch.l(Qg,this),this.F),b):new $S(this.start,this.end,this.F,Kg(ef.l(this.B,b)),null)}; -k.sc=function(a,b,c){return r(kg.l?kg.l(Hr,b):kg.call(null,Hr,b))?new $S(c,this.end,this.F,this.B,null):r(kg.l?kg.l(pB,b):kg.call(null,pB,b))?new $S(this.start,c,this.F,this.B,null):new $S(this.start,this.end,this.F,cf.o(this.B,b,c),null)};k.rb=function(){return rc(yg.l(new P(null,2,5,Q,[new P(null,2,5,Q,[Hr,this.start],null),new P(null,2,5,Q,[pB,this.end],null)],null),this.B))};k.$a=function(a,b){return new $S(this.start,this.end,b,this.B,this.D)}; -k.ub=function(a,b){return tf(b)?Zc(this,Qc.l(b,0),Qc.l(b,1)):Dc(Oc,this,b)};function aT(a,b,c,d,e,g,f,h,m,l,n){this.years=a;this.months=b;this.weeks=c;this.days=d;this.hours=e;this.minutes=g;this.seconds=f;this.se=h;this.F=m;this.B=l;this.D=n;this.v=2229667594;this.R=8192}k=aT.prototype;k.nb=function(a,b){return Wc.o(this,b,null)}; -k.jb=function(a,b,c){switch(b instanceof T?b.kb:null){case "years":return this.years;case "months":return this.months;case "weeks":return this.weeks;case "days":return this.days;case "hours":return this.hours;case "minutes":return this.minutes;case "seconds":return this.seconds;case "millis":return this.se;default:return me(this.B,b,c)}}; -k.ib=function(a,b,c){return Ej(b,function(){return function(a){return Ej(b,Lj,""," ","",c,a)}}(this),"#cljs-time.core.Period{",", ","}",c,yg.l(new P(null,8,5,Q,[new P(null,2,5,Q,[Nz,this.years],null),new P(null,2,5,Q,[Pr,this.months],null),new P(null,2,5,Q,[QC,this.weeks],null),new P(null,2,5,Q,[is,this.days],null),new P(null,2,5,Q,[Kz,this.hours],null),new P(null,2,5,Q,[eB,this.minutes],null),new P(null,2,5,Q,[fu,this.seconds],null),new P(null,2,5,Q,[fD,this.se],null)],null),this.B))}; -k.fc=function(){return new ti(0,this,8,new P(null,8,5,Q,[Nz,Pr,QC,is,Kz,eB,fu,fD],null),Yd(this.B))};k.Za=function(){return this.F};k.Sb=function(){return new aT(this.years,this.months,this.weeks,this.days,this.hours,this.minutes,this.seconds,this.se,this.F,this.B,this.D)};k.xb=function(){return 8+$e(this.B)};k.ob=function(){var a=this.D;return null!=a?a:this.D=a=Zf(this)};k.bb=function(a,b){var c;c=r(b)?(c=this.constructor===b.constructor)?si(this,b):c:b;return r(c)?!0:!1}; -k.Hc=function(a,b){return Df(new pj(null,new q(null,8,[Pr,null,is,null,fu,null,Kz,null,Nz,null,eB,null,QC,null,fD,null],null),null),b)?ef.l(I(Ch.l(Qg,this),this.F),b):new aT(this.years,this.months,this.weeks,this.days,this.hours,this.minutes,this.seconds,this.se,this.F,Kg(ef.l(this.B,b)),null)}; -k.sc=function(a,b,c){return r(kg.l?kg.l(Nz,b):kg.call(null,Nz,b))?new aT(c,this.months,this.weeks,this.days,this.hours,this.minutes,this.seconds,this.se,this.F,this.B,null):r(kg.l?kg.l(Pr,b):kg.call(null,Pr,b))?new aT(this.years,c,this.weeks,this.days,this.hours,this.minutes,this.seconds,this.se,this.F,this.B,null):r(kg.l?kg.l(QC,b):kg.call(null,QC,b))?new aT(this.years,this.months,c,this.days,this.hours,this.minutes,this.seconds,this.se,this.F,this.B,null):r(kg.l?kg.l(is,b):kg.call(null,is,b))?new aT(this.years, -this.months,this.weeks,c,this.hours,this.minutes,this.seconds,this.se,this.F,this.B,null):r(kg.l?kg.l(Kz,b):kg.call(null,Kz,b))?new aT(this.years,this.months,this.weeks,this.days,c,this.minutes,this.seconds,this.se,this.F,this.B,null):r(kg.l?kg.l(eB,b):kg.call(null,eB,b))?new aT(this.years,this.months,this.weeks,this.days,this.hours,c,this.seconds,this.se,this.F,this.B,null):r(kg.l?kg.l(fu,b):kg.call(null,fu,b))?new aT(this.years,this.months,this.weeks,this.days,this.hours,this.minutes,c,this.se, -this.F,this.B,null):r(kg.l?kg.l(fD,b):kg.call(null,fD,b))?new aT(this.years,this.months,this.weeks,this.days,this.hours,this.minutes,this.seconds,c,this.F,this.B,null):new aT(this.years,this.months,this.weeks,this.days,this.hours,this.minutes,this.seconds,this.se,this.F,cf.o(this.B,b,c),null)}; -k.rb=function(){return rc(yg.l(new P(null,8,5,Q,[new P(null,2,5,Q,[Nz,this.years],null),new P(null,2,5,Q,[Pr,this.months],null),new P(null,2,5,Q,[QC,this.weeks],null),new P(null,2,5,Q,[is,this.days],null),new P(null,2,5,Q,[Kz,this.hours],null),new P(null,2,5,Q,[eB,this.minutes],null),new P(null,2,5,Q,[fu,this.seconds],null),new P(null,2,5,Q,[fD,this.se],null)],null),this.B))}; -k.$a=function(a,b){return new aT(this.years,this.months,this.weeks,this.days,this.hours,this.minutes,this.seconds,this.se,b,this.B,this.D)};k.ub=function(a,b){return tf(b)?Zc(this,Qc.l(b,0),Qc.l(b,1)):Dc(Oc,this,b)};function bT(a){return new aT(Nz.j(a),Pr.j(a),QC.j(a),is.j(a),Kz.j(a),eB.j(a),fu.j(a),fD.j(a),null,ef.w(a,Nz,E([Pr,QC,is,Kz,eB,fu,fD],0)),null)} -var cT=function(){function a(a,c,d,e,g){e=e.clone();r(g)&&(a=a.j?a.j(e):a.call(null,e),d=d.l?d.l(a,g):d.call(null,a,g),c.l?c.l(e,d):c.call(null,e,d));return e}return new q(null,8,[fD,Xg(a,OS,function(){return function(a,c){return a.setMilliseconds(c)}}(a)),fu,Xg(a,NS,function(){return function(a,c){return a.setSeconds(c)}}(a)),eB,Xg(a,MS,function(){return function(a,c){return a.setMinutes(c)}}(a)),Kz,Xg(a,LS,function(){return function(a,c){return a.setHours(c)}}(a)),is,Xg(a,KS,function(){return function(a, -c){return a.setDate(c)}}(a)),QC,function(){return function(a,c,d){var e=c.clone();r(d)&&e.setDate(function(){var c=KS(e),f=7*d;return a.l?a.l(c,f):a.call(null,c,f)}());return e}}(a),Pr,function(){return function(a,c,d){c=c.clone();if(r(d)){var e=JS(c);d=a.l?a.l(e,d):a.call(null,e,d);a=IS(c);a=12d?a-1:a;d=12d?d+12:d;e=KS(TS(new $Q(a,d-1,1)));eb.getTime()};k.yl=function(a,b){return this.getTime()b.getTime()};k.yl=function(a,b){return this.getTime()b.getTime()};k.yl=function(a,b){return this.getTime()a.getHours()?"am":"pm"}}(a,b,c,d),g=function(){return function(a){return 12>a.getHours()?"AM":"PM"}}(a,b,c,d,e),f=function(){return function(a){return a.getHours()}}(a,b,c,d,e,g),h=function(){return function(a){return a.getMinutes()}}(a, -b,c,d,e,g,f),m=function(){return function(a){return a.getSeconds()}}(a,b,c,d,e,g,f,h),l=function(){return function(a){return a.getMilliseconds()}}(a,b,c,d,e,g,f,h,m),n=function(){return function(a){return dR(a)}}(a,b,c,d,e,g,f,h,m,l),p=function(){return function(a){var b=a.getDate(),c=a.getFullYear();for(a=a.getMonth()-1;0<=a;a--)b+=QQ(c,a);return b}}(a,b,c,d,e,g,f,h,m,l,n),u=function(){return function(a){return a.getDay()}}(a,b,c,d,e,g,f,h,m,l,n,p);return df("d HH ZZ s ww MMM YYYY e ss DDD SSS dow YY M mm S MM EEE Z H DD dd a hh dth yyyy A EEEE h xxxx m yy D MMMM".split(" "), -[a,function(a,b,c,d,e,g,f){return function(a){return HS(f(a))}}(a,b,c,d,e,g,f,h,m,l,n,p,u),n,m,function(a,b,c,d,e,g,f,h,l,m,n,p){return function(a){a=p(a)/7;return HS(Math.ceil(a))}}(a,b,c,d,e,g,f,h,m,l,n,p,u),function(a,b){return function(a){a=b(a)-1;a=sT.j?sT.j(a):sT.call(null,a);return uT(3,a)}}(a,b,c,d,e,g,f,h,m,l,n,p,u),c,u,function(a,b,c,d,e,g,f,h,l){return function(a){return HS(l(a))}}(a,b,c,d,e,g,f,h,m,l,n,p,u),p,function(a,b,c,d,e,g,f,h,l,m){return function(a){a=m(a);return[t(hI(nh(3-$e(""+ -t(a)),uh("0")))),t(a)].join("")}}(a,b,c,d,e,g,f,h,m,l,n,p,u),function(a,b,c,d,e,g,f,h,l,m,n,p,u){return function(a){a=u(a);return tT.j?tT.j(a):tT.call(null,a)}}(a,b,c,d,e,g,f,h,m,l,n,p,u),function(a,b,c){return function(a){return Sf(c(a),100)}}(a,b,c,d,e,g,f,h,m,l,n,p,u),b,function(a,b,c,d,e,g,f,h){return function(a){return HS(h(a))}}(a,b,c,d,e,g,f,h,m,l,n,p,u),l,function(a,b){return function(a){return HS(b(a))}}(a,b,c,d,e,g,f,h,m,l,n,p,u),function(a,b,c,d,e,g,f,h,l,m,n,p,u){return function(a){a= -u(a);a=tT.j?tT.j(a):tT.call(null,a);return uT(3,a)}}(a,b,c,d,e,g,f,h,m,l,n,p,u),n,f,p,function(a){return function(b){return HS(a(b))}}(a,b,c,d,e,g,f,h,m,l,n,p,u),e,function(a,b,c,d){return function(a){return HS(d(a))}}(a,b,c,d,e,g,f,h,m,l,n,p,u),function(a){return function(b){var c=a(b);return[t(c),t(function(){switch(c){case 1:return"st";case 2:return"nd";case 3:return"rd";default:return"th"}}())].join("")}}(a,b,c,d,e,g,f,h,m,l,n,p,u),c,g,function(a,b,c,d,e,g,f,h,l,m,n,p,u){return function(a){a= -u(a);return tT.j?tT.j(a):tT.call(null,a)}}(a,b,c,d,e,g,f,h,m,l,n,p,u),d,c,h,function(a,b,c){return function(a){return Sf(c(a),100)}}(a,b,c,d,e,g,f,h,m,l,n,p,u),p,function(a,b){return function(a){a=b(a)-1;return sT.j?sT.j(a):sT.call(null,a)}}(a,b,c,d,e,g,f,h,m,l,n,p,u)])}(),wT=function(){function a(a){return parseInt(a,10)}var b=function(a){return function(b){return function(a){return function(c,d){return cf.o(c,b,a(d))}}(a)}}(a),c=b(Nz),d=b(is),e=function(a){return function(b,c){return cf.o(b,Pr, -a(c)-1)}}(a,b,c,d),g=function(a){return function(b,c){return cf.o(b,Kz,Sf(a(c),12))}}(a,b,c,d,e),f=function(){return function(a,b){var c=null!=a&&(a.v&64||a.ca)?Eg(ch,a):a,d=w(c,Kz);return r((new pj(null,new q(null,2,["p",null,"pm",null],null),null)).call(null,b.toLowerCase()))?cf.o(c,Kz,function(){var a=12+d;return se.l(a,24)?0:a}()):c}}(a,b,c,d,e,g),h=b(Kz),m=b(eB),l=b(fu),n=b(fD),p=function(a,b,c,d,e,g,f,h,l,m,n){return function(p,x){var u=C(yh.l(function(){return function(a){return Cj(Dj([t("^"), -t(x)].join("")),a)}}(a,b,c,d,e,g,f,h,l,m,n),sT));return e(p,""+t(FS(sT,u)+1))}}(a,b,c,d,e,g,f,h,m,l,n),u=function(a,b,c,d,e){return function(a,b){return e(a,""+t(FS(sT,b)+1))}}(a,b,c,d,e,g,f,h,m,l,n,p),x=function(){return function(){function a(b,c){if(1=g){var m=new yS(0,0,0,0,0,0,0),l=cf.o(HT.j?HT.j(m):HT.call(null,m),Nz,r(e)?e:0),n=mj(xT,Ai(l));lj.w(function(a){return function(b,c){return b.l? -b.l(a,c):b.call(null,a,c)}}(m,l,n,f,h,g,a,c,c,d,e),E([n,ES(Dc(function(){return function(a,b){var c=K(b,0),d=K(b,1);return d.l?d.l(a,c):d.call(null,a,c)}}(m,l,n,f,h,g,a,c,c,d,e),l,h))],0));return m}throw wk("The parser could not match the input string.",new q(null,1,[ts,Xm],null));} -function OT(a){return C(function(){return function c(d){return new ng(null,function(){for(var e=d;;)if(e=rc(e)){if(uf(e)){var g=Qd(e),f=$e(g),h=rg(f),m;a:for(var l=0;;)if(l=b},new q(null,3,[iy,!0,gD,"%s is less than the minimum",dh,nw],null));function RT(a,b){for(var c=Ye;;){var d=b,e=K(d,0),d=Xf(d,1);if(uc(e))return c;if(qf(e))var g=e,e=K(g,0),f=Xf(g,1),g=a,c=Xe.l(c,yg.l(new P(null,2,5,Q,[e,a],null),f));else g=a,c=Xe.l(c,new P(null,2,5,Q,[e,a],null));a=g;b=d}}function ST(a,b){return xh(function(a){return function(b){var e=K(b,0);b=K(b,1);return tf(e)?new P(null,2,5,Q,[Eg(di,yg.l(a,e)),b],null):new P(null,2,5,Q,[Eg(di,yg.l(a,new P(null,1,5,Q,[e],null))),b],null)}}(a instanceof T?new P(null,1,5,Q,[a],null):a),E([b],0))} -var TT=function TT(b){var c=K(b,0),d=Xf(b,1),e=rf(c)?ci(xh(Of,E([c],0))):b;return Dc(function(){return function(b,c){var d=K(c,0),e=K(c,1);return tf(e)?yg.l(b,RT(d,e)):rf(e)?yg.l(b,TT(ST(d,e))):Xe.l(b,new P(null,2,5,Q,[e,d],null))}}(e,b,c,d,b),Ye,Eh(e))};function UT(a,b){var c=null==a;return c?c:a.j?a.j(b):a.call(null,b)} -function VT(a,b,c){var d=K(c,0),e=K(c,1),g=Xf(c,2),f=tf(e)?e:new P(null,1,5,Q,[e],null),h=Pe(qu,f),m=lf(d),l=null!=m&&(m.v&64||m.ca)?Eg(ch,m):m,n=me(l,iy,!1),p=me(l,gD,"Custom validation failed for %s"),u=kj.w(E([l,new q(null,2,[gD,p,iy,n],null)],0)),x=xj(Tg(jg),g),z=K(x,0),y=K(x,1),A=Eg(ch,y),D=null!=A&&(A.v&64||A.ca)?Eg(ch,A):A,B=w(D,LD),F=w(D,Bo),H=Gh(b,f);return r(UT(F,b))?r(function(){var a=r(n)?null==H:n;return r(a)?a:(a=!nf(Gh(b,h)))?a:Fg(d,H,z)}())?b:Jh.o(b,h,function(b,c,d,e,g,f,h,l,m,n, -p,x,u,z,y,A){return function(c){return Xe.l(c,function(){var c=new q(null,5,[Uk,b,dr,A,Ek,rc(n),TC,l,LD,z],null);return a.j?a.j(c):a.call(null,c)}())}}(f,h,m,l,l,n,p,u,x,z,y,A,D,B,F,H,c,d,e,g)):b}function WT(a){var b=null!=a&&(a.v&64||a.ca)?Eg(ch,a):a,c=w(b,LD);a=w(b,Uk);b=w(b,TC);c=r(c)?c:gD.j(b);a=mg(null==a?null:gd(a));return eI(c,a)}var XT=function XT(b){for(var c=[],d=arguments.length,e=0;;)if(eb.charCode&&BQ(c)?b.charCode:0):zE&&!DE?(c=this.Tg,d=BQ(c)?b.keyCode:0):(c=b.keyCode||this.Tg,d=b.charCode||0,gU&&(e=this.Hn),FE&&63==d&&224==c&&(c=191));var g=c=CQ(c),f=b.keyIdentifier;c?63232<=c&&c in dU?g=dU[c]:25==c&&a.shiftKey&&(g=9):f&&f in eU&&(g=eU[f]);a=g==this.Be;this.Be=g;b=new hU(g,d,a,b);b.altKey=e;this.dispatchEvent(b)}; -k.getElement=function(){return this.Ab};function cU(a,b,c){a.xm&&a.detach();a.Ab=b;a.wm=jN(a.Ab,"keypress",a,c);a.ap=jN(a.Ab,"keydown",a.Cz,c,a);a.xm=jN(a.Ab,"keyup",a.Dz,c,a)}k.detach=function(){this.wm&&(qN(this.wm),qN(this.ap),qN(this.xm),this.xm=this.ap=this.wm=null);this.Ab=null;this.Tg=this.Be=-1};k.gc=function(){bU.Da.gc.call(this);this.detach()};function hU(a,b,c,d){XM.call(this,d);this.type="key";this.keyCode=a;this.charCode=b;this.repeat=c}Pa(hU,XM);function iU(a){if(a.classList)return a.classList;a=a.className;return sa(a)&&a.match(/\S+/g)||[]}function jU(a,b){return a.classList?a.classList.contains(b):Pb(iU(a),b)}function kU(a,b){a.classList?a.classList.add(b):jU(a,b)||(a.className+=0this.Fc&&b<=this.Fc?this.Fc++:athis.Fc&&this.Fc--}; -k.removeChild=function(a,b){if(a=sa(a)?UN(this,a):a){var c=$N(this,a);-1!=c&&(c==this.Fc?(a.vf(!1),this.Fc=-1):ca?c-1:a},0)}function UU(a){VU(a,function(a,c){return(a+1)%c},a.Fc)}function TU(a){VU(a,function(a,c){a--;return 0>a?c-1:a},a.Fc)}function VU(a,b,c){c=0>c?$N(a,a.xd):c;var d=WN(a);c=b.call(a,c,d);for(var e=0;e<=d;){var g=XN(a,c);if(g&&a.Yq(g)){a.ej(c);break}e++;c=b.call(a,c,d)}}k.Yq=function(a){return a.isVisible()&&a.isEnabled()&&!!(a.Xc&2)};function WU(){}Pa(WU,wU);la(WU);WU.prototype.Oc=function(){return"goog-menuheader"};function XU(a,b,c){EU.call(this,a,c||WU.gf(),b);this.Ge(1,!1);this.Ge(2,!1);this.Ge(4,!1);this.Ge(32,!1);this.Xb=1}Pa(XU,EU);oU("goog-menuheader",function(){return new XU(null)});function YU(){this.dr=[]}Pa(YU,wU);la(YU);function ZU(a,b){var c=a.dr[b];if(!c){switch(b){case 0:c=a.Oc()+"-highlight";break;case 1:c=a.Oc()+"-checkbox";break;case 2:c=a.Oc()+"-content"}a.dr[b]=c}return c}k=YU.prototype;k.Yl=function(){return"menuitem"};k.Tb=function(a){var b=a.uc().Tb("DIV",this.am(a).join(" "),$U(this,a.kg,a.uc()));aV(this,a,b,!!(a.Xc&8)||!!(a.Xc&16));return b};k.Ae=function(a){return a&&a.firstChild}; -k.lg=function(a,b){var c;if(ia(b.firstElementChild))c=b.firstElementChild;else for(c=b.firstChild;c&&1!=c.nodeType;)c=c.nextSibling;var d=ZU(this,2);c&&jU(c,d)||b.appendChild($U(this,b.childNodes,a.uc()));jU(b,"goog-option")&&(a.Rk(!0),this.Rk(a,b,!0));return YU.Da.lg.call(this,a,b)};function $U(a,b,c){a=ZU(a,2);return c.Tb("DIV",a,b)}k.Gt=function(a,b,c){a&&b&&aV(this,a,b,c)};k.Rk=function(a,b,c){a&&b&&aV(this,a,b,c)}; -function aV(a,b,c,d){AU(a,c,b.Xj());BU(a,b,c);var e;if(e=a.Ae(c)){e=e.firstChild;var g=ZU(a,1);e=!!e&&xa(e)&&1==e.nodeType&&jU(e,g)}else e=!1;d!=e&&(d?kU(c,"goog-option"):mU(c,"goog-option"),c=a.Ae(c),d?(a=ZU(a,1),c.insertBefore(b.uc().Tb("DIV",a),c.firstChild||null)):c.removeChild(c.firstChild))}k.$l=function(a){switch(a){case 2:return ZU(this,0);case 16:case 8:return"goog-option-selected";default:return YU.Da.$l.call(this,a)}}; -k.hm=function(a){var b=ZU(this,0);switch(a){case "goog-option-selected":return 16;case b:return 2;default:return YU.Da.hm.call(this,a)}};k.Oc=function(){return"goog-menuitem"};function bV(a,b,c,d){EU.call(this,a,d||YU.gf(),c);this.Od(b)}Pa(bV,EU);k=bV.prototype;k.getValue=function(){var a=this.hp;return null!=a?a:this.Do()};k.Od=function(a){this.hp=a};k.Ge=function(a,b){bV.Da.Ge.call(this,a,b);switch(a){case 8:this.Xb&16&&!b&&IU(this,!1);var c=this.getElement();c&&this.Db.Gt(this,c,b);break;case 16:(c=this.getElement())&&this.Db.Rk(this,c,b)}};k.Gt=function(a){this.Ge(8,a)};k.Rk=function(a){this.Ge(16,a)}; -k.Do=function(){var a=this.kg;return oa(a)?(a=Jb(a,function(a){return xa(a)&&1==a.nodeType&&(jU(a,"goog-menuitem-accel")||jU(a,"goog-menuitem-mnemonic-separator"))?"":$F(a)}).join(""),Sa(a)):bV.Da.Do.call(this)};k.Ji=function(a){var b=this.getParent();if(b){var c=b.jt;b.jt=null;if(c&&va(a.clientX)&&xF(c,new wF(a.clientX,a.clientY)))return}bV.Da.Ji.call(this,a)};k.Lh=function(a){return a.keyCode==this.Bs&&this.Gk(a)?!0:bV.Da.Lh.call(this,a)};k.pz=function(){return this.Bs};oU("goog-menuitem",function(){return new bV(null)}); -bV.prototype.Xj=function(){return this.Xc&16?"menuitemcheckbox":this.Xc&8?"menuitemradio":bV.Da.Xj.call(this)};bV.prototype.getParent=function(){return EU.prototype.getParent.call(this)};bV.prototype.gm=function(){return EU.prototype.gm.call(this)};function cV(){}Pa(cV,wU);la(cV);cV.prototype.Tb=function(a){return a.uc().Tb("DIV",this.Oc())};cV.prototype.lg=function(a,b){b.id&&SN(a,b.id);if("HR"==b.tagName){var c=b;b=this.Tb(a);c.parentNode&&c.parentNode.insertBefore(b,c);QF(c)}else kU(b,this.Oc());return b};cV.prototype.Oc=function(){return"goog-menuseparator"};function dV(a,b){EU.call(this,null,a||cV.gf(),b);this.Ge(1,!1);this.Ge(2,!1);this.Ge(4,!1);this.Ge(32,!1);this.Xb=1}Pa(dV,EU);dV.prototype.Tc=function(){dV.Da.Tc.call(this);var a=this.getElement();$T(a,"separator")};oU("goog-menuseparator",function(){return new dV});function eV(a){this.Nq=a||"menu"}Pa(eV,rU);la(eV);eV.prototype.gg=function(a){return"UL"==a.tagName||eV.Da.gg.call(this,a)};eV.prototype.Eo=function(a){return"HR"==a.tagName?new dV:eV.Da.Eo.call(this,a)};eV.prototype.Oc=function(){return"goog-menu"};eV.prototype.ik=function(a){eV.Da.ik.call(this,a);a=a.getElement();aU(a,"haspopup","true")};oU("goog-menuseparator",function(){return new dV});function fV(a,b){NU.call(this,uU,b||eV.gf(),a);this.fi(!1)}Pa(fV,NU);k=fV.prototype;k.Gn=!0;k.Hx=!1;k.Oc=function(){return this.Db.Oc()};k.removeItem=function(a){(a=this.removeChild(a,!0))&&a.ab()};k.setPosition=function(a,b){var c=this.isVisible();c||JN(this.getElement(),!0);var d=this.getElement(),e=a,g=b,f=EN(d);e instanceof wF&&(g=e.y,e=e.x);var h=d.offsetLeft+(e-f.x);h instanceof wF?(e=h.x,g=h.y):(e=h,g=d.offsetTop+(g-f.y));d.style.left=FN(e);d.style.top=FN(g);c||JN(this.getElement(),!1)}; -function gV(a){a.Gn=!0;a.fi(!0)}k.Wb=function(a,b,c){(b=fV.Da.Wb.call(this,a,b))&&a&&this.bc&&this.Gn&&this.Bd().focus();this.jt=a&&c&&va(c.clientX)?new wF(c.clientX,c.clientY):null;return b};k.Jo=function(a){this.Gn&&this.Bd().focus();return fV.Da.Jo.call(this,a)};k.Yq=function(a){return(this.Hx||a.isEnabled())&&a.isVisible()&&!!(a.Xc&2)};k.Lg=function(a){var b=this.Db,c;c=this.uc();c=FF(c.de,"DIV",b.Oc()+"-content",a);for(var d=c.length,e=0;ee.Yb&& -(c=g-e.Yc-e.Yb):g+cg&&(h=2*Math.PI-h);var m=h+Math.PI/2;m>2*Math.PI&&(m-=2*Math.PI);var l=Math.sin(m),n=Math.cos(m),p=a.Fh(),m=(p.width+p.height)/10,m=Math.min(m,p.width,p.height)/2,p=1-8/f,e=c+p*e,g=d+p*g,p=c+m*n,u=d+m*l,c=c-m*n,d=d-m*l,l=h+a.Lx;l>2*Math.PI&&(l-=2*Math.PI);h=Math.sin(l)*f/4;f=Math.cos(l)*f/4;b.push("M"+p+","+u);b.push("C"+(p+f)+","+(u+ -h)+" "+e+","+g+" "+e+","+g);b.push("C"+e+","+g+" "+(c+f)+","+(d+h)+" "+c+","+d)}b.push("z");a.On.setAttribute("d",b.join(" "))}k.Pc=function(a){this.yj.setAttribute("fill",a);this.On.setAttribute("fill",a)};k.ab=function(){EV();QF(this.eg);this.Ht=this.kg=this.I=this.Mf=this.yj=this.On=this.eg=null};function QV(a){this.sb=a}k=QV.prototype;k.Br=!0;k.Bn=17;k.Mc=null;k.Ph=null;function RV(a){a.re||(a.re=GV("g",{"class":"blocklyIconGroup"},null),a.uo(a.re),a.sb.kc().appendChild(a.re),BV(a.re,"mouseup",a,a.Qo),a.Fg())}k.ab=function(){QF(this.re);this.re=null;this.Wb(!1);this.sb=null};k.Fg=function(){this.sb.Se||!SV(this.sb)?TV(this.re,"blocklyIconGroupReadonly"):UV(this.re,"blocklyIconGroupReadonly")};k.isVisible=function(){return!!this.Mc};k.Qo=function(a){2!=VV&&(this.sb.Se||IV(a)||this.Wb(!this.isVisible()))}; -k.Eg=function(){this.isVisible()&&this.Mc.Pc(this.sb.Ij)};function WV(a){var b=a.sb.jc(),c=XV(a.re),b=new wF(b.x+c.x+a.Bn/2,b.y+c.y+a.Bn/2);xF(a.Ph,b)||(a.Ph=b,a.isVisible()&&(a=a.Mc,a.qh=b,a.Nk&&yV(a)))};/* - - Visual Blocks Editor - - Copyright 2011 Google Inc. - https://developers.google.com/blockly/ - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -*/ -function YV(a){YV.Da.constructor.call(this,a);RV(this)}Pa(YV,QV);k=YV.prototype;k.vc="";k.ec=160;k.Vc=80;k.uo=function(a){GV("circle",{"class":"blocklyIconShape",r:"8",cx:"8",cy:"8"},a);GV("path",{"class":"blocklyIconSymbol",d:"m6.8,10h2c0.003,-0.617 0.271,-0.962 0.633,-1.266 2.875,-2.405 0.607,-5.534 -3.765,-3.874v1.7c3.12,-1.657 3.698,0.118 2.336,1.25 -1.201,0.998 -1.201,1.528 -1.204,2.19z"},a);GV("rect",{"class":"blocklyIconSymbol",x:"6.8",y:"10.78",height:"2",width:"2"},a)}; -k.jo=function(){this.Sj=GV("foreignObject",{x:zV,y:zV},null);var a=document.createElementNS("http://www.w3.org/1999/xhtml","body");a.setAttribute("xmlns","http://www.w3.org/1999/xhtml");a.className="blocklyMinimalBody";var b=document.createElementNS("http://www.w3.org/1999/xhtml","textarea");b.className="blocklyCommentTextarea";b.setAttribute("dir",this.sb.N?"RTL":"LTR");a.appendChild(b);this.Uf=b;this.Sj.appendChild(a);BV(b,"mouseup",this,this.IF);BV(b,"wheel",this,function(a){a.stopPropagation()}); -BV(b,"change",this,function(){this.vc!=b.value&&(ZV(new $V(this.sb,"comment",null,this.vc,b.value)),this.vc=b.value)});setTimeout(function(){b.focus()},0);return this.Sj};k.Fg=function(){this.isVisible()&&(this.Wb(!1),this.Wb(!0));QV.prototype.Fg.call(this)};k.Rm=function(){if(this.isVisible()){var a=this.Mc.Fh(),b=2*zV;this.Sj.setAttribute("width",a.width-b);this.Sj.setAttribute("height",a.height-b);this.Uf.style.width=a.width-b-4+"px";this.Uf.style.height=a.height-b-4+"px"}}; -k.Wb=function(a){if(a!=this.isVisible())if(ZV(new aW(this.sb,"commentOpen",!a,a)),!SV(this.sb)&&!this.Uf||AE)bW.prototype.Wb.call(this,a);else{var b=this.Oe(),c=this.Fh();a?(this.Mc=new wV(this.sb.Ea,this.jo(),this.sb.Rf,this.Ph,this.ec,this.Vc),a=this.Rm.bind(this),this.Mc.Ep=a,this.Eg()):(this.Mc.ab(),this.Sj=this.Uf=this.Mc=null);this.je(b);this.fh(c.width,c.height)}};k.IF=function(){HV(this.Mc);this.Uf.focus()};k.Fh=function(){return this.isVisible()?this.Mc.Fh():{width:this.ec,height:this.Vc}}; -k.fh=function(a,b){this.Uf?this.Mc.fh(a,b):(this.ec=a,this.Vc=b)};k.Oe=function(){return this.Uf?this.Uf.value:this.vc};k.je=function(a){this.vc!=a&&(ZV(new $V(this.sb,"comment",null,this.vc,a)),this.vc=a);this.Uf&&(this.Uf.value=a)};k.ab=function(){0==cW&&this.je("");this.sb.tc=null;QV.prototype.ab.call(this)};function dW(a,b){this.Ja=a;this.type=b;a.Ea.ho&&(this.Kg=a.Ea.ho[b],this.Ml=a.Ea.ho[eW[b]],this.No=!this.Kg)}k=dW.prototype;k.wb=null;k.Je=null;k.Of=null;k.xe=0;k.rc=0;k.Pg=!1;k.Kg=null;k.Ml=null;k.No=null; -k.Jl=function(a){var b=this,c=b.Ja,d=a.Ja;a.wb&&a.disconnect();if(b.wb){var e=fW(b),g=b.Of;b.Of=null;if(e.vd)g=gW(e),e.ab(),e=null;else if(1==b.type){if(!e.Bb)throw"Orphan block does not have an output connection.";var f=hW(d,e);f&&(e.Bb.connect(f),e=null)}else if(3==b.type){if(!e.Eb)throw"Orphan block does not have a previous connection.";for(f=d;f.yb;){var h=iW(f);if(h&&!h.vd)f=h;else{jW(e.Eb,f.yb)&&(f.yb.connect(e.Eb),e=null);break}}}if(e&&(b.disconnect(),uV)){var m=pV;setTimeout(function(){e.Ea&& -!e.getParent()&&(qV(m),e.Bb?kW(e.Bb,b):e.Eb&&kW(e.Eb,b),qV(!1))},lW)}b.Of=g}var l;0==cW&&(l=new mW(d));nW(b,a);d.setParent(c);l&&(oW(l),ZV(l))};k.ab=function(){if(this.wb)throw"Disconnect connection before disposing of it.";this.Pg&&pW(this.Kg,this);qW==this&&(qW=null);rW==this&&(rW=null);this.Ml=this.Kg=null};function sW(a){return 1==a.type||3==a.type} -function tW(a,b){if(!b)return 3;if(sW(a))var c=a.Ja,d=b.Ja;else d=a.Ja,c=b.Ja;return c&&c==d?1:b.type!=eW[a.type]?2:c&&d&&c.Ea!==d.Ea?5:jW(a,b)?c.vd&&!d.vd?6:0:4}k.um=function(a){if(0!=tW(this,a))return!1;if(2==a.type||4==a.type)if(a.wb||this.wb)return!1;return 1==a.type&&a.wb&&!uW(fW(a))&&!fW(a).vd||4==this.type&&a.wb&&!this.Ja.yb||-1!=vW.indexOf(a)?!1:!0}; -k.connect=function(a){if(this.wb!=a){switch(tW(this,a)){case 0:break;case 1:throw"Attempted to connect a block to itself.";case 5:throw"Blocks not on same workspace.";case 2:throw"Attempt to connect incompatible types.";case 3:throw"Target connection is null.";case 4:throw"Connection checks failed.";case 6:throw"Connecting non-shadow to shadow block.";default:throw"Unknown connection failure: this should never happen!";}sW(this)?this.Jl(a):a.Jl(this)}};function nW(a,b){a.wb=b;b.wb=a} -function wW(a,b){for(var c=!1,d=0;da.zs&&(b=b.substring(0,a.zs-2)+"\u2026");OF(a.Gc);b=b.replace(/\s/g,"\u00a0");a.Ja.N&&b&&(b+="\u200f");b||(b="\u00a0");a.Gc.appendChild(document.createTextNode(b));a.hi.width=0}}k.getValue=function(){return this.Oe()}; -k.Od=function(a){if(null!==a){var b=this.getValue();b!=a&&(this.Ja&&0==cW&&ZV(new $V(this.Ja,"field",this.name,b,a)),this.je(a))}};k.Fk=function(a){if(!HE&&!IE||NE("537.51.2")||0===a.layerX||0===a.layerY)IV(a)||2!=VV&&SV(this.Ja)&&this.bn()};var HW=!1,IW=0,JW=0,KW=0,LW=0,MW=null,NW=null,OW=null;function PW(a){BV(a,"mouseover",null,QW);BV(a,"mouseout",null,RW);BV(a,"mousemove",null,SW)}function QW(a){for(a=a.target;!sa(a.lh)&&!wa(a.lh);)a=a.lh;MW!=a&&(TW(),NW=null,MW=a);clearTimeout(IW)}function RW(){IW=setTimeout(function(){NW=MW=null;TW()},1);clearTimeout(JW)} -function SW(a){if(MW&&MW.lh&&0==VV&&!UW)if(HW){var b=KW-a.pageX;a=LW-a.pageY;10d&&(d=g[f].length);var h=void 0,f=-Infinity,m=void 0,l=1;do{for(var h=f,m=e,e=[],n=g.length/l,p=1,f=0;f -h);d=m}a[c]=d}a=a.join("\n");a=a.split("\n");for(b=0;bb.height+window.scrollY&&(d-=OW.offsetHeight+20);a?c=Math.max(5-window.scrollX,c):c+OW.offsetWidth>b.width+window.scrollX-10&&(c=b.width-OW.offsetWidth-10);OW.style.top=d+"px";OW.style.left=c+"px"}};function YW(a,b){this.hi=new zF(0,17.5);this.er=b;this.Od(a)}Pa(YW,AW);YW.prototype.qj=!1;YW.prototype.init=function(){this.Gc||(this.Gc=GV("text",{"class":"blocklyText",y:this.hi.height-5},null),this.er&&TV(this.Gc,this.er),this.xc||(this.Gc.style.display="none"),this.Ja.kc().appendChild(this.Gc),this.Gc.lh=this.Ja,PW(this.Gc),DW(this))};YW.prototype.ab=function(){QF(this.Gc);this.Gc=null};YW.prototype.kc=function(){return this.Gc};function ZW(a,b,c,d){this.type=a;this.name=b;this.Ja=c;this.lb=d;this.sd=[]}k=ZW.prototype;k.align=-1;k.xc=!0;function $W(a,b,c){if(!b&&!c)return a;sa(b)&&(b=new YW(b));b.Ja=a.Ja;a.Ja.Cb&&b.init();b.name=c;b.zp&&$W(a,b.zp);a.sd.push(b);b.$p&&$W(a,b.$p);a.Ja.Cb&&(a.Ja.render(),zW(a.Ja));return a}k.isVisible=function(){return this.xc}; -k.Wb=function(a){var b=[];if(this.xc==a)return b;for(var c=(this.xc=a)?"block":"none",d=0,e;e=this.sd[d];d++)e.Wb(a);if(this.lb){if(a)b=aX(this.lb);else if(d=this.lb,bX(d,!0),d.wb)for(d=fW(d).pe(),e=0;e=a.length)return-1;for(var d=b.rc,e=c;0<=e&&a[e].rc==d;){if(a[e]==b)return e;e--}for(;cb.rc)d=e;else{c=e;break}}return c}function pW(a,b){if(!b.Pg)throw"Connection not in database.";var c=gX(a,b);if(-1==c)throw"Unable to find connection in connectionDB.";b.Pg=!1;a.splice(c,1)} -function hX(a,b){var c=iX;function d(a){var b=g-e[a].xe,d=f-e[a].rc;Math.sqrt(b*b+d*d)<=c&&n.push(e[a]);return d=c+this.Mh&&(d+=e);pX(this,sX(this,d));tX(this);a.stopPropagation();a.preventDefault()}}; -k.wD=function(a){this.Mm();IV(a)?a.stopPropagation():(this.zF=this.ck,this.BF=this.Oh?a.clientX:a.clientY,qX=BV(document,"mouseup",this,this.Mm),rX=BV(document,"mousemove",this,this.yD),a.stopPropagation(),a.preventDefault())};k.yD=function(a){pX(this,sX(this,this.zF+((this.Oh?a.clientX:a.clientY)-this.BF)));tX(this)};k.Mm=function(){NV(!0);qX&&(FV(qX),qX=null);rX&&(FV(rX),rX=null)};function sX(a,b){return b=0>=b||isNaN(b)?0:Math.min(b,a.Ue-a.Mh)} -function tX(a){var b=a.ck/a.Ue;isNaN(b)&&(b=0);var c={};a.Oh?c.x=b:c.y=b;a.I.gh(c)}k.set=function(a){pX(this,sX(this,a*this.Wd));tX(this)};function nX(a,b){var c=b.nextSibling,d=b.parentNode;if(!d)throw"Reference node has no parent.";c?d.insertBefore(a,c):d.appendChild(a)};function xX(a){this.I=a}k=xX.prototype;k.nh=47;k.cl=44;k.ui=16;k.An=20;k.rj=20;k.fl=10;k.Cn=0;k.Dn=32;k.Li=!1;k.Ia=null;k.kn=null;k.ep=0;k.Ug=0;k.wd=0;k.Cg=0; -k.Tb=function(){this.Ia=GV("g",{"class":"blocklyTrash"},null);var a=String(Math.random()).substring(2),b=GV("clipPath",{id:"blocklyTrashBodyClipPath"+a},this.Ia);GV("rect",{width:this.nh,height:this.cl,y:this.ui},b);GV("image",{width:yX,x:-this.Cn,height:zX,y:-this.Dn,"clip-path":"url(#blocklyTrashBodyClipPath"+a+")"},this.Ia).setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",this.I.options.sf+AX);b=GV("clipPath",{id:"blocklyTrashLidClipPath"+a},this.Ia);GV("rect",{width:this.nh,height:this.ui}, -b);this.kn=GV("image",{width:yX,x:-this.Cn,height:zX,y:-this.Dn,"clip-path":"url(#blocklyTrashLidClipPath"+a+")"},this.Ia);this.kn.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",this.I.options.sf+AX);BV(this.Ia,"mouseup",this,this.click);this.In();return this.Ia};k.init=function(a){this.xj=this.An+a;BX(this,!1);return this.xj+this.cl+this.ui};k.ab=function(){this.Ia&&(QF(this.Ia),this.Ia=null);this.I=this.kn=null;fa.clearTimeout(this.ep)}; -k.position=function(){var a=this.I.Uc();a&&(this.I.N?(this.wd=this.rj+PV,2==a.dc&&(this.wd+=a.Xl,this.I.Qb&&(this.wd+=a.Zc))):(this.wd=a.Yb+a.Zc-this.nh-this.rj-PV,3==a.dc&&(this.wd-=a.Xl)),this.Cg=a.wc+a.Fd-(this.cl+this.ui)-this.xj,1==a.dc&&(this.Cg-=a.fs),this.Ia.setAttribute("transform","translate("+this.wd+","+this.Cg+")"))};k.Tj=function(){var a=this.Ia.getBoundingClientRect();return new zN(a.left+this.Cn-this.fl,a.top+this.Dn-this.fl,this.nh+2*this.fl,this.ui+this.cl+2*this.fl)}; -function BX(a,b){a.Li!=b&&(fa.clearTimeout(a.ep),a.Li=b,a.In())}k.In=function(){this.Ug+=this.Li?.2:-.2;this.Ug=Math.min(Math.max(this.Ug,0),1);var a=45*this.Ug;this.kn.setAttribute("transform","rotate("+(this.I.N?-a:a)+","+(this.I.N?4:this.nh-4)+","+(this.ui-2)+")");this.Ia.style.opacity=.4+.4*this.Ug;0this.Ug&&(this.ep=JO(this.In,20,this))};k.close=function(){BX(this,!1)};k.click=function(){var a=this.I.Yp-this.I.scrollX,b=this.I.Zp-this.I.scrollY;Math.sqrt(a*a+b*b)>CX||console.log("TODO: Inspect trash.")};function DX(a){var b=KF("xml");a=oV(a,!0);for(var c=0,d;d=a[c];c++)b.appendChild(EX(d));return b}function EX(a){var b;a.Ea.N&&(b=a.Ea.getWidth());var c=gW(a),d=a.jc();c.setAttribute("x",Math.round(a.Ea.N?b-d.x:d.x));c.setAttribute("y",Math.round(d.y));return c} -function gW(a){var b=KF(a.vd?"shadow":"block");b.setAttribute("type",a.type);b.setAttribute("id",a.id);if(a.mutationToDom){var c=a.mutationToDom();c&&(c.hasChildNodes()||c.hasAttributes())&&b.appendChild(c)}for(var c=0,d;d=a.Ub[c];c++)for(var e=0,g;g=d.sd[e];e++)if(g.name&&g.qj){var f=KF("field",null,g.getValue());f.setAttribute("name",g.name);b.appendChild(f)}if(c=a.gs())c=KF("comment",null,c),"object"==typeof a.tc&&(c.setAttribute("pinned",a.tc.isVisible()),d=a.tc.Fh(),c.setAttribute("h",d.height), -c.setAttribute("w",d.width)),b.appendChild(c);a.data&&(c=KF("data",null,a.data),b.appendChild(c));for(c=0;d=a.Ub[c];c++){var h;g=!0;5!=d.type&&(f=fW(d.lb),1==d.type?h=KF("value"):3==d.type&&(h=KF("statement")),e=d.lb.Of,!e||f&&f.vd||h.appendChild(FX(e)),f&&(h.appendChild(gW(f)),g=!1),h.setAttribute("name",d.name),g||b.appendChild(h))}a.jB!=a.Rg&&b.setAttribute("inline",a.Rg);a.isCollapsed()&&b.setAttribute("collapsed",!0);a.disabled&&b.setAttribute("disabled",!0);GX(a)||a.vd||b.setAttribute("deletable", -!1);uW(a)||a.vd||b.setAttribute("movable",!1);SV(a)||b.setAttribute("editable",!1);if(c=iW(a))h=KF("next",null,gW(c)),b.appendChild(h);e=a.yb&&a.yb.Of;!e||c&&c.vd||h.appendChild(FX(e));return b}function FX(a){for(var b=a=a.cloneNode(!0),c;b;)if(b.firstChild)b=b.firstChild;else{for(;b&&!b.nextSibling;)c=b,b=b.parentNode,3==c.nodeType&&""==c.data.trim()&&b.firstChild!=c&&QF(c);b&&(c=b,b=b.nextSibling,3==c.nodeType&&""==c.data.trim()&&QF(c))}return a} -function HX(a){return(new XMLSerializer).serializeToString(a)}function kX(a){return(new DOMParser).parseFromString(a,"text/xml").firstChild} -function IX(a,b){if(a instanceof kV){var c=a;a=b;b=c;console.warn("Deprecated call to Blockly.Xml.domToWorkspace, swap the arguments.")}var d;b.N&&(d=b.getWidth());EW();var c=a.childNodes.length,e=pV;e||qV(!0);for(var g=0;g=sV(this))){aY();cW++;var b=xW(a,this),c=parseInt(a.getAttribute("x"),10);a=parseInt(a.getAttribute("y"),10);if(!isNaN(c)&&!isNaN(a)){this.N&&(c=-c);do{for(var d=!1,e=this.Hi(),g=0,f;f=e[g];g++)if(f=f.jc(),1>=Math.abs(c-f.x)&&1>=Math.abs(a-f.y)){d=!0;break}if(!d)for(e=b.Ef(!1),g=0;f=e[g];g++)if(f.closest(iX,new wF(c,a)).lb){d=!0;break}d&&(c=this.N?c-iX:c+iX,a+=2*iX)}while(d);b.moveBy(c,a)}cW--;0==cW&&!b.vd&&ZV(new NX(b));b.select()}}; -function bY(a,b){var c=new wF(b.clientX,b.clientY);if(a.Wr){if(a.Wr.contains(c))return BX(a.ke,!0),KV(cY),!0;BX(a.ke,!1)}if(a.Vr&&a.Vr.contains(c))return KV(cY),!0;KV(LV);return!1} -k.Yh=function(a){this.Ri();JV(a)||(aY(),NV(),a.target&&a.target.nodeName&&("svg"==a.target.nodeName.toLowerCase()||a.target==this.ve)&&dY&&!this.options.readOnly&&dY.unselect(),IV(a)?this.an(a):this.Wc&&(this.Zo=!0,this.CF=a.clientX,this.DF=a.clientY,this.AF=this.Uc(),this.Yp=this.scrollX,this.Zp=this.scrollY,"mouseup"in eY&&(fY=fY||[],fY=fY.concat(BV(document,"mouseup",null,gY))),hV=hV||[],hV=hV.concat(BV(document,"mousemove",null,hY))),a.stopPropagation(),a.preventDefault())}; -function MV(a,b,c){b=uX(b,vX(a));b.x/=a.scale;b.y/=a.scale;a.Zr=yF(c,b)}function OV(a,b){var c=uX(b,vX(a));c.x/=a.scale;c.y/=a.scale;var d=a.Zr;return new wF(d.x+c.x,d.y+c.y)}k.zD=function(a){aY();var b=0p.length||window.confirm(kY.gJ.replace("%1", -String(p.length))))&&c()}};d.push(f);lY.show(a,d,this.N)}};function mY(a,b,c){if(b.length){try{var d=new window.Audio}catch(m){return}for(var e,g=0;gthis.options.ae.wk?d=this.options.ae.wk/this.scale:cthis.options.ae.wk?a=this.options.ae.wk:this.options.ae.zk&&aa||Math.abs(this.bl-b)>a)this.oj=c,this.bl=b,this.Mc.fh(c+a,b+a),this.Wk.setAttribute("width",this.oj),this.Wk.setAttribute("height",this.bl);this.sb.N&&this.I.Zd.setAttribute("transform","translate("+this.oj+",0)");this.I.resize()}; -k.Wb=function(a){if(a!=this.isVisible())if(ZV(new aW(this.sb,"mutatorOpen",!a,a)),a){this.Mc=new wV(this.sb.Ea,this.jo(),this.sb.Rf,this.Ph,null,null);if(a=this.I.options.Ni)this.I.Gb.init(this.I),this.I.Gb.show(a.childNodes);this.xg=this.sb.decompose(this.I);a=this.xg.pe();for(var b=0,c;c=a[b];b++)c.render();this.xg.$m(!1);this.xg.po=!1;this.I.Gb?(a=2*this.I.Gb.Kb,b=this.I.Gb.ec+a):b=a=16;this.sb.N&&(b=-b);this.xg.moveBy(b,a);if(this.sb.saveConnections){var d=this;this.sb.saveConnections(this.xg); -this.dn=function(){d.sb.saveConnections(d.xg)};this.sb.Ea.ag(this.dn)}this.Rm();this.I.ag(this.bG.bind(this));this.Eg()}else this.Wk=null,this.I.ab(),this.xg=this.I=null,this.Mc.ab(),this.Mc=null,this.bl=this.oj=0,this.dn&&(this.sb.Ea.aj(this.dn),this.dn=null)}; -k.bG=function(){if(0==VV)for(var a=oV(this.I,!1),b=0,c;c=a[b];b++){var d=c.jc(),e=jY(c);20>d.y+e.height&&c.moveBy(0,20-e.height-d.y)}if(this.xg.Ea==this.I){qV(!0);c=this.sb;a=(a=c.mutationToDom())&&HX(a);b=c.Cb;c.Cb=!1;c.compose(this.xg);c.Cb=b;c.Sh();b=(b=c.mutationToDom())&&HX(b);if(a!=b){ZV(new $V(c,"mutation",null,a,b));var g=pV;setTimeout(function(){qV(g);zW(c);qV(!1)},lW)}c.Cb&&c.render();this.Rm();qV(!1)}};k.lz=function(){return{wc:this.bl,Yb:this.oj,Fd:0,Zc:0}}; -k.ab=function(){this.sb.tg=null;QV.prototype.ab.call(this)};fa.Blockly||(fa.Blockly={});fa.Blockly.Mutator||(fa.Blockly.Mutator={});fa.Blockly.Mutator.reconnect=function(a,b,c){if(!a||!a.Ja.Ea)return!1;c=PX(b,c).lb;var d=fW(a);return d&&d!=b||c.wb==a?!1:(c.wb&&c.disconnect(),c.connect(a),!0)};function bW(a){bW.Da.constructor.call(this,a);RV(this);this.vc={}}Pa(bW,QV);k=bW.prototype;k.Br=!1;k.uo=function(a){GV("path",{"class":"blocklyIconShape",d:"M2,15Q-1,15 0.5,12L6.5,1.7Q8,-1 9.5,1.7L15.5,12Q17,15 14,15z"},a);GV("path",{"class":"blocklyIconSymbol",d:"m7,4.8v3.16l0.27,2.27h1.46l0.27,-2.27v-3.16z"},a);GV("rect",{"class":"blocklyIconSymbol",x:"7",y:"11",height:"2",width:"2"},a)}; -k.Wb=function(a){if(a!=this.isVisible())if(ZV(new aW(this.sb,"warningOpen",!a,a)),a){var b=this.Oe();a=GV("text",{"class":"blocklyText blocklyBubbleText",y:zV},null);for(var b=b.split("\n"),c=0;ca&&(b=b.substring(0,a-3)+"...");return b};function zY(a,b){return a.tj(1,b)}function AY(a,b){return a.tj(3,b)}function BY(a,b){return a.tj(5,b||"")} -k.tj=function(a,b){var c=null;if(1==a||3==a)c=this.uk(a);c=new ZW(a,b,this,c);this.Ub.push(c);return c};k.Lk=function(a){for(var b=0,c;c=this.Ub[b];b++)if(c.name==a){c.lb&&c.lb.wb&&(c.lb.Of=null,a=fW(c.lb),a.vd?a.ab():yW(a));c.ab();this.Ub.splice(b,1);break}};function PX(a,b){for(var c=0,d;d=a.Ub[c];c++)if(d.name==b)return d;return null}function CY(a){return(a=PX(a,"STACK"))&&a.lb&&fW(a.lb)}k.gs=function(){return this.tc||""}; -k.Sk=function(a){this.tc!=a&&(ZV(new $V(this,"comment",null,this.tc,a||"")),this.tc=a)};k.ue=function(){};k.Pp=function(){};k.jc=function(){return this.iu};k.moveBy=function(a,b){var c=new mW(this);this.iu.translate(a,b);oW(c);ZV(c)};k.uk=function(a){return new dW(this,a)};var lY={Ll:null,show:function(a,b,c){DY(lY,c,null);if(b.length){var d=new fV;d.Ag(c);for(var e=0,g;g=b[e];e++){var f=new bV(g.text);f.Ag(c);d.sj(f,!0);f.Fe(g.enabled);g.enabled&&jN(f,"action",g.Qd)}jN(d,"action",lY.hide);b=IF();e=CN();d.render(EY);var h=d.getElement();TV(h,"blocklyContextMenu");BV(h,"contextmenu",null,FY);g=HN(h);var f=a.clientX+e.x,m=a.clientY+e.y;a.clientY+g.height>=b.height&&(m-=g.height);c?g.width>=a.clientX&&(f+=g.width):a.clientX+g.width>=b.width&&(f-=g.width);GY(f,m,b,e,c); -gV(d);setTimeout(function(){h.focus()},1);lY.Ll=null}else lY.hide()},hide:function(){HY(lY);lY.Ll=null},uQ:function(a,b){return function(){cW++;var c=xW(b,a.Ea),d=a.jc();d.x=a.N?d.x-iX:d.x+iX;d.y+=2*iX;c.moveBy(d.x,d.y);cW--;0==cW&&!c.vd&&ZV(new NX(c));c.select()}}};function IY(a,b){IY.Da.constructor.call(this,a,b);this.Hm=new wF(0,0)}Pa(IY,dW);function JY(a,b){var c=a.xe-b.xe,d=a.rc-b.rc;return Math.sqrt(c*c+d*d)}function kW(a,b){if(0==VV){var c=tY(a.Ja);if(!c.Se){var d=!1;if(!uW(c)){c=tY(b.Ja);if(!uW(c))return;b=a;d=!0}c.kc().parentNode.appendChild(c.kc());var e=b.xe+iX-a.xe,g=b.rc+iX-a.rc;d&&(g=-g);c.N&&(e=-e);c.moveBy(e,g)}}}k=IY.prototype;k.moveTo=function(a,b){this.Pg&&pW(this.Kg,this);this.xe=a;this.rc=b;this.No||eX(this.Kg,this)}; -k.moveBy=function(a,b){this.moveTo(this.xe+a,this.rc+b)};function KY(a,b){a.moveTo(b.x+a.Hm.x,b.y+a.Hm.y)}function LY(a,b,c){a.Hm.x=b;a.Hm.y=c}function MY(a){var b=a.wb.xe-a.xe,c=a.wb.rc-a.rc;if(0!=b||0!=c){a=fW(a);var d=a.kc();if(!d)throw"block is not rendered.";d=XV(d);a.kc().setAttribute("transform","translate("+(d.x-b)+","+(d.y-c)+")");NY(a,-b,-c)}} -k.closest=function(a,b){var c;c=this.Ml;if(c.length){var d=this.rc,e=this.xe;this.xe=e+b.x;this.rc=d+b.y;for(var g=fX(c,this),f=null,h=a,m,l=g-1;0<=l&&Math.abs(c[l].rc-this.rc)<=a;)m=c[l],this.um(m,h)&&(f=m,h=JY(m,this)),l--;for(;gb?!1:IY.Da.um.call(this,a)};k.qo=function(a,b){IY.Da.qo.call(this,a,b);a.Cb&&a.render();b.Cb&&(LX(b),b.render())}; -k.Gp=function(){var a=this.Ja,b=this.Of;if(a.Ea&&b&&uV){IY.Da.Gp.call(this);b=fW(this);if(!b)throw"Couldn't respawn the shadow block that should exist here.";b.Sh();b.render(!1);a.Cb&&a.render()}};k.Jl=function(a){IY.Da.Jl.call(this,a);var b=this.Ja;a=a.Ja;b.Cb&&LX(b);a.Cb&&LX(a);b.Cb&&a.Cb&&(3==this.type||4==this.type?a.render():b.render())};function ZX(a,b,c){this.Ia=GV("g",{},null);this.Xk=GV("path",{"class":"blocklyPathDark",transform:"translate(1,1)"},this.Ia);this.Rf=GV("path",{"class":"blocklyPath"},this.Ia);this.hj=GV("path",{"class":"blocklyPathLight"},this.Ia);this.Rf.lh=this;this.Cb=!1;PW(this.Rf);ZX.Da.constructor.call(this,a,b,c)}Pa(ZX,rV);k=ZX.prototype;k.height=0;k.width=0;k.Nj=null; -k.Sh=function(){for(var a=0,b;b=this.Ub[a];a++)b.init();b=cX(this);for(a=0;aa.Ea.scale))){var b=wX(a.Ia,a.Ea);a.Bb?(b.x+=(a.N?3:-3)*a.Ea.scale,b.y+=13*a.Ea.scale):a.Eb&&(b.x+=(a.N?-23:23)*a.Ea.scale,b.y+=3*a.Ea.scale);b=GV("circle",{cx:b.x,cy:b.y,r:0,fill:"none",stroke:"#888","stroke-width":10},vX(a.Ea));ZY(b,new Date,a.Ea.scale)}this.Ea.ke&&this.Ea.ke.close()}else!this.getParent()&&GX(dY)&&bY(this.Ea,a)&&((a=this.Ea.ke)&& -JO(a.close,100,a),dY.ab(!1,!0));qW&&(OY(),qW=null);KV(VY);UW||qV(!1)}; -k.an=function(a){if(!this.Ea.options.readOnly&&this.contextMenu){var b=this,c=[];if(GX(this)&&uW(this)&&!b.Se){var d={text:kY.kJ,enabled:!0,Qd:function(){var a=$Y,c=aZ;bZ(b);b.Ea.paste($Y);$Y=a;aZ=c}};this.pe().length>sV(this.Ea)&&(d.enabled=!1);c.push(d);SV(this)&&!this.Cf&&this.Ea.options.Cy&&(d={enabled:!AE},this.tc?(d.text=kY.fQ,d.Qd=function(){b.Sk(null)}):(d.text=kY.eG,d.Qd=function(){b.Sk("")}),c.push(d));if(!this.Cf)for(d=1;d=a.clientX&&0==a.clientY&&0==a.button)a.stopPropagation();else{var b=this.jc(),c=OV(this.Ea,a),d;if(d=1==VV){d=b.x-c.x;var e=b.y-c.y;d=Math.sqrt(d*d+e*e)*this.Ea.scale>CX}d&&(VV=2,cZ(),this.Jf&&(yW(this),d=this.kc(),d.Zk="translate("+c.x+","+c.y+")",nY(this.Ea,"disconnect"),1>this.Ea.scale||(d=Math.atan(10/jY(this).height)/Math.PI*180,this.N||(d*=-1),dZ(this.Ia,d,new Date))),UY(this,!0));if(2==VV){b=yF(b,this.Nj);d=this.kc();d.Zk="translate("+c.x+","+c.y+ -")";d.setAttribute("transform",d.Zk+d.Uk);for(c=0;cd.sx&&d.oi.unshift());for(var e=0,g=void 0;g=d.Id[e];e++)g(c)}}} -function tV(a,b){var c=Tb(a);b||c.reverse();for(var d=0,e;e=c[d];d++)for(var g=d+1,f;f=c[g];g++)e.type==f.type&&e.dg==f.dg&&e.yf==f.yf&&("move"==e.type?(e.Fm=f.Fm,e.Em=f.Em,e.Dm=f.Dm,c.splice(g,1),g--):"change"==e.type&&e.element==f.element&&e.name==f.name?(e.newValue=f.newValue,c.splice(g,1),g--):"ui"!=e.type||"click"!=f.element||"commentOpen"!=e.element&&"mutatorOpen"!=e.element&&"warningOpen"!=e.element||(e.newValue=f.newValue,c.splice(g,1),g--));for(d=c.length-1;0<=d;d--)c[d].Yo()&&c.splice(d, -1);b||c.reverse();for(d=1;e=c[d];d++)"change"==e.type&&"mutation"==e.element&&c.unshift(c.splice(d,1)[0]);return c}function qV(a){pV="boolean"==typeof a?a?lV():"":a}function rZ(a){var b=[];a=a.pe();for(var c=0,d;d=a[c];c++)b[c]=d.id;return b}function sZ(a){a&&(this.dg=a.id,this.yf=a.Ea.id);this.group=pV;this.Cp=uV}sZ.prototype.Yo=function(){return!1};sZ.prototype.Pk=function(){};function NX(a){a&&(NX.Da.constructor.call(this,a),this.xml=EX(a),this.Ro=rZ(a))}Pa(NX,sZ);NX.prototype.type="create"; -NX.prototype.Pk=function(a){var b=mV[this.yf]||null;if(a)a=KF("xml"),a.appendChild(this.xml),IX(a,b);else{a=0;for(var c;c=this.Ro[a];a++){var d=b.cg[c]||null;d?d.ab(!1,!1):c==this.dg&&console.warn("Can't uncreate non-existant block: "+c)}}};function sY(a){if(a){if(a.getParent())throw"Connected blocks cannot be deleted.";sY.Da.constructor.call(this,a);this.ZC=EX(a);this.Ro=rZ(a)}}Pa(sY,sZ);sY.prototype.type="delete"; -sY.prototype.Pk=function(a){var b=mV[this.yf]||null;if(a){a=0;for(var c;c=this.Ro[a];a++){var d=b.cg[c]||null;d?d.ab(!1,!1):c==this.dg&&console.warn("Can't delete non-existant block: "+c)}}else a=KF("xml"),a.appendChild(this.ZC),IX(a,b)};function $V(a,b,c,d,e){a&&($V.Da.constructor.call(this,a),this.element=b,this.name=c,this.oldValue=d,this.newValue=e)}Pa($V,sZ);$V.prototype.type="change";$V.prototype.Yo=function(){return this.oldValue==this.newValue}; -$V.prototype.Pk=function(a){var b=(mV[this.yf]||null).cg[this.dg]||null;if(b)switch(b.tg&&b.tg.Wb(!1),a=a?this.newValue:this.oldValue,this.element){case "field":(b=OX(b,this.name))?b.Od(a):console.warn("Can't set non-existant field: "+this.name);break;case "comment":b.Sk(a||null);break;case "collapsed":b.ei(a);break;case "disabled":b.dj(a);break;case "inline":b.fj(a);break;case "mutation":var c="";b.mutationToDom&&(c=(c=b.mutationToDom())&&HX(c));if(b.domToMutation){a=a||"\x3cmutation\x3e\x3c/mutation\x3e"; -var d=kX("\x3cxml\x3e"+a+"\x3c/xml\x3e");b.domToMutation(d.firstChild)}ZV(new $V(b,"mutation",null,c,a));break;default:console.warn("Unknown change type: "+this.element)}else console.warn("Can't change non-existant block: "+this.dg)};function mW(a){a&&(mW.Da.constructor.call(this,a),a=tZ(this),this.Hs=a.mt,this.Gs=a.qs,this.np=a.Dr)}Pa(mW,sZ);mW.prototype.type="move";function oW(a){var b=tZ(a);a.Fm=b.mt;a.Em=b.qs;a.Dm=b.Dr} -function tZ(a){var b=(mV[a.yf]||null).cg[a.dg]||null;a={};var c=b.getParent();if(c){a.mt=c.id;a:{for(var d=0,e;e=c.Ub[d];d++)if(e.lb&&fW(e.lb)==b){b=e;break a}b=null}b&&(a.qs=b.name)}else a.Dr=b.jc();return a}mW.prototype.Yo=function(){return this.Hs==this.Fm&&this.Gs==this.Em&&xF(this.np,this.Dm)}; -mW.prototype.Pk=function(a){var b=mV[this.yf]||null,c=b.cg[this.dg]||null;if(c){var d=a?this.Fm:this.Hs,e=a?this.Em:this.Gs;a=a?this.Dm:this.np;var g=null;if(d&&(g=b.cg[d]||null,!g)){console.warn("Can't connect to non-existant block: "+d);return}c.getParent()&&yW(c);if(a)e=c.jc(),c.moveBy(a.x-e.x,a.y-e.y);else{var c=c.Bb||c.Eb,f;if(e){if(b=PX(g,e))f=b.lb}else 4==c.type&&(f=g.yb);f?c.connect(f):console.warn("Can't connect to non-existant input: "+e)}}else console.warn("Can't move non-existant block: "+ -this.dg)};function aW(a,b,c,d){aW.Da.constructor.call(this,a);this.element=b;this.oldValue=c;this.newValue=d;this.Cp=!1}Pa(aW,sZ);aW.prototype.type="ui";var kY={},uZ=Oa,Oa=function(a,b){var c=Oa.Qx[a];c&&(a=kY[c]);return uZ(a,b)};Oa.Qx={Today:"TODAY"};function YY(a,b){YY.Da.constructor.call(this,a,b)}var vZ;Pa(YY,AW);k=YY.prototype;k.un="text";k.yF=!0;k.ab=function(){HY(this);YY.Da.ab.call(this)};k.Od=function(a){if(null!==a){if(this.Ja&&this.$d){var b=this.$d(a);null!==b&&void 0!==b&&(a=b)}AW.prototype.Od.call(this,a)}}; -k.bn=function(a){this.I=this.Ja.Ea;a=a||!1;if(!a&&(EE||GE||IE)){a=window.prompt(kY.hG,this.vc);if(this.Ja&&this.$d){var b=this.$d(a);void 0!==b&&(a=b)}this.Od(a)}else{DY(this,this.Ja.N,wZ(this));var b=EY,c=KF("input","blocklyHtmlInput");c.setAttribute("spellcheck",this.yF);var d=11*this.I.scale+"pt";b.style.fontSize=d;c.style.fontSize=d;vZ=c;b.appendChild(c);c.value=c.defaultValue=this.vc;c.Is=null;xZ(this);this.Fp();a||(c.focus(),c.select());c.sD=BV(c,"keydown",this,this.rD);c.uD=BV(c,"keyup",this, -this.ct);c.tD=BV(c,"keypress",this,this.ct);c.it=this.Fp.bind(this);this.I.ag(c.it)}};k.rD=function(a){var b=vZ;13==a.keyCode?yZ():27==a.keyCode?(b.value=b.defaultValue,yZ()):9==a.keyCode&&(yZ(),this.Ja.tab(this,!a.shiftKey),a.preventDefault())};k.ct=function(){var a=vZ,b=a.value;b!==a.Is?(a.Is=b,this.Od(b),xZ(this)):DE&&this.Ja.render();this.Fp();zZ(this.Ja.Ea)};function xZ(a){var b=!0,c=vZ;a.Ja&&a.$d&&(b=a.$d(c.value));null===b?TV(c,"blocklyInvalidInput"):UV(c,"blocklyInvalidInput")} -k.Fp=function(){var a=EY,b=this.Hd.getBBox();a.style.width=b.width*this.I.scale+"px";a.style.height=b.height*this.I.scale+"px";b=EN(this.rh);if(this.Ja.N){var c=GW(this);b.x+=c.width;b.x-=a.offsetWidth}b.y+=1;CE&&EY.style.top&&(--b.x,--b.y);DE&&(b.y-=3);a.style.left=b.x+"px";a.style.top=b.y+"px"}; -function wZ(a){return function(){var b=vZ,c=b.value;if(a.Ja&&a.$d){var d=a.$d(c);null===d?c=b.defaultValue:void 0!==d&&(c=d)}a.Od(c);a.Ja.Cb&&a.Ja.render();FV(b.sD);FV(b.uD);FV(b.tD);a.I.aj(b.it);vZ=null;b=EY.style;b.width="auto";b.height="auto";b.fontSize=""}};var iZ=/#(.)(.)(.)/;function vY(a){var b=a[0],c=a[1];a=a[2];b=Number(b);c=Number(c);a=Number(a);if(isNaN(b)||0>b||255c||255a||255=this.Ot.valueOf()&&a.valueOf()<=this.Ul.valueOf()};BZ.prototype.iterator=function(){return new EZ(this)};function EZ(a){this.lp=a.getStartDate().clone();this.Ul=Number(a.Ul.Bg())}Pa(EZ,DK);EZ.prototype.next=function(){if(Number(this.lp.Bg())>this.Ul)throw CK;var a=this.lp.clone();this.lp.add(new TQ(UQ,1));return a};Z.lJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"dd-MM",V:"d MMM",X:"d MMM y",Y:"EEE d MMM",Z:"EEE, d MMM y",S:"d"};Z.mJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"MMM d",U:"MMMM dd",W:"M/d",V:"MMMM d",X:"d MMM y",Y:"EEE, MMM d",Z:"EEE\u1363 MMM d y",S:"d"};Z.nJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d/\u200fM",V:"d MMMM",X:"d MMM\u060c y",Y:"EEE\u060c d MMM",Z:"EEE\u060c d MMM\u060c y",S:"d"}; -Z.oJ={O:"y",aa:"G y",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"dd.MM",V:"d MMMM",X:"d MMM y",Y:"d MMM, EEE",Z:"d MMM y, EEE",S:"d"};Z.pJ={O:"y",aa:"y G",ba:"LLL y",P:"LLLL y",T:"d MMM",U:"dd MMMM",W:"d.M",V:"d MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, d MMM y",S:"d"};Z.qJ={O:"y '\u0433'.",aa:"y '\u0433'. G",ba:"MM.y '\u0433'.",P:"MMMM y '\u0433'.",T:"d.MM",U:"d MMMM",W:"d.MM",V:"d MMMM",X:"d.MM.y '\u0433'.",Y:"EEE, d.MM",Z:"EEE, d.MM.y '\u0433'.",S:"d"}; -Z.rJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d MMM, y",Y:"EEE d MMM",Z:"EEE, d MMM, y",S:"d"};Z.sJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"dd/MM",V:"d MMMM",X:"d MMM y",Y:"EEE d MMM",Z:"EEE d MMM y",S:"d"};Z.tJ={O:"y.",aa:"y. G",ba:"MMM y.",P:"LLLL y.",T:"dd. MMM",U:"dd. MMMM",W:"dd.MM.",V:"d. MMMM",X:"dd. MMM y.",Y:"EEE, dd. MMM",Z:"EEE, dd. MMM y.",S:"d"}; -Z.uJ={O:"y",aa:"y G",ba:"LLL y",P:"LLLL 'de' y",T:"d MMM",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, d MMM y",S:"d"};Z.vJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"MMM d",U:"MMMM dd",W:"M/d",V:"MMMM d",X:"MMM d, y",Y:"MMM d, EEE",Z:"EEE, MMM d, y",S:"d"};Z.wJ={O:"y",aa:"y G",ba:"LLLL y",P:"LLLL y",T:"d. M.",U:"dd. MMMM",W:"d. M.",V:"d. MMMM",X:"d. M. y",Y:"EEE d. M.",Z:"EEE d. M. y",S:"d."}; -Z.xJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, d MMM y",S:"d"};Z.yJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d. MMM",U:"dd. MMMM",W:"d/M",V:"d. MMMM",X:"d. MMM y",Y:"EEE d. MMM",Z:"EEE d. MMM y",S:"d."};Z.zJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d. MMM",U:"dd. MMMM",W:"d.M.",V:"d. MMMM",X:"d. MMM y",Y:"EEE, d. MMM",Z:"EEE, d. MMM y",S:"d"}; -Z.AJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d. MMM",U:"dd. MMMM",W:"d.M.",V:"d. MMMM",X:"d. MMM y",Y:"EEE, d. MMM",Z:"EEE, d. MMM y",S:"d"};Z.BJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d. MMM",U:"dd. MMMM",W:"d.M.",V:"d. MMMM",X:"d. MMM y",Y:"EEE, d. MMM",Z:"EEE, d. MMM y",S:"d"};Z.CJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, d MMM y",S:"d"}; -Z.Aq={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"MMM d",U:"MMMM dd",W:"M/d",V:"MMMM d",X:"MMM d, y",Y:"EEE, MMM d",Z:"EEE, MMM d, y",S:"d"};Z.DJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"dd/MM",V:"d MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, d MMM y",S:"d"};Z.EJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"MMM d",U:"MMMM dd",W:"MM-dd",V:"MMMM d",X:"MMM d, y",Y:"EEE, MMM d",Z:"EEE, MMM d, y",S:"d"}; -Z.FJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"dd/MM",V:"d MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, d MMM y",S:"d"};Z.GJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE d MMM y",S:"d"};Z.HJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"dd/MM",V:"d MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE d MMM, y",S:"d"}; -Z.IJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"dd/MM",V:"d MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, d MMM y",S:"d"};Z.JJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"MMM d",U:"MMMM dd",W:"M/d",V:"MMMM d",X:"MMM d, y",Y:"EEE, MMM d",Z:"EEE, MMM d, y",S:"d"};Z.KJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"dd MMM",U:"dd MMMM",W:"MM/dd",V:"d MMMM",X:"dd MMM y",Y:"EEE, dd MMM",Z:"EEE, dd MMM y",S:"d"}; -Z.LJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM 'de' y",T:"d MMM",U:"dd 'de' MMMM",W:"d/M",V:"d 'de' MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, d MMM y",S:"d"};Z.MJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM 'de' y",T:"d MMM",U:"dd-MMMM",W:"d/M",V:"d 'de' MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, d 'de' MMM 'de' y",S:"d"};Z.NJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM 'de' y",T:"d MMM",U:"dd 'de' MMMM",W:"d/M",V:"d 'de' MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, d MMM y",S:"d"}; -Z.OJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM 'de' y",T:"d MMM",U:"dd-MMMM",W:"d/M",V:"d 'de' MMMM",X:"d MMM y",Y:"EEE d 'de' MMM",Z:"EEE, d 'de' MMMM 'de' y",S:"d"};Z.PJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM 'de' y",T:"d MMM",U:"dd-MMMM",W:"d/M",V:"d 'de' MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, d 'de' MMM 'de' y",S:"d"};Z.QJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d. MMM",U:"dd. MMMM",W:"d.M",V:"d. MMMM",X:"d. MMM y",Y:"EEE, d. MMM",Z:"EEE, d. MMMM y",S:"d"}; -Z.RJ={O:"y",aa:"G y",ba:"y MMM",P:"y('e')'ko' MMMM",T:"MMM d",U:"MMMM dd",W:"M/d",V:"MMMM d",X:"y MMM d",Y:"MMM d, EEE",Z:"y MMM d, EEE",S:"d"};Z.SJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d LLL",U:"dd LLLL",W:"M/d",V:"d LLLL",X:"d MMM y",Y:"EEE d LLL",Z:"EEE d MMM y",S:"d"};Z.TJ={O:"y",aa:"y G",ba:"LLL y",P:"LLLL y",T:"d. MMM",U:"dd. MMMM",W:"d.M.",V:"d. MMMM",X:"d. MMM y",Y:"ccc d. MMM",Z:"EEE d. MMM y",S:"d"}; -Z.UJ={O:"y",aa:"G y",ba:"MMM y",P:"MMMM y",T:"MMM d",U:"MMMM dd",W:"M/d",V:"MMMM d",X:"MMM d, y",Y:"EEE, MMM d",Z:"EEE, MMM d, y",S:"d"};Z.VJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d MMM y",Y:"EEE d MMM",Z:"EEE d MMM y",S:"d"};Z.WJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"M-d",V:"d MMMM",X:"d MMM y",Y:"EEE d MMM",Z:"EEE d MMM y",S:"d"}; -Z.XJ={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"dd/MM",V:"d MMMM",X:"d MMM y",Y:"EEE d MMM",Z:"EEE d MMM y",S:"d"};Z.YJ={O:"y",aa:"G y",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d-M",V:"d MMMM",X:"d MMM, y",Y:"EEE d MMM",Z:"EEE, d MMM, y",S:"d"};Z.ZJ={O:"y",aa:"G y",ba:"MMM y",P:"MMMM y",T:"d. MMM",U:"dd. MMMM",W:"d.M.",V:"d. MMMM",X:"y MMM d",Y:"EEE d. MMM",Z:"EEE, d. MMM y",S:"d"}; -Z.$J={O:"y",aa:"G y",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d MMM, y",Y:"EEE, d MMM",Z:"EEE, d MMM, y",S:"d"};Z.aK={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, d MMM y",S:"d"};Z.bK={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d \u05d1MMM",U:"dd \u05d1MMMM",W:"d.M",V:"d \u05d1MMMM",X:"d \u05d1MMM y",Y:"EEE, d \u05d1MMM",Z:"EEE, d \u05d1MMM y",S:"d"}; -Z.cK={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, d MMM y",S:"d"};Z.dK={O:"y.",aa:"y. G",ba:"LLL y.",P:"LLLL y.",T:"d. MMM",U:"dd. MMMM",W:"dd.MM.",V:"d. MMMM",X:"d. MMM y.",Y:"EEE, d. MMM",Z:"EEE, d. MMM y.",S:"d."};Z.eK={O:"y.",aa:"G y.",ba:"y. MMM",P:"y. MMMM",T:"MMM d.",U:"MMMM dd.",W:"M. d.",V:"MMMM d.",X:"y. MMM d.",Y:"MMM d., EEE",Z:"y. MMM d., EEE",S:"d"}; -Z.fK={O:"y",aa:"G y\u0569.",ba:"y\u0569. LLL",P:"y\u0569. LLLL",T:"d MMM",U:"dd MMMM",W:"dd.MM",V:"d MMMM",X:"d MMM, y\u0569.",Y:"d MMM, EEE",Z:"y\u0569. MMM d, EEE",S:"d"};Z.gK={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, d MMM y",S:"d"};Z.hK={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, d MMM y",S:"d"}; -Z.iK={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d. MMM",U:"dd. MMMM",W:"d.M.",V:"d. MMMM",X:"d. MMM y",Y:"EEE, d. MMM",Z:"EEE, d. MMM y",S:"d"};Z.jK={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d MMM y",Y:"EEE d MMM",Z:"EEE d MMM y",S:"d"};Z.kK={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d \u05d1MMM",U:"dd \u05d1MMMM",W:"d.M",V:"d \u05d1MMMM",X:"d \u05d1MMM y",Y:"EEE, d \u05d1MMM",Z:"EEE, d \u05d1MMM y",S:"d"}; -Z.lK={O:"y\u5e74",aa:"Gy\u5e74",ba:"y\u5e74M\u6708",P:"y\u5e74M\u6708",T:"M\u6708d\u65e5",U:"M\u6708dd\u65e5",W:"M/d",V:"M\u6708d\u65e5",X:"y\u5e74M\u6708d\u65e5",Y:"M\u6708d\u65e5(EEE)",Z:"y\u5e74M\u6708d\u65e5(EEE)",S:"d\u65e5"};Z.mK={O:"y",aa:"y G",ba:"MMM, y",P:"MMMM, y",T:"d MMM",U:"dd MMMM",W:"d.M",V:"d MMMM",X:"d MMM, y",Y:"EEE, d MMM",Z:"EEE, d MMM, y",S:"d"};Z.nK={O:"y",aa:"G y",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"dd-MM",V:"d MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, d MMM y",S:"d"}; -Z.oK={O:"y",aa:"y \u1793\u17c3 G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d-M",V:"d MMMM",X:"d MMM y",Y:"EEE d MMM",Z:"EEE d MMM y",S:"d"};Z.pK={O:"y",aa:"G y",ba:"MMM y",P:"MMMM y",T:"MMM d",U:"dd MMMM",W:"M/d",V:"d MMMM",X:"MMM d,y",Y:"EEE, d MMM",Z:"EEE, MMM d, y",S:"d"};Z.qK={O:"y\ub144",aa:"G y\ub144",ba:"y\ub144 MMM",P:"y\ub144 MMMM",T:"MMM d\uc77c",U:"MMMM dd\uc77c",W:"M. d.",V:"MMMM d\uc77c",X:"y\ub144 MMM d\uc77c",Y:"MMM d\uc77c (EEE)",Z:"y\ub144 MMM d\uc77c (EEE)",S:"d\uc77c"}; -Z.rK={O:"y",aa:"G y-'\u0436'.",ba:"y-'\u0436'. MMM",P:"y-'\u0436'. MMMM",T:"d-MMM",U:"dd-MMMM",W:"dd-MM",V:"d-MMMM",X:"y-'\u0436'. d-MMM",Y:"d-MMM, EEE",Z:"y-'\u0436'. d-MMM, EEE",S:"d"};Z.sK={O:"y",aa:"G y",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d MMM y",Y:"EEE d MMM",Z:"EEE d MMM y",S:"d"};Z.tK={O:"y",aa:"G y",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d MMM y",Y:"EEE d MMM",Z:"EEE, d MMM y",S:"d"}; -Z.uK={O:"y",aa:"y G",ba:"y-MM",P:"y LLLL",T:"MM-dd",U:"MMMM dd",W:"MM-d",V:"MMMM d",X:"y-MM-dd",Y:"MM-dd, EEE",Z:"y-MM-dd, EEE",S:"dd"};Z.vK={O:"y. 'g'.",aa:"G y. 'g'.",ba:"y. 'g'. MMM",P:"y. 'g'. MMMM",T:"d. MMM",U:"dd. MMMM",W:"dd.MM.",V:"d. MMMM",X:"y. 'g'. d. MMM",Y:"EEE, d. MMM",Z:"EEE, y. 'g'. d. MMM",S:"d"};Z.wK={O:"y",aa:"y G",ba:"MMM y '\u0433'.",P:"MMMM y '\u0433'.",T:"d MMM",U:"dd MMMM",W:"d.M",V:"d MMMM",X:"d MMM y '\u0433'.",Y:"EEE d MMM",Z:"EEE, d MMM y '\u0433'.",S:"d"}; -Z.xK={O:"y",aa:"G y",ba:"y MMM",P:"y MMMM",T:"MMM d",U:"MMMM dd",W:"MM-dd",V:"MMMM d",X:"y MMM d",Y:"MMM d, EEE",Z:"y MMM d, EEE",S:"d"};Z.yK={O:"y",aa:"G y",ba:"y MMM",P:"y MMMM",T:"MMM d",U:"MMMM dd",W:"M-d",V:"MMMM d",X:"y MMM d",Y:"EEE MMM d",Z:"EEE, y MMM d",S:"d"};Z.zK={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"dd.MM",V:"d MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, d MMM y",S:"d"}; -Z.AK={O:"y",aa:"G y",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d MMM, y",Y:"EEE, d MMM",Z:"EEE, d, MMM y",S:"d"};Z.BK={O:"y",aa:"G y",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d-M",V:"d MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, d MMM y",S:"d"};Z.CK={O:"y",aa:"G y",ba:"y MMM",P:"y MMMM",T:"MMM d",U:"MMMM dd",W:"MM-dd",V:"MMMM d",X:"y MMM d",Y:"MMM d, EEE",Z:"y MMM d, EEE",S:"d"}; -Z.DK={O:"y",aa:"G y",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d MMM y",Y:"EEE\u104a d MMM",Z:"EEE\u104a d MMM y",S:"d"};Z.EK={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d. MMM",U:"dd. MMMM",W:"d.M.",V:"d. MMMM",X:"d. MMM y",Y:"EEE d. MMM",Z:"EEE d. MMM y",S:"d."};Z.FK={O:"y",aa:"G y",ba:"y MMM",P:"y MMMM",T:"MMM d",U:"MMMM dd",W:"MM-dd",V:"MMMM d",X:"y MMM d",Y:"MMM d, EEE",Z:"y MMM d, EEE",S:"d"}; -Z.GK={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d-M",V:"d MMMM",X:"d MMM y",Y:"EEE d MMM",Z:"EEE d MMM y",S:"d"};Z.HK={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d. MMM",U:"dd. MMMM",W:"d.M.",V:"d. MMMM",X:"d. MMM y",Y:"EEE d. MMM",Z:"EEE d. MMM y",S:"d."};Z.IK={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d. MMM",U:"dd. MMMM",W:"d.M.",V:"d. MMMM",X:"d. MMM y",Y:"EEE d. MMM",Z:"EEE d. MMM y",S:"d."}; -Z.JK={O:"y",aa:"G y",ba:"y MMM",P:"MMMM y",T:"MMM d",U:"MMMM dd",W:"d-M",V:"MMMM d",X:"d MMM y",Y:"MMM d, EEE",Z:"y MMM d, EEE",S:"d"};Z.KK={O:"y",aa:"G y",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, d MMM y",S:"d"};Z.LK={O:"y",aa:"y G",ba:"MM.y",P:"LLLL y",T:"d.MM",U:"dd MMMM",W:"d.MM",V:"d MMMM",X:"d.MM.y",Y:"EEE, d.MM",Z:"EEE, d.MM.y",S:"d"}; -Z.MK={O:"y",aa:"y G",ba:"MMM 'de' y",P:"MMMM 'de' y",T:"d 'de' MMM",U:"dd 'de' MMMM",W:"d/M",V:"d 'de' MMMM",X:"d 'de' MMM 'de' y",Y:"EEE, d 'de' MMM",Z:"EEE, d 'de' MMM 'de' y",S:"d"};Z.NK={O:"y",aa:"y G",ba:"MMM 'de' y",P:"MMMM 'de' y",T:"d 'de' MMM",U:"dd 'de' MMMM",W:"d/M",V:"d 'de' MMMM",X:"d 'de' MMM 'de' y",Y:"EEE, d 'de' MMM",Z:"EEE, d 'de' MMM 'de' y",S:"d"}; -Z.OK={O:"y",aa:"y G",ba:"MM/y",P:"MMMM 'de' y",T:"d/MM",U:"dd 'de' MMMM",W:"d/M",V:"d 'de' MMMM",X:"d/MM/y",Y:"EEE, d/MM",Z:"EEE, d/MM/y",S:"d"};Z.PK={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"dd.MM",V:"d MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, d MMM y",S:"d"};Z.QK={O:"y",aa:"y G",ba:"LLL y",P:"LLLL y",T:"d MMM",U:"dd MMMM",W:"dd.MM",V:"d MMMM",X:"d MMM y '\u0433'.",Y:"ccc, d MMM",Z:"EEE, d MMM y '\u0433'.",S:"d"}; -Z.RK={O:"y.",aa:"y. G",ba:"MMM y.",P:"MMMM y.",T:"d. MMM",U:"dd. MMMM",W:"d/M",V:"d. MMMM",X:"d. MMM y.",Y:"EEE d. MMM",Z:"EEE, d. MMM y.",S:"d"};Z.SK={O:"y",aa:"G y",ba:"y MMM",P:"y MMMM",T:"MMM d",U:"MMMM dd",W:"M-d",V:"MMMM d",X:"y MMM d",Y:"MMM d EEE",Z:"y MMM d, EEE",S:"d"};Z.TK={O:"y",aa:"y G",ba:"LLLL y",P:"LLLL y",T:"d. M",U:"dd. MMMM",W:"d. M.",V:"d. MMMM",X:"d. M. y",Y:"EEE, d. M.",Z:"EEE d. M. y",S:"d."}; -Z.UK={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d. MMM",U:"dd. MMMM",W:"d. M.",V:"d. MMMM",X:"d. MMM y",Y:"EEE, d. MMM",Z:"EEE, d. MMM y",S:"d"};Z.VK={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d.M",V:"d MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, d MMM y",S:"d"};Z.WK={O:"y.",aa:"y. G",ba:"MMM y.",P:"MMMM y.",T:"d. MMM",U:"dd. MMMM",W:"d/M",V:"d. MMMM",X:"d. MMM y.",Y:"EEE d. MMM",Z:"EEE, d. MMM y.",S:"d"}; -Z.XK={O:"y.",aa:"y. G",ba:"MMM y.",P:"MMMM y.",T:"d. MMM",U:"dd. MMMM",W:"d/M",V:"d. MMMM",X:"d. MMM y.",Y:"EEE d. MMM",Z:"EEE, d. MMM y.",S:"d"};Z.YK={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d MMM y",Y:"EEE d MMM",Z:"EEE d MMM y",S:"d"};Z.ZK={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, MMM d, y",S:"d"}; -Z.$K={O:"y",aa:"G y",ba:"MMM y",P:"MMMM y",T:"MMM d",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d MMM, y",Y:"MMM d, EEE",Z:"EEE, d MMM, y",S:"d"};Z.aL={O:"y",aa:"G y",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d, MMM y",Y:"EEE, d MMM",Z:"EEE, d, MMM y",S:"d"};Z.bL={O:"y",aa:"G y",ba:"MMM y",P:"MMMM G y",T:"d MMM",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d MMM y",Y:"EEE d MMM",Z:"EEE d MMM y",S:"d"}; -Z.cL={O:"y",aa:"G y",ba:"MMM y",P:"MMMM y",T:"MMM d",U:"MMMM dd",W:"M/d",V:"MMMM d",X:"MMM d, y",Y:"EEE, MMM d",Z:"EEE, MMM d, y",S:"d"};Z.dL={O:"y",aa:"G y",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"dd/MM",V:"dd MMMM",X:"dd MMM y",Y:"d MMMM EEE",Z:"d MMM y EEE",S:"d"};Z.eL={O:"y",aa:"y G",ba:"LLL y",P:"LLLL y",T:"d MMM",U:"dd MMMM",W:"dd.MM",V:"d MMMM",X:"d MMM y",Y:"EEE, d MMM",Z:"EEE, d MMM y",S:"d"}; -Z.fL={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"d MMM",U:"dd MMMM",W:"d/M",V:"d MMMM",X:"d MMM\u060c y",Y:"EEE\u060c d MMM",Z:"EEE\u060c d MMM\u060c y",S:"d"};Z.gL={O:"y",aa:"G y",ba:"y MMM",P:"y MMMM",T:"MMM d",U:"MMMM dd",W:"MM-dd",V:"MMMM d",X:"y MMM d",Y:"MMM d, EEE",Z:"y MMM d, EEE",S:"d"};Z.hL={O:"y",aa:"y G",ba:"MMM y",P:"MMMM 'n\u0103m' y",T:"d MMM",U:"dd MMMM",W:"dd-M",V:"d MMMM",X:"dd MMM, y",Y:"EEE, dd MMM",Z:"EEE, dd MMM y",S:"d"}; -Z.iL={O:"y\u5e74",aa:"Gy\u5e74",ba:"y\u5e74M\u6708",P:"y\u5e74M\u6708",T:"M\u6708d\u65e5",U:"M\u6708dd\u65e5",W:"M/d",V:"M\u6708d\u65e5",X:"y\u5e74M\u6708d\u65e5",Y:"M\u6708d\u65e5EEE",Z:"y\u5e74M\u6708d\u65e5EEE",S:"d\u65e5"};Z.jL={O:"y\u5e74",aa:"Gy\u5e74",ba:"y\u5e74M\u6708",P:"y\u5e74M\u6708",T:"M\u6708d\u65e5",U:"M\u6708dd\u65e5",W:"M/d",V:"M\u6708d\u65e5",X:"y\u5e74M\u6708d\u65e5",Y:"M\u6708d\u65e5EEE",Z:"y\u5e74M\u6708d\u65e5EEE",S:"d\u65e5"}; -Z.kL={O:"y\u5e74",aa:"Gy\u5e74",ba:"y\u5e74M\u6708",P:"y\u5e74M\u6708",T:"M\u6708d\u65e5",U:"M\u6708dd\u65e5",W:"d/M",V:"M\u6708d\u65e5",X:"y\u5e74M\u6708d\u65e5",Y:"M\u6708d\u65e5EEE",Z:"y\u5e74M\u6708d\u65e5EEE",S:"d\u65e5"};Z.lL={O:"y\u5e74",aa:"Gy\u5e74",ba:"y\u5e74M\u6708",P:"y\u5e74M\u6708",T:"M\u6708d\u65e5",U:"M\u6708dd\u65e5",W:"M/d",V:"M\u6708d\u65e5",X:"y\u5e74M\u6708d\u65e5",Y:"M\u6708d\u65e5 EEE",Z:"y\u5e74M\u6708d\u65e5 EEE",S:"d\u65e5"}; -Z.mL={O:"y",aa:"y G",ba:"MMM y",P:"MMMM y",T:"MMM d",U:"MMMM dd",W:"M/d",V:"MMMM d",X:"MMM d, y",Y:"EEE, MMM d",Z:"EEE, MMM d, y",S:"d"};Z.zn=Z.Aq;Z.zn=Z.Aq;function FZ(a,b){this.Nx=a;this.Ec=b||AF()}FZ.prototype.uc=function(){return this.Ec};FZ.prototype.pb=function(){return this.Nx};function GZ(a,b,c,d){var e=[a.pb()+"-btn"];d&&e.push(d);d=a.uc().createElement("BUTTON");d.className=e.join(" ");d.appendChild(a.uc().createTextNode(c));b.appendChild(d)};function HZ(a,b,c,d){ON.call(this,c);this.Sf=b||Z.Yf;this.ZF=this.Sf.ha;b=Z.Yf;Z.Yf=this.Sf;this.Uz=new iR("d");this.Tz=new iR("dd");this.Wz=new iR("w");this.Po=new iR(Z.zn.O||"y");this.Vz=new iR(Z.zn.P||"MMMM y");Z.Yf=b;this.Db=d||new FZ(this.pb(),this.uc());this.Dc=new $Q(a);this.Dc.Dh=this.Sf.ga;this.Dc.Df=this.Sf.fa;this.Rc=this.Dc.clone();this.Rc.setDate(1);this.qn=" ".split(" ");this.qn[this.Sf.ja[0]]=this.pb()+"-wkend-start";this.qn[this.Sf.ja[1]]=this.pb()+"-wkend-end";this.Mi={};this.Ih= -[]}Pa(HZ,ON);k=HZ.prototype;k.Jt=!0;k.vF=!0;k.iq=new BZ(CZ,DZ);k.ez=!0;k.cn=!0;k.Mt=!0;k.kl=!0;k.Kt=!0;k.Nt=!1;k.Tr=null;k.DB=!1;k.Tl=null;k.Sl=null;k.Rl=null;k.$x=eG.gf();k.pb=function(){return"goog-date-picker"};function IZ(a){a.cn=!1;JZ(a);KZ(a);LZ(a)}function MZ(a){a.kl=!1;a.vo&&NZ(a)}function NZ(a){JN(a.bs,a.Kt);JN(a.vo,a.kl);JN(a.Wt,a.Kt||a.kl)}k.ot=function(){this.Rc.add(new TQ(WQ,-1));LZ(this);OZ(this)};k.Fs=function(){this.Rc.add(new TQ(WQ,1));LZ(this);OZ(this)}; -k.VE=function(){this.Rc.add(new TQ(VQ,-1));LZ(this);OZ(this)};k.VC=function(){this.Rc.add(new TQ(VQ,1));LZ(this);OZ(this)};k.Dt=function(){this.setDate(new $Q)};k.Ct=function(){this.kl&&this.setDate(null)};k.getDate=function(){return this.Dc&&this.Dc.clone()}; -k.setDate=function(a){var b=a==this.Dc||a&&this.Dc&&a.getFullYear()==this.Dc.getFullYear()&&a.getMonth()==this.Dc.getMonth(),c=a==this.Dc||b&&a.getDate()==this.Dc.getDate();this.Dc=a&&new $Q(a);a&&(this.Rc.set(this.Dc),this.Rc.setDate(1));LZ(this);this.dispatchEvent(new PZ("select",this,this.Dc));c||this.dispatchEvent(new PZ("change",this,this.Dc));b||OZ(this)}; -function JZ(a){if(a.Tl){for(var b=a.Tl;b.firstChild;)b.removeChild(b.firstChild);var c=a.Db,d=a.cn,e=a.Sf.ea[0].toLowerCase(),g;a.Nt?(e=c.uc().createElement("TD"),e.colSpan=d?1:2,GZ(c,e,"\u00ab",c.pb()+"-previousMonth"),b.appendChild(e),e=c.uc().createElement("TD"),e.colSpan=d?6:5,e.className=c.pb()+"-monthyear",b.appendChild(e),e=c.uc().createElement("TD"),GZ(c,e,"\u00bb",c.pb()+"-nextMonth"),b.appendChild(e)):(d=c.uc().createElement("TD"),d.colSpan=5,GZ(c,d,"\u00ab",c.pb()+"-previousMonth"),GZ(c, -d,"",c.pb()+"-month"),GZ(c,d,"\u00bb",c.pb()+"-nextMonth"),g=c.uc().createElement("TD"),g.colSpan=3,GZ(c,g,"\u00ab",c.pb()+"-previousYear"),GZ(c,g,"",c.pb()+"-year"),GZ(c,g,"\u00bb",c.pb()+"-nextYear"),e.indexOf("y")h;h++){g=this.Ec.createElement("TR");this.ye[h]=[];for(var m=0;8>m;m++)f=this.Ec.createElement(0==m||0==h?"th":"td"),0!=m&&0!=h||m== -h||(f.className=0==m?this.pb()+"-week":this.pb()+"-wday",$T(f,0==m?"rowheader":"columnheader")),g.appendChild(f),this.ye[h][m]=f;d.appendChild(g)}g=this.Ec.createElement("TR");g.className=this.pb()+"-foot";this.Rl=g;KZ(this);e.appendChild(g);b.cellSpacing="0";b.cellPadding="0";b.appendChild(c);b.appendChild(d);b.appendChild(e);a.appendChild(b);if(this.getElement()){if(this.Mt)for(b=0;7>b;b++)TF(this.ye[0][b+1],this.ZF[((b+this.Rc.Df+7)%7+1)%7]);JN(this.ye[0][0].parentElement||this.ye[0][0].parentNode, -this.Mt)}LZ(this);a.tabIndex=0};k.Tb=function(){HZ.Da.Tb.call(this);this.Lg(this.getElement())};k.Tc=function(){HZ.Da.Tc.call(this);var a=TN(this);a.tb(this.aq,"click",this.zz);a.tb(RZ(this,this.getElement()),"key",this.Az)};k.ne=function(){HZ.Da.ne.call(this);this.Di();for(var a in this.Mi)this.Mi[a].ab();this.Mi={}};k.create=HZ.prototype.lg;k.gc=function(){HZ.Da.gc.call(this);this.vo=this.bs=this.Oj=this.Sl=this.Ah=this.Rl=this.Tl=this.Wt=this.aq=this.ye=null}; -k.zz=function(a){if("TD"==a.target.tagName){var b,c=-2,d=-2;for(b=a.target;b;b=b.previousSibling,c++);for(b=a.target.parentNode;b;b=b.previousSibling,d++);a=this.Ih[d][c];this.iq.contains(a)&&this.setDate(a.clone())}}; -k.Az=function(a){var b,c;switch(a.keyCode){case 33:a.preventDefault();b=-1;break;case 34:a.preventDefault();b=1;break;case 37:a.preventDefault();c=-1;break;case 39:a.preventDefault();c=1;break;case 38:a.preventDefault();c=-7;break;case 40:a.preventDefault();c=7;break;case 36:a.preventDefault(),this.Dt();case 46:a.preventDefault(),this.Ct();default:return}this.Dc?(a=this.Dc.clone(),a.add(new TQ(0,b,c))):(a=this.Rc.clone(),a.setDate(1));this.iq.contains(a)&&this.setDate(a)}; -k.uF=function(a){a.stopPropagation();a=[];for(var b=0;12>b;b++)a.push(this.Sf.da[b]);SZ(this,this.Ah,a,this.Ez,this.Sf.da[this.Rc.getMonth()])};k.wF=function(a){a.stopPropagation();a=[];for(var b=this.Rc.getFullYear(),c=this.Rc.clone(),d=-5;5>=d;d++)c.setFullYear(b+d),a.push(this.Po.format(c));SZ(this,this.Oj,a,this.Kz,this.Po.format(this.Rc))};k.Ez=function(a){a=Number(a.getAttribute("itemIndex"));this.Rc.setMonth(a);LZ(this);this.Ah.focus&&this.Ah.focus()}; -k.Kz=function(a){if(3==a.firstChild.nodeType){a=Number(a.getAttribute("itemIndex"));var b=this.Rc.getFullYear();this.Rc.setFullYear(b+a-5);LZ(this)}this.Oj.focus()}; -function SZ(a,b,c,d,e){a.Di();var g=a.Ec.createElement("DIV");g.className=a.pb()+"-menu";a.Ti=null;for(var f=a.Ec.createElement("UL"),h=0;hd+c&&b.add(new TQ(UQ,-7));c=new TQ(UQ,1);a.Ih=[];for(d=0;6>d;d++){a.Ih[d]=[];for(var e=0;7>e;e++)a.Ih[d][e]=b.clone(),b.add(c)}if(a.getElement()){b=a.Rc.getMonth();e=new $Q;c=e.getFullYear();for(var d=e.getMonth(),e=e.getDate(),g= -0;6>g;g++){a.cn?(TF(a.ye[g+1][0],a.Wz.format(a.Ih[g][0])),a.ye[g+1][0].className=a.pb()+"-week"):(TF(a.ye[g+1][0],""),a.ye[g+1][0].className="");for(var f=0;7>f;f++){var h=a.Ih[g][f],m=a.ye[g+1][f+1];m.id||(m.id=fG(a.$x));$T(m,"gridcell");var l=[a.pb()+"-date"];a.iq.contains(h)||l.push(a.pb()+"-unavailable-date");if(a.vF||h.getMonth()==b){h.getMonth()!=b&&l.push(a.pb()+"-other-month");var n=(f+a.Rc.Df+7)%7;a.qn[n]&&l.push(a.qn[n]);h.getDate()==e&&h.getMonth()==d&&h.getFullYear()==c&&l.push(a.pb()+ -"-today");a.Dc&&h.getDate()==a.Dc.getDate()&&h.getMonth()==a.Dc.getMonth()&&h.getFullYear()==a.Dc.getFullYear()&&(l.push(a.pb()+"-selected"),aU(a.aq,"activedescendant",m.id));a.Tr&&(n=a.Tr(h))&&l.push(n);h=a.DB?a.Tz.format(h):a.Uz.format(h);TF(m,h)}else TF(m,"");m.className=l.join(" ")}4<=g&&JN(a.ye[g+1][0].parentElement||a.ye[g+1][0].parentNode,a.Ih[g][0].getMonth()==b||a.Jt)}}}}function OZ(a){var b=new PZ("changeActiveMonth",a,a.Rc.clone());a.dispatchEvent(b)} -function RZ(a,b){var c=Ba(b);c in a.Mi||(a.Mi[c]=new bU(b));return a.Mi[c]}function PZ(a,b,c){VM.call(this,a,b);this.date=c}Pa(PZ,VM);function TZ(a,b){a||(a=(new $Q).Bg(!0));TZ.Da.constructor.call(this,a,b);this.Od(a)}var UZ;Pa(TZ,AW);k=TZ.prototype;k.un="text";k.ab=function(){HY(this);TZ.Da.ab.call(this)};k.getValue=function(){return this.Dc};k.Od=function(a){if(this.Ja&&this.$d){var b=this.$d(a);null!==b&&void 0!==b&&(a=b)}this.Dc=a;AW.prototype.je.call(this,a)}; -k.bn=function(){DY(this,this.Ja.N,VZ);WZ();var a=new HZ;MZ(a);IZ(a);var b=IF(),c=CN(),d=EN(this.rh),e=GW(this);a.render(EY);a.setDate(RQ(this.getValue()));var g=GN(a.getElement());d.y=d.y+g.height+e.height>=b.height+c.y?d.y-(g.height-1):d.y+(e.height-1);this.Ja.N?(d.x+=e.width,d.x-=g.width,d.xb.width+c.x-g.width&&(d.x=b.width+c.x-g.width);GY(d.x,d.y,b,c,this.Ja.N);var f=this;UZ=jN(a,"change",function(a){a=a.date?a.date.Bg(!0):"";yZ();if(f.Ja&&f.$d){var b=f.$d(a);void 0!==b&&(a= -b)}f.Od(a)})};function VZ(){UZ&&qN(UZ)}function WZ(){var a=/^DateTimeSymbols_(.+)$/,b;for(b in Z){var c=b.match(a);c&&(c=c[1].toLowerCase().replace("_","."),ja(c,kY)&&(Z.Yf=Z[b]))}} -var XZ=[".blocklyWidgetDiv .goog-date-picker,",".blocklyWidgetDiv .goog-date-picker th,",".blocklyWidgetDiv .goog-date-picker td {"," font: 13px Arial, sans-serif;","}",".blocklyWidgetDiv .goog-date-picker {"," -moz-user-focus: normal;"," -moz-user-select: none;"," position: relative;"," border: 1px solid #000;"," float: left;"," padding: 2px;"," color: #000;"," background: #c3d9ff;"," cursor: default;","}",".blocklyWidgetDiv .goog-date-picker th {"," text-align: center;","}",".blocklyWidgetDiv .goog-date-picker td {", -" text-align: center;"," vertical-align: middle;"," padding: 1px 3px;","}",".blocklyWidgetDiv .goog-date-picker-menu {"," position: absolute;"," background: threedface;"," border: 1px solid gray;"," -moz-user-focus: normal;"," z-index: 1;"," outline: none;","}",".blocklyWidgetDiv .goog-date-picker-menu ul {"," list-style: none;"," margin: 0px;"," padding: 0px;","}",".blocklyWidgetDiv .goog-date-picker-menu ul li {"," cursor: default;","}",".blocklyWidgetDiv .goog-date-picker-menu-selected {", -" background: #ccf;","}",".blocklyWidgetDiv .goog-date-picker th {"," font-size: .9em;","}",".blocklyWidgetDiv .goog-date-picker td div {"," float: left;","}",".blocklyWidgetDiv .goog-date-picker button {"," padding: 0px;"," margin: 1px 0;"," border: 0;"," color: #20c;"," font-weight: bold;"," background: transparent;","}",".blocklyWidgetDiv .goog-date-picker-date {"," background: #fff;","}",".blocklyWidgetDiv .goog-date-picker-week,",".blocklyWidgetDiv .goog-date-picker-wday {"," padding: 1px 3px;", -" border: 0;"," border-color: #a2bbdd;"," border-style: solid;","}",".blocklyWidgetDiv .goog-date-picker-week {"," border-right-width: 1px;","}",".blocklyWidgetDiv .goog-date-picker-wday {"," border-bottom-width: 1px;","}",".blocklyWidgetDiv .goog-date-picker-head td {"," text-align: center;","}",".blocklyWidgetDiv td.goog-date-picker-today-cont {"," text-align: center;","}",".blocklyWidgetDiv td.goog-date-picker-none-cont {"," text-align: center;","}",".blocklyWidgetDiv .goog-date-picker-month {", -" min-width: 11ex;"," white-space: nowrap;","}",".blocklyWidgetDiv .goog-date-picker-year {"," min-width: 6ex;"," white-space: nowrap;","}",".blocklyWidgetDiv .goog-date-picker-monthyear {"," white-space: nowrap;","}",".blocklyWidgetDiv .goog-date-picker table {"," border-collapse: collapse;","}",".blocklyWidgetDiv .goog-date-picker-other-month {"," color: #888;","}",".blocklyWidgetDiv .goog-date-picker-wkend-start,",".blocklyWidgetDiv .goog-date-picker-wkend-end {"," background: #eee;","}", -".blocklyWidgetDiv td.goog-date-picker-selected {"," background: #c3d9ff;","}",".blocklyWidgetDiv .goog-date-picker-today {"," background: #9ab;"," font-weight: bold !important;"," border-color: #246 #9bd #9bd #246;"," color: #fff;","}"];function YZ(a,b){this.xk=a;ZZ(this);var c=this.Ho()[0];YZ.Da.constructor.call(this,c[1],b)}Pa(YZ,AW);var $Z=GE?"\u25bc":"\u25be";k=YZ.prototype;k.un="default";k.init=function(){if(!this.Hd){this.uj=GV("tspan",{},null);this.uj.appendChild(document.createTextNode(this.Ja.N?$Z+" ":" "+$Z));YZ.Da.init.call(this);var a=this.vc;this.vc=null;this.je(a)}}; -k.bn=function(){DY(this,this.Ja.N,null);var a=this,b=new fV;b.Ag(this.Ja.N);for(var c=this.Ho(),d=0;d=c.height+d.y?e.y-(h.height+2):e.y+g.height;this.Ja.N?(e.x+=g.width,e.x+=25,e.xc.width+d.x-h.width&&(e.x=c.width+d.x-h.width));GY(e.x,e.y,c,d,this.Ja.N);gV(b);f.focus()}; -function ZZ(a){a.zp=null;a.$p=null;var b=a.xk;if(oa(b)&&!(2>b.length)){var c=b.map(function(a){return a[0]}),d=a_(c),e=b_(c,d),g=c_(c,d);if((e||g)&&!(d<=e+g)){e&&(a.zp=c[0].substring(0,e-1));g&&(a.$p=c[0].substr(1-g));c=[];for(d=0;db.ce-b.Yb)){var c=a.clientX-this.Pt;this.Pt=a.clientX;a=b.Yc-c;a=Math.min(Math.max(a,0),b.ce-b.Yb);this.zg.set(a)}}else 0>b.Td-b.wc||(c=a.clientY-this.Qt,this.Qt=a.clientY,a=b.Wf-c,a=Math.min(Math.max(a,0),b.Td-b.wc),this.zg.set(a))};k.xD=function(a){if("mousemove"==a.type&&1>=a.clientX&&0==a.clientY&&0==a.button)a.stopPropagation();else{var b=a.clientX-h_.clientX;a=a.clientY-h_.clientY;Math.sqrt(b*b+a*a)>CX&&r_(j_,i_)(h_)}}; -function r_(a,b){return function(c){if(!IV(c)&&!b.disabled){cW++;var d=a.Tf,e=b.kc();if(!e)throw"originBlock is not rendered.";var e=wX(e,d),g=a.I.scrollX,f=a.I.scale;e.x+=g/f-g;3==a.Ve&&(g=d.Uc().Yb-a.ec,f=d.scale,e.x+=g/f-g);g=a.I.scrollY;f=a.I.scale;e.y+=g/f-g;1==a.Ve&&(g=d.Uc().wc-a.Vc,f=d.scale,e.y+=g/f-g);f=gW(b);f=xW(f,d);g=f.kc();if(!g)throw"block is not rendered.";g=wX(g,d);g.x+=d.scrollX/d.scale-d.scrollX;g.y+=d.scrollY/d.scale-d.scrollY;d.Qb&&!d.Wc&&(g.x+=d.Qb.getWidth()/d.scale,g.y+=d.Qb.getHeight()/ -d.scale);f.moveBy(e.x-g.x,e.y-g.y);cW--;0==cW&&(qV(!0),ZV(new NX(f)));a.vj?a.hide():a.zo();f.Yh(c);VV=2;UY(f,!0)}}}k.zo=function(){for(var a=sV(this.Tf),b=oV(this.I,!1),c=0,d;d=b[c];c++)if(-1==this.xp.indexOf(d)){var e=d.pe();d.dj(e.length>a)}};k.Tj=function(){var a=this.Ia.getBoundingClientRect(),b=a.left,c=a.top,d=a.width,a=a.height;return 0==this.Ve?new zN(-1E9,c-1E9,2E9,1E9+a):1==this.Ve?new zN(-1E9,c,2E9,1E9+a):2==this.Ve?new zN(b-1E9,-1E9,1E9+d,2E9):new zN(b,-1E9,1E9+d,2E9)}; -function t_(){k_&&(FV(k_),k_=null);l_&&(FV(l_),l_=null);m_&&(FV(m_),m_=null);k_&&(FV(k_),k_=null);j_=i_=h_=null} -k.Dp=function(){var a=oV(this.I,!1);if(this.Jc){this.I.scale=this.Tf.scale;for(var b=0,c=0,d;d=a[c];c++)b=Math.max(b,jY(d).height);b+=1.5*this.$f;b*=this.I.scale;b+=PV;if(this.Vc!=b){for(c=0;d=a[c];c++){var e=jY(d);if(d.oe){d.oe.setAttribute("width",e.width);d.oe.setAttribute("height",e.height);var g=d.Bb?8:0,f=d.jc();d.oe.setAttribute("y",f.y);d.oe.setAttribute("x",this.N?f.x-e.width+g:f.x-g);(e=d.Xp?15:0)&&d.moveBy(0,e);d.oe.setAttribute("y",f.y)}}this.Vc=b;this.Tf.resize()}}else{this.I.scale=this.Tf.scale; -for(c=b=0;d=a[c];c++)f=jY(d).width,d.Bb&&(f-=8),b=Math.max(b,f);b+=1.5*this.$f+8;b*=this.I.scale;b+=PV;if(this.ec!=b){for(c=0;d=a[c];c++)f=jY(d),this.N&&(e=d.jc().x,g=b-this.$f,g/=this.I.scale,g-=8,d.moveBy(g-e,0)),d.oe&&(d.oe.setAttribute("width",f.width),d.oe.setAttribute("height",f.height),g=d.Bb?8:0,e=d.jc(),d.oe.setAttribute("x",this.N?e.x-f.width+g:e.x-g),(f=d.Xp?15:0)&&d.moveBy(0,f),d.oe.setAttribute("y",e.y));this.ec=b;this.Tf.resize()}}}; -function q_(a,b){if(a.Jc&&a.N){a.position();try{var c=a.I.Zd.getBBox()}catch(g){c={height:0,y:0,width:0,x:0}}for(var c=Math.max(-c.x+a.$f,a.ec/a.I.scale),d=0,e;e=b[d];d++)e.moveBy(c,0),e.oe&&e.oe.setAttribute("x",c+Number(e.oe.getAttribute("x")))}};function u_(a){wN.call(this);this.Ab=a;a=AE?"focusout":"blur";this.BB=jN(this.Ab,AE?"focusin":"focus",this,!AE);this.CB=jN(this.Ab,a,this,!AE)}Pa(u_,wN);u_.prototype.handleEvent=function(a){var b=new XM(a.cf);b.type="focusin"==a.type||"focus"==a.type?"focusin":"focusout";this.dispatchEvent(b)};u_.prototype.gc=function(){u_.Da.gc.call(this);qN(this.BB);qN(this.CB);delete this.Ab};function v_(a,b,c){ON.call(this,c);this.oc=b||w_;this.gk=a instanceof jF?a:nF(a,null)}Pa(v_,ON);var x_={};k=v_.prototype;k.Jp=!1;k.Rj=!1;k.OF=null;k.Cx=uF;k.nk=!0;k.Nl=-1;k.gc=function(){v_.Da.gc.call(this);this.mi&&(this.mi.removeNode(this),this.mi=null);this.Ab=null}; -k.rm=function(){var a=this.getElement();if(a){var b=y_(this);b&&!b.id&&(b.id=RN(this)+".label");$T(a,"treeitem");aU(a,"selected",!1);aU(a,"expanded",!1);aU(a,"level",this.Ii());b&&aU(a,"labelledby",b.id);(a=this.dm())&&$T(a,"presentation");(a=this.cm())&&$T(a,"presentation");if(a=z_(this))if($T(a,"group"),a.hasChildNodes())for(a=WN(this),b=1;b<=a;b++){var c=XN(this,b-1).getElement();aU(c,"setsize",a);aU(c,"posinset",b)}}}; -k.Tb=function(){var a=this.uc(),b=A_(this),c=a.de,a=c.createElement("DIV");AE?(vF(a,tF(rF("br"),b)),a.removeChild(a.firstChild)):vF(a,b);if(1==a.childNodes.length)b=a.removeChild(a.firstChild);else for(b=c.createDocumentFragment();a.firstChild;)b.appendChild(a.firstChild);this.Ab=b};k.Tc=function(){v_.Da.Tc.call(this);x_[RN(this)]=this;this.rm()};k.ne=function(){v_.Da.ne.call(this);delete x_[RN(this)]}; -k.yi=function(a,b){var c=XN(this,b-1),d=XN(this,b);v_.Da.yi.call(this,a,b);a.ai=c;a.pf=d;c?c.pf=a:this.es=a;d?d.ai=a:this.ws=a;var e=this.ee();e&&B_(a,e);C_(a,this.Ii()+1);if(this.getElement()&&(this.jj(),this.qe())){e=z_(this);a.getElement()||a.Tb();var g=a.getElement(),f=d&&d.getElement();e.insertBefore(g,f);this.bc&&a.Tc();d||(c?c.jj():(JN(e,!0),this.uf(this.qe())))}};k.add=function(a,b){a.getParent()&&a.getParent().removeChild(a);this.yi(a,b?$N(this,b):WN(this));return a}; -k.removeChild=function(a){var b=this.ee(),c=b?b.te:null;if(c==a||a.contains(c))b.hasFocus()?(this.select(),JO(this.CD,10,this)):this.select();v_.Da.removeChild.call(this,a);this.ws==a&&(this.ws=a.ai);this.es==a&&(this.es=a.pf);a.ai&&(a.ai.pf=a.pf);a.pf&&(a.pf.ai=a.ai);c=!a.pf;a.mi=null;a.Nl=-1;if(b&&(b.removeNode(this),this.bc)){b=z_(this);if(a.bc){var d=a.getElement();b.removeChild(d);a.ne()}c&&(c=XN(this,WN(this)-1))&&c.jj();ZN(this)||(b.style.display="none",this.jj(),this.dm().className=this.Zl())}return a}; -k.remove=v_.prototype.removeChild;k.CD=function(){this.select()};k.Ii=function(){var a=this.Nl;0>a&&(a=(a=this.getParent())?a.Ii()+1:0,C_(this,a));return a};function C_(a,b){if(b!=a.Nl){a.Nl=b;var c=D_(a);if(c){var d=E_(a)+"px";YN(a)?c.style.paddingRight=d:c.style.paddingLeft=d}VN(a,function(a){C_(a,b+1)})}}k.contains=function(a){for(;a;){if(a==this)return!0;a=a.getParent()}return!1};k.Gh=function(){var a=[];VN(this,function(b){a.push(b)});return a};k.isSelected=function(){return this.Jp}; -k.select=function(){var a=this.ee();a&&a.jh(this)};function F_(a,b){if(a.Jp!=b){a.Jp=b;G_(a);var c=a.getElement();c&&(aU(c,"selected",b),b&&(c=a.ee().getElement(),aU(c,"activedescendant",RN(a))))}}k.qe=function(){return this.Rj}; -k.uf=function(a){var b=a!=this.Rj;if(!b||this.dispatchEvent(a?"beforeexpand":"beforecollapse")){var c;this.Rj=a;c=this.ee();var d=this.getElement();if(ZN(this)){if(!a&&c&&this.contains(c.te)&&this.select(),d){if(c=z_(this))if(JN(c,a),a&&this.bc&&!c.hasChildNodes()){var e=[];VN(this,function(a){e.push(A_(a))});vF(c,tF(e));VN(this,function(a){a.Tc()})}this.jj()}}else(c=z_(this))&&JN(c,!1);d&&(this.dm().className=this.Zl(),aU(d,"expanded",a));b&&this.dispatchEvent(a?"expand":"collapse")}};k.toggle=function(){this.uf(!this.qe())}; -k.expand=function(){this.uf(!0)};k.collapse=function(){this.uf(!1)};k.Hp=function(){var a=this.getParent();a&&(a.uf(!0),a.Hp())};function A_(a){var b=a.ee(),c=!b.Tk||b==a.getParent()&&!b.Tp?a.oc.Fr:a.oc.Er,b=a.qe()&&ZN(a),c={"class":c,style:H_(a)},d=[];b&&VN(a,function(a){d.push(A_(a))});b=rF("div",c,d);return rF("div",{"class":a.oc.Nr,id:RN(a)},[I_(a),b])}function E_(a){return Math.max(0,(a.Ii()-1)*a.oc.Wo)} -function I_(a){var b={};b["padding-"+(YN(a)?"right":"left")]=E_(a)+"px";var b={"class":a.Yj(),style:b},c=a.Go(),d=rF("span",{style:{display:"inline-block"},"class":a.Zl()}),e=rF("span",{"class":a.oc.Or,title:a.OF||null},a.gk);a=tF(e,rF("span",{},a.Cx));return rF("div",b,[c,d,a])}k.Yj=function(){var a;a=this.isSelected()?" "+this.oc.Qr:"";return this.oc.mo+a};k.Go=function(){return rF("span",{type:"expand",style:{display:"inline-block"},"class":J_(this)})}; -function J_(a){var b=a.ee(),c=!b.Tk||b==a.getParent()&&!b.Tp,d=a.oc,e=new Bb;e.append(d.zh," ",d.Fy," ");if(ZN(a)){var g=0;b.Sp&&a.nk&&(g=a.qe()?2:1);c||(g=a.pf?g+8:g+4);switch(g){case 1:e.append(d.Jy);break;case 2:e.append(d.Iy);break;case 4:e.append(d.Jr);break;case 5:e.append(d.Hy);break;case 6:e.append(d.Gy);break;case 8:e.append(d.Kr);break;case 9:e.append(d.Ly);break;case 10:e.append(d.Ky);break;default:e.append(d.Ir)}}else c?e.append(d.Ir):a.pf?e.append(d.Kr):e.append(d.Jr);return e.toString()} -function H_(a){var b=a.qe()&&ZN(a);return aF({"background-position":K_(a),display:b?null:"none"})}function K_(a){return(a.pf?(a.Ii()-1)*a.oc.Wo:"-100")+"px 0"}k.getElement=function(){var a=v_.Da.getElement.call(this);a||(this.Ab=a=this.uc().getElement(RN(this)));return a};function D_(a){return(a=a.getElement())?a.firstChild:null}k.cm=function(){var a=D_(this);return a?a.firstChild:null};k.dm=function(){var a=D_(this);return a?a.childNodes[1]:null}; -function y_(a){return(a=D_(a))&&a.lastChild?a.lastChild.previousSibling:null}function z_(a){return(a=a.getElement())?a.lastChild:null}k.je=function(a){this.gk=a=mF(a);var b=y_(this);b&&vF(b,a);(a=this.ee())&&L_(a,this)};k.Oe=function(){var a=lF(this.gk);return-1!=a.indexOf("\x26")?"document"in fa?hb(a):jb(a):a};function G_(a){var b=D_(a);b&&(b.className=a.Yj())}k.jj=function(){var a=this.cm();a&&(a.className=J_(this));if(a=z_(this))a.style.backgroundPosition=K_(this)}; -k.onMouseDown=function(a){"expand"==a.target.getAttribute("type")&&ZN(this)?this.nk&&this.toggle():(this.select(),G_(this))};k.bt=function(a){"expand"==a.target.getAttribute("type")&&ZN(this)||this.nk&&this.toggle()}; -k.onKeyDown=function(a){var b=!0;switch(a.keyCode){case 39:if(a.altKey)break;ZN(this)&&(this.qe()?XN(this,0).select():this.uf(!0));break;case 37:if(a.altKey)break;if(ZN(this)&&this.qe()&&this.nk)this.uf(!1);else{var c=this.getParent(),d=this.ee();c&&(d.gi||c!=d)&&c.select()}break;case 40:a:if(ZN(this)&&this.qe())c=XN(this,0);else{for(c=this;c!=this.ee();){d=c.pf;if(null!=d){c=d;break a}c=c.getParent()}c=null}c&&c.select();break;case 38:c=this.ai;null!=c?c=M_(c):(c=this.getParent(),d=this.ee(),c=!d.gi&& -c==d||this==d?null:c);c&&c.select();break;default:b=!1}b&&(a.preventDefault(),(d=this.ee())&&d.$k.clear());return b};function M_(a){return a.qe()&&ZN(a)?M_(XN(a,WN(a)-1)):a}function B_(a,b){a.mi!=b&&(a.mi=b,L_(b,a),VN(a,function(a){B_(a,b)}))} -var w_={Wo:19,Pr:"goog-tree-root goog-tree-item",Mr:"goog-tree-hide-root",Nr:"goog-tree-item",Er:"goog-tree-children",Fr:"goog-tree-children-nolines",mo:"goog-tree-row",Or:"goog-tree-item-label",zh:"goog-tree-icon",Fy:"goog-tree-expand-icon",Jy:"goog-tree-expand-icon-plus",Iy:"goog-tree-expand-icon-minus",Ly:"goog-tree-expand-icon-tplus",Ky:"goog-tree-expand-icon-tminus",Hy:"goog-tree-expand-icon-lplus",Gy:"goog-tree-expand-icon-lminus",Kr:"goog-tree-expand-icon-t",Jr:"goog-tree-expand-icon-l",Ir:"goog-tree-expand-icon-blank", -ko:"goog-tree-expanded-folder-icon",Gr:"goog-tree-collapsed-folder-icon",lo:"goog-tree-file-icon",Lr:"goog-tree-expanded-folder-icon",Hr:"goog-tree-collapsed-folder-icon",Qr:"selected"};function N_(a,b,c){v_.call(this,a,b,c)}Pa(N_,v_);N_.prototype.ee=function(){if(this.mi)return this.mi;var a=this.getParent();return a&&(a=a.ee())?(B_(this,a),a):null};N_.prototype.Zl=function(){var a=this.qe(),b=this.cz;if(a&&b)return b;b=this.Xz;if(!a&&b)return b;b=this.oc;if(ZN(this)){if(a&&b.ko)return b.zh+" "+b.ko;if(!a&&b.Gr)return b.zh+" "+b.Gr}else if(b.lo)return b.zh+" "+b.lo;return""};function O_(a){this.me=void 0;this.Rd={};if(a){var b=AK(a);a=zK(a);for(var c=0;cb.vk&&(e=b.Wh.get(d[b.vk])),e&&e.length&&g&&(b.Si=-1==c?e.length-1:0));U_(b,e)&&(b.fp=d)}c=!0}break;case 8:d=b.Sc.length-1;c=!0;0=d||"\u0080"<=d&&"\ufffd">=d)&&(" "!=d||b.Sc)&&(b.Sc+=d,c=T_(b,b.Sc))),b=c);b&&a.preventDefault();return b};function $_(a,b){for(var c=null,d=b.target;null!=d;){if(c=x_[d.id])return c;if(d==a.getElement())break;d=d.parentNode}return null}k.createNode=function(a){return new N_(a||uF,this.oc,this.uc())}; -function L_(a,b){var c=a.$k,d=b.Oe();if(d&&!Ra(null==d?"":String(d))){var d=d.toLowerCase(),e=c.Wh.get(d);e?e.push(b):c.Wh.set(d,[b])}}k.removeNode=function(a){var b=this.$k,c=a.Oe();if(c&&!Ra(null==c?"":String(c))){var c=c.toLowerCase(),d=b.Wh.get(c);d&&(Qb(d,a),d.length&&b.Wh.remove(c))}};function WX(a){this.I=a;this.N=a.options.N;this.Jc=a.options.qg;this.dc=a.options.dc;this.oc={Wo:19,Pr:"blocklyTreeRoot",Mr:"blocklyHidden",Nr:"",mo:"blocklyTreeRow",Or:"blocklyTreeLabel",zh:"blocklyTreeIcon",ko:"blocklyTreeIconOpen",lo:"blocklyTreeIconNone",Qr:"blocklyTreeSelected"};this.cu={mo:"blocklyTreeSeparator"};this.Jc&&(this.oc.cssTreeRow+=a.N?" blocklyHorizontalTreeRtl":" blocklyHorizontalTree",this.cu.cssTreeRow="blocklyTreeSeparatorHorizontal "+(a.N?"blocklyHorizontalTreeRtl":"blocklyHorizontalTree"), -this.oc.cssTreeIcon="")}k=WX.prototype;k.width=0;k.height=0;k.qk=null; -k.init=function(){var a=this.I;this.Zf=KF("div","blocklyToolboxDiv");this.Zf.setAttribute("dir",a.N?"RTL":"LTR");document.body.appendChild(this.Zf);BV(this.Zf,"mousedown",this,function(a){IV(a)||a.target==this.Zf?NV(!1):NV(!0)});this.Gb=new $X({Mj:a.options.Mj,rf:a,N:a.N,qg:a.qg,dc:a.options.dc});PF(this.Gb.Tb(),a.Ia);this.Gb.init(a);this.oc.cleardotPath=a.options.sf+"1x1.gif";this.oc.cssCollapsedFolderIcon="blocklyTreeIconClosed"+(a.N?"Rtl":"Ltr");var b=new a0(this,this.oc);this.mh=b;Z_(b);W_(b); -Y_(b);b.jh(null);b0(this,a.options.Ni);b.render(this.Zf);c0(this);this.position()};k.ab=function(){this.Gb.ab();this.mh.ab();QF(this.Zf);this.qk=this.I=null};k.getWidth=function(){return this.width};k.getHeight=function(){return this.height}; -k.position=function(){var a=this.Zf;if(a){var b=vX(this.I),c=EN(b),b=d0(b);this.Jc?(a.style.left=c.x+"px",a.style.height="auto",a.style.width=b.width+"px",this.height=a.offsetHeight,a.style.top=0==this.dc?c.y+"px":c.y+b.height-a.offsetHeight+"px"):(a.style.left=3==this.dc?c.x+b.width-a.offsetWidth+"px":c.x+"px",a.style.height=b.height+"px",a.style.top=c.y+"px",this.width=a.offsetWidth,2==this.dc&&--this.width);this.Gb.position()}}; -function b0(a,b){function c(a,b,m){for(var l=null,n=0,p;p=a.childNodes[n];n++)if(p.tagName)switch(p.tagName.toUpperCase()){case "CATEGORY":l=d.createNode(p.getAttribute("name"));l.Ig=[];b.add(l);var u=p.getAttribute("custom");u?l.Ig=u:c(p,l,m);u=p.getAttribute("colour");sa(u)?(u.match(/^#[0-9a-fA-F]{6}$/)?l.nm=u:l.nm=vY(wY(u)),g=!0):l.nm="";"true"==p.getAttribute("expanded")?(l.Ig.length&&d.jh(l),l.uf(!0)):l.uf(!1);l=p;break;case "SEP":l&&("CATEGORY"==l.tagName.toUpperCase()?b.add(new e0(e.cu)):(p= -parseFloat(p.getAttribute("gap")),isNaN(p)||(u=parseFloat(l.getAttribute("gap")),l.setAttribute("gap",isNaN(u)?p:u+p))));break;case "BLOCK":case "SHADOW":b.Ig.push(p),l=p}}var d=a.mh,e=a;d.vt();d.Ig=[];var g=!1;c(b,a.mh,a.I.options.sf);a.Mz=g;if(d.Ig.length)throw"Toolbox cannot have both blocks and categories in the root level.";MX(a.I)} -function c0(a,b){for(var c=(b||a.mh).Gh(),d=0,e;e=c[d];d++){var g=D_(e);if(g){var f=a.Mz?"8px solid "+(e.nm||"#ddd"):"none";a.I.N?g.style.borderRight=f:g.style.borderLeft=f}c0(a,e)}}k.Tj=function(){var a=this.Zf.getBoundingClientRect(),b=a.left,c=a.top,d=a.width,a=a.height;return 2==this.dc?new zN(-1E7,-1E7,1E7+b+d,2E7):3==this.dc?new zN(b,-1E7,1E7+d,2E7):0==this.dc?new zN(-1E7,-1E7,2E7,1E7+c+a):new zN(0,c,2E7,1E7+d)};function a0(a,b){this.Qb=a;V_.call(this,uF,b)}Pa(a0,V_); -a0.prototype.Tc=function(){a0.Da.Tc.call(this);if(UM){var a=this.getElement();BV(a,"touchstart",this,this.Iz)}};a0.prototype.Iz=function(a){a.preventDefault();var b=$_(this,a);b&&"touchstart"===a.type&&setTimeout(function(){b.onMouseDown(a)},1)};a0.prototype.createNode=function(a){return new f0(this.Qb,a?mF(a):uF,this.oc,this.uc())}; -a0.prototype.jh=function(a){var b=this.Qb;if(a!=this.te&&a!=b.mh){b.qk&&(D_(b.qk).style.backgroundColor="");if(a){var c=a.nm||"#57e";D_(a).style.backgroundColor=c;c0(b,a)}c=this.te;V_.prototype.jh.call(this,a);a&&a.Ig&&a.Ig.length?(b.Gb.show(a.Ig),b.qk!=a&&n_(b.Gb)):b.Gb.hide();c!=a&&c!=this&&(c=new aW(null,"category",c&&lF(c.gk),a&&lF(a.gk)),c.yf=b.I.id,ZV(c));a&&(b.qk=a)}};function f0(a,b,c,d){v_.call(this,b,c,d);a&&(b=function(){zZ(a.I)},jN(a.mh,"expand",b),jN(a.mh,"collapse",b))}Pa(f0,N_); -f0.prototype.Go=function(){return rF("span")};f0.prototype.onMouseDown=function(){ZN(this)&&this.nk?(this.toggle(),this.select()):this.isSelected()?this.ee().jh(null):this.select();G_(this)};f0.prototype.bt=function(){};function e0(a){f0.call(this,null,"",a)}Pa(e0,f0);var VY="handopen",LV="handclosed",cY="handdelete",g0="",h0=null,i0="";function KV(a){if(g0!=a){g0=a;var b="url("+i0+"/"+a+".cur), auto",c=".blocklyDraggable {\n cursor: "+b+";\n}\n";h0.deleteRule(0);h0.insertRule(c,0);for(var c=document.getElementsByClassName("blocklyToolboxDiv"),d=0,e;e=c[d];d++)e.style.cursor=a==cY?b:"";document.body.parentNode.style.cursor=a==VY?"":b}} -var j0=[".blocklySvg {","background-color: #fff;","outline: none;","overflow: hidden;","}",".blocklyWidgetDiv {","display: none;","position: absolute;","z-index: 999;","}",".blocklyTooltipDiv {","background-color: #ffffc7;","border: 1px solid #ddc;","box-shadow: 4px 4px 20px 1px rgba(0,0,0,.15);","color: #000;","display: none;","font-family: sans-serif;","font-size: 9pt;","opacity: 0.9;","padding: 2px;","position: absolute;","z-index: 1000;","}",".blocklyResizeSE {","cursor: se-resize;","fill: #aaa;", -"}",".blocklyResizeSW {","cursor: sw-resize;","fill: #aaa;","}",".blocklyResizeLine {","stroke: #888;","stroke-width: 1;","}",".blocklyHighlightedConnectionPath {","fill: none;","stroke: #fc3;","stroke-width: 4px;","}",".blocklyPathLight {","fill: none;","stroke-linecap: round;","stroke-width: 1;","}",".blocklySelected\x3e.blocklyPath {","stroke: #fc3;","stroke-width: 3px;","}",".blocklySelected\x3e.blocklyPathLight {","display: none;","}",".blocklyDragging\x3e.blocklyPath,",".blocklyDragging\x3e.blocklyPathLight {", -"fill-opacity: .8;","stroke-opacity: .8;","}",".blocklyDragging\x3e.blocklyPathDark {","display: none;","}",".blocklyDisabled\x3e.blocklyPath {","fill-opacity: .5;","stroke-opacity: .5;","}",".blocklyDisabled\x3e.blocklyPathLight,",".blocklyDisabled\x3e.blocklyPathDark {","display: none;","}",".blocklyText {","cursor: default;","fill: #fff;","font-family: sans-serif;","font-size: 11pt;","}",".blocklyNonEditableText\x3etext {","pointer-events: none;","}",".blocklyNonEditableText\x3erect,",".blocklyEditableText\x3erect {", -"fill: #fff;","fill-opacity: .6;","}",".blocklyNonEditableText\x3etext,",".blocklyEditableText\x3etext {","fill: #000;","}",".blocklyEditableText:hover\x3erect {","stroke: #fff;","stroke-width: 2;","}",".blocklyBubbleText {","fill: #000;","}",".blocklySvg text {","user-select: none;","-moz-user-select: none;","-webkit-user-select: none;","cursor: inherit;","}",".blocklyHidden {","display: none;","}",".blocklyFieldDropdown:not(.blocklyHidden) {","display: block;","}",".blocklyIconGroup {","cursor: default;", -"}",".blocklyIconGroup:not(:hover),",".blocklyIconGroupReadonly {","opacity: .6;","}",".blocklyIconShape {","fill: #00f;","stroke: #fff;","stroke-width: 1px;","}",".blocklyIconSymbol {","fill: #fff;","}",".blocklyMinimalBody {","margin: 0;","padding: 0;","}",".blocklyCommentTextarea {","background-color: #ffc;","border: 0;","margin: 0;","padding: 2px;","resize: none;","}",".blocklyHtmlInput {","border: none;","border-radius: 4px;","font-family: sans-serif;","height: 100%;","margin: 0;","outline: none;", -"padding: 0 1px;","width: 100%","}",".blocklyMainBackground {","stroke-width: 1;","stroke: #c6c6c6;","}",".blocklyMutatorBackground {","fill: #fff;","stroke: #ddd;","stroke-width: 1;","}",".blocklyFlyoutBackground {","fill: #ddd;","fill-opacity: .8;","}",".blocklyScrollbarBackground {","opacity: 0;","}",".blocklyScrollbarHandle {","fill: #ccc;","}",".blocklyScrollbarBackground:hover+.blocklyScrollbarHandle,",".blocklyScrollbarHandle:hover {","fill: #bbb;","}",".blocklyZoom\x3eimage {","opacity: .4;", -"}",".blocklyZoom\x3eimage:hover {","opacity: .6;","}",".blocklyZoom\x3eimage:active {","opacity: .8;","}",".blocklyFlyout .blocklyScrollbarHandle {","fill: #bbb;","}",".blocklyFlyout .blocklyScrollbarBackground:hover+.blocklyScrollbarHandle,",".blocklyFlyout .blocklyScrollbarHandle:hover {","fill: #aaa;","}",".blocklyInvalidInput {","background: #faa;","}",".blocklyAngleCircle {","stroke: #444;","stroke-width: 1;","fill: #ddd;","fill-opacity: .8;","}",".blocklyAngleMarks {","stroke: #444;","stroke-width: 1;", -"}",".blocklyAngleGauge {","fill: #f88;","fill-opacity: .8;","}",".blocklyAngleLine {","stroke: #f00;","stroke-width: 2;","stroke-linecap: round;","}",".blocklyContextMenu {","border-radius: 4px;","}",".blocklyDropdownMenu {","padding: 0 !important;","}",".blocklyWidgetDiv .goog-option-selected .goog-menuitem-checkbox,",".blocklyWidgetDiv .goog-option-selected .goog-menuitem-icon {","background: url(\x3c\x3c\x3cPATH\x3e\x3e\x3e/sprites.png) no-repeat -48px -16px !important;","}",".blocklyToolboxDiv {", -"background-color: #ddd;","overflow-x: visible;","overflow-y: auto;","position: absolute;","}",".blocklyTreeRoot {","padding: 4px 0;","}",".blocklyTreeRoot:focus {","outline: none;","}",".blocklyTreeRow {","height: 22px;","line-height: 22px;","margin-bottom: 3px;","padding-right: 8px;","white-space: nowrap;","}",".blocklyHorizontalTree {","float: left;","margin: 1px 5px 8px 0;","}",".blocklyHorizontalTreeRtl {","float: right;","margin: 1px 0 8px 5px;","}",'.blocklyToolboxDiv[dir\x3d"RTL"] .blocklyTreeRow {', -"margin-left: 8px;","}",".blocklyTreeRow:not(.blocklyTreeSelected):hover {","background-color: #e4e4e4;","}",".blocklyTreeSeparator {","border-bottom: solid #e5e5e5 1px;","height: 0;","margin: 5px 0;","}",".blocklyTreeSeparatorHorizontal {","border-right: solid #e5e5e5 1px;","width: 0;","padding: 5px 0;","margin: 0 5px;","}",".blocklyTreeIcon {","background-image: url(\x3c\x3c\x3cPATH\x3e\x3e\x3e/sprites.png);","height: 16px;","vertical-align: middle;","width: 16px;","}",".blocklyTreeIconClosedLtr {", -"background-position: -32px -1px;","}",".blocklyTreeIconClosedRtl {","background-position: 0px -1px;","}",".blocklyTreeIconOpen {","background-position: -16px -1px;","}",".blocklyTreeSelected\x3e.blocklyTreeIconClosedLtr {","background-position: -32px -17px;","}",".blocklyTreeSelected\x3e.blocklyTreeIconClosedRtl {","background-position: 0px -17px;","}",".blocklyTreeSelected\x3e.blocklyTreeIconOpen {","background-position: -16px -17px;","}",".blocklyTreeIconNone,",".blocklyTreeSelected\x3e.blocklyTreeIconNone {", -"background-position: -48px -1px;","}",".blocklyTreeLabel {","cursor: default;","font-family: sans-serif;","font-size: 16px;","padding: 0 3px;","vertical-align: middle;","}",".blocklyTreeSelected .blocklyTreeLabel {","color: #fff;","}",".blocklyWidgetDiv .goog-palette {","outline: none;","cursor: default;","}",".blocklyWidgetDiv .goog-palette-table {","border: 1px solid #666;","border-collapse: collapse;","}",".blocklyWidgetDiv .goog-palette-cell {","height: 13px;","width: 15px;","margin: 0;","border: 0;", -"text-align: center;","vertical-align: middle;","border-right: 1px solid #666;","font-size: 1px;","}",".blocklyWidgetDiv .goog-palette-colorswatch {","position: relative;","height: 13px;","width: 15px;","border: 1px solid #666;","}",".blocklyWidgetDiv .goog-palette-cell-hover .goog-palette-colorswatch {","border: 1px solid #FFF;","}",".blocklyWidgetDiv .goog-palette-cell-selected .goog-palette-colorswatch {","border: 1px solid #000;","color: #fff;","}",".blocklyWidgetDiv .goog-menu {","background: #fff;", -"border-color: #ccc #666 #666 #ccc;","border-style: solid;","border-width: 1px;","cursor: default;","font: normal 13px Arial, sans-serif;","margin: 0;","outline: none;","padding: 4px 0;","position: absolute;","overflow-y: auto;","overflow-x: hidden;","max-height: 100%;","z-index: 20000;","}",".blocklyWidgetDiv .goog-menuitem {","color: #000;","font: normal 13px Arial, sans-serif;","list-style: none;","margin: 0;","padding: 4px 7em 4px 28px;","white-space: nowrap;","}",".blocklyWidgetDiv .goog-menuitem.goog-menuitem-rtl {", -"padding-left: 7em;","padding-right: 28px;","}",".blocklyWidgetDiv .goog-menu-nocheckbox .goog-menuitem,",".blocklyWidgetDiv .goog-menu-noicon .goog-menuitem {","padding-left: 12px;","}",".blocklyWidgetDiv .goog-menu-noaccel .goog-menuitem {","padding-right: 20px;","}",".blocklyWidgetDiv .goog-menuitem-content {","color: #000;","font: normal 13px Arial, sans-serif;","}",".blocklyWidgetDiv .goog-menuitem-disabled .goog-menuitem-accel,",".blocklyWidgetDiv .goog-menuitem-disabled .goog-menuitem-content {", -"color: #ccc !important;","}",".blocklyWidgetDiv .goog-menuitem-disabled .goog-menuitem-icon {","opacity: 0.3;","-moz-opacity: 0.3;","filter: alpha(opacity\x3d30);","}",".blocklyWidgetDiv .goog-menuitem-highlight,",".blocklyWidgetDiv .goog-menuitem-hover {","background-color: #d6e9f8;","border-color: #d6e9f8;","border-style: dotted;","border-width: 1px 0;","padding-bottom: 3px;","padding-top: 3px;","}",".blocklyWidgetDiv .goog-menuitem-checkbox,",".blocklyWidgetDiv .goog-menuitem-icon {","background-repeat: no-repeat;", -"height: 16px;","left: 6px;","position: absolute;","right: auto;","vertical-align: middle;","width: 16px;","}",".blocklyWidgetDiv .goog-menuitem-rtl .goog-menuitem-checkbox,",".blocklyWidgetDiv .goog-menuitem-rtl .goog-menuitem-icon {","left: auto;","right: 6px;","}",".blocklyWidgetDiv .goog-option-selected .goog-menuitem-checkbox,",".blocklyWidgetDiv .goog-option-selected .goog-menuitem-icon {","background: url(//ssl.gstatic.com/editor/editortoolbar.png) no-repeat -512px 0;","}",".blocklyWidgetDiv .goog-menuitem-accel {", -"color: #999;","direction: ltr;","left: auto;","padding: 0 6px;","position: absolute;","right: 0;","text-align: right;","}",".blocklyWidgetDiv .goog-menuitem-rtl .goog-menuitem-accel {","left: 0;","right: auto;","text-align: left;","}",".blocklyWidgetDiv .goog-menuitem-mnemonic-hint {","text-decoration: underline;","}",".blocklyWidgetDiv .goog-menuitem-mnemonic-separator {","color: #999;","font-size: 12px;","padding-left: 4px;","}",".blocklyWidgetDiv .goog-menuseparator {","border-top: 1px solid #ccc;", -"margin: 4px 0;","padding: 0;","}",""];var EY=null,UW=null,k0=null;function DY(a,b,c){yZ();UW=a;k0=c;EY.style.top=CN().y+"px";EY.style.direction=b?"rtl":"ltr";EY.style.display="block"}function yZ(){UW&&(UW=null,EY.style.display="none",EY.style.left="",EY.style.top="",EY.style.height="",k0&&k0(),k0=null,OF(EY))}function HY(a){UW==a&&yZ()}function GY(a,b,c,d,e){bc.width+d.x&&(a=c.width+d.x):a>>/g,i0),g=document.createElement("style");document.head.appendChild(g);g.appendChild(document.createTextNode(e));h0=g.sheet;KV(VY)}var d=GV("svg", -{xmlns:"http://www.w3.org/2000/svg","xmlns:html":"http://www.w3.org/1999/xhtml","xmlns:xlink":"http://www.w3.org/1999/xlink",version:"1.1","class":"blocklySvg"},d),e=GV("defs",{},d),g=String(Math.random()).substring(2),f=GV("filter",{id:"blocklyEmbossFilter"+g},e);GV("feGaussianBlur",{"in":"SourceAlpha",stdDeviation:1,result:"blur"},f);var h=GV("feSpecularLighting",{"in":"blur",surfaceScale:1,specularConstant:.5,specularExponent:10,"lighting-color":"white",result:"specOut"},f);GV("fePointLight",{x:-5E3, -y:-1E4,z:2E4},h);GV("feComposite",{"in":"specOut",in2:"SourceAlpha",operator:"in",result:"specOut"},f);GV("feComposite",{"in":"SourceGraphic",in2:"specOut",operator:"arithmetic",k1:0,k2:1,k3:1,k4:0},f);c.Wy=f.id;f=GV("pattern",{id:"blocklyDisabledPattern"+g,patternUnits:"userSpaceOnUse",width:10,height:10},e);GV("rect",{width:10,height:10,fill:"#aaa"},f);GV("path",{d:"M 0 0 L 10 10 M 10 0 L 0 10",stroke:"#cc0"},f);c.Mj=f.id;e=GV("pattern",{id:"blocklyGridPattern"+g,patternUnits:"userSpaceOnUse"}, -e);0a.wc+g||a.Ke<(b.N?a.Yc:e)||a.Ke+a.ce>(b.N?a.Yb:a.Yb+e))for(var f=oV(c,!1),h=0,m;m=f[h];h++){var l=m.jc(),n=jY(m),p=g+25-n.height-l.y;0p&&m.moveBy(0,p);p=25+e-l.x-(b.N?0:n.width);0l&&m.moveBy(l,0)}}});zZ(c);EY||(EY=KF("div","blocklyWidgetDiv"),document.body.appendChild(EY));OW||(OW=KF("div","blocklyTooltipDiv"),document.body.appendChild(OW));return c} -function n0(a){var b=a.options,c=vX(a);BV(c,"contextmenu",null,function(a){JV(a)||a.preventDefault()});c=BV(window,"resize",null,function(){NV(!0);zZ(a)});a.Sm=c;q0();b.Ni&&(a.Qb?a.Qb.init(a):a.Gb&&(a.Gb.init(a),a.Gb.show(b.Ni.childNodes),n_(a.Gb),a.scrollX=a.Gb.ec,3==b.dc&&(a.scrollX*=-1),a.translate(a.scrollX,0)));b.ns&&(a.Wc=new lX(a),a.Wc.resize());b.Pz&&r0(b.sf,a)} -function q0(){iV||(BV(document,"keydown",null,s0),BV(document,"touchend",null,cZ),BV(document,"touchcancel",null,cZ),document.addEventListener("mouseup",gY,!1),IE&&BV(window,"orientationchange",document,function(){zZ(pY)}));iV=!0} -function r0(a,b){function c(){for(;d.length;)FV(d.pop());for(var a in b.il){var c=b.il[a];c.volume=.01;c.play();c.pause();if(IE||HE)break}}mY(b,[a+"click.mp3",a+"click.wav",a+"click.ogg"],"click");mY(b,[a+"disconnect.wav",a+"disconnect.mp3",a+"disconnect.ogg"],"disconnect");mY(b,[a+"delete.mp3",a+"delete.ogg",a+"delete.wav"],"delete");var d=[];d.push(BV(document,"mousemove",null,c));d.push(BV(document,"touchstart",null,c))};function TV(a,b){var c=a.getAttribute("class")||"";-1==(" "+c+" ").indexOf(" "+b+" ")&&(c&&(c+=" "),a.setAttribute("class",c+b))}function UV(a,b){var c=a.getAttribute("class");if(-1!=(" "+c+" ").indexOf(" "+b+" ")){for(var c=c.split(/\s+/),d=0;dc;c++)b[c]=u0.charAt(Math.random()*a);return b.join("")}var u0="!#%()*+,-./:;\x3d?@[]^_`{|}~ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; -function XW(a,b,c){for(var d=[0],e=[],g=0;gd&&(d=h,e=f)}return e?WW(a,e,c):b};var pY=null,dY=null,qW=null,rW=null,vW=[],$Y=null,aZ=null,VV=0,fY=null;function d0(a){return{width:a.Wq,height:a.Tq}}function zZ(a){for(;a.options.rf;)a=a.options.rf;var b=vX(a),c=b.parentNode;if(c){var d=c.offsetWidth,c=c.offsetHeight;b.Wq!=d&&(b.setAttribute("width",d+"px"),b.Wq=d);b.Tq!=c&&(b.setAttribute("height",c+"px"),b.Tq=c);a.resize()}}function gY(){var a=pY;KV(VY);a.Zo=!1;fY&&(FV(fY),fY=null);hV&&(FV(hV),hV=null)} -function hY(a){if(!(a.touches&&2<=a.touches.length)){var b=pY;if(b.Zo){var c=a.clientX-b.CF,d=a.clientY-b.DF,e=b.AF,g=b.Yp+c,f=b.Zp+d,g=Math.min(g,-e.Ke),f=Math.min(f,-e.Le),g=Math.max(g,e.Yb-e.Ke-e.ce),f=Math.max(f,e.wc-e.Le-e.Td);b.Wc.set(-g-e.Ke,-f-e.Le);Math.sqrt(c*c+d*d)>CX&&cZ();a.stopPropagation();a.preventDefault()}}} -function s0(a){if(!pY.options.readOnly&&!JV(a)){var b=!1;if(27==a.keyCode)NV();else if(8==a.keyCode||46==a.keyCode)a.preventDefault(),dY&&GX(dY)&&(b=!0);else if(a.altKey||a.ctrlKey||a.metaKey)dY&&GX(dY)&&uW(dY)&&(67==a.keyCode?(NV(),bZ(dY)):88==a.keyCode&&(bZ(dY),b=!0)),86==a.keyCode?$Y&&aZ.paste($Y):90==a.keyCode&&(NV(),pY.gq(a.shiftKey));b&&(qV(!0),NV(),dY.ab(2!=VV,!0),qW&&(OY(),qW=null),qV(!1))}}function aY(){SY();t_()}var v0=0; -function VX(a,b){cZ();v0=setTimeout(function(){a.button=2;b.Yh(a)},750)}function cZ(){v0&&(clearTimeout(v0),v0=0)}function bZ(a){var b=gW(a);if(2!=VV)for(var c=0,d;d=b.childNodes[c];c++)if("next"==d.nodeName.toLowerCase()){b.removeChild(d);break}c=a.jc();b.setAttribute("x",a.N?-c.x:c.x);b.setAttribute("y",c.y);$Y=b;aZ=a.Ea}function NV(a){TW();yZ();a||(a=pY,a.Qb&&a.Qb.Gb&&a.Qb.Gb.vj&&a.Qb.mh.jh(null))} -function o0(){var a,b,c,d,e=d0(vX(this));if(this.Qb)if(0==this.dc||1==this.dc)e.height-=this.Qb.getHeight();else if(2==this.dc||3==this.dc)e.width-=this.Qb.getWidth();var g=$X.prototype.Kb-1,f=e.width-g,g=e.height-g;a=oV(this);if(a.length){d=WY(a[0]);for(b=1;bd.Af.x&&(d.Af.x=h.Af.x);h.We.yd.Af.y&&(d.Af.y=h.Af.y)}a=d.We.x;b=d.We.y;c=d.Af.x-d.We.x;d=d.Af.y-d.We.y}else d=c=b=a=0;var m=c*this.scale,h=d* -this.scale,l=a*this.scale,n=b*this.scale;this.Wc?(a=Math.min(l-f/2,l+m-f),f=Math.max(l+m+f/2,l+f),b=Math.min(n-g/2,n+h-g),g=Math.max(n+h+g/2,n+g)):(f=a+c,g=b+d);d=0;this.Qb&&2==this.dc&&(d=this.Qb.getWidth());h=0;this.Qb&&0==this.dc&&(h=this.Qb.getHeight());return{wc:e.height,Yb:e.width,Td:g-b,ce:f-a,Wf:-this.scrollY,Yc:-this.scrollX,Le:b,Ke:a,Fd:h,Zc:d,iS:this.Qb?this.Qb.getWidth():0,hS:this.Qb?this.Qb.getHeight():0,Xl:this.Gb?this.Gb.getWidth():0,fs:this.Gb?this.Gb.getHeight():0,dc:this.dc}} -function p0(a){if(!this.Wc)throw"Attempt to set main workspace scroll without scrollbars.";var b=this.Uc();va(a.x)&&(this.scrollX=-b.ce*a.x-b.Ke);va(a.y)&&(this.scrollY=-b.Td*a.y-b.Le);a=this.scrollX+b.Zc;b=this.scrollY+b.Fd;this.translate(a,b);this.options.Og&&(this.options.Og.setAttribute("x",a),this.options.Og.setAttribute("y",b),AE&&YX(this))}fa.Blockly||(fa.Blockly={});fa.Blockly.getMainWorkspace=function(){return pY}; -fa.Blockly.addChangeListener=function(a){console.warn("Deprecated call to Blockly.addChangeListener, use workspace.addChangeListener instead.");return pY.ag(a)};lc();jV["property-container"]=Yj(new q(null,1,[Yo,function(){$W(BY(this),"Properties");this.Pc(180);AY(this,"STACK");return this.contextMenu=!1}],null));jV["property-item"]=Yj(new q(null,1,[Yo,function(){this.Pc(180);this.xf(!0);this.wf(!0);this.contextMenu=!1;return $W(BY(this),"Property")}],null)); -var w0=new q(null,6,[ys,function(){var a=document.createElement("mutation");a.setAttribute("items",this.itemCount);return a},Gs,function(a){a=a.getAttribute("items");this.itemCount=parseInt(a,10);return this.updateShape.call(this)},Gm,function(a){var b=rY(a,""+t("property-container"));b.Sh();for(var c=PX(b,"STACK").lb,d=0;;)if(db?"":a.substring(b+1)} -function o3(a,b,c){a=a.Gg.location;var d=a.href.split("#")[0],e=-1!=a.href.indexOf("#");if(n3||e||b)d+="#"+b;d!=a.href&&(c?a.replace(d):a.href=d)}function q3(a,b,c){if(a.du||b!=v3(a))if(a.du=!1,b=encodeURIComponent(String(b)),AE){var d=SF(a.pm);d.open("text/html",c?"replace":void 0);c=tF(rF("title",{},a.Gg.document.title),rF("body",{},b));d.write(lF(c));d.close()}else if(d=hF(a.To)+"#"+b,a=a.pm.contentWindow)c?a.location.replace(d):a.location.href=d} -function v3(a){if(AE)return a=SF(a.pm),a.body?Za(a.body.innerHTML):null;var b=a.pm.contentWindow;if(b){var c;try{c=Za(t3(b))}catch(d){return a.Pi||(1!=a.Pi&&a.Qc.setInterval(w3),a.Pi=!0),null}a.Pi&&(0!=a.Pi&&a.Qc.setInterval(m3),a.Pi=!1);return c||null}return null}k.Je=function(){if(this.kj){var a=t3(this.Gg);a!=this.rk&&u3(this,a)}if(!this.kj||n3)if(a=v3(this)||"",null==this.tk||a==this.tk)this.tk=null,a!=this.rk&&u3(this,a)}; -function u3(a,b){a.rk=a.om.value=b;a.kj?(n3&&q3(a,b),o3(a,b)):q3(a,b);a.dispatchEvent(new i3(p3(a)))}k.ED=function(){this.Qc.stop();this.Qc.start()};var s3=["mousedown","keydown","mousemove"],l3=0,m3=150,w3=1E4;var x3,y3=function y3(b,c){if(null!=b&&null!=b.Wm)return b.Wm(b,c);var d=y3[na(null==b?null:b)];if(null!=d)return d.l?d.l(b,c):d.call(null,b,c);d=y3._;if(null!=d)return d.l?d.l(b,c):d.call(null,b,c);throw zc("IRouteMatches.route-matches",b);},z3=function z3(b){if(null!=b&&null!=b.Xm)return b.Xm(b);var c=z3[na(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=z3._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw zc("IRouteValue.route-value",b);},A3=function A3(b){for(var c=[],d=arguments.length, -e=0;;)if(ed&&g++;break;case "0":if(0d&&g++;break;case ",":0e+h||1>this.og)throw Error('Malformed exponential pattern "'+a+'"');k=!1;break;default:b[0]--,k=!1}0==h&&0d&&0e+h)||0==g)throw Error('Malformed pattern "'+a+'"');f=e+h+f;this.ce=0<=d?f-d:0;0<=d&&(this.od=e+h-d,0>this.od&&(this.od=0));this.Nc=(0<=d?d:f)-e;this.Ig&&(this.ng=e+this.Nc,0==this.ce&& +0==this.Nc&&(this.Nc=1));this.Yd.push(Math.max(0,g));this.cj=0==d||d==f;c=b[0]-c;this.xf=aP(this,a,b);b[0]this.Dd.length?h=!1:this.he.length=z)x+=z,l=!0;else if(B==m.charAt(0)){if(f||g)break;x+=".";f=!0}else if(B==q.charAt(0)&&("\u00a0"!=q.charAt(0)||c[0]+1=c?0:gP(c)).sh;c=fP(this,d+gP(hP(this,c/Math.pow(10,d)).qj))}a/=Math.pow(10,c.sh);b.push(c.prefix);d=0>a||0==a&&0>1/a;b.push(d?this.Dd:this.he);if(isFinite(a))if(a=a*(d?-1:1)*this.sf,this.Ig)if(0==a)iP(this,a,this.Nc,b),jP(this,0,b);else{var e=Math.floor(Math.log(a)/Math.log(10)+2E-15);a/=Math.pow(10,e);var h=this.Nc;if(1this.Nc){for(;0!= +e%this.ng;)a*=10,e--;h=1}else 1>this.Nc?(e++,a/=10):(e-=this.Nc-1,a*=Math.pow(10,this.Nc-1));iP(this,a,h,b);jP(this,e,b)}else iP(this,a,this.Nc,b);else b.push(Z.tb.ta);b.push(d?this.Fe:this.xf);b.push(c.kk);return b.join("")}; +function hP(a,b){var c=Math.pow(10,a.ce),d;if(0>=a.Je)d=Math.round(b*c);else{d=b*c;var e=a.ce;if(d){var h=a.Je-gP(d)-1;h<-e?(e=Math.pow(10,e),d=Math.round(d/e)*e):(e=Math.pow(10,h),d=Math.round(d*e)/e)}d=Math.round(d)}e=d;isFinite(e)?(d=Math.floor(e/c),c=Math.floor(e-d*c)):(d=b,c=0);return{qj:d,Lo:c}} +function iP(a,b,c,d){if(a.od>a.ce)throw Error("Min value must be less than max value");d||(d=[]);b=hP(a,b);var e=Math.pow(10,a.ce),h=b.qj,f=b.Lo,g=0==h?0:gP(h)+1,l=0b+1;)e--;for(h=1;hb?(b=-b,c.push(Z.tb.Ca)):a.rk&&c.push(Z.tb.Fa);b=""+b;for(var d=Z.tb.ua,e=b.length;ea)return a-48;var b=Z.tb.ua.charCodeAt(0);return b<=a&&ab)return eP;b=Math.min(14,b);c=c[Math.pow(10,b)];if(!c)return eP;c=c.other;return c&&"0"!=c?(c=/([^0]*)(0+)(.*)/.exec(c))?{prefix:c[1],kk:c[3],sh:b-(c[2].length-1)}:eP:eP}function gP(a){for(var b=0;1<=(a/=10);)b++;return b};Z.ub={};Z.ub.wo=function(){return"other"};Z.ub.qh=function(a){a+="";var b=a.indexOf(".");return-1==b?0:a.length-b-1};Z.ub.$b=function(a,b){var c=void 0===b?Math.min(Z.ub.qh(a),3):b,d=Math.pow(10,c);return{Ka:c,f:(a*d|0)%d}};Z.ub.xh=function(a,b){if(0===b)return{Vh:0,t:0};for(;0===b%10;)b/=10,a--;return{Vh:a,t:b}};Z.ub.cf=function(a){return 1==a%10&&11!=a%100?"one":2==a%10&&12!=a%100?"two":3==a%10&&13!=a%100?"few":"other"};Z.ub.SD=function(a){return 1!=a%10&&2!=a%10||11==a%100||12==a%100?"other":"one"}; +Z.ub.UC=function(a){return 1==a||5==a?"one":"other"};Z.ub.gD=function(a){return 6==a%10||9==a%10||0==a%10&&0!=a?"many":"other"};Z.ub.mD=function(a){return 1==a?"one":2==a||3==a?"two":4==a?"few":"other"};Z.ub.QD=function(a){return 1==a?"one":4==a%10&&14!=a%100?"many":"other"};Z.ub.eC=function(a){return 1==a||5==a||7==a||8==a||9==a||10==a?"one":2==a||3==a?"two":4==a?"few":6==a?"many":"other"};Z.ub.NC=function(a){return 1==a?"one":2==a||3==a?"two":4==a?"few":6==a?"many":"other"}; +Z.ub.fD=function(a){a|=0;return 1==a?"one":0==a||2<=a%100&&20>=a%100||40==a%100||60==a%100||80==a%100?"many":"other"};Z.ub.Ko=function(a){return 1==a?"one":"other"};Z.ub.oD=function(a){return 1<=a&&4>=a?"one":"other"};Z.ub.uo=function(a){return 0==a||7==a||8==a||9==a?"zero":1==a?"one":2==a?"two":3==a||4==a?"few":5==a||6==a?"many":"other"};Z.ub.UD=function(a){return 3==a%10&&13!=a%100?"few":"other"}; +Z.ub.fC=function(a){a|=0;return 1==a%10||2==a%10||5==a%10||7==a%10||8==a%10||20==a%100||50==a%100||70==a%100||80==a%100?"one":3==a%10||4==a%10||100==a%1E3||200==a%1E3||300==a%1E3||400==a%1E3||500==a%1E3||600==a%1E3||700==a%1E3||800==a%1E3||900==a%1E3?"few":0==a||6==a%10||40==a%100||60==a%100||90==a%100?"many":"other"};Z.ub.iC=function(a){return 1==a||3==a?"one":2==a?"two":4==a?"few":"other"};Z.ub.dD=function(a){return 11==a||8==a||80==a||800==a?"many":"other"}; +Z.ub.Gr=function(a){a|=0;return 1==a%10&&11!=a%100?"one":2==a%10&&12!=a%100?"two":7!=a%10&&8!=a%10||17==a%100||18==a%100?"other":"many"};Z.ub.select=Z.ub.cf;Z.ub.select=Z.ub.cf;Z.La={};Z.La.wo=function(){return"other"};Z.La.qh=function(a){a+="";var b=a.indexOf(".");return-1==b?0:a.length-b-1};Z.La.$b=function(a,b){var c=void 0===b?Math.min(Z.La.qh(a),3):b,d=Math.pow(10,c);return{Ka:c,f:(a*d|0)%d}};Z.La.xh=function(a,b){if(0===b)return{Vh:0,t:0};for(;0===b%10;)b/=10,a--;return{Vh:a,t:b}};Z.La.HC=function(a){return 1==a?"one":2==a?"two":3<=a&&6>=a?"few":7<=a&&10>=a?"many":"other"}; +Z.La.ID=function(a,b){var c=Z.La.$b(a,b);return 1==(a|0)&&0==c.Ka?"one":0!=c.Ka||0==a||1!=a&&1<=a%100&&19>=a%100?"few":"other"};Z.La.GC=function(a,b){var c=a|0,d=Z.La.$b(a,b);return 0==d.Ka&&(1==c||2==c||3==c)||0==d.Ka&&4!=c%10&&6!=c%10&&9!=c%10||0!=d.Ka&&4!=d.f%10&&6!=d.f%10&&9!=d.f%10?"one":"other"};Z.La.Ko=function(a){a|=0;return 0==a||1==a?"one":"other"};Z.La.cf=function(a,b){var c=Z.La.$b(a,b);return 1==(a|0)&&0==c.Ka?"one":"other"}; +Z.La.nD=function(a){return 1==a?"one":0==a||2<=a%100&&10>=a%100?"few":11<=a%100&&19>=a%100?"many":"other"};Z.La.yC=function(a,b){var c=a|0,d=Z.La.$b(a,b),d=Z.La.xh(d.Ka,d.f);return 1==a||0!=d.t&&(0==c||1==c)?"one":"other"};Z.La.QC=function(a,b){var c=a|0,d=Z.La.$b(a,b);return 0==d.Ka&&1==c%10?"one":0==d.Ka&&2==c%10?"two":0!=d.Ka||0!=c%100&&20!=c%100&&40!=c%100&&60!=c%100&&80!=c%100?0!=d.Ka?"many":"other":"few"};Z.La.uo=function(a){return 0==a?"zero":1==a?"one":2==a?"two":3==a?"few":6==a?"many":"other"}; +Z.La.hC=function(a){return 1==a%10&&11!=a%100&&71!=a%100&&91!=a%100?"one":2==a%10&&12!=a%100&&72!=a%100&&92!=a%100?"two":(3<=a%10&&4>=a%10||9==a%10)&&(10>a%100||19a%100||79a%100||99=c%100||0!=d.Ka?"few":"other"};Z.La.TD=function(a){return 0<=a&&1>=a||11<=a&&99>=a?"one":"other"};Z.La.RD=function(a,b){var c=a|0,d=Z.La.$b(a,b);return 0==d.Ka&&1==c%10&&11!=c%100||1==d.f%10&&11!=d.f%100?"one":0==d.Ka&&2<=c%10&&4>=c%10&&(12>c%100||14=d.f%10&&(12>d.f%100||14=a&&2!=a?"one":"other"};Z.La.dC=function(a){return 0==a?"zero":1==a?"one":2==a?"two":3<=a%100&&10>=a%100?"few":11<=a%100&&99>=a%100?"many":"other"};Z.La.eD=function(a){return 1==a?"one":2==a?"two":"other"}; +Z.La.xC=function(a,b){var c=a|0,d=Z.La.$b(a,b);return 1==c&&0==d.Ka?"one":2<=c&&4>=c&&0==d.Ka?"few":0!=d.Ka?"many":"other"};Z.La.HD=function(a,b){var c=Z.La.$b(a,b);return 1==a&&0==c.Ka?"one":"other"};Z.La.gC=function(a){return 1==a%10&&11!=a%100?"one":2<=a%10&&4>=a%10&&(12>a%100||14=a%10||11<=a%100&&14>=a%100?"many":"other"};Z.La.cC=function(a){return 0<=a&&1>=a?"one":"other"}; +Z.La.FD=function(a,b){var c=a|0,d=Z.La.$b(a,b);return 1==c&&0==d.Ka?"one":0==d.Ka&&2<=c%10&&4>=c%10&&(12>c%100||14=c%10||0==d.Ka&&5<=c%10&&9>=c%10||0==d.Ka&&12<=c%100&&14>=c%100?"many":"other"};Z.La.JD=function(a,b){var c=a|0,d=Z.La.$b(a,b);return 0==d.Ka&&1==c%10&&11!=c%100?"one":0==d.Ka&&2<=c%10&&4>=c%10&&(12>c%100||14=c%10||0==d.Ka&&11<=c%100&&14>=c%100?"many":"other"}; +Z.La.iD=function(a){var b=a|0;return 0==a?"zero":0!=b&&1!=b||0==a?"other":"one"};Z.La.ND=function(a){return 0==(a|0)||1==a?"one":2<=a&&10>=a?"few":"other"};Z.La.SC=function(a,b){var c=a|0,d=Z.La.$b(a,b);return 1==c&&0==d.Ka?"one":2==c&&0==d.Ka?"two":0==d.Ka&&(0>a||10a%100||19=a%10&&(11>a%100||19=a||13<=a&&19>=a?"few":"other"};Z.La.AC=function(a,b){var c=a|0,d=Z.La.$b(a,b);return 0==d.Ka&&1==c%100||1==d.f%100?"one":0==d.Ka&&2==c%100||2==d.f%100?"two":0==d.Ka&&3<=c%100&&4>=c%100||3<=d.f%100&&4>=d.f%100?"few":"other"}; +Z.La.kD=function(a,b){var c=Z.La.$b(a,b);return 0==a%10||11<=a%100&&19>=a%100||2==c.Ka&&11<=c.f%100&&19>=c.f%100?"zero":1==a%10&&11!=a%100||2==c.Ka&&1==c.f%10&&11!=c.f%100||2!=c.Ka&&1==c.f%10?"one":"other"};Z.La.hD=function(a){return 0==a?"zero":1==a?"one":"other"};Z.La.select=Z.La.cf;Z.La.select=Z.La.cf;function kP(a){this.Ae=[];this.Kh=[];this.Gh=new YO(1);a&&(a=lP(this,a),this.Kh=mP(this,a))}var nP=RegExp("'([{}#].*?)'","g"),oP=RegExp("''","g");kP.prototype.format=function(a){if(0==this.Kh.length)a="";else{var b=[];pP(this,this.Kh,a,!1,b);for(a=b.join("");0a)a=ZF("%.3f secs",a/1E3);else if(a=Math.abs(a),6E4>a)a=Ga("0 minutes");else{var b=Math.floor(a/864E5);a%=864E5;var c=Math.floor(a/36E5),d=Math.floor(a%36E5/6E4),e=BO(b),h=BO(c),f=BO(d);a=b*(c+d)?" ":"";var g=c*d?" ":"",l=Ga("{COUNT, plural, \x3d0 {}\x3d1 {{TEXT} day}other {{TEXT} days}}"),k=Ga("{COUNT, plural, \x3d0 {}\x3d1 {{TEXT} hour}other {{TEXT} hours}}"),m=Ga("{COUNT, plural, \x3d0 {}\x3d1 {{TEXT} minute}other {{TEXT} minutes}}"),b=yP(l,b,e),c=yP(k,c,h),d=yP(m,d,f);a= +Ga("{$daysPart}{$daysSeparator}{$hoursPart}{$hoursSeparator}{$minutesPart}",{daysPart:b,daysSeparator:a,hoursPart:c,hoursSeparator:g,minutesPart:d})}return a}function GP(a,b){return r(a)?FP((r(b)?b.getTime():(new Date).getTime())-a.getTime()):0};var HP,IP=new N(null,2,5,O,[yH(ZG,Xz),yH(ZG,L(jn,new p(null,1,[Y,W],null)))],null),JP=WG(IP),KP=WG(ZG),LP=function(a,b,c,d,e){return function f(g,l){var k=a.cb();if(r(k)){var m=new N(null,2,5,O,[g,l],null),q=d.j?d.j(m):d.call(null,m);if(r(q))throw lk(iG("Input to %s does not match schema: %s",F([L(fu,new p(null,1,[Y,W],null)),Fj(F([q],0))],0)),new p(null,4,[Dr,ln,Y,c,fq,m,Xy,q],null));}m=function(){for(var m=null!=g&&(g.w&64||g.na)?tg(Sg,g):g,x=w(m,Cs),q=ce(m,bs,1),z=ce(m,Ss,20),y=ce(m,Tr,7),C=w(m, +Ws);;){var A=g,E=null!=A&&(A.w&64||A.na)?tg(Sg,A):A,J=w(E,Cs),G=ce(E,bs,1),I=ce(E,Ss,20),H=ce(E,Tr,7),M=w(E,Ws),K=l;"undefined"===typeof HP&&(HP=function(a,b,c,d,e,f,g,k,l,m,x,q,t,B,z,I,y,J,G){this.Ql=a;this.Ms=b;this.v=c;this.hs=d;this.zq=e;this.Sl=f;this.pt=g;this.yq=k;this.uj=l;this.page=m;this.Mh=x;this.yh=q;this.lf=t;this.Oa=B;this.Ap=z;this.Rl=I;this.Vo=y;this.Na=J;this.$q=G;this.w=393216;this.K=0},HP.prototype.Ia=function(){return function(a,b){return new HP(this.Ql,this.Ms,this.v,this.hs, +this.zq,this.Sl,this.pt,this.yq,this.uj,this.page,this.Mh,this.yh,this.lf,this.Oa,this.Ap,this.Rl,this.Vo,this.Na,b)}}(A,E,J,G,I,H,M,K,g,g,m,x,q,z,y,C,l,k,a,b,c,d,e),HP.prototype.Ha=function(){return function(){return this.$q}}(A,E,J,G,I,H,M,K,g,g,m,x,q,z,y,C,l,k,a,b,c,d,e),HP.prototype.qb=!0,HP.prototype.ob=function(){return function(){return"pagination-view"}}(A,E,J,G,I,H,M,K,g,g,m,x,q,z,y,C,l,k,a,b,c,d,e),HP.prototype.Bb=!0,HP.prototype.Cb=function(a,b,c,d,e,f,g,k,l,m,x,q,t,B,z,I,y,J,G,C,E,A,H){return function(K, +M){var ra=this,ob=null!=M&&(M.w&64||M.na)?tg(Sg,M):M,jb=w(ob,cp),dc=this;if(ra.yh>ra.Mh){var Fb=Jf(ra.yh-1,ra.Mh)+1,Kb=Jf(ra.uj,2),Lb=ra.page>Kb?ra.page-Kb:1,nc=ra.page=a&&c<=b}}(k,a,b,b,c,d,e,h,f,g,l);if(r(function(){if(r(c)){var a=m(1,12,k);return r(a)&&(a=m(1,RP(c,k),e),r(a)&&(a=m(0,23,h),r(a)&&(a=m(0,59,f),r(a))))?(a=m(0,60,g),r(a)?m(0,999,l):a):a}return c}()))return b;throw lk("Date is not valid",new p(null,2,[Dr,ps,im,b],null));} +function TP(a,b){return D($g(function(a,d){return r(OP(F([d,b],0)))?a:null},a))}function UP(a,b){var c=ch.l(function(a){return a instanceof P||a instanceof v?""+u(a):a},b);return ug(ZF,a,c)}function VP(a){return 0<=a&&9>=a?[u("0"),u(a)].join(""):""+u(a)};var WP=function WP(b){if(null!=b&&null!=b.Yf)return b.Yf(b);var c=WP[ka(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=WP._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw oc("DateTimeProtocol.year",b);},XP=function XP(b){if(null!=b&&null!=b.Vf)return b.Vf(b);var c=XP[ka(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=XP._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw oc("DateTimeProtocol.month",b);},YP=function YP(b){if(null!=b&&null!=b.Pf)return b.Pf(b);var c= +YP[ka(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=YP._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw oc("DateTimeProtocol.day",b);},ZP=function ZP(b){if(null!=b&&null!=b.Qf)return b.Qf(b);var c=ZP[ka(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=ZP._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw oc("DateTimeProtocol.hour",b);},$P=function $P(b){if(null!=b&&null!=b.Uf)return b.Uf(b);var c=$P[ka(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b); +c=$P._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw oc("DateTimeProtocol.minute",b);},aQ=function aQ(b){if(null!=b&&null!=b.Xf)return b.Xf(b);var c=aQ[ka(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=aQ._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw oc("DateTimeProtocol.second",b);},bQ=function bQ(b){if(null!=b&&null!=b.Sf)return b.Sf(b);var c=bQ[ka(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=bQ._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw oc("DateTimeProtocol.milli", +b);},cQ=function cQ(b,c){if(null!=b&&null!=b.Nf)return b.Nf(b,c);var d=cQ[ka(null==b?null:b)];if(null!=d)return d.l?d.l(b,c):d.call(null,b,c);d=cQ._;if(null!=d)return d.l?d.l(b,c):d.call(null,b,c);throw oc("DateTimeProtocol.after?",b);},dQ=function dQ(b,c){if(null!=b&&null!=b.Of)return b.Of(b,c);var d=dQ[ka(null==b?null:b)];if(null!=d)return d.l?d.l(b,c):d.call(null,b,c);d=dQ._;if(null!=d)return d.l?d.l(b,c):d.call(null,b,c);throw oc("DateTimeProtocol.before?",b);},eQ=function eQ(b,c){if(null!=b&& +null!=b.Wf)return b.Wf(b,c);var d=eQ[ka(null==b?null:b)];if(null!=d)return d.l?d.l(b,c):d.call(null,b,c);d=eQ._;if(null!=d)return d.l?d.l(b,c):d.call(null,b,c);throw oc("DateTimeProtocol.plus-",b);},fQ=function fQ(b,c){if(null!=b&&null!=b.Tf)return b.Tf(b,c);var d=fQ[ka(null==b?null:b)];if(null!=d)return d.l?d.l(b,c):d.call(null,b,c);d=fQ._;if(null!=d)return d.l?d.l(b,c):d.call(null,b,c);throw oc("DateTimeProtocol.minus-",b);},gQ=function gQ(b){if(null!=b&&null!=b.Rf)return b.Rf(b);var c=gQ[ka(null== +b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=gQ._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw oc("DateTimeProtocol.last-day-of-the-month-",b);},hQ=function hQ(b){if(null!=b&&null!=b.lh)return b.lh(b);var c=hQ[ka(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=hQ._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw oc("InTimeUnitProtocol.in-millis",b);},iQ=function iQ(b){if(null!=b&&null!=b.nh)return b.nh(b);var c=iQ[ka(null==b?null:b)];if(null!=c)return c.j?c.j(b): +c.call(null,b);c=iQ._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw oc("InTimeUnitProtocol.in-seconds",b);},jQ=function jQ(b){if(null!=b&&null!=b.mh)return b.mh(b);var c=jQ[ka(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=jQ._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw oc("InTimeUnitProtocol.in-minutes",b);},kQ=function kQ(b){if(null!=b&&null!=b.kh)return b.kh(b);var c=kQ[ka(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=kQ._;if(null!=c)return c.j?c.j(b): +c.call(null,b);throw oc("InTimeUnitProtocol.in-hours",b);},lQ=function lQ(b){if(null!=b&&null!=b.jh)return b.jh(b);var c=lQ[ka(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=lQ._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw oc("InTimeUnitProtocol.in-days",b);},mQ=function mQ(b){if(null!=b&&null!=b.oh)return b.oh(b);var c=mQ[ka(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=mQ._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw oc("InTimeUnitProtocol.in-years", +b);};function nQ(a,b,c,d,e){this.start=a;this.end=b;this.F=c;this.B=d;this.D=e;this.w=2229667594;this.K=8192}n=nQ.prototype;n.Ta=function(a,b){return Kc.o(this,b,null)};n.Qa=function(a,b,c){switch(b instanceof P?b.Ra:null){case "start":return this.start;case "end":return this.end;default:return ce(this.B,b,c)}}; +n.Pa=function(a,b,c){return tj(b,function(){return function(a){return tj(b,Aj,""," ","",c,a)}}(this),"#cljs-time.core.Interval{",", ","}",c,og.l(new N(null,2,5,O,[new N(null,2,5,O,[Lq,this.start],null),new N(null,2,5,O,[bA,this.end],null)],null),this.B))};n.rb=function(){return new ii(0,this,2,new N(null,2,5,O,[Lq,bA],null),Nd(this.B))};n.Ha=function(){return this.F};n.kb=function(){return new nQ(this.start,this.end,this.F,this.B,this.D)};n.Za=function(){return 2+Qe(this.B)}; +n.Ua=function(){var a=this.D;return null!=a?a:this.D=a=Pf(this)};n.Ja=function(a,b){var c;c=r(b)?(c=this.constructor===b.constructor)?hi(this,b):c:b;return r(c)?!0:!1};n.Db=function(a,b){return sf(new ej(null,new p(null,2,[Lq,null,bA,null],null),null),b)?We.l(L(sh.l(Fg,this),this.F),b):new nQ(this.start,this.end,this.F,zg(We.l(this.B,b)),null)}; +n.wb=function(a,b,c){return r($f.l?$f.l(Lq,b):$f.call(null,Lq,b))?new nQ(c,this.end,this.F,this.B,null):r($f.l?$f.l(bA,b):$f.call(null,bA,b))?new nQ(this.start,c,this.F,this.B,null):new nQ(this.start,this.end,this.F,Ue.o(this.B,b,c),null)};n.Wa=function(){return gc(og.l(new N(null,2,5,O,[new N(null,2,5,O,[Lq,this.start],null),new N(null,2,5,O,[bA,this.end],null)],null),this.B))};n.Ia=function(a,b){return new nQ(this.start,this.end,b,this.B,this.D)}; +n.Xa=function(a,b){return hf(b)?Nc(this,Ec.l(b,0),Ec.l(b,1)):sc(Cc,this,b)};function oQ(a,b,c,d,e,h,f,g,l,k,m){this.years=a;this.months=b;this.weeks=c;this.days=d;this.hours=e;this.minutes=h;this.seconds=f;this.sc=g;this.F=l;this.B=k;this.D=m;this.w=2229667594;this.K=8192}n=oQ.prototype;n.Ta=function(a,b){return Kc.o(this,b,null)}; +n.Qa=function(a,b,c){switch(b instanceof P?b.Ra:null){case "years":return this.years;case "months":return this.months;case "weeks":return this.weeks;case "days":return this.days;case "hours":return this.hours;case "minutes":return this.minutes;case "seconds":return this.seconds;case "millis":return this.sc;default:return ce(this.B,b,c)}}; +n.Pa=function(a,b,c){return tj(b,function(){return function(a){return tj(b,Aj,""," ","",c,a)}}(this),"#cljs-time.core.Period{",", ","}",c,og.l(new N(null,8,5,O,[new N(null,2,5,O,[Cy,this.years],null),new N(null,2,5,O,[Sq,this.months],null),new N(null,2,5,O,[AB,this.weeks],null),new N(null,2,5,O,[pr,this.days],null),new N(null,2,5,O,[yy,this.hours],null),new N(null,2,5,O,[Uz,this.minutes],null),new N(null,2,5,O,[Zs,this.seconds],null),new N(null,2,5,O,[MB,this.sc],null)],null),this.B))}; +n.rb=function(){return new ii(0,this,8,new N(null,8,5,O,[Cy,Sq,AB,pr,yy,Uz,Zs,MB],null),Nd(this.B))};n.Ha=function(){return this.F};n.kb=function(){return new oQ(this.years,this.months,this.weeks,this.days,this.hours,this.minutes,this.seconds,this.sc,this.F,this.B,this.D)};n.Za=function(){return 8+Qe(this.B)};n.Ua=function(){var a=this.D;return null!=a?a:this.D=a=Pf(this)};n.Ja=function(a,b){var c;c=r(b)?(c=this.constructor===b.constructor)?hi(this,b):c:b;return r(c)?!0:!1}; +n.Db=function(a,b){return sf(new ej(null,new p(null,8,[Sq,null,pr,null,Zs,null,yy,null,Cy,null,Uz,null,AB,null,MB,null],null),null),b)?We.l(L(sh.l(Fg,this),this.F),b):new oQ(this.years,this.months,this.weeks,this.days,this.hours,this.minutes,this.seconds,this.sc,this.F,zg(We.l(this.B,b)),null)}; +n.wb=function(a,b,c){return r($f.l?$f.l(Cy,b):$f.call(null,Cy,b))?new oQ(c,this.months,this.weeks,this.days,this.hours,this.minutes,this.seconds,this.sc,this.F,this.B,null):r($f.l?$f.l(Sq,b):$f.call(null,Sq,b))?new oQ(this.years,c,this.weeks,this.days,this.hours,this.minutes,this.seconds,this.sc,this.F,this.B,null):r($f.l?$f.l(AB,b):$f.call(null,AB,b))?new oQ(this.years,this.months,c,this.days,this.hours,this.minutes,this.seconds,this.sc,this.F,this.B,null):r($f.l?$f.l(pr,b):$f.call(null,pr,b))?new oQ(this.years, +this.months,this.weeks,c,this.hours,this.minutes,this.seconds,this.sc,this.F,this.B,null):r($f.l?$f.l(yy,b):$f.call(null,yy,b))?new oQ(this.years,this.months,this.weeks,this.days,c,this.minutes,this.seconds,this.sc,this.F,this.B,null):r($f.l?$f.l(Uz,b):$f.call(null,Uz,b))?new oQ(this.years,this.months,this.weeks,this.days,this.hours,c,this.seconds,this.sc,this.F,this.B,null):r($f.l?$f.l(Zs,b):$f.call(null,Zs,b))?new oQ(this.years,this.months,this.weeks,this.days,this.hours,this.minutes,c,this.sc, +this.F,this.B,null):r($f.l?$f.l(MB,b):$f.call(null,MB,b))?new oQ(this.years,this.months,this.weeks,this.days,this.hours,this.minutes,this.seconds,c,this.F,this.B,null):new oQ(this.years,this.months,this.weeks,this.days,this.hours,this.minutes,this.seconds,this.sc,this.F,Ue.o(this.B,b,c),null)}; +n.Wa=function(){return gc(og.l(new N(null,8,5,O,[new N(null,2,5,O,[Cy,this.years],null),new N(null,2,5,O,[Sq,this.months],null),new N(null,2,5,O,[AB,this.weeks],null),new N(null,2,5,O,[pr,this.days],null),new N(null,2,5,O,[yy,this.hours],null),new N(null,2,5,O,[Uz,this.minutes],null),new N(null,2,5,O,[Zs,this.seconds],null),new N(null,2,5,O,[MB,this.sc],null)],null),this.B))}; +n.Ia=function(a,b){return new oQ(this.years,this.months,this.weeks,this.days,this.hours,this.minutes,this.seconds,this.sc,b,this.B,this.D)};n.Xa=function(a,b){return hf(b)?Nc(this,Ec.l(b,0),Ec.l(b,1)):sc(Cc,this,b)};function pQ(a){return new oQ(Cy.j(a),Sq.j(a),AB.j(a),pr.j(a),yy.j(a),Uz.j(a),Zs.j(a),MB.j(a),null,We.A(a,Cy,F([Sq,AB,pr,yy,Uz,Zs,MB],0)),null)} +var qQ=function(){function a(a,c,d,e,h){e=e.clone();r(h)&&(a=a.j?a.j(e):a.call(null,e),d=d.l?d.l(a,h):d.call(null,a,h),c.l?c.l(e,d):c.call(null,e,d));return e}return new p(null,8,[MB,Mg(a,bQ,function(){return function(a,c){return a.setMilliseconds(c)}}(a)),Zs,Mg(a,aQ,function(){return function(a,c){return a.setSeconds(c)}}(a)),Uz,Mg(a,$P,function(){return function(a,c){return a.setMinutes(c)}}(a)),yy,Mg(a,ZP,function(){return function(a,c){return a.setHours(c)}}(a)),pr,Mg(a,YP,function(){return function(a, +c){return a.setDate(c)}}(a)),AB,function(){return function(a,c,d){var e=c.clone();r(d)&&e.setDate(function(){var c=YP(e),f=7*d;return a.l?a.l(c,f):a.call(null,c,f)}());return e}}(a),Sq,function(){return function(a,c,d){c=c.clone();if(r(d)){var e=XP(c);d=a.l?a.l(e,d):a.call(null,e,d);a=WP(c);a=12d?a-1:a;d=12d?d+12:d;e=YP(gQ(new nO(a,d-1,1)));eb.getTime()};n.Of=function(a,b){return this.getTime()b.getTime()};n.Of=function(a,b){return this.getTime()b.getTime()};n.Of=function(a,b){return this.getTime()a.getHours()?"am":"pm"}}(a,b,c,d),h=function(){return function(a){return 12>a.getHours()?"AM":"PM"}}(a,b,c,d,e),f=function(){return function(a){return a.getHours()}}(a,b,c,d,e,h),g=function(){return function(a){return a.getMinutes()}}(a, +b,c,d,e,h,f),l=function(){return function(a){return a.getSeconds()}}(a,b,c,d,e,h,f,g),k=function(){return function(a){return a.getMilliseconds()}}(a,b,c,d,e,h,f,g,l),m=function(){return function(a){return qO(a)}}(a,b,c,d,e,h,f,g,l,k),q=function(){return function(a){var b=a.getDate(),c=a.getFullYear();for(a=a.getMonth()-1;0<=a;a--)b+=fO(c,a);return b}}(a,b,c,d,e,h,f,g,l,k,m),t=function(){return function(a){return a.getDay()}}(a,b,c,d,e,h,f,g,l,k,m,q);return Ve("d HH ZZ s ww MMM YYYY e ss DDD SSS dow YY M mm S MM EEE Z H DD dd a hh dth yyyy A EEEE h xxxx m yy D MMMM".split(" "), +[a,function(a,b,c,d,e,h,f){return function(a){return VP(f(a))}}(a,b,c,d,e,h,f,g,l,k,m,q,t),m,l,function(a,b,c,d,e,h,f,g,k,l,m,q){return function(a){a=q(a)/7;return VP(Math.ceil(a))}}(a,b,c,d,e,h,f,g,l,k,m,q,t),function(a,b){return function(a){a=b(a)-1;a=GQ.j?GQ.j(a):GQ.call(null,a);return IQ(3,a)}}(a,b,c,d,e,h,f,g,l,k,m,q,t),c,t,function(a,b,c,d,e,h,f,g,k){return function(a){return VP(k(a))}}(a,b,c,d,e,h,f,g,l,k,m,q,t),q,function(a,b,c,d,e,h,f,g,k,l){return function(a){a=l(a);return[u(bG(dh(3-Qe(""+ +u(a)),kh("0")))),u(a)].join("")}}(a,b,c,d,e,h,f,g,l,k,m,q,t),function(a,b,c,d,e,h,f,g,k,l,m,q,t){return function(a){a=t(a);return HQ.j?HQ.j(a):HQ.call(null,a)}}(a,b,c,d,e,h,f,g,l,k,m,q,t),function(a,b,c){return function(a){return If(c(a),100)}}(a,b,c,d,e,h,f,g,l,k,m,q,t),b,function(a,b,c,d,e,h,f,g){return function(a){return VP(g(a))}}(a,b,c,d,e,h,f,g,l,k,m,q,t),k,function(a,b){return function(a){return VP(b(a))}}(a,b,c,d,e,h,f,g,l,k,m,q,t),function(a,b,c,d,e,h,f,g,k,l,m,q,t){return function(a){a= +t(a);a=HQ.j?HQ.j(a):HQ.call(null,a);return IQ(3,a)}}(a,b,c,d,e,h,f,g,l,k,m,q,t),m,f,q,function(a){return function(b){return VP(a(b))}}(a,b,c,d,e,h,f,g,l,k,m,q,t),e,function(a,b,c,d){return function(a){return VP(d(a))}}(a,b,c,d,e,h,f,g,l,k,m,q,t),function(a){return function(b){var c=a(b);return[u(c),u(function(){switch(c){case 1:return"st";case 2:return"nd";case 3:return"rd";default:return"th"}}())].join("")}}(a,b,c,d,e,h,f,g,l,k,m,q,t),c,h,function(a,b,c,d,e,h,f,g,k,l,m,q,t){return function(a){a= +t(a);return HQ.j?HQ.j(a):HQ.call(null,a)}}(a,b,c,d,e,h,f,g,l,k,m,q,t),d,c,g,function(a,b,c){return function(a){return If(c(a),100)}}(a,b,c,d,e,h,f,g,l,k,m,q,t),q,function(a,b){return function(a){a=b(a)-1;return GQ.j?GQ.j(a):GQ.call(null,a)}}(a,b,c,d,e,h,f,g,l,k,m,q,t)])}(),KQ=function(){function a(a){return parseInt(a,10)}var b=function(a){return function(b){return function(a){return function(c,d){return Ue.o(c,b,a(d))}}(a)}}(a),c=b(Cy),d=b(pr),e=function(a){return function(b,c){return Ue.o(b,Sq, +a(c)-1)}}(a,b,c,d),h=function(a){return function(b,c){return Ue.o(b,yy,If(a(c),12))}}(a,b,c,d,e),f=function(){return function(a,b){var c=null!=a&&(a.w&64||a.na)?tg(Sg,a):a,d=w(c,yy);return r((new ej(null,new p(null,2,["p",null,"pm",null],null),null)).call(null,b.toLowerCase()))?Ue.o(c,yy,function(){var a=12+d;return ie.l(a,24)?0:a}()):c}}(a,b,c,d,e,h),g=b(yy),l=b(Uz),k=b(Zs),m=b(MB),q=function(a,b,c,d,e,h,f,g,k,l,m){return function(x,q){var t=D(oh.l(function(){return function(a){return rj(sj([u("^"), +u(q)].join("")),a)}}(a,b,c,d,e,h,f,g,k,l,m),GQ));return e(x,""+u(TP(GQ,t)+1))}}(a,b,c,d,e,h,f,g,l,k,m),t=function(a,b,c,d,e){return function(a,b){return e(a,""+u(TP(GQ,b)+1))}}(a,b,c,d,e,h,f,g,l,k,m,q),x=function(){return function(){function a(b,c){if(1=h){var l=new MP(0,0,0,0,0,0,0),k=Ue.o(VQ.j?VQ.j(l):VQ.call(null,l),Cy,r(e)?e:0),m=bj(LQ,pi(k));aj.A(function(a){return function(b,c){return b.l? +b.l(a,c):b.call(null,a,c)}}(l,k,m,f,g,h,a,c,c,d,e),F([m,SP(sc(function(){return function(a,b){var c=Te(b,0),d=Te(b,1);return d.l?d.l(a,c):d.call(null,a,c)}}(l,k,m,f,g,h,a,c,c,d,e),k,g))],0));return l}throw lk("The parser could not match the input string.",new p(null,1,[Dr,Cm],null));} +function bR(a){return D(function(){return function c(d){return new cg(null,function(){for(var e=d;;)if(e=gc(e)){if(jf(e)){var h=Fd(e),f=Qe(h),g=gg(f),l;a:for(var k=0;;)if(k=b},new p(null,3,[Ww,!0,OB,"%s is less than the minimum",Ug,Yu],null));function eR(a,b){for(var c=Oe;;){var d=b,e=Te(d,0),d=Nf(d,1);if(jc(e))return c;if(ef(e))var h=e,e=Te(h,0),f=Nf(h,1),h=a,c=Ne.l(c,og.l(new N(null,2,5,O,[e,a],null),f));else h=a,c=Ne.l(c,new N(null,2,5,O,[e,a],null));a=h;b=d}}function fR(a,b){return nh(function(a){return function(b){var e=Te(b,0);b=Te(b,1);return hf(e)?new N(null,2,5,O,[tg(Th,og.l(a,e)),b],null):new N(null,2,5,O,[tg(Th,og.l(a,new N(null,1,5,O,[e],null))),b],null)}}(a instanceof P?new N(null,1,5,O,[a],null):a),F([b],0))} +var gR=function gR(b){var c=Te(b,0),d=Nf(b,1),e=ff(c)?Sh(nh(Df,F([c],0))):b;return sc(function(){return function(b,c){var d=Te(c,0),e=Te(c,1);return hf(e)?og.l(b,eR(d,e)):ff(e)?og.l(b,gR(fR(d,e))):Ne.l(b,new N(null,2,5,O,[e,d],null))}}(e,b,c,d,b),Oe,uh(e))};function hR(a,b){var c=null==a;return c?c:a.j?a.j(b):a.call(null,b)} +function iR(a,b,c){var d=Te(c,0),e=Te(c,1),h=Nf(c,2),f=hf(e)?e:new N(null,1,5,O,[e],null),g=Fe(ft,f),l=$e(d),k=null!=l&&(l.w&64||l.na)?tg(Sg,l):l,m=ce(k,Ww,!1),q=ce(k,OB,"Custom validation failed for %s"),t=$i.A(F([k,new p(null,2,[OB,q,Ww,m],null)],0)),x=mj(Ig(Zf),h),B=Te(x,0),z=Te(x,1),y=tg(Sg,z),C=null!=y&&(y.w&64||y.na)?tg(Sg,y):y,A=w(C,lC),E=w(C,Sn),J=wh(b,f);return r(hR(E,b))?r(function(){var a=r(m)?null==J:m;return r(a)?a:(a=!bf(wh(b,g)))?a:ug(d,J,B)}())?b:zh.o(b,g,function(b,c,d,e,h,f,g,k, +l,m,x,q,t,B,z,J){return function(c){return Ne.l(c,function(){var c=new p(null,5,[Ik,b,fq,J,qk,gc(m),BB,k,lC,B],null);return a.j?a.j(c):a.call(null,c)}())}}(f,g,l,k,k,m,q,t,x,B,z,y,C,A,E,J,c,d,e,h)):b}function jR(a){var b=null!=a&&(a.w&64||a.na)?tg(Sg,a):a,c=w(b,lC);a=w(b,Ik);b=w(b,BB);c=r(c)?c:OB.j(b);a=bg(null==a?null:Wc(a));return ZF(c,a)}var kR=function kR(b){for(var c=[],d=arguments.length,e=0;;)if(eb?"":a.substring(b+1)}function bT(a,b,c){a=a.wd.location;var d=a.href.split("#")[0],e=-1!=a.href.indexOf("#");if(aT||e||b)d+="#"+b;d!=a.href&&(c?a.replace(d):a.href=d)} +function dT(a,b,c){if(a.qk||b!=jT(a))if(a.qk=!1,b=encodeURIComponent(String(b)),$C){var d=PD(a.jg);d.open("text/html",c?"replace":void 0);c=JD(HD("title",{},a.wd.document.title),HD("body",{},b));d.write(DD(c));d.close()}else if(d=zD(a.Ah)+"#"+b,a=a.jg.contentWindow)c?a.location.replace(d):a.location.href=d} +function jT(a){if($C)return a=PD(a.jg),a.body?Na(a.body.innerHTML):null;var b=a.jg.contentWindow;if(b){var c;try{c=Na(hT(b))}catch(d){return a.Be||(1!=a.Be&&a.Hb.setInterval(kT),a.Be=!0),null}a.Be&&(0!=a.Be&&a.Hb.setInterval($S),a.Be=!1);return c||null}return null}n.Xg=function(){if(this.Me){var a=hT(this.wd);a!=this.nf&&iT(this,a)}if(!this.Me||aT)if(a=jT(this)||"",null==this.qf||a==this.qf)this.qf=null,a!=this.nf&&iT(this,a)}; +function iT(a,b){a.nf=a.hg.value=b;a.Me?(aT&&dT(a,b),bT(a,b)):dT(a,b);a.dispatchEvent(new WS(cT(a)))}n.fs=function(){this.Hb.stop();this.Hb.start()};var gT=["mousedown","keydown","mousemove"],ZS=0,$S=150,kT=1E4;var lT,mT=function mT(b,c){if(null!=b&&null!=b.Ag)return b.Ag(b,c);var d=mT[ka(null==b?null:b)];if(null!=d)return d.l?d.l(b,c):d.call(null,b,c);d=mT._;if(null!=d)return d.l?d.l(b,c):d.call(null,b,c);throw oc("IRouteMatches.route-matches",b);},nT=function nT(b){if(null!=b&&null!=b.Bg)return b.Bg(b);var c=nT[ka(null==b?null:b)];if(null!=c)return c.j?c.j(b):c.call(null,b);c=nT._;if(null!=c)return c.j?c.j(b):c.call(null,b);throw oc("IRouteValue.route-value",b);},oT=function oT(b){for(var c=[],d=arguments.length, +e=0;;)if(e