JFIF``;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 90 C     C   2K" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?UsD?u֨+NUy h͚-i(3`>䖿c͡kxd=奬)N zG{-&47=7LGykx`]붚oi1_Y\$"]<cq&1"sz~S=+PVA#$(׉ȿW—wtKs,'X;AU;G&ڛݮXmGL9UVռS'_-͔ƥDZX@>Cr~B1jiEYZ<6ɂ\DOU$r7Q[ilih%V%T젞~c/Q!y./#cK6:?gbB EDhpW %nUg{DCuM8N|mOpCGNԐM_--0 9~yWzڭIiX ۇd?(-N1sY^Bh_Oq mXvn+qvH 3=+$~9bpJ"}Oŋ_?g}>k嵖+i nWY 䀥Xt'?\גm1VGγ6q08'~&w:Fa;$21RQp:8~|MӼQ xkVF;kn<^A>b ܽNU*g ^7ý: &3Oq&F%qI$ ߋQ2\+ɼE;i 0ǡETƞ֌LrM ,kXq⸩b!uK1JPo>ϳ>Wdmn + &H<5M :'x 1+wi&bXҼa-6j鶑YnFmDɒ7zWEInl<B' LX fcӎqoSʝZu9k}N5woώ7b+ee\PtbPBفNp==[uOywY[▶' : ''; a.className += ' sf-dump-toggle'; x = 1; if ('sf-dump' != elt.parentNode.className) { x += elt.parentNode.getAttribute('data-depth')/1; } } else if (/\bsf-dump-ref\b/.test(elt.className) && (a = elt.getAttribute('href'))) { a = a.slice(1); elt.className += ' sf-dump-hover'; elt.className += ' '+a; if (/[\[{]$/.test(elt.previousSibling.nodeValue)) { a = a != elt.nextSibling.id && doc.getElementById(a); try { s = a.nextSibling; elt.appendChild(a); s.parentNode.insertBefore(a, s); if (/^[@#]/.test(elt.innerHTML)) { elt.innerHTML += ' '; } else { elt.innerHTML = ''; elt.className = 'sf-dump-ref'; } elt.className += ' sf-dump-toggle'; } catch (e) { if ('&' == elt.innerHTML.charAt(0)) { elt.innerHTML = '…'; elt.className = 'sf-dump-ref'; } } } } } if (doc.evaluate && Array.from && root.children.length > 1) { root.setAttribute('tabindex', 0); SearchState = function () { this.nodes = []; this.idx = 0; }; SearchState.prototype = { next: function () { if (this.isEmpty()) { return this.current(); } this.idx = this.idx < (this.nodes.length - 1) ? this.idx + 1 : 0; return this.current(); }, previous: function () { if (this.isEmpty()) { return this.current(); } this.idx = this.idx > 0 ? this.idx - 1 : (this.nodes.length - 1); return this.current(); }, isEmpty: function () { return 0 === this.count(); }, current: function () { if (this.isEmpty()) { return null; } return this.nodes[this.idx]; }, reset: function () { this.nodes = []; this.idx = 0; }, count: function () { return this.nodes.length; }, }; function showCurrent(state) { var currentNode = state.current(), currentRect, searchRect; if (currentNode) { reveal(currentNode); highlight(root, currentNode, state.nodes); if ('scrollIntoView' in currentNode) { currentNode.scrollIntoView(true); currentRect = currentNode.getBoundingClientRect(); searchRect = search.getBoundingClientRect(); if (currentRect.top < (searchRect.top + searchRect.height)) { window.scrollBy(0, -(searchRect.top + searchRect.height + 5)); } } } counter.textContent = (state.isEmpty() ? 0 : state.idx + 1) + ' of ' + state.count(); } var search = doc.createElement('div'); search.className = 'sf-dump-search-wrapper sf-dump-search-hidden'; search.innerHTML = ' 0 of 0<\/span>