/*! jquery v2.0.0 | (c) 2005, 2013 jquery foundation, inc. | jquery.org/license //@ sourcemappingurl=jquery.min.map */ (function(e,undefined){var t,n,r=typeof undefined,i=e.location,o=e.document,s=o.documentelement,a=e.jquery,u=e.$,l={},c=[],f="2.0.0",p=c.concat,h=c.push,d=c.slice,g=c.indexof,m=l.tostring,y=l.hasownproperty,v=f.trim,x=function(e,n){return new x.fn.init(e,n,t)},b=/[+-]?(?:\d*\.|)\d+(?:[ee][+-]?\d+|)/.source,w=/\s+/g,t=/^(?:(<[\w\w]+>)[^>]*|#([\w-]*))$/,c=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,k=/^-ms-/,n=/-([\da-z])/gi,e=function(e,t){return t.touppercase()},s=function(){o.removeeventlistener("domcontentloaded",s,!1),e.removeeventlistener("load",s,!1),x.ready()};x.fn=x.prototype={jquery:f,constructor:x,init:function(e,t,n){var r,i;if(!e)return this;if("string"==typeof e){if(r="<"===e.charat(0)&&">"===e.charat(e.length-1)&&e.length>=3?[null,e,null]:t.exec(e),!r||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof x?t[0]:t,x.merge(this,x.parsehtml(r[1],t&&t.nodetype?t.ownerdocument||t:o,!0)),c.test(r[1])&&x.isplainobject(t))for(r in t)x.isfunction(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return i=o.getelementbyid(r[2]),i&&i.parentnode&&(this.length=1,this[0]=i),this.context=o,this.selector=e,this}return e.nodetype?(this.context=this[0]=e,this.length=1,this):x.isfunction(e)?n.ready(e):(e.selector!==undefined&&(this.selector=e.selector,this.context=e.context),x.makearray(e,this))},selector:"",length:0,toarray:function(){return d.call(this)},get:function(e){return null==e?this.toarray():0>e?this[this.length+e]:this[e]},pushstack:function(e){var t=x.merge(this.constructor(),e);return t.prevobject=this,t.context=this.context,t},each:function(e,t){return x.each(this,e,t)},ready:function(e){return x.ready.promise().done(e),this},slice:function(){return this.pushstack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(0>e?t:0);return this.pushstack(n>=0&&t>n?[this[n]]:[])},map:function(e){return this.pushstack(x.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevobject||this.constructor(null)},push:h,sort:[].sort,splice:[].splice},x.fn.init.prototype=x.fn,x.extend=x.fn.extend=function(){var e,t,n,r,i,o,s=arguments[0]||{},a=1,u=arguments.length,l=!1;for("boolean"==typeof s&&(l=s,s=arguments[1]||{},a=2),"object"==typeof s||x.isfunction(s)||(s={}),u===a&&(s=this,--a);u>a;a++)if(null!=(e=arguments[a]))for(t in e)n=s[t],r=e[t],s!==r&&(l&&r&&(x.isplainobject(r)||(i=x.isarray(r)))?(i?(i=!1,o=n&&x.isarray(n)?n:[]):o=n&&x.isplainobject(n)?n:{},s[t]=x.extend(l,o,r)):r!==undefined&&(s[t]=r));return s},x.extend({expando:"jquery"+(f+math.random()).replace(/\d/g,""),noconflict:function(t){return e.$===x&&(e.$=u),t&&e.jquery===x&&(e.jquery=a),x},isready:!1,readywait:1,holdready:function(e){e?x.readywait++:x.ready(!0)},ready:function(e){(e===!0?--x.readywait:x.isready)||(x.isready=!0,e!==!0&&--x.readywait>0||(n.resolvewith(o,[x]),x.fn.trigger&&x(o).trigger("ready").off("ready")))},isfunction:function(e){return"function"===x.type(e)},isarray:array.isarray,iswindow:function(e){return null!=e&&e===e.window},isnumeric:function(e){return!isnan(parsefloat(e))&&isfinite(e)},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[m.call(e)]||"object":typeof e},isplainobject:function(e){if("object"!==x.type(e)||e.nodetype||x.iswindow(e))return!1;try{if(e.constructor&&!y.call(e.constructor.prototype,"isprototypeof"))return!1}catch(t){return!1}return!0},isemptyobject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw error(e)},parsehtml:function(e,t,n){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t||o;var r=c.exec(e),i=!n&&[];return r?[t.createelement(r[1])]:(r=x.buildfragment([e],t,i),i&&x(i).remove(),x.merge([],r.childnodes))},parsejson:json.parse,parsexml:function(e){var t,n;if(!e||"string"!=typeof e)return null;try{n=new domparser,t=n.parsefromstring(e,"text/xml")}catch(r){t=undefined}return(!t||t.getelementsbytagname("parsererror").length)&&x.error("invalid xml: "+e),t},noop:function(){},globaleval:function(e){var t,n=eval;e=x.trim(e),e&&(1===e.indexof("use strict")?(t=o.createelement("script"),t.text=e,o.head.appendchild(t).parentnode.removechild(t)):n(e))},camelcase:function(e){return e.replace(k,"ms-").replace(n,e)},nodename:function(e,t){return e.nodename&&e.nodename.tolowercase()===t.tolowercase()},each:function(e,t,n){var r,i=0,o=e.length,s=j(e);if(n){if(s){for(;o>i;i++)if(r=t.apply(e[i],n),r===!1)break}else for(i in e)if(r=t.apply(e[i],n),r===!1)break}else if(s){for(;o>i;i++)if(r=t.call(e[i],i,e[i]),r===!1)break}else for(i in e)if(r=t.call(e[i],i,e[i]),r===!1)break;return e},trim:function(e){return null==e?"":v.call(e)},makearray:function(e,t){var n=t||[];return null!=e&&(j(object(e))?x.merge(n,"string"==typeof e?[e]:e):h.call(n,e)),n},inarray:function(e,t,n){return null==t?-1:g.call(t,e,n)},merge:function(e,t){var n=t.length,r=e.length,i=0;if("number"==typeof n)for(;n>i;i++)e[r++]=t[i];else while(t[i]!==undefined)e[r++]=t[i++];return e.length=r,e},grep:function(e,t,n){var r,i=[],o=0,s=e.length;for(n=!!n;s>o;o++)r=!!t(e[o],o),n!==r&&i.push(e[o]);return i},map:function(e,t,n){var r,i=0,o=e.length,s=j(e),a=[];if(s)for(;o>i;i++)r=t(e[i],i,n),null!=r&&(a[a.length]=r);else for(i in e)r=t(e[i],i,n),null!=r&&(a[a.length]=r);return p.apply([],a)},guid:1,proxy:function(e,t){var n,r,i;return"string"==typeof t&&(n=e[t],t=e,e=n),x.isfunction(e)?(r=d.call(arguments,2),i=function(){return e.apply(t||this,r.concat(d.call(arguments)))},i.guid=e.guid=e.guid||x.guid++,i):undefined},access:function(e,t,n,r,i,o,s){var a=0,u=e.length,l=null==n;if("object"===x.type(n)){i=!0;for(a in n)x.access(e,t,a,n[a],!0,o,s)}else if(r!==undefined&&(i=!0,x.isfunction(r)||(s=!0),l&&(s?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(x(e),n)})),t))for(;u>a;a++)t(e[a],n,s?r:r.call(e[a],a,t(e[a],n)));return i?e:l?t.call(e):u?t(e[0],n):o},now:date.now,swap:function(e,t,n,r){var i,o,s={};for(o in t)s[o]=e.style[o],e.style[o]=t[o];i=n.apply(e,r||[]);for(o in t)e.style[o]=s[o];return i}}),x.ready.promise=function(t){return n||(n=x.deferred(),"complete"===o.readystate?settimeout(x.ready):(o.addeventlistener("domcontentloaded",s,!1),e.addeventlistener("load",s,!1))),n.promise(t)},x.each("boolean number string function array date regexp object error".split(" "),function(e,t){l["[object "+t+"]"]=t.tolowercase()});function j(e){var t=e.length,n=x.type(e);return x.iswindow(e)?!1:1===e.nodetype&&t?!0:"array"===n||"function"!==n&&(0===t||"number"==typeof t&&t>0&&t-1 in e)}t=x(o),function(e,undefined){var t,n,r,i,o,s,a,u,l,c,f,p,h,d,g,m,y="sizzle"+-new date,v=e.document,b={},w=0,t=0,c=ot(),k=ot(),n=ot(),e=!1,s=function(){return 0},j=typeof undefined,d=1<<31,a=[],l=a.pop,q=a.push,h=a.push,o=a.slice,f=a.indexof||function(e){var t=0,n=this.length;for(;n>t;t++)if(this[t]===e)return t;return-1},p="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",r="[\\x20\\t\\r\\n\\f]",m="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",w=m.replace("w","w#"),$="\\["+r+"*("+m+")"+r+"*(?:([*^$|!~]?=)"+r+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+w+")|)|)"+r+"*\\]",b=":("+m+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+$.replace(3,8)+")*)|.*)\\)|)",i=regexp("^"+r+"+|((?:^|[^\\\\])(?:\\\\.)*)"+r+"+$","g"),z=regexp("^"+r+"*,"+r+"*"),_=regexp("^"+r+"*([>+~]|"+r+")"+r+"*"),x=regexp(r+"*[+~]"),u=regexp("="+r+"*([^\\]'\"]*)"+r+"*\\]","g"),y=regexp(b),v=regexp("^"+w+"$"),g={id:regexp("^#("+m+")"),class:regexp("^\\.("+m+")"),tag:regexp("^("+m.replace("w","w*")+")"),attr:regexp("^"+$),pseudo:regexp("^"+b),child:regexp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+r+"*(even|odd|(([+-]|)(\\d*)n|)"+r+"*(?:([+-]|)"+r+"*(\\d+)|))"+r+"*\\)|)","i"),"boolean":regexp("^(?:"+p+")$","i"),needscontext:regexp("^"+r+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+r+"*((?:-\\d)?\\d*)"+r+"*\\)|)(?=[^-]|$)","i")},j=/^[^{]+\{\s*\[native \w/,q=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,k=/^(?:input|select|textarea|button)$/i,z=/^h\d$/i,et=/'|\\/g,tt=/\\([\da-fa-f]{1,6}[\x20\t\r\n\f]?|.)/g,nt=function(e,t){var n="0x"+t-65536;return n!==n?t:0>n?string.fromcharcode(n+65536):string.fromcharcode(55296|n>>10,56320|1023&n)};try{h.apply(a=o.call(v.childnodes),v.childnodes),a[v.childnodes.length].nodetype}catch(rt){h={apply:a.length?function(e,t){q.apply(e,o.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function it(e){return j.test(e+"")}function ot(){var e,t=[];return e=function(n,i){return t.push(n+=" ")>r.cachelength&&delete e[t.shift()],e[n]=i}}function st(e){return e[y]=!0,e}function at(e){var t=c.createelement("div");try{return!!e(t)}catch(n){return!1}finally{t.parentnode&&t.parentnode.removechild(t),t=null}}function ut(e,t,n,r){var i,o,s,a,u,f,d,g,x,w;if((t?t.ownerdocument||t:v)!==c&&l(t),t=t||c,n=n||[],!e||"string"!=typeof e)return n;if(1!==(a=t.nodetype)&&9!==a)return[];if(p&&!r){if(i=q.exec(e))if(s=i[1]){if(9===a){if(o=t.getelementbyid(s),!o||!o.parentnode)return n;if(o.id===s)return n.push(o),n}else if(t.ownerdocument&&(o=t.ownerdocument.getelementbyid(s))&&m(t,o)&&o.id===s)return n.push(o),n}else{if(i[2])return h.apply(n,t.getelementsbytagname(e)),n;if((s=i[3])&&b.getelementsbyclassname&&t.getelementsbyclassname)return h.apply(n,t.getelementsbyclassname(s)),n}if(b.qsa&&(!h||!h.test(e))){if(g=d=y,x=t,w=9===a&&e,1===a&&"object"!==t.nodename.tolowercase()){f=gt(e),(d=t.getattribute("id"))?g=d.replace(et,"\\$&"):t.setattribute("id",g),g="[id='"+g+"'] ",u=f.length;while(u--)f[u]=g+mt(f[u]);x=x.test(e)&&t.parentnode||t,w=f.join(",")}if(w)try{return h.apply(n,x.queryselectorall(w)),n}catch(t){}finally{d||t.removeattribute("id")}}}return kt(e.replace(i,"$1"),t,n,r)}o=ut.isxml=function(e){var t=e&&(e.ownerdocument||e).documentelement;return t?"html"!==t.nodename:!1},l=ut.setdocument=function(e){var t=e?e.ownerdocument||e:v;return t!==c&&9===t.nodetype&&t.documentelement?(c=t,f=t.documentelement,p=!o(t),b.getelementsbytagname=at(function(e){return e.appendchild(t.createcomment("")),!e.getelementsbytagname("*").length}),b.attributes=at(function(e){return e.classname="i",!e.getattribute("classname")}),b.getelementsbyclassname=at(function(e){return e.innerhtml="
",e.firstchild.classname="i",2===e.getelementsbyclassname("i").length}),b.sortdetached=at(function(e){return 1&e.comparedocumentposition(c.createelement("div"))}),b.getbyid=at(function(e){return f.appendchild(e).id=y,!t.getelementsbyname||!t.getelementsbyname(y).length}),b.getbyid?(r.find.id=function(e,t){if(typeof t.getelementbyid!==j&&p){var n=t.getelementbyid(e);return n&&n.parentnode?[n]:[]}},r.filter.id=function(e){var t=e.replace(tt,nt);return function(e){return e.getattribute("id")===t}}):(r.find.id=function(e,t){if(typeof t.getelementbyid!==j&&p){var n=t.getelementbyid(e);return n?n.id===e||typeof n.getattributenode!==j&&n.getattributenode("id").value===e?[n]:undefined:[]}},r.filter.id=function(e){var t=e.replace(tt,nt);return function(e){var n=typeof e.getattributenode!==j&&e.getattributenode("id");return n&&n.value===t}}),r.find.tag=b.getelementsbytagname?function(e,t){return typeof t.getelementsbytagname!==j?t.getelementsbytagname(e):undefined}:function(e,t){var n,r=[],i=0,o=t.getelementsbytagname(e);if("*"===e){while(n=o[i++])1===n.nodetype&&r.push(n);return r}return o},r.find.class=b.getelementsbyclassname&&function(e,t){return typeof t.getelementsbyclassname!==j&&p?t.getelementsbyclassname(e):undefined},d=[],h=[],(b.qsa=it(t.queryselectorall))&&(at(function(e){e.innerhtml="",e.queryselectorall("[selected]").length||h.push("\\["+r+"*(?:value|"+p+")"),e.queryselectorall(":checked").length||h.push(":checked")}),at(function(e){var t=c.createelement("input");t.setattribute("type","hidden"),e.appendchild(t).setattribute("t",""),e.queryselectorall("[t^='']").length&&h.push("[*^$]="+r+"*(?:''|\"\")"),e.queryselectorall(":enabled").length||h.push(":enabled",":disabled"),e.queryselectorall("*,:x"),h.push(",.*:")})),(b.matchesselector=it(g=f.webkitmatchesselector||f.mozmatchesselector||f.omatchesselector||f.msmatchesselector))&&at(function(e){b.disconnectedmatch=g.call(e,"div"),g.call(e,"[s!='']:x"),d.push("!=",b)}),h=h.length&®exp(h.join("|")),d=d.length&®exp(d.join("|")),m=it(f.contains)||f.comparedocumentposition?function(e,t){var n=9===e.nodetype?e.documentelement:e,r=t&&t.parentnode;return e===r||!(!r||1!==r.nodetype||!(n.contains?n.contains(r):e.comparedocumentposition&&16&e.comparedocumentposition(r)))}:function(e,t){if(t)while(t=t.parentnode)if(t===e)return!0;return!1},s=f.comparedocumentposition?function(e,n){if(e===n)return e=!0,0;var r=n.comparedocumentposition&&e.comparedocumentposition&&e.comparedocumentposition(n);return r?1&r||!b.sortdetached&&n.comparedocumentposition(e)===r?e===t||m(v,e)?-1:n===t||m(v,n)?1:u?f.call(u,e)-f.call(u,n):0:4&r?-1:1:e.comparedocumentposition?-1:1}:function(e,n){var r,i=0,o=e.parentnode,s=n.parentnode,a=[e],l=[n];if(e===n)return e=!0,0;if(!o||!s)return e===t?-1:n===t?1:o?-1:s?1:u?f.call(u,e)-f.call(u,n):0;if(o===s)return lt(e,n);r=e;while(r=r.parentnode)a.unshift(r);r=n;while(r=r.parentnode)l.unshift(r);while(a[i]===l[i])i++;return i?lt(a[i],l[i]):a[i]===v?-1:l[i]===v?1:0},c):c},ut.matches=function(e,t){return ut(e,null,null,t)},ut.matchesselector=function(e,t){if((e.ownerdocument||e)!==c&&l(e),t=t.replace(u,"='$1']"),!(!b.matchesselector||!p||d&&d.test(t)||h&&h.test(t)))try{var n=g.call(e,t);if(n||b.disconnectedmatch||e.document&&11!==e.document.nodetype)return n}catch(r){}return ut(t,c,null,[e]).length>0},ut.contains=function(e,t){return(e.ownerdocument||e)!==c&&l(e),m(e,t)},ut.attr=function(e,t){(e.ownerdocument||e)!==c&&l(e);var n=r.attrhandle[t.tolowercase()],i=n&&n(e,t,!p);return i===undefined?b.attributes||!p?e.getattribute(t):(i=e.getattributenode(t))&&i.specified?i.value:null:i},ut.error=function(e){throw error("syntax error, unrecognized expression: "+e)},ut.uniquesort=function(e){var t,n=[],r=0,i=0;if(e=!b.detectduplicates,u=!b.sortstable&&e.slice(0),e.sort(s),e){while(t=e[i++])t===e[i]&&(r=n.push(i));while(r--)e.splice(n[r],1)}return e};function lt(e,t){var n=t&&e,r=n&&(~t.sourceindex||d)-(~e.sourceindex||d);if(r)return r;if(n)while(n=n.nextsibling)if(n===t)return-1;return e?1:-1}function ct(e,t,n){var r;return n?undefined:(r=e.getattributenode(t))&&r.specified?r.value:e[t]===!0?t.tolowercase():null}function ft(e,t,n){var r;return n?undefined:r=e.getattribute(t,"type"===t.tolowercase()?1:2)}function pt(e){return function(t){var n=t.nodename.tolowercase();return"input"===n&&t.type===e}}function ht(e){return function(t){var n=t.nodename.tolowercase();return("input"===n||"button"===n)&&t.type===e}}function dt(e){return st(function(t){return t=+t,st(function(n,r){var i,o=e([],n.length,t),s=o.length;while(s--)n[i=o[s]]&&(n[i]=!(r[i]=n[i]))})})}i=ut.gettext=function(e){var t,n="",r=0,o=e.nodetype;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textcontent)return e.textcontent;for(e=e.firstchild;e;e=e.nextsibling)n+=i(e)}else if(3===o||4===o)return e.nodevalue}else for(;t=e[r];r++)n+=i(t);return n},r=ut.selectors={cachelength:50,createpseudo:st,match:g,attrhandle:{},find:{},relative:{">":{dir:"parentnode",first:!0}," ":{dir:"parentnode"},"+":{dir:"previoussibling",first:!0},"~":{dir:"previoussibling"}},prefilter:{attr:function(e){return e[1]=e[1].replace(tt,nt),e[3]=(e[4]||e[5]||"").replace(tt,nt),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},child:function(e){return e[1]=e[1].tolowercase(),"nth"===e[1].slice(0,3)?(e[3]||ut.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&ut.error(e[0]),e},pseudo:function(e){var t,n=!e[5]&&e[2];return g.child.test(e[0])?null:(e[4]?e[2]=e[4]:n&&y.test(n)&&(t=gt(n,!0))&&(t=n.indexof(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{tag:function(e){var t=e.replace(tt,nt).tolowercase();return"*"===e?function(){return!0}:function(e){return e.nodename&&e.nodename.tolowercase()===t}},class:function(e){var t=c[e+" "];return t||(t=regexp("(^|"+r+")"+e+"("+r+"|$)"))&&c(e,function(e){return t.test("string"==typeof e.classname&&e.classname||typeof e.getattribute!==j&&e.getattribute("class")||"")})},attr:function(e,t,n){return function(r){var i=ut.attr(r,e);return null==i?"!="===t:t?(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexof(n):"*="===t?n&&i.indexof(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i+" ").indexof(n)>-1:"|="===t?i===n||i.slice(0,n.length+1)===n+"-":!1):!0}},child:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),s="last"!==e.slice(-4),a="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentnode}:function(t,n,u){var l,c,f,p,h,d,g=o!==s?"nextsibling":"previoussibling",m=t.parentnode,v=a&&t.nodename.tolowercase(),x=!u&&!a;if(m){if(o){while(g){f=t;while(f=f[g])if(a?f.nodename.tolowercase()===v:1===f.nodetype)return!1;d=g="only"===e&&!d&&"nextsibling"}return!0}if(d=[s?m.firstchild:m.lastchild],s&&x){c=m[y]||(m[y]={}),l=c[e]||[],h=l[0]===w&&l[1],p=l[0]===w&&l[2],f=h&&m.childnodes[h];while(f=++h&&f&&f[g]||(p=h=0)||d.pop())if(1===f.nodetype&&++p&&f===t){c[e]=[w,h,p];break}}else if(x&&(l=(t[y]||(t[y]={}))[e])&&l[0]===w)p=l[1];else while(f=++h&&f&&f[g]||(p=h=0)||d.pop())if((a?f.nodename.tolowercase()===v:1===f.nodetype)&&++p&&(x&&((f[y]||(f[y]={}))[e]=[w,p]),f===t))break;return p-=i,p===r||0===p%r&&p/r>=0}}},pseudo:function(e,t){var n,i=r.pseudos[e]||r.setfilters[e.tolowercase()]||ut.error("unsupported pseudo: "+e);return i[y]?i(t):i.length>1?(n=[e,e,"",t],r.setfilters.hasownproperty(e.tolowercase())?st(function(e,n){var r,o=i(e,t),s=o.length;while(s--)r=f.call(e,o[s]),e[r]=!(n[r]=o[s])}):function(e){return i(e,0,n)}):i}},pseudos:{not:st(function(e){var t=[],n=[],r=s(e.replace(i,"$1"));return r[y]?st(function(e,t,n,i){var o,s=r(e,null,i,[]),a=e.length;while(a--)(o=s[a])&&(e[a]=!(t[a]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),!n.pop()}}),has:st(function(e){return function(t){return ut(e,t).length>0}}),contains:st(function(e){return function(t){return(t.textcontent||t.innertext||i(t)).indexof(e)>-1}}),lang:st(function(e){return v.test(e||"")||ut.error("unsupported lang: "+e),e=e.replace(tt,nt).tolowercase(),function(t){var n;do if(n=p?t.lang:t.getattribute("xml:lang")||t.getattribute("lang"))return n=n.tolowercase(),n===e||0===n.indexof(e+"-");while((t=t.parentnode)&&1===t.nodetype);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===f},focus:function(e){return e===c.activeelement&&(!c.hasfocus||c.hasfocus())&&!!(e.type||e.href||~e.tabindex)},enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodename.tolowercase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentnode&&e.parentnode.selectedindex,e.selected===!0},empty:function(e){for(e=e.firstchild;e;e=e.nextsibling)if(e.nodename>"@"||3===e.nodetype||4===e.nodetype)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return z.test(e.nodename)},input:function(e){return k.test(e.nodename)},button:function(e){var t=e.nodename.tolowercase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodename.tolowercase()&&"text"===e.type&&(null==(t=e.getattribute("type"))||t.tolowercase()===e.type)},first:dt(function(){return[0]}),last:dt(function(e,t){return[t-1]}),eq:dt(function(e,t,n){return[0>n?n+t:n]}),even:dt(function(e,t){var n=0;for(;t>n;n+=2)e.push(n);return e}),odd:dt(function(e,t){var n=1;for(;t>n;n+=2)e.push(n);return e}),lt:dt(function(e,t,n){var r=0>n?n+t:n;for(;--r>=0;)e.push(r);return e}),gt:dt(function(e,t,n){var r=0>n?n+t:n;for(;t>++r;)e.push(r);return e})}};for(t in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})r.pseudos[t]=pt(t);for(t in{submit:!0,reset:!0})r.pseudos[t]=ht(t);function gt(e,t){var n,i,o,s,a,u,l,c=k[e+" "];if(c)return t?0:c.slice(0);a=e,u=[],l=r.prefilter;while(a){(!n||(i=z.exec(a)))&&(i&&(a=a.slice(i[0].length)||a),u.push(o=[])),n=!1,(i=_.exec(a))&&(n=i.shift(),o.push({value:n,type:i[0].replace(i," ")}),a=a.slice(n.length));for(s in r.filter)!(i=g[s].exec(a))||l[s]&&!(i=l[s](i))||(n=i.shift(),o.push({value:n,type:s,matches:i}),a=a.slice(n.length));if(!n)break}return t?a.length:a?ut.error(e):k(e,u).slice(0)}function mt(e){var t=0,n=e.length,r="";for(;n>t;t++)r+=e[t].value;return r}function yt(e,t,r){var i=t.dir,o=r&&"parentnode"===i,s=t++;return t.first?function(t,n,r){while(t=t[i])if(1===t.nodetype||o)return e(t,n,r)}:function(t,r,a){var u,l,c,f=w+" "+s;if(a){while(t=t[i])if((1===t.nodetype||o)&&e(t,r,a))return!0}else while(t=t[i])if(1===t.nodetype||o)if(c=t[y]||(t[y]={}),(l=c[i])&&l[0]===f){if((u=l[1])===!0||u===n)return u===!0}else if(l=c[i]=[f],l[1]=e(t,r,a)||n,l[1]===!0)return!0}}function vt(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function xt(e,t,n,r,i){var o,s=[],a=0,u=e.length,l=null!=t;for(;u>a;a++)(o=e[a])&&(!n||n(o,r,i))&&(s.push(o),l&&t.push(a));return s}function bt(e,t,n,r,i,o){return r&&!r[y]&&(r=bt(r)),i&&!i[y]&&(i=bt(i,o)),st(function(o,s,a,u){var l,c,f,p=[],h=[],d=s.length,g=o||ct(t||"*",a.nodetype?[a]:a,[]),m=!e||!o&&t?g:xt(g,p,e,a,u),y=n?i||(o?e:d||r)?[]:s:m;if(n&&n(m,y,a,u),r){l=xt(y,h),r(l,[],a,u),c=l.length;while(c--)(f=l[c])&&(y[h[c]]=!(m[h[c]]=f))}if(o){if(i||e){if(i){l=[],c=y.length;while(c--)(f=y[c])&&l.push(m[c]=f);i(null,y=[],l,u)}c=y.length;while(c--)(f=y[c])&&(l=i?f.call(o,f):p[c])>-1&&(o[l]=!(s[l]=f))}}else y=xt(y===s?y.splice(d,y.length):y),i?i(null,s,y,u):h.apply(s,y)})}function wt(e){var t,n,i,o=e.length,s=r.relative[e[0].type],u=s||r.relative[" "],l=s?1:0,c=yt(function(e){return e===t},u,!0),f=yt(function(e){return f.call(t,e)>-1},u,!0),p=[function(e,n,r){return!s&&(r||n!==a)||((t=n).nodetype?c(e,n,r):f(e,n,r))}];for(;o>l;l++)if(n=r.relative[e[l].type])p=[yt(vt(p),n)];else{if(n=r.filter[e[l].type].apply(null,e[l].matches),n[y]){for(i=++l;o>i;i++)if(r.relative[e[i].type])break;return bt(l>1&&vt(p),l>1&&mt(e.slice(0,l-1)).replace(i,"$1"),n,i>l&&wt(e.slice(l,i)),o>i&&wt(e=e.slice(i)),o>i&&mt(e))}p.push(n)}return vt(p)}function tt(e,t){var i=0,o=t.length>0,s=e.length>0,u=function(u,l,f,p,h){var d,g,m,y=[],v=0,x="0",b=u&&[],t=null!=h,c=a,k=u||s&&r.find.tag("*",h&&l.parentnode||l),n=w+=null==c?1:math.random()||.1;for(t&&(a=l!==c&&l,n=i);null!=(d=k[x]);x++){if(s&&d){g=0;while(m=e[g++])if(m(d,l,f)){p.push(d);break}t&&(w=n,n=++i)}o&&((d=!m&&d)&&v--,u&&b.push(d))}if(v+=x,o&&x!==v){g=0;while(m=t[g++])m(b,y,l,f);if(u){if(v>0)while(x--)b[x]||y[x]||(y[x]=l.call(p));y=xt(y)}h.apply(p,y),t&&!u&&y.length>0&&v+t.length>1&&ut.uniquesort(p)}return t&&(w=n,a=c),b};return o?st(u):u}s=ut.compile=function(e,t){var n,r=[],i=[],o=n[e+" "];if(!o){t||(t=gt(e)),n=t.length;while(n--)o=wt(t[n]),o[y]?r.push(o):i.push(o);o=n(e,tt(i,r))}return o};function ct(e,t,n){var r=0,i=t.length;for(;i>r;r++)ut(e,t[r],n);return n}function kt(e,t,n,i){var o,a,u,l,c,f=gt(e);if(!i&&1===f.length){if(a=f[0]=f[0].slice(0),a.length>2&&"id"===(u=a[0]).type&&9===t.nodetype&&p&&r.relative[a[1].type]){if(t=(r.find.id(u.matches[0].replace(tt,nt),t)||[])[0],!t)return n;e=e.slice(a.shift().value.length)}o=g.needscontext.test(e)?0:a.length;while(o--){if(u=a[o],r.relative[l=u.type])break;if((c=r.find[l])&&(i=c(u.matches[0].replace(tt,nt),x.test(a[0].type)&&t.parentnode||t))){if(a.splice(o,1),e=i.length&&mt(a),!e)return h.apply(n,i),n;break}}}return s(e,f)(i,t,!p,n,x.test(e)),n}r.pseudos.nth=r.pseudos.eq;function nt(){}nt.prototype=r.filters=r.pseudos,r.setfilters=new nt,b.sortstable=y.split("").sort(s).join("")===y,l(),[0,0].sort(s),b.detectduplicates=e,at(function(e){if(e.innerhtml="","#"!==e.firstchild.getattribute("href")){var t="type|href|height|width".split("|"),n=t.length;while(n--)r.attrhandle[t[n]]=ft}}),at(function(e){if(null!=e.getattribute("disabled")){var t=p.split("|"),n=t.length;while(n--)r.attrhandle[t[n]]=ct}}),x.find=ut,x.expr=ut.selectors,x.expr[":"]=x.expr.pseudos,x.unique=ut.uniquesort,x.text=ut.gettext,x.isxmldoc=ut.isxml,x.contains=ut.contains}(e);var d={};function a(e){var t=d[e]={};return x.each(e.match(w)||[],function(e,n){t[n]=!0}),t}x.callbacks=function(e){e="string"==typeof e?d[e]||a(e):x.extend({},e);var t,n,r,i,o,s,a=[],u=!e.once&&[],l=function(f){for(t=e.memory&&f,n=!0,s=i||0,i=0,o=a.length,r=!0;a&&o>s;s++)if(a[s].apply(f[0],f[1])===!1&&e.stoponfalse){t=!1;break}r=!1,a&&(u?u.length&&l(u.shift()):t?a=[]:c.disable())},c={add:function(){if(a){var n=a.length;(function s(t){x.each(t,function(t,n){var r=x.type(n);"function"===r?e.unique&&c.has(n)||a.push(n):n&&n.length&&"string"!==r&&s(n)})})(arguments),r?o=a.length:t&&(i=n,l(t))}return this},remove:function(){return a&&x.each(arguments,function(e,t){var n;while((n=x.inarray(t,a,n))>-1)a.splice(n,1),r&&(o>=n&&o--,s>=n&&s--)}),this},has:function(e){return e?x.inarray(e,a)>-1:!(!a||!a.length)},empty:function(){return a=[],o=0,this},disable:function(){return a=u=t=undefined,this},disabled:function(){return!a},lock:function(){return u=undefined,t||c.disable(),this},locked:function(){return!u},firewith:function(e,t){return t=t||[],t=[e,t.slice?t.slice():t],!a||n&&!u||(r?u.push(t):l(t)),this},fire:function(){return c.firewith(this,arguments),this},fired:function(){return!!n}};return c},x.extend({deferred:function(e){var t=[["resolve","done",x.callbacks("once memory"),"resolved"],["reject","fail",x.callbacks("once memory"),"rejected"],["notify","progress",x.callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return x.deferred(function(n){x.each(t,function(t,o){var s=o[0],a=x.isfunction(e[t])&&e[t];i[o[1]](function(){var e=a&&a.apply(this,arguments);e&&x.isfunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[s+"with"](this===r?n.promise():this,a?[e]:arguments)})}),e=null}).promise()},promise:function(e){return null!=e?x.extend(e,r):r}},i={};return r.pipe=r.then,x.each(t,function(e,o){var s=o[2],a=o[3];r[o[1]]=s.add,a&&s.add(function(){n=a},t[1^e][2].disable,t[2][2].lock),i[o[0]]=function(){return i[o[0]+"with"](this===i?r:this,arguments),this},i[o[0]+"with"]=s.firewith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=0,n=d.call(arguments),r=n.length,i=1!==r||e&&x.isfunction(e.promise)?r:0,o=1===i?e:x.deferred(),s=function(e,t,n){return function(r){t[e]=this,n[e]=arguments.length>1?d.call(arguments):r,n===a?o.notifywith(t,n):--i||o.resolvewith(t,n)}},a,u,l;if(r>1)for(a=array(r),u=array(r),l=array(r);r>t;t++)n[t]&&x.isfunction(n[t].promise)?n[t].promise().done(s(t,l,n)).fail(o.reject).progress(s(t,u,a)):--i;return i||o.resolvewith(l,n),o.promise()}}),x.support=function(t){var n=o.createelement("input"),r=o.createdocumentfragment(),i=o.createelement("div"),s=o.createelement("select"),a=s.appendchild(o.createelement("option"));return n.type?(n.type="checkbox",t.checkon=""!==n.value,t.optselected=a.selected,t.reliablemarginright=!0,t.boxsizingreliable=!0,t.pixelposition=!1,n.checked=!0,t.noclonechecked=n.clonenode(!0).checked,s.disabled=!0,t.optdisabled=!a.disabled,n=o.createelement("input"),n.value="t",n.type="radio",t.radiovalue="t"===n.value,n.setattribute("checked","t"),n.setattribute("name","t"),r.appendchild(n),t.checkclone=r.clonenode(!0).clonenode(!0).lastchild.checked,t.focusinbubbles="onfocusin"in e,i.style.backgroundclip="content-box",i.clonenode(!0).style.backgroundclip="",t.clearclonestyle="content-box"===i.style.backgroundclip,x(function(){var n,r,s="padding:0;margin:0;border:0;display:block;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box",a=o.getelementsbytagname("body")[0];a&&(n=o.createelement("div"),n.style.csstext="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px",a.appendchild(n).appendchild(i),i.innerhtml="",i.style.csstext="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%",x.swap(a,null!=a.style.zoom?{zoom:1}:{},function(){t.boxsizing=4===i.offsetwidth}),e.getcomputedstyle&&(t.pixelposition="1%"!==(e.getcomputedstyle(i,null)||{}).top,t.boxsizingreliable="4px"===(e.getcomputedstyle(i,null)||{width:"4px"}).width,r=i.appendchild(o.createelement("div")),r.style.csstext=i.style.csstext=s,r.style.marginright=r.style.width="0",i.style.width="1px",t.reliablemarginright=!parsefloat((e.getcomputedstyle(r,null)||{}).marginright)),a.removechild(n))}),t):t}({});var l,q,h=/(?:\{[\s\s]*\}|\[[\s\s]*\])$/,o=/([a-z])/g;function f(){object.defineproperty(this.cache={},0,{get:function(){return{}}}),this.expando=x.expando+math.random()}f.uid=1,f.accepts=function(e){return e.nodetype?1===e.nodetype||9===e.nodetype:!0},f.prototype={key:function(e){if(!f.accepts(e))return 0;var t={},n=e[this.expando];if(!n){n=f.uid++;try{t[this.expando]={value:n},object.defineproperties(e,t)}catch(r){t[this.expando]=n,x.extend(e,t)}}return this.cache[n]||(this.cache[n]={}),n},set:function(e,t,n){var r,i=this.key(e),o=this.cache[i];if("string"==typeof t)o[t]=n;else if(x.isemptyobject(o))this.cache[i]=t;else for(r in t)o[r]=t[r]},get:function(e,t){var n=this.cache[this.key(e)];return t===undefined?n:n[t]},access:function(e,t,n){return t===undefined||t&&"string"==typeof t&&n===undefined?this.get(e,t):(this.set(e,t,n),n!==undefined?n:t)},remove:function(e,t){var n,r,i=this.key(e),o=this.cache[i];if(t===undefined)this.cache[i]={};else{x.isarray(t)?r=t.concat(t.map(x.camelcase)):t in o?r=[t]:(r=x.camelcase(t),r=r in o?[r]:r.match(w)||[]),n=r.length;while(n--)delete o[r[n]]}},hasdata:function(e){return!x.isemptyobject(this.cache[e[this.expando]]||{})},discard:function(e){delete this.cache[this.key(e)]}},l=new f,q=new f,x.extend({acceptdata:f.accepts,hasdata:function(e){return l.hasdata(e)||q.hasdata(e)},data:function(e,t,n){return l.access(e,t,n)},removedata:function(e,t){l.remove(e,t)},_data:function(e,t,n){return q.access(e,t,n)},_removedata:function(e,t){q.remove(e,t)}}),x.fn.extend({data:function(e,t){var n,r,i=this[0],o=0,s=null;if(e===undefined){if(this.length&&(s=l.get(i),1===i.nodetype&&!q.get(i,"hasdataattrs"))){for(n=i.attributes;n.length>o;o++)r=n[o].name,0===r.indexof("data-")&&(r=x.camelcase(r.substring(5)),p(i,r,s[r]));q.set(i,"hasdataattrs",!0)}return s}return"object"==typeof e?this.each(function(){l.set(this,e)}):x.access(this,function(t){var n,r=x.camelcase(e);if(i&&t===undefined){if(n=l.get(i,e),n!==undefined)return n;if(n=l.get(i,r),n!==undefined)return n;if(n=p(i,r,undefined),n!==undefined)return n}else this.each(function(){var n=l.get(this,r);l.set(this,r,t),-1!==e.indexof("-")&&n!==undefined&&l.set(this,e,t)})},null,t,arguments.length>1,null,!0)},removedata:function(e){return this.each(function(){l.remove(this,e)})}});function p(e,t,n){var r;if(n===undefined&&1===e.nodetype)if(r="data-"+t.replace(o,"-$1").tolowercase(),n=e.getattribute(r),"string"==typeof n){try{n="true"===n?!0:"false"===n?!1:"null"===n?null:+n+""===n?+n:h.test(n)?json.parse(n):n}catch(i){}l.set(e,t,n)}else n=undefined;return n}x.extend({queue:function(e,t,n){var r;return e?(t=(t||"fx")+"queue",r=q.get(e,t),n&&(!r||x.isarray(n)?r=q.access(e,t,x.makearray(n)):r.push(n)),r||[]):undefined},dequeue:function(e,t){t=t||"fx";var n=x.queue(e,t),r=n.length,i=n.shift(),o=x._queuehooks(e,t),s=function(){x.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),o.cur=i,i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,s,o)),!r&&o&&o.empty.fire()},_queuehooks:function(e,t){var n=t+"queuehooks";return q.get(e,n)||q.access(e,n,{empty:x.callbacks("once memory").add(function(){q.remove(e,[t+"queue",n])})})}}),x.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),n>arguments.length?x.queue(this[0],e):t===undefined?this:this.each(function(){var n=x.queue(this,e,t); x._queuehooks(this,e),"fx"===e&&"inprogress"!==n[0]&&x.dequeue(this,e)})},dequeue:function(e){return this.each(function(){x.dequeue(this,e)})},delay:function(e,t){return e=x.fx?x.fx.speeds[e]||e:e,t=t||"fx",this.queue(t,function(t,n){var r=settimeout(t,e);n.stop=function(){cleartimeout(r)}})},clearqueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=x.deferred(),o=this,s=this.length,a=function(){--r||i.resolvewith(o,[o])};"string"!=typeof e&&(t=e,e=undefined),e=e||"fx";while(s--)n=q.get(o[s],e+"queuehooks"),n&&n.empty&&(r++,n.empty.add(a));return a(),i.promise(t)}});var r,m,w=/[\t\r\n]/g,$=/\r/g,b=/^(?:input|select|textarea|button)$/i;x.fn.extend({attr:function(e,t){return x.access(this,x.attr,e,t,arguments.length>1)},removeattr:function(e){return this.each(function(){x.removeattr(this,e)})},prop:function(e,t){return x.access(this,x.prop,e,t,arguments.length>1)},removeprop:function(e){return this.each(function(){delete this[x.propfix[e]||e]})},addclass:function(e){var t,n,r,i,o,s=0,a=this.length,u="string"==typeof e&&e;if(x.isfunction(e))return this.each(function(t){x(this).addclass(e.call(this,t,this.classname))});if(u)for(t=(e||"").match(w)||[];a>s;s++)if(n=this[s],r=1===n.nodetype&&(n.classname?(" "+n.classname+" ").replace(w," "):" ")){o=0;while(i=t[o++])0>r.indexof(" "+i+" ")&&(r+=i+" ");n.classname=x.trim(r)}return this},removeclass:function(e){var t,n,r,i,o,s=0,a=this.length,u=0===arguments.length||"string"==typeof e&&e;if(x.isfunction(e))return this.each(function(t){x(this).removeclass(e.call(this,t,this.classname))});if(u)for(t=(e||"").match(w)||[];a>s;s++)if(n=this[s],r=1===n.nodetype&&(n.classname?(" "+n.classname+" ").replace(w," "):"")){o=0;while(i=t[o++])while(r.indexof(" "+i+" ")>=0)r=r.replace(" "+i+" "," ");n.classname=e?x.trim(r):""}return this},toggleclass:function(e,t){var n=typeof e,i="boolean"==typeof t;return x.isfunction(e)?this.each(function(n){x(this).toggleclass(e.call(this,n,this.classname,t),t)}):this.each(function(){if("string"===n){var o,s=0,a=x(this),u=t,l=e.match(w)||[];while(o=l[s++])u=i?u:!a.hasclass(o),a[u?"addclass":"removeclass"](o)}else(n===r||"boolean"===n)&&(this.classname&&q.set(this,"__classname__",this.classname),this.classname=this.classname||e===!1?"":q.get(this,"__classname__")||"")})},hasclass:function(e){var t=" "+e+" ",n=0,r=this.length;for(;r>n;n++)if(1===this[n].nodetype&&(" "+this[n].classname+" ").replace(w," ").indexof(t)>=0)return!0;return!1},val:function(e){var t,n,r,i=this[0];{if(arguments.length)return r=x.isfunction(e),this.each(function(n){var i,o=x(this);1===this.nodetype&&(i=r?e.call(this,n,o.val()):e,null==i?i="":"number"==typeof i?i+="":x.isarray(i)&&(i=x.map(i,function(e){return null==e?"":e+""})),t=x.valhooks[this.type]||x.valhooks[this.nodename.tolowercase()],t&&"set"in t&&t.set(this,i,"value")!==undefined||(this.value=i))});if(i)return t=x.valhooks[i.type]||x.valhooks[i.nodename.tolowercase()],t&&"get"in t&&(n=t.get(i,"value"))!==undefined?n:(n=i.value,"string"==typeof n?n.replace($,""):null==n?"":n)}}}),x.extend({valhooks:{option:{get:function(e){var t=e.attributes.value;return!t||t.specified?e.value:e.text}},select:{get:function(e){var t,n,r=e.options,i=e.selectedindex,o="select-one"===e.type||0>i,s=o?null:[],a=o?i+1:r.length,u=0>i?a:o?i:0;for(;a>u;u++)if(n=r[u],!(!n.selected&&u!==i||(x.support.optdisabled?n.disabled:null!==n.getattribute("disabled"))||n.parentnode.disabled&&x.nodename(n.parentnode,"optgroup"))){if(t=x(n).val(),o)return t;s.push(t)}return s},set:function(e,t){var n,r,i=e.options,o=x.makearray(t),s=i.length;while(s--)r=i[s],(r.selected=x.inarray(x(r).val(),o)>=0)&&(n=!0);return n||(e.selectedindex=-1),o}}},attr:function(e,t,n){var i,o,s=e.nodetype;if(e&&3!==s&&8!==s&&2!==s)return typeof e.getattribute===r?x.prop(e,t,n):(1===s&&x.isxmldoc(e)||(t=t.tolowercase(),i=x.attrhooks[t]||(x.expr.match.boolean.test(t)?m:r)),n===undefined?i&&"get"in i&&null!==(o=i.get(e,t))?o:(o=x.find.attr(e,t),null==o?undefined:o):null!==n?i&&"set"in i&&(o=i.set(e,n,t))!==undefined?o:(e.setattribute(t,n+""),n):(x.removeattr(e,t),undefined))},removeattr:function(e,t){var n,r,i=0,o=t&&t.match(w);if(o&&1===e.nodetype)while(n=o[i++])r=x.propfix[n]||n,x.expr.match.boolean.test(n)&&(e[r]=!1),e.removeattribute(n)},attrhooks:{type:{set:function(e,t){if(!x.support.radiovalue&&"radio"===t&&x.nodename(e,"input")){var n=e.value;return e.setattribute("type",t),n&&(e.value=n),t}}}},propfix:{"for":"htmlfor","class":"classname"},prop:function(e,t,n){var r,i,o,s=e.nodetype;if(e&&3!==s&&8!==s&&2!==s)return o=1!==s||!x.isxmldoc(e),o&&(t=x.propfix[t]||t,i=x.prophooks[t]),n!==undefined?i&&"set"in i&&(r=i.set(e,n,t))!==undefined?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},prophooks:{tabindex:{get:function(e){return e.hasattribute("tabindex")||b.test(e.nodename)||e.href?e.tabindex:-1}}}}),m={set:function(e,t,n){return t===!1?x.removeattr(e,n):e.setattribute(n,n),n}},x.each(x.expr.match.boolean.source.match(/\w+/g),function(e,t){var n=x.expr.attrhandle[t]||x.find.attr;x.expr.attrhandle[t]=function(e,t,r){var i=x.expr.attrhandle[t],o=r?undefined:(x.expr.attrhandle[t]=undefined)!=n(e,t,r)?t.tolowercase():null;return x.expr.attrhandle[t]=i,o}}),x.support.optselected||(x.prophooks.selected={get:function(e){var t=e.parentnode;return t&&t.parentnode&&t.parentnode.selectedindex,null}}),x.each(["tabindex","readonly","maxlength","cellspacing","cellpadding","rowspan","colspan","usemap","frameborder","contenteditable"],function(){x.propfix[this.tolowercase()]=this}),x.each(["radio","checkbox"],function(){x.valhooks[this]={set:function(e,t){return x.isarray(t)?e.checked=x.inarray(x(e).val(),t)>=0:undefined}},x.support.checkon||(x.valhooks[this].get=function(e){return null===e.getattribute("value")?"on":e.value})});var i=/^key/,z=/^(?:mouse|contextmenu)|click/,_=/^(?:focusinfocus|focusoutblur)$/,x=/^([^.]*)(?:\.(.+)|)$/;function u(){return!0}function y(){return!1}function v(){try{return o.activeelement}catch(e){}}x.event={global:{},add:function(e,t,n,i,o){var s,a,u,l,c,f,p,h,d,g,m,y=q.get(e);if(y){n.handler&&(s=n,n=s.handler,o=s.selector),n.guid||(n.guid=x.guid++),(l=y.events)||(l=y.events={}),(a=y.handle)||(a=y.handle=function(e){return typeof x===r||e&&x.event.triggered===e.type?undefined:x.event.dispatch.apply(a.elem,arguments)},a.elem=e),t=(t||"").match(w)||[""],c=t.length;while(c--)u=x.exec(t[c])||[],d=m=u[1],g=(u[2]||"").split(".").sort(),d&&(p=x.event.special[d]||{},d=(o?p.delegatetype:p.bindtype)||d,p=x.event.special[d]||{},f=x.extend({type:d,origtype:m,data:i,handler:n,guid:n.guid,selector:o,needscontext:o&&x.expr.match.needscontext.test(o),namespace:g.join(".")},s),(h=l[d])||(h=l[d]=[],h.delegatecount=0,p.setup&&p.setup.call(e,i,g,a)!==!1||e.addeventlistener&&e.addeventlistener(d,a,!1)),p.add&&(p.add.call(e,f),f.handler.guid||(f.handler.guid=n.guid)),o?h.splice(h.delegatecount++,0,f):h.push(f),x.event.global[d]=!0);e=null}},remove:function(e,t,n,r,i){var o,s,a,u,l,c,f,p,h,d,g,m=q.hasdata(e)&&q.get(e);if(m&&(u=m.events)){t=(t||"").match(w)||[""],l=t.length;while(l--)if(a=x.exec(t[l])||[],h=g=a[1],d=(a[2]||"").split(".").sort(),h){f=x.event.special[h]||{},h=(r?f.delegatetype:f.bindtype)||h,p=u[h]||[],a=a[2]&®exp("(^|\\.)"+d.join("\\.(?:.*\\.|)")+"(\\.|$)"),s=o=p.length;while(o--)c=p[o],!i&&g!==c.origtype||n&&n.guid!==c.guid||a&&!a.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegatecount--,f.remove&&f.remove.call(e,c));s&&!p.length&&(f.teardown&&f.teardown.call(e,d,m.handle)!==!1||x.removeevent(e,h,m.handle),delete u[h])}else for(h in u)x.event.remove(e,h+t[l],n,r,!0);x.isemptyobject(u)&&(delete m.handle,q.remove(e,"events"))}},trigger:function(t,n,r,i){var s,a,u,l,c,f,p,h=[r||o],d=y.call(t,"type")?t.type:t,g=y.call(t,"namespace")?t.namespace.split("."):[];if(a=u=r=r||o,3!==r.nodetype&&8!==r.nodetype&&!_.test(d+x.event.triggered)&&(d.indexof(".")>=0&&(g=d.split("."),d=g.shift(),g.sort()),c=0>d.indexof(":")&&"on"+d,t=t[x.expando]?t:new x.event(d,"object"==typeof t&&t),t.istrigger=i?2:3,t.namespace=g.join("."),t.namespace_re=t.namespace?regexp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=undefined,t.target||(t.target=r),n=null==n?[t]:x.makearray(n,[t]),p=x.event.special[d]||{},i||!p.trigger||p.trigger.apply(r,n)!==!1)){if(!i&&!p.nobubble&&!x.iswindow(r)){for(l=p.delegatetype||d,_.test(l+d)||(a=a.parentnode);a;a=a.parentnode)h.push(a),u=a;u===(r.ownerdocument||o)&&h.push(u.defaultview||u.parentwindow||e)}s=0;while((a=h[s++])&&!t.ispropagationstopped())t.type=s>1?l:p.bindtype||d,f=(q.get(a,"events")||{})[t.type]&&q.get(a,"handle"),f&&f.apply(a,n),f=c&&a[c],f&&x.acceptdata(a)&&f.apply&&f.apply(a,n)===!1&&t.preventdefault();return t.type=d,i||t.isdefaultprevented()||p._default&&p._default.apply(h.pop(),n)!==!1||!x.acceptdata(r)||c&&x.isfunction(r[d])&&!x.iswindow(r)&&(u=r[c],u&&(r[c]=null),x.event.triggered=d,r[d](),x.event.triggered=undefined,u&&(r[c]=u)),t.result}},dispatch:function(e){e=x.event.fix(e);var t,n,r,i,o,s=[],a=d.call(arguments),u=(q.get(this,"events")||{})[e.type]||[],l=x.event.special[e.type]||{};if(a[0]=e,e.delegatetarget=this,!l.predispatch||l.predispatch.call(this,e)!==!1){s=x.event.handlers.call(this,e,u),t=0;while((i=s[t++])&&!e.ispropagationstopped()){e.currenttarget=i.elem,n=0;while((o=i.handlers[n++])&&!e.isimmediatepropagationstopped())(!e.namespace_re||e.namespace_re.test(o.namespace))&&(e.handleobj=o,e.data=o.data,r=((x.event.special[o.origtype]||{}).handle||o.handler).apply(i.elem,a),r!==undefined&&(e.result=r)===!1&&(e.preventdefault(),e.stoppropagation()))}return l.postdispatch&&l.postdispatch.call(this,e),e.result}},handlers:function(e,t){var n,r,i,o,s=[],a=t.delegatecount,u=e.target;if(a&&u.nodetype&&(!e.button||"click"!==e.type))for(;u!==this;u=u.parentnode||this)if(u.disabled!==!0||"click"!==e.type){for(r=[],n=0;a>n;n++)o=t[n],i=o.selector+" ",r[i]===undefined&&(r[i]=o.needscontext?x(i,this).index(u)>=0:x.find(i,this,null,[u]).length),r[i]&&r.push(o);r.length&&s.push({elem:u,handlers:r})}return t.length>a&&s.push({elem:this,handlers:t.slice(a)}),s},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,t){return null==e.which&&(e.which=null!=t.charcode?t.charcode:t.keycode),e}},mousehooks:{props:"button buttons clientx clienty offsetx offsety pagex pagey screenx screeny toelement".split(" "),filter:function(e,t){var n,r,i,s=t.button;return null==e.pagex&&null!=t.clientx&&(n=e.target.ownerdocument||o,r=n.documentelement,i=n.body,e.pagex=t.clientx+(r&&r.scrollleft||i&&i.scrollleft||0)-(r&&r.clientleft||i&&i.clientleft||0),e.pagey=t.clienty+(r&&r.scrolltop||i&&i.scrolltop||0)-(r&&r.clienttop||i&&i.clienttop||0)),e.which||s===undefined||(e.which=1&s?1:2&s?3:4&s?2:0),e}},fix:function(e){if(e[x.expando])return e;var t,n,r,i=e.type,o=e,s=this.fixhooks[i];s||(this.fixhooks[i]=s=z.test(i)?this.mousehooks:i.test(i)?this.keyhooks:{}),r=s.props?this.props.concat(s.props):this.props,e=new x.event(o),t=r.length;while(t--)n=r[t],e[n]=o[n];return 3===e.target.nodetype&&(e.target=e.target.parentnode),s.filter?s.filter(e,o):e},special:{load:{nobubble:!0},focus:{trigger:function(){return this!==v()&&this.focus?(this.focus(),!1):undefined},delegatetype:"focusin"},blur:{trigger:function(){return this===v()&&this.blur?(this.blur(),!1):undefined},delegatetype:"focusout"},click:{trigger:function(){return"checkbox"===this.type&&this.click&&x.nodename(this,"input")?(this.click(),!1):undefined},_default:function(e){return x.nodename(e.target,"a")}},beforeunload:{postdispatch:function(e){e.result!==undefined&&(e.originalevent.returnvalue=e.result)}}},simulate:function(e,t,n,r){var i=x.extend(new x.event,n,{type:e,issimulated:!0,originalevent:{}});r?x.event.trigger(i,null,t):x.event.dispatch.call(t,i),i.isdefaultprevented()&&n.preventdefault()}},x.removeevent=function(e,t,n){e.removeeventlistener&&e.removeeventlistener(t,n,!1)},x.event=function(e,t){return this instanceof x.event?(e&&e.type?(this.originalevent=e,this.type=e.type,this.isdefaultprevented=e.defaultprevented||e.getpreventdefault&&e.getpreventdefault()?u:y):this.type=e,t&&x.extend(this,t),this.timestamp=e&&e.timestamp||x.now(),this[x.expando]=!0,undefined):new x.event(e,t)},x.event.prototype={isdefaultprevented:y,ispropagationstopped:y,isimmediatepropagationstopped:y,preventdefault:function(){var e=this.originalevent;this.isdefaultprevented=u,e&&e.preventdefault&&e.preventdefault()},stoppropagation:function(){var e=this.originalevent;this.ispropagationstopped=u,e&&e.stoppropagation&&e.stoppropagation()},stopimmediatepropagation:function(){this.isimmediatepropagationstopped=u,this.stoppropagation()}},x.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(e,t){x.event.special[e]={delegatetype:t,bindtype:t,handle:function(e){var n,r=this,i=e.relatedtarget,o=e.handleobj;return(!i||i!==r&&!x.contains(r,i))&&(e.type=o.origtype,n=o.handler.apply(this,arguments),e.type=t),n}}}),x.support.focusinbubbles||x.each({focus:"focusin",blur:"focusout"},function(e,t){var n=0,r=function(e){x.event.simulate(t,e.target,x.event.fix(e),!0)};x.event.special[t]={setup:function(){0===n++&&o.addeventlistener(e,r,!0)},teardown:function(){0===--n&&o.removeeventlistener(e,r,!0)}}}),x.fn.extend({on:function(e,t,n,r,i){var o,s;if("object"==typeof e){"string"!=typeof t&&(n=n||t,t=undefined);for(s in e)this.on(s,t,n,e[s],i);return this}if(null==n&&null==r?(r=t,n=t=undefined):null==r&&("string"==typeof t?(r=n,n=undefined):(r=n,n=t,t=undefined)),r===!1)r=y;else if(!r)return this;return 1===i&&(o=r,r=function(e){return x().off(e),o.apply(this,arguments)},r.guid=o.guid||(o.guid=x.guid++)),this.each(function(){x.event.add(this,e,r,n,t)})},one:function(e,t,n,r){return this.on(e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventdefault&&e.handleobj)return r=e.handleobj,x(e.delegatetarget).off(r.namespace?r.origtype+"."+r.namespace:r.origtype,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return(t===!1||"function"==typeof t)&&(n=t,t=undefined),n===!1&&(n=y),this.each(function(){x.event.remove(this,e,n,t)})},trigger:function(e,t){return this.each(function(){x.event.trigger(e,t,this)})},triggerhandler:function(e,t){var n=this[0];return n?x.event.trigger(e,t,n,!0):undefined}});var g=/^.[^:#\[\.,]*$/,j=x.expr.match.needscontext,q={children:!0,contents:!0,next:!0,prev:!0};x.fn.extend({find:function(e){var t,n,r,i=this.length;if("string"!=typeof e)return t=this,this.pushstack(x(e).filter(function(){for(r=0;i>r;r++)if(x.contains(t[r],this))return!0}));for(n=[],r=0;i>r;r++)x.find(e,this[r],n);return n=this.pushstack(i>1?x.unique(n):n),n.selector=(this.selector?this.selector+" ":"")+e,n},has:function(e){var t=x(e,this),n=t.length;return this.filter(function(){var e=0;for(;n>e;e++)if(x.contains(this,t[e]))return!0})},not:function(e){return this.pushstack(z(this,e||[],!0))},filter:function(e){return this.pushstack(z(this,e||[],!1))},is:function(e){return!!e&&("string"==typeof e?j.test(e)?x(e,this.context).index(this[0])>=0:x.filter(e,this).length>0:this.filter(e).length>0)},closest:function(e,t){var n,r=0,i=this.length,o=[],s=j.test(e)||"string"!=typeof e?x(e,t||this.context):0;for(;i>r;r++)for(n=this[r];n&&n!==t;n=n.parentnode)if(11>n.nodetype&&(s?s.index(n)>-1:1===n.nodetype&&x.find.matchesselector(n,e))){n=o.push(n);break}return this.pushstack(o.length>1?x.unique(o):o)},index:function(e){return e?"string"==typeof e?g.call(x(e),this[0]):g.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentnode?this.first().prevall().length:-1},add:function(e,t){var n="string"==typeof e?x(e,t):x.makearray(e&&e.nodetype?[e]:e),r=x.merge(this.get(),n);return this.pushstack(x.unique(r))},addback:function(e){return this.add(null==e?this.prevobject:this.prevobject.filter(e))}});function k(e,t){while((e=e[t])&&1!==e.nodetype);return e}x.each({parent:function(e){var t=e.parentnode;return t&&11!==t.nodetype?t:null},parents:function(e){return x.dir(e,"parentnode")},parentsuntil:function(e,t,n){return x.dir(e,"parentnode",n)},next:function(e){return k(e,"nextsibling")},prev:function(e){return k(e,"previoussibling")},nextall:function(e){return x.dir(e,"nextsibling")},prevall:function(e){return x.dir(e,"previoussibling")},nextuntil:function(e,t,n){return x.dir(e,"nextsibling",n)},prevuntil:function(e,t,n){return x.dir(e,"previoussibling",n)},siblings:function(e){return x.sibling((e.parentnode||{}).firstchild,e)},children:function(e){return x.sibling(e.firstchild)},contents:function(e){return x.nodename(e,"iframe")?e.contentdocument||e.contentwindow.document:x.merge([],e.childnodes)}},function(e,t){x.fn[e]=function(n,r){var i=x.map(this,t,n);return"until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=x.filter(r,i)),this.length>1&&(q[e]||x.unique(i),"p"===e[0]&&i.reverse()),this.pushstack(i)}}),x.extend({filter:function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodetype?x.find.matchesselector(r,e)?[r]:[]:x.find.matches(e,x.grep(t,function(e){return 1===e.nodetype}))},dir:function(e,t,n){var r=[],i=n!==undefined;while((e=e[t])&&9!==e.nodetype)if(1===e.nodetype){if(i&&x(e).is(n))break;r.push(e)}return r},sibling:function(e,t){var n=[];for(;e;e=e.nextsibling)1===e.nodetype&&e!==t&&n.push(e);return n}});function z(e,t,n){if(x.isfunction(t))return x.grep(e,function(e,r){return!!t.call(e,r,e)!==n});if(t.nodetype)return x.grep(e,function(e){return e===t!==n});if("string"==typeof t){if(g.test(t))return x.filter(t,e,n);t=x.filter(t,e)}return x.grep(e,function(e){return g.call(t,e)>=0!==n})}var et=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,tt=/<([\w:]+)/,nt=/<|&#?\w+;/,rt=/<(?:script|style|link)/i,it=/^(?:checkbox|radio)$/i,ot=/checked\s*(?:[^=]|=\s*.checked.)/i,st=/^$|\/(?:java|ecma)script/i,at=/^true\/(.*)/,ut=/^\s*\s*$/g,lt={option:[1,""],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};lt.optgroup=lt.option,lt.tbody=lt.tfoot=lt.colgroup=lt.caption=lt.col=lt.thead,lt.th=lt.td,x.fn.extend({text:function(e){return x.access(this,function(e){return e===undefined?x.text(this):this.empty().append((this[0]&&this[0].ownerdocument||o).createtextnode(e))},null,e,arguments.length)},append:function(){return this.dommanip(arguments,function(e){if(1===this.nodetype||11===this.nodetype||9===this.nodetype){var t=ct(this,e);t.appendchild(e)}})},prepend:function(){return this.dommanip(arguments,function(e){if(1===this.nodetype||11===this.nodetype||9===this.nodetype){var t=ct(this,e);t.insertbefore(e,t.firstchild)}})},before:function(){return this.dommanip(arguments,function(e){this.parentnode&&this.parentnode.insertbefore(e,this)})},after:function(){return this.dommanip(arguments,function(e){this.parentnode&&this.parentnode.insertbefore(e,this.nextsibling)})},remove:function(e,t){var n,r=e?x.filter(e,this):this,i=0;for(;null!=(n=r[i]);i++)t||1!==n.nodetype||x.cleandata(gt(n)),n.parentnode&&(t&&x.contains(n.ownerdocument,n)&&ht(gt(n,"script")),n.parentnode.removechild(n));return this},empty:function(){var e,t=0;for(;null!=(e=this[t]);t++)1===e.nodetype&&(x.cleandata(gt(e,!1)),e.textcontent="");return this},clone:function(e,t){return e=null==e?!1:e,t=null==t?e:t,this.map(function(){return x.clone(this,e,t)})},html:function(e){return x.access(this,function(e){var t=this[0]||{},n=0,r=this.length;if(e===undefined&&1===t.nodetype)return t.innerhtml;if("string"==typeof e&&!rt.test(e)&&!lt[(tt.exec(e)||["",""])[1].tolowercase()]){e=e.replace(et,"<$1>");try{for(;r>n;n++)t=this[n]||{},1===t.nodetype&&(x.cleandata(gt(t,!1)),t.innerhtml=e);t=0}catch(i){}}t&&this.empty().append(e)},null,e,arguments.length)},replacewith:function(){var e=x.map(this,function(e){return[e.nextsibling,e.parentnode]}),t=0;return this.dommanip(arguments,function(n){var r=e[t++],i=e[t++];i&&(x(this).remove(),i.insertbefore(n,r))},!0),t?this:this.remove()},detach:function(e){return this.remove(e,!0)},dommanip:function(e,t,n){e=p.apply([],e);var r,i,o,s,a,u,l=0,c=this.length,f=this,h=c-1,d=e[0],g=x.isfunction(d);if(g||!(1>=c||"string"!=typeof d||x.support.checkclone)&&ot.test(d))return this.each(function(r){var i=f.eq(r);g&&(e[0]=d.call(this,r,i.html())),i.dommanip(e,t,n)});if(c&&(r=x.buildfragment(e,this[0].ownerdocument,!1,!n&&this),i=r.firstchild,1===r.childnodes.length&&(r=i),i)){for(o=x.map(gt(r,"script"),ft),s=o.length;c>l;l++)a=r,l!==h&&(a=x.clone(a,!0,!0),s&&x.merge(o,gt(a,"script"))),t.call(this[l],a,l);if(s)for(u=o[o.length-1].ownerdocument,x.map(o,pt),l=0;s>l;l++)a=o[l],st.test(a.type||"")&&!q.access(a,"globaleval")&&x.contains(u,a)&&(a.src?x._evalurl(a.src):x.globaleval(a.textcontent.replace(ut,"")))}return this}}),x.each({appendto:"append",prependto:"prepend",insertbefore:"before",insertafter:"after",replaceall:"replacewith"},function(e,t){x.fn[e]=function(e){var n,r=[],i=x(e),o=i.length-1,s=0;for(;o>=s;s++)n=s===o?this:this.clone(!0),x(i[s])[t](n),h.apply(r,n.get());return this.pushstack(r)}}),x.extend({clone:function(e,t,n){var r,i,o,s,a=e.clonenode(!0),u=x.contains(e.ownerdocument,e);if(!(x.support.noclonechecked||1!==e.nodetype&&11!==e.nodetype||x.isxmldoc(e)))for(s=gt(a),o=gt(e),r=0,i=o.length;i>r;r++)mt(o[r],s[r]);if(t)if(n)for(o=o||gt(e),s=s||gt(a),r=0,i=o.length;i>r;r++)dt(o[r],s[r]);else dt(e,a);return s=gt(a,"script"),s.length>0&&ht(s,!u&>(e,"script")),a},buildfragment:function(e,t,n,r){var i,o,s,a,u,l,c=0,f=e.length,p=t.createdocumentfragment(),h=[];for(;f>c;c++)if(i=e[c],i||0===i)if("object"===x.type(i))x.merge(h,i.nodetype?[i]:i);else if(nt.test(i)){o=o||p.appendchild(t.createelement("div")),s=(tt.exec(i)||["",""])[1].tolowercase(),a=lt[s]||lt._default,o.innerhtml=a[1]+i.replace(et,"<$1>")+a[2],l=a[0];while(l--)o=o.firstchild;x.merge(h,o.childnodes),o=p.firstchild,o.textcontent=""}else h.push(t.createtextnode(i));p.textcontent="",c=0;while(i=h[c++])if((!r||-1===x.inarray(i,r))&&(u=x.contains(i.ownerdocument,i),o=gt(p.appendchild(i),"script"),u&&ht(o),n)){l=0;while(i=o[l++])st.test(i.type||"")&&n.push(i)}return p},cleandata:function(e){var t,n,r,i=e.length,o=0,s=x.event.special;for(;i>o;o++){if(n=e[o],x.acceptdata(n)&&(t=q.access(n)))for(r in t.events)s[r]?x.event.remove(n,r):x.removeevent(n,r,t.handle);l.discard(n),q.discard(n)}},_evalurl:function(e){return x.ajax({url:e,type:"get",datatype:"text",async:!1,global:!1,success:x.globaleval})}});function ct(e,t){return x.nodename(e,"table")&&x.nodename(1===t.nodetype?t:t.firstchild,"tr")?e.getelementsbytagname("tbody")[0]||e.appendchild(e.ownerdocument.createelement("tbody")):e}function ft(e){return e.type=(null!==e.getattribute("type"))+"/"+e.type,e}function pt(e){var t=at.exec(e.type);return t?e.type=t[1]:e.removeattribute("type"),e}function ht(e,t){var n=e.length,r=0;for(;n>r;r++)q.set(e[r],"globaleval",!t||q.get(t[r],"globaleval"))}function dt(e,t){var n,r,i,o,s,a,u,l;if(1===t.nodetype){if(q.hasdata(e)&&(o=q.access(e),s=x.extend({},o),l=o.events,q.set(t,s),l)){delete s.handle,s.events={};for(i in l)for(n=0,r=l[i].length;r>n;n++)x.event.add(t,i,l[i][n])}l.hasdata(e)&&(a=l.access(e),u=x.extend({},a),l.set(t,u))}}function gt(e,t){var n=e.getelementsbytagname?e.getelementsbytagname(t||"*"):e.queryselectorall?e.queryselectorall(t||"*"):[];return t===undefined||t&&x.nodename(e,t)?x.merge([e],n):n}function mt(e,t){var n=t.nodename.tolowercase();"input"===n&&it.test(e.type)?t.checked=e.checked:("input"===n||"textarea"===n)&&(t.defaultvalue=e.defaultvalue)}x.fn.extend({wrapall:function(e){var t;return x.isfunction(e)?this.each(function(t){x(this).wrapall(e.call(this,t))}):(this[0]&&(t=x(e,this[0].ownerdocument).eq(0).clone(!0),this[0].parentnode&&t.insertbefore(this[0]),t.map(function(){var e=this;while(e.firstelementchild)e=e.firstelementchild;return e}).append(this)),this)},wrapinner:function(e){return x.isfunction(e)?this.each(function(t){x(this).wrapinner(e.call(this,t))}):this.each(function(){var t=x(this),n=t.contents();n.length?n.wrapall(e):t.append(e)})},wrap:function(e){var t=x.isfunction(e);return this.each(function(n){x(this).wrapall(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){x.nodename(this,"body")||x(this).replacewith(this.childnodes)}).end()}});var yt,vt,xt=/^(none|table(?!-c[ea]).+)/,bt=/^margin/,wt=regexp("^("+b+")(.*)$","i"),tt=regexp("^("+b+")(?!px)[a-z%]+$","i"),ct=regexp("^([+-])=("+b+")","i"),kt={body:"block"},nt={position:"absolute",visibility:"hidden",display:"block"},et={letterspacing:0,fontweight:400},st=["top","right","bottom","left"],jt=["webkit","o","moz","ms"];function dt(e,t){if(t in e)return t;var n=t.charat(0).touppercase()+t.slice(1),r=t,i=jt.length;while(i--)if(t=jt[i]+n,t in e)return t;return r}function at(e,t){return e=t||e,"none"===x.css(e,"display")||!x.contains(e.ownerdocument,e)}function lt(t){return e.getcomputedstyle(t,null)}function qt(e,t){var n,r,i,o=[],s=0,a=e.length;for(;a>s;s++)r=e[s],r.style&&(o[s]=q.get(r,"olddisplay"),n=r.style.display,t?(o[s]||"none"!==n||(r.style.display=""),""===r.style.display&&at(r)&&(o[s]=q.access(r,"olddisplay",pt(r.nodename)))):o[s]||(i=at(r),(n&&"none"!==n||!i)&&q.set(r,"olddisplay",i?n:x.css(r,"display"))));for(s=0;a>s;s++)r=e[s],r.style&&(t&&"none"!==r.style.display&&""!==r.style.display||(r.style.display=t?o[s]||"":"none"));return e}x.fn.extend({css:function(e,t){return x.access(this,function(e,t,n){var r,i,o={},s=0;if(x.isarray(t)){for(r=lt(e),i=t.length;i>s;s++)o[t[s]]=x.css(e,t[s],!1,r);return o}return n!==undefined?x.style(e,t,n):x.css(e,t)},e,t,arguments.length>1)},show:function(){return qt(this,!0)},hide:function(){return qt(this)},toggle:function(e){var t="boolean"==typeof e;return this.each(function(){(t?e:at(this))?x(this).show():x(this).hide()})}}),x.extend({csshooks:{opacity:{get:function(e,t){if(t){var n=yt(e,"opacity");return""===n?"1":n}}}},cssnumber:{columncount:!0,fillopacity:!0,fontweight:!0,lineheight:!0,opacity:!0,orphans:!0,widows:!0,zindex:!0,zoom:!0},cssprops:{"float":"cssfloat"},style:function(e,t,n,r){if(e&&3!==e.nodetype&&8!==e.nodetype&&e.style){var i,o,s,a=x.camelcase(t),u=e.style;return t=x.cssprops[a]||(x.cssprops[a]=dt(u,a)),s=x.csshooks[t]||x.csshooks[a],n===undefined?s&&"get"in s&&(i=s.get(e,!1,r))!==undefined?i:u[t]:(o=typeof n,"string"===o&&(i=ct.exec(n))&&(n=(i[1]+1)*i[2]+parsefloat(x.css(e,t)),o="number"),null==n||"number"===o&&isnan(n)||("number"!==o||x.cssnumber[a]||(n+="px"),x.support.clearclonestyle||""!==n||0!==t.indexof("background")||(u[t]="inherit"),s&&"set"in s&&(n=s.set(e,n,r))===undefined||(u[t]=n)),undefined)}},css:function(e,t,n,r){var i,o,s,a=x.camelcase(t);return t=x.cssprops[a]||(x.cssprops[a]=dt(e.style,a)),s=x.csshooks[t]||x.csshooks[a],s&&"get"in s&&(i=s.get(e,!0,n)),i===undefined&&(i=yt(e,t,r)),"normal"===i&&t in et&&(i=et[t]),""===n||n?(o=parsefloat(i),n===!0||x.isnumeric(o)?o||0:i):i}}),yt=function(e,t,n){var r,i,o,s=n||lt(e),a=s?s.getpropertyvalue(t)||s[t]:undefined,u=e.style;return s&&(""!==a||x.contains(e.ownerdocument,e)||(a=x.style(e,t)),tt.test(a)&&bt.test(t)&&(r=u.width,i=u.minwidth,o=u.maxwidth,u.minwidth=u.maxwidth=u.width=a,a=s.width,u.width=r,u.minwidth=i,u.maxwidth=o)),a};function ht(e,t,n){var r=wt.exec(t);return r?math.max(0,r[1]-(n||0))+(r[2]||"px"):t}function ot(e,t,n,r,i){var o=n===(r?"border":"content")?4:"width"===t?1:0,s=0;for(;4>o;o+=2)"margin"===n&&(s+=x.css(e,n+st[o],!0,i)),r?("content"===n&&(s-=x.css(e,"padding"+st[o],!0,i)),"margin"!==n&&(s-=x.css(e,"border"+st[o]+"width",!0,i))):(s+=x.css(e,"padding"+st[o],!0,i),"padding"!==n&&(s+=x.css(e,"border"+st[o]+"width",!0,i)));return s}function ft(e,t,n){var r=!0,i="width"===t?e.offsetwidth:e.offsetheight,o=lt(e),s=x.support.boxsizing&&"border-box"===x.css(e,"boxsizing",!1,o);if(0>=i||null==i){if(i=yt(e,t,o),(0>i||null==i)&&(i=e.style[t]),tt.test(i))return i;r=s&&(x.support.boxsizingreliable||i===e.style[t]),i=parsefloat(i)||0}return i+ot(e,t,n||(s?"border":"content"),r,o)+"px"}function pt(e){var t=o,n=kt[e];return n||(n=rt(e,t),"none"!==n&&n||(vt=(vt||x("