diff options
author | rekado <rekado@elephly.net> | 2013-01-24 17:05:17 +0800 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2013-01-24 17:05:17 +0800 |
commit | f5f793124fe7ae9950b0fd9457374946b3b6c294 (patch) | |
tree | c9a96b01f6e9572acb702928e5d2426e449cef5f |
use Hakyll instead of middleman
115 files changed, 5499 insertions, 0 deletions
diff --git a/css/mobile.css b/css/mobile.css new file mode 100644 index 0000000..532c573 --- /dev/null +++ b/css/mobile.css @@ -0,0 +1,46 @@ +@media only screen and (max-device-width: 480px) { + div#aside { + display: none; + position: relative; + height: auto; } + + div#mobilemenu { + display: block; + clear: both; + overflow: auto; + vertical-align: center; + background: #eee; + border-bottom: 3px solid #333333; + margin-bottom: 1em; } + div#mobilemenu a { + background: #fff; + font-size: 1.2em; + width: 25%; + padding: 10px; + margin: 5px; + float: left; + -moz-border-radius: 10px; + border-radius: 10px; + text-align: center; } + + div#page { + display: block; + float: none; + clear: both; + padding: 1em; } + div#page p { + width: auto; } + + div#frame { + width: auto; } + + div#logo { + display: none; } + + ul.archive li { + margin-bottom: 0.5em; } + ul.archive li a { + padding: 10px; } + + p.back a { + padding: 5px; } } diff --git a/css/reset.css b/css/reset.css new file mode 100644 index 0000000..bf12609 --- /dev/null +++ b/css/reset.css @@ -0,0 +1,62 @@ +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0b1 | 201101 + NOTE: WORK IN PROGRESS + USE WITH CAUTION AND TEST WITH ABANDON */ + +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, figcaption, figure, +footer, header, hgroup, menu, nav, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + outline: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} + +/* remember to define visible focus styles! +:focus { + outline: ?????; +} */ + +/* remember to highlight inserts somehow! */ +ins { + text-decoration: none; +} +del { + text-decoration: line-through; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} diff --git a/css/screen.css b/css/screen.css new file mode 100644 index 0000000..b5ca818 --- /dev/null +++ b/css/screen.css @@ -0,0 +1,296 @@ +html, body { + font-family: "droid serif", Georgia, Gentium, Palatino, Goudy, "Book Antiqua", "Palatino Linotype", "Linux Libertine", "Times New Roman", serif; + font-size: 100%; + line-height: 1.3em; + color: #333; + background: #eeede5; } + +body { + margin: 0 auto; } + body .elephly { + background: #bdc0ac; } + +#page ul { + list-style: square outside; + margin-top: 1em; + margin-bottom: 1em; } + +div.time { + color: #9ba0a7; + margin-top: -0.6em; + margin-bottom: 0.6em; + font-size: 0.9em; + font-weight: normal; } + +img#logo { + border-radius: 1em; + width: 100%; + margin-bottom: 0.5em; } + +div#navigation { + position: fixed; + top: 0; + padding: 0.5em; + height: 100%; + width: 8em; + background: #fff; + border-left: 1px solid #cccccc; + border-right: 1px solid #cccccc; + font-family: "Droid Sans", Arial, sans-serif; } + div#navigation ul ul { + margin-left: 1em; + margin-bottom: 0.4em; } + div#navigation li { + width: 100%; + margin: 0; } + div#navigation li a { + padding: 4px; + display: block; + color: #389; + text-decoration: none; + border: none; } + div#navigation li a:visited { + color: #167; } + div#navigation li a:hover { + color: #fff; + background: #666; } + +div.figure { + float: right; + text-align: center; + background: #fff; + box-shadow: 0 0 0.4em 0 #888; + padding: 1em; + margin: 0.5em -4em 0.5em 1em; } + div#page div.figure p.caption { + width: auto; + text-align: center; + font-size: 0.8em; } + +h1 { + color: #000; + margin-bottom: .2em; + line-height: 1.5em; + display: block; + font-size: 1.9em; + font-weight: 300; + font-family: Georgia; } + +h1:first-child { + margin-top: 14px; } + +* + h1, * + h2 { + margin-top: .5em; } + +h2, h3 { + color: #333; + margin-bottom: 0.5em; + line-height: 1.05em; + clear: both; + letter-spacing: -0.04em; + font-size: 1.3em; + font-weight: 700; + font-family: "Droid Sans", Arial, sans-serif; } + +h3 { + font-size: 1.2em; } + +a { + color: #389; + text-decoration: none; + border-bottom: 1px dotted #eeede5; } + a:visited { + color: #167; } + a:hover { + background: #eeede5; } + +strong { + font-weight: bold; } + +div#page { + width: 590px; + overflow: visible; + padding-left: 2em; + margin-bottom: 100px; + margin-left: 9em; } + div#page ul { + width: 36em; } + div#page p { + margin-bottom: 0; + text-align: justify; + width: 36em; + font-size: 1em; } + div#page p img, div#page p video { + display: inline; + float: right; + margin-left: 0.8em; + -moz-border-radius: 15px; + border-radius: 15px; } + div#page p.back { + margin-top: 1.5em; + width: 20%; } + div#page blockquote { + margin-left: 3em; + margin-top: 1em; + margin-bottom: 1em; + font-size: 0.9em; + font-style: italic; } + div#page blockquote p { + width: 80%; } + div#page img.full { + margin-top: 0.5em; + margin-bottom: 1em; + margin-left: 0; + margin-right: 0; + position: static; + float: none; + clear: both; + padding: 0; + display: block; + -moz-border-radius: 15px; + border-radius: 15px; } + div#page img.stretch { + width: 100%; } + div#page div.fineprint { + font-size: .7em; + text-indent: 0; + line-height: 1em; + margin-top: 1em; + padding-top: 1em; + border-top: 1px dotted #aaaaaa; + width: 100%; + color: #666; + clear: both; + display: block; } + div#page div.fineprint license { + display: block; + clear: both; } + div#page div.fineprint img { + display: block; + float: left; + margin-right: .5em; } + +p + p, div.figure + p { + text-indent: .5em; + margin-top: 0.2em; } + +img.flickr { + position: relative; + display: block; + margin: 0 auto; + width: 100%; } + +img.undecorated { + margin: 0; + padding: 0; } + +img.headline { + margin: 0; + margin-right: 1em; + padding: 0; + vertical-align: text-bottom; } + +div#columns { + margin-bottom: 1em; } + div#columns ul { + list-style: none outside none; + margin: 0; + float: left; + width: 32%; } + +span.code { + font-family: "Envy Code R", "Inconsolata", "Consolas", "Courier New", monospace; + font-size: 0.85em; + color: #111; + background: #dedede; + border-bottom: #888; + padding: .15em; } + +br { + clear: left; } + +em { + font-style: italic; } + +.item + .item { + margin-top: 1em; } + +ul.list { + list-style-type: square; } + ul.list li { + margin-bottom: .4em; } + ul.list li .description { + font-size: .8em; } + +table { + font-size: .8em; + line-height: 1em; + border-collapse: collapse; + margin-bottom: 1em; + clear: both; } + table th { + color: #999; + font-weight: 400; + padding-right: 1em; + border-right: 1px solid #ffaa00; + text-align: right; } + table td { + color: #777; + margin: 0; + padding: 0; + padding-left: 1em; + text-align: left; } + +div.download { + float: left; + width: 35%; + margin-right: 10%; + margin-bottom: 1.5em; } + div.download a { + display: block; + width: 100%; + text-align: center; + padding: 0.5em 0; + font-family: sans-serif; + background: #fff; + color: #888; + border-radius: 2em; + -moz-border-radius: 2em; } + div.download a:hover { + background: #888; + color: #fff; } + +h1.year { + border-bottom: 4px solid #eeede5; + width: 50%; } + +h2.month { + font-weight: normal; } + +ul.archive { + margin-left: 1em; } + +/* DISQUS */ +h1.disqus { + margin-top: 1em; + float: left; } + +div#disqus_thread { + border-top: 5px solid #999999; + padding: 0 1em 1em; + background: #eeede5; + margin-top: 1em; + -moz-border-radius: 0 0 15px 15px; + border-radius: 0 0 15px 15px; + font-size: 14px; } + div#disqus_thread ul { + width: auto; } + div#disqus_thread #dsq-global-toolbar { + margin: 0.5em 0; } + div#disqus_thread #dsq-reply { + margin-top: 0.5em; } + div#disqus_thread h3 { + clear: none; } + +#mobilemenu { + display: none; } diff --git a/downies/1-threatened-species.pdf b/downies/1-threatened-species.pdf Binary files differnew file mode 100644 index 0000000..7cc04a5 --- /dev/null +++ b/downies/1-threatened-species.pdf diff --git a/downies/2-new-zealand-ecosystems.pdf b/downies/2-new-zealand-ecosystems.pdf Binary files differnew file mode 100644 index 0000000..868d341 --- /dev/null +++ b/downies/2-new-zealand-ecosystems.pdf diff --git a/downies/3-1-sustainable-development--a-revolution-or-business-as-usual.pdf b/downies/3-1-sustainable-development--a-revolution-or-business-as-usual.pdf Binary files differnew file mode 100644 index 0000000..6c9d4d8 --- /dev/null +++ b/downies/3-1-sustainable-development--a-revolution-or-business-as-usual.pdf diff --git a/downies/3-2-energy-production-and-consumption-in-nz.pdf b/downies/3-2-energy-production-and-consumption-in-nz.pdf Binary files differnew file mode 100644 index 0000000..e8734cf --- /dev/null +++ b/downies/3-2-energy-production-and-consumption-in-nz.pdf diff --git a/downies/3-3-fishing-in-nz.pdf b/downies/3-3-fishing-in-nz.pdf Binary files differnew file mode 100644 index 0000000..3036172 --- /dev/null +++ b/downies/3-3-fishing-in-nz.pdf diff --git a/downies/3-marine-reserves-and-nzbs.pdf b/downies/3-marine-reserves-and-nzbs.pdf Binary files differnew file mode 100644 index 0000000..48f6507 --- /dev/null +++ b/downies/3-marine-reserves-and-nzbs.pdf diff --git a/downies/4-human-impacts-on-ecosystems.pdf b/downies/4-human-impacts-on-ecosystems.pdf Binary files differnew file mode 100644 index 0000000..bc55070 --- /dev/null +++ b/downies/4-human-impacts-on-ecosystems.pdf diff --git a/downies/5-industry-ozone-climate-change-agriculture.pdf b/downies/5-industry-ozone-climate-change-agriculture.pdf Binary files differnew file mode 100644 index 0000000..f7f8e08 --- /dev/null +++ b/downies/5-industry-ozone-climate-change-agriculture.pdf diff --git a/downies/6-on-biodiversity-loss-and-human-population-pressures.pdf b/downies/6-on-biodiversity-loss-and-human-population-pressures.pdf Binary files differnew file mode 100644 index 0000000..7fa590e --- /dev/null +++ b/downies/6-on-biodiversity-loss-and-human-population-pressures.pdf diff --git a/downies/elephly.svg b/downies/elephly.svg new file mode 100644 index 0000000..b4a4d1b --- /dev/null +++ b/downies/elephly.svg @@ -0,0 +1,1271 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.48.1 r9760" + width="1052.3622" + height="744.09448" + version="1.0" + sodipodi:docname="elephly.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/fluffy/drawings/elephly.png" + inkscape:export-xdpi="300.05814" + inkscape:export-ydpi="300.05814"> + <sodipodi:namedview + inkscape:window-height="1048" + inkscape:window-width="1920" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + inkscape:zoom="1.8101934" + inkscape:cx="478.40174" + inkscape:cy="469.37081" + inkscape:window-x="0" + inkscape:window-y="32" + inkscape:current-layer="layer1" + showborder="true" + inkscape:showpageshadow="true" + showguides="true" + inkscape:guide-bbox="true" + showgrid="false" + width="1052.3622px" + height="744.09449px" + inkscape:window-maximized="0" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs5"> + <linearGradient + id="linearGradient4145"> + <stop + style="stop-color:#fdfff4;stop-opacity:1;" + offset="0" + id="stop4147" /> + <stop + style="stop-color:#f8e4bd;stop-opacity:1;" + offset="1" + id="stop4149" /> + </linearGradient> + <linearGradient + id="linearGradient4110"> + <stop + style="stop-color:#17280c;stop-opacity:1;" + offset="0" + id="stop4112" /> + <stop + style="stop-color:#518430;stop-opacity:1;" + offset="1" + id="stop4114" /> + </linearGradient> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 372.04724 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="1052.3622 : 372.04724 : 1" + inkscape:persp3d-origin="526.18109 : 248.03149 : 1" + id="perspective3297" /> + <marker + inkscape:stockid="SquareL" + orient="auto" + refY="0" + refX="0" + id="SquareL" + style="overflow:visible"> + <path + id="path3450" + d="M -5,-5 L -5,5 L 5,5 L 5,-5 L -5,-5 z " + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="scale(0.8,0.8)" /> + </marker> + <marker + inkscape:stockid="SemiCircleIn" + orient="auto" + refY="0" + refX="0" + id="SemiCircleIn" + style="overflow:visible"> + <path + id="path3495" + d="M -0.37450702,-0.04569258 C -0.37450702,2.7143074 1.865493,4.9543074 4.625493,4.9543074 L 4.625493,-5.0456926 C 1.865493,-5.0456926 -0.37450702,-2.8056926 -0.37450702,-0.04569258 z " + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none" + transform="scale(0.6,0.6)" /> + </marker> + <marker + style="overflow:visible" + inkscape:stockid="InfiniteLineEnd" + id="InfiniteLineEnd" + refX="0" + refY="0" + orient="auto"> + <g + id="g3552"> + <circle + id="circle3554" + r="0.80000001" + cy="0" + cx="3" + sodipodi:cx="3" + sodipodi:cy="0" + sodipodi:rx="0.80000001" + sodipodi:ry="0.80000001" /> + <circle + id="circle3556" + r="0.80000001" + cy="0" + cx="6.5" + sodipodi:cx="6.5" + sodipodi:cy="0" + sodipodi:rx="0.80000001" + sodipodi:ry="0.80000001" /> + <circle + id="circle3558" + r="0.80000001" + cy="0" + cx="10" + sodipodi:cx="10" + sodipodi:cy="0" + sodipodi:rx="0.80000001" + sodipodi:ry="0.80000001" /> + </g> + </marker> + <marker + inkscape:stockid="Dot_l" + orient="auto" + refY="0" + refX="0" + id="Dot_l" + style="overflow:visible"> + <path + id="path3441" + d="M -2.5,-1 C -2.5,1.76 -4.74,4 -7.5,4 C -10.26,4 -12.5,1.76 -12.5,-1 C -12.5,-3.76 -10.26,-6 -7.5,-6 C -4.74,-6 -2.5,-3.76 -2.5,-1 z " + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none" + transform="matrix(0.8,0,0,0.8,5.92,0.8)" /> + </marker> + <marker + inkscape:stockid="Torso" + orient="auto" + refY="0" + refX="0" + id="Torso" + style="overflow:visible"> + <g + id="g3529" + transform="scale(0.7,0.7)"> + <path + id="path3531" + d="M -4.7792281,-3.239542 C -2.4288541,-2.8736027 0.52103922,-1.3019943 0.25792722,0.38794346 C -0.0051877922,2.0778819 -2.2126741,2.6176539 -4.5630471,2.2517169 C -6.9134221,1.8857769 -8.521035,0.75201414 -8.257922,-0.93792336 C -7.994809,-2.6278615 -7.1296041,-3.6054813 -4.7792281,-3.239542 z " + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1.25;marker-start:none;marker-mid:none;marker-end:none" /> + <path + id="path3533" + d="M 4.4598789,0.088665736 C -2.5564571,-4.378332 5.2248769,-3.9061806 -0.84829578,-8.7197331" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-end:none" /> + <path + id="path3535" + d="M 4.9298719,0.057520736 C -1.3872731,1.7494689 1.8027579,5.4782079 -4.9448731,7.5462725" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none" /> + <rect + id="rect3537" + transform="matrix(0.527536,-0.849533,0.887668,0.460484,0,0)" + y="-1.7408575" + x="-10.391706" + height="2.7608147" + width="2.6366582" + style="fill-rule:evenodd;stroke-width:1pt;marker-end:none" /> + <rect + id="rect3539" + transform="matrix(0.671205,-0.741272,0.790802,0.612072,0,0)" + y="-7.9629307" + x="4.9587269" + height="2.8614161" + width="2.7327356" + style="fill-rule:evenodd;stroke-width:1pt;marker-end:none" /> + <path + id="path3541" + transform="matrix(0,-1.109517,1.109517,0,25.96648,19.71619)" + d="m 16.779951,-28.685045 c 0,0.335412 -0.271905,0.607317 -0.607317,0.607317 -0.335412,0 -0.607317,-0.271905 -0.607317,-0.607317 0,-0.335412 0.271905,-0.607318 0.607317,-0.607318 0.335412,0 0.607317,0.271906 0.607317,0.607318 z" + sodipodi:ry="0.60731727" + sodipodi:rx="0.60731727" + sodipodi:cy="-28.685045" + sodipodi:cx="16.172634" + style="fill:#ff0000;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none" + sodipodi:type="arc" /> + <path + id="path3543" + transform="matrix(0,-1.109517,1.109517,0,26.8245,16.99126)" + d="m 16.779951,-28.685045 c 0,0.335412 -0.271905,0.607317 -0.607317,0.607317 -0.335412,0 -0.607317,-0.271905 -0.607317,-0.607317 0,-0.335412 0.271905,-0.607318 0.607317,-0.607318 0.335412,0 0.607317,0.271906 0.607317,0.607318 z" + sodipodi:ry="0.60731727" + sodipodi:rx="0.60731727" + sodipodi:cy="-28.685045" + sodipodi:cx="16.172634" + style="fill:#ff0000;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none" + sodipodi:type="arc" /> + </g> + </marker> + <marker + inkscape:stockid="Tail" + orient="auto" + refY="0" + refX="0" + id="Tail" + style="overflow:visible"> + <g + id="g3415" + transform="scale(-1.2,-1.2)"> + <path + id="path3417" + d="M -3.8048674,-3.9585227 L 0.54352094,0" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;marker-start:none;marker-end:none" /> + <path + id="path3419" + d="M -1.2866832,-3.9585227 L 3.0617053,0" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;marker-start:none;marker-end:none" /> + <path + id="path3421" + d="M 1.3053582,-3.9585227 L 5.6537466,0" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;marker-start:none;marker-end:none" /> + <path + id="path3423" + d="M -3.8048674,4.1775838 L 0.54352094,0.21974226" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;marker-start:none;marker-end:none" /> + <path + id="path3425" + d="M -1.2866832,4.1775838 L 3.0617053,0.21974226" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;marker-start:none;marker-end:none" /> + <path + id="path3427" + d="M 1.3053582,4.1775838 L 5.6537466,0.21974226" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;marker-start:none;marker-end:none" /> + </g> + </marker> + <marker + inkscape:stockid="Arrow1Lend" + orient="auto" + refY="0" + refX="0" + id="Arrow1Lend" + style="overflow:visible"> + <path + id="path3382" + d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z " + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" + transform="matrix(-0.8,0,0,-0.8,-10,0)" /> + </marker> + <linearGradient + id="linearGradient6165" + inkscape:collect="always"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:1;" + id="stop6167" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0;" + id="stop6169" /> + </linearGradient> + <linearGradient + id="linearGradient10857"> + <stop + offset="0" + style="stop-color:#fdff78;stop-opacity:0.24705882;" + id="stop11166" /> + <stop + offset="0.5" + style="stop-color:#fffd00;stop-opacity:0.12156863;" + id="stop11170" /> + <stop + offset="1" + style="stop-color:#f6ef19;stop-opacity:0;" + id="stop10861" /> + </linearGradient> + <radialGradient + r="31.575176" + id="radialGradient10869" + fx="-193.51515" + fy="181.9679" + spreadMethod="pad" + gradientUnits="userSpaceOnUse" + inkscape:collect="always" + cy="181.9679" + cx="-193.51515" + xlink:href="#linearGradient10857" + gradientTransform="matrix(1,0,0,1.0230725,0,-4.1984461)" /> + <linearGradient + id="linearGradient6175" + gradientUnits="userSpaceOnUse" + inkscape:collect="always" + x1="2749.0061" + x2="2704.0767" + xlink:href="#linearGradient6165" + y1="196.50372" + y2="165.09668" /> + <filter + id="filter4662" + inkscape:label="Jam spread" + inkscape:menu="Textures" + inkscape:menu-tooltip="Glossy clumpy jam spread" + color-interpolation-filters="sRGB"> + <feGaussianBlur + id="feGaussianBlur4664" + stdDeviation="1" + in="SourceGraphic" + result="result0" /> + <feTurbulence + id="feTurbulence4666" + result="result1" + numOctaves="7" + seed="488" + baseFrequency="0.017" + type="turbulence" /> + <feComposite + id="feComposite4668" + in2="result1" + in="result0" + operator="out" + result="result2" /> + <feGaussianBlur + id="feGaussianBlur4670" + stdDeviation="0.5" + result="result5" /> + <feSpecularLighting + id="feSpecularLighting4672" + in="result5" + specularExponent="100" + specularConstant="4" + result="result4" + surfaceScale="1.5"> + <feDistantLight + id="feDistantLight4674" + azimuth="225" + elevation="62" /> + </feSpecularLighting> + <feComposite + id="feComposite4676" + in2="result2" + operator="atop" + in="result4" + result="result91" /> + <feBlend + id="feBlend4678" + in2="result91" + mode="multiply" /> + </filter> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4110" + id="radialGradient4116" + cx="609.50769" + cy="96.168594" + fx="609.50769" + fy="96.168594" + r="60.767464" + gradientTransform="matrix(1,0,0,0.872131,0,12.296982)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4145" + id="linearGradient4151" + x1="565.9563" + y1="178.27368" + x2="605.66748" + y2="178.27368" + gradientUnits="userSpaceOnUse" /> + <filter + inkscape:collect="always" + id="filter4223" + x="-0.66721992" + width="2.3344398" + y="-0.66721992" + height="2.3344398"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="102.02905" + id="feGaussianBlur4225" /> + </filter> + </defs> + <g + inkscape:label="circle" + style="display:none" + id="layer8" + inkscape:groupmode="layer"> + <rect + style="fill:#000000;fill-opacity:1;stroke:none;display:inline" + id="rect3145" + width="550" + height="550" + x="281.68704" + y="28.028683" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1;stroke:none;filter:url(#filter4223)" + id="path4153" + sodipodi:cx="558.5" + sodipodi:cy="319.59448" + sodipodi:rx="183.5" + sodipodi:ry="183.5" + d="m 742,319.59448 a 183.5,183.5 0 1 1 -367,0 183.5,183.5 0 1 1 367,0 z" + transform="matrix(0.63801547,0,0,0.63801547,199.58468,98.615083)" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + </g> + <g + inkscape:label="ground shadow" + style="display:inline" + id="layer9" + inkscape:groupmode="layer" + sodipodi:insensitive="true" /> + <g + style="opacity:0.42975207" + id="g12188" + transform="translate(-706.43197,-16.21059)" /> + <g + id="g16138" + transform="translate(453.2575,-50.202571)" /> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="plant" + style="display:inline"> + <path + style="fill:#1f4208;fill-opacity:1;display:inline" + d="m 662.11067,52.187827 c -1.59381,1.84548 -7.17864,5.20466 -7.17864,4.31784 0,-2.543197 4.28701,-6.961102 6.75482,-6.961102 2.51057,0 2.54133,0.191448 0.42382,2.643262 z" + id="path4069" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ssss" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#1f4208;fill-opacity:1;display:inline" + d="m 656.79191,50.898867 c -1.40669,1.557085 -2.87672,3.6288 -3.26648,4.603798 -0.63514,1.588348 -0.7127,1.46642 -0.74543,-1.172364 -0.0552,-4.431634 0.65192,-6.206195 2.94538,-7.392166 4.4107,-2.280906 4.93769,-0.324146 1.06653,3.960732 z" + id="path4067" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccc" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#1f4208;fill-opacity:1;display:inline" + d="m 651.10731,52.478678 c 0.25942,3.585282 0.1104,4.42857 -0.78237,4.42857 -2.05927,0 -2.95794,-2.052726 -2.5873,-5.91014 0.6339,-6.596367 2.85609,-5.619306 3.36967,1.48157 z" + id="path4065" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cscc" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#1f4208;fill-opacity:1;display:inline" + d="m 663.69857,58.054102 c -1.17862,0.728381 -6.56799,0.904765 -6.9858,0.228628 -0.53441,-0.864668 2.27292,-2.111758 4.75386,-2.111758 2.36587,0 3.59757,1.039137 2.23194,1.88313 z" + id="path4063" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccsc" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#1f4208;fill-opacity:1;display:inline" + d="m 648.30561,58.469927 c 0,1.36316 -3.83212,0.562252 -5.55547,-1.161078 -1.8926,-1.892665 -2.25322,-3.710084 -1.09842,-5.536189 0.76201,-1.204908 4.44513,1.556017 4.44513,3.332105 0,0.487242 0.49696,1.298357 1.10433,1.802483 0.60747,0.504116 1.10443,1.207316 1.10443,1.562679 z" + id="path4061" + inkscape:connector-curvature="0" + sodipodi:nodetypes="sccscs" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#1f4208;fill-opacity:1;display:inline" + d="m 662.79897,62.742386 c -1.13999,0.435198 -2.29955,0.765121 -2.57698,0.733147 -3.08605,-0.355744 -3.33572,-3.623219 -0.27677,-3.623219 3.5458,0 5.42895,1.906971 2.85375,2.890072 z" + id="path4059" + inkscape:connector-curvature="0" + sodipodi:nodetypes="scss" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#1f4208;fill-opacity:1;display:inline" + d="m 655.65166,62.814086 c -2.50702,2.506954 -6.60982,1.340057 -6.60982,-1.879928 0,-2.016049 2.42571,-3.02916 5.44085,-2.272423 2.41306,0.605638 2.91884,2.402434 1.16897,4.152351 z" + id="path4057" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cssc" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#1f4208;fill-opacity:1;display:inline" + d="m 647.5693,63.349586 c 0,0.852346 -0.91453,0.866529 -3.16588,0.04909 -2.63268,-0.955935 -2.19244,-2.374202 0.82983,-2.67267 1.72615,-0.170481 2.33605,0.06981 2.33605,0.920324 0,0.633083 0,1.399547 0,1.703256 z" + id="path4055" + inkscape:connector-curvature="0" + sodipodi:nodetypes="scsss" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#1f4208;fill-opacity:1;display:inline" + d="m 663.1486,68.624581 c -1.94157,1.039108 -1.81505,1.070306 -3.67052,-0.904839 -2.0726,-2.206171 -2.03256,-3.449823 0.11131,-3.449823 2.79054,0 5.50051,3.315688 3.55921,4.354662 z" + id="path4053" + inkscape:connector-curvature="0" + sodipodi:nodetypes="scss" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#1f4208;fill-opacity:1;display:inline" + d="m 657.03183,67.118498 c 0.69261,2.257114 0.62321,2.844619 -0.4575,3.869566 -1.96755,1.866128 -3.11484,0.89229 -3.11484,-2.644149 0,-4.378737 2.35638,-5.187066 3.57234,-1.225417 z" + id="path4051" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccsc" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#1f4208;fill-opacity:1;display:inline" + d="m 652.0252,70.088549 c -0.83489,1.560085 -2.7562,2.507202 -3.30017,1.626904 -0.81145,-1.312776 0.52099,-5.854623 1.81674,-6.193488 1.62861,-0.425884 2.58299,2.51206 1.48343,4.566584 z" + id="path4049" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#1f4208;fill-opacity:1;display:inline" + d="m 564.25253,79.918253 c 0,1.64641 -0.24843,2.955042 -0.55212,2.908059 -4.75565,-0.735546 -6.86342,-3.8231 -4.77451,-6.993972 2.27331,-3.450661 5.32663,-1.108483 5.32663,4.085913 z" + id="path4047" + inkscape:connector-curvature="0" + sodipodi:nodetypes="sccs" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#1f4208;fill-opacity:1;display:inline" + d="m 612.70667,88.249659 c 0.29383,3.55031 -0.54107,3.491624 -2.64104,-0.185611 -2.03901,-3.57064 -4.57576,-5.3341 -7.96963,-5.540151 -1.40501,-0.08531 -2.79139,-0.408342 -3.08071,-0.71787 -1.14374,-1.223183 6.61169,0.285236 9.93222,1.931833 3.17422,1.574049 3.55376,2.029538 3.75916,4.511799 z" + id="path4045" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccscsc" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#1f4208;fill-opacity:1;display:inline" + d="m 610.63745,92.822002 c 0,0.813379 -1.91129,0.348895 -4.12898,-1.003426 -2.92389,-1.782934 -6.70856,-8.171995 -4.83846,-8.167829 3.03176,0.0067 8.96744,6.077405 8.96744,9.171255 z" + id="path4043" + inkscape:connector-curvature="0" + sodipodi:nodetypes="sscs" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#1f4208;fill-opacity:1;display:inline" + d="m 628.70578,103.09568 c -1.35365,0.64229 -2.74234,1.12939 -3.08607,1.08242 -3.17168,-0.43343 -3.02547,-0.88075 1.21332,-3.7113 2.43106,-1.623368 4.41999,-3.255477 4.41999,-3.626905 0,-1.107156 -0.7336,-0.801277 -4.31898,1.800848 -5.39106,3.912627 -6.72508,4.475797 -6.72508,2.838967 0,-0.94853 1.39114,-2.019991 4.57455,-3.523187 2.51602,-1.188059 5.99486,-3.234714 7.73085,-4.548108 1.736,-1.313424 3.1562,-2.283571 3.1562,-2.155901 0,3.630458 -4.00328,10.437826 -6.96478,11.843166 z" + id="path4041" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cssssssssc" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#1f4208;fill-opacity:1;display:inline" + d="m 573.52515,110.52408 c 1.79902,2.7455 1.11822,3.05865 -4.85499,2.23326 -5.18583,-0.71659 -5.53557,-0.88084 -5.74621,-2.69813 -0.45975,-3.96541 7.93971,-3.59707 10.6012,0.46487 z" + id="path4039" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cscc" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#1f4208;fill-opacity:1;display:inline" + d="m 649.68063,127.81283 c -2.0363,1.0898 -2.9675,0.91931 -2.95475,-0.54097 0.0176,-1.99595 1.09103,-3.22502 2.38359,-2.729 1.81488,0.69642 2.11969,2.44126 0.57116,3.26997 z" + id="path4037" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#1f4208;fill-opacity:1;display:inline" + d="m 596.83887,129.5141 c 3.45341,0.66599 7.5869,0.52629 6.43594,-0.2175 -0.60746,-0.39255 -2.19696,-0.71879 -3.53239,-0.725 -1.63425,-0.008 -2.98571,-0.61303 -4.13395,-1.85194 -2.14358,-2.31296 -3.48913,-2.31811 -6.09763,-0.0233 -2.32995,2.04977 -1.15236,2.50546 1.67944,0.64995 1.75793,-1.15184 1.90762,-1.13558 2.92558,0.31779 0.5902,0.84247 1.81552,1.67495 2.72301,1.84998 z" + id="path4035" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccssccc" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#1f4208;fill-opacity:1;display:inline" + d="m 572.71972,121.6364 c -2.00104,4.52459 -2.19846,5.45138 -1.16154,5.45138 0.37355,0 1.09186,-1.24244 1.59615,-2.761 0.91696,-2.761 0.91696,-2.761 1.77773,-0.66985 1.24342,3.02091 7.7272,5.28188 7.7272,2.6946 0,-0.40496 -1.14787,-0.73627 -2.551,-0.73627 -3.16803,0 -4.07533,-1.47758 -4.07533,-6.63651 0,-3.78824 0,-3.78824 2.39279,-3.31068 5.02023,1.00191 10.12372,2.65159 10.12372,3.27243 0,0.35571 0.66261,0.47347 1.47255,0.26167 1.08202,-0.28294 1.47554,-0.0206 1.4838,0.98927 0.008,0.92741 0.19593,1.08388 0.57886,0.48119 1.64873,6.24913 -16.79067,-4.96439 -19.36493,0.96377 z" + id="path4033" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csccssssssccc" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:url(#radialGradient4116);fill-opacity:1;display:inline" + d="m 629.34755,149.16578 c -0.8091,0.45503 3.39954,0.34405 4.35091,0.0893 3.37648,0.38425 -0.87172,-4.16455 3.1733,-7.07385 2.88536,-1.87141 3.55001,-2.48876 3.13098,-2.90786 -1.68732,-1.68729 -7.26369,4.74826 -6.29705,7.26724 1.0962,2.85654 -3.48727,1.58408 -5.09431,-1.41431 -2.26476,-4.22514 1.8054,-8.35464 5.34173,-5.41975 0.55925,0.46411 1.23312,0.62756 1.49749,0.3632 0.89089,-0.891 -2.32638,-2.67239 -4.09483,-2.26725 -1.73795,0.39815 -1.73795,0.39815 -0.0503,-2.3973 5.80475,-9.6146 5.82997,-9.63402 10.2403,-7.86938 3.31987,1.32833 3.67561,2.51761 1.42612,4.76715 -0.84361,0.84365 -1.33937,1.72847 -1.10152,1.96629 0.60372,0.60368 4.10787,-2.80564 4.10787,-3.99665 0,-0.61792 0.91254,-0.97606 2.48685,-0.97606 4.28334,0 5.33704,-4.03648 1.50902,-5.78064 -2.39456,-1.09104 -3.81412,-0.40389 -4.36708,2.11398 -0.46144,2.10045 -0.46144,2.10045 -3.82801,0.65737 -5.12968,-2.19885 -5.3163,-2.05908 -12.37049,9.26755 -1.51325,2.4297 -2.8861,4.56483 -3.05078,4.74475 -0.16469,0.17992 -1.24653,-0.82187 -2.40405,-2.22619 -1.15761,-1.40434 -4.14387,-4.03645 -6.63625,-5.84915 -4.53159,-3.2958 -4.53159,-3.2958 -2.10861,-3.70564 3.47348,-0.58747 5.75644,-2.30482 11.30421,-8.50346 7.22966,-8.07786 16.05087,-12.46387 16.6438,-8.27553 0.18494,1.30619 1.01561,1.97118 3.40784,2.7281 3.66556,1.15981 11.26717,0.5598 10.99284,-0.8677 -0.0941,-0.48946 0.87879,-0.97031 2.22576,-1.1002 1.31611,-0.12687 2.39287,-0.54103 2.39287,-0.92032 0,-0.37928 1.82229,-0.68962 4.04953,-0.68962 2.22717,0 4.04945,-0.33131 4.04945,-0.73625 0,-0.40495 -1.65666,-0.73627 -3.68134,-0.73627 -2.02476,0 -3.68132,-0.33133 -3.68132,-0.73627 0,-0.40496 -0.99404,-0.73627 -2.20887,-0.73627 -1.21482,0 -2.20876,-0.33132 -2.20876,-0.73627 0,-0.40494 -0.82833,-0.73626 -1.84066,-0.73626 -1.01243,0 -1.84067,-0.305 -1.84067,-0.67777 0,-2.38067 -9.67308,-1.1476 -11.04039,1.40736 -0.43705,0.81664 -1.92256,1.62669 -3.50979,1.91407 -4.62709,0.83765 -6.8668,2.38343 -15.00506,10.35606 -9.23238,9.04444 -11.06337,9.43125 -20.98706,4.43363 -5.26182,-2.64988 -5.26182,-2.64988 -1.47256,-6.50765 6.07852,-6.18841 9.31127,-7.51552 9.31127,-3.82249 0,3.73111 5.46046,3.19896 6.27077,-0.61113 0.28576,-1.34344 1.03288,-3.02446 1.66021,-3.7356 0.62735,-0.71115 0.9298,-1.50382 0.67209,-1.76152 -0.86904,-0.86902 -2.69704,1.36561 -3.47228,4.24467 -1.03598,3.84723 -3.37577,4.00937 -4.07494,0.28237 -0.26589,-1.41733 -0.84417,-2.57693 -1.28497,-2.57693 -1.27982,0 0.24131,-1.13396 4.40113,-3.28072 3.40539,-1.75749 4.11584,-1.87905 6.78351,-1.16073 5.58502,1.50389 10.78014,-2.39248 12.95507,-9.716189 2.11639,-7.126466 1.26011,-8.083823 -3.43569,-3.841488 -1.59279,1.439015 -5.36031,3.739429 -8.37228,5.111999 -4.90916,2.237222 -5.47723,2.709535 -5.48681,4.562228 -0.009,1.71595 -0.63971,2.41363 -3.71808,4.11168 -3.37877,1.86372 -4.51453,0.52728 -1.42508,-1.67693 0.87399,-0.62352 4.14171,-6.106867 7.4053,-12.426235 4.87195,-9.433756 8.76692,-11.96002 10.07205,-6.532665 0.75246,3.129122 0.75246,3.129122 0.84081,-0.391243 0.12191,-4.849297 -4.47064,-5.570112 -7.54291,-1.183881 -1.05331,1.503777 -5.6215,-10.289709 -5.6215,-14.512725 0,-9.655955 12.01335,-10.372707 14.85556,-0.886325 0.66721,2.226898 1.44771,3.132894 3.40278,3.949773 3.62917,1.516337 4.47786,1.342826 5.88868,-1.203885 6.06663,-11.164413 14.77407,-5.231311 7.6464,-10.514698 -0.82308,0.576508 -8.77556,8.490739 -8.80906,9.029292 -0.25,4.018752 -5.16104,2.993712 -6.75036,-2.310744 -3.29913,-11.011692 -17.70657,-8.751984 -17.70657,2.777158 0,2.641617 -0.0646,2.716356 -1.34641,1.556364 -2.5541,-2.311477 -6.01624,-0.435891 -6.01624,3.259276 0,1.995932 3.96231,5.058119 5.08813,3.932292 0.42429,-0.42424 -1.63377,-2.227476 -3.10003,-2.716221 -1.10397,-0.367995 0.0612,-4.221331 1.27653,-4.221331 4.65511,0 9.44911,11.531985 7.21811,17.363055 -4.94265,12.918093 -7.94364,13.375333 -6.39663,0.974602 0.71625,-5.741765 -5.17779,-9.502438 -14.89317,-9.502438 -4.62032,0 -4.57145,-0.09981 -1.52544,3.112447 1.31601,1.387897 3.26866,4.035241 4.33895,5.882992 1.60845,2.776531 2.62997,3.614614 5.88634,4.829365 6.3415,2.365616 6.45751,7.718845 0.33051,15.257795 -1.79517,2.20878 -1.79517,2.20878 -1.40765,-0.75038 0.84474,-6.45035 -1.69153,-10.661788 -6.42102,-10.661788 -2.14884,0 -2.71325,3.364488 -0.90214,5.378708 0.79908,0.88871 1.72616,2.27849 2.06032,3.08838 0.57716,1.39958 0.62219,1.38687 0.90664,-0.25612 0.18391,-1.06281 -0.29141,-2.35729 -1.23405,-3.36066 -1.88681,-2.00846 -1.96849,-3.377781 -0.20137,-3.377781 6.20092,0 6.08546,12.509151 -0.16862,18.273941 -6.54876,6.03642 -13.7244,0.38452 -9.9822,-7.86251 3.35072,-7.38427 1.12825,-9.81576 -7.599,-8.31378 -5.30186,0.91247 -5.30186,0.91247 -6.97408,-1.14479 -2.37271,-2.919123 -1.94345,-5.664007 0.93589,-5.984263 3.27383,-0.364117 4.99585,-2.224222 4.55787,-4.923327 -0.20006,-1.232563 0.089,-3.058666 0.64224,-4.058017 2.51331,-4.539398 -0.0485,-7.768117 -5.47499,-6.90039 -4.16292,0.665676 -3.97093,2.098168 0.20455,1.525857 3.84704,-0.527312 5.28864,0.629631 4.53348,3.638446 -0.44109,1.757526 -0.57389,1.821969 -1.40699,0.682672 -1.4146,-1.934633 -5.19571,-1.253069 -5.51346,0.99381 -0.27151,1.920854 0.88338,2.999525 3.2304,3.017052 0.83011,0.0062 1.90247,0.404339 2.38283,0.884758 1.1231,1.123031 -0.89228,3.544142 -2.95024,3.544142 -4.75368,0 -5.78346,4.620191 -1.94318,8.71793 1.84245,1.96592 2.6915,2.37163 4.23018,2.02121 9.93999,-2.26385 12.73933,-1.12166 10.43368,4.2571 -0.8346,1.94724 -1.71301,4.76291 -1.95198,6.25705 -0.63315,3.95975 -10.86118,1.7477 -13.00609,-2.81287 -1.84319,-3.91886 -5.30862,-5.65271 -9.28218,-4.64412 -2.77375,0.70408 -3.04329,0.64801 -3.04329,-0.63288 0,-2.39816 -2.41201,-10.218355 -3.1516,-10.218355 -0.7443,0 -0.56506,1.225518 0.98767,6.753575 1.58321,5.6363 -0.50862,9.44433 -5.18791,9.44433 -4.28278,0 -4.86895,-0.54065 -2.88059,-2.6571 1.95265,-2.07849 1.65338,-5.39112 -1.06082,-11.746064 -3.34969,-7.842313 -0.47165,-12.000918 7.56729,-10.934509 2.84119,0.376886 4.07419,0.228991 5.03298,-0.603642 0.69842,-0.606557 2.0982,-1.314875 3.11053,-1.574061 7.13156,-1.825709 9.98427,-15.18818 3.2426,-15.18818 -2.16732,0 -2.52888,0.660652 -3.0326,5.540941 -0.28577,2.769261 -0.15334,4.030548 0.42325,4.030548 0.46172,0 0.8439,-1.076789 0.84944,-2.392872 0.0214,-5.101144 1.57758,-7.124429 3.60272,-4.684243 1.36282,1.642079 -0.33003,7.719708 -2.72367,9.778336 -2.89323,2.488337 -3.83429,2.198543 -3.83429,-1.18076 0,-6.157308 -4.09539,-9.100151 -7.67814,-5.517341 -2.93252,2.932497 -0.35948,9.150753 3.78647,9.150753 1.7478,0 1.86326,0.13302 0.92033,1.06061 -0.88555,0.871274 -1.64006,0.908922 -4.22623,0.210962 -8.56218,-2.310877 -12.02816,4.597746 -7.61952,15.187832 2.49425,5.99151 2.38687,7.68768 -0.58777,9.27967 -1.37726,0.73708 -1.38247,-0.44083 -1.57951,1.17137 -0.19703,1.6122 76.88517,33.66188 80.60696,38.60735 z" + id="outline-4" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccscccscsscssscscccscscsccsssssssssccsssscssssscsssccscsscssssccscscscsssssccscssscccsssscsccsssccscsscccccsscsscsccscsccssssccsssc" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + </g> + <g + inkscape:label="perfect vector" + style="display:inline" + id="layer1" + inkscape:groupmode="layer"> + <path + style="opacity:0.42975207;fill:#948878;fill-opacity:0.38317757;stroke:none;display:inline" + d="m 577.68804,113.3287 c -0.63522,-0.39342 -1.2165,-0.82227 -1.70261,-1.31148 -25.18495,-2.30253 -12.84823,3.29669 -28.89854,-4.21054 -0.6324,-0.53531 -1.3463,-1.24617 -2.0938,-2.11676 -0.74737,-0.8706 -1.52665,-1.91662 -2.36979,-3.10615 -0.30397,-0.42873 -0.63982,-0.78204 -1.05839,-1.08139 -0.41866,-0.29933 -0.93749,-0.53015 -1.65664,-0.75926 -1.43823,-0.45824 -3.65376,-0.84795 -7.4087,-1.380509 -1.77783,-0.252149 -3.2364,-0.391891 -4.67069,-0.322132 -1.43428,0.06978 -2.84202,0.352759 -4.48665,0.943363 -1.64456,0.590598 -3.52733,1.496678 -5.93616,2.807018 -2.40882,1.31032 -5.33835,3.01693 -9.06525,5.24592 -4.11106,2.45867 -7.9233,4.59542 -11.36612,6.3503 -3.44301,1.75488 -6.53048,3.14236 -9.20339,4.14151 -3.08251,1.15229 -5.55407,2.23034 -7.54677,3.38224 -0.99638,0.57594 -1.8821,1.16787 -2.64599,1.79465 -0.76381,0.62676 -1.42079,1.29018 -1.97872,2.00173 -0.55794,0.71153 -1.00184,1.47054 -1.38044,2.30082 -0.37872,0.8303 -0.69432,1.73202 -0.92034,2.71499 -0.22602,0.98299 -0.38321,2.05155 -0.4832,3.22119 -0.1,1.1696 -0.13748,2.42915 -0.13805,3.81938 -1.7e-4,0.50896 -0.0444,0.9813 -0.20707,1.47254 -0.16263,0.49121 -0.43434,1.0035 -0.85132,1.61057 -0.83385,1.21414 -2.26935,2.78984 -4.67076,5.26892 -1.15977,1.19737 -2.2551,2.46524 -3.29015,3.77338 -1.03502,1.30814 -2.02063,2.67548 -2.92211,4.07249 -0.90139,1.397 -1.72577,2.81558 -2.48489,4.27955 -0.759,1.46395 -1.4399,2.95461 -2.04764,4.46363 -0.60783,1.50901 -1.13987,3.04648 -1.58763,4.57865 -0.44773,1.5322 0.29459,2.3215 0.0158,3.85494 -0.27891,1.53341 -0.10072,3.43926 -0.20183,4.95204 -0.10119,1.51277 -1.60188,3.38977 -1.51662,4.86001 2.17811,4.25625 1.3267,3.38916 -8.37498,14.40323 -0.60774,1.0184 -1.14186,2.06084 -1.6106,3.12914 -0.46875,1.0683 -0.86435,2.18168 -1.19644,3.31321 -0.332,1.13152 -0.58486,2.28921 -0.78228,3.49728 -0.19751,1.20805 -0.34907,2.45246 -0.41416,3.75036 -0.065,1.2979 -0.0652,2.64842 0,4.04947 0.13036,2.80209 0.53524,5.8168 1.17346,9.11133 0.33455,1.727 0.58223,3.03785 0.71324,4.07248 0.13094,1.03461 0.14528,1.80043 0,2.48489 -0.14517,0.68447 -0.44933,1.27918 -0.9433,1.95571 -0.49407,0.67654 -1.17834,1.42804 -2.09379,2.43889 -1.11156,1.22742 -2.03686,2.31349 -2.78397,3.35922 -0.74729,1.04573 -1.33055,2.05857 -1.7947,3.10614 -0.46415,1.04756 -0.79598,2.1493 -1.05838,3.38223 -0.26243,1.23292 -0.45628,2.58571 -0.59818,4.18751 -0.16966,1.91323 -0.42007,3.37624 -0.87438,4.76275 -0.45421,1.38649 -1.10518,2.70383 -2.09379,4.32556 -0.89041,1.46078 -2.59443,10.00084 -3.10602,11.43517 0.36435,0.086 0.69908,0.16952 1.05837,0.25309 -1.7433,3.18376 -2.99546,7.16313 -3.54335,12.10241 0.11056,0.60542 0.12849,1.11342 0.046,1.58758 -0.0824,0.47416 -0.26653,0.90977 -0.5522,1.31147 -0.28577,0.40171 -0.67414,0.78539 -1.17347,1.17344 -0.99836,0.77605 -2.4348,1.57178 -4.34852,2.64595 -2.10908,1.18386 -4.11724,2.52177 -6.00523,3.98046 -1.88794,1.45868 -3.65815,3.04788 -5.31489,4.76272 -1.65684,1.71485 -3.2091,3.54665 -4.62473,5.499 -1.41561,1.95235 -2.70092,4.01805 -3.86541,6.18926 -1.1644,2.1712 -2.20284,4.43905 -3.10608,6.81048 -0.90326,2.37142 -1.66876,4.85572 -2.30084,7.40869 -0.63208,2.55296 -1.12171,5.17602 -1.47254,7.89188 -0.35089,2.71585 -0.56155,5.51495 -0.62127,8.37504 -0.1119,5.36575 -0.35686,10.00425 -0.52915,10.30776 -0.40928,0.72093 -0.74407,1.86586 -0.98939,3.24417 -0.24533,1.37832 -0.39553,2.98347 -0.46017,4.60168 -0.0646,1.61821 -0.0406,3.25305 0.092,4.69372 0.13275,1.44065 0.36659,2.69769 0.7133,3.54329 0.46179,1.12619 0.86997,2.66477 1.19644,4.44057 0.32639,1.77588 0.58436,3.7803 0.71322,5.86718 0.13377,2.16646 0.3573,4.26748 0.69025,6.30429 0.33294,2.03681 0.77315,4.01788 1.31151,5.93616 0.53836,1.91827 1.18259,3.78015 1.93271,5.59099 0.7501,1.81093 1.60881,3.57732 2.57693,5.29194 0.96813,1.71469 2.05169,3.36328 3.24415,4.99285 1.19246,1.62959 2.48836,3.23015 3.91142,4.78573 1.42307,1.5556 2.96474,3.08587 4.62471,4.57865 1.66,1.49285 3.43481,2.95346 5.33794,4.39463 2.18589,1.65527 3.53097,2.7588 4.4636,3.8654 0.4663,0.5533 0.83197,1.11324 1.15048,1.7256 0.31831,0.61249 0.59348,1.29141 0.87429,2.0938 0.36483,1.04255 0.81865,2.05852 1.38054,3.06008 0.56178,1.00161 1.23291,1.97804 1.97871,2.9221 0.7457,0.94403 1.5683,1.86812 2.48488,2.73796 0.91657,0.86988 1.91682,1.68281 2.99105,2.46192 0.37703,0.27345 0.66964,0.54639 0.87437,0.82829 0.20465,0.28194 0.3291,0.59117 0.32206,0.92036 -0.007,0.32918 -0.13298,0.68913 -0.39118,1.10438 -0.258,0.41534 -0.64767,0.88633 -1.19644,1.42653 -1.09721,1.08048 -2.81895,2.44353 -5.3149,4.25651 -2.49594,1.81306 -5.77558,4.06944 -9.98558,6.92556 -1.32446,0.89854 -2.48991,1.92144 -3.52031,3.06008 -1.03035,1.1387 -1.91276,2.38823 -2.64595,3.72735 -0.73316,1.33921 -1.31585,2.77949 -1.74864,4.27955 -0.43275,1.50016 -0.72212,3.07239 -0.85132,4.69371 -0.12923,1.62141 -0.10846,3.28982 0.0691,4.99286 0.17752,1.70307 0.50199,3.43174 0.98934,5.17685 0.48739,1.74518 1.13237,3.49838 1.9327,5.24591 0.8004,1.74761 1.75952,3.48955 2.87607,5.19989 1.35336,2.07326 2.41522,3.72176 3.2441,5.1309 0.82908,1.40915 1.43475,2.57568 1.88671,3.68135 0.45206,1.10566 0.74392,2.15049 0.96638,3.3132 0.22247,1.16271 0.36597,2.44618 0.50618,4.02643 0.14573,1.64092 0.20407,3.09777 0.1841,4.39464 -0.0201,1.29694 -0.11124,2.44131 -0.29909,3.40523 -0.18795,0.96393 -0.47043,1.75091 -0.82833,2.39287 -0.35789,0.64196 -0.8044,1.14152 -1.33448,1.47255 -0.42345,0.26454 -0.75499,0.67001 -0.98936,1.15041 -0.23438,0.48042 -0.35472,1.02591 -0.39111,1.58754 -0.0365,0.5617 0.0138,1.12546 0.18402,1.63364 0.17022,0.50817 0.46574,0.96841 0.85131,1.28847 0.34674,0.2878 0.78519,0.48703 1.28845,0.62119 0.50335,0.13421 1.05959,0.20548 1.65665,0.2071 1.19417,0.003 2.5117,-0.24385 3.70438,-0.64423 1.19251,-0.40037 2.25641,-0.9752 2.945,-1.61059 0.34431,-0.31771 0.58908,-0.64453 0.71325,-0.98939 0.12418,-0.34473 0.13581,-0.70748 -0.023,-1.05838 -0.16161,-0.35687 -0.32179,-1.70896 -0.43725,-3.61228 -0.11535,-1.90333 -0.19347,-4.34863 -0.20697,-6.87955 -0.0136,-2.55963 0.038,-4.3364 -0.0461,-5.84413 -0.0839,-1.50765 -0.29533,-2.75136 -0.80535,-4.25651 -0.51001,-1.50514 -1.3313,-3.26902 -2.62293,-5.82115 -1.29163,-2.55199 -3.04713,-5.88941 -5.47593,-10.53784 -0.93722,-1.79362 -1.6862,-3.73523 -2.20887,-5.70608 -0.52249,-1.97077 -0.82617,-3.96981 -0.92033,-5.84411 -0.0941,-1.87418 0.0202,-3.62679 0.36811,-5.13083 0.17406,-0.75204 0.40319,-1.43957 0.69027,-2.04779 0.28718,-0.60816 0.63343,-1.13438 1.03541,-1.56458 0.9101,-0.97378 1.98632,-1.98409 3.17515,-2.99108 1.18884,-1.00692 2.49868,-2.00611 3.86544,-2.99109 2.73341,-1.96982 5.71986,-3.85583 8.55917,-5.40694 1.41955,-0.7755 2.80076,-1.45957 4.09549,-2.04777 1.29472,-0.58805 2.49725,-1.08091 3.56623,-1.42652 1.0689,-0.34553 1.99588,-0.55021 2.73802,-0.59822 0.74214,-0.0479 1.29604,0.0633 1.61061,0.36813 0.37251,0.36114 0.64479,0.76446 0.80525,1.19644 0.16037,0.43204 0.21073,0.9034 0.16104,1.40355 -0.0496,0.50015 -0.2024,1.02209 -0.46013,1.58753 -0.25773,0.56561 -0.6176,1.16655 -1.08146,1.79466 -0.92764,1.25644 -2.26374,2.62803 -4.00348,4.11853 -1.73965,1.49059 -3.88371,3.10596 -6.41924,4.80872 -1.24305,0.83478 -2.33267,1.64711 -3.29024,2.48491 -0.95756,0.83787 -1.78598,1.70423 -2.4619,2.57694 -0.67592,0.87277 -1.21247,1.75254 -1.6106,2.69201 -0.39803,0.93949 -0.65819,1.93005 -0.78227,2.96804 -0.12408,1.03806 -0.10007,2.12178 0.046,3.29023 0.14612,1.16847 0.41575,2.41968 0.82834,3.75033 0.41247,1.33081 0.9584,2.75475 1.63357,4.27957 0.67508,1.52487 1.48194,3.15003 2.41586,4.90082 1.35259,2.53569 2.39091,4.6214 3.12921,6.48835 0.36904,0.93352 0.67197,1.80769 0.89726,2.66898 0.22536,0.86128 0.37203,1.70151 0.4601,2.55389 0.0882,0.85245 0.1117,1.71616 0.0691,2.62295 -0.0426,0.90687 -0.1555,1.85149 -0.32216,2.87608 -0.33333,2.04919 -0.91207,4.39346 -1.70261,7.29363 -0.59893,2.19723 -1.05472,3.97187 -1.35757,5.407 -0.30273,1.43514 -0.45111,2.54115 -0.46011,3.45126 -0.009,0.91017 0.13167,1.60947 0.41416,2.23176 0.28248,0.62238 0.71691,1.15403 1.28844,1.72568 0.50589,0.50589 1.04882,0.9126 1.61062,1.21941 0.56178,0.30687 1.13368,0.51715 1.70259,0.64422 0.56901,0.12723 1.1292,0.17127 1.65665,0.13805 0.52737,-0.033 1.03541,-0.12502 1.47246,-0.29907 0.43713,-0.17399 0.80629,-0.41775 1.10443,-0.7133 0.29815,-0.29547 0.51085,-0.66072 0.62124,-1.05838 0.11049,-0.39758 0.12597,-0.83118 0,-1.31143 -0.12605,-0.48028 -0.39409,-0.99795 -0.80533,-1.54161 -0.36785,-0.48623 -0.63636,-1.05985 -0.80526,-1.74863 -0.16882,-0.68864 -0.2387,-1.50074 -0.20709,-2.43888 0.0316,-0.93809 0.15747,-2.00951 0.39119,-3.24415 0.23362,-1.23457 0.57501,-2.63245 1.01233,-4.21057 0.66842,-2.41194 1.11954,-4.67346 1.31152,-6.90252 0.0959,-1.11448 0.12127,-2.22315 0.092,-3.33618 -0.0293,-1.11301 -0.11751,-2.21822 -0.27611,-3.35921 -0.31719,-2.28206 -0.88937,-4.65366 -1.74865,-7.22463 -0.85919,-2.57098 -2.01717,-5.34818 -3.45127,-8.44411 -1.04956,-2.26602 -1.8099,-4.14527 -2.2778,-5.72905 -0.2339,-0.79185 -0.39906,-1.50737 -0.48318,-2.16279 -0.084,-0.65542 -0.0914,-1.25298 -0.023,-1.79465 0.0685,-0.54167 0.21318,-1.02186 0.43714,-1.47254 0.22406,-0.45067 0.53796,-0.86011 0.92033,-1.24244 0.76483,-0.76477 1.85163,-1.41977 3.26716,-2.04779 1.2663,-0.5617 2.3547,-1.25785 3.4053,-2.16278 1.05061,-0.90482 2.05506,-2.02032 3.12912,-3.47423 1.23826,-1.67612 2.3061,-2.99772 3.24416,-4.00346 0.93816,-1.00567 1.75682,-1.69894 2.50796,-2.09381 0.37563,-0.19739 0.73126,-0.31223 1.08137,-0.36812 0.3501,-0.0558 0.69665,-0.0552 1.03541,0.023 0.67751,0.15653 1.33054,0.57112 2.04774,1.21941 1.28525,1.16175 2.47962,2.20416 2.64591,2.30083 0.16628,0.0968 -1.36225,1.93536 -3.4052,4.09549 -1.06909,1.13047 -2.02637,2.20779 -2.8531,3.24422 -0.82654,1.03652 -1.52835,2.0399 -2.11677,3.01407 -0.58823,0.97422 -1.04929,1.90951 -1.40344,2.85304 -0.35413,0.9436 -0.61213,1.8855 -0.73632,2.83006 -0.12407,0.94455 -0.12463,1.89884 -0.023,2.87601 0.10177,0.97733 0.32085,1.97254 0.64424,3.01413 0.32346,1.0416 0.74748,2.12957 1.28844,3.26718 0.54095,1.13763 1.20141,2.32403 1.95573,3.58931 0.51227,0.8593 0.95588,1.84973 1.35747,2.94508 0.40161,1.09534 0.74618,2.30083 1.03541,3.58931 0.28925,1.28853 0.53796,2.65681 0.71325,4.09548 0.17519,1.43868 0.28559,2.94073 0.34514,4.48661 0.11911,3.09181 0.008,6.35479 -0.34514,9.61749 -0.17659,1.63142 -0.41594,3.26815 -0.71325,4.87778 -0.29729,1.6097 -0.66185,3.19481 -1.08145,4.73972 -0.54875,2.02106 -1.61567,5.91356 -2.36981,8.65115 -0.28127,1.0209 -0.44023,1.97142 -0.50616,2.80702 -0.0659,0.83566 -0.0328,1.57024 0.092,2.20881 0.12492,0.63864 0.32985,1.18081 0.62125,1.61058 0.29139,0.42984 0.67104,0.73412 1.10434,0.94338 0.43348,0.20926 0.92145,0.32226 1.47255,0.29907 0.55108,-0.0231 1.17335,-0.16985 1.81767,-0.43712 0.64441,-0.26727 1.31151,-0.67324 2.02476,-1.19644 0.71326,-0.52319 1.45118,-1.16485 2.20878,-1.95574 0.50392,-0.52585 0.89698,-0.93337 1.17347,-1.33449 0.27647,-0.40105 0.43609,-0.81063 0.52922,-1.33448 0.18618,-1.04758 0.0532,-2.56743 -0.23014,-5.591 -0.20831,-2.2233 -0.34485,-4.44037 -0.41416,-6.64946 -0.0692,-2.20902 -0.0716,-4.41805 0,-6.67243 0.0716,-2.25431 0.22265,-4.54329 0.43714,-6.90252 0.21449,-2.35913 0.4921,-4.79294 0.85139,-7.31666 0.31588,-2.21984 0.56029,-3.89073 0.69027,-5.19988 0.1299,-1.30909 0.15803,-2.26344 0.046,-3.06008 -0.11208,-0.79664 -0.37214,-1.43418 -0.78227,-2.11677 -0.41014,-0.6826 -0.98439,-1.40304 -1.74866,-2.3699 -1.16943,-1.47939 -2.05891,-2.9916 -2.71495,-4.50964 -0.65603,-1.51797 -1.06972,-3.05124 -1.26555,-4.50964 -0.19565,-1.45833 -0.16525,-2.84097 0.046,-4.14152 0.21141,-1.30046 0.60821,-2.49881 1.17346,-3.54327 0.56527,-1.04441 1.2967,-1.95575 2.16282,-2.64594 0.43301,-0.34508 0.90523,-0.6362 1.40344,-0.8743 0.49828,-0.23805 1.00773,-0.41041 1.56454,-0.52925 0.55691,-0.11875 1.13999,-0.17374 1.74866,-0.16101 0.60887,0.0127 1.25562,0.0965 1.90979,0.25306 0.65407,0.1566 1.33196,0.37762 2.02466,0.69024 0.69272,0.31268 1.39207,0.7155 2.11677,1.19643 3.45952,2.29605 7.06215,4.40304 10.76794,6.32735 3.70582,1.9243 7.50811,3.65608 11.41218,5.19988 3.90398,1.54381 7.91018,2.89486 11.9644,4.04948 4.05413,1.15461 8.17615,2.11942 12.3324,2.87601 4.15636,0.75667 8.3524,1.30673 12.56257,1.65661 4.21028,0.34994 8.4154,0.50271 12.6316,0.4372 4.21628,-0.0655 8.43452,-0.33855 12.60859,-0.82831 4.17409,-0.48977 8.31768,-1.19401 12.40155,-2.11676 1.93688,-0.43765 3.3932,-0.76169 4.57866,-0.96635 1.18538,-0.2047 2.10017,-0.28663 2.96807,-0.23009 0.86782,0.0565 1.6847,0.25216 2.669,0.59821 0.9843,0.34611 2.12361,0.83169 3.65825,1.4955 2.40515,1.04043 4.20165,1.70506 5.84414,2.11678 1.64258,0.41179 3.14289,0.57775 4.96986,0.59821 1.28881,0.0145 2.2612,0.0948 2.96806,0.36814 0.35341,0.13672 0.65521,0.32602 0.87438,0.57523 0.21909,0.24924 0.36783,0.54979 0.46012,0.94333 0.18456,0.78721 0.11667,1.89545 -0.16113,3.45125 -0.27771,1.55588 -0.76905,3.56391 -1.44947,6.14326 -0.30321,1.14954 -0.4936,1.99227 -0.78229,2.66899 -0.28867,0.67677 -0.67751,1.17374 -1.35746,1.67956 -0.67995,0.5059 -1.65196,1.01974 -3.12919,1.6566 -1.47706,0.63695 -3.463,1.41511 -6.14315,2.48491 -3.43587,1.37153 -8.37038,3.63768 -15.71482,7.24768 -7.34436,3.61006 -17.09988,8.55005 -30.14094,15.27755 -0.89922,0.46393 -2.13056,1.07253 -2.73792,1.35746 -0.33145,0.15543 -0.61205,0.55391 -0.80535,1.08144 -0.19321,0.52754 -0.29909,1.18361 -0.29909,1.93269 0,0.4906 0.0652,0.92094 0.18411,1.28847 0.11882,0.36755 0.29571,0.67583 0.52914,0.92034 0.23335,0.24452 0.53065,0.43079 0.87428,0.55222 0.34374,0.12148 0.72384,0.1856 1.17346,0.18406 0.89933,-0.003 2.01576,-0.24113 3.31322,-0.73628 1.29744,-0.49513 2.77927,-1.2448 4.44062,-2.23184 1.38335,-0.82176 2.80957,-1.57334 3.9804,-2.11678 1.17092,-0.54336 2.09182,-0.87167 2.48499,-0.87432 0.7863,-0.005 4.57406,-0.67324 8.42101,-1.47253 2.42656,-0.50405 4.77985,-0.86343 7.04058,-1.1044 2.26064,-0.24091 4.42505,-0.37329 6.4653,-0.36813 2.04022,0.005 3.9638,0.1337 5.72916,0.36813 1.76525,0.23449 3.37285,0.58872 4.80873,1.03541 1.43577,0.44669 2.69871,0.99168 3.75035,1.63355 1.05173,0.64196 1.89486,1.36564 2.50786,2.18584 0.30659,0.41011 0.54967,0.85997 0.73632,1.31144 0.18664,0.45157 0.33125,0.91275 0.39118,1.40355 0.0599,0.4908 0.0505,1.01363 -0.0231,1.54152 -0.0736,0.52799 -0.2232,1.07069 -0.43713,1.63363 -0.4636,1.21949 -0.81837,2.25232 -1.05839,3.15211 -0.23999,0.89987 -0.37308,1.66993 -0.39118,2.30085 -0.0179,0.63097 0.0735,1.12869 0.27611,1.5416 0.20258,0.41288 0.52173,0.72073 0.94341,0.96635 0.58241,0.33919 1.04909,0.54151 1.44947,0.5982 0.63156,-0.77307 1.29613,-1.50985 1.95573,-2.25481 0.0883,-0.23125 0.15964,-0.29966 0.25304,-0.57525 0.37525,-1.10639 0.79887,-2.58672 1.3345,-4.50964 0.3244,-1.16419 0.69656,-2.22374 1.03541,-2.99108 0.33893,-0.76728 0.66147,-1.24246 0.85129,-1.24246 0.37974,8e-5 2.0455,-0.98402 3.7044,-2.18575 1.56896,-1.13658 3.14139,-2.0754 4.76268,-2.83007 1.6213,-0.75453 3.29399,-1.3141 5.03889,-1.70263 1.7449,-0.38845 3.55931,-0.60594 5.4989,-0.64423 1.93972,-0.0382 4.00668,0.0951 6.21236,0.39117 0.90392,0.12142 1.60881,0.24606 2.27781,0.46017 0.66898,0.21412 1.29725,0.52106 2.02475,1.03534 1.45491,1.02865 3.31453,2.85282 6.76448,6.32735 2.66683,2.68583 4.58495,4.51384 5.98219,5.63701 0.69853,0.5617 1.26106,0.9355 1.72558,1.17347 0.46453,0.23796 0.84146,0.34008 1.12742,0.29907 0.61261,-0.0878 1.05453,-0.32609 1.35747,-0.64424 0.30311,-0.31806 0.46575,-0.72765 0.46021,-1.19644 -0.006,-0.46868 -0.16985,-0.9787 -0.48319,-1.51855 -0.31324,-0.53975 -0.78349,-1.10233 -1.40353,-1.63356 -0.59751,-0.51192 -2.02447,-2.19119 -3.86541,-4.46361 -1.84085,-2.27242 -4.08565,-5.14012 -6.2812,-8.07597 -4.39129,-5.87168 -8.1934,-10.84156 -8.44418,-11.04403 -0.81501,-0.65801 -1.48663,-1.40171 -2.0017,-2.13974 -0.51518,-0.73804 -0.87935,-1.4595 -1.05838,-2.13982 -0.17896,-0.68017 -0.1704,-1.31005 0.023,-1.79465 0.0968,-0.24223 0.24055,-0.45362 0.43723,-0.62119 0.19658,-0.16749 0.43516,-0.2926 0.73623,-0.36813 0.57782,-0.14498 1.02255,-0.28089 1.31141,-0.46017 0.28897,-0.17929 0.43724,-0.40435 0.43724,-0.66728 0,-0.26285 -0.14827,-0.57061 -0.43724,-0.96635 -0.28886,-0.39567 -0.73359,-0.87167 -1.31141,-1.4495 -0.39024,-0.39014 -0.71466,-0.85834 -0.96638,-1.40354 -0.25173,-0.54513 -0.43443,-1.16735 -0.55212,-1.84068 -0.1178,-0.67316 -0.15007,-1.41127 -0.13806,-2.18576 0.0119,-0.7744 0.0698,-1.59011 0.20699,-2.43887 0.2746,-1.69747 0.79183,-3.50465 1.54157,-5.33795 0.74983,-1.83331 1.73187,-3.69908 2.92202,-5.45302 0.68568,-1.01023 1.25946,-2.07805 1.70271,-3.19813 0.44313,-1.12008 0.75489,-2.2758 0.96628,-3.45125 0.21149,-1.17546 0.30884,-2.36689 0.29918,-3.54329 -0.01,-1.17642 -0.12502,-2.35135 -0.34514,-3.47431 -0.22012,-1.12288 -0.5465,-2.20608 -0.96637,-3.22118 -0.4198,-1.01494 -0.93254,-1.95426 -1.54158,-2.80702 -0.60895,-0.85266 -1.30637,-1.61882 -2.09379,-2.2548 -0.78734,-0.63593 -1.66772,-1.15375 -2.62294,-1.51856 -1.50274,-0.57386 -2.42824,-1.08305 -2.80705,-1.56457 -0.18935,-0.24069 -0.24777,-0.47512 -0.16093,-0.69026 0.0868,-0.21506 0.30743,-0.43336 0.66721,-0.62119 0.71953,-0.37563 2.00413,-0.68685 3.79639,-0.94337 1.79217,-0.25637 4.10927,-0.45133 6.94848,-0.57518 2.794,-0.12185 5.04132,-0.24209 6.90262,-0.4372 1.8612,-0.19503 3.34022,-0.46392 4.60166,-0.82829 1.26124,-0.36431 2.29599,-0.84273 3.29012,-1.47254 0.99415,-0.62966 1.93137,-1.40157 2.99106,-2.39288 1.91775,-1.79375 3.80165,-3.26836 4.1646,-3.26719 0.46753,0.002 1.62233,-0.3336 3.15209,-0.89728 1.52985,-0.56368 3.41581,-1.35156 5.38393,-2.20881 1.96821,-0.85715 4.01539,-1.78994 5.79818,-2.66897 1.7827,-0.87903 3.30607,-1.71771 4.27949,-2.34685 1.43597,-0.92806 2.81923,-1.8925 4.14154,-2.9221 1.32229,-1.02945 2.59282,-2.11176 3.81937,-3.26719 1.22654,-1.15536 2.39456,-2.37563 3.54327,-3.68134 1.1488,-1.30562 2.27021,-2.70711 3.35926,-4.18753 1.08905,-1.48034 2.151,-3.0371 3.19822,-4.71667 1.04714,-1.67951 2.08274,-3.48086 3.10604,-5.38397 2.04681,-3.80628 4.06116,-8.08354 6.12025,-12.93071 0.85121,-2.00367 1.90969,-4.23536 2.92212,-6.21225 1.01243,-1.97688 1.98406,-3.69798 2.66899,-4.6937 0.59376,-0.86329 1.10752,-1.76049 1.56455,-2.69203 0.45692,-0.93152 0.85411,-1.89625 1.17336,-2.87601 0.31935,-0.97974 0.57858,-1.98305 0.7593,-2.99109 0.18083,-1.00801 0.28071,-2.0209 0.32216,-3.0371 0.0415,-1.0162 0.007,-2.03269 -0.092,-3.0371 -0.0988,-1.00443 -0.26655,-1.9955 -0.50618,-2.96811 -0.23971,-0.97262 -0.53899,-1.90923 -0.92032,-2.83001 -0.38153,-0.92077 -0.83359,-1.82005 -1.35757,-2.66895 -0.67535,-1.09433 -1.17993,-1.90792 -1.54158,-2.64601 -0.36163,-0.73804 -0.5946,-1.39892 -0.69017,-2.16279 -0.0956,-0.76381 -0.0537,-1.63555 0.0689,-2.80702 0.12267,-1.1714 0.32815,-2.64062 0.62123,-4.60164 0.38463,-2.57347 0.61881,-4.79497 0.64432,-6.94854 0.0253,-2.15356 -0.15362,-4.24728 -0.59826,-6.55739 -0.44474,-2.3101 -1.16005,-4.84882 -2.1858,-7.89187 -1.02576,-3.04305 -2.3548,-6.57656 -4.07251,-10.92897 -1.27916,-3.24116 -2.23213,-5.69158 -2.76099,-7.54674 -0.26448,-0.92759 -0.42486,-1.7008 -0.46012,-2.36987 -0.0354,-0.66907 -14.5771,-34.67732 -14.35567,-35.14654 -7.87782,0.26712 -2.43733,-18.7362 -5.20498,-13.70078 -0.95935,0.3817 -3.84451,-4.26528 -4.50619,-4.16397 -0.66156,0.10131 -1.19381,0.0789 -1.6105,-0.092 -0.41688,-0.171 -0.7185,-0.4852 -0.94341,-0.92035 -0.22489,-0.43515 -0.3742,-1.01139 -0.46021,-1.70261 -0.0859,-0.69122 -0.11496,-1.49972 -0.11496,-2.43889 0,-1.331 -0.33568,-3.28008 -0.89737,-5.49901 -0.56168,-2.21893 -1.35428,-4.70023 -2.20878,-7.06356 -0.85458,-2.36333 -1.76741,-4.60911 -2.64591,-6.37332 -0.4393,-0.88212 -0.87071,-1.6619 -1.26555,-2.25483 -0.39484,-0.59292 -0.76455,-1.00864 -1.08137,-1.21945 -0.15212,-0.10122 -0.3532,-0.64883 -0.55222,-1.44951 -0.19901,-0.80069 -0.40244,-1.85447 -0.55211,-2.96808 -0.21947,-1.6318 -0.51518,-3.12779 -0.92035,-4.57867 -0.40525,-1.45087 -0.92435,-2.85451 -1.58762,-4.27956 -0.66335,-1.42504 -1.46832,-2.88632 -2.46191,-4.44061 -0.99348,-1.55429 -2.17042,-3.20023 -3.56633,-5.03884 -2.37994,-3.13482 -3.65779,-4.89316 -4.18749,-5.93616 -0.26484,-0.52149 -0.3426,-0.84765 -0.27611,-1.1044 0.0666,-0.25675 0.28774,-0.43406 0.59818,-0.59823 1.02218,-0.54039 2.0272,-1.26244 3.01421,-2.13977 0.98682,-0.87732 1.9504,-1.90182 2.87597,-3.06011 0.92558,-1.15829 1.80784,-2.45913 2.64602,-3.8424 0.83807,-1.38326 1.62223,-2.86534 2.34682,-4.41761 0.72451,-1.55226 1.39395,-3.16648 1.97871,-4.83176 0.83782,-3.34479 1.3093,-6.30364 1.6452,-8.91471 -0.0382,-2.12108 -0.0827,-4.52129 -0.0737,-6.18971 -0.94711,-4.31817 -2.29346,-7.23381 -5.55852,-9.34139 -3.59065,-1.39755 -7.6097,-0.17371 -9.7423,1.6862 -1.24135,1.26984 -2.45229,2.19002 -2.57328,2.04775 -0.12117,-0.14227 -1.26888,-3.23525 -2.19606,-6.06988 -2.20371,-11.57881 0.0316,-3.88032 -6.32733,-15.46162 -0.28314,-0.52814 -0.45365,-1.05303 -0.55221,-1.56459 -0.0985,-0.51154 -0.10515,-1.0048 -0.0461,-1.47252 -8.95234,17.43281 10.12241,-15.17136 -1.65666,-1.79466 -0.16459,0.17992 -1.23526,-0.82746 -2.39278,-2.2318 -0.57885,-0.70217 -1.62721,-1.70085 -2.83002,-2.76102 -25.03987,-18.48827 -32.10071,-18.00073 -43.16372,-21.4668 z m 20.24737,31.56747 c 0.1358,0.0255 0.22153,0.11933 0.2761,0.27611 0.10909,0.31356 0.0716,0.8601 -0.092,1.49554 -0.16366,0.63546 -0.46171,1.36114 -0.82832,2.04775 -0.36671,0.68661 -0.81154,1.32762 -1.31152,1.79466 -1.02293,0.95557 -1.53746,1.46472 -1.63358,1.84067 -0.0481,0.18797 0.007,0.34631 0.16103,0.50618 0.15373,0.15987 0.40057,0.31957 0.73623,0.5292 0.38659,0.24139 0.73435,0.40229 0.98945,0.46016 0.2551,0.0579 0.41351,0.0155 0.41417,-0.13805 10e-4,-0.30714 1.00313,-1.21696 2.20877,-2.02474 0.60277,-0.40388 1.2438,-0.99685 1.79461,-1.63358 0.55081,-0.63674 1.00962,-1.32449 1.24248,-1.8867 0.55541,-1.34083 1.07949,-2.14931 1.47256,-2.36986 0.19648,-0.11026 0.37046,-0.056 0.48309,0.13805 0.11274,0.19409 0.16113,0.54378 0.16113,1.05838 0,0.49186 -0.32057,1.20752 -0.89736,2.04774 -0.57669,0.84024 -1.40642,1.79284 -2.39288,2.73801 -0.90569,0.86783 -1.66039,1.70223 -2.13974,2.34686 -0.47935,0.64464 -0.68454,1.10921 -0.50616,1.21944 0.19235,0.1189 0.76425,-0.13382 1.54147,-0.59822 0.77732,-0.46439 1.7542,-1.15295 2.73811,-1.90969 0.98374,-0.75676 1.99484,-1.58871 2.80695,-2.34687 0.8121,-0.75812 1.44038,-1.44109 1.7026,-1.90969 0.20062,-0.35845 0.44025,-0.61783 0.66731,-0.75927 0.22705,-0.14145 0.43131,-0.16685 0.57517,-0.023 0.20681,0.20684 0.22697,0.56998 0.069,1.01236 -0.15793,0.44238 -0.49492,0.96001 -0.9433,1.54157 -0.44841,0.58156 -1.01515,1.21629 -1.67973,1.84066 -0.66448,0.62441 -1.42528,1.24679 -2.23175,1.81767 -0.81267,0.57529 -1.5277,1.17534 -2.02467,1.67961 -0.49708,0.50428 -0.77196,0.91459 -0.71334,1.1044 0.11825,0.38285 0.28521,0.64773 0.52924,0.7823 0.24402,0.13455 0.56712,0.13867 0.9433,0.023 0.37618,-0.11567 0.81979,-0.34541 1.3345,-0.71327 0.5147,-0.36784 1.08914,-0.87358 1.74866,-1.49553 1.52732,-1.44041 2.9103,-2.49663 3.06007,-2.34687 0.17492,0.17487 0.20745,0.44884 0.11508,0.78229 -0.0925,0.33348 -0.31044,0.72513 -0.62124,1.15042 -0.62162,0.85057 -1.62759,1.82888 -2.83003,2.64596 -1.63133,1.10849 -2.29723,1.6992 -2.09379,1.74863 0.20351,0.0495 1.27664,-0.45266 3.08315,-1.51854 0.72881,-0.43005 1.43671,-0.76757 2.0017,-0.96636 0.56506,-0.19879 0.97604,-0.26647 1.10443,-0.13804 0.14705,0.147 0.11047,0.3954 -0.069,0.66723 -0.17952,0.27185 -0.49859,0.58477 -0.89735,0.89733 -0.79758,0.62516 -1.9143,1.23505 -2.94511,1.51855 -0.38321,0.10543 -0.67104,0.19286 -0.85122,0.32213 -0.18015,0.12929 -0.27338,0.30893 -0.23014,0.59822 0.0866,0.57854 0.64628,1.60001 1.74865,3.63532 0.54417,1.00479 1.02201,2.06863 1.40353,3.15214 0.38152,1.08352 0.67639,2.19965 0.89735,3.33621 0.22095,1.13659 0.3517,2.28729 0.41416,3.45126 0.0624,1.16398 0.048,2.33157 -0.046,3.49727 -0.0941,1.16573 -0.25772,2.33248 -0.50617,3.47428 -0.24854,1.14177 -0.58861,2.26702 -0.98945,3.35921 -0.40075,1.09219 -0.8755,2.15823 -1.42649,3.17515 -0.55101,1.01693 -1.16446,1.98307 -1.86365,2.89907 -0.6987,0.91537 -1.18724,1.65949 -1.44957,2.27782 -0.26223,0.61834 -0.29082,1.10578 -0.092,1.47254 0.19883,0.36677 0.62696,0.62162 1.31152,0.78229 0.68445,0.16065 1.6121,0.23007 2.80704,0.23007 0.62069,1e-5 1.17843,0.0736 1.58753,0.20708 0.40909,0.13346 0.66729,0.32672 0.66729,0.52919 0,0.25228 -0.28634,0.43419 -0.75929,0.55221 -0.47306,0.11801 -1.13718,0.17354 -1.86375,0.16106 -0.72646,-0.0125 -1.51708,-0.0909 -2.27779,-0.2301 -0.76071,-0.13919 -1.47246,-0.33605 -2.04775,-0.59821 -0.51657,-0.23535 -1.05942,-0.40071 -1.49553,-0.46016 -0.4361,-0.0595 -0.77514,-0.007 -0.92032,0.13804 -0.12342,0.12345 -0.18298,0.22624 -0.16104,0.36814 0.0219,0.14189 0.11827,0.31093 0.32207,0.50619 0.4075,0.39048 1.22354,0.93521 2.57699,1.74863 0.30198,0.18154 0.51413,0.38663 0.62115,0.59822 0.1071,0.2116 0.11657,0.41268 -0.023,0.5522 -0.13945,0.13952 -0.5447,0.0908 -1.08144,-0.092 -0.53656,-0.18285 -1.21191,-0.50338 -1.88663,-0.92034 -0.82692,-0.51105 -1.53894,-0.83237 -2.11676,-0.98936 -0.57782,-0.15697 -1.02116,-0.13722 -1.28854,0.023 -0.26721,0.16025 -0.35771,0.45672 -0.25305,0.89733 0.10478,0.44063 0.40516,1.01848 0.94332,1.70262 0.43405,0.55181 0.77309,1.10807 0.96637,1.56458 0.19331,0.4565 0.23288,0.82552 0.092,0.96635 -0.14078,0.14082 -0.42233,0.0438 -0.78228,-0.23008 -0.35995,-0.27393 -0.79099,-0.73205 -1.19644,-1.28848 -0.40525,-0.55642 -0.90365,-1.05978 -1.38044,-1.42651 -0.47692,-0.36674 -0.92428,-0.59822 -1.24249,-0.59822 -0.52597,0 -0.80526,0.0314 -0.80526,0.20708 -9e-5,0.17571 0.27947,0.49573 0.80526,1.08138 0.36463,0.40619 0.60539,0.90536 0.73623,1.47254 0.13091,0.56719 0.14677,1.20238 0.0231,1.84068 -0.12783,0.65998 -0.30049,1.14512 -0.4832,1.47252 -0.18269,0.32742 -0.37252,0.4871 -0.55221,0.48318 -0.1796,-0.004 -0.3413,-0.17221 -0.46011,-0.50618 -0.11884,-0.33396 -0.2071,-0.83278 -0.2071,-1.49555 0,-0.66068 -0.07,-1.21574 -0.20707,-1.67961 -0.13702,-0.46385 -0.3441,-0.83432 -0.62124,-1.10441 -0.27714,-0.27007 -0.61486,-0.42684 -1.0354,-0.50617 -0.42036,-0.0793 -0.90572,-0.0854 -1.47255,0.023 -0.55045,0.10525 -0.96761,0.18107 -1.2424,0.2761 -0.2748,0.095 -0.41642,0.22543 -0.41416,0.43716 0.005,0.42349 0.55869,1.20123 1.67963,2.85305 0.44942,0.66225 0.83048,1.38943 1.1274,2.09375 0.29684,0.70432 0.50364,1.39376 0.62126,2.00173 0.11751,0.60798 0.15755,1.12236 0.0689,1.49555 -0.0884,0.37319 -0.29974,0.59822 -0.62115,0.59822 -0.17716,10e-6 -0.37814,-0.24267 -0.57529,-0.64424 -0.19704,-0.40157 -0.38424,-0.95529 -0.50616,-1.56456 -0.13319,-0.66604 -0.40198,-1.41731 -0.75921,-2.1628 -0.35733,-0.74547 -0.79963,-1.50183 -1.26546,-2.16278 -0.46585,-0.66095 -0.96779,-1.22114 -1.4266,-1.6336 -0.45871,-0.41244 -0.88318,-0.66725 -1.21941,-0.66725 -0.30969,1e-5 -0.54162,0.0403 -0.69018,0.13806 -0.14866,0.0977 -0.22021,0.25529 -0.20717,0.46016 0.0263,0.40976 0.3818,1.03814 1.05837,1.9327 0.30557,0.40398 0.55907,0.96708 0.73634,1.56458 0.17725,0.5975 0.28529,1.22299 0.32205,1.81768 0.037,0.59466 7.5e-4,1.14603 -0.11498,1.54154 -0.11574,0.39553 -0.31766,0.64424 -0.59817,0.64424 -0.20249,0 -0.3728,-0.15178 -0.50626,-0.41416 -0.13346,-0.26235 -0.23007,-0.6373 -0.23007,-1.03538 0,-0.42766 -0.14565,-1.04487 -0.3681,-1.74863 -0.22256,-0.70376 -0.52221,-1.48429 -0.85131,-2.2088 -0.32909,-0.7245 -0.66974,-1.39677 -0.98935,-1.88668 -0.31973,-0.48992 -0.61103,-0.80531 -0.80536,-0.80531 -0.29673,1e-5 -1.08755,-0.20648 -1.74866,-0.46016 -0.49387,-0.18952 -0.76867,-0.21687 -0.87427,0 -0.10552,0.21687 -0.0384,0.67796 0.16113,1.47253 0.14076,0.56098 0.18251,1.0373 0.13805,1.38052 -0.0446,0.34321 -0.17763,0.5522 -0.39119,0.5522 -0.20249,1e-5 -0.43189,-0.19205 -0.64431,-0.50619 -0.21224,-0.31413 -0.40947,-0.74281 -0.52915,-1.21944 -0.0761,-0.30297 -0.22462,-0.61212 -0.46012,-0.92035 -0.23559,-0.30819 -0.55578,-0.61766 -0.96637,-0.94334 -0.82111,-0.65134 -1.99907,-1.34522 -3.61229,-2.13976 -0.86332,-0.42518 -1.68957,-0.90682 -2.46191,-1.42654 -0.77233,-0.5197 -1.50284,-1.08569 -2.18581,-1.70262 -0.68304,-0.61691 -1.31423,-1.28488 -1.90968,-2.00173 -0.59545,-0.71682 -1.1472,-1.48137 -1.65665,-2.30082 -1.01899,-1.63894 -1.86871,-3.47941 -2.55391,-5.54503 -0.68531,-2.0656 -1.19963,-4.36561 -1.56456,-6.8795 -0.33856,-2.33187 -0.83836,-4.78569 -1.10443,-5.45298 -0.14789,-0.37095 -0.14152,-0.7952 0.0231,-1.24246 0.1645,-0.44726 0.48253,-0.91754 0.92032,-1.33448 0.39373,-0.375 0.97126,-1.17755 1.58755,-2.18581 0.61625,-1.00823 1.27633,-2.20446 1.81767,-3.35921 0.52717,-1.12461 1.22411,-2.24667 2.04774,-3.31321 0.82354,-1.06653 1.77866,-2.08739 2.83003,-3.0601 1.05144,-0.97273 2.1947,-1.89487 3.40521,-2.73801 1.2106,-0.84315 2.47222,-1.59998 3.77342,-2.27783 1.30109,-0.67786 2.63428,-1.27181 3.95742,-1.74863 1.32315,-0.4768 2.63486,-0.84137 3.91148,-1.08141 1.27653,-0.24001 2.51996,-0.35459 3.68132,-0.3221 1.16127,0.0325 2.24366,0.21145 3.22111,0.5522 0.61101,0.21303 1.34949,0.18924 2.09379,0 0.7442,-0.18923 1.49899,-0.54936 2.1858,-1.01237 0.6867,-0.46298 1.31001,-1.02535 1.74866,-1.6336 0.43864,-0.60824 0.69027,-1.2617 0.69027,-1.88668 0,-0.31176 0.0966,-0.6554 0.23006,-0.94334 0.13337,-0.28795 0.30368,-0.5191 0.50617,-0.64425 0.22573,-0.13952 0.41641,-0.18658 0.55221,-0.16106 z" + sodipodi:nodetypes="cccssssssssssssssssssssssssssssccsssssssssssssssscccsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssccssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssccssssssssssssssssssssssscccccsccsccsccccssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssccc" + id="sillhouette" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#e8dcc3;fill-opacity:1;stroke:none;display:inline" + id="body color" + d="m 614.6744,463.53481 c 0.66336,-0.004 1.31311,0.0745 1.93266,0.20711 0.61965,0.13259 1.2271,0.31814 1.79472,0.57518 0.56758,0.25703 1.10301,0.57436 1.61058,0.94338 1.01506,0.73788 1.89722,1.69629 2.62295,2.80703 0.72571,1.11065 1.28562,2.38984 1.65656,3.77338 0.37101,1.38351 0.55522,2.86118 0.50617,4.41759 -0.049,1.55631 -0.31691,3.17943 -0.85123,4.80872 -0.26719,0.81468 -0.61166,1.64776 -1.01242,2.46192 -0.40075,0.81409 -0.86097,1.61478 -1.40352,2.41584 -1.11362,1.64454 -2.05253,3.46679 -2.78397,5.31499 -0.73144,1.8481 -1.2604,3.71181 -1.56454,5.49895 -0.30425,1.78714 -0.37515,3.48527 -0.20719,4.94685 0.0841,0.73073 0.22669,1.40192 0.43724,2.00168 0.21054,0.59976 0.48554,1.12892 0.82833,1.56456 0.72844,0.92609 1.08136,1.399 1.08136,1.67966 0,0.14033 -0.094,0.23899 -0.27611,0.32211 -0.18215,0.0831 -0.44109,0.13482 -0.80525,0.23008 -0.33118,0.0866 -0.60925,0.24556 -0.80536,0.46018 -0.19601,0.21462 -0.32224,0.4849 -0.39108,0.80526 -0.13769,0.6407 -0.0253,1.48645 0.29909,2.41591 0.3244,0.92939 0.86349,1.95163 1.58762,2.9911 0.72403,1.03937 1.63057,2.08944 2.69187,3.06007 0.44285,0.40494 4.12765,5.23921 8.19105,10.74494 4.06342,5.50567 8.29798,10.86379 9.41048,11.89528 0.57098,0.52955 1.01947,1.07607 1.28844,1.56459 0.269,0.48851 0.3549,0.9112 0.207,1.1504 -0.0827,0.13393 -0.30321,0.0876 -0.66721,-0.11498 -0.36389,-0.20263 -0.85092,-0.56193 -1.47245,-1.08145 -1.24323,-1.03885 -2.99865,-2.68973 -5.13098,-4.87776 -2.46247,-2.52687 -5.16343,-5.02394 -7.91486,-7.33964 -2.75142,-2.31578 -5.53267,-4.45708 -8.16798,-6.28133 -2.63533,-1.82416 -5.11045,-3.31923 -7.2246,-4.37159 -1.05708,-0.52613 -2.02524,-0.93881 -2.87607,-1.21941 -0.85083,-0.28058 -1.59185,-0.4372 -2.1858,-0.4372 -0.44154,0 -0.9269,0.18055 -1.44957,0.52923 -0.52257,0.34864 -1.07836,0.86778 -1.65656,1.51856 -1.15628,1.30151 -2.41013,3.15314 -3.63535,5.38397 -1.22515,2.23074 -2.43059,4.82793 -3.52021,7.61572 -1.08961,2.78789 -2.05749,5.77059 -2.80704,8.74319 -0.64281,2.5494 -1.18049,4.18428 -1.65665,4.94682 -0.23804,0.38125 -0.46105,0.55612 -0.66719,0.5062 -0.20615,-0.0499 -0.41754,-0.33462 -0.59827,-0.80534 -0.13159,-0.34301 0.0196,-1.44448 0.36811,-2.96804 0.34869,-1.52362 0.9041,-3.46134 1.56464,-5.42997 0.57614,-1.71712 1.08812,-3.8523 1.49553,-6.12023 0.40731,-2.26792 0.70846,-4.67095 0.89727,-6.90251 0.18887,-2.23156 0.26343,-4.2822 0.1841,-5.89014 -0.0396,-0.80401 -0.11405,-1.50979 -0.23006,-2.04778 -0.11601,-0.53799 -0.28455,-0.9288 -0.48319,-1.12737 -0.17183,-0.17185 -1.37069,-0.0892 -3.17515,0.16102 -1.80447,0.25032 -4.19969,0.67169 -6.76448,1.17346 -2.56479,0.50169 -5.30101,1.09705 -7.75383,1.67957 -2.4527,0.58254 -4.62875,1.16397 -6.09718,1.65661 -1.48989,0.49992 -3.38036,1.24172 -5.499,2.16278 -2.11865,0.92108 -4.45675,2.02629 -6.90252,3.22118 -4.89156,2.38977 -10.15084,5.17596 -14.54129,7.77682 -1.43606,0.85076 -2.65032,1.49964 -3.68141,1.97872 -1.03091,0.47917 -1.8839,0.77832 -2.57688,0.89737 -0.6929,0.11899 -1.21183,0.0685 -1.63359,-0.16109 -0.42175,-0.22965 -0.72591,-0.62966 -0.94339,-1.19645 -0.11105,-0.2895 -0.15898,-0.60263 -0.13806,-0.85125 0.0211,-0.24864 0.11011,-0.44148 0.25313,-0.52924 1.72662,-1.0592 5.29333,-2.98793 9.77859,-5.3149 4.48527,-2.32697 9.87201,-5.03681 15.25454,-7.70784 5.3826,-2.67104 10.76708,-5.29421 15.18559,-7.38565 4.41848,-2.09145 7.88624,-3.66839 9.4794,-4.25659 2.52428,-0.93189 4.46473,-1.66206 5.9822,-2.36983 1.51748,-0.70784 2.60464,-1.38272 3.42819,-2.16279 0.41192,-0.39007 0.76136,-0.80179 1.05839,-1.26549 0.29702,-0.46371 0.53796,-0.99013 0.75929,-1.56456 0.44267,-1.14881 0.77571,-2.55773 1.15049,-4.3716 0.37571,-1.81947 0.67357,-2.93623 0.98926,-3.56627 0.15793,-0.31505 0.32703,-0.50816 0.50616,-0.59821 0.17923,-0.0901 0.37365,-0.0867 0.59828,0 1.37538,0.53056 3.00268,0.90768 4.71672,1.12737 1.71405,0.21971 3.49901,0.28266 5.19992,0.20712 1.70091,-0.0756 3.3117,-0.28907 4.6477,-0.64423 0.66795,-0.17759 1.28376,-0.39966 1.79461,-0.64425 0.51077,-0.24458 0.9329,-0.5187 1.2425,-0.82829 0.25922,-0.25931 0.32337,-0.4439 0.23006,-0.57525 -0.0933,-0.13135 -0.3623,-0.20393 -0.7593,-0.20703 -0.79392,-0.006 -2.12756,0.24995 -3.84236,0.75924 -1.22945,0.36511 -2.29825,0.62376 -3.26725,0.80532 -0.96901,0.18156 -1.86007,0.27838 -2.69197,0.2761 -0.83189,-0.002 -1.62101,-0.0897 -2.43893,-0.2761 -0.81792,-0.18649 -1.64981,-0.45737 -2.57689,-0.82831 -0.98851,-0.39551 -1.72858,-0.77314 -2.20886,-1.08142 -0.48009,-0.30819 -0.70996,-0.55854 -0.69018,-0.71321 0.0197,-0.15477 0.29411,-0.22612 0.80525,-0.16112 0.51125,0.065 1.2607,0.27029 2.25482,0.62128 0.56592,0.19974 1.25732,0.32667 2.02478,0.3911 0.76746,0.0644 1.6166,0.0746 2.50786,0.023 1.78251,-0.10306 3.73421,-0.42357 5.54504,-0.8743 1.81085,-0.45076 3.47707,-1.03616 4.69376,-1.67967 0.6083,-0.32167 1.1065,-0.67147 1.44947,-1.01235 0.34307,-0.34082 0.52924,-0.67178 0.52924,-1.01238 0,-0.24605 -0.0163,-0.43182 -0.11506,-0.52915 -0.0988,-0.0973 -0.27707,-0.12362 -0.57521,-0.046 -0.5962,0.15513 -1.68488,0.69092 -3.68131,1.70261 -1.09966,0.55723 -2.19077,1.03733 -3.24419,1.40349 -1.05341,0.36614 -2.08019,0.61595 -3.03719,0.78227 -0.95681,0.1664 -1.83588,0.2493 -2.64592,0.20711 -0.81003,-0.0422 -1.54983,-0.2007 -2.16272,-0.46017 -0.80347,-0.34022 -1.16511,-0.52715 -1.03541,-0.57524 0.12962,-0.0481 0.75048,0.0389 1.95573,0.23009 0.83854,0.13311 1.54411,0.16992 2.02468,0.11508 0.48056,-0.0549 0.73633,-0.20829 0.73633,-0.4372 0,-0.20718 -0.31824,-0.44058 -0.85141,-0.6672 -0.53299,-0.22663 -1.28479,-0.4386 -2.09369,-0.57524 -1.29764,-0.21919 -2.21188,-0.46223 -2.78407,-0.69025 -0.57211,-0.22805 -0.80047,-0.45082 -0.69018,-0.6212 0.11031,-0.17045 0.56169,-0.2758 1.31141,-0.32212 0.74984,-0.0464 1.80597,-0.0292 3.15219,0.11501 1.27072,0.13614 2.70697,0.17368 4.16451,0.11507 1.45754,-0.0586 2.9255,-0.21263 4.23354,-0.41414 1.30805,-0.20152 2.468,-0.46673 3.29013,-0.75933 0.41117,-0.14627 0.73989,-0.30083 0.96639,-0.46016 0.22668,-0.15932 0.34514,-0.31725 0.34514,-0.48314 0,-0.19525 -0.18365,-0.30936 -0.4832,-0.34515 -0.29945,-0.0358 -0.71456,0.0207 -1.17336,0.16109 -0.68493,0.20962 -1.83842,0.3847 -3.15217,0.52916 -1.31377,0.14446 -2.78004,0.24451 -4.11847,0.29915 -1.33844,0.0546 -2.53131,0.0598 -3.29022,0 -0.37948,-0.03 -0.66093,-0.0749 -0.78229,-0.13806 -0.12126,-0.0632 -0.0973,-0.15358 0.11507,-0.25313 0.80985,-0.37948 2.61272,-0.70778 4.00349,-0.73627 0.68539,-0.014 1.54036,-0.15829 2.46181,-0.41415 0.92146,-0.25586 1.90687,-0.62847 2.85309,-1.03534 0.94622,-0.40685 1.86307,-0.84442 2.62294,-1.31151 0.75987,-0.46702 1.36338,-0.94405 1.72567,-1.38051 0.4017,-0.48401 0.62013,-0.85738 0.66719,-1.10441 0.0471,-0.24693 -0.0796,-0.38327 -0.32215,-0.39109 -0.24252,-0.008 -0.61431,0.11169 -1.08136,0.3451 -0.46705,0.23346 -1.03007,0.58157 -1.65655,1.05837 -1.15518,0.87903 -2.17857,1.5452 -3.01413,1.97872 -0.83554,0.43353 -1.48511,0.63003 -1.86373,0.62127 -0.18927,-0.004 -0.2958,-0.0467 -0.34514,-0.1611 -0.0492,-0.11433 -0.0388,-0.28222 0.0691,-0.50619 0.2157,-0.44786 0.77805,-1.11787 1.72559,-2.00169 0.89191,-0.83198 1.61002,-1.65212 2.07071,-2.30083 0.46077,-0.64881 0.66382,-1.14187 0.48319,-1.31153 -0.17838,-0.16749 -0.37646,-0.21321 -0.55221,-0.16102 -0.17567,0.0521 -0.34889,0.21352 -0.43715,0.46017 -0.31325,0.87565 -0.88909,1.70852 -1.67962,2.50788 -0.79044,0.79945 -1.78487,1.55927 -2.94501,2.25483 -1.16023,0.69563 -2.48891,1.34552 -3.91147,1.90973 -1.42256,0.56412 -2.93206,1.04432 -4.50965,1.44948 -1.5775,0.40517 -3.20676,0.7248 -4.83171,0.94339 -1.62504,0.2186 -3.24362,0.34067 -4.80882,0.34509 -1.56502,0.004 -3.08887,-0.10772 -4.48659,-0.34509 -8.59271,-2.35076 -10.17796,-3.08971 -1.74865,-6.25829 1.7888,-0.6722 3.82023,-1.51456 5.95912,-2.48488 2.139,-0.97042 4.39852,-2.06274 6.62642,-3.19821 2.228,-1.13541 4.43255,-2.30688 6.48836,-3.47424 2.05581,-1.16741 3.94553,-2.33897 5.56803,-3.40524 0.74579,-0.49006 1.4824,-0.88079 2.20878,-1.19643 0.72657,-0.31564 1.44085,-0.53651 2.13984,-0.69025 0.699,-0.15373 1.38439,-0.24878 2.04775,-0.25313 z M 528.37211,99.74662 c -0.66542,-0.0074 -1.33639,0.0067 -1.97872,0.04602 -3.42561,0.9639 -5.97563,1.78822 -8.60514,3.42824 -0.23296,0.34441 -0.81041,0.85137 -1.67972,1.47255 -0.86922,0.62117 -2.03537,1.37075 -3.38214,2.18579 -2.69365,1.63004 -6.17295,3.54505 -9.82464,5.45299 -3.65169,1.90793 -7.47378,3.79246 -10.81391,5.31493 -3.34013,1.52245 -6.20194,2.70154 -7.9609,3.17516 -0.77027,0.20741 -1.49853,0.47037 -2.18582,0.80528 -0.68716,0.33492 -1.33213,0.73987 -1.93265,1.19644 -0.60062,0.45657 -1.14636,0.96922 -1.65665,1.54156 -0.5103,0.57233 -0.98711,1.20445 -1.40352,1.88669 -0.41642,0.68223 -0.78538,1.39951 -1.10435,2.18578 -0.31906,0.78629 -0.58729,1.62348 -0.80525,2.50793 -0.4361,1.76889 -0.6568,3.74076 -0.66729,5.86713 -0.003,0.58052 0.0892,2.5032 0.14958,2.79614 1.17824,1.02096 3.06573,-0.88602 3.91146,-1.32309 7.686,-1.60833 12.79117,-5.92827 14.94386,-3.61283 0.25351,1.71406 0.34964,4.10344 0.29919,6.74146 -0.0506,2.63801 -0.25886,5.53417 -0.59828,8.30603 -0.33931,2.77184 -0.8134,5.40815 -1.42649,7.52372 -0.58954,2.0342 -1.29716,4.09629 -2.09378,6.16625 -0.79654,2.06996 -1.67674,4.15951 -2.64592,6.21225 -0.9692,2.05276 -2.02176,4.06862 -3.1292,6.0512 -1.10735,1.9826 -2.26326,3.91566 -3.47424,5.7751 -1.21099,1.85946 -2.47025,3.65461 -3.75035,5.33796 -1.2801,1.68334 -2.59668,3.26241 -3.91139,4.71672 -1.31479,1.45428 -2.61955,2.78517 -3.93454,3.95743 -1.31489,1.17225 -2.63081,2.17683 -3.91138,3.01409 -1.51953,0.99355 -2.73276,1.7088 -3.72737,2.04774 -0.49726,0.16948 -0.92764,0.25159 -1.3345,0.2301 -0.40665,-0.0215 -0.78415,-0.16046 -1.12731,-0.39116 -0.34327,-0.23069 -0.65951,-0.55426 -0.96638,-1.01236 -0.30687,-0.45809 -0.59969,-1.04492 -0.89736,-1.74863 -0.59526,-1.40741 -1.21182,-3.32192 -1.93276,-5.82112 -0.39689,-1.37623 -0.67367,-2.41057 -0.94331,-3.12915 -0.26953,-0.71855 -0.5206,-1.12066 -0.80525,-1.24245 -0.28464,-0.12177 -0.61646,0.046 -1.05838,0.46017 -0.44192,0.41413 -0.9841,1.06658 -1.72559,1.95572 -1.26875,1.52119 -2.40263,3.12691 -3.38232,4.78574 -0.97971,1.65882 -1.81853,3.38086 -2.50787,5.15387 -0.68943,1.77302 -1.23574,3.58921 -1.63367,5.45299 -0.39785,1.86378 -0.65417,3.77498 -0.75921,5.70607 -0.10503,1.93109 -0.18911,3.93843 0.13805,5.86713 0.0678,11.83186 2.81956,16.58928 8.76628,33.2011 -0.21289,-1.72257 -0.4784,-3.34178 -0.78227,-4.85476 -0.30378,-1.51297 -0.63286,-2.90734 -1.01233,-4.18753 -0.37956,-1.28016 -0.80235,-2.45004 -1.24249,-3.47425 -0.44005,-1.02421 -0.89492,-1.92392 -1.38054,-2.66898 -0.48554,-0.74505 -1.00249,-1.32893 -1.5185,-1.77164 -0.51602,-0.44271 -1.03334,-0.7341 -1.56456,-0.85132 -0.53121,-0.1172 -1.0792,-0.0704 -1.61059,0.16106 -0.53141,0.2315 -1.04807,0.63909 -1.56456,1.24246 -1.07769,1.25909 -2.00291,2.60952 -2.78398,4.02645 -0.78114,1.41697 -1.42321,2.90272 -1.90978,4.44064 -0.48656,1.53789 -0.8181,3.14081 -1.01232,4.76272 -0.19424,1.62193 -0.25708,3.27779 -0.16103,4.9468 0.096,1.66902 0.35206,3.33666 0.73623,5.01582 0.38414,1.67917 0.89443,3.36344 1.56455,5.01584 0.67019,1.6524 1.48482,3.28907 2.43892,4.87777 0.95399,1.58871 2.0544,3.1366 3.29013,4.62469 1.13351,1.3649 2.01529,2.53499 2.62294,3.45125 0.60775,0.91626 0.93244,1.56169 0.98946,1.88668 0.0285,0.16252 -10e-4,0.24214 -0.11509,0.23009 -0.11395,-0.012 -0.2927,-0.1177 -0.55222,-0.32211 -0.51873,-0.40881 -1.34236,-1.19965 -2.4619,-2.48491 -1.29463,-1.4863 -2.45355,-2.92943 -3.47424,-4.30257 -1.02058,-1.37311 -1.89524,-2.69058 -2.64591,-3.95744 -0.75076,-1.26687 -1.37885,-2.46783 -1.86373,-3.63532 -0.48488,-1.16748 -0.83527,-2.30722 -1.05838,-3.38223 -0.43471,-2.09408 -0.66252,-3.12852 -0.94332,-3.42826 -0.1404,-0.14986 -0.27592,-0.11729 -0.48318,0.069 -0.20727,0.18635 -0.48394,0.51877 -0.82833,0.96636 -0.60446,0.78581 -1.10931,1.6052 -1.5186,2.46189 -0.40918,0.85669 -0.70556,1.74541 -0.92032,2.66897 -0.21468,0.92358 -0.34731,1.88958 -0.36813,2.87605 -0.0207,0.98648 0.0577,1.99173 0.23006,3.03711 0.17248,1.04536 0.44034,2.1209 0.80535,3.22117 0.36503,1.10027 0.82355,2.23106 1.38056,3.38223 0.55699,1.15118 1.2075,2.32219 1.95564,3.52028 0.74832,1.19809 1.59211,2.44034 2.53092,3.68134 0.96451,1.27492 1.80306,2.47311 2.34683,3.40523 0.54388,0.93216 0.80667,1.58628 0.66729,1.72565 -0.10691,0.10688 -0.32036,0.0402 -0.62124,-0.18407 -0.30077,-0.22424 -0.68557,-0.59901 -1.12741,-1.08141 -0.88356,-0.96479 -1.9988,-2.3748 -3.1291,-3.93442 -1.13032,-1.55962 -2.29019,-3.28407 -3.2442,-4.85477 -0.95399,-1.57068 -1.7161,-2.98244 -2.07079,-3.98044 -0.20963,-0.59 -0.35153,-1.04006 -0.4831,-1.31149 -0.13159,-0.27141 -0.23813,-0.3704 -0.34524,-0.2761 -0.21402,0.18864 -0.43722,1.14859 -0.87428,3.08313 -0.3715,1.64466 -0.84484,8.05515 -0.80535,9.43546 0.10499,3.41373 -25.04934,16.33145 -23.38762,18.80181 -7.79713,18.17065 -10.72905,25.50887 -10.06445,46.75495 -4.37991,14.89933 -1.388,17.48469 3.68029,41.3833 3.13486,9.53552 17.43756,24.25044 25.80085,30.91074 7.60223,14.94762 -0.56498,6.77124 11.84217,15.88921 20.81043,17.33916 13.7429,15.04353 33.23405,27.95065 8.88631,5.88456 23.61255,10.95827 35.66207,15.86638 12.51835,5.09908 39.38771,9.14768 57.79469,3.35378 23.91297,-7.527 37.43161,-12.8402 56.51839,-25.73334 16.96993,-0.97521 23.76139,-2.58781 24.73931,-3.52434 1.09064,-1.04448 4.12074,-4.23563 6.73785,-5.46672 15.71296,-7.39141 37.94777,-22.4364 44.37397,-42.0844 0.35179,-1.08998 0.44826,-4.50427 0.656,-5.54189 0.20773,-1.03763 0.33894,-2.04234 0.39109,-3.01414 0.0218,-0.40627 0.31297,-1.0807 0.78226,-1.86363 0.46932,-0.78295 1.10445,-1.68024 1.79471,-2.46193 0.70979,-0.80373 1.36602,-1.65566 1.93266,-2.57696 0.56678,-0.92119 1.05249,-1.89323 1.47257,-2.89904 0.42016,-1.00575 0.76549,-2.04898 1.0354,-3.1061 0.26992,-1.05714 0.45899,-2.1457 0.5752,-3.22118 0.1162,-1.07544 0.15623,-2.13738 0.11507,-3.19819 -0.0412,-1.06075 -0.1661,-2.11611 -0.36811,-3.12915 -0.20202,-1.01295 -0.48487,-1.9899 -0.8514,-2.92201 -0.36652,-0.93213 -0.79982,-1.80474 -1.3345,-2.62297 -1.10564,-1.6923 -1.70392,-2.56625 -2.02467,-2.78404 -1.99863,6.45295 -1.15835,1.34874 -0.41466,-2.19963 0.50515,-2.40142 0.51367,-6.33614 0.78275,-8.33818 0.26898,-2.00202 0.4015,-3.8301 0.43714,-5.56802 0.0356,-1.73793 -0.0352,-3.38375 -0.23006,-4.99282 -0.19498,-1.60906 -0.49755,-3.19325 -0.92033,-4.80876 -0.63334,-2.42017 -2.04859,-6.51325 -3.81938,-11.25109 -1.77079,-4.73783 -3.91185,-10.12678 -5.95921,-15.09349 -2.04727,-4.96672 -4.01314,-9.52476 -5.47604,-12.6316 -0.73134,-1.55341 -1.32473,-2.73144 -1.74856,-3.42825 -0.21195,-0.34839 -0.39136,-0.58194 -0.50626,-0.66723 -0.11479,-0.0853 -0.17969,-0.0264 -0.18401,0.18405 -0.0189,0.92331 -0.10897,1.4158 -0.25303,1.5876 -0.14415,0.17178 -0.32367,0.0251 -0.50618,-0.36815 -0.18268,-0.39326 -0.37167,-1.02274 -0.50625,-1.79465 -0.1346,-0.77191 -0.23007,-1.68184 -0.23007,-2.64596 0,-1.14115 -0.12501,-2.33853 -0.34512,-3.5433 -0.22012,-1.20476 -0.53291,-2.42762 -0.92034,-3.61231 -0.38744,-1.18467 -0.83246,-2.3243 -1.33449,-3.40523 -0.50204,-1.08094 -1.06983,-2.09758 -1.63358,-2.99109 -0.56375,-0.8935 -1.12994,-1.67843 -1.70261,-2.30084 -0.57274,-0.6224 -1.15076,-1.08988 -1.67962,-1.35748 -0.52886,-0.26762 -1.01731,-0.33191 -1.44948,-0.16107 -2.58523,2.8515 -0.9322,-0.0183 -1.61061,-1.65657 0.5119,-1.59805 0.85263,-3.10759 0.98927,-4.50965 0.13665,-1.40205 0.0779,-2.68381 -0.20699,-3.79638 -0.14246,-0.55628 -0.34176,-1.07517 -0.59826,-1.54157 -0.25652,-0.46638 -0.56694,-0.87764 -0.94332,-1.24244 -0.75901,-0.7357 -1.39348,-1.26258 -1.90968,-1.54156 -0.5162,-0.279 -0.90955,-0.31654 -1.21952,-0.11505 -0.30985,0.2015 -0.52698,0.65176 -0.66718,1.35749 0,0 -2.34245,5.7031 -1.24243,-1.01236 -0.029,-1.98678 -0.15606,-3.99884 -0.3912,-6.00519 -0.23521,-2.00632 -0.57199,-4.00228 -1.01243,-5.95915 -0.44033,-1.95686 -0.98887,-3.86769 -1.63357,-5.70608 -0.64459,-1.83839 -1.38401,-3.59504 -2.23185,-5.24592 -4.03146,-6.22415 -3.06278,-4.12591 -4.73974,-12.72363 -0.23024,-1.17073 -0.5825,-2.42445 -1.03531,-3.70434 -0.4528,-1.27987 -3.35299,-7.86884 -11.39931,-18.75517 2.30954,-2.6542 7.10958,-5.80881 10.73568,-11.22597 0.6476,-2.17608 3.93081,-14.07261 4.32191,-16.54184 0.30152,-1.90293 0.37486,-3.72003 0.2761,-5.40698 -0.0987,-1.68694 -0.38302,-3.23808 -0.80525,-4.64769 -0.42213,-1.40959 -0.98776,-2.67945 -1.65656,-3.75035 -0.66888,-1.07088 -1.43906,-1.95213 -2.27789,-2.62295 -2.20408,-0.90181 -4.8165,-1.02545 -6.9255,-0.50619 -0.46397,0.29893 -0.91329,0.65561 -1.35748,1.10441 -0.44416,0.4488 -0.87371,0.98122 -1.28853,1.58758 -0.41464,0.60636 -0.82073,1.29917 -1.19644,2.07075 -0.32666,0.67107 -0.6838,1.27868 -1.08127,1.81764 -0.39765,0.53898 -0.73778,0.64536 -1.17717,1.02698 -0.42647,-1.84002 -0.13554,-0.50065 -0.52552,-2.22338 -0.0388,-0.56222 -0.21635,-1.31327 -0.55211,-2.39285 -0.33594,-1.07958 -0.82036,-2.47054 -1.47255,-4.34859 -1.14194,-3.28761 -2.17539,-6.10274 -3.10623,-8.44407 -0.93073,-2.34133 -1.77417,-4.21486 -2.50785,-5.63706 -0.73379,-1.42219 -1.35906,-2.39184 -1.90978,-2.92205 -0.27536,-0.26511 -0.527,-0.43597 -0.75921,-0.48318 -0.23222,-0.0472 -0.45337,0.0168 -0.64422,0.18406 -0.97399,0.85384 -2.49427,1.76083 -3.8885,2.41589 -0.69711,0.32752 -1.35578,0.59808 -1.90959,0.75928 -0.554,0.16118 -0.99724,0.22094 -1.2425,0.13804 -0.11976,-0.0404 -0.16487,-0.10528 -0.13804,-0.20707 0.0268,-0.10179 0.12145,-0.2456 0.27611,-0.39115 0.30929,-0.29109 0.85589,-0.65159 1.56454,-1.01236 1.48259,-0.75474 2.61329,-1.37 3.40523,-1.93272 0.39595,-0.28135 0.7108,-0.53812 0.9433,-0.80528 0.23258,-0.26715 0.38499,-0.52982 0.46021,-0.8053 0.0752,-0.27547 0.0759,-0.56798 0,-0.87433 -0.0759,-0.30632 -0.23935,-0.62961 -0.46021,-0.98934 -0.44165,-0.71945 -1.15509,-1.57777 -2.13975,-2.64597 -0.71513,-0.77581 -1.68695,-1.65273 -2.853,-2.59995 -1.16614,-0.94722 -2.53487,-1.95854 -4.00348,-2.99108 -2.93721,-2.06509 -6.33736,-4.20747 -9.59449,-6.09721 -3.25711,-1.88976 -6.37646,-3.53007 -8.76616,-4.55567 -1.19495,-0.5128 -2.18965,-0.86777 -2.94509,-1.03538 -0.37768,-0.0838 -0.71577,-0.0365 -0.94341,-0.11504 -1.86302,-1.04755 -1.72484,-1.2501 -3.5893,-1.15044 -0.26684,-0.0474 -0.43705,-0.16727 -0.43705,-0.34513 0,-0.15521 -0.31747,-0.38663 -0.87438,-0.64424 -0.55692,-0.25761 -1.34912,-0.54367 -2.30078,-0.8513 -1.9034,-0.61526 -4.43847,-1.27068 -6.94858,-1.77163 -0.59817,-0.11941 -1.04404,-0.22214 -1.38045,-0.2301 -0.33651,-0.008 -0.56375,0.0692 -0.71334,0.2761 -0.14949,0.20692 -0.21561,0.55613 -0.25304,1.08139 -0.0374,0.52527 -0.046,1.23873 -0.046,2.18579 0,1.28973 0.0725,2.33418 0.20707,3.19816 0.13459,0.864 0.33285,1.54062 0.64422,2.04775 0.31147,0.50713 0.73493,0.83927 1.26548,1.05838 0.53054,0.21914 1.16371,0.32213 1.95574,0.32213 0.70152,0 1.3553,0.0736 1.81767,0.20707 0.46237,0.13345 0.73623,0.32673 0.73623,0.5292 0,0.3234 -0.0963,0.57938 -0.27611,0.75927 -0.1797,0.17989 -0.44566,0.29279 -0.7593,0.34512 -0.62724,0.10468 -1.45857,-0.0354 -2.34683,-0.34512 -0.88815,-0.30972 -1.8172,-0.80716 -2.59996,-1.40352 -0.39136,-0.29816 -0.76211,-0.62045 -1.05838,-0.96634 -0.29627,-0.34589 -0.53478,-0.70379 -0.69017,-1.08138 -0.43049,-1.0456 -0.62923,-1.57929 -0.8514,-1.49555 -0.22218,0.0837 -0.46181,0.78228 -0.92033,2.16277 -0.25219,0.75929 -0.56198,1.45529 -0.85131,1.95572 -0.28923,0.50043 -0.5494,0.80529 -0.73623,0.80529 -0.25922,0 -0.45617,-0.0495 -0.55222,-0.20708 -0.096,-0.15758 -0.10794,-0.42965 -0.0231,-0.82829 0.16986,-0.79727 0.72517,-2.15531 1.72569,-4.41761 0.7442,-1.68272 1.30203,-2.95004 1.58753,-3.91142 0.14283,-0.4807 0.21157,-0.87392 0.20717,-1.21944 -0.004,-0.34554 -0.0798,-0.63387 -0.25313,-0.87433 -0.17333,-0.24044 -0.44137,-0.43272 -0.80525,-0.59822 -0.36399,-0.16547 -0.8273,-0.31652 -1.40362,-0.43716 -1.15236,-0.24123 -2.74588,-0.40181 -4.87776,-0.64422 -4.06397,-0.46212 -9.06271,-0.85131 -11.113,-0.85131 -1.29041,0 -2.45478,-0.10277 -3.54326,-0.34513 -1.08849,-0.24237 -2.09529,-0.62294 -3.06017,-1.15042 -0.96478,-0.52747 -1.88765,-1.21542 -2.80703,-2.07074 -0.91931,-0.85533 -1.83195,-1.88022 -2.78399,-3.10615 -0.61167,-0.78764 -1.42086,-1.50873 -2.36989,-2.13978 -0.94894,-0.63104 -2.05908,-1.16746 -3.24408,-1.63359 -1.1851,-0.46613 -2.45385,-0.85755 -3.77343,-1.15042 -1.31968,-0.29284 -2.67349,-0.486962 -4.02646,-0.598217 -0.67648,-0.05563 -1.33636,-0.0846 -2.00168,-0.09204 z" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccccccccccscccccccsccccccccccsccsccccccscccscccccsscccccccssscccccccscccccccccsccscccccccccsccccccccccscsccccssccsccscccccsccccccccccccsccccsccsccccccccccccccccsssccccccccccccccscssccccccsccccccsccsccccccsccccsccccccccccsccsccccccccccccccccssccccccccccssscssccsccccsscccccccccssccccccccsscssccccsccccccccccccsccccccccccccccccccsccscccccsccccscsscsccsscccccscccscscccssccscsccsccccssssccscccscc" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="opacity:0.42975207;fill:#b3b3b3;fill-opacity:0.54205609;stroke:none;display:inline" + d="m 587.96717,153.39781 c -3.73186,0.005 -7.54768,0.293 -10.97437,1.91021 -5.91794,2.5726 -11.27571,7.09925 -13.6427,13.23307 -0.62331,2.26009 -3.00474,3.54764 -3.48832,5.72088 0.4467,3.23554 1.31845,6.40794 1.87331,9.6311 0.9041,4.49295 3.24164,8.68215 6.70407,11.70203 0.84999,1.4436 4.00479,2.32003 2.81567,4.12486 -0.94396,2.52501 2.28305,0.42433 2.74429,-0.5967 1.47424,-1.07489 0.93694,-3.35025 -1.07564,-2.67743 -1.67344,-0.79645 -2.66045,-3.04337 -4.22416,-4.2443 -5.09272,-5.92683 -5.49234,-14.67544 -2.82505,-21.76072 2.86716,-8.09944 9.80608,-15.1112 18.4838,-16.52865 1.19523,-0.2125 2.4257,-0.25586 3.6091,-0.51435 z" + id="lid" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + inkscape:label="#path5307" + style="fill:#dcd8cf;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" + d="m 588.14256,153.39923 c 0.12155,0.035 -0.82861,0.15188 -2.76099,0.39113 -1.13988,0.14114 -2.24357,0.37595 -3.31322,0.69026 -1.06963,0.3143 -2.09041,0.70394 -3.08304,1.17343 -0.99274,0.46949 -1.94421,1.02691 -2.8531,1.63358 -0.90879,0.60668 -1.78176,1.27588 -2.59994,2.00174 -0.81821,0.72587 -1.60312,1.49679 -2.32387,2.32384 -0.72075,0.82706 -1.38523,1.71269 -2.00169,2.62295 -0.61655,0.91028 -1.17421,1.85455 -1.67962,2.83003 -0.50543,0.97548 -0.94697,1.9684 -1.33449,2.99111 -0.38754,1.02268 -0.72657,2.0772 -0.98937,3.12912 -0.26278,1.05193 -0.46697,2.11201 -0.59826,3.17516 -0.13121,1.06315 -0.19114,2.11876 -0.18401,3.17515 0.007,1.05639 0.10072,2.12052 0.25313,3.15214 0.15221,1.03164 0.36295,2.02522 0.66719,3.01411 0.30426,0.98889 0.68727,1.97092 1.1504,2.89906 0.46312,0.92812 1.00483,1.81957 1.63367,2.66897 0.62864,0.8494 1.36151,1.64019 2.16272,2.39287 0.63036,0.59218 1.14843,0.96263 1.54158,1.1504 0.39316,0.18779 0.65079,0.19675 0.75929,0.046 0.10842,-0.15072 0.0626,-0.45106 -0.16112,-0.87432 -0.22358,-0.42327 -0.61617,-0.95768 -1.21942,-1.58759 -1.11193,-1.16116 -2.04793,-2.44667 -2.80704,-3.79637 -0.75901,-1.34971 -1.35597,-2.77846 -1.77163,-4.25656 -0.41558,-1.4781 -0.65473,-3.00934 -0.73623,-4.55565 -0.0815,-1.54632 0.01,-3.09333 0.25314,-4.6477 0.24317,-1.55436 0.63794,-3.09943 1.19633,-4.60166 0.5585,-1.50224 1.2756,-2.95865 2.13976,-4.3486 0.86433,-1.38994 1.87649,-2.71693 3.0371,-3.93443 1.16079,-1.21747 2.46378,-2.32834 3.91147,-3.3132 1.88727,-1.28385 3.63227,-2.62656 3.86542,-2.96808 0.33155,-0.48551 0.86669,-0.79752 1.58763,-0.98935 0.72075,-0.19185 1.62016,-0.24672 2.62294,-0.18408 1.00278,0.0626 2.11273,0.22821 3.29013,0.50619 1.1775,0.27799 2.4137,0.65027 3.65835,1.10441 1.24473,0.45412 2.79332,0.60024 3.70429,1.58756 5.39938,5.85191 -18.94203,36.90398 7.61589,22.64025 0.83497,-0.64929 1.56651,-1.44678 2.13974,-2.41588 0.57322,-0.96911 0.9766,-2.1171 1.17345,-3.40524 0.21805,-1.42671 0.36062,-1.98894 0.41418,-1.58757 0.0534,0.40135 0.0313,1.77486 -0.0461,4.25653 -0.0385,1.23382 -0.14697,2.43652 -0.32216,3.58931 -0.17509,1.15281 -0.42644,2.24453 -0.73623,3.31322 -0.30977,1.06868 -0.68482,2.10163 -1.1274,3.08311 -0.44249,0.98149 -0.94537,1.91583 -1.5186,2.80703 -0.57313,0.8912 -1.20771,1.73308 -1.9097,2.53092 -0.7019,0.79782 -1.47216,1.55344 -2.30076,2.25481 -0.82871,0.70139 -1.71556,1.3539 -2.66901,1.95572 -0.95343,0.6018 -1.98396,1.15744 -3.06015,1.6566 -1.6877,0.78284 -3.38459,1.35063 -5.08477,1.72563 -1.70025,0.375 -3.40088,0.55985 -5.06185,0.5522 -1.66115,-0.008 -3.28441,-0.21011 -4.85478,-0.57521 -1.57037,-0.36511 -3.08166,-0.89021 -4.50966,-1.58758 -1.42799,-0.69734 -2.76933,-1.54951 -4.00347,-2.55392 -1.23406,-1.00444 -2.37066,-2.16497 -3.35927,-3.45126 -0.98859,-1.2863 -1.83943,-2.71358 -2.53092,-4.25655 -0.69141,-1.54297 -1.22176,-3.19535 -1.56456,-4.96981 -0.44896,-2.32445 -1.10518,-5.55883 -1.47254,-7.17861 -0.28146,-1.2414 -0.39944,-2.01432 -0.2991,-2.59994 0.0503,-0.29283 0.15926,-0.55297 0.32216,-0.78228 0.16283,-0.22931 0.38013,-0.43449 0.66721,-0.66727 0.37458,-0.30371 0.90401,-1.02611 1.44956,-1.9327 0.54556,-0.90657 1.11138,-1.98831 1.56456,-3.06009 0.37252,-0.88099 0.84493,-1.75014 1.40351,-2.59996 0.5586,-0.84981 1.19588,-1.68716 1.90971,-2.48491 0.71381,-0.79773 1.48566,-1.57603 2.32383,-2.30084 0.83819,-0.72479 1.73722,-1.39378 2.669,-2.02472 0.93176,-0.63097 1.90453,-1.2094 2.89905,-1.72564 0.99442,-0.51623 2.01079,-0.97687 3.03708,-1.3575 1.02632,-0.3806 2.05582,-0.6962 3.08307,-0.92032 1.02743,-0.22413 2.06265,-0.34441 3.06017,-0.39116 2.37619,-0.11133 3.55976,-0.17308 3.68132,-0.13803 z" + id="eyeball" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" + sodipodi:nodetypes="cssccssccccccccscsccccccsccccccccccacccccccccccscscsccccccccccccscccccccc" /> + <g + style="fill:#ffff00;display:inline" + id="blossom" + transform="matrix(0.736268,0,0,0.736268,409.03792,60.650999)" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998"> + <g + id="g9766" + transform="translate(-85.505954,-32.196687)"> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 413.45568,38.918073 c -0.44,0.11506 -0.88132,0.61035 -1.28125,1.28125 -0.39993,0.6709 -0.73267,1.5262 -1,2.4375 -0.26733,0.9113 -0.45781,1.8825 -0.5,2.71875 -0.0422,0.83625 0.037,1.55425 0.3125,2 0.18473,0.2989 0.50873,0.42307 0.875,0.4375 0.36627,0.01443 0.77551,-0.094 1.21875,-0.3125 0.44324,-0.2185 0.89685,-0.53761 1.3125,-0.9375 0.41565,-0.39989 0.81025,-0.87652 1.09375,-1.40625 0.37335,-0.69762 0.57107,-1.46129 0.625,-2.21875 0.0539,-0.75746 -0.0431,-1.51921 -0.25,-2.15625 -0.20694,-0.63704 -0.52825,-1.16365 -0.9375,-1.5 -0.40925,-0.33635 -0.91576,-0.48836 -1.46875,-0.34375 z" + id="path5237" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 413.45568,38.918073 c 0.55299,-0.14461 1.0595,0.0074 1.46875,0.34375 0.40925,0.33635 0.73056,0.86296 0.9375,1.5 0.20694,0.63704 0.30393,1.39879 0.25,2.15625 -0.0539,0.75746 -0.25165,1.52113 -0.625,2.21875 -0.2835,0.52973 -0.6781,1.00636 -1.09375,1.40625 -0.41565,0.39989 -0.86926,0.719 -1.3125,0.9375 -0.44324,0.2185 -0.85248,0.32693 -1.21875,0.3125 -0.36627,-0.01443 -0.69027,-0.1386 -0.875,-0.4375 -0.27549,-0.44575 -0.35469,-1.16375 -0.3125,-2 0.0422,-0.83625 0.23267,-1.80745 0.5,-2.71875 0.26733,-0.9113 0.60007,-1.7666 1,-2.4375 0.39993,-0.6709 0.84125,-1.16619 1.28125,-1.28125 z" + id="path5235" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 419.23693,37.699323 c -0.50327,0.17264 -0.9554,0.67607 -1.28125,1.53125 -0.32585,0.85518 -0.53125,2.04445 -0.53125,3.53125 0,1.2008 0.0934,2.17765 0.28125,2.9375 0.18783,0.75985 0.48196,1.31788 0.84375,1.625 0.36179,0.30712 0.79061,0.37612 1.3125,0.21875 0.52189,-0.15737 1.14439,-0.55386 1.8125,-1.1875 0.7339,-0.69605 1.09805,-1.2433 1.1875,-2 0.0894,-0.7567 -0.12333,-1.7172 -0.59375,-3.25 -0.41285,-1.34518 -0.90523,-2.28294 -1.4375,-2.84375 -0.26613,-0.28041 -0.54434,-0.46864 -0.8125,-0.5625 -0.26816,-0.09386 -0.52962,-0.08632 -0.78125,0 z" + id="path5233" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 419.23693,37.699323 c 0.25163,-0.08632 0.51309,-0.09386 0.78125,0 0.26816,0.09386 0.54637,0.28209 0.8125,0.5625 0.53227,0.56081 1.02465,1.49857 1.4375,2.84375 0.47042,1.5328 0.6832,2.4933 0.59375,3.25 -0.0894,0.7567 -0.4536,1.30395 -1.1875,2 -0.66811,0.63364 -1.29061,1.03013 -1.8125,1.1875 -0.52189,0.15737 -0.95071,0.08837 -1.3125,-0.21875 -0.36179,-0.30712 -0.65592,-0.86515 -0.84375,-1.625 -0.18783,-0.75985 -0.28125,-1.7367 -0.28125,-2.9375 0,-1.4868 0.2054,-2.67607 0.53125,-3.53125 0.32585,-0.85518 0.77798,-1.35861 1.28125,-1.53125 z" + id="path5231" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 425.76818,37.230573 c -0.72795,0 -1.28565,0.10733 -1.65625,0.3125 -0.3706,0.20517 -0.58088,0.50783 -0.59375,0.90625 -0.0129,0.39842 0.15475,0.88902 0.5,1.46875 0.34525,0.57973 0.89,1.25089 1.59375,2 1.26011,1.34132 1.8358,2.00792 2.4375,2.15625 0.30085,0.07416 0.60589,0.0043 1,-0.15625 0.39411,-0.16052 0.87198,-0.42842 1.53125,-0.78125 0.32959,-0.17639 0.57445,-0.39806 0.71875,-0.65625 0.1443,-0.25819 0.20425,-0.53343 0.1875,-0.84375 -0.0335,-0.62063 -0.37408,-1.31763 -0.90625,-1.96875 -0.53217,-0.65112 -1.2569,-1.27451 -2.09375,-1.71875 -0.83685,-0.44424 -1.77123,-0.71875 -2.71875,-0.71875 z" + id="path5229" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 425.76818,37.230573 c 0.94752,0 1.8819,0.27451 2.71875,0.71875 0.83685,0.44424 1.56158,1.06763 2.09375,1.71875 0.53217,0.65112 0.87276,1.34812 0.90625,1.96875 0.0168,0.31032 -0.0432,0.58556 -0.1875,0.84375 -0.1443,0.25819 -0.38916,0.47986 -0.71875,0.65625 -0.65927,0.35283 -1.13714,0.62073 -1.53125,0.78125 -0.39411,0.16052 -0.69915,0.23041 -1,0.15625 -0.6017,-0.14833 -1.17739,-0.81493 -2.4375,-2.15625 -0.70375,-0.74911 -1.2485,-1.42027 -1.59375,-2 -0.34525,-0.57973 -0.51287,-1.07033 -0.5,-1.46875 0.0129,-0.39842 0.22315,-0.70108 0.59375,-0.90625 0.3706,-0.20517 0.9283,-0.3125 1.65625,-0.3125 z" + id="path5227" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 406.26818,32.418073 c -1.02618,0.10134 -1.82882,0.30462 -2.40625,0.5625 -0.57743,0.25788 -0.95468,0.55898 -1.0625,0.90625 -0.10782,0.34727 0.0236,0.72424 0.40625,1.09375 0.38264,0.3695 1.04355,0.73791 1.9375,1.0625 1.52887,0.55512 2.58847,0.82324 3.28125,0.8125 0.34639,-0.0054 0.58576,-0.0715 0.75,-0.21875 0.16424,-0.14725 0.25,-0.36684 0.25,-0.65625 0,-0.4125 0,-1.45265 0,-2.3125 0,-0.57759 -0.18732,-0.9592 -0.6875,-1.15625 -0.50018,-0.19705 -1.29648,-0.20952 -2.46875,-0.09375 z" + id="path5225" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 406.26818,32.418073 c 1.17227,-0.11577 1.96857,-0.1033 2.46875,0.09375 0.50018,0.19705 0.6875,0.57866 0.6875,1.15625 0,0.85985 0,1.9 0,2.3125 0,0.28941 -0.0858,0.509 -0.25,0.65625 -0.16424,0.14725 -0.40361,0.21338 -0.75,0.21875 -0.69278,0.01074 -1.75238,-0.25738 -3.28125,-0.8125 -0.89395,-0.32459 -1.55486,-0.693 -1.9375,-1.0625 -0.38264,-0.36951 -0.51407,-0.74648 -0.40625,-1.09375 0.10782,-0.34727 0.48507,-0.64837 1.0625,-0.90625 0.57743,-0.25788 1.38007,-0.46116 2.40625,-0.5625 z" + id="path5223" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 426.23693,31.230573 c -1.03867,0 -1.79428,0.2639 -2.28125,0.6875 -0.48697,0.4236 -0.70095,1.00882 -0.65625,1.59375 0.0447,0.58493 0.34993,1.17225 0.90625,1.65625 0.55632,0.484 1.35835,0.84796 2.40625,0.96875 0.3767,0.04342 1.9517,-0.37766 3.5,-0.96875 0.87439,-0.33381 1.38568,-0.75691 1.5625,-1.1875 0.17682,-0.43059 0.0271,-0.87404 -0.375,-1.28125 -0.4021,-0.40721 -1.07512,-0.76757 -1.9375,-1.03125 -0.86238,-0.26368 -1.92099,-0.4375 -3.125,-0.4375 z" + id="path5221" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 426.23693,31.230573 c 1.20401,0 2.26262,0.17382 3.125,0.4375 0.86238,0.26368 1.5354,0.62404 1.9375,1.03125 0.4021,0.40721 0.55182,0.85066 0.375,1.28125 -0.17682,0.43059 -0.68811,0.85369 -1.5625,1.1875 -1.5483,0.59109 -3.1233,1.01217 -3.5,0.96875 -1.0479,-0.12079 -1.84993,-0.48475 -2.40625,-0.96875 -0.55632,-0.484 -0.86155,-1.07132 -0.90625,-1.65625 -0.0447,-0.58493 0.16928,-1.17015 0.65625,-1.59375 0.48697,-0.4236 1.24258,-0.6875 2.28125,-0.6875 z" + id="path5219" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 415.92443,29.293073 c -0.88474,0.02725 -1.67598,0.1586 -2.34375,0.4375 -0.66777,0.2789 -1.18965,0.6895 -1.5625,1.1875 -0.37285,0.498 -0.59375,1.0967 -0.59375,1.78125 0,0.54667 0.091,1.04477 0.25,1.5 0.15902,0.45523 0.39969,0.86356 0.6875,1.21875 0.57561,0.71039 1.37189,1.21011 2.28125,1.46875 0.90936,0.25864 1.93627,0.29315 2.9375,0.03125 1.00123,-0.2619 1.96126,-0.80501 2.8125,-1.65625 0.59419,-0.59419 1.00014,-1.20538 1.21875,-1.78125 0.21861,-0.57587 0.26716,-1.11999 0.125,-1.625 -0.14216,-0.50501 -0.44935,-0.96215 -0.9375,-1.34375 -0.48815,-0.3816 -1.14941,-0.70061 -1.96875,-0.90625 -1.02378,-0.25695 -2.02151,-0.33975 -2.90625,-0.3125 z" + id="path5217" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#fff400;fill-opacity:1;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 415.92443,29.293073 c 0.88474,-0.02725 1.88247,0.05555 2.90625,0.3125 0.81934,0.20564 1.4806,0.52465 1.96875,0.90625 0.48815,0.3816 0.79534,0.83874 0.9375,1.34375 0.14216,0.50501 0.0936,1.04913 -0.125,1.625 -0.21861,0.57587 -0.62456,1.18706 -1.21875,1.78125 -0.85124,0.85124 -1.81127,1.39435 -2.8125,1.65625 -1.00123,0.2619 -2.02814,0.22739 -2.9375,-0.03125 -0.90936,-0.25864 -1.70564,-0.75836 -2.28125,-1.46875 -0.28781,-0.35519 -0.52848,-0.76352 -0.6875,-1.21875 -0.15902,-0.45523 -0.25,-0.95333 -0.25,-1.5 0,-0.68455 0.2209,-1.28325 0.59375,-1.78125 0.37285,-0.498 0.89473,-0.9086 1.5625,-1.1875 0.66777,-0.2789 1.45901,-0.41025 2.34375,-0.4375 z" + id="path5215" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 428.29943,26.230573 c -0.84238,0 -1.71128,0.10411 -2.53125,0.28125 -0.81997,0.17714 -1.57689,0.43362 -2.21875,0.71875 -0.64186,0.28512 -1.1607,0.61356 -1.46875,0.9375 -0.30805,0.32394 -0.4002,0.6439 -0.21875,0.9375 0.14189,0.22958 0.67769,0.37753 1.46875,0.46875 0.79106,0.09122 1.8245,0.12813 2.875,0.09375 1.0505,-0.03438 2.14229,-0.13402 3.0625,-0.28125 0.92021,-0.14723 1.66232,-0.34643 2.0625,-0.59375 0.46369,-0.28658 0.72746,-0.58149 0.78125,-0.875 0.0538,-0.29351 -0.081,-0.59569 -0.375,-0.84375 -0.29402,-0.24806 -0.76402,-0.44352 -1.34375,-0.59375 -0.57973,-0.15023 -1.29039,-0.25 -2.09375,-0.25 z" + id="path5213" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 428.29943,26.230573 c 0.80336,0 1.51402,0.09977 2.09375,0.25 0.57973,0.15023 1.04973,0.34569 1.34375,0.59375 0.29402,0.24806 0.42879,0.55024 0.375,0.84375 -0.0538,0.29351 -0.31756,0.58842 -0.78125,0.875 -0.40018,0.24732 -1.14229,0.44652 -2.0625,0.59375 -0.92021,0.14723 -2.012,0.24687 -3.0625,0.28125 -1.0505,0.03438 -2.08394,-0.0025 -2.875,-0.09375 -0.79106,-0.09122 -1.32686,-0.23917 -1.46875,-0.46875 -0.18145,-0.2936 -0.0893,-0.61356 0.21875,-0.9375 0.30805,-0.32394 0.82689,-0.65238 1.46875,-0.9375 0.64186,-0.28513 1.39878,-0.54161 2.21875,-0.71875 0.81997,-0.17714 1.68887,-0.28125 2.53125,-0.28125 z" + id="path5211" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 401.95568,19.886823 c -0.23583,0.04937 -0.43314,0.17044 -0.5625,0.375 -0.39211,0.62005 -0.64677,1.22339 -0.78125,1.84375 -0.13448,0.62036 -0.1551,1.25077 -0.0313,1.875 0.12385,0.62423 0.39835,1.24334 0.78125,1.875 0.3829,0.63166 0.8886,1.2636 1.53125,1.90625 0.58516,0.58516 1.33915,1.0978 2.15625,1.5 0.8171,0.4022 1.70311,0.70845 2.5,0.875 0.79689,0.16655 1.50673,0.21555 2.03125,0.09375 0.52452,-0.12181 0.84375,-0.41214 0.84375,-0.875 0,-0.48266 -0.675,-1.44031 -1.5,-2.125 -0.4125,-0.34235 -0.79063,-0.77503 -1.0625,-1.21875 -0.27187,-0.44372 -0.4375,-0.88786 -0.4375,-1.21875 0,-0.60307 -0.2961,-1.30354 -0.78125,-1.96875 -0.48515,-0.66521 -1.15376,-1.29528 -1.84375,-1.8125 -0.68999,-0.51722 -1.41674,-0.90339 -2.03125,-1.0625 -0.30726,-0.07956 -0.57667,-0.11187 -0.8125,-0.0625 z" + id="path5209" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 401.95568,19.886823 c 0.23583,-0.04937 0.50524,-0.01706 0.8125,0.0625 0.61451,0.15911 1.34126,0.54528 2.03125,1.0625 0.68999,0.51722 1.3586,1.14729 1.84375,1.8125 0.48515,0.66521 0.78125,1.36568 0.78125,1.96875 0,0.33089 0.16563,0.77503 0.4375,1.21875 0.27187,0.44372 0.65,0.8764 1.0625,1.21875 0.825,0.68469 1.5,1.64234 1.5,2.125 0,0.46286 -0.31923,0.75319 -0.84375,0.875 -0.52452,0.1218 -1.23436,0.0728 -2.03125,-0.09375 -0.79689,-0.16655 -1.6829,-0.4728 -2.5,-0.875 -0.8171,-0.4022 -1.57109,-0.91484 -2.15625,-1.5 -0.64265,-0.64265 -1.14835,-1.27459 -1.53125,-1.90625 -0.3829,-0.63166 -0.6574,-1.25077 -0.78125,-1.875 -0.12385,-0.62423 -0.10323,-1.25464 0.0313,-1.875 0.13448,-0.62036 0.38914,-1.2237 0.78125,-1.84375 0.12936,-0.20456 0.32667,-0.32563 0.5625,-0.375 z" + id="path5207" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 428.61193,17.230573 c -0.83794,0 -1.82654,0.38349 -2.84375,1 -1.01721,0.61651 -2.0627,1.47156 -3,2.4375 -0.9373,0.96594 -1.77677,2.04547 -2.375,3.09375 -0.59823,1.04828 -0.96875,2.07396 -0.96875,2.9375 0,0.30112 0.47381,0.23501 1.21875,-0.0625 0.74494,-0.29751 1.76029,-0.84832 2.84375,-1.5 1.08346,-0.65168 2.23447,-1.42611 3.25,-2.1875 1.01553,-0.76139 1.89632,-1.49837 2.4375,-2.125 0.71898,-0.83251 1.24651,-1.47608 1.59375,-1.96875 0.34724,-0.49267 0.50734,-0.85312 0.46875,-1.09375 -0.0386,-0.24063 -0.24901,-0.36109 -0.6875,-0.4375 -0.43849,-0.07641 -1.08502,-0.09375 -1.9375,-0.09375 z" + id="path5205" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 428.61193,17.230573 c 0.85248,0 1.49901,0.01734 1.9375,0.09375 0.43849,0.07641 0.64891,0.19687 0.6875,0.4375 0.0386,0.24063 -0.12151,0.60108 -0.46875,1.09375 -0.34724,0.49267 -0.87477,1.13624 -1.59375,1.96875 -0.54118,0.62663 -1.42197,1.36361 -2.4375,2.125 -1.01553,0.76139 -2.16654,1.53582 -3.25,2.1875 -1.08346,0.65168 -2.09881,1.20249 -2.84375,1.5 -0.74494,0.29751 -1.21875,0.36362 -1.21875,0.0625 0,-0.86354 0.37052,-1.88922 0.96875,-2.9375 0.59823,-1.04828 1.4377,-2.12781 2.375,-3.09375 0.9373,-0.96594 1.98279,-1.82099 3,-2.4375 1.01721,-0.61651 2.00581,-1 2.84375,-1 z" + id="path5203" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 412.01818,13.230573 c -0.23734,-0.10435 -0.4876,-0.06517 -0.71875,0.125 -0.23115,0.19017 -0.44879,0.53886 -0.65625,1.03125 -0.41492,0.98478 -0.75354,2.5727 -0.96875,4.8125 -0.12585,1.30978 -0.14983,2.47062 -0.0625,3.46875 0.0873,0.99813 0.26659,1.82405 0.5625,2.5 0.29591,0.67595 0.68762,1.18801 1.1875,1.53125 0.49988,0.34324 1.11326,0.53125 1.8125,0.53125 0.30314,0 0.53477,-0.06654 0.71875,-0.25 0.18398,-0.18346 0.32719,-0.48999 0.40625,-0.9375 0.15813,-0.89503 0.11362,-2.37773 -0.0625,-4.8125 -0.1744,-2.41111 -0.48049,-4.31558 -0.875,-5.65625 -0.39451,-1.34067 -0.86906,-2.13504 -1.34375,-2.34375 z" + id="path5201" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 412.01818,13.230573 c 0.47469,0.20871 0.94924,1.00308 1.34375,2.34375 0.39451,1.34067 0.7006,3.24514 0.875,5.65625 0.17612,2.43477 0.22063,3.91747 0.0625,4.8125 -0.0791,0.44751 -0.22227,0.75404 -0.40625,0.9375 -0.18398,0.18346 -0.41561,0.25 -0.71875,0.25 -0.69924,0 -1.31262,-0.18801 -1.8125,-0.53125 -0.49988,-0.34324 -0.89159,-0.8553 -1.1875,-1.53125 -0.29591,-0.67595 -0.47517,-1.50187 -0.5625,-2.5 -0.0873,-0.99813 -0.0633,-2.15897 0.0625,-3.46875 0.21521,-2.2398 0.55383,-3.82772 0.96875,-4.8125 0.20746,-0.49239 0.4251,-0.84108 0.65625,-1.03125 0.23115,-0.19017 0.48141,-0.22935 0.71875,-0.125 z" + id="path5199" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 423.98693,12.418073 c -0.82739,0.09556 -1.97106,0.50677 -3.46875,1.28125 -0.77873,0.40269 -1.44185,0.85973 -1.96875,1.40625 -0.5269,0.54652 -0.93995,1.15936 -1.25,1.9375 -0.31005,0.77814 -0.49682,1.71494 -0.625,2.8125 -0.12818,1.09755 -0.17496,2.37024 -0.15625,3.875 0.0223,1.792 0.0478,2.71776 0.1875,2.9375 0.13972,0.21974 0.3812,-0.2651 0.8125,-1.34375 0.26475,-0.66212 0.88336,-1.71042 1.6875,-2.84375 0.80414,-1.13334 1.79468,-2.34883 2.75,-3.40625 1.31444,-1.45493 2.26508,-2.73085 2.84375,-3.75 0.57867,-1.01915 0.79152,-1.77893 0.65625,-2.28125 -0.0676,-0.25116 -0.22672,-0.42449 -0.46875,-0.53125 -0.24203,-0.10676 -0.5863,-0.14153 -1,-0.09375 z" + id="path5197" + inkscape:connector-curvature="0" /> + <path + inkscape:label="#path5195" + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 423.98693,12.418073 c 0.4137,-0.04778 0.75797,-0.01301 1,0.09375 0.24203,0.10676 0.40111,0.28009 0.46875,0.53125 0.13527,0.50232 -0.0776,1.2621 -0.65625,2.28125 -0.57867,1.01915 -1.52931,2.29507 -2.84375,3.75 -0.95532,1.05742 -1.94586,2.27291 -2.75,3.40625 -0.80414,1.13333 -1.42275,2.18163 -1.6875,2.84375 -0.4313,1.07865 -0.67278,1.56349 -0.8125,1.34375 -0.13972,-0.21974 -0.16522,-1.1455 -0.1875,-2.9375 -0.0187,-1.50476 0.0281,-2.77745 0.15625,-3.875 0.12818,-1.09756 0.31495,-2.03436 0.625,-2.8125 0.31005,-0.77814 0.7231,-1.39098 1.25,-1.9375 0.5269,-0.54652 1.19002,-1.00356 1.96875,-1.40625 1.49769,-0.77448 2.64136,-1.18569 3.46875,-1.28125 z" + id="path2262" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + style="fill:#4b9939;fill-opacity:1;display:inline" + id="green leaves" + transform="matrix(0.736268,0,0,0.736268,344.77394,35.428518)" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998"> + <path + style="opacity:0.78099174;fill:#4b9939;fill-opacity:1;stroke:none" + id="path5253" + d="m 395.42443,75.574323 c 0,-0.17339 -1.92349,1.12238 -4.28125,2.90625 -1.17889,0.89193 -2.94062,2.03662 -4.84375,3.15625 -1.90313,1.11963 -3.94764,2.22444 -5.65625,3.03125 -2.16183,1.02082 -3.70592,1.8762 -4.71875,2.65625 -0.50642,0.39003 -0.8803,0.7755 -1.125,1.125 -0.2447,0.3495 -0.375,0.67792 -0.375,1 0,0.55579 0.12198,0.93586 0.40625,1.09375 0.28427,0.15789 0.72213,0.1013 1.40625,-0.1875 1.36823,-0.57759 3.65145,-2.09294 7.3125,-4.75 2.43482,-1.76711 3.92345,-2.76733 4.78125,-3.125 0.4289,-0.17884 0.7055,-0.21104 0.875,-0.09375 0.1695,0.11729 0.21875,0.37406 0.21875,0.75 0,0.25224 -0.66191,0.9509 -1.75,1.84375 -1.08809,0.89285 -2.59912,1.99133 -4.25,3.09375 -1.43928,0.96111 -2.52034,1.70572 -3.28125,2.3125 -0.76091,0.60678 -1.19709,1.08449 -1.3125,1.4375 -0.11541,0.35301 0.0965,0.58144 0.59375,0.78125 0.49721,0.19981 1.26679,0.35283 2.34375,0.5 0.46688,0.0638 2.34909,-0.59637 4.1875,-1.46875 1.00558,-0.47718 2.11211,-1.41275 3.1875,-2.625 1.07539,-1.21225 2.13143,-2.69805 3.0625,-4.28125 0.93107,-1.5832 1.7399,-3.25373 2.3125,-4.84375 0.5726,-1.59002 0.90625,-3.07977 0.90625,-4.3125 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#4b9939;fill-opacity:1;stroke:none" + id="path5251" + d="m 395.42443,75.574323 c 0,1.23273 -0.33365,2.72248 -0.90625,4.3125 -0.5726,1.59002 -1.38143,3.26055 -2.3125,4.84375 -0.93107,1.5832 -1.98711,3.069 -3.0625,4.28125 -1.07539,1.21225 -2.18192,2.14782 -3.1875,2.625 -1.83841,0.87238 -3.72062,1.53255 -4.1875,1.46875 -1.07696,-0.14717 -1.84654,-0.30019 -2.34375,-0.5 -0.49721,-0.19981 -0.70916,-0.42824 -0.59375,-0.78125 0.11541,-0.35301 0.55159,-0.83072 1.3125,-1.4375 0.76091,-0.60678 1.84197,-1.35139 3.28125,-2.3125 1.65088,-1.10242 3.16191,-2.2009 4.25,-3.09375 1.08809,-0.89285 1.75,-1.59151 1.75,-1.84375 0,-0.37594 -0.0492,-0.63271 -0.21875,-0.75 -0.1695,-0.11729 -0.4461,-0.08509 -0.875,0.09375 -0.8578,0.35767 -2.34643,1.35789 -4.78125,3.125 -3.66105,2.65706 -5.94427,4.17241 -7.3125,4.75 -0.68412,0.2888 -1.12198,0.34539 -1.40625,0.1875 -0.28427,-0.15789 -0.40625,-0.53796 -0.40625,-1.09375 0,-0.32208 0.1303,-0.6505 0.375,-1 0.2447,-0.3495 0.61858,-0.73497 1.125,-1.125 1.01283,-0.78005 2.55692,-1.63543 4.71875,-2.65625 1.70861,-0.80681 3.75312,-1.91162 5.65625,-3.03125 1.90313,-1.11963 3.66486,-2.26432 4.84375,-3.15625 2.35776,-1.78387 4.28125,-3.07964 4.28125,-2.90625 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#4b9939;fill-opacity:1;stroke:none" + id="path5249" + d="m 349.23693,65.230573 c -0.31751,-7.1e-4 -0.49897,0.13353 -0.59375,0.375 -0.0948,0.24147 -0.0934,0.60596 0,1.03125 0.18677,0.85057 0.7055,2.0143 1.4375,3.25 0.732,1.2357 1.68682,2.53353 2.6875,3.6875 1.00068,1.15397 2.0697,2.14461 3.0625,2.75 1.50605,0.91836 2.912,1.53203 3.9375,1.78125 0.51275,0.12461 0.92832,0.16126 1.21875,0.09375 0.29043,-0.06751 0.4375,-0.22382 0.4375,-0.5 0,-0.52526 -0.11526,-1.12238 -0.34375,-1.75 -0.22849,-0.62762 -0.55868,-1.28673 -0.96875,-1.96875 -0.82015,-1.36405 -1.95365,-2.7999 -3.21875,-4.09375 -1.2651,-1.29385 -2.66515,-2.44132 -4,-3.28125 -0.66743,-0.41997 -1.32298,-0.76546 -1.9375,-1 -0.61452,-0.23454 -1.20404,-0.37386 -1.71875,-0.375 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#4b9939;fill-opacity:1;stroke:none" + id="path5247" + d="m 349.23693,65.230573 c 0.51471,0.0011 1.10423,0.14046 1.71875,0.375 0.61452,0.23454 1.27007,0.58003 1.9375,1 1.33485,0.83993 2.7349,1.9874 4,3.28125 1.2651,1.29385 2.3986,2.7297 3.21875,4.09375 0.41007,0.68202 0.74026,1.34113 0.96875,1.96875 0.22849,0.62762 0.34375,1.22474 0.34375,1.75 0,0.27618 -0.14707,0.43249 -0.4375,0.5 -0.29043,0.06751 -0.706,0.03086 -1.21875,-0.09375 -1.0255,-0.24922 -2.43145,-0.86289 -3.9375,-1.78125 -0.9928,-0.60539 -2.06182,-1.59603 -3.0625,-2.75 -1.00068,-1.15397 -1.9555,-2.4518 -2.6875,-3.6875 -0.732,-1.2357 -1.25073,-2.39943 -1.4375,-3.25 -0.0934,-0.42529 -0.0948,-0.78978 0,-1.03125 0.0948,-0.24147 0.27624,-0.37571 0.59375,-0.375 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#4b9939;fill-opacity:1;stroke:none" + id="path5245" + d="m 346.45568,62.136823 c -0.41977,0.0033 -0.72682,0.02639 -0.875,0.125 -0.14818,0.0986 -0.13166,0.26108 0.0625,0.46875 0.39305,0.4204 2.27917,0.85289 4.1875,0.96875 1.15238,0.06996 2.2355,0.28532 3.25,0.625 1.0145,0.33967 1.95188,0.81751 2.84375,1.4375 0.89187,0.61999 1.74676,1.37035 2.53125,2.28125 0.78449,0.9109 1.49514,1.97509 2.1875,3.1875 0.71303,1.24861 1.3426,2.17803 1.84375,2.8125 0.50115,0.63447 0.89244,0.97926 1.1875,1 0.29506,0.02074 0.46775,-0.28241 0.5625,-0.875 0.0948,-0.59259 0.0998,-1.482 0,-2.6875 -0.0698,-0.84285 -0.15757,-1.52824 -0.3125,-2.09375 -0.15493,-0.56551 -0.36743,-1.01584 -0.71875,-1.4375 -0.70265,-0.84333 -1.90688,-1.52481 -4.0625,-2.59375 -1.12747,-0.5591 -2.65256,-1.11315 -4.25,-1.59375 -1.59744,-0.4806 -3.27979,-0.89547 -4.78125,-1.1875 -1.50146,-0.29203 -2.8167,-0.44411 -3.65625,-0.4375 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#4b9939;fill-opacity:1;stroke:none" + id="path5243" + d="m 346.45568,62.136823 c 0.83955,-0.0066 2.15479,0.14547 3.65625,0.4375 1.50146,0.29203 3.18381,0.7069 4.78125,1.1875 1.59744,0.4806 3.12253,1.03465 4.25,1.59375 2.15562,1.06894 3.35985,1.75042 4.0625,2.59375 0.35132,0.42166 0.56382,0.87199 0.71875,1.4375 0.15493,0.56551 0.24274,1.2509 0.3125,2.09375 0.0998,1.2055 0.0948,2.09491 0,2.6875 -0.0947,0.59259 -0.26744,0.89574 -0.5625,0.875 -0.29506,-0.02074 -0.68635,-0.36553 -1.1875,-1 -0.50115,-0.63447 -1.13072,-1.56389 -1.84375,-2.8125 -0.69236,-1.21241 -1.40301,-2.2766 -2.1875,-3.1875 -0.78449,-0.9109 -1.63938,-1.66126 -2.53125,-2.28125 -0.89187,-0.61999 -1.82925,-1.09783 -2.84375,-1.4375 -1.0145,-0.33968 -2.09762,-0.55504 -3.25,-0.625 -1.90833,-0.11586 -3.79445,-0.54835 -4.1875,-0.96875 -0.19416,-0.20767 -0.21068,-0.37015 -0.0625,-0.46875 0.14818,-0.09861 0.45523,-0.1217 0.875,-0.125 z" + inkscape:connector-curvature="0" /> + </g> + <g + style="opacity:0.42975207;display:inline" + id="eyebrow" + transform="matrix(0.736268,0,0,0.736268,594.89671,38.799809)" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998"> + <path + style="opacity:0.78099174;fill:#803300;fill-opacity:0.54205609;stroke:none" + id="path5299" + d="m 15.289548,134.87692 c -0.81763,0.005 -1.58923,0.1554 -2.375,0.46875 -0.78577,0.31335 -1.57955,0.78404 -2.375,1.40625 -1.22759,0.96023 -1.83568,1.43585 -1.875,1.6875 -0.03932,0.25165 0.48665,0.27033 1.5625,0.28125 0.60252,0.006 1.24087,-0.10403 1.75,-0.28125 0.50913,-0.17722 0.89254,-0.4125 1.0625,-0.6875 0.16996,-0.275 0.56243,-0.5375 1.0625,-0.71875 0.50007,-0.18125 1.09873,-0.28125 1.6875,-0.28125 0.8326,0 1.32499,0.0667 1.46875,0.25 0.14376,0.18333 -0.03333,0.47084 -0.5,0.9375 -0.66001,0.66 -1.21875,1.56 -1.21875,2 0,0.2749 0.10598,0.49657 0.28125,0.625 0.17527,0.12843 0.42456,0.16979 0.6875,0.15625 0.52588,-0.0271 1.14904,-0.33838 1.5,-0.90625 0.15744,-0.25475 0.9018,-0.40348 2,-0.46875 1.0982,-0.0653 2.55372,-0.0307 4.0625,0.125 2.02772,0.20928 3.3853,0.26636 4.25,0.15625 0.43235,-0.0551 0.73997,-0.17047 0.9375,-0.3125 0.19753,-0.14203 0.28125,-0.32875 0.28125,-0.5625 0,-0.42771 -0.21893,-0.69692 -0.6875,-0.8125 -0.46857,-0.11558 -1.16745,-0.0665 -2.125,0.125 -0.93186,0.18638 -1.92705,0.16813 -2.9375,-0.0625 -1.01045,-0.23063 -2.04326,-0.67366 -3.09375,-1.3125 -1.00602,-0.6118 -1.9527,-1.07134 -2.84375,-1.375 -0.89105,-0.30366 -1.74487,-0.44223 -2.5625,-0.4375 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#803300;fill-opacity:0.54205609;stroke:none" + id="path5297" + d="m 15.289548,134.87692 c 0.81763,-0.005 1.67145,0.13384 2.5625,0.4375 0.89105,0.30366 1.83773,0.7632 2.84375,1.375 1.05049,0.63884 2.0833,1.08187 3.09375,1.3125 1.01045,0.23063 2.00564,0.24888 2.9375,0.0625 0.95755,-0.19151 1.65643,-0.24058 2.125,-0.125 0.46857,0.11558 0.6875,0.38479 0.6875,0.8125 0,0.23375 -0.08372,0.42047 -0.28125,0.5625 -0.19753,0.14203 -0.50515,0.25745 -0.9375,0.3125 -0.8647,0.11011 -2.22228,0.053 -4.25,-0.15625 -1.50878,-0.15572 -2.9643,-0.19027 -4.0625,-0.125 -1.0982,0.0653 -1.84256,0.214 -2,0.46875 -0.35096,0.56787 -0.97412,0.87918 -1.5,0.90625 -0.26294,0.0135 -0.51223,-0.0278 -0.6875,-0.15625 -0.17527,-0.12843 -0.28125,-0.3501 -0.28125,-0.625 0,-0.44 0.55874,-1.34 1.21875,-2 0.46667,-0.46666 0.64376,-0.75417 0.5,-0.9375 -0.14376,-0.18333 -0.63615,-0.25 -1.46875,-0.25 -0.58877,0 -1.18743,0.1 -1.6875,0.28125 -0.50007,0.18125 -0.89254,0.44375 -1.0625,0.71875 -0.16996,0.275 -0.55337,0.51028 -1.0625,0.6875 -0.50913,0.17722 -1.14748,0.28737 -1.75,0.28125 -1.07585,-0.0109 -1.60182,-0.0296 -1.5625,-0.28125 0.03932,-0.25165 0.64741,-0.72727 1.875,-1.6875 0.79545,-0.62221 1.58923,-1.0929 2.375,-1.40625 0.78577,-0.31335 1.55737,-0.46402 2.375,-0.46875 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#803300;fill-opacity:0.54205609;stroke:none" + id="path5295" + d="m 10.789548,132.75192 c -0.5569,10e-4 -1.34089,0.23122 -2.21875,0.59375 -0.87786,0.36253 -1.85797,0.86762 -2.75,1.40625 -0.89203,0.53863 -1.71309,1.12677 -2.3125,1.65625 -0.59941,0.52948 -0.96875,1.00867 -0.96875,1.34375 0,0.37188 0.06061,0.62886 0.1875,0.78125 0.12689,0.15239 0.33713,0.2011 0.625,0.125 0.57574,-0.1522 1.48209,-0.78601 2.90625,-1.90625 0.69921,-0.55 1.54485,-1.04375 2.34375,-1.40625 0.7989,-0.3625 1.58083,-0.59375 2.09375,-0.59375 0.51292,0 0.97444,-0.1 1.3125,-0.28125 0.33806,-0.18125 0.53125,-0.44375 0.53125,-0.71875 0,-0.275 -0.18281,-0.53818 -0.5,-0.71875 -0.31719,-0.18057 -0.76875,-0.28228 -1.25,-0.28125 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#803300;fill-opacity:0.54205609;stroke:none" + id="path5293" + d="m 10.789548,132.75192 c 0.48125,-0.001 0.93281,0.10068 1.25,0.28125 0.31719,0.18057 0.5,0.44375 0.5,0.71875 0,0.275 -0.19319,0.5375 -0.53125,0.71875 -0.33806,0.18125 -0.79958,0.28125 -1.3125,0.28125 -0.51292,0 -1.29485,0.23125 -2.09375,0.59375 -0.7989,0.3625 -1.64454,0.85625 -2.34375,1.40625 -1.42416,1.12024 -2.33051,1.75405 -2.90625,1.90625 -0.28787,0.0761 -0.49811,0.0274 -0.625,-0.125 -0.12689,-0.15239 -0.1875,-0.40937 -0.1875,-0.78125 0,-0.33508 0.36934,-0.81427 0.96875,-1.34375 0.59941,-0.52948 1.42047,-1.11762 2.3125,-1.65625 0.89203,-0.53863 1.87214,-1.04372 2.75,-1.40625 0.87786,-0.36253 1.66185,-0.59256 2.21875,-0.59375 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#803300;fill-opacity:0.54205609;stroke:none" + id="path5291" + d="m 5.039548,131.78317 c -0.96934,0.007 -2.36916,0.34431 -4.09375003,1 -1.00328,0.38145 -1.73188,0.55649 -2.28124997,0.53125 -0.54937,-0.0252 -0.91554,-0.24745 -1.1875,-0.6875 -0.24888,-0.4027 -0.75735,-0.57681 -1.40625,-0.5625 -0.6489,0.0143 -1.44289,0.23616 -2.3125,0.59375 -0.86961,0.35759 -1.80773,0.84161 -2.71875,1.46875 -0.91102,0.62714 -1.78938,1.3958 -2.5625,2.21875 -0.66745,0.71046 -1.0931,1.26183 -1.28125,1.65625 -0.18815,0.39442 -0.13224,0.62666 0.09375,0.6875 0.22599,0.0608 0.64377,-0.0535 1.21875,-0.34375 0.57498,-0.29028 1.29742,-0.77857 2.15625,-1.4375 1.95043,-1.49647 3.67411,-2.38908 4.46875,-2.5625 0.39732,-0.0867 0.55718,0.0119 0.40625,0.3125 -0.15093,0.30064 -0.62794,0.80553 -1.5,1.53125 -0.9623,0.80082 -1.57478,1.40912 -1.875,1.8125 -0.15011,0.20169 -0.23019,0.33524 -0.21875,0.4375 0.01144,0.10226 0.11089,0.15345 0.28125,0.15625 0.68143,0.0112 2.63165,-0.76171 5.75,-2.34375 1.35284997,-0.68635 2.77655997,-1.32888 4,-1.78125 1.22344,-0.45237 2.24661,-0.71875 2.75,-0.71875 0.50339,0 0.94947,-0.1 1.28125,-0.28125 0.33178,-0.18125 0.53125,-0.44375 0.53125,-0.71875 0,-0.32188 -0.11929,-0.55958 -0.375,-0.71875 -0.25571,-0.15917 -0.64033,-0.25335 -1.125,-0.25 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#803300;fill-opacity:0.54205609;stroke:none" + id="path5289" + d="m 5.039548,131.78317 c 0.48467,-0.003 0.86929,0.0908 1.125,0.25 0.25571,0.15917 0.375,0.39687 0.375,0.71875 0,0.275 -0.19947,0.5375 -0.53125,0.71875 -0.33178,0.18125 -0.77786,0.28125 -1.28125,0.28125 -0.50339,0 -1.52656,0.26638 -2.75,0.71875 -1.22344003,0.45237 -2.64715003,1.0949 -4,1.78125 -3.11835,1.58204 -5.06857,2.35493 -5.75,2.34375 -0.17036,-0.003 -0.26981,-0.054 -0.28125,-0.15625 -0.01144,-0.10226 0.06864,-0.23581 0.21875,-0.4375 0.30022,-0.40338 0.9127,-1.01168 1.875,-1.8125 0.87206,-0.72572 1.34907,-1.23061 1.5,-1.53125 0.15093,-0.30064 -0.00893,-0.39921 -0.40625,-0.3125 -0.79464,0.17342 -2.51832,1.06603 -4.46875,2.5625 -0.85883,0.65893 -1.58127,1.14722 -2.15625,1.4375 -0.57498,0.29028 -0.99276,0.40459 -1.21875,0.34375 -0.22599,-0.0608 -0.2819,-0.29308 -0.09375,-0.6875 0.18815,-0.39442 0.6138,-0.94579 1.28125,-1.65625 0.77312,-0.82295 1.65148,-1.59161 2.5625,-2.21875 0.91102,-0.62714 1.84914,-1.11116 2.71875,-1.46875 0.86961,-0.35759 1.6636,-0.57944 2.3125,-0.59375 0.6489,-0.0143 1.15737,0.1598 1.40625,0.5625 0.27196,0.44005 0.63813,0.66226 1.1875,0.6875 0.54936997,0.0252 1.27796997,-0.1498 2.28124997,-0.53125 1.72459003,-0.65569 3.12441003,-0.99329 4.09375003,-1 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#803300;fill-opacity:0.54205609;stroke:none" + id="path5287" + d="m -16.554202,131.75192 c -0.32002,0 -0.91801,0.37431 -1.625,0.9375 -0.70699,0.56319 -1.52985,1.31916 -2.3125,2.125 -0.78265,0.80584 -1.51552,1.64705 -2.0625,2.375 -0.54698,0.72795 -0.90625,1.32674 -0.90625,1.65625 0,0.40066 0.06328,0.67439 0.21875,0.78125 0.15547,0.10686 0.39726,0.0558 0.75,-0.15625 0.70547,-0.42411 1.84848,-1.49322 3.59375,-3.34375 1.87935,-1.9927 2.87067,-3.09564 3.1875,-3.6875 0.15842,-0.29593 0.15101,-0.4651 0,-0.5625 -0.15101,-0.0974 -0.43744,-0.125 -0.84375,-0.125 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#803300;fill-opacity:0.54205609;stroke:none" + id="path5285" + d="m -16.554202,131.75192 c 0.40631,0 0.69274,0.0276 0.84375,0.125 0.15101,0.0974 0.15842,0.26657 0,0.5625 -0.31683,0.59186 -1.30815,1.6948 -3.1875,3.6875 -1.74527,1.85053 -2.88828,2.91964 -3.59375,3.34375 -0.35274,0.21205 -0.59453,0.26311 -0.75,0.15625 -0.15547,-0.10686 -0.21875,-0.38059 -0.21875,-0.78125 0,-0.32951 0.35927,-0.9283 0.90625,-1.65625 0.54698,-0.72795 1.27985,-1.56916 2.0625,-2.375 0.78265,-0.80584 1.60551,-1.56181 2.3125,-2.125 0.70699,-0.56319 1.30498,-0.9375 1.625,-0.9375 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#803300;fill-opacity:0.54205609;stroke:none" + id="path5283" + d="m -20.897952,130.97067 c -0.21426,-0.21346 -0.59516,-0.0906 -1.0625,0.21875 -0.46734,0.3093 -1.01526,0.8103 -1.53125,1.40625 -0.51599,0.59595 -1.01479,1.29101 -1.375,1.9375 -0.36021,0.64649 -0.59375,1.25783 -0.59375,1.71875 0,0.57238 -0.17051,1.09207 -0.4375,1.53125 -0.26699,0.43918 -0.62746,0.78654 -1,1 -0.37254,0.21346 -0.74587,0.29226 -1.0625,0.1875 -0.31663,-0.10476 -0.58822,-0.39075 -0.6875,-0.90625 -0.06168,-0.32026 -0.1588,-0.49272 -0.3125,-0.53125 -0.1537,-0.0385 -0.33397,0.0554 -0.59375,0.3125 -0.51956,0.51425 -1.2842,1.62585 -2.3125,3.40625 -1.58618,2.74632 -2.97796,5.1308 -3.09375,5.28125 -0.11579,0.15044 -0.97269,-0.0168 -1.90625,-0.375 -0.38231,-0.1467 -0.66492,-0.2936 -0.84375,-0.4375 -0.17883,-0.1439 -0.25498,-0.29258 -0.21875,-0.5 0.07247,-0.41484 0.59151,-1.02692 1.59375,-2.09375 0.62002,-0.65998 1.02969,-1.27461 1.28125,-1.78125 0.25156,-0.50664 0.3343,-0.90149 0.25,-1.15625 -0.0843,-0.25476 -0.33121,-0.34569 -0.71875,-0.25 -0.38754,0.0957 -0.90433,0.36157 -1.5625,0.90625 -0.44231,0.36604 -1.01277,1.10036 -1.59375,2 -0.58098,0.89964 -1.16371,1.98833 -1.71875,3.09375 -0.55504,1.10542 -1.07299,2.23537 -1.4375,3.21875 -0.36451,0.98338 -0.58438,1.81022 -0.59375,2.34375 -0.0099,0.56524 0.07787,0.93721 0.25,1.125 0.17213,0.18779 0.42597,0.20254 0.6875,0.0625 0.26153,-0.14004 0.55423,-0.45675 0.8125,-0.875 0.25827,-0.41825 0.4939,-0.9469 0.65625,-1.59375 0.25442,-1.0137 0.53512,-1.63131 1.03125,-1.96875 0.49613,-0.33744 1.1808,-0.3947 2.25,-0.28125 1.03434,0.10975 1.83885,0.007 2.5625,-0.4375 0.72365,-0.44426 1.39391,-1.23679 2.1875,-2.46875 0.56382,-0.87527 1.29714,-1.70937 2.03125,-2.34375 0.73411,-0.63438 1.45,-1.06902 2,-1.15625 0.55,-0.0872 1.25055,-0.51185 1.90625,-1.15625 0.6557,-0.6444 1.27388,-1.51577 1.71875,-2.40625 0.88973,-1.78094 2.20509,-3.90517 2.90625,-4.75 0.35057,-0.42242 0.55724,-0.90253 0.65625,-1.3125 0.09901,-0.40997 0.07536,-0.76914 -0.125,-0.96875 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#803300;fill-opacity:0.54205609;stroke:none" + id="path5281" + d="m -20.897952,130.97067 c 0.20036,0.19961 0.22401,0.55878 0.125,0.96875 -0.09901,0.40997 -0.30568,0.89008 -0.65625,1.3125 -0.70116,0.84483 -2.01652,2.96906 -2.90625,4.75 -0.44487,0.89048 -1.06305,1.76185 -1.71875,2.40625 -0.6557,0.6444 -1.35625,1.06902 -1.90625,1.15625 -0.55,0.0872 -1.26589,0.52187 -2,1.15625 -0.73411,0.63438 -1.46743,1.46848 -2.03125,2.34375 -0.79359,1.23196 -1.46385,2.02449 -2.1875,2.46875 -0.72365,0.44426 -1.52816,0.54725 -2.5625,0.4375 -1.0692,-0.11345 -1.75387,-0.0562 -2.25,0.28125 -0.49613,0.33744 -0.77683,0.95505 -1.03125,1.96875 -0.16235,0.64685 -0.39798,1.1755 -0.65625,1.59375 -0.25827,0.41825 -0.55097,0.73496 -0.8125,0.875 -0.26153,0.14004 -0.51537,0.12529 -0.6875,-0.0625 -0.17213,-0.18779 -0.25993,-0.55976 -0.25,-1.125 0.0094,-0.53353 0.22924,-1.36037 0.59375,-2.34375 0.36451,-0.98338 0.88246,-2.11333 1.4375,-3.21875 0.55504,-1.10542 1.13777,-2.19411 1.71875,-3.09375 0.58098,-0.89964 1.15144,-1.63396 1.59375,-2 0.65817,-0.54468 1.17496,-0.81056 1.5625,-0.90625 0.38754,-0.0957 0.63445,-0.005 0.71875,0.25 0.0843,0.25476 0.0016,0.64961 -0.25,1.15625 -0.25156,0.50664 -0.66123,1.12127 -1.28125,1.78125 -1.00224,1.06683 -1.52128,1.67891 -1.59375,2.09375 -0.03623,0.20742 0.03992,0.3561 0.21875,0.5 0.17883,0.1439 0.46144,0.2908 0.84375,0.4375 0.93356,0.35824 1.79046,0.52544 1.90625,0.375 0.11579,-0.15045 1.50757,-2.53493 3.09375,-5.28125 1.0283,-1.7804 1.79294,-2.892 2.3125,-3.40625 0.25978,-0.25713 0.44005,-0.35103 0.59375,-0.3125 0.1537,0.0385 0.25082,0.21099 0.3125,0.53125 0.09928,0.5155 0.37087,0.80149 0.6875,0.90625 0.31663,0.10476 0.68996,0.026 1.0625,-0.1875 0.37254,-0.21346 0.73301,-0.56082 1,-1 0.26699,-0.43918 0.4375,-0.95887 0.4375,-1.53125 0,-0.46092 0.23354,-1.07226 0.59375,-1.71875 0.36021,-0.64649 0.85901,-1.34155 1.375,-1.9375 0.51599,-0.59595 1.06391,-1.09695 1.53125,-1.40625 0.46734,-0.3093 0.84824,-0.43221 1.0625,-0.21875 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#803300;fill-opacity:0.54205609;stroke:none" + id="path5275" + d="m 15.852048,123.81442 c 1.23968,1.09025 7.05953,4.30468 3.03125,2.875 -2.51865,-0.64363 -7.51631,-1.32957 -3.03125,-2.875 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#803300;fill-opacity:0.54205609;stroke:none" + id="path5273" + d="m -1.772952,116.87692 c -0.63184,-0.002 -1.28496,0.20518 -2,0.59375 -0.71504,0.38857 -1.48929,0.97079 -2.375,1.75 -0.79112,0.696 -1.29628,1.24611 -1.53125,1.65625 -0.23497,0.41014 -0.21127,0.68739 0.03125,0.78125 0.24252,0.0939 0.70239,0.003 1.34375,-0.25 0.64136,-0.25287 1.47595,-0.68247 2.4375,-1.3125 1.19383,-0.78222 1.85288,-1.15046 2.375,-1.09375 0.52211997,0.0567 0.90243997,0.54427 1.59374997,1.53125 0.40074,0.57212 1.01717003,1.13833 1.68750003,1.59375 0.67033,0.45542 1.38366,0.78739 2,0.90625 2.34518,0.45227 4.92435,0.65439 6.71875,0.59375 0.8972,-0.0303 1.62022,-0.13553 2,-0.28125 0.18989,-0.0729 0.29943,-0.1499 0.3125,-0.25 0.01307,-0.1001 -0.08585,-0.21747 -0.28125,-0.34375 -0.4125,-0.26658 -1.16166,-0.50903 -2.03125,-0.6875 -0.86959,-0.17847 -1.84312,-0.27704 -2.75,-0.28125 -1.10981,-0.005 -2.13122,-0.23905 -3.0625,-0.65625 -0.93128,-0.4172 -1.78277,-1.03366 -2.5625,-1.875 -0.72785,-0.78537 -1.39514003,-1.38753 -2.03125003,-1.78125 -0.63611,-0.39372 -1.24315997,-0.59134 -1.87499997,-0.59375 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#803300;fill-opacity:0.54205609;stroke:none" + id="path5271" + d="m -1.772952,116.87692 c 0.63184,0.002 1.23888997,0.20003 1.87499997,0.59375 0.63611,0.39372 1.30340003,0.99588 2.03125003,1.78125 0.77973,0.84134 1.63122,1.4578 2.5625,1.875 0.93128,0.4172 1.95269,0.6511 3.0625,0.65625 0.90688,0.004 1.88041,0.10278 2.75,0.28125 0.86959,0.17847 1.61875,0.42092 2.03125,0.6875 0.1954,0.12628 0.29432,0.24365 0.28125,0.34375 -0.01307,0.1001 -0.12261,0.17714 -0.3125,0.25 -0.37978,0.14572 -1.1028,0.25093 -2,0.28125 -1.7944,0.0606 -4.37357,-0.14148 -6.71875,-0.59375 -0.61634,-0.11886 -1.32967,-0.45083 -2,-0.90625 -0.67033,-0.45542 -1.28676003,-1.02163 -1.68750003,-1.59375 -0.69131,-0.98698 -1.07163,-1.47454 -1.59374997,-1.53125 -0.52212,-0.0567 -1.18117,0.31153 -2.375,1.09375 -0.96155,0.63003 -1.79614,1.05963 -2.4375,1.3125 -0.64136,0.25287 -1.10123,0.34386 -1.34375,0.25 -0.24252,-0.0939 -0.26622,-0.37111 -0.03125,-0.78125 0.23497,-0.41014 0.74013,-0.96025 1.53125,-1.65625 0.88571,-0.77921 1.65996,-1.36143 2.375,-1.75 0.71504,-0.38857 1.36816,-0.59616 2,-0.59375 z" + inkscape:connector-curvature="0" /> + </g> + <g + style="fill:#ffffff;display:inline" + id="teeth" + transform="matrix(0.736268,0,0,0.736268,345.50321,36.237552)" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998"> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:none" + id="path5363" + d="m 162.20568,311.91807 c -0.29194,0.0491 -0.4787,0.16798 -0.5625,0.34375 -0.0838,0.17577 -0.0623,0.40587 0,0.71875 0.0592,0.29781 0.75422,0.77857 1.875,1.34375 1.12078,0.56518 2.66836,1.20459 4.34375,1.84375 3.35077,1.27833 7.2849,2.52361 9.8125,2.9375 0.20625,0.0338 0.39531,-0.25976 0.53125,-0.78125 0.13594,-0.52149 0.21875,-1.26875 0.21875,-2.09375 0,-0.71398 -0.0114,-1.27153 -0.0937,-1.6875 -0.0823,-0.41597 -0.22162,-0.67564 -0.5,-0.875 -0.55676,-0.39872 -1.63331,-0.44802 -3.65625,-0.46875 -2.3375,-0.024 -6.16669,-0.41786 -8.53125,-0.875 -1.78897,-0.34586 -2.85362,-0.50444 -3.4375,-0.40625 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:none" + id="path5361" + d="m 162.20568,311.91807 c 0.58388,-0.0982 1.64853,0.0604 3.4375,0.40625 2.36456,0.45714 6.19375,0.85105 8.53125,0.875 2.02294,0.0207 3.09949,0.07 3.65625,0.46875 0.27838,0.19936 0.41765,0.45903 0.5,0.875 0.0823,0.41597 0.0937,0.97352 0.0937,1.6875 0,0.825 -0.0828,1.57226 -0.21875,2.09375 -0.13594,0.52149 -0.325,0.81502 -0.53125,0.78125 -2.5276,-0.41389 -6.46173,-1.65917 -9.8125,-2.9375 -1.67539,-0.63916 -3.22297,-1.27857 -4.34375,-1.84375 -1.12078,-0.56518 -1.81575,-1.04594 -1.875,-1.34375 -0.0623,-0.31288 -0.0838,-0.54298 0,-0.71875 0.0838,-0.17577 0.27056,-0.29466 0.5625,-0.34375 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:none" + id="path5359" + d="m 210.33068,308.32432 c -0.53873,-0.14635 -1.30873,-0.0704 -2.4375,0.15625 -1.12877,0.22667 -2.60557,0.62974 -4.59375,1.15625 -1.98818,0.52652 -3.48562,0.92451 -4.59375,1.28125 -1.10813,0.35674 -1.82508,0.65734 -2.28125,1.03125 -0.45617,0.37391 -0.6552,0.79695 -0.6875,1.375 -0.0323,0.57805 0.0865,1.31211 0.25,2.28125 0.19641,1.16426 0.23419,2.02077 0.15625,2.5625 -0.0779,0.54173 -0.25474,0.775 -0.5,0.71875 -0.24526,-0.0562 -0.56943,-0.40156 -0.875,-1.03125 -0.30557,-0.62969 -0.61614,-1.54017 -0.875,-2.71875 -0.27954,-1.27278 -0.52289,-2.03927 -0.9375,-2.40625 -0.2073,-0.18349 -0.44531,-0.2679 -0.75,-0.28125 -0.30469,-0.0134 -0.68052,0.0682 -1.125,0.1875 -1.18285,0.31734 -4.29375,0.58623 -6.90625,0.59375 -2.28891,0.007 -3.47848,0.0267 -4.09375,0.40625 -0.30764,0.18978 -0.47483,0.46955 -0.5625,0.875 -0.0877,0.40545 -0.0937,0.92226 -0.0937,1.625 0,0.56936 0.11221,1.07955 0.34375,1.53125 0.23154,0.4517 0.59334,0.85282 1.0625,1.1875 0.46916,0.33468 1.06838,0.62543 1.78125,0.84375 0.71287,0.21832 1.53735,0.36615 2.5,0.46875 1.9253,0.20521 4.35157,0.19127 7.3125,-0.0625 2.96093,-0.25377 6.45481,-0.7612 10.5,-1.46875 2.67224,-0.46741 4.6233,-0.77538 6.03125,-1.0625 1.40795,-0.28712 2.27427,-0.52927 2.78125,-0.90625 0.25349,-0.18849 0.40363,-0.42589 0.5,-0.6875 0.0964,-0.26161 0.14034,-0.569 0.125,-0.9375 -0.0307,-0.73701 -0.23248,-1.69531 -0.4375,-3.0625 -0.16674,-1.11193 -0.31319,-1.96995 -0.53125,-2.5625 -0.21806,-0.59255 -0.52377,-0.9474 -1.0625,-1.09375 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:none" + id="path5355" + d="m 215.36193,306.35557 c -0.61275,-0.13014 -1.10732,-0.0375 -1.4375,0.25 -0.33018,0.2875 -0.5,0.78474 -0.5,1.5 0,1.95355 0.34985,4.01468 0.8125,5.53125 0.23133,0.75829 0.47613,1.37189 0.75,1.78125 0.27387,0.40936 0.57608,0.59935 0.84375,0.5 0.61272,-0.22742 2.71121,-0.98045 4.6875,-1.6875 0.89832,-0.32138 1.58399,-0.57929 2.03125,-0.8125 0.44726,-0.23321 0.66383,-0.42867 0.65625,-0.71875 -0.008,-0.29008 -0.25255,-0.66426 -0.71875,-1.15625 -0.4662,-0.49199 -1.16514,-1.1298 -2.09375,-1.96875 -1.03503,-0.93509 -1.9648,-1.64983 -2.8125,-2.1875 -0.8477,-0.53767 -1.606,-0.90111 -2.21875,-1.03125 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.78099174;fill:#ffffff;fill-opacity:0.54205609;stroke:none" + id="path5353" + d="m 215.36193,306.35557 c 0.61275,0.13014 1.37105,0.49358 2.21875,1.03125 0.8477,0.53767 1.77747,1.25241 2.8125,2.1875 0.92861,0.83895 1.62755,1.47676 2.09375,1.96875 0.4662,0.49199 0.71117,0.86617 0.71875,1.15625 0.008,0.29008 -0.20899,0.48554 -0.65625,0.71875 -0.44726,0.23321 -1.13293,0.49112 -2.03125,0.8125 -1.97629,0.70705 -4.07478,1.46008 -4.6875,1.6875 -0.26767,0.0994 -0.56988,-0.0906 -0.84375,-0.5 -0.27387,-0.40936 -0.51867,-1.02296 -0.75,-1.78125 -0.46265,-1.51657 -0.8125,-3.5777 -0.8125,-5.53125 0,-0.71526 0.16982,-1.2125 0.5,-1.5 0.33018,-0.2875 0.82475,-0.38014 1.4375,-0.25 z" + inkscape:connector-curvature="0" /> + </g> + <path + style="fill:#999999;fill-opacity:0.21028035;stroke:none;display:inline" + id="shadows" + d="m 528.44882,101.40892 c -0.66542,-0.007 -1.31321,0.007 -1.95574,0.046 -1.28478,0.0787 -2.51986,0.25224 -3.63527,0.5292 -1.11551,0.27694 -2.12352,0.64384 -2.96808,1.12739 -0.84464,0.48356 -1.52928,1.07317 -2.00179,1.77166 -0.23296,0.34441 -0.81031,0.85135 -1.67953,1.47253 -0.8693,0.62117 -2.03545,1.37076 -3.38223,2.18579 -2.69366,1.63005 -6.17296,3.54506 -9.82455,5.45298 -3.65169,1.90794 -7.47388,3.79248 -10.814,5.31496 -3.34012,1.52243 -6.20203,2.70151 -7.9609,3.17513 -0.77029,0.20742 -1.49853,0.47036 -2.18581,0.80528 -0.68718,0.33495 -1.33214,0.73988 -1.93267,1.19645 -0.6006,0.45656 -1.14636,0.96923 -1.65664,1.54156 -0.5103,0.57235 -0.98702,1.20445 -1.40343,1.88669 -0.4165,0.68224 -0.78537,1.39953 -1.10443,2.18579 -0.31906,0.78628 -0.58729,1.62347 -0.80535,2.50792 -0.43602,1.76891 -0.6567,3.74078 -0.6672,5.86714 -0.003,0.58052 -0.0144,1.01854 0.046,1.31148 0.0604,0.29294 0.18973,0.44943 0.43714,0.46017 0.49482,0.0215 1.48906,-0.53539 3.47424,-1.61059 2.20295,-1.19319 5.13567,-2.45889 7.7769,-3.42826 1.32043,-0.48468 2.56301,-0.88448 3.6122,-1.17343 1.04928,-0.28893 1.89195,-0.46016 2.41595,-0.46016 0.28624,0 0.53074,0.25837 0.73623,0.73627 0.20557,0.47789 0.37946,1.1677 0.50625,2.02475 0.25342,1.71406 0.34955,4.10343 0.299,6.74143 -0.0505,2.63804 -0.25886,5.53416 -0.59818,8.30604 -0.33931,2.77185 -0.8134,5.40815 -1.42649,7.52374 -0.58946,2.0342 -1.29716,4.09628 -2.09379,6.16624 -0.79662,2.06996 -1.67673,4.15952 -2.64593,6.21226 -0.96928,2.05275 -2.02185,4.06862 -3.12919,6.05121 -1.10734,1.98256 -2.26325,3.91565 -3.47424,5.77509 -1.21098,1.85945 -2.47025,3.65459 -3.75035,5.33795 -1.28009,1.68334 -2.59667,3.26242 -3.91147,4.71672 -1.31471,1.45427 -2.61956,2.78518 -3.93436,3.95743 -1.31489,1.17226 -2.63091,2.17683 -3.91147,3.0141 -1.51954,0.99354 -2.73267,1.70879 -3.72728,2.04775 -0.49735,0.16946 -0.92783,0.25158 -1.3345,0.23007 -0.40684,-0.0215 -0.78423,-0.16043 -1.12749,-0.39112 -0.34327,-0.23071 -0.65942,-0.55429 -0.96629,-1.01239 -0.30687,-0.45808 -0.59978,-1.04492 -0.89736,-1.74863 -0.59527,-1.40742 -1.21181,-3.32193 -1.93267,-5.82111 -0.397,-1.37623 -0.67376,-2.41058 -0.94339,-3.12915 -0.26964,-0.71857 -0.52071,-1.12067 -0.80527,-1.24245 -0.28464,-0.12177 -0.61646,0.0461 -1.05838,0.46016 -0.44192,0.41413 -0.9841,1.06659 -1.72568,1.95573 -1.26865,1.52118 -2.40244,3.1269 -3.38214,4.78574 -0.9797,1.6588 -1.81852,3.38085 -2.50795,5.15387 -0.68942,1.77301 -1.23574,3.58922 -1.63358,5.45298 -0.39783,1.86378 -0.65426,3.77499 -0.75929,5.70608 -0.10505,1.93109 -0.0509,3.89217 0.13804,5.86714 0.18908,1.97495 0.52794,3.96376 1.01233,5.95915 0.48442,1.99542 1.10567,3.9898 1.88673,5.98218 0.78105,1.9924 1.7281,3.99322 2.80703,5.95918 0.63456,1.15623 1.15161,2.14592 1.58762,3.10612 0.43593,0.96023 0.7743,1.88785 1.08137,2.87605 0.61402,1.97642 1.04892,4.2295 1.56455,7.6618 0.30594,2.0365 0.81098,3.87184 1.51851,5.522 0.35376,0.82508 0.76548,1.59544 1.2195,2.32385 0.45393,0.72843 0.94153,1.41602 1.49553,2.04774 0.5539,0.63173 1.1639,1.21365 1.81768,1.74865 0.65369,0.53498 1.36329,1.03431 2.11677,1.47253 0.75339,0.4382 1.56287,0.80902 2.41586,1.15041 0.85289,0.3414 1.73964,0.6528 2.69197,0.89734 1.90462,0.48904 4.00328,0.77296 6.30435,0.87431 2.30096,0.10135 4.80461,0.0106 7.5007,-0.2761 2.69608,-0.28668 5.58425,-0.77445 8.67416,-1.44952 3.0899,-0.67508 6.38829,-1.53618 9.8706,-2.59996 1.32707,-0.40542 2.32366,-0.70188 3.03709,-0.98935 0.71335,-0.28748 1.13528,-0.5583 1.33449,-0.89733 0.19912,-0.33902 0.16939,-0.7514 -0.046,-1.31148 -0.21542,-0.56007 -0.62001,-1.28118 -1.15038,-2.23182 -0.62416,-1.11854 -1.16211,-2.19541 -1.63368,-3.3132 -0.47137,-1.1178 -0.8695,-2.27154 -1.21932,-3.49726 -0.34993,-1.22574 -0.63813,-2.53809 -0.89744,-3.98046 -0.25933,-1.44236 -0.49052,-3.01802 -0.69019,-4.78573 -0.16027,-1.41854 -0.52164,-3.2848 -0.98935,-5.15389 -0.46772,-1.86906 -1.03832,-3.73656 -1.58763,-5.15388 -0.53524,-1.38107 -0.99272,-2.7634 -1.35747,-4.1645 -0.36464,-1.40113 -0.62818,-2.82369 -0.82832,-4.23355 -0.20014,-1.40986 -0.32638,-2.82623 -0.36812,-4.23354 -0.0417,-1.40729 0.004,-2.79411 0.11508,-4.18752 0.11058,-1.39342 0.29525,-2.79627 0.55213,-4.16451 0.25687,-1.36826 0.56929,-2.71771 0.96637,-4.04948 0.39709,-1.33179 0.87232,-2.62744 1.40351,-3.91142 0.53123,-1.284 1.13539,-2.54847 1.79472,-3.77338 0.65913,-1.2249 1.35859,-2.41179 2.13975,-3.56629 0.78105,-1.15451 1.63395,-2.28641 2.53092,-3.35922 0.89699,-1.07282 1.84629,-2.10332 2.85301,-3.08312 1.00671,-0.97983 2.06471,-1.90852 3.17515,-2.78402 1.11043,-0.87551 2.26626,-1.67899 3.47433,-2.43889 1.20798,-0.7599 2.47382,-1.46077 3.77332,-2.09375 1.29952,-0.63301 2.64151,-1.20787 4.02646,-1.70263 1.38496,-0.49477 2.8153,-0.92021 4.2796,-1.26546 1.77867,-0.41938 3.80399,-0.6955 5.84403,-0.85131 2.04025,-0.15581 4.1,-0.17909 5.95923,-0.092 1.81741,0.083 6.7245,-0.45818 7.06371,1.29954 0.25931,1.34372 -1.59867,0.6523 -2.50811,0.39145 -1.58763,-0.45532 -2.92107,-0.44381 -4.50955,-0.63261 -1.58856,-0.18877 -3.16718,-0.267 -4.73971,-0.20706 -1.57261,0.0599 -3.13126,0.23838 -4.67077,0.52919 -1.53952,0.29079 -3.06599,0.69259 -4.5556,1.19643 -1.48963,0.50385 -2.94895,1.11861 -4.37159,1.81767 -1.42275,0.69906 -2.80274,1.49341 -4.14154,2.36986 -1.33881,0.87644 -2.62734,1.84005 -3.86544,2.87604 -1.23798,1.036 -2.42306,2.13549 -3.54325,3.31321 -1.12029,1.17772 -2.18965,2.42573 -3.17515,3.72735 -0.98551,1.3016 -1.88118,2.66481 -2.71503,4.07249 -0.83377,1.40765 -1.5897,2.85268 -2.25483,4.34859 -0.66515,1.49589 -1.24615,3.03536 -1.72559,4.60167 -0.47953,1.56628 -0.87345,3.16687 -1.15039,4.78574 -0.27696,1.61885 -0.44888,3.2702 -0.50618,4.92379 -0.0574,1.65359 0.005,3.32232 0.18402,4.99283 0.17913,1.67047 0.48779,3.34625 0.92034,5.01581 0.46151,1.78114 0.87071,3.21569 1.24248,4.32558 0.37177,1.10989 0.69647,1.89116 0.98935,2.34684 0.14641,0.22786 0.2854,0.36968 0.41416,0.43717 0.12877,0.0675 0.25558,0.0447 0.36813,-0.046 0.22508,-0.18148 0.43,-0.67095 0.59816,-1.47254 0.2356,-1.12312 0.53083,-2.21666 0.89737,-3.2902 0.3666,-1.07355 0.80094,-2.13383 1.28853,-3.15215 0.48741,-1.01829 1.03512,-1.9877 1.63348,-2.94506 0.59845,-0.95736 1.2334,-1.89325 1.93276,-2.78402 1.39864,-1.78152 2.99762,-3.41972 4.73971,-4.90077 1.74209,-1.48107 3.6317,-2.79922 5.63706,-3.93443 2.00535,-1.13522 4.11592,-2.08607 6.30436,-2.83004 2.18831,-0.74395 4.45018,-1.28029 6.74138,-1.58757 2.29122,-0.3073 4.61178,-0.38185 6.92551,-0.20708 1.15686,0.0874 2.32676,0.22075 3.47424,0.43717 1.14758,0.21638 2.27715,0.50019 3.4053,0.8513 1.31593,0.40958 3.3006,0.86242 4.60189,1.4265 1.64433,1.63901 3.00154,3.00813 0.23045,1.17352 -1.48239,-0.67073 -4.58067,-1.33632 -6.09786,-1.7487 -1.51729,-0.41237 -3.04844,-0.70589 -4.57869,-0.87432 -1.53021,-0.16842 -3.05726,-0.22217 -4.57866,-0.16106 -1.52132,0.0611 -3.04199,0.25295 -4.53262,0.52921 -1.49066,0.27625 -2.95664,0.6504 -4.39457,1.1274 -1.43814,0.47699 -2.84702,1.03931 -4.21056,1.70262 -1.36358,0.66332 -2.66722,1.41958 -3.93447,2.25482 -1.26724,0.83523 -2.48629,1.74526 -3.63528,2.73801 -1.14916,0.99273 -2.23521,2.0623 -3.24427,3.19815 -1.00904,1.13585 -1.93678,2.34777 -2.78396,3.61232 -0.84718,1.26453 -1.61436,2.6016 -2.2778,3.98044 -0.66354,1.37884 -1.22186,2.80084 -1.67963,4.27957 -0.45787,1.47872 -0.82804,3.01446 -1.05839,4.57866 -0.23033,1.56421 -0.34111,3.15047 -0.32206,4.78573 0.0188,1.63528 0.16994,3.30088 0.46012,4.99282 0.25453,1.48468 0.62537,2.99708 1.08136,4.46363 0.456,1.46655 1.01205,2.88651 1.61061,4.25655 0.59845,1.37005 1.25056,2.67026 1.93265,3.86542 0.68222,1.19514 1.38684,2.30231 2.09379,3.24417 0.70697,0.94185 1.42079,1.73669 2.0938,2.34685 0.67301,0.61016 1.30655,1.01936 1.88661,1.21945 0.29009,0.10004 0.57257,0.15522 0.82833,0.13804 0.25585,-0.0172 0.47607,-0.1089 0.69027,-0.25308 0.42842,-0.28838 0.77149,-0.82438 0.98937,-1.67961 0.41406,-1.62556 0.95315,-3.17422 1.58753,-4.6477 0.63447,-1.47346 1.36985,-2.87849 2.20886,-4.18752 0.83902,-1.30903 1.77914,-2.52614 2.80703,-3.65834 1.02782,-1.13219 2.13535,-2.18616 3.3362,-3.12913 1.20075,-0.94297 2.48432,-1.78957 3.84235,-2.53093 1.35804,-0.74136 2.8031,-1.3593 4.30267,-1.88668 1.49945,-0.52738 3.06841,-0.96446 4.69365,-1.26546 1.62513,-0.30099 3.30364,-0.46696 5.03879,-0.52919 1.8687,-0.067 3.82275,-0.003 5.70608,0.18406 1.88343,0.18685 3.69118,0.49569 5.223,0.85132 1.53173,0.35563 2.7985,0.75706 3.61221,1.19644 0.40693,0.21966 0.69269,0.44256 0.85138,0.66723 0.15859,0.22466 0.18129,0.44822 0.046,0.66725 -0.11189,0.18086 -0.58634,0.19648 -1.28854,0.069 -0.70217,-0.12747 -1.62325,-0.38504 -2.57688,-0.75929 -1.70533,-0.66926 -3.4115,-1.16865 -5.08494,-1.49554 -1.67335,-0.32687 -3.32568,-0.49263 -4.94669,-0.50618 -1.6211,-0.0136 -3.19139,0.12045 -4.73981,0.39115 -1.54831,0.27068 -3.05425,0.69355 -4.50963,1.21943 -1.45539,0.52588 -2.86858,1.15771 -4.21057,1.90969 -1.3419,0.75199 -2.63419,1.62793 -3.84235,2.57694 -1.20818,0.94903 -2.32816,1.98916 -3.38224,3.10614 -1.05408,1.11697 -2.01951,2.31041 -2.89904,3.56629 -0.87955,1.25589 -1.68517,2.56874 -2.36982,3.93443 -0.68473,1.36571 -1.25617,2.76408 -1.72567,4.21053 -0.46958,1.44646 -0.82439,2.94248 -1.05838,4.44062 -0.23401,1.49814 -0.34411,3.0119 -0.32217,4.53265 0.022,1.52076 0.16188,3.04139 0.46022,4.55568 0.29824,1.51427 0.73951,3.03088 1.33449,4.50962 0.59489,1.47876 1.34294,2.91143 2.25483,4.32558 0.91178,1.41414 1.99485,2.79804 3.24417,4.1185 0.71429,0.75507 1.26856,1.31166 1.72559,1.67961 0.45702,0.36797 0.81933,0.54016 1.17346,0.50618 0.35405,-0.034 0.69881,-0.26252 1.10444,-0.71326 0.40553,-0.45073 0.86105,-1.11942 1.47254,-2.00173 0.35658,-0.51453 0.82974,-1.02184 1.35738,-1.51855 0.52774,-0.4967 1.11147,-0.97389 1.74866,-1.42652 1.27437,-0.90525 2.70698,-1.70626 4.04953,-2.27783 1.34246,-0.57155 2.60249,-0.91534 3.52029,-0.94334 0.4588,-0.014 0.84408,0.0458 1.10444,0.20706 0.26016,0.16127 0.39108,0.41957 0.39108,0.78231 0,0.20246 -0.21327,0.39574 -0.55222,0.52918 -0.33894,0.13344 -0.79729,0.20708 -1.31141,0.20708 -0.66955,0 -1.4615,0.15917 -2.30089,0.43716 -0.83939,0.27799 -1.7237,0.68036 -2.57689,1.15043 -0.85336,0.47004 -1.68178,1.01138 -2.39286,1.58757 -0.71119,0.57616 -1.31264,1.17528 -1.72569,1.77163 -0.667,0.96309 -1.17269,1.70274 -1.49552,2.23181 -0.32291,0.5291 -0.45346,0.85958 -0.41416,1.03538 0.0393,0.17582 0.24769,0.18879 0.6672,0.092 0.41961,-0.0967 1.04583,-0.30964 1.86372,-0.59822 1.05503,-0.37224 2.05254,-0.63648 3.01404,-0.8053 0.96151,-0.16882 1.88277,-0.24299 2.78407,-0.20708 0.90119,0.0359 1.7946,0.17216 2.66897,0.41415 0.87438,0.24201 1.74209,0.58599 2.62295,1.03538 1.03155,0.52623 1.71423,0.96563 2.11677,1.28847 0.40244,0.32286 0.51057,0.53403 0.34514,0.62123 -0.16545,0.0872 -0.5933,0.0426 -1.26547,-0.13806 -0.67217,-0.18067 -1.57431,-0.48553 -2.69197,-0.96635 -1.16184,-0.49978 -2.42795,-0.7803 -3.72737,-0.85131 -1.29942,-0.071 -2.65089,0.0544 -4.00349,0.39115 -1.35258,0.33678 -2.70509,0.86405 -4.02644,1.58757 -1.32137,0.72354 -2.61376,1.64873 -3.81938,2.738 -1.46645,1.32486 -2.18261,1.99263 -2.16282,2.32385 0.01,0.16561 0.20933,0.2347 0.59826,0.2761 0.38893,0.0414 0.95269,0.046 1.72559,0.046 0.75142,0 1.69013,0.18167 2.646,0.48316 0.95578,0.30151 1.93127,0.72935 2.83003,1.19643 0.89876,0.4671 1.7207,0.97579 2.30077,1.47254 0.58017,0.49676 0.92034,0.96699 0.92034,1.35749 0,0.24463 -0.0387,0.41874 -0.13807,0.5062 -0.0992,0.0874 -0.26549,0.0926 -0.52914,0 -0.52718,-0.18511 -1.43906,-0.75238 -3.01411,-1.79466 -0.79251,-0.52445 -1.75111,-0.98123 -2.761,-1.35749 -1.00991,-0.37625 -2.07484,-0.66826 -3.06008,-0.85131 -0.98522,-0.18305 -1.88164,-0.26221 -2.59995,-0.20708 -0.71822,0.0551 -1.2635,0.23687 -1.47255,0.5752 -0.16094,0.26042 -0.11404,0.48104 0.11507,0.62123 0.22903,0.1402 0.65595,0.20709 1.24249,0.20709 1.07818,0 2.48179,0.35855 3.61221,0.82828 0.56525,0.23488 1.04703,0.49913 1.40362,0.75928 0.35648,0.26017 0.57509,0.51224 0.57509,0.73627 0,0.20452 -0.009,0.36698 -0.0689,0.46016 -0.0596,0.0932 -0.16055,0.12361 -0.36812,0.0921 -0.41527,-0.0631 -1.2224,-0.3925 -2.76108,-1.03538 -0.90607,-0.37857 -1.70194,-0.66211 -2.43883,-0.8283 -0.73687,-0.16619 -1.41599,-0.21247 -2.04783,-0.16106 -0.63175,0.0514 -1.22683,0.20893 -1.81759,0.48318 -0.59086,0.27424 -1.18069,0.67113 -1.79462,1.17343 -0.83798,0.68546 -1.30701,1.1279 -1.44957,1.44952 -0.0713,0.16082 -0.0615,0.28055 0.023,0.39114 0.0845,0.11061 0.25501,0.21154 0.48319,0.29912 0.29946,0.11489 0.75161,0.53896 1.26546,1.12739 0.51386,0.58845 1.09808,1.33604 1.63359,2.11679 0.53553,0.78073 1.01637,1.58599 1.38054,2.27782 0.36418,0.69183 0.59817,1.26593 0.59817,1.58758 0,0.33312 -0.0721,0.55384 -0.20707,0.66723 -0.13496,0.11342 -0.32911,0.12483 -0.52915,0.046 -0.20004,-0.0788 -0.40292,-0.23966 -0.59827,-0.48319 -0.19536,-0.2435 -0.38536,-0.56261 -0.50617,-0.94334 -0.18579,-0.58529 -0.52896,-1.24811 -0.96637,-1.90968 -0.43734,-0.66157 -0.96808,-1.32025 -1.51851,-1.9097 -0.55044,-0.58944 -1.10874,-1.10362 -1.63357,-1.47254 -0.52494,-0.36892 -1.01975,-0.59822 -1.38055,-0.59822 -0.69534,0 -1.48428,0.14137 -2.25483,0.36815 -0.77055,0.22676 -1.51671,0.54021 -2.13975,0.87431 -0.62311,0.33409 -1.12769,0.6904 -1.38054,1.01237 -0.12641,0.16097 -0.19197,0.32461 -0.1841,0.46016 0.008,0.13556 0.10609,0.24994 0.27611,0.34512 0.63062,0.3529 1.23536,1.07142 1.77173,1.95572 0.53627,0.88429 0.99836,1.91944 1.31142,2.92208 0.31315,1.00262 0.47633,1.96108 0.43723,2.66896 -0.0196,0.35393 -0.0753,0.64852 -0.20716,0.85131 -0.13177,0.20278 -0.33802,0.32211 -0.59819,0.32211 -0.20248,0 -0.37223,-0.18291 -0.50615,-0.48318 -0.13394,-0.30025 -0.22942,-0.71785 -0.23016,-1.17342 -9.4e-4,-0.57924 -0.15175,-1.26278 -0.41407,-1.95571 -0.26242,-0.69291 -0.63373,-1.39378 -1.05839,-2.04775 -0.42477,-0.65396 -0.91555,-1.24022 -1.40352,-1.70261 -0.48797,-0.4624 -0.97453,-0.80212 -1.42649,-0.92035 -0.752,-0.19662 -1.13905,-0.28692 -1.15039,-0.092 -0.0114,0.1949 0.35161,0.66544 1.05838,1.6336 0.39072,0.53526 0.77345,1.27161 1.05839,2.02474 0.28472,0.75313 0.4648,1.53236 0.50616,2.13978 0.13403,1.96849 0.10589,3.71329 -0.046,4.96981 -0.0761,0.62825 -0.16394,1.14738 -0.29918,1.49554 -0.13514,0.34816 -0.29702,0.52919 -0.48309,0.52919 -0.20558,0 -0.38415,-0.43394 -0.48319,-1.15042 -0.099,-0.71648 -0.11845,-1.7242 -0.069,-2.85304 0.063,-1.43699 -0.012,-2.66675 -0.23005,-3.70434 -0.21815,-1.0376 -0.59574,-1.88053 -1.10444,-2.53093 -0.5087,-0.65039 -1.14682,-1.10511 -1.95573,-1.3805 -0.80882,-0.27538 -1.78054,-0.36353 -2.89905,-0.2761 -0.99488,0.0778 -1.73083,0.133 -2.25483,0.20709 -0.52398,0.0741 -0.84361,0.17529 -0.98935,0.36812 -0.14575,0.19281 -0.11704,0.46334 0.023,0.89733 0.14002,0.43399 0.4031,1.02006 0.73632,1.81767 0.42055,1.00648 0.68492,2.3639 0.80535,3.8424 0.12033,1.47848 0.0892,3.08757 -0.046,4.55564 -0.13534,1.46808 -0.38977,2.79812 -0.73632,3.77337 -0.17332,0.48763 -0.35742,0.87646 -0.5752,1.15043 -0.21767,0.27397 -0.45655,0.43715 -0.71325,0.43715 -0.20558,0 -0.34401,-0.18491 -0.39118,-0.48317 -0.0471,-0.29825 -0.0173,-0.70986 0.11506,-1.17342 0.27659,-0.96906 0.48545,-1.95867 0.62126,-2.94508 0.13571,-0.98641 0.20117,-1.98065 0.20708,-2.94506 0.006,-0.96442 -0.0478,-1.90396 -0.16112,-2.80703 -0.11321,-0.90308 -0.28466,-1.75154 -0.50617,-2.55393 -0.22144,-0.80239 -0.48648,-1.54645 -0.80526,-2.20881 -0.31878,-0.66235 -0.69918,-1.24267 -1.10433,-1.72561 -0.40535,-0.48297 -0.83067,-0.86321 -1.31152,-1.12742 -0.48094,-0.2642 -0.99583,-0.40802 -1.54158,-0.41415 -0.24225,-0.003 -0.42888,0.29557 -0.52924,0.8513 -0.10035,0.55575 -0.12717,1.35587 -0.092,2.30084 0.0703,1.88996 0.41472,4.40196 0.98935,6.83349 0.12698,0.53731 0.0884,1.09868 -0.069,1.70261 -0.15748,0.60394 -0.43433,1.23133 -0.82833,1.8637 -0.39399,0.63234 -0.89013,1.28705 -1.47255,1.90967 -0.58232,0.62265 -1.2558,1.21993 -1.97871,1.79467 -0.72282,0.57472 -1.50856,1.12193 -2.32375,1.61058 -0.8154,0.48866 -1.67128,0.92408 -2.53094,1.28847 -0.85974,0.36441 -1.7208,0.64933 -2.57698,0.8513 -0.85609,0.20199 -1.70336,0.32074 -2.50796,0.32212 -1.00904,0.002 -1.67906,-0.0831 -2.04764,-0.20707 -0.18438,-0.062 -0.28408,-0.12645 -0.32216,-0.20707 -0.0382,-0.0806 -0.007,-0.18538 0.092,-0.27611 0.19761,-0.18146 0.64498,-0.35844 1.3345,-0.52918 0.68951,-0.17075 1.60778,-0.32233 2.71503,-0.41416 0.96536,-0.08 2.16113,-0.50778 3.40522,-1.1274 1.24408,-0.61964 2.55438,-1.43087 3.72736,-2.32385 1.1729,-0.89298 2.21582,-1.86087 2.96808,-2.76101 0.37609,-0.45006 0.66898,-0.88653 0.87429,-1.28846 0.20539,-0.40194 0.33115,-0.76086 0.32216,-1.08139 -0.007,-0.24956 -0.50562,-3.44207 -1.10444,-7.08658 -0.388,-2.36166 -0.6657,-4.32115 -0.82834,-6.05122 -0.16261,-1.73007 -0.22096,-3.24137 -0.13804,-4.6937 0.083,-1.45233 0.29552,-2.84315 0.64421,-4.37159 0.34881,-1.52844 0.8378,-3.17245 1.47255,-5.13087 0.44286,-1.3664 0.71495,-2.68987 0.82833,-3.91143 0.11338,-1.22155 0.0737,-2.35078 -0.092,-3.38222 -0.16572,-1.03145 -0.45673,-1.96495 -0.85129,-2.76102 -0.39458,-0.79604 -0.89953,-1.46332 -1.47255,-1.97872 -0.57314,-0.51538 -1.23152,-0.8689 -1.93267,-1.05838 -0.70125,-0.18946 -1.45285,-0.20473 -2.23185,-0.023 -0.77909,0.18174 -1.56332,0.55223 -2.3698,1.15042 -0.80657,0.5982 -1.63227,1.42496 -2.41596,2.4849 -0.50138,0.67823 -1.59044,1.63272 -3.01402,2.71498 -1.42378,1.08229 -3.16597,2.27691 -4.94688,3.40525 -1.78092,1.12835 -3.60368,2.19766 -5.17685,3.01411 -1.57318,0.81644 -2.90402,1.39499 -3.70439,1.54155 -0.96986,0.17759 -1.90679,0.43465 -2.78398,0.78228 -0.87727,0.34763 -1.70392,0.77194 -2.48487,1.26546 -0.78106,0.49354 -1.50463,1.06435 -2.1859,1.67963 -0.68117,0.61527 -1.3088,1.28885 -1.8866,2.00171 -0.57783,0.71285 -1.11683,1.46853 -1.58755,2.25482 -0.47089,0.7863 -0.88234,1.60333 -1.24248,2.43889 -0.72047,1.67113 -1.21613,3.40752 -1.47255,5.13086 -0.1283,0.86168 -0.20024,1.71544 -0.20708,2.55393 -0.007,0.8385 0.0659,1.67073 0.18401,2.4619 0.11818,0.79118 0.28258,1.55815 0.52923,2.27783 0.24668,0.71969 0.56452,1.37768 0.94332,2.00173 0.37881,0.62406 0.81989,1.19836 1.33449,1.70261 0.51461,0.50429 1.09478,0.95116 1.74866,1.31149 0.65397,0.36034 1.38899,0.63606 2.1858,0.82832 0.79691,0.19222 1.65655,0.29909 2.59996,0.29909 0.52886,0 1.18706,0.13868 1.7946,0.34512 0.60755,0.20646 1.17159,0.49204 1.56456,0.80529 0.67104,0.53486 0.98063,0.80988 0.82833,0.89734 -0.15222,0.0874 -0.76878,-0.0279 -1.97873,-0.2531 -0.64131,-0.11936 -1.1092,-0.19272 -1.40342,-0.20707 -0.29429,-0.0144 -0.40282,0.029 -0.29918,0.20707 0.20727,0.35622 1.25516,1.17935 3.35926,2.83004 1.68825,1.32446 3.42659,2.55916 5.19982,3.70434 1.77324,1.14516 3.58407,2.20873 5.42998,3.17516 1.84591,0.96642 3.73075,1.85771 5.63715,2.64595 1.90622,0.78827 3.8205,1.48312 5.77503,2.09377 1.95452,0.61065 3.9458,1.13097 5.93614,1.56457 1.99034,0.43362 3.99128,0.77823 6.00526,1.03538 2.01398,0.25716 4.02581,0.42492 6.05113,0.50618 2.02534,0.0813 4.07279,0.0711 6.09728,-0.023 2.02448,-0.0941 4.03986,-0.28338 6.05113,-0.55221 2.01125,-0.26881 3.99635,-0.61538 5.9822,-1.05837 1.98582,-0.443 3.96501,-0.97098 5.91316,-1.58758 1.94814,-0.6166 3.87696,-1.32712 5.7751,-2.11676 1.89817,-0.78965 3.77811,-1.66084 5.614,-2.62297 1.83597,-0.96212 3.62252,-2.01813 5.38401,-3.15215 1.76142,-1.13401 3.47913,-2.35297 5.15389,-3.65833 1.67465,-1.30536 3.30204,-2.68838 4.87775,-4.1645 1.72577,-1.61665 3.3164,-3.17285 4.7397,-4.67071 1.42341,-1.49784 2.68315,-2.93579 3.81939,-4.34859 1.13631,-1.41278 2.14968,-2.80308 3.01421,-4.1645 0.86435,-1.36145 1.57787,-2.70567 2.1857,-4.04948 0.60784,-1.34381 1.10603,-2.68957 1.47256,-4.04946 0.36651,-1.35992 0.61879,-2.73182 0.75929,-4.14153 0.14039,-1.40971 0.16244,-2.85534 0.092,-4.34857 -0.0704,-1.49324 -0.24018,-3.03722 -0.50617,-4.6477 -0.37758,-2.28664 -0.55082,-3.59753 -0.50617,-4.4176 0.0222,-0.41004 0.0927,-0.7014 0.23006,-0.92034 0.1374,-0.21896 0.33942,-0.36131 0.59828,-0.50618 0.53833,-0.30128 1.01149,-0.78931 1.44947,-1.42654 0.43808,-0.6372 0.84042,-1.43038 1.17345,-2.34683 0.33295,-0.91646 0.60512,-1.94412 0.82833,-3.08314 0.22313,-1.13901 0.39738,-2.37645 0.50617,-3.68133 0.2174,-2.60974 0.19985,-5.51099 -0.069,-8.44407 -0.13448,-1.46655 -0.3351,-2.93224 -0.59826,-4.3946 -0.26317,-1.46235 -0.59282,-2.92412 -0.98936,-4.32557 -0.96207,-3.40034 -1.45276,-5.09604 -1.49552,-6.2813 -0.0214,-0.59262 0.0836,-1.05823 0.27612,-1.54156 0.19234,-0.48331 0.47886,-0.98628 0.87426,-1.6566 0.62913,-1.06627 1.00794,-1.8956 1.17346,-2.78401 0.16554,-0.88841 0.12286,-1.82613 -0.069,-3.10613 -0.14819,-0.98837 -0.20504,-1.78928 -0.16104,-2.34687 0.0439,-0.55757 0.18804,-0.8743 0.41416,-0.8743 0.20136,0 0.37345,0.0945 0.52914,0.27609 0.1557,0.18162 0.28211,0.45683 0.3912,0.7823 0.21805,0.65093 0.34232,1.5541 0.3681,2.55392 0.0257,0.99981 -0.0326,2.08248 -0.20708,3.12914 -0.17453,1.04667 -0.44586,2.03855 -0.82833,2.83002 -0.36754,0.76083 -0.64665,1.33591 -0.82831,1.84068 -0.18158,0.50477 -0.28484,0.95209 -0.27612,1.44952 0.0175,0.99488 0.43724,2.21285 1.24249,4.67071 0.39775,1.21399 0.7109,2.57502 0.96637,4.00346 0.25539,1.42844 0.4544,2.93679 0.5752,4.48663 0.1208,1.54982 0.16722,3.13851 0.16103,4.71671 -0.006,1.57821 -0.0817,3.13414 -0.20698,4.6477 -0.1254,1.51356 -0.29234,2.9697 -0.52925,4.32557 -0.23698,1.35588 -0.53364,2.62221 -0.87435,3.72735 -0.34073,1.10516 -0.73652,2.06865 -1.17339,2.83004 -0.43684,0.76138 -0.92427,1.309 -1.44957,1.63359 -0.23989,0.14824 -0.34531,0.69575 -0.32206,1.61059 0.0232,0.91484 0.17502,2.2051 0.46013,3.8424 0.24796,1.42411 0.40543,2.8313 0.43723,4.23354 0.0316,1.40223 -0.0647,2.79892 -0.25314,4.18752 -0.18841,1.38861 -0.48506,2.78128 -0.89734,4.16451 -0.4123,1.38324 -0.92455,2.75539 -1.56456,4.14151 -0.64,1.38611 -1.40633,2.76728 -2.27789,4.16452 -0.87148,1.39724 -1.8612,2.8169 -2.96799,4.23354 -1.10696,1.41662 -2.33538,2.83529 -3.68131,4.27956 -1.34613,1.44427 -2.80564,2.91443 -4.39467,4.39459 -2.70641,2.52107 -5.42323,4.80131 -8.16799,6.8335 -2.74476,2.03217 -5.51851,3.81222 -8.32903,5.36095 -2.81042,1.54874 -5.65554,2.86373 -8.55908,3.93442 -2.90364,1.07071 -5.85718,1.88684 -8.88124,2.48492 -3.02406,0.59808 -6.12343,0.97351 -9.29539,1.1044 -3.17197,0.13086 -6.40837,0.0318 -9.75553,-0.29911 -3.34725,-0.33093 -6.80396,-0.89233 -10.35379,-1.6796 -3.54983,-0.7873 -7.19514,-1.79887 -10.97503,-3.03712 -2.05487,-0.67316 -4.14079,-1.48471 -6.18919,-2.39287 -2.04849,-0.90815 -4.05777,-1.92791 -6.02823,-3.0141 -1.97046,-1.08619 -3.88531,-2.24396 -5.706,-3.45125 -1.82087,-1.2073 -3.55452,-2.45591 -5.15396,-3.72736 -1.59945,-1.27146 -3.06515,-2.56372 -4.3716,-3.8424 -1.30645,-1.27867 -2.46331,-2.54444 -3.40522,-3.77337 -0.94189,-1.22895 -1.6801,-2.42103 -2.18578,-3.5433 -0.50571,-1.12225 -0.76146,-2.17049 -0.75931,-3.12913 0.002,-0.88736 0.145,-1.84753 0.41417,-2.85304 0.26917,-1.0055 0.64263,-2.04793 1.12741,-3.10613 0.48478,-1.0582 1.07667,-2.12971 1.72568,-3.17516 0.64881,-1.04544 1.35521,-2.06985 2.11677,-3.03709 0.76146,-0.96726 1.57027,-1.89141 2.39289,-2.71499 0.8225,-0.82361 1.67577,-1.54829 2.50784,-2.1628 0.83208,-0.61451 1.64878,-1.10955 2.43884,-1.44952 0.79025,-0.33999 1.55826,-0.5292 2.25482,-0.5292 0.55888,0 1.22252,-0.1483 1.97871,-0.39115 0.75631,-0.24281 1.59636,-0.59008 2.46202,-1.01235 1.73111,-0.84458 3.58208,-1.97013 5.22278,-3.15214 1.64081,-1.18203 3.06516,-2.41593 3.91148,-3.42825 0.42317,-0.50617 0.71269,-0.94283 0.80535,-1.31149 0.0925,-0.36866 -0.0191,-0.66054 -0.34522,-0.82831 -1.13333,-0.58324 -2.40283,-1.45095 -3.68132,-2.43888 -1.27842,-0.98793 -2.54444,-2.10898 -3.68133,-3.22118 -1.13689,-1.11219 -2.14434,-2.19613 -2.853,-3.15214 -0.70865,-0.956 -1.13361,-1.78144 -1.1274,-2.30084 0.006,-0.5395 0.11329,-1.08387 0.2761,-1.61059 0.16281,-0.52672 0.37561,-1.03998 0.64422,-1.47253 0.26861,-0.43254 0.59649,-0.7784 0.92033,-1.03538 0.32385,-0.25696 0.66082,-0.41414 0.98936,-0.41414 0.39935,0 0.6339,-0.12293 0.7593,-0.32212 0.12528,-0.1992 0.12895,-0.47526 0.023,-0.75929 -0.10605,-0.28401 -0.30358,-0.5738 -0.59827,-0.8283 -0.29457,-0.25448 -0.68679,-0.46461 -1.12731,-0.5752 -1.44273,-0.36209 -2.71842,-0.90608 -3.84245,-1.6336 -1.12403,-0.7275 -2.08215,-1.65245 -2.89904,-2.761 -0.81689,-1.10855 -1.48051,-2.40624 -2.00169,-3.91143 -0.52127,-1.50519 -0.9134,-3.21342 -1.15049,-5.13087 -0.21299,-1.72257 -0.4785,-3.34179 -0.78227,-4.85476 -0.30378,-1.51297 -0.63289,-2.90735 -1.01234,-4.18753 -0.37956,-1.28017 -0.80235,-2.45004 -1.24249,-3.47426 -0.44014,-1.02421 -0.89492,-1.92393 -1.38045,-2.66895 -0.48562,-0.74506 -1.00258,-1.32896 -1.51859,-1.77166 -0.51602,-0.44272 -1.03334,-0.73411 -1.56456,-0.85131 -0.53129,-0.1172 -1.0792,-0.0705 -1.61061,0.16107 -0.53138,0.2315 -1.04806,0.63907 -1.56454,1.24244 -1.0777,1.25908 -2.00291,2.60951 -2.78406,4.02647 -0.78106,1.41695 -1.42303,2.9027 -1.9096,4.44061 -0.48665,1.53789 -0.81819,3.14081 -1.01243,4.76273 -0.19433,1.62193 -0.25706,3.27779 -0.16103,4.9468 0.096,1.66901 0.35208,3.33666 0.73622,5.01583 0.38416,1.67917 0.89444,3.36341 1.56456,5.01582 0.6702,1.65241 1.48492,3.28906 2.43893,4.87778 0.95399,1.58871 2.0545,3.13659 3.29024,4.62468 1.13349,1.3649 2.0152,2.535 2.62293,3.45127 0.60773,0.91624 0.93242,1.56165 0.98935,1.88667 0.0284,0.16252 -10e-4,0.24213 -0.11507,0.23009 -0.11387,-0.012 -0.2928,-0.11771 -0.55212,-0.32211 -0.51892,-0.40882 -1.34238,-1.19967 -2.46201,-2.48491 -1.29463,-1.4863 -2.45355,-2.92943 -3.47423,-4.30258 -1.02069,-1.37311 -1.89515,-2.69059 -2.64601,-3.95744 -0.75068,-1.26684 -1.37867,-2.46783 -1.86364,-3.63531 -0.48489,-1.16747 -0.83518,-2.30723 -1.05839,-3.38222 -0.43471,-2.09409 -0.66242,-3.12855 -0.94331,-3.42827 -0.1404,-0.14985 -0.27592,-0.11731 -0.48319,0.069 -0.20728,0.18634 -0.48403,0.51877 -0.82832,0.96636 -0.60455,0.78582 -1.10931,1.60522 -1.51851,2.46189 -0.40928,0.8567 -0.70566,1.74541 -0.92032,2.66899 -0.21478,0.92357 -0.3474,1.88957 -0.36811,2.87604 -0.0209,0.98647 0.0576,1.99173 0.23006,3.03711 0.17247,1.04536 0.44022,2.12091 0.80524,3.22118 0.36502,1.10027 0.82355,2.23105 1.38054,3.38223 0.55692,1.15117 1.20742,2.32217 1.95575,3.52028 0.74813,1.19808 1.59203,2.44032 2.53093,3.68134 0.9645,1.27491 1.80296,2.47309 2.34683,3.40523 0.54377,0.93214 0.80656,1.58627 0.66719,1.72563 -0.10691,0.10688 -0.32046,0.0402 -0.62124,-0.18406 -0.30077,-0.22424 -0.68558,-0.599 -1.12742,-1.0814 -0.88355,-0.9648 -1.99877,-2.37482 -3.12909,-3.93444 -1.13033,-1.55961 -2.29018,-3.28407 -3.24419,-4.85475 -0.954,-1.5707 -1.7161,-2.98245 -2.07072,-3.98046 -0.2097,-0.59 -0.35171,-1.04006 -0.48319,-1.31147 -0.13158,-0.27143 -0.23812,-0.37044 -0.34513,-0.27611 -0.21412,0.18864 -0.43732,1.14858 -0.87428,3.08313 -0.37159,1.64466 -0.56863,3.08328 -0.52925,4.46362 0.0197,0.69016 0.10421,1.35825 0.25314,2.04774 0.14884,0.68951 0.3486,1.38432 0.64422,2.11677 0.59123,1.46491 1.50021,3.07143 2.78397,4.96982 1.28385,1.89838 2.94463,4.10669 5.06185,6.78746 1.54975,1.96227 2.90459,3.77693 3.84246,5.15387 0.93779,1.37695 1.46129,2.31201 1.3344,2.4389 -0.13495,0.1349 -0.21627,0.22863 -0.36812,0.20708 -0.15183,-0.0216 -0.37241,-0.16847 -0.73622,-0.5522 -0.72769,-0.76749 -2.06275,-2.46245 -4.80883,-5.91315 -1.20675,-1.51654 -2.13036,-2.65815 -2.85299,-3.47427 -0.72263,-0.81612 -1.25037,-1.29831 -1.65666,-1.49555 -0.20313,-0.0986 -0.37365,-0.13283 -0.52914,-0.092 -0.15558,0.0408 -0.30818,0.15208 -0.43715,0.32212 -0.25791,0.34011 -0.48186,0.92973 -0.75929,1.72564 -0.48563,1.39294 -0.74711,2.81359 -0.80534,4.23354 -0.0582,1.41994 0.10504,2.84182 0.4602,4.23355 0.35517,1.39169 0.90214,2.74123 1.65657,4.04946 0.75452,1.30823 4.82088,-0.0662 5.96049,1.10332 0.84623,0.86849 -1.67829,4.2181 -1.33576,4.76382 0.32055,0.51054 0.37683,0.84327 0.29907,1.01237 0.50927,-0.53396 0.93571,-1.13001 1.10444,-1.79465 3.1489,10.44719 12.8939,17.03091 21.46686,22.8703 23.36983,14.57431 55.41801,17.6883 79.56297,3.12916 9.70599,-5.452 18.37172,-12.88664 24.64193,-22.13407 13.48234,11.00849 33.62513,7.98826 47.2592,-1.12739 18.12029,-12.1851 24.92058,-35.04995 26.55162,-55.91036 1.32896,-15.91637 -0.89397,-32.13956 -2.00169,-47.7654 11.32626,6.60386 13.65077,21.03201 13.64392,33.10906 -0.10353,19.50526 -5.24793,39.9007 -18.70569,54.46083 -13.94808,15.96438 -33.31027,25.84688 -52.98835,32.87896 -1.87668,1.47678 -9.51486,3.42586 -6.99463,4.6707 12.12589,5.31502 25.83219,1.3005 36.49133,-5.42998 23.59369,-13.08922 44.46417,-34.07828 50.31939,-61.20227 -0.30163,6.7725 -2.51837,13.5013 -2.80705,20.17834 0.81893,2.03909 -2.64395,3.39084 -3.63527,5.06184 -2.92109,2.26925 -6.50778,7.81998 -2.55401,10.72191 5.72391,1.66808 10.18723,-4.14904 13.82802,-7.61577 3.70985,-3.67316 5.21531,-9.56507 9.96262,-11.98737 2.48516,4.63282 2.05983,10.33465 4.46368,15.09349 4.89334,14.0427 13.48618,26.68293 16.81909,41.30004 -3.2426,-5.30374 -9.23614,-8.33662 -15.36952,-8.55912 3.33394,7.94585 8.71027,15.54528 7.86882,24.59595 0.55343,5.84657 -1.09618,12.19032 0.87437,17.76248 2.21741,3.43977 7.87959,2.01296 8.32902,-2.04778 0.88207,-0.30969 1.79443,3.3096 2.32377,4.60166 2.2355,5.09476 -1.04648,9.75394 -3.47424,14.05815 -4.37723,10.30725 -8.13451,21.20718 -15.59967,29.7498 -9.24475,11.51464 -21.76773,20.00395 -35.75501,24.61896 -3.07068,2.58195 -6.96096,4.36239 -10.95197,4.46362 7.05774,-4.83587 12.99126,-11.01861 17.04913,-18.56771 0.31494,2.11389 1.94834,3.48276 3.77343,3.91143 -0.0763,-0.12114 -0.18411,-0.18981 -0.18411,-0.52925 0,-0.74267 0.43049,-1.97422 1.1504,-3.49726 0.71999,-1.52298 1.72426,-3.33426 2.87615,-5.17684 1.15179,-1.84266 2.45449,-3.72847 3.75027,-5.42998 1.29585,-1.70153 2.59872,-3.20285 3.75044,-4.30261 2.49322,-2.38064 5.92,-5.32029 8.83518,-7.66175 1.45755,-1.17073 2.77084,-2.19283 3.7964,-2.9221 1.02555,-0.72921 1.74341,-1.17338 1.97872,-1.17338 0.29196,0 0.42869,0.0874 0.36811,0.29906 -0.0606,0.21167 -0.31767,0.53696 -0.75921,0.98941 -0.88336,0.90487 -2.55269,2.32858 -5.13097,4.37158 -2.4682,1.95589 -4.51134,3.64334 -6.23525,5.17685 -1.7238,1.53357 -3.11728,2.90862 -4.32553,4.27955 -1.20835,1.371 -2.23044,2.74237 -3.15218,4.21057 -0.92174,1.4682 -1.75888,3.02967 -2.62294,4.85472 -1.43963,3.0408 -2.51002,5.05862 -3.2212,6.05124 -0.26381,0.36837 -0.40995,0.46362 -0.5752,0.5522 1.96071,0.34193 4.07636,-0.42547 5.01581,-2.55395 2.04203,-5.31652 5.18154,-9.94301 9.41049,-13.80503 7.73207,-7.51229 16.21144,-14.4684 21.30574,-24.18176 -8.77685,2.4221 -17.94855,4.76652 -24.43493,11.57317 -2.42722,2.02695 -5.77738,6.41767 -6.99454,7.63878 3.72184,-7.32911 7.32222,-15.86657 14.93247,-19.87923 0.2671,-0.21182 0.42457,-0.43742 0.62123,-0.6672 -0.32046,0.0601 -0.95719,0.005 -2.00169,-0.18408 -2.16731,-0.3917 -3.71162,-0.70078 -4.85488,-0.87431 -1.14316,-0.17355 -1.89176,-0.21043 -2.39287,-0.0231 -0.25041,0.0937 -0.43657,0.24946 -0.59817,0.46018 -0.1615,0.21079 -0.29374,0.48269 -0.41416,0.8283 -0.24066,0.69128 -0.44306,1.67618 -0.80525,3.01414 -0.59313,2.19105 -1.29493,4.41224 -2.11678,6.67243 -0.82195,2.26018 -1.75185,4.55743 -2.78406,6.85649 -1.03213,2.29906 -2.1812,4.59483 -3.40523,6.90251 -1.22409,2.30768 -2.53711,4.61647 -3.93445,6.90251 -1.39732,2.28604 -2.86546,4.55338 -4.41754,6.78744 -1.55218,2.23413 -3.18941,4.45161 -4.87775,6.60343 -1.68845,2.15182 -3.43992,4.24201 -5.24597,6.28126 -1.80616,2.03931 -3.66267,4.0167 -5.56803,5.91318 -1.86862,1.85989 -3.26567,3.26404 -4.1875,4.30254 -0.46106,0.51935 -0.81585,0.93379 -1.03541,1.28846 -0.21963,0.35474 -0.30086,0.63415 -0.2761,0.85135 0.0247,0.21727 0.16487,0.37624 0.43713,0.48314 0.27227,0.10697 0.67359,0.16028 1.19644,0.18406 1.04573,0.0476 2.58102,-0.039 4.6477,-0.16103 2.43368,-0.14363 4.37469,-0.2719 5.95922,-0.46016 1.58444,-0.18826 2.82954,-0.42401 3.8884,-0.75931 1.05885,-0.33522 1.92733,-0.77279 2.78397,-1.35745 0.85666,-0.58468 1.69107,-1.31837 2.669,-2.25483 1.09065,-1.04446 2.33069,-1.94684 4.00347,-2.83006 1.67269,-0.88308 3.78188,-1.75077 6.62643,-2.78398 2.3018,-0.83611 4.64281,-1.96378 6.99452,-3.31321 2.3517,-1.34943 4.70876,-2.91503 7.0176,-4.67073 2.30875,-1.75562 4.56828,-3.69725 6.7414,-5.75209 2.17323,-2.05478 4.2674,-4.24156 6.21225,-6.48838 1.94486,-2.24671 3.76021,-4.54785 5.38394,-6.87946 1.62382,-2.3316 3.04666,-4.68516 4.2566,-6.99454 1.20995,-2.30938 2.19555,-4.58445 2.89905,-6.76445 0.3517,-1.09005 0.64355,-2.16059 0.85129,-3.19822 0.20766,-1.03754 0.33905,-2.04225 0.3912,-3.01405 0.0217,-0.40635 0.31296,-1.08071 0.78228,-1.86371 0.46931,-0.78296 1.10443,-1.68023 1.7946,-2.46186 0.70978,-0.80372 1.36601,-1.65566 1.93277,-2.57696 0.56665,-0.92128 1.05237,-1.8933 1.47254,-2.89904 0.42007,-1.00575 0.76539,-2.04896 1.03531,-3.10616 0.26993,-1.05713 0.45909,-2.14564 0.5752,-3.22119 0.11611,-1.07546 0.15616,-2.13737 0.11508,-3.19812 -0.0412,-1.06074 -0.1661,-2.11617 -0.36821,-3.12914 -0.20201,-1.01296 -0.48469,-1.98998 -0.8512,-2.92209 -0.36654,-0.93205 -0.8,-1.80476 -1.3345,-2.62297 -1.10575,-1.6923 -1.70392,-2.56618 -2.02478,-2.78396 -0.16036,-0.1089 -0.27019,-0.0621 -0.32205,0.13804 -0.052,0.2002 -0.0441,0.54285 -0.0461,1.01238 -0.002,0.55677 -0.0951,1.05955 -0.23005,1.42651 -0.13507,0.36695 -0.32675,0.59822 -0.52925,0.59822 -0.2461,0 -0.41538,-0.0716 -0.52914,-0.27609 -0.11386,-0.20447 -0.1616,-0.5377 -0.13806,-1.0584 0.0469,-1.04137 0.36305,-2.821 0.98927,-5.7981 0.50523,-2.40142 0.90447,-4.57833 1.17346,-6.5804 0.26898,-2.00204 0.4015,-3.83013 0.43714,-5.56804 0.0356,-1.73792 -0.0351,-3.38374 -0.23006,-4.9928 -0.19499,-1.60908 -0.49755,-3.19326 -0.92033,-4.80876 -0.63334,-2.42018 -2.04859,-6.51328 -3.81938,-11.25109 -1.77079,-4.73783 -3.91185,-10.12679 -5.95913,-15.0935 -2.04737,-4.96671 -4.01332,-9.52478 -5.47602,-12.6316 -0.73145,-1.55342 -1.32482,-2.73144 -1.74866,-3.42824 -0.21195,-0.34841 -0.39136,-0.58196 -0.50617,-0.66725 -0.11489,-0.0853 -0.17978,-0.0264 -0.18409,0.18407 -0.019,0.9233 -0.10898,1.41577 -0.25314,1.58759 -0.14405,0.17178 -0.32346,0.0251 -0.50616,-0.36816 -0.18261,-0.39325 -0.37158,-1.02274 -0.50618,-1.79464 -0.13458,-0.7719 -0.23005,-1.68186 -0.23005,-2.64596 0,-1.14115 -0.12493,-2.33853 -0.34513,-3.5433 -0.22012,-1.20474 -0.5329,-2.42763 -0.92035,-3.61231 -0.38742,-1.18467 -0.83244,-2.3243 -1.33448,-3.40522 -0.50204,-1.08094 -1.06982,-2.09762 -1.63358,-2.99111 -0.56375,-0.8935 -1.12996,-1.67844 -1.70261,-2.30083 -0.57266,-0.6224 -1.15077,-1.08989 -1.67963,-1.35749 -0.52886,-0.26762 -1.0173,-0.33191 -1.44957,-0.16107 -0.43217,0.17086 -0.79859,0.57246 -1.08136,1.26546 -0.72141,1.76782 -1.81197,3.77464 -3.1291,5.84413 -1.31714,2.06948 -2.86126,4.21491 -4.50965,6.25827 -1.64849,2.04337 -3.39255,3.99363 -5.10782,5.68308 -1.71536,1.68946 -3.40605,3.11078 -4.92381,4.1185 -0.57202,0.37976 -1.04029,0.60007 -1.40352,0.69026 -0.36333,0.0902 -0.60876,0.0657 -0.71325,-0.069 -0.10458,-0.13476 -0.0664,-0.37216 0.13806,-0.66724 0.20435,-0.29509 0.56384,-0.66761 1.12731,-1.05839 1.69501,-1.17548 3.32699,-2.51042 4.87786,-3.95743 1.55086,-1.447 3.034,-2.99969 4.39458,-4.62469 1.36046,-1.625 2.60342,-3.30632 3.72737,-5.01582 1.12383,-1.70952 2.12698,-3.45335 2.96807,-5.15387 0.84097,-1.70053 1.51278,-3.37178 2.02466,-4.96981 0.51207,-1.59806 0.8528,-3.10759 0.98946,-4.50965 0.13665,-1.40205 0.0778,-2.68382 -0.20709,-3.79638 -0.14254,-0.55629 -0.34176,-1.07519 -0.59826,-1.54156 -0.25651,-0.46639 -0.56703,-0.87766 -0.94331,-1.24246 -0.75911,-0.73569 -1.39348,-1.26256 -1.90969,-1.54156 -0.5162,-0.27899 -0.90955,-0.31654 -1.21942,-0.11503 -0.30997,0.20149 -0.52708,0.65174 -0.66729,1.35749 -0.14021,0.70574 -0.22302,1.6653 -0.23006,2.89904 -0.0113,1.98507 -0.13393,3.87696 -0.39119,5.68308 -0.25725,1.80611 -0.64169,3.53213 -1.15038,5.17688 -0.5088,1.64478 -1.14411,3.21569 -1.9097,4.71673 -0.76558,1.50103 -1.66414,2.92766 -2.69196,4.30256 -0.59179,0.79157 -1.00962,1.19779 -1.26546,1.31148 -0.12802,0.0568 -0.20474,0.0354 -0.25314,-0.046 -0.0484,-0.0815 -0.0742,-0.21515 -0.046,-0.41416 0.0564,-0.39797 0.27603,-1.0052 0.62115,-1.74862 0.34514,-0.74343 0.81623,-1.63129 1.4265,-2.55395 0.806,-1.21843 1.52112,-2.60445 2.11678,-4.11848 0.59582,-1.51405 1.08614,-3.16015 1.47253,-4.9008 0.38659,-1.74064 0.67302,-3.57777 0.8514,-5.47599 0.1782,-1.89821 0.23598,-3.85734 0.20699,-5.84413 -0.0289,-1.98678 -0.15588,-3.99886 -0.39109,-6.00519 -0.23512,-2.00632 -0.57201,-4.0023 -1.01234,-5.95916 -0.44042,-1.95685 -0.98907,-3.86769 -1.63367,-5.70607 -0.6446,-1.83838 -1.38393,-3.59504 -2.23176,-5.24591 -0.61954,-1.20647 -1.07741,-2.12294 -1.42649,-2.66898 -0.17463,-0.27301 -0.3156,-0.44273 -0.43723,-0.52918 -0.12164,-0.0865 -0.2205,-0.0914 -0.29909,0.023 -0.15718,0.22878 -0.25529,0.88374 -0.29909,2.00172 -0.0438,1.118 -0.037,2.71016 -0.0461,4.83176 -0.0193,4.5158 -0.2747,8.83601 -0.7592,12.99974 -0.24235,2.08186 -0.53571,4.12134 -0.89735,6.12023 -0.36174,1.99888 -0.78238,3.97089 -1.26547,5.89014 -0.4831,1.91925 -1.02707,3.79408 -1.63367,5.63706 -0.60642,1.84296 -1.29266,3.6599 -2.02467,5.42996 -0.73191,1.77008 -1.51043,3.4994 -2.36991,5.1999 -0.85945,1.7005 -1.79498,3.35852 -2.78395,4.99283 -0.98899,1.63429 -2.03162,3.23729 -3.15219,4.80873 -1.12057,1.57145 -2.31213,3.11274 -3.56634,4.62469 -1.25402,1.51197 -2.5676,3.0078 -3.95742,4.46363 -1.38965,1.45581 -2.86717,2.87653 -4.39457,4.27955 -1.52751,1.40305 -3.11871,2.7879 -4.78576,4.14153 -1.66716,1.35359 -3.39105,2.67288 -5.19993,3.98043 -3.61754,2.61508 -7.53764,5.14181 -11.73422,7.59275 -1.2892,0.75293 -3.3498,1.78505 -5.77512,2.89907 -2.42533,1.11405 -5.21465,2.31934 -7.89188,3.42824 -2.67725,1.10892 -5.2486,2.11547 -7.29363,2.85304 -2.04502,0.73759 -3.56699,1.19644 -4.09557,1.19644 -0.56836,0 -0.81088,-0.0986 -0.75921,-0.2761 0.0517,-0.17751 0.40347,-0.42405 1.08136,-0.78229 1.3557,-0.71645 3.97197,-1.80853 7.86892,-3.26718 2.87521,-1.07625 5.68451,-2.25758 8.39804,-3.52028 2.71345,-1.26271 5.324,-2.61145 7.86891,-4.04948 2.54472,-1.43803 5.01628,-2.9534 7.38562,-4.55566 2.36933,-1.60225 4.64648,-3.28351 6.83349,-5.03882 2.18693,-1.75533 4.28353,-3.57876 6.2813,-5.47601 1.99774,-1.89725 3.90443,-3.86208 5.70608,-5.89014 1.80164,-2.02807 3.48605,-4.13353 5.08492,-6.28128 1.5987,-2.14775 3.0976,-4.3471 4.48658,-6.6034 1.38899,-2.2563 2.67003,-4.57182 3.84245,-6.92552 1.17224,-2.35372 2.24929,-4.73864 3.19813,-7.17862 0.94884,-2.43999 1.7664,-4.91657 2.48488,-7.43171 0.71851,-2.51514 1.33629,-5.08263 1.81768,-7.66178 0.48133,-2.57918 0.84409,-5.19079 1.08138,-7.82285 0.23728,-2.63206 0.33566,-5.28709 0.32216,-7.9609 -0.0136,-2.67382 -0.14284,-5.34849 -0.41418,-8.05294 -0.27132,-2.70444 -0.6836,-5.42102 -1.21941,-8.14495 -0.23043,-1.17074 -0.5826,-2.42447 -1.03541,-3.70435 -0.45281,-1.27989 -1.00913,-2.59541 -1.63358,-3.91143 -1.24885,-2.63204 -2.78762,-5.25411 -4.41764,-7.59275 -0.81501,-1.16933 -1.65093,-2.2807 -2.48489,-3.26719 -0.83403,-0.9865 -1.65984,-1.84628 -2.4619,-2.57695 -0.80216,-0.73066 -1.58152,-1.3238 -2.30087,-1.72563 -0.71935,-0.40183 -1.37003,-0.62121 -1.95564,-0.62121 -0.94304,-1e-5 -1.82163,-0.14695 -2.64601,-0.46017 -0.8243,-0.31323 -1.59353,-0.79629 -2.3698,-1.44952 -0.71485,-0.60146 -1.26566,-1.04031 -1.63368,-1.15043 -0.18402,-0.0551 -0.31287,-0.0245 -0.41416,0.11505 -0.10129,0.13955 -0.16272,0.3772 -0.184,0.75927 -0.0426,0.76416 0.0605,2.07404 0.32206,4.09548 0.26157,2.02146 0.67507,4.75935 1.2195,8.42107 0.53871,3.62368 0.96948,8.2052 1.26538,13.1838 0.29599,4.97858 0.46255,10.35229 0.50626,15.55366 0.0436,5.20136 -0.035,10.22629 -0.25314,14.51828 -0.10906,2.146 -0.26082,4.11473 -0.43713,5.82113 -0.17632,1.70637 -0.37655,3.15431 -0.62125,4.27954 -0.90129,4.14443 -1.88587,7.97172 -2.945,11.5042 -1.05932,3.53248 -2.20118,6.77545 -3.45136,9.73254 -1.25018,2.95709 -2.59836,5.63468 -4.0725,8.05293 -0.73698,1.20912 -1.50162,2.34698 -2.30078,3.42825 -0.79926,1.08126 -1.6424,2.10214 -2.50797,3.06012 -0.86555,0.95796 -1.75605,1.85271 -2.69195,2.69198 -0.936,0.83925 -1.91147,1.62175 -2.92202,2.34685 -1.01056,0.72509 -2.06294,1.3862 -3.15218,2.00172 -1.08925,0.61552 -2.21018,1.19211 -3.38223,1.70263 -2.34402,1.021 -4.8697,1.83352 -7.56973,2.46189 -2.70012,0.62836 -5.585,1.06223 -8.67416,1.33449 -1.34359,0.11841 -2.73022,0.16959 -4.11855,0.13805 -1.38833,-0.0316 -2.76915,-0.13681 -4.14155,-0.29911 -1.37227,-0.1623 -2.73087,-0.39341 -4.02635,-0.66725 -1.29559,-0.27383 -2.54641,-0.60019 -3.70439,-0.96634 -1.15799,-0.36616 -2.21553,-0.7572 -3.17515,-1.19644 -0.95965,-0.43925 -1.80738,-0.91039 -2.50787,-1.40351 -0.70058,-0.49313 -1.25299,-1.01377 -1.63368,-1.54158 -0.38067,-0.52777 -0.59817,-1.06733 -0.59817,-1.61057 0,-0.26223 0.0326,-0.45551 0.16103,-0.52919 0.1285,-0.0737 0.35377,-0.0226 0.71325,0.13805 0.71916,0.32132 1.9985,1.13557 4.25661,2.66897 1.18463,0.80452 2.42496,1.51679 3.68133,2.11678 1.25628,0.59997 2.52943,1.09294 3.84236,1.49554 1.31291,0.40258 2.64909,0.70797 4.00346,0.92033 1.35439,0.21236 2.73784,0.33885 4.11856,0.36813 1.38064,0.0293 2.77254,-0.0374 4.16443,-0.18406 1.39188,-0.14666 2.77646,-0.37479 4.1646,-0.69025 1.38795,-0.31547 2.77234,-0.71933 4.14143,-1.19643 1.36911,-0.47712 2.73746,-1.02501 4.07252,-1.65662 1.33496,-0.63161 2.64864,-1.33781 3.93445,-2.11676 1.28582,-0.77897 2.52877,-1.63477 3.75035,-2.55394 1.22147,-0.91916 2.40113,-1.91585 3.54326,-2.96808 1.14214,-1.05222 2.24264,-2.15806 3.29023,-3.33621 1.0476,-1.17815 2.05309,-2.40743 2.99106,-3.70434 0.93805,-1.29692 1.80971,-2.66397 2.62302,-4.07249 0.81323,-1.40854 1.55828,-2.85859 2.23176,-4.3716 0.67348,-1.51298 1.27615,-3.08338 1.7946,-4.6937 0.82975,-2.57664 1.591,-5.18242 2.25483,-7.82284 0.66392,-2.64043 1.22701,-5.31409 1.72568,-8.02993 0.49876,-2.71584 0.93122,-5.48013 1.26546,-8.28301 0.33436,-2.80289 0.58871,-5.65755 0.75931,-8.55913 0.17051,-2.90156 0.24563,-5.84635 0.25304,-8.85822 0.007,-3.01187 -0.0521,-6.09254 -0.20699,-9.22636 -0.15494,-3.13378 -0.39673,-6.32713 -0.71335,-9.59448 -0.31653,-3.26737 -0.71878,-6.5961 -1.19644,-10.00864 -0.46246,-3.30386 -0.8437,-6.41374 -1.08135,-8.7662 -0.23767,-2.35246 -0.33192,-3.94514 -0.23007,-4.21053 0.10176,-0.26538 0.10336,-0.59794 0.023,-0.92034 -0.0805,-0.32239 -0.23644,-0.65054 -0.46022,-0.87431 -0.53392,-0.53395 -0.76923,-0.88204 -0.78227,-1.08139 -0.013,-0.19936 0.41055,-0.14026 0.77097,-0.0443 0.36041,0.0959 0.64455,0.22154 1.23081,0.57349 0.58617,0.35194 1.2453,0.83484 1.9097,1.40351 0.59601,0.51015 1.20478,0.94868 1.81767,1.31148 0.61281,0.36278 1.23959,0.65378 1.86366,0.87432 0.62414,0.22053 1.25693,0.35377 1.8867,0.43716 0.62978,0.0834 1.25684,0.11765 1.88671,0.069 0.62987,-0.0486 1.26227,-0.16955 1.88662,-0.34514 0.62434,-0.17556 1.25046,-0.41585 1.86373,-0.71325 1.22663,-0.59479 2.41745,-1.43349 3.56625,-2.4849 1.14889,-1.05143 2.24074,-2.30619 3.26724,-3.77336 1.02642,-1.46721 1.99373,-3.15077 2.853,-4.99284 0.85927,-1.84208 1.60732,-3.8521 2.25483,-6.02819 0.6475,-2.1761 1.19643,-4.50229 1.58761,-6.97154 0.30145,-1.90291 0.37487,-3.72002 0.27612,-5.40696 -0.0987,-1.68695 -0.38321,-3.23809 -0.80535,-4.6477 -0.42213,-1.4096 -0.98777,-2.67947 -1.65655,-3.75037 -0.6689,-1.07089 -1.43908,-1.95213 -2.27781,-2.62294 -0.83883,-0.67081 -1.73693,-1.12512 -2.66898,-1.33449 -0.46613,-0.10468 -0.95166,-0.16023 -1.4265,-0.13805 -0.47504,0.0222 -0.95232,0.11937 -1.42659,0.2761 -0.47428,0.15672 -0.93957,0.39132 -1.40352,0.69026 -0.46398,0.29893 -0.91331,0.65559 -1.35748,1.1044 -0.44417,0.44881 -0.87381,0.98121 -1.28845,1.58758 -0.41472,0.60637 -0.82081,1.29916 -1.19644,2.07075 -0.32675,0.67106 -0.68388,1.27869 -1.08144,1.81765 -0.39748,0.53897 -0.82608,0.99889 -1.26537,1.38052 -0.43939,0.38159 -0.90552,0.6753 -1.35757,0.87431 -0.45205,0.199 -0.89876,0.30796 -1.33449,0.2991 -0.19358,-0.004 -0.32882,-0.0282 -0.3911,-0.092 -0.0624,-0.0638 -0.0466,-0.17428 0.023,-0.2991 0.13919,-0.24968 0.54885,-0.62683 1.21952,-1.12742 0.49698,-0.37095 0.86556,-0.64032 1.10434,-0.96635 0.23879,-0.32604 0.33792,-0.70322 0.2991,-1.26546 -0.0389,-0.56225 -0.21628,-1.31328 -0.55222,-2.39287 -0.33576,-1.07959 -0.82027,-2.47053 -1.47256,-4.34858 -1.14176,-3.2876 -2.17528,-6.10274 -3.10603,-8.44406 -0.93083,-2.34132 -1.77417,-4.21487 -2.50796,-5.63707 -0.73368,-1.42218 -1.35906,-2.39185 -1.90969,-2.92206 -0.27535,-0.2651 -0.52708,-0.43597 -0.75929,-0.48317 -0.23222,-0.0472 -0.45346,0.0168 -0.64422,0.18407 -0.97397,0.85383 -2.49426,1.76082 -3.8884,2.41587 -0.69713,0.32753 -1.35589,0.59808 -1.90979,0.75929 -0.55391,0.16118 -0.99714,0.22093 -1.2424,0.13804 -0.11965,-0.0404 -0.16486,-0.10528 -0.13805,-0.20708 0.0267,-0.10178 0.12145,-0.24559 0.27611,-0.39114 0.30931,-0.2911 0.8559,-0.65161 1.56456,-1.01237 1.48248,-0.75473 2.61337,-1.36999 3.40521,-1.9327 0.39598,-0.28136 0.71091,-0.53814 0.94339,-0.80529 0.23251,-0.26715 0.38491,-0.52982 0.46013,-0.80529 0.0752,-0.27547 0.0759,-0.56799 0,-0.87432 -0.0759,-0.30634 -0.23935,-0.62963 -0.46013,-0.98937 -0.44173,-0.71943 -1.15516,-1.57775 -2.13984,-2.64595 -0.71511,-0.77581 -1.68694,-1.65273 -2.85299,-2.59995 -1.16615,-0.94723 -2.53487,-1.95855 -4.00348,-2.99109 -2.9373,-2.06508 -6.33737,-4.20748 -9.59448,-6.09723 -3.25713,-1.88974 -6.37638,-3.53005 -8.76617,-4.55565 -1.19494,-0.5128 -2.18973,-0.86778 -2.94511,-1.03538 -0.37767,-0.0838 -0.70328,-0.13367 -0.9433,-0.11503 -0.23998,0.0186 -0.39942,0.0982 -0.48319,0.23008 -0.1915,0.30133 -0.34128,0.42482 -0.43713,0.34511 -0.096,-0.0797 -0.13431,-0.3646 -0.13806,-0.82828 -0.004,-0.50494 -0.11048,-0.8099 -0.34513,-0.96636 -0.23466,-0.15644 -0.60944,-0.16447 -1.1505,-0.023 -0.40486,0.1059 -0.76839,0.13946 -1.0353,0.092 -0.26692,-0.0474 -0.43724,-0.16725 -0.43724,-0.34513 0,-0.1552 -0.31738,-0.38661 -0.87428,-0.64423 -0.5569,-0.25762 -1.34912,-0.54367 -2.30087,-0.85132 -1.90341,-0.61526 -4.43837,-1.27068 -6.94848,-1.77164 -0.59827,-0.11939 -1.04403,-0.22213 -1.38054,-0.23008 -0.33642,-0.008 -0.56366,0.0692 -0.71316,0.27611 -0.14968,0.20692 -0.2158,0.55612 -0.25312,1.08137 -0.0374,0.52527 -0.0461,1.23875 -0.0461,2.18582 0,1.28969 0.0725,2.33415 0.20708,3.19815 0.13459,0.86399 0.33285,1.54062 0.64423,2.04773 0.31137,0.50713 0.73491,0.83927 1.26546,1.05839 0.53055,0.21912 1.1637,0.32214 1.95574,0.32214 0.70152,0 1.35522,0.0736 1.81758,0.20706 0.46247,0.13344 0.73633,0.32672 0.73633,0.52918 0,0.32342 -0.0964,0.57941 -0.27612,0.75929 -0.17969,0.17988 -0.44557,0.29279 -0.7592,0.34513 -0.62732,0.10466 -1.45875,-0.0354 -2.34691,-0.34513 -0.88817,-0.30974 -1.81723,-0.80716 -2.59996,-1.40352 -0.39128,-0.29817 -0.76212,-0.62046 -1.05839,-0.96634 -0.29627,-0.34588 -0.53478,-0.7038 -0.69026,-1.08141 -0.4304,-1.04557 -0.62903,-1.57926 -0.85123,-1.49553 -0.22226,0.0837 -0.46189,0.78227 -0.92032,2.16278 -0.25219,0.75928 -0.56206,1.45529 -0.8514,1.95571 -0.28924,0.50043 -0.5495,0.80529 -0.73622,0.80529 -0.25924,0 -0.45619,-0.0495 -0.55222,-0.20707 -0.096,-0.15757 -0.10796,-0.42967 -0.023,-0.8283 0.16984,-0.79729 0.72506,-2.15532 1.72557,-4.41761 0.74411,-1.68271 1.30206,-2.95002 1.58763,-3.9114 0.14274,-0.4807 0.21149,-0.87393 0.20698,-1.21946 -0.004,-0.34553 -0.0797,-0.63386 -0.25304,-0.87432 -0.17331,-0.24044 -0.44136,-0.43272 -0.80535,-0.59822 -0.36388,-0.16548 -0.82719,-0.31653 -1.40341,-0.43716 -1.15246,-0.24124 -2.74599,-0.40182 -4.87777,-0.64422 -4.06406,-0.46214 -9.06281,-0.85132 -11.11308,-0.85132 -1.29042,0 -2.45479,-0.10277 -3.54327,-0.34512 -1.08859,-0.24237 -2.09529,-0.62294 -3.06007,-1.15042 -0.96488,-0.52748 -1.88775,-1.21542 -2.80705,-2.07076 -0.91939,-0.85533 -1.83203,-1.8802 -2.78406,-3.10613 -0.61167,-0.78763 -1.42087,-1.50872 -2.3698,-2.13977 -0.94904,-0.63106 -2.0592,-1.16747 -3.24428,-1.6336 -1.185,-0.46612 -2.45365,-0.85756 -3.77333,-1.15042 -1.31967,-0.29286 -2.67358,-0.48696 -4.02645,-0.5982 -0.67649,-0.0556 -1.35935,-0.0846 -2.02477,-0.0921 z m -0.46012,3.15215 c 12.91417,4.02857 24.03973,13.53427 37.94073,14.56431 -1.22251,5.98652 4.31213,12.03952 10.46885,10.67587 2.65549,-0.0211 5.47604,-1.66185 7.66174,-1.95572 0.3593,1.79851 4.23664,3.03832 0.57528,2.85303 -11.37587,1.43806 -23.08356,7.1902 -28.41536,17.78548 4.07026,5.71741 12.41393,4.07075 16.93417,-0.11502 5.35673,-3.68308 12.11192,-8.73676 18.79789,-5.52202 -13.14657,5.76551 -29.46532,9.42351 -36.92849,22.91635 -2.58916,6.48149 -3.66731,12.46239 -4.78574,18.82083 -0.20071,8.30164 5.79274,15.54198 13.57489,17.90053 3.74959,1.51161 9.16194,2.51492 11.73432,4.92379 -3.42096,0.50132 -7.43027,-0.39806 -10.46877,1.40351 -1.84403,2.92566 2.96218,4.1968 4.60166,5.84413 14.39807,9.35983 34.66315,9.48762 48.82374,-0.32212 1.39978,-0.66941 3.02745,-5.2373 2.96808,-2.2088 3.0264,28.12437 4.96029,58.67367 -8.97324,84.23365 -7.81151,11.16011 -22.34473,16.06798 -35.50189,14.67934 -3.733,-0.54418 -8.71506,-1.61224 -11.04407,-4.32557 2.87813,-6.65471 3.39228,-14.09296 3.24419,-21.21372 6.60982,-14.16848 2.97924,-30.47793 0.92033,-45.21146 -1.30092,-5.09613 -4.34271,-9.52394 -7.70778,-13.50592 -3.2817,23.87934 -0.30958,48.41779 -5.36095,71.99321 -5.48307,19.9864 -25.57108,32.96546 -45.21146,36.05413 -11.05746,1.78296 -22.67362,0.95076 -33.17804,-2.83003 2.95241,-0.87049 5.74857,-3.03291 7.43167,-5.31495 1.55883,5.0523 9.51205,1.84326 8.65109,-2.80702 0.11639,-1.30762 0.0442,-7.2739 0.64423,-3.49727 0.44717,4.30278 7.16127,5.9705 8.55916,1.40351 1.16812,-0.858 3.70993,-1.14588 4.07252,-3.3132 1.30926,-2.53421 -0.40499,-5.02766 -0.55222,-7.4087 3.09581,1.14149 6.05365,6.23114 10.37677,4.6707 2.82785,-1.82109 0.92773,-6.43776 -0.87438,-8.62814 -2.04464,-2.36363 2.63391,-1.81071 3.91147,-1.77164 3.76331,0.7153 10.55929,0.82473 10.4458,-4.53266 0.0709,-2.3053 -2.69104,-4.35641 -3.45127,-5.36095 4.65333,0.7379 11.66268,2.48056 14.10414,-3.01409 1.72277,-3.72547 -2.60532,-6.62183 -5.17695,-7.61578 3.00513,-2.07529 3.32898,-7.56042 -0.82823,-8.39804 -5.40876,-1.35571 -9.82032,3.14046 -14.54126,4.4406 -4.05366,0.22832 -3.66979,-5.33986 -4.57868,-7.98391 -1.08999,-8.79267 1.19728,-19.25488 8.39805,-24.96409 7.47491,-4.13132 16.26696,-3.0072 24.36592,-2.04773 3.46796,0.56916 8.69039,-1.5397 6.97146,-5.79812 -2.02843,-4.27328 -7.39416,-4.63485 -11.27413,-6.21225 -13.26633,-3.04246 -26.14739,5.17462 -34.12133,15.23154 -1.56119,0.72849 -3.45729,6.35919 -4.96986,4.27956 -10.67895,-16.32261 1.07798,-43.00282 21.4438,-43.27876 7.85641,-0.13177 15.28763,4.72214 23.12342,3.56631 4.64976,-2.27962 1.97262,-8.74996 -1.86363,-10.35377 -11.30516,-8.61154 -27.44504,-4.92908 -38.42401,2.41588 -5.28996,3.35128 -9.92537,7.60688 -14.01213,12.30948 -1.97056,-19.71246 16.1938,-37.35423 35.4789,-37.80277 4.64517,-0.63766 10.01259,1.86976 14.15019,-0.34511 2.93993,-3.66554 -2.27142,-6.74601 -5.08493,-8.05293 -2.97341,-1.50141 -6.31693,-2.3721 -9.64044,-2.62295 4.68015,-2.35051 8.96058,-5.45967 13.02276,-8.7892 -21.82598,-3.75584 -44.86762,7.67321 -56.02545,26.3906 -2.95963,5.73064 -4.30349,12.84266 -1.54148,18.88987 -2.23926,15.26997 2.05834,30.67456 6.74141,45.00437 1.9078,2.99278 -0.53975,6.85405 -3.95744,6.87951 -10.23665,3.1284 -21.95362,1.82119 -31.54447,-2.76101 -0.96843,-3.08528 -0.84444,-6.50934 -2.32384,-9.52546 -4.43049,-13.98189 -13.38639,-28.63445 -8.05301,-43.60086 0.67264,-1.69082 1.20432,-4.98415 2.60006,-5.54501 3.26575,3.80489 7.12685,9.7747 12.93068,8.5591 20.51784,-12.67437 30.11851,-36.62714 34.46656,-59.40763 2.06209,-5.83139 1.39358,-14.83883 -5.7752,-16.54303 -3.07067,-0.99152 -7.61775,0.22837 -9.73245,0.29911 9.23998,-10.77964 24.36666,-13.17017 36.49124,-19.51108 3.1324,-1.58659 6.19698,-3.32421 9.29541,-4.96981 z m 55.45016,15.92179 c 1.78093,0.13245 3.18332,0.45883 1.40353,1.86367 -0.44549,-0.59192 -0.99761,-1.30115 -1.40353,-1.86367 z m -92.49363,14.31121 c -0.38893,0.007 -0.88768,0.0765 -1.56454,0.18406 -0.80994,0.12872 -2.13629,0.56988 -3.68142,1.17344 -1.54514,0.60355 -3.31462,1.38002 -4.96977,2.16279 -1.65525,0.78274 -3.20854,1.58846 -4.34862,2.25482 -1.14015,0.66634 -1.86363,1.19521 -1.86363,1.44951 0,0.1967 -0.10936,0.37661 -0.27611,0.5062 -0.16685,0.12959 -0.39117,0.20714 -0.64422,0.20707 -0.23456,-7e-5 -0.58579,0.18575 -1.03541,0.50619 -0.44971,0.32044 -1.00417,0.78489 -1.61061,1.35749 -1.21285,1.14519 -2.67489,2.71993 -4.1645,4.46362 -1.48971,1.74368 -3.00324,3.65762 -4.30257,5.45299 -1.29932,1.79537 -2.37233,3.4625 -3.01403,4.76273 -0.68071,1.37901 -1.30157,2.81656 -1.84075,4.30257 -0.5391,1.486 -1.00793,3.01713 -1.40351,4.57867 -0.3955,1.56152 -0.71636,3.15709 -0.96639,4.76273 -0.25004,1.60563 -0.42664,3.23646 -0.52915,4.85477 -0.10251,1.61829 -0.13908,3.23225 -0.092,4.83175 0.047,1.59951 0.16966,3.19043 0.36813,4.73972 0.19855,1.54929 0.47634,3.06502 0.82831,4.53265 0.35199,1.46763 0.78097,2.87902 1.28845,4.23355 1.06139,2.83287 1.93277,5.23493 1.93277,5.33794 0,0.103 0.33124,0.18405 0.73621,0.18406 0.20249,0 0.39579,-0.0774 0.52915,-0.18406 0.13347,-0.10664 0.20717,-0.25234 0.20717,-0.41416 0,-0.16178 0.30022,-0.39461 0.7592,-0.66722 0.459,-0.27263 1.07528,-0.57649 1.77164,-0.82832 0.63307,-0.22891 1.41703,-0.66751 2.27781,-1.28846 0.86077,-0.62097 1.80624,-1.4129 2.80704,-2.32385 2.00168,-1.82192 4.1994,-4.14177 6.23532,-6.51137 2.03584,-2.36961 3.90023,-4.8016 5.26885,-6.90251 0.68436,-1.05045 1.24765,-2.02282 1.63368,-2.85305 0.38593,-0.83021 0.59817,-1.51681 0.59817,-2.02472 0,-0.50257 0.28905,-1.01544 0.64422,-1.15043 0.21609,-0.0822 0.54276,-0.45884 0.92033,-1.03538 0.37759,-0.57653 0.80789,-1.36953 1.28855,-2.30083 0.96112,-1.8626 2.08328,-4.29743 3.10602,-6.74146 1.02284,-2.44403 1.96006,-4.87888 2.577,-6.78747 0.30845,-0.95428 0.52482,-1.78184 0.64421,-2.39286 0.11938,-0.61102 0.1282,-1.02227 0,-1.15042 -0.18261,-0.18261 0.0373,-0.77426 0.48319,-1.31148 0.2596,-0.31287 0.4891,-1.22807 0.69027,-2.50792 0.20108,-1.27985 0.37289,-2.91036 0.48309,-4.64768 0.11029,-1.73731 0.17408,-3.58369 0.16114,-5.26893 -0.013,-1.68521 -0.10768,-3.20195 -0.27612,-4.32556 -0.12924,-0.86141 -0.23015,-1.52392 -0.34513,-2.00173 -0.11498,-0.47782 -0.23559,-0.7779 -0.43714,-0.96637 -0.20156,-0.18845 -0.48545,-0.25977 -0.87429,-0.25308 z m -5.77519,5.45299 c 0.12885,-0.007 0.25003,-0.01 0.36819,0 3.51335,14.20371 -5.41862,27.21085 -12.47056,38.7691 -2.85993,4.80982 -6.14191,10.28531 -11.57318,12.30949 -3.27035,-2.75493 -1.70535,-7.93033 -2.23185,-11.71126 0.26259,-13.9775 4.63278,-30.61306 18.75182,-36.53732 2.17191,-0.785 5.22441,-2.71878 7.15558,-2.83001 z m 112.25789,5.84412 c 0.13581,0.0255 0.22161,0.11933 0.27611,0.2761 0.10916,0.31355 0.0716,0.8601 -0.092,1.49554 -0.16357,0.63546 -0.46172,1.36113 -0.82832,2.04775 -0.36662,0.6866 -0.81145,1.32762 -1.31152,1.79466 -1.02283,0.95556 -1.53736,1.46473 -1.6335,1.84067 -0.0481,0.18797 0.007,0.34632 0.16095,0.50617 0.15381,0.15987 0.40067,0.31958 0.73632,0.5292 0.38651,0.24139 0.73417,0.4023 0.98937,0.46017 0.25509,0.0579 0.41359,0.0155 0.41416,-0.13805 10e-4,-0.30714 1.00314,-1.21697 2.20877,-2.02473 0.60286,-0.40389 1.2439,-0.99685 1.7947,-1.6336 0.55073,-0.63674 1.00953,-1.32449 1.2424,-1.88669 0.55541,-1.34084 1.07949,-2.14932 1.47255,-2.36986 0.19658,-0.11028 0.37055,-0.056 0.48318,0.13805 0.11274,0.19408 0.16113,0.54378 0.16113,1.05839 0,0.49184 -0.32066,1.20752 -0.89744,2.04773 -0.57679,0.84023 -1.40644,1.79285 -2.39289,2.738 -0.90559,0.86784 -1.6603,1.70223 -2.13966,2.34687 -0.47943,0.64463 -0.68464,1.1092 -0.50625,1.21944 0.19245,0.11889 0.76437,-0.13382 1.54158,-0.59822 0.77721,-0.4644 1.75409,-1.15294 2.73801,-1.9097 0.98382,-0.75675 1.99485,-1.5887 2.80705,-2.34685 0.81208,-0.75814 1.44037,-1.44111 1.7026,-1.9097 0.20051,-0.35846 0.44023,-0.61783 0.6672,-0.75927 0.22705,-0.14146 0.43142,-0.16686 0.57529,-0.023 0.20679,0.20683 0.22686,0.56999 0.0689,1.01235 -0.15793,0.4424 -0.49491,0.96002 -0.9433,1.54158 -0.44839,0.58156 -1.01505,1.21628 -1.67962,1.84067 -0.66459,0.62439 -1.42539,1.24677 -2.23176,1.81766 -0.81276,0.57529 -1.52779,1.17534 -2.02477,1.67962 -0.49706,0.50426 -0.77186,0.91457 -0.71324,1.10438 0.11817,0.38285 0.28511,0.64773 0.52914,0.7823 0.24403,0.13456 0.56724,0.13867 0.94331,0.023 0.37626,-0.11567 0.81988,-0.3454 1.33449,-0.71326 0.5148,-0.36784 1.08915,-0.87358 1.74865,-1.49554 1.52733,-1.44041 2.91032,-2.49663 3.06018,-2.34685 0.17482,0.17485 0.20736,0.44882 0.11499,0.78228 -0.0924,0.33347 -0.31044,0.72513 -0.62116,1.15042 -0.62162,0.85057 -1.62757,1.82888 -2.8301,2.64597 -1.63125,1.10847 -2.29722,1.69919 -2.09371,1.74864 0.20353,0.0494 1.27653,-0.45268 3.08316,-1.51856 0.72881,-0.43006 1.43663,-0.76756 2.00169,-0.96636 0.56497,-0.19878 0.97595,-0.26647 1.10434,-0.13804 0.14705,0.147 0.11057,0.3954 -0.0689,0.66724 -0.1796,0.27184 -0.49866,0.58475 -0.89735,0.89733 -0.79756,0.62514 -1.91438,1.23505 -2.9451,1.51855 -0.38321,0.1054 -0.67115,0.19285 -0.8513,0.32211 -0.18026,0.12928 -0.27339,0.30895 -0.23006,0.59822 0.0865,0.57854 0.70878,1.69377 1.81116,3.72908 0.54415,1.00478 0.9594,1.97488 1.34092,3.0584 0.38153,1.08349 0.67639,2.19963 0.89736,3.3362 0.22088,1.13657 0.3517,2.2873 0.41416,3.45126 0.0624,1.16397 0.048,2.33156 -0.046,3.49727 -0.0941,1.16572 -0.25773,2.33248 -0.50617,3.47427 -0.24844,1.14177 -0.5885,2.26703 -0.98937,3.35922 -0.40074,1.09217 -0.87549,2.15822 -1.42649,3.17516 -0.55108,1.01692 -1.16455,1.98306 -1.86363,2.89906 -0.69881,0.91535 -1.18726,1.65948 -1.44957,2.27783 -0.26232,0.61831 -0.29083,1.10576 -0.0921,1.47253 0.19883,0.36675 0.82808,0.62289 1.31152,0.78228 1.39806,0.46095 2.82298,0.36793 4.39457,0.43716 0.28361,0.0125 0.66729,0.32673 0.66729,0.52919 0,0.25226 -0.28633,0.4342 -0.75929,0.55221 -0.47298,0.11799 -1.13708,0.17353 -1.86365,0.16106 -0.72657,-0.0125 -1.51719,-0.0909 -2.27789,-0.23008 -0.76062,-0.13922 -1.47236,-0.33607 -2.04765,-0.59822 -0.51657,-0.23537 -1.05942,-0.4007 -1.49562,-0.46016 -0.4361,-0.0595 -0.77524,-0.007 -0.92032,0.13803 -0.12344,0.12343 -0.183,0.22625 -0.16105,0.36813 0.022,0.14188 0.11837,0.31094 0.32217,0.50619 0.4075,0.39048 1.22345,0.93522 2.57688,1.74864 0.30199,0.18153 0.51405,0.38663 0.62125,0.59822 0.1071,0.21158 0.11648,0.41268 -0.023,0.55219 -0.13956,0.13951 -0.54481,0.0908 -1.08145,-0.092 -0.53656,-0.18286 -1.21201,-0.50337 -1.88671,-0.92033 -0.82692,-0.51106 -1.53896,-0.83238 -2.11677,-0.98937 -0.57783,-0.15698 -1.02116,-0.13721 -1.28845,0.023 -0.2673,0.16023 -0.35779,0.45673 -0.25304,0.89733 0.10467,0.44061 0.40516,1.01847 0.94332,1.70263 0.43404,0.55178 0.77308,1.10806 0.96628,1.56456 0.19329,0.45649 0.23296,0.82553 0.0921,0.96635 -0.14078,0.14082 -0.42233,0.0439 -0.78228,-0.23007 -0.35996,-0.27395 -0.79118,-0.73205 -1.19645,-1.28848 -0.40533,-0.55643 -0.90362,-1.05978 -1.38053,-1.42651 -0.47692,-0.36675 -0.92428,-0.59821 -1.24249,-0.59821 -0.52587,-10e-6 -0.80525,0.0314 -0.80525,0.20706 0,0.1757 0.27948,0.49576 0.80525,1.08138 0.36474,0.40618 0.60549,0.90537 0.73632,1.47254 0.13093,0.56719 0.14678,1.2024 0.0231,1.84068 -0.12794,0.65998 -0.30051,1.14513 -0.48329,1.47253 -0.18261,0.32741 -0.37244,0.48709 -0.55212,0.48317 -0.17969,-0.004 -0.34149,-0.1722 -0.46021,-0.50617 -0.11874,-0.33397 -0.20709,-0.83279 -0.20709,-1.49555 0,-0.66069 -0.0701,-1.21574 -0.20707,-1.67961 -0.13704,-0.46387 -0.34402,-0.83432 -0.62116,-1.1044 -0.27723,-0.27008 -0.61496,-0.42686 -1.0354,-0.50619 -0.42055,-0.0793 -0.9057,-0.0854 -1.47256,0.023 -0.55052,0.10525 -0.9676,0.18109 -1.24248,0.27611 -0.2748,0.095 -0.41641,0.22542 -0.41416,0.43717 0.005,0.42347 0.55867,1.20122 1.67972,2.85303 0.44934,0.66225 0.83049,1.38944 1.12733,2.09376 0.29682,0.70432 0.50371,1.39378 0.62123,2.00173 0.11751,0.60796 0.15756,1.12235 0.069,1.49554 -0.0885,0.37318 -0.29984,0.59823 -0.62125,0.59823 -0.17717,-1e-5 -0.37816,-0.24268 -0.57519,-0.64424 -0.19714,-0.40159 -0.38434,-0.95529 -0.50617,-1.56456 -0.13318,-0.66606 -0.40207,-1.41732 -0.75929,-2.16279 -0.35725,-0.74549 -0.79964,-1.50184 -1.26548,-2.1628 -0.46574,-0.66095 -0.96778,-1.22113 -1.42649,-1.63359 -0.4588,-0.41246 -0.88329,-0.66723 -1.21941,-0.66723 -0.30978,-1e-5 -0.54173,0.0403 -0.69028,0.13804 -0.14865,0.0977 -0.22021,0.25528 -0.20709,0.46016 0.0262,0.40976 0.38171,1.03814 1.05839,1.9327 0.30556,0.40397 0.55897,0.96708 0.73623,1.56458 0.17735,0.59749 0.28529,1.22299 0.32216,1.81767 0.0368,0.59467 7.5e-4,1.14603 -0.11499,1.54156 -0.11582,0.3955 -0.31774,0.64422 -0.59826,0.64422 -0.20248,-1e-5 -0.37281,-0.15177 -0.50616,-0.41414 -0.13347,-0.26238 -0.23006,-0.63729 -0.23006,-1.03538 0,-0.42769 -0.14566,-1.04488 -0.36822,-1.74864 -0.22255,-0.70376 -0.52219,-1.4843 -0.85131,-2.2088 -0.32908,-0.72451 -0.66972,-1.39676 -0.98934,-1.88669 -0.31964,-0.48993 -0.61112,-0.80528 -0.80526,-0.80528 -0.29692,-1e-5 -1.08755,-0.20651 -1.74865,-0.46017 -0.49389,-0.18955 -0.76878,-0.21689 -0.87438,0 -0.10551,0.21686 -0.0384,0.67795 0.16112,1.47252 0.14078,0.56096 0.18261,1.03729 0.13806,1.38051 -0.0445,0.3432 -0.17763,0.5522 -0.39118,0.5522 -0.20249,0 -0.43188,-0.19204 -0.64423,-0.50618 -0.21224,-0.31416 -0.40947,-0.74282 -0.52915,-1.21943 -0.0761,-0.303 -0.22461,-0.61214 -0.46021,-0.92037 -0.23559,-0.3082 -0.55577,-0.61766 -0.96629,-0.94333 -0.8211,-0.65136 -1.99906,-1.34523 -3.61238,-2.13977 -0.86332,-0.42519 -1.68948,-0.90682 -2.4619,-1.42651 -0.77234,-0.51972 -1.50276,-1.08572 -2.1858,-1.70263 -0.68306,-0.61694 -1.31424,-1.28488 -1.90969,-2.00173 -0.59536,-0.71685 -1.14711,-1.48138 -1.65656,-2.30083 -1.019,-1.63895 -1.8687,-3.47942 -2.554,-5.54503 -0.6852,-2.06561 -1.19953,-4.36561 -1.56456,-6.8795 -0.33847,-2.33189 -0.83825,-4.78567 -1.10443,-5.45299 -0.14791,-0.37096 -0.14143,-0.79519 0.0231,-1.24245 0.16459,-0.44726 0.48253,-0.91754 0.92033,-1.33448 0.39381,-0.37502 0.97135,-1.17755 1.58754,-2.1858 0.61636,-1.00825 1.27642,-2.20448 1.81777,-3.35922 0.52708,-1.12463 1.22411,-2.24667 2.04764,-3.3132 0.82365,-1.06655 1.77868,-2.0874 2.83012,-3.06012 1.05126,-0.97273 2.31962,-1.51984 3.53022,-2.36299 1.21059,-0.84315 2.44088,-1.66249 3.74207,-2.34034 3.75802,-1.40898 10.54018,-3.58275 14.36518,-2.3812 0.61103,0.21303 1.66201,-0.34201 2.40621,-0.53125 0.74419,-0.18923 1.49907,-0.54935 2.18588,-1.01235 0.6867,-0.463 1.30982,-1.02536 1.74857,-1.63361 0.43873,-0.60825 0.69027,-1.26169 0.69027,-1.88668 0,-0.31177 0.0966,-0.6554 0.23005,-0.94334 0.13346,-0.28796 0.30378,-0.5191 0.50627,-0.64423 0.22574,-0.13955 0.41631,-0.1866 0.55212,-0.16107 z m -155.19147,93.06887 c 3.36601,6.97705 2.60539,15.53091 7.56983,21.85795 3.48324,5.97304 7.857,11.73217 8.90413,18.72882 1.32398,0.5571 5.39949,2.69483 2.1628,3.79638 -6.21948,4.79119 -14.1061,7.68637 -19.83319,12.76965 -1.04056,-2.09165 -4.12765,-5.38908 -4.04953,-6.90251 4.40076,0.23363 5.81225,-5.23176 3.58932,-8.37505 -1.49788,-3.29625 -5.56953,-6.91964 -6.53432,-9.22635 2.59977,3.48299 6.11077,8.4076 11.02099,7.63878 4.5738,-1.41923 4.26064,-7.69516 1.10444,-10.4228 -4.11575,-4.80536 -9.10295,-10.18004 -7.63876,-17.09522 0.2612,-4.32053 1.0461,-9.47188 3.70429,-12.76965 z m 37.87179,46.98311 c 0.26711,5.5104 -5.99438,8.14176 -8.88124,11.52719 0.0795,-2.56596 -2.60971,-4.77895 -4.21047,-5.40697 4.19021,-2.35345 8.38522,-5.50389 13.09171,-6.12022 z m -55.79529,11.09004 c -0.0788,0.0241 -0.1827,0.0928 -0.29918,0.18405 -0.23288,0.18253 -0.55214,0.50572 -0.96629,0.92033 -0.52399,0.52466 -0.94565,1.14579 -1.26547,1.8637 -0.31981,0.71788 -0.5434,1.51822 -0.6673,2.39286 -0.12379,0.87464 -0.13289,1.83517 -0.0689,2.83003 0.0639,0.99486 0.21665,2.02753 0.46012,3.10613 0.24347,1.07859 0.57473,2.1874 0.98936,3.31321 0.41473,1.12581 0.9178,2.2687 1.49562,3.40525 0.57772,1.13653 1.22308,2.27147 1.95564,3.38221 0.73256,1.11074 1.5368,2.19574 2.41587,3.24419 1.06851,1.2743 1.98697,2.49723 2.59995,3.42824 0.61308,0.93103 0.92051,1.58735 0.78228,1.72563 -0.14453,0.14455 -0.47428,-0.0169 -0.96638,-0.41415 -0.49191,-0.39729 -1.13604,-1.04702 -1.88663,-1.88668 -1.50124,-1.67933 -3.4279,-4.1424 -5.42998,-6.99455 -0.82774,-1.17922 -1.48904,-2.01153 -2.0708,-2.34687 -0.29084,-0.16764 -0.56226,-0.21388 -0.82823,-0.11503 -0.26598,0.0989 -0.53975,0.3569 -0.80535,0.75929 -0.53112,0.80475 -1.07246,2.24562 -1.74856,4.48664 -0.67611,2.24099 -1.46843,5.27592 -2.48498,9.24935 -0.60296,2.35698 -1.14571,4.72099 -1.61051,7.08658 -0.4649,2.3656 -0.86882,4.74001 -1.19647,7.10959 -0.3277,2.36957 -0.5678,4.74064 -0.7593,7.10958 -0.19143,2.36895 -0.33493,4.7229 -0.39111,7.08658 -0.0562,2.36368 -0.0321,4.73278 0.046,7.08655 0.0781,2.35385 0.22567,4.70129 0.43712,7.04056 0.21145,2.33935 0.48446,4.67442 0.82829,6.99456 0.34392,2.3202 0.74416,4.62912 1.21946,6.92556 0.47531,2.29641 1.0278,4.56537 1.63359,6.83344 0.60576,2.26814 1.26649,4.52937 2.00178,6.76446 0.73528,2.23516 1.55198,4.45199 2.41585,6.64946 0.86387,2.19746 1.79255,4.37909 2.78407,6.53438 0.99141,2.15527 2.03395,4.28786 3.15209,6.39633 1.11812,2.10837 2.29946,4.17831 3.54325,6.23521 1.2439,2.057 2.54285,4.09638 3.91139,6.09728 1.36862,2.00086 2.81033,3.97297 4.30266,5.91311 1.25871,1.63649 3.04273,3.71969 5.01581,5.91318 1.97299,2.19349 4.13628,4.50265 6.16621,6.58039 2.03001,2.07776 3.93135,3.93367 5.36094,5.22288 1.4297,1.28928 2.38191,2.01273 2.554,1.84067 0.10955,-0.10957 0.31991,-0.051 0.57512,0.13804 0.25529,0.18908 0.55071,0.50096 0.82832,0.89737 0.78735,1.12398 2.00366,2.34207 3.56633,3.61228 1.56259,1.27027 3.48128,2.58783 5.66004,3.93447 2.17886,1.34663 4.63468,2.71946 7.27064,4.07244 2.63598,1.35304 5.44104,2.69099 8.37508,3.98048 2.93393,1.28951 5.9924,2.52526 9.06533,3.68135 3.07284,1.15607 6.17362,2.24547 9.22629,3.19813 3.05275,0.95271 6.05394,1.7825 8.9273,2.46193 2.87333,0.67935 5.60995,1.20541 8.14492,1.5415 3.23957,0.42963 6.88413,0.90814 8.09895,1.08145 1.04864,0.14962 3.0403,0.21904 5.54505,0.20703 2.50468,-0.0119 5.52978,-0.0953 8.60514,-0.23009 3.07528,-0.13473 6.21301,-0.33343 8.97324,-0.55219 2.76025,-0.21867 5.13568,-0.47232 6.69544,-0.73627 2.82703,-0.47828 5.62263,-1.0321 8.37499,-1.67958 2.75255,-0.64747 5.47227,-1.37328 8.14501,-2.18582 2.67274,-0.81247 5.30393,-1.7186 7.89189,-2.69195 2.58795,-0.97334 5.11767,-2.02208 7.61577,-3.15218 2.4981,-1.13002 4.95945,-2.32969 7.36265,-3.61228 2.40329,-1.28258 4.76033,-2.64158 7.06364,-4.07252 2.30312,-1.43085 4.54322,-2.93447 6.7414,-4.50963 2.19818,-1.57511 4.35425,-3.23163 6.44231,-4.94677 2.08816,-1.71514 4.12428,-3.48689 6.09728,-5.33794 1.97291,-1.85106 3.8764,-3.76933 5.72907,-5.75209 1.85275,-1.98279 3.65665,-4.03299 5.38401,-6.14328 1.72737,-2.11022 3.37277,-4.27766 4.96977,-6.51134 1.59701,-2.23369 3.14007,-4.52657 4.60165,-6.87954 1.46158,-2.35288 2.84353,-4.77963 4.16461,-7.24759 1.32109,-2.46798 2.57474,-4.99086 3.75026,-7.5698 1.17552,-2.57885 2.2884,-5.20623 3.3132,-7.89182 1.01872,-2.66935 1.77829,-4.72965 2.2779,-6.35032 0.4996,-1.62069 0.72206,-2.79113 0.69026,-3.72736 -0.0159,-0.46811 -0.079,-0.87711 -0.23005,-1.24245 -0.15119,-0.36533 -0.37945,-0.70432 -0.6673,-1.01236 -0.57565,-0.61612 -1.42208,-1.15742 -2.55391,-1.8177 -0.9827,-0.57318 -1.99447,-1.28052 -3.01413,-2.07077 -1.01963,-0.79015 -2.04913,-1.67389 -3.06007,-2.62294 -2.02194,-1.89803 -3.99287,-4.05118 -5.70608,-6.23525 -1.7133,-2.18405 -3.17131,-4.39183 -4.21056,-6.39631 -0.51958,-1.00222 -0.93673,-1.96003 -1.21942,-2.83008 -0.28268,-0.86997 -0.43723,-1.64422 -0.43723,-2.32381 0,-0.45921 0.0724,-0.7116 0.20718,-0.78228 0.13467,-0.0707 0.32581,0.032 0.55221,0.29907 0.4528,0.53423 1.0491,1.68665 1.61051,3.26719 0.46546,1.31049 1.05295,2.60315 1.72557,3.86541 0.67275,1.26234 1.44621,2.51206 2.30089,3.70438 0.85477,1.19232 1.79545,2.32765 2.80703,3.42822 1.01159,1.10065 2.07804,2.16506 3.22121,3.15218 1.14318,0.98711 2.36268,1.90915 3.61229,2.761 1.24962,0.85186 2.53459,1.629 3.86542,2.32382 1.33084,0.69488 2.70857,1.30163 4.09551,1.81769 1.3868,0.51606 2.79277,0.94993 4.21044,1.26542 1.15593,0.25734 2.16835,0.53698 2.96817,0.82831 0.79973,0.29141 1.36921,0.57767 1.67955,0.80533 0.12952,0.095 0.17921,0.18127 0.20717,0.25306 2.20268,-2.97534 -0.84061,-7.12252 -3.98051,-8.35201 -7.24118,-3.65778 -17.38696,-5.35127 -20.7765,-13.57494 -1.67654,-3.95287 -4.89399,-10.48526 -10.33081,-9.01929 -4.39036,2.31727 -2.12803,8.09365 0.34513,10.97495 4.27359,7.41615 9.22253,14.74857 16.22091,19.7412 -10.59314,40.2076 -45.82726,71.02116 -85.36114,81.19658 -41.47284,11.29826 -88.0728,-2.51671 -117.25065,-34.00637 -20.34181,-21.4829 -32.04172,-50.36044 -32.11975,-79.95413 -0.0893,-4.36824 -0.0676,-9.3604 0.29918,-13.32182 7.94854,20.08179 28.65855,31.9357 48.86981,36.81341 14.40819,4.17654 30.21391,3.67941 44.24507,-1.51857 3.48991,-1.3037 4.79157,-6.31938 1.17346,-8.30605 -6.13253,-2.72649 -12.81325,1.12376 -19.16601,0.80534 -22.48633,1.58149 -46.93975,-6.16656 -61.04117,-24.34288 -3.50463,-5.43317 -7.0159,-11.52263 -13.27589,-14.03511 0.90859,-5.20422 2.10194,-10.36359 4.57866,-15.00145 2.42308,3.6307 8.03594,8.24458 12.12543,4.30256 2.97557,-4.42206 -1.53473,-9.24288 -4.34853,-12.05638 1.44958,0.3091 2.88883,-0.36017 3.88832,-1.38052 -0.13197,0.11222 -0.3988,0.0785 -0.87428,-0.20707 -0.51396,-0.30859 -1.22703,-0.8625 -2.09371,-1.70261 -0.85102,-0.82482 -1.60243,-1.72103 -2.27789,-2.66898 -0.67545,-0.94795 -1.27352,-1.95015 -1.74866,-2.96807 -0.47512,-1.01794 -0.83141,-2.04839 -1.08136,-3.08314 -0.24995,-1.03472 -0.39119,-2.06173 -0.39119,-3.0601 0,-1.62217 0,-2.44773 -0.20699,-2.64597 -0.0518,-0.0496 -0.10541,-0.0701 -0.1841,-0.046 z m 9.59449,5.59102 c 1.92601,0.79637 1.98293,1.91577 1.26546,3.75036 -0.29608,-1.17923 -1.20591,-3.02535 -1.26546,-3.75036 z m 6.28128,27.65607 c -0.0842,0.012 -0.17342,0.0374 -0.25314,0.069 -4.0197,1.36021 -2.0377,6.1095 -0.50617,8.65116 10.93996,16.00549 31.86109,24.29695 50.94053,21.48978 6.21985,-1.25695 11.35496,-5.38115 15.59967,-9.93959 -14.12394,-0.47121 -29.14129,1.33482 -42.08226,-5.42997 -8.42094,-3.64374 -15.21027,-10.31283 -22.93934,-14.79438 -0.24627,-0.0374 -0.50664,-0.082 -0.75929,-0.046 z m 101.32892,29.47369 c -0.10458,-0.003 -0.19883,-0.003 -0.29918,0.0231 -3.72915,0.76896 -2.85695,5.57362 -0.6672,7.54675 10.80274,13.60946 28.33309,20.56786 45.41853,21.94999 9.24832,0.45125 18.71723,0.0686 27.67903,-2.2088 4.07476,-1.55236 9.66849,-3.5299 10.72191,-8.21403 -0.19208,-5.2102 -7.0525,-6.06949 -10.69883,-3.91142 -12.51089,4.05985 -26.42651,5.4751 -38.86125,1.01236 -11.84707,-3.45611 -21.98692,-11.13473 -32.97095,-16.1979 -0.10279,0.007 -0.2176,0.003 -0.32206,0 z m -38.17098,74.52416 -0.59816,0.43713 -0.41418,0.29915 c -4.80216,2.51442 -10.1466,8.2836 -7.08662,13.98909 3.39949,6.82534 16.51071,5.06102 16.08294,-3.24423 -0.46536,-4.92171 -4.71672,-8.2238 -7.98398,-11.48114 z m 5.45521,-166.71724 c -0.52943,0.11951 -1.2197,0.39662 -2.13975,0.75928 -1.35494,0.53408 -2.7534,1.00092 -4.18758,1.42653 -1.43419,0.42558 -2.90337,0.81162 -4.39457,1.1274 -2.98244,0.63156 -6.0574,1.03515 -9.13428,1.21944 -3.07695,0.1843 -6.16386,0.13557 -9.15735,-0.13805 -1.49675,-0.13681 -2.95213,-0.32193 -4.39458,-0.57522 -1.44261,-0.25329 -2.86753,-0.57223 -4.23354,-0.94334 -4.80478,-1.30524 -7.21839,-1.95274 -8.55917,-2.04773 -0.67038,-0.0475 -1.06166,0.0328 -1.35746,0.25309 -0.29581,0.22025 -0.48751,0.57058 -0.73634,1.03537 -0.22705,0.42421 -0.2337,0.95972 -0.0459,1.56457 0.18776,0.60485 0.55428,1.27202 1.05838,1.97872 0.5041,0.7067 1.14149,1.45602 1.86374,2.1858 0.72197,0.72977 1.52798,1.4427 2.36979,2.11677 0.84174,0.67407 1.73694,1.30109 2.59997,1.84066 0.86293,0.53959 1.69895,1.00817 2.48489,1.3345 0.78592,0.32632 1.50629,0.51791 2.11676,0.55221 0.61036,0.0343 1.11297,-0.10063 1.44947,-0.43717 0.42495,-0.42487 1.00737,-0.79953 1.58763,-1.08138 0.58026,-0.28187 1.15498,-0.45742 1.6106,-0.46018 0.91105,-0.006 2.3745,-0.20382 3.24418,-0.43717 0.34317,-0.0921 0.72611,-0.10175 1.12742,-0.023 0.40132,0.0788 0.81435,0.24281 1.24248,0.46017 0.856,0.43471 1.73281,1.11374 2.50787,1.90968 0.77497,0.79597 1.44366,1.70045 1.8867,2.59996 0.22152,0.44976 0.39167,0.90713 0.4832,1.33449 0.0914,0.42734 0.11592,0.82371 0.046,1.19644 -0.0742,0.39479 -0.0456,0.79654 0.092,1.17341 0.13741,0.37689 0.38801,0.7458 0.73623,1.10441 0.34823,0.3586 0.79935,0.69541 1.35747,1.03539 0.55822,0.33996 1.21155,0.66834 1.97873,0.98935 1.53444,0.642 3.50133,1.25361 5.8672,1.81765 2.36577,0.56406 5.1383,1.08124 8.32903,1.56458 5.75176,0.87133 8.85948,1.31032 10.7219,1.31147 0.93112,5.8e-4 1.53868,-0.10548 2.02476,-0.32212 0.48601,-0.21664 0.84991,-0.55572 1.24241,-0.98935 0.32149,-0.35528 0.56131,-0.61062 0.69026,-0.87431 0.12886,-0.26371 0.13815,-0.51742 0.023,-0.82831 -0.23025,-0.62178 -0.9933,-1.48599 -2.50786,-3.12915 -1.01243,-1.09824 -1.93352,-2.27849 -2.761,-3.54327 -0.82757,-1.2648 -1.57233,-2.60889 -2.20886,-4.02648 -0.63654,-1.41758 -1.17121,-2.907 -1.6106,-4.46362 -0.43939,-1.55664 -0.77637,-3.17286 -1.01234,-4.85478 -0.18973,-1.35168 -0.34194,-2.36847 -0.50616,-3.10612 -0.16432,-0.73766 -0.34383,-1.20227 -0.62125,-1.44953 -0.27742,-0.24726 -0.64404,-0.28057 -1.17346,-0.16106 z m -4.09548,4.34858 0.0921,0.32213 c 1.78195,6.06118 6.29076,10.78303 8.14492,16.72708 -8.28991,-0.61741 -16.8475,-2.73868 -22.5712,-9.0653 -2.38633,-1.89303 -4.87598,-3.68032 -7.63885,-5.01583 7.45736,0.82766 15.08308,-0.0941 21.97304,-2.96808 z m -17.50617,18.66196 c -0.1975,0 -0.50551,0.61835 -0.85121,1.58756 -0.34588,0.96923 -0.71925,2.28283 -1.08145,3.70436 -0.3623,1.42153 -0.69637,2.94564 -0.94331,4.30257 -0.24703,1.35693 -0.41417,2.56081 -0.41417,3.33621 0,0.76003 0.12211,1.42505 0.34514,2.02474 0.22302,0.59969 0.55456,1.12674 0.98937,1.56457 0.4347,0.43783 0.97555,0.78393 1.61058,1.05839 0.63495,0.27443 1.36189,0.46564 2.18571,0.57519 0.82392,0.10956 1.73665,0.14889 2.73811,0.0921 1.00127,-0.0568 2.09961,-0.18938 3.26716,-0.41415 2.33482,-0.44954 4.98383,-1.23956 7.91485,-2.36987 2.20288,-0.84949 4.31459,-1.85725 6.18919,-2.87605 1.8748,-1.01881 3.50932,-2.04588 4.7398,-2.99108 1.2304,-0.9452 2.05384,-1.81017 2.32385,-2.43889 0.13496,-0.31436 0.14134,-0.56957 -0.0231,-0.75928 -0.16441,-0.1897 -0.48601,-0.31045 -0.98926,-0.34513 -3.73245,-0.25711 -8.33945,-0.87953 -12.56258,-1.6566 -2.1117,-0.38853 -4.12108,-0.80951 -5.89019,-1.24244 -1.76909,-0.43294 -3.30101,-0.89121 -4.41763,-1.31149 -2.7036,-1.01765 -5.01376,-1.84067 -5.1309,-1.84066 z m 1.93277,4.53264 c 4.8679,1.42444 10.03191,1.74263 14.86334,3.19816 -4.4274,1.39349 -8.90911,5.03485 -13.73593,4.02648 -3.78525,-1.14766 -2.81605,-4.64016 -1.12741,-7.22464 z" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" + sodipodi:nodetypes="cccccccscsccscsccsccccscccscscsssccsccccccccccssscccssccssccccccssscccccccccsccsccsscccscsccssscsccccscsccscccccccscccsccccssssccccccssscsscsscccccscccsccsccsccscsccccccssscsscssscccccccccccccscscssssccccccsssccccccscsccsscccsccscscccsscsccssscccccsccscccccccsccsccccccscsccsccccsccscccsccccccccccsccccccscccccscscccccccccccccccsccccssccccccccsssccccccccccscccscccsccssscssscssssscccccccsccccccscccccscccccccscccccccccscccccccccccsccccscsssssscscsscccsscccscscccscccsscsscscccccscsscscscccccccccscccccccccccccccccscccccccssccccccscscccccscccccccccccccccccccccccccccccccccccccccccsccccccscccccssccccccccccccccscccscccsccccccscscccsscccsccccccccsccccccccscccsccssccccccccsccscscccscccccccsccccscscscscscsccccccccccccsccccscccsccccscccccssssscscccscsscscsccscscscsccsccccscscccssscsccscssscscccsscssccccsscscscscssccsccccccccsscccccccccccccccssscsccccccsccccccccssccccccsccccccccccsccccscccccccccsssccccsccsscsccscsccccsccccccccsssccsccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccscccscscccssccccsccscccccccsccccccccccccscccccccccccccccccccccccccsscccsccccccscccccccsccccccccccscccccccscccccassccccccccccccccccsccccccsccccccsccccccccccccsccccccccccccsccccccccsccccccscccccccccccsccsccssccccccccccccccccccccccsccsccscccccscccsccccssscsccscccccccscccccccsscccccccccsccscccccscsccssccccccccsccccccsscccccccccccccccccccccccccccscssccccccccccccccccccccccccccccccsccscsssccscccscccsccccccccscccccccssccccccssccscccccccccccccsccssccsccccccsccccc" /> + <path + inkscape:label="#path5301" + style="fill:#999999;fill-opacity:0.21495325;stroke:none;display:inline" + d="m 611.30023,146.84859 c -2.09268,4.32507 3.83297,7.69978 7.24766,5.17688 2.78349,-2.47467 3.27617,2.25897 4.34852,3.95745 3.04676,7.70287 3.95658,16.38722 4.00347,24.36586 -5.03767,0.26868 -5.8039,6.41376 -5.59101,10.37678 -0.19845,2.80596 -0.29946,5.99077 1.63359,8.26 -1.64287,-2.25234 -6.05291,-2.16711 -5.54497,1.33449 0.004,2.48173 1.96991,6.27887 -1.8867,6.74146 -7.16363,3.77051 -15.0603,6.30326 -23.21553,5.06184 -2.99668,0.24236 1.05425,-1.39052 1.35757,-2.83003 2.02278,-5.95752 9.24287,-4.54773 13.759,-7.06356 2.97462,-0.8667 4.67527,-4.9774 1.38053,-6.60342 -1.6424,-1.01776 -5.66894,-0.54656 -3.9805,-3.68134 2.0439,-8.66341 7.46196,-18.18255 3.1291,-26.98883 -2.00732,-2.14979 1.47124,-4.22035 0.6673,-6.78746 -0.26316,-2.10129 -1.78721,-3.45093 -1.10444,-5.61404 0.31663,-2.41793 -3.47461,-3.61871 -1.74856,-5.61405 1.67729,0.68444 4.44625,-0.0727 5.54497,-0.092 z" + id="darker_shadow" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="opacity:0.3356328;fill:#808080;fill-opacity:0.54205609;stroke:none;display:inline" + d="m 630.5647,182.91854 c -0.10692,-0.0321 -0.28727,0.28359 -0.64421,0.89733 -0.28803,0.49488 -0.40648,0.93981 -0.34515,1.42652 0.0612,0.4867 0.30275,1.0181 0.73623,1.67961 0.43001,0.65635 0.73576,1.26487 0.92032,1.84067 0.18458,0.5758 0.24236,1.11405 0.18411,1.58758 -0.0582,0.47351 -0.2309,0.89296 -0.52923,1.24244 -0.29833,0.34949 -0.72957,0.62458 -1.26546,0.82832 -0.50618,0.19243 -0.95476,0.46367 -1.28845,0.73626 -0.3336,0.27259 -0.55223,0.53814 -0.55223,0.75928 0,0.27624 0.19987,0.41978 0.50618,0.46016 0.3064,0.0404 0.71671,-0.0153 1.17346,-0.16106 0.45674,-0.14573 0.95221,-0.36212 1.40352,-0.64424 0.45121,-0.28209 0.86049,-0.62064 1.15039,-0.98935 0.31494,-0.40055 0.54368,-0.91791 0.69026,-1.47254 0.14669,-0.55462 0.22491,-1.16299 0.20709,-1.74864 -0.0178,-0.58564 -0.12062,-1.13999 -0.29908,-1.63358 -0.17858,-0.4936 -0.44671,-0.91798 -0.78238,-1.19644 -0.30367,-0.25206 -0.57801,-0.65437 -0.78227,-1.10441 -0.20418,-0.45004 -0.33894,-0.94973 -0.34505,-1.38051 -0.0104,-0.7239 -0.0311,-1.09534 -0.13805,-1.1274 z" + id="path5333" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="opacity:0.3356328;fill:#808080;fill-opacity:0.54205609;stroke:none;display:inline" + d="m 630.5647,182.91854 c 0.10692,0.0321 0.12764,0.4035 0.13805,1.1274 0.006,0.43078 0.14087,0.93047 0.34505,1.38051 0.20426,0.45004 0.4786,0.85235 0.78227,1.10441 0.33567,0.27846 0.6038,0.70284 0.78238,1.19644 0.17846,0.49359 0.28127,1.04794 0.29908,1.63358 0.0178,0.58565 -0.0604,1.19402 -0.20709,1.74864 -0.14658,0.55463 -0.37532,1.07199 -0.69026,1.47254 -0.2899,0.36871 -0.69918,0.70726 -1.15039,0.98935 -0.45131,0.28212 -0.94678,0.49851 -1.40352,0.64424 -0.45675,0.14574 -0.86706,0.20143 -1.17346,0.16106 -0.30631,-0.0404 -0.50618,-0.18392 -0.50618,-0.46016 0,-0.22114 0.21863,-0.48669 0.55223,-0.75928 0.33369,-0.27259 0.78227,-0.54383 1.28845,-0.73626 0.53589,-0.20374 0.96713,-0.47883 1.26546,-0.82832 0.29833,-0.34948 0.47099,-0.76893 0.52923,-1.24244 0.0582,-0.47353 4.7e-4,-1.01178 -0.18411,-1.58758 -0.18456,-0.5758 -0.49031,-1.18432 -0.92032,-1.84067 -0.43348,-0.66151 -0.67499,-1.19291 -0.73623,-1.67961 -0.0613,-0.48671 0.0571,-0.93164 0.34515,-1.42652 0.35694,-0.61374 0.53729,-0.92939 0.64421,-0.89733 z" + id="path5331" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="opacity:0.3356328;fill:#808080;fill-opacity:0.54205609;stroke:none;display:inline" + d="m 635.6955,176.45319 c -0.0999,-0.0873 -0.27902,0.33989 -0.62115,1.19643 -0.21449,0.53693 -0.32825,1.16009 -0.36811,1.79466 -0.0401,0.63455 -5.6e-4,1.28096 0.11497,1.90968 0.11555,0.62874 0.30022,1.2292 0.55222,1.74865 1.16993,2.82531 1.34349,1.99926 1.72566,-0.25309 -0.33409,-0.56548 -0.64574,-1.36661 -0.87439,-2.1858 -0.22856,-0.81917 -0.37824,-1.66943 -0.39118,-2.34685 -0.0222,-1.17475 -0.0381,-1.77643 -0.13806,-1.86368 z" + id="path5329" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" + sodipodi:nodetypes="cccccccccc" /> + <path + style="opacity:0.3356328;fill:#808080;fill-opacity:0.54205609;stroke:none;display:inline" + d="m 635.6955,176.45319 c 0.1,0.0872 0.11582,0.68893 0.13806,1.86368 0.0129,0.67742 0.16262,1.52768 0.39118,2.34685 0.22865,0.81919 0.5403,1.62032 0.87439,2.1858 0.34765,0.58868 0.56927,1.1535 0.69016,1.6796 0.12089,0.52611 0.1388,0.99783 0.0461,1.40352 -0.0928,0.40568 -0.28202,0.73888 -0.5753,0.96635 -0.29317,0.22747 -0.82547,-0.35341 -1.30593,-0.36198 -1.66694,-0.41346 -1.19752,-0.42925 0.0884,-1.41011 0.55998,-0.42499 0.88562,0.40383 0.91855,0.13849 0.0328,-0.26534 -0.18429,-0.51552 -0.64431,-0.89732 -0.36953,-0.30667 -0.69131,-0.74603 -0.94332,-1.26546 -0.252,-0.51945 -0.43667,-1.11991 -0.55222,-1.74865 -0.11553,-0.62872 -0.15503,-1.27513 -0.11497,-1.90968 0.0399,-0.63457 0.15362,-1.25773 0.36811,-1.79466 0.34213,-0.85654 0.52126,-1.28371 0.62115,-1.19643 z" + id="path5327" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" + sodipodi:nodetypes="ccccscccccccccccc" /> + <path + style="opacity:0.3356328;fill:#808080;fill-opacity:0.54205609;stroke:none;display:inline" + d="m 647.47578,171.80549 c -0.22921,0 -0.36689,0.33041 -0.41416,0.92034 -0.0472,0.58994 -0.007,1.42868 0.13805,2.48491 0.25756,1.87879 0.49445,4.44651 0.52925,5.70607 0.0317,1.14506 0.0469,1.73847 0.13805,1.74864 0.0913,0.0102 0.26504,-0.55221 0.59827,-1.6566 0.19667,-0.65196 0.29448,-1.54587 0.32206,-2.53092 0.0277,-0.98505 -0.0321,-2.04968 -0.13805,-3.03711 -0.10598,-0.98743 -0.25604,-1.89485 -0.46012,-2.55393 -0.20408,-0.65908 -0.44661,-1.0814 -0.71335,-1.0814 z" + id="path5325" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="opacity:0.3356328;fill:#808080;fill-opacity:0.54205609;stroke:none;display:inline" + d="m 647.47578,171.80549 c 0.26674,0 0.50927,0.42232 0.71335,1.0814 0.20408,0.65908 0.35414,1.5665 0.46012,2.55393 0.10597,0.98743 0.16572,2.05206 0.13805,3.03711 -0.0276,0.98505 -0.12539,1.87896 -0.32206,2.53092 -0.33323,1.10439 -0.50701,1.66677 -0.59827,1.6566 -0.0912,-0.0102 -0.10635,-0.60358 -0.13805,-1.74864 -0.0348,-1.25956 -0.27169,-3.82728 -0.52925,-5.70607 -0.14471,-1.05623 -0.18522,-1.89497 -0.13805,-2.48491 0.0473,-0.58993 0.18495,-0.92034 0.41416,-0.92034 z" + id="path5323" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="opacity:0.3356328;fill:#808080;fill-opacity:0.54205609;stroke:none;display:inline" + d="m 645.58917,171.80549 c -0.26626,0 -0.46688,0.47876 -0.59826,1.38051 -0.13131,0.90176 -0.19828,2.22654 -0.18412,3.95743 0.0242,2.93586 0.0162,5.91776 -0.0229,6.62642 -0.0209,0.37799 -0.12744,0.68403 -0.27608,0.89732 -0.14867,0.21331 -0.3415,0.33512 -0.52925,0.36814 -0.18776,0.033 -0.36802,-0.0212 -0.50616,-0.18406 -0.13826,-0.16287 -0.23016,-0.43098 -0.23016,-0.80531 0,-0.28671 -0.30115,-0.75281 -0.78227,-1.28845 -0.48113,-0.53564 -1.12676,-1.13513 -1.79462,-1.67963 -0.66786,-0.54448 -1.37257,-1.04418 -1.93276,-1.35749 -0.5601,-0.3133 -0.99236,-0.45706 -1.15038,-0.29909 -0.11227,0.11229 0.0971,0.50569 0.50616,1.03536 0.40919,0.52966 1.01562,1.19536 1.74866,1.88669 1.04506,0.98563 1.7117,1.75175 2.11677,2.53092 0.40515,0.77917 0.55221,1.57559 0.55221,2.59995 0,0.7185 0.10448,1.4096 0.25314,1.9327 0.14864,0.5231 0.34963,0.89118 0.57519,0.96635 0.13448,0.0448 0.18654,0.14266 0.184,0.29912 -0.003,0.15645 -0.0705,0.36096 -0.184,0.59821 -0.22716,0.4745 -0.63495,1.08991 -1.15049,1.70261 -0.51555,0.61272 -1.12911,1.2214 -1.72558,1.72564 -0.59639,0.50425 -1.18678,0.88626 -1.65656,1.03537 -0.3939,0.12503 -0.91142,0.13573 -1.44957,0.023 -0.53825,-0.11272 -1.0959,-0.34819 -1.51859,-0.64424 -0.39477,-0.27653 -0.96929,-0.4321 -1.63359,-0.50618 -0.6642,-0.0741 -1.40708,-0.0579 -2.16272,0.046 -0.75583,0.10386 -1.51663,0.29483 -2.18589,0.55218 -0.66917,0.25738 -1.25187,0.57995 -1.65655,0.96636 -0.24001,0.22917 -0.29132,0.39763 -0.18411,0.50618 0.10729,0.10856 0.3683,0.14781 0.73632,0.13807 0.73603,-0.0195 1.91521,-0.25727 3.17515,-0.73628 0.80056,-0.30438 1.36179,-0.45346 1.84066,-0.39115 0.47888,0.0623 0.87352,0.33675 1.3345,0.8053 0.28191,0.28653 0.59085,0.49264 0.9434,0.64423 0.35245,0.1516 0.74749,0.25032 1.15039,0.2761 0.80571,0.0516 1.69183,-0.15518 2.57688,-0.5522 0.88507,-0.39703 1.7751,-0.99895 2.57698,-1.77164 0.80179,-0.77268 1.51458,-1.70855 2.07073,-2.78402 0.33191,-0.64182 0.63194,-2.23741 0.89735,-4.27955 0.26533,-2.04214 0.48253,-4.52359 0.62125,-6.92552 0.1387,-2.40194 0.20904,-4.72112 0.16102,-6.44236 -0.024,-0.8606 -0.0791,-1.5754 -0.16102,-2.07074 -0.082,-0.49534 -0.1978,-0.78229 -0.34514,-0.78229 z" + id="path5321" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="opacity:0.3356328;fill:#808080;fill-opacity:0.54205609;stroke:none;display:inline" + d="m 645.58917,171.80549 c 0.14734,0 0.26317,0.28695 0.34514,0.78229 0.082,0.49534 0.13702,1.21014 0.16102,2.07074 0.048,1.72124 -0.0223,4.04042 -0.16102,6.44236 -0.13872,2.40193 -0.35592,4.88338 -0.62125,6.92552 -0.26541,2.04214 -0.56544,3.63773 -0.89735,4.27955 -0.55615,1.07547 -1.26894,2.01134 -2.07073,2.78402 -0.80188,0.77269 -1.69191,1.37461 -2.57698,1.77164 -0.88505,0.39702 -1.77117,0.60378 -2.57688,0.5522 -0.4029,-0.0258 -0.79794,-0.1245 -1.15039,-0.2761 -0.35255,-0.15159 -0.66149,-0.3577 -0.9434,-0.64423 -0.46098,-0.46855 -0.85562,-0.74298 -1.3345,-0.8053 -0.47887,-0.0623 -1.0401,0.0868 -1.84066,0.39115 -1.25994,0.47901 -2.43912,0.71678 -3.17515,0.73628 -0.36802,0.01 -0.62903,-0.0295 -0.73632,-0.13807 -0.10721,-0.10855 -0.0559,-0.27701 0.18411,-0.50618 0.40468,-0.38641 0.98738,-0.70898 1.65655,-0.96636 0.66926,-0.25735 1.43006,-0.44832 2.18589,-0.55218 0.75564,-0.10388 1.49852,-0.12012 2.16272,-0.046 0.6643,0.0741 1.23882,0.22965 1.63359,0.50618 0.42269,0.29605 0.98034,0.53152 1.51859,0.64424 0.53815,0.11271 1.05567,0.10201 1.44957,-0.023 0.46978,-0.14911 1.06017,-0.53112 1.65656,-1.03537 0.59647,-0.50424 1.21003,-1.11292 1.72558,-1.72564 0.51554,-0.6127 0.92333,-1.22811 1.15049,-1.70261 0.11349,-0.23725 0.18147,-0.44176 0.184,-0.59821 0.003,-0.15646 -0.0495,-0.25429 -0.184,-0.29912 -0.22556,-0.0752 -0.42655,-0.44325 -0.57519,-0.96635 -0.14866,-0.5231 -0.25314,-1.2142 -0.25314,-1.9327 0,-1.02436 -0.14706,-1.82078 -0.55221,-2.59995 -0.40507,-0.77917 -1.07171,-1.54529 -2.11677,-2.53092 -0.73304,-0.69133 -1.33947,-1.35703 -1.74866,-1.88669 -0.4091,-0.52967 -0.61843,-0.92307 -0.50616,-1.03536 0.15802,-0.15797 0.59028,-0.0142 1.15038,0.29909 0.56019,0.31331 1.2649,0.81301 1.93276,1.35749 0.66786,0.5445 1.31349,1.14399 1.79462,1.67963 0.48112,0.53564 0.78227,1.00174 0.78227,1.28845 0,0.37433 0.0919,0.64244 0.23016,0.80531 0.13814,0.16285 0.3184,0.21708 0.50616,0.18406 0.18775,-0.033 0.38058,-0.15483 0.52925,-0.36814 0.14864,-0.21329 0.25517,-0.51933 0.27608,-0.89732 0.0391,-0.70866 0.0471,-3.69056 0.0229,-6.62642 -0.0142,-1.73089 0.0528,-3.05567 0.18412,-3.95743 0.13138,-0.90175 0.332,-1.38051 0.59826,-1.38051 z" + id="path5319" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="opacity:0.3356328;fill:#808080;fill-opacity:0.54205609;stroke:none;display:inline" + d="m 643.31137,166.32951 c -0.4031,0.11744 -0.78303,0.30582 -1.12751,0.55219 -0.34429,0.24638 -0.65528,0.56243 -0.92032,0.94335 -0.7276,1.04585 -2.27265,3.03377 -3.42819,4.41761 -0.57784,0.69191 -1.00888,1.31559 -1.2425,1.77165 -0.23353,0.45603 -0.26944,0.73624 -0.0459,0.73624 0.22339,0 0.42786,0.14321 0.57509,0.36816 0.14735,0.22493 0.23016,0.53304 0.23016,0.87432 0,0.34127 0.19301,0.8467 0.4832,1.38048 0.29016,0.5338 0.68717,1.09597 1.1274,1.56458 0.88047,0.93723 1.87443,1.70261 2.20877,1.70261 0.26523,0 0.44156,-0.0732 0.52925,-0.20707 0.0876,-0.1339 0.0791,-0.33925 0,-0.57521 -0.15841,-0.47192 -0.64197,-1.10542 -1.40351,-1.79465 -0.45835,-0.41471 -0.76391,-0.90416 -0.9664,-1.44951 -0.20249,-0.54538 -0.29289,-1.15617 -0.27611,-1.77166 0.0168,-0.6155 0.12249,-1.23859 0.32206,-1.86368 0.19969,-0.62509 0.48235,-1.24347 0.82834,-1.81765 0.34598,-0.57419 0.76361,-1.10185 1.2195,-1.56458 0.45581,-0.46273 0.96629,-0.85964 1.49553,-1.15041 0.52925,-0.29078 1.06729,-0.47091 1.63358,-0.52919 0.56619,-0.0583 1.15892,-0.005 1.72558,0.23008 0.71804,0.29739 1.34603,0.75365 1.90979,1.31146 0.56375,0.55783 1.06073,1.22513 1.44948,2.00174 0.38874,0.77662 0.68145,1.64614 0.87427,2.59995 0.19293,0.9538 0.27695,1.99374 0.25313,3.08311 -0.021,0.96175 0.049,1.82801 0.16105,2.4619 0.11206,0.63388 0.26916,1.03537 0.4602,1.03537 0.14621,0 0.26888,-0.1203 0.36811,-0.34511 0.0992,-0.22481 0.17529,-0.54837 0.23006,-0.94335 0.10964,-0.78997 0.12201,-1.87126 0.0691,-3.01409 -0.0531,-1.14285 -0.17293,-2.34664 -0.36821,-3.40525 -0.19527,-1.05861 -0.4649,-1.97062 -0.78226,-2.5079 -0.63588,-1.07653 -1.41882,-1.96169 -2.27781,-2.64597 -0.85909,-0.68429 -1.77632,-1.17937 -2.69196,-1.42651 -0.91582,-0.24717 -1.81695,-0.2579 -2.62294,-0.023 z" + id="path5313" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="opacity:0.3356328;fill:#808080;fill-opacity:0.54205609;stroke:none;display:inline" + d="m 643.31137,166.32951 c 0.80599,-0.23489 1.70712,-0.22416 2.62294,0.023 0.91564,0.24714 1.83287,0.74222 2.69196,1.42651 0.85899,0.68428 1.64193,1.56944 2.27781,2.64597 0.31736,0.53728 0.58699,1.44929 0.78226,2.5079 0.19528,1.05861 0.31513,2.2624 0.36821,3.40525 0.0529,1.14283 0.0405,2.22412 -0.0691,3.01409 -0.0548,0.39498 -0.13083,0.71854 -0.23006,0.94335 -0.0992,0.22481 -0.2219,0.34511 -0.36811,0.34511 -0.19104,0 -0.34814,-0.40149 -0.4602,-1.03537 -0.112,-0.63389 -0.18205,-1.50015 -0.16105,-2.4619 0.0238,-1.08937 -0.0602,-2.12931 -0.25313,-3.08311 -0.19282,-0.95381 -0.48553,-1.82333 -0.87427,-2.59995 -0.38875,-0.77661 -0.88573,-1.44391 -1.44948,-2.00174 -0.56376,-0.55781 -1.19175,-1.01407 -1.90979,-1.31146 -0.56666,-0.23476 -1.15939,-0.28839 -1.72558,-0.23008 -0.56629,0.0583 -1.10433,0.23841 -1.63358,0.52919 -0.52924,0.29077 -1.03972,0.68768 -1.49553,1.15041 -0.45589,0.46273 -0.87352,0.99039 -1.2195,1.56458 -0.34599,0.57418 -0.62865,1.19256 -0.82834,1.81765 -0.19957,0.62509 -0.30526,1.24818 -0.32206,1.86368 -0.0168,0.61549 0.0736,1.22628 0.27611,1.77166 0.20249,0.54535 0.50805,1.0348 0.9664,1.44951 0.76154,0.68923 1.2451,1.32273 1.40351,1.79465 0.0791,0.23596 0.0876,0.44131 0,0.57521 -0.0877,0.1339 -0.26402,0.20707 -0.52925,0.20707 -0.33434,0 -1.3283,-0.76538 -2.20877,-1.70261 -0.44023,-0.46861 -0.48369,-1.03078 -0.77385,-1.56458 -0.29019,-0.53378 -0.83675,-1.03921 -0.83675,-1.38048 0,-0.34128 -0.0828,-0.64939 -0.23016,-0.87432 -0.14723,-0.22495 -0.68316,-0.41235 -0.90655,-0.41235 -0.22349,0 -0.20967,-0.87684 0.0238,-1.33287 0.23362,-0.45606 1.01821,-0.43892 1.59605,-1.13083 1.15554,-1.38384 2.70059,-3.37176 3.42819,-4.41761 0.26504,-0.38092 0.57603,-0.69697 0.92032,-0.94335 0.34448,-0.24637 0.72441,-0.43475 1.12751,-0.55219 z" + id="ear_windings" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" + sodipodi:nodetypes="cccsscscscccccccscccsccccsscscscccccc" /> + <path + style="opacity:0.78099174;fill:#b2a685;fill-opacity:0.68235294;stroke:none;display:inline" + id="path5377" + d="m 465.12055,298.32932 c 0.62124,-0.0212 1.11626,0.0113 1.49553,0.11504 0.37937,0.10376 0.63231,0.27945 0.78236,0.52921 0.14998,0.24974 0.20474,0.57264 0.13797,0.98934 -0.0667,0.41671 -0.23531,0.91391 -0.50616,1.51855 -0.54163,1.20929 -1.47846,2.81387 -2.761,4.9008 -1.43287,2.33157 -2.76136,4.20569 -3.9805,5.63705 -0.60952,0.71568 -1.17966,1.32025 -1.74856,1.81764 -0.56891,0.49743 -1.11972,0.88978 -1.65665,1.17344 -0.53684,0.28369 -1.07414,0.47776 -1.58754,0.5522 -0.51337,0.0744 -1.02012,0.0382 -1.51859,-0.092 -0.49838,-0.13027 -0.98045,-0.3598 -1.47246,-0.69025 -0.49219,-0.33046 -0.97829,-0.76235 -1.47255,-1.28848 -0.55306,-0.58863 -0.95267,-1.23158 -1.2195,-1.90968 -0.26673,-0.67811 -0.40872,-1.38902 -0.41417,-2.11677 -0.005,-0.72776 0.11423,-1.47121 0.34514,-2.20881 0.23101,-0.73759 0.56994,-1.47819 1.01242,-2.18579 0.44251,-0.70762 0.9814,-1.38694 1.61061,-2.02475 0.62902,-0.63779 1.34885,-1.22046 2.13975,-1.74863 0.79081,-0.52816 1.67231,-1.00179 2.59996,-1.38049 0.92765,-0.37872 1.90546,-0.66188 2.94509,-0.85133 2.28578,-0.41655 4.02627,-0.69381 5.26885,-0.73626 z m -3.17515,15.78374 c -0.14189,4.20621 3.02566,7.93115 7.08654,8.78921 -1.20122,0.97318 -2.26758,2.22997 -2.64593,3.75035 -4.73454,-2.54283 -9.59559,-5.09785 -13.4599,-8.85821 3.44356,0.70739 6.68194,-1.48 9.01929,-3.68135 z" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="opacity:0.78099174;fill:#b2a685;fill-opacity:0.68235294;stroke:none;display:inline" + id="path5381" + d="m 477.11281,298.50522 c 0.57696,-1e-5 1.06277,0.22531 1.49561,0.64424 0.43264,0.41892 0.79297,1.03286 1.08135,1.77164 0.28841,0.73879 0.52306,1.6174 0.66721,2.57693 0.14415,0.95955 0.20718,2.0019 0.20709,3.08314 -2e-4,1.08121 -0.0627,2.18637 -0.20709,3.29018 -0.14444,1.10383 -0.37852,2.19384 -0.66721,3.22118 -0.28867,1.02733 -0.64853,2.00128 -1.08135,2.85305 -0.43293,0.85174 -0.94153,1.58568 -1.51859,2.16277 -0.77217,0.77215 -1.40372,1.36491 -1.97872,1.81767 -0.57502,0.45275 -1.07734,0.77816 -1.61061,0.96636 -0.53326,0.18818 -1.10171,0.25163 -1.74866,0.23008 -0.64693,-0.0216 -1.38484,-0.14567 -2.30077,-0.32213 -0.42757,-0.0823 -0.79982,-0.26815 -1.1275,-0.5752 -0.32751,-0.30705 -0.60522,-0.72159 -0.82825,-1.24245 -0.22301,-0.52088 -0.39231,-1.13985 -0.50625,-1.86368 -0.11376,-0.72385 -0.16093,-1.54598 -0.16093,-2.4619 0,-0.38117 0.11319,-0.93776 0.34504,-1.58757 0.23192,-0.64981 0.56018,-1.40374 0.96637,-2.23181 0.81238,-1.65619 1.91898,-3.57992 3.08306,-5.40698 1.16417,-1.82705 2.39607,-3.55675 3.45127,-4.83175 0.52763,-0.63751 1.01251,-1.15461 1.42658,-1.51855 0.41407,-0.36395 0.76943,-0.57521 1.01235,-0.57522 z" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#333333;fill-opacity:0.25700935;stroke:none;display:inline" + id="path5393" + d="m 477.88504,300.51197 c 0.27366,0.0959 0.54724,0.43063 0.80526,0.96635 0.25819,0.53573 0.50447,1.28004 0.71334,2.1858 0.20886,0.90575 0.3801,1.96916 0.50617,3.17516 0.13524,1.29442 0.18175,2.42312 0.13805,3.42825 -0.0437,1.00509 -0.17885,1.88479 -0.43723,2.71499 -0.25829,0.83018 -0.6188,1.60018 -1.12732,2.36985 -0.50852,0.76966 -1.16137,1.54632 -1.95574,2.36985 -0.81164,0.84146 -1.52891,1.44938 -2.16282,1.86369 -0.63381,0.41428 -1.18312,0.63073 -1.63357,0.66724 -0.45046,0.0365 -0.82017,-0.0992 -1.08137,-0.39114 -0.26129,-0.29191 -0.41688,-0.74052 -0.4832,-1.31148 -0.0663,-0.57096 -0.0423,-1.27013 0.092,-2.07075 0.13439,-0.80063 0.37251,-1.68805 0.71325,-2.66898 0.34082,-0.98092 0.8046,-2.04027 1.35756,-3.15214 0.55288,-1.11185 1.20788,-2.28084 1.97871,-3.47426 1.42529,-2.20699 2.33258,-3.90568 2.69196,-4.9238 0.1797,-0.50904 0.22435,-0.8413 0.11509,-0.98936 -0.10936,-0.14805 -0.36897,-0.1174 -0.78238,0.13805 -0.28089,0.17362 -0.44032,0.23408 -0.48319,0.16107 -0.0428,-0.073 0.0338,-0.28044 0.23016,-0.59823 0.25566,-0.41369 0.53158,-0.55608 0.80525,-0.46016 z" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#333333;fill-opacity:0.37850467;stroke:none;display:inline" + id="path5387" + d="m 464.21813,299.17747 c -0.73434,0.13425 -1.67043,0.54443 -2.71504,1.21946 -1.04458,0.67501 -2.20342,1.60878 -3.33617,2.78401 -0.92559,0.96031 -1.65309,1.80729 -2.20877,2.59995 -0.55579,0.79266 -0.92147,1.53943 -1.12752,2.23181 -0.20595,0.69238 -0.26166,1.34223 -0.13795,2.00173 0.1236,0.6595 0.41782,1.30777 0.8513,2.00173 0.28886,0.46251 0.51836,0.80853 0.73623,1.03536 0.21787,0.22685 0.42382,0.33537 0.64432,0.32212 0.2203,-0.0132 0.46292,-0.13342 0.7592,-0.39112 0.29626,-0.25774 0.63587,-0.64382 1.08145,-1.15043 0.84877,-0.96515 2.02195,-2.60132 3.19813,-4.41761 1.17618,-1.81629 2.36108,-3.8127 3.24419,-5.52201 0.2761,-0.53458 0.45543,-0.98095 0.52913,-1.35749 0.0737,-0.37654 0.0551,-0.67375 -0.046,-0.89733 -0.10101,-0.22359 -0.30415,-0.38448 -0.55212,-0.46018 -0.24797,-0.0757 -0.55316,-0.0671 -0.92034,0 z" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="opacity:0.42975207;fill:#ffcc00;fill-opacity:0.54205609;stroke:none;display:inline" + d="m 573.98317,482.80053 c 0.81881,0.0555 1.58947,0.24726 2.51817,0.58655 0.9288,0.33938 2.00369,0.81549 3.45176,1.46635 2.26923,1.02016 3.96428,1.67182 5.5141,2.0755 1.54973,0.40377 2.96532,0.56649 4.68911,0.58655 1.21604,0.0142 2.1336,0.093 2.80054,0.36097 0.33344,0.13406 0.61811,0.31965 0.82492,0.56402 0.20671,0.24438 0.34706,0.53906 0.43423,0.92493 0.17413,0.77186 0.11007,1.85847 -0.15204,3.38394 -0.2621,1.52555 -0.72572,3.49442 -1.36762,6.0235 -0.28617,1.12712 -0.46573,1.95342 -0.7381,2.61693 -0.27237,0.66357 -0.63926,1.15087 -1.28089,1.64682 -0.64157,0.49603 -1.55867,0.99985 -2.9524,1.6243 -1.39372,0.62453 -3.26751,1.38753 -5.7963,2.43647 -3.24177,1.34477 -7.89761,3.56674 -14.82729,7.10635 -6.92962,3.53968 -16.1342,8.38334 -28.4388,14.97966 -2.91633,1.60791 -8.0723,3.74102 -6.38373,6.68358 1.12133,1.95407 0.91656,0.38298 2.86343,0.74042 0.84845,-0.003 3.40184,-1.04892 4.62611,-1.53441 1.22417,-0.48547 2.68473,-1.53304 4.25224,-2.50083 1.30524,-0.80573 3.27592,-1.29264 4.38072,-1.82551 1.10472,-0.53277 2.2861,-0.22966 2.65706,-0.23226 0.7419,-0.005 4.31578,-0.66011 7.94555,-1.44381 2.28943,-0.49423 4.50992,-0.84658 6.6429,-1.08287 2.13297,-0.23621 4.17517,-0.36601 6.10027,-0.36096 1.92502,0.005 3.73986,0.13109 5.40553,0.36096 1.66556,0.22992 3.18247,0.57723 4.53717,1.01522 1.35471,0.43798 2.54631,0.97233 3.53865,1.60171 0.99225,0.62944 1.78777,1.339 2.36623,2.14321 0.28928,0.40209 0.51864,0.84319 0.69465,1.28586 0.1761,0.44276 0.31255,0.89496 0.36909,1.37619 0.0565,0.48122 0.0477,0.99386 -0.0218,1.51146 -0.0695,0.51768 -0.21052,1.0498 -0.41236,1.60179 -0.43741,1.19569 -0.77218,2.20839 -0.99861,3.09063 -0.22655,0.88233 -0.35212,1.63738 -0.36911,2.25599 -0.017,0.61868 0.0693,1.1067 0.26052,1.51153 0.19106,0.40485 0.49218,0.70668 0.89003,0.9475 0.54953,0.33259 0.98985,0.53099 1.36772,0.58656 0.59589,-0.75801 1.22284,-1.48042 1.84528,-2.21085 0.0833,-0.22675 0.15062,-0.29382 0.23875,-0.56403 0.35396,-1.08482 0.75376,-2.53628 1.25913,-4.4217 0.30609,-1.14149 0.65714,-2.18041 0.97694,-2.93278 0.31973,-0.7523 0.62412,-1.21821 0.80314,-1.21821 0.35838,6e-5 1.93006,-0.96485 3.49519,-2.14315 1.48045,-1.11442 2.96399,-2.03493 4.4938,-2.77489 1.52975,-0.73981 3.10798,-1.28847 4.75426,-1.66941 1.64636,-0.3809 3.3584,-0.59414 5.18845,-0.63169 1.83017,-0.0375 3.78032,0.0932 5.86143,0.38356 0.85297,0.11904 1.51806,0.24127 2.14927,0.45119 0.6312,0.20994 1.22392,0.5109 1.91033,1.01515 1.37283,1.0086 4.8951,2.62043 8.15032,6.02719 2.80017,1.28069 3.79397,5.30097 6.56848,5.91027 0.57794,-0.0861 2.23233,1.62481 2.51825,1.31288 0.28591,-0.31186 -1.22384,-2.06589 -0.80332,-1.88022 1.76177,0.77787 0.72364,-0.78286 0.42808,-1.31216 -0.29565,-0.52924 -1.62321,-1.25762 -2.20815,-1.77849 -0.56377,-0.50194 -1.91024,-2.14848 -3.64713,-4.37659 -1.73697,-2.22811 -3.8549,-5.03989 -5.92656,-7.91851 -4.1433,-5.75717 -7.7307,-10.63015 -7.96723,-10.82868 -0.76899,-0.64517 -1.40268,-1.37436 -1.88867,-2.09801 -0.48607,-0.72366 -0.82976,-1.43105 -0.99861,-2.0981 -0.16891,-0.6669 -0.16087,-1.28449 0.0217,-1.75966 0.0913,-0.2375 0.2269,-0.44477 0.41246,-0.60908 0.18548,-0.16424 0.41068,-0.28689 0.69473,-0.36094 0.54519,-0.14216 0.96472,-0.27542 1.23736,-0.4512 0.27255,-0.17579 0.41247,-0.39648 0.41247,-0.65428 0,-0.25772 -0.13992,-0.55948 -0.41247,-0.94751 -0.27264,-0.38794 -0.69217,-0.85466 -1.23736,-1.42122 -0.36819,-0.38254 -0.67429,-0.84162 -0.91181,-1.37618 -0.23759,-0.53451 -0.40997,-1.1446 -0.52103,-1.80478 -0.11105,-0.66004 -0.1415,-1.38375 -0.13026,-2.14315 0.0112,-0.75929 0.0659,-1.5591 0.1954,-2.39132 0.259,-1.66437 0.74703,-3.43631 1.45451,-5.23387 0.70741,-1.79756 1.63407,-3.62696 2.75701,-5.34671 0.64687,-0.99052 1.18834,-2.03751 1.60645,-3.13576 0.41813,-1.09823 0.71236,-2.23142 0.91182,-3.38397 0.19947,-1.15253 0.29131,-2.32072 0.2822,-3.47418 -0.01,-1.15347 -0.11797,-2.30551 -0.32564,-3.40655 -0.20762,-1.101 -0.51556,-2.16308 -0.91181,-3.15838 -0.39608,-0.99515 -0.87986,-1.91616 -1.45443,-2.75228 -0.57458,-0.83605 -1.23268,-1.58728 -1.97555,-2.21086 -0.74288,-0.62352 -1.57363,-1.13123 -2.47482,-1.48894 -5.17745,-0.12259 -40.3333,17.20198 -42.22401,19.15325 z" + sodipodi:nodetypes="csssssssssssssscscsssssssssssssssssssccsssssssssssccssssssssssssssssssssssssssssscc" + id="duck foot" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#63391b;fill-opacity:1;stroke:none;display:inline" + d="m 437.17108,437.37179 c -1.09721,1.08046 -9.69395,5.31852 -12.18989,7.1315 -2.49605,1.81306 -5.77559,4.06943 -9.98559,6.92555 -1.32455,0.89856 -2.48994,1.92144 -3.52036,3.06009 -4.50126,4.80687 -5.12134,11.91042 -4.42681,17.69347 0.56936,5.75871 3.37433,11.3015 6.04812,15.49765 1.67648,4.49563 4.90859,7.26623 6.09721,11.87545 1.36655,5.29919 2.56944,11.24806 -1.43714,14.59418 -0.35789,0.64195 -0.8045,1.1415 -1.3345,1.47253 -1.47316,2.68201 0.31386,4.60503 1.31832,5.78125 2.93324,0.2993 5.75972,0.40813 7.93105,-1.54772 0.34428,-0.31767 0.58907,-0.64451 0.71324,-0.98939 0.12409,-0.34473 0.1358,-0.70748 -0.023,-1.05837 -0.1616,-0.35688 -0.32187,-1.70897 -0.43724,-3.61229 -0.11535,-1.90332 -0.19357,-4.34861 -0.20698,-6.87954 -0.0137,-2.55963 0.038,-4.3364 -0.046,-5.84412 -0.084,-1.50765 -0.29534,-2.75135 -0.80535,-4.25652 -0.51001,-1.50515 -1.3313,-3.26902 -2.62294,-5.82114 -1.29163,-2.55199 -3.04713,-5.88942 -5.47602,-10.53785 -0.93721,-1.79361 -1.6862,-3.73523 -2.20877,-5.70607 -0.5225,-1.97076 -0.82617,-3.9698 -0.92035,-5.84412 -0.0941,-1.87418 0.0201,-3.62679 0.36812,-5.13084 0.17407,-0.75202 0.4031,-1.43955 0.69027,-2.04778 0.28718,-0.60817 0.63344,-1.13437 1.03541,-1.56457 0.91011,-0.97379 1.98631,-1.9841 3.17515,-2.9911 1.18885,-1.0069 2.49868,-2.0061 3.86544,-2.99108 2.7334,-1.96982 5.71987,-3.85583 8.55907,-5.40694 1.41966,-0.77549 2.80076,-1.45957 4.09548,-2.04777 1.29474,-0.58806 2.49736,-1.08092 3.56625,-1.42653 4.64249,-3.02332 7.58933,1.05915 5.27343,4.50209 -0.92765,1.25645 -3.76374,3.87804 -5.50348,5.36855 -4.99503,3.85193 -10.21822,6.98986 -12.65698,12.68757 -2.47877,12.14093 7.51195,18.59712 8.94706,30.27316 1.24253,10.10918 -7.91959,20.39704 -1.54497,26.11211 2.01648,0.932 3.66089,1.25431 6.14288,-0.29879 -0.36784,-0.48625 -1.38636,-3.68488 -1.55526,-4.37364 -0.16891,-0.68864 -0.2387,-1.50075 -0.20709,-2.4389 0.0316,-0.93807 0.15748,-2.0095 0.39119,-3.24413 0.23363,-1.23458 0.57501,-2.63246 1.01233,-4.21057 1.83309,-7.52773 1.57117,-14.19702 -0.62126,-20.82255 -0.85918,-2.57098 -2.01725,-5.34818 -3.45125,-8.44411 -1.04967,-2.26602 -1.80999,-4.14526 -2.27781,-5.72906 -0.86302,-4.59954 0.34716,-7.15164 3.86844,-9.2202 3.51361,-2.06405 2.60462,-0.75784 3.65521,-1.66278 1.0507,-0.90481 2.05505,-2.02032 3.1292,-3.47423 1.23828,-1.67612 2.30612,-2.99773 3.24418,-4.00347 0.93805,-1.00566 3.50672,-3.44894 4.25787,-3.8438 4.86072,2.23416 7.24082,4.4257 4.0302,7.39562 -5.75056,7.80841 -9.73187,10.72092 -7.8634,19.33152 2.7625,7.81133 6.66304,11.31029 6.47542,17.48636 1.84651,8.86004 -4.4629,34.13531 -4.68786,36.92949 3.04446,4.82023 8.77569,0.50851 9.93615,-2.82115 0.10946,-4.2717 -0.50694,-8.02096 -0.64422,-12.24047 -0.0693,-2.20902 -0.0717,-4.41804 0,-6.67242 -0.24694,-7.57608 2.23585,-15.60146 2.02481,-22.47914 -0.11208,-0.79665 -0.37225,-1.43418 -0.78228,-2.11677 -0.41022,-0.68259 -0.98439,-1.40303 -1.74866,-2.36991 -1.16942,-1.47937 -2.05899,-2.99159 -2.71503,-4.50963 -0.65595,-1.51797 -1.06963,-3.05124 -1.26547,-4.50965 -0.19573,-1.45831 -0.16524,-2.84096 0.0461,-4.14151 0.2114,-1.30047 0.6081,-2.49881 1.17346,-3.54328 0.56525,-1.0444 1.2967,-1.95575 2.16273,-2.64592 0.43301,-0.34509 0.90532,-0.63621 1.40352,-0.87432 3.22681,-1.30972 3.23967,-2.90879 5.87266,-1.87194 -12.32329,-10.89689 -20.59257,-19.08528 -27.34401,-25.85206 z" + sodipodi:nodetypes="csscccsccccsssssssssssssssssccccsccsssccscsssscccccccccsssssssccc" + id="fly feet" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="opacity:0.58943087;fill:#dcedf2;fill-opacity:1;stroke:none" + d="m 806.0625,214.8125 c -25.82853,3.21902 -51.98307,8.41875 -76.64234,16.85029 -21.15108,9.63942 -41.79737,19.63389 -61.26391,32.27471 -3.0646,2.35673 1.16172,4.5337 0.4375,7.28125 -0.70383,4.59096 1.31821,8.6405 4.40625,11.8125 5.50665,8.51581 6.61205,19.93986 13.8125,27.40625 8.63291,2.65879 18.49254,-0.0661 27.19545,-1.46392 22.62743,-4.3986 42.45422,-15.99665 60.62613,-29.74667 13.58539,-10.152 30.57554,-21.39942 32.17842,-39.82066 1.32508,-8.17434 -0.1475,-16.18237 -0.29902,-24.4902 -0.73958,0.0833 0.2886,-0.18688 -0.45098,-0.10355 z" + id="path4156" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccc" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:url(#linearGradient4151);fill-opacity:1;stroke:none" + d="m 576.65821,200.05946 c -3.69768,-1.89978 -4.32508,-4.4992 -6.35735,-7.1983 -5.66066,-7.26393 -8.15514,-16.30331 -3.00002,-23.96975 2.58324,-3.84166 7.97873,-11.64031 13.65104,-13.53872 5.67231,-1.89841 11.62142,2.10342 13.93084,3.08016 3.74791,1.58514 8.26435,5.10215 9.60958,9.36868 2.71802,8.62045 1.71215,17.58647 -5.04727,26.64251 -5.83864,5.27961 -18.70482,6.98521 -22.78682,5.6154 l 0,0 z" + id="path4200" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" + sodipodi:nodetypes="ccsssaccsc" /> + <path + style="opacity:0.58899997;fill:#dcedf2;fill-opacity:1;stroke:none" + d="m 441.18107,167.78873 c -7.7723,2.53571 -10.54026,12.56904 -13.91995,19.55117 -7.16717,19.72388 -12.31921,41.12714 -10.80127,62.46187 1.36973,8.42584 3.88398,17.12072 8.21286,24.27145 3.9754,2.70428 4.52323,-4.27519 5.00427,-6.98916 0.91925,-7.79327 6.19999,-14.06231 6.26973,-22.13747 0.36335,-7.49372 9.66724,-11.18065 7.7365,-19.12013 -2.00635,-10.35614 -2.63328,-22.03123 3.65255,-30.82004 4.35021,-7.82001 3.6652,-19.45931 -2.44463,-26.0477 -1.09312,-0.77171 -2.37086,-1.34775 -3.71006,-1.16999 z" + id="path4218" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#ffffff;fill-opacity:1;stroke:none" + d="m 649.24982,55.901428 c -1.07094,-0.652981 -1.51186,-2.552088 -1.22923,-5.294425 0.37437,-3.632568 1.05778,-4.775324 1.94764,-3.256712 0.78553,1.340576 1.50855,7.587158 0.99027,8.555565 -0.20243,0.378251 -1.08481,0.375965 -1.70868,-0.0044 l 0,0 z" + id="path4224" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#ffffff;fill-opacity:1;stroke:none" + d="m 653.10563,55.5013 c -0.14455,-0.14455 -0.10711,-2.89979 0.0591,-4.35082 0.29447,-2.570512 1.10864,-3.582397 3.72552,-4.630248 1.59186,-0.637411 2.60257,-0.516958 2.34962,0.28002 -0.17343,0.546421 -1.29794,2.153243 -2.4526,3.504528 -1.52768,1.787839 -2.69547,3.418206 -3.1892,4.452521 -0.21974,0.460314 -0.44134,0.795114 -0.49246,0.743999 z" + id="path4226" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#ffffff;fill-opacity:1;stroke:none" + d="m 655.20811,55.751791 c 0,-1.046326 1.83575,-3.515331 3.58921,-4.827334 1.26188,-0.944181 1.93459,-1.21816 3.14337,-1.280218 1.35931,-0.06978 1.62125,0.062 1.24985,0.628836 -1.14057,1.740727 -5.62264,5.072305 -7.57859,5.633266 -0.33694,0.09663 -0.40384,0.07103 -0.40384,-0.15455 z" + id="path4228" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#ffffff;fill-opacity:1;stroke:none" + d="m 657.98896,58.004129 c -0.82754,-0.152922 -1.02453,-0.216582 -1.02453,-0.331096 0,-0.214033 1.39546,-0.887139 2.35717,-1.136994 1.77759,-0.461821 4.46563,-0.207768 4.71641,0.445759 0.0965,0.251332 -0.54995,0.603556 -1.45899,0.795008 -0.83388,0.175622 -4.01681,0.333256 -4.59006,0.227323 z" + id="path4230" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#ffffff;fill-opacity:1;stroke:none" + d="m 659.23302,62.478905 c -0.63094,-0.319056 -1.03021,-0.774273 -1.17095,-1.335048 -0.12188,-0.4856 0.43238,-0.979705 1.25746,-1.120979 0.74975,-0.128375 2.47841,0.02744 3.1256,0.281723 0.63976,0.251368 1.39825,0.839733 1.39825,1.084629 0,0.263973 -0.80896,0.678545 -2.10105,1.076741 -1.25186,0.385795 -1.76671,0.388449 -2.50931,0.01293 z" + id="path4232" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#ffffff;fill-opacity:1;stroke:none" + d="m 660.12507,67.568491 c -1.09839,-1.153103 -1.84339,-2.212542 -1.84339,-2.621406 0,-0.675939 1.85519,-0.749943 3.14293,-0.125373 1.40888,0.683322 2.59275,2.294214 2.11187,2.873631 -0.28907,0.348312 -1.53926,0.934262 -1.99335,0.934262 -0.3151,0 -0.63612,-0.240214 -1.41806,-1.061114 z" + id="path4234" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#ffffff;fill-opacity:1;stroke:none" + d="m 654.41373,70.922102 c -0.90091,-0.900907 -0.8996,-4.969185 0.002,-5.965352 0.5801,-0.641004 1.49446,-0.159375 2.10952,1.111165 0.35246,0.728083 0.87835,2.489386 0.87835,2.941756 0,0.472052 -0.79245,1.460048 -1.50689,1.878737 -0.79144,0.463815 -1.04698,0.469621 -1.4829,0.03369 l 0,0 z" + id="path4236" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#ffffff;fill-opacity:1;stroke:none" + d="m 648.97063,71.038916 c -0.1957,-0.298677 -0.22701,-0.592881 -0.15964,-1.500196 0.15892,-2.140339 1.11862,-3.982687 2.07463,-3.982687 0.77634,0 1.54851,1.299742 1.53842,2.589531 -0.008,0.993114 -1.01158,2.436047 -2.07659,2.984996 -0.72973,0.376134 -1.08585,0.352429 -1.37682,-0.09164 l 0,0 z" + id="path4238" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#ffffff;fill-opacity:1;stroke:none" + d="m 645.50132,63.05853 c -1.19071,-0.343508 -1.97326,-0.724876 -2.35616,-1.148266 -0.27699,-0.306274 -0.27699,-0.313523 0,-0.517812 0.47453,-0.349981 1.54451,-0.582052 2.70978,-0.587726 1.49929,-0.0073 1.62032,0.104382 1.56542,1.444463 l -0.0425,1.038254 -0.43909,0.02955 c -0.24149,0.01625 -0.88833,-0.100057 -1.43741,-0.25846 z" + id="path4240" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#ffffff;fill-opacity:1;stroke:none" + d="m 646.06057,58.324829 c -1.72455,-0.426543 -3.08844,-1.408159 -4.13881,-2.978791 -1.04459,-1.56196 -0.70046,-4.03082 0.52311,-3.752942 0.74242,0.168608 1.5658,0.667202 2.32065,1.405256 0.75309,0.736333 1.04539,1.256576 1.35664,2.414596 0.11283,0.419815 0.47192,0.948709 1.13373,1.669872 0.90169,0.982555 0.95005,1.069007 0.70023,1.251679 -0.32323,0.23635 -0.91303,0.233342 -1.89555,-0.0097 l 0,0 z" + id="path4242" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + <path + style="fill:#ffffff;fill-opacity:1;stroke:none" + d="m 470.23577,268.86705 c -313.49051,316.81829 -156.74526,158.40914 0,0 z" + id="path4246" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" + sodipodi:nodetypes="cc" /> + <path + style="fill:#ffffff;fill-opacity:1;stroke:none" + d="m 477.73305,271.41951 c -6.72038,-1.22984 -14.13954,-3.61628 -15.06721,-6.60457 5.90826,0.23437 19.21076,1.5601 23.87444,0.0208 11.3697,-3.75262 18.98777,-6.76772 22.89403,2.11561 -1.54113,0.61727 -19.11528,4.65169 -31.70126,4.46813 z" + id="path4248" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" + sodipodi:nodetypes="ccsccc" /> + </g> + <g + inkscape:groupmode="layer" + id="layer6" + inkscape:label="out" + style="display:inline"> + <path + inkscape:label="#perfect" + style="fill:#4d4d4d;fill-opacity:1;display:inline" + d="m 458.4555,195.97873 c -4.06003,-10.83617 -4.53168,-25.8478 0.91367,-36.87995 2.56704,-5.20087 12.26281,-16.55024 14.13827,-16.54966 0.50618,1.8e-4 0.92033,-0.32156 0.92033,-0.71494 0,-1.01721 11.62152,-6.51321 14.8611,-7.02807 2.70799,-0.43034 2.70799,-0.43034 3.22467,3.01525 3.06559,22.84503 -28.49901,65.32179 -34.05804,58.15737 z m 48.43678,70.99784 c -1.4551,0.52059 -3.01478,1.08349 -3.46589,1.25094 -0.78828,0.2926 -1.75672,-2.88178 -1.75672,-5.75846 0,-2.10648 2.08516,-1.66362 5.13333,1.09027 2.73491,2.47076 2.73491,2.47076 0.0893,3.41725 z m -30.99196,1.47466 c 0,1.21484 -0.24854,2.16812 -0.55221,2.11839 -3.72194,-0.60946 -11.64196,-3.63096 -11.81649,-4.50804 -0.18335,-0.92145 0.31071,-1.00455 2.94509,-0.49524 1.74097,0.33658 4.57343,0.62639 6.29452,0.64403 2.97885,0.0305 3.12909,0.13816 3.12909,2.24086 z m 18.03334,1.78225 c -11.91337,2.08381 -17.29711,1.51 -17.29711,-1.84361 0,-2.0696 0.12679,-2.1478 3.49731,-2.15749 1.92347,-0.006 4.20981,-0.20124 5.08072,-0.43487 1.30907,-0.35121 1.66978,-0.0319 2.0814,1.84228 0.7624,3.47101 2.1151,3.78127 1.53661,0.35242 -0.4815,-2.85418 -0.4815,-2.85418 5.3738,-4.4048 5.8554,-1.55064 5.8554,-1.55064 6.34646,1.72408 0.6038,4.02646 1.25065,3.54543 -6.61919,4.92199 z m -66.62862,-4.61072 c -1.60208,12.22516 -4.76125,7.4363 -8.76367,-5.92398 -7.42639,-24.78965 2.8611,-62.18313 13.92945,-81.76782 4.65614,-8.2387 8.97916,-11.81355 12.32331,-8.73513 5.46767,5.03333 6.06708,18.4212 2.05965,23.6752 -5.99064,7.85421 -7.4311,16.66703 -4.87822,29.8451 1.33824,6.90802 1.33824,6.90802 -2.32357,10.95143 -4.44626,4.90967 -5.65236,7.6318 -6.22024,14.03903 -0.33921,3.82646 -0.99817,5.83748 -2.97528,9.08096 -1.78093,2.92154 -2.72235,5.5609 -3.15143,8.83521 z m 93.12941,28.60898 c -1.56972,1.73456 -2.48245,1.73398 -13.98605,-0.009 -12.76262,-1.93337 -18.95321,-4.52349 -18.36075,-7.68196 0.55943,-2.98174 -4.54746,-8.22679 -7.29288,-7.49021 -0.86968,0.23334 -2.32674,0.42878 -3.23789,0.43431 -0.91113,0.006 -2.3518,0.70529 -3.20151,1.55505 -2.69234,2.69231 -15.72262,-7.74204 -13.90634,-11.13584 0.99499,-1.85919 1.05605,-1.85486 10.66553,0.75561 10.92861,2.96882 24.65984,2.14639 35.49965,-2.12625 3.68019,-1.45062 3.68019,-1.45062 4.43893,3.95612 0.94405,6.72764 3.53951,12.50802 7.58876,16.901 3.02922,3.28631 3.07865,3.41973 1.79255,4.84084 z m -17.39137,11.76305 c -11.72391,4.5212 -19.0438,3.54781 -19.0438,-2.53247 0,-3.10163 2.50281,-12.92305 3.29316,-12.92305 0.11703,0 2.42494,0.83262 5.12853,1.85027 4.46632,1.68109 15.39343,3.69169 22.85811,4.20593 4.02674,0.2774 -3.42462,6.00131 -12.236,9.39932 z m 220.03269,-0.71402 c -29.13169,7.60179 -36.0496,7.5063 -39.56388,-0.54614 -1.81347,-4.15496 -3.54572,-7.55774 -3.84939,-7.56172 -0.30368,-0.004 -0.55945,-1.41533 -0.56836,-3.13636 -0.0217,-4.17803 -2.13214,-8.5987 -6.16226,-12.9072 -3.30786,-3.53645 -3.31602,-3.55834 -2.88151,-7.76845 0.38201,-3.70062 0.23212,-4.4387 -1.21285,-5.97687 -1.64859,-1.75487 -1.64859,-1.75487 10.75445,-9.08921 36.20688,-21.41031 54.02461,-29.33701 76.34878,-33.96575 8.3355,-1.7283 47.86769,-8.15285 50.16698,-8.15285 1.11924,0 -0.12773,24.44203 -1.46496,28.71444 -3.88456,12.41183 -15.09733,23.95313 -38.41284,39.53811 -17.70311,11.83352 -28.39894,17.0017 -43.15416,20.852 z m -290.25598,125.8068 c 2.19743,3.28301 3.92658,5.967 3.84274,5.96449 -4.40864,-0.13112 -13.77354,-11.00411 -13.77354,-15.99158 0,-0.85946 -1.72531,-2.49641 -4.67631,-4.43655 -15.39432,-10.12118 -24.77431,-27.26657 -24.77431,-45.28416 0,-2.32666 -0.59438,-4.99144 -1.55661,-6.9793 -1.47216,-3.041 -1.50472,-3.54314 -0.59924,-9.25172 0.89589,-5.64823 1.00279,-5.88238 1.66314,-3.6433 0.3881,1.31607 0.98912,2.39287 1.33545,2.39287 0.84729,0 0.79568,-0.50496 -0.48262,-4.71869 -4.69084,-15.46299 4.914,-45.32109 17.84654,-55.47853 2.80295,-2.20153 13.14934,-8.2757 14.0963,-8.2757 3.62552,0 2.85965,5.32282 -1.44713,10.0576 -3.02267,3.323 -3.73112,5.75301 -3.50772,12.03044 0.10897,3.066 -0.50449,5.8376 -2.52606,11.41216 -4.47683,12.34447 -7.1206,27.32293 -7.17502,40.64982 -0.0212,5.18464 -0.12649,5.59888 -1.09682,4.3163 -1.91099,-2.52599 -2.00795,-0.63077 -0.13556,2.64945 1.26537,2.21668 1.96203,4.84289 2.28833,8.62657 1.52548,17.68817 9.49212,39.24735 20.67844,55.95983 z M 596.83876,129.5141 c 3.45341,0.66599 7.5869,0.52629 6.43594,-0.2175 -0.60746,-0.39255 -2.19696,-0.71879 -3.53239,-0.725 -1.63425,-0.008 -2.98571,-0.61303 -4.13395,-1.85194 -2.14358,-2.31296 -3.48913,-2.31811 -6.09763,-0.0233 -2.32995,2.04977 -1.15236,2.50546 1.67944,0.64995 1.75793,-1.15184 1.90762,-1.13558 2.92558,0.31779 0.5902,0.84247 1.81552,1.67495 2.72301,1.84998 z m -0.9268,10.8157 c 0,1.09519 0.64714,0.92414 2.74421,-0.72547 1.02968,-0.80988 2.49003,-1.47252 3.2453,-1.47252 0.75526,0 1.37323,-0.33132 1.37323,-0.73627 0,-0.40495 -0.5798,-0.73503 -1.28854,-0.73351 -1.64005,0.004 -6.0742,2.68093 -6.0742,3.66777 z m -10.36336,-1.03439 c -1.96567,2.09236 -0.9163,2.37488 1.61295,0.43426 2.87204,-2.20359 5.06046,-2.68119 2.49221,-0.5439 -2.83406,2.35846 -1.70609,2.37697 2.88571,0.0474 1.99214,-1.01068 4.22857,-1.83759 4.96987,-1.83759 0.74129,0 1.34772,-0.33133 1.34772,-0.73627 0,-0.94796 -1.585,-0.93698 -4.12447,0.0285 -1.47742,0.56169 -2.15644,0.5305 -2.55683,-0.11749 -0.73302,-1.18597 -4.3502,0.30145 -6.62716,2.72509 z m -8.77957,1.85934 c 0,1.17997 0.79269,0.70343 3.36264,-2.02153 2.76745,-2.93432 2.91517,-3.21022 1.71844,-3.21022 -0.94237,0 -5.08108,4.26132 -5.08108,5.23175 z m 28.71445,0.80565 c 0,0.80962 1.29041,0.74319 1.80716,-0.093 0.23185,-0.37513 2.23936,-0.49442 4.46107,-0.26512 2.9859,0.30818 4.0395,0.174 4.0395,-0.51439 0,-0.62982 -0.6749,-0.79631 -2.08498,-0.51432 -1.37219,0.27447 -2.88853,-0.0716 -4.43538,-1.01235 -2.96272,-1.80179 -5.12609,-1.78928 -7.46871,0.0431 -1.80764,1.414 -1.81177,1.44011 -0.22752,1.45618 0.88731,0.009 1.81797,-0.31496 2.06819,-0.7199 0.25031,-0.40495 1.16437,-0.73628 2.03143,-0.73628 1.22606,0 1.37997,0.19635 0.69279,0.88354 -0.486,0.48594 -0.88355,1.14858 -0.88355,1.47254 z m -42.68738,8.50389 c -0.0292,1.66468 1.28684,0.96001 1.76498,-0.94502 0.37467,-1.49271 0.86115,-1.82367 2.43565,-1.6566 1.5231,0.1616 2.30846,-0.32053 3.47703,-2.13463 0.83022,-1.28887 2.17212,-2.44849 2.98206,-2.57693 0.80985,-0.12847 2.00853,-1.3064 2.66363,-2.61767 0.65502,-1.31125 1.61341,-2.89304 2.12963,-3.51505 0.51629,-0.62204 0.6972,-1.37145 0.40224,-1.66537 -0.63107,-0.62866 -3.35484,2.51716 -3.35484,3.8746 0,1.68572 -2.04802,2.85927 -2.34045,1.3411 -0.18167,-0.94319 -0.86387,-0.26793 -2.37806,2.35378 -1.16783,2.02201 -2.19311,3.76702 -2.27837,3.87779 -0.0852,0.11075 -0.71737,-0.0144 -1.40473,-0.27818 -1.12592,-0.43205 -1.08746,-0.65227 0.38838,-2.22321 1.82602,-1.9437 1.38569,-3.27445 -0.55271,-1.67034 -1.30259,1.07804 -3.90678,6.26444 -3.93444,7.83573 z m 75.94785,27.19447 c 0.88047,0.93724 1.87442,1.70406 2.20887,1.70406 1.06063,0 0.65847,-1.19849 -0.86472,-2.57694 -3.66604,-3.31772 1.43569,-11.7847 5.96934,-9.90685 2.87195,1.18962 4.59359,4.62901 4.49831,8.98651 -0.042,1.9235 0.23615,3.49728 0.61814,3.49728 1.16991,0 0.79606,-8.0681 -0.47352,-10.21722 -2.54369,-4.30607 -7.53766,-5.65394 -9.65752,-2.60658 -0.72751,1.04584 -2.26833,3.03376 -3.42379,4.41759 -1.15563,1.38383 -1.73542,2.51606 -1.28852,2.51606 0.44688,0 0.81247,0.55847 0.81247,1.24101 0,0.68257 0.72046,2.00786 1.60094,2.94508 z m 8.7702,1.99089 c 0.0632,2.29009 0.0632,2.29009 0.72966,0.0813 0.78677,-2.60783 0.0788,-9.20335 -0.98796,-9.20335 -0.45853,0 -0.56281,1.30352 -0.27329,3.41596 0.25754,1.87879 0.4967,4.44653 0.53159,5.70609 z m -11.65143,5.30869 c -1.2363,0.93824 -1.23554,0.98514 0.0149,1.00746 1.92169,0.0343 2.3986,-2.051 1.00755,-4.40579 -0.66804,-1.13095 -1.23564,-3.16475 -1.26133,-4.51959 -0.0445,-2.34952 -0.0798,-2.38036 -0.76419,-0.66727 -0.85785,2.1477 -0.24355,5.49038 1.23453,6.71707 0.92006,0.76359 0.88853,1.01813 -0.23146,1.86812 z m -8.29114,7.68869 c 0,1.10495 3.07406,0.12405 4.23354,-1.35086 1.25946,-1.60214 1.15809,-4.92933 -0.18409,-6.04321 -0.60747,-0.50411 -1.11438,-1.62147 -1.12677,-2.48302 -0.0207,-1.44782 -0.0809,-1.46587 -0.79503,-0.2384 -0.57575,0.98978 -0.47633,1.78021 0.39054,3.10323 1.72024,2.6254 1.46589,4.69342 -0.67753,5.50833 -1.01242,0.3849 -1.84066,1.06166 -1.84066,1.50393 z m 7.3061,2.56062 c 2.25528,2.29222 7.09554,0.12091 9.32016,-4.18094 1.32756,-2.56729 2.36304,-20.49911 1.18377,-20.49911 -0.53261,0 -0.80581,1.87615 -0.7773,5.33794 0.0241,2.93588 0.0117,5.91775 -0.0274,6.62641 -0.0835,1.51196 -1.54373,1.76872 -1.54373,0.27146 0,-1.14688 -5.02715,-5.24527 -5.659,-4.61347 -0.22454,0.22461 0.79119,1.53964 2.25717,2.92231 2.09014,1.97126 2.66552,3.07789 2.66552,5.12662 0,1.437 0.36914,2.73572 0.82016,2.88608 1.07573,0.35858 -2.64675,4.7827 -4.52606,5.37917 -0.78791,0.25006 -2.12418,-0.0298 -2.96947,-0.6219 -1.5792,-1.10612 -6.02627,-0.49496 -7.64505,1.05064 -0.96008,0.9167 1.20432,0.85935 3.72419,-0.0987 1.60122,-0.60875 2.25501,-0.52367 3.17703,0.41347 z m -67.31205,5.39446 c 2.84531,1.46838 4.78576,1.96684 4.78576,1.22928 0,-0.19565 -1.64437,-1.18899 -3.65404,-2.20744 -5.19879,-2.63441 -8.35913,-5.65421 -10.7941,-10.31426 -2.05808,-3.93893 -3.22225,-5.05761 -3.22225,-3.09648 0,3.09213 7.73676,11.73208 12.88463,14.3889 z m -77.33617,0.29654 c -0.92822,5.08595 0.74522,2.81877 2.44971,-3.31878 4.18609,-15.07454 11.53382,-21.6512 31.07853,-27.81739 5.46684,-1.72472 10.07767,-3.25209 10.24649,-3.39418 2.68203,-2.25836 -16.96004,3.43112 -23.86745,6.9134 -10.36588,5.22583 -17.67028,15.359 -19.90728,27.61695 z m 102.07058,-1.81721 c -13.50204,6.26277 -28.22806,-0.92864 -30.97039,-15.12422 -0.44906,-2.32444 -1.117,-5.55155 -1.48428,-7.17134 -0.563,-2.4828 -0.45401,-3.11843 0.69431,-4.04948 0.74917,-0.60742 2.10364,-2.85825 3.00999,-5.00183 2.98008,-7.04787 12.40819,-13.43228 20.38833,-13.80621 4.75227,-0.22266 4.79477,-0.21045 0.92999,0.26808 -18.2375,2.25815 -27.92832,27.83403 -15.10943,39.87674 2.52146,2.36877 3.33496,1.23847 0.9221,-1.28115 -8.89567,-9.28926 -6.34767,-25.57509 5.23396,-33.45391 1.88728,-1.28385 3.62216,-2.61372 3.85541,-2.95525 2.65238,-3.88402 19.48008,2.25573 23.00196,8.39251 2.36785,4.12581 3.50706,7.75606 1.63058,5.19581 -5.2529,-7.16691 -15.85326,-3.57008 -15.85326,5.37922 0,10.29395 15.45083,10.18458 17.02598,-0.12052 0.4362,-2.85343 0.50953,-2.30296 0.35469,2.66039 -0.30779,9.87048 -5.02069,17.1978 -13.62994,21.19116 z m -4.00977,10.46163 c 0.24376,1.21853 0.73305,2.21553 1.08737,2.21553 1.28555,0 0.60117,-3.53924 -1.19643,-6.18823 -2.24188,-3.30362 -2.24011,-3.13523 -0.038,-3.5562 2.26748,-0.43345 3.35119,0.62251 3.35119,3.26527 0,2.65104 1.18171,2.67674 1.69314,0.0368 0.24731,-1.27657 -0.0352,-2.50085 -0.76455,-3.31321 -1.05154,-1.17128 -1.05154,-1.28848 2.8e-4,-1.28848 0.63643,0 1.82039,0.91053 2.631,2.02339 0.81069,1.11286 1.70439,1.79297 1.98602,1.5113 0.28174,-0.28163 -0.19807,-1.41501 -1.06625,-2.51861 -2.15252,-2.73659 -0.59161,-3.67229 2.71597,-1.62808 1.34931,0.83392 2.68164,1.28793 2.96065,1.0089 0.27903,-0.27903 0.0131,-0.80436 -0.59095,-1.16742 -2.70677,-1.62683 -3.23039,-2.1285 -2.7366,-2.62225 0.29027,-0.29028 1.37305,-0.14262 2.40619,0.3281 2.30144,1.04863 6.96294,1.1287 6.96294,0.11961 0,-0.40496 -1.01563,-0.73628 -2.25717,-0.73628 -4.77957,0 -5.37755,-1.10336 -2.58261,-4.76488 5.59363,-7.328 6.4786,-18.29623 2.12493,-26.3345 -2.20475,-4.07058 -2.21497,-4.13864 -0.68193,-4.56028 2.06144,-0.56701 4.51471,-2.49007 3.92667,-3.07808 -0.2568,-0.25684 -1.65966,0.23671 -3.11738,1.0968 -3.61315,2.13178 -4.25193,1.97659 -0.98936,-0.24035 2.40488,-1.63415 4.03865,-3.86965 3.33918,-4.56907 -0.14977,-0.14977 -1.52187,0.9062 -3.04919,2.34661 -2.63785,2.48785 -4.09221,2.93505 -4.56498,1.40368 -0.11723,-0.37965 1.1167,-1.63163 2.74214,-2.78219 3.22562,-2.28349 5.61351,-5.38059 4.78613,-6.20793 -0.28775,-0.28769 -0.8513,0.0635 -1.25252,0.7804 -1.04901,1.87438 -8.01034,7.22898 -8.77986,6.75336 -0.35677,-0.22045 0.83348,-1.82092 2.64488,-3.55657 1.9728,-1.8903 3.29352,-3.81423 3.29352,-4.79792 0,-2.05843 -1.01684,-1.4879 -2.12765,1.1938 -0.46575,1.12441 -1.83316,2.7053 -3.03878,3.51305 -1.20564,0.80777 -2.19294,1.71997 -2.19416,2.02711 -10e-4,0.30714 -0.63455,0.16343 -1.40765,-0.31935 -1.34256,-0.83848 -1.30963,-0.96743 0.73623,-2.87858 1.99991,-1.86816 3.21192,-6.57581 1.40558,-5.45946 -0.40497,0.25026 -0.73631,0.9652 -0.73631,1.58873 0,2.49997 -4.2719,5.38 -6.71618,4.52792 -7.81985,-2.72602 -22.61989,4.98417 -26.83739,13.98113 -1.08257,2.30949 -2.61272,4.81271 -3.40024,5.56272 -0.87559,0.83388 -1.24398,1.83501 -0.94808,2.57694 0.26605,0.6673 0.76069,3.12119 1.09927,5.45305 1.45969,10.0556 5.4281,16.43857 12.33466,19.83998 3.22664,1.58908 4.74552,2.79396 5.04967,4.00587 0.23925,0.95329 0.76632,1.73322 1.1713,1.73322 0.42711,0 0.53253,-0.81187 0.25097,-1.93378 -0.39897,-1.58915 -0.27123,-1.85159 0.71654,-1.47253 0.6611,0.25367 1.44498,0.46124 1.74171,0.46124 0.77712,0 3.02126,4.9407 3.02126,6.65141 0,0.79615 0.33134,1.44756 0.73622,1.44756 1.12216,0 0.87748,-3.94952 -0.34467,-5.56536 -1.35326,-1.78916 -1.4008,-2.53361 -0.16187,-2.53361 1.34472,0 4.13234,3.95552 4.66514,6.61969 z m -5.63114,6.1688 c 9.31453,3.46185 13.44931,3.49352 24.05276,0.1842 4.38623,-1.36893 9.05175,-2.72053 10.36776,-3.00357 1.31612,-0.28305 2.39287,-0.84595 2.39287,-1.25089 0,-0.94777 -2.7156,-0.3532 -12.88461,2.82103 -11.99478,3.74411 -12.61668,3.75023 -22.45624,0.22039 -11.00101,-3.94652 -11.04395,-3.95858 -11.04395,-3.09616 0,0.40494 0.57977,0.91381 1.28843,1.13081 0.70865,0.217 4.43602,1.56439 8.28298,2.99419 z m -104.18408,21.06966 c 0.36164,1.64665 0.8289,2.20059 1.60488,1.90279 0.60211,-0.23105 1.39892,-0.42008 1.7708,-0.42008 0.37175,0 0.67601,-0.64307 0.67601,-1.42907 0,-0.78599 0.33134,-1.63385 0.73623,-1.88413 1.39067,-0.85945 0.8226,-3.31321 -0.76699,-3.31321 -2.65173,0 -4.60259,2.49552 -4.02093,5.1437 z m -19.78104,74.92545 c -1.78234,2.02644 -2.07674,2.04412 -3.2321,0.19405 -1.73345,-2.77587 -1.06982,-5.00638 2.6326,-8.84764 4.53121,-4.70095 9.24523,-5.56258 7.03608,-1.28604 -1.766,3.41865 -4.73877,8.00935 -6.43658,9.93963 z m -4.47186,0.75651 c 1.50735,2.15202 0.28698,2.10494 -1.75401,-0.0677 -1.78748,-1.90271 -1.99888,-3.50674 -0.77637,-5.8911 1.08475,-2.11532 5.15595,-6.39394 6.08406,-6.39394 0.40122,0 -0.12024,0.91113 -1.15892,2.02473 -3.69812,3.96503 -4.48237,7.34744 -2.39476,10.328 z m -3.22655,0.66858 c 3.95405,4.20894 7.70168,2.22893 13.43308,-7.09731 5.12996,-8.34769 4.73643,-9.00291 -4.40695,-7.33666 -8.31645,1.51552 -13.45006,9.72489 -9.02613,14.43397 z m 25.4514,4.46505 c -6.49305,6.73164 -7.39031,-0.99571 -1.2241,-10.54315 2.85075,-4.41395 3.68958,-6.79033 2.03621,-5.76851 -0.56188,0.34725 -0.64854,0.19935 -0.25576,-0.43621 1.02275,-1.65481 2.32432,1.04647 2.82852,5.87044 0.54114,5.17772 -0.20746,7.58328 -3.38487,10.87743 z m -6.25154,3.34596 c 3.66377,0.70583 4.55381,0.39175 7.6424,-2.69688 4.61685,-4.61682 4.61873,-19.60807 0.003,-19.60795 -1.94298,4e-5 -10.28438,13.09179 -10.28438,16.14121 0,3.66368 0.92941,5.8342 2.63944,6.16362 z m 6.07297,35.5015 c 6.81062,1.81031 11.59609,2.18161 17.56769,1.36315 5.86009,-0.80322 3.73656,-1.66568 -3.02641,-1.22919 -14.02526,0.90517 -32.50381,-5.97569 -41.59287,-15.48805 -2.32508,-2.4333 -4.46004,-4.19144 -4.7445,-3.90698 -3.35616,3.35607 15.94396,15.04742 31.79609,19.26107 z m 210.94081,19.11417 c 0,1.94131 1.54974,-0.52018 2.65305,-4.21404 2.97801,-9.97018 -0.89641,-30.73922 -5.73423,-30.73922 -0.95644,0 -0.76971,0.53799 2.42281,6.98084 3.91699,7.90473 4.4407,12.99304 2.21955,21.5621 -0.85862,3.31247 -1.56118,6.19708 -1.56118,6.41032 z m -216.8309,6.72956 c 9.48438,2.52902 42.33539,0.89655 42.33539,-2.10367 0,-0.81939 -2.66094,-0.63908 -8.46709,0.57377 -32.38713,6.76506 -66.24474,-6.4924 -79.51061,-31.13363 -1.94815,-3.61863 -4.05684,-5.43016 -2.99968,-2.57694 5.94533,16.04597 23.00311,28.40407 48.64199,35.24047 z m 112.18278,2.43778 c 8.03312,0.85171 10.84457,0.85701 16.66405,0.0314 6.32733,-0.89766 21.71991,-5.13959 21.71991,-5.98556 0,-0.89155 -0.32873,-0.83132 -8.80705,1.61419 -23.80799,6.86711 -40.57043,4.17118 -60.96025,-9.80436 -5.80597,-3.97953 -10.73821,-6.32873 -8.21564,-3.91304 8.88473,8.50838 26.86431,16.70716 39.59898,18.05741 z m 67.09849,50.84327 c 0,2.06281 1.40501,0.10175 4.28427,-5.97981 3.45634,-7.3004 6.45827,-10.70637 16.33122,-18.52981 5.15648,-4.08607 6.69543,-5.66263 5.52741,-5.66263 -0.94124,0 -9.63782,6.98519 -14.62437,11.74649 -4.607,4.39883 -11.51853,15.455 -11.51853,18.42576 z M 502.4555,448.9294 c 1.15256,2.15366 4.50834,1.58642 5.38066,-0.90944 1.59756,-4.57098 -2.09877,-8.46083 -4.83227,-5.08519 -1.51354,1.86916 -1.69493,3.85231 -0.54839,5.99463 z m 55.1706,34.98347 c -6.23879,1.05558 -25.62427,1.90501 -29.81887,1.30665 -1.21482,-0.17332 -4.85938,-0.6666 -8.09897,-1.09623 -20.27972,-2.68928 -53.93439,-17.48091 -60.23265,-26.47288 -7.16237,-5.89802 -14.57163,-13.0233 -20.50959,-20.59379 -23.87785,-31.04231 -31.9722,-70.15153 -22.32455,-107.86328 4.06613,-15.89371 4.62688,-16.74336 7.93784,-12.0265 4.00404,5.70429 7.71762,9.85858 8.29582,9.28038 0.27658,-0.27654 -1.24559,-2.58803 -3.38251,-5.13661 -7.0327,-8.38762 -9.50756,-19.3527 -5.3151,-23.54992 1.65656,-1.6585 1.65656,-1.6585 1.65656,1.58586 0,3.99347 2.09914,8.49059 5.50305,11.78981 3.4671,3.36047 4.3126,2.19039 0.92744,-1.28356 -4.55841,-4.67801 -6.09192,-10.68679 -4.14959,-16.25858 1.10979,-3.18362 1.39142,-3.04689 6.21873,3.01926 5.49206,6.90141 5.38683,6.79043 5.92639,6.25087 0.25388,-0.2538 -2.07457,-3.67244 -5.17404,-7.59698 -8.46896,-10.72314 -9.70731,-13.79147 -8.22116,-20.3701 0.87399,-3.86909 0.87399,-3.86909 1.71254,-1.5091 1.41843,3.99201 9.3242,14.90046 10.17935,14.0454 0.27864,-0.27873 -1.07161,-2.59302 -3.00062,-5.14288 -7.51074,-9.92812 -8.93253,-18.54671 -4.0966,-24.83321 1.37726,-1.79041 1.37726,-1.79041 2.24674,2.39775 0.89267,4.3 3.86291,9.31226 9.04153,15.25744 4.47813,5.141 4.05047,2.7002 -0.48347,-2.75944 -9.88616,-11.90468 -10.79036,-27.62017 -2.16853,-37.69286 4.13178,-4.82705 8.98355,2.61694 10.68748,16.3976 0.94828,7.66975 4.12379,11.97902 9.89441,13.42737 1.76253,0.44237 2.52802,2.49335 0.93064,2.49335 -1.31431,0 -2.79306,2.38141 -2.81884,4.53942 -0.0247,2.0776 6.81595,8.76983 11.34923,11.10281 2.60774,1.34206 -9.58679,10.12716 -14.05752,10.12716 -5.57282,0 -14.96229,11.92642 -14.97833,19.02532 -0.0172,7.66916 17.36257,21.48516 33.80182,26.87049 30.23866,9.90597 52.67886,5.4679 74.32994,-14.70054 12.71205,-11.84137 17.58813,-22.40197 15.60425,-33.79494 -0.57031,-3.27462 -0.61788,-5.14842 -0.13806,-5.44491 4.20165,-2.59684 5.69812,-20.65938 2.51611,-30.37132 -1.61059,-4.91569 -1.61059,-4.91569 -0.14021,-7.95899 1.52959,-3.16591 1.3646,-9.58148 -0.24647,-9.58148 -0.45215,0 -0.54996,1.24197 -0.2535,3.21869 0.38387,2.56 0.15897,3.76738 -1.09937,5.89994 -1.5819,2.68126 -1.5819,2.68126 0.34213,9.48194 3.17206,11.21173 2.00001,25.27874 -2.30696,27.68906 -1.03551,0.57951 -1.07377,1.28343 -0.31851,5.85674 2.12774,12.88394 -1.75887,21.47627 -15.56439,34.40936 -25.21132,23.61794 -63.88208,25.4146 -90.89438,4.22299 -4.20813,-3.30137 -4.21563,-3.31428 -1.65047,-2.83681 2.41989,0.45041 2.48986,0.41023 1.14777,-0.65946 -0.78603,-0.62651 -2.29459,-1.1391 -3.35222,-1.1391 -15.09462,0 -11.20266,-26.15283 4.31484,-28.99431 3.20152,-0.58624 14.84553,-7.96347 16.85115,-10.67632 6.26919,-8.47949 14.07498,-1.45902 10.5318,9.47221 -2.53909,7.83373 -2.70921,10.81217 -1.15704,20.25881 0.59872,3.64452 1.09449,6.83059 1.10162,7.08014 0.0726,2.56432 -7.41695,8.2659 -11.2789,8.58615 -4.42871,0.36728 -5.81348,1.63883 -1.77708,1.6319 6.43622,-0.011 15.29177,-7.05195 14.27576,-11.35047 -1.14925,-4.86307 -1.3403,-9.99679 -0.37149,-9.98592 4.36588,0.049 6.83239,8.98646 4.61949,16.73882 -0.26458,0.92715 -0.14932,1.65661 0.26184,1.65661 2.05329,0 2.95016,-9.73167 1.26801,-13.75767 -1.33299,-3.1904 -1.49028,-2.98223 2.489,-3.29328 4.4741,-0.34974 6.43274,2.15435 6.18084,7.90226 -0.0989,2.25766 0.14115,3.99482 0.55222,3.99482 0.74439,0 1.11427,-3.05758 0.84614,-6.99456 -0.0827,-1.21484 -0.78987,-3.0847 -1.5713,-4.15524 -1.41355,-1.93631 -1.4131,-1.94437 0.0907,-1.55111 1.80822,0.47283 4.30023,4.30968 4.30408,6.62667 10e-4,0.91115 0.33406,1.65662 0.73895,1.65662 2.0815,0 -0.20288,-7.31527 -2.72508,-8.72679 -1.36084,-0.76154 2.91368,-3.05351 5.69474,-3.05351 1.443,0 4.75313,3.54498 5.4962,5.88618 0.48337,1.52289 1.84196,2.0581 1.84196,0.72562 0,-1.28661 -3.68515,-6.65947 -4.88292,-7.11908 -0.91282,-0.35029 -0.72403,-0.77621 0.95185,-2.14716 2.4558,-2.00917 4.46988,-2.17307 8.09408,-0.65875 3.07725,1.28577 3.19964,1.30436 3.19964,0.48631 0,-0.89605 -3.44367,-2.32699 -5.60001,-2.32699 -1.17309,0 -1.66396,-0.30035 -1.34201,-0.82119 0.8364,-1.35337 6.71486,-0.26111 9.88476,1.83668 3.15003,2.08453 3.68367,2.27193 3.68367,1.29346 0,-1.56209 -5.68713,-4.51775 -8.69282,-4.51775 -3.09169,0 -3.09169,0 -0.15878,-2.6497 4.82271,-4.35707 10.90835,-5.8723 15.55559,-3.87315 4.47071,1.92327 5.62176,1.31649 1.49571,-0.78846 -3.52358,-1.79758 -6.86172,-1.9306 -11.08196,-0.44166 -3.27147,1.15424 -3.28431,1.09678 -0.61636,-2.75552 1.65215,-2.38541 6.31326,-4.95312 8.99136,-4.95312 1.02845,0 1.86991,-0.33133 1.86991,-0.73627 0,-2.90182 -9.31369,1.06347 -12.16631,5.17977 -2.44579,3.52921 -2.62697,3.54661 -5.48448,0.5263 -19.98813,-21.12742 4.50928,-56.10609 31.79441,-45.39777 1.90715,0.74852 3.65056,1.06498 3.87415,0.70324 1.08286,-1.75212 -7.97518,-3.8552 -15.44999,-3.58711 -13.8813,0.49786 -24.49731,8.83429 -27.81033,21.83865 -1.74312,6.84199 -11.16532,-5.71003 -13.2021,-17.5874 -4.64217,-27.07105 26.82511,-47.81103 49.63642,-32.71519 1.49956,0.99237 2.91621,1.49753 3.14786,1.12254 0.59808,-0.96762 -5.48626,-4.36575 -10.75022,-6.00405 -18.04984,-5.61776 -39.22504,6.36942 -42.99518,24.33938 -0.67274,3.20636 -1.75682,1.52004 -3.60292,-5.60458 -6.92213,-26.71314 19.6855,-54.68633 45.08729,-47.40122 1.81899,0.5217 2.36239,0.47501 2.14321,-0.18406 -0.67948,-2.04238 -11.65593,-2.55632 -18.7706,-0.87886 -23.42889,5.5239 -37.09073,30.91009 -28.52649,53.00719 1.09863,2.83463 2.2599,7.47511 2.58046,10.31216 0.79906,7.07087 1.95029,11.10418 4.44662,15.57843 2.12155,3.80256 2.12155,3.80256 -3.18716,5.4243 -27.85854,8.51031 -43.17985,4.57627 -45.62749,-11.7158 -1.03129,-6.86459 -1.70261,-9.02553 -4.24096,-13.65042 -8.63176,-15.72759 -7.45976,-33.48894 2.68958,-45.65857 1.48306,-1.77827 2.54038,-3.2741 4.45605,3.61142 1.70544,6.12992 2.2911,8.33986 4.66037,8.46194 12.17786,0.62746 29.51553,-32.42116 33.03858,-43.72236 2.45223,-8.46234 1.75249,-25.46035 -0.53779,-25.46035 -2.09594,0 -9.40944,2.68429 -13.81535,5.07067 -3.97039,2.15039 -3.97039,2.15039 -3.95885,-0.17167 0.0421,-8.50546 3.60293,-14.33893 9.76528,-15.99829 7.03561,-1.89449 31.42924,-15.12351 33.663,-17.58828 3.38205,-3.73181 21.09015,-4.16447 25.98347,2.13671 3.80803,4.9037 7.04189,6.67164 12.20326,6.67164 2.05028,0 7.41877,-0.71959 11.48275,-0.25747 8.52728,0.96966 7.90922,1.06434 4.93252,7.79517 -2.00104,4.52459 -1.94846,6.45138 -0.91154,6.45138 0.37355,0 1.09186,-1.24244 1.59615,-2.761 0.91696,-2.761 0.91696,-2.761 1.77773,-0.66985 1.24342,3.02091 7.8522,4.15688 7.8522,1.5696 0,-0.40496 -2.02287,-1.11127 -3.426,-1.11127 -3.16803,0 -2.22763,-2.24617 -2.22763,-7.4051 -1.44918,-4.01829 6.67141,0.94396 12.07743,1.64485 8.3706,3.32633 24.19641,11.40304 32.46437,19.48402 3.93849,4.27281 3.19684,3.99018 -2.7334,7.00913 -1.41729,0.72154 -1.6516,2.48856 -1.17282,2.65035 0.981,0.33156 5.09328,-1.6006 7.04104,-3.30829 1.52676,-1.3385 4.34966,4.13304 8.91689,17.28346 2.60915,7.51218 2.60915,7.51218 0.62123,8.99598 -1.34132,1.00114 -1.61463,1.49135 -0.84023,1.5071 1.74276,0.0354 3.73262,-1.69301 5.03945,-4.37734 6.01025,-12.34539 17.63194,-3.05138 15.22029,12.17197 -3.12928,19.7539 -15.17817,30.781 -24.71433,22.61842 -2.65745,-2.27467 -5.27973,-2.9728 -3.14392,-0.83702 0.44755,0.44755 0.64704,1.24796 0.44341,1.77873 -0.20369,0.53075 0.3864,6.37131 1.31125,12.97903 3.82116,27.30037 2.50055,49.76864 -4.13694,70.38175 -8.29658,25.7653 -37.39085,39.53026 -56.34603,26.65807 -4.51602,-3.06677 -5.13455,-3.34311 -5.13455,-2.29418 0,4.34593 13.15315,8.50493 23.90159,7.55762 24.71312,-2.17809 36.4481,-15.16655 43.65862,-48.32196 1.95771,-9.002 1.70692,-38.86456 -0.44812,-53.35929 -2.17753,-14.64693 -2.17791,-14.63976 0.68117,-12.23401 1.55265,1.30649 3.1308,1.90612 5.01667,1.90612 4.68531,0 14.46156,14.02633 16.30419,23.39218 8.57447,43.5831 -17.15746,85.38299 -63.16216,102.60276 -7.79397,2.91731 -10.45677,4.32449 -8.1831,4.32449 2.11443,0 19.89697,-7.36553 25.05357,-10.37719 33.57297,-19.60759 48.35689,-44.03815 48.51107,-80.16445 0.0362,-8.48639 0.0362,-8.48639 2.51461,-3.66053 6.78239,13.20704 7.07828,33.51826 0.63033,43.26573 -2.44127,3.69059 -2.85533,6.6123 -0.48825,3.44601 4.11135,-5.49964 6.10272,-11.93779 6.14802,-19.87809 0.0282,-4.93503 0.97548,-5.55087 4.01164,-2.60807 6.02186,5.83663 -3.66613,25.4248 -17.22574,34.82867 -2.2538,1.56307 -1.43504,2.61926 0.85289,1.10017 6.0712,-4.03089 14.78044,-14.82676 17.6659,-21.898 2.26213,-5.54393 10.1512,6.95945 10.1512,16.08864 0,3.85644 1.4232,6.92099 1.49907,3.22778 0.069,-3.36733 15.14631,33.20966 17.67958,42.89038 1.69098,6.46199 1.57056,12.33147 -0.44998,21.93717 -1.25262,5.95426 -1.30608,7.14268 -0.32197,7.14268 0.40497,0 0.74017,-0.91112 0.74494,-2.02472 0.008,-1.87801 0.18158,-1.76021 2.39288,1.62449 4.2765,6.54542 3.11851,17.26554 -2.55963,23.69537 -1.38045,1.56333 -2.54566,3.50722 -2.58917,4.31984 -0.83404,15.54843 -22.32718,40.37812 -40.74215,47.06697 -5.68919,2.0664 -8.44494,3.52141 -10.62624,5.61035 -3.91155,3.74598 -5.5591,4.26763 -15.29372,4.84243 -8.26694,0.48808 -8.26694,0.48808 -0.79259,-6.95139 15.24299,-15.17198 27.60616,-35.39843 32.35083,-52.9267 1.44864,-5.35179 0.39813,-4.95877 9.06714,-3.39198 4.27368,0.7724 1.96578,-0.92048 -2.65783,-1.94957 -11.34137,-2.5243 -22.09955,-11.81372 -25.82309,-22.29751 -1.12272,-3.16123 -2.3728,-4.63583 -2.3728,-2.79907 0,5.43661 9.77512,17.8983 17.63671,22.48378 4.52766,2.64086 4.55589,3.4718 0.48131,14.14916 -16.39788,42.9697 -52.40192,72.54308 -97.63493,80.19637 z m -132.14972,34.86082 c -0.64001,0.53113 -2.7775,1.12082 -4.74983,1.31033 -4.38078,0.42093 -5.42369,-1.37542 -2.31419,-3.98579 1.68103,-1.41105 1.91091,-2.21939 2.15408,-7.57561 0.4228,-9.30841 -0.30862,-11.74198 -5.16612,-19.31758 -10.40943,-16.23434 -10.50462,-29.8251 0.84857,-37.57395 2.63213,-1.79649 8.56067,-5.28563 12.25774,-8.05915 7.11121,-5.33485 8.83275,-5.90805 10.89607,-3.62818 1.24042,1.37078 1.0325,1.58135 -6.69638,6.78006 -4.38706,2.95097 -9.95885,6.70439 -12.38165,8.34089 -10.07214,6.80349 -10.52391,16.10108 -1.53989,31.69 4.66149,8.0885 6.49202,13.20945 6.31655,17.67044 -0.41575,10.56257 -0.33999,12.22248 0.58363,12.79287 0.75939,0.46908 0.71672,0.78774 -0.20858,1.55567 z m 12.81607,5.95037 c -1.16099,0.7348 -1.30758,0.74304 -2.88685,0.16234 -4.16911,-1.53298 -4.40001,-3.27728 -1.74988,-13.21703 3.18688,-11.95222 2.89351,-14.81122 -2.60586,-25.39654 -7.07819,-13.62426 -6.47253,-19.78308 2.44034,-24.81319 2.07249,-1.16964 6.03461,-4.52914 8.80461,-7.4656 5.03653,-5.33892 5.03653,-5.33892 6.6204,-3.72575 1.58388,1.61323 1.58388,1.61323 -1.03549,3.95633 -1.44076,1.2887 -3.87293,3.92652 -5.40485,5.86188 -1.58743,2.00529 -4.31672,4.29466 -6.34542,5.32277 -5.68368,2.88007 -6.11632,7.29893 -1.59514,16.29112 5.42332,10.78646 6.47073,18.4896 3.81639,28.06814 -1.79519,6.47806 -1.86281,9.94257 -0.24227,12.41577 1.04845,1.60014 1.07556,1.97541 0.18402,2.53976 z m 152.37842,4.18193 c -0.88967,5.11646 -0.98861,5.19893 -3.59411,2.99742 -6.17548,-5.21816 -18.63901,-6.48424 -32.02155,-3.25284 -6.13563,1.48153 -5.83973,1.15461 2.50984,-2.77278 9.84357,-4.63018 26.05107,-9.3043 32.26267,-9.3043 1.19409,0 1.70017,7.40355 0.84315,12.3325 z m 15.70517,-0.23598 c -2.00648,0.66648 -5.51298,2.3347 -7.79237,3.70725 -2.27921,1.37255 -4.14427,2.33236 -4.14427,2.13282 0,-1.26299 5.26942,-11.36695 6.98179,-13.38718 2.46256,-2.90554 3.6122,-2.79517 10.32058,0.99079 8.81175,4.97298 9.42473,5.97422 3.45108,5.63671 -3.52085,-0.19894 -6.33165,0.0942 -8.81681,0.91961 z m -150.3923,4.85126 c -5.87227,4.27765 -7.53708,2.04845 -4.84202,-6.4832 4.29488,-13.59519 4.98177,-33.77541 1.34837,-39.6054 -6.98854,-11.21336 -6.74741,-15.23184 1.48679,-24.77829 3.59412,-4.1669 3.66249,-4.20482 5.32504,-2.95073 1.68414,1.27034 1.68414,1.27034 -1.26836,4.58922 -6.8442,7.69349 -7.20687,13.15012 -1.38393,20.82365 3.47791,4.58327 3.47791,4.58327 2.43368,9.369 -0.70547,3.23289 -1.07668,10.12303 -1.1442,21.23494 -0.0999,16.44918 -0.0999,16.44918 -1.95537,17.80081 z m 135.04389,7.58012 c -1.28554,5.09872 -2.18616,6.54085 -2.9087,4.65798 -0.26327,-0.68605 0.60229,-4.46884 1.92338,-8.40611 2.30462,-6.86843 3.45764,-20.49217 1.8687,-22.08105 -0.68718,-0.68724 -17.9252,2.68502 -23.79879,4.65572 -5.95968,1.99955 -18.15573,7.95795 -26.93652,13.15976 -5.74426,3.40303 -7.9807,3.78707 -8.85067,1.51995 -0.22218,-0.57899 -0.17004,-1.19637 0.11601,-1.3718 6.90647,-4.23687 43.32747,-22.31041 49.70001,-24.66308 10.097,-3.72765 10.88818,-4.47695 12.38671,-11.73243 0.75161,-3.63885 1.18959,-4.51288 2.08808,-4.16624 5.50143,2.12244 15.11947,1.69519 17.59629,-0.78169 1.03709,-1.03712 -0.94229,-1.05242 -4.37198,-0.0339 -4.91753,1.46038 -7.25966,1.45397 -10.96819,-0.0298 -3.95405,-1.58209 -3.80764,-2.73097 0.1692,-1.32698 4.5267,1.59815 16.75005,-1.44441 16.75005,-4.16925 0,-0.98431 -0.38828,-0.88324 -4.38125,1.14009 -4.39833,2.22892 -8.6285,2.96423 -11.08037,1.92617 -1.60693,-0.68039 -1.49017,-0.72368 0.92034,-0.34127 1.67729,0.26617 2.761,0.1424 2.761,-0.31534 0,-0.41445 -1.32352,-0.9771 -2.94116,-1.25041 -5.19055,-0.87696 -4.40527,-2.09004 0.9797,-1.51333 5.08276,0.54433 13.00551,-0.67626 13.00551,-2.0036 0,-0.39043 -0.73904,-0.47878 -1.65665,-0.19798 -2.7398,0.83861 -12.92693,1.25439 -11.22808,0.45826 0.80996,-0.37947 2.61048,-0.7133 4.00115,-0.74173 2.74167,-0.0562 8.21639,-2.41016 9.6652,-4.15586 1.60694,-1.93622 0.11648,-1.98432 -2.38987,-0.0771 -4.62051,3.51614 -7.23416,3.45531 -3.44404,-0.0801 1.78372,-1.66389 2.91546,-3.25738 2.55427,-3.59667 -0.35684,-0.33501 -0.79305,-0.20549 -0.96956,0.28781 -2.50617,7.00509 -22.00109,12.01237 -30.98512,7.95853 -5.30852,-2.39535 -5.31827,-2.371 2.05685,-5.1426 7.15518,-2.68885 18.15619,-8.29524 24.64634,-12.56035 11.93137,-7.84105 21.91668,7.44189 13.2367,20.25966 -4.4545,6.57804 -6.03172,15.84359 -3.29006,19.32894 1.4569,1.85223 1.4569,1.85819 0,2.23922 -2.64862,0.6926 -0.85185,5.8405 3.39369,9.72315 0.44277,0.40495 4.12962,5.24097 8.19304,10.74671 4.06332,5.50566 8.29797,10.85435 9.41048,11.88587 1.14212,1.05905 1.7948,2.24437 1.49908,2.7228 -0.33106,0.53555 -3.00597,-1.6999 -7.27054,-6.07599 -9.85016,-10.10763 -23.63166,-19.64754 -28.38328,-19.64754 -3.53238,0 -10.06867,11.90097 -13.06695,23.79164 z m -3.39865,6.33638 c 2.48207,1.44566 2.85648,0.93994 4.99922,-6.7515 0.64872,-2.32845 1.49018,-4.23354 1.86992,-4.23354 0.37973,0 2.04765,-0.98315 3.70655,-2.18488 6.27584,-4.54622 12.68571,-5.97349 21.50824,-4.78912 3.61595,0.48541 4.17774,0.88254 11.07772,7.83161 5.33375,5.37167 7.68358,7.2607 8.8277,7.09673 2.45036,-0.35127 2.42045,-2.86326 -0.0596,-4.98821 -1.19505,-1.02393 -5.76555,-6.66587 -10.15675,-12.53762 -4.3913,-5.87173 -8.18928,-10.84154 -8.44006,-11.04401 -3.25994,-2.63216 -4.26591,-6.45582 -1.85756,-7.0603 2.31128,-0.58011 2.31128,-1.23737 0,-3.54858 -3.12131,-3.12141 -1.74461,-11.63297 3.01628,-18.64857 5.48475,-8.08223 3.04113,-20.5491 -4.59969,-23.46714 -6.01098,-2.29561 -2.92764,-3.90524 8.42948,-4.40075 11.17573,-0.48756 13.55924,-1.17604 17.79822,-5.14106 1.91766,-1.79378 3.78364,-3.26042 4.14659,-3.25916 1.87021,0.006 14.26914,-6.36021 17.9438,-9.18716 5.33522,-4.10444 14.29856,-11.71152 19.5714,-18.34319 9.62141,-12.10086 9.48953,-23.36857 11.73829,-25.35997 6.27531,-5.55715 7.38046,-19.53961 3.18848,-26.33109 -2.70172,-4.3771 -2.70172,-4.3771 -1.52939,-12.22124 1.5383,-10.29382 0.64732,-14.9229 -6.22351,-32.33253 -5.11655,-12.96462 -5.11655,-12.96462 7.08663,-15.01449 30.98023,-5.20396 42.73239,-9.66228 65.99715,-25.03689 23.78914,-15.72115 35.96979,-27.84221 39.78888,-39.59433 2.50599,-7.71107 3.66257,-32.1871 1.52105,-32.1871 -2.13787,0 -39.76733,5.95556 -49.18147,7.78391 -22.55328,4.38008 -41.27004,12.47672 -76.35309,33.02935 -17.36389,10.17227 -19.26739,10.46376 -19.26739,2.95036 0,-5.32406 -5.56877,-20.72548 -8.10356,-22.41186 -0.30443,-0.20247 -0.79841,-2.1904 -1.09786,-4.41761 -0.87766,-6.52714 -2.95335,-10.98668 -8.53696,-18.34114 -4.76005,-6.26965 -5.12009,-6.9785 -3.87808,-7.63511 8.17728,-4.32311 16.05104,-20.70658 14.12554,-33.91435 -1.20764,-8.28364 -6.80148,-11.61696 -10.98191,-10.57734 -2.15408,0.53568 -3.07504,1.43193 -4.39954,2.78051 -1.24126,1.26985 -2.35601,2.19239 -2.47699,2.05012 -0.12118,-0.14226 -0.97886,-2.57791 -1.90613,-5.41254 -0.92717,-2.83463 -2.28559,-6.56199 -3.01872,-8.28301 -2.94585,-6.51336 -0.72563,-3.43441 -3.29059,-7.17862 -1.12945,-2.54575 -1.99417,-4.66091 -2.25363,-4.82674 -0.16469,0.17992 -1.24653,-0.82187 -2.40405,-2.22619 -1.15761,-1.40434 -4.14387,-4.03645 -6.63625,-5.84915 -4.53159,-3.2958 -4.53159,-3.2958 -2.10861,-3.70564 -19.73327,-9.44338 -34.39505,-18.1203 -59.78072,-16.89245 -4.28278,0 -4.86895,-0.54065 -2.88059,-2.6571 0,0 1.30001,-1.5532 -2.22743,0.41798 -1.37726,0.73708 -4.06125,-1.53495 -7.43393,-6.29302 -1.21556,-1.71496 -2.60567,-2.15785 -10.11547,-3.222948 -7.11138,-1.008584 -9.43541,-0.546836 -24.34321,8.369068 -8.2221,4.91734 -15.03292,8.78838 -20.37876,10.78669 -12.33017,4.60915 -15.08984,8.12857 -15.09454,19.25032 -7.5e-4,2.03582 -0.93449,3.39539 -5.73713,8.35357 -9.27834,9.57896 -14.7054,23.05303 -14.02263,34.81481 0.21196,3.65082 -9.4e-4,4.56835 -1.4069,6.06381 -1.65656,1.7621 -1.21462,1.85049 -1.21462,-4.62197 0,-22.13648 -10.9138,-23.40502 -21.13328,-2.42017 -15.87803,32.60477 -18.96328,68.05254 -7.98014,91.68757 5.02623,10.81601 5.02097,10.84627 -2.63381,15.14298 -16.87302,9.47091 -26.82877,28.03448 -27.30616,50.91524 -0.11191,5.36575 -0.3445,10.00424 -0.51679,10.30774 -1.63724,2.88378 -2.0293,12.69645 -0.64246,16.07879 0.92356,2.25246 1.63863,6.14269 1.89639,10.31637 1.07025,17.33197 8.41261,30.33607 23.6378,41.86523 4.37196,3.31054 5.35486,4.4768 6.47794,7.68633 1.45923,4.17001 4.54727,8.07885 8.84448,11.19541 3.01591,2.18723 1.02474,3.52473 -15.81554,14.94933 -10.59578,7.18825 -11.70652,23.19435 -2.77405,36.87744 5.41358,8.29282 6.04252,9.8311 6.60363,16.15204 0.5827,6.5636 -0.15165,10.33094 -2.2717,11.65497 -1.69408,1.05794 -1.90979,4.38212 -0.36737,5.66219 2.77384,2.30209 11.5627,-0.64879 10.29199,-3.45561 -0.3231,-0.7138 -0.60961,-5.43938 -0.63643,-10.50116 -0.0545,-10.23876 0.75028,-7.86378 -8.96528,-26.45749 -3.74894,-7.17486 -4.23539,-16.86091 -1.01956,-20.30199 7.28086,-7.79077 25.09643,-17.52332 27.61265,-15.08459 2.98043,2.88874 -0.85967,8.08967 -11.00197,14.90074 -9.94404,6.67795 -10.69319,12.94419 -3.22195,26.95057 5.41029,10.14275 5.69634,12.90899 2.53413,24.50977 -2.3957,8.7889 -2.41286,10.53231 -0.12653,12.81872 4.04719,4.04712 10.66197,1.41363 7.37277,-2.93522 -1.47142,-1.94529 -1.35775,-5.32159 0.39148,-11.63406 2.67367,-9.64805 1.66724,-16.88858 -4.06876,-29.27209 -4.19856,-9.06435 -3.83458,-11.94315 1.82762,-14.45515 2.53244,-1.12339 4.39457,-2.72729 6.54276,-5.63518 4.95288,-6.70445 7.05155,-7.8076 9.9204,-5.21439 1.28525,1.16175 2.47279,2.19142 2.63898,2.28818 0.16628,0.0967 -1.36928,1.9433 -3.41225,4.10344 -8.55299,9.04351 -9.27965,14.57353 -3.24531,24.69575 4.09802,6.87394 4.68062,21.991 1.32399,34.35072 -0.54893,2.02099 -1.61501,5.91436 -2.36915,8.65196 -2.24993,8.16691 2.779,10.59431 8.84073,4.26728 2.01547,-2.10367 2.03591,-2.21883 1.46926,-8.26594 -0.83329,-8.89331 -0.56188,-17.4341 0.87494,-27.52877 1.26368,-8.87953 1.26368,-8.87953 -1.7932,-12.74686 -9.35525,-11.83529 -1.4311,-26.47635 10.16452,-18.7805 27.67546,18.36782 64.00296,24.98105 96.67352,17.59887 7.74726,-1.75057 7.74726,-1.75057 13.88608,0.90486 4.81005,2.08069 7.14825,2.66678 10.80228,2.70785 5.15537,0.058 5.41564,1.16736 2.69384,11.48497 -1.21294,4.59814 -0.68605,4.20614 -11.40673,8.48548 -6.87148,2.7429 -19.77224,9.08399 -45.85427,22.53901 -0.89932,0.46392 -2.13207,1.07657 -2.73941,1.36151 -0.6628,0.31079 -1.10444,1.51648 -1.10444,3.01465 0,3.92469 3.8717,3.91113 10.51696,-0.0368 2.76672,-1.64364 5.67375,-2.99285 6.46005,-2.99816 0.78631,-0.005 4.57727,-0.66359 8.42422,-1.46288 19.41228,-4.03307 34.39041,0.62655 30.96702,9.6337 -1.854,4.87799 -1.91449,6.99536 -0.22782,7.97775 z" + sodipodi:nodetypes="csssscccssscccssscccsssssscccsssssssccssssssssssccssssccsssssssssssccssssssssssssssssssccssssssccssssccsssssssccssscssssssssssccssssssssssssssccssssssssssccsssccsssssccssssssccsssssssssssssccssssccssssccsssssssssssssssccssssssssssssssssssssssssssssssssssssssssssssssssssssssccsssssssccsssscccssscsssssscssccscssccssscccssscccssscccssscccsssscsssssccssccssssssssssccssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssscsssssssssssssscccsssssssssssssssssssssssssssssssssssssssssssssccssssssssssssccssssssssssssccssssccsssssccssssssssscssssssssssssssssssssssssssssssssssssssssssccssssssssscssssssssssssssssssssssssssssssssssscsscccssccccsssssssssssssssssssssssssssssssssssssssssssssssssssccsccscccscc" + id="outline-9" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + </g> + <g + inkscape:label="fly eye" + id="layer3" + inkscape:groupmode="layer"> + <path + style="fill:#aeaeae;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 458.94457,201.14414 c -2.02713,-1.88992 -11.31705,-23.93521 3.39914,-47.70624 7.97975,-13.09921 18.77716,-15.86679 29.22615,-19.91233 2.56479,4.9291 2.35076,12.637 0.64234,21.83932 -3.39021,13.94566 -10.71167,24.74632 -18.30654,35.32834 -4.92447,5.83721 -12.93396,12.34083 -14.96109,10.45091 z" + id="eye shade" + sodipodi:nodetypes="zccccz" + inkscape:connector-curvature="0" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + </g> + <g + inkscape:label="fluegel" + id="layer2" + inkscape:groupmode="layer" /> + <g + inkscape:groupmode="layer" + id="layer4" + inkscape:label="text#1"> + <path + style="fill:#353535;fill-opacity:0.16742081;stroke:none;display:inline" + d="m 491.68711,132.88274 c -5.09445,0.53311 -9.53844,3.39476 -14.14282,5.42225 -2.58158,2.11763 -5.57255,3.63211 -7.90741,6.05485 -4.05243,4.19616 -7.69165,8.86316 -10.71098,13.89311 -5.1558,9.52148 -6.63557,20.81883 -5.57999,31.55344 0.4851,3.963 2.75585,8.94305 4.52496,12.52231 7.2679,1.95452 12.54271,-5.48291 13.94434,-7.35154 3.46904,-3.90063 6.77727,-8.04846 9.32652,-12.63992 0.83204,-3.50225 3.34631,-5.99024 4.70754,-9.2161 2.34232,-5.0673 4.69087,-10.26786 5.86121,-15.7484 0.55225,-3.37295 2.04455,-6.55262 1.81434,-10.05656 -0.53912,-3.40812 1.74314,-13.50006 -1.83771,-14.43344 z m -6.1516,5.95511 c 1.53296,2.29692 1.01232,5.33521 1.21745,7.9746 -0.39848,11.55667 -6.52623,21.7253 -12.28821,31.27446 -3.26355,5.54885 -6.32743,11.64936 -11.67343,15.39815 -2.86899,2.25808 -4.86607,-1.19579 -4.67866,-3.87271 -0.21954,-3.17189 0.028,-6.36091 -0.11714,-9.53228 0.49344,-11.58124 5.06236,-20.94326 12.78927,-31.48516 3.33937,-3.51692 6.42931,-6.43907 10.74927,-8.34708 1.26896,-0.63316 2.58406,-1.24512 4.00145,-1.40998 z" + id="shadows-1" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccccccccccccc" + inkscape:export-filename="/home/fluffy/drawings/boot-logo.png" + inkscape:export-xdpi="54.259998" + inkscape:export-ydpi="54.259998" /> + </g> +</svg> diff --git a/downies/fur-man.png b/downies/fur-man.png Binary files differnew file mode 100644 index 0000000..17c19a7 --- /dev/null +++ b/downies/fur-man.png diff --git a/downies/music/caveman_demo.ogg b/downies/music/caveman_demo.ogg Binary files differnew file mode 100644 index 0000000..a357f46 --- /dev/null +++ b/downies/music/caveman_demo.ogg diff --git a/downies/music/chinese-tune.mid b/downies/music/chinese-tune.mid Binary files differnew file mode 100644 index 0000000..14baf77 --- /dev/null +++ b/downies/music/chinese-tune.mid diff --git a/downies/music/deng_hou.ogg b/downies/music/deng_hou.ogg Binary files differnew file mode 100644 index 0000000..10f46cf --- /dev/null +++ b/downies/music/deng_hou.ogg diff --git a/downies/resume-rekado.pdf b/downies/resume-rekado.pdf Binary files differnew file mode 100644 index 0000000..6b8d2cf --- /dev/null +++ b/downies/resume-rekado.pdf diff --git a/favicon.ico b/favicon.ico Binary files differnew file mode 100644 index 0000000..90a407b --- /dev/null +++ b/favicon.ico diff --git a/images/flattr.png b/images/flattr.png Binary files differnew file mode 100644 index 0000000..99cf2fd --- /dev/null +++ b/images/flattr.png diff --git a/images/flickr.png b/images/flickr.png Binary files differnew file mode 100644 index 0000000..5a57011 --- /dev/null +++ b/images/flickr.png diff --git a/images/github.png b/images/github.png Binary files differnew file mode 100644 index 0000000..a6a68f4 --- /dev/null +++ b/images/github.png diff --git a/images/gmail.png b/images/gmail.png Binary files differnew file mode 100644 index 0000000..54fec57 --- /dev/null +++ b/images/gmail.png diff --git a/images/hr.png b/images/hr.png Binary files differnew file mode 100644 index 0000000..e085e46 --- /dev/null +++ b/images/hr.png diff --git a/images/larger-connect-with-sc.png b/images/larger-connect-with-sc.png Binary files differnew file mode 100644 index 0000000..ae5e435 --- /dev/null +++ b/images/larger-connect-with-sc.png diff --git a/images/libertree-logo.png b/images/libertree-logo.png Binary files differnew file mode 100644 index 0000000..5f7952b --- /dev/null +++ b/images/libertree-logo.png diff --git a/images/logo.png b/images/logo.png Binary files differnew file mode 100644 index 0000000..52e7ccf --- /dev/null +++ b/images/logo.png diff --git a/images/posts/2010-02-10-qiutianbuhuilai.jpg b/images/posts/2010-02-10-qiutianbuhuilai.jpg Binary files differnew file mode 100644 index 0000000..8bb5a23 --- /dev/null +++ b/images/posts/2010-02-10-qiutianbuhuilai.jpg diff --git a/images/posts/alto-stick.jpg b/images/posts/alto-stick.jpg Binary files differnew file mode 100644 index 0000000..0401eae --- /dev/null +++ b/images/posts/alto-stick.jpg diff --git a/images/posts/billiejean.png b/images/posts/billiejean.png Binary files differnew file mode 100644 index 0000000..d512586 --- /dev/null +++ b/images/posts/billiejean.png diff --git a/images/posts/elephly.png b/images/posts/elephly.png Binary files differnew file mode 100644 index 0000000..2aeda1d --- /dev/null +++ b/images/posts/elephly.png diff --git a/images/posts/frogs01.jpg b/images/posts/frogs01.jpg Binary files differnew file mode 100644 index 0000000..814d18a --- /dev/null +++ b/images/posts/frogs01.jpg diff --git a/images/posts/frogs02.jpg b/images/posts/frogs02.jpg Binary files differnew file mode 100644 index 0000000..f547dc9 --- /dev/null +++ b/images/posts/frogs02.jpg diff --git a/images/posts/frogs03.jpg b/images/posts/frogs03.jpg Binary files differnew file mode 100644 index 0000000..37d7ad1 --- /dev/null +++ b/images/posts/frogs03.jpg diff --git a/images/posts/frogs04.jpg b/images/posts/frogs04.jpg Binary files differnew file mode 100644 index 0000000..1b7c9fb --- /dev/null +++ b/images/posts/frogs04.jpg diff --git a/images/posts/frogs05.jpg b/images/posts/frogs05.jpg Binary files differnew file mode 100644 index 0000000..d3b4750 --- /dev/null +++ b/images/posts/frogs05.jpg diff --git a/images/posts/frogs06.jpg b/images/posts/frogs06.jpg Binary files differnew file mode 100644 index 0000000..c3eca8c --- /dev/null +++ b/images/posts/frogs06.jpg diff --git a/images/posts/frogs07.jpg b/images/posts/frogs07.jpg Binary files differnew file mode 100644 index 0000000..4641396 --- /dev/null +++ b/images/posts/frogs07.jpg diff --git a/images/posts/frogs08.jpg b/images/posts/frogs08.jpg Binary files differnew file mode 100644 index 0000000..3d218fe --- /dev/null +++ b/images/posts/frogs08.jpg diff --git a/images/posts/frogs09.jpg b/images/posts/frogs09.jpg Binary files differnew file mode 100644 index 0000000..4531f33 --- /dev/null +++ b/images/posts/frogs09.jpg diff --git a/images/posts/frogs10.jpg b/images/posts/frogs10.jpg Binary files differnew file mode 100644 index 0000000..9f4054e --- /dev/null +++ b/images/posts/frogs10.jpg diff --git a/images/posts/frogs11.jpg b/images/posts/frogs11.jpg Binary files differnew file mode 100644 index 0000000..439f598 --- /dev/null +++ b/images/posts/frogs11.jpg diff --git a/images/posts/frogs12.jpg b/images/posts/frogs12.jpg Binary files differnew file mode 100644 index 0000000..db5e78a --- /dev/null +++ b/images/posts/frogs12.jpg diff --git a/images/posts/frogs13.jpg b/images/posts/frogs13.jpg Binary files differnew file mode 100644 index 0000000..ba5cb16 --- /dev/null +++ b/images/posts/frogs13.jpg diff --git a/images/posts/fur-man-white-board.jpg b/images/posts/fur-man-white-board.jpg Binary files differnew file mode 100644 index 0000000..d6f539e --- /dev/null +++ b/images/posts/fur-man-white-board.jpg diff --git a/images/posts/fur-man.png b/images/posts/fur-man.png Binary files differnew file mode 100644 index 0000000..7fa43c4 --- /dev/null +++ b/images/posts/fur-man.png diff --git a/images/posts/mda-epiano-coding.jpg b/images/posts/mda-epiano-coding.jpg Binary files differnew file mode 100644 index 0000000..a391bc5 --- /dev/null +++ b/images/posts/mda-epiano-coding.jpg diff --git a/images/posts/newspaper-large.jpg b/images/posts/newspaper-large.jpg Binary files differnew file mode 100644 index 0000000..ef85384 --- /dev/null +++ b/images/posts/newspaper-large.jpg diff --git a/images/posts/newspaper.jpg b/images/posts/newspaper.jpg Binary files differnew file mode 100644 index 0000000..c7955ed --- /dev/null +++ b/images/posts/newspaper.jpg diff --git a/images/posts/niuren.jpg b/images/posts/niuren.jpg Binary files differnew file mode 100644 index 0000000..ae6708c --- /dev/null +++ b/images/posts/niuren.jpg diff --git a/images/posts/niuren2010.jpg b/images/posts/niuren2010.jpg Binary files differnew file mode 100644 index 0000000..73a2352 --- /dev/null +++ b/images/posts/niuren2010.jpg diff --git a/images/posts/niuren2010_beijing_lobby.jpg b/images/posts/niuren2010_beijing_lobby.jpg Binary files differnew file mode 100644 index 0000000..92b6270 --- /dev/null +++ b/images/posts/niuren2010_beijing_lobby.jpg diff --git a/images/posts/niuren2010_beijing_stage.jpg b/images/posts/niuren2010_beijing_stage.jpg Binary files differnew file mode 100644 index 0000000..5b38b6e --- /dev/null +++ b/images/posts/niuren2010_beijing_stage.jpg diff --git a/images/posts/qtbhl.png b/images/posts/qtbhl.png Binary files differnew file mode 100644 index 0000000..3e3be0d --- /dev/null +++ b/images/posts/qtbhl.png diff --git a/images/posts/rehearsals.jpg b/images/posts/rehearsals.jpg Binary files differnew file mode 100644 index 0000000..073bd5b --- /dev/null +++ b/images/posts/rehearsals.jpg diff --git a/images/posts/stick-on-tv.jpg b/images/posts/stick-on-tv.jpg Binary files differnew file mode 100644 index 0000000..99bed0e --- /dev/null +++ b/images/posts/stick-on-tv.jpg diff --git a/images/posts/stick.jpg b/images/posts/stick.jpg Binary files differnew file mode 100644 index 0000000..3500c9c --- /dev/null +++ b/images/posts/stick.jpg diff --git a/images/posts/tianshi.jpg b/images/posts/tianshi.jpg Binary files differnew file mode 100644 index 0000000..c21aec6 --- /dev/null +++ b/images/posts/tianshi.jpg diff --git a/images/posts/turtle.jpg b/images/posts/turtle.jpg Binary files differnew file mode 100644 index 0000000..297b1d4 --- /dev/null +++ b/images/posts/turtle.jpg diff --git a/images/rekado.jpg b/images/rekado.jpg Binary files differnew file mode 100644 index 0000000..ff543f1 --- /dev/null +++ b/images/rekado.jpg diff --git a/images/soundcli-icon.png b/images/soundcli-icon.png Binary files differnew file mode 100644 index 0000000..0fb0b99 --- /dev/null +++ b/images/soundcli-icon.png diff --git a/images/soundcli-screenie.png b/images/soundcli-screenie.png Binary files differnew file mode 100644 index 0000000..db86528 --- /dev/null +++ b/images/soundcli-screenie.png diff --git a/images/soundcloud.png b/images/soundcloud.png Binary files differnew file mode 100644 index 0000000..37b4d19 --- /dev/null +++ b/images/soundcloud.png diff --git a/images/vimeo.png b/images/vimeo.png Binary files differnew file mode 100644 index 0000000..3d2a616 --- /dev/null +++ b/images/vimeo.png diff --git a/images/youku.png b/images/youku.png Binary files differnew file mode 100644 index 0000000..b5b65e9 --- /dev/null +++ b/images/youku.png diff --git a/images/youtube.png b/images/youtube.png Binary files differnew file mode 100644 index 0000000..b5280db --- /dev/null +++ b/images/youtube.png diff --git a/js/deobfuscate.js b/js/deobfuscate.js new file mode 100644 index 0000000..ef8d60b --- /dev/null +++ b/js/deobfuscate.js @@ -0,0 +1,9 @@ +var deobfuscate = function(s) { + return s.split('').map(function(n){return String.fromCharCode(n.charCodeAt(0)-1);}).join(''); +}; +$(document).ready(function() { + $('.obfuscated').each(function() { + var fixed = deobfuscate( $(this).text() ); + $(this).text(fixed); + }); +}); diff --git a/js/hyphenator/.DS_Store b/js/hyphenator/.DS_Store Binary files differnew file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/js/hyphenator/.DS_Store diff --git a/js/hyphenator/Hyphenator.js b/js/hyphenator/Hyphenator.js new file mode 100644 index 0000000..54c96f3 --- /dev/null +++ b/js/hyphenator/Hyphenator.js @@ -0,0 +1,2389 @@ +/** @license Hyphenator 4.0.0 - client side hyphenation for webbrowsers + * Copyright (C) 2011 Mathias Nater, Zürich (mathias at mnn dot ch) + * Project and Source hosted on http://code.google.com/p/hyphenator/ + * + * This JavaScript code is free software: you can redistribute + * it and/or modify it under the terms of the GNU Lesser + * General Public License (GNU LGPL) as published by the Free Software + * Foundation, either version 3 of the License, or (at your option) + * any later version. The code is distributed WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. + * + * As additional permission under GNU GPL version 3 section 7, you + * may distribute non-source (e.g., minimized or compacted) forms of + * that code without the copy of the GNU GPL normally required by + * section 4, provided you include this license notice and a URL + * through which recipients can access the Corresponding Source. + * + * + * Hyphenator.js contains code from Bram Steins hypher.js-Project: + * https://github.com/bramstein/Hypher + * + * Code from this project is marked in the source and belongs + * to the following license: + * + * Copyright (c) 2011, Bram Stein + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. The name of the author may not be used to endorse or promote products + * derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + * EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY + * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ + +/* + * Comments are jsdoctoolkit formatted. See http://code.google.com/p/jsdoc-toolkit/ + */ + +/* The following comment is for JSLint: */ +/*global window, ActiveXObject, unescape */ +/*jslint white: true, browser: true, onevar: true, undef: true, nomen: true, eqeqeq: true, regexp: true, sub: true, newcap: true, immed: true, evil: true, eqeqeq: false */ + + +/** + * @constructor + * @description Provides all functionality to do hyphenation, except the patterns that are loaded + * externally. + * @author Mathias Nater, <a href = "mailto:mathias@mnn.ch">mathias@mnn.ch</a> + * @version X.Y.Z + * @namespace Holds all methods and properties + * @example + * <script src = "Hyphenator.js" type = "text/javascript"></script> + * <script type = "text/javascript"> + * Hyphenator.run(); + * </script> + */ +var Hyphenator = (function (window) { + + var + /** + * @name Hyphenator-supportedLang + * @description + * A key-value object that stores supported languages. + * The key is the bcp47 code of the language and the value + * is the (abbreviated) filename of the pattern file. + * @type {Object.<string, string>} + * @private + * @example + * Check if language lang is supported: + * if (supportedLang.hasOwnProperty(lang)) + */ + supportedLang = { + 'be': 'be.js', + 'ca': 'ca.js', + 'cs': 'cs.js', + 'da': 'da.js', + 'bn': 'bn.js', + 'de': 'de.js', + 'el': 'el-monoton.js', + 'el-monoton': 'el-monoton.js', + 'el-polyton': 'el-polyton.js', + 'en': 'en-us.js', + 'en-gb': 'en-gb.js', + 'en-us': 'en-us.js', + 'es': 'es.js', + 'fi': 'fi.js', + 'fr': 'fr.js', + 'grc': 'grc.js', + 'gu': 'gu.js', + 'hi': 'hi.js', + 'hu': 'hu.js', + 'hy': 'hy.js', + 'it': 'it.js', + 'kn': 'kn.js', + 'la': 'la.js', + 'lt': 'lt.js', + 'lv': 'lv.js', + 'ml': 'ml.js', + 'nb': 'nb-no.js', + 'no': 'nb-no.js', + 'nb-no': 'nb-no.js', + 'nl': 'nl.js', + 'or': 'or.js', + 'pa': 'pa.js', + 'pl': 'pl.js', + 'pt': 'pt.js', + 'ru': 'ru.js', + 'sk': 'sk.js', + 'sl': 'sl.js', + 'sv': 'sv.js', + 'ta': 'ta.js', + 'te': 'te.js', + 'tr': 'tr.js', + 'uk': 'uk.js' + }, + + /** + * @name Hyphenator-languageHint + * @description + * An automatically generated string to be displayed in a prompt if the language can't be guessed. + * The string is generated using the supportedLang-object. + * @see Hyphenator-supportedLang + * @type {string} + * @private + * @see Hyphenator-autoSetMainLanguage + */ + + languageHint = (function () { + var k, r = ''; + for (k in supportedLang) { + if (supportedLang.hasOwnProperty(k)) { + r += k + ', '; + } + } + r = r.substring(0, r.length - 2); + return r; + }()), + + /** + * @name Hyphenator-prompterStrings + * @description + * A key-value object holding the strings to be displayed if the language can't be guessed + * If you add hyphenation patterns change this string. + * @type {Object.<string,string>} + * @private + * @see Hyphenator-autoSetMainLanguage + */ + prompterStrings = { + 'be': 'Мова гэтага сайта не можа быць вызначаны аўтаматычна. Калі ласка пакажыце мову:', + 'cs': 'Jazyk této internetové stránky nebyl automaticky rozpoznán. Určete prosím její jazyk:', + 'da': 'Denne websides sprog kunne ikke bestemmes. Angiv venligst sprog:', + 'de': 'Die Sprache dieser Webseite konnte nicht automatisch bestimmt werden. Bitte Sprache angeben:', + 'en': 'The language of this website could not be determined automatically. Please indicate the main language:', + 'es': 'El idioma del sitio no pudo determinarse autom%E1ticamente. Por favor, indique el idioma principal:', + 'fi': 'Sivun kielt%E4 ei tunnistettu automaattisesti. M%E4%E4rit%E4 sivun p%E4%E4kieli:', + 'fr': 'La langue de ce site n%u2019a pas pu %EAtre d%E9termin%E9e automatiquement. Veuillez indiquer une langue, s.v.p.%A0:', + 'hu': 'A weboldal nyelvét nem sikerült automatikusan megállapítani. Kérem adja meg a nyelvet:', + 'hy': 'Չհաջողվեց հայտնաբերել այս կայքի լեզուն։ Խնդրում ենք նշեք հիմնական լեզուն՝', + 'it': 'Lingua del sito sconosciuta. Indicare una lingua, per favore:', + 'kn': 'ಜಾಲ ತಾಣದ ಭಾಷೆಯನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ. ದಯವಿಟ್ಟು ಮುಖ್ಯ ಭಾಷೆಯನ್ನು ಸೂಚಿಸಿ:', + 'lt': 'Nepavyko automatiškai nustatyti šios svetainės kalbos. Prašome įvesti kalbą:', + 'lv': 'Šīs lapas valodu nevarēja noteikt automātiski. Lūdzu norādiet pamata valodu:', + 'ml': 'ഈ വെ%u0D2C%u0D4D%u200Cസൈറ്റിന്റെ ഭാഷ കണ്ടുപിടിയ്ക്കാ%u0D28%u0D4D%u200D കഴിഞ്ഞില്ല. ഭാഷ ഏതാണെന്നു തിരഞ്ഞെടുക്കുക:', + 'nl': 'De taal van deze website kan niet automatisch worden bepaald. Geef de hoofdtaal op:', + 'no': 'Nettstedets språk kunne ikke finnes automatisk. Vennligst oppgi språk:', + 'pt': 'A língua deste site não pôde ser determinada automaticamente. Por favor indique a língua principal:', + 'ru': 'Язык этого сайта не может быть определен автоматически. Пожалуйста укажите язык:', + 'sl': 'Jezika te spletne strani ni bilo mogoče samodejno določiti. Prosim navedite jezik:', + 'sv': 'Spr%E5ket p%E5 den h%E4r webbplatsen kunde inte avg%F6ras automatiskt. V%E4nligen ange:', + 'tr': 'Bu web sitesinin dili otomatik olarak tespit edilememiştir. Lütfen dökümanın dilini seçiniz%A0:', + 'uk': 'Мова цього веб-сайту не може бути визначена автоматично. Будь ласка, вкажіть головну мову:' + }, + + /** + * @name Hyphenator-basePath + * @description + * A string storing the basepath from where Hyphenator.js was loaded. + * This is used to load the patternfiles. + * The basepath is determined dynamically by searching all script-tags for Hyphenator.js + * If the path cannot be determined http://hyphenator.googlecode.com/svn/trunk/ is used as fallback. + * @type {string} + * @private + * @see Hyphenator-loadPatterns + */ + basePath = (function () { + var s = document.getElementsByTagName('script'), i = 0, p, src, t; + while (!!(t = s[i++])) { + if (!t.src) { + continue; + } + src = t.src; + p = src.indexOf('Hyphenator.js'); + if (p !== -1) { + return src.substring(0, p); + } + } + return 'http://hyphenator.googlecode.com/svn/trunk/'; + }()), + + /** + * @name Hyphenator-isLocal + * @description + * isLocal is true, if Hyphenator is loaded from the same domain, as the webpage, but false, if + * it's loaded from an external source (i.e. directly from google.code) + */ + isLocal = (function () { + var re = false; + if (window.location.href.indexOf(basePath) !== -1) { + re = true; + } + return re; + }()), + + /** + * @name Hyphenator-documentLoaded + * @description + * documentLoaded is true, when the DOM has been loaded. This is set by runOnContentLoaded + */ + documentLoaded = false, + documentCount = 0, + + /** + * @name Hyphenator-persistentConfig + * @description + * if persistentConfig is set to true (defaults to false), config options and the state of the + * toggleBox are stored in DOM-storage (according to the storage-setting). So they haven't to be + * set for each page. + */ + persistentConfig = false, + + /** + * @name Hyphenator-contextWindow + * @description + * contextWindow stores the window for the document to be hyphenated. + * If there are frames this will change. + * So use contextWindow instead of window! + */ + contextWindow = window, + + /** + * @name Hyphenator-doFrames + * @description + * switch to control if frames/iframes should be hyphenated, too + * defaults to false (frames are a bag of hurt!) + */ + doFrames = false, + + /** + * @name Hyphenator-dontHyphenate + * @description + * A key-value object containing all html-tags whose content should not be hyphenated + * @type {Object.<string,boolean>} + * @private + * @see Hyphenator-hyphenateElement + */ + dontHyphenate = {'script': true, 'code': true, 'pre': true, 'img': true, 'br': true, 'samp': true, 'kbd': true, 'var': true, 'abbr': true, 'acronym': true, 'sub': true, 'sup': true, 'button': true, 'option': true, 'label': true, 'textarea': true, 'input': true, 'math': true, 'svg': true}, + + /** + * @name Hyphenator-enableCache + * @description + * A variable to set if caching is enabled or not + * @type boolean + * @default true + * @private + * @see Hyphenator.config + * @see hyphenateWord + */ + enableCache = true, + + /** + * @name Hyphenator-storageType + * @description + * A variable to define what html5-DOM-Storage-Method is used ('none', 'local' or 'session') + * @type {string} + * @default 'none' + * @private + * @see Hyphenator.config + */ + storageType = 'local', + + /** + * @name Hyphenator-storage + * @description + * An alias to the storage-Method defined in storageType. + * Set by Hyphenator.run() + * @type {Object|undefined} + * @default null + * @private + * @see Hyphenator.run + */ + storage, + + /** + * @name Hyphenator-enableReducedPatternSet + * @description + * A variable to set if storing the used patterns is set + * @type boolean + * @default false + * @private + * @see Hyphenator.config + * @see hyphenateWord + * @see Hyphenator.getRedPatternSet + */ + enableReducedPatternSet = false, + + /** + * @name Hyphenator-enableRemoteLoading + * @description + * A variable to set if pattern files should be loaded remotely or not + * @type boolean + * @default true + * @private + * @see Hyphenator.config + * @see Hyphenator-loadPatterns + */ + enableRemoteLoading = true, + + /** + * @name Hyphenator-displayToggleBox + * @description + * A variable to set if the togglebox should be displayed or not + * @type boolean + * @default false + * @private + * @see Hyphenator.config + * @see Hyphenator-toggleBox + */ + displayToggleBox = false, + + /** + * @name Hyphenator-css3 + * @description + * A variable to set if css3 hyphenation should be used + * @type boolean + * @default false + * @private + * @see Hyphenator.config + */ + css3 = false, + /** + * @name Hyphenator-css3_hsupport + * @description + * A generated object containing information for CSS3-hyphenation support + * { + * support: boolean, + * property: <the property name to access hyphen-settings>, + * languages: <an object containing supported languages> + * } + * @type object + * @default undefined + * @private + * @see Hyphenator-css3_gethsupport + */ + css3_h9n, + /** + * @name Hyphenator-css3_gethsupport + * @description + * This function sets Hyphenator-css3_h9n for the current UA + * @type function + * @private + * @see Hyphenator-css3_h9n + */ + css3_gethsupport = function () { + var s, + ua = navigator.userAgent, + r = { + support: false, + property: '', + languages: {} + }; + if (window.getComputedStyle) { + s = window.getComputedStyle(window.document.getElementsByTagName('body')[0]); + } else { + //ancient Browser don't support CSS3 anyway + css3_h9n = r; + return; + } + if (ua.indexOf('Chrome') !== -1) { + //Chrome actually knows -webkit-hyphens but does no hyphenation + r.support = false; + } else if ((ua.indexOf('Safari') !== -1) && (s['-webkit-hyphens'] !== undefined)) { + r.support = true; + r.property = '-webkit-hyphens'; + if (ua.indexOf('Mobile') !== -1) { + //iOS only hyphenates in systemlanguage + r.languages[navigator.language.split('-')[0]] = true; + } else { + //Desktop Safari only hyphenates some languages: + r.languages = { + de: true, + en: true, + es: true, + fr: true, + it: true, + nl: true, + ru: true, + zh: true + }; + } + } else if ((ua.indexOf('Firefox') !== -1) && (s['MozHyphens'] !== undefined)) { + r.support = true; + r.property = 'MozHyphens'; + r.languages = { + en: true + }; + } + css3_h9n = r; + }, + + /** + * @name Hyphenator-hyphenateClass + * @description + * A string containing the css-class-name for the hyphenate class + * @type {string} + * @default 'hyphenate' + * @private + * @example + * <p class = "hyphenate">Text</p> + * @see Hyphenator.config + */ + hyphenateClass = 'hyphenate', + + /** + * @name Hyphenator-dontHyphenateClass + * @description + * A string containing the css-class-name for elements that should not be hyphenated + * @type {string} + * @default 'donthyphenate' + * @private + * @example + * <p class = "donthyphenate">Text</p> + * @see Hyphenator.config + */ + dontHyphenateClass = 'donthyphenate', + + /** + * @name Hyphenator-min + * @description + * A number wich indicates the minimal length of words to hyphenate. + * @type {number} + * @default 6 + * @private + * @see Hyphenator.config + */ + min = 6, + + /** + * @name Hyphenator-orphanControl + * @description + * Control how the last words of a line are handled: + * level 1 (default): last word is hyphenated + * level 2: last word is not hyphenated + * level 3: last word is not hyphenated and last space is non breaking + * @type {number} + * @default 1 + * @private + */ + orphanControl = 1, + + /** + * @name Hyphenator-isBookmarklet + * @description + * Indicates if Hyphanetor runs as bookmarklet or not. + * @type boolean + * @default false + * @private + */ + isBookmarklet = (function () { + var loc = null, re = false, jsArray = document.getElementsByTagName('script'), i, l; + for (i = 0, l = jsArray.length; i < l; i++) { + if (!!jsArray[i].getAttribute('src')) { + loc = jsArray[i].getAttribute('src'); + } + if (!loc) { + continue; + } else if (loc.indexOf('Hyphenator.js?bm=true') !== -1) { + re = true; + } + } + return re; + }()), + + /** + * @name Hyphenator-mainLanguage + * @description + * The general language of the document. In contrast to {@link Hyphenator-defaultLanguage}, + * mainLanguage is defined by the client (i.e. by the html or by a prompt). + * @type {string|null} + * @private + * @see Hyphenator-autoSetMainLanguage + */ + mainLanguage = null, + + /** + * @name Hyphenator-defaultLanguage + * @description + * The language defined by the developper. This language setting is defined by a config option. + * It is overwritten by any html-lang-attribute and only taken in count, when no such attribute can + * be found (i.e. just before the prompt). + * @type {string|null} + * @private + * @see Hyphenator-autoSetMainLanguage + */ + defaultLanguage = '', + + + /** + * @name Hyphenator-elements + * @description + * An array holding all elements that have to be hyphenated. This var is filled by + * {@link Hyphenator-gatherDocumentInfos} + * @type {Array} + * @private + */ + elements = (function () { + var Element = function (element, data) { + this.element = element; + this.hyphenated = false; + this.treated = false; //collected but not hyphenated (dohyphenation is off) + this.data = data; + }, + ElementCollection = function () { + this.count = 0; + this.hyCount = 0; + this.list = {}; + }; + ElementCollection.prototype = { + add: function (el, lang, data) { + if (!this.list.hasOwnProperty(lang)) { + this.list[lang] = []; + } + this.list[lang].push(new Element(el, data)); + this.count += 1; + }, + each: function (fn) { + var k; + for (k in this.list) { + if (this.list.hasOwnProperty(k)) { + fn(k, this.list[k]); + } + } + } + }; + return new ElementCollection(); + }()), + + + /** + * @name Hyphenator-exceptions + * @description + * An object containing exceptions as comma separated strings for each language. + * When the language-objects are loaded, their exceptions are processed, copied here and then deleted. + * @see Hyphenator-prepareLanguagesObj + * @type {Object} + * @private + */ + exceptions = {}, + + /** + * @name Hyphenator-docLanguages + * @description + * An object holding all languages used in the document. This is filled by + * {@link Hyphenator-gatherDocumentInfos} + * @type {Object} + * @private + */ + docLanguages = {}, + + /** + * @name Hyphenator-state + * @description + * A number that inidcates the current state of the script + * 0: not initialized + * 1: loading patterns + * 2: ready + * 3: hyphenation done + * 4: hyphenation removed + * @type {number} + * @private + */ + state = 0, + + /** + * @name Hyphenator-url + * @description + * A string containing a RegularExpression to match URL's + * @type {string} + * @private + */ + url = '(\\w*:\/\/)?((\\w*:)?(\\w*)@)?((([\\d]{1,3}\\.){3}([\\d]{1,3}))|((www\\.|[a-zA-Z]\\.)?[a-zA-Z0-9\\-\\.]+\\.([a-z]{2,4})))(:\\d*)?(\/[\\w#!:\\.?\\+=&%@!\\-]*)*', + // protocoll usr pwd ip or host tld port path + /** + * @name Hyphenator-mail + * @description + * A string containing a RegularExpression to match mail-adresses + * @type {string} + * @private + */ + mail = '[\\w-\\.]+@[\\w\\.]+', + + /** + * @name Hyphenator-urlRE + * @description + * A RegularExpressions-Object for url- and mail adress matching + * @type {RegExp} + * @private + */ + urlOrMailRE = new RegExp('(' + url + ')|(' + mail + ')', 'i'), + + /** + * @name Hyphenator-zeroWidthSpace + * @description + * A string that holds a char. + * Depending on the browser, this is the zero with space or an empty string. + * zeroWidthSpace is used to break URLs + * @type {string} + * @private + */ + zeroWidthSpace = (function () { + var zws, ua = navigator.userAgent.toLowerCase(); + zws = String.fromCharCode(8203); //Unicode zero width space + if (ua.indexOf('msie 6') !== -1) { + zws = ''; //IE6 doesn't support zws + } + if (ua.indexOf('opera') !== -1 && ua.indexOf('version/10.00') !== -1) { + zws = ''; //opera 10 on XP doesn't support zws + } + return zws; + }()), + + /** + * @name Hyphenator-createElem + * @description + * A function alias to document.createElementNS or document.createElement + * @type {function(string, Object)} + * @private + */ + createElem = function (tagname, context) { + context = context || contextWindow; + if (document.createElementNS) { + return context.document.createElementNS('http://www.w3.org/1999/xhtml', tagname); + } else if (document.createElement) { + return context.document.createElement(tagname); + } + }, + + /** + * @name Hyphenator-onHyphenationDone + * @description + * A method to be called, when the last element has been hyphenated or the hyphenation has been + * removed from the last element. + * @see Hyphenator.config + * @type {function()} + * @private + */ + onHyphenationDone = function () {}, + + /** + * @name Hyphenator-onError + * @description + * A function that can be called upon an error. + * @see Hyphenator.config + * @type {function(Object)} + * @private + */ + onError = function (e) { + window.alert("Hyphenator.js says:\n\nAn Error ocurred:\n" + e.message); + }, + + /** + * @name Hyphenator-selectorFunction + * @description + * A function that has to return a HTMLNodeList of Elements to be hyphenated. + * By default it uses the classname ('hyphenate') to select the elements. + * @see Hyphenator.config + * @type {function()} + * @private + */ + selectorFunction = function () { + var tmp, el = [], i, l; + if (document.getElementsByClassName) { + el = contextWindow.document.getElementsByClassName(hyphenateClass); + } else { + tmp = contextWindow.document.getElementsByTagName('*'); + l = tmp.length; + for (i = 0; i < l; i++) + { + if (tmp[i].className.indexOf(hyphenateClass) !== -1 && tmp[i].className.indexOf(dontHyphenateClass) === -1) { + el.push(tmp[i]); + } + } + } + return el; + }, + + /** + * @name Hyphenator-intermediateState + * @description + * The value of style.visibility of the text while it is hyphenated. + * @see Hyphenator.config + * @type {string} + * @private + */ + intermediateState = 'hidden', + + /** + * @name Hyphenator-unhide + * @description + * How hidden elements unhide: either simultaneous (default: 'wait') or progressively. + * 'wait' makes Hyphenator.js to wait until all elements are hyphenated (one redraw) + * With 'progressiv' Hyphenator.js unhides elements as soon as they are hyphenated. + * @see Hyphenator.config + * @type {string} + * @private + */ + unhide = 'wait', + + /** + * @name Hyphenator-hyphen + * @description + * A string containing the character for in-word-hyphenation + * @type {string} + * @default the soft hyphen + * @private + * @see Hyphenator.config + */ + hyphen = String.fromCharCode(173), + + /** + * @name Hyphenator-urlhyphen + * @description + * A string containing the character for url/mail-hyphenation + * @type {string} + * @default the zero width space + * @private + * @see Hyphenator.config + * @see Hyphenator-zeroWidthSpace + */ + urlhyphen = zeroWidthSpace, + + /** + * @name Hyphenator-safeCopy + * @description + * Defines wether work-around for copy issues is active or not + * Not supported by Opera (no onCopy handler) + * @type boolean + * @default true + * @private + * @see Hyphenator.config + * @see Hyphenator-registerOnCopy + */ + safeCopy = true, + + + /* + * runOnContentLoaded is based od jQuery.bindReady() + * see + * jQuery JavaScript Library v1.3.2 + * http://jquery.com/ + * + * Copyright (c) 2009 John Resig + * Dual licensed under the MIT and GPL licenses. + * http://docs.jquery.com/License + * + * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009) + * Revision: 6246 + */ + /** + * @name Hyphenator-runOnContentLoaded + * @description + * A crossbrowser solution for the DOMContentLoaded-Event based on jQuery + * <a href = "http://jquery.com/</a> + * I added some functionality: e.g. support for frames and iframes… + * @param {Object} w the window-object + * @param {function()} f the function to call onDOMContentLoaded + * @private + */ + runOnContentLoaded = function (w, f) { + var DOMContentLoaded = function () {}, toplevel, hyphRunForThis = {}; + if (documentLoaded && !hyphRunForThis[w.location.href]) { + f(); + hyphRunForThis[w.location.href] = true; + return; + } + function init(context) { + contextWindow = context || window; + if (!hyphRunForThis[contextWindow.location.href] && (!documentLoaded || contextWindow != window.parent)) { + documentLoaded = true; + f(); + hyphRunForThis[contextWindow.location.href] = true; + } + } + + function doScrollCheck() { + try { + // If IE is used, use the trick by Diego Perini + // http://javascript.nwbox.com/IEContentLoaded/ + document.documentElement.doScroll("left"); + } catch (error) { + setTimeout(doScrollCheck, 1); + return; + } + + // and execute any waiting functions + init(window); + } + + function doOnLoad() { + var i, haveAccess, fl = window.frames.length; + if (doFrames && fl > 0) { + for (i = 0; i < fl; i++) { + haveAccess = undefined; + //try catch isn't enough for webkit + try { + //opera throws only on document.toString-access + haveAccess = window.frames[i].document.toString(); + } catch (e) { + haveAccess = undefined; + } + if (!!haveAccess) { + init(window.frames[i]); + } + } + contextWindow = window; + f(); + hyphRunForThis[window.location.href] = true; + } else { + init(window); + } + } + + // Cleanup functions for the document ready method + if (document.addEventListener) { + DOMContentLoaded = function () { + document.removeEventListener("DOMContentLoaded", DOMContentLoaded, false); + if (doFrames && window.frames.length > 0) { + //we are in a frameset, so do nothing but wait for onload to fire + return; + } else { + init(window); + } + }; + + } else if (document.attachEvent) { + DOMContentLoaded = function () { + // Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443). + if (document.readyState === "complete") { + document.detachEvent("onreadystatechange", DOMContentLoaded); + if (doFrames && window.frames.length > 0) { + //we are in a frameset, so do nothing but wait for onload to fire + return; + } else { + init(window); + } + } + }; + } + + // Mozilla, Opera and webkit nightlies currently support this event + if (document.addEventListener) { + // Use the handy event callback + document.addEventListener("DOMContentLoaded", DOMContentLoaded, false); + + // A fallback to window.onload, that will always work + window.addEventListener("load", doOnLoad, false); + + // If IE event model is used + } else if (document.attachEvent) { + // ensure firing before onload, + // maybe late but safe also for iframes + document.attachEvent("onreadystatechange", DOMContentLoaded); + + // A fallback to window.onload, that will always work + window.attachEvent("onload", doOnLoad); + + // If IE and not a frame + // continually check to see if the document is ready + toplevel = false; + try { + toplevel = window.frameElement === null; + } catch (e) {} + + if (document.documentElement.doScroll && toplevel) { + doScrollCheck(); + } + } + + }, + + + + /** + * @name Hyphenator-getLang + * @description + * Gets the language of an element. If no language is set, it may use the {@link Hyphenator-mainLanguage}. + * @param {Object} el The first parameter is an DOM-Element-Object + * @param {boolean} fallback The second parameter is a boolean to tell if the function should return the {@link Hyphenator-mainLanguage} + * if there's no language found for the element. + * @private + */ + getLang = function (el, fallback) { + if (!!el.getAttribute('lang')) { + return el.getAttribute('lang').toLowerCase(); + } + // The following doesn't work in IE due to a bug when getAttribute('xml:lang') in a table + /*if (!!el.getAttribute('xml:lang')) { + return el.getAttribute('xml:lang').substring(0, 2); + }*/ + //instead, we have to do this (thanks to borgzor): + try { + if (!!el.getAttribute('xml:lang')) { + return el.getAttribute('xml:lang').toLowerCase(); + } + } catch (ex) {} + if (el.tagName !== 'HTML') { + return getLang(el.parentNode, true); + } + if (fallback) { + return mainLanguage; + } + return null; + }, + + /** + * @name Hyphenator-autoSetMainLanguage + * @description + * Retrieves the language of the document from the DOM. + * The function looks in the following places: + * <ul> + * <li>lang-attribute in the html-tag</li> + * <li><meta http-equiv = "content-language" content = "xy" /></li> + * <li><meta name = "DC.Language" content = "xy" /></li> + * <li><meta name = "language" content = "xy" /></li> + * </li> + * If nothing can be found a prompt using {@link Hyphenator-languageHint} and {@link Hyphenator-prompterStrings} is displayed. + * If the retrieved language is in the object {@link Hyphenator-supportedLang} it is copied to {@link Hyphenator-mainLanguage} + * @private + */ + autoSetMainLanguage = function (w) { + w = w || contextWindow; + var el = w.document.getElementsByTagName('html')[0], + m = w.document.getElementsByTagName('meta'), + i, text, e, ul; + mainLanguage = getLang(el, false); + if (!mainLanguage) { + for (i = 0; i < m.length; i++) { + //<meta http-equiv = "content-language" content="xy"> + if (!!m[i].getAttribute('http-equiv') && (m[i].getAttribute('http-equiv').toLowerCase() === 'content-language')) { + mainLanguage = m[i].getAttribute('content').toLowerCase(); + } + //<meta name = "DC.Language" content="xy"> + if (!!m[i].getAttribute('name') && (m[i].getAttribute('name').toLowerCase() === 'dc.language')) { + mainLanguage = m[i].getAttribute('content').toLowerCase(); + } + //<meta name = "language" content = "xy"> + if (!!m[i].getAttribute('name') && (m[i].getAttribute('name').toLowerCase() === 'language')) { + mainLanguage = m[i].getAttribute('content').toLowerCase(); + } + } + } + //get lang for frame from enclosing document + if (!mainLanguage && doFrames && contextWindow != window.parent) { + autoSetMainLanguage(window.parent); + } + //fallback to defaultLang if set + if (!mainLanguage && defaultLanguage !== '') { + mainLanguage = defaultLanguage; + } + //ask user for lang + if (!mainLanguage) { + text = ''; + ul = navigator.language ? navigator.language : navigator.userLanguage; + ul = ul.substring(0, 2); + if (prompterStrings.hasOwnProperty(ul)) { + text = prompterStrings[ul]; + } else { + text = prompterStrings.en; + } + text += ' (ISO 639-1)\n\n' + languageHint; + mainLanguage = window.prompt(unescape(text), ul).toLowerCase(); + } + if (!supportedLang.hasOwnProperty(mainLanguage)) { + if (supportedLang.hasOwnProperty(mainLanguage.split('-')[0])) { //try subtag + mainLanguage = mainLanguage.split('-')[0]; + } else { + e = new Error('The language "' + mainLanguage + '" is not yet supported.'); + throw e; + } + } + }, + + /** + * @name Hyphenator-gatherDocumentInfos + * @description + * This method runs through the DOM and executes the process()-function on: + * - every node returned by the {@link Hyphenator-selectorFunction}. + * The process()-function copies the element to the elements-variable, sets its visibility + * to intermediateState, retrieves its language and recursivly descends the DOM-tree until + * the child-Nodes aren't of type 1 + * @private + */ + gatherDocumentInfos = function () { + var elToProcess, tmp, i = 0, + process = function (el, hide, lang) { + var n, i = 0, hyphenatorSettings = {}; + + if (el.lang && typeof(el.lang) === 'string') { + lang = el.lang.toLowerCase(); //copy attribute-lang to internal lang + } else if (lang) { + lang = lang.toLowerCase(); + } else { + lang = getLang(el, true); + } + + //if css3-hyphenation is supported: use it! + if (css3 && css3_h9n.support && !!css3_h9n.languages[lang]) { + el.style[css3_h9n.property] = "auto"; + el.style['-webkit-locale'] = "'" + lang + "'"; + } else { + if (intermediateState === 'hidden') { + if (!!el.getAttribute('style')) { + hyphenatorSettings.hasOwnStyle = true; + } else { + hyphenatorSettings.hasOwnStyle = false; + } + hyphenatorSettings.isHidden = true; + el.style.visibility = 'hidden'; + } + if (supportedLang[lang]) { + docLanguages[lang] = true; + } else { + if (supportedLang.hasOwnProperty(lang.split('-')[0])) { //try subtag + lang = lang.split('-')[0]; + hyphenatorSettings.language = lang; + } else if (!isBookmarklet) { + onError(new Error('Language ' + lang + ' is not yet supported.')); + } + } + elements.add(el, lang, hyphenatorSettings); + } + while (!!(n = el.childNodes[i++])) { + if (n.nodeType === 1 && !dontHyphenate[n.nodeName.toLowerCase()] && + n.className.indexOf(dontHyphenateClass) === -1 && !(n in elToProcess)) { + process(n, false, lang); + } + } + }; + if (css3) { + css3_gethsupport(); + } + if (isBookmarklet) { + elToProcess = contextWindow.document.getElementsByTagName('body')[0]; + process(elToProcess, false, mainLanguage); + } else { + elToProcess = selectorFunction(); + while (!!(tmp = elToProcess[i++])) + { + process(tmp, true, ''); + } + } + if (elements.count === 0) { + //nothing to hyphenate or all hyphenated b css3 + state = 3; + onHyphenationDone(); + } + }, + + + /** + * @name Hyphenator-createTrie + * @description + * converts patterns of the given language in a trie + * @private + * @param {string} lang the language whose patterns shall be converted + */ + convertPatterns = function (lang) { + /** @license BSD licenced code + * The following code is based on code from hypher.js and adapted for Hyphenator.js + * Copyright (c) 2011, Bram Stein + */ + var size = 0, + tree = { + tpoints: [] + }, + patterns, pattern, i, j, k, + patternObject = Hyphenator.languages[lang].patterns, + c, chars, points, t, p, codePoint, + getPoints = (function () { + //IE<9 doesn't act like other browsers + if ('in3se'.split(/\D/).length === 1) { + return function (pattern) { + var chars = pattern.split(''), c, i, r = [], + numb3rs = {'0': 0, '1': 1, '2': 2, '3': 3, '4': 4, '5': 5, '6': 6, '7': 7, '8': 8, '9': 9}, lastWasNum = false; + i = 0; + while (!!(c = chars[i])) { + if (numb3rs.hasOwnProperty(c)) { + r.push(c); + i += 2; + lastWasNum = true; + } else { + r.push(''); + i += 1; + lastWasNum = false; + } + } + if (!lastWasNum) { + r.push(''); + } + return r; + }; + } else { + return function (pattern) { + return pattern.split(/\D/); + }; + } + }()); + + for (size in patternObject) { + if (patternObject.hasOwnProperty(size)) { + patterns = patternObject[size].match(new RegExp('.{1,' + (+size) + '}', 'g')); + i = 0; + while (!!(pattern = patterns[i++])) { + chars = pattern.replace(/[\d]/g, '').split(''); + points = getPoints(pattern); + t = tree; + + j = 0; + while (!!(c = chars[j++])) { + codePoint = c.charCodeAt(0); + + if (!t[codePoint]) { + t[codePoint] = {}; + } + t = t[codePoint]; + } + + t.tpoints = []; + for (k = 0; k < points.length; k++) { + p = points[k]; + t.tpoints.push((p == "") ? 0 : p); + } + } + } + } + Hyphenator.languages[lang].patterns = tree; + /** + * end of BSD licenced code from hypher.js + */ + }, + + recreatePattern = function (pattern, nodePoints) { + var r = [], c = pattern.split(''), i; + for (i = 0; i < nodePoints.length; i++) { + if (nodePoints[i] !== 0) { + r.push(nodePoints[i]); + } + if (c[i]) { + r.push(c[i]); + } + } + return r.join(''); + }, + + /** + * @name Hyphenator-convertExceptionsToObject + * @description + * Converts a list of comma seprated exceptions to an object: + * 'Fortran,Hy-phen-a-tion' -> {'Fortran':'Fortran','Hyphenation':'Hy-phen-a-tion'} + * @private + * @param {string} exc a comma separated string of exceptions (without spaces) + */ + convertExceptionsToObject = function (exc) { + var w = exc.split(', '), + r = {}, + i, l, key; + for (i = 0, l = w.length; i < l; i++) { + key = w[i].replace(/-/g, ''); + if (!r.hasOwnProperty(key)) { + r[key] = w[i]; + } + } + return r; + }, + + /** + * @name Hyphenator-loadPatterns + * @description + * Adds a <script>-Tag to the DOM to load an externeal .js-file containing patterns and settings for the given language. + * If the given language is not in the {@link Hyphenator-supportedLang}-Object it returns. + * One may ask why we are not using AJAX to load the patterns. The XMLHttpRequest-Object + * has a same-origin-policy. This makes the isBookmarklet-functionality impossible. + * @param {string} lang The language to load the patterns for + * @private + * @see Hyphenator-basePath + */ + loadPatterns = function (lang) { + var url, xhr, head, script; + if (supportedLang[lang] && !Hyphenator.languages[lang]) { + url = basePath + 'patterns/' + supportedLang[lang]; + } else { + return; + } + if (isLocal && !isBookmarklet) { + //check if 'url' is available: + xhr = null; + if (typeof XMLHttpRequest !== 'undefined') { + xhr = new XMLHttpRequest(); + } + if (!xhr) { + try { + xhr = new ActiveXObject("Msxml2.XMLHTTP"); + } catch (e) { + xhr = null; + } + } + if (xhr) { + xhr.open('HEAD', url, false); + xhr.setRequestHeader('Cache-Control', 'no-cache'); + xhr.send(null); + if (xhr.status === 404) { + onError(new Error('Could not load\n' + url)); + delete docLanguages[lang]; + return; + } + } + } + if (createElem) { + head = window.document.getElementsByTagName('head').item(0); + script = createElem('script', window); + script.src = url; + script.type = 'text/javascript'; + head.appendChild(script); + } + }, + + /** + * @name Hyphenator-prepareLanguagesObj + * @description + * Adds a cache to each language and converts the exceptions-list to an object. + * If storage is active the object is stored there. + * @private + * @param {string} lang the language ob the lang-obj + */ + prepareLanguagesObj = function (lang) { + var lo = Hyphenator.languages[lang], wrd; + if (!lo.prepared) { + if (enableCache) { + lo.cache = {}; + //Export + lo['cache'] = lo.cache; + } + if (enableReducedPatternSet) { + lo.redPatSet = {}; + } + //add exceptions from the pattern file to the local 'exceptions'-obj + if (lo.hasOwnProperty('exceptions')) { + Hyphenator.addExceptions(lang, lo.exceptions); + delete lo.exceptions; + } + //copy global exceptions to the language specific exceptions + if (exceptions.hasOwnProperty('global')) { + if (exceptions.hasOwnProperty(lang)) { + exceptions[lang] += ', ' + exceptions.global; + } else { + exceptions[lang] = exceptions.global; + } + } + //move exceptions from the the local 'exceptions'-obj to the 'language'-object + if (exceptions.hasOwnProperty(lang)) { + lo.exceptions = convertExceptionsToObject(exceptions[lang]); + delete exceptions[lang]; + } else { + lo.exceptions = {}; + } + convertPatterns(lang); + wrd = '[\\w' + lo.specialChars + '@' + String.fromCharCode(173) + String.fromCharCode(8204) + '-]{' + min + ',}'; + lo.genRegExp = new RegExp('(' + url + ')|(' + mail + ')|(' + wrd + ')', 'gi'); + lo.prepared = true; + } + if (!!storage) { + try { + storage.setItem('Hyphenator_' + lang, window.JSON.stringify(lo)); + } catch (e) { + //onError(e); + } + } + + }, + + /** + * @name Hyphenator-prepare + * @description + * This funtion prepares the Hyphenator-Object: If RemoteLoading is turned off, it assumes + * that the patternfiles are loaded, all conversions are made and the callback is called. + * If storage is active the object is retrieved there. + * If RemoteLoading is on (default), it loads the pattern files and waits until they are loaded, + * by repeatedly checking Hyphenator.languages. If a patterfile is loaded the patterns are + * converted to their object style and the lang-object extended. + * Finally the callback is called. + * @private + */ + prepare = function (callback) { + var lang, interval, tmp1, tmp2; + if (!enableRemoteLoading) { + for (lang in Hyphenator.languages) { + if (Hyphenator.languages.hasOwnProperty(lang)) { + prepareLanguagesObj(lang); + } + } + state = 2; + callback('*'); + return; + } + // get all languages that are used and preload the patterns + state = 1; + for (lang in docLanguages) { + if (docLanguages.hasOwnProperty(lang)) { + if (!!storage && storage.getItem('Hyphenator_' + lang)) { + Hyphenator.languages[lang] = window.JSON.parse(storage.getItem('Hyphenator_' + lang)); + if (exceptions.hasOwnProperty('global')) { + tmp1 = convertExceptionsToObject(exceptions.global); + for (tmp2 in tmp1) { + if (tmp1.hasOwnProperty(tmp2)) { + Hyphenator.languages[lang].exceptions[tmp2] = tmp1[tmp2]; + } + } + } + //Replace exceptions since they may have been changed: + if (exceptions.hasOwnProperty(lang)) { + tmp1 = convertExceptionsToObject(exceptions[lang]); + for (tmp2 in tmp1) { + if (tmp1.hasOwnProperty(tmp2)) { + Hyphenator.languages[lang].exceptions[tmp2] = tmp1[tmp2]; + } + } + delete exceptions[lang]; + } + //Replace genRegExp since it may have been changed: + tmp1 = '[\\w' + Hyphenator.languages[lang].specialChars + '@' + String.fromCharCode(173) + String.fromCharCode(8204) + '-]{' + min + ',}'; + Hyphenator.languages[lang].genRegExp = new RegExp('(' + url + ')|(' + mail + ')|(' + tmp1 + ')', 'gi'); + + delete docLanguages[lang]; + callback(lang); + continue; + } else { + loadPatterns(lang); + } + } + } + // else async wait until patterns are loaded, then hyphenate + interval = window.setInterval(function () { + var finishedLoading = true, lang; + for (lang in docLanguages) { + if (docLanguages.hasOwnProperty(lang)) { + finishedLoading = false; + if (!!Hyphenator.languages[lang]) { + delete docLanguages[lang]; + //do conversion while other patterns are loading: + prepareLanguagesObj(lang); + callback(lang); + } + } + } + if (finishedLoading) { + //console.log('callig callback for ' + contextWindow.location.href); + window.clearInterval(interval); + state = 2; + } + }, 100); + }, + + /** + * @name Hyphenator-switchToggleBox + * @description + * Creates or hides the toggleBox: a small button to turn off/on hyphenation on a page. + * @see Hyphenator.config + * @private + */ + toggleBox = function () { + var myBox, bdy, myIdAttribute, myTextNode, myClassAttribute, + text = (Hyphenator.doHyphenation ? 'Hy-phen-a-tion' : 'Hyphenation'); + if (!!(myBox = contextWindow.document.getElementById('HyphenatorToggleBox'))) { + myBox.firstChild.data = text; + } else { + bdy = contextWindow.document.getElementsByTagName('body')[0]; + myBox = createElem('div', contextWindow); + myIdAttribute = contextWindow.document.createAttribute('id'); + myIdAttribute.nodeValue = 'HyphenatorToggleBox'; + myClassAttribute = contextWindow.document.createAttribute('class'); + myClassAttribute.nodeValue = dontHyphenateClass; + myTextNode = contextWindow.document.createTextNode(text); + myBox.appendChild(myTextNode); + myBox.setAttributeNode(myIdAttribute); + myBox.setAttributeNode(myClassAttribute); + myBox.onclick = Hyphenator.toggleHyphenation; + myBox.style.position = 'absolute'; + myBox.style.top = '0px'; + myBox.style.right = '0px'; + myBox.style.margin = '0'; + myBox.style.backgroundColor = '#AAAAAA'; + myBox.style.color = '#FFFFFF'; + myBox.style.font = '6pt Arial'; + myBox.style.letterSpacing = '0.2em'; + myBox.style.padding = '3px'; + myBox.style.cursor = 'pointer'; + myBox.style.WebkitBorderBottomLeftRadius = '4px'; + myBox.style.MozBorderRadiusBottomleft = '4px'; + bdy.appendChild(myBox); + } + }, + + + /** + * @name Hyphenator-hyphenateWord + * @description + * This function is the heart of Hyphenator.js. It returns a hyphenated word. + * + * If there's already a {@link Hyphenator-hypen} in the word, the word is returned as it is. + * If the word is in the exceptions list or in the cache, it is retrieved from it. + * If there's a '-' put a zeroWidthSpace after the '-' and hyphenate the parts. + * @param {string} lang The language of the word + * @param {string} word The word + * @returns string The hyphenated word + * @public + */ + hyphenateWord = function (lang, word) { + var lo = Hyphenator.languages[lang], parts, l, subst, + w, characters, originalCharacters, wordLength, i, j, k, node, points = [], + characterPoints = [], nodePoints, nodePointsLength, m = Math.max, trie, + result = [''], pattern; + if (word === '') { + return ''; + } + if (word.indexOf(hyphen) !== -1) { + //word already contains shy; -> leave at it is! + return word; + } + if (enableCache && lo.cache.hasOwnProperty(word)) { //the word is in the cache + return lo.cache[word]; + } + if (lo.exceptions.hasOwnProperty(word)) { //the word is in the exceptions list + return lo.exceptions[word].replace(/-/g, hyphen); + } + if (word.indexOf('-') !== -1) { + //word contains '-' -> hyphenate the parts separated with '-' + parts = word.split('-'); + for (i = 0, l = parts.length; i < l; i++) { + parts[i] = hyphenateWord(lang, parts[i]); + } + return parts.join('-'); + } + w = word = '_' + word + '_'; + if (!!lo.charSubstitution) { + for (subst in lo.charSubstitution) { + if (lo.charSubstitution.hasOwnProperty(subst)) { + w = w.replace(new RegExp(subst, 'g'), lo.charSubstitution[subst]); + } + } + } + if (word.indexOf("'") !== -1) { + w = w.replace("'", "’"); //replace APOSTROPHE with RIGHT SINGLE QUOTATION MARK (since the latter is used in the patterns) + } + /** @license BSD licenced code + * The following code is based on code from hypher.js + * Copyright (c) 2011, Bram Stein + */ + characters = w.toLowerCase().split(''); + originalCharacters = word.split(''); + wordLength = characters.length; + trie = lo.patterns; + for (i = 0; i < wordLength; i += 1) { + points[i] = 0; + characterPoints[i] = characters[i].charCodeAt(0); + } + for (i = 0; i < wordLength; i += 1) { + pattern = ''; + node = trie; + for (j = i; j < wordLength; j += 1) { + node = node[characterPoints[j]]; + if (node) { + if (enableReducedPatternSet) { + pattern += String.fromCharCode(characterPoints[j]); + } + nodePoints = node.tpoints; + if (nodePoints) { + if (enableReducedPatternSet) { + if (!lo.redPatSet) { + lo.redPatSet = {}; + } + lo.redPatSet[pattern] = recreatePattern(pattern, nodePoints); + } + for (k = 0, nodePointsLength = nodePoints.length; k < nodePointsLength; k += 1) { + points[i + k] = m(points[i + k], nodePoints[k]); + } + } + } else { + break; + } + } + } + for (i = 1; i < wordLength - 1; i += 1) { + if (i > lo.leftmin && i < (wordLength - lo.rightmin) && points[i] % 2) { + result.push(originalCharacters[i]); + } else { + result[result.length - 1] += originalCharacters[i]; + } + } + return result.join(hyphen); + /** + * end of BSD licenced code from hypher.js + */ + }, + + /** + * @name Hyphenator-hyphenateURL + * @description + * Puts {@link Hyphenator-urlhyphen} after each no-alphanumeric char that my be in a URL. + * @param {string} url to hyphenate + * @returns string the hyphenated URL + * @public + */ + hyphenateURL = function (url) { + return url.replace(/([:\/\.\?#&_,;!@]+)/gi, '$&' + urlhyphen); + }, + + /** + * @name Hyphenator-removeHyphenationFromElement + * @description + * Removes all hyphens from the element. If there are other elements, the function is + * called recursively. + * Removing hyphens is usefull if you like to copy text. Some browsers are buggy when the copy hyphenated texts. + * @param {Object} el The element where to remove hyphenation. + * @public + */ + removeHyphenationFromElement = function (el) { + var h, i = 0, n; + switch (hyphen) { + case '|': + h = '\\|'; + break; + case '+': + h = '\\+'; + break; + case '*': + h = '\\*'; + break; + default: + h = hyphen; + } + while (!!(n = el.childNodes[i++])) { + if (n.nodeType === 3) { + n.data = n.data.replace(new RegExp(h, 'g'), ''); + n.data = n.data.replace(new RegExp(zeroWidthSpace, 'g'), ''); + } else if (n.nodeType === 1) { + removeHyphenationFromElement(n); + } + } + }, + + + /** + * @name Hyphenator-registerOnCopy + * @description + * Huge work-around for browser-inconsistency when it comes to + * copying of hyphenated text. + * The idea behind this code has been provided by http://github.com/aristus/sweet-justice + * sweet-justice is under BSD-License + * @private + */ + registerOnCopy = function (el) { + var body = el.ownerDocument.getElementsByTagName('body')[0], + shadow, + selection, + range, + rangeShadow, + restore, + oncopyHandler = function (e) { + e = e || window.event; + var target = e.target || e.srcElement, + currDoc = target.ownerDocument, + body = currDoc.getElementsByTagName('body')[0], + targetWindow = 'defaultView' in currDoc ? currDoc.defaultView : currDoc.parentWindow; + if (target.tagName && dontHyphenate[target.tagName.toLowerCase()]) { + //Safari needs this + return; + } + //create a hidden shadow element + shadow = currDoc.createElement('div'); + //Moving the element out of the screen doesn't work for IE9 (https://connect.microsoft.com/IE/feedback/details/663981/) + //shadow.style.overflow = 'hidden'; + //shadow.style.position = 'absolute'; + //shadow.style.top = '-5000px'; + //shadow.style.height = '1px'; + //doing this instead: + shadow.style.color = window.getComputedStyle ? targetWindow.getComputedStyle(body).backgroundColor : '#FFFFFF'; + shadow.style.fontSize = '0px'; + body.appendChild(shadow); + if (!!window.getSelection) { + //FF3, Webkit, IE9 + e.stopPropagation(); + selection = targetWindow.getSelection(); + range = selection.getRangeAt(0); + shadow.appendChild(range.cloneContents()); + removeHyphenationFromElement(shadow); + selection.selectAllChildren(shadow); + restore = function () { + shadow.parentNode.removeChild(shadow); + selection.removeAllRanges(); //IE9 needs that + selection.addRange(range); + }; + } else { + // IE<9 + e.cancelBubble = true; + selection = targetWindow.document.selection; + range = selection.createRange(); + shadow.innerHTML = range.htmlText; + removeHyphenationFromElement(shadow); + rangeShadow = body.createTextRange(); + rangeShadow.moveToElementText(shadow); + rangeShadow.select(); + restore = function () { + shadow.parentNode.removeChild(shadow); + if (range.text !== "") { + range.select(); + } + }; + } + window.setTimeout(restore, 0); + }; + if (!body) { + return; + } + el = el || body; + if (window.addEventListener) { + el.addEventListener("copy", oncopyHandler, true); + } else { + el.attachEvent("oncopy", oncopyHandler); + } + }, + + /** + * @name Hyphenator-unhideElement + * @description + * Unhides an element and removes the visibility attr if set by hyphenator + * @param Object The Element object from ElementCollection + * @private + */ + unhideElement = function (elo) { + var el = elo.element, + hyphenatorSettings = elo.data; + el.style.visibility = 'visible'; + elo.data.isHidden = false; + if (!hyphenatorSettings.hasOwnStyle) { + el.setAttribute('style', ''); // without this, removeAttribute doesn't work in Safari (thanks to molily) + el.removeAttribute('style'); + } else { + if (el.style.removeProperty) { + el.style.removeProperty('visibility'); + } else if (el.style.removeAttribute) { // IE + el.style.removeAttribute('visibility'); + } + } + }, + + /** + * @name Hyphenator-checkIfAllDone + * @description + * Checks if all Elements are hyphenated, unhides them and fires onHyphenationDone() + * @private + */ + checkIfAllDone = function () { + var allDone = true; + elements.each(function (lang, list) { + var i, l = list.length; + for (i = 0; i < l; i++) { + allDone = allDone && list[i].hyphenated; + if (intermediateState === 'hidden' && unhide === 'wait') { + unhideElement(list[i]); + } + } + }); + if (allDone) { + state = 3; + onHyphenationDone(); + } + }, + + + /** + * @name Hyphenator-hyphenateElement + * @description + * Takes the content of the given element and - if there's text - replaces the words + * by hyphenated words. If there's another element, the function is called recursively. + * When all words are hyphenated, the visibility of the element is set to 'visible'. + * @param {Object} el The element to hyphenate + * @private + */ + hyphenateElement = function (lang, elo) { + var hyphenatorSettings = elo.data, + el = elo.element, + hyphenate, n, i, + controlOrphans = function (part) { + var h, r; + switch (hyphen) { + case '|': + h = '\\|'; + break; + case '+': + h = '\\+'; + break; + case '*': + h = '\\*'; + break; + default: + h = hyphen; + } + if (orphanControl >= 2) { + //remove hyphen points from last word + r = part.split(' '); + r[1] = r[1].replace(new RegExp(h, 'g'), ''); + r[1] = r[1].replace(new RegExp(zeroWidthSpace, 'g'), ''); + r = r.join(' '); + } + if (orphanControl === 3) { + //replace spaces by non breaking spaces + r = r.replace(/[ ]+/g, String.fromCharCode(160)); + } + return r; + }; + if (Hyphenator.languages.hasOwnProperty(lang)) { + hyphenate = function (word) { + if (!Hyphenator.doHyphenation) { + return word; + } else if (urlOrMailRE.test(word)) { + return hyphenateURL(word); + } else { + return hyphenateWord(lang, word); + } + }; + if (safeCopy && (el.tagName.toLowerCase() !== 'body')) { + registerOnCopy(el); + } + i = 0; + while (!!(n = el.childNodes[i++])) { + if (n.nodeType === 3 && n.data.length >= min) { //type 3 = #text -> hyphenate! + n.data = n.data.replace(Hyphenator.languages[lang].genRegExp, hyphenate); + if (orphanControl !== 1) { + n.data = n.data.replace(/[\S]+ [\S]+$/, controlOrphans); + } + } + } + } + if (hyphenatorSettings.isHidden && intermediateState === 'hidden' && unhide === 'progressive') { + unhideElement(elo); + } + elo.hyphenated = true; + elements.hyCount += 1; + if (elements.count <= elements.hyCount) { + checkIfAllDone(); + } + }, + + + /** + * @name Hyphenator-hyphenateLanguageElements + * @description + * Calls hyphenateElement() for all elements of the specified language. + * If the language is '*' then all elements are hyphenated. + * This is done with a setTimout + * to prevent a "long running Script"-alert when hyphenating large pages. + * Therefore a tricky bind()-function was necessary. + * @private + */ + hyphenateLanguageElements = function (lang) { + function bind(fun, arg1, arg2) { + return function () { + return fun(arg1, arg2); + }; + } + var el, i, l; + if (lang === '*') { + elements.each(function (lang, langels) { + var i, l = langels.length; + for (i = 0; i < l; i++) { + window.setTimeout(bind(hyphenateElement, lang, langels[i]), 0); + } + }); + } else { + if (elements.list.hasOwnProperty(lang)) { + l = elements.list[lang].length; + for (i = 0; i < l; i++) { + window.setTimeout(bind(hyphenateElement, lang, elements.list[lang][i]), 0); + } + } + } + }, + + /** + * @name Hyphenator-removeHyphenationFromDocument + * @description + * Does what it says ;-) + * @private + */ + removeHyphenationFromDocument = function () { + elements.each(function (lang, elo) { + var i, l = elo.length, el; + for (i = 0; i < l; i++) { + removeHyphenationFromElement(elo[i].element); + elo[i].hyphenated = false; + } + }); + state = 4; + }, + + /** + * @name Hyphenator-createStorage + * @description + * inits the private var storage depending of the setting in storageType + * and the supported features of the system. + * @private + */ + createStorage = function () { + try { + if (storageType !== 'none' && + typeof(window.localStorage) !== 'undefined' && + typeof(window.sessionStorage) !== 'undefined' && + typeof(window.JSON.stringify) !== 'undefined' && + typeof(window.JSON.parse) !== 'undefined') { + switch (storageType) { + case 'session': + storage = window.sessionStorage; + break; + case 'local': + storage = window.localStorage; + break; + default: + storage = undefined; + break; + } + } + } catch (f) { + //FF throws an error if DOM.storage.enabled is set to false + } + }, + + /** + * @name Hyphenator-storeConfiguration + * @description + * Stores the current config-options in DOM-Storage + * @private + */ + storeConfiguration = function () { + if (!storage) { + return; + } + var settings = { + 'STORED': true, + 'classname': hyphenateClass, + 'donthyphenateclassname': dontHyphenateClass, + 'minwordlength': min, + 'hyphenchar': hyphen, + 'urlhyphenchar': urlhyphen, + 'togglebox': toggleBox, + 'displaytogglebox': displayToggleBox, + 'remoteloading': enableRemoteLoading, + 'enablecache': enableCache, + 'onhyphenationdonecallback': onHyphenationDone, + 'onerrorhandler': onError, + 'intermediatestate': intermediateState, + 'selectorfunction': selectorFunction, + 'safecopy': safeCopy, + 'doframes': doFrames, + 'storagetype': storageType, + 'orphancontrol': orphanControl, + 'dohyphenation': Hyphenator.doHyphenation, + 'persistentconfig': persistentConfig, + 'defaultlanguage': defaultLanguage + }; + storage.setItem('Hyphenator_config', window.JSON.stringify(settings)); + }, + + /** + * @name Hyphenator-restoreConfiguration + * @description + * Retrieves config-options from DOM-Storage and does configuration accordingly + * @private + */ + restoreConfiguration = function () { + var settings; + if (storage.getItem('Hyphenator_config')) { + settings = window.JSON.parse(storage.getItem('Hyphenator_config')); + Hyphenator.config(settings); + } + }; + + return { + + /** + * @name Hyphenator.version + * @memberOf Hyphenator + * @description + * String containing the actual version of Hyphenator.js + * [major release].[minor releas].[bugfix release] + * major release: new API, new Features, big changes + * minor release: new languages, improvements + * @public + */ + version: '4.0.0', + + /** + * @name Hyphenator.doHyphenation + * @description + * If doHyphenation is set to false (defaults to true), hyphenateDocument() isn't called. + * All other actions are performed. + */ + doHyphenation: true, + + /** + * @name Hyphenator.languages + * @memberOf Hyphenator + * @description + * Objects that holds key-value pairs, where key is the language and the value is the + * language-object loaded from (and set by) the pattern file. + * The language object holds the following members: + * <table> + * <tr><th>key</th><th>desc></th></tr> + * <tr><td>leftmin</td><td>The minimum of chars to remain on the old line</td></tr> + * <tr><td>rightmin</td><td>The minimum of chars to go on the new line</td></tr> + * <tr><td>shortestPattern</td><td>The shortes pattern (numbers don't count!)</td></tr> + * <tr><td>longestPattern</td><td>The longest pattern (numbers don't count!)</td></tr> + * <tr><td>specialChars</td><td>Non-ASCII chars in the alphabet.</td></tr> + * <tr><td>patterns</td><td>the patterns</td></tr> + * </table> + * And optionally (or after prepareLanguagesObj() has been called): + * <table> + * <tr><td>exceptions</td><td>Excpetions for the secified language</td></tr> + * </table> + * @public + */ + languages: {}, + + + /** + * @name Hyphenator.config + * @description + * Config function that takes an object as an argument. The object contains key-value-pairs + * containig Hyphenator-settings. This is a shortcut for calling Hyphenator.set...-Methods. + * @param {Object} obj <table> + * <tr><th>key</th><th>values</th><th>default</th></tr> + * <tr><td>classname</td><td>string</td><td>'hyphenate'</td></tr> + * <tr><td>donthyphenateclassname</td><td>string</td><td>''</td></tr> + * <tr><td>minwordlength</td><td>integer</td><td>6</td></tr> + * <tr><td>hyphenchar</td><td>string</td><td>'&shy;'</td></tr> + * <tr><td>urlhyphenchar</td><td>string</td><td>'zero with space'</td></tr> + * <tr><td>togglebox</td><td>function</td><td>see code</td></tr> + * <tr><td>displaytogglebox</td><td>boolean</td><td>false</td></tr> + * <tr><td>remoteloading</td><td>boolean</td><td>true</td></tr> + * <tr><td>enablecache</td><td>boolean</td><td>true</td></tr> + * <tr><td>enablereducedpatternset</td><td>boolean</td><td>false</td></tr> + * <tr><td>onhyphenationdonecallback</td><td>function</td><td>empty function</td></tr> + * <tr><td>onerrorhandler</td><td>function</td><td>alert(onError)</td></tr> + * <tr><td>intermediatestate</td><td>string</td><td>'hidden'</td></tr> + * <tr><td>selectorfunction</td><td>function</td><td>[…]</td></tr> + * <tr><td>safecopy</td><td>boolean</td><td>true</td></tr> + * <tr><td>doframes</td><td>boolean</td><td>false</td></tr> + * <tr><td>storagetype</td><td>string</td><td>'none'</td></tr> + * </table> + * @public + * @example <script src = "Hyphenator.js" type = "text/javascript"></script> + * <script type = "text/javascript"> + * Hyphenator.config({'minwordlength':4,'hyphenchar':'|'}); + * Hyphenator.run(); + * </script> + */ + config: function (obj) { + var assert = function (name, type) { + if (typeof obj[name] === type) { + return true; + } else { + onError(new Error('Config onError: ' + name + ' must be of type ' + type)); + return false; + } + }, + key; + + if (obj.hasOwnProperty('storagetype')) { + if (assert('storagetype', 'string')) { + storageType = obj.storagetype; + } + if (!storage) { + createStorage(); + } + } + if (!obj.hasOwnProperty('STORED') && storage && obj.hasOwnProperty('persistentconfig') && obj.persistentconfig === true) { + restoreConfiguration(); + } + + for (key in obj) { + if (obj.hasOwnProperty(key)) { + switch (key) { + case 'STORED': + break; + case 'classname': + if (assert('classname', 'string')) { + hyphenateClass = obj[key]; + } + break; + case 'donthyphenateclassname': + if (assert('donthyphenateclassname', 'string')) { + dontHyphenateClass = obj[key]; + } + break; + case 'minwordlength': + if (assert('minwordlength', 'number')) { + min = obj[key]; + } + break; + case 'hyphenchar': + if (assert('hyphenchar', 'string')) { + if (obj.hyphenchar === '­') { + obj.hyphenchar = String.fromCharCode(173); + } + hyphen = obj[key]; + } + break; + case 'urlhyphenchar': + if (obj.hasOwnProperty('urlhyphenchar')) { + if (assert('urlhyphenchar', 'string')) { + urlhyphen = obj[key]; + } + } + break; + case 'togglebox': + if (assert('togglebox', 'function')) { + toggleBox = obj[key]; + } + break; + case 'displaytogglebox': + if (assert('displaytogglebox', 'boolean')) { + displayToggleBox = obj[key]; + } + break; + case 'remoteloading': + if (assert('remoteloading', 'boolean')) { + enableRemoteLoading = obj[key]; + } + break; + case 'enablecache': + if (assert('enablecache', 'boolean')) { + enableCache = obj[key]; + } + break; + case 'enablereducedpatternset': + if (assert('enablereducedpatternset', 'boolean')) { + enableReducedPatternSet = obj[key]; + } + break; + case 'onhyphenationdonecallback': + if (assert('onhyphenationdonecallback', 'function')) { + onHyphenationDone = obj[key]; + } + break; + case 'onerrorhandler': + if (assert('onerrorhandler', 'function')) { + onError = obj[key]; + } + break; + case 'intermediatestate': + if (assert('intermediatestate', 'string')) { + intermediateState = obj[key]; + } + break; + case 'selectorfunction': + if (assert('selectorfunction', 'function')) { + selectorFunction = obj[key]; + } + break; + case 'safecopy': + if (assert('safecopy', 'boolean')) { + safeCopy = obj[key]; + } + break; + case 'doframes': + if (assert('doframes', 'boolean')) { + doFrames = obj[key]; + } + break; + case 'storagetype': + if (assert('storagetype', 'string')) { + storageType = obj[key]; + } + break; + case 'orphancontrol': + if (assert('orphancontrol', 'number')) { + orphanControl = obj[key]; + } + break; + case 'dohyphenation': + if (assert('dohyphenation', 'boolean')) { + Hyphenator.doHyphenation = obj[key]; + } + break; + case 'persistentconfig': + if (assert('persistentconfig', 'boolean')) { + persistentConfig = obj[key]; + } + break; + case 'defaultlanguage': + if (assert('defaultlanguage', 'string')) { + defaultLanguage = obj[key]; + } + break; + case 'useCSS3hyphenation': + if (assert('useCSS3hyphenation', 'boolean')) { + css3 = obj[key]; + } + break; + case 'unhide': + if (assert('unhide', 'string')) { + unhide = obj[key]; + } + break; + default: + onError(new Error('Hyphenator.config: property ' + key + ' not known.')); + } + } + } + if (storage && persistentConfig) { + storeConfiguration(); + } + }, + + /** + * @name Hyphenator.run + * @description + * Bootstrap function that starts all hyphenation processes when called. + * @public + * @example <script src = "Hyphenator.js" type = "text/javascript"></script> + * <script type = "text/javascript"> + * Hyphenator.run(); + * </script> + */ + run: function () { + documentCount = 0; + var process = function () { + try { + if (contextWindow.document.getElementsByTagName('frameset').length > 0) { + return; //we are in a frameset + } + documentCount++; + autoSetMainLanguage(undefined); + gatherDocumentInfos(); + //console.log('preparing for ' + contextWindow.location.href); + prepare(hyphenateLanguageElements); + if (displayToggleBox) { + toggleBox(); + } + } catch (e) { + onError(e); + } + }, i, haveAccess, fl = window.frames.length; + + if (!storage) { + createStorage(); + } + if (!documentLoaded && !isBookmarklet) { + runOnContentLoaded(window, process); + } + if (isBookmarklet || documentLoaded) { + if (doFrames && fl > 0) { + for (i = 0; i < fl; i++) { + haveAccess = undefined; + //try catch isn't enough for webkit + try { + //opera throws only on document.toString-access + haveAccess = window.frames[i].document.toString(); + } catch (e) { + haveAccess = undefined; + } + if (!!haveAccess) { + contextWindow = window.frames[i]; + process(); + } + } + } + contextWindow = window; + process(); + } + }, + + /** + * @name Hyphenator.addExceptions + * @description + * Adds the exceptions from the string to the appropriate language in the + * {@link Hyphenator-languages}-object + * @param {string} lang The language + * @param {string} words A comma separated string of hyphenated words WITH spaces. + * @public + * @example <script src = "Hyphenator.js" type = "text/javascript"></script> + * <script type = "text/javascript"> + * Hyphenator.addExceptions('de','ziem-lich, Wach-stube'); + * Hyphenator.run(); + * </script> + */ + addExceptions: function (lang, words) { + if (lang === '') { + lang = 'global'; + } + if (exceptions.hasOwnProperty(lang)) { + exceptions[lang] += ", " + words; + } else { + exceptions[lang] = words; + } + }, + + /** + * @name Hyphenator.hyphenate + * @public + * @description + * Hyphenates the target. The language patterns must be loaded. + * If the target is a string, the hyphenated string is returned, + * if it's an object, the values are hyphenated directly. + * @param {string|Object} target the target to be hyphenated + * @param {string} lang the language of the target + * @returns string + * @example <script src = "Hyphenator.js" type = "text/javascript"></script> + * <script src = "patterns/en.js" type = "text/javascript"></script> + * <script type = "text/javascript"> + * var t = Hyphenator.hyphenate('Hyphenation', 'en'); //Hy|phen|ation + * </script> + */ + hyphenate: function (target, lang) { + var hyphenate, n, i; + if (Hyphenator.languages.hasOwnProperty(lang)) { + if (!Hyphenator.languages[lang].prepared) { + prepareLanguagesObj(lang); + } + hyphenate = function (word) { + if (urlOrMailRE.test(word)) { + return hyphenateURL(word); + } else { + return hyphenateWord(lang, word); + } + }; + if (typeof target === 'string' || target.constructor === String) { + return target.replace(Hyphenator.languages[lang].genRegExp, hyphenate); + } else if (typeof target === 'object') { + i = 0; + while (!!(n = target.childNodes[i++])) { + if (n.nodeType === 3 && n.data.length >= min) { //type 3 = #text -> hyphenate! + n.data = n.data.replace(Hyphenator.languages[lang].genRegExp, hyphenate); + } else if (n.nodeType === 1) { + if (n.lang !== '') { + Hyphenator.hyphenate(n, n.lang); + } else { + Hyphenator.hyphenate(n, lang); + } + } + } + } + } else { + onError(new Error('Language "' + lang + '" is not loaded.')); + } + }, + + /** + * @name Hyphenator.getRedPatternSet + * @description + * Returns {@link Hyphenator-isBookmarklet}. + * @param {string} lang the language patterns are stored for + * @returns object {'patk': pat} + * @public + */ + getRedPatternSet: function (lang) { + return Hyphenator.languages[lang].redPatSet; + }, + + /** + * @name Hyphenator.isBookmarklet + * @description + * Returns {@link Hyphenator-isBookmarklet}. + * @returns boolean + * @public + */ + isBookmarklet: function () { + return isBookmarklet; + }, + + getConfigFromURI: function () { + var loc = null, re = {}, jsArray = document.getElementsByTagName('script'), i, j, l, s, gp, option; + for (i = 0, l = jsArray.length; i < l; i++) { + if (!!jsArray[i].getAttribute('src')) { + loc = jsArray[i].getAttribute('src'); + } + if (!loc) { + continue; + } else { + s = loc.indexOf('Hyphenator.js?'); + if (s === -1) { + continue; + } + gp = loc.substring(s + 14).split('&'); + for (j = 0; j < gp.length; j++) { + option = gp[j].split('='); + if (option[0] === 'bm') { + continue; + } + if (option[1] === 'true') { + re[option[0]] = true; + continue; + } + if (option[1] === 'false') { + re[option[0]] = false; + continue; + } + if (isFinite(option[1])) { + re[option[0]] = parseInt(option[1], 10); + continue; + } + if (option[0] === 'onhyphenationdonecallback') { + re[option[0]] = new Function('', option[1]); + continue; + } + re[option[0]] = option[1]; + } + break; + } + } + return re; + }, + + /** + * @name Hyphenator.toggleHyphenation + * @description + * Checks the current state of the ToggleBox and removes or does hyphenation. + * @public + */ + toggleHyphenation: function () { + if (Hyphenator.doHyphenation) { + removeHyphenationFromDocument(); + Hyphenator.doHyphenation = false; + storeConfiguration(); + toggleBox(); + } else { + hyphenateLanguageElements('*'); + Hyphenator.doHyphenation = true; + storeConfiguration(); + toggleBox(); + } + } + }; +}(window)); + +//Export properties/methods (for google closure compiler) +Hyphenator['languages'] = Hyphenator.languages; +Hyphenator['config'] = Hyphenator.config; +Hyphenator['run'] = Hyphenator.run; +Hyphenator['addExceptions'] = Hyphenator.addExceptions; +Hyphenator['hyphenate'] = Hyphenator.hyphenate; +Hyphenator['getRedPatternSet'] = Hyphenator.getRedPatternSet; +Hyphenator['isBookmarklet'] = Hyphenator.isBookmarklet; +Hyphenator['getConfigFromURI'] = Hyphenator.getConfigFromURI; +Hyphenator['toggleHyphenation'] = Hyphenator.toggleHyphenation; +window['Hyphenator'] = Hyphenator; + +if (Hyphenator.isBookmarklet()) { + Hyphenator.config({displaytogglebox: true, intermediatestate: 'visible', doframes: true}); + Hyphenator.config(Hyphenator.getConfigFromURI()); + Hyphenator.run(); +}
\ No newline at end of file diff --git a/js/hyphenator/patterns/de.js b/js/hyphenator/patterns/de.js new file mode 100644 index 0000000..7faeede --- /dev/null +++ b/js/hyphenator/patterns/de.js @@ -0,0 +1,21 @@ +Hyphenator.languages['de'] = { + leftmin : 2, + rightmin : 2, + specialChars : "äüößſ", + patterns : { + 3 : "2aaa1äa1ba1da1ga1j2aoa1öa1p2aqa1ßa2ua1xä1aä1bä1dä1gä1jä1k1äqä1ß1äxä1z1bibl21cacä3c1dc4h1cic1jc4k3co2cp2cs3cu1cy1de1did1ö1due1be1d4eee1fe1ge1ke1m2eoe1pe1qe1ße1te3üe1wey1e1z1fa1fä1fe1fi1fo1fö1fu1fü1fy2gd1geg1n1guh1j2hl2hnh1q2hr4hsh2ü2hwh1zi1a2iä2ici1d2ifi1ji1ßi1üj2u1ka1käkl21ko1kök1q2ks1kü1le1li4ln1lo1lö1ly1ma3mä1me1mi1mo1mö1mu1mü1my1na1nä1ne1nin1j1noo1b2oco1d2oi2ol2omo1qo2uo1vo1xö1bö1dö1e1öf2önöo1ö1ßö1vö1wö1zp2a1päp2e1php1j1puqu42rc1re1ri4rnr1q1ru1rü1ry1sa1sä1sc1se1si1so1sös1t1su1sü1ße1ßiß1j1ßu1ta1tä1tet1h1ti1to2tö2ts1tu2tü2ua2ucu1h2uiu1ju1lun12uou1q2usu1w1üb2üc2üdü1gü1k2ünü1ß2ütü1vü1zve2v2r2vsw2aw2ä2wnw2rw2ux1a1xe1xix1jx1q1xu2xyx1zy1by1ey1gy1hy1jy1ly1py1ry1vy1wy1yzä2zu1zw2", + 4 : "_ax4_äm3_ch2_en1_eu1_fs4_gd2_gs4_he2_ia4_in1_ks2_oa3_öd2_pf4_ph4_ps2_st4_th4_ts2_um3_ur1_xe3a1abaa1ca3au2abaab1ä1abd1abf1abg1abh2abi1abkab1l1abnab3r1abs2abu2abü1abw2aby1abz2aca2acc2acu1add2adf2adh5adj2ado2adp2adq2adu2a1eae2bae2cae2da2ekae2pa2eta2ewae2xaf1a2afe2afia2fö2agaag2n2agt2ah_2ahsa1huah1wa1hyaif2a2il2aisaje22ak_2akb2akc2akd4ako2aks1akza1laa1lä2ale2ali2aloa1lu4aly2am_2amä2amf2amk2amla2mö2amu1anb2ane1anf1anh2anj1anl2anna1nö1anra1nü1anwao1ia1opa1or2ap_2apa2apea2pfap2n2apr2ar_a1raa1rä1arb2are2arf2arh2ari2arr2arua2rü2arv2ary4asha2söa2süaße22a1tata1at2cat2eat2h3atmat1ö4atra3tü2au_2aub4auc2aue2aug2auj4aum4aunau1o2auu2auw2aux2auz2a1ü2a1v4avia2vr2a1wax2eays4ay3t2a1zaz2aaz2oaz2uäb2sä1ckä2daä2dräd2s2ä1eäf3läf3räf2säg2näh1aä3hi2ähm2ähsä1huäh1wä1imä1la2äleä1lu2ämläm2s2än_2äne2änsä1onä1paär1äär1c4äreä1röä2rü1ärzä3suä3teät2häu1cä2uf1äug4äul2äumä2un2äur1äuß4ä1v3bah3basb2ärb2äs4b1bb3bebb2sbbu12b1c3be_3bea3beb3bek3bel1bembe1o3bet1bezbge3bib23bilbiz24b1j2bl_b2leb2lo3blü2b1mbni2bo4abo2cboe1b1op2böfb1öl2b1qb2r42br_3brä3brü4b1sb3säb3scb4slb2söbss2bs2t4b3tb5teb4thbt4rbtü1bu2fbü1c2b1v2b1w3by1by3pbys2ca1h3camc4an3carcäs22c1ccch22cec2cefce1i2cek1cen1cer1cetce1u2c1f4ch_2chb2chc2chd2chf2chg2chh2chj2chk2chp4chs2cht4chü2chv4chw1chy2chzci1cci2s4ck_ck1ack1ä2ckb2ckc2ckd1cke2ckf2ckg2ckh1cki2ckk2ckm2ckp4cks2ckt1cku2ckv2ckw1cky2ckzclo1co2ccoi22c1qcre2cry2cs2ac2si4c1tcti22c1z3da_da1ad1afd1agda1sdä2u2d1cd3dhd5dodeg2d1eides1det2dga2d3gl3di_3dicdi2edi1p2d1j4d1ld3ladni2d1obdo2o2d1qd2r4d3rid3rö2d1s4dsb4dsld2södss4dst42d1td2thdto2d3tödt3rd3tüdu2fdu1idu1odur22düb3düf3dün2d1wdwa2dy2s2d1z2e1aea2ceak1eam3e2ase1ä22eba2ebl2ebre3bue1ce2ecle3cr2ected2eed2öee1eeeg2e1eie1en2ef_2efa2efe2efi2eflefs22efu2efüegd4e3gee2gn2egue1hee1hi2ehme1hoehs22ehte1hue1hüeh1we1hy4eibe2idei1ee4ilei1p2eire2it2eiu2e1jek2a1ekdek4nek2oek4r2ektek2ue1la2eli2eln2eloe1lü2elz2ema2emm2emüen3fe4nre4nten1ue1nüe1nye1ofe1ohe4ole1ore1ove1ö2e3pae3puer1ae1räer1cer3h2erie1roer1ö2eru2esbes2c2esf4eshes3l2esmes2ö2esp2esres3we3syes3ze3teet2he3tie3tö2etre3tü2etz2euf1euke1um2euneu1p2eut2eux2e1ve3vo2ewae3wä2eweew2s2ex_3exp2exuey4neys4e3ziez2wfab43facf4ahf2alf2arf3atfä1cf1äu2f1cfe2c3fewf1ex3fez2f1fff2efff4ff3lff2s3fi_fid2fi2ofi2r3fis3fiz2f1jf2l22fl_1fläf3löf4lü2föf2f1qf2r2f3ruf3rü4f1sf3scf3sifs2tf2süf3sy4f1tf2thf3töf3tü3fugf1umf2ur3fut2fübfü2r2f1v2f1w2f1zfz2afz2öfzu33ga_ga1c5gaiga1kgäs5gä4ugbi22g1cg1dag1dog1dögdt4gd1uge1cged4gef4g2el4g1gg3gegg4r2g1h4gh_gh2egh1lg2hugh1w2g1j4gl_2gls3glüg2ly2gn_gn2e2gng2gnp2gns2gnt2gnug2nüg2ny2gnzgo4a2goggo1igo1y2g1qg2r4gse2g4slgso2gsp4g4swg3sy2g1tg3tegt2sg3tügu1cgu2egu2t2gübgür1güs32g1v2g1w3haah1ahh1aph2as2h1c2heahe3x2hi_2hiahi2ehi2n2hio2hiuhlb4hld4hlg4hll2hlm2h2lo2h1mh2moh3möhm2sh2muh2nah2nähn2eh1nu2hodhoe42hoih2on2hoo2hop3hov1h2öhö2ch4örhr1chr3dhrf2hrg2h2rihrr4h3rüh2ryhrz2hss24h1th2thhto2h4tshtt4h3tühu1chu2n2hurhüs32h1vhvi23hyg3hyphz2o2ia_i4aai2ab2iaci2afi2ahi3aii2aji2ak2iali2am2iani2apia1q2iasi3au2iavi1ämiär22i1bib2oi2böice1idt4i2dyie1ci1eii1exif3lif3rif2s2i1gi2gli3go4i1hi3heih3mih3nih3rihs2ih1wi3i2ii4s2i1k4ikei2kni1la6ilbil2cilf22iloilv42im_2ime2imo2imt2imu2inein3f2inoi1nö2inp2inrin1ui1ny2i1oio1cio2dion2i2ori2oui2ovio2xi3ön2ip_i1pai1peiph2ip4li1pr2ips2ipu2i1qi1räir1cir2eir2i2irki1roi1rö2isb2iseis3ti2sü4itäi6tli3töi3tü2itzium12i1v2i1w2i1xi2xai3xi2i1zi2zöja1c2jatje2aje1cje2gje2pje3wji2ajit3ji2vjoa3jo2iju2kjus32j1v3ka_ka1ck2adk2agka2o3kask1ähk1änkär2kby42k3cki1c3kir2kiz2k3j4kl_k2lek1lu2kly2k1mk2n2k3nek3nu3knü3komk2onk2os3kowkö2fk1ölk2r4kst44k1tk2thktt2k3tükt3zku1ckuh12kübkü1c2k1v2k1w3la_1lad2laf1lai3lao1lawlay1lä1c1läd2läf4lät2l1blb2slb2u2l1c4l1dld3rldt43le_2lec3ledle2e3lehl2ek2leple2u3levl2ey2l1flf4u2l1glgd4l3go3li_3liali1cl2ie3ligli3l2limli2o3liu4l1j2l1klk2l4l1lllb4llg4llk4ll5mlln22l1mlm3plm3tlnd2l3nil1nul1nü3loklo2o2lox2löd4lög4löß2l1plp2fl3pu2l1q4l1s4l1tl2thl6tsltt2l3tü1luf4luo2lur3lux2lüb5lüd2l1v2l3wly3c3lynly1oly3u2l1zl2zölz1wm1abmae2ma1f3mas3maßm4aymb4lmby42m3c2m1dmd1ameb43mehme1o2meö3mesmeu13mi_mi1c3mig3mil3mit2m1jm3ka4m1lm3li4m1mmmd2mmm2mm3pmm2smoa33moh3mom3mos3motmo1ymö2c4mökm1öl2m1pm2pfm3pim3pu2m1q4m1sm3säm3scm3sem2süm3sy4m1tm2thm3tömtt2m3tümt3zmu1a3munm4us2müb3mün3müt2m1vmwa2my4s2m1z3na_n1af3nain1ar3nas3natn1au3näe3näs2näunby42n1cn2ck2n1dn2döndy33ne_2nec3nedn1efneg4ne2l3nenne2un2ew3nez2n1fnf2änff4n3finf4lnf2onf4rnf3s4n1gng3mn2gnn3hän3hen3hu3nian1idn4ie3niknin1n2ip2nitni3v3nix2n1k4n1nnn3fnng4n3ni3no_no1cn1of3nov3now3noz2nödn2ör2n1q6n1snsp4n3sy2n1tn3ton3tön4tsn3tun3tü1nu_1nud3nuenuf21nug1nuinu2n1nuo2nup2nur1nut1nuu1nux1nuz3nü_3nüs1nüt4n1w1ny_1nyhn1yo1nyr1nys1nyw2n1znz3so4aco4ado4aho2aro2aso4ato5au2obbob2e1objob1lo3cao1ceo1ck2odrodt4o2ecoen12ofa2ofiof3l2ofo2oft2o1go3ghogs2o1hao1häo1heo1hio1hooh1soh3to1huoh1wo3ieo1imo1inoi2r2o1j2o1kok4n4okrokt4o1lao1läol2io3loo1lu3olyoms2omy12ona2onä2onc2oneono1o1nuon3v1onyon3zoof2o1opo1oro1pao1pi2or_or1ao3räor1c4ore2orf2orh2orm2orq2orro3ru2osh2osio3sk2oso2o1to3tüoub4oug2o3uho3um2our2ouv2o1ü2ovi2ovo2o1wo3wiox2aox2eo2xu1oxyo1yo2o1zoz2eo3ziöb2l2ö1cödi3öf3lög3lög3rö1heö1huö1keök3r3öl_öls2öm2sön2eö3niön2sö1nuö1peör1cöru4ö2saö2spö2stö3su2ö1töt2höts2öze31pa_1paa1pacpag41pak1pap2paß1pat1pau3päd3pär3päs2p1b2p3cpda41pe_pe2a1pedpef4pei13pel1pem1pep3pet4pf_1pfäpff4pf3r2p1g4ph_ph2a2phä2phb4phd2phf4phg4phkph2l2phm2phn2phöph4r2phs2phz3pik1pilpi2o3pip3pispku22pl_3pläp4lo2p1n1p2opo1c3podpo2i3pokpo2wpo3xpö2c2p1ppp3lppt2p2r2p4rä2p1s4ps_p3sep2söp2st2p1tpt1ap3tep2thptt2ptü4pt3zpu1apub42puc2pur3put1püf2pülpün22p1v2p1w3py1pys4py3t2p1z1ra_r1abr2ad1raer2afr2air2alr2apr1arr2as2raß1rat1raür2ax4räf4räg2räh2rämrä2u2r1brbb2rb2orb2srb2ur1ce2r1dr2dördt43re_2reä3reg3rekre2u2reür1ew3rez2r1frf2u4r1gr1h42rh_2rha2rhä2rhö2rhsrid2r2ie3rigr2isr2itrix12r1j2r1krk4n4r1lrl2erl3t4r1mrm2urnd4r3nern3frng2r3nirn1ör1nur1nür1nyro1c2rof3roir2onr1or4roß2rox2röf4rögr1ök4röpr1örrp4erpf4r3porp3tr3pu2r1rrrb2rr1crr2or3ru4r1sr3sirs3lr3sor3sy4r1tr3tör4tsrtt4r3türt3zru1a3ruf4rug2rum3rut4ruz2rüb2r1v2r1w4r1xry2c2r1zrz2ö3sa_3saa3sams1an3sat3säl2sc_s2ci2scj4scl2scos2cr2scs2scusd4r3see3seh3seq3set2s1hsh2as3häsh3ns3hösh4rsib43sio2s1j4sk_4skbsk4lsk4n4skö4skss3läsl3bs3les3li4sna4snö3so_so4aso1c3sog3sol3somso3o3sos3sov3sow3sozsö2csö2fs1ös1sp22sp_s2pä2spls3pn4spy2s1q6s1sss3l6st_s2ta2stb2stdst2e2stf2stg4sth2stj2stk4stl4stm2stns2to1stö2stp2stqs2trst2u1stü2stv2stwsu2n3suv3süc3sün4s3v2s1ws3was3we1s4ysyl12s1zsz2os3zü2ß1c2ß1d2ß1f2ß1h2ß1l2ß1mß1o2ßos2ßst22ß1t2ß1ü2ß1v2ß1w2ß1z3ta_4taatah2t2ai2tam3tas3tav3tax4täbtä1c4täd3täe3täg2täh4tämt1äptä2st2ät2täx4t1ct4ckt3cr3te_2teh3ten3tes4th_th2e1thi2thk2thp2ths2thü2thvt2hy3tig3tik3tio3tip3tis3tiv2t1j4t3ltl4e3to_to1c3tod3tok3ton3too4toß3tow4töftö4l3tön4töß3töttpf42t1q2tr_3tritry14ts_ts1ot2söt3sy4t1tt3tit3tot3töttt4t3tut3tü2tub3tuc2tud3tue4tuf2tuh2tuk4tüb3tüf3tüm4t3v4t3wtwa21ty13typtys44t1ztz1ätz2öu1amu3auu1ayu1ämu1äu2u1bub2lub1ru1ce2u1d2u1eu2edu2eguen1u2ep2uffuf3luf3r2u1gugo3u2göu2gü2uh_uh1wu1ieu3iguk2au1keu1kiuk4nuk2öu1kuulb4ulg4u2lü1umf1umg1umk1uml4umm1umr1umz4un_u3ne2unk1unruns21unt1unw2unzu3ofuos2u1pau3piu1pr2ur_u1raurd22ure2urfu1röur3purt2u3ruurü2u2sü2u1ß2u1tu3teuto1u3töu3tüu1ü22u1xux2eux2oux3tu1ya2u1z2übc2übdübe2üb3lüb3rüd3rüf3lü2gnüg3süh1aü1heüh1iüh1süh3tü1huüh1wül1aül2cül4eü1luün2sünt2ü1nuü1peü1piür1aürr2ür2süs2aü2stva1cva1sv4at2v1b2v1dve3bve3cve3dve3gve3hve4ive3over1ves12veüve3v2v1g2v1hvi2cvig22v1k2v1m2v1n3vol3voyvö2c2v1pv3revs2e2v3t2v1v2v1w2v1z1waa1wag1wah1walwa2p1was1wäh1wäl1wäswbu22w1c2w1dwe2a1weg1wehwe2i1wet2w1g2w3h1widwi2ewik21wil2w1k2w1l2w1mwn3s1wohwot21wöc2w1pw3ro2w1sws2t2w1twti21wucwul2wus21wühwül2wün32w1w1xa_1xae2x1b2x1c4x1d2xekxe2lx1emx2en3xes2x1f2x1g2x1hxib4xi1cxi3gxil12x1l2x1m2x1nx1or4x1p2x1r4x1txt1äxt1uxu1axu2s2x1v2x1w3xy_3xys1yacy1äty1c2y1d4y2efy1f2ygi2yg2lyhr2y1i4y1k2yl3cynt2y1nuy1ofyom2y1osy1ouypa2ype2y2pfy3phypo3y3riyrr2yse1y1t2yu2ry1z2za1c3zahz1anz1as2z3czdä1ze1e2z1h2z1j3zolzo2oz1orz1öl2zön2z1qz3saz3shz3skz3sz2z1tz3töz3tüzu3azub4zud4zu3kzuz22züb2z1v4z1zzz2ö", + 5 : "_ab1a_abi4_ab3l_abo2_ack2_ag4n_ag4r_ag2u_ai2s_ang2_an3s_apo1_aps2_as3t_at4h_au3d_ät2s_by4t_dab4_de1i_de1s_dü1b_dys1_ei3k_eke2_enn2_er1e_erf4_er1i_es1p_et2s_eu3t_ext4_fe2i_fi2s_ga4t_ge3u_hi2s_im2a_im5m_in3e_ink4_inu1_ire3_is2a_jor3_ka2i_ki4e_kus2_li2f_ma3d_ma2i_me2e_ne4s_ni4e_nob4_nus2_ob1a_obe2_or2a_ort2_ozo4_pro1_ro4a_ro3m_rü1b_sch4_sha2_te2e_te2f_te2s_ti2a_tid1_ti2s_to2w_umo2_un3d_un3e_un3g_un3s_ur2i_ut2a_ut3r_übe4_vo4r_wa2s_wi4e_wor2_ya4l_za2s_zi2e_zwe2aa2beaa2gr4a2araart2aas5tab2äuab1ebabe1eabei12abela3ber2abet2abew3abfiab1irab1it2ableab3liab4loa2blua2bo_ab2of2abora3braa4brä2abrü2abs_abs2aab5scab3spabst4ab3szab1uraby4ta1cem2ach_ach1a2achba1che4achfa1chiach3lach3mach3na1choach3öach3ra4chta1chuach3ü2achvac1in2ada_ad2agada2m4adav1a2dä2ade_2aden4a3diad2obad3ru2ads2ad3stad3szad2t1ad4tead4tra2elaa2eleae2o3aes5ta2faka2fana3faraf4ata2faua2fexaf2fl2af3lafo1saf3raaf3räaf3reaf3röaf2spag1abag1arag1auag2diag2drag2duage1iag2er2agesag3gl1aggr2a2glag4laa4glöag4nuag4roagsa2ags3pag2th2a1haah4at2a1heahe1sa1h2iahin3ah2löahnt21ahorah1osa2h3öahr1aah3riaht3saian3aid2sai1e2aien3ai3g4a3ik_ai3keai3kuai2loa1indain4ea1ingai2saaiso2a3iv_aive3a3ivla3ivs2akal2akarak4at4a1kea2kefa2keu2a1ki2ak3lak4li2a1kr4akra3akroak3sh2akta2aktb2a1kua2kun4a3kü2ala_al1abal1afala2ga3lalal1ama2larala4s2alatal1aual1ämal2bralb3sal2däal2dral3dualen1ale2pale4talf4r3algi3almba2l1öal3öfal2ös1alphal2ufa2lumal1ural2zw2am2aamab4amad2ama3g2am4e4ame_a2meba3meta2mewa3miea3mis2ammlammu2am3pr2am2sam3sa1amt_am4töam2tu2ana_2anabana3ca3nak2anam2ananan1äs2anbuan3ch2and_2andua3nee2anfi4ang_2angf2anghang1l2angoang1r2a3ni2ank_an3klank1rankt42anmu3annäan1oda3nola3nos2anpr1ansä1ansc2ansk2ant_2anto1antr1antw2a1nuanu3s2anzb2anzg2anzs1anzü2anzwa1os3ao3t2a3ot_a2pefap2faa3pfla3phäa2pht2ap3la2pot3applap3pu2a3pua3ra_ar2ab2arb_4arba2arbiar2bl2arbr2arbt2arbu1ar1ca2reaa4rega2reha4reka3renare3uar2ewarf1rar2glar2gnar2iaar1ima3riuarm2äarn2e2a1roar1oba2rorar2rh2arsaarse32arsiar2st2arto2artsar1ufar1uhar1umarwa2ar2zä2arze1arztas3aua2s1äa2sca4as2ea2seba3ses2asisas1ora2s1pas2phas2pias2poa3spuas2stas3teas3tias3to2astraßen3at1abat2afat4agata3la3tama2tatat1aua2t1ä4ate_a2teb4atena2tep4atesat3ha3athl4a3ti4atorat3räat3reat2saat2seat2siat2soat3taatt3sa3tubatu2nat2zoau2draue2baue2sau2faauff43aufn4au1iau2isau3lüaun2eau1nua4unz2aup22ausc1ausd3ausf1ausg1auslau2so1ausr1ausü1ausz2aut_2aute1autoauz2wa3v4aawi3eax4am2a1yaa1yeuaysi1ä2b3lä1cheä1chiäch3lä2chrä1chuäck2eäf2fläge1iäge3sä2g3lä2g3räg4ra1ä2gy2ä3heähl1aähl2eäh3neäh3riä1is_ä1iskä2k3lä2k3rälbe2äl2bläl2p3ämt2eän5deän2dräne1sän2f52ängeän2glän2gr2ä3niänk2eän2kränk2säp2pläp2präp4stär4afäre2när2grärk2särm2sär1o2ärse2är4siär2stärt4eär2thär2zwä5s4eäse3tä2s1päss2eäs2stäs4träte2nät1obä2t3rät2saät2sääts3lät4trät2zwäu2bräude3äu3eläuf2eäug3läu2maäun2eäu1nuäu3seä3usgä3uskä3usnäu2späu2trba2bl2babs2b1afbais2ba2kabak1lbak1rbal2a2b1amban2ab1ang2banlban3tb1anzbar3bbar3nba2scba2stbau3gbau1sba1yobben3bbe4pbb2lö2b3d4bde1sbe3anbe3arbe3asb2ebe1be1cbedi4be1eh3bef4be3g2beil2b2einbe3li1ben_ben3nbe1ra3be1sbes2abe1ur3b2ew2b1ex2b5f4bfal22b1g2bges42b5h2bhut2bi3akbibe2bie2sbik2abil2abi2lubin2ebi2o1bio3dbi3onbiri1bi3seb1isobi2spb2it_b2itebi2tu2b1k4b3lad3blatb3leb3blemb4letb3leub2lie2bligb4lisb2litb4locb3los2blun3blut4b3n2bnis1bo5asb1ob3bo2blbo2brbo3d22b1ofbo3febo1is3bon_bond1bo2ne3bonsbo4räbor2sb1ortbo2scbo3thbo2xibö2b32b1p2bpa2gb4ra_b4rahbrä4u2bre_3brea2breg3bremb4rer2brigb4riob3rohb4ronb4rucbru4sbs3arbsat2b4särbs2äubs2cabs4cub3se_bse2bbsi4tbs2kubso2rbs2plb3stob3stöb3stübtal3btil4b4ts2bu2e3bu3libung4b2urgbu2sa2b3z22c1abca2chca2e3ca3g4cal3tca2pecar3ncas3tca1y2ceco4ce2drcen3gcere3ce3sh2ceta2chab2chaf1chaoch1äs1chef4chei2chic2chl2ch2lech2lu4ch2m2chn42chobcho2fch1ohch2r44chrech3rh2chuf2chuh2chum1cka_2ckac1ckag2ckalcka4r2ckau2ckeh2ckexck1imck1in3ckis2ck3l2ck3nck1o22ck3rckt2e3c4l2clet4co3chco2d2co3dicoff4co1itco2keco2lecol2oco2peco1racor3dco3recos3tco4te1c4r2cte3ecti4octur6cu2p32d1ab2d1acd2ac_dagi2dah3lda1ho3d4aida1inda1isdal2ada3löd1altdamo3d4ampd2an_d1ang2danw2d1apd2aph4dapp3darlda2rod3arrdar3sd1artda2rudas4tdat2a4datmdau3e2dauk2d1äh2d1äp2därzdä3us2d1b4dbu2cdco4r2d1d2ddar2de2adde3asde3b43de1cde1e4de3gldehe2de3hod2eicde2löd2en_dend2den3gd2enhde2nide1nude1ondepi2d4er_de3rude2sade2spde2sude1unde3us2dexp2d1f42d1g2dga3gd2ge_2d1h2d2hisdi4abdi2addi4amdi1cediet3dik2adin2adi2obdi2spdist2di2tadi2thdit3sdi2tu3di5vdi3z22d1k4d3l2edli2f2d3m24d5n2dnis1d2obadob4ld2obrdole4doll22doped2opp2dorc2dordd2orp2dortd2os_dos3sdost1dot6hdo3undö2l13d2ör2d3p2drag4d3rai2drädd4räh4dre_2dreg4drem2d3rhd4ri_d4ridd4ried4rifd4rikd4rild3robd3rocd4roid3roud5rubdrü1bd2sands1änd3seidse4td3shodso2rd2späds2pods2pud2steds2tids2tud2sundta2dd5teadt3hodt5s2du1ardub3l2d1uh2dumd2dumf2dumg2dumld2ump2dumrd1umsdung42dunrdun2s2duntdus3t2d1v2e3a2beab3lea2drea2g4ea3gaea3gleakt2ea2laeam1oea2nae2anoe3ar_ea2rae3arre3arveas3se3athea5tre3aug2ebedebe2i2ebeleb2en2ebeteb3loeb2lö2eb2oebot2ebö2seb4rueb2s1ebse22e3caech1äe1chiech3lech3mech3ne1chuech1weci6a2eckteco3dec1s4e3d2aed2dre3deiede2re3d2oeds2äed2suedu2se3dy3ee3a2eeb2lee2ceee1chee2ckeede3e1effeef4leef3see1imeel2ee1empeena2e2enäe2encee3nie2enoeen3see1rae1erde1erkee1röeert2e1erzee3s2ees3kee3taee2thee1u2e1e2xef1are2fate2fäue3fe_ef1emef2er2eff_1effief2flefi2s1efkue3fraef4rüef3soef3spe2fumege1ue2gloeg3nieg2thegus32e1ha2e1häeh2eceh2ele3hereh1läehle2eh3loeh3mue3holehr1äeh3rieh3sheh3übei2blei3de2eidn1eifrei3gl2eigt2eigu2eil_2eilbeil3d2eilne1impei4näein3kei3o2eip2fei3ree1irre2is_2eitäei3teei2theitt4e3ke_e3kene3kese3keye3k2lekt2oe3k2wela2cel1afela2h2elaoela4s2e1läel2da2ele_elea2ele2c2eleh2elei1eleke3lepel2ete3leu2elevele2x1elf_el3feelf4l1elfm1elfte3lieel3klel3leelm2ael5nae2lofe2lolelon2elö2selto22e1luel1ure2lyaelz2eema2keme2se2mop3empfem2saem2stem3t21emule2n1a4ena_2enace3nade4naf4enahe4nak4enam4enaten1äu2ene_2enem2enen2enesenf2aenf2uen3geen2gl1engpe3ni_e3nice2nide3niee3nio2enise3nit2enive2nofen1ohe3nolen1one3noteno2w2e1nöen3sp1entd1entn2entü1entw1entz2enut4enwüeo2fee1on_e1onde1onfe1onhe1onle1onre1onse1opee1opfeop4te3or_e3orbe3orse3orweo1s2e3os_eo3ulepa2gep3leep2paep4plep2prept2aepu2se3ra_era2ge1raie2rake1rale1rape2rare1rasera2ße1rawe1razer1äher1ämerb2eer3brer3da1erdber3de4ere_er1ebere2l2erer2ereserf2eerf4rerg3s2erhüe3ribe3rio2erk_erk3te3ro_er3oaer1ofer1ohe3rone3rose3rowerö2d2eröker3p4er3rä2errüers2aer3seers2ier3sker3sner3sper3sz4ertier3uzerü4bes3abes3ake3sceesch2es2eles2hues2ide2siles2ire4skees3kles3kue4skye3sote3spies3sces3se2essoe1stre1stues4tüeße2setab4et1am3etapet4atet1ähet2enete2oet3hüeti2m2e3toeto2bets2pet3suett1aet2thet2zäet2zweu1a2eu2gaeugs4euil4eu1ineu2käe3um_e3umbe3umleun2eeu1o2eur2eeu3speust4eut2heu2zw4everewä2se2we_e3wirewi2se3witex3atex1er1exis2ext_ex2tu2e3xye3z2aezi2sf1abefab5sfa2drfaib4fa2ke2fanb2fanf2fanlf1anp2fanrfan3s2fanw2f1ap3farifa3shf3aug3f4avfa2xa2f1b22f3d4fdie2f2echfe2drfe2eife1emfef4lf4eief1eisfel3tf2em_fem4m2fempfe2näfen3gfe2nof1entf2er_fe1raf2eref2ertf1erwfe2st3fete2fexpff3arff1auffe2eff3eiffe2mff4enf2fexff4laff4läff4lof3fluf3flüff3roff3röffs3t4f3g2fge3s2f1h2fi3atfien3fi3klfi2krfil3dfilg4fi3lif2inafi3nifin2sfi3olfi3rafis2afis2pfi3tu4f1k4f3ladf3lapf3länf4leef3lerflo2wf4luc2f3m2fma2d2f3n2fni2sfob2l2f1offoli3fo2nafon2efo2nu2f1opfo1ra3form2f1ök2f1ölför2s4f1p2f4racf5radfra4mf5rap2fre_f3recf3red2fregf3repf4reufri3dfri2e2frig1frisf3rocfro2sf3rotf2sanfs3arf4scefs4cofse4tf2sphfs1prfs3s4fs3thf4ta_f2tabft1afft1anft1arf3tatft3hoft1opft2s1ftsa2ftse4ft3stf2tumftwa4ft3z23f2uhfung42funt2gabfgab4r2gabz2gadlga1flga2kagal2ag4amo2ganbgan3d2ganh2ganl2ganwga1ny2garb2garc3gardg2arsga3ruga2saga2siga3spgas3sgat2a2gatmgat4rgau1cg2aukg1aus2g1äp2gärz2g1b2gber2gby4tgd1ing1d3rgd3s2ge3a2geb2ageb4rge1e2ge3ecge2esge1imge1irge2isge3lege3lügelz2ge3migem2uge3nagen3ggen3ngeo2rge1ouge3p4ge1ragerm4ge3sigest2ge5trge1ulge1ur2g1ex2g1f4gga4tg2g3lgg4log2g3n3gh2rgie3ggi2elgi2gugi3negi3tugi4us4g3k2g1labg1lac3glad3glätg2l4e2gle_3gleag3lecg3leg2glehg3len2glesg4lia2glib2glif2gligg2lik4gling2lio2glisg2lizglo3gg2lom2g1luglu2t2g1m2g2n2ag4na_2gnacg4nat3g2näg3neh2gneug2nieg2nifg4nin3g2nogno1r2g1of2g1ohgol2a2gord2gorggo2s1go3stgo3th2g1p2g4rebg4remg4rerg3retg3revgri2e3grif2grig2groc2grohgron4g4rosgro4ug4ruf2grut4g2s1gsa2gg3salgs3angs3arg3s2cg4scagsch4g4scogs2ehgsen1gs3ergse4tgsi2dg3silg3spigs3plgsrü2gs5s4gs3tag3stog3stögs3trg3stugs3tügti2mg5t4rgu3amgu1as2guedguet42g1uhgu1is3gummgu4stgut1agut3h2g3z2hab2ahab2eh2absha1kl2haleh1alph1amth2an_h2andh4ann2hanr2hantha2plha2pr2harbh2ardhasi1h1äff2h3b22h3d4hdan2he2adhe3behe2blhe3brhed2ghee4she2fä2heffhe2frhe2fuhe3guh1eieh1eifh1eighe2im4heioh1eiwhe3lihe3lohe2lö3hemdhe3mi3hemmh2en_he2näheng22henihe2nohen3z4he2ohe3onhe3ophe3phherg22hermhe3roh1eröhert2he3thhet2ih2e2uheu3ghe1y22h3f4hfi2s2h3g2hget42h1h2hi2achi1ce2hi3dh2idehi2krh1infh1inhhi3nohi4onhi3or2hip1hi2phhi2pih2i2rhi3rahi3rihirn1hi3rohir2shis2ahi2sehi2sthi1thhi3ti2h1k4h4lachla2nh1lash1lath3lädh1läsh1läuh3lebhle3eh3lerh3lesh3lexh2lieh2lifh2liph2lish2lith3lochl1ofhl1oph4lorh3löch2löshl3t2h3lufh3lukh1lüfh2mabh3magh3manh3marh4mäch4mähh4mälh4mäuh3me_hme1eh3menh4monhm3p4hm3sahms1phn1adh3namhn1anhn3d4h2nelhn3exh2nich2nidh2niehn1imhn1inh2niphn3k4h2norhnts2h2nuch2nulho2blho2efho4fa3hole4holo3holzhom2ehono3ho1rahor3dh1orgho3slho2spho4st2hot_ho3thh1o2xho1y2hö3ckhö2s1h3öst2h3p2hr1achr3adh1raih3räuh2rech3redh3refh3relh3rephre2th3revh3richri4eh3rinh2robh3rohh3rolh4ronh2rorh3rouhrs3khr2suhr4swhr2thh3ruhh4rübh2sanh2sauh2späh2sphh1stah1stoh2s1uh2t1ahta4nht2ash2tärht1ehhte2sh4thohtod1h3töpht4riht3röht2soht2sphtti2ht3z2hu2buhuko3hu2lähu2loh1umsh1unah1up_h1upshurg2hu3sahu2sohu2tihut2th4übsh3übuhvil4hwe1c2hy2thzug4iab4liaf4li3ak_i3akti5al_ia2läial3bial3dialk2i3allia2lui3am_i4amoian2ei3anni2anoi3anti3anzi3ar_ia2rai2ascia3shi2asiias3siast4i3at_i4ate1iatri3atsia3uni1är_i1ärsi1ät_i1ätaib1eiibe4nibi2ki3blai3blei4bräich1aich1äi1chei1chiich3lich3mi1choi1chuich1wi3damid2ani2deiidni3i2dol2i2drie3a2ie2bäie2blie2ckie2drie1e2iel3di1ell2i1eni3en_i3enai3endi2enei3enfi3enhi3enji3enki3enmi3enni3enöi3enpi3enrien2sie1nui3envi3enwi3enzie1o2i2erei4erii1ernie2röie3sui1ettieu2eie1unif1arif4atif1aui2fecife2iif2enif2flif4läi1flüif4rai1freif3seif3spif2taiga3iig1läig4nai4gnäig4noig4raig3säig4seig3soi2harihe1eihe4ni4is_i4i3ti2käri3ki_ik1ini2k3lik3noiko3si2kölik3räik3reik1s2ik3soik3szikt2eikt3ri2kuni3kusi1lä1il2daild1oil2drile2hil1el2ill_2illsil3öfi1lu2i2lumi3lusim4ati2megi2meji2meki2mew1immo1impoimp4s1impuim2stin2afin3ami3napina4sin1äsin3do2indrin3eii3nelin1euine2x2ingain2gl4inhei3nie2inigin2ir2inis2inn_2innlin1odin1orino3tin3suint2hin3zwi2odaio3e4iof4li2o3hio3k4i3ol_i3om_i3omsi3on_ion3di2onyi2o1pio4pfi3opsi3opti3or_i3orci3orpi3orsi3ortio3s2i2osti3ot_i3otsi3oz_i1ö2ki1ös_ipen3i3perip3fa2i1piipi2sip2plip3pui1r2ai3radirat2ir2bli3ree2irekir2glirg4sir2he2irigir4mäir2no1ironiro2sirr2hir3seir3shir2sti3sacis2api2saui2scaise3eisi2ais1opis1pais1peis3sais2stis4töis4tüit1amit1ani3tatit1auit2ärität22itelite4ni2texi5thr1itiii5tocit3rei3truit2sait2soit1uhitut4it2zä2i3u2i2vebive4niwur2ix2emiz1apiz1auize2niz4erizo2bi2z1wja3nejani1ja1stje3najet3tjo2b1job3rjoni1jo1rajord2jo2scjou4lju2blju3nijur2ok3a2aka3ar2kabh2kabska1frka1inka3kak1allkalo5k3amakand4kan2ekank42kanlk1anska3nu2kanw3kara2karbk2ardk2argk2arkk2arskar3tkaru2k2arwka3sekasi1kas3s2kattk1auskäse32k3b4kbo4nkbu2s2k3d2k1effkefi4kege2ke2glk1einkei1skeit2ke2lake2läkel1ek4eltk2en_ke2no2keo2ke2plk2er_k2erck2erlkerz2k6es_ket3ske1up2k3f42k1g22k1h4kho3mki3a4ki3drki2elki3k4ki3liki3lok2imik2in_k2ing2kinhk2inik2innkin3ski3orkio4skis2pkist2ki3zi2k1k44kla_k4lar4kle_4kleh2klic2kligk2link3lipk2lir4klizk4lopklö2sk2lötkluf23knabk4neiko2al2kobjkoff4ko1i2kol4ako3leko4muko3nu2kop_ko1pe2kops2kopzko3riko2spko2stko3ta2k1ouko2wek1o2x2k1p2k4rawk4raz2kre_2kreg2k3rh2krib2krip3kris2krufkrü1bk2sanks3ark2sauks2änksch4ks3hak3sofks1pak3speks2puks3s2k1stak1stek1stok1strk1stuk2s1uk3talkt1amkt1anktä3skte3ekt1eik2texkt3hokt1imk3topkt4rokt3s4kul2a4kulpkung42kuntku2roku2spkus3tku2sukür4s2k3z2kze3lla3ba2labb2labf2labg2labhlab2ol2abrl1abt3labu2labwla1celad2il1adl2ladm3ladul1advla2falaf3slaf3tla2gala2gnlago2l2akk2l1al4lall4lalpl2amil2amp2lanb2lanf2lanll1anp2lanslar3sla2ru4lasdla3se2lash2lasila2so2laspla2stlat2ala3telat2s1lauglawa41länd2läub2läuc2läue1läufl3bacl3blälb3lel2blil3blolb3salb3selb4sklb3splbs6tl3chel3chilch3llch3rlch3ülch1wlda2gld1all3daml3dasl3datld1auld1ärl2deil2dexldo2rld2osld2ö2l2dreld4rüld3sald3stld3thle2adle2bl4leddle3dele3eilef2ale2gäle2glleg4r4lehs4lehtl2eicl2eidl2eitlel3s4lemplem3sl2en_le2näl2enfle3nil2enkle1os3lepa3lepf3leprl2er_lerb4lerk2ler3tl1erzles2ele3shlesi1le3skles2t4lesw2lesy2leto4leud3leut2lexe2lexzl3fahlfe1elf3lolf2trlfur1lga3tlg3rel3gro2l1h23lhi_li3acli3akli3amli3arlia1sli3b4libi34lickli4ds3lie_lig4nli3keli2krlil2a3limol1inv2linzli4om3lis_li2spliss2lit2ali3telit2hli3tu2lixili2zalk3lolk4nelk4ralk2s1lk3sälks3tl3k2ülla2nl3lapll1aullch4ll3d4ll2emll2esl2lexll3l2ll1obl3lowll3shll5t4llu2fll1urll3z2lme2el2möllmpf4lms2tlna4rl3n4e2lobjl2obrlo1fllof4rloi4rlol2a2lopf2loptlo1ralo4rä2lorcl1ordlo3ro3lorq3los_lo4sa3loselo2talot4h2l1ovlo2velö2b3l2ö2fl1öhrlpi4plp3t42l3r2lre1slrut4lrü1bl3sacl2saul3sexl4shalsho2ls2pols3s2lst2al2stels4trls2tuls1uml2sunlsu3sl2tabltag4lt1aklt1ehlt2enlt3hol3thul2toblt1oplto2wlt1öll3törlt1ösl3trält3relt3sclt2solt1uhlu1anluba2lubs2lu2drlu2es2lufflu2golu2gu2l1uhlume22lumf2lumll2umpl1umsl1umw1lu2n2lunt2lunwl1urnl1urt2luselu2splu4stlu2tälüh1lly1ar2lymply3nolzo2flz3t2m2abe2mabk2mabs2mabtma2cima3damal3dmalu4mam3m2manbm2anfm2anh2manlm4ann2manzma2orm2app2marb4marrm1arzmat4cma3unma1yom1ähnmä1i2m1ärg2m1b2mbe2em3b4rm2d1äm2deimds2em2e1cmedi32medyme1efmega1m2eil3meldmell2m2en_m2ens2meou3mer_me1rame2ro3mersmes1ame4sä4mesume3th2m1ex2m1f4mfi4l4m1g22m1h4mi2admi3akmibi1mi3damie3lmi2ermi4etmi2kimi2ku4milzmi3nimi1nu3mir_mi3ra3miri3mirs3mirwmi2samise1mi2tami2th4mitz4m1k4m2mabmm1eimm3simm3spm2mummm2unmmül22m3n22mobj3m2odmo2dr4mog_mo2i32mol_mom2e3m2onmo3ne3mo2o2moptmo1ramork4m1o2xmp2flm3ponmp3ta2m3r2m2sanm4sapms1asm2saumsch2m4scom4sexmso2rm2späms2poms2pums3s2m3stoms4trms4tüms1ummt1abmt1akm3tammt1armt3homti2smt1ösm4ts1mt2samt2semt1um2m3uhmu3la2mulsmu3nim4unkmunt24munzmu3ra3musimu2spmus3tmu2sumuts32m1w2mwa4rmwel42n1abna2bä4nabg4nabhna2bln2abona2br4nabt3n2ac4naddn2ade3n2ag3n2ahn3ahnnai2en1aig2n1akna2ka3nakon2al_na2län4alena2lu2nalyn4am_3name3namon1an_4nanb2nanh2nani4nank2nanl3nannna3non1anp2nanr2nanw5nar_2narcn2ard4narg3narin2ark2narmn2arpn2as_4naspn4ata4natmnats14natt4naufn3aug5naui3n2äcn1ähn2n1ännä2scn2äss2n3b4nbe3nnbes4nbu2snch3mnd2agndat2nd1aun2dein2dobndo1cnd1opnd1orn2drönd3thndt4rn2dü4ne2apne3asne3atne2bl3necane1ckne2de2nee33nehm2n1ein2eid4neifne2ke3nelanel3bne3lin2em_n4en_n2enbn2encn2enhne2nin2enjnen3kne2non2ensn2envn2enwne2obne1os2nepfn2er_ne1ranere2n1erfn1erh3nerin1erkne2ron2erpn2erv3n2esn4es_nes4cnes1one2thneu1cneu3gneur22n1exnf1aknfo1snft2on2f1ung1adng3d4n3gefn3gerng3g4ng3hun2glon2glöng3neng1orngs3cng3tsn2gum2n1h4n3hann3harn3haunhe2rnib4lni2deni3drnie3bni1elnig2anig3rni3klni2kr3n2ilnim2o2ninfni2obni3okni3olni3ra3n2isni2tinit4sni3tunk2amn2kähnke2cnk2lonk2lunk4nan2knenk2öfn2köl2n3l22n1m4n2naunne2snn2exn2nofnn3scnn3senn2thnn1ur3nobl2no2dno3drn3olen2on_3nor_nor2a2norc3norh3norm3norsn1ortno3shno2täno2tr2nö2f2n3p4npa2gnpro1npsy32n3r2n3savns2cans1ebnse2tn3sexn3siln4sphn2sponsrü2ns3s2ns2tins2tunst2ün2styns2umnta3mnt4atnt1ämnte2bnte1ent1ehnt2enn3ternteu3nte3vn3thrnti3cntmo2nt3sants2onts2pnts2tntum4nt3z21nu1anu3arnubi11nu1cnu2esnu2fe2n1uhnu3k4n2um_2numf2numg3numm2numr2nuna2nunt3nu2snu3scnu3senu3slnu2ta2nü4bnür1c2n1v2n3ver2nymun2zadn2zann2zärnz1ecn2zornz2öln2zwö2o3a2o4abioa3deo4a3ioa3ke2obano3bar2obe_2obea2obewobi4t2o3boo3briob3skobs2pob3sz2o3buobu2s2o3bü2oby4och1ao1cheoch3loch3moch1ooch3roch1socht2o1chuoch1wo3ckeo3ckio2ckoo3d2aod2dro3debo3dexo3diro2donodo4so2dre2o3du2o1e2o4e3so2e3to3et_o3etsof1amof1auof2eno3feroffs2of2fuof1laof4läof4löof3raof3räof4rüofs1aof3thoga3dog2loo3g4nog3spohl1aoh3looh2lu3ohngoh2ni1ohnmo2h3öohr1aoh1ro2o1hyo1i2do2isco1ismoiss2oi1thoki2ook1läo2labol2arol4drole3eoler2ole3sol1exol2faol2flolf1rol2glol2grol2klolk3rol2of1olymol2zwo2mabo2mebome3co2melo2mepom2esom3maom3pfomtu3ona2bo2naeo3nalon1apon2auonbe3one2ion3f2ong4rong3s4o3nion3k2onli4o3nodono3sons1aonsi2ons3lons1pont2hont3s2onukoor3foo4skoo2tr2o1ö2opab4o3panopa5so1peco1pei2opf_op2fäo2pfeopf1l4oph2o3pheopin2op3li2o3poop4plop2pr2o1pr1opsiop3szo1rad2orak2oral3oramo1rasor1ätorb2l2orcaor2ce4orda1ordnor2do2ordr2ords2ordwore2hor1eror3gaor2glor2gn4oril2oritork2aork2s2o1ro2o1röorr4aor3rh2ors2or3shor3szor4töor2ufo2r3üo2ryaos3ados4anosa1sos4co2o3seose3eose2no3shoo4skaos3keo4skios2lo2os1pos2peos2saos4säos3to2osu42o3syo2tebote2s4ot2hot4heo2throt2inotli2ot4olot2oroto1so3traot2saot3scots1pot2thou2ceou2geou3glouri4outu4ove3so3wecoy1s4o3z2aozon1ö2bleö2b3röb2s3öch1lö2chröch2söcht4öd2stöf2flöh3riö3ig_ö2ko3öl1a2öl1eiöl1emöl4enöl1imöl1inöl3laöl1o2öl3saöl3szö2l1uölz2wönn2eön3scön3spöpf3lör3a2ör2drör2glör2klör1o2örs2eört2eör2trös2stös3teös2thös3trö2t3aöt2scöt2trözes4pa3dapa2drpa3ghpa1ho3pala1paläpa3li2paltpank42panl2pannpant2panz4papi23para1parc2parg1paro2parppa4stpat4cp3auf3pä2cpä2to2p1d2pea4rpech1pe2en2peicpe1im2pekupel3dpena41pennpe1rapere21perl3pero5perspe3sape2stp2fabp2fadp2fafpf1aip2feipf3lopf3lup2forpf1ra2pfs2pf3slpf3sz2pf3tpgra2p3hopph3t2phu4s2p1hüpi2a3pias4p4id2pi2el3pierpi3lepin2epi3oipi2pepi3ri4pisopi1thpit2s2pitz2p1k2pkur11p2l43p4lap5la_p5lad2ple_ple1cp4legp4lem2pligp4likp4liz2p3lu2p1m2po3b42p3ohpo3id3poin3p4olpo3li2pondpo1pepo2plpo3pt2pornpor3spos2epo3ta3potepö2blp2p1hpp1läp2plep2pripp3sa1prak1prax1präd1präg3präm3präs2pre_2prec1pred1preipri4e2prig1p4ro3prob2proc3prod3prog3proj3prot1prüf2prünps4anp3s2hps1idps2pop3staps2tup3stü3p2syps2zept2abpt3atpte4lp4tospto2wp2t3rpt3s2pt1um3p2typu2dr2p1uh2pundpun2s2puntput2spwa4r1queura2abr3aalra3ar2rabd2rabf2rabgra2br2rabs2rabt1rabyra1cer2ackr4ad_3radf3radlrad5tra2gn4raht2raic1rake3rakür4al_ral3bra3le2ralgr4aliralk2r4alsra2lu3ralyr2ammr2an_4ranc2ranf2ranl2ranr2rapfr2ara2rarbr2arkr2arpr4as_ras2ar4at_r3atlrat4r4rau_4raud2rauf2raug3raum3r2äd3rän_3räni3räns2r1ärr2är_rä3raräu2s4räutr2bakr3blärb2lörb4rirb3serbs1orb3sprby4tr1chirch3lrch3mrch3rrch1wr2ck1r2dafrd2amr4dapr2deir3denrd1itr2dobr3donrd1osrd4rird3tard3thrdwa4re2amre3asreb1rre2bür2ech3red_4reddre1elre1er3refe4reff3refl3refo5reg_rehl4r2ei_r2eie2reigr1einre3larel2ere3lorelu2r4em_r2emi4remur4en_r2enare2näre2nir2enzre3or3repe3repo4reppr1erfr1ergr1erkr1erlrer2nr2eror1erör1ertre2sa3rese3reso2ress3rest3resu2reulre2wi4rezirf2äurf2esrf4lör3flür3forrf4rurf4rürf2sarf2targ2abrg2anr2gnorg3spr2ha_r3herr2hoe2rholrhu2sri3amria1sri3atri1ceri1elri1euri2frrif3s5rig_5rigjrig1l4rigrrik1lr2imb2rimprim2s2rink3rinn2rint4r1irris2ari3so3rissri2strit4r5riturk2amr2kährk4lork2lur3krirk2sprk1strk2tark1uhrk2umrku2nr3l2arle2ar3lecrle2ir3letr3l2irli2sr3l2orm2ärrm3d2r3me_r2meorm2esrmo1srm3sarmt2arna2brna4nr2naurn3drr4nefrn2eirne2nr5nesrn2etr4nexr3nodr1nötrn1ur2robj2robsro3e4roh1lro1irro3lerol3s2roly4rom_4romm4romt3ronnrons2ro1pero3phr2oraro3shro2ßu3routrö2du1r2öh1r2öl3römir2ös_r2öse2r1p2r3p4ar2plirpro1rps3trr2abrr2arrr1ämr3r2er4rewrr2herrik2rro3mrr2strr2thr3r2ürrü1brs3abrs2anrs3arr3shors2klr4skor4skrr4skurs4nor4sobrs2p4rs3s2rs2thrs2tir3stor3störs2tur3swirtal2rt1amrt1ärrten1r2thirto1prt1orr5trirt2sorube2ru2drru2fa3ruinru1is4rumfru2mi4ruml4rumz2rund4runn2runwru3pr4r3urru2ra5ruroru2siru2strut3hru2zwrü1ch4rümmrz2anr2zarr2zasrz1idrz1oprz3terz2thr3zwä2s1absa2besa2blsa2br4sabss1adm3safasa2fe3safi3sagasag4nsa2gr3s2aisail22s1aksa2ka3saki3sakr4sakt3salo5samms1amps2an_s3anbs2and3sani2s1apsa2po3sapr2s1ar3saris3arrs1aspsat2a4satmsa2trsa3tss1a4u3sau_3sauc3saue3saum3saur2s3avsa2vos3ähns1ält2s1äm2s1är3s2ät3säul2säuß4s3b4sba4n2scams2cans2cap2scar2s1ce4sch_s4chä4schb4schc2schd2schf2schg2schh2schks4chls4chö2schp2schq4schss4chu3schü2schv2schz4s3d2sde1sseb4rse1ecse2glseg4rse3heseh1lseh1sseh3ts1ein3s2eks2el_s2elsse2nä3senkse2noseo2rs4er_3seraser3gs1erh3seriseru25ses_se3su2s1exse2xe4sexpsex3t4s3f4sflo44s3g2sha2k1shass3h2e3shi_3shidshi4rs3hoc4shof3shop3showsi2ad2siat5si1cs2ido3s4iesien3sie2ssi1f43s4igsig4nsi2kisik1lsi2krsik3ssi2ku3silosin1ision43s2issi2sasis3s3s2itsit3rsi3tusiv1asive3si2vr2s1k24skams3kar4skasskel1s4keps2kifs2kig4skirski1s3skiz4skom4skor4skow4sk3t2s1l23slal4slans2laws3lo_s3loe2s3m22s3n4snab4so3baso3et3softso3la3s2onsone22sopf3sor_s1orc3sorsso4rus4os_2s1ox2s1ök2spaa4spak4spap3spaß4spaus2paz3späh2spärs3pe_2spel4spet4s3pf2sphas4phäs3phespi2k4spil3spio4spis4spla4splä4sple2spod2spogs2poi2spok4spol4spr_3spru2s3ps2s4pt2spun2spup3spur4sput4s3r4sret3srü2ds5safs3sagss1ajs3sals3s2äs4sces4scoss1ecssoi4ss2poss3s4sst2ass2thss2tis3stü4sta_3staast2ac2stag3stah2stak2stax3s2tä4stäg2st3c2steas2ted4stee2stem4stens2tep2ster4stes2stetst3ev4stexs4thäs4this2thu2stia2stibs2ticsti2e2stig2stiks2til2stio2stis2stiv2sto_s3tob1stof4ston4stoo1stoß4stou2stow2stoz2stöt1stru1stub4stuc2stue3stuf3stuhstu2n3stüt4st3zsu1ansuba24subi3su1c2s1uhsu1issul2asul2isult23summ3sun_su4nes1unf4sunt3s2upsup3psu2ras1urtsu2s1su3sasu3shsu3sisus3s2sü4bsü2d1sweh24swie4swilsy4n34s3zas2zess2zis4s3zu4s3zw2ß1a22ß1b22ß1ec2ß1eißen3gße2niße2noße2roßer3t2ß3g2ßig4s2ß1in2ß1k4ßler32ß1n22ß1p22ß3r22ß1s22ß1um5taan4tab_2tabf2tabg2tabh2tabkta2br4tabsta2bü2tabw2tabz2t1ac3tacut1adatadi33taf_4tafft1afg3t2agt3agotai2ltai4r2takzta2latal3d3talo2talt3tameta2mit1amt3tan_2tanbta3ne4tanf2tang3tanit2ank4tanlt2anot1ansta2nuta3or2tapfta2pl2tarb4tark2taro2tartta2ruta3sata2tht3atlt4atmt1auk3taum4tägyt1ämt3tänzt2är_tä2ru4tätt2täuß4t3b2t3chat3chetch2itch3lt2chutch1w4t3d4tdun2te2a22teakte3alte3an3tebat2ech2teckte1emte2es2teff3teha3tehä3tei_teik43teiltekt25tel_3telatelb43telg3telk5teln3telp5tels3tem_tem3st6en_ten3ate2nät4enbten3gt4enhte2nit4enjt4enmten3n3terct4erit4erot3erötert2teru2t2estte2su3tet2t2et_4teth4tetl3teuf3teumte1unte2vite1xa4texp3text4t1f4tfi2l4t1g2tger22th4at2hagt3hait2hak2t3hä3thea2thebt2hect2hekt2hem1then3theot2hest2heut2hik4th3l4th3m2th3n1t2hot3hoft3horthou24t3hö2thub4thunti2ad3tib4ti1cetieg42tiehti1elti1etti1eu3tif_ti1fr4tift3tilgti2lötil3stilt4ti2lut2imiti3nat1inbt1infti1nuti3orti3plti1rhti2sptium2tive3ti2za4t3k45tlem6t5li4t3m24t5n4tnes2to4asto5at4tobjtob2ltode2toi4rto3la3tole4tolz2tomg3topo2topt3tor_to1ra4torct1ord3toret1orgto2rö3torsto2rut2orwto3sc3toseto4sktos2p4toss3totrtots23t4outo3un3töch4t1ökt1öst4t3p21t2r45tra_3trac3trag3trak3tral4traß5träc3träg4träs4träß4treb4trec3tref4treg2trekt4remt4rert4rett4reut3rev2trez2t3rh4trict4riptri2x3tro_3troe3tront4rop3troyt3röc2tröh3trös3trua4truktrum2t4rübt4rügts1adts1alt2sants1ast2sauts1emts3krtso2rt3sout2spät2spht2spots3s4t1st4ts2tut2s1u1tsubtt1abtt2actt1aktt2altta1st3telttes1tto1st3trott3rutt3rütts1ptt2untu3antuf2etuff3tu2istul2at2um_3tun_3tune3tungt1up_tu2rätur1c3turntu2rotu4rutu2satu2sotu3ta3tüch3tür_tür1c3türe3türg4tütztwi4ety2pat2za2tz1agtz1altz1artz1aut3ze_t2zortz2thtz1wätz1witz1wuu1a2bu1a2cuad4ru1al_u1albu1alfu1alru1alsu1altua2luu1ansu3ar_u1arsua3saua2thuat2iubau1u3b4iu2bopub3räu2bübuch1auch1äu1cheu1chiuch3luch3much3nu1chuuch3üuch1wu2ckiu3d2au2donud3rau3druue2ckue2enu2elaue2leueli4ue2miue2näue2niue2nou2ereu3errue2tau3fahuf1akuf3aru3fasuf1au2ufe_uff4luffs4u2fobufo2ruf3säuf4sou2fumug1afug1akuga4sug1auug3d2ug3huu2g1lug3lou4gluu2g3nug1orug3roug3seug3siuh1lauh1läuh2liuhme4uhr1auh3riuhrt4uh2ruuh4rüui2chui1emu4igeu1in_u1is_u3käuu1k2lu1k4ruk2tauku2sul1abul1amula2sul1ämul2drule4nule2tu2lexul3f4uli2kul3kaul2knull2aull3sulo2iul1orul2sauls3z2ultaul3thult3sul2vrulz2wuma4rum2enum1irumm2aum2suum3t2um2un2una_1unabun3acun4alun3at1unda1undd1undf2undg1undn1undv1undzune2bune2hung5hun2idunik4un2imuni2r2unisunks23unkuunna2uno4run2os2uns_un3se1unsiun3skun3spun3taun3trunt3s2untuu1o2bu3or_u3orsu1os_uote2u1pe2uper1up2faup2plup2prupt1oup4tru2rabu2rar2u1räur1änurch1ur3diure4nurf3turi2cur1imurk2s4u1rou3roluro1sur4swur2zaur2zäur2ziur2zou4safu3sepus3klu4skous3ocu3sohus1ouus1peu2spou2spuus2thus3tru1stuus2uru2tärut1egute2lut2esut2etu4tevutfi4ut2heu2thiu2thuuto3cut4orutos4ut3rüut3teutts2ut2zo2u1u2uufe22u1v4u2ve_uz1weuz3z4übe3cüber3ü1cheüch3lüd3a4üd1o4üd3s2üdsa1üd3t4ü2f1aüfer2üf2flü2f1iüf2toü2g3lüg4stühla2ühl2eüh3moüh3neühn2süh1roühs2püh4thül2laül2loül2löü2n1aün2daün2dründ3sünen3ün2faün2frünn2sün3scün3seün3spün2zaüp2plür2flür2frür3scür3seür3spürt2hüse3hüse3lüse1süss2eüs2stü2t3rüt2s1üt2tr2v1abval2s2vang2varb2v1auve3arveit4ve3lave3leve3live3love3maven2cve3neve3nive3növer3averd2vere2verf4verg4ve3river3kvert2ver3uve3tavete1ve3trve3x22v1f4vi3arvi2elvi2ervima2vi4navin2svi3savise4vi2spvis2u2v1l22v1obvo3gavo2gu2v1opvo2r1vor3avor3dvor3evor3gvo3ri2v3rav4ree2v3rov1stav3s2zvu2et2vumfwa5gewa3gowai2b2walb2walmwa3nawa3sawa3sewa3sh2wängwäs2c2w1b2we2bawe2blweb3swe2e4weed3we2fl2weiewe3niwerd2we2röwer2s1wesewe4stwet2s2w1eywie3lwin2e2wing1wi4rwi2sp1wisswi3th1wo1c1wolfwor3aw3s2kwun2s4wur_wur2s2xa2b1x2adxa1fl1x2agx3a2mx2anz1x2asx1e4gx2er_x2erexers22x3euxich2xide2xie3lxil2axi2loxi2lux2is1xis2cxi2sexis3sxi2su2x1k22x3s2x2t1axt2asx2tänxtfi4xt3s2x3turx1u2n2y1aby1al_y1a2myan2gy1anky2chiych3nyen4ny2erey2es_yes2pye2thygie5yke3nyk3s2y4le_yli4nyl3s2y2l1uyma4tym3p4ympi1y2n1oyno4dyon4iy1ontyp3any4p3sy3r2eyri2ayri1ey3r4oys2any3s2cy3s2hy4s3lysme3ys2poys1prys3t4y3s2zy2te_y2tesy3to1yure3zab3lz1a2dza3de2z1afza3grzale32z1amza2na3zani2zarb2zarcz1arm3zaubz3aug3zaun2z1äc3z2äh2z1ämz1ärgz1ärm4z3b4zbü1b2z3d2zdan2zeik4zelu25zen_zen3nze2no3zentz2er_zerk2z2ernzers2ze2säze3sczes1ezes1ize2spze2tr2z1ex2z1f42z1g2z2henzhir3zi3arzid3rzil2ezin2ezi2o3zi3opzirk22z3k42z1l22z1m2zme2e2z3n42z1ob2z1ofzo2gl2z1oh2zopezo2ri2z3ot2zö2f2z3p42z3r24z1s2zt3hozt3s2zu4chzudi4zu2elzu3f4zu3gl2zumf2zumg2zumlzun2ezung42zuntz1urkzu3s4zu5t2zür1cz1wac4zwahz1war2zwas4zwäl2zweg2zwet4zwirz2wit2z1woz1wörz1wur2z1wüz3z4az3z2o", + 6 : "_ab3ol_ab1or_akt2a_al3br_alt3s_ampe4_an3d2_angs4_ans2p_ans2t_an3th_ari1e_ark2a_ar2sc_as4ta_au2f3_au4s3_be3ra_boge2_da2r1_darm1_de2al_de1o2_des2e_de3sk_des2t_do2mo_do1pe_dorf1_ehe1i_ei3e2_ei4na_ei2sp_ei4st_ei4tr_el2bi_elb3s_em3m2_end3s_enns3_en2t3_en4tr_er2da_ere3c_es3ta_est2h_es3to_es5tr_eu3g4_eve4r_flug1_for2t_fu2sc_ge3ne_guss1_he3fe_he3ri_inn2e_kamp2_kle2i_kni4e_kopf1_le4ar_li4tu_ma3la_ma2st_mel2a_mi4t1_näs1c_no4th_oper4_oste2_ost3r_poka2_ram3s_reli1_ri2as_rom2a_rö2s1_se3ck_sen3s_ser2u_se2t1_si4te_ski1e_tal2e_ta2to_te3no_te4st_ti5ta_tite4_to4pl_tro2s_tu3ri_uf2e2_ufer1_un3a2_uni4t_uns4t_uro2p_ur3s2_wah4l4a1a2naa2r1aaar3f4aat4s3ab1aufab1eilabe2laab1erkab1erzab1ins1a2blaab5lag1a2bläab4le_3a2blö1a2bon2absarab3s2i2abst_ab3ste1abteia1chalach3auach1eia3cho_ach1orach3su4ach1wa1ckarack2ena2ckinack2seack3slacon4na3d2abad3amaa2d1an3a4dapade2aladefi4a2deina2deri4ade1sades4sadi3enad4resa2f1eca2fentaf1erlaf4fluaf3s2aaf3s2haf2t1aaf2teiaf2t3raf2tura2f3urag1a2da3gen_age4naage2saage4si3a2gitag4ne_a2g3rea2g3riag4samag4setag4spoag3staag3stea2gundahl3a2ahl3szah4n1aah3r2eahrta2ain3spai3s2e2a3kam1a2kazaken2nak3rauak5tan2aktikak2t3r2aktstal1ageal3amealami5al3ampal1anaal1ansal1anza3lar_a3lareal2armal3arral1asial1assal3augal2b1lalb3lial2bohalb3rualds2ta4l1eha2l1eia2l1ela2lengal1epoal1erl3alermal1etaal1etha2l1eua4leur3a2lexal2glial1insa2linvalk1ar1alkohalk3s2alks4tal2labal2laual3les1allgäal2lobalo2gaal1opeal1orc3alpe_al3sklal3sunal4takal3tamal2treal2trial2troalt2seal1umbame2n1amer2aa2meriame3rua4mesh2a3mirami3taami3ti2ammalam2meiam2minam3stram2t1aam2t1äam4tel2amtemam2t3ram4treanadi3an1algan3dacande2san2dexand2suand1uran3e2can2ei_an3eifan1e4kan1ethanft5san3f2uang1ar3angeb2angiean2gla4angs_an2i3d3a4nima4ninsan2keian4klöank3ra3an3naann2aban3n2ea2n1orans2enan2seuan3skrans1pa1anspran3s2z1antei1anthran2tro2anwet1anzeian2zwiar3abtara3d2a2r3al2a2rara2r1auar2bauar2bec2arbenar2bre2arbs2ar2droar1effar1ehra2reinar2erfa2reria2rerlar1intar2kalar2knear2korar4kriark1s4ark3saark3shar2lesar2nana2r1oparr3hear3s2har3staar3t2ear2thear3t2iartin2art3rear2z1was1alaa3schea3schia2schma3schua3s2hiasin2gaska3sa3skopas3s2aas3s2eas3s2ias2s1pass3tias3stras3stu2as3taas4tauas4tofast3räaswa2s3a2sylat1apfa2tausat3eiga2teliate2ru4athe1atil4sati2st4atmusatra4tat3romat4setat2s1pat4takat4tauat2teiatz1eratz3t2at2z1w2au1a2au2bliau2bloauf1an2aufe_2aufehauf1er2aufs_2auft_4augehaule2sau2malau2m1oaum3p2aum3s6au3n4aau2nio2au3r2au2sauau2spraus3s22auts4ava3t4äche1eäch2späch4stä2d1iaäft4s3äg3str2äh3t4äl2l1aämi3enäne2n1äng3seän2k3län2s1cänse3häp2s1cä2r3a2ä2r1eiär1intär2k3lärt2s3äse3g2äser2iäskop2ä3s2kräs6s1cä4s3t2äß1erkä4t1a2ät2e1iätein2ät2s1iät2s1pät2s3täum4s52ä3us_backs4b1a2drbah2nuba2k1iba2krabal3th3b2andban2drba3n2eban4klban2kr2b1ansbar3deba2reibar2enbar3zwba3s2abau3sp3b2ä1cbbens2bb3lerbbru2cbe2delbe2erkbe1erlbe1etabei1f4bei3k4bei3labe1indbei3scbeis2ebei1stbeit2sbe3lasbe3lecbe3leibe2letbel3label3szbel3t4ben3arbe3nei3ben3gbe3n2iben2sebenst4ben2su2bentbb2entib1ents2bentwben3unben3z2ber3ambe2ranbere4sber3nab1erntbe2robbe3ropbe3rumbe3slobes2pobess4ebes3szbe2tapbe3thabien3sbi2ke_bi2kes2b1inb2b1infbin3gl2b1intbi2solbi2s5tb2it2abla3b4b2lancb2latt2b3law3ble2a2b3legb3lein3ble4nb3leseble3sz2blich3blickbling43blitzbo3ch2bo2e3ibon2debo1r2abo2reibo4rigbo4s3pbot2st2b3radb4ra3k2b3refb3reif2b3repbri2er2b3rolbrust3bru2thb2s1adb3sandb3sel_bse2n1b3s2esb2s1ofb3s2pubst3acbst1akbs3tätbst3erb2stipb4stodbs4trib4stübb2s1unbu2chibul2la2b3umkbu3r4ibus1erbu2sinbu2s1pbu2s1ubzeit1carri1ca3t4hcha2ck2ch1akch2anb3chancch1ang4chanz4char_1characha2sc3chato4chatuch1ärm3chef_3chefi3chefsch1eimcher3ach1ess2cheta1ch1iachi3na4chind2chinf2chinhch1insch1int1chiruch1offch1orcchre3s1chron2chunt2ck3an4ckeffck1ehe4ck1eick1entcke2rack2ereck1erhck2ern2ckero2ck1id2ckunt2ck1upcon2nec1s4trcussi43d2abäda2ben3d2ablda2bredab4rüdach3ada2chodach1sdal3b2d1amma2d1amt2d1ana2dangedan4kldan2kr2d1ans2dantwd2anz_4danzida2r3a2darb2dar2mada3s2hdat4e2da3teidate4n4d3atl4daush2d1ämt2d1änd2d1ängde3a2tde4ca_de2cka2d1eff2d1ehrdein2ddein2sdel1ändel1ec2delek2delem2delfmdelle2de2lopde3lordel5scdel2sodel3t4dem2ar2d1empden3th2dentwdera2bde1radde2rapder2bl2derdbderer33derieder3m2de4ruhde4rumde3sacdesa2gde4samdes2äcde2sebde4sehde2seide4setde2sinde2sordes3s2de2sto2d1etwde1urlde2xisdha1s4di3e2ddi3enidie2thdige4sdil2s52d1imb2d1ind2d1inf2d1inh2d1ins2d1intdion3sdi4re_di2rendi2ris2d1irl2d1isrdi4t3rdle2ra2d1o2fdo2mardo5n4adoni1e2d1opfdor2fädor2fldor2fr2d1orgdo2riedor2tadö2s1c3d4ra_2d3rad2drahm3d4ramd3rand2d3rät2d3räud4rea_d4reas3d4rehd4reiv4d3ren2d3rep4d3rer4dres_d4resc3d4ria2d5ricd5riegd4rin_3d4rit4dritu2d3rod2d3rot2d3rovdrö2s13d4ruc2d3ruh2d5rutd2sau2d2s1efds2eigd2serhds1errd3s2had2s1imds2infd3skuld2s1opds1orids1pasd2sprods3tabd4stagd4stead3steid4stemds4tilds4tipds1umsds2zend4theidtran2du1alvdu2bli2d1ufe2d1umb2d3umkd2ums_2d1umvdund2a2d1unfdun3kedun2kl2d1url2dursadwest3ea3dereadli4e3aleiealti2eat4e2eater1eat3s2e3au2feau1ste3b2akebert4eb3lereb4leue3blieeb3reiebs3paeb3staeb3strebu2t12e3cheech1eie2cho_e2ch3rech3taech1uheck3seede2aledens1edi4aled2s1oed2s1pee2choeed3s2ee2lekee3lenee4nage1e2pie1erbtee3r2eeere2see4reteer2öse1ertree3r2uee4tateewa4re2f1adef1anae2fente3f4lu2e3f2oef3reaef3rolef3romef2tanege2raeg4saleg4stoegung4eh1ache3h2aleh2auseh1eff1e2hepehe1raeh1inteh1lameh2linehl2seehr1a2eh2reiehre3seh1ro2ehr1obehr1ofeh1stee2hunt2ei3a2ei2bareibu4tei2choei2d1aei3danei3dra4eien33eifrüeig2er2eigew2eigrueik2arei3kauei2lareilen1eil3f41eilzuei2moreim2plei2n1aei4nasein3dr2einduei4nelei2neu2einfoein3g2e1initein4szei2sa4eis2peeis4thei1stoei2sumei2tabei2tanei2tarei2troeit3umek1s4tek5triel3abiel2abte2l1akel4amiel4ampel1ansel1anze2l1apel3ariel1asiel1aspel2ast3elbiseld3s22e3lebe2l1el1e2leme3lem_el1empel1erdel1erfel1erkel1erl2eles2el1esse2l1ideli2neel1itael3lanel5le_el3linell3spel1opee2l1orelo2riel2sumelte2kel2t3re2l1umel3useel2zwae2m1ad3emanze3m2ene2m1imemi5naem1intemi3tiemma3uem2meiem3pflem2spren4amee4nanden3angen3areen2ascen3atte3nauee2n1ären4ce_en2dalend3siend3szend2umen1e2ce2neffe4neine2n1elene4lee2nerfe4nerhe4nerk4enerne4nerz1engad3engagen3g2ien3gloeng3see2n1inen3k2üeno2mae2n1openost3en1ö2den3sacen2sauen2sebens2el1ensemensen1en3skaens2po2enstoent4agen2teb1entfa3entgaen2thi3entlaenü1ste1o2b1e3p2f41episo1e2pocep2tale3rad_er3admeraf4aera1frer3aicer3alleran3de3raneer3anfe2ranher3anmer3apfe3rarie2rathe3ratie2ratme1rauber3aueerau2fer3augerb4sper3chl2erdece3recher1effer1eige2reiner1ele2e3reme3renae3renz4erer_e4rerl4ererne3reroer1errer1erse2rerter1erwer1esser1eul4erfür1ergolergs4t1erhabe2riat4e3ric4e3rieer1inber1inker1inter1ita1erklä2erkreern1oser1o2ber3onye4ro2rer3smoert2aker2thoerts2eeruf4ser1u4mer1underung4er1unses2aches3anze3s2ases3cape3schaes3evaes2haresi1eres3intes2kates4loges2ortes2sau4essemessi2aes2sofes2spues3stres3stuest1ake1stare1state3stele1stile2stipes4trie2s1umes3umse4teinet3haleti2tae4t1ofetons4e2treset4riget2tabet2teiet2t3ret4troett3szetwa4retze4seu2esceu4glae3um2seum4sceums1peum3steu4neie3un2geu2nioeun3ka3eu3roeu1staeu1stoeu1stre2velae2vent1e2xeme2x1inex2tinfa2benfa2chof1aderfa3l2afal2klfal3tefalt2sfan2gr2f1ankf1an3zfar2br2f3arcfarr3s3f4art2f3arzfa3s4afa2to32f1auff1ausb2f1ärmfä2ßerfeatu42f1eckfe1inifek2tafe2l1afel2drfe2lesfe2l1ofen3safer2anfe2rauferde3fer2erf1erfaf2erl_f4erpaf2ers_fest1afest3r2f1etafe4tagfeu4ruf2f3efffe1inf3f4räff3shoffs4trfi2kinfik1o2fi2kobfi2lesfi4linfil2ipfin3sp2f1intfi2s5tfit1o2fi2tor3f4läc2f5läd2f3läu2f3leb3f6limfli4ne2f5lon1f4lop1f4lot1f4lug4f3orgfo3rinfor4stfor2thfor3tu2f1o2xf3rand1f4ränfreik2frein42f3ricf4risc1f4ronfro2nafs1allfs4ammf2s1asf2sauff2sausf2sautfs1e2bf2s1emf2s1erf2si2df2s1o2f3spanfs1penf3s2plf2sprefs2prif2sprofs2pruf2stasf3steif2stipf3st4rf2s1unf2t1alft1e2hft1eigft1eisf4theif2t3rof2t3röf3t4ruft4samft3s2cft4sehfts3elfts2tift1url2f1unffun2klfun2ko2f1unmfu4re_fus2safus2stfzu4gaga2b5l2ga2dr2g1amtgan2gagan2grg3anla3g2ano2g1armga3r2og1arti2g1arzgas3eiga2sorga4spega4sprgas4taga4ste2g1auf2g1autg2d1aug2d1erge3g2l2g1eifge2in_gein2sge2intgein2vgei3shgelb1rge5lehgell2age3lorgels2tgel3szge3lumge4namge4nargen1ebge3necgen3szgen3th2gentwge2rabger2erger3noge1r2öge3r2ug1erwag2e1s23ge3scges4pige3steges3thge3t2a2getapge3t4ugge2ne3g2het3g2hiegi3alogi2e1igie1stgi2me_gi4mesgi2met2g1indgin2ga2g1insgi3t2ag2lade2g1lag3glanz2gläuf2g3leb4g5lerg3lese3g2lid3g2lie3g2lit3g2loa3g2lobg3loch3g4lok3g2lop3g2lotgne2tr4g3notgoa3li2gonis2g1ope2g1opfg2o1ragra2bigra2bl2gradl2g3rah2g3rak2g3räu2g5re_2g3recg4re2eg3reit2g3ric2g3röh2g3rui2g3rum3g4rup2g3rüc3g4rüng3s2ahg4saltgs3amags3augg4s3cegs4chig4s3crg3sel_gs3elig3selngs5erkg4setags4pieg4spingsrat4g3stang3starg4s3täg5stämg3stelg1steugst2heg3stirgs3tocg4stolgs3topgst4rig4sturgs4tücgu1an_gu1antgu4d3r2g1u2fgu1ins2g1unfg2ung_gunge2g2un4s2gunt22g1urlgurt3sgu2s3agus2spgus2stha2choha2delha4dinh1adle2h2al_ha2lauhal2bahalb3rhal2lahal2sthand3shan2krh4a3rah1arm_h2armehar2thh1arti2ha3sahat5t2h1aukthau2sahau2sc2hautohau2trhä3usphe1choh1echthe3ckehe2e3lhe2fanhe2f3lhe3friheim3phei4muheine2h1einkhe1ismhe1isthel1eche3lenhe4lof4h1emphend2she2nethenst2hen5trh1entshe2ral2heraphe3rasherb4she2relh1erfüh1erkeher3thher2zwhe1stahe2tapheter2he3t4she1x4ahfell1hi2angh1i4dihi3enshier1ihiers2hil2frh1induhin2enhi3n2ihin3n2hin3s22hi3rehl1anzh1lauth5len_hlen3ghl2ennhle2rahl1erghl1erwh4lerzh4lesihl1indh3listhlo2reh3losihl2sanhl2serhl3skuhl3slohme1inhmen2shme2rahn3eighn3einhne4n1hne4pfh3nerlh3nerzhn3s2khn1unfho2ch3ho2ckahock3tho2f3rhol1au4holdyhol3g4ho4lor3hol3sh1o2lyho2mecho2medho4seihotli42ho2w1h1raneh3rechh4rei_h3reich3r2enhr2erghr2erkhr2ermhr2erzh4rickh4rineh4rinhh4risth4romeh4romihr2sauhr2serhr4sethr2tabhr2tanhr2torhrt3rihr2trohrt2sahrt2sehr1umsh2s1ech3s2exh2s1ofhs2porh2spräh2sprohst2anh1stechst2heh1s2tih2storh1s4trhst3rih1stunhs2ungh3t2alht3aneh3tankh4tasyht3a2tht1e2ch2t1efhte2heh2teifh2temph2t1euh2t1exh4theihthe3uh2t1inh2tolyh2torgh4trefh2t3ruh2t3rühts2tihu2b1ahu2b3lhu4b3rhu2h1ahu2h1ihuk3t4hu2l3ahu2lerhu2lethu3m2ahung4shu3ni1hus4sahus2sphu2tabhu3t2hhühne4h2wallh1weibhy2pe_i4a3g2ia2l1ai3aleiial3laia2lorial3t4ial3z2ia2nali3and2ia3p2fi2a3spi3a4tai3at4hib2blii2beigi2beisibela2iben3aib3renib4stei2bunki2buntibu2s1ich1eii2chini3chloi2ch3ri3ck2eid2ab4i2d1au1i2deeidel2äide3soide3sp1i2dio1idol_i3d2scid2s1pie2breie2choie2fauief3f4ie2f3lie2froie4g5lie3g4nie2g3riegs3cie3lasiel3auiel1ecielo4biel3sziel3taiena2bi3e2näien1ebie3neri3en3gi3e2noien3scien3siiens2kien3szier3a2ie2rapie3resi3ereuierin3ier3k2i3ern_iers2tier3teies2spie1staie2t1aie4t1oie2triiet2seiet3zwifens2if1ergif1erhi1f4lai1frauif4reii1f4rüif2topift3szig2absig1artiga1s4ige4naig1erzi2g1imig3reiig4salig3sprig4stoig4stöig3strig3stüigung4i2h1ami2h1umi4i3a4ik1amtik1anzik1artik3atti2k1aui2k1eiike2l1ik1erfi2kindi3k4läi2k3raik2trei2l3abi2l1acil1a2di2l1akil1ansil1aspi2l1auil3ausild2eril2doril1e2cil1eheil1einil2f3lilf4s3ilie4ni2l1ipi3lip_i3lipsil3l2ail3l2iil2makil2mauil2mini2l1oril3t2hilung4i2manwima2tri2melei2melfi4meshi2metiim2meiim1orgim3pseim3staimt3s2in3a2ci4nacki2n1adin2arain2arsin4arti2n3auin2dalin2dan1indexind4riin3drü1indusin1ehein2erhi4neskine3un1info_1infosing1af1inhab2inhar2inhauin2i3dini3krini3sei3nitzin2nor1inntain3olsino1s4in1ö2dins2aminsch2in2seb2insenin3skr1insta1insufin3s2z1integin3t4rin5trii3n2umin3unzinvil4io2i3dio2naui3ons3ion4stiore4nipi3elipi3en1i2rakir2k3lirli4nir2makir2mauir2mumir2narirpla4irt2stiru2s1isage2is3arei2s1äni2schmi2s3crise3haise3hiise2n1is2endisen3si2serhiser2uis2hasi2s1idi2s1of3i2soti2sparis1picis2pitis2pori2sprois4sauis3stais3stoiss3tris3stuis2sumis4tabis4tamist2anis4teliste4nistes3is4tocis5törist4raist3reisum3piß1ersit1ab_ital1ait1altit2an_it1arti3tauci4t1axi2t1äsi2t1eii4teigit2eili4teinite2lai4tepoi2t1idit2innitmen2i2t1ofit3rafit3rasit3rauit3räuit3ricit3romit4ronit3runit2stoit2tebit4triitt2spi2t1umi2tunsit1urgitzes4it2z1wi2v1akiv1angi2v1eiiv1elti2v1urizei3ci2z1irjahr4sja3l2ajean2sjek2trje4s3tje2t1aje2t3hje2t3rjet3s2jugen2jut2e1kab2blka2ben2kabla2kabläka3b4r2k1abt2k3adaka1f4lkaf3t2kaken42kala_ka2lanka3leikal2kakal2krkal4trkan2alka2nau2kanda2k1angk2ans_k2anz_2k1apfka3r2i2k1armk2arp3kar2pfk2artaka2s3tka3tanka3t4hka4t3r4kaufrkau3t22kautok1ä2mikä2s1ckdamp22k1e1cke2he_kehr2s2k1eic2k1eig2keinhkel1acke3lagkel3b4ke2lenke2lerkell4e2k1empken3au2kenläkens2kken3szk2enteken3thk2entrk2entu2kentwke1radk2erkok1e2rok2ers_ke2selke4t1ake2t3h2k1e2xki1f4lki1f4r2k1intkis4to4k1lack4leidk3lem_2k3lerkle2ra2k3leukle3usk2lisc2klistklit2s2k3locklo2i3klost4klung42k1lüc2k5nerkno4bl2k5norkoh3lukol2k5ko3n2ekon3s4ko1r2a2k1orckot3s22k3radk3rats2kraum2k3rät2k3rec2kred_2k3refk3reick3reih2k3rick3ries3k4ronks1e2bk2s1emk2sentks1erlk2s1idk2s1ink2s1o2ks2pork1s2tik2stork2sträk2stumks2zenk2t1adkt1aktkta4rek2t1auk2tempk2tentkte3ruk2t1idkt1insk2t1ofkt1opekt4rankt3rask4trefktro1skt3runk2tuns2k1uhrku3l2eku3l2i2k3umlkum2s1kun4s4kunst32k1up_kur2blku2reikuri2ekur2spkur2stlab4ralab4ri2l3absla2ce_la2gio2la1hola2kesla2k1ila1k4lla3min1lammf2l1amtlamt4sla4munl1analla2nau3l2andlan2gl2lanhäl2anhe4lanli2l3ann4lansä2lantrlan2zwlap4pll3artila2saulast1ola4tel2l3athl2auf_lau2fol2aufz2lausl2lausr2lauto2l1ähnlä2s1cl4betal2b1idlb2latl4bre_lb3ritlbst3elb4stol2b3uflbzei2l3d2acl2d1akld1amml2da2rld3arild1arml2delel3der_ld1erpl2d1idl2d1iml2dranl3d4rul2d1umle2chile2gau3l2ei_lei2br4l1eigl2ein_l2eindl2eine2leinkl2eintl4eistlei2talekt2a2lektr3l2ela3lemesle4nad2lendul2e2nolen3szl1ents4lentzlen2zil2e1rale2ragle2raul1erfol2erfrl2erfül2erkal2erkol2erlel4ers_lers2klers2tl2ert_l2ertel2erzales2amle3serleste3le1stole2tat2le3thlet4tule3u2f2leurole2xislfang3l2f1ecl4feisl3f4läl3f4lulf3ramlgen2alge3ral2getilian2gli3chili2ckali3d2ali2deo2l1idolid3scli3enelien3slie2stli2grelik2spli3m2ali3n2alin3alli2nefli2nehli2nepli2nes2l1inflings52l1inh2l1injlink2sli2noll2ins_l2insal2insc2linsp2linst2l1intli3os_li2p3ali3s2a2l1islli2tallit1s2lit3szlizei3lk1alpl3k2anl3kar_lken3tl3k4lul2k3rol2k3rulk4ställ1abbl2labtll1affll1aktl3l2alll3amall2anwll1anzll1armll3augl2lausl2l1ämll1echlle3enl2l1efll1eiml3len_llen3gl3ler_lle2ral2lerzll1imbll1impll1insl2lobel2l1ofll1opfl3lor_l3lorel2l1oul2l3öfll3s2kll2sprllti2mllt5s2l2marclm1auslm1indlm1inslm3stelm3s2zln3are3l2ob_lo2berlob4ril1o2felo2gaulo3h2e2l1ohrlo2k3rl1o2lylo2minlo2n1olo3renlo4skelo2speloss2elo4stelo3thalo3thiloti4o2l3öfelpe2n3l2p1holrat4sl3s2all2sannl3sarel2s1ecl2s1emls1erels1ergl2serhls1erlls2logl3s2pil2sprol3s2pulstab6ls4tafl3stecl3steil3stell4stemls2tiel2stitls2zenlt1a2mlt3andlt1angl3tarblt1artl2t1aultbau1lt3elil5ten_lter3alt2erglt4erölte2thl2t1eul4theiltimo4l2t1ofl4t3ötltra3llt3räult4rielt3roclt3rosl2t3röl2t1umltu2ri4lu4b32l1ufelu2g1alu4g3llu2g3rlug3salug3splu1id_2l1una2l1unf2l1unilu2s1ulu2t1alu4teglu2toplu4t3rl2z3acl3z2anlz2erklz1indlz2wecm2ab4rma2d4rma4d2sma2ge_ma2gebma2gefma2gegma2gekma2gepma2getma2gevma2gew2m1aggma3g4n2m1agomai4se2m1aktmal1akma2lanma2lauma3lermali1emal3lo2malltma2nauman3d2ma2net2mansa2mansä2mansc2mantwmar3g2maro3dma3r2uma2tanma2telma5trimat3semat3sp2mausg4m1ändmä3t4rm2d1ummedie4mee2n12m1eif2m1eig3meistme3lamme2laume2lekme2lermelet42melf_mel2semel5t4mena2bme3nalmen3armen3aumen3glme3normen4skmen2somen3ta2mentnmer2er3merinme2sal4meser2me3shmes2stmeste2me1stome3t2amie3drmi2e1imien3smie2romie4timi2karmi3l2amilch1mild4s2m1impmin2enmin2eumin2ga3min2omi2t1rmit3s2mit5sami5tsumi2t1umk5re_m2m1akm2m1almm1angmm1anzm2m1aumme4namme2samm1inbmm1infmm1inhmm1insmm1intmmi3scmm3stamm3strmmüll1m4nesimode3smo2galmo2k1lmon2s3mon3su2m1opemo2rar2m1orcmor2drmo2rermos4tampf3limpf1ormp3strms3andm4s1efms1erwms1inims1orim2spedm2spotm2sprom4stagm3stelm3s2tims5träm3s2tumt3aremt1eltm2t1eum2t1immtmen2m2t3romt2sprmt1urtmu3cke4m3unfmu4s1amu2s1omut1aumut2stmvoll14n3absna2ch1nach3s4na2drna1f4rna2gemna2h1a3n2aldna2letnal3lanalmo2na2lopnal2phn2als_nal3t4n4amenna3m4n2n1amtnamt4sn1and24n1ang2n1ans2nantrnap2sina2r1an2arle4n3artna3r2unasyl2na3t4hnat4sanat4sc3n2aul4nausb4nausgn2auso4nauss4nausw2n1ä2mnär4s53nä1umnbe2inn2d1akn2danlnd1annnde2sendi2a3ndo2ben2d3ren2drobnd3rolnd3rosn2druind2sornd2spr2n1ebnne3ein4n1ehr3neigtnek3t42n1ele5neleb4nelek4nelemne3lennel4la3ne3lu2n1embn1e2mi2n3emp2n1emsnen3a2n1endgnen3einenen14nengb4nengs4nengtnens4enen3skn1entb4nentn5nentrn1ents4nentzne2n3u2n1epone2posne2ranne2rapne2raun1erbine2reb2nerfü3nergrn2erlin1ermän2ern_ne1rösn2ert_n1ertrne2rup2n1erzne3sanne3skane2s1pne1stanes3tine2tadne2tapn1etatne2taunet3han1e2tunet2zi2n1eupnfalt4nf5linnft4s3ng2absn2g1acn2g1akng2anfng1anzn2g1äln3g2enngen2an3gläsn2glicngrab6ng3ratng3rocngs3panich1s3n2id_nie4n3ni3eneni1eronifes3ni2grenig4spni2kalni2karni3ker4n1imp3n2in_n2in4a4n3ind4n1inhni2nor2n1insn2ins_4ninse4n1int2n1invni2s1eni3se_ni2s1pni3spinis3s4ni2s1uni3t4rni3tscnitts1n2k3adn2k1akn3k2aln2kansn2kausn2k1ärnk4ergnk1inhnk3lennk3lesn2klienk3lunn2k3ronks2eink3s2znk2taknk2tannkt1itnk4topnk2trunmen2snna2ben2nadan2n1annnen3gnn2erhnn2erknne2rönner2znnes1enne4stnn1o2rnn3s2pn2n1ufno2blano2leu3n2opano2radno1rakno3ral3n2os_no2s3pn2ostenost1r2nostvno3tabno2telno3t3hno4thano4thi2n1o2x4n1ö4lnräu3snre3sznrö2s1n2sangn2santn2sausn2s1änns1e2dns1entn2s1epns1erfns1ergn2serhns1ersnsfi4lnsho2fn2simpnsi4tensi2trns2kaln2s1opn4spatn3s2pins4piens3ponn4sprän4spronst1akn3starn3statns4tornstü1bn2s1unns2ungns4unrns4unsn4s3zint3absn3t2alnt1angnt2arbnt1arknt2armn2t1äunte3aunt1ebente3g6n2teignt4enent4ernnt4ersnt4ertnt2hern2t3hon3t4hunti3kln2tinfntini1nt2insn3ti1tnt4lemntmen2nto3ment3recn5trepnt4rign5tropn2t3rünt4saunt2sto3n4tu_ntu2ra2n3umb2n1ums2n3umz3nung_n3ungl2n1uninu4t3rn2z1aun2z1ännzdi1snzi2ganzig4snz1inin2zurkn2z1wan2z1wän2z1wuoa3cheoa3chioa4k1lo4a3lao4a3mi3oa3seo3b2al2o3b2äob3ein2o3b2iob3iteo2b3li2o3bloo2b3reob3s2hob2staocha2boche4boch1eioch3ö2och3teochu2fo2ckarock2erock3szodein3ode2n1odene4ode3sp2o3diaof1a2co2f1eiof2f1a1offizof2f5lof2f3r2o1f1rof4samof2speof2sprof2s1uof2teio2g1abog1alaog1ango2g1eiogi2erog1steohen3sohl3auoh3lecohl1eioh3lemoh3lenoh3lepohls2eoh2n1ooho2laoh1o2poh4rinoimmu4oka2laokale43o2kelok2s1po2l1akolars2ol1aufol4damol1eieol1eisol2fraoli3k4ol2kreol2lakol2lelolo3p2ol1ortol2strol2z1aol2zinom2anwom1arto2m1auo2m1eio3men_o2meruom1erzomiet1om1ingom1orgo4munto2narbon3ausone2n3onens2on1erbon1ergon1eröo3netton3g2lon2i3do4nikro4n1imon3ingonlo2con3n2eo2nokeon1orconsa2gon4samon2sebonse2lonst2hon3t2aoo2k3lo2p3adop3aktopa2leo1pe4nop2f3aop3fahopf3laop1flüopi5a4op5lago2p3le1op3t4or3a2bor4altor2ando2ranhor3arbor3attor1ändor2baror2dauor2deuor2ditor2dumore4aso2r1efor1eigo2reino2rerfor1ethor2fleorf3s42orgetor3g2h2orgiaorgi1eor3gle2o3ric4orie_o3rier4orin1or5ne_or3s4aor2täror2tefor2theor2torort3reo4r3un2o3s2ao3scheo2s1eio3s2hi2os2kl2os2koos3peco3s2poos2seios2s3oos4sonos2s3pos2s3tost1auos4teios2t3hos3tilost3räost3reost3ufo3s2zeo2ß1elota2goo5tarko3tarto2t1auot3augotei4not4em3otemp2ot5helo2t3hiot3hosot1opfoto2rao2t3reot3rinot4spaots2peot2sprot2t3rot4triou1f4lou4le_o3undsou3s2ioviso3owe2r11o2xidöbe2laöbe4liöh3l2eöl2k3löl2naröl2ungönizi1öp4s3tö2r3ecö2r1eiör2ergö2rerlör2f3lö2r1imörner2ör3s2kö2schaö2schlö2schwö2s1eiös2s1cöte4n3pa1f4rpa1k4lpak2topala3tpa2narpa3neipa2neu1pa2nopan3slpa5regpa5rek1park_par2klpar2kr1partn1partypar3z2pa3s2ppat4e2pa5t4rpa3unipä3ckepä2t3hpät3s4pekt4spe2letpe2lexpell2apell4epen3dape4nenpe2n1o3pensi1pensupen3z2per2anper4nape2robperwa4pes3s2p2f1akpf1ansp2fa4rpf3arepf3armp2f1au4p3fe_pf1eimpf1einp3fen_p2fentp3fer_pf2erwp3f2esp2f3läpf3leipf3lie2p1heiphen3dphen3sphi2ka2phthepi3as_pi3chlpiela2ping3s3pinsepi3onupi4pel3pirinpi3t2aplan3gpo2laupo4lorpo1o2bpo1ralpo1raupo4stapo4stäpo2stopos6trpo2t1upp3anlppe2n1p2p1f4p3p2hopp5lanp2p3rap2p3repre2e13preis2p3rer3p4res1prinz2prosspro1stp3steap3stelp3s2tipt3albp4t3ecp4t1eip4telept1in1pto3mept1urspul2sppu2s3t2r3aacra2barrab2blr2aber1r4abi2r3abwra2chura2dam2radapraf3arra2ferra3gle3r2ahmrail4l2r3airra2krera2kro2raktira2la2ral3abr3alar3r4aldral3larall2e2rallgr3alp_2ralper3al3trama3srambi2ra2mer1r2ami2r1amtramt4sr4andar4anderand3sr4aner1rangirani1eran2kr2r1anm2r1anpr2ans_r2ansp2rantr2r3anw3rareirar3f42r3arz2rato_rat2st3raub_rau2mi3rausc2rausgrau2spraut5srä2s1c3rätser2b1abrbal3arba3rerb1artrb1aufrb1echr4belärb1entr3b2larbla2dr2ble_rb3lerrb2linrb4seirb3skarb4stärb3strr1che_r1chenrch1s2rch3sprch3tar3d2acr2d1akr2d1alrdani1rd1antrd1anzrd2ei_rden3drde3rerde3sprdi3a2rdia4lrdo2berd3ratre2altre3at_re3atsre2b1are2b1lreb3ra4rechs2reck_2recki2reditre2hacre2h1ire2h1orei4bl4reifrrei3gareim2p4reingr3eink4reinr4re2ke2r1elbre3lei2r1elf2r1elt4rempfrena2bre3nal3rendiren3drren4gl2rengp2rengsr1ense2rentw3r4er_2r1erbr2erbr2r1erdr2erenr2erki2rerlö2r1ermre2robr2erse2rerspr2erte2rertr2r1erzrer5zer2erzy3r4es_ress2ere1stare2thyreu3g2re3uni2r1eurrewa4rrf1ältr2fentrf3licrf3linrf2s1ärf2s3trf3t4rr2g1ahr2g1akrge4anrge2blr2getor2glanr2gleur2g1obr2gregr2gresr2gretrg3rinrgs4tr3r4he_3r4henrho2i3rib2blri1cha2ridolrie2frriene4rien3srie2nuri1er_ri4ereri2f1ari2ferri2f1orim4scr2i3na2r1indri3n4erine1i2r1infrin2foring3lrin2gr2r1inh2rinitr1innu2r1insrin4sorin2sp2r1inv3risikri4s1pri3t2irit2trr3klaur2klisrk5nebr2k5nurk3räurk3rinrk2s1erk3shirk2tinrk2t3rrk3trark4trirk1unirlös3srl2s1prl3ster3m2agrma2larm1ansrm1anzrm1a2pr2maphr2m1efr2mider2m1imrm3starm3umsrn2andrn3anirn2a2rrn3arern3arirn3eifr4nerfr4nerkr4n1inr2n1opr2n1orrn3s2ärn3s2prn3s2zrn3t2ero2bei3rock_r2o3deroh3na3r2ohrro2madro2mer4ro1nyror3alro2ratro2reiro2r1oror3thro3s2iro3smoro3starost1rro4tagrote3iro2thoro4trirots2orot2taro3t2uro3untrö2b3lrpe2rerrer4srre2strr2n3ar2r3obrr3stur4samprs3anprs3antrsch2lr3schur3schwr2seinrse2n1rs2endrse4ners1erers1erörs1ersrs1erzrs1etars2kalrs2kanrs2kiers2kisr4s1opr4sordr2s3phrs2tecr3stier2stinr2stiprs4tobr4stotr3s4trr3s4türtals1rt1angrt1annrt1antrt1anzr2t1arrte1e2rt4eifr2telfr2temort1ersrt3holrt2humr2t1idr2tinfrto2rirt3recrt3rosrtrü2crt2spart2sprru2ckurude2aruf2s32r1uhrru1insru2m3ar2ums_2r1unar2unde2r1unf2runglrun2kr2r1unl2r1unm4r3untru2r1erus4stru3staru4teiru2t3rrü1benrwun3srz1a2cr5zenerz1engr3z2ofrzug2u3sabetsa3blesach3t2s1ada2s3affsa1f4r3s2al_sal2se2s1alt3s2alz4s1amnsam2tos2an2cs4and_3sang_2s3anh2s3anl2s3anssan4sk2s3anw3s4ar_3s2ara4s3arb3s2ard3s2ars4sartisa4ru24s3ath4s3atlsauri1s3ausw2s1änd3sänge2schak2schao3sche_2schefsch2en3sches4schexschi4es4chim3schis2schmö2schn_2schoxschs2e4sch3tscht2ascht4rsch2up3s4cop3sco4rsda3mese3at_s1echtsee3igseein2se1er_se1erö2s1effse2galse4helse2hinseh3rese2hüb2s1ei_2s1eie2s1eig2seinb4seing2seinh4seink2seinl2seinn4seinr2seinw4s1eis3s2eitse2l1ase3ladsela2gse3lamsel1ec4selem2self_s3elixse2l3ösel3szsel3trs4e3ma2s1emp3s2en_se4nagsen3gl3s2enise4nob3s2enss2ent_s2enti2sentw2sentzse2n3use5refser2ers2erfrs3erfüs2ergr2serhöse2robs2ers_2sersas4ert_s2ertase3rum3s4ervse2selse1stase2tatse1u2n3s2ha_4s3hansho4resi2achsi3enesi1errsi3gnusi2g3rsig4stsi2k1äsik3t42s1immsi3n4a2s1ind2s1infsing1asin3ghsin2gr4s1inhsini1e2s1inq2s1ins2s1int4s1invsi2s1esi2s1osi2s1psi2tausi2tra3skala4skanz3s2ki_3s2kik3skulpsla2vesler3s3s4lipsli4tuslo3be4s5not2s1o2bs1o2he4sohng2s1ohr4so2lyson3auson3säso1ral2s3ordso2rei4s1ostso3unt2s1ö2l2spala2spara4sparo3sparuspe3p4s1peri2sperl2speros2perr4spers3s2pez4spi4p3s2plis3p4lu4s3poss2potts2pracs2pran4sprax2spräm4spräs2spred2spres2sprob4sprüfsrat2ssrö2s1ssa3bos2sanos4sansss2antss3attsse3hass1erös3s2essse3tass1offs2s1opss1oris2spros3stelss4tipss2turss1ums2stabb3s4tad3staff2stale2stalkst1almst1alpst1ami4stan_sta4na3stand2stani2stans2stanws4tar_4staris4tarsst1asis3tat_2stauf2staum3staur2staus4stälts4tänd5stätts3täus4s5te_3s2tegste2gr3s4tehs2te2i3steig4steil1s2tel2stel_2steln2stels4stem_s5ten_st4ens4stermste4sts4teti3s2teu1steue4steufs2t3ho2stie_s2tiegs2tiel2stien3s2tif3s4tims4tinfs3tinnst1ins1stitu2sto3d4stod_s4toffs4t3om2stopo2stor_2store2storg2storis3tort2stose4stote2stöch2strad2strag4strai4strak2stral5straß2strua2strug3struk2strup2st3t43s4tud2stumt2stun_4stunn2stuntstu3rest3url2sturn2s3tus2stüch2stür_2stüre2stürg2stürs3s2tyl3su2b3su2cha2s1u2fsu1it_su2marsu2mau3s2umesu2mels3umfesum1o2su2mors3umsas3umst2s1uni2s1urlsüden24s3zeis2zena4szent4s3zet2ß1e2gße2l1aß2ers_2ßerseßge2bl2t1abb3tabel2taben3table2t3abn2t3abtta3d2s3taf2et1af4rta2ga24ta3gltag4sttah3leta3i2kta1insta1ir_t1a2kata2krotak6ta3taktb3t2al_ta3lagta3lakt1alb_t1albk3t4aletal2löta2mert1amplt1a2na4t2andt3ankl2tanwa2tanwät2anz_t1anzat1anzuta2pe_ta2pes2t1armt1artitar2to2t1arz4t1aspta2tanta2tautat3eita2temtat3heta2tom4tatue2t1auf4taufg4taufnt1ausb3tausct2auset1ausk4tausltaxi1s2t1ältt1ängs3t4ebbte3cha3technteck2ete2ckite2en3te1erwteg3ret3eifr2t1ein4teinf4teinnt3eis_t3eisb3te3letel1eb2telemtel1ente4leute2littell2ete2l1ö3telt4tel3tatel3thte2min2temme2tempfte4m1utena2bte4naste4nauten3dat6endit6endote2nefte2nettens2et4entat3entb4tentdt4ente4tentnten3zwt3e2pi3t4er_tera2bte1rafter3am4terbs4terbtte2relt4erfrte3ria3termi2ternct4ers_terst4ter3zatesa2cte2santesä2cte2selte2sprtes3s2te2tat3teur_2t1exz3t4ha_3thal_4t3hau1t2he_2t3heit4heint4henet4heni2therr3these2t3hil2t3himth4mag2t3hoc2t3hoht4hol_2t3hot1th2r2ti3a2mtiden2ti2deo3tief_3ti2erti2kamti2karti2kinti2kräti2larti2leiti2lel4t1imp3t2in_4t1indti3n2eting3lting3s2t1inj2t1int4t1invti2seiti1sta2ti3tuti2vanti2velti2v1oti2v3rtlung4tnes4s3tochtto4d1utom1e2to2mento2nauto2nehto2pakto2patto2rauto4ränto2relt3orga3torint1ort_3tost4to1sta3to3teto2thotouil44tractt3rad_6trahm5t4rai2trand3trankt3rann3transt3raset3rasi3träne4t5re_tre2brt3recht4reck6t3red5t4ree4trefe4trefot4rei_4treic2treift3reigt3reint3reis6treitt3reiz6t3relt4ren_3trendt3rent2trepe2trepot4reprt4res_3treuh5trieb2triegtri4er5triggt3rind4tringtri3ni4trinn4tripttrizi13t4roitro2ke4trom_tro2mi4troml2t3roo3tropf2t3röttrums15t4ruptru2thtrü1betrü1bu2t3rüct4sa4bt3s2act2s1aht4s3art2s1änts4cort3seiltse2n1t2s1erts1init2s1irt1slalt3spalts1parts2pedt3spekt3s2pit4stagts3takts4talt2stipt4stitts3tocts3tort2strits3türtta2bet2t1adtt2anttt1arttt1ebett1eiftt1eistte2lattel1otte2satte2sätt2häut2t3hott4roctt2sentt2sortt2spett2sprtt2stitu1almtu2chitu3fent3u2kr3t2ume2t3umf2t3umg2t3umk2t3umrtum2situm2so2t3umt2t3umz2t1una2t1und2t3unft3unga2tunif2t3unttu2re_tu2reitu2resturin1tück2s3tür3s3tütentze4n1tz2enetz1erltze2rotz2erst3ze2stzgel2tz1indtz1inttz2tinua2lauu3aletual2mau3a2louara2bu2be2cub3licu2b3luub2sanub2s1oub2spau1cha_uch1eiu3chesuch1iluch1inu2ch3ruch2souchst4u2ckemuder2eudert4udi3enuditi4ue2neruenge4uen2zuue2r3aue2r1äu3erehu3ereru3erexuer3g2uer2neue2r3ouer3scuer3t2u3erumue4teku2f1äsu2f1eiu2f1emu3fen_u2fentuf2ernuf2frouf1oriuf4sinuf2spouft3s2u2g1apu2g1eiug3ladu3g2löug4serug3spaug4sprug4spuug5stäug3strug3stüuhe3s6uh2reruh4rinuisi4nui4s5tukle1iuk2t3ruld2seu2l1elul1erful1erhul1erwule2saul1etaul1insul2lesul2p1hul4samuls2thul4trium1allum1anzu2maut1um3d2umer2aum1ins3umsatum4serum2simu2m1uru3n2amu2n3an2un2asun4dabun4deiun2didun2dorun2d3r4unds_und3spund3stun2ei_un3einunen2tun4es41unget1ungew1unglüun2g1rung3raung3riung4saun3ide1u2nifun3islu3n2it3u2nivun2keiun3n2eunvol2u1or3cu2pf2eu2pf1iu3rabaura2beur2anbur2anhu2r1auur3b2aur1effu2releu4r1epur1erhur1erwur2griurg3s4ur1iniur3insur1int1urlauur3sacur2sanur2sauur2serur4sinurst4rur2z1wus4annu2s1ecu2s1eiu3seiduse1rau2serpu2s1opu2spatus1picus2porus4sezus2sofu1stalus3tauust2inu2stunu2sturut1altut3a2mu2t1apu2t1arute4geut1ei_ut1eieutel1eute2n1u2tentu4t1exu2t3hout1opfu2topsut3reaut3s2aut2s1äut2spaut5t4lutu4reutu5ruut2z1wuve3räüb2s3tücht4eü3ckenück1erü3den_üden4güdwes2ü2f1eiü2h1eiühl1acüh3r2eühr3taü2mentün2fliün2g3lün3strü2r1eiü3r2o1ü2schlüs2s1cü2t1alva2teiva2t3hvatik2va2t3rvat3s4va2t1uveits32ve3muve3nalve3radve3rasver3b2ve4rekve4rinver3stver5te2ve3scves3tivi4a3tvie2w1vi2l1avi4leh2v1i2m2v1intvi3s2ovoll1avol2livo5rigv1steuwab2blwa3chewaffe2wa2g3nwah2liwal4dawal2tawal2towang4s1war2eware1iwart4ewass4e4webebwe2g1awe2g3lwe2g3rweg3s4wei4blwei2gawei3k4wei4trwel2t1wel4trwen3a4we2r3awer2bl1werbu1werduwerer2wer2fl1werk_wer2ka1werkewer2klwer2kuwer2tawer2to1wertswe2s1pwest1awes2thwest3rwes4tuwett3swi3ckawien2ewie2stwim2mawin2drwi3s2e1witzlwo2chawoche4woh2lewo2r3iwo4r3uwört2hwul3sewur2fa1wurstwus3te1wu4t1xe3lei3x2em_xen3s2x1i2doxin3s2xi2so2xis4täx1i2tuxtblo4x2t1eix4tentx2t3evy3chisyloni1y2p1iny1s4tyy2s1u22z3a2b2z3a2k2z1all2z3anf2z3anlz1artizar2tr2z1arzza1st42z3at3z1au2fzbübe32zecho2z1eck2z1effzei3lazeile42z1einzei3s4zeist4zei2trze2lenzell2azel3sz2z1empzens2ezent3sze2r3a2zerhöz2erl_2zerlö2z1erq2z1erzze3skuzes2spzes2stze2s3tze3sta2zettszger2azi3alozi1erhziers1zi1es_2z1impzin4er2z1inf2z1inhzin1itzin2sa2z1invzirk6szi3s2zzi1t2hzor4ne2z1oszz2t1auz4tehezt1inszt3reczu3ckezug1un2z1uhr2z1um_zumen22z1umszup2fizu3r2a2z1url2z1urs2z1urtz2wangz2weigz1weis2z1wel2z1wen2z1werz2werg2z1weszzi1s4", + 7 : "_al4tei_amt4s3_and4ri_an3gli_angst3_an4si__an4tag_ausch3_be3erb_be3r2e_berg3a_bo4s3k_bu4ser_da4rin_da4te__da4tes_de4in__dien4e_ebe2r1_en2d3r_en4tei_er4dan_er4dar_er4dei_er4der_es5t4e_fer4no_fi3est_fi4le__fi4len_ge5nar_ge3r2a_ge3r2e_ger4in_hau2t1_her3an_ho4met_ima4ge_ka2b5l_li4ve__lo3ver_lus4tr_men3t4_orts3e_pa4r1e_reb3s2_re3cha_rein4t_reli3e_res6tr_sali3e_sim3p4_sto4re_tage4s_ti4me__ti4mes_to4nin_tri3es_ul4mei_urin4s_ur3o2m_ve5n2e_wei4ta_wor4tu_zin4stab1er2raber4ziaber4zoab3essea4cherfa4cherka4cheröach1o2bach2t1oach1u2fa3d2ar3ade1r2aade3s2pade5str2ad3recaf4t5reage4neba4gentuage4ralage4selage2s3pag3esseags4toca2h1erhah4l1eiahner4eahre4s3ahr6tria3isch_ajekt4o1a2k4adak5t4riala5ch2a2l1angalb3einalb3eisal4berh3a2l1efa4l3einal3endsa2l1erfa2l1erha2l1ert3a2lerza2l1eskali4eneali4nalal3lenda2l1o2balt3eigalt3ricalt4stüalzer4zamen4seamp2fa2am4schlana4lin2ana1s4and4artandel4san2d3rüand4sasand3stean2f5laan2g1eian4gerwan2g3raan2k1anan2k3noan2k3rä3antennan3t4heant3rina3ra3lia2r1anga2r1ansa2r1anza2r3appar2b3unaren4seare3r2aa2r1erhar2f3raari3e4nari3erdari3ergarin3itark3amtar2k1arark3aueark3lagark4trear4merkar3m2ora2r1o2dar2r3adarre4n3ar4schla4schecasch3laa2s3e2ma2s1o2fas4s3eia1s4tasas6t3rea2t1aktater3s2ato4mana2t1ortat4schnatt3angat3t4häat2t3räat4zerkat4zerwat2z1inau2b1alauch3taau4ferkaup4terau2s1ahau4schmau4schoaus3erp3aussagaus4se_aus5triau2t1äuä3isch_äl4schlän3n4e2ä2r1eneär4mentäser4eiäse4renäskopf3ät4schlät4schräu4schmäus2s1cba2k1erban2k1aba2r1ambau3s2k2b1eierbei4ge_2b1eimebe1in2hbe2l1enben3dorben4spaben4sprben5t4rber4ei_be4rerkber4in_ber3issbe2s1erb3esst_be3s4ze4b1illubis2s1cb2i3tusbjek4to2b3leidbo2l1anbor2d1ibor2d3rbor2t3rbra1st42b3rat_2b3riemb4schanb6schefb4s1erfb4s1ersbst1a2bb2s3träbs3treubtast3rbu4schlbu4schmbu4schwbügel3eca3s2a3ch3a2bich3anst3chartache4fer4chelemche4ler4chents4chentwche3rei2ch1e4x3chines2ch1invch3leinch4sper2ch1unf4ckense4ckentw4ckerhö4ckerke2ck1err4ckerze2ck1eseck4stro2ck1um3com4te_comtes4cre4mes2d1alar2d1ammädan4ce_dan5kladan2k1odar2m1i2d1au2f2d1aus3delei4gde3leindel4lebdel4leide2l1obdel4sandel2s5edel2s1p4denergden4sende2re2bde4reckder3ediderer4tderin4f4derklä4derneuder3taudert4rades3eltde2sen1de4stredes4tumdeten4tdge4t1edie4nebdi3ens_die2s3cdi2s5tedi4tengd2o3r4ador2f1a2d3rast2d3rauc3d4reck2d3reic3d4riscdrunge3drü5cked4s1amtds3assid4schind2s1e2bd4seinsd2s1engd2s1entd2s1erfd2s1erkd2s1erzd4s1etad3s2kand2s1pard3stell2d1un3ddu4schndu4schrdu4schwe4aler_e3at5t4ebens3eebet2s3eb4scheeb4stätebs3temebs3t2hech1o2bede3n2eeden4seeden4speder3t2ed2s1esed2s3treein4see2f1e2be2f1i2de2f1insege4strehen6t3ehe3strehl3eineh4lenteh5l2erehr1e2cehr3erleienge44eigeno1ei2g3nei3k4laei4leineil3inseim3allei4nengein4fo_ein4fosein4hab3einkomei2n1o23einsate4inverekt4antekt3erfekt3ergela4bene2l3a2me2l1a2re2l1eine3leinee4leing2e3len_e4lensee2l1ente2l1erge2l1errell3ebeell3eiseller4nelt3eng3elternelt3s2kelt3s2pe2m3anfe2m1ansem2d3a2e2m1erw1e2metiem2p3leena3l2ien3d2acend4ortend3romend3s2pene4bene4n1enten4entr4e3ner_e2n1erd1e2nerge2n1erle2n1erre2n1erse2n1erte2n3erue2n1erwe4n3essenge3raeni3er_e2n1i4me2n1o2benob4lee2n1o2ren4terb3entspr4entwetenz3erte4ratemerd3erwer3echser1e2ckere4dite2r1e2h4e3rei_4e3ren_e4rensee4rentne2r3erfe2r1erher3e4tiere4vid3ergebn4ergehäe3ri3k44e3rin_e2r1ini3erlebnermen4serm3erse2r1o2pers4toder4tersert3ins3erweck6erweise4s3atoe2s3einese4lere3s2peke3s2pore3s4praess3erges2s1paestab4be4starb1e2stase1s2tecest3ories3tropeße3r2eeten3d2eter4höeter4tre4traume6t3recetsch3wet2t3auette4n1et4t1umeu3ereieu3g2ereve5r2iewinde3e2z1ennfa4chebfa2ch1ifäh2r1ufeh4lei2f1eing4f1einh2f1einw2fe2lekfe2l1erfel4sohfe4rangfer3erz4ferneufest3eifet2t3afeuer3effel2d1f2f3emifi1er2ffi2l1anfisch3o2f3leinflu4gerfor4teifor2t3r2f5raucf4schanf4scheff4s1ehrf2s1entf4s1etaf3s2kief2s1pasf3s2porf4stechf3s4telf3sternft1a2bef4t1entft4scheft4s3täft4stri2f1u2nifun2k3rfus2s1pfu2ß1er4gangeb2g3ankugas5tangebe4amge4lanzge4lessgel3stegel3t2agen4auggen2d1rgen3eidgen3erngen4samgen4ta_2g1entfge4renggerin4fgerin4tger4satger4stoges3aufges3eltge2s3erges3s2tgien2e12g3isel3g2laub2g1lauf4g3lein4g3lisc2gni2s13g2num_2g3rede2g3reic2g3rein2g3renng3riese2g3ringg4s3a2kg4schefg3s2eilg3s2pekg3s2porgst3entgst3errg4s3torgs4trat4gungew2g1unglguschi5gus4serhaf3f4lhalan4chal4beihal4t3rhar4mes2h1aufmhau4spahäu2s1chba2r3ahe4b1eihe5ch2ehe2f1eihef3ermheiler4heit4s3he2l3auh3e2lekhel3ershel4meihe4n3a2hen3endhen3erg2h3entwher3a2bhe4reck4hereighe4rerwh1er2foherin4fherin4sh3erlauhe2s5trhie4rinhif3f4rhi2l3a4hin4t1ahir4nerhlags4ohle3runhner3eih3nungeho2l1ei2hot3s2hrei4bah4r3eigh3re2s1h2r1etah3rieslhr2s1achr2s3anhr3schlhr2s1enhr4s1inhr4s1ofh2s1achh4schanhse4lerh2s1erlh2s1ingh2s1parhst3alth2s3tauh3steinh5stellhst3ranh3taktsh4t3alth4t3a2mh4t3assh2t1eimh2t1eish4tentfht3erfoht3erfüh2t1erhh4terklht3erscht3ersth2t1erzh4t1eseh4t1esshte3stah4t3rakht3randh2t3rath4t5rinh2t3rolh2t3rosh4t1rösht3spriht4stabhts4tieht4stürh2t1urshu2b3eihu2b1enhu2l3eihu4lenthu2l1inhut4zeni3alenti3alerfi3alerhi3a2leti3a4liai1ät3s4i2b1aufich4speich2t3rieb4stoieb4strie2f1akie2f1anie3g4rai2e2l1aien4erfienge4fien3s2eie3r2erie4rerfi2er5niier4sehier3staier3steies2s3tie2t3hoie4t1ö4i2f3armift3erkif4t3riift3s2pi2g1angi4gefari3g4neuig3steiig4strei2k1a4ki2k1anoi4kanzei2k1erhi2ker2li2k1etaik4leriik2o3p4ikt3erki2l3a2mi4lentsi2l1erfi2l1ergi2l1erril2f3reilig1a2ili4gabi2l1indil3l2eril4mangil2m3atil2z1arilz3erki2m1armimat5scima4turi2m1erfi2m1erzi2m1infi2m1insindes4ii2n1engin3erbei4nerbiiner4löing4sam3inkarninma4leinn4stains3ertin3skanin3stelin4s3umional3aion4spiir2m1eii4s1amtisch3ari3s2chei4schefi4schini2sch1lisch3leisch3obisch3reisch3rui4schwai4schwoisch3wuise3infi4seinti2s1ermi2s1essis4s1aci1s4tati1s4teui1s4tilit3a4reiten3s2iti4kaniti3k2ei2t1in1i2t3ranits1a2git2s1e4its3er1it2s1peit4stafi2v1enei2v1enti2z1enejek4terjektor4je2t1u2jugend3jung3s42k1a2bo2k3a2drka3len_ka4lenskal3eri2k1annakari3es2k1artikau2f1okauf4spke1in2d2k1eiseke4leim2ke2lek2ke3letkel3s2kk3enten2k1ents4kerfahk4erfamk3ergebk3er4hökerin4tker4kenker4neuker4zeu2k1i2dekie2l3o2ki3l2aki3n4o32k1inse4k1lastkle3ari4k3leit2k1o2fekop4fenkot4tak2k3räum2k3redekreier4k4s1amtk2s1ersk2s1erwk3stat4k2t3a2rk2t1erhk2t1ingkti4terk4torgakt3oriek2u3n2akuri4erku4schl4l3aben4l1a2bl2l1a2drla2g1oblan2d3rlang3s4l1a2po2la2r1anla2r1eila4rene3l2ar3glar3ini2l1ar3t3lasserla2t3ralat4tanlat2t3rlau2b3rlaub4se2l1ausslär2m1al2b1edel2b1insld3a2b1ld3a2ckl2d1a2dl2d3a2nld4arm_lecht4ele2g1asleh3r2elein4dulei4ßerleit3s22le2lekle2m1o24lendet4lenerg2l1ennilen4sem2l3entwlent4wäle2r3asler3engle4rers3lergehl3ergen2l1ergilerin4s2l1er2ö3l2erra2l1esellgeräu33lichem3licherliebe4slie2s3clik4ter2l1indulingst4lin2k1ali4schu2l1i4solkor2b1ll1a2bel2l1a2mlle4n3all3endul4lentsl4lerfol4lergoll3erntll3ertrl2l1indl2l1o2rll1ö4sellus5t6l2m3a2blm3einsl2m1e2pl2m1erz2l1o2bllos3t4r2l1ö4l3l2s1a2dl4s1ambl4schinl4schmül2s1e2bl2s1ersl2s1erwl2s1impls3ohnel4t3amel2t3atol2t1eislt4stablt4stocltu4ranluf2t1aluf2t1eluf2t5rlung4sclus4s3alus2s1cluss3erlus2s1olus2s1plus2s3tlus4stälus4t1alust3relut1o2fmach4trma4ges_ma4laktma4l3atma2l3ut2m1analman4ce_man3ers2m1angr4ma3r2oma3s2pa4m1aspemassen3mas4telma1s4trma2ta2b2m1au2fmäu2s1cmbast3emedien3mein4dame1i4so2m1e2miment4spme2r3apme4rensmerin4dmerin4tmerz4en4m1essames2s1omes2s1pme4t3römierer4mil4cheminde4sming3s4mi4schami4schnmi4schwmis2s1cmi2s5tem2m1ansmme4linm4mentwmme2ra2mme4recmmi1s4tmo4n1ermor2d3amoster4mpf3erpmpf3errms5trenm2t1erfm4t1ergm2t1erlm2t1ersm2t1ertm4t1etam2t1insmt3s2kamun2d1amül4lenmütter3na3chenna2l1a2na4lent4n1a2nana4schw4n1a2synauf4frn4austenbe3r2en3ce2n3n2d1anznde4al_nde4lännde4robn2d3ratn4d3runnd4stabnds3taune2e2i22ne2he_2nehen44n3eing4n3eink3ne3l2o4n1endb4n1endd4n1endf4n1endh4n1endk4n1endp4n1endt4n1endwne4nenenen4ge_nen4gen4n1entl4n3entwne2ra2bne3r4alne2r3am4nerbe_4nerben4n5erfonerfor42n3erhö2n1erlöner4mit4n1ernt3n2ers_2n3ersa4n3essine2t1akne2t1annett4scnfi4le_n2g3a2mn2g1andn2g1einnge4ramnge4zänn2g1i2dn3g2locngs5trinie3l2a3n2ing4ni4schwnitt4san4k3algn2k1insn2k1ortnk2s1aln4n1alln4nentsn2n1unfn2o3ble2n1ob2s2n3o2fenor2d5rno4t3eino2t3inno2t1opn2s1a2dn2s1alln2s1äusn6schefn4schronsen4spn2s1erkn2s1erön2s1erwn2s1erzn4s1etan2s1inin4sperin4stat_nst3eifn3stemmns4tentnst4erön4stracn4strien3t2a3cn4tanzan2t1eisn4t1essn2t1inhnton2s1nt3reifnt3riegntu4re_ntu4res1n2ung4n2z1a2gn4zensen4zentwn4zentznz3erwe2o3b4enoben3d4oben3seobe4riso2ch1ecocher4ko3d2e1iof2f1inoge2l1io2h1eiso2h1erto2h1erzoh4lergoh4lerwo3isch_ol2l3auoll1e2col2l1eiol4lerkoma4nero3m2eiso2m1indo2m1into2n1erdon3n2anont3antont3erwon4t3riop4ferdopi3er_o2r3almor2d3amor2d1irord3s2to4rientor2k3aror4mansor4mentor3n2o1oro3n2aor2t1akor4t1anor2t1auort3eigort3erfor2t3evort3insor4trauort3ricor2t1umo4sentsoss3andost1a2bos4t3amost3angos3tarros4ta4soster3eos4t1obost3ranost3roto2ß1enzo2ß1ereo2ß1erfo3t2e1iote2l1aote4leio2t1erwo2t1i2mot4terkoun4ge_our4ne_ozen4taöchs4tuögen2s1öl2f1eiö2r1e2lö3r2erzö2r1uneö2sch3mpa2r3afpar3akt2par2erpar4kampar4kaupe2l1a2pe3li4npe3n2alper2r1a2ph1erspil4zerpingen4pi2z1in3ple5n4po2p3akpo2p3arpor4tinpor4trepor6tripo2s3tepost3eipost3rap2p3a2bppe4lerp4t1entpt3ereip4t1erwp4t1erz2r1acetra4chebra4chinracht3rr3a2d3r3ra1k4l2r3alm_r4alt2hram4manram4m3uram2p3lran4dep4r3aneiran4spara2r1inra4schl2r3asph2r3attarau3e2nrau4man2raus5srbe3r2erchst4rr2d1elbrden4glrder4err2d1innre3alerrech3ar3reigewrei3l2arei3l2irei3necre1in2v2re2lek2r1entl2r1ents4r3entzr4ergen2r1ernä4r3erns4r3ernt3r2ers_2r1ersare2s2tu2r3evid2r3e2x1rfi4le_rfolg4srf4s1idrf2s3prr2g1a2drge4ralrge4taprgi4selr2g3ralrg5s2turi2d3anri3ers_ri3estiri2f1eirif4terri4generin4dexrin4diz4rinnta3r4ins_r4inspirin4tegrin4t5rri4schori4schwr3i2talr2k3reark4stecrkt3ersrk2t1o2rl2s3tor2m1aldr2n1anzr4n3eisr4n1enern3enser4n1ergrn4erhir4n1ertrol4lanro4nerbron4tanros2s1crre4aler2s1a2dr4s1amtr2s3angr3sch2er4stantrs4temprs4terbrst3ingrst3ranr2t1almrt3a4rer2t3attrtei3lartei1s4rten3s2rt3ereir4terfar4terfor4t3erhr2t1erkrter4rerte3s2kr2t1imar4t3rakr4treisrt4s1ehr2t1urtru3a2r3ruch3strun2d1arund3er2r1u2ni4r3uniorus2s1pru2t1o2rve4n1er2z1erfr2z1ergr2z1erkr2z1erwrz2t3ror3z2wecsa2cho22s1a2drsa4gentsa3i2k1sa2l1ids3ameri6s1amma2s3a2nasan4dri4s3antr4s3a2sy2s3aufb2s3ausb3s2ausesbe3r2es4ch2al4schanc4schangsch3ei_4schemp4schess4schiru4schle_sch6lit4schre_4schrinsch3rom4schrousch3s2k4schunt4schwetsch4wilsdien4e2s1echo2s1e2ckse2e1i4se2h1a2se4h1eise4herk5s4ein_sein4dusei3n2esein4fos4eins_4seinsp4seinstsel3ers2s1endl4s1entf2s3entg2s1entsser3a2dse2r3als3erbe_s3ereig2s1erfo4serfül4serken2s3ernt4s3eröf4sersehse4r1ufse3rund4se4tap4s1e2thsi3ach_siege4ssi2g1a2si2k1absik3erlsin3g4lsing3sasi4schuska4te_4skategska4tes4s3klassni3er_sni3ersso4l3eisol4lerson2s1o2s1orga5s2orgeso2r1o24s1o2ve4spensi3s2pi4e4spier43s4prec3sprosssrat4scss1a2cks4s1alas4s1albs4s3amts4s3angs4s3anzs3sa1s2s2s1egasse3infss3ersessquet4s3ta3li4s3tann3staus_st3a2ve4stechn3steilhstei4naste4mar6s5ter_3sterncs4t3ese3s4tett1s2ti2rst1i4sosto3s2t1s4trah4strans3s4tras4straum4s5träg4sträne4s5tref4streibst3renn2s4trig2s5trisst3rollstro4ma4st3run2s4t3s42stum2sstum4sc3s4tunds2t3uni2s3tuns2st3urtsuch4st3s4zene2ß1estrßi2g1a2ta2b1anta4bend2t1a2drta2g1eitahl3sk3t2aktuta4lensta2l1optan4gar2t1anme4t1anna3t2ans_4t3ansi4t3anspta4rens3t4a3rita2ta2bta2t3erta2t1um4t3ausg4t3auss4t1auswtbauer4tbe3r2e4teilhet3einget3einlate2l3abte2l1acte2l1autele4bete4l1ecte4l1ehte4leinte4lerd4t3elf_te2l1inte4losttel3s2kte2m1ei3temperte4na2dte4na2g4t3endf4t1endl4t3endpten3d4rten3eidten3ens4tenerg4t1eng_ten4glate4n3in4tensem4t3entw4t3entzte3ran_te2re2bter3endte4rengte4rerkterer4z4terfol4terfül3ter3g2t6ergru4terklä2t1erlöter4mert3erneuter4re_ter4sert4erst_t4erstit4erstute4r1ufter4wäh2t3erzbtes3tantest3eitestes4teu3ereteu3eriteu2r3a2t3e2xe2t1e2xi4thrin_4thrinsti4dendti3e4n3tie4recti4gerzti2ma2gtim2m1atin2g1at1in1ittin2k1l3t2ins_4t1inseti4que_ti4schatisch3w3ti3t2etle2r3atmen6t3tmo4desto2d1ertor3inttra3chatra4demtra4far2t3rams3t4ran_tre4ale3t4reib2t3reih4trenditre2t3r2t3rund3t4runkt3s2chat4schart3sch2et4schefts4chemtsch4lit4schrot2s1e2bt4seindt2s1engt2s1entt2s1i2dts4paret3s2pont3s2port4spreits3tätit2s3tepts3tradt4strants3traut2s3trät4streut4stropt2s3trütte4lebtte4lent3u2fertums5trtung4s5tu2r1ertu4schlt2z1e2ct2z1eiet2z1eistz3entsubal3l2ubi3os_u2b3rituch4spruch4toruch2t3ru4ckentu3ck2eruden3s2ue3reigue4rergue4rerku4erinnuer4neru3erunfu3eruntu2f1ä2ßu2f1erhu4ferleufs3temuf2t1ebu4gabteu2g1erfu2g1erlugge4stu2g3rüsu3isch_u3ischsuk2t1inulm3einu2m3a2ku2m1artu2m1ausument4su2m1ergu2m1erlu2m1erwumpf4lium2p3leum2s1peun2d1umun2k1a2unk4titunk2t3run2n3aduns4t1runte4riunvoll3up4t3a2upt3ergu2r3a2mu2r1anau2r1angurgros4ur3s2zeu2s1eseusi3er_us3partu2s1pasu3s2peku5s4pizust3abeu5strasus6trisute4leiuter4eruto4berut4schlut4schmut4schöutz3engut2z1inüch2s1cück3eriü4ckersück4speü3d2ensü2f1ergü2h1engü2h1erkü2h1erzühr3ei_ül2l1eiün2f1eiü2r1entüste3neva2t3a4va4t1inve4l1auvenen4dve3rand2ve3s2evid3s2tvie2h3avie4recvi2l1invollen4vormen4waffel3wah4lerwalt4stwar3stewa4schawä3schewe3cke_we3ckeswei3strwer4gelwe4r3iowest3eiwest1o2wim4m3uwolf4s3wol4lerwor2t3rxi2d1emx2t1e2dxtra3b4x2t3rany2l3a2myl4antezei2t1aze2l1a2ze2l1erze2l1inzel3t2hze4n3aczen4semzen4zerze2re2b2z1ergäz3erhalzerin4tzer4neb2z1ersazert1a2zert4anzer4tin4zerwei3z2erzazessen4zger4s1zin4ser4zinsufzon4terz3t2herzu2g1arzu4gentzwan2d1", + 8 : "_al1e2r1_al5l4en_anden6k_ar4m3ac_ar4t3ei_ber6gab_ber4g3r_de3r4en_einen6g_en4d3er_en5der__er4zen4_ka4t3io_lo4g3in_mode6ra_ost5end_oste6re_par3t4h_richt6e_sucher6_tan4k3la2ch1e2ca4ch3erwacht5ergach6tritack3sta43a2er2o1af4t3erlage4s3tiah4l3erhal4b3erw3a2l1e2bal2l3a4rall5erfaalli5er_al4t3erfam4t3ernand6spas3a4n1erban4g3erfan4g3erlan4g3erzang4s3poani5ers_an2t3a4ran2z1i4nar4t3ramau5ereinau4s3erwauster6mau4ten4gau4t3erhäs4s3erkbach7t4ebal4l3ehbe4r3eiwber6gan_ber3st4abe6steinbe4s3tolbote3n4ebst5einbbu4s3chach3e4ben6chergebcher6zie6ckergeb4d3achse2d1an3d22d1e4ben3d2e1i2mde2l1a2gde4l3augdel5sterde4n3endden4k3li4den4semde4r3eisde3r4erbde3r4erfde4r3ero4d3erhöh4d3ersatdest5altdest5ratdienst5r2d1in1it4d3innerdi4t3erldi4t3ermdi4t3ersd4s3tätid3s4tern2d1u2m1edu4sch3le3a4reneech3t4eiege4n3a2eg4se4r1ehr6erleei4b3uteei4d3errei2m1a2gein6karnein6stalei6schwuei4s3erwek4t3erzeld5erstel4d3erwe4ler4fae4ler4lae4l3ernäe4l3e4taelgi5er_elgi5ersel4l3einemen4t3he6mentspen4d3esse4n3ermoeni5ers_en5sch4eenst5alten4s3täten4t3rolen4z3erfen4z3ergen4z3erke2r3a4sie4r3eis_e4r3entferi3e4n3er6tereier4t3erfess4e3rees4t3enges4t3erhes4t3essestmo6deet4z3enteue6reifeut6schnfacher5ffal6schafal6schmfe4r3anzfrach6trf4s3tätif4s3tresf4s3tütef4t1e4tift4s3tanfzeiten6gas4t3el2g1eise2gel4b3ragel4b3rogel6dersge4l3ers4g3ereigge4ren4sge4r3entge4s3terglei4t5rgrammen6gros6selg3s4tatigs4t3rosgu4t3erhhaft4s3phal6lerfhau3f4lihau5steihau6terkhe4f3inghel4l3auhe2n1e2bhe4r3eishe4r3o4bhfel6lerhich6terho6ckerlhol6zeneh6rerlebh3s4terbh3t4akt_h4teil4zh4t3elith4t3entsht5erkenh6terneuh4t3erreh6terstaht6ersteht6raumeht4s3turhu4l3enghut4z3eria4l3ermie4n3a2gie4n3ergienst5räie4r3erziesen3s4ie4t3erhie4t3ertiker6fahi3l4aufbim4m3enti2n1e2bei4ner4trin2g1a2gin4n3ermin4s3tätir4m3untir4sch3wi4sch3eii5schingi6schwiri4s3etatiso6nendis4s3cheit4z3ergjah4r3eika4n1a4s6kantennkehr4s3o4ken4gagken5steiker6gebnkerin6stk3er4lauk3er4lebk6erlebe2k1er2zikeu6schlkor6dergkre1i2e4k4s3tanzk4t3erfolan2d3a22lat2t1alat4t3inl2d1e2seleben4s3lei6nerble4n3end5lentwet4l3ereigle4r3eim3l4ergew6lerwerbli4g3ers2l1in1itl6lergebl6lergen2l1or3g2l4s3ort_l4s3tätils6ternels6ternsl4te4leml4t1e4skl2t1o2rilu2g1e2blus6serflus6serklus6serslu4t3ergl2z1u4femagi5er_magi5ersmar6schmmar6schrma4t3erdmen6tanz4m3entwi4m3ergänmes6sergmp4f3ergmp4f3erz4m3ungebmu4r1u2fnacht6ra4n3a2mernavi5er_navi5ersn4d3entsnder5stene2n1e2bn4g3erseng4s3e4h2n3i2gelni4k3ingn4k3erfanseh5eren4s3ort_n4s3prien4s3tatens6terbenst5opfenten6te_nt4s3parober3in4ode6rat_ode6rateoh4l3erholl5endsoll5erweol4z3ernonderer5on4t3endopf5erdeopi5ers_or4d3engo2r1e2ckorsch5lior4t3entor4t3ereor4t3offor4t3räuos4s3enzo2ß1en2kö4sch3eipargel6dpä4t1e2hpä4t3entpe4l3inkp2f1in3spos4t3agrach6trärali5er_rali5ersran4d3errau4m3agräu5scher2b1a2der4b3lastrch6terwrderin6sr4d3erntrege4l3äre4h3entreister6re4n3end4r3erken4r3erlaurge4l3errgen4z3w4r3innerrkstati6rk4t3engrk4t3erfrk6terscrk4t3erwr2m1o2rirn3e4benrol3l4enrpe4r3inr6scherlr4s3ort_r6strangr4t3erler4t3ernäru6ckerlrun6derlrun6dersrun6derwr4z3entssa4l3erbsat4z3en6schlein2s1e2bense4l3erl4s1e2pos6sereignse4r3eimse4r3enk2s1i2deoson5ende2s1o2riesrücker6sse3in4tstel4l3äs4t3endss4t3engls4t3entfste6rersstes6se_5st4reif1s4tri2ksun6derhtan6zerhta4r3eretau3f4litau6schrtau6schwtblock5e4t1e2bentein3e4cte2m1o2rte2n1e2bte3n4ei_ten4t3riten6zerh4t3erde_te4r3eif6tergreiter4n3art6erscha6terwerbtes6terkti4v3erlto6ckenttrücker6t4s1amt4t4s3esset3s4terotta6gess2t1u2niotu2r1a2gtu2r1e4tu2ch1e4cu3erin4tuern3s4tu4g3reisun4d3erfund5erhau2r1an5sur3a4renu6schentusch5werusi5ers_u4t3ersaüge6leiswach6stuwach4t4rwahl5entwandels6we5cken_wein4s3aweis4s3pwel6schlwel6schrwel4t3a2wen4k3ri5werdensxpor6terx2t1er2fx2t1il2l2z1e2benzeit5endzei4t3er4z3ergebzer4n3ei4z3erstezer4t3agzer6terezer6trau", + 9 : "_char8me__er8stein_he6r5inn_men8schl_men8schw_os5t6alg_rü6cker6_wort5en6_wor8tendach8traumalli7ers_allkon8tral5s6terbausan8ne_äh4l3e4be6b5rechtebs3e4r3inchner8ei_dampf8erfden6s5taue6ch5erziee4r3en4ge6l5eier_erg3el4s3fal6l5erk6fel6ternfor4m3a4gforni7er_fzei8tendgot6t5erggrab8schegren6z5eihä6s5chenhe6rin6nuherin8terh6l3er4näh6t5erspaieler8gebi2k1e2r2eil4d3en4ti4sch3e4hkamp8ferfke6rin6nulan6d5erwlan6d5erzleis6s5erlepositi86mel6ternmorgen5s65n2en3t2aner8schlenich8tersn4n3er4wano6t5entrnsch7werdn5s6ternen5s6ternsos4s3en4kpapieren8ram6m5ersr8blasserres6s5erw6r5innenmris6t5ersr6st5eingrs4t3er4wr4t3er4lasfal6l5erspani7er_sse6r5atts4s3e4strsu6m5ents4t3a4genttblocken8tes6ter6gür4g3en4gvati8ons_vol6l5endwer6t5ermwin4d3e4czes6s5end", + 10 : "_er8brecht_os8ten8deder6t5en6deren8z7endgram8m7endhrei6b5e6cos6t5er6werein8s7trewel6t5en6dwin8n7ersczge8rin8nu", + 11 : "_er8stritt__spiege8leiach8träume_lei8t7er8scpapie8r7endpiegelei8en", + 12 : "ach8träumen_7sprechende_", + 13 : "_er8stritten_" + }, + charSubstitution : { + 'ſ' : 's' + } +};
\ No newline at end of file diff --git a/js/hyphenator/patterns/en-gb.js b/js/hyphenator/patterns/en-gb.js new file mode 100644 index 0000000..835477b --- /dev/null +++ b/js/hyphenator/patterns/en-gb.js @@ -0,0 +1,16 @@ +// The en-GB hyphenation patterns are retrieved from +// http://tug_org/svn/texhyphen/trunk/collaboration/repository/hyphenator/ +Hyphenator.languages['en-gb'] = { + leftmin : 2, + rightmin : 3, + specialChars : "", + patterns : { + 3 : "sw2s2ym1p2chck1cl2cn2st24sss1rzz21moc1qcr2m5q2ct2byb1vcz2z5sd3bs1jbr4m3rs2hd2gbo2t3gd1jb1j1dosc2d1pdr2dt4m1v1dum3w2myd1vea2r2zr1we1bb2e2edn1az1irt2e1fe1j4aya4xr1q2av2tlzd4r2kr1jer1m1frh2r1fr2er1bqu44qft3ptr22ffy3wyv4y3ufl21fo1po2pn2ft3fut1wg1ba2ra4q2gh4ucm2ep5gp1fm5d2ap2aom1cg3p2gyuf2ha2h1bh1ch1d4nda2nhe22oz2oyo4xh1fh5h4hl2ot2hrun1h1wh2y2yp2aki2d2upie22ah2oo2igu4r2ii2omo1j2oiyn1lz42ip2iq2ir1aba4a2ocn3fuu4uv22ix1iz1jay1iy1h2lylx4l3wn5w2ji4jr4ng4jsy1gk1ck1fkk4y5fk1mkn21vok1pvr44vsk1t4vyk5vk1wl2aw5cn2ul3bw5fwh2wi2w1m1wowt4wy2wz4x1an1in1rn1ql3hxe4x1hx1ill24lsn3mlm2n1jx1ox3plr4x5wxx4", + 4 : "d3gr_fi2xy3ty1a2x5usy5acx1urxu4on2ielph2xti4ni2gx4thn2ilx1t2x1s25niql3rix4osxo4n1logn2ivx5om1locl3ro2lo_l3nel1n4_hi2l5rul1mexi4pl1max3io_ex1l1lu_ig3ll5tll3sll3p_in14n2kl1loll3mn3le_ew4n1n4nne4l1lixi4cll3fn3nil1lal5skls4p_eu14no_l4ivx3erx3enl1itx1eml1isx5eg3lirli1qxe2d3lik5lihx1ec1lig4y1bn1oun4ow4li_x3c4yb2il1g2l2fox2as1leyn3p42lev1letx2ag4ni_l1te_es1nhy2yc1l4n1sw3tow5tenho4ns2cwra42lerle5qn2si3womwol4l1try1d4lek42ledwl1in3suw3la4le_l3don1teldi2nth2lce4yda4l1c2l1tu4lu_l4by_od4lbe4lu1a4laz_oi4l4awnt2iwes4l4aul4asn2tjla4p_or1n1tr5wein1tun2tyn1h2w4ednu1awe4b5nuc_os13nudl4all4af_ov4w3drl4aey3eenu3iw1b45nukl4ac5laa4la_4lue3kyllu1in1gu4wabn1go_ph2v5vikur5_en12vv2ks4ty3enk3slv5rov5ri4k1sk3rung1n2vowy1erkol4ko5a4vonk2novo2l2vo_5lupn2gingh4k3lok3lik3lak2l2ng2aki4wvi2tkis4k1inki2l5kihk3holu1vke4g3kee4kedkdo4_sa2k5d2_eg4k1b4kav4kap4vim4ka3ovi4lk4ann3v2nve2vic2ka4lju1v4vi_ju5ljui4_sh2ygi2nfo4_st44jo_3jo2jil43jigl4vi2vel3veive3gjew3jeu42ve_4jesjeo2y3gljal43jac2ja__th44ly_2izz_ti22izo_do2i5yeix3oy3in2i1wn2x4i2vov4ad2ny25nyc5vacn1z24va_nzy4uy4aux2o2oa2o3ag2ivauve2u4vayle2i3um2ittly1c4obau3tu2itrob2i4obo_up12ithob5tuts2lym2ut2o_ve2oc2ait1a2isyo1clo1crut2ioct2is1pis1lo1cy4usto2doo2du4isblyp2n4ew2ab_2abai4saoe3a2abbus1pir2sir4qoe4do5eeir1ioep5o5eqo3er2usco1etir1a3lyr3lywipy43oeuo3evi3poab1ro3ex4ofo2o1gur1uo2ga2abyac2a3lyzi5oxo3gii3oti1orioe4ur2so2gui1od2io22acio1h2ur1o2inuo3hao3heohy44ma_oi4cins24inqoig4ac1r2ino2inn4inl4inkur1ioi4our2f4oisoi4t2iniynd4ok3lok5u2ind2inco1loyn2eo1mai2moom1iur2ca2doim1iil3v4iluon1co2nead1ril3f4onh2ik24iju4adyae5aija4i5in4aed2mahae5gihy4ae5pur1aae4s2i1h4igions2i1geyng42ont4af_4afe5maka4fui3fyu2pri3foon2zn1eru4po4agli2fe2i1foo1iu1ph4ieua2groo4moo2pyn4yi1er4iemie5ia1heah4n4iec2ai24ai_ai3aa1icne2p4idraig2oo2tu1peo1paop1iy1o2u1ouu3os4oplid1ayo3d2icuop1uor1a2ick4ich2a1ja4ju2mam4iceak5u4ibuunu44iboib1i2oreiav4i3aui3atun5ror1iun5o2alei5aii3ah2unniaf4i5ae2ormhy4thyr4hy3ohyn4hy2m2orthy2l1man2nedhuz4un2ihu4gh1th4alko1sch4skhsi42mapu1mu2h1shry4hri4hre41mar4h1pum2ph2ou4osp4osuy2ph4oth4ho_u1mi2h1mh1leh3la2ne_h4irhi2pu1mao4u2oub2h1in2a2mhi4l4oueu1lu2ulsoug4h1ic2hi_u1loul3mnde24ulln2daheu2ul2iou3mam1ihet12ounhep1ow1iows4ow5yyp1nox3ih4eiox5oypo1oy5aoys4u1la4ul_am2pu2izmav4h2ea4he_y2prhdu42m1ban2ao1zo_ch4mb4dy5pu4pa_ha4m1paru2ic5pau2ui2h4ac4ha_u4gon1cug5z2uft43gynu4fou3fl3ufa5gymmb2iue4tgy2b4anhnc1t2g1w5paw3gun2p1bu4edueb4p1c42guep5d2an1og5to2pe_gs4tgs4c2g1san2s2ped3grug4rou2dog4reud4g1gr2n1crgov12gou3gosud4e3goop4ee3goe5god3goc5goa2go_pe2fg2nog1niuc3lg1na2gn2an2y2pes3gluyr4r3pet5aowyr4s4ap_4apa3glo4pexyr5uu4ch2gl24y2s5gip2me_3gioap1i2ph_gi4g3gib4gi_uba41g2igh2tg3hoa2prphe44aps2medg2gegg4ame2g2g1gy3shu1alua5hu2ag2g1f3get2ua2ph2lge4o1pho2tz23gen4phs1gel1typ4gef2ge_g5d4me2m1phug1at4pi_p2iety4a4ty_p2ilt3wopim23gait2wi3gagn3b44ga_5piqar3har1i1tutfu4c4fu_1menp2l23tunna2vfs4p2f3s1pla1fr2tu1ifo3v4tufp4ly2p1myso53foo2arrme4par2stu1afo2n4tu_4po_t2tytt5s3pod2aru4poffo2e3foc4fo_ar5zas1ays1t3flu2asc3flo3flan2asas2et3ti2fin5poypph44f5hf3fr1pr2f1fif1fena5o3feufe4t4pry2ps22asotta4p3sh5fei3fecass2p1sits2its4ht2sc2fe_4t1s2f5d4f5b5faw5farp1st2pt2as1u2fa_1f2aeyl44ey_1expe1wre3whe1waevu4p4trp1tupub1puc4p4uneus44eumeuk5eue4p4uset5zyzy4z1a14p1wet2t2p4y4tovpy3e3pyg3pylpy5t2za__av44ra_r2adras2et2ae1su1namr2bat1orr2berb2ir1c2r2clrct4nak24re_rea4e2sc4es_2erza2to5tok2erurei4erk44erj1tog3toere1qre1vza2irf4lr1g2r2gez4as4ri_2ereto1b2erd2to_2erc4m3hri3ori5reph14mi_2au24au_m1ic4auc4t3me1paeo3mt1lieo2leof2eo3b4enur1lar1leaun2r1loen2sen1ot1laen3kzeb4r1mur2n24ene2end3tiurn5nrnt4ze4d4ro_r2od4roiroo4r2opelv4e1lur4owti4q1tip4roxrpe2r2ph1tior3puaw1i5nahaw5y4mijr3ri_as12eleay3mayn4ays2r5rurry5ek4l2az2m2ilaze4e2ize2iv4eis2ba_t1ineig24eifeid45bahba4ir2seehy21timeh5se5hoe1h2e2gr2efuef4lna2ceep1ee2mee1iee5gee2fr3su2na_rt3ced4g1basede23mytr1turu3ar2udr4ufe1clru2le1ceru2pb1c2ec2a2b1deb2te2bre4bl3myi4be_3beaeb2iebe4eb2b2bedzib5r1v2r2veeau3t1icmy3e5bee3bef2r2yry2tz2ie1bel2sa_2sabeap25saebe3meak1ea4gsa4g3sai4ti_5sak4beobe3q4eabmy4dd3zo3dyndyl25dyksa2l2d2y2d1wsa4mbe3w2b1fbfa44b1hb4ha2bi_1biazi5mdu3udu2ps3apb4ie3ducbif42ths2du_z4isb1ilmi3od4swds3m4bimd5sl1saumi3pz3li3dox4s3bd4osd2or3doosby3bip4bi5qbir44zo_s1cab2iss1cedo4jd4ob4do_5zoa2d1mmtu4d5lu2bl2d1losch2d1la2dl4tha42th_m5si4m1ss2co2t3f1diu2se_se2a4bly2b1m3texbmi44b1nm4ry4bo_3boa2sed5bobdil4bo5h3sei1didse2p1dia4di_d4hu3bon4d1hxys4dg4ami2t2d5f1boo3dexs2es1set3sev3sex3sey2s1fsfi4_an1d3eqde1ps4idsif4bow2si4g2sin5boyzo5p3sipde3gs1it3dec2de_d3di2tep3miute2od1d4d3c4zot23davs2k24sk_d1atske2d3ap4sksd1agb3sc2sl44da_5zumb5sicy4tbso2te2ltei4cys4cy4m2b1tcyl34bu_5bubte2g1cyc2cy_bun2cu5v5cuu1cuss2le1curt4edc4ufc1tyc1tu4te_c1trs1n2s2na2so_t1ca5mix4b3w4zy_4by_3byibys45byt2ca_2tc23soes2olc1te5cafsos45cai5cakc1al3sou4t3bt4axc2ta4m1lcry2sph2s1plc2res2pos4pym3pum3pocoz4cov14mo_sre22moc5cao1caps1sa3cooss3mcon11cars4sns1sos1su1takss3wmod13coe4st_1tai3tah3coc3coa4co_taf4c3nim2pist3cc1atste2mo1mc4kem4ons1th2cim3cau2tab2ta_3cayc1c44stl3cilc3ch3syn4cigci3f4ce_4ci_3chrs1tu1cho2ced4chm1sylch5k4stw4cefce5gs4tysy4d4su_sug3sy1c3sui4ch_m3pa2cem4sy_cew4ce2t1cepsu5zm4op2swo2s3vzzo3", + 5 : "n5tau2cenn3centsves45swee5cencsu5sus4urg1cen2sur3csu5pe3cerasun4a3cerdsum3i5cern5cesss4u2m1s2ulce4mo3cemi4celysy4bi4chab3chae3chaisui5ccelo45cellchec44ched3chee3chemsuf3fch1ersu3etsud4asuct44chessubt2ch5eusu4b13chewch5ex5chi_3chiasu5ansy4ce1styl3ceiv3chio5chip3cedi3cedestu4m5cedace4cicho3a5choc4chois4tud3chor3ceas2st3sstre43chots2tou3stonchow5cean3chur43chut5chyd3chyl3chym1c2i24ceab4ciaccia4mci3ca4cids4cie_ci3ers4toeci5etccle3cifi4ccip4ci3gast3lisyn5esyr5icat4ucim3aci3mes5tizs4thu4cinds4thac4atss4tec4cintci3olci5omci4pocisi4cit3rt2abockar5cka5tt5adeck5ifck4scc2atcs4teb3clasc2le22cle_c5lecc4at_clev3cli1mtad4icli2qclo4q4stakclue4clyp55clystad2rtae5n1c2o2case5car4vco5ba3tagrco3cico5custab23tail4cody2tairco5etco3grcar5mt4ais4col_col3atal2css5poco5lyta3lyco4met4anecomp4cap3uta4pass5liss1ins1sifs1siccon3scon3ts3siacapt4coop4co3orcop4eco3phco5plco3pocop4t2corassev3s5seus1sel1tard3corn4corotar3n5cort3cos_sre4ssreg5co5ta3tarr5cotytas3it3asmco3vacow5a5tassco5zic4anotas4t5craftat4rc4ran5spomcam4is4plysple2ca3maca3lys2pins2pids3phacal4m4speocri3lcron4so3vi4crousov5et5awacrym3cryo34c5s4csim5tawn43calcc3tacc4alaso5thct1an4soseca3gos3orycad4rc4teasor3os2o2ps4onect5esct5etct2ics2onaso3mo1so2mc3timsol3acaco3c4acesody4sod3oc5tio2s3odc3tittcas4tch5u4t1d4smo4dsmi3gc1tomc3tons3mensmas4b3utec2tres3man3bustc2tumte3cr2s1m4buss2s5lucslov5c2ulislo3cs3lits5leycu4mi5cunacun4e5cuni5cuolcu5pacu3pic3upl4tedds3lets5leabur3ebunt4cus5a3slauc3utr4tedobun4a4teeicy4bib4ulit3egoteg1rcy5noteg3us1latbsin41tellbsen4d4abr1d2acdach43tels3dact4b1s2sky3ld4aled4alg4bry_dam5a3damed3amida5mu3dangs5keybrum4d3ard5darms3ketbros4tem3as5kardat4ub4roa4teme4tenet5enm4tenob2ridteo5l4bre_5sivad3dlid3dyite3pe4s1ivde5awde4bisi4teb2ranbram44sismde1cr4dectded3i4sishs1is24bralde4gude3iosi4prtep5i4sio_1sio45sinkde5lo1d4emsin3is2ine4boxy1silibow3ssif5f4demybous4den4d4dened3enh4sidssi4de4sid_3bourde3oddeo3ldeon2si4cu5terd3sicc4s1ibde2pu5botishys44shu4d4eres3hon5shipsh3io1derider3k3dermsh5etsh1er4shab1teri2s1g4der3s5deru4des_de3sa5descbor4nter5k3terrdes4isexo23borides1psewo4de3sq2t2es5seum1de1t4tes_de5thde2tise5sh4ses_bor3d3septsep3atesi4t3esqdfol4tes4tteti4dgel4d4genbon4ebon4cdhot4bol4tbol3itet1rdi2ad3diarbol4e4d1ibd1ic_3sensdi4cedi3chd5iclsen5g1dictsem4osem2i5self4sele4boke5selasei3gd4ifo2boid3seedbod5i5dilldilo4di3luse4dabo5amdi1mi2d1indin4ese2cosec4a3di1odio4csea3wdip5t3diredi3riseas4di4s1d4iscs4eamb3lis3dissbli2q2s1d22s1cud3itos4coi2ditybli3oscof44blikscid5dix4i3bler4the_b3lan5dlefblag43dlewdlin45blac4b5k4bi5ve4d1n24bity4thea4thed4sceidog4abis4od4ol_s4ced5bismscav3sca2pd4ols5dom_1thei3theobi3ousbe4sdo5mos4bei4donybio5mbio3l4dor_dor4mdort41bi2ot4hersavi2dot1asaur52dousd4own4thi_th5lo2thm25binad3ral3dramdran4d4rassat1u3dreldres4sa2tedri4ed4rifs2a1td4romsas3s3sas_4d1s2th4mi3thotds4mi1th2rb2iledt5hobigu3bi5gadu1at5thurduch5sar5sdu4cosap3rbid5idu5en2santdu5indul3cd3uledul4lsan3adun4asamp43b2iddu3pl5durod5usesam5o5thymbi4b1dver2be3trsa3lube3sl3sale2bes_be1s2dy5ar5dy4e3thyrber5sdyll35dymi5berrdys3pberl4thys42beree1actbe5nuea5cue5addbe1neead1i1ti2ati3abben4deal3abel4tsad5osad5is3actean5i2t3ibsac4qe3appear3a5sacks3abl2belebe3labe3gube5grryp5arym4bry4goeas4t5rygmry5erbe3gobe4durvi4tr3veyr3vetr3vene4atube4doeav5ibed2it3ic_eaz5ibe3daebar43becube3caru3tirus4pe2beneb5et4bease5bile4bine4bisbdi4ve4bosrur4ibde4beb1rat2icie4bucru3putic1ut3id_run4trun4ge5camrun2eec3atr4umib3blir4umeech3ie4cibeci4ft4ida2b1b2ru3in3tidirue4lt5idsru4cerub3rr4ube1tif2ec1ror4tusti3fert5sirto5lr1t4oec1ulrt3li4tiffr2tize2dat3tigie4dede5dehrt3ivr2tinrth2ir5teue3deve5dew5barsr5tetr1ted4tigmr3tarrta4grt3abed1itedi2v5tigued3liedor4e4doxed1ror4suse2dulbar4nrs5liee4cers3ivee4doti4kabar4d5barbr4sitba4p1r3sioeem3ib4ansee4par4sileesi4ee3tot4illr5sieefal4rs3ibr3shir3sha5bangr3setb4anee4fugrsel4egel3egi5ae4gibe3glaeg3leeg4mir3secr3seat4ilte5gurban4abam4abal5utim1abal3abag4a5eidobaen43backr4sare4in_e3ince2inee1ingein5ir2sanei4p4eir3oazz4leis3ir2saleith4azyg4r4sagaz5eeaz3ar2r1s2ek3enek5isayth4e4lace5ladr3rymelam4r3ryi3tinnay5sirro4trrog5rrob3ay5larric4ax2idrrhe3rre2lele3orrap4el1ere1lesrra4h4r1r44tinst4intrpre4el5exrp5ise1lierph5ee3limav1isti3ocrp3atav3ige3livavas3r4oute3loae3locroul35rouero3tue2logro1te4rossr4osa4roreel3soror5dav5arelu4melus42t1ise5lyi3elytr4opr4rop_emar4tis4c5root1roomem5bie1me4e4meee4mele3mem3tissro1noro3murom4pe4miee2migro3lyro3laroid3e3mioro3ictis2te4miuro3gnro1fero3doava4ge2moge4moiro3cuem5om4emon5roccro5bre2morro4beav4abr5nute5mozrnuc4au3thr5nogr3noc3titlem3ume5muten3ace4nalrn3izrni5vr1nisrn3inr3nicrn5ibr5niaenct42t1ivr3neyr3netr3nelaus5pene5den3eern5are5nepe2nerr5nadr3nacrn3abt3iveen1et4aus_rmol4e3newen3gien3icr3mocrmil5en5inr5migaur4o5tleben3oieno2mrm4ieenov3aun3dr2micen3sprme2arm4asr2malr5madr3mac3tlefen2tor4litau3marlat33tlem5tlenen3uaen3ufen3uren5ut5enwa5tlewe4oche4odaaul4taul3ir3keyr3ketrk1ere5olutlin4eon4ae3onteop4te1or1r5kaseor3eeor5oeo1s2eo4toauc3oep4alaub5iepa4t4a2tyr2i4vr2ispris4cep5extmet2eph4ie2pige5pla2t3n2ri5orri4oprio4gatu4mrin4sr4inorin4e4rimse1p4u4rimmr4imbri2ma4rim_at1ulr4ileri2esera4gera4lri3erri5elrid4e2ricur4icl2riceri3boer3be2r2ib2a2tuer3cher3cltoas4ri5apri3am4toccat1ri4ered3r2hyrhos4tod4irgu5frg5lier3enr3gerr3geor5geee3reqer3erere4sa4trergal4r4gagat3rarfu4meret42a2tra5tozatos4ere4ver3exreur4er3glre3unre3tur3esq2res_er2ider3ierere4rer4aer3into5dore5phre1pe3reos3reogre3oce3river5iza3too4atoner3mer4enirene2rena4r3empr5em_re1le4ero_re1lam5ordreit3re3isre1inre3if2atolre2fe3reerree3mre1drre1de2r4ed4atogeru4beru5dre3cure3ce3reavr5eautol4ltolu5es5ames5an4atiure3agre3afr4ea_to5lye3seatom4be5seeat1itese4lr4dolrd3lie1shie5shurdi3ord2inr5digr4dier4desr2dares3imes3inr5dame4sitrc5titon4er5clor4clees4od3tonnrcis2rcil4eso3pe1sorr2cesrca4ston3ses4plr4bumr2bosrbit1r2binrbic4top4er4beses2sor3belrbe5ca4timrbar3e2stirb1anr4baga2tif4toreest4rrawn4tor5pra3sor4asktor4qr2aseras3cati2crare2eta3p4rarcran2tet4asra3mur5amnet5ayra3lyra3grra4de3tos_eter2r2acurac4aetex4e2th1r2abo2etia5rabera3bae5timet3inath5re3tir5quireti4u1quet2que_e2ton4quar5quaktos4ttot5uath3ipyr3etou4fet1ri5tourt3ousath3aet1ro4a2that5etetud4pu3tre4tumet4wetra5q3tray4ater4tre_4trede3urgeur5itren4pur3cpur5beut3ipu3pipun2tpun3i3puncev3atpun4aeve4n4trewpum4op4u4mpu5ere4vese1viapuch4e2vict2rieevid3ev5igpu5be2trilt2rit4trixe4viuevoc3p5tomp3tilata3st4rode4wage5wayew1erata3pew5ieew1inp5tiee3witatam4ex5icpt4ictro5ft2rotey4as2a2taey3s2p5tetp1tedez5ieas5uras4unfab4ip2tarfact2p4tan2f3agp4tad5falopt3abtro1v3psyc3troypso3mt4rucfar3itru3i2t4rytrys42asta3feast4silfeb5ras3ph2fed1as5orfe1lifem3i2t1t4p3sacf5enias4loas4la3feropro1l4pro_3ferrfer3v2fes_priv24priopren3aski43prempre1dfet4ot3tabpreb3as5iva3sit4pre_f5feta5siof5fiaf3ficf5fieffil3prar4ff4lepra5dffoc3prac1as3int5tanppi4ct5tast3tedfib5u4fic_ppet33fici4ficsppar34p1p2fiel4asep4p5oxi1fi2l4asedfin2apo1tefind3fin2ef1ing3p4os3portpor3pf3itapo4paas2crt3tlifle2s2ponyflin4t5toip4o2nasan2pom4eas4afa5ryta3ryot5torar3umt3tospo3caar2thar3soar2rhar4pupnos4tu5bufor5bar3oxtu5en5formplu2m2plesaro4ntu4is3plen3plegfrar44ple_fre4sar3odfruc42tum_3tumi4tumsf1tedtun4aft5es2p3k2p2itutu4netur4dtur4npis2sfug4ap4iscfun2gp4is_fur3npir4tfus5oar3guar5ghpi4pegadi4pip4at3wa4ar3en3gale3pi1op4innpin4e3galot3wit5pilo3piletwon4pig3n5tychpict4g5arcg4arepi4crpi3co4picagar5p5garr1ga4sgas5igas3o3piarar4bl3phyltyl5ig4at_2phy_phu5ity5mig4attgat5ugaud5ga5zaar3baara3va3rau5geal3gean2ge4d3gedi5gednar1at3type4gelege4li1tyr13phrage4lu2gelygem3i5gemoara3mph3ou3phorgen3oa3rajt5ziat5zie4gereph1is2ges_5gessphi4nua3ciget3aara2ga5quia5punua5lu1philg3ger4phic3phibg3gligglu3g5glyph3etg4grouan4og5haiuar3auar2dg4hosuar3iap5lia5pirph2angi4atu1b2igi5coap3in4phaeub5loub3ragi4orgi4otaph3igi5pag4i4s5gis_gi2t15gituu1c2aa5peug3laru5chrglec43glerap3alpe4wag4leypet3rpe2tia1pacaol3iglom34glopa5nyian5yap4ery3glyp2g1m4a5nuta3nurg4nabper3vp4eri4pere5percpe5ongn5eegn3eru4comg4niapen5upel5v4pelean3uluco5tgno4suc2trant4ruc3ubuc5ulu5cumgo4etgo4geu5dacg5oidgo3isgo2me5gonnpe2duud1algoph44gor_5gorg4gorsg4oryud5epgos4t1anth3pedsg1ousan2teu4derudev4grab43gram3pedigra2pudi3ogril43pedeu5doigro4gg5rongrop4ud5onan3scgru5ipe4coan5otan2osanor3g4stiu5doran2oeg4u2agu5ab5guan4annyg5uatan5no5gueu4aniuuen4ogu2magu4mi4anigpawk4uer3agur4ngur4u4gurypau3pani3fan3icues4san3euan4eagyn5ouga4cug2niug3uluhem3ui3alp5atohae3opas1t1p4ashag5uha5ichais4par3luid5ouil4apa3pypap3uhan2gpa3pepa4pahan4tpan3iha4pehap3lhar1ahar5bhar4dpan1ep4alspa3lohar3opain2paes4pad4rhat5ouil4to3zygozo5ihav5oana5kuin4san3aeuint4amyl5am3ului5pruis4t1head3hearui3vou4laba3mon4ulacu5lathe3doheek4ul4bohe3isul3caul4ch4uleaow5slow5shu5leehem1aow5in3amidow5hahem4pow1elhe3orulet4h1er_owd3lher2bowd4io5wayow3anow3ago1vish5erho5varouv5ah1erlouss42ouseh1ersoun2dul4evami2cul2fahet3ioul4tul4iaheum3ou5gihe4v4hev5ihex5oa3men3ambuu5lomhi4aram1atou5gaul4poh4iclh5ie_h1ierou3eth1iesama4gh3ifyhig4ohi5kaa5madoud5iou5coou5caa5lynhin4dou5brul1v45ou3aalv5uh2ins4o1trh4ioral1vahip3lum3amhir4ro4touhit4ahiv5aumar4u5masalu3bh3leth1l2ihli4aum2bio1t2oot4iv2h1n2o5tiaal3phho3anho4cou4micho5duho5epo4tedhold1o3taxo3tapot3ama5lowh2o4nos1uru4mos4ostaos4saos1pihon1o1hoodhoo5rh4opea4louo5sono5skeh4orno4sisos1inos5ifhosi4o3siaalos4os5eual1ora3looo2seta3lomoser4hr5erhres4um4paos5eohrim4h5rith3rodose5ga5loeo3secumpt4un5abun4aeht5aght5eeo4scio2schos4ceos4caht5eoht5esun2ce4aliuosar5un3doos3alosa5iory5phun4chunk4hun4thur3ior4unu1nicun4ie4or1uun3inal1in5aligal3ifal1iduni5por4schy1pehy3phuni1vor1ouun3iz2i1a2ia4blo5rooorm1ii2achiac3oa2letork5a5origa1leoun3kni2ag4ia3gnor3ifia3graleg4a3lec4ori_al3chor5gn4ialnor4fria5lyi5ambia3me5orexi3anti5apeia3phi2ardore4va5lavor3eiore3giat4uore3fal3atun3s4un5shun2tiibio4or4duib5lia1laei4bonibor4or4chi5bouib1riun3usoram4ic3acor5ali4calic1an2icariccu4akel4i5ceoa5ismich4io5raiora4g4icini5cioais1iic4lo2i2coico3cair3sair5pi5copop2ta2i1cri4crii4crui4cry1op1top5soopre4air5aop2plic3umopon4i5cut2i1cyuo3deain5oi5dayide4mo4poiain3iu1pato1phyid3ifi5digi5dili3dimo4pheo1phaidir4op1ero5peco4pabidi4vid3liid3olail3oai5guid3owu5peeid5riid3ulaid4aa5hoo2ieg2ie3gauper3i5ellahar22i1enien2da1h2aoo4sei2erio3opt4iernier2oi4erti3escagru5oon3iag3ri2i1eti4et_oo4leag5otook3iiev3au5pidiev3o4ag1nagli4if4fau5pola5giao5nuson5urifi4difi4n4i2fla5gheifoc5ont4rupre4af5tai3gadaev3a3igaraeth4i3geraet4aono3saes3ton5oionk4si3gonig1orig3oto1nioo5nigon3ifig1urae5siae3on4ura_aeco34uraead3umura2gik5anike4bi2l3aila4gon4id4a2duil4axil5dril4dui3lenon4guuras5on1eto3neoon1ee4oned4oneaad1owon5dyon3dril1ina3dos4onauon3aiil5iqona4do2mouil4moi5lonil3ouilth4il2trad3olil5uli5lumo4moi4adoi4ilymima4cim2agomni3im1alim5amom2naomme4om2itomil44adoeomi2co3mia3adjuome4gurc3ai5mogi3monim5ooome4dom4beo3mato2malo2macim5primpu4im1ulim5umin3abo4mabur4duadi4p4olytina4lol1ouin5amin3anin3apo3losol1or4olocur3eain3auin4aw4adilol3mia5difolle2ol2itolis4o5lifoli2eo1lia4inea4inedin5eeo3leuol1erine4so3lepo3leo4ineuinev5ol5chol4an4infu4ingaola4c4ingeur5ee4ingiad4haur1er4ingo4inguoith44adeeada3v4inico3isma5daiur3faac2too3inguril4ur1m4ac3ry4ino_in3oioil5i4inos4acou4oideo2i4d4acosurn5soi5chinse2o3ic_aco3din3si5insk4aco_ac3lio3ho4ack5aohab34acitacif4in5ulin5umin3unin3ura4cicuro4do5gyrur5oturph4iod5our3shio3gr4i1olio3maog4shio3moi5opeio3phi5opoiop4sa5cato4gro4ioreo2grio4got4iorlior4nio3sci3osei3osii4osoog2naur5taiot4aio5tho4gioio5tri4otyur1teo5geyac3alurth2ip3alipap4ogen1o3gasip1ato3gamurti4ur4vaofun4iphi4i4phuip3idi5pilip3ino4fulipir4ip5isab1uloflu42abs_ip3lou3sadi4pogus3agi4pomipon3i4powip2plab3omip4reoet4rip1uli5putus3alabli4i3quaab3laus4apoet3iira4co4et_ir4agus3atoes3t4abio2abiniray4ird3iire3air3ecir5eeirel4a3bieires4oelo4ab1icoe5icir4ima3bet5irizush5aoe5cuir5olir3omusil52abe4ir5taoe4biabay4us4pais5ado5dytis1alis3amis1anis3aris5av_za5ri2s3cod3ul_xy3lod5ruo3drouss4eod3liis2er5odizod5it4iseuod4ilodes4o5degode4co5cyt2isiais5icis3ie4isim_vo1c4isisis4keus1troc5uo2ismais1onocum4iso5pu5teooc1to5ispr2is1soc2te_vi2socre3u3tieiss4o4istao2cleu3tioo5chuoch4e4istho4cea4istloc5ago3cadis1tro4cab4istyi5sulis3urut3leutli4it5abita4c4itaiit3am_vec5it4asit3at_ur4oit3eeo3busob3ul_ura4_up3lo3braith5io5botith3rithy52itiao5bolob3ocit1ieit3ig4itim_un5uob1lio3blaob3iti5tiqut5smit3ivit4liit5lo4ito_it5ol2itonit1ou_un5sobe4lu4tul_un3goat5aoap5ioan4t4itueit1ulit1urit3us2i1u2_un3eiur5euven3oal4iiv1ati4vedu5vinoad5io3acto5ace_ul4luy5er2v3abives4iv3eti4vieiv3ifnyth4va1cavacu1iv1itva4geivoc3vag5rv1al_1vale_tor1vali25valu4izahiz3i2_til4iz5oivam4i_tho4va5mo5vannnwom4jac3ujag5u_te4mja5lonwin44vasev4at_jeop34vatuvect4_ta4m4velev1ellve1nejill55jis_4venu5ve3ojoc5ojoc5ujol4e_sis35verbju1di4ves__ses1ju3ninvi4tjut3a_se1qk4abinvel3kach4k3a4gkais5vi1b4vi4ca5vicuvign3vil3i5vimekar4i1kas_kaur42v1invin2evint4kcom43vi1oviol3kdol5vi5omke5dak5ede_rit2_rin4ken4dkeno4kep5tker5ak4erenu1trker4jker5okes4iket5anu4to5vi3pkfur4_re3w_re5uvire4kilo3vir3uk2in_3kind3nunc5numik3ingkin4ik2inskir3mkir4rv3ism3kis_k1ishkit5cvit2avit1rk5kervi3tu_re5ok5leak3lerk3let_re1mv3ity_re1ivi5zovolv41know3vorc4voreko5miko5pe3vorok5ro4_po2pv5ra4vrot4ks2miv3ure_pi2ev5verwag3owais4w3al_w3alswar4fwass4nu1men3ult5labrwas4tla2can4ulowa1tela4chla2conu4isw4bonla3cula4del5admw5die_out1nug4anu3enlag3r5lah4nud5i_oth54lale_osi4_or2o_or4ilam1ol5amu_ore4lan2d_or3dn5turntub5n3tua3weedweir4n5topwel3ilapi4n3tomn1t2o_op2i_on4ent3izla4tenti3pn3tign1tient4ibwent45laur_ome2_ol4d_of5twest3_oed5l4bit_ob3lw5hidl2catwid4elcen4n1thelch4el3darl3dedl3dehwi5ern4teol5dew_no4cl3dien3teln4tecwim2pld5li_ni4cwin2ecen3int1atnt1aln3swale3cawl1ernsta4_na5kle5drleg1an3s2t3leggn5sonleg3ons3ivwl4iensi2tlel5olelu5n3sion3sien3sid5lemml3emnle2mon4sicns3ibwon2tn3sh2n5seule1nen2seslen3on5seclen5ule3onleo4swoun4wp5inn4scun2sco_mis1_mi4enre3mnre4ix4ach4les_x4adenpri4x3aggnpos4npla4npil4leur5x3amil3eva5levexan5dle4wil5exaxano4lf5id_lyo3lf3on_lub3l4gall4gemlgi4al4gidl4goixas5pxcav3now3llias4lib1rl1ic_5lich_lo2pnove2nou5v2nousli4cul3ida3nounn4oug3lieul4ifel4ifoxcor5_li4p3notenot1a_li3oxec3r1l4illil4ilim2bno3splim4pnos4on4os_lin4dl4inenor4tn4oronop5i5nood4noneno2mo1nomi3linqnol4i3liogli4ollio3mliot4li3ou5liphlipt5x5edlx5edn_le2pl4iskno3la_le4ml2it_n5ol_no4fa3lithnoe4c3litrlit4uxer4gn4odyno4dinob4ln5obilk5atxer3on5nyi_ki4ex3ia_nnov3x4iasl5lasl4lawl5lebl1lecl1legl3leil1lellle5ml1lenl3lepl3leul3lev_is4o_is4c_ir3rx5ige_in3tllic4nlet4_in3ol5lie4n1l2l2linnk5ilnk5ifn3keyl5liolli5v_in2ixim3ank5ar_in3dllo2ql4lovnjam2_im5b_il4i_ig1n_idi2llun4l5lyal3lycl3lygl3lyhl3lyil5lymx4ime_hov3_ho2ll4mer_hi3bl5mipni3vox4it__he4ilneo4x4its5loadniv4ax4ode_hab2ni4ten5iss2locynis4onis4l_gos3n4isk4loi_lo5milom4mn4is_lon4expel43nipuni1ou5nioln4inu5ninnnin4jn4imelop4en3im1l3opm1lo1qnil4ax4tednik5e3nignn3igml4os_lo1soloss4_ga4mnift4nif4flo5tu5louplp1atlp3erxtre4l5phe_fo3cl2phol3piel3pitxur4b1y2ar_eye3_ex3a3yardl5samls5an4nicllsi4mls4isyas4i_eur4l1s2tni3ba3niac_es3tl5tar_es3pl4teiyca5mlth3inhyd5y3choltin4lti3tycom4lt4ory2cosnhab3_er2al4tusyder4_epi1luch4_eos5n2gumlu4cu_ent2lu1enlu5er_en3slu4ityel5olu4mo5lumpn4gry_en5c5lune_emp4n5gic_em3by5ettlusk5luss4_el2in5geen4gae_ei5rlut5r_ei3dygi5a_ec3t_eco3l4vorygo4i_dys3_du4c_do4eyl3osly4calyc4lyl5ouy1me4news3_de4wly4pay3meny5metnet1ry5miaym5inymot4yn4cim4acanet3an1est1nessn1escmact44mad_4mada4madsma4ge5magn2nes_yn3erma5ho3ma4i4mai_maid3_der2ner2vner5oyni4c_de1mneon4m3algneo3ln3end4n1enne2moyoun4n4ely2neleyp5alneis4man3a5negune3goneg3a3nedi_dav5m4ansne2coyper3m3aphy4petne4cl5neckn3earyph4en3dyind2wemar3vn4dunndu4bn2doundor4n5docnd1lin3diem4at_n1dicnd4hin5deznde4snde4ln1dedn3deayph3in3damm4atsn3daly4p1iy4poxyp5riyp4siypt3am5becn4cuny3ragm4besyr3atm2bicnct2oyr3icm4bisy5rigncoc4n1c2lm3blimbru4mbu3lmbur4yr3is_can1ys5agys5atmea5gn4cifme4bame4biy3s2c4med_n4cicn3chun3chon3chan5ceyme4dom5edy_bre2n5cetn3cer4melen1c2anbit4nbet4mel4tnbe4n_bov4ys1icys3in3men_2menaysi4o3nautnaus3me1nenat4rnati45meogys4sonas3s4merenas5p2me2snas5iys4tomes5qyz5er1me2tnam4nmet1e3nameza4bina3lyn5algmet3o_aus5_au3b_at3t_at3rza4tena5ivmi3co5nailm4ictzen4an5agom4idina4ginag4ami5fimig5an2ae_mi2gr_as4qmi5kaz5engm3ilanadi4nach4zer5a3millmi5lomil4t3m2immim5iz3et4_ari4_ar4e_ar5d5zic4_ap4i5my3c_any5z3ing3zlemz3ler_an3smu4sem5uncm2is_m4iscmi4semuff4zo3anmsol43zoo2_and2zo3olzo3onzo5op4mity_am2i_al1k_air3_ag5nmlun42m1m2_ag4amp5trmp3tompov5mpo2tmmig3_af3tmmis3mmob3m5mocmmor3mp3is4m1n2mnif4m4ninmni5omnis4mno5l_af3f_ae5d_ad3o_ad3em3pirmp1inmo4gom5pigm5oirmok4imol3amp5idz3zarm4phlmo3lyz5zasm4phe_ach4mona4z3ziemon1gmo4no_ace45most_ab4imo3spmop4t3morpz5zot", + 6 : "reit4i_ab3olmo5rel3moriam5orizmor5onm3orab3morse_acet3_aer3i_al5immo3sta2m1ous_al3le4monedm4pancm4pantmpath3_am5ar_am3pemper3izo5oti_am3phmo4mis_ana3b_ana3s_an5damog5rimp3ily_an4el_an4enmmut3ammin3u_an4glmmet4e_ant3am3medizing5imman4d_ar5abm5itanm3ists_ar5apmsel5fm3ist_5missimis3hamuck4e4misemmul1t2_ar4cimu5niomun3ismus5comirab4mus5kemu3til_at5ar1m4intmin3olm4initmin5ie_bas4i_be3di5myst4_be3lo_be5sm5min4d_bi4er_bo3lo_ca3de_cam5inac4te_cam3oyr5olona4d4amil4adnad4opyr3i4t_car4imid5onn4agen_ca4timid4inmi4cus_cer4imi3cul3micromi4cinmet3ri4naledyp5syfn4aliameti4cmeth4i4metedmeta3tna5nas_cit4anan4ta_co5itnan4to_co3pa4n4ard_co3ru_co3simes5enmer4iam5erannas5tenat5alna5tatn4ateena3thenath4l5mentsn4ati_nat5icn4ato_na3tomna4tosy4peroy4periy5peremend5oyoung5naut3imen4agna5vel4m5emeyo4gisnbeau4_de3linbene4mel3on_de3nomel5een4cal_yn4golncel4i_de3ra_de3rimega5tncer4en4ces_yn5ast3medityn5ap4nch4ie4medieynand5ynago43mediaym4phame5and_de3vem5blern4cles_dia3s_di4atmb5ist_din4anc4tin_dio5cm5bil5m4beryncu4lo_east5_ed5emncus4tmbat4t_elu5sn3da4c3m4attn4dalema3topnd3ancmat5omma3tognde3ciyes5tey3est__em5innd3enc_em5pyn3derlm4atit_en5tay4drouma3term4atenndic5undid5aydro5snd5ilynd4inend3ise_epi3d_er4i4nd5itynd3ler_er4o2_eros43mas1ty4collnd5ourndrag5ndram4n5dronmassi4y4colima3sonyclam4mar5rima3roone3aloma5ronne2b3umar5ol5maran_erot3_er4rima5nilych5isne4du4manic4man3dr_eth3e3m4an__eval3ne5lianeli4g_far4imal4limal3le_fen4dm3alismal3efmal5ed5male24nered_fin3gxtra3vner4r5mal3apxtra5d2mago4ma4cisne3sia5machy_fu5ganes3trmac3adnet3icne4toglys5erxtern3neut5rnev5erlypt5olymph5n4eys_lyc5osl5vet4xter3ixpoun4nfran3lv5atelu5tocxpo5n2_ge3ron3gerin5gerolut5an3lur3olu3oringio4gn5glemn3glien5gliol3unta_go3nolu2m5uxo4matluc5ralu2c5o_hama5l3t4ivltim4alti4ciltern3lt5antl4tangltan3en4icabni4cen_hem5anict5a_hy3loni4diol3phinni4ersximet4lot5atnif5ti_ico3s_in3e2loros4lo5rof_is4li_iso5ml4ored_ka5ro_kin3e5nimetn4inesl3onizl3onisloni4e3lonia_lab4olo5neyl5onellon4allo5gan3lo3drl3odis_la4me_lan5ixen4opnitch4loc5ulni3thon4itosni5tra_lep5rni3trinit4urloc3al5lob3al2m3odnivoc4niz5enlm3ing_lig3anjur5illoc5ulloc3an5kerol3linel3linal5lin__loc3anland5lli5col4liclllib4e_loph3_mac5ulli4anlli5amxa5met_math5llact4nni3killa4balk3erslk3er_lkal5ono5billiv5id_ment4_mi3gr_mirk4liv3erl5ivat5litia5liternois5il3it5a5lisselint5inom3al3lingu5lingtling3i3nonicw5sterws5ingnora4tnor5dinor4ianor4isnor3ma_mi5to_mo3bil4inasl4ina_wotch4word5ili5ger_mon3a5lidifl4idarlict4o_mu3ninova4l5licionov3el_mu3sili4cienow5erli4ani_myth3_nari4le5trenpoin4npo5lale5tra3les4sle3scon4quefler3otleros4ler3om_nast4le5rigl4eric3w4isens3cotle5recwin4tr_nec3tle5nielen4dolend4e_nom3ol5endalem5onn5sickl5emizlem3isns5ifins3ing_nos3tn3s2is4leledle3gransolu4le4ginn4soren4soryn3spirl3egan_obed5nstil4le5chansur4e_ob3elntab4unt3agew5est__oe5sont5and_om5el_on4cewel4liweliz4nt3ast_opt5ant5athnt3ati_or3eo3leaguld3ish_pal5in4tee_n4teesld4ine_pa5tald3estn4ter_n3terin5tern_pecu3war4tel5deral4cerenther5_ped3elav5atlat5usn4tic_ward5r_pend4n4tics_pep3tn3tid4_pi3la_plic4_plos4_po3lan5tillnt3ing_pop5lvo3tar_pur4rn4tis_nt3ismnt3istvo5raclat5al4laredlar5delar5anntoni4lan4tr_re3cantra3dnt3ralviv5orn3tratviv5alnt3rilv5itien5trymlan3etlan4er3landsvi5telland3i3land_lan3atlam4ievi3tal2v5istla4ic_la4gisla3gerlac5on5visiola5cerla5ceolabel4vi5ridlab5ar_re3ta5numerkin5et_rib5anu3tatn5utivkey4wok5erelkal4iska5limk2a5bunven4enven5o_ros3ajuscu4_sac5rjel5laja5panja2c5oi5vorevin5ta_sal4inym5itv5iniz5vinit3vinciiv3erii4ver_iv5elsoad5ervin4aciv5el_oak5ero3alesiv5ancoal5ino5alitit5uar_sanc5oar5eroar4se_sap5ait4titoat5eeoat5eri4tric_sa3vo4i5titob3ing2obi3o_sci3e4itio_it4insit4in_it5icuiti4coi5tholitha5lobrom4it3erait3entit3enci3tectit4ana3istry_sea3si4s1to5vider_sect4oc5ato4o3ce25vict2ocen5ovice3r_se3groch5ino3chon_sen3tvi4atroci3aboci4al5verseis4taliss4ivis5sanis4saliss5adi3s2phocu4luver4neislun4ocuss4ver3m4ocut5ris3incis5horocyt5ood3al_ish3op4ishioode4gao5dendo3dentish5eeod3icao4d1ieod3igais3harod1is2v5eriei2s3etis5ere4is3enis3ellod5olood5ousise5cr4i1secisci5cver3eiver5eaven4tris5chiis3agevent5oir5teeir5ochve5niair4is_ir2i4do3elecoelli4ir5essoe3o4pire5liven4doi5rasoven4alvel3liir4ae_ir4abiv4ellaip3plii4poliip3linip4itiip1i4tip4ine_su5daiphen3i1ph2ei3pendog5ar5v3eleripar3oi4oursi4our_iot5icio5staogoni45ioriz4ioritiora4mvel3atiod3i4ioact4_sul3tintu5m_tar5oin3til_tect45vateein4tee_tel5avast3av5a4sovar4isin3osiin5osei3nos_oi5ki5oil3eri5noleoin3de4vantlvanta4oin4tr_ter4pin3ionin4iciin5ia_oit4aling3um4ingliok4ine4ingleing5hain5galo4lacko5laliinfol4olan5dol5ast_thol45val4vole2c4ol5eciol5efiine5teole4onin3esi4in5eoo3lestin5egain5drool3icao3lice_ti5niol5ickol3icsol5id_va5lieo3lier_tri3dinde3tvager4oli5goo5linaol3ingoli5osol5ip4indes5inde5pin5darollim34vagedol4lyi3vag3ava5ceo4inataol3oido4lona_tro4vi3nas_in4ars_turb44ol1ubo3lumi_turi4ol3us_oly3phin3airin5aglin4ado4inaceimpot5im5pieo4maneomast4_tu5te_tu3toi3mos_im5mesomeg5aome3liom3enaomen4to3meriim5inoim4inei3m2ieomic5rom4ie_imat5uom4inyomiss4uv5eri_un5cei5m2asim3ageil5ureomoli3o2mo4nom5onyo4mos__un5chilit5uom5pil_un3d2il4iteil5ippo5nas__uni3c_uni3o4iliou_un3k4oncat3on4cho_un3t4u4t1raon3deru4to5sili4feili4eri5lienonec4ri3lici_ve5loon5ellil3iaron3essil3ia_ong3atilesi45u5tiz4o1niaon5iar2oni4conic5aut3istut5ismon3iesigu5iti4g5roi5gretigno5m4onneson5odiign5izono4miu5tiniut3ingo5nota_ver3nig3andu4tereon4ter_vis3ionton5if5teeon4treif5icsut5eniutch4eif3ic_u3taneoof3eriev3erook3eri5eutiiet3ieool5iei3est_i1es2ties3eloop4ieieri4ni3eresus5uri4idomioot3erooz5eridol3ausur4eo5paliopa5raopath5id4istopens4id1is43operaus4treidios4_vi5sooph4ieo5philop5holi3dicuus1to4iderm5op3iesop5ingo3p2itid3eraust3ilid3encopol3ii5cun4op5onyop5oriopoun4o2p5ovicu4luop5plioprac4op3ranict5icopro4lop5ropic4terust5igust4icicon3ous5tanic5olaor5adoich5olus3tacic5ado4oralsib3utaoran3eab5areorb3ini4boseorch3iibios4ib3eraor5eadore5arore5caab5beri5atomia5theoreo5lor3escore3shor3essusk5eru4s1inor5ett4iaritianch5i2a3loial5lii3alitab3erdor3ia_4orianori4cius5ianorien4ab3erria5demori5gaori4no4orio_or5ion4oriosia5crii2ac2rus4canor3n4a5ornisor3nitor3oneabi5onor5oseor5osohys3teorrel3orres3hyol5ior4seyor4stihyl5enort3anort3atort3erab3itaor3thior4thror4titort3izor4toror5traort3reh4warthu3siahu4minhu5merhu4matht4ineht4fooht3ensht3eniab4ituht3en_ab3otah3rym3osec3uhrom4ios5encosens43abouthre5maabu4loab3useho4tonosi4alosi4anos5ideo3sierhort5hho5roghorn5ihor5etab3usio3sophos3opoho2p5ro3specho5niohong3ioss5aros4sithon3eyur3theos4taros5teeos5tenac5ablur5tesos3tilac5ardost3orho5neuhon5emhom5inot3a4gurs3orho4magach5alho5lysurs5ero5ta5vurs5alhol3aroter4muroti4ho3donachro4ur5o4mach5urac5onro5thorurn3ero5tillurn3alh5micao3tivao5tiviur5lieo5toneo4tornhirr5ihio5looturi4oty3lehi5noph5inizhi5nieh2in2ehimos4hi5merhi5ma4h3ifi4url5erhi4cinur5ionur4iliur4ie_ac2t5roult5ih4et3ahes3trh5erwaound5aac5uatur3ettoun3troup5liour3erou5sanh4eron5ousiaher5omur1e2tur3ersova3lead5eni4ovatiad3icao4ver_over3bover3sov4eteadi4opadis4iovis5oo2v5oshere3ohere3aherb3iherb3aher4ashende5ur5diehe5mopa3ditihemis4he3menowi5neh3el3ohel4lihe5liuhe3lioh5elinhe5lat5admithe5delhec3t4adram4heast5ad3ulahdeac5ae4cithavel4ura4cipac4tepa5douhas4tehar4tipa3gan4pagataed5isu5quet4pairmpa5lanpal3inag4ariharge4pan5ac4agerihant3ah5anizh1ani4agi4asham5an4aginopara5sup3ingpa3rocpa3rolpar5onhagi3oag3onihaged5agor4apa3terpati4naha5raaid5erail3erhadi4epaul5egust5apa5vilg4uredg4uraspaw5kigui5ta5guit43guardaim5erai5neagrum4bpec4tugru3en5ped3agrim3a4grameped3isgour4igo5noma3ing_5gnorig4ni2ope5leogn4in_pen4at5p4encu5orospen5drpen4ic3p4ennal5ablg2n3ingn5edlalact4until4g5natial5ais5gnathala3map3eronalc3atald5riun4nagg5nateglu5tiglu5tepes4s3ale5ma4g5lodun5ketpet3eng5lis4gli5ong4letrg4letoal3ibrali4cigin5gigi5ganun3istph5al_gi4alluni3sogh5eniph5esiggrav3ggi4a5al5icsg5gedlun4ine3germ4phi5thgeo3logen5ti4phobla5linigen5italin5ophos3pgen4dugel5ligel4ing4atosg4ato_gat5ivgast3ral5ipegasol5ga5rotp5icalu3n2ergar3eeg5antsgan4trp4iestpi5etip5ifieg5ant_un4dus4ganed4alis_gan5atpi3lotgam4blun4diepin5et3pingegali4a5p4insga5lenga4dosga4ciefu5tilpir5acfu3sil4furedfu4minundi4cpiss5aunde4tpis4trft4inefti4etf4ter_un3dedpla5noun4dalalk5ieun4as_al4lab4pled_frant4frag5aunabu44plism4plistal4lagu4n3a4umu4lofore3tfor4difor5ayfo5ramfon4deallig4fo4liefo1l4ifoeti42p5oidpois5iump5tepo4ly1poly3spoman5flum4iump5lipon4acpon4ceump3er3ponifpon5taf3licaf5iteepo5pleal3ogrpor3ea4poredpori4ffir2m1fin4nial3ous5fininpos1s2fi3nalu4moraumi4fyu2m5iffight5fier4cfid3enfi5delal5penp4pene4ficalumen4tal3tiep4pledp5plerp5pletal5uedal3uesffor3effoni4ff3linf2f3isal5ver2a1ly4fet4inaman5dul3siffet4ala3mas_fest5ipres3aulph3op3reseulph3i5pricipri4es4pri4mam5atuam4binfest3ap5riolpri4osul4litfess3o4privafer5ompro3boul4lispro4chfe5rocpron4aul4latam5elopro3r2pros4iu5litypro3thfer3ee4feredu5litipsal5tfemin5fea3tup5sin_fant3iul5ishpsul3i4fan3aul3ingfa5lonu3linefa2c3ufa3cetpt5arcez5ersp5tenapt5enn5pteryez5er_ex4on_ew5ishamen4dp2t3inpt4inep3tisep5tisievol5eevis5oam3eraev5ishev4ileam5erle4viabpudi4ce4veriam5icapu4laramic5rpu5lisu5lentu1len4a3miliev5eliev3astpun5gieva2p3eval5eev4abieu3tereu5teneudio5am5ilypu3tat5ulcheet3udeet3tere4trima5mis_et4riaul5ardet4ranetra5mamor5aetra5getor3iet3onaamort3am5ose3quera4quere4ques_et5olo5quinauit5er3quito4quitueti4naeti4gie3ticuuisti4ethyl3ra3bolamp3liuis3erampo5luin4taet5enia5nadian3agerag5ouuinc5u3raillra5ist4raliaet3eeret3atiet3ater4andian3aliran4dura5neeui3libra3niara3noiet5aryan3arca5nastan4conrant5orapol5rap5toet3arieta5merar3efand5auug3uraan5delet3al_es4ur5e2s3ulrass5aan5difug5lifra5tapra5tatrat5eurath4erat3ifan5ditra5tocan5eeran3ellra4tosra5tuirat5umrat3urrav5aian3ganrav3itestud4ra3ziees5tooe3stocangov4rb3alian4gures5taue5starest3anesta4brbel5orb3entes4siless5eeessar5rbic5uan5ifor5binee5s2pres5potan5ionrbu5t4es5pitrcant54anityr4celean3omaan4scoans3ilrcha3irch3alan4suran2t2ar3cheor4cherud3iedr4chinrch3isr3chites3onaan3talan5tamrciz4ies3olae3s4mie3skinrcolo4rcrit5an4thies4itses4it_e5sion3anthrrd4an_es5iesr5de4lr3dens4anticrd5essrd5ianan4tiee5sickes5ic_rd3ingesi4anrd1is2rd5lere3sh4aes5encrd5ouse5seg5e3sectescut5esci5eant4ives5chees5canre5altre5ambre3anire5antre5ascreas3oeryth35erwauan4tusreb5ucre3calrec4ceer4vilan5tymre3chaan3um_an5umsap5aroerund5ert5izer4thire3disre4dolape5lireed5iu4cender4terer5tedre3finuccen5re5grare3grereg3rire3groreg3ulaph5emer4repaph5olaphyl3ero5stero5iser3oidern3it4reledre3liarel3icre5ligreli4qrel3liern3isrem5acap5icuub3linern3errem5ulu4bicuren5atr4endiap4ineren4eser4moirenic5ren4itub5blyre5num4eri2ta3planre5olare3olier4iscer3ioure4pereri4onrep5idre3pinre3plere4preeri4nauari4ner3iffre5reare3r2uapo3thre3scrre3selre3semre3serap5ronre5sitre3speapt5at4arabiara5bore5stu3retarre3tenar3agear5agire1t2ore5tonre3trare3trere5trier4ianer3ia_ergi3ver3ettrev3elrevi4ter3etser3et_ar3agoar3allaran4ger3esier5eseere5olr4geneeren4e5erende4remeer5elser5ellr5hel4rhe5oler5el_er3egrer3ealerdi4eerd5arerb5oser3batar5apaer5atuarb5etar4bidty4letri5cliri3colri5corri4craarb3lirid4aler3apyer3apier3aphera4doar4bularch5otwi5liri5gamaren5dri5l4aar5ettar3ev5ar5iff5tur5oequin4rima4gar4illrim3ate4putarimen4e3pur5ept3or5turitr4inetturf5iturb3aep5rimt4uranrins5itu5racep3rehtun5it5rioneepol3iepol3ari5p2ari5piear5iniep3licarm3erris4ise4peteris4paris4pear5mit4ristiri3tonr5it5rep5ertriv4alar3nalar3nisriv3enriv3il5ri5zoar5oidep5arceor4derk5atir5kellrk5enia5rotieol5ata5roucr3kiertud5ier5kin_r5kinsrks4meen4tusent5uptu5denr3l4icr3liner5linsen4tritu4binen5tiarma5cetuari4ent3arr4mancr4manor4marir4maryen4susars5alart5atarth4een4sumens5alrm4icar5m2iden3otyenit5ut4tupermin4erm3ingarth3rar5tizen5iere2n3euen4ettrmu3lie3nessen5esiener5var5un4as5conrn3ateas5cotrn5edlt3tlerr3nessrn5esttti3tuas3ectt5test3encept4tereen3as_rn4inee2n3arrn3isten4annash5ayem4preash5ilem5pesas5ilyempa5rask5erem3orras5ochrob3letstay4e3moniem3oloemod4uemo3birody4n4emnitem4maee4mitaem3ismem5ingem3inar4oledas4silassit5as4tatro5melro3mitas4tiaas3tisemet4eron4ac4ronalas4titron5chron4dorong5ir5onmeem5ero4asto2as3traas4trit5roto4atabiem3anaro3peltro3spem3agor5opteel5tieelp5inel5opsrosi4aro5solel5op_5troopros4tiatar3aro3tatata3t4ro4terelo4dieloc3uelo5caat3eautri3me4roussell5izel4labrow3erelit4ttri3lie4li4seli3onr3pentrp5er_el3ingat3echr3pholrp3ingat5eerrpol3ar2p5ouele3vi3tricuelev3at5ricla5tel_e5lesstres4sele5phel3enor4reo4el5eni4e4ledelea5grricu4tre5prate5lerri4oseld3ertre4moat3entat3eraelast3el5ancel5age4traddeiv3ereit5ertra4co4atesse4ins_to3warehyd5re5g4oneg5nabefut5arsell5rs3er_rs3ersa3thene4fiteath3odr4shier5si2ato3temto5stra5thonrs3ingeem5eree2l1ieed3ere4d5urrstor4to3s4ped3ulo4a3tiator5oitor5ered3imeed5igrrt3ageto5radr4tareed5icsto4posr4tedlr3tel4r5tendrt3enito5piaa2t3in4atinaat5ingede3teton5earth3rir1t4icr4ticlr5tietr5tilar5tilltom5osrt5ilyedes3tr3tinart3ingr3titirti5tue4delee5dansrt5lete5culito4mogec4titrt5ridecti4cec4teratit3urtwis4e4cremtoma4nec3ratec5oroec3oratom3acat4iviec3lipruis5iecip5i4toledec5ath5at5odrun4clruncu42t3oidrun2d4e4caporu5netecal5ea4topsec3adea4toryebus5iebot3oe4belstode5cat3ronat5rouat4tagru3tale4bel_eav5our4vanceavi4ervel4ie3atrirven4erv5er_t4nerer3vestat3uraeatit4e3atifeat5ieeat3ertmo4t5east5iat3urge1as1s3ryngoau5ceraud5ereas5erryth4iaudic4ear4tee5ar2rear4liear3ereap5eream3ersac4teeam4blea3logeal3eread3liead3ersain4teac4tedy4ad_sa5lacdwell3sa3lies4al4t5tletrdvert3sa5minault5id5un4cdum4be5tledrs4an4etlant4san5ifdu5ettau5reodu5elldu5eliau5rordrunk3tiv3isaus5erdri4g3aut3ars5ativti3tradrast4d5railsau5ciaut3erdossi4sa3voudo5simdon4atdom5itt3itisdomin5doman4tit5ildo4lonscar4cdol5ittith4edol3endo4c3u4s4ces5dlestt4istrdi4val1di1v2ditor3av3ageava5latish5idithe4av5alr3tisand4iterd4itas3disiadisen34d5irodi4oladi5nossec5andin5gisecon4dimet4di5mersed4itdi3gamdig3al3di3evdi4ersd5icurse3lecselen55dicul2s4emedic4tesemi5dav5antdic5oldic5amt3iristi5quaav3end5sentmti3pliav3ernti5omosep4side4voisep3tiser4antiol3aser4to4servode3vitde3visdev3ils5estade3tesdes3tid3est_sev3enaviol4aw5er_de3sidde3sectin3uetin4tedes4casfor5esfran5der5os3dero45dernesh4abiaw5ersder4miaw5nieay5sta3dererde5reg4deredde3raiderac4si4allsiast5tin3ets3icatdepen42s5icldeont5si5cul4tinedba5birdens5aside5lsid3enbalm5ideni4eba5lonsi4ersde1n2ade4mosde3morba5nan5tilindemo4nti4letsin5etbardi44demiedel5lisi5nolsi3nusba5romdeli4esi5o5sde3lat5de3isde4fy_bar3onde4cilsist3asist3otigi5odeb5itsit5omdeac3td3dlerd4derebas4tedaugh3dativ4dast5a3d4as2d1an4ts3kierba4th4sk5ily3baticba5tiod4a4gid5ache3ti2encys5toc3utivbat5on4cur4oti3diecur4er1c2ultb4batab4bonecul5abcu5itycub3atctro5tbcord4ti3colct5olo3smithbdeac5tic5asct5ivec4tityc4tituc3t2isbed5elc3tinict5ing4s3oid4te3loct4in_so5lansol4erso3lic3solvebe5dra5ti5bube3lit3some_bend5ac4ticsbe5nigson5atbicen5son5orc4tentbi4ers5soriosor4its5orizc2t5eec3tato5bilesct5antc5ta5gctac5u5c4ruscrost4spast45thoug3b2ill3sperms5pero4thoptcre4to5creti3spher4t5hoocre4p3sp5id_s5pierspil4lcre3atsp3ingspi5nith3oli4creancra4tecras3tbimet55crani5bin4d3spons3spoonspru5dbind3ecous5t3co3trth4is_srep5ucost3aco5rolco3rels5sam24coreds5sengs3sent5th4ioss3er_s5seriss3ers3thinkt5hillbin5etcon4iecon4eyth3eryss4in_s4siness4is_s3s2itss4ivicon4chth3ernco3mo4co5masssol3ut5herds4soreth5erc5colouco3logco3inc4c3oidco3difco3dicsta3bic4lotrs4talebin5i4s3tas_theo3lc3lingbi3re4ste5arste5atbi5rusbisul54s1teds4tedls4tedn4stereth5eas3bituas3terost5est5blastcine5a4cinabs3ti3a3sticks3ticuthal3ms4tilyst3ing5s4tir5cimenth5al_st3lercigar5ci3estch5ousstone3bla5tu5blespblim3as4tose4chotis4tray4chosostrep33strucstru5dbment4tew3arch5oid5chlorstur4echizz4ch3innch4in_ch3ily3chicoche5va3chetech4erltetr5och4eriche3olcha3pa4boledbon4iesu5ingces5trcest5oce3remcer4bites5tusu3pinsupra3sur4ascept3a5testesur3pltest3aboni4ft3ess_bon4spcent4ab3oratbor5eebor5etbor5icter5nobor5iocen5cice4metce5lomter3itt4erinsy4chrcel3aice3darcci3d4ter5ifsy5photer5idcav3ilter3iabot3an3tablica3t2rta3bolta4bout4a3cete3reota3chyta4cidc4atom3casu35t2adjta5dor5terel3cas3scashi4tage5ota5gogca3roucar5oocar5oncar3olcar3nicar3ifter5ecca3reeter3ebta5lept4aliat4alin2tere45tallut2alo43ter3bt4eragtera4c3brachtan5atbran4db4reas5taneltan5iet5aniz4b2rescap3tica5piltent4atark5ican4trte5nog5brief5tennaca3noec2an4eta3stabring5t4ateu3tatist4ato_tat4ouca5nartat3uttau3tobri4osca5lefcal5ar4tenarcab5inb5ut5obut4ivten4ag3butiob5utinbu5tarte5cha5technbus5sibusi4ete5d2abur4rite5monb4ulosb5rist5tegicb5tletbro4mab4stacbso3lubsol3e4teledtel5izbscon4ct4ina", + 7 : "mor4atobstupe5buf5ferb5u5nattch5ettm3orat4call5inmor5talcan5tarcan5tedcan4tictar5ia_brev5ettant5anca3ra5ctand5er_ad4din5ta3mettam5arit4eratocar5ameboun5tital4l3atal5entmonolo4cas5tigta5chom3teres4ta5blemcaulk4iccent5rcces4sacel5ib5mpel5licel5lincen5ded5ternit4sweredswell5icend5encend5ersvest5isvers5acen5tedt5esses_ama5tem5perercen5testest5ertest5intest5orcep5ticmpet5itchan5gi5cherin4choredchor5olmphal5os5toratblem5atston4iecil5lin4mologu4mologss4tern_ster4iaci5nesscla5rifclemat45static4molog_5therapmogast4ssolu4b4theredcon4aticond5erconta5dcor5dedcord5ermpol5itcost5ercraft5ispon5gicra5niuspital5spic5ulspers5a4thorescret5orspens5ac5tariabi4fid_4sor3iecter4iab5ertinberga5mc5ticiabend5erso5metesoma5toctifi4esolv5erc5tin5o_an4on_ct4ivittici5ar3ti3cint4icityc5torisc5toriz4ticulecull5ercull5inbattle5cur5ialmmel5lislang5idal5lersk5iness5kiest4tific_daun5tede5cantdefor5edel5ler_an3ti34dem4issim4plyb4aniti_ant4icde4mons_an4t5osid5eri5timet4dens5er5ti5nadden5titdeposi4zin4c3i_aph5orshil5lider5minsfact5otin5tedtint5erde5scalmis4tindes5ponse5renedevol5u4tionemdiat5omti5plexseo5logsent5eemi5racu_ar4isedic5tat4scuras4scura__ar4isi5scopic3s4cope5t4istedi5vineti5t4ando5linesca5lendom5inodot4tins5atorydress5oaus4tedtiv5allsassem4dropho4duci5ansant5risan5garaun4dresan4ded_ar5sendust5erault5erdvoc5ataul5tedearth5iea4soni4ryngoleassem4eat5enieat4iturv5ers_rus4t5urus5ticrust5eeatric5urust5at_as5sibrup5licminth5oecad5enruncul5ru4moreecent5oa5tivizecon4sc_ateli4_au3g4uec5rean_aur4e5ect5atiec4t5usrtil5le4at4is__av5erar4theneedeter5edi4alsr5terered5icala4t1i4lediges4at5icizediv5idtori4asrswear4ati5citat5icisedu5cerrstrat4eer4ineefact5oming5li_ba5sicef5ereemin4ersath5eteath5eromin4er__be5r4ae5ignitr5salizmind5err5salisejudic44traistmil5iestrarch4tra5ven_blaz5o4m5iliee4lates_bos5omat5enatelch5errrin5getrend5irri4fy_rran5gie4lesteel3et3o_boun4d_bra5chtri5fli_burn5ieli4ers_ca4ginrou5sel_can5tamigh5tiros5tita5talisro5stattro4pharop4ineemarc5aem5atizemat5ole4m3eraron4tonro5nateem4icisnaffil4romant4emig5rarol5iteass5iblassa5giemon5ola4sonedem5orise4moticempara54empli_en3am3o_cen5sot5tereren4cileen4d5alen4dedlttitud45n4a3grend5ritrn5atine5nellee5nereor4mite_r4ming_en3ig3rmet5icirma5tocr4m3atinannot4en4tersen4tifyarp5ersent5rinr5kiesteol5ar_eologi4aro4mas_clem5eriv5eliri5vallris5ternan5teda5rishi3mesti4epolit5tup5lettup5lic_cop5roepres5erink5erme5si4aring5ie_co5terrim5an4equi5noment5or4tut4ivna5turiera4cierig5ant5rifugaar4donear5dinarif5tiear5chetrift5er4erati_4eratimrick4enrich5omrica5tuaran5teer5esteer5estieres5trre5termar4aged_dea5coaract4irest5erre5stalapu5lareri4ciduant5isuant5itres5ist5er5ickapo5strer4imet_de5lecuar4t5iua5terneri5staren4ter5ernaclmend5errem5atoreman4d_del5egerre5laer5sinere5galiert5er_ert5ersrec4t3rr4e1c2rreci5simelt5er_deli5ran4tone_de5nitan4tinges5idenesi5diur4d1an4rcriti4es3ol3urci5nogant5abludi4cinrch4ieru5dinisrch5ateu5ditiorch5ardes3per3mel5lerrcen5eres5piraanis5teesplen5uen4teres4s3anest5ifi_de5resues5trin4cept_rav5elianel5li4r4atom5ra5tolan4donirat4in_r4as5teand5istrass5in5meg2a1et3al5oand5eerrar5ia_an3d4atrant5inuicent55rantelran5teduild5erran4gennch5oloetell5irad4inencid5enra5culorac5ulaet3er3aet5eria3ra3binet5itivui5val5amphi5gam5peri_de5sirqua5tio4e4trala4mium_et5ressetrib5aaminos4am5inizamini4fp5u5tis5ulchrepush4ieev5eratev5eren4ulenciever4erpu5lar_puff5erevictu4evis5in_de5sisfall5inncip5ie_di4al_fend5erpros5trpropyl5proph5eul4l5ibp3roc3apris5inpring5imbival5nco5pat5pressiyllab5iulp5ingpre5matylin5dem4b3ingnct4ivife5veriffec4te_du4al_pprob5am5bererum4bar__echin5fi5anceal5tatipparat5pout5ern4curviumi5liaumin4aru4minedu4m3ingpoult5epor5tieal4orim4poratopon4i4eflo5rical4lish_ed4it_foment4_ed4itialli5anplum4befor4m3a_el3ev3fratch4pla5t4oma5turem4atizafrost5ipis5tilmat4itifuel5ligal5lerpill5ingang5ergariz4aunho5lial5ipotgass5inph5oriz4phonedgest5atg5gererphant5ipha5gedgiv5en_5glass_unk5eripet5allal5endepes5tilpert5isper5tinper4os_al5ance5p4er3nperem5indeleg4gna5turndepre4aint5eruodent4pend5er4gogram_en4dedpearl5indes5crgth5enimas4tinpat4richad4inepas4tinnd5is4ihak4inehal5anthan4crohar5dieha5rismhar4tedaet4or_aerody5pag4atihaught5_er5em5hearch44urantiheav5enurb5ingoxic5olowhith4ur5den_ur5deniowel5lih5erettovid5ennd5ism_her5ialh5erineout5ishoun5ginound5elhet4tedact5oryu5ri5cuheumat5ur5ifieact5ileought5ihi3c4anuri4os_h4i4ersh4manicurl5ingact5atemast4ichnocen5_men5taaci4erso5thermmar4shimantel5ot5estaurpen5tach5isma5chinihol4is_ot4atioot4anico5talito5stome5acanthost5icaosten5tost5ageh4op4te3house3hras5eoy4chosen5ectom4abolicht5eneror5tes_man4icay5chedei5a4g5oori5cidialect4or5este_escal5iatur4aorator5_wine5s_vo5lutich5ingo5quial_etern5us5ticiic4tedloplast4ophy5laid4ines4operag2i4d1itoost5eriff5leronvo5lui4ficaconti5fiman5dar_vic5to_fal4lemament4mal4is__ver4ieila5telonical4i5later_feoff5ili4arl_va5ledil4ificond5ent_ur5eth5ond5arut4toneil5ine_on5ativonast5i_under5ompt5eromot5ivi4matedi4matin_fi5liaimpar5a_fil5tro5lunte4inalit_tular5olon5el5neringinator5_tro4ph_fis4c5inc4tua_trin4aol4lopeoli4f3eol5ies_mal5ari_tran4c_tit4isnerv5inval4iseol5icizinfilt5olat5erin4itud_gam5etxter4m3ink4inein4sch5_tell5evas5el5insect5insec5uinsolv5int5essvat4inaoher4erint5res_tamar5xtens5o_tact4iinvol5ui4omani_gen4et_gen5iave5linei5pheriip5torivel5lerir4alinvel5opiir4alliirassi4nfortu5irl5ingirwo4meo4ducts4lut5arv5en5ue_stat4o_si5gnoverde5v4v4ere4o4duct_odu5cerodis5iaocus5siis5onerist5encxotrop4_ser4ie5vialitist5entochro4n_gnost4_sec5tovi5cariocess4iis4t3iclum4brio5calli4is4tom4itioneit5ress3vili4av5ilisev5ilizevil5linoast5eritu4als_han4de_hast5ii4vers__sa5linlsi4fiai5vilit5ivist_5ivistsnvoc5at_ho5rol_rol4lakinema4ni4cul4nultim5_re5strloth4ie5la5collos5sienight5ilor4ife_re5spolor5iatntup5li5lo5pen_re5sen_res5ci_re5linnt5ressn4trant_re5garloom5erxhort4a_ran5gilong5invol4ubi_ra5cem_put4ten5tition4tiparlo4cus__pos5si_lash4e_len5tint5ing_nit5res_le5vanxecut5o_plica4n4tify__plast45latini_phon4illow5er_li4onslligat4_peri5nntic4u4_pen5dewall5ern5ticizwan5gliwank5erwar5dedward5ern5ticisnth5ine_lo4giawar5thinmater4_pec3t4_pa4tiowav4ine_lous5i_para5t_par5af_lov5ernmor5ti_orner4nt5ativ_or5che_ma5lin_mar5ti_or4at4le5ation5tasiswel4izint4ariun4t3antntan5eon4t3ancleav5erl3eb5rannel5li_nucle5_no5ticlem5enclen5darwill5in_ni5tronsec4tewing5er4lentio5l4eriannerv5a_nas5tinres5tr5le5tu5lev5itano5blemnovel5el3ic3onwol5ver_mor5tilift5erlight5ilimet4e_mo5lec5lin3ealin4er_lin4erslin4gern5ocula_min5uenobser4_met4er_me5rin_me5ridmas4ted", + 8 : "_musi5cobserv5anwith5erilect5icaweight5ica5laman_mal5ad5l5di5nestast5i4cntend5enntern5alnter5nat_perse5c_pe5titi_phe5nomxe5cutio5latiliz_librar5nt5ilati_les5son_po5lite_ac5tiva5latilisnis5tersnis5ter_tamorph5_pro5batvo5litiolan5tine_ref5eremophil5ila5melli_re5statca3r4i3c5lamandrcen5ter_5visecti5numentanvers5aniver5saliv5eling_salt5ercen5ters_ha5bilio4c5ativlunch5eois5terer_sev5era_glor5io_stra5tocham5perstor5ianstil5ler_ge5neti_sulph5a_tac5ticnform5eroin4t5erneuma5to_te5ra5tma5chinecine5mat_tri5bal_fran5ch_tri5sti_fi5n4it_troph5o_fin5essimparad5stant5iv_vent5il4o5nomicssor5ialight5ersight5er__evol5utm5ament_ont5ane_icotyle5orest5atiab5oliziab5olismod5ifiehrill5inothalam5oth5erinnduct5ivrth5ing_otherm5a5ot5inizov5elinghav5ersipass5ivessent5ermater5n4ain5dersuo5tatiopens5atipercent5slav5eriplant5er5sing5erfortu5naplumb5erpo5lemicpound5erffranch5ppress5oa5lumnia_domest5pref5ereprel5atea5marinepre5scina5m4aticpring5ertil4l5agmmand5er5sid5u4a_de5spoievol5utee5tometeetend5erting5ingmed5icatran5dishm5ed5ieset5allis_de5servsh5inessmlo5cutiuest5ratncent5rincarn5atdes5ignareact5ivr5ebratereced5ennbarric5sen5sorier5nalisuar5tersre4t4er3_custom5naugh5tirill5er_sen5sati5scripti_cotyle5e4p5rob5a5ri5netaun5chierin4t5errip5lica_art5icl5at5ressepend5entu4al5lir5ma5tolttitu5di_cent5ria5torianena5ture5na5geri_cas5ualromolec5elom5ateatitud5i_ca5pituround5ernac5tiva_at5omizrpass5intomat5oltrifu5gae4l3ica4rpret5erel5ativetrav5esttra5versat5ernisat5ernizefor5estath5erinef5initeto5talizto5talis_barri5c_authen5mass5ing", + 9 : "_bap5tismna5cious_econstit5na5ciousl_at5omisena5culari_cen5tena_clima5toepe5titionar5tisti_cri5ticirill5ingserpent5inrcen5tenaest5igati_de5scrib_de5signe_determ5ifals5ifiefan5tasizplas5ticiundeter5msmu5tatiopa5triciaosclero5s_fec5unda_ulti5matindeterm5ipart5ite_string5i5lutionizltramont5_re5storeter5iorit_invest5imonolog5introl5ler_lam5enta_po5sitio_para5dis_ora5tori_me5lodio" + } +};
\ No newline at end of file diff --git a/js/hyphenator/patterns/en-us.js b/js/hyphenator/patterns/en-us.js new file mode 100644 index 0000000..714a7e1 --- /dev/null +++ b/js/hyphenator/patterns/en-us.js @@ -0,0 +1,19 @@ +// The en-US hyphenation patterns are retrieved from +// http://tug_org/svn/texhyphen/trunk/collaboration/repository/hyphenator/ +Hyphenator.languages['en-us'] = Hyphenator.languages['en'] = { + leftmin : 2, + rightmin : 3, + specialChars : "", + patterns : { + 3 : "x1qei2e1je1f1to2tlou2w3c1tue1q4tvtw41tyo1q4tz4tcd2yd1wd1v1du1ta4eu1pas4y1droo2d1psw24sv1dod1m1fad1j1su4fdo2n4fh1fi4fm4fn1fopd42ft3fu1fy1ga2sss1ru5jd5cd1bg3bgd44uk2ok1cyo5jgl2g1m4pf4pg1gog3p1gr1soc1qgs2oi2g3w1gysk21coc5nh1bck1h1fh1h4hk1zo1ci4zms2hh1w2ch5zl2idc3c2us2igi3hi3j4ik1cab1vsa22btr1w4bp2io2ipu3u4irbk4b1j1va2ze2bf4oar1p4nz4zbi1u2iv4iy5ja1jeza1y1wk1bk3fkh4k1ikk4k1lk1mk5tk1w2ldr1mn1t2lfr1lr3j4ljl1l2lm2lp4ltn1rrh4v4yn1q1ly1maw1brg2r1fwi24ao2mhw4kr1cw5p4mkm1m1mo4wtwy4x1ar1ba2nn5mx1ex1h4mtx3i1muqu2p3wx3o4mwa1jx3p1naai2x1ua2fxx4y1ba2dn1jy1cn3fpr2y1dy1i", + 4 : "4dryn2itni4on1inn1im_up3nik4ni4dy5giye4tyes4_ye44ab_nhe4nha4abe2n2gyn1guy1ery5eep2pe4abry3lay3lone4wne4v1nesy3chn1erne2q3neo1nenp2seps4hy2cey5lu2nedne2cyme44nk2y5at2adine2b2ne_y5ac2p1tp2ten1den1cun1cryn5dp2th4adup4twpub3ae4rxu3ayn5gaff4pue4n2au4p1ppuf4n2atag1ipu4mag1na2gon4asx3tix1t2pu2na4gya3haa3heah4la3ho_ti2a5ian2an5puspu2tnak4_th2n1kl_te4_ta4mu4u4mupmun23mum2alex4ob_sy25ynxal1i_st4y1o4xi5cxi5a4alm_si2_sh2m5sixhu4m4sh4m3r4amam2py2rabm2pixhi2yo5dr2ai4m1pmo2vmos2x2edmo2r4n1la2mor2asx3c2xas5yom4x4apxam3nme44mokrbi2nne44andy4osp4ot3noemn4omn4a4m1n4nog4m1l2angws4l1posw3shwri4wra4yp3iwom11wo2m2izrb4ow4nopo4pr2cem2isrd2iano4mig4y3pomi3awiz55mi_no4n4m1fme4v2re_wir42mes1menme2mme2gre1o2med4me_4nop4m5c4m1bwil21noureu2whi4w3ev4maprev2w1era2plpo4crfu4r4fyy5pu2maha3pu2mab2a2rn1p4npi44lyb4lya2p3nwam42l1w1lut4luplu3or1glluf4lu5a2wacltu2y3rol1tr4vv4r3guyr4rl1te4rh_nru4ar1il2sel4sc4l1rl5prl4plys4c4lovri3ar4ib4lof3lo_ar2par3q_os3ll4oll2i4as_ri1o3vokl2levoi44p1mlka35vo_ns4cas4ll1izr4iqr2is3vivl1it3lika2tan2sen2slrle42l3hlgo3l5gal5frns3mvi4p3ley_od2r2meles24athr4myle2al3drv1inldi4l2de2vilnt2il3civik4lce42l1b4lavv3ifrno4r3nua1trr2ocnt4sy4sok4syks4la2tuk4sck3ouko5ryss4a2tyau4b4klyys1tnu1akis4au3rki4pro4ek4ima2va5ki_nu4dn4umn3uokes4k1erav1irok2ke4g1keek2ed_me2aw3ikal4aws4k5agk3ab3ka_aye4ays4veg3jo4p5ba_4vedjew3n1v24ve_ja4pzar23vatizi4n1w41batba4z2b1bb2beix4o4i5w4b1d4be_rox5nym4nyp4n3za4ittr3por1r4i1ti1bel2ith2itei2su4rs2r1sars4cr2seis1p3betvag4i2sor1shbe3wr1sioad34b3hbi2bbi4d3bie3isf4ise2is_1bilr1sp5va_r5sw_le2uz4eir1ibi2tuxu3r1tiu1v2i1raze4nze4pb2l2uu4mo1biip3iz1eripe4b4louts44b1m4b3no3br3bodi4osbo4eru3aio4mi1ol4io_3booo1ce4inyin1u2insru2n2inn4inl4inkrv4e2inioch42iner3vo4indpi2np4idbt4lb4tob3trry4cry3t2in_o4elbu4ni2muim1i5saiil3v4ilnil1iil5fs1apo3er4b5w5by_bys4_in1sau4i1lazet4u2suo3ev2z1ii2go4igius1p5saw4s5bo2fi4ifti3fl4if_i3etsch2usc22ie4i2dui4dri2diid5dpi3au3ruz4ils1cuz4is4s5d4se_se4a2ce_2ici4ich3ceii1bri5bo1ceni1blse2g5seiibe43cepi2aniam4ur2li2al2i1acet4hy2scew41phy4ch_5phuhu4thu4gche2h4tyh4shur1durc44hr44h5p5sev5sexu1ra4s3fup3p2s3gph3t2sh_ho4g2h1n_he23ciau3pl4h1mci5ch2lozo4m4ciihi2vhi4p2cim2cin4phsu1peu1ouo1geu5osheu4sho4he4th1es4shwun5zun5ysi1bunu45cizo4glck3ihep5he2nh4ed1sioph2l5hazsi2rcly4zte4_ge21siscoe22cog5siu1siv5siz_ga24skes1l2s2leha4m2s1ms3ma1ogyo1h2u1ni3gus3gun2guegu4acov1gth3_eu3g4ros1n4_es3u2nez4zyum2pu1mi3som_ev2oig4cri2gov15goos4opgon2ul5v5goeu3lugob53go_2c1t4ph_g1nog1nic2te4sov4ulsgn4ag4myc4twcud5c4ufc4uipe2t3glo1gleul2igla4_eg23giz3cun5givgi4u3gir5gio1cusul4e2spagil4g1ic5gi__eb4cze41d2a5da_u1laggo44daf2dagg2gege4v1geo1gen2ged3dato1la2ge_ol2dol2i5daypek4p4eed1d42de_4gazol2tuiv3ol2vo2lys1sa2gamgaf4o2meui4n2ui2pe2cd4em4fugi4jku3fl3ufaf2tyf4to1denu4du4pe_2f3sfri2de1ps1si4f5pfos5d3eqs4sls4snfo2rss2tdes25fon4p1b_ci23payss5w2st_de1tf4l2de1v2fin4dey4d1fd4gast2idg1id2gyd1h25di_ud5dfi3au4cy_ch4pav43didu3cud1iff2fyu3crd1inst4r4f1ffev4fer11dio2fedfe4bdir2s2ty4fe_dis1on1au3ca4f5bon1c2ondd5k25far4fagpa1peys45eyc1exps4ul2dlyp4ale3whon3s3do_e1wa5doee5vud4oge1visu2msu2nub4euav4su2rp4ai6rk_d4or3dosu1atdo4v3doxp4adoo4k4swoo2padre4eus4e3upe5un2ophet5z4syc3syl4y3hoy1ads4pd4swd4syd2tho4wo3ta_du2c4etn2tabta2luac4es4wdu4g2ess4uabdu4n4duptav4st5bow1io1pr5dyn2tawe1sp2t1bop1uead1tz4et4chopy5ea4l4t1d4te_2tyle1si4esh1tee4tyat1cr4twoteg4es2c4eru1teoer1s2eroea2tte4po1rat1wh3tusea2v3teu3texer1i2e1ber1h4tey2t1f4t1ge3br2th_th2e4thle1ce3tumec2i2ths2erb1tia4tueer1aou5vtud2tif22tige1potu1aou4lttu41timt5toos4le1cre2pat4swe5owe1cue4ottsh4eos4e1ort4sce3ol4edieo2ge5of1tio4eno4enn5tiq4edoti4u1tive3my1tiz4othee2ct5laee2ft5lo4t1mee2mtme4e1meem5bcoi4to3be5exo1ry2tof1effel2iel2ftos24t1pe1la1traos2ceig2ei5de5ico2soe1h45egyeg5n", + 5 : "_ach4e4go_e4goseg1ule5gurtre5feg4iceher4eg5ibeger44egaltre4mei5gle3imbe3infe1ingtra3beir4deit3eei3the5ity5triae4jud3efiteki4nek4la2trime4la_e4lactri4v4toute4law5toure3leaefil45elece4ledto2rae5len4tonye1lestro3ve4fic4tonoto3mytom4bto2mato5ice5limto2gre3lioe2listru5i4todo4ellaee4tyello4e5locel5ogeest4el2shel4tae5ludel5uge4mace4mage5man2t1n2ee2s4ee4p1e2mele4metee4naemi4eee4lyeel3i3tled3tle_e4mistlan4eed3iem3iztrus4emo4gti3zaem3pie4mule4dulemu3ne4dritiv4aedon2e4dolti3tle5neae5neeen3emtis4pti5sotis4m3tisee3newti3sae5niee5nile3nioedi5zen3ite5niu5enized1ited3imeno4ge4nosen3oven4swti5oc4t1s2en3uaen5ufe3ny_4en3zed3ibe3diae4oi4ede4s3tini4ed3deo3ret2ina2e2dae4culeo4toe5outec4te4t3t2t4tes2t1ine5pel4timpe2corephe4e4plie2col5tigutu3arti5fytu4bie3pro3tienep4sh5tidie4putt4icoeci4t4tick2ti2bec3imera4bti4aber3ar4tuf45tu3ier4bler3che4cib2ere_4thooecca54thil3thet4thea3turethan4e4cade4bitere4qe4ben5turieret4tur5oeav5oeav5itu5ry4tess4tes_ter5ve1rio4eriter4iueri4v1terier3m4ter3cte5pe4t1waer3noeast3er5obe5rocero4rer1oue3assea5sp1tent4ertler3twtwis4eru4t3tende1s4a3tenc5telsear2te2scateli4e3scres5cue1s2ee2sec3tel_te5giear5kear4cte5diear3ae3sha2t1ede5ande2sice2sid5tecttece44teattype3ty5phesi4uea4gees4mie2sole3acte2sone1a4bdys5pdy4sedu4petaun4d3uleta5sytas4e4tare4tarctar4ata5pl2estrta5mo4talke2surtal3idu5eleta4bta5lae3teoua5naet1ic4taf4etin4ta5doe5tir4taciuan4id1ucad1u1ae3trae3tre2d1s2syn5ouar2d4drowet3uaet5ymdro4pdril4dri4b5dreneu3rouar3ieute44draieu5truar3te2vasdop4pe5veadoo3ddoni4u4belsum3iev1erdoli4do4laev3idevi4le4vinevi4ve5voc2d5ofdo5dee4wage5wee4d1n4ewil54d5lue3wit2d3lou3ber5eye_u1b4i3dledfa3blfab3rfa4ce3dle_fain4suit3su5issu2g34d5lasu4b3fa3tasu1al4fato1di1vd2iti5disiuci4bfeas4di1redi4pl4feca5fectdio5gfe3life4mofen2d4st3wuc4it5ferr5diniucle3f4fesf4fie4stry1dinaf4flydi3ge3dictd4icedia5bs4tops1tle5stirs3tifs4ties1ticfic4is5tias4ti_4ficsfi3cuud3ers3thefil5iste2w4filyudev45finas4tedfi2nes2talfin4ns2tagde2tode4suflin4u1dicf2ly5ud5isu5ditde1scd2es_der5sfon4tu4don5dermss4lid4erhfor4is4siede2pudepi4fra4tf5reade3pade3nufril4frol5ud4side3nou4eneuens4ug5infu5el5dem_s5setfu5nefu3rifusi4fus4s4futade5lode5if4dee_5gal_3galiga3lo2d1eds3selg5amos2s5cssas3u1ing4ganouir4mgass4gath3uita4deaf5dav5e5dav44dato4darygeez44spotspor4s4pon4gelydark5s4ply4spio4geno4genydard5ge3omg4ery5gesigeth54getoge4tydan3g4g1g2da2m2g3gergglu5dach4gh3inspil4gh4to4cutr1gi4agia5rula5bspho5g4icogien5s2pheulch42sperspa4n5spai3c4utu1lenul4gigir4lg3islcu5pycu3picu4mic3umecu2maso5vi5glasu5liagli4bg3lig5culiglo3r4ul3mctu4ru1l4og4na_c3terul1tig2ning4nio4ultug4noncta4b4c3s2cru4dul5ulsor5dgo3isum5absor5ccris4go3nic4rinson4gsona45gos_cri5fcre4vum4bi5credg4raigran25solvsoft3so4ceunat44graygre4nco5zi4gritcoz5egruf4cow5ag5stecove4cos4es5menun4ersmel44corbco4pl4gu4tco3pacon5tsman3gy5racon3ghach4hae4mhae4th5aguha3lac4onecon4aun4ims3latu2ninhan4gs3ket5colocol5ihan4kuni3vhap3lhap5ttras4co4grhar2dco5agsir5aclim45sionhas5shaun44clichaz3acle4m1head3hearun3s4s3ingun4sws2ina2s1in4silysil4eh5elohem4p4clarhena45sidiheo5r1c4l4h4eras5icc2c1itu4orsh3ernshor4h3eryci3phshon34cipecion45cinoc1ingc4inahi5anhi4cohigh5h4il2shiv5h4ina3ship3cilihir4lhi3rohir4phir4rsh3iohis4ssh1inci4lau5pia4h1l4hlan44cier5shevcia5rhmet4ch4tish1erh5ods3cho2hoge4chi2z3chitho4mahome3hon4aho5ny3hoodhoon45chiouptu44ura_ho5ruhos4esew4ihos1p1housu4ragses5tu4rasur4behree5se5shs1e4s4h1s24chedh4tarht1enht5esur4fru3rifser4os4erlhun4tsen5gur1inu3riosen4dhy3pehy3phu1ritces5tur3iz4cesa4sencur4no4iancian3i4semeia5peiass45selv5selfi4atu3centse1le4ceniib5iaib3inseg3ruros43cencib3li3cell5cel_s5edli5bun4icam5icap4icar4s4ed3secticas5i4cayiccu44iceour4pe4ced_i5cidsea5wi2cipseas4i4clyur4pi4i1cr5icrai4cryic4teictu2ccon4urti4ic4umic5uoi3curcci4ai4daiccha5ca4thscof4ide4s4casys4cliscle5i5dieid3ios4choid1itid5iui3dlei4domid3owu5sadu5sanid5uous4apied4ecany4ield3s4cesien4ei5enn4sceii1er_i3esci1estus3ciuse5as4cedscav5if4frsca4pi3fieu5siau3siccan4eiga5bcan5d4calous5sli3gibig3ilig3inig3iti4g4lus1trig3orig5oti5greigu5iig1ur2c5ah4i5i44cag4cach4ca1blusur4sat3usa5tab5utoi3legil1erilev4uta4b4butail3iail2ibil3io3sanc2ilitil2izsal4t5bustil3oqil4tyil5uru3tati4magsa5losal4m4ute_4imetbu3res3act5sack2s1ab4imitim4nii3mon4utelbumi4bu3libu4ga4inav4utenbsor42b5s2u4tis4briti3neervi4vr3vic4inga4inger3vey4ingir3ven4ingo4inguu4t1li5ni_i4niain3ioin1isbo4tor5uscrunk5both5b5ota5bos42i1no5boriino4si4not5borein3seru3in2int_ru4glbor5di5nusut5of5bor_uto5gioge4io2grbon4au5tonru3enu4touion3iio5phior3ibod3iio5thi5otiio4toi4ourbne5gb3lisrt4shblen4ip4icr3triip3uli3quar4tivr3tigrti4db4le_b5itzira4bi4racird5ert5ibi4refbi3tri4resir5gibi5ourte5oir4isr3tebr4tagbin4diro4gvac3uir5ul2b3ifis5agis3arisas52is1cis3chbi4eris3erbi5enrson3be5yor5shais3ibisi4di5sisbe3tw4is4krs3es4ismsbe5trr3secva4geis2piis4py4is1sbe3sp4bes4be5nuval5ois1teis1tirrys4rros44be5mis5us4ita_rron4i4tagrri4vi3tani3tatbe3lorri4or4reoit4esbe1libe5gu4itiarre4frre4cbe3giit3igbe3dii2tim2itio4itisrp4h4r3pet4itonr4peait5rybe3debe3dai5tudit3ul4itz_4be2dbeat3beak4ro4varo4tyros4sro5roiv5ioiv1itror3i5root1roomval1ub3berva5mo4izarva5piron4eban3ijac4qban4ebal1ajer5srom4prom4iba4geazz5i5judgay5alax4idax4ickais4aw4ly3awaya1vorav5ocav3igke5liv3el_ve4lov4elyro1feke4tyv4erdv4e2sa5vanav3ag5k2ick4illkilo5au1thk4in_4ves_ro3crkin4gve4teaun5dk5ishau4l2au3gu4kleyaugh3ve4tyk5nes1k2noat3ulkosh4at5uekro5n4k1s2at5uaat4that5te5vianat4sk5vidil4abolaci4l4adela3dylag4nlam3o3landrob3la4tosr4noular4glar3ilas4ea4topr3nivr3nita2tomr5nica4toglbin44l1c2vi5gnat3ifat1ica5tiar3neyr5net4ati_ld5isat4hol4driv2incle4bileft55leg_5leggr4nerr3nel4len_3lencr4nar1lentle3phle4prvin5dler4e3lergr3mitl4eroat5evr4mio5lesq3lessr3menl3eva4vingrma5cvio3lvi1ou4leyevi5rovi3so4l1g4vi3sulgar3l4gesate5cat5apli4agli2amr3lo4li4asr4lisli5bir4ligr2led4lics4vitil4icul3icyl3idaat5ac3lidirk4lel4iffli4flr3ket3lighvit3r4vityriv3iri2tulim3ili4moris4pl4inar3ishris4clin3ir4is_li5og4l4iqlis4pas1trl2it_as4shas5phri2pla4socask3ia3sicl3kallka4ta3sibl4lawashi4l5leal3lecl3legl3lel5riphas4abar2shrin4grin4ear4sarin4dr2inal5lowarre4l5met3rimol4modlmon42l1n2a3roorim5ilo4civo4la5rigil5ogo3loguri5et5longlon4iri1erlood5r4icolop3il3opmlora44ricir4icerib3a5los_v5oleri4agria4blos4tlo4taar2mi2loutar2izar3iolpa5bl3phal5phi4rhall3pit5voltar4im3volv2l1s2vom5ivori4l4siear4fllt5agar4fivo4rylten4vo4talth3ia3reeltis4ar4drw5ablrgo4naraw4lu3brluch4lu3cilu3enwag5olu5idlu4ma5lumia5raur5gitwait5luo3rw5al_luss4r5gisar4atl5venrgi4nara3pwar4tar3alwas4tly5mely3no2lys4l5ysewa1teaque5ma2car3gicma4clr3get5magnwed4nmaid54maldrg3erweet3wee5vwel4lapoc5re4whwest3ap3in4aphires2tr4es_mar3vre5rumas4emas1t5matemath3rero4r4eriap5atr1er4m5bilre1pumbi4vapar4a5nuran3ul4med_an3uare5lure1lian4twre5itmel4tan2trre4fy4antomen4are3fire2fe4menemen4imens4re1de3ment2r2edme5onre4awwin4g5reavme4tare3anme1tere1alm4etr3wiserdin4rdi4aan4stwith3an2span4snan2samid4amid4gan5otwl4esr4dalm4illmin4a3mindrcum3rc4itr3charcen4min4tm4inumiot4wl3ina3niumis5lan3ita3nip4mithan3ioan1gla3neuws4per2bina3nena5neem4ninw5s4tan1dl4mocrrbi4fmo2d1mo4gomois2xac5ex4agor4bagmo3mer4baba3narrau4ta5monrare4rar5cra5nor4aniam1inr2amiam5ifra4lomo3spmoth3m5ouf3mousam3icxer4ixe5roraf4tr5aclm3petra3bixhil5mpi4aam3ag3quetm5pirmp5is3quer2que_qua5vmpov5mp4tram5ab3alyz4m1s25alyt4alysa4ly_ali4exi5di5multx4ime4aldia4laral3adal5abak1enain5opu3trn4abu4nac_na4can5act5putexpe3dna4lia4i4n4naltai5lya3ic_pur4rag5ulnank4nar3c4narenar3inar4ln5arm3agognas4c4ag4l4ageupul3cage4oaga4na4gab3nautnav4e4n1b4ncar5ad5umn3chaa3ducptu4rpti3mnc1innc4itad4suad3owad4len4dain5dana5diua3ditndi4ba3dion1ditn3dizn5ducndu4rnd2we3yar4n3eara3dianeb3uac4um5neckac3ulp4siba3cio5negene4laac1inne5mine4moa3cie4nene4a2cine4poyc5erac1er2p1s2pro1tn2erepro3lner4rych4e2nes_4nesp2nest4neswpri4sycom4n5evea4carab3uln4gabn3gelpre3vpre3rycot4ng5han3gibng1inn5gitn4glangov4ng5shabi5an4gumy4erf4n1h4a5bannhab3a5bal3n4iani3anni4apni3bani4bl_us5ani5dini4erni2fip3petn5igr_ure3_un3up3per_un5op3pennin4g_un5k5nis_p5pel_un1en4ithp4ped_un1ani3tr_to4pympa3_til4n3ketnk3inyn5ic_se2ny4o5gy4onsnmet44n1n2_ru4d5pounnni4vnob4lpo4tan5ocly4ped_ro4qyper5noge4pos1s_ri4gpo4ry1p4or_res2no4mono3my_ree2po4ninon5ipoin2y4poc5po4gpo5em5pod_4noscnos4enos5tno5tayp2ta3noun_ra4cnowl3_pi2tyra5m_pi4eyr5ia_out3_oth32n1s2ns5ab_or3t_or1d_or3cplu4mnsid1nsig4y3s2eys3ion4socns4pen5spiploi4_odd5nta4bpli4n_ni4cn5tib4plignti2fpli3a3plannti4p1p2l23ysis2p3k2ys3ta_mis1nu5enpi2tun3uinp3ithysur4nu1men5umi3nu4nyt3icnu3trz5a2b_li4t_li3o_li2n_li4g_lev1_lep5_len4pion4oard3oas4e3pi1ooat5ip4inoo5barobe4l_la4mo2binpind4_ju3rob3ul_is4i_ir5rp4in_ocif3o4cil_in3so4codpi3lopi3enocre33piec5pidipi3dep5ida_in2kod3icodi3oo2do4odor3pi4cypian4_ine2o5engze3rooe4ta_im3m_id4l_hov5_hi3b_het3_hes3_go4r_gi4bpho4ro5geoo4gero3gie3phobog3it_gi5azo5ol3phizo4groogu5i4z1z22ogyn_fes3ohab5_eye55phieph1icoiff4_en3sph4ero3ing_en3go5ism_to2qans3v_el5d_eer4bbi4to3kenok5iebio5mo4lanper1v4chs_old1eol3erpe5ruo3letol4fi_du4co3liaper3op4ernp4erio5lilpe5ono5liop4encpe4la_do4tpee4do5livcin2q3pediolo4rol5pld3tabol3ub3pedeol3uno5lusedg1le1loaom5ahoma5l2p2edom2beom4bl_de3o3fich3pe4ao4met_co4ro3mia_co3ek3shao5midom1inll1fll3teapa2teo4monom3pi3pare_ca4tlue1pon4aco3nanm2an_pa4pum2en_on5doo3nenng1hoon4guon1ico3nioon1iso5niupa3nypan4ao3nou_bri2pain4ra1oronsu4rk1hopac4tpa4ceon5umonva5_ber4ood5eood5i6rks_oop3io3ordoost5rz1scope5dop1erpa4ca_ba4g_awn4_av4i_au1down5io3pito5pon1sync_as1s_as1p_as3ctch1c_ar5so5ra_ow3elo3visov4enore5auea1mor3eioun2d_ant4orew4or4guou5etou3blo5rilor1ino1rio_ang4o3riuor2miorn2eo5rofoto5sor5pe3orrhor4seo3tisorst4o3tif_an5cor4tyo5rum_al3tos3al_af1tos4ceo4teso4tano5scros2taos4poos4paz2z3wosi4ue3pai", + 6 : "os3ityos3itoz3ian_os4i4ey1stroos5tilos5titxquis3_am5atot3er_ot5erso3scopor3thyweek1noth3i4ot3ic_ot5icao3ticeor3thiors5enor3ougor3ityor3icaouch5i4o5ria_ani5mv1ativore5sho5realus2er__an3teover3sov4erttot3icoviti4o5v4olow3dero4r3agow5esto4posiop3ingo5phero5phanthy3sc3operaontif5on3t4ionten45paganp3agattele2gonspi4on3omyon4odipan3elpan4tyon3keyon5est3oncil_ar4tyswimm6par5diompro5par5elp4a4ripar4isomo4gepa5terst5scrpa5thy_atom5sta1tio5miniom3icaom3ic_ss3hatsky1scpear4lom3ena_ba5naol3umer1veilpedia4ped4icolli4er1treuo5liteol3ishpeli4epe4nano5lis_pen4thol3ingp4era_r1thoup4erago3li4f_bas4er1krauperme5ol5id_o3liceper3tio3lescolass4oi3terpe5tenpe5tiz_be5raoi5son_be3smphar5iphe3nooi5letph4es_oi3deroic3esph5ingr3ial_3ognizo5g2ly1o1gis3phone5phonio5geneo4gatora3mour2amenofit4tof5itera3chupi4ciepoly1eod5dedo5cureoc3ula1pole_5ocritpee2v1param4oc3raco4clamo3chetob5ingob3a3boast5eoke1st3nu3itpi5thanuf4fentu3meoerst2o3chasplas5tn3tinepli5ernti4ernter3sntre1pn4s3esplum4bnsati4npre4cns4moonon1eqnor5abpo3et5n5lessn5oniz5pointpoly5tnon4agnk3rup3nomicng1sprno5l4inois5i4n3o2dno3blenni3aln5keroppa5ran3itor3nitionis4ta5nine_ni3miznd3thrmu2dron3geripray4e5precipre5copre3emm3ma1bpre4lan5gerep3rese3press_can5cmedi2c5pri4e_ce4la3neticpris3op3rocal3chain4er5ipros3en4erarnera5bnel5iz_cit5rne4gatn5d2ifpt5a4bjanu3aign4itn3chisn5chiln5cheon4ces_nau3seid4iosna3talnas5tinan4itnanci4na5mitna5liahnau3zput3er2n1a2bhex2a3hatch1multi3hair1sm4pousg1utanmpo3rim4p1inmp5iesmphas4rach4empar5iraf5figriev1mpara5mo5seyram3et4mora_rane5oran4gemo3ny_monol4rap3er3raphymo3nizgno5morar5ef4raril1g2nacg1leadmoni3ara5vairav3elra5ziemon5gemon5etght1wemoi5sege3o1dmma5ryr5bine3fluoren1dixmis4ti_de3ra_de3rie3chasrch4err4ci4bm4inglm5ineedu2al_3miliame3tryrdi4er_des4crd3ingdi2rerme5thimet3alre5arr3mestim5ersadi2rende2ticdes3icre4cremen4temensu5re3disred5itre4facmen4dede2mosmen5acmem1o3reg3ismel5onm5e5dyme3died2d5ibren4te5mediare5pindd5a5bdata1bmba4t5cle4arma3tisma5scemar4lyre4spichs3huma5riz_dumb5re3strre4terbrus4qre3tribio1rhre5utiman3izre4valrev3elbi1orbbe2vie_eas3ire5vilba1thyman5is5maniamal4tymal4lima5linma3ligmag5inav3ioul5vet4rg3inglus3teanti1dl5umn_ltur3a_el3emltera4ltane5lp5ingloun5dans5gra2cabllos5etlor5ouric5aslo5rie_enam35ricidri4cie5lope_rid5erri3encri3ent_semi5lom3errig5an3logicril3iz5rimanlob5allm3ingrim4pell5out5rina__er4ril5linal2lin4l3le4tl3le4nriph5eliv3er_ge5og_han5k_hi3er_hon3olin3ea1l4inel4im4p_idol3_in3ci_la4cy_lath5rit3iclim4blrit5urriv5elriv3et4l4i4lli4gra_leg5elif3errk4linlid5er4lict_li4cor5licioli4atorl5ish_lig5a_mal5o_man5a_mer3c5less_rm5ersrm3ingy3thinle5sco3l4erilera5b5lene__mon3ele4matld4erild4erela4v4ar1nis44lativ_mo3rola5tanlan4telan5etlan4dllab3ic_mu5takin4dek3est_ro5filk3en4dro5ker5role__of5te4jestyys3icaron4al5izont_os4tlron4tai4v3ot_pe5tero3pelrop3ici5voreiv5il__pio5n_pre3mro4the_ran4tiv3en_rov5eliv3ellit3uati4tramr5pentrp5er__rit5ui4tismrp3ingit5ill_ros5tit3ica4i2tici5terirre4stit3era4ita5mita4bi_row5dist4lyis4ta_is4sesrsa5tiissen4is4sal_sci3erse4crrs5er_islan4rse5v2yo5netish5opis3honr4si4bis5han5iron_ir4minrtach4_self5iri3turten4diri5dei4rel4ire4de_sell5r4tieriq3uidrtil3irtil4lr4tilyr4tistiq5uefip4re4_sing4_ting4yn3chrru3e4lion3at2in4th_tin5krum3pli4no4cin3ityrun4ty_ton4aruti5nymbol5rvel4i_top5irv5er_r5vestin5geni5ness_tou5s_un3cein3cerincel45ryngei4n3auim3ulai5miniimi5lesac3riim5ida_ve5rasalar4ima5ryim3ageill5abil4istsan4deila5rai2l5am_wil5ii4ladeil3a4bsa5voright3iig3eraab5erd4ific_iff5enif5eroi3entiien5a45ie5gaidi5ou3s4cieab5latidi4arid5ianide3al4scopyab5rogid5ancic3ulaac5ardi2c5ocic3ipaic5inase2c3oi4carai4car_se4d4ei2b5riib5iteib5it_ib5ertib3eraac5aroi4ativ4ian4tse4molsen5ata5ceouh4warts5enedhus3t4s5enin4sentd4sentlsep3a34s1er_hun5kehu4min4servohro3poa5chethov5el5se5umhouse3sev3enho5senhort3eho5rishor5at3hol4ehol5arh5odizhlo3riac5robhis3elhion4ehimer4het4edsh5oldhe2s5ph5eroushort5here5aher4bahera3p3side_5sideshen5atsi5diz4signahel4lyact5ifhe3l4ihe5do55sine_h5ecathe4canad4dinsion5aad5er_har4lehard3e3sitioha5rasha3ranhan4tead3icahang5oadi4ersk5inesk5ing5hand_han4cyhan4cislith5hala3mh3ab4lsmall32g5y3n5gui5t3guard5smithad5ranaeri4eag5ellag3onia5guerso4labsol3d2so3licain5in4grada3s4on_gor5ougo5rizgondo5xpan4dait5ens5ophyal3end3g4o4ggnet4tglad5i5g4insgin5ge3g4in_spen4d2s5peog3imen5gies_3spher5giciagh5outsp5ingge5nizge4natge5lizge5lisgel4inxi5miz4gativgar5n4a5le5oga3nizgan5isga5mets5sengs4ses_fu4minfres5cfort5assi4erss5ilyfore5tfor5ayfo5ratal4ia_fon4dessur5aflo3ref5lessfis4tif1in3gstam4i5stands4ta4p5stat_fin2d5al5levs5tero4allicstew5afight5fi5del5ficie5ficiafi3cer5stickf3icena5log_st3ingf3icanama5ra5stockstom3a5stone2f3ic_3storef2f5iss4tradam5ascs4trays4tridf5fin_fend5efeath3fault5fa3thefar5thfam5is4fa4mafall5eew3inge5verbeven4ie5vengevel3oev3ellev5asteva2p5euti5let5roset3roget5rifsy5rinet3ricet5onaam5eraam5ilyami4noamor5ieti4noe5tidetai5loethod3eten4dtal5enes5urramp5enan3ageta5loge5strotan4detanta3ta5pere3ston4es2toes5times3tigta3rizestan43analy4taticta4tures4prean3arces3pertax4ises5onaes3olue5skintch5etanar4ies4i4ntead4ie2s5ima3natiande4sesh5enan3disan4dowang5iete5geres5ences5ecres5cana4n1icte2ma2tem3at3tenanwrita45erwau4tenesert3era3nieser3set5erniz4erniter4nis5ter3de4rivaan3i3fter3isan4imewo5vener3ineeri4ere3rient3ess_teth5e5ericke1ria4er3ester5esser3ent4erenea5nimier5enaer3emoth3easthe5atthe3iser5el_th5ic_th5icaere3in5thinkere5coth5odea5ninee3realan3ishan4klier4che5anniz4erandti4atoanoth5equi3lep5utat4ic1uan4scoe4probep3rehe4predans3poe4precan4surantal4e3penttim5ulep5anceo5rol3tine_eop3aran4tiewin4deap5eroen3ishen5icsen3etren5esten5esien5eroa3pheren3dicap3itae4nanten5amoem5ulaa3pituti3zen5emnize5missem5ishap5olaem5ine3tles_t5let_em1in2apor5iem3icaem5anael3op_el4labapos3te3liv3el5ishaps5esweath3e3lierel3icaar3actwa5verto3nate3libee4l1erel3egato3rietor5iza5radeelaxa4aran4gto3warelan4dej5udie5insttra5chtraci4ar5av4wa5gere5git5arbal4ar5easeg5ing4voteetrem5iar3enta5ressar5ial4tricsvor5abe3finetro5mitron5i4tronyar3iantro3sp5eficia3rieted5uloed3icae4d1erec3ulaec4tane4cremeco5roec3orae4concar5o5de4comme4cluse4clame5citeec5ifya5ronias3anta5sia_tu4nis2t3up_ecan5ce4belstur3ise4bel_eav3ene4a3tue5atifeath3ieat5eneart3eear4ilear4icear5eseam3ereal3oueal5erea5geread5iedum4be4ducts4duct_duc5eras3tenasur5adrea5rat3abl4d5outdo3natdom5izdo5lor4dlessu4bero3dles_at3alou3ble_d4is3tdirt5idi5niz3dine_at5ech5di3endi4cam1d4i3ad3ge4tud5estdev3ilde3strud3iedud3iesdes3tide2s5oat3egovis3itde4nardemor5at3en_uen4teuer4ilde5milat3eraugh3en3demicater5nuil5izdeli4ede5comde4cildecan4de4bonv3io4rdeb5it4dativ2d3a4bat3estu5laticu4tie5ulcheul3dercuss4icu5riaath5em3cultua5thenul3ingul5ishul4lar4vi4naul4liscu5ityctim3ic4ticuuls5esc5tantultra3ct5angcros4ecrop5ocro4pl5critiath5omum4blycre3at5vilitumor5oat5i5b5crat_cras5tcoro3ncop3iccom5ercol3orun5ishco3inc5clareat3ituunt3abat5ropun4tescit3iz4cisti4cista4cipicc5ing_cin3em3cinatuper5s5videsup3ingci2a5b5chini5videdupt5ib5vide_at4tag4ch1inch3ersch3er_ch5ene3chemiche5loure5atur4fercheap3vi5aliat3uravet3er4ch3abc5e4taau5sib3cessives4tece5ram2cen4e4cedenccou3turs5erur5tesur3theaut5enur4tiecav5al4cativave4nover3thcar5omca5percan4tycan3izcan5iscan4icus4lin3versecal4laver3ieca3latca5dencab3in3butiobuss4ebus5iebunt4iv4eresuten4i4u1t2iv3erenu3tineut3ingv4erelbroth35u5tizbound34b1orabon5at5vere_bom4bibol3icblun4t5blespblath5av3erav5enuebi3ogrbi5netven3om2v1a4bvac5ilbi3lizbet5izbe5strva5liebe5nigbbi4nabas4siva5nizbari4aav5ernbarbi5av5eryvel3liazi4eravi4er", + 7 : "_dri5v4ban5dagvar5iedbina5r43bi3tio3bit5ua_ad4derution5auti5lizver5encbuf4ferus5terevermi4ncall5incast5ercas5tigccompa5z3o1phros5itiv5chanicuri4fico5stati5chine_y5che3dupport54v3iden5cific_un4ter_at5omiz4oscopiotele4g5craticu4m3ingv3i3liz4c3retaul4li4bcul4tiscur5a4b4c5utiva5ternauiv4er_del5i5qdem5ic_de4monsdenti5fdern5izdi4latou4b5ingdrag5on5drupliuar5ant5a5si4tec5essawo4k1enec5ifiee4compear5inate4f3eretro5phewide5sp5triciatri5cesefor5ese4fuse_oth5esiar5dinear4chantra5ventrac4tetrac4itar5ativa5ratioel5ativor5est_ar5adisel5ebraton4alie4l5ic_wea5rieel5igibe4l3ingto5cratem5igraem3i3niemoni5oench4erwave1g4a4pillavoice1ption5eewill5inent5age4enthesvaude3vtill5inep5recaep5ti5bva6guer4erati_tho5rizthor5it5thodicer5ence5ternitteri5zater5iesten4tage4sage_e4sagese4sert_an5est_e4sertse4servaes5idenes5ignaesis4tees5piraes4si4btal4lisestruc5e5titioounc5erxe4cutota5bleset5itiva4m5atoa4matis5stratu4f3ical5a5lyst4ficatefill5instern5isspend4gani5zasqual4la4lenti4g3o3nas5ophiz5sophicxpecto55graph_or5angeuri4al_4graphy4gress_smol5d4hang5erh5a5nizharp5enhar5terhel4lishith5erhro5niziam5eteia4tricic4t3uascour5au2r1al_5scin4dover4nescan4t55sa3tiou5do3ny_ven4de_under5ty2p5al_anti5sylla5bliner4arturn3ari5nite_5initioinsur5aion4eryiphras4_tim5o5_ten5an_sta5blrtroph4_se5rieiq3ui3t5i5r2izis5itiviso5mer4istral5i5ticki2t5o5mtsch3ie_re5mittro3fiti4v3er_i4vers_ros5per_pe5titiv3o3ro_ped5alro5n4is_or5ato4jestierom5ete_muta5bk5iness4latelitr4ial__mist5i_me5terr4ming_lev4er__mar5tilev4eralev4ers_mag5a5liar5iz5ligaterit5ers_lat5errit5er_r5ited__im5pinri3ta3blink5er_hon5ey5litica_hero5ior5aliz_hand5irip5lic_gen3t4tolo2gylloqui5_con5grt1li2erbad5ger4operag_eu4lertho3donter2ic__ar4tie_ge4ome_ge5ot1_he3mo1_he3p6a_he3roe_in5u2tpara5bl5tar2rht1a1mintalk1a5ta3gon_par5age_aster5_ne6o3f_noe1thstyl1is_poly1s5pathic_pre1ampa4tricl3o3niz_sem4ic_semid6_semip4_semir45ommend_semiv4lea4s1a_spin1oom5etryspher1o_to6poglo4ratospe3cio3s2paceso2lute_we2b1l_re1e4ca5bolicom5erseaf6fishside5swanal6ysano5a2cside5stl5ties_5lumniasid2ed_anti1reshoe1stscy4th1s4chitzsales5wsales3cat6tes_augh4tlau5li5fom5atizol5ogizo5litiorev5olure5vertre5versbi5d2ifbil2lab_earth5pera5blro1tronro3meshblan2d1blin2d1blon2d2bor1no5ro1bot1re4ti4zr5le5quperi5stper4malbut2ed_but4tedcad5e1moist5enre5stalress5ibchie5vocig3a3roint5er4matizariv1o1lcous2ticri3tie5phisti_be5stoog5ativo2g5a5rr3a3digm4b3ingre4posir4en4tade4als_od5uctsquasis6quasir6re5fer_p5trol3rec5olldic1aiddif5fra3pseu2dr5ebrat5metric2d1lead2d1li2epro2g1epre1neuod5uct_octor5apoin3came5triem5i5liepli5narpara3memin5glim5inglypi4grappal6matmis4er_m5istryeo3graporth1riop1ism__but4tio3normaonom1icfeb1ruafermi1o_de4moio5a5lesodit1icodel3lirb5ing_gen2cy_n4t3ingmo5lestration4get2ic_4g1lishobli2g1mon4ismnsta5blmon4istg2n1or_nov3el3ns5ceivno1vembmpa5rabno4rarymula5r4nom1a6lput4tinput4tedn5o5miz_cam4penag5er_nge5nesh2t1eoun1dieck2ne1skiifac1etncour5ane3backmono1s6mono3chmol1e5cpref5ac3militapre5tenith5i2lnge4n4end5est__capa5bje1re1mma1la1ply5styr1kovian_car5olprin4t3lo2ges_l2l3ishprof5it1s2tamp", + 8 : "lead6er_url5ing_ces5si5bch5a5nis1le1noidlith1o5g_chill5ilar5ce1nym5e5trych5inessation5arload4ed_load6er_la4c3i5elth5i2lyneg5ativ1lunk3erwrit6er_wrap3arotrav5es51ke6linga5rameteman3u1scmar1gin1ap5illar5tisticamedio6c1me3gran3i1tesima3mi3da5bves1titemil2l1agv1er1eigmi6n3is_1verely_e4q3ui3s5tabolizg5rapher5graphicmo5e2lasinfra1s2mon4ey1lim3ped3amo4no1enab5o5liz_cor5nermoth4et2m1ou3sinm5shack2ppo5sitemul2ti5uab5it5abimenta5rignit1ernato5mizhypo1thani5ficatuad1ratu4n5i4an_ho6r1ic_ua3drati5nologishite3sidin5dling_trib5utin5glingnom5e1non1o1mistmpos5itenon1i4so_re5stattro1p2istrof4ic_g2norespgnet1ism5glo5binlem5aticflow2er_fla1g6elntrol5lifit5ted_treach1etra1versl5i5ticso3mecha6_for5mer_de5rivati2n3o1me3spac6i2t3i4an_thy4l1antho1k2er_eq5ui5to4s3phertha4l1amt3ess2es3ter1geiou3ba3dotele1r6ooxi6d1iceli2t1isonspir5apar4a1leed1ulingea4n3iesoc5ratiztch3i1er_kil2n3ipi2c1a3dpli2c1abt6ap6athdrom3e5d_le6icesdrif2t1a_me4ga1l1prema3cdren1a5lpres2plipro2cess_met4ala3do5word1syth3i2_non1e2m_post1ampto3mat4rec5ompepu5bes5cstrib5utqu6a3si31stor1ab_sem6is4star3tliqui3v4arr1abolic_sph6in1de5clar12d3aloneradi1o6gs3qui3tosports3wsports3cra5n2hascro5e2cor3bin1gespokes5wspi2c1il_te3legrcroc1o1d_un3at5t_dictio5cat1a1s2buss4ingbus6i2esbus6i2erbo2t1u1lro5e2las1s2pacinb1i3tivema5rine_r3pau5li_un5err5r5ev5er__vi2c3arback2er_ma5chinesi5resid5losophyan3ti1n2sca6p1ersca2t1olar2rangesep3temb1sci2uttse3mes1tar3che5tsem1a1ph", + 9 : "re4t1ribuuto5maticl3chil6d1a4pe5able1lec3ta6bas5ymptotyes5ter1yl5mo3nell5losophizlo1bot1o1c5laratioba6r1onierse1rad1iro5epide1co6ph1o3nscrap4er_rec5t6angre2c3i1prlai6n3ess1lum5bia_3lyg1a1miec5ificatef5i5nites2s3i4an_1ki5neticjapan1e2smed3i3cinirre6v3ocde2c5linao3les3termil5li5listrat1a1gquain2t1eep5etitiostu1pi4d1v1oir5du1su2per1e6_mi1s4ers3di1methy_mim5i2c1i5nitely_5maph1ro15moc1ra1tmoro6n5isdu1op1o1l_ko6r1te1n3ar4chs_phi2l3ant_ga4s1om1teach4er_parag6ra4o6v3i4an_oth3e1o1sn3ch2es1to5tes3toro5test1eror5tively5nop5o5liha2p3ar5rttrib1ut1_eth1y6l1e2r3i4an_5nop1oly_graph5er_5eu2clid1o1lo3n4omtrai3tor1_ratio5na5mocratiz_rav5en1o", + 10 : "se1mi6t5ic3tro1le1um5sa3par5iloli3gop1o1am1en3ta5bath3er1o1s3slova1kia3s2og1a1myo3no2t1o3nc2tro3me6c1cu2r1ance5noc3er1osth1o5gen1ih3i5pel1a4nfi6n3ites_ever5si5bs2s1a3chu1d1ri3pleg5_ta5pes1trproc3i3ty_s5sign5a3b3rab1o1loiitin5er5arwaste3w6a2mi1n2ut1erde3fin3itiquin5tes5svi1vip3a3r", + 11 : "pseu3d6o3f2s2t1ant5shimi1n2ut1estpseu3d6o3d25tab1o1lismpo3lyph1onophi5lat1e3ltravers3a3bschro1ding12g1o4n3i1zat1ro1pol3it3trop1o5lis3trop1o5lesle3g6en2dreeth1y6l1eneor4tho3ni4t", + 12 : "3ra4m5e1triz1e6p3i3neph1" + } +};
\ No newline at end of file diff --git a/js/libs/jquery-1.6.2.min.js b/js/libs/jquery-1.6.2.min.js new file mode 100644 index 0000000..48590ec --- /dev/null +++ b/js/libs/jquery-1.6.2.min.js @@ -0,0 +1,18 @@ +/*! + * jQuery JavaScript Library v1.6.2 + * http://jquery.com/ + * + * Copyright 2011, John Resig + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2011, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * + * Date: Thu Jun 30 14:16:56 2011 -0400 + */ +(function(a,b){function cv(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cs(a){if(!cg[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ch||(ch=c.createElement("iframe"),ch.frameBorder=ch.width=ch.height=0),b.appendChild(ch);if(!ci||!ch.createElement)ci=(ch.contentWindow||ch.contentDocument).document,ci.write((c.compatMode==="CSS1Compat"?"<!doctype html>":"")+"<html><body>"),ci.close();d=ci.createElement(a),ci.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ch)}cg[a]=e}return cg[a]}function cr(a,b){var c={};f.each(cm.concat.apply([],cm.slice(0,b)),function(){c[this]=a});return c}function cq(){cn=b}function cp(){setTimeout(cq,0);return cn=f.now()}function cf(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ce(){try{return new a.XMLHttpRequest}catch(b){}}function b$(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g<i;g++){if(g===1)for(h in a.converters)typeof h=="string"&&(e[h.toLowerCase()]=a.converters[h]);l=k,k=d[g];if(k==="*")k=l;else if(l!=="*"&&l!==k){m=l+" "+k,n=e[m]||e["* "+k];if(!n){p=b;for(o in e){j=o.split(" ");if(j[0]===l||j[0]==="*"){p=e[j[1]+" "+k];if(p){o=e[o],o===!0?n=p:p===!0&&(n=o);break}}}}!n&&!p&&f.error("No conversion from "+m.replace(" "," to ")),n!==!0&&(c=n?n(c):p(o(c)))}}return c}function bZ(a,c,d){var e=a.contents,f=a.dataTypes,g=a.responseFields,h,i,j,k;for(i in g)i in d&&(c[g[i]]=d[i]);while(f[0]==="*")f.shift(),h===b&&(h=a.mimeType||c.getResponseHeader("content-type"));if(h)for(i in e)if(e[i]&&e[i].test(h)){f.unshift(i);break}if(f[0]in d)j=f[0];else{for(i in d){if(!f[0]||a.converters[i+" "+f[0]]){j=i;break}k||(k=i)}j=j||k}if(j){j!==f[0]&&f.unshift(j);return d[j]}}function bY(a,b,c,d){if(f.isArray(b))f.each(b,function(b,e){c||bC.test(a)?d(a,e):bY(a+"["+(typeof e=="object"||f.isArray(e)?b:"")+"]",e,c,d)});else if(!c&&b!=null&&typeof b=="object")for(var e in b)bY(a+"["+e+"]",b[e],c,d);else d(a,b)}function bX(a,c,d,e,f,g){f=f||c.dataTypes[0],g=g||{},g[f]=!0;var h=a[f],i=0,j=h?h.length:0,k=a===bR,l;for(;i<j&&(k||!l);i++)l=h[i](c,d,e),typeof l=="string"&&(!k||g[l]?l=b:(c.dataTypes.unshift(l),l=bX(a,c,d,e,l,g)));(k||!l)&&!g["*"]&&(l=bX(a,c,d,e,"*",g));return l}function bW(a){return function(b,c){typeof b!="string"&&(c=b,b="*");if(f.isFunction(c)){var d=b.toLowerCase().split(bN),e=0,g=d.length,h,i,j;for(;e<g;e++)h=d[e],j=/^\+/.test(h),j&&(h=h.substr(1)||"*"),i=a[h]=a[h]||[],i[j?"unshift":"push"](c)}}}function bA(a,b,c){var d=b==="width"?a.offsetWidth:a.offsetHeight,e=b==="width"?bv:bw;if(d>0){c!=="border"&&f.each(e,function(){c||(d-=parseFloat(f.css(a,"padding"+this))||0),c==="margin"?d+=parseFloat(f.css(a,c+this))||0:d-=parseFloat(f.css(a,"border"+this+"Width"))||0});return d+"px"}d=bx(a,b,b);if(d<0||d==null)d=a.style[b]||0;d=parseFloat(d)||0,c&&f.each(e,function(){d+=parseFloat(f.css(a,"padding"+this))||0,c!=="padding"&&(d+=parseFloat(f.css(a,"border"+this+"Width"))||0),c==="margin"&&(d+=parseFloat(f.css(a,c+this))||0)});return d+"px"}function bm(a,b){b.src?f.ajax({url:b.src,async:!1,dataType:"script"}):f.globalEval((b.text||b.textContent||b.innerHTML||"").replace(be,"/*$0*/")),b.parentNode&&b.parentNode.removeChild(b)}function bl(a){f.nodeName(a,"input")?bk(a):"getElementsByTagName"in a&&f.grep(a.getElementsByTagName("input"),bk)}function bk(a){if(a.type==="checkbox"||a.type==="radio")a.defaultChecked=a.checked}function bj(a){return"getElementsByTagName"in a?a.getElementsByTagName("*"):"querySelectorAll"in a?a.querySelectorAll("*"):[]}function bi(a,b){var c;if(b.nodeType===1){b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c=b.nodeName.toLowerCase();if(c==="object")b.outerHTML=a.outerHTML;else if(c!=="input"||a.type!=="checkbox"&&a.type!=="radio"){if(c==="option")b.selected=a.defaultSelected;else if(c==="input"||c==="textarea")b.defaultValue=a.defaultValue}else a.checked&&(b.defaultChecked=b.checked=a.checked),b.value!==a.value&&(b.value=a.value);b.removeAttribute(f.expando)}}function bh(a,b){if(b.nodeType===1&&!!f.hasData(a)){var c=f.expando,d=f.data(a),e=f.data(b,d);if(d=d[c]){var g=d.events;e=e[c]=f.extend({},d);if(g){delete e.handle,e.events={};for(var h in g)for(var i=0,j=g[h].length;i<j;i++)f.event.add(b,h+(g[h][i].namespace?".":"")+g[h][i].namespace,g[h][i],g[h][i].data)}}}}function bg(a,b){return f.nodeName(a,"table")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function W(a,b,c){b=b||0;if(f.isFunction(b))return f.grep(a,function(a,d){var e=!!b.call(a,d,a);return e===c});if(b.nodeType)return f.grep(a,function(a,d){return a===b===c});if(typeof b=="string"){var d=f.grep(a,function(a){return a.nodeType===1});if(R.test(b))return f.filter(b,d,!c);b=f.filter(b,d)}return f.grep(a,function(a,d){return f.inArray(a,b)>=0===c})}function V(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function N(a,b){return(a&&a!=="*"?a+".":"")+b.replace(z,"`").replace(A,"&")}function M(a){var b,c,d,e,g,h,i,j,k,l,m,n,o,p=[],q=[],r=f._data(this,"events");if(!(a.liveFired===this||!r||!r.live||a.target.disabled||a.button&&a.type==="click")){a.namespace&&(n=new RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)")),a.liveFired=this;var s=r.live.slice(0);for(i=0;i<s.length;i++)g=s[i],g.origType.replace(x,"")===a.type?q.push(g.selector):s.splice(i--,1);e=f(a.target).closest(q,a.currentTarget);for(j=0,k=e.length;j<k;j++){m=e[j];for(i=0;i<s.length;i++){g=s[i];if(m.selector===g.selector&&(!n||n.test(g.namespace))&&!m.elem.disabled){h=m.elem,d=null;if(g.preType==="mouseenter"||g.preType==="mouseleave")a.type=g.preType,d=f(a.relatedTarget).closest(g.selector)[0],d&&f.contains(h,d)&&(d=h);(!d||d!==h)&&p.push({elem:h,handleObj:g,level:m.level})}}}for(j=0,k=p.length;j<k;j++){e=p[j];if(c&&e.level>c)break;a.currentTarget=e.elem,a.data=e.handleObj.data,a.handleObj=e.handleObj,o=e.handleObj.origHandler.apply(e.elem,arguments);if(o===!1||a.isPropagationStopped()){c=e.level,o===!1&&(b=!1);if(a.isImmediatePropagationStopped())break}}return b}}function K(a,c,d){var e=f.extend({},d[0]);e.type=a,e.originalEvent={},e.liveFired=b,f.event.handle.call(c,e),e.isDefaultPrevented()&&d[0].preventDefault()}function E(){return!0}function D(){return!1}function m(a,c,d){var e=c+"defer",g=c+"queue",h=c+"mark",i=f.data(a,e,b,!0);i&&(d==="queue"||!f.data(a,g,b,!0))&&(d==="mark"||!f.data(a,h,b,!0))&&setTimeout(function(){!f.data(a,g,b,!0)&&!f.data(a,h,b,!0)&&(f.removeData(a,e,!0),i.resolve())},0)}function l(a){for(var b in a)if(b!=="toJSON")return!1;return!0}function k(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(j,"$1-$2").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNaN(d)?i.test(d)?f.parseJSON(d):d:parseFloat(d)}catch(g){}f.data(a,c,d)}else d=b}return d}var c=a.document,d=a.navigator,e=a.location,f=function(){function J(){if(!e.isReady){try{c.documentElement.doScroll("left")}catch(a){setTimeout(J,1);return}e.ready()}}var e=function(a,b){return new e.fn.init(a,b,h)},f=a.jQuery,g=a.$,h,i=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/\d/,n=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,o=/^[\],:{}\s]*$/,p=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,q=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,r=/(?:^|:|,)(?:\s*\[)+/g,s=/(webkit)[ \/]([\w.]+)/,t=/(opera)(?:.*version)?[ \/]([\w.]+)/,u=/(msie) ([\w.]+)/,v=/(mozilla)(?:.*? rv:([\w.]+))?/,w=/-([a-z])/ig,x=function(a,b){return b.toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=n.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.6.2",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.done(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j<k;j++)if((a=arguments[j])!=null)for(c in a){d=i[c],f=a[c];if(i===f)continue;l&&f&&(e.isPlainObject(f)||(g=e.isArray(f)))?(g?(g=!1,h=d&&e.isArray(d)?d:[]):h=d&&e.isPlainObject(d)?d:{},i[c]=e.extend(l,h,f)):f!==b&&(i[c]=f)}return i},e.extend({noConflict:function(b){a.$===e&&(a.$=g),b&&a.jQuery===e&&(a.jQuery=f);return e},isReady:!1,readyWait:1,holdReady:function(a){a?e.readyWait++:e.ready(!0)},ready:function(a){if(a===!0&&!--e.readyWait||a!==!0&&!e.isReady){if(!c.body)return setTimeout(e.ready,1);e.isReady=!0;if(a!==!0&&--e.readyWait>0)return;A.resolveWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").unbind("ready")}},bindReady:function(){if(!A){A=e._Deferred();if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNaN:function(a){return a==null||!m.test(a)||isNaN(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1;var c;for(c in a);return c===b||D.call(a,c)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw a},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(o.test(b.replace(p,"@").replace(q,"]").replace(r,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(b,c,d){a.DOMParser?(d=new DOMParser,c=d.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b)),d=c.documentElement,(!d||!d.nodeName||d.nodeName==="parsererror")&&e.error("Invalid XML: "+b);return c},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g<h;)if(c.apply(a[g++],d)===!1)break}else if(i){for(f in a)if(c.call(a[f],f,a[f])===!1)break}else for(;g<h;)if(c.call(a[g],g,a[g++])===!1)break;return a},trim:G?function(a){return a==null?"":G.call(a)}:function(a){return a==null?"":(a+"").replace(k,"").replace(l,"")},makeArray:function(a,b){var c=b||[];if(a!=null){var d=e.type(a);a.length==null||d==="string"||d==="function"||d==="regexp"||e.isWindow(a)?E.call(c,a):e.merge(c,a)}return c},inArray:function(a,b){if(H)return H.call(b,a);for(var c=0,d=b.length;c<d;c++)if(b[c]===a)return c;return-1},merge:function(a,c){var d=a.length,e=0;if(typeof c.length=="number")for(var f=c.length;e<f;e++)a[d++]=c[e];else while(c[e]!==b)a[d++]=c[e++];a.length=d;return a},grep:function(a,b,c){var d=[],e;c=!!c;for(var f=0,g=a.length;f<g;f++)e=!!b(a[f],f),c!==e&&d.push(a[f]);return d},map:function(a,c,d){var f,g,h=[],i=0,j=a.length,k=a instanceof e||j!==b&&typeof j=="number"&&(j>0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i<j;i++)f=c(a[i],i,d),f!=null&&(h[h.length]=f);else for(g in a)f=c(a[g],g,d),f!=null&&(h[h.length]=f);return h.concat.apply([],h)},guid:1,proxy:function(a,c){if(typeof c=="string"){var d=a[c];c=a,a=d}if(!e.isFunction(a))return b;var f=F.call(arguments,2),g=function(){return a.apply(c,f.concat(F.call(arguments)))};g.guid=a.guid=a.guid||g.guid||e.guid++;return g},access:function(a,c,d,f,g,h){var i=a.length;if(typeof c=="object"){for(var j in c)e.access(a,j,c[j],f,g,d);return a}if(d!==b){f=!h&&f&&e.isFunction(d);for(var k=0;k<i;k++)g(a[k],c,f?d.call(a[k],k,g(a[k],c)):d,h);return a}return i?g(a[0],c):b},now:function(){return(new Date).getTime()},uaMatch:function(a){a=a.toLowerCase();var b=s.exec(a)||t.exec(a)||u.exec(a)||a.indexOf("compatible")<0&&v.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},sub:function(){function a(b,c){return new a.fn.init(b,c)}e.extend(!0,a,this),a.superclass=this,a.fn=a.prototype=this(),a.fn.constructor=a,a.sub=this.sub,a.fn.init=function(d,f){f&&f instanceof e&&!(f instanceof a)&&(f=a(f));return e.fn.init.call(this,d,f,b)},a.fn.init.prototype=a.fn;var b=a(c);return a},browser:{}}),e.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(a,b){I["[object "+b+"]"]=b.toLowerCase()}),z=e.uaMatch(y),z.browser&&(e.browser[z.browser]=!0,e.browser.version=z.version),e.browser.webkit&&(e.browser.safari=!0),j.test(" ")&&(k=/^[\s\xA0]+/,l=/[\s\xA0]+$/),h=e(c),c.addEventListener?B=function(){c.removeEventListener("DOMContentLoaded",B,!1),e.ready()}:c.attachEvent&&(B=function(){c.readyState==="complete"&&(c.detachEvent("onreadystatechange",B),e.ready())});return e}(),g="done fail isResolved isRejected promise then always pipe".split(" "),h=[].slice;f.extend({_Deferred:function(){var a=[],b,c,d,e={done:function(){if(!d){var c=arguments,g,h,i,j,k;b&&(k=b,b=0);for(g=0,h=c.length;g<h;g++)i=c[g],j=f.type(i),j==="array"?e.done.apply(e,i):j==="function"&&a.push(i);k&&e.resolveWith(k[0],k[1])}return this},resolveWith:function(e,f){if(!d&&!b&&!c){f=f||[],c=1;try{while(a[0])a.shift().apply(e,f)}finally{b=[e,f],c=0}}return this},resolve:function(){e.resolveWith(this,arguments);return this},isResolved:function(){return!!c||!!b},cancel:function(){d=1,a=[];return this}};return e},Deferred:function(a){var b=f._Deferred(),c=f._Deferred(),d;f.extend(b,{then:function(a,c){b.done(a).fail(c);return this},always:function(){return b.done.apply(b,arguments).fail.apply(this,arguments)},fail:c.done,rejectWith:c.resolveWith,reject:c.resolve,isRejected:c.isResolved,pipe:function(a,c){return f.Deferred(function(d){f.each({done:[a,"resolve"],fail:[c,"reject"]},function(a,c){var e=c[0],g=c[1],h;f.isFunction(e)?b[a](function(){h=e.apply(this,arguments),h&&f.isFunction(h.promise)?h.promise().then(d.resolve,d.reject):d[g](h)}):b[a](d[g])})}).promise()},promise:function(a){if(a==null){if(d)return d;d=a={}}var c=g.length;while(c--)a[g[c]]=b[g[c]];return a}}),b.done(c.cancel).fail(b.cancel),delete b.cancel,a&&a.call(b,b);return b},when:function(a){function i(a){return function(c){b[a]=arguments.length>1?h.call(arguments,0):c,--e||g.resolveWith(g,h.call(b,0))}}var b=arguments,c=0,d=b.length,e=d,g=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred();if(d>1){for(;c<d;c++)b[c]&&f.isFunction(b[c].promise)?b[c].promise().then(i(c),g.reject):--e;e||g.resolveWith(g,b)}else g!==a&&g.resolveWith(g,d?[a]:[]);return g.promise()}}),f.support=function(){var a=c.createElement("div"),b=c.documentElement,d,e,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u;a.setAttribute("className","t"),a.innerHTML=" <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>",d=a.getElementsByTagName("*"),e=a.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=a.getElementsByTagName("input")[0],k={leadingWhitespace:a.firstChild.nodeType===3,tbody:!a.getElementsByTagName("tbody").length,htmlSerialize:!!a.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55$/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:a.className!=="t",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},i.checked=!0,k.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,k.optDisabled=!h.disabled;try{delete a.test}catch(v){k.deleteExpando=!1}!a.addEventListener&&a.attachEvent&&a.fireEvent&&(a.attachEvent("onclick",function(){k.noCloneEvent=!1}),a.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),k.radioValue=i.value==="t",i.setAttribute("checked","checked"),a.appendChild(i),l=c.createDocumentFragment(),l.appendChild(a.firstChild),k.checkClone=l.cloneNode(!0).cloneNode(!0).lastChild.checked,a.innerHTML="",a.style.width=a.style.paddingLeft="1px",m=c.getElementsByTagName("body")[0],o=c.createElement(m?"div":"body"),p={visibility:"hidden",width:0,height:0,border:0,margin:0},m&&f.extend(p,{position:"absolute",left:-1e3,top:-1e3});for(t in p)o.style[t]=p[t];o.appendChild(a),n=m||b,n.insertBefore(o,n.firstChild),k.appendChecked=i.checked,k.boxModel=a.offsetWidth===2,"zoom"in a.style&&(a.style.display="inline",a.style.zoom=1,k.inlineBlockNeedsLayout=a.offsetWidth===2,a.style.display="",a.innerHTML="<div style='width:4px;'></div>",k.shrinkWrapBlocks=a.offsetWidth!==2),a.innerHTML="<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>",q=a.getElementsByTagName("td"),u=q[0].offsetHeight===0,q[0].style.display="",q[1].style.display="none",k.reliableHiddenOffsets=u&&q[0].offsetHeight===0,a.innerHTML="",c.defaultView&&c.defaultView.getComputedStyle&&(j=c.createElement("div"),j.style.width="0",j.style.marginRight="0",a.appendChild(j),k.reliableMarginRight=(parseInt((c.defaultView.getComputedStyle(j,null)||{marginRight:0}).marginRight,10)||0)===0),o.innerHTML="",n.removeChild(o);if(a.attachEvent)for(t in{submit:1,change:1,focusin:1})s="on"+t,u=s in a,u||(a.setAttribute(s,"return;"),u=typeof a[s]=="function"),k[t+"Bubbles"]=u;o=l=g=h=m=j=a=i=null;return k}(),f.boxModel=f.support.boxModel;var i=/^(?:\{.*\}|\[.*\])$/,j=/([a-z])([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!l(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g=f.expando,h=typeof c=="string",i,j=a.nodeType,k=j?f.cache:a,l=j?a[f.expando]:a[f.expando]&&f.expando;if((!l||e&&l&&!k[l][g])&&h&&d===b)return;l||(j?a[f.expando]=l=++f.uuid:l=f.expando),k[l]||(k[l]={},j||(k[l].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?k[l][g]=f.extend(k[l][g],c):k[l]=f.extend(k[l],c);i=k[l],e&&(i[g]||(i[g]={}),i=i[g]),d!==b&&(i[f.camelCase(c)]=d);if(c==="events"&&!i[c])return i[g]&&i[g].events;return h?i[f.camelCase(c)]||i[c]:i}},removeData:function(b,c,d){if(!!f.acceptData(b)){var e=f.expando,g=b.nodeType,h=g?f.cache:b,i=g?b[f.expando]:f.expando;if(!h[i])return;if(c){var j=d?h[i][e]:h[i];if(j){delete j[c];if(!l(j))return}}if(d){delete h[i][e];if(!l(h[i]))return}var k=h[i][e];f.support.deleteExpando||h!=a?delete h[i]:h[i]=null,k?(h[i]={},g||(h[i].toJSON=f.noop),h[i][e]=k):g&&(f.support.deleteExpando?delete b[f.expando]:b.removeAttribute?b.removeAttribute(f.expando):b[f.expando]=null)}},_data:function(a,b,c){return f.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=f.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),f.fn.extend({data:function(a,c){var d=null;if(typeof a=="undefined"){if(this.length){d=f.data(this[0]);if(this[0].nodeType===1){var e=this[0].attributes,g;for(var h=0,i=e.length;h<i;h++)g=e[h].name,g.indexOf("data-")===0&&(g=f.camelCase(g.substring(5)),k(this[0],g,d[g]))}}return d}if(typeof a=="object")return this.each(function(){f.data(this,a)});var j=a.split(".");j[1]=j[1]?"."+j[1]:"";if(c===b){d=this.triggerHandler("getData"+j[1]+"!",[j[0]]),d===b&&this.length&&(d=f.data(this[0],a),d=k(this[0],a,d));return d===b&&j[1]?this.data(j[0]):d}return this.each(function(){var b=f(this),d=[j[0],c];b.triggerHandler("setData"+j[1]+"!",d),f.data(this,a,c),b.triggerHandler("changeData"+j[1]+"!",d)})},removeData:function(a){return this.each(function(){f.removeData(this,a)})}}),f.extend({_mark:function(a,c){a&&(c=(c||"fx")+"mark",f.data(a,c,(f.data(a,c,b,!0)||0)+1,!0))},_unmark:function(a,c,d){a!==!0&&(d=c,c=a,a=!1);if(c){d=d||"fx";var e=d+"mark",g=a?0:(f.data(c,e,b,!0)||1)-1;g?f.data(c,e,g,!0):(f.removeData(c,e,!0),m(c,d,"mark"))}},queue:function(a,c,d){if(a){c=(c||"fx")+"queue";var e=f.data(a,c,b,!0);d&&(!e||f.isArray(d)?e=f.data(a,c,f.makeArray(d),!0):e.push(d));return e||[]}},dequeue:function(a,b){b=b||"fx";var c=f.queue(a,b),d=c.shift(),e;d==="inprogress"&&(d=c.shift()),d&&(b==="fx"&&c.unshift("inprogress"),d.call(a,function(){f.dequeue(a,b)})),c.length||(f.removeData(a,b+"queue",!0),m(a,b,"queue"))}}),f.fn.extend({queue:function(a,c){typeof a!="string"&&(c=a,a="fx");if(c===b)return f.queue(this[0],a);return this.each(function(){var b=f.queue(this,a,c);a==="fx"&&b[0]!=="inprogress"&&f.dequeue(this,a)})},dequeue:function(a){return this.each(function(){f.dequeue(this,a)})},delay:function(a,b){a=f.fx?f.fx.speeds[a]||a:a,b=b||"fx";return this.queue(b,function(){var c=this;setTimeout(function(){f.dequeue(c,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,c){function m(){--h||d.resolveWith(e,[e])}typeof a!="string"&&(c=a,a=b),a=a||"fx";var d=f.Deferred(),e=this,g=e.length,h=1,i=a+"defer",j=a+"queue",k=a+"mark",l;while(g--)if(l=f.data(e[g],i,b,!0)||(f.data(e[g],j,b,!0)||f.data(e[g],k,b,!0))&&f.data(e[g],i,f._Deferred(),!0))h++,l.done(m);m();return d.promise()}});var n=/[\n\t\r]/g,o=/\s+/,p=/\r/g,q=/^(?:button|input)$/i,r=/^(?:button|input|object|select|textarea)$/i,s=/^a(?:rea)?$/i,t=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,u=/\:|^on/,v,w;f.fn.extend({attr:function(a,b){return f.access(this,a,b,!0,f.attr)},removeAttr:function(a){return this.each(function(){f.removeAttr(this,a)})},prop:function(a,b){return f.access(this,a,b,!0,f.prop)},removeProp:function(a){a=f.propFix[a]||a;return this.each(function(){try{this[a]=b,delete this[a]}catch(c){}})},addClass:function(a){var b,c,d,e,g,h,i;if(f.isFunction(a))return this.each(function(b){f(this).addClass(a.call(this,b,this.className))});if(a&&typeof a=="string"){b=a.split(o);for(c=0,d=this.length;c<d;c++){e=this[c];if(e.nodeType===1)if(!e.className&&b.length===1)e.className=a;else{g=" "+e.className+" ";for(h=0,i=b.length;h<i;h++)~g.indexOf(" "+b[h]+" ")||(g+=b[h]+" ");e.className=f.trim(g)}}}return this},removeClass:function(a){var c,d,e,g,h,i,j;if(f.isFunction(a))return this.each(function(b){f(this).removeClass(a.call(this,b,this.className))});if(a&&typeof a=="string"||a===b){c=(a||"").split(o);for(d=0,e=this.length;d<e;d++){g=this[d];if(g.nodeType===1&&g.className)if(a){h=(" "+g.className+" ").replace(n," ");for(i=0,j=c.length;i<j;i++)h=h.replace(" "+c[i]+" "," ");g.className=f.trim(h)}else g.className=""}}return this},toggleClass:function(a,b){var c=typeof a,d=typeof b=="boolean";if(f.isFunction(a))return this.each(function(c){f(this).toggleClass(a.call(this,c,this.className,b),b)});return this.each(function(){if(c==="string"){var e,g=0,h=f(this),i=b,j=a.split(o);while(e=j[g++])i=d?i:!h.hasClass(e),h[i?"addClass":"removeClass"](e)}else if(c==="undefined"||c==="boolean")this.className&&f._data(this,"__className__",this.className),this.className=this.className||a===!1?"":f._data(this,"__className__")||""})},hasClass:function(a){var b=" "+a+" ";for(var c=0,d=this.length;c<d;c++)if((" "+this[c].className+" ").replace(n," ").indexOf(b)>-1)return!0;return!1},val:function(a){var c,d,e=this[0];if(!arguments.length){if(e){c=f.valHooks[e.nodeName.toLowerCase()]||f.valHooks[e.type];if(c&&"get"in c&&(d=c.get(e,"value"))!==b)return d;d=e.value;return typeof d=="string"?d.replace(p,""):d==null?"":d}return b}var g=f.isFunction(a);return this.each(function(d){var e=f(this),h;if(this.nodeType===1){g?h=a.call(this,d,e.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c=a.selectedIndex,d=[],e=a.options,g=a.type==="select-one";if(c<0)return null;for(var h=g?c:0,i=g?c+1:e.length;h<i;h++){var j=e[h];if(j.selected&&(f.support.optDisabled?!j.disabled:j.getAttribute("disabled")===null)&&(!j.parentNode.disabled||!f.nodeName(j.parentNode,"optgroup"))){b=f(j).val();if(g)return b;d.push(b)}}if(g&&!d.length&&e.length)return f(e[c]).val();return d},set:function(a,b){var c=f.makeArray(b);f(a).find("option").each(function(){this.selected=f.inArray(f(this).val(),c)>=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attrFix:{tabindex:"tabIndex"},attr:function(a,c,d,e){var g=a.nodeType;if(!a||g===3||g===8||g===2)return b;if(e&&c in f.attrFn)return f(a)[c](d);if(!("getAttribute"in a))return f.prop(a,c,d);var h,i,j=g!==1||!f.isXMLDoc(a);j&&(c=f.attrFix[c]||c,i=f.attrHooks[c],i||(t.test(c)?i=w:v&&c!=="className"&&(f.nodeName(a,"form")||u.test(c))&&(i=v)));if(d!==b){if(d===null){f.removeAttr(a,c);return b}if(i&&"set"in i&&j&&(h=i.set(a,d,c))!==b)return h;a.setAttribute(c,""+d);return d}if(i&&"get"in i&&j&&(h=i.get(a,c))!==null)return h;h=a.getAttribute(c);return h===null?b:h},removeAttr:function(a,b){var c;a.nodeType===1&&(b=f.attrFix[b]||b,f.support.getSetAttribute?a.removeAttribute(b):(f.attr(a,b,""),a.removeAttributeNode(a.getAttributeNode(b))),t.test(b)&&(c=f.propFix[b]||b)in a&&(a[c]=!1))},attrHooks:{type:{set:function(a,b){if(q.test(a.nodeName)&&a.parentNode)f.error("type property can't be changed");else if(!f.support.radioValue&&b==="radio"&&f.nodeName(a,"input")){var c=a.value;a.setAttribute("type",b),c&&(a.value=c);return b}}},tabIndex:{get:function(a){var c=a.getAttributeNode("tabIndex");return c&&c.specified?parseInt(c.value,10):r.test(a.nodeName)||s.test(a.nodeName)&&a.href?0:b}},value:{get:function(a,b){if(v&&f.nodeName(a,"button"))return v.get(a,b);return b in a?a.value:null},set:function(a,b,c){if(v&&f.nodeName(a,"button"))return v.set(a,b,c);a.value=b}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(a,c,d){var e=a.nodeType;if(!a||e===3||e===8||e===2)return b;var g,h,i=e!==1||!f.isXMLDoc(a);i&&(c=f.propFix[c]||c,h=f.propHooks[c]);return d!==b?h&&"set"in h&&(g=h.set(a,d,c))!==b?g:a[c]=d:h&&"get"in h&&(g=h.get(a,c))!==b?g:a[c]},propHooks:{}}),w={get:function(a,c){return f.prop(a,c)?c.toLowerCase():b},set:function(a,b,c){var d;b===!1?f.removeAttr(a,c):(d=f.propFix[c]||c,d in a&&(a[d]=!0),a.setAttribute(c,c.toLowerCase()));return c}},f.support.getSetAttribute||(f.attrFix=f.propFix,v=f.attrHooks.name=f.attrHooks.title=f.valHooks.button={get:function(a,c){var d;d=a.getAttributeNode(c);return d&&d.nodeValue!==""?d.nodeValue:b},set:function(a,b,c){var d=a.getAttributeNode(c);if(d){d.nodeValue=b;return b}}},f.each(["width","height"],function(a,b){f.attrHooks[b]=f.extend(f.attrHooks[b],{set:function(a,c){if(c===""){a.setAttribute(b,"auto");return c}}})})),f.support.hrefNormalized||f.each(["href","src","width","height"],function(a,c){f.attrHooks[c]=f.extend(f.attrHooks[c],{get:function(a){var d=a.getAttribute(c,2);return d===null?b:d}})}),f.support.style||(f.attrHooks.style={get:function(a){return a.style.cssText.toLowerCase()||b},set:function(a,b){return a.style.cssText=""+b}}),f.support.optSelected||(f.propHooks.selected=f.extend(f.propHooks.selected,{get:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}})),f.support.checkOn||f.each(["radio","checkbox"],function(){f.valHooks[this]={get:function(a){return a.getAttribute("value")===null?"on":a.value}}}),f.each(["radio","checkbox"],function(){f.valHooks[this]=f.extend(f.valHooks[this],{set:function(a,b){if(f.isArray(b))return a.checked=f.inArray(f(a).val(),b)>=0}})});var x=/\.(.*)$/,y=/^(?:textarea|input|select)$/i,z=/\./g,A=/ /g,B=/[^\w\s.|`]/g,C=function(a){return a.replace(B,"\\$&")};f.event={add:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){if(d===!1)d=D;else if(!d)return;var g,h;d.handler&&(g=d,d=g.handler),d.guid||(d.guid=f.guid++);var i=f._data(a);if(!i)return;var j=i.events,k=i.handle;j||(i.events=j={}),k||(i.handle=k=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.handle.apply(k.elem,arguments):b}),k.elem=a,c=c.split(" ");var l,m=0,n;while(l=c[m++]){h=g?f.extend({},g):{handler:d,data:e},l.indexOf(".")>-1?(n=l.split("."),l=n.shift(),h.namespace=n.slice(0).sort().join(".")):(n=[],h.namespace=""),h.type=l,h.guid||(h.guid=d.guid);var o=j[l],p=f.event.special[l]||{};if(!o){o=j[l]=[];if(!p.setup||p.setup.call(a,e,n,k)===!1)a.addEventListener?a.addEventListener(l,k,!1):a.attachEvent&&a.attachEvent("on"+l,k)}p.add&&(p.add.call(a,h),h.handler.guid||(h.handler.guid=d.guid)),o.push(h),f.event.global[l]=!0}a=null}},global:{},remove:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){d===!1&&(d=D);var g,h,i,j,k=0,l,m,n,o,p,q,r,s=f.hasData(a)&&f._data(a),t=s&&s.events;if(!s||!t)return;c&&c.type&&(d=c.handler,c=c.type);if(!c||typeof c=="string"&&c.charAt(0)==="."){c=c||"";for(h in t)f.event.remove(a,h+c);return}c=c.split(" ");while(h=c[k++]){r=h,q=null,l=h.indexOf(".")<0,m=[],l||(m=h.split("."),h=m.shift(),n=new RegExp("(^|\\.)"+f.map(m.slice(0).sort(),C).join("\\.(?:.*\\.)?")+"(\\.|$)")),p=t[h];if(!p)continue;if(!d){for(j=0;j<p.length;j++){q=p[j];if(l||n.test(q.namespace))f.event.remove(a,r,q.handler,j),p.splice(j--,1)}continue}o=f.event.special[h]||{};for(j=e||0;j<p.length;j++){q=p[j];if(d.guid===q.guid){if(l||n.test(q.namespace))e==null&&p.splice(j--,1),o.remove&&o.remove.call(a,q);if(e!=null)break}}if(p.length===0||e!=null&&p.length===1)(!o.teardown||o.teardown.call(a,m)===!1)&&f.removeEvent(a,h,s.handle),g=null,delete t[h]}if(f.isEmptyObject(t)){var u=s.handle;u&&(u.elem=null),delete s.events,delete s.handle,f.isEmptyObject(s)&&f.removeData(a,b,!0)}}},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(c,d,e,g){var h=c.type||c,i=[],j;h.indexOf("!")>=0&&(h=h.slice(0,-1),j=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i. +shift(),i.sort());if(!!e&&!f.event.customEvent[h]||!!f.event.global[h]){c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.exclusive=j,c.namespace=i.join("."),c.namespace_re=new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)");if(g||!e)c.preventDefault(),c.stopPropagation();if(!e){f.each(f.cache,function(){var a=f.expando,b=this[a];b&&b.events&&b.events[h]&&f.event.trigger(c,d,b.handle.elem)});return}if(e.nodeType===3||e.nodeType===8)return;c.result=b,c.target=e,d=d!=null?f.makeArray(d):[],d.unshift(c);var k=e,l=h.indexOf(":")<0?"on"+h:"";do{var m=f._data(k,"handle");c.currentTarget=k,m&&m.apply(k,d),l&&f.acceptData(k)&&k[l]&&k[l].apply(k,d)===!1&&(c.result=!1,c.preventDefault()),k=k.parentNode||k.ownerDocument||k===c.target.ownerDocument&&a}while(k&&!c.isPropagationStopped());if(!c.isDefaultPrevented()){var n,o=f.event.special[h]||{};if((!o._default||o._default.call(e.ownerDocument,c)===!1)&&(h!=="click"||!f.nodeName(e,"a"))&&f.acceptData(e)){try{l&&e[h]&&(n=e[l],n&&(e[l]=null),f.event.triggered=h,e[h]())}catch(p){}n&&(e[l]=n),f.event.triggered=b}}return c.result}},handle:function(c){c=f.event.fix(c||a.event);var d=((f._data(this,"events")||{})[c.type]||[]).slice(0),e=!c.exclusive&&!c.namespace,g=Array.prototype.slice.call(arguments,0);g[0]=c,c.currentTarget=this;for(var h=0,i=d.length;h<i;h++){var j=d[h];if(e||c.namespace_re.test(j.namespace)){c.handler=j.handler,c.data=j.data,c.handleObj=j;var k=j.handler.apply(this,g);k!==b&&(c.result=k,k===!1&&(c.preventDefault(),c.stopPropagation()));if(c.isImmediatePropagationStopped())break}}return c.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(a){if(a[f.expando])return a;var d=a;a=f.Event(d);for(var e=this.props.length,g;e;)g=this.props[--e],a[g]=d[g];a.target||(a.target=a.srcElement||c),a.target.nodeType===3&&(a.target=a.target.parentNode),!a.relatedTarget&&a.fromElement&&(a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement);if(a.pageX==null&&a.clientX!=null){var h=a.target.ownerDocument||c,i=h.documentElement,j=h.body;a.pageX=a.clientX+(i&&i.scrollLeft||j&&j.scrollLeft||0)-(i&&i.clientLeft||j&&j.clientLeft||0),a.pageY=a.clientY+(i&&i.scrollTop||j&&j.scrollTop||0)-(i&&i.clientTop||j&&j.clientTop||0)}a.which==null&&(a.charCode!=null||a.keyCode!=null)&&(a.which=a.charCode!=null?a.charCode:a.keyCode),!a.metaKey&&a.ctrlKey&&(a.metaKey=a.ctrlKey),!a.which&&a.button!==b&&(a.which=a.button&1?1:a.button&2?3:a.button&4?2:0);return a},guid:1e8,proxy:f.proxy,special:{ready:{setup:f.bindReady,teardown:f.noop},live:{add:function(a){f.event.add(this,N(a.origType,a.selector),f.extend({},a,{handler:M,guid:a.handler.guid}))},remove:function(a){f.event.remove(this,N(a.origType,a.selector),a)}},beforeunload:{setup:function(a,b,c){f.isWindow(this)&&(this.onbeforeunload=c)},teardown:function(a,b){this.onbeforeunload===b&&(this.onbeforeunload=null)}}}},f.removeEvent=c.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){a.detachEvent&&a.detachEvent("on"+b,c)},f.Event=function(a,b){if(!this.preventDefault)return new f.Event(a,b);a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||a.returnValue===!1||a.getPreventDefault&&a.getPreventDefault()?E:D):this.type=a,b&&f.extend(this,b),this.timeStamp=f.now(),this[f.expando]=!0},f.Event.prototype={preventDefault:function(){this.isDefaultPrevented=E;var a=this.originalEvent;!a||(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){this.isPropagationStopped=E;var a=this.originalEvent;!a||(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=E,this.stopPropagation()},isDefaultPrevented:D,isPropagationStopped:D,isImmediatePropagationStopped:D};var F=function(a){var b=a.relatedTarget,c=!1,d=a.type;a.type=a.data,b!==this&&(b&&(c=f.contains(this,b)),c||(f.event.handle.apply(this,arguments),a.type=d))},G=function(a){a.type=a.data,f.event.handle.apply(this,arguments)};f.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){f.event.special[a]={setup:function(c){f.event.add(this,b,c&&c.selector?G:F,a)},teardown:function(a){f.event.remove(this,b,a&&a.selector?G:F)}}}),f.support.submitBubbles||(f.event.special.submit={setup:function(a,b){if(!f.nodeName(this,"form"))f.event.add(this,"click.specialSubmit",function(a){var b=a.target,c=b.type;(c==="submit"||c==="image")&&f(b).closest("form").length&&K("submit",this,arguments)}),f.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,c=b.type;(c==="text"||c==="password")&&f(b).closest("form").length&&a.keyCode===13&&K("submit",this,arguments)});else return!1},teardown:function(a){f.event.remove(this,".specialSubmit")}});if(!f.support.changeBubbles){var H,I=function(a){var b=a.type,c=a.value;b==="radio"||b==="checkbox"?c=a.checked:b==="select-multiple"?c=a.selectedIndex>-1?f.map(a.options,function(a){return a.selected}).join("-"):"":f.nodeName(a,"select")&&(c=a.selectedIndex);return c},J=function(c){var d=c.target,e,g;if(!!y.test(d.nodeName)&&!d.readOnly){e=f._data(d,"_change_data"),g=I(d),(c.type!=="focusout"||d.type!=="radio")&&f._data(d,"_change_data",g);if(e===b||g===e)return;if(e!=null||g)c.type="change",c.liveFired=b,f.event.trigger(c,arguments[1],d)}};f.event.special.change={filters:{focusout:J,beforedeactivate:J,click:function(a){var b=a.target,c=f.nodeName(b,"input")?b.type:"";(c==="radio"||c==="checkbox"||f.nodeName(b,"select"))&&J.call(this,a)},keydown:function(a){var b=a.target,c=f.nodeName(b,"input")?b.type:"";(a.keyCode===13&&!f.nodeName(b,"textarea")||a.keyCode===32&&(c==="checkbox"||c==="radio")||c==="select-multiple")&&J.call(this,a)},beforeactivate:function(a){var b=a.target;f._data(b,"_change_data",I(b))}},setup:function(a,b){if(this.type==="file")return!1;for(var c in H)f.event.add(this,c+".specialChange",H[c]);return y.test(this.nodeName)},teardown:function(a){f.event.remove(this,".specialChange");return y.test(this.nodeName)}},H=f.event.special.change.filters,H.focus=H.beforeactivate}f.support.focusinBubbles||f.each({focus:"focusin",blur:"focusout"},function(a,b){function e(a){var c=f.event.fix(a);c.type=b,c.originalEvent={},f.event.trigger(c,null,c.target),c.isDefaultPrevented()&&a.preventDefault()}var d=0;f.event.special[b]={setup:function(){d++===0&&c.addEventListener(a,e,!0)},teardown:function(){--d===0&&c.removeEventListener(a,e,!0)}}}),f.each(["bind","one"],function(a,c){f.fn[c]=function(a,d,e){var g;if(typeof a=="object"){for(var h in a)this[c](h,d,a[h],e);return this}if(arguments.length===2||d===!1)e=d,d=b;c==="one"?(g=function(a){f(this).unbind(a,g);return e.apply(this,arguments)},g.guid=e.guid||f.guid++):g=e;if(a==="unload"&&c!=="one")this.one(a,d,e);else for(var i=0,j=this.length;i<j;i++)f.event.add(this[i],a,g,d);return this}}),f.fn.extend({unbind:function(a,b){if(typeof a=="object"&&!a.preventDefault)for(var c in a)this.unbind(c,a[c]);else for(var d=0,e=this.length;d<e;d++)f.event.remove(this[d],a,b);return this},delegate:function(a,b,c,d){return this.live(b,c,d,a)},undelegate:function(a,b,c){return arguments.length===0?this.unbind("live"):this.die(b,null,c,a)},trigger:function(a,b){return this.each(function(){f.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0])return f.event.trigger(a,b,this[0],!0)},toggle:function(a){var b=arguments,c=a.guid||f.guid++,d=0,e=function(c){var e=(f.data(this,"lastToggle"+a.guid)||0)%d;f.data(this,"lastToggle"+a.guid,e+1),c.preventDefault();return b[e].apply(this,arguments)||!1};e.guid=c;while(d<b.length)b[d++].guid=c;return this.click(e)},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var L={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};f.each(["live","die"],function(a,c){f.fn[c]=function(a,d,e,g){var h,i=0,j,k,l,m=g||this.selector,n=g?this:f(this.context);if(typeof a=="object"&&!a.preventDefault){for(var o in a)n[c](o,d,a[o],m);return this}if(c==="die"&&!a&&g&&g.charAt(0)==="."){n.unbind(g);return this}if(d===!1||f.isFunction(d))e=d||D,d=b;a=(a||"").split(" ");while((h=a[i++])!=null){j=x.exec(h),k="",j&&(k=j[0],h=h.replace(x,""));if(h==="hover"){a.push("mouseenter"+k,"mouseleave"+k);continue}l=h,L[h]?(a.push(L[h]+k),h=h+k):h=(L[h]||h)+k;if(c==="live")for(var p=0,q=n.length;p<q;p++)f.event.add(n[p],"live."+N(h,m),{data:d,selector:m,handler:e,origType:h,origHandler:e,preType:l});else n.unbind("live."+N(h,m),e)}return this}}),f.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(a,b){f.fn[b]=function(a,c){c==null&&(c=a,a=null);return arguments.length>0?this.bind(b,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0)}),function(){function u(a,b,c,d,e,f){for(var g=0,h=d.length;g<h;g++){var i=d[g];if(i){var j=!1;i=i[a];while(i){if(i.sizcache===c){j=d[i.sizset];break}if(i.nodeType===1){f||(i.sizcache=c,i.sizset=g);if(typeof b!="string"){if(i===b){j=!0;break}}else if(k.filter(b,[i]).length>0){j=i;break}}i=i[a]}d[g]=j}}}function t(a,b,c,d,e,f){for(var g=0,h=d.length;g<h;g++){var i=d[g];if(i){var j=!1;i=i[a];while(i){if(i.sizcache===c){j=d[i.sizset];break}i.nodeType===1&&!f&&(i.sizcache=c,i.sizset=g);if(i.nodeName.toLowerCase()===b){j=i;break}i=i[a]}d[g]=j}}}var a=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d=0,e=Object.prototype.toString,g=!1,h=!0,i=/\\/g,j=/\W/;[0,0].sort(function(){h=!1;return 0});var k=function(b,d,f,g){f=f||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return f;var i,j,n,o,q,r,s,t,u=!0,w=k.isXML(d),x=[],y=b;do{a.exec(""),i=a.exec(y);if(i){y=i[3],x.push(i[1]);if(i[2]){o=i[3];break}}}while(i);if(x.length>1&&m.exec(b))if(x.length===2&&l.relative[x[0]])j=v(x[0]+x[1],d);else{j=l.relative[x[0]]?[d]:k(x.shift(),d);while(x.length)b=x.shift(),l.relative[b]&&(b+=x.shift()),j=v(b,j)}else{!g&&x.length>1&&d.nodeType===9&&!w&&l.match.ID.test(x[0])&&!l.match.ID.test(x[x.length-1])&&(q=k.find(x.shift(),d,w),d=q.expr?k.filter(q.expr,q.set)[0]:q.set[0]);if(d){q=g?{expr:x.pop(),set:p(g)}:k.find(x.pop(),x.length===1&&(x[0]==="~"||x[0]==="+")&&d.parentNode?d.parentNode:d,w),j=q.expr?k.filter(q.expr,q.set):q.set,x.length>0?n=p(j):u=!1;while(x.length)r=x.pop(),s=r,l.relative[r]?s=x.pop():r="",s==null&&(s=d),l.relative[r](n,s,w)}else n=x=[]}n||(n=j),n||k.error(r||b);if(e.call(n)==="[object Array]")if(!u)f.push.apply(f,n);else if(d&&d.nodeType===1)for(t=0;n[t]!=null;t++)n[t]&&(n[t]===!0||n[t].nodeType===1&&k.contains(d,n[t]))&&f.push(j[t]);else for(t=0;n[t]!=null;t++)n[t]&&n[t].nodeType===1&&f.push(j[t]);else p(n,f);o&&(k(o,h,f,g),k.uniqueSort(f));return f};k.uniqueSort=function(a){if(r){g=h,a.sort(r);if(g)for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return a},k.matches=function(a,b){return k(a,null,null,b)},k.matchesSelector=function(a,b){return k(b,null,null,[a]).length>0},k.find=function(a,b,c){var d;if(!a)return[];for(var e=0,f=l.order.length;e<f;e++){var g,h=l.order[e];if(g=l.leftMatch[h].exec(a)){var j=g[1];g.splice(1,1);if(j.substr(j.length-1)!=="\\"){g[1]=(g[1]||"").replace(i,""),d=l.find[h](g,b,c);if(d!=null){a=a.replace(l.match[h],"");break}}}}d||(d=typeof b.getElementsByTagName!="undefined"?b.getElementsByTagName("*"):[]);return{set:d,expr:a}},k.filter=function(a,c,d,e){var f,g,h=a,i=[],j=c,m=c&&c[0]&&k.isXML(c[0]);while(a&&c.length){for(var n in l.filter)if((f=l.leftMatch[n].exec(a))!=null&&f[2]){var o,p,q=l.filter[n],r=f[1];g=!1,f.splice(1,1);if(r.substr(r.length-1)==="\\")continue;j===i&&(i=[]);if(l.preFilter[n]){f=l.preFilter[n](f,j,d,i,e,m);if(!f)g=o=!0;else if(f===!0)continue}if(f)for(var s=0;(p=j[s])!=null;s++)if(p){o=q(p,f,s,j);var t=e^!!o;d&&o!=null?t?g=!0:j[s]=!1:t&&(i.push(p),g=!0)}if(o!==b){d||(j=i),a=a.replace(l.match[n],"");if(!g)return[];break}}if(a===h)if(g==null)k.error(a);else break;h=a}return j},k.error=function(a){throw"Syntax error, unrecognized expression: "+a};var l=k.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")},type:function(a){return a.getAttribute("type")}},relative:{"+":function(a,b){var c=typeof b=="string",d=c&&!j.test(b),e=c&&!d;d&&(b=b.toLowerCase());for(var f=0,g=a.length,h;f<g;f++)if(h=a[f]){while((h=h.previousSibling)&&h.nodeType!==1);a[f]=e||h&&h.nodeName.toLowerCase()===b?h||!1:h===b}e&&k.filter(b,a,!0)},">":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!j.test(b)){b=b.toLowerCase();for(;e<f;e++){c=a[e];if(c){var g=c.parentNode;a[e]=g.nodeName.toLowerCase()===b?g:!1}}}else{for(;e<f;e++)c=a[e],c&&(a[e]=d?c.parentNode:c.parentNode===b);d&&k.filter(b,a,!0)}},"":function(a,b,c){var e,f=d++,g=u;typeof b=="string"&&!j.test(b)&&(b=b.toLowerCase(),e=b,g=t),g("parentNode",b,f,a,e,c)},"~":function(a,b,c){var e,f=d++,g=u;typeof b=="string"&&!j.test(b)&&(b=b.toLowerCase(),e=b,g=t),g("previousSibling",b,f,a,e,c)}},find:{ID:function(a,b,c){if(typeof b.getElementById!="undefined"&&!c){var d=b.getElementById(a[1]);return d&&d.parentNode?[d]:[]}},NAME:function(a,b){if(typeof b.getElementsByName!="undefined"){var c=[],d=b.getElementsByName(a[1]);for(var e=0,f=d.length;e<f;e++)d[e].getAttribute("name")===a[1]&&c.push(d[e]);return c.length===0?null:c}},TAG:function(a,b){if(typeof b.getElementsByTagName!="undefined")return b.getElementsByTagName(a[1])}},preFilter:{CLASS:function(a,b,c,d,e,f){a=" "+a[1].replace(i,"")+" ";if(f)return a;for(var g=0,h;(h=b[g])!=null;g++)h&&(e^(h.className&&(" "+h.className+" ").replace(/[\t\n\r]/g," ").indexOf(a)>=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(i,"")},TAG:function(a,b){return a[1].replace(i,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||k.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&k.error(a[0]);a[0]=d++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(i,"");!f&&l.attrMap[g]&&(a[1]=l.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(i,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=k(b[3],null,null,c);else{var g=k.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(l.match.POS.test(b[0])||l.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!k(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return b<c[3]-0},gt:function(a,b,c){return b>c[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=l.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||k.getText([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h<i;h++)if(g[h]===a)return!1;return!0}k.error(e)},CHILD:function(a,b){var c=b[1],d=a;switch(c){case"only":case"first":while(d=d.previousSibling)if(d.nodeType===1)return!1;if(c==="first")return!0;d=a;case"last":while(d=d.nextSibling)if(d.nodeType===1)return!1;return!0;case"nth":var e=b[2],f=b[3];if(e===1&&f===0)return!0;var g=b[0],h=a.parentNode;if(h&&(h.sizcache!==g||!a.nodeIndex)){var i=0;for(d=h.firstChild;d;d=d.nextSibling)d.nodeType===1&&(d.nodeIndex=++i);h.sizcache=g}var j=a.nodeIndex-f;return e===0?j===0:j%e===0&&j/e>=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=l.attrHandle[c]?l.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=l.setFilters[e];if(f)return f(a,c,b,d)}}},m=l.match.POS,n=function(a,b){return"\\"+(b-0+1)};for(var o in l.match)l.match[o]=new RegExp(l.match[o].source+/(?![^\[]*\])(?![^\(]*\))/.source),l.leftMatch[o]=new RegExp(/(^(?:.|\r|\n)*?)/.source+l.match[o].source.replace(/\\(\d+)/g,n));var p=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(q){p=function(a,b){var c=0,d=b||[];if(e.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var f=a.length;c<f;c++)d.push(a[c]);else for(;a[c];c++)d.push(a[c]);return d}}var r,s;c.documentElement.compareDocumentPosition?r=function(a,b){if(a===b){g=!0;return 0}if(!a.compareDocumentPosition||!b.compareDocumentPosition)return a.compareDocumentPosition?-1:1;return a.compareDocumentPosition(b)&4?-1:1}:(r=function(a,b){if(a===b){g=!0;return 0}if(a.sourceIndex&&b.sourceIndex)return a.sourceIndex-b.sourceIndex;var c,d,e=[],f=[],h=a.parentNode,i=b.parentNode,j=h;if(h===i)return s(a,b);if(!h)return-1;if(!i)return 1;while(j)e.unshift(j),j=j.parentNode;j=i;while(j)f.unshift(j),j=j.parentNode;c=e.length,d=f.length;for(var k=0;k<c&&k<d;k++)if(e[k]!==f[k])return s(e[k],f[k]);return k===c?s(a,f[k],-1):s(e[k],b,1)},s=function(a,b,c){if(a===b)return c;var d=a.nextSibling;while(d){if(d===b)return-1;d=d.nextSibling}return 1}),k.getText=function(a){var b="",c;for(var d=0;a[d];d++)c=a[d],c.nodeType===3||c.nodeType===4?b+=c.nodeValue:c.nodeType!==8&&(b+=k.getText(c.childNodes));return b},function(){var a=c.createElement("div"),d="script"+(new Date).getTime(),e=c.documentElement;a.innerHTML="<a name='"+d+"'/>",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(l.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},l.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(l.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="<a href='#'></a>",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(l.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=k,b=c.createElement("div"),d="__sizzle__";b.innerHTML="<p class='TEST'></p>";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){k=function(b,e,f,g){e=e||c;if(!g&&!k.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return p(e.getElementsByTagName(b),f);if(h[2]&&l.find.CLASS&&e.getElementsByClassName)return p(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return p([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return p([],f);if(i.id===h[3])return p([i],f)}try{return p(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var m=e,n=e.getAttribute("id"),o=n||d,q=e.parentNode,r=/^\s*[+~]/.test(b);n?o=o.replace(/'/g,"\\$&"):e.setAttribute("id",o),r&&q&&(e=e.parentNode);try{if(!r||q)return p(e.querySelectorAll("[id='"+o+"'] "+b),f)}catch(s){}finally{n||m.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)k[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}k.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(a))try{if(e||!l.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return k(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="<div class='test e'></div><div class='test'></div>";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;l.order.splice(1,0,"CLASS"),l.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?k.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?k.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:k.contains=function(){return!1},k.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var v=function(a,b){var c,d=[],e="",f=b.nodeType?[b]:b;while(c=l.match.PSEUDO.exec(a))e+=c[0],a=a.replace(l.match.PSEUDO,"");a=l.relative[a]?a+"*":a;for(var g=0,h=f.length;g<h;g++)k(a,f[g],d);return k.filter(e,d)};f.find=k,f.expr=k.selectors,f.expr[":"]=f.expr.filters,f.unique=k.uniqueSort,f.text=k.getText,f.isXMLDoc=k.isXML,f.contains=k.contains}();var O=/Until$/,P=/^(?:parents|prevUntil|prevAll)/,Q=/,/,R=/^.[^:#\[\.,]*$/,S=Array.prototype.slice,T=f.expr.match.POS,U={children:!0,contents:!0,next:!0,prev:!0};f.fn.extend({find:function(a){var b=this,c,d;if(typeof a!="string")return f(a).filter(function(){for(c=0,d=b.length;c<d;c++)if(f.contains(b[c],this))return!0});var e=this.pushStack("","find",a),g,h,i;for(c=0,d=this.length;c<d;c++){g=e.length,f.find(a,this[c],e);if(c>0)for(h=g;h<e.length;h++)for(i=0;i<g;i++)if(e[i]===e[h]){e.splice(h--,1);break}}return e},has:function(a){var b=f(a);return this.filter(function(){for(var a=0,c=b.length;a<c;a++)if(f.contains(this,b[a]))return!0})},not:function(a){return this.pushStack(W(this,a,!1),"not",a)},filter:function(a){return this.pushStack(W(this,a,!0),"filter",a)},is:function(a){return!!a&&(typeof a=="string"?f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h,i,j={},k=1;if(g&&a.length){for(d=0,e=a.length;d<e;d++)i=a[d],j[i]||(j[i]=T.test(i)?f(i,b||this.context):i);while(g&&g.ownerDocument&&g!==b){for(i in j)h=j[i],(h.jquery?h.index(g)>-1:f(g).is(h))&&c.push({selector:i,elem:g,level:k});g=g.parentNode,k++}}return c}var l=T.test(a)||typeof a!="string"?f(a,b||this.context):0;for(d=0,e=this.length;d<e;d++){g=this[d];while(g){if(l?l.index(g)>-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a||typeof a=="string")return f.inArray(this[0],a?f(a):this.parent().children());return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(V(c[0])||V(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c),g=S.call(arguments);O.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!U[a]?f.unique(e):e,(this.length>1||Q.test(d))&&P.test(a)&&(e=e.reverse());return this.pushStack(e,a,g.join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var X=/ jQuery\d+="(?:\d+|null)"/g,Y=/^\s+/,Z=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,$=/<([\w:]+)/,_=/<tbody/i,ba=/<|&#?\w+;/,bb=/<(?:script|object|embed|option|style)/i,bc=/checked\s*(?:[^=]|=\s*.checked.)/i,bd=/\/(java|ecma)script/i,be=/^\s*<!(?:\[CDATA\[|\-\-)/,bf={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};bf.optgroup=bf.option,bf.tbody=bf.tfoot=bf.colgroup=bf.caption=bf.thead,bf.th=bf.td,f.support.htmlSerialize||(bf._default=[1,"div<div>","</div>"]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){f(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f(arguments[0]).toArray());return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(X,""):null;if(typeof a=="string"&&!bb.test(a)&&(f.support.leadingWhitespace||!Y.test(a))&&!bf[($.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Z,"<$1></$2>");try{for(var c=0,d=this.length;c<d;c++)this[c].nodeType===1&&(f.cleanData(this[c].getElementsByTagName("*")),this[c].innerHTML=a)}catch(e){this.empty().append(a)}}else f.isFunction(a)?this.each(function(b){var c=f(this);c.html(a.call(this,b,c.html()))}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(f.isFunction(a))return this.each(function(b){var c=f(this),d=c.html();c.replaceWith(a.call(this,b,d))});typeof a!="string"&&(a=f(a).detach());return this.each(function(){var b=this.nextSibling,c=this.parentNode;f(this).remove(),b?f(b).before(a):f(c).append(a)})}return this.length?this.pushStack(f(f.isFunction(a)?a():a),"replaceWith",a):this},detach:function(a){return this.remove(a,!0)},domManip:function(a,c,d){var e,g,h,i,j=a[0],k=[];if(!f.support.checkClone&&arguments.length===3&&typeof j=="string"&&bc.test(j))return this.each(function(){f(this).domManip(a,c,d,!0)});if(f.isFunction(j))return this.each(function(e){var g=f(this);a[0]=j.call(this,e,c?g.html():b),g.domManip(a,c,d)});if(this[0]){i=j&&j.parentNode,f.support.parentNode&&i&&i.nodeType===11&&i.childNodes.length===this.length?e={fragment:i}:e=f.buildFragment(a,this,k),h=e.fragment,h.childNodes.length===1?g=h=h.firstChild:g=h.firstChild;if(g){c=c&&f.nodeName(g,"tr");for(var l=0,m=this.length,n=m-1;l<m;l++)d.call(c?bg(this[l],g):this[l],e.cacheable||m>1&&l<n?f.clone(h,!0,!0):h)}k.length&&f.each(k,bm)}return this}}),f.buildFragment=function(a,b,d){var e,g,h,i;b&&b[0]&&(i=b[0].ownerDocument||b[0]),i.createDocumentFragment||(i=c),a.length===1&&typeof a[0]=="string"&&a[0].length<512&&i===c&&a[0].charAt(0)==="<"&&!bb.test(a[0])&&(f.support.checkClone||!bc.test(a[0]))&&(g=!0,h=f.fragments[a[0]],h&&h!==1&&(e=h)),e||(e=i.createDocumentFragment(),f.clean(a,i,e,d)),g&&(f.fragments[a[0]]=h?e:1);return{fragment:e,cacheable:g}},f.fragments={},f.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){f.fn[a]=function(c){var d=[],e=f(c),g=this.length===1&&this[0].parentNode;if(g&&g.nodeType===11&&g.childNodes.length===1&&e.length===1){e[b](this[0]);return this}for(var h=0,i=e.length;h<i;h++){var j=(h>0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j +)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d=a.cloneNode(!0),e,g,h;if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bi(a,d),e=bj(a),g=bj(d);for(h=0;e[h];++h)bi(e[h],g[h])}if(b){bh(a,d);if(c){e=bj(a),g=bj(d);for(h=0;e[h];++h)bh(e[h],g[h])}}e=g=null;return d},clean:function(a,b,d,e){var g;b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var h=[],i;for(var j=0,k;(k=a[j])!=null;j++){typeof k=="number"&&(k+="");if(!k)continue;if(typeof k=="string")if(!ba.test(k))k=b.createTextNode(k);else{k=k.replace(Z,"<$1></$2>");var l=($.exec(k)||["",""])[1].toLowerCase(),m=bf[l]||bf._default,n=m[0],o=b.createElement("div");o.innerHTML=m[1]+k+m[2];while(n--)o=o.lastChild;if(!f.support.tbody){var p=_.test(k),q=l==="table"&&!p?o.firstChild&&o.firstChild.childNodes:m[1]==="<table>"&&!p?o.childNodes:[];for(i=q.length-1;i>=0;--i)f.nodeName(q[i],"tbody")&&!q[i].childNodes.length&&q[i].parentNode.removeChild(q[i])}!f.support.leadingWhitespace&&Y.test(k)&&o.insertBefore(b.createTextNode(Y.exec(k)[0]),o.firstChild),k=o.childNodes}var r;if(!f.support.appendChecked)if(k[0]&&typeof (r=k.length)=="number")for(i=0;i<r;i++)bl(k[i]);else bl(k);k.nodeType?h.push(k):h=f.merge(h,k)}if(d){g=function(a){return!a.type||bd.test(a.type)};for(j=0;h[j];j++)if(e&&f.nodeName(h[j],"script")&&(!h[j].type||h[j].type.toLowerCase()==="text/javascript"))e.push(h[j].parentNode?h[j].parentNode.removeChild(h[j]):h[j]);else{if(h[j].nodeType===1){var s=f.grep(h[j].getElementsByTagName("script"),g);h.splice.apply(h,[j+1,0].concat(s))}d.appendChild(h[j])}}return h},cleanData:function(a){var b,c,d=f.cache,e=f.expando,g=f.event.special,h=f.support.deleteExpando;for(var i=0,j;(j=a[i])!=null;i++){if(j.nodeName&&f.noData[j.nodeName.toLowerCase()])continue;c=j[f.expando];if(c){b=d[c]&&d[c][e];if(b&&b.events){for(var k in b.events)g[k]?f.event.remove(j,k):f.removeEvent(j,k,b.handle);b.handle&&(b.handle.elem=null)}h?delete j[f.expando]:j.removeAttribute&&j.removeAttribute(f.expando),delete d[c]}}}});var bn=/alpha\([^)]*\)/i,bo=/opacity=([^)]*)/,bp=/([A-Z]|^ms)/g,bq=/^-?\d+(?:px)?$/i,br=/^-?\d/,bs=/^[+\-]=/,bt=/[^+\-\.\de]+/g,bu={position:"absolute",visibility:"hidden",display:"block"},bv=["Left","Right"],bw=["Top","Bottom"],bx,by,bz;f.fn.css=function(a,c){if(arguments.length===2&&c===b)return this;return f.access(this,a,c,!0,function(a,c,d){return d!==b?f.style(a,c,d):f.css(a,c)})},f.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=bx(a,"opacity","opacity");return c===""?"1":c}return a.style.opacity}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":f.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,d,e){if(!!a&&a.nodeType!==3&&a.nodeType!==8&&!!a.style){var g,h,i=f.camelCase(c),j=a.style,k=f.cssHooks[i];c=f.cssProps[i]||i;if(d===b){if(k&&"get"in k&&(g=k.get(a,!1,e))!==b)return g;return j[c]}h=typeof d;if(h==="number"&&isNaN(d)||d==null)return;h==="string"&&bs.test(d)&&(d=+d.replace(bt,"")+parseFloat(f.css(a,c)),h="number"),h==="number"&&!f.cssNumber[i]&&(d+="px");if(!k||!("set"in k)||(d=k.set(a,d))!==b)try{j[c]=d}catch(l){}}},css:function(a,c,d){var e,g;c=f.camelCase(c),g=f.cssHooks[c],c=f.cssProps[c]||c,c==="cssFloat"&&(c="float");if(g&&"get"in g&&(e=g.get(a,!0,d))!==b)return e;if(bx)return bx(a,c)},swap:function(a,b,c){var d={};for(var e in b)d[e]=a.style[e],a.style[e]=b[e];c.call(a);for(e in b)a.style[e]=d[e]}}),f.curCSS=f.css,f.each(["height","width"],function(a,b){f.cssHooks[b]={get:function(a,c,d){var e;if(c){if(a.offsetWidth!==0)return bA(a,b,d);f.swap(a,bu,function(){e=bA(a,b,d)});return e}},set:function(a,b){if(!bq.test(b))return b;b=parseFloat(b);if(b>=0)return b+"px"}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return bo.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle;c.zoom=1;var e=f.isNaN(b)?"":"alpha(opacity="+b*100+")",g=d&&d.filter||c.filter||"";c.filter=bn.test(g)?g.replace(bn,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bx(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(by=function(a,c){var d,e,g;c=c.replace(bp,"-$1").toLowerCase();if(!(e=a.ownerDocument.defaultView))return b;if(g=e.getComputedStyle(a,null))d=g.getPropertyValue(c),d===""&&!f.contains(a.ownerDocument.documentElement,a)&&(d=f.style(a,c));return d}),c.documentElement.currentStyle&&(bz=function(a,b){var c,d=a.currentStyle&&a.currentStyle[b],e=a.runtimeStyle&&a.runtimeStyle[b],f=a.style;!bq.test(d)&&br.test(d)&&(c=f.left,e&&(a.runtimeStyle.left=a.currentStyle.left),f.left=b==="fontSize"?"1em":d||0,d=f.pixelLeft+"px",f.left=c,e&&(a.runtimeStyle.left=e));return d===""?"auto":d}),bx=by||bz,f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)});var bB=/%20/g,bC=/\[\]$/,bD=/\r?\n/g,bE=/#.*$/,bF=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bG=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bH=/^(?:about|app|app\-storage|.+\-extension|file|widget):$/,bI=/^(?:GET|HEAD)$/,bJ=/^\/\//,bK=/\?/,bL=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,bM=/^(?:select|textarea)/i,bN=/\s+/,bO=/([?&])_=[^&]*/,bP=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bQ=f.fn.load,bR={},bS={},bT,bU;try{bT=e.href}catch(bV){bT=c.createElement("a"),bT.href="",bT=bT.href}bU=bP.exec(bT.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bQ)return bQ.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("<div>").append(c.replace(bL,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bM.test(this.nodeName)||bG.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bD,"\r\n")}}):{name:b.name,value:c.replace(bD,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.bind(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?f.extend(!0,a,f.ajaxSettings,b):(b=a,a=f.extend(!0,f.ajaxSettings,b));for(var c in{context:1,url:1})c in b?a[c]=b[c]:c in f.ajaxSettings&&(a[c]=f.ajaxSettings[c]);return a},ajaxSettings:{url:bT,isLocal:bH.test(bU[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":"*/*"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML}},ajaxPrefilter:bW(bR),ajaxTransport:bW(bS),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a?4:0;var o,r,u,w=l?bZ(d,v,l):b,x,y;if(a>=200&&a<300||a===304){if(d.ifModified){if(x=v.getResponseHeader("Last-Modified"))f.lastModified[k]=x;if(y=v.getResponseHeader("Etag"))f.etag[k]=y}if(a===304)c="notmodified",o=!0;else try{r=b$(d,w),c="success",o=!0}catch(z){c="parsererror",u=z}}else{u=c;if(!c||a)c="error",a<0&&(a=0)}v.status=a,v.statusText=c,o?h.resolveWith(e,[r,c,v]):h.rejectWith(e,[v,c,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.resolveWith(e,[v,c]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f._Deferred(),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bF.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.done,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bE,"").replace(bJ,bU[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bN),d.crossDomain==null&&(r=bP.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bU[1]&&r[2]==bU[2]&&(r[3]||(r[1]==="http:"?80:443))==(bU[3]||(bU[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),bX(bR,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bI.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bK.test(d.url)?"&":"?")+d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bO,"$1_="+x);d.url=y+(y===d.url?(bK.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", */*; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=bX(bS,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){status<2?w(-1,z):f.error(z)}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)bY(g,a[g],c,e);return d.join("&").replace(bB,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var b_=f.now(),ca=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+b_++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(ca.test(b.url)||e&&ca.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(ca,l),b.url===j&&(e&&(k=k.replace(ca,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var cb=a.ActiveXObject?function(){for(var a in cd)cd[a](0,1)}:!1,cc=0,cd;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ce()||cf()}:ce,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,cb&&delete cd[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n),m.text=h.responseText;try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cc,cb&&(cd||(cd={},f(a).unload(cb)),cd[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var cg={},ch,ci,cj=/^(?:toggle|show|hide)$/,ck=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,cl,cm=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cn,co=a.webkitRequestAnimationFrame||a.mozRequestAnimationFrame||a.oRequestAnimationFrame;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(cr("show",3),a,b,c);for(var g=0,h=this.length;g<h;g++)d=this[g],d.style&&(e=d.style.display,!f._data(d,"olddisplay")&&e==="none"&&(e=d.style.display=""),e===""&&f.css(d,"display")==="none"&&f._data(d,"olddisplay",cs(d.nodeName)));for(g=0;g<h;g++){d=this[g];if(d.style){e=d.style.display;if(e===""||e==="none")d.style.display=f._data(d,"olddisplay")||""}}return this},hide:function(a,b,c){if(a||a===0)return this.animate(cr("hide",3),a,b,c);for(var d=0,e=this.length;d<e;d++)if(this[d].style){var g=f.css(this[d],"display");g!=="none"&&!f._data(this[d],"olddisplay")&&f._data(this[d],"olddisplay",g)}for(d=0;d<e;d++)this[d].style&&(this[d].style.display="none");return this},_toggle:f.fn.toggle,toggle:function(a,b,c){var d=typeof a=="boolean";f.isFunction(a)&&f.isFunction(b)?this._toggle.apply(this,arguments):a==null||d?this.each(function(){var b=d?a:f(this).is(":hidden");f(this)[b?"show":"hide"]()}):this.animate(cr("toggle",3),a,b,c);return this},fadeTo:function(a,b,c,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=f.speed(b,c,d);if(f.isEmptyObject(a))return this.each(e.complete,[!1]);a=f.extend({},a);return this[e.queue===!1?"each":"queue"](function(){e.queue===!1&&f._mark(this);var b=f.extend({},e),c=this.nodeType===1,d=c&&f(this).is(":hidden"),g,h,i,j,k,l,m,n,o;b.animatedProperties={};for(i in a){g=f.camelCase(i),i!==g&&(a[g]=a[i],delete a[i]),h=a[g],f.isArray(h)?(b.animatedProperties[g]=h[1],h=a[g]=h[0]):b.animatedProperties[g]=b.specialEasing&&b.specialEasing[g]||b.easing||"swing";if(h==="hide"&&d||h==="show"&&!d)return b.complete.call(this);c&&(g==="height"||g==="width")&&(b.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY],f.css(this,"display")==="inline"&&f.css(this,"float")==="none"&&(f.support.inlineBlockNeedsLayout?(j=cs(this.nodeName),j==="inline"?this.style.display="inline-block":(this.style.display="inline",this.style.zoom=1)):this.style.display="inline-block"))}b.overflow!=null&&(this.style.overflow="hidden");for(i in a)k=new f.fx(this,b,i),h=a[i],cj.test(h)?k[h==="toggle"?d?"show":"hide":h]():(l=ck.exec(h),m=k.cur(),l?(n=parseFloat(l[2]),o=l[3]||(f.cssNumber[i]?"":"px"),o!=="px"&&(f.style(this,i,(n||1)+o),m=(n||1)/k.cur()*m,f.style(this,i,m+o)),l[1]&&(n=(l[1]==="-="?-1:1)*n+m),k.custom(m,n,o)):k.custom(m,h,""));return!0})},stop:function(a,b){a&&this.queue([]),this.each(function(){var a=f.timers,c=a.length;b||f._unmark(!0,this);while(c--)a[c].elem===this&&(b&&a[c](!0),a.splice(c,1))}),b||this.dequeue();return this}}),f.each({slideDown:cr("show",1),slideUp:cr("hide",1),slideToggle:cr("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){f.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),f.extend({speed:function(a,b,c){var d=a&&typeof a=="object"?f.extend({},a):{complete:c||!c&&b||f.isFunction(a)&&a,duration:a,easing:c&&b||b&&!f.isFunction(b)&&b};d.duration=f.fx.off?0:typeof d.duration=="number"?d.duration:d.duration in f.fx.speeds?f.fx.speeds[d.duration]:f.fx.speeds._default,d.old=d.complete,d.complete=function(a){f.isFunction(d.old)&&d.old.call(this),d.queue!==!1?f.dequeue(this):a!==!1&&f._unmark(this)};return d},easing:{linear:function(a,b,c,d){return c+d*a},swing:function(a,b,c,d){return(-Math.cos(a*Math.PI)/2+.5)*d+c}},timers:[],fx:function(a,b,c){this.options=b,this.elem=a,this.prop=c,b.orig=b.orig||{}}}),f.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this),(f.fx.step[this.prop]||f.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a,b=f.css(this.elem,this.prop);return isNaN(a=parseFloat(b))?!b||b==="auto"?0:b:a},custom:function(a,b,c){function h(a){return d.step(a)}var d=this,e=f.fx,g;this.startTime=cn||cp(),this.start=a,this.end=b,this.unit=c||this.unit||(f.cssNumber[this.prop]?"":"px"),this.now=this.start,this.pos=this.state=0,h.elem=this.elem,h()&&f.timers.push(h)&&!cl&&(co?(cl=!0,g=function(){cl&&(co(g),e.tick())},co(g)):cl=setInterval(e.tick,e.interval))},show:function(){this.options.orig[this.prop]=f.style(this.elem,this.prop),this.options.show=!0,this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur()),f(this.elem).show()},hide:function(){this.options.orig[this.prop]=f.style(this.elem,this.prop),this.options.hide=!0,this.custom(this.cur(),0)},step:function(a){var b=cn||cp(),c=!0,d=this.elem,e=this.options,g,h;if(a||b>=e.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),e.animatedProperties[this.prop]=!0;for(g in e.animatedProperties)e.animatedProperties[g]!==!0&&(c=!1);if(c){e.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){d.style["overflow"+b]=e.overflow[a]}),e.hide&&f(d).hide();if(e.hide||e.show)for(var i in e.animatedProperties)f.style(d,i,e.orig[i]);e.complete.call(d)}return!1}e.duration==Infinity?this.now=b:(h=b-this.startTime,this.state=h/e.duration,this.pos=f.easing[e.animatedProperties[this.prop]](this.state,h,0,1,e.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){for(var a=f.timers,b=0;b<a.length;++b)a[b]()||a.splice(b--,1);a.length||f.fx.stop()},interval:13,stop:function(){clearInterval(cl),cl=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){f.style(a.elem,"opacity",a.now)},_default:function(a){a.elem.style&&a.elem.style[a.prop]!=null?a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit:a.elem[a.prop]=a.now}}}),f.expr&&f.expr.filters&&(f.expr.filters.animated=function(a){return f.grep(f.timers,function(b){return a===b.elem}).length});var ct=/^t(?:able|d|h)$/i,cu=/^(?:body|html)$/i;"getBoundingClientRect"in c.documentElement?f.fn.offset=function(a){var b=this[0],c;if(a)return this.each(function(b){f.offset.setOffset(this,a,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return f.offset.bodyOffset(b);try{c=b.getBoundingClientRect()}catch(d){}var e=b.ownerDocument,g=e.documentElement;if(!c||!f.contains(g,b))return c?{top:c.top,left:c.left}:{top:0,left:0};var h=e.body,i=cv(e),j=g.clientTop||h.clientTop||0,k=g.clientLeft||h.clientLeft||0,l=i.pageYOffset||f.support.boxModel&&g.scrollTop||h.scrollTop,m=i.pageXOffset||f.support.boxModel&&g.scrollLeft||h.scrollLeft,n=c.top+l-j,o=c.left+m-k;return{top:n,left:o}}:f.fn.offset=function(a){var b=this[0];if(a)return this.each(function(b){f.offset.setOffset(this,a,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return f.offset.bodyOffset(b);f.offset.initialize();var c,d=b.offsetParent,e=b,g=b.ownerDocument,h=g.documentElement,i=g.body,j=g.defaultView,k=j?j.getComputedStyle(b,null):b.currentStyle,l=b.offsetTop,m=b.offsetLeft;while((b=b.parentNode)&&b!==i&&b!==h){if(f.offset.supportsFixedPosition&&k.position==="fixed")break;c=j?j.getComputedStyle(b,null):b.currentStyle,l-=b.scrollTop,m-=b.scrollLeft,b===d&&(l+=b.offsetTop,m+=b.offsetLeft,f.offset.doesNotAddBorder&&(!f.offset.doesAddBorderForTableAndCells||!ct.test(b.nodeName))&&(l+=parseFloat(c.borderTopWidth)||0,m+=parseFloat(c.borderLeftWidth)||0),e=d,d=b.offsetParent),f.offset.subtractsBorderForOverflowNotVisible&&c.overflow!=="visible"&&(l+=parseFloat(c.borderTopWidth)||0,m+=parseFloat(c.borderLeftWidth)||0),k=c}if(k.position==="relative"||k.position==="static")l+=i.offsetTop,m+=i.offsetLeft;f.offset.supportsFixedPosition&&k.position==="fixed"&&(l+=Math.max(h.scrollTop,i.scrollTop),m+=Math.max(h.scrollLeft,i.scrollLeft));return{top:l,left:m}},f.offset={initialize:function(){var a=c.body,b=c.createElement("div"),d,e,g,h,i=parseFloat(f.css(a,"marginTop"))||0,j="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";f.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"}),b.innerHTML=j,a.insertBefore(b,a.firstChild),d=b.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,this.doesNotAddBorder=e.offsetTop!==5,this.doesAddBorderForTableAndCells=h.offsetTop===5,e.style.position="fixed",e.style.top="20px",this.supportsFixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",this.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==i,a.removeChild(b),f.offset.initialize=f.noop},bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;f.offset.initialize(),f.offset.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(f.css(a,"marginTop"))||0,c+=parseFloat(f.css(a,"marginLeft"))||0);return{top:b,left:c}},setOffset:function(a,b,c){var d=f.css(a,"position");d==="static"&&(a.style.position="relative");var e=f(a),g=e.offset(),h=f.css(a,"top"),i=f.css(a,"left"),j=(d==="absolute"||d==="fixed")&&f.inArray("auto",[h,i])>-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cu.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cu.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each(["Left","Top"],function(a,c){var d="scroll"+c;f.fn[d]=function(c){var e,g;if(c===b){e=this[0];if(!e)return null;g=cv(e);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:f.support.boxModel&&g.document.documentElement[d]||g.document.body[d]:e[d]}return this.each(function(){g=cv(this),g?g.scrollTo(a?f(g).scrollLeft():c,a?c:f(g).scrollTop()):this[d]=c})}}),f.each(["Height","Width"],function(a,c){var d=c.toLowerCase();f.fn["inner"+c]=function(){var a=this[0];return a&&a.style?parseFloat(f.css(a,d,"padding")):null},f.fn["outer"+c]=function(a){var b=this[0];return b&&b.style?parseFloat(f.css(b,d,a?"margin":"border")):null},f.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(f.isFunction(a))return this.each(function(b){var c=f(this);c[d](a.call(this,b,c[d]()))});if(f.isWindow(e)){var g=e.document.documentElement["client"+c];return e.document.compatMode==="CSS1Compat"&&g||e.document.body["client"+c]||g}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var h=f.css(e,d),i=parseFloat(h);return f.isNaN(i)?h:i}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=f})(window);
\ No newline at end of file diff --git a/posts/2009-07-01-chapman_stick.markdown b/posts/2009-07-01-chapman_stick.markdown new file mode 100644 index 0000000..d576b92 --- /dev/null +++ b/posts/2009-07-01-chapman_stick.markdown @@ -0,0 +1,29 @@ +--- +title: The Chapman Stick® +date: 2009/07/01 +tags: music, chapman stick +--- + +The [Chapman Stick](http://stick.com) is a stringed instrument invented quite +some time ago by [Emmett Chapman](http://www.emmettchapman.net). It is a blank +slate equipped with a grid-like touchboard, two groups of stings and a powerful +pickup allowing the player to tap notes rather than requiring fretting and +strumming. + +![Grand Stick after arrival in Shanghai](/images/posts/stick.jpg) + +I usually describe the Stick as being a guitar and a bass unified on one +fretboard, though I think that it is much more than that. It rather combines +the advantages of a piano over a traditionally stringed instument---such as +tonal range---with the advantages of the fretted instruments, i.e. direct fine +control over the sound through plain fingers on strings. More than that, it +even expands on these concepts and brings a number of [improvements and innovations](http://stick.com/instruments/tunings/12/classic_66). + +Check out the [official website](http://stick.com) to read more about what sets +apart the Stick from other tapping instruments. + +There's a documentary about Emmett and the Stick story in the make. You can +[see the trailer here](http://www.chapdoc.com/trailer.html). + +I've received my first Stick---a 12-stringed Grand---in July 2009 and have just +placed my order for an Alto Stick made from Indonesian Rosewood. diff --git a/posts/2009-11-02-qtbhl.markdown b/posts/2009-11-02-qtbhl.markdown new file mode 100644 index 0000000..b92d0c6 --- /dev/null +++ b/posts/2009-11-02-qtbhl.markdown @@ -0,0 +1,9 @@ +--- +title: Quitian Bu Huilai +date: 2009/11/02 +tags: music, guitar, chinese, recording, video +type: short +photo: qtbhl.png +--- + +Watch me play *Qiutian Bu Huilai* on the guitar: [video link](http://v.youku.com/v_show/id_XMTI5Njk4OTI4.html) diff --git a/posts/2010-01-29-meeting-program-directors.markdown b/posts/2010-01-29-meeting-program-directors.markdown new file mode 100644 index 0000000..e0a3f00 --- /dev/null +++ b/posts/2010-01-29-meeting-program-directors.markdown @@ -0,0 +1,7 @@ +--- +title: Meeting with Program Directors +date: 2010/01/29 +tags: music, chinese, tv, performance +--- + +We will be meeting with the program directors of Quan Jia Dou Lai Sai today to discuss details of our performance. diff --git a/posts/2010-02-04-practise.markdown b/posts/2010-02-04-practise.markdown new file mode 100644 index 0000000..ea6c3ca --- /dev/null +++ b/posts/2010-02-04-practise.markdown @@ -0,0 +1,18 @@ +--- +title: Practise +date: 2010/02/04 +tags: show, tv +--- + +Today I've been practicing the whole day. "Long de Chuan Ren" works very +well on the Stick now while singing. I've also changed my interpretation +of "Niu Zai Hen Mang" (those of you who've downloaded the demo before will +hear the changes); I haven't yet uploaded new versions and probably will +not do so before the broadcast. If the live performance fails for some +reason, I might put up a what-if-version then. + +Lately, I was trying to memorize the self-made Shanghainese lyrics for +"Hui Niang Jia" which I will have to sing partly some time during +the show. It is rather difficult and not rewarding as the song doesn't +sound nice---if that's despite or because of the Shanghainese lyrics I +dare not say... diff --git a/posts/2010-02-06-rehearsal.markdown b/posts/2010-02-06-rehearsal.markdown new file mode 100644 index 0000000..e80be2b --- /dev/null +++ b/posts/2010-02-06-rehearsal.markdown @@ -0,0 +1,18 @@ +--- +title: Rehearsal +date: 2010/02/06 +tags: show, tv +--- + +Taking part in a confusing competition on TV requires more than just practise +on the own instruments at home. Dependent on the individual family's +show, more preparation is needed on site. Inspecting the technical equipment, +the available costumes and staging part of our performance under the guidance +of a choreographer (presumably) is going to happen all on that day. + +Until then I will have to memorize a number of lyrics, prepare for the worst +(i.e. learning how to maneuver on the fretboard of the Stick with failing +monitoring equipment) and stuff my head with the most impressive Shanghainese +phrases... I can already see myself forgetting everything but singing and +playing the instrument; that sight is surprisingly not as horrifying as I +thought it would seem to me. diff --git a/posts/2010-02-08-first-performance-on-tv.markdown b/posts/2010-02-08-first-performance-on-tv.markdown new file mode 100644 index 0000000..2b3ffa1 --- /dev/null +++ b/posts/2010-02-08-first-performance-on-tv.markdown @@ -0,0 +1,18 @@ +--- +title: First performance on national TV +date: 2010/02/08 +tags: show, tv +--- + +I've just come back from the most confusing and eye-opening +experience since my arrival in China. I'm still trying to +digest what happened during the past hours, but I cannot quite +comprehend. + +Though I cannot be sure that the result of today's appearance +on TV is actually deserved or just one move in a huge game of +chess, I think it can be regarded as a pretty successful +event. Currently, there is [one video up on +youku](http://v.youku.com/v_show/id_XMTUxMDczMDE2.html), +showing excerpts from the rehearsals and a short interview +with me. diff --git a/posts/2010-02-11-no-news.markdown b/posts/2010-02-11-no-news.markdown new file mode 100644 index 0000000..ee31438 --- /dev/null +++ b/posts/2010-02-11-no-news.markdown @@ -0,0 +1,11 @@ +--- +title: No news +date: 2010/02/11 +tags: meta +--- + +No events are scheduled, so +you should not expect any +news. I might, however, upload +new videos and songs from time +to time. diff --git a/posts/2010-03-23-fur-man.markdown b/posts/2010-03-23-fur-man.markdown new file mode 100644 index 0000000..cf245ed --- /dev/null +++ b/posts/2010-03-23-fur-man.markdown @@ -0,0 +1,22 @@ +--- +title: Fur Man +date: 2010/03/23 +tags: drawing, weird +license: by-sa +--- + +The Fur Man is an obese mammal, who lives most of his miserable lifetime in +utter solitude. The reasons for that are rather obvious. + +So far there has only been one sighting of the sickening Fur Man (on March 23, +2010). Some have suggested there might be only a single specimen existing on +earth, though this claim is disputed. + +<a href='/downies/fur-man.png' title='click to see super-large version'> + <img class='full' src='/images/posts/fur-man.png' alt='artist rendering of the sickening Fur Man'/> +</a> + +**Update:** +The Fur Man was sighted hiding behind a plant in an office building in Shanghai. + +<img class='full' src='/images/posts/fur-man-white-board.jpg' alt='Fur Man sighting'/> diff --git a/posts/2010-03-26-billie-jean.markdown b/posts/2010-03-26-billie-jean.markdown new file mode 100644 index 0000000..9d3901f --- /dev/null +++ b/posts/2010-03-26-billie-jean.markdown @@ -0,0 +1,24 @@ +--- +title: Billie Jean +date: 2010/03/26 +tags: video, music +--- + +![Playing Billie Jean on the Stick](/images/posts/billiejean.png) + +[This video](http://v.youku.com/v_show/id_XMTMyOTc3Nzcy.html) was recorded some +time in December 2009. I had just learned how to [tap with both hands on the +Chapman Stick](/posts/2009-07-01-chapman_stick.html) when I was contacted by +representatives of the Chinese video portal [Youku.com](http://youku.com). They +asked me to provide them with a quick video of myself showing off the peculiar +instrument I told them I had just learned to play. + +Later the video was to be tacked on to [footage that was recorded some days +earlier with the Youku team](http://v.youku.com/v_show/id_XMTMzMDA1MDU2.html). +All together this was supposed to be my entry for the voting to join the show +全家都来赛 (the official English name is the silly *"Super Family"*). + +As the show's purpose is to present talented families, I asked Jackie to play +the drums while I would cover bass, chords and vocals of Michael Jackson's +*Billie Jean*. The result [can be seen +here](http://v.youku.com/v_show/id_XMTMyOTc3Nzcy.html). diff --git a/posts/2010-03-26-rehearsals.markdown b/posts/2010-03-26-rehearsals.markdown new file mode 100644 index 0000000..d6b3c51 --- /dev/null +++ b/posts/2010-03-26-rehearsals.markdown @@ -0,0 +1,13 @@ +--- +title: Rehearsals +date: 2010/03/26 +tags: music, chapman stick, video, tv, quan jia dou lai sai +type: short +photo: rehearsals.jpg +--- + +[This video](http://v.youku.com/v_show/id_XMTUxMDczMDE2.html) was shot by the +friendly youku team during the rehearsals for the live broadcast of Quan Jia +Dou Lai Sai. + +Thanks to youku for their support! diff --git a/posts/2010-03-26-youku-niuren.markdown b/posts/2010-03-26-youku-niuren.markdown new file mode 100644 index 0000000..18887e5 --- /dev/null +++ b/posts/2010-03-26-youku-niuren.markdown @@ -0,0 +1,12 @@ +--- +title: 2009 Youku Niuren +date: 2010/03/26 +tags: tv, youku, video, quan jia dou lai sai +photo: niuren.jpg +type: short +--- + +On January 23, 2010 Jackie and I attended the annual Niuren show hosted by +youku. We were handed a cheap plastic board, symbolizing entry into Quan Jia +Dou Lai Sai. Here's a [video of the +ceremony](http://v.youku.com/v_show/id_XMTQ3NjI2MzYw.html). diff --git a/posts/2010-03-26-youku-vs-tudou-final.markdown b/posts/2010-03-26-youku-vs-tudou-final.markdown new file mode 100644 index 0000000..6798698 --- /dev/null +++ b/posts/2010-03-26-youku-vs-tudou-final.markdown @@ -0,0 +1,11 @@ +--- +title: Youku vs. Tudou—Final +date: 2010/03/26 +tags: tv, youku, quan jia dou lai sai +type: short +photo: 2010-02-10-qiutianbuhuilai.jpg +--- + +Here is a [full recording of the live +broadcast](http://v.youku.com/v_show/id_XMTUxNTM5NjUy.html) on Wednesday, +thanks to Youku! Some timestamps for all the impatient: 24:24, 53:50, 111:00. diff --git a/posts/2010-03-28-elephly.markdown b/posts/2010-03-28-elephly.markdown new file mode 100644 index 0000000..99b45a0 --- /dev/null +++ b/posts/2010-03-28-elephly.markdown @@ -0,0 +1,21 @@ +--- +title: The Elephly +date: 2010/03/28 +flattr: 390348/The-Elephly +license: by-sa +--- + +This is Chlodwig, the marvelous elephly. The Elephly is a creature half +elephant, half fly, a quarter duck and three quarters weirdness---amounting to +200% of pure awesomeness! + +[![The elephly](/images/posts/elephly.png)](/downies/elephly.svg) + +Chlodwig came into existence when Rekado felt bored during a class of +Electrical Engineering. When Rekado realized the wonder that his creation was, +he decided to manually trace the outline of the faint sketch in Inkscape and +colorize it. This process took quite some time, because it often required +Rekado to remove strokes and blur out details in order to reduce the drawing to +the most essential. + +Get your very own scalable drawing of the elephly by touching the elephly's belly! diff --git a/posts/2010-04-05-deng-hou.markdown b/posts/2010-04-05-deng-hou.markdown new file mode 100644 index 0000000..982da7b --- /dev/null +++ b/posts/2010-04-05-deng-hou.markdown @@ -0,0 +1,92 @@ +--- +title: Deng Hou +date: 2010/04/05 +tags: music, chinese +flattr: "325437" +--- + +When we were told that during our appearance on “Jia Ting Yan Bo +Shi” we were to peform a song, Jackie and I thought it would be a good +idea to write our own song. I still had a chunk of nice simple music without +lyrics. After Jackie had spent a day to think about the first verse, we would +both sit down to discuss, reject and rewrite both words and music. + +The unnamed song was first performed on the set of “Jia Ting Yan Bo +Shi”. I hope we can get our greedy hands on a recording if the program +directors decide to remove it from the final cut. + +You can [download a demo recording here](/downies/music/deng_hou.ogg) or listen +to it right here. + +<object height="81" width="100%"> <param name="movie" value="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F6334329"></param> <param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="81" src="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F6334329" type="application/x-shockwave-flash" width="100%"></embed> </object> <span><a href="http://soundcloud.com/rekado/deng-hou">等候</a> by <a href="http://soundcloud.com/rekado">rekado</a></span> + +## Lyrics + +### Verse 1 + +<pre class="lyrics"> +da da da da +ping dan de ri zi you ni cai hui jing cai +平淡的日子有你才会精彩 + +da da da da +wei feng ta chui guo ni liu xia de hua +微风它吹过你留下的花 + +gu du de xin +孤独的心 +xiang yao fei dao you ni de tian kong xia +想要飞到你的天空下 + +wei xiao +de gan jue na me jian dan de hui lai +微笑 的感觉那么简单的回来 +</pre> + +### Part B + +<pre class="lyrics"> +cen jing de tian mi hui yi wang bu liao +曾经的甜蜜回忆忘不了 +shi luo de xin kan bu dao +失落的心看不到 +yang guang de fang xiang +黎明的方向 +</pre> + +### Verse 2 + +<pre class="lyrics"> +da da da da +ping dan de ri zi you ni cai hui jing cai +平淡的日子有你才会精彩 + +da da da da +xue hua ta piao guo ni wo zou de lu +雪花它飘过你我走的路 + +jian ding de xin +坚定的心 + +kan jian bu yuan chu lv se de chun tian +相信明年春天与你重逢 + +wei lai +未来 +de sheng huo cheng xian zai wo de nao hai +的生活呈现在我的脑海 +</pre> + + +### Part B' + +<pre class="lyrics"> +ming tian de xiang yi xiang wei meng jian liao +明天的相依相隈梦见了 + +yong gan de xin zai hu huan +勇敢的心在呼唤 + +li ming de shu guang +黎明的曙光 +</pre> diff --git a/posts/2010-04-12-jiatingyanboshi.markdown b/posts/2010-04-12-jiatingyanboshi.markdown new file mode 100644 index 0000000..edb0242 --- /dev/null +++ b/posts/2010-04-12-jiatingyanboshi.markdown @@ -0,0 +1,21 @@ +--- +title: Jia Ting Yan Bo Shi +date: 2010/04/12 +tags: tv, chinese +--- + +The final cut of what has been recorded for the interview show *Jia Ting Yan Bo +Shi* is going to be aired on Friday, April 16 on *Shanghai Dianshi Tai*. + +You will hear Jackie and myself talk about many private issues and our opinions +on living in Shanghai. Our first live performance of [“Deng +Hou”](/posts/2010-04-05-deng-hou.html) is also going to be aired during the +program. + +**Update (April 18, 2010):** A 20 minute section of [the show is already +online](http://www.letv.com/ptv/vplay/660375.html). + +**Update (April 21, 2010):** [Part B](http://ent.joy.cn/video/1168864.htm) and +[part C](http://ent.joy.cn/video/1168865.htm) are also up now. At the end of +part C you can hear our terrible rendition of Deng Hou. The vocal harmony is +pretty off there. diff --git a/posts/2010-06-01-chapman-stick-on-national-tv.markdown b/posts/2010-06-01-chapman-stick-on-national-tv.markdown new file mode 100644 index 0000000..a39d0d7 --- /dev/null +++ b/posts/2010-06-01-chapman-stick-on-national-tv.markdown @@ -0,0 +1,39 @@ +--- +title: The Stick—Live on Chinese TV +date: 2010/06/01 +tags: show, tv, chapman stick, video, music +--- + +Once upon a time, there was a mediocre musician with a dream. The story has not +yet ended, so I cannot say much more than that. If this story would, however, +be written down by my sentimental alter ego one day (long after the last polar +bear will have surrendered before the army of blind manatees, oh, the huge +manatee!), it would probably make mention of the following event. + +![The Chapman Stick on Chinese national TV](/images/posts/stick-on-tv.jpg) + +Tossed around on the waves of his whimsical nature, the mediocre musican fell +into the path of an opportunity. In a way as to apologize for the accidental +collision, the clumsy musician offered to make up for the damage by playing +tunes and singing songs for pure entertainment. Not without a hidden agenda was +it that on that day the musician decided to bring an instrument, playing which +he was not even capable of. + +Lo and behold: ’twas the Chapman Stick the musician had strapped on, +knowing well that the juxtaposition of the minimalistic yet noble instrument +with the silly cowboy dress... What can I say? There is no way I could justify +that preposterous appearance. + +Anyway, I participated in a popular Shanghainese show and played the Stick. The +show was broadcast live on February 8, 2010 and despite the promise to be given +a reel of the performance, it took four months and lots of effort on my part to +find [this low-fi snippet](http://v.youku.com/v_show/id_XMTc3OTAyMTY0.html) of +the very first appearance of the Stick on Chinese TV. + +What you can see here is part of my introduction, a teaser of sorts, to keep +the audience hooked till the actual performance later in the show. The song I +was playing is a somewhat funkier adaption of Wang Li Hong's +"龙的传人". + +You can [download this historical video clip +here](/downies/videos/qjdls_chapman_stick_1.mp4). diff --git a/posts/2010-06-24-2010-niuren.markdown b/posts/2010-06-24-2010-niuren.markdown new file mode 100644 index 0000000..a58b1dd --- /dev/null +++ b/posts/2010-06-24-2010-niuren.markdown @@ -0,0 +1,28 @@ +--- +title: 2010 Youku Niuren Competition +date: 2010/06/24 +tags: music, show, youku +--- + +<img class="full stretch" src="/images/posts/niuren2010.jpg" alt="At the Shanghai venue of Niuren 2010"/> + +In an SMS two days before the Shanghai event of this year's Niuren competition, +my friend at Youku asked me if I would want to perform a song on the stage. +After some initial hesitation I eventually agreed to playing the guitar while +singing. Originally, I wanted to perform 坏人 but at the venue I realized that +this particular song is not quite as popular as 秋天不回来. + +Not very well prepared I got on the stage as the third performer that +afternoon. I unexplicably managed to spoil the guitar intro, but still nobody +seemed to really mind. It felt good not to feel the pressuring perfectionism +flaring up inside of me again. + +With this precautionary tale in mind, go ahead and [watch the clip on +youku](http://v.youku.com/v_show/id_XMTgzNDE0OTU2.html)! If you prefer to watch +a version that I'm okay with, then [check out the older +video](/posts/2009-11-02-qtbhl.html). + +**Update (June 29, 2010)**: There is a [short clip on +youku](http://v.youku.com/v_show/id_XMTg1MjkyODAw.html) that aired on TV to +advertise the competition. The clip was featured on the start page of youku and +thus reached quite a large number of people. diff --git a/posts/2010-07-02-newspaper.markdown b/posts/2010-07-02-newspaper.markdown new file mode 100644 index 0000000..0dc3b0d --- /dev/null +++ b/posts/2010-07-02-newspaper.markdown @@ -0,0 +1,25 @@ +--- +title: Newspaper Report +date: 2010/07/02 +tags: niuren, youku, chapman stick, media +--- + +[![small view of the article](/images/posts/newspaper.jpg)](/images/posts/newspaper-large.jpg) + +A few weeks ago I accepted the offer to perform a song at this year's Niuren +Competition. As I was notified just two days before the event, I couldn't make +arrangements for taking the Stick, so [I just played a well-known song on the +guitar](/posts/2010-06-24-2010-niuren.html). After the performance, I chatted with +a woman on site who had an awful lot of questions for me. Turns out she is a +reporter for the local newspaper ["Overseas Chinese +News"](http://www.yesqiaobao.com). Later the journalist asked me to send her +some photos of myself playing an instrument to illustrate an article they were +preparing. + +The article is now available online, both as a [newspaper-styled +image](http://www.yesqiaobao.com/qilinzhoukan/epaper/linfen/html/2010/06/30/C1/images/back.jpg) +and a [text +version](http://www.yesqiaobao.com/qilinzhoukan/epaper/linfen/html/2010/06/30/C1/C1_40.htm). +I am very happy that they chose the photo of me playing the Chapman Stick at +home. Thanks to Sandra Yan for the article! (Careful: the newspaper's website +seems to be optimized for the Internet Explorer.) diff --git a/posts/2010-07-08-wishful-thinking.markdown b/posts/2010-07-08-wishful-thinking.markdown new file mode 100644 index 0000000..e5a7339 --- /dev/null +++ b/posts/2010-07-08-wishful-thinking.markdown @@ -0,0 +1,88 @@ +--- +title: Wishful Thinking +date: 2010/07/08 +tags: musings, ecology, energy +--- + +I used to be a magical thinker many years ago. Whenever I wished for something +I would keep looking at the road side while sitting on the backseat of my +parents’ car or when I was walking home from school, hoping to spot the +object of my dreams. + +For many years I badly wished for a tortoise or a turtle to come into my life, +just waiting for me at the side of the road. As I used to find coins just about +twice a month, I reckoned I could stumble upon animals just as easily. Animals +longing to let go of their wild nature, willing to become my companion and just +waiting for me to come by. + +It never happened. (It should also be noted that my dream to stumble upon a +tame specimen of Gallimimus at the side of the road never came true.) I never +found a turtle at the side of the road. + +Until today. A dream came true, but it had unnoticedly turned into a nightmare. +When I walked out the door this morning I caught sight of about four +centimeters of what seemed to resemble a six-legged crab. As I got closer I +could make out that one of the legs was actually a tail and another was a head +on a long neck. Closer yet I recognized it as a tiny turtle standing squarely +on the right side of my path. + +![dead turtle](/images/posts/turtle.jpg) + +Noticing an ant crawling on its eye I realized that it was dead. Its limbs had +not completely stiffened yet when I picked it up to move its body off the +street and onto the sidewalk where I went on to take a picture of a shattered +dream. + +In an attempt to stretch this story into a metaphor for something more dramatic +than the mere death of critter—albeit a cute one—I chose +“Wishful Thinking” as the title for this entry. Although this story +is not representative of anything in particular, it did remind me of what I +recently read on Magical Thinking in Derrick Jensen᾿s “What We +Leave Behind”. + +(There's much I disagree with when it comes to Jensen's worldview, but this +section is quite powerful.) + +<blockquote> + + <p>Are you a magical thinker? I know that too often I am. With apologies to Jeff + Foxworthy, let᾿s play a little game.</p> + + <p>If you put a bumper sticker on you hybrid Prius that reads <em>Visualize World + Peace</em> in the hope this will bring about world peace, you might just be a + magical thinker.</p> + + <p>If you buy a hybrid Prius in the hope this will slow global warming, you + might just be a magical thinker.</p> + + <p>[...]</p> + + <p>If you think buying compact fluorescent light bulbs will slow global warming, + you might just be a magical thinker.</p> + + <p>[...]</p> + + <p>If you think this culture will stop killing the planet without being + force-fully stopped, you might just be delusional, and if you don᾿t act + to stop this culture, then you will be failing in your responsibility as a + living being (p.224/5).</p> + +</blockquote> + + +“Ugh, did he just really turn a story about a rotting turtle into an +environmental protection guilt-fest?”---so it seems. What I was aiming +for was that: remembering my innocent dreaming and my firm believe that +watching just closely enough will make the unlikely more likely, in the face of +the distasteful partial manifestation of that dream demonstrated just how +unsatisfying Wishful Thinking can be. Observing the road side would have only +increased my chance of discovering unpleasant road-kills. My convenient idea of +looking out for what is easiest to spot just addressed the wrong problem +(turtles aren't the type to lurk at the side of roads) and at the same time +left me unsatisfied. I think I'm eventually driving the point home: attempting +to solve the wrong problem is unrewarding in every way. + +If you think our culture will survive if only we could manage to find an +alternative to cheap oil, you might just be a magical thinker---or you might be +part of the actual problem. + diff --git a/posts/2010-07-14-one-night-in-beijing.markdown b/posts/2010-07-14-one-night-in-beijing.markdown new file mode 100644 index 0000000..64535c5 --- /dev/null +++ b/posts/2010-07-14-one-night-in-beijing.markdown @@ -0,0 +1,62 @@ +--- +title: One Night In Beijing +date: 2010/07/14 +tags: music, youku, video, show +--- + +When I noticed that the online voting system for the big Niuren 2010 event was +not to be trusted, I was pretty convinced not be one of those chosen to perform +on stage in Bejing. In order to be sure, I wrote a message to my friend at +Youku. Some hours later I was informed that disregarding the number of the +votes (which did turn out to be comparatively high in the end) I was supposed +to be invited to give a performance on the Stick. After all formal issues were +agreed upon, I prepared to leave for Beijing on Sunday morning with the Chapman +Stick in tow. + +When I arrived at the venue I was surprised to find the stage to be a lot +larger than I anticipated. + +<img class="full" src="/images/posts/niuren2010_beijing_stage.jpg" alt="The stage in Beijing"/> + +When it was time for my soundcheck the clouds had formed a dark opaque blanket +across the unattractive skies of Beijing and at times rain drops mixed with the +soil on the vast meadow to form squishy mud. The crew seemed to marvel at the +impression of hearing two instruments' sounds, each articulated by one +individual hand on its own set of strings but on one instrument. + +At about ten o᾿clock in the evening, the show began. It only lasted for +about 15 minutes as the occasional rain proceeded to grow into drowning +vertical streams of water. The stage was lacking any sort of rain protection +and it didn᾿t take long until the stage lights went off as the cables +were drenched. + +The show was eventually cancelled which only made sense considering that most +of the mud-dwellers in front of the stage had given up their hopes for better +weather and had left the premises in shoals. + +Disappointed we returned to the hotel. When finally everybody had returned we +discussed with the organizers how to proceed, how to salvage the investment. At +first the idea was going around to stage the event on Monday evening, without +an audience, just recording and pretending it all happened the day before. This +idea was soon discarded, though, when the organizers learned that most of had +would be flying back home on Monday morning. A compromises was found when the +decision was made to record individual performances—or rather very pale +and primitive versions of what was originally planned—in the lobby of the +hotel. + +![Recording video clips in the hotel lobby at 2am](/images/posts/niuren2010_beijing_lobby.jpg) + +These clips—all of which were recorded between two and three +a.m.—are supposed to serve as teasers for the actual show which has now +been postponed to some time in August or September. I will add the links to +those video clips in the next few days, provided I can find them. A new entry +will be posted once the date for the postponed show in Beijing has been +confirmed. + +**Update (July 29):*** The short video clip has been uploaded. You can [watch +it on youku](http://v.youku.com/v_show/id_XMTkzMzc1NDI4.html). + +**Update:*** Gao Ming interviewed the participants during the preparations of +the show. There is a 25+ minutes [video clip on +youku](http://v.youku.com/v_show/id_XMTg5NzMwNDI4.html). At about 2:40 he comes +across the table where I am relaxing with other participants. diff --git a/posts/2010-08-04-alto-stick.markdown b/posts/2010-08-04-alto-stick.markdown new file mode 100644 index 0000000..d5687ba --- /dev/null +++ b/posts/2010-08-04-alto-stick.markdown @@ -0,0 +1,18 @@ +--- +title: “Flow” on Alto Stick +date: 2010/08/04 +tags: music, alto stick, chapman stick +--- + +<img src='/images/posts/alto-stick.jpg' alt="Alto Stick 6061" class="full stretch"/> + +Just yesterday I received my new Alto Stick (#6061). It is a Chapman Stick with +ten strings and a shorter scale, very similar to a guitar, really. Yesterday +night I just could not put it down, so I experimented with layered chords and +arpeggios. The video I recorded that night just would not sync to the audio +track, so I recorded the idea once again just some minutes ago in the early +morning. + +There are many bumps in this recording, still I like it. Maybe you do, too. + +<object height="81" width="100%"> <param name="movie" value="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F34493000&show_comments=true&auto_play=false&color=ff7700"></param> <param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="81" src="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F34493000&show_comments=true&auto_play=false&color=ff7700" type="application/x-shockwave-flash" width="100%"></embed> </object> <span><a href="http://soundcloud.com/rekado/flow">Flow</a> by <a href="http://soundcloud.com/rekado">rekado</a></span> diff --git a/posts/2010-08-05-flow-on-the-alto-stick-video.markdown b/posts/2010-08-05-flow-on-the-alto-stick-video.markdown new file mode 100644 index 0000000..d70e690 --- /dev/null +++ b/posts/2010-08-05-flow-on-the-alto-stick-video.markdown @@ -0,0 +1,108 @@ +--- +title: “Flow” on Alto Stick: the video +date: 2010/08/05 +tags: music, video, alto stick, chapman stick +--- + +Here I publish the plain video to the [recording I published +yesterday](/posts/2010-08-04-alto-stick.html). + +This is for documentation purposes only. Enjoyment is just a possible side +effect. Just look at my face in the video and you know what I mean. Music is +serious business. + +I noticed just now that the chord progression follows rather closely that one +in Mayday's “天使”, a song I’m currently practising. I was +asked to play one song on a wedding this Sunday and it will likely be 天使 in +an unusual arrangement, blending some of the ideas that shine through the +improvisation with the lyrics of that song. I'm expecting to have enough time +on Saturday or Monday evening to record it and put it on display here. + +<video width="100%" autobuffer controls poster="/images/posts/alto-stick.jpg"> + <source src='/downies/videos/flow_on_alto_stick_low.mp4'/> + <source src='/downies/videos/flow_on_alto_stick_low.ogv'/> +</video> + +I offer this video for download in several formats. Choose one from the list +below. When you do not want to care about codecs, [download the free VLC +player](http://videolan.org). If you are on Linux `mplayer` will work fine, +too. + +<!-- + <h2>High Quality (HD 1080)</h2> + <div class="download"> + <table> + <tr><th>codecs</th><td>h.264 + mp3</td></tr> + <tr><th>bitrate A</th><td>320 kbps</td></tr> + <tr><th>bitrate V</th><td>6 Mbps</td></tr> + <tr><th>container</th><td>mp4</td></tr> + <tr><th>size</th><td>207 MB</td></tr> + </table> + <a href='res/videos/flow_on_alto_stick.mp4'>download</a> + </div> + + <div class="download"> + <table> + <tr><th>codecs</th><td>ogg theora</td></tr> + <tr><th>bitrate A</th><td>320 kbps</td></tr> + <tr><th>bitrate V</th><td>6 Mbps</td></tr> + <tr><th>container</th><td>ogv</td></tr> + <tr><th>size</th><td>204 MB</td></tr> + </table> + <a href='res/videos/flow_on_alto_stick.ogv'>download</a> + </div> + //--> + + +## Medium Quality (HD 720) +<div class="download"> + <table> + <tr><th>codecs</th><td>h.264 + mp3</td></tr> + <tr><th>bitrate A</th><td>192 kbps</td></tr> + <tr><th>bitrate V</th><td>3 Mbps</td></tr> + <tr><th>container</th><td>mp4</td></tr> + <tr><th>size</th><td>105 MB<td></tr> + </table> + <a href='/downies/videos/flow_on_alto_stick_medium.mp4'>download</a> +</div> + +<div class="download"> + <table> + <tr><th>codecs</th><td>ogg theora</td></tr> + <tr><th>bitrate A</th><td>192 kbps</td></tr> + <tr><th>bitrate V</th><td>3 Mbps</td></tr> + <tr><th>container</th><td>ogv</td></tr> + <tr><th>size</th><td>103 MB</td></tr> + </table> + <a href='/downies/videos/flow_on_alto_stick_medium.ogv'>download</a> +</div> + +## Low Quality (HD 480) + +<div class="download"> + <table> + <tr><th>codecs</th><td>h.264 + mp3</td></tr> + <tr><th>bitrate A</th><td>128 kbps</td></tr> + <tr><th>bitrate V</th><td>1.5 Mbps</td></tr> + <tr><th>container</th><td>mp4</td></tr> + <tr><th>size</th><td>54 MB<td></tr> + </table> + <a href='/downies/videos/flow_on_alto_stick_low.mp4'>download</a> +</div> + +<div class="download"> + <table> + <tr><th>codecs</th><td>ogg theora</td></tr> + <tr><th>bitrate A</th><td>128 kbps</td></tr> + <tr><th>bitrate V</th><td>1.5 Mbps</td></tr> + <tr><th>container</th><td>ogv</td></tr> + <tr><th>size</th><td>53 MB</td></tr> + </table> + <a href='/downies/videos/flow_on_alto_stick_low.ogv'>download</a> +</div> + +## Streaming + +I've uploaded the video to both +[Youku](http://v.youku.com/v_show/id_XMTk1NTQ0MDM2.html) and [The +Tube](http://www.youtube.com/watch?v=b58akRUnrw8). diff --git a/posts/2010-08-15-yueyintang.markdown b/posts/2010-08-15-yueyintang.markdown new file mode 100644 index 0000000..d070c68 --- /dev/null +++ b/posts/2010-08-15-yueyintang.markdown @@ -0,0 +1,39 @@ +--- +title: Yueyin Tang +date: 2010/08/15 +tags: music +--- + +Just so you know why there has not been any update for a while: Jackie and I +were asked to play a 20 to 40 minutes set on a Wednesday night in September +with some friends in a bar. We think we could be playing these songs without +too much hassle: + + + - 神话 + - Eye of the Tiger + - 天使 + - Kayleigh + - 秋天不回来 + - Caveman (original song) + + +I was told that there would be a full drum set and amplifiers for bass and +guitar. As we are but two people, I will play the Grand Stick to fill the spots +of both guitarist and bass player while singing. Jackie has to get back into +drumming within in the next few days, so I will be busy with tutoring her a +little. + +"Caveman" is not a full song yet. Once intended to be the second part of my +*opus magnum*, writing stalled when I stopped actively working on the whole +thing. About three years ago I made a short [demo +recording](/downies/music/caveman_demo.ogg) of it in Berlin. The lyrics have +changed since, but are still incomplete. I will have to take some time to flesh +it out and turn it into a real song. + +Last Wednesday I failed at recording 天使 for various reasons. For one the fear +to disturb the sleeping neighbours---they go to bed at eight in the +evening---was very inhibiting to my singing; on top of that sleep deprivation +attributed to rather sloppy playing. I also stared into the camera to often, +which made for disturbing footage. I am going to venture another attempt +tonight. diff --git a/posts/2010-08-17-tianshi.markdown b/posts/2010-08-17-tianshi.markdown new file mode 100644 index 0000000..4da1752 --- /dev/null +++ b/posts/2010-08-17-tianshi.markdown @@ -0,0 +1,92 @@ +--- +title: “Tianshi” on Alto Stick +date: 2010/08/17 +tags: music, video, chinese, alto stick, chapman stick +flattr: 472329/Tianshi-on-Alto-Stick +--- + +When my colleague was in the middle of preparations for getting married, he +asked me to play a nice song at his wedding. “Nice” songs are a +neglected minority in Chinese pop music; most of the popular songs deal with +love affairs gone wrong, broken hearts, the loss of the original feeling, or +they describe the emptiness after the loved one has passed away. Nothing that +would really fit to the (admittedly cheesy) celebration of Eternal Love™. +Hence, my vast catalogue of popular songs was all but useless. I had to learn +how to play a new song: Mayday᾿s “Angel”. + +This is my practise session in its blunt ugliness. I spliced in a solo section +recorded at a different angle to divert you from the boredom. As you will +probably notice, the introduction was lifted from my improvisation +[“Flow” which I recorded +earlier](/posts/2010-08-05-flow-on-the-alto-stick-video.html). + +(Yes, this is the same shirt as in my last video...) + +My next recording will likely be an original song, unless I will be asked by my +friends at youku.com for more sino pop before it is ready. + +<video width="100%" autobuffer controls poster="tianshi.jpg"> + <source src='/downies/videos/tianshi_low.mp4'/> + <source src='/downies/videos/tianshi_low.ogv'/> +</video> + +I offer this video for download in several formats. Choose one from the list +below. When you do not want to care about codecs, [download the free VLC +player](http://videolan.org). If you are on Linux `mplayer` will work fine, +too. + + +## Medium Quality (HD 720) + +<div class="download"> + <table> + <tr><th>codecs</th><td>h.264 + mp3</td></tr> + <tr><th>bitrate A</th><td>192 kbps</td></tr> + <tr><th>bitrate V</th><td>3 Mbps</td></tr> + <tr><th>container</th><td>mp4</td></tr> + <tr><th>size</th><td>109 MB<td></tr> + </table> + <a href='/downies/videos/tianshi_medium.mp4'>download</a> +</div> + +<div class="download"> + <table> + <tr><th>codecs</th><td>ogg theora</td></tr> + <tr><th>bitrate A</th><td>192 kbps</td></tr> + <tr><th>bitrate V</th><td>3 Mbps</td></tr> + <tr><th>container</th><td>ogv</td></tr> + <tr><th>size</th><td>135 MB</td></tr> + </table> + <a href='/downies/videos/tianshi_medium.ogv'>download</a> +</div> + + +## Low Quality (HD 480) + +<div class="download"> + <table> + <tr><th>codecs</th><td>h.264 + mp3</td></tr> + <tr><th>bitrate A</th><td>128 kbps</td></tr> + <tr><th>bitrate V</th><td>1.5 Mbps</td></tr> + <tr><th>container</th><td>mp4</td></tr> + <tr><th>size</th><td>56 MB<td></tr> + </table> + <a href='/downies/videos/tianshi_low.mp4'>download</a> +</div> + +<div class="download"> + <table> + <tr><th>codecs</th><td>ogg theora</td></tr> + <tr><th>bitrate A</th><td>128 kbps</td></tr> + <tr><th>bitrate V</th><td>1.5 Mbps</td></tr> + <tr><th>container</th><td>ogv</td></tr> + <tr><th>size</th><td>55 MB</td></tr> + </table> + <a href='/downies/videos/tianshi_low.ogv'>download</a> +</div> + +## Streaming + +The video is available on both +[Youku](http://v.youku.com/v_show/id_XMTk5MDQ4MDE2.html) and +[YouTube](http://www.youtube.com/watch?v=rSclwOFYIYc). diff --git a/posts/2010-10-14-chinese-tune-mda-epiano.markdown b/posts/2010-10-14-chinese-tune-mda-epiano.markdown new file mode 100644 index 0000000..2f7799f --- /dev/null +++ b/posts/2010-10-14-chinese-tune-mda-epiano.markdown @@ -0,0 +1,25 @@ +--- +title: Chinese Tune / The mdaEPiano +date: 2010/10/14 +tags: code, music +photo: mda-epiano-coding.jpg +flattr: 72898/LV2-port-of-the-mda-E-Piano-VSTi +--- + +In the past two days (actually, mornings and evenings) I have been working on +porting the famous [mda EPiano VSTi plugin](http://mda-vst.com) to the LV2 +plugin framework. The sound of the electric piano is very inspiring. Hear for +yourself: + +<object height="81" width="100%"> <param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F6120886&show_comments=true&auto_play=false&color=ffaa00"></param> <param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F6120886&show_comments=true&auto_play=false&color=ffaa00" type="application/x-shockwave-flash" width="100%"></embed> </object> + +You can [download the recording from soundcloud](http://soundcloud.com/rekado/chinese-tune). +The recording was done with `arecordmidi` while routing all incoming midi +events through the LV2 plugin. An instance of `jack_capture` was used to +record the generated sound simultaneously. If you want to compare my port of +the plugin to your favorite synthesizer, you can [download the midi file +here](/downies/music/chinese-tune.mid). + +The LV2 port can be [downloaded from my github +repository](http://github.com/rekado/lv2-mdaEPiano). Please flattr this post if +you like my porting work. diff --git a/posts/2012-01-25-new-blog.markdown b/posts/2012-01-25-new-blog.markdown new file mode 100644 index 0000000..e661ee3 --- /dev/null +++ b/posts/2012-01-25-new-blog.markdown @@ -0,0 +1,10 @@ +--- +title: New Blog +date: 2012/01/25 +tags: meta +--- + +Hey there, I'm back! + +I'm currently migrating the old blog posts to my new site. Once this is done +you can expect me to use this blog thingie a little more often. diff --git a/posts/2012-07-02-frogs.markdown b/posts/2012-07-02-frogs.markdown new file mode 100644 index 0000000..902a36e --- /dev/null +++ b/posts/2012-07-02-frogs.markdown @@ -0,0 +1,23 @@ +--- +title: Frogs +--- + +I'm not a photographer. I'm not a writer either. I don't even +have a story to tell, because a story would have a beginning, a climax, an +end. What follows is a description of immutable state only---the state of +frogs in an artificial pond in a residential district not far from +Shanghai's northern railway station. + +<img class="full stretch" src="/images/posts/frogs01.jpg" alt="" /> +<img class="full stretch" src="/images/posts/frogs02.jpg" alt="" /> +<img class="full stretch" src="/images/posts/frogs03.jpg" alt="" /> +<img class="full stretch" src="/images/posts/frogs04.jpg" alt="" /> +<img class="full stretch" src="/images/posts/frogs05.jpg" alt="" /> +<img class="full stretch" src="/images/posts/frogs06.jpg" alt="" /> +<img class="full stretch" src="/images/posts/frogs07.jpg" alt="" /> +<img class="full stretch" src="/images/posts/frogs08.jpg" alt="" /> +<img class="full stretch" src="/images/posts/frogs09.jpg" alt="" /> +<img class="full stretch" src="/images/posts/frogs10.jpg" alt="" /> +<img class="full stretch" src="/images/posts/frogs11.jpg" alt="" /> +<img class="full stretch" src="/images/posts/frogs12.jpg" alt="" /> +<img class="full stretch" src="/images/posts/frogs13.jpg" alt="" /> @@ -0,0 +1,133 @@ +-------------------------------------------------------------------------------- +{-# LANGUAGE OverloadedStrings #-} +import Control.Applicative ((<$>)) +import Data.Monoid (mappend) +import Hakyll +import Data.Map as M +import Data.Maybe (fromMaybe) + +config :: Configuration +config = defaultConfiguration + { deployCommand = + "rsync -Havz _site/ rekado@elephly.net:/srv/disk1/rekado/elephly.net" } + +-------------------------------------------------------------------------------- +main :: IO () +main = hakyllWith config $ do + match "css/*" $ do + route idRoute + compile compressCssCompiler + + match ( "js/libs/*" + .||. "js/hyphenator/*" + .||. "js/hyphenator/patterns/*" + .||. "js/*" + .||. "downies/*" + .||. "downies/music/*" + .||. "images/*" + .||. "images/posts/*" + .||. "favicon.ico" + ) $ do + route idRoute + compile copyFileCompiler + + match ( "static/*.markdown" .||. "static/*/*.markdown" ) $ do + route $ setExtension "html" `composeRoutes` gsubRoute "static/" (const "") + compile $ pandocCompiler + >>= loadAndApplyTemplate "templates/default.html" defaultContext + >>= relativizeUrls + + match "static/*.html" $ do + route $ gsubRoute "static/" (const "") + compile $ do + getResourceBody + >>= loadAndApplyTemplate "templates/default.html" defaultContext + >>= relativizeUrls + + match "posts/*.markdown" $ do + route $ setExtension "html" + compile defaultCompiler + --itemTpl <- loadBody "templates/photo.html" + --metadata <- getMetadata + --let m = M.lookup "photo" metadata + + -- direct links + match "posts/2010-03-28-elephly.markdown" $ version "direct" $ do + route $ constRoute "elephly.html" + compile defaultCompiler + + match "posts/2010-03-23-fur-man.markdown" $ version "direct" $ do + route $ constRoute "fur-man.html" + compile defaultCompiler + + -- blog post archive + create ["posts/index.html"] $ do + route idRoute + compile $ do + let archiveCtx = + field "posts" (\_ -> postList recentFirst) `mappend` + defaultContext + + makeItem "" + >>= loadAndApplyTemplate "templates/archive.html" archiveCtx + >>= loadAndApplyTemplate "templates/default.html" archiveCtx + >>= relativizeUrls + + -- always show the most recent blog post + match "index.html" $ do + route idRoute + compile $ do + mostRecent <- (head . recentFirst) <$> loadAllSnapshots "posts/*.markdown" "non-relative" + makeItem (itemBody mostRecent) >>= relativizeUrls + + match "templates/*" $ compile templateCompiler + + +-------------------------------------------------------------------------------- +postCtx :: Context String +postCtx = + dateField "date" "%B %e, %Y" `mappend` + photoSnippet `mappend` + flattrSnippet `mappend` + licenseSnippet `mappend` + defaultContext + +-- If a post declares a photo in the metadata header, +-- build an image tag, otherwise ignore. +photoSnippet :: Context String +photoSnippet = field "photo-snippet" $ \item -> do + metadata <- getMetadata (itemIdentifier item) + case M.lookup "photo" metadata of + Just file -> itemBody <$> loadAndApplyTemplate "templates/photo.html" postCtx item + _ -> return "" + +-- If a post declares a flattr id in the metadata header, +-- load the flattr snippet, otherwise ignore. +flattrSnippet :: Context String +flattrSnippet = field "flattr-snippet" $ \item -> do + metadata <- getMetadata (itemIdentifier item) + case M.lookup "flattr" metadata of + Just _ -> itemBody <$> loadAndApplyTemplate "templates/flattr.html" postCtx item + _ -> return "" + +licenseSnippet :: Context String +licenseSnippet = field "license-snippet" $ \item -> do + metadata <- getMetadata (itemIdentifier item) + case M.lookup "license" metadata of + Just _ -> itemBody <$> loadAndApplyTemplate "templates/license.html" postCtx item + _ -> return "" + + +-------------------------------------------------------------------------------- +postList :: ([Item String] -> [Item String]) -> Compiler String +postList sortFilter = do + posts <- sortFilter <$> loadAll ("posts/*.markdown" .&&. hasNoVersion) + itemTpl <- loadBody "templates/post-item.html" + list <- applyTemplateList itemTpl postCtx posts + return list + +defaultCompiler = pandocCompiler + >>= loadAndApplyTemplate "templates/post.html" postCtx + >>= loadAndApplyTemplate "templates/default.html" postCtx + >>= saveSnapshot "non-relative" + >>= relativizeUrls diff --git a/static/about.markdown b/static/about.markdown new file mode 100644 index 0000000..1047ccd --- /dev/null +++ b/static/about.markdown @@ -0,0 +1,45 @@ +# About me + +My name is **rekado** and I'm currently working as a programmer and Linux +server administrator. At the same time I'm studying toward a Bachelor of +Applied Science via distance learning at the [Open +Polytechnic](http://www.openpolytechnic.ac.nz). + +At night I'm a musician. I play the [Chapman Stick](http://stick.com). I love +the band [Gentle Giant](http://blazemonger.com/GG/) and think you should really +check them out if you don't know them yet. + +Contact: <span class="obfuscated">sflbep,xfcAfmfqimz/ofu</span> + +# Find me + +<div id="columns"> + <ul> + <li> + <img src="images/github.png" class="undecorated logo" alt="github logo"/> + <a href="http://github.com/rekado">Code</a> + </li> + <li> + <img src="images/soundcloud.png" class="undecorated logo" alt="soundcloud logo"/> + <a href="http://soundcloud.com/rekado">Music</a> + </li> + <li> + <img src="images/flickr.png" class="undecorated logo" alt="flickr logo"/> + <a href="http://flickr.com/rekado">Photos</a> + </li> + </ul> + + <ul> + <li> + <img src="images/youtube.png" class="undecorated logo" alt="youtube logo"/> + <a href="http://youtube.com/wukeduo">YouTube</a> + </li> + <li> + <img src="images/vimeo.png" class="undecorated logo" alt="vimeo logo"/> + <a href="http://vimeo.com/rekado">Vimeo</a> + </li> + <li> + <img src="images/youku.png" class="undecorated logo" alt="youku logo"/> + <a href="http://u.youku.com/user_show/id_UMTc2MDI3NDc2.html">Youku</a> + </ul> +</div> diff --git a/static/ecology.html b/static/ecology.html new file mode 100644 index 0000000..160be1e --- /dev/null +++ b/static/ecology.html @@ -0,0 +1,59 @@ +<h1>Ecology</h1> +<p> + These essays and reports were written for my studies at the Open Polytechnic + and could be considered summaries of fairly recent research. If you find + factual inaccuracies in these documents or would like to complain about my + writing style, please send me an email. +</p> + +<h2>New Zealand Ecology</h2> +<ul class="list"> + <li> + <a href="downies/1-threatened-species.pdf">Threatened species</a> + <br/> + <div class="description">Phocarctos hookeri, Placostylus hongii, and Dactylanthus taylorii</div> + </li> + <li> + <a href="downies/2-new-zealand-ecosystems.pdf">Ecosystems</a> + <br/> + <div class="description">Coastal dunes; Rivers and streams</div> + </li> + <li> + <a href="downies/3-marine-reserves-and-nzbs.pdf">Marine Reserves & NZ Biodiversity Strategy</a> + <br/> + <div class="description">Investigative report on marine reserves; newspaper article on the New Zealand Biodiversity Strategy</div> + </li> + +<h2>Global Environmental Studies</h2> +<ul class="list"> + <li> + <a href="downies/4-human-impacts-on-ecosystems.pdf">Ecosystems and human impacts</a> + <br/> + <div class="description">Definition of ecosystems; how ecosystems sustain life on earth; human impacts on ecosystems</div> + </li> + <li> + <a href="downies/5-industry-ozone-climate-change-agriculture.pdf">Industry, agriculture, ozone depletion and climate change</a> + <br/> + <div class="description">The impact of industrial activity on ecosystems; on ozone depletion and climate change; the impact of agricultural practices on freshwater</div> + </li> + <li> + <a href="downies/6-on-biodiversity-loss-and-human-population-pressures.pdf">On biodiversity loss and human population pressures</a> + <br/> + <div class="description">Essay on human population pressures, biodiversity loss, and the international response to these issues. Includes recommendations for future action.</div> + </li> +</ul> + +<h2>Sustainable Development and New Zealand</h2> +<ul class='list'> + <li> + <a href="downies/3-1-sustainable-development--a-revolution-or-business-as-usual.pdf">Sustainable development --- a revolution or business as usual?</a> + </li> + <li> + <a href="downies/3-2-energy-production-and-consumption-in-nz.pdf">Energy production and consumption in New Zealand</a> + </li> + <li> + <a href="downies/3-3-fishing-in-nz.pdf">Fishing in New Zealand</a> + <br/> + <div class="description">Implications for conservation and fisheries management in the context of sustainability</div> + </li> +</ul> diff --git a/static/lv2/mdaepiano.markdown b/static/lv2/mdaepiano.markdown new file mode 100644 index 0000000..9655da0 --- /dev/null +++ b/static/lv2/mdaepiano.markdown @@ -0,0 +1,15 @@ +# mda EPiano + +This is an LV2 port of the mda EPiano VSTi (not to be confused with the +[mda Piano](/lv2/mdapiano.html)). The original VST that this port is +based on was written by Paul Kellett. + +The original [announcement post can be found here](/posts/2010-10-14-chinese-tune-mda-epiano.html). + +## Documentation + +TODO + +## Download + +[Fetch the source here](https://github.com/rekado/lv2-mdaEPiano). diff --git a/static/lv2/mdapiano.markdown b/static/lv2/mdapiano.markdown new file mode 100644 index 0000000..8abaf54 --- /dev/null +++ b/static/lv2/mdapiano.markdown @@ -0,0 +1,13 @@ +# mdaPiano + +This is an LV2 port of the mdaPiano VSTi (not to be confused with the +[mdaEPiano](/lv2/mdaepiano.html)). The original VST that this port is based on +was written by Paul Kellett. + +## Documentation + +TODO + +## Download + +[Fetch the source here](https://github.com/rekado/lv2-mdaPiano). diff --git a/static/oauth-callback.html b/static/oauth-callback.html new file mode 100644 index 0000000..0a75eb9 --- /dev/null +++ b/static/oauth-callback.html @@ -0,0 +1,24 @@ +<script type="text/javascript"> + q = window.location.search.substring(1); + function querySt(name) { + vars = q.split("&"); + for (i=0;i<vars.length;i++) { + pair = vars[i].split("="); + if (pair[0] == name) { + return pair[1]; + } + } + } + + if (querySt("error") != undefined) + { + document.write("<h1>Error</h1><p>Oh, dear! This should not have happened."); + document.write(querySt("error_description").replace(/\+/gi, ' ')); + } + else { + document.write("<h1>Connected!</h1>"); + document.write("<p>This is your authentication code:</p>"); + document.write("<p><span class='code'>"+querySt("code")+"</span></p>"); + document.write("<p>Copy the code and add it to your configuration file in <span class='code'>/etc/soundcli.conf</span> or <span class='code'>$XDG_CONFIG/soundcli/soundcli.conf</span></p>"); + } +</script> diff --git a/static/projects.markdown b/static/projects.markdown new file mode 100644 index 0000000..4fe0951 --- /dev/null +++ b/static/projects.markdown @@ -0,0 +1,35 @@ +# Projects + +Here is a list of some of my projects that actually might be useful to others. + + +## Libertree + +[Libertree](http://libertreeproject.org) is a collection of software to build +social networks. + +![The Libertree logo](/images/libertree-logo.png) + +If you want to test Libertree, request an invitation to [my server](https://oak.elephly.net) by sending an email to <span class="obfuscated">mjcfsusffAfmfqimz/ofu</span>. + +You can also run Libertree on your own server if you wish. The code for all components is hosted on [github](https://github.com/Libertree). Refer to the [installation +documentation](https://github.com/Libertree/libertree/blob/master/INSTALLATION.md) +or use the [installer](https://github.com/Libertree/libertree/blob/master/installer/install). If you need help, just ask in our chat channel ([#libertree](http://webchat.freenode.net/?channels=libertree) on Freenode). + +I'm currently working on improvements to the frontend and I've almost completed the work necessary to run the Libertree protocol over XMPP. + + + +## SoundCLI + +[SoundCLI](/soundcli.html) is a SoundCloud client for the console. Check out +the [project page](/soundcli.html) for more information. + + +## LV2 plugins + +I have ported two VST instruments to the LV2 plugin framework, because I missed +them after my move to GNU/Linux. + +- [mda EPiano](/lv2/mdaepiano.html) +- [mda Piano](/lv2/mdapiano.html) diff --git a/static/soundcli.html b/static/soundcli.html new file mode 100644 index 0000000..0b760c5 --- /dev/null +++ b/static/soundcli.html @@ -0,0 +1,63 @@ +<h1> + <img src="images/soundcli-icon.png" class="headline" />SoundCLI +</h1> +<p> + soundCLI is a command line client for streaming music from <a href='http://soundcloud.com'>SoundCloud</a>. + Timed comments are displayed on the command line as the playback reaches their + respective positions. +</p> + +<p> + This screenie says it all: +</p> + +<img src='images/soundcli-screenie.png' alt='screenshot of a typical soundCLI session' class='full' /> + +<h2>Installation</h2> +<p> + The latest stable (or stale) version of soundCLI is + <a href="https://rubygems.org/gems/soundcli">available as a RubyGem</a>. + Install it like this: <span class="code">gem install soundcli</span> +</p> + +<p> + You can <a href="http://github.com/rekado/soundCLI">download the source code from github</a>. + If you are a fellow user of <a href="http://archlinux.org">Archlinux</a>, you can install soundCLI from the + <a href="https://aur.archlinux.org/packages.php?ID=51472">Arch User Repository</a>. The latest development + snapshot is also <a href="https://aur.archlinux.org/packages.php?ID=51608">available as a package</a>. +</p> + +<h2>Authorization</h2> +<p> + To access your own songs and those of other users, you have to authorise + soundCLI first. You can either provide a password once when starting soundCLI + for the first time or authorise the application by clicking on the button + below. You will then be redirected to <a href="http://soundcloud.com">soundcloud.com</a> + and receive an authorisation code. The application only needs to be + authorised once. If ever you want to revoke access, you can simply run + <span class="code">soundcli revoke</span> to delete the authentication + token or delete the connection in your SoundCloud account settings. Note + that soundCLI defaults to password authentication. Change the authentication + type in the configuration file. +</p> + +<a href="https://soundcloud.com/connect?client_id=a0f81a06bbce9c2995ef16b87eb87820&response_type=code&redirect_uri=http://soundcli.elephly.net/oauth-callback.html"> + <img src="images/larger-connect-with-sc.png" alt="connect with SoundCloud" /> +</a> + +<h2>Support</h2> +<p> + Head to the <a href="https://github.com/rekado/soundCLI">github page</a> to + get more information, or to submit bug reports and feature requests. +</p> +<p> + If by “support” you actually meant <em>giving support</em>, + then fret not! You can show your appreciation for soundCLI by clicking the Flattr link. I shall be flattered. + +TODO += flattr("397352/soundCLI-a-soundcloud-client-for-the-command-line") + +<h2>License</h2> +<p> + soundCLI is <a href="http://www.gnu.org/philosophy/free-sw.html">free software</a> and licensed under the <a href="http://www.gnu.org/licenses/gpl.html">GNU GPL v3</a>. +</p> diff --git a/templates/archive.html b/templates/archive.html new file mode 100644 index 0000000..67517d6 --- /dev/null +++ b/templates/archive.html @@ -0,0 +1,4 @@ +<h1>Archive</h1> +<ul class="archive"> + $posts$ +</ul> diff --git a/templates/default.html b/templates/default.html new file mode 100644 index 0000000..dccc72a --- /dev/null +++ b/templates/default.html @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head profile="http://www.w3.org/2005/10/profile"> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <meta name='viewport' content='width=320' /> + <title>rekado - $title$</title> + <link rel="stylesheet" type="text/css" href="/css/reset.css" /> + <link rel="stylesheet" type="text/css" href="/css/screen.css" /> + <link rel="stylesheet" type="text/css" href="/css/mobile.css" /> + <link rel="shortcut icon" href="http://elephly.net/favicon.ico" /> + <script type="text/javascript" src="/js/libs/jquery-1.6.2.min.js"></script> + <script type="text/javascript" src="/js/deobfuscate.js"></script> + <script type="text/javascript" src="/js/hyphenator/Hyphenator.js"></script> + <script type="text/javascript"> + Hyphenator.run(); + </script> + </head> + <body id="top"> + <div id="navigation"> + <img id="logo" src="/images/logo.png"/> + <ul> + <li><a href="/about.html">About</a></li> + <li><a href="/projects.html">Projects</a></li> + <li><a href="/ecology.html">Ecology</a></li> + <li><a href="/posts">Blog</a></li> + <li><a href="/elephly.html">Elephly</a></li> + <li><a href="/fur-man.html">Fur man</a></li> + </ul> + </div> + + <div id="page" class="hyphenate"> + $body$ + </div> + </body> +</html> diff --git a/templates/flattr.html b/templates/flattr.html new file mode 100644 index 0000000..77ab55a --- /dev/null +++ b/templates/flattr.html @@ -0,0 +1,3 @@ +<a href="http://flattr.com/thing/$flattr$" target='_blank'> + <img src='http://api.flattr.com/button/flattr-badge-large.png' alt='Flattr this' title='Flattr this' border='0' /> +</a> diff --git a/templates/license.html b/templates/license.html new file mode 100644 index 0000000..06adc25 --- /dev/null +++ b/templates/license.html @@ -0,0 +1,8 @@ +<div class="fineprint"> + <license> + <a rel='license' href='http://creativecommons.org/licenses/by-sa/3.0/'> + <img alt='Creative Commons License' style='border-width:0' src='http://i.creativecommons.org/l/by-sa/3.0/80x15.png'/> + </a> + <span xmlns:dct='http://purl.org/dc/terms/' href='http://purl.org/dc/dcmitype/StillImage' property='dct:title' rel='dct:type'>$title$</span> by <a xmlns:cc='http://creativecommons.org/ns#' href='http://elephly.net' property='cc:attributionName' rel='cc:attributionURL'>Rekado</a> is licensed under a <a rel='license' href='http://creativecommons.org/licenses/by-sa/3.0/'>Creative Commons Attribution-ShareAlike 3.0 Unported License</a>. + </license> +</div> diff --git a/templates/photo.html b/templates/photo.html new file mode 100644 index 0000000..97bdcbb --- /dev/null +++ b/templates/photo.html @@ -0,0 +1 @@ +<img class="stretch full" src="/images/posts/$photo$"/> diff --git a/templates/post-item.html b/templates/post-item.html new file mode 100644 index 0000000..60da335 --- /dev/null +++ b/templates/post-item.html @@ -0,0 +1,3 @@ +<li> + <a href="$url$">$title$</a> +</li> diff --git a/templates/post.html b/templates/post.html new file mode 100644 index 0000000..fd0c893 --- /dev/null +++ b/templates/post.html @@ -0,0 +1,26 @@ +<h1>$title$</h1> +<div class="time">$date$</div> + +$photo-snippet$ +$body$ +$flattr-snippet$ +$license-snippet$ + +<p class="back"><a href="/posts">← other posts</a></p> + +<div id="disqus_thread"> + <script> + var loadComments = function() { + var el = document.getElementById("loadComments"); + el.parentNode.removeChild(el); + var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; + dsq.src = 'http://elephly.disqus.com/embed.js'; + (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); + }; + </script> +</div> +<a id="loadComments" href="javascript:loadComments()">Click to load Disqus comments</a> + +<noscript> + Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus</a>. +</noscript> |