/*
 * jQuery JavaScript Library v1.4.2
 * http://jquery.com/
 *
 * Copyright 2010, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2010, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Sat Feb 13 22:33:48 2010 -0500
 */
(function(Ai,Af){var l=function(AY,AX){return new l.fn.init(AY,AX)},d=Ai.jQuery,t=Ai.$,AR=Ai.document,At,AK=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,AJ=/^.[^:#\[\.,]*$/,q=/\S/,Ah=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,O=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,Ak=navigator.userAgent,Aq,AS=false,n=[],AI,Ae=Object.prototype.toString,s=Object.prototype.hasOwnProperty,Ag=Array.prototype.push,x=Array.prototype.slice,y=Array.prototype.indexOf;l.fn=l.prototype={init:function(A0,AZ){var AX,AY,A2,A1;if(!A0){return this}if(A0.nodeType){this.context=this[0]=A0;this.length=1;return this}if(A0==="body"&&!AZ){this.context=AR;this[0]=AR.body;this.selector="body";this.length=1;return this}if(typeof A0==="string"){AX=AK.exec(A0);if(AX&&(AX[1]||!AZ)){if(AX[1]){A1=(AZ?AZ.ownerDocument||AZ:AR);A2=O.exec(A0);if(A2){if(l.isPlainObject(AZ)){A0=[AR.createElement(A2[1])];l.fn.attr.call(A0,AZ,true)}else{A0=[A1.createElement(A2[1])]}}else{A2=D([AX[1]],[A1]);A0=(A2.cacheable?A2.fragment.cloneNode(true):A2.fragment).childNodes}return l.merge(this,A0)}else{AY=AR.getElementById(AX[2]);if(AY){if(AY.id!==AX[2]){return At.find(A0)}this.length=1;this[0]=AY}this.context=AR;this.selector=A0;return this}}else{if(!AZ&&/^\w+$/.test(A0)){this.selector=A0;this.context=AR;A0=AR.getElementsByTagName(A0);return l.merge(this,A0)}else{if(!AZ||AZ.jquery){return(AZ||At).find(A0)}else{return l(AZ).find(A0)}}}}else{if(l.isFunction(A0)){return At.ready(A0)}}if(A0.selector!==Af){this.selector=A0.selector;this.context=A0.context}return l.makeArray(A0,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return x.call(this,0)},get:function(AX){return AX==null?this.toArray():(AX<0?this.slice(AX)[0]:this[AX])},pushStack:function(A0,AX,AZ){var AY=l();if(l.isArray(A0)){Ag.apply(AY,A0)}else{l.merge(AY,A0)}AY.prevObject=this;AY.context=this.context;if(AX==="find"){AY.selector=this.selector+(this.selector?" ":"")+AZ}else{if(AX){AY.selector=this.selector+"."+AX+"("+AZ+")"}}return AY},each:function(AY,AX){return l.each(this,AY,AX)},ready:function(AX){l.bindReady();if(l.isReady){AX.call(AR,l)}else{if(n){n.push(AX)}}return this},eq:function(AX){return AX===-1?this.slice(AX):this.slice(AX,+AX+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(x.apply(this,arguments),"slice",x.call(arguments).join(","))},map:function(AX){return this.pushStack(l.map(this,function(AY,AZ){return AX.call(AY,AZ,AY)}))},end:function(){return this.prevObject||l(null)},push:Ag,sort:[].sort,splice:[].splice};l.fn.init.prototype=l.fn;l.extend=l.fn.extend=function(){var A3=arguments[0]||{},A1=1,A2=arguments.length,AZ=false,AX,AY,A5,A0;if(typeof A3==="boolean"){AZ=A3;A3=arguments[1]||{};A1=2}if(typeof A3!=="object"&&!l.isFunction(A3)){A3={}}if(A2===A1){A3=this;--A1}for(;A1<A2;A1++){if((AX=arguments[A1])!=null){for(AY in AX){A5=A3[AY];A0=AX[AY];if(A3===A0){continue}if(AZ&&A0&&(l.isPlainObject(A0)||l.isArray(A0))){var A4=A5&&(l.isPlainObject(A5)||l.isArray(A5))?A5:l.isArray(A0)?[]:{};A3[AY]=l.extend(AZ,A4,A0)}else{if(A0!==Af){A3[AY]=A0}}}}}return A3};l.extend({noConflict:function(AX){Ai.$=t;if(AX){Ai.jQuery=d}return l},isReady:false,ready:function(){if(!l.isReady){if(!AR.body){return setTimeout(l.ready,13)}l.isReady=true;if(n){var AX,AY=0;while((AX=n[AY++])){AX.call(AR,l)}n=null}if(l.fn.triggerHandler){l(AR).triggerHandler("ready")}}},bindReady:function(){if(AS){return}AS=true;if(AR.readyState==="complete"){return l.ready()}if(AR.addEventListener){AR.addEventListener("DOMContentLoaded",AI,false);Ai.addEventListener("load",l.ready,false)}else{if(AR.attachEvent){AR.attachEvent("onreadystatechange",AI);Ai.attachEvent("onload",l.ready);var AX=false;try{AX=Ai.frameElement==null}catch(AY){}if(AR.documentElement.doScroll&&AX){f()}}}},isFunction:function(AX){return Ae.call(AX)==="[object Function]"},isArray:function(AX){return Ae.call(AX)==="[object Array]"},isPlainObject:function(AY){if(!AY||Ae.call(AY)!=="[object Object]"||AY.nodeType||AY.setInterval){return false}if(AY.constructor&&!s.call(AY,"constructor")&&!s.call(AY.constructor.prototype,"isPrototypeOf")){return false}var AX;for(AX in AY){}return AX===Af||s.call(AY,AX)},isEmptyObject:function(AY){for(var AX in AY){return false}return true},error:function(AX){throw AX},parseJSON:function(AX){if(typeof AX!=="string"||!AX){return null}AX=l.trim(AX);if(/^[\],:{}\s]*$/.test(AX.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,""))){return Ai.JSON&&Ai.JSON.parse?Ai.JSON.parse(AX):(new Function("return "+AX))()}else{l.error("Invalid JSON: "+AX)}},noop:function(){},globalEval:function(AZ){if(AZ&&q.test(AZ)){var AX=AR.getElementsByTagName("head")[0]||AR.documentElement,AY=AR.createElement("script");AY.type="text/javascript";if(l.support.scriptEval){AY.appendChild(AR.createTextNode(AZ))}else{AY.text=AZ}AX.insertBefore(AY,AX.firstChild);AX.removeChild(AY)}},nodeName:function(AY,AX){return AY.nodeName&&AY.nodeName.toUpperCase()===AX.toUpperCase()},each:function(AZ,A4,A1){var A0,AX=0,A2=AZ.length,A3=A2===Af||l.isFunction(AZ);if(A1){if(A3){for(A0 in AZ){if(A4.apply(AZ[A0],A1)===false){break}}}else{for(;AX<A2;){if(A4.apply(AZ[AX++],A1)===false){break}}}}else{if(A3){for(A0 in AZ){if(A4.call(AZ[A0],A0,AZ[A0])===false){break}}}else{for(var AY=AZ[0];AX<A2&&A4.call(AY,AX,AY)!==false;AY=AZ[++AX]){}}}return AZ},trim:function(AX){return(AX||"").replace(Ah,"")},makeArray:function(AY,AX){var AZ=AX||[];if(AY!=null){if(AY.length==null||typeof AY==="string"||l.isFunction(AY)||(typeof AY!=="function"&&AY.setInterval)){Ag.call(AZ,AY)}else{l.merge(AZ,AY)}}return AZ},inArray:function(AY,A0){if(A0.indexOf){return A0.indexOf(AY)}for(var AZ=0,AX=A0.length;AZ<AX;AZ++){if(A0[AZ]===AY){return AZ}}return -1},merge:function(AX,AY){var AZ=AX.length,A0=0;if(typeof AY.length==="number"){for(var A1=AY.length;A0<A1;A0++){AX[AZ++]=AY[A0]}}else{while(AY[A0]!==Af){AX[AZ++]=AY[A0++]}}AX.length=AZ;return AX},grep:function(A2,AX,AY){var AZ=[];for(var A0=0,A1=A2.length;A0<A1;A0++){if(!AY!==!AX(A2[A0],A0)){AZ.push(A2[A0])}}return AZ},map:function(A3,AX,A1){var AZ=[],AY;for(var A0=0,A2=A3.length;A0<A2;A0++){AY=AX(A3[A0],A0,A1);if(AY!=null){AZ[AZ.length]=AY}}return AZ.concat.apply([],AZ)},guid:1,proxy:function(AX,AZ,AY){if(arguments.length===2){if(typeof AZ==="string"){AY=AX;AX=AY[AZ];AZ=Af}else{if(AZ&&!l.isFunction(AZ)){AY=AZ;AZ=Af}}}if(!AZ&&AX){AZ=function(){return AX.apply(AY||this,arguments)}}if(AX){AZ.guid=AX.guid=AX.guid||AZ.guid||l.guid++}return AZ},uaMatch:function(AY){AY=AY.toLowerCase();var AX=/(webkit)[ \/]([\w.]+)/.exec(AY)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(AY)||/(msie) ([\w.]+)/.exec(AY)||!/compatible/.test(AY)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(AY)||[];return{browser:AX[1]||"",version:AX[2]||"0"}},browser:{}});Aq=l.uaMatch(Ak);if(Aq.browser){l.browser[Aq.browser]=true;l.browser.version=Aq.version}if(l.browser.webkit){l.browser.safari=true}if(y){l.inArray=function(AX,AY){return y.call(AY,AX)}}At=l(AR);if(AR.addEventListener){AI=function(){AR.removeEventListener("DOMContentLoaded",AI,false);l.ready()}}else{if(AR.attachEvent){AI=function(){if(AR.readyState==="complete"){AR.detachEvent("onreadystatechange",AI);l.ready()}}}}function f(){if(l.isReady){return}try{AR.documentElement.doScroll("left")}catch(AX){setTimeout(f,1);return}l.ready()}function k(AY,AX){if(AX.src){l.ajax({url:AX.src,async:false,dataType:"script"})}else{l.globalEval(AX.text||AX.textContent||AX.innerHTML||"")}if(AX.parentNode){AX.parentNode.removeChild(AX)}}function o(A1,AZ,A0,A2,A5,A4){var A3=A1.length;if(typeof AZ==="object"){for(var AY in AZ){o(A1,AY,AZ[AY],A2,A5,A0)}return A1}if(A0!==Af){A2=!A4&&A2&&l.isFunction(A0);for(var AX=0;AX<A3;AX++){A5(A1[AX],AZ,A2?A0.call(A1[AX],AX,A5(A1[AX],AZ)):A0,A4)}return A1}return A3?A5(A1[0],AZ):Af}function c(){return(new Date).getTime()}(function(){l.support={};var A0=AR.documentElement,A2=AR.createElement("script"),A6=AR.createElement("div"),AX="script"+c();A6.style.display="none";A6.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var A3=A6.getElementsByTagName("*"),AZ=A6.getElementsByTagName("a")[0];if(!A3||!A3.length||!AZ){return}l.support={leadingWhitespace:A6.firstChild.nodeType===3,tbody:!A6.getElementsByTagName("tbody").length,htmlSerialize:!!A6.getElementsByTagName("link").length,style:/red/.test(AZ.getAttribute("style")),hrefNormalized:AZ.getAttribute("href")==="/a",opacity:/^0.55$/.test(AZ.style.opacity),cssFloat:!!AZ.style.cssFloat,checkOn:A6.getElementsByTagName("input")[0].value==="on",optSelected:AR.createElement("select").appendChild(AR.createElement("option")).selected,parentNode:A6.removeChild(A6.appendChild(AR.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};A2.type="text/javascript";try{A2.appendChild(AR.createTextNode("window."+AX+"=1;"))}catch(A1){}A0.insertBefore(A2,A0.firstChild);if(Ai[AX]){l.support.scriptEval=true;delete Ai[AX]}try{delete A2.test}catch(A1){l.support.deleteExpando=false}A0.removeChild(A2);if(A6.attachEvent&&A6.fireEvent){A6.attachEvent("onclick",function A5(){l.support.noCloneEvent=false;A6.detachEvent("onclick",A5)});A6.cloneNode(true).fireEvent("onclick")}A6=AR.createElement("div");A6.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";var AY=AR.createDocumentFragment();AY.appendChild(A6.firstChild);l.support.checkClone=AY.cloneNode(true).cloneNode(true).lastChild.checked;l(function(){var A7=AR.createElement("div");A7.style.width=A7.style.paddingLeft="1px";AR.body.appendChild(A7);l.boxModel=l.support.boxModel=A7.offsetWidth===2;AR.body.removeChild(A7).style.display="none";A7=null});var A4=function(A8){var A7=AR.createElement("div");A8="on"+A8;var A9=(A8 in A7);if(!A9){A7.setAttribute(A8,"return;");A9=typeof A7[A8]==="function"}A7=null;return A9};l.support.submitBubbles=A4("submit");l.support.changeBubbles=A4("change");A0=A2=A6=A3=AZ=null})();l.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var W="jQuery"+c(),e=0,Ad={};l.extend({cache:{},expando:W,noData:{"embed":true,"object":true,"applet":true},data:function(AZ,AY,A2){if(AZ.nodeName&&l.noData[AZ.nodeName.toLowerCase()]){return}AZ=AZ==Ai?Ad:AZ;var A0=AZ[W],A1=l.cache,AX;if(!A0&&typeof AY==="string"&&A2===Af){return null}if(!A0){A0=++e}if(typeof AY==="object"){AZ[W]=A0;AX=A1[A0]=l.extend(true,{},AY)}else{if(!A1[A0]){AZ[W]=A0;A1[A0]={}}}AX=A1[A0];if(A2!==Af){AX[AY]=A2}return typeof AY==="string"?AX[AY]:AX},removeData:function(AZ,AY){if(AZ.nodeName&&l.noData[AZ.nodeName.toLowerCase()]){return}AZ=AZ==Ai?Ad:AZ;var A0=AZ[W],A1=l.cache,AX=A1[A0];if(AY){if(AX){delete AX[AY];if(l.isEmptyObject(AX)){l.removeData(AZ)}}}else{if(l.support.deleteExpando){delete AZ[l.expando]}else{if(AZ.removeAttribute){AZ.removeAttribute(l.expando)}}delete A1[A0]}}});l.fn.extend({data:function(AY,AX){if(typeof AY==="undefined"&&this.length){return l.data(this[0])}else{if(typeof AY==="object"){return this.each(function(){l.data(this,AY)})}}var AZ=AY.split(".");AZ[1]=AZ[1]?"."+AZ[1]:"";if(AX===Af){var A0=this.triggerHandler("getData"+AZ[1]+"!",[AZ[0]]);if(A0===Af&&this.length){A0=l.data(this[0],AY)}return A0===Af&&AZ[1]?this.data(AZ[0]):A0}else{return this.trigger("setData"+AZ[1]+"!",[AZ[0],AX]).each(function(){l.data(this,AY,AX)})}},removeData:function(AX){return this.each(function(){l.removeData(this,AX)})}});l.extend({queue:function(AX,AY,A0){if(!AX){return}AY=(AY||"fx")+"queue";var AZ=l.data(AX,AY);if(!A0){return AZ||[]}if(!AZ||l.isArray(A0)){AZ=l.data(AX,AY,l.makeArray(A0))}else{AZ.push(A0)}return AZ},dequeue:function(AY,AZ){AZ=AZ||"fx";var A0=l.queue(AY,AZ),AX=A0.shift();if(AX==="inprogress"){AX=A0.shift()}if(AX){if(AZ==="fx"){A0.unshift("inprogress")}AX.call(AY,function(){l.dequeue(AY,AZ)})}}});l.fn.extend({queue:function(AX,AY){if(typeof AX!=="string"){AY=AX;AX="fx"}if(AY===Af){return l.queue(this[0],AX)}return this.each(function(A1,A0){var AZ=l.queue(this,AX,AY);if(AX==="fx"&&AZ[0]!=="inprogress"){l.dequeue(this,AX)}})},dequeue:function(AX){return this.each(function(){l.dequeue(this,AX)})},delay:function(AY,AX){AY=l.fx?l.fx.speeds[AY]||AY:AY;AX=AX||"fx";return this.queue(AX,function(){var AZ=this;setTimeout(function(){l.dequeue(AZ,AX)},AY)})},clearQueue:function(AX){return this.queue(AX||"fx",[])}});var C=/[\n\t]/g,AA=/\s+/,AH=/\r/g,Z=/href|src|style/,F=/(button|input)/i,Az=/(button|input|object|select|textarea)/i,U=/^(a|area)$/i,As=/radio|checkbox/;l.fn.extend({attr:function(AX,AY){return o(this,AX,AY,true,l.attr)},removeAttr:function(AY,AX){return this.each(function(){l.attr(this,AY,"");if(this.nodeType===1){this.removeAttribute(AY)}})},addClass:function(A0){if(l.isFunction(A0)){return this.each(function(A7){var A6=l(this);A6.addClass(A0.call(this,A7,A6.attr("class")))})}if(A0&&typeof A0==="string"){var AY=(A0||"").split(AA);for(var AX=0,AZ=this.length;AX<AZ;AX++){var A4=this[AX];if(A4.nodeType===1){if(!A4.className){A4.className=A0}else{var A5=" "+A4.className+" ",A3=A4.className;for(var A2=0,A1=AY.length;A2<A1;A2++){if(A5.indexOf(" "+AY[A2]+" ")<0){A3+=" "+AY[A2]}}A4.className=l.trim(A3)}}}}return this},removeClass:function(A0){if(l.isFunction(A0)){return this.each(function(A6){var A5=l(this);A5.removeClass(A0.call(this,A6,A5.attr("class")))})}if((A0&&typeof A0==="string")||A0===Af){var AY=(A0||"").split(AA);for(var AX=0,AZ=this.length;AX<AZ;AX++){var A3=this[AX];if(A3.nodeType===1&&A3.className){if(A0){var A4=(" "+A3.className+" ").replace(C," ");for(var A2=0,A1=AY.length;A2<A1;A2++){A4=A4.replace(" "+AY[A2]+" "," ")}A3.className=l.trim(A4)}else{A3.className=""}}}}return this},toggleClass:function(AX,AY){var AZ=typeof AX,A0=typeof AY==="boolean";if(l.isFunction(AX)){return this.each(function(A2){var A1=l(this);A1.toggleClass(AX.call(this,A2,A1.attr("class"),AY),AY)})}return this.each(function(){if(AZ==="string"){var A2,A4=0,A3=l(this),A1=AY,A5=AX.split(AA);while((A2=A5[A4++])){A1=A0?A1:!A3.hasClass(A2);A3[A1?"addClass":"removeClass"](A2)}}else{if(AZ==="undefined"||AZ==="boolean"){if(this.className){l.data(this,"__className__",this.className)}this.className=this.className||AX===false?"":l.data(this,"__className__")||""}}})},hasClass:function(AY){var AX=" "+AY+" ";for(var AZ=0,A0=this.length;AZ<A0;AZ++){if((" "+this[AZ].className+" ").replace(C," ").indexOf(AX)>-1){return true}}return false},val:function(AZ){if(AZ===Af){var A5=this[0];if(A5){if(l.nodeName(A5,"option")){return(A5.attributes.value||{}).specified?A5.value:A5.text}if(l.nodeName(A5,"select")){var A0=A5.selectedIndex,A1=[],AX=A5.options,A4=A5.type==="select-one";if(A0<0){return null}for(var A3=A4?A0:0,A6=A4?A0+1:AX.length;A3<A6;A3++){var A2=AX[A3];if(A2.selected){AZ=l(A2).val();if(A4){return AZ}A1.push(AZ)}}return A1}if(As.test(A5.type)&&!l.support.checkOn){return A5.getAttribute("value")===null?"on":A5.value}return(A5.value||"").replace(AH,"")}return Af}var AY=l.isFunction(AZ);return this.each(function(A8){var A7=l(this),A9=AZ;if(this.nodeType!==1){return}if(AY){A9=AZ.call(this,A8,A7.val())}if(typeof A9==="number"){A9+=""}if(l.isArray(A9)&&As.test(this.type)){this.checked=l.inArray(A7.val(),A9)>=0}else{if(l.nodeName(this,"select")){var Ba=l.makeArray(A9);l("option",this).each(function(){this.selected=l.inArray(l(this).val(),Ba)>=0});if(!Ba.length){this.selectedIndex=-1}}else{this.value=A9}}})}});l.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(A2,AY,A0,AX){if(!A2||A2.nodeType===3||A2.nodeType===8){return Af}if(AX&&AY in l.attrFn){return l(A2)[AY](A0)}var A6=A2.nodeType!==1||!l.isXMLDoc(A2),AZ=A0!==Af;AY=A6&&l.props[AY]||AY;if(A2.nodeType===1){var A5=Z.test(AY);if(AY==="selected"&&!l.support.optSelected){var A4=A2.parentNode;if(A4){A4.selectedIndex;if(A4.parentNode){A4.parentNode.selectedIndex}}}if(AY in A2&&A6&&!A5){if(AZ){if(AY==="type"&&F.test(A2.nodeName)&&A2.parentNode){l.error("type property can't be changed")}A2[AY]=A0}if(l.nodeName(A2,"form")&&A2.getAttributeNode(AY)){return A2.getAttributeNode(AY).nodeValue}if(AY==="tabIndex"){var A3=A2.getAttributeNode("tabIndex");return A3&&A3.specified?A3.value:Az.test(A2.nodeName)||U.test(A2.nodeName)&&A2.href?0:Af}return A2[AY]}if(!l.support.style&&A6&&AY==="style"){if(AZ){A2.style.cssText=""+A0}return A2.style.cssText}if(AZ){A2.setAttribute(AY,""+A0)}var A1=!l.support.hrefNormalized&&A6&&A5?A2.getAttribute(AY,2):A2.getAttribute(AY);return A1===null?Af:A1}return l.style(A2,AY,A0)}});var AQ=/\.(.*)$/,Al=function(AX){return AX.replace(/[^\w\s\.\|`]/g,function(AY){return"\\"+AY})};l.event={add:function(A9,A0,Ba,A4){if(A9.nodeType===3||A9.nodeType===8){return}if(A9.setInterval&&(A9!==Ai&&!A9.frameElement)){A9=Ai}var A1,A2;if(Ba.handler){A1=Ba;Ba=A1.handler}if(!Ba.guid){Ba.guid=l.guid++}var A6=l.data(A9);if(!A6){return}var A3=A6.events=A6.events||{},A7=A6.handle,A7;if(!A7){A6.handle=A7=function(){return typeof l!=="undefined"&&!l.event.triggered?l.event.handle.apply(A7.elem,arguments):Af}}A7.elem=A9;A0=A0.split(" ");var AY,AX=0,A5;while((AY=A0[AX++])){A2=A1?l.extend({},A1):{handler:Ba,data:A4};if(AY.indexOf(".")>-1){A5=AY.split(".");AY=A5.shift();A2.namespace=A5.slice(0).sort().join(".")}else{A5=[];A2.namespace=""}A2.type=AY;A2.guid=Ba.guid;var AZ=A3[AY],A8=l.event.special[AY]||{};if(!AZ){AZ=A3[AY]=[];if(!A8.setup||A8.setup.call(A9,A4,A5,A7)===false){if(A9.addEventListener){A9.addEventListener(AY,A7,false)}else{if(A9.attachEvent){A9.attachEvent("on"+AY,A7)}}}}if(A8.add){A8.add.call(A9,A2);if(!A2.handler.guid){A2.handler.guid=Ba.guid}}AZ.push(A2);l.event.global[AY]=true}A9=null},global:{},remove:function(AX,A8,Bc,Be){if(AX.nodeType===3||AX.nodeType===8){return}var A0,AY,A7,A2=0,A9,A5,Bd,A1,AZ,A6,Ba,Bf=l.data(AX),Bb=Bf&&Bf.events;if(!Bf||!Bb){return}if(A8&&A8.type){Bc=A8.handler;A8=A8.type}if(!A8||typeof A8==="string"&&A8.charAt(0)==="."){A8=A8||"";for(AY in Bb){l.event.remove(AX,AY+A8)}return}A8=A8.split(" ");while((AY=A8[A2++])){Ba=AY;A6=null;A9=AY.indexOf(".")<0;A5=[];if(!A9){A5=AY.split(".");AY=A5.shift();Bd=new RegExp("(^|\\.)"+l.map(A5.slice(0).sort(),Al).join("\\.(?:.*\\.)?")+"(\\.|$)")}AZ=Bb[AY];if(!AZ){continue}if(!Bc){for(var A3=0;A3<AZ.length;A3++){A6=AZ[A3];if(A9||Bd.test(A6.namespace)){l.event.remove(AX,Ba,A6.handler,A3);AZ.splice(A3--,1)}}continue}A1=l.event.special[AY]||{};for(var A3=Be||0;A3<AZ.length;A3++){A6=AZ[A3];if(Bc.guid===A6.guid){if(A9||Bd.test(A6.namespace)){if(Be==null){AZ.splice(A3--,1)}if(A1.remove){A1.remove.call(AX,A6)}}if(Be!=null){break}}}if(AZ.length===0||Be!=null&&AZ.length===1){if(!A1.teardown||A1.teardown.call(AX,A5)===false){R(AX,AY,Bf.handle)}A0=null;delete Bb[AY]}}if(l.isEmptyObject(Bb)){var A4=Bf.handle;if(A4){A4.elem=null}delete Bf.events;delete Bf.handle;if(l.isEmptyObject(Bf)){l.removeData(AX)}}},trigger:function(A1,A2,A7){var AZ=A1.type||A1,A3=arguments[3];if(!A3){A1=typeof A1==="object"?A1[W]?A1:l.extend(l.Event(AZ),A1):l.Event(AZ);if(AZ.indexOf("!")>=0){A1.type=AZ=AZ.slice(0,-1);A1.exclusive=true}if(!A7){A1.stopPropagation();if(l.event.global[AZ]){l.each(l.cache,function(){if(this.events&&this.events[AZ]){l.event.trigger(A1,A2,this.handle.elem)}})}}if(!A7||A7.nodeType===3||A7.nodeType===8){return Af}A1.result=Af;A1.target=A7;A2=l.makeArray(A2);A2.unshift(A1)}A1.currentTarget=A7;var A5=l.data(A7,"handle");if(A5){A5.apply(A7,A2)}var A6=A7.parentNode||A7.ownerDocument;try{if(!(A7&&A7.nodeName&&l.noData[A7.nodeName.toLowerCase()])){if(A7["on"+AZ]&&A7["on"+AZ].apply(A7,A2)===false){A1.result=false}}}catch(A4){}if(!A1.isPropagationStopped()&&A6){l.event.trigger(A1,A2,A6,true)}else{if(!A1.isDefaultPrevented()){var AX=A1.target,AY,A8=l.nodeName(AX,"a")&&AZ==="click",A0=l.event.special[AZ]||{};if((!A0._default||A0._default.call(A7,A1)===false)&&!A8&&!(AX&&AX.nodeName&&l.noData[AX.nodeName.toLowerCase()])){try{if(AX[AZ]){AY=AX["on"+AZ];if(AY){AX["on"+AZ]=null}l.event.triggered=true;AX[AZ]()}}catch(A4){}if(AY){AX["on"+AZ]=AY}l.event.triggered=false}}}},handle:function(A1){var A5,A4,A3,AY,A2;A1=arguments[0]=l.event.fix(A1||Ai.event);A1.currentTarget=this;A5=A1.type.indexOf(".")<0&&!A1.exclusive;if(!A5){A3=A1.type.split(".");A1.type=A3.shift();AY=new RegExp("(^|\\.)"+A3.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}var A2=l.data(this,"events"),A4=A2[A1.type];if(A2&&A4){A4=A4.slice(0);for(var AX=0,AZ=A4.length;AX<AZ;AX++){var A6=A4[AX];if(A5||AY.test(A6.namespace)){A1.handler=A6.handler;A1.data=A6.data;A1.handleObj=A6;var A0=A6.handler.apply(this,arguments);if(A0!==Af){A1.result=A0;if(A0===false){A1.preventDefault();A1.stopPropagation()}}if(A1.isImmediatePropagationStopped()){break}}}}return A1.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 originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(A0){if(A0[W]){return A0}var AZ=A0;A0=l.Event(AZ);for(var A1=this.props.length,A2;A1;){A2=this.props[--A1];A0[A2]=AZ[A2]}if(!A0.target){A0.target=A0.srcElement||AR}if(A0.target.nodeType===3){A0.target=A0.target.parentNode}if(!A0.relatedTarget&&A0.fromElement){A0.relatedTarget=A0.fromElement===A0.target?A0.toElement:A0.fromElement}if(A0.pageX==null&&A0.clientX!=null){var AY=AR.documentElement,AX=AR.body;A0.pageX=A0.clientX+(AY&&AY.scrollLeft||AX&&AX.scrollLeft||0)-(AY&&AY.clientLeft||AX&&AX.clientLeft||0);A0.pageY=A0.clientY+(AY&&AY.scrollTop||AX&&AX.scrollTop||0)-(AY&&AY.clientTop||AX&&AX.clientTop||0)}if(!A0.which&&((A0.charCode||A0.charCode===0)?A0.charCode:A0.keyCode)){A0.which=A0.charCode||A0.keyCode}if(!A0.metaKey&&A0.ctrlKey){A0.metaKey=A0.ctrlKey}if(!A0.which&&A0.button!==Af){A0.which=(A0.button&1?1:(A0.button&2?3:(A0.button&4?2:0)))}return A0},guid:100000000,proxy:l.proxy,special:{ready:{setup:l.bindReady,teardown:l.noop},live:{add:function(AX){l.event.add(this,AX.origType,l.extend({},AX,{handler:Ao}))},remove:function(AZ){var AY=true,AX=AZ.origType.replace(AQ,"");l.each(l.data(this,"events").live||[],function(){if(AX===this.origType.replace(AQ,"")){AY=false;return false}});if(AY){l.event.remove(this,AZ.origType,Ao)}}},beforeunload:{setup:function(AZ,AX,AY){if(this.setInterval){this.onbeforeunload=AY}return false},teardown:function(AX,AY){if(this.onbeforeunload===AY){this.onbeforeunload=null}}}}};var R=AR.removeEventListener?function(AX,AY,AZ){AX.removeEventListener(AY,AZ,false)}:function(AX,AY,AZ){AX.detachEvent("on"+AY,AZ)};l.Event=function(AX){if(!this.preventDefault){return new l.Event(AX)}if(AX&&AX.type){this.originalEvent=AX;this.type=AX.type}else{this.type=AX}this.timeStamp=c();this[W]=true};function AD(){return false}function Aa(){return true}l.Event.prototype={preventDefault:function(){this.isDefaultPrevented=Aa;var AX=this.originalEvent;if(!AX){return}if(AX.preventDefault){AX.preventDefault()}AX.returnValue=false},stopPropagation:function(){this.isPropagationStopped=Aa;var AX=this.originalEvent;if(!AX){return}if(AX.stopPropagation){AX.stopPropagation()}AX.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=Aa;this.stopPropagation()},isDefaultPrevented:AD,isPropagationStopped:AD,isImmediatePropagationStopped:AD};var p=function(AY){var AX=AY.relatedTarget;try{while(AX&&AX!==this){AX=AX.parentNode}if(AX!==this){AY.type=AY.data;l.event.handle.apply(this,arguments)}}catch(AZ){}},AU=function(AX){AX.type=AX.data;l.event.handle.apply(this,arguments)};l.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(AY,AX){l.event.special[AY]={setup:function(AZ){l.event.add(this,AX,AZ&&AZ.selector?AU:p,AY)},teardown:function(AZ){l.event.remove(this,AX,AZ&&AZ.selector?AU:p)}}});if(!l.support.submitBubbles){l.event.special.submit={setup:function(AY,AX){if(this.nodeName.toLowerCase()!=="form"){l.event.add(this,"click.specialSubmit",function(A1){var AZ=A1.target,A0=AZ.type;if((A0==="submit"||A0==="image")&&l(AZ).closest("form").length){return h("submit",this,arguments)}});l.event.add(this,"keypress.specialSubmit",function(A1){var AZ=A1.target,A0=AZ.type;if((A0==="text"||A0==="password")&&l(AZ).closest("form").length&&A1.keyCode===13){return h("submit",this,arguments)}})}else{return false}},teardown:function(AX){l.event.remove(this,".specialSubmit")}}}if(!l.support.changeBubbles){var AP=/textarea|input|select/i,AV,G=function(AX){var AY=AX.type,AZ=AX.value;if(AY==="radio"||AY==="checkbox"){AZ=AX.checked}else{if(AY==="select-multiple"){AZ=AX.selectedIndex>-1?l.map(AX.options,function(A0){return A0.selected}).join("-"):""}else{if(AX.nodeName.toLowerCase()==="select"){AZ=AX.selectedIndex}}}return AZ},AW=function AW(AY){var AX=AY.target,A0,AZ;if(!AP.test(AX.nodeName)||AX.readOnly){return}A0=l.data(AX,"_change_data");AZ=G(AX);if(AY.type!=="focusout"||AX.type!=="radio"){l.data(AX,"_change_data",AZ)}if(A0===Af||AZ===A0){return}if(A0!=null||AZ){AY.type="change";return l.event.trigger(AY,arguments[1],AX)}};l.event.special.change={filters:{focusout:AW,click:function(AZ){var AX=AZ.target,AY=AX.type;if(AY==="radio"||AY==="checkbox"||AX.nodeName.toLowerCase()==="select"){return AW.call(this,AZ)}},keydown:function(AZ){var AX=AZ.target,AY=AX.type;if((AZ.keyCode===13&&AX.nodeName.toLowerCase()!=="textarea")||(AZ.keyCode===32&&(AY==="checkbox"||AY==="radio"))||AY==="select-multiple"){return AW.call(this,AZ)}},beforeactivate:function(AY){var AX=AY.target;l.data(AX,"_change_data",G(AX))}},setup:function(AZ,AX){if(this.type==="file"){return false}for(var AY in AV){l.event.add(this,AY+".specialChange",AV[AY])}return AP.test(this.nodeName)},teardown:function(AX){l.event.remove(this,".specialChange");return AP.test(this.nodeName)}};AV=l.event.special.change.filters}function h(AZ,AY,AX){AX[0].type=AZ;return l.event.handle.apply(AY,AX)}if(AR.addEventListener){l.each({focus:"focusin",blur:"focusout"},function(AY,AX){l.event.special[AX]={setup:function(){this.addEventListener(AY,AZ,true)},teardown:function(){this.removeEventListener(AY,AZ,true)}};function AZ(A0){A0=l.event.fix(A0);A0.type=AX;return l.event.handle.call(this,A0)}})}l.each(["bind","one"],function(AY,AX){l.fn[AX]=function(A2,A5,AZ){if(typeof A2==="object"){for(var A0 in A2){this[AX](A0,A5,A2[A0],AZ)}return this}if(l.isFunction(A5)){AZ=A5;A5=Af}var A1=AX==="one"?l.proxy(AZ,function(A6){l(this).unbind(A6,A1);return AZ.apply(this,arguments)}):AZ;if(A2==="unload"&&AX!=="one"){this.one(A2,A5,AZ)}else{for(var A4=0,A3=this.length;A4<A3;A4++){l.event.add(this[A4],A2,A1,A5)}}return this}});l.fn.extend({unbind:function(AZ,AX){if(typeof AZ==="object"&&!AZ.preventDefault){for(var AY in AZ){this.unbind(AY,AZ[AY])}}else{for(var A0=0,A1=this.length;A0<A1;A0++){l.event.remove(this[A0],AZ,AX)}}return this},delegate:function(AY,AZ,A0,AX){return this.live(AZ,A0,AX,AY)},undelegate:function(AY,AZ,AX){if(arguments.length===0){return this.unbind("live")}else{return this.die(AZ,null,AX,AY)}},trigger:function(AX,AY){return this.each(function(){l.event.trigger(AX,AY,this)})},triggerHandler:function(AY,AZ){if(this[0]){var AX=l.Event(AY);AX.preventDefault();AX.stopPropagation();l.event.trigger(AX,AZ,this[0]);return AX.result}},toggle:function(AX){var AY=arguments,AZ=1;while(AZ<AY.length){l.proxy(AX,AY[AZ++])}return this.click(l.proxy(AX,function(A1){var A0=(l.data(this,"lastToggle"+AX.guid)||0)%AZ;l.data(this,"lastToggle"+AX.guid,A0+1);A1.preventDefault();return AY[A0].apply(this,arguments)||false}))},hover:function(AY,AX){return this.mouseenter(AY).mouseleave(AX||AY)}});var S={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};l.each(["live","die"],function(AY,AX){l.fn[AX]=function(A1,A4,A2,A9){var A3,AZ=0,A6,A5,A0,A8=A9||this.selector,A7=A9?this:l(this.context);if(l.isFunction(A4)){A2=A4;A4=Af}A1=(A1||"").split(" ");while((A3=A1[AZ++])!=null){A6=AQ.exec(A3);A5="";if(A6){A5=A6[0];A3=A3.replace(AQ,"")}if(A3==="hover"){A1.push("mouseenter"+A5,"mouseleave"+A5);continue}A0=A3;if(A3==="focus"||A3==="blur"){A1.push(S[A3]+A5);A3=A3+A5}else{A3=(S[A3]||A3)+A5}if(AX==="live"){A7.each(function(){l.event.add(this,b(A3,A8),{data:A4,selector:A8,handler:A2,origType:A3,origHandler:A2,preType:A0})})}else{A7.unbind(b(A3,A8),A2)}}return this}});function Ao(A1){var AY,A2=[],A6=[],A5=arguments,Ba,A7,A9,A3,A8,AX,AZ,A0,A4=l.data(this,"events");if(A1.liveFired===this||!A4||!A4.live||A1.button&&A1.type==="click"){return}A1.liveFired=this;var Bb=A4.live.slice(0);for(A8=0;A8<Bb.length;A8++){A9=Bb[A8];if(A9.origType.replace(AQ,"")===A1.type){A6.push(A9.selector)}else{Bb.splice(A8--,1)}}A7=l(A1.target).closest(A6,A1.currentTarget);for(AX=0,AZ=A7.length;AX<AZ;AX++){for(A8=0;A8<Bb.length;A8++){A9=Bb[A8];if(A7[AX].selector===A9.selector){A3=A7[AX].elem;Ba=null;if(A9.preType==="mouseenter"||A9.preType==="mouseleave"){Ba=l(A1.relatedTarget).closest(A9.selector)[0]}if(!Ba||Ba!==A3){A2.push({elem:A3,handleObj:A9})}}}}for(AX=0,AZ=A2.length;AX<AZ;AX++){A7=A2[AX];A1.currentTarget=A7.elem;A1.data=A7.handleObj.data;A1.handleObj=A7.handleObj;if(A7.handleObj.origHandler.apply(A7.elem,A5)===false){AY=false;break}}return AY}function b(AX,AY){return"live."+(AX&&AX!=="*"?AX+".":"")+AY.replace(/\./g,"`").replace(/ /g,"&")}l.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(AY,AX){l.fn[AX]=function(AZ){return AZ?this.bind(AX,AZ):this.trigger(AX)};if(l.attrFn){l.attrFn[AX]=true}});if(Ai.attachEvent&&!Ai.addEventListener){Ai.attachEvent("onunload",function(){for(var AY in l.cache){if(l.cache[AY].handle){try{l.event.remove(l.cache[AY].handle.elem)}catch(AX){}}}});
/*
 * Sizzle CSS Selector Engine - v1.0
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
}(function(){var Bc=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,AZ=0,A0=Object.prototype.toString,A8=false,A9=true;[0,0].sort(function(){A9=false;return 0});var AY=function(Br,Bu,Bg,Bh){Bg=Bg||[];var Bs=Bu=Bu||AR;if(Bu.nodeType!==1&&Bu.nodeType!==9){return[]}if(!Br||typeof Br!=="string"){return Bg}var Bq=[],Bm,Bp,Bt,Bl,Bj=true,Bv=A1(Bu),Bn=Br;while((Bc.exec(""),Bm=Bc.exec(Bn))!==null){Bn=Bm[3];Bq.push(Bm[1]);if(Bm[2]){Bl=Bm[3];break}}if(Bq.length>1&&Bb.exec(Br)){if(Bq.length===2&&A3.relative[Bq[0]]){Bp=A4(Bq[0]+Bq[1],Bu)}else{Bp=A3.relative[Bq[0]]?[Bu]:AY(Bq.shift(),Bu);while(Bq.length){Br=Bq.shift();if(A3.relative[Br]){Br+=Bq.shift()}Bp=A4(Br,Bp)}}}else{if(!Bh&&Bq.length>1&&Bu.nodeType===9&&!Bv&&A3.match.ID.test(Bq[0])&&!A3.match.ID.test(Bq[Bq.length-1])){var Bi=AY.find(Bq.shift(),Bu,Bv);Bu=Bi.expr?AY.filter(Bi.expr,Bi.set)[0]:Bi.set[0]}if(Bu){var Bi=Bh?{expr:Bq.pop(),set:Ba(Bh)}:AY.find(Bq.pop(),Bq.length===1&&(Bq[0]==="~"||Bq[0]==="+")&&Bu.parentNode?Bu.parentNode:Bu,Bv);Bp=Bi.expr?AY.filter(Bi.expr,Bi.set):Bi.set;if(Bq.length>0){Bt=Ba(Bp)}else{Bj=false}while(Bq.length){var Bf=Bq.pop(),Bo=Bf;if(!A3.relative[Bf]){Bf=""}else{Bo=Bq.pop()}if(Bo==null){Bo=Bu}A3.relative[Bf](Bt,Bo,Bv)}}else{Bt=Bq=[]}}if(!Bt){Bt=Bp}if(!Bt){AY.error(Bf||Br)}if(A0.call(Bt)==="[object Array]"){if(!Bj){Bg.push.apply(Bg,Bt)}else{if(Bu&&Bu.nodeType===1){for(var Bk=0;Bt[Bk]!=null;Bk++){if(Bt[Bk]&&(Bt[Bk]===true||Bt[Bk].nodeType===1&&A6(Bu,Bt[Bk]))){Bg.push(Bp[Bk])}}}else{for(var Bk=0;Bt[Bk]!=null;Bk++){if(Bt[Bk]&&Bt[Bk].nodeType===1){Bg.push(Bp[Bk])}}}}}else{Ba(Bt,Bg)}if(Bl){AY(Bl,Bs,Bg,Bh);AY.uniqueSort(Bg)}return Bg};AY.uniqueSort=function(Bg){if(A2){A8=A9;Bg.sort(A2);if(A8){for(var Bf=1;Bf<Bg.length;Bf++){if(Bg[Bf]===Bg[Bf-1]){Bg.splice(Bf--,1)}}}}return Bg};AY.matches=function(Bg,Bf){return AY(Bg,null,null,Bf)};AY.find=function(Bn,Bm,Bk){var Bi,Bl;if(!Bn){return[]}for(var Bf=0,Bh=A3.order.length;Bf<Bh;Bf++){var Bj=A3.order[Bf],Bl;if((Bl=A3.leftMatch[Bj].exec(Bn))){var Bg=Bl[1];Bl.splice(1,1);if(Bg.substr(Bg.length-1)!=="\\"){Bl[1]=(Bl[1]||"").replace(/\\/g,"");Bi=A3.find[Bj](Bl,Bm,Bk);if(Bi!=null){Bn=Bn.replace(A3.match[Bj],"");break}}}}if(!Bi){Bi=Bm.getElementsByTagName("*")}return{set:Bi,expr:Bn}};AY.filter=function(Bh,Bj,Bs,Bi){var Bn=Bh,Bo=[],Bf=Bj,Bq,Bt,Bk=Bj&&Bj[0]&&A1(Bj[0]);while(Bh&&Bj.length){for(var Bg in A3.filter){if((Bq=A3.leftMatch[Bg].exec(Bh))!=null&&Bq[2]){var Bp=A3.filter[Bg],Bl,Br,Bv=Bq[1];Bt=false;Bq.splice(1,1);if(Bv.substr(Bv.length-1)==="\\"){continue}if(Bf===Bo){Bo=[]}if(A3.preFilter[Bg]){Bq=A3.preFilter[Bg](Bq,Bf,Bs,Bo,Bi,Bk);if(!Bq){Bt=Bl=true}else{if(Bq===true){continue}}}if(Bq){for(var Bm=0;(Br=Bf[Bm])!=null;Bm++){if(Br){Bl=Bp(Br,Bq,Bm,Bf);var Bu=Bi^!!Bl;if(Bs&&Bl!=null){if(Bu){Bt=true}else{Bf[Bm]=false}}else{if(Bu){Bo.push(Br);Bt=true}}}}}if(Bl!==Af){if(!Bs){Bf=Bo}Bh=Bh.replace(A3.match[Bg],"");if(!Bt){return[]}break}}}if(Bh===Bn){if(Bt==null){AY.error(Bh)}else{break}}Bn=Bh}return Bf};AY.error=function(Bf){throw"Syntax error, unrecognized expression: "+Bf};var A3=AY.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(Bf){return Bf.getAttribute("href")}},relative:{"+":function(Bm,Bi){var Bj=typeof Bi==="string",Bk=Bj&&!/\W/.test(Bi),Bg=Bj&&!Bk;if(Bk){Bi=Bi.toLowerCase()}for(var Bf=0,Bh=Bm.length,Bl;Bf<Bh;Bf++){if((Bl=Bm[Bf])){while((Bl=Bl.previousSibling)&&Bl.nodeType!==1){}Bm[Bf]=Bg||Bl&&Bl.nodeName.toLowerCase()===Bi?Bl||false:Bl===Bi}}if(Bg){AY.filter(Bi,Bm,true)}},">":function(Bi,Bj){var Bk=typeof Bj==="string";if(Bk&&!/\W/.test(Bj)){Bj=Bj.toLowerCase();for(var Bg=0,Bl=Bi.length;Bg<Bl;Bg++){var Bh=Bi[Bg];if(Bh){var Bf=Bh.parentNode;Bi[Bg]=Bf.nodeName.toLowerCase()===Bj?Bf:false}}}else{for(var Bg=0,Bl=Bi.length;Bg<Bl;Bg++){var Bh=Bi[Bg];if(Bh){Bi[Bg]=Bk?Bh.parentNode:Bh.parentNode===Bj}}if(Bk){AY.filter(Bj,Bi,true)}}},"":function(Bh,Bi,Bk){var Bg=AZ++,Bf=A7;if(typeof Bi==="string"&&!/\W/.test(Bi)){var Bj=Bi=Bi.toLowerCase();Bf=Bd}Bf("parentNode",Bi,Bg,Bh,Bj,Bk)},"~":function(Bh,Bi,Bk){var Bg=AZ++,Bf=A7;if(typeof Bi==="string"&&!/\W/.test(Bi)){var Bj=Bi=Bi.toLowerCase();Bf=Bd}Bf("previousSibling",Bi,Bg,Bh,Bj,Bk)}},find:{ID:function(Bg,Bi,Bf){if(typeof Bi.getElementById!=="undefined"&&!Bf){var Bh=Bi.getElementById(Bg[1]);return Bh?[Bh]:[]}},NAME:function(Bf,Bj){if(typeof Bj.getElementsByName!=="undefined"){var Bk=[],Bi=Bj.getElementsByName(Bf[1]);for(var Bh=0,Bg=Bi.length;Bh<Bg;Bh++){if(Bi[Bh].getAttribute("name")===Bf[1]){Bk.push(Bi[Bh])}}return Bk.length===0?null:Bk}},TAG:function(Bf,Bg){return Bg.getElementsByTagName(Bf[1])}},preFilter:{CLASS:function(Bk,Bm,Bh,Bg,Bi,Bj){Bk=" "+Bk[1].replace(/\\/g,"")+" ";if(Bj){return Bk}for(var Bf=0,Bl;(Bl=Bm[Bf])!=null;Bf++){if(Bl){if(Bi^(Bl.className&&(" "+Bl.className+" ").replace(/[\t\n]/g," ").indexOf(Bk)>=0)){if(!Bh){Bg.push(Bl)}}else{if(Bh){Bm[Bf]=false}}}}return false},ID:function(Bf){return Bf[1].replace(/\\/g,"")},TAG:function(Bf,Bg){return Bf[1].toLowerCase()},CHILD:function(Bf){if(Bf[1]==="nth"){var Bg=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(Bf[2]==="even"&&"2n"||Bf[2]==="odd"&&"2n+1"||!/\D/.test(Bf[2])&&"0n+"+Bf[2]||Bf[2]);Bf[2]=(Bg[1]+(Bg[2]||1))-0;Bf[3]=Bg[3]-0}Bf[0]=AZ++;return Bf},ATTR:function(Bi,Bj,Bl,Bh,Bg,Bf){var Bk=Bi[1].replace(/\\/g,"");if(!Bf&&A3.attrMap[Bk]){Bi[1]=A3.attrMap[Bk]}if(Bi[2]==="~="){Bi[4]=" "+Bi[4]+" "}return Bi},PSEUDO:function(Bh,Bi,Bj,Bg,Bf){if(Bh[1]==="not"){if((Bc.exec(Bh[3])||"").length>1||/^\w/.test(Bh[3])){Bh[3]=AY(Bh[3],null,null,Bi)}else{var Bk=AY.filter(Bh[3],Bi,Bj,true^Bf);if(!Bj){Bg.push.apply(Bg,Bk)}return false}}else{if(A3.match.POS.test(Bh[0])||A3.match.CHILD.test(Bh[0])){return true}}return Bh},POS:function(Bf){Bf.unshift(true);return Bf}},filters:{enabled:function(Bf){return Bf.disabled===false&&Bf.type!=="hidden"},disabled:function(Bf){return Bf.disabled===true},checked:function(Bf){return Bf.checked===true},selected:function(Bf){Bf.parentNode.selectedIndex;return Bf.selected===true},parent:function(Bf){return !!Bf.firstChild},empty:function(Bf){return !Bf.firstChild},has:function(Bg,Bh,Bf){return !!AY(Bf[3],Bg).length},header:function(Bf){return/h\d/i.test(Bf.nodeName)},text:function(Bf){return"text"===Bf.type},radio:function(Bf){return"radio"===Bf.type},checkbox:function(Bf){return"checkbox"===Bf.type},file:function(Bf){return"file"===Bf.type},password:function(Bf){return"password"===Bf.type},submit:function(Bf){return"submit"===Bf.type},image:function(Bf){return"image"===Bf.type},reset:function(Bf){return"reset"===Bf.type},button:function(Bf){return"button"===Bf.type||Bf.nodeName.toLowerCase()==="button"},input:function(Bf){return/input|select|textarea|button/i.test(Bf.nodeName)}},setFilters:{first:function(Bf,Bg){return Bg===0},last:function(Bg,Bh,Bf,Bi){return Bh===Bi.length-1},even:function(Bf,Bg){return Bg%2===0},odd:function(Bf,Bg){return Bg%2===1},lt:function(Bg,Bh,Bf){return Bh<Bf[3]-0},gt:function(Bg,Bh,Bf){return Bh>Bf[3]-0},nth:function(Bg,Bh,Bf){return Bf[3]-0===Bh},eq:function(Bg,Bh,Bf){return Bf[3]-0===Bh}},filter:{PSEUDO:function(Bl,Bk,Bf,Bj){var Bi=Bk[1],Bg=A3.filters[Bi];if(Bg){return Bg(Bl,Bf,Bk,Bj)}else{if(Bi==="contains"){return(Bl.textContent||Bl.innerText||Be([Bl])||"").indexOf(Bk[3])>=0}else{if(Bi==="not"){var Bh=Bk[3];for(var Bf=0,Bm=Bh.length;Bf<Bm;Bf++){if(Bh[Bf]===Bl){return false}}return true}else{AY.error("Syntax error, unrecognized expression: "+Bi)}}}},CHILD:function(Bm,Bk){var Bg=Bk[1],Bf=Bm;switch(Bg){case"only":case"first":while((Bf=Bf.previousSibling)){if(Bf.nodeType===1){return false}}if(Bg==="first"){return true}Bf=Bm;case"last":while((Bf=Bf.nextSibling)){if(Bf.nodeType===1){return false}}return true;case"nth":var Bo=Bk[2],Bl=Bk[3];if(Bo===1&&Bl===0){return true}var Bj=Bk[0],Bi=Bm.parentNode;if(Bi&&(Bi.sizcache!==Bj||!Bm.nodeIndex)){var Bn=0;for(Bf=Bi.firstChild;Bf;Bf=Bf.nextSibling){if(Bf.nodeType===1){Bf.nodeIndex=++Bn}}Bi.sizcache=Bj}var Bh=Bm.nodeIndex-Bl;if(Bo===0){return Bh===0}else{return(Bh%Bo===0&&Bh/Bo>=0)}}},ID:function(Bg,Bf){return Bg.nodeType===1&&Bg.getAttribute("id")===Bf},TAG:function(Bg,Bf){return(Bf==="*"&&Bg.nodeType===1)||Bg.nodeName.toLowerCase()===Bf},CLASS:function(Bg,Bf){return(" "+(Bg.className||Bg.getAttribute("class"))+" ").indexOf(Bf)>-1},ATTR:function(Bh,Bf){var Bk=Bf[1],Bg=A3.attrHandle[Bk]?A3.attrHandle[Bk](Bh):Bh[Bk]!=null?Bh[Bk]:Bh.getAttribute(Bk),Bl=Bg+"",Bi=Bf[2],Bj=Bf[4];return Bg==null?Bi==="!=":Bi==="="?Bl===Bj:Bi==="*="?Bl.indexOf(Bj)>=0:Bi==="~="?(" "+Bl+" ").indexOf(Bj)>=0:!Bj?Bl&&Bg!==false:Bi==="!="?Bl!==Bj:Bi==="^="?Bl.indexOf(Bj)===0:Bi==="$="?Bl.substr(Bl.length-Bj.length)===Bj:Bi==="|="?Bl===Bj||Bl.substr(0,Bj.length+1)===Bj+"-":false},POS:function(Bh,Bf,Bi,Bk){var Bg=Bf[2],Bj=A3.setFilters[Bg];if(Bj){return Bj(Bh,Bi,Bf,Bk)}}}};var Bb=A3.match.POS;for(var AX in A3.match){A3.match[AX]=new RegExp(A3.match[AX].source+/(?![^\[]*\])(?![^\(]*\))/.source);A3.leftMatch[AX]=new RegExp(/(^(?:.|\r|\n)*?)/.source+A3.match[AX].source.replace(/\\(\d+)/g,function(Bf,Bg){return"\\"+(Bg-0+1)}))}var Ba=function(Bg,Bf){Bg=Array.prototype.slice.call(Bg,0);if(Bf){Bf.push.apply(Bf,Bg);return Bf}return Bg};try{Array.prototype.slice.call(AR.documentElement.childNodes,0)[0].nodeType}catch(A5){Ba=function(Bi,Bh){var Bj=Bh||[];if(A0.call(Bi)==="[object Array]"){Array.prototype.push.apply(Bj,Bi)}else{if(typeof Bi.length==="number"){for(var Bg=0,Bf=Bi.length;Bg<Bf;Bg++){Bj.push(Bi[Bg])}}else{for(var Bg=0;Bi[Bg];Bg++){Bj.push(Bi[Bg])}}}return Bj}}var A2;if(AR.documentElement.compareDocumentPosition){A2=function(Bf,Bg){if(!Bf.compareDocumentPosition||!Bg.compareDocumentPosition){if(Bf==Bg){A8=true}return Bf.compareDocumentPosition?-1:1}var Bh=Bf.compareDocumentPosition(Bg)&4?-1:Bf===Bg?0:1;if(Bh===0){A8=true}return Bh}}else{if("sourceIndex" in AR.documentElement){A2=function(Bf,Bg){if(!Bf.sourceIndex||!Bg.sourceIndex){if(Bf==Bg){A8=true}return Bf.sourceIndex?-1:1}var Bh=Bf.sourceIndex-Bg.sourceIndex;if(Bh===0){A8=true}return Bh}}else{if(AR.createRange){A2=function(Bg,Bh){if(!Bg.ownerDocument||!Bh.ownerDocument){if(Bg==Bh){A8=true}return Bg.ownerDocument?-1:1}var Bi=Bg.ownerDocument.createRange(),Bf=Bh.ownerDocument.createRange();Bi.setStart(Bg,0);Bi.setEnd(Bg,0);Bf.setStart(Bh,0);Bf.setEnd(Bh,0);var Bj=Bi.compareBoundaryPoints(Range.START_TO_END,Bf);if(Bj===0){A8=true}return Bj}}}}function Be(Bi){var Bg="",Bf;for(var Bh=0;Bi[Bh];Bh++){Bf=Bi[Bh];if(Bf.nodeType===3||Bf.nodeType===4){Bg+=Bf.nodeValue}else{if(Bf.nodeType!==8){Bg+=Be(Bf.childNodes)}}}return Bg}(function(){var Bg=AR.createElement("div"),Bh="script"+(new Date).getTime();Bg.innerHTML="<a name='"+Bh+"'/>";var Bf=AR.documentElement;Bf.insertBefore(Bg,Bf.firstChild);if(AR.getElementById(Bh)){A3.find.ID=function(Bj,Bl,Bi){if(typeof Bl.getElementById!=="undefined"&&!Bi){var Bk=Bl.getElementById(Bj[1]);return Bk?Bk.id===Bj[1]||typeof Bk.getAttributeNode!=="undefined"&&Bk.getAttributeNode("id").nodeValue===Bj[1]?[Bk]:Af:[]}};A3.filter.ID=function(Bj,Bi){var Bk=typeof Bj.getAttributeNode!=="undefined"&&Bj.getAttributeNode("id");return Bj.nodeType===1&&Bk&&Bk.nodeValue===Bi}}Bf.removeChild(Bg);Bf=Bg=null})();(function(){var Bf=AR.createElement("div");Bf.appendChild(AR.createComment(""));if(Bf.getElementsByTagName("*").length>0){A3.find.TAG=function(Bh,Bk){var Bj=Bk.getElementsByTagName(Bh[1]);if(Bh[1]==="*"){var Bi=[];for(var Bg=0;Bj[Bg];Bg++){if(Bj[Bg].nodeType===1){Bi.push(Bj[Bg])}}Bj=Bi}return Bj}}Bf.innerHTML="<a href='#'></a>";if(Bf.firstChild&&typeof Bf.firstChild.getAttribute!=="undefined"&&Bf.firstChild.getAttribute("href")!=="#"){A3.attrHandle.href=function(Bg){return Bg.getAttribute("href",2)}}Bf=null})();if(AR.querySelectorAll){(function(){var Bf=AY,Bg=AR.createElement("div");Bg.innerHTML="<p class='TEST'></p>";if(Bg.querySelectorAll&&Bg.querySelectorAll(".TEST").length===0){return}AY=function(Bk,Bi,Bm,Bj){Bi=Bi||AR;if(!Bj&&Bi.nodeType===9&&!A1(Bi)){try{return Ba(Bi.querySelectorAll(Bk),Bm)}catch(Bl){}}return Bf(Bk,Bi,Bm,Bj)};for(var Bh in Bf){AY[Bh]=Bf[Bh]}Bg=null})()}(function(){var Bf=AR.createElement("div");Bf.innerHTML="<div class='test e'></div><div class='test'></div>";if(!Bf.getElementsByClassName||Bf.getElementsByClassName("e").length===0){return}Bf.lastChild.className="e";if(Bf.getElementsByClassName("e").length===1){return}A3.order.splice(1,0,"CLASS");A3.find.CLASS=function(Bh,Bi,Bg){if(typeof Bi.getElementsByClassName!=="undefined"&&!Bg){return Bi.getElementsByClassName(Bh[1])}};Bf=null})();function Bd(Bh,Bj,Bl,Bo,Bm,Bk){for(var Bf=0,Bg=Bo.length;Bf<Bg;Bf++){var Bn=Bo[Bf];if(Bn){Bn=Bn[Bh];var Bi=false;while(Bn){if(Bn.sizcache===Bl){Bi=Bo[Bn.sizset];break}if(Bn.nodeType===1&&!Bk){Bn.sizcache=Bl;Bn.sizset=Bf}if(Bn.nodeName.toLowerCase()===Bj){Bi=Bn;break}Bn=Bn[Bh]}Bo[Bf]=Bi}}}function A7(Bh,Bj,Bl,Bo,Bm,Bk){for(var Bf=0,Bg=Bo.length;Bf<Bg;Bf++){var Bn=Bo[Bf];if(Bn){Bn=Bn[Bh];var Bi=false;while(Bn){if(Bn.sizcache===Bl){Bi=Bo[Bn.sizset];break}if(Bn.nodeType===1){if(!Bk){Bn.sizcache=Bl;Bn.sizset=Bf}if(typeof Bj!=="string"){if(Bn===Bj){Bi=true;break}}else{if(AY.filter(Bj,[Bn]).length>0){Bi=Bn;break}}}Bn=Bn[Bh]}Bo[Bf]=Bi}}}var A6=AR.compareDocumentPosition?function(Bf,Bg){return !!(Bf.compareDocumentPosition(Bg)&16)}:function(Bf,Bg){return Bf!==Bg&&(Bf.contains?Bf.contains(Bg):true)};var A1=function(Bg){var Bf=(Bg?Bg.ownerDocument||Bg:0).documentElement;return Bf?Bf.nodeName!=="HTML":false};var A4=function(Bj,Bm){var Bi=[],Bk="",Bl,Bg=Bm.nodeType?[Bm]:Bm;while((Bl=A3.match.PSEUDO.exec(Bj))){Bk+=Bl[0];Bj=Bj.replace(A3.match.PSEUDO,"")}Bj=A3.relative[Bj]?Bj+"*":Bj;for(var Bf=0,Bh=Bg.length;Bf<Bh;Bf++){AY(Bj,Bg[Bf],Bi)}return AY.filter(Bk,Bi)};l.find=AY;l.expr=AY.selectors;l.expr[":"]=l.expr.filters;l.unique=AY.uniqueSort;l.text=Be;l.isXMLDoc=A1;l.contains=A6;return;Ai.Sizzle=AY})();var Aj=/Until$/,L=/^(?:parents|prevUntil|prevAll)/,AE=/,/,x=Array.prototype.slice;var j=function(AY,AZ,A0){if(l.isFunction(AZ)){return l.grep(AY,function(A1,A2){return !!AZ.call(A1,A2,A1)===A0})}else{if(AZ.nodeType){return l.grep(AY,function(A1,A2){return(A1===AZ)===A0})}else{if(typeof AZ==="string"){var AX=l.grep(AY,function(A1){return A1.nodeType===1});if(AJ.test(AZ)){return l.filter(AZ,AX,!A0)}else{AZ=l.filter(AZ,AX)}}}}return l.grep(AY,function(A1,A2){return(l.inArray(A1,AZ)>=0)===A0})};l.fn.extend({find:function(A0){var A3=this.pushStack("","find",A0),A2=0;for(var A1=0,AZ=this.length;A1<AZ;A1++){A2=A3.length;l.find(A0,this[A1],A3);if(A1>0){for(var AY=A2;AY<A3.length;AY++){for(var AX=0;AX<A2;AX++){if(A3[AX]===A3[AY]){A3.splice(AY--,1);break}}}}}return A3},has:function(AY){var AX=l(AY);return this.filter(function(){for(var AZ=0,A0=AX.length;AZ<A0;AZ++){if(l.contains(this,AX[AZ])){return true}}})},not:function(AX){return this.pushStack(j(this,AX,false),"not",AX)},filter:function(AX){return this.pushStack(j(this,AX,true),"filter",AX)},is:function(AX){return !!AX&&l.filter(AX,this).length>0},closest:function(A3,A5){if(l.isArray(A3)){var AY=[],A2=this[0],A4,AX={},AZ;if(A2&&A3.length){for(var A0=0,A6=A3.length;A0<A6;A0++){AZ=A3[A0];if(!AX[AZ]){AX[AZ]=l.expr.match.POS.test(AZ)?l(AZ,A5||this.context):AZ}}while(A2&&A2.ownerDocument&&A2!==A5){for(AZ in AX){A4=AX[AZ];if(A4.jquery?A4.index(A2)>-1:l(A2).is(A4)){AY.push({selector:AZ,elem:A2});delete AX[AZ]}}A2=A2.parentNode}}return AY}var A1=l.expr.match.POS.test(A3)?l(A3,A5||this.context):null;return this.map(function(A7,A8){while(A8&&A8.ownerDocument&&A8!==A5){if(A1?A1.index(A8)>-1:l(A8).is(A3)){return A8}A8=A8.parentNode}return null})},index:function(AX){if(!AX||typeof AX==="string"){return l.inArray(this[0],AX?l(AX):this.parent().children())}return l.inArray(AX.jquery?AX[0]:AX,this)},add:function(AZ,AY){var AX=typeof AZ==="string"?l(AZ,AY||this.context):l.makeArray(AZ),A0=l.merge(this.get(),AX);return this.pushStack(AB(AX[0])||AB(A0[0])?A0:l.unique(A0))},andSelf:function(){return this.add(this.prevObject)}});function AB(AX){return !AX||!AX.parentNode||AX.parentNode.nodeType===11}l.each({parent:function(AY){var AX=AY.parentNode;return AX&&AX.nodeType!==11?AX:null},parents:function(AX){return l.dir(AX,"parentNode")},parentsUntil:function(AY,AZ,AX){return l.dir(AY,"parentNode",AX)},next:function(AX){return l.nth(AX,2,"nextSibling")},prev:function(AX){return l.nth(AX,2,"previousSibling")},nextAll:function(AX){return l.dir(AX,"nextSibling")},prevAll:function(AX){return l.dir(AX,"previousSibling")},nextUntil:function(AY,AZ,AX){return l.dir(AY,"nextSibling",AX)},prevUntil:function(AY,AZ,AX){return l.dir(AY,"previousSibling",AX)},siblings:function(AX){return l.sibling(AX.parentNode.firstChild,AX)},children:function(AX){return l.sibling(AX.firstChild)},contents:function(AX){return l.nodeName(AX,"iframe")?AX.contentDocument||AX.contentWindow.document:l.makeArray(AX.childNodes)}},function(AY,AX){l.fn[AY]=function(AZ,A0){var A1=l.map(this,AX,AZ);if(!Aj.test(AY)){A0=AZ}if(A0&&typeof A0==="string"){A1=l.filter(A0,A1)}A1=this.length>1?l.unique(A1):A1;if((this.length>1||AE.test(A0))&&L.test(AY)){A1=A1.reverse()}return this.pushStack(A1,AY,x.call(arguments).join(","))}});l.extend({filter:function(AY,AZ,AX){if(AX){AY=":not("+AY+")"}return l.find.matches(AY,AZ)},dir:function(AZ,AX,AY){var A0=[],A1=AZ[AX];while(A1&&A1.nodeType!==9&&(AY===Af||A1.nodeType!==1||!l(A1).is(AY))){if(A1.nodeType===1){A0.push(A1)}A1=A1[AX]}return A0},nth:function(A0,AY,AX,AZ){AY=AY||1;var A1=0;for(;A0;A0=A0[AX]){if(A0.nodeType===1&&++A1===AY){break}}return A0},sibling:function(AY,AZ){var AX=[];for(;AY;AY=AY.nextSibling){if(AY.nodeType===1&&AY!==AZ){AX.push(AY)}}return AX}});var Au=/ jQuery\d+="(?:\d+|null)"/g,AC=/^\s+/,w=/(<([\w:]+)[^>]*?)\/>/g,r=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,Ap=/<([\w:]+)/,H=/<tbody/i,I=/<|&#?\w+;/,a=/<script|<object|<embed|<option|<style/i,Ac=/checked\s*(?:[^=]|=\s*.checked.)/i,g=function(AY,AZ,AX){return r.test(AX)?AY:AZ+"></"+AX+">"},Ab={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,"",""]};Ab.optgroup=Ab.option;Ab.tbody=Ab.tfoot=Ab.colgroup=Ab.caption=Ab.thead;Ab.th=Ab.td;if(!l.support.htmlSerialize){Ab._default=[1,"div<div>","</div>"]}l.fn.extend({text:function(AX){if(l.isFunction(AX)){return this.each(function(AZ){var AY=l(this);AY.text(AX.call(this,AZ,AY.text()))})}if(typeof AX!=="object"&&AX!==Af){return this.empty().append((this[0]&&this[0].ownerDocument||AR).createTextNode(AX))}return l.text(this)},wrapAll:function(AX){if(l.isFunction(AX)){return this.each(function(AZ){l(this).wrapAll(AX.call(this,AZ))})}if(this[0]){var AY=l(AX,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){AY.insertBefore(this[0])}AY.map(function(){var AZ=this;while(AZ.firstChild&&AZ.firstChild.nodeType===1){AZ=AZ.firstChild}return AZ}).append(this)}return this},wrapInner:function(AX){if(l.isFunction(AX)){return this.each(function(AY){l(this).wrapInner(AX.call(this,AY))})}return this.each(function(){var AY=l(this),AZ=AY.contents();if(AZ.length){AZ.wrapAll(AX)}else{AY.append(AX)}})},wrap:function(AX){return this.each(function(){l(this).wrapAll(AX)})},unwrap:function(){return this.parent().each(function(){if(!l.nodeName(this,"body")){l(this).replaceWith(this.childNodes)}}).end()},append:function(){return this.domManip(arguments,true,function(AX){if(this.nodeType===1){this.appendChild(AX)}})},prepend:function(){return this.domManip(arguments,true,function(AX){if(this.nodeType===1){this.insertBefore(AX,this.firstChild)}})},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(AY){this.parentNode.insertBefore(AY,this)})}else{if(arguments.length){var AX=l(arguments[0]);AX.push.apply(AX,this.toArray());return this.pushStack(AX,"before",arguments)}}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(AY){this.parentNode.insertBefore(AY,this.nextSibling)})}else{if(arguments.length){var AX=this.pushStack(this,"after",arguments);AX.push.apply(AX,l(arguments[0]).toArray());return AX}}},remove:function(AZ,AY){for(var A0=0,AX;(AX=this[A0])!=null;A0++){if(!AZ||l.filter(AZ,[AX]).length){if(!AY&&AX.nodeType===1){l.cleanData(AX.getElementsByTagName("*"));l.cleanData([AX])}if(AX.parentNode){AX.parentNode.removeChild(AX)}}}return this},empty:function(){for(var AY=0,AX;(AX=this[AY])!=null;AY++){if(AX.nodeType===1){l.cleanData(AX.getElementsByTagName("*"))}while(AX.firstChild){AX.removeChild(AX.firstChild)}}return this},clone:function(AX){var AY=this.map(function(){if(!l.support.noCloneEvent&&!l.isXMLDoc(this)){var A1=this.outerHTML,A0=this.ownerDocument;if(!A1){var AZ=A0.createElement("div");AZ.appendChild(this.cloneNode(true));A1=AZ.innerHTML}return l.clean([A1.replace(Au,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(AC,"")],A0)[0]}else{return this.cloneNode(true)}});if(AX===true){i(this,AY);i(this.find("*"),AY.find("*"))}return AY},html:function(AX){if(AX===Af){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Au,""):null}else{if(typeof AX==="string"&&!a.test(AX)&&(l.support.leadingWhitespace||!AC.test(AX))&&!Ab[(Ap.exec(AX)||["",""])[1].toLowerCase()]){AX=AX.replace(w,g);try{for(var AY=0,A0=this.length;AY<A0;AY++){if(this[AY].nodeType===1){l.cleanData(this[AY].getElementsByTagName("*"));this[AY].innerHTML=AX}}}catch(AZ){this.empty().append(AX)}}else{if(l.isFunction(AX)){this.each(function(A3){var A2=l(this),A1=A2.html();A2.empty().append(function(){return AX.call(this,A3,A1)})})}else{this.empty().append(AX)}}}return this},replaceWith:function(AX){if(this[0]&&this[0].parentNode){if(l.isFunction(AX)){return this.each(function(A0){var AZ=l(this),AY=AZ.html();AZ.replaceWith(AX.call(this,A0,AY))})}if(typeof AX!=="string"){AX=l(AX).detach()}return this.each(function(){var AZ=this.nextSibling,AY=this.parentNode;l(this).remove();if(AZ){l(AZ).before(AX)}else{l(AY).append(AX)}})}else{return this.pushStack(l(l.isFunction(AX)?AX():AX),"replaceWith",AX)}},detach:function(AX){return this.remove(AX,true)},domManip:function(A4,AX,A8){var A3,A5,A1=A4[0],A2=[],AZ,A7;if(!l.support.checkClone&&arguments.length===3&&typeof A1==="string"&&Ac.test(A1)){return this.each(function(){l(this).domManip(A4,AX,A8,true)})}if(l.isFunction(A1)){return this.each(function(Ba){var A9=l(this);A4[0]=A1.call(this,Ba,AX?A9.html():Af);A9.domManip(A4,AX,A8)})}if(this[0]){A7=A1&&A1.parentNode;if(l.support.parentNode&&A7&&A7.nodeType===11&&A7.childNodes.length===this.length){A3={fragment:A7}}else{A3=D(A4,this,A2)}AZ=A3.fragment;if(AZ.childNodes.length===1){A5=AZ=AZ.firstChild}else{A5=AZ.firstChild}if(A5){AX=AX&&l.nodeName(A5,"tr");for(var A6=0,A0=this.length;A6<A0;A6++){A8.call(AX?AY(this[A6],A5):this[A6],A6>0||A3.cacheable||this.length>1?AZ.cloneNode(true):AZ)}}if(A2.length){l.each(A2,k)}}return this;function AY(A9,Ba){return l.nodeName(A9,"table")?(A9.getElementsByTagName("tbody")[0]||A9.appendChild(A9.ownerDocument.createElement("tbody"))):A9}}});function i(AX,AZ){var AY=0;AZ.each(function(){if(this.nodeName!==(AX[AY]&&AX[AY].nodeName)){return}var A0=l.data(AX[AY++]),A4=l.data(this,A0),A2=A0&&A0.events;if(A2){delete A4.handle;A4.events={};for(var A3 in A2){for(var A1 in A2[A3]){l.event.add(this,A3,A2[A3][A1],A2[A3][A1].data)}}}})}function D(AY,A0,A1){var A3,AX,AZ,A2=(A0&&A0[0]?A0[0].ownerDocument||A0[0]:AR);if(AY.length===1&&typeof AY[0]==="string"&&AY[0].length<512&&A2===AR&&!a.test(AY[0])&&(l.support.checkClone||!Ac.test(AY[0]))){AX=true;AZ=l.fragments[AY[0]];if(AZ){if(AZ!==1){A3=AZ}}}if(!A3){A3=A2.createDocumentFragment();l.clean(AY,A2,A3,A1)}if(AX){l.fragments[AY[0]]=AZ?A3:1}return{fragment:A3,cacheable:AX}}l.fragments={};l.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(AY,AX){l.fn[AY]=function(A2){var A5=[],A1=l(A2),A0=this.length===1&&this[0].parentNode;if(A0&&A0.nodeType===11&&A0.childNodes.length===1&&A1.length===1){A1[AX](this[0]);return this}else{for(var A3=0,AZ=A1.length;A3<AZ;A3++){var A4=(A3>0?this.clone(true):this).get();l.fn[AX].apply(l(A1[A3]),A4);A5=A5.concat(A4)}return this.pushStack(A5,AY,A1.selector)}}});l.extend({clean:function(A4,A8,AZ,Ba){A8=A8||AR;if(typeof A8.createElement==="undefined"){A8=A8.ownerDocument||A8[0]&&A8[0].ownerDocument||AR}var A0=[];for(var AX=0,A9;(A9=A4[AX])!=null;AX++){if(typeof A9==="number"){A9+=""}if(!A9){continue}if(typeof A9==="string"&&!I.test(A9)){A9=A8.createTextNode(A9)}else{if(typeof A9==="string"){A9=A9.replace(w,g);var A5=(Ap.exec(A9)||["",""])[1].toLowerCase(),A1=Ab[A5]||Ab._default,AY=A1[0],A2=A8.createElement("div");A2.innerHTML=A1[1]+A9+A1[2];while(AY--){A2=A2.lastChild}if(!l.support.tbody){var A7=H.test(A9),A3=A5==="table"&&!A7?A2.firstChild&&A2.firstChild.childNodes:A1[1]==="<table>"&&!A7?A2.childNodes:[];for(var A6=A3.length-1;A6>=0;--A6){if(l.nodeName(A3[A6],"tbody")&&!A3[A6].childNodes.length){A3[A6].parentNode.removeChild(A3[A6])}}}if(!l.support.leadingWhitespace&&AC.test(A9)){A2.insertBefore(A8.createTextNode(AC.exec(A9)[0]),A2.firstChild)}A9=A2.childNodes}}if(A9.nodeType){A0.push(A9)}else{A0=l.merge(A0,A9)}}if(AZ){for(var AX=0;A0[AX];AX++){if(Ba&&l.nodeName(A0[AX],"script")&&(!A0[AX].type||A0[AX].type.toLowerCase()==="text/javascript")){Ba.push(A0[AX].parentNode?A0[AX].parentNode.removeChild(A0[AX]):A0[AX])}else{if(A0[AX].nodeType===1){A0.splice.apply(A0,[AX+1,0].concat(l.makeArray(A0[AX].getElementsByTagName("script"))))}AZ.appendChild(A0[AX])}}}return A0},cleanData:function(A2){var A0,AY,A4=l.cache,A5=l.event.special,AZ=l.support.deleteExpando;for(var AX=0,A3;(A3=A2[AX])!=null;AX++){AY=A3[l.expando];if(AY){A0=A4[AY];if(A0.events){for(var A1 in A0.events){if(A5[A1]){l.event.remove(A3,A1)}else{R(A3,A1,A0.handle)}}}if(AZ){delete A3[l.expando]}else{if(A3.removeAttribute){A3.removeAttribute(l.expando)}}delete A4[AY]}}}});var N=/z-?index|font-?weight|opacity|zoom|line-?height/i,AN=/alpha\([^)]*\)/,B=/opacity=([^)]*)/,X=/float/i,An=/-([a-z])/ig,Am=/([A-Z])/g,Ay=/^-?\d+(?:px)?$/i,AO=/^-?\d/,AL={position:"absolute",visibility:"hidden",display:"block"},Ar=["Left","Right"],K=["Top","Bottom"],V=AR.defaultView&&AR.defaultView.getComputedStyle,u=l.support.cssFloat?"cssFloat":"styleFloat",P=function(AY,AX){return AX.toUpperCase()};l.fn.css=function(AX,AY){return o(this,AX,AY,true,function(A0,AZ,A1){if(A1===Af){return l.curCSS(A0,AZ)}if(typeof A1==="number"&&!N.test(AZ)){A1+="px"}l.style(A0,AZ,A1)})};l.extend({style:function(A0,AY,A3){if(!A0||A0.nodeType===3||A0.nodeType===8){return Af}if((AY==="width"||AY==="height")&&parseFloat(A3)<0){A3=Af}var AZ=A0.style||A0,AX=A3!==Af;if(!l.support.opacity&&AY==="opacity"){if(AX){AZ.zoom=1;var A1=parseInt(A3,10)+""==="NaN"?"":"alpha(opacity="+A3*100+")";var A2=AZ.filter||l.curCSS(A0,"filter")||"";AZ.filter=AN.test(A2)?A2.replace(AN,A1):A1}return AZ.filter&&AZ.filter.indexOf("opacity=")>=0?(parseFloat(B.exec(AZ.filter)[1])/100)+"":""}if(X.test(AY)){AY=u}AY=AY.replace(An,P);if(AX){AZ[AY]=A3}return AZ[AY]},css:function(A2,A1,A4,A3){if(A1==="width"||A1==="height"){var A0,AZ=AL,AY=A1==="width"?Ar:K;function AX(){A0=A1==="width"?A2.offsetWidth:A2.offsetHeight;if(A3==="border"){return}l.each(AY,function(){if(!A3){A0-=parseFloat(l.curCSS(A2,"padding"+this,true))||0}if(A3==="margin"){A0+=parseFloat(l.curCSS(A2,"margin"+this,true))||0}else{A0-=parseFloat(l.curCSS(A2,"border"+this+"Width",true))||0}})}if(A2.offsetWidth!==0){AX()}else{l.swap(A2,AZ,AX)}return Math.max(0,Math.round(A0))}return l.curCSS(A2,A1,A4)},curCSS:function(A5,A0,A7){var AX,A6=A5.style,AZ;if(!l.support.opacity&&A0==="opacity"&&A5.currentStyle){AX=B.test(A5.currentStyle.filter||"")?(parseFloat(RegExp.$1)/100)+"":"";return AX===""?"1":AX}if(X.test(A0)){A0=u}if(!A7&&A6&&A6[A0]){AX=A6[A0]}else{if(V){if(X.test(A0)){A0="float"}A0=A0.replace(Am,"-$1").toLowerCase();var A2=A5.ownerDocument.defaultView;if(!A2){return null}var A4=A2.getComputedStyle(A5,null);if(A4){AX=A4.getPropertyValue(A0)}if(A0==="opacity"&&AX===""){AX="1"}}else{if(A5.currentStyle){var A1=A0.replace(An,P);AX=A5.currentStyle[A0]||A5.currentStyle[A1];if(!Ay.test(AX)&&AO.test(AX)){var AY=A6.left,A3=A5.runtimeStyle.left;A5.runtimeStyle.left=A5.currentStyle.left;A6.left=A1==="fontSize"?"1em":(AX||0);AX=A6.pixelLeft+"px";A6.left=AY;A5.runtimeStyle.left=A3}}}}return AX},swap:function(AZ,A0,A1){var AX={};for(var AY in A0){AX[AY]=AZ.style[AY];AZ.style[AY]=A0[AY]}A1.call(AZ);for(var AY in A0){AZ.style[AY]=AX[AY]}}});if(l.expr&&l.expr.filters){l.expr.filters.hidden=function(AZ){var AY=AZ.offsetWidth,AX=AZ.offsetHeight,A0=AZ.nodeName.toLowerCase()==="tr";return AY===0&&AX===0&&!A0?true:AY>0&&AX>0&&!A0?false:l.curCSS(AZ,"display")==="none"};l.expr.filters.visible=function(AX){return !l.expr.filters.hidden(AX)}}var m=c(),Q=/<script(.|\s)*?\/script>/gi,E=/select|textarea/i,Aw=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,AT=/=\?(&|$)/,Ax=/\?/,z=/(\?|&)_=.*?(&|$)/,M=/^(\w+:)?\/\/([^\/?#]+)/,T=/%20/g,Y=l.fn.load;l.fn.extend({load:function(A0,AX,A3){if(typeof A0!=="string"){return Y.call(this,A0)}else{if(!this.length){return this}}var AY=A0.indexOf(" ");if(AY>=0){var A1=A0.slice(AY,A0.length);A0=A0.slice(0,AY)}var AZ="GET";if(AX){if(l.isFunction(AX)){A3=AX;AX=null}else{if(typeof AX==="object"){AX=l.param(AX,l.ajaxSettings.traditional);AZ="POST"}}}var A2=this;l.ajax({url:A0,type:AZ,dataType:"html",data:AX,complete:function(A5,A4){if(A4==="success"||A4==="notmodified"){A2.html(A1?l("<div />").append(A5.responseText.replace(Q,"")).find(A1):A5.responseText)}if(A3){A2.each(A3,[A5.responseText,A4,A5])}}});return this},serialize:function(){return l.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?l.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||E.test(this.nodeName)||Aw.test(this.type))}).map(function(AY,AX){var AZ=l(this).val();return AZ==null?null:l.isArray(AZ)?l.map(AZ,function(A1,A0){return{name:AX.name,value:A1}}):{name:AX.name,value:AZ}}).get()}});l.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(AY,AX){l.fn[AX]=function(AZ){return this.bind(AX,AZ)}});l.extend({get:function(AZ,A0,AX,AY){if(l.isFunction(A0)){AY=AY||AX;AX=A0;A0=null}return l.ajax({type:"GET",url:AZ,data:A0,success:AX,dataType:AY})},getScript:function(AX,AY){return l.get(AX,null,AY,"script")},getJSON:function(AY,AZ,AX){return l.get(AY,AZ,AX,"json")},post:function(AZ,A0,AX,AY){if(l.isFunction(A0)){AY=AY||AX;AX=A0;A0={}}return l.ajax({type:"POST",url:AZ,data:A0,success:AX,dataType:AY})},ajaxSetup:function(AX){l.extend(l.ajaxSettings,AX)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:Ai.XMLHttpRequest&&(Ai.location.protocol!=="file:"||!Ai.ActiveXObject)?function(){return new Ai.XMLHttpRequest()}:function(){try{return new Ai.ActiveXObject("Microsoft.XMLHTTP")}catch(AX){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(A6){var A2=l.extend(true,{},l.ajaxSettings,A6);var AY,A4,A5,Bg=A6&&A6.context||A2,AZ=A2.type.toUpperCase();if(A2.data&&A2.processData&&typeof A2.data!=="string"){A2.data=l.param(A2.data,A2.traditional)}if(A2.dataType==="jsonp"){if(AZ==="GET"){if(!AT.test(A2.url)){A2.url+=(Ax.test(A2.url)?"&":"?")+(A2.jsonp||"callback")+"=?"}}else{if(!A2.data||!AT.test(A2.data)){A2.data=(A2.data?A2.data+"&":"")+(A2.jsonp||"callback")+"=?"}}A2.dataType="json"}if(A2.dataType==="json"&&(A2.data&&AT.test(A2.data)||AT.test(A2.url))){AY=A2.jsonpCallback||("jsonp"+m++);if(A2.data){A2.data=(A2.data+"").replace(AT,"="+AY+"$1")}A2.url=A2.url.replace(AT,"="+AY+"$1");A2.dataType="script";Ai[AY]=Ai[AY]||function(Bj){A5=Bj;A7();Bc();Ai[AY]=Af;try{delete Ai[AY]}catch(Bk){}if(Bi){Bi.removeChild(Bf)}}}if(A2.dataType==="script"&&A2.cache===null){A2.cache=false}if(A2.cache===false&&AZ==="GET"){var AX=c();var A1=A2.url.replace(z,"$1_="+AX+"$2");A2.url=A1+((A1===A2.url)?(Ax.test(A2.url)?"&":"?")+"_="+AX:"")}if(A2.data&&AZ==="GET"){A2.url+=(Ax.test(A2.url)?"&":"?")+A2.data}if(A2.global&&!l.active++){l.event.trigger("ajaxStart")}var Bh=M.exec(A2.url),A3=Bh&&(Bh[1]&&Bh[1]!==location.protocol||Bh[2]!==location.host);if(A2.dataType==="script"&&AZ==="GET"&&A3){var Bi=AR.getElementsByTagName("head")[0]||AR.documentElement;var Bf=AR.createElement("script");Bf.src=A2.url;if(A2.scriptCharset){Bf.charset=A2.scriptCharset}if(!AY){var A0=false;Bf.onload=Bf.onreadystatechange=function(){if(!A0&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){A0=true;A7();Bc();Bf.onload=Bf.onreadystatechange=null;if(Bi&&Bf.parentNode){Bi.removeChild(Bf)}}}}Bi.insertBefore(Bf,Bi.firstChild);return Af}var Bd=false;var A9=A2.xhr();if(!A9){return}if(A2.username){A9.open(AZ,A2.url,A2.async,A2.username,A2.password)}else{A9.open(AZ,A2.url,A2.async)}try{if(A2.data||A6&&A6.contentType){A9.setRequestHeader("Content-Type",A2.contentType)}if(A2.ifModified){if(l.lastModified[A2.url]){A9.setRequestHeader("If-Modified-Since",l.lastModified[A2.url])}if(l.etag[A2.url]){A9.setRequestHeader("If-None-Match",l.etag[A2.url])}}if(!A3){A9.setRequestHeader("X-Requested-With","XMLHttpRequest")}A9.setRequestHeader("Accept",A2.dataType&&A2.accepts[A2.dataType]?A2.accepts[A2.dataType]+", */*":A2.accepts._default)}catch(A8){}if(A2.beforeSend&&A2.beforeSend.call(Bg,A9,A2)===false){if(A2.global&&!--l.active){l.event.trigger("ajaxStop")}A9.abort();return false}if(A2.global){Ba("ajaxSend",[A9,A2])}var Bb=A9.onreadystatechange=function(Bj){if(!A9||A9.readyState===0||Bj==="abort"){if(!Bd){Bc()}Bd=true;if(A9){A9.onreadystatechange=l.noop}}else{if(!Bd&&A9&&(A9.readyState===4||Bj==="timeout")){Bd=true;A9.onreadystatechange=l.noop;A4=Bj==="timeout"?"timeout":!l.httpSuccess(A9)?"error":A2.ifModified&&l.httpNotModified(A9,A2.url)?"notmodified":"success";var Bl;if(A4==="success"){try{A5=l.httpData(A9,A2.dataType,A2)}catch(Bk){A4="parsererror";Bl=Bk}}if(A4==="success"||A4==="notmodified"){if(!AY){A7()}}else{l.handleError(A2,A9,A4,Bl)}Bc();if(Bj==="timeout"){A9.abort()}if(A2.async){A9=null}}}};try{var Be=A9.abort;A9.abort=function(){if(A9){Be.call(A9)}Bb("abort")}}catch(A8){}if(A2.async&&A2.timeout>0){setTimeout(function(){if(A9&&!Bd){Bb("timeout")}},A2.timeout)}try{A9.send(AZ==="POST"||AZ==="PUT"||AZ==="DELETE"?A2.data:null)}catch(A8){l.handleError(A2,A9,null,A8);Bc()}if(!A2.async){Bb()}function A7(){if(A2.success){A2.success.call(Bg,A5,A4,A9)}if(A2.global){Ba("ajaxSuccess",[A9,A2])}}function Bc(){if(A2.complete){A2.complete.call(Bg,A9,A4)}if(A2.global){Ba("ajaxComplete",[A9,A2])}if(A2.global&&!--l.active){l.event.trigger("ajaxStop")}}function Ba(Bk,Bj){(A2.context?l(A2.context):l.event).trigger(Bk,Bj)}return A9},handleError:function(AX,A0,AY,AZ){if(AX.error){AX.error.call(AX.context||AX,A0,AY,AZ)}if(AX.global){(AX.context?l(AX.context):l.event).trigger("ajaxError",[A0,AX,AZ])}},active:0,httpSuccess:function(AY){try{return !AY.status&&location.protocol==="file:"||(AY.status>=200&&AY.status<300)||AY.status===304||AY.status===1223||AY.status===0}catch(AX){}return false},httpNotModified:function(A0,AY){var AZ=A0.getResponseHeader("Last-Modified"),AX=A0.getResponseHeader("Etag");if(AZ){l.lastModified[AY]=AZ}if(AX){l.etag[AY]=AX}return A0.status===304||A0.status===0},httpData:function(A1,AZ,AX){var A0=A1.getResponseHeader("content-type")||"",AY=AZ==="xml"||!AZ&&A0.indexOf("xml")>=0,A2=AY?A1.responseXML:A1.responseText;if(AY&&A2.documentElement.nodeName==="parsererror"){l.error("parsererror")}if(AX&&AX.dataFilter){A2=AX.dataFilter(A2,AZ)}if(typeof A2==="string"){if(AZ==="json"||!AZ&&A0.indexOf("json")>=0){A2=l.parseJSON(A2)}else{if(AZ==="script"||!AZ&&A0.indexOf("javascript")>=0){l.globalEval(A2)}}}return A2},param:function(A0,A2){var AY=[];if(A2===Af){A2=l.ajaxSettings.traditional}if(l.isArray(A0)||A0.jquery){l.each(A0,function(){AZ(this.name,this.value)})}else{for(var A1 in A0){AX(A1,A0[A1])}}return AY.join("&").replace(T,"+");function AX(A3,A4){if(l.isArray(A4)){l.each(A4,function(A6,A5){if(A2||/\[\]$/.test(A3)){AZ(A3,A5)}else{AX(A3+"["+(typeof A5==="object"||l.isArray(A5)?A6:"")+"]",A5)}})}else{if(!A2&&A4!=null&&typeof A4==="object"){l.each(A4,function(A6,A5){AX(A3+"["+A6+"]",A5)})}else{AZ(A3,A4)}}}function AZ(A4,A3){A3=l.isFunction(A3)?A3():A3;AY[AY.length]=encodeURIComponent(A4)+"="+encodeURIComponent(A3)}}});var AM={},AG=/toggle|show|hide/,AF=/^([+-]=)?([\d+-.]+)(.*)$/,Av,v=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];l.fn.extend({show:function(A1,A6){if(A1||A1===0){return this.animate(A("show",3),A1,A6)}else{for(var AX=0,A0=this.length;AX<A0;AX++){var A2=l.data(this[AX],"olddisplay");this[AX].style.display=A2||"";if(l.css(this[AX],"display")==="none"){var A5=this[AX].nodeName,A3;if(AM[A5]){A3=AM[A5]}else{var A4=l("<"+A5+" />").appendTo("body");A3=A4.css("display");if(A3==="none"){A3="block"}A4.remove();AM[A5]=A3}l.data(this[AX],"olddisplay",A3)}}for(var AY=0,AZ=this.length;AY<AZ;AY++){this[AY].style.display=l.data(this[AY],"olddisplay")||""}return this}},hide:function(AY,A3){if(AY||AY===0){return this.animate(A("hide",3),AY,A3)}else{for(var A0=0,AZ=this.length;A0<AZ;A0++){var AX=l.data(this[A0],"olddisplay");if(!AX&&AX!=="none"){l.data(this[A0],"olddisplay",l.css(this[A0],"display"))}}for(var A1=0,A2=this.length;A1<A2;A1++){this[A1].style.display="none"}return this}},_toggle:l.fn.toggle,toggle:function(AX,AY){var AZ=typeof AX==="boolean";if(l.isFunction(AX)&&l.isFunction(AY)){this._toggle.apply(this,arguments)}else{if(AX==null||AZ){this.each(function(){var A0=AZ?AX:l(this).is(":hidden");l(this)[A0?"show":"hide"]()})}else{this.animate(A("toggle",3),AX,AY)}}return this},fadeTo:function(AY,AX,AZ){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:AX},AY,AZ)},animate:function(A1,AZ,AX,AY){var A0=l.speed(AZ,AX,AY);if(l.isEmptyObject(A1)){return this.each(A0.complete)}return this[A0.queue===false?"each":"queue"](function(){var A6=l.extend({},A0),A5,A3=this.nodeType===1&&l(this).is(":hidden"),A4=this;for(A5 in A1){var A2=A5.replace(An,P);if(A5!==A2){A1[A2]=A1[A5];delete A1[A5];A5=A2}if(A1[A5]==="hide"&&A3||A1[A5]==="show"&&!A3){return A6.complete.call(this)}if((A5==="height"||A5==="width")&&this.style){A6.display=l.css(this,"display");A6.overflow=this.style.overflow}if(l.isArray(A1[A5])){(A6.specialEasing=A6.specialEasing||{})[A5]=A1[A5][1];A1[A5]=A1[A5][0]}}if(A6.overflow!=null){this.style.overflow="hidden"}A6.curAnim=l.extend({},A1);l.each(A1,function(A7,Bd){var Bc=new l.fx(A4,A6,A7);if(AG.test(Bd)){Bc[Bd==="toggle"?A3?"show":"hide":Bd](A1)}else{var Bb=AF.exec(Bd),A9=Bc.cur(true)||0;if(Bb){var Ba=parseFloat(Bb[2]),A8=Bb[3]||"px";if(A8!=="px"){A4.style[A7]=(Ba||1)+A8;A9=((Ba||1)/Bc.cur(true))*A9;A4.style[A7]=A9+A8}if(Bb[1]){Ba=((Bb[1]==="-="?-1:1)*Ba)+A9}Bc.custom(A9,Ba,A8)}else{Bc.custom(A9,Bd,"")}}});return true})},stop:function(AX,AZ){var AY=l.timers;if(AX){this.queue([])}this.each(function(){for(var A0=AY.length-1;A0>=0;A0--){if(AY[A0].elem===this){if(AZ){AY[A0](true)}AY.splice(A0,1)}}});if(!AZ){this.dequeue()}return this}});l.each({slideDown:A("show",1),slideUp:A("hide",1),slideToggle:A("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(AY,AX){l.fn[AY]=function(AZ,A0){return this.animate(AX,AZ,A0)}});l.extend({speed:function(AZ,AY,AX){var A0=AZ&&typeof AZ==="object"?AZ:{complete:AX||!AX&&AY||l.isFunction(AZ)&&AZ,duration:AZ,easing:AX&&AY||AY&&!l.isFunction(AY)&&AY};A0.duration=l.fx.off?0:typeof A0.duration==="number"?A0.duration:l.fx.speeds[A0.duration]||l.fx.speeds._default;A0.old=A0.complete;A0.complete=function(){if(A0.queue!==false){l(this).dequeue()}if(l.isFunction(A0.old)){A0.old.call(this)}};return A0},easing:{linear:function(AZ,AX,A0,AY){return A0+AY*AZ},swing:function(AZ,AX,A0,AY){return((-Math.cos(AZ*Math.PI)/2)+0.5)*AY+A0}},timers:[],fx:function(AX,AY,AZ){this.options=AY;this.elem=AX;this.prop=AZ;if(!AY.orig){AY.orig={}}}});l.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(l.fx.step[this.prop]||l.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(AY){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var AX=parseFloat(l.css(this.elem,this.prop,AY));return AX&&AX>-10000?AX:parseFloat(l.curCSS(this.elem,this.prop))||0},custom:function(AX,AY,AZ){this.startTime=c();this.start=AX;this.end=AY;this.unit=AZ||this.unit||"px";this.now=this.start;this.pos=this.state=0;var A0=this;function A1(A2){return A0.step(A2)}A1.elem=this.elem;if(A1()&&l.timers.push(A1)&&!Av){Av=setInterval(l.fx.tick,13)}},show:function(){this.options.orig[this.prop]=l.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());l(this.elem).show()},hide:function(){this.options.orig[this.prop]=l.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(AY){var A4=c(),A5=true;if(AY||A4>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var AX in this.options.curAnim){if(this.options.curAnim[AX]!==true){A5=false}}if(A5){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;var AZ=l.data(this.elem,"olddisplay");this.elem.style.display=AZ?AZ:this.options.display;if(l.css(this.elem,"display")==="none"){this.elem.style.display="block"}}if(this.options.hide){l(this.elem).hide()}if(this.options.hide||this.options.show){for(var A3 in this.options.curAnim){l.style(this.elem,A3,this.options.orig[A3])}}this.options.complete.call(this.elem)}return false}else{var A0=A4-this.startTime;this.state=A0/this.options.duration;var A2=this.options.specialEasing&&this.options.specialEasing[this.prop];var A1=this.options.easing||(l.easing.swing?"swing":"linear");this.pos=l.easing[A2||A1](this.state,A0,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};l.extend(l.fx,{tick:function(){var AX=l.timers;for(var AY=0;AY<AX.length;AY++){if(!AX[AY]()){AX.splice(AY--,1)}}if(!AX.length){l.fx.stop()}},stop:function(){clearInterval(Av);Av=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(AX){l.style(AX.elem,"opacity",AX.now)},_default:function(AX){if(AX.elem.style&&AX.elem.style[AX.prop]!=null){AX.elem.style[AX.prop]=(AX.prop==="width"||AX.prop==="height"?Math.max(0,AX.now):AX.now)+AX.unit}else{AX.elem[AX.prop]=AX.now}}}});if(l.expr&&l.expr.filters){l.expr.filters.animated=function(AX){return l.grep(l.timers,function(AY){return AX===AY.elem}).length}}function A(AY,AZ){var AX={};l.each(v.concat.apply([],v.slice(0,AZ)),function(){AX[this]=AY});return AX}if("getBoundingClientRect" in AR.documentElement){l.fn.offset=function(AX){var A6=this[0];if(AX){return this.each(function(A7){l.offset.setOffset(this,AX,A7)})}if(!A6||!A6.ownerDocument){return null}if(A6===A6.ownerDocument.body){return l.offset.bodyOffset(A6)}var A0=A6.getBoundingClientRect(),A2=A6.ownerDocument,A5=A2.body,A3=A2.documentElement,A4=A3.clientTop||A5.clientTop||0,AY=A3.clientLeft||A5.clientLeft||0,AZ=A0.top+(self.pageYOffset||l.support.boxModel&&A3.scrollTop||A5.scrollTop)-A4,A1=A0.left+(self.pageXOffset||l.support.boxModel&&A3.scrollLeft||A5.scrollLeft)-AY;return{top:AZ,left:A1}}}else{l.fn.offset=function(AX){var A8=this[0];if(AX){return this.each(function(A9){l.offset.setOffset(this,AX,A9)})}if(!A8||!A8.ownerDocument){return null}if(A8===A8.ownerDocument.body){return l.offset.bodyOffset(A8)}l.offset.initialize();var A7=A8.offsetParent,AY=A8,A4=A8.ownerDocument,A1,A5=A4.documentElement,A6=A4.body,A2=A4.defaultView,A3=A2?A2.getComputedStyle(A8,null):A8.currentStyle,AZ=A8.offsetTop,A0=A8.offsetLeft;while((A8=A8.parentNode)&&A8!==A6&&A8!==A5){if(l.offset.supportsFixedPosition&&A3.position==="fixed"){break}A1=A2?A2.getComputedStyle(A8,null):A8.currentStyle;AZ-=A8.scrollTop;A0-=A8.scrollLeft;if(A8===A7){AZ+=A8.offsetTop;A0+=A8.offsetLeft;if(l.offset.doesNotAddBorder&&!(l.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(A8.nodeName))){AZ+=parseFloat(A1.borderTopWidth)||0;A0+=parseFloat(A1.borderLeftWidth)||0}AY=A7,A7=A8.offsetParent}if(l.offset.subtractsBorderForOverflowNotVisible&&A1.overflow!=="visible"){AZ+=parseFloat(A1.borderTopWidth)||0;A0+=parseFloat(A1.borderLeftWidth)||0}A3=A1}if(A3.position==="relative"||A3.position==="static"){AZ+=A6.offsetTop;A0+=A6.offsetLeft}if(l.offset.supportsFixedPosition&&A3.position==="fixed"){AZ+=Math.max(A5.scrollTop,A6.scrollTop);A0+=Math.max(A5.scrollLeft,A6.scrollLeft)}return{top:AZ,left:A0}}}l.offset={initialize:function(){var A2=AR.body,AZ=AR.createElement("div"),A4,A1,AX,A3,AY=parseFloat(l.curCSS(A2,"marginTop",true))||0,A0="<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>";l.extend(AZ.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});AZ.innerHTML=A0;A2.insertBefore(AZ,A2.firstChild);A4=AZ.firstChild;A1=A4.firstChild;A3=A4.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(A1.offsetTop!==5);this.doesAddBorderForTableAndCells=(A3.offsetTop===5);A1.style.position="fixed",A1.style.top="20px";this.supportsFixedPosition=(A1.offsetTop===20||A1.offsetTop===15);A1.style.position=A1.style.top="";A4.style.overflow="hidden",A4.style.position="relative";this.subtractsBorderForOverflowNotVisible=(A1.offsetTop===-5);this.doesNotIncludeMarginInBodyOffset=(A2.offsetTop!==AY);A2.removeChild(AZ);A2=AZ=A4=A1=AX=A3=null;l.offset.initialize=l.noop},bodyOffset:function(AX){var AY=AX.offsetTop,AZ=AX.offsetLeft;l.offset.initialize();if(l.offset.doesNotIncludeMarginInBodyOffset){AY+=parseFloat(l.curCSS(AX,"marginTop",true))||0;AZ+=parseFloat(l.curCSS(AX,"marginLeft",true))||0}return{top:AY,left:AZ}},setOffset:function(A4,AX,A3){if(/static/.test(l.curCSS(A4,"position"))){A4.style.position="relative"}var A1=l(A4),A2=A1.offset(),A0=parseInt(l.curCSS(A4,"top",true),10)||0,AZ=parseInt(l.curCSS(A4,"left",true),10)||0;if(l.isFunction(AX)){AX=AX.call(A4,A3,A2)}var AY={top:(AX.top-A2.top)+A0,left:(AX.left-A2.left)+AZ};if("using" in AX){AX.using.call(A4,AY)}else{A1.css(AY)}}};l.fn.extend({position:function(){if(!this[0]){return null}var AY=this[0],A0=this.offsetParent(),AZ=this.offset(),AX=/^body|html$/i.test(A0[0].nodeName)?{top:0,left:0}:A0.offset();AZ.top-=parseFloat(l.curCSS(AY,"marginTop",true))||0;AZ.left-=parseFloat(l.curCSS(AY,"marginLeft",true))||0;AX.top+=parseFloat(l.curCSS(A0[0],"borderTopWidth",true))||0;AX.left+=parseFloat(l.curCSS(A0[0],"borderLeftWidth",true))||0;return{top:AZ.top-AX.top,left:AZ.left-AX.left}},offsetParent:function(){return this.map(function(){var AX=this.offsetParent||AR.body;while(AX&&(!/^body|html$/i.test(AX.nodeName)&&l.css(AX,"position")==="static")){AX=AX.offsetParent}return AX})}});l.each(["Left","Top"],function(AZ,AX){var AY="scroll"+AX;l.fn[AY]=function(A2){var A0=this[0],A1;if(!A0){return null}if(A2!==Af){return this.each(function(){A1=J(this);if(A1){A1.scrollTo(!AZ?A2:l(A1).scrollLeft(),AZ?A2:l(A1).scrollTop())}else{this[AY]=A2}})}else{A1=J(A0);return A1?("pageXOffset" in A1)?A1[AZ?"pageYOffset":"pageXOffset"]:l.support.boxModel&&A1.document.documentElement[AY]||A1.document.body[AY]:A0[AY]}}});function J(AX){return("scrollTo" in AX&&AX.document)?AX:AX.nodeType===9?AX.defaultView||AX.parentWindow:false}l.each(["Height","Width"],function(AZ,AX){var AY=AX.toLowerCase();l.fn["inner"+AX]=function(){return this[0]?l.css(this[0],AY,false,"padding"):null};l.fn["outer"+AX]=function(A0){return this[0]?l.css(this[0],AY,false,A0?"margin":"border"):null};l.fn[AY]=function(A0){var A1=this[0];if(!A1){return A0==null?null:this}if(l.isFunction(A0)){return this.each(function(A3){var A2=l(this);A2[AY](A0.call(this,A3,A2[AY]()))})}return("scrollTo" in A1&&A1.document)?A1.document.compatMode==="CSS1Compat"&&A1.document.documentElement["client"+AX]||A1.document.body["client"+AX]:(A1.nodeType===9)?Math.max(A1.documentElement["client"+AX],A1.body["scroll"+AX],A1.documentElement["scroll"+AX],A1.body["offset"+AX],A1.documentElement["offset"+AX]):A0===Af?l.css(A1,AY):this.css(AY,typeof A0==="string"?A0:A0+"px")}});Ai.jQuery=Ai.$=l})(window);
