Advertisement
englishextra

hyphenator.js

Aug 29th, 2012
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /**
  2.  * $shimansky.biz
  3.  *
  4.  * save this in UTF - ??? can appear
  5.  * http://hyphenator.googlecode.com/svn/tags/Version%204.0.0/Hyphenator.js?bm=true
  6.  *
  7.  * http://code.google.com/p/hyphenator/wiki/en_PublicAPI
  8.  *
  9.  * this can be saved in ANSI:
  10.  *
  11.  * http://wordpress.org/extend/plugins/hyphenator/
  12.  *
  13.  * add onerrorhandler : function (e) {}
  14.  *
  15.  * Hyphenator.config({
  16.  *  remoteloading : false,
  17.  *  onerrorhandler : function (e) {}
  18.  * });
  19.  *
  20.  * to avoid default alert msg:
  21.  *
  22.  *  onError = function (e) {
  23.  *      window.alert("Hyphenator.js says:\n\nAn Error occurred:\n" + e.message);
  24.  *  },
  25.  *
  26.  * generate custom lang support:
  27.  * http://hyphenator.googlecode.com/svn/trunk/mergeAndPack.html
  28.  */
  29.  
  30.  
  31. /** @license Hyphenator X.Y.Z - client side hyphenation for webbrowsers
  32.  *  Copyright (C) 2010  Mathias Nater, Zurich (mathias at mnn dot ch)
  33.  *  Project and Source hosted on http://code.google.com/p/hyphenator/
  34.  *
  35.  *  This JavaScript code is free software: you can redistribute
  36.  *  it and/or modify it under the terms of the GNU Lesser
  37.  *  General Public License (GNU LGPL) as published by the Free Software
  38.  *  Foundation, either version 3 of the License, or (at your option)
  39.  *  any later version.  The code is distributed WITHOUT ANY WARRANTY;
  40.  *  without even the implied warranty of MERCHANTABILITY or FITNESS
  41.  *  FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.
  42.  *
  43.  *  As additional permission under GNU GPL version 3 section 7, you
  44.  *  may distribute non-source (e.g., minimized or compacted) forms of
  45.  *  that code without the copy of the GNU GPL normally required by
  46.  *  section 4, provided you include this license notice and a URL
  47.  *  through which recipients can access the Corresponding Source.
  48.  *
  49.  *
  50.  *  Hyphenator.js contains code from Bram Steins hypher.js-Project:
  51.  *  https://github.com/bramstein/Hypher
  52.  *
  53.  *  Code from this project is marked in the source and belongs
  54.  *  to the following license:
  55.  *
  56.  *  Copyright (c) 2011, Bram Stein
  57.  *  All rights reserved.
  58.  *
  59.  *  Redistribution and use in source and binary forms, with or without
  60.  *  modification, are permitted provided that the following conditions
  61.  *  are met:
  62.  *
  63.  *   1. Redistributions of source code must retain the above copyright
  64.  *      notice, this list of conditions and the following disclaimer.
  65.  *   2. Redistributions in binary form must reproduce the above copyright
  66.  *      notice, this list of conditions and the following disclaimer in the
  67.  *      documentation and/or other materials provided with the distribution.
  68.  *   3. The name of the author may not be used to endorse or promote products
  69.  *      derived from this software without specific prior written permission.
  70.  *
  71.  *  THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
  72.  *  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  73.  *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
  74.  *  EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  75.  *  INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  76.  *  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  77.  *  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
  78.  *  OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  79.  *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
  80.  *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  81.  *
  82.  */
  83.  
  84. /*
  85.  *  Comments are jsdoctoolkit formatted. See http://code.google.com/p/jsdoc-toolkit/
  86.  */
  87.  
  88. /* The following comment is for JSLint: */
  89. /*global window, ActiveXObject, unescape */
  90. /*jslint plusplus: true, white: true, browser: true, onevar: true, undef: true, nomen: true, eqeqeq: false, regexp: true, sub: true, newcap: true, immed: true, evil: true, eqeqeq: false */
  91.  
  92.  
  93. /**
  94.  * @constructor
  95.  * @description Provides all functionality to do hyphenation, except the patterns that are loaded
  96.  * externally.
  97.  * @author Mathias Nater, <a href = "mailto:mathias@mnn.ch">mathias@mnn.ch</a>
  98.  * @version X.Y.Z
  99.  * @namespace Holds all methods and properties
  100.  * @example
  101.  * &lt;script src = "Hyphenator.js" type = "text/javascript"&gt;&lt;/script&gt;
  102.  * &lt;script type = "text/javascript"&gt;
  103.  *   Hyphenator.run();
  104.  * &lt;/script&gt;
  105.  */
  106. var Hyphenator=(function(window){var supportedLang={'be':'be.js','ca':'ca.js','cs':'cs.js','da':'da.js','bn':'bn.js','de':'de.js','el':'el-monoton.js','el-monoton':'el-monoton.js','el-polyton':'el-polyton.js','en':'en-us.js','en-gb':'en-gb.js','en-us':'en-us.js','es':'es.js','fi':'fi.js','fr':'fr.js','grc':'grc.js','gu':'gu.js','hi':'hi.js','hu':'hu.js','hy':'hy.js','it':'it.js','kn':'kn.js','la':'la.js','lt':'lt.js','lv':'lv.js','ml':'ml.js','nb':'nb-no.js','no':'nb-no.js','nb-no':'nb-no.js','nl':'nl.js','or':'or.js','pa':'pa.js','pl':'pl.js','pt':'pt.js','ru':'ru.js','sk':'sk.js','sl':'sl.js','sv':'sv.js','ta':'ta.js','te':'te.js','tr':'tr.js','uk':'uk.js'},languageHint=(function(){var k,r='';for(k in supportedLang){if(supportedLang.hasOwnProperty(k)){r+=k+', ';}}r=r.substring(0,r.length-2);return r;}()),prompterStrings={'be':'Мова гэтага сайта не можа быць вызначаны аўтаматычна. Калі ласка пакажыце мову:','cs':'Jazyk této internetové stránky nebyl automaticky rozpoznán. Určete prosím její jazyk:','da':'Denne websides sprog kunne ikke bestemmes. Angiv venligst sprog:','de':'Die Sprache dieser Webseite konnte nicht automatisch bestimmt werden. Bitte Sprache angeben:','en':'The language of this website could not be determined automatically. Please indicate the main language:','es':'El idioma del sitio no pudo determinarse autom%E1ticamente. Por favor, indique el idioma principal:','fi':'Sivun kielt%E4 ei tunnistettu automaattisesti. M%E4%E4rit%E4 sivun p%E4%E4kieli:','fr':'La langue de ce site n%u2019a pas pu %EAtre d%E9termin%E9e automatiquement. Veuillez indiquer une langue, s.v.p.%A0:','hu':'A weboldal nyelvét nem sikerült automatikusan megállapítani. Kérem adja meg a nyelvet:','hy':'Չհաջողվեց հայտնաբերել այս կայքի լեզուն։ Խնդրում ենք նշեք հիմնական լեզուն՝','it':'Lingua del sito sconosciuta. Indicare una lingua, per favore:','kn':'ಜಾಲ ತಾಣದ ಭಾಷೆಯನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ. ದಯವಿಟ್ಟು ಮುಖ್ಯ ಭಾಷೆಯನ್ನು ಸೂಚಿಸಿ:','lt':'Nepavyko automatiškai nustatyti šios svetainės kalbos. Prašome įvesti kalbą:','lv':'Šīs lapas valodu nevarēja noteikt automātiski. Lūdzu norādiet pamata valodu:','ml':'ഈ വെ%u0D2C%u0D4D%u200Cസൈറ്റിന്റെ ഭാഷ കണ്ടുപിടിയ്ക്കാ%u0D28%u0D4D%u200D കഴിഞ്ഞില്ല. ഭാഷ ഏതാണെന്നു തിരഞ്ഞെടുക്കുക:','nl':'De taal van deze website kan niet automatisch worden bepaald. Geef de hoofdtaal op:','no':'Nettstedets språk kunne ikke finnes automatisk. Vennligst oppgi språk:','pt':'A língua deste site não pôde ser determinada automaticamente. Por favor indique a língua principal:','ru':'Язык этого сайта не может быть определен автоматически. Пожалуйста укажите язык:','sl':'Jezika te spletne strani ni bilo mogoče samodejno določiti. Prosim navedite jezik:','sv':'Spr%E5ket p%E5 den h%E4r webbplatsen kunde inte avg%F6ras automatiskt. V%E4nligen ange:','tr':'Bu web sitesinin dili otomatik olarak tespit edilememiştir. Lütfen dökümanın dilini seçiniz%A0:','uk':'Мова цього веб-сайту не може бути визначена автоматично. Будь ласка, вкажіть головну мову:'},basePath=(function(){var s=document.getElementsByTagName('script'),i=0,p,src,t;while(!!(t=s[i++])){if(!t.src){continue;}src=t.src;p=src.indexOf('Hyphenator.js');if(p!==-1){return src.substring(0,p);}}return'http://hyphenator.googlecode.com/svn/trunk/';}()),isLocal=(function(){var re=false;if(window.location.href.indexOf(basePath)!==-1){re=true;}return re;}()),documentLoaded=false,documentCount=0,persistentConfig=false,contextWindow=window,doFrames=false,dontHyphenate={'script':true,'code':true,'pre':true,'img':true,'br':true,'samp':true,'kbd':true,'var':true,'abbr':true,'acronym':true,'sub':true,'sup':true,'button':true,'option':true,'label':true,'textarea':true,'input':true,'math':true,'svg':true},enableCache=true,storageType='local',storage,enableReducedPatternSet=false,enableRemoteLoading=true,displayToggleBox=false,css3=false,css3_h9n,css3_gethsupport=function(){var s,ua=navigator.userAgent,r={support:false,property:'',languages:{}};if(window.getComputedStyle){s=window.getComputedStyle(window.document.getElementsByTagName('body')[0]);}else{css3_h9n=r;return;}if(ua.indexOf('Chrome')!==-1){r.support=false;}else if((ua.indexOf('Safari')!==-1)&&(s['-webkit-hyphens']!==undefined)){r.support=true;r.property='-webkit-hyphens';if(ua.indexOf('Mobile')!==-1){r.languages[navigator.language.split('-')[0]]=true;}else{r.languages={de:true,en:true,es:true,fr:true,it:true,nl:true,ru:true,zh:true};}}else if((ua.indexOf('Firefox')!==-1)&&(s['MozHyphens']!==undefined)){r.support=true;r.property='MozHyphens';r.languages={en:true};}css3_h9n=r;},hyphenateClass='hyphenate',dontHyphenateClass='donthyphenate',min=6,orphanControl=1,isBookmarklet=(function(){var loc=null,re=false,jsArray=document.getElementsByTagName('script'),i,l;for(i=0,l=jsArray.length;i<l;i++){if(!!jsArray[i].getAttribute('src')){loc=jsArray[i].getAttribute('src');}if(!loc){continue;}else if(loc.indexOf('Hyphenator.js?bm=true')!==-1){re=true;}}return re;}()),mainLanguage=null,defaultLanguage='',elements=(function(){var Element=function(element,data){this.element=element;this.hyphenated=false;this.treated=false;this.data=data;},ElementCollection=function(){this.count=0;this.hyCount=0;this.list={};};ElementCollection.prototype={add:function(el,lang,data){if(!this.list.hasOwnProperty(lang)){this.list[lang]=[];}this.list[lang].push(new Element(el,data));this.count+=1;},each:function(fn){var k;for(k in this.list){if(this.list.hasOwnProperty(k)){fn(k,this.list[k]);}}}};return new ElementCollection();}()),exceptions={},docLanguages={},state=0,url='(\\w*:\/\/)?((\\w*:)?(\\w*)@)?((([\\d]{1,3}\\.){3}([\\d]{1,3}))|((www\\.|[a-zA-Z]\\.)?[a-zA-Z0-9\\-\\.]+\\.([a-z]{2,4})))(:\\d*)?(\/[\\w#!:\\.?\\+=&%@!\\-]*)*',mail='[\\w-\\.]+@[\\w\\.]+',urlOrMailRE=new RegExp('('+url+')|('+mail+')','i'),zeroWidthSpace=(function(){var zws,ua=navigator.userAgent.toLowerCase();zws=String.fromCharCode(8203);if(ua.indexOf('msie 6')!==-1){zws='';}if(ua.indexOf('opera')!==-1&&ua.indexOf('version/10.00')!==-1){zws='';}return zws;}()),createElem=function(tagname,context){context=context||contextWindow;if(document.createElementNS){return context.document.createElementNS('http://www.w3.org/1999/xhtml',tagname);}else if(document.createElement){return context.document.createElement(tagname);}},onHyphenationDone=function(){},onError=function(e){window.alert("Hyphenator.js says:\n\nAn Error ocurred:\n"+e.message);},selectorFunction=function(){var tmp,el=[],i,l;if(document.getElementsByClassName){el=contextWindow.document.getElementsByClassName(hyphenateClass);}else{tmp=contextWindow.document.getElementsByTagName('*');l=tmp.length;for(i=0;i<l;i++){if(tmp[i].className.indexOf(hyphenateClass)!==-1&&tmp[i].className.indexOf(dontHyphenateClass)===-1){el.push(tmp[i]);}}}return el;},intermediateState='hidden',unhide='wait',hyphen=String.fromCharCode(173),urlhyphen=zeroWidthSpace,safeCopy=true,runOnContentLoaded=function(w,f){var DOMContentLoaded=function(){},toplevel,hyphRunForThis={};if(documentLoaded&&!hyphRunForThis[w.location.href]){f();hyphRunForThis[w.location.href]=true;return;}function init(context){contextWindow=context||window;if(!hyphRunForThis[contextWindow.location.href]&&(!documentLoaded||contextWindow!=window.parent)){documentLoaded=true;f();hyphRunForThis[contextWindow.location.href]=true;}}function doScrollCheck(){try{document.documentElement.doScroll("left");}catch(error){setTimeout(doScrollCheck,1);return;}init(window);}function doOnLoad(){var i,haveAccess,fl=window.frames.length;if(doFrames&&fl>0){for(i=0;i<fl;i++){haveAccess=undefined;try{haveAccess=window.frames[i].document.toString();}catch(e){haveAccess=undefined;}if(!!haveAccess){init(window.frames[i]);}}contextWindow=window;f();hyphRunForThis[window.location.href]=true;}else{init(window);}}if(document.addEventListener){DOMContentLoaded=function(){document.removeEventListener("DOMContentLoaded",DOMContentLoaded,false);if(doFrames&&window.frames.length>0){return;}else{init(window);}};}else if(document.attachEvent){DOMContentLoaded=function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",DOMContentLoaded);if(doFrames&&window.frames.length>0){return;}else{init(window);}}};}if(document.addEventListener){document.addEventListener("DOMContentLoaded",DOMContentLoaded,false);window.addEventListener("load",doOnLoad,false);}else if(document.attachEvent){document.attachEvent("onreadystatechange",DOMContentLoaded);window.attachEvent("onload",doOnLoad);toplevel=false;try{toplevel=window.frameElement===null;}catch(e){}if(document.documentElement.doScroll&&toplevel){doScrollCheck();}}},getLang=function(el,fallback){if(!!el.getAttribute('lang')){return el.getAttribute('lang').toLowerCase();}try{if(!!el.getAttribute('xml:lang')){return el.getAttribute('xml:lang').toLowerCase();}}catch(ex){}if(el.tagName!=='HTML'){return getLang(el.parentNode,true);}if(fallback){return mainLanguage;}return null;},autoSetMainLanguage=function(w){w=w||contextWindow;var el=w.document.getElementsByTagName('html')[0],m=w.document.getElementsByTagName('meta'),i,text,e,ul;mainLanguage=getLang(el,false);if(!mainLanguage){for(i=0;i<m.length;i++){if(!!m[i].getAttribute('http-equiv')&&(m[i].getAttribute('http-equiv').toLowerCase()==='content-language')){mainLanguage=m[i].getAttribute('content').toLowerCase();}if(!!m[i].getAttribute('name')&&(m[i].getAttribute('name').toLowerCase()==='dc.language')){mainLanguage=m[i].getAttribute('content').toLowerCase();}if(!!m[i].getAttribute('name')&&(m[i].getAttribute('name').toLowerCase()==='language')){mainLanguage=m[i].getAttribute('content').toLowerCase();}}}if(!mainLanguage&&doFrames&&contextWindow!=window.parent){autoSetMainLanguage(window.parent);}if(!mainLanguage&&defaultLanguage!==''){mainLanguage=defaultLanguage;}if(!mainLanguage){text='';ul=navigator.language?navigator.language:navigator.userLanguage;ul=ul.substring(0,2);if(prompterStrings.hasOwnProperty(ul)){text=prompterStrings[ul];}else{text=prompterStrings.en;}text+=' (ISO 639-1)\n\n'+languageHint;mainLanguage=window.prompt(unescape(text),ul).toLowerCase();}if(!supportedLang.hasOwnProperty(mainLanguage)){if(supportedLang.hasOwnProperty(mainLanguage.split('-')[0])){mainLanguage=mainLanguage.split('-')[0];}else{e=new Error('The language "'+mainLanguage+'" is not yet supported.');throw e;}}},gatherDocumentInfos=function(){var elToProcess,tmp,i=0,process=function(el,hide,lang){var n,i=0,hyphenatorSettings={};if(el.lang&&typeof(el.lang)==='string'){lang=el.lang.toLowerCase();}else if(lang){lang=lang.toLowerCase();}else{lang=getLang(el,true);}if(css3&&css3_h9n.support&&!!css3_h9n.languages[lang]){el.style[css3_h9n.property]="auto";el.style['-webkit-locale']="'"+lang+"'";}else{if(intermediateState==='hidden'){if(!!el.getAttribute('style')){hyphenatorSettings.hasOwnStyle=true;}else{hyphenatorSettings.hasOwnStyle=false;}hyphenatorSettings.isHidden=true;el.style.visibility='hidden';}if(supportedLang[lang]){docLanguages[lang]=true;}else{if(supportedLang.hasOwnProperty(lang.split('-')[0])){lang=lang.split('-')[0];hyphenatorSettings.language=lang;}else if(!isBookmarklet){onError(new Error('Language '+lang+' is not yet supported.'));}}elements.add(el,lang,hyphenatorSettings);}while(!!(n=el.childNodes[i++])){if(n.nodeType===1&&!dontHyphenate[n.nodeName.toLowerCase()]&&n.className.indexOf(dontHyphenateClass)===-1&&!(n in elToProcess)){process(n,false,lang);}}};if(css3){css3_gethsupport();}if(isBookmarklet){elToProcess=contextWindow.document.getElementsByTagName('body')[0];process(elToProcess,false,mainLanguage);}else{elToProcess=selectorFunction();while(!!(tmp=elToProcess[i++])){process(tmp,true,'');}}if(elements.count===0){state=3;onHyphenationDone();}},convertPatterns=function(lang){var size=0,tree={tpoints:[]},patterns,pattern,i,j,k,patternObject=Hyphenator.languages[lang].patterns,c,chars,points,t,p,codePoint,getPoints=(function(){if('in3se'.split(/\D/).length===1){return function(pattern){var chars=pattern.split(''),c,i,r=[],numb3rs={'0':0,'1':1,'2':2,'3':3,'4':4,'5':5,'6':6,'7':7,'8':8,'9':9},lastWasNum=false;i=0;while(!!(c=chars[i])){if(numb3rs.hasOwnProperty(c)){r.push(c);i+=2;lastWasNum=true;}else{r.push('');i+=1;lastWasNum=false;}}if(!lastWasNum){r.push('');}return r;};}else{return function(pattern){return pattern.split(/\D/);};}}());for(size in patternObject){if(patternObject.hasOwnProperty(size)){patterns=patternObject[size].match(new RegExp('.{1,'+(+size)+'}','g'));i=0;while(!!(pattern=patterns[i++])){chars=pattern.replace(/[\d]/g,'').split('');points=getPoints(pattern);t=tree;j=0;while(!!(c=chars[j++])){codePoint=c.charCodeAt(0);if(!t[codePoint]){t[codePoint]={};}t=t[codePoint];}t.tpoints=[];for(k=0;k<points.length;k++){p=points[k];t.tpoints.push((p=="")?0:p);}}}}Hyphenator.languages[lang].patterns=tree;},recreatePattern=function(pattern,nodePoints){var r=[],c=pattern.split(''),i;for(i=0;i<nodePoints.length;i++){if(nodePoints[i]!==0){r.push(nodePoints[i]);}if(c[i]){r.push(c[i]);}}return r.join('');},convertExceptionsToObject=function(exc){var w=exc.split(', '),r={},i,l,key;for(i=0,l=w.length;i<l;i++){key=w[i].replace(/-/g,'');if(!r.hasOwnProperty(key)){r[key]=w[i];}}return r;},loadPatterns=function(lang){var url,xhr,head,script;if(supportedLang[lang]&&!Hyphenator.languages[lang]){url=basePath+'patterns/'+supportedLang[lang];}else{return;}if(isLocal&&!isBookmarklet){xhr=null;if(typeof XMLHttpRequest!=='undefined'){xhr=new XMLHttpRequest();}if(!xhr){try{xhr=new ActiveXObject("Msxml2.XMLHTTP");}catch(e){xhr=null;}}if(xhr){xhr.open('HEAD',url,false);xhr.setRequestHeader('Cache-Control','no-cache');xhr.send(null);if(xhr.status===404){onError(new Error('Could not load\n'+url));delete docLanguages[lang];return;}}}if(createElem){head=window.document.getElementsByTagName('head').item(0);script=createElem('script',window);script.src=url;script.type='text/javascript';head.appendChild(script);}},prepareLanguagesObj=function(lang){var lo=Hyphenator.languages[lang],wrd;if(!lo.prepared){if(enableCache){lo.cache={};lo['cache']=lo.cache;}if(enableReducedPatternSet){lo.redPatSet={};}if(lo.hasOwnProperty('exceptions')){Hyphenator.addExceptions(lang,lo.exceptions);delete lo.exceptions;}if(exceptions.hasOwnProperty('global')){if(exceptions.hasOwnProperty(lang)){exceptions[lang]+=', '+exceptions.global;}else{exceptions[lang]=exceptions.global;}}if(exceptions.hasOwnProperty(lang)){lo.exceptions=convertExceptionsToObject(exceptions[lang]);delete exceptions[lang];}else{lo.exceptions={};}convertPatterns(lang);wrd='[\\w'+lo.specialChars+'@'+String.fromCharCode(173)+String.fromCharCode(8204)+'-]{'+min+',}';lo.genRegExp=new RegExp('('+url+')|('+mail+')|('+wrd+')','gi');lo.prepared=true;}if(!!storage){try{storage.setItem('Hyphenator_'+lang,window.JSON.stringify(lo));}catch(e){}}},prepare=function(callback){var lang,interval,tmp1,tmp2;if(!enableRemoteLoading){for(lang in Hyphenator.languages){if(Hyphenator.languages.hasOwnProperty(lang)){prepareLanguagesObj(lang);}}state=2;callback('*');return;}state=1;for(lang in docLanguages){if(docLanguages.hasOwnProperty(lang)){if(!!storage&&storage.getItem('Hyphenator_'+lang)){Hyphenator.languages[lang]=window.JSON.parse(storage.getItem('Hyphenator_'+lang));if(exceptions.hasOwnProperty('global')){tmp1=convertExceptionsToObject(exceptions.global);for(tmp2 in tmp1){if(tmp1.hasOwnProperty(tmp2)){Hyphenator.languages[lang].exceptions[tmp2]=tmp1[tmp2];}}}if(exceptions.hasOwnProperty(lang)){tmp1=convertExceptionsToObject(exceptions[lang]);for(tmp2 in tmp1){if(tmp1.hasOwnProperty(tmp2)){Hyphenator.languages[lang].exceptions[tmp2]=tmp1[tmp2];}}delete exceptions[lang];}tmp1='[\\w'+Hyphenator.languages[lang].specialChars+'@'+String.fromCharCode(173)+String.fromCharCode(8204)+'-]{'+min+',}';Hyphenator.languages[lang].genRegExp=new RegExp('('+url+')|('+mail+')|('+tmp1+')','gi');delete docLanguages[lang];callback(lang);continue;}else{loadPatterns(lang);}}}interval=window.setInterval(function(){var finishedLoading=true,lang;for(lang in docLanguages){if(docLanguages.hasOwnProperty(lang)){finishedLoading=false;if(!!Hyphenator.languages[lang]){delete docLanguages[lang];prepareLanguagesObj(lang);callback(lang);}}}if(finishedLoading){window.clearInterval(interval);state=2;}},100);},toggleBox=function(){var myBox,bdy,myIdAttribute,myTextNode,myClassAttribute,text=(Hyphenator.doHyphenation?'Hy-phen-a-tion':'Hyphenation');if(!!(myBox=contextWindow.document.getElementById('HyphenatorToggleBox'))){myBox.firstChild.data=text;}else{bdy=contextWindow.document.getElementsByTagName('body')[0];myBox=createElem('div',contextWindow);myIdAttribute=contextWindow.document.createAttribute('id');myIdAttribute.nodeValue='HyphenatorToggleBox';myClassAttribute=contextWindow.document.createAttribute('class');myClassAttribute.nodeValue=dontHyphenateClass;myTextNode=contextWindow.document.createTextNode(text);myBox.appendChild(myTextNode);myBox.setAttributeNode(myIdAttribute);myBox.setAttributeNode(myClassAttribute);myBox.onclick=Hyphenator.toggleHyphenation;myBox.style.position='absolute';myBox.style.top='0px';myBox.style.right='0px';myBox.style.margin='0';myBox.style.backgroundColor='#AAAAAA';myBox.style.color='#FFFFFF';myBox.style.font='6pt Arial';myBox.style.letterSpacing='0.2em';myBox.style.padding='3px';myBox.style.cursor='pointer';myBox.style.WebkitBorderBottomLeftRadius='4px';myBox.style.MozBorderRadiusBottomleft='4px';bdy.appendChild(myBox);}},hyphenateWord=function(lang,word){var lo=Hyphenator.languages[lang],parts,l,subst,w,characters,originalCharacters,wordLength,i,j,k,node,points=[],characterPoints=[],nodePoints,nodePointsLength,m=Math.max,trie,result=[''],pattern;if(word===''){return'';}if(word.indexOf(hyphen)!==-1){return word;}if(enableCache&&lo.cache.hasOwnProperty(word)){return lo.cache[word];}if(lo.exceptions.hasOwnProperty(word)){return lo.exceptions[word].replace(/-/g,hyphen);}if(word.indexOf('-')!==-1){parts=word.split('-');for(i=0,l=parts.length;i<l;i++){parts[i]=hyphenateWord(lang,parts[i]);}return parts.join('-');}w=word='_'+word+'_';if(!!lo.charSubstitution){for(subst in lo.charSubstitution){if(lo.charSubstitution.hasOwnProperty(subst)){w=w.replace(new RegExp(subst,'g'),lo.charSubstitution[subst]);}}}if(word.indexOf("'")!==-1){w=w.replace("'","’");}characters=w.toLowerCase().split('');originalCharacters=word.split('');wordLength=characters.length;trie=lo.patterns;for(i=0;i<wordLength;i+=1){points[i]=0;characterPoints[i]=characters[i].charCodeAt(0);}for(i=0;i<wordLength;i+=1){pattern='';node=trie;for(j=i;j<wordLength;j+=1){node=node[characterPoints[j]];if(node){if(enableReducedPatternSet){pattern+=String.fromCharCode(characterPoints[j]);}nodePoints=node.tpoints;if(nodePoints){if(enableReducedPatternSet){if(!lo.redPatSet){lo.redPatSet={};}lo.redPatSet[pattern]=recreatePattern(pattern,nodePoints);}for(k=0,nodePointsLength=nodePoints.length;k<nodePointsLength;k+=1){points[i+k]=m(points[i+k],nodePoints[k]);}}}else{break;}}}for(i=1;i<wordLength-1;i+=1){if(i>lo.leftmin&&i<(wordLength-lo.rightmin)&&points[i]%2){result.push(originalCharacters[i]);}else{result[result.length-1]+=originalCharacters[i];}}return result.join(hyphen);},hyphenateURL=function(url){return url.replace(/([:\/\.\?#&_,;!@]+)/gi,'$&'+urlhyphen);},removeHyphenationFromElement=function(el){var h,i=0,n;switch(hyphen){case'|':h='\\|';break;case'+':h='\\+';break;case'*':h='\\*';break;default:h=hyphen;}while(!!(n=el.childNodes[i++])){if(n.nodeType===3){n.data=n.data.replace(new RegExp(h,'g'),'');n.data=n.data.replace(new RegExp(zeroWidthSpace,'g'),'');}else if(n.nodeType===1){removeHyphenationFromElement(n);}}},registerOnCopy=function(el){var body=el.ownerDocument.getElementsByTagName('body')[0],shadow,selection,range,rangeShadow,restore,oncopyHandler=function(e){e=e||window.event;var target=e.target||e.srcElement,currDoc=target.ownerDocument,body=currDoc.getElementsByTagName('body')[0],targetWindow='defaultView'in currDoc?currDoc.defaultView:currDoc.parentWindow;if(target.tagName&&dontHyphenate[target.tagName.toLowerCase()]){return;}shadow=currDoc.createElement('div');shadow.style.color=window.getComputedStyle?targetWindow.getComputedStyle(body).backgroundColor:'#FFFFFF';shadow.style.fontSize='0px';body.appendChild(shadow);if(!!window.getSelection){e.stopPropagation();selection=targetWindow.getSelection();range=selection.getRangeAt(0);shadow.appendChild(range.cloneContents());removeHyphenationFromElement(shadow);selection.selectAllChildren(shadow);restore=function(){shadow.parentNode.removeChild(shadow);selection.removeAllRanges();selection.addRange(range);};}else{e.cancelBubble=true;selection=targetWindow.document.selection;range=selection.createRange();shadow.innerHTML=range.htmlText;removeHyphenationFromElement(shadow);rangeShadow=body.createTextRange();rangeShadow.moveToElementText(shadow);rangeShadow.select();restore=function(){shadow.parentNode.removeChild(shadow);if(range.text!==""){range.select();}};}window.setTimeout(restore,0);};if(!body){return;}el=el||body;if(window.addEventListener){el.addEventListener("copy",oncopyHandler,true);}else{el.attachEvent("oncopy",oncopyHandler);}},unhideElement=function(elo){var el=elo.element,hyphenatorSettings=elo.data;el.style.visibility='visible';elo.data.isHidden=false;if(!hyphenatorSettings.hasOwnStyle){el.setAttribute('style','');el.removeAttribute('style');}else{if(el.style.removeProperty){el.style.removeProperty('visibility');}else if(el.style.removeAttribute){el.style.removeAttribute('visibility');}}},checkIfAllDone=function(){var allDone=true;elements.each(function(lang,list){var i,l=list.length;for(i=0;i<l;i++){allDone=allDone&&list[i].hyphenated;if(intermediateState==='hidden'&&unhide==='wait'){unhideElement(list[i]);}}});if(allDone){state=3;onHyphenationDone();}},hyphenateElement=function(lang,elo){var hyphenatorSettings=elo.data,el=elo.element,hyphenate,n,i,controlOrphans=function(part){var h,r;switch(hyphen){case'|':h='\\|';break;case'+':h='\\+';break;case'*':h='\\*';break;default:h=hyphen;}if(orphanControl>=2){r=part.split(' ');r[1]=r[1].replace(new RegExp(h,'g'),'');r[1]=r[1].replace(new RegExp(zeroWidthSpace,'g'),'');r=r.join(' ');}if(orphanControl===3){r=r.replace(/[ ]+/g,String.fromCharCode(160));}return r;};if(Hyphenator.languages.hasOwnProperty(lang)){hyphenate=function(word){if(!Hyphenator.doHyphenation){return word;}else if(urlOrMailRE.test(word)){return hyphenateURL(word);}else{return hyphenateWord(lang,word);}};if(safeCopy&&(el.tagName.toLowerCase()!=='body')){registerOnCopy(el);}i=0;while(!!(n=el.childNodes[i++])){if(n.nodeType===3&&n.data.length>=min){n.data=n.data.replace(Hyphenator.languages[lang].genRegExp,hyphenate);if(orphanControl!==1){n.data=n.data.replace(/[\S]+ [\S]+$/,controlOrphans);}}}}if(hyphenatorSettings.isHidden&&intermediateState==='hidden'&&unhide==='progressive'){unhideElement(elo);}elo.hyphenated=true;elements.hyCount+=1;if(elements.count<=elements.hyCount){checkIfAllDone();}},hyphenateLanguageElements=function(lang){function bind(fun,arg1,arg2){return function(){return fun(arg1,arg2);};}var el,i,l;if(lang==='*'){elements.each(function(lang,langels){var i,l=langels.length;for(i=0;i<l;i++){window.setTimeout(bind(hyphenateElement,lang,langels[i]),0);}});}else{if(elements.list.hasOwnProperty(lang)){l=elements.list[lang].length;for(i=0;i<l;i++){window.setTimeout(bind(hyphenateElement,lang,elements.list[lang][i]),0);}}}},removeHyphenationFromDocument=function(){elements.each(function(lang,elo){var i,l=elo.length,el;for(i=0;i<l;i++){removeHyphenationFromElement(elo[i].element);elo[i].hyphenated=false;}});state=4;},createStorage=function(){try{if(storageType!=='none'&&typeof(window.localStorage)!=='undefined'&&typeof(window.sessionStorage)!=='undefined'&&typeof(window.JSON.stringify)!=='undefined'&&typeof(window.JSON.parse)!=='undefined'){switch(storageType){case'session':storage=window.sessionStorage;break;case'local':storage=window.localStorage;break;default:storage=undefined;break;}}}catch(f){}},storeConfiguration=function(){if(!storage){return;}var settings={'STORED':true,'classname':hyphenateClass,'donthyphenateclassname':dontHyphenateClass,'minwordlength':min,'hyphenchar':hyphen,'urlhyphenchar':urlhyphen,'togglebox':toggleBox,'displaytogglebox':displayToggleBox,'remoteloading':enableRemoteLoading,'enablecache':enableCache,'onhyphenationdonecallback':onHyphenationDone,'onerrorhandler':onError,'intermediatestate':intermediateState,'selectorfunction':selectorFunction,'safecopy':safeCopy,'doframes':doFrames,'storagetype':storageType,'orphancontrol':orphanControl,'dohyphenation':Hyphenator.doHyphenation,'persistentconfig':persistentConfig,'defaultlanguage':defaultLanguage};storage.setItem('Hyphenator_config',window.JSON.stringify(settings));},restoreConfiguration=function(){var settings;if(storage.getItem('Hyphenator_config')){settings=window.JSON.parse(storage.getItem('Hyphenator_config'));Hyphenator.config(settings);}};return{version:'4.0.0',doHyphenation:true,languages:{},config:function(obj){var assert=function(name,type){if(typeof obj[name]===type){return true;}else{onError(new Error('Config onError: '+name+' must be of type '+type));return false;}},key;if(obj.hasOwnProperty('storagetype')){if(assert('storagetype','string')){storageType=obj.storagetype;}if(!storage){createStorage();}}if(!obj.hasOwnProperty('STORED')&&storage&&obj.hasOwnProperty('persistentconfig')&&obj.persistentconfig===true){restoreConfiguration();}for(key in obj){if(obj.hasOwnProperty(key)){switch(key){case'STORED':break;case'classname':if(assert('classname','string')){hyphenateClass=obj[key];}break;case'donthyphenateclassname':if(assert('donthyphenateclassname','string')){dontHyphenateClass=obj[key];}break;case'minwordlength':if(assert('minwordlength','number')){min=obj[key];}break;case'hyphenchar':if(assert('hyphenchar','string')){if(obj.hyphenchar==='&shy;'){obj.hyphenchar=String.fromCharCode(173);}hyphen=obj[key];}break;case'urlhyphenchar':if(obj.hasOwnProperty('urlhyphenchar')){if(assert('urlhyphenchar','string')){urlhyphen=obj[key];}}break;case'togglebox':if(assert('togglebox','function')){toggleBox=obj[key];}break;case'displaytogglebox':if(assert('displaytogglebox','boolean')){displayToggleBox=obj[key];}break;case'remoteloading':if(assert('remoteloading','boolean')){enableRemoteLoading=obj[key];}break;case'enablecache':if(assert('enablecache','boolean')){enableCache=obj[key];}break;case'enablereducedpatternset':if(assert('enablereducedpatternset','boolean')){enableReducedPatternSet=obj[key];}break;case'onhyphenationdonecallback':if(assert('onhyphenationdonecallback','function')){onHyphenationDone=obj[key];}break;case'onerrorhandler':if(assert('onerrorhandler','function')){onError=obj[key];}break;case'intermediatestate':if(assert('intermediatestate','string')){intermediateState=obj[key];}break;case'selectorfunction':if(assert('selectorfunction','function')){selectorFunction=obj[key];}break;case'safecopy':if(assert('safecopy','boolean')){safeCopy=obj[key];}break;case'doframes':if(assert('doframes','boolean')){doFrames=obj[key];}break;case'storagetype':if(assert('storagetype','string')){storageType=obj[key];}break;case'orphancontrol':if(assert('orphancontrol','number')){orphanControl=obj[key];}break;case'dohyphenation':if(assert('dohyphenation','boolean')){Hyphenator.doHyphenation=obj[key];}break;case'persistentconfig':if(assert('persistentconfig','boolean')){persistentConfig=obj[key];}break;case'defaultlanguage':if(assert('defaultlanguage','string')){defaultLanguage=obj[key];}break;case'useCSS3hyphenation':if(assert('useCSS3hyphenation','boolean')){css3=obj[key];}break;case'unhide':if(assert('unhide','string')){unhide=obj[key];}break;default:onError(new Error('Hyphenator.config: property '+key+' not known.'));}}}if(storage&&persistentConfig){storeConfiguration();}},run:function(){documentCount=0;var process=function(){try{if(contextWindow.document.getElementsByTagName('frameset').length>0){return;}documentCount++;autoSetMainLanguage(undefined);gatherDocumentInfos();prepare(hyphenateLanguageElements);if(displayToggleBox){toggleBox();}}catch(e){onError(e);}},i,haveAccess,fl=window.frames.length;if(!storage){createStorage();}if(!documentLoaded&&!isBookmarklet){runOnContentLoaded(window,process);}if(isBookmarklet||documentLoaded){if(doFrames&&fl>0){for(i=0;i<fl;i++){haveAccess=undefined;try{haveAccess=window.frames[i].document.toString();}catch(e){haveAccess=undefined;}if(!!haveAccess){contextWindow=window.frames[i];process();}}}contextWindow=window;process();}},addExceptions:function(lang,words){if(lang===''){lang='global';}if(exceptions.hasOwnProperty(lang)){exceptions[lang]+=", "+words;}else{exceptions[lang]=words;}},hyphenate:function(target,lang){var hyphenate,n,i;if(Hyphenator.languages.hasOwnProperty(lang)){if(!Hyphenator.languages[lang].prepared){prepareLanguagesObj(lang);}hyphenate=function(word){if(urlOrMailRE.test(word)){return hyphenateURL(word);}else{return hyphenateWord(lang,word);}};if(typeof target==='string'||target.constructor===String){return target.replace(Hyphenator.languages[lang].genRegExp,hyphenate);}else if(typeof target==='object'){i=0;while(!!(n=target.childNodes[i++])){if(n.nodeType===3&&n.data.length>=min){n.data=n.data.replace(Hyphenator.languages[lang].genRegExp,hyphenate);}else if(n.nodeType===1){if(n.lang!==''){Hyphenator.hyphenate(n,n.lang);}else{Hyphenator.hyphenate(n,lang);}}}}}else{onError(new Error('Language "'+lang+'" is not loaded.'));}},getRedPatternSet:function(lang){return Hyphenator.languages[lang].redPatSet;},isBookmarklet:function(){return isBookmarklet;},getConfigFromURI:function(){var loc=null,re={},jsArray=document.getElementsByTagName('script'),i,j,l,s,gp,option;for(i=0,l=jsArray.length;i<l;i++){if(!!jsArray[i].getAttribute('src')){loc=jsArray[i].getAttribute('src');}if(!loc){continue;}else{s=loc.indexOf('Hyphenator.js?');if(s===-1){continue;}gp=loc.substring(s+14).split('&');for(j=0;j<gp.length;j++){option=gp[j].split('=');if(option[0]==='bm'){continue;}if(option[1]==='true'){re[option[0]]=true;continue;}if(option[1]==='false'){re[option[0]]=false;continue;}if(isFinite(option[1])){re[option[0]]=parseInt(option[1],10);continue;}if(option[0]==='onhyphenationdonecallback'){re[option[0]]=new Function('',option[1]);continue;}re[option[0]]=option[1];}break;}}return re;},toggleHyphenation:function(){if(Hyphenator.doHyphenation){removeHyphenationFromDocument();Hyphenator.doHyphenation=false;storeConfiguration();toggleBox();}else{hyphenateLanguageElements('*');Hyphenator.doHyphenation=true;storeConfiguration();toggleBox();}}};}(window));Hyphenator['languages']=Hyphenator.languages;Hyphenator['config']=Hyphenator.config;Hyphenator['run']=Hyphenator.run;Hyphenator['addExceptions']=Hyphenator.addExceptions;Hyphenator['hyphenate']=Hyphenator.hyphenate;Hyphenator['getRedPatternSet']=Hyphenator.getRedPatternSet;Hyphenator['isBookmarklet']=Hyphenator.isBookmarklet;Hyphenator['getConfigFromURI']=Hyphenator.getConfigFromURI;Hyphenator['toggleHyphenation']=Hyphenator.toggleHyphenation;window['Hyphenator']=Hyphenator;
  107.  
  108. if (Hyphenator.isBookmarklet()) {
  109.     Hyphenator.config({displaytogglebox: true, intermediatestate: 'visible', doframes: true, useCSS3hyphenation: true});
  110.     Hyphenator.config(Hyphenator.getConfigFromURI());
  111.     Hyphenator.run();
  112. };
  113.  
  114. Hyphenator.languages["en-us"] = Hyphenator.languages["en"] = {
  115.     leftmin : 2,
  116.     rightmin : 3,
  117.     specialChars : "",
  118.     patterns : {
  119.         3 : "x1qei2e1je1f1to2tlou2w3c1tue1q4tvtw41tyo1q4tz4tcd2yd1wd1v1du1ta4eu1pas4y1droo2d1psw24sv1dod1m1fad1j1su4fdo2n4fh1fi4fm4fn1fopd42ft3fu1fy1ga2sss1ru5jd5cd1bg3bgd44uk2ok1cyo5jgl2g1m4pf4pg1gog3p1gr1soc1qgs2oi2g3w1gysk21coc5nh1bck1h1fh1h4hk1zo1ci4zms2hh1w2ch5zl2idc3c2us2igi3hi3j4ik1cab1vsa22btr1w4bp2io2ipu3u4irbk4b1j1va2ze2bf4oar1p4nz4zbi1u2iv4iy5ja1jeza1y1wk1bk3fkh4k1ikk4k1lk1mk5tk1w2ldr1mn1t2lfr1lr3j4ljl1l2lm2lp4ltn1rrh4v4yn1q1ly1maw1brg2r1fwi24ao2mhw4kr1cw5p4mkm1m1mo4wtwy4x1ar1ba2nn5mx1ex1h4mtx3i1muqu2p3wx3o4mwa1jx3p1naai2x1ua2fxx4y1ba2dn1jy1cn3fpr2y1dy1i",
  120.         4 : "4dryn2itni4on1inn1im_up3nik4ni4dy5giye4tyes4_ye44ab_nhe4nha4abe2n2gyn1guy1ery5eep2pe4abry3lay3lone4wne4v1nesy3chn1erne2q3neo1nenp2seps4hy2cey5lu2nedne2cyme44nk2y5at2adine2b2ne_y5ac2p1tp2ten1den1cun1cryn5dp2th4adup4twpub3ae4rxu3ayn5gaff4pue4n2au4p1ppuf4n2atag1ipu4mag1na2gon4asx3tix1t2pu2na4gya3haa3heah4la3ho_ti2a5ian2an5puspu2tnak4_th2n1kl_te4_ta4mu4u4mupmun23mum2alex4ob_sy25ynxal1i_st4y1o4xi5cxi5a4alm_si2_sh2m5sixhu4m4sh4m3r4amam2py2rabm2pixhi2yo5dr2ai4m1pmo2vmos2x2edmo2r4n1la2mor2asx3c2xas5yom4x4apxam3nme44mokrbi2nne44andy4osp4ot3noemn4omn4a4m1n4nog4m1l2angws4l1posw3shwri4wra4yp3iwom11wo2m2izrb4ow4nopo4pr2cem2isrd2iano4mig4y3pomi3awiz55mi_no4n4m1fme4v2re_wir42mes1menme2mme2gre1o2med4me_4nop4m5c4m1bwil21noureu2whi4w3ev4maprev2w1era2plpo4crfu4r4fyy5pu2maha3pu2mab2a2rn1p4npi44lyb4lya2p3nwam42l1w1lut4luplu3or1glluf4lu5a2wacltu2y3rol1tr4vv4r3guyr4rl1te4rh_nru4ar1il2sel4sc4l1rl5prl4plys4c4lovri3ar4ib4lof3lo_ar2par3q_os3ll4oll2i4as_ri1o3vokl2levoi44p1mlka35vo_ns4cas4ll1izr4iqr2is3vivl1it3lika2tan2sen2slrle42l3hlgo3l5gal5frns3mvi4p3ley_od2r2meles24athr4myle2al3drv1inldi4l2de2vilnt2il3civik4lce42l1b4lavv3ifrno4r3nua1trr2ocnt4sy4sok4syks4la2tuk4sck3ouko5ryss4a2tyau4b4klyys1tnu1akis4au3rki4pro4ek4ima2va5ki_nu4dn4umn3uokes4k1erav1irok2ke4g1keek2ed_me2aw3ikal4aws4k5agk3ab3ka_aye4ays4veg3jo4p5ba_4vedjew3n1v24ve_ja4pzar23vatizi4n1w41batba4z2b1bb2beix4o4i5w4b1d4be_rox5nym4nyp4n3za4ittr3por1r4i1ti1bel2ith2itei2su4rs2r1sars4cr2seis1p3betvag4i2sor1shbe3wr1sioad34b3hbi2bbi4d3bie3isf4ise2is_1bilr1sp5va_r5sw_le2uz4eir1ibi2tuxu3r1tiu1v2i1raze4nze4pb2l2uu4mo1biip3iz1eripe4b4louts44b1m4b3no3br3bodi4osbo4eru3aio4mi1ol4io_3booo1ce4inyin1u2insru2n2inn4inl4inkrv4e2inioch42iner3vo4indpi2np4idbt4lb4tob3trry4cry3t2in_o4elbu4ni2muim1i5saiil3v4ilnil1iil5fs1apo3er4b5w5by_bys4_in1sau4i1lazet4u2suo3ev2z1ii2go4igius1p5saw4s5bo2fi4ifti3fl4if_i3etsch2usc22ie4i2dui4dri2diid5dpi3au3ruz4ils1cuz4is4s5d4se_se4a2ce_2ici4ich3ceii1bri5bo1ceni1blse2g5seiibe43cepi2aniam4ur2li2al2i1acet4hy2scew41phy4ch_5phuhu4thu4gche2h4tyh4shur1durc44hr44h5p5sev5sexu1ra4s3fup3p2s3gph3t2sh_ho4g2h1n_he23ciau3pl4h1mci5ch2lozo4m4ciihi2vhi4p2cim2cin4phsu1peu1ouo1geu5osheu4sho4he4th1es4shwun5zun5ysi1bunu45cizo4glck3ihep5he2nh4ed1sioph2l5hazsi2rcly4zte4_ge21siscoe22cog5siu1siv5siz_ga24skes1l2s2leha4m2s1ms3ma1ogyo1h2u1ni3gus3gun2guegu4acov1gth3_eu3g4ros1n4_es3u2nez4zyum2pu1mi3som_ev2oig4cri2gov15goos4opgon2ul5v5goeu3lugob53go_2c1t4ph_g1nog1nic2te4sov4ulsgn4ag4myc4twcud5c4ufc4uipe2t3glo1gleul2igla4_eg23giz3cun5givgi4u3gir5gio1cusul4e2spagil4g1ic5gi__eb4cze41d2a5da_u1laggo44daf2dagg2gege4v1geo1gen2ged3dato1la2ge_ol2dol2i5daypek4p4eed1d42de_4gazol2tuiv3ol2vo2lys1sa2gamgaf4o2meui4n2ui2pe2cd4em4fugi4jku3fl3ufaf2tyf4to1denu4du4pe_2f3sfri2de1ps1si4f5pfos5d3eqs4sls4snfo2rss2tdes25fon4p1b_ci23payss5w2st_de1tf4l2de1v2fin4dey4d1fd4gast2idg1id2gyd1h25di_ud5dfi3au4cy_ch4pav43didu3cud1iff2fyu3crd1inst4r4f1ffev4fer11dio2fedfe4bdir2s2ty4fe_dis1on1au3ca4f5bon1c2ondd5k25far4fagpa1peys45eyc1exps4ul2dlyp4ale3whon3s3do_e1wa5doee5vud4oge1visu2msu2nub4euav4su2rp4ai6rk_d4or3dosu1atdo4v3doxp4adoo4k4swoo2padre4eus4e3upe5un2ophet5z4syc3syl4y3hoy1ads4pd4swd4syd2tho4wo3ta_du2c4etn2tabta2luac4es4wdu4g2ess4uabdu4n4duptav4st5bow1io1pr5dyn2tawe1sp2t1bop1uead1tz4et4chopy5ea4l4t1d4te_2tyle1si4esh1tee4tyat1cr4twoteg4es2c4eru1teoer1s2eroea2tte4po1rat1wh3tusea2v3teu3texer1i2e1ber1h4tey2t1f4t1ge3br2th_th2e4thle1ce3tumec2i2ths2erb1tia4tueer1aou5vtud2tif22tige1potu1aou4lttu41timt5toos4le1cre2pat4swe5owe1cue4ottsh4eos4e1ort4sce3ol4edieo2ge5of1tio4eno4enn5tiq4edoti4u1tive3my1tiz4othee2ct5laee2ft5lo4t1mee2mtme4e1meem5bcoi4to3be5exo1ry2tof1effel2iel2ftos24t1pe1la1traos2ceig2ei5de5ico2soe1h45egyeg5n",
  121.         5 : "_ach4e4go_e4goseg1ule5gurtre5feg4iceher4eg5ibeger44egaltre4mei5gle3imbe3infe1ingtra3beir4deit3eei3the5ity5triae4jud3efiteki4nek4la2trime4la_e4lactri4v4toute4law5toure3leaefil45elece4ledto2rae5len4tonye1lestro3ve4fic4tonoto3mytom4bto2mato5ice5limto2gre3lioe2listru5i4todo4ellaee4tyello4e5locel5ogeest4el2shel4tae5ludel5uge4mace4mage5man2t1n2ee2s4ee4p1e2mele4metee4naemi4eee4lyeel3i3tled3tle_e4mistlan4eed3iem3iztrus4emo4gti3zaem3pie4mule4dulemu3ne4dritiv4aedon2e4dolti3tle5neae5neeen3emtis4pti5sotis4m3tisee3newti3sae5niee5nile3nioedi5zen3ite5niu5enized1ited3imeno4ge4nosen3oven4swti5oc4t1s2en3uaen5ufe3ny_4en3zed3ibe3diae4oi4ede4s3tini4ed3deo3ret2ina2e2dae4culeo4toe5outec4te4t3t2t4tes2t1ine5pel4timpe2corephe4e4plie2col5tigutu3arti5fytu4bie3pro3tienep4sh5tidie4putt4icoeci4t4tick2ti2bec3imera4bti4aber3ar4tuf45tu3ier4bler3che4cib2ere_4thooecca54thil3thet4thea3turethan4e4cade4bitere4qe4ben5turieret4tur5oeav5oeav5itu5ry4tess4tes_ter5ve1rio4eriter4iueri4v1terier3m4ter3cte5pe4t1waer3noeast3er5obe5rocero4rer1oue3assea5sp1tent4ertler3twtwis4eru4t3tende1s4a3tenc5telsear2te2scateli4e3scres5cue1s2ee2sec3tel_te5giear5kear4cte5diear3ae3sha2t1ede5ande2sice2sid5tecttece44teattype3ty5phesi4uea4gees4mie2sole3acte2sone1a4bdys5pdy4sedu4petaun4d3uleta5sytas4e4tare4tarctar4ata5pl2estrta5mo4talke2surtal3idu5eleta4bta5lae3teoua5naet1ic4taf4etin4ta5doe5tir4taciuan4id1ucad1u1ae3trae3tre2d1s2syn5ouar2d4drowet3uaet5ymdro4pdril4dri4b5dreneu3rouar3ieute44draieu5truar3te2vasdop4pe5veadoo3ddoni4u4belsum3iev1erdoli4do4laev3idevi4le4vinevi4ve5voc2d5ofdo5dee4wage5wee4d1n4ewil54d5lue3wit2d3lou3ber5eye_u1b4i3dledfa3blfab3rfa4ce3dle_fain4suit3su5issu2g34d5lasu4b3fa3tasu1al4fato1di1vd2iti5disiuci4bfeas4di1redi4pl4feca5fectdio5gfe3life4mofen2d4st3wuc4it5ferr5diniucle3f4fesf4fie4stry1dinaf4flydi3ge3dictd4icedia5bs4tops1tle5stirs3tifs4ties1ticfic4is5tias4ti_4ficsfi3cuud3ers3thefil5iste2w4filyudev45finas4tedfi2nes2talfin4ns2tagde2tode4suflin4u1dicf2ly5ud5isu5ditde1scd2es_der5sfon4tu4don5dermss4lid4erhfor4is4siede2pudepi4fra4tf5reade3pade3nufril4frol5ud4side3nou4eneuens4ug5infu5el5dem_s5setfu5nefu3rifusi4fus4s4futade5lode5if4dee_5gal_3galiga3lo2d1eds3selg5amos2s5cssas3u1ing4ganouir4mgass4gath3uita4deaf5dav5e5dav44dato4darygeez44spotspor4s4pon4gelydark5s4ply4spio4geno4genydard5ge3omg4ery5gesigeth54getoge4tydan3g4g1g2da2m2g3gergglu5dach4gh3inspil4gh4to4cutr1gi4agia5rula5bspho5g4icogien5s2pheulch42sperspa4n5spai3c4utu1lenul4gigir4lg3islcu5pycu3picu4mic3umecu2maso5vi5glasu5liagli4bg3lig5culiglo3r4ul3mctu4ru1l4og4na_c3terul1tig2ning4nio4ultug4noncta4b4c3s2cru4dul5ulsor5dgo3isum5absor5ccris4go3nic4rinson4gsona45gos_cri5fcre4vum4bi5credg4raigran25solvsoft3so4ceunat44graygre4nco5zi4gritcoz5egruf4cow5ag5stecove4cos4es5menun4ersmel44corbco4pl4gu4tco3pacon5tsman3gy5racon3ghach4hae4mhae4th5aguha3lac4onecon4aun4ims3latu2ninhan4gs3ket5colocol5ihan4kuni3vhap3lhap5ttras4co4grhar2dco5agsir5aclim45sionhas5shaun44clichaz3acle4m1head3hearun3s4s3ingun4sws2ina2s1in4silysil4eh5elohem4p4clarhena45sidiheo5r1c4l4h4eras5icc2c1itu4orsh3ernshor4h3eryci3phshon34cipecion45cinoc1ingc4inahi5anhi4cohigh5h4il2shiv5h4ina3ship3cilihir4lhi3rohir4phir4rsh3iohis4ssh1inci4lau5pia4h1l4hlan44cier5shevcia5rhmet4ch4tish1erh5ods3cho2hoge4chi2z3chitho4mahome3hon4aho5ny3hoodhoon45chiouptu44ura_ho5ruhos4esew4ihos1p1housu4ragses5tu4rasur4behree5se5shs1e4s4h1s24chedh4tarht1enht5esur4fru3rifser4os4erlhun4tsen5gur1inu3riosen4dhy3pehy3phu1ritces5tur3iz4cesa4sencur4no4iancian3i4semeia5peiass45selv5selfi4atu3centse1le4ceniib5iaib3inseg3ruros43cencib3li3cell5cel_s5edli5bun4icam5icap4icar4s4ed3secticas5i4cayiccu44iceour4pe4ced_i5cidsea5wi2cipseas4i4clyur4pi4i1cr5icrai4cryic4teictu2ccon4urti4ic4umic5uoi3curcci4ai4daiccha5ca4thscof4ide4s4casys4cliscle5i5dieid3ios4choid1itid5iui3dlei4domid3owu5sadu5sanid5uous4apied4ecany4ield3s4cesien4ei5enn4sceii1er_i3esci1estus3ciuse5as4cedscav5if4frsca4pi3fieu5siau3siccan4eiga5bcan5d4calous5sli3gibig3ilig3inig3iti4g4lus1trig3orig5oti5greigu5iig1ur2c5ah4i5i44cag4cach4ca1blusur4sat3usa5tab5utoi3legil1erilev4uta4b4butail3iail2ibil3io3sanc2ilitil2izsal4t5bustil3oqil4tyil5uru3tati4magsa5losal4m4ute_4imetbu3res3act5sack2s1ab4imitim4nii3mon4utelbumi4bu3libu4ga4inav4utenbsor42b5s2u4tis4briti3neervi4vr3vic4inga4inger3vey4ingir3ven4ingo4inguu4t1li5ni_i4niain3ioin1isbo4tor5uscrunk5both5b5ota5bos42i1no5boriino4si4not5borein3seru3in2int_ru4glbor5di5nusut5of5bor_uto5gioge4io2grbon4au5tonru3enu4touion3iio5phior3ibod3iio5thi5otiio4toi4ourbne5gb3lisrt4shblen4ip4icr3triip3uli3quar4tivr3tigrti4db4le_b5itzira4bi4racird5ert5ibi4refbi3tri4resir5gibi5ourte5oir4isr3tebr4tagbin4diro4gvac3uir5ul2b3ifis5agis3arisas52is1cis3chbi4eris3erbi5enrson3be5yor5shais3ibisi4di5sisbe3tw4is4krs3es4ismsbe5trr3secva4geis2piis4py4is1sbe3sp4bes4be5nuval5ois1teis1tirrys4rros44be5mis5us4ita_rron4i4tagrri4vi3tani3tatbe3lorri4or4reoit4esbe1libe5gu4itiarre4frre4cbe3giit3igbe3dii2tim2itio4itisrp4h4r3pet4itonr4peait5rybe3debe3dai5tudit3ul4itz_4be2dbeat3beak4ro4varo4tyros4sro5roiv5ioiv1itror3i5root1roomval1ub3berva5mo4izarva5piron4eban3ijac4qban4ebal1ajer5srom4prom4iba4geazz5i5judgay5alax4idax4ickais4aw4ly3awaya1vorav5ocav3igke5liv3el_ve4lov4elyro1feke4tyv4erdv4e2sa5vanav3ag5k2ick4illkilo5au1thk4in_4ves_ro3crkin4gve4teaun5dk5ishau4l2au3gu4kleyaugh3ve4tyk5nes1k2noat3ulkosh4at5uekro5n4k1s2at5uaat4that5te5vianat4sk5vidil4abolaci4l4adela3dylag4nlam3o3landrob3la4tosr4noular4glar3ilas4ea4topr3nivr3nita2tomr5nica4toglbin44l1c2vi5gnat3ifat1ica5tiar3neyr5net4ati_ld5isat4hol4driv2incle4bileft55leg_5leggr4nerr3nel4len_3lencr4nar1lentle3phle4prvin5dler4e3lergr3mitl4eroat5evr4mio5lesq3lessr3menl3eva4vingrma5cvio3lvi1ou4leyevi5rovi3so4l1g4vi3sulgar3l4gesate5cat5apli4agli2amr3lo4li4asr4lisli5bir4ligr2led4lics4vitil4icul3icyl3idaat5ac3lidirk4lel4iffli4flr3ket3lighvit3r4vityriv3iri2tulim3ili4moris4pl4inar3ishris4clin3ir4is_li5og4l4iqlis4pas1trl2it_as4shas5phri2pla4socask3ia3sicl3kallka4ta3sibl4lawashi4l5leal3lecl3legl3lel5riphas4abar2shrin4grin4ear4sarin4dr2inal5lowarre4l5met3rimol4modlmon42l1n2a3roorim5ilo4civo4la5rigil5ogo3loguri5et5longlon4iri1erlood5r4icolop3il3opmlora44ricir4icerib3a5los_v5oleri4agria4blos4tlo4taar2mi2loutar2izar3iolpa5bl3phal5phi4rhall3pit5voltar4im3volv2l1s2vom5ivori4l4siear4fllt5agar4fivo4rylten4vo4talth3ia3reeltis4ar4drw5ablrgo4naraw4lu3brluch4lu3cilu3enwag5olu5idlu4ma5lumia5raur5gitwait5luo3rw5al_luss4r5gisar4atl5venrgi4nara3pwar4tar3alwas4tly5mely3no2lys4l5ysewa1teaque5ma2car3gicma4clr3get5magnwed4nmaid54maldrg3erweet3wee5vwel4lapoc5re4whwest3ap3in4aphires2tr4es_mar3vre5rumas4emas1t5matemath3rero4r4eriap5atr1er4m5bilre1pumbi4vapar4a5nuran3ul4med_an3uare5lure1lian4twre5itmel4tan2trre4fy4antomen4are3fire2fe4menemen4imens4re1de3ment2r2edme5onre4awwin4g5reavme4tare3anme1tere1alm4etr3wiserdin4rdi4aan4stwith3an2span4snan2samid4amid4gan5otwl4esr4dalm4illmin4a3mindrcum3rc4itr3charcen4min4tm4inumiot4wl3ina3niumis5lan3ita3nip4mithan3ioan1gla3neuws4per2bina3nena5neem4ninw5s4tan1dl4mocrrbi4fmo2d1mo4gomois2xac5ex4agor4bagmo3mer4baba3narrau4ta5monrare4rar5cra5nor4aniam1inr2amiam5ifra4lomo3spmoth3m5ouf3mousam3icxer4ixe5roraf4tr5aclm3petra3bixhil5mpi4aam3ag3quetm5pirmp5is3quer2que_qua5vmpov5mp4tram5ab3alyz4m1s25alyt4alysa4ly_ali4exi5di5multx4ime4aldia4laral3adal5abak1enain5opu3trn4abu4nac_na4can5act5putexpe3dna4lia4i4n4naltai5lya3ic_pur4rag5ulnank4nar3c4narenar3inar4ln5arm3agognas4c4ag4l4ageupul3cage4oaga4na4gab3nautnav4e4n1b4ncar5ad5umn3chaa3ducptu4rpti3mnc1innc4itad4suad3owad4len4dain5dana5diua3ditndi4ba3dion1ditn3dizn5ducndu4rnd2we3yar4n3eara3dianeb3uac4um5neckac3ulp4siba3cio5negene4laac1inne5mine4moa3cie4nene4a2cine4poyc5erac1er2p1s2pro1tn2erepro3lner4rych4e2nes_4nesp2nest4neswpri4sycom4n5evea4carab3uln4gabn3gelpre3vpre3rycot4ng5han3gibng1inn5gitn4glangov4ng5shabi5an4gumy4erf4n1h4a5bannhab3a5bal3n4iani3anni4apni3bani4bl_us5ani5dini4erni2fip3petn5igr_ure3_un3up3per_un5op3pennin4g_un5k5nis_p5pel_un1en4ithp4ped_un1ani3tr_to4pympa3_til4n3ketnk3inyn5ic_se2ny4o5gy4onsnmet44n1n2_ru4d5pounnni4vnob4lpo4tan5ocly4ped_ro4qyper5noge4pos1s_ri4gpo4ry1p4or_res2no4mono3my_ree2po4ninon5ipoin2y4poc5po4gpo5em5pod_4noscnos4enos5tno5tayp2ta3noun_ra4cnowl3_pi2tyra5m_pi4eyr5ia_out3_oth32n1s2ns5ab_or3t_or1d_or3cplu4mnsid1nsig4y3s2eys3ion4socns4pen5spiploi4_odd5nta4bpli4n_ni4cn5tib4plignti2fpli3a3plannti4p1p2l23ysis2p3k2ys3ta_mis1nu5enpi2tun3uinp3ithysur4nu1men5umi3nu4nyt3icnu3trz5a2b_li4t_li3o_li2n_li4g_lev1_lep5_len4pion4oard3oas4e3pi1ooat5ip4inoo5barobe4l_la4mo2binpind4_ju3rob3ul_is4i_ir5rp4in_ocif3o4cil_in3so4codpi3lopi3enocre33piec5pidipi3dep5ida_in2kod3icodi3oo2do4odor3pi4cypian4_ine2o5engze3rooe4ta_im3m_id4l_hov5_hi3b_het3_hes3_go4r_gi4bpho4ro5geoo4gero3gie3phobog3it_gi5azo5ol3phizo4groogu5i4z1z22ogyn_fes3ohab5_eye55phieph1icoiff4_en3sph4ero3ing_en3go5ism_to2qans3v_el5d_eer4bbi4to3kenok5iebio5mo4lanper1v4chs_old1eol3erpe5ruo3letol4fi_du4co3liaper3op4ernp4erio5lilpe5ono5liop4encpe4la_do4tpee4do5livcin2q3pediolo4rol5pld3tabol3ub3pedeol3uno5lusedg1le1loaom5ahoma5l2p2edom2beom4bl_de3o3fich3pe4ao4met_co4ro3mia_co3ek3shao5midom1inll1fll3teapa2teo4monom3pi3pare_ca4tlue1pon4aco3nanm2an_pa4pum2en_on5doo3nenng1hoon4guon1ico3nioon1iso5niupa3nypan4ao3nou_bri2pain4ra1oronsu4rk1hopac4tpa4ceon5umonva5_ber4ood5eood5i6rks_oop3io3ordoost5rz1scope5dop1erpa4ca_ba4g_awn4_av4i_au1down5io3pito5pon1sync_as1s_as1p_as3ctch1c_ar5so5ra_ow3elo3visov4enore5auea1mor3eioun2d_ant4orew4or4guou5etou3blo5rilor1ino1rio_ang4o3riuor2miorn2eo5rofoto5sor5pe3orrhor4seo3tisorst4o3tif_an5cor4tyo5rum_al3tos3al_af1tos4ceo4teso4tano5scros2taos4poos4paz2z3wosi4ue3pai",
  122.         6 : "os3ityos3itoz3ian_os4i4ey1stroos5tilos5titxquis3_am5atot3er_ot5erso3scopor3thyweek1noth3i4ot3ic_ot5icao3ticeor3thiors5enor3ougor3ityor3icaouch5i4o5ria_ani5mv1ativore5sho5realus2er__an3teover3sov4erttot3icoviti4o5v4olow3dero4r3agow5esto4posiop3ingo5phero5phanthy3sc3operaontif5on3t4ionten45paganp3agattele2gonspi4on3omyon4odipan3elpan4tyon3keyon5est3oncil_ar4tyswimm6par5diompro5par5elp4a4ripar4isomo4gepa5terst5scrpa5thy_atom5sta1tio5miniom3icaom3ic_ss3hatsky1scpear4lom3ena_ba5naol3umer1veilpedia4ped4icolli4er1treuo5liteol3ishpeli4epe4nano5lis_pen4thol3ingp4era_r1thoup4erago3li4f_bas4er1krauperme5ol5id_o3liceper3tio3lescolass4oi3terpe5tenpe5tiz_be5raoi5son_be3smphar5iphe3nooi5letph4es_oi3deroic3esph5ingr3ial_3ognizo5g2ly1o1gis3phone5phonio5geneo4gatora3mour2amenofit4tof5itera3chupi4ciepoly1eod5dedo5cureoc3ula1pole_5ocritpee2v1param4oc3raco4clamo3chetob5ingob3a3boast5eoke1st3nu3itpi5thanuf4fentu3meoerst2o3chasplas5tn3tinepli5ernti4ernter3sntre1pn4s3esplum4bnsati4npre4cns4moonon1eqnor5abpo3et5n5lessn5oniz5pointpoly5tnon4agnk3rup3nomicng1sprno5l4inois5i4n3o2dno3blenni3aln5keroppa5ran3itor3nitionis4ta5nine_ni3miznd3thrmu2dron3geripray4e5precipre5copre3emm3ma1bpre4lan5gerep3rese3press_can5cmedi2c5pri4e_ce4la3neticpris3op3rocal3chain4er5ipros3en4erarnera5bnel5iz_cit5rne4gatn5d2ifpt5a4bjanu3aign4itn3chisn5chiln5cheon4ces_nau3seid4iosna3talnas5tinan4itnanci4na5mitna5liahnau3zput3er2n1a2bhex2a3hatch1multi3hair1sm4pousg1utanmpo3rim4p1inmp5iesmphas4rach4empar5iraf5figriev1mpara5mo5seyram3et4mora_rane5oran4gemo3ny_monol4rap3er3raphymo3nizgno5morar5ef4raril1g2nacg1leadmoni3ara5vairav3elra5ziemon5gemon5etght1wemoi5sege3o1dmma5ryr5bine3fluoren1dixmis4ti_de3ra_de3rie3chasrch4err4ci4bm4inglm5ineedu2al_3miliame3tryrdi4er_des4crd3ingdi2rerme5thimet3alre5arr3mestim5ersadi2rende2ticdes3icre4cremen4temensu5re3disred5itre4facmen4dede2mosmen5acmem1o3reg3ismel5onm5e5dyme3died2d5ibren4te5mediare5pindd5a5bdata1bmba4t5cle4arma3tisma5scemar4lyre4spichs3huma5riz_dumb5re3strre4terbrus4qre3tribio1rhre5utiman3izre4valrev3elbi1orbbe2vie_eas3ire5vilba1thyman5is5maniamal4tymal4lima5linma3ligmag5inav3ioul5vet4rg3inglus3teanti1dl5umn_ltur3a_el3emltera4ltane5lp5ingloun5dans5gra2cabllos5etlor5ouric5aslo5rie_enam35ricidri4cie5lope_rid5erri3encri3ent_semi5lom3errig5an3logicril3iz5rimanlob5allm3ingrim4pell5out5rina__er4ril5linal2lin4l3le4tl3le4nriph5eliv3er_ge5og_han5k_hi3er_hon3olin3ea1l4inel4im4p_idol3_in3ci_la4cy_lath5rit3iclim4blrit5urriv5elriv3et4l4i4lli4gra_leg5elif3errk4linlid5er4lict_li4cor5licioli4atorl5ish_lig5a_mal5o_man5a_mer3c5less_rm5ersrm3ingy3thinle5sco3l4erilera5b5lene__mon3ele4matld4erild4erela4v4ar1nis44lativ_mo3rola5tanlan4telan5etlan4dllab3ic_mu5takin4dek3est_ro5filk3en4dro5ker5role__of5te4jestyys3icaron4al5izont_os4tlron4tai4v3ot_pe5tero3pelrop3ici5voreiv5il__pio5n_pre3mro4the_ran4tiv3en_rov5eliv3ellit3uati4tramr5pentrp5er__rit5ui4tismrp3ingit5ill_ros5tit3ica4i2tici5terirre4stit3era4ita5mita4bi_row5dist4lyis4ta_is4sesrsa5tiissen4is4sal_sci3erse4crrs5er_islan4rse5v2yo5netish5opis3honr4si4bis5han5iron_ir4minrtach4_self5iri3turten4diri5dei4rel4ire4de_sell5r4tieriq3uidrtil3irtil4lr4tilyr4tistiq5uefip4re4_sing4_ting4yn3chrru3e4lion3at2in4th_tin5krum3pli4no4cin3ityrun4ty_ton4aruti5nymbol5rvel4i_top5irv5er_r5vestin5geni5ness_tou5s_un3cein3cerincel45ryngei4n3auim3ulai5miniimi5lesac3riim5ida_ve5rasalar4ima5ryim3ageill5abil4istsan4deila5rai2l5am_wil5ii4ladeil3a4bsa5voright3iig3eraab5erd4ific_iff5enif5eroi3entiien5a45ie5gaidi5ou3s4cieab5latidi4arid5ianide3al4scopyab5rogid5ancic3ulaac5ardi2c5ocic3ipaic5inase2c3oi4carai4car_se4d4ei2b5riib5iteib5it_ib5ertib3eraac5aroi4ativ4ian4tse4molsen5ata5ceouh4warts5enedhus3t4s5enin4sentd4sentlsep3a34s1er_hun5kehu4min4servohro3poa5chethov5el5se5umhouse3sev3enho5senhort3eho5rishor5at3hol4ehol5arh5odizhlo3riac5robhis3elhion4ehimer4het4edsh5oldhe2s5ph5eroushort5here5aher4bahera3p3side_5sideshen5atsi5diz4signahel4lyact5ifhe3l4ihe5do55sine_h5ecathe4canad4dinsion5aad5er_har4lehard3e3sitioha5rasha3ranhan4tead3icahang5oadi4ersk5inesk5ing5hand_han4cyhan4cislith5hala3mh3ab4lsmall32g5y3n5gui5t3guard5smithad5ranaeri4eag5ellag3onia5guerso4labsol3d2so3licain5in4grada3s4on_gor5ougo5rizgondo5xpan4dait5ens5ophyal3end3g4o4ggnet4tglad5i5g4insgin5ge3g4in_spen4d2s5peog3imen5gies_3spher5giciagh5outsp5ingge5nizge4natge5lizge5lisgel4inxi5miz4gativgar5n4a5le5oga3nizgan5isga5mets5sengs4ses_fu4minfres5cfort5assi4erss5ilyfore5tfor5ayfo5ratal4ia_fon4dessur5aflo3ref5lessfis4tif1in3gstam4i5stands4ta4p5stat_fin2d5al5levs5tero4allicstew5afight5fi5del5ficie5ficiafi3cer5stickf3icena5log_st3ingf3icanama5ra5stockstom3a5stone2f3ic_3storef2f5iss4tradam5ascs4trays4tridf5fin_fend5efeath3fault5fa3thefar5thfam5is4fa4mafall5eew3inge5verbeven4ie5vengevel3oev3ellev5asteva2p5euti5let5roset3roget5rifsy5rinet3ricet5onaam5eraam5ilyami4noamor5ieti4noe5tidetai5loethod3eten4dtal5enes5urramp5enan3ageta5loge5strotan4detanta3ta5pere3ston4es2toes5times3tigta3rizestan43analy4taticta4tures4prean3arces3pertax4ises5onaes3olue5skintch5etanar4ies4i4ntead4ie2s5ima3natiande4sesh5enan3disan4dowang5iete5geres5ences5ecres5cana4n1icte2ma2tem3at3tenanwrita45erwau4tenesert3era3nieser3set5erniz4erniter4nis5ter3de4rivaan3i3fter3isan4imewo5vener3ineeri4ere3rient3ess_teth5e5ericke1ria4er3ester5esser3ent4erenea5nimier5enaer3emoth3easthe5atthe3iser5el_th5ic_th5icaere3in5thinkere5coth5odea5ninee3realan3ishan4klier4che5anniz4erandti4atoanoth5equi3lep5utat4ic1uan4scoe4probep3rehe4predans3poe4precan4surantal4e3penttim5ulep5anceo5rol3tine_eop3aran4tiewin4deap5eroen3ishen5icsen3etren5esten5esien5eroa3pheren3dicap3itae4nanten5amoem5ulaa3pituti3zen5emnize5missem5ishap5olaem5ine3tles_t5let_em1in2apor5iem3icaem5anael3op_el4labapos3te3liv3el5ishaps5esweath3e3lierel3icaar3actwa5verto3nate3libee4l1erel3egato3rietor5iza5radeelaxa4aran4gto3warelan4dej5udie5insttra5chtraci4ar5av4wa5gere5git5arbal4ar5easeg5ing4voteetrem5iar3enta5ressar5ial4tricsvor5abe3finetro5mitron5i4tronyar3iantro3sp5eficia3rieted5uloed3icae4d1erec3ulaec4tane4cremeco5roec3orae4concar5o5de4comme4cluse4clame5citeec5ifya5ronias3anta5sia_tu4nis2t3up_ecan5ce4belstur3ise4bel_eav3ene4a3tue5atifeath3ieat5eneart3eear4ilear4icear5eseam3ereal3oueal5erea5geread5iedum4be4ducts4duct_duc5eras3tenasur5adrea5rat3abl4d5outdo3natdom5izdo5lor4dlessu4bero3dles_at3alou3ble_d4is3tdirt5idi5niz3dine_at5ech5di3endi4cam1d4i3ad3ge4tud5estdev3ilde3strud3iedud3iesdes3tide2s5oat3egovis3itde4nardemor5at3en_uen4teuer4ilde5milat3eraugh3en3demicater5nuil5izdeli4ede5comde4cildecan4de4bonv3io4rdeb5it4dativ2d3a4bat3estu5laticu4tie5ulcheul3dercuss4icu5riaath5em3cultua5thenul3ingul5ishul4lar4vi4naul4liscu5ityctim3ic4ticuuls5esc5tantultra3ct5angcros4ecrop5ocro4pl5critiath5omum4blycre3at5vilitumor5oat5i5b5crat_cras5tcoro3ncop3iccom5ercol3orun5ishco3inc5clareat3ituunt3abat5ropun4tescit3iz4cisti4cista4cipicc5ing_cin3em3cinatuper5s5videsup3ingci2a5b5chini5videdupt5ib5vide_at4tag4ch1inch3ersch3er_ch5ene3chemiche5loure5atur4fercheap3vi5aliat3uravet3er4ch3abc5e4taau5sib3cessives4tece5ram2cen4e4cedenccou3turs5erur5tesur3theaut5enur4tiecav5al4cativave4nover3thcar5omca5percan4tycan3izcan5iscan4icus4lin3versecal4laver3ieca3latca5dencab3in3butiobuss4ebus5iebunt4iv4eresuten4i4u1t2iv3erenu3tineut3ingv4erelbroth35u5tizbound34b1orabon5at5vere_bom4bibol3icblun4t5blespblath5av3erav5enuebi3ogrbi5netven3om2v1a4bvac5ilbi3lizbet5izbe5strva5liebe5nigbbi4nabas4siva5nizbari4aav5ernbarbi5av5eryvel3liazi4eravi4er",
  123.         7 : "_dri5v4ban5dagvar5iedbina5r43bi3tio3bit5ua_ad4derution5auti5lizver5encbuf4ferus5terevermi4ncall5incast5ercas5tigccompa5z3o1phros5itiv5chanicuri4fico5stati5chine_y5che3dupport54v3iden5cific_un4ter_at5omiz4oscopiotele4g5craticu4m3ingv3i3liz4c3retaul4li4bcul4tiscur5a4b4c5utiva5ternauiv4er_del5i5qdem5ic_de4monsdenti5fdern5izdi4latou4b5ingdrag5on5drupliuar5ant5a5si4tec5essawo4k1enec5ifiee4compear5inate4f3eretro5phewide5sp5triciatri5cesefor5ese4fuse_oth5esiar5dinear4chantra5ventrac4tetrac4itar5ativa5ratioel5ativor5est_ar5adisel5ebraton4alie4l5ic_wea5rieel5igibe4l3ingto5cratem5igraem3i3niemoni5oench4erwave1g4a4pillavoice1ption5eewill5inent5age4enthesvaude3vtill5inep5recaep5ti5bva6guer4erati_tho5rizthor5it5thodicer5ence5ternitteri5zater5iesten4tage4sage_e4sagese4sert_an5est_e4sertse4servaes5idenes5ignaesis4tees5piraes4si4btal4lisestruc5e5titioounc5erxe4cutota5bleset5itiva4m5atoa4matis5stratu4f3ical5a5lyst4ficatefill5instern5isspend4gani5zasqual4la4lenti4g3o3nas5ophiz5sophicxpecto55graph_or5angeuri4al_4graphy4gress_smol5d4hang5erh5a5nizharp5enhar5terhel4lishith5erhro5niziam5eteia4tricic4t3uascour5au2r1al_5scin4dover4nescan4t55sa3tiou5do3ny_ven4de_under5ty2p5al_anti5sylla5bliner4arturn3ari5nite_5initioinsur5aion4eryiphras4_tim5o5_ten5an_sta5blrtroph4_se5rieiq3ui3t5i5r2izis5itiviso5mer4istral5i5ticki2t5o5mtsch3ie_re5mittro3fiti4v3er_i4vers_ros5per_pe5titiv3o3ro_ped5alro5n4is_or5ato4jestierom5ete_muta5bk5iness4latelitr4ial__mist5i_me5terr4ming_lev4er__mar5tilev4eralev4ers_mag5a5liar5iz5ligaterit5ers_lat5errit5er_r5ited__im5pinri3ta3blink5er_hon5ey5litica_hero5ior5aliz_hand5irip5lic_gen3t4tolo2gylloqui5_con5grt1li2erbad5ger4operag_eu4lertho3donter2ic__ar4tie_ge4ome_ge5ot1_he3mo1_he3p6a_he3roe_in5u2tpara5bl5tar2rht1a1mintalk1a5ta3gon_par5age_aster5_ne6o3f_noe1thstyl1is_poly1s5pathic_pre1ampa4tricl3o3niz_sem4ic_semid6_semip4_semir45ommend_semiv4lea4s1a_spin1oom5etryspher1o_to6poglo4ratospe3cio3s2paceso2lute_we2b1l_re1e4ca5bolicom5erseaf6fishside5swanal6ysano5a2cside5stl5ties_5lumniasid2ed_anti1reshoe1stscy4th1s4chitzsales5wsales3cat6tes_augh4tlau5li5fom5atizol5ogizo5litiorev5olure5vertre5versbi5d2ifbil2lab_earth5pera5blro1tronro3meshblan2d1blin2d1blon2d2bor1no5ro1bot1re4ti4zr5le5quperi5stper4malbut2ed_but4tedcad5e1moist5enre5stalress5ibchie5vocig3a3roint5er4matizariv1o1lcous2ticri3tie5phisti_be5stoog5ativo2g5a5rr3a3digm4b3ingre4posir4en4tade4als_od5uctsquasis6quasir6re5fer_p5trol3rec5olldic1aiddif5fra3pseu2dr5ebrat5metric2d1lead2d1li2epro2g1epre1neuod5uct_octor5apoin3came5triem5i5liepli5narpara3memin5glim5inglypi4grappal6matmis4er_m5istryeo3graporth1riop1ism__but4tio3normaonom1icfeb1ruafermi1o_de4moio5a5lesodit1icodel3lirb5ing_gen2cy_n4t3ingmo5lestration4get2ic_4g1lishobli2g1mon4ismnsta5blmon4istg2n1or_nov3el3ns5ceivno1vembmpa5rabno4rarymula5r4nom1a6lput4tinput4tedn5o5miz_cam4penag5er_nge5nesh2t1eoun1dieck2ne1skiifac1etncour5ane3backmono1s6mono3chmol1e5cpref5ac3militapre5tenith5i2lnge4n4end5est__capa5bje1re1mma1la1ply5styr1kovian_car5olprin4t3lo2ges_l2l3ishprof5it1s2tamp",
  124.         8 : "lead6er_url5ing_ces5si5bch5a5nis1le1noidlith1o5g_chill5ilar5ce1nym5e5trych5inessation5arload4ed_load6er_la4c3i5elth5i2lyneg5ativ1lunk3erwrit6er_wrap3arotrav5es51ke6linga5rameteman3u1scmar1gin1ap5illar5tisticamedio6c1me3gran3i1tesima3mi3da5bves1titemil2l1agv1er1eigmi6n3is_1verely_e4q3ui3s5tabolizg5rapher5graphicmo5e2lasinfra1s2mon4ey1lim3ped3amo4no1enab5o5liz_cor5nermoth4et2m1ou3sinm5shack2ppo5sitemul2ti5uab5it5abimenta5rignit1ernato5mizhypo1thani5ficatuad1ratu4n5i4an_ho6r1ic_ua3drati5nologishite3sidin5dling_trib5utin5glingnom5e1non1o1mistmpos5itenon1i4so_re5stattro1p2istrof4ic_g2norespgnet1ism5glo5binlem5aticflow2er_fla1g6elntrol5lifit5ted_treach1etra1versl5i5ticso3mecha6_for5mer_de5rivati2n3o1me3spac6i2t3i4an_thy4l1antho1k2er_eq5ui5to4s3phertha4l1amt3ess2es3ter1geiou3ba3dotele1r6ooxi6d1iceli2t1isonspir5apar4a1leed1ulingea4n3iesoc5ratiztch3i1er_kil2n3ipi2c1a3dpli2c1abt6ap6athdrom3e5d_le6icesdrif2t1a_me4ga1l1prema3cdren1a5lpres2plipro2cess_met4ala3do5word1syth3i2_non1e2m_post1ampto3mat4rec5ompepu5bes5cstrib5utqu6a3si31stor1ab_sem6is4star3tliqui3v4arr1abolic_sph6in1de5clar12d3aloneradi1o6gs3qui3tosports3wsports3cra5n2hascro5e2cor3bin1gespokes5wspi2c1il_te3legrcroc1o1d_un3at5t_dictio5cat1a1s2buss4ingbus6i2esbus6i2erbo2t1u1lro5e2las1s2pacinb1i3tivema5rine_r3pau5li_un5err5r5ev5er__vi2c3arback2er_ma5chinesi5resid5losophyan3ti1n2sca6p1ersca2t1olar2rangesep3temb1sci2uttse3mes1tar3che5tsem1a1ph",
  125.         9 : "re4t1ribuuto5maticl3chil6d1a4pe5able1lec3ta6bas5ymptotyes5ter1yl5mo3nell5losophizlo1bot1o1c5laratioba6r1onierse1rad1iro5epide1co6ph1o3nscrap4er_rec5t6angre2c3i1prlai6n3ess1lum5bia_3lyg1a1miec5ificatef5i5nites2s3i4an_1ki5neticjapan1e2smed3i3cinirre6v3ocde2c5linao3les3termil5li5listrat1a1gquain2t1eep5etitiostu1pi4d1v1oir5du1su2per1e6_mi1s4ers3di1methy_mim5i2c1i5nitely_5maph1ro15moc1ra1tmoro6n5isdu1op1o1l_ko6r1te1n3ar4chs_phi2l3ant_ga4s1om1teach4er_parag6ra4o6v3i4an_oth3e1o1sn3ch2es1to5tes3toro5test1eror5tively5nop5o5liha2p3ar5rttrib1ut1_eth1y6l1e2r3i4an_5nop1oly_graph5er_5eu2clid1o1lo3n4omtrai3tor1_ratio5na5mocratiz_rav5en1o",
  126.         10 : "se1mi6t5ic3tro1le1um5sa3par5iloli3gop1o1am1en3ta5bath3er1o1s3slova1kia3s2og1a1myo3no2t1o3nc2tro3me6c1cu2r1ance5noc3er1osth1o5gen1ih3i5pel1a4nfi6n3ites_ever5si5bs2s1a3chu1d1ri3pleg5_ta5pes1trproc3i3ty_s5sign5a3b3rab1o1loiitin5er5arwaste3w6a2mi1n2ut1erde3fin3itiquin5tes5svi1vip3a3r",
  127.         11 : "pseu3d6o3f2s2t1ant5shimi1n2ut1estpseu3d6o3d25tab1o1lismpo3lyph1onophi5lat1e3ltravers3a3bschro1ding12g1o4n3i1zat1ro1pol3it3trop1o5lis3trop1o5lesle3g6en2dreeth1y6l1eneor4tho3ni4t",
  128.         12 : "3ra4m5e1triz1e6p3i3neph1"
  129.     }
  130. };
  131.  
  132. Hyphenator.languages["ru"] = {
  133.     leftmin : 2,
  134.     rightmin : 2,
  135.     specialChars : unescape("\u0430\u0431\u0432\u0433\u0434\u0435\u0451\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u044f\u0410\u0411\u0412\u0413\u0414\u0415\u0401\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u0a02%u200D"),
  136.     patterns : {
  137.         2 : "1\u04331\u04361\u043c1\u043f1\u04441\u04461\u04481\u0449\u044a1\u044b1\u044c11\u044d1\u044e",
  138.         3 : "\u04301\u0431\u04301\u0434\u04301\u0435\u04301\u0438\u04301\u043a\u04301\u0443\u04301\u0447\u04301\u044f1\u0431\u0430\u04311\u0432\u0431\u043321\u0431\u04352\u0431\u0436\u04311\u043b1\u0431\u043e\u04311\u04422\u0431\u04442\u0431\u04462\u0431\u04482\u0431\u04491\u0431\u044b1\u0431\u044c1\u0431\u044f1\u0432\u0430\u04321\u0434\u04321\u043b2\u0432\u043c\u0432\u044422\u0432\u04462\u0432\u04482\u0432\u0449\u0432\u044a21\u0432\u044b1\u0432\u044f\u04332\u04302\u0433\u0433\u04332\u04382\u0433\u043f2\u0433\u04441\u0434\u0430\u0434\u043221\u0434\u04351\u0434\u0438\u04341\u043b1\u0434\u043e2\u0434\u043f1\u0434\u04432\u0434\u0444\u04341\u04452\u0434\u04492\u0434\u044a1\u0434\u044b1\u0434\u044f\u04351\u04302\u0435\u0431\u04351\u0435\u04351\u04382\u0435\u043e\u0435\u044d2\u04351\u044f\u0436\u04332\u04362\u043c2\u0436\u04442\u0436\u04462\u0436\u044a2\u0437\u04331\u0437\u04351\u0437\u0438\u04371\u043b\u04371\u043d2\u0437\u04421\u0437\u04432\u0437\u0446\u04371\u04472\u0437\u04481\u0437\u044b1\u0437\u044f\u04381\u0430\u04381\u0435\u04381\u0438\u04381\u043a\u04381\u043b2\u0438\u043f\u04381\u0440\u04381\u0442\u04381\u0447\u04381\u044f2\u04391\u0439\u04342\u0439\u044f12\u043a\u04331\u043a\u04352\u043a\u043c\u043a2\u043e2\u043a\u043f2\u043a\u0441\u043a2\u04432\u043a\u04442\u043a\u04462\u043a\u04481\u043a\u044c\u043a2\u044e2\u043b\u04311\u043b\u04382\u043b\u043c1\u043b\u043e2\u043b\u043f\u043b1\u04422\u043b\u0446\u043b1\u0447\u043b2\u044e1\u043b\u044f2\u043c\u04362\u043c\u043c2\u043c\u043f2\u043c\u04442\u043c\u04462\u043c\u04492\u043c\u044d\u043c2\u044e1\u043d\u04302\u043d\u04331\u043d\u04351\u043d\u0438\u043d1\u043b1\u043d\u043e1\u043d\u0443\u043d1\u04452\u043d\u04462\u043d\u04482\u043d\u04491\u043d\u044b\u043d2\u044d1\u043d\u044f\u043e1\u0432\u043e\u04332\u043e1\u0435\u043e3\u04382\u043e\u0439\u043e1\u043a\u043e1\u04422\u043e\u044e\u043e1\u044f\u043f\u04351\u043f\u044522\u043f\u04462\u043f\u04482\u043f\u04492\u0440\u04332\u0440\u04372\u0440\u043c2\u0440\u043f2\u0440\u04442\u0440\u04452\u0440\u04462\u0440\u04482\u0440\u04492\u0440\u044a\u04402\u044e1\u0441\u0430\u0441\u04332\u04411\u0437\u04412\u043c\u04411\u043d1\u0441\u043e\u0441\u043f21\u0441\u04401\u0441\u0443\u0441\u04472\u0441\u044821\u0441\u044b1\u0441\u044f2\u0442\u04332\u0442\u0436\u0442\u043c22\u0442\u04444\u0442\u04462\u0442\u04492\u0442\u044a2\u0442\u044c2\u0442\u044d\u04422\u044e\u04431\u0430\u04431\u0435\u04431\u0438\u04431\u043e\u04431\u04432\u0443\u044d\u04431\u044f2\u0444\u0433\u04444\u04382\u0444\u043c2\u0444\u04441\u0445\u04302\u0445\u04331\u0445\u04351\u0445\u04381\u0445\u043e\u0445\u043f22\u0445\u0448\u0446\u043012\u0446\u0433\u0446\u043812\u0446\u043c3\u0446\u04432\u0446\u04463\u0446\u044b\u0446\u044e11\u0447\u0430\u04471\u04321\u0447\u0435\u04472\u04361\u0447\u04381\u0447\u043c3\u0447\u043e1\u0447\u0443\u04472\u0445\u04482\u04322\u0448\u043c2\u0448\u0444\u04481\u04452\u0448\u04462\u0448\u044c2\u0449\u043c\u044a\u044e2\u044a\u044f2\u044b\u04352\u044b\u04382\u044b\u04432\u044c\u04312\u044c2\u0435\u044c2\u043e\u044c2\u044e\u044c2\u044f\u044d1\u04322\u044d\u0433\u044d2\u043c\u044d2\u043d\u044d2\u043f\u044d\u04411\u044d2\u0444\u044d\u04452\u044d2\u0446\u044d\u044f2\u044e1\u0430\u044e1\u0431\u044e1\u0432\u044e1\u0435\u044e1\u0438\u044e1\u043a2\u044e\u043c\u044e1\u0445\u044e1\u0447\u044e1\u044f\u044f1\u0435\u044f1\u0438\u044f1\u043a\u044f1\u043b\u044f1\u0443\u04301\u04511\u0431\u04511\u0434\u0451\u04351\u04512\u0451\u04311\u0437\u0451\u04381\u04511\u043a\u04511\u043d\u0451\u043e1\u0451\u043f\u04511\u04431\u04511\u0447\u0451\u044c2\u0451\u044e1\u0451",
  139.         4 : "_\u0430\u04382_\u0430\u04432_\u0438\u04382_\u0438\u043e2_\u0438\u04413_\u043b\u044c2_\u043e\u04374_\u0441\u043a2_\u0441\u04422_\u0443\u04312_\u0443\u04342_\u0443\u04352_\u0443\u043a2_\u0443\u043e3_\u0443\u043f2_\u0443\u04412_\u0443\u044e2_\u044e\u044114\u04303\u0430\u0430\u04302\u043f\u0430\u04302\u0440\u0430\u04302\u0446\u04303\u0431\u0443\u0430\u04321\u0432\u04301\u0432\u0435\u04301\u0432\u0438\u04301\u0432\u043e\u04302\u0432\u0442\u04301\u0432\u0443\u04302\u0432\u04452\u0430\u0433\u0430\u04302\u0433\u04342\u0430\u0433\u043e\u04303\u0433\u04432\u0430\u0434\u0432\u04302\u0434\u043b\u0430\u04342\u0446\u0430\u04352\u043b\u04302\u0435\u043f\u0430\u04352\u0441\u0430\u0437\u04322\u0430\u0437\u04332\u0430\u04371\u0440\u04302\u0438\u0445\u0430\u043a1\u04321\u0430\u043a\u043a\u0430\u043a2\u043b\u0430\u043a1\u0441\u04301\u043b\u0430\u04301\u043b\u0435\u04303\u043b\u0438\u04301\u043b\u0443\u04301\u043b\u044b\u04301\u043b\u044e2\u0430\u043c\u0430\u0430\u043c\u043142\u0430\u043c\u043e\u04302\u043c\u0447\u0430\u043d1\u0440\u04301\u043d\u044c2\u04301\u043e\u0430\u043e2\u0434\u0430\u043e2\u043a\u0430\u043e2\u0440\u0430\u043e2\u04412\u0430\u043f\u043e\u04301\u0440\u0430\u04301\u0440\u0435\u04301\u0440\u0438\u04301\u0440\u043e\u04301\u0440\u0443\u0430\u04401\u0445\u04301\u0440\u044b\u04301\u0440\u044e\u04301\u0440\u044f\u04301\u0442\u0430\u04301\u0442\u0438\u04301\u0442\u043e\u04301\u0442\u0443\u0430\u04422\u0445\u04301\u0442\u044b\u04301\u0442\u044e\u04301\u0442\u044f\u04302\u0443\u0431\u0430\u04432\u0434\u0430\u04432\u0445\u0430\u04432\u0447\u0430\u0443\u044d1\u0430\u04452\u0430\u0430\u04453\u04412\u0430\u0447\u0430\u04302\u0447\u043b\u0430\u04471\u0442\u04302\u0448\u043b\u04302\u044d\u0440\u0430\u044f2\u0431\u0430\u044f2\u0432\u0430\u044f2\u0437\u0431\u04301\u0437\u0431\u04302\u043e2\u04311\u0431\u0431\u0432\u044b22\u04311\u04343\u0431\u0435\u04323\u0431\u0435\u04353\u0431\u0435\u04462\u0431\u0435\u0449\u04311\u043721\u04312\u04383\u0431\u0438\u0430\u0431\u04382\u04312\u0431\u0438\u04363\u0431\u0438\u043a3\u0431\u0438\u043e\u0431\u04381\u04452\u04313\u043a2\u0431\u043b\u044b2\u0431\u043b\u044f2\u04313\u043d3\u0431\u043e\u04422\u0431\u0440_2\u0431\u0440\u0441\u04311\u0440\u04432\u0431\u0440\u044c\u04311\u0440\u044f\u04313\u0441\u043a\u0431\u04414\u043b1\u04312\u0443\u0431\u04431\u04412\u04311\u04452\u04311\u0447\u0431\u044b2\u04412\u0431\u044c_2\u0431\u044c\u04412\u0431\u044c\u0442\u0431\u044d1\u04403\u04312\u044e3\u0432\u0430\u0433\u0432\u04301\u0437\u0432\u0430\u044513\u0432\u0430\u04463\u0432\u0430\u044f2\u04321\u0431\u04321\u0432\u0438\u04321\u0432\u04402\u0432\u043321\u0432\u0435\u04323\u0432\u0435\u04331\u0432\u0435\u04351\u0432\u0435\u04371\u0432\u0435\u04411\u0432\u0435\u04461\u0432\u0435\u044e1\u0432\u0435\u044f\u0432\u0437\u04332\u0432\u0437\u04342\u0432\u0437\u044a21\u0432\u0438\u0437\u0432\u04381\u043e\u0432\u0438\u04433\u0432\u04382\u04442\u04321\u043a\u0432\u043a2\u043b\u04322\u043b\u04302\u0432\u043b\u04382\u0432\u043b\u044e2\u0432\u043b\u044f1\u0432\u043c\u04352\u04321\u043d\u0432\u043d\u043e1\u04323\u043d\u044b\u0432\u043e\u043221\u0432\u043e\u04341\u0432\u043e\u043a\u0432\u043e\u043f21\u0432\u043e\u04451\u0432\u043e\u044e2\u0432\u043f22\u0432\u0440_1\u0432\u0440\u044e\u04321\u0440\u044f\u04321\u044221\u0432\u0443\u0430\u0432\u04433\u04332\u0432\u0443\u0438\u0432\u04433\u043f1\u0432\u0445\u043e2\u04321\u0447\u0432\u044b\u043f2\u0432\u044b\u044522\u0432\u044c_1\u0432\u044c\u04352\u0432\u044c\u04412\u0432\u044c\u04421\u0432\u044c\u044e1\u0432\u044c\u044f1\u04322\u044e\u0433\u04301\u0437\u0433\u04302\u04432\u04333\u0431\u0433\u0431\u04302\u04331\u0432\u04383\u0433\u0435_2\u04333\u04362\u04331\u04372\u04331\u043a\u04331\u043b\u04352\u04333\u043c\u04333\u043d\u044f\u0433\u043e1\u04373\u0433\u043e\u0439\u04332\u043e\u043b3\u0433\u043e\u044e2\u0433\u0440_2\u0433\u0440\u044e\u04334\u0441\u0430\u04334\u0441\u04312\u04333\u0442\u0433\u04431\u0432\u0433\u04431\u04412\u04331\u04472\u04333\u04482\u04333\u044d\u0434\u04301\u0437\u0434\u04302\u043e2\u04341\u0431\u04341\u0432\u04351\u0434\u0432\u0438\u04343\u0432\u043a\u04341\u0432\u043b2\u0434\u0432\u044f2\u0434\u043323\u0434\u0435\u04372\u0434\u0436_2\u0434\u0436\u0441\u0434\u0438\u043f2\u0434\u0438\u04433\u0434\u04381\u04452\u04341\u043a2\u04341\u043d\u04343\u043d\u0430\u0434\u043e1\u0437\u0434\u043e\u043f2\u0434\u043e1\u04412\u0434\u0440_\u04341\u0440\u0435\u04341\u0440\u0438\u04341\u0440\u044b\u04341\u0440\u044f\u0434\u0441\u043a22\u04341\u0442\u0434\u04433\u0433\u0434\u04432\u043e\u0434\u04431\u04452\u0434\u0446\u04432\u0434\u0446\u044b2\u04341\u04472\u0434\u044b\u04332\u0434\u044b\u04342\u0434\u044b\u04422\u0434\u044b\u04492\u0434\u044c_1\u0434\u044c\u04352\u0434\u044c\u043a2\u0434\u044c\u04421\u0434\u044c\u044e1\u0434\u044c\u044f1\u04342\u044e\u0435\u04302\u0434\u0435\u04302\u0437\u04351\u0432\u0435\u04351\u0432\u0438\u04351\u0432\u043e\u04352\u0432\u0442\u04351\u0432\u0443\u04351\u0432\u0445\u04351\u0432\u044c\u0435\u04332\u0434\u0435\u04342\u0436\u0435\u04352\u0445\u04352\u0436\u04332\u0435\u0436\u0435\u04353\u0437\u0435\u04353\u0437\u044f\u0435\u04382\u0434\u0435\u04382\u043c\u0435\u04382\u043e\u04351\u043a\u0430\u0435\u043a2\u0437\u04351\u043a\u0438\u04351\u043a\u0443\u04351\u043b\u0430\u04351\u043b\u0435\u04351\u043b\u0443\u04351\u043b\u044b\u04351\u043b\u044e\u04353\u043b\u044f\u04352\u043c\u0447\u04353\u043d\u0430\u0435\u043d\u04412\u04351\u043d\u044d\u04351\u043e\u0434\u04352\u043e\u0438\u04352\u043e\u043c\u0435\u043e\u043f2\u0435\u043e\u044122\u0435\u043f\u0435\u04352\u043f\u043b\u04354\u043f\u043d2\u0435\u043f\u043e\u04354\u043f\u0442\u04351\u0440\u0430\u04352\u0440\u0432\u04351\u0440\u0435\u04351\u0440\u0438\u04351\u0440\u043e\u04351\u0440\u0443\u04351\u0440\u044b\u04351\u0440\u044e\u04351\u0440\u044f\u04351\u0441\u0433\u04351\u0441\u043a2\u0435\u0441\u043b\u04353\u0441\u043e2\u0435\u0441\u043f\u04351\u0441\u0442\u04351\u0442\u0430\u04351\u0442\u0438\u04351\u0442\u043e\u0435\u04421\u0440\u04351\u0442\u0443\u04351\u0442\u044b\u04351\u0442\u044e\u04351\u0442\u044f\u04351\u044322\u0435\u0443\u0431\u0435\u0443\u04372\u0435\u04442\u043b2\u0435\u0446\u0432\u04351\u0447\u043b\u04352\u0448\u043b\u0435\u044e2\u0433\u0435\u044f2\u0437\u0436\u04301\u04372\u04361\u04322\u0436\u0433\u0430\u04362\u0433\u0438\u04362\u0433\u04432\u04361\u0434\u04362\u0434\u0438\u0436\u0434\u043e3\u0436\u0434\u044314\u0436\u0434\u044c3\u0436\u0435\u04322\u0436\u0436\u0430\u04362\u0436\u0435\u0436\u04381\u043e2\u04361\u043a2\u04361\u043b\u04363\u043c\u04302\u04361\u043d\u0436\u043d\u043e1\u0436\u043e\u044332\u0436\u043f2\u0436\u043f\u043e1\u04362\u0440\u04432\u04361\u04412\u04361\u04472\u0436\u044c_2\u0436\u044c\u04412\u0436\u044c\u04421\u0437\u04301\u0437\u0430\u04302\u0437\u0430\u04312\u0437\u0430\u04334\u0437\u0430\u043f2\u0437\u0430\u04412\u0437\u0430\u04422\u0437\u0430\u04432\u0437\u0430\u04452\u0437\u0430\u044f2\u04371\u04312\u04371\u0432\u0435\u04371\u0432\u0438\u04371\u0432\u043e\u04371\u0432\u04401\u0437\u0432\u0443\u04371\u0432\u044c\u04373\u0433\u04302\u0437\u04362\u04373\u043723\u0437\u0438_3\u0437\u0438\u04413\u0437\u0438\u04472\u04371\u043a\u0437\u043a\u043e12\u0437\u043c2\u04373\u043c\u043d2\u0437\u043d\u04352\u0437\u043d\u043e2\u0437\u043d\u04431\u0437\u043e\u04321\u0437\u043e\u04351\u0437\u043e\u04381\u0437\u043e\u043d1\u0437\u043e\u043e\u0437\u043e\u044121\u0437\u043e\u0445\u0437\u043e\u044821\u0437\u043e\u044d1\u0437\u043e\u044e\u04371\u0440\u0430\u04371\u0440\u043e\u04371\u0440\u0443\u04372\u0440\u044e\u04371\u0440\u044f2\u04371\u0441\u04371\u0442\u04383\u0437\u0443_\u0437\u04431\u04323\u0437\u0443\u04352\u0437\u0443\u043f\u0437\u044b2\u04372\u0437\u044b\u04491\u0437\u044c\u04351\u0437\u044c\u04381\u0437\u044c\u044e3\u0437\u044c\u044f1\u04372\u044e\u04382\u0430\u0431\u04382\u0430\u0432\u0438\u0430\u04332\u0438\u0430\u043e2\u04382\u0430\u043f\u04382\u0430\u04442\u04381\u0431\u04381\u0432\u0438\u04381\u0432\u04432\u0438\u0432\u044b\u0438\u04332\u0434\u04383\u0433\u04352\u0438\u0433\u043b\u04382\u0433\u043d\u04381\u0434\u0432\u0438\u04341\u0440\u04381\u0434\u044c\u0438\u04352\u0433\u0438\u04352\u0434\u0438\u04352\u0440\u04381\u0437\u043e\u0438\u04371\u0440\u0438\u0439\u04412\u04383\u043a\u043e\u04383\u043a\u0443\u0438\u043b\u043f2\u04382\u043b\u044c2\u0438\u043c\u0430\u04383\u043c\u0438\u04382\u043c\u0447\u0438\u043d\u043421\u0438\u043d\u0436\u0438\u043d\u044121\u0438\u043d\u04441\u0438\u043d\u044a\u04381\u043e\u0431\u04382\u043e\u0433\u04381\u043e\u0434\u04381\u043e\u0437\u04381\u043e\u043d\u04381\u043e\u0440\u04381\u043e\u0448\u0438\u043f3\u043d\u04382\u0440\u0432\u04382\u0440\u04361\u0438\u0440\u0440\u04382\u0441\u0431\u04382\u0441\u0434\u0438\u04411\u043a\u04384\u0441\u0441\u04381\u0441\u0442\u04382\u0442\u043c\u04381\u04432\u0438\u04433\u043f\u0438\u04441\u043b\u04382\u0444\u0440\u04381\u0445\u0443\u04382\u0448\u0442\u0438\u044e4\u043b\u0438\u044e2\u043d\u0438\u044e2\u0442\u0438\u044f2\u0434\u0439\u043d\u043e1\u0439\u043f2\u043b\u04392\u0441\u0431\u04392\u0441\u043d\u04392\u0441\u0448\u04392\u0442\u043c\u04392\u0445\u043c1\u043a\u0430\u0432\u043a2\u0430\u04341\u043a\u0430\u04351\u043a\u0430\u04391\u043a\u0430\u043c1\u043a\u0430\u043d1\u043a\u0430\u04421\u043a\u0430\u04451\u043a\u0430\u044e2\u043a1\u0431\u043a1\u0432\u0438\u043a1\u0432\u04432\u043a1\u0434\u043a\u0434\u043022\u043a\u0435\u04302\u043a1\u04371\u043a\u0438\u0432\u043a\u04381\u043e1\u043a\u0438\u0442\u043a\u043a3\u0441\u043a3\u043b\u044b2\u043a\u043b\u044c1\u043a\u043b\u044e2\u043a1\u043d1\u043a\u043e\u04321\u043a\u043e\u04341\u043a\u043e\u04371\u043a\u043e\u04411\u043a\u043e\u04482\u043a\u0440_\u043a\u04413\u0433\u043a\u04413\u043c\u043a3\u0441\u043e\u043a3\u0441\u04432\u043a1\u0442\u043a\u04422\u04403\u043a\u0443\u04351\u043a\u0443\u04393\u043a\u0443\u043c1\u043a\u0443\u04401\u043a\u0443\u04422\u043a1\u04471\u043b\u0430_1\u043b\u0430\u0435\u043b2\u0430\u043a\u043b\u0430\u044311\u043b\u0430\u044f\u043b1\u0431\u0440\u043b1\u0432\u0435\u043b1\u0432\u0438\u043b1\u0432\u043e\u043b1\u0432\u0443\u043b2\u0433\u043b\u043b\u0433\u043e11\u043b\u0435_1\u043b\u0435\u043d1\u043b\u0435\u0445\u043b1\u0437\u043e2\u043b1\u043a\u043b\u043a2\u04322\u043b1\u043b\u043b2\u043b\u044c\u043b\u043b\u044e12\u043b1\u043d\u043b\u04413\u04311\u043b\u0443_\u043b\u04431\u0432\u043b\u04433\u04331\u043b\u0443\u04351\u043b\u0443\u043d\u043b\u04431\u04411\u043b\u0443\u044e1\u043b\u044b_1\u043b\u044b\u04351\u043b\u044b\u04361\u043b\u044b\u04391\u043b\u044b\u043c4\u043b\u044c_2\u043b\u044c\u04343\u043b\u044c\u04353\u043b\u044c\u04382\u043b\u044c\u043a2\u043b\u044c\u043c2\u043b\u044c\u043d3\u043b\u044c\u043e2\u043b\u044c\u04422\u043b\u044c\u04462\u043b\u044c\u04473\u043b\u044c\u044e3\u043b\u044c\u044f1\u043b\u044e_1\u043b\u044e\u04363\u043b\u044f_2\u043b\u044f\u04343\u043b\u044f\u043c3\u043b\u044f\u04453\u043c\u0430\u0433\u043c\u04302\u0443\u043c\u0430\u044423\u043c\u0430\u04474\u043c1\u0431\u043c3\u0431\u0438\u043c\u04312\u043b2\u043c\u043322\u043c1\u04343\u043c\u043a\u043d2\u043c1\u043b2\u043c1\u043d3\u043c\u043e\u04343\u043c\u043e\u043d3\u043c\u043e\u043f3\u043c\u043e\u0444\u043c\u043f2\u043b2\u043c\u0440\u0438\u043c1\u0440\u044b2\u043c1\u0441\u043c\u04412\u043a\u043c\u04412\u043d2\u043c1\u0442\u043c\u0444\u043832\u043c1\u04452\u043c\u04482\u043c\u044b\u043c1\u043c\u044b2\u04412\u043c\u044c_2\u043c\u044c\u0441\u043c\u044c\u044e1\u043c\u044d1\u0440\u043c\u044f1\u04402\u043d\u0430\u04472\u043d\u0430\u04493\u043d\u0430\u044f2\u043d1\u0432\u043d\u04334\u043b\u043d\u04332\u04402\u043d1\u0434\u043d\u04342\u0436\u043d2\u0434\u043b\u043d2\u0434\u0446\u043d\u0435\u043323\u043d\u0435\u0434\u043d\u04353\u0435\u043d\u0435\u043823\u043d\u0435\u0443\u043d\u0435\u044f23\u043d\u0438\u0439\u043d\u0438\u04433\u043d\u04381\u04453\u043d\u0438\u04463\u043d\u0438\u04492\u043d1\u043a\u043d\u043a2\u0432\u043d\u043a2\u043b\u043d\u043a1\u04412\u043d1\u043d\u043d\u043e\u04312\u043d\u043e\u044d2\u043d3\u043f2\u043d1\u0440\u043e2\u043d1\u0441\u043d2\u0441\u0433\u043d2\u0441\u043b\u043d2\u0441\u043d2\u043d1\u0442\u043d2\u0442\u043c\u043d\u04431\u04453\u043d\u0443\u044e2\u043d\u04442\u043d\u0445\u043e12\u043d1\u0447\u043d2\u0447\u043b\u043d\u04482\u04423\u043d\u044b_2\u043d\u044c_1\u043d\u044c\u04351\u043d\u044c\u04382\u043d\u044c\u043a1\u043d\u044c\u043e2\u043d\u044c\u04412\u043d\u044c\u04422\u043d\u044c\u04471\u043d\u044c\u044e1\u043d\u044c\u044f1\u043d2\u044e\u043e3\u0430\u0432\u043e\u0430\u043f12\u043e\u0431\u04301\u043e\u0431\u043c\u043e\u04311\u04401\u043e\u0431\u044a2\u043e\u0431\u044c\u043e\u04322\u0442\u043e2\u0432\u0445\u043e1\u0434\u044c\u043e\u04351\u0431\u043e\u04352\u0434\u043e\u04351\u043e\u043e\u04352\u0446\u043e1\u0437\u043e\u043e\u0438\u04353\u043e\u04382\u0437\u043e\u04382\u043c\u043e\u04382\u043e\u043e\u0439\u04412\u043e\u043a2\u04321\u043e\u043a\u0442\u043e3\u043b\u0430\u043e1\u043b\u0435\u043e3\u043b\u043e\u043e1\u043b\u0443\u043e1\u043b\u044b\u043e1\u043b\u044e\u043e3\u043b\u044f\u043e3\u043c\u04302\u043e\u043c\u0435\u043e\u043c2\u0447\u043e2\u043c\u044c\u043e3\u043d\u0430\u043e\u043d\u04342\u043e1\u043d\u0440\u043e\u043d\u04412\u043e1\u043e2\u043e2\u043e\u043b\u043e2\u043e\u0444\u043e1\u0440\u0430\u043e1\u0440\u0435\u043e1\u0440\u0438\u043e1\u0440\u043e2\u043e\u0440\u0446\u043e1\u0440\u044b\u043e1\u0440\u044e\u043e1\u0440\u044f\u043e\u04412\u0431\u043e1\u0441\u04422\u043e\u0441\u0445\u043e\u0442\u043221\u043e\u0442\u04331\u043e\u0442\u0434\u043e3\u0442\u0438\u043e2\u0442\u043c1\u043e\u0442\u0445\u043e1\u04432\u043e\u0443\u043f2\u043e3\u0444\u04352\u043e\u0445\u0438\u043e1\u0445\u0440\u043e1\u0445\u0443\u043e2\u0446\u043e\u043e\u04472\u043b\u043e1\u0447\u0442\u043e\u04482\u0442\u043e\u044f2\u0432\u043e\u044f2\u0434\u043e\u044f2\u0437\u043f\u04303\u04442\u043f1\u0434\u043f\u04352\u04374\u043f3\u043a2\u043f\u043b_2\u043f1\u043d\u043f3\u043d\u0430\u043f3\u043d\u044b3\u043f\u043e\u04392\u043f\u043f22\u043f\u0440_\u043f\u0440\u043812\u043f\u0440\u0441\u043f2\u0440\u0443\u043f3\u0441\u043e2\u043f1\u0442\u043f3\u0442\u04433\u043f\u0443\u04312\u043f\u044424\u043f3\u04472\u043f\u044c_2\u043f\u044c\u0442\u043f2\u044e11\u0440\u0430_\u0440\u0430\u043021\u0440\u0430\u044e1\u0440\u0430\u044f2\u04401\u0431\u04401\u0432\u0438\u04401\u0432\u043e\u04401\u0432\u044c\u04402\u0433\u0432\u04402\u0433\u043d\u0440\u04332\u04402\u04401\u0434\u0440\u04342\u0436\u04402\u0434\u043b\u04402\u0434\u04461\u0440\u0435_\u04401\u0437\u043e\u0440\u04383\u0430\u0440\u0438\u04312\u04402\u0438\u043d1\u0440\u0438\u04431\u0440\u0438\u04461\u0440\u0438\u04482\u04401\u043a\u04402\u043a\u0432\u0440\u043a1\u0441\u04402\u043b\u044c\u0440\u043b\u044e1\u04403\u043b\u044f\u04402\u043c\u04472\u04401\u043d1\u0440\u043e_1\u0440\u043e\u04432\u04401\u04404\u04401\u0441\u0440\u04412\u043a\u04402\u0441\u043d\u0440\u04412\u043f2\u04401\u0442\u04402\u0442\u043c1\u0440\u0443_1\u0440\u0443\u043b\u0440\u04442\u043b\u04402\u0445\u0432\u0440\u04451\u043b\u0440\u04451\u0440\u04402\u0446\u04322\u04401\u0447\u04402\u0447\u043b\u04402\u0447\u043c\u0440\u04482\u04421\u0440\u044b_1\u0440\u044b\u04312\u0440\u044b\u04371\u0440\u044b\u043c2\u0440\u044c_1\u0440\u044c\u04351\u0440\u044c\u04382\u0440\u044c\u043a2\u0440\u044c\u04412\u0440\u044c\u04421\u0440\u044c\u044e1\u0440\u044c\u044f\u0440\u044d1\u043b1\u0440\u044e_1\u0440\u044e\u04411\u0440\u044f\u044e1\u0441\u04312\u04412\u0431\u044b2\u0441\u0431\u044e1\u04412\u0432\u04412\u0433\u0438\u04412\u0433\u043d\u04412\u0433\u043e1\u0441\u04342\u04412\u0434\u0430\u04412\u0434\u0435\u04413\u0434\u0438\u04412\u0434\u043e1\u04412\u04351\u04412\u04361\u04412\u04383\u0441\u0438\u0437\u0441\u04381\u04454\u0441\u043a_\u0441\u043a2\u043b2\u0441\u043a\u043d\u0441\u043a2\u0440\u0441\u043a1\u04412\u0441\u043b\u044c2\u0441\u043d\u043e\u04412\u043e\u0432\u0441\u043e1\u0434\u04413\u043f\u043d2\u0441\u043f\u044c2\u0441\u0440_2\u04411\u0441\u04412\u0441\u0431\u0441\u04412\u043b\u04412\u0441\u043d\u0441\u04412\u043f\u0441\u0441\u04422\u0441\u04412\u04472\u0441\u0442_2\u0441\u0442\u0431\u04412\u0442\u04351\u0441\u0442\u04382\u0441\u0442\u043a2\u0441\u0442\u043c2\u0441\u0442\u043d2\u0441\u0442\u043f2\u0441\u0442\u04412\u0441\u0442\u04442\u0441\u0442\u04461\u0441\u0442\u044b\u04414\u0442\u044c\u0441\u04432\u0431\u0441\u04431\u0432\u0441\u04432\u0437\u0441\u04431\u0445\u04411\u044522\u0441\u0446\u04302\u0441\u0446\u043e1\u0441\u0447\u0430\u04411\u0447\u043b2\u0441\u0447\u043e\u04413\u0448\u043d1\u0441\u044a2\u0441\u044b2\u0437\u0441\u044b2\u04412\u0441\u044c_1\u0441\u044c\u04352\u0441\u044c\u043a2\u0441\u044c\u04421\u0441\u044c\u044e1\u0441\u044c\u044f\u0441\u044d1\u0440\u04412\u044d\u04411\u04412\u044e\u0441\u044e1\u04412\u0441\u044f\u04371\u0442\u0430\u0433\u04422\u0430\u043d1\u0442\u0430\u04411\u0442\u0430\u04492\u0442\u0432_2\u0442\u0432\u04382\u0442\u0432\u04432\u0442\u0432\u044b2\u0442\u0432\u044f2\u04421\u04341\u04422\u0435\u0442\u04351\u04342\u04421\u0437\u0442\u0438\u04382\u0442\u0438\u043a23\u0442\u043a\u043d2\u04421\u043b\u04422\u043b\u044c\u04423\u043c\u04492\u04421\u043d\u0442\u043e1\u04341\u0442\u043e\u04492\u0442\u043f22\u0442\u0440\u04312\u0442\u0440\u04322\u0442\u0440\u04332\u0442\u0440\u04342\u0442\u0440\u043c2\u0442\u0440\u043d2\u0442\u0440\u043f2\u0442\u0440\u04402\u0442\u0440\u04442\u0442\u0440\u04492\u0442\u0440\u044a\u04421\u0440\u044b\u04422\u0441\u04312\u04421\u0442\u04422\u0442\u043c1\u0442\u0443\u04492\u04421\u04452\u04421\u04472\u0442\u044824\u0442\u044c_3\u0442\u044c\u04353\u0442\u044c\u0438\u0442\u044c2\u043c4\u0442\u044c\u0442\u0442\u044c\u044e1\u0442\u044e1\u04421\u0442\u044f\u04331\u0442\u044f\u04361\u0442\u044f\u043f\u04432\u0430\u0441\u0443\u04311\u0440\u04431\u0432\u0438\u0443\u04322\u043b\u04431\u0432\u043e\u04431\u0432\u0443\u04432\u0433\u0432\u04432\u0433\u043b\u04432\u0433\u043d\u0443\u04342\u0432\u04433\u0434\u0443\u0443\u04352\u0434\u0443\u04352\u043b\u0443\u04351\u0441\u0443\u04352\u0445\u04432\u0436\u0436\u04431\u0437\u043e\u04431\u043a\u0430\u0443\u043a1\u0432\u04431\u043a\u0438\u04431\u043a\u043e\u04431\u043b\u0430\u04431\u043b\u0435\u04431\u043b\u0443\u04431\u043b\u044e\u04432\u043c\u0447\u04433\u043d\u0430\u04431\u043d\u044c\u0443\u043e2\u0431\u0443\u043e2\u0432\u0443\u043e2\u043a\u0443\u043e2\u043f\u0443\u043e2\u0441\u0443\u043e2\u0444\u04432\u043f\u043b\u04431\u0440\u0430\u04431\u0440\u0435\u04431\u0440\u0438\u04431\u0440\u043e\u04433\u0440\u0443\u04431\u0440\u044b\u04431\u0440\u044e\u04431\u0440\u044f\u04431\u0441\u0433\u0443\u04412\u043b\u04431\u0441\u043c\u04432\u0441\u043d\u0443\u04412\u043f\u0443\u04413\u0441\u04431\u0441\u04442\u0443\u0441\u0446\u04432\u0441\u0447\u04432\u0441\u044c\u04431\u0442\u0430\u04431\u0442\u0438\u04431\u0442\u043e\u04431\u0442\u0443\u04431\u0442\u044b1\u0443\u0442\u044e\u04431\u0442\u044f\u0443\u0443\u04332\u0443\u04432\u0441\u04433\u0444\u0438\u0443\u04441\u043b\u04432\u0444\u0440\u04432\u0445\u0432\u0443\u04451\u043b\u0443\u04451\u04401\u0443\u0447\u0440\u04431\u0447\u044c\u04433\u0448\u0435\u04433\u0448\u0438\u04432\u0448\u043b\u04432\u0448\u043f\u0443\u044f2\u0437\u0444\u04302\u04453\u0444\u0430\u0448\u0444\u0430\u044d12\u04441\u04312\u04441\u04322\u04441\u0434\u0444\u04382\u0436\u0444\u04381\u043e3\u0444\u0438\u04422\u04441\u043a\u04442\u043b\u0430\u04442\u043b\u0438\u04442\u043b\u043e2\u04441\u043d3\u0444\u043e\u043d3\u0444\u043e\u0442\u04441\u0440\u0438\u04441\u0440\u043e\u04441\u0440\u04432\u04443\u04412\u04441\u0442\u04442\u0442\u043c2\u0444\u0443\u04442\u04441\u04472\u0444\u044822\u0444\u044c_\u04442\u044e1\u0445\u04302\u0434\u0445\u0430\u043e32\u04451\u04311\u04452\u0432\u04453\u0432\u044b\u04453\u04342\u0445\u0435\u043e3\u04451\u04372\u0445\u0438\u04352\u04451\u043a2\u04451\u043b\u04432\u04451\u043d\u0445\u043e\u043f2\u0445\u043e\u04442\u0445\u043e\u044f2\u04451\u0440\u044b\u04451\u0440\u044f2\u04451\u04421\u0445\u0443_2\u0445\u0443\u04352\u0445\u0443\u04391\u0445\u0443\u043d1\u0445\u0443\u04411\u0445\u0443\u04482\u0445\u0443\u044e\u04451\u04452\u0445\u044c\u044e13\u0446\u0430_3\u0446\u0430\u043c3\u0446\u0430\u04452\u04461\u0431\u04462\u0432\u04352\u0446\u0432\u044b2\u04461\u0434\u0446\u04351\u0437\u0446\u04351\u043a\u0446\u04351\u04422\u04461\u0437\u0446\u0438\u043f2\u0446\u0438\u044332\u04461\u043b2\u04461\u043d2\u0446\u043f22\u04461\u04402\u04461\u04412\u04461\u0442\u0446\u044b2\u043f2\u04471\u04312\u04471\u0434\u0447\u04351\u043e\u0447\u0436\u043e23\u0447\u0438\u043a3\u0447\u0438\u04462\u04471\u043a\u04472\u043b\u04352\u0447\u043b\u04382\u0447\u043c\u04302\u0447\u043c\u0435\u04472\u043c\u043e2\u04471\u043d2\u04471\u0441\u04472\u0442\u04352\u0447\u0442\u043c3\u0447\u0443\u043a2\u04471\u04472\u0447\u044c_1\u0447\u044c\u04351\u0447\u044c\u04382\u0447\u044c\u04412\u0447\u044c\u04421\u0447\u044c\u044e1\u0447\u044c\u044f2\u04481\u0431\u0448\u04351\u043a\u04481\u043b\u044b\u04482\u043b\u044e2\u04481\u043d4\u0448\u043d\u0438\u04482\u043f2\u04483\u043f\u04402\u04481\u04402\u04481\u0441\u04481\u0442\u04382\u0448\u0442\u04412\u04481\u04474\u0448\u044c_3\u0448\u044c\u04353\u0448\u044c\u04383\u0448\u044c\u044e3\u0448\u044c\u044f\u04482\u044e1\u0449\u0435\u04382\u0449\u04351\u0441\u0449\u04351\u0445\u0449\u0435\u044822\u04491\u043d2\u04491\u04402\u0449\u044c_\u044a\u04352\u0433\u044a\u04352\u0434\u044a\u04352\u043b\u044a\u04352\u0441\u044a\u044f3\u043d\u044b2\u0431\u043b\u044b3\u0433\u0430\u044b3\u0433\u0438\u044b\u04332\u043b\u044b2\u0433\u043d\u044b2\u0434\u043b\u044b\u04372\u0434\u044b2\u0437\u043b\u044b2\u0437\u043d\u044b\u0438\u04331\u044b\u043a2\u043b\u044b\u043a1\u0441\u044b2\u043b\u044c\u044b2\u043c\u0447\u044b3\u043f\u043e\u044b\u04402\u0432\u044b3\u0441\u0430\u044b3\u0441\u0435\u044b2\u0441\u043d\u044b3\u0441\u043e\u044b\u04412\u043f\u044b2\u0441\u0445\u044b\u04412\u0447\u044b2\u0441\u0448\u044b\u04422\u0440\u044b3\u0448\u044c\u044c2\u0432\u044f\u044c2\u0434\u0446\u044c\u04351\u043a\u044c2\u0437\u043d\u044c2\u04381\u044c2\u043a\u043b\u044c\u043c\u043e1\u044c\u04412\u043a\u044c2\u0441\u043d\u044c2\u0442\u043c\u044c\u0445\u043e2\u044c2\u0449\u0430\u044c2\u0449\u0435\u044c2\u0449\u0443\u044c\u044f1\u0432\u044d\u04321\u0440\u044d\u04341\u0440\u044d\u043a1\u043b\u044d\u043a\u04411\u044d3\u043c\u0430\u044d3\u043d\u044c\u044d\u043e2\u0437\u044d1\u0440\u0435\u044d1\u0440\u0438\u044d1\u0440\u0443\u044d1\u0440\u044b\u044d\u0441\u043a2\u044d\u04413\u043c\u044d2\u0441\u043e\u044d2\u0442\u0435\u044d\u0445\u043e3\u044e2\u0431\u0432\u044e2\u0431\u043b\u044e1\u0434\u044c\u044e\u04372\u0433\u044e1\u0437\u043e\u044e1\u043b\u0430\u044e1\u043b\u0435\u044e2\u043b\u0438\u044e1\u043b\u044e\u044e2\u043c\u0447\u044e2\u043d\u044c\u044e1\u043e1\u044e1\u0440\u0430\u044e1\u0440\u0435\u044e1\u0440\u0438\u044e1\u0440\u043e\u044e1\u0440\u0443\u044e1\u0440\u044b\u044e1\u0442\u0438\u044e1\u0442\u043e\u044e1\u0442\u0443\u044e1\u0442\u044b\u044e2\u0449\u044c\u044f2\u0431\u0440\u044f1\u0432\u043e\u044f1\u0432\u0443\u044f2\u0433\u043d\u044f\u04341\u0432\u044f\u04341\u0440\u044f1\u0437\u043e\u044f\u043a1\u0441\u044f2\u043b\u044c\u044f2\u043c\u044c\u044f3\u043d\u0430\u044f\u043d\u04412\u044f1\u0440\u0430\u044f1\u0440\u0438\u044f1\u0440\u043e\u044f1\u0440\u044c\u044f\u04411\u043a\u044f\u04411\u043b\u044f\u04412\u0442\u044f1\u0442\u0430\u044f\u04423\u0432\u044f3\u0442\u0438\u044f1\u0442\u043e\u044f1\u0442\u0443\u044f1\u0442\u044b\u044f1\u0442\u044f\u044f\u04451\u043b\u044f1\u0445\u0443\u044f\u0446\u04351\u044f2\u0448\u043b2\u044f\u044e_2\u044f1\u044f6\u0437\u044c_\u04392\u043a\u044c6\u0442\u0440_\u04301\u0432\u0451\u04301\u043b\u0451\u04301\u0440\u04511\u0432\u0435\u04511\u0432\u0451\u04371\u0432\u0451\u04411\u0432\u043c\u04511\u0432\u044c\u0451\u04331\u043b\u0451\u04341\u0432\u0451\u04341\u0440\u04511\u0434\u044c\u0451\u04351\u0432\u04512\u0435\u0436\u0451\u04353\u0437\u0451\u04351\u043b\u04512\u0435\u043f\u0451\u04351\u0440\u0451\u04511\u0432\u0435\u04511\u0432\u043e\u04511\u0432\u04432\u0451\u0436\u0435\u04513\u0437\u0435\u04511\u043a\u0430\u04511\u043a\u0438\u04511\u043a\u0443\u04511\u043b\u0430\u04511\u043b\u0435\u04511\u043b\u0443\u04511\u043b\u044b\u04512\u043c\u0447\u04513\u043d\u0430\u0451\u043d\u044122\u0451\u043f\u0435\u04512\u043f\u043b\u04514\u043f\u043d2\u0451\u043f\u043e\u04514\u043f\u0442\u04511\u0440\u0430\u04511\u0440\u0435\u04511\u0440\u0438\u04511\u0440\u043e\u04511\u0440\u0443\u04511\u0440\u044b\u04511\u0441\u043a2\u0451\u0441\u043b\u04513\u0441\u043e\u04511\u0441\u0442\u04511\u0442\u0430\u04511\u0442\u0438\u04511\u0442\u043e\u0451\u04421\u0440\u04511\u0442\u0443\u04511\u0442\u044b\u04511\u0442\u044e\u04511\u0442\u044f3\u0436\u0451\u0432\u04362\u0436\u0451\u04371\u0432\u04512\u0437\u043d\u04513\u0437\u0443\u04511\u043a\u0430\u04513\u043a\u0443\u04511\u043b\u0451\u043d1\u043b\u0451\u04451\u043b\u0443\u04513\u043b\u044c\u0451\u043d\u04353\u04511\u043d\u044c\u0451\u043e1\u043b\u04512\u043e\u043c\u0451\u043e1\u0440\u0451\u043e3\u0444\u04511\u0440\u044c\u0451\u04412\u0434\u04511\u04412\u0451\u04412\u0442\u04511\u0441\u044c\u04511\u04422\u04513\u0442\u044c\u0451_\u0443\u04512\u04431\u043b\u0451\u04431\u0440\u0451\u04433\u0448\u0451\u04462\u0432\u0451\u04472\u0442\u04511\u0447\u044c\u04513\u0448\u044c\u0451\u044b3\u0441\u0451\u044c2\u0449\u0451_\u043d\u043588\u043d\u0435_8\u0431\u044a_8\u0432\u044a_8\u0433\u044a_8\u0434\u044a_8\u0436\u044a_8\u0437\u044a_8\u043a\u044a_8\u043b\u044a_8\u043c\u044a_8\u043d\u044a_8\u043f\u044a_8\u0440\u044a_8\u0441\u044a_8\u0442\u044a_8\u0444\u044a_8\u0445\u044a_8\u0446\u044a_8\u0447\u044a_8\u0448\u044a_8\u0449\u044a_",
  140.         5 : "_\u0430\u04311\u0440_\u0430\u0434\u04382_\u0430\u043a1\u0440_\u0431\u04382\u043e_\u0433\u043e2\u0444_\u0434\u0435\u043a2_\u0434\u04381\u043e_\u0434\u043e3\u043f_\u0435\u043f\u04383_\u0437\u04303\u043f_\u0438\u04331\u0440_\u0438\u0437\u04332_\u0438\u04373\u043d_\u0438\u043a1\u0440_\u043b\u04352\u043e_\u043d\u04301\u0432_\u043d\u04303\u0442_\u043d\u04353\u0442_\u043e\u0432\u043e1_\u043e\u04333\u043d_\u043e\u04412\u043f_\u043e\u04421\u0432_\u0440\u04382\u0447_\u0440\u043e2\u0445_\u0441\u04432\u0436_\u0442\u0438\u04303_\u0442\u04382\u0433_\u0442\u04382\u043e_\u0443\u043c2\u0447_\u0443\u04402\u0432_\u0443\u04422\u0440\u04303\u0431\u043b\u0430\u0430\u04312\u043b\u044e\u0430\u04311\u0440\u0438\u0430\u04323\u0437\u043e\u0430\u0432\u04382\u0430\u0430\u0432\u043e1\u0441\u04302\u0432\u043e\u0442\u0430\u04321\u0440\u0430\u0430\u04322\u0441\u0435\u04302\u0433\u043b\u0435\u0430\u04332\u043b\u0438\u04302\u0434\u0432\u0435\u0430\u04342\u0436\u0438\u0430\u04341\u0440\u043e\u0430\u0434\u04433\u0447\u04302\u0434\u044b\u043d\u0430\u04352\u0433\u043e\u0430\u04352\u0434\u0438\u0430\u04352\u0440\u0435\u0430\u04371\u0432\u043b\u0430\u04371\u0434\u0440\u0430\u04371\u043e\u0431\u0430\u04382\u04331\u0430\u04383\u0433\u043b\u0430\u043a\u043e3\u04422\u0430\u043a\u0440\u0438\u04303\u043b\u0430\u04332\u0430\u043b\u0435\u043a\u0430\u043b\u043e1\u0437\u0430\u043b\u04432\u0448\u04302\u043b\u044c\u04492\u0430\u043c\u0435\u0442\u0430\u043c\u043e\u04382\u04302\u043d\u0430\u0444\u0430\u043d2\u0441\u043f\u0430\u043d\u04411\u0443\u0430\u043e\u0441\u04421\u04303\u043f\u043b\u0430\u0430\u043f2\u0440\u04301\u0430\u0440\u0433\u0443\u0430\u04402\u0436\u04302\u0430\u04411\u043a\u0430\u04413\u043c\u0438\u0430\u04413\u043d\u043e\u04301\u0441\u044c\u04381\u0430\u0442\u0430\u043a\u0430\u04423\u0432\u0430\u0430\u04421\u0432\u0438\u0430\u04421\u0432\u04432\u0430\u0442\u0435\u0437\u0430\u0442\u043e2\u0448\u0430\u04421\u0440\u0438\u04301\u0442\u044c\u0435\u04303\u0442\u044c\u044e\u04303\u0442\u044c\u044f\u0430\u04433\u0434\u043e\u04302\u0443\u043b\u0435\u0430\u0443\u04421\u0440\u0430\u04433\u0447\u044c\u04302\u04441\u043b\u0430\u0445\u043c\u04382\u0430\u044d2\u043b\u0438\u0430\u044e1\u0442\u0430\u0431\u04302\u0431\u0432\u0431\u04302\u0434\u0440\u0431\u04303\u0437\u0443\u0431\u0430\u043b\u044e1\u0431\u0430\u04413\u043c\u0431\u04301\u0441\u0442\u0431\u04301\u0442\u0440\u0431\u04352\u0433\u043b\u0431\u04352\u0433\u043d3\u0431\u04352\u0437\u0431\u04353\u0437\u0438\u0431\u0435\u04373\u043d\u0431\u0435\u04371\u0440\u0431\u0435\u04413\u043f\u0431\u04382\u043e\u0431\u0431\u04382\u043e\u0434\u0431\u04382\u043e\u043d\u0431\u04382\u043e\u0440\u0431\u04382\u0442\u04321\u0431\u043b\u0430\u0433\u04312\u043b\u0430\u043d\u04313\u043b\u0435\u043d\u04312\u043b\u0443\u04342\u04312\u043b\u044c\u04312\u043b\u044e\u0434\u04312\u043b\u044e\u0435\u04312\u043b\u044e\u043b\u0431\u043e3\u0432\u0448\u0431\u043e2\u0433\u0434\u0431\u043e1\u04372\u0431\u043e2\u043c\u0447\u0431\u043e3\u043c\u0448\u0431\u043e\u043d\u04431\u0431\u043e1\u0440\u0443\u0431\u043e2\u0441\u0430\u0431\u043e1\u0441\u043a\u0431\u043e2\u0442\u0432\u0431\u043e\u04422\u0440\u0431\u043e\u044f2\u0440\u04313\u0440\u0430\u0431\u04312\u0440\u0430\u0432\u04312\u0440\u0430\u043d1\u0431\u0440\u0430\u0441\u04311\u0440\u0430\u0445\u04311\u0440\u0435\u0439\u04311\u0440\u0435\u043a\u04312\u0440\u0435\u043c\u04312\u0440\u0435\u0445\u04312\u0440\u0438\u0434\u04311\u0440\u043e\u043b1\u04312\u0440\u044e2\u04311\u04412\u0431\u0443\u043a1\u043b\u0431\u044b2\u04331\u0431\u044b\u04411\u043a\u0431\u044b\u0441\u04421\u0431\u044e1\u0442\u0430\u0432\u04302\u0431\u0440\u0432\u0430\u0434\u044c2\u0432\u0430\u043d\u04412\u0432\u04301\u0441\u0442\u0432\u04301\u0442\u0440\u04322\u0434\u043e\u0445\u0432\u0435\u04341\u0440\u0432\u04353\u0434\u04433\u0432\u0435\u0437\u04353\u0432\u0435\u0437\u043b\u0432\u0435\u04372\u04431\u0432\u0435\u0439_\u0432\u04352\u043f12\u0432\u0435\u0440\u0434\u0432\u0435\u04423\u04401\u04322\u04372\u0432\u0437\u043e1\u0431\u0432\u04382\u0430\u0437\u0432\u04382\u0430\u043a\u0432\u04382\u0430\u0440\u0432\u0438\u04301\u0442\u0432\u04383\u0430\u0444\u0432\u04382\u0433\u0432\u0432\u04382\u0433\u043b1\u0432\u0438\u043d\u04421\u0432\u0438\u043d\u0447\u04322\u043b\u0435\u0432\u04322\u043b\u0435\u043a\u04322\u043b\u0435\u0442\u04322\u043b\u0435\u0447\u04322\u043b\u0438\u044f\u04322\u043b\u044e\u04314\u04323\u043d\u0430\u04322\u043d\u0435\u0441\u04323\u043d\u0443_\u0432\u043e1\u04312\u0432\u043e3\u0432\u043a\u0432\u043e1\u0434\u0432\u0432\u043e1\u0434\u0440\u0432\u043e2\u0435\u0440\u0432\u043e2\u0436\u0436\u0432\u043e3\u043c2\u0432\u043e1\u0440\u04432\u0432\u043e\u0440\u04462\u0432\u043e\u0440\u044c\u0432\u043e\u04411\u043a\u0432\u043e1\u0441\u043c\u0432\u043e1\u0441\u043d\u0432\u043e\u04422\u0440\u0432\u043e1\u0445\u043b2\u0432\u0440\u0430_\u04322\u0440\u0430\u0432\u04321\u0440\u0430\u04412\u0432\u0440\u0430\u04462\u0432\u0440\u0435_1\u0432\u0440\u0438\u0434\u04321\u0440\u0438\u0438\u04321\u0440\u0438\u043a\u04321\u0440\u0438\u043b\u04321\u0440\u0438\u0441\u04321\u0440\u0438\u04422\u04321\u0440\u043e2\u04321\u0440\u044b2\u04321\u044123\u0432\u0441\u043533\u04322\u0441\u043f3\u04322\u0441\u044e\u0432\u0442\u043e3\u04481\u0432\u04431\u04372\u0432\u04431\u043a\u0432\u04431\u04412\u0432\u0443\u04453\u0432\u0432\u04431\u0447\u043b\u0432\u044b3\u04332\u0432\u044b3\u0437\u043d\u0432\u044b3\u044221\u0432\u044c\u0438\u043d1\u04322\u044d1\u04333\u0434\u0430\u043d2\u04333\u0434\u0438\u0433\u04352\u04311\u0433\u0435\u043d\u043e1\u0433\u04352\u043e\u0431\u0433\u04352\u043e\u0434\u0433\u04351\u043e\u0440\u0433\u04382\u0431\u043b\u0433\u04383\u0431\u0440\u0433\u04382\u0433\u0440\u0433\u04381\u0441\u043b\u0433\u0438\u0441\u044222\u0433\u043b\u0430_\u04332\u043b\u0430\u0432\u04331\u043b\u0430\u04392\u0433\u043b\u0430\u044f\u04332\u043b\u0435\u04422\u0433\u043b\u0438_\u04332\u043b\u0438\u043d2\u0433\u043b\u043e_2\u0433\u043b\u043e\u04322\u0433\u043b\u043e\u04332\u0433\u043b\u043e\u04352\u0433\u043b\u043e\u04392\u0433\u043b\u043e\u044e2\u0433\u043b\u0443\u044e2\u04331\u043b\u044b\u04332\u043b\u044f\u04362\u0433\u043b\u044f\u043a\u04332\u043d\u0430\u0432\u04332\u043d\u0430\u043d\u04333\u043d\u0435_\u04332\u043d\u0435\u0432\u04333\u043d\u0435\u043d\u04333\u043d\u0435\u043f\u04333\u043d\u0435\u0441\u04332\u043d\u0438\u0440\u04332\u043d\u043e\u0435\u04332\u043d\u043e\u0438\u04332\u043d\u043e\u0441\u0433\u043e1\u04312\u0433\u043e2\u0432\u043b\u0433\u043e2\u0437\u043b\u0433\u043e\u04372\u043d\u0433\u043e\u0438\u04332\u0433\u043e\u043c\u04382\u0433\u043e2\u0441\u0434\u0433\u043e1\u0441\u043d2\u0433\u043e\u0442\u0434\u0433\u043e\u04433\u0442\u0433\u043e1\u0447\u043b\u04331\u0440\u0430\u0435\u04331\u0440\u0430\u0439\u04331\u0440\u0430\u0440\u04331\u0440\u0435\u0433\u04331\u0440\u0435\u043a\u04331\u0440\u0435\u0446\u04331\u0440\u0438\u043a\u04331\u0440\u0438\u043b\u04331\u0440\u0438\u043d\u04331\u0440\u0438\u0441\u04331\u0440\u0438\u0447\u04331\u0440\u043e\u0432\u04332\u0440\u043e\u0437\u04331\u0440\u043e\u043a\u04331\u0440\u043e\u043d\u04331\u0440\u043e\u043f\u04331\u0440\u043e\u0442\u04331\u0440\u043e\u0444\u0433\u0440\u04432\u043f\u04331\u0440\u044b\u0432\u04331\u0440\u044f\u0435\u04331\u0440\u044f\u043b\u04331\u0440\u044f\u04422\u04333\u04412\u0434\u04302\u04311\u0434\u04302\u0433\u0440\u0434\u0430\u04421\u04402\u0434\u0432\u0438\u04372\u0434\u0432\u043e\u0434\u04341\u0432\u043e\u04372\u04341\u043423\u0434\u0435\u0432\u0440\u0434\u04352\u0437\u0438\u0434\u04352\u0437\u0443\u0434\u0435\u0438\u043e2\u0434\u04351\u043a\u043b3\u0434\u0435\u043c\u0435\u0434\u04352\u043e\u0434\u0434\u0435\u043e3\u043f\u0434\u04353\u043f\u043b\u0434\u0435\u04412\u043a\u0434\u04352\u0441\u0440\u0434\u04351\u0445\u043b\u04342\u0436\u0430\u043c\u04342\u04363\u043c2\u04341\u04372\u0434\u04382\u0430\u0434\u0434\u0438\u04302\u0437\u0434\u04382\u0430\u0440\u0434\u04382\u0430\u0441\u0434\u04382\u043e\u0431\u0434\u04382\u043e\u0440\u0434\u0438\u043e1\u0441\u0434\u04382\u043f\u0438\u0434\u04383\u043f\u0442\u0434\u04383\u0444\u0440\u04342\u043b\u0435\u04322\u04343\u043c2\u0434\u043d\u0435\u04302\u0434\u043d\u043e\u044124\u04343\u043d\u044b\u0434\u043e2\u0431\u043b\u0434\u043e\u04322\u043b\u0434\u043e1\u04342\u0434\u043e3\u0434\u043d\u0434\u043e\u04372\u043d\u0434\u043e\u04382\u04402\u0434\u043e\u043a\u0442\u0434\u043e3\u043f\u043b\u0434\u043e\u04412\u043f2\u0434\u043e\u0442\u04342\u0434\u043e\u0442\u043b2\u0434\u043e\u0442\u044a\u0434\u043e3\u0442\u044c3\u0434\u043e\u0445\u043b\u0434\u043e2\u0449\u0443\u04341\u0440\u0430\u0431\u04341\u0440\u0430\u0440\u04341\u0440\u0430\u0445\u04341\u0440\u0430\u0447\u04342\u0440\u0430\u044e\u04342\u0440\u0435\u04312\u0434\u0440\u0435\u0437\u04342\u0440\u0435\u043b\u04342\u0440\u0435\u043c\u04342\u0440\u0438\u04392\u0434\u0440\u0438\u043d\u04342\u0440\u0438\u043f\u04342\u0440\u0438\u0445\u04341\u0440\u043e\u0434\u04341\u0440\u043e\u0435\u04341\u0440\u043e\u0439\u04341\u0440\u043e\u043b\u04341\u0440\u043e\u043d\u04341\u0440\u043e\u0441\u04341\u0440\u043e\u0442\u04341\u0440\u043e\u044e\u04341\u0440\u0443\u04311\u0434\u0440\u0443\u04331\u0434\u0440\u0443\u0436\u04341\u0440\u0443\u043c\u04341\u0440\u0443\u044e2\u0434\u0440\u044b\u0432\u04342\u0440\u044f\u0431\u04342\u0440\u044f\u04452\u04341\u04412\u0434\u04413\u043a\u043d\u0434\u0443\u04313\u04402\u04341\u0443\u0434\u0434\u04432\u0434\u0430\u0434\u0443\u043f1\u043b\u0434\u0443\u04411\u043a\u04341\u0443\u0441\u043b\u0434\u04431\u0441\u0442\u0434\u04432\u0447\u0438\u0434\u0443\u044d1\u04422\u04343\u0446\u04352\u04343\u04482\u0434\u044a\u04352\u043c2\u0434\u044b\u043c\u0435\u0434\u044c3\u044f\u0440\u0435\u0430\u0434\u04383\u0435\u04303\u0434\u043e\u0435\u0430\u04421\u0440\u0435\u0431\u04302\u0441\u04351\u0431\u0440\u0430\u0435\u04311\u0440\u0438\u04351\u0431\u0440\u043e\u0435\u04311\u0440\u044b2\u0435\u0432\u0435\u04402\u0435\u0432\u043e\u043b\u0435\u04321\u0440\u0438\u0435\u04322\u0445\u043e\u04352\u0433\u043b\u0435\u04352\u0433\u043b\u0438\u04352\u0433\u043b\u043e\u0435\u04332\u043d\u0430\u0435\u04332\u043d\u043e2\u0435\u04332\u0440\u0435\u04341\u0432\u043e\u04351\u0434\u0436\u0435\u04352\u0434\u043e\u0445\u04351\u0434\u0440\u0443\u04352\u0434\u0443\u0433\u04352\u0434\u0443\u0441\u04352\u0434\u044b\u043d\u0435\u04352\u0433\u0438\u0435\u04351\u04412\u0435\u04352\u0441\u0442\u0435\u04363\u0434\u0438\u04352\u04361\u0440\u0435\u0437\u0430\u04433\u0435\u0437\u04341\u0440\u0435\u0437\u0437\u04433\u04353\u0437\u0438\u0442\u0435\u04371\u043e\u0431\u04351\u0437\u043e\u043c\u0435\u04371\u043e\u043f\u0435\u04371\u043e\u0442\u0435\u04371\u043e\u0448\u0435\u04372\u0440\u044f\u0435\u04371\u0443\u043f\u0435\u04371\u0443\u0441\u0435\u04382\u04331\u0435\u0438\u04411\u043b\u0435\u043a\u04302\u04312\u04351\u043a\u043e2\u04351\u043a\u0440\u0435\u043a2\u0440\u043e\u0435\u043a1\u0441\u043a\u0435\u043c\u04383\u043a\u0435\u043c\u043e1\u04412\u0435\u043c\u0443\u04362\u0435\u043c\u044b\u04412\u04351\u043d\u0440\u0435\u043d3\u04482\u04351\u043e2\u0431\u0435\u043e3\u0434\u0430\u0435\u043e2\u0434\u0435\u0435\u043e2\u0434\u043e\u04351\u043e2\u0436\u0435\u043e3\u043a\u043b\u04351\u043e\u043b_\u04351\u043e\u043b\u0430\u0435\u043e3\u043b\u0438\u04351\u043e\u043b\u043a\u04351\u043e\u043b\u044b\u04351\u043e\u043b\u044c\u04351\u043e\u043d_\u04352\u043e\u043d\u0430\u04352\u043e\u043d\u0438\u0435\u043e3\u043d\u043e\u04351\u043e\u043d\u0441\u04351\u043e\u043f\u0435\u0435\u043e2\u043f\u0440\u0435\u043e4\u043f\u0443\u0435\u043e1\u0441\u043a\u04351\u043e\u0441\u043c\u04351\u043e\u0441\u043d\u0435\u043e3\u0441\u0445\u04351\u043e\u0442\u043b\u04351\u043e2\u0447\u04351\u043e2\u0449\u0435\u043f\u0430\u04422\u04353\u043f\u043b\u0430\u0435\u043f1\u043b\u0443\u04353\u043f\u043b\u044b\u04354\u043f3\u0441\u0435\u04401\u0432\u0435\u04353\u0440\u0435_\u0435\u0440\u04353\u043f\u0435\u0440\u043e2\u04312\u0435\u0440\u043e\u043b\u0435\u04403\u0441\u043a\u04353\u04412\u0430\u0435\u04412\u0431\u0430\u04352\u0441\u043a\u0435\u04351\u0441\u043b\u0443\u04351\u0441\u043b\u044b\u04351\u04414\u043c\u04352\u0441\u043f\u0443\u04352\u0441\u0442\u043b\u04353\u0441\u0442\u0443\u0435\u04421\u0432\u0435\u0435\u04421\u0432\u0438\u04351\u0442\u0432\u043e2\u0435\u0442\u0435\u0447\u0435\u0442\u043e1\u0441\u0435\u04422\u0440\u044f\u04351\u0442\u044c\u0435\u04353\u0442\u044c\u044e\u04353\u0442\u044c\u044f\u0435\u0443\u04313\u0440\u0435\u04441\u0440\u0435\u0435\u0445\u04302\u0442\u0435\u04451\u043e\u0431\u0435\u04451\u0440\u0435\u0435\u04451\u0440\u0443\u0436\u04302\u0431\u043b\u0436\u04302\u0431\u0440\u0436\u0430\u04421\u04322\u04361\u043123\u04362\u0433\u043b\u04362\u0434\u0430\u043a\u04362\u0434\u0430\u0447\u04362\u0434\u0435\u043f4\u04362\u0434\u043b3\u04362\u0434\u044f\u0436\u04353\u04342\u0436\u04351\u043a\u043b\u0436\u04351\u043e2\u0436\u04353\u043f2\u0436\u04351\u04412\u0436\u04353\u0441\u043a2\u0436\u0436\u0435\u04322\u04361\u043722\u0436\u0438\u0440\u04402\u04363\u043c\u043e2\u04361\u043e\u0431\u0436\u043e\u04431\u0441\u04371\u0430\u0432\u0443\u04371\u0430\u0434\u0440\u0437\u0430\u04352\u0434\u0437\u0430\u04352\u0445\u0437\u04303\u04372\u04371\u0430\u043a\u04423\u04372\u0430\u043d\u0437\u04303\u043d\u0430\u0437\u0430\u043d\u04412\u0437\u0430\u04402\u0432\u0437\u0430\u04402\u0436\u0437\u0430\u0441\u04422\u0437\u04303\u0442\u043a\u0437\u0430\u04472\u0442\u0437\u04303\u04482\u04372\u0432\u0430\u0432\u04372\u0432\u0430\u043d2\u0437\u0432\u0430\u044f\u04372\u0432\u0435\u0437\u04373\u04322\u043a\u04371\u0432\u043b\u04302\u0437\u0432\u043e\u043b\u04372\u0433\u043b\u0438\u0437\u04332\u043d\u0430\u04372\u0433\u043d\u0443\u04371\u04342\u0432\u04372\u0434\u0435\u0448\u0437\u0434\u043e\u04363\u0437\u04352\u04311\u0437\u04352\u0435\u0432\u0437\u04352\u043e\u04343\u0437\u0438\u0439_\u04371\u0438\u043d\u0442\u0437\u04382\u043e\u0437\u0437\u04381\u043e\u043f\u0437\u0438\u04433\u043c\u04372\u043b\u0430\u0449\u04372\u043b\u043e\u0431\u04372\u043b\u043e\u043f\u04372\u043b\u043e\u0440\u04372\u043b\u044e\u04492\u0437\u043d\u0430_\u04372\u043d\u0430\u0432\u04372\u043d\u0430\u0435\u04372\u043d\u0430\u0439\u04372\u043d\u0430\u043a\u04372\u043d\u0430\u043d\u04372\u043d\u0430\u0442\u04372\u043d\u0430\u044e2\u0437\u043d\u0430\u044f2\u04373\u043d\u04382\u04373\u043d\u044b\u04372\u043e\u0431\u0435\u0437\u043e2\u0431\u0438\u0437\u043e2\u0433\u043b\u0437\u043e1\u0434\u0440\u0437\u043e1\u043721\u0437\u043e\u0439_1\u0437\u043e\u043a_\u04371\u043e\u043a\u04411\u0437\u043e\u043b2\u0437\u043e1\u043b\u0433\u0437\u043e1\u043b\u0436\u0437\u043e3\u043c21\u0437\u043e\u043c_2\u0437\u043e\u043c\u043d2\u0437\u043e\u043d\u0440\u0437\u043e2\u043e\u0441\u0437\u043e2\u043f\u0430\u04372\u043e\u043f\u043b\u04372\u043e\u043f\u0440\u04371\u043e\u0440\u0433\u04371\u043e\u0441\u043d\u0437\u043e1\u0441\u043f\u0437\u043e2\u0442\u0432\u04372\u043e\u0442\u0435\u04371\u043e\u0442\u043a\u04372\u043e\u0442\u043e\u0437\u043e2\u0448\u0438\u04372\u0440\u0430\u043a\u0437\u0440\u04302\u0441\u04372\u0440\u0430\u0447\u04372\u0440\u0435\u043d\u04371\u0440\u0435\u0441\u04372\u0440\u0438\u04482\u0437\u0443\u0432\u04352\u0437\u04432\u04332\u0437\u04431\u043a3\u0437\u0443\u043c\u0435\u0437\u04432\u043f\u0440\u04371\u0443\u0440\u0431\u0437\u044a\u04352\u043c2\u0437\u044b\u043c\u04352\u0437\u044b\u043c\u0447\u04382\u0430\u0433\u0440\u04382\u0430\u0434\u0435\u04382\u0430\u0434\u0438\u0438\u04302\u043c\u0443\u04383\u0430\u043d\u0430\u0438\u0430\u043d\u04342\u04383\u0430\u0442\u0443\u04382\u04301\u0445\u0438\u04302\u0446\u0435\u04382\u04311\u04402\u0438\u0432\u0430\u04362\u04381\u0432\u0435\u04382\u04323\u04372\u04381\u0432\u043e\u04381\u04322\u0440\u04383\u04322\u0441\u0438\u04322\u0445\u043e\u04382\u0433\u043b\u0435\u04382\u0433\u043b\u0438\u0438\u0433\u043d\u04383\u0438\u04331\u0440\u043e\u0438\u04331\u0440\u0443\u0438\u04331\u0440\u044b\u04382\u0434\u0435\u0439\u04381\u04342\u0436\u0438\u04353\u0434\u0435\u0438\u04352\u0437\u0443\u04383\u0435\u043d\u0438\u0438\u04351\u043e2\u0438\u0435\u043f\u04381\u04383\u04362\u0434\u0438\u04371\u043221\u0438\u04371\u0434\u0438\u0437\u043e2\u043e\u04383\u043a2\u0430\u0438\u043a2\u0432\u0430\u04382\u043a\u0432\u0438\u04382\u043a\u043b\u044f\u0438\u043a1\u0440\u043e\u0438\u043a1\u0441\u043a\u0438\u043b\u044c\u04422\u0438\u043c\u043e\u04382\u0438\u043c3\u043f\u043b\u04382\u043c1\u0440\u0438\u043c2\u0447\u0430\u0438\u043d\u043e1\u04411\u0438\u043d\u0441\u043f1\u0438\u043d\u0441\u0443\u0438\u043e2\u0431\u043e\u0438\u043e2\u0432\u0440\u0438\u043e2\u0434\u0435\u0438\u043e3\u0437\u043e\u04381\u043e\u043a\u0441\u04381\u043e\u043b\u0435\u04381\u043e\u043f\u0442\u04383\u043e\u0440\u0430\u0438\u043e1\u0440\u0443\u0438\u043e2\u0441\u0430\u04381\u043e\u0442\u0430\u04381\u043e\u0442\u043a\u04381\u043e\u0442\u0441\u0438\u043e\u0443\u04332\u0438\u043e2\u0445\u043e\u0438\u043f\u0430\u04422\u0438\u043f2\u043b\u044f\u0438\u0440\u0438\u04433\u0438\u04413\u043a\u0435\u0438\u04413\u043a\u0438\u0438\u04411\u043b\u044b\u0438\u04413\u043c\u0435\u0438\u04413\u043c\u0443\u0438\u04413\u043d\u043e\u04382\u0441\u0442\u043b\u04381\u0441\u044c\u0438\u0438\u0442\u04302\u0432\u0438\u04423\u0432\u0430\u0438\u04421\u0432\u0438\u0438\u04421\u0432\u0443\u04382\u04421\u0440\u04383\u0442\u044c\u044e\u04383\u0442\u044c\u044f\u0438\u04442\u043b\u044e\u0438\u0445\u04303\u0434\u04383\u04452\u043e\u0438\u0445\u043e3\u043a\u0438\u04451\u0440\u0435\u0438\u04451\u0440\u0438\u0438\u04482\u043b\u0438\u04382\u0448\u043b\u044b\u0438\u044e3\u0442\u0430\u04392\u04343\u0432\u04392\u043e1\u0441\u0439\u043e2\u0442\u0440\u04393\u0441\u043a\u0430\u0439\u04412\u043a\u0435\u0439\u04414\u043c\u043e\u04392\u04413\u0444\u0439\u04452\u04413\u043a\u04302\u0431\u043b\u043a\u0430\u04373\u043d\u043a\u04301\u0437\u043e1\u043a\u0430\u043b_1\u043a\u0430\u043b\u043e1\u043a\u0430\u043b\u04413\u043a2\u0430\u0441\u043a\u04301\u0441\u0442\u043a2\u0432\u0430\u043a\u043a2\u0432\u0430\u0441\u043a2\u0432\u0430\u0448\u043a2\u0432\u043e\u0437\u043a\u04352\u0433\u043b\u043a\u0435\u04341\u0440\u043a\u0438\u043e\u04411\u043a\u04382\u043f\u043b2\u043a1\u043a22\u043a\u043b\u0435\u043c\u043a3\u043b\u0435\u043d\u043a1\u043b\u0435\u043e\u043a2\u043b\u0438\u043a\u043a2\u043b\u0438\u043d\u043a3\u043b\u0438\u044f\u043a2\u043b\u043e\u0437\u043a3\u043b\u043e\u043c\u043a\u043b\u043e3\u04421\u043a\u043b\u0443\u043a2\u043a\u043b\u044f_2\u043a\u043b\u044f\u043c2\u043a\u043b\u044f\u0445\u043a2\u043d\u043e\u043f3\u043a\u043e\u0432\u0430\u043a\u043e1\u0434\u04403\u043a\u043e\u043d\u0441\u043a\u043e\u043f2\u0440\u043a\u043e1\u0440\u0443\u043a\u043e1\u0441\u043a\u043a\u043e\u04413\u043c\u043a\u043e1\u0441\u043f1\u043a\u043e\u0442\u043d\u043a\u043e2\u0444\u0440\u043a1\u0440\u0435\u043b\u043a\u0440\u04351\u043e\u043a1\u0440\u0435\u04471\u043a\u0440\u0438\u0431\u043a1\u0440\u0438\u0434\u043a2\u0440\u0438\u0437\u043a2\u0440\u0438\u0442\u043a1\u0440\u0438\u0445\u043a1\u0440\u043e\u0430\u043a1\u0440\u043e\u0431\u043a2\u0440\u043e\u0435\u043a1\u0440\u043e\u043a\u043a1\u0440\u043e\u043e\u043a1\u0440\u043e\u0440\u043a1\u0440\u043e\u0441\u043a1\u0440\u043e\u0444\u043a1\u0440\u043e\u0445\u043a1\u0440\u043e\u044d\u043a\u0440\u04431\u0441\u043a1\u0440\u044f\u0434\u043a2\u04413\u0432\u043a2\u04413\u0434\u043a2\u0441\u0438\u0431\u043a1\u0441\u043a\u0438\u043a\u04411\u043a\u043b\u043a1\u0441\u043a\u043e\u043a\u04413\u0442\u0435\u043a1\u0441\u0442\u043e\u043a\u04411\u0442\u0440\u043a1\u0441\u0442\u0443\u043a\u0442\u04302\u043a\u043a\u0442\u043e1\u0441\u043a\u04431\u0432\u04351\u043a\u0443\u043b\u044f\u043a\u0443\u043f1\u043b\u043a\u04433\u0440\u043e\u043a\u0443\u04411\u043a\u043a\u04431\u0441\u0442\u043a\u04433\u0442\u044c1\u043a\u0443\u0447\u04351\u043a\u0443\u044e\u04423\u043a\u0443\u044e\u04492\u043a1\u044522\u043b\u0430\u0431\u0435\u043b\u04302\u0431\u043b2\u043b\u0430\u0433\u043e\u043b\u04302\u0433\u0440\u043b\u04301\u0437\u043e\u043b\u0430\u043a2\u04401\u043b\u0430\u043c_\u043b\u04302\u0443\u0441\u043b\u04302\u0444\u04401\u043b\u04301\u04452\u043b3\u04342\u043b\u04351\u0432\u043b\u043b\u04351\u0434\u0436\u043b\u04353\u0434\u043e\u043b\u04351\u0437\u0440\u043b\u0435\u043a1\u043b2\u043b\u0435\u043c\u043d\u043b\u04352\u0441\u0431\u043b\u04352\u0441\u043a\u043b\u04351\u0442\u0432\u043b\u04351\u0445\u0440\u043b\u0438\u04302\u043c3\u043b\u0438\u0432\u043e3\u043b\u0438\u0432\u044b\u043b\u0438\u04332\u043b\u043b\u0438\u04353\u0440\u043b\u04382\u043a\u04322\u043b\u0438\u043c\u043f\u043b\u0438\u043e1\u0441\u043b\u04382\u043f\u043b\u043b\u0438\u04413\u043c\u043b\u04382\u0442\u0432\u043b\u0438\u04433\u043c\u043b\u04381\u0445\u043b\u043b\u04381\u0445\u0440\u043b2\u043a1\u043b\u043b\u043d\u04382\u0435\u043b\u043e2\u0431\u043b\u043b\u043e2\u0432\u043b\u043b\u043e1\u0434\u04402\u043b\u043e\u0435\u043d\u043b\u043e1\u0437\u0432\u043b\u043e2\u043a\u043b\u043b\u043e2\u0440\u0432\u043b\u043e1\u0440\u0443\u043b\u043e\u04411\u043a2\u043b\u043e\u0442\u0434\u043b\u043e\u04422\u0440\u043b\u043e2\u0448\u043b2\u043b1\u04412\u043b\u04431\u0431\u0440\u043b\u04431\u0437\u043d\u043b\u04431\u043a\u0440\u043b\u0443\u043e2\u0434\u043b\u04433\u0442\u044c2\u043b3\u044422\u043b1\u04452\u043b2\u04453\u04321\u043b\u044b\u0445_2\u043b\u044c\u0441\u043a1\u043b\u044c\u0449\u04301\u043b\u044c\u0449\u04351\u043b\u044c\u0449\u04431\u043b\u044e\u0441\u044c\u043b\u044e1\u0442\u0430\u043b\u044f1\u0432\u04383\u043b\u044f\u0432\u043e3\u043b\u044f\u0432\u044b\u043b\u044f1\u0440\u0435\u043b\u044f1\u0440\u0443\u043c\u04302\u0432\u0437\u043c\u04302\u0433\u043d\u043c\u04302\u0434\u0440\u043c\u04302\u0434\u044c\u043c\u04301\u0437\u043e\u043c\u0430\u04413\u043b\u043c\u04302\u0447\u0442\u043c3\u0431\u043b\u044f2\u043c3\u043223\u043c2\u0433\u043b\u043c\u0435\u0430\u043d2\u043c\u04352\u0435\u0433\u043c\u04352\u0435\u043b\u043c\u04351\u0437\u043e\u043c\u0435\u04471\u04422\u043c1\u04372\u043c\u04381\u0437\u04322\u043c\u0438\u0437\u0434\u043c\u04381\u0437\u043d\u043c\u04382\u043a\u0440\u043c\u04382\u043e\u0437\u043c\u04382\u043e\u04402\u043c1\u043a2\u043c2\u043b\u0435\u0435\u043c2\u043b\u0435\u043b4\u043c3\u043d\u0430\u043c\u043d\u04351\u04344\u043c\u043d\u043e\u0435\u043c2\u043d\u043e\u04364\u043c\u043d\u043e\u04394\u043c\u043d\u043e\u043c\u043c2\u043d\u043e\u04404\u043c\u043d\u043e\u044e\u043c2\u043d\u0443\u04424\u043c3\u043d\u044b\u043c\u043e1\u04312\u043c\u043e3\u0432\u043b\u043c\u043e1\u0434\u0440\u043c\u043e2\u0436\u0436\u043c\u043e1\u0437\u0432\u043c\u043e1\u0437\u0440\u043c\u043e3\u043c2\u043c\u043e1\u0440\u0443\u043c\u043e1\u0441\u043c\u043c\u043e1\u0441\u043d3\u043c\u043e\u0442\u0438\u043c1\u0440\u0430\u04312\u043c1\u0440\u043e\u043c\u04431\u0441\u0442\u043c\u0443\u04421\u0440\u043c\u04433\u0442\u044c\u043c2\u0447\u0430\u0432\u043c2\u0447\u0430\u043b\u043c2\u0447\u0438\u0442\u043c2\u0447\u0438\u04483\u043c2\u0449\u0435\u043c\u044b2\u043c\u0440\u043c\u044f1\u0441\u0442\u043d\u0430\u04312\u0440\u043d\u0430\u04332\u043d\u043d\u04303\u0436\u0434\u043d\u04301\u04372\u043d\u04302\u0438\u043b\u043d\u04302\u0438\u043d4\u043d\u0430\u043a\u043a\u043d\u0430\u043f2\u043b\u043d\u04301\u04412\u043d\u04301\u0442\u0432\u043d\u04301\u04452\u043d\u0430\u044d1\u04402\u043d1\u04312\u043d2\u04331\u0432\u043d\u0433\u04382\u043e\u043d\u0433\u043e1\u0441\u043d2\u0434\u0430\u043a\u043d2\u04341\u0432\u043d\u0434\u04353\u0437\u043d\u0434\u04352\u0441\u043d3\u04342\u0437\u043d\u04342\u0440\u0435\u043d2\u0434\u0440\u044f\u043d\u04342\u0441\u043f\u043d\u04351\u043122\u043d\u0435\u0432\u043d\u043d\u0435\u04342\u043e\u043d\u04353\u0434\u0443\u043d\u0435\u04352\u0434\u043d\u04351\u0437\u0432\u043d\u04351\u0437\u043d\u043d\u04351\u0437\u043e\u043d\u04351\u0437\u0440\u043d\u04351\u043a\u043b\u043d\u04352\u043e\u043b\u043d\u04353\u043f2\u043d\u0435\u04412\u043a\u043d\u0435\u0441\u04422\u043d\u04352\u0444\u0440\u043d\u04351\u0445\u0440\u043d\u04353\u0448\u043a2\u043d1\u04372\u043d\u0437\u043e1\u0441\u043d\u04383\u04312\u043d\u04382\u0435\u043d\u043d\u04382\u043a\u043b\u043d\u0438\u043b\u04302\u043d\u04381\u0441\u043b\u043d\u0438\u04413\u043f\u043d\u043a\u043e\u04312\u043d\u043e1\u0431\u0440\u043d\u043e2\u0432\u043b\u043d\u043e1\u0434\u0432\u043d\u043e1\u0434\u0440\u043d\u043e2\u0435\u0440\u043d\u043e1\u0437\u0432\u043d\u043e2\u0437\u0434\u043d\u043e1\u0437\u0440\u043d\u043e3\u043a\u043d3\u043d\u043e\u043c\u0435\u043d\u043e\u043c3\u0448\u043d\u043e2\u0440\u0432\u043d\u043e1\u0440\u0443\u043d\u043e2\u0441\u04472\u043d\u043e\u0442\u0434\u043d\u043e3\u044422\u043d1\u0440\u04352\u043d1\u0440\u0438\u043d2\u04413\u0432\u043d\u04412\u043a\u0435\u043d3\u0441\u043b\u0430\u043d2\u04413\u043c\u043d\u0441\u04422\u0440\u043d\u0441\u04432\u0440\u043d2\u04413\u0444\u043d2\u0441\u044a3\u043d2\u04421\u0432\u043d\u04422\u0440\u0430\u043d\u04422\u0440\u0435\u043d\u04422\u0440\u0443\u043d\u04422\u0440\u044b\u043d\u0443\u04421\u0440\u043d\u044f1\u0432\u04382\u043e1\u043022\u043e\u0431\u0438\u043e\u043e1\u0431\u043b\u044e\u043e\u0431\u043e2\u04412\u043e\u0431\u043e\u0442\u043e3\u0432\u043b\u0430\u043e\u04323\u043d\u043e\u043e\u04322\u0441\u04352\u043e3\u0433\u0435\u043e3\u0433\u0440\u044f2\u043e\u0434\u0430\u043d\u043e3\u0434\u0435_\u043e2\u0434\u044b\u043d\u043e2\u0434\u044c\u0431\u043e\u04352\u0436\u0438\u043e\u04351\u04412\u043e\u04352\u0441\u0442\u043e2\u0435\u0442\u043e\u043e3\u0436\u0434\u04382\u043e\u0437\u0430\u0432\u043e\u04372\u0432\u0438\u043e1\u0437\u0434\u0440\u043e\u0437\u04351\u043e\u043e\u04373\u043d\u043e2\u043e\u0437\u043e\u043d\u043e2\u0437\u043e\u043f\u043e\u04371\u0443\u0433\u043e2\u0437\u044b\u043c\u043e3\u0437\u044b\u0441\u043e\u04382\u04331\u043e\u0438\u04332\u043d\u043e\u04383\u043c\u043e2\u043e\u043a2\u043b\u043e3\u043a\u043b\u044e\u043e\u043a\u043e1\u0431\u043e\u043a1\u0441\u043a2\u043e\u043a\u0442\u04382\u043e\u043a\u0443\u043c\u043e\u043c2\u0431\u043b\u043e\u043c1\u0440\u0438\u043e\u043c2\u0448\u0435\u043e3\u043c\u044c\u044f\u043e\u043d\u043e1\u0431\u043e\u043e3\u043f\u0441\u043e\u043e\u04413\u043c\u043e2\u043e\u0442\u0438\u043e3\u043f\u0430\u043a\u043e3\u043f\u0430\u0440\u043e2\u043f\u043b\u0438\u043e\u043f2\u043b\u043e\u043e2\u043f\u043b\u044f\u043e\u043f2\u0440\u0438\u043e\u043f2\u0442\u043e\u043e1\u04402\u0432\u043e\u04402\u0442\u0440\u043e1\u0440\u0443\u0435\u043e1\u0440\u0443\u043a\u043e1\u0440\u0443\u0441\u043e3\u0441\u0430\u0434\u043e2\u0441\u043a\u0435\u043e\u04411\u043a\u0438\u043e1\u04412\u043b\u043e\u04413\u043c\u0438\u043e\u04412\u043f\u044f\u043e\u04412\u0441\u0432\u043e\u04412\u0442\u0430\u043e2\u0441\u0443\u0447\u043e1\u04412\u0447\u043e\u04423\u0432\u0430\u043e\u04421\u0432\u0435\u043e\u04421\u0432\u0438\u043e\u04421\u0432\u043b\u043e3\u0442\u0435\u0440\u043e\u04421\u0440\u0438\u043e\u04423\u0441\u043c\u043e\u0442\u04432\u0430\u043e3\u0442\u044c\u044e\u043e3\u0442\u044c\u044f\u043e\u0443\u04412\u043a\u043e\u04433\u0442\u0430\u043e\u04433\u0442\u043e2\u043e\u0444\u0430\u04482\u043e\u0444\u0438\u04422\u043e\u0444\u043e\u043d2\u043e\u0444\u043e\u0442\u043e2\u0444\u0440\u0438\u043e\u04451\u043b\u044b\u043e2\u0445\u043b\u044f\u043e\u04452\u043c\u04352\u043e\u0445\u043e\u0440\u043e\u0447\u04301\u0441\u043e\u04471\u043b\u0435\u043e3\u0447\u043b\u0438\u043e\u04483\u0432\u0430\u043e\u04482\u043b\u0430\u043e\u044d1\u0442\u0438\u043e\u044f2\u0440\u0438\u043f\u0430\u0432\u04383\u043f\u0430\u04323\u043b\u043f\u04302\u0432\u044c\u043f\u04302\u0434\u0440\u043f\u04302\u0435\u043d\u043f\u04301\u0437\u043e\u043f\u0430\u04411\u043b\u043f\u04302\u0443\u043d\u043f\u04301\u0445\u0443\u043f\u04302\u0448\u04422\u043f1\u04322\u043f\u04352\u0434\u0432\u043f\u04353\u0437\u0430\u043f\u04353\u0437\u043e\u043f\u04352\u043b\u044c\u043f\u04354\u043f\u043b\u043f\u04352\u0441\u043d\u043f\u04352\u0441\u0446\u043f\u04352\u0441\u0447\u043f\u04352\u0442\u0440\u043f\u04352\u0448\u04423\u043f\u0438\u043d\u043a3\u043f\u0438\u0441\u044f4\u043f\u043b\u0430_\u043f\u043b\u04301\u04412\u043f\u043b\u0435\u043d\u043f1\u043b\u0435\u044e2\u043f\u043b\u0438\u04322\u043f\u043b\u043e_2\u043f\u043b\u043e\u04322\u043f\u043b\u043e\u04332\u043f\u043b\u044b\u04392\u043f\u043b\u044b\u043c\u043f1\u043b\u044b\u043d\u043f1\u043b\u044b\u04452\u043f\u043b\u044e_\u043f1\u043b\u044e\u0442\u043f2\u043b\u044f\u0441\u043f2\u043b\u044f\u0448\u043f3\u043d\u043e1\u043f\u043e1\u04312\u043f\u043e3\u0432\u043b\u043f\u043e\u04352\u043b\u043f\u043e\u04352\u0445\u043f\u043e1\u0437\u043d\u043f\u043e\u04382\u04493\u043f\u043e\u043b\u043a\u043f1\u043e\u0440\u0433\u043f\u043e\u04402\u0436\u043f\u043e1\u0440\u0443\u043f\u043e1\u044143\u043f\u043e\u0441\u043b\u043f\u043e3\u0441\u0441\u043f\u043e\u04422\u0432\u043f\u043e\u04422\u0440\u043f\u043e1\u04452\u043f\u043e\u044d3\u043c\u043f\u043f\u043e1\u04343\u043f\u0440\u0435\u0432\u043f\u0440\u04351\u0437\u043f\u0440\u0435\u04392\u043f\u0440\u04351\u043b3\u043f\u0440\u0435\u0442\u043f\u0440\u04383\u0432\u043f\u0440\u0438\u04332\u043f\u0440\u04383\u043a\u043f\u0440\u04383\u043b\u043f\u0440\u0438\u043f2\u043f2\u0440\u0438\u04463\u043f\u0440\u043e\u0438\u043f\u0440\u043e3\u043f2\u043f1\u04412\u043f3\u0441\u0438\u043d\u043f2\u04423\u0432\u043f\u0443\u04333\u043d\u043f\u04431\u0441\u0442\u043f\u04433\u0442\u044c\u043f\u044d1\u0440\u0430\u0440\u04302\u0431\u043b1\u0440\u0430\u0431\u043e\u0440\u04302\u0433\u0432\u0440\u04302\u0433\u043b\u0440\u0430\u04342\u0436\u0440\u04302\u0434\u0446\u0440\u0430\u043a2\u04321\u0440\u0430\u043b\u04331\u0440\u0430\u043c\u043a1\u0440\u0430\u043c\u043d1\u0440\u0430\u0441\u043b\u0440\u0430\u04413\u043f\u0440\u0430\u04411\u0442\u0440\u0430\u04421\u04322\u0440\u0430\u0445\u04381\u0440\u0430\u0449\u04382\u0440\u0430\u044f\u0442\u0440\u04312\u043b\u0430\u04402\u0431\u043b\u0435\u0440\u04312\u043b\u043e\u0440\u04312\u043b\u044e\u0440\u0431\u043e3\u0441\u04403\u0432\u0430\u043a\u04403\u0432\u0430\u0440\u04403\u0432\u0435\u0436\u04402\u0432\u0435\u043e1\u0440\u0432\u0435\u0442\u04403\u0432\u0438\u043d\u04402\u0432\u0438\u0442\u04402\u04331\u043b\u0440\u0434\u04301\u0441\u04402\u04341\u0432\u0440\u0434\u04382\u0430\u0440\u0434\u043e\u04412\u0440\u04351\u0432\u0440\u0440\u0435\u04332\u043d\u0440\u0435\u04352\u0432\u0440\u0435\u04352\u0434\u0440\u0435\u04352\u043b1\u0440\u0435\u0437\u043a\u0440\u04351\u0437\u0440\u0440\u0435\u04372\u04431\u0440\u0435\u0439\u04481\u0440\u0435\u043a\u04483\u0440\u0435\u043c\u043e1\u0440\u0435\u043d\u043a1\u0440\u0435\u043d\u044c\u0440\u04351\u043e\u043d\u0440\u04351\u043e\u043f\u0440\u04351\u043e\u04451\u0440\u0435\u043f\u044c\u0440\u04353\u04402\u0440\u04351\u0441\u043b\u0440\u04351\u0441\u0447\u0440\u04351\u0442\u0432\u0440\u04351\u0447\u0442\u0440\u04353\u0448\u043b\u04403\u0436\u0430_\u04403\u0436\u0430\u043c\u04403\u0436\u0430\u043d\u04403\u04362\u0434\u04401\u04372\u0432\u0440\u04383\u0431\u04402\u0440\u0438\u0433\u04382\u0440\u0438\u0434\u0436\u0440\u0438\u04352\u043b\u0440\u0438\u04353\u0440\u0440\u0438\u04372\u0432\u0440\u0438\u043a2\u04401\u0440\u0438\u043d\u0441\u0440\u0438\u043e2\u0437\u0440\u0438\u043e2\u0441\u0440\u04381\u043e\u0442\u0440\u04383\u04402\u0440\u04381\u04412\u0440\u04383\u0441\u04312\u0440\u0438\u0441\u043f\u0440\u04382\u0444\u043b\u0440\u04383\u0444\u0440\u0440\u04381\u0445\u043b\u04402\u043a1\u043b2\u04401\u043b2\u0440\u043d\u0430\u04414\u0440\u043d\u04353\u043e\u0440\u043e2\u0432\u043b\u0440\u043e1\u0434\u0432\u0440\u043e1\u0434\u043b\u0440\u043e1\u0434\u04401\u0440\u043e\u0434\u044c\u0440\u043e\u04352\u043b\u0440\u043e\u04352\u043c\u0440\u043e\u04352\u0445\u0440\u043e1\u0437\u04401\u0440\u043e\u043a\u0440\u0440\u043e3\u043f\u0441\u0440\u043e1\u0440\u0443\u0440\u043e1\u0441\u043a1\u0440\u043e\u0441\u043b\u0440\u043e1\u0441\u043c\u0440\u043e\u04412\u04441\u0440\u043e\u0441\u04481\u0440\u043e\u0441\u044e1\u0440\u043e\u0442\u043a\u0440\u043e\u0443\u04332\u0440\u043e2\u0444\u0440\u0440\u043e1\u0445\u043b\u0440\u043e\u04482\u043b\u0440\u043e3\u0448\u043d1\u0440\u043e\u044f\u0437\u0440\u043f2\u043b\u043e\u04402\u043f\u043b\u044e\u0440\u0441\u0442\u04322\u04402\u04421\u0432\u0440\u04423\u0432\u0430\u0440\u04422\u0432\u043b\u0440\u04421\u0440\u0430\u0440\u04421\u0440\u0435\u0440\u04421\u0440\u0438\u0440\u0442\u0443\u04411\u04403\u0442\u044c\u044e\u0440\u04421\u044f\u04471\u0440\u0443\u0431\u0430\u0440\u0443\u04333\u043d2\u0440\u0443\u043a\u0441\u0440\u0443\u04411\u043a\u0440\u0443\u04413\u043b\u0440\u04433\u0442\u044c1\u0440\u0443\u0445\u04301\u0440\u0443\u0445\u043e1\u0440\u0443\u0447\u043d\u04403\u04482\u043c\u0440\u044b2\u0434\u0432\u0440\u044b2\u043a\u043b\u0440\u044b2\u04451\u0440\u044f1\u0432\u0438\u0441\u04302\u0431\u043b\u0441\u04302\u0434\u044c\u0441\u04302\u043a\u0432\u0441\u04302\u043a\u043b\u04411\u0430\u043f\u043f\u0441\u04301\u0442\u0440\u0441\u04302\u0443\u043d\u0441\u04301\u044522\u04413\u0431\u0443\u0441\u0435\u04332\u043d\u0441\u04351\u04372\u0441\u04351\u043a\u0432\u0441\u0435\u043a1\u043b\u0441\u0435\u043a\u04414\u0441\u0435\u043c\u04381\u0441\u04352\u0441\u043a\u0441\u04352\u0441\u0442\u0441\u04381\u043e\u043c\u0441\u04381\u043e\u043f\u0441\u04382\u043f\u043b2\u0441\u043a\u0430\u043c2\u0441\u043a\u0430\u0445\u0441\u043a2\u0432\u0430\u04412\u043a\u0432\u0438\u04412\u043a\u043b\u044f\u04411\u043a\u043e\u043d2\u0441\u043a\u043e\u0448\u04411\u043a\u0440\u04302\u0441\u043a\u0443\u04351\u0441\u043b\u0430\u04321\u0441\u043b\u0430\u0434\u04411\u043b\u0430\u043c\u04413\u043b\u0435\u0432\u04413\u043b\u0435\u0435\u04411\u043b\u0435\u0439\u0441\u043b\u0435\u043e2\u04411\u043b\u0435\u0442\u04413\u043b\u0435\u044e2\u0441\u043b\u0438\u0446\u04412\u043b\u043e\u0436\u04411\u043b\u044e\u04412\u04413\u043b\u044f1\u0441\u043c\u0435\u0441\u04414\u043c\u0435\u044f\u04413\u043c\u0443\u0440\u04412\u043d\u0430\u04412\u0441\u043d\u0430\u044f2\u0441\u043d\u0443\u044e2\u04413\u043d\u044b\u0441\u043e\u04322\u0440\u0441\u043e1\u04372\u0441\u043e3\u043c2\u0441\u043e1\u0440\u0443\u0441\u043e1\u0441\u043a\u0441\u043e2\u0441\u044c\u0441\u043e\u04422\u0440\u0441\u043e1\u0447\u043b\u0441\u043e\u04482\u043b\u04412\u043f\u0430\u0432\u04412\u043f\u0435\u0435\u04412\u043f\u0435\u043b\u04412\u043f\u0435\u043d\u04412\u043f\u0435\u0445\u04412\u043f\u0435\u0448\u04412\u043f\u0435\u044e\u04412\u043f\u0438\u043c2\u0441\u043f\u043e\u043b\u04412\u043f\u043e\u0441\u04412\u0440\u0430\u0431\u0441\u0440\u04302\u0441\u04411\u0440\u0430\u0442\u0441\u04413\u0432\u043e4\u04415\u0441\u0438\u04413\u04412\u043a1\u0441\u0442\u0430_4\u0441\u0442\u0432_2\u0441\u0442\u0432\u043b\u0441\u04422\u0432\u044f1\u0441\u0442\u0435\u04391\u0441\u0442\u0435\u043b\u0441\u0442\u04353\u0445\u04413\u0442\u0435\u0448\u04412\u0442\u0438\u0435\u04412\u0442\u0438\u0438\u04412\u0442\u0438\u0447\u04412\u0442\u0438\u044e\u0441\u04422\u043b\u04302\u0441\u0442\u043b\u04382\u0441\u0442\u043b\u044f1\u0441\u0442\u043e_1\u0441\u0442\u043e\u04321\u0441\u0442\u043e\u04331\u0441\u0442\u043e\u04341\u0441\u0442\u043e\u04351\u0441\u0442\u043e\u043a1\u0441\u0442\u043e\u043c1\u0441\u0442\u043e\u043d1\u0441\u0442\u043e\u04411\u0441\u0442\u043e\u0442\u04412\u0442\u043e\u04461\u0441\u0442\u043e\u044e2\u0441\u0442\u0440_\u04411\u0442\u0443\u04421\u0441\u0442\u0443\u044e\u04412\u0442\u044b\u04322\u0441\u0442\u044c_2\u0441\u0442\u044c\u04413\u0441\u0442\u044c\u044e1\u0441\u0442\u044c\u044f1\u0441\u0442\u044f\u043c1\u0441\u0442\u044f\u0445\u0441\u0443\u04311\u043e\u0441\u04433\u0433\u043b\u0441\u04432\u0435\u0432\u0441\u04431\u043a\u0440\u0441\u0443\u043c\u04301\u0441\u0443\u043f\u04352\u0441\u0443\u04413\u043b\u0441\u0443\u04413\u043f\u0441\u04431\u0441\u0442\u0441\u0443\u04421\u0440\u0441\u04432\u044431\u04412\u0444\u04351\u04412\u0445\u04352\u04413\u0446\u0438\u04412\u0447\u0430\u0441\u04413\u0447\u0438\u04322\u0441\u0447\u0438\u043a\u04412\u0447\u0438\u0442\u0441\u044a\u04353\u0434\u0441\u044a\u04353\u043b\u0441\u044b2\u04331\u0441\u044f3\u0442\u044c\u0442\u04302\u0431\u043b\u0442\u0430\u04312\u0440\u0442\u04302\u0433\u043d\u0442\u04301\u04372\u0442\u04302\u043f\u043b\u0442\u04301\u0441\u0442\u0442\u04301\u0442\u04402\u04421\u043122\u04422\u0432\u0430\u04421\u0432\u0435\u0439\u04421\u0432\u0435\u043b\u04421\u0432\u0435\u0442\u04421\u0432\u043e\u0435\u04421\u0432\u043e\u04412\u0442\u0432\u043e\u044e2\u04421\u0432\u0440\u0442\u04352\u0433\u043d\u0442\u04351\u0437\u043e3\u0442\u0435\u043a\u0430\u0442\u0435\u043a1\u043b3\u0442\u0435\u043a\u0448\u0442\u04351\u043e\u04453\u0442\u0435\u0440\u0437\u0442\u0435\u04403\u043a3\u0442\u0435\u0440\u044f\u0442\u0435\u0441\u04422\u0442\u04352\u0445\u043e\u0442\u0438\u04302\u043c\u0442\u04382\u0431\u043b\u0442\u04383\u04342\u0442\u0438\u0438\u04411\u04421\u0438\u043c\u043f\u04421\u0438\u043d\u04342\u0442\u0438\u043d\u04362\u0442\u0438\u043d\u0444\u0442\u04381\u0445\u04402\u04421\u043a2\u0442\u043b\u043e2\u0431\u0442\u043c\u04382\u04412\u0442\u043e\u0431\u044a\u0442\u043e2\u0432\u043b\u0442\u043e1\u04372\u0442\u043e\u043a2\u04402\u0442\u043e\u043c\u04412\u0442\u043e\u043d\u04331\u0442\u043e\u0440\u04331\u0442\u043e\u0440\u04361\u0442\u043e\u0440\u0441\u0442\u043e1\u0440\u04431\u0442\u043e\u0440\u04482\u0442\u043e\u0442\u0434\u0442\u043e3\u0442\u043a\u0442\u043f\u04301\u0442\u0442\u0440\u0434\u043e2\u04421\u0440\u0435\u0430\u04421\u0440\u0435\u0433\u04421\u0440\u0435\u0434\u04421\u0440\u0435\u0435\u04421\u0440\u0435\u0446\u04421\u0440\u0435\u044e1\u0442\u0440\u0438\u0431\u04421\u0440\u0438\u0432\u04421\u0440\u0438\u043b\u04421\u0440\u0438\u043c\u0442\u0440\u04381\u043e\u04421\u0440\u0438\u0442\u0442\u0440\u04383\u0444\u04421\u0440\u0438\u04492\u0442\u0440\u043e\u0439\u04421\u0440\u043e\u0440\u0442\u0440\u043e3\u04422\u0442\u0440\u043e\u044e1\u0442\u0440\u0443\u0431\u04422\u0440\u0443\u04342\u0442\u0440\u0443\u043a\u04422\u0440\u0443\u043c\u04422\u0440\u0443\u0442\u04421\u0440\u044f_\u04421\u0440\u044f\u0432\u04421\u0440\u044f\u0435\u04421\u0440\u044f\u0436\u04421\u0440\u044f\u0439\u04423\u0440\u044f\u043a\u04421\u0440\u044f\u0442\u04421\u0440\u044f\u0449\u04421\u0440\u044f\u044f4\u04421\u04412\u04422\u04413\u0434\u0442\u0441\u0435\u043f2\u04422\u04413\u043c\u04422\u04413\u043f\u0442\u04432\u0433\u0440\u0442\u04431\u0441\u043b\u0442\u04431\u0441\u0442\u0442\u04432\u0444\u043b1\u0442\u0443\u0448\u04301\u0442\u0443\u0448\u043e1\u0442\u0443\u0448\u044c\u0442\u044b2\u043312\u0442\u044f2\u0447\u04432\u0430\u043b\u0435\u04433\u0431\u0435\u043b\u0443\u0431\u043e1\u0434\u0443\u0431\u043e\u044121\u0443\u0431\u0440\u0430\u0443\u04313\u0440\u044e\u04431\u0432\u0435_\u0443\u04332\u043d\u0430\u0443\u04332\u043d\u0435\u0443\u04331\u0440\u0435\u0443\u04331\u0440\u044f\u0443\u0434\u04301\u0441\u0443\u04341\u0440\u043e\u0443\u0435\u04412\u043b\u04431\u04372\u0432\u0443\u0437\u043e3\u043f\u0443\u043a\u043e1\u0431\u04431\u043a\u04431\u04431\u043b\u044b\u0445\u04432\u043e\u0437\u0430\u0443\u043e\u0441\u04421\u0443\u043e2\u04421\u0443\u043f1\u043b\u044e\u04433\u043f\u0440\u043e\u0443\u0440\u043a\u04353\u04432\u0440\u043e\u0434\u0443\u0440\u04422\u0440\u04432\u0441\u0430\u0434\u0443\u04411\u043a\u0430\u0443\u04411\u043a\u0438\u0443\u0441\u043a3\u043b\u04431\u0441\u043a\u0440\u0443\u04413\u043b\u0438\u04431\u0441\u0442\u0435\u04431\u0441\u0442\u044f\u04433\u0441\u044c\u044f\u04433\u0442\u0435\u0440\u0443\u04422\u043b\u044f\u0443\u04421\u0440\u0438\u04431\u0442\u044c\u0435\u04433\u0442\u044c\u044e\u0443\u04442\u043b\u044f\u0443\u04451\u0430\u0434\u0443\u0445\u04302\u0442\u0443\u04453\u043b\u044f\u04432\u0447\u0435\u0431\u0443\u04481\u043b\u0430\u0444\u04302\u04311\u0444\u04302\u0433\u043d\u0444\u04301\u0437\u043e\u0444\u0430\u043d2\u0434\u0444\u04301\u0442\u0440\u0444\u0435\u04321\u0440\u0444\u0435\u04341\u0440\u0444\u04351\u043e3\u0444\u04382\u0433\u043b\u0444\u04382\u0437\u043e2\u0444\u043e\u0431\u044a\u0444\u043e2\u0440\u0432\u0444\u043e1\u0440\u0443\u0444\u043e\u04411\u043a\u04441\u0440\u0430\u0431\u0444\u0440\u04301\u0437\u0444\u0440\u04301\u0441\u04441\u0440\u0430\u0442\u04442\u0440\u0435\u043d\u0444\u0440\u04352\u0441\u04442\u0440\u0438\u0436\u04442\u0440\u0438\u0437\u04442\u0440\u043e\u043d\u04442\u0442\u043e\u0440\u0444\u04433\u0442\u043b\u0445\u04302\u0431\u043b2\u04451\u0430\u043a\u0445\u0430\u043d2\u0434\u04451\u0430\u0440\u04482\u04453\u0432\u04352\u04453\u0432\u0438\u0445\u0438\u0430\u04421\u0445\u04381\u04412\u04451\u043b\u0430\u0432\u04451\u043b\u0430\u0441\u04451\u043b\u0430\u0442\u04451\u043b\u0430\u04461\u0445\u043b\u0435\u0431\u04452\u043b\u0435\u0441\u04451\u043b\u0435\u0442\u04453\u043b\u043e_\u04452\u043b\u043e\u043f1\u04452\u043c\u04433\u04452\u043d\u044b\u0445\u043e2\u043f\u0435\u0445\u043e1\u0440\u0443\u04451\u043e\u0441\u043c\u0445\u043e\u04451\u043b\u04451\u0440\u0430\u04371\u0445\u0440\u0430\u043d\u04451\u0440\u0435\u0439\u04452\u0440\u0438\u0441\u04451\u0440\u043e\u04321\u0445\u0440\u043e\u043c2\u04451\u04412\u04451\u04432\u0433\u04451\u04432\u0440\u0445\u04433\u0440\u04302\u04451\u04472\u0446\u04302\u043f\u043b\u0446\u04351\u043e\u0442\u0446\u0435\u043f1\u043b\u0446\u0435\u04412\u043b\u0446\u04382\u043a1\u0446\u0438\u043a3\u043b\u0446\u04382\u043e\u043b\u0446\u04382\u0441\u043a\u0446\u0438\u04441\u04402\u04461\u043a2\u04461\u043e2\u04312\u04461\u043e\u04422\u04463\u04482\u0446\u044b\u043f3\u043b\u0447\u04302\u0434\u0440\u0447\u04302\u0434\u0446\u0447\u04302\u0435\u04403\u0447\u0430\u0442\u043e3\u0447\u0430\u0442\u044b\u0447\u04351\u0432\u043b\u0447\u04352\u0433\u043b\u0447\u0435\u04402\u0441\u0447\u04351\u0441\u043b1\u04472\u043b\u0430\u04473\u043b\u0435\u0433\u04473\u043b\u0435\u0436\u04472\u043b\u0438_1\u04472\u043b\u043e2\u04471\u0442\u0430\u0448\u04302\u0431\u043b\u0448\u04302\u0433\u043d\u0448\u04302\u0434\u0440\u0448\u04301\u0441\u0442\u04483\u0432\u0435\u043d\u0448\u04352\u0433\u043b\u0448\u04351\u043e2\u0448\u04353\u043f\u043b\u0448\u04351\u04412\u0448\u04382\u0431\u043b\u0448\u04382\u043f\u043b\u0448\u0438\u04441\u04402\u04481\u043a22\u0448\u043b\u0435\u043d\u04482\u043b\u0438_2\u0448\u043b\u0438\u04322\u0448\u043b\u0438\u043b\u04482\u043b\u0438\u043d\u04482\u043b\u0438\u0441\u04482\u043b\u0438\u0444\u04482\u043b\u043e_2\u0448\u043b\u043e\u0432\u04482\u043b\u043e\u04332\u0448\u043b\u044f\u04352\u0448\u043b\u044f\u043a\u04482\u043b\u044f\u043f2\u0448\u043b\u044f\u04422\u0448\u043b\u044f\u04472\u0448\u043b\u044f\u044e3\u04482\u043c\u044b\u04482\u043d\u0443\u0440\u0448\u04432\u0435\u0432\u0448\u0443\u0441\u044212\u04493\u04322\u0449\u04352\u0433\u043b\u0449\u0435\u04341\u0440\u0449\u0435\u0438\u04411\u0449\u04353\u0448\u043a\u044a\u04353\u0434\u043e\u044a2\u04352\u0440\u044a\u04352\u0445\u0438\u044b\u04342\u0440\u0435\u044b2\u0434\u0440\u044f\u044b3\u04362\u0434\u044b\u04372\u0432\u0430\u044b\u04372\u043d\u0430\u044b2\u043a1\u0432\u044b\u043a\u043e1\u0437\u044b\u0440\u04352\u0445\u044b\u04411\u043a\u0438\u044b\u04411\u043a\u0443\u044b\u04421\u0432\u0438\u044b3\u0442\u044c\u044e\u044b3\u0442\u044c\u044f\u044b2\u04481\u043b\u044c\u04351\u0437\u043e\u044c\u043c\u04383\u0434\u044c\u043c\u04383\u043a\u044c\u043d\u04352\u043e\u044c2\u043f1\u043b\u044c2\u0441\u0442\u0438\u044c2\u0441\u0442\u044f\u044c\u0442\u04383\u043c\u044c2\u0442\u043e\u0442\u044c\u04422\u0440\u0435\u044c\u04422\u0440\u0443\u044c\u04422\u0440\u044b\u044c\u0445\u043e\u04371\u044c3\u044f\u0433\u0441\u044d\u043a2\u0441\u0442\u044d\u043b\u04351\u043e\u044d\u043f\u04383\u043a\u044d\u04413\u0442\u0435\u044d\u04421\u0440\u0430\u044e\u0437\u04382\u043a\u044e2\u043a1\u0432\u044e\u0440\u04354\u043c\u044e2\u04411\u043a\u044e1\u0441\u0442\u0430\u044e1\u0441\u0442\u0435\u044e1\u0441\u0442\u043e\u044e1\u0441\u0442\u044f\u044e\u0445\u04301\u0441\u044f\u04311\u0440\u0430\u044f\u04313\u0440\u0435\u044f\u04311\u0440\u0438\u044f\u04313\u0440\u044e\u044f1\u04322\u0445\u044f2\u04331\u043b\u044f\u04372\u0433\u043d\u044f2\u043a1\u0432\u044f2\u043a1\u043b\u044f\u0441\u04423\u0432\u044f1\u0441\u0442\u043e\u044f\u0441\u04421\u0440\u044f\u0442\u04381\u0437\u044f3\u0442\u044c\u044e\u044f3\u0442\u044c\u044f\u04302\u043d\u044c\u0448\u0433\u0441\u04424\u0440\u04352\u043c\u044c\u0434\u0437\u0430\u04382\u043b\u0437\u0430\u043e2\u0437\u0437\u0430\u044e2\u043b\u04372\u0440\u044f\u0442\u0437\u04432\u043c\u044c\u043f\u043e\u04352\u04362\u0441\u0442\u044c\u04426\u0445\u0443\u044f_\u044b2\u0440\u044c\u043c\u044b\u044f2\u0432\u044f\u044c\u0431\u0430\u04422\u04302\u0434\u0432\u04512\u0430\u043b\u0451\u043a2\u0430\u043c\u0451\u0442\u04301\u0442\u044c\u0451\u04313\u043b\u0451\u043d\u04312\u043b\u044e\u0451\u04311\u0440\u0451\u043a\u04312\u0440\u0451\u043c\u04312\u0440\u0451\u04453\u0432\u0435\u0437\u0451\u0432\u0451\u04341\u04402\u0432\u0451\u0440\u0434\u04322\u043b\u0451\u043a\u04322\u043b\u0451\u0442\u04322\u043d\u0451\u04413\u0432\u0441\u04513\u04332\u043b\u0451\u0442\u04332\u043d\u0451\u0432\u04333\u043d\u0451\u043d\u04332\u043d\u043e\u0451\u04342\u0440\u0451\u0431\u04342\u0440\u0451\u043c\u0434\u044a\u04512\u043c2\u0435\u0432\u0451\u0440\u04352\u0433\u043b\u0451\u0435\u04401\u0432\u0451\u0435\u04421\u0432\u0451\u04351\u0442\u044c\u0451\u04511\u0431\u0440\u0430\u0451\u04311\u0440\u044b\u04511\u0434\u0440\u0443\u04511\u0437\u043e\u043c2\u04511\u043a\u043e2\u04511\u043a\u0440\u0451\u043a2\u0440\u043e2\u0451\u043c\u0443\u0436\u0451\u043f\u0430\u04422\u04513\u043f\u043b\u0430\u0451\u043f1\u043b\u0443\u04513\u043f\u043b\u044b\u04513\u0440\u0435_\u0451\u04403\u0441\u043a\u04513\u04412\u0430\u04512\u0441\u043a\u0435\u04513\u0441\u0442\u04432\u0451\u0442\u0435\u0447\u0451\u0442\u043e1\u0441\u0451\u0445\u04302\u0442\u0451\u04451\u0440\u0443\u0436\u04511\u04412\u04372\u0432\u0451\u0437\u04372\u043d\u0430\u0451\u04372\u043e\u0442\u0451\u0437\u044a\u04512\u043c2\u0437\u044b\u043c\u04512\u04381\u0432\u0451\u0438\u04451\u0440\u0451\u043a3\u043b\u0451\u043d\u043a2\u0440\u043e\u0451\u043b\u04513\u0434\u043e\u043b\u0451\u043a1\u043b\u043b\u04512\u0441\u043a2\u043b\u043e\u0451\u043d1\u043b\u044c\u0449\u04513\u043c2\u0449\u0451\u043d\u04342\u0440\u0451\u043d\u04511\u043123\u043d\u043e\u043c\u0451\u043e\u04512\u0436\u0438\u043e2\u0441\u043a\u0451\u043e\u04421\u0432\u0451\u043e3\u0442\u0451\u0440\u043f\u04512\u0442\u04402\u043f\u043b\u0451\u043d\u043f1\u043b\u0451\u044e\u043f\u043e\u04512\u04363\u043f\u0440\u0451\u0442\u04402\u0431\u043b\u04511\u0440\u0432\u0451\u04421\u0440\u0451\u0437\u043a\u0440\u0451\u04372\u04431\u0440\u0451\u043a\u04483\u0440\u0451\u043c\u043e1\u0440\u0451\u043d\u043a\u0440\u043e\u04512\u043c\u0441\u0451\u043a\u04414\u0441\u04512\u0441\u04422\u0441\u043a\u0443\u0451\u04411\u043b\u0451\u04421\u0441\u0442\u0451\u043b\u0441\u0442\u04513\u0445\u04413\u0442\u0451\u0448\u04421\u0432\u0451\u043b\u04421\u0432\u043e\u0451\u0442\u04512\u0433\u043d\u0442\u04511\u0437\u043e3\u0442\u0451\u043a\u0430\u0442\u0451\u043a1\u043b3\u0442\u0451\u043a\u0448\u0442\u0451\u04403\u043a\u0442\u04512\u0445\u043e\u0443\u04332\u043d\u0451\u0443\u04331\u0440\u0451\u04431\u0441\u0442\u0451\u04433\u0442\u0451\u0440\u04431\u0442\u044c\u0451\u04432\u0447\u0451\u04312\u04453\u0432\u04511\u0445\u043b\u0451\u0431\u04452\u043b\u0451\u0441\u0447\u0451\u04402\u04412\u0448\u043b\u0451\u043d\u044a2\u04512\u0440\u044b\u04342\u0440\u0451\u044b\u0440\u04512\u0445\u044c\u04511\u0437\u043e\u044f\u04313\u0440\u0451",
  141.         6 : "_\u0430\u04331\u0440\u043e_\u0430\u043b\u044c3\u044f_\u0430\u04411\u0442\u043e_\u0430\u0441\u04421\u0440_\u0434\u04351\u043a\u0432_\u0434\u04382\u0430\u043a_\u0434\u043e3\u04422_\u0437\u0430\u04322\u0440_\u0438\u043e4\u043d\u0430_\u043b\u0435\u04411\u043a_\u043b\u044e\u0441\u04421_\u043c\u04381\u043e\u043c_\u043c\u043e2\u043a1_\u043d\u04303\u04482_\u043d\u04353\u0432\u043d_\u043d\u04351\u0434\u0440_\u043d\u04351\u04372_\u043d\u04351\u0441\u043b_\u043d\u043e\u04411\u043a_\u043d\u0443\u043a1\u043b_\u043e\u04412\u043a\u0430_\u043e\u04413\u043f\u0438_\u043e\u04421\u0440\u043e_\u043e\u04421\u0440\u0443_\u043e\u04421\u0443\u0436_\u043f\u043e3\u04322_\u043f\u043e3\u04362_\u043f\u043e\u04372\u043d_\u043f\u0440\u043e\u04412_\u0440\u04352\u0431\u0440_\u0440\u04382\u0441\u043a_\u0441\u0435\u043f\u04422_\u0442\u04352\u043e3_\u0442\u0438\u04331\u0440_\u0443\u04372\u043d\u0430\u0430\u0431\u04353\u0441\u0442\u04303\u04322\u0447\u0435\u0430\u0433\u04301\u04412\u04302\u0433\u0438\u0442\u0438\u04302\u0433\u043b\u043e\u0441\u0430\u04332\u043b\u043e\u0442\u0430\u0434\u04382\u043e\u0434\u04302\u04341\u0440\u0443\u0430\u0437\u04304\u04483\u0430\u04373\u0432\u0435\u0437\u04302\u0437\u043e\u0432\u044c\u04302\u0437\u043e\u043b\u044c\u04301\u0437\u043e\u0440\u0438\u0430\u04372\u043e1\u0441\u0430\u043a3\u043b\u0435\u043c\u0430\u043a\u043e1\u043122\u0430\u043a\u043e\u043d\u0441\u0430\u043b\u0443\u04481\u0442\u04302\u043c\u0438\u043d\u0442\u0430\u043c2\u043d\u0435\u0442\u0430\u043c\u043e1\u04372\u0430\u043d\u04302\u0434\u0446\u0430\u043d2\u0434\u0440\u0430\u0430\u043d2\u0441\u0443\u0440\u04302\u043d1\u0443\u0437\u0430\u043f2\u043b\u043e\u043c\u0430\u043f\u043e4\u0432\u0441\u0430\u043f1\u0440\u0435\u043b\u0430\u0440\u04302\u0441\u0442\u0430\u04402\u0431\u043e\u043a\u0430\u04402\u0432\u0430\u043b\u0430\u0440\u04351\u0434\u0432\u0430\u0440\u04351\u043e\u043b\u0430\u04402\u0442\u043e\u0440\u0430\u04402\u04421\u04401\u0430\u0441\u0441\u0438\u0433\u0430\u0441\u04421\u0432\u0443\u0430\u04413\u0442\u0435\u043c\u0430\u04412\u0442\u0438\u043d\u0430\u04412\u0442\u0438\u044f\u0430\u04411\u0442\u043e\u043e\u0430\u04411\u0442\u0443\u0445\u04301\u0441\u0442\u044c\u0435\u0430\u04412\u0448\u0435\u0434\u0430\u04412\u0448\u0435\u0441\u0430\u04421\u043e\u0431\u0435\u04302\u0442\u043e\u043c\u043d\u0430\u04421\u0440\u0430\u0445\u0431\u04302\u04331\u0440\u0431\u04352\u04341\u0440\u0431\u0435\u04371\u04302\u0431\u0435\u04375\u04344\u0431\u0435\u04371\u043e2\u0431\u04352\u04411\u043a\u0431\u04352\u04411\u0442\u0431\u0435\u04413\u0442\u0435\u0431\u0435\u04413\u0442\u04381\u04312\u043b\u0430\u0437\u04313\u043b\u0430\u0437\u04381\u04312\u043b\u0435\u04351\u04312\u043b\u0435\u044f1\u04312\u043b\u0443\u04362\u04313\u043b\u044e_\u0431\u043e1\u0431\u0440\u0430\u0431\u043e1\u0434\u0440\u0430\u0431\u043e1\u043b2\u0436\u0431\u043e1\u043b\u044c\u0441\u0431\u043e3\u043c2\u043b\u0431\u043e3\u0441\u043a\u043e\u0431\u043e3\u0441\u0442\u0438\u0431\u0440\u04301\u0437\u043e1\u04312\u0440\u0430\u043b2\u04311\u0440\u0430\u043c\u04312\u0440\u0430\u0442\u044c1\u04312\u0440\u0430\u04472\u04313\u0440\u0430\u044f1\u04312\u0440\u0435\u0434\u04312\u0440\u0438\u0442\u043e\u04312\u0440\u0438\u0442\u044b\u04311\u0440\u043e\u043c_3\u0431\u0440\u0443\u043a\u04412\u04313\u0440\u044e_\u0431\u04432\u04331\u0440\u0432\u04302\u04341\u0440\u0432\u04303\u04362\u0434\u0432\u04302\u0441\u0442\u0440\u0432\u04352\u04411\u043a\u0432\u0437\u044a\u04353\u04343\u04322\u043a\u0443\u04412\u04323\u043b\u0430\u04313\u04322\u043d\u0443\u043a3\u04322\u043d\u0443\u0447\u0432\u043e\u04382\u04411\u0432\u043e\u04413\u043f\u0435\u0432\u043e2\u0441\u0442\u0440\u0432\u043e3\u04452\u04422\u04321\u0440\u0430\u043c2\u04321\u0440\u0430\u04452\u04321\u0440\u0435\u043d1\u04322\u0440\u0438\u0437\u0432\u0440\u043e3\u04422\u04323\u0441\u043a\u0430\u044f4\u04323\u0441\u043a\u04384\u04323\u0441\u043a\u0443\u0432\u0442\u043e1\u04312\u0432\u04432\u04451\u04303\u04322\u0448\u0438\u0432\u0432\u044b3\u04482\u043b\u0433\u04301\u0441\u04422\u04331\u043b\u0430\u043c\u04382\u0433\u043b\u0430\u0441\u044c3\u04332\u043b\u0438\u0444\u04333\u043b\u043e\u0431\u043b\u0433\u043d\u0438\u04422\u0440\u0433\u043e3\u04362\u0434\u0433\u043e2\u04411\u0430\u0433\u043e1\u0441\u043a\u043b\u0433\u043e1\u0441\u043f\u0430\u0433\u04432\u04411\u043a\u0434\u04302\u0433\u0435\u043d\u0434\u0430\u0441\u04421\u04402\u04341\u0432\u0438\u04342\u0434\u0432\u0438\u043d\u04422\u0434\u0432\u0438\u043d\u04472\u04341\u0432\u0438\u04412\u04341\u0432\u0438\u04421\u0434\u0432\u043e\u0440\u044c\u0434\u04351\u04312\u043b\u0434\u04351\u04312\u0440\u0434\u0435\u04371\u043e2\u0434\u0435\u0440\u0430\u04412\u0434\u04352\u04413\u0432\u0434\u04382\u0430\u043b\u0438\u0434\u04382\u0430\u043b\u043e\u0434\u0438\u043e3\u0434\u0435\u0434\u04381\u043e\u0442\u0438\u0434\u04383\u0444\u0442\u043e3\u0434\u043d\u0435\u0432\u043d4\u04343\u043d\u043e1\u0434\u043d\u043e3\u043423\u04342\u043d\u044f\u0448\u0434\u043e3\u04322\u043c\u0434\u043e3\u04362\u04342\u0434\u043e\u043b\u0438\u043c\u0434\u043e2\u043c1\u04402\u0434\u043e\u043f\u043b\u0435\u0434\u043e2\u043f\u0440\u0435\u0434\u043e2\u0440\u0443\u0431\u0434\u043e\u04422\u0440\u0438\u0434\u043e2\u04483\u0432\u0434\u043e3\u04482\u043a\u0434\u043e2\u0448\u043b\u044b1\u0434\u0440\u0430\u0432\u04482\u0434\u0440\u0430\u0437\u0432\u04341\u0440\u0430\u043d\u04352\u04343\u0440\u0435\u04361\u0434\u0440\u0435\u043c\u04301\u0434\u0440\u0435\u043c\u043b\u0434\u0440\u0435\u043c3\u043d1\u0434\u0440\u0435\u043c\u044b2\u04343\u0440\u0435\u043d\u0434\u0440\u04352\u0441\u043a\u04342\u0440\u0435\u0441\u04411\u04342\u0440\u043e\u04362\u04343\u0440\u043e\u04371\u04342\u0440\u044b\u04331\u04342\u0440\u044f\u0433\u0434\u04432\u0441\u0442\u04302\u0434\u0443\u04421\u0440\u0434\u044b2\u04331\u04402\u0434\u044b2\u04411\u0435\u04311\u0440\u0435\u043d\u0435\u04311\u0440\u043e\u0432\u04352\u04313\u0440\u044e\u04353\u04322\u043c\u0435\u0435\u04322\u043d\u0438\u043c\u0435\u04322\u043d\u044f\u0442\u0435\u0432\u0440\u04301\u04412\u04351\u0432\u0440\u0435\u0435\u04321\u0440\u0435\u0435\u0435\u04321\u0440\u0435\u0439\u0435\u04321\u0440\u0435\u044f\u0435\u0433\u04301\u04412\u04352\u0433\u043b\u0430\u043d\u0435\u0434\u043d\u043e\u04433\u0435\u04341\u043e\u043f\u0440\u04352\u0434\u043e\u0442\u0432\u04352\u04341\u043e\u0449\u04352\u0434\u0440\u0443_\u04352\u0434\u04432\u0431\u0435\u04341\u0443\u0431\u043e\u04352\u0434\u0443\u0432\u0435\u0435\u04341\u0443\u0441\u04422\u04353\u0434\u0443\u0448\u04352\u0435\u0432\u0438\u0434\u0435\u04352\u04321\u0440\u0435\u0435\u0441\u04421\u0440\u04354\u0436\u0434\u0435\u0432\u0435\u0437\u04302\u0432\u0440\u04351\u04372\u0432\u0430\u0435\u04371\u043e2\u0433\u0435\u04371\u043e2\u0440\u0435\u04371\u04432\u0434\u0435\u04371\u04432\u043a\u0435\u0437\u04432\u0441\u043e\u0435\u0437\u04432\u0441\u044b\u0435\u04371\u04432\u0445\u0435\u04371\u0443\u0447\u0430\u0435\u0438\u04411\u0442\u0440\u0435\u043a1\u0441\u0442\u0435\u0435\u043b\u04353\u0441\u043a\u0435\u043b\u04351\u0441\u0446\u0435\u043c\u04383\u04342\u0435\u043d2\u04341\u0440\u0435\u043e\u04312\u0440\u043e\u04352\u043e3\u0433\u043b\u0435\u043e2\u0433\u0440\u043e\u0435\u043e\u0434\u04353\u0437\u04352\u043e3\u0440\u043e\u0435\u043e\u0441\u04421\u0440\u0435\u043e\u04422\u0440\u0443\u0435\u043f\u04301\u0442\u0440\u0435\u043f\u0438\u04412\u043a\u0435\u043f1\u043b\u0435\u0448\u0435\u043f1\u043b\u044e\u0449\u0435\u04401\u0430\u043a\u0442\u0435\u0440\u04353\u0434\u043e\u0435\u0440\u04351\u0434\u0440\u0435\u0440\u04351\u043a2\u0435\u0440\u04351\u04454\u0435\u0440\u0438\u043e3\u0437\u0435\u04401\u043e\u0431\u043b2\u0435\u0440\u043e\u0432\u04382\u0435\u0440\u043e\u043a\u0440\u0435\u0440\u043e3\u04442\u0435\u04411\u043a\u0430\u043b\u04352\u0441\u043a\u043e\u0432\u0435\u04411\u043b\u0430\u0441\u0435\u04412\u043b\u0438\u043d\u0435\u04412\u043b\u043e\u0432\u0435\u04412\u043b\u043e\u043c\u0435\u04412\u043f\u0435\u043a\u0435\u04413\u043f\u043e\u043b\u0435\u04412\u0442\u0430\u043d\u0435\u04412\u0447\u0435\u0442\u0435\u0443\u043a2\u043b\u043e\u0435\u0444\u04383\u04312\u0435\u04451\u0430\u0442\u043e\u0435\u04453\u0432\u0430\u043b\u0435\u04453\u043b\u043e\u043f\u0435\u04451\u043e\u043f\u043e\u0435\u04451\u04432\u04473\u04362\u0434\u0435\u043b4\u0436\u0434\u0435\u043c\u0435\u0436\u04351\u043a2\u0432\u0437\u04302\u0432\u0440\u0443\u0437\u04303\u04362\u0434\u0437\u04303\u043c\u043d\u0435\u0437\u04303\u04402\u04342\u04373\u0432\u0430_\u04373\u0432\u0430\u043b\u044c1\u04372\u0432\u043e\u043d2\u04371\u0432\u0443\u044e\u0437\u04382\u043e\u043d\u043e\u0437\u04383\u04422\u0440\u0437\u043a\u043e3\u043f2\u0437\u043e3\u04322\u043c\u0437\u043e2\u043e3\u043f\u0437\u043e\u04422\u0440\u0435\u0437\u043e\u04422\u0440\u0438\u0437\u0440\u043e2\u04413\u0437\u04432\u04313\u04402\u04371\u0443\u04373\u04371\u04432\u043c\u043e\u04371\u04432\u0442\u0435\u0437\u04432\u0447\u0430\u04412\u0437\u044b2\u043312\u0437\u044b2\u04411\u0438\u04302\u0437\u043e\u0432\u0438\u04302\u043d\u0430\u043b\u0438\u04301\u04412\u043a\u0438\u04301\u0441\u0442\u0430\u0438\u04301\u0441\u0442\u043e\u0438\u0430\u04421\u0440\u043e\u0438\u04331\u0440\u0435\u043d\u04382\u04331\u0440\u044f\u0438\u0434\u04381\u043e\u043c\u0438\u0434\u04381\u043e\u0442\u04382\u0435\u0432\u043e\u0434\u0438\u04372\u0433\u043d\u0435\u0438\u04372\u043d\u0430\u043b\u0438\u043a\u04301\u04412\u0438\u043a2\u04411\u0442\u0438\u043b\u043e1\u0441\u043a\u04382\u043c\u0435\u043d\u043e\u04382\u043c\u0435\u043d\u04432\u0438\u043c\u0435\u043d\u044c1\u0438\u043d\u0441\u0442\u0438\u04383\u043e\u043d\u043e\u0432\u0438\u043e3\u0441\u043a\u043b\u0438\u043e1\u04412\u043f\u0438\u043e2\u04421\u0432\u0438\u043f\u04301\u0442\u0440\u0438\u043f\u043e3\u043a2\u0438\u0440\u04302\u0441\u0442\u04382\u04401\u0430\u0443\u0438\u0440\u04382\u0441\u043a\u0438\u0440\u043e1\u04372\u0438\u04413\u043a\u0430_\u0438\u04413\u043a\u0430\u043c\u0438\u04413\u043a\u0430\u0445\u0438\u04413\u043a\u043e\u0432\u0438\u04413\u043a\u0443_\u04382\u0441\u043b\u0430\u043c\u0438\u0441\u043e2\u0441\u043a\u04382\u04413\u043f\u0440\u04382\u0441\u04421\u0432\u0438\u04411\u0442\u044f\u0437\u04382\u04421\u0432\u0435\u0438\u04422\u0440\u0435\u0441\u0438\u04423\u0440\u043e\u043c\u04382\u04421\u0443\u0447\u04382\u04451\u0430\u0441\u0438\u04452\u043b\u043e2\u0438\u0445\u043b\u043e\u04401\u04392\u04413\u043c\u0443\u043a\u04302\u0431\u0440\u0438\u043a\u04303\u0434\u043d\u0435\u043a\u04302\u04341\u0440\u043a\u04302\u043f1\u043b\u043a\u04302\u043f\u0440\u0435\u043a\u0430\u04403\u0442\u0440\u043a\u04301\u04422\u0440\u043a\u04302\u04481\u0442\u043a\u04352\u04411\u043a\u043a\u04352\u0441\u044212\u043a3\u043b\u0430_2\u043a3\u043b\u0435_\u043a3\u043b\u0435\u043c_2\u043a3\u043b\u0438_2\u043a3\u043b\u0438\u04322\u043a3\u043b\u0438\u04412\u043a3\u043b\u043e_2\u043a3\u043b\u043e\u04412\u043a3\u043b\u044e_3\u043a2\u043d\u0438\u04363\u043a2\u043d\u044f\u04361\u043a\u043e\u043b\u044c\u04412\u043a\u043e\u043c\u0438\u043d\u043a\u043e2\u04403\u0432\u043a\u0440\u04352\u0441\u043b\u043a\u0440\u04382\u043e3\u043a\u0441\u0430\u043d\u04342\u043a1\u0441\u0442\u0430\u043c\u043a1\u0441\u0442\u0430\u043d3\u043a2\u0442\u043e_\u043a\u04432\u043f1\u0440\u043b\u04303\u04362\u04341\u043b\u0430\u043c\u0438_\u043b\u04301\u0441\u0442\u0430\u043b\u0430\u0441\u04421\u0432\u043b\u04301\u0441\u0442\u0435\u043b\u04301\u0441\u0442\u043e\u043b\u04301\u0441\u0442\u0443\u043b\u04301\u0441\u0442\u044f\u043b\u04301\u04422\u04401\u043b2\u0433\u0430\u043b\u043b\u0435\u04321\u0440\u0430\u043b\u04352\u04331\u043b\u043b\u04351\u043e\u043d\u0442\u043b\u04351\u043e2\u0441\u043b\u04354\u0441\u043a\u0430\u043b\u04351\u04412\u043b\u043b\u04351\u0441\u043f\u0435\u043b\u04351\u04422\u0440\u043b\u04382\u0433\u0440\u043e2\u043b1\u0438\u0441\u043f\u043b\u04382\u04453\u0432\u043b\u043e1\u04312\u04402\u043b\u043e\u0432\u0438\u044f3\u043b\u043e\u0432\u043e\u0434\u043b\u043e2\u04333\u0434\u043b\u043e\u0433\u043e1\u0441\u043b\u043e\u043a3\u043b\u04303\u043b\u043e\u043f\u0430\u04412\u043b1\u043e\u0440\u0433\u043b\u043e1\u04412\u043f\u043b\u04431\u04344\u04401\u043b\u044c\u0441\u0442\u04381\u043b\u044c\u0441\u0442\u044f\u043c\u04302\u043a1\u04402\u043c1\u0430\u043b\u043b\u043c\u04301\u04414\u0442\u043c\u04302\u0442\u043e\u0431\u043c\u04302\u04421\u0440\u043c\u04352\u04411\u043a\u043c\u04382\u0433\u0440\u0435\u043c\u0438\u043a1\u0440\u0438\u043c\u04381\u043e\u043f\u0438\u043c\u04381\u04412\u043b3\u043c2\u043d\u0435\u0448\u043c\u043e\u0438\u04411\u0442\u043c\u043e2\u043a3\u0432\u043c\u043e\u04411\u043a\u0430\u043c\u043e1\u04412\u043f\u043c\u043e2\u04421\u0440\u043c2\u04411\u043e\u04403\u043c2\u0441\u0442\u0438\u043c\u04431\u04412\u043a\u043c\u04431\u04414\u043b\u043d\u0430\u0431\u04381\u043e\u043d\u04301\u04322\u0440\u043d\u04303\u043c2\u043d\u043d\u04301\u0440\u0432\u0430\u043d\u04301\u04422\u0440\u043d1\u04302\u0444\u0440\u043d\u04303\u04482\u043b\u043d\u04341\u0440\u0430\u0433\u043d\u04341\u0440\u0430\u0436\u043d\u04342\u0440\u0438\u0430\u043d\u04351\u04322\u0434\u043d\u04353\u0432\u043d\u044f\u043d\u04351\u04342\u043b\u043d\u04352\u0434\u0440\u0430\u043d\u04351\u0434\u0440\u043e\u043d\u04353\u04362\u0434\u043d\u04351\u04372\u043b\u043d\u04351\u043a2\u0432\u043d\u04353\u043c2\u043d3\u043d\u04351\u043e2\u043d\u04352\u043e\u0434\u0430\u043d\u04351\u04402\u0436\u043d\u04353\u04412\u043d\u043d\u04351\u04412\u043f\u043d\u04351\u04412\u0445\u043d\u04351\u04412\u0447\u043d\u04351\u04422\u0432\u043d\u04353\u04422\u043b\u043d\u04351\u04422\u04402\u043d\u0438\u043d\u0441\u043f\u043d\u0438\u0441\u04422\u0440\u043d\u043a\u043e3\u043f2\u043d2\u043a1\u0440\u043e\u043d\u043d\u043e3\u043f2\u043d\u043e3\u04372\u043e\u043d\u043e1\u0441\u043a\u043b\u043d\u043e2\u0441\u043b\u0438\u043d\u043e1\u04412\u043f\u043d2\u0441\u043a\u043e\u043d\u043d2\u04411\u043e\u043a\u043d3\u04412\u043f\u0435\u043d\u0442\u04401\u0430\u0436\u043d2\u0442\u0440\u0430\u0440\u043d\u0442\u0440\u0430\u04412\u043d2\u0442\u0440\u0438\u0432\u043d2\u0442\u0440\u043e\u043a\u043d\u0442\u04401\u0443\u0434\u043d2\u04421\u0440\u044f2\u043d3\u044e2\u0440\u043e\u04312\u043b\u0435\u0432\u043e\u04312\u043b\u0435\u043c\u043e\u0431\u043e3\u043c2\u043e2\u0431\u0440\u0430_\u043e1\u0431\u0440\u0430\u0432\u043e1\u0431\u0440\u0430\u043d\u043e3\u04322\u043b\u043e\u043e2\u04321\u0440\u0438\u043e\u04323\u0441\u043a\u043e\u043e\u04333\u043b\u0430_\u043e\u04333\u043b\u0438_\u043e\u04333\u043b\u043e_\u043e\u04341\u0432\u043e\u04352\u043e\u0434\u04383\u04302\u043e3\u0434\u0438\u043c\u043e\u04342\u043b\u0438\u0442\u043e\u0434\u043e3\u043f\u0440\u043e2\u0434\u043e\u0441\u0438\u043e1\u0434\u0440\u0430\u0433\u043e\u04341\u0440\u0430\u0436\u043e\u04341\u0440\u0430\u0437\u043e\u04341\u0440\u0430\u043a\u043e1\u0434\u0440\u0430\u043b\u043e\u04343\u0440\u0435\u0431\u043e1\u0434\u0440\u043e\u0431\u043e\u04341\u0440\u043e\u0432\u043e2\u0434\u044b\u043c\u0430\u043e2\u0434\u044b\u043c\u0443\u043e2\u04351\u0432\u043b\u043e3\u0435\u0436\u0435\u043a\u043e3\u04362\u0434\u0443\u043e1\u04372\u0432\u0430\u043e\u04372\u0432\u0435\u043d\u043e1\u04372\u0432\u044f\u043e\u04372\u0433\u043b\u043e\u043e\u04372\u0434\u043e\u0440\u043e2\u04371\u043e\u0431\u043e\u0437\u043e1\u0440\u04432\u043e3\u043a\u0430\u043d2\u043e3\u043a\u043e\u043b\u043e\u043b2\u0433\u0430\u043d1\u043e\u043b\u0438\u043c\u043f\u043e\u043b\u04433\u04342\u043e3\u043c\u043d\u043e\u0436\u043e\u043d\u04353\u04442\u043e\u043d2\u0442\u0440\u0443\u043e\u043e\u0441\u04421\u0440\u043e2\u043f\u043b\u0435_\u043e\u043f2\u043b\u0438\u0442\u043e\u043f3\u043b\u044e_\u043e3\u043f\u043b\u044f\u0441\u043e\u043f\u043e4\u0432\u0441\u043e\u043f\u043e\u04372\u043d\u043e3\u043f2\u0442\u0435\u043e\u0440\u04302\u04413\u043e\u04402\u04313\u043b2\u043e3\u0440\u0435\u0433\u043e\u0440\u04352\u0441\u043a\u043e\u04401\u0438\u0441\u043f\u043e\u04401\u0443\u043a\u0441\u043e\u0441\u04303\u04362\u043e2\u04413\u0431\u0430\u043e\u04413\u043a\u0430\u0440\u043e\u0441\u043a1\u0432\u043e\u043e2\u0441\u043a\u0438_\u043e2\u0441\u043a\u043e\u0432\u043e\u04411\u043a\u043e\u0439\u043e\u04411\u043a\u043e\u043c\u043e\u04411\u043a\u043e\u044e\u043e\u04411\u043a\u0443\u044e\u043e\u04413\u043b\u0435\u0439\u043e\u04413\u043b\u043e\u0433\u043e\u04413\u043b\u044b\u0445\u043e\u04413\u043c\u043e\u0441\u043e\u04412\u043d\u044f\u043b\u043e\u04412\u043f\u0430\u0441\u043e1\u04412\u043f\u0443\u043e\u04412\u04413\u043c\u043e3\u0441\u0442\u0440\u0430\u043e\u04412\u0446\u0435\u043d2\u043e3\u0442\u0435\u043a2\u043e3\u0442\u0435\u0445\u043e3\u0442\u043a\u0430\u043b\u043e\u04421\u0440\u0430\u0431\u043e\u04421\u0440\u0430\u0434\u043e\u04421\u0440\u0430\u0437\u043e\u0442\u0440\u04302\u0441\u043e\u04421\u0440\u0435\u0436\u043e\u04421\u0440\u0435\u043a\u043e\u04421\u0440\u0435\u0447\u043e\u04421\u0440\u0435\u0448\u043e\u04421\u0440\u043e\u0434\u043e\u04421\u0440\u043e\u0435\u043e\u04421\u0440\u043e\u043a\u043e\u04421\u0440\u043e\u0441\u043e\u04421\u0440\u043e\u0447\u043e\u04421\u0440\u0443\u0433\u043e\u04421\u04432\u0447\u043e2\u0444\u043e\u0440\u0438\u043e2\u04471\u0442\u043e\u043f\u0430\u04411\u0442\u0430\u043f\u04301\u0441\u0442\u0435\u043f\u0430\u04411\u0442\u043e\u043f\u0430\u04411\u0442\u0443\u043f\u04301\u0442\u0440\u043e\u043f\u0435\u0440\u04381\u043e\u043f\u04352\u04411\u043a\u043f\u0438\u0430\u0441\u04421\u043f\u04382\u04363\u043c\u043f\u04382\u043a1\u0440\u043f1\u043b\u0435\u043c_\u043f1\u043b\u0435\u043c\u0441\u043f2\u043b\u0435\u043d\u043a\u043f1\u043b\u04352\u043e\u043f\u043b\u0435\u04411\u043a3\u043f2\u043b\u0438\u043a\u043f\u043e3\u04322\u0441\u043f\u043e\u04341\u0432\u043e\u043f\u043e1\u0437\u0432\u0435\u043f\u043e1\u0437\u0434\u043e\u043f\u043e1\u04372\u043b\u043f\u043e3\u043c\u043d\u043e\u043f\u043e3\u043c\u043d\u04433\u043f\u043e3\u043f2\u043f\u043e2\u0448\u043b\u043e\u043f\u043e2\u0448\u043b\u044b\u043f\u043e2\u0448\u043b\u044f\u043f\u0440\u04351\u043e\u0433\u043f\u0440\u04383\u04342\u043f\u0440\u0438\u043b\u044c2\u043f\u0440\u043e1\u0431\u043b\u043f\u0440\u043e\u04342\u043b\u043f\u0440\u043e3\u04362\u043f\u0440\u043e1\u04372\u043f1\u0440\u043e\u0437\u043e\u043f\u0440\u043e\u0444\u043e23\u043f2\u0441\u0430\u043b3\u043f2\u0441\u0438\u04453\u043f2\u0442\u0438\u0445\u043f\u0443\u04411\u043a\u0443\u0440\u04302\u04311\u04401\u0440\u0430\u0432\u043d\u044f\u0440\u04302\u0436\u0443\u0440\u0440\u04302\u0437\u0438\u0439\u0440\u04302\u0437\u0443\u04311\u0440\u0430\u043a\u0438\u0437\u0440\u04302\u043a3\u043b\u0440\u04302\u043d\u043e\u0445\u0440\u0430\u043d2\u0441\u0446\u0440\u04302\u043f1\u043b\u0440\u0430\u04413\u043a21\u0440\u0430\u0441\u0442\u0430\u0440\u04302\u0442\u0430\u043a\u0440\u04301\u04422\u04401\u04402\u0432\u0430\u0432\u04403\u0432\u0430\u0442\u0430\u0440\u0435\u04332\u043b\u044f\u0440\u04352\u0434\u043e\u0441\u0440\u04353\u04362\u0434\u0440\u04351\u04372\u043b\u0440\u04351\u0437\u043d\u04301\u0440\u04351\u0437\u043e\u0440\u04351\u043a2\u043b\u0440\u04353\u043c\u043d\u043e\u0440\u04351\u043e2\u0440\u0440\u04351\u043e2\u0444\u0440\u04351\u043e2\u0446\u0440\u0435\u04411\u043a\u0438\u0440\u04351\u04412\u043f\u0440\u04353\u0441\u0442\u0430\u0440\u04353\u0441\u0442\u043e\u0440\u04351\u04422\u0440\u0440\u0435\u0443\u04473\u0442\u0440\u04383\u04322\u043d\u0440\u04382\u0433\u043b\u043e\u0440\u04383\u04332\u043d\u0440\u04381\u04342\u0440\u0440\u04383\u043c2\u043d\u0440\u04383\u043c2\u0447\u0440\u04383\u0441\u0442\u0432\u0440\u04383\u04422\u0440\u0440\u0438\u044d\u0442\u04382\u0440\u043d\u04351\u04412\u0440\u043d\u043e3\u0441\u043b\u0440\u043e2\u0431\u043b\u044e\u0440\u043e1\u04312\u04401\u0440\u043e\u0433\u043e\u043b1\u0440\u043e\u0433\u0440\u0443\u0440\u043e3\u04342\u0437\u0440\u043e\u04342\u043b\u04351\u0440\u043e\u0437\u0430\u0440\u0440\u043e1\u04372\u04323\u0440\u043e\u0437\u044b\u0441\u0440\u043e\u04382\u044131\u0440\u043e\u043a\u043e\u043d1\u0440\u043e\u043b\u0438\u04411\u0440\u043e\u043b\u0438\u04461\u0440\u043e\u043c\u043e\u04401\u0440\u043e\u043d\u0430\u04361\u0440\u043e\u043d\u0430\u043f1\u0440\u043e\u043d\u043e\u0441\u0440\u043e\u043e\u043f1\u0440\u0440\u043e2\u043f\u043b\u044e2\u04401\u043e\u0440\u0433\u0440\u043e1\u04402\u0436\u0440\u043e2\u0441\u043a\u0438\u0440\u043e2\u0441\u043a\u0443\u0440\u043e1\u04412\u043f1\u0440\u043e\u04422\u0432\u0440\u043e\u04422\u0440\u0438\u04403\u0441\u0442\u0432\u043b\u04402\u0442\u0430\u043a\u043a\u04402\u04421\u043e\u0431\u0440\u04421\u043e\u0440\u0433\u0440\u04422\u0440\u0430\u043d\u0440\u04432\u0434\u0430\u04401\u0440\u0443\u0436\u0435\u0439\u0440\u04431\u0441\u0442\u0430\u0440\u0443\u0441\u04421\u0440\u04402\u04451\u0438\u043d\u04401\u04452\u043b\u043e\u04402\u04451\u043e\u043f\u0440\u044b2\u04411\u043a2\u04411\u0430\u0440\u043a2\u04411\u0430\u0442\u043b\u0441\u04302\u04441\u0440\u0441\u0431\u0435\u0437\u043e3\u0441\u0431\u04353\u044122\u04413\u0432\u0435\u043d\u0441\u04352\u043a1\u0440\u0441\u0435\u0440\u04352\u0431\u0441\u04353\u0441\u0442\u0430\u0441\u04353\u0441\u0442\u0435\u0441\u0435\u0441\u04421\u0440\u04412\u043a\u0430\u043d\u04341\u04412\u043a\u0430\u04443\u0441\u043a\u0438\u043d\u043e\u0441\u043a3\u043b\u044f\u04322\u0441\u043a\u043e\u043d\u0430\u04412\u043a\u043e\u043f\u04412\u0441\u043a\u0440\u0438\u04312\u04413\u043b\u0430_2\u04413\u043b\u0430\u044f2\u04413\u043b\u0438_2\u04413\u043b\u043e_\u04413\u043b\u043e\u043c\u04432\u04413\u043b\u043e\u04412\u04413\u043b\u0443\u044e2\u04413\u043b\u044b\u04352\u04413\u043b\u044b\u04392\u04413\u043b\u044b\u043c1\u04412\u043d\u0430\u04311\u04412\u043d\u0435\u04362\u04413\u043d\u0438\u043a\u0441\u043d\u043e1\u04372\u0441\u043e1\u04312\u0440\u0441\u043e1\u043b2\u0433\u0441\u043e2\u0440\u0438\u0435\u0441\u043e1\u04412\u043f1\u04412\u043f\u0435\u04462\u0441\u043f\u0438\u0441\u044f\u0441\u043f\u043e1\u04372\u0441\u0440\u04352\u04311\u0441\u0440\u04353\u0434\u043e\u0441\u0441\u0430\u043d\u04342\u04413\u04412\u043d\u0435\u04412\u0441\u043e\u0440\u0438\u0441\u04421\u0432\u0435\u0440\u0441\u04422\u0432\u043e\u043b1\u04414\u0442\u0435_1\u0441\u0442\u0435\u043d_\u04413\u0442\u0435\u0442_\u04413\u0442\u0435\u0442\u04352\u0441\u0442\u0438\u043c\u043f2\u0441\u0442\u0438\u043d\u04342\u0441\u0442\u0438\u043d\u04442\u0441\u0442\u0438\u043d\u044a\u04412\u0442\u0438\u0448\u043a\u04413\u04422\u043b\u0435\u0441\u04422\u043b\u0438\u043b\u0441\u04422\u043b\u0438\u0442\u04412\u0442\u043e1\u04313\u04412\u0442\u043e\u04382\u0441\u0442\u043e\u0440\u04332\u0441\u0442\u043e\u0440\u04362\u0441\u0442\u043e\u0440\u0441\u0441\u0442\u0440\u0430\u044124\u0441\u0442\u0440\u0430\u044f2\u0441\u0442\u0440\u0435\u0434\u0441\u04421\u0440\u0435\u04392\u0441\u0442\u0440\u0438\u0432\u0441\u04421\u0440\u0438\u04372\u0441\u0442\u0440\u0438\u043b2\u0441\u0442\u0440\u0438\u0449\u0441\u04421\u0440\u043e\u0430\u0441\u04421\u0440\u043e\u0434\u0441\u04421\u0440\u043e\u0445\u0441\u04422\u0440\u0443\u0431\u0441\u04421\u0440\u0443\u0448\u0441\u0443\u04311\u04302\u04412\u0446\u0435\u043d\u0430\u0441\u044b2\u043f1\u043b\u0441\u044b\u04411\u043a\u0430\u0442\u04301\u0432\u0440\u0438\u0442\u0430\u043a3\u043b\u0435\u04421\u0432\u043e1\u04372\u04421\u0432\u043e\u0439\u0442\u0435\u043b\u04351\u043e\u0442\u0435\u043c2\u04311\u0442\u04352\u043e3\u0434\u0442\u04354\u043f1\u043b\u0442\u04352\u0440\u0430\u043a\u0442\u0435\u0440\u04352\u043e\u0442\u04352\u0441\u043a\u0430\u0442\u04352\u0441\u043a\u0443\u0442\u04381\u0437\u043d\u0430\u0442\u0438\u043b\u04302\u043c2\u04421\u0438\u043d\u0432\u0442\u04381\u04412\u043b\u0442\u04383\u0441\u0442\u0432\u0442\u04383\u04442\u04403\u04422\u043a\u0430\u04323\u04422\u043a\u0430\u043d3\u04422\u043a\u0435\u0442\u0442\u043c\u0438\u0441\u04421\u0442\u043e2\u0431\u0435\u0441\u0442\u043e1\u04312\u043b\u0442\u043e3\u04342\u04402\u04421\u043e\u043c\u043c\u0442\u043e1\u04412\u043d\u0442\u043e1\u04412\u043f\u0442\u043e1\u04412\u0446\u04421\u0440\u0430\u0433\u04302\u04421\u0440\u0430\u04361\u0442\u0440\u0435\u0431\u043e1\u0442\u0440\u0435\u0431\u0443\u04421\u0440\u0435\u0431\u044c\u04421\u0440\u0435\u0432\u0435\u04421\u0440\u0435\u0432\u0448\u04421\u0440\u0435\u0437\u0430\u04421\u0440\u0435\u0437\u043d\u0442\u0440\u0435\u043f1\u043b3\u0442\u0440\u04352\u0441\u0442\u0440\u0435\u04411\u043a\u04421\u0440\u0435\u0441\u0442\u04421\u0440\u0435\u0442\u0443\u04422\u0440\u0435\u0448\u044c4\u0442\u0440\u0438\u043d\u0441\u04421\u0440\u043e\u0433\u043b\u04421\u0440\u043e\u0438\u0434\u0442\u0440\u043e3\u043f\u043b\u04421\u0440\u043e\u0441\u043e4\u04423\u0440\u043e\u04462\u04421\u0440\u044f\u0434\u0442\u04432\u0436\u0438\u043d\u0442\u044b2\u04411\u043a1\u04432\u0431\u044b\u0442\u0443\u04341\u0440\u0430\u043c\u0443\u04352\u04411\u043a\u0443\u043d2\u04341\u0440\u0443\u0440\u043e2\u0434\u043b\u0443\u04411\u043a\u043e\u043c\u0443\u04411\u043a\u0443_\u04433\u04454\u0432\u043e\u0444\u0430\u043d\u04341\u0440\u0444\u04352\u04411\u043a\u0444\u0438\u04302\u043a1\u0444\u04382\u043d\u0438\u043d2\u04441\u043e\u0440\u0433\u0444\u043e\u04403\u0442\u0440\u0444\u043e\u0442\u043e3\u043f2\u04441\u04432\u043f2\u04451\u0438\u0437\u044b1\u04452\u043b\u043e\u04402\u04451\u043e2\u043a\u0445\u043e2\u043f\u043e\u04402\u04451\u043e\u0441\u043d\u0445\u0440\u04382\u043f\u043b\u0445\u0440\u043e2\u043c\u04472\u0446\u0435\u0442\u0430\u04422\u04461\u043e2\u0434\u0447\u04302\u0435\u0432\u043e\u0447\u04302\u0435\u0432\u044b\u0447\u0430\u0441\u04421\u0432\u0447\u04301\u0441\u0442\u0435\u0447\u04301\u0441\u0442\u0443\u0447\u04301\u0441\u0442\u044f\u0447\u0435\u0440\u0441\u04421\u0448\u04302\u04331\u0440\u0448\u0430\u043d2\u043a\u0440\u0448\u0430\u04403\u04422\u0448\u04301\u0442\u0440\u043e3\u04482\u043a\u043e\u043b2\u04481\u043b\u0435\u0439\u04482\u043b\u0438\u0442\u04354\u04483\u043c\u044b_\u0449\u04351\u04312\u043b\u0449\u04382\u043f1\u043b\u044b2\u04341\u0440\u043e\u044b2\u043a3\u043b\u043e\u044b\u043d\u043e\u04413\u043b\u044b\u0440\u04302\u04413\u044c\u04352\u04411\u043a\u044c3\u043f2\u0442\u043e\u044c2\u0442\u0440\u0430\u0431\u044d\u0440\u04384\u0442\u0440\u044d\u0440\u043e1\u04412\u044d\u04412\u04421\u0440\u044d\u0442\u0438\u043b1\u0430\u044e2\u04311\u0440\u0435\u044e2\u0438\u0434\u0430\u043b\u044e\u0440\u04382\u0441\u043a3\u044f\u0432\u0438\u043a\u0441\u044f\u043c2\u04313\u043b_\u0432\u0441\u04422\u0440_\u0440\u0435\u04302\u043d\u0431\u0435\u0437\u04432\u0441\u0432\u0438\u04372\u0433\u043d\u0432\u044b\u04312\u0440\u0435\u0434\u043e\u04412\u043d\u044f4\u04363\u0434\u0438\u043a4\u04363\u0434\u0438\u0447\u043b\u04302\u04311\u0440\u043b\u04433\u04414\u043d\u043d\u04384\u0441\u044c_\u043e2\u043f\u043b\u044e\u0441\u043e\u0442\u04384\u0434\u043d\u043f\u0442\u04384\u0434\u043d\u0440\u0435\u04364\u0434\u04382\u0441\u0442\u0447\u0435_\u0441\u044b2\u043c\u0438\u04422\u0441\u044c\u0441\u044f_\u0430\u04373\u0432\u0451\u0437\u0430\u043c2\u043d\u0451\u0442\u0430\u04413\u0442\u0451\u043c\u0431\u04512\u04341\u04402\u04321\u0440\u0451\u043d2\u0434\u043e\u043f\u043b\u0451\u0434\u043e2\u043f\u0440\u04512\u04343\u0440\u0451\u04361\u0434\u0440\u0451\u043c\u04301\u0434\u0440\u0451\u043c\u044b2\u04343\u0440\u0451\u043d\u0435\u04311\u0440\u0451\u043d2\u04351\u0432\u0440\u0451\u0435\u0440\u04513\u0434\u043e\u0435\u0440\u04511\u043a2\u0435\u04412\u0447\u0451\u04422\u04511\u0432\u0440\u04352\u04513\u0434\u0443\u0448\u0451\u04371\u043e2\u0433\u0451\u043d2\u04341\u0440\u0451\u04412\u0442\u0430\u043d\u0451\u04451\u0430\u0442\u043e\u0451\u04453\u0432\u0430\u043b\u0451\u04453\u043b\u043e\u043f\u0451\u04451\u043e\u043f\u043e\u0437\u04303\u043c\u043d\u0451\u0437\u043e\u04422\u0440\u0451\u0438\u04331\u0440\u0451\u043d\u043b\u04301\u0441\u0442\u0451\u043b\u04514\u0441\u043a\u04303\u043c2\u043d\u0451\u0448\u043e\u04343\u0440\u0451\u04312\u043e3\u0442\u0451\u043a\u043e\u04421\u0440\u0451\u043a\u043e\u04421\u0440\u0451\u0448\u043f2\u043b\u0451\u043d\u043a\u043f\u043b\u0451\u04411\u043a_\u0440\u04512\u0431\u0440\u0440\u04511\u0437\u043d\u04301\u0440\u04511\u0437\u043e\u0440\u04513\u0441\u0442\u0430\u0440\u04513\u0441\u0442\u043e\u0440\u043e\u04342\u043b\u0451\u0441\u04353\u0441\u0442\u0451\u0441\u0451\u0441\u04421\u04401\u0441\u0442\u0451\u043d_\u04413\u0442\u0451\u0442_\u04413\u0442\u0451\u0442\u0435\u04413\u04422\u043b\u0451\u0442\u04514\u043f1\u043b\u0442\u04512\u0441\u043a\u0430\u0442\u04512\u0441\u043a\u04433\u04422\u043a\u0451\u0442\u04421\u0440\u0435\u0432\u0451\u04422\u0440\u0451\u0448\u044c\u0447\u0451\u0440\u0441\u04421",
  142.         7 : "_\u0432\u043e2\u04313\u043b_\u0432\u043e3\u04362\u0434_\u0437\u04303\u043c2\u043d_\u043b\u04352\u043f3\u0440_\u043c\u04432\u0448\u04421_\u043d\u04351\u04412\u0446_\u043e\u0431\u043e3\u04362_\u0440\u04302\u04413\u0442_\u0440\u04352\u04373\u0432_\u0440\u043e2\u04373\u0432_\u0440\u043e2\u04413\u043b_\u0445\u043e2\u04403\u0432_\u0447\u04352\u04411\u043a\u04302\u04341\u043e\u0431\u043b\u0430\u04372\u043e1\u0431\u0440\u04302\u043d1\u043e2\u0431\u0430\u043d1\u043e2\u0445\u0440\u0430\u043f\u043e3\u04472\u0442\u0431\u0438\u043b\u04383\u04422\u04312\u043b\u0435\u04411\u043a2\u04313\u043b\u044e\u0441\u044c1\u04312\u0440\u043e\u0434\u04381\u04312\u0440\u043e\u0441\u0438\u0431\u0440\u043e2\u04411\u043a\u0432\u04352\u0441\u04421\u0432\u0432\u04382\u04301\u04412\u0432\u04381\u04412\u043d\u0438\u0432\u043e2\u04313\u043b\u0430\u0433\u0440\u04384\u04323\u043d\u0434\u04352\u04371\u04302\u0434\u04382\u04411\u0442\u04402\u04341\u043e\u0431\u043b\u0430\u0434\u043e1\u04312\u0440\u0430\u04341\u043e2\u0441\u0435\u043d\u04341\u043e2\u0441\u0438\u043d2\u04341\u043e\u0441\u043d\u043e2\u04341\u043e\u0442\u0440\u044f1\u04342\u0440\u0430\u0437\u043d\u04341\u0440\u04302\u04413\u0434\u0440\u043e2\u04333\u043d\u0435\u0430\u043d2\u04341\u0440\u04351\u04342\u043b\u0438\u043d\u04351\u043e2\u0441\u0432\u0438\u04353\u043f2\u043b\u043e\u0434\u0435\u0440\u04353\u043c2\u043d\u04352\u04401\u04432\u043f\u04352\u04411\u043a\u0430_\u04354\u04411\u043a\u0443_2\u04361\u043e2\u04421\u0437\u04302\u04321\u0440\u04381\u04372\u043e3\u0440\u04352\u04371\u04432\u0431\u0435\u04382\u043b1\u04302\u0446\u04382\u043b1\u04432\u043f\u0438\u043d\u043e2\u043a3\u043b\u0438\u043d\u043e3\u043f2\u043b\u0438\u0441\u0430\u043d2\u04341\u043a\u04381\u04412\u043d\u04382\u043a3\u043b\u0430\u0441\u044c\u043a\u043e1\u04312\u0440\u0438\u043a\u043e\u0445\u043e2\u04403\u043b\u04302\u04341\u0430\u0433\u043b\u0430\u043d2\u04341\u0440\u043b\u04302\u0441\u04421\u0440\u043b\u04351\u04372\u043e3\u043b\u04433\u043f2\u043b\u043e\u043c\u0430\u043d2\u04341\u0440\u043c\u04352\u04361\u0430\u0442\u043c\u04352\u0441\u04421\u0440\u043d\u04302\u04381\u04412\u043d\u04301\u04402\u0432\u0438\u043d\u04352\u04401\u043e\u0442\u043d\u04382\u043b1\u0430\u043b\u043d\u04382\u043b1\u0430\u043c2\u043d1\u0438\u043d\u0441\u0442\u043d\u0442\u04381\u043e2\u043a\u043e\u0431\u043e1\u043b2\u0433\u043e3\u04322\u043d\u0443\u04481\u043e2\u0434\u0435\u044f\u043b\u043e2\u04341\u043e\u0442\u0447\u043e2\u04341\u04432\u0447\u043e\u0437\u04302\u04313\u0432\u043e\u043a\u043e3\u043f2\u043b\u043e3\u043c2\u043d\u0435\u043c\u043e3\u043c2\u043d\u0435\u0442\u043e2\u043f1\u043b\u0435\u0439\u043e\u043f\u043e2\u04483\u043b\u043e\u0440\u043e2\u04413\u043b\u043e2\u04411\u043a\u0430_\u043e1\u04412\u043a\u043e\u043f\u043e2\u04411\u043a\u0443_\u043e1\u04412\u043d\u0438\u043c\u043e1\u04412\u0448\u0438\u0432\u043e\u0448\u043f\u04302\u043a3\u043f\u04302\u04411\u0442\u044b\u043f\u04352\u04341\u0438\u043d\u043f\u04352\u043a1\u043b\u0430\u043f\u04352\u0441\u04421\u0440\u043f\u043e\u0434\u043e3\u043c2\u0440\u0430\u0434\u043e1\u04312\u0440\u0430\u04413\u04422\u043b\u0440\u0432\u043e1\u04372\u0434\u0440\u0435\u043c\u043e2\u04333\u0440\u0435\u04412\u04413\u043c\u0440\u043e2\u04341\u043e\u0442\u0440\u043e2\u04441\u0430\u043a\u04402\u04421\u0430\u043a\u04422\u04411\u0430\u043b\u044c\u043f2\u0441\u0431\u04353\u04372\u0441\u0442\u043e2\u04333\u043d\u04414\u04421\u0440\u043e\u0432\u0441\u0447\u04352\u04411\u043a\u0442\u04352\u04411\u043a\u0438\u0442\u04352\u04411\u043a\u043e3\u04422\u0440\u04352\u0445\u0442\u0440\u04382\u04331\u043b2\u04421\u04432\u043f\u0440\u0443\u0440\u04352\u04423\u0440\u0443\u0441\u043b\u04304\u04363\u0443\u0442\u043e3\u043f2\u0441\u04451\u0440\u04301\u04412\u044c2\u04421\u0430\u043c\u043f_\u0431\u043e2\u0434\u0440\u0430_\u043e\u04312\u043b\u044e\u044e_\u043e\u04312\u0440\u0435\u0435_\u043e\u04312\u0440\u0435\u0439_\u043e\u04312\u0440\u0435\u044e_\u043e\u04312\u0440\u0438\u0432_\u043e\u04312\u0440\u0438\u043b_\u043e\u04312\u0440\u0438\u0442_\u043f\u043e\u043c2\u043d\u0443_\u0441\u043e2\u043f\u043b\u0430\u0430\u0442\u0440\u043e2\u0441\u043a\u0431\u0438\u043d\u043e2\u0441\u043a\u0434\u0440\u043e2\u04363\u04362\u0434\u0440\u0443\u0436\u0435\u0439\u0438\u043b\u043b\u043e3\u043a2\u043c\u04352\u0434\u0438\u043d\u0441\u043c\u0438\u04414\u04413\u043d\u043d\u0430\u04402\u0432\u0430\u0442\u043d\u04352\u043e3\u0440\u0435\u043d2\u0442\u0440\u0430\u0441\u0441\u043e4\u04363\u0434\u0435\u0432\u043e\u0439\u04414\u043a\u043e\u0432\u043e2\u043c3\u0447\u0435_\u043e\u043d2\u0442\u0440\u0430\u0442\u043e\u0441\u043e4\u043c3\u043d\u043f\u043e2\u0434\u043e\u0434\u0435\u043f\u043e2\u0441\u0442\u0438\u043d\u043f\u0440\u0435\u043c2\u043d\u043e\u0440\u0435\u0434\u043e4\u043f\u043b\u0440\u043e\u04312\u043b\u0435\u044e2\u0441\u0431\u0440\u0443\u043a1\u04312\u043b\u0451\u04411\u043a\u04512\u04411\u043a\u0430_\u04514\u04411\u043a\u0443_1\u04372\u043e3\u0440\u0451\u043b\u04511\u04372\u043e3\u043e3\u043c2\u043d\u0451\u043c\u043e3\u043c2\u043d\u0451\u0442\u043e2\u043f1\u043b\u0451\u0439\u043f\u04512\u0441\u04421\u0440\u0441\u0447\u04512\u04411\u043a\u0442\u04512\u04411\u043a\u0438\u0442\u04512\u04411\u043a\u043e3\u04422\u0440\u04512\u0445_\u0447\u04512\u04411\u043a",
  143.         8 : "_\u0430\u04402\u04421\u043e2_\u043c\u04352\u04361\u04432\u04302\u043d1\u04302\u043c\u04352\u04341\u043e2\u0431\u0435\u0434\u043b\u043e2\u043a1\u04302\u0443\u043d2\u0442\u04401\u04302\u0433\u043e2\u04341\u043e2\u043f\u0435\u043e2\u04341\u043e2\u043f\u044b\u043f\u043e2\u04341\u043e2\u043a\u0440\u04352\u04341\u043e2\u043f\u04402\u04421\u04432\u0447\u0438_\u0434\u043e\u04312\u0440\u0435\u043b_\u0434\u043e1\u04312\u0440\u0438_\u043f\u04302\u043d1\u0438\u0441_\u0440\u043e2\u04413\u043f\u0438\u0434\u04381\u04412\u043b\u043e\u0432\u04352\u043e3\u043f\u043e\u0437\u0438\u0435\u0440\u04353\u04412\u0441\u043e2\u04371\u04302\u0445\u0430\u0432\u043d\u04381\u04412\u043a\u043e\u043b\u043e1\u04382\u04411\u0442\u0440\u043e\u043d\u04383\u043b2\u0430\u043c\u043f\u0435\u0440\u04351\u04412\u043d\u0441\u043e2\u0441\u0442\u0440\u0438\u0442\u0441\u043e3\u04422\u043a\u0430\u043b\u0442\u0440\u043e2\u0435\u0442\u0435\u0441_\u0434\u043e\u04312\u0440\u0451\u043b\u0442\u0440\u043e2\u0435\u0442\u0451\u0441",
  144.         9 : "\u04352\u043e3\u043f\u043b\u0430\u0442\u043e\u04382\u043b1\u04302\u043c\u0438\u043d\u043c\u04352\u04341\u043e2\u0441\u043c\u043c\u0435\u0442\u04382\u043b1\u0430\u043c\u043e2\u04341\u043e2\u0431\u043e\u043b\u043f\u043e2\u04341\u04432\u0440\u043e\u043f\u0440\u0438\u0447\u04352\u04411\u043a\u0440\u043d\u04383\u043b2\u04303\u043c\u043f\u0440\u0438\u0447\u04512\u04411\u043a",
  145.         10 : "\u043d\u043e4\u043b1\u04302\u043c\u0438\u043d"
  146.     }
  147. };
  148.  
  149. Hyphenator.config({
  150.     remoteloading : false,
  151.     onerrorhandler : function (e) {}
  152.  
  153. });
  154.  
  155. Hyphenator.run();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement