Map.prototype={};function Map(c){var d=jQuery(c.selector),g=c.pins,e=[],f=null,b=this;
a();function a(){d.css("position","relative");}this.loadPins=function(){var i=0;for(i=0;
i<g.length;i++){var k=g[i],j=new Pin(k);j.setMap(b);e.push(j);}};this.onPinClick=function(i){if(f!=null){f.deactivate();
}f=i;h(i.getVenueId());};this.getElement=function(){return d;};function h(j){var i=jQuery("DIV#map-content DIV#"+j).clone().attr("id","");
d.find("DIV.popup.display").remove();d.append(i);i.css({position:"absolute",top:(d.innerHeight()-i.outerHeight())/2,left:(d.innerWidth()-i.outerWidth())/2}).addClass("display");
i.find("DIV.header, DIV.body, IMG.close-btn").addClass("pngfix");i.find("IMG.close-btn").click(function(){i.remove();
f.deactivate();f=null;});}}Pin.prototype={};function Pin(o){var h=o.x,g=o.y,m=o.icon,r=o.name,d=o.orientation,j=o.suppressLine,p=null,c=o.venueId,b=jQuery("<div class='pin'><label>"+r+"</label><a><img></a></div>"),l=jQuery(b.find("IMG")),e=false,f=o.cssClass,k=this;
a();function a(){var s=jQuery(b.find("IMG"));if(d=="left"){b.addClass("pin-left");
h-=140;}if(j){b.removeClass("pin").addClass("pin-blank "+o.cssClass);}b.data("venueId",c);
b.css({position:"absolute",left:h,top:g,cursor:"pointer"});s.attr("src",m).addClass("pngfix");
b.hover(i,q);}function i(){if(b.hasClass("pin-blank")){b.addClass("pin-blank-hover");
}else{b.addClass("pin-hover");}if(!e){var t=l.attr("src"),s=null;if(t==Pin.ICON_PLANNED){s=Pin.ICON_PLANNED_OVER;
}else{if(t==Pin.ICON_INTERIM){s=Pin.ICON_INTERIM_OVER;}else{if(t==Pin.ICON_WORKINGON){s=Pin.ICON_WORKINGON_OVER;
}else{s=Pin.ICON_OPEN_OVER;}}}l.attr("src",s);}}function q(){b.removeClass("pin-hover").removeClass("pin-blank-hover");
if(!e){b.removeClass("pin-active").removeClass("pin-blank-active");}if(!e){var t=l.attr("src"),s=null;
if(t==Pin.ICON_PLANNED_OVER){s=Pin.ICON_PLANNED;}else{if(t==Pin.ICON_INTERIM_OVER){s=Pin.ICON_INTERIM;
}else{if(t==Pin.ICON_WORKINGON_OVER){s=Pin.ICON_WORKINGON;}else{s=Pin.ICON_OPEN;}}}l.attr("src",s);
}}function n(){if(b.hasClass("pin-blank")){b.addClass("pin-blank-active");}else{b.addClass("pin-active");
}if(!e){var t=l.attr("src"),s=null;if(t==Pin.ICON_PLANNED_OVER){s=Pin.ICON_PLANNED_CLICK;
}else{if(t==Pin.ICON_INTERIM_OVER){s=Pin.ICON_INTERIM_CLICK;}else{if(t==Pin.ICON_WORKINGON_OVER){s=Pin.ICON_WORKINGON_CLICK;
}else{s=Pin.ICON_OPEN_CLICK;}}}l.attr("src",s);p.onPinClick(k);e=true;}}this.getVenueId=function(){return b.data("venueId");
};this.deactivate=function(){var t=l.attr("src"),s=null;if(t==Pin.ICON_PLANNED_CLICK||t==Pin.ICON_PLANNED_OVER){s=Pin.ICON_PLANNED;
}else{if(t==Pin.ICON_INTERIM_CLICK||t==Pin.ICON_INTERIM_OVER){s=Pin.ICON_INTERIM;
}else{if(t==Pin.ICON_WORKINGON_CLICK||t==Pin.ICON_WORKINGON_OVER){s=Pin.ICON_WORKINGON;
}else{s=Pin.ICON_OPEN;}}}l.attr("src",s);b.removeClass("pin-active").removeClass("pin-blank-active");
e=false;};this.setMap=function(s){p=s;p.getElement().append(b);b.click(n);};}Pin.ICON_PLANNED=maggiesBaseUrl+"/docroot/img/map/pin-planned.png";
Pin.ICON_INTERIM=maggiesBaseUrl+"/docroot/img/map/pin-interim.png";Pin.ICON_OPEN=maggiesBaseUrl+"/docroot/img/map/pin-open.png";
Pin.ICON_WORKINGON=maggiesBaseUrl+"/docroot/img/map/pin-workingon.png";Pin.ICON_PLANNED_OVER=maggiesBaseUrl+"/docroot/img/map/pin-planned-over.png";
Pin.ICON_INTERIM_OVER=maggiesBaseUrl+"/docroot/img/map/pin-interim-over.png";Pin.ICON_OPEN_OVER=maggiesBaseUrl+"/docroot/img/map/pin-open-over.png";
Pin.ICON_WORKINGON_OVER=maggiesBaseUrl+"/docroot/img/map/pin-workingon-over.png";
Pin.ICON_PLANNED_CLICK=maggiesBaseUrl+"/docroot/img/map/pin-planned-click.png";Pin.ICON_INTERIM_CLICK=maggiesBaseUrl+"/docroot/img/map/pin-interim-click.png";
Pin.ICON_OPEN_CLICK=maggiesBaseUrl+"/docroot/img/map/pin-open-click.png";Pin.ICON_WORKINGON_CLICK=maggiesBaseUrl+"/docroot/img/map/pin-workingon-click.png";
/*
 * jQuery JavaScript Library v1.4.3
 * http://jquery.com/
 *
 * Copyright 2010, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2010, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Thu Oct 14 23:10:06 2010 -0400
 */
(function(au,ay){function ai(){return false;
}function am(){return true;}function s(u,c,A){A[0].type=u;return M.event.handle.apply(c,A);
}function aW(X){var W,V,U=[],T=[],S,O,E,A,aa,Z,u,c;O=M.data(this,this.nodeType?"events":"__events__");
if(typeof O==="function"){O=O.events;}if(!(X.liveFired===this||!O||!O.live||X.button&&X.type==="click")){if(X.namespace){c=RegExp("(^|\\.)"+X.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)");
}X.liveFired=this;var Y=O.live.slice(0);for(A=0;A<Y.length;A++){O=Y[A];O.origType.replace(af,"")===X.type?T.push(O.selector):Y.splice(A--,1);
}T=M(X.target).closest(T,X.currentTarget);aa=0;for(Z=T.length;aa<Z;aa++){u=T[aa];
for(A=0;A<Y.length;A++){O=Y[A];if(u.selector===O.selector&&(!c||c.test(O.namespace))){E=u.elem;
S=null;if(O.preType==="mouseenter"||O.preType==="mouseleave"){X.type=O.preType;S=M(X.relatedTarget).closest(O.selector)[0];
}if(!S||S!==E){U.push({elem:E,handleObj:O,level:u.level});}}}}aa=0;for(Z=U.length;
aa<Z;aa++){T=U[aa];if(V&&T.level>V){break;}X.currentTarget=T.elem;X.data=T.handleObj.data;
X.handleObj=T.handleObj;c=T.handleObj.origHandler.apply(T.elem,arguments);if(c===false||X.isPropagationStopped()){V=T.level;
if(c===false){W=false;}}}return W;}}function ae(u,c){return(u&&u!=="*"?u+".":"")+c.replace(aK,"`").replace(av,"&");
}function h(u,c,E){if(M.isFunction(c)){return M.grep(u,function(S,O){return !!c.call(S,O,S)===E;
});}else{if(c.nodeType){return M.grep(u,function(O){return O===c===E;});}else{if(typeof c==="string"){var A=M.grep(u,function(O){return O.nodeType===1;
});if(N.test(c)){return M.filter(c,A,!E);}else{c=M.filter(c,A);}}}}return M.grep(u,function(O){return M.inArray(O,c)>=0===E;
});}function aV(u,c){var A=0;c.each(function(){if(this.nodeName===(u[A]&&u[A].nodeName)){var T=M.data(u[A++]),S=M.data(this,T);
if(T=T&&T.events){delete S.handle;S.events={};for(var O in T){for(var E in T[O]){M.event.add(this,O,T[O][E],T[O][E].data);
}}}}});}function x(u,c){c.src?M.ajax({url:c.src,async:false,dataType:"script"}):M.globalEval(c.text||c.textContent||c.innerHTML||"");
c.parentNode&&c.parentNode.removeChild(c);}function aJ(u,c,E){var A=c==="width"?u.offsetWidth:u.offsetHeight;
if(E==="border"){return A;}M.each(c==="width"?l:aZ,function(){E||(A-=parseFloat(M.css(u,"padding"+this))||0);
if(E==="margin"){A+=parseFloat(M.css(u,"margin"+this))||0;}else{A-=parseFloat(M.css(u,"border"+this+"Width"))||0;
}});return A;}function G(u,c,E,A){if(M.isArray(c)&&c.length){M.each(c,function(S,O){E||aO.test(u)?A(u,O):G(u+"["+(typeof O==="object"||M.isArray(O)?S:"")+"]",O,E,A);
});}else{if(!E&&c!=null&&typeof c==="object"){M.isEmptyObject(c)?A(u,""):M.each(c,function(S,O){G(u+"["+S+"]",O,E,A);
});}else{A(u,c);}}}function ak(u,c){var A={};M.each(at.concat.apply([],at.slice(0,c)),function(){A[this]=u;
});return A;}function L(u){if(!q[u]){var c=M("<"+u+">").appendTo("body"),A=c.css("display");
c.remove();if(A==="none"||A===""){A="block";}q[u]=A;}return q[u];}function f(c){return M.isWindow(c)?c:c.nodeType===9?c.defaultView||c.parentWindow:false;
}var D=au.document,M=function(){function bf(){if(!be.isReady){try{D.documentElement.doScroll("left");
}catch(bg){setTimeout(bf,1);return;}be.ready();}}var be=function(bg,bh){return new be.fn.init(bg,bh);
},bd=au.jQuery,bc=au.$,bb,a9=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,a7=/\S/,a6=/^\s+/,a4=/\s+$/,Z=/\W/,X=/\d/,a1=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,aa=/^[\],:{}\s]*$/,U=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,V=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,W=/(?:^|:|,)(?:\s*\[)+/g,O=/(webkit)[ \/]([\w.]+)/,ba=/(opera)(?:.*version)?[ \/]([\w.]+)/,a8=/(msie) ([\w.]+)/,a3=/(mozilla)(?:.*? rv:([\w.]+))?/,a5=navigator.userAgent,a2=false,a0=[],Y,T=Object.prototype.toString,ab=Object.prototype.hasOwnProperty,A=Array.prototype.push,E=Array.prototype.slice,c=String.prototype.trim,u=Array.prototype.indexOf,S={};
be.fn=be.prototype={init:function(bg,bi){var bk,bj,bh;if(!bg){return this;}if(bg.nodeType){this.context=this[0]=bg;
this.length=1;return this;}if(bg==="body"&&!bi&&D.body){this.context=D;this[0]=D.body;
this.selector="body";this.length=1;return this;}if(typeof bg==="string"){if((bk=a9.exec(bg))&&(bk[1]||!bi)){if(bk[1]){bh=bi?bi.ownerDocument||bi:D;
if(bj=a1.exec(bg)){if(be.isPlainObject(bi)){bg=[D.createElement(bj[1])];be.fn.attr.call(bg,bi,true);
}else{bg=[bh.createElement(bj[1])];}}else{bj=be.buildFragment([bk[1]],[bh]);bg=(bj.cacheable?bj.fragment.cloneNode(true):bj.fragment).childNodes;
}return be.merge(this,bg);}else{if((bj=D.getElementById(bk[2]))&&bj.parentNode){if(bj.id!==bk[2]){return bb.find(bg);
}this.length=1;this[0]=bj;}this.context=D;this.selector=bg;return this;}}else{if(!bi&&!Z.test(bg)){this.selector=bg;
this.context=D;bg=D.getElementsByTagName(bg);return be.merge(this,bg);}else{return !bi||bi.jquery?(bi||bb).find(bg):be(bi).find(bg);
}}}else{if(be.isFunction(bg)){return bb.ready(bg);}}if(bg.selector!==ay){this.selector=bg.selector;
this.context=bg.context;}return be.makeArray(bg,this);},selector:"",jquery:"1.4.3",length:0,size:function(){return this.length;
},toArray:function(){return E.call(this,0);},get:function(bg){return bg==null?this.toArray():bg<0?this.slice(bg)[0]:this[bg];
},pushStack:function(bg,bh,bj){var bi=be();be.isArray(bg)?A.apply(bi,bg):be.merge(bi,bg);
bi.prevObject=this;bi.context=this.context;if(bh==="find"){bi.selector=this.selector+(this.selector?" ":"")+bj;
}else{if(bh){bi.selector=this.selector+"."+bh+"("+bj+")";}}return bi;},each:function(bg,bh){return be.each(this,bg,bh);
},ready:function(bg){be.bindReady();if(be.isReady){bg.call(D,be);}else{a0&&a0.push(bg);
}return this;},eq:function(bg){return bg===-1?this.slice(bg):this.slice(bg,+bg+1);
},first:function(){return this.eq(0);},last:function(){return this.eq(-1);},slice:function(){return this.pushStack(E.apply(this,arguments),"slice",E.call(arguments).join(","));
},map:function(bg){return this.pushStack(be.map(this,function(bh,bi){return bg.call(bh,bi,bh);
}));},end:function(){return this.prevObject||be(null);},push:A,sort:[].sort,splice:[].splice};
be.fn.init.prototype=be.fn;be.extend=be.fn.extend=function(){var bi=arguments[0]||{},bg=1,bk=arguments.length,bj=false,bo,bn,bl,bm,bh;
if(typeof bi==="boolean"){bj=bi;bi=arguments[1]||{};bg=2;}if(typeof bi!=="object"&&!be.isFunction(bi)){bi={};
}if(bk===bg){bi=this;--bg;}for(;bg<bk;bg++){if((bo=arguments[bg])!=null){for(bn in bo){bl=bi[bn];
bm=bo[bn];if(bi!==bm){if(bj&&bm&&(be.isPlainObject(bm)||(bh=be.isArray(bm)))){if(bh){bh=false;
clone=bl&&be.isArray(bl)?bl:[];}else{clone=bl&&be.isPlainObject(bl)?bl:{};}bi[bn]=be.extend(bj,clone,bm);
}else{if(bm!==ay){bi[bn]=bm;}}}}}}return bi;};be.extend({noConflict:function(bg){au.$=bc;
if(bg){au.jQuery=bd;}return be;},isReady:false,readyWait:1,ready:function(bg){bg===true&&be.readyWait--;
if(!be.readyWait||bg!==true&&!be.isReady){if(!D.body){return setTimeout(be.ready,1);
}be.isReady=true;if(!(bg!==true&&--be.readyWait>0)){if(a0){for(var bh=0;bg=a0[bh++];
){bg.call(D,be);}a0=null;}be.fn.triggerHandler&&be(D).triggerHandler("ready");}}},bindReady:function(){if(!a2){a2=true;
if(D.readyState==="complete"){return setTimeout(be.ready,1);}if(D.addEventListener){D.addEventListener("DOMContentLoaded",Y,false);
au.addEventListener("load",be.ready,false);}else{if(D.attachEvent){D.attachEvent("onreadystatechange",Y);
au.attachEvent("onload",be.ready);var bg=false;try{bg=au.frameElement==null;}catch(bh){}D.documentElement.doScroll&&bg&&bf();
}}}},isFunction:function(bg){return be.type(bg)==="function";},isArray:Array.isArray||function(bg){return be.type(bg)==="array";
},isWindow:function(bg){return bg&&typeof bg==="object"&&"setInterval" in bg;},isNaN:function(bg){return bg==null||!X.test(bg)||isNaN(bg);
},type:function(bg){return bg==null?String(bg):S[T.call(bg)]||"object";},isPlainObject:function(bg){if(!bg||be.type(bg)!=="object"||bg.nodeType||be.isWindow(bg)){return false;
}if(bg.constructor&&!ab.call(bg,"constructor")&&!ab.call(bg.constructor.prototype,"isPrototypeOf")){return false;
}for(var bh in bg){}return bh===ay||ab.call(bg,bh);},isEmptyObject:function(bg){for(var bh in bg){return false;
}return true;},error:function(bg){throw bg;},parseJSON:function(bg){if(typeof bg!=="string"||!bg){return null;
}bg=be.trim(bg);if(aa.test(bg.replace(U,"@").replace(V,"]").replace(W,""))){return au.JSON&&au.JSON.parse?au.JSON.parse(bg):(new Function("return "+bg))();
}else{be.error("Invalid JSON: "+bg);}},noop:function(){},globalEval:function(bg){if(bg&&a7.test(bg)){var bh=D.getElementsByTagName("head")[0]||D.documentElement,bi=D.createElement("script");
bi.type="text/javascript";if(be.support.scriptEval){bi.appendChild(D.createTextNode(bg));
}else{bi.text=bg;}bh.insertBefore(bi,bh.firstChild);bh.removeChild(bi);}},nodeName:function(bg,bh){return bg.nodeName&&bg.nodeName.toUpperCase()===bh.toUpperCase();
},each:function(bi,bk,bm){var bl,bj=0,bh=bi.length,bg=bh===ay||be.isFunction(bi);
if(bm){if(bg){for(bl in bi){if(bk.apply(bi[bl],bm)===false){break;}}}else{for(;bj<bh;
){if(bk.apply(bi[bj++],bm)===false){break;}}}}else{if(bg){for(bl in bi){if(bk.call(bi[bl],bl,bi[bl])===false){break;
}}}else{for(bm=bi[0];bj<bh&&bk.call(bm,bj,bm)!==false;bm=bi[++bj]){}}}return bi;},trim:c?function(bg){return bg==null?"":c.call(bg);
}:function(bg){return bg==null?"":bg.toString().replace(a6,"").replace(a4,"");},makeArray:function(bg,bh){var bj=bh||[];
if(bg!=null){var bi=be.type(bg);bg.length==null||bi==="string"||bi==="function"||bi==="regexp"||be.isWindow(bg)?A.call(bj,bg):be.merge(bj,bg);
}return bj;},inArray:function(bg,bh){if(bh.indexOf){return bh.indexOf(bg);}for(var bj=0,bi=bh.length;
bj<bi;bj++){if(bh[bj]===bg){return bj;}}return -1;},merge:function(bg,bi){var bk=bg.length,bj=0;
if(typeof bi.length==="number"){for(var bh=bi.length;bj<bh;bj++){bg[bk++]=bi[bj];
}}else{for(;bi[bj]!==ay;){bg[bk++]=bi[bj++];}}bg.length=bk;return bg;},grep:function(bi,bk,bm){var bl=[],bj;
bm=!!bm;for(var bh=0,bg=bi.length;bh<bg;bh++){bj=!!bk(bi[bh],bh);bm!==bj&&bl.push(bi[bh]);
}return bl;},map:function(bi,bk,bm){for(var bl=[],bj,bh=0,bg=bi.length;bh<bg;bh++){bj=bk(bi[bh],bh,bm);
if(bj!=null){bl[bl.length]=bj;}}return bl.concat.apply([],bl);},guid:1,proxy:function(bg,bh,bi){if(arguments.length===2){if(typeof bh==="string"){bi=bg;
bg=bi[bh];bh=ay;}else{if(bh&&!be.isFunction(bh)){bi=bh;bh=ay;}}}if(!bh&&bg){bh=function(){return bg.apply(bi||this,arguments);
};}if(bg){bh.guid=bg.guid=bg.guid||bh.guid||be.guid++;}return bh;},access:function(bj,bl,bn,bm,bk,bi){var bg=bj.length;
if(typeof bl==="object"){for(var bh in bl){be.access(bj,bh,bl[bh],bm,bk,bn);}return bj;
}if(bn!==ay){bm=!bi&&bm&&be.isFunction(bn);for(bh=0;bh<bg;bh++){bk(bj[bh],bl,bm?bn.call(bj[bh],bh,bk(bj[bh],bl)):bn,bi);
}return bj;}return bg?bk(bj[0],bl):ay;},now:function(){return(new Date).getTime();
},uaMatch:function(bg){bg=bg.toLowerCase();bg=O.exec(bg)||ba.exec(bg)||a8.exec(bg)||bg.indexOf("compatible")<0&&a3.exec(bg)||[];
return{browser:bg[1]||"",version:bg[2]||"0"};},browser:{}});be.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(bg,bh){S["[object "+bh+"]"]=bh.toLowerCase();
});a5=be.uaMatch(a5);if(a5.browser){be.browser[a5.browser]=true;be.browser.version=a5.version;
}if(be.browser.webkit){be.browser.safari=true;}if(u){be.inArray=function(bg,bh){return u.call(bh,bg);
};}if(!/\s/.test("\u00a0")){a6=/^[\s\xA0]+/;a4=/[\s\xA0]+$/;}bb=be(D);if(D.addEventListener){Y=function(){D.removeEventListener("DOMContentLoaded",Y,false);
be.ready();};}else{if(D.attachEvent){Y=function(){if(D.readyState==="complete"){D.detachEvent("onreadystatechange",Y);
be.ready();}};}}return au.jQuery=au.$=be;}();(function(){M.support={};var V=D.documentElement,U=D.createElement("script"),T=D.createElement("div"),S="script"+M.now();
T.style.display="none";T.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";
var O=T.getElementsByTagName("*"),E=T.getElementsByTagName("a")[0],A=D.createElement("select"),u=A.appendChild(D.createElement("option"));
if(!(!O||!O.length||!E)){M.support={leadingWhitespace:T.firstChild.nodeType===3,tbody:!T.getElementsByTagName("tbody").length,htmlSerialize:!!T.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:/^0.55$/.test(E.style.opacity),cssFloat:!!E.style.cssFloat,checkOn:T.getElementsByTagName("input")[0].value==="on",optSelected:u.selected,optDisabled:false,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableHiddenOffsets:true};
A.disabled=true;M.support.optDisabled=!u.disabled;U.type="text/javascript";try{U.appendChild(D.createTextNode("window."+S+"=1;"));
}catch(c){}V.insertBefore(U,V.firstChild);if(au[S]){M.support.scriptEval=true;delete au[S];
}V.removeChild(U);if(T.attachEvent&&T.fireEvent){T.attachEvent("onclick",function W(){M.support.noCloneEvent=false;
T.detachEvent("onclick",W);});T.cloneNode(true).fireEvent("onclick");}T=D.createElement("div");
T.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";V=D.createDocumentFragment();
V.appendChild(T.firstChild);M.support.checkClone=V.cloneNode(true).cloneNode(true).lastChild.checked;
M(function(){var Y=D.createElement("div");Y.style.width=Y.style.paddingLeft="1px";
D.body.appendChild(Y);M.boxModel=M.support.boxModel=Y.offsetWidth===2;if("zoom" in Y.style){Y.style.display="inline";
Y.style.zoom=1;M.support.inlineBlockNeedsLayout=Y.offsetWidth===2;Y.style.display="";
Y.innerHTML="<div style='width:4px;'></div>";M.support.shrinkWrapBlocks=Y.offsetWidth!==2;
}Y.innerHTML="<table><tr><td style='padding:0;display:none'></td><td>t</td></tr></table>";
var X=Y.getElementsByTagName("td");M.support.reliableHiddenOffsets=X[0].offsetHeight===0;
X[0].style.display="";X[1].style.display="none";M.support.reliableHiddenOffsets=M.support.reliableHiddenOffsets&&X[0].offsetHeight===0;
Y.innerHTML="";D.body.removeChild(Y).style.display="none";});V=function(Y){var X=D.createElement("div");
Y="on"+Y;var Z=Y in X;if(!Z){X.setAttribute(Y,"return;");Z=typeof X[Y]==="function";
}return Z;};M.support.submitBubbles=V("submit");M.support.changeBubbles=V("change");
V=U=T=O=E=null;}})();M.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};
var w={},aA=/^(?:\{.*\}|\[.*\])$/;M.extend({cache:{},uuid:0,expando:"jQuery"+M.now(),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},data:function(u,c,S){if(M.acceptData(u)){u=u==au?w:u;
var O=u.nodeType,E=O?u[M.expando]:null,A=M.cache;if(!(O&&!E&&typeof c==="string"&&S===ay)){if(O){E||(u[M.expando]=E=++M.uuid);
}else{A=u;}if(typeof c==="object"){if(O){A[E]=M.extend(A[E],c);}else{M.extend(A,c);
}}else{if(O&&!A[E]){A[E]={};}}u=O?A[E]:A;if(S!==ay){u[c]=S;}return typeof c==="string"?u[c]:u;
}}},removeData:function(u,c){if(M.acceptData(u)){u=u==au?w:u;var T=u.nodeType,S=T?u[M.expando]:u,O=M.cache,E=T?O[S]:S;
if(c){if(E){delete E[c];T&&M.isEmptyObject(E)&&M.removeData(u);}}else{if(T&&M.support.deleteExpando){delete u[M.expando];
}else{if(u.removeAttribute){u.removeAttribute(M.expando);}else{if(T){delete O[S];
}else{for(var A in u){delete u[A];}}}}}}},acceptData:function(u){if(u.nodeName){var c=M.noData[u.nodeName.toLowerCase()];
if(c){return !(c===true||u.getAttribute("classid")!==c);}}return true;}});M.fn.extend({data:function(u,c){if(typeof u==="undefined"){return this.length?M.data(this[0]):null;
}else{if(typeof u==="object"){return this.each(function(){M.data(this,u);});}}var O=u.split(".");
O[1]=O[1]?"."+O[1]:"";if(c===ay){var E=this.triggerHandler("getData"+O[1]+"!",[O[0]]);
if(E===ay&&this.length){E=M.data(this[0],u);if(E===ay&&this[0].nodeType===1){E=this[0].getAttribute("data-"+u);
if(typeof E==="string"){try{E=E==="true"?true:E==="false"?false:E==="null"?null:!M.isNaN(E)?parseFloat(E):aA.test(E)?M.parseJSON(E):E;
}catch(A){}}else{E=ay;}}}return E===ay&&O[1]?this.data(O[0]):E;}else{return this.each(function(){var T=M(this),S=[O[0],c];
T.triggerHandler("setData"+O[1]+"!",S);M.data(this,u,c);T.triggerHandler("changeData"+O[1]+"!",S);
});}},removeData:function(c){return this.each(function(){M.removeData(this,c);});
}});M.extend({queue:function(u,c,E){if(u){c=(c||"fx")+"queue";var A=M.data(u,c);if(!E){return A||[];
}if(!A||M.isArray(E)){A=M.data(u,c,M.makeArray(E));}else{A.push(E);}return A;}},dequeue:function(u,c){c=c||"fx";
var E=M.queue(u,c),A=E.shift();if(A==="inprogress"){A=E.shift();}if(A){c==="fx"&&E.unshift("inprogress");
A.call(u,function(){M.dequeue(u,c);});}}});M.fn.extend({queue:function(u,c){if(typeof u!=="string"){c=u;
u="fx";}if(c===ay){return M.queue(this[0],u);}return this.each(function(){var A=M.queue(this,u,c);
u==="fx"&&A[0]!=="inprogress"&&M.dequeue(this,u);});},dequeue:function(c){return this.each(function(){M.dequeue(this,c);
});},delay:function(u,c){u=M.fx?M.fx.speeds[u]||u:u;c=c||"fx";return this.queue(c,function(){var A=this;
setTimeout(function(){M.dequeue(A,c);},u);});},clearQueue:function(c){return this.queue(c||"fx",[]);
}});var k=/[\n\t]/g,aG=/\s+/,R=/\r/g,B=/^(?:href|src|style)$/,n=/^(?:button|input)$/i,b=/^(?:button|input|object|select|textarea)$/i,aQ=/^a(?:rea)?$/i,aY=/^(?:radio|checkbox)$/i;
M.fn.extend({attr:function(u,c){return M.access(this,u,c,true,M.attr);},removeAttr:function(c){return this.each(function(){M.attr(this,c,"");
this.nodeType===1&&this.removeAttribute(c);});},addClass:function(V){if(M.isFunction(V)){return this.each(function(X){var W=M(this);
W.addClass(V.call(this,X,W.attr("class")));});}if(V&&typeof V==="string"){for(var U=(V||"").split(aG),T=0,S=this.length;
T<S;T++){var O=this[T];if(O.nodeType===1){if(O.className){for(var E=" "+O.className+" ",A=O.className,u=0,c=U.length;
u<c;u++){if(E.indexOf(" "+U[u]+" ")<0){A+=" "+U[u];}}O.className=M.trim(A);}else{O.className=V;
}}}}return this;},removeClass:function(A){if(M.isFunction(A)){return this.each(function(W){var V=M(this);
V.removeClass(A.call(this,W,V.attr("class")));});}if(A&&typeof A==="string"||A===ay){for(var c=(A||"").split(aG),U=0,T=this.length;
U<T;U++){var S=this[U];if(S.nodeType===1&&S.className){if(A){for(var O=(" "+S.className+" ").replace(k," "),E=0,u=c.length;
E<u;E++){O=O.replace(" "+c[E]+" "," ");}S.className=M.trim(O);}else{S.className="";
}}}}return this;},toggleClass:function(u,c){var E=typeof u,A=typeof c==="boolean";
if(M.isFunction(u)){return this.each(function(S){var O=M(this);O.toggleClass(u.call(this,S,O.attr("class"),c),c);
});}return this.each(function(){if(E==="string"){for(var U,T=0,S=M(this),O=c,V=u.split(aG);
U=V[T++];){O=A?O:!S.hasClass(U);S[O?"addClass":"removeClass"](U);}}else{if(E==="undefined"||E==="boolean"){this.className&&M.data(this,"__className__",this.className);
this.className=this.className||u===false?"":M.data(this,"__className__")||"";}}});
},hasClass:function(u){u=" "+u+" ";for(var c=0,A=this.length;c<A;c++){if((" "+this[c].className+" ").replace(k," ").indexOf(u)>-1){return true;
}}return false;},val:function(A){if(!arguments.length){var c=this[0];if(c){if(M.nodeName(c,"option")){var U=c.attributes.value;
return !U||U.specified?c.value:c.text;}if(M.nodeName(c,"select")){var T=c.selectedIndex;
U=[];var S=c.options;c=c.type==="select-one";if(T<0){return null;}var O=c?T:0;for(T=c?T+1:S.length;
O<T;O++){var E=S[O];if(E.selected&&(M.support.optDisabled?!E.disabled:E.getAttribute("disabled")===null)&&(!E.parentNode.disabled||!M.nodeName(E.parentNode,"optgroup"))){A=M(E).val();
if(c){return A;}U.push(A);}}return U;}if(aY.test(c.type)&&!M.support.checkOn){return c.getAttribute("value")===null?"on":c.value;
}return(c.value||"").replace(R,"");}return ay;}var u=M.isFunction(A);return this.each(function(Y){var W=M(this),V=A;
if(this.nodeType===1){if(u){V=A.call(this,Y,W.val());}if(V==null){V="";}else{if(typeof V==="number"){V+="";
}else{if(M.isArray(V)){V=M.map(V,function(Z){return Z==null?"":Z+"";});}}}if(M.isArray(V)&&aY.test(this.type)){this.checked=M.inArray(W.val(),V)>=0;
}else{if(M.nodeName(this,"select")){var X=M.makeArray(V);M("option",this).each(function(){this.selected=M.inArray(M(this).val(),X)>=0;
});if(!X.length){this.selectedIndex=-1;}}else{this.value=V;}}}});}});M.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(u,c,S,O){if(!u||u.nodeType===3||u.nodeType===8){return ay;
}if(O&&c in M.attrFn){return M(u)[c](S);}O=u.nodeType!==1||!M.isXMLDoc(u);var E=S!==ay;
c=O&&M.props[c]||c;if(u.nodeType===1){var A=B.test(c);if((c in u||u[c]!==ay)&&O&&!A){if(E){c==="type"&&n.test(u.nodeName)&&u.parentNode&&M.error("type property can't be changed");
if(S===null){u.nodeType===1&&u.removeAttribute(c);}else{u[c]=S;}}if(M.nodeName(u,"form")&&u.getAttributeNode(c)){return u.getAttributeNode(c).nodeValue;
}if(c==="tabIndex"){return(c=u.getAttributeNode("tabIndex"))&&c.specified?c.value:b.test(u.nodeName)||aQ.test(u.nodeName)&&u.href?0:ay;
}return u[c];}if(!M.support.style&&O&&c==="style"){if(E){u.style.cssText=""+S;}return u.style.cssText;
}E&&u.setAttribute(c,""+S);if(!u.attributes[c]&&u.hasAttribute&&!u.hasAttribute(c)){return ay;
}u=!M.support.hrefNormalized&&O&&A?u.getAttribute(c,2):u.getAttribute(c);return u===null?ay:u;
}}});var af=/\.(.*)$/,ap=/^(?:textarea|input|select)$/i,aK=/\./g,av=/ /g,aC=/[^\w\s.|`]/g,ad=function(c){return c.replace(aC,"\\$&");
},aN={focusin:0,focusout:0};M.event={add:function(X,W,V,U){if(!(X.nodeType===3||X.nodeType===8)){if(M.isWindow(X)&&X!==au&&!X.frameElement){X=au;
}if(V===false){V=ai;}var T,S;if(V.handler){T=V;V=T.handler;}if(!V.guid){V.guid=M.guid++;
}if(S=M.data(X)){var O=X.nodeType?"events":"__events__",E=S[O],A=S.handle;if(typeof E==="function"){A=E.handle;
E=E.events;}else{if(!E){X.nodeType||(S[O]=S=function(){});S.events=E={};}}if(!A){S.handle=A=function(){return typeof M!=="undefined"&&!M.event.triggered?M.event.handle.apply(A.elem,arguments):ay;
};}A.elem=X;W=W.split(" ");for(var Z=0,Y;O=W[Z++];){S=T?M.extend({},T):{handler:V,data:U};
if(O.indexOf(".")>-1){Y=O.split(".");O=Y.shift();S.namespace=Y.slice(0).sort().join(".");
}else{Y=[];S.namespace="";}S.type=O;if(!S.guid){S.guid=V.guid;}var u=E[O],c=M.event.special[O]||{};
if(!u){u=E[O]=[];if(!c.setup||c.setup.call(X,U,Y,A)===false){if(X.addEventListener){X.addEventListener(O,A,false);
}else{X.attachEvent&&X.attachEvent("on"+O,A);}}}if(c.add){c.add.call(X,S);if(!S.handler.guid){S.handler.guid=V.guid;
}}u.push(S);M.event.global[O]=true;}X=null;}}},global:{},remove:function(X,W,V,U){if(!(X.nodeType===3||X.nodeType===8)){if(V===false){V=ai;
}var T,S,O=0,E,A,a0,aa,u,c,Z=X.nodeType?"events":"__events__",Y=M.data(X),ab=Y&&Y[Z];
if(Y&&ab){if(typeof ab==="function"){Y=ab;ab=ab.events;}if(W&&W.type){V=W.handler;
W=W.type;}if(!W||typeof W==="string"&&W.charAt(0)==="."){W=W||"";for(T in ab){M.event.remove(X,T+W);
}}else{for(W=W.split(" ");T=W[O++];){aa=T;E=T.indexOf(".")<0;A=[];if(!E){A=T.split(".");
T=A.shift();a0=RegExp("(^|\\.)"+M.map(A.slice(0).sort(),ad).join("\\.(?:.*\\.)?")+"(\\.|$)");
}if(u=ab[T]){if(V){aa=M.event.special[T]||{};for(S=U||0;S<u.length;S++){c=u[S];if(V.guid===c.guid){if(E||a0.test(c.namespace)){U==null&&u.splice(S--,1);
aa.remove&&aa.remove.call(X,c);}if(U!=null){break;}}}if(u.length===0||U!=null&&u.length===1){if(!aa.teardown||aa.teardown.call(X,A)===false){M.removeEvent(X,T,Y.handle);
}delete ab[T];}}else{for(S=0;S<u.length;S++){c=u[S];if(E||a0.test(c.namespace)){M.event.remove(X,aa,c.handler,S);
u.splice(S--,1);}}}}}if(M.isEmptyObject(ab)){if(W=Y.handle){W.elem=null;}delete Y.events;
delete Y.handle;if(typeof Y==="function"){M.removeData(X,Z);}else{M.isEmptyObject(Y)&&M.removeData(X);
}}}}}},trigger:function(V,U,T,S){var O=V.type||V;if(!S){V=typeof V==="object"?V[M.expando]?V:M.extend(M.Event(O),V):M.Event(O);
if(O.indexOf("!")>=0){V.type=O=O.slice(0,-1);V.exclusive=true;}if(!T){V.stopPropagation();
M.event.global[O]&&M.each(M.cache,function(){this.events&&this.events[O]&&M.event.trigger(V,U,this.handle.elem);
});}if(!T||T.nodeType===3||T.nodeType===8){return ay;}V.result=ay;V.target=T;U=M.makeArray(U);
U.unshift(V);}V.currentTarget=T;(S=T.nodeType?M.data(T,"handle"):(M.data(T,"__events__")||{}).handle)&&S.apply(T,U);
S=T.parentNode||T.ownerDocument;try{if(!(T&&T.nodeName&&M.noData[T.nodeName.toLowerCase()])){if(T["on"+O]&&T["on"+O].apply(T,U)===false){V.result=false;
V.preventDefault();}}}catch(E){}if(!V.isPropagationStopped()&&S){M.event.trigger(V,U,S,true);
}else{if(!V.isDefaultPrevented()){S=V.target;var A,u=O.replace(af,""),c=M.nodeName(S,"a")&&u==="click",X=M.event.special[u]||{};
if((!X._default||X._default.call(T,V)===false)&&!c&&!(S&&S.nodeName&&M.noData[S.nodeName.toLowerCase()])){try{if(S[u]){if(A=S["on"+u]){S["on"+u]=null;
}M.event.triggered=true;S[u]();}}catch(W){}if(A){S["on"+u]=A;}M.event.triggered=false;
}}}},handle:function(A){var c,U,T;U=[];var S,O=M.makeArray(arguments);A=O[0]=M.event.fix(A||au.event);
A.currentTarget=this;c=A.type.indexOf(".")<0&&!A.exclusive;if(!c){T=A.type.split(".");
A.type=T.shift();U=T.slice(0).sort();T=RegExp("(^|\\.)"+U.join("\\.(?:.*\\.)?")+"(\\.|$)");
}A.namespace=A.namespace||U.join(".");S=M.data(this,this.nodeType?"events":"__events__");
if(typeof S==="function"){S=S.events;}U=(S||{})[A.type];if(S&&U){U=U.slice(0);S=0;
for(var E=U.length;S<E;S++){var u=U[S];if(c||T.test(u.namespace)){A.handler=u.handler;
A.data=u.data;A.handleObj=u;u=u.handler.apply(this,O);if(u!==ay){A.result=u;if(u===false){A.preventDefault();
A.stopPropagation();}}if(A.isImmediatePropagationStopped()){break;}}}}return A.result;
},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(u){if(u[M.expando]){return u;
}var c=u;u=M.Event(c);for(var E=this.props.length,A;E;){A=this.props[--E];u[A]=c[A];
}if(!u.target){u.target=u.srcElement||D;}if(u.target.nodeType===3){u.target=u.target.parentNode;
}if(!u.relatedTarget&&u.fromElement){u.relatedTarget=u.fromElement===u.target?u.toElement:u.fromElement;
}if(u.pageX==null&&u.clientX!=null){c=D.documentElement;E=D.body;u.pageX=u.clientX+(c&&c.scrollLeft||E&&E.scrollLeft||0)-(c&&c.clientLeft||E&&E.clientLeft||0);
u.pageY=u.clientY+(c&&c.scrollTop||E&&E.scrollTop||0)-(c&&c.clientTop||E&&E.clientTop||0);
}if(u.which==null&&(u.charCode!=null||u.keyCode!=null)){u.which=u.charCode!=null?u.charCode:u.keyCode;
}if(!u.metaKey&&u.ctrlKey){u.metaKey=u.ctrlKey;}if(!u.which&&u.button!==ay){u.which=u.button&1?1:u.button&2?3:u.button&4?2:0;
}return u;},guid:100000000,proxy:M.proxy,special:{ready:{setup:M.bindReady,teardown:M.noop},live:{add:function(c){M.event.add(this,ae(c.origType,c.selector),M.extend({},c,{handler:aW,guid:c.handler.guid}));
},remove:function(c){M.event.remove(this,ae(c.origType,c.selector),c);}},beforeunload:{setup:function(u,c,A){if(M.isWindow(this)){this.onbeforeunload=A;
}},teardown:function(u,c){if(this.onbeforeunload===c){this.onbeforeunload=null;}}}}};
M.removeEvent=D.removeEventListener?function(u,c,A){u.removeEventListener&&u.removeEventListener(c,A,false);
}:function(u,c,A){u.detachEvent&&u.detachEvent("on"+c,A);};M.Event=function(c){if(!this.preventDefault){return new M.Event(c);
}if(c&&c.type){this.originalEvent=c;this.type=c.type;}else{this.type=c;}this.timeStamp=M.now();
this[M.expando]=true;};M.Event.prototype={preventDefault:function(){this.isDefaultPrevented=am;
var c=this.originalEvent;if(c){if(c.preventDefault){c.preventDefault();}else{c.returnValue=false;
}}},stopPropagation:function(){this.isPropagationStopped=am;var c=this.originalEvent;
if(c){c.stopPropagation&&c.stopPropagation();c.cancelBubble=true;}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=am;
this.stopPropagation();},isDefaultPrevented:ai,isPropagationStopped:ai,isImmediatePropagationStopped:ai};
var az=function(u){var c=u.relatedTarget;try{for(;c&&c!==this;){c=c.parentNode;}if(c!==this){u.type=u.data;
M.event.handle.apply(this,arguments);}}catch(A){}},Q=function(c){c.type=c.data;M.event.handle.apply(this,arguments);
};M.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(u,c){M.event.special[u]={setup:function(A){M.event.add(this,c,A&&A.selector?Q:az,u);
},teardown:function(A){M.event.remove(this,c,A&&A.selector?Q:az);}};});if(!M.support.submitBubbles){M.event.special.submit={setup:function(){if(this.nodeName.toLowerCase()!=="form"){M.event.add(this,"click.specialSubmit",function(u){var c=u.target,A=c.type;
if((A==="submit"||A==="image")&&M(c).closest("form").length){u.liveFired=ay;return s("submit",this,arguments);
}});M.event.add(this,"keypress.specialSubmit",function(u){var c=u.target,A=c.type;
if((A==="text"||A==="password")&&M(c).closest("form").length&&u.keyCode===13){u.liveFired=ay;
return s("submit",this,arguments);}});}else{return false;}},teardown:function(){M.event.remove(this,".specialSubmit");
}};}if(!M.support.changeBubbles){var ah,z=function(u){var c=u.type,A=u.value;if(c==="radio"||c==="checkbox"){A=u.checked;
}else{if(c==="select-multiple"){A=u.selectedIndex>-1?M.map(u.options,function(E){return E.selected;
}).join("-"):"";}else{if(u.nodeName.toLowerCase()==="select"){A=u.selectedIndex;}}}return A;
},ac=function(u,c){var O=u.target,E,A;if(!(!ap.test(O.nodeName)||O.readOnly)){E=M.data(O,"_change_data");
A=z(O);if(u.type!=="focusout"||O.type!=="radio"){M.data(O,"_change_data",A);}if(!(E===ay||A===E)){if(E!=null||A){u.type="change";
u.liveFired=ay;return M.event.trigger(u,c,O);}}}};M.event.special.change={filters:{focusout:ac,beforedeactivate:ac,click:function(u){var c=u.target,A=c.type;
if(A==="radio"||A==="checkbox"||c.nodeName.toLowerCase()==="select"){return ac.call(this,u);
}},keydown:function(u){var c=u.target,A=c.type;if(u.keyCode===13&&c.nodeName.toLowerCase()!=="textarea"||u.keyCode===32&&(A==="checkbox"||A==="radio")||A==="select-multiple"){return ac.call(this,u);
}},beforeactivate:function(c){c=c.target;M.data(c,"_change_data",z(c));}},setup:function(){if(this.type==="file"){return false;
}for(var c in ah){M.event.add(this,c+".specialChange",ah[c]);}return ap.test(this.nodeName);
},teardown:function(){M.event.remove(this,".specialChange");return ap.test(this.nodeName);
}};ah=M.event.special.change.filters;ah.focus=ah.beforeactivate;}D.addEventListener&&M.each({focus:"focusin",blur:"focusout"},function(u,c){function A(E){E=M.event.fix(E);
E.type=c;return M.event.trigger(E,null,E.target);}M.event.special[c]={setup:function(){aN[c]++===0&&D.addEventListener(u,A,true);
},teardown:function(){--aN[c]===0&&D.removeEventListener(u,A,true);}};});M.each(["bind","one"],function(u,c){M.fn[c]=function(U,T,S){if(typeof U==="object"){for(var O in U){this[c](O,T,U[O],S);
}return this;}if(M.isFunction(T)||T===false){S=T;T=ay;}var E=c==="one"?M.proxy(S,function(V){M(this).unbind(V,E);
return S.apply(this,arguments);}):S;if(U==="unload"&&c!=="one"){this.one(U,T,S);}else{O=0;
for(var A=this.length;O<A;O++){M.event.add(this[O],U,E,T);}}return this;};});M.fn.extend({unbind:function(u,c){if(typeof u==="object"&&!u.preventDefault){for(var E in u){this.unbind(E,u[E]);
}}else{E=0;for(var A=this.length;E<A;E++){M.event.remove(this[E],u,c);}}return this;
},delegate:function(u,c,E,A){return this.live(c,E,A,u);},undelegate:function(u,c,A){return arguments.length===0?this.unbind("live"):this.die(c,null,A,u);
},trigger:function(u,c){return this.each(function(){M.event.trigger(u,c,this);});
},triggerHandler:function(u,c){if(this[0]){var A=M.Event(u);A.preventDefault();A.stopPropagation();
M.event.trigger(A,c,this[0]);return A.result;}},toggle:function(u){for(var c=arguments,A=1;
A<c.length;){M.proxy(u,c[A++]);}return this.click(M.proxy(u,function(O){var E=(M.data(this,"lastToggle"+u.guid)||0)%A;
M.data(this,"lastToggle"+u.guid,E+1);O.preventDefault();return c[E].apply(this,arguments)||false;
}));},hover:function(u,c){return this.mouseenter(u).mouseleave(c||u);}});var m={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};
M.each(["live","die"],function(u,c){M.fn[c]=function(W,V,U,T){var S,O=0,E,Y,X=T||this.selector;
T=T?this:M(this.context);if(typeof W==="object"&&!W.preventDefault){for(S in W){T[c](S,V,W[S],X);
}return this;}if(M.isFunction(V)){U=V;V=ay;}for(W=(W||"").split(" ");(S=W[O++])!=null;
){E=af.exec(S);Y="";if(E){Y=E[0];S=S.replace(af,"");}if(S==="hover"){W.push("mouseenter"+Y,"mouseleave"+Y);
}else{E=S;if(S==="focus"||S==="blur"){W.push(m[S]+Y);S+=Y;}else{S=(m[S]||S)+Y;}if(c==="live"){Y=0;
for(var A=T.length;Y<A;Y++){M.event.add(T[Y],"live."+ae(S,X),{data:V,selector:X,handler:U,origType:S,origHandler:U,preType:E});
}}else{T.unbind("live."+ae(S,X),U);}}}return this;};});M.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(u,c){M.fn[c]=function(E,A){if(A==null){A=E;
E=null;}return arguments.length>0?this.bind(c,E,A):this.trigger(c);};if(M.attrFn){M.attrFn[c]=true;
}});au.attachEvent&&!au.addEventListener&&M(au).bind("unload",function(){for(var u in M.cache){if(M.cache[u].handle){try{M.event.remove(M.cache[u].handle.elem);
}catch(c){}}}});(function(){function Y(a8,a7,a5,a6,a4,a3){a4=0;for(var ba=a6.length;
a4<ba;a4++){var a9=a6[a4];if(a9){a9=a9[a8];for(var a2=false;a9;){if(a9.sizcache===a5){a2=a6[a9.sizset];
break;}if(a9.nodeType===1&&!a3){a9.sizcache=a5;a9.sizset=a4;}if(a9.nodeName.toLowerCase()===a7){a2=a9;
break;}a9=a9[a8];}a6[a4]=a2;}}}function X(a8,a7,a5,a6,a4,a3){a4=0;for(var ba=a6.length;
a4<ba;a4++){var a9=a6[a4];if(a9){a9=a9[a8];for(var a2=false;a9;){if(a9.sizcache===a5){a2=a6[a9.sizset];
break;}if(a9.nodeType===1){if(!a3){a9.sizcache=a5;a9.sizset=a4;}if(typeof a7!=="string"){if(a9===a7){a2=true;
break;}}else{if(E.filter(a7,[a9]).length>0){a2=a9;break;}}}a9=a9[a8];}a6[a4]=a2;}}}var W=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,U=0,T=Object.prototype.toString,S=false,O=true;
[0,0].sort(function(){O=false;return 0;});var E=function(bb,a7,a5,a6){a5=a5||[];var a4=a7=a7||D;
if(a7.nodeType!==1&&a7.nodeType!==9){return[];}if(!bb||typeof bb!=="string"){return a5;
}var a3=[],bf,be,a2,ba,bc=true,a8=E.isXML(a7),a9=bb,bd;do{W.exec("");if(bf=W.exec(a9)){a9=bf[3];
a3.push(bf[1]);if(bf[2]){ba=bf[3];break;}}}while(bf);if(a3.length>1&&a1.exec(bb)){if(a3.length===2&&A.relative[a3[0]]){be=V(a3[0]+a3[1],a7);
}else{for(be=A.relative[a3[0]]?[a7]:E(a3.shift(),a7);a3.length;){bb=a3.shift();if(A.relative[bb]){bb+=a3.shift();
}be=V(bb,be);}}}else{if(!a6&&a3.length>1&&a7.nodeType===9&&!a8&&A.match.ID.test(a3[0])&&!A.match.ID.test(a3[a3.length-1])){bf=E.find(a3.shift(),a7,a8);
a7=bf.expr?E.filter(bf.expr,bf.set)[0]:bf.set[0];}if(a7){bf=a6?{expr:a3.pop(),set:c(a6)}:E.find(a3.pop(),a3.length===1&&(a3[0]==="~"||a3[0]==="+")&&a7.parentNode?a7.parentNode:a7,a8);
be=bf.expr?E.filter(bf.expr,bf.set):bf.set;if(a3.length>0){a2=c(be);}else{bc=false;
}for(;a3.length;){bf=bd=a3.pop();if(A.relative[bd]){bf=a3.pop();}else{bd="";}if(bf==null){bf=a7;
}A.relative[bd](a2,bf,a8);}}else{a2=[];}}a2||(a2=be);a2||E.error(bd||bb);if(T.call(a2)==="[object Array]"){if(bc){if(a7&&a7.nodeType===1){for(bb=0;
a2[bb]!=null;bb++){if(a2[bb]&&(a2[bb]===true||a2[bb].nodeType===1&&E.contains(a7,a2[bb]))){a5.push(be[bb]);
}}}else{for(bb=0;a2[bb]!=null;bb++){a2[bb]&&a2[bb].nodeType===1&&a5.push(be[bb]);
}}}else{a5.push.apply(a5,a2);}}else{c(a2,a5);}if(ba){E(ba,a4,a5,a6);E.uniqueSort(a5);
}return a5;};E.uniqueSort=function(a3){if(Z){S=O;a3.sort(Z);if(S){for(var a2=1;a2<a3.length;
a2++){a3[a2]===a3[a2-1]&&a3.splice(a2--,1);}}}return a3;};E.matches=function(a3,a2){return E(a3,null,null,a2);
};E.matchesSelector=function(a3,a2){return E(a2,null,null,[a3]).length>0;};E.find=function(a8,a7,a5){var a6;
if(!a8){return[];}for(var a4=0,a3=A.order.length;a4<a3;a4++){var ba=A.order[a4],a9;
if(a9=A.leftMatch[ba].exec(a8)){var a2=a9[1];a9.splice(1,1);if(a2.substr(a2.length-1)!=="\\"){a9[1]=(a9[1]||"").replace(/\\/g,"");
a6=A.find[ba](a9,a7,a5);if(a6!=null){a8=a8.replace(A.match[ba],"");break;}}}}a6||(a6=a7.getElementsByTagName("*"));
return{set:a6,expr:a8};};E.filter=function(bd,a8,a6,a7){for(var a5=bd,a4=[],bh=a8,bg,a3,bc=a8&&a8[0]&&E.isXML(a8[0]);
bd&&a8.length;){for(var be in A.filter){if((bg=A.leftMatch[be].exec(bd))!=null&&bg[2]){var ba=A.filter[be],bb,bf;
bf=bg[1];a3=false;bg.splice(1,1);if(bf.substr(bf.length-1)!=="\\"){if(bh===a4){a4=[];
}if(A.preFilter[be]){if(bg=A.preFilter[be](bg,bh,a6,a4,a7,bc)){if(bg===true){continue;
}}else{a3=bb=true;}}if(bg){for(var a9=0;(bf=bh[a9])!=null;a9++){if(bf){bb=ba(bf,bg,a9,bh);
var a2=a7^!!bb;if(a6&&bb!=null){if(a2){a3=true;}else{bh[a9]=false;}}else{if(a2){a4.push(bf);
a3=true;}}}}}if(bb!==ay){a6||(bh=a4);bd=bd.replace(A.match[be],"");if(!a3){return[];
}break;}}}}if(bd===a5){if(a3==null){E.error(bd);}else{break;}}a5=bd;}return bh;};
E.error=function(a2){throw"Syntax error, unrecognized expression: "+a2;};var A=E.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+\-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a2){return a2.getAttribute("href");
}},relative:{"+":function(a4,a3){var a7=typeof a3==="string",a2=a7&&!/\W/.test(a3);
a7=a7&&!a2;if(a2){a3=a3.toLowerCase();}a2=0;for(var a6=a4.length,a5;a2<a6;a2++){if(a5=a4[a2]){for(;
(a5=a5.previousSibling)&&a5.nodeType!==1;){}a4[a2]=a7||a5&&a5.nodeName.toLowerCase()===a3?a5||false:a5===a3;
}}a7&&E.filter(a3,a4,true);},">":function(a4,a3){var a7=typeof a3==="string",a2,a6=0,a5=a4.length;
if(a7&&!/\W/.test(a3)){for(a3=a3.toLowerCase();a6<a5;a6++){if(a2=a4[a6]){a7=a2.parentNode;
a4[a6]=a7.nodeName.toLowerCase()===a3?a7:false;}}}else{for(;a6<a5;a6++){if(a2=a4[a6]){a4[a6]=a7?a2.parentNode:a2.parentNode===a3;
}}a7&&E.filter(a3,a4,true);}},"":function(a4,a3,a7){var a2=U++,a6=X,a5;if(typeof a3==="string"&&!/\W/.test(a3)){a5=a3=a3.toLowerCase();
a6=Y;}a6("parentNode",a3,a2,a4,a5,a7);},"~":function(a4,a3,a7){var a2=U++,a6=X,a5;
if(typeof a3==="string"&&!/\W/.test(a3)){a5=a3=a3.toLowerCase();a6=Y;}a6("previousSibling",a3,a2,a4,a5,a7);
}},find:{ID:function(a3,a2,a4){if(typeof a2.getElementById!=="undefined"&&!a4){return(a3=a2.getElementById(a3[1]))&&a3.parentNode?[a3]:[];
}},NAME:function(a4,a3){if(typeof a3.getElementsByName!=="undefined"){for(var a7=[],a2=a3.getElementsByName(a4[1]),a6=0,a5=a2.length;
a6<a5;a6++){a2[a6].getAttribute("name")===a4[1]&&a7.push(a2[a6]);}return a7.length===0?null:a7;
}},TAG:function(a3,a2){return a2.getElementsByTagName(a3[1]);}},preFilter:{CLASS:function(a5,a3,a8,a2,a7,a6){a5=" "+a5[1].replace(/\\/g,"")+" ";
if(a6){return a5;}a6=0;for(var a4;(a4=a3[a6])!=null;a6++){if(a4){if(a7^(a4.className&&(" "+a4.className+" ").replace(/[\t\n]/g," ").indexOf(a5)>=0)){a8||a2.push(a4);
}else{if(a8){a3[a6]=false;}}}}return false;},ID:function(a2){return a2[1].replace(/\\/g,"");
},TAG:function(a2){return a2[1].toLowerCase();},CHILD:function(a3){if(a3[1]==="nth"){var a2=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(a3[2]==="even"&&"2n"||a3[2]==="odd"&&"2n+1"||!/\D/.test(a3[2])&&"0n+"+a3[2]||a3[2]);
a3[2]=a2[1]+(a2[2]||1)-0;a3[3]=a2[3]-0;}a3[0]=U++;return a3;},ATTR:function(a4,a3,a7,a2,a6,a5){a3=a4[1].replace(/\\/g,"");
if(!a5&&A.attrMap[a3]){a4[1]=A.attrMap[a3];}if(a4[2]==="~="){a4[4]=" "+a4[4]+" ";
}return a4;},PSEUDO:function(a4,a3,a6,a2,a5){if(a4[1]==="not"){if((W.exec(a4[3])||"").length>1||/^\w/.test(a4[3])){a4[3]=E(a4[3],null,null,a3);
}else{a4=E.filter(a4[3],a3,a6,true^a5);a6||a2.push.apply(a2,a4);return false;}}else{if(A.match.POS.test(a4[0])||A.match.CHILD.test(a4[0])){return true;
}}return a4;},POS:function(a2){a2.unshift(true);return a2;}},filters:{enabled:function(a2){return a2.disabled===false&&a2.type!=="hidden";
},disabled:function(a2){return a2.disabled===true;},checked:function(a2){return a2.checked===true;
},selected:function(a2){return a2.selected===true;},parent:function(a2){return !!a2.firstChild;
},empty:function(a2){return !a2.firstChild;},has:function(a3,a2,a4){return !!E(a4[3],a3).length;
},header:function(a2){return/h\d/i.test(a2.nodeName);},text:function(a2){return"text"===a2.type;
},radio:function(a2){return"radio"===a2.type;},checkbox:function(a2){return"checkbox"===a2.type;
},file:function(a2){return"file"===a2.type;},password:function(a2){return"password"===a2.type;
},submit:function(a2){return"submit"===a2.type;},image:function(a2){return"image"===a2.type;
},reset:function(a2){return"reset"===a2.type;},button:function(a2){return"button"===a2.type||a2.nodeName.toLowerCase()==="button";
},input:function(a2){return/input|select|textarea|button/i.test(a2.nodeName);}},setFilters:{first:function(a3,a2){return a2===0;
},last:function(a4,a3,a5,a2){return a3===a2.length-1;},even:function(a3,a2){return a2%2===0;
},odd:function(a3,a2){return a2%2===1;},lt:function(a3,a2,a4){return a2<a4[3]-0;},gt:function(a3,a2,a4){return a2>a4[3]-0;
},nth:function(a3,a2,a4){return a4[3]-0===a2;},eq:function(a3,a2,a4){return a4[3]-0===a2;
}},filter:{PSEUDO:function(a4,a3,a7,a2){var a6=a3[1],a5=A.filters[a6];if(a5){return a5(a4,a7,a3,a2);
}else{if(a6==="contains"){return(a4.textContent||a4.innerText||E.getText([a4])||"").indexOf(a3[3])>=0;
}else{if(a6==="not"){a3=a3[3];a7=0;for(a2=a3.length;a7<a2;a7++){if(a3[a7]===a4){return false;
}}return true;}else{E.error("Syntax error, unrecognized expression: "+a6);}}}},CHILD:function(a6,a4){var a9=a4[1],a3=a6;
switch(a9){case"only":case"first":for(;a3=a3.previousSibling;){if(a3.nodeType===1){return false;
}}if(a9==="first"){return true;}a3=a6;case"last":for(;a3=a3.nextSibling;){if(a3.nodeType===1){return false;
}}return true;case"nth":a9=a4[2];var a8=a4[3];if(a9===1&&a8===0){return true;}var a7=a4[0],a5=a6.parentNode;
if(a5&&(a5.sizcache!==a7||!a6.nodeIndex)){var a2=0;for(a3=a5.firstChild;a3;a3=a3.nextSibling){if(a3.nodeType===1){a3.nodeIndex=++a2;
}}a5.sizcache=a7;}a3=a6.nodeIndex-a8;return a9===0?a3===0:a3%a9===0&&a3/a9>=0;}},ID:function(a3,a2){return a3.nodeType===1&&a3.getAttribute("id")===a2;
},TAG:function(a3,a2){return a2==="*"&&a3.nodeType===1||a3.nodeName.toLowerCase()===a2;
},CLASS:function(a3,a2){return(" "+(a3.className||a3.getAttribute("class"))+" ").indexOf(a2)>-1;
},ATTR:function(a4,a3){var a7=a3[1];a7=A.attrHandle[a7]?A.attrHandle[a7](a4):a4[a7]!=null?a4[a7]:a4.getAttribute(a7);
var a2=a7+"",a6=a3[2],a5=a3[4];return a7==null?a6==="!=":a6==="="?a2===a5:a6==="*="?a2.indexOf(a5)>=0:a6==="~="?(" "+a2+" ").indexOf(a5)>=0:!a5?a2&&a7!==false:a6==="!="?a2!==a5:a6==="^="?a2.indexOf(a5)===0:a6==="$="?a2.substr(a2.length-a5.length)===a5:a6==="|="?a2===a5||a2.substr(0,a5.length+1)===a5+"-":false;
},POS:function(a4,a3,a6,a2){var a5=A.setFilters[a3[2]];if(a5){return a5(a4,a6,a3,a2);
}}}},a1=A.match.POS,ab=function(a3,a2){return"\\"+(a2-0+1);},u;for(u in A.match){A.match[u]=RegExp(A.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);
A.leftMatch[u]=RegExp(/(^(?:.|\r|\n)*?)/.source+A.match[u].source.replace(/\\(\d+)/g,ab));
}var c=function(a3,a2){a3=Array.prototype.slice.call(a3,0);if(a2){a2.push.apply(a2,a3);
return a2;}return a3;};try{Array.prototype.slice.call(D.documentElement.childNodes,0);
}catch(aa){c=function(a4,a3){var a6=a3||[],a2=0;if(T.call(a4)==="[object Array]"){Array.prototype.push.apply(a6,a4);
}else{if(typeof a4.length==="number"){for(var a5=a4.length;a2<a5;a2++){a6.push(a4[a2]);
}}else{for(;a4[a2];a2++){a6.push(a4[a2]);}}}return a6;};}var Z,a0;if(D.documentElement.compareDocumentPosition){Z=function(a3,a2){if(a3===a2){S=true;
return 0;}if(!a3.compareDocumentPosition||!a2.compareDocumentPosition){return a3.compareDocumentPosition?-1:1;
}return a3.compareDocumentPosition(a2)&4?-1:1;};}else{Z=function(a5,a3){var a8=[],a2=[],a7=a5.parentNode,a6=a3.parentNode,a4=a7;
if(a5===a3){S=true;return 0;}else{if(a7===a6){return a0(a5,a3);}else{if(a7){if(!a6){return 1;
}}else{return -1;}}}for(;a4;){a8.unshift(a4);a4=a4.parentNode;}for(a4=a6;a4;){a2.unshift(a4);
a4=a4.parentNode;}a7=a8.length;a6=a2.length;for(a4=0;a4<a7&&a4<a6;a4++){if(a8[a4]!==a2[a4]){return a0(a8[a4],a2[a4]);
}}return a4===a7?a0(a5,a2[a4],-1):a0(a8[a4],a3,1);};a0=function(a3,a2,a4){if(a3===a2){return a4;
}for(a3=a3.nextSibling;a3;){if(a3===a2){return -1;}a3=a3.nextSibling;}return 1;};
}E.getText=function(a4){for(var a3="",a5,a2=0;a4[a2];a2++){a5=a4[a2];if(a5.nodeType===3||a5.nodeType===4){a3+=a5.nodeValue;
}else{if(a5.nodeType!==8){a3+=E.getText(a5.childNodes);}}}return a3;};(function(){var a3=D.createElement("div"),a2="script"+(new Date).getTime();
a3.innerHTML="<a name='"+a2+"'/>";var a4=D.documentElement;a4.insertBefore(a3,a4.firstChild);
if(D.getElementById(a2)){A.find.ID=function(a5,a7,a6){if(typeof a7.getElementById!=="undefined"&&!a6){return(a7=a7.getElementById(a5[1]))?a7.id===a5[1]||typeof a7.getAttributeNode!=="undefined"&&a7.getAttributeNode("id").nodeValue===a5[1]?[a7]:ay:[];
}};A.filter.ID=function(a5,a7){var a6=typeof a5.getAttributeNode!=="undefined"&&a5.getAttributeNode("id");
return a5.nodeType===1&&a6&&a6.nodeValue===a7;};}a4.removeChild(a3);a4=a3=null;})();
(function(){var a2=D.createElement("div");a2.appendChild(D.createComment(""));if(a2.getElementsByTagName("*").length>0){A.find.TAG=function(a4,a7){var a3=a7.getElementsByTagName(a4[1]);
if(a4[1]==="*"){for(var a6=[],a5=0;a3[a5];a5++){a3[a5].nodeType===1&&a6.push(a3[a5]);
}a3=a6;}return a3;};}a2.innerHTML="<a href='#'></a>";if(a2.firstChild&&typeof a2.firstChild.getAttribute!=="undefined"&&a2.firstChild.getAttribute("href")!=="#"){A.attrHandle.href=function(a3){return a3.getAttribute("href",2);
};}a2=null;})();D.querySelectorAll&&function(){var a3=E,a2=D.createElement("div");
a2.innerHTML="<p class='TEST'></p>";if(!(a2.querySelectorAll&&a2.querySelectorAll(".TEST").length===0)){E=function(a6,ba,a9,a7){ba=ba||D;
if(!a7&&!E.isXML(ba)){if(ba.nodeType===9){try{return c(ba.querySelectorAll(a6),a9);
}catch(a5){}}else{if(ba.nodeType===1&&ba.nodeName.toLowerCase()!=="object"){var bc=ba.id,a8=ba.id="__sizzle__";
try{return c(ba.querySelectorAll("#"+a8+" "+a6),a9);}catch(bb){}finally{if(bc){ba.id=bc;
}else{ba.removeAttribute("id");}}}}}return a3(a6,ba,a9,a7);};for(var a4 in a3){E[a4]=a3[a4];
}a2=null;}}();(function(){var a4=D.documentElement,a3=a4.matchesSelector||a4.mozMatchesSelector||a4.webkitMatchesSelector||a4.msMatchesSelector,a5=false;
try{a3.call(D.documentElement,":sizzle");}catch(a2){a5=true;}if(a3){E.matchesSelector=function(a8,a7){try{if(a5||!A.match.PSEUDO.test(a7)){return a3.call(a8,a7);
}}catch(a6){}return E(a7,null,null,[a8]).length>0;};}})();(function(){var a2=D.createElement("div");
a2.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!a2.getElementsByClassName||a2.getElementsByClassName("e").length===0)){a2.lastChild.className="e";
if(a2.getElementsByClassName("e").length!==1){A.order.splice(1,0,"CLASS");A.find.CLASS=function(a4,a5,a3){if(typeof a5.getElementsByClassName!=="undefined"&&!a3){return a5.getElementsByClassName(a4[1]);
}};a2=null;}}})();E.contains=D.documentElement.contains?function(a3,a2){return a3!==a2&&(a3.contains?a3.contains(a2):true);
}:function(a3,a2){return !!(a3.compareDocumentPosition(a2)&16);};E.isXML=function(a2){return(a2=(a2?a2.ownerDocument||a2:0).documentElement)?a2.nodeName!=="HTML":false;
};var V=function(a5,a3){for(var a8=[],a2="",a7,a6=a3.nodeType?[a3]:a3;a7=A.match.PSEUDO.exec(a5);
){a2+=a7[0];a5=a5.replace(A.match.PSEUDO,"");}a5=A.relative[a5]?a5+"*":a5;a7=0;for(var a4=a6.length;
a7<a4;a7++){E(a5,a6[a7],a8);}return E.filter(a2,a8);};M.find=E;M.expr=E.selectors;
M.expr[":"]=M.expr.filters;M.unique=E.uniqueSort;M.text=E.getText;M.isXMLDoc=E.isXML;
M.contains=E.contains;})();var C=/Until$/,o=/^(?:parents|prevUntil|prevAll)/,d=/,/,N=/^.[^:#\[\.,]*$/,aR=Array.prototype.slice,aw=M.expr.match.POS;
M.fn.extend({find:function(u){for(var c=this.pushStack("","find",u),T=0,S=0,O=this.length;
S<O;S++){T=c.length;M.find(u,this[S],c);if(S>0){for(var E=T;E<c.length;E++){for(var A=0;
A<T;A++){if(c[A]===c[E]){c.splice(E--,1);break;}}}}}return c;},has:function(u){var c=M(u);
return this.filter(function(){for(var E=0,A=c.length;E<A;E++){if(M.contains(this,c[E])){return true;
}}});},not:function(c){return this.pushStack(h(this,c,false),"not",c);},filter:function(c){return this.pushStack(h(this,c,true),"filter",c);
},is:function(c){return !!c&&M.filter(c,this).length>0;},closest:function(V,U){var T=[],S,O,E=this[0];
if(M.isArray(V)){var A={},u,c=1;if(E&&V.length){S=0;for(O=V.length;S<O;S++){u=V[S];
A[u]||(A[u]=M.expr.match.POS.test(u)?M(u,U||this.context):u);}for(;E&&E.ownerDocument&&E!==U;
){for(u in A){S=A[u];if(S.jquery?S.index(E)>-1:M(E).is(S)){T.push({selector:u,elem:E,level:c});
}}E=E.parentNode;c++;}}return T;}A=aw.test(V)?M(V,U||this.context):null;S=0;for(O=this.length;
S<O;S++){for(E=this[S];E;){if(A?A.index(E)>-1:M.find.matchesSelector(E,V)){T.push(E);
break;}else{E=E.parentNode;if(!E||!E.ownerDocument||E===U){break;}}}}T=T.length>1?M.unique(T):T;
return this.pushStack(T,"closest",V);},index:function(c){if(!c||typeof c==="string"){return M.inArray(this[0],c?M(c):this.parent().children());
}return M.inArray(c.jquery?c[0]:c,this);},add:function(u,c){var E=typeof u==="string"?M(u,c||this.context):M.makeArray(u),A=M.merge(this.get(),E);
return this.pushStack(!E[0]||!E[0].parentNode||E[0].parentNode.nodeType===11||!A[0]||!A[0].parentNode||A[0].parentNode.nodeType===11?A:M.unique(A));
},andSelf:function(){return this.add(this.prevObject);}});M.each({parent:function(c){return(c=c.parentNode)&&c.nodeType!==11?c:null;
},parents:function(c){return M.dir(c,"parentNode");},parentsUntil:function(u,c,A){return M.dir(u,"parentNode",A);
},next:function(c){return M.nth(c,2,"nextSibling");},prev:function(c){return M.nth(c,2,"previousSibling");
},nextAll:function(c){return M.dir(c,"nextSibling");},prevAll:function(c){return M.dir(c,"previousSibling");
},nextUntil:function(u,c,A){return M.dir(u,"nextSibling",A);},prevUntil:function(u,c,A){return M.dir(u,"previousSibling",A);
},siblings:function(c){return M.sibling(c.parentNode.firstChild,c);},children:function(c){return M.sibling(c.firstChild);
},contents:function(c){return M.nodeName(c,"iframe")?c.contentDocument||c.contentWindow.document:M.makeArray(c.childNodes);
}},function(u,c){M.fn[u]=function(O,E){var A=M.map(this,c,O);C.test(u)||(E=O);if(E&&typeof E==="string"){A=M.filter(E,A);
}A=this.length>1?M.unique(A):A;if((this.length>1||d.test(E))&&o.test(u)){A=A.reverse();
}return this.pushStack(A,u,aR.call(arguments).join(","));};});M.extend({filter:function(u,c,A){if(A){u=":not("+u+")";
}return c.length===1?M.find.matchesSelector(c[0],u)?[c[0]]:[]:M.find.matches(u,c);
},dir:function(u,c,E){var A=[];for(u=u[c];u&&u.nodeType!==9&&(E===ay||u.nodeType!==1||!M(u).is(E));
){u.nodeType===1&&A.push(u);u=u[c];}return A;},nth:function(u,c,E){c=c||1;for(var A=0;
u;u=u[E]){if(u.nodeType===1&&++A===c){break;}}return u;},sibling:function(u,c){for(var A=[];
u;u=u.nextSibling){u.nodeType===1&&u!==c&&A.push(u);}return A;}});var a=/ jQuery\d+="(?:\d+|null)"/g,aL=/^\s+/,aP=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,aB=/<([\w:]+)/,aD=/<tbody/i,al=/<|&#?\w+;/,aT=/<(?:script|object|embed|option|style)/i,aH=/checked\s*(?:[^=]|=\s*.checked.)/i,F=/\=([^="'>\s]+\/)>/g,an={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};
an.optgroup=an.option;an.tbody=an.tfoot=an.colgroup=an.caption=an.thead;an.th=an.td;
if(!M.support.htmlSerialize){an._default=[1,"div<div>","</div>"];}M.fn.extend({text:function(c){if(M.isFunction(c)){return this.each(function(u){var A=M(this);
A.text(c.call(this,u,A.text()));});}if(typeof c!=="object"&&c!==ay){return this.empty().append((this[0]&&this[0].ownerDocument||D).createTextNode(c));
}return M.text(this);},wrapAll:function(u){if(M.isFunction(u)){return this.each(function(A){M(this).wrapAll(u.call(this,A));
});}if(this[0]){var c=M(u,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&c.insertBefore(this[0]);
c.map(function(){for(var A=this;A.firstChild&&A.firstChild.nodeType===1;){A=A.firstChild;
}return A;}).append(this);}return this;},wrapInner:function(c){if(M.isFunction(c)){return this.each(function(u){M(this).wrapInner(c.call(this,u));
});}return this.each(function(){var u=M(this),A=u.contents();A.length?A.wrapAll(c):u.append(c);
});},wrap:function(c){return this.each(function(){M(this).wrapAll(c);});},unwrap:function(){return this.parent().each(function(){M.nodeName(this,"body")||M(this).replaceWith(this.childNodes);
}).end();},append:function(){return this.domManip(arguments,true,function(c){this.nodeType===1&&this.appendChild(c);
});},prepend:function(){return this.domManip(arguments,true,function(c){this.nodeType===1&&this.insertBefore(c,this.firstChild);
});},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(u){this.parentNode.insertBefore(u,this);
});}else{if(arguments.length){var c=M(arguments[0]);c.push.apply(c,this.toArray());
return this.pushStack(c,"before",arguments);}}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(u){this.parentNode.insertBefore(u,this.nextSibling);
});}else{if(arguments.length){var c=this.pushStack(this,"after",arguments);c.push.apply(c,M(arguments[0]).toArray());
return c;}}},remove:function(u,c){for(var E=0,A;(A=this[E])!=null;E++){if(!u||M.filter(u,[A]).length){if(!c&&A.nodeType===1){M.cleanData(A.getElementsByTagName("*"));
M.cleanData([A]);}A.parentNode&&A.parentNode.removeChild(A);}}return this;},empty:function(){for(var u=0,c;
(c=this[u])!=null;u++){for(c.nodeType===1&&M.cleanData(c.getElementsByTagName("*"));
c.firstChild;){c.removeChild(c.firstChild);}}return this;},clone:function(u){var c=this.map(function(){if(!M.support.noCloneEvent&&!M.isXMLDoc(this)){var E=this.outerHTML,A=this.ownerDocument;
if(!E){E=A.createElement("div");E.appendChild(this.cloneNode(true));E=E.innerHTML;
}return M.clean([E.replace(a,"").replace(F,'="$1">').replace(aL,"")],A)[0];}else{return this.cloneNode(true);
}});if(u===true){aV(this,c);aV(this.find("*"),c.find("*"));}return c;},html:function(u){if(u===ay){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(a,""):null;
}else{if(typeof u==="string"&&!aT.test(u)&&(M.support.leadingWhitespace||!aL.test(u))&&!an[(aB.exec(u)||["",""])[1].toLowerCase()]){u=u.replace(aP,"<$1></$2>");
try{for(var c=0,E=this.length;c<E;c++){if(this[c].nodeType===1){M.cleanData(this[c].getElementsByTagName("*"));
this[c].innerHTML=u;}}}catch(A){this.empty().append(u);}}else{M.isFunction(u)?this.each(function(S){var O=M(this);
O.html(u.call(this,S,O.html()));}):this.empty().append(u);}}return this;},replaceWith:function(c){if(this[0]&&this[0].parentNode){if(M.isFunction(c)){return this.each(function(u){var E=M(this),A=E.html();
E.replaceWith(c.call(this,u,A));});}if(typeof c!=="string"){c=M(c).detach();}return this.each(function(){var u=this.nextSibling,A=this.parentNode;
M(this).remove();u?M(u).before(c):M(A).append(c);});}else{return this.pushStack(M(M.isFunction(c)?c():c),"replaceWith",c);
}},detach:function(c){return this.remove(c,true);},domManip:function(V,U,T){var S,O,E=V[0],A=[],u;
if(!M.support.checkClone&&arguments.length===3&&typeof E==="string"&&aH.test(E)){return this.each(function(){M(this).domManip(V,U,T,true);
});}if(M.isFunction(E)){return this.each(function(X){var W=M(this);V[0]=E.call(this,X,U?W.html():ay);
W.domManip(V,U,T);});}if(this[0]){S=E&&E.parentNode;S=M.support.parentNode&&S&&S.nodeType===11&&S.childNodes.length===this.length?{fragment:S}:M.buildFragment(V,this,A);
u=S.fragment;if(O=u.childNodes.length===1?u=u.firstChild:u.firstChild){U=U&&M.nodeName(O,"tr");
O=0;for(var c=this.length;O<c;O++){T.call(U?M.nodeName(this[O],"table")?this[O].getElementsByTagName("tbody")[0]||this[O].appendChild(this[O].ownerDocument.createElement("tbody")):this[O]:this[O],O>0||S.cacheable||this.length>1?u.cloneNode(true):u);
}}A.length&&M.each(A,x);}return this;}});M.buildFragment=function(u,c,S){var O,E,A;
c=c&&c[0]?c[0].ownerDocument||c[0]:D;if(u.length===1&&typeof u[0]==="string"&&u[0].length<512&&c===D&&!aT.test(u[0])&&(M.support.checkClone||!aH.test(u[0]))){E=true;
if(A=M.fragments[u[0]]){if(A!==1){O=A;}}}if(!O){O=c.createDocumentFragment();M.clean(u,c,O,S);
}if(E){M.fragments[u[0]]=A?O:1;}return{fragment:O,cacheable:E};};M.fragments={};M.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(u,c){M.fn[u]=function(T){var S=[];
T=M(T);var O=this.length===1&&this[0].parentNode;if(O&&O.nodeType===11&&O.childNodes.length===1&&T.length===1){T[c](this[0]);
return this;}else{O=0;for(var E=T.length;O<E;O++){var A=(O>0?this.clone(true):this).get();
M(T[O])[c](A);S=S.concat(A);}return this.pushStack(S,u,T.selector);}};});M.extend({clean:function(V,U,T,S){U=U||D;
if(typeof U.createElement==="undefined"){U=U.ownerDocument||U[0]&&U[0].ownerDocument||D;
}for(var O=[],E=0,A;(A=V[E])!=null;E++){if(typeof A==="number"){A+="";}if(A){if(typeof A==="string"&&!al.test(A)){A=U.createTextNode(A);
}else{if(typeof A==="string"){A=A.replace(aP,"<$1></$2>");var u=(aB.exec(A)||["",""])[1].toLowerCase(),c=an[u]||an._default,X=c[0],W=U.createElement("div");
for(W.innerHTML=c[1]+A+c[2];X--;){W=W.lastChild;}if(!M.support.tbody){X=aD.test(A);
u=u==="table"&&!X?W.firstChild&&W.firstChild.childNodes:c[1]==="<table>"&&!X?W.childNodes:[];
for(c=u.length-1;c>=0;--c){M.nodeName(u[c],"tbody")&&!u[c].childNodes.length&&u[c].parentNode.removeChild(u[c]);
}}!M.support.leadingWhitespace&&aL.test(A)&&W.insertBefore(U.createTextNode(aL.exec(A)[0]),W.firstChild);
A=W.childNodes;}}if(A.nodeType){O.push(A);}else{O=M.merge(O,A);}}}if(T){for(E=0;O[E];
E++){if(S&&M.nodeName(O[E],"script")&&(!O[E].type||O[E].type.toLowerCase()==="text/javascript")){S.push(O[E].parentNode?O[E].parentNode.removeChild(O[E]):O[E]);
}else{O[E].nodeType===1&&O.splice.apply(O,[E+1,0].concat(M.makeArray(O[E].getElementsByTagName("script"))));
T.appendChild(O[E]);}}}return O;},cleanData:function(V){for(var U,T,S=M.cache,O=M.event.special,E=M.support.deleteExpando,A=0,u;
(u=V[A])!=null;A++){if(!(u.nodeName&&M.noData[u.nodeName.toLowerCase()])){if(T=u[M.expando]){if((U=S[T])&&U.events){for(var c in U.events){O[c]?M.event.remove(u,c):M.removeEvent(u,c,U.handle);
}}if(E){delete u[M.expando];}else{u.removeAttribute&&u.removeAttribute(M.expando);
}delete S[T];}}}}});var aq=/alpha\([^)]*\)/i,p=/opacity=([^)]*)/,e=/-([a-z])/ig,aS=/([A-Z])/g,J=/^-?\d+(?:px)?$/i,aF=/^-?\d/,ao={position:"absolute",visibility:"hidden",display:"block"},l=["Left","Right"],aZ=["Top","Bottom"],ag,H=D.defaultView&&D.defaultView.getComputedStyle,r=function(u,c){return c.toUpperCase();
};M.fn.css=function(u,c){if(arguments.length===2&&c===ay){return this;}return M.access(this,u,c,true,function(O,E,A){return A!==ay?M.style(O,E,A):M.css(O,E);
});};M.extend({cssHooks:{opacity:{get:function(u,c){if(c){var A=ag(u,"opacity","opacity");
return A===""?"1":A;}else{return u.style.opacity;}}}},cssNumber:{zIndex:true,fontWeight:true,opacity:true,zoom:true,lineHeight:true},cssProps:{"float":M.support.cssFloat?"cssFloat":"styleFloat"},style:function(V,U,T,S){if(!(!V||V.nodeType===3||V.nodeType===8||!V.style)){var O,E=M.camelCase(U),A=V.style,u=M.cssHooks[E];
U=M.cssProps[E]||E;if(T!==ay){if(!(typeof T==="number"&&isNaN(T)||T==null)){if(typeof T==="number"&&!M.cssNumber[E]){T+="px";
}if(!u||!("set" in u)||(T=u.set(V,T))!==ay){try{A[U]=T;}catch(c){}}}}else{if(u&&"get" in u&&(O=u.get(V,false,S))!==ay){return O;
}return A[U];}}},css:function(u,c,S){var O,E=M.camelCase(c),A=M.cssHooks[E];c=M.cssProps[E]||E;
if(A&&"get" in A&&(O=A.get(u,true,S))!==ay){return O;}else{if(ag){return ag(u,c,E);
}}},swap:function(u,c,O){var E={},A;for(A in c){E[A]=u.style[A];u.style[A]=c[A];}O.call(u);
for(A in c){u.style[A]=E[A];}},camelCase:function(c){return c.replace(e,r);}});M.curCSS=M.css;
M.each(["height","width"],function(u,c){M.cssHooks[c]={get:function(S,O,E){var A;
if(O){if(S.offsetWidth!==0){A=aJ(S,c,E);}else{M.swap(S,ao,function(){A=aJ(S,c,E);
});}return A+"px";}},set:function(E,A){if(J.test(A)){A=parseFloat(A);if(A>=0){return A+"px";
}}else{return A;}}};});if(!M.support.opacity){M.cssHooks.opacity={get:function(u,c){return p.test((c&&u.currentStyle?u.currentStyle.filter:u.style.filter)||"")?parseFloat(RegExp.$1)/100+"":c?"1":"";
},set:function(u,c){var O=u.style;O.zoom=1;var E=M.isNaN(c)?"":"alpha(opacity="+c*100+")",A=O.filter||"";
O.filter=aq.test(A)?A.replace(aq,E):O.filter+" "+E;}};}if(H){ag=function(u,c,E){var A;
E=E.replace(aS,"-$1").toLowerCase();if(!(c=u.ownerDocument.defaultView)){return ay;
}if(c=c.getComputedStyle(u,null)){A=c.getPropertyValue(E);if(A===""&&!M.contains(u.ownerDocument.documentElement,u)){A=M.style(u,E);
}}return A;};}else{if(D.documentElement.currentStyle){ag=function(u,c){var S,O,E=u.currentStyle&&u.currentStyle[c],A=u.style;
if(!J.test(E)&&aF.test(E)){S=A.left;O=u.runtimeStyle.left;u.runtimeStyle.left=u.currentStyle.left;
A.left=c==="fontSize"?"1em":E||0;E=A.pixelLeft+"px";A.left=S;u.runtimeStyle.left=O;
}return E;};}}if(M.expr&&M.expr.filters){M.expr.filters.hidden=function(u){var c=u.offsetHeight;
return u.offsetWidth===0&&c===0||!M.support.reliableHiddenOffsets&&(u.style.display||M.css(u,"display"))==="none";
};M.expr.filters.visible=function(c){return !M.expr.filters.hidden(c);};}var g=M.now(),aU=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,aI=/^(?:select|textarea)/i,ar=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,K=/^(?:GET|HEAD|DELETE)$/,aO=/\[\]$/,aj=/\=\?(&|$)/,I=/\?/,v=/([?&])_=[^&]*/,j=/^(\w+:)?\/\/([^\/?#]+)/,aX=/%20/g,aM=/#.*$/,t=M.fn.load;
M.fn.extend({load:function(u,c,S){if(typeof u!=="string"&&t){return t.apply(this,arguments);
}else{if(!this.length){return this;}}var O=u.indexOf(" ");if(O>=0){var E=u.slice(O,u.length);
u=u.slice(0,O);}O="GET";if(c){if(M.isFunction(c)){S=c;c=null;}else{if(typeof c==="object"){c=M.param(c,M.ajaxSettings.traditional);
O="POST";}}}var A=this;M.ajax({url:u,type:O,dataType:"html",data:c,complete:function(U,T){if(T==="success"||T==="notmodified"){A.html(E?M("<div>").append(U.responseText.replace(aU,"")).find(E):U.responseText);
}S&&A.each(S,[U.responseText,T,U]);}});return this;},serialize:function(){return M.param(this.serializeArray());
},serializeArray:function(){return this.map(function(){return this.elements?M.makeArray(this.elements):this;
}).filter(function(){return this.name&&!this.disabled&&(this.checked||aI.test(this.nodeName)||ar.test(this.type));
}).map(function(u,c){var A=M(this).val();return A==null?null:M.isArray(A)?M.map(A,function(E){return{name:c.name,value:E};
}):{name:c.name,value:A};}).get();}});M.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(u,c){M.fn[c]=function(A){return this.bind(c,A);
};});M.extend({get:function(u,c,E,A){if(M.isFunction(c)){A=A||E;E=c;c=null;}return M.ajax({type:"GET",url:u,data:c,success:E,dataType:A});
},getScript:function(u,c){return M.get(u,null,c,"script");},getJSON:function(u,c,A){return M.get(u,c,A,"json");
},post:function(u,c,E,A){if(M.isFunction(c)){A=A||E;E=c;c={};}return M.ajax({type:"POST",url:u,data:c,success:E,dataType:A});
},ajaxSetup:function(c){M.extend(M.ajaxSettings,c);},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return new au.XMLHttpRequest;
},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},ajax:function(a4){var a3=M.extend(true,{},M.ajaxSettings,a4),a2,a1,a0,aa=a3.type.toUpperCase(),Y=K.test(aa);
a3.url=a3.url.replace(aM,"");a3.context=a4&&a4.context!=null?a4.context:a3;if(a3.data&&a3.processData&&typeof a3.data!=="string"){a3.data=M.param(a3.data,a3.traditional);
}if(a3.dataType==="jsonp"){if(aa==="GET"){aj.test(a3.url)||(a3.url+=(I.test(a3.url)?"&":"?")+(a3.jsonp||"callback")+"=?");
}else{if(!a3.data||!aj.test(a3.data)){a3.data=(a3.data?a3.data+"&":"")+(a3.jsonp||"callback")+"=?";
}}a3.dataType="json";}if(a3.dataType==="json"&&(a3.data&&aj.test(a3.data)||aj.test(a3.url))){a2=a3.jsonpCallback||"jsonp"+g++;
if(a3.data){a3.data=(a3.data+"").replace(aj,"="+a2+"$1");}a3.url=a3.url.replace(aj,"="+a2+"$1");
a3.dataType="script";var X=au[a2];au[a2]=function(a5){a0=a5;M.handleSuccess(a3,A,a1,a0);
M.handleComplete(a3,A,a1,a0);if(M.isFunction(X)){X(a5);}else{au[a2]=ay;try{delete au[a2];
}catch(a6){}}O&&O.removeChild(U);};}if(a3.dataType==="script"&&a3.cache===null){a3.cache=false;
}if(a3.cache===false&&aa==="GET"){var W=M.now(),S=a3.url.replace(v,"$1_="+W);a3.url=S+(S===a3.url?(I.test(a3.url)?"&":"?")+"_="+W:"");
}if(a3.data&&aa==="GET"){a3.url+=(I.test(a3.url)?"&":"?")+a3.data;}a3.global&&M.active++===0&&M.event.trigger("ajaxStart");
W=(W=j.exec(a3.url))&&(W[1]&&W[1]!==location.protocol||W[2]!==location.host);if(a3.dataType==="script"&&aa==="GET"&&W){var O=D.getElementsByTagName("head")[0]||D.documentElement,U=D.createElement("script");
if(a3.scriptCharset){U.charset=a3.scriptCharset;}U.src=a3.url;if(!a2){var T=false;
U.onload=U.onreadystatechange=function(){if(!T&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){T=true;
M.handleSuccess(a3,A,a1,a0);M.handleComplete(a3,A,a1,a0);U.onload=U.onreadystatechange=null;
O&&U.parentNode&&O.removeChild(U);}};}O.insertBefore(U,O.firstChild);return ay;}var u=false,A=a3.xhr();
if(A){a3.username?A.open(aa,a3.url,a3.async,a3.username,a3.password):A.open(aa,a3.url,a3.async);
try{if(a3.data!=null&&!Y||a4&&a4.contentType){A.setRequestHeader("Content-Type",a3.contentType);
}if(a3.ifModified){M.lastModified[a3.url]&&A.setRequestHeader("If-Modified-Since",M.lastModified[a3.url]);
M.etag[a3.url]&&A.setRequestHeader("If-None-Match",M.etag[a3.url]);}W||A.setRequestHeader("X-Requested-With","XMLHttpRequest");
A.setRequestHeader("Accept",a3.dataType&&a3.accepts[a3.dataType]?a3.accepts[a3.dataType]+", */*; q=0.01":a3.accepts._default);
}catch(E){}if(a3.beforeSend&&a3.beforeSend.call(a3.context,A,a3)===false){a3.global&&M.active--===1&&M.event.trigger("ajaxStop");
A.abort();return false;}a3.global&&M.triggerGlobal(a3,"ajaxSend",[A,a3]);var c=A.onreadystatechange=function(a5){if(!A||A.readyState===0||a5==="abort"){u||M.handleComplete(a3,A,a1,a0);
u=true;if(A){A.onreadystatechange=M.noop;}}else{if(!u&&A&&(A.readyState===4||a5==="timeout")){u=true;
A.onreadystatechange=M.noop;a1=a5==="timeout"?"timeout":!M.httpSuccess(A)?"error":a3.ifModified&&M.httpNotModified(A,a3.url)?"notmodified":"success";
var a7;if(a1==="success"){try{a0=M.httpData(A,a3.dataType,a3);}catch(a6){a1="parsererror";
a7=a6;}}if(a1==="success"||a1==="notmodified"){a2||M.handleSuccess(a3,A,a1,a0);}else{M.handleError(a3,A,a1,a7);
}a2||M.handleComplete(a3,A,a1,a0);a5==="timeout"&&A.abort();if(a3.async){A=null;}}}};
try{var ab=A.abort;A.abort=function(){A&&ab.call&&ab.call(A);c("abort");};}catch(Z){}a3.async&&a3.timeout>0&&setTimeout(function(){A&&!u&&c("timeout");
},a3.timeout);try{A.send(Y||a3.data==null?null:a3.data);}catch(V){M.handleError(a3,A,null,V);
M.handleComplete(a3,A,a1,a0);}a3.async||c();return A;}},param:function(u,c){var O=[],E=function(T,S){S=M.isFunction(S)?S():S;
O[O.length]=encodeURIComponent(T)+"="+encodeURIComponent(S);};if(c===ay){c=M.ajaxSettings.traditional;
}if(M.isArray(u)||u.jquery){M.each(u,function(){E(this.name,this.value);});}else{for(var A in u){G(A,u[A],c,E);
}}return O.join("&").replace(aX,"+");}});M.extend({active:0,lastModified:{},etag:{},handleError:function(u,c,E,A){u.error&&u.error.call(u.context,c,E,A);
u.global&&M.triggerGlobal(u,"ajaxError",[c,u,A]);},handleSuccess:function(u,c,E,A){u.success&&u.success.call(u.context,A,E,c);
u.global&&M.triggerGlobal(u,"ajaxSuccess",[c,u]);},handleComplete:function(u,c,A){u.complete&&u.complete.call(u.context,c,A);
u.global&&M.triggerGlobal(u,"ajaxComplete",[c,u]);u.global&&M.active--===1&&M.event.trigger("ajaxStop");
},triggerGlobal:function(u,c,A){(u.context&&u.context.url==null?M(u.context):M.event).trigger(c,A);
},httpSuccess:function(u){try{return !u.status&&location.protocol==="file:"||u.status>=200&&u.status<300||u.status===304||u.status===1223;
}catch(c){}return false;},httpNotModified:function(u,c){var E=u.getResponseHeader("Last-Modified"),A=u.getResponseHeader("Etag");
if(E){M.lastModified[c]=E;}if(A){M.etag[c]=A;}return u.status===304;},httpData:function(u,c,O){var E=u.getResponseHeader("content-type")||"",A=c==="xml"||!c&&E.indexOf("xml")>=0;
u=A?u.responseXML:u.responseText;A&&u.documentElement.nodeName==="parsererror"&&M.error("parsererror");
if(O&&O.dataFilter){u=O.dataFilter(u,c);}if(typeof u==="string"){if(c==="json"||!c&&E.indexOf("json")>=0){u=M.parseJSON(u);
}else{if(c==="script"||!c&&E.indexOf("javascript")>=0){M.globalEval(u);}}}return u;
}});if(au.ActiveXObject){M.ajaxSettings.xhr=function(){if(au.location.protocol!=="file:"){try{return new au.XMLHttpRequest;
}catch(u){}}try{return new au.ActiveXObject("Microsoft.XMLHTTP");}catch(c){}};}M.support.ajax=!!M.ajaxSettings.xhr();
var q={},ax=/^(?:toggle|show|hide)$/,P=/^([+\-]=)?([\d+.\-]+)(.*)$/,aE,at=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];
M.fn.extend({show:function(u,c,A){if(u||u===0){return this.animate(ak("show",3),u,c,A);
}else{u=0;for(c=this.length;u<c;u++){if(!M.data(this[u],"olddisplay")&&this[u].style.display==="none"){this[u].style.display="";
}this[u].style.display===""&&M.css(this[u],"display")==="none"&&M.data(this[u],"olddisplay",L(this[u].nodeName));
}for(u=0;u<c;u++){this[u].style.display=M.data(this[u],"olddisplay")||"";}return this;
}},hide:function(u,c,A){if(u||u===0){return this.animate(ak("hide",3),u,c,A);}else{u=0;
for(c=this.length;u<c;u++){A=M.css(this[u],"display");A!=="none"&&M.data(this[u],"olddisplay",A);
}for(u=0;u<c;u++){this[u].style.display="none";}return this;}},_toggle:M.fn.toggle,toggle:function(u,c,E){var A=typeof u==="boolean";
if(M.isFunction(u)&&M.isFunction(c)){this._toggle.apply(this,arguments);}else{u==null||A?this.each(function(){var O=A?u:M(this).is(":hidden");
M(this)[O?"show":"hide"]();}):this.animate(ak("toggle",3),u,c,E);}return this;},fadeTo:function(u,c,E,A){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:c},u,E,A);
},animate:function(u,c,O,E){var A=M.speed(c,O,E);if(M.isEmptyObject(u)){return this.each(A.complete);
}return this[A.queue===false?"each":"queue"](function(){var W=M.extend({},A),U,S=this.nodeType===1,X=S&&M(this).is(":hidden"),V=this;
for(U in u){var T=M.camelCase(U);if(U!==T){u[T]=u[U];delete u[U];U=T;}if(u[U]==="hide"&&X||u[U]==="show"&&!X){return W.complete.call(this);
}if(S&&(U==="height"||U==="width")){W.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY];
if(M.css(this,"display")==="inline"&&M.css(this,"float")==="none"){if(M.support.inlineBlockNeedsLayout){if(L(this.nodeName)==="inline"){this.style.display="inline-block";
}else{this.style.display="inline";this.style.zoom=1;}}else{this.style.display="inline-block";
}}}if(M.isArray(u[U])){(W.specialEasing=W.specialEasing||{})[U]=u[U][1];u[U]=u[U][0];
}}if(W.overflow!=null){this.style.overflow="hidden";}W.curAnim=M.extend({},u);M.each(u,function(a2,a0){var Z=new M.fx(V,W,a2);
if(ax.test(a0)){Z[a0==="toggle"?X?"show":"hide":a0](u);}else{var Y=P.exec(a0),aa=Z.cur(true)||0;
if(Y){var a1=parseFloat(Y[2]),ab=Y[3]||"px";if(ab!=="px"){M.style(V,a2,(a1||1)+ab);
aa=(a1||1)/Z.cur(true)*aa;M.style(V,a2,aa+ab);}if(Y[1]){a1=(Y[1]==="-="?-1:1)*a1+aa;
}Z.custom(aa,a1,ab);}else{Z.custom(aa,a0,"");}}});return true;});},stop:function(u,c){var A=M.timers;
u&&this.queue([]);this.each(function(){for(var E=A.length-1;E>=0;E--){if(A[E].elem===this){c&&A[E](true);
A.splice(E,1);}}});c||this.dequeue();return this;}});M.each({slideDown:ak("show",1),slideUp:ak("hide",1),slideToggle:ak("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(u,c){M.fn[u]=function(O,E,A){return this.animate(c,O,E,A);
};});M.extend({speed:function(u,c,E){var A=u&&typeof u==="object"?M.extend({},u):{complete:E||!E&&c||M.isFunction(u)&&u,duration:u,easing:E&&c||c&&!M.isFunction(c)&&c};
A.duration=M.fx.off?0:typeof A.duration==="number"?A.duration:A.duration in M.fx.speeds?M.fx.speeds[A.duration]:M.fx.speeds._default;
A.old=A.complete;A.complete=function(){A.queue!==false&&M(this).dequeue();M.isFunction(A.old)&&A.old.call(this);
};return A;},easing:{linear:function(u,c,E,A){return E+A*u;},swing:function(u,c,E,A){return(-Math.cos(u*Math.PI)/2+0.5)*A+E;
}},timers:[],fx:function(u,c,A){this.options=c;this.elem=u;this.prop=A;if(!c.orig){c.orig={};
}}});M.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);
(M.fx.step[this.prop]||M.fx.step._default)(this);},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop];
}var c=parseFloat(M.css(this.elem,this.prop));return c&&c>-10000?c:0;},custom:function(u,c,O){function E(S){return A.step(S);
}this.startTime=M.now();this.start=u;this.end=c;this.unit=O||this.unit||"px";this.now=this.start;
this.pos=this.state=0;var A=this;u=M.fx;E.elem=this.elem;if(E()&&M.timers.push(E)&&!aE){aE=setInterval(u.tick,u.interval);
}},show:function(){this.options.orig[this.prop]=M.style(this.elem,this.prop);this.options.show=true;
this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());M(this.elem).show();
},hide:function(){this.options.orig[this.prop]=M.style(this.elem,this.prop);this.options.hide=true;
this.custom(this.cur(),0);},step:function(u){var c=M.now(),T=true;if(u||c>=this.options.duration+this.startTime){this.now=this.end;
this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var S in this.options.curAnim){if(this.options.curAnim[S]!==true){T=false;
}}if(T){if(this.options.overflow!=null&&!M.support.shrinkWrapBlocks){var O=this.elem,E=this.options;
M.each(["","X","Y"],function(U,V){O.style["overflow"+V]=E.overflow[U];});}this.options.hide&&M(this.elem).hide();
if(this.options.hide||this.options.show){for(var A in this.options.curAnim){M.style(this.elem,A,this.options.orig[A]);
}}this.options.complete.call(this.elem);}return false;}else{u=c-this.startTime;this.state=u/this.options.duration;
c=this.options.easing||(M.easing.swing?"swing":"linear");this.pos=M.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||c](this.state,u,0,1,this.options.duration);
this.now=this.start+(this.end-this.start)*this.pos;this.update();}return true;}};
M.extend(M.fx,{tick:function(){for(var u=M.timers,c=0;c<u.length;c++){u[c]()||u.splice(c--,1);
}u.length||M.fx.stop();},interval:13,stop:function(){clearInterval(aE);aE=null;},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(c){M.style(c.elem,"opacity",c.now);
},_default:function(c){if(c.elem.style&&c.elem.style[c.prop]!=null){c.elem.style[c.prop]=(c.prop==="width"||c.prop==="height"?Math.max(0,c.now):c.now)+c.unit;
}else{c.elem[c.prop]=c.now;}}}});if(M.expr&&M.expr.filters){M.expr.filters.animated=function(c){return M.grep(M.timers,function(u){return c===u.elem;
}).length;};}var y=/^t(?:able|d|h)$/i,i=/^(?:body|html)$/i;M.fn.offset="getBoundingClientRect" in D.documentElement?function(u){var c=this[0],S;
if(u){return this.each(function(T){M.offset.setOffset(this,u,T);});}if(!c||!c.ownerDocument){return null;
}if(c===c.ownerDocument.body){return M.offset.bodyOffset(c);}try{S=c.getBoundingClientRect();
}catch(O){}var E=c.ownerDocument,A=E.documentElement;if(!S||!M.contains(A,c)){return S||{top:0,left:0};
}c=E.body;E=f(E);return{top:S.top+(E.pageYOffset||M.support.boxModel&&A.scrollTop||c.scrollTop)-(A.clientTop||c.clientTop||0),left:S.left+(E.pageXOffset||M.support.boxModel&&A.scrollLeft||c.scrollLeft)-(A.clientLeft||c.clientLeft||0)};
}:function(V){var U=this[0];if(V){return this.each(function(W){M.offset.setOffset(this,V,W);
});}if(!U||!U.ownerDocument){return null;}if(U===U.ownerDocument.body){return M.offset.bodyOffset(U);
}M.offset.initialize();var T=U.offsetParent,S=U.ownerDocument,O,E=S.documentElement,A=S.body;
O=(S=S.defaultView)?S.getComputedStyle(U,null):U.currentStyle;for(var u=U.offsetTop,c=U.offsetLeft;
(U=U.parentNode)&&U!==A&&U!==E;){if(M.offset.supportsFixedPosition&&O.position==="fixed"){break;
}O=S?S.getComputedStyle(U,null):U.currentStyle;u-=U.scrollTop;c-=U.scrollLeft;if(U===T){u+=U.offsetTop;
c+=U.offsetLeft;if(M.offset.doesNotAddBorder&&!(M.offset.doesAddBorderForTableAndCells&&y.test(U.nodeName))){u+=parseFloat(O.borderTopWidth)||0;
c+=parseFloat(O.borderLeftWidth)||0;}T=U.offsetParent;}if(M.offset.subtractsBorderForOverflowNotVisible&&O.overflow!=="visible"){u+=parseFloat(O.borderTopWidth)||0;
c+=parseFloat(O.borderLeftWidth)||0;}O=O;}if(O.position==="relative"||O.position==="static"){u+=A.offsetTop;
c+=A.offsetLeft;}if(M.offset.supportsFixedPosition&&O.position==="fixed"){u+=Math.max(E.scrollTop,A.scrollTop);
c+=Math.max(E.scrollLeft,A.scrollLeft);}return{top:u,left:c};};M.offset={initialize:function(){var u=D.body,c=D.createElement("div"),S,O,E,A=parseFloat(M.css(u,"marginTop"))||0;
M.extend(c.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});
c.innerHTML="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";
u.insertBefore(c,u.firstChild);S=c.firstChild;O=S.firstChild;E=S.nextSibling.firstChild.firstChild;
this.doesNotAddBorder=O.offsetTop!==5;this.doesAddBorderForTableAndCells=E.offsetTop===5;
O.style.position="fixed";O.style.top="20px";this.supportsFixedPosition=O.offsetTop===20||O.offsetTop===15;
O.style.position=O.style.top="";S.style.overflow="hidden";S.style.position="relative";
this.subtractsBorderForOverflowNotVisible=O.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=u.offsetTop!==A;
u.removeChild(c);M.offset.initialize=M.noop;},bodyOffset:function(u){var c=u.offsetTop,A=u.offsetLeft;
M.offset.initialize();if(M.offset.doesNotIncludeMarginInBodyOffset){c+=parseFloat(M.css(u,"marginTop"))||0;
A+=parseFloat(M.css(u,"marginLeft"))||0;}return{top:c,left:A};},setOffset:function(V,U,T){var S=M.css(V,"position");
if(S==="static"){V.style.position="relative";}var O=M(V),E=O.offset(),A=M.css(V,"top"),u=M.css(V,"left"),c=S==="absolute"&&M.inArray("auto",[A,u])>-1;
S={};var W={};if(c){W=O.position();}A=c?W.top:parseInt(A,10)||0;u=c?W.left:parseInt(u,10)||0;
if(M.isFunction(U)){U=U.call(V,T,E);}if(U.top!=null){S.top=U.top-E.top+A;}if(U.left!=null){S.left=U.left-E.left+u;
}"using" in U?U.using.call(V,S):O.css(S);}};M.fn.extend({position:function(){if(!this[0]){return null;
}var u=this[0],c=this.offsetParent(),E=this.offset(),A=i.test(c[0].nodeName)?{top:0,left:0}:c.offset();
E.top-=parseFloat(M.css(u,"marginTop"))||0;E.left-=parseFloat(M.css(u,"marginLeft"))||0;
A.top+=parseFloat(M.css(c[0],"borderTopWidth"))||0;A.left+=parseFloat(M.css(c[0],"borderLeftWidth"))||0;
return{top:E.top-A.top,left:E.left-A.left};},offsetParent:function(){return this.map(function(){for(var c=this.offsetParent||D.body;
c&&!i.test(c.nodeName)&&M.css(c,"position")==="static";){c=c.offsetParent;}return c;
});}});M.each(["Left","Top"],function(u,c){var A="scroll"+c;M.fn[A]=function(S){var O=this[0],E;
if(!O){return null;}if(S!==ay){return this.each(function(){if(E=f(this)){E.scrollTo(!u?S:M(E).scrollLeft(),u?S:M(E).scrollTop());
}else{this[A]=S;}});}else{return(E=f(O))?"pageXOffset" in E?E[u?"pageYOffset":"pageXOffset"]:M.support.boxModel&&E.document.documentElement[A]||E.document.body[A]:O[A];
}};});M.each(["Height","Width"],function(u,c){var A=c.toLowerCase();M.fn["inner"+c]=function(){return this[0]?parseFloat(M.css(this[0],A,"padding")):null;
};M.fn["outer"+c]=function(E){return this[0]?parseFloat(M.css(this[0],A,E?"margin":"border")):null;
};M.fn[A]=function(O){var E=this[0];if(!E){return O==null?null:this;}if(M.isFunction(O)){return this.each(function(T){var S=M(this);
S[A](O.call(this,T,S[A]()));});}return M.isWindow(E)?E.document.compatMode==="CSS1Compat"&&E.document.documentElement["client"+c]||E.document.body["client"+c]:E.nodeType===9?Math.max(E.documentElement["client"+c],E.body["scroll"+c],E.documentElement["scroll"+c],E.body["offset"+c],E.documentElement["offset"+c]):O===ay?parseFloat(M.css(E,A)):this.css(A,typeof O==="string"?O:O+"px");
};});})(window);
