").append(st.parseHTML(t)).find(s):t)}).complete(n&&function(t,e){r.each(n,o||[t.responseText,e,t])}),this},st.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(t,e){st.fn[e]=function(t){return this.on(e,t)}}),st.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:se,type:"GET",isLocal:ce.test(ne[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":ve,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":st.parseJSON,"text xml":st.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,e){return e?A(A(t,st.ajaxSettings),e):A(st.ajaxSettings,t)},ajaxPrefilter:z(me),ajaxTransport:z(ge),ajax:function(t,i){function n(t,i,n,r){var h,u,b,y,_,C=i;2!==w&&(w=2,l&&clearTimeout(l),s=e,o=r||"",x.readyState=t>0?4:0,h=t>=200&&300>t||304===t,n&&(y=I(d,x,n)),y=E(d,y,x,h),h?(d.ifModified&&((_=x.getResponseHeader("Last-Modified"))&&(st.lastModified[a]=_),(_=x.getResponseHeader("etag"))&&(st.etag[a]=_)),204===t||"HEAD"===d.type?C="nocontent":304===t?C="notmodified":(C=y.state,u=y.data,b=y.error,h=!b)):(b=C,(t||!C)&&(C="error",0>t&&(t=0))),x.status=t,x.statusText=(i||C)+"",h?m.resolveWith(p,[u,C,x]):m.rejectWith(p,[x,C,b]),x.statusCode(v),v=e,c&&f.trigger(h?"ajaxSuccess":"ajaxError",[x,d,h?u:b]),g.fireWith(p,[x,C]),c&&(f.trigger("ajaxComplete",[x,d]),--st.active||st.event.trigger("ajaxStop")))}"object"==typeof t&&(i=t,t=e),i=i||{};var s,a,o,r,l,h,c,u,d=st.ajaxSetup({},i),p=d.context||d,f=d.context&&(p.nodeType||p.jquery)?st(p):st.event,m=st.Deferred(),g=st.Callbacks("once memory"),v=d.statusCode||{},b={},y={},w=0,_="canceled",x={readyState:0,getResponseHeader:function(t){var e;if(2===w){if(!r)for(r={};e=he.exec(o);)r[e[1].toLowerCase()]=e[2];e=r[t.toLowerCase()]}return null==e?null:e},getAllResponseHeaders:function(){return 2===w?o:null},setRequestHeader:function(t,e){var i=t.toLowerCase();return w||(t=y[i]=y[i]||t,b[t]=e),this},overrideMimeType:function(t){return w||(d.mimeType=t),this},statusCode:function(t){var e;if(t)if(2>w)for(e in t)v[e]=[v[e],t[e]];else x.always(t[x.status]);return this},abort:function(t){var e=t||_;return s&&s.abort(e),n(0,e),this}};if(m.promise(x).complete=g.add,x.success=x.done,x.error=x.fail,d.url=((t||d.url||se)+"").replace(re,"").replace(de,ne[1]+"//"),d.type=i.method||i.type||d.method||d.type,d.dataTypes=st.trim(d.dataType||"*").toLowerCase().match(ot)||[""],null==d.crossDomain&&(h=pe.exec(d.url.toLowerCase()),d.crossDomain=!(!h||h[1]===ne[1]&&h[2]===ne[2]&&(h[3]||("http:"===h[1]?"80":"443"))===(ne[3]||("http:"===ne[1]?"80":"443")))),d.data&&d.processData&&"string"!=typeof d.data&&(d.data=st.param(d.data,d.traditional)),P(me,d,i,x),2===w)return x;(c=d.global)&&0==st.active++&&st.event.trigger("ajaxStart"),d.type=d.type.toUpperCase(),d.hasContent=!ue.test(d.type),a=d.url,d.hasContent||(d.data&&(a=d.url+=(oe.test(a)?"&":"?")+d.data,delete d.data),!1===d.cache&&(d.url=le.test(a)?a.replace(le,"$1_="+ae++):a+(oe.test(a)?"&":"?")+"_="+ae++)),d.ifModified&&(st.lastModified[a]&&x.setRequestHeader("If-Modified-Since",st.lastModified[a]),st.etag[a]&&x.setRequestHeader("If-None-Match",st.etag[a])),(d.data&&d.hasContent&&!1!==d.contentType||i.contentType)&&x.setRequestHeader("Content-Type",d.contentType),x.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+("*"!==d.dataTypes[0]?", "+ve+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)x.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(!1===d.beforeSend.call(p,x,d)||2===w))return x.abort();_="abort";for(u in{success:1,error:1,complete:1})x[u](d[u]);if(s=P(ge,d,i,x)){x.readyState=1,c&&f.trigger("ajaxSend",[x,d]),d.async&&d.timeout>0&&(l=setTimeout(function(){x.abort("timeout")},d.timeout));try{w=1,s.send(b,n)}catch(t){if(!(2>w))throw t;n(-1,t)}}else n(-1,"No Transport");return x},getJSON:function(t,e,i){return st.get(t,e,i,"json")},getScript:function(t,i){return st.get(t,e,i,"script")}}),st.each(["get","post"],function(t,i){st[i]=function(t,n,s,a){return st.isFunction(n)&&(a=a||s,s=n,n=e),st.ajax({url:t,type:i,dataType:a,data:n,success:s})}}),st.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(t){return st.globalEval(t),t}}}),st.ajaxPrefilter("script",function(t){t.cache===e&&(t.cache=!1),t.crossDomain&&(t.type="GET")}),st.ajaxTransport("script",function(t){if(t.crossDomain){var e,i;return{send:function(n,s){e=st("