X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-cgt.git;a=blobdiff_plain;f=external%2Fjquery.min.js;fp=external%2Fjquery.min.js;h=12117be2ad8067d20f316f285e9c3876ad32e9e4;hp=0000000000000000000000000000000000000000;hb=6c7d84c807fbc385902759c61517c738c390b690;hpb=8c6e422dbf34db0f751e392e2e9d86fcdedf4aa7 diff --git a/external/jquery.min.js b/external/jquery.min.js new file mode 100644 index 0000000..12117be --- /dev/null +++ b/external/jquery.min.js @@ -0,0 +1,23 @@ +/* + * jQuery JavaScript Library v1.7.1 + * http://jquery.com/ + * + * Copyright 2011, John Resig + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2011, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * + * Date: Mon Nov 21 21:11:03 2011 -0500 + */ +(function(J,bb){var ah=J.document,bu=J.navigator,bk=J.location;var p=(function(){var e=function(b0,b1){return new e.fn.init(b0,b1,by)},bU=J.jQuery,bH=J.$,by,bZ=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,bM=/\S/,bI=/^\s+/,bx=/\s+$/,bD=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,bN=/^[\],:{}\s]*$/,bW=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,bQ=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,bJ=/(?:^|:|,)(?:\s*\[)+/g,bB=/(webkit)[ \/]([\w.]+)/,bP=/(opera)(?:.*version)?[ \/]([\w.]+)/,bR=/(msie) ([\w.]+)/,bL=/(mozilla)(?:.*? rv:([\w.]+))?/,bz=/-([a-z]|[0-9])/ig,bG=/^-ms-/,bT=function(b1,b0){return(b0+"").toUpperCase()},bX=bu.userAgent,bV,bw,bF,bS=Object.prototype.toString,bY=Object.prototype.hasOwnProperty,bC=Array.prototype.push,bK=Array.prototype.slice,bO=String.prototype.trim,bv=Array.prototype.indexOf,bE={};e.fn=e.prototype={constructor:e,init:function(b0,b4,b3){var b2,b5,b1,b6;if(!b0){return this}if(b0.nodeType){this.context=this[0]=b0;this.length=1;return this}if(b0==="body"&&!b4&&ah.body){this.context=ah;this[0]=ah.body;this.selector=b0;this.length=1;return this}if(typeof b0==="string"){if(b0.charAt(0)==="<"&&b0.charAt(b0.length-1)===">"&&b0.length>=3){b2=[null,b0,null]}else{b2=bZ.exec(b0)}if(b2&&(b2[1]||!b4)){if(b2[1]){b4=b4 instanceof e?b4[0]:b4;b6=(b4?b4.ownerDocument||b4:ah);b1=bD.exec(b0);if(b1){if(e.isPlainObject(b4)){b0=[ah.createElement(b1[1])];e.fn.attr.call(b0,b4,true)}else{b0=[b6.createElement(b1[1])]}}else{b1=e.buildFragment([b2[1]],[b6]);b0=(b1.cacheable?e.clone(b1.fragment):b1.fragment).childNodes}return e.merge(this,b0)}else{b5=ah.getElementById(b2[2]);if(b5&&b5.parentNode){if(b5.id!==b2[2]){return b3.find(b0)}this.length=1;this[0]=b5}this.context=ah;this.selector=b0;return this}}else{if(!b4||b4.jquery){return(b4||b3).find(b0)}else{return this.constructor(b4).find(b0)}}}else{if(e.isFunction(b0)){return b3.ready(b0)}}if(b0.selector!==bb){this.selector=b0.selector;this.context=b0.context}return e.makeArray(b0,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return this.length},toArray:function(){return bK.call(this,0)},get:function(b0){return b0==null?this.toArray():(b0<0?this[this.length+b0]:this[b0])},pushStack:function(b1,b3,b0){var b2=this.constructor();if(e.isArray(b1)){bC.apply(b2,b1)}else{e.merge(b2,b1)}b2.prevObject=this;b2.context=this.context;if(b3==="find"){b2.selector=this.selector+(this.selector?" ":"")+b0}else{if(b3){b2.selector=this.selector+"."+b3+"("+b0+")"}}return b2},each:function(b1,b0){return e.each(this,b1,b0)},ready:function(b0){e.bindReady();bw.add(b0);return this},eq:function(b0){b0=+b0;return b0===-1?this.slice(b0):this.slice(b0,b0+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(bK.apply(this,arguments),"slice",bK.call(arguments).join(","))},map:function(b0){return this.pushStack(e.map(this,function(b2,b1){return b0.call(b2,b1,b2)}))},end:function(){return this.prevObject||this.constructor(null)},push:bC,sort:[].sort,splice:[].splice};e.fn.init.prototype=e.fn;e.extend=e.fn.extend=function(){var b8,b1,b0,b2,b6,b7,b3=arguments[0]||{},b4=1,b5=arguments.length,b9=false;if(typeof b3==="boolean"){b9=b3;b3=arguments[1]||{};b4=2}if(typeof b3!=="object"&&!e.isFunction(b3)){b3={}}if(b5===b4){b3=this;--b4}for(;b40){return}bw.fireWith(ah,[e]);if(e.fn.trigger){e(ah).trigger("ready").off("ready")}}},bindReady:function(){if(bw){return}bw=e.Callbacks("once memory");if(ah.readyState==="complete"){return setTimeout(e.ready,1)}if(ah.addEventListener){ah.addEventListener("DOMContentLoaded",bF,false);J.addEventListener("load",e.ready,false)}else{if(ah.attachEvent){ah.attachEvent("onreadystatechange",bF);J.attachEvent("onload",e.ready);var b0=false;try{b0=J.frameElement==null}catch(b1){}if(ah.documentElement.doScroll&&b0){bA()}}}},isFunction:function(b0){return e.type(b0)==="function"},isArray:Array.isArray||function(b0){return e.type(b0)==="array"},isWindow:function(b0){return b0&&typeof b0==="object"&&"setInterval" in b0},isNumeric:function(b0){return !isNaN(parseFloat(b0))&&isFinite(b0)},type:function(b0){return b0==null?String(b0):bE[bS.call(b0)]||"object"},isPlainObject:function(b2){if(!b2||e.type(b2)!=="object"||b2.nodeType||e.isWindow(b2)){return false}try{if(b2.constructor&&!bY.call(b2,"constructor")&&!bY.call(b2.constructor.prototype,"isPrototypeOf")){return false}}catch(b1){return false}var b0;for(b0 in b2){}return b0===bb||bY.call(b2,b0)},isEmptyObject:function(b1){for(var b0 in b1){return false}return true},error:function(b0){throw new Error(b0)},parseJSON:function(b0){if(typeof b0!=="string"||!b0){return null}b0=e.trim(b0);if(J.JSON&&J.JSON.parse){return J.JSON.parse(b0)}if(bN.test(b0.replace(bW,"@").replace(bQ,"]").replace(bJ,""))){return(new Function("return "+b0))()}e.error("Invalid JSON: "+b0)},parseXML:function(b2){var b0,b1;try{if(J.DOMParser){b1=new DOMParser();b0=b1.parseFromString(b2,"text/xml")}else{b0=new ActiveXObject("Microsoft.XMLDOM");b0.async="false";b0.loadXML(b2)}}catch(b3){b0=bb}if(!b0||!b0.documentElement||b0.getElementsByTagName("parsererror").length){e.error("Invalid XML: "+b2)}return b0},noop:function(){},globalEval:function(b0){if(b0&&bM.test(b0)){(J.execScript||function(b1){J["eval"].call(J,b1)})(b0)}},camelCase:function(b0){return b0.replace(bG,"ms-").replace(bz,bT)},nodeName:function(b1,b0){return b1.nodeName&&b1.nodeName.toUpperCase()===b0.toUpperCase()},each:function(b5,b6,b3){var b2,b4=0,b0=b5.length,b1=b0===bb||e.isFunction(b5);if(b3){if(b1){for(b2 in b5){if(b6.apply(b5[b2],b3)===false){break}}}else{for(;b40&&b0[0]&&b0[b3-1])||b3===0||e.isArray(b0));if(b2){for(;b11?ar.call(arguments,0):bG;if(!(--bx)){bD.resolveWith(bD,by)}}}function bz(bF){return function(bG){bB[bF]=arguments.length>1?ar.call(arguments,0):bG;bD.notifyWith(bA,bB)}}if(bw>1){for(;bv
a";bI=bv.getElementsByTagName("*");bF=bv.getElementsByTagName("a")[0];if(!bI||!bI.length||!bF){return{}}bK=ah.createElement("select");by=bK.appendChild(ah.createElement("option"));bG=bv.getElementsByTagName("input")[0];bJ={leadingWhitespace:(bv.firstChild.nodeType===3),tbody:!bv.getElementsByTagName("tbody").length,htmlSerialize:!!bv.getElementsByTagName("link").length,style:/top/.test(bF.getAttribute("style")),hrefNormalized:(bF.getAttribute("href")==="/a"),opacity:/^0.55/.test(bF.style.opacity),cssFloat:!!bF.style.cssFloat,checkOn:(bG.value==="on"),optSelected:by.selected,getSetAttribute:bv.className!=="t",enctype:!!ah.createElement("form").enctype,html5Clone:ah.createElement("nav").cloneNode(true).outerHTML!=="<:nav>",submitBubbles:true,changeBubbles:true,focusinBubbles:false,deleteExpando:true,noCloneEvent:true,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableMarginRight:true};bG.checked=true;bJ.noCloneChecked=bG.cloneNode(true).checked;bK.disabled=true;bJ.optDisabled=!by.disabled;try{delete bv.test}catch(bD){bJ.deleteExpando=false}if(!bv.addEventListener&&bv.attachEvent&&bv.fireEvent){bv.attachEvent("onclick",function(){bJ.noCloneEvent=false});bv.cloneNode(true).fireEvent("onclick")}bG=ah.createElement("input");bG.value="t";bG.setAttribute("type","radio");bJ.radioValue=bG.value==="t";bG.setAttribute("checked","checked");bv.appendChild(bG);bx=ah.createDocumentFragment();bx.appendChild(bv.lastChild);bJ.checkClone=bx.cloneNode(true).cloneNode(true).lastChild.checked;bJ.appendChecked=bG.checked;bx.removeChild(bG);bx.appendChild(bv);bv.innerHTML="";if(J.getComputedStyle){bz=ah.createElement("div");bz.style.width="0";bz.style.marginRight="0";bv.style.width="2px";bv.appendChild(bz);bJ.reliableMarginRight=(parseInt((J.getComputedStyle(bz,null)||{marginRight:0}).marginRight,10)||0)===0}if(bv.attachEvent){for(bA in {submit:1,change:1,focusin:1}){bC="on"+bA;bw=(bC in bv);if(!bw){bv.setAttribute(bC,"return;");bw=(typeof bv[bC]==="function")}bJ[bA+"Bubbles"]=bw}}bx.removeChild(bv);bx=bK=by=bz=bv=bG=null;p(function(){var bQ,bT,bV,bU,bL,bM,bP,bS,bR,e,bN,bO=ah.getElementsByTagName("body")[0];if(!bO){return}bP=1;bS="position:absolute;top:0;left:0;width:1px;height:1px;margin:0;";bR="visibility:hidden;border:0;";e="style='"+bS+"border:5px solid #000;padding:0;'";bN="
";bQ=ah.createElement("div");bQ.style.cssText=bR+"width:0;height:0;position:static;top:0;margin-top:"+bP+"px";bO.insertBefore(bQ,bO.firstChild);bv=ah.createElement("div");bQ.appendChild(bv);bv.innerHTML="
t
";bB=bv.getElementsByTagName("td");bw=(bB[0].offsetHeight===0);bB[0].style.display="";bB[1].style.display="none";bJ.reliableHiddenOffsets=bw&&(bB[0].offsetHeight===0);bv.innerHTML="";bv.style.width=bv.style.paddingLeft="1px";p.boxModel=bJ.boxModel=bv.offsetWidth===2;if(typeof bv.style.zoom!=="undefined"){bv.style.display="inline";bv.style.zoom=1;bJ.inlineBlockNeedsLayout=(bv.offsetWidth===2);bv.style.display="";bv.innerHTML="
";bJ.shrinkWrapBlocks=(bv.offsetWidth!==2)}bv.style.cssText=bS+bR;bv.innerHTML=bN;bT=bv.firstChild;bV=bT.firstChild;bL=bT.nextSibling.firstChild.firstChild;bM={doesNotAddBorder:(bV.offsetTop!==5),doesAddBorderForTableAndCells:(bL.offsetTop===5)};bV.style.position="fixed";bV.style.top="20px";bM.fixedPosition=(bV.offsetTop===20||bV.offsetTop===15);bV.style.position=bV.style.top="";bT.style.overflow="hidden";bT.style.position="relative";bM.subtractsBorderForOverflowNotVisible=(bV.offsetTop===-5);bM.doesNotIncludeMarginInBodyOffset=(bO.offsetTop!==bP);bO.removeChild(bQ);bv=bQ=null;p.extend(bJ,bM)});return bJ})();var ag=/^(?:\{.*\}|\[.*\])$/,az=/([A-Z])/g;p.extend({cache:{},uuid:0,expando:"jQuery"+(p.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},hasData:function(e){e=e.nodeType?p.cache[e[p.expando]]:e[p.expando];return !!e&&!a3(e)},data:function(bA,bv,bB,bz){if(!p.acceptData(bA)){return}var bE,by,bD,bG=p.expando,bC=typeof bv==="string",bF=bA.nodeType,e=bF?p.cache:bA,bw=bF?bA[bG]:bA[bG]&&bG,bx=bv==="events";if((!bw||!e[bw]||(!bx&&!bz&&!e[bw].data))&&bC&&bB===bb){return}if(!bw){if(bF){bA[bG]=bw=++p.uuid}else{bw=bG}}if(!e[bw]){e[bw]={};if(!bF){e[bw].toJSON=p.noop}}if(typeof bv==="object"||typeof bv==="function"){if(bz){e[bw]=p.extend(e[bw],bv)}else{e[bw].data=p.extend(e[bw].data,bv)}}bE=by=e[bw];if(!bz){if(!by.data){by.data={}}by=by.data}if(bB!==bb){by[p.camelCase(bv)]=bB}if(bx&&!by[bv]){return bE.events}if(bC){bD=by[bv];if(bD==null){bD=by[p.camelCase(bv)]}}else{bD=by}return bD},removeData:function(bz,bv,by){if(!p.acceptData(bz)){return}var bx,bB,bA,bD=p.expando,bC=bz.nodeType,e=bC?p.cache:bz,bw=bC?bz[bD]:bD;if(!e[bw]){return}if(bv){bx=by?e[bw]:e[bw].data;if(bx){if(!p.isArray(bv)){if(bv in bx){bv=[bv]}else{bv=p.camelCase(bv);if(bv in bx){bv=[bv]}else{bv=bv.split(" ")}}}for(bB=0,bA=bv.length;bB-1){return true}}return false},val:function(bx){var e,bv,by,bw=this[0];if(!arguments.length){if(bw){e=p.valHooks[bw.nodeName.toLowerCase()]||p.valHooks[bw.type];if(e&&"get" in e&&(bv=e.get(bw,"value"))!==bb){return bv}bv=bw.value;return typeof bv==="string"?bv.replace(aO,""):bv==null?"":bv}return}by=p.isFunction(bx);return this.each(function(bA){var bz=p(this),bB;if(this.nodeType!==1){return}if(by){bB=bx.call(this,bA,bz.val())}else{bB=bx}if(bB==null){bB=""}else{if(typeof bB==="number"){bB+=""}else{if(p.isArray(bB)){bB=p.map(bB,function(bC){return bC==null?"":bC+""})}}}e=p.valHooks[this.nodeName.toLowerCase()]||p.valHooks[this.type];if(!e||!("set" in e)||e.set(this,bB,"value")===bb){this.value=bB}})}});p.extend({valHooks:{option:{get:function(e){var bv=e.attributes.value;return !bv||bv.specified?e.value:e.text}},select:{get:function(bv){var bB,bw,bz,e,by=bv.selectedIndex,bC=[],bA=bv.options,bx=bv.type==="select-one";if(by<0){return null}bw=bx?by:0;bz=bx?by+1:bA.length;for(;bw=0});if(!e.length){bv.selectedIndex=-1}return e}}},attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(bA,by,bB,bz){var bx,e,bw,bv=bA.nodeType;if(!bA||bv===3||bv===8||bv===2){return}if(bz&&by in p.attrFn){return p(bA)[by](bB)}if(typeof bA.getAttribute==="undefined"){return p.prop(bA,by,bB)}bw=bv!==1||!p.isXMLDoc(bA);if(bw){by=by.toLowerCase();e=p.attrHooks[by]||(ad.test(by)?aW:bf)}if(bB!==bb){if(bB===null){p.removeAttr(bA,by);return}else{if(e&&"set" in e&&bw&&(bx=e.set(bA,bB,by))!==bb){return bx}else{bA.setAttribute(by,""+bB);return bB}}}else{if(e&&"get" in e&&bw&&(bx=e.get(bA,by))!==null){return bx}else{bx=bA.getAttribute(by);return bx===null?bb:bx}}},removeAttr:function(by,bz){var e,bA,bw,bv,bx=0;if(bz&&by.nodeType===1){bA=bz.toLowerCase().split(aQ);bv=bA.length;for(;bx=0)}}})});var bd=/^(?:textarea|input|select)$/i,k=/^([^\.]*)?(?:\.(.+))?$/,L=/\bhover(\.\S+)?\b/,aA=/^key/,F=/^(?:mouse|contextmenu)|click/,R=/^(?:focusinfocus|focusoutblur)$/,T=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,V=function(e){var bv=T.exec(e);if(bv){bv[1]=(bv[1]||"").toLowerCase();bv[3]=bv[3]&&new RegExp("(?:^|\\s)"+bv[3]+"(?:\\s|$)")}return bv},d=function(bw,e){var bv=bw.attributes||{};return((!e[1]||bw.nodeName.toLowerCase()===e[1])&&(!e[2]||(bv.id||{}).value===e[2])&&(!e[3]||e[3].test((bv["class"]||{}).value)))},bt=function(e){return p.event.special.hover?e:e.replace(L,"mouseenter$1 mouseleave$1")};p.event={add:function(bA,bE,bK,bD,bB){var bw,by,bH,bJ,bI,bF,bv,bG,bx,bC,bz,e;if(bA.nodeType===3||bA.nodeType===8||!bE||!bK||!(bw=p._data(bA))){return}if(bK.handler){bx=bK;bK=bx.handler}if(!bK.guid){bK.guid=p.guid++}bH=bw.events;if(!bH){bw.events=bH={}}by=bw.handle;if(!by){bw.handle=by=function(bL){return typeof p!=="undefined"&&(!bL||p.event.triggered!==bL.type)?p.event.dispatch.apply(by.elem,arguments):bb};by.elem=bA}bE=p.trim(bt(bE)).split(" ");for(bJ=0;bJ=0){bG=bG.slice(0,-1);by=true}if(bG.indexOf(".")>=0){bx=bG.split(".");bG=bx.shift();bx.sort()}if((!bB||p.event.customEvent[bG])&&!p.event.global[bG]){return}bw=typeof bw==="object"?bw[p.expando]?bw:new p.Event(bG,bw):new p.Event(bG);bw.type=bG;bw.isTrigger=true;bw.exclusive=by;bw.namespace=bx.join(".");bw.namespace_re=bw.namespace?new RegExp("(^|\\.)"+bx.join("\\.(?:.*\\.)?")+"(\\.|$)"):null;bF=bG.indexOf(":")<0?"on"+bG:"";if(!bB){e=p.cache;for(bD in e){if(e[bD].events&&e[bD].events[bG]){p.event.trigger(bw,bE,e[bD].handle.elem,true)}}return}bw.result=bb;if(!bw.target){bw.target=bB}bE=bE!=null?p.makeArray(bE):[];bE.unshift(bw);bv=p.event.special[bG]||{};if(bv.trigger&&bv.trigger.apply(bB,bE)===false){return}bC=[[bB,bv.bindType||bG]];if(!bJ&&!bv.noBubble&&!p.isWindow(bB)){bI=bv.delegateType||bG;bH=R.test(bI+bG)?bB:bB.parentNode;bA=null;for(;bH;bH=bH.parentNode){bC.push([bH,bI]);bA=bH}if(bA&&bA===bB.ownerDocument){bC.push([bA.defaultView||bA.parentWindow||J,bI])}}for(bD=0;bDbB){bK.push({elem:this,matches:bz.slice(bB)})}for(bC=0;bC0?this.on(e,null,bx,bw):this.trigger(e)};if(p.attrFn){p.attrFn[e]=true}if(aA.test(e)){p.event.fixHooks[e]=p.event.keyHooks}if(F.test(e)){p.event.fixHooks[e]=p.event.mouseHooks}}); +/* + * Sizzle CSS Selector Engine + * Copyright 2011, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * More information: http://sizzlejs.com/ + */ +(function(){var bH=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,bA="sizcache"+(Math.random()+"").replace(".",""),bI=0,bL=Object.prototype.toString,bB=false,bx=true,bP=/\\/g,bN=/\r\n/g,bQ=/\W/;[0,0].sort(function(){bx=false;return 0});var bF=function(bW,e,bZ,b0){bZ=bZ||[];e=e||ah;var bR=e;if(e.nodeType!==1&&e.nodeType!==9){return[]}if(!bW||typeof bW!=="string"){return bZ}var bT,b3,b6,bS,b2,b5,b4,bY,bV=true,bU=bF.isXML(e),bX=[],b1=bW;do{bH.exec("");bT=bH.exec(b1);if(bT){b1=bT[3];bX.push(bT[1]);if(bT[2]){bS=bT[3];break}}}while(bT);if(bX.length>1&&bz.exec(bW)){if(bX.length===2&&bC.relative[bX[0]]){b3=bJ(bX[0]+bX[1],e,b0)}else{b3=bC.relative[bX[0]]?[e]:bF(bX.shift(),e);while(bX.length){bW=bX.shift();if(bC.relative[bW]){bW+=bX.shift()}b3=bJ(bW,b3,b0)}}}else{if(!b0&&bX.length>1&&e.nodeType===9&&!bU&&bC.match.ID.test(bX[0])&&!bC.match.ID.test(bX[bX.length-1])){b2=bF.find(bX.shift(),e,bU);e=b2.expr?bF.filter(b2.expr,b2.set)[0]:b2.set[0]}if(e){b2=b0?{expr:bX.pop(),set:bD(b0)}:bF.find(bX.pop(),bX.length===1&&(bX[0]==="~"||bX[0]==="+")&&e.parentNode?e.parentNode:e,bU);b3=b2.expr?bF.filter(b2.expr,b2.set):b2.set;if(bX.length>0){b6=bD(b3)}else{bV=false}while(bX.length){b5=bX.pop();b4=b5;if(!bC.relative[b5]){b5=""}else{b4=bX.pop()}if(b4==null){b4=e}bC.relative[b5](b6,b4,bU)}}else{b6=bX=[]}}if(!b6){b6=b3}if(!b6){bF.error(b5||bW)}if(bL.call(b6)==="[object Array]"){if(!bV){bZ.push.apply(bZ,b6)}else{if(e&&e.nodeType===1){for(bY=0;b6[bY]!=null;bY++){if(b6[bY]&&(b6[bY]===true||b6[bY].nodeType===1&&bF.contains(e,b6[bY]))){bZ.push(b3[bY])}}}else{for(bY=0;b6[bY]!=null;bY++){if(b6[bY]&&b6[bY].nodeType===1){bZ.push(b3[bY])}}}}}else{bD(b6,bZ)}if(bS){bF(bS,bR,bZ,b0);bF.uniqueSort(bZ)}return bZ};bF.uniqueSort=function(bR){if(bO){bB=bx;bR.sort(bO);if(bB){for(var e=1;e0};bF.find=function(bW,e,bY){var bX,bS,bU,bT,bV,bR;if(!bW){return[]}for(bS=0,bU=bC.order.length;bS":function(bW,bT){var bV,bS=typeof bT==="string",bU=0,e=bW.length;if(bS&&!bQ.test(bT)){bT=bT.toLowerCase();for(;bU=0)){if(!bR){bW.push(bU)}}else{if(bR){e[bT]=false}}}}return false},ID:function(e){return e[1].replace(bP,"")},TAG:function(bR,e){return bR[1].replace(bP,"").toLowerCase()},CHILD:function(e){if(e[1]==="nth"){if(!e[2]){bF.error(e[0])}e[2]=e[2].replace(/^\+|\s*/g,"");var bR=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(e[2]==="even"&&"2n"||e[2]==="odd"&&"2n+1"||!/\D/.test(e[2])&&"0n+"+e[2]||e[2]);e[2]=(bR[1]+(bR[2]||1))-0;e[3]=bR[3]-0}else{if(e[2]){bF.error(e[0])}}e[0]=bI++;return e},ATTR:function(bT,e,bR,bV,bU,bW){var bS=bT[1]=bT[1].replace(bP,"");if(!bW&&bC.attrMap[bS]){bT[1]=bC.attrMap[bS]}bT[4]=(bT[4]||bT[5]||"").replace(bP,"");if(bT[2]==="~="){bT[4]=" "+bT[4]+" "}return bT},PSEUDO:function(bT,e,bR,bV,bU){if(bT[1]==="not"){if((bH.exec(bT[3])||"").length>1||/^\w/.test(bT[3])){bT[3]=bF(bT[3],null,null,e)}else{var bS=bF.filter(bT[3],e,bR,true^bU);if(!bR){bV.push.apply(bV,bS)}return false}}else{if(bC.match.POS.test(bT[0])||bC.match.CHILD.test(bT[0])){return true}}return bT},POS:function(e){e.unshift(true);return e}},filters:{enabled:function(e){return e.disabled===false&&e.type!=="hidden"},disabled:function(e){return e.disabled===true},checked:function(e){return e.checked===true},selected:function(e){if(e.parentNode){e.parentNode.selectedIndex}return e.selected===true},parent:function(e){return !!e.firstChild},empty:function(e){return !e.firstChild},has:function(bS,bR,e){return !!bF(e[3],bS).length},header:function(e){return(/h\d/i).test(e.nodeName)},text:function(bS){var e=bS.getAttribute("type"),bR=bS.type;return bS.nodeName.toLowerCase()==="input"&&"text"===bR&&(e===bR||e===null)},radio:function(e){return e.nodeName.toLowerCase()==="input"&&"radio"===e.type},checkbox:function(e){return e.nodeName.toLowerCase()==="input"&&"checkbox"===e.type},file:function(e){return e.nodeName.toLowerCase()==="input"&&"file"===e.type},password:function(e){return e.nodeName.toLowerCase()==="input"&&"password"===e.type},submit:function(bR){var e=bR.nodeName.toLowerCase();return(e==="input"||e==="button")&&"submit"===bR.type},image:function(e){return e.nodeName.toLowerCase()==="input"&&"image"===e.type},reset:function(bR){var e=bR.nodeName.toLowerCase();return(e==="input"||e==="button")&&"reset"===bR.type},button:function(bR){var e=bR.nodeName.toLowerCase();return e==="input"&&"button"===bR.type||e==="button"},input:function(e){return(/input|select|textarea|button/i).test(e.nodeName)},focus:function(e){return e===e.ownerDocument.activeElement}},setFilters:{first:function(bR,e){return e===0},last:function(bS,bR,e,bT){return bR===bT.length-1},even:function(bR,e){return e%2===0},odd:function(bR,e){return e%2===1},lt:function(bS,bR,e){return bRe[3]-0},nth:function(bS,bR,e){return e[3]-0===bR},eq:function(bS,bR,e){return e[3]-0===bR}},filter:{PSEUDO:function(bS,bW,bV,bY){var e=bW[1],bX=bC.filters[e];if(bX){return bX(bS,bV,bW,bY)}else{if(e==="contains"){return(bS.textContent||bS.innerText||bG([bS])||"").indexOf(bW[3])>=0}else{if(e==="not"){var bR=bW[3];for(var bU=0,bT=bR.length;bU=0)}}},ID:function(bR,e){return bR.nodeType===1&&bR.getAttribute("id")===e},TAG:function(bR,e){return(e==="*"&&bR.nodeType===1)||!!bR.nodeName&&bR.nodeName.toLowerCase()===e},CLASS:function(bR,e){return(" "+(bR.className||bR.getAttribute("class"))+" ").indexOf(e)>-1},ATTR:function(bU,bS){var bR=bS[1],bW=bF.attr?bF.attr(bU,bR):bC.attrHandle[bR]?bC.attrHandle[bR](bU):bU[bR]!=null?bU[bR]:bU.getAttribute(bR),bV=bW+"",bT=bS[2],e=bS[4];return bW==null?bT==="!=":!bT&&bF.attr?bW!=null:bT==="="?bV===e:bT==="*="?bV.indexOf(e)>=0:bT==="~="?(" "+bV+" ").indexOf(e)>=0:!e?bV&&bW!==false:bT==="!="?bV!==e:bT==="^="?bV.indexOf(e)===0:bT==="$="?bV.substr(bV.length-e.length)===e:bT==="|="?bV===e||bV.substr(0,e.length+1)===e+"-":false},POS:function(bU,bS,bT,bV){var bR=bS[2],e=bC.setFilters[bR];if(e){return e(bU,bT,bS,bV)}}}};var bz=bC.match.POS,bE=function(bR,e){return"\\"+(e-0+1)};for(var by in bC.match){bC.match[by]=new RegExp(bC.match[by].source+(/(?![^\[]*\])(?![^\(]*\))/.source));bC.leftMatch[by]=new RegExp(/(^(?:.|\r|\n)*?)/.source+bC.match[by].source.replace(/\\(\d+)/g,bE))}var bD=function(bR,e){bR=Array.prototype.slice.call(bR,0);if(e){e.push.apply(e,bR);return e}return bR};try{Array.prototype.slice.call(ah.documentElement.childNodes,0)[0].nodeType}catch(bM){bD=function(bU,bT){var bS=0,bR=bT||[];if(bL.call(bU)==="[object Array]"){Array.prototype.push.apply(bR,bU)}else{if(typeof bU.length==="number"){for(var e=bU.length;bS";e.insertBefore(bR,e.firstChild);if(ah.getElementById(bS)){bC.find.ID=function(bU,bV,bW){if(typeof bV.getElementById!=="undefined"&&!bW){var bT=bV.getElementById(bU[1]);return bT?bT.id===bU[1]||typeof bT.getAttributeNode!=="undefined"&&bT.getAttributeNode("id").nodeValue===bU[1]?[bT]:bb:[]}};bC.filter.ID=function(bV,bT){var bU=typeof bV.getAttributeNode!=="undefined"&&bV.getAttributeNode("id");return bV.nodeType===1&&bU&&bU.nodeValue===bT}}e.removeChild(bR);e=bR=null})();(function(){var e=ah.createElement("div");e.appendChild(ah.createComment(""));if(e.getElementsByTagName("*").length>0){bC.find.TAG=function(bR,bV){var bU=bV.getElementsByTagName(bR[1]);if(bR[1]==="*"){var bT=[];for(var bS=0;bU[bS];bS++){if(bU[bS].nodeType===1){bT.push(bU[bS])}}bU=bT}return bU}}e.innerHTML="";if(e.firstChild&&typeof e.firstChild.getAttribute!=="undefined"&&e.firstChild.getAttribute("href")!=="#"){bC.attrHandle.href=function(bR){return bR.getAttribute("href",2)}}e=null})();if(ah.querySelectorAll){(function(){var e=bF,bT=ah.createElement("div"),bS="__sizzle__";bT.innerHTML="

";if(bT.querySelectorAll&&bT.querySelectorAll(".TEST").length===0){return}bF=function(b4,bV,bX,b1){bV=bV||ah;if(!b1&&!bF.isXML(bV)){var b2=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b4);if(b2&&(bV.nodeType===1||bV.nodeType===9)){if(b2[1]){return bD(bV.getElementsByTagName(b4),bX)}else{if(b2[2]&&bC.find.CLASS&&bV.getElementsByClassName){return bD(bV.getElementsByClassName(b2[2]),bX)}}}if(bV.nodeType===9){if(b4==="body"&&bV.body){return bD([bV.body],bX)}else{if(b2&&b2[3]){var bY=bV.getElementById(b2[3]);if(bY&&bY.parentNode){if(bY.id===b2[3]){return bD([bY],bX)}}else{return bD([],bX)}}}try{return bD(bV.querySelectorAll(b4),bX)}catch(bZ){}}else{if(bV.nodeType===1&&bV.nodeName.toLowerCase()!=="object"){var b3=bV,bW=bV.getAttribute("id"),bU=bW||bS,b5=bV.parentNode,b6=/^\s*[+~]/.test(b4);if(!bW){bV.setAttribute("id",bU)}else{bU=bU.replace(/'/g,"\\$&")}if(b6&&b5){bV=bV.parentNode}try{if(!b6||b5){return bD(bV.querySelectorAll("[id='"+bU+"'] "+b4),bX)}}catch(b0){}finally{if(!bW){b3.removeAttribute("id")}}}}}return e(b4,bV,bX,b1)};for(var bR in e){bF[bR]=e[bR]}bT=null})()}(function(){var e=ah.documentElement,bS=e.matchesSelector||e.mozMatchesSelector||e.webkitMatchesSelector||e.msMatchesSelector;if(bS){var bU=!bS.call(ah.createElement("div"),"div"),bR=false;try{bS.call(ah.documentElement,"[test!='']:sizzle")}catch(bT){bR=true}bF.matchesSelector=function(bW,bY){bY=bY.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!bF.isXML(bW)){try{if(bR||!bC.match.PSEUDO.test(bY)&&!/!=/.test(bY)){var bV=bS.call(bW,bY);if(bV||!bU||bW.document&&bW.document.nodeType!==11){return bV}}}catch(bX){}}return bF(bY,null,null,[bW]).length>0}}})();(function(){var e=ah.createElement("div");e.innerHTML="
";if(!e.getElementsByClassName||e.getElementsByClassName("e").length===0){return}e.lastChild.className="e";if(e.getElementsByClassName("e").length===1){return}bC.order.splice(1,0,"CLASS");bC.find.CLASS=function(bR,bS,bT){if(typeof bS.getElementsByClassName!=="undefined"&&!bT){return bS.getElementsByClassName(bR[1])}};e=null})();function bv(bR,bX,bV,bY,bW,bZ){for(var bT=0,bS=bY.length;bT0){bU=e;break}}}e=e[bR]}bY[bT]=bU}}}if(ah.documentElement.contains){bF.contains=function(bR,e){return bR!==e&&(bR.contains?bR.contains(e):true)}}else{if(ah.documentElement.compareDocumentPosition){bF.contains=function(bR,e){return !!(bR.compareDocumentPosition(e)&16)}}else{bF.contains=function(){return false}}}bF.isXML=function(e){var bR=(e?e.ownerDocument||e:0).documentElement;return bR?bR.nodeName!=="HTML":false};var bJ=function(bS,e,bV){var bW,bY=[],bT="",bX=e.nodeType?[e]:e;while((bW=bC.match.PSEUDO.exec(bS))){bT+=bW[0];bS=bS.replace(bC.match.PSEUDO,"")}bS=bC.relative[bS]?bS+"*":bS;for(var bU=0,bR=bX.length;bU0){for(bB=bv;bB=0:p.filter(e,this).length>0:this.filter(e).length>0)},closest:function(bw,by){var bv=[],bx,e,bz=this[0];if(p.isArray(bw)){var bB=1;while(bz&&bz.ownerDocument&&bz!==by){for(bx=0;bx-1:p.find.matchesSelector(bz,bw)){bv.push(bz);break}else{bz=bz.parentNode;if(!bz||!bz.ownerDocument||bz===by||bz.nodeType===11){break}}}}bv=bv.length>1?p.unique(bv):bv;return this.pushStack(bv,"closest",bw)},index:function(e){if(!e){return(this[0]&&this[0].parentNode)?this.prevAll().length:-1}if(typeof e==="string"){return p.inArray(this[0],p(e))}return p.inArray(e.jquery?e[0]:e,this)},add:function(e,bv){var bx=typeof e==="string"?p(e,bv):p.makeArray(e&&e.nodeType?[e]:e),bw=p.merge(this.get(),bx);return this.pushStack(bh(bx[0])||bh(bw[0])?bw:p.unique(bw))},andSelf:function(){return this.add(this.prevObject)}});function bh(e){return !e||!e.parentNode||e.parentNode.nodeType===11}p.each({parent:function(bv){var e=bv.parentNode;return e&&e.nodeType!==11?e:null},parents:function(e){return p.dir(e,"parentNode")},parentsUntil:function(bv,e,bw){return p.dir(bv,"parentNode",bw)},next:function(e){return p.nth(e,2,"nextSibling")},prev:function(e){return p.nth(e,2,"previousSibling")},nextAll:function(e){return p.dir(e,"nextSibling")},prevAll:function(e){return p.dir(e,"previousSibling")},nextUntil:function(bv,e,bw){return p.dir(bv,"nextSibling",bw)},prevUntil:function(bv,e,bw){return p.dir(bv,"previousSibling",bw)},siblings:function(e){return p.sibling(e.parentNode.firstChild,e)},children:function(e){return p.sibling(e.firstChild)},contents:function(e){return p.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:p.makeArray(e.childNodes)}},function(e,bv){p.fn[e]=function(by,bw){var bx=p.map(this,bv,by);if(!aU.test(e)){bw=by}if(bw&&typeof bw==="string"){bx=p.filter(bw,bx)}bx=this.length>1&&!aC[e]?p.unique(bx):bx;if((this.length>1||bc.test(bw))&&aH.test(e)){bx=bx.reverse()}return this.pushStack(bx,e,P.call(arguments).join(","))}});p.extend({filter:function(bw,e,bv){if(bv){bw=":not("+bw+")"}return e.length===1?p.find.matchesSelector(e[0],bw)?[e[0]]:[]:p.find.matches(bw,e)},dir:function(bw,bv,by){var e=[],bx=bw[bv];while(bx&&bx.nodeType!==9&&(by===bb||bx.nodeType!==1||!p(bx).is(by))){if(bx.nodeType===1){e.push(bx)}bx=bx[bv]}return e},nth:function(by,bx,bv,bw){bx=bx||1;var e=0;for(;by;by=by[bv]){if(by.nodeType===1&&++e===bx){break}}return by},sibling:function(bw,bv){var e=[];for(;bw;bw=bw.nextSibling){if(bw.nodeType===1&&bw!==bv){e.push(bw)}}return e}});function av(e,bw,bv){bw=bw||0;if(p.isFunction(bw)){return p.grep(e,function(bz,by){var bA=!!bw.call(bz,by,bz);return bA===bv})}else{if(bw.nodeType){return p.grep(e,function(bz,by){return(bz===bw)===bv})}else{if(typeof bw==="string"){var bx=p.grep(e,function(by){return by.nodeType===1});if(v.test(bw)){return p.filter(bw,bx,!bv)}else{bw=p.filter(bw,bx)}}}}return p.grep(e,function(bz,by){return(p.inArray(bz,bw)>=0)===bv})}function s(e){var bw=aG.split("|"),bv=e.createDocumentFragment();if(bv.createElement){while(bw.length){bv.createElement(bw.pop())}}return bv}var aG="abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",aa=/ jQuery\d+="(?:\d+|null)"/g,af=/^\s+/,Q=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,l=/<([\w:]+)/,bo=/",""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]},X=s(ah);ak.optgroup=ak.option;ak.tbody=ak.tfoot=ak.colgroup=ak.caption=ak.thead;ak.th=ak.td;if(!p.support.htmlSerialize){ak._default=[1,"div
","
"]}p.fn.extend({text:function(e){if(p.isFunction(e)){return this.each(function(bw){var bv=p(this);bv.text(e.call(this,bw,bv.text()))})}if(typeof e!=="object"&&e!==bb){return this.empty().append((this[0]&&this[0].ownerDocument||ah).createTextNode(e))}return p.text(this)},wrapAll:function(e){if(p.isFunction(e)){return this.each(function(bw){p(this).wrapAll(e.call(this,bw))})}if(this[0]){var bv=p(e,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){bv.insertBefore(this[0])}bv.map(function(){var bw=this;while(bw.firstChild&&bw.firstChild.nodeType===1){bw=bw.firstChild}return bw}).append(this)}return this},wrapInner:function(e){if(p.isFunction(e)){return this.each(function(bv){p(this).wrapInner(e.call(this,bv))})}return this.each(function(){var bw=p(this),bv=bw.contents();if(bv.length){bv.wrapAll(e)}else{bw.append(e)}})},wrap:function(e){var bv=p.isFunction(e);return this.each(function(bw){p(this).wrapAll(bv?e.call(this,bw):e)})},unwrap:function(){return this.parent().each(function(){if(!p.nodeName(this,"body")){p(this).replaceWith(this.childNodes)}}).end()},append:function(){return this.domManip(arguments,true,function(e){if(this.nodeType===1){this.appendChild(e)}})},prepend:function(){return this.domManip(arguments,true,function(e){if(this.nodeType===1){this.insertBefore(e,this.firstChild)}})},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(bv){this.parentNode.insertBefore(bv,this)})}else{if(arguments.length){var e=p.clean(arguments);e.push.apply(e,this.toArray());return this.pushStack(e,"before",arguments)}}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(bv){this.parentNode.insertBefore(bv,this.nextSibling)})}else{if(arguments.length){var e=this.pushStack(this,"after",arguments);e.push.apply(e,p.clean(arguments));return e}}},remove:function(bv,e){for(var bw=0,bx;(bx=this[bw])!=null;bw++){if(!bv||p.filter(bv,[bx]).length){if(!e&&bx.nodeType===1){p.cleanData(bx.getElementsByTagName("*"));p.cleanData([bx])}if(bx.parentNode){bx.parentNode.removeChild(bx)}}}return this},empty:function(){for(var e=0,bv;(bv=this[e])!=null;e++){if(bv.nodeType===1){p.cleanData(bv.getElementsByTagName("*"))}while(bv.firstChild){bv.removeChild(bv.firstChild)}}return this},clone:function(bv,e){bv=bv==null?false:bv;e=e==null?bv:e;return this.map(function(){return p.clone(this,bv,e)})},html:function(bx){if(bx===bb){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(aa,""):null}else{if(typeof bx==="string"&&!aR.test(bx)&&(p.support.leadingWhitespace||!af.test(bx))&&!ak[(l.exec(bx)||["",""])[1].toLowerCase()]){bx=bx.replace(Q,"<$1>");try{for(var bw=0,bv=this.length;bw1&&bx0?this.clone(true):this).get();p(bw[bC])[bv](bz);bB=bB.concat(bz)}return this.pushStack(bB,e,bw.selector)}}});function E(e){if(typeof e.getElementsByTagName!=="undefined"){return e.getElementsByTagName("*")}else{if(typeof e.querySelectorAll!=="undefined"){return e.querySelectorAll("*")}else{return[]}}}function aj(e){if(e.type==="checkbox"||e.type==="radio"){e.defaultChecked=e.checked}}function bg(e){var bv=(e.nodeName||"").toLowerCase();if(bv==="input"){aj(e)}else{if(bv!=="script"&&typeof e.getElementsByTagName!=="undefined"){p.grep(e.getElementsByTagName("input"),aj)}}}function aK(e){var bv=ah.createElement("div");X.appendChild(bv);bv.innerHTML=e.outerHTML;return bv.firstChild}p.extend({clone:function(by,bz,bx){var e,bw,bv,bA=p.support.html5Clone||!aN.test("<"+by.nodeName)?by.cloneNode(true):aK(by);if((!p.support.noCloneEvent||!p.support.noCloneChecked)&&(by.nodeType===1||by.nodeType===11)&&!p.isXMLDoc(by)){ab(by,bA);e=E(by);bw=E(bA);for(bv=0;e[bv];++bv){if(bw[bv]){ab(e[bv],bw[bv])}}}if(bz){t(by,bA);if(bx){e=E(by);bw=E(bA);for(bv=0;e[bv];++bv){t(e[bv],bw[bv])}}}e=bw=null;return bA},clean:function(bw,bz,by,bB){var bG;bz=bz||ah;if(typeof bz.createElement==="undefined"){bz=bz.ownerDocument||bz[0]&&bz[0].ownerDocument||ah}var bI=[],bC;for(var bF=0,bA;(bA=bw[bF])!=null;bF++){if(typeof bA==="number"){bA+=""}if(!bA){continue}if(typeof bA==="string"){if(!U.test(bA)){bA=bz.createTextNode(bA)}else{bA=bA.replace(Q,"<$1>");var bK=(l.exec(bA)||["",""])[1].toLowerCase(),bx=ak[bK]||ak._default,bE=bx[0],bv=bz.createElement("div");if(bz===ah){X.appendChild(bv)}else{s(bz).appendChild(bv)}bv.innerHTML=bx[1]+bA+bx[2];while(bE--){bv=bv.lastChild}if(!p.support.tbody){var e=bo.test(bA),bD=bK==="table"&&!e?bv.firstChild&&bv.firstChild.childNodes:bx[1]===""&&!e?bv.childNodes:[];for(bC=bD.length-1;bC>=0;--bC){if(p.nodeName(bD[bC],"tbody")&&!bD[bC].childNodes.length){bD[bC].parentNode.removeChild(bD[bC])}}}if(!p.support.leadingWhitespace&&af.test(bA)){bv.insertBefore(bz.createTextNode(af.exec(bA)[0]),bv.firstChild)}bA=bv.childNodes}}var bH;if(!p.support.appendChecked){if(bA[0]&&typeof(bH=bA.length)==="number"){for(bC=0;bC=0){return bx+"px"}}else{return bx}}}});if(!p.support.opacity){p.cssHooks.opacity={get:function(bv,e){return aD.test((e&&bv.currentStyle?bv.currentStyle.filter:bv.style.filter)||"")?(parseFloat(RegExp.$1)/100)+"":e?"1":""},set:function(by,bz){var bx=by.style,bv=by.currentStyle,bw=p.isNumeric(bz)?"alpha(opacity="+bz*100+")":"",e=bv&&bv.filter||bx.filter||"";bx.zoom=1;if(bz>=1&&p.trim(e.replace(aM,""))===""){bx.removeAttribute("filter");if(bv&&!bv.filter){return}}bx.filter=aM.test(e)?e.replace(aM,bw):e+" "+bw}}}p(function(){if(!p.support.reliableMarginRight){p.cssHooks.marginRight={get:function(bw,e){var bv;p.swap(bw,{display:"inline-block"},function(){if(e){bv=aV(bw,"margin-right","marginRight")}else{bv=bw.style.marginRight}});return bv}}}});if(ah.defaultView&&ah.defaultView.getComputedStyle){au=function(by,bx){var bw,e,bv;bx=bx.replace(bj,"-$1").toLowerCase();if((e=by.ownerDocument.defaultView)&&(bv=e.getComputedStyle(by,null))){bw=bv.getPropertyValue(bx);if(bw===""&&!p.contains(by.ownerDocument.documentElement,by)){bw=p.style(by,bx)}}return bw}}if(ah.documentElement.currentStyle){aS=function(by,bv){var bA,bz,bx,e=by.currentStyle&&by.currentStyle[bv],bw=by.style;if(e===null&&bw&&(bx=bw[bv])){e=bx}if(!H.test(e)&&bn.test(e)){bA=bw.left;bz=by.runtimeStyle&&by.runtimeStyle.left;if(bz){by.runtimeStyle.left=by.currentStyle.left}bw.left=bv==="fontSize"?"1em":(e||0);e=bw.pixelLeft+"px";bw.left=bA;if(bz){by.runtimeStyle.left=bz}}return e===""?"auto":e}}aV=au||aS;function o(by,bw,bv){var bA=bw==="width"?by.offsetWidth:by.offsetHeight,bz=bw==="width"?aJ:a0,bx=0,e=bz.length;if(bA>0){if(bv!=="border"){for(;bx)<[^<]*)*<\/script>/gi,q=/^(?:select|textarea)/i,c=/\s+/,br=/([?&])_=[^&]*/,M=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,y=p.fn.load,aT={},a={},aq,r,aP=["*/"]+["*"];try{aq=bk.href}catch(ai){aq=ah.createElement("a");aq.href="";aq=aq.href}r=M.exec(aq.toLowerCase())||[];function i(e){return function(by,bA){if(typeof by!=="string"){bA=by;by="*"}if(p.isFunction(bA)){var bx=by.toLowerCase().split(c),bz=0,bv=bx.length,bw,bB,bC;for(;bz=0){var e=bw.slice(bz,bw.length);bw=bw.slice(0,bz)}var bx="GET";if(bA){if(p.isFunction(bA)){by=bA;bA=bb}else{if(typeof bA==="object"){bA=p.param(bA,p.ajaxSettings.traditional);bx="POST"}}}var bv=this;p.ajax({url:bw,type:bx,dataType:"html",data:bA,complete:function(bC,bB,bD){bD=bC.responseText;if(bC.isResolved()){bC.done(function(bE){bD=bE});bv.html(e?p("
").append(bD.replace(a6,"")).find(e):bD)}if(by){bv.each(by,[bD,bB,bC])}}});return this},serialize:function(){return p.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?p.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||q.test(this.nodeName)||W.test(this.type))}).map(function(e,bv){var bw=p(this).val();return bw==null?null:p.isArray(bw)?p.map(bw,function(by,bx){return{name:bv.name,value:by.replace(bs,"\r\n")}}):{name:bv.name,value:bw.replace(bs,"\r\n")}}).get()}});p.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(e,bv){p.fn[bv]=function(bw){return this.on(bv,bw)}});p.each(["get","post"],function(e,bv){p[bv]=function(bw,by,bz,bx){if(p.isFunction(by)){bx=bx||bz;bz=by;by=bb}return p.ajax({type:bv,url:bw,data:by,success:bz,dataType:bx})}});p.extend({getScript:function(e,bv){return p.get(e,bb,bv,"script")},getJSON:function(e,bv,bw){return p.get(e,bv,bw,"json")},ajaxSetup:function(bv,e){if(e){aI(bv,p.ajaxSettings)}else{e=bv;bv=p.ajaxSettings}aI(bv,e);return bv},ajaxSettings:{url:aq,isLocal:ay.test(r[1]),global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":aP},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":J.String,"text html":true,"text json":p.parseJSON,"text xml":p.parseXML},flatOptions:{context:true,url:true}},ajaxPrefilter:i(aT),ajaxTransport:i(a),ajax:function(bz,bA){if(typeof bz==="object"){bA=bz;bz=bb}bA=bA||{};var bD=p.ajaxSetup({},bA),bR=bD.context||bD,bP=bR!==bD&&(bR.nodeType||bR instanceof p)?p(bR):p.event,bS=p.Deferred(),bN=p.Callbacks("once memory"),bB=bD.statusCode||{},bw,bO={},bH={},bF,bx,bL,bE,bI,by=0,bC,bK,bJ={readyState:0,setRequestHeader:function(bT,bU){if(!by){var e=bT.toLowerCase();bT=bH[e]=bH[e]||bT;bO[bT]=bU}return this},getAllResponseHeaders:function(){return by===2?bF:null},getResponseHeader:function(bT){var e;if(by===2){if(!bx){bx={};while((e=ao.exec(bF))){bx[e[1].toLowerCase()]=e[2]}}e=bx[bT.toLowerCase()]}return e===bb?null:e},overrideMimeType:function(e){if(!by){bD.mimeType=e}return this},abort:function(e){e=e||"abort";if(bL){bL.abort(e)}bG(0,e);return this}};function bG(bY,b0,bU,bX){if(by===2){return}by=2;if(bE){clearTimeout(bE)}bL=bb;bF=bX||"";bJ.readyState=bY>0?4:0;var bT,b4,b3,bW=b0,bZ=bU?bi(bD,bJ,bU):bb,bV,b2;if(bY>=200&&bY<300||bY===304){if(bD.ifModified){if((bV=bJ.getResponseHeader("Last-Modified"))){p.lastModified[bw]=bV}if((b2=bJ.getResponseHeader("Etag"))){p.etag[bw]=b2}}if(bY===304){bW="notmodified";bT=true}else{try{b4=G(bD,bZ);bW="success";bT=true}catch(b1){bW="parsererror";b3=b1}}}else{b3=bW;if(!bW||bY){bW="error";if(bY<0){bY=0}}}bJ.status=bY;bJ.statusText=""+(b0||bW);if(bT){bS.resolveWith(bR,[b4,bW,bJ])}else{bS.rejectWith(bR,[bJ,bW,b3])}bJ.statusCode(bB);bB=bb;if(bC){bP.trigger("ajax"+(bT?"Success":"Error"),[bJ,bD,bT?b4:b3])}bN.fireWith(bR,[bJ,bW]);if(bC){bP.trigger("ajaxComplete",[bJ,bD]);if(!(--p.active)){p.event.trigger("ajaxStop")}}}bS.promise(bJ);bJ.success=bJ.done;bJ.error=bJ.fail;bJ.complete=bN.add;bJ.statusCode=function(bT){if(bT){var e;if(by<2){for(e in bT){bB[e]=[bB[e],bT[e]]}}else{e=bT[bJ.status];bJ.then(e,e)}}return this};bD.url=((bz||bD.url)+"").replace(bq,"").replace(m,r[1]+"//");bD.dataTypes=p.trim(bD.dataType||"*").toLowerCase().split(c);if(bD.crossDomain==null){bI=M.exec(bD.url.toLowerCase());bD.crossDomain=!!(bI&&(bI[1]!=r[1]||bI[2]!=r[2]||(bI[3]||(bI[1]==="http:"?80:443))!=(r[3]||(r[1]==="http:"?80:443))))}if(bD.data&&bD.processData&&typeof bD.data!=="string"){bD.data=p.param(bD.data,bD.traditional)}Z(aT,bD,bA,bJ);if(by===2){return false}bC=bD.global;bD.type=bD.type.toUpperCase();bD.hasContent=!aF.test(bD.type);if(bC&&p.active++===0){p.event.trigger("ajaxStart")}if(!bD.hasContent){if(bD.data){bD.url+=(a9.test(bD.url)?"&":"?")+bD.data;delete bD.data}bw=bD.url;if(bD.cache===false){var bv=p.now(),bQ=bD.url.replace(br,"$1_="+bv);bD.url=bQ+((bQ===bD.url)?(a9.test(bD.url)?"&":"?")+"_="+bv:"")}}if(bD.data&&bD.hasContent&&bD.contentType!==false||bA.contentType){bJ.setRequestHeader("Content-Type",bD.contentType)}if(bD.ifModified){bw=bw||bD.url;if(p.lastModified[bw]){bJ.setRequestHeader("If-Modified-Since",p.lastModified[bw])}if(p.etag[bw]){bJ.setRequestHeader("If-None-Match",p.etag[bw])}}bJ.setRequestHeader("Accept",bD.dataTypes[0]&&bD.accepts[bD.dataTypes[0]]?bD.accepts[bD.dataTypes[0]]+(bD.dataTypes[0]!=="*"?", "+aP+"; q=0.01":""):bD.accepts["*"]);for(bK in bD.headers){bJ.setRequestHeader(bK,bD.headers[bK])}if(bD.beforeSend&&(bD.beforeSend.call(bR,bJ,bD)===false||by===2)){bJ.abort();return false}for(bK in {success:1,error:1,complete:1}){bJ[bK](bD[bK])}bL=Z(a,bD,bA,bJ);if(!bL){bG(-1,"No Transport")}else{bJ.readyState=1;if(bC){bP.trigger("ajaxSend",[bJ,bD])}if(bD.async&&bD.timeout>0){bE=setTimeout(function(){bJ.abort("timeout")},bD.timeout)}try{by=1;bL.send(bO,bG)}catch(bM){if(by<2){bG(-1,bM)}else{throw bM}}}return bJ},param:function(bw,bv){var bx=[],by=function(bz,bA){bA=p.isFunction(bA)?bA():bA;bx[bx.length]=encodeURIComponent(bz)+"="+encodeURIComponent(bA)};if(bv===bb){bv=p.ajaxSettings.traditional}if(p.isArray(bw)||(bw.jquery&&!p.isPlainObject(bw))){p.each(bw,function(){by(this.name,this.value)})}else{for(var e in bw){bp(e,bw[e],bv,by)}}return bx.join("&").replace(g,"+")}});function bp(e,by,bv,bx){if(p.isArray(by)){p.each(by,function(bA,bz){if(bv||ae.test(e)){bx(e,bz)}else{bp(e+"["+(typeof bz==="object"||p.isArray(bz)?bA:"")+"]",bz,bv,bx)}})}else{if(!bv&&by!=null&&typeof by==="object"){for(var bw in by){bp(e+"["+bw+"]",by[bw],bv,bx)}}else{bx(e,by)}}}p.extend({active:0,lastModified:{},etag:{}});function bi(bD,bB,e){var by=bD.contents,bC=bD.dataTypes,bw=bD.responseFields,bz,bA,bv,bx;for(bA in bw){if(bA in e){bB[bw[bA]]=e[bA]}}while(bC[0]==="*"){bC.shift();if(bz===bb){bz=bD.mimeType||bB.getResponseHeader("content-type")}}if(bz){for(bA in by){if(by[bA]&&by[bA].test(bz)){bC.unshift(bA);break}}}if(bC[0] in e){bv=bC[0]}else{for(bA in e){if(!bC[0]||bD.converters[bA+" "+bC[0]]){bv=bA;break}if(!bx){bx=bA}}bv=bv||bx}if(bv){if(bv!==bC[0]){bC.unshift(bv)}return e[bv]}}function G(bH,by){if(bH.dataFilter){by=bH.dataFilter(by,bH.dataType)}var bF=bH.dataTypes,bG={},bA,bD,bB=bF.length,bz,bC=bF[0],bw,bx,bE,bv,e;for(bA=1;bA=bv.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();bv.animatedProperties[this.prop]=true;for(bA in bv.animatedProperties){if(bv.animatedProperties[bA]!==true){e=false}}if(e){if(bv.overflow!=null&&!p.support.shrinkWrapBlocks){p.each(["","X","Y"],function(bC,bD){by.style["overflow"+bD]=bv.overflow[bC]})}if(bv.hide){p(by).hide()}if(bv.hide||bv.show){for(bA in bv.animatedProperties){p.style(by,bA,bv.orig[bA]);p.removeData(by,"fxshow"+bA,true);p.removeData(by,"toggle"+bA,true)}}bz=bv.complete;if(bz){bv.complete=false;bz.call(by)}}return false}else{if(bv.duration==Infinity){this.now=bw}else{bB=bw-this.startTime;this.state=bB/bv.duration;this.pos=p.easing[bv.animatedProperties[this.prop]](this.state,bB,0,1,bv.duration);this.now=this.start+((this.end-this.start)*this.pos)}this.update()}return true}};p.extend(p.fx,{tick:function(){var bw,e=p.timers,bv=0;for(;bv").appendTo(e),bw=bv.css("display");bv.remove();if(bw==="none"||bw===""){if(!N){N=ah.createElement("iframe");N.frameBorder=N.width=N.height=0}e.appendChild(N);if(!j||!N.createElement){j=(N.contentWindow||N.contentDocument).document;j.write((ah.compatMode==="CSS1Compat"?"":"")+"");j.close()}bv=j.createElement(bx);j.body.appendChild(bv);bw=p.css(bv,"display");e.removeChild(N)}a5[bx]=bw}return a5[bx]}var aY=/^t(?:able|d|h)$/i,Y=/^(?:body|html)$/i;if("getBoundingClientRect" in ah.documentElement){p.fn.offset=function(bH){var by=this[0],bB;if(bH){return this.each(function(e){p.offset.setOffset(this,bH,e)})}if(!by||!by.ownerDocument){return null}if(by===by.ownerDocument.body){return p.offset.bodyOffset(by)}try{bB=by.getBoundingClientRect()}catch(bF){}var bI=by.ownerDocument,bw=bI.documentElement;if(!bB||!p.contains(bw,by)){return bB?{top:bB.top,left:bB.left}:{top:0,left:0}}var bC=bI.body,bD=ax(bI),bA=bw.clientTop||bC.clientTop||0,bE=bw.clientLeft||bC.clientLeft||0,bv=bD.pageYOffset||p.support.boxModel&&bw.scrollTop||bC.scrollTop,bz=bD.pageXOffset||p.support.boxModel&&bw.scrollLeft||bC.scrollLeft,bG=bB.top+bv-bA,bx=bB.left+bz-bE;return{top:bG,left:bx}}}else{p.fn.offset=function(bE){var by=this[0];if(bE){return this.each(function(bG){p.offset.setOffset(this,bE,bG)})}if(!by||!by.ownerDocument){return null}if(by===by.ownerDocument.body){return p.offset.bodyOffset(by)}var bB,e=by.offsetParent,bC=by,bF=by.ownerDocument,bw=bF.documentElement,bz=bF.body,bv=bF.defaultView,bA=bv?bv.getComputedStyle(by,null):by.currentStyle,bD=by.offsetTop,bx=by.offsetLeft;while((by=by.parentNode)&&by!==bz&&by!==bw){if(p.support.fixedPosition&&bA.position==="fixed"){break}bB=bv?bv.getComputedStyle(by,null):by.currentStyle;bD-=by.scrollTop;bx-=by.scrollLeft;if(by===e){bD+=by.offsetTop;bx+=by.offsetLeft;if(p.support.doesNotAddBorder&&!(p.support.doesAddBorderForTableAndCells&&aY.test(by.nodeName))){bD+=parseFloat(bB.borderTopWidth)||0;bx+=parseFloat(bB.borderLeftWidth)||0}bC=e;e=by.offsetParent}if(p.support.subtractsBorderForOverflowNotVisible&&bB.overflow!=="visible"){bD+=parseFloat(bB.borderTopWidth)||0;bx+=parseFloat(bB.borderLeftWidth)||0}bA=bB}if(bA.position==="relative"||bA.position==="static"){bD+=bz.offsetTop;bx+=bz.offsetLeft}if(p.support.fixedPosition&&bA.position==="fixed"){bD+=Math.max(bw.scrollTop,bz.scrollTop);bx+=Math.max(bw.scrollLeft,bz.scrollLeft)}return{top:bD,left:bx}}}p.offset={bodyOffset:function(e){var bw=e.offsetTop,bv=e.offsetLeft;if(p.support.doesNotIncludeMarginInBodyOffset){bw+=parseFloat(p.css(e,"marginTop"))||0;bv+=parseFloat(p.css(e,"marginLeft"))||0}return{top:bw,left:bv}},setOffset:function(e,bF,bx){var bz=p.css(e,"position");if(bz==="static"){e.style.position="relative"}var bw=p(e),bB=bw.offset(),bD=p.css(e,"top"),bG=p.css(e,"left"),bE=(bz==="absolute"||bz==="fixed")&&p.inArray("auto",[bD,bG])>-1,bC={},bA={},by,bv;if(bE){bA=bw.position();by=bA.top;bv=bA.left}else{by=parseFloat(bD)||0;bv=parseFloat(bG)||0}if(p.isFunction(bF)){bF=bF.call(e,bx,bB)}if(bF.top!=null){bC.top=(bF.top-bB.top)+by}if(bF.left!=null){bC.left=(bF.left-bB.left)+bv}if("using" in bF){bF.using.call(e,bC)}else{bw.css(bC)}}};p.fn.extend({position:function(){if(!this[0]){return null}var bw=this[0],bv=this.offsetParent(),bx=this.offset(),e=Y.test(bv[0].nodeName)?{top:0,left:0}:bv.offset();bx.top-=parseFloat(p.css(bw,"marginTop"))||0;bx.left-=parseFloat(p.css(bw,"marginLeft"))||0;e.top+=parseFloat(p.css(bv[0],"borderTopWidth"))||0;e.left+=parseFloat(p.css(bv[0],"borderLeftWidth"))||0;return{top:bx.top-e.top,left:bx.left-e.left}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||ah.body;while(e&&(!Y.test(e.nodeName)&&p.css(e,"position")==="static")){e=e.offsetParent}return e})}});p.each(["Left","Top"],function(bv,e){var bw="scroll"+e;p.fn[bw]=function(bz){var bx,by;if(bz===bb){bx=this[0];if(!bx){return null}by=ax(bx);return by?("pageXOffset" in by)?by[bv?"pageYOffset":"pageXOffset"]:p.support.boxModel&&by.document.documentElement[bw]||by.document.body[bw]:bx[bw]}return this.each(function(){by=ax(this);if(by){by.scrollTo(!bv?bz:p(by).scrollLeft(),bv?bz:p(by).scrollTop())}else{this[bw]=bz}})}});function ax(e){return p.isWindow(e)?e:e.nodeType===9?e.defaultView||e.parentWindow:false}p.each(["Height","Width"],function(bv,e){var bw=e.toLowerCase();p.fn["inner"+e]=function(){var bx=this[0];return bx?bx.style?parseFloat(p.css(bx,bw,"padding")):this[bw]():null};p.fn["outer"+e]=function(bx){var by=this[0];return by?by.style?parseFloat(p.css(by,bw,bx?"margin":"border")):this[bw]():null};p.fn[bw]=function(bz){var bA=this[0];if(!bA){return bz==null?null:this}if(p.isFunction(bz)){return this.each(function(bE){var bD=p(this);bD[bw](bz.call(this,bE,bD[bw]()))})}if(p.isWindow(bA)){var bB=bA.document.documentElement["client"+e],bx=bA.document.body;return bA.document.compatMode==="CSS1Compat"&&bB||bx&&bx["client"+e]||bB}else{if(bA.nodeType===9){return Math.max(bA.documentElement["client"+e],bA.body["scroll"+e],bA.documentElement["scroll"+e],bA.body["offset"+e],bA.documentElement["offset"+e])}else{if(bz===bb){var bC=p.css(bA,bw),by=parseFloat(bC);return p.isNumeric(by)?by:bC}else{return this.css(bw,typeof bz==="string"?bz:bz+"px")}}}}});J.jQuery=J.$=p;if(typeof define==="function"&&define.amd&&define.amd.jQuery){define("jquery",[],function(){return p})}})(window); \ No newline at end of file