/*
 * jQuery JavaScript Library v1.11.1
 * http://jquery.com/
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 *
 * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
 * Released under the MIT license
 * http://jquery.org/license
 *
 * Date: 2014-05-01T17:42Z
 */
(function(b,a){if(typeof module==="object"&&typeof module.exports==="object"){module.exports=b.document?a(b,true):function(c){if(!c.document){throw new Error("jQuery requires a window with a document")}return a(c)}}else{a(b)}}(typeof window!=="undefined"?window:this,function(bZ,ax){var N=[];var bP=N.slice;var y=N.concat;var aE=N.push;var ak=N.indexOf;var v={};var bT=v.toString;var ah=v.hasOwnProperty;var bR={};var bY="1.11.1",at=function(i,e){return new at.fn.init(i,e)},bB=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,bb=/^-ms-/,aP=/-([\da-z])/gi,U=function(e,i){return i.toUpperCase()};at.fn=at.prototype={jquery:bY,constructor:at,selector:"",length:0,toArray:function(){return bP.call(this)},get:function(e){return e!=null?(e<0?this[e+this.length]:this[e]):bP.call(this)},pushStack:function(e){var i=at.merge(this.constructor(),e);i.prevObject=this;i.context=this.context;return i},each:function(i,e){return at.each(this,i,e)},map:function(e){return this.pushStack(at.map(this,function(b5,b6){return e.call(b5,b6,b5)}))},slice:function(){return this.pushStack(bP.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var b6=this.length,b5=+e+(e<0?b6:0);return this.pushStack(b5>=0&&b5<b6?[this[b5]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:aE,sort:N.sort,splice:N.splice};at.extend=at.fn.extend=function(){var cc,b6,b5,ca,cb,e,cd=arguments[0]||{},b8=1,b9=arguments.length,b7=false;if(typeof cd==="boolean"){b7=cd;cd=arguments[b8]||{};b8++}if(typeof cd!=="object"&&!at.isFunction(cd)){cd={}}if(b8===b9){cd=this;b8--}for(;b8<b9;b8++){if((cb=arguments[b8])!=null){for(ca in cb){cc=cd[ca];b5=cb[ca];if(cd===b5){continue}if(b7&&b5&&(at.isPlainObject(b5)||(b6=at.isArray(b5)))){if(b6){b6=false;e=cc&&at.isArray(cc)?cc:[]}else{e=cc&&at.isPlainObject(cc)?cc:{}}cd[ca]=at.extend(b7,e,b5)}else{if(b5!==undefined){cd[ca]=b5}}}}}return cd};at.extend({expando:"jQuery"+(bY+Math.random()).replace(/\D/g,""),isReady:true,error:function(e){throw new Error(e)},noop:function(){},isFunction:function(e){return at.type(e)==="function"},isArray:Array.isArray||function(e){return at.type(e)==="array"},isWindow:function(e){return e!=null&&e==e.window},isNumeric:function(e){return !at.isArray(e)&&e-parseFloat(e)>=0},isEmptyObject:function(i){var e;for(e in i){return false}return true},isPlainObject:function(b6){var b5;if(!b6||at.type(b6)!=="object"||b6.nodeType||at.isWindow(b6)){return false}try{if(b6.constructor&&!ah.call(b6,"constructor")&&!ah.call(b6.constructor.prototype,"isPrototypeOf")){return false}}catch(i){return false}if(bR.ownLast){for(b5 in b6){return ah.call(b6,b5)}}for(b5 in b6){}return b5===undefined||ah.call(b6,b5)},type:function(e){if(e==null){return e+""}return typeof e==="object"||typeof e==="function"?v[bT.call(e)]||"object":typeof e},globalEval:function(e){if(e&&at.trim(e)){(bZ.execScript||function(i){bZ["eval"].call(bZ,i)})(e)}},camelCase:function(e){return e.replace(bb,"ms-").replace(aP,U)},nodeName:function(e,i){return e.nodeName&&e.nodeName.toLowerCase()===i.toLowerCase()},each:function(b9,b5,e){var ca,b6=0,b8=b9.length,b7=ap(b9);if(e){if(b7){for(;b6<b8;b6++){ca=b5.apply(b9[b6],e);if(ca===false){break}}}else{for(b6 in b9){ca=b5.apply(b9[b6],e);if(ca===false){break}}}}else{if(b7){for(;b6<b8;b6++){ca=b5.call(b9[b6],b6,b9[b6]);if(ca===false){break}}}else{for(b6 in b9){ca=b5.call(b9[b6],b6,b9[b6]);if(ca===false){break}}}}return b9},trim:function(e){return e==null?"":(e+"").replace(bB,"")},makeArray:function(e,i){var b5=i||[];if(e!=null){if(ap(Object(e))){at.merge(b5,typeof e==="string"?[e]:e)}else{aE.call(b5,e)}}return b5},inArray:function(b5,e,b6){var b7;if(e){if(ak){return ak.call(e,b5,b6)}b7=e.length;b6=b6?b6<0?Math.max(0,b7+b6):b6:0;for(;b6<b7;b6++){if(b6 in e&&e[b6]===b5){return b6}}}return -1},merge:function(e,b8){var b7=+b8.length,b6=0,b5=e.length;while(b6<b7){e[b5++]=b8[b6++]}if(b7!==b7){while(b8[b6]!==undefined){e[b5++]=b8[b6++]}}e.length=b5;return e},grep:function(b7,e,b9){var b6,cb=[],b8=0,ca=b7.length,b5=!b9;for(;b8<ca;b8++){b6=!e(b7[b8],b8);if(b6!==b5){cb.push(b7[b8])}}return cb},map:function(b6,b5,e){var cb,b7=0,b9=b6.length,b8=ap(b6),ca=[];if(b8){for(;b7<b9;b7++){cb=b5(b6[b7],b7,e);if(cb!=null){ca.push(cb)}}}else{for(b7 in b6){cb=b5(b6[b7],b7,e);if(cb!=null){ca.push(cb)}}}return y.apply([],ca)},guid:1,proxy:function(b5,i){var e,b6,b7;if(typeof i==="string"){b7=b5[i];i=b5;b5=b7}if(!at.isFunction(b5)){return undefined}e=bP.call(arguments,2);b6=function(){return b5.apply(i||this,e.concat(bP.call(arguments)))};b6.guid=b5.guid=b5.guid||at.guid++;return b6},now:function(){return +(new Date())},support:bR});at.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(e,b5){v["[object "+b5+"]"]=b5.toLowerCase()});function ap(i){var e=i.length,b5=at.type(i);if(b5==="function"||at.isWindow(i)){return false}if(i.nodeType===1&&e){return true}return b5==="array"||e===0||typeof e==="number"&&e>0&&(e-1) in i}var bO=
/*
     * Sizzle CSS Selector Engine v1.10.19
     * http://sizzlejs.com/
     *
     * Copyright 2013 jQuery Foundation, Inc. and other contributors
     * Released under the MIT license
     * http://jquery.org/license
     *
     * Date: 2014-04-18
     */
(function(dk){var cy,de,ct,cv,cB,dh,cd,c4,cJ,db,cw,c5,cn,cm,co,cR,cQ,cF,cg,cs="sizzle"+-(new Date()),cL=dk.document,cl=0,cp=0,cc=ci(),dg=ci(),ce=ci(),dc=function(e,i){if(e===i){cw=true}return 0},dd=typeof undefined,cH=1<<31,cx=({}).hasOwnProperty,b7=[],cK=b7.pop,cO=b7.push,cN=b7.push,da=b7.slice,cA=b7.indexOf||function(e){var dl=0,dm=this.length;for(;dl<dm;dl++){if(this[dl]===e){return dl}}return -1},ca="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",dj="[\\x20\\t\\r\\n\\f]",cb="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",cz=cb.replace("w","w#"),b9="\\["+dj+"*("+cb+")(?:"+dj+"*([*^$|!~]?=)"+dj+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+cz+"))|)"+dj+"*\\]",cM=":("+cb+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+b9+")*)|.*)\\)|)",c2=new RegExp("^"+dj+"+|((?:^|[^\\\\])(?:\\\\.)*)"+dj+"+$","g"),cT=new RegExp("^"+dj+"*,"+dj+"*"),cS=new RegExp("^"+dj+"*([>+~]|"+dj+")"+dj+"*"),cP=new RegExp("="+dj+"*([^\\]'\"]*?)"+dj+"*\\]","g"),cZ=new RegExp(cM),cW=new RegExp("^"+cz+"$"),cG={ID:new RegExp("^#("+cb+")"),CLASS:new RegExp("^\\.("+cb+")"),TAG:new RegExp("^("+cb.replace("w","w*")+")"),ATTR:new RegExp("^"+b9),PSEUDO:new RegExp("^"+cM),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+dj+"*(even|odd|(([+-]|)(\\d*)n|)"+dj+"*(?:([+-]|)"+dj+"*(\\d+)|))"+dj+"*\\)|)","i"),bool:new RegExp("^(?:"+ca+")$","i"),needsContext:new RegExp("^"+dj+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+dj+"*((?:-\\d)?\\d*)"+dj+"*\\)|)(?=[^-]|$)","i")},cX=/^(?:input|select|textarea|button)$/i,cV=/^h\d$/i,cY=/^[^{]+\{\s*\[native \w/,c0=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,c1=/[+~]/,cU=/'|\\/g,c3=new RegExp("\\\\([\\da-f]{1,6}"+dj+"?|("+dj+")|.)","ig"),cu=function(e,i,dl){var dm="0x"+i-65536;return dm!==dm||dl?i:dm<0?String.fromCharCode(dm+65536):String.fromCharCode(dm>>10|55296,dm&1023|56320)};try{cN.apply((b7=da.call(cL.childNodes)),cL.childNodes);b7[cL.childNodes.length].nodeType}catch(cq){cN={apply:b7.length?function(i,e){cO.apply(i,da.call(e))}:function(dn,e){var dm=dn.length,dl=0;while((dn[dm++]=e[dl++])){}dn.length=dm-1}}}function c9(dz,e,dx,dy){var dq,dl,dp,du,dn,dm,dv,dt,dr,ds;if((e?e.ownerDocument||e:cL)!==cn){c5(e)}e=e||cn;dx=dx||[];if(!dz||typeof dz!=="string"){return dx}if((du=e.nodeType)!==1&&du!==9){return[]}if(co&&!dy){if((dq=c0.exec(dz))){if((dp=dq[1])){if(du===9){dl=e.getElementById(dp);if(dl&&dl.parentNode){if(dl.id===dp){dx.push(dl);return dx}}else{return dx}}else{if(e.ownerDocument&&(dl=e.ownerDocument.getElementById(dp))&&cg(e,dl)&&dl.id===dp){dx.push(dl);return dx}}}else{if(dq[2]){cN.apply(dx,e.getElementsByTagName(dz));return dx}else{if((dp=dq[3])&&de.getElementsByClassName&&e.getElementsByClassName){cN.apply(dx,e.getElementsByClassName(dp));return dx}}}}if(de.qsa&&(!cR||!cR.test(dz))){dt=dv=cs;dr=e;ds=du===9&&dz;if(du===1&&e.nodeName.toLowerCase()!=="object"){dm=dh(dz);if((dv=e.getAttribute("id"))){dt=dv.replace(cU,"\\$&")}else{e.setAttribute("id",dt)}dt="[id='"+dt+"'] ";dn=dm.length;while(dn--){dm[dn]=dt+di(dm[dn])}dr=c1.test(dz)&&df(e.parentNode)||e;ds=dm.join(",")}if(ds){try{cN.apply(dx,dr.querySelectorAll(ds));return dx}catch(dw){}finally{if(!dv){e.removeAttribute("id")}}}}}return c4(dz.replace(c2,"$1"),e,dx,dy)}function ci(){var i=[];function e(dl,dm){if(i.push(dl+" ")>ct.cacheLength){delete e[i.shift()]}return(e[dl+" "]=dm)}return e}function cC(e){e[cs]=true;return e}function b8(dm){var i=cn.createElement("div");try{return !!dm(i)}catch(dl){return false}finally{if(i.parentNode){i.parentNode.removeChild(i)}i=null}}function b6(dl,dm){var e=dl.split("|"),dn=dl.length;while(dn--){ct.attrHandle[e[dn]]=dm}}function c8(e,i){var dl=i&&e,dm=dl&&e.nodeType===1&&i.nodeType===1&&(~i.sourceIndex||cH)-(~e.sourceIndex||cH);if(dm){return dm}if(dl){while((dl=dl.nextSibling)){if(dl===i){return -1}}}return e?1:-1}function cj(e){return function(i){var dl=i.nodeName.toLowerCase();return dl==="input"&&i.type===e}}function ch(e){return function(i){var dl=i.nodeName.toLowerCase();return(dl==="input"||dl==="button")&&i.type===e}}function ck(e){return cC(function(i){i=+i;return cC(function(dq,dn){var dm,dp=e([],dq.length,i),dl=dp.length;while(dl--){if(dq[(dm=dp[dl])]){dq[dm]=!(dn[dm]=dq[dm])}}})})}function df(e){return e&&typeof e.getElementsByTagName!==dd&&e}de=c9.support={};cB=c9.isXML=function(i){var e=i&&(i.ownerDocument||i).documentElement;return e?e.nodeName!=="HTML":false};c5=c9.setDocument=function(dl){var i,e=dl?dl.ownerDocument||dl:cL,dm=e.defaultView;if(e===cn||e.nodeType!==9||!e.documentElement){return cn}cn=e;cm=e.documentElement;co=!cB(e);if(dm&&dm!==dm.top){if(dm.addEventListener){dm.addEventListener("unload",function(){c5()},false)}else{if(dm.attachEvent){dm.attachEvent("onunload",function(){c5()})}}}de.attributes=b8(function(dn){dn.className="i";return !dn.getAttribute("className")});de.getElementsByTagName=b8(function(dn){dn.appendChild(e.createComment(""));return !dn.getElementsByTagName("*").length});de.getElementsByClassName=cY.test(e.getElementsByClassName)&&b8(function(dn){dn.innerHTML="<div class='a'></div><div class='a i'></div>";dn.firstChild.className="i";return dn.getElementsByClassName("i").length===2});de.getById=b8(function(dn){cm.appendChild(dn).id=cs;return !e.getElementsByName||!e.getElementsByName(cs).length});if(de.getById){ct.find.ID=function(dp,dn){if(typeof dn.getElementById!==dd&&co){var dq=dn.getElementById(dp);return dq&&dq.parentNode?[dq]:[]}};ct.filter.ID=function(dp){var dn=dp.replace(c3,cu);return function(dq){return dq.getAttribute("id")===dn}}}else{delete ct.find.ID;ct.filter.ID=function(dp){var dn=dp.replace(c3,cu);return function(dq){var dr=typeof dq.getAttributeNode!==dd&&dq.getAttributeNode("id");return dr&&dr.value===dn}}}ct.find.TAG=de.getElementsByTagName?function(dp,dn){if(typeof dn.getElementsByTagName!==dd){return dn.getElementsByTagName(dp)}}:function(ds,dn){var dp,dt=[],dq=0,dr=dn.getElementsByTagName(ds);if(ds==="*"){while((dp=dr[dq++])){if(dp.nodeType===1){dt.push(dp)}}return dt}return dr};ct.find.CLASS=de.getElementsByClassName&&function(dn,dp){if(typeof dp.getElementsByClassName!==dd&&co){return dp.getElementsByClassName(dn)}};cQ=[];cR=[];if((de.qsa=cY.test(e.querySelectorAll))){b8(function(dn){dn.innerHTML="<select msallowclip=''><option selected=''></option></select>";if(dn.querySelectorAll("[msallowclip^='']").length){cR.push("[*^$]="+dj+"*(?:''|\"\")")}if(!dn.querySelectorAll("[selected]").length){cR.push("\\["+dj+"*(?:value|"+ca+")")}if(!dn.querySelectorAll(":checked").length){cR.push(":checked")}});b8(function(dn){var dp=e.createElement("input");dp.setAttribute("type","hidden");dn.appendChild(dp).setAttribute("name","D");if(dn.querySelectorAll("[name=d]").length){cR.push("name"+dj+"*[*^$|!~]?=")}if(!dn.querySelectorAll(":enabled").length){cR.push(":enabled",":disabled")}dn.querySelectorAll("*,:x");cR.push(",.*:")})}if((de.matchesSelector=cY.test((cF=cm.matches||cm.webkitMatchesSelector||cm.mozMatchesSelector||cm.oMatchesSelector||cm.msMatchesSelector)))){b8(function(dn){de.disconnectedMatch=cF.call(dn,"div");cF.call(dn,"[s!='']:x");cQ.push("!=",cM)})}cR=cR.length&&new RegExp(cR.join("|"));cQ=cQ.length&&new RegExp(cQ.join("|"));i=cY.test(cm.compareDocumentPosition);cg=i||cY.test(cm.contains)?function(dn,dq){var dp=dn.nodeType===9?dn.documentElement:dn,dr=dq&&dq.parentNode;return dn===dr||!!(dr&&dr.nodeType===1&&(dp.contains?dp.contains(dr):dn.compareDocumentPosition&&dn.compareDocumentPosition(dr)&16))}:function(dn,dp){if(dp){while((dp=dp.parentNode)){if(dp===dn){return true}}}return false};dc=i?function(dn,dp){if(dn===dp){cw=true;return 0}var dq=!dn.compareDocumentPosition-!dp.compareDocumentPosition;if(dq){return dq}dq=(dn.ownerDocument||dn)===(dp.ownerDocument||dp)?dn.compareDocumentPosition(dp):1;if(dq&1||(!de.sortDetached&&dp.compareDocumentPosition(dn)===dq)){if(dn===e||dn.ownerDocument===cL&&cg(cL,dn)){return -1}if(dp===e||dp.ownerDocument===cL&&cg(cL,dp)){return 1}return db?(cA.call(db,dn)-cA.call(db,dp)):0}return dq&4?-1:1}:function(dn,dr){if(dn===dr){cw=true;return 0}var du,dv=0,dq=dn.parentNode,dt=dr.parentNode,dp=[dn],ds=[dr];if(!dq||!dt){return dn===e?-1:dr===e?1:dq?-1:dt?1:db?(cA.call(db,dn)-cA.call(db,dr)):0}else{if(dq===dt){return c8(dn,dr)}}du=dn;while((du=du.parentNode)){dp.unshift(du)}du=dr;while((du=du.parentNode)){ds.unshift(du)}while(dp[dv]===ds[dv]){dv++}return dv?c8(dp[dv],ds[dv]):dp[dv]===cL?-1:ds[dv]===cL?1:0};return e};c9.matches=function(i,e){return c9(i,null,null,e)};c9.matchesSelector=function(dl,dm){if((dl.ownerDocument||dl)!==cn){c5(dl)}dm=dm.replace(cP,"='$1']");if(de.matchesSelector&&co&&(!cQ||!cQ.test(dm))&&(!cR||!cR.test(dm))){try{var dn=cF.call(dl,dm);if(dn||de.disconnectedMatch||dl.document&&dl.document.nodeType!==11){return dn}}catch(i){}}return c9(dm,cn,null,[dl]).length>0};c9.contains=function(e,i){if((e.ownerDocument||e)!==cn){c5(e)}return cg(e,i)};c9.attr=function(e,dl){if((e.ownerDocument||e)!==cn){c5(e)}var i=ct.attrHandle[dl.toLowerCase()],dm=i&&cx.call(ct.attrHandle,dl.toLowerCase())?i(e,dl,!co):undefined;return dm!==undefined?dm:de.attributes||!co?e.getAttribute(dl):(dm=e.getAttributeNode(dl))&&dm.specified?dm.value:null};c9.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)};c9.uniqueSort=function(dp){var dl,e=[],dn=0,dm=0;cw=!de.detectDuplicates;db=!de.sortStable&&dp.slice(0);dp.sort(dc);if(cw){while((dl=dp[dm++])){if(dl===dp[dm]){dn=e.push(dm)}}while(dn--){dp.splice(e[dn],1)}}db=null;return dp};cv=c9.getText=function(e){var dm,dp="",dl=0,dn=e.nodeType;if(!dn){while((dm=e[dl++])){dp+=cv(dm)}}else{if(dn===1||dn===9||dn===11){if(typeof e.textContent==="string"){return e.textContent}else{for(e=e.firstChild;e;e=e.nextSibling){dp+=cv(e)}}}else{if(dn===3||dn===4){return e.nodeValue}}}return dp};ct=c9.selectors={cacheLength:50,createPseudo:cC,match:cG,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:true}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:true},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){e[1]=e[1].replace(c3,cu);e[3]=(e[3]||e[4]||e[5]||"").replace(c3,cu);if(e[2]==="~="){e[3]=" "+e[3]+" "}return e.slice(0,4)},CHILD:function(e){e[1]=e[1].toLowerCase();if(e[1].slice(0,3)==="nth"){if(!e[3]){c9.error(e[0])}e[4]=+(e[4]?e[5]+(e[6]||1):2*(e[3]==="even"||e[3]==="odd"));e[5]=+((e[7]+e[8])||e[3]==="odd")}else{if(e[3]){c9.error(e[0])}}return e},PSEUDO:function(i){var e,dl=!i[6]&&i[2];if(cG.CHILD.test(i[0])){return null}if(i[3]){i[2]=i[4]||i[5]||""}else{if(dl&&cZ.test(dl)&&(e=dh(dl,true))&&(e=dl.indexOf(")",dl.length-e)-dl.length)){i[0]=i[0].slice(0,e);i[2]=dl.slice(0,e)}}return i.slice(0,3)}},filter:{TAG:function(i){var e=i.replace(c3,cu).toLowerCase();return i==="*"?function(){return true}:function(dl){return dl.nodeName&&dl.nodeName.toLowerCase()===e}},CLASS:function(e){var i=cc[e+" "];return i||(i=new RegExp("(^|"+dj+")"+e+"("+dj+"|$)"))&&cc(e,function(dl){return i.test(typeof dl.className==="string"&&dl.className||typeof dl.getAttribute!==dd&&dl.getAttribute("class")||"")})},ATTR:function(i,dl,e){return function(dm){var dn=c9.attr(dm,i);if(dn==null){return dl==="!="}if(!dl){return true}dn+="";return dl==="="?dn===e:dl==="!="?dn!==e:dl==="^="?e&&dn.indexOf(e)===0:dl==="*="?e&&dn.indexOf(e)>-1:dl==="$="?e&&dn.slice(-e.length)===e:dl==="~="?(" "+dn+" ").indexOf(e)>-1:dl==="|="?dn===e||dn.slice(0,e.length+1)===e+"-":false}},CHILD:function(dq,dr,e,i,dm){var dp=dq.slice(0,3)!=="nth",dl=dq.slice(-4)!=="last",dn=dr==="of-type";return i===1&&dm===0?function(ds){return !!ds.parentNode}:function(dw,dt,dE){var ds,dA,dy,du,dz,dC,dv=dp!==dl?"nextSibling":"previousSibling",dB=dw.parentNode,dx=dn&&dw.nodeName.toLowerCase(),dD=!dE&&!dn;if(dB){if(dp){while(dv){dy=dw;while((dy=dy[dv])){if(dn?dy.nodeName.toLowerCase()===dx:dy.nodeType===1){return false}}dC=dv=dq==="only"&&!dC&&"nextSibling"}return true}dC=[dl?dB.firstChild:dB.lastChild];if(dl&&dD){dA=dB[cs]||(dB[cs]={});ds=dA[dq]||[];dz=ds[0]===cl&&ds[1];du=ds[0]===cl&&ds[2];dy=dz&&dB.childNodes[dz];while((dy=++dz&&dy&&dy[dv]||(du=dz=0)||dC.pop())){if(dy.nodeType===1&&++du&&dy===dw){dA[dq]=[cl,dz,du];break}}}else{if(dD&&(ds=(dw[cs]||(dw[cs]={}))[dq])&&ds[0]===cl){du=ds[1]}else{while((dy=++dz&&dy&&dy[dv]||(du=dz=0)||dC.pop())){if((dn?dy.nodeName.toLowerCase()===dx:dy.nodeType===1)&&++du){if(dD){(dy[cs]||(dy[cs]={}))[dq]=[cl,du]}if(dy===dw){break}}}}}du-=dm;return du===i||(du%i===0&&du/i>=0)}}},PSEUDO:function(dm,i){var e,dl=ct.pseudos[dm]||ct.setFilters[dm.toLowerCase()]||c9.error("unsupported pseudo: "+dm);if(dl[cs]){return dl(i)}if(dl.length>1){e=[dm,dm,"",i];return ct.setFilters.hasOwnProperty(dm.toLowerCase())?cC(function(ds,dr){var dp,dq=dl(ds,i),dn=dq.length;while(dn--){dp=cA.call(ds,dq[dn]);ds[dp]=!(dr[dp]=dq[dn])}}):function(dn){return dl(dn,0,e)}}return dl}},pseudos:{not:cC(function(dm){var e=[],dl=[],i=cd(dm.replace(c2,"$1"));return i[cs]?cC(function(ds,dr,dn,du){var dp,dt=i(ds,null,du,[]),dq=ds.length;while(dq--){if((dp=dt[dq])){ds[dq]=!(dr[dq]=dp)}}}):function(dp,dn,dq){e[0]=dp;i(e,null,dq,dl);return !dl.pop()}}),has:cC(function(e){return function(i){return c9(e,i).length>0}}),contains:cC(function(e){return function(i){return(i.textContent||i.innerText||cv(i)).indexOf(e)>-1}}),lang:cC(function(e){if(!cW.test(e||"")){c9.error("unsupported lang: "+e)}e=e.replace(c3,cu).toLowerCase();return function(i){var dl;do{if((dl=co?i.lang:i.getAttribute("xml:lang")||i.getAttribute("lang"))){dl=dl.toLowerCase();return dl===e||dl.indexOf(e+"-")===0}}while((i=i.parentNode)&&i.nodeType===1);return false}}),target:function(e){var i=dk.location&&dk.location.hash;return i&&i.slice(1)===e.id},root:function(e){return e===cm},focus:function(e){return e===cn.activeElement&&(!cn.hasFocus||cn.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return e.disabled===false},disabled:function(e){return e.disabled===true},checked:function(e){var i=e.nodeName.toLowerCase();return(i==="input"&&!!e.checked)||(i==="option"&&!!e.selected)},selected:function(e){if(e.parentNode){e.parentNode.selectedIndex}return e.selected===true},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling){if(e.nodeType<6){return false}}return true},parent:function(e){return !ct.pseudos.empty(e)},header:function(e){return cV.test(e.nodeName)},input:function(e){return cX.test(e.nodeName)},button:function(e){var i=e.nodeName.toLowerCase();return i==="input"&&e.type==="button"||i==="button"},text:function(i){var e;return i.nodeName.toLowerCase()==="input"&&i.type==="text"&&((e=i.getAttribute("type"))==null||e.toLowerCase()==="text")},first:ck(function(){return[0]}),last:ck(function(i,e){return[e-1]}),eq:ck(function(dl,i,e){return[e<0?e+i:e]}),even:ck(function(dm,dl){var e=0;for(;e<dl;e+=2){dm.push(e)}return dm}),odd:ck(function(dm,dl){var e=1;for(;e<dl;e+=2){dm.push(e)}return dm}),lt:ck(function(dn,dm,e){var dl=e<0?e+dm:e;for(;--dl>=0;){dn.push(dl)}return dn}),gt:ck(function(dn,dm,e){var dl=e<0?e+dm:e;for(;++dl<dm;){dn.push(dl)}return dn})}};ct.pseudos.nth=ct.pseudos.eq;for(cy in {radio:true,checkbox:true,file:true,password:true,image:true}){ct.pseudos[cy]=cj(cy)}for(cy in {submit:true,reset:true}){ct.pseudos[cy]=ch(cy)}function c6(){}c6.prototype=ct.filters=ct.pseudos;ct.setFilters=new c6();dh=c9.tokenize=function(dq,dn){var dm,dl,ds,dt,dr,i,dp,e=dg[dq+" "];if(e){return dn?0:e.slice(0)}dr=dq;i=[];dp=ct.preFilter;while(dr){if(!dm||(dl=cT.exec(dr))){if(dl){dr=dr.slice(dl[0].length)||dr}i.push((ds=[]))}dm=false;if((dl=cS.exec(dr))){dm=dl.shift();ds.push({value:dm,type:dl[0].replace(c2," ")});dr=dr.slice(dm.length)}for(dt in ct.filter){if((dl=cG[dt].exec(dr))&&(!dp[dt]||(dl=dp[dt](dl)))){dm=dl.shift();ds.push({value:dm,type:dt,matches:dl});dr=dr.slice(dm.length)}}if(!dm){break}}return dn?dr.length:dr?c9.error(dq):dg(dq,i).slice(0)};function di(dn){var e=0,dl=dn.length,dm="";for(;e<dl;e++){dm+=dn[e].value}return dm}function b5(dp,dl,e){var dm=dl.dir,i=e&&dm==="parentNode",dn=cp++;return dl.first?function(dr,dq,ds){while((dr=dr[dm])){if(dr.nodeType===1||i){return dp(dr,dq,ds)}}}:function(dr,dq,dv){var dt,du,ds=[cl,dn];if(dv){while((dr=dr[dm])){if(dr.nodeType===1||i){if(dp(dr,dq,dv)){return true}}}}else{while((dr=dr[dm])){if(dr.nodeType===1||i){du=dr[cs]||(dr[cs]={});if((dt=du[dm])&&dt[0]===cl&&dt[1]===dn){return(ds[2]=dt[2])}else{du[dm]=ds;if((ds[2]=dp(dr,dq,dv))){return true}}}}}}}function cr(e){return e.length>1?function(dm,dl,dp){var dn=e.length;while(dn--){if(!e[dn](dm,dl,dp)){return false}}return true}:e[0]}function cI(dp,e,dn){var dl=0,dm=e.length;for(;dl<dm;dl++){c9(dp,e[dl],dn)}return dn}function cf(dt,dq,dm,e,du){var dl,ds=[],dn=0,dp=dt.length,dr=dq!=null;for(;dn<dp;dn++){if((dl=dt[dn])){if(!dm||dm(dl,e,du)){ds.push(dl);if(dr){dq.push(dn)}}}}return ds}function c7(dn,dp,e,i,dl,dm){if(i&&!i[cs]){i=c7(i)}if(dl&&!dl[cs]){dl=c7(dl,dm)}return cC(function(dA,dz,dq,dC){var dB,dt,dr,dy=[],dw=[],dx=dz.length,ds=dA||cI(dp||"*",dq.nodeType?[dq]:dq,[]),du=dn&&(dA||!dp)?cf(ds,dy,dn,dq,dC):ds,dv=e?dl||(dA?dn:dx||i)?[]:dz:du;if(e){e(du,dv,dq,dC)}if(i){dB=cf(dv,dw);i(dB,[],dq,dC);dt=dB.length;while(dt--){if((dr=dB[dt])){dv[dw[dt]]=!(du[dw[dt]]=dr)}}}if(dA){if(dl||dn){if(dl){dB=[];dt=dv.length;while(dt--){if((dr=dv[dt])){dB.push((du[dt]=dr))}}dl(null,(dv=[]),dB,dC)}dt=dv.length;while(dt--){if((dr=dv[dt])&&(dB=dl?cA.call(dA,dr):dy[dt])>-1){dA[dB]=!(dz[dB]=dr)}}}}else{dv=cf(dv===dz?dv.splice(dx,dv.length):dv);if(dl){dl(null,dz,dv,dC)}else{cN.apply(dz,dv)}}})}function cE(dv){var e,dt,dn,dq=dv.length,dp=ct.relative[dv[0].type],dm=dp||ct.relative[" "],dl=dp?1:0,ds=b5(function(i){return i===e},dm,true),dr=b5(function(i){return cA.call(e,i)>-1},dm,true),du=[function(dw,i,dx){return(!dp&&(dx||i!==cJ))||((e=i).nodeType?ds(dw,i,dx):dr(dw,i,dx))}];for(;dl<dq;dl++){if((dt=ct.relative[dv[dl].type])){du=[b5(cr(du),dt)]}else{dt=ct.filter[dv[dl].type].apply(null,dv[dl].matches);if(dt[cs]){dn=++dl;for(;dn<dq;dn++){if(ct.relative[dv[dn].type]){break}}return c7(dl>1&&cr(du),dl>1&&di(dv.slice(0,dl-1).concat({value:dv[dl-2].type===" "?"*":""})).replace(c2,"$1"),dt,dl<dn&&cE(dv.slice(dl,dn)),dn<dq&&cE((dv=dv.slice(dn))),dn<dq&&di(dv))}du.push(dt)}}return cr(du)}function cD(dl,dm){var i=dm.length>0,e=dl.length>0,dn=function(dB,dp,dE,dA,dz){var ds,dv,dy,dx=0,du="0",dD=dB&&[],dC=[],dq=cJ,dt=dB||e&&ct.find.TAG("*",dz),dr=(cl+=dq==null?1:Math.random()||0.1),dw=dt.length;if(dz){cJ=dp!==cn&&dp}for(;du!==dw&&(ds=dt[du])!=null;du++){if(e&&ds){dv=0;while((dy=dl[dv++])){if(dy(ds,dp,dE)){dA.push(ds);break}}if(dz){cl=dr}}if(i){if((ds=!dy&&ds)){dx--}if(dB){dD.push(ds)}}}dx+=du;if(i&&du!==dx){dv=0;while((dy=dm[dv++])){dy(dD,dC,dp,dE)}if(dB){if(dx>0){while(du--){if(!(dD[du]||dC[du])){dC[du]=cK.call(dA)}}}dC=cf(dC)}cN.apply(dA,dC);if(dz&&!dB&&dC.length>0&&(dx+dm.length)>1){c9.uniqueSort(dA)}}if(dz){cl=dr;cJ=dq}return dD};return i?cC(dn):dn}cd=c9.compile=function(dp,dn){var dm,dq=[],dl=[],e=ce[dp+" "];if(!e){if(!dn){dn=dh(dp)}dm=dn.length;while(dm--){e=cE(dn[dm]);if(e[cs]){dq.push(e)}else{dl.push(e)}}e=ce(dp,cD(dl,dq));e.selector=dp}return e};c4=c9.select=function(ds,dl,dq,dr){var dn,du,dt,dv,dm,e=typeof ds==="function"&&ds,dp=!dr&&dh((ds=e.selector||ds));dq=dq||[];if(dp.length===1){du=dp[0]=dp[0].slice(0);if(du.length>2&&(dt=du[0]).type==="ID"&&de.getById&&dl.nodeType===9&&co&&ct.relative[du[1].type]){dl=(ct.find.ID(dt.matches[0].replace(c3,cu),dl)||[])[0];if(!dl){return dq}else{if(e){dl=dl.parentNode}}ds=ds.slice(du.shift().value.length)}dn=cG.needsContext.test(ds)?0:du.length;while(dn--){dt=du[dn];if(ct.relative[(dv=dt.type)]){break}if((dm=ct.find[dv])){if((dr=dm(dt.matches[0].replace(c3,cu),c1.test(du[0].type)&&df(dl.parentNode)||dl))){du.splice(dn,1);ds=dr.length&&di(du);if(!ds){cN.apply(dq,dr);return dq}break}}}}(e||cd(ds,dp))(dr,dl,!co,dq,c1.test(ds)&&df(dl.parentNode)||dl);return dq};de.sortStable=cs.split("").sort(dc).join("")===cs;de.detectDuplicates=!!cw;c5();de.sortDetached=b8(function(e){return e.compareDocumentPosition(cn.createElement("div"))&1});if(!b8(function(e){e.innerHTML="<a href='#'></a>";return e.firstChild.getAttribute("href")==="#"})){b6("type|href|height|width",function(e,dl,i){if(!i){return e.getAttribute(dl,dl.toLowerCase()==="type"?1:2)}})}if(!de.attributes||!b8(function(e){e.innerHTML="<input/>";e.firstChild.setAttribute("value","");return e.firstChild.getAttribute("value")===""})){b6("value",function(e,dl,i){if(!i&&e.nodeName.toLowerCase()==="input"){return e.defaultValue}})}if(!b8(function(e){return e.getAttribute("disabled")==null})){b6(ca,function(e,dl,i){var dm;if(!i){return e[dl]===true?dl.toLowerCase():(dm=e.getAttributeNode(dl))&&dm.specified?dm.value:null}})}return c9})(bZ);at.find=bO;at.expr=bO.selectors;at.expr[":"]=at.expr.pseudos;at.unique=bO.uniqueSort;at.text=bO.getText;at.isXMLDoc=bO.isXML;at.contains=bO.contains;var bd=at.expr.match.needsContext;var bw=(/^<(\w+)\s*\/?>(?:<\/\1>|)$/);var a4=/^.[^:#\[\.,]*$/;function b0(e,b5,i){if(at.isFunction(b5)){return at.grep(e,function(b6,b7){return !!b5.call(b6,b7,b6)!==i})}if(b5.nodeType){return at.grep(e,function(b6){return(b6===b5)!==i})}if(typeof b5==="string"){if(a4.test(b5)){return at.filter(b5,e,i)}b5=at.filter(b5,e)}return at.grep(e,function(b6){return(at.inArray(b6,b5)>=0)!==i})}at.filter=function(b5,i,b6){var e=i[0];if(b6){b5=":not("+b5+")"}return i.length===1&&e.nodeType===1?at.find.matchesSelector(e,b5)?[e]:[]:at.find.matches(b5,at.grep(i,function(b7){return b7.nodeType===1}))};at.fn.extend({find:function(b7){var e,b6=[],b8=this,b5=b8.length;if(typeof b7!=="string"){return this.pushStack(at(b7).filter(function(){for(e=0;e<b5;e++){if(at.contains(b8[e],this)){return true}}}))}for(e=0;e<b5;e++){at.find(b7,b8[e],b6)}b6=this.pushStack(b5>1?at.unique(b6):b6);b6.selector=this.selector?this.selector+" "+b7:b7;return b6},filter:function(e){return this.pushStack(b0(this,e||[],false))},not:function(e){return this.pushStack(b0(this,e||[],true))},is:function(e){return !!b0(this,typeof e==="string"&&bd.test(e)?at(e):e||[],false).length}});var bk,R=bZ.document,bq=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,al=at.fn.init=function(b6,e){var b5,i;if(!b6){return this}if(typeof b6==="string"){if(b6.charAt(0)==="<"&&b6.charAt(b6.length-1)===">"&&b6.length>=3){b5=[null,b6,null]}else{b5=bq.exec(b6)}if(b5&&(b5[1]||!e)){if(b5[1]){e=e instanceof at?e[0]:e;at.merge(this,at.parseHTML(b5[1],e&&e.nodeType?e.ownerDocument||e:R,true));if(bw.test(b5[1])&&at.isPlainObject(e)){for(b5 in e){if(at.isFunction(this[b5])){this[b5](e[b5])}else{this.attr(b5,e[b5])}}}return this}else{i=R.getElementById(b5[2]);if(i&&i.parentNode){if(i.id!==b5[2]){return bk.find(b6)}this.length=1;this[0]=i}this.context=R;this.selector=b6;return this}}else{if(!e||e.jquery){return(e||bk).find(b6)}else{return this.constructor(e).find(b6)}}}else{if(b6.nodeType){this.context=this[0]=b6;this.length=1;return this}else{if(at.isFunction(b6)){return typeof bk.ready!=="undefined"?bk.ready(b6):b6(at)}}}if(b6.selector!==undefined){this.selector=b6.selector;this.context=b6.context}return at.makeArray(b6,this)};al.prototype=at.fn;bk=at(R);var bm=/^(?:parents|prev(?:Until|All))/,ag={children:true,contents:true,next:true,prev:true};at.extend({dir:function(b5,i,b7){var b6=[],e=b5[i];while(e&&e.nodeType!==9&&(b7===undefined||e.nodeType!==1||!at(e).is(b7))){if(e.nodeType===1){b6.push(e)}e=e[i]}return b6},sibling:function(i,e){var b5=[];for(;i;i=i.nextSibling){if(i.nodeType===1&&i!==e){b5.push(i)}}return b5}});at.fn.extend({has:function(b6){var e,b7=at(b6,this),b5=b7.length;return this.filter(function(){for(e=0;e<b5;e++){if(at.contains(this,b7[e])){return true}}})},closest:function(ca,e){var b5,b6=0,b7=this.length,b8=[],b9=bd.test(ca)||typeof ca!=="string"?at(ca,e||this.context):0;for(;b6<b7;b6++){for(b5=this[b6];b5&&b5!==e;b5=b5.parentNode){if(b5.nodeType<11&&(b9?b9.index(b5)>-1:b5.nodeType===1&&at.find.matchesSelector(b5,ca))){b8.push(b5);break}}}return this.pushStack(b8.length>1?at.unique(b8):b8)},index:function(e){if(!e){return(this[0]&&this[0].parentNode)?this.first().prevAll().length:-1}if(typeof e==="string"){return at.inArray(this[0],at(e))}return at.inArray(e.jquery?e[0]:e,this)},add:function(i,e){return this.pushStack(at.unique(at.merge(this.get(),at(i,e))))},addBack:function(e){return this.add(e==null?this.prevObject:this.prevObject.filter(e))}});function bN(e,i){do{e=e[i]}while(e&&e.nodeType!==1);return e}at.each({parent:function(e){var i=e.parentNode;return i&&i.nodeType!==11?i:null},parents:function(e){return at.dir(e,"parentNode")},parentsUntil:function(e,b5,b6){return at.dir(e,"parentNode",b6)},next:function(e){return bN(e,"nextSibling")},prev:function(e){return bN(e,"previousSibling")},nextAll:function(e){return at.dir(e,"nextSibling")},prevAll:function(e){return at.dir(e,"previousSibling")},nextUntil:function(e,b5,b6){return at.dir(e,"nextSibling",b6)},prevUntil:function(e,b5,b6){return at.dir(e,"previousSibling",b6)},siblings:function(e){return at.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return at.sibling(e.firstChild)},contents:function(e){return at.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:at.merge([],e.childNodes)}},function(i,e){at.fn[i]=function(b7,b6){var b5=at.map(this,e,b7);if(i.slice(-5)!=="Until"){b6=b7}if(b6&&typeof b6==="string"){b5=at.filter(b6,b5)}if(this.length>1){if(!ag[i]){b5=at.unique(b5)}if(bm.test(i)){b5=b5.reverse()}}return this.pushStack(b5)}});var bh=(/\S+/g);var aA={};function B(i){var e=aA[i]={};at.each(i.match(bh)||[],function(b5,b6){e[b6]=true});return e}at.Callbacks=function(cb){cb=typeof cb==="string"?(aA[cb]||B(cb)):at.extend({},cb);var b5,ca,i,b7,b6,b8,b9=[],cd=!cb.once&&[],e=function(ce){ca=cb.memory&&ce;i=true;b6=b8||0;b8=0;b7=b9.length;b5=true;for(;b9&&b6<b7;b6++){if(b9[b6].apply(ce[0],ce[1])===false&&cb.stopOnFalse){ca=false;break}}b5=false;if(b9){if(cd){if(cd.length){e(cd.shift())}}else{if(ca){b9=[]}else{cc.disable()}}}},cc={add:function(){if(b9){var cf=b9.length;(function ce(cg){at.each(cg,function(ch,ci){var cj=at.type(ci);if(cj==="function"){if(!cb.unique||!cc.has(ci)){b9.push(ci)}}else{if(ci&&ci.length&&cj!=="string"){ce(ci)}}})})(arguments);if(b5){b7=b9.length}else{if(ca){b8=cf;e(ca)}}}return this},remove:function(){if(b9){at.each(arguments,function(ce,cf){var cg;while((cg=at.inArray(cf,b9,cg))>-1){b9.splice(cg,1);if(b5){if(cg<=b7){b7--}if(cg<=b6){b6--}}}})}return this},has:function(ce){return ce?at.inArray(ce,b9)>-1:!!(b9&&b9.length)},empty:function(){b9=[];b7=0;return this},disable:function(){b9=cd=ca=undefined;return this},disabled:function(){return !b9},lock:function(){cd=undefined;if(!ca){cc.disable()}return this},locked:function(){return !cd},fireWith:function(cf,ce){if(b9&&(!i||cd)){ce=ce||[];ce=[cf,ce.slice?ce.slice():ce];if(b5){cd.push(ce)}else{e(ce)}}return this},fire:function(){cc.fireWith(this,arguments);return this},fired:function(){return !!i}};return cc};at.extend({Deferred:function(i){var b7=[["resolve","done",at.Callbacks("once memory"),"resolved"],["reject","fail",at.Callbacks("once memory"),"rejected"],["notify","progress",at.Callbacks("memory")]],b6="pending",b5={state:function(){return b6},always:function(){e.done(arguments).fail(arguments);return this},then:function(){var b8=arguments;return at.Deferred(function(b9){at.each(b7,function(cb,cc){var ca=at.isFunction(b8[cb])&&b8[cb];e[cc[1]](function(){var cd=ca&&ca.apply(this,arguments);if(cd&&at.isFunction(cd.promise)){cd.promise().done(b9.resolve).fail(b9.reject).progress(b9.notify)}else{b9[cc[0]+"With"](this===b5?b9.promise():this,ca?[cd]:arguments)}})});b8=null}).promise()},promise:function(b8){return b8!=null?at.extend(b8,b5):b5}},e={};b5.pipe=b5.then;at.each(b7,function(b8,cb){var b9=cb[2],ca=cb[3];b5[cb[1]]=b9.add;if(ca){b9.add(function(){b6=ca},b7[b8^1][2].disable,b7[2][2].lock)}e[cb[0]]=function(){e[cb[0]+"With"](this===e?b5:this,arguments);return this};e[cb[0]+"With"]=b9.fireWith});b5.promise(e);if(i){i.call(e,e)}return e},when:function(cc){var b5=0,cb=bP.call(arguments),b6=cb.length,b9=b6!==1||(cc&&at.isFunction(cc.promise))?b6:0,e=b9===1?cc:at.Deferred(),cd=function(cf,ce,cg){return function(i){ce[cf]=this;cg[cf]=arguments.length>1?bP.call(arguments):i;if(cg===b8){e.notifyWith(ce,cg)}else{if(!(--b9)){e.resolveWith(ce,cg)}}}},b8,b7,ca;if(b6>1){b8=new Array(b6);b7=new Array(b6);ca=new Array(b6);for(;b5<b6;b5++){if(cb[b5]&&at.isFunction(cb[b5].promise)){cb[b5].promise().done(cd(b5,ca,cb)).fail(e.reject).progress(cd(b5,b7,b8))}else{--b9}}}if(!b9){e.resolveWith(ca,cb)}return e.promise()}});var aR;at.fn.ready=function(e){at.ready.promise().done(e);return this};at.extend({isReady:false,readyWait:1,holdReady:function(e){if(e){at.readyWait++}else{at.ready(true)}},ready:function(e){if(e===true?--at.readyWait:at.isReady){return}if(!R.body){return setTimeout(at.ready)}at.isReady=true;if(e!==true&&--at.readyWait>0){return}aR.resolveWith(R,[at]);if(at.fn.triggerHandler){at(R).triggerHandler("ready");at(R).off("ready")}}});function O(){if(R.addEventListener){R.removeEventListener("DOMContentLoaded",x,false);bZ.removeEventListener("load",x,false)}else{R.detachEvent("onreadystatechange",x);bZ.detachEvent("onload",x)}}function x(){if(R.addEventListener||event.type==="load"||R.readyState==="complete"){O();at.ready()}}at.ready.promise=function(b6){if(!aR){aR=at.Deferred();if(R.readyState==="complete"){setTimeout(at.ready)}else{if(R.addEventListener){R.addEventListener("DOMContentLoaded",x,false);bZ.addEventListener("load",x,false)}else{R.attachEvent("onreadystatechange",x);bZ.attachEvent("onload",x);var b7=false;try{b7=bZ.frameElement==null&&R.documentElement}catch(b5){}if(b7&&b7.doScroll){(function i(){if(!at.isReady){try{b7.doScroll("left")}catch(b8){return setTimeout(i,50)}O();at.ready()}})()}}}}return aR.promise(b6)};var bQ=typeof undefined;var ai;for(ai in at(bR)){break}bR.ownLast=ai!=="0";bR.inlineBlockNeedsLayout=false;at(function(){var b6,b5,e,i;e=R.getElementsByTagName("body")[0];if(!e||!e.style){return}b5=R.createElement("div");i=R.createElement("div");i.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px";e.appendChild(i).appendChild(b5);if(typeof b5.style.zoom!==bQ){b5.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1";bR.inlineBlockNeedsLayout=b6=b5.offsetWidth===3;if(b6){e.style.zoom=1}}e.removeChild(i)});(function(){var i=R.createElement("div");if(bR.deleteExpando==null){bR.deleteExpando=true;try{delete i.test}catch(b5){bR.deleteExpando=false}}i=null})();at.acceptData=function(e){var i=at.noData[(e.nodeName+" ").toLowerCase()],b5=+e.nodeType||1;return b5!==1&&b5!==9?false:!i||i!==true&&e.getAttribute("classid")===i};var aH=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,bc=/([A-Z])/g;function K(b6,b7,i){if(i===undefined&&b6.nodeType===1){var b8="data-"+b7.replace(bc,"-$1").toLowerCase();i=b6.getAttribute(b8);if(typeof i==="string"){try{i=i==="true"?true:i==="false"?false:i==="null"?null:+i+""===i?+i:aH.test(i)?at.parseJSON(i):i}catch(b5){}at.data(b6,b7,i)}else{i=undefined}}return i}function aq(i){var e;for(e in i){if(e==="data"&&at.isEmptyObject(i[e])){continue}if(e!=="toJSON"){return false}}return true}function an(b5,b9,i,ca){if(!at.acceptData(b5)){return}var cb,cc,b7=at.expando,b8=b5.nodeType,e=b8?at.cache:b5,b6=b8?b5[b7]:b5[b7]&&b7;if((!b6||!e[b6]||(!ca&&!e[b6].data))&&i===undefined&&typeof b9==="string"){return}if(!b6){if(b8){b6=b5[b7]=N.pop()||at.guid++}else{b6=b7}}if(!e[b6]){e[b6]=b8?{}:{toJSON:at.noop}}if(typeof b9==="object"||typeof b9==="function"){if(ca){e[b6]=at.extend(e[b6],b9)}else{e[b6].data=at.extend(e[b6].data,b9)}}cc=e[b6];if(!ca){if(!cc.data){cc.data={}}cc=cc.data}if(i!==undefined){cc[at.camelCase(b9)]=i}if(typeof b9==="string"){cb=cc[b9];if(cb==null){cb=cc[at.camelCase(b9)]}}else{cb=cc}return cb}function ao(b5,b9,ca){if(!at.acceptData(b5)){return}var cb,b6,b8=b5.nodeType,e=b8?at.cache:b5,b7=b8?b5[at.expando]:at.expando;if(!e[b7]){return}if(b9){cb=ca?e[b7]:e[b7].data;if(cb){if(!at.isArray(b9)){if(b9 in cb){b9=[b9]}else{b9=at.camelCase(b9);if(b9 in cb){b9=[b9]}else{b9=b9.split(" ")}}}else{b9=b9.concat(at.map(b9,at.camelCase))}b6=b9.length;while(b6--){delete cb[b9[b6]]}if(ca?!aq(cb):!at.isEmptyObject(cb)){return}}}if(!ca){delete e[b7].data;if(!aq(e[b7])){return}}if(b8){at.cleanData([b5],true)}else{if(bR.deleteExpando||e!=e.window){delete e[b7]}else{e[b7]=null}}}at.extend({cache:{},noData:{"applet ":true,"embed ":true,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(e){e=e.nodeType?at.cache[e[at.expando]]:e[at.expando];return !!e&&!aq(e)},data:function(i,b5,e){return an(i,b5,e)},removeData:function(e,i){return ao(e,i)},_data:function(i,b5,e){return an(i,b5,e,true)},_removeData:function(e,i){return ao(e,i,true)}});at.fn.extend({data:function(b8,ca){var b7,b9,b5,b6=this[0],e=b6&&b6.attributes;if(b8===undefined){if(this.length){b5=at.data(b6);if(b6.nodeType===1&&!at._data(b6,"parsedAttrs")){b7=e.length;while(b7--){if(e[b7]){b9=e[b7].name;if(b9.indexOf("data-")===0){b9=at.camelCase(b9.slice(5));K(b6,b9,b5[b9])}}}at._data(b6,"parsedAttrs",true)}}return b5}if(typeof b8==="object"){return this.each(function(){at.data(this,b8)})}return arguments.length>1?this.each(function(){at.data(this,b8,ca)}):b6?K(b6,b8,at.data(b6,b8)):undefined},removeData:function(e){return this.each(function(){at.removeData(this,e)})}});at.extend({queue:function(i,b6,e){var b5;if(i){b6=(b6||"fx")+"queue";b5=at._data(i,b6);if(e){if(!b5||at.isArray(e)){b5=at._data(i,b6,at.makeArray(e))}else{b5.push(e)}}return b5||[]}},dequeue:function(e,b9){b9=b9||"fx";var b7=at.queue(e,b9),b8=b7.length,i=b7.shift(),b5=at._queueHooks(e,b9),b6=function(){at.dequeue(e,b9)};if(i==="inprogress"){i=b7.shift();b8--}if(i){if(b9==="fx"){b7.unshift("inprogress")}delete b5.stop;i.call(e,b6,b5)}if(!b8&&b5){b5.empty.fire()}},_queueHooks:function(e,b5){var i=b5+"queueHooks";return at._data(e,i)||at._data(e,i,{empty:at.Callbacks("once memory").add(function(){at._removeData(e,b5+"queue");at._removeData(e,i)})})}});at.fn.extend({queue:function(b5,e){var i=2;if(typeof b5!=="string"){e=b5;b5="fx";i--}if(arguments.length<i){return at.queue(this[0],b5)}return e===undefined?this:this.each(function(){var b6=at.queue(this,b5,e);at._queueHooks(this,b5);if(b5==="fx"&&b6[0]!=="inprogress"){at.dequeue(this,b5)}})},dequeue:function(e){return this.each(function(){at.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(cb,b8){var ca,e=1,b5=at.Deferred(),b6=this,b7=this.length,b9=function(){if(!(--e)){b5.resolveWith(b6,[b6])}};if(typeof cb!=="string"){b8=cb;cb=undefined}cb=cb||"fx";while(b7--){ca=at._data(b6[b7],cb+"queueHooks");if(ca&&ca.empty){e++;ca.empty.add(b9)}}b9();return b5.promise(b8)}});var aB=(/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/).source;var F=["Top","Right","Bottom","Left"];var ar=function(i,e){i=e||i;return at.css(i,"display")==="none"||!at.contains(i.ownerDocument,i)};var d=at.access=function(b6,b8,ca,cd,b5,b7,cc){var b9=0,cb=b6.length,e=ca==null;if(at.type(ca)==="object"){b5=true;for(b9 in ca){at.access(b6,b8,b9,ca[b9],true,b7,cc)}}else{if(cd!==undefined){b5=true;if(!at.isFunction(cd)){cc=true}if(e){if(cc){b8.call(b6,cd);b8=null}else{e=b8;b8=function(i,ce,cf){return e.call(at(i),cf)}}}if(b8){for(;b9<cb;b9++){b8(b6[b9],ca,cc?cd:cd.call(b6[b9],b9,b8(b6[b9],ca)))}}}}return b5?b6:e?b8.call(b6):cb?b8(b6[0],ca):b7};var aJ=(/^(?:checkbox|radio)$/i);(function(){var b7=R.createElement("input"),i=R.createElement("div"),b6=R.createDocumentFragment();i.innerHTML="  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>";bR.leadingWhitespace=i.firstChild.nodeType===3;bR.tbody=!i.getElementsByTagName("tbody").length;bR.htmlSerialize=!!i.getElementsByTagName("link").length;bR.html5Clone=R.createElement("nav").cloneNode(true).outerHTML!=="<:nav></:nav>";b7.type="checkbox";b7.checked=true;b6.appendChild(b7);bR.appendChecked=b7.checked;i.innerHTML="<textarea>x</textarea>";bR.noCloneChecked=!!i.cloneNode(true).lastChild.defaultValue;b6.appendChild(i);i.innerHTML="<input type='radio' checked='checked' name='t'/>";bR.checkClone=i.cloneNode(true).cloneNode(true).lastChild.checked;bR.noCloneEvent=true;if(i.attachEvent){i.attachEvent("onclick",function(){bR.noCloneEvent=false});i.cloneNode(true).click()}if(bR.deleteExpando==null){bR.deleteExpando=true;try{delete i.test}catch(b5){bR.deleteExpando=false}}})();(function(){var b6,b5,e=R.createElement("div");for(b6 in {submit:true,change:true,focusin:true}){b5="on"+b6;if(!(bR[b6+"Bubbles"]=b5 in bZ)){e.setAttribute(b5,"t");bR[b6+"Bubbles"]=e.attributes[b5].expando===false}}e=null})();var aX=/^(?:input|select|textarea)$/i,a6=/^key/,ba=/^(?:mouse|pointer|contextmenu)|click/,aW=/^(?:focusinfocus|focusoutblur)$/,bD=/^([^.]*)(?:\.(.+)|)$/;function aU(){return true}function aT(){return false}function bI(){try{return R.activeElement}catch(e){}}at.event={global:{},add:function(i,cj,ca,e,ce){var ch,b7,cg,b9,cf,b6,b8,cb,ci,cc,cd,b5=at._data(i);if(!b5){return}if(ca.handler){b9=ca;ca=b9.handler;ce=b9.selector}if(!ca.guid){ca.guid=at.guid++}if(!(b7=b5.events)){b7=b5.events={}}if(!(b6=b5.handle)){b6=b5.handle=function(ck){return typeof at!==bQ&&(!ck||at.event.triggered!==ck.type)?at.event.dispatch.apply(b6.elem,arguments):undefined};b6.elem=i}cj=(cj||"").match(bh)||[""];cg=cj.length;while(cg--){ch=bD.exec(cj[cg])||[];ci=cd=ch[1];cc=(ch[2]||"").split(".").sort();if(!ci){continue}cf=at.event.special[ci]||{};ci=(ce?cf.delegateType:cf.bindType)||ci;cf=at.event.special[ci]||{};b8=at.extend({type:ci,origType:cd,data:e,handler:ca,guid:ca.guid,selector:ce,needsContext:ce&&at.expr.match.needsContext.test(ce),namespace:cc.join(".")},b9);if(!(cb=b7[ci])){cb=b7[ci]=[];cb.delegateCount=0;if(!cf.setup||cf.setup.call(i,e,cc,b6)===false){if(i.addEventListener){i.addEventListener(ci,b6,false)}else{if(i.attachEvent){i.attachEvent("on"+ci,b6)}}}}if(cf.add){cf.add.call(i,b8);if(!b8.handler.guid){b8.handler.guid=ca.guid}}if(ce){cb.splice(cb.delegateCount++,0,b8)}else{cb.push(b8)}at.event.global[ci]=true}i=null},remove:function(e,cj,b7,ce,ca){var b9,b6,ch,cc,cg,b5,cf,b8,ci,cb,cd,i=at.hasData(e)&&at._data(e);if(!i||!(b5=i.events)){return}cj=(cj||"").match(bh)||[""];cg=cj.length;while(cg--){ch=bD.exec(cj[cg])||[];ci=cd=ch[1];cb=(ch[2]||"").split(".").sort();if(!ci){for(ci in b5){at.event.remove(e,ci+cj[cg],b7,ce,true)}continue}cf=at.event.special[ci]||{};ci=(ce?cf.delegateType:cf.bindType)||ci;b8=b5[ci]||[];ch=ch[2]&&new RegExp("(^|\\.)"+cb.join("\\.(?:.*\\.|)")+"(\\.|$)");cc=b9=b8.length;while(b9--){b6=b8[b9];if((ca||cd===b6.origType)&&(!b7||b7.guid===b6.guid)&&(!ch||ch.test(b6.namespace))&&(!ce||ce===b6.selector||ce==="**"&&b6.selector)){b8.splice(b9,1);if(b6.selector){b8.delegateCount--}if(cf.remove){cf.remove.call(e,b6)}}}if(cc&&!b8.length){if(!cf.teardown||cf.teardown.call(e,cb,i.handle)===false){at.removeEvent(e,ci,i.handle)}delete b5[ci]}}if(at.isEmptyObject(b5)){delete i.handle;at._removeData(e,"events")}},trigger:function(ca,b7,b9,cf){var cc,cg,b6,b5,ch,ci,cd,cb=[b9||R],cj=ah.call(ca,"type")?ca.type:ca,ce=ah.call(ca,"namespace")?ca.namespace.split("."):[];b6=ci=b9=b9||R;if(b9.nodeType===3||b9.nodeType===8){return}if(aW.test(cj+at.event.triggered)){return}if(cj.indexOf(".")>=0){ce=cj.split(".");cj=ce.shift();ce.sort()}cg=cj.indexOf(":")<0&&"on"+cj;ca=ca[at.expando]?ca:new at.Event(cj,typeof ca==="object"&&ca);ca.isTrigger=cf?2:3;ca.namespace=ce.join(".");ca.namespace_re=ca.namespace?new RegExp("(^|\\.)"+ce.join("\\.(?:.*\\.|)")+"(\\.|$)"):null;ca.result=undefined;if(!ca.target){ca.target=b9}b7=b7==null?[ca]:at.makeArray(b7,[ca]);ch=at.event.special[cj]||{};if(!cf&&ch.trigger&&ch.trigger.apply(b9,b7)===false){return}if(!cf&&!ch.noBubble&&!at.isWindow(b9)){b5=ch.delegateType||cj;if(!aW.test(b5+cj)){b6=b6.parentNode}for(;b6;b6=b6.parentNode){cb.push(b6);ci=b6}if(ci===(b9.ownerDocument||R)){cb.push(ci.defaultView||ci.parentWindow||bZ)}}cd=0;while((b6=cb[cd++])&&!ca.isPropagationStopped()){ca.type=cd>1?b5:ch.bindType||cj;cc=(at._data(b6,"events")||{})[ca.type]&&at._data(b6,"handle");if(cc){cc.apply(b6,b7)}cc=cg&&b6[cg];if(cc&&cc.apply&&at.acceptData(b6)){ca.result=cc.apply(b6,b7);if(ca.result===false){ca.preventDefault()}}}ca.type=cj;if(!cf&&!ca.isDefaultPrevented()){if((!ch._default||ch._default.apply(cb.pop(),b7)===false)&&at.acceptData(b9)){if(cg&&b9[cj]&&!at.isWindow(b9)){ci=b9[cg];if(ci){b9[cg]=null}at.event.triggered=cj;try{b9[cj]()}catch(b8){}at.event.triggered=undefined;if(ci){b9[cg]=ci}}}}return ca.result},dispatch:function(b5){b5=at.event.fix(b5);var b9,cc,b6,cb,ca,b7=[],e=bP.call(arguments),b8=(at._data(this,"events")||{})[b5.type]||[],cd=at.event.special[b5.type]||{};e[0]=b5;b5.delegateTarget=this;if(cd.preDispatch&&cd.preDispatch.call(this,b5)===false){return}b7=at.event.handlers.call(this,b5,b8);b9=0;while((cb=b7[b9++])&&!b5.isPropagationStopped()){b5.currentTarget=cb.elem;ca=0;while((b6=cb.handlers[ca++])&&!b5.isImmediatePropagationStopped()){if(!b5.namespace_re||b5.namespace_re.test(b6.namespace)){b5.handleObj=b6;b5.data=b6.data;cc=((at.event.special[b6.origType]||{}).handle||b6.handler).apply(cb.elem,e);if(cc!==undefined){if((b5.result=cc)===false){b5.preventDefault();b5.stopPropagation()}}}}}if(cd.postDispatch){cd.postDispatch.call(this,b5)}return b5.result},handlers:function(b6,b9){var cc,b7,cb,ca,b8=[],b5=b9.delegateCount,e=b6.target;if(b5&&e.nodeType&&(!b6.button||b6.type!=="click")){for(;e!=this;e=e.parentNode||this){if(e.nodeType===1&&(e.disabled!==true||b6.type!=="click")){cb=[];for(ca=0;ca<b5;ca++){b7=b9[ca];cc=b7.selector+" ";if(cb[cc]===undefined){cb[cc]=b7.needsContext?at(cc,this).index(e)>=0:at.find(cc,this,null,[e]).length}if(cb[cc]){cb.push(b7)}}if(cb.length){b8.push({elem:e,handlers:cb})}}}}if(b5<b9.length){b8.push({elem:this,handlers:b9.slice(b5)})}return b8},fix:function(b5){if(b5[at.expando]){return b5}var b7,b9,e,ca=b5.type,b8=b5,b6=this.fixHooks[ca];if(!b6){this.fixHooks[ca]=b6=ba.test(ca)?this.mouseHooks:a6.test(ca)?this.keyHooks:{}}e=b6.props?this.props.concat(b6.props):this.props;b5=new at.Event(b8);b7=e.length;while(b7--){b9=e[b7];b5[b9]=b8[b9]}if(!b5.target){b5.target=b8.srcElement||R}if(b5.target.nodeType===3){b5.target=b5.target.parentNode}b5.metaKey=!!b5.metaKey;return b6.filter?b6.filter(b5,b8):b5},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,i){if(e.which==null){e.which=i.charCode!=null?i.charCode:i.keyCode}return e}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(b6,b9){var e,b7,b5,i=b9.button,b8=b9.fromElement;if(b6.pageX==null&&b9.clientX!=null){b7=b6.target.ownerDocument||R;b5=b7.documentElement;e=b7.body;b6.pageX=b9.clientX+(b5&&b5.scrollLeft||e&&e.scrollLeft||0)-(b5&&b5.clientLeft||e&&e.clientLeft||0);b6.pageY=b9.clientY+(b5&&b5.scrollTop||e&&e.scrollTop||0)-(b5&&b5.clientTop||e&&e.clientTop||0)}if(!b6.relatedTarget&&b8){b6.relatedTarget=b8===b6.target?b9.toElement:b8}if(!b6.which&&i!==undefined){b6.which=(i&1?1:(i&2?3:(i&4?2:0)))}return b6}},special:{load:{noBubble:true},focus:{trigger:function(){if(this!==bI()&&this.focus){try{this.focus();return false}catch(i){}}},delegateType:"focusin"},blur:{trigger:function(){if(this===bI()&&this.blur){this.blur();return false}},delegateType:"focusout"},click:{trigger:function(){if(at.nodeName(this,"input")&&this.type==="checkbox"&&this.click){this.click();return false}},_default:function(e){return at.nodeName(e.target,"a")}},beforeunload:{postDispatch:function(e){if(e.result!==undefined&&e.originalEvent){e.originalEvent.returnValue=e.result}}}},simulate:function(b8,b6,b7,i){var b5=at.extend(new at.Event(),b7,{type:b8,isSimulated:true,originalEvent:{}});if(i){at.event.trigger(b5,null,b6)}else{at.event.dispatch.call(b6,b5)}if(b5.isDefaultPrevented()){b7.preventDefault()}}};at.removeEvent=R.removeEventListener?function(e,b5,i){if(e.removeEventListener){e.removeEventListener(b5,i,false)}}:function(e,b6,i){var b5="on"+b6;if(e.detachEvent){if(typeof e[b5]===bQ){e[b5]=null}e.detachEvent(b5,i)}};at.Event=function(i,e){if(!(this instanceof at.Event)){return new at.Event(i,e)}if(i&&i.type){this.originalEvent=i;this.type=i.type;this.isDefaultPrevented=i.defaultPrevented||i.defaultPrevented===undefined&&i.returnValue===false?aU:aT}else{this.type=i}if(e){at.extend(this,e)}this.timeStamp=i&&i.timeStamp||at.now();this[at.expando]=true};at.Event.prototype={isDefaultPrevented:aT,isPropagationStopped:aT,isImmediatePropagationStopped:aT,preventDefault:function(){var i=this.originalEvent;this.isDefaultPrevented=aU;if(!i){return}if(i.preventDefault){i.preventDefault()}else{i.returnValue=false}},stopPropagation:function(){var i=this.originalEvent;this.isPropagationStopped=aU;if(!i){return}if(i.stopPropagation){i.stopPropagation()}i.cancelBubble=true},stopImmediatePropagation:function(){var i=this.originalEvent;this.isImmediatePropagationStopped=aU;if(i&&i.stopImmediatePropagation){i.stopImmediatePropagation()}this.stopPropagation()}};at.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(i,e){at.event.special[i]={delegateType:e,bindType:e,handle:function(b5){var b8,b9=this,b7=b5.relatedTarget,b6=b5.handleObj;if(!b7||(b7!==b9&&!at.contains(b9,b7))){b5.type=b6.origType;b8=b6.handler.apply(this,arguments);b5.type=e}return b8}}});if(!bR.submitBubbles){at.event.special.submit={setup:function(){if(at.nodeName(this,"form")){return false}at.event.add(this,"click._submit keypress._submit",function(i){var b5=i.target,b6=at.nodeName(b5,"input")||at.nodeName(b5,"button")?b5.form:undefined;if(b6&&!at._data(b6,"submitBubbles")){at.event.add(b6,"submit._submit",function(e){e._submit_bubble=true});at._data(b6,"submitBubbles",true)}})},postDispatch:function(e){if(e._submit_bubble){delete e._submit_bubble;if(this.parentNode&&!e.isTrigger){at.event.simulate("submit",this.parentNode,e,true)}}},teardown:function(){if(at.nodeName(this,"form")){return false}at.event.remove(this,"._submit")}}}if(!bR.changeBubbles){at.event.special.change={setup:function(){if(aX.test(this.nodeName)){if(this.type==="checkbox"||this.type==="radio"){at.event.add(this,"propertychange._change",function(e){if(e.originalEvent.propertyName==="checked"){this._just_changed=true}});at.event.add(this,"click._change",function(e){if(this._just_changed&&!e.isTrigger){this._just_changed=false}at.event.simulate("change",this,e,true)})}return false}at.event.add(this,"beforeactivate._change",function(i){var b5=i.target;if(aX.test(b5.nodeName)&&!at._data(b5,"changeBubbles")){at.event.add(b5,"change._change",function(e){if(this.parentNode&&!e.isSimulated&&!e.isTrigger){at.event.simulate("change",this.parentNode,e,true)}});at._data(b5,"changeBubbles",true)}})},handle:function(i){var e=i.target;if(this!==e||i.isSimulated||i.isTrigger||(e.type!=="radio"&&e.type!=="checkbox")){return i.handleObj.handler.apply(this,arguments)}},teardown:function(){at.event.remove(this,"._change");return !aX.test(this.nodeName)}}}if(!bR.focusinBubbles){at.each({focus:"focusin",blur:"focusout"},function(b5,e){var i=function(b6){at.event.simulate(e,b6.target,at.event.fix(b6),true)};at.event.special[e]={setup:function(){var b7=this.ownerDocument||this,b6=at._data(b7,e);if(!b6){b7.addEventListener(b5,i,true)}at._data(b7,e,(b6||0)+1)},teardown:function(){var b7=this.ownerDocument||this,b6=at._data(b7,e)-1;if(!b6){b7.removeEventListener(b5,i,true);at._removeData(b7,e)}else{at._data(b7,e,b6)}}}})}at.fn.extend({on:function(b9,b7,e,i,b5){var b8,b6;if(typeof b9==="object"){if(typeof b7!=="string"){e=e||b7;b7=undefined}for(b8 in b9){this.on(b8,b7,e,b9[b8],b5)}return this}if(e==null&&i==null){i=b7;e=b7=undefined}else{if(i==null){if(typeof b7==="string"){i=e;e=undefined}else{i=e;e=b7;b7=undefined}}}if(i===false){i=aT}else{if(!i){return this}}if(b5===1){b6=i;i=function(ca){at().off(ca);return b6.apply(this,arguments)};i.guid=b6.guid||(b6.guid=at.guid++)}return this.each(function(){at.event.add(this,b9,i,e,b7)})},one:function(b6,b5,e,i){return this.on(b6,b5,e,i,1)},off:function(b7,b5,e){var i,b6;if(b7&&b7.preventDefault&&b7.handleObj){i=b7.handleObj;at(b7.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler);return this}if(typeof b7==="object"){for(b6 in b7){this.off(b6,b5,b7[b6])}return this}if(b5===false||typeof b5==="function"){e=b5;b5=undefined}if(e===false){e=aT}return this.each(function(){at.event.remove(this,b7,e,b5)})},trigger:function(i,e){return this.each(function(){at.event.trigger(i,e,this)})},triggerHandler:function(b5,e){var i=this[0];if(i){return at.event.trigger(b5,e,i,true)}}});function C(e){var i=aw.split("|"),b5=e.createDocumentFragment();if(b5.createElement){while(i.length){b5.createElement(i.pop())}}return b5}var aw="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",a3=/ jQuery\d+="(?:null|\d+)"/g,bg=new RegExp("<(?:"+aw+")[\\s/>]","i"),a7=/^\s+/,bH=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,bz=/<([\w:]+)/,bA=/<tbody/i,a2=/<|&#?\w+;/,bf=/<(?:script|style|link)/i,aK=/checked\s*(?:[^=]|=\s*.checked.)/i,bu=/^$|\/(?:java|ecma)script/i,bv=/^true\/(.*)/,aM=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,b1={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],area:[1,"<map>","</map>"],param:[1,"<object>","</object>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:bR.htmlSerialize?[0,"",""]:[1,"X<div>","</div>"]},bJ=C(R),X=bJ.appendChild(R.createElement("div"));b1.optgroup=b1.option;b1.tbody=b1.tfoot=b1.colgroup=b1.caption=b1.thead;b1.th=b1.td;function aa(e,b9){var b6,b5,b8=0,b7=typeof e.getElementsByTagName!==bQ?e.getElementsByTagName(b9||"*"):typeof e.querySelectorAll!==bQ?e.querySelectorAll(b9||"*"):undefined;if(!b7){for(b7=[],b6=e.childNodes||e;(b5=b6[b8])!=null;b8++){if(!b9||at.nodeName(b5,b9)){b7.push(b5)}else{at.merge(b7,aa(b5,b9))}}}return b9===undefined||b9&&at.nodeName(e,b9)?at.merge([e],b7):b7}function W(e){if(aJ.test(e.type)){e.defaultChecked=e.checked}}function au(i,e){return at.nodeName(i,"table")&&at.nodeName(e.nodeType!==11?e:e.firstChild,"tr")?i.getElementsByTagName("tbody")[0]||i.appendChild(i.ownerDocument.createElement("tbody")):i}function P(e){e.type=(at.find.attr(e,"type")!==null)+"/"+e.type;return e}function aS(e){var i=bv.exec(e.type);if(i){e.type=i[1]}else{e.removeAttribute("type")}return e}function bK(b5,b7){var e,b6=0;for(;(e=b5[b6])!=null;b6++){at._data(e,"globalEval",!b7||at._data(b7[b6],"globalEval"))}}function w(ca,b5){if(b5.nodeType!==1||!at.hasData(ca)){return}var cb,b7,b8,b9=at._data(ca),e=at._data(b5,b9),b6=b9.events;if(b6){delete e.handle;e.events={};for(cb in b6){for(b7=0,b8=b6[cb].length;b7<b8;b7++){at.event.add(b5,cb,b6[cb][b7])}}}if(e.data){e.data=at.extend({},e.data)}}function V(b8,b5){var b7,b6,i;if(b5.nodeType!==1){return}b7=b5.nodeName.toLowerCase();if(!bR.noCloneEvent&&b5[at.expando]){i=at._data(b5);for(b6 in i.events){at.removeEvent(b5,b6,i.handle)}b5.removeAttribute(at.expando)}if(b7==="script"&&b5.text!==b8.text){P(b5).text=b8.text;aS(b5)}else{if(b7==="object"){if(b5.parentNode){b5.outerHTML=b8.outerHTML}if(bR.html5Clone&&(b8.innerHTML&&!at.trim(b5.innerHTML))){b5.innerHTML=b8.innerHTML}}else{if(b7==="input"&&aJ.test(b8.type)){b5.defaultChecked=b5.checked=b8.checked;if(b5.value!==b8.value){b5.value=b8.value}}else{if(b7==="option"){b5.defaultSelected=b5.selected=b8.defaultSelected}else{if(b7==="input"||b7==="textarea"){b5.defaultValue=b8.defaultValue}}}}}}at.extend({clone:function(b8,b5,b6){var b7,cb,e,b9,cc,ca=at.contains(b8.ownerDocument,b8);if(bR.html5Clone||at.isXMLDoc(b8)||!bg.test("<"+b8.nodeName+">")){e=b8.cloneNode(true)}else{X.innerHTML=b8.outerHTML;X.removeChild(e=X.firstChild)}if((!bR.noCloneEvent||!bR.noCloneChecked)&&(b8.nodeType===1||b8.nodeType===11)&&!at.isXMLDoc(b8)){b7=aa(e);cc=aa(b8);for(b9=0;(cb=cc[b9])!=null;++b9){if(b7[b9]){V(cb,b7[b9])}}}if(b5){if(b6){cc=cc||aa(b8);b7=b7||aa(e);for(b9=0;(cb=cc[b9])!=null;b9++){w(cb,b7[b9])}}else{w(b8,e)}}b7=aa(e,"script");if(b7.length>0){bK(b7,!ca&&aa(b8,"script"))}b7=cc=cb=null;return e},buildFragment:function(b7,b5,cd,ce){var b9,b6,e,ch,cf,cg,ci,ca=b7.length,cc=C(b5),cb=[],b8=0;for(;b8<ca;b8++){b6=b7[b8];if(b6||b6===0){if(at.type(b6)==="object"){at.merge(cb,b6.nodeType?[b6]:b6)}else{if(!a2.test(b6)){cb.push(b5.createTextNode(b6))}else{ch=ch||cc.appendChild(b5.createElement("div"));cf=(bz.exec(b6)||["",""])[1].toLowerCase();ci=b1[cf]||b1._default;ch.innerHTML=ci[1]+b6.replace(bH,"<$1></$2>")+ci[2];b9=ci[0];while(b9--){ch=ch.lastChild}if(!bR.leadingWhitespace&&a7.test(b6)){cb.push(b5.createTextNode(a7.exec(b6)[0]))}if(!bR.tbody){b6=cf==="table"&&!bA.test(b6)?ch.firstChild:ci[1]==="<table>"&&!bA.test(b6)?ch:0;b9=b6&&b6.childNodes.length;while(b9--){if(at.nodeName((cg=b6.childNodes[b9]),"tbody")&&!cg.childNodes.length){b6.removeChild(cg)}}}at.merge(cb,ch.childNodes);ch.textContent="";while(ch.firstChild){ch.removeChild(ch.firstChild)}ch=cc.lastChild}}}}if(ch){cc.removeChild(ch)}if(!bR.appendChecked){at.grep(aa(cb,"input"),W)}b8=0;while((b6=cb[b8++])){if(ce&&at.inArray(b6,ce)!==-1){continue}e=at.contains(b6.ownerDocument,b6);ch=aa(cc.appendChild(b6),"script");if(e){bK(ch)}if(cd){b9=0;while((b6=ch[b9++])){if(bu.test(b6.type||"")){cd.push(b6)}}}}ch=null;return cc},cleanData:function(b9,e){var b8,ce,cb,b6,ca=0,cc=at.expando,b5=at.cache,b7=bR.deleteExpando,cd=at.event.special;for(;(b8=b9[ca])!=null;ca++){if(e||at.acceptData(b8)){cb=b8[cc];b6=cb&&b5[cb];if(b6){if(b6.events){for(ce in b6.events){if(cd[ce]){at.event.remove(b8,ce)}else{at.removeEvent(b8,ce,b6.handle)}}}if(b5[cb]){delete b5[cb];if(b7){delete b8[cc]}else{if(typeof b8.removeAttribute!==bQ){b8.removeAttribute(cc)}else{b8[cc]=null}}N.push(cb)}}}}}});at.fn.extend({text:function(e){return d(this,function(i){return i===undefined?at.text(this):this.empty().append((this[0]&&this[0].ownerDocument||R).createTextNode(i))},null,e,arguments.length)},append:function(){return this.domManip(arguments,function(e){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var i=au(this,e);i.appendChild(e)}})},prepend:function(){return this.domManip(arguments,function(e){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var i=au(this,e);i.insertBefore(e,i.firstChild)}})},before:function(){return this.domManip(arguments,function(e){if(this.parentNode){this.parentNode.insertBefore(e,this)}})},after:function(){return this.domManip(arguments,function(e){if(this.parentNode){this.parentNode.insertBefore(e,this.nextSibling)}})},remove:function(b8,b7){var e,b5=b8?at.filter(b8,this):this,b6=0;for(;(e=b5[b6])!=null;b6++){if(!b7&&e.nodeType===1){at.cleanData(aa(e))}if(e.parentNode){if(b7&&at.contains(e.ownerDocument,e)){bK(aa(e,"script"))}e.parentNode.removeChild(e)}}return this},empty:function(){var e,b5=0;for(;(e=this[b5])!=null;b5++){if(e.nodeType===1){at.cleanData(aa(e,false))}while(e.firstChild){e.removeChild(e.firstChild)}if(e.options&&at.nodeName(e,"select")){e.options.length=0}}return this},clone:function(e,i){e=e==null?false:e;i=i==null?e:i;return this.map(function(){return at.clone(this,e,i)})},html:function(e){return d(this,function(b9){var b6=this[0]||{},b7=0,b8=this.length;if(b9===undefined){return b6.nodeType===1?b6.innerHTML.replace(a3,""):undefined}if(typeof b9==="string"&&!bf.test(b9)&&(bR.htmlSerialize||!bg.test(b9))&&(bR.leadingWhitespace||!a7.test(b9))&&!b1[(bz.exec(b9)||["",""])[1].toLowerCase()]){b9=b9.replace(bH,"<$1></$2>");try{for(;b7<b8;b7++){b6=this[b7]||{};if(b6.nodeType===1){at.cleanData(aa(b6,false));b6.innerHTML=b9}}b6=0}catch(b5){}}if(b6){this.empty().append(b9)}},null,e,arguments.length)},replaceWith:function(){var e=arguments[0];this.domManip(arguments,function(i){e=this.parentNode;at.cleanData(aa(this));if(e){e.replaceChild(i,this)}});return e&&(e.length||e.nodeType)?this:this.remove()},detach:function(e){return this.remove(e,true)},domManip:function(e,b5){e=y.apply([],e);var b7,ce,b9,cf,b6,b8,ca=0,cd=this.length,cg=this,cb=cd-1,ch=e[0],cc=at.isFunction(ch);if(cc||(cd>1&&typeof ch==="string"&&!bR.checkClone&&aK.test(ch))){return this.each(function(i){var ci=cg.eq(i);if(cc){e[0]=ch.call(this,i,ci.html())}ci.domManip(e,b5)})}if(cd){b8=at.buildFragment(e,this[0].ownerDocument,false,this);b7=b8.firstChild;if(b8.childNodes.length===1){b8=b7}if(b7){cf=at.map(aa(b8,"script"),P);b9=cf.length;for(;ca<cd;ca++){ce=b8;if(ca!==cb){ce=at.clone(ce,true,true);if(b9){at.merge(cf,aa(ce,"script"))}}b5.call(this[ca],ce,ca)}if(b9){b6=cf[cf.length-1].ownerDocument;at.map(cf,aS);for(ca=0;ca<b9;ca++){ce=cf[ca];if(bu.test(ce.type||"")&&!at._data(ce,"globalEval")&&at.contains(b6,ce)){if(ce.src){if(at._evalUrl){at._evalUrl(ce.src)}}else{at.globalEval((ce.text||ce.textContent||ce.innerHTML||"").replace(aM,""))}}}}b8=b7=null}}return this}});at.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,i){at.fn[e]=function(ca){var b5,b6=0,b9=[],b7=at(ca),b8=b7.length-1;for(;b6<=b8;b6++){b5=b6===b8?this:this.clone(true);at(b7[b6])[i](b5);aE.apply(b9,b5.get())}return this.pushStack(b9)}});var aj,T={};function f(b6,i){var b7,b5=at(i.createElement(b6)).appendTo(i.body),e=bZ.getDefaultComputedStyle&&(b7=bZ.getDefaultComputedStyle(b5[0]))?b7.display:at.css(b5[0],"display");b5.detach();return e}function L(b5){var i=R,e=T[b5];if(!e){e=f(b5,i);if(e==="none"||!e){aj=(aj||at("<iframe frameborder='0' width='0' height='0'/>")).appendTo(i.documentElement);i=(aj[0].contentWindow||aj[0].contentDocument).document;i.write();i.close();e=f(b5,i);aj.detach()}T[b5]=e}return e}(function(){var e;bR.shrinkWrapBlocks=function(){if(e!=null){return e}e=false;var b6,i,b5;i=R.getElementsByTagName("body")[0];if(!i||!i.style){return}b6=R.createElement("div");b5=R.createElement("div");b5.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px";i.appendChild(b5).appendChild(b6);if(typeof b6.style.zoom!==bQ){b6.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1";b6.appendChild(R.createElement("div")).style.width="5px";e=b6.offsetWidth!==3}i.removeChild(b5);return e}})();var a9=(/^margin/);var bi=new RegExp("^("+aB+")(?!px)[a-z%]+$","i");var ad,J,bn=/^(top|right|bottom|left)$/;if(bZ.getComputedStyle){ad=function(e){return e.ownerDocument.defaultView.getComputedStyle(e,null)};J=function(i,b7,e){var ca,b6,b5,b8,b9=i.style;e=e||ad(i);b8=e?e.getPropertyValue(b7)||e[b7]:undefined;if(e){if(b8===""&&!at.contains(i.ownerDocument,i)){b8=at.style(i,b7)}if(bi.test(b8)&&a9.test(b7)){ca=b9.width;b6=b9.minWidth;b5=b9.maxWidth;b9.minWidth=b9.maxWidth=b9.width=b8;b8=e.width;b9.width=ca;b9.minWidth=b6;b9.maxWidth=b5}}return b8===undefined?b8:b8+""}}else{if(R.documentElement.currentStyle){ad=function(e){return e.currentStyle};J=function(i,b6,e){var b5,b8,b9,b7,ca=i.style;e=e||ad(i);b7=e?e[b6]:undefined;if(b7==null&&ca&&ca[b6]){b7=ca[b6]}if(bi.test(b7)&&!bn.test(b6)){b5=ca.left;b8=i.runtimeStyle;b9=b8&&b8.left;if(b9){b8.left=i.currentStyle.left}ca.left=b6==="fontSize"?"1em":b7;b7=ca.pixelLeft+"px";ca.left=b5;if(b9){b8.left=b9}}return b7===undefined?b7:b7+""||"auto"}}}function g(e,i){return{get:function(){var b5=e();if(b5==null){return}if(b5){delete this.get;return}return(this.get=i).apply(this,arguments)}}}(function(){var b6,ca,e,b7,i,b8,b9;b6=R.createElement("div");b6.innerHTML="  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>";e=b6.getElementsByTagName("a")[0];ca=e&&e.style;if(!ca){return}ca.cssText="float:left;opacity:.5";bR.opacity=ca.opacity==="0.5";bR.cssFloat=!!ca.cssFloat;b6.style.backgroundClip="content-box";b6.cloneNode(true).style.backgroundClip="";bR.clearCloneStyle=b6.style.backgroundClip==="content-box";bR.boxSizing=ca.boxSizing===""||ca.MozBoxSizing===""||ca.WebkitBoxSizing==="";at.extend(bR,{reliableHiddenOffsets:function(){if(b8==null){b5()}return b8},boxSizingReliable:function(){if(i==null){b5()}return i},pixelPosition:function(){if(b7==null){b5()}return b7},reliableMarginRight:function(){if(b9==null){b5()}return b9}});function b5(){var ce,cb,cc,cd;cb=R.getElementsByTagName("body")[0];if(!cb||!cb.style){return}ce=R.createElement("div");cc=R.createElement("div");cc.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px";cb.appendChild(cc).appendChild(ce);ce.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute";b7=i=false;b9=true;if(bZ.getComputedStyle){b7=(bZ.getComputedStyle(ce,null)||{}).top!=="1%";i=(bZ.getComputedStyle(ce,null)||{width:"4px"}).width==="4px";cd=ce.appendChild(R.createElement("div"));cd.style.cssText=ce.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0";cd.style.marginRight=cd.style.width="0";ce.style.width="1px";b9=!parseFloat((bZ.getComputedStyle(cd,null)||{}).marginRight)}ce.innerHTML="<table><tr><td></td><td>t</td></tr></table>";cd=ce.getElementsByTagName("td");cd[0].style.cssText="margin:0;border:0;padding:0;display:none";b8=cd[0].offsetHeight===0;if(b8){cd[0].style.display="";cd[1].style.display="none";b8=cd[0].offsetHeight===0}cb.removeChild(cc)}})();at.swap=function(b5,b8,i,e){var b9,b6,b7={};for(b6 in b8){b7[b6]=b5.style[b6];b5.style[b6]=b8[b6]}b9=i.apply(b5,e||[]);for(b6 in b8){b5.style[b6]=b7[b6]}return b9};var aG=/alpha\([^)]*\)/i,bl=/opacity\s*=\s*([^)]*)/,aQ=/^(none|table(?!-c[ea]).+)/,bj=new RegExp("^("+aB+")(.*)$","i"),br=new RegExp("^([+-])=("+aB+")","i"),I={position:"absolute",visibility:"hidden",display:"block"},G={letterSpacing:"0",fontWeight:"400"},H=["Webkit","O","Moz","ms"];function bX(b8,b6){if(b6 in b8){return b6}var e=b6.charAt(0).toUpperCase()+b6.slice(1),b7=b6,b5=H.length;while(b5--){b6=H[b5]+e;if(b6 in b8){return b6}}return b7}function bM(b5,b9){var e,i,b6,ca=[],b7=0,b8=b5.length;for(;b7<b8;b7++){i=b5[b7];if(!i.style){continue}ca[b7]=at._data(i,"olddisplay");e=i.style.display;if(b9){if(!ca[b7]&&e==="none"){i.style.display=""}if(i.style.display===""&&ar(i)){ca[b7]=at._data(i,"olddisplay",L(i.nodeName))}}else{b6=ar(i);if(e&&e!=="none"||!b6){at._data(i,"olddisplay",b6?e:at.css(i,"display"))}}}for(b7=0;b7<b8;b7++){i=b5[b7];if(!i.style){continue}if(!b9||i.style.display==="none"||i.style.display===""){i.style.display=b9?ca[b7]||"":"none"}}return b5}function bL(e,b6,b5){var i=bj.exec(b6);return i?Math.max(0,i[1]-(b5||0))+(i[2]||"px"):b6}function s(e,b8,b5,b7,b9){var b6=b5===(b7?"border":"content")?4:b8==="width"?1:0,ca=0;for(;b6<4;b6+=2){if(b5==="margin"){ca+=at.css(e,b5+F[b6],true,b9)}if(b7){if(b5==="content"){ca-=at.css(e,"padding"+F[b6],true,b9)}if(b5!=="margin"){ca-=at.css(e,"border"+F[b6]+"Width",true,b9)}}else{ca+=at.css(e,"padding"+F[b6],true,b9);if(b5!=="padding"){ca+=at.css(e,"border"+F[b6]+"Width",true,b9)}}}return ca}function ae(e,b6,i){var b9=true,b8=b6==="width"?e.offsetWidth:e.offsetHeight,b7=ad(e),b5=bR.boxSizing&&at.css(e,"boxSizing",false,b7)==="border-box";if(b8<=0||b8==null){b8=J(e,b6,b7);if(b8<0||b8==null){b8=e.style[b6]}if(bi.test(b8)){return b8}b9=b5&&(bR.boxSizingReliable()||b8===e.style[b6]);b8=parseFloat(b8)||0}return(b8+s(e,b6,i||(b5?"border":"content"),b9,b7))+"px"}at.extend({cssHooks:{opacity:{get:function(i,e){if(e){var b5=J(i,"opacity");return b5===""?"1":b5}}}},cssNumber:{columnCount:true,fillOpacity:true,flexGrow:true,flexShrink:true,fontWeight:true,lineHeight:true,opacity:true,order:true,orphans:true,widows:true,zIndex:true,zoom:true},cssProps:{"float":bR.cssFloat?"cssFloat":"styleFloat"},style:function(b5,b8,cd,b6){if(!b5||b5.nodeType===3||b5.nodeType===8||!b5.style){return}var ca,cc,b7,b9=at.camelCase(b8),cb=b5.style;b8=at.cssProps[b9]||(at.cssProps[b9]=bX(cb,b9));b7=at.cssHooks[b8]||at.cssHooks[b9];if(cd!==undefined){cc=typeof cd;if(cc==="string"&&(ca=br.exec(cd))){cd=(ca[1]+1)*ca[2]+parseFloat(at.css(b5,b8));cc="number"}if(cd==null||cd!==cd){return}if(cc==="number"&&!at.cssNumber[b9]){cd+="px"}if(!bR.clearCloneStyle&&cd===""&&b8.indexOf("background")===0){cb[b8]="inherit"}if(!b7||!("set" in b7)||(cd=b7.set(b5,cd,b6))!==undefined){try{cb[b8]=cd}catch(i){}}}else{if(b7&&"get" in b7&&(ca=b7.get(b5,false,b6))!==undefined){return ca}return cb[b8]}},css:function(e,b6,i,b9){var b7,ca,b5,b8=at.camelCase(b6);b6=at.cssProps[b8]||(at.cssProps[b8]=bX(e.style,b8));b5=at.cssHooks[b6]||at.cssHooks[b8];if(b5&&"get" in b5){ca=b5.get(e,true,i)}if(ca===undefined){ca=J(e,b6,b9)}if(ca==="normal"&&b6 in G){ca=G[b6]}if(i===""||i){b7=parseFloat(ca);return i===true||at.isNumeric(b7)?b7||0:ca}return ca}});at.each(["height","width"],function(e,b5){at.cssHooks[b5]={get:function(b6,i,b7){if(i){return aQ.test(at.css(b6,"display"))&&b6.offsetWidth===0?at.swap(b6,I,function(){return ae(b6,b5,b7)}):ae(b6,b5,b7)}},set:function(i,b8,b6){var b7=b6&&ad(i);return bL(i,b8,b6?s(i,b5,b6,bR.boxSizing&&at.css(i,"boxSizing",false,b7)==="border-box",b7):0)}}});if(!bR.opacity){at.cssHooks.opacity={get:function(i,e){return bl.test((e&&i.currentStyle?i.currentStyle.filter:i.style.filter)||"")?(0.01*parseFloat(RegExp.$1))+"":e?"1":""},set:function(i,b8){var b7=i.style,e=i.currentStyle,b6=at.isNumeric(b8)?"alpha(opacity="+b8*100+")":"",b5=e&&e.filter||b7.filter||"";b7.zoom=1;if((b8>=1||b8==="")&&at.trim(b5.replace(aG,""))===""&&b7.removeAttribute){b7.removeAttribute("filter");if(b8===""||e&&!e.filter){return}}b7.filter=aG.test(b5)?b5.replace(aG,b6):b5+" "+b6}}}at.cssHooks.marginRight=g(bR.reliableMarginRight,function(i,e){if(e){return at.swap(i,{display:"inline-block"},J,[i,"marginRight"])}});at.each({margin:"",padding:"",border:"Width"},function(e,i){at.cssHooks[e+i]={expand:function(b8){var b6=0,b5={},b7=typeof b8==="string"?b8.split(" "):[b8];for(;b6<4;b6++){b5[e+F[b6]+i]=b7[b6]||b7[b6-2]||b7[0]}return b5}};if(!a9.test(e)){at.cssHooks[e+i].set=bL}});at.fn.extend({css:function(e,i){return d(this,function(b5,b9,cb){var ca,b7,b8={},b6=0;if(at.isArray(b9)){ca=ad(b5);b7=b9.length;for(;b6<b7;b6++){b8[b9[b6]]=at.css(b5,b9[b6],false,ca)}return b8}return cb!==undefined?at.style(b5,b9,cb):at.css(b5,b9)},e,i,arguments.length>1)},show:function(){return bM(this,true)},hide:function(){return bM(this)},toggle:function(e){if(typeof e==="boolean"){return e?this.show():this.hide()}return this.each(function(){if(ar(this)){at(this).show()}else{at(this).hide()}})}});function bV(i,b6,b7,b5,e){return new bV.prototype.init(i,b6,b7,b5,e)}at.Tween=bV;bV.prototype={constructor:bV,init:function(i,b6,b7,b5,e,b8){this.elem=i;this.prop=b7;this.easing=e||"swing";this.options=b6;this.start=this.now=this.cur();this.end=b5;this.unit=b8||(at.cssNumber[b7]?"":"px")},cur:function(){var e=bV.propHooks[this.prop];return e&&e.get?e.get(this):bV.propHooks._default.get(this)},run:function(b5){var e,i=bV.propHooks[this.prop];if(this.options.duration){this.pos=e=at.easing[this.easing](b5,this.options.duration*b5,0,1,this.options.duration)}else{this.pos=e=b5}this.now=(this.end-this.start)*e+this.start;if(this.options.step){this.options.step.call(this.elem,this.now,this)}if(i&&i.set){i.set(this)}else{bV.propHooks._default.set(this)}return this}};bV.prototype.init.prototype=bV.prototype;bV.propHooks={_default:{get:function(i){var e;if(i.elem[i.prop]!=null&&(!i.elem.style||i.elem.style[i.prop]==null)){return i.elem[i.prop]}e=at.css(i.elem,i.prop,"");return !e||e==="auto"?0:e},set:function(e){if(at.fx.step[e.prop]){at.fx.step[e.prop](e)}else{if(e.elem.style&&(e.elem.style[at.cssProps[e.prop]]!=null||at.cssHooks[e.prop])){at.style(e.elem,e.prop,e.now+e.unit)}else{e.elem[e.prop]=e.now}}}}};bV.propHooks.scrollTop=bV.propHooks.scrollLeft={set:function(e){if(e.elem.nodeType&&e.elem.parentNode){e.elem[e.prop]=e.now}}};at.easing={linear:function(e){return e},swing:function(e){return 0.5-Math.cos(e*Math.PI)/2}};at.fx=bV.prototype.init;at.fx.step={};var Y,bS,aZ=/^(?:toggle|show|hide)$/,aY=new RegExp("^(?:([+-])=|)("+aB+")([a-z%]*)$","i"),bt=/queueHooks$/,q=[M],bW={"*":[function(b5,cb){var b9=this.createTween(b5,cb),b8=b9.cur(),i=aY.exec(cb),ca=i&&i[3]||(at.cssNumber[b5]?"":"px"),b7=(at.cssNumber[b5]||ca!=="px"&&+b8)&&aY.exec(at.css(b9.elem,b5)),b6=1,e=20;if(b7&&b7[3]!==ca){ca=ca||b7[3];i=i||[];b7=+b8||1;do{b6=b6||".5";b7=b7/b6;at.style(b9.elem,b5,b7+ca)}while(b6!==(b6=b9.cur()/b8)&&b6!==1&&--e)}if(i){b7=b9.start=+b7||+b8||0;b9.unit=ca;b9.end=i[1]?b7+(i[1]+1)*i[2]:+i[2]}return b9}]};function A(){setTimeout(function(){Y=undefined});return(Y=at.now())}function Z(b7,b6){var b8,e={height:b7},b5=0;b6=b6?1:0;for(;b5<4;b5+=2-b6){b8=F[b5];e["margin"+b8]=e["padding"+b8]=b7}if(b6){e.opacity=e.width=b7}return e}function E(b9,b7,e){var b8,i=(bW[b7]||[]).concat(bW["*"]),b5=0,b6=i.length;for(;b5<b6;b5++){if((b8=i[b5].call(e,b7,b9))){return b8}}}function M(b7,ce,cb){var cd,ci,cg,ch,b9,ca,b6,i,e=this,cc={},cf=b7.style,b8=b7.nodeType&&ar(b7),b5=at._data(b7,"fxshow");if(!cb.queue){b9=at._queueHooks(b7,"fx");if(b9.unqueued==null){b9.unqueued=0;ca=b9.empty.fire;b9.empty.fire=function(){if(!b9.unqueued){ca()}}}b9.unqueued++;e.always(function(){e.always(function(){b9.unqueued--;if(!at.queue(b7,"fx").length){b9.empty.fire()}})})}if(b7.nodeType===1&&("height" in ce||"width" in ce)){cb.overflow=[cf.overflow,cf.overflowX,cf.overflowY];b6=at.css(b7,"display");i=b6==="none"?at._data(b7,"olddisplay")||L(b7.nodeName):b6;if(i==="inline"&&at.css(b7,"float")==="none"){if(!bR.inlineBlockNeedsLayout||L(b7.nodeName)==="inline"){cf.display="inline-block"}else{cf.zoom=1}}}if(cb.overflow){cf.overflow="hidden";if(!bR.shrinkWrapBlocks()){e.always(function(){cf.overflow=cb.overflow[0];cf.overflowX=cb.overflow[1];cf.overflowY=cb.overflow[2]})}}for(cd in ce){ci=ce[cd];if(aZ.exec(ci)){delete ce[cd];cg=cg||ci==="toggle";if(ci===(b8?"hide":"show")){if(ci==="show"&&b5&&b5[cd]!==undefined){b8=true}else{continue}}cc[cd]=b5&&b5[cd]||at.style(b7,cd)}else{b6=undefined}}if(!at.isEmptyObject(cc)){if(b5){if("hidden" in b5){b8=b5.hidden}}else{b5=at._data(b7,"fxshow",{})}if(cg){b5.hidden=!b8}if(b8){at(b7).show()}else{e.done(function(){at(b7).hide()})}e.done(function(){var cj;at._removeData(b7,"fxshow");for(cj in cc){at.style(b7,cj,cc[cj])}});for(cd in cc){ch=E(b8?b5[cd]:0,cd,e);if(!(cd in b5)){b5[cd]=ch.start;if(b8){ch.end=ch.start;ch.start=cd==="width"||cd==="height"?1:0}}}}else{if((b6==="none"?L(b7.nodeName):b6)==="inline"){cf.display=b6}}}function aD(b7,b8){var b5,b6,e,b9,i;for(b5 in b7){b6=at.camelCase(b5);e=b8[b6];b9=b7[b5];if(at.isArray(b9)){e=b9[1];b9=b7[b5]=b9[0]}if(b5!==b6){b7[b6]=b9;delete b7[b5]}i=at.cssHooks[b6];if(i&&"expand" in i){b9=i.expand(b9);delete b7[b6];for(b5 in b9){if(!(b5 in b7)){b7[b5]=b9[b5];b8[b5]=e}}}else{b8[b6]=e}}}function p(b5,b9,b8){var cb,cc,b6=0,b7=q.length,i=at.Deferred().always(function(){delete cd.elem}),cd=function(){if(cc){return false}var ce=Y||A(),ci=Math.max(0,e.startTime+e.duration-ce),cj=ci/e.duration||0,ch=1-cj,cf=0,cg=e.tweens.length;for(;cf<cg;cf++){e.tweens[cf].run(ch)}i.notifyWith(b5,[e,ch,ci]);if(ch<1&&cg){return ci}else{i.resolveWith(b5,[e]);return false}},e=i.promise({elem:b5,props:at.extend({},b9),opts:at.extend(true,{specialEasing:{}},b8),originalProperties:b9,originalOptions:b8,startTime:Y||A(),duration:b8.duration,tweens:[],createTween:function(cf,ce){var cg=at.Tween(b5,e.opts,cf,ce,e.opts.specialEasing[cf]||e.opts.easing);e.tweens.push(cg);return cg},stop:function(ce){var cf=0,cg=ce?e.tweens.length:0;if(cc){return this}cc=true;for(;cf<cg;cf++){e.tweens[cf].run(1)}if(ce){i.resolveWith(b5,[e,ce])}else{i.rejectWith(b5,[e,ce])}return this}}),ca=e.props;aD(ca,e.opts.specialEasing);for(;b6<b7;b6++){cb=q[b6].call(e,b5,ca,e.opts);if(cb){return cb}}at.map(ca,E,e);if(at.isFunction(e.opts.start)){e.opts.start.call(b5,e)}at.fx.timer(at.extend(cd,{elem:b5,anim:e,queue:e.opts.queue}));return e.progress(e.opts.progress).done(e.opts.done,e.opts.complete).fail(e.opts.fail).always(e.opts.always)}at.Animation=at.extend(p,{tweener:function(b7,e){if(at.isFunction(b7)){e=b7;b7=["*"]}else{b7=b7.split(" ")}var b6,i=0,b5=b7.length;for(;i<b5;i++){b6=b7[i];bW[b6]=bW[b6]||[];bW[b6].unshift(e)}},prefilter:function(e,i){if(i){q.unshift(e)}else{q.push(e)}}});at.speed=function(b6,e,i){var b5=b6&&typeof b6==="object"?at.extend({},b6):{complete:i||!i&&e||at.isFunction(b6)&&b6,duration:b6,easing:i&&e||e&&!at.isFunction(e)&&e};b5.duration=at.fx.off?0:typeof b5.duration==="number"?b5.duration:b5.duration in at.fx.speeds?at.fx.speeds[b5.duration]:at.fx.speeds._default;if(b5.queue==null||b5.queue===true){b5.queue="fx"}b5.old=b5.complete;b5.complete=function(){if(at.isFunction(b5.old)){b5.old.call(this)}if(b5.queue){at.dequeue(this,b5.queue)}};return b5};at.fn.extend({fadeTo:function(b5,b6,i,e){return this.filter(ar).css("opacity",0).show().end().animate({opacity:b6},b5,i,e)},animate:function(b8,b9,b5,e){var b6=at.isEmptyObject(b8),b7=at.speed(b9,b5,e),i=function(){var ca=p(this,at.extend({},b8),b7);if(b6||at._data(this,"finish")){ca.stop(true)}};i.finish=i;return b6||b7.queue===false?this.each(i):this.queue(b7.queue,i)},stop:function(b6,e,i){var b5=function(b7){var b8=b7.stop;delete b7.stop;b8(i)};if(typeof b6!=="string"){i=e;e=b6;b6=undefined}if(e&&b6!==false){this.queue(b6||"fx",[])}return this.each(function(){var b8=true,b9=b6!=null&&b6+"queueHooks",ca=at.timers,b7=at._data(this);if(b9){if(b7[b9]&&b7[b9].stop){b5(b7[b9])}}else{for(b9 in b7){if(b7[b9]&&b7[b9].stop&&bt.test(b9)){b5(b7[b9])}}}for(b9=ca.length;b9--;){if(ca[b9].elem===this&&(b6==null||ca[b9].queue===b6)){ca[b9].anim.stop(i);b8=false;ca.splice(b9,1)}}if(b8||!i){at.dequeue(this,b6)}})},finish:function(e){if(e!==false){e=e||"fx"}return this.each(function(){var b6,i=at._data(this),b8=i[e+"queue"],b5=i[e+"queueHooks"],b9=at.timers,b7=b8?b8.length:0;i.finish=true;at.queue(this,e,[]);if(b5&&b5.stop){b5.stop.call(this,true)}for(b6=b9.length;b6--;){if(b9[b6].elem===this&&b9[b6].queue===e){b9[b6].anim.stop(true);b9.splice(b6,1)}}for(b6=0;b6<b7;b6++){if(b8[b6]&&b8[b6].finish){b8[b6].finish.call(this)}}delete i.finish})}});at.each(["toggle","show","hide"],function(b5,b6){var e=at.fn[b6];at.fn[b6]=function(b8,b7,i){return b8==null||typeof b8==="boolean"?e.apply(this,arguments):this.animate(Z(b6,true),b8,b7,i)}});at.each({slideDown:Z("show"),slideUp:Z("hide"),slideToggle:Z("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,i){at.fn[e]=function(b7,b6,b5){return this.animate(i,b7,b6,b5)}});at.timers=[];at.fx.tick=function(){var b5,b6=at.timers,e=0;Y=at.now();for(;e<b6.length;e++){b5=b6[e];if(!b5()&&b6[e]===b5){b6.splice(e--,1)}}if(!b6.length){at.fx.stop()}Y=undefined};at.fx.timer=function(e){at.timers.push(e);if(e()){at.fx.start()}else{at.timers.pop()}};at.fx.interval=13;at.fx.start=function(){if(!bS){bS=setInterval(at.fx.tick,at.fx.interval)}};at.fx.stop=function(){clearInterval(bS);bS=null};at.fx.speeds={slow:600,fast:200,_default:400};at.fn.delay=function(e,i){e=at.fx?at.fx.speeds[e]||e:e;i=i||"fx";return this.queue(i,function(b6,b5){var b7=setTimeout(b6,e);b5.stop=function(){clearTimeout(b7)}})};(function(){var b5,i,b7,e,b6;i=R.createElement("div");i.setAttribute("className","t");i.innerHTML="  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>";e=i.getElementsByTagName("a")[0];b7=R.createElement("select");b6=b7.appendChild(R.createElement("option"));b5=i.getElementsByTagName("input")[0];e.style.cssText="top:1px";bR.getSetAttribute=i.className!=="t";bR.style=/top/.test(e.getAttribute("style"));bR.hrefNormalized=e.getAttribute("href")==="/a";bR.checkOn=!!b5.value;bR.optSelected=b6.selected;bR.enctype=!!R.createElement("form").enctype;b7.disabled=true;bR.optDisabled=!b6.disabled;b5=R.createElement("input");b5.setAttribute("value","");bR.input=b5.getAttribute("value")==="";b5.value="t";b5.setAttribute("type","radio");bR.radioValue=b5.value==="t"})();var bs=/\r/g;at.fn.extend({val:function(b7){var i,b6,b5,e=this[0];if(!arguments.length){if(e){i=at.valHooks[e.type]||at.valHooks[e.nodeName.toLowerCase()];if(i&&"get" in i&&(b6=i.get(e,"value"))!==undefined){return b6}b6=e.value;return typeof b6==="string"?b6.replace(bs,""):b6==null?"":b6}return}b5=at.isFunction(b7);return this.each(function(b8){var b9;if(this.nodeType!==1){return}if(b5){b9=b7.call(this,b8,at(this).val())}else{b9=b7}if(b9==null){b9=""}else{if(typeof b9==="number"){b9+=""}else{if(at.isArray(b9)){b9=at.map(b9,function(ca){return ca==null?"":ca+""})}}}i=at.valHooks[this.type]||at.valHooks[this.nodeName.toLowerCase()];if(!i||!("set" in i)||i.set(this,b9,"value")===undefined){this.value=b9}})}});at.extend({valHooks:{option:{get:function(e){var i=at.find.attr(e,"value");return i!=null?i:at.trim(at.text(e))}},select:{get:function(e){var cb,b9,ca=e.options,b6=e.selectedIndex,b8=e.type==="select-one"||b6<0,cc=b8?null:[],b7=b8?b6+1:ca.length,b5=b6<0?b7:b8?b6:0;for(;b5<b7;b5++){b9=ca[b5];if((b9.selected||b5===b6)&&(bR.optDisabled?!b9.disabled:b9.getAttribute("disabled")===null)&&(!b9.parentNode.disabled||!at.nodeName(b9.parentNode,"optgroup"))){cb=at(b9).val();if(b8){return cb}cc.push(cb)}}return cc},set:function(b5,ca){var b9,b7,b8=b5.options,cb=at.makeArray(ca),b6=b8.length;while(b6--){b7=b8[b6];if(at.inArray(at.valHooks.option.get(b7),cb)>=0){try{b7.selected=b9=true}catch(e){b7.scrollHeight}}else{b7.selected=false}}if(!b9){b5.selectedIndex=-1}return b8}}}});at.each(["radio","checkbox"],function(){at.valHooks[this]={set:function(e,i){if(at.isArray(i)){return(e.checked=at.inArray(at(e).val(),i)>=0)}}};if(!bR.checkOn){at.valHooks[this].get=function(e){return e.getAttribute("value")===null?"on":e.value}}});var av,t,r=at.expr.attrHandle,bF=/^(?:checked|selected)$/i,ab=bR.getSetAttribute,ac=bR.input;at.fn.extend({attr:function(e,i){return d(this,at.attr,e,i,arguments.length>1)},removeAttr:function(e){return this.each(function(){at.removeAttr(this,e)})}});at.extend({attr:function(e,b5,b8){var i,b7,b6=e.nodeType;if(!e||b6===3||b6===8||b6===2){return}if(typeof e.getAttribute===bQ){return at.prop(e,b5,b8)}if(b6!==1||!at.isXMLDoc(e)){b5=b5.toLowerCase();i=at.attrHooks[b5]||(at.expr.match.bool.test(b5)?t:av)}if(b8!==undefined){if(b8===null){at.removeAttr(e,b5)}else{if(i&&"set" in i&&(b7=i.set(e,b8,b5))!==undefined){return b7}else{e.setAttribute(b5,b8+"");return b8}}}else{if(i&&"get" in i&&(b7=i.get(e,b5))!==null){return b7}else{b7=at.find.attr(e,b5);return b7==null?undefined:b7}}},removeAttr:function(b5,b9){var b7,b8,b6=0,e=b9&&b9.match(bh);if(e&&b5.nodeType===1){while((b7=e[b6++])){b8=at.propFix[b7]||b7;if(at.expr.match.bool.test(b7)){if(ac&&ab||!bF.test(b7)){b5[b8]=false}else{b5[at.camelCase("default-"+b7)]=b5[b8]=false}}else{at.attr(b5,b7,"")}b5.removeAttribute(ab?b7:b8)}}},attrHooks:{type:{set:function(e,b5){if(!bR.radioValue&&b5==="radio"&&at.nodeName(e,"input")){var i=e.value;e.setAttribute("type",b5);if(i){e.value=i}return b5}}}}});t={set:function(e,b5,i){if(b5===false){at.removeAttr(e,i)}else{if(ac&&ab||!bF.test(i)){e.setAttribute(!ab&&at.propFix[i]||i,i)}else{e[at.camelCase("default-"+i)]=e[i]=true}}return i}};at.each(at.expr.match.bool.source.match(/\w+/g),function(b5,b6){var e=r[b6]||at.find.attr;r[b6]=ac&&ab||!bF.test(b6)?function(i,b9,b8){var ca,b7;if(!b8){b7=r[b9];r[b9]=ca;ca=e(i,b9,b8)!=null?b9.toLowerCase():null;r[b9]=b7}return ca}:function(i,b8,b7){if(!b7){return i[at.camelCase("default-"+b8)]?b8.toLowerCase():null}}});if(!ac||!ab){at.attrHooks.value={set:function(e,b5,i){if(at.nodeName(e,"input")){e.defaultValue=b5}else{return av&&av.set(e,b5,i)}}}}if(!ab){av={set:function(e,b6,i){var b5=e.getAttributeNode(i);if(!b5){e.setAttributeNode((b5=e.ownerDocument.createAttribute(i)))}b5.value=b6+="";if(i==="value"||b6===e.getAttribute(i)){return b6}}};r.id=r.name=r.coords=function(e,b5,i){var b6;if(!i){return(b6=e.getAttributeNode(b5))&&b6.value!==""?b6.value:null}};at.valHooks.button={get:function(e,i){var b5=e.getAttributeNode(i);if(b5&&b5.specified){return b5.value}},set:av.set};at.attrHooks.contenteditable={set:function(e,b5,i){av.set(e,b5===""?false:b5,i)}};at.each(["width","height"],function(e,b5){at.attrHooks[b5]={set:function(i,b6){if(b6===""){i.setAttribute(b5,"auto");return b6}}}})}if(!bR.style){at.attrHooks.style={get:function(e){return e.style.cssText||undefined},set:function(e,i){return(e.style.cssText=i+"")}}}var aV=/^(?:input|select|textarea|button|object)$/i,aN=/^(?:a|area)$/i;at.fn.extend({prop:function(e,i){return d(this,at.prop,e,i,arguments.length>1)},removeProp:function(e){e=at.propFix[e]||e;return this.each(function(){try{this[e]=undefined;delete this[e]}catch(i){}})}});at.extend({propFix:{"for":"htmlFor","class":"className"},prop:function(e,b5,b9){var b8,i,b6,b7=e.nodeType;if(!e||b7===3||b7===8||b7===2){return}b6=b7!==1||!at.isXMLDoc(e);if(b6){b5=at.propFix[b5]||b5;i=at.propHooks[b5]}if(b9!==undefined){return i&&"set" in i&&(b8=i.set(e,b9,b5))!==undefined?b8:(e[b5]=b9)}else{return i&&"get" in i&&(b8=i.get(e,b5))!==null?b8:e[b5]}},propHooks:{tabIndex:{get:function(e){var i=at.find.attr(e,"tabindex");return i?parseInt(i,10):aV.test(e.nodeName)||aN.test(e.nodeName)&&e.href?0:-1}}}});if(!bR.hrefNormalized){at.each(["href","src"],function(e,b5){at.propHooks[b5]={get:function(i){return i.getAttribute(b5,4)}}})}if(!bR.optSelected){at.propHooks.selected={get:function(e){var i=e.parentNode;if(i){i.selectedIndex;if(i.parentNode){i.parentNode.selectedIndex}}return null}}}at.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){at.propFix[this.toLowerCase()]=this});if(!bR.enctype){at.propFix.enctype="encoding"}var aL=/[\t\r\n\f]/g;at.fn.extend({addClass:function(cd){var e,b7,b6,b5,ca,b8,b9=0,cb=this.length,cc=typeof cd==="string"&&cd;if(at.isFunction(cd)){return this.each(function(i){at(this).addClass(cd.call(this,i,this.className))})}if(cc){e=(cd||"").match(bh)||[];for(;b9<cb;b9++){b7=this[b9];b6=b7.nodeType===1&&(b7.className?(" "+b7.className+" ").replace(aL," "):" ");if(b6){ca=0;while((b5=e[ca++])){if(b6.indexOf(" "+b5+" ")<0){b6+=b5+" "}}b8=at.trim(b6);if(b7.className!==b8){b7.className=b8}}}}return this},removeClass:function(cd){var e,b7,b6,b5,ca,b8,b9=0,cb=this.length,cc=arguments.length===0||typeof cd==="string"&&cd;if(at.isFunction(cd)){return this.each(function(i){at(this).removeClass(cd.call(this,i,this.className))})}if(cc){e=(cd||"").match(bh)||[];for(;b9<cb;b9++){b7=this[b9];b6=b7.nodeType===1&&(b7.className?(" "+b7.className+" ").replace(aL," "):"");if(b6){ca=0;while((b5=e[ca++])){while(b6.indexOf(" "+b5+" ")>=0){b6=b6.replace(" "+b5+" "," ")}}b8=cd?at.trim(b6):"";if(b7.className!==b8){b7.className=b8}}}}return this},toggleClass:function(b5,e){var i=typeof b5;if(typeof e==="boolean"&&i==="string"){return e?this.addClass(b5):this.removeClass(b5)}if(at.isFunction(b5)){return this.each(function(b6){at(this).toggleClass(b5.call(this,b6,this.className,e),e)})}return this.each(function(){if(i==="string"){var b6,b8=0,b9=at(this),b7=b5.match(bh)||[];while((b6=b7[b8++])){if(b9.hasClass(b6)){b9.removeClass(b6)}else{b9.addClass(b6)}}}else{if(i===bQ||i==="boolean"){if(this.className){at._data(this,"__className__",this.className)}this.className=this.className||b5===false?"":at._data(this,"__className__")||""}}})},hasClass:function(b7){var e=" "+b7+" ",b5=0,b6=this.length;for(;b5<b6;b5++){if(this[b5].nodeType===1&&(" "+this[b5].className+" ").replace(aL," ").indexOf(e)>=0){return true}}return false}});at.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 contextmenu").split(" "),function(e,b5){at.fn[b5]=function(i,b6){return arguments.length>0?this.on(b5,null,i,b6):this.trigger(b5)}});at.fn.extend({hover:function(i,e){return this.mouseenter(i).mouseleave(e||i)},bind:function(b5,e,i){return this.on(b5,null,e,i)},unbind:function(i,e){return this.off(i,null,e)},delegate:function(b5,b6,e,i){return this.on(b6,b5,e,i)},undelegate:function(i,b5,e){return arguments.length===1?this.off(i,"**"):this.off(b5,i||"**",e)}});var ay=at.now();var bp=(/\?/);var bG=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;at.parseJSON=function(e){if(bZ.JSON&&bZ.JSON.parse){return bZ.JSON.parse(e+"")}var b5,i=null,b6=at.trim(e+"");return b6&&!at.trim(b6.replace(bG,function(ca,b8,b9,b7){if(b5&&b8){i=0}if(i===0){return ca}b5=b9||b8;i+=!b7-!b9;return""}))?(Function("return "+b6))():at.error("Invalid JSON: "+e)};at.parseXML=function(i){var b7,b6;if(!i||typeof i!=="string"){return null}try{if(bZ.DOMParser){b6=new DOMParser();b7=b6.parseFromString(i,"text/xml")}else{b7=new ActiveXObject("Microsoft.XMLDOM");b7.async="false";b7.loadXML(i)}}catch(b5){b7=undefined}if(!b7||!b7.documentElement||b7.getElementsByTagName("parsererror").length){at.error("Invalid XML: "+i)}return b7};var n,m,a0=/#.*$/,bC=/([?&])_=[^&]*/,a1=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,a8=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,be=/^(?:GET|HEAD)$/,bo=/^\/\//,bE=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,aC={},bU={},o="*/".concat("*");try{m=location.href}catch(S){m=R.createElement("a");m.href="";m=m.href}n=bE.exec(m.toLowerCase())||[];function h(e){return function(b6,b8){if(typeof b6!=="string"){b8=b6;b6="*"}var b5,b9=0,b7=b6.toLowerCase().match(bh)||[];if(at.isFunction(b8)){while((b5=b7[b9++])){if(b5.charAt(0)==="+"){b5=b5.slice(1)||"*";(e[b5]=e[b5]||[]).unshift(b8)}else{(e[b5]=e[b5]||[]).push(b8)}}}}}function am(b9,b6,b7,b5){var i={},b8=(b9===bU);function e(ca){var cb;i[ca]=true;at.each(b9[ca]||[],function(cc,ce){var cd=ce(b6,b7,b5);if(typeof cd==="string"&&!b8&&!i[cd]){b6.dataTypes.unshift(cd);e(cd);return false}else{if(b8){return !(cb=cd)}}});return cb}return e(b6.dataTypes[0])||!i["*"]&&e("*")}function k(b7,b6){var e,b5,i=at.ajaxSettings.flatOptions||{};for(b5 in b6){if(b6[b5]!==undefined){(i[b5]?b7:(e||(e={})))[b5]=b6[b5]}}if(e){at.extend(true,b7,e)}return b7}function l(ca,b8,b9){var b7,i,b6,cb,e=ca.contents,b5=ca.dataTypes;while(b5[0]==="*"){b5.shift();if(i===undefined){i=ca.mimeType||b8.getResponseHeader("Content-Type")}}if(i){for(cb in e){if(e[cb]&&e[cb].test(i)){b5.unshift(cb);break}}}if(b5[0] in b9){b6=b5[0]}else{for(cb in b9){if(!b5[0]||ca.converters[cb+" "+b5[0]]){b6=cb;break}if(!b7){b7=cb}}b6=b6||b7}if(b6){if(b6!==b5[0]){b5.unshift(b6)}return b9[b6]}}function j(ce,cd,cb,ca){var b5,b7,i,cf,cc,b6={},b8=ce.dataTypes.slice();if(b8[1]){for(i in ce.converters){b6[i.toLowerCase()]=ce.converters[i]}}b7=b8.shift();while(b7){if(ce.responseFields[b7]){cb[ce.responseFields[b7]]=cd}if(!cc&&ca&&ce.dataFilter){cd=ce.dataFilter(cd,ce.dataType)}cc=b7;b7=b8.shift();if(b7){if(b7==="*"){b7=cc}else{if(cc!=="*"&&cc!==b7){i=b6[cc+" "+b7]||b6["* "+b7];if(!i){for(b5 in b6){cf=b5.split(" ");if(cf[1]===b7){i=b6[cc+" "+cf[0]]||b6["* "+cf[0]];if(i){if(i===true){i=b6[b5]}else{if(b6[b5]!==true){b7=cf[0];b8.unshift(cf[1])}}break}}}}if(i!==true){if(i&&ce["throws"]){cd=i(cd)}else{try{cd=i(cd)}catch(b9){return{state:"parsererror",error:i?b9:"No conversion from "+cc+" to "+b7}}}}}}}}return{state:"success",data:cd}}at.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:m,type:"GET",isLocal:a8.test(n[1]),global:true,processData:true,async:true,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":o,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":true,"text json":at.parseJSON,"text xml":at.parseXML},flatOptions:{url:true,context:true}},ajaxSetup:function(i,e){return e?k(k(i,at.ajaxSettings),e):k(at.ajaxSettings,i)},ajaxPrefilter:h(aC),ajaxTransport:h(bU),ajax:function(cr,cf){if(typeof cr==="object"){cf=cr;cr=undefined}cf=cf||{};var cg,cd,b5,ck,cp,cb,cq,cj,cl=at.ajaxSetup({},cf),b6=cl.context||cl,cc=cl.context&&(b6.nodeType||b6.jquery)?at(b6):at.event,b8=at.Deferred(),b7=at.Callbacks("once memory"),cn=cl.statusCode||{},ch={},ci={},cm=0,co="canceled",ce={readyState:0,getResponseHeader:function(e){var i;if(cm===2){if(!cj){cj={};while((i=a1.exec(ck))){cj[i[1].toLowerCase()]=i[2]}}i=cj[e.toLowerCase()]}return i==null?null:i},getAllResponseHeaders:function(){return cm===2?ck:null},setRequestHeader:function(i,cs){var e=i.toLowerCase();if(!cm){i=ci[e]=ci[e]||i;ch[i]=cs}return this},overrideMimeType:function(e){if(!cm){cl.mimeType=e}return this},statusCode:function(i){var e;if(i){if(cm<2){for(e in i){cn[e]=[cn[e],i[e]]}}else{ce.always(i[ce.status])}}return this},abort:function(i){var e=i||co;if(cq){cq.abort(e)}b9(0,e);return this}};b8.promise(ce).complete=b7.add;ce.success=ce.done;ce.error=ce.fail;cl.url=((cr||cl.url||m)+"").replace(a0,"").replace(bo,n[1]+"//");cl.type=cf.method||cf.type||cl.method||cl.type;cl.dataTypes=at.trim(cl.dataType||"*").toLowerCase().match(bh)||[""];if(cl.crossDomain==null){cg=bE.exec(cl.url.toLowerCase());cl.crossDomain=!!(cg&&(cg[1]!==n[1]||cg[2]!==n[2]||(cg[3]||(cg[1]==="http:"?"80":"443"))!==(n[3]||(n[1]==="http:"?"80":"443"))))}if(cl.data&&cl.processData&&typeof cl.data!=="string"){cl.data=at.param(cl.data,cl.traditional)}am(aC,cl,cf,ce);if(cm===2){return ce}cb=cl.global;if(cb&&at.active++===0){at.event.trigger("ajaxStart")}cl.type=cl.type.toUpperCase();cl.hasContent=!be.test(cl.type);b5=cl.url;if(!cl.hasContent){if(cl.data){b5=(cl.url+=(bp.test(b5)?"&":"?")+cl.data);delete cl.data}if(cl.cache===false){cl.url=bC.test(b5)?b5.replace(bC,"$1_="+ay++):b5+(bp.test(b5)?"&":"?")+"_="+ay++}}if(cl.ifModified){if(at.lastModified[b5]){ce.setRequestHeader("If-Modified-Since",at.lastModified[b5])}if(at.etag[b5]){ce.setRequestHeader("If-None-Match",at.etag[b5])}}if(cl.data&&cl.hasContent&&cl.contentType!==false||cf.contentType){ce.setRequestHeader("Content-Type",cl.contentType)}ce.setRequestHeader("Accept",cl.dataTypes[0]&&cl.accepts[cl.dataTypes[0]]?cl.accepts[cl.dataTypes[0]]+(cl.dataTypes[0]!=="*"?", "+o+"; q=0.01":""):cl.accepts["*"]);for(cd in cl.headers){ce.setRequestHeader(cd,cl.headers[cd])}if(cl.beforeSend&&(cl.beforeSend.call(b6,ce,cl)===false||cm===2)){return ce.abort()}co="abort";for(cd in {success:1,error:1,complete:1}){ce[cd](cl[cd])}cq=am(bU,cl,cf,ce);if(!cq){b9(-1,"No Transport")}else{ce.readyState=1;if(cb){cc.trigger("ajaxSend",[ce,cl])}if(cl.async&&cl.timeout>0){cp=setTimeout(function(){ce.abort("timeout")},cl.timeout)}try{cm=1;cq.send(ch,b9)}catch(ca){if(cm<2){b9(-1,ca)}else{throw ca}}}function b9(cx,cu,cw,i){var cs,cz,e,cv,ct,cy=cu;if(cm===2){return}cm=2;if(cp){clearTimeout(cp)}cq=undefined;ck=i||"";ce.readyState=cx>0?4:0;cs=cx>=200&&cx<300||cx===304;if(cw){cv=l(cl,ce,cw)}cv=j(cl,cv,ce,cs);if(cs){if(cl.ifModified){ct=ce.getResponseHeader("Last-Modified");if(ct){at.lastModified[b5]=ct}ct=ce.getResponseHeader("etag");if(ct){at.etag[b5]=ct}}if(cx===204||cl.type==="HEAD"){cy="nocontent"}else{if(cx===304){cy="notmodified"}else{cy=cv.state;cz=cv.data;e=cv.error;cs=!e}}}else{e=cy;if(cx||!cy){cy="error";if(cx<0){cx=0}}}ce.status=cx;ce.statusText=(cu||cy)+"";if(cs){b8.resolveWith(b6,[cz,cy,ce])}else{b8.rejectWith(b6,[ce,cy,e])}ce.statusCode(cn);cn=undefined;if(cb){cc.trigger(cs?"ajaxSuccess":"ajaxError",[ce,cl,cs?cz:e])}b7.fireWith(b6,[ce,cy]);if(cb){cc.trigger("ajaxComplete",[ce,cl]);if(!(--at.active)){at.event.trigger("ajaxStop")}}}return ce},getJSON:function(b5,i,e){return at.get(b5,i,e,"json")},getScript:function(i,e){return at.get(i,undefined,e,"script")}});at.each(["get","post"],function(e,b5){at[b5]=function(b8,b6,i,b7){if(at.isFunction(b6)){b7=b7||i;i=b6;b6=undefined}return at.ajax({url:b8,type:b5,dataType:b7,data:b6,success:i})}});at.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,b5){at.fn[b5]=function(i){return this.on(b5,i)}});at._evalUrl=function(e){return at.ajax({url:e,type:"GET",dataType:"script",async:false,global:false,"throws":true})};at.fn.extend({wrapAll:function(e){if(at.isFunction(e)){return this.each(function(b5){at(this).wrapAll(e.call(this,b5))})}if(this[0]){var i=at(e,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){i.insertBefore(this[0])}i.map(function(){var b5=this;while(b5.firstChild&&b5.firstChild.nodeType===1){b5=b5.firstChild}return b5}).append(this)}return this},wrapInner:function(e){if(at.isFunction(e)){return this.each(function(b5){at(this).wrapInner(e.call(this,b5))})}return this.each(function(){var b5=at(this),i=b5.contents();if(i.length){i.wrapAll(e)}else{b5.append(e)}})},wrap:function(e){var i=at.isFunction(e);return this.each(function(b5){at(this).wrapAll(i?e.call(this,b5):e)})},unwrap:function(){return this.parent().each(function(){if(!at.nodeName(this,"body")){at(this).replaceWith(this.childNodes)}}).end()}});at.expr.filters.hidden=function(e){return e.offsetWidth<=0&&e.offsetHeight<=0||(!bR.reliableHiddenOffsets()&&((e.style&&e.style.display)||at.css(e,"display"))==="none")};at.expr.filters.visible=function(e){return !at.expr.filters.hidden(e)};var aF=/%20/g,aI=/\[\]$/,aO=/\r?\n/g,by=/^(?:submit|button|image|reset|file)$/i,bx=/^(?:input|select|textarea|keygen)/i;function u(b6,b5,b7,e){var i;if(at.isArray(b5)){at.each(b5,function(b8,b9){if(b7||aI.test(b6)){e(b6,b9)}else{u(b6+"["+(typeof b9==="object"?b8:"")+"]",b9,b7,e)}})}else{if(!b7&&at.type(b5)==="object"){for(i in b5){u(b6+"["+i+"]",b5[i],b7,e)}}else{e(b6,b5)}}}at.param=function(e,b7){var b5,b6=[],i=function(b8,b9){b9=at.isFunction(b9)?b9():(b9==null?"":b9);b6[b6.length]=encodeURIComponent(b8)+"="+encodeURIComponent(b9)};if(b7===undefined){b7=at.ajaxSettings&&at.ajaxSettings.traditional}if(at.isArray(e)||(e.jquery&&!at.isPlainObject(e))){at.each(e,function(){i(this.name,this.value)})}else{for(b5 in e){u(b5,e[b5],b7,i)}}return b6.join("&").replace(aF,"+")};at.fn.extend({serialize:function(){return at.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=at.prop(this,"elements");return e?at.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!at(this).is(":disabled")&&bx.test(this.nodeName)&&!by.test(e)&&(this.checked||!aJ.test(e))}).map(function(b5,e){var b6=at(this).val();return b6==null?null:at.isArray(b6)?at.map(b6,function(i){return{name:e.name,value:i.replace(aO,"\r\n")}}):{name:e.name,value:b6.replace(aO,"\r\n")}}).get()}});at.ajaxSettings.xhr=bZ.ActiveXObject!==undefined?function(){return !this.isLocal&&/^(get|post|head|put|delete|options)$/i.test(this.type)&&D()||z()}:D;var b3=0,b2={},b4=at.ajaxSettings.xhr();if(bZ.ActiveXObject){at(bZ).on("unload",function(){for(var e in b2){b2[e](undefined,true)}})}bR.cors=!!b4&&("withCredentials" in b4);b4=bR.ajax=!!b4;if(b4){at.ajaxTransport(function(i){if(!i.crossDomain||bR.cors){var e;return{send:function(b6,b5){var b7,b9=i.xhr(),b8=++b3;b9.open(i.type,i.url,i.async,i.username,i.password);if(i.xhrFields){for(b7 in i.xhrFields){b9[b7]=i.xhrFields[b7]}}if(i.mimeType&&b9.overrideMimeType){b9.overrideMimeType(i.mimeType)}if(!i.crossDomain&&!b6["X-Requested-With"]){b6["X-Requested-With"]="XMLHttpRequest"}for(b7 in b6){if(b6[b7]!==undefined){b9.setRequestHeader(b7,b6[b7]+"")}}b9.send((i.hasContent&&i.data)||null);e=function(ca,cc){var ce,cf,cd;if(e&&(cc||b9.readyState===4)){delete b2[b8];e=undefined;b9.onreadystatechange=at.noop;if(cc){if(b9.readyState!==4){b9.abort()}}else{cd={};ce=b9.status;if(typeof b9.responseText==="string"){cd.text=b9.responseText}try{cf=b9.statusText}catch(cb){cf=""}if(!ce&&i.isLocal&&!i.crossDomain){ce=cd.text?200:404}else{if(ce===1223){ce=204}}}}if(cd){b5(ce,cf,cd,b9.getAllResponseHeaders())}};if(!i.async){e()}else{if(b9.readyState===4){setTimeout(e)}else{b9.onreadystatechange=b2[b8]=e}}},abort:function(){if(e){e(undefined,true)}}}}})}function D(){try{return new bZ.XMLHttpRequest()}catch(i){}}function z(){try{return new bZ.ActiveXObject("Microsoft.XMLHTTP")}catch(i){}}at.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(e){at.globalEval(e);return e}}});at.ajaxPrefilter("script",function(e){if(e.cache===undefined){e.cache=false}if(e.crossDomain){e.type="GET";e.global=false}});at.ajaxTransport("script",function(i){if(i.crossDomain){var b5,e=R.head||at("head")[0]||R.documentElement;return{send:function(b6,b7){b5=R.createElement("script");b5.async=true;if(i.scriptCharset){b5.charset=i.scriptCharset}b5.src=i.url;b5.onload=b5.onreadystatechange=function(b8,b9){if(b9||!b5.readyState||/loaded|complete/.test(b5.readyState)){b5.onload=b5.onreadystatechange=null;if(b5.parentNode){b5.parentNode.removeChild(b5)}b5=null;if(!b9){b7(200,"success")}}};e.insertBefore(b5,e.firstChild)},abort:function(){if(b5){b5.onload(undefined,true)}}}}});var az=[],a5=/(=)\?(?=&|$)|\?\?/;at.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=az.pop()||(at.expando+"_"+(ay++));this[e]=true;return e}});at.ajaxPrefilter("json jsonp",function(b9,b6,i){var e,b7,b8,b5=b9.jsonp!==false&&(a5.test(b9.url)?"url":typeof b9.data==="string"&&!(b9.contentType||"").indexOf("application/x-www-form-urlencoded")&&a5.test(b9.data)&&"data");if(b5||b9.dataTypes[0]==="jsonp"){e=b9.jsonpCallback=at.isFunction(b9.jsonpCallback)?b9.jsonpCallback():b9.jsonpCallback;if(b5){b9[b5]=b9[b5].replace(a5,"$1"+e)}else{if(b9.jsonp!==false){b9.url+=(bp.test(b9.url)?"&":"?")+b9.jsonp+"="+e}}b9.converters["script json"]=function(){if(!b8){at.error(e+" was not called")}return b8[0]};b9.dataTypes[0]="json";b7=bZ[e];bZ[e]=function(){b8=arguments};i.always(function(){bZ[e]=b7;if(b9[e]){b9.jsonpCallback=b6.jsonpCallback;az.push(e)}if(b8&&at.isFunction(b7)){b7(b8[0])}b8=b7=undefined});return"script"}});at.parseHTML=function(i,e,b5){if(!i||typeof i!=="string"){return null}if(typeof e==="boolean"){b5=e;e=false}e=e||R;var b6=bw.exec(i),b7=!b5&&[];if(b6){return[e.createElement(b6[1])]}b6=at.buildFragment([i],e,b7);if(b7&&b7.length){at(b7).remove()}return at.merge([],b6.childNodes)};var c=at.fn.load;at.fn.load=function(ca,b5,e){if(typeof ca!=="string"&&c){return c.apply(this,arguments)}var b7,b6,b9,b8=this,i=ca.indexOf(" ");if(i>=0){b7=at.trim(ca.slice(i,ca.length));ca=ca.slice(0,i)}if(at.isFunction(b5)){e=b5;b5=undefined}else{if(b5&&typeof b5==="object"){b9="POST"}}if(b8.length>0){at.ajax({url:ca,type:b9,dataType:"html",data:b5}).done(function(cb){b6=arguments;b8.html(b7?at("<div>").append(at.parseHTML(cb)).find(b7):cb)}).complete(e&&function(cb,cc){b8.each(e,b6||[cb.responseText,cc,cb])})}return this};at.expr.filters.animated=function(e){return at.grep(at.timers,function(i){return e===i.elem}).length};var Q=bZ.document.documentElement;function af(e){return at.isWindow(e)?e:e.nodeType===9?e.defaultView||e.parentWindow:false}at.offset={setOffset:function(cc,ce,cd){var ca,b8,b6,cb,b9,b5,e,cf=at.css(cc,"position"),b7=at(cc),cg={};if(cf==="static"){cc.style.position="relative"}b9=b7.offset();b6=at.css(cc,"top");b5=at.css(cc,"left");e=(cf==="absolute"||cf==="fixed")&&at.inArray("auto",[b6,b5])>-1;if(e){ca=b7.position();cb=ca.top;b8=ca.left}else{cb=parseFloat(b6)||0;b8=parseFloat(b5)||0}if(at.isFunction(ce)){ce=ce.call(cc,cd,b9)}if(ce.top!=null){cg.top=(ce.top-b9.top)+cb}if(ce.left!=null){cg.left=(ce.left-b9.left)+b8}if("using" in ce){ce.using.call(cc,cg)}else{b7.css(cg)}}};at.fn.extend({offset:function(b7){if(arguments.length){return b7===undefined?this:this.each(function(b9){at.offset.setOffset(this,b7,b9)})}var b5,b8,e={top:0,left:0},b6=this[0],i=b6&&b6.ownerDocument;if(!i){return}b5=i.documentElement;if(!at.contains(b5,b6)){return e}if(typeof b6.getBoundingClientRect!==bQ){e=b6.getBoundingClientRect()}b8=af(i);return{top:e.top+(b8.pageYOffset||b5.scrollTop)-(b5.clientTop||0),left:e.left+(b8.pageXOffset||b5.scrollLeft)-(b5.clientLeft||0)}},position:function(){if(!this[0]){return}var b5,i,b6={top:0,left:0},e=this[0];if(at.css(e,"position")==="fixed"){i=e.getBoundingClientRect()}else{b5=this.offsetParent();i=this.offset();if(!at.nodeName(b5[0],"html")){b6=b5.offset()}b6.top+=at.css(b5[0],"borderTopWidth",true);b6.left+=at.css(b5[0],"borderLeftWidth",true)}return{top:i.top-b6.top-at.css(e,"marginTop",true),left:i.left-b6.left-at.css(e,"marginLeft",true)}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||Q;while(e&&(!at.nodeName(e,"html")&&at.css(e,"position")==="static")){e=e.offsetParent}return e||Q})}});at.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,i){var b5=/Y/.test(i);at.fn[e]=function(b6){return d(this,function(b7,b8,b9){var ca=af(b7);if(b9===undefined){return ca?(i in ca)?ca[i]:ca.document.documentElement[b8]:b7[b8]}if(ca){ca.scrollTo(!b5?b9:at(ca).scrollLeft(),b5?b9:at(ca).scrollTop())}else{b7[b8]=b9}},e,b6,arguments.length,null)}});at.each(["top","left"],function(e,b5){at.cssHooks[b5]=g(bR.pixelPosition,function(b6,i){if(i){i=J(b6,b5);return bi.test(i)?at(b6).position()[b5]+"px":i}})});at.each({Height:"height",Width:"width"},function(e,i){at.each({padding:"inner"+e,content:i,"":"outer"+e},function(b5,b6){at.fn[b6]=function(b9,ca){var b7=arguments.length&&(b5||typeof b9!=="boolean"),b8=b5||(b9===true||ca===true?"margin":"border");return d(this,function(cc,cd,ce){var cb;if(at.isWindow(cc)){return cc.document.documentElement["client"+e]}if(cc.nodeType===9){cb=cc.documentElement;return Math.max(cc.body["scroll"+e],cb["scroll"+e],cc.body["offset"+e],cb["offset"+e],cb["client"+e])}return ce===undefined?at.css(cc,cd,b8):at.style(cc,cd,ce,b8)},i,b7?b9:undefined,b7,null)}})});at.fn.size=function(){return this.length};at.fn.andSelf=at.fn.addBack;if(typeof define==="function"&&define.amd){define("jquery",[],function(){return at})}var b=bZ.jQuery,a=bZ.$;at.noConflict=function(e){if(bZ.$===at){bZ.$=a}if(e&&bZ.jQuery===at){bZ.jQuery=b}return at};if(typeof ax===bQ){bZ.jQuery=bZ.$=at}return at}));
!function(b){b(function(){b.support.transition=function(){var c=function(){var d=document.createElement("bootstrap"),e={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},f;for(f in e){if(d.style[f]!==undefined){return e[f]}}}();return c&&{end:c}}()})}(window.jQuery),!function(c){var d=function(a,e){this.options=e,this.$element=c(a).delegate('[data-dismiss="modal"]',"click.dismiss.modal",c.proxy(this.hide,this)),this.options.remote&&this.$element.find(".modal-body").load(this.options.remote)};d.prototype={constructor:d,toggle:function(){return this[this.isShown?"hide":"show"]()},show:function(){var a=this,e=c.Event("show");this.$element.trigger(e);if(this.isShown||e.isDefaultPrevented()){return}c("body").addClass("modal-open"),this.isShown=!0,this.escape(),this.backdrop(function(){var b=c.support.transition&&a.$element.hasClass("fade");a.$element.parent().length||a.$element.appendTo(document.body),a.$element.show(),b&&a.$element[0].offsetWidth,a.$element.addClass("in").attr("aria-hidden",!1).focus(),a.enforceFocus(),b?a.$element.one(c.support.transition.end,function(){a.$element.trigger("shown")}):a.$element.trigger("shown")})},hide:function(a){a&&a.preventDefault();var e=this;a=c.Event("hide"),this.$element.trigger(a);if(!this.isShown||a.isDefaultPrevented()){return}this.isShown=!1,c("body").removeClass("modal-open"),this.escape(),c(document).off("focusin.modal"),this.$element.removeClass("in").attr("aria-hidden",!0),c.support.transition&&this.$element.hasClass("fade")?this.hideWithTransition():this.hideModal()},enforceFocus:function(){var a=this;c(document).on("focusin.modal",function(b){a.$element[0]!==b.target&&!a.$element.has(b.target).length&&a.$element.focus()})},escape:function(){var b=this;this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.modal",function(a){a.which==27&&b.hide()}):this.isShown||this.$element.off("keyup.dismiss.modal")},hideWithTransition:function(){var a=this,e=setTimeout(function(){a.$element.off(c.support.transition.end),a.hideModal()},500);this.$element.one(c.support.transition.end,function(){clearTimeout(e),a.hideModal()})},hideModal:function(b){this.$element.hide().trigger("hidden"),this.backdrop()},removeBackdrop:function(){this.$backdrop.remove(),this.$backdrop=null},backdrop:function(a){var f=this,g=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var h=c.support.transition&&g;this.$backdrop=c('<div class="modal-backdrop '+g+'" />').appendTo(document.body),this.options.backdrop!="static"&&this.$backdrop.click(c.proxy(this.hide,this)),h&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),h?this.$backdrop.one(c.support.transition.end,a):a()}else{!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),c.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(c.support.transition.end,c.proxy(this.removeBackdrop,this)):this.removeBackdrop()):a&&a()}}},c.fn.modal=function(a){return this.each(function(){var b=c(this),g=b.data("modal"),h=c.extend({},c.fn.modal.defaults,b.data(),typeof a=="object"&&a);g||b.data("modal",g=new d(this,h)),typeof a=="string"?g[a]():h.show&&g.show()})},c.fn.modal.defaults={backdrop:!0,keyboard:!0,show:!0},c.fn.modal.Constructor=d,c(function(){c("body").on("click.modal.data-api",'[data-toggle="modal"]',function(a){var g=c(this),h=g.attr("href"),i=c(g.attr("data-target")||h&&h.replace(/.*(?=#[^\s]+$)/,"")),j=i.data("modal")?"toggle":c.extend({remote:!/#/.test(h)&&h},i.data(),g.data());a.preventDefault(),i.modal(j).one("hide",function(){g.focus()})})})}(window.jQuery),!function(f){function i(){f(g).each(function(){j(f(this)).removeClass("open")})}function j(a){var e=a.attr("data-target"),k;return e||(e=a.attr("href"),e=e&&/#/.test(e)&&e.replace(/.*(?=#[^\s]*$)/,"")),k=f(e),k.length||(k=a.parent()),k}var g="[data-toggle=dropdown]",h=function(a){var d=f(a).on("click.dropdown.data-api",this.toggle);f("html").on("click.dropdown.data-api",function(){d.parent().removeClass("open")})};h.prototype={constructor:h,toggle:function(a){var d=f(this),e,k;if(d.is(".disabled, :disabled")){return}return e=j(d),k=e.hasClass("open"),i(),k||(e.toggleClass("open"),d.focus()),!1},keydown:function(a){var e,k,l,m,n,o;if(!/(38|40|27)/.test(a.keyCode)){return}e=f(this),a.preventDefault(),a.stopPropagation();if(e.is(".disabled, :disabled")){return}m=j(e),n=m.hasClass("open");if(!n||n&&a.keyCode==27){return e.click()}k=f("[role=menu] li:not(.divider) a",m);if(!k.length){return}o=k.index(k.filter(":focus")),a.keyCode==38&&o>0&&o--,a.keyCode==40&&o<k.length-1&&o++,~o||(o=0),k.eq(o).focus()}},f.fn.dropdown=function(a){return this.each(function(){var b=f(this),c=b.data("dropdown");c||b.data("dropdown",c=new h(this)),typeof a=="string"&&c[a].call(b)})},f.fn.dropdown.Constructor=h,f(function(){f("html").on("click.dropdown.data-api touchstart.dropdown.data-api",i),f("body").on("click.dropdown touchstart.dropdown.data-api",".dropdown form",function(b){b.stopPropagation()}).on("click.dropdown.data-api touchstart.dropdown.data-api",g,h.prototype.toggle).on("keydown.dropdown.data-api touchstart.dropdown.data-api",g+", [role=menu]",h.prototype.keydown)})}(window.jQuery),!function(c){function d(a,g){var h=c.proxy(this.process,this),i=c(a).is("body")?c(window):c(a),j;this.options=c.extend({},c.fn.scrollspy.defaults,g),this.$scrollElement=i.on("scroll.scroll-spy.data-api",h),this.selector=(this.options.target||(j=c(a).attr("href"))&&j.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.$body=c("body"),this.refresh(),this.process()}d.prototype={constructor:d,refresh:function(){var a=this,e;this.offsets=c([]),this.targets=c([]),e=this.$body.find(this.selector).map(function(){var f=c(this),g=f.data("target")||f.attr("href"),h=/^#\w/.test(g)&&c(g);return h&&h.length&&[[h.position().top,g]]||null}).sort(function(f,g){return f[0]-g[0]}).each(function(){a.offsets.push(this[0]),a.targets.push(this[1])})},process:function(){var h=this.$scrollElement.scrollTop()+this.options.offset,i=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,j=i-this.$scrollElement.height(),k=this.offsets,l=this.targets,m=this.activeTarget,n;if(h>=j){return m!=(n=l.last()[0])&&this.activate(n)}for(n=k.length;n--;){m!=l[n]&&h>=k[n]&&(!k[n+1]||h<=k[n+1])&&this.activate(l[n])}},activate:function(a){var e,f;this.activeTarget=a,c(this.selector).parent(".active").removeClass("active"),f=this.selector+'[data-target="'+a+'"],'+this.selector+'[href="'+a+'"]',e=c(f).parent("li").addClass("active"),e.parent(".dropdown-menu").length&&(e=e.closest("li.dropdown").addClass("active")),e.trigger("activate")}},c.fn.scrollspy=function(a){return this.each(function(){var b=c(this),g=b.data("scrollspy"),h=typeof a=="object"&&a;g||b.data("scrollspy",g=new d(this,h)),typeof a=="string"&&g[a]()})},c.fn.scrollspy.Constructor=d,c.fn.scrollspy.defaults={offset:10},c(window).on("load",function(){c('[data-spy="scroll"]').each(function(){var a=c(this);a.scrollspy(a.data())})})}(window.jQuery),!function(c){var d=function(a){this.element=c(a)};d.prototype={constructor:d,show:function(){var a=this.element,h=a.closest("ul:not(.dropdown-menu)"),i=a.attr("data-target"),j,k,l;i||(i=a.attr("href"),i=i&&i.replace(/.*(?=#[^\s]*$)/,""));if(a.parent("li").hasClass("active")){return}j=h.find(".active a").last()[0],l=c.Event("show",{relatedTarget:j}),a.trigger(l);if(l.isDefaultPrevented()){return}k=c(i),this.activate(a.parent("li"),h),this.activate(k,k.parent(),function(){a.trigger({type:"shown",relatedTarget:j})})},activate:function(a,h,i){function l(){j.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),a.addClass("active"),k?(a[0].offsetWidth,a.addClass("in")):a.removeClass("fade"),a.parent(".dropdown-menu")&&a.closest("li.dropdown").addClass("active"),i&&i()}var j=h.find("> .active"),k=i&&c.support.transition&&j.hasClass("fade");k?j.one(c.support.transition.end,l):l(),j.removeClass("in")}},c.fn.tab=function(a){return this.each(function(){var b=c(this),f=b.data("tab");f||b.data("tab",f=new d(this)),typeof a=="string"&&f[a]()})},c.fn.tab.Constructor=d,c(function(){c("body").on("click.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(a){a.preventDefault(),c(this).tab("show")})})}(window.jQuery),!function(c){var d=function(e,f){this.init("tooltip",e,f)};d.prototype={constructor:d,init:function(a,g,h){var i,j;this.type=a,this.$element=c(g),this.options=this.getOptions(h),this.enabled=!0,this.options.trigger=="click"?this.$element.on("click."+this.type,this.options.selector,c.proxy(this.toggle,this)):this.options.trigger!="manual"&&(i=this.options.trigger=="hover"?"mouseenter":"focus",j=this.options.trigger=="hover"?"mouseleave":"blur",this.$element.on(i+"."+this.type,this.options.selector,c.proxy(this.enter,this)),this.$element.on(j+"."+this.type,this.options.selector,c.proxy(this.leave,this))),this.options.selector?this._options=c.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},getOptions:function(a){return a=c.extend({},c.fn[this.type].defaults,a,this.$element.data()),a.delay&&typeof a.delay=="number"&&(a.delay={show:a.delay,hide:a.delay}),a},enter:function(a){var e=c(a.currentTarget)[this.type](this._options).data(this.type);if(!e.options.delay||!e.options.delay.show){return e.show()}clearTimeout(this.timeout),e.hoverState="in",this.timeout=setTimeout(function(){e.hoverState=="in"&&e.show()},e.options.delay.show)},leave:function(a){var e=c(a.currentTarget)[this.type](this._options).data(this.type);this.timeout&&clearTimeout(this.timeout);if(!e.options.delay||!e.options.delay.hide){return e.hide()}e.hoverState="out",this.timeout=setTimeout(function(){e.hoverState=="out"&&e.hide()},e.options.delay.hide)},show:function(){var h,i,j,k,l,m,n;if(this.hasContent()&&this.enabled){h=this.tip(),this.setContent(),this.options.animation&&h.addClass("fade"),m=typeof this.options.placement=="function"?this.options.placement.call(this,h[0],this.$element[0]):this.options.placement,i=/in/.test(m),h.remove().css({top:0,left:0,display:"block"}).appendTo(i?this.$element:document.body),j=this.getPosition(i),k=h[0].offsetWidth,l=h[0].offsetHeight;switch(i?m.split(" ")[1]:m){case"bottom":n={top:j.top+j.height,left:j.left+j.width/2-k/2};break;case"top":n={top:j.top-l,left:j.left+j.width/2-k/2};break;case"left":n={top:j.top+j.height/2-l/2,left:j.left-k};break;case"right":n={top:j.top+j.height/2-l/2,left:j.left+j.width}}h.css(n).addClass(m).addClass("in")}},setContent:function(){var e=this.tip(),f=this.getTitle();e.find(".tooltip-inner")[this.options.html?"html":"text"](f),e.removeClass("fade in top bottom left right")},hide:function(){function f(){var g=setTimeout(function(){e.off(c.support.transition.end).remove()},500);e.one(c.support.transition.end,function(){clearTimeout(g),e.remove()})}var a=this,e=this.tip();return e.removeClass("in"),c.support.transition&&this.$tip.hasClass("fade")?f():e.remove(),this},fixTitle:function(){var b=this.$element;(b.attr("title")||typeof b.attr("data-original-title")!="string")&&b.attr("data-original-title",b.attr("title")||"").removeAttr("title")},hasContent:function(){return this.getTitle()},getPosition:function(a){return c.extend({},a?{top:0,left:0}:this.$element.offset(),{width:this.$element[0].offsetWidth,height:this.$element[0].offsetHeight})},getTitle:function(){var e,f=this.$element,g=this.options;return e=f.attr("data-original-title")||(typeof g.title=="function"?g.title.call(f[0]):g.title),e},tip:function(){return this.$tip=this.$tip||c(this.options.template)},validate:function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},enable:function(){this.enabled=!0},disable:function(){this.enabled=!1},toggleEnabled:function(){this.enabled=!this.enabled},toggle:function(){this[this.tip().hasClass("in")?"hide":"show"]()},destroy:function(){this.hide().$element.off("."+this.type).removeData(this.type)}},c.fn.tooltip=function(a){return this.each(function(){var b=c(this),g=b.data("tooltip"),h=typeof a=="object"&&a;g||b.data("tooltip",g=new d(this,h)),typeof a=="string"&&g[a]()})},c.fn.tooltip.Constructor=d,c.fn.tooltip.defaults={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover",title:"",delay:0,html:!0}}(window.jQuery),!function(c){var d=function(e,f){this.init("popover",e,f)};d.prototype=c.extend({},c.fn.tooltip.Constructor.prototype,{constructor:d,setContent:function(){var e=this.tip(),f=this.getTitle(),g=this.getContent();e.find(".popover-title")[this.options.html?"html":"text"](f),e.find(".popover-content > *")[this.options.html?"html":"text"](g),e.removeClass("fade top bottom left right in")},hasContent:function(){return this.getTitle()||this.getContent()},getContent:function(){var e,f=this.$element,g=this.options;return e=f.attr("data-content")||(typeof g.content=="function"?g.content.call(f[0]):g.content),e},tip:function(){return this.$tip||(this.$tip=c(this.options.template)),this.$tip},destroy:function(){this.hide().$element.off("."+this.type).removeData(this.type)}}),c.fn.popover=function(a){return this.each(function(){var b=c(this),g=b.data("popover"),h=typeof a=="object"&&a;g||b.data("popover",g=new d(this,h)),typeof a=="string"&&g[a]()})},c.fn.popover.Constructor=d,c.fn.popover.defaults=c.extend({},c.fn.tooltip.defaults,{placement:"right",trigger:"click",content:"",template:'<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>'})}(window.jQuery),!function(c){var d=function(a,e){this.options=c.extend({},c.fn.affix.defaults,e),this.$window=c(window).on("scroll.affix.data-api",c.proxy(this.checkPosition,this)),this.$element=c(a),this.checkPosition()};d.prototype.checkPosition=function(){if(!this.$element.is(":visible")){return}var a=c(document).height(),j=this.$window.scrollTop(),k=this.$element.offset(),l=this.options.offset,m=l.bottom,n=l.top,o="affix affix-top affix-bottom",p;typeof l!="object"&&(m=n=l),typeof n=="function"&&(n=l.top()),typeof m=="function"&&(m=l.bottom()),p=this.unpin!=null&&j+this.unpin<=k.top?!1:m!=null&&k.top+this.$element.height()>=a-m?"bottom":n!=null&&j<=n?"top":!1;if(this.affixed===p){return}this.affixed=p,this.unpin=p=="bottom"?k.top-j:null,this.$element.removeClass(o).addClass("affix"+(p?"-"+p:""))},c.fn.affix=function(a){return this.each(function(){var b=c(this),g=b.data("affix"),h=typeof a=="object"&&a;g||b.data("affix",g=new d(this,h)),typeof a=="string"&&g[a]()})},c.fn.affix.Constructor=d,c.fn.affix.defaults={offset:0},c(window).on("load",function(){c('[data-spy="affix"]').each(function(){var a=c(this),e=a.data();e.offset=e.offset||{},e.offsetBottom&&(e.offset.bottom=e.offsetBottom),e.offsetTop&&(e.offset.top=e.offsetTop),a.affix(e)})})}(window.jQuery),!function(d){var e='[data-dismiss="alert"]',f=function(a){d(a).on("click",e,this.close)};f.prototype.close=function(a){function j(){i.trigger("closed").remove()}var g=d(this),h=g.attr("data-target"),i;h||(h=g.attr("href"),h=h&&h.replace(/.*(?=#[^\s]*$)/,"")),i=d(h),a&&a.preventDefault(),i.length||(i=g.hasClass("alert")?g:g.parent()),i.trigger(a=d.Event("close"));if(a.isDefaultPrevented()){return}i.removeClass("in"),d.support.transition&&i.hasClass("fade")?i.on(d.support.transition.end,j):j()},d.fn.alert=function(a){return this.each(function(){var b=d(this),c=b.data("alert");c||b.data("alert",c=new f(this)),typeof a=="string"&&c[a].call(b)})},d.fn.alert.Constructor=f,d(function(){d("body").on("click.alert.data-api",e,f.prototype.close)})}(window.jQuery),!function(c){var d=function(a,e){this.$element=c(a),this.options=c.extend({},c.fn.button.defaults,e)};d.prototype.setState=function(f){var g="disabled",h=this.$element,i=h.data(),j=h.is("input")?"val":"html";f+="Text",i.resetText||h.data("resetText",h[j]()),h[j](i[f]||this.options[f]),setTimeout(function(){f=="loadingText"?h.addClass(g).attr(g,g):h.removeClass(g).removeAttr(g)},0)},d.prototype.toggle=function(){var b=this.$element.closest('[data-toggle="buttons-radio"]');b&&b.find(".active").removeClass("active"),this.$element.toggleClass("active")},c.fn.button=function(a){return this.each(function(){var b=c(this),g=b.data("button"),h=typeof a=="object"&&a;g||b.data("button",g=new d(this,h)),a=="toggle"?g.toggle():a&&g.setState(a)})},c.fn.button.defaults={loadingText:"loading..."},c.fn.button.Constructor=d,c(function(){c("body").on("click.button.data-api","[data-toggle^=button]",function(a){var e=c(a.target);e.hasClass("btn")||(e=e.closest(".btn")),e.button("toggle")})})}(window.jQuery),!function(c){var d=function(a,e){this.$element=c(a),this.options=c.extend({},c.fn.collapse.defaults,e),this.options.parent&&(this.$parent=c(this.options.parent)),this.options.toggle&&this.toggle()};d.prototype={constructor:d,dimension:function(){var b=this.$element.hasClass("width");return b?"width":"height"},show:function(){var a,f,g,h;if(this.transitioning){return}a=this.dimension(),f=c.camelCase(["scroll",a].join("-")),g=this.$parent&&this.$parent.find("> .accordion-group > .in");if(g&&g.length){h=g.data("collapse");if(h&&h.transitioning){return}g.collapse("hide"),h||g.data("collapse",null)}this.$element[a](0),this.transition("addClass",c.Event("show"),"shown"),c.support.transition&&this.$element[a](this.$element[0][f])},hide:function(){var a;if(this.transitioning){return}a=this.dimension(),this.reset(this.$element[a]()),this.transition("removeClass",c.Event("hide"),"hidden"),this.$element[a](0)},reset:function(e){var f=this.dimension();return this.$element.removeClass("collapse")[f](e||"auto")[0].offsetWidth,this.$element[e!==null?"addClass":"removeClass"]("collapse"),this},transition:function(a,g,h){var i=this,j=function(){g.type=="show"&&i.reset(),i.transitioning=0,i.$element.trigger(h)};this.$element.trigger(g);if(g.isDefaultPrevented()){return}this.transitioning=1,this.$element[a]("in"),c.support.transition&&this.$element.hasClass("collapse")?this.$element.one(c.support.transition.end,j):j()},toggle:function(){this[this.$element.hasClass("in")?"hide":"show"]()}},c.fn.collapse=function(a){return this.each(function(){var b=c(this),g=b.data("collapse"),h=typeof a=="object"&&a;g||b.data("collapse",g=new d(this,h)),typeof a=="string"&&g[a]()})},c.fn.collapse.defaults={toggle:!0},c.fn.collapse.Constructor=d,c(function(){c("body").on("click.collapse.data-api","[data-toggle=collapse]",function(a){var g=c(this),h,i=g.attr("data-target")||a.preventDefault()||(h=g.attr("href"))&&h.replace(/.*(?=#[^\s]+$)/,""),j=c(i).data("collapse")?"toggle":g.data();g[c(i).hasClass("in")?"addClass":"removeClass"]("collapsed"),c(i).collapse(j)})})}(window.jQuery),!function(c){var d=function(a,e){this.$element=c(a),this.options=e,this.options.slide&&this.slide(this.options.slide),this.options.pause=="hover"&&this.$element.on("mouseenter",c.proxy(this.pause,this)).on("mouseleave",c.proxy(this.cycle,this))};d.prototype={cycle:function(a){return a||(this.paused=!1),this.options.interval&&!this.paused&&(this.interval=setInterval(c.proxy(this.next,this),this.options.interval)),this},to:function(a){var g=this.$element.find(".item.active"),h=g.parent().children(),i=h.index(g),j=this;if(a>h.length-1||a<0){return}return this.sliding?this.$element.one("slid",function(){j.to(a)}):i==a?this.pause().cycle():this.slide(a>i?"next":"prev",c(h[a]))},pause:function(a){return a||(this.paused=!0),this.$element.find(".next, .prev").length&&c.support.transition.end&&(this.$element.trigger(c.support.transition.end),this.cycle()),clearInterval(this.interval),this.interval=null,this},next:function(){if(this.sliding){return}return this.slide("next")},prev:function(){if(this.sliding){return}return this.slide("prev")},slide:function(a,k){var l=this.$element.find(".item.active"),m=k||l[a](),n=this.interval,o=a=="next"?"left":"right",p=a=="next"?"first":"last",q=this,r=c.Event("slide",{relatedTarget:m[0]});this.sliding=!0,n&&this.pause(),m=m.length?m:this.$element.find(".item")[p]();if(m.hasClass("active")){return}if(c.support.transition&&this.$element.hasClass("slide")){this.$element.trigger(r);if(r.isDefaultPrevented()){return}m.addClass(a),m[0].offsetWidth,l.addClass(o),m.addClass(o),this.$element.one(c.support.transition.end,function(){m.removeClass([a,o].join(" ")).addClass("active"),l.removeClass(["active",o].join(" ")),q.sliding=!1,setTimeout(function(){q.$element.trigger("slid")},0)})}else{this.$element.trigger(r);if(r.isDefaultPrevented()){return}l.removeClass("active"),m.addClass("active"),this.sliding=!1,this.$element.trigger("slid")}return n&&this.cycle(),this}},c.fn.carousel=function(a){return this.each(function(){var b=c(this),h=b.data("carousel"),i=c.extend({},c.fn.carousel.defaults,typeof a=="object"&&a),j=typeof a=="string"?a:i.slide;h||b.data("carousel",h=new d(this,i)),typeof a=="number"?h.to(a):j?h[j]():i.interval&&h.cycle()})},c.fn.carousel.defaults={interval:5000,pause:"hover"},c.fn.carousel.Constructor=d,c(function(){c("body").on("click.carousel.data-api","[data-slide]",function(a){var g=c(this),h,i=c(g.attr("data-target")||(h=g.attr("href"))&&h.replace(/.*(?=#[^\s]+$)/,"")),j=!i.data("modal")&&c.extend({},i.data(),g.data());i.carousel(j),a.preventDefault()})})}(window.jQuery),!function(c){var d=function(a,e){this.$element=c(a),this.options=c.extend({},c.fn.typeahead.defaults,e),this.matcher=this.options.matcher||this.matcher,this.sorter=this.options.sorter||this.sorter,this.highlighter=this.options.highlighter||this.highlighter,this.updater=this.options.updater||this.updater,this.$menu=c(this.options.menu).appendTo("body"),this.source=this.options.source,this.shown=!1,this.listen()};d.prototype={constructor:d,select:function(){var b=this.$menu.find(".active").attr("data-value");return this.$element.val(this.updater(b)).change(),this.hide()},updater:function(b){return b},show:function(){var a=c.extend({},this.$element.offset(),{height:this.$element[0].offsetHeight});return this.$menu.css({top:a.top+a.height,left:a.left}),this.$menu.show(),this.shown=!0,this},hide:function(){return this.$menu.hide(),this.shown=!1,this},lookup:function(a){var e;return this.query=this.$element.val(),!this.query||this.query.length<this.options.minLength?this.shown?this.hide():this:(e=c.isFunction(this.source)?this.source(this.query,c.proxy(this.process,this)):this.source,e?this.process(e):this)},process:function(a){var e=this;return a=c.grep(a,function(b){return e.matcher(b)}),a=this.sorter(a),a.length?this.render(a.slice(0,this.options.items)).show():this.shown?this.hide():this},matcher:function(b){return ~b.toLowerCase().indexOf(this.query.toLowerCase())},sorter:function(f){var g=[],h=[],i=[],j;while(j=f.shift()){j.toLowerCase().indexOf(this.query.toLowerCase())?~j.indexOf(this.query)?h.push(j):i.push(j):g.push(j)}return g.concat(h,i)},highlighter:function(e){var f=this.query.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&");return e.replace(new RegExp("("+f+")","ig"),function(g,h){return"<strong>"+h+"</strong>"})},render:function(a){var e=this;return a=c(a).map(function(f,g){return f=c(e.options.item).attr("data-value",g),f.find("a").html(e.highlighter(g)),f[0]}),a.first().addClass("active"),this.$menu.html(a),this},next:function(a){var e=this.$menu.find(".active").removeClass("active"),f=e.next();f.length||(f=c(this.$menu.find("li")[0])),f.addClass("active")},prev:function(e){var f=this.$menu.find(".active").removeClass("active"),g=f.prev();g.length||(g=this.$menu.find("li").last()),g.addClass("active")},listen:function(){this.$element.on("blur",c.proxy(this.blur,this)).on("keypress",c.proxy(this.keypress,this)).on("keyup",c.proxy(this.keyup,this)),(c.browser.chrome||c.browser.webkit||c.browser.msie)&&this.$element.on("keydown",c.proxy(this.keydown,this)),this.$menu.on("click",c.proxy(this.click,this)).on("mouseenter","li",c.proxy(this.mouseenter,this))},move:function(b){if(!this.shown){return}switch(b.keyCode){case 9:case 13:case 27:b.preventDefault();break;case 38:b.preventDefault(),this.prev();break;case 40:b.preventDefault(),this.next()}b.stopPropagation()},keydown:function(a){this.suppressKeyPressRepeat=!~c.inArray(a.keyCode,[40,38,9,13,27]),this.move(a)},keypress:function(b){if(this.suppressKeyPressRepeat){return}this.move(b)},keyup:function(b){switch(b.keyCode){case 40:case 38:break;case 9:case 13:if(!this.shown){return}this.select();break;case 27:if(!this.shown){return}this.hide();break;default:this.lookup()}b.stopPropagation(),b.preventDefault()},blur:function(e){var f=this;setTimeout(function(){f.hide()},150)},click:function(b){b.stopPropagation(),b.preventDefault(),this.select()},mouseenter:function(a){this.$menu.find(".active").removeClass("active"),c(a.currentTarget).addClass("active")}},c.fn.typeahead=function(a){return this.each(function(){var b=c(this),g=b.data("typeahead"),h=typeof a=="object"&&a;g||b.data("typeahead",g=new d(this,h)),typeof a=="string"&&g[a]()})},c.fn.typeahead.defaults={source:[],items:8,menu:'<ul class="typeahead dropdown-menu"></ul>',item:'<li><a href="#"></a></li>',minLength:1},c.fn.typeahead.Constructor=d,c(function(){c("body").on("focus.typeahead.data-api",'[data-provide="typeahead"]',function(a){var e=c(this);if(e.data("typeahead")){return}a.preventDefault(),e.typeahead(e.data())})})}(window.jQuery);
$(function(){$(window).scroll(function(){if($(this).scrollTop()>100){$(".navbar.navbar-fixed-top").addClass("scroll")}else{$(".navbar.navbar-fixed-top").removeClass("scroll")}if($(this).scrollTop()>300){$(".scrolltop").fadeIn()}else{$(".scrolltop").fadeOut()}});$(".scrolltop").click(function(){$("html, body").animate({scrollTop:0},700);return false});$(".scroller").click(function(){var b=$($(this).data("section"));var c=b.offset().top;$("html, body").animate({scrollTop:c},700);return false});var a=$("#faq .faq");a.click(function(){var b=$(this).find(".answer");b.slideToggle("fast")});if(!$.support.leadingWhitespace){$("body").addClass("old-ie")}});
(function(l,d,a){var f="placeholder" in d.createElement("input"),g="placeholder" in d.createElement("textarea"),i=a.fn,k=a.valHooks,e,h;if(f&&g){h=i.placeholder=function(){return this};h.input=h.textarea=true}else{h=i.placeholder=function(){var m=this;m.filter((f?"textarea":":input")+"[placeholder]").not(".placeholder").bind({"focus.placeholder":c,"blur.placeholder":j}).data("placeholder-enabled",true).trigger("blur.placeholder");return m};h.input=f;h.textarea=g;e={get:function(n){var m=a(n);return m.data("placeholder-enabled")&&m.hasClass("placeholder")?"":n.value},set:function(n,o){var m=a(n);if(!m.data("placeholder-enabled")){return n.value=o}if(o==""){n.value=o;if(n!=d.activeElement){j.call(n)}}else{if(m.hasClass("placeholder")){c.call(n,true,o)||(n.value=o)}else{n.value=o}}return m}};f||(k.input=e);g||(k.textarea=e);a(function(){a(d).delegate("form","submit.placeholder",function(){var m=a(".placeholder",this).each(c);setTimeout(function(){m.each(j)},10)})});a(l).bind("beforeunload.placeholder",function(){a(".placeholder").each(function(){this.value=""})})}function b(m){var n={},o=/^jQuery\d+$/;a.each(m.attributes,function(q,p){if(p.specified&&!o.test(p.name)){n[p.name]=p.value}});return n}function c(n,p){var o=this,m=a(o);if(o.value==m.attr("placeholder")&&m.hasClass("placeholder")){if(m.data("placeholder-password")){m=m.hide().next().show().attr("id",m.removeAttr("id").data("placeholder-id"));if(n===true){return m[0].value=p}m.focus()}else{o.value="";m.removeClass("placeholder");o==d.activeElement&&o.select()}}}function j(){var o,r=this,m=a(r),n=m,q=this.id;if(r.value==""){if(r.type=="password"){if(!m.data("placeholder-textinput")){try{o=m.clone().attr({type:"text"})}catch(p){o=a("<input>").attr(a.extend(b(this),{type:"text"}))}o.removeAttr("name").data({"placeholder-password":true,"placeholder-id":q}).bind("focus.placeholder",c);m.data({"placeholder-textinput":o,"placeholder-id":q}).before(o)}m=m.removeAttr("id").hide().prev().attr("id",q).show()}m.addClass("placeholder");m[0].value=m.attr("placeholder")}else{m.removeClass("placeholder")}}}(this,document,jQuery));$(function(){$("input, textarea").placeholder()});
var ContactForm={GetName:function(){return $("#contactName").val()},GetEmail:function(){return $("#contactEmail").val()},GetComments:function(){return $("#contactComment").val()},IsValidEmail:function(a){var b=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return b.test(a)},SetFeedback:function(a){$("#footer .contact_us .feedback").html(a)},ResetForm:function(){$("#footer input,#footer textarea").val("");$("#contactButton").attr("disabled",false)},SendMail:function(){if(ContactForm.GetName().trim()==""){$("#contactName").focus();return}else{if(!ContactForm.IsValidEmail(ContactForm.GetEmail())){$("#contactEmail").focus();return}else{if(ContactForm.GetComments().trim()==""){$("#contactComment").focus();return}}}var a={toaddresses:[],fromaddress:"",templateid:5,parameters:[{Name:"Name",Value:""},{Name:"Email",Value:""},{Name:"Comments",Value:""}]};a.toaddresses.push("support@supersimplesurvey.com");a.fromaddress=ContactForm.GetEmail();a.parameters[0].Value=ContactForm.GetName();a.parameters[1].Value=ContactForm.GetEmail();a.parameters[2].Value=ContactForm.GetComments();$("#contactButton").attr("disabled",false);ContactForm.SetFeedback("One moment...");$.ajax({type:"post",url:"/processor.svc/SendAnonymousTemplateEmail",data:JSON.stringify(a),contentType:"application/json; charset=utf-8",dataType:"json",processdata:false,success:function(b){ContactForm.ResetForm();ContactForm.SetFeedback("Message recieved captain!<br/> The pidgeons have been dispatched and the cavalry notified. We'll get back to you as soon as possible.")},error:function(){ContactForm.ResetForm();ContactForm.SetFeedback("Yikes! That didn't work.<br/>You can try again or alternatively send an email to <a href='mailto:support@supersimplesurvey.com'>support@supersimplesurvey.com</a>")}})}};var AboutUsForm={GetName:function(){return $("#aboutName").val()},GetEmail:function(){return $("#aboutEmail").val()},GetComments:function(){return $("#aboutComment").val()},IsValidEmail:function(a){var b=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return b.test(a)},SetFeedback:function(a){$("#aboutFeedback").html(a)},ResetForm:function(){$("#aboutForm input,#aboutForm textarea").val("");$("#aboutButton").attr("disabled",false)},SendMail:function(){if(AboutUsForm.GetName().trim()==""){$("#aboutName").focus();return}else{if(!AboutUsForm.IsValidEmail(AboutUsForm.GetEmail())){$("#aboutEmail").focus();return}else{if(AboutUsForm.GetComments().trim()==""){$("#aboutComment").focus();return}}}var a={toaddresses:[],fromaddress:"",templateid:5,parameters:[{Name:"Name",Value:""},{Name:"Email",Value:""},{Name:"Comments",Value:""}]};a.toaddresses.push("support@supersimplesurvey.com");a.fromaddress=AboutUsForm.GetEmail();a.parameters[0].Value=AboutUsForm.GetName();a.parameters[1].Value=AboutUsForm.GetEmail();a.parameters[2].Value=AboutUsForm.GetComments();$("#aboutButton").attr("disabled",false);AboutUsForm.SetFeedback("Once moment...");$.ajax({type:"post",url:"/processor.svc/SendAnonymousTemplateEmail",data:JSON.stringify(a),contentType:"application/json; charset=utf-8",dataType:"json",processdata:false,success:function(b){AboutUsForm.ResetForm();AboutUsForm.SetFeedback("Message recieved captain!<br/> The pidgeons have been dispatched and the cavalry notified. We'll get back to you as soon as possible.")},error:function(){AboutUsForm.ResetForm();AboutUsForm.SetFeedback("Yikes! That didn't work.<br/>You can try again or alternatively send an email to <a href='mailto:support@supersimplesurvey.com'>support@supersimplesurvey.com</a>")}})}};
