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