jQuery.ui||(function(m){var j=m.fn.remove,n=m.browser.mozilla&&(parseFloat(m.browser.version)<1.9);m.ui={version:"1.7.2",plugin:{add:function(d,e,b){var a=m.ui[d].prototype;for(var c in b){a.plugins[c]=a.plugins[c]||[];a.plugins[c].push([e,b[c]])}},call:function(c,e,d){var b=c.plugins[e];if(!b||!c.element[0].parentNode){return}for(var a=0;a<b.length;a++){if(c.options[b[a][0]]){b[a][1].apply(c.element,d)}}}},contains:function(b,a){return document.compareDocumentPosition?b.compareDocumentPosition(a)&16:b!==a&&b.contains(a)},hasScroll:function(a,c){if(m(a).css("overflow")=="hidden"){return false}var b=(c&&c=="left")?"scrollLeft":"scrollTop",d=false;if(a[b]>0){return true}a[b]=1;d=(a[b]>0);a[b]=0;return d},isOverAxis:function(b,a,c){return(b>a)&&(b<(a+c))},isOver:function(c,e,b,a,d,f){return m.ui.isOverAxis(c,b,d)&&m.ui.isOverAxis(e,a,f)},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38}};if(n){var p=m.attr,o=m.fn.removeAttr,r="http://www.w3.org/2005/07/aaa",k=/^aria-/,l=/^wairole:/;m.attr=function(c,b,d){var a=d!==undefined;return(b=="role"?(a?p.call(this,c,b,"wairole:"+d):(p.apply(this,arguments)||"").replace(l,"")):(k.test(b)?(a?c.setAttributeNS(r,b.replace(k,"aaa:"),d):p.call(this,c,b.replace(k,"aaa:"))):p.apply(this,arguments)))};m.fn.removeAttr=function(a){return(k.test(a)?this.each(function(){this.removeAttributeNS(r,a.replace(k,""))}):o.call(this,a))}}m.fn.extend({remove:function(){m("*",this).add(this).each(function(){m(this).triggerHandler("remove")});return j.apply(this,arguments)},enableSelection:function(){return this.attr("unselectable","off").css("MozUserSelect","").unbind("selectstart.ui")},disableSelection:function(){return this.attr("unselectable","on").css("MozUserSelect","none").bind("selectstart.ui",function(){return false})},scrollParent:function(){var a;if((m.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){a=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(m.curCSS(this,"position",1))&&(/(auto|scroll)/).test(m.curCSS(this,"overflow",1)+m.curCSS(this,"overflow-y",1)+m.curCSS(this,"overflow-x",1))}).eq(0)}else{a=this.parents().filter(function(){return(/(auto|scroll)/).test(m.curCSS(this,"overflow",1)+m.curCSS(this,"overflow-y",1)+m.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!a.length?m(document):a}});m.extend(m.expr[":"],{data:function(c,b,a){return !!m.data(c,a[3])},focusable:function(b){var c=b.nodeName.toLowerCase(),a=m.attr(b,"tabindex");return(/input|select|textarea|button|object/.test(c)?!b.disabled:"a"==c||"area"==c?b.href||!isNaN(a):!isNaN(a))&&!m(b)["area"==c?"parents":"closest"](":hidden").length},tabbable:function(b){var a=m.attr(b,"tabindex");return(isNaN(a)||a>=0)&&m(b).is(":focusable")}});function q(a,b,c,f){function e(h){var g=m[a][b][h]||[];return(typeof g=="string"?g.split(/,?\s+/):g)}var d=e("getter");if(f.length==1&&typeof f[0]=="string"){d=d.concat(e("getterSetter"))}return(m.inArray(c,d)!=-1)}m.widget=function(b,a){var c=b.split(".")[0];b=b.split(".")[1];m.fn[b]=function(g){var e=(typeof g=="string"),f=Array.prototype.slice.call(arguments,1);if(e&&g.substring(0,1)=="_"){return this}if(e&&q(c,b,g,f)){var d=m.data(this[0],b);return(d?d[g].apply(d,f):undefined)}return this.each(function(){var h=m.data(this,b);(!h&&!e&&m.data(this,b,new m[c][b](this,g))._init());(h&&e&&m.isFunction(h[g])&&h[g].apply(h,f))})};m[c]=m[c]||{};m[c][b]=function(f,e){var d=this;this.namespace=c;this.widgetName=b;this.widgetEventPrefix=m[c][b].eventPrefix||b;this.widgetBaseClass=c+"-"+b;this.options=m.extend({},m.widget.defaults,m[c][b].defaults,m.metadata&&m.metadata.get(f)[b],e);this.element=m(f).bind("setData."+b,function(i,h,g){if(i.target==f){return d._setData(h,g)}}).bind("getData."+b,function(h,g){if(h.target==f){return d._getData(g)}}).bind("remove",function(){return d.destroy()})};m[c][b].prototype=m.extend({},m.widget.prototype,a);m[c][b].getterSetter="option"};m.widget.prototype={_init:function(){},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").removeAttr("aria-disabled")},option:function(d,a){var c=d,b=this;if(typeof d=="string"){if(a===undefined){return this._getData(d)}c={};c[d]=a}m.each(c,function(e,f){b._setData(e,f)})},_getData:function(a){return this.options[a]},_setData:function(a,b){this.options[a]=b;if(a=="disabled"){this.element[b?"addClass":"removeClass"](this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").attr("aria-disabled",b)}},enable:function(){this._setData("disabled",false)},disable:function(){this._setData("disabled",true)},_trigger:function(g,a,b){var f=this.options[g],e=(g==this.widgetEventPrefix?g:this.widgetEventPrefix+g);a=m.Event(a);a.type=e;if(a.originalEvent){for(var d=m.event.props.length,c;d;){c=m.event.props[--d];a[c]=a.originalEvent[c]}}this.element.trigger(a,b);return !(m.isFunction(f)&&f.call(this.element[0],a,b)===false||a.isDefaultPrevented())}};m.widget.defaults={disabled:false};m.ui.mouse={_mouseInit:function(){var a=this;this.element.bind("mousedown."+this.widgetName,function(b){return a._mouseDown(b)}).bind("click."+this.widgetName,function(b){if(a._preventClickEvent){a._preventClickEvent=false;b.stopImmediatePropagation();return false}});if(m.browser.msie){this._mouseUnselectable=this.element.attr("unselectable");this.element.attr("unselectable","on")}this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName);(m.browser.msie&&this.element.attr("unselectable",this._mouseUnselectable))},_mouseDown:function(d){d.originalEvent=d.originalEvent||{};if(d.originalEvent.mouseHandled){return}(this._mouseStarted&&this._mouseUp(d));this._mouseDownEvent=d;var c=this,a=(d.which==1),b=(typeof this.options.cancel=="string"?m(d.target).parents().add(d.target).filter(this.options.cancel).length:false);if(!a||b||!this._mouseCapture(d)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){c.mouseDelayMet=true},this.options.delay)}if(this._mouseDistanceMet(d)&&this._mouseDelayMet(d)){this._mouseStarted=(this._mouseStart(d)!==false);if(!this._mouseStarted){d.preventDefault();return true}}this._mouseMoveDelegate=function(e){return c._mouseMove(e)};this._mouseUpDelegate=function(e){return c._mouseUp(e)};m(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);(m.browser.safari||d.preventDefault());d.originalEvent.mouseHandled=true;return true},_mouseMove:function(a){if(m.browser.msie&&!a.button){return this._mouseUp(a)}if(this._mouseStarted){this._mouseDrag(a);return a.preventDefault()}if(this._mouseDistanceMet(a)&&this._mouseDelayMet(a)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,a)!==false);(this._mouseStarted?this._mouseDrag(a):this._mouseUp(a))}return !this._mouseStarted},_mouseUp:function(a){m(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=(a.target==this._mouseDownEvent.target);this._mouseStop(a)}return false},_mouseDistanceMet:function(a){return(Math.max(Math.abs(this._mouseDownEvent.pageX-a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance)},_mouseDelayMet:function(a){return this.mouseDelayMet},_mouseStart:function(a){},_mouseDrag:function(a){},_mouseStop:function(a){},_mouseCapture:function(a){return true}};m.ui.mouse.defaults={cancel:null,distance:1,delay:0}})(jQuery);(function(b){b.widget("ui.selectable",b.extend({},b.ui.mouse,{_init:function(){var a=this;this.element.addClass("ui-selectable");this.dragged=false;var d;this.refresh=function(){d=b(a.options.filter,a.element[0]);d.each(function(){var c=b(this);var f=c.offset();b.data(this,"selectable-item",{element:this,$element:c,left:f.left,top:f.top,right:f.left+c.outerWidth(),bottom:f.top+c.outerHeight(),startselected:false,selected:c.hasClass("ui-selected"),selecting:c.hasClass("ui-selecting"),unselecting:c.hasClass("ui-unselecting")})})};this.refresh();this.selectees=d.addClass("ui-selectee");this._mouseInit();this.helper=b(document.createElement("div")).css({border:"1px dotted black"}).addClass("ui-selectable-helper")},destroy:function(){this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy()},_mouseStart:function(f){var a=this;this.opos=[f.pageX,f.pageY];if(this.options.disabled){return}var e=this.options;this.selectees=b(e.filter,this.element[0]);this._trigger("start",f);b(e.appendTo).append(this.helper);this.helper.css({"z-index":100,position:"absolute",left:f.clientX,top:f.clientY,width:0,height:0});if(e.autoRefresh){this.refresh()}this.selectees.filter(".ui-selected").each(function(){var c=b.data(this,"selectable-item");c.startselected=true;if(!f.metaKey){c.$element.removeClass("ui-selected");c.selected=false;c.$element.addClass("ui-unselecting");c.unselecting=true;a._trigger("unselecting",f,{unselecting:c.element})}});b(f.target).parents().andSelf().each(function(){var c=b.data(this,"selectable-item");if(c){c.$element.removeClass("ui-unselecting").addClass("ui-selecting");c.unselecting=false;c.selecting=true;c.selected=true;a._trigger("selecting",f,{selecting:c.element});return false}})},_mouseDrag:function(a){var k=this;this.dragged=true;if(this.options.disabled){return}var m=this.options;var l=this.opos[0],p=this.opos[1],j=a.pageX,o=a.pageY;if(l>j){var n=j;j=l;l=n}if(p>o){var n=o;o=p;p=n}this.helper.css({left:l,top:p,width:j-l,height:o-p});this.selectees.each(function(){var c=b.data(this,"selectable-item");if(!c||c.element==k.element[0]){return}var d=false;if(m.tolerance=="touch"){d=(!(c.left>j||c.right<l||c.top>o||c.bottom<p))}else{if(m.tolerance=="fit"){d=(c.left>l&&c.right<j&&c.top>p&&c.bottom<o)}}if(d){if(c.selected){c.$element.removeClass("ui-selected");c.selected=false}if(c.unselecting){c.$element.removeClass("ui-unselecting");c.unselecting=false}if(!c.selecting){c.$element.addClass("ui-selecting");c.selecting=true;k._trigger("selecting",a,{selecting:c.element})}}else{if(c.selecting){if(a.metaKey&&c.startselected){c.$element.removeClass("ui-selecting");c.selecting=false;c.$element.addClass("ui-selected");c.selected=true}else{c.$element.removeClass("ui-selecting");c.selecting=false;if(c.startselected){c.$element.addClass("ui-unselecting");c.unselecting=true}k._trigger("unselecting",a,{unselecting:c.element})}}if(c.selected){if(!a.metaKey&&!c.startselected){c.$element.removeClass("ui-selected");c.selected=false;c.$element.addClass("ui-unselecting");c.unselecting=true;k._trigger("unselecting",a,{unselecting:c.element})}}}});return false},_mouseStop:function(f){var a=this;this.dragged=false;var e=this.options;b(".ui-unselecting",this.element[0]).each(function(){var c=b.data(this,"selectable-item");c.$element.removeClass("ui-unselecting");c.unselecting=false;c.startselected=false;a._trigger("unselected",f,{unselected:c.element})});b(".ui-selecting",this.element[0]).each(function(){var c=b.data(this,"selectable-item");c.$element.removeClass("ui-selecting").addClass("ui-selected");c.selecting=false;c.selected=true;c.startselected=true;a._trigger("selected",f,{selected:c.element})});this._trigger("stop",f);this.helper.remove();return false}}));b.extend(b.ui.selectable,{version:"1.7.2",defaults:{appendTo:"body",autoRefresh:true,cancel:":input,option",delay:0,distance:0,filter:"*",tolerance:"touch"}})})(jQuery);jQuery.effects||(function(i){i.effects={version:"1.7.2",save:function(c,a){for(var b=0;b<a.length;b++){if(a[b]!==null){c.data("ec.storage."+a[b],c[0].style[a[b]])}}},restore:function(c,a){for(var b=0;b<a.length;b++){if(a[b]!==null){c.css(a[b],c.data("ec.storage."+a[b]))}}},setMode:function(a,b){if(b=="toggle"){b=a.is(":hidden")?"show":"hide"}return b},getBaseline:function(d,a){var b,c;switch(d[0]){case"top":b=0;break;case"middle":b=0.5;break;case"bottom":b=1;break;default:b=d[0]/a.height}switch(d[1]){case"left":c=0;break;case"center":c=0.5;break;case"right":c=1;break;default:c=d[1]/a.width}return{x:c,y:b}},createWrapper:function(d){if(d.parent().is(".ui-effects-wrapper")){return d.parent()}var e={width:d.outerWidth(true),height:d.outerHeight(true),"float":d.css("float")};d.wrap('<div class="ui-effects-wrapper" style="font-size:100%;background:transparent;border:none;margin:0;padding:0"></div>');var c=d.parent();if(d.css("position")=="static"){c.css({position:"relative"});d.css({position:"relative"})}else{var b=d.css("top");if(isNaN(parseInt(b,10))){b="auto"}var a=d.css("left");if(isNaN(parseInt(a,10))){a="auto"}c.css({position:d.css("position"),top:b,left:a,zIndex:d.css("z-index")}).show();d.css({position:"relative",top:0,left:0})}c.css(e);return c},removeWrapper:function(a){if(a.parent().is(".ui-effects-wrapper")){return a.parent().replaceWith(a)}return a},setTransition:function(d,b,c,a){a=a||{};i.each(b,function(l,e){unit=d.cssUnit(e);if(unit[0]>0){a[e]=unit[0]*c+unit[1]}});return a},animateClass:function(b,c,e,d){var a=(typeof e=="function"?e:(d?d:null));var l=(typeof e=="string"?e:null);return this.each(function(){var v={};var n=i(this);var u=n.attr("style")||"";if(typeof u=="object"){u=u.cssText}if(b.toggle){n.hasClass(b.toggle)?b.remove=b.toggle:b.add=b.toggle}var s=i.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(b.add){n.addClass(b.add)}if(b.remove){n.removeClass(b.remove)}var k=i.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(b.add){n.removeClass(b.add)}if(b.remove){n.addClass(b.remove)}for(var t in k){if(typeof k[t]!="function"&&k[t]&&t.indexOf("Moz")==-1&&t.indexOf("length")==-1&&k[t]!=s[t]&&(t.match(/color/i)||(!t.match(/color/i)&&!isNaN(parseInt(k[t],10))))&&(s.position!="static"||(s.position=="static"&&!t.match(/left|top|bottom|right/)))){v[t]=k[t]}}n.animate(v,c,l,function(){if(typeof i(this).attr("style")=="object"){i(this).attr("style")["cssText"]="";i(this).attr("style")["cssText"]=u}else{i(this).attr("style",u)}if(b.add){i(this).addClass(b.add)}if(b.remove){i(this).removeClass(b.remove)}if(a){a.apply(this,arguments)}})})}};function h(e,d){var b=e[1]&&e[1].constructor==Object?e[1]:{};if(d){b.mode=d}var a=e[1]&&e[1].constructor!=Object?e[1]:(b.duration?b.duration:e[2]);a=i.fx.off?0:typeof a==="number"?a:i.fx.speeds[a]||i.fx.speeds._default;var c=b.callback||(i.isFunction(e[1])&&e[1])||(i.isFunction(e[2])&&e[2])||(i.isFunction(e[3])&&e[3]);return[e[0],b,a,c]}i.fn.extend({_show:i.fn.show,_hide:i.fn.hide,__toggle:i.fn.toggle,_addClass:i.fn.addClass,_removeClass:i.fn.removeClass,_toggleClass:i.fn.toggleClass,effect:function(d,c,a,b){return i.effects[d]?i.effects[d].call(this,{method:d,options:c||{},duration:a,callback:b}):null},show:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._show.apply(this,arguments)}else{return this.effect.apply(this,h(arguments,"show"))}},hide:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._hide.apply(this,arguments)}else{return this.effect.apply(this,h(arguments,"hide"))}},toggle:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))||(i.isFunction(arguments[0])||typeof arguments[0]=="boolean")){return this.__toggle.apply(this,arguments)}else{return this.effect.apply(this,h(arguments,"toggle"))}},addClass:function(d,c,b,a){return c?i.effects.animateClass.apply(this,[{add:d},c,b,a]):this._addClass(d)},removeClass:function(d,c,b,a){return c?i.effects.animateClass.apply(this,[{remove:d},c,b,a]):this._removeClass(d)},toggleClass:function(d,c,b,a){return((typeof c!=="boolean")&&c)?i.effects.animateClass.apply(this,[{toggle:d},c,b,a]):this._toggleClass(d,c)},morph:function(d,a,e,c,b){return i.effects.animateClass.apply(this,[{add:a,remove:d},e,c,b])},switchClass:function(){return this.morph.apply(this,arguments)},cssUnit:function(b){var c=this.css(b),a=[];i.each(["em","px","%","pt"],function(d,e){if(c.indexOf(e)>0){a=[parseFloat(c),e]}});return a}});i.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(b,a){i.fx.step[a]=function(c){if(c.state==0){c.start=j(c.elem,a);c.end=g(c.end)}c.elem.style[a]="rgb("+[Math.max(Math.min(parseInt((c.pos*(c.end[0]-c.start[0]))+c.start[0],10),255),0),Math.max(Math.min(parseInt((c.pos*(c.end[1]-c.start[1]))+c.start[1],10),255),0),Math.max(Math.min(parseInt((c.pos*(c.end[2]-c.start[2]))+c.start[2],10),255),0)].join(",")+")"}});function g(b){var a;if(b&&b.constructor==Array&&b.length==3){return b}if(a=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(b)){return[parseInt(a[1],10),parseInt(a[2],10),parseInt(a[3],10)]}if(a=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(b)){return[parseFloat(a[1])*2.55,parseFloat(a[2])*2.55,parseFloat(a[3])*2.55]}if(a=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(b)){return[parseInt(a[1],16),parseInt(a[2],16),parseInt(a[3],16)]}if(a=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(b)){return[parseInt(a[1]+a[1],16),parseInt(a[2]+a[2],16),parseInt(a[3]+a[3],16)]}if(a=/rgba\(0, 0, 0, 0\)/.exec(b)){return f.transparent}return f[i.trim(b).toLowerCase()]}function j(a,b){var c;do{c=i.curCSS(a,b);if(c!=""&&c!="transparent"||i.nodeName(a,"body")){break}b="backgroundColor"}while(a=a.parentNode);return g(c)}var f={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]};i.easing.jswing=i.easing.swing;i.extend(i.easing,{def:"easeOutQuad",swing:function(e,a,d,c,b){return i.easing[i.easing.def](e,a,d,c,b)},easeInQuad:function(e,a,d,c,b){return c*(a/=b)*a+d},easeOutQuad:function(e,a,d,c,b){return -c*(a/=b)*(a-2)+d},easeInOutQuad:function(e,a,d,c,b){if((a/=b/2)<1){return c/2*a*a+d}return -c/2*((--a)*(a-2)-1)+d},easeInCubic:function(e,a,d,c,b){return c*(a/=b)*a*a+d},easeOutCubic:function(e,a,d,c,b){return c*((a=a/b-1)*a*a+1)+d},easeInOutCubic:function(e,a,d,c,b){if((a/=b/2)<1){return c/2*a*a*a+d}return c/2*((a-=2)*a*a+2)+d},easeInQuart:function(e,a,d,c,b){return c*(a/=b)*a*a*a+d},easeOutQuart:function(e,a,d,c,b){return -c*((a=a/b-1)*a*a*a-1)+d},easeInOutQuart:function(e,a,d,c,b){if((a/=b/2)<1){return c/2*a*a*a*a+d}return -c/2*((a-=2)*a*a*a-2)+d},easeInQuint:function(e,a,d,c,b){return c*(a/=b)*a*a*a*a+d},easeOutQuint:function(e,a,d,c,b){return c*((a=a/b-1)*a*a*a*a+1)+d},easeInOutQuint:function(e,a,d,c,b){if((a/=b/2)<1){return c/2*a*a*a*a*a+d}return c/2*((a-=2)*a*a*a*a+2)+d},easeInSine:function(e,a,d,c,b){return -c*Math.cos(a/b*(Math.PI/2))+c+d},easeOutSine:function(e,a,d,c,b){return c*Math.sin(a/b*(Math.PI/2))+d},easeInOutSine:function(e,a,d,c,b){return -c/2*(Math.cos(Math.PI*a/b)-1)+d},easeInExpo:function(e,a,d,c,b){return(a==0)?d:c*Math.pow(2,10*(a/b-1))+d},easeOutExpo:function(e,a,d,c,b){return(a==b)?d+c:c*(-Math.pow(2,-10*a/b)+1)+d},easeInOutExpo:function(e,a,d,c,b){if(a==0){return d}if(a==b){return d+c}if((a/=b/2)<1){return c/2*Math.pow(2,10*(a-1))+d}return c/2*(-Math.pow(2,-10*--a)+2)+d},easeInCirc:function(e,a,d,c,b){return -c*(Math.sqrt(1-(a/=b)*a)-1)+d},easeOutCirc:function(e,a,d,c,b){return c*Math.sqrt(1-(a=a/b-1)*a)+d},easeInOutCirc:function(e,a,d,c,b){if((a/=b/2)<1){return -c/2*(Math.sqrt(1-a*a)-1)+d}return c/2*(Math.sqrt(1-(a-=2)*a)+1)+d},easeInElastic:function(o,a,n,e,d){var b=1.70158;var c=0;var p=e;if(a==0){return n}if((a/=d)==1){return n+e}if(!c){c=d*0.3}if(p<Math.abs(e)){p=e;var b=c/4}else{var b=c/(2*Math.PI)*Math.asin(e/p)}return -(p*Math.pow(2,10*(a-=1))*Math.sin((a*d-b)*(2*Math.PI)/c))+n},easeOutElastic:function(o,a,n,e,d){var b=1.70158;var c=0;var p=e;if(a==0){return n}if((a/=d)==1){return n+e}if(!c){c=d*0.3}if(p<Math.abs(e)){p=e;var b=c/4}else{var b=c/(2*Math.PI)*Math.asin(e/p)}return p*Math.pow(2,-10*a)*Math.sin((a*d-b)*(2*Math.PI)/c)+e+n},easeInOutElastic:function(o,a,n,e,d){var b=1.70158;var c=0;var p=e;if(a==0){return n}if((a/=d/2)==2){return n+e}if(!c){c=d*(0.3*1.5)}if(p<Math.abs(e)){p=e;var b=c/4}else{var b=c/(2*Math.PI)*Math.asin(e/p)}if(a<1){return -0.5*(p*Math.pow(2,10*(a-=1))*Math.sin((a*d-b)*(2*Math.PI)/c))+n}return p*Math.pow(2,-10*(a-=1))*Math.sin((a*d-b)*(2*Math.PI)/c)*0.5+e+n},easeInBack:function(l,b,e,a,d,c){if(c==undefined){c=1.70158}return a*(b/=d)*b*((c+1)*b-c)+e},easeOutBack:function(l,b,e,a,d,c){if(c==undefined){c=1.70158}return a*((b=b/d-1)*b*((c+1)*b+c)+1)+e},easeInOutBack:function(l,b,e,a,d,c){if(c==undefined){c=1.70158}if((b/=d/2)<1){return a/2*(b*b*(((c*=(1.525))+1)*b-c))+e}return a/2*((b-=2)*b*(((c*=(1.525))+1)*b+c)+2)+e},easeInBounce:function(e,a,d,c,b){return c-i.easing.easeOutBounce(e,b-a,0,c,b)+d},easeOutBounce:function(e,a,d,c,b){if((a/=b)<(1/2.75)){return c*(7.5625*a*a)+d}else{if(a<(2/2.75)){return c*(7.5625*(a-=(1.5/2.75))*a+0.75)+d}else{if(a<(2.5/2.75)){return c*(7.5625*(a-=(2.25/2.75))*a+0.9375)+d}else{return c*(7.5625*(a-=(2.625/2.75))*a+0.984375)+d}}}},easeInOutBounce:function(e,a,d,c,b){if(a<b/2){return i.easing.easeInBounce(e,a*2,0,c,b)*0.5+d}return i.easing.easeOutBounce(e,a*2-b,0,c,b)*0.5+c*0.5+d}})})(jQuery);(function(b){b.effects.transfer=function(a){return this.queue(function(){var m=b(this),j=b(a.options.to),l=j.offset(),n={top:l.top,left:l.left,height:j.innerHeight(),width:j.innerWidth()},k=m.offset(),i=b('<div class="ui-effects-transfer"></div>').appendTo(document.body).addClass(a.options.className).css({top:k.top,left:k.left,height:m.innerHeight(),width:m.innerWidth(),position:"absolute"}).animate(n,a.duration,a.options.easing,function(){i.remove();(a.callback&&a.callback.apply(m[0],arguments));m.dequeue()})})}})(jQuery);