// javascript document $(function(){ $('ul.n2 a').not($('ul.n2 a.hover')).hover(function(){ $(this).find('i').stop().animate({top:'-43px'},300); $(this).find('b').stop().animate({top:'0'},300); },function(){ $(this).find('i').stop().animate({top:'0'},200); $(this).find('b').stop().animate({top:'43px'},200); }) }) $(function(){ $(".scrb1").scrollable({size:3,items:".scrb1 ul",loop:true}).autoscroll({ autoplay: true,interval:4000 }).navigator({navi:".tab01",naviitem:'dd',activeclass:"active"}); $(".scrb2").scrollable({size:2,items:".scrb2 dl",prevpage:".arr_l",nextpage:".arr_r"}).autoscroll({ autoplay: true,interval:4000 }) }) $(function(){ sexylightbox.initialize({color:'white',dir: 'theme'});//color:'��ʽ�ļ�����',dir: 'ͼƭ���ϼ����ļ�����' }); /* * tools.scrollable 1.1.2 - scroll your html with eye candy. * * copyright (c) 2009 tero piirainen * http://flowplayer.org/tools/scrollable.html * * dual licensed under mit and gpl 2+ licenses * http://www.opensource.org/licenses * * launch : march 2008 * date: ${date} * revision: ${revision} */ (function(b) { b.tools=b.tools||{}; b.tools.scrollable={version:"1.1.2",conf:{size:5,vertical:false,speed:400,keyboard:true,keyboardsteps:null,disabledclass:"disabled",hoverclass:null,clickable:true,activeclass:"active",easing:"swing",loop:false,items:".items",item:null,prev:".prev",next:".next",prevpage:".prevpage",nextpage:".nextpage",api:false}}; var c; function a(o,m){var r=this,p=b(this),d=!m.vertical,e=o.children(),k=0,i; if(!c){c=r}b.each(m,function(s,t){if(b.isfunction(t)){p.bind(s,t)}}); if(e.length>1){e=b(m.items,o)}function l(t){var s=b(t); return m.globalnav?s:o.parent().find(t)}o.data("finder",l); var f=l(m.prev),h=l(m.next),g=l(m.prevpage),n=l(m.nextpage); b.extend(r,{getindex:function(){return k},getclickindex:function(){var s=r.getitems(); return s.index(s.filter("."+m.activeclass))},getconf:function(){return m},getsize:function(){return r.getitems().size()},getpageamount:function(){return math.ceil(this.getsize()/m.size)},getpageindex:function(){return math.ceil(k/m.size)},getnavibuttons:function(){return f.add(h).add(g).add(n)},getroot:function(){return o},getitemwrap:function(){return e},getitems:function(){return e.children(m.item)},getvisibleitems:function(){return r.getitems().slice(k,k+m.size)},seekto:function(s,w,t){if(s<0){s=0}if(k===s){return r}if(b.isfunction(w)){t=w}if(s>r.getsize()-m.size){return m.loop?r.begin():this.end()}var u=r.getitems().eq(s); if(!u.length){return r}var v=b.event("onbeforeseek"); p.trigger(v,[s]); if(v.isdefaultprevented()){return r}if(w===undefined||b.isfunction(w)){w=m.speed}function x(){if(t){t.call(r,s)}p.trigger("onseek",[s])}if(d){e.animate({left:-u.position().left},w,m.easing,x)}else{e.animate({top:-u.position().top},w,m.easing,x)}c=r; k=s; v=b.event("onstart"); p.trigger(v,[s]); if(v.isdefaultprevented()){return r}f.add(g).toggleclass(m.disabledclass,s===0); h.add(n).toggleclass(m.disabledclass,s>=r.getsize()-m.size); return r},move:function(u,t,s){i=u>0; return this.seekto(k+u,t,s)},next:function(t,s){return this.move(1,t,s)},prev:function(t,s){return this.move(-1,t,s)},movepage:function(w,v,u){i=w>0; var s=m.size*w; var t=k%m.size; if(t>0){s+=(w>0?-t:m.size-t)}return this.move(s,v,u)},prevpage:function(t,s){return this.movepage(-1,t,s)},nextpage:function(t,s){return this.movepage(1,t,s)},setpage:function(t,u,s){return this.seekto(t*m.size,u,s)},begin:function(t,s){i=false; return this.seekto(0,t,s)},end:function(t,s){i=true; var u=this.getsize()-m.size; return u>0?this.seekto(u,t,s):r},reload:function(){p.trigger("onreload"); return r},focus:function(){c=r; return r},click:function(u){var v=r.getitems().eq(u),s=m.activeclass,t=m.size; if(u<0||u>=r.getsize()){return r}if(t==1){if(m.loop){return r.next()}if(u===0||u==r.getsize()-1){i=(i===undefined)?true:!i}return i===false?r.prev():r.next()}if(t==2){if(u==k){u--}r.getitems().removeclass(s); v.addclass(s); return r.seekto(u,time,fn)}if(!v.hasclass(s)){r.getitems().removeclass(s); v.addclass(s); var x=math.floor(t/2); var w=u-x; if(w>r.getsize()-t){w=r.getsize()-t}if(w!==u){return r.seekto(w)}}return r},bind:function(s,t){p.bind(s,t); return r},unbind:function(s){p.unbind(s); return r}}); b.each("onbeforeseek,onstart,onseek,onreload".split(","),function(s,t){r[t]=function(u){return r.bind(t,u)}}); f.addclass(m.disabledclass).click(function(){r.prev()}); h.click(function(){r.next()}); n.click(function(){r.nextpage()}); if(r.getsize()"))}g=l.children().each(function(n){var o=b(this); o.click(function(p){i.setpage(n); return p.preventdefault()}); if(d.indexed){o.text(n)}if(d.idprefix){o.attr("id",d.idprefix+n)}})}else{g=d.naviitem?l.find(d.naviitem):l.children(); g.each(function(n){var o=b(this);o.click(function(p){i.setpage(n); return p.preventdefault()})})}g.eq(0).addclass(d.activeclass)}i.onstart(function(o,n){var m=d.activeclass; g.removeclass(m).eq(i.getpageindex()).addclass(m)}); i.onreload(function(){j()}); j(); var h=g.filter("[href="+location.hash+"]"); if(h.length){i.move(g.index(h))}});return d.api?c:this}})(jquery); /* * jquery tools plugin :: scrollable.autoscroll 1.0.1 * * copyright (c) 2009 tero piirainen * http://flowplayer.org/tools/scrollable.html#autoscroll * * dual licensed under mit and gpl 2+ licenses * http://www.opensource.org/licenses * * launch : september 2009 * date: ${date} * revision: ${revision} */ (function(b){var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.autoscroll={version:"1.0.1",conf:{autoplay:true,interval:3000,autopause:true,steps:1,api:false}};b.fn.autoscroll=function(d){if(typeof d=="number"){d={interval:d}}var e=b.extend({},a.plugins.autoscroll.conf),c;b.extend(e,d);this.each(function(){var g=b(this).scrollable();if(g){c=g}var i,f,h=true;g.play=function(){if(i){return}h=false;i=setinterval(function(){g.move(e.steps)},e.interval);g.move(e.steps)};g.pause=function(){i=clearinterval(i)};g.stop=function(){g.pause();h=true};if(e.autopause){g.getroot().add(g.getnavibuttons()).hover(function(){g.pause();clearinterval(f)},function(){if(!h){f=settimeout(g.play,e.interval)}})}if(e.autoplay){settimeout(g.play,e.interval)}});return e.api?c:this}})(jquery); /* * jquery easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/ * * uses the built in easing capabilities added in jquery 1.1 * to offer multiple easing options * * terms of use - jquery easing * * open source under the bsd license. * * copyright ? 2008 george mcginley smith * all rights reserved. * * redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * redistributions of source code must retain the above copyright notice, this list of * conditions and the following disclaimer. * redistributions in binary form must reproduce the above copyright notice, this list * of conditions and the following disclaimer in the documentation and/or other materials * provided with the distribution. * * neither the name of the author nor the names of contributors may be used to endorse * or promote products derived from this software without specific prior written permission. * * this software is provided by the copyright holders and contributors "as is" and any * express or implied warranties, including, but not limited to, the implied warranties of * merchantability and fitness for a particular purpose are disclaimed. in no event shall the * copyright owner or contributors be liable for any direct, indirect, incidental, special, * exemplary, or consequential damages (including, but not limited to, procurement of substitute * goods or services; loss of use, data, or profits; or business interruption) however caused * and on any theory of liability, whether in contract, strict liability, or tort (including * negligence or otherwise) arising in any way out of the use of this software, even if advised * of the possibility of such damage. * */ // t: current time, b: beginning value, c: change in value, d: duration jquery.easing['jswing'] = jquery.easing['swing']; jquery.extend( jquery.easing, { def: 'easeoutquad', swing: function (x, t, b, c, d) { //alert(jquery.easing.default); return jquery.easing[jquery.easing.def](x, t, b, c, d); }, easeinquad: function (x, t, b, c, d) { return c*(t/=d)*t + b; }, easeoutquad: function (x, t, b, c, d) { return -c *(t/=d)*(t-2) + b; }, easeinoutquad: function (x, t, b, c, d) { if ((t/=d/2) < 1) return c/2*t*t + b; return -c/2 * ((--t)*(t-2) - 1) + b; }, easeincubic: function (x, t, b, c, d) { return c*(t/=d)*t*t + b; }, easeoutcubic: function (x, t, b, c, d) { return c*((t=t/d-1)*t*t + 1) + b; }, easeinoutcubic: function (x, t, b, c, d) { if ((t/=d/2) < 1) return c/2*t*t*t + b; return c/2*((t-=2)*t*t + 2) + b; }, easeinquart: function (x, t, b, c, d) { return c*(t/=d)*t*t*t + b; }, easeoutquart: function (x, t, b, c, d) { return -c * ((t=t/d-1)*t*t*t - 1) + b; }, easeinoutquart: function (x, t, b, c, d) { if ((t/=d/2) < 1) return c/2*t*t*t*t + b; return -c/2 * ((t-=2)*t*t*t - 2) + b; }, easeinquint: function (x, t, b, c, d) { return c*(t/=d)*t*t*t*t + b; }, easeoutquint: function (x, t, b, c, d) { return c*((t=t/d-1)*t*t*t*t + 1) + b; }, easeinoutquint: function (x, t, b, c, d) { if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b; return c/2*((t-=2)*t*t*t*t + 2) + b; }, easeinsine: function (x, t, b, c, d) { return -c * math.cos(t/d * (math.pi/2)) + c + b; }, easeoutsine: function (x, t, b, c, d) { return c * math.sin(t/d * (math.pi/2)) + b; }, easeinoutsine: function (x, t, b, c, d) { return -c/2 * (math.cos(math.pi*t/d) - 1) + b; }, easeinexpo: function (x, t, b, c, d) { return (t==0) ? b : c * math.pow(2, 10 * (t/d - 1)) + b; }, easeoutexpo: function (x, t, b, c, d) { return (t==d) ? b+c : c * (-math.pow(2, -10 * t/d) + 1) + b; }, easeinoutexpo: function (x, t, b, c, d) { if (t==0) return b; if (t==d) return b+c; if ((t/=d/2) < 1) return c/2 * math.pow(2, 10 * (t - 1)) + b; return c/2 * (-math.pow(2, -10 * --t) + 2) + b; }, easeincirc: function (x, t, b, c, d) { return -c * (math.sqrt(1 - (t/=d)*t) - 1) + b; }, easeoutcirc: function (x, t, b, c, d) { return c * math.sqrt(1 - (t=t/d-1)*t) + b; }, easeinoutcirc: function (x, t, b, c, d) { if ((t/=d/2) < 1) return -c/2 * (math.sqrt(1 - t*t) - 1) + b; return c/2 * (math.sqrt(1 - (t-=2)*t) + 1) + b; }, easeinelastic: function (x, t, b, c, d) { var s=1.70158;var p=0;var a=c; if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3; if (a < math.abs(c)) { a=c; var s=p/4; } else var s = p/(2*math.pi) * math.asin (c/a); return -(a*math.pow(2,10*(t-=1)) * math.sin( (t*d-s)*(2*math.pi)/p )) + b; }, easeoutelastic: function (x, t, b, c, d) { var s=1.70158;var p=0;var a=c; if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3; if (a < math.abs(c)) { a=c; var s=p/4; } else var s = p/(2*math.pi) * math.asin (c/a); return a*math.pow(2,-10*t) * math.sin( (t*d-s)*(2*math.pi)/p ) + c + b; }, easeinoutelastic: function (x, t, b, c, d) { var s=1.70158;var p=0;var a=c; if (t==0) return b; if ((t/=d/2)==2) return b+c; if (!p) p=d*(.3*1.5); if (a < math.abs(c)) { a=c; var s=p/4; } else var s = p/(2*math.pi) * math.asin (c/a); if (t < 1) return -.5*(a*math.pow(2,10*(t-=1)) * math.sin( (t*d-s)*(2*math.pi)/p )) + b; return a*math.pow(2,-10*(t-=1)) * math.sin( (t*d-s)*(2*math.pi)/p )*.5 + c + b; }, easeinback: function (x, t, b, c, d, s) { if (s == undefined) s = 1.70158; return c*(t/=d)*t*((s+1)*t - s) + b; }, easeoutback: function (x, t, b, c, d, s) { if (s == undefined) s = 1.70158; return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b; }, easeinoutback: function (x, t, b, c, d, s) { if (s == undefined) s = 1.70158; if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b; return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b; }, easeinbounce: function (x, t, b, c, d) { return c - jquery.easing.easeoutbounce (x, d-t, 0, c, d) + b; }, easeoutbounce: function (x, t, b, c, d) { if ((t/=d) < (1/2.75)) { return c*(7.5625*t*t) + b; } else if (t < (2/2.75)) { return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b; } else if (t < (2.5/2.75)) { return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b; } else { return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b; } }, easeinoutbounce: function (x, t, b, c, d) { if (t < d/2) return jquery.easing.easeinbounce (x, t*2, 0, c, d) * .5 + b; return jquery.easing.easeoutbounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b; } }); /** * sexy lightbox - for jquery 1.3.2 * @name sexylightbox.v2.3.js * @author eduardo d. sada - http://www.coders.me/web-html-js-css/javascript/sexy-lightbox-2 * @version 2.3.4 * @date 10-nov-2009 * @copyright (c) 2009 eduardo d. sada (www.coders.me) * @license mit - http://es.wikipedia.org/wiki/licencia_mit * @example http://www.coders.me/ejemplos/sexy-lightbox-2/ */ eval(function(p,a,c,k,e,r){e=function(c){return(c35?string.fromcharcode(c+29):c.tostring(36))};if(!''.replace(/^/,string)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[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}('2r.o=5(b,c){p d=3i.3j.3k.3l(2s,2);a 5(){p a=[3].3m(d,$.3n(2s));a c.3o(b,a)}};(5($){3p={2t:5(){a{l:\'1y\',b:3q,r:\'2u\',1w:\'3r\',18:\'3s\',2v:\'1j\',q:\'2w.1x\',2x:\'2w.1z\',1y:\'1y.1x\',r:0,1f:3t,1g:3u,2y:2z,2a:\'20\',22:2z,23:\'20\',c:{2b:10,w:24,h:\'20\',2c:2},19:{\'8\':3v,\'n\':3w},1a:{\'3x\':{\'1k\':\'#1h\',\'1l\':\'#x\',\'q-r\':\'#x\',\'1m\':0.6},\'2u\':{\'1k\':\'#x\',\'1l\':\'#1h\',\'q-r\':\'#x\',\'1m\':0.6},\'3y\':{\'1k\':\'#1h\',\'1l\':\'#x\',\'q-r\':\'#x\',\'1m\':0.6},\'3z\':{\'1k\':\'#x\',\'1l\':\'#1h\',\'q-r\':\'#x\',\'1m\':0.6}}}},1b:{2d:5(c){3.4=c;3.u=$(\'\');3.u.9($.1c({},{\'1o\':\'29\',\'1j\':0,\'m\':0,\'1m\':0,\'y\':\'s\',\'z-1i\':3.4.b},3.4.z));3.u.o(\'1d\',$.o(3,5(a,b){7(3.4.2a){7(3.4.2b){3.4.2b()}n{3.1e()}}b.1j()}));3.1z=1f;3.2e()},2e:5(){3.1k=$(1p.1l);3.1k.o(3.u);7($.1m.3a&&$.1m.3b=="6.0"){p a=1q(3.u.9(\'b\'));7(!a){a=1;p b=3.u.9(\'1o\');7(b==\'3c\'||!b){3.u.9({\'1o\':\'3d\'})}3.u.9({\'b\':a})}a=(!!(3.4.b||3.4.b===0)&&a>3.4.b)?3.4.b:a-1;7(a<0){a=1}3.d=$(\'<2c t="3e\'+1n 26().28()+\'" 3f="2f" 2g=0 1r="">\');3.d.9({b:a,1o:\'29\',1j:0,m:0,2d:\'s\',1m:0});3.d.3g(3.u)}},e:5(x,y){3.u.9({\'n\':0,\'8\':0});7(3.d)3.d.9({\'n\':0,\'8\':0});p a={x:$(1p).8(),y:$(1p).n()};p b=$.1m.3h?(a.x-25<1p.1l.2h?1p.1l.2h:a.x):a.x;3.u.9({8:x?x:b,n:y?y:a.y});7(3.d){3.d.9({\'n\':0,\'8\':0});3.d.9({8:x?x:b,n:y?y:a.y})}a 3},11:5(){7(!3.1z)a 3;7(3.h)3.h.1a();3.1k.o(\'e\',$.o(3,3.e));3.e();7(3.d)3.d.9({\'y\':\'2i\'});3.1z=t;3.h=3.u.3i(3.4.1f,$.o(3,5(){3.u.1b(\'11\')}));a 3},1e:5(){7(3.1z)a 3;7(3.h)3.h.1a();3.1k.2j(\'e\');7(3.d)3.d.9({\'y\':\'s\'});3.1z=1f;3.h=3.u.3j(3.4.1g,$.o(3,5(){3.u.1b(\'1e\');3.u.9({\'n\':0,\'8\':0})}));a 3}},2k:5(a){3.4.18=a.1n||a.3k||a.3l||a.18;3.4.2l=$.1c(3.4.1a[3.4.r],3.4.2l||{})},2e:5(a){i=1n w();i.1r=a},3m:5(c){3.4=$.1c(3.2t(),c);3.2k(3.4);p d=3.4.18+\'/\'+3.4.r+\'/\'+((((u.3n==2m)&&(3o!=2m)))?3.4.2x:3.4.q);p e=3.4.l;3.2e(d);3.2e(3.4.18+\'/\'+3.4.r+\'/\'+3.4.1y);3.1b.2d({z:3.4.1a[3.4.r],2a:1f,b:3.4.b-1,2b:$.o(3,3.1o),1f:3.4.1f,2n:3.4.2n,1g:3.4.1g,2o:3.4.2o});3.f={};$(\'1l\').o(\'&2p;<2t t="\'+e+\'-2u">\');3.j=$(\'#\'+e+\'-j\');3.12=$(\'#\'+e+\'-12\');3.p=$(\'#\'+e+\'-p\');3.2f=$(\'#\'+e+\'-2f\');3.1c=$(\'#\'+e+\'-1c\');3.k=$(\'#\'+e+\'-k\');3.2g=$(\'#\'+e+\'-2q\');3.1p=$(\'#\'+e+\'-2r\');3.1h=$(\'#\'+e+\'-2s\');3.1q=$(\'#\'+e+\'-2u\');3.j.9({\'z-1i\':3.4.b,\'y\':\'s\'}).1e();3.12.9({\'z-1i\':3.4.b+1});3.p.9({\'1o\':\'29\',\'8\':3.4.19[\'8\'],\'z-1i\':3.4.b+2});3.k.9({\'n\':3.4.19[\'n\'],\'2d-m-r\':3.4.1a[3.4.r].1k,\'2d-3q-r\':3.4.1a[3.4.r].1k});3.1c.9({\'q-1g\':\'13(\'+3.4.18+\'/\'+3.4.r+\'/\'+3.4.1y+\')\'});3.1h.9({\'r\':3.4.1a[3.4.r].1l});3.1q.9({\'r\':3.4.1a[3.4.r].1l});3.1c.o(\'1d\',$.o(3,5(){3.1o();a t}));$(1p).o(\'3r\',$.o(3,5(a,b){7(3.4.r==1){7(b.2h==27){3.1o()}7(b.2h==37){7(3.15){3.15.1b(\'1d\',b)}}7(b.2h==39){7(3.16){3.16.1b(\'1d\',b)}}}}));$(u).o(\'e\',$.o(3,5(){7(3.4.r==1){3.1s();3.1b.e()}}));$(u).o(\'3s\',$.o(3,5(){7(3.4.r==1){3.1s()}}));3.2v()},1r:5(a){a=$(a);a.3t();3.11((a.v("1t")||a.v("l")||""),a.v("1d"),(a.v(\'1u\')||t))},1o:5(){3.q(0)},2v:5(){p b=3;3.2i=[];$("a, 3u").2w(5(){7($(3).v(\'1u\')&&1n 3v("^"+b.4.1w).3w($(3).v(\'1u\'))){$(3).1d(5(a){a.1j();b.1r(3)});7(!($(3).v(\'t\')==b.4.l+"-2x"||$(3).v(\'t\')==b.4.l+"-2y")){b.2i.3x(3)}}})},q:5(a){7(3.4.r==0&&a!=0||a==1){3.1b.11();3.4.r=1;3.j.9({\'y\':\'2i\'})}n{3.j.9({\'y\':\'s\',\'1j\':-(3.4.19[\'n\']+3y)}).1e();3.1b.1e();3.1b.u.o(\'1e\',$.o(3,5(){7(3.4.r){7(3.w)3.w.3z();3.4.r=0}}))}},1s:5(a){p b={x:$(u).8(),y:$(u).n()};p c={x:$(u).40(),y:$(u).41()};p d=3.4.19[\'8\'];p e=3.4.19[\'n\'];7(3.4.r==0){p x=0;p y=0;y=c.x+((b.x-d)/2);7(3.4.2v=="42"){x=(c.y+b.y+1s)}n{x=(c.y-e)-1s}3.j.9({\'y\':\'s\',\'1j\':x,\'m\':y});3.p.9({\'8\':d});3.k.9({\'n\':e-1s})}a=$.1c({},{\'8\':3.f.8,\'n\':3.f.n,\'e\':0},a);7(3.2j)3.2j.1a();3.2j=3.j.q({\'m\':(c.x+((b.x-a.8)/2)),\'1j\':(c.y+(b.y-(a.n+(3.1e?1s:48)))/2)},{w:3.4.2y,2k:3.4.2a});7(a.e){7(3.2l)3.2l.1a();3.2l=3.k.q({n:a.n},{w:3.4.22,2k:3.4.23});7(3.v)3.v.1a();3.v=3.p.q({8:a.8},{w:3.4.22,2k:3.4.23,1i:5(){$(3).1b(\'1i\')}})}},2m:5(a,b){a=$(a);1t=$(\'&2p;\');1t.9({\'q-1g\':\'13(\'+3.4.18+\'/\'+3.4.r+\'/\'+3.4.1y+\')\'});1t.v(\'1d\',a.v(\'1d\'));a 1t},y:5(a,b,c){a 3.11(b,a,\'\',c)},11:5(b,c,d,e){3.2z();p f=c.2n(/(.+)?/)[1]||c;p g=/\\.(43?g|1x|1z|44)/45;p h=c.2n(/\\?(.+)/);7(h)h=h[1];p i=3.30(h);7(3.v)3.v.2j(\'1i\');i=$.1c({},{\'8\':0,\'n\':0,\'1u\':0,\'q\':\'\',\'1t\':b},i||{});i[\'8\']=1q(i[\'8\']);i[\'n\']=1q(i[\'n\']);i[\'1u\']=1q(i[\'1u\']);3.1b.4.2a=!i[\'1u\'];3.f=$.1c({},i,{\'8\':i[\'8\']+14});3.1e=3.f.1t?1f:t;7(e==\'1g\'||f.2n(g)){3.i=1n w();3.i.31=$.o(3,5(){3.i.31=5(){};7(!i[\'8\']){p a=3.32(3.i.8,3.i.n);i[\'8\']=a.x;i[\'n\']=a.y;3.f.8=i[\'8\']+14}3.f.n=i[\'n\']-(3.1e?21:35);3.1s({\'e\':1});3.v.o(\'1i\',$.o(3,5(){3.33(3.i.1r,i)}))});3.i.46=$.o(3,5(){3.11(\'\',3.4.1n+\'/\'+3.4.r+\'/47.1x\',3.4.1w)});3.i.1r=c}n{3.f.n=i[\'n\']+($.1m.49?2:0);3.1s({\'e\':1});7(c.34(\'4a\')!=-1){3.v.o(\'1i\',$.o(3,5(){3.2o($(\'#\'+i[\'4b\']).36(),3.f)}))}n 7(c.34(\'4c\')!=-1){p j=c.2p(\'4d\');3.v.o(\'1i\',$.o(3,5(){3.38(j[0],3.f)}))}n{3.v.o(\'1i\',$.o(3,5(){$.4e({13:c,4f:"4g",4h:t,4i:$.o(3,5(){3.11(\'\',3.4.1n+\'/\'+3.4.r+\'/4j.1x\',3.4.1w)}),4k:$.o(3,3.3a)})}))}}3.16=t;3.15=t;7(d.1v>3.4.1w.1v){3.1e=1f;p k=t;p l=t;p m=3;$.2w(3.2i,5(a){7($(3).v(\'1u\')==d&&!l){7($(3).v(\'1d\')==c){k=1f}n{7(k){m.16=m.2m(3,"2y");l=1f}n{m.15=m.2m(3,"2x")}}}})}3.3b();3.3c(b);3.q(1)},32:5(x,y){p a=$(u).8()-24;p b=$(u).n()-24;7(x>a){y=y*(a/x);x=a;7(y>b){x=x*(b/y);y=b}}n 7(y>b){x=x*(b/y);y=b;7(x>a){y=y*(a/x);x=a}}a{x:1q(x),y:1q(y)}},3a:5(a,b){3.2o(b,3.f)},3b:5(){7(3.15)3.15.o(\'1d\',$.o(3,5(a,b){b.1j();3.1r(3.15)}));7(3.16)3.16.o(\'1d\',$.o(3,5(a,b){b.1j();3.1r(3.16)}))},3c:5(){7(3.1e){3.2g.4l("1y-3d");3.1h.g();3.1p.g();3.1p.o(3.1h);3.1q.36(3.f.1t);3.1h.o(3.15);3.1h.o(3.16);3.1h.o(3.1q)}n{3.2g.4m("1y-3d");3.1p.g()}},33:5(a,b){3.12.g().3e(\'z\').9({\'8\':\'17\',\'n\':\'17\'}).o(\'\');3.w=$(\'#\'+3.4.l+\'-w\');3.w.v(\'1r\',a).9({\'8\':b[\'8\'],\'n\':b[\'n\']});3.p.9({\'q\':\'s\'});3.k.g().9({\'q-r\':\'2q\',\'1w\':\'1x\',\'8\':\'17\'})},2o:5(a,b){3.12.g().9({\'8\':b[\'8\']-14,\'n\':b[\'n\']+35,\'q-r\':b[\'q\']||\'#1v\'});3.k.g().9({\'8\':b[\'8\']-14,\'q-r\':b[\'q\']||\'#1v\'}).o(\'\');3.w=$(\'#\'+3.4.l+\'-w\');3.w.9({\'8\':b[\'8\']-14,\'n\':b[\'n\'],\'4n\':\'17\',\'q\':b[\'n\']||\'#1v\'}).o(a);3.p.9({\'q\':\'s\'})},38:5(a,b,c){3.12.g().9({\'8\':b[\'8\']-14,\'n\':b[\'n\']+35,\'q-r\':b[\'q\']||\'#1v\'});p d="4o"+1n 26().28()+"-w";3.k.g().9({\'8\':b[\'8\']-14,\'q-r\':b[\'q\']||\'#1v\',\'1w\':\'1x\'}).o(\'<2c t="\'+d+\'" 2g="0">\');3.w=$(\'#\'+d);3.w.9({\'8\':b[\'8\']-14,\'n\':b[\'n\'],\'q\':b[\'q\']||\'#1v\'}).v(\'1r\',a);3.p.9({\'q\':\'s\'})},2z:5(){3.12.g().3e(\'z\').9({\'8\':\'17\',\'n\':\'17\'});3.k.g().9({\'q-r\':\'2q\',\'1w\':\'1x\',\'8\':\'17\'});3.p.9({\'q\':\'13(\'+3.4.1n+\'/\'+3.4.r+\'/4p.1z) 2f-4q 3f% 3f%\'});3.k.g().9({\'q-r\':\'2q\',\'1w\':\'1x\',\'8\':\'17\'});3.1s($.1c(3.4.19,{\'e\':1}))},30:5(a){7(!a)a{};p b={};p c=a.2p(/[;&]/);3g(p i=0;i