/*
 * jQuery JavaScript Library v1.6.4
 * 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 Sep 12 18:54:48 2011 -0400
 */
(function(aw,ao){var bk=aw.document,aS=aw.navigator,aP=aw.location;var S=(function(){var bG=function(bY,bX){return new bG.fn.init(bY,bX,bV)},bB=aw.jQuery,bt=aw.$,bV,bu=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,bz=/\S/,bs=/^\s+/,bN=/\s+$/,bU=/\d/,bC=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,bv=/^[\],:{}\s]*$/,bR=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,br=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,bP=/(?:^|:|,)(?:\s*\[)+/g,by=/(webkit)[ \/]([\w.]+)/,bL=/(opera)(?:.*version)?[ \/]([\w.]+)/,bH=/(msie) ([\w.]+)/,bW=/(mozilla)(?:.*? rv:([\w.]+))?/,e=/-([a-z]|[0-9])/ig,bx=/^-ms-/,bM=function(bY,bX){return(bX+"").toUpperCase()},bD=aS.userAgent,bJ,bK,bQ,bw=Object.prototype.toString,bS=Object.prototype.hasOwnProperty,bA=Array.prototype.push,bE=Array.prototype.slice,bI=String.prototype.trim,bT=Array.prototype.indexOf,bO={};bG.fn=bG.prototype={constructor:bG,init:function(b0,bZ,b2){var bX,bY,b3,b1;if(!b0){return this}if(b0.nodeType){this.context=this[0]=b0;this.length=1;return this}if(b0==="body"&&!bZ&&bk.body){this.context=bk;this[0]=bk.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){bX=[null,b0,null]}else{bX=bu.exec(b0)}if(bX&&(bX[1]||!bZ)){if(bX[1]){bZ=bZ instanceof bG?bZ[0]:bZ;b1=(bZ?bZ.ownerDocument||bZ:bk);b3=bC.exec(b0);if(b3){if(bG.isPlainObject(bZ)){b0=[bk.createElement(b3[1])];bG.fn.attr.call(b0,bZ,true)}else{b0=[b1.createElement(b3[1])]}}else{b3=bG.buildFragment([bX[1]],[b1]);b0=(b3.cacheable?bG.clone(b3.fragment):b3.fragment).childNodes}return bG.merge(this,b0)}else{bY=bk.getElementById(bX[2]);if(bY&&bY.parentNode){if(bY.id!==bX[2]){return b2.find(b0)}this.length=1;this[0]=bY}this.context=bk;this.selector=b0;return this}}else{if(!bZ||bZ.jquery){return(bZ||b2).find(b0)}else{return this.constructor(bZ).find(b0)}}}else{if(bG.isFunction(b0)){return b2.ready(b0)}}if(b0.selector!==ao){this.selector=b0.selector;this.context=b0.context}return bG.makeArray(b0,this)},selector:"",jquery:"1.6.4",length:0,size:function(){return this.length},toArray:function(){return bE.call(this,0)},get:function(bX){return bX==null?this.toArray():(bX<0?this[this.length+bX]:this[bX])},pushStack:function(b0,bX,bZ){var bY=this.constructor();if(bG.isArray(b0)){bA.apply(bY,b0)}else{bG.merge(bY,b0)}bY.prevObject=this;bY.context=this.context;if(bX==="find"){bY.selector=this.selector+(this.selector?" ":"")+bZ}else{if(bX){bY.selector=this.selector+"."+bX+"("+bZ+")"}}return bY},each:function(bY,bX){return bG.each(this,bY,bX)},ready:function(bX){bG.bindReady();bK.done(bX);return this},eq:function(bX){return bX===-1?this.slice(bX):this.slice(bX,+bX+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(bE.apply(this,arguments),"slice",bE.call(arguments).join(","))},map:function(bX){return this.pushStack(bG.map(this,function(bY,bZ){return bX.call(bY,bZ,bY)}))},end:function(){return this.prevObject||this.constructor(null)},push:bA,sort:[].sort,splice:[].splice};bG.fn.init.prototype=bG.fn;bG.extend=bG.fn.extend=function(){var bX,b1,b5,b0,b3,b6,bY=arguments[0]||{},b4=1,b2=arguments.length,bZ=false;if(typeof bY==="boolean"){bZ=bY;bY=arguments[1]||{};b4=2}if(typeof bY!=="object"&&!bG.isFunction(bY)){bY={}}if(b2===b4){bY=this;--b4}for(;b4<b2;b4++){if((bX=arguments[b4])!=null){for(b1 in bX){b5=bY[b1];b0=bX[b1];if(bY===b0){continue}if(bZ&&b0&&(bG.isPlainObject(b0)||(b3=bG.isArray(b0)))){if(b3){b3=false;b6=b5&&bG.isArray(b5)?b5:[]}else{b6=b5&&bG.isPlainObject(b5)?b5:{}}bY[b1]=bG.extend(bZ,b6,b0)}else{if(b0!==ao){bY[b1]=b0}}}}}return bY};bG.extend({noConflict:function(bX){if(aw.$===bG){aw.$=bt}if(bX&&aw.jQuery===bG){aw.jQuery=bB}return bG},isReady:false,readyWait:1,holdReady:function(bX){if(bX){bG.readyWait++}else{bG.ready(true)}},ready:function(bX){if((bX===true&&!--bG.readyWait)||(bX!==true&&!bG.isReady)){if(!bk.body){return setTimeout(bG.ready,1)}bG.isReady=true;if(bX!==true&&--bG.readyWait>0){return}bK.resolveWith(bk,[bG]);if(bG.fn.trigger){bG(bk).trigger("ready").unbind("ready")}}},bindReady:function(){if(bK){return}bK=bG._Deferred();if(bk.readyState==="complete"){return setTimeout(bG.ready,1)}if(bk.addEventListener){bk.addEventListener("DOMContentLoaded",bQ,false);aw.addEventListener("load",bG.ready,false)}else{if(bk.attachEvent){bk.attachEvent("onreadystatechange",bQ);aw.attachEvent("onload",bG.ready);var bX=false;try{bX=aw.frameElement==null}catch(bY){}if(bk.documentElement.doScroll&&bX){bF()}}}},isFunction:function(bX){return bG.type(bX)==="function"},isArray:Array.isArray||function(bX){return bG.type(bX)==="array"},isWindow:function(bX){return bX&&typeof bX==="object"&&"setInterval" in bX},isNaN:function(bX){return bX==null||!bU.test(bX)||isNaN(bX)},type:function(bX){return bX==null?String(bX):bO[bw.call(bX)]||"object"},isPlainObject:function(bZ){if(!bZ||bG.type(bZ)!=="object"||bZ.nodeType||bG.isWindow(bZ)){return false}try{if(bZ.constructor&&!bS.call(bZ,"constructor")&&!bS.call(bZ.constructor.prototype,"isPrototypeOf")){return false}}catch(bY){return false}var bX;for(bX in bZ){}return bX===ao||bS.call(bZ,bX)},isEmptyObject:function(bY){for(var bX in bY){return false}return true},error:function(bX){throw bX},parseJSON:function(bX){if(typeof bX!=="string"||!bX){return null}bX=bG.trim(bX);if(aw.JSON&&aw.JSON.parse){return aw.JSON.parse(bX)}if(bv.test(bX.replace(bR,"@").replace(br,"]").replace(bP,""))){return(new Function("return "+bX))()}bG.error("Invalid JSON: "+bX)},parseXML:function(b0){var bX,bY;try{if(aw.DOMParser){bY=new DOMParser();bX=bY.parseFromString(b0,"text/xml")}else{bX=new ActiveXObject("Microsoft.XMLDOM");bX.async="false";bX.loadXML(b0)}}catch(bZ){bX=ao}if(!bX||!bX.documentElement||bX.getElementsByTagName("parsererror").length){bG.error("Invalid XML: "+b0)}return bX},noop:function(){},globalEval:function(bX){if(bX&&bz.test(bX)){(aw.execScript||function(bY){aw["eval"].call(aw,bY)})(bX)}},camelCase:function(bX){return bX.replace(bx,"ms-").replace(e,bM)},nodeName:function(bY,bX){return bY.nodeName&&bY.nodeName.toUpperCase()===bX.toUpperCase()},each:function(bZ,b3,bY){var bX,b0=0,b2=bZ.length,b1=b2===ao||bG.isFunction(bZ);if(bY){if(b1){for(bX in bZ){if(b3.apply(bZ[bX],bY)===false){break}}}else{for(;b0<b2;){if(b3.apply(bZ[b0++],bY)===false){break}}}}else{if(b1){for(bX in bZ){if(b3.call(bZ[bX],bX,bZ[bX])===false){break}}}else{for(;b0<b2;){if(b3.call(bZ[b0],b0,bZ[b0++])===false){break}}}}return bZ},trim:bI?function(bX){return bX==null?"":bI.call(bX)}:function(bX){return bX==null?"":bX.toString().replace(bs,"").replace(bN,"")},makeArray:function(bZ,bY){var b0=bY||[];if(bZ!=null){var bX=bG.type(bZ);if(bZ.length==null||bX==="string"||bX==="function"||bX==="regexp"||bG.isWindow(bZ)){bA.call(b0,bZ)}else{bG.merge(b0,bZ)}}return b0},inArray:function(bY,b0){if(!b0){return -1}if(bT){return bT.call(b0,bY)}for(var bZ=0,bX=b0.length;bZ<bX;bZ++){if(b0[bZ]===bY){return bZ}}return -1},merge:function(bX,bY){var bZ=bX.length,b0=0;if(typeof bY.length==="number"){for(var b1=bY.length;b0<b1;b0++){bX[bZ++]=bY[b0]}}else{while(bY[b0]!==ao){bX[bZ++]=bY[b0++]}}bX.length=bZ;return bX},grep:function(b3,bX,bY){var b0=[],bZ;bY=!!bY;for(var b1=0,b2=b3.length;b1<b2;b1++){bZ=!!bX(b3[b1],b1);if(bY!==bZ){b0.push(b3[b1])}}return b0},map:function(b1,b5,bZ){var b0,b4,bY=[],bX=0,b3=b1.length,b2=b1 instanceof bG||b3!==ao&&typeof b3==="number"&&((b3>0&&b1[0]&&b1[b3-1])||b3===0||bG.isArray(b1));if(b2){for(;bX<b3;bX++){b0=b5(b1[bX],bX,bZ);if(b0!=null){bY[bY.length]=b0}}}else{for(b4 in b1){b0=b5(b1[b4],b4,bZ);if(b0!=null){bY[bY.length]=b0}}}return bY.concat.apply([],bY)},guid:1,proxy:function(bX,bZ){if(typeof bZ==="string"){var b1=bX[bZ];bZ=bX;bX=b1}if(!bG.isFunction(bX)){return ao}var bY=bE.call(arguments,2),b0=function(){return bX.apply(bZ,bY.concat(bE.call(arguments)))};b0.guid=bX.guid=bX.guid||b0.guid||bG.guid++;return b0},access:function(b1,bZ,b0,b2,b5,b4){var b3=b1.length;if(typeof bZ==="object"){for(var bY in bZ){bG.access(b1,bY,bZ[bY],b2,b5,b0)}return b1}if(b0!==ao){b2=!b4&&b2&&bG.isFunction(b0);for(var bX=0;bX<b3;bX++){b5(b1[bX],bZ,b2?b0.call(b1[bX],bX,b5(b1[bX],bZ)):b0,b4)}return b1}return b3?b5(b1[0],bZ):ao},now:function(){return(new Date()).getTime()},uaMatch:function(bY){bY=bY.toLowerCase();var bX=by.exec(bY)||bL.exec(bY)||bH.exec(bY)||bY.indexOf("compatible")<0&&bW.exec(bY)||[];return{browser:bX[1]||"",version:bX[2]||"0"}},sub:function(){function bX(b1,b0){return new bX.fn.init(b1,b0)}bG.extend(true,bX,this);bX.superclass=this;bX.fn=bX.prototype=this();bX.fn.constructor=bX;bX.sub=this.sub;bX.fn.init=function bZ(b1,b0){if(b0&&b0 instanceof bG&&!(b0 instanceof bX)){b0=bX(b0)}return bG.fn.init.call(this,b1,b0,bY)};bX.fn.init.prototype=bX.fn;var bY=bX(bk);return bX},browser:{}});bG.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(bY,bX){bO["[object "+bX+"]"]=bX.toLowerCase()});bJ=bG.uaMatch(bD);if(bJ.browser){bG.browser[bJ.browser]=true;bG.browser.version=bJ.version}if(bG.browser.webkit){bG.browser.safari=true}if(bz.test("\xA0")){bs=/^[\s\xA0]+/;bN=/[\s\xA0]+$/}bV=bG(bk);if(bk.addEventListener){bQ=function(){bk.removeEventListener("DOMContentLoaded",bQ,false);bG.ready()}}else{if(bk.attachEvent){bQ=function(){if(bk.readyState==="complete"){bk.detachEvent("onreadystatechange",bQ);bG.ready()}}}}function bF(){if(bG.isReady){return}try{bk.documentElement.doScroll("left")}catch(bX){setTimeout(bF,1);return}bG.ready()}return bG})();var bd="done fail isResolved isRejected promise then always pipe".split(" "),v=[].slice;S.extend({_Deferred:function(){var e=[],bt,br,bu,bs={done:function(){if(!bu){var bv=arguments,by,bA,bw,bx,bz;if(bt){bz=bt;bt=0}for(by=0,bA=bv.length;by<bA;by++){bw=bv[by];bx=S.type(bw);if(bx==="array"){bs.done.apply(bs,bw)}else{if(bx==="function"){e.push(bw)}}}if(bz){bs.resolveWith(bz[0],bz[1])}}return this},resolveWith:function(bw,bv){if(!bu&&!bt&&!br){bv=bv||[];br=1;try{while(e[0]){e.shift().apply(bw,bv)}}finally{bt=[bw,bv];br=0}}return this},resolve:function(){bs.resolveWith(this,arguments);return this},isResolved:function(){return !!(br||bt)},cancel:function(){bu=1;e=[];return this}};return bs},Deferred:function(bt){var bs=S._Deferred(),e=S._Deferred(),br;S.extend(bs,{then:function(bu,bv){bs.done(bu).fail(bv);return this},always:function(){return bs.done.apply(bs,arguments).fail.apply(this,arguments)},fail:e.done,rejectWith:e.resolveWith,reject:e.resolve,isRejected:e.isResolved,pipe:function(bv,bu){return S.Deferred(function(bw){S.each({done:[bv,"resolve"],fail:[bu,"reject"]},function(bz,bB){var bx=bB[0],bA=bB[1],by;if(S.isFunction(bx)){bs[bz](function(){by=bx.apply(this,arguments);if(by&&S.isFunction(by.promise)){by.promise().then(bw.resolve,bw.reject)}else{bw[bA+"With"](this===bs?bw:this,[by])}})}else{bs[bz](bw[bA])}})}).promise()},promise:function(bv){if(bv==null){if(br){return br}br=bv={}}var bu=bd.length;while(bu--){bv[bd[bu]]=bs[bd[bu]]}return bv}});bs.done(e.cancel).fail(bs.cancel);delete bs.cancel;if(bt){bt.call(bs,bs)}return bs},when:function(bw){var br=arguments,bt=0,bv=br.length,e=bv,bu=bv<=1&&bw&&S.isFunction(bw.promise)?bw:S.Deferred();function bs(bx){return function(by){br[bx]=arguments.length>1?v.call(arguments,0):by;if(!(--e)){bu.resolveWith(bu,v.call(br,0))}}}if(bv>1){for(;bt<bv;bt++){if(br[bt]&&S.isFunction(br[bt].promise)){br[bt].promise().then(bs(bt),bu.reject)}else{--e}}if(!e){bu.resolveWith(bu,br)}}else{if(bu!==bw){bu.resolveWith(bu,bv?[bw]:[])}}return bu.promise()}});S.support=(function(){var bJ=bk.createElement("div"),bC=bk.documentElement,bF,bB,bH,bz,bI,br,bw,bv,bD,by,bG,bA,bK,bu,bs,bx,bt;bJ.setAttribute("className","t");bJ.innerHTML="   <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>";bF=bJ.getElementsByTagName("*");bB=bJ.getElementsByTagName("a")[0];if(!bF||!bF.length||!bB){return{}}bH=bk.createElement("select");bz=bH.appendChild(bk.createElement("option"));bI=bJ.getElementsByTagName("input")[0];bw={leadingWhitespace:(bJ.firstChild.nodeType===3),tbody:!bJ.getElementsByTagName("tbody").length,htmlSerialize:!!bJ.getElementsByTagName("link").length,style:/top/.test(bB.getAttribute("style")),hrefNormalized:(bB.getAttribute("href")==="/a"),opacity:/^0.55$/.test(bB.style.opacity),cssFloat:!!bB.style.cssFloat,checkOn:(bI.value==="on"),optSelected:bz.selected,getSetAttribute:bJ.className!=="t",submitBubbles:true,changeBubbles:true,focusinBubbles:false,deleteExpando:true,noCloneEvent:true,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableMarginRight:true};bI.checked=true;bw.noCloneChecked=bI.cloneNode(true).checked;bH.disabled=true;bw.optDisabled=!bz.disabled;try{delete bJ.test}catch(bE){bw.deleteExpando=false}if(!bJ.addEventListener&&bJ.attachEvent&&bJ.fireEvent){bJ.attachEvent("onclick",function(){bw.noCloneEvent=false});bJ.cloneNode(true).fireEvent("onclick")}bI=bk.createElement("input");bI.value="t";bI.setAttribute("type","radio");bw.radioValue=bI.value==="t";bI.setAttribute("checked","checked");bJ.appendChild(bI);bv=bk.createDocumentFragment();bv.appendChild(bJ.firstChild);bw.checkClone=bv.cloneNode(true).cloneNode(true).lastChild.checked;bJ.innerHTML="";bJ.style.width=bJ.style.paddingLeft="1px";bD=bk.getElementsByTagName("body")[0];bG=bk.createElement(bD?"div":"body");bA={visibility:"hidden",width:0,height:0,border:0,margin:0,background:"none"};if(bD){S.extend(bA,{position:"absolute",left:"-1000px",top:"-1000px"})}for(bx in bA){bG.style[bx]=bA[bx]}bG.appendChild(bJ);by=bD||bC;by.insertBefore(bG,by.firstChild);bw.appendChecked=bI.checked;bw.boxModel=bJ.offsetWidth===2;if("zoom" in bJ.style){bJ.style.display="inline";bJ.style.zoom=1;bw.inlineBlockNeedsLayout=(bJ.offsetWidth===2);bJ.style.display="";bJ.innerHTML="<div style='width:4px;'></div>";bw.shrinkWrapBlocks=(bJ.offsetWidth!==2)}bJ.innerHTML="<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>";bK=bJ.getElementsByTagName("td");bt=(bK[0].offsetHeight===0);bK[0].style.display="";bK[1].style.display="none";bw.reliableHiddenOffsets=bt&&(bK[0].offsetHeight===0);bJ.innerHTML="";if(bk.defaultView&&bk.defaultView.getComputedStyle){br=bk.createElement("div");br.style.width="0";br.style.marginRight="0";bJ.appendChild(br);bw.reliableMarginRight=(parseInt((bk.defaultView.getComputedStyle(br,null)||{marginRight:0}).marginRight,10)||0)===0}bG.innerHTML="";by.removeChild(bG);if(bJ.attachEvent){for(bx in {submit:1,change:1,focusin:1}){bs="on"+bx;bt=(bs in bJ);if(!bt){bJ.setAttribute(bs,"return;");bt=(typeof bJ[bs]==="function")}bw[bx+"Bubbles"]=bt}}bG=bv=bH=bz=bD=br=bJ=bI=null;return bw})();S.boxModel=S.support.boxModel;var t=/^(?:\{.*\}|\[.*\])$/,s=/([A-Z])/g;S.extend({cache:{},uuid:0,expando:"jQuery"+(S.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?S.cache[e[S.expando]]:e[S.expando];return !!e&&!c(e)},data:function(bA,bv,bu,bs){if(!S.acceptData(bA)){return}var by,br,bx=S.expando,e=typeof bv==="string",bw=bA.nodeType,bz=bw?S.cache:bA,bt=bw?bA[S.expando]:bA[S.expando]&&S.expando;if((!bt||(bs&&bt&&(bz[bt]&&!bz[bt][bx])))&&e&&bu===ao){return}if(!bt){if(bw){bA[S.expando]=bt=++S.uuid}else{bt=S.expando}}if(!bz[bt]){bz[bt]={};if(!bw){bz[bt].toJSON=S.noop}}if(typeof bv==="object"||typeof bv==="function"){if(bs){bz[bt][bx]=S.extend(bz[bt][bx],bv)}else{bz[bt]=S.extend(bz[bt],bv)}}by=bz[bt];if(bs){if(!by[bx]){by[bx]={}}by=by[bx]}if(bu!==ao){by[S.camelCase(bv)]=bu}if(bv==="events"&&!by[bv]){return by[bx]&&by[bx].events}if(e){br=by[bv];if(br==null){br=by[S.camelCase(bv)]}}else{br=by}return br},removeData:function(bu,br,bs){if(!S.acceptData(bu)){return}var bv,bw=S.expando,bx=bu.nodeType,by=bx?S.cache:bu,e=bx?bu[S.expando]:S.expando;if(!by[e]){return}if(br){bv=bs?by[e][bw]:by[e];if(bv){if(!bv[br]){br=S.camelCase(br)}delete bv[br];if(!c(bv)){return}}}if(bs){delete by[e][bw];if(!c(by[e])){return}}var bt=by[e][bw];if(S.support.deleteExpando||!by.setInterval){delete by[e]}else{by[e]=null}if(bt){by[e]={};if(!bx){by[e].toJSON=S.noop}by[e][bw]=bt}else{if(bx){if(S.support.deleteExpando){delete bu[S.expando]}else{if(bu.removeAttribute){bu.removeAttribute(S.expando)}else{bu[S.expando]=null}}}}},_data:function(br,e,bs){return S.data(br,e,bs,true)},acceptData:function(br){if(br.nodeName){var e=S.noData[br.nodeName.toLowerCase()];if(e){return !(e===true||br.getAttribute("classid")!==e)}}return true}});S.fn.extend({data:function(bx,bt){var bu=null;if(typeof bx==="undefined"){if(this.length){bu=S.data(this[0]);if(this[0].nodeType===1){var bs=this[0].attributes,bv;for(var e=0,br=bs.length;e<br;e++){bv=bs[e].name;if(bv.indexOf("data-")===0){bv=S.camelCase(bv.substring(5));an(this[0],bv,bu[bv])}}}}return bu}else{if(typeof bx==="object"){return this.each(function(){S.data(this,bx)})}}var bw=bx.split(".");bw[1]=bw[1]?"."+bw[1]:"";if(bt===ao){bu=this.triggerHandler("getData"+bw[1]+"!",[bw[0]]);if(bu===ao&&this.length){bu=S.data(this[0],bx);bu=an(this[0],bx,bu)}return bu===ao&&bw[1]?this.data(bw[0]):bu}else{return this.each(function(){var bz=S(this),by=[bw[0],bt];bz.triggerHandler("setData"+bw[1]+"!",by);S.data(this,bx,bt);bz.triggerHandler("changeData"+bw[1]+"!",by)})}},removeData:function(e){return this.each(function(){S.removeData(this,e)})}});function an(bt,bs,bv){if(bv===ao&&bt.nodeType===1){var br="data-"+bs.replace(s,"-$1").toLowerCase();bv=bt.getAttribute(br);if(typeof bv==="string"){try{bv=bv==="true"?true:bv==="false"?false:bv==="null"?null:!S.isNaN(bv)?parseFloat(bv):t.test(bv)?S.parseJSON(bv):bv}catch(bu){}S.data(bt,bs,bv)}else{bv=ao}}return bv}function c(br){for(var e in br){if(e!=="toJSON"){return false}}return true}function ac(bt,bu,bw){var bs=bu+"defer",br=bu+"queue",e=bu+"mark",bv=S.data(bt,bs,ao,true);if(bv&&(bw==="queue"||!S.data(bt,br,ao,true))&&(bw==="mark"||!S.data(bt,e,ao,true))){setTimeout(function(){if(!S.data(bt,br,ao,true)&&!S.data(bt,e,ao,true)){S.removeData(bt,bs,true);bv.resolve()}},0)}}S.extend({_mark:function(e,br){if(e){br=(br||"fx")+"mark";S.data(e,br,(S.data(e,br,ao,true)||0)+1,true)}},_unmark:function(bu,bs,bt){if(bu!==true){bt=bs;bs=bu;bu=false}if(bs){bt=bt||"fx";var br=bt+"mark",e=bu?0:((S.data(bs,br,ao,true)||1)-1);if(e){S.data(bs,br,e,true)}else{S.removeData(bs,br,true);ac(bs,bt,"mark")}}},queue:function(e,br,bt){if(e){br=(br||"fx")+"queue";var bs=S.data(e,br,ao,true);if(bt){if(!bs||S.isArray(bt)){bs=S.data(e,br,S.makeArray(bt),true)}else{bs.push(bt)}}return bs||[]}},dequeue:function(bs,bt){bt=bt||"fx";var bu=S.queue(bs,bt),e=bu.shift(),br;if(e==="inprogress"){e=bu.shift()}if(e){if(bt==="fx"){bu.unshift("inprogress")}e.call(bs,function(){S.dequeue(bs,bt)})}if(!bu.length){S.removeData(bs,bt+"queue",true);ac(bs,bt,"queue")}}});S.fn.extend({queue:function(e,br){if(typeof e!=="string"){br=e;e="fx"}if(br===ao){return S.queue(this[0],e)}return this.each(function(){var bs=S.queue(this,e,br);if(e==="fx"&&bs[0]!=="inprogress"){S.dequeue(this,e)}})},dequeue:function(e){return this.each(function(){S.dequeue(this,e)})},delay:function(br,e){br=S.fx?S.fx.speeds[br]||br:br;e=e||"fx";return this.queue(e,function(){var bs=this;setTimeout(function(){S.dequeue(bs,e)},br)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(bt,bv){if(typeof bt!=="string"){bv=bt;bt=ao}bt=bt||"fx";var bA=S.Deferred(),br=this,e=br.length,by=1,bs=bt+"defer",bx=bt+"queue",bw=bt+"mark",bu;function bz(){if(!(--by)){bA.resolveWith(br,[br])}}while(e--){if((bu=S.data(br[e],bs,ao,true)||(S.data(br[e],bx,ao,true)||S.data(br[e],bw,ao,true))&&S.data(br[e],bs,S._Deferred(),true))){by++;bu.done(bz)}}bz();return bA.promise()}});var d=/[\n\t\r]/g,aT=/\s+/,a5=/\r/g,h=/^(?:button|input)$/i,aR=/^(?:button|input|object|select|textarea)$/i,D=/^a(?:rea)?$/i,m=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,Y,l;S.fn.extend({attr:function(e,br){return S.access(this,e,br,true,S.attr)},removeAttr:function(e){return this.each(function(){S.removeAttr(this,e)})},prop:function(e,br){return S.access(this,e,br,true,S.prop)},removeProp:function(e){e=S.propFix[e]||e;return this.each(function(){try{this[e]=ao;delete this[e]}catch(br){}})},addClass:function(bt){var br,e,bs,bx,bw,bv,bu;if(S.isFunction(bt)){return this.each(function(by){S(this).addClass(bt.call(this,by,this.className))})}if(bt&&typeof bt==="string"){br=bt.split(aT);for(e=0,bs=this.length;e<bs;e++){bx=this[e];if(bx.nodeType===1){if(!bx.className&&br.length===1){bx.className=bt}else{bw=" "+bx.className+" ";for(bv=0,bu=br.length;bv<bu;bv++){if(!~bw.indexOf(" "+br[bv]+" ")){bw+=br[bv]+" "}}bx.className=S.trim(bw)}}}}return this},removeClass:function(bt){var br,e,bs,bw,bx,bv,bu;if(S.isFunction(bt)){return this.each(function(by){S(this).removeClass(bt.call(this,by,this.className))})}if((bt&&typeof bt==="string")||bt===ao){br=(bt||"").split(aT);for(e=0,bs=this.length;e<bs;e++){bw=this[e];if(bw.nodeType===1&&bw.className){if(bt){bx=(" "+bw.className+" ").replace(d," ");for(bv=0,bu=br.length;bv<bu;bv++){bx=bx.replace(" "+br[bv]+" "," ")}bw.className=S.trim(bx)}else{bw.className=""}}}}return this},toggleClass:function(e,br){var bs=typeof e,bt=typeof br==="boolean";if(S.isFunction(e)){return this.each(function(bu){S(this).toggleClass(e.call(this,bu,this.className,br),br)})}return this.each(function(){if(bs==="string"){var bv,bx=0,bw=S(this),bu=br,by=e.split(aT);while((bv=by[bx++])){bu=bt?bu:!bw.hasClass(bv);bw[bu?"addClass":"removeClass"](bv)}}else{if(bs==="undefined"||bs==="boolean"){if(this.className){S._data(this,"__className__",this.className)}this.className=this.className||e===false?"":S._data(this,"__className__")||""}}})},hasClass:function(br){var e=" "+br+" ";for(var bs=0,bt=this.length;bs<bt;bs++){if(this[bs].nodeType===1&&(" "+this[bs].className+" ").replace(d," ").indexOf(e)>-1){return true}}return false},val:function(e){var bt,bu,br=this[0];if(!arguments.length){if(br){bt=S.valHooks[br.nodeName.toLowerCase()]||S.valHooks[br.type];if(bt&&"get" in bt&&(bu=bt.get(br,"value"))!==ao){return bu}bu=br.value;return typeof bu==="string"?bu.replace(a5,""):bu==null?"":bu}return ao}var bs=S.isFunction(e);return this.each(function(bw){var bv=S(this),bx;if(this.nodeType!==1){return}if(bs){bx=e.call(this,bw,bv.val())}else{bx=e}if(bx==null){bx=""}else{if(typeof bx==="number"){bx+=""}else{if(S.isArray(bx)){bx=S.map(bx,function(by){return by==null?"":by+""})}}}bt=S.valHooks[this.nodeName.toLowerCase()]||S.valHooks[this.type];if(!bt||!("set" in bt)||bt.set(this,bx,"value")===ao){this.value=bx}})}});S.extend({valHooks:{option:{get:function(e){var br=e.attributes.value;return !br||br.specified?e.value:e.text}},select:{get:function(bx){var br,bs=bx.selectedIndex,bt=[],e=bx.options,bw=bx.type==="select-one";if(bs<0){return null}for(var bv=bw?bs:0,by=bw?bs+1:e.length;bv<by;bv++){var bu=e[bv];if(bu.selected&&(S.support.optDisabled?!bu.disabled:bu.getAttribute("disabled")===null)&&(!bu.parentNode.disabled||!S.nodeName(bu.parentNode,"optgroup"))){br=S(bu).val();if(bw){return br}bt.push(br)}}if(bw&&!bt.length&&e.length){return S(e[bs]).val()}return bt},set:function(br,e){var bs=S.makeArray(e);S(br).find("option").each(function(){this.selected=S.inArray(S(this).val(),bs)>=0});if(!bs.length){br.selectedIndex=-1}return bs}}},attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attrFix:{tabindex:"tabIndex"},attr:function(bv,bu,bt,bx){var bw=bv.nodeType;if(!bv||bw===3||bw===8||bw===2){return ao}if(bx&&bu in S.attrFn){return S(bv)[bu](bt)}if(!("getAttribute" in bv)){return S.prop(bv,bu,bt)}var bs,e,br=bw!==1||!S.isXMLDoc(bv);if(br){bu=S.attrFix[bu]||bu;e=S.attrHooks[bu];if(!e){if(m.test(bu)){e=l}else{if(Y){e=Y}}}}if(bt!==ao){if(bt===null){S.removeAttr(bv,bu);return ao}else{if(e&&"set" in e&&br&&(bs=e.set(bv,bt,bu))!==ao){return bs}else{bv.setAttribute(bu,""+bt);return bt}}}else{if(e&&"get" in e&&br&&(bs=e.get(bv,bu))!==null){return bs}else{bs=bv.getAttribute(bu);return bs===null?ao:bs}}},removeAttr:function(bs,e){var br;if(bs.nodeType===1){e=S.attrFix[e]||e;S.attr(bs,e,"");bs.removeAttribute(e);if(m.test(e)&&(br=S.propFix[e]||e) in bs){bs[br]=false}}},attrHooks:{type:{set:function(br,e){if(h.test(br.nodeName)&&br.parentNode){S.error("type property can't be changed")}else{if(!S.support.radioValue&&e==="radio"&&S.nodeName(br,"input")){var bs=br.value;br.setAttribute("type",e);if(bs){br.value=bs}return e}}}},value:{get:function(br,e){if(Y&&S.nodeName(br,"button")){return Y.get(br,e)}return e in br?br.value:null},set:function(br,e,bs){if(Y&&S.nodeName(br,"button")){return Y.set(br,e,bs)}br.value=e}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(br,e,bw){var bu=br.nodeType;if(!br||bu===3||bu===8||bu===2){return ao}var bt,bv,bs=bu!==1||!S.isXMLDoc(br);if(bs){e=S.propFix[e]||e;bv=S.propHooks[e]}if(bw!==ao){if(bv&&"set" in bv&&(bt=bv.set(br,bw,e))!==ao){return bt}else{return(br[e]=bw)}}else{if(bv&&"get" in bv&&(bt=bv.get(br,e))!==null){return bt}else{return br[e]}}},propHooks:{tabIndex:{get:function(br){var e=br.getAttributeNode("tabindex");return e&&e.specified?parseInt(e.value,10):aR.test(br.nodeName)||D.test(br.nodeName)&&br.href?0:ao}}}});S.attrHooks.tabIndex=S.propHooks.tabIndex;l={get:function(br,e){var bs;return S.prop(br,e)===true||(bs=br.getAttributeNode(e))&&bs.nodeValue!==false?e.toLowerCase():ao},set:function(bs,e,bt){var br;if(e===false){S.removeAttr(bs,bt)}else{br=S.propFix[bt]||bt;if(br in bs){bs[br]=true}bs.setAttribute(bt,bt.toLowerCase())}return bt}};if(!S.support.getSetAttribute){Y=S.valHooks.button={get:function(br,e){var bs;bs=br.getAttributeNode(e);return bs&&bs.nodeValue!==""?bs.nodeValue:ao},set:function(br,e,bs){var bt=br.getAttributeNode(bs);if(!bt){bt=bk.createAttribute(bs);br.setAttributeNode(bt)}return(bt.nodeValue=e+"")}};S.each(["width","height"],function(br,e){S.attrHooks[e]=S.extend(S.attrHooks[e],{set:function(bt,bs){if(bs===""){bt.setAttribute(e,"auto");return bs}}})})}if(!S.support.hrefNormalized){S.each(["href","src","width","height"],function(br,e){S.attrHooks[e]=S.extend(S.attrHooks[e],{get:function(bs){var bt=bs.getAttribute(e,2);return bt===null?ao:bt}})})}if(!S.support.style){S.attrHooks.style={get:function(e){return e.style.cssText.toLowerCase()||ao},set:function(br,e){return(br.style.cssText=""+e)}}}if(!S.support.optSelected){S.propHooks.selected=S.extend(S.propHooks.selected,{get:function(br){var e=br.parentNode;if(e){e.selectedIndex;if(e.parentNode){e.parentNode.selectedIndex}}return null}})}if(!S.support.checkOn){S.each(["radio","checkbox"],function(){S.valHooks[this]={get:function(e){return e.getAttribute("value")===null?"on":e.value}}})}S.each(["radio","checkbox"],function(){S.valHooks[this]=S.extend(S.valHooks[this],{set:function(br,e){if(S.isArray(e)){return(br.checked=S.inArray(S(br).val(),e)>=0)}}})});var aI=/\.(.*)$/,a7=/^(?:textarea|input|select)$/i,U=/\./g,i=/ /g,au=/[^\w\s.|`]/g,az=function(e){return e.replace(au,"\\$&")};S.event={add:function(bC,bt,bD,bx){if(bC.nodeType===3||bC.nodeType===8){return}if(bD===false){bD=a1}else{if(!bD){return}}var bu,bv;if(bD.handler){bu=bD;bD=bu.handler}if(!bD.guid){bD.guid=S.guid++}var bz=S._data(bC);if(!bz){return}var bw=bz.events,bA=bz.handle;if(!bw){bz.events=bw={}}if(!bA){bz.handle=bA=function(bE){return typeof S!=="undefined"&&(!bE||S.event.triggered!==bE.type)?S.event.handle.apply(bA.elem,arguments):ao}}bA.elem=bC;bt=bt.split(" ");var br,e=0,by;while((br=bt[e++])){bv=bu?S.extend({},bu):{handler:bD,data:bx};if(br.indexOf(".")>-1){by=br.split(".");br=by.shift();bv.namespace=by.slice(0).sort().join(".")}else{by=[];bv.namespace=""}bv.type=br;if(!bv.guid){bv.guid=bD.guid}var bs=bw[br],bB=S.event.special[br]||{};if(!bs){bs=bw[br]=[];if(!bB.setup||bB.setup.call(bC,bx,by,bA)===false){if(bC.addEventListener){bC.addEventListener(br,bA,false)}else{if(bC.attachEvent){bC.attachEvent("on"+br,bA)}}}}if(bB.add){bB.add.call(bC,bv);if(!bv.handler.guid){bv.handler.guid=bD.guid}}bs.push(bv);S.event.global[br]=true}bC=null},global:{},remove:function(e,bB,bF,bH){if(e.nodeType===3||e.nodeType===8){return}if(bF===false){bF=a1}var bt,br,bA,bw,bv=0,bC,by,bG,bu,bI,bz,bD,bs=S.hasData(e)&&S._data(e),bE=bs&&bs.events;if(!bs||!bE){return}if(bB&&bB.type){bF=bB.handler;bB=bB.type}if(!bB||typeof bB==="string"&&bB.charAt(0)==="."){bB=bB||"";for(br in bE){S.event.remove(e,br+bB)}return}bB=bB.split(" ");while((br=bB[bv++])){bD=br;bz=null;bC=br.indexOf(".")<0;by=[];if(!bC){by=br.split(".");br=by.shift();bG=new RegExp("(^|\\.)"+S.map(by.slice(0).sort(),az).join("\\.(?:.*\\.)?")+"(\\.|$)")}bI=bE[br];if(!bI){continue}if(!bF){for(bw=0;bw<bI.length;bw++){bz=bI[bw];if(bC||bG.test(bz.namespace)){S.event.remove(e,bD,bz.handler,bw);bI.splice(bw--,1)}}continue}bu=S.event.special[br]||{};for(bw=bH||0;bw<bI.length;bw++){bz=bI[bw];if(bF.guid===bz.guid){if(bC||bG.test(bz.namespace)){if(bH==null){bI.splice(bw--,1)}if(bu.remove){bu.remove.call(e,bz)}}if(bH!=null){break}}}if(bI.length===0||bH!=null&&bI.length===1){if(!bu.teardown||bu.teardown.call(e,by)===false){S.removeEvent(e,br,bs.handle)}bt=null;delete bE[br]}}if(S.isEmptyObject(bE)){var bx=bs.handle;if(bx){bx.elem=null}delete bs.events;delete bs.handle;if(S.isEmptyObject(bs)){S.removeData(e,ao,true)}}},customEvent:{getData:true,setData:true,changeData:true},trigger:function(bC,bv,bB,bu){var bt=bC.type||bC,bz=[],bA;if(bt.indexOf("!")>=0){bt=bt.slice(0,-1);bA=true}if(bt.indexOf(".")>=0){bz=bt.split(".");bt=bz.shift();bz.sort()}if((!bB||S.event.customEvent[bt])&&!S.event.global[bt]){return}bC=typeof bC==="object"?bC[S.expando]?bC:new S.Event(bt,bC):new S.Event(bt);bC.type=bt;bC.exclusive=bA;bC.namespace=bz.join(".");bC.namespace_re=new RegExp("(^|\\.)"+bz.join("\\.(?:.*\\.)?")+"(\\.|$)");if(bu||!bB){bC.preventDefault();bC.stopPropagation()}if(!bB){S.each(S.cache,function(){var bD=S.expando,bE=this[bD];if(bE&&bE.events&&bE.events[bt]){S.event.trigger(bC,bv,bE.handle.elem)}});return}if(bB.nodeType===3||bB.nodeType===8){return}bC.result=ao;bC.target=bB;bv=bv!=null?S.makeArray(bv):[];bv.unshift(bC);var e=bB,bw=bt.indexOf(":")<0?"on"+bt:"";do{var by=S._data(e,"handle");bC.currentTarget=e;if(by){by.apply(e,bv)}if(bw&&S.acceptData(e)&&e[bw]&&e[bw].apply(e,bv)===false){bC.result=false;bC.preventDefault()}e=e.parentNode||e.ownerDocument||e===bC.target.ownerDocument&&aw}while(e&&!bC.isPropagationStopped());if(!bC.isDefaultPrevented()){var br,bs=S.event.special[bt]||{};if((!bs._default||bs._default.call(bB.ownerDocument,bC)===false)&&!(bt==="click"&&S.nodeName(bB,"a"))&&S.acceptData(bB)){try{if(bw&&bB[bt]){br=bB[bw];if(br){bB[bw]=null}S.event.triggered=bt;bB[bt]()}}catch(bx){}if(br){bB[bw]=br}S.event.triggered=ao}}return bC.result},handle:function(bx){bx=S.event.fix(bx||aw.event);var bu=((S._data(this,"events")||{})[bx.type]||[]).slice(0),bt=!bx.exclusive&&!bx.namespace,bv=Array.prototype.slice.call(arguments,0);bv[0]=bx;bx.currentTarget=this;for(var e=0,br=bu.length;e<br;e++){var bw=bu[e];if(bt||bx.namespace_re.test(bw.namespace)){bx.handler=bw.handler;bx.data=bw.data;bx.handleObj=bw;var bs=bw.handler.apply(this,bv);if(bs!==ao){bx.result=bs;if(bs===false){bx.preventDefault();bx.stopPropagation()}}if(bx.isImmediatePropagationStopped()){break}}}return bx.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(bu){if(bu[S.expando]){return bu}var bs=bu;bu=S.Event(bs);for(var bv=this.props.length,bw;bv;){bw=this.props[--bv];bu[bw]=bs[bw]}if(!bu.target){bu.target=bu.srcElement||bk}if(bu.target.nodeType===3){bu.target=bu.target.parentNode}if(!bu.relatedTarget&&bu.fromElement){bu.relatedTarget=bu.fromElement===bu.target?bu.toElement:bu.fromElement}if(bu.pageX==null&&bu.clientX!=null){var br=bu.target.ownerDocument||bk,bt=br.documentElement,e=br.body;bu.pageX=bu.clientX+(bt&&bt.scrollLeft||e&&e.scrollLeft||0)-(bt&&bt.clientLeft||e&&e.clientLeft||0);bu.pageY=bu.clientY+(bt&&bt.scrollTop||e&&e.scrollTop||0)-(bt&&bt.clientTop||e&&e.clientTop||0)}if(bu.which==null&&(bu.charCode!=null||bu.keyCode!=null)){bu.which=bu.charCode!=null?bu.charCode:bu.keyCode}if(!bu.metaKey&&bu.ctrlKey){bu.metaKey=bu.ctrlKey}if(!bu.which&&bu.button!==ao){bu.which=(bu.button&1?1:(bu.button&2?3:(bu.button&4?2:0)))}return bu},guid:100000000,proxy:S.proxy,special:{ready:{setup:S.bindReady,teardown:S.noop},live:{add:function(e){S.event.add(this,bj(e.origType,e.selector),S.extend({},e,{handler:aD,guid:e.handler.guid}))},remove:function(e){S.event.remove(this,bj(e.origType,e.selector),e)}},beforeunload:{setup:function(bs,e,br){if(S.isWindow(this)){this.onbeforeunload=br}},teardown:function(e,br){if(this.onbeforeunload===br){this.onbeforeunload=null}}}}};S.removeEvent=bk.removeEventListener?function(e,br,bs){if(e.removeEventListener){e.removeEventListener(br,bs,false)}}:function(e,br,bs){if(e.detachEvent){e.detachEvent("on"+br,bs)}};S.Event=function(br,e){if(!this.preventDefault){return new S.Event(br,e)}if(br&&br.type){this.originalEvent=br;this.type=br.type;this.isDefaultPrevented=(br.defaultPrevented||br.returnValue===false||br.getPreventDefault&&br.getPreventDefault())?al:a1}else{this.type=br}if(e){S.extend(this,e)}this.timeStamp=S.now();this[S.expando]=true};function a1(){return false}function al(){return true}S.Event.prototype={preventDefault:function(){this.isDefaultPrevented=al;var br=this.originalEvent;if(!br){return}if(br.preventDefault){br.preventDefault()}else{br.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=al;var br=this.originalEvent;if(!br){return}if(br.stopPropagation){br.stopPropagation()}br.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=al;this.stopPropagation()},isDefaultPrevented:a1,isPropagationStopped:a1,isImmediatePropagationStopped:a1};var X=function(bs){var e=bs.relatedTarget,bt=false,br=bs.type;bs.type=bs.data;if(e!==this){if(e){bt=S.contains(this,e)}if(!bt){S.event.handle.apply(this,arguments);bs.type=br}}},bo=function(e){e.type=e.data;S.event.handle.apply(this,arguments)};S.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(br,e){S.event.special[br]={setup:function(bs){S.event.add(this,e,bs&&bs.selector?bo:X,br)},teardown:function(bs){S.event.remove(this,e,bs&&bs.selector?bo:X)}}});if(!S.support.submitBubbles){S.event.special.submit={setup:function(br,e){if(!S.nodeName(this,"form")){S.event.add(this,"click.specialSubmit",function(bu){var bs=bu.target,bt=S.nodeName(bs,"input")||S.nodeName(bs,"button")?bs.type:"";if((bt==="submit"||bt==="image")&&S(bs).closest("form").length){O("submit",this,arguments)}});S.event.add(this,"keypress.specialSubmit",function(bu){var bs=bu.target,bt=S.nodeName(bs,"input")||S.nodeName(bs,"button")?bs.type:"";if((bt==="text"||bt==="password")&&S(bs).closest("form").length&&bu.keyCode===13){O("submit",this,arguments)}})}else{return false}},teardown:function(e){S.event.remove(this,".specialSubmit")}}}if(!S.support.changeBubbles){var bp,j=function(e){var br=S.nodeName(e,"input")?e.type:"",bs=e.value;if(br==="radio"||br==="checkbox"){bs=e.checked}else{if(br==="select-multiple"){bs=e.selectedIndex>-1?S.map(e.options,function(bt){return bt.selected}).join("-"):""}else{if(S.nodeName(e,"select")){bs=e.selectedIndex}}}return bs},bq=function bq(bs){var br=bs.target,bu,bt;if(!a7.test(br.nodeName)||br.readOnly){return}bu=S._data(br,"_change_data");bt=j(br);if(bs.type!=="focusout"||br.type!=="radio"){S._data(br,"_change_data",bt)}if(bu===ao||bt===bu){return}if(bu!=null||bt){bs.type="change";bs.liveFired=ao;S.event.trigger(bs,arguments[1],br)}};S.event.special.change={filters:{focusout:bq,beforedeactivate:bq,click:function(bt){var br=bt.target,bs=S.nodeName(br,"input")?br.type:"";if(bs==="radio"||bs==="checkbox"||S.nodeName(br,"select")){bq.call(this,bt)}},keydown:function(bt){var br=bt.target,bs=S.nodeName(br,"input")?br.type:"";if((bt.keyCode===13&&!S.nodeName(br,"textarea"))||(bt.keyCode===32&&(bs==="checkbox"||bs==="radio"))||bs==="select-multiple"){bq.call(this,bt)}},beforeactivate:function(bs){var br=bs.target;S._data(br,"_change_data",j(br))}},setup:function(bs,e){if(this.type==="file"){return false}for(var br in bp){S.event.add(this,br+".specialChange",bp[br])}return a7.test(this.nodeName)},teardown:function(e){S.event.remove(this,".specialChange");return a7.test(this.nodeName)}};bp=S.event.special.change.filters;bp.focus=bp.beforeactivate}function O(bs,br,e){var bt=S.extend({},e[0]);bt.type=bs;bt.originalEvent={};bt.liveFired=ao;S.event.handle.call(br,bt);if(bt.isDefaultPrevented()){e[0].preventDefault()}}if(!S.support.focusinBubbles){S.each({focus:"focusin",blur:"focusout"},function(br,e){var bt=0;S.event.special[e]={setup:function(){if(bt++===0){bk.addEventListener(br,bs,true)}},teardown:function(){if(--bt===0){bk.removeEventListener(br,bs,true)}}};function bs(bu){var bv=S.event.fix(bu);bv.type=e;bv.originalEvent={};S.event.trigger(bv,null,bv.target);if(bv.isDefaultPrevented()){bu.preventDefault()}}})}S.each(["bind","one"],function(br,e){S.fn[e]=function(bv,by,bs){var bu;if(typeof bv==="object"){for(var bt in bv){this[e](bt,by,bv[bt],bs)}return this}if(arguments.length===2||by===false){bs=by;by=ao}if(e==="one"){bu=function(bz){S(this).unbind(bz,bu);return bs.apply(this,arguments)};bu.guid=bs.guid||S.guid++}else{bu=bs}if(bv==="unload"&&e!=="one"){this.one(bv,by,bs)}else{for(var bx=0,bw=this.length;bx<bw;bx++){S.event.add(this[bx],bv,bu,by)}}return this}});S.fn.extend({unbind:function(bs,e){if(typeof bs==="object"&&!bs.preventDefault){for(var br in bs){this.unbind(br,bs[br])}}else{for(var bt=0,bu=this.length;bt<bu;bt++){S.event.remove(this[bt],bs,e)}}return this},delegate:function(br,bs,bt,e){return this.live(bs,bt,e,br)},undelegate:function(br,bs,e){if(arguments.length===0){return this.unbind("live")}else{return this.die(bs,null,e,br)}},trigger:function(e,br){return this.each(function(){S.event.trigger(e,br,this)})},triggerHandler:function(e,br){if(this[0]){return S.event.trigger(e,br,this[0],true)}},toggle:function(e){var br=arguments,bs=e.guid||S.guid++,bt=0,bu=function(bw){var bv=(S.data(this,"lastToggle"+e.guid)||0)%bt;S.data(this,"lastToggle"+e.guid,bv+1);bw.preventDefault();return br[bv].apply(this,arguments)||false};bu.guid=bs;while(bt<br.length){br[bt++].guid=bs}return this.click(bu)},hover:function(br,e){return this.mouseenter(br).mouseleave(e||br)}});var y={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};S.each(["live","die"],function(br,e){S.fn[e]=function(bv,by,bw,bF){var bx,bs=0,bC,bB,bt,bE=bF||this.selector,bD=bF?this:S(this.context);if(typeof bv==="object"&&!bv.preventDefault){for(var bA in bv){bD[e](bA,by,bv[bA],bE)}return this}if(e==="die"&&!bv&&bF&&bF.charAt(0)==="."){bD.unbind(bF);return this}if(by===false||S.isFunction(by)){bw=by||a1;by=ao}bv=(bv||"").split(" ");while((bx=bv[bs++])!=null){bC=aI.exec(bx);bB="";if(bC){bB=bC[0];bx=bx.replace(aI,"")}if(bx==="hover"){bv.push("mouseenter"+bB,"mouseleave"+bB);continue}bt=bx;if(y[bx]){bv.push(y[bx]+bB);bx=bx+bB}else{bx=(y[bx]||bx)+bB}if(e==="live"){for(var bz=0,bu=bD.length;bz<bu;bz++){S.event.add(bD[bz],"live."+bj(bx,bE),{data:by,selector:bE,handler:bw,origType:bx,origHandler:bw,preType:bt})}}else{bD.unbind("live."+bj(bx,bE),bw)}}return this}});function aD(bs){var bF,bC,bG,bz,bA,e,bx,bw,by,bv,bD,bB,bt,bE=[],bH=[],br=S._data(this,"events");if(bs.liveFired===this||!br||!br.live||bs.target.disabled||bs.button&&bs.type==="click"){return}if(bs.namespace){bB=new RegExp("(^|\\.)"+bs.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)")}bs.liveFired=this;var bu=br.live.slice(0);for(bx=0;bx<bu.length;bx++){bA=bu[bx];if(bA.origType.replace(aI,"")===bs.type){bH.push(bA.selector)}else{bu.splice(bx--,1)}}bz=S(bs.target).closest(bH,bs.currentTarget);for(bw=0,by=bz.length;bw<by;bw++){bD=bz[bw];for(bx=0;bx<bu.length;bx++){bA=bu[bx];if(bD.selector===bA.selector&&(!bB||bB.test(bA.namespace))&&!bD.elem.disabled){e=bD.elem;bG=null;if(bA.preType==="mouseenter"||bA.preType==="mouseleave"){bs.type=bA.preType;bG=S(bs.relatedTarget).closest(bA.selector)[0];if(bG&&S.contains(e,bG)){bG=e}}if(!bG||bG!==e){bE.push({elem:e,handleObj:bA,level:bD.level})}}}}for(bw=0,by=bE.length;bw<by;bw++){bz=bE[bw];if(bC&&bz.level>bC){break}bs.currentTarget=bz.elem;bs.data=bz.handleObj.data;bs.handleObj=bz.handleObj;bt=bz.handleObj.origHandler.apply(bz.elem,arguments);if(bt===false||bs.isPropagationStopped()){bC=bz.level;if(bt===false){bF=false}if(bs.isImmediatePropagationStopped()){break}}}return bF}function bj(e,br){return(e&&e!=="*"?e+".":"")+br.replace(U,"`").replace(i,"&")}S.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(br,e){S.fn[e]=function(bt,bs){if(bs==null){bs=bt;bt=null}return arguments.length>0?this.bind(e,bt,bs):this.trigger(e)};if(S.attrFn){S.attrFn[e]=true}});
/*
 * 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,bu=0,bv=Object.prototype.toString,bD=false,bE=true,bw=/\\/g,bs=/\W/;[0,0].sort(function(){bE=false;return 0});var bt=function(bV,bY,bK,bL){bK=bK||[];bY=bY||bk;var bW=bY;if(bY.nodeType!==1&&bY.nodeType!==9){return[]}if(!bV||typeof bV!=="string"){return bK}var bQ,bT,bX,bP,bM,e,bS,bO,bN=true,bZ=bt.isXML(bY),bU=[],bR=bV;do{bH.exec("");bQ=bH.exec(bR);if(bQ){bR=bQ[3];bU.push(bQ[1]);if(bQ[2]){bP=bQ[3];break}}}while(bQ);if(bU.length>1&&bG.exec(bV)){if(bU.length===2&&by.relative[bU[0]]){bT=bz(bU[0]+bU[1],bY)}else{bT=by.relative[bU[0]]?[bY]:bt(bU.shift(),bY);while(bU.length){bV=bU.shift();if(by.relative[bV]){bV+=bU.shift()}bT=bz(bV,bT)}}}else{if(!bL&&bU.length>1&&bY.nodeType===9&&!bZ&&by.match.ID.test(bU[0])&&!by.match.ID.test(bU[bU.length-1])){bM=bt.find(bU.shift(),bY,bZ);bY=bM.expr?bt.filter(bM.expr,bM.set)[0]:bM.set[0]}if(bY){bM=bL?{expr:bU.pop(),set:bx(bL)}:bt.find(bU.pop(),bU.length===1&&(bU[0]==="~"||bU[0]==="+")&&bY.parentNode?bY.parentNode:bY,bZ);bT=bM.expr?bt.filter(bM.expr,bM.set):bM.set;if(bU.length>0){bX=bx(bT)}else{bN=false}while(bU.length){e=bU.pop();bS=e;if(!by.relative[e]){e=""}else{bS=bU.pop()}if(bS==null){bS=bY}by.relative[e](bX,bS,bZ)}}else{bX=bU=[]}}if(!bX){bX=bT}if(!bX){bt.error(e||bV)}if(bv.call(bX)==="[object Array]"){if(!bN){bK.push.apply(bK,bX)}else{if(bY&&bY.nodeType===1){for(bO=0;bX[bO]!=null;bO++){if(bX[bO]&&(bX[bO]===true||bX[bO].nodeType===1&&bt.contains(bY,bX[bO]))){bK.push(bT[bO])}}}else{for(bO=0;bX[bO]!=null;bO++){if(bX[bO]&&bX[bO].nodeType===1){bK.push(bT[bO])}}}}}else{bx(bX,bK)}if(bP){bt(bP,bW,bK,bL);bt.uniqueSort(bK)}return bK};bt.uniqueSort=function(bK){if(bJ){bD=bE;bK.sort(bJ);if(bD){for(var e=1;e<bK.length;e++){if(bK[e]===bK[e-1]){bK.splice(e--,1)}}}}return bK};bt.matches=function(bK,e){return bt(bK,null,null,e)};bt.matchesSelector=function(bK,e){return bt(e,null,null,[bK]).length>0};bt.find=function(bR,bQ,bO){var bM;if(!bR){return[]}for(var e=0,bL=by.order.length;e<bL;e++){var bP,bN=by.order[e];if((bP=by.leftMatch[bN].exec(bR))){var bK=bP[1];bP.splice(1,1);if(bK.substr(bK.length-1)!=="\\"){bP[1]=(bP[1]||"").replace(bw,"");bM=by.find[bN](bP,bQ,bO);if(bM!=null){bR=bR.replace(by.match[bN],"");break}}}}if(!bM){bM=typeof bQ.getElementsByTagName!=="undefined"?bQ.getElementsByTagName("*"):[]}return{set:bM,expr:bR}};bt.filter=function(bL,bN,bX,bM){var bU,bS,bQ=bL,bR=[],e=bN,bO=bN&&bN[0]&&bt.isXML(bN[0]);while(bL&&bN.length){for(var bK in by.filter){if((bU=by.leftMatch[bK].exec(bL))!=null&&bU[2]){var bP,bW,bT=by.filter[bK],bZ=bU[1];bS=false;bU.splice(1,1);if(bZ.substr(bZ.length-1)==="\\"){continue}if(e===bR){bR=[]}if(by.preFilter[bK]){bU=by.preFilter[bK](bU,e,bX,bR,bM,bO);if(!bU){bS=bP=true}else{if(bU===true){continue}}}if(bU){for(var bV=0;(bW=e[bV])!=null;bV++){if(bW){bP=bT(bW,bU,bV,e);var bY=bM^!!bP;if(bX&&bP!=null){if(bY){bS=true}else{e[bV]=false}}else{if(bY){bR.push(bW);bS=true}}}}}if(bP!==ao){if(!bX){e=bR}bL=bL.replace(by.match[bK],"");if(!bS){return[]}break}}}if(bL===bQ){if(bS==null){bt.error(bL)}else{break}}bQ=bL}return e};bt.error=function(e){throw"Syntax error, unrecognized expression: "+e};var by=bt.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|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(e){return e.getAttribute("href")},type:function(e){return e.getAttribute("type")}},relative:{"+":function(bQ,bM){var bN=typeof bM==="string",bO=bN&&!bs.test(bM),bK=bN&&!bO;if(bO){bM=bM.toLowerCase()}for(var e=0,bL=bQ.length,bP;e<bL;e++){if((bP=bQ[e])){while((bP=bP.previousSibling)&&bP.nodeType!==1){}bQ[e]=bK||bP&&bP.nodeName.toLowerCase()===bM?bP||false:bP===bM}}if(bK){bt.filter(bM,bQ,true)}},">":function(bM,bN){var bL,bO=typeof bN==="string",bK=0,bP=bM.length;if(bO&&!bs.test(bN)){bN=bN.toLowerCase();for(;bK<bP;bK++){bL=bM[bK];if(bL){var e=bL.parentNode;bM[bK]=e.nodeName.toLowerCase()===bN?e:false}}}else{for(;bK<bP;bK++){bL=bM[bK];if(bL){bM[bK]=bO?bL.parentNode:bL.parentNode===bN}}if(bO){bt.filter(bN,bM,true)}}},"":function(bL,bM,bO){var bN,bK=bu++,e=bC;if(typeof bM==="string"&&!bs.test(bM)){bM=bM.toLowerCase();bN=bM;e=bI}e("parentNode",bM,bK,bL,bN,bO)},"~":function(bL,bM,bO){var bN,bK=bu++,e=bC;if(typeof bM==="string"&&!bs.test(bM)){bM=bM.toLowerCase();bN=bM;e=bI}e("previousSibling",bM,bK,bL,bN,bO)}},find:{ID:function(bK,bM,e){if(typeof bM.getElementById!=="undefined"&&!e){var bL=bM.getElementById(bK[1]);return bL&&bL.parentNode?[bL]:[]}},NAME:function(e,bN){if(typeof bN.getElementsByName!=="undefined"){var bO=[],bM=bN.getElementsByName(e[1]);for(var bL=0,bK=bM.length;bL<bK;bL++){if(bM[bL].getAttribute("name")===e[1]){bO.push(bM[bL])}}return bO.length===0?null:bO}},TAG:function(e,bK){if(typeof bK.getElementsByTagName!=="undefined"){return bK.getElementsByTagName(e[1])}}},preFilter:{CLASS:function(bO,bQ,bL,bK,bM,bN){bO=" "+bO[1].replace(bw,"")+" ";if(bN){return bO}for(var e=0,bP;(bP=bQ[e])!=null;e++){if(bP){if(bM^(bP.className&&(" "+bP.className+" ").replace(/[\t\n\r]/g," ").indexOf(bO)>=0)){if(!bL){bK.push(bP)}}else{if(bL){bQ[e]=false}}}}return false},ID:function(e){return e[1].replace(bw,"")},TAG:function(e,bK){return e[1].replace(bw,"").toLowerCase()},CHILD:function(e){if(e[1]==="nth"){if(!e[2]){bt.error(e[0])}e[2]=e[2].replace(/^\+|\s*/g,"");var bK=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(e[2]==="even"&&"2n"||e[2]==="odd"&&"2n+1"||!/\D/.test(e[2])&&"0n+"+e[2]||e[2]);e[2]=(bK[1]+(bK[2]||1))-0;e[3]=bK[3]-0}else{if(e[2]){bt.error(e[0])}}e[0]=bu++;return e},ATTR:function(bM,bN,bP,bL,bK,e){var bO=bM[1]=bM[1].replace(bw,"");if(!e&&by.attrMap[bO]){bM[1]=by.attrMap[bO]}bM[4]=(bM[4]||bM[5]||"").replace(bw,"");if(bM[2]==="~="){bM[4]=" "+bM[4]+" "}return bM},PSEUDO:function(bL,bM,bN,bK,e){if(bL[1]==="not"){if((bH.exec(bL[3])||"").length>1||/^\w/.test(bL[3])){bL[3]=bt(bL[3],null,null,bM)}else{var bO=bt.filter(bL[3],bM,bN,true^e);if(!bN){bK.push.apply(bK,bO)}return false}}else{if(by.match.POS.test(bL[0])||by.match.CHILD.test(bL[0])){return true}}return bL},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(bK,bL,e){return !!bt(e[3],bK).length},header:function(e){return(/h\d/i).test(e.nodeName)},text:function(e){var bL=e.getAttribute("type"),bK=e.type;return e.nodeName.toLowerCase()==="input"&&"text"===bK&&(bL===bK||bL===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(bK){var e=bK.nodeName.toLowerCase();return(e==="input"||e==="button")&&"submit"===bK.type},image:function(e){return e.nodeName.toLowerCase()==="input"&&"image"===e.type},reset:function(bK){var e=bK.nodeName.toLowerCase();return(e==="input"||e==="button")&&"reset"===bK.type},button:function(bK){var e=bK.nodeName.toLowerCase();return e==="input"&&"button"===bK.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(e,bK){return bK===0},last:function(bK,bL,e,bM){return bL===bM.length-1},even:function(e,bK){return bK%2===0},odd:function(e,bK){return bK%2===1},lt:function(bK,bL,e){return bL<e[3]-0},gt:function(bK,bL,e){return bL>e[3]-0},nth:function(bK,bL,e){return e[3]-0===bL},eq:function(bK,bL,e){return e[3]-0===bL}},filter:{PSEUDO:function(bQ,bP,e,bO){var bN=bP[1],bL=by.filters[bN];if(bL){return bL(bQ,e,bP,bO)}else{if(bN==="contains"){return(bQ.textContent||bQ.innerText||bt.getText([bQ])||"").indexOf(bP[3])>=0}else{if(bN==="not"){var bM=bP[3];for(var bK=0,bR=bM.length;bK<bR;bK++){if(bM[bK]===bQ){return false}}return true}else{bt.error(bN)}}}},CHILD:function(bQ,bO){var bK=bO[1],e=bQ;switch(bK){case"only":case"first":while((e=e.previousSibling)){if(e.nodeType===1){return false}}if(bK==="first"){return true}e=bQ;case"last":while((e=e.nextSibling)){if(e.nodeType===1){return false}}return true;case"nth":var bS=bO[2],bP=bO[3];if(bS===1&&bP===0){return true}var bN=bO[0],bM=bQ.parentNode;if(bM&&(bM.sizcache!==bN||!bQ.nodeIndex)){var bR=0;for(e=bM.firstChild;e;e=e.nextSibling){if(e.nodeType===1){e.nodeIndex=++bR}}bM.sizcache=bN}var bL=bQ.nodeIndex-bP;if(bS===0){return bL===0}else{return(bL%bS===0&&bL/bS>=0)}}},ID:function(bK,e){return bK.nodeType===1&&bK.getAttribute("id")===e},TAG:function(bK,e){return(e==="*"&&bK.nodeType===1)||bK.nodeName.toLowerCase()===e},CLASS:function(bK,e){return(" "+(bK.className||bK.getAttribute("class"))+" ").indexOf(e)>-1},ATTR:function(bL,e){var bO=e[1],bK=by.attrHandle[bO]?by.attrHandle[bO](bL):bL[bO]!=null?bL[bO]:bL.getAttribute(bO),bP=bK+"",bM=e[2],bN=e[4];return bK==null?bM==="!=":bM==="="?bP===bN:bM==="*="?bP.indexOf(bN)>=0:bM==="~="?(" "+bP+" ").indexOf(bN)>=0:!bN?bP&&bK!==false:bM==="!="?bP!==bN:bM==="^="?bP.indexOf(bN)===0:bM==="$="?bP.substr(bP.length-bN.length)===bN:bM==="|="?bP===bN||bP.substr(0,bN.length+1)===bN+"-":false},POS:function(bL,e,bM,bO){var bK=e[2],bN=by.setFilters[bK];if(bN){return bN(bL,bM,e,bO)}}}};var bG=by.match.POS,bF=function(e,bK){return"\\"+(bK-0+1)};for(var br in by.match){by.match[br]=new RegExp(by.match[br].source+(/(?![^\[]*\])(?![^\(]*\))/.source));by.leftMatch[br]=new RegExp(/(^(?:.|\r|\n)*?)/.source+by.match[br].source.replace(/\\(\d+)/g,bF))}var bx=function(bK,e){bK=Array.prototype.slice.call(bK,0);if(e){e.push.apply(e,bK);return e}return bK};try{Array.prototype.slice.call(bk.documentElement.childNodes,0)[0].nodeType}catch(bA){bx=function(bM,bL){var bK=0,bN=bL||[];if(bv.call(bM)==="[object Array]"){Array.prototype.push.apply(bN,bM)}else{if(typeof bM.length==="number"){for(var e=bM.length;bK<e;bK++){bN.push(bM[bK])}}else{for(;bM[bK];bK++){bN.push(bM[bK])}}}return bN}}var bJ,bB;if(bk.documentElement.compareDocumentPosition){bJ=function(e,bK){if(e===bK){bD=true;return 0}if(!e.compareDocumentPosition||!bK.compareDocumentPosition){return e.compareDocumentPosition?-1:1}return e.compareDocumentPosition(bK)&4?-1:1}}else{bJ=function(bM,bN){if(bM===bN){bD=true;return 0}else{if(bM.sourceIndex&&bN.sourceIndex){return bM.sourceIndex-bN.sourceIndex}}var bK,bL,bO=[],bP=[],bR=bM.parentNode,bS=bN.parentNode,e=bR;if(bR===bS){return bB(bM,bN)}else{if(!bR){return -1}else{if(!bS){return 1}}}while(e){bO.unshift(e);e=e.parentNode}e=bS;while(e){bP.unshift(e);e=e.parentNode}bK=bO.length;bL=bP.length;for(var bQ=0;bQ<bK&&bQ<bL;bQ++){if(bO[bQ]!==bP[bQ]){return bB(bO[bQ],bP[bQ])}}return bQ===bK?bB(bM,bP[bQ],-1):bB(bO[bQ],bN,1)};bB=function(e,bK,bM){if(e===bK){return bM}var bL=e.nextSibling;while(bL){if(bL===bK){return -1}bL=bL.nextSibling}return 1}}bt.getText=function(bM){var bK="",e;for(var bL=0;bM[bL];bL++){e=bM[bL];if(e.nodeType===3||e.nodeType===4){bK+=e.nodeValue}else{if(e.nodeType!==8){bK+=bt.getText(e.childNodes)}}}return bK};(function(){var bK=bk.createElement("div"),bL="script"+(new Date()).getTime(),e=bk.documentElement;bK.innerHTML="<a name='"+bL+"'/>";e.insertBefore(bK,e.firstChild);if(bk.getElementById(bL)){by.find.ID=function(bN,bP,bM){if(typeof bP.getElementById!=="undefined"&&!bM){var bO=bP.getElementById(bN[1]);return bO?bO.id===bN[1]||typeof bO.getAttributeNode!=="undefined"&&bO.getAttributeNode("id").nodeValue===bN[1]?[bO]:ao:[]}};by.filter.ID=function(bN,bM){var bO=typeof bN.getAttributeNode!=="undefined"&&bN.getAttributeNode("id");return bN.nodeType===1&&bO&&bO.nodeValue===bM}}e.removeChild(bK);e=bK=null})();(function(){var e=bk.createElement("div");e.appendChild(bk.createComment(""));if(e.getElementsByTagName("*").length>0){by.find.TAG=function(bL,bO){var bN=bO.getElementsByTagName(bL[1]);if(bL[1]==="*"){var bM=[];for(var bK=0;bN[bK];bK++){if(bN[bK].nodeType===1){bM.push(bN[bK])}}bN=bM}return bN}}e.innerHTML="<a href='#'></a>";if(e.firstChild&&typeof e.firstChild.getAttribute!=="undefined"&&e.firstChild.getAttribute("href")!=="#"){by.attrHandle.href=function(bK){return bK.getAttribute("href",2)}}e=null})();if(bk.querySelectorAll){(function(){var e=bt,bK=bk.createElement("div"),bL="__sizzle__";bK.innerHTML="<p class='TEST'></p>";if(bK.querySelectorAll&&bK.querySelectorAll(".TEST").length===0){return}bt=function(bQ,bV,bY,bS){bV=bV||bk;if(!bS&&!bt.isXML(bV)){var bU=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(bQ);if(bU&&(bV.nodeType===1||bV.nodeType===9)){if(bU[1]){return bx(bV.getElementsByTagName(bQ),bY)}else{if(bU[2]&&by.find.CLASS&&bV.getElementsByClassName){return bx(bV.getElementsByClassName(bU[2]),bY)}}}if(bV.nodeType===9){if(bQ==="body"&&bV.body){return bx([bV.body],bY)}else{if(bU&&bU[3]){var bW=bV.getElementById(bU[3]);if(bW&&bW.parentNode){if(bW.id===bU[3]){return bx([bW],bY)}}else{return bx([],bY)}}}try{return bx(bV.querySelectorAll(bQ),bY)}catch(bT){}}else{if(bV.nodeType===1&&bV.nodeName.toLowerCase()!=="object"){var bX=bV,bO=bV.getAttribute("id"),bR=bO||bL,bP=bV.parentNode,bN=/^\s*[+~]/.test(bQ);if(!bO){bV.setAttribute("id",bR)}else{bR=bR.replace(/'/g,"\\$&")}if(bN&&bP){bV=bV.parentNode}try{if(!bN||bP){return bx(bV.querySelectorAll("[id='"+bR+"'] "+bQ),bY)}}catch(bZ){}finally{if(!bO){bX.removeAttribute("id")}}}}}return e(bQ,bV,bY,bS)};for(var bM in e){bt[bM]=e[bM]}bK=null})()}(function(){var e=bk.documentElement,bL=e.matchesSelector||e.mozMatchesSelector||e.webkitMatchesSelector||e.msMatchesSelector;if(bL){var bM=!bL.call(bk.createElement("div"),"div"),bN=false;try{bL.call(bk.documentElement,"[test!='']:sizzle")}catch(bK){bN=true}bt.matchesSelector=function(bR,bO){bO=bO.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!bt.isXML(bR)){try{if(bN||!by.match.PSEUDO.test(bO)&&!/!=/.test(bO)){var bP=bL.call(bR,bO);if(bP||!bM||bR.document&&bR.document.nodeType!==11){return bP}}}catch(bQ){}}return bt(bO,null,null,[bR]).length>0}}})();(function(){var e=bk.createElement("div");e.innerHTML="<div class='test e'></div><div class='test'></div>";if(!e.getElementsByClassName||e.getElementsByClassName("e").length===0){return}e.lastChild.className="e";if(e.getElementsByClassName("e").length===1){return}by.order.splice(1,0,"CLASS");by.find.CLASS=function(bL,bM,bK){if(typeof bM.getElementsByClassName!=="undefined"&&!bK){return bM.getElementsByClassName(bL[1])}};e=null})();function bI(bL,bN,bP,bS,bQ,bO){for(var e=0,bK=bS.length;e<bK;e++){var bR=bS[e];if(bR){var bM=false;bR=bR[bL];while(bR){if(bR.sizcache===bP){bM=bS[bR.sizset];break}if(bR.nodeType===1&&!bO){bR.sizcache=bP;bR.sizset=e}if(bR.nodeName.toLowerCase()===bN){bM=bR;break}bR=bR[bL]}bS[e]=bM}}}function bC(bL,bN,bP,bS,bQ,bO){for(var e=0,bK=bS.length;e<bK;e++){var bR=bS[e];if(bR){var bM=false;bR=bR[bL];while(bR){if(bR.sizcache===bP){bM=bS[bR.sizset];break}if(bR.nodeType===1){if(!bO){bR.sizcache=bP;bR.sizset=e}if(typeof bN!=="string"){if(bR===bN){bM=true;break}}else{if(bt.filter(bN,[bR]).length>0){bM=bR;break}}}bR=bR[bL]}bS[e]=bM}}}if(bk.documentElement.contains){bt.contains=function(e,bK){return e!==bK&&(e.contains?e.contains(bK):true)}}else{if(bk.documentElement.compareDocumentPosition){bt.contains=function(e,bK){return !!(e.compareDocumentPosition(bK)&16)}}else{bt.contains=function(){return false}}}bt.isXML=function(bK){var e=(bK?bK.ownerDocument||bK:0).documentElement;return e?e.nodeName!=="HTML":false};var bz=function(bN,bQ){var bP,bM=[],bO="",bK=bQ.nodeType?[bQ]:bQ;while((bP=by.match.PSEUDO.exec(bN))){bO+=bP[0];bN=bN.replace(by.match.PSEUDO,"")}bN=by.relative[bN]?bN+"*":bN;for(var e=0,bL=bK.length;e<bL;e++){bt(bN,bK[e],bM)}return bt.filter(bO,bM)};S.find=bt;S.expr=bt.selectors;S.expr[":"]=S.expr.filters;S.unique=bt.uniqueSort;S.text=bt.getText;S.isXMLDoc=bt.isXML;S.contains=bt.contains})();var ax=/Until$/,r=/^(?:parents|prevUntil|prevAll)/,a2=/,/,a9=/^.[^:#\[\.,]*$/,ah=Array.prototype.slice,T=S.expr.match.POS,aC={children:true,contents:true,next:true,prev:true};S.fn.extend({find:function(bu){var bx=this,e,br;if(typeof bu!=="string"){return S(bu).filter(function(){for(e=0,br=bx.length;e<br;e++){if(S.contains(bx[e],this)){return true}}})}var bs=this.pushStack("","find",bu),bw,bt,bv;for(e=0,br=this.length;e<br;e++){bw=bs.length;S.find(bu,this[e],bs);if(e>0){for(bt=bw;bt<bs.length;bt++){for(bv=0;bv<bw;bv++){if(bs[bv]===bs[bt]){bs.splice(bt--,1);break}}}}}return bs},has:function(br){var e=S(br);return this.filter(function(){for(var bs=0,bt=e.length;bs<bt;bs++){if(S.contains(this,e[bs])){return true}}})},not:function(e){return this.pushStack(Q(this,e,false),"not",e)},filter:function(e){return this.pushStack(Q(this,e,true),"filter",e)},is:function(e){return !!e&&(typeof e==="string"?S.filter(e,this).length>0:this.filter(e).length>0)},closest:function(bx,bz){var br=[],e,bA,bw=this[0];if(S.isArray(bx)){var by,bu,bt={},bs=1;if(bw&&bx.length){for(e=0,bA=bx.length;e<bA;e++){bu=bx[e];if(!bt[bu]){bt[bu]=T.test(bu)?S(bu,bz||this.context):bu}}while(bw&&bw.ownerDocument&&bw!==bz){for(bu in bt){by=bt[bu];if(by.jquery?by.index(bw)>-1:S(bw).is(by)){br.push({selector:bu,elem:bw,level:bs})}}bw=bw.parentNode;bs++}}return br}var bv=T.test(bx)||typeof bx!=="string"?S(bx,bz||this.context):0;for(e=0,bA=this.length;e<bA;e++){bw=this[e];while(bw){if(bv?bv.index(bw)>-1:S.find.matchesSelector(bw,bx)){br.push(bw);break}else{bw=bw.parentNode;if(!bw||!bw.ownerDocument||bw===bz||bw.nodeType===11){break}}}}br=br.length>1?S.unique(br):br;return this.pushStack(br,"closest",bx)},index:function(e){if(!e){return(this[0]&&this[0].parentNode)?this.prevAll().length:-1}if(typeof e==="string"){return S.inArray(this[0],S(e))}return S.inArray(e.jquery?e[0]:e,this)},add:function(bs,br){var e=typeof bs==="string"?S(bs,br):S.makeArray(bs&&bs.nodeType?[bs]:bs),bt=S.merge(this.get(),e);return this.pushStack(aW(e[0])||aW(bt[0])?bt:S.unique(bt))},andSelf:function(){return this.add(this.prevObject)}});function aW(e){return !e||!e.parentNode||e.parentNode.nodeType===11}S.each({parent:function(br){var e=br.parentNode;return e&&e.nodeType!==11?e:null},parents:function(e){return S.dir(e,"parentNode")},parentsUntil:function(br,bs,e){return S.dir(br,"parentNode",e)},next:function(e){return S.nth(e,2,"nextSibling")},prev:function(e){return S.nth(e,2,"previousSibling")},nextAll:function(e){return S.dir(e,"nextSibling")},prevAll:function(e){return S.dir(e,"previousSibling")},nextUntil:function(br,bs,e){return S.dir(br,"nextSibling",e)},prevUntil:function(br,bs,e){return S.dir(br,"previousSibling",e)},siblings:function(e){return S.sibling(e.parentNode.firstChild,e)},children:function(e){return S.sibling(e.firstChild)},contents:function(e){return S.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:S.makeArray(e.childNodes)}},function(br,e){S.fn[br]=function(bt,bu){var bv=S.map(this,e,bt),bs=ah.call(arguments);if(!ax.test(br)){bu=bt}if(bu&&typeof bu==="string"){bv=S.filter(bu,bv)}bv=this.length>1&&!aC[br]?S.unique(bv):bv;if((this.length>1||a2.test(bu))&&r.test(br)){bv=bv.reverse()}return this.pushStack(bv,br,bs.join(","))}});S.extend({filter:function(br,bs,e){if(e){br=":not("+br+")"}return bs.length===1?S.find.matchesSelector(bs[0],br)?[bs[0]]:[]:S.find.matches(br,bs)},dir:function(bs,e,br){var bt=[],bu=bs[e];while(bu&&bu.nodeType!==9&&(br===ao||bu.nodeType!==1||!S(bu).is(br))){if(bu.nodeType===1){bt.push(bu)}bu=bu[e]}return bt},nth:function(bt,br,e,bs){br=br||1;var bu=0;for(;bt;bt=bt[e]){if(bt.nodeType===1&&++bu===br){break}}return bt},sibling:function(br,bs){var e=[];for(;br;br=br.nextSibling){if(br.nodeType===1&&br!==bs){e.push(br)}}return e}});function Q(br,bs,bt){bs=bs||0;if(S.isFunction(bs)){return S.grep(br,function(bu,bw){var bv=!!bs.call(bu,bw,bu);return bv===bt})}else{if(bs.nodeType){return S.grep(br,function(bu,bv){return(bu===bs)===bt})}else{if(typeof bs==="string"){var e=S.grep(br,function(bu){return bu.nodeType===1});if(a9.test(bs)){return S.filter(bs,e,!bt)}else{bs=S.filter(bs,e)}}}}return S.grep(br,function(bu,bv){return(S.inArray(bu,bs)>=0)===bt})}var aK=/ jQuery\d+="(?:\d+|null)"/g,a0=/^\s+/,ai=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,aE=/<([\w:]+)/,k=/<tbody/i,o=/<|&#?\w+;/,J=/<(?:script|object|embed|option|style)/i,am=/checked\s*(?:[^=]|=\s*.checked.)/i,at=/\/(java|ecma)script/i,n=/^\s*<!(?:\[CDATA\[|\-\-)/,aF={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,"",""]};aF.optgroup=aF.option;aF.tbody=aF.tfoot=aF.colgroup=aF.caption=aF.thead;aF.th=aF.td;if(!S.support.htmlSerialize){aF._default=[1,"div<div>","</div>"]}S.fn.extend({text:function(e){if(S.isFunction(e)){return this.each(function(bs){var br=S(this);br.text(e.call(this,bs,br.text()))})}if(typeof e!=="object"&&e!==ao){return this.empty().append((this[0]&&this[0].ownerDocument||bk).createTextNode(e))}return S.text(this)},wrapAll:function(e){if(S.isFunction(e)){return this.each(function(bs){S(this).wrapAll(e.call(this,bs))})}if(this[0]){var br=S(e,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){br.insertBefore(this[0])}br.map(function(){var bs=this;while(bs.firstChild&&bs.firstChild.nodeType===1){bs=bs.firstChild}return bs}).append(this)}return this},wrapInner:function(e){if(S.isFunction(e)){return this.each(function(br){S(this).wrapInner(e.call(this,br))})}return this.each(function(){var br=S(this),bs=br.contents();if(bs.length){bs.wrapAll(e)}else{br.append(e)}})},wrap:function(e){return this.each(function(){S(this).wrapAll(e)})},unwrap:function(){return this.parent().each(function(){if(!S.nodeName(this,"body")){S(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(br){this.parentNode.insertBefore(br,this)})}else{if(arguments.length){var e=S(arguments[0]);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(br){this.parentNode.insertBefore(br,this.nextSibling)})}else{if(arguments.length){var e=this.pushStack(this,"after",arguments);e.push.apply(e,S(arguments[0]).toArray());return e}}},remove:function(bs,br){for(var bt=0,e;(e=this[bt])!=null;bt++){if(!bs||S.filter(bs,[e]).length){if(!br&&e.nodeType===1){S.cleanData(e.getElementsByTagName("*"));S.cleanData([e])}if(e.parentNode){e.parentNode.removeChild(e)}}}return this},empty:function(){for(var br=0,e;(e=this[br])!=null;br++){if(e.nodeType===1){S.cleanData(e.getElementsByTagName("*"))}while(e.firstChild){e.removeChild(e.firstChild)}}return this},clone:function(br,e){br=br==null?false:br;e=e==null?br:e;return this.map(function(){return S.clone(this,br,e)})},html:function(br){if(br===ao){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(aK,""):null}else{if(typeof br==="string"&&!J.test(br)&&(S.support.leadingWhitespace||!a0.test(br))&&!aF[(aE.exec(br)||["",""])[1].toLowerCase()]){br=br.replace(ai,"<$1></$2>");try{for(var bs=0,bu=this.length;bs<bu;bs++){if(this[bs].nodeType===1){S.cleanData(this[bs].getElementsByTagName("*"));this[bs].innerHTML=br}}}catch(bt){this.empty().append(br)}}else{if(S.isFunction(br)){this.each(function(bv){var e=S(this);e.html(br.call(this,bv,e.html()))})}else{this.empty().append(br)}}}return this},replaceWith:function(e){if(this[0]&&this[0].parentNode){if(S.isFunction(e)){return this.each(function(bt){var bs=S(this),br=bs.html();bs.replaceWith(e.call(this,bt,br))})}if(typeof e!=="string"){e=S(e).detach()}return this.each(function(){var bs=this.nextSibling,br=this.parentNode;S(this).remove();if(bs){S(bs).before(e)}else{S(br).append(e)}})}else{return this.length?this.pushStack(S(S.isFunction(e)?e():e),"replaceWith",e):this}},detach:function(e){return this.remove(e,true)},domManip:function(bx,e,bB){var bv,by,br,bA,bt=bx[0],bu=[];if(!S.support.checkClone&&arguments.length===3&&typeof bt==="string"&&am.test(bt)){return this.each(function(){S(this).domManip(bx,e,bB,true)})}if(S.isFunction(bt)){return this.each(function(bD){var bC=S(this);bx[0]=bt.call(this,bD,e?bC.html():ao);bC.domManip(bx,e,bB)})}if(this[0]){bA=bt&&bt.parentNode;if(S.support.parentNode&&bA&&bA.nodeType===11&&bA.childNodes.length===this.length){bv={fragment:bA}}else{bv=S.buildFragment(bx,this,bu)}br=bv.fragment;if(br.childNodes.length===1){by=br=br.firstChild}else{by=br.firstChild}if(by){e=e&&S.nodeName(by,"tr");for(var bz=0,bs=this.length,bw=bs-1;bz<bs;bz++){bB.call(e?ab(this[bz],by):this[bz],bv.cacheable||(bs>1&&bz<bw)?S.clone(br,true,true):br)}}if(bu.length){S.each(bu,R)}}return this}});function ab(e,br){return S.nodeName(e,"table")?(e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody"))):e}function P(bx,bw){if(bw.nodeType!==1||!S.hasData(bx)){return}var bv=S.expando,by=S.data(bx),bt=S.data(bw,by);if((by=by[bv])){var bu=by.events;bt=bt[bv]=S.extend({},by);if(bu){delete bt.handle;bt.events={};for(var bs in bu){for(var e=0,br=bu[bs].length;e<br;e++){S.event.add(bw,bs+(bu[bs][e].namespace?".":"")+bu[bs][e].namespace,bu[bs][e],bu[bs][e].data)}}}}}function B(bs,br){var e;if(br.nodeType!==1){return}if(br.clearAttributes){br.clearAttributes()}if(br.mergeAttributes){br.mergeAttributes(bs)}e=br.nodeName.toLowerCase();if(e==="object"){br.outerHTML=bs.outerHTML}else{if(e==="input"&&(bs.type==="checkbox"||bs.type==="radio")){if(bs.checked){br.defaultChecked=br.checked=bs.checked}if(br.value!==bs.value){br.value=bs.value}}else{if(e==="option"){br.selected=bs.defaultSelected}else{if(e==="input"||e==="textarea"){br.defaultValue=bs.defaultValue}}}}br.removeAttribute(S.expando)}S.buildFragment=function(br,bt,bu){var bw,e,bs,bv;if(bt&&bt[0]){bv=bt[0].ownerDocument||bt[0]}if(!bv.createDocumentFragment){bv=bk}if(br.length===1&&typeof br[0]==="string"&&br[0].length<512&&bv===bk&&br[0].charAt(0)==="<"&&!J.test(br[0])&&(S.support.checkClone||!am.test(br[0]))){e=true;bs=S.fragments[br[0]];if(bs&&bs!==1){bw=bs}}if(!bw){bw=bv.createDocumentFragment();S.clean(br,bv,bw,bu)}if(e){S.fragments[br[0]]=bs?bw:1}return{fragment:bw,cacheable:e}};S.fragments={};S.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(br,e){S.fn[br]=function(bv){var by=[],bu=S(bv),bt=this.length===1&&this[0].parentNode;if(bt&&bt.nodeType===11&&bt.childNodes.length===1&&bu.length===1){bu[e](this[0]);return this}else{for(var bw=0,bs=bu.length;bw<bs;bw++){var bx=(bw>0?this.clone(true):this).get();S(bu[bw])[e](bx);by=by.concat(bx)}return this.pushStack(by,br,bu.selector)}}});function ar(e){if("getElementsByTagName" in e){return e.getElementsByTagName("*")}else{if("querySelectorAll" in e){return e.querySelectorAll("*")}else{return[]}}}function bf(e){if(e.type==="checkbox"||e.type==="radio"){e.defaultChecked=e.checked}}function N(e){if(S.nodeName(e,"input")){bf(e)}else{if("getElementsByTagName" in e){S.grep(e.getElementsByTagName("input"),bf)}}}S.extend({clone:function(bt,bs,e){var bw=bt.cloneNode(true),br,bu,bv;if((!S.support.noCloneEvent||!S.support.noCloneChecked)&&(bt.nodeType===1||bt.nodeType===11)&&!S.isXMLDoc(bt)){B(bt,bw);br=ar(bt);bu=ar(bw);for(bv=0;br[bv];++bv){if(bu[bv]){B(br[bv],bu[bv])}}}if(bs){P(bt,bw);if(e){br=ar(bt);bu=ar(bw);for(bv=0;br[bv];++bv){P(br[bv],bu[bv])}}}br=bu=null;return bw},clean:function(bC,bE,by,bG){var bs;bE=bE||bk;if(typeof bE.createElement==="undefined"){bE=bE.ownerDocument||bE[0]&&bE[0].ownerDocument||bk}var bu=[],bA;for(var bz=0,e;(e=bC[bz])!=null;bz++){if(typeof e==="number"){e+=""}if(!e){continue}if(typeof e==="string"){if(!o.test(e)){e=bE.createTextNode(e)}else{e=e.replace(ai,"<$1></$2>");var bD=(aE.exec(e)||["",""])[1].toLowerCase(),br=aF[bD]||aF._default,bw=br[0],bF=bE.createElement("div");bF.innerHTML=br[1]+e+br[2];while(bw--){bF=bF.lastChild}if(!S.support.tbody){var bt=k.test(e),bx=bD==="table"&&!bt?bF.firstChild&&bF.firstChild.childNodes:br[1]==="<table>"&&!bt?bF.childNodes:[];for(bA=bx.length-1;bA>=0;--bA){if(S.nodeName(bx[bA],"tbody")&&!bx[bA].childNodes.length){bx[bA].parentNode.removeChild(bx[bA])}}}if(!S.support.leadingWhitespace&&a0.test(e)){bF.insertBefore(bE.createTextNode(a0.exec(e)[0]),bF.firstChild)}e=bF.childNodes}}var bB;if(!S.support.appendChecked){if(e[0]&&typeof(bB=e.length)==="number"){for(bA=0;bA<bB;bA++){N(e[bA])}}else{N(e)}}if(e.nodeType){bu.push(e)}else{bu=S.merge(bu,e)}}if(by){bs=function(bH){return !bH.type||at.test(bH.type)};for(bz=0;bu[bz];bz++){if(bG&&S.nodeName(bu[bz],"script")&&(!bu[bz].type||bu[bz].type.toLowerCase()==="text/javascript")){bG.push(bu[bz].parentNode?bu[bz].parentNode.removeChild(bu[bz]):bu[bz])}else{if(bu[bz].nodeType===1){var bv=S.grep(bu[bz].getElementsByTagName("script"),bs);bu.splice.apply(bu,[bz+1,0].concat(bv))}by.appendChild(bu[bz])}}}return bu},cleanData:function(bv){var bt,br,by=S.cache,bx=S.expando,bz=S.event.special,bs=S.support.deleteExpando;for(var e=0,bw;(bw=bv[e])!=null;e++){if(bw.nodeName&&S.noData[bw.nodeName.toLowerCase()]){continue}br=bw[S.expando];if(br){bt=by[br]&&by[br][bx];if(bt&&bt.events){for(var bu in bt.events){if(bz[bu]){S.event.remove(bw,bu)}else{S.removeEvent(bw,bu,bt.handle)}}if(bt.handle){bt.handle.elem=null}}if(bs){delete bw[S.expando]}else{if(bw.removeAttribute){bw.removeAttribute(S.expando)}}delete by[br]}}}});function R(br,e){if(e.src){S.ajax({url:e.src,async:false,dataType:"script"})}else{S.globalEval((e.text||e.textContent||e.innerHTML||"").replace(n,"/*$0*/"))}if(e.parentNode){e.parentNode.removeChild(e)}}var bg=/alpha\([^)]*\)/i,b=/opacity=([^)]*)/,aB=/([A-Z]|^ms)/g,W=/^-?\d+(?:px)?$/i,bh=/^-?\d/,u=/^([\-+])=([\-+.\de]+)/,bb={position:"absolute",visibility:"hidden",display:"block"},aJ=["Left","Right"],q=["Top","Bottom"],av,E,I;S.fn.css=function(e,br){if(arguments.length===2&&br===ao){return this}return S.access(this,e,br,true,function(bt,bs,bu){return bu!==ao?S.style(bt,bs,bu):S.css(bt,bs)})};S.extend({cssHooks:{opacity:{get:function(br,e){if(e){var bs=av(br,"opacity","opacity");return bs===""?"1":bs}else{return br.style.opacity}}}},cssNumber:{fillOpacity:true,fontWeight:true,lineHeight:true,opacity:true,orphans:true,widows:true,zIndex:true,zoom:true},cssProps:{"float":S.support.cssFloat?"cssFloat":"styleFloat"},style:function(by,bw,bu,bA){if(!by||by.nodeType===3||by.nodeType===8||!by.style){return}var bt,bv,bs=S.camelCase(bw),bz=by.style,br=S.cssHooks[bs];bw=S.cssProps[bs]||bs;if(bu!==ao){bv=typeof bu;if(bv==="string"&&(bt=u.exec(bu))){bu=(+(bt[1]+1)*+bt[2])+parseFloat(S.css(by,bw));bv="number"}if(bu==null||bv==="number"&&isNaN(bu)){return}if(bv==="number"&&!S.cssNumber[bs]){bu+="px"}if(!br||!("set" in br)||(bu=br.set(by,bu))!==ao){try{bz[bw]=bu}catch(bx){}}}else{if(br&&"get" in br&&(bt=br.get(by,false,bA))!==ao){return bt}return bz[bw]}},css:function(bs,br,bt){var bu,e;br=S.camelCase(br);e=S.cssHooks[br];br=S.cssProps[br]||br;if(br==="cssFloat"){br="float"}if(e&&"get" in e&&(bu=e.get(bs,true,bt))!==ao){return bu}else{if(av){return av(bs,br)}}},swap:function(bs,bt,bu){var e={};for(var br in bt){e[br]=bs.style[br];bs.style[br]=bt[br]}bu.call(bs);for(br in bt){bs.style[br]=e[br]}}});S.curCSS=S.css;S.each(["height","width"],function(br,e){S.cssHooks[e]={get:function(bt,bs,bu){var bv;if(bs){if(bt.offsetWidth!==0){return Z(bt,e,bu)}else{S.swap(bt,bb,function(){bv=Z(bt,e,bu)})}return bv}},set:function(bt,bs){if(W.test(bs)){bs=parseFloat(bs);if(bs>=0){return bs+"px"}}else{return bs}}}});if(!S.support.opacity){S.cssHooks.opacity={get:function(br,e){return b.test((e&&br.currentStyle?br.currentStyle.filter:br.style.filter)||"")?(parseFloat(RegExp.$1)/100)+"":e?"1":""},set:function(bt,br){var bs=bt.style,e=bt.currentStyle,bu=S.isNaN(br)?"":"alpha(opacity="+br*100+")",bv=e&&e.filter||bs.filter||"";bs.zoom=1;if(br>=1&&S.trim(bv.replace(bg,""))===""){bs.removeAttribute("filter");if(e&&!e.filter){return}}bs.filter=bg.test(bv)?bv.replace(bg,bu):bv+" "+bu}}}S(function(){if(!S.support.reliableMarginRight){S.cssHooks.marginRight={get:function(br,e){var bs;S.swap(br,{display:"inline-block"},function(){if(e){bs=av(br,"margin-right","marginRight")}else{bs=br.style.marginRight}});return bs}}}});if(bk.defaultView&&bk.defaultView.getComputedStyle){E=function(bs,br){var bu,bt,e;br=br.replace(aB,"-$1").toLowerCase();if(!(bt=bs.ownerDocument.defaultView)){return ao}if((e=bt.getComputedStyle(bs,null))){bu=e.getPropertyValue(br);if(bu===""&&!S.contains(bs.ownerDocument.documentElement,bs)){bu=S.style(bs,br)}}return bu}}if(bk.documentElement.currentStyle){I=function(bt,e){var bu,bv=bt.currentStyle&&bt.currentStyle[e],br=bt.runtimeStyle&&bt.runtimeStyle[e],bs=bt.style;if(!W.test(bv)&&bh.test(bv)){bu=bs.left;if(br){bt.runtimeStyle.left=bt.currentStyle.left}bs.left=e==="fontSize"?"1em":(bv||0);bv=bs.pixelLeft+"px";bs.left=bu;if(br){bt.runtimeStyle.left=br}}return bv===""?"auto":bv}}av=E||I;function Z(bs,br,bt){var bu=br==="width"?bs.offsetWidth:bs.offsetHeight,e=br==="width"?aJ:q;if(bu>0){if(bt!=="border"){S.each(e,function(){if(!bt){bu-=parseFloat(S.css(bs,"padding"+this))||0}if(bt==="margin"){bu+=parseFloat(S.css(bs,bt+this))||0}else{bu-=parseFloat(S.css(bs,"border"+this+"Width"))||0}})}return bu+"px"}bu=av(bs,br,br);if(bu<0||bu==null){bu=bs.style[br]||0}bu=parseFloat(bu)||0;if(bt){S.each(e,function(){bu+=parseFloat(S.css(bs,"padding"+this))||0;if(bt!=="padding"){bu+=parseFloat(S.css(bs,"border"+this+"Width"))||0}if(bt==="margin"){bu+=parseFloat(S.css(bs,bt+this))||0}})}return bu+"px"}if(S.expr&&S.expr.filters){S.expr.filters.hidden=function(bs){var br=bs.offsetWidth,e=bs.offsetHeight;return(br===0&&e===0)||(!S.support.reliableHiddenOffsets&&(bs.style.display||S.css(bs,"display"))==="none")};S.expr.filters.visible=function(e){return !S.expr.filters.hidden(e)}}var z=/%20/g,af=/\[\]$/,aL=/\r?\n/g,a6=/#.*$/,C=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,aM=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,be=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,aH=/^(?:GET|HEAD)$/,ay=/^\/\//,aN=/\?/,w=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,g=/^(?:select|textarea)/i,ba=/\s+/,aj=/([?&])_=[^&]*/,V=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,H=S.fn.load,aZ={},K={},bm,aQ,aq=["*/"]+["*"];try{bm=aP.href}catch(x){bm=bk.createElement("a");bm.href="";bm=bm.href}aQ=V.exec(bm.toLowerCase())||[];function aA(e){return function(bu,bs){if(typeof bu!=="string"){bs=bu;bu="*"}if(S.isFunction(bs)){var bx=bu.toLowerCase().split(ba),br=0,by=bx.length,bw,bt,bv;for(;br<by;br++){bw=bx[br];bv=/^\+/.test(bw);if(bv){bw=bw.substr(1)||"*"}bt=e[bw]=e[bw]||[];bt[bv?"unshift":"push"](bs)}}}}function aY(bA,e,bv,bw,by,bz){by=by||e.dataTypes[0];bz=bz||{};bz[by]=true;var bt=bA[by],bu=0,bx=bt?bt.length:0,br=(bA===aZ),bs;for(;bu<bx&&(br||!bs);bu++){bs=bt[bu](e,bv,bw);if(typeof bs==="string"){if(!br||bz[bs]){bs=ao}else{e.dataTypes.unshift(bs);bs=aY(bA,e,bv,bw,bs,bz)}}}if((br||!bs)&&!bz["*"]){bs=aY(bA,e,bv,bw,"*",bz)}return bs}function a(br,bu){var e,bt,bs=S.ajaxSettings.flatOptions||{};for(e in bu){if(bu[e]!==ao){(bs[e]?br:(bt||(bt={})))[e]=bu[e]}}if(bt){S.extend(true,br,bt)}}S.fn.extend({load:function(bt,e,bw){if(typeof bt!=="string"&&H){return H.apply(this,arguments)}else{if(!this.length){return this}}var br=bt.indexOf(" ");if(br>=0){var bu=bt.slice(br,bt.length);bt=bt.slice(0,br)}var bs="GET";if(e){if(S.isFunction(e)){bw=e;e=ao}else{if(typeof e==="object"){e=S.param(e,S.ajaxSettings.traditional);bs="POST"}}}var bv=this;S.ajax({url:bt,type:bs,dataType:"html",data:e,complete:function(by,bx,bz){bz=by.responseText;if(by.isResolved()){by.done(function(bA){bz=bA});bv.html(bu?S("<div>").append(bz.replace(w,"")).find(bu):bz)}if(bw){bv.each(bw,[bz,bx,by])}}});return this},serialize:function(){return S.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?S.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||g.test(this.nodeName)||aM.test(this.type))}).map(function(br,e){var bs=S(this).val();return bs==null?null:S.isArray(bs)?S.map(bs,function(bu,bt){return{name:e.name,value:bu.replace(aL,"\r\n")}}):{name:e.name,value:bs.replace(aL,"\r\n")}}).get()}});S.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(br,e){S.fn[e]=function(bs){return this.bind(e,bs)}});S.each(["get","post"],function(br,e){S[e]=function(bu,bv,bs,bt){if(S.isFunction(bv)){bt=bt||bs;bs=bv;bv=ao}return S.ajax({type:e,url:bu,data:bv,success:bs,dataType:bt})}});S.extend({getScript:function(e,br){return S.get(e,ao,br,"script")},getJSON:function(br,bs,e){return S.get(br,bs,e,"json")},ajaxSetup:function(br,e){if(e){a(br,S.ajaxSettings)}else{e=br;br=S.ajaxSettings}a(br,e);return br},ajaxSettings:{url:bm,isLocal:be.test(aQ[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","*":aq},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":aw.String,"text html":true,"text json":S.parseJSON,"text xml":S.parseXML},flatOptions:{context:true,url:true}},ajaxPrefilter:aA(aZ),ajaxTransport:aA(K),ajax:function(bJ,bC){if(typeof bJ==="object"){bC=bJ;bJ=ao}bC=bC||{};var bw=S.ajaxSetup({},bC),bL=bw.context||bw,bM=bL!==bw&&(bL.nodeType||bL instanceof S)?S(bL):S.event,bE=S.Deferred(),bs=S._Deferred(),bD=bw.statusCode||{},bv,by={},bz={},bH,bF,bx,bK,bN,bt=0,bA,bB,bO={readyState:0,setRequestHeader:function(e,bQ){if(!bt){var bP=e.toLowerCase();e=bz[bP]=bz[bP]||e;by[e]=bQ}return this},getAllResponseHeaders:function(){return bt===2?bH:null},getResponseHeader:function(e){var bP;if(bt===2){if(!bF){bF={};while((bP=C.exec(bH))){bF[bP[1].toLowerCase()]=bP[2]}}bP=bF[e.toLowerCase()]}return bP===ao?null:bP},overrideMimeType:function(e){if(!bt){bw.mimeType=e}return this},abort:function(e){e=e||"abort";if(bx){bx.abort(e)}bu(0,e);return this}};function bu(bS,b0,bQ,bZ){if(bt===2){return}bt=2;if(bK){clearTimeout(bK)}bx=ao;bH=bZ||"";bO.readyState=bS>0?4:0;var bR,bV,bU,bW=b0,bX=bQ?a8(bw,bO,bQ):ao,bY,bP;if(bS>=200&&bS<300||bS===304){if(bw.ifModified){if((bY=bO.getResponseHeader("Last-Modified"))){S.lastModified[bv]=bY}if((bP=bO.getResponseHeader("Etag"))){S.etag[bv]=bP}}if(bS===304){bW="notmodified";bR=true}else{try{bV=aX(bw,bX);bW="success";bR=true}catch(bT){bW="parsererror";bU=bT}}}else{bU=bW;if(!bW||bS){bW="error";if(bS<0){bS=0}}}bO.status=bS;bO.statusText=""+(b0||bW);if(bR){bE.resolveWith(bL,[bV,bW,bO])}else{bE.rejectWith(bL,[bO,bW,bU])}bO.statusCode(bD);bD=ao;if(bA){bM.trigger("ajax"+(bR?"Success":"Error"),[bO,bw,bR?bV:bU])}bs.resolveWith(bL,[bO,bW]);if(bA){bM.trigger("ajaxComplete",[bO,bw]);if(!(--S.active)){S.event.trigger("ajaxStop")}}}bE.promise(bO);bO.success=bO.done;bO.error=bO.fail;bO.complete=bs.done;bO.statusCode=function(bP){if(bP){var e;if(bt<2){for(e in bP){bD[e]=[bD[e],bP[e]]}}else{e=bP[bO.status];bO.then(e,e)}}return this};bw.url=((bJ||bw.url)+"").replace(a6,"").replace(ay,aQ[1]+"//");bw.dataTypes=S.trim(bw.dataType||"*").toLowerCase().split(ba);if(bw.crossDomain==null){bN=V.exec(bw.url.toLowerCase());bw.crossDomain=!!(bN&&(bN[1]!=aQ[1]||bN[2]!=aQ[2]||(bN[3]||(bN[1]==="http:"?80:443))!=(aQ[3]||(aQ[1]==="http:"?80:443))))}if(bw.data&&bw.processData&&typeof bw.data!=="string"){bw.data=S.param(bw.data,bw.traditional)}aY(aZ,bw,bC,bO);if(bt===2){return false}bA=bw.global;bw.type=bw.type.toUpperCase();bw.hasContent=!aH.test(bw.type);if(bA&&S.active++===0){S.event.trigger("ajaxStart")}if(!bw.hasContent){if(bw.data){bw.url+=(aN.test(bw.url)?"&":"?")+bw.data;delete bw.data}bv=bw.url;if(bw.cache===false){var br=S.now(),bG=bw.url.replace(aj,"$1_="+br);bw.url=bG+((bG===bw.url)?(aN.test(bw.url)?"&":"?")+"_="+br:"")}}if(bw.data&&bw.hasContent&&bw.contentType!==false||bC.contentType){bO.setRequestHeader("Content-Type",bw.contentType)}if(bw.ifModified){bv=bv||bw.url;if(S.lastModified[bv]){bO.setRequestHeader("If-Modified-Since",S.lastModified[bv])}if(S.etag[bv]){bO.setRequestHeader("If-None-Match",S.etag[bv])}}bO.setRequestHeader("Accept",bw.dataTypes[0]&&bw.accepts[bw.dataTypes[0]]?bw.accepts[bw.dataTypes[0]]+(bw.dataTypes[0]!=="*"?", "+aq+"; q=0.01":""):bw.accepts["*"]);for(bB in bw.headers){bO.setRequestHeader(bB,bw.headers[bB])}if(bw.beforeSend&&(bw.beforeSend.call(bL,bO,bw)===false||bt===2)){bO.abort();return false}for(bB in {success:1,error:1,complete:1}){bO[bB](bw[bB])}bx=aY(K,bw,bC,bO);if(!bx){bu(-1,"No Transport")}else{bO.readyState=1;if(bA){bM.trigger("ajaxSend",[bO,bw])}if(bw.async&&bw.timeout>0){bK=setTimeout(function(){bO.abort("timeout")},bw.timeout)}try{bt=1;bx.send(by,bu)}catch(bI){if(bt<2){bu(-1,bI)}else{S.error(bI)}}}return bO},param:function(bs,bu){var e=[],br=function(bw,bv){bv=S.isFunction(bv)?bv():bv;e[e.length]=encodeURIComponent(bw)+"="+encodeURIComponent(bv)};if(bu===ao){bu=S.ajaxSettings.traditional}if(S.isArray(bs)||(bs.jquery&&!S.isPlainObject(bs))){S.each(bs,function(){br(this.name,this.value)})}else{for(var bt in bs){L(bt,bs[bt],bu,br)}}return e.join("&").replace(z,"+")}});function L(bs,bu,e,br){if(S.isArray(bu)){S.each(bu,function(bw,bv){if(e||af.test(bs)){br(bs,bv)}else{L(bs+"["+(typeof bv==="object"||S.isArray(bv)?bw:"")+"]",bv,e,br)}})}else{if(!e&&bu!=null&&typeof bu==="object"){for(var bt in bu){L(bs+"["+bt+"]",bu[bt],e,br)}}else{br(bs,bu)}}}S.extend({active:0,lastModified:{},etag:{}});function a8(bz,bw,br){var e=bz.contents,bt=bz.dataTypes,by=bz.responseFields,bs,bu,bv,bx;for(bu in by){if(bu in br){bw[by[bu]]=br[bu]}}while(bt[0]==="*"){bt.shift();if(bs===ao){bs=bz.mimeType||bw.getResponseHeader("content-type")}}if(bs){for(bu in e){if(e[bu]&&e[bu].test(bs)){bt.unshift(bu);break}}}if(bt[0] in br){bv=bt[0]}else{for(bu in br){if(!bt[0]||bz.converters[bu+" "+bt[0]]){bv=bu;break}if(!bx){bx=bu}}bv=bv||bx}if(bv){if(bv!==bt[0]){bt.unshift(bv)}return br[bv]}}function aX(by,bs){if(by.dataFilter){bs=by.dataFilter(bs,by.dataType)}var bB=by.dataTypes,bA={},e,bD,bC=bB.length,bw,br=bB[0],bt,bu,bz,bv,bx;for(e=1;e<bC;e++){if(e===1){for(bD in by.converters){if(typeof bD==="string"){bA[bD.toLowerCase()]=by.converters[bD]}}}bt=br;br=bB[e];if(br==="*"){br=bt}else{if(bt!=="*"&&bt!==br){bu=bt+" "+br;bz=bA[bu]||bA["* "+br];if(!bz){bx=ao;for(bv in bA){bw=bv.split(" ");if(bw[0]===bt||bw[0]==="*"){bx=bA[bw[1]+" "+br];if(bx){bv=bA[bv];if(bv===true){bz=bx}else{if(bx===true){bz=bv}}break}}}}if(!(bz||bx)){S.error("No conversion from "+bu.replace(" "," to "))}if(bz!==true){bs=bz?bz(bs):bx(bv(bs))}}}}return bs}var ae=S.now(),bl=/(\=)\?(&|$)|\?\?/i;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return S.expando+"_"+(ae++)}});S.ajaxPrefilter("json jsonp",function(bx,bu,bw){var bs=bx.contentType==="application/x-www-form-urlencoded"&&(typeof bx.data==="string");if(bx.dataTypes[0]==="jsonp"||bx.jsonp!==false&&(bl.test(bx.url)||bs&&bl.test(bx.data))){var e,by=bx.jsonpCallback=S.isFunction(bx.jsonpCallback)?bx.jsonpCallback():bx.jsonpCallback,br=aw[by],bt=bx.url,bv=bx.data,bz="$1"+by+"$2";if(bx.jsonp!==false){bt=bt.replace(bl,bz);if(bx.url===bt){if(bs){bv=bv.replace(bl,bz)}if(bx.data===bv){bt+=(/\?/.test(bt)?"&":"?")+bx.jsonp+"="+by}}}bx.url=bt;bx.data=bv;aw[by]=function(bA){e=[bA]};bw.always(function(){aw[by]=br;if(e&&S.isFunction(br)){aw[by](e[0])}});bx.converters["script json"]=function(){if(!e){S.error(by+" was not called")}return e[0]};bx.dataTypes[0]="json";return"script"}});S.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(e){S.globalEval(e);return e}}});S.ajaxPrefilter("script",function(e){if(e.cache===ao){e.cache=false}if(e.crossDomain){e.type="GET";e.global=false}});S.ajaxTransport("script",function(e){if(e.crossDomain){var bs,br=bk.head||bk.getElementsByTagName("head")[0]||bk.documentElement;return{send:function(bt,bu){bs=bk.createElement("script");bs.async="async";if(e.scriptCharset){bs.charset=e.scriptCharset}bs.src=e.url;bs.onload=bs.onreadystatechange=function(bw,bv){if(bv||!bs.readyState||/loaded|complete/.test(bs.readyState)){bs.onload=bs.onreadystatechange=null;if(br&&bs.parentNode){br.removeChild(bs)}bs=ao;if(!bv){bu(200,"success")}}};br.insertBefore(bs,br.firstChild)},abort:function(){if(bs){bs.onload(0,1)}}}}});var M=aw.ActiveXObject?function(){for(var e in aV){aV[e](0,1)}}:false,F=0,aV;function a3(){try{return new aw.XMLHttpRequest()}catch(br){}}function G(){try{return new aw.ActiveXObject("Microsoft.XMLHTTP")}catch(br){}}S.ajaxSettings.xhr=aw.ActiveXObject?function(){return !this.isLocal&&a3()||G()}:a3;(function(e){S.extend(S.support,{ajax:!!e,cors:!!e&&("withCredentials" in e)})})(S.ajaxSettings.xhr());if(S.support.ajax){S.ajaxTransport(function(e){if(!e.crossDomain||S.support.cors){var br;return{send:function(bw,bs){var bv=e.xhr(),bx,bu;if(e.username){bv.open(e.type,e.url,e.async,e.username,e.password)}else{bv.open(e.type,e.url,e.async)}if(e.xhrFields){for(bu in e.xhrFields){bv[bu]=e.xhrFields[bu]}}if(e.mimeType&&bv.overrideMimeType){bv.overrideMimeType(e.mimeType)}if(!e.crossDomain&&!bw["X-Requested-With"]){bw["X-Requested-With"]="XMLHttpRequest"}try{for(bu in bw){bv.setRequestHeader(bu,bw[bu])}}catch(bt){}bv.send((e.hasContent&&e.data)||null);br=function(bA,bF){var bB,bG,bD,bz,by;try{if(br&&(bF||bv.readyState===4)){br=ao;if(bx){bv.onreadystatechange=S.noop;if(M){delete aV[bx]}}if(bF){if(bv.readyState!==4){bv.abort()}}else{bB=bv.status;bD=bv.getAllResponseHeaders();bz={};by=bv.responseXML;if(by&&by.documentElement){bz.xml=by}bz.text=bv.responseText;try{bG=bv.statusText}catch(bC){bG=""}if(!bB&&e.isLocal&&!e.crossDomain){bB=bz.text?200:404}else{if(bB===1223){bB=204}}}}}catch(bE){if(!bF){bs(-1,bE)}}if(bz){bs(bB,bG,bz,bD)}};if(!e.async||bv.readyState===4){br()}else{bx=++F;if(M){if(!aV){aV={};S(aw).unload(M)}aV[bx]=br}bv.onreadystatechange=br}},abort:function(){if(br){br(0,1)}}}}})}var bc={},A,ap,a4=/^(?:toggle|show|hide)$/,ak=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,aa,aU=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],bi;S.fn.extend({show:function(bs,e,bw){var br,bv;if(bs||bs===0){return this.animate(f("show",3),bs,e,bw)}else{for(var bt=0,bu=this.length;bt<bu;bt++){br=this[bt];if(br.style){bv=br.style.display;if(!S._data(br,"olddisplay")&&bv==="none"){bv=br.style.display=""}if(bv===""&&S.css(br,"display")==="none"){S._data(br,"olddisplay",bn(br.nodeName))}}}for(bt=0;bt<bu;bt++){br=this[bt];if(br.style){bv=br.style.display;if(bv===""||bv==="none"){br.style.display=S._data(br,"olddisplay")||""}}}return this}},hide:function(br,e,bv){if(br||br===0){return this.animate(f("hide",3),br,e,bv)}else{for(var bs=0,bt=this.length;bs<bt;bs++){if(this[bs].style){var bu=S.css(this[bs],"display");if(bu!=="none"&&!S._data(this[bs],"olddisplay")){S._data(this[bs],"olddisplay",bu)}}}for(bs=0;bs<bt;bs++){if(this[bs].style){this[bs].style.display="none"}}return this}},_toggle:S.fn.toggle,toggle:function(e,br,bt){var bs=typeof e==="boolean";if(S.isFunction(e)&&S.isFunction(br)){this._toggle.apply(this,arguments)}else{if(e==null||bs){this.each(function(){var bu=bs?e:S(this).is(":hidden");S(this)[bu?"show":"hide"]()})}else{this.animate(f("toggle",3),e,br,bt)}}return this},fadeTo:function(bs,br,e,bt){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:br},bs,e,bt)},animate:function(bu,bs,e,br){var bt=S.speed(bs,e,br);if(S.isEmptyObject(bu)){return this.each(bt.complete,[false])}bu=S.extend({},bu);return this[bt.queue===false?"each":"queue"](function(){if(bt.queue===false){S._mark(this)}var bC=S.extend({},bt),bB=this.nodeType===1,bx=bB&&S(this).is(":hidden"),bw,bz,bE,bD,bA,bF,bG,by,bv;bC.animatedProperties={};for(bE in bu){bw=S.camelCase(bE);if(bE!==bw){bu[bw]=bu[bE];delete bu[bE]}bz=bu[bw];if(S.isArray(bz)){bC.animatedProperties[bw]=bz[1];bz=bu[bw]=bz[0]}else{bC.animatedProperties[bw]=bC.specialEasing&&bC.specialEasing[bw]||bC.easing||"swing"}if(bz==="hide"&&bx||bz==="show"&&!bx){return bC.complete.call(this)}if(bB&&(bw==="height"||bw==="width")){bC.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY];if(S.css(this,"display")==="inline"&&S.css(this,"float")==="none"){if(!S.support.inlineBlockNeedsLayout){this.style.display="inline-block"}else{bD=bn(this.nodeName);if(bD==="inline"){this.style.display="inline-block"}else{this.style.display="inline";this.style.zoom=1}}}}}if(bC.overflow!=null){this.style.overflow="hidden"}for(bE in bu){bA=new S.fx(this,bC,bE);bz=bu[bE];if(a4.test(bz)){bA[bz==="toggle"?bx?"show":"hide":bz]()}else{bF=ak.exec(bz);bG=bA.cur();if(bF){by=parseFloat(bF[2]);bv=bF[3]||(S.cssNumber[bE]?"":"px");if(bv!=="px"){S.style(this,bE,(by||1)+bv);bG=((by||1)/bA.cur())*bG;S.style(this,bE,bG+bv)}if(bF[1]){by=((bF[1]==="-="?-1:1)*by)+bG}bA.custom(bG,by,bv)}else{bA.custom(bG,bz,"")}}}return true})},stop:function(e,br){if(e){this.queue([])}this.each(function(){var bs=S.timers,bt=bs.length;if(!br){S._unmark(true,this)}while(bt--){if(bs[bt].elem===this){if(br){bs[bt](true)}bs.splice(bt,1)}}});if(!br){this.dequeue()}return this}});function aO(){setTimeout(ag,0);return(bi=S.now())}function ag(){bi=ao}function f(br,bs){var e={};S.each(aU.concat.apply([],aU.slice(0,bs)),function(){e[this]=br});return e}S.each({slideDown:f("show",1),slideUp:f("hide",1),slideToggle:f("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(br,e){S.fn[br]=function(bt,bs,bu){return this.animate(e,bt,bs,bu)}});S.extend({speed:function(bs,br,e){var bt=bs&&typeof bs==="object"?S.extend({},bs):{complete:e||!e&&br||S.isFunction(bs)&&bs,duration:bs,easing:e&&br||br&&!S.isFunction(br)&&br};bt.duration=S.fx.off?0:typeof bt.duration==="number"?bt.duration:bt.duration in S.fx.speeds?S.fx.speeds[bt.duration]:S.fx.speeds._default;bt.old=bt.complete;bt.complete=function(bu){if(S.isFunction(bt.old)){bt.old.call(this)}if(bt.queue!==false){S.dequeue(this)}else{if(bu!==false){S._unmark(this)}}};return bt},easing:{linear:function(bs,e,bt,br){return bt+br*bs},swing:function(bs,e,bt,br){return((-Math.cos(bs*Math.PI)/2)+0.5)*br+bt}},timers:[],fx:function(e,br,bs){this.options=br;this.elem=e;this.prop=bs;br.orig=br.orig||{}}});S.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(S.fx.step[this.prop]||S.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 br,e=S.css(this.elem,this.prop);return isNaN(br=parseFloat(e))?!e||e==="auto"?0:e:br},custom:function(e,br,bs){var bt=this,bv=S.fx;this.startTime=bi||aO();this.start=e;this.end=br;this.unit=bs||this.unit||(S.cssNumber[this.prop]?"":"px");this.now=this.start;this.pos=this.state=0;function bu(bw){return bt.step(bw)}bu.elem=this.elem;if(bu()&&S.timers.push(bu)&&!aa){aa=setInterval(bv.tick,bv.interval)}},show:function(){this.options.orig[this.prop]=S.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());S(this.elem).show()},hide:function(){this.options.orig[this.prop]=S.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(br){var bw=bi||aO(),bt=true,bx=this.elem,e=this.options,bv,bs;if(br||bw>=e.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();e.animatedProperties[this.prop]=true;for(bv in e.animatedProperties){if(e.animatedProperties[bv]!==true){bt=false}}if(bt){if(e.overflow!=null&&!S.support.shrinkWrapBlocks){S.each(["","X","Y"],function(bz,by){bx.style["overflow"+by]=e.overflow[bz]})}if(e.hide){S(bx).hide()}if(e.hide||e.show){for(var bu in e.animatedProperties){S.style(bx,bu,e.orig[bu])}}e.complete.call(bx)}return false}else{if(e.duration==Infinity){this.now=bw}else{bs=bw-this.startTime;this.state=bs/e.duration;this.pos=S.easing[e.animatedProperties[this.prop]](this.state,bs,0,1,e.duration);this.now=this.start+((this.end-this.start)*this.pos)}this.update()}return true}};S.extend(S.fx,{tick:function(){for(var e=S.timers,br=0;br<e.length;++br){if(!e[br]()){e.splice(br--,1)}}if(!e.length){S.fx.stop()}},interval:13,stop:function(){clearInterval(aa);aa=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(e){S.style(e.elem,"opacity",e.now)},_default:function(e){if(e.elem.style&&e.elem.style[e.prop]!=null){e.elem.style[e.prop]=(e.prop==="width"||e.prop==="height"?Math.max(0,e.now):e.now)+e.unit}else{e.elem[e.prop]=e.now}}}});if(S.expr&&S.expr.filters){S.expr.filters.animated=function(e){return S.grep(S.timers,function(br){return e===br.elem}).length}}function bn(br){if(!bc[br]){var e=bk.body,bs=S("<"+br+">").appendTo(e),bt=bs.css("display");bs.remove();if(bt==="none"||bt===""){if(!A){A=bk.createElement("iframe");A.frameBorder=A.width=A.height=0}e.appendChild(A);if(!ap||!A.createElement){ap=(A.contentWindow||A.contentDocument).document;ap.write((bk.compatMode==="CSS1Compat"?"<!doctype html>":"")+"<html><body>");ap.close()}bs=ap.createElement(br);ap.body.appendChild(bs);bt=S.css(bs,"display");e.removeChild(A)}bc[br]=bt}return bc[br]}var aG=/^t(?:able|d|h)$/i,ad=/^(?:body|html)$/i;if("getBoundingClientRect" in bk.documentElement){S.fn.offset=function(br){var bC=this[0],bu;if(br){return this.each(function(e){S.offset.setOffset(this,br,e)})}if(!bC||!bC.ownerDocument){return null}if(bC===bC.ownerDocument.body){return S.offset.bodyOffset(bC)}try{bu=bC.getBoundingClientRect()}catch(bx){}var by=bC.ownerDocument,bz=by.documentElement;if(!bu||!S.contains(bz,bC)){return bu?{top:bu.top,left:bu.left}:{top:0,left:0}}var bB=by.body,bD=p(by),bA=bz.clientTop||bB.clientTop||0,bs=bz.clientLeft||bB.clientLeft||0,bt=bD.pageYOffset||S.support.boxModel&&bz.scrollTop||bB.scrollTop,bw=bD.pageXOffset||S.support.boxModel&&bz.scrollLeft||bB.scrollLeft,bE=bu.top+bt-bA,bv=bu.left+bw-bs;return{top:bE,left:bv}}}else{S.fn.offset=function(e){var bB=this[0];if(e){return this.each(function(bC){S.offset.setOffset(this,e,bC)})}if(!bB||!bB.ownerDocument){return null}if(bB===bB.ownerDocument.body){return S.offset.bodyOffset(bB)}S.offset.initialize();var bu,bA=bB.offsetParent,br=bB,bx=bB.ownerDocument,by=bx.documentElement,bz=bx.body,bv=bx.defaultView,bw=bv?bv.getComputedStyle(bB,null):bB.currentStyle,bs=bB.offsetTop,bt=bB.offsetLeft;while((bB=bB.parentNode)&&bB!==bz&&bB!==by){if(S.offset.supportsFixedPosition&&bw.position==="fixed"){break}bu=bv?bv.getComputedStyle(bB,null):bB.currentStyle;bs-=bB.scrollTop;bt-=bB.scrollLeft;if(bB===bA){bs+=bB.offsetTop;bt+=bB.offsetLeft;if(S.offset.doesNotAddBorder&&!(S.offset.doesAddBorderForTableAndCells&&aG.test(bB.nodeName))){bs+=parseFloat(bu.borderTopWidth)||0;bt+=parseFloat(bu.borderLeftWidth)||0}br=bA;bA=bB.offsetParent}if(S.offset.subtractsBorderForOverflowNotVisible&&bu.overflow!=="visible"){bs+=parseFloat(bu.borderTopWidth)||0;bt+=parseFloat(bu.borderLeftWidth)||0}bw=bu}if(bw.position==="relative"||bw.position==="static"){bs+=bz.offsetTop;bt+=bz.offsetLeft}if(S.offset.supportsFixedPosition&&bw.position==="fixed"){bs+=Math.max(by.scrollTop,bz.scrollTop);bt+=Math.max(by.scrollLeft,bz.scrollLeft)}return{top:bs,left:bt}}}S.offset={initialize:function(){var bv=bk.body,bs=bk.createElement("div"),bx,bu,e,bw,br=parseFloat(S.css(bv,"marginTop"))||0,bt="<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>";S.extend(bs.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});bs.innerHTML=bt;bv.insertBefore(bs,bv.firstChild);bx=bs.firstChild;bu=bx.firstChild;bw=bx.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(bu.offsetTop!==5);this.doesAddBorderForTableAndCells=(bw.offsetTop===5);bu.style.position="fixed";bu.style.top="20px";this.supportsFixedPosition=(bu.offsetTop===20||bu.offsetTop===15);bu.style.position=bu.style.top="";bx.style.overflow="hidden";bx.style.position="relative";this.subtractsBorderForOverflowNotVisible=(bu.offsetTop===-5);this.doesNotIncludeMarginInBodyOffset=(bv.offsetTop!==br);bv.removeChild(bs);S.offset.initialize=S.noop},bodyOffset:function(e){var br=e.offsetTop,bs=e.offsetLeft;S.offset.initialize();if(S.offset.doesNotIncludeMarginInBodyOffset){br+=parseFloat(S.css(e,"marginTop"))||0;bs+=parseFloat(S.css(e,"marginLeft"))||0}return{top:br,left:bs}},setOffset:function(bC,e,bB){var bt=S.css(bC,"position");if(bt==="static"){bC.style.position="relative"}var by=S(bC),bA=by.offset(),bz=S.css(bC,"top"),bs=S.css(bC,"left"),br=(bt==="absolute"||bt==="fixed")&&S.inArray("auto",[bz,bs])>-1,bv={},bu={},bx,bw;if(br){bu=by.position();bx=bu.top;bw=bu.left}else{bx=parseFloat(bz)||0;bw=parseFloat(bs)||0}if(S.isFunction(e)){e=e.call(bC,bB,bA)}if(e.top!=null){bv.top=(e.top-bA.top)+bx}if(e.left!=null){bv.left=(e.left-bA.left)+bw}if("using" in e){e.using.call(bC,bv)}else{by.css(bv)}}};S.fn.extend({position:function(){if(!this[0]){return null}var br=this[0],bt=this.offsetParent(),bs=this.offset(),e=ad.test(bt[0].nodeName)?{top:0,left:0}:bt.offset();bs.top-=parseFloat(S.css(br,"marginTop"))||0;bs.left-=parseFloat(S.css(br,"marginLeft"))||0;e.top+=parseFloat(S.css(bt[0],"borderTopWidth"))||0;e.left+=parseFloat(S.css(bt[0],"borderLeftWidth"))||0;return{top:bs.top-e.top,left:bs.left-e.left}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||bk.body;while(e&&(!ad.test(e.nodeName)&&S.css(e,"position")==="static")){e=e.offsetParent}return e})}});S.each(["Left","Top"],function(bs,e){var br="scroll"+e;S.fn[br]=function(bv){var bt,bu;if(bv===ao){bt=this[0];if(!bt){return null}bu=p(bt);return bu?("pageXOffset" in bu)?bu[bs?"pageYOffset":"pageXOffset"]:S.support.boxModel&&bu.document.documentElement[br]||bu.document.body[br]:bt[br]}return this.each(function(){bu=p(this);if(bu){bu.scrollTo(!bs?bv:S(bu).scrollLeft(),bs?bv:S(bu).scrollTop())}else{this[br]=bv}})}});function p(e){return S.isWindow(e)?e:e.nodeType===9?e.defaultView||e.parentWindow:false}S.each(["Height","Width"],function(bs,e){var br=e.toLowerCase();S.fn["inner"+e]=function(){var bt=this[0];return bt&&bt.style?parseFloat(S.css(bt,br,"padding")):null};S.fn["outer"+e]=function(bu){var bt=this[0];return bt&&bt.style?parseFloat(S.css(bt,br,bu?"margin":"border")):null};S.fn[br]=function(bt){var bw=this[0];if(!bw){return bt==null?null:this}if(S.isFunction(bt)){return this.each(function(bA){var bz=S(this);bz[br](bt.call(this,bA,bz[br]()))})}if(S.isWindow(bw)){var bx=bw.document.documentElement["client"+e],bv=bw.document.body;return bw.document.compatMode==="CSS1Compat"&&bx||bv&&bv["client"+e]||bx}else{if(bw.nodeType===9){return Math.max(bw.documentElement["client"+e],bw.body["scroll"+e],bw.documentElement["scroll"+e],bw.body["offset"+e],bw.documentElement["offset"+e])}else{if(bt===ao){var bu=S.css(bw,br),by=parseFloat(bu);return S.isNaN(by)?bu:by}else{return this.css(br,typeof bt==="string"?bt:bt+"px")}}}}});aw.jQuery=aw.$=S})(window);
