I've had multiple staff members complain that pressing the backspace key while the "Save Draft" message is up causes the cursor to skip back to the first position (row 1 col 1) and is very frustrating to them as they're typing out a message. We've made no changes to the server or software. As we're still on a (slightly) older 1.9.7 I can only attribute it to something in one of the JS libraries, or a change in browser behavior with said JS. So for the only offender seems to be FireFox.
Seems to be similar, though not exactly the same as #2322
I got similar complaints from my agents with osticket 1.9.11 (and 1.9.8.1) in combination with firefox 39. It is not so easy to replicate this (at least for me). They use it the whole day and writing much faster than me and they can reproduce it multiple times a day. In our case the cursor disappears suddenly (when using backspace during the writing) and the writing of text continues at the first position of the redactor window. This is my environment:
osTicket-Version v1.9.11 (c1b5a33) — Up to date
Server-Software Apache
MySQL-Version 5.5.44
PHP-Version 5.4.43-1~he.0
i have the same problem in v 1.9.11
Same issue. Version 1.9.11, Firefox 39.0.3. It;s driving me insane. As a temporary fix I installed noscript. Not the best solution but at least now I can type.
I can confirm first hand the issue still exists in Firefix 40.0.2
I think this issue might be solved with version 10.2.3 of Redactor, which was released on August 15. Changelog includes:
I agree. I saw that fix and will work on upgrading redactor in osTicket-1.8 develop-next
Where to get a fix for the problem? I use v1.9.12 and the problem still exist.
As you can see will be the fix the implementation of a newer redactor version in osTicket 1.10 (osTicket-1.8 develop-next). So you will have to wait until 1.10 is stable or as a workaround use a different browser..
+1
wait for stable version, this error is a terrible inconvenience...
Very terrible! I have loosed a ticket reply for that because write my response to a ticket was very difficoult... so i switched to non HTMl by the button <> and when sended the reply all my text was loost, not sent and not visible again by pressing back button.
I AM also waiting the 10 relase as solve also the issue with registration link who not work if the user is logged as guest and are viewinf ticket So two beautiful issue to resolve with the new version, hope can be relased soon.
When to expect a working solution for the editor problem?
Right question :) is not a small issue... is very hard to manage tickets.
This is a pretty major issue, I understand that 1.10 has a lot of new stuff in it, would it be possible to just make a point release of 1.9 to fix this bug? OSTicket is pretty much impossible to use with Firefox if rich-text is enabled, so we've been forced to turn it off.
1.9.12 and have this too, its driving some of the staff nuts..
Can't we change redactor for another editor?
Perhaps too early to cheer, following the instructions of Draconis, on the website of osticket, i believe our osticket was fixed.
We weren't able to reproduce the issue (yet).
On line 308 of redactor-osticket.js located in folder js of your osticket installation :
if (settings.url.indexOf('ajax.php/draft') != -1
change: ajax.php/draft into ajax.php.draft
On a sidenote:
Two quick spaces followed by a quick backspace equals an enter, but only once every two times :P Redactor is one big easter egg :P
Thanks for share @rjboer
That didn't quite cut it, the editor still loses focus... (only focus this time, it does not reset itself to the beginning of the line, seen only one error)
We now set the save interval to 10000 (beginning of the file redactor-osticket.js, mentioned before), such that no saves occur.
Be aware to restart apache..for changes to come through
However, i think it has something to do with the following.....
save
Saves cursor position in Redactor.
This is useful in case, for example, you want to open a modal window and perform some actions in it. In this case, Redactor will lose focus and cursor position. To restore focus cursor position, you should save it first using selection.save and restore afterward using selection.restore.
this.selection.save();
restore
Restores cursor position (previously saved by selection.save)
this.selection.restore();
Hi guys,
I see it has been quiet here for some time. Anyone found a good solution? I have the same problem on version 1.9.12 so this isn't patched yet.
The v1.10 branch (develop) contains a newer version of Redactor, version 10.2.2. Since it's an upstream issue, I'm hoping the upgrade will resolve it.
Great news! This is really driving me crazy :)
Any preliminary time line on the v1.10 release?
We're poised to make an rc3 release. It's proving pretty stable, so that will likely be the final release candidate release
Thumbs up!
It looks like 1.9 branch has had two interim patches I didn't see, .13 & .14, anyone tested these yet to see if it resolves this issue?
My hacked file, the bug fixed :)
https://gist.github.com/cosmospham/78974d588805fc3cc9b8c3deac71f54d
Some reason why you wouldn't submit that as a Pull Request?
The js file must be unpacked before edit, so if you want you can take the whole file. There is only 1 or 2 line modified (after unpacking).
I've applied the cosmopham's patch and re-enabled html/rich-text support. I'll report back after some testing, but my initial poking about with a ticket looks good.
This error is still in v1.10-rc.3. Any solution?
IS still present on version v1.10-rc.3 ? Is terrible. This is an important issue.
Still...
I have new trick - press Arrow Left and Delete instead Backspace...
I Can confirm now this issue is still present in the new stable version 1.10 and is very stressing. Made you write broken message if you don't click with mouse often for not loose the line where you are writing.
@greezybacon issue has not been fixed also in version 1.10 . issue is still present with Firefoxc and last OsTicket version. Is very... problematic.
I confirm that the issue is still in 1.10
I guess I'll chime in as well. The issue is still present in 1.10 stable on Firefox.
The only viable workaround for Firefox users seems to be clicking the <> button before typing their ticket, and/or disabling rich text site-wide. Hopefully that helps anyone still grappling with this. I'd really like to see this issue resolved, but seeing as this has been an open issue for over a year...
Yes is incredible... also OsTicket cannot work with PHP 7 ... I love OsTicket but maybe issue are not resolved fast.
I will now try to report issue with OsTicket on official Firefox BUG report.
For anyone want to track or post a post look here: (maybe Firefox fix will be more faster if there are something wrong in Firefox and not OsTicket)
https://bugzilla.mozilla.org/show_bug.cgi?id=1330784
hope will be some help from Firefox
This is definitely a bug in Redactor. I think the long term solution since redactor is no longer open source would be to replace the editor with something that is open source and updated often like TinyMCE.
As a short term fix, I suggest updating the version of Redactor from 10.2.2 to 10.2.5. This fixed the issue for me. /js/redactor.min.js
/*
Redactor 10.2.5
Updated: October 1, 2015
http://imperavi.com/redactor/
Copyright (c) 2009-2015, Imperavi LLC.
License: http://imperavi.com/redactor/license/
Usage: $('#content').redactor();
*/
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('(C($){\'lC lA\';if(!gz.5n.a4){gz.5n.a4=C(gy){E fn=q;F C(){F fn.8n(gy)}}}E 2H=0;$.fn.I=C(47){E 2L=[];E gx=8Q.5n.dn.64(iY,1);if(1s 47===\'70\'){q.1u(C(){E 6E=$.1f(q,\'I\');E 1C;if(47.3J(/\\./)!=\'-1\'){1C=47.4A(\'.\');if(1s 6E[1C[0]]!=\'1z\'){1C=6E[1C[0]][1C[1]]}}O{1C=6E[47]}if(1s 6E!==\'1z\'&&$.5K(1C)){E 9X=1C.8n(6E,gx);if(9X!==1z&&9X!==6E){2L.2N(9X)}}O{$.6N(\'lX m1 9V "\'+47+\'" 2D 3Y\')}})}O{q.1u(C(){$.1f(q,\'I\',{});$.1f(q,\'I\',3Y(q,47))})}if(2L.12===0)F q;O if(2L.12===1)F 2L[0];O F 2L};C 3Y(el,47){F 2a 3Y.5n.3Q(el,47)}$.3Y=3Y;$.3Y.m0=\'10.2.5\';$.3Y.d5=[\'2Z\',\'3n\',\'Q\',\'28\',\'2f\',\'1v\',\'1S\',\'1x\',\'1e\',\'1W\',\'1n\',\'1Z\',\'2p\',\'M\',\'3A\',\'26\',\'1Y\',\'1D\',\'2s\',\'1H\',\'3L\',\'V\',\'2A\',\'2d\',\'1b\',\'1R\',\'2X\',\'5o\',\'3i\',\'5F\',\'K\',\'6a\',\'2I\',\'1I\',\'1A\',\'1w\',\'L\'];$.3Y.G={1H:\'en\',dc:\'lZ\',92:N,2p:N,g0:N,3i:N,5W:1q,6G:N,ae:N,b3:N,1K:N,6q:1q,2X:1q,eE:N,aP:1q,k2:1q,hY:1q,hO:N,3n:N,d4:N,9a:60,cZ:N,bi:N,iW:1q,5a:\'9n\',hR:N,ec:50,ca:1q,hI:1q,hL:1q,8C:\'lQ\',cO:1q,7R:4m,jU:\'1Z\',lI:N,ge:1q,7N:4m,jS:\'1Z\',gh:1q,86:N,ax:1q,ek:1q,e9:1q,9q:1q,72:4,b7:N,et:1q,9w:N,1A:1q,jD:1q,6F:1k,6L:0,aI:N,jr:N,4D:1q,4i:[\'B\',\'30\',\'4n\',\'4h\',\'5S\',\'5q\',\'5u\',\'7n\',\'3A\',\'M\',\'1Z\',\'V\',\'2Z\',\'aO\'],dQ:[],e8:[],30:[\'p\',\'29\',\'2F\',\'h1\',\'h2\',\'h3\',\'h4\',\'h5\',\'h6\'],cv:N,2I:1q,4c:[\'3W\',\'1p\'],4s:N,co:[\'3V\',\'1j\',\'2F\',\'6k\',\'3k\',\'ol\',\'h1\',\'h2\',\'h3\',\'h4\',\'h5\',\'h6\',\'dl\',\'29\',\'80\',\'dW\',\'4d\',\'75\',\'cc\',\'eS\',\'fo\',\'43\',\'1p\',\'3W\',\'4J\',\'7a\',\'3G\',\'2y\',\'1v\',\'41\',\'kh\',\'iZ\',\'lL\',\'hr\',\'j1\',\'mh\',\'mk\',\'mo\',\'6t\',\'me\',\'m8\',\'ma\',\'p\'],6v:N,5w:[[\'7b\',\'4l\'],[\'b\',\'5d\']],5x:[[\'3O-7W:\\\\s?4n\',"5d"],[\'3O-1p:\\\\s?4h\',"em"],[\'1g-7e:\\\\s?5r\',"u"],[\'1g-7e:\\\\s?3L-eB\',\'4l\']],5s:N,1L:N,52:N,6U:[\'1i\'],3T:[\'p\'],aN:[\'5S\',\'4h\',\'4n\',\'5r\',\'5q\',\'5u\',\'l8\',\'la\',\'lv\',\'9B\'],cj:{b:\'4n\',5d:\'4n\',i:\'4h\',em:\'4h\',4l:\'5S\',7b:\'5S\',3k:\'5q\',ol:\'5u\',u:\'5r\'},6a:{\'4a+6P+m, 5c+6P+m\':{1C:\'26.e1\'},\'4a+b, 5c+b\':{1C:\'26.3a\',6d:[\'4n\']},\'4a+i, 5c+i\':{1C:\'26.3a\',6d:[\'4h\']},\'4a+h, 5c+h\':{1C:\'26.3a\',6d:[\'eZ\']},\'4a+l, 5c+l\':{1C:\'26.3a\',6d:[\'fc\']},\'4a+k, 5c+k\':{1C:\'V.2R\'},\'4a+6P+7\':{1C:\'2d.3j\',6d:[\'5u\']},\'4a+6P+8\':{1C:\'2d.3j\',6d:[\'5q\']}},gV:N,28:[],8M:[],5V:\'<p>&#bL;</p>\',5Z:\'&#bL;\',jX:[\'M/gR\',\'M/lu\',\'M/gU\'],9M:20,c7:[\'a\',\'1M\',\'b\',\'5d\',\'7j\',\'7i\',\'i\',\'em\',\'u\',\'95\',\'7b\',\'4l\',\'9d\',\'3k\',\'ol\',\'li\'],4M:[\'5d\',\'b\',\'u\',\'em\',\'i\',\'1e\',\'4l\',\'lj\',\'az\',\'ay\',\'7i\',\'7j\',\'85\',\'E\',\'9d\',\'95\'],9y:[\'P\',\'cJ\',\'cs\',\'c8\',\'c3\',\'c6\',\'bM\',\'ml\',\'nH\',\'mr\',\'8a\',\'6u\',\'aL\',\'nK\',\'hS\',\'nO\',\'nt\',\'nR\',\'o7\',\'o8\',\'oi\'],8E:[\'9J\',\'8B\',\'8h\',\'5L\'],bO:N,1R:{7H:[]},kv:{en:{B:\'og\',6S:\'6K gm\',M:\'6K gn\',3V:\'dC\',V:\'dN\',b2:\'6K V\',e6:\'gG V\',6J:\'of\',30:\'nU\',iB:\'nZ 1g\',dp:\'o4\',1e:\'gl\',iC:\'8i 1\',iL:\'8i 2\',iM:\'8i 3\',kd:\'8i 4\',jt:\'8i 5\',4n:\'o3\',4h:\'mL\',mH:\'mI gB\',mN:\'mQ gB\',5q:\'mP gE\',5u:\'mF gE\',7n:\'mu\',3A:\'mz\',jf:\'mE\',1Y:\'6K\',3o:\'mD\',hF:\'9g\',mC:\'6K dC\',mT:\'9s dr mU\',nd:\'9s dr nc\',na:\'9s dx gv\',nb:\'9s dx go\',ni:\'9g dx\',mZ:\'9g dr\',mY:\'9g dC\',mV:\'mW\',n1:\'n2\',n7:\'9s gw\',nJ:\'9g gw\',1J:\'n3\',ck:\'n5\',5p:\'n6\',2c:\'gv\',4t:\'go\',5m:\'gq\',mX:\'gn n0 dN\',1g:\'n8\',aa:\'n9\',nh:\'cg\',nj:\'gm nm gl or ng/nf dN\',1Z:\'6K ne\',1w:\'mB\',mA:\'my\',gp:\'mt\',ms:\'mv gp\',mx:\'gT 1Z gS\',jO:\'gu 1g gs gr 2c\',jJ:\'gq 1g\',jH:\'gu 1g gs gr 4t\',jF:\'mO 1g\',aO:\'6K mR mS\',5S:\'mM\',ho:\'mJ\',a9:\'mK V in 2a 5t\',5r:\'nn\',2Z:\'no\',6f:\'o1 (o0)\',7F:\'gG\',k8:\'gT 1Z gS or \'}},2A:{4p:{6Q:/5E?:\\/\\/(?:[0-9A-Z-]+\\.)?(?:nY\\.be\\/|6Q\\.aK\\S*[^\\w\\-\\s])([\\w\\-]{11})(?=[^\\w\\-]|$)(?![?=&+%\\w.\\-]*(?:[\'"][^<>]*>|<\\/a>))[?=&+%\\w.-]*/ig,6T:/5E?:\\/\\/(7S\\.)?6T.aK\\/(\\d+)($|\\/)/,M:/((5E?|7S)[^\\s]+\\.)(nT?g|gR|gU)(\\?[^\\s-]+)?/ig,2i:/(5E?:\\/\\/(?:7S\\.|(?!7S))[^\\s\\.]+\\.[^\\s]{2,}|7S\\.[^\\s]+\\.[^\\s]{2,})/ig,}},9r:N};3Y.fn=$.3Y.5n={3r:{83:8,8S:46,nS:38,dm:40,6z:13,kk:32,bG:27,da:9,fB:17,fA:91,ft:16,fu:18,eW:39,nV:37,er:91},3Q:C(el,47){q.$2m=$(el);q.2H=2H++;q.7T=N;q.$5h=N;q.gY(47);q.gX();q.30={};$.nX(q.G.8E,q.G.9y);q.fk=2a 2n(\'^(\'+q.G.8E.31(\'|\')+\')$\',\'i\');q.1I.kU();if(q.G.4c!==N){E 2e=[\'B\',\'dG\',\'V\',\'3f\',\'5c\',\'nW\'];2D(E i=0;i<2e.12;i++){q.G.4c.2N(2e[i])}}q.1H.2K();$.7h(q.G.6a,q.G.gV);q.1W.2r(\'2b\');q.2b=1q;q.2f.fG()},gY:C(47){q.G=$.7h({},$.7h(1q,{},$.3Y.G),q.$2m.1f(),47)},dg:C(43){F kD.o6(43).dO(C(aD){F 1s 43[aD]==\'C\'})},gX:C(){E 2q=$.3Y.d5.12;2D(E i=0;i<2q;i++){q.gW($.3Y.d5[i])}},gW:C(6H){if(1s q[6H]==\'1z\')F;q[6H]=q[6H]();E 6h=q.dg(q[6H]);E 2q=6h.12;2D(E z=0;z<2q;z++){q[6H][6h[z]]=q[6H][6h[z]].a4(q)}},2Z:C(){F{2c:C(){q.2Z.1U(\'\')},4t:C(){q.2Z.1U(\'4t\')},5m:C(){q.2Z.1U(\'5m\')},9B:C(){q.2Z.1U(\'9B\')},1U:C(1m){if(!q.L.1P(\'2G\')&&!q.G.1K){q.$T.2p()}q.2Z.21=q.K.44();q.2Z.1m=1m;q.28.1U();q.K.3o();if(q.2Z.gJ()){q.2Z.gQ()}O{q.2Z.gP()}q.K.3e();q.1e.1T()},gQ:C(){E 4N=q.K.6e(\'1j\');$(4N).1c(\'1f-8u\',\'I\').1O(\'1g-5f\',q.2Z.1m)},gP:C(){$.1u(q.2Z.21,$.1d(C(i,el){E $el=q.L.aS(el);if(!$el)F;if(q.2Z.gI($el)){q.2Z.gH($el)}O{q.2Z.gK($el)}},q))},gJ:C(){F(q.G.1K&&q.2Z.21[0]===N)},gI:C($el){F(q.2Z.1m===\'\'&&1s($el.1f(\'8u\'))!==\'1z\')},gH:C($el){$el.2x($el.B())},gK:C($el){$el.1O(\'1g-5f\',q.2Z.1m);q.L.5C($el,\'1p\')}}},3n:C(){F{B:N,aT:C(){if(!q.G.3n)F;q.3n.1y=(q.G.d4)?q.G.d4:q.$2y.1c(\'1y\');if(q.G.cZ)F;q.9a=o9(q.3n.2K,q.G.9a*oa)},hj:C(){if(!q.G.cZ)F;q.3n.2K()},2K:C(){if(!q.G.3n)F;q.3n.4D=q.1e.1a();if(q.3n.B===q.3n.4D)F;E 1f={};1f[\'1y\']=q.3n.1y;1f[q.3n.1y]=q.3n.4D;1f=q.3n.6A(1f);E gL=$.nQ({2i:q.G.3n,1m:\'ny\',1f:1f});gL.nz(q.3n.gO)},6A:C(1f){if(q.G.bi===N||1s q.G.bi!==\'43\'){F 1f}$.1u(q.G.bi,$.1d(C(k,v){if(v!==4m&&v.4o().4L(\'#\')===0)v=$(v).2L();1f[k]=v},q));F 1f},gO:C(1f){E 2S;4U{2S=$.iO(1f)}56(e){2S=1f}E gN=(1s 2S.6N==\'1z\')?\'3n\':\'nw\';q.1W.2r(gN,q.3n.1y,2S);q.3n.B=q.3n.4D},nq:C(){hq(q.9a)}}},Q:C(){F{30:C(1y){q.Q.bp=N;E 1m,1F;if(1s q.30[1y].1f!=\'1z\')1m=\'1f\';O if(1s q.30[1y].1c!=\'1z\')1m=\'1c\';O if(1s q.30[1y][\'1G\']!=\'1z\')1m=\'1G\';if(1s q.30[1y].9e!=\'1z\'){q.Q.bp=1q}if(1m)1F=q.30[1y][1m];q.Q.3a(q.30[1y].Y,1m,1F)},3a:C(Y,1m,1F){if(Y==\'dp\')Y=\'29\';E gM=[\'p\',\'2F\',\'29\',\'h1\',\'h2\',\'h3\',\'h4\',\'h5\',\'h6\'];if($.3t(Y,gM)==-1)F;q.Q.8K=(Y==\'2F\'||Y.3J(/h[1-6]/i)!=-1);if(!q.L.1P(\'2G\'))q.$T.2p();E B=$.3h(q.$T.B());q.Q.3z=q.L.3z(B);if(q.L.1P(\'4b\')&&!q.2p.cI()){if(q.Q.3z){E $3I;if(!q.G.1K){$3I=q.$T.3R().3I();q.1S.3H($3I)}}}q.Q.21=q.K.44();q.Q.7q=q.Q.21.12;q.Q.1m=1m;q.Q.1F=1F;q.28.1U();q.K.3o();q.Q.1U(Y);q.K.3e();q.1e.1T();q.1R.2K()},1U:C(Y){q.K.1a();q.Q.6g=q.14.fR.1o;if(q.14.4X){q.Q.gk(Y)}O{q.Q.gj(Y)}},gk:C(Y){if(q.G.1K&&q.Q.3z&&Y!=\'p\'){E R=1k.3B(Y);q.$T.B(R);q.1S.3H(R);F}E Q=q.Q.21[0];if(Q===N)F;if(Q.1o==\'5L\'){if(Y!=\'29\')F;q.Q.bE();F}E bf=(q.Q.6g==\'6u\'||q.Q.6g==\'cr\');if(bf&&!q.G.1K){1k.3Z(\'9S\',N,\'<\'+Y+\'>\');Q=q.K.49();q.Q.3j($(Q))}O if(Q.1o.3g()!=Y){if(q.G.1K&&Y==\'p\'){$(Q).1E(\'<br>\');q.L.5T(Q)}O{E $1X=q.L.4x(Q,Y);q.Q.3j($1X);if(Y!=\'p\'&&Y!=\'29\')$1X.1h(\'1M\').1t();if(q.Q.8K)q.L.4V($1X);if(Y==\'p\'||q.Q.d2)$1X.1h(\'p\').25().48();q.Q.dj($1X)}}O if(Y==\'29\'&&Q.1o.3g()==Y){if(q.G.1K){$(Q).1E(\'<br>\');q.L.5T(Q)}O{E $el=q.L.4x(Q,\'p\');q.Q.3j($el)}}O if(Q.1o.3g()==Y){q.Q.3j($(Q))}if(1s q.Q.1m==\'1z\'&&1s q.Q.1F==\'1z\'){$(Q).1L(\'1G\').1L(\'1p\')}},gj:C(Y){E Q=q.Q.21[0];E bf=(q.Q.6g==\'6u\'||q.Q.6g==\'cr\');if(Q!==N&&q.Q.7q===1){if(Q.1o.3g()==Y&&Y==\'29\'){if(q.G.1K){$(Q).1E(\'<br>\');q.L.5T(Q)}O{E $el=q.L.4x(Q,\'p\');q.Q.3j($el)}}O if(Q.1o==\'5L\'){if(Y!=\'29\')F;q.Q.bE()}O if(q.Q.6g==\'aL\'){q.Q.fP(Y)}O if(q.G.1K&&((bf)||(q.14.fR!=Q))){q.Q.bF(Y)}O{if(q.G.1K&&Y==\'p\'){$(Q).6C(\'<br>\').1E(\'<br>\');q.L.5T(Q)}O if(Q.1o===\'6u\'){q.Q.bF(Y)}O{E $1X=q.L.4x(Q,Y);q.Q.3j($1X);if(q.Q.8K)q.L.4V($1X);if(Y==\'p\'||q.Q.d2)$1X.1h(\'p\').25().48()}}}O{if(q.G.1K||Y!=\'p\'){if(Y==\'29\'){E d1=0;2D(E i=0;i<q.Q.7q;i++){if(q.Q.21[i].1o==\'aL\')d1++}if(d1==q.Q.7q){$.1u(q.Q.21,$.1d(C(i,s){E $1X=N;if(q.G.1K){$(s).6C(\'<br>\').1E(\'<br>\');$1X=q.L.5T(s)}O{$1X=q.L.4x(s,\'p\')}if($1X&&1s q.Q.1m==\'1z\'&&1s q.Q.1F==\'1z\'){$1X.1L(\'1G\').1L(\'1p\')}},q));F}}q.Q.bF(Y)}O{E 8N=0;E 5y=N;if(q.Q.1m==\'1G\'){5y=\'3j\';8N=$(q.Q.21).dO(\'.\'+q.Q.1F).12;if(q.Q.7q==8N)5y=\'3j\';O if(q.Q.7q>8N)5y=\'1U\';O if(8N===0)5y=\'1U\'}E 8Z=[\'3k\',\'ol\',\'li\',\'2Y\',\'6s\',\'dl\',\'dt\',\'dd\'];$.1u(q.Q.21,$.1d(C(i,s){if($.3t(s.1o.3g(),8Z)!=-1)F;E $1X=q.L.4x(s,Y);if(5y){if(5y==\'3j\')q.Q.3j($1X);O if(5y==\'1t\')q.Q.1t($1X);O if(5y==\'1U\')q.Q.fQ($1X)}O q.Q.3j($1X);if(Y!=\'p\'&&Y!=\'29\')$1X.1h(\'1M\').1t();if(q.Q.8K)q.L.4V($1X);if(Y==\'p\'||q.Q.d2)$1X.1h(\'p\').25().48();if(1s q.Q.1m==\'1z\'&&1s q.Q.1F==\'1z\'){$1X.1L(\'1G\').1L(\'1p\')}},q))}}},fQ:C($el){if(q.Q.bp){$el.1L(\'1G\').1L(\'1p\')}if(q.Q.1m==\'1G\'){$el.2g(q.Q.1F);F}O if(q.Q.1m==\'1c\'||q.Q.1m==\'1f\'){$el.1c(q.Q.1F.1y,q.Q.1F.1F);F}},3j:C($el){if(q.Q.bp){$el.1L(\'1G\').1L(\'1p\')}if(q.Q.1m==\'1G\'){$el.7C(q.Q.1F);F}O if(q.Q.1m==\'1c\'||q.Q.1m==\'1f\'){if($el.1c(q.Q.1F.1y)==q.Q.1F.1F){$el.1L(q.Q.1F.1y)}O{$el.1c(q.Q.1F.1y,q.Q.1F.1F)}F}O{$el.1L(\'1p 1G\');F}},1t:C($el){$el.2W(q.Q.1F)},bE:C(){E Q=$(q.Q.21[0]).2o(\'3k, ol\',q.$T[0]);$(Q).1h(\'3k, ol\').25().48();$(Q).1h(\'li\').1E($(\'<br>\')).25().48();E $el=q.L.4x(Q,\'29\');q.Q.3j($el)},fP:C(Y){1k.3Z(\'7n\');1k.3Z(\'9S\',N,Y);q.1x.4r();q.$T.1h(\'p:fT\').1t();E 1X=q.K.49();if(Y!=\'p\'){$(1X).1h(\'1M\').1t()}if(!q.G.1K){q.Q.3j($(1X))}q.$T.1h(\'3k, ol, 6W, 29, p\').1u($.1d(q.L.3T,q));if(q.G.1K&&Y==\'p\'){q.L.5T(1X)}},bF:C(Y){if(q.Q.6g==\'8B\'||q.Q.6g==\'8h\'){if(Y==\'29\'){q.Q.bE()}O{F}}E 1X=q.K.6e(Y);if(1X===N)F;E $1X=$(1X);q.Q.dj($1X);E $fS=$1X.1h(q.G.8E.31(\',\')+\', 2Y, 3V, dE, dF, dI, 6s, 6W\');$fS.25().48();if(Y!=\'p\'&&Y!=\'29\')$1X.1h(\'1M\').1t();$.1u(q.Q.21,$.1d(q.L.3T,q));$1X.1E(q.K.71(2));if(!q.G.1K){q.Q.3j($1X)}q.$T.1h(\'3k, ol, 6W, 29, p\').1u($.1d(q.L.3T,q));$1X.1h(\'29:fT\').1t();if(q.Q.8K){q.L.4V($1X)}if(q.G.1K&&Y==\'p\'){q.L.5T($1X)}if(q.G.1K){E $1N=$1X.1N().1N();if($1N.8b()!=0&&$1N[0].1o===\'5i\'){$1N.1t()}}},dj:C($1X){if($1X.2o(\'3V\',q.$T[0]).12===0)F;if($1X.2o(\'6W\',q.$T[0]).12===0)$1X.6e(\'<6W>\');if($1X.2o(\'2Y\',q.$T[0]).12===0&&$1X.2o(\'6s\').12===0){$1X.6e(\'<2Y>\')}},hd:C(1y,1F){E 21=q.K.44();$(21).1L(\'1f-\'+1y);q.1e.1T()},lq:C(1y,1F){E 21=q.K.44();$(21).1c(\'1f-\'+1y,1F);q.1e.1T()},lr:C(1y,1F){E 21=q.K.44();$.1u(21,C(){if($(q).1c(\'1f-\'+1y)){$(q).1L(\'1f-\'+1y)}O{$(q).1c(\'1f-\'+1y,1F)}})},1L:C(1c,1F){E 21=q.K.44();$(21).1L(1c);q.1e.1T()},ln:C(1c,1F){E 21=q.K.44();$(21).1c(1c,1F);q.1e.1T()},lm:C(1c,1F){E 21=q.K.44();$.1u(21,C(){if($(q).1c(1y)){$(q).1L(1y)}O{$(q).1c(1y,1F)}})},2W:C(3E){E 21=q.K.44();$(21).2W(3E);q.L.5C(21,\'1G\');q.1e.1T()},9o:C(3E){E 21=q.K.44();$(21).2g(3E);q.1e.1T()},7C:C(3E){E 21=q.K.44();$(21).7C(3E);q.1e.1T()}}},28:C(){F{1U:C(1m){if(1s 1m==\'1z\'||1m==\'8P\'){q.28.fV()}O{q.28.fU()}},fV:C(){q.K.3o();q.G.28.2N(q.$T.B());q.K.3e()},fU:C(){q.K.3o();q.G.8M.2N(q.$T.B());q.K.3e()},fN:C(){q.$T.B(q.G.28.fO())},fH:C(){q.$T.B(q.G.8M.fO())},cK:C(){q.G.28.2N(q.$T.B())},8P:C(){if(q.G.28.12===0)F;q.28.1U(\'bC\');q.28.fN();q.K.3e();3w($.1d(q.1R.2K,q),50)},bC:C(){if(q.G.8M.12===0)F;q.28.1U(\'8P\');q.28.fH();q.K.3e();3w($.1d(q.1R.2K,q),50)}}},2f:C(){F{db:N,ag:1q,fG:C(){q.2f.fF();q.2f.fI();q.2f.fM();q.2f.fJ();q.2f.gc()},bA:C(){F(q.$2m[0].1o===\'ls\')},fF:C(){q.$2P=$(\'<1j 1G="I-2P" 9C="lB" />\')},fX:C(){q.$2y=$(\'<2y />\').1c(\'1y\',q.2f.fE())},fE:C(){F((1s(1y)==\'1z\'))?\'dh-\'+q.2H:q.$2m.1c(\'id\')},fI:C(){E 1C=(q.2f.bA())?\'2L\':\'B\';q.dh=$.3h(q.$2m[1C]())},fJ:C(){q.$T.1c({\'5j\':1q,\'gd\':q.G.dc})},fM:C(){E 1C=(q.2f.bA())?\'fL\':\'fK\';q.2f[1C]()},fL:C(){q.$T=$(\'<1j />\');q.$2y=q.$2m;q.$2P.fY(q.$2m).1E(q.$T).1E(q.$2m);q.$T.2g(\'I-T\');q.$2m.3s()},fK:C(){q.$T=q.$2m;q.2f.fX();q.$2P.fY(q.$T).1E(q.$T).1E(q.$2y);q.$T.2g(\'I-T\');q.$2y.3s()},gc:C(){q.1e.1U(q.dh);q.2f.ga();q.2f.gb();if(q.G.5W)F;3w($.1d(q.1e.cF,q),aE)},gb:C(){q.2f.g4();q.2f.g7();q.2f.gg();q.2f.g1();if(q.G.1A){q.G.1A=q.1A.3Q();q.1A.2f()}q.1b.ja();q.2f.92();3w($.1d(q.1R.2K,q),4);q.1W.2r(\'3Q\')},ga:C(){$(q.$2y).1c(\'gd\',q.G.dc);if(q.G.1K)q.$T.2g(\'I-1K\');if(q.G.6G)q.$T.1c(\'6G\',q.G.6G);if(q.G.ae)q.$T.1O(\'ae\',q.G.ae);if(q.G.b3)q.$T.1O(\'b3\',q.G.b3)},g9:C(e){e.2t();if(!q.G.ge||!q.G.gh)F;E 5R=e.aU.5R;q.1w.kf(5R[0],e)},gf:C(e){q.1e.1T();3w(q.1x.4r,1);q.1W.2r(\'4Z\',e)},gg:C(){q.$T.on(\'kb.I lc.I\',C(e){e.2t();e.dK()});q.$T.on(\'4Z.I\',$.1d(C(e){e=e.7L||e;if(3p.aR===1z||!e.aU)F 1q;if(e.aU.5R.12===0){F q.2f.gf(e)}O{q.2f.g9(e)}3w(q.1x.4r,1);q.1W.2r(\'4Z\',e)},q));q.$T.on(\'2z.I\',$.1d(C(e){E 9p=q.1W.7x();E 1m=(9p==\'2z\'||9p==\'54\')?N:\'2z\';q.1W.93(1m);q.L.9z();q.1W.2r(\'2z\',e)},q));q.$T.on(\'5o.I\',$.1d(q.5o.3Q,q));q.$T.on(\'l9.I\',$.1d(q.1e.1T,q));q.$T.on(\'1D.I\',$.1d(q.1D.3Q,q));q.$T.on(\'2s.I\',$.1d(q.2s.3Q,q));if($.5K(q.G.g8)){q.$2y.on(\'1D.I-2y\',$.1d(q.G.g8,q))}if($.5K(q.G.g2)){q.$2y.on(\'2s.I-2y\',$.1d(q.G.g2,q))}q.$T.on(\'2p.I\',$.1d(C(e){if($.5K(q.G.l5)){q.1W.2r(\'2p\',e)}q.2f.db=1q;q.2f.ag=N;if(q.K.3x()===N){q.K.1a();q.14.2O(q.$T[0],0);q.14.3H(q.$T[0],0);q.K.4f()}},q));$(1k).on(\'6j.I-cC.\'+q.2H,$.1d(C(e){if(q.2b)F;if(q.7T)F;if($(e.1Q).2o(\'.I-T, .I-1A, .I-1n\').8b()!==0){F}q.L.9z();if(!q.2f.ag&&$.5K(q.G.l1)){q.1W.2r(\'cC\',e)}q.2f.db=N;q.2f.ag=1q},q))},g1:C(){if(q.2A.a1()){q.2A.3a()}q.3i.aT();if(q.G.2p)3w(q.2p.2O,6O);if(q.G.g0)3w(q.2p.3H,6O)},92:C(){if(!q.G.92)F;$.1u(q.G.92,$.1d(C(i,s){E 1C=(1s df!==\'1z\'&&1s df[s]!==\'1z\')?df:3Y.fn;if(!$.5K(1C[s])){F}q[s]=1C[s]();E 6h=q.dg(q[s]);E 2q=6h.12;2D(E z=0;z<2q;z++){q[s][6h[z]]=q[s][6h[z]].a4(q)}if($.5K(q[s].3Q)){q[s].3Q()}},q))},g4:C(){if(!q.L.1P(\'4b\'))F;4U{1k.3Z(\'md\',N,N);1k.3Z(\'m9\',N,N)}56(e){}},g7:C(){if(!q.L.1P(\'2G\'))F;1k.3Z("m5",N,N)}}},1v:C(){F{2f:C(2h,2U){E $1v=$(\'<a 2l="#" 1G="3K-8X 3K-\'+2h+\'" 3X="\'+2h+\'" />\').1c({\'9C\':\'1v\',\'4O-2M\':2U.1J,\'6G\':\'-1\'});if(2U.1C||2U.4y||2U.1n){q.1v.g6($1v,2h,2U)}if(2U.1n){$1v.2g(\'I-1A-V-1n\').1c(\'4O-i1\',1q);E $1n=$(\'<1j 1G="I-1n I-1n-\'+q.2H+\' I-1n-2P-\'+2h+\'" 1p="6D: 5p;">\');$1v.1f(\'1n\',$1n);q.1n.2f(2h,$1n,2U.1n)}if(q.L.7K()){q.1v.g5($1v,2h,2U.1J)}F $1v},g6:C($1v,2h,2U){$1v.on(\'5B 2z\',$.1d(C(e){if($1v.3u(\'I-1v-7p\'))F N;E 1m=\'1C\';E 2B=2U.1C;if(2U.4y){1m=\'4y\';2B=2U.4y}O if(2U.1n){1m=\'1n\';2B=N}q.1v.bq(e,2h,1m,2B)},q))},g5:C($1v,1y,1J){E $3m=$(\'<1i>\').2g(\'I-1A-3m I-1A-3m-\'+q.2H+\' I-1A-3m-\'+1y).3s().B(1J);$3m.bl(\'3f\');$1v.on(\'ba\',C(){if($(q).3u(\'I-1v-7p\')){F}E 3y=$1v.2v();$3m.1O({2V:(3y.2V+$1v.68())+\'px\',2c:(3y.2c+$1v.7D()/2-$3m.7D()/2)+\'px\'});$3m.2R()});$1v.on(\'b4\',C(){$3m.3s()})},bq:C(e,2h,1m,2B){q.1v.mn=q.1S.8c();e.2t();$(1k).1h(\'.I-1A-3m\').3s();if(q.L.1P(\'2G\'))e.9i=N;if(1m==\'4y\')q.26.3a(2B);O if(1m==\'1n\')q.1n.2R(e,2h);O q.1v.gZ(e,2B,2h)},gZ:C(e,2B,2h){E 1C;if($.5K(2B))2B.64(q,2h);O if(2B.3J(/\\./)!=\'-1\'){1C=2B.4A(\'.\');if(1s q[1C[0]]==\'1z\')F;q[1C[0]][1C[1]](2h)}O q[2B](2h);q.1R.4i(e,2h)},1a:C(1l){F q.$1A.1h(\'a.3K-\'+1l)},8j:C(1l){q.1v.1a(1l).2g(\'I-8x\')},h7:C(1l){q.1v.1a(1l).2W(\'I-8x\')},cP:C(1l){if(1s 1l===\'1z\'){q.$1A.1h(\'a.3K-8X\').2W(\'I-8x\')}O{q.$1A.1h(\'a.3K-8X\').5O(\'.3K-\'+1l).2W(\'I-8x\')}},h8:C(){q.$1A.1h(\'a.3K-8X\').5O(\'a.3K-B, a.3K-h0\').2W(\'I-1v-7p\')},hm:C(){q.$1A.1h(\'a.3K-8X\').5O(\'a.3K-B, a.3K-h0\').2g(\'I-1v-7p\')},mj:C(1l,9Q){q.1v.1a(1l).2g(\'3K-\'+9Q)},m3:C(1l,9Q){q.1v.1a(1l).2W(\'3K-\'+9Q)},lN:C(1l,1y){E $1v=q.1v.1a(1l);$1v.2W(\'I-23-M\').2g(\'fa-I-23\');$1v.B(\'<i 1G="fa \'+1y+\'"></i>\')},ct:C($23,2B){if($23=="28")F;E 1m=(2B==\'1n\')?\'1n\':\'1C\';E 1l=$23.1c(\'3X\');$23.on(\'5B 2z\',$.1d(C(e){if($23.3u(\'I-1v-7p\'))F N;q.1v.bq(e,1l,1m,2B)},q))},cN:C($23,1n){$23.2g(\'I-1A-V-1n\').1c(\'4O-i1\',1q);E 1l=$23.1c(\'3X\');q.1v.ct($23,\'1n\');E $1n=$(\'<1j 1G="I-1n I-1n-\'+q.2H+\' I-1n-2P-\'+1l+\'" 1p="6D: 5p;">\');$23.1f(\'1n\',$1n);if(1n)q.1n.2f(1l,$1n,1n);F $1n},cK:C(1l,1J){if(!q.G.1A)F;if(q.1v.9c(1l))F"28";E 23=q.1v.2f(1l,{1J:1J});23.2g(\'I-23-M\');q.$1A.1E($(\'<li>\').1E(23));F 23},lO:C(1l,1J){if(!q.G.1A)F;if(q.1v.9c(1l))F"28";E 23=q.1v.2f(1l,{1J:1J});23.2g(\'I-23-M\');q.$1A.6C($(\'<li>\').1E(23));F 23},lP:C(i0,1l,1J){if(!q.G.1A)F;if(q.1v.9c(1l))F"28";E 23=q.1v.2f(1l,{1J:1J});23.2g(\'I-23-M\');E $23=q.1v.1a(i0);if($23.12!==0)$23.1r().3C($(\'<li>\').1E(23));O q.$1A.1E($(\'<li>\').1E(23));F 23},lG:C(hZ,1l,1J){if(!q.G.1A)F;if(q.1v.9c(1l))F"28";E 23=q.1v.2f(1l,{1J:1J});23.2g(\'I-23-M\');E $23=q.1v.1a(hZ);if($23.12!==0)$23.1r().9N($(\'<li>\').1E(23));O q.$1A.1E($(\'<li>\').1E(23));F 23},1t:C(1l){q.1v.1a(1l).1t()},9c:C(1l){F(1l=="8P"||1l=="bC")&&!q.L.7K()}}},1S:C(){F{2O:C(R){if(!q.L.6X(R)){E 3b=q.L.ad();$(R).6C(3b);q.1S.3H(3b)}O{q.1S.1U(R,0,R,0)}},3H:C(R){R=R[0]||R;if(R.i3.9R==1){F q.1S.58(R.i3)}q.1S.1U(R,1,R,1)},1U:C(4P,i6,7I,i5){4P=4P[0]||4P;7I=7I[0]||7I;if(q.L.7f(4P.1o)&&4P.3v===\'\'){4P.3v=q.G.5Z}if(4P.1o==\'5i\'&&q.G.1K===N){E 1r=$(q.G.5V)[0];$(4P).2x(1r);4P=1r;7I=4P}q.K.1a();4U{q.14.2O(4P,i6);q.14.3H(7I,i5)}56(e){}q.K.4f()},58:C(R){4U{E Y=$(R)[0].1o;if(Y!=\'5i\'&&!q.L.6X(R)){E 3b=q.L.ad();$(R).3C(3b);q.1S.3H(3b)}O{if(Y!=\'5i\'&&q.L.1P(\'2G\')){q.1S.2O($(R).1N())}O{q.1S.dZ(R,\'3C\')}}}56(e){E 3b=q.L.ad();$(R).3C(3b);q.1S.3H(3b)}},dy:C(R){if(q.L.6X(R)){q.1S.3H($(R).4B())}O{q.1S.dZ(R,\'9N\')}},dZ:C(R,1m){if(!q.L.1P(\'2G\'))q.$T.2p();R=R[0]||R;q.K.1a();if(1m==\'3C\'){4U{q.14.7z(R);q.14.kZ(R)}56(e){}}O{4U{q.14.lW(R);q.14.k9(R)}56(e){}}q.14.42(N);q.K.4f()},9G:C(R){R=R[0]||R;q.K.1a();E 9Z=q.14.84();9Z.8H(R);9Z.3H(q.14.dL,q.14.dM);F $.3h(9Z.4o()).12},8c:C(){E 2v=0;E 2T=3p.4K();if(2T.7y>0){E 14=3p.4K().67(0);E 9W=14.84();9W.8H(q.$T[0]);9W.3H(14.dL,14.dM);2v=9W.4o().12}F 2v},aH:C(2b,2j){if(1s 2j==\'1z\')2j=2b;if(!q.2p.cI())q.2p.2O();E 2T=q.K.1a();E R,2v=0;E i4=1k.lV(q.$T[0],mb.lS,4m,4m);55(R=i4.lR()){2v+=R.5P.12;if(2v>2b){q.14.2O(R,R.5P.12+2b-2v);2b=lH}if(2v>=2j){q.14.3H(R,R.5P.12+2j-2v);5U}}q.14.42(N);q.K.4f()},lM:C(2b,2j){q.1S.aH(2b,2j)},mi:C(){F q.1S.8c()}}},1x:C(){F{hM:C(B){B=q.1x.il(B);B=B.J(/<3W(.*?[^>]?)>([\\w\\W]*?)<\\/3W>/gi,\'<2F 1G="I-3W-Y" 1p="6D: 5p;" $1>$2</2F>\');B=B.J(/\\$/g,\'$\');B=B.J(/<a 2l="(.*?[^>]?)®(.*?[^>]?)">/gi,\'<a 2l="$1&mg$2">\');if(q.G.6q&&!q.G.1K)B=q.1x.6q(B);if(q.G.1K)B=q.1x.8s(B);B=q.1x.bP(B);E $1j=$(\'<1j>\');$1j.B(B);E e4=$1j.1h(\'3O[1p]\');if(e4.12!==0){e4.2x(C(){E $el=$(q);E $1i=$(\'<1i>\').1c(\'1p\',$el.1c(\'1p\'));F $1i.1E($el.25())});B=$1j.B()}$1j.1t();B=B.J(/<3O(.*?)>/gi,\'\');B=B.J(/<\\/3O>/gi,\'\');B=q.1I.2K(B);if(q.G.2X)B=q.2X.2K(B);B=q.1x.7d(B);B=q.1x.bQ(B);B=B.J(/&8J;/g,\'&\');F B},aY:C(B){B=B.J(/\\6c/g,\'\');B=B.J(/&#bL;/gi,\'\');if(q.G.hY){B=B.J(/&5k;/gi,\' \')}if(B.3J(/^<p>(||\\s||<br\\s?\\/?>||&5k;)<\\/p>$/i)!=-1){F\'\'}B=B.J(/<2F 1G="I-3W-Y" 1p="6D: 5p;"(.*?[^>]?)>([\\w\\W]*?)<\\/2F>/gi,\'<3W$1>$2</3W>\');B=q.1x.hN(B);E hX={\'\\mm\':\'&mf;\',\'\\m6\':\'&m4;\',\'\\mq\':\'&ld;\',\'\\l0\':\'≦\',\'\\o2\':\'&p4;\'};$.1u(hX,C(i,s){B=B.J(2a 2n(i,\'g\'),s)});if(q.L.1P(\'4b\')){B=B.J(/<br\\s?\\/?>$/gi,\'\')}B=B.J(2a 2n(\'<br\\\\s?/?></li>\',\'gi\'),\'</li>\');B=B.J(2a 2n(\'</li><br\\\\s?/?>\',\'gi\'),\'</li>\');B=B.J(/<(.*?)3X="\\s*?"(.*?[^>]?)>/gi,\'<$1$2">\');B=B.J(/<(.*?)1p="\\s*?"(.*?[^>]?)>/gi,\'<$1$2">\');B=B.J(/="">/gi,\'>\');B=B.J(/""">/gi,\'">\');B=B.J(/"">/gi,\'">\');B=B.J(/<1j(.*?)1f-8u="I"(.*?[^>])>/gi,\'<1j$1$2>\');B=B.J(/<(.*?) 1f-3M="I"(.*?[^>])>/gi,\'<$1$2>\');E $1j=$("<1j/>").B($.dH(B,1k,1q));$1j.1h("1i").1L("3X");$1j.1h(\'2F .I-7m-3b\').1u(C(){$(q).25().48()});B=$1j.B();B=B.J(/<1M(.*?[^>])3X="(.*?[^>])"(.*?[^>])>/gi,\'<1M$1$3>\');B=B.J(/<1i 1G="I-7m-3b">(.*?)<\\/1i>/gi,\'$1\');B=B.J(/ 1f-3o-2i="(.*?[^>])"/gi,\'\');B=B.J(/<1i(.*?)id="I-M-2P"(.*?[^>])>([\\w\\W]*?)<1M(.*?)><\\/1i>/gi,\'$3<1M$4>\');B=B.J(/<1i(.*?)id="I-M-8m"(.*?[^>])>(.*?)<\\/1i>/gi,\'\');B=B.J(/<1i(.*?)id="I-M-5I"(.*?[^>])>(.*?)<\\/1i>/gi,\'\');B=B.J(/<3O(.*?)>/gi,\'\');B=B.J(/<\\/3O>/gi,\'\');B=q.1I.2K(B);if(q.G.hR){B=B.J(/<a(.*?)3X="hQ"(.*?[^>])>/gi,\'<a$1$2>\');B=B.J(/<a(.*?[^>])>/gi,\'<a$1 3X="hQ">\')}B=B.J(/\\qH-I-(Y|1G|1p)="(.*?[^>])"/gi,\'\');B=B.J(2a 2n(\'<(.*?) 1f-3M="I"(.*?[^>])>\',\'gi\'),\'<$1$2>\');B=B.J(2a 2n(\'<(.*?) 1f-3M="I">\',\'gi\'),\'<$1>\');B=B.J(/&8J;/g,\'&\');F B},8G:C(B,8v){B=$.3h(B);B=B.J(/\\$/g,\'$\');B=B.J(/<1i 1G="s[0-9]">/gi,\'<1i>\');B=B.J(/<1i 1G="hP-qJ-3b">&5k;<\\/1i>/gi,\' \');B=B.J(/<1i 1G="hP-5t-1i"[^>]*>\\t<\\/1i>/gi,\'\\t\');B=B.J(/<1i[^>]*>(\\s|&5k;)<\\/1i>/gi,\' \');if(q.G.hO){F q.1x.ap(B)}if(!q.L.9u()&&1s 8v==\'1z\'){if(q.L.4Y([\'hS\',\'A\'])){F q.1x.ap(B,N)}if(q.L.4Y(\'9J\')){B=B.J(/”/g,\'"\');B=B.J(/“/g,\'"\');B=B.J(/‘/g,\'\\\'\');B=B.J(/’/g,\'\\\'\');F q.1x.ic(B)}if(q.L.4Y([\'aL\',\'cJ\',\'cs\',\'c8\',\'c3\',\'c6\',\'bM\'])){B=q.1x.ih(B);if(!q.L.1P(\'2G\')){E Q=q.K.49();if(Q&&Q.1o==\'P\'){B=B.J(/<1M(.*?)>/gi,\'<p><1M$1></p>\')}}F B}if(q.L.4Y([\'6u\'])){B=q.1x.aq(B,\'2Y\');if(q.G.1K)B=q.1x.8s(B);B=q.1x.ii(B);F B}if(q.L.4Y([\'5L\'])){F q.1x.aq(B,\'li\')}}B=q.1x.iw(B,8v);if(!q.1x.8g){if(q.G.1K)B=q.1x.8s(B);if(q.G.6q)B=q.1x.6q(B);B=q.1x.bP(B)}B=q.1x.hT(B);B=q.1x.hU(B);B=q.1x.aq(B,\'ip\');if(!q.1x.8g&&q.G.2X){B=q.2X.2K(B)}B=q.1x.ik(B);B=q.1x.ir(B);B=q.1x.io(B);B=q.1x.bQ(B);F B},hT:C(B){B=B.J(/<!--[\\s\\S]*?-->/gi,\'\');B=B.J(/<1p[^>]*>[\\s\\S]*?<\\/1p>/gi,\'\');B=B.J(/<o\\:p[^>]*>[\\s\\S]*?<\\/o\\:p>/gi,\'\');if(B.1V(/1G="?hV|1p="[^"]*\\hW-|1p=\'[^\'\']*\\hW-|w:qL/i)){B=B.J(/<!--[\\s\\S]+?-->/gi,\'\');B=B.J(/<(!|3W[^>]*>.*?<\\/3W(?=[>\\s])|\\/?(\\?qF(:\\w+)?|1M|5c|V|1p|\\w:\\w+)(?=[\\s\\/>]))[^>]*>/gi,\'\');B=B.J(/<(\\/?)s>/gi,"<$qj>");B=B.J(/ /gi,\' \');B=B.J(/<1i\\s+1p\\s*=\\s*"\\s*aw-qG\\s*:\\s*qo\\s*;?\\s*"\\s*>([\\s\\bm]*)<\\/1i>/gi,C(5b,b1){F(b1.12>0)?b1.J(/./," ").dn(9H.qi(b1.12/2)).4A("").31("\\bm"):\'\'});B=q.1x.it(B);B=B.J(/<1M(.*?)v:qd=(.*?)>/gi,\'\');B=B.J(/4q="1Z\\:\\/\\/(.*?)"/,\'4q=""\');E $1j=$("<1j/>").B(B);E 69=N;E 9m=1;E e7=[];$1j.1h("p[1p]").1u(C(){E 3N=$(q).1c(\'1p\').1V(/aw\\-2d\\:l([0-9]+)\\qe([0-9]+)/);if(3N){E 5Q=5H(3N[1]);E 63=5H(3N[2]);E eg=$(q).B().1V(/^[\\w]+\\./)?"ol":"3k";E $li=$("<li/>").B($(q).B());$li.B($li.B().J(/^([\\w\\.]+)</,\'<\'));$li.1h("1i:3I").1t();if(63==1&&$.3t(5Q,e7)==-1){E $2d=$("<"+eg+"/>").1c({"1f-7V":63,"1f-2d":5Q}).B($li);$(q).2x($2d);69=5Q;e7.2N(5Q)}O{if(63>9m){E $aV=$1j.1h(\'[1f-7V="\'+9m+\'"][1f-2d="\'+69+\'"]\');E $69=$aV;2D(E i=9m;i<63;i++){$2d=$("<"+eg+"/>");$2d.bl($69.1h("li").3c());$69=$2d}$69.1c({"1f-7V":63,"1f-2d":5Q}).B($li)}O{E $aV=$1j.1h(\'[1f-7V="\'+63+\'"][1f-2d="\'+5Q+\'"]\').3c();$aV.1E($li)}9m=63;69=5Q;$(q).1t()}}});$1j.1h(\'[1f-7V][1f-2d]\').1L(\'1f-7V 1f-2d\');B=$1j.B();B=B.J(/·/g,\'\');B=B.J(/<p 1G="hV(.*?)"/gi,\'<p\');B=B.J(/ 1G=\\"(aw[^\\"]*)\\"/gi,"");B=B.J(/ 1G=(aw\\w+)/gi,"");B=B.J(/<o:p(.*?)>([\\w\\W]*?)<\\/o:p>/gi,\'$2\');B=B.J(/\\n/g,\' \');B=B.J(/<p>\\n?<li>/gi,\'<li>\')}F B},hU:C(B){B=B.J(/<b\\ok="i7-4D-2u(.*?)">([\\w\\W]*?)<\\/b>/gi,"$2");B=B.J(/<b(.*?)id="qv-i7-qx(.*?)">([\\w\\W]*?)<\\/b>/gi,"$3");B=B.J(/<1i[^>]*(3O-1p: 4h; 3O-7W: 4n|3O-7W: 4n; 3O-1p: 4h)[^>]*>/gi,\'<1i 1p="3O-7W: 4n;"><1i 1p="3O-1p: 4h;">\');B=B.J(/<1i[^>]*3O-1p: 4h[^>]*>/gi,\'<1i 1p="3O-1p: 4h;">\');B=B.J(/<1i[^>]*3O-7W: 4n[^>]*>/gi,\'<1i 1p="3O-7W: 4n;">\');B=B.J(/<1i[^>]*1g-7e: 5r[^>]*>/gi,\'<1i 1p="1g-7e: 5r;">\');B=B.J(/<1M>/gi,\'\');B=B.J(/\\n{3,}/gi,\'\\n\');B=B.J(/<3O(.*?)>([\\w\\W]*?)<\\/3O>/gi,\'$2\');B=B.J(/<p><p>/gi,\'<p>\');B=B.J(/<\\/p><\\/p>/gi,\'</p>\');B=B.J(/<li>(\\s*|\\t*|\\n*)<p>/gi,\'<li>\');B=B.J(/<\\/p>(\\s*|\\t*|\\n*)<\\/li>/gi,\'</li>\');B=B.J(/<\\/p>\\s<p/gi,\'<\\/p><p\');B=B.J(/<1M 4q="7Q-qb-2i\\:\\/\\/(.*?)"(.*?)>/gi,\'\');B=B.J(/<p>•([\\w\\W]*?)<\\/p>/gi,\'<li>$1</li>\');if(q.L.1P(\'4b\')){B=B.J(/<br\\s?\\/?>$/gi,\'\')}F B},aq:C(B,1m){E 2e=[\'1i\',\'a\',\'2F\',\'29\',\'95\',\'em\',\'5d\',\'1e\',\'ay\',\'85\',\'dW\',\'9d\',\'E\',\'az\',\'eo\',\'7i\',\'7j\',\'b\',\'i\',\'u\',\'4l\',\'ol\',\'3k\',\'li\',\'dl\',\'dt\',\'dd\',\'p\',\'br\',\'6S\',\'8p\',\'4J\',\'7M\',\'8y\',\'43\',\'1M\',\'3V\',\'2Y\',\'6s\',\'6W\',\'dF\',\'dI\',\'dE\',\'h1\',\'h2\',\'h3\',\'h4\',\'h5\',\'h6\'];E ep=N;E eh=[[\'a\',\'*\'],[\'1M\',[\'4q\',\'7v\']],[\'1i\',[\'1G\',\'3X\',\'1f-3M\']],[\'4J\',\'*\'],[\'6S\',\'*\'],[\'8p\',\'*\'],[\'7M\',\'*\'],[\'43\',\'*\'],[\'8y\',\'*\'],[\'4D\',\'*\']];if(1m==\'ip\'){ep=[\'p\',\'1i\',\'h1\',\'h2\',\'h3\',\'h4\',\'h5\',\'h6\'];eh=[[\'3V\',\'1G\'],[\'2Y\',[\'qh\',\'qV\']],[\'a\',\'*\'],[\'1M\',[\'4q\',\'7v\',\'1f-I-8F-M\']],[\'1i\',[\'1G\',\'3X\',\'1f-3M\']],[\'4J\',\'*\'],[\'6S\',\'*\'],[\'8p\',\'*\'],[\'7M\',\'*\'],[\'43\',\'*\'],[\'8y\',\'*\'],[\'4D\',\'*\']]}O if(1m==\'2Y\'){2e=[\'3k\',\'ol\',\'li\',\'1i\',\'a\',\'95\',\'em\',\'5d\',\'1e\',\'ay\',\'85\',\'9d\',\'E\',\'az\',\'eo\',\'7i\',\'7j\',\'b\',\'i\',\'u\',\'4l\',\'ol\',\'3k\',\'li\',\'dl\',\'dt\',\'dd\',\'br\',\'4J\',\'6S\',\'8p\',\'7M\',\'8y\',\'43\',\'1M\',\'h1\',\'h2\',\'h3\',\'h4\',\'h5\',\'h6\']}O if(1m==\'li\'){2e=[\'3k\',\'ol\',\'li\',\'1i\',\'a\',\'95\',\'em\',\'5d\',\'1e\',\'ay\',\'85\',\'9d\',\'E\',\'az\',\'eo\',\'7i\',\'7j\',\'b\',\'i\',\'u\',\'4l\',\'br\',\'4J\',\'6S\',\'8p\',\'7M\',\'8y\',\'43\',\'1M\']}E 47={4c:(q.G.4c)?q.G.4c:N,4s:(q.G.4s)?q.G.4s:2e,6v:1q,qf:1q,1L:(q.G.1L)?q.G.1L:N,52:(q.G.52)?q.G.52:eh,3T:ep};F q.1I.2K(B,47)},io:C(B){B=B.J(/<(p|h[1-6])>(|\\s|\\n|\\t|<br\\s?\\/?>)<\\/(p|h[1-6])>/gi,\'\');if(!q.G.1K)B=B.J(/<br>$/i,\'\');F B},ir:C(B){B=B.J(/<1i>(.*?)<\\/1i>/gi,\'$1\');B=B.J(/<1i[^>]*>\\s|&5k;<\\/1i>/gi,\' \');F B},it:C(B){if(!q.L.1P(\'2G\'))F B;E 5D=$.3h(B);if(5D.3J(/^<a(.*?)>(.*?)<\\/a>$/i)===0){B=B.J(/^<a(.*?)>(.*?)<\\/a>$/i,"$2")}F B},iw:C(B,8v){q.1x.8g=N;if(!q.L.9u()&&1s 8v==\'1z\'){E 21=q.G.8E.31(\'|\').J(\'P|\',\'\').J(\'8a|\',\'\');E iu=B.1V(2a 2n(\'</(\'+21+\')>\',\'gi\'));E aB=B.1V(/<\\/(p|1j)>/gi);if(!iu&&(aB===4m||(aB&&aB.12<=1))){E im=B.1V(/<br\\s?\\/?>/gi);if(!im){q.1x.8g=1q;B=B.J(/<\\/?(p|1j)(.*?)>/gi,\'\')}}}F B},qY:C(3G,5z){5z=(((5z||\'\')+\'\').3g().1V(/<[a-z][a-7Y-9]*>/g)||[]).31(\'\');E 2e=/<\\/?([a-z][a-7Y-9]*)\\b[^>]*>/gi;F 3G.J(2e,C($0,$1){F 5z.4L(\'<\'+$1.3g()+\'>\')>-1?$0:\'\'})},il:C(B){B=q.1x.ib(B);B=q.1x.ia(B);B=q.1x.i9(B);F B},ib:C(B){E 2F=B.1V(/<2F(.*?)>([\\w\\W]*?)<\\/2F>/gi);if(2F!==4m){$.1u(2F,$.1d(C(i,s){E 2E=s.1V(/<2F(.*?)>([\\w\\W]*?)<\\/2F>/i);2E[2]=2E[2].J(/<br\\s?\\/?>/g,\'\\n\');2E[2]=2E[2].J(/&5k;/g,\' \');if(q.G.72){2E[2]=2E[2].J(/\\t/g,8Q(q.G.72+1).31(\' \'))}2E[2]=q.1x.at(2E[2]);2E[2]=2E[2].J(/\\$/g,\'$\');B=B.J(s,\'<2F\'+2E[1]+\'>\'+2E[2]+\'</2F>\')},q))}F B},ia:C(B){E 1e=B.1V(/<1e(.*?)>([\\w\\W]*?)<\\/1e>/gi);if(1e!==4m){$.1u(1e,$.1d(C(i,s){E 2E=s.1V(/<1e(.*?)>([\\w\\W]*?)<\\/1e>/i);2E[2]=2E[2].J(/&5k;/g,\' \');2E[2]=q.1x.at(2E[2]);2E[2]=2E[2].J(/\\$/g,\'$\');B=B.J(s,\'<1e\'+2E[1]+\'>\'+2E[2]+\'</1e>\')},q))}F B},i9:C(B){B=B.J(/<1i id=&6p;K-2u-([0-9])&6p; 1G=&6p;I-K-2u&6p; 1f-3M=&6p;I&6p;><\\/1i>/g,\'<1i id="K-2u-$1" 1G="I-K-2u" 1f-3M="I"></1i>\');F B},c2:C(B){B=B.J(/<br\\s?\\/?>|<\\/H[1-6]>|<\\/p>|<\\/1j>|<\\/li>|<\\/2Y>/gi,\'\\n\');E 5D=1k.3B(\'1j\');5D.3v=B;B=5D.qm||5D.qC;F $.3h(B)},ap:C(B,2X){B=q.1x.c2(B);B=B.J(/\\n\\s*\\n/g,"\\n");B=B.J(/\\n\\n/g,"\\n");B=B.J(/\\n/g,\'<br />\');if(q.G.2X&&1s 2X==\'1z\'&&!q.L.1P(\'4b\')){B=q.2X.2K(B)}F B},ic:C(B){B=B.J(/<1M(.*?) 1p="(.*?)"(.*?[^>])>/gi,\'<1M$1$3>\');B=B.J(/<1M(.*?)>/gi,\'<1M$1>\');B=q.1x.c2(B);if(q.G.72){B=B.J(/\\t/g,8Q(q.G.72+1).31(\' \'))}B=q.1x.at(B);F B},ih:C(B){B=B.J(/<1M(.*?)>/gi,\'[1M$1]\');B=B.J(/<([qt]*?)>/gi,\'\');B=B.J(/\\[1M(.*?)\\]/gi,\'<1M$1>\');F B},qw:C(B){B=B.J(/<a(.*?)2l="(.*?)"(.*?)>([\\w\\W]*?)<\\/a>/gi,\'[a 2l="$2"]$4[/a]\');B=B.J(/<1M(.*?)>/gi,\'[1M$1]\');B=B.J(/<(.*?)>/gi,\'\');B=B.J(/\\[a 2l="(.*?)"\\]([\\w\\W]*?)\\[\\/a\\]/gi,\'<a 2l="$1">$2</a>\');B=B.J(/\\[1M(.*?)\\]/gi,\'<1M$1>\');F B},at:C(5b){5b=62(5b).J(/&8J;/g,\'&\').J(/</g,\'<\').J(/>/g,\'>\').J(/&6p;/g,\'"\');F 5b.J(/&/g,\'&8J;\').J(/</g,\'<\').J(/>/g,\'>\').J(/"/g,\'&6p;\')},ik:C(B){if(q.L.1P(\'2G\'))F B;E 1j=1k.3B(\'1j\');1j.3v=B;q.1x.c5($(1j));B=1j.3v;$(1j).1t();F B},4r:C(){if(q.L.1P(\'2G\'))F;q.1x.c5(q.$T);E c4=q.$T.1h(\'h1, h2, h3, h4, h5, h6\');c4.1h(\'1i\').1L(\'1p\');c4.1h(q.G.c7.31(\', \')).1L(\'1p\');q.1e.1T()},c5:C($T){$T.1h(q.G.c7.31(\', \')).1L(\'1p\');$T.1h(\'1i\').5O(\'[1f-3M="I"]\').1L(\'1p\');$T.1h(\'1i[1f-3M="I"], 1M[1f-3M="I"]\').1u(C(i,s){E $s=$(s);$s.1c(\'1p\',$s.1c(\'3X\'))})},qA:C(){},7d:C(B){if(q.L.1P(\'2G\'))F B;B=B.J(2a 2n(\'<1M(.*?[^>])>\',\'gi\'),\'<1M$1 1f-3M="I">\');B=B.J(2a 2n(\'<1i(.*?[^>])>\',\'gi\'),\'<1i$1 1f-3M="I">\');E 3N=B.1V(2a 2n(\'<(1i|1M)(.*?)1p="(.*?)"(.*?[^>])>\',\'gi\'));if(3N){E 2q=3N.12;2D(E i=0;i<2q;i++){4U{E ij=3N[i].J(/1p="(.*?)"/i,\'1p="$1" 3X="$1"\');B=B.J(3N[i],ij)}56(e){}}}F B},bQ:C(B){E $1j=$(\'<1j />\').B(B);E 2e=q.G.4M;2e.2N(\'1i\');$1j.1h(2e.31(\',\')).1u(C(){E $el=$(q);E Y=q.1o.3g();$el.1c(\'1f-I-Y\',Y);if(Y==\'1i\'){if($el.1c(\'1p\'))$el.1c(\'1f-I-1p\',$el.1c(\'1p\'));O if($el.1c(\'1G\'))$el.1c(\'1f-I-1G\',$el.1c(\'1G\'))}});B=$1j.B();$1j.1t();F B},a3:C(){q.$T.1h(\'li\').1u(C(i,s){E $1N=$(s).1N();if($1N.12!==0&&($1N[0].1o==\'8B\'||$1N[0].1o==\'8h\')){$(s).1E($1N)}})},cm:C(B){B=B.J(/\\n/g,\'\');B=B.J(/[\\t]*/g,\'\');B=B.J(/\\n\\s*\\n/g,"\\n");B=B.J(/^[\\s\\n]*/g,\' \');B=B.J(/[\\s\\n]*$/g,\' \');B=B.J(/>\\s{2,}</g,\'> <\');B=B.J(/\\n\\n/g,"\\n");B=B.J(/\\6c/g,\'\');F B},6q:C(B){if(q.G.1K){B=B.J(/<1j><br\\s?\\/?><\\/1j>/gi,\'<br />\');B=B.J(/<1j(.*?)>([\\w\\W]*?)<\\/1j>/gi,\'$2<br />\')}O{B=B.J(/<1j(.*?)>([\\w\\W]*?)<\\/1j>/gi,\'<p$1>$2</p>\')}B=B.J(/<1j(.*?[^>])>/gi,\'\');B=B.J(/<\\/1j>/gi,\'\');F B},ii:C(B){B=B.J(/<1j\\s(.*?)>/gi,\'<p>\');B=B.J(/<1j><br\\s?\\/?><\\/1j>/gi,\'<br /><br />\');B=B.J(/<1j>([\\w\\W]*?)<\\/1j>/gi,\'$1<br /><br />\');F B},8s:C(B){B=B.J(/<p\\s(.*?)>/gi,\'<p>\');B=B.J(/<p><br\\s?\\/?><\\/p>/gi,\'<br />\');B=B.J(/<p>([\\w\\W]*?)<\\/p>/gi,\'$1<br /><br />\');B=B.J(/(<br\\s?\\/?>){1,}\\n?<\\/29>/gi,\'</29>\');F B},bP:C(B){F B.J(/<6k(.*?)>([\\w\\W]*?)<\\/6k>/gi,\'<4d$1 3X="I-6k-Y">$2</4d>\')},hN:C(B){F B.J(/<4d(.*?) 3X="I-6k-Y"(.*?)>([\\w\\W]*?)<\\/4d>/gi,\'<6k$1$2>$3</6k>\')}}},1e:C(){F{1U:C(B){B=$.3h(B.4o());B=q.1x.hM(B);if(q.L.1P(\'2G\')){B=B.J(/<1i(.*?)id="K-2u-(1|2)"(.*?)><\\/1i>/gi,\'\')}q.$T.B(B);q.1e.1T();if(B!==\'\')q.3i.1t();3w($.1d(q.28.cK,q),15);if(q.2b===N)q.1R.2K()},1a:C(){E 1e=q.$2y.2L();if(q.G.6q)1e=q.1x.6q(1e);if(q.G.1K)1e=q.1x.8s(1e);1e=q.2I.1a(1e);F 1e},1T:C(){3w($.1d(q.1e.hk,q),10)},hk:C(){E B=q.$T.B();if(q.1e.cE&&q.1e.cE==B||(q.2b&&B==\'\')){F}q.1e.cE=B;B=q.1W.2r(\'ql\',B);B=q.1x.aY(B);q.$2y.2L(B);q.1W.2r(\'1T\',B);if(q.2b===N){q.1W.2r(\'kg\',B)}q.2b=N;if(q.3n.B==N){q.3n.B=q.1e.1a()}if(q.G.9r){q.$2y.1N(\'.3F\').1u(C(i,el){el.3F.hi(B)})}q.3n.hj();q.3n.aT()},3j:C(){if(q.G.5W){q.1e.cF()}O{q.1e.hp()}},cF:C(){q.K.3o();q.1e.2v=q.1S.8c();E 5N=$(3p).3S();E 2J=q.$T.7D(),3l=q.$T.68();q.$T.3s();E B=q.$2y.2L();q.ha=q.1x.cm(B);B=q.2I.1a(B);E 2b=0,2j=0;E $6R=$("<1j/>").1E($.dH(q.1x.aY(q.$T.B()),1k,1q));E $a0=$6R.1h("1i.I-K-2u");if($a0.12>0){E a2=q.2I.1a($6R.B()).J(/&8J;/g,\'&\');if($a0.12==1){2b=q.L.as(a2,$6R.1h("#K-2u-1").5X("7P"));2j=2b}O if($a0.12==2){2b=q.L.as(a2,$6R.1h("#K-2u-1").5X("7P"));2j=q.L.as(a2,$6R.1h("#K-2u-2").5X("7P"))-$6R.1h("#K-2u-1").5X("7P").4o().12}}q.K.8U();q.$2y.2L(B);if(q.G.9r){q.$2y.1N(\'.3F\').1u(C(i,el){$(el).2R();el.3F.hi(B);el.3F.qI(\'6O%\',3l);el.3F.qM();if(2b==2j){el.3F.qP(el.3F.76(2b).3L,el.3F.76(2j).ch)}O{el.3F.qO({3L:el.3F.76(2b).3L,ch:el.3F.76(2b).ch},{3L:el.3F.76(2j).3L,ch:el.3F.76(2j).ch})}el.3F.2p()})}O{q.$2y.3l(3l).2R().2p();q.$2y.on(\'1D.I-2y-h9\',q.1e.hb);$(3p).3S(5N);if(q.$2y[0].hl){q.$2y[0].hl(2b,2j)}q.$2y[0].3S=0}q.G.5W=N;q.1v.hm();q.1v.8j(\'B\');q.1W.2r(\'4D\',B)},hp:C(){E B;if(q.G.5W)F;E 2b=0,2j=0;if(q.G.9r){E K;q.$2y.1N(\'.3F\').1u(C(i,el){K=el.3F.r0();2b=el.3F.hn(K[0].ho);2j=el.3F.hn(K[0].dG);B=el.3F.qW()})}O{2b=q.$2y.1a(0).ci;2j=q.$2y.1a(0).cq;B=q.$2y.3s().2L()}if(2b>2j&&2j>0){E hh=2j;E fD=2b;2b=hh;2j=fD}2b=q.1e.cx(B,2b);2j=q.1e.cx(B,2j);B=B.4w(0,2b)+q.K.5e(1)+B.4w(2b);if(2j>2b){E cB=q.K.5e(1).4o().12;B=B.4w(0,2j+cB)+q.K.5e(2)+B.4w(2j+cB)}if(q.ha!==q.1x.cm(B)){q.1e.1U(B)}if(q.G.9r){q.$2y.1N(\'.3F\').3s()}q.$T.2R();if(!q.L.3z(B)){q.3i.1t()}q.K.3e();q.$2y.3d(\'1D.I-2y-h9\');q.1v.h8();q.1v.h7(\'B\');q.1R.2K();q.G.5W=1q;q.1W.2r(\'5W\',B)},hb:C(e){if(e.3r!==9)F 1q;E $el=q.$2y;E 2b=$el.1a(0).ci;$el.2L($el.2L().ac(0,2b)+"\\t"+$el.2L().ac($el.1a(0).cq));$el.1a(0).ci=$el.1a(0).cq=2b+1;F N},cx:C(B,2v){E cy=B.12;E c=0;if(B[2v]==\'>\'){c++}O{2D(E i=2v;i<=cy;i++){c++;if(B[i]==\'>\'){5U}O if(B[i]==\'<\'||i==cy){c=0;5U}}}F 2v+c}}},1W:C(){F{oW:C(){F $.7h({},q)},oV:C(){F q.$T},oR:C(){F q.$2P},oQ:C(){F q.$2m},oS:C(){F q.$2y},oT:C(){F(q.$1A)?q.$1A:N},93:C(1y){q.1W.9p=1y},7x:C(){F q.1W.9p},2r:C(1m,e,1f){E a8=1m+\'oU\';E hf=\'I\';E 2B=q.G[a8];if(q.$2y){E 9i=N;E 9j=$.p2(q.$2y[0],\'9j\');if(1s 9j!=\'1z\'&&1s 9j[a8]!=\'1z\'){$.1u(9j[a8],$.1d(C(1l,1F){if(1F[\'pc\']==hf){E 1f=(1s 1f==\'1z\')?[e]:[e,1f];9i=(1s 1f==\'1z\')?1F.7r.64(q,e):1F.7r.64(q,e,1f)}},q))}if(9i)F 9i}if($.5K(2B)){F(1s 1f==\'1z\')?2B.64(q,e):2B.64(q,e,1f)}O{F(1s 1f==\'1z\')?e:1f}},he:C(){q.G.iz=1q;q.1W.2r(\'he\');q.$2m.3d(\'.I\').hd(\'I\');q.$T.3d(\'.I\');$(1k).3d(\'6j.I-cC.\'+q.2H);$(1k).3d(\'6j.I.\'+q.2H);$(1k).3d(\'2z.I-M-82.\'+q.2H);$(1k).3d(\'2z.I-M-4R-3s.\'+q.2H);$(1k).3d(\'5B.I.\'+q.2H+\' 2z.I.\'+q.2H);$("3f").3d(\'5N.I.\'+q.2H);$(q.G.6F).3d(\'5N.I.\'+q.2H);q.$T.2W(\'I-T I-1K I-3i\');q.$T.1L(\'5j\');E B=q.1e.1a();if(q.G.1A){q.$1A.1h(\'a\').1u(C(){E $el=$(q);if($el.1f(\'1n\')){$el.1f(\'1n\').1t();$el.1f(\'1n\',{})}})}if(q.2f.bA()){q.$2P.3C(q.$2m);q.$2P.1t();q.$2m.2L(B).2R()}O{q.$2P.3C(q.$T);q.$2P.1t();q.$2m.B(B).2R()}if(q.$5h)q.$5h.1t();if(q.$4C)q.$4C.1t();if(q.$81)q.$81.1t();$(\'.I-1A-3m-\'+q.2H).1t();hq(q.9a)}}},1n:C(){F{2f:C(1y,$1n,cw){if(1y==\'30\'&&q.G.cv){$.1u(q.G.cv,$.1d(C(i,s){E 1y=s.Y,1C;if(1s s[\'1G\']!=\'1z\'){1y=1y+\'-\'+s[\'1G\']}s.1m=(q.L.7f(s.Y))?\'Q\':\'26\';if(1s s.1C!=="1z"){1C=s.1C}O{1C=(s.1m==\'26\')?\'26.30\':\'Q.30\'}if(q.G.1K&&s.1m==\'Q\'&&s.Y==\'p\')F;q.30[1y]={Y:s.Y,1p:s.1p,\'1G\':s[\'1G\'],1c:s.1c,1f:s.1f,9e:s.9e};cw[1y]={1C:1C,1J:s.1J}},q))}$.1u(cw,$.1d(C(2h,2U){E $2w=$(\'<a 2l="#" 1G="I-1n-\'+2h+\'" 9C="1v">\'+2U.1J+\'</a>\');if(1y==\'30\')$2w.2g(\'I-30-\'+2h);$2w.on(\'2z\',$.1d(C(e){e.2t();E 1m=\'1C\';E 2B=2U.1C;if(2U.4y){1m=\'4y\';2B=2U.4y}O if(2U.1n){1m=\'1n\';2B=2U.1n}if($(e.1Q).3u(\'I-1n-V-e3\'))F;q.1v.bq(e,2h,1m,2B);q.1n.79()},q));q.1R.cN($2w,2h,2U);$1n.1E($2w)},q))},2R:C(e,1l){if(!q.G.5W){e.2t();F N}E $1v=q.1v.1a(1l);E $1n=$1v.1f(\'1n\').bl(1k.3f);if(q.G.bO){$1n.2g("I-1n-j4")}if($1v.3u(\'7c\')){q.1n.79()}O{q.1n.79();q.1R.7H();q.1W.2r(\'qa\',{1n:$1n,1l:1l,1v:$1v});q.1v.8j(1l);$1v.2g(\'7c\');E 7t=$1v.2v();E cf=$1n.2J();if((7t.2c+cf)>$(1k).2J()){7t.2c=9H.p6(0,7t.2c-cf)}E 2c=7t.2c+\'px\';if(q.$1A.3u(\'1A-7G-2P\')){E 2V=q.$1A.68()+q.G.6L;E 4g=\'7G\';if(q.G.6F!==1k){2V=(q.$1A.68()+q.$1A.2v().2V)+q.G.6L;4g=\'9E\'}$1n.1O({4g:4g,2c:2c,2V:2V+\'px\'}).2R()}O{E 2V=($1v.68()+7t.2V)+\'px\';$1n.1O({4g:\'9E\',2c:2c,2V:2V}).2R()}q.1W.2r(\'oP\',{1n:$1n,1l:1l,1v:$1v});q.$1n=$1n}$(1k).cl(\'2z.I-1n\',$.1d(q.1n.3s,q));q.$T.cl(\'2z.I-1n\',$.1d(q.1n.3s,q));$(1k).cl(\'2s.I-1n\',$.1d(q.1n.9t,q));$1n.on(\'ba.I-1n\',$.1d(q.L.dV,q)).on(\'b4.I-1n\',$.1d(q.L.b8,q));e.dK()},9t:C(e){if(e.7w!=q.3r.bG)F;q.1n.79();q.$T.2p()},79:C(){q.$1A.1h(\'a.7c\').2W(\'I-8x\').2W(\'7c\');q.L.b8();$(\'.I-1n-\'+q.2H).3s();$(\'.I-1n-V-hs\').2W(\'I-1n-V-hs\');if(q.$1n){q.$1n.3d(\'.I-1n\');q.1W.2r(\'ov\',q.$1n);q.$1n=N}},3s:C(e){E $1n=$(e.1Q);if(!$1n.3u(\'7c\')&&!$1n.3u(\'I-1n-V-e3\')){if($1n.3u(\'I-1n\')){$1n.2W(\'7c\');$1n.3d(\'ba b4\')}q.1n.79()}}}},1Z:C(){F{2R:C(){q.1b.2K(\'1Z\',q.1H.1a(\'1Z\'),hG);q.1w.3Q(\'#I-1b-1Z-1w\',q.G.7N,q.1Z.1Y);q.K.3o();q.K.1a();E 1g=q.2T.4o();$(\'#I-6f\').2L(1g);q.1b.2R()},1Y:C(2S,4W,e){if(1s 2S.6N!=\'1z\'){q.1b.4j();q.K.3e();q.1W.2r(\'oy\',2S);F}E V;if(1s 2S==\'70\'){V=2S}O{E 1g=$(\'#I-6f\').2L();if(1s 1g==\'1z\'||1g===\'\')1g=2S.6f;V=\'<a 2l="\'+2S.9D+\'" id="9D-2u">\'+1g+\'</a>\'}if(4W){q.K.8U();E 2u=q.K.71();q.1Y.de(e,2u)}O{q.1b.4j()}q.K.3e();q.28.1U();q.1Y.fz(V);if(1s 2S==\'70\')F;E 8f=$(q.$T.1h(\'a#9D-2u\'));if(8f.12!==0){8f.1L(\'id\').1L(\'1p\')}O 8f=N;q.1W.2r(\'7N\',8f,2S)}}},2p:C(){F{2O:C(){q.$T.2p();E 3I=q.$T.3R().3I();if(3I.12===0)F;if(3I[0].12===0||3I[0].1o==\'5i\'||3I[0].9R==3){F}if(3I[0].1o==\'8B\'||3I[0].1o==\'8h\'){E 4v=3I.1h(\'li\').3I();if(!q.L.6X(4v)&&4v.1g()===\'\'){q.1S.2O(4v);F}}if(q.G.1K&&!q.L.7f(3I[0].1o)){q.K.1a();q.14.2O(q.$T[0],0);q.14.3H(q.$T[0],0);q.K.4f();F}q.1S.2O(3I)},3H:C(){E 3c=q.$T.3R().3c();q.$T.2p();if(3c.8b()===0)F;if(q.L.3z(q.$T.B())){q.K.1a();q.14.42(1q);q.14.7z(3c[0]);q.14.3H(3c[0],0);q.K.4f()}O{q.K.1a();q.14.8H(3c[0]);q.14.42(N);q.K.4f()}},cI:C(){F q.$T[0]===1k.ou}}},M:C(){F{2R:C(){q.1b.2K(\'M\',q.1H.1a(\'M\'),hG);q.1w.3Q(\'#I-1b-M-4e\',q.G.7R,q.M.1Y);q.K.3o();q.1b.2R()},eF:C($M){E $V=$M.2o(\'a\',q.$T[0]);q.1b.2K(\'jb\',q.1H.1a(\'7F\'),oo);q.1b.bR();q.M.hE=q.1b.je(q.1H.1a(\'hF\'));q.M.hH=q.1b.c0(q.1H.1a(\'3o\'));q.M.hE.on(\'2z\',$.1d(C(){q.M.1t($M)},q));q.M.hH.on(\'2z\',$.1d(C(){q.M.hD($M)},q));$(\'.I-V-3m\').1t();$(\'#I-M-1J\').2L($M.1c(\'7v\'));if(!q.G.hI)$(\'.I-M-V-41\').3s();O{E $bN=$(\'#I-M-V\');$bN.1c(\'2l\',$M.1c(\'4q\'));if($V.12!==0){$bN.2L($V.1c(\'2l\'));if($V.1c(\'1Q\')==\'7J\')$(\'#I-M-V-87\').5X(\'a6\',1q)}}if(!q.G.hL)$(\'.I-M-4g-41\').3s();O{E hK=($M.1O(\'6D\')==\'Q\'&&$M.1O(\'7o\')==\'5p\')?\'5m\':$M.1O(\'7o\');$(\'#I-M-5f\').2L(hK)}q.1b.2R();$(\'#I-M-1J\').2p()},hC:C($M){E hJ=$(\'#I-M-5f\').2L();E bB=\'\';E cd=\'\';E 8r=\'\';fl(hJ){8A\'2c\':bB=\'2c\';8r=\'0 \'+q.G.8C+\' \'+q.G.8C+\' 0\';5U;8A\'4t\':bB=\'4t\';8r=\'0 0 \'+q.G.8C+\' \'+q.G.8C;5U;8A\'5m\':cd=\'Q\';8r=\'aF\';5U}$M.1O({\'7o\':bB,6D:cd,4G:8r});$M.1c(\'3X\',$M.1c(\'1p\'))},hD:C($M){q.M.7Z();q.28.1U();E $V=$M.2o(\'a\',q.$T[0]);E 1J=$(\'#I-M-1J\').2L().J(/(<([^>]+)>)/ig,"");$M.1c(\'7v\',1J);q.M.hC($M);E V=$.3h($(\'#I-M-V\').2L());E V=V.J(/(<([^>]+)>)/ig,"");if(V!==\'\'){E 7A=\'((kC--)?[a-7Y-9]+(-[a-7Y-9]+)*\\\\.)+[a-z]{2,}\';E 3K=2a 2n(\'^(9n|8l|5E)://\'+7A,\'i\');E al=2a 2n(\'^\'+7A,\'i\');if(V.3J(3K)==-1&&V.3J(al)===0&&q.G.5a){V=q.G.5a+\'://\'+V}E 1Q=($(\'#I-M-V-87\').5X(\'a6\'))?1q:N;if($V.12===0){E a=$(\'<a 2l="\'+V+\'">\'+q.L.6r($M)+\'</a>\');if(1Q)a.1c(\'1Q\',\'7J\');$M.2x(a)}O{$V.1c(\'2l\',V);if(1Q){$V.1c(\'1Q\',\'7J\')}O{$V.1L(\'1Q\')}}}O if($V.12!==0){$V.2x(q.L.6r($M))}q.1b.4j();q.1R.bK();q.1e.1T()},iV:C($M){if(q.G.ca){$M.on(\'oJ\',$.1d(q.M.a7,q))}E 7r=$.1d(C(e){q.1R.M=$M;q.M.8m=q.M.eI($M);$(1k).on(\'6j.I-M-4R-3s.\'+q.2H,$.1d(q.M.7Z,q));if(!q.G.cO)F;q.M.8m.on(\'6j.I 5B.I\',$.1d(C(e){q.M.hw(e,$M)},q))},q);$M.3d(\'6j.I\').on(\'6j.I\',$.1d(q.M.7Z,q));$M.3d(\'2z.I 5B.I\').on(\'2z.I 5B.I\',7r)},hw:C(e,$M){e.2t();q.M.4k={x:e.hv,y:e.bD,el:$M,bT:$M.2J()/$M.3l(),h:$M.3l()};e=e.7L||e;if(e.8z){q.M.4k.x=e.8z[0].hv;q.M.4k.y=e.8z[0].bD}q.M.hu()},hu:C(){$(1k).on(\'oI.I-M-4R oH.I-M-4R\',$.1d(q.M.ht,q));$(1k).on(\'jK.I-M-4R oD.I-M-4R\',$.1d(q.M.hy,q))},ht:C(e){e.2t();e=e.7L||e;E 3l=q.M.4k.h;if(e.8z)3l+=(e.8z[0].bD-q.M.4k.y);O 3l+=(e.bD-q.M.4k.y);E 2J=9H.hx(3l*q.M.4k.bT);if(3l<50||2J<6O)F;E 3l=9H.hx(q.M.4k.el.2J()/q.M.4k.bT);q.M.4k.el.1c({2J:2J,3l:3l});q.M.4k.el.2J(2J);q.M.4k.el.3l(3l);q.1e.1T()},hy:C(){q.jk=N;$(1k).3d(\'.I-M-4R\');q.M.7Z()},a7:C(e){if(q.$T.1h(\'#I-M-2P\').12!==0){e.2t();F N}q.$T.on(\'4Z.I-M-hB-4Z\',$.1d(C(){3w($.1d(q.M.aJ,q),1)},q))},aJ:C(){q.M.hA();q.1R.bK();q.$T.3d(\'4Z.I-M-hB-4Z\');q.1x.4r();q.1e.1T()},hA:C(){q.$T.1h(\'1M[1f-3o-2i]\').1u(C(){E $el=$(q);$el.1c(\'4q\',$el.1c(\'1f-3o-2i\'));$el.1L(\'1f-3o-2i\')})},7Z:C(e){if(e&&$(e.1Q).2o(\'#I-M-2P\',q.$T[0]).12!==0)F;if(e&&e.1Q.1o==\'ab\'){E $M=$(e.1Q);$M.1c(\'1f-3o-2i\',$M.1c(\'4q\'))}E 3D=q.$T.1h(\'#I-M-2P\');if(3D.12===0)F;$(\'#I-M-5I\').1t();$(\'#I-M-8m\').1t();3D.1h(\'1M\').1O({5Y:3D[0].1p.5Y,aC:3D[0].1p.aC,aW:3D[0].1p.aW,bI:3D[0].1p.bI});3D.1O(\'4G\',\'\');3D.1h(\'1M\').1O(\'ez\',\'\');3D.2x(C(){F $(q).25()});$(1k).3d(\'6j.I-M-4R-3s.\'+q.2H);if(1s q.M.4k!==\'1z\'){q.M.4k.el.1c(\'3X\',q.M.4k.el.1c(\'1p\'))}q.1e.1T()},eJ:C($M,3D){if(q.G.cO&&!q.L.6Y()){E 8e=$(\'<1i id="I-M-8m" 1f-I="3M"></1i>\');if(!q.L.7K()){8e.1O({2J:\'hz\',3l:\'hz\'})}8e.1c(\'5j\',N);3D.1E(8e);3D.1E($M);F 8e}O{3D.1E($M);F N}},eI:C($M){E 3D=$(\'<1i id="I-M-2P" 1f-I="3M">\');3D.1O(\'7o\',$M.1O(\'7o\')).1c(\'5j\',N);if($M[0].1p.4G!=\'aF\'){3D.1O({5Y:$M[0].1p.5Y,aC:$M[0].1p.aC,aW:$M[0].1p.aW,bI:$M[0].1p.bI});$M.1O(\'4G\',\'\')}O{3D.1O({\'6D\':\'Q\',\'4G\':\'aF\'})}$M.1O(\'ez\',\'.5\').3C(3D);if(q.G.ca){q.M.5I=$(\'<1i id="I-M-5I" 1f-I="3M">\'+q.1H.1a(\'7F\')+\'</1i>\');q.M.5I.1c(\'5j\',N);q.M.5I.on(\'2z\',$.1d(C(){q.M.eF($M)},q));3D.1E(q.M.5I);E eM=q.M.5I.7D();q.M.5I.1O(\'4G-2c\',\'-\'+eM/2+\'px\')}F q.M.eJ($M,3D)},1t:C(M){E $M=$(M);E $V=$M.2o(\'a\',q.$T[0]);E $6t=$M.2o(\'6t\',q.$T[0]);E $1r=$M.1r();if($(\'#I-M-2P\').12!==0){$1r=$(\'#I-M-2P\').1r()}E $1N;if($6t.12!==0){$1N=$6t.1N();$6t.1t()}O if($V.12!==0){$1r=$V.1r();$V.1t()}O{$M.1t()}$(\'#I-M-2P\').1t();if($6t.12!==0){q.1S.2O($1N)}O{q.1S.2O($1r)}q.1W.2r(\'dk\',$M[0].4q,$M);q.1b.4j();q.1e.1T()},1Y:C(2S,4W,e){if(1s 2S.6N!=\'1z\'){q.1b.4j();q.K.3e();q.1W.2r(\'pP\',2S);F}E $1M;if(1s 2S==\'70\'){$1M=$(2S).1c(\'1f-I-8F-M\',\'1q\')}O{$1M=$(\'<1M>\');$1M.1c(\'4q\',2S.9D).1c(\'1f-I-8F-M\',\'1q\')}E R=$1M;E cW=q.L.4Y(\'P\');if(cW){R=$(\'<29 />\').1E($1M)}if(4W){q.K.8U();E 2u=q.K.71();q.1Y.de(e,2u)}O{q.1b.4j()}q.K.3e();q.28.1U();q.1Y.B(q.L.6r(R),N);E $M=q.$T.1h(\'1M[1f-I-8F-M=1q]\').1L(\'1f-I-8F-M\');if(cW){$M.1r().25().48().6e(\'<p />\')}O if(q.G.1K){if(!q.L.3z(q.1e.1a())){$M.9N(\'<br>\')}$M.3C(\'<br>\')}if(1s 2S==\'70\')F;q.1W.2r(\'7R\',$M,2S)}}},3A:C(){F{9Y:C(){if(!q.L.1P(\'2G\'))q.$T.2p();q.28.1U();q.K.3o();E Q=q.K.49();if(Q&&Q.1o==\'5L\'){q.3A.fC()}O if(Q===N&&q.G.1K){q.3A.eV()}O{q.3A.fq()}q.K.3e();q.1e.1T()},fC:C(){1k.3Z(\'3A\');q.3A.9O();q.1x.a3();q.1x.4r()},fq:C(){$.1u(q.K.44(),$.1d(C(i,53){if(53.1o===\'6u\'||53.1o===\'cr\')F;E $el=q.L.aS(53);E 2c=q.L.cY($el.1O(\'4G-2c\'))+q.G.9M;$el.1O(\'4G-2c\',2c+\'px\')},q))},eV:C(){E 4N=q.K.6e(\'1j\');$(4N).1c(\'1f-8u\',\'I\');$(4N).1O(\'4G-2c\',q.G.9M+\'px\')},9v:C(){q.28.1U();q.K.3o();E Q=q.K.49();if(Q&&Q.1o==\'5L\'){q.3A.eP()}O{q.3A.ff()}q.K.3e();q.1e.1T()},eP:C(){1k.3Z(\'7n\');E 1B=q.K.3x();E $2w=$(1B).2o(\'li\',q.$T[0]);q.3A.9O();if(!q.G.1K&&$2w.12===0){1k.3Z(\'9S\',N,\'p\');q.$T.1h(\'3k, ol, 29, p\').1u($.1d(q.L.3T,q))}q.1x.4r()},ff:C(){$.1u(q.K.44(),$.1d(C(i,53){E $el=q.L.aS(53);E 2c=q.L.cY($el.1O(\'4G-2c\'))-q.G.9M;if(2c<=0){if(q.G.1K&&1s($el.1f(\'8u\'))!==\'1z\'){$el.2x($el.B()+\'<br />\')}O{$el.1O(\'4G-2c\',\'\');q.L.5C($el,\'1p\')}}O{$el.1O(\'4G-2c\',2c+\'px\')}},q))},9O:C(){E Q=q.K.49();if(q.14.4X&&Q&&Q.1o==\'5L\'&&q.L.3z($(Q).1g())){E $Q=$(Q);$Q.1h(\'1i\').5O(\'.I-K-2u\').25().48();$Q.1E(\'<br>\')}}}},26:C(){F{30:C(1y){E 1m,1F;if(1s q.30[1y].1p!=\'1z\')1m=\'1p\';O if(1s q.30[1y][\'1G\']!=\'1z\')1m=\'1G\';if(1m)1F=q.30[1y][1m];q.26.3a(q.30[1y].Y,1m,1F)},3a:C(Y,1m,1F){E 1B=q.K.3x();if(1B&&1B.1o===\'pN\')F;if(q.L.4Y(\'9J\')||q.L.ix())F;E 2e=[\'b\',\'4n\',\'i\',\'4h\',\'5r\',\'eD\',\'5S\',\'eZ\',\'fc\'];E es=[\'5d\',\'5d\',\'em\',\'em\',\'u\',\'4l\',\'4l\',\'7i\',\'7j\'];2D(E i=0;i<2e.12;i++){if(Y==2e[i])Y=es[i]}if(q.G.4s){if($.3t(Y,q.G.4s)==-1)F}O{if($.3t(Y,q.G.4c)!==-1)F}q.26.1m=1m||N;q.26.1F=1F||N;q.28.1U();if(!q.L.1P(\'2G\')&&!q.G.1K){q.$T.2p()}q.K.1a();if(q.14.4X){q.26.eN(Y)}O{q.26.eA(Y)}},eN:C(Y){E 1B=q.K.3x();E $1r=$(1B).2o(Y+\'[1f-I-Y=\'+Y+\']\',q.$T[0]);if($1r.12!==0&&(q.26.1m!=\'1p\'&&$1r[0].1o!=\'6x\')){if(q.L.3z($1r.1g())){q.1S.58($1r[0]);$1r.1t();q.1e.1T()}O if(q.L.6B($1r)){q.1S.58($1r[0])}F}E R=$(\'<\'+Y+\'>\').1c(\'1f-3M\',\'I\').1c(\'1f-I-Y\',Y);R.B(q.G.5Z);R=q.26.e5(R);E R=q.1Y.R(R);q.1S.3H(R);q.1e.1T()},eA:C(Y){q.26.eK(Y);q.K.3o();1k.3Z(\'eD\');q.$T.1h(\'7b\').1u($.1d(C(i,s){E $el=$(s);q.26.eL($el,Y);E $1i;if(q.26.1m){$1i=$(\'<1i>\').1c(\'1f-I-Y\',Y).1c(\'1f-3M\',\'I\');$1i=q.26.e5($1i)}O{$1i=$(\'<\'+Y+\'>\').1c(\'1f-I-Y\',Y).1c(\'1f-3M\',\'I\')}$el.2x($1i.B($el.25()));E $1r=$1i.1r();if($1i[0].1o===\'A\'&&$1r&&$1r[0].1o===\'U\'){$1i.1r().2x($1i)}if(Y==\'1i\'){if($1r&&$1r[0].1o===\'6x\'&&q.26.1m===\'1p\'){E 2E=q.26.1F.4A(\';\');2D(E z=0;z<2E.12;z++){if(2E[z]===\'\')F;E 1p=2E[z].4A(\':\');$1r.1O(1p[0],\'\');if(q.L.5C($1r,\'1p\')){$1r.2x($1r.25())}}}}},q));if(Y!=\'1i\'){q.$T.1h(q.G.4M.31(\', \')).1u($.1d(C(i,s){E $el=$(s);if(s.1o===\'U\'&&s.4z.12===0){$el.2x($el.25());F}E aD=$el.1O(\'1g-7e\');if(aD===\'3L-eB\'){$el.1O(\'1g-7e\',\'\');q.L.5C($el,\'1p\')}},q))}if(Y!=\'4l\'){E ar=q;q.$T.1h(\'26\').1u(C(i,s){ar.L.4x(s,\'4l\')})}if(Y!=\'u\'){E ar=q;q.$T.1h(\'eH\').1u(C(i,s){ar.L.4x(s,\'u\')})}q.K.3e();q.1e.1T()},eL:C($el,Y){E 3q=q;$el.3R(Y).1u(C(){E $4v=$(q);if(!$4v.3u(\'I-K-2u\')){if(3q.26.1m==\'1p\'){E 2E=3q.26.1F.4A(\';\');2D(E z=0;z<2E.12;z++){if(2E[z]===\'\')F;E 1p=2E[z].4A(\':\');$4v.1O(1p[0],\'\');if(3q.L.5C($4v,\'1p\')){$4v.2x($4v.25())}}}O{$4v.25().48()}}})},eK:C(Y){q.K.3o();E 1h=\'\';if(q.26.1m==\'1G\')1h=\'[1f-I-1G=\'+q.26.1F+\']\';O if(q.26.1m==\'1p\'){1h=\'[1f-I-1p="\'+q.26.1F+\'"]\'}E 3q=q;if(Y!=\'4l\'){q.$T.1h(\'4l\').1u(C(i,s){3q.L.4x(s,\'26\')})}if(Y!=\'u\'){q.$T.1h(\'u\').1u(C(i,s){3q.L.4x(s,\'eH\')})}if(Y!=\'1i\'){q.$T.1h(Y).1u(C(){E $el=$(q);$el.2x($(\'<7b />\').B($el.25()))})}q.$T.1h(\'[1f-I-Y="\'+Y+\'"]\'+1h).1u(C(){if(1h===\'\'&&Y==\'1i\'&&q.1o.3g()==Y)F;E $el=$(q);$el.2x($(\'<7b />\').B($el.25()))});q.K.3e()},e5:C(R){fl(q.26.1m){8A\'1G\':if(R.3u(q.26.1F)){R.2W(q.26.1F);R.1L(\'1f-I-1G\')}O{R.2g(q.26.1F);R.1c(\'1f-I-1G\',q.26.1F)}5U;8A\'1p\':R[0].1p.pY=q.26.1F;R.1c(\'1f-I-1p\',q.26.1F);5U}F R},q1:C(){q.28.1U();E 1B=q.K.3x();E 22=q.K.c9();q.K.3o();if(1B&&1B.1o===\'6x\'){E $s=$(1B);$s.1L(\'1p\');if($s[0].4z.12===0){$s.2x($s.25())}}$.1u(22,$.1d(C(i,s){E $s=$(s);if($.3t(s.1o.3g(),q.G.4M)!=-1&&!$s.3u(\'I-K-2u\')){$s.1L(\'1p\');if($s[0].4z.12===0){$s.2x($s.25())}}},q));q.K.3e();q.1e.1T()},q2:C(1y){q.28.1U();E 1r=q.K.6l();E 22=q.K.c9();q.K.3o();if(1r&&1r.1o===\'6x\'){E $s=$(1r);$s.1O(1y,\'\');q.L.5C($s,\'1p\');if($s[0].4z.12===0){$s.2x($s.25())}}$.1u(22,$.1d(C(i,s){E $s=$(s);if($.3t(s.1o.3g(),q.G.4M)!=-1&&!$s.3u(\'I-K-2u\')){$s.1O(1y,\'\');q.L.5C($s,\'1p\');if($s[0].4z.12===0){$s.2x($s.25())}}},q));q.K.3e();q.1e.1T()},e1:C(){q.28.1U();E 1B=q.K.3x();q.K.3o();1k.3Z(\'e1\');if(1B&&1B.1o===\'6x\'){$(1B).2x($(1B).25())}$.1u(q.K.6w(),$.1d(C(i,s){E $s=$(s);if($.3t(s.1o.3g(),q.G.4M)!=-1&&!$s.3u(\'I-K-2u\')){$s.2x($s.25())}},q));q.K.3e();q.1e.1T()},7C:C(3E){q.26.3a(\'1i\',\'1G\',3E)},pI:C(1F){q.26.3a(\'1i\',\'1p\',1F)}}},1Y:C(){F{1U:C(B,1x){q.3i.1t();B=q.1x.7d(B);if(1s 1x==\'1z\'){B=q.1x.8G(B,N)}q.$T.B(B);q.K.1t();q.2p.3H();q.1x.a3();q.1e.1T();q.1R.2K();if(1s 1x==\'1z\'){3w($.1d(q.1x.4r,q),10)}},1g:C(1g){q.3i.1t();1g=1g.4o();1g=$.3h(1g);1g=q.1x.ap(1g,N);q.$T.2p();if(q.L.1P(\'2G\')){q.1Y.dX(1g)}O{q.K.1a();q.14.57();E el=1k.3B("1j");el.3v=1g;E 4Q=1k.b0(),R,5G;55((R=el.aZ)){5G=4Q.74(R)}q.14.3P(4Q);if(5G){E 14=q.14.84();14.7z(5G);14.42(1q);q.2T.8R();q.2T.4f(14)}}q.1e.1T();q.1x.4r()},fz:C(B){q.1Y.B(B,N)},B:C(B,1x){q.3i.1t();if(1s 1x==\'1z\')1x=1q;if(!q.G.1K){q.$T.2p()}B=q.1x.7d(B);if(1x){B=q.1x.8G(B)}if(q.L.1P(\'2G\')){q.1Y.dX(B)}O{if(q.1x.8g)q.1Y.f0(B);O 1k.3Z(\'pq\',N,B);q.1Y.fj()}q.1x.a3();if(!q.G.1K){q.$T.1h(\'p\').1u($.1d(q.L.3T,q))}q.1e.1T();q.1R.2K();if(1x){q.1x.4r()}},fj:C(){if(!q.L.1P(\'4b\'))F;E $1N=$(q.K.49()).1N();if($1N.12>0&&$1N[0].1o==\'P\'&&$1N.B()===\'\'){$1N.1t()}},dX:C(B){if(q.L.hc()){E 1r=q.L.4Y(\'P\');E $B=$(\'<1j>\').1E(B);E fb=$B.25().is(\'p, :75, dl, 3k, ol, 1j, 3V, 2Y, 29, 2F, dW, 4d, 75, cc, eS, fo\');if(1r&&fb)q.1Y.eR(1r,B);O q.1Y.eQ(B);F}1k.K.8O().jI(B)},f0:C(B){B=q.1x.7d(B);q.K.1a();q.14.57();E el=1k.3B(\'1j\');el.3v=B;E 4Q=1k.b0(),R,5G;55((R=el.aZ)){5G=4Q.74(R)}q.14.3P(4Q);q.14.42(1q);q.1S.58(5G)},R:C(R,57){R=R[0]||R;E 2v=q.1S.8c();E B=q.L.6r(R);B=q.1x.7d(B);if(B.1V(/</g)!==4m){R=$(B)[0]}q.K.1a();if(57!==N){q.14.57()}q.14.3P(R);q.14.42(N);q.K.4f();q.1S.aH(2v);F R},ph:C(R,x,y){R=R[0]||R;q.K.1a();E 14;if(1k.a5){E 3y=1k.a5(x,y);q.14.2O(3y.fe,3y.2v);q.14.42(1q);q.14.3P(R)}O if(1k.aj){14=1k.aj(x,y);14.3P(R)}O if(1s 1k.3f.ak!="1z"){14=1k.3f.ak();14.am(x,y);E 7k=14.fh();7k.am(x,y);14.fg("eY",7k);14.7a()}},de:C(e,R){R=R[0]||R;E 14;E x=e.pj,y=e.pk;if(1k.a5){E 3y=1k.a5(x,y);E 2T=1k.4K();14=2T.67(0);14.2O(3y.fe,3y.2v);14.42(1q);14.3P(R)}O if(1k.aj){14=1k.aj(x,y);14.3P(R)}O if(1s 1k.3f.ak!="1z"){14=1k.3f.ak();14.am(x,y);E 7k=14.fh();7k.am(x,y);14.fg("eY",7k);14.7a()}},eR:C(1r,B){E R=1k.3B(\'1i\');R.3E=\'I-ie-5o\';q.1Y.R(R);E 78=$(1r).B();78=\'<p>\'+78.J(/<1i 1G="I-ie-5o"><\\/1i>/gi,\'</p>\'+B+\'<p>\')+\'</p>\';78=78.J(/<p><\\/p>/gi,\'\');$(1r).2x(78)},eQ:C(B){q.K.1a();q.14.57();E el=1k.3B("1j");el.3v=B;E 4Q=1k.b0(),R,5G;55((R=el.aZ)){5G=4Q.74(R)}q.14.3P(4Q);q.14.42(N);q.K.4f()}}},1D:C(){F{3Q:C(e){if(q.7T)F;E 1l=e.7w;E 54=(1l>=37&&1l<=40);q.1D.4a=e.9l||e.6I;q.1D.1B=q.K.3x();q.1D.1r=q.K.6l();q.1D.Q=q.K.49();q.1D.2F=q.L.9P(q.1D.1B,\'2F\');q.1D.29=q.L.9P(q.1D.1B,\'29\');q.1D.80=q.L.9P(q.1D.1B,\'80\');q.6a.3Q(e,1l);if(q.L.7K()){q.1D.fv(54,1l);q.1D.fp(e,1l)}q.1D.fm(54);q.1D.fr(e,1l);E eT=q.1W.2r(\'1D\',e);if(eT===N){e.2t();F N}if(q.G.aP&&(q.L.1P(\'2G\')||q.L.1P(\'4b\'))&&(1l===q.3r.dm||1l===q.3r.eW)){E di=N;E $3V=N;if(q.1D.Q&&q.1D.Q.1o===\'6u\'){$3V=$(q.1D.Q).2o(\'3V\',q.$T[0])}if($3V&&$3V.1h(\'2Y\').3c()[0]===q.1D.Q){di=1q}if(q.L.6B()&&di){E R=$(q.G.5V);$3V.3C(R);q.1S.2O(R)}}if(q.G.aP&&1l===q.3r.dm){q.1D.ew()}if(!q.G.aP&&1l===q.3r.6z){e.2t();if(!q.14.4X)q.14.57();F}if(1l==q.3r.6z&&!e.6Z&&!e.9l&&!e.6I){E eU=q.1W.2r(\'pB\',e);if(eU===N){e.2t();F N}if(q.1D.29&&q.1D.ju(e)===1q){F N}E 1B,$1N;if(q.1D.2F){F q.1D.kN(e)}O if(q.1D.29||q.1D.80){1B=q.K.3x();$1N=$(1B).1N();if($1N.12!==0&&$1N[0].1o==\'5i\'){F q.1D.6V(e)}O if(q.L.6B()&&(1B&&1B!=\'6x\')){F q.1D.8W(e)}O{F q.1D.6V(e)}}O if(q.G.1K&&!q.1D.Q){1B=q.K.3x();$1N=$(q.1D.1B).1N();if($1N.12!==0&&$1N[0].1o==\'5i\'){F q.1D.6V(e)}O if(1B!==N&&$(1B).3u(\'I-7m-3b\')){q.1S.58(1B);$(1B).25().48();F q.1D.8W(e)}O{if(q.L.e2()){F q.1D.8W(e)}O if($1N.12===0&&1B===N&&1s $1N.pw!=\'1z\'){F q.1D.6V(e)}F q.1D.6V(e)}}O if(q.G.1K&&q.1D.Q){3w($.1d(q.1D.ey,q),1)}O if(!q.G.1K&&q.1D.Q){3w($.1d(q.1D.eC,q),1);if(q.1D.Q.1o===\'5L\'){1B=q.K.3x();E $1r=$(1B).2o(\'li\',q.$T[0]);E $2d=$1r.2o(\'3k,ol\',q.$T[0]);if($1r.12!==0&&q.L.3z($1r.B())&&$2d.1N().12===0&&q.L.3z($2d.1h("li").3c().B())){$2d.1h("li").3c().1t();E R=$(q.G.5V);$2d.3C(R);q.1S.2O(R);F N}}}O if(!q.G.1K&&!q.1D.Q){F q.1D.hg(e)}}if(1l===q.3r.6z&&(e.9l||e.6Z)){F q.1D.eu(e)}if(1l===q.3r.da||e.6I&&1l===d8||e.6I&&1l===d3){F q.1D.ev(e,1l)}if(1l===q.3r.83||1l===q.3r.8S){E 22=q.K.6w();if(22){E 2q=22.12;E 3c;2D(E i=0;i<2q;i++){E 3R=$(22[i]).3R(\'1M\');if(3R.12!==0){E 3q=q;$.1u(3R,C(z,s){E $s=$(s);if($s.1O(\'7o\')!=\'5p\')F;3q.1W.2r(\'dk\',s.4q,$s);3c=s})}O if(22[i].1o==\'ab\'){if(3c!=22[i]){q.1W.2r(\'dk\',22[i].4q,$(22[i]));3c=22[i]}}}}}if(1l===q.3r.83){E Q=q.K.49();E fx=($(Q).1O(\'4G-2c\')!==\'pv\');if(Q&&fx&&q.14.4X&&q.L.iy()){q.3A.9v();e.2t();F}if(q.L.1P(\'4b\')){E 4B=q.K.k4();E bv=$(4B).4B()[0];if(4B&&4B.1o===\'fw\')$(4B).1t();if(bv&&bv.1o===\'fw\')$(bv).1t()}q.1D.kS();q.1D.kL(e)}q.1e.1T()},fv:C(54,1l){if(!54&&(q.1W.7x()==\'2z\'||q.1W.7x()==\'54\')){q.1W.93(N);if(q.1D.fy(1l)){q.28.1U()}}},fy:C(1l){E k=q.3r;E 4S=[k.83,k.8S,k.6z,k.bG,k.da,k.fB,k.fA,k.fu,k.ft];F($.3t(1l,4S)==-1)?1q:N},fm:C(54){if(!54)F;if((q.1W.7x()==\'2z\'||q.1W.7x()==\'54\')){q.1W.93(N);F}q.1W.93(\'54\')},fp:C(e,1l){if(q.1D.4a&&1l===90&&!e.6Z&&!e.fs&&q.G.28.12){e.2t();q.28.8P();F}O if(q.1D.4a&&1l===90&&e.6Z&&!e.fs&&q.G.8M.12!==0){e.2t();q.28.bC();F}O if(!q.1D.4a){if(1l==q.3r.83||1l==q.3r.8S||(1l==q.3r.6z&&!e.9l&&!e.6Z)){q.28.1U()}}},fr:C(e,1l){if(q.1D.4a&&1l===65){q.L.ex()}O if(1l!=q.3r.er&&!q.1D.4a){q.L.9z()}},ew:C(){E 2e=[q.1D.29,q.1D.2F,q.1D.80];2D(E i=0;i<2e.12;i++){if(2e[i]){q.1D.kY(2e[i]);F N}}},eu:C(e){q.28.1U();if(q.L.6B()){F q.1D.8W(e)}F q.1D.6V(e)},ev:C(e,1l){if(!q.G.et)F 1q;if(q.L.3z(q.1e.1a())&&q.G.b7===N)F 1q;e.2t();E R;if(q.1D.2F&&!e.6Z){R=(q.G.72)?1k.8Y(8Q(q.G.72+1).31(\'\\bm\')):1k.8Y(\'\\t\');q.1Y.R(R);q.1e.1T()}O if(q.G.b7!==N){R=1k.8Y(8Q(q.G.b7+1).31(\'\\bm\'));q.1Y.R(R);q.1e.1T()}O{if(e.6I&&1l===d3)q.3A.9v();O if(e.6I&&1l===d8)q.3A.9Y();O if(!e.6Z)q.3A.9Y();O q.3A.9v()}F N},ey:C(){E 4E=q.K.49();E bg=4E.3v.J(/<br\\s?\\/?>/gi,\'\');if((4E.1o===\'8a\'||4E.1o===\'P\')&&bg===\'\'&&!$(4E).3u(\'I-T\')){E br=1k.3B(\'br\');$(4E).2x(br);q.1S.dy(br);q.1e.1T();F N}},eC:C(){E 4E=q.K.49();E bg=4E.3v.J(/<br\\s?\\/?>/gi,\'\');if(4E.1o===\'8a\'&&q.L.3z(bg)&&!$(4E).3u(\'I-T\')){E p=1k.3B(\'p\');p.3v=q.G.5Z;$(4E).2x(p);q.1S.2O(p);q.1e.1T();F N}O if(q.G.eE&&4E.1o==\'P\'){$(4E).1L(\'1G\').1L(\'1p\')}},hg:C(e){e.2t();q.K.1a();E p=1k.3B(\'p\');p.3v=q.G.5Z;q.14.57();q.14.3P(p);q.1S.2O(p);q.1e.1T();F N},ju:C(e){if(!q.L.6B())F;E 5D=$.3h($(q.1D.Q).B());if(5D.3J(/(<br\\s?\\/?>){2}$/i)!=-1){e.2t();if(q.G.1K){E br=1k.3B(\'br\');$(q.1D.29).3C(br);q.1S.dy(br);$(q.1D.Q).B(5D.J(/<br\\s?\\/?>$/i,\'\'))}O{E R=$(q.G.5V);$(q.1D.29).3C(R);q.1S.2O(R)}F 1q}F},kY:C(2m){if(!q.L.6B())F;q.28.1U();if(q.G.1K){E 25=$(\'<1j>\').1E($.3h(q.$T.B())).25();E 3c=25.3c()[0];if(3c.1o==\'6x\'&&3c.3v===\'\'){3c=25.4B()[0]}if(q.L.6r(3c)!=q.L.6r(2m))F;E br=1k.3B(\'br\');$(2m).3C(br);q.1S.58(br)}O{if(q.$T.25().3c()[0]!==2m)F;E R=$(q.G.5V);$(2m).3C(R);q.1S.2O(R)}},kN:C(e){e.2t();E R=1k.8Y(\'\\n\');q.K.1a();q.14.57();q.14.3P(R);q.1S.58(R);q.1e.1T();F N},6V:C(e){F q.1D.dD(e)},8W:C(e){F q.1D.dD(e,1q)},dD:C(e,kP){e.dK();q.K.1a();E 5M=1k.3B(\'br\');if(q.L.1P(\'2G\')){q.14.42(N);q.14.3H(q.14.dL,q.14.dM)}O{q.14.57()}q.14.3P(5M);E $b5=$(5M).1r("a");if($b5.12>0){$b5.1h(5M).1t();$b5.3C(5M)}if(kP===1q){E $1N=$(5M).1N();if($1N.12!==0&&$1N[0].1o===\'5i\'&&q.L.e2()){q.1S.58(5M);q.1e.1T();F N}E dJ=1k.3B(\'br\');q.14.3P(dJ);q.1S.58(dJ)}O{if(q.L.1P(\'2G\')){E 3b=1k.3B(\'1i\');3b.3v=\'&#bL;\';$(5M).3C(3b);q.14.7z(3b);q.14.kZ(3b);$(3b).1t()}O{E 14=1k.8O();14.7z(5M);14.42(1q);E K=3p.4K();K.8R();K.4f(14)}}q.1e.1T();F N},kS:C(){E $1B=$(q.1D.1B);if($1B.1g().3J(/^\\6c$/g)===0){$1B.1t()}},kL:C(e){E $1B=$(q.1D.1B);E $1r=$(q.1D.1r);E 2Y=$1B.2o(\'2Y\',q.$T[0]);if(2Y.12!==0&&$1B.2o(\'li\',q.$T[0])&&$1r.3R(\'li\').12===1){if(!q.L.3z($1B.1g()))F;e.2t();$1B.1t();$1r.1t();q.1S.2O(2Y)}}}},2s:C(){F{3Q:C(e){if(q.7T)F;E 1l=e.7w;q.2s.1B=q.K.3x();q.2s.1r=q.K.6l();E $1r=q.L.4H($(q.2s.1r).1r());E ks=q.1W.2r(\'2s\',e);if(ks===N){e.2t();F N}if(!q.G.1K&&q.2s.1B.9R===3&&q.2s.1B.12<=1&&(q.2s.1r===N||q.2s.1r.1o==\'ed\')){q.2s.bs()}if(!q.G.1K&&q.L.4H(q.2s.1B)&&q.2s.1B.1o===\'8a\'){q.2s.bs(N)}if(!q.G.1K&&$(q.2s.1r).3u(\'I-7m-3b\')&&($1r===N||$1r[0].1o==\'ed\')){$(q.2s.1r).25().48();q.2s.bs()}if(q.2A.a1()&&q.2A.kn(1l))q.2A.3a();if(1l===q.3r.8S||1l===q.3r.83){if(q.L.1P(\'4b\')){E 2Y=$(q.1D.1B).2o(\'2Y\',q.$T[0]);if(2Y.8b()!==0&&2Y.1g()!==\'\'){e.2t();F N}}q.1x.4r();if(q.1R.M){e.2t();q.M.7Z();q.28.1U();q.M.1t(q.1R.M);q.1R.M=N;F N}q.$T.1h(\'p\').1u($.1d(C(i,s){q.L.3T(i,$(s).B())},q));if(q.G.1K&&q.2s.1B&&q.2s.1B.1o==\'8a\'&&q.L.3z(q.2s.1B.3v)){$(q.2s.1B).3C(q.K.5e());q.K.3e();$(q.2s.1B).1t()}q.2s.kt();F q.2s.ku(e)}},bs:C(9K){E $1B=$(q.2s.1B);E R;if(9K===N){R=$(\'<p>\').1E($1B.B())}O{R=$(\'<p>\').1E($1B.9K())}$1B.2x(R);E 1N=$(R).1N();if(1s(1N[0])!==\'1z\'&&1N[0].1o==\'5i\'){1N.1t()}q.1S.3H(R)},kt:C(){E d6=C(){E B=$.3h(q.3v).J(/\\/t\\/n/g,\'\');if(B===\'\'){$(q).1t()}};q.$T.1h(\'li\').1u(d6);q.$T.1h(\'3k, ol\').1u(d6)},ku:C(e){E B=$.3h(q.$T.B());if(!q.L.3z(B))F;e.2t();if(q.G.1K){q.$T.B(q.K.5e());q.K.3e()}O{q.$T.B(q.G.5V);q.2p.2O()}q.1e.1T();F N}}},1H:C(){F{2K:C(){q.G.d7=q.G.kv[q.G.1H]},1a:C(1y){F(1s q.G.d7[1y]!=\'1z\')?q.G.d7[1y]:\'\'}}},3L:C(){F{1Y:C(){q.28.1U();E 21=q.K.44();if(21[0]!==N&&q.3L.kq(21)){if(!q.L.1P(\'2G\'))q.$T.2p();F}if(q.L.1P(\'2G\')){q.3L.aM()}O{q.3L.km()}},kq:C(21){E 8Z=[\'li\',\'2Y\',\'6s\',\'29\',\'80\',\'2F\',\'dl\',\'dt\',\'dd\'];E 3I=21[0].1o.3g();E 3c=q.K.kc();3c=(1s 3c==\'1z\')?3I:3c.1o.3g();E d0=$.3t(3I,8Z)!=-1;E kl=$.3t(3c,8Z)!=-1;if((d0&&kl)||d0){F 1q}},aM:C(){q.L.9x();q.28.1U();q.1Y.R(1k.3B(\'hr\'));q.L.bh();q.1e.1T()},km:C(){q.28.1U();E d9=\'<p id="I-1Y-3L"><br /></p>\';if(q.G.1K)d9=\'<br id="I-1Y-3L">\';1k.3Z(\'py\',N,\'<hr>\'+d9);q.3L.ko();q.1e.1T()},ko:C(){E R=q.$T.1h(\'#I-1Y-3L\');E 1N=$(R).1N()[0];E 1Q=1N;if(q.L.1P(\'4b\')&&1N&&1N.3v===\'\'){1Q=$(1N).1N()[0];$(1N).1t()}if(1Q){R.1t();if(!q.G.1K){q.$T.2p();q.3L.2O(1Q)}}O{R.1L(\'id\');q.3L.2O(R[0])}},2O:C(R){if(1s R===\'1z\')F;E kw=1k.8Y(\'\\6c\');q.K.1a();q.14.2O(R,0);q.14.3P(kw);q.14.42(1q);q.K.4f()}}},V:C(){F{2R:C(e){if(1s e!=\'1z\'&&e.2t)e.2t();if(!q.1R.cD(\'a\')){q.1b.2K(\'V\',q.1H.1a(\'b2\'),kx)}O{q.1b.2K(\'V\',q.1H.1a(\'e6\'),kx)}q.1b.bR();E kG=!q.1R.cD(\'a\')?q.1H.1a(\'1Y\'):q.1H.1a(\'7F\');q.V.kJ=q.1b.c0(kG);q.K.1a();q.V.kB();q.V.kK();if(q.V.1Q==\'7J\')$(\'#I-V-87\').5X(\'a6\',1q);q.V.$8I=$(\'#I-V-2i\');q.V.$dP=$(\'#I-V-2i-1g\');q.V.$dP.2L(q.V.1g);q.V.$8I.2L(q.V.2i);q.V.kJ.on(\'2z\',$.1d(q.V.1Y,q));$(\'.I-V-3m\').1t();q.K.3o();q.1b.2R();q.V.$8I.2p()},kK:C(){E kE=3q.kz.2l.J(/\\/$/i,\'\');if(1s q.V.2i!=="1z"){q.V.2i=q.V.2i.J(kE,\'\');q.V.2i=q.V.2i.J(/^\\/#/,\'#\');q.V.2i=q.V.2i.J(\'aa:\',\'\');if(!q.G.5a){E 3K=2a 2n(\'^(9n|8l|5E)://\'+3q.kz.pC,\'i\');q.V.2i=q.V.2i.J(3K,\'\')}}},kB:C(){q.V.$R=N;E $el=$(q.K.3x()).2o(\'a\',q.$T[0]);if($el.12!==0&&$el[0].1o===\'A\'){q.V.$R=$el;q.V.2i=$el.1c(\'2l\');q.V.1g=$el.1g();q.V.1Q=$el.1c(\'1Q\')}O{q.V.1g=q.2T.4o();q.V.2i=\'\';q.V.1Q=\'\'}},1Y:C(){q.3i.1t();E 1Q=\'\';E V=q.V.$8I.2L();E 1g=q.V.$dP.2L().J(/(<([^>]+)>)/ig,"");if($.3h(V)===\'\'){q.V.$8I.2g(\'I-3G-6N\').on(\'2s\',C(){$(q).2W(\'I-3G-6N\');$(q).3d(\'2s\')});F}if(V.3J(\'@\')!=-1&&/(9n|8l|5E):\\/\\//i.ai(V)===N){V=V.J(\'aa:\',\'\');V=\'aa:\'+V}O if(V.3J(\'#\')!==0){if($(\'#I-V-87\').5X(\'a6\')){1Q=\'7J\'}E 7A=\'((kC--)?[a-7Y-9]+(-[a-7Y-9]+)*\\\\.)+[a-z]{2,}\';E 3K=2a 2n(\'^(9n|8l|5E)://\'+7A,\'i\');E al=2a 2n(\'^\'+7A,\'i\');E kF=2a 2n(\'\\.(B|pD)$\',\'i\');if(V.3J(3K)==-1&&V.3J(kF)==-1&&V.3J(al)===0&&q.G.5a){V=q.G.5a+\'://\'+V}}q.V.1U(1g,V,1Q);q.1b.4j()},1U:C(1g,V,1Q){1g=$.3h(1g.J(/<|>/g,\'\'));q.K.3e();E 21=q.K.44();if(1g===\'\'&&V===\'\')F;if(1g===\'\'&&V!==\'\')1g=V;if(q.V.$R){q.28.1U();E $V=q.V.$R,$el=$V.3R();if($el.12>0){55($el.12){$el=$el.3R()}$el=$el.2j()}O{$el=$V}$V.1c(\'2l\',V);$el.1g(1g);if(1Q!==\'\'){$V.1c(\'1Q\',1Q)}O{$V.1L(\'1Q\')}q.K.8L($V);q.1e.1T()}O{if(q.L.1P(\'4b\')&&q.V.1g===\'\'){E $a=$(\'<a />\').1c(\'2l\',V).1g(1g);if(1Q!==\'\')$a.1c(\'1Q\',1Q);$a=$(q.1Y.R($a));if(q.G.1K){$a.3C(\'&5k;\')}q.K.8L($a)}O{E $a;if(q.L.1P(\'2G\')){$a=$(\'<a 2l="\'+V+\'">\').1g(1g);if(1Q!==\'\')$a.1c(\'1Q\',1Q);$a=$(q.1Y.R($a));if(q.K.cX().1V(/\\s$/)){$a.3C(" ")}q.K.8L($a)}O{1k.3Z(\'pE\',N,V);$a=$(q.K.3x()).2o(\'a\',q.$T[0]);if(q.L.1P(\'4b\')){$a=$(\'a[kI=""]\')}if(1Q!==\'\')$a.1c(\'1Q\',1Q);$a.1L(\'1p\').1L(\'kI\');if(q.K.cX().1V(/\\s$/)){$a.3C(" ")}if(q.V.1g!==\'\'||q.V.1g!=1g){if(!q.G.1K&&21&&21.12<=1){$a.1g(1g)}O if(q.G.1K){$a.1g(1g)}q.K.8L($a)}}}q.1e.1T();q.1W.2r(\'pu\',$a)}3w($.1d(C(){q.1R.5A()},q),5)},6J:C(e){if(1s e!=\'1z\'&&e.2t){e.2t()}E 22=q.K.6w();if(!22)F;q.28.1U();E 2q=22.12;E 5A=[];2D(E i=0;i<2q;i++){if(22[i].1o===\'A\'){5A.2N(22[i])}E $R=$(22[i]).2o(\'a\',q.$T[0]);$R.2x($R.25())}q.1W.2r(\'pt\',5A);$(\'.I-V-3m\').1t();q.1e.1T()},7C:C(3E){q.V.9o(3E,\'7C\')},2g:C(3E){q.V.9o(3E,\'2g\')},2W:C(3E){q.V.9o(3E,\'2W\')},9o:C(3E,1C){E 5A=q.K.ke([\'a\']);if(5A===N)F;$.1u(5A,C(){$(q)[1C](3E)})}}},2A:C(){F{kn:C(1l){F 1l==q.3r.6z||1l==q.3r.kk},a1:C(){F q.G.ax&&(q.G.ek||q.G.e9||q.G.9q)&&!q.L.4Y(\'9J\')},3a:C(){E 2A=q.2A,G=q.G;q.$T.1h(":5O(4J,1M,a,2F)").pi().25().dO(C(){F q.9R===3&&$.3h(q.5P)!=""&&!$(q).1r().is("2F")&&(q.5P.1V(G.2A.4p.6Q)||q.5P.1V(G.2A.4p.6T)||q.5P.1V(G.2A.4p.M)||q.5P.1V(G.2A.4p.2i))}).1u(C(){E 1g=$(q).1g(),B=1g;if(G.9q&&(B.1V(G.2A.4p.6Q)||B.1V(G.2A.4p.6T))){B=2A.9q(B)}O if(G.e9&&B.1V(G.2A.4p.M)){B=2A.kQ(B)}O if(G.ek){B=2A.ax(B)}$(q).9N(1g.J(1g,B)).1t()});E kp=q.$T.1h(\'.I-2A-43\').1u(C(){E $el=$(q);$el.2W(\'I-2A-43\');if($el.1c(\'1G\')===\'\')$el.1L(\'1G\');F $el[0]});3w($.1d(C(){q.1R.2K();q.1W.2r(\'2A\',kp)},q),6O);q.1e.1T()},9q:C(B){E e0=\'<4J 1G="I-2A-43" 2J="pn" 3l="ps" 4q="\',dR=\'" pr="0" po></4J>\';if(B.1V(q.G.2A.4p.6Q)){B=B.J(q.G.2A.4p.6Q,e0+\'//7S.6Q.aK/7M/$1\'+dR)}if(B.1V(q.G.2A.4p.6T)){B=B.J(q.G.2A.4p.6T,e0+\'//q3.6T.aK/6S/$2\'+dR)}F B},kQ:C(B){E 3N=B.1V(q.G.2A.4p.M);if(3N){B=B.J(B,\'<1M 4q="\'+3N+\'" 1G="I-2A-43" />\');if(q.G.1K){if(!q.L.3z(q.1e.1a())){B=\'<br>\'+B}}B+=\'<br>\'}F B},ax:C(B){E 3N=B.1V(q.G.2A.4p.2i);if(3N){3N=$.q7(3N,C(v,k){F $.3t(v,3N)===k});E 12=3N.12;2D(E i=0;i<12;i++){E 2l=3N[i],1g=2l,5a=q.G.5a+\'://\';if(2l.1V(/(5E?|8l):\\/\\//i)!==4m){5a=""}if(1g.12>q.G.ec){1g=1g.ac(0,q.G.ec)+\'...\'}if(1g.3J(\'%\')===-1){1g=j2(1g)}E cz="\\\\b";if($.3t(2l.dn(-1),["/","&","="])!=-1){cz=""}E kV=2a 2n(\'(\'+2l.J(/[\\-\\[\\]\\/\\{\\}\\(\\)\\*\\+\\?\\.\\\\\\^\\$\\|]/g,"\\\\$&")+cz+\')\',\'g\');B=B.J(kV,\'<a 2l="\'+5a+$.3h(2l)+\'" 1G="I-2A-43">\'+$.3h(1g)+\'</a>\')}}F B}}},2d:C(){F{3j:C(4F){q.3i.1t();if(!q.L.1P(\'2G\')&&!q.G.1K){q.$T.2p()}q.28.1U();q.K.3o();E 1r=q.K.6l();E $2d=$(1r).2o(\'ol, 3k\',q.$T[0]);if(!q.L.4H($2d)&&$2d.12!==0){$2d=N}E bU,bV;E 1t=N;if($2d&&$2d.12){1t=1q;E bS=$2d[0].1o;bU=(4F===\'5u\'&&bS===\'8B\');bV=(4F===\'5q\'&&bS===\'8h\')}if(bU){q.L.4x($2d,\'ol\')}O if(bV){q.L.4x($2d,\'3k\')}O{if(1t){q.2d.1t(4F,$2d)}O{q.2d.1Y(4F)}}q.K.3e();q.1e.1T()},1Y:C(4F){E 1B=q.K.3x();E $2Y=$(1B).2o(\'2Y, 6s\',q.$T[0]);if(q.L.1P(\'2G\')&&q.G.1K){q.2d.aM(4F)}O{1k.3Z(\'1Y\'+4F)}E 1r=q.K.6l();E $2d=$(1r).2o(\'ol, 3k\',q.$T[0]);if($2Y.12!==0){E kW=$2Y.9K();$2Y.3C(kW).1t(\'\')}if(q.L.3z($2d.1h(\'li\').1g())){E $3R=$2d.3R(\'li\');$3R.1h(\'br\').1t();$3R.1E(q.K.5e());if(q.G.1K&&q.L.1P(\'4b\')&&$3R.8b()==2&&q.L.3z($3R.eq(1).1g())){$3R.eq(1).1t()}}if($2d.12){E $88=$2d.1r();if(q.L.4H($88)&&$88[0].1o!=\'5L\'&&q.L.6X($88[0])){$88.2x($88.25())}}if(!q.L.1P(\'2G\')){q.$T.2p()}q.1x.4r()},aM:C(4F){E 4N=q.K.6e(\'1j\');E aQ=$(4N).B();E 7s=(4F==\'5u\')?$(\'<ol>\'):$(\'<3k>\');E 9f=$(\'<li>\');if($.3h(aQ)===\'\'){9f.1E(q.K.5e());7s.1E(9f);q.$T.1h(\'#K-2u-1\').2x(7s)}O{E 8T=aQ.4A(/<br\\s?\\/?>/gi);if(8T){2D(E i=0;i<8T.12;i++){if($.3h(8T[i])!==\'\'){7s.1E($(\'<li>\').B(8T[i]))}}}O{9f.1E(aQ);7s.1E(9f)}$(4N).2x(7s)}},1t:C(4F,$2d){if($.3t(\'3k\',q.K.44()))4F=\'5q\';1k.3Z(\'1Y\'+4F);E $1B=$(q.K.3x());q.3A.9O();if(!q.G.1K&&$1B.2o(\'li, 6s, 2Y\',q.$T[0]).12===0){1k.3Z(\'9S\',N,\'p\');q.$T.1h(\'3k, ol, 29\').1u($.1d(q.L.3T,q))}E $3V=$(q.K.3x()).2o(\'3V\',q.$T[0]);E $4B=$3V.4B();if(!q.G.1K&&$3V.12!==0&&$4B.12!==0&&$4B[0].1o==\'5i\'){$4B.1t()}q.1x.4r()}}},1b:C(){F{bw:{},ja:C(){q.G.1b={jb:62()+\'<4d id="I-1b-M-7F">\'+\'<2M>\'+q.1H.1a(\'1J\')+\'</2M>\'+\'<3G 1m="1g" id="I-M-1J" />\'+\'<2M 1G="I-M-V-41">\'+q.1H.1a(\'V\')+\'</2M>\'+\'<3G 1m="1g" id="I-M-V" 1G="I-M-V-41" 4O-2M="\'+q.1H.1a(\'V\')+\'" />\'+\'<2M 1G="I-M-V-41"><3G 1m="j6" id="I-M-V-87" 4O-2M="\'+q.1H.1a(\'a9\')+\'"> \'+q.1H.1a(\'a9\')+\'</2M>\'+\'<2M 1G="I-M-4g-41">\'+q.1H.1a(\'ck\')+\'</2M>\'+\'<7a 1G="I-M-4g-41" id="I-M-5f" 4O-2M="\'+q.1H.1a(\'ck\')+\'">\'+\'<41 1F="5p">\'+q.1H.1a(\'5p\')+\'</41>\'+\'<41 1F="2c">\'+q.1H.1a(\'2c\')+\'</41>\'+\'<41 1F="5m">\'+q.1H.1a(\'5m\')+\'</41>\'+\'<41 1F="4t">\'+q.1H.1a(\'4t\')+\'</41>\'+\'</7a>\'+\'</4d>\',M:62()+\'<4d id="I-1b-M-1Y">\'+\'<1j id="I-1b-M-4e"></1j>\'+\'</4d>\',1Z:62()+\'<4d id="I-1b-1Z-1Y">\'+\'<1j id="I-1b-1Z-1w-2P">\'+\'<2M>\'+q.1H.1a(\'6f\')+\'</2M>\'+\'<3G 1m="1g" id="I-6f" 4O-2M="\'+q.1H.1a(\'6f\')+\'" /><br><br>\'+\'<1j id="I-1b-1Z-1w"></1j>\'+\'</1j>\'+\'</4d>\',V:62()+\'<4d id="I-1b-V-1Y">\'+\'<2M>cg</2M>\'+\'<3G 1m="2i" id="I-V-2i" 4O-2M="cg" />\'+\'<2M>\'+q.1H.1a(\'1g\')+\'</2M>\'+\'<3G 1m="1g" id="I-V-2i-1g" 4O-2M="\'+q.1H.1a(\'1g\')+\'" />\'+\'<2M><3G 1m="j6" id="I-V-87"> \'+q.1H.1a(\'a9\')+\'</2M>\'+\'</4d>\'};$.7h(q.G,q.G.1b)},ct:C(1y,2B){q.1b.bw[1y]=2B},pM:C($1b){q.1b.$9b=$(\'<1j>\').1c(\'id\',\'I-1b-9b\');$1b.6C(q.1b.$9b)},pK:C(id,1y,8k){E $5t=$(\'<a 2l="#" 3X="5t\'+id+\'">\').1g(1y);if(8k){$5t.2g(\'8k\')}E 3q=q;$5t.on(\'2z\',C(e){e.2t();$(\'.I-5t\').3s();$(\'.I-\'+$(q).1c(\'3X\')).2R();3q.1b.$9b.1h(\'a\').2W(\'8k\');$(q).2g(\'8k\')});q.1b.$9b.1E($5t)},pL:C(1y,j3){q.G.1b[1y]=j3},jm:C(1y){F q.G.1b[1y]},pQ:C(){F q.$bo.1h(\'4d\')},2K:C(6m,1J,2J){q.1b.6m=6m;q.1b.2J=2J;q.1b.2f();q.1b.iG();q.1b.jd(1J);q.1b.jn();q.1b.jl();if(1s q.1b.bw[6m]!=\'1z\'){q.1b.bw[6m].64(q)}},2R:C(){q.L.dV();if(q.L.6Y()){q.1b.bX()}O{q.1b.af()}if(q.G.bO){q.$4C.2g("I-1b-j4")}q.$81.2R();q.$4C.2R();q.$1b.1c(\'6G\',\'-1\');q.$1b.2p();q.1b.jg();q.L.9x();if(!q.L.6Y()){3w($.1d(q.1b.af,q),0);$(3p).on(\'4R.I-1b\',$.1d(q.1b.4R,q))}q.1W.2r(\'pV\',q.1b.6m,q.$1b);$(1k).3d(\'pU.1b\');q.$1b.1h(\'3G[1m=1g],3G[1m=2i],3G[1m=pT]\').on(\'1D.I-1b\',$.1d(q.1b.jj,q))},af:C(){E 3l=q.$1b.pR();E bc=$(3p).3l();E 89=$(3p).2J();if(q.1b.2J>89){q.$1b.1O({2J:\'96%\',5Y:(bc/2-3l/2)+\'px\'});F}if(3l>bc){q.$1b.1O({2J:q.1b.2J+\'px\',5Y:\'pS\'})}O{q.$1b.1O({2J:q.1b.2J+\'px\',5Y:(bc/2-3l/2)+\'px\'})}},bX:C(){q.$1b.1O({2J:\'96%\',5Y:\'2%\'})},4R:C(){if(q.L.6Y()){q.1b.bX()}O{q.1b.af()}},jd:C(1J){q.$8q.B(1J)},jl:C(){q.$bo.B(q.1b.jm(q.1b.6m))},jn:C(){if(1s $.fn.jo===\'1z\')F;q.$1b.jo({jk:q.$8q});q.$8q.1O(\'pg\',\'pf\')},jj:C(e){if(e.7w!=13)F;e.2t();q.$1b.1h(\'1v.I-1b-7O-23\').2z()},bR:C(){E 1v=$(\'<1v>\').2g(\'I-1b-23 I-1b-4j-23\').B(q.1H.1a(\'jf\'));1v.on(\'2z\',$.1d(q.1b.4j,q));q.$8w.1E(1v)},je:C(2M){F q.1b.c1(2M,\'82\')},c0:C(2M){F q.1b.c1(2M,\'7O\')},c1:C(2M,3E){E 1v=$(\'<1v>\').2g(\'I-1b-23\').2g(\'I-1b-\'+3E+\'-23\').B(2M);q.$8w.1E(1v);F 1v},jg:C(){E 4i=q.$8w.1h(\'1v\');E bW=4i.12;if(bW===0)F;4i.1O(\'2J\',(6O/bW)+\'%\')},2f:C(){q.1b.iH();q.$4C=$(\'<1j id="I-1b-2P"/>\').3s();q.$1b=$(\'<1j id="I-1b" 9C="oG" 4O-oF="I-1b-75" />\');q.$8q=$(\'<75 id="I-1b-75"/>\');q.$8t=$(\'<1v 1m="1v" id="I-1b-4j" 6G="1" 4O-2M="oN" />\').B(\'&oM;\');q.$bo=$(\'<1j id="I-1b-3f" />\');q.$8w=$(\'<cc />\');q.$1b.1E(q.$8q);q.$1b.1E(q.$8t);q.$1b.1E(q.$bo);q.$1b.1E(q.$8w);q.$4C.1E(q.$1b);q.$4C.bl(1k.3f)},iH:C(){q.$81=$(\'<1j id="I-1b-oB">\').3s();$(\'3f\').6C(q.$81)},iG:C(){q.$8t.on(\'2z.I-1b\',$.1d(q.1b.4j,q));$(1k).on(\'2s.I-1b\',$.1d(q.1b.9t,q));q.$T.on(\'2s.I-1b\',$.1d(q.1b.9t,q));q.$4C.on(\'2z.I-1b\',$.1d(q.1b.4j,q))},iF:C(){q.$8t.3d(\'2z.I-1b\');$(1k).3d(\'2s.I-1b\');q.$T.3d(\'2s.I-1b\');q.$4C.3d(\'2z.I-1b\');$(3p).3d(\'4R.I-1b\')},9t:C(e){if(e.7w!=q.3r.bG)F;q.1b.4j(N)},4j:C(e){if(e){if(!$(e.1Q).3u(\'I-1b-4j-23\')&&e.1Q!=q.$8t[0]&&e.1Q!=q.$4C[0]){F}e.2t()}if(!q.$4C)F;q.1b.iF();q.L.b8();q.$81.1t();q.$4C.jW(\'oq\',$.1d(C(){q.$4C.1t();3w($.1d(q.L.bh,q),0);if(e!==1z)q.K.3e();$(1k.3f).1O(\'bn\',q.1b.op);q.1W.2r(\'om\',q.1b.6m)},q))}}},1R:C(){F{2K:C(){if(1s q.G.iz!="1z")F;if(q.L.1P(\'2G\')){E 3q=q;q.$T.1h(\'2F, 1e\').on(\'ba\',C(){3q.$T.1c(\'5j\',N);$(q).1c(\'5j\',1q)}).on(\'b4\',C(){3q.$T.1c(\'5j\',1q);$(q).1L(\'5j\')})}q.1R.bK();q.1R.5A()},1A:C(e,2h){q.1R.4i(e,2h);q.1R.7H()},cD:C($el,$1B){if(1s $1B==\'1z\'){E $1B=$(q.K.3x())}F $1B.is($el)||$1B.eG($el).12>0},7H:C(){E $1B=$(q.K.3x());$.1u(q.G.1R.7H,$.1d(C(1l,1F){E 1R=1F.1R,2m=1R.2m,$2w=1F.2w,cM=1s 1R[\'in\']!=\'1z\'?1R[\'in\']:N,cL=1s 1R[\'2k\']!=\'1z\'?1R[\'2k\']:N;if($1B.2o(2m).8b()>0){q.1R.cT($2w,cM,cL)}O{q.1R.cT($2w,cL,cM)}},q))},cT:C($2w,8D,b6){if(b6&&1s b6[\'1c\']!=\'1z\'){q.1R.cV($2w,b6.1c,1q)}if(1s 8D[\'1c\']!=\'1z\'){q.1R.cV($2w,8D.1c)}if(1s 8D[\'1J\']!=\'1z\'){$2w.1g(8D[\'1J\'])}},cV:C($2w,iD,cR){$.1u(iD,C(1l,1F){if(1l==\'1G\'){if(!cR){$2w.2g(1F)}O{$2w.2W(1F)}}O{if(!cR){$2w.1c(1l,1F)}O{$2w.1L(1l)}}})},cN:C($2w,2h,2U){if(1s 2U.1R=="1z")F;2U.2w=$2w;q.G.1R.7H.2N(2U)},4i:C(e,2h){E 1B=q.K.3x();E 1r=q.K.6l();if(e!==N){q.1v.cP()}O{q.1v.cP(2h)}if(e===N&&2h!==\'B\'){if($.3t(2h,q.G.aN)!=-1)q.1v.ow(2h);F}$.1u(q.G.cj,$.1d(C(1l,1F){E bd=$(1r).2o(1l,q.$T[0]);E cn=$(1B).2o(1l,q.$T[0]);if(bd.12!==0&&!q.L.4H(bd))F;if(!q.L.4H(cn))F;if(bd.12!==0||cn.2o(1l,q.$T[0]).12!==0){q.1v.8j(1F)}},q));E $1r=$(1r).2o(q.G.9y.4o().3g(),q.$T[0]);if(q.L.4H(1r)&&$1r.12){E 5f=($1r.1O(\'1g-5f\')===\'\')?\'2c\':$1r.1O(\'1g-5f\');q.1v.8j(\'5f\'+5f)}},p9:C(Y,2h){q.G.aN.2N(2h);q.G.cj[Y]=2h},bK:C(){q.$T.1h(\'1M\').1u($.1d(C(i,1M){E $1M=$(1M);$1M.2o(\'a\',q.$T[0]).on(\'2z\',C(e){e.2t()});if(q.L.1P(\'2G\'))$1M.1c(\'pa\',\'on\');q.M.iV($1M)},q));$(1k).on(\'2z.I-M-82.\'+q.2H,$.1d(C(e){q.1R.M=N;if(e.1Q.1o==\'ab\'&&q.L.4H(e.1Q)){q.1R.M=(q.1R.M&&q.1R.M==e.1Q)?N:e.1Q}},q))},5A:C(){if(!q.G.iW)F;q.$T.1h(\'a\').on(\'5B.I.\'+q.2H+\' 2z.I.\'+q.2H,$.1d(q.1R.iX,q));q.$T.on(\'5B.I.\'+q.2H+\' 2z.I.\'+q.2H,$.1d(q.1R.cp,q));$(1k).on(\'5B.I.\'+q.2H+\' 2z.I.\'+q.2H,$.1d(q.1R.cp,q))},iT:C($V){F $V.2v()},iX:C(e){E $el=$(e.1Q);if($el[0].1o==\'ab\')F;if($el[0].1o!==\'A\')$el=$el.2o(\'a\',q.$T[0]);if($el[0].1o!==\'A\')F;E $V=$el;E 3y=q.1R.iT($V);E 3m=$(\'<1i 1G="I-V-3m"></1i>\');E 2l=$V.1c(\'2l\');if(2l===1z){2l=\'\'}if(2l.12>24)2l=2l.ac(0,24)+\'...\';E iN=$(\'<a 2l="\'+$V.1c(\'2l\')+\'" 1Q="7J" />\').B(2l).2g(\'I-V-3m-7O\');E iP=$(\'<a 2l="#" />\').B(q.1H.1a(\'7F\')).on(\'2z\',$.1d(q.V.2R,q)).2g(\'I-V-3m-7O\');E iQ=$(\'<a 2l="#" />\').B(q.1H.1a(\'6J\')).on(\'2z\',$.1d(q.V.6J,q)).2g(\'I-V-3m-7O\');3m.1E(iN).1E(\' | \').1E(iP).1E(\' | \').1E(iQ);3m.1O({2V:(3y.2V+5H($V.1O(\'3L-3l\'),10))+\'px\',2c:3y.2c+\'px\'});$(\'.I-V-3m\').1t();$(\'3f\').1E(3m)},cp:C(e){e=e.7L||e;E 1Q=e.1Q;E $1r=$(1Q).2o(\'a\',q.$T[0]);if($1r.12!==0&&$1r[0].1o===\'A\'&&1Q.1o!==\'A\'){F}O if((1Q.1o===\'A\'&&q.L.4H(1Q))||$(1Q).3u(\'I-V-3m-7O\')){F}$(\'.I-V-3m\').1t()}}},2X:C(){F{2K:C(B){if(q.G.1K)F B;if(B===\'\'||B===\'<p></p>\')F q.G.5V;B=B+"\\n";q.2X.9U=[];q.2X.z=0;B=B.J(/(<br\\s?\\/?>){1,}\\n?<\\/29>/gi,\'</29>\');B=q.2X.iR(B);B=q.2X.jp(B);B=q.2X.k1(B);B=q.2X.k0(B);B=q.2X.9e(B);B=q.2X.jq(B);B=B.J(2a 2n(\'<br\\\\s?/?>\\n?<(\'+q.G.co.31(\'|\')+\')(.*?[^>])>\',\'gi\'),\'<p><br /></p>\\n<$1$2>\');F $.3h(B)},iR:C(B){E $1j=$(\'<1j />\').1E(B);$1j.1h(\'29 p\').2x(C(){F $(q).1E(\'<br />\').25()});B=$1j.B();$1j.1h(q.G.co.31(\', \')).1u($.1d(C(i,s){q.2X.z++;q.2X.9U[q.2X.z]=s.7P;B=B.J(s.7P,\'\\n{J\'+q.2X.z+\'}\')},q));F B},jp:C(B){E cA=B.1V(/<!--([\\w\\W]*?)-->/gi);if(!cA)F B;$.1u(cA,$.1d(C(i,s){q.2X.z++;q.2X.9U[q.2X.z]=s;B=B.J(s,\'\\n{J\'+q.2X.z+\'}\')},q));F B},jq:C(B){$.1u(q.2X.9U,C(i,s){s=(1s s!==\'1z\')?s.J(/\\$/g,\'$\'):s;B=B.J(\'{J\'+i+\'}\',s)});F B},k0:C(B){E 4I=B.4A(2a 2n(\'\\n\',\'g\'),-1);B=\'\';if(4I){E 2q=4I.12;2D(E i=0;i<2q;i++){if(!4I.q9(i))F;if(4I[i].3J(\'{J\')==-1){4I[i]=4I[i].J(/<p>\\n\\t?<\\/p>/gi,\'\');4I[i]=4I[i].J(/<p><\\/p>/gi,\'\');if(4I[i]!==\'\'){B+=\'<p>\'+4I[i].J(/^\\n+|\\n+$/g,"")+"</p>"}}O B+=4I[i]}}F B},k1:C(B){B=B.J(/<br \\/>\\s*<br \\/>/gi,"\\n\\n");B=B.J(/<br\\s?\\/?>\\n?<br\\s?\\/?>/gi,"\\n<br /><br />");B=B.J(2a 2n("\\r\\n",\'g\'),"\\n");B=B.J(2a 2n("\\r",\'g\'),"\\n");B=B.J(2a 2n("/\\n\\n+/"),\'g\',"\\n\\n");F B},9e:C(B){B=B.J(2a 2n(\'</29></p>\',\'gi\'),\'</29>\');B=B.J(2a 2n(\'<p></29>\',\'gi\'),\'</29>\');B=B.J(2a 2n(\'<p><29>\',\'gi\'),\'<29>\');B=B.J(2a 2n(\'<29></p>\',\'gi\'),\'<29>\');B=B.J(2a 2n(\'<p><p \',\'gi\'),\'<p \');B=B.J(2a 2n(\'<p><p>\',\'gi\'),\'<p>\');B=B.J(2a 2n(\'</p></p>\',\'gi\'),\'</p>\');B=B.J(2a 2n(\'<p>\\\\s?</p>\',\'gi\'),\'\');B=B.J(2a 2n("\\n</p>",\'gi\'),\'</p>\');B=B.J(2a 2n(\'<p>\\t?\\t?\\n?<p>\',\'gi\'),\'<p>\');B=B.J(2a 2n(\'<p>\\t*</p>\',\'gi\'),\'\');F B}}},5o:C(){F{3Q:C(e){if(!q.G.k2){3w($.1d(q.1e.1T,q),1);F}q.7T=1q;q.28.1U();q.K.3o();q.L.9x();q.5o.jY();$(3p).on(\'5N.I-k3\',$.1d(C(){$(3p).3S(q.bb)},q));3w($.1d(C(){E B=q.$5h.B();q.$5h.1t();q.K.3e();q.L.bh();q.5o.1Y(B);$(3p).3d(\'5N.I-k3\');if(q.2A.a1()){q.2A.3a()}},q),1)},jY:C(){q.$5h=$(\'<1j>\').B(\'\').1c(\'5j\',\'1q\').1O({4g:\'7G\',2J:0,2V:0,2c:\'-qk\'});if(q.L.1P(\'2G\')){q.$2P.1E(q.$5h)}O{E $ce=$(\'.1b-3f:aG\');if($ce.12>0){$ce.1E(q.$5h)}O{$(\'3f\').1E(q.$5h)}}q.$5h.1a(0).2p()},1Y:C(B){B=q.1W.2r(\'qn\',B);B=(q.L.9u())?q.1x.8G(B,N):q.1x.8G(B);B=q.1W.2r(\'5o\',B);if(q.L.9u()){q.1Y.1U(B,N)}O{q.1Y.B(B,N)}q.L.9z();q.7T=N;3w($.1d(q.1x.4r,q),10);3w($.1d(C(){E jV=q.$T.1h(\'1i\');$.1u(jV,C(i,s){E B=s.3v.J(/\\6c/,\'\');if(B===\'\'&&s.4z.12===0)$(s).1t()})},q),10)}}},3i:C(){F{aT:C(){if(!q.3i.is())F;q.$T.1c(\'3i\',q.$2m.1c(\'3i\'));q.3i.3j();q.$T.on(\'1D.I-3i\',$.1d(q.3i.3j,q))},3j:C(){3w($.1d(C(){E 1C=q.L.3z(q.$T.B(),N)?\'2g\':\'2W\';q.$T[1C](\'I-3i\')},q),5)},1t:C(){q.$T.2W(\'I-3i\')},is:C(){if(q.G.3i){F q.$2m.1c(\'3i\',q.G.3i)}O{F!(1s q.$2m.1c(\'3i\')==\'1z\'||q.$2m.1c(\'3i\')===\'\')}}}},5F:C(){F{2R:C(){$(1k.3f).1E($(\'<1j id="I-5F"><1i></1i></1j>\'));$(\'#I-5F\').qg()},3s:C(){$(\'#I-5F\').jW(qq,C(){$(q).1t()})}}},K:C(){F{1a:C(){q.2T=1k.4K();if(1k.4K&&q.2T.67&&q.2T.7y){q.14=q.2T.67(0)}O{q.14=1k.8O()}},4f:C(){4U{q.2T.8R()}56(e){}q.2T.4f(q.14)},3x:C(){E el=N;q.K.1a();if(q.2T&&q.2T.7y>0){el=q.2T.67(0).k7}F q.L.4H(el)},6l:C(53){53=53||q.K.3x();if(53){F q.L.4H($(53).1r()[0])}F N},k4:C(){F 3p.4K().k5.qz},qB:C(){F 3p.4K().k5.qE},49:C(R){R=R||q.K.3x();55(R){if(q.L.7f(R.1o)){F($(R).3u(\'I-T\'))?N:R}R=R.qu}F N},c9:C(22,2e){q.K.1a();if(q.14&&q.14.4X){F N}E 6b=[];22=(1s 22==\'1z\'||22===N)?q.K.6w():22;E 4M=q.G.4M;4M.2N(\'1i\');if(1s 2e!==\'1z\'){2D(E i=0;i<2e.12;i++){4M.2N(2e[i])}}$.1u(22,$.1d(C(i,R){if($.3t(R.1o.3g(),4M)!=-1){6b.2N(R)}},q));F(6b.12===0)?N:6b},ke:C(2e){q.K.1a();if(q.14&&q.14.4X){F N}E 6b=[];E 22=q.K.6w();$.1u(22,$.1d(C(i,R){if($.3t(R.1o.3g(),2e)!=-1){6b.2N(R)}},q));F(6b.12===0)?N:6b},44:C(22){q.K.1a();if(q.14&&q.14.4X){F[q.K.49()]}E 21=[];22=(1s 22==\'1z\')?q.K.6w():22;$.1u(22,$.1d(C(i,R){if(q.L.6X(R)){21.2N(R)}},q));F(21.12===0)?[q.K.49()]:21},kc:C(){F q.K.qZ},6w:C(){q.K.1a();E 7E=q.K.ef(1);E 94=q.K.ef(2);if(q.14.4X===N){if(3p.4K){E 2T=3p.4K();if(2T.7y>0){E 14=2T.67(0);E k6=14.k7,bZ=14.bZ;E 7B=14.84();7B.42(N);7B.3P(94);7B.2O(k6,bZ);7B.42(1q);7B.3P(7E);14.7z(7E);14.k9(94);2T.8R();2T.4f(14)}}}O{q.K.jR(q.14,7E,1q);94=7E}E 22=[];E 9k=0;E 3q=q;q.$T.1h(\'*\').1u(C(){if(q==7E){E 1r=$(q).1r();if(1r.12!==0&&1r[0].1o!=\'ed\'&&3q.L.4H(1r[0])){22.2N(1r[0])}22.2N(q);9k=1}O{if(9k>0){22.2N(q);9k=9k+1}}if(q==94){F N}});E eb=[];E 2q=22.12;2D(E i=0;i<2q;i++){if(22[i].id!=\'22-2u-1\'&&22[i].id!=\'22-2u-2\'){eb.2N(22[i])}}q.K.jQ();F eb},ef:C(6i){F $(\'<1i id="22-2u-\'+6i+\'" 1G="I-22-2u" 1f-3M="I">\'+q.G.5Z+\'</1i>\')[0]},jR:C(14,R,1m){E 14=14.84();4U{14.42(1m);14.3P(R)}56(e){}},jQ:C(){$(1k).1h(\'1i.I-22-2u\').1t();q.$T.1h(\'1i.I-22-2u\').1t()},qK:C(2b,2j){q.1S.aH(2b,2j)},6e:C(Y){q.K.1a();if(q.14.4X)F N;E 4N=1k.3B(Y);4N.74(q.14.qU());q.14.3P(4N);F 4N},8L:C(R){if(q.L.1P(\'4b\')){R=R[0]||R;E 14=1k.8O();14.8H(R)}O{q.1S.1U(R,0,R,1)}},bH:C(){q.K.1a();q.14.8H(q.$T[0]);q.K.4f()},1t:C(){q.K.1a();q.2T.8R()},3o:C(){q.K.jC()},jC:C(){q.K.1a();E 6o=q.K.71(1);q.K.dU(q.14,6o,1q);if(q.14.4X===N){E 8V=q.K.71(2);q.K.dU(q.14,8V,N)}q.jE=q.$T.B()},71:C(6i){if(1s 6i==\'1z\')6i=1;F $(\'<1i id="K-2u-\'+6i+\'" 1G="I-K-2u" 1f-3M="I">\'+q.G.5Z+\'</1i>\')[0]},5e:C(6i){F q.L.6r(q.K.71(6i))},dU:C(14,R,1m){14=14.84();4U{14.42(1m);14.3P(R)}56(e){q.2p.2O()}},3e:C(){E 6o=q.$T.1h(\'1i#K-2u-1\');E 8V=q.$T.1h(\'1i#K-2u-2\');if(q.L.1P(\'4b\')){q.$T.2p()}if(6o.12!==0&&8V.12!==0){q.1S.1U(6o,0,8V,0)}O if(6o.12!==0){q.1S.1U(6o,0,6o,0)}O{q.$T.2p()}q.K.8U();q.jE=N},8U:C(){q.$T.1h(\'1i.I-K-2u\').1u(C(i,s){E 1g=$(s).1g().J(/\\6c/g,\'\');if(1g===\'\')$(s).1t();O $(s).2x(C(){F $(q).25()})})},cX:C(){q.K.1a();F q.2T.4o()},qr:C(){E B=\'\';q.K.1a();if(q.2T.7y){E dS=1k.3B(\'1j\');E 2q=q.2T.7y;2D(E i=0;i<2q;++i){dS.74(q.2T.67(i).qp())}B=dS.3v}F q.1x.aY(B)},jG:C(B){q.K.1a();q.14.57();E 1j=1k.3B("1j");1j.3v=B;E 4Q=1k.b0(),4v;55((4v=1j.aZ)){4Q.74(4v)}q.14.3P(4Q)},qX:C(B){B=q.K.5e(1)+B+q.K.5e(2);q.K.1a();if(3p.4K&&3p.4K().67){q.K.jG(B)}O if(1k.K&&1k.K.8O){q.14.jI(B)}q.K.3e();q.1e.1T()}}},6a:C(){F{3Q:C(e,1l){if(!q.G.6a){if((e.9l||e.6I)&&(1l===66||1l===73))e.2t();F N}$.1u(q.G.6a,$.1d(C(5b,4y){E 4S=5b.4A(\',\');E 2q=4S.12;2D(E i=0;i<2q;i++){if(1s 4S[i]===\'70\'){q.6a.7r(e,$.3h(4S[i]),$.1d(C(){E 1C;if(4y.1C.3J(/\\./)!=\'-1\'){1C=4y.1C.4A(\'.\');if(1s q[1C[0]]!=\'1z\'){q[1C[0]][1C[1]].8n(q,4y.6d)}}O{q[4y.1C].8n(q,4y.6d)}},q))}}},q))},7r:C(e,4S,iA){E iU={8:"lT",9:"5t",10:"F",13:"F",16:"6P",17:"4a",18:"7v",19:"lJ",20:"lK",27:"m2",32:"3b",33:"mp",34:"m7",35:"2j",36:"mc",37:"2c",38:"lF",39:"4t",40:"l4",45:"1Y",46:"4l",59:";",61:"=",96:"0",97:"1",98:"2",99:"3",6O:"4",l7:"5",lb:"6",le:"7",l6:"8",lf:"9",l2:"*",l3:"+",ly:"-",lx:".",lg:"/",lw:"f1",lz:"f2",lD:"f3",ll:"f4",lk:"f5",lh:"f6",lo:"f7",oj:"f8",nI:"f9",nG:"nE",nF:"nP",nL:"nM",nD:"nC",nu:"5N",ns:"-",nr:";",np:"=",nv:",",nB:"-",nA:".",nx:"/",ob:"`",d3:"[",oc:"\\\\",d8:"]",od:"\'"};E do={"`":"~","1":"!","2":"@","3":"#","4":"$","5":"%","6":"^","7":"&","8":"*","9":"(","0":")","-":"oh","=":"+",";":": ","\'":"\\"",",":"<",".":">","/":"?","\\\\":"|"};4S=4S.3g().4A(" ");E bt=iU[e.3r],9h=62.oe(e.7w).3g(),7u="",7l={};$.1u(["7v","4a","5c","6P"],C(51,bu){if(e[bu+\'o5\']&&bt!==bu){7u+=bu+\'+\'}});if(bt)7l[7u+bt]=1q;if(9h){7l[7u+9h]=1q;7l[7u+do[9h]]=1q;if(7u==="6P+"){7l[do[9h]]=1q}}2D(E i=0,2q=4S.12;i<2q;i++){if(7l[4S[i]]){e.2t();F iA.8n(q,iY)}}}}},2I:C(){F{1a:C(1e){if(!q.G.2I)F 1e;E ds=[\'iZ\',\'3f\',\'dG\',\'hr\',\'i?mG\',\'V\',\'5c\',\'mw\',\'1p\',\'3W\',\'3V\',\'dF\',\'dE\',\'dI\'];E dq=[\'li\',\'dt\',\'dt\',\'h[1-6]\',\'41\',\'3W\'];E 9L=[\'p\',\'29\',\'1j\',\'dl\',\'j1\',\'6k\',\'n4\',\'kh\',\'ol\',\'2F\',\'7a\',\'2Y\',\'6s\',\'6W\',\'3k\'];q.2I.kO=2a 2n(\'^<(/?\'+ds.31(\'|/?\')+\'|\'+dq.31(\'|\')+\')[ >]\');q.2I.eX=2a 2n(\'^<(br|/?\'+ds.31(\'|/?\')+\'|/\'+dq.31(\'|/\')+\')[ >]\');q.2I.9L=2a 2n(\'^</?(\'+9L.31(\'|\')+\')[ >]\');E i=0,bz=1e.12,3U=0,2b=4m,2j=4m,Y=\'\',2k=\'\',5g=\'\';q.2I.8o=0;2D(;i<bz;i++){3U=i;if(-1==1e.4w(i).4L(\'<\')){2k+=1e.4w(i);F q.2I.dB(2k)}55(3U<bz&&1e.6n(3U)!=\'<\'){3U++}if(i!=3U){5g=1e.4w(i,3U-i);if(!5g.1V(/^\\s{2,}$/g)){if(\'\\n\'==2k.6n(2k.12-1))2k+=q.2I.7g();O if(\'\\n\'==5g.6n(0)){2k+=\'\\n\'+q.2I.7g();5g=5g.J(/^\\s+/,\'\')}2k+=5g}if(5g.1V(/\\n/))2k+=\'\\n\'+q.2I.7g()}2b=3U;55(3U<bz&&\'>\'!=1e.6n(3U)){3U++}Y=1e.4w(2b,3U-2b);i=3U;E t;if(\'!--\'==Y.4w(1,3)){if(!Y.1V(/--$/)){55(\'-->\'!=1e.4w(3U,3)){3U++}3U+=2;Y=1e.4w(2b,3U-2b);i=3U}if(\'\\n\'!=2k.6n(2k.12-1))2k+=\'\\n\';2k+=q.2I.7g();2k+=Y+\'>\\n\'}O if(\'!\'==Y[1]){2k=q.2I.av(Y+\'>\',2k)}O if(\'?\'==Y[1]){2k+=Y+\'>\\n\'}O if(t=Y.1V(/^<(3W|1p|2F)/i)){t[1]=t[1].3g();Y=q.2I.dA(Y);2k=q.2I.av(Y,2k);2j=62(1e.4w(i+1)).3g().4L(\'</\'+t[1]);if(2j){5g=1e.4w(i+1,2j);i+=2j;2k+=5g}}O{Y=q.2I.dA(Y);2k=q.2I.av(Y,2k)}}F q.2I.dB(2k)},7g:C(){E s=\'\';2D(E j=0;j<q.2I.8o;j++){s+=\'\\t\'}F s},dB:C(1e){1e=1e.J(/\\n\\s*\\n/g,\'\\n\');1e=1e.J(/^[\\s\\n]*/,\'\');1e=1e.J(/[\\s\\n]*$/,\'\');1e=1e.J(/<3W(.*?)>\\n<\\/3W>/gi,\'<3W$1></3W>\');q.2I.8o=0;F 1e},dA:C(Y){E 8d=\'\';Y=Y.J(/\\n/g,\' \');Y=Y.J(/\\s{2,}/g,\' \');Y=Y.J(/^\\s+|\\s+$/g,\' \');E dz=\'\';if(Y.1V(/\\/$/)){dz=\'/\';Y=Y.J(/\\/+$/,\'\')}E m;55(m=/\\s*([^= ]+)(?:=(([\'"\']).*?\\3|[^ ]+))?/.5l(Y)){if(m[2])8d+=m[1].3g()+\'=\'+m[2];O if(m[1])8d+=m[1].3g();8d+=\' \';Y=Y.4w(m[0].12)}F 8d.J(/\\s*$/,\'\')+dz+\'>\'},av:C(Y,2k){E nl=Y.1V(q.2I.9L);if(Y.1V(q.2I.kO)||nl){2k=2k.J(/\\s*$/,\'\');2k+=\'\\n\'}if(nl&&\'/\'==Y.6n(1))q.2I.8o--;if(\'\\n\'==2k.6n(2k.12-1))2k+=q.2I.7g();if(nl&&\'/\'!=Y.6n(1))q.2I.8o++;2k+=Y;if(Y.1V(q.2I.eX)||Y.1V(q.2I.9L)){2k=2k.J(/ *$/,\'\')}F 2k}}},1I:C(){F{kU:C(){E 51=$.3t(\'1i\',q.G.3T);if(51!==-1){q.G.3T.9F(51,1)}if(q.G.4s)q.G.4c=N;if(q.G.52)q.G.1L=N;if(q.G.1K)F;E 2e=[\'p\',\'4d\'];if(q.G.4s)q.1I.kR(2e);if(q.G.4c)q.1I.kX(2e)},kR:C(2e){E 2q=2e.12;2D(E i=0;i<2q;i++){if($.3t(2e[i],q.G.4s)==-1){q.G.4s.2N(2e[i])}}},kX:C(2e){E 2q=2e.12;2D(E i=0;i<2q;i++){E 3y=$.3t(2e[i],q.G.4c);if(3y!=-1){q.G.4c.9F(3y,1)}}},2K:C(B,47){q.1I.2C={4c:q.G.4c,4s:q.G.4s,6v:q.G.6v,5w:q.G.5w,5x:q.G.5x,5s:q.G.5s,1L:q.G.1L,52:q.G.52,6U:q.G.6U,3T:q.G.3T};$.7h(q.1I.2C,47);B=q.1I.6v(B);q.1I.$1j=$(\'<1j />\').1E(B);q.1I.5w();q.1I.5x();q.1I.kT();q.1I.1L();q.1I.3T();q.1I.ji();q.1I.5s();q.1I.6U();B=q.1I.$1j.B();q.1I.$1j.1t();F B},6v:C(B){if(!q.1I.2C.6v)F B;F B.J(/<!--[\\s\\S]*?-->/gi,\'\')},5w:C(B){if(!q.1I.2C.5w)F B;E 2q=q.1I.2C.5w.12;E 5J=[],dw=[];2D(E i=0;i<2q;i++){dw.2N(q.1I.2C.5w[i][1]);5J.2N(q.1I.2C.5w[i][0])}$.1u(5J,$.1d(C(1l,1F){q.1I.$1j.1h(1F).2x(C(){F $("<"+dw[1l]+" />",{B:$(q).B()})})},q))},5x:C(){if(!q.1I.2C.5x)F;E 2q=q.1I.2C.5x.12;q.1I.$1j.1h(\'1i\').1u($.1d(C(n,s){E $el=$(s);E 1p=$el.1c(\'1p\');2D(E i=0;i<2q;i++){if(1p&&1p.1V(2a 2n(\'^\'+q.1I.2C.5x[i][0],\'i\'))){E 1o=q.1I.2C.5x[i][1];$el.2x(C(){E Y=1k.3B(1o);F $(Y).1E($(q).25())})}}},q))},kT:C(){if(!q.1I.2C.4c&&q.1I.2C.4s){q.1I.$1j.1h(\'*\').5O(q.1I.2C.4s.31(\',\')).1u(C(i,s){if(s.3v===\'\')$(s).1t();O $(s).25().48()})}if(q.1I.2C.4c){q.1I.$1j.1h(q.1I.2C.4c.31(\',\')).1u(C(i,s){if($(s).3u(\'I-3W-Y\')||$(s).3u(\'I-K-2u\'))F;if(s.3v===\'\')$(s).1t();O $(s).25().48()})}},1L:C(){E 2q;if(!q.1I.2C.1L&&q.1I.2C.52){E du=[],dv=[];2q=q.1I.2C.52.12;2D(E i=0;i<2q;i++){du.2N(q.1I.2C.52[i][0]);dv.2N(q.1I.2C.52[i][1])}q.1I.$1j.1h(\'*\').1u($.1d(C(n,s){E $el=$(s);E 3y=$.3t($el[0].1o.3g(),du);E 5v=q.1I.j5(3y,dv,$el);if(5v){$.1u(5v,C(z,f){$el.1L(f)})}},q))}if(q.1I.2C.1L){2q=q.1I.2C.1L.12;2D(E i=0;i<2q;i++){E 9I=q.1I.2C.1L[i][1];if($.bj(9I))9I=9I.31(\' \');q.1I.$1j.1h(q.1I.2C.1L[i][0]).1L(9I)}}},j5:C(3y,5z,$el){E 5v=[];if(3y==-1){$.1u($el[0].4z,C(i,2w){5v.2N(2w.1y)})}O if(5z[3y]==\'*\'){5v=[]}O{$.1u($el[0].4z,C(i,2w){if($.bj(5z[3y])){if($.3t(2w.1y,5z[3y])==-1){5v.2N(2w.1y)}}O if(5z[3y]!=2w.1y){5v.2N(2w.1y)}})}F 5v},ki:C(el,bx){bx=2a 2n(bx,"g");F el.1u(C(){E 3q=$(q);E 2q=q.4z.12-1;2D(E i=2q;i>=0;i--){E 2w=q.4z[i];if(2w&&2w.nk&&2w.1y.3J(bx)>=0){3q.1L(2w.1y)}}})},3T:C(){if(!q.1I.2C.3T)F;q.1I.$1j.1h(q.1I.2C.3T.31(\',\')).1u(C(){E $el=$(q);E 1g=$el.1g();1g=1g.J(/\\6c/g,\'\');1g=1g.J(/&5k;/gi,\'\');1g=1g.J(/\\s/g,\'\');if(1g===\'\'&&$el.3R().12===0){$el.1t()}})},ji:C(){q.1I.$1j.1h(\'li p\').25().48()},5s:C(){if(!q.1I.2C.5s)F;E 2e=q.1I.2C.5s;if($.bj(q.1I.2C.5s))2e=q.1I.2C.5s.31(\',\');q.1I.ki(q.1I.$1j.1h(2e),\'^(1f-)\')},6U:C(){if(!q.1I.2C.6U)F;q.1I.$1j.1h(q.1I.2C.6U.31(\',\')).1u(C(){if(q.4z.12===0){$(q).25().48()}})}}},1A:C(){F{3Q:C(){F{B:{1J:q.1H.1a(\'B\'),1C:\'1e.3j\'},30:{1J:q.1H.1a(\'30\'),1n:{p:{1J:q.1H.1a(\'iB\'),1C:\'Q.3a\'},29:{1J:q.1H.1a(\'dp\'),1C:\'Q.3a\'},2F:{1J:q.1H.1a(\'1e\'),1C:\'Q.3a\'},h1:{1J:q.1H.1a(\'iC\'),1C:\'Q.3a\'},h2:{1J:q.1H.1a(\'iL\'),1C:\'Q.3a\'},h3:{1J:q.1H.1a(\'iM\'),1C:\'Q.3a\'},h4:{1J:q.1H.1a(\'kd\'),1C:\'Q.3a\'},h5:{1J:q.1H.1a(\'jt\'),1C:\'Q.3a\'}}},4n:{1J:q.1H.1a(\'4n\'),1C:\'26.3a\'},4h:{1J:q.1H.1a(\'4h\'),1C:\'26.3a\'},5S:{1J:q.1H.1a(\'5S\'),1C:\'26.3a\'},5r:{1J:q.1H.1a(\'5r\'),1C:\'26.3a\'},5q:{1J:\'&lU; \'+q.1H.1a(\'5q\'),1C:\'2d.3j\'},5u:{1J:\'1. \'+q.1H.1a(\'5u\'),1C:\'2d.3j\'},7n:{1J:\'< \'+q.1H.1a(\'7n\'),1C:\'3A.9v\'},3A:{1J:\'> \'+q.1H.1a(\'3A\'),1C:\'3A.9Y\'},M:{1J:q.1H.1a(\'M\'),1C:\'M.2R\'},1Z:{1J:q.1H.1a(\'1Z\'),1C:\'1Z.2R\'},V:{1J:q.1H.1a(\'V\'),1n:{V:{1J:q.1H.1a(\'b2\'),1C:\'V.2R\',1R:{2m:\'a\',in:{1J:q.1H.1a(\'e6\'),},2k:{1J:q.1H.1a(\'b2\')}}},6J:{1J:q.1H.1a(\'6J\'),1C:\'V.6J\',1R:{2m:\'a\',2k:{1c:{\'1G\':\'I-1n-V-e3\',\'4O-7p\':1q}}}}}},2Z:{1J:q.1H.1a(\'2Z\'),1n:{2c:{1J:q.1H.1a(\'jO\'),1C:\'2Z.2c\'},5m:{1J:q.1H.1a(\'jJ\'),1C:\'2Z.5m\'},4t:{1J:q.1H.1a(\'jH\'),1C:\'2Z.4t\'},9B:{1J:q.1H.1a(\'jF\'),1C:\'2Z.9B\'}}},aO:{1J:q.1H.1a(\'aO\'),1C:\'3L.1Y\'}}},2f:C(){q.1A.jw();q.1A.jx();q.1A.js();if(q.G.4i.12===0)F;q.$1A=q.1A.jL();q.1A.jv();q.1A.1E();q.1A.jP();q.1A.jN();q.1A.jM();if(q.G.aN){q.$T.on(\'jK.I 2s.I 2p.I\',$.1d(q.1R.1A,q))}},jL:C(){F $(\'<3k>\').2g(\'I-1A\').1c({\'id\':\'I-1A-\'+q.2H,\'9C\':\'1A\'})},jP:C(){$.1u(q.G.1A.30.1n,$.1d(C(i,s){if($.3t(i,q.G.30)==-1)82 q.G.1A.30.1n[i]},q))},jN:C(){$.1u(q.G.4i,$.1d(C(i,2h){if(!q.G.1A[2h])F;if(2h===\'1Z\'){if(q.G.7N===N)F;O if(!q.G.7N&&q.G.86===N)F}if(2h===\'M\'){if(q.G.7R===N)F;O if(!q.G.7R&&q.G.86===N)F}E 2U=q.G.1A[2h];q.$1A.1E($(\'<li>\').1E(q.1v.2f(2h,2U)))},q))},1E:C(){if(q.G.aI){q.$1A.2g(\'I-1A-qD\');$(q.G.aI).B(q.$1A)}O{q.$2P.6C(q.$1A)}},jM:C(){if(!q.L.7K())F;if(q.G.aI)F;if(!q.G.jD)F;q.1A.ea();$(q.G.6F).on(\'5N.I.\'+q.2H,$.1d(q.1A.ea,q))},jv:C(){if(q.L.6Y()&&q.G.jr){q.$1A.2g(\'I-1A-bn\')}},js:C(){if(q.G.4D)F;E 51=q.G.4i.4L(\'B\');if(51!==-1){q.G.4i.9F(51,1)}},jw:C(){if(q.G.dQ.12===0)F;$.1u(q.G.dQ,$.1d(C(i,s){E 51=q.G.4i.4L(s);q.G.4i.9F(51,1)},q))},jx:C(){if(!q.L.6Y()||q.G.e8.12===0)F;$.1u(q.G.e8,$.1d(C(i,s){E 51=q.G.4i.4L(s);q.G.4i.9F(51,1)},q))},ea:C(){E 3S=$(q.G.6F).3S();E 6M=1;if(q.G.6F===1k){6M=q.$2P.2v().2V}if((3S+q.G.6L)>6M){q.1A.jB(3S,6M)}O{q.1A.jA()}},jB:C(3S,6M){E 2V=q.G.6L+3S-6M;E 2c=0;E 2j=6M+q.$2P.3l()-32;E 2J=q.$2P.7D();q.$1A.2g(\'1A-7G-2P\');q.$1A.1O({4g:\'9E\',2J:2J,2V:2V+\'px\',2c:2c});if(3S>2j)$(\'.I-1n-\'+q.2H+\':aG\').3s();q.1A.jz();q.$1A.1O(\'jy\',(3S<2j)?\'aG\':\'i2\')},jA:C(){q.$1A.1O({4g:\'qQ\',2J:\'aF\',2V:0,2c:0,jy:\'aG\'});q.1A.ka();q.$1A.2W(\'1A-7G-2P\')},jz:C(){E 2V=q.$1A.68()+q.G.6L;E 4g=\'7G\';if(q.G.6F!==1k){2V=(q.$1A.68()+q.$1A.2v().2V)+q.G.6L;4g=\'9E\'}$(\'.I-1n-\'+q.2H).1u(C(){$(q).1O({4g:4g,2V:2V+\'px\'})})},ka:C(){E 2V=(q.$1A.68()+q.$1A.2v().2V);$(\'.I-1n-\'+q.2H).1u(C(){$(q).1O({4g:\'9E\',2V:2V+\'px\'})})}}},1w:C(){F{3Q:C(id,2i,2B){q.1w.4W=N;q.1w.2B=2B;q.1w.2i=2i;q.1w.$el=$(id);q.1w.$4e=$(\'<1j id="I-4e" />\');q.1w.$bY=$(\'<1j id="I-4e-3i" />\').1g(q.1H.1a(\'k8\'));q.1w.$3G=$(\'<3G 1m="1Z" 1y="1Z" />\');q.1w.$bY.1E(q.1w.$3G);q.1w.$4e.1E(q.1w.$bY);q.1w.$el.1E(q.1w.$4e);q.1w.$4e.3d(\'I.1w\');q.1w.$3G.3d(\'I.1w\');q.1w.$4e.on(\'kb.I.1w\',$.1d(q.1w.a7,q));q.1w.$4e.on(\'qS.I.1w\',$.1d(q.1w.iS,q));q.1w.$3G.on(\'kg.I.1w\',$.1d(C(e){e=e.7L||e;q.1w.aX(q.1w.$3G[0].5R[0],e)},q));q.1w.$4e.on(\'4Z.I.1w\',$.1d(C(e){e.2t();q.1w.$4e.2W(\'7U-cu\').2g(\'7U-4Z\');q.1w.aJ(e)},q))},kf:C(1Z,e){q.1w.4W=1q;q.1w.aX(1Z,e)},aJ:C(e){e=e.7L||e;E 5R=e.aU.5R;q.1w.aX(5R[0],e)},aX:C(1Z,e){if(q.G.86){q.1w.cG(1Z);q.1w.iE(1Z);F}E 4u=!!3p.aR?2a aR():4m;if(3p.aR){q.1w.cG(1Z);E 1y=(q.1w.1m==\'M\')?q.G.jU:q.G.jS;4u.1E(1y,1Z)}q.5F.2R();q.1W.2r(\'qc\',e,4u);q.1w.jZ(4u,e)},cG:C(1Z){q.1w.jT(1Z);if(q.1w.4W){q.1w.2i=(q.1w.1m==\'M\')?q.G.7R:q.G.7N;q.1w.2B=(q.1w.1m==\'M\')?q.M.1Y:q.1Z.1Y}},jT:C(1Z){q.1w.1m=\'M\';if(q.G.jX.4L(1Z.1m)==-1){q.1w.1m=\'1Z\'}},6A:C(7X,fd){if(7X===N||1s 7X!==\'43\')F fd;$.1u(7X,$.1d(C(k,v){if(v!==4m&&v.4o().4L(\'#\')===0)v=$(v).2L();fd.1E(k,v)},q));F fd},jZ:C(4u,e){if(q.1w.1m==\'M\'){4u=q.1w.6A(q.G.oY,4u);4u=q.1w.6A(q.1w.bk,4u)}O{4u=q.1w.6A(q.G.oX,4u);4u=q.1w.6A(q.1w.by,4u)}E 2Q=2a an();2Q.9T(\'oZ\',q.1w.2i);2Q.dY("X-p0-p1","an");2Q.jh=$.1d(C(){if(2Q.cS==4){E 1f=2Q.j0;1f=1f.J(/^\\[/,\'\');1f=1f.J(/\\]$/,\'\');E 2S;4U{2S=(1s 1f===\'70\'?$.iO(1f):1f)}56(pb){2S={6N:1q}}q.5F.3s();if(!q.1w.4W){q.1w.$4e.2W(\'7U-4Z\')}q.1w.2B(2S,q.1w.4W,e)}},q);2Q.ee(4u)},a7:C(e){e.2t();q.1w.$4e.2g(\'7U-cu\')},iS:C(e){e.2t();q.1w.$4e.2W(\'7U-cu\')},pe:C(){q.1w.bk={}},p7:C(1y,1F){q.1w.bk[1y]=1F},oO:C(1y){82 q.1w.bk[1y]},ox:C(){q.1w.by={}},oz:C(1y,1F){q.1w.by[1y]=1F},ot:C(1y){82 q.1w.by[1y]},iE:C(1Z){q.1w.iJ(1Z,$.1d(C(iK){q.1w.j7(1Z,iK)},q))},iJ:C(1Z,2B){E 2Q=2a an();E 85=(q.G.86.3J(/\\?/)!==\'-1\')?\'?\':\'&\';2Q.9T(\'os\',q.G.86+85+\'1y=\'+1Z.1y+\'&1m=\'+1Z.1m,1q);if(2Q.iI)2Q.iI(\'1g/oK; oL=x-oC-oE\');E jc=q;2Q.jh=C(e){if(q.cS==4&&q.cb==aE){jc.5F.2R();2B(j2(q.j0))}O if(q.cS==4&&q.cb!=aE){}};2Q.ee()},j8:C(9V,2i){E 2Q=2a an();if("pO"in 2Q){2Q.9T(9V,2i,1q)}O if(1s j9!="1z"){2Q=2a j9();2Q.9T(9V,2i)}O{2Q=4m}F 2Q},j7:C(1Z,2i){E 2Q=q.1w.j8(\'pW\',2i);if(!2Q){}O{2Q.pX=$.1d(C(){if(2Q.cb==aE){q.5F.3s();E aA=2i.4A(\'?\');if(!aA[0]){F N}if(!q.1w.4W){q.1w.$4e.2W(\'7U-4Z\')}E 2S={9D:aA[0]};if(q.1w.1m==\'1Z\'){E 2E=aA[0].4A(\'/\');2S.6f=2E[2E.12-1]}q.1w.2B(2S,q.1w.4W,N)}O{}},q);2Q.q5=C(){};2Q.1w.q6=C(e){};2Q.dY(\'q8-q4\',1Z.1m);2Q.dY(\'x-pZ-pJ\',\'pp-pm\');2Q.ee(1Z)}}}},L:C(){F{6Y:C(){F/(kj|kH|ky|kA)/.ai(ah.ao)},7K:C(){F!/(kj|kH|pl|ky|kA)/.ai(ah.ao)},pF:C(7X){F kD.5n.4o.64(7X)==\'[43 62]\'},3z:C(B,kM){B=B.J(/[\\6c-\\pG\\pH]/g,\'\');B=B.J(/&5k;/gi,\'\');B=B.J(/<\\/?br\\s?\\/?>/g,\'\');B=B.J(/\\s/g,\'\');B=B.J(/^<p>[^\\W\\w\\D\\d]*?<\\/p>$/i,\'\');B=B.J(/<4J(.*?[^>])>$/i,\'4J\');B=B.J(/<4D(.*?[^>])>$/i,\'4D\');if(kM!==N){B=B.J(/<[^\\/>][^>]*><\\/[^>]+>/gi,\'\');B=B.J(/<[^\\/>][^>]*><\\/[^>]+>/gi,\'\')}B=$.3h(B);F B===\'\'},cY:C(5b){if(1s(5b)===\'1z\')F 0;F 5H(5b.J(\'px\',\'\'),10)},pz:C(6y){if(1s 6y==\'1z\')F;if(6y.3J(/^#/)==-1)F 6y;E kr=/^#?([a-f\\d])([a-f\\d])([a-f\\d])$/i;6y=6y.J(kr,C(m,r,g,b){F r+r+g+g+b+b});E bJ=/^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.5l(6y);F\'pA(\'+5H(bJ[1],16)+\', \'+5H(bJ[2],16)+\', \'+5H(bJ[3],16)+\')\'},6r:C(el){F $(\'<1j>\').1E($(el).eq(0).9K()).B()},aS:C(el){if($.3t(el.1o,q.G.9y)!==-1){F $(el)}O{F $(el).2o(q.G.9y.4o().3g(),q.$T[0])}},5C:C(el,1c){E $el=$(el);if(1s $el.1c(1c)==\'1z\'){F 1q}if($el.1c(1c)===\'\'){$el.1L(1c);F 1q}F N},3T:C(i,s){E $s=$($.dH(s));$s.1h(\'.I-7m-3b\').1L(\'1p\').1L(\'1G\');if($s.1h(\'hr, br, 1M, 4J, 4D\').12!==0)F;E 1g=$.3h($s.1g());if(q.L.3z(1g,N)){$s.1t()}},9x:C(){q.eO=q.$T.3S();q.bb=$(3p).3S();if(q.G.9w)q.fi=$(q.G.9w).3S()},bh:C(){if(1s q.9x===\'1z\'&&1s q.bb===\'1z\')F;$(3p).3S(q.bb);q.$T.3S(q.eO);if(q.G.9w)$(q.G.9w).3S(q.fi)},ad:C(){E 3b=1k.3B(\'1i\');3b.3E=\'I-7m-3b\';3b.3v=q.G.5Z;F 3b},4V:C(R){E 2e=q.G.4M;2e.2N(\'1i\');if(R.1o==\'9J\')2e.2N(\'a\');$(R).1h(2e.31(\',\')).5O(\'1i.I-K-2u\').25().48()},5T:C(R,4V){E 3q=q;$(R).2x(C(){if(4V===1q)3q.L.4V(q);F $(q).25()});F $(R)},4x:C(R,Y,4V){E 5J;E 3q=q;$(R).2x(C(){5J=$(\'<\'+Y+\' />\').1E($(q).25());2D(E i=0;i<q.4z.12;i++){5J.1c(q.4z[i].1y,q.4z[i].1F)}if(4V===1q)3q.L.4V(5J);F 5J});F 5J},iy:C(){E Q=q.K.49();if(!Q)F N;E 2v=q.1S.9G(Q);F(2v===0)?1q:N},6B:C(2m){if(1s 2m==\'1z\'){E 2m=q.K.49();if(!2m)F N}E 2v=q.1S.9G(2m);E 1g=$.3h($(2m).1g()).J(/\\n\\r\\n/g,\'\');F(2v==1g.12)?1q:N},q0:C(){E 2v=q.1S.9G(q.$T[0]);F(2v===0)?1q:N},e2:C(){E Q=q.$T[0];E 2v=q.1S.9G(Q);E 1g=$.3h($(Q).B().J(/(<([^>]+)>)/gi,\'\'));F(2v==1g.12)?1q:N},6X:C(Q){Q=Q[0]||Q;F Q&&q.L.7f(Q.1o)},7f:C(Y){if(1s Y==\'1z\')F N;F q.fk.ai(Y)},9P:C(1B,Y){E 2m=$(1B).2o(Y,q.$T[0]);if(2m.12==1){F 2m[0]}F N},9u:C(){F q.bH},ex:C(){q.bH=1q},9z:C(){q.bH=N},4H:C(el){if(!el){F N}if($(el).eG(\'.I-T\').12===0||$(el).3u(\'I-T\')){F N}F el},ix:C(){F q.L.4Y([\'cJ\',\'cs\',\'c8\',\'c3\',\'c6\',\'bM\'])},4Y:C(1o){E 1r=q.K.6l();E 1B=q.K.3x();if($.bj(1o)){E cU=0;$.1u(1o,$.1d(C(i,s){if(q.L.cQ(1B,1r,s)){cU++}},q));F(cU===0)?N:1q}O{F q.L.cQ(1B,1r,1o)}},cQ:C(1B,1r,1o){1o=1o.p8();F 1r&&1r.1o===1o?1r:1B&&1B.1o===1o?1B:N},p5:C(){F(q.L.1P(\'2G\')&&5H(q.L.1P(\'au\'),10)<9)?1q:N},pd:C(){F(q.L.1P(\'2G\')&&5H(q.L.1P(\'au\'),10)<10)?1q:N},hc:C(){F!!ah.ao.1V(/p3\\/7\\./)},1P:C(1P){E 4T=ah.ao.3g();E 1V=/(ei)[\\/]([\\w.]+)/.5l(4T)||/(iv)[ \\/]([\\w.]+)/.5l(4T)||/(7Q)[ \\/]([\\w.]+).*(cH)[ \\/]([\\w.]+)/.5l(4T)||/(7Q)[ \\/]([\\w.]+)/.5l(4T)||/(qN)(?:.*au|)[ \\/]([\\w.]+)/.5l(4T)||/(2G) ([\\w.]+)/.5l(4T)||4T.4L("qR")>=0&&/(ej)(?::| )([\\w.]+)/.5l(4T)||4T.4L("qT")<0&&/(4b)(?:.*? ej:([\\w.]+)|)/.5l(4T)||[];if(1P==\'cH\')F(1s 1V[3]!=\'1z\')?1V[3]==\'cH\':N;if(1P==\'au\')F 1V[2];if(1P==\'7Q\')F(1V[1]==\'iv\'||1V[1]==\'ei\'||1V[1]==\'7Q\');if(1V[1]==\'ej\')F 1P==\'2G\';if(1V[1]==\'ei\')F 1P==\'7Q\';F 1P==1V[1]},as:C(iq,i8,2v){E i=iq.4L(i8,2v);F i>=0?i:N},dV:C(){E $3f=$(\'B\');E 89=3p.7D;if(!89){E dT=1k.qs.qy();89=dT.4t-9H.lY(dT.2c)}E g3=1k.3f.fW<89;E b9=q.L.fZ();$3f.1O(\'bn\',\'i2\');if(g3)$3f.1O(\'gF-4t\',b9)},fZ:C(){E $3f=$(\'3f\');E 77=1k.3B(\'1j\');77.3E=\'I-gC-gD\';$3f.1E(77);E b9=77.lp-77.fW;$3f[0].nN(77);F b9},b8:C(){$(\'B\').1O({\'bn\':\'\',\'gF-4t\':\'\'});$(\'3f\').1t(\'I-gC-gD\')}}}};$(3p).on(\'2K.gA.I\',C(){$(\'[1f-gA="I"]\').I()});3Y.5n.3Q.5n=3Y.5n})(oA);',62,1675,'||||||||||||||||||||||||||this|||||||||||html|function||var|return|opts||redactor|replace|selection|utils|image|false|else||block|node||editor||link|||tag||||length||range||||||get|modal|attr|proxy|code|data|text|find|span|div|document|key|type|dropdown|tagName|style|true|parent|typeof|remove|each|button|upload|clean|name|undefined|toolbar|current|func|keydown|append|value|class|lang|tidy|title|linebreaks|removeAttr|img|next|css|browser|target|observe|caret|sync|set|match|core|formatted|insert|file||blocks|nodes|btn||contents|inline||buffer|blockquote|new|start|left|list|tags|build|addClass|btnName|url|end|out|href|element|RegExp|closest|focus|len|setCallback|keyup|preventDefault|marker|offset|item|replaceWith|textarea|click|linkify|callback|settings|for|arr|pre|msie|uuid|tabifier|width|load|val|label|push|setStart|box|xhr|show|json|sel|btnObject|top|removeClass|paragraphize|td|alignment|formatting|join|||||||||format|space|last|off|restore|body|toLowerCase|trim|placeholder|toggle|ul|height|tooltip|autosave|save|window|self|keyCode|hide|inArray|hasClass|innerHTML|setTimeout|getCurrent|pos|isEmpty|indent|createElement|after|imageBox|className|CodeMirror|input|setEnd|first|search|re|line|verified|matches|font|insertNode|init|children|scrollTop|removeEmpty|point|table|script|rel|Redactor|execCommand||option|collapse|object|getBlocks|||options|unwrap|getBlock|ctrl|mozilla|deniedTags|section|droparea|addRange|position|italic|buttons|close|resizeHandle|del|null|bold|toString|regexps|src|clearUnverified|allowedTags|right|formData|child|substr|replaceToTag|command|attributes|split|prev|modalBox|source|blockElem|cmd|margin|isRedactorParent|htmls|iframe|getSelection|indexOf|inlineTags|wrapper|aria|orgn|frag|resize|keys|ua|try|removeInlineTags|direct|collapsed|isCurrentOrParent|drop||index|allowedAttr|elem|arrow|while|catch|deleteContents|setAfter||linkProtocol|str|meta|strong|getMarkerAsHtml|align|cont|pasteBox|BR|contenteditable|nbsp|exec|center|prototype|paste|none|unorderedlist|underline|removeDataAttr|tab|orderedlist|attributesRemove|replaceTags|replaceStyles|toggleType|allowed|links|touchstart|removeEmptyAttr|tmp|https|progress|lastNode|parseInt|editter|replacement|isFunction|LI|br1|scroll|not|nodeValue|currentList|files|deleted|replaceWithContents|break|emptyHtml|visual|prop|marginTop|invisibleSpace|||String|currentLevel|call|||getRangeAt|innerHeight|lastList|shortcuts|inlines|u200B|params|wrap|filename|containerTag|methods|num|mousedown|form|getParent|templateName|charAt|node1|quot|replaceDivs|getOuterHtml|th|figure|TD|removeComments|getNodes|SPAN|hex|ENTER|getHiddenFields|isEndOfElement|prepend|display|instance|toolbarFixedTarget|tabindex|module|metaKey|unlink|Insert|toolbarFixedTopOffset|boxTop|error|100|shift|youtube|editorDiv|video|vimeo|removeWithoutAttr|insertBreakLine|tr|isBlock|isMobile|shiftKey|string|getMarker|preSpaces||appendChild|header|posFromIndex|scrollDiv|parHtml|hideAll|select|strike|dropact|setVerified|decoration|isBlockTag|getTabs|extend|sup|sub|endRange|possible|invisible|outdent|float|disabled|blocksSize|handler|tmpList|keyPosition|modif|alt|which|getEvent|rangeCount|setStartAfter|pattern|boundaryRange|toggleClass|innerWidth|startNode|edit|fixed|dropdowns|focn|_blank|isDesktop|originalEvent|embed|fileUpload|action|outerHTML|webkit|imageUpload|www|rtePaste|drag|level|weight|obj|z0|hideResize|figcaption|modalOverlay|delete|BACKSPACE|cloneRange|mark|s3|blank|listParent|windowWidth|DIV|size|getOffset|tagout|imageResizer|linkmarker|singleLine|OL|Header|setActive|active|ftp|resizer|apply|cleanlevel|audio|modalHeader|imageMargin|replaceParagraphsToBr|modalClose|tagblock|setMode|modalFooter|act|param|targetTouches|case|UL|imageFloatMargin|addProperties|blockLevelElements|inserted|onPaste|selectNodeContents|inputUrl|amp|isRemoveInline|selectElement|rebuffer|classSize|createRange|undo|Array|removeAllRanges|DELETE|items|removeMarkers|node2|insertDblBreakLine|icon|createTextNode|exceptTags|||plugins|addEvent|endNode|small|||||autosaveInterval|tabber|isMobileUndoRedo|cite|clear|tmpLi|Delete|character|returnValue|events|counter|ctrlKey|lastLevel|http|setClass|event|convertVideoLinks|codemirror|Add|closeHandler|isSelectAll|decrease|scrollTarget|saveScroll|alignmentTags|disableSelectAll||justify|role|filelink|absolute|splice|getOffsetOfElement|Math|attrs|PRE|clone|newLevel|indentValue|before|fixEmptyIndent|isTag|classname|nodeType|formatblock|open|safes|method|caretRange|methodVal|increase|cloned|selectionMarkers|isEnabled|editorHtml|normalizeLists|bind|caretPositionFromPoint|checked|onDrag|eventName|link_new_tab|mailto|IMG|substring|createSpaceElement|minHeight|showOnDesktop|blured|navigator|test|caretRangeFromPoint|createTextRange|re2|moveToPoint|XMLHttpRequest|userAgent|getPlainText|onPasteTidy|_this|strpos|encodeEntities|version|placeTag|mso|convertLinks|kbd|samp|s3file|matchContainers|marginBottom|property|200|auto|visible|setOffset|toolbarExternal|onDrop|com|BLOCKQUOTE|insertInIe|activeButtons|horizontalrule|enterKey|wrapperHtml|FormData|getAlignmentElement|enable|dataTransfer|prevList|marginLeft|traverseFile|onSync|firstChild|createDocumentFragment|spaces|link_insert|maxHeight|mouseout|parentA|deleteProperties|tabAsSpaces|enableBodyScroll|scrollbarWidth|mouseover|saveBodyScroll|windowHeight|parentEl||isContainerTable|blockHtml|restoreScroll|autosaveFields|isArray|imageFields|appendTo|u00a0|overflow|modalBody|clearStyle|onClick||replaceToParagraph|special|specialKey|prev2|callbacks|regex|fileFields|codeLength|isTextarea|imageFloat|redo|pageY|formatListToBlockquote|formatWrap|ESC|selectAll|marginRight|result|images|x200b|H6|redactorImageLink|highContrast|saveFormTags|convertInline|createCancelButton|listTag|ratio|isUnorderedCmdOrdered|isOrderedCmdUnordered|buttonsSize|showOnMobile|placeholdler|startOffset|createActionButton|createButton|getTextFromHtml|H4|headers|clearUnverifiedRemove|H5|verifiedTags|H3|getInlines|imageEditable|status|footer|imageDisplay|visibleModals|dropdownWidth|URL||selectionStart|activeButtonsStates|image_position|one|removeSpaces|currentEl|paragraphizeBlocks|closeTooltip|selectionEnd|TH|H2|addCallback|hover|formattingAdd|dropdownObject|enlargeOffset|htmlLength|regexB|commentsMatches|markerLength|blur|isCurrent|syncCode|showCode|setConfig|safari|isFocused|H1|add|outValues|inValues|addDropdown|imageResizable|setInactiveAll|isCurrentOrParentOne|isDelete|readyState|setDropdownProperties|matched|setDropdownAttr|isP|getText|normalize|autosaveOnChange|firstFound|count|headTag|219|autosaveName|modules|removeIt|curLang|221|extra|TAB|focused|direction||nodeToCaretPositionFromPoint|RedactorPlugins|getModuleMethods|content|isEndOfTable|formatTableWrapping|imageDelete||DOWN|slice|hotkeysShiftNums|quote|contOwnLine|Row|ownLine||allowedAttrTags|allowedAttrData|rTags|Column|setBefore|suffix|cleanTag|finish|Table|insertBreakLineProcessing|thead|tbody|head|parseHTML|tfoot|br2|stopPropagation|endContainer|endOffset|Link|filter|inputText|buttonsHide|iframeEnd|container|documentElementRect|setMarker|disableBodyScroll|address|htmlIe|setRequestHeader|setAfterOrBefore|iframeStart|removeFormat|isEndOfEditor|inactive|fonts|setFormat|link_edit|listsIds|buttonsHideOnMobile|convertImageLinks|observeScroll|finalNodes|linkSize|BODY|send|getNodesMarker|listType|attrAllowed|opr|rv|convertUrlLinks||||dfn|tagsEmpty||LEFT_WIN|replaced|tabKey|onShiftEnter|onTab|onArrowDown|enableSelectAll|replaceDivToBreakLine|opacity|formatMultiple|through|replaceDivToParagraph|strikethrough|cleanStyleOnEnter|showEdit|parents|unline|loadEditableControls|loadResizableControls|formatConvert|formatRemoveSameChildren|editerWidth|formatCollapsed|saveEditorScroll|decreaseLists|ie11PasteFrag|ie11FixInserting|aside|keydownStop|stop|increaseText|RIGHT|lineAfter|EndToEnd|superscript|execHtml|||||||||||blocksMatch|subscript||offsetNode|decreaseBlocks|setEndPoint|duplicate|saveTargetScroll|htmlFixMozilla|reIsBlock|switch|addArrowsEvent||article|setupBuffer|increaseBlocks|setupSelectAll|altKey|SHIFT|ALT|checkEvents|HR|indented|checkKeyEvents|htmlWithoutClean|META|CTRL|increaseLists|tempEnd|getTextareaName|createContainerBox|run|getRedo|loadContent|enableEditor|fromElement|fromTextarea|loadEditor|getUndo|pop|formatBlockquote|setForce|commonAncestorContainer|elements|empty|setRedo|setUndo|clientWidth|createTextarea|insertAfter|measureScrollbar|focusEnd|setHelpers|codeKeyupCallback|isOverflowing|disableMozillaEditing|createTooltip|setEvent|disableIeLinks|codeKeydownCallback|setEventDropUpload|setOptions|callEditor|setCodeAndCall|dir|dragImageUpload|setEventDrop|setEvents|dragFileUpload||setMultiple|setCollapsed|Code|Video|Image|Right|choose|Center|the|to||Align|Left|Head|args|scope|Function|tools|Color|scrollbar|measure|List|padding|Edit|replaceElement|isNeedReplaceElement|isLinebreaksOrNoBlocks|alignElement|jsxhr|formatTags|callbackName|success|setBlocks|setText|png|here|Drop|gif|shortcutsAdd|bindModuleMethods|loadModules|loadOptions|onClickCallback|fullscreen|||||||setInactive|setActiveInVisual|indenting|modified|textareaIndenting|isIe11|removeData|destroy|eventNamespace|insertParagraph|tempStart|setValue|onChange|startSync|setSelectionRange|setInactiveInCode|indexFromPos|anchor|showVisual|clearInterval||selected|moveResize|startResize|pageX|setResizable|round|stopResize|15px|fixImageSourceAfterDrop|inside|setFloating|update|buttonDelete|_delete|700|buttonSave|imageLink|floating|floatValue|imagePosition|onSet|restoreFormTags|pastePlainText|Apple|nofollow|linkNofollow|FIGCAPTION|onPasteWord|onPasteExtra|Mso|bmso|chars|cleanSpaces|beforekey|afterkey|haspopup|hidden|lastChild|walker|foco|orgo|internal|needle|restoreSelectionMarker|saveCodeFormatting|savePreFormatting|getPreCode|||||getOnlyImages|replaceDivsToBr|newTag|removeDirtyStyles|savePreCode|matchBR||onPasteRemoveEmpty|all|haystack|onPasteRemoveSpans||onPasteIeFixLinks|matchBlocks|chrome|isSingleLine|isCurrentOrParentHeader|isStartOfElement|destroyed|origHandler|paragraph|header1|properties|s3uploadFile|disableEvents|enableEvents|buildOverlay|overrideMimeType|s3executeOnSignedUrl|signedURL|header2|header3|aLink|parseJSON|aEdit|aUnlink|getSafes|onDragLeave|getTooltipPosition|hotkeysSpecialKeys|setEditable|linkTooltip|showTooltip|arguments|area|responseText|fieldset|decodeURIComponent|template|contrast|removeAttrGetRemoves|checkbox|s3uploadToS3|s3createCORSRequest|XDomainRequest|loadTemplates|imageEdit|that|setTitle|createDeleteButton|cancel|setButtonsWidth|onreadystatechange|removeParagraphsInLists|setEnter|handle|setContent|getTemplate|setDraggable|draggable|getSafesComments|restoreSafes|toolbarOverflow|isButtonSourceNeeded|header5|exitFromBlockquote|setOverflow|hideButtons|hideButtonsOnMobile|visibility|setDropdownsFixed|observeScrollDisable|observeScrollEnable|createMarkers|toolbarFixed|savedSel|align_justify|replaceSelection|align_right|pasteHTML|align_center|mouseup|createContainer|setFixed|loadButtons|align_left|setFormattingTags|removeNodesMarkers|setNodesMarker|fileUploadParam|getType|imageUploadParam|spans|fadeOut|imageTypes|createPasteBox|sendData|replaceBreaksToParagraphs|replaceBreaksToNewLines|cleanOnPaste|freeze|getPrev|anchorNode|startPointNode|startContainer|upload_label|setEndBefore|unsetDropdownsFixed|dragover|getLastBlock|header4|getInlinesTags|directUpload|change|map|removeAttrs|iPhone|SPACE|lastFound|insertInOthersBrowsers|isKey|setFocus|objects|isExceptLastOrFirst|shorthandRegex|keyupStop|removeEmptyLists|formatEmpty|langs|textNode|600|BlackBerry|location|Android|getData|xn|Object|thref|re3|buttonText|iPod|_moz_dirty|buttonInsert|cleanUrl|removeEmptyListInTable|removeEmptyTags|insertNewLine|lineBefore|dbl|convertImages|addToAllowed|removeInvisibleSpace|removeTags|setupAllowed|regexp|newTd|removeFromDenied|insertAfterLastElement|setEndAfter|u2014|blurCallback|106|107|down|focusCallback|104|101|alignleft|cut|aligncenter|102|dragenter|hellip|103|105|111|117||ins|116|115|toggleAttr|setAttr|118|offsetWidth|setData|toggleData|TEXTAREA||jpeg|alignright|112|110|109|113|strict|application|use|114|mdash|up|addBefore|Infinity|uploadImageField|pause|capslock|math|setToPoint|setAwesome|addFirst|addAfter|10px|nextNode|SHOW_TEXT|backspace|bull|createTreeWalker|setStartBefore|No|abs|ltr|VERSION|such|esc|removeIcon|copy|AutoUrlDetect|u00a9|pagedown|menu|enableInlineTableEditing|summary|NodeFilter|home|enableObjectResizing|details|trade|reg|legend|getCoords|changeIcon|hgroup|DL|u2122|caretOffset|nav|pageup|u2026|DD|or_choose|Choose|Outdent|Or|noscript|drop_file_here|Download|Indent|download|Upload|insert_table|Save|Cancel|Ordered|frame|fontcolor|Font|Anchor|Open|Italic|Deleted|backcolor|Justify|Unordered|Back|Horizontal|Rule|insert_row_above|Above|rows|Rows|image_web_link|delete_table|delete_row|Web|columns|Columns|Title|frameset|Position|None|add_head|Text|Email|insert_column_left|insert_column_right|Below|insert_row_below|File|Vimeo|Youtube|web|delete_column|video_html_code|specified||Embed|Underline|Alignment|187|disable|186|173|SECTION|145|188|autosaveError|191|post|done|190|189|numlock|144|f10|122|121|DT|120|delete_head|OUTPUT|123|f12|removeChild|ADDRESS|f11|ajax|HEADER|UP|jpe|Formatting|LEFT|applet|merge|youtu|Normal|optional|Name|u2010|Bold|Quote|Key|getOwnPropertyNames|FOOTER|ASIDE|setInterval|1000|192|220|222|fromCharCode|Unlink|HTML|_|ARTICLE|119|sid||modalClosed||705|bodyOveflow|fast||GET|removeFileFields|activeElement|dropdownHide|toggleActive|clearFileFields|fileUploadError|addFileFields|jQuery|overlay|user|touchend|defined|labelledby|dialog|touchmove|mousemove|dragstart|plain|charset|times|Close|removeImageFields|dropdownShown|getElement|getBox|getTextarea|getToolbar|Callback|getEditor|getObject|uploadFileFields|uploadImageFields|POST|Requested|With|_data|Trident|dash|isOldIe|max|addImageFields|toUpperCase|addButton|unselectable|err|namespace|isLessIe10|clearImageFields|move|cursor|nodeToPoint|addBack|clientX|clientY|iPad|read|500|allowfullscreen|public|insertHTML|frameborder|281|deletedLink|insertedLink|0px|context||insertHtml|hexToRgb|rgb|enter|host|php|createLink|isString|u200D|uFEFF|toggleStyle|acl|addTab|addTemplate|createTabber|TR|withCredentials|imageUploadError|getModal|outerHeight|20px|email|focusin|modalOpened|PUT|onload|cssText|amz|isStartOfEditor|removeStyle|removeStyleRule|player|Type|onerror|onprogress|grep|Content|hasOwnProperty|dropdownShow|fake|uploadStart|shapes|slevel|removePhp|fadeIn|colspan|floor|1strike|9999px|syncBefore|textContent|pasteBefore|yes|cloneContents|1500|getHtml|documentElement|Ss|parentNode|docs|getOnlyLinksAndImages|guid|getBoundingClientRect|previousSibling|cleanEmptyParagraph|getNext|innerText|external|nextSibling|xml|spacerun|sdata|setSize|converted|fromPoint|WordDocument|refresh|opera|setSelection|setCursor|relative|trident|dragleave|compatible|extractContents|rowspan|getValue|replaceWithHtml|stripTags|lastBlock|listSelections'.split('|'),0,{}))
is there another update available? i updatet the Redactor-Code, but we still have the Cursor-Jumping-Problem, that makes the whole OSTicket-System almost unusable!
@comfine have you tried msigley's patch? try it in a private session to avoid using a cached version.
I can confirm it's still happening on develop with the latest firefox
A character gets deleted.
textarea loses focus and your input does not go in.
@rayfoss I was writing a response to this yesterday and apparently I never hit save.
I believe this is actually two issues, buggy redactor, which I believe the 10.2.5 update helps with but doesn't eliminate and draft saves and deletions broken due to older mysql logic and MariaDB. The workaround I found for the draft issue can be found in this issue report:
https://github.com/osTicket/osTicket/issues/3193
The real fix for this issue is to replace redactor with a more FOSS friendy editor like tinymce, but this is gonna be alot of work.
msigley: i tried the fix you posted in #3193, and also, i installed the redactor update/fix posted by you, but i still have problems with a jumping cursor (just some minutes ago the cursor jumped two rows down while i was typing inside a already written text). :-(
Firefox? You could try using chrome.
Get Outlook for Android
On Sat, Feb 11, 2017 at 7:24 AM -0500, "comfine" notifications@github.com wrote:
msigley: i tried the fix you posted in #3193, and also, i installed the redactor update/fix posted by you, but i still have problems with a jumping cursor (just some minutes ago the cursor jumped two rows down while i was typing inside a already written text). :-(
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
Of course WE could use another browser, but do you agree, that we cannot force all the customers to use another browser!?
Is your firefox up to date? Maybe you could starr working on replacing redactor with tinymce?
we are using the ESR-Release, but our customer had the same Problem with the newest Firefox-Version!
...my attempts to contribute some code were not sucessfully in the past, but i would love it to support the OS-Ticket-project, but right now we have to close almost 200 Tickets (with a very small team) before i could spend some time for other things :-(
I also would like this fixed. I'm NOT happy with Chrome so I won't change to it only for Osticket because then I get other issues with other things.
And my Firefox is up to date (51.0.1) and having the same problem on v 1.10 even after commenting a line to disable draft in redactor.js as suggested on the forums.
I did not try any tips from Github yet, since they seem not to help if I read it correctly here.
I do not like Chrome too. I love Firefox :D
@msigley thanks for sharing that.
You can grab the latest version from here: https://github.com/yiiext/imperavi-redactor-widget/blob/master/assets/redactor.min.js
I'm not sure about the licensing since Redactor is not open source anymore: https://imperavi.com/redactor/license/
i am sorry, but we are using 10.2.5 and the problem is still present! i reported the bug at redactor now.
I AM using this solutions: https://github.com/osTicket/osTicket/issues/2373#issuecomment-274845397
and for me works.
@PeopleInside Which Firefox-Version do you use?
Firefox 53
We have 52.0.2 - problem occured yesterday last time... i updatet to 53 now, but i suppose, it'll happen again. The bug i opened at the github-link from bogdandanielb was closed, as this was just a php-widget, not redactor by itself...so there's no hope from this site, that something will change.
@PeopleInside - it is very interesting, that you can not see this bug anymore at your setup, while we still do! can you provide detail-information? is your firefox 32 or 64 bit? which OS do you use? have you disabled the "autosave-Draft"-function?
No but maybe some issue continue to be... I was having an issue that in the time I was write a message cursor sometimes went moved... I solved this issue.
I think that BUG appear when a popup "Draft saved" is opens, may be he taken cursor focus? Before that popup, backspace work normal.
@PeopleInside it would be helpful if you could tell us, which OS you use, which Bit-Version of FF you use, i suppose, you said "NO" regarding my question if you disabled the autosave-drafts-function, is that right?
Are you able to see the cursor issue also in visitor side?
I never disabled autosave as from I remember. I replaced the editor text with the text in the comment I mentionated.
However if you need talk with me you can visit my github profile, and here find my website link where you can start a chat. I AM sorry for issue in OsTicket, this is an old bugs and I also be forced to apply a patch unofficial for made OsTicket support PHP 7.1
@PeopleInside i wrote you at gitter without response... anyway, again over here:
i could see the problem at client-side aswell, yes, but maybe this was before i applied the new redactor-version - i am not sure about this. it would be really interesting which OS you use and which FF-bit-Version. if you are 100% sure, that the problem is fixed at your side something different or additional then the patch must be still causing this issue!
PS: i reloaded the ostickets-backend now by pressing STRG+F5 - maybe the old JS-File was still in the cache and maybe this caused the issue - i will report back....
@comfine my current setup is the following:
The issue I had was on Agent panel when responding to existing tickets and pressing backspace.
Let me know if you need more information.
@bogdandanielb
you are talking about the backspace-problem, right? but can you see other problems with jumping cursors, for example if you write inside a written text (some additional sentence in between...) the cursor just jumps to another line?
i could see, that it happened always at the same position. in my text has been two ! - and when i wanted to write a letter before this, some problem occured, multiple times ( i don't remember exactly if the cursor was jumping, or if the pressed letters didnt appear....) - there seem to be some other bugs in Redactor 10.2.5 aswell. :-( ....so the only solution, as this is closed source now... would be to replace the WYSIWYG-Editor ...or fork the last version and fix the problem... but i am not that good in JS and i dont have the time :-(
i posted in the other thread this morning:
problem still occurs!
Cursor jumps arround sometimes... for example, when i write in the middle of a written text, sometimes the cursor just jumps to the next line while i type in some letters, so this is not the backspace-problem... but still a "Cursor-Jumping-Problem".
@PeopleInside: can you please tell me which OperatingSystem you use?
@comfine I had that issue too where the cursor was moving to a different location when trying to add additional words to existing text. I cannot seem to reproduce that issue anymore. This was in addition to the backspace issue which was triggered usually when using this key after a space.
Can you create a small video, perhaps, so I can follow the steps on my side?
Are you using the same firefox version as I do?
@bogdandanielb i am sorry, i cannot reproduce like you - if it'll be reproducable in any case i will try to capture a video....
our environment:
Firefox 53.0 32 bit
osTicket v1.10
Redactor 10.2.5
Windows Server 2012R2 (so we are on "Windows 8.1" instead of Window 10 (Windows Server 2016) - maybe this happens only in Windows 8.1) - i'll try to keep an eye on that as far as possible.
@bogdandanielb You are reading that change log wrong. OSTicket uses the original Redactor, not Redactor II (closed source version) which is what that change log is for. Redactor switched to closed source around July 2015:
https://imperavi.com/blog/long-overdue-quick-update/
https://imperavi.com/blog/redactor-superior-in-every-way/
Redactor 10.2.5, which we both found at the link below, appears to be the last unofficial publicly available update to Redactor, which is why I suggested the only real fix to these issues is to replace Radactor with a another WYSIWYG editor that is FOSS. TinyMCE is probably the best choice given its widespread use in Wordpress.
https://github.com/yiiext/imperavi-redactor-widget/blob/master/assets/redactor.min.js
@msigley You are correct, that change log was a bit misleading for me.
Anyway, 10.2.5 works fine for me at the moment but I will continue testing it and get back in case the issue persists.
why are all these bugs simply closed? they are still persist and still annoying!
Most helpful comment
This is definitely a bug in Redactor. I think the long term solution since redactor is no longer open source would be to replace the editor with something that is open source and updated often like TinyMCE.
As a short term fix, I suggest updating the version of Redactor from 10.2.2 to 10.2.5. This fixed the issue for me. /js/redactor.min.js