/*! jquery v1.11.0 | (c) 2005, 2014 jquery foundation, inc. | jquery.org/license */
!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new error("jquery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexof,h={},i=h.tostring,j=h.hasownproperty,k="".trim,l={},m="1.11.0",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\ufeff\xa0]+|[\s\ufeff\xa0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.touppercase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toarray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushstack:function(a){var b=n.merge(this.constructor(),a);return b.prevobject=this,b.context=this.context,b},each:function(a,b){return n.each(this,a,b)},map:function(a){return this.pushstack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushstack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushstack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevobject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isfunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(n.isplainobject(c)||(b=n.isarray(c)))?(b?(b=!1,f=a&&n.isarray(a)?a:[]):f=a&&n.isplainobject(a)?a:{},g[d]=n.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},n.extend({expando:"jquery"+(m+math.random()).replace(/\d/g,""),isready:!0,error:function(a){throw new error(a)},noop:function(){},isfunction:function(a){return"function"===n.type(a)},isarray:array.isarray||function(a){return"array"===n.type(a)},iswindow:function(a){return null!=a&&a==a.window},isnumeric:function(a){return a-parsefloat(a)>=0},isemptyobject:function(a){var b;for(b in a)return!1;return!0},isplainobject:function(a){var b;if(!a||"object"!==n.type(a)||a.nodetype||n.iswindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isprototypeof"))return!1}catch(c){return!1}if(l.ownlast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globaleval:function(b){b&&n.trim(b)&&(a.execscript||function(b){a.eval.call(a,b)})(b)},camelcase:function(a){return a.replace(p,"ms-").replace(q,r)},nodename:function(a,b){return a.nodename&&a.nodename.tolowercase()===b.tolowercase()},each:function(a,b,c){var d,e=0,f=a.length,g=s(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:k&&!k.call("\ufeff\xa0")?function(a){return null==a?"":k.call(a)}:function(a){return null==a?"":(a+"").replace(o,"")},makearray:function(a,b){var c=b||[];return null!=a&&(s(object(a))?n.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inarray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=s(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),n.isfunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||n.guid++,e):void 0},now:function(){return+new date},support:l}),n.each("boolean number string function array date regexp object error".split(" "),function(a,b){h["[object "+b+"]"]=b.tolowercase()});function s(a){var b=a.length,c=n.type(a);return"function"===c||n.iswindow(a)?!1:1===a.nodetype&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s="sizzle"+-new date,t=a.document,u=0,v=0,w=eb(),x=eb(),y=eb(),z=function(a,b){return a===b&&(j=!0),0},a="undefined",b=1<<31,c={}.hasownproperty,d=[],e=d.pop,f=d.push,g=d.push,h=d.slice,i=d.indexof||function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]===a)return b;return-1},j="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",k="[\\x20\\t\\r\\n\\f]",l="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",m=l.replace("w","w#"),n="\\["+k+"*("+l+")"+k+"*(?:([*^$|!~]?=)"+k+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+m+")|)|)"+k+"*\\]",o=":("+l+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+n.replace(3,8)+")*)|.*)\\)|)",p=new regexp("^"+k+"+|((?:^|[^\\\\])(?:\\\\.)*)"+k+"+$","g"),q=new regexp("^"+k+"*,"+k+"*"),r=new regexp("^"+k+"*([>+~]|"+k+")"+k+"*"),s=new regexp("="+k+"*([^\\]'\"]*?)"+k+"*\\]","g"),t=new regexp(o),u=new regexp("^"+m+"$"),v={id:new regexp("^#("+l+")"),class:new regexp("^\\.("+l+")"),tag:new regexp("^("+l.replace("w","w*")+")"),attr:new regexp("^"+n),pseudo:new regexp("^"+o),child:new regexp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+k+"*(even|odd|(([+-]|)(\\d*)n|)"+k+"*(?:([+-]|)"+k+"*(\\d+)|))"+k+"*\\)|)","i"),bool:new regexp("^(?:"+j+")$","i"),needscontext:new regexp("^"+k+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+k+"*((?:-\\d)?\\d*)"+k+"*\\)|)(?=[^-]|$)","i")},w=/^(?:input|select|textarea|button)$/i,x=/^h\d$/i,y=/^[^{]+\{\s*\[native \w/,z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,$=/[+~]/,_=/'|\\/g,ab=new regexp("\\\\([\\da-f]{1,6}"+k+"?|("+k+")|.)","ig"),bb=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?string.fromcharcode(d+65536):string.fromcharcode(d>>10|55296,1023&d|56320)};try{g.apply(d=h.call(t.childnodes),t.childnodes),d[t.childnodes.length].nodetype}catch(cb){g={apply:d.length?function(a,b){f.apply(a,h.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function db(a,b,d,e){var f,g,h,i,j,m,p,q,u,v;if((b?b.ownerdocument||b:t)!==l&&k(b),b=b||l,d=d||[],!a||"string"!=typeof a)return d;if(1!==(i=b.nodetype)&&9!==i)return[];if(n&&!e){if(f=z.exec(a))if(h=f[1]){if(9===i){if(g=b.getelementbyid(h),!g||!g.parentnode)return d;if(g.id===h)return d.push(g),d}else if(b.ownerdocument&&(g=b.ownerdocument.getelementbyid(h))&&r(b,g)&&g.id===h)return d.push(g),d}else{if(f[2])return g.apply(d,b.getelementsbytagname(a)),d;if((h=f[3])&&c.getelementsbyclassname&&b.getelementsbyclassname)return g.apply(d,b.getelementsbyclassname(h)),d}if(c.qsa&&(!o||!o.test(a))){if(q=p=s,u=b,v=9===i&&a,1===i&&"object"!==b.nodename.tolowercase()){m=ob(a),(p=b.getattribute("id"))?q=p.replace(_,"\\$&"):b.setattribute("id",q),q="[id='"+q+"'] ",j=m.length;while(j--)m[j]=q+pb(m[j]);u=$.test(a)&&mb(b.parentnode)||b,v=m.join(",")}if(v)try{return g.apply(d,u.queryselectorall(v)),d}catch(w){}finally{p||b.removeattribute("id")}}}return xb(a.replace(p,"$1"),b,d,e)}function eb(){var a=[];function b(c,e){return a.push(c+" ")>d.cachelength&&delete b[a.shift()],b[c+" "]=e}return b}function fb(a){return a[s]=!0,a}function gb(a){var b=l.createelement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentnode&&b.parentnode.removechild(b),b=null}}function hb(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrhandle[c[e]]=b}function ib(a,b){var c=b&&a,d=c&&1===a.nodetype&&1===b.nodetype&&(~b.sourceindex||b)-(~a.sourceindex||b);if(d)return d;if(c)while(c=c.nextsibling)if(c===b)return-1;return a?1:-1}function jb(a){return function(b){var c=b.nodename.tolowercase();return"input"===c&&b.type===a}}function kb(a){return function(b){var c=b.nodename.tolowercase();return("input"===c||"button"===c)&&b.type===a}}function lb(a){return fb(function(b){return b=+b,fb(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function mb(a){return a&&typeof a.getelementsbytagname!==a&&a}c=db.support={},f=db.isxml=function(a){var b=a&&(a.ownerdocument||a).documentelement;return b?"html"!==b.nodename:!1},k=db.setdocument=function(a){var b,e=a?a.ownerdocument||a:t,g=e.defaultview;return e!==l&&9===e.nodetype&&e.documentelement?(l=e,m=e.documentelement,n=!f(e),g&&g!==g.top&&(g.addeventlistener?g.addeventlistener("unload",function(){k()},!1):g.attachevent&&g.attachevent("onunload",function(){k()})),c.attributes=gb(function(a){return a.classname="i",!a.getattribute("classname")}),c.getelementsbytagname=gb(function(a){return a.appendchild(e.createcomment("")),!a.getelementsbytagname("*").length}),c.getelementsbyclassname=y.test(e.getelementsbyclassname)&&gb(function(a){return a.innerhtml="
",a.firstchild.classname="i",2===a.getelementsbyclassname("i").length}),c.getbyid=gb(function(a){return m.appendchild(a).id=s,!e.getelementsbyname||!e.getelementsbyname(s).length}),c.getbyid?(d.find.id=function(a,b){if(typeof b.getelementbyid!==a&&n){var c=b.getelementbyid(a);return c&&c.parentnode?[c]:[]}},d.filter.id=function(a){var b=a.replace(ab,bb);return function(a){return a.getattribute("id")===b}}):(delete d.find.id,d.filter.id=function(a){var b=a.replace(ab,bb);return function(a){var c=typeof a.getattributenode!==a&&a.getattributenode("id");return c&&c.value===b}}),d.find.tag=c.getelementsbytagname?function(a,b){return typeof b.getelementsbytagname!==a?b.getelementsbytagname(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getelementsbytagname(a);if("*"===a){while(c=f[e++])1===c.nodetype&&d.push(c);return d}return f},d.find.class=c.getelementsbyclassname&&function(a,b){return typeof b.getelementsbyclassname!==a&&n?b.getelementsbyclassname(a):void 0},p=[],o=[],(c.qsa=y.test(e.queryselectorall))&&(gb(function(a){a.innerhtml="",a.queryselectorall("[t^='']").length&&o.push("[*^$]="+k+"*(?:''|\"\")"),a.queryselectorall("[selected]").length||o.push("\\["+k+"*(?:value|"+j+")"),a.queryselectorall(":checked").length||o.push(":checked")}),gb(function(a){var b=e.createelement("input");b.setattribute("type","hidden"),a.appendchild(b).setattribute("name","d"),a.queryselectorall("[name=d]").length&&o.push("name"+k+"*[*^$|!~]?="),a.queryselectorall(":enabled").length||o.push(":enabled",":disabled"),a.queryselectorall("*,:x"),o.push(",.*:")})),(c.matchesselector=y.test(q=m.webkitmatchesselector||m.mozmatchesselector||m.omatchesselector||m.msmatchesselector))&&gb(function(a){c.disconnectedmatch=q.call(a,"div"),q.call(a,"[s!='']:x"),p.push("!=",o)}),o=o.length&&new regexp(o.join("|")),p=p.length&&new regexp(p.join("|")),b=y.test(m.comparedocumentposition),r=b||y.test(m.contains)?function(a,b){var c=9===a.nodetype?a.documentelement:a,d=b&&b.parentnode;return a===d||!(!d||1!==d.nodetype||!(c.contains?c.contains(d):a.comparedocumentposition&&16&a.comparedocumentposition(d)))}:function(a,b){if(b)while(b=b.parentnode)if(b===a)return!0;return!1},z=b?function(a,b){if(a===b)return j=!0,0;var d=!a.comparedocumentposition-!b.comparedocumentposition;return d?d:(d=(a.ownerdocument||a)===(b.ownerdocument||b)?a.comparedocumentposition(b):1,1&d||!c.sortdetached&&b.comparedocumentposition(a)===d?a===e||a.ownerdocument===t&&r(t,a)?-1:b===e||b.ownerdocument===t&&r(t,b)?1:i?i.call(i,a)-i.call(i,b):0:4&d?-1:1)}:function(a,b){if(a===b)return j=!0,0;var c,d=0,f=a.parentnode,g=b.parentnode,h=[a],k=[b];if(!f||!g)return a===e?-1:b===e?1:f?-1:g?1:i?i.call(i,a)-i.call(i,b):0;if(f===g)return ib(a,b);c=a;while(c=c.parentnode)h.unshift(c);c=b;while(c=c.parentnode)k.unshift(c);while(h[d]===k[d])d++;return d?ib(h[d],k[d]):h[d]===t?-1:k[d]===t?1:0},e):l},db.matches=function(a,b){return db(a,null,null,b)},db.matchesselector=function(a,b){if((a.ownerdocument||a)!==l&&k(a),b=b.replace(s,"='$1']"),!(!c.matchesselector||!n||p&&p.test(b)||o&&o.test(b)))try{var d=q.call(a,b);if(d||c.disconnectedmatch||a.document&&11!==a.document.nodetype)return d}catch(e){}return db(b,l,null,[a]).length>0},db.contains=function(a,b){return(a.ownerdocument||a)!==l&&k(a),r(a,b)},db.attr=function(a,b){(a.ownerdocument||a)!==l&&k(a);var e=d.attrhandle[b.tolowercase()],f=e&&c.call(d.attrhandle,b.tolowercase())?e(a,b,!n):void 0;return void 0!==f?f:c.attributes||!n?a.getattribute(b):(f=a.getattributenode(b))&&f.specified?f.value:null},db.error=function(a){throw new error("syntax error, unrecognized expression: "+a)},db.uniquesort=function(a){var b,d=[],e=0,f=0;if(j=!c.detectduplicates,i=!c.sortstable&&a.slice(0),a.sort(z),j){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return i=null,a},e=db.gettext=function(a){var b,c="",d=0,f=a.nodetype;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textcontent)return a.textcontent;for(a=a.firstchild;a;a=a.nextsibling)c+=e(a)}else if(3===f||4===f)return a.nodevalue}else while(b=a[d++])c+=e(b);return c},d=db.selectors={cachelength:50,createpseudo:fb,match:v,attrhandle:{},find:{},relative:{">":{dir:"parentnode",first:!0}," ":{dir:"parentnode"},"+":{dir:"previoussibling",first:!0},"~":{dir:"previoussibling"}},prefilter:{attr:function(a){return a[1]=a[1].replace(ab,bb),a[3]=(a[4]||a[5]||"").replace(ab,bb),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},child:function(a){return a[1]=a[1].tolowercase(),"nth"===a[1].slice(0,3)?(a[3]||db.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&db.error(a[0]),a},pseudo:function(a){var b,c=!a[5]&&a[2];return v.child.test(a[0])?null:(a[3]&&void 0!==a[4]?a[2]=a[4]:c&&t.test(c)&&(b=ob(c,!0))&&(b=c.indexof(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{tag:function(a){var b=a.replace(ab,bb).tolowercase();return"*"===a?function(){return!0}:function(a){return a.nodename&&a.nodename.tolowercase()===b}},class:function(a){var b=w[a+" "];return b||(b=new regexp("(^|"+k+")"+a+"("+k+"|$)"))&&w(a,function(a){return b.test("string"==typeof a.classname&&a.classname||typeof a.getattribute!==a&&a.getattribute("class")||"")})},attr:function(a,b,c){return function(d){var e=db.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexof(c):"*="===b?c&&e.indexof(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e+" ").indexof(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},child:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentnode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextsibling":"previoussibling",q=b.parentnode,r=h&&b.nodename.tolowercase(),t=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodename.tolowercase()===r:1===l.nodetype)return!1;o=p="only"===a&&!o&&"nextsibling"}return!0}if(o=[g?q.firstchild:q.lastchild],g&&t){k=q[s]||(q[s]={}),j=k[a]||[],n=j[0]===u&&j[1],m=j[0]===u&&j[2],l=n&&q.childnodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodetype&&++m&&l===b){k[a]=[u,n,m];break}}else if(t&&(j=(b[s]||(b[s]={}))[a])&&j[0]===u)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodename.tolowercase()===r:1===l.nodetype)&&++m&&(t&&((l[s]||(l[s]={}))[a]=[u,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},pseudo:function(a,b){var c,e=d.pseudos[a]||d.setfilters[a.tolowercase()]||db.error("unsupported pseudo: "+a);return e[s]?e(b):e.length>1?(c=[a,a,"",b],d.setfilters.hasownproperty(a.tolowercase())?fb(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=i.call(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:fb(function(a){var b=[],c=[],d=g(a.replace(p,"$1"));return d[s]?fb(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),!c.pop()}}),has:fb(function(a){return function(b){return db(a,b).length>0}}),contains:fb(function(a){return function(b){return(b.textcontent||b.innertext||e(b)).indexof(a)>-1}}),lang:fb(function(a){return u.test(a||"")||db.error("unsupported lang: "+a),a=a.replace(ab,bb).tolowercase(),function(b){var c;do if(c=n?b.lang:b.getattribute("xml:lang")||b.getattribute("lang"))return c=c.tolowercase(),c===a||0===c.indexof(a+"-");while((b=b.parentnode)&&1===b.nodetype);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===m},focus:function(a){return a===l.activeelement&&(!l.hasfocus||l.hasfocus())&&!!(a.type||a.href||~a.tabindex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodename.tolowercase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentnode&&a.parentnode.selectedindex,a.selected===!0},empty:function(a){for(a=a.firstchild;a;a=a.nextsibling)if(a.nodetype<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return x.test(a.nodename)},input:function(a){return w.test(a.nodename)},button:function(a){var b=a.nodename.tolowercase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodename.tolowercase()&&"text"===a.type&&(null==(b=a.getattribute("type"))||"text"===b.tolowercase())},first:lb(function(){return[0]}),last:lb(function(a,b){return[b-1]}),eq:lb(function(a,b,c){return[0>c?c+b:c]}),even:lb(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:lb(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:lb(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:lb(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function qb(a,b,c){var d=b.dir,e=c&&"parentnode"===d,f=v++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodetype||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[u,f];if(g){while(b=b[d])if((1===b.nodetype||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodetype||e){if(i=b[s]||(b[s]={}),(h=i[d])&&h[0]===u&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function rb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function sb(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function tb(a,b,c,d,e,f){return d&&!d[s]&&(d=tb(d)),e&&!e[s]&&(e=tb(e,f)),fb(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||wb(b||"*",h.nodetype?[h]:h,[]),q=!a||!f&&b?p:sb(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=sb(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?i.call(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=sb(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):g.apply(g,r)})}function ub(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],i=g||d.relative[" "],j=g?1:0,k=qb(function(a){return a===b},i,!0),l=qb(function(a){return i.call(b,a)>-1},i,!0),m=[function(a,c,d){return!g&&(d||c!==h)||((b=c).nodetype?k(a,c,d):l(a,c,d))}];f>j;j++)if(c=d.relative[a[j].type])m=[qb(rb(m),c)];else{if(c=d.filter[a[j].type].apply(null,a[j].matches),c[s]){for(e=++j;f>e;e++)if(d.relative[a[e].type])break;return tb(j>1&&rb(m),j>1&&pb(a.slice(0,j-1).concat({value:" "===a[j-2].type?"*":""})).replace(p,"$1"),c,e>j&&ub(a.slice(j,e)),f>e&&ub(a=a.slice(e)),f>e&&pb(a))}m.push(c)}return rb(m)}function vb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,i,j,k){var m,n,o,p=0,q="0",r=f&&[],s=[],t=h,v=f||e&&d.find.tag("*",k),w=u+=null==t?1:math.random()||.1,x=v.length;for(k&&(h=g!==l&&g);q!==x&&null!=(m=v[q]);q++){if(e&&m){n=0;while(o=a[n++])if(o(m,g,i)){j.push(m);break}k&&(u=w)}c&&((m=!o&&m)&&p--,f&&r.push(m))}if(p+=q,c&&q!==p){n=0;while(o=b[n++])o(r,s,g,i);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=e.call(j));s=sb(s)}g.apply(j,s),k&&!f&&s.length>0&&p+b.length>1&&db.uniquesort(j)}return k&&(u=w,h=t),r};return c?fb(f):f}g=db.compile=function(a,b){var c,d=[],e=[],f=y[a+" "];if(!f){b||(b=ob(a)),c=b.length;while(c--)f=ub(b[c]),f[s]?d.push(f):e.push(f);f=y(a,vb(e,d))}return f};function wb(a,b,c){for(var d=0,e=b.length;e>d;d++)db(a,b[d],c);return c}function xb(a,b,e,f){var h,i,j,k,l,m=ob(a);if(!f&&1===m.length){if(i=m[0]=m[0].slice(0),i.length>2&&"id"===(j=i[0]).type&&c.getbyid&&9===b.nodetype&&n&&d.relative[i[1].type]){if(b=(d.find.id(j.matches[0].replace(ab,bb),b)||[])[0],!b)return e;a=a.slice(i.shift().value.length)}h=v.needscontext.test(a)?0:i.length;while(h--){if(j=i[h],d.relative[k=j.type])break;if((l=d.find[k])&&(f=l(j.matches[0].replace(ab,bb),$.test(i[0].type)&&mb(b.parentnode)||b))){if(i.splice(h,1),a=f.length&&pb(i),!a)return g.apply(e,f),e;break}}}return g(a,m)(f,b,!n,e,$.test(a)&&mb(b.parentnode)||b),e}return c.sortstable=s.split("").sort(z).join("")===s,c.detectduplicates=!!j,k(),c.sortdetached=gb(function(a){return 1&a.comparedocumentposition(l.createelement("div"))}),gb(function(a){return a.innerhtml="","#"===a.firstchild.getattribute("href")})||hb("type|href|height|width",function(a,b,c){return c?void 0:a.getattribute(b,"type"===b.tolowercase()?1:2)}),c.attributes&&gb(function(a){return a.innerhtml="",a.firstchild.setattribute("value",""),""===a.firstchild.getattribute("value")})||hb("value",function(a,b,c){return c||"input"!==a.nodename.tolowercase()?void 0:a.defaultvalue}),gb(function(a){return null==a.getattribute("disabled")})||hb(j,function(a,b,c){var d;return c?void 0:a[b]===!0?b.tolowercase():(d=a.getattributenode(b))&&d.specified?d.value:null}),db}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.unique=t.uniquesort,n.text=t.gettext,n.isxmldoc=t.isxml,n.contains=t.contains;var u=n.expr.match.needscontext,v=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^.[^:#\[\.,]*$/;function x(a,b,c){if(n.isfunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodetype)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(w.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return n.inarray(a,b)>=0!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodetype?n.find.matchesselector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodetype}))},n.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushstack(n(a).filter(function(){for(b=0;e>b;b++)if(n.contains(d[b],this))return!0}));for(b=0;e>b;b++)n.find(a,d[b],c);return c=this.pushstack(e>1?n.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushstack(x(this,a||[],!1))},not:function(a){return this.pushstack(x(this,a||[],!0))},is:function(a){return!!x(this,"string"==typeof a&&u.test(a)?n(a):a||[],!1).length}});var y,z=a.document,a=/^(?:\s*(<[\w\w]+>)[^>]*|#([\w-]*))$/,b=n.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charat(0)&&">"===a.charat(a.length-1)&&a.length>=3?[null,a,null]:a.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||y).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parsehtml(c[1],b&&b.nodetype?b.ownerdocument||b:z,!0)),v.test(c[1])&&n.isplainobject(b))for(c in b)n.isfunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=z.getelementbyid(c[2]),d&&d.parentnode){if(d.id!==c[2])return y.find(a);this.length=1,this[0]=d}return this.context=z,this.selector=a,this}return a.nodetype?(this.context=this[0]=a,this.length=1,this):n.isfunction(a)?"undefined"!=typeof y.ready?y.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makearray(a,this))};b.prototype=n.fn,y=n(z);var c=/^(?:parents|prev(?:until|all))/,d={children:!0,contents:!0,next:!0,prev:!0};n.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodetype&&(void 0===c||1!==e.nodetype||!n(e).is(c)))1===e.nodetype&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextsibling)1===a.nodetype&&a!==b&&c.push(a);return c}}),n.fn.extend({has:function(a){var b,c=n(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(n.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=u.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentnode)if(c.nodetype<11&&(g?g.index(c)>-1:1===c.nodetype&&n.find.matchesselector(c,a))){f.push(c);break}return this.pushstack(f.length>1?n.unique(f):f)},index:function(a){return a?"string"==typeof a?n.inarray(this[0],n(a)):n.inarray(a.jquery?a[0]:a,this):this[0]&&this[0].parentnode?this.first().prevall().length:-1},add:function(a,b){return this.pushstack(n.unique(n.merge(this.get(),n(a,b))))},addback:function(a){return this.add(null==a?this.prevobject:this.prevobject.filter(a))}});function e(a,b){do a=a[b];while(a&&1!==a.nodetype);return a}n.each({parent:function(a){var b=a.parentnode;return b&&11!==b.nodetype?b:null},parents:function(a){return n.dir(a,"parentnode")},parentsuntil:function(a,b,c){return n.dir(a,"parentnode",c)},next:function(a){return e(a,"nextsibling")},prev:function(a){return e(a,"previoussibling")},nextall:function(a){return n.dir(a,"nextsibling")},prevall:function(a){return n.dir(a,"previoussibling")},nextuntil:function(a,b,c){return n.dir(a,"nextsibling",c)},prevuntil:function(a,b,c){return n.dir(a,"previoussibling",c)},siblings:function(a){return n.sibling((a.parentnode||{}).firstchild,a)},children:function(a){return n.sibling(a.firstchild)},contents:function(a){return n.nodename(a,"iframe")?a.contentdocument||a.contentwindow.document:n.merge([],a.childnodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(d[a]||(e=n.unique(e)),c.test(a)&&(e=e.reverse())),this.pushstack(e)}});var f=/\s+/g,g={};function h(a){var b=g[a]={};return n.each(a.match(f)||[],function(a,c){b[c]=!0}),b}n.callbacks=function(a){a="string"==typeof a?g[a]||h(a):n.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stoponfalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){n.each(b,function(b,c){var d=n.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&n.each(arguments,function(a,c){var d;while((d=n.inarray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?n.inarray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},firewith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.firewith(this,arguments),this},fired:function(){return!!d}};return k},n.extend({deferred:function(a){var b=[["resolve","done",n.callbacks("once memory"),"resolved"],["reject","fail",n.callbacks("once memory"),"rejected"],["notify","progress",n.callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.deferred(function(c){n.each(b,function(b,f){var g=n.isfunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isfunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"with"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"with"](this===e?d:this,arguments),this},e[f[0]+"with"]=g.firewith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&n.isfunction(a.promise)?e:0,g=1===f?a:n.deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifywith(b,c):--f||g.resolvewith(b,c)}},i,j,k;if(e>1)for(i=new array(e),j=new array(e),k=new array(e);e>b;b++)c[b]&&n.isfunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolvewith(k,c),g.promise()}});var i;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isready:!1,readywait:1,holdready:function(a){a?n.readywait++:n.ready(!0)},ready:function(a){if(a===!0?!--n.readywait:!n.isready){if(!z.body)return settimeout(n.ready);n.isready=!0,a!==!0&&--n.readywait>0||(i.resolvewith(z,[n]),n.fn.trigger&&n(z).trigger("ready").off("ready"))}}});function j(){z.addeventlistener?(z.removeeventlistener("domcontentloaded",k,!1),a.removeeventlistener("load",k,!1)):(z.detachevent("onreadystatechange",k),a.detachevent("onload",k))}function k(){(z.addeventlistener||"load"===event.type||"complete"===z.readystate)&&(j(),n.ready())}n.ready.promise=function(b){if(!i)if(i=n.deferred(),"complete"===z.readystate)settimeout(n.ready);else if(z.addeventlistener)z.addeventlistener("domcontentloaded",k,!1),a.addeventlistener("load",k,!1);else{z.attachevent("onreadystatechange",k),a.attachevent("onload",k);var c=!1;try{c=null==a.frameelement&&z.documentelement}catch(d){}c&&c.doscroll&&!function e(){if(!n.isready){try{c.doscroll("left")}catch(a){return settimeout(e,50)}j(),n.ready()}}()}return i.promise(b)};var l="undefined",m;for(m in n(l))break;l.ownlast="0"!==m,l.inlineblockneedslayout=!1,n(function(){var a,b,c=z.getelementsbytagname("body")[0];c&&(a=z.createelement("div"),a.style.csstext="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px",b=z.createelement("div"),c.appendchild(a).appendchild(b),typeof b.style.zoom!==l&&(b.style.csstext="border:0;margin:0;width:1px;padding:1px;display:inline;zoom:1",(l.inlineblockneedslayout=3===b.offsetwidth)&&(c.style.zoom=1)),c.removechild(a),a=b=null)}),function(){var a=z.createelement("div");if(null==l.deleteexpando){l.deleteexpando=!0;try{delete a.test}catch(b){l.deleteexpando=!1}}a=null}(),n.acceptdata=function(a){var b=n.nodata[(a.nodename+" ").tolowercase()],c=+a.nodetype||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getattribute("classid")===b};var n=/^(?:\{[\w\w]*\}|\[[\w\w]*\])$/,o=/([a-z])/g;function p(a,b,c){if(void 0===c&&1===a.nodetype){var d="data-"+b.replace(o,"-$1").tolowercase();if(c=a.getattribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:n.test(c)?n.parsejson(c):c}catch(e){}n.data(a,b,c)}else c=void 0}return c}function q(a){var b;for(b in a)if(("data"!==b||!n.isemptyobject(a[b]))&&"tojson"!==b)return!1;return!0}function r(a,b,d,e){if(n.acceptdata(a)){var f,g,h=n.expando,i=a.nodetype,j=i?n.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||n.guid++:h),j[k]||(j[k]=i?{}:{tojson:n.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=n.extend(j[k],b):j[k].data=n.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[n.camelcase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[n.camelcase(b)])):f=g,f
}}function s(a,b,c){if(n.acceptdata(a)){var d,e,f=a.nodetype,g=f?n.cache:a,h=f?a[n.expando]:n.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){n.isarray(b)?b=b.concat(n.map(b,n.camelcase)):b in d?b=[b]:(b=n.camelcase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!q(d):!n.isemptyobject(d))return}(c||(delete g[h].data,q(g[h])))&&(f?n.cleandata([a],!0):l.deleteexpando||g!=g.window?delete g[h]:g[h]=null)}}}n.extend({cache:{},nodata:{"applet ":!0,"embed ":!0,"object ":"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"},hasdata:function(a){return a=a.nodetype?n.cache[a[n.expando]]:a[n.expando],!!a&&!q(a)},data:function(a,b,c){return r(a,b,c)},removedata:function(a,b){return s(a,b)},_data:function(a,b,c){return r(a,b,c,!0)},_removedata:function(a,b){return s(a,b,!0)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=n.data(f),1===f.nodetype&&!n._data(f,"parsedattrs"))){c=g.length;while(c--)d=g[c].name,0===d.indexof("data-")&&(d=n.camelcase(d.slice(5)),p(f,d,e[d]));n._data(f,"parsedattrs",!0)}return e}return"object"==typeof a?this.each(function(){n.data(this,a)}):arguments.length>1?this.each(function(){n.data(this,a,b)}):f?p(f,a,n.data(f,a)):void 0},removedata:function(a){return this.each(function(){n.removedata(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=n._data(a,b),c&&(!d||n.isarray(c)?d=n._data(a,b,n.makearray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queuehooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queuehooks:function(a,b){var c=b+"queuehooks";return n._data(a,c)||n._data(a,c,{empty:n.callbacks("once memory").add(function(){n._removedata(a,b+"queue"),n._removedata(a,c)})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthh;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},x=/^(?:checkbox|radio)$/i;!function(){var a=z.createdocumentfragment(),b=z.createelement("div"),c=z.createelement("input");if(b.setattribute("classname","t"),b.innerhtml=" a",l.leadingwhitespace=3===b.firstchild.nodetype,l.tbody=!b.getelementsbytagname("tbody").length,l.htmlserialize=!!b.getelementsbytagname("link").length,l.html5clone="<:nav>"!==z.createelement("nav").clonenode(!0).outerhtml,c.type="checkbox",c.checked=!0,a.appendchild(c),l.appendchecked=c.checked,b.innerhtml="",l.noclonechecked=!!b.clonenode(!0).lastchild.defaultvalue,a.appendchild(b),b.innerhtml="",l.checkclone=b.clonenode(!0).clonenode(!0).lastchild.checked,l.nocloneevent=!0,b.attachevent&&(b.attachevent("onclick",function(){l.nocloneevent=!1}),b.clonenode(!0).click()),null==l.deleteexpando){l.deleteexpando=!0;try{delete b.test}catch(d){l.deleteexpando=!1}}a=b=c=null}(),function(){var b,c,d=z.createelement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(l[b+"bubbles"]=c in a)||(d.setattribute(c,"t"),l[b+"bubbles"]=d.attributes[c].expando===!1);d=null}();var y=/^(?:input|select|textarea)$/i,z=/^key/,$=/^(?:mouse|contextmenu)|click/,_=/^(?:focusinfocus|focusoutblur)$/,ab=/^([^.]*)(?:\.(.+)|)$/;function bb(){return!0}function cb(){return!1}function db(){try{return z.activeelement}catch(a){}}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=n.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof n===l||a&&n.event.triggered===a.type?void 0:n.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(f)||[""],h=b.length;while(h--)f=ab.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=n.event.special[o]||{},o=(e?j.delegatetype:j.bindtype)||o,j=n.event.special[o]||{},l=n.extend({type:o,origtype:q,data:d,handler:c,guid:c.guid,selector:e,needscontext:e&&n.expr.match.needscontext.test(e),namespace:p.join(".")},i),(m=g[o])||(m=g[o]=[],m.delegatecount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addeventlistener?a.addeventlistener(o,k,!1):a.attachevent&&a.attachevent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?m.splice(m.delegatecount++,0,l):m.push(l),n.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n.hasdata(a)&&n._data(a);if(r&&(k=r.events)){b=(b||"").match(f)||[""],j=b.length;while(j--)if(h=ab.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegatetype:l.bindtype)||o,m=k[o]||[],h=h[2]&&new regexp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=m.length;while(f--)g=m[f],!e&&q!==g.origtype||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(m.splice(f,1),g.selector&&m.delegatecount--,l.remove&&l.remove.call(a,g));i&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeevent(a,o,r.handle),delete k[o])}else for(o in k)n.event.remove(a,o+b[j],c,d,!0);n.isemptyobject(k)&&(delete r.handle,n._removedata(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,m,o=[d||z],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||z,3!==d.nodetype&&8!==d.nodetype&&!_.test(p+n.event.triggered)&&(p.indexof(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexof(":")<0&&"on"+p,b=b[n.expando]?b:new n.event(p,"object"==typeof b&&b),b.istrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new regexp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:n.makearray(c,[b]),k=n.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.nobubble&&!n.iswindow(d)){for(i=k.delegatetype||p,_.test(i+p)||(h=h.parentnode);h;h=h.parentnode)o.push(h),l=h;l===(d.ownerdocument||z)&&o.push(l.defaultview||l.parentwindow||a)}m=0;while((h=o[m++])&&!b.ispropagationstopped())b.type=m>1?i:k.bindtype||p,f=(n._data(h,"events")||{})[b.type]&&n._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&n.acceptdata(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventdefault());if(b.type=p,!e&&!b.isdefaultprevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&n.acceptdata(d)&&g&&d[p]&&!n.iswindow(d)){l=d[g],l&&(d[g]=null),n.event.triggered=p;try{d[p]()}catch(r){}n.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(n._data(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegatetarget=this,!k.predispatch||k.predispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.ispropagationstopped()){a.currenttarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isimmediatepropagationstopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleobj=e,a.data=e.data,c=((n.event.special[e.origtype]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventdefault(),a.stoppropagation()))}return k.postdispatch&&k.postdispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegatecount,i=a.target;if(h&&i.nodetype&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentnode||this)if(1===i.nodetype&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needscontext?n(c,this).index(i)>=0:n.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h]","i"),ib=/^\s+/,jb=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,kb=/<([\w:]+)/,lb=/\s*$/g,sb={option:[1,""],legend:[1,""],area:[1,""],param:[1,""],thead:[1,""],tr:[2,""],col:[2,""],td:[3,""],_default:l.htmlserialize?[0,"",""]:[1,"x","
"]},tb=eb(z),ub=tb.appendchild(z.createelement("div"));sb.optgroup=sb.option,sb.tbody=sb.tfoot=sb.colgroup=sb.caption=sb.thead,sb.th=sb.td;function vb(a,b){var c,d,e=0,f=typeof a.getelementsbytagname!==l?a.getelementsbytagname(b||"*"):typeof a.queryselectorall!==l?a.queryselectorall(b||"*"):void 0;if(!f)for(f=[],c=a.childnodes||a;null!=(d=c[e]);e++)!b||n.nodename(d,b)?f.push(d):n.merge(f,vb(d,b));return void 0===b||b&&n.nodename(a,b)?n.merge([a],f):f}function wb(a){x.test(a.type)&&(a.defaultchecked=a.checked)}function xb(a,b){return n.nodename(a,"table")&&n.nodename(11!==b.nodetype?b:b.firstchild,"tr")?a.getelementsbytagname("tbody")[0]||a.appendchild(a.ownerdocument.createelement("tbody")):a}function yb(a){return a.type=(null!==n.find.attr(a,"type"))+"/"+a.type,a}function zb(a){var b=qb.exec(a.type);return b?a.type=b[1]:a.removeattribute("type"),a}function ab(a,b){for(var c,d=0;null!=(c=a[d]);d++)n._data(c,"globaleval",!b||n._data(b[d],"globaleval"))}function bb(a,b){if(1===b.nodetype&&n.hasdata(a)){var c,d,e,f=n._data(a),g=n._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)n.event.add(b,c,h[c][d])}g.data&&(g.data=n.extend({},g.data))}}function cb(a,b){var c,d,e;if(1===b.nodetype){if(c=b.nodename.tolowercase(),!l.nocloneevent&&b[n.expando]){e=n._data(b);for(d in e.events)n.removeevent(b,d,e.handle);b.removeattribute(n.expando)}"script"===c&&b.text!==a.text?(yb(b).text=a.text,zb(b)):"object"===c?(b.parentnode&&(b.outerhtml=a.outerhtml),l.html5clone&&a.innerhtml&&!n.trim(b.innerhtml)&&(b.innerhtml=a.innerhtml)):"input"===c&&x.test(a.type)?(b.defaultchecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultselected=b.selected=a.defaultselected:("input"===c||"textarea"===c)&&(b.defaultvalue=a.defaultvalue)}}n.extend({clone:function(a,b,c){var d,e,f,g,h,i=n.contains(a.ownerdocument,a);if(l.html5clone||n.isxmldoc(a)||!hb.test("<"+a.nodename+">")?f=a.clonenode(!0):(ub.innerhtml=a.outerhtml,ub.removechild(f=ub.firstchild)),!(l.nocloneevent&&l.noclonechecked||1!==a.nodetype&&11!==a.nodetype||n.isxmldoc(a)))for(d=vb(f),h=vb(a),g=0;null!=(e=h[g]);++g)d[g]&&cb(e,d[g]);if(b)if(c)for(h=h||vb(a),d=d||vb(f),g=0;null!=(e=h[g]);g++)bb(e,d[g]);else bb(a,f);return d=vb(f,"script"),d.length>0&&ab(d,!i&&vb(a,"script")),d=h=e=null,f},buildfragment:function(a,b,c,d){for(var e,f,g,h,i,j,k,m=a.length,o=eb(b),p=[],q=0;m>q;q++)if(f=a[q],f||0===f)if("object"===n.type(f))n.merge(p,f.nodetype?[f]:f);else if(mb.test(f)){h=h||o.appendchild(b.createelement("div")),i=(kb.exec(f)||["",""])[1].tolowercase(),k=sb[i]||sb._default,h.innerhtml=k[1]+f.replace(jb,"<$1>$2>")+k[2],e=k[0];while(e--)h=h.lastchild;if(!l.leadingwhitespace&&ib.test(f)&&p.push(b.createtextnode(ib.exec(f)[0])),!l.tbody){f="table"!==i||lb.test(f)?""!==k[1]||lb.test(f)?0:h:h.firstchild,e=f&&f.childnodes.length;while(e--)n.nodename(j=f.childnodes[e],"tbody")&&!j.childnodes.length&&f.removechild(j)}n.merge(p,h.childnodes),h.textcontent="";while(h.firstchild)h.removechild(h.firstchild);h=o.lastchild}else p.push(b.createtextnode(f));h&&o.removechild(h),l.appendchecked||n.grep(vb(p,"input"),wb),q=0;while(f=p[q++])if((!d||-1===n.inarray(f,d))&&(g=n.contains(f.ownerdocument,f),h=vb(o.appendchild(f),"script"),g&&ab(h),c)){e=0;while(f=h[e++])pb.test(f.type||"")&&c.push(f)}return h=null,o},cleandata:function(a,b){for(var d,e,f,g,h=0,i=n.expando,j=n.cache,k=l.deleteexpando,m=n.event.special;null!=(d=a[h]);h++)if((b||n.acceptdata(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)m[e]?n.event.remove(d,e):n.removeevent(d,e,g.handle);j[f]&&(delete j[f],k?delete d[i]:typeof d.removeattribute!==l?d.removeattribute(i):d[i]=null,c.push(f))}}}),n.fn.extend({text:function(a){return w(this,function(a){return void 0===a?n.text(this):this.empty().append((this[0]&&this[0].ownerdocument||z).createtextnode(a))},null,a,arguments.length)},append:function(){return this.dommanip(arguments,function(a){if(1===this.nodetype||11===this.nodetype||9===this.nodetype){var b=xb(this,a);b.appendchild(a)}})},prepend:function(){return this.dommanip(arguments,function(a){if(1===this.nodetype||11===this.nodetype||9===this.nodetype){var b=xb(this,a);b.insertbefore(a,b.firstchild)}})},before:function(){return this.dommanip(arguments,function(a){this.parentnode&&this.parentnode.insertbefore(a,this)})},after:function(){return this.dommanip(arguments,function(a){this.parentnode&&this.parentnode.insertbefore(a,this.nextsibling)})},remove:function(a,b){for(var c,d=a?n.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodetype||n.cleandata(vb(c)),c.parentnode&&(b&&n.contains(c.ownerdocument,c)&&ab(vb(c,"script")),c.parentnode.removechild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodetype&&n.cleandata(vb(a,!1));while(a.firstchild)a.removechild(a.firstchild);a.options&&n.nodename(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return w(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodetype?b.innerhtml.replace(gb,""):void 0;if(!("string"!=typeof a||nb.test(a)||!l.htmlserialize&&hb.test(a)||!l.leadingwhitespace&&ib.test(a)||sb[(kb.exec(a)||["",""])[1].tolowercase()])){a=a.replace(jb,"<$1>$2>");try{for(;d>c;c++)b=this[c]||{},1===b.nodetype&&(n.cleandata(vb(b,!1)),b.innerhtml=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replacewith:function(){var a=arguments[0];return this.dommanip(arguments,function(b){a=this.parentnode,n.cleandata(vb(this)),a&&a.replacechild(b,this)}),a&&(a.length||a.nodetype)?this:this.remove()},detach:function(a){return this.remove(a,!0)},dommanip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,k=this.length,m=this,o=k-1,p=a[0],q=n.isfunction(p);if(q||k>1&&"string"==typeof p&&!l.checkclone&&ob.test(p))return this.each(function(c){var d=m.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.dommanip(a,b)});if(k&&(i=n.buildfragment(a,this[0].ownerdocument,!1,this),c=i.firstchild,1===i.childnodes.length&&(i=c),c)){for(g=n.map(vb(i,"script"),yb),f=g.length;k>j;j++)d=i,j!==o&&(d=n.clone(d,!0,!0),f&&n.merge(g,vb(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerdocument,n.map(g,zb),j=0;f>j;j++)d=g[j],pb.test(d.type||"")&&!n._data(d,"globaleval")&&n.contains(h,d)&&(d.src?n._evalurl&&n._evalurl(d.src):n.globaleval((d.text||d.textcontent||d.innerhtml||"").replace(rb,"")));i=c=null}return this}}),n.each({appendto:"append",prependto:"prepend",insertbefore:"before",insertafter:"after",replaceall:"replacewith"},function(a,b){n.fn[a]=function(a){for(var c,d=0,e=[],g=n(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),n(g[d])[b](c),f.apply(e,c.get());return this.pushstack(e)}});var db,eb={};function fb(b,c){var d=n(c.createelement(b)).appendto(c.body),e=a.getdefaultcomputedstyle?a.getdefaultcomputedstyle(d[0]).display:n.css(d[0],"display");return d.detach(),e}function gb(a){var b=z,c=eb[a];return c||(c=fb(a,b),"none"!==c&&c||(db=(db||n("")).appendto(b.documentelement),b=(db[0].contentwindow||db[0].contentdocument).document,b.write(),b.close(),c=fb(a,b),db.detach()),eb[a]=c),c}!function(){var a,b,c=z.createelement("div"),d="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;padding:0;margin:0;border:0";c.innerhtml=" a",a=c.getelementsbytagname("a")[0],a.style.csstext="float:left;opacity:.5",l.opacity=/^0.5/.test(a.style.opacity),l.cssfloat=!!a.style.cssfloat,c.style.backgroundclip="content-box",c.clonenode(!0).style.backgroundclip="",l.clearclonestyle="content-box"===c.style.backgroundclip,a=c=null,l.shrinkwrapblocks=function(){var a,c,e,f;if(null==b){if(a=z.getelementsbytagname("body")[0],!a)return;f="border:0;width:0;height:0;position:absolute;top:0;left:-9999px",c=z.createelement("div"),e=z.createelement("div"),a.appendchild(c).appendchild(e),b=!1,typeof e.style.zoom!==l&&(e.style.csstext=d+";width:1px;padding:1px;zoom:1",e.innerhtml="",e.firstchild.style.width="5px",b=3!==e.offsetwidth),a.removechild(c),a=c=e=null}return b}}();var hb=/^margin/,ib=new regexp("^("+t+")(?!px)[a-z%]+$","i"),jb,kb,lb=/^(top|right|bottom|left)$/;a.getcomputedstyle?(jb=function(a){return a.ownerdocument.defaultview.getcomputedstyle(a,null)},kb=function(a,b,c){var d,e,f,g,h=a.style;return c=c||jb(a),g=c?c.getpropertyvalue(b)||c[b]:void 0,c&&(""!==g||n.contains(a.ownerdocument,a)||(g=n.style(a,b)),ib.test(g)&&hb.test(b)&&(d=h.width,e=h.minwidth,f=h.maxwidth,h.minwidth=h.maxwidth=h.width=g,g=c.width,h.width=d,h.minwidth=e,h.maxwidth=f)),void 0===g?g:g+""}):z.documentelement.currentstyle&&(jb=function(a){return a.currentstyle},kb=function(a,b,c){var d,e,f,g,h=a.style;return c=c||jb(a),g=c?c[b]:void 0,null==g&&h&&h[b]&&(g=h[b]),ib.test(g)&&!lb.test(b)&&(d=h.left,e=a.runtimestyle,f=e&&e.left,f&&(e.left=a.currentstyle.left),h.left="fontsize"===b?"1em":g,g=h.pixelleft+"px",h.left=d,f&&(e.left=f)),void 0===g?g:g+""||"auto"});function mb(a,b){return{get:function(){var c=a();if(null!=c)return c?void delete this.get:(this.get=b).apply(this,arguments)}}}!function(){var b,c,d,e,f,g,h=z.createelement("div"),i="border:0;width:0;height:0;position:absolute;top:0;left:-9999px",j="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;padding:0;margin:0;border:0";h.innerhtml=" a",b=h.getelementsbytagname("a")[0],b.style.csstext="float:left;opacity:.5",l.opacity=/^0.5/.test(b.style.opacity),l.cssfloat=!!b.style.cssfloat,h.style.backgroundclip="content-box",h.clonenode(!0).style.backgroundclip="",l.clearclonestyle="content-box"===h.style.backgroundclip,b=h=null,n.extend(l,{reliablehiddenoffsets:function(){if(null!=c)return c;var a,b,d,e=z.createelement("div"),f=z.getelementsbytagname("body")[0];if(f)return e.setattribute("classname","t"),e.innerhtml=" a",a=z.createelement("div"),a.style.csstext=i,f.appendchild(a).appendchild(e),e.innerhtml="",b=e.getelementsbytagname("td"),b[0].style.csstext="padding:0;margin:0;border:0;display:none",d=0===b[0].offsetheight,b[0].style.display="",b[1].style.display="none",c=d&&0===b[0].offsetheight,f.removechild(a),e=f=null,c},boxsizing:function(){return null==d&&k(),d},boxsizingreliable:function(){return null==e&&k(),e},pixelposition:function(){return null==f&&k(),f},reliablemarginright:function(){var b,c,d,e;if(null==g&&a.getcomputedstyle){if(b=z.getelementsbytagname("body")[0],!b)return;c=z.createelement("div"),d=z.createelement("div"),c.style.csstext=i,b.appendchild(c).appendchild(d),e=d.appendchild(z.createelement("div")),e.style.csstext=d.style.csstext=j,e.style.marginright=e.style.width="0",d.style.width="1px",g=!parsefloat((a.getcomputedstyle(e,null)||{}).marginright),b.removechild(c)}return g}});function k(){var b,c,h=z.getelementsbytagname("body")[0];h&&(b=z.createelement("div"),c=z.createelement("div"),b.style.csstext=i,h.appendchild(b).appendchild(c),c.style.csstext="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;display:block;padding:1px;border:1px;width:4px;margin-top:1%;top:1%",n.swap(h,null!=h.style.zoom?{zoom:1}:{},function(){d=4===c.offsetwidth}),e=!0,f=!1,g=!0,a.getcomputedstyle&&(f="1%"!==(a.getcomputedstyle(c,null)||{}).top,e="4px"===(a.getcomputedstyle(c,null)||{width:"4px"}).width),h.removechild(b),c=h=null)}}(),n.swap=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};var nb=/alpha\([^)]*\)/i,ob=/opacity\s*=\s*([^)]*)/,pb=/^(none|table(?!-c[ea]).+)/,qb=new regexp("^("+t+")(.*)$","i"),rb=new regexp("^([+-])=("+t+")","i"),sb={position:"absolute",visibility:"hidden",display:"block"},tb={letterspacing:0,fontweight:400},ub=["webkit","o","moz","ms"];function vb(a,b){if(b in a)return b;var c=b.charat(0).touppercase()+b.slice(1),d=b,e=ub.length;while(e--)if(b=ub[e]+c,b in a)return b;return d}function wb(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=n._data(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&v(d)&&(f[g]=n._data(d,"olddisplay",gb(d.nodename)))):f[g]||(e=v(d),(c&&"none"!==c||!e)&&n._data(d,"olddisplay",e?c:n.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}function xb(a,b,c){var d=qb.exec(b);return d?math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function yb(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=n.css(a,c+u[f],!0,e)),d?("content"===c&&(g-=n.css(a,"padding"+u[f],!0,e)),"margin"!==c&&(g-=n.css(a,"border"+u[f]+"width",!0,e))):(g+=n.css(a,"padding"+u[f],!0,e),"padding"!==c&&(g+=n.css(a,"border"+u[f]+"width",!0,e)));return g}function zb(a,b,c){var d=!0,e="width"===b?a.offsetwidth:a.offsetheight,f=jb(a),g=l.boxsizing()&&"border-box"===n.css(a,"boxsizing",!1,f);if(0>=e||null==e){if(e=kb(a,b,f),(0>e||null==e)&&(e=a.style[b]),ib.test(e))return e;d=g&&(l.boxsizingreliable()||e===a.style[b]),e=parsefloat(e)||0}return e+yb(a,b,c||(g?"border":"content"),d,f)+"px"}n.extend({csshooks:{opacity:{get:function(a,b){if(b){var c=kb(a,"opacity");return""===c?"1":c}}}},cssnumber:{columncount:!0,fillopacity:!0,fontweight:!0,lineheight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zindex:!0,zoom:!0},cssprops:{"float":l.cssfloat?"cssfloat":"stylefloat"},style:function(a,b,c,d){if(a&&3!==a.nodetype&&8!==a.nodetype&&a.style){var e,f,g,h=n.camelcase(b),i=a.style;if(b=n.cssprops[h]||(n.cssprops[h]=vb(i,h)),g=n.csshooks[b]||n.csshooks[h],void 0===c)return g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b];if(f=typeof c,"string"===f&&(e=rb.exec(c))&&(c=(e[1]+1)*e[2]+parsefloat(n.css(a,b)),f="number"),null!=c&&c===c&&("number"!==f||n.cssnumber[h]||(c+="px"),l.clearclonestyle||""!==c||0!==b.indexof("background")||(i[b]="inherit"),!(g&&"set"in g&&void 0===(c=g.set(a,c,d)))))try{i[b]="",i[b]=c}catch(j){}}},css:function(a,b,c,d){var e,f,g,h=n.camelcase(b);return b=n.cssprops[h]||(n.cssprops[h]=vb(a.style,h)),g=n.csshooks[b]||n.csshooks[h],g&&"get"in g&&(f=g.get(a,!0,c)),void 0===f&&(f=kb(a,b,d)),"normal"===f&&b in tb&&(f=tb[b]),""===c||c?(e=parsefloat(f),c===!0||n.isnumeric(e)?e||0:f):f}}),n.each(["height","width"],function(a,b){n.csshooks[b]={get:function(a,c,d){return c?0===a.offsetwidth&&pb.test(n.css(a,"display"))?n.swap(a,sb,function(){return zb(a,b,d)}):zb(a,b,d):void 0},set:function(a,c,d){var e=d&&jb(a);return xb(a,c,d?yb(a,b,d,l.boxsizing()&&"border-box"===n.css(a,"boxsizing",!1,e),e):0)}}}),l.opacity||(n.csshooks.opacity={get:function(a,b){return ob.test((b&&a.currentstyle?a.currentstyle.filter:a.style.filter)||"")?.01*parsefloat(regexp.$1)+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentstyle,e=n.isnumeric(b)?"alpha(opacity="+100*b+")":"",f=d&&d.filter||c.filter||"";c.zoom=1,(b>=1||""===b)&&""===n.trim(f.replace(nb,""))&&c.removeattribute&&(c.removeattribute("filter"),""===b||d&&!d.filter)||(c.filter=nb.test(f)?f.replace(nb,e):f+" "+e)}}),n.csshooks.marginright=mb(l.reliablemarginright,function(a,b){return b?n.swap(a,{display:"inline-block"},kb,[a,"marginright"]):void 0}),n.each({margin:"",padding:"",border:"width"},function(a,b){n.csshooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+u[d]+b]=f[d]||f[d-2]||f[0];return e}},hb.test(a)||(n.csshooks[a+b].set=xb)}),n.fn.extend({css:function(a,b){return w(this,function(a,b,c){var d,e,f={},g=0;if(n.isarray(b)){for(d=jb(a),e=b.length;e>g;g++)f[b[g]]=n.css(a,b[g],!1,d);return f}return void 0!==c?n.style(a,b,c):n.css(a,b)
},a,b,arguments.length>1)},show:function(){return wb(this,!0)},hide:function(){return wb(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){v(this)?n(this).show():n(this).hide()})}});function $b(a,b,c,d,e){return new $b.prototype.init(a,b,c,d,e)}n.tween=$b,$b.prototype={constructor:$b,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(n.cssnumber[c]?"":"px")},cur:function(){var a=$b.prophooks[this.prop];return a&&a.get?a.get(this):$b.prophooks._default.get(this)},run:function(a){var b,c=$b.prophooks[this.prop];return this.pos=b=this.options.duration?n.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):$b.prophooks._default.set(this),this}},$b.prototype.init.prototype=$b.prototype,$b.prophooks={_default:{get:function(a){var b;return null==a.elem[a.prop]||a.elem.style&&null!=a.elem.style[a.prop]?(b=n.css(a.elem,a.prop,""),b&&"auto"!==b?b:0):a.elem[a.prop]},set:function(a){n.fx.step[a.prop]?n.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[n.cssprops[a.prop]]||n.csshooks[a.prop])?n.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},$b.prophooks.scrolltop=$b.prophooks.scrollleft={set:function(a){a.elem.nodetype&&a.elem.parentnode&&(a.elem[a.prop]=a.now)}},n.easing={linear:function(a){return a},swing:function(a){return.5-math.cos(a*math.pi)/2}},n.fx=$b.prototype.init,n.fx.step={};var _b,ac,bc=/^(?:toggle|show|hide)$/,cc=new regexp("^(?:([+-])=|)("+t+")([a-z%]*)$","i"),dc=/queuehooks$/,ec=[jc],fc={"*":[function(a,b){var c=this.createtween(a,b),d=c.cur(),e=cc.exec(b),f=e&&e[3]||(n.cssnumber[a]?"":"px"),g=(n.cssnumber[a]||"px"!==f&&+d)&&cc.exec(n.css(c.elem,a)),h=1,i=20;if(g&&g[3]!==f){f=f||g[3],e=e||[],g=+d||1;do h=h||".5",g/=h,n.style(c.elem,a,g+f);while(h!==(h=c.cur()/d)&&1!==h&&--i)}return e&&(g=c.start=+g||+d||0,c.unit=f,c.end=e[1]?g+(e[1]+1)*e[2]:+e[2]),c}]};function gc(){return settimeout(function(){_b=void 0}),_b=n.now()}function hc(a,b){var c,d={height:a},e=0;for(b=b?1:0;4>e;e+=2-b)c=u[e],d["margin"+c]=d["padding"+c]=a;return b&&(d.opacity=d.width=a),d}function ic(a,b,c){for(var d,e=(fc[b]||[]).concat(fc["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function jc(a,b,c){var d,e,f,g,h,i,j,k,m=this,o={},p=a.style,q=a.nodetype&&v(a),r=n._data(a,"fxshow");c.queue||(h=n._queuehooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,m.always(function(){m.always(function(){h.unqueued--,n.queue(a,"fx").length||h.empty.fire()})})),1===a.nodetype&&("height"in b||"width"in b)&&(c.overflow=[p.overflow,p.overflowx,p.overflowy],j=n.css(a,"display"),k=gb(a.nodename),"none"===j&&(j=k),"inline"===j&&"none"===n.css(a,"float")&&(l.inlineblockneedslayout&&"inline"!==k?p.zoom=1:p.display="inline-block")),c.overflow&&(p.overflow="hidden",l.shrinkwrapblocks()||m.always(function(){p.overflow=c.overflow[0],p.overflowx=c.overflow[1],p.overflowy=c.overflow[2]}));for(d in b)if(e=b[d],bc.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(q?"hide":"show")){if("show"!==e||!r||void 0===r[d])continue;q=!0}o[d]=r&&r[d]||n.style(a,d)}if(!n.isemptyobject(o)){r?"hidden"in r&&(q=r.hidden):r=n._data(a,"fxshow",{}),f&&(r.hidden=!q),q?n(a).show():m.done(function(){n(a).hide()}),m.done(function(){var b;n._removedata(a,"fxshow");for(b in o)n.style(a,b,o[b])});for(d in o)g=ic(q?r[d]:0,d,m),d in r||(r[d]=g.start,q&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function kc(a,b){var c,d,e,f,g;for(c in a)if(d=n.camelcase(c),e=b[d],f=a[c],n.isarray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=n.csshooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function lc(a,b,c){var d,e,f=0,g=ec.length,h=n.deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=_b||gc(),c=math.max(0,j.starttime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifywith(a,[j,f,c]),1>f&&i?c:(h.resolvewith(a,[j]),!1)},j=h.promise({elem:a,props:n.extend({},b),opts:n.extend(!0,{specialeasing:{}},c),originalproperties:b,originaloptions:c,starttime:_b||gc(),duration:c.duration,tweens:[],createtween:function(b,c){var d=n.tween(a,j.opts,b,c,j.opts.specialeasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?h.resolvewith(a,[j,b]):h.rejectwith(a,[j,b]),this}}),k=j.props;for(kc(k,j.opts.specialeasing);g>f;f++)if(d=ec[f].call(j,a,k,j.opts))return d;return n.map(k,ic,j),n.isfunction(j.opts.start)&&j.opts.start.call(a,j),n.fx.timer(n.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}n.animation=n.extend(lc,{tweener:function(a,b){n.isfunction(a)?(b=a,a=["*"]):a=a.split(" ");for(var c,d=0,e=a.length;e>d;d++)c=a[d],fc[c]=fc[c]||[],fc[c].unshift(b)},prefilter:function(a,b){b?ec.unshift(a):ec.push(a)}}),n.speed=function(a,b,c){var d=a&&"object"==typeof a?n.extend({},a):{complete:c||!c&&b||n.isfunction(a)&&a,duration:a,easing:c&&b||b&&!n.isfunction(b)&&b};return d.duration=n.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in n.fx.speeds?n.fx.speeds[d.duration]:n.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue="fx"),d.old=d.complete,d.complete=function(){n.isfunction(d.old)&&d.old.call(this),d.queue&&n.dequeue(this,d.queue)},d},n.fn.extend({fadeto:function(a,b,c,d){return this.filter(v).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=n.isemptyobject(a),f=n.speed(b,c,d),g=function(){var b=lc(this,n.extend({},a),f);(e||n._data(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queuehooks",f=n.timers,g=n._data(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&dc.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));(b||!c)&&n.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=n._data(this),d=c[a+"queue"],e=c[a+"queuehooks"],f=n.timers,g=d?d.length:0;for(c.finish=!0,n.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),n.each(["toggle","show","hide"],function(a,b){var c=n.fn[b];n.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(hc(b,!0),a,d,e)}}),n.each({slidedown:hc("show"),slideup:hc("hide"),slidetoggle:hc("toggle"),fadein:{opacity:"show"},fadeout:{opacity:"hide"},fadetoggle:{opacity:"toggle"}},function(a,b){n.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),n.timers=[],n.fx.tick=function(){var a,b=n.timers,c=0;for(_b=n.now();ca",a=e.getelementsbytagname("a")[0],c=z.createelement("select"),d=c.appendchild(z.createelement("option")),b=e.getelementsbytagname("input")[0],a.style.csstext="top:1px",l.getsetattribute="t"!==e.classname,l.style=/top/.test(a.getattribute("style")),l.hrefnormalized="/a"===a.getattribute("href"),l.checkon=!!b.value,l.optselected=d.selected,l.enctype=!!z.createelement("form").enctype,c.disabled=!0,l.optdisabled=!d.disabled,b=z.createelement("input"),b.setattribute("value",""),l.input=""===b.getattribute("value"),b.value="t",b.setattribute("type","radio"),l.radiovalue="t"===b.value,a=b=c=d=e=null}();var mc=/\r/g;n.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=n.isfunction(a),this.each(function(c){var e;1===this.nodetype&&(e=d?a.call(this,c,n(this).val()):a,null==e?e="":"number"==typeof e?e+="":n.isarray(e)&&(e=n.map(e,function(a){return null==a?"":a+""})),b=n.valhooks[this.type]||n.valhooks[this.nodename.tolowercase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=n.valhooks[e.type]||n.valhooks[e.nodename.tolowercase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(mc,""):null==c?"":c)}}}),n.extend({valhooks:{option:{get:function(a){var b=n.find.attr(a,"value");return null!=b?b:n.text(a)}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedindex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],!(!c.selected&&i!==e||(l.optdisabled?c.disabled:null!==c.getattribute("disabled"))||c.parentnode.disabled&&n.nodename(c.parentnode,"optgroup"))){if(b=n(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=n.makearray(b),g=e.length;while(g--)if(d=e[g],n.inarray(n.valhooks.option.get(d),f)>=0)try{d.selected=c=!0}catch(h){d.scrollheight}else d.selected=!1;return c||(a.selectedindex=-1),e}}}}),n.each(["radio","checkbox"],function(){n.valhooks[this]={set:function(a,b){return n.isarray(b)?a.checked=n.inarray(n(a).val(),b)>=0:void 0}},l.checkon||(n.valhooks[this].get=function(a){return null===a.getattribute("value")?"on":a.value})});var nc,oc,pc=n.expr.attrhandle,qc=/^(?:checked|selected)$/i,rc=l.getsetattribute,sc=l.input;n.fn.extend({attr:function(a,b){return w(this,n.attr,a,b,arguments.length>1)},removeattr:function(a){return this.each(function(){n.removeattr(this,a)})}}),n.extend({attr:function(a,b,c){var d,e,f=a.nodetype;if(a&&3!==f&&8!==f&&2!==f)return typeof a.getattribute===l?n.prop(a,b,c):(1===f&&n.isxmldoc(a)||(b=b.tolowercase(),d=n.attrhooks[b]||(n.expr.match.bool.test(b)?oc:nc)),void 0===c?d&&"get"in d&&null!==(e=d.get(a,b))?e:(e=n.find.attr(a,b),null==e?void 0:e):null!==c?d&&"set"in d&&void 0!==(e=d.set(a,c,b))?e:(a.setattribute(b,c+""),c):void n.removeattr(a,b))},removeattr:function(a,b){var c,d,e=0,f=b&&b.match(f);if(f&&1===a.nodetype)while(c=f[e++])d=n.propfix[c]||c,n.expr.match.bool.test(c)?sc&&rc||!qc.test(c)?a[d]=!1:a[n.camelcase("default-"+c)]=a[d]=!1:n.attr(a,c,""),a.removeattribute(rc?c:d)},attrhooks:{type:{set:function(a,b){if(!l.radiovalue&&"radio"===b&&n.nodename(a,"input")){var c=a.value;return a.setattribute("type",b),c&&(a.value=c),b}}}}}),oc={set:function(a,b,c){return b===!1?n.removeattr(a,c):sc&&rc||!qc.test(c)?a.setattribute(!rc&&n.propfix[c]||c,c):a[n.camelcase("default-"+c)]=a[c]=!0,c}},n.each(n.expr.match.bool.source.match(/\w+/g),function(a,b){var c=pc[b]||n.find.attr;pc[b]=sc&&rc||!qc.test(b)?function(a,b,d){var e,f;return d||(f=pc[b],pc[b]=e,e=null!=c(a,b,d)?b.tolowercase():null,pc[b]=f),e}:function(a,b,c){return c?void 0:a[n.camelcase("default-"+b)]?b.tolowercase():null}}),sc&&rc||(n.attrhooks.value={set:function(a,b,c){return n.nodename(a,"input")?void(a.defaultvalue=b):nc&&nc.set(a,b,c)}}),rc||(nc={set:function(a,b,c){var d=a.getattributenode(c);return d||a.setattributenode(d=a.ownerdocument.createattribute(c)),d.value=b+="","value"===c||b===a.getattribute(c)?b:void 0}},pc.id=pc.name=pc.coords=function(a,b,c){var d;return c?void 0:(d=a.getattributenode(b))&&""!==d.value?d.value:null},n.valhooks.button={get:function(a,b){var c=a.getattributenode(b);return c&&c.specified?c.value:void 0},set:nc.set},n.attrhooks.contenteditable={set:function(a,b,c){nc.set(a,""===b?!1:b,c)}},n.each(["width","height"],function(a,b){n.attrhooks[b]={set:function(a,c){return""===c?(a.setattribute(b,"auto"),c):void 0}}})),l.style||(n.attrhooks.style={get:function(a){return a.style.csstext||void 0},set:function(a,b){return a.style.csstext=b+""}});var tc=/^(?:input|select|textarea|button|object)$/i,uc=/^(?:a|area)$/i;n.fn.extend({prop:function(a,b){return w(this,n.prop,a,b,arguments.length>1)},removeprop:function(a){return a=n.propfix[a]||a,this.each(function(){try{this[a]=void 0,delete this[a]}catch(b){}})}}),n.extend({propfix:{"for":"htmlfor","class":"classname"},prop:function(a,b,c){var d,e,f,g=a.nodetype;if(a&&3!==g&&8!==g&&2!==g)return f=1!==g||!n.isxmldoc(a),f&&(b=n.propfix[b]||b,e=n.prophooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},prophooks:{tabindex:{get:function(a){var b=n.find.attr(a,"tabindex");return b?parseint(b,10):tc.test(a.nodename)||uc.test(a.nodename)&&a.href?0:-1}}}}),l.hrefnormalized||n.each(["href","src"],function(a,b){n.prophooks[b]={get:function(a){return a.getattribute(b,4)}}}),l.optselected||(n.prophooks.selected={get:function(a){var b=a.parentnode;return b&&(b.selectedindex,b.parentnode&&b.parentnode.selectedindex),null}}),n.each(["tabindex","readonly","maxlength","cellspacing","cellpadding","rowspan","colspan","usemap","frameborder","contenteditable"],function(){n.propfix[this.tolowercase()]=this}),l.enctype||(n.propfix.enctype="encoding");var vc=/[\t\r\n\f]/g;n.fn.extend({addclass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j="string"==typeof a&&a;if(n.isfunction(a))return this.each(function(b){n(this).addclass(a.call(this,b,this.classname))});if(j)for(b=(a||"").match(f)||[];i>h;h++)if(c=this[h],d=1===c.nodetype&&(c.classname?(" "+c.classname+" ").replace(vc," "):" ")){f=0;while(e=b[f++])d.indexof(" "+e+" ")<0&&(d+=e+" ");g=n.trim(d),c.classname!==g&&(c.classname=g)}return this},removeclass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j=0===arguments.length||"string"==typeof a&&a;if(n.isfunction(a))return this.each(function(b){n(this).removeclass(a.call(this,b,this.classname))});if(j)for(b=(a||"").match(f)||[];i>h;h++)if(c=this[h],d=1===c.nodetype&&(c.classname?(" "+c.classname+" ").replace(vc," "):"")){f=0;while(e=b[f++])while(d.indexof(" "+e+" ")>=0)d=d.replace(" "+e+" "," ");g=a?n.trim(d):"",c.classname!==g&&(c.classname=g)}return this},toggleclass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addclass(a):this.removeclass(a):this.each(n.isfunction(a)?function(c){n(this).toggleclass(a.call(this,c,this.classname,b),b)}:function(){if("string"===c){var b,d=0,e=n(this),f=a.match(f)||[];while(b=f[d++])e.hasclass(b)?e.removeclass(b):e.addclass(b)}else(c===l||"boolean"===c)&&(this.classname&&n._data(this,"__classname__",this.classname),this.classname=this.classname||a===!1?"":n._data(this,"__classname__")||"")})},hasclass:function(a){for(var b=" "+a+" ",c=0,d=this.length;d>c;c++)if(1===this[c].nodetype&&(" "+this[c].classname+" ").replace(vc," ").indexof(b)>=0)return!0;return!1}}),n.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(a,b){n.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),n.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}});var wc=n.now(),xc=/\?/,yc=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fa-f]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[ee][+-]?\d+|)/g;n.parsejson=function(b){if(a.json&&a.json.parse)return a.json.parse(b+"");var c,d=null,e=n.trim(b+"");return e&&!n.trim(e.replace(yc,function(a,b,e,f){return c&&b&&(d=0),0===d?a:(c=e||b,d+=!f-!e,"")}))?function("return "+e)():n.error("invalid json: "+b)},n.parsexml=function(b){var c,d;if(!b||"string"!=typeof b)return null;try{a.domparser?(d=new domparser,c=d.parsefromstring(b,"text/xml")):(c=new activexobject("microsoft.xmldom"),c.async="false",c.loadxml(b))}catch(e){c=void 0}return c&&c.documentelement&&!c.getelementsbytagname("parsererror").length||n.error("invalid xml: "+b),c};var zc,ac,bc=/#.*$/,cc=/([?&])_=[^&]*/,dc=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,ec=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,fc=/^(?:get|head)$/,gc=/^\/\//,hc=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,ic={},jc={},kc="*/".concat("*");try{ac=location.href}catch(lc){ac=z.createelement("a"),ac.href="",ac=ac.href}zc=hc.exec(ac.tolowercase())||[];function mc(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.tolowercase().match(f)||[];if(n.isfunction(c))while(d=f[e++])"+"===d.charat(0)?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function nc(a,b,c,d){var e={},f=a===jc;function g(h){var i;return e[h]=!0,n.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.datatypes.unshift(j),g(j),!1)}),i}return g(b.datatypes[0])||!e["*"]&&g("*")}function oc(a,b){var c,d,e=n.ajaxsettings.flatoptions||{};for(d in b)void 0!==b[d]&&((e[d]?a:c||(c={}))[d]=b[d]);return c&&n.extend(!0,a,c),a}function pc(a,b,c){var d,e,f,g,h=a.contents,i=a.datatypes;while("*"===i[0])i.shift(),void 0===e&&(e=a.mimetype||b.getresponseheader("content-type"));if(e)for(g in h)if(h[g]&&h[g].test(e)){i.unshift(g);break}if(i[0]in c)f=i[0];else{for(g in c){if(!i[0]||a.converters[g+" "+i[0]]){f=g;break}d||(d=g)}f=f||d}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function qc(a,b,c,d){var e,f,g,h,i,j={},k=a.datatypes.slice();if(k[1])for(g in a.converters)j[g.tolowercase()]=a.converters[g];f=k.shift();while(f)if(a.responsefields[f]&&(c[a.responsefields[f]]=b),!i&&d&&a.datafilter&&(b=a.datafilter(b,a.datatype)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"no conversion from "+i+" to "+f}}}return{state:"success",data:b}}n.extend({active:0,lastmodified:{},etag:{},ajaxsettings:{url:ac,type:"get",islocal:ec.test(zc[1]),global:!0,processdata:!0,async:!0,contenttype:"application/x-www-form-urlencoded; charset=utf-8",accepts:{"*":kc,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":!0,"text json":n.parsejson,"text xml":n.parsexml},flatoptions:{url:!0,context:!0}},ajaxsetup:function(a,b){return b?oc(oc(a,n.ajaxsettings),b):oc(n.ajaxsettings,a)},ajaxprefilter:mc(ic),ajaxtransport:mc(jc),ajax:function(a,b){"object"==typeof a&&(b=a,a=void 0),b=b||{};var c,d,e,f,g,h,i,j,k=n.ajaxsetup({},b),l=k.context||k,m=k.context&&(l.nodetype||l.jquery)?n(l):n.event,o=n.deferred(),p=n.callbacks("once memory"),q=k.statuscode||{},r={},s={},t=0,u="canceled",v={readystate:0,getresponseheader:function(a){var b;if(2===t){if(!j){j={};while(b=dc.exec(f))j[b[1].tolowercase()]=b[2]}b=j[a.tolowercase()]}return null==b?null:b},getallresponseheaders:function(){return 2===t?f:null},setrequestheader:function(a,b){var c=a.tolowercase();return t||(a=s[c]=s[c]||a,r[a]=b),this},overridemimetype:function(a){return t||(k.mimetype=a),this},statuscode:function(a){var b;if(a)if(2>t)for(b in a)q[b]=[q[b],a[b]];else v.always(a[v.status]);return this},abort:function(a){var b=a||u;return i&&i.abort(b),x(0,b),this}};if(o.promise(v).complete=p.add,v.success=v.done,v.error=v.fail,k.url=((a||k.url||ac)+"").replace(bc,"").replace(gc,zc[1]+"//"),k.type=b.method||b.type||k.method||k.type,k.datatypes=n.trim(k.datatype||"*").tolowercase().match(f)||[""],null==k.crossdomain&&(c=hc.exec(k.url.tolowercase()),k.crossdomain=!(!c||c[1]===zc[1]&&c[2]===zc[2]&&(c[3]||("http:"===c[1]?"80":"443"))===(zc[3]||("http:"===zc[1]?"80":"443")))),k.data&&k.processdata&&"string"!=typeof k.data&&(k.data=n.param(k.data,k.traditional)),nc(ic,k,b,v),2===t)return v;h=k.global,h&&0===n.active++&&n.event.trigger("ajaxstart"),k.type=k.type.touppercase(),k.hascontent=!fc.test(k.type),e=k.url,k.hascontent||(k.data&&(e=k.url+=(xc.test(e)?"&":"?")+k.data,delete k.data),k.cache===!1&&(k.url=cc.test(e)?e.replace(cc,"$1_="+wc++):e+(xc.test(e)?"&":"?")+"_="+wc++)),k.ifmodified&&(n.lastmodified[e]&&v.setrequestheader("if-modified-since",n.lastmodified[e]),n.etag[e]&&v.setrequestheader("if-none-match",n.etag[e])),(k.data&&k.hascontent&&k.contenttype!==!1||b.contenttype)&&v.setrequestheader("content-type",k.contenttype),v.setrequestheader("accept",k.datatypes[0]&&k.accepts[k.datatypes[0]]?k.accepts[k.datatypes[0]]+("*"!==k.datatypes[0]?", "+kc+"; q=0.01":""):k.accepts["*"]);for(d in k.headers)v.setrequestheader(d,k.headers[d]);if(k.beforesend&&(k.beforesend.call(l,v,k)===!1||2===t))return v.abort();u="abort";for(d in{success:1,error:1,complete:1})v[d](k[d]);if(i=nc(jc,k,b,v)){v.readystate=1,h&&m.trigger("ajaxsend",[v,k]),k.async&&k.timeout>0&&(g=settimeout(function(){v.abort("timeout")},k.timeout));try{t=1,i.send(r,x)}catch(w){if(!(2>t))throw w;x(-1,w)}}else x(-1,"no transport");function x(a,b,c,d){var j,r,s,u,w,x=b;2!==t&&(t=2,g&&cleartimeout(g),i=void 0,f=d||"",v.readystate=a>0?4:0,j=a>=200&&300>a||304===a,c&&(u=pc(k,v,c)),u=qc(k,u,v,j),j?(k.ifmodified&&(w=v.getresponseheader("last-modified"),w&&(n.lastmodified[e]=w),w=v.getresponseheader("etag"),w&&(n.etag[e]=w)),204===a||"head"===k.type?x="nocontent":304===a?x="notmodified":(x=u.state,r=u.data,s=u.error,j=!s)):(s=x,(a||!x)&&(x="error",0>a&&(a=0))),v.status=a,v.statustext=(b||x)+"",j?o.resolvewith(l,[r,x,v]):o.rejectwith(l,[v,x,s]),v.statuscode(q),q=void 0,h&&m.trigger(j?"ajaxsuccess":"ajaxerror",[v,k,j?r:s]),p.firewith(l,[v,x]),h&&(m.trigger("ajaxcomplete",[v,k]),--n.active||n.event.trigger("ajaxstop")))}return v},getjson:function(a,b,c){return n.get(a,b,c,"json")},getscript:function(a,b){return n.get(a,void 0,b,"script")}}),n.each(["get","post"],function(a,b){n[b]=function(a,c,d,e){return n.isfunction(c)&&(e=e||d,d=c,c=void 0),n.ajax({url:a,type:b,datatype:e,data:c,success:d})}}),n.each(["ajaxstart","ajaxstop","ajaxcomplete","ajaxerror","ajaxsuccess","ajaxsend"],function(a,b){n.fn[b]=function(a){return this.on(b,a)}}),n._evalurl=function(a){return n.ajax({url:a,type:"get",datatype:"script",async:!1,global:!1,"throws":!0})},n.fn.extend({wrapall:function(a){if(n.isfunction(a))return this.each(function(b){n(this).wrapall(a.call(this,b))});if(this[0]){var b=n(a,this[0].ownerdocument).eq(0).clone(!0);this[0].parentnode&&b.insertbefore(this[0]),b.map(function(){var a=this;while(a.firstchild&&1===a.firstchild.nodetype)a=a.firstchild;return a}).append(this)}return this},wrapinner:function(a){return this.each(n.isfunction(a)?function(b){n(this).wrapinner(a.call(this,b))}:function(){var b=n(this),c=b.contents();c.length?c.wrapall(a):b.append(a)})},wrap:function(a){var b=n.isfunction(a);return this.each(function(c){n(this).wrapall(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){n.nodename(this,"body")||n(this).replacewith(this.childnodes)}).end()}}),n.expr.filters.hidden=function(a){return a.offsetwidth<=0&&a.offsetheight<=0||!l.reliablehiddenoffsets()&&"none"===(a.style&&a.style.display||n.css(a,"display"))},n.expr.filters.visible=function(a){return!n.expr.filters.hidden(a)};var rc=/%20/g,sc=/\[\]$/,tc=/\r?\n/g,uc=/^(?:submit|button|image|reset|file)$/i,vc=/^(?:input|select|textarea|keygen)/i;function wc(a,b,c,d){var e;if(n.isarray(b))n.each(b,function(b,e){c||sc.test(a)?d(a,e):wc(a+"["+("object"==typeof e?b:"")+"]",e,c,d)});else if(c||"object"!==n.type(b))d(a,b);else for(e in b)wc(a+"["+e+"]",b[e],c,d)}n.param=function(a,b){var c,d=[],e=function(a,b){b=n.isfunction(b)?b():null==b?"":b,d[d.length]=encodeuricomponent(a)+"="+encodeuricomponent(b)};if(void 0===b&&(b=n.ajaxsettings&&n.ajaxsettings.traditional),n.isarray(a)||a.jquery&&!n.isplainobject(a))n.each(a,function(){e(this.name,this.value)});else for(c in a)wc(c,a[c],b,e);return d.join("&").replace(rc,"+")},n.fn.extend({serialize:function(){return n.param(this.serializearray())},serializearray:function(){return this.map(function(){var a=n.prop(this,"elements");return a?n.makearray(a):this}).filter(function(){var a=this.type;return this.name&&!n(this).is(":disabled")&&vc.test(this.nodename)&&!uc.test(a)&&(this.checked||!x.test(a))}).map(function(a,b){var c=n(this).val();return null==c?null:n.isarray(c)?n.map(c,function(a){return{name:b.name,value:a.replace(tc,"\r\n")}}):{name:b.name,value:c.replace(tc,"\r\n")}}).get()}}),n.ajaxsettings.xhr=void 0!==a.activexobject?function(){return!this.islocal&&/^(get|post|head|put|delete|options)$/i.test(this.type)&&$c()||_c()}:$c;var xc=0,yc={},zc=n.ajaxsettings.xhr();a.activexobject&&n(a).on("unload",function(){for(var a in yc)yc[a](void 0,!0)}),l.cors=!!zc&&"withcredentials"in zc,zc=l.ajax=!!zc,zc&&n.ajaxtransport(function(a){if(!a.crossdomain||l.cors){var b;return{send:function(c,d){var e,f=a.xhr(),g=++xc;if(f.open(a.type,a.url,a.async,a.username,a.password),a.xhrfields)for(e in a.xhrfields)f[e]=a.xhrfields[e];a.mimetype&&f.overridemimetype&&f.overridemimetype(a.mimetype),a.crossdomain||c["x-requested-with"]||(c["x-requested-with"]="xmlhttprequest");for(e in c)void 0!==c[e]&&f.setrequestheader(e,c[e]+"");f.send(a.hascontent&&a.data||null),b=function(c,e){var h,i,j;if(b&&(e||4===f.readystate))if(delete yc[g],b=void 0,f.onreadystatechange=n.noop,e)4!==f.readystate&&f.abort();else{j={},h=f.status,"string"==typeof f.responsetext&&(j.text=f.responsetext);try{i=f.statustext}catch(k){i=""}h||!a.islocal||a.crossdomain?1223===h&&(h=204):h=j.text?200:404}j&&d(h,i,j,f.getallresponseheaders())},a.async?4===f.readystate?settimeout(b):f.onreadystatechange=yc[g]=b:b()},abort:function(){b&&b(void 0,!0)}}}});function $c(){try{return new a.xmlhttprequest}catch(b){}}function _c(){try{return new a.activexobject("microsoft.xmlhttp")}catch(b){}}n.ajaxsetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(a){return n.globaleval(a),a}}}),n.ajaxprefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossdomain&&(a.type="get",a.global=!1)}),n.ajaxtransport("script",function(a){if(a.crossdomain){var b,c=z.head||n("head")[0]||z.documentelement;return{send:function(d,e){b=z.createelement("script"),b.async=!0,a.scriptcharset&&(b.charset=a.scriptcharset),b.src=a.url,b.onload=b.onreadystatechange=function(a,c){(c||!b.readystate||/loaded|complete/.test(b.readystate))&&(b.onload=b.onreadystatechange=null,b.parentnode&&b.parentnode.removechild(b),b=null,c||e(200,"success"))},c.insertbefore(b,c.firstchild)},abort:function(){b&&b.onload(void 0,!0)}}}});var ad=[],bd=/(=)\?(?=&|$)|\?\?/;n.ajaxsetup({jsonp:"callback",jsonpcallback:function(){var a=ad.pop()||n.expando+"_"+wc++;return this[a]=!0,a}}),n.ajaxprefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(bd.test(b.url)?"url":"string"==typeof b.data&&!(b.contenttype||"").indexof("application/x-www-form-urlencoded")&&bd.test(b.data)&&"data");return h||"jsonp"===b.datatypes[0]?(e=b.jsonpcallback=n.isfunction(b.jsonpcallback)?b.jsonpcallback():b.jsonpcallback,h?b[h]=b[h].replace(bd,"$1"+e):b.jsonp!==!1&&(b.url+=(xc.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||n.error(e+" was not called"),g[0]},b.datatypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){a[e]=f,b[e]&&(b.jsonpcallback=c.jsonpcallback,ad.push(e)),g&&n.isfunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),n.parsehtml=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||z;var d=v.exec(a),e=!c&&[];return d?[b.createelement(d[1])]:(d=n.buildfragment([a],b,e),e&&e.length&&n(e).remove(),n.merge([],d.childnodes))};var cd=n.fn.load;n.fn.load=function(a,b,c){if("string"!=typeof a&&cd)return cd.apply(this,arguments);var d,e,f,g=this,h=a.indexof(" ");return h>=0&&(d=a.slice(h,a.length),a=a.slice(0,h)),n.isfunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(f="post"),g.length>0&&n.ajax({url:a,type:f,datatype:"html",data:b}).done(function(a){e=arguments,g.html(d?n("").append(n.parsehtml(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,e||[a.responsetext,b,a])}),this},n.expr.filters.animated=function(a){return n.grep(n.timers,function(b){return a===b.elem}).length};var dd=a.document.documentelement;function ed(a){return n.iswindow(a)?a:9===a.nodetype?a.defaultview||a.parentwindow:!1}n.offset={setoffset:function(a,b,c){var d,e,f,g,h,i,j,k=n.css(a,"position"),l=n(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=n.css(a,"top"),i=n.css(a,"left"),j=("absolute"===k||"fixed"===k)&&n.inarray("auto",[f,i])>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parsefloat(f)||0,e=parsefloat(i)||0),n.isfunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},n.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){n.offset.setoffset(this,a,b)});var b,c,d={top:0,left:0},e=this[0],f=e&&e.ownerdocument;if(f)return b=f.documentelement,n.contains(b,e)?(typeof e.getboundingclientrect!==l&&(d=e.getboundingclientrect()),c=ed(f),{top:d.top+(c.pageyoffset||b.scrolltop)-(b.clienttop||0),left:d.left+(c.pagexoffset||b.scrollleft)-(b.clientleft||0)}):d},position:function(){if(this[0]){var a,b,c={top:0,left:0},d=this[0];return"fixed"===n.css(d,"position")?b=d.getboundingclientrect():(a=this.offsetparent(),b=this.offset(),n.nodename(a[0],"html")||(c=a.offset()),c.top+=n.css(a[0],"bordertopwidth",!0),c.left+=n.css(a[0],"borderleftwidth",!0)),{top:b.top-c.top-n.css(d,"margintop",!0),left:b.left-c.left-n.css(d,"marginleft",!0)}}},offsetparent:function(){return this.map(function(){var a=this.offsetparent||dd;while(a&&!n.nodename(a,"html")&&"static"===n.css(a,"position"))a=a.offsetparent;return a||dd})}}),n.each({scrollleft:"pagexoffset",scrolltop:"pageyoffset"},function(a,b){var c=/y/.test(b);n.fn[a]=function(d){return w(this,function(a,d,e){var f=ed(a);return void 0===e?f?b in f?f[b]:f.document.documentelement[d]:a[d]:void(f?f.scrollto(c?n(f).scrollleft():e,c?e:n(f).scrolltop()):a[d]=e)},a,d,arguments.length,null)}}),n.each(["top","left"],function(a,b){n.csshooks[b]=mb(l.pixelposition,function(a,c){return c?(c=kb(a,b),ib.test(c)?n(a).position()[b]+"px":c):void 0})}),n.each({height:"height",width:"width"},function(a,b){n.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){n.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return w(this,function(b,c,d){var e;return n.iswindow(b)?b.document.documentelement["client"+a]:9===b.nodetype?(e=b.documentelement,math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?n.css(b,c,g):n.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),n.fn.size=function(){return this.length},n.fn.andself=n.fn.addback,"function"==typeof define&&define.amd&&define("jquery",[],function(){return n});var fd=a.jquery,gd=a.$;return n.noconflict=function(b){return a.$===n&&(a.$=gd),b&&a.jquery===n&&(a.jquery=fd),n},typeof b===l&&(a.jquery=a.$=n),n});
/*
* jquery easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
*
*/
jquery.easing.jswing=jquery.easing.swing;jquery.extend(jquery.easing,{def:"easeoutquad",swing:function(e,f,a,h,g){return jquery.easing[jquery.easing.def](e,f,a,h,g)},easeinquad:function(e,f,a,h,g){return h*(f/=g)*f+a},easeoutquad:function(e,f,a,h,g){return -h*(f/=g)*(f-2)+a},easeinoutquad:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f+a}return -h/2*((--f)*(f-2)-1)+a},easeincubic:function(e,f,a,h,g){return h*(f/=g)*f*f+a},easeoutcubic:function(e,f,a,h,g){return h*((f=f/g-1)*f*f+1)+a},easeinoutcubic:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f+a}return h/2*((f-=2)*f*f+2)+a},easeinquart:function(e,f,a,h,g){return h*(f/=g)*f*f*f+a},easeoutquart:function(e,f,a,h,g){return -h*((f=f/g-1)*f*f*f-1)+a},easeinoutquart:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f+a}return -h/2*((f-=2)*f*f*f-2)+a},easeinquint:function(e,f,a,h,g){return h*(f/=g)*f*f*f*f+a},easeoutquint:function(e,f,a,h,g){return h*((f=f/g-1)*f*f*f*f+1)+a},easeinoutquint:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f*f+a}return h/2*((f-=2)*f*f*f*f+2)+a},easeinsine:function(e,f,a,h,g){return -h*math.cos(f/g*(math.pi/2))+h+a},easeoutsine:function(e,f,a,h,g){return h*math.sin(f/g*(math.pi/2))+a},easeinoutsine:function(e,f,a,h,g){return -h/2*(math.cos(math.pi*f/g)-1)+a},easeinexpo:function(e,f,a,h,g){return(f==0)?a:h*math.pow(2,10*(f/g-1))+a},easeoutexpo:function(e,f,a,h,g){return(f==g)?a+h:h*(-math.pow(2,-10*f/g)+1)+a},easeinoutexpo:function(e,f,a,h,g){if(f==0){return a}if(f==g){return a+h}if((f/=g/2)<1){return h/2*math.pow(2,10*(f-1))+a}return h/2*(-math.pow(2,-10*--f)+2)+a},easeincirc:function(e,f,a,h,g){return -h*(math.sqrt(1-(f/=g)*f)-1)+a},easeoutcirc:function(e,f,a,h,g){return h*math.sqrt(1-(f=f/g-1)*f)+a},easeinoutcirc:function(e,f,a,h,g){if((f/=g/2)<1){return -h/2*(math.sqrt(1-f*f)-1)+a}return h/2*(math.sqrt(1-(f-=2)*f)+1)+a},easeinelastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k)==1){return e+l}if(!j){j=k*0.3}if(g