(function(bw,ba){var b0=bw.document;var bW=(function(){var q=function(J,I){return new q.fn.init(J,I)},s=bw.jQuery,l=bw.$,H,a=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,p=/^.[^:#\[\.,]*$/,C=/\S/,z=/\s/,G=/^\s+/,w=/\s+$/,r=/\W/,e=/\d/,o=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,m=/^[\],:{}\s]*$/,c=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,E=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,A=/(?:^|:|,)(?:\s*\[)+/g,x=/(webkit)[ \/]([\w.]+)/,i=/(opera)(?:.*version)?[ \/]([\w.]+)/,v=/(msie) ([\w.]+)/,F=/(mozilla)(?:.*? rv:([\w.]+))?/,b=navigator.userAgent,k,u=false,g=[],f,n=Object.prototype.toString,d=Object.prototype.hasOwnProperty,B=Array.prototype.push,t=Array.prototype.slice,j=String.prototype.trim,y=Array.prototype.indexOf,D={};q.fn=q.prototype={init:function(L,I){var J,N,K,M;if(!L){return this}if(L.nodeType){this.context=this[0]=L;this.length=1;return this}if(L==="body"&&!I&&b0.body){this.context=b0;this[0]=b0.body;this.selector="body";this.length=1;return this}if(typeof L==="string"){J=a.exec(L);if(J&&(J[1]||!I)){if(J[1]){M=(I?I.ownerDocument||I:b0);K=o.exec(L);if(K){if(q.isPlainObject(I)){L=[b0.createElement(K[1])];q.fn.attr.call(L,I,true)}else{L=[M.createElement(K[1])]}}else{K=q.buildFragment([J[1]],[M]);L=(K.cacheable?K.fragment.cloneNode(true):K.fragment).childNodes}return q.merge(this,L)}else{N=b0.getElementById(J[2]);if(N&&N.parentNode){if(N.id!==J[2]){return H.find(L)}this.length=1;this[0]=N}this.context=b0;this.selector=L;return this}}else{if(!I&&!r.test(L)){this.selector=L;this.context=b0;L=b0.getElementsByTagName(L);return q.merge(this,L)}else{if(!I||I.jquery){return(I||H).find(L)}else{return q(I).find(L)}}}}else{if(q.isFunction(L)){return H.ready(L)}}if(L.selector!==ba){this.selector=L.selector;this.context=L.context}return q.makeArray(L,this)},selector:"",jquery:"1.4.4",length:0,size:function(){return this.length},toArray:function(){return t.call(this,0)},get:function(I){return I==null?this.toArray():(I<0?this.slice(I)[0]:this[I])},pushStack:function(K,I,L){var J=q();if(q.isArray(K)){B.apply(J,K)}else{q.merge(J,K)}J.prevObject=this;J.context=this.context;if(I==="find"){J.selector=this.selector+(this.selector?" ":"")+L}else{if(I){J.selector=this.selector+"."+I+"("+L+")"}}return J},each:function(I,J){return q.each(this,I,J)},ready:function(I){q.bindReady();if(q.isReady){I.call(b0,q)}else{if(g){g.push(I)}}return this},eq:function(I){return I===-1?this.slice(I):this.slice(I,+I+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(t.apply(this,arguments),"slice",t.call(arguments).join(","))},map:function(I){return this.pushStack(q.map(this,function(J,K){return I.call(J,K,J)}))},end:function(){return this.prevObject||q(null)},push:B,sort:[].sort,splice:[].splice};q.fn.init.prototype=q.fn;q.extend=q.fn.extend=function(){var R,O,Q,P,K,J,L=arguments[0]||{},M=1,N=arguments.length,I=false;if(typeof L==="boolean"){I=L;L=arguments[1]||{};M=2}if(typeof L!=="object"&&!q.isFunction(L)){L={}}if(N===M){L=this;--M}for(;M<N;M++){if((R=arguments[M])!=null){for(O in R){Q=L[O];P=R[O];if(L===P){continue}if(I&&P&&(q.isPlainObject(P)||(K=q.isArray(P)))){if(K){K=false;J=Q&&q.isArray(Q)?Q:[]}else{J=Q&&q.isPlainObject(Q)?Q:{}}L[O]=q.extend(I,J,P)}else{if(P!==ba){L[O]=P}}}}}return L};q.extend({noConflict:function(I){bw.$=l;if(I){bw.jQuery=s}return q},isReady:false,readyWait:1,ready:function(I){if(I===true){q.readyWait--}if(!q.readyWait||(I!==true&&!q.isReady)){if(!b0.body){return setTimeout(q.ready,1)}q.isReady=true;if(I!==true&&--q.readyWait>0){return}if(g){var J,L=0,K=g;g=null;while((J=K[L++])){J.call(b0,q)}if(q.fn.trigger){q(b0).trigger("ready").unbind("ready")}}}},bindReady:function(){if(u){return}u=true;if(b0.readyState==="complete"){return setTimeout(q.ready,1)}if(b0.addEventListener){b0.addEventListener("DOMContentLoaded",f,false);bw.addEventListener("load",q.ready,false)}else{if(b0.attachEvent){b0.attachEvent("onreadystatechange",f);bw.attachEvent("onload",q.ready);var J=false;try{J=bw.frameElement==null}catch(I){}if(b0.documentElement.doScroll&&J){h()}}}},isFunction:function(I){return q.type(I)==="function"},isArray:Array.isArray||function(I){return q.type(I)==="array"},isWindow:function(I){return I&&typeof I==="object"&&"setInterval" in I},isNaN:function(I){return I==null||!e.test(I)||isNaN(I)},type:function(I){return I==null?String(I):D[n.call(I)]||"object"},isPlainObject:function(I){if(!I||q.type(I)!=="object"||I.nodeType||q.isWindow(I)){return false}if(I.constructor&&!d.call(I,"constructor")&&!d.call(I.constructor.prototype,"isPrototypeOf")){return false}var J;for(J in I){}return J===ba||d.call(I,J)},isEmptyObject:function(I){for(var J in I){return false}return true},error:function(I){throw I},parseJSON:function(I){if(typeof I!=="string"||!I){return null}I=q.trim(I);if(m.test(I.replace(c,"@").replace(E,"]").replace(A,""))){return bw.JSON&&bw.JSON.parse?bw.JSON.parse(I):(new Function("return "+I))()}else{q.error("Invalid JSON: "+I)}},noop:function(){},globalEval:function(I){if(I&&C.test(I)){var J=b0.getElementsByTagName("head")[0]||b0.documentElement,K=b0.createElement("script");K.type="text/javascript";if(q.support.scriptEval){K.appendChild(b0.createTextNode(I))}else{K.text=I}J.insertBefore(K,J.firstChild);J.removeChild(K)}},nodeName:function(I,J){return I.nodeName&&I.nodeName.toUpperCase()===J.toUpperCase()},each:function(M,I,N){var O,L=0,K=M.length,P=K===ba||q.isFunction(M);if(N){if(P){for(O in M){if(I.apply(M[O],N)===false){break}}}else{for(;L<K;){if(I.apply(M[L++],N)===false){break}}}}else{if(P){for(O in M){if(I.call(M[O],O,M[O])===false){break}}}else{for(var J=M[0];L<K&&I.call(J,L,J)!==false;J=M[++L]){}}}return M},trim:j?function(I){return I==null?"":j.call(I)}:function(I){return I==null?"":I.toString().replace(G,"").replace(w,"")},makeArray:function(I,K){var L=K||[];if(I!=null){var J=q.type(I);if(I.length==null||J==="string"||J==="function"||J==="regexp"||q.isWindow(I)){B.call(L,I)}else{q.merge(L,I)}}return L},inArray:function(J,I){if(I.indexOf){return I.indexOf(J)}for(var L=0,K=I.length;L<K;L++){if(I[L]===J){return L}}return -1},merge:function(K,M){var L=K.length,I=0;if(typeof M.length==="number"){for(var J=M.length;I<J;I++){K[L++]=M[I]}}else{while(M[I]!==ba){K[L++]=M[I++]}}K.length=L;return K},grep:function(M,O,N){var L=[],I;N=!!N;for(var K=0,J=M.length;K<J;K++){I=!!O(M[K],K);if(N!==I){L.push(M[K])}}return L},map:function(M,O,N){var L=[],I;for(var K=0,J=M.length;K<J;K++){I=O(M[K],K,N);if(I!=null){L[L.length]=I}}return L.concat.apply([],L)},guid:1,proxy:function(I,J,K){if(arguments.length===2){if(typeof J==="string"){K=I;I=K[J];J=ba}else{if(J&&!q.isFunction(J)){K=J;J=ba}}}if(!J&&I){J=function(){return I.apply(K||this,arguments)}}if(I){J.guid=I.guid=I.guid||J.guid||q.guid++}return J},access:function(Q,I,K,O,L,J){var P=Q.length;if(typeof I==="object"){for(var N in I){q.access(Q,N,I[N],O,L,K)}return Q}if(K!==ba){O=!J&&O&&q.isFunction(K);for(var M=0;M<P;M++){L(Q[M],I,O?K.call(Q[M],M,L(Q[M],I)):K,J)}return Q}return P?L(Q[0],I):ba},now:function(){return(new Date()).getTime()},uaMatch:function(I){I=I.toLowerCase();var J=x.exec(I)||i.exec(I)||v.exec(I)||I.indexOf("compatible")<0&&F.exec(I)||[];return{browser:J[1]||"",version:J[2]||"0"}},browser:{}});q.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(I,J){D["[object "+J+"]"]=J.toLowerCase()});k=q.uaMatch(b);if(k.browser){q.browser[k.browser]=true;q.browser.version=k.version}if(q.browser.webkit){q.browser.safari=true}if(y){q.inArray=function(J,I){return y.call(I,J)}}if(!z.test("\xA0")){G=/^[\s\xA0]+/;w=/[\s\xA0]+$/}H=q(b0);if(b0.addEventListener){f=function(){b0.removeEventListener("DOMContentLoaded",f,false);q.ready()}}else{if(b0.attachEvent){f=function(){if(b0.readyState==="complete"){b0.detachEvent("onreadystatechange",f);q.ready()}}}}function h(){if(q.isReady){return}try{b0.documentElement.doScroll("left")}catch(I){setTimeout(h,1);return}q.ready()}return(bw.jQuery=bw.$=q)})();(function(){bW.support={};var e=b0.documentElement,f=b0.createElement("script"),l=b0.createElement("div"),k="script"+bW.now();l.style.display="none";l.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var b=l.getElementsByTagName("*"),d=l.getElementsByTagName("a")[0],c=b0.createElement("select"),j=c.appendChild(b0.createElement("option"));if(!b||!b.length||!d){return}bW.support={leadingWhitespace:l.firstChild.nodeType===3,tbody:!l.getElementsByTagName("tbody").length,htmlSerialize:!!l.getElementsByTagName("link").length,style:/red/.test(d.getAttribute("style")),hrefNormalized:d.getAttribute("href")==="/a",opacity:/^0.55$/.test(d.style.opacity),cssFloat:!!d.style.cssFloat,checkOn:l.getElementsByTagName("input")[0].value==="on",optSelected:j.selected,deleteExpando:true,optDisabled:false,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableHiddenOffsets:true};c.disabled=true;bW.support.optDisabled=!j.disabled;f.type="text/javascript";try{f.appendChild(b0.createTextNode("window."+k+"=1;"))}catch(h){}e.insertBefore(f,e.firstChild);if(bw[k]){bW.support.scriptEval=true;delete bw[k]}try{delete f.test}catch(h){bW.support.deleteExpando=false}e.removeChild(f);if(l.attachEvent&&l.fireEvent){l.attachEvent("onclick",function a(){bW.support.noCloneEvent=false;l.detachEvent("onclick",a)});l.cloneNode(true).fireEvent("onclick")}l=b0.createElement("div");l.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";var i=b0.createDocumentFragment();i.appendChild(l.firstChild);bW.support.checkClone=i.cloneNode(true).cloneNode(true).lastChild.checked;bW(function(){var m=b0.createElement("div");m.style.width=m.style.paddingLeft="1px";b0.body.appendChild(m);bW.boxModel=bW.support.boxModel=m.offsetWidth===2;if("zoom" in m.style){m.style.display="inline";m.style.zoom=1;bW.support.inlineBlockNeedsLayout=m.offsetWidth===2;m.style.display="";m.innerHTML="<div style='width:4px;'></div>";bW.support.shrinkWrapBlocks=m.offsetWidth!==2}m.innerHTML="<table><tr><td style='padding:0;display:none'></td><td>t</td></tr></table>";var n=m.getElementsByTagName("td");bW.support.reliableHiddenOffsets=n[0].offsetHeight===0;n[0].style.display="";n[1].style.display="none";bW.support.reliableHiddenOffsets=bW.support.reliableHiddenOffsets&&n[0].offsetHeight===0;m.innerHTML="";b0.body.removeChild(m).style.display="none";m=n=null});var g=function(m){var n=b0.createElement("div");m="on"+m;var o=(m in n);if(!o){n.setAttribute(m,"return;");o=typeof n[m]==="function"}n=null;return o};bW.support.submitBubbles=g("submit");bW.support.changeBubbles=g("change");e=f=l=b=d=null})();var bm={},aU=/^(?:\{.*\}|\[.*\])$/;bW.extend({cache:{},uuid:0,expando:"jQuery"+bW.now(),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},data:function(f,g,c){if(!bW.acceptData(f)){return}f=f==bw?bm:f;var d=f.nodeType,b=d?f[bW.expando]:null,a=bW.cache,e;if(d&&!b&&typeof g==="string"&&c===ba){return}if(!d){a=f}else{if(!b){f[bW.expando]=b=++bW.uuid}}if(typeof g==="object"){if(d){a[b]=bW.extend(a[b],g)}else{bW.extend(a,g)}}else{if(d&&!a[b]){a[b]={}}}e=d?a[b]:a;if(c!==ba){e[g]=c}return typeof g==="string"?e[g]:e},removeData:function(f,g){if(!bW.acceptData(f)){return}f=f==bw?bm:f;var d=f.nodeType,b=d?f[bW.expando]:f,a=bW.cache,e=d?a[b]:b;if(g){if(e){delete e[g];if(d&&bW.isEmptyObject(e)){bW.removeData(f)}}}else{if(d&&bW.support.deleteExpando){delete f[bW.expando]}else{if(f.removeAttribute){f.removeAttribute(bW.expando)}else{if(d){delete a[b]}else{for(var c in f){delete f[c]}}}}}},acceptData:function(a){if(a.nodeName){var b=bW.noData[a.nodeName.toLowerCase()];if(b){return !(b===true||a.getAttribute("classid")!==b)}}return true}});bW.fn.extend({data:function(d,b){var c=null;if(typeof d==="undefined"){if(this.length){var h=this[0].attributes,f;c=bW.data(this[0]);for(var e=0,g=h.length;e<g;e++){f=h[e].name;if(f.indexOf("data-")===0){f=f.substr(5);bq(this[0],f,c[f])}}}return c}else{if(typeof d==="object"){return this.each(function(){bW.data(this,d)})}}var a=d.split(".");a[1]=a[1]?"."+a[1]:"";if(b===ba){c=this.triggerHandler("getData"+a[1]+"!",[a[0]]);if(c===ba&&this.length){c=bW.data(this[0],d);c=bq(this[0],d,c)}return c===ba&&a[1]?this.data(a[0]):c}else{return this.each(function(){var i=bW(this),j=[a[0],b];i.triggerHandler("setData"+a[1]+"!",j);bW.data(this,d,b);i.triggerHandler("changeData"+a[1]+"!",j)})}},removeData:function(a){return this.each(function(){bW.removeData(this,a)})}});function bq(c,d,b){if(b===ba&&c.nodeType===1){b=c.getAttribute("data-"+d);if(typeof b==="string"){try{b=b==="true"?true:b==="false"?false:b==="null"?null:!bW.isNaN(b)?parseFloat(b):aU.test(b)?bW.parseJSON(b):b}catch(a){}bW.data(c,d,b)}else{b=ba}}return b}bW.extend({queue:function(c,d,a){if(!c){return}d=(d||"fx")+"queue";var b=bW.data(c,d);if(!a){return b||[]}if(!b||bW.isArray(a)){b=bW.data(c,d,bW.makeArray(a))}else{b.push(a)}return b},dequeue:function(a,b){b=b||"fx";var d=bW.queue(a,b),c=d.shift();if(c==="inprogress"){c=d.shift()}if(c){if(b==="fx"){d.unshift("inprogress")}c.call(a,function(){bW.dequeue(a,b)})}}});bW.fn.extend({queue:function(b,a){if(typeof b!=="string"){a=b;b="fx"}if(a===ba){return bW.queue(this[0],b)}return this.each(function(c){var d=bW.queue(this,b,a);if(b==="fx"&&d[0]!=="inprogress"){bW.dequeue(this,b)}})},dequeue:function(a){return this.each(function(){bW.dequeue(this,a)})},delay:function(a,b){a=bW.fx?bW.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var c=this;setTimeout(function(){bW.dequeue(c,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var aW=/[\n\t]/g,ca=/\s+/,aS=/\r/g,cb=/^(?:href|src|style)$/,a3=/^(?:button|input)$/i,b3=/^(?:button|input|object|select|textarea)$/i,a6=/^a(?:rea)?$/i,b6=/^(?:radio|checkbox)$/i;bW.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};bW.fn.extend({attr:function(b,a){return bW.access(this,b,a,true,bW.attr)},removeAttr:function(b,a){return this.each(function(){bW.attr(this,b,"");if(this.nodeType===1){this.removeAttribute(b)}})},addClass:function(b){if(bW.isFunction(b)){return this.each(function(j){var k=bW(this);k.addClass(b.call(this,j,k.attr("class")))})}if(b&&typeof b==="string"){var i=(b||"").split(ca);for(var f=0,g=this.length;f<g;f++){var h=this[f];if(h.nodeType===1){if(!h.className){h.className=b}else{var e=" "+h.className+" ",c=h.className;for(var d=0,a=i.length;d<a;d++){if(e.indexOf(" "+i[d]+" ")<0){c+=" "+i[d]}}h.className=bW.trim(c)}}}}return this},removeClass:function(c){if(bW.isFunction(c)){return this.each(function(i){var j=bW(this);j.removeClass(c.call(this,i,j.attr("class")))})}if((c&&typeof c==="string")||c===ba){var b=(c||"").split(ca);for(var f=0,g=this.length;f<g;f++){var d=this[f];if(d.nodeType===1&&d.className){if(c){var e=(" "+d.className+" ").replace(aW," ");for(var a=0,h=b.length;a<h;a++){e=e.replace(" "+b[a]+" "," ")}d.className=bW.trim(e)}else{d.className=""}}}}return this},toggleClass:function(a,c){var b=typeof a,d=typeof c==="boolean";if(bW.isFunction(a)){return this.each(function(e){var f=bW(this);f.toggleClass(a.call(this,e,f.attr("class"),c),c)})}return this.each(function(){if(b==="string"){var g,h=0,i=bW(this),f=c,e=a.split(ca);while((g=e[h++])){f=d?f:!i.hasClass(g);i[f?"addClass":"removeClass"](g)}}else{if(b==="undefined"||b==="boolean"){if(this.className){bW.data(this,"__className__",this.className)}this.className=this.className||a===false?"":bW.data(this,"__className__")||""}}})},hasClass:function(d){var a=" "+d+" ";for(var b=0,c=this.length;b<c;b++){if((" "+this[b].className+" ").replace(aW," ").indexOf(a)>-1){return true}}return false},val:function(c){if(!arguments.length){var i=this[0];if(i){if(bW.nodeName(i,"option")){var j=i.attributes.value;return !j||j.specified?i.value:i.text}if(bW.nodeName(i,"select")){var e=i.selectedIndex,b=[],a=i.options,f=i.type==="select-one";if(e<0){return null}for(var h=f?e:0,d=f?e+1:a.length;h<d;h++){var g=a[h];if(g.selected&&(bW.support.optDisabled?!g.disabled:g.getAttribute("disabled")===null)&&(!g.parentNode.disabled||!bW.nodeName(g.parentNode,"optgroup"))){c=bW(g).val();if(f){return c}b.push(c)}}return b}if(b6.test(i.type)&&!bW.support.checkOn){return i.getAttribute("value")===null?"on":i.value}return(i.value||"").replace(aS,"")}return ba}var k=bW.isFunction(c);return this.each(function(n){var o=bW(this),m=c;if(this.nodeType!==1){return}if(k){m=c.call(this,n,o.val())}if(m==null){m=""}else{if(typeof m==="number"){m+=""}else{if(bW.isArray(m)){m=bW.map(m,function(p){return p==null?"":p+""})}}}if(bW.isArray(m)&&b6.test(this.type)){this.checked=bW.inArray(o.val(),m)>=0}else{if(bW.nodeName(this,"select")){var l=bW.makeArray(m);bW("option",this).each(function(){this.selected=bW.inArray(bW(this).val(),l)>=0});if(!l.length){this.selectedIndex=-1}}else{this.value=m}}})}});bW.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(i,j,d,a){if(!i||i.nodeType===3||i.nodeType===8){return ba}if(a&&j in bW.attrFn){return bW(i)[j](d)}var h=i.nodeType!==1||!bW.isXMLDoc(i),e=d!==ba;j=h&&bW.props[j]||j;var f=cb.test(j);if(j==="selected"&&!bW.support.optSelected){var c=i.parentNode;if(c){c.selectedIndex;if(c.parentNode){c.parentNode.selectedIndex}}}if((j in i||i[j]!==ba)&&h&&!f){if(e){if(j==="type"&&a3.test(i.nodeName)&&i.parentNode){bW.error("type property can't be changed")}if(d===null){if(i.nodeType===1){i.removeAttribute(j)}}else{i[j]=d}}if(bW.nodeName(i,"form")&&i.getAttributeNode(j)){return i.getAttributeNode(j).nodeValue}if(j==="tabIndex"){var b=i.getAttributeNode("tabIndex");return b&&b.specified?b.value:b3.test(i.nodeName)||a6.test(i.nodeName)&&i.href?0:ba}return i[j]}if(!bW.support.style&&h&&j==="style"){if(e){i.style.cssText=""+d}return i.style.cssText}if(e){i.setAttribute(j,""+d)}if(!i.attributes[j]&&(i.hasAttribute&&!i.hasAttribute(j))){return ba}var g=!bW.support.hrefNormalized&&h&&f?i.getAttribute(j,2):i.getAttribute(j);return g===null?ba:g}});var ci=/\.(.*)$/,cc=/^(?:textarea|input|select)$/i,bE=/\./g,bJ=/ /g,a8=/[^\w\s.|`]/g,a4=function(a){return a.replace(a8,"\\$&")},bX={focusin:0,focusout:0};bW.event={add:function(k,g,a,i){if(k.nodeType===3||k.nodeType===8){return}if(bW.isWindow(k)&&(k!==bw&&!k.frameElement)){k=bw}if(a===false){a=b9}else{if(!a){return}}var m,c;if(a.handler){m=a;a=m.handler}if(!a.guid){a.guid=bW.guid++}var f=bW.data(k);if(!f){return}var o=k.nodeType?"events":"__events__",b=f[o],h=f.handle;if(typeof b==="function"){h=b.handle;b=b.events}else{if(!b){if(!k.nodeType){f[o]=f=function(){}}f.events=b={}}}if(!h){f.handle=h=function(){return typeof bW!=="undefined"&&!bW.event.triggered?bW.event.handle.apply(h.elem,arguments):ba}}h.elem=k;g=g.split(" ");var d,j=0,n;while((d=g[j++])){c=m?bW.extend({},m):{handler:a,data:i};if(d.indexOf(".")>-1){n=d.split(".");d=n.shift();c.namespace=n.slice(0).sort().join(".")}else{n=[];c.namespace=""}c.type=d;if(!c.guid){c.guid=a.guid}var l=b[d],e=bW.event.special[d]||{};if(!l){l=b[d]=[];if(!e.setup||e.setup.call(k,i,n,h)===false){if(k.addEventListener){k.addEventListener(d,h,false)}else{if(k.attachEvent){k.attachEvent("on"+d,h)}}}}if(e.add){e.add.call(k,c);if(!c.handler.guid){c.handler.guid=a.guid}}l.push(c);bW.event.global[d]=true}k=null},global:{},remove:function(q,c,k,g){if(q.nodeType===3||q.nodeType===8){return}if(k===false){k=b9}var n,h,f,t,s=0,j,e,b,i,d,m,o,a=q.nodeType?"events":"__events__",r=bW.data(q),l=r&&r[a];if(!r||!l){return}if(typeof l==="function"){r=l;l=l.events}if(c&&c.type){k=c.handler;c=c.type}if(!c||typeof c==="string"&&c.charAt(0)==="."){c=c||"";for(h in l){bW.event.remove(q,h+c)}return}c=c.split(" ");while((h=c[s++])){o=h;m=null;j=h.indexOf(".")<0;e=[];if(!j){e=h.split(".");h=e.shift();b=new RegExp("(^|\\.)"+bW.map(e.slice(0).sort(),a4).join("\\.(?:.*\\.)?")+"(\\.|$)")}d=l[h];if(!d){continue}if(!k){for(t=0;t<d.length;t++){m=d[t];if(j||b.test(m.namespace)){bW.event.remove(q,o,m.handler,t);d.splice(t--,1)}}continue}i=bW.event.special[h]||{};for(t=g||0;t<d.length;t++){m=d[t];if(k.guid===m.guid){if(j||b.test(m.namespace)){if(g==null){d.splice(t--,1)}if(i.remove){i.remove.call(q,m)}}if(g!=null){break}}}if(d.length===0||g!=null&&d.length===1){if(!i.teardown||i.teardown.call(q,e)===false){bW.removeEvent(q,h,r.handle)}n=null;delete l[h]}}if(bW.isEmptyObject(l)){var p=r.handle;if(p){p.elem=null}delete r.events;delete r.handle;if(typeof r==="function"){bW.removeData(q,a)}else{if(bW.isEmptyObject(r)){bW.removeData(q)}}}},trigger:function(m,h,k){var d=m.type||m,i=arguments[3];if(!i){m=typeof m==="object"?m[bW.expando]?m:bW.extend(bW.Event(d),m):bW.Event(d);if(d.indexOf("!")>=0){m.type=d=d.slice(0,-1);m.exclusive=true}if(!k){m.stopPropagation();if(bW.event.global[d]){bW.each(bW.cache,function(){if(this.events&&this.events[d]){bW.event.trigger(m,h,this.handle.elem)}})}}if(!k||k.nodeType===3||k.nodeType===8){return ba}m.result=ba;m.target=k;h=bW.makeArray(h);h.unshift(m)}m.currentTarget=k;var g=k.nodeType?bW.data(k,"handle"):(bW.data(k,"__events__")||{}).handle;if(g){g.apply(k,h)}var b=k.parentNode||k.ownerDocument;try{if(!(k&&k.nodeName&&bW.noData[k.nodeName.toLowerCase()])){if(k["on"+d]&&k["on"+d].apply(k,h)===false){m.result=false;m.preventDefault()}}}catch(c){}if(!m.isPropagationStopped()&&b){bW.event.trigger(m,h,b,true)}else{if(!m.isDefaultPrevented()){var l,f=m.target,n=d.replace(ci,""),a=bW.nodeName(f,"a")&&n==="click",e=bW.event.special[n]||{};if((!e._default||e._default.call(k,m)===false)&&!a&&!(f&&f.nodeName&&bW.noData[f.nodeName.toLowerCase()])){try{if(f[n]){l=f["on"+n];if(l){f["on"+n]=null}bW.event.triggered=true;f[n]()}}catch(j){}if(l){f["on"+n]=l}bW.event.triggered=false}}}},handle:function(l){var c,j,k,a,b,g=[],e=bW.makeArray(arguments);l=e[0]=bW.event.fix(l||bw.event);l.currentTarget=this;c=l.type.indexOf(".")<0&&!l.exclusive;if(!c){k=l.type.split(".");l.type=k.shift();g=k.slice(0).sort();a=new RegExp("(^|\\.)"+g.join("\\.(?:.*\\.)?")+"(\\.|$)")}l.namespace=l.namespace||g.join(".");b=bW.data(this,this.nodeType?"events":"__events__");if(typeof b==="function"){b=b.events}j=(b||{})[l.type];if(b&&j){j=j.slice(0);for(var h=0,i=j.length;h<i;h++){var d=j[h];if(c||a.test(d.namespace)){l.handler=d.handler;l.data=d.data;l.handleObj=d;var f=d.handler.apply(this,e);if(f!==ba){l.result=f;if(f===false){l.preventDefault();l.stopPropagation()}}if(l.isImmediatePropagationStopped()){break}}}}return l.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(e){if(e[bW.expando]){return e}var a=e;e=bW.Event(a);for(var f=this.props.length,c;f;){c=this.props[--f];e[c]=a[c]}if(!e.target){e.target=e.srcElement||b0}if(e.target.nodeType===3){e.target=e.target.parentNode}if(!e.relatedTarget&&e.fromElement){e.relatedTarget=e.fromElement===e.target?e.toElement:e.fromElement}if(e.pageX==null&&e.clientX!=null){var d=b0.documentElement,b=b0.body;e.pageX=e.clientX+(d&&d.scrollLeft||b&&b.scrollLeft||0)-(d&&d.clientLeft||b&&b.clientLeft||0);e.pageY=e.clientY+(d&&d.scrollTop||b&&b.scrollTop||0)-(d&&d.clientTop||b&&b.clientTop||0)}if(e.which==null&&(e.charCode!=null||e.keyCode!=null)){e.which=e.charCode!=null?e.charCode:e.keyCode}if(!e.metaKey&&e.ctrlKey){e.metaKey=e.ctrlKey}if(!e.which&&e.button!==ba){e.which=(e.button&1?1:(e.button&2?3:(e.button&4?2:0)))}return e},guid:100000000,proxy:bW.proxy,special:{ready:{setup:bW.bindReady,teardown:bW.noop},live:{add:function(a){bW.event.add(this,bO(a.origType,a.selector),bW.extend({},a,{handler:bx,guid:a.handler.guid}))},remove:function(a){bW.event.remove(this,bO(a.origType,a.selector),a)}},beforeunload:{setup:function(c,a,b){if(bW.isWindow(this)){this.onbeforeunload=b}},teardown:function(a,b){if(this.onbeforeunload===b){this.onbeforeunload=null}}}}};bW.removeEvent=b0.removeEventListener?function(a,b,c){if(a.removeEventListener){a.removeEventListener(b,c,false)}}:function(a,b,c){if(a.detachEvent){a.detachEvent("on"+b,c)}};bW.Event=function(a){if(!this.preventDefault){return new bW.Event(a)}if(a&&a.type){this.originalEvent=a;this.type=a.type}else{this.type=a}this.timeStamp=bW.now();this[bW.expando]=true};function b9(){return false}function a2(){return true}bW.Event.prototype={preventDefault:function(){this.isDefaultPrevented=a2;var a=this.originalEvent;if(!a){return}if(a.preventDefault){a.preventDefault()}else{a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=a2;var a=this.originalEvent;if(!a){return}if(a.stopPropagation){a.stopPropagation()}a.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=a2;this.stopPropagation()},isDefaultPrevented:b9,isPropagationStopped:b9,isImmediatePropagationStopped:b9};var bN=function(a){var b=a.relatedTarget;try{while(b&&b!==this){b=b.parentNode}if(b!==this){a.type=a.data;bW.event.handle.apply(this,arguments)}}catch(c){}},aQ=function(a){a.type=a.data;bW.event.handle.apply(this,arguments)};bW.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){bW.event.special[a]={setup:function(c){bW.event.add(this,b,c&&c.selector?aQ:bN,a)},teardown:function(c){bW.event.remove(this,b,c&&c.selector?aQ:bN)}}});if(!bW.support.submitBubbles){bW.event.special.submit={setup:function(a,b){if(this.nodeName.toLowerCase()!=="form"){bW.event.add(this,"click.specialSubmit",function(c){var d=c.target,e=d.type;if((e==="submit"||e==="image")&&bW(d).closest("form").length){c.liveFired=ba;return bK("submit",this,arguments)}});bW.event.add(this,"keypress.specialSubmit",function(c){var d=c.target,e=d.type;if((e==="text"||e==="password")&&bW(d).closest("form").length&&c.keyCode===13){c.liveFired=ba;return bK("submit",this,arguments)}})}else{return false}},teardown:function(a){bW.event.remove(this,".specialSubmit")}}}if(!bW.support.changeBubbles){var b8,a7=function(a){var b=a.type,c=a.value;if(b==="radio"||b==="checkbox"){c=a.checked}else{if(b==="select-multiple"){c=a.selectedIndex>-1?bW.map(a.options,function(d){return d.selected}).join("-"):""}else{if(a.nodeName.toLowerCase()==="select"){c=a.selectedIndex}}}return c},bR=function bR(b){var d=b.target,c,a;if(!cc.test(d.nodeName)||d.readOnly){return}c=bW.data(d,"_change_data");a=a7(d);if(b.type!=="focusout"||d.type!=="radio"){bW.data(d,"_change_data",a)}if(c===ba||a===c){return}if(c!=null||a){b.type="change";b.liveFired=ba;return bW.event.trigger(b,arguments[1],d)}};bW.event.special.change={filters:{focusout:bR,beforedeactivate:bR,click:function(c){var a=c.target,b=a.type;if(b==="radio"||b==="checkbox"||a.nodeName.toLowerCase()==="select"){return bR.call(this,c)}},keydown:function(c){var a=c.target,b=a.type;if((c.keyCode===13&&a.nodeName.toLowerCase()!=="textarea")||(c.keyCode===32&&(b==="checkbox"||b==="radio"))||b==="select-multiple"){return bR.call(this,c)}},beforeactivate:function(a){var b=a.target;bW.data(b,"_change_data",a7(b))}},setup:function(c,a){if(this.type==="file"){return false}for(var b in b8){bW.event.add(this,b+".specialChange",b8[b])}return cc.test(this.nodeName)},teardown:function(a){bW.event.remove(this,".specialChange");return cc.test(this.nodeName)}};b8=bW.event.special.change.filters;b8.focus=b8.beforeactivate}function bK(a,c,b){b[0].type=a;return bW.event.handle.apply(c,b)}if(b0.addEventListener){bW.each({focus:"focusin",blur:"focusout"},function(c,b){bW.event.special[b]={setup:function(){if(bX[b]++===0){b0.addEventListener(c,a,true)}},teardown:function(){if(--bX[b]===0){b0.removeEventListener(c,a,true)}}};function a(d){d=bW.event.fix(d);d.type=b;return bW.event.trigger(d,null,d.target)}})}bW.each(["bind","one"],function(a,b){bW.fn[b]=function(c,i,d){if(typeof c==="object"){for(var f in c){this[b](f,i,c[f],d)}return this}if(bW.isFunction(i)||i===false){d=i;i=ba}var e=b==="one"?bW.proxy(d,function(j){bW(this).unbind(j,e);return d.apply(this,arguments)}):d;if(c==="unload"&&b!=="one"){this.one(c,i,d)}else{for(var g=0,h=this.length;g<h;g++){bW.event.add(this[g],c,e,i)}}return this}});bW.fn.extend({unbind:function(d,e){if(typeof d==="object"&&!d.preventDefault){for(var a in d){this.unbind(a,d[a])}}else{for(var b=0,c=this.length;b<c;b++){bW.event.remove(this[b],d,e)}}return this},delegate:function(d,c,a,b){return this.live(c,a,b,d)},undelegate:function(b,a,c){if(arguments.length===0){return this.unbind("live")}else{return this.die(a,null,c,b)}},trigger:function(b,a){return this.each(function(){bW.event.trigger(b,a,this)})},triggerHandler:function(b,c){if(this[0]){var a=bW.Event(b);a.preventDefault();a.stopPropagation();bW.event.trigger(a,c,this[0]);return a.result}},toggle:function(c){var b=arguments,a=1;while(a<b.length){bW.proxy(c,b[a++])}return this.click(bW.proxy(c,function(d){var e=(bW.data(this,"lastToggle"+c.guid)||0)%a;bW.data(this,"lastToggle"+c.guid,e+1);d.preventDefault();return b[e].apply(this,arguments)||false}))},hover:function(b,a){return this.mouseenter(b).mouseleave(a||b)}});var aR={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};bW.each(["live","die"],function(a,b){bW.fn[b]=function(d,g,p,k){var c,f=0,e,l,n,i=k||this.selector,m=k?this:bW(this.context);if(typeof d==="object"&&!d.preventDefault){for(var o in d){m[b](o,g,d[o],i)}return this}if(bW.isFunction(g)){p=g;g=ba}d=(d||"").split(" ");while((c=d[f++])!=null){e=ci.exec(c);l="";if(e){l=e[0];c=c.replace(ci,"")}if(c==="hover"){d.push("mouseenter"+l,"mouseleave"+l);continue}n=c;if(c==="focus"||c==="blur"){d.push(aR[c]+l);c=c+l}else{c=(aR[c]||c)+l}if(b==="live"){for(var h=0,j=m.length;h<j;h++){bW.event.add(m[h],"live."+bO(c,i),{data:g,selector:i,handler:p,origType:c,origHandler:p,preType:n})}}else{m.unbind("live."+bO(c,i),p)}}return this}});function bx(d){var g,l,p,j,o,b,e,c,f,q,h,i,r,a=[],k=[],n=bW.data(this,this.nodeType?"events":"__events__");if(typeof n==="function"){n=n.events}if(d.liveFired===this||!n||!n.live||d.button&&d.type==="click"){return}if(d.namespace){i=new RegExp("(^|\\.)"+d.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)")}d.liveFired=this;var m=n.live.slice(0);for(e=0;e<m.length;e++){o=m[e];if(o.origType.replace(ci,"")===d.type){k.push(o.selector)}else{m.splice(e--,1)}}j=bW(d.target).closest(k,d.currentTarget);for(c=0,f=j.length;c<f;c++){h=j[c];for(e=0;e<m.length;e++){o=m[e];if(h.selector===o.selector&&(!i||i.test(o.namespace))){b=h.elem;p=null;if(o.preType==="mouseenter"||o.preType==="mouseleave"){d.type=o.preType;p=bW(d.relatedTarget).closest(o.selector)[0]}if(!p||p!==b){a.push({elem:b,handleObj:o,level:h.level})}}}}for(c=0,f=a.length;c<f;c++){j=a[c];if(l&&j.level>l){break}d.currentTarget=j.elem;d.data=j.handleObj.data;d.handleObj=j.handleObj;r=j.handleObj.origHandler.apply(j.elem,arguments);if(r===false||d.isPropagationStopped()){l=j.level;if(r===false){g=false}if(d.isImmediatePropagationStopped()){break}}}return g}function bO(a,b){return(a&&a!=="*"?a+".":"")+b.replace(bE,"`").replace(bJ,"&")}bW.each(("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error").split(" "),function(a,b){bW.fn[b]=function(c,d){if(d==null){d=c;c=null}return arguments.length>0?this.bind(b,c,d):this.trigger(b)};if(bW.attrFn){bW.attrFn[b]=true}});if(bw.attachEvent&&!bw.addEventListener){bW(bw).bind("unload",function(){for(var a in bW.cache){if(bW.cache[a].handle){try{bW.event.remove(bW.cache[a].handle.elem)}catch(b){}}}})}(function(){var m=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,c=0,h=Object.prototype.toString,n=false,d=true;[0,0].sort(function(){d=false;return 0});var j=function(u,A,F,E){F=F||[];A=A||b0;var C=A;if(A.nodeType!==1&&A.nodeType!==9){return[]}if(!u||typeof u!=="string"){return F}var t,x,v,z,B,G,w,H,y=true,r=j.isXML(A),s=[],D=u;do{m.exec("");t=m.exec(D);if(t){D=t[3];s.push(t[1]);if(t[2]){z=t[3];break}}}while(t);if(s.length>1&&b.exec(u)){if(s.length===2&&g.relative[s[0]]){x=e(s[0]+s[1],A)}else{x=g.relative[s[0]]?[A]:j(s.shift(),A);while(s.length){u=s.shift();if(g.relative[u]){u+=s.shift()}x=e(u,x)}}}else{if(!E&&s.length>1&&A.nodeType===9&&!r&&g.match.ID.test(s[0])&&!g.match.ID.test(s[s.length-1])){B=j.find(s.shift(),A,r);A=B.expr?j.filter(B.expr,B.set)[0]:B.set[0]}if(A){B=E?{expr:s.pop(),set:k(E)}:j.find(s.pop(),s.length===1&&(s[0]==="~"||s[0]==="+")&&A.parentNode?A.parentNode:A,r);x=B.expr?j.filter(B.expr,B.set):B.set;if(s.length>0){v=k(x)}else{y=false}while(s.length){G=s.pop();w=G;if(!g.relative[G]){G=""}else{w=s.pop()}if(w==null){w=A}g.relative[G](v,w,r)}}else{v=s=[]}}if(!v){v=x}if(!v){j.error(G||u)}if(h.call(v)==="[object Array]"){if(!y){F.push.apply(F,v)}else{if(A&&A.nodeType===1){for(H=0;v[H]!=null;H++){if(v[H]&&(v[H]===true||v[H].nodeType===1&&j.contains(A,v[H]))){F.push(x[H])}}}else{for(H=0;v[H]!=null;H++){if(v[H]&&v[H].nodeType===1){F.push(x[H])}}}}}else{k(v,F)}if(z){j(z,C,F,E);j.uniqueSort(F)}return F};j.uniqueSort=function(r){if(i){n=d;r.sort(i);if(n){for(var s=1;s<r.length;s++){if(r[s]===r[s-1]){r.splice(s--,1)}}}}return r};j.matches=function(s,r){return j(s,null,null,r)};j.matchesSelector=function(s,r){return j(r,null,null,[s]).length>0};j.find=function(z,x,y){var r;if(!z){return[]}for(var u=0,v=g.order.length;u<v;u++){var t,s=g.order[u];if((t=g.leftMatch[s].exec(z))){var w=t[1];t.splice(1,1);if(w.substr(w.length-1)!=="\\"){t[1]=(t[1]||"").replace(/\\/g,"");r=g.find[s](t,x,y);if(r!=null){z=z.replace(g.match[s],"");break}}}}if(!r){r=x.getElementsByTagName("*")}return{set:r,expr:z}};j.filter=function(C,D,t,x){var r,A,v=C,w=[],F=D,G=D&&D[0]&&j.isXML(D[0]);while(C&&D.length){for(var E in g.filter){if((r=g.leftMatch[E].exec(C))!=null&&r[2]){var H,y,z=g.filter[E],s=r[1];A=false;r.splice(1,1);if(s.substr(s.length-1)==="\\"){continue}if(F===w){w=[]}if(g.preFilter[E]){r=g.preFilter[E](r,F,t,w,x,G);if(!r){A=H=true}else{if(r===true){continue}}}if(r){for(var u=0;(y=F[u])!=null;u++){if(y){H=z(y,r,u,F);var B=x^!!H;if(t&&H!=null){if(B){A=true}else{F[u]=false}}else{if(B){w.push(y);A=true}}}}}if(H!==ba){if(!t){F=w}C=C.replace(g.match[E],"");if(!A){return[]}break}}}if(C===v){if(A==null){j.error(C)}else{break}}v=C}return F};j.error=function(r){throw"Syntax error, unrecognized expression: "+r};var g=j.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+\-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(r){return r.getAttribute("href")}},relative:{"+":function(y,v){var t=typeof v==="string",s=t&&!/\W/.test(v),x=t&&!s;if(s){v=v.toLowerCase()}for(var u=0,w=y.length,r;u<w;u++){if((r=y[u])){while((r=r.previousSibling)&&r.nodeType!==1){}y[u]=x||r&&r.nodeName.toLowerCase()===v?r||false:r===v}}if(x){j.filter(v,y,true)}},">":function(w,u){var x,r=typeof u==="string",t=0,v=w.length;if(r&&!/\W/.test(u)){u=u.toLowerCase();for(;t<v;t++){x=w[t];if(x){var s=x.parentNode;w[t]=s.nodeName.toLowerCase()===u?s:false}}}else{for(;t<v;t++){x=w[t];if(x){w[t]=r?x.parentNode:x.parentNode===u}}if(r){j.filter(u,w,true)}}},"":function(t,v,r){var s,u=c++,w=l;if(typeof v==="string"&&!/\W/.test(v)){v=v.toLowerCase();s=v;w=o}w("parentNode",v,u,t,s,r)},"~":function(t,v,r){var s,u=c++,w=l;if(typeof v==="string"&&!/\W/.test(v)){v=v.toLowerCase();s=v;w=o}w("previousSibling",v,u,t,s,r)}},find:{ID:function(t,s,r){if(typeof s.getElementById!=="undefined"&&!r){var u=s.getElementById(t[1]);return u&&u.parentNode?[u]:[]}},NAME:function(u,r){if(typeof r.getElementsByName!=="undefined"){var v=[],s=r.getElementsByName(u[1]);for(var t=0,w=s.length;t<w;t++){if(s[t].getAttribute("name")===u[1]){v.push(s[t])}}return v.length===0?null:v}},TAG:function(s,r){return r.getElementsByTagName(s[1])}},preFilter:{CLASS:function(t,v,u,x,y,w){t=" "+t[1].replace(/\\/g,"")+" ";if(w){return t}for(var s=0,r;(r=v[s])!=null;s++){if(r){if(y^(r.className&&(" "+r.className+" ").replace(/[\t\n]/g," ").indexOf(t)>=0)){if(!u){x.push(r)}}else{if(u){v[s]=false}}}}return false},ID:function(r){return r[1].replace(/\\/g,"")},TAG:function(r,s){return r[1].toLowerCase()},CHILD:function(s){if(s[1]==="nth"){var r=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(s[2]==="even"&&"2n"||s[2]==="odd"&&"2n+1"||!/\D/.test(s[2])&&"0n+"+s[2]||s[2]);s[2]=(r[1]+(r[2]||1))-0;s[3]=r[3]-0}s[0]=c++;return s},ATTR:function(r,u,t,v,x,w){var s=r[1].replace(/\\/g,"");if(!w&&g.attrMap[s]){r[1]=g.attrMap[s]}if(r[2]==="~="){r[4]=" "+r[4]+" "}return r},PSEUDO:function(s,v,u,w,r){if(s[1]==="not"){if((m.exec(s[3])||"").length>1||/^\w/.test(s[3])){s[3]=j(s[3],null,null,v)}else{var t=j.filter(s[3],v,u,true^r);if(!u){w.push.apply(w,t)}return false}}else{if(g.match.POS.test(s[0])||g.match.CHILD.test(s[0])){return true}}return s},POS:function(r){r.unshift(true);return r}},filters:{enabled:function(r){return r.disabled===false&&r.type!=="hidden"},disabled:function(r){return r.disabled===true},checked:function(r){return r.checked===true},selected:function(r){r.parentNode.selectedIndex;return r.selected===true},parent:function(r){return !!r.firstChild},empty:function(r){return !r.firstChild},has:function(r,s,t){return !!j(t[3],r).length},header:function(r){return(/h\d/i).test(r.nodeName)},text:function(r){return"text"===r.type},radio:function(r){return"radio"===r.type},checkbox:function(r){return"checkbox"===r.type},file:function(r){return"file"===r.type},password:function(r){return"password"===r.type},submit:function(r){return"submit"===r.type},image:function(r){return"image"===r.type},reset:function(r){return"reset"===r.type},button:function(r){return"button"===r.type||r.nodeName.toLowerCase()==="button"},input:function(r){return(/input|select|textarea|button/i).test(r.nodeName)}},setFilters:{first:function(r,s){return s===0},last:function(s,t,u,r){return t===r.length-1},even:function(r,s){return s%2===0},odd:function(r,s){return s%2===1},lt:function(r,s,t){return s<t[3]-0},gt:function(r,s,t){return s>t[3]-0},nth:function(r,s,t){return t[3]-0===s},eq:function(r,s,t){return t[3]-0===s}},filter:{PSEUDO:function(v,z,r,y){var x=z[1],w=g.filters[x];if(w){return w(v,r,z,y)}else{if(x==="contains"){return(v.textContent||v.innerText||j.getText([v])||"").indexOf(z[3])>=0}else{if(x==="not"){var u=z[3];for(var s=0,t=u.length;s<t;s++){if(u[s]===v){return false}}return true}else{j.error("Syntax error, unrecognized expression: "+x)}}}},CHILD:function(y,v){var s=v[1],x=y;switch(s){case"only":case"first":while((x=x.previousSibling)){if(x.nodeType===1){return false}}if(s==="first"){return true}x=y;case"last":while((x=x.nextSibling)){if(x.nodeType===1){return false}}return true;case"nth":var w=v[2],z=v[3];if(w===1&&z===0){return true}var t=v[0],A=y.parentNode;if(A&&(A.sizcache!==t||!y.nodeIndex)){var u=0;for(x=A.firstChild;x;x=x.nextSibling){if(x.nodeType===1){x.nodeIndex=++u}}A.sizcache=t}var r=y.nodeIndex-z;if(w===0){return r===0}else{return(r%w===0&&r/w>=0)}}},ID:function(r,s){return r.nodeType===1&&r.getAttribute("id")===s},TAG:function(r,s){return(s==="*"&&r.nodeType===1)||r.nodeName.toLowerCase()===s},CLASS:function(r,s){return(" "+(r.className||r.getAttribute("class"))+" ").indexOf(s)>-1},ATTR:function(x,s){var t=s[1],v=g.attrHandle[t]?g.attrHandle[t](x):x[t]!=null?x[t]:x.getAttribute(t),w=v+"",r=s[2],u=s[4];return v==null?r==="!=":r==="="?w===u:r==="*="?w.indexOf(u)>=0:r==="~="?(" "+w+" ").indexOf(u)>=0:!u?w&&v!==false:r==="!="?w!==u:r==="^="?w.indexOf(u)===0:r==="$="?w.substr(w.length-u.length)===u:r==="|="?w===u||w.substr(0,u.length+1)===u+"-":false},POS:function(s,v,u,r){var w=v[2],t=g.setFilters[w];if(t){return t(s,u,v,r)}}}};var b=g.match.POS,f=function(r,s){return"\\"+(s-0+1)};for(var p in g.match){g.match[p]=new RegExp(g.match[p].source+(/(?![^\[]*\])(?![^\(]*\))/.source));g.leftMatch[p]=new RegExp(/(^(?:.|\r|\n)*?)/.source+g.match[p].source.replace(/\\(\d+)/g,f))}var k=function(r,s){r=Array.prototype.slice.call(r,0);if(s){s.push.apply(s,r);return s}return r};try{Array.prototype.slice.call(b0.documentElement.childNodes,0)[0].nodeType}catch(a){k=function(t,u){var v=0,r=u||[];if(h.call(t)==="[object Array]"){Array.prototype.push.apply(r,t)}else{if(typeof t.length==="number"){for(var s=t.length;v<s;v++){r.push(t[v])}}else{for(;t[v];v++){r.push(t[v])}}}return r}}var i,q;if(b0.documentElement.compareDocumentPosition){i=function(r,s){if(r===s){n=true;return 0}if(!r.compareDocumentPosition||!s.compareDocumentPosition){return r.compareDocumentPosition?-1:1}return r.compareDocumentPosition(s)&4?-1:1}}else{i=function(A,r){var t,x,w=[],y=[],u=A.parentNode,s=r.parentNode,z=u;if(A===r){n=true;return 0}else{if(u===s){return q(A,r)}else{if(!u){return -1}else{if(!s){return 1}}}}while(z){w.unshift(z);z=z.parentNode}z=s;while(z){y.unshift(z);z=z.parentNode}t=w.length;x=y.length;for(var v=0;v<t&&v<x;v++){if(w[v]!==y[v]){return q(w[v],y[v])}}return v===t?q(A,y[v],-1):q(w[v],r,1)};q=function(t,u,s){if(t===u){return s}var r=t.nextSibling;while(r){if(r===u){return -1}r=r.nextSibling}return 1}}j.getText=function(u){var t="",r;for(var s=0;u[s];s++){r=u[s];if(r.nodeType===3||r.nodeType===4){t+=r.nodeValue}else{if(r.nodeType!==8){t+=j.getText(r.childNodes)}}}return t};(function(){var s=b0.createElement("div"),r="script"+(new Date()).getTime(),t=b0.documentElement;s.innerHTML="<a name='"+r+"'/>";t.insertBefore(s,t.firstChild);if(b0.getElementById(r)){g.find.ID=function(v,u,x){if(typeof u.getElementById!=="undefined"&&!x){var w=u.getElementById(v[1]);return w?w.id===v[1]||typeof w.getAttributeNode!=="undefined"&&w.getAttributeNode("id").nodeValue===v[1]?[w]:ba:[]}};g.filter.ID=function(u,w){var v=typeof u.getAttributeNode!=="undefined"&&u.getAttributeNode("id");return u.nodeType===1&&v&&v.nodeValue===w}}t.removeChild(s);t=s=null})();(function(){var r=b0.createElement("div");r.appendChild(b0.createComment(""));if(r.getElementsByTagName("*").length>0){g.find.TAG=function(v,w){var s=w.getElementsByTagName(v[1]);if(v[1]==="*"){var t=[];for(var u=0;s[u];u++){if(s[u].nodeType===1){t.push(s[u])}}s=t}return s}}r.innerHTML="<a href='#'></a>";if(r.firstChild&&typeof r.firstChild.getAttribute!=="undefined"&&r.firstChild.getAttribute("href")!=="#"){g.attrHandle.href=function(s){return s.getAttribute("href",2)}}r=null})();if(b0.querySelectorAll){(function(){var u=j,r=b0.createElement("div"),s="__sizzle__";r.innerHTML="<p class='TEST'></p>";if(r.querySelectorAll&&r.querySelectorAll(".TEST").length===0){return}j=function(z,B,v,w){B=B||b0;z=z.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!w&&!j.isXML(B)){if(B.nodeType===9){try{return k(B.querySelectorAll(z),v)}catch(C){}}else{if(B.nodeType===1&&B.nodeName.toLowerCase()!=="object"){var A=B.getAttribute("id"),x=A||s;if(!A){B.setAttribute("id",x)}try{return k(B.querySelectorAll("#"+x+" "+z),v)}catch(y){}finally{if(!A){B.removeAttribute("id")}}}}}return u(z,B,v,w)};for(var t in u){j[t]=u[t]}r=null})()}(function(){var u=b0.documentElement,s=u.matchesSelector||u.mozMatchesSelector||u.webkitMatchesSelector||u.msMatchesSelector,t=false;try{s.call(b0.documentElement,"[test!='']:sizzle")}catch(r){t=true}if(s){j.matchesSelector=function(x,v){v=v.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!j.isXML(x)){try{if(t||!g.match.PSEUDO.test(v)&&!/!=/.test(v)){return s.call(x,v)}}catch(w){}}return j(v,null,null,[x]).length>0}}})();(function(){var r=b0.createElement("div");r.innerHTML="<div class='test e'></div><div class='test'></div>";if(!r.getElementsByClassName||r.getElementsByClassName("e").length===0){return}r.lastChild.className="e";if(r.getElementsByClassName("e").length===1){return}g.order.splice(1,0,"CLASS");g.find.CLASS=function(u,t,s){if(typeof t.getElementsByClassName!=="undefined"&&!s){return t.getElementsByClassName(u[1])}};r=null})();function o(x,s,t,z,r,A){for(var v=0,w=z.length;v<w;v++){var y=z[v];if(y){var u=false;y=y[x];while(y){if(y.sizcache===t){u=z[y.sizset];break}if(y.nodeType===1&&!A){y.sizcache=t;y.sizset=v}if(y.nodeName.toLowerCase()===s){u=y;break}y=y[x]}z[v]=u}}}function l(x,s,t,z,r,A){for(var v=0,w=z.length;v<w;v++){var y=z[v];if(y){var u=false;y=y[x];while(y){if(y.sizcache===t){u=z[y.sizset];break}if(y.nodeType===1){if(!A){y.sizcache=t;y.sizset=v}if(typeof s!=="string"){if(y===s){u=true;break}}else{if(j.filter(s,[y]).length>0){u=y;break}}}y=y[x]}z[v]=u}}}if(b0.documentElement.contains){j.contains=function(r,s){return r!==s&&(r.contains?r.contains(s):true)}}else{if(b0.documentElement.compareDocumentPosition){j.contains=function(r,s){return !!(r.compareDocumentPosition(s)&16)}}else{j.contains=function(){return false}}}j.isXML=function(s){var r=(s?s.ownerDocument||s:0).documentElement;return r?r.nodeName!=="HTML":false};var e=function(x,w){var s,t=[],r="",v=w.nodeType?[w]:w;while((s=g.match.PSEUDO.exec(x))){r+=s[0];x=x.replace(g.match.PSEUDO,"")}x=g.relative[x]?x+"*":x;for(var y=0,u=v.length;y<u;y++){j(x,v[y],t)}return j.filter(r,t)};bW.find=j;bW.expr=j.selectors;bW.expr[":"]=bW.expr.filters;bW.unique=j.uniqueSort;bW.text=j.getText;bW.isXMLDoc=j.isXML;bW.contains=j.contains})();var bS=/Until$/,bg=/^(?:parents|prevUntil|prevAll)/,bB=/,/,b1=/^.[^:#\[\.,]*$/,ce=Array.prototype.slice,bd=bW.expr.match.POS;bW.fn.extend({find:function(a){var f=this.pushStack("","find",a),c=0;for(var e=0,g=this.length;e<g;e++){c=f.length;bW.find(a,this[e],f);if(e>0){for(var b=c;b<f.length;b++){for(var d=0;d<c;d++){if(f[d]===f[b]){f.splice(b--,1);break}}}}}return f},has:function(a){var b=bW(a);return this.filter(function(){for(var c=0,d=b.length;c<d;c++){if(bW.contains(this,b[c])){return true}}})},not:function(a){return this.pushStack(a9(this,a,false),"not",a)},filter:function(a){return this.pushStack(a9(this,a,true),"filter",a)},is:function(a){return !!a&&bW.filter(a,this).length>0},closest:function(a,j){var d=[],g,i,b=this[0];if(bW.isArray(a)){var e,h,f={},k=1;if(b&&a.length){for(g=0,i=a.length;g<i;g++){h=a[g];if(!f[h]){f[h]=bW.expr.match.POS.test(h)?bW(h,j||this.context):h}}while(b&&b.ownerDocument&&b!==j){for(h in f){e=f[h];if(e.jquery?e.index(b)>-1:bW(b).is(e)){d.push({selector:h,elem:b,level:k})}}b=b.parentNode;k++}}return d}var c=bd.test(a)?bW(a,j||this.context):null;for(g=0,i=this.length;g<i;g++){b=this[g];while(b){if(c?c.index(b)>-1:bW.find.matchesSelector(b,a)){d.push(b);break}else{b=b.parentNode;if(!b||!b.ownerDocument||b===j){break}}}}d=d.length>1?bW.unique(d):d;return this.pushStack(d,"closest",a)},index:function(a){if(!a||typeof a==="string"){return bW.inArray(this[0],a?bW(a):this.parent().children())}return bW.inArray(a.jquery?a[0]:a,this)},add:function(d,c){var a=typeof d==="string"?bW(d,c||this.context):bW.makeArray(d),b=bW.merge(this.get(),a);return this.pushStack(bi(a[0])||bi(b[0])?b:bW.unique(b))},andSelf:function(){return this.add(this.prevObject)}});function bi(a){return !a||!a.parentNode||a.parentNode.nodeType===11}bW.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return bW.dir(a,"parentNode")},parentsUntil:function(a,b,c){return bW.dir(a,"parentNode",c)},next:function(a){return bW.nth(a,2,"nextSibling")},prev:function(a){return bW.nth(a,2,"previousSibling")},nextAll:function(a){return bW.dir(a,"nextSibling")},prevAll:function(a){return bW.dir(a,"previousSibling")},nextUntil:function(a,b,c){return bW.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return bW.dir(a,"previousSibling",c)},siblings:function(a){return bW.sibling(a.parentNode.firstChild,a)},children:function(a){return bW.sibling(a.firstChild)},contents:function(a){return bW.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:bW.makeArray(a.childNodes)}},function(b,a){bW.fn[b]=function(c,e){var d=bW.map(this,a,c);if(!bS.test(b)){e=c}if(e&&typeof e==="string"){d=bW.filter(e,d)}d=this.length>1?bW.unique(d):d;if((this.length>1||bB.test(e))&&bg.test(b)){d=d.reverse()}return this.pushStack(d,b,ce.call(arguments).join(","))}});bW.extend({filter:function(c,b,a){if(a){c=":not("+c+")"}return b.length===1?bW.find.matchesSelector(b[0],c)?[b[0]]:[]:bW.find.matches(c,b)},dir:function(a,b,d){var c=[],e=a[b];while(e&&e.nodeType!==9&&(d===ba||e.nodeType!==1||!bW(e).is(d))){if(e.nodeType===1){c.push(e)}e=e[b]}return c},nth:function(d,c,a,e){c=c||1;var b=0;for(;d;d=d[a]){if(d.nodeType===1&&++b===c){break}}return d},sibling:function(c,a){var b=[];for(;c;c=c.nextSibling){if(c.nodeType===1&&c!==a){b.push(c)}}return b}});function a9(a,b,d){if(bW.isFunction(b)){return bW.grep(a,function(f,g){var e=!!b.call(f,g,f);return e===d})}else{if(b.nodeType){return bW.grep(a,function(e,f){return(e===b)===d})}else{if(typeof b==="string"){var c=bW.grep(a,function(e){return e.nodeType===1});if(b1.test(b)){return bW.filter(b,c,!d)}else{b=bW.filter(b,c)}}}}return bW.grep(a,function(e,f){return(bW.inArray(e,b)>=0)===d})}var bF=/ jQuery\d+="(?:\d+|null)"/g,bf=/^\s+/,bp=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,bV=/<([\w:]+)/,bo=/<tbody/i,be=/<|&#?\w+;/,ch=/<(?:script|object|embed|option|style)/i,bQ=/checked\s*(?:[^=]|=\s*.checked.)/i,bs=/\=([^="'>\s]+\/)>/g,bZ={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};bZ.optgroup=bZ.option;bZ.tbody=bZ.tfoot=bZ.colgroup=bZ.caption=bZ.thead;bZ.th=bZ.td;if(!bW.support.htmlSerialize){bZ._default=[1,"div<div>","</div>"]}bW.fn.extend({text:function(a){if(bW.isFunction(a)){return this.each(function(b){var c=bW(this);c.text(a.call(this,b,c.text()))})}if(typeof a!=="object"&&a!==ba){return this.empty().append((this[0]&&this[0].ownerDocument||b0).createTextNode(a))}return bW.text(this)},wrapAll:function(b){if(bW.isFunction(b)){return this.each(function(c){bW(this).wrapAll(b.call(this,c))})}if(this[0]){var a=bW(b,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){a.insertBefore(this[0])}a.map(function(){var c=this;while(c.firstChild&&c.firstChild.nodeType===1){c=c.firstChild}return c}).append(this)}return this},wrapInner:function(a){if(bW.isFunction(a)){return this.each(function(b){bW(this).wrapInner(a.call(this,b))})}return this.each(function(){var c=bW(this),b=c.contents();if(b.length){b.wrapAll(a)}else{c.append(a)}})},wrap:function(a){return this.each(function(){bW(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){if(!bW.nodeName(this,"body")){bW(this).replaceWith(this.childNodes)}}).end()},append:function(){return this.domManip(arguments,true,function(a){if(this.nodeType===1){this.appendChild(a)}})},prepend:function(){return this.domManip(arguments,true,function(a){if(this.nodeType===1){this.insertBefore(a,this.firstChild)}})},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)})}else{if(arguments.length){var a=bW(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this.nextSibling)})}else{if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,bW(arguments[0]).toArray());return a}}},remove:function(d,a){for(var c=0,b;(b=this[c])!=null;c++){if(!d||bW.filter(d,[b]).length){if(!a&&b.nodeType===1){bW.cleanData(b.getElementsByTagName("*"));bW.cleanData([b])}if(b.parentNode){b.parentNode.removeChild(b)}}}return this},empty:function(){for(var b=0,a;(a=this[b])!=null;b++){if(a.nodeType===1){bW.cleanData(a.getElementsByTagName("*"))}while(a.firstChild){a.removeChild(a.firstChild)}}return this},clone:function(a){var b=this.map(function(){if(!bW.support.noCloneEvent&&!bW.isXMLDoc(this)){var d=this.outerHTML,e=this.ownerDocument;if(!d){var c=e.createElement("div");c.appendChild(this.cloneNode(true));d=c.innerHTML}return bW.clean([d.replace(bF,"").replace(bs,'="$1">').replace(bf,"")],e)[0]}else{return this.cloneNode(true)}});if(a===true){bD(this,b);bD(this.find("*"),b.find("*"))}return b},html:function(b){if(b===ba){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(bF,""):null}else{if(typeof b==="string"&&!ch.test(b)&&(bW.support.leadingWhitespace||!bf.test(b))&&!bZ[(bV.exec(b)||["",""])[1].toLowerCase()]){b=b.replace(bp,"<$1></$2>");try{for(var c=0,d=this.length;c<d;c++){if(this[c].nodeType===1){bW.cleanData(this[c].getElementsByTagName("*"));this[c].innerHTML=b}}}catch(a){this.empty().append(b)}}else{if(bW.isFunction(b)){this.each(function(e){var f=bW(this);f.html(b.call(this,e,f.html()))})}else{this.empty().append(b)}}}return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(bW.isFunction(a)){return this.each(function(c){var d=bW(this),b=d.html();d.replaceWith(a.call(this,c,b))})}if(typeof a!=="string"){a=bW(a).detach()}return this.each(function(){var b=this.nextSibling,c=this.parentNode;bW(this).remove();if(b){bW(b).before(a)}else{bW(c).append(a)}})}else{return this.pushStack(bW(bW.isFunction(a)?a():a),"replaceWith",a)}},detach:function(a){return this.remove(a,true)},domManip:function(e,a,b){var h,g,f,c,d=e[0],j=[];if(!bW.support.checkClone&&arguments.length===3&&typeof d==="string"&&bQ.test(d)){return this.each(function(){bW(this).domManip(e,a,b,true)})}if(bW.isFunction(d)){return this.each(function(l){var m=bW(this);e[0]=d.call(this,l,a?m.html():ba);m.domManip(e,a,b)})}if(this[0]){c=d&&d.parentNode;if(bW.support.parentNode&&c&&c.nodeType===11&&c.childNodes.length===this.length){h={fragment:c}}else{h=bW.buildFragment(e,this,j)}f=h.fragment;if(f.childNodes.length===1){g=f=f.firstChild}else{g=f.firstChild}if(g){a=a&&bW.nodeName(g,"tr");for(var i=0,k=this.length;i<k;i++){b.call(a?by(this[i],g):this[i],i>0||h.cacheable||this.length>1?f.cloneNode(true):f)}}if(j.length){bW.each(j,bh)}}return this}});function by(b,a){return bW.nodeName(b,"table")?(b.getElementsByTagName("tbody")[0]||b.appendChild(b.ownerDocument.createElement("tbody"))):b}function bD(c,b){var a=0;b.each(function(){if(this.nodeName!==(c[a]&&c[a].nodeName)){return}var g=bW.data(c[a++]),h=bW.data(this,g),f=g&&g.events;if(f){delete h.handle;h.events={};for(var d in f){for(var e in f[d]){bW.event.add(this,d,f[d][e],f[d][e].data)}}}})}bW.buildFragment=function(c,e,g){var d,a,f,b=(e&&e[0]?e[0].ownerDocument||e[0]:b0);if(c.length===1&&typeof c[0]==="string"&&c[0].length<512&&b===b0&&!ch.test(c[0])&&(bW.support.checkClone||!bQ.test(c[0]))){a=true;f=bW.fragments[c[0]];if(f){if(f!==1){d=f}}}if(!d){d=b.createDocumentFragment();bW.clean(c,b,d,g)}if(a){bW.fragments[c[0]]=f?d:1}return{fragment:d,cacheable:a}};bW.fragments={};bW.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(b,a){bW.fn[b]=function(h){var e=[],i=bW(h),c=this.length===1&&this[0].parentNode;if(c&&c.nodeType===11&&c.childNodes.length===1&&i.length===1){i[a](this[0]);return this}else{for(var d=0,g=i.length;d<g;d++){var f=(d>0?this.clone(true):this).get();bW(i[d])[a](f);e=e.concat(f)}return this.pushStack(e,b,i.selector)}}});bW.extend({clean:function(l,j,c,h){j=j||b0;if(typeof j.createElement==="undefined"){j=j.ownerDocument||j[0]&&j[0].ownerDocument||b0}var b=[];for(var d=0,i;(i=l[d])!=null;d++){if(typeof i==="number"){i+=""}if(!i){continue}if(typeof i==="string"&&!be.test(i)){i=j.createTextNode(i)}else{if(typeof i==="string"){i=i.replace(bp,"<$1></$2>");var a=(bV.exec(i)||["",""])[1].toLowerCase(),k=bZ[a]||bZ._default,e=k[0],m=j.createElement("div");m.innerHTML=k[1]+i+k[2];while(e--){m=m.lastChild}if(!bW.support.tbody){var n=bo.test(i),f=a==="table"&&!n?m.firstChild&&m.firstChild.childNodes:k[1]==="<table>"&&!n?m.childNodes:[];for(var g=f.length-1;g>=0;--g){if(bW.nodeName(f[g],"tbody")&&!f[g].childNodes.length){f[g].parentNode.removeChild(f[g])}}}if(!bW.support.leadingWhitespace&&bf.test(i)){m.insertBefore(j.createTextNode(bf.exec(i)[0]),m.firstChild)}i=m.childNodes}}if(i.nodeType){b.push(i)}else{b=bW.merge(b,i)}}if(c){for(d=0;b[d];d++){if(h&&bW.nodeName(b[d],"script")&&(!b[d].type||b[d].type.toLowerCase()==="text/javascript")){h.push(b[d].parentNode?b[d].parentNode.removeChild(b[d]):b[d])}else{if(b[d].nodeType===1){b.splice.apply(b,[d+1,0].concat(bW.makeArray(b[d].getElementsByTagName("script"))))}c.appendChild(b[d])}}}return b},cleanData:function(h){var e,g,i=bW.cache,b=bW.event.special,c=bW.support.deleteExpando;for(var d=0,f;(f=h[d])!=null;d++){if(f.nodeName&&bW.noData[f.nodeName.toLowerCase()]){continue}g=f[bW.expando];if(g){e=i[g];if(e&&e.events){for(var a in e.events){if(b[a]){bW.event.remove(f,a)}else{bW.removeEvent(f,a,e.handle)}}}if(c){delete f[bW.expando]}else{if(f.removeAttribute){f.removeAttribute(bW.expando)}}delete i[g]}}}});function bh(b,a){if(a.src){bW.ajax({url:a.src,async:false,dataType:"script"})}else{bW.globalEval(a.text||a.textContent||a.innerHTML||"")}if(a.parentNode){a.parentNode.removeChild(a)}}var bz=/alpha\([^)]*\)/i,b2=/opacity=([^)]*)/,bL=/-([a-z])/ig,bl=/([A-Z])/g,bv=/^-?\d+(?:px)?$/i,bj=/^-?\d/,b5={position:"absolute",visibility:"hidden",display:"block"},cg=["Left","Right"],bu=["Top","Bottom"],bT,aY,aP,a5=function(b,a){return a.toUpperCase()};bW.fn.css=function(b,a){if(arguments.length===2&&a===ba){return this}return bW.access(this,b,a,true,function(d,e,c){return c!==ba?bW.style(d,e,c):bW.css(d,e)})};bW.extend({cssHooks:{opacity:{get:function(c,a){if(a){var b=bT(c,"opacity","opacity");return b===""?"1":b}else{return c.style.opacity}}}},cssNumber:{zIndex:true,fontWeight:true,opacity:true,zoom:true,lineHeight:true},cssProps:{"float":bW.support.cssFloat?"cssFloat":"styleFloat"},style:function(g,h,b,f){if(!g||g.nodeType===3||g.nodeType===8||!g.style){return}var c,e=bW.camelCase(h),i=g.style,a=bW.cssHooks[e];h=bW.cssProps[e]||e;if(b!==ba){if(typeof b==="number"&&isNaN(b)||b==null){return}if(typeof b==="number"&&!bW.cssNumber[e]){b+="px"}if(!a||!("set" in a)||(b=a.set(g,b))!==ba){try{i[h]=b}catch(d){}}}else{if(a&&"get" in a&&(c=a.get(g,false,f))!==ba){return c}return i[h]}},css:function(c,d,a){var e,f=bW.camelCase(d),b=bW.cssHooks[f];d=bW.cssProps[f]||f;if(b&&"get" in b&&(e=b.get(c,true,a))!==ba){return e}else{if(bT){return bT(c,d,f)}}},swap:function(e,a,d){var c={};for(var b in a){c[b]=e.style[b];e.style[b]=a[b]}d.call(e);for(b in a){e.style[b]=c[b]}},camelCase:function(a){return a.replace(bL,a5)}});bW.curCSS=bW.css;bW.each(["height","width"],function(a,b){bW.cssHooks[b]={get:function(f,c,d){var e;if(c){if(f.offsetWidth!==0){e=bM(f,b,d)}else{bW.swap(f,b5,function(){e=bM(f,b,d)})}if(e<=0){e=bT(f,b,b);if(e==="0px"&&aP){e=aP(f,b,b)}if(e!=null){return e===""||e==="auto"?"0px":e}}if(e<0||e==null){e=f.style[b];return e===""||e==="auto"?"0px":e}return typeof e==="string"?e:e+"px"}},set:function(d,c){if(bv.test(c)){c=parseFloat(c);if(c>=0){return c+"px"}}else{return c}}}});if(!bW.support.opacity){bW.cssHooks.opacity={get:function(a,b){return b2.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?(parseFloat(RegExp.$1)/100)+"":b?"1":""},set:function(e,d){var a=e.style;a.zoom=1;var c=bW.isNaN(d)?"":"alpha(opacity="+d*100+")",b=a.filter||"";a.filter=bz.test(b)?b.replace(bz,c):a.filter+" "+c}}}if(b0.defaultView&&b0.defaultView.getComputedStyle){aY=function(c,b,e){var f,d,a;e=e.replace(bl,"-$1").toLowerCase();if(!(d=c.ownerDocument.defaultView)){return ba}if((a=d.getComputedStyle(c,null))){f=a.getPropertyValue(e);if(f===""&&!bW.contains(c.ownerDocument.documentElement,c)){f=bW.style(c,e)}}return f}}if(b0.documentElement.currentStyle){aP=function(d,f){var c,b,a=d.currentStyle&&d.currentStyle[f],e=d.style;if(!bv.test(a)&&bj.test(a)){c=e.left;b=d.runtimeStyle.left;d.runtimeStyle.left=d.currentStyle.left;e.left=f==="fontSize"?"1em":(a||0);a=e.pixelLeft+"px";e.left=c;d.runtimeStyle.left=b}return a===""?"auto":a}}bT=aY||aP;function bM(a,b,c){var d=b==="width"?cg:bu,e=b==="width"?a.offsetWidth:a.offsetHeight;if(c==="border"){return e}bW.each(d,function(){if(!c){e-=parseFloat(bW.css(a,"padding"+this))||0}if(c==="margin"){e+=parseFloat(bW.css(a,"margin"+this))||0}else{e-=parseFloat(bW.css(a,"border"+this+"Width"))||0}});return e}if(bW.expr&&bW.expr.filters){bW.expr.filters.hidden=function(c){var a=c.offsetWidth,b=c.offsetHeight;return(a===0&&b===0)||(!bW.support.reliableHiddenOffsets&&(c.style.display||bW.css(c,"display"))==="none")};bW.expr.filters.visible=function(a){return !bW.expr.filters.hidden(a)}}var bb=bW.now(),b7=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,bH=/^(?:select|textarea)/i,bI=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,aV=/^(?:GET|HEAD)$/,cf=/\[\]$/,bA=/\=\?(&|$)/,bG=/\?/,bU=/([?&])_=[^&]*/,bc=/^(\w+:)?\/\/([^\/?#]+)/,a0=/%20/g,bY=/#.*$/,bk=bW.fn.load;bW.fn.extend({load:function(f,c,b){if(typeof f!=="string"&&bk){return bk.apply(this,arguments)}else{if(!this.length){return this}}var d=f.indexOf(" ");if(d>=0){var a=f.slice(d,f.length);f=f.slice(0,d)}var e="GET";if(c){if(bW.isFunction(c)){b=c;c=null}else{if(typeof c==="object"){c=bW.param(c,bW.ajaxSettings.traditional);e="POST"}}}var g=this;bW.ajax({url:f,type:e,dataType:"html",data:c,complete:function(h,i){if(i==="success"||i==="notmodified"){g.html(a?bW("<div>").append(h.responseText.replace(b7,"")).find(a):h.responseText)}if(b){g.each(b,[h.responseText,i,h])}}});return this},serialize:function(){return bW.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?bW.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bH.test(this.nodeName)||bI.test(this.type))}).map(function(b,a){var c=bW(this).val();return c==null?null:bW.isArray(c)?bW.map(c,function(e,d){return{name:a.name,value:e}}):{name:a.name,value:c}}).get()}});bW.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(b,a){bW.fn[a]=function(c){return this.bind(a,c)}});bW.extend({get:function(d,b,a,c){if(bW.isFunction(b)){c=c||a;a=b;b=null}return bW.ajax({type:"GET",url:d,data:b,success:a,dataType:c})},getScript:function(b,a){return bW.get(b,null,a,"script")},getJSON:function(b,a,c){return bW.get(b,a,c,"json")},post:function(d,b,a,c){if(bW.isFunction(b)){c=c||a;a=b;b={}}return bW.ajax({type:"POST",url:d,data:b,success:a,dataType:c})},ajaxSetup:function(a){bW.extend(bW.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return new bw.XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},ajax:function(p){var v=bW.extend(true,{},bW.ajaxSettings,p),l,q,m,i=v.type.toUpperCase(),t=aV.test(i);v.url=v.url.replace(bY,"");v.context=p&&p.context!=null?p.context:v;if(v.data&&v.processData&&typeof v.data!=="string"){v.data=bW.param(v.data,v.traditional)}if(v.dataType==="jsonp"){if(i==="GET"){if(!bA.test(v.url)){v.url+=(bG.test(v.url)?"&":"?")+(v.jsonp||"callback")+"=?"}}else{if(!v.data||!bA.test(v.data)){v.data=(v.data?v.data+"&":"")+(v.jsonp||"callback")+"=?"}}v.dataType="json"}if(v.dataType==="json"&&(v.data&&bA.test(v.data)||bA.test(v.url))){l=v.jsonpCallback||("jsonp"+bb++);if(v.data){v.data=(v.data+"").replace(bA,"="+l+"$1")}v.url=v.url.replace(bA,"="+l+"$1");v.dataType="script";var s=bw[l];bw[l]=function(w){if(bW.isFunction(s)){s(w)}else{bw[l]=ba;try{delete bw[l]}catch(x){}}m=w;bW.handleSuccess(v,e,q,m);bW.handleComplete(v,e,q,m);if(h){h.removeChild(o)}}}if(v.dataType==="script"&&v.cache===null){v.cache=false}if(v.cache===false&&t){var k=bW.now();var n=v.url.replace(bU,"$1_="+k);v.url=n+((n===v.url)?(bG.test(v.url)?"&":"?")+"_="+k:"")}if(v.data&&t){v.url+=(bG.test(v.url)?"&":"?")+v.data}if(v.global&&bW.active++===0){bW.event.trigger("ajaxStart")}var r=bc.exec(v.url),g=r&&(r[1]&&r[1].toLowerCase()!==location.protocol||r[2].toLowerCase()!==location.host);if(v.dataType==="script"&&i==="GET"&&g){var h=b0.getElementsByTagName("head")[0]||b0.documentElement;var o=b0.createElement("script");if(v.scriptCharset){o.charset=v.scriptCharset}o.src=v.url;if(!l){var a=false;o.onload=o.onreadystatechange=function(){if(!a&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){a=true;bW.handleSuccess(v,e,q,m);bW.handleComplete(v,e,q,m);o.onload=o.onreadystatechange=null;if(h&&o.parentNode){h.removeChild(o)}}}}h.insertBefore(o,h.firstChild);return ba}var c=false;var e=v.xhr();if(!e){return}if(v.username){e.open(i,v.url,v.async,v.username,v.password)}else{e.open(i,v.url,v.async)}try{if((v.data!=null&&!t)||(p&&p.contentType)){e.setRequestHeader("Content-Type",v.contentType)}if(v.ifModified){if(bW.lastModified[v.url]){e.setRequestHeader("If-Modified-Since",bW.lastModified[v.url])}if(bW.etag[v.url]){e.setRequestHeader("If-None-Match",bW.etag[v.url])}}if(!g){e.setRequestHeader("X-Requested-With","XMLHttpRequest")}e.setRequestHeader("Accept",v.dataType&&v.accepts[v.dataType]?v.accepts[v.dataType]+", */*; q=0.01":v.accepts._default)}catch(d){}if(v.beforeSend&&v.beforeSend.call(v.context,e,v)===false){if(v.global&&bW.active--===1){bW.event.trigger("ajaxStop")}e.abort();return false}if(v.global){bW.triggerGlobal(v,"ajaxSend",[e,v])}var b=e.onreadystatechange=function(x){if(!e||e.readyState===0||x==="abort"){if(!c){bW.handleComplete(v,e,q,m)}c=true;if(e){e.onreadystatechange=bW.noop}}else{if(!c&&e&&(e.readyState===4||x==="timeout")){c=true;e.onreadystatechange=bW.noop;q=x==="timeout"?"timeout":!bW.httpSuccess(e)?"error":v.ifModified&&bW.httpNotModified(e,v.url)?"notmodified":"success";var w;if(q==="success"){try{m=bW.httpData(e,v.dataType,v)}catch(y){q="parsererror";w=y}}if(q==="success"||q==="notmodified"){if(!l){bW.handleSuccess(v,e,q,m)}}else{bW.handleError(v,e,q,w)}if(!l){bW.handleComplete(v,e,q,m)}if(x==="timeout"){e.abort()}if(v.async){e=null}}}};try{var j=e.abort;e.abort=function(){if(e){Function.prototype.call.call(j,e)}b("abort")}}catch(u){}if(v.async&&v.timeout>0){setTimeout(function(){if(e&&!c){b("timeout")}},v.timeout)}try{e.send(t||v.data==null?null:v.data)}catch(f){bW.handleError(v,e,null,f);bW.handleComplete(v,e,q,m)}if(!v.async){b()}return e},param:function(c,a){var b=[],d=function(g,f){f=bW.isFunction(f)?f():f;b[b.length]=encodeURIComponent(g)+"="+encodeURIComponent(f)};if(a===ba){a=bW.ajaxSettings.traditional}if(bW.isArray(c)||c.jquery){bW.each(c,function(){d(this.name,this.value)})}else{for(var e in c){bC(e,c[e],a,d)}}return b.join("&").replace(a0,"+")}});function bC(c,a,d,b){if(bW.isArray(a)&&a.length){bW.each(a,function(e,f){if(d||cf.test(c)){b(c,f)}else{bC(c+"["+(typeof f==="object"||bW.isArray(f)?e:"")+"]",f,d,b)}})}else{if(!d&&a!=null&&typeof a==="object"){if(bW.isEmptyObject(a)){b(c,"")}else{bW.each(a,function(e,f){bC(c+"["+e+"]",f,d,b)})}}else{b(c,a)}}}bW.extend({active:0,lastModified:{},etag:{},handleError:function(c,a,d,b){if(c.error){c.error.call(c.context,a,d,b)}if(c.global){bW.triggerGlobal(c,"ajaxError",[a,c,b])}},handleSuccess:function(c,a,d,b){if(c.success){c.success.call(c.context,b,d,a)}if(c.global){bW.triggerGlobal(c,"ajaxSuccess",[a,c])}},handleComplete:function(a,c,b){if(a.complete){a.complete.call(a.context,c,b)}if(a.global){bW.triggerGlobal(a,"ajaxComplete",[c,a])}if(a.global&&bW.active--===1){bW.event.trigger("ajaxStop")}},triggerGlobal:function(c,a,b){(c.context&&c.context.url==null?bW(c.context):bW.event).trigger(a,b)},httpSuccess:function(a){try{return !a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===1223}catch(b){}return false},httpNotModified:function(a,d){var b=a.getResponseHeader("Last-Modified"),c=a.getResponseHeader("Etag");if(b){bW.lastModified[d]=b}if(c){bW.etag[d]=c}return a.status===304},httpData:function(c,e,f){var a=c.getResponseHeader("content-type")||"",b=e==="xml"||!e&&a.indexOf("xml")>=0,d=b?c.responseXML:c.responseText;if(b&&d.documentElement.nodeName==="parsererror"){bW.error("parsererror")}if(f&&f.dataFilter){d=f.dataFilter(d,e)}if(typeof d==="string"){if(e==="json"||!e&&a.indexOf("json")>=0){d=bW.parseJSON(d)}else{if(e==="script"||!e&&a.indexOf("javascript")>=0){bW.globalEval(d)}}}return d}});if(bw.ActiveXObject){bW.ajaxSettings.xhr=function(){if(bw.location.protocol!=="file:"){try{return new bw.XMLHttpRequest()}catch(a){}}try{return new bw.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}}bW.support.ajax=!!bW.ajaxSettings.xhr();var bt={},a1=/^(?:toggle|show|hide)$/,aT=/^([+\-]=)?([\d+.\-]+)(.*)$/,br,aZ=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];bW.fn.extend({show:function(e,b,c){var f,d;if(e||e===0){return this.animate(cd("show",3),e,b,c)}else{for(var g=0,a=this.length;g<a;g++){f=this[g];d=f.style.display;if(!bW.data(f,"olddisplay")&&d==="none"){d=f.style.display=""}if(d===""&&bW.css(f,"display")==="none"){bW.data(f,"olddisplay",bn(f.nodeName))}}for(g=0;g<a;g++){f=this[g];d=f.style.display;if(d===""||d==="none"){f.style.display=bW.data(f,"olddisplay")||""}}return this}},hide:function(f,c,d){if(f||f===0){return this.animate(cd("hide",3),f,c,d)}else{for(var a=0,b=this.length;a<b;a++){var e=bW.css(this[a],"display");if(e!=="none"){bW.data(this[a],"olddisplay",e)}}for(a=0;a<b;a++){this[a].style.display="none"}return this}},_toggle:bW.fn.toggle,toggle:function(b,c,a){var d=typeof b==="boolean";if(bW.isFunction(b)&&bW.isFunction(c)){this._toggle.apply(this,arguments)}else{if(b==null||d){this.each(function(){var e=d?b:bW(this).is(":hidden");bW(this)[e?"show":"hide"]()})}else{this.animate(cd("toggle",3),b,c,a)}}return this},fadeTo:function(d,a,b,c){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:a},d,b,c)},animate:function(d,b,e,a){var c=bW.speed(b,e,a);if(bW.isEmptyObject(d)){return this.each(c.complete)}return this[c.queue===false?"each":"queue"](function(){var j=bW.extend({},c),f,i=this.nodeType===1,h=i&&bW(this).is(":hidden"),l=this;for(f in d){var k=bW.camelCase(f);if(f!==k){d[k]=d[f];delete d[f];f=k}if(d[f]==="hide"&&h||d[f]==="show"&&!h){return j.complete.call(this)}if(i&&(f==="height"||f==="width")){j.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY];if(bW.css(this,"display")==="inline"&&bW.css(this,"float")==="none"){if(!bW.support.inlineBlockNeedsLayout){this.style.display="inline-block"}else{var g=bn(this.nodeName);if(g==="inline"){this.style.display="inline-block"}else{this.style.display="inline";this.style.zoom=1}}}}if(bW.isArray(d[f])){(j.specialEasing=j.specialEasing||{})[f]=d[f][1];d[f]=d[f][0]}}if(j.overflow!=null){this.style.overflow="hidden"}j.curAnim=bW.extend({},d);bW.each(d,function(o,r){var s=new bW.fx(l,j,o);if(a1.test(r)){s[r==="toggle"?h?"show":"hide":r](d)}else{var m=aT.exec(r),q=s.cur()||0;if(m){var p=parseFloat(m[2]),n=m[3]||"px";if(n!=="px"){bW.style(l,o,(p||1)+n);q=((p||1)/s.cur())*q;bW.style(l,o,q+n)}if(m[1]){p=((m[1]==="-="?-1:1)*p)+q}s.custom(q,p,n)}else{s.custom(q,r,"")}}});return true})},stop:function(a,b){var c=bW.timers;if(a){this.queue([])}this.each(function(){for(var d=c.length-1;d>=0;d--){if(c[d].elem===this){if(b){c[d](true)}c.splice(d,1)}}});if(!b){this.dequeue()}return this}});function cd(a,b){var c={};bW.each(aZ.concat.apply([],aZ.slice(0,b)),function(){c[this]=a});return c}bW.each({slideDown:cd("show",1),slideUp:cd("hide",1),slideToggle:cd("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(b,a){bW.fn[b]=function(e,c,d){return this.animate(a,e,c,d)}});bW.extend({speed:function(b,a,c){var d=b&&typeof b==="object"?bW.extend({},b):{complete:c||!c&&a||bW.isFunction(b)&&b,duration:b,easing:c&&a||a&&!bW.isFunction(a)&&a};d.duration=bW.fx.off?0:typeof d.duration==="number"?d.duration:d.duration in bW.fx.speeds?bW.fx.speeds[d.duration]:bW.fx.speeds._default;d.old=d.complete;d.complete=function(){if(d.queue!==false){bW(this).dequeue()}if(bW.isFunction(d.old)){d.old.call(this)}};return d},easing:{linear:function(b,a,d,c){return d+c*b},swing:function(b,a,d,c){return((-Math.cos(b*Math.PI)/2)+0.5)*c+d}},timers:[],fx:function(a,b,c){this.options=b;this.elem=a;this.prop=c;if(!b.orig){b.orig={}}}});bW.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(bW.fx.step[this.prop]||bW.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var a=parseFloat(bW.css(this.elem,this.prop));return a&&a>-10000?a:0},custom:function(c,d,e){var b=this,f=bW.fx;this.startTime=bW.now();this.start=c;this.end=d;this.unit=e||this.unit||"px";this.now=this.start;this.pos=this.state=0;function a(g){return b.step(g)}a.elem=this.elem;if(a()&&bW.timers.push(a)&&!br){br=setInterval(f.tick,f.interval)}},show:function(){this.options.orig[this.prop]=bW.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());bW(this.elem).show()},hide:function(){this.options.orig[this.prop]=bW.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(g){var b=bW.now(),f=true;if(g||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var e in this.options.curAnim){if(this.options.curAnim[e]!==true){f=false}}if(f){if(this.options.overflow!=null&&!bW.support.shrinkWrapBlocks){var h=this.elem,a=this.options;bW.each(["","X","Y"],function(l,k){h.style["overflow"+k]=a.overflow[l]})}if(this.options.hide){bW(this.elem).hide()}if(this.options.hide||this.options.show){for(var j in this.options.curAnim){bW.style(this.elem,j,this.options.orig[j])}}this.options.complete.call(this.elem)}return false}else{var i=b-this.startTime;this.state=i/this.options.duration;var d=this.options.specialEasing&&this.options.specialEasing[this.prop];var c=this.options.easing||(bW.easing.swing?"swing":"linear");this.pos=bW.easing[d||c](this.state,i,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};bW.extend(bW.fx,{tick:function(){var a=bW.timers;for(var b=0;b<a.length;b++){if(!a[b]()){a.splice(b--,1)}}if(!a.length){bW.fx.stop()}},interval:13,stop:function(){clearInterval(br);br=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){bW.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null){a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit}else{a.elem[a.prop]=a.now}}}});if(bW.expr&&bW.expr.filters){bW.expr.filters.animated=function(a){return bW.grep(bW.timers,function(b){return a===b.elem}).length}}function bn(c){if(!bt[c]){var b=bW("<"+c+">").appendTo("body"),a=b.css("display");b.remove();if(a==="none"||a===""){a="block"}bt[c]=a}return bt[c]}var b4=/^t(?:able|d|h)$/i,bP=/^(?:body|html)$/i;if("getBoundingClientRect" in b0.documentElement){bW.fn.offset=function(a){var k=this[0],h;if(a){return this.each(function(o){bW.offset.setOffset(this,a,o)})}if(!k||!k.ownerDocument){return null}if(k===k.ownerDocument.body){return bW.offset.bodyOffset(k)}try{h=k.getBoundingClientRect()}catch(d){}var b=k.ownerDocument,m=b.documentElement;if(!h||!bW.contains(m,k)){return h||{top:0,left:0}}var g=b.body,f=aX(b),i=m.clientTop||g.clientTop||0,e=m.clientLeft||g.clientLeft||0,n=(f.pageYOffset||bW.support.boxModel&&m.scrollTop||g.scrollTop),j=(f.pageXOffset||bW.support.boxModel&&m.scrollLeft||g.scrollLeft),c=h.top+n-i,l=h.left+j-e;return{top:c,left:l}}}else{bW.fn.offset=function(a){var g=this[0];if(a){return this.each(function(m){bW.offset.setOffset(this,a,m)})}if(!g||!g.ownerDocument){return null}if(g===g.ownerDocument.body){return bW.offset.bodyOffset(g)}bW.offset.initialize();var d,j=g.offsetParent,k=g,b=g.ownerDocument,i=b.documentElement,f=b.body,e=b.defaultView,l=e?e.getComputedStyle(g,null):g.currentStyle,c=g.offsetTop,h=g.offsetLeft;while((g=g.parentNode)&&g!==f&&g!==i){if(bW.offset.supportsFixedPosition&&l.position==="fixed"){break}d=e?e.getComputedStyle(g,null):g.currentStyle;c-=g.scrollTop;h-=g.scrollLeft;if(g===j){c+=g.offsetTop;h+=g.offsetLeft;if(bW.offset.doesNotAddBorder&&!(bW.offset.doesAddBorderForTableAndCells&&b4.test(g.nodeName))){c+=parseFloat(d.borderTopWidth)||0;h+=parseFloat(d.borderLeftWidth)||0}k=j;j=g.offsetParent}if(bW.offset.subtractsBorderForOverflowNotVisible&&d.overflow!=="visible"){c+=parseFloat(d.borderTopWidth)||0;h+=parseFloat(d.borderLeftWidth)||0}l=d}if(l.position==="relative"||l.position==="static"){c+=f.offsetTop;h+=f.offsetLeft}if(bW.offset.supportsFixedPosition&&l.position==="fixed"){c+=Math.max(i.scrollTop,f.scrollTop);h+=Math.max(i.scrollLeft,f.scrollLeft)}return{top:c,left:h}}}bW.offset={initialize:function(){var h=b0.body,g=b0.createElement("div"),d,b,c,a,f=parseFloat(bW.css(h,"marginTop"))||0,e="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";bW.extend(g.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});g.innerHTML=e;h.insertBefore(g,h.firstChild);d=g.firstChild;b=d.firstChild;a=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(b.offsetTop!==5);this.doesAddBorderForTableAndCells=(a.offsetTop===5);b.style.position="fixed";b.style.top="20px";this.supportsFixedPosition=(b.offsetTop===20||b.offsetTop===15);b.style.position=b.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=(b.offsetTop===-5);this.doesNotIncludeMarginInBodyOffset=(h.offsetTop!==f);h.removeChild(g);h=g=d=b=c=a=null;bW.offset.initialize=bW.noop},bodyOffset:function(b){var c=b.offsetTop,a=b.offsetLeft;bW.offset.initialize();if(bW.offset.doesNotIncludeMarginInBodyOffset){c+=parseFloat(bW.css(b,"marginTop"))||0;a+=parseFloat(bW.css(b,"marginLeft"))||0}return{top:c,left:a}},setOffset:function(j,a,g){var f=bW.css(j,"position");if(f==="static"){j.style.position="relative"}var h=bW(j),l=h.offset(),m=bW.css(j,"top"),c=bW.css(j,"left"),b=(f==="absolute"&&bW.inArray("auto",[m,c])>-1),d={},e={},k,i;if(b){e=h.position()}k=b?e.top:parseInt(m,10)||0;i=b?e.left:parseInt(c,10)||0;if(bW.isFunction(a)){a=a.call(j,g,l)}if(a.top!=null){d.top=(a.top-l.top)+k}if(a.left!=null){d.left=(a.left-l.left)+i}if("using" in a){a.using.call(j,d)}else{h.css(d)}}};bW.fn.extend({position:function(){if(!this[0]){return null}var b=this[0],c=this.offsetParent(),a=this.offset(),d=bP.test(c[0].nodeName)?{top:0,left:0}:c.offset();a.top-=parseFloat(bW.css(b,"marginTop"))||0;a.left-=parseFloat(bW.css(b,"marginLeft"))||0;d.top+=parseFloat(bW.css(c[0],"borderTopWidth"))||0;d.left+=parseFloat(bW.css(c[0],"borderLeftWidth"))||0;return{top:a.top-d.top,left:a.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||b0.body;while(a&&(!bP.test(a.nodeName)&&bW.css(a,"position")==="static")){a=a.offsetParent}return a})}});bW.each(["Left","Top"],function(a,b){var c="scroll"+b;bW.fn[c]=function(d){var f=this[0],e;if(!f){return null}if(d!==ba){return this.each(function(){e=aX(this);if(e){e.scrollTo(!a?d:bW(e).scrollLeft(),a?d:bW(e).scrollTop())}else{this[c]=d}})}else{e=aX(f);return e?("pageXOffset" in e)?e[a?"pageYOffset":"pageXOffset"]:bW.support.boxModel&&e.document.documentElement[c]||e.document.body[c]:f[c]}}});function aX(a){return bW.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:false}bW.each(["Height","Width"],function(a,b){var c=b.toLowerCase();bW.fn["inner"+b]=function(){return this[0]?parseFloat(bW.css(this[0],c,"padding")):null};bW.fn["outer"+b]=function(d){return this[0]?parseFloat(bW.css(this[0],c,d?"margin":"border")):null};bW.fn[c]=function(e){var d=this[0];if(!d){return e==null?null:this}if(bW.isFunction(e)){return this.each(function(h){var i=bW(this);i[c](e.call(this,h,i[c]()))})}if(bW.isWindow(d)){return d.document.compatMode==="CSS1Compat"&&d.document.documentElement["client"+b]||d.document.body["client"+b]}else{if(d.nodeType===9){return Math.max(d.documentElement["client"+b],d.body["scroll"+b],d.documentElement["scroll"+b],d.body["offset"+b],d.documentElement["offset"+b])}else{if(e===ba){var g=bW.css(d,c),f=parseFloat(g);return bW.isNaN(f)?g:f}else{return this.css(c,typeof e==="string"?e:e+"px")}}}}})})(window);
