﻿(function(Ca,Bp){var Cn=function(A,B){return new Cn.fn.init(A,B)},BP=Ca.jQuery,BB=Ca.$,BX=Ca.document,BN,Bq=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,B4=/^.[^:#\[\.,]*$/,Bm=/\S/,BY=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Cz=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,A1=navigator.userAgent,Bc,A0=false,Bj=[],BF,B1=Object.prototype.toString,Bf=Object.prototype.hasOwnProperty,Bg=Array.prototype.push,Cx=Array.prototype.slice,BW=Array.prototype.indexOf;Cn.fn=Cn.prototype={init:function(A,E){var B,D,F,C;if(!A){return this}if(A.nodeType){this.context=this[0]=A;this.length=1;return this}if(A==="body"&&!E){this.context=BX;this[0]=BX.body;this.selector="body";this.length=1;return this}if(typeof A==="string"){B=Bq.exec(A);if(B&&(B[1]||!E)){if(B[1]){C=(E?E.ownerDocument||E:BX);F=Cz.exec(A);if(F){if(Cn.isPlainObject(E)){A=[BX.createElement(F[1])];Cn.fn.attr.call(A,E,true)}else{A=[C.createElement(F[1])]}}else{F=AX([B[1]],[C]);A=(F.cacheable?F.fragment.cloneNode(true):F.fragment).childNodes}return Cn.merge(this,A)}else{D=BX.getElementById(B[2]);if(D){if(D.id!==B[2]){return BN.find(A)}this.length=1;this[0]=D}this.context=BX;this.selector=A;return this}}else{if(!E&&/^\w+$/.test(A)){this.selector=A;this.context=BX;A=BX.getElementsByTagName(A);return Cn.merge(this,A)}else{if(!E||E.jquery){return(E||BN).find(A)}else{return Cn(E).find(A)}}}}else{if(Cn.isFunction(A)){return BN.ready(A)}}if(A.selector!==Bp){this.selector=A.selector;this.context=A.context}return Cn.makeArray(A,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return Cx.call(this,0)},get:function(A){return A==null?this.toArray():(A<0?this.slice(A)[0]:this[A])},pushStack:function(C,A,D){var B=Cn();if(Cn.isArray(C)){Bg.apply(B,C)}else{Cn.merge(B,C)}B.prevObject=this;B.context=this.context;if(A==="find"){B.selector=this.selector+(this.selector?" ":"")+D}else{if(A){B.selector=this.selector+"."+A+"("+D+")"}}return B},each:function(B,A){return Cn.each(this,B,A)},ready:function(A){Cn.bindReady();if(Cn.isReady){A.call(BX,Cn)}else{if(Bj){Bj.push(A)}}return this},eq:function(A){return A===-1?this.slice(A):this.slice(A,+A+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(Cx.apply(this,arguments),"slice",Cx.call(arguments).join(","))},map:function(A){return this.pushStack(Cn.map(this,function(C,B){return A.call(C,B,C)}))},end:function(){return this.prevObject||Cn(null)},push:Bg,sort:[].sort,splice:[].splice};Cn.fn.init.prototype=Cn.fn;Cn.extend=Cn.fn.extend=function(){var H=arguments[0]||{},D=1,A=arguments.length,G=false,I,B,F,E;if(typeof H==="boolean"){G=H;H=arguments[1]||{};D=2}if(typeof H!=="object"&&!Cn.isFunction(H)){H={}}if(A===D){H=this;--D}for(;D<A;D++){if((I=arguments[D])!=null){for(B in I){F=H[B];E=I[B];if(H===E){continue}if(G&&E&&(Cn.isPlainObject(E)||Cn.isArray(E))){var C=F&&(Cn.isPlainObject(F)||Cn.isArray(F))?F:Cn.isArray(E)?[]:{};H[B]=Cn.extend(G,C,E)}else{if(E!==Bp){H[B]=E}}}}}return H};Cn.extend({noConflict:function(A){Ca.$=BB;if(A){Ca.jQuery=BP}return Cn},isReady:false,ready:function(){if(!Cn.isReady){if(!BX.body){return setTimeout(Cn.ready,13)}Cn.isReady=true;if(Bj){var A,B=0;while((A=Bj[B++])){A.call(BX,Cn)}Bj=null}if(Cn.fn.triggerHandler){Cn(BX).triggerHandler("ready")}}},bindReady:function(){if(A0){return}A0=true;if(BX.readyState==="complete"){return Cn.ready()}if(BX.addEventListener){BX.addEventListener("DOMContentLoaded",BF,false);Ca.addEventListener("load",Cn.ready,false)}else{if(BX.attachEvent){BX.attachEvent("onreadystatechange",BF);Ca.attachEvent("onload",Cn.ready);var B=false;try{B=Ca.frameElement==null}catch(A){}if(BX.documentElement.doScroll&&B){Bx()}}}},isFunction:function(A){return B1.call(A)==="[object Function]"},isArray:function(A){return B1.call(A)==="[object Array]"},isPlainObject:function(A){if(!A||B1.call(A)!=="[object Object]"||A.nodeType||A.setInterval){return false}if(A.constructor&&!Bf.call(A,"constructor")&&!Bf.call(A.constructor.prototype,"isPrototypeOf")){return false}var B;for(B in A){}return B===Bp||Bf.call(A,B)},isEmptyObject:function(B){for(var A in B){return false}return true},error:function(A){throw A},parseJSON:function(A){if(typeof A!=="string"||!A){return null}A=Cn.trim(A);if(/^[\],:{}\s]*$/.test(A.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,""))){return Ca.JSON&&Ca.JSON.parse?Ca.JSON.parse(A):(new Function("return "+A))()}else{Cn.error("Invalid JSON: "+A)}},noop:function(){},globalEval:function(B){if(B&&Bm.test(B)){var C=BX.getElementsByTagName("head")[0]||BX.documentElement,A=BX.createElement("script");A.type="text/javascript";if(Cn.support.scriptEval){A.appendChild(BX.createTextNode(B))}else{A.text=B}C.insertBefore(A,C.firstChild);C.removeChild(A)}},nodeName:function(B,A){return B.nodeName&&B.nodeName.toUpperCase()===A.toUpperCase()},each:function(G,H,B){var C,D=0,A=G.length,E=A===Bp||Cn.isFunction(G);if(B){if(E){for(C in G){if(H.apply(G[C],B)===false){break}}}else{for(;D<A;){if(H.apply(G[D++],B)===false){break}}}}else{if(E){for(C in G){if(H.call(G[C],C,G[C])===false){break}}}else{for(var F=G[0];D<A&&H.call(F,D,F)!==false;F=G[++D]){}}}return G},trim:function(A){return(A||"").replace(BY,"")},makeArray:function(C,B){var A=B||[];if(C!=null){if(C.length==null||typeof C==="string"||Cn.isFunction(C)||(typeof C!=="function"&&C.setInterval)){Bg.call(A,C)}else{Cn.merge(A,C)}}return A},inArray:function(D,C){if(C.indexOf){return C.indexOf(D)}for(var A=0,B=C.length;A<B;A++){if(C[A]===D){return A}}return -1},merge:function(E,D){var A=E.length,B=0;if(typeof D.length==="number"){for(var C=D.length;B<C;B++){E[A++]=D[B]}}else{while(D[B]!==Bp){E[A++]=D[B++]}}E.length=A;return E},grep:function(F,E,B){var A=[];for(var D=0,C=F.length;D<C;D++){if(!B!==!E(F[D],D)){A.push(F[D])}}return A},map:function(A,F,G){var C=[],D;for(var E=0,B=A.length;E<B;E++){D=F(A[E],E,G);if(D!=null){C[C.length]=D}}return C.concat.apply([],C)},guid:1,proxy:function(A,C,B){if(arguments.length===2){if(typeof C==="string"){B=A;A=B[C];C=Bp}else{if(C&&!Cn.isFunction(C)){B=C;C=Bp}}}if(!C&&A){C=function(){return A.apply(B||this,arguments)}}if(A){C.guid=A.guid=A.guid||C.guid||Cn.guid++}return C},uaMatch:function(A){A=A.toLowerCase();var B=/(webkit)[ \/]([\w.]+)/.exec(A)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(A)||/(msie) ([\w.]+)/.exec(A)||!/compatible/.test(A)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(A)||[];return{browser:B[1]||"",version:B[2]||"0"}},browser:{}});Bc=Cn.uaMatch(A1);if(Bc.browser){Cn.browser[Bc.browser]=true;Cn.browser.version=Bc.version}if(Cn.browser.webkit){Cn.browser.safari=true}if(BW){Cn.inArray=function(A,B){return BW.call(B,A)}}BN=Cn(BX);if(BX.addEventListener){BF=function(){BX.removeEventListener("DOMContentLoaded",BF,false);Cn.ready()}}else{if(BX.attachEvent){BF=function(){if(BX.readyState==="complete"){BX.detachEvent("onreadystatechange",BF);Cn.ready()}}}}function Bx(){if(Cn.isReady){return}try{BX.documentElement.doScroll("left")}catch(A){setTimeout(Bx,1);return}Cn.ready()}function Cs(B,A){if(A.src){Cn.ajax({url:A.src,async:false,dataType:"script"})}else{Cn.globalEval(A.text||A.textContent||A.innerHTML||"")}if(A.parentNode){A.parentNode.removeChild(A)}}function BS(F,I,D,H,A,B){var C=F.length;if(typeof I==="object"){for(var E in I){BS(F,E,I[E],H,A,D)}return F}if(D!==Bp){H=!B&&H&&Cn.isFunction(D);for(var G=0;G<C;G++){A(F[G],I,H?D.call(F[G],G,A(F[G],I)):D,B)}return F}return C?A(F[0],I):Bp}function Cm(){return(new Date).getTime()}(function(){Cn.support={};var I=BX.documentElement,B=BX.createElement("script"),E=BX.createElement("div"),J="script"+Cm();E.style.display="none";E.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var D=E.getElementsByTagName("*"),H=E.getElementsByTagName("a")[0];if(!D||!D.length||!H){return}Cn.support={leadingWhitespace:E.firstChild.nodeType===3,tbody:!E.getElementsByTagName("tbody").length,htmlSerialize:!!E.getElementsByTagName("link").length,style:/red/.test(H.getAttribute("style")),hrefNormalized:H.getAttribute("href")==="/a",opacity:/^0.55$/.test(H.style.opacity),cssFloat:!!H.style.cssFloat,checkOn:E.getElementsByTagName("input")[0].value==="on",optSelected:BX.createElement("select").appendChild(BX.createElement("option")).selected,parentNode:E.removeChild(E.appendChild(BX.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};B.type="text/javascript";try{B.appendChild(BX.createTextNode("window."+J+"=1;"))}catch(A){}I.insertBefore(B,I.firstChild);if(Ca[J]){Cn.support.scriptEval=true;delete Ca[J]}try{delete B.test}catch(A){Cn.support.deleteExpando=false}I.removeChild(B);if(E.attachEvent&&E.fireEvent){E.attachEvent("onclick",function C(){Cn.support.noCloneEvent=false;E.detachEvent("onclick",C)});E.cloneNode(true).fireEvent("onclick")}E=BX.createElement("div");E.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";var F=BX.createDocumentFragment();F.appendChild(E.firstChild);Cn.support.checkClone=F.cloneNode(true).cloneNode(true).lastChild.checked;Cn(function(){var K=BX.createElement("div");K.style.width=K.style.paddingLeft="1px";BX.body.appendChild(K);Cn.boxModel=Cn.support.boxModel=K.offsetWidth===2;BX.body.removeChild(K).style.display="none";K=null});var G=function(M){var L=BX.createElement("div");M="on"+M;var K=(M in L);if(!K){L.setAttribute(M,"return;");K=typeof L[M]==="function"}L=null;return K};Cn.support.submitBubbles=G("submit");Cn.support.changeBubbles=G("change");I=B=E=D=H=null})();Cn.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var By="jQuery"+Cm(),Ci=0,Bu={};Cn.extend({cache:{},expando:By,noData:{"embed":true,"object":true,"applet":true},data:function(B,F,C){if(B.nodeName&&Cn.noData[B.nodeName.toLowerCase()]){return}B=B==Ca?Bu:B;var A=B[By],D=Cn.cache,E;if(!A&&typeof F==="string"&&C===Bp){return null}if(!A){A=++Ci}if(typeof F==="object"){B[By]=A;E=D[A]=Cn.extend(true,{},F)}else{if(!D[A]){B[By]=A;D[A]={}}}E=D[A];if(C!==Bp){E[F]=C}return typeof F==="string"?E[F]:E},removeData:function(B,E){if(B.nodeName&&Cn.noData[B.nodeName.toLowerCase()]){return}B=B==Ca?Bu:B;var A=B[By],C=Cn.cache,D=C[A];if(E){if(D){delete D[E];if(Cn.isEmptyObject(D)){Cn.removeData(B)}}}else{if(Cn.support.deleteExpando){delete B[Cn.expando]}else{if(B.removeAttribute){B.removeAttribute(Cn.expando)}}delete C[A]}}});Cn.fn.extend({data:function(A,B){if(typeof A==="undefined"&&this.length){return Cn.data(this[0])}else{if(typeof A==="object"){return this.each(function(){Cn.data(this,A)})}}var C=A.split(".");C[1]=C[1]?"."+C[1]:"";if(B===Bp){var D=this.triggerHandler("getData"+C[1]+"!",[C[0]]);if(D===Bp&&this.length){D=Cn.data(this[0],A)}return D===Bp&&C[1]?this.data(C[0]):D}else{return this.trigger("setData"+C[1]+"!",[C[0],B]).each(function(){Cn.data(this,A,B)})}},removeData:function(A){return this.each(function(){Cn.removeData(this,A)})}});Cn.extend({queue:function(B,C,D){if(!B){return}C=(C||"fx")+"queue";var A=Cn.data(B,C);if(!D){return A||[]}if(!A||Cn.isArray(D)){A=Cn.data(B,C,Cn.makeArray(D))}else{A.push(D)}return A},dequeue:function(B,C){C=C||"fx";var D=Cn.queue(B,C),A=D.shift();if(A==="inprogress"){A=D.shift()}if(A){if(C==="fx"){D.unshift("inprogress")}A.call(B,function(){Cn.dequeue(B,C)})}}});Cn.fn.extend({queue:function(B,A){if(typeof B!=="string"){A=B;B="fx"}if(A===Bp){return Cn.queue(this[0],B)}return this.each(function(D,E){var C=Cn.queue(this,B,A);if(B==="fx"&&C[0]!=="inprogress"){Cn.dequeue(this,B)}})},dequeue:function(A){return this.each(function(){Cn.dequeue(this,A)})},delay:function(A,B){A=Cn.fx?Cn.fx.speeds[A]||A:A;B=B||"fx";return this.queue(B,function(){var C=this;setTimeout(function(){Cn.dequeue(C,B)},A)})},clearQueue:function(A){return this.queue(A||"fx",[])}});var Cl=/[\n\t]/g,A3=/\s+/,BA=/\r/g,B5=/href|src|style/,B7=/(button|input)/i,AY=/(button|input|object|select|textarea)/i,Cf=/^(a|area)$/i,BT=/radio|checkbox/;Cn.fn.extend({attr:function(B,A){return BS(this,B,A,true,Cn.attr)},removeAttr:function(A,B){return this.each(function(){Cn.attr(this,A,"");if(this.nodeType===1){this.removeAttribute(A)}})},addClass:function(D){if(Cn.isFunction(D)){return this.each(function(J){var K=Cn(this);K.addClass(D.call(this,J,K.attr("class")))})}if(D&&typeof D==="string"){var A=(D||"").split(A3);for(var E=0,I=this.length;E<I;E++){var B=this[E];if(B.nodeType===1){if(!B.className){B.className=D}else{var G=" "+B.className+" ",H=B.className;for(var F=0,C=A.length;F<C;F++){if(G.indexOf(" "+A[F]+" ")<0){H+=" "+A[F]}}B.className=Cn.trim(H)}}}}return this},removeClass:function(E){if(Cn.isFunction(E)){return this.each(function(I){var J=Cn(this);J.removeClass(E.call(this,I,J.attr("class")))})}if((E&&typeof E==="string")||E===Bp){var F=(E||"").split(A3);for(var A=0,D=this.length;A<D;A++){var B=this[A];if(B.nodeType===1&&B.className){if(E){var G=(" "+B.className+" ").replace(Cl," ");for(var H=0,C=F.length;H<C;H++){G=G.replace(" "+F[H]+" "," ")}B.className=Cn.trim(G)}else{B.className=""}}}}return this},toggleClass:function(D,A){var C=typeof D,B=typeof A==="boolean";if(Cn.isFunction(D)){return this.each(function(E){var F=Cn(this);F.toggleClass(D.call(this,E,F.attr("class"),A),A)})}return this.each(function(){if(C==="string"){var F,G=0,I=Cn(this),E=A,H=D.split(A3);while((F=H[G++])){E=B?E:!I.hasClass(F);I[E?"addClass":"removeClass"](F)}}else{if(C==="undefined"||C==="boolean"){if(this.className){Cn.data(this,"__className__",this.className)}this.className=this.className||D===false?"":Cn.data(this,"__className__")||""}}})},hasClass:function(D){var C=" "+D+" ";for(var A=0,B=this.length;A<B;A++){if((" "+this[A].className+" ").replace(Cl," ").indexOf(C)>-1){return true}}return false},val:function(F){if(F===Bp){var B=this[0];if(B){if(Cn.nodeName(B,"option")){return(B.attributes.value||{}).specified?B.value:B.text}if(Cn.nodeName(B,"select")){var C=B.selectedIndex,H=[],I=B.options,A=B.type==="select-one";if(C<0){return null}for(var D=A?C:0,E=A?C+1:I.length;D<E;D++){var G=I[D];if(G.selected){F=Cn(G).val();if(A){return F}H.push(F)}}return H}if(BT.test(B.type)&&!Cn.support.checkOn){return B.getAttribute("value")===null?"on":B.value}return(B.value||"").replace(BA,"")}return Bp}var J=Cn.isFunction(F);return this.each(function(L){var N=Cn(this),M=F;if(this.nodeType!==1){return}if(J){M=F.call(this,L,N.val())}if(typeof M==="number"){M+=""}if(Cn.isArray(M)&&BT.test(this.type)){this.checked=Cn.inArray(N.val(),M)>=0}else{if(Cn.nodeName(this,"select")){var K=Cn.makeArray(M);Cn("option",this).each(function(){this.selected=Cn.inArray(Cn(this).val(),K)>=0});if(!K.length){this.selectedIndex=-1}}else{this.value=M}}})}});Cn.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(F,B,I,A){if(!F||F.nodeType===3||F.nodeType===8){return Bp}if(A&&B in Cn.attrFn){return Cn(F)[B](I)}var E=F.nodeType!==1||!Cn.isXMLDoc(F),C=I!==Bp;B=E&&Cn.props[B]||B;if(F.nodeType===1){var H=B5.test(B);if(B==="selected"&&!Cn.support.optSelected){var J=F.parentNode;if(J){J.selectedIndex;if(J.parentNode){J.parentNode.selectedIndex}}}if(B in F&&E&&!H){if(C){if(B==="type"&&B7.test(F.nodeName)&&F.parentNode){Cn.error("type property can't be changed")}F[B]=I}if(Cn.nodeName(F,"form")&&F.getAttributeNode(B)){return F.getAttributeNode(B).nodeValue}if(B==="tabIndex"){var D=F.getAttributeNode("tabIndex");return D&&D.specified?D.value:AY.test(F.nodeName)||Cf.test(F.nodeName)&&F.href?0:Bp}return F[B]}if(!Cn.support.style&&E&&B==="style"){if(C){F.style.cssText=""+I}return F.style.cssText}if(C){F.setAttribute(B,""+I)}var G=!Cn.support.hrefNormalized&&E&&H?F.getAttribute(B,2):F.getAttribute(B);return G===null?Bp:G}return Cn.style(F,B,I)}});var Bw=/\.(.*)$/,B9=function(A){return A.replace(/[^\w\s\.\|`]/g,function(B){return"\\"+B})};Cn.event={add:function(C,D,M,F){if(C.nodeType===3||C.nodeType===8){return}if(C.setInterval&&(C!==Ca&&!C.frameElement)){C=Ca}var L,K;if(M.handler){L=M;M=L.handler}if(!M.guid){M.guid=Cn.guid++}var A=Cn.data(C);if(!A){return}var E=A.events=A.events||{},H=A.handle,H;if(!H){A.handle=H=function(){return typeof Cn!=="undefined"&&!Cn.event.triggered?Cn.event.handle.apply(H.elem,arguments):Bp}}H.elem=C;D=D.split(" ");var G,I=0,J;while((G=D[I++])){K=L?Cn.extend({},L):{handler:M,data:F};if(G.indexOf(".")>-1){J=G.split(".");G=J.shift();K.namespace=J.slice(0).sort().join(".")}else{J=[];K.namespace=""}K.type=G;K.guid=M.guid;var N=E[G],B=Cn.event.special[G]||{};if(!N){N=E[G]=[];if(!B.setup||B.setup.call(C,F,J,H)===false){if(C.addEventListener){C.addEventListener(G,H,false)}else{if(C.attachEvent){C.attachEvent("on"+G,H)}}}}if(B.add){B.add.call(C,K);if(!K.handler.guid){K.handler.guid=M.guid}}N.push(K);Cn.event.global[G]=true}C=null},global:{},remove:function(I,F,H,B){if(I.nodeType===3||I.nodeType===8){return}var D,R,S,E=0,C,A,J,P,O,M,G,L=Cn.data(I),K=L&&L.events;if(!L||!K){return}if(F&&F.type){H=F.handler;F=F.type}if(!F||typeof F==="string"&&F.charAt(0)==="."){F=F||"";for(R in K){Cn.event.remove(I,R+F)}return}F=F.split(" ");while((R=F[E++])){G=R;M=null;C=R.indexOf(".")<0;A=[];if(!C){A=R.split(".");R=A.shift();J=new RegExp("(^|\\.)"+Cn.map(A.slice(0).sort(),B9).join("\\.(?:.*\\.)?")+"(\\.|$)")}O=K[R];if(!O){continue}if(!H){for(var Q=0;Q<O.length;Q++){M=O[Q];if(C||J.test(M.namespace)){Cn.event.remove(I,G,M.handler,Q);O.splice(Q--,1)}}continue}P=Cn.event.special[R]||{};for(var Q=B||0;Q<O.length;Q++){M=O[Q];if(H.guid===M.guid){if(C||J.test(M.namespace)){if(B==null){O.splice(Q--,1)}if(P.remove){P.remove.call(I,M)}}if(B!=null){break}}}if(O.length===0||B!=null&&O.length===1){if(!P.teardown||P.teardown.call(I,A)===false){Bt(I,R,L.handle)}D=null;delete K[R]}}if(Cn.isEmptyObject(K)){var N=L.handle;if(N){N.elem=null}delete L.events;delete L.handle;if(Cn.isEmptyObject(L)){Cn.removeData(I)}}},trigger:function(K,A,E){var D=K.type||K,I=arguments[3];if(!I){K=typeof K==="object"?K[By]?K:Cn.extend(Cn.Event(D),K):Cn.Event(D);if(D.indexOf("!")>=0){K.type=D=D.slice(0,-1);K.exclusive=true}if(!E){K.stopPropagation();if(Cn.event.global[D]){Cn.each(Cn.cache,function(){if(this.events&&this.events[D]){Cn.event.trigger(K,A,this.handle.elem)}})}}if(!E||E.nodeType===3||E.nodeType===8){return Bp}K.result=Bp;K.target=E;A=Cn.makeArray(A);A.unshift(K)}K.currentTarget=E;var F=Cn.data(E,"handle");if(F){F.apply(E,A)}var J=E.parentNode||E.ownerDocument;try{if(!(E&&E.nodeName&&Cn.noData[E.nodeName.toLowerCase()])){if(E["on"+D]&&E["on"+D].apply(E,A)===false){K.result=false}}}catch(B){}if(!K.isPropagationStopped()&&J){Cn.event.trigger(K,A,J,true)}else{if(!K.isDefaultPrevented()){var L=K.target,C,H=Cn.nodeName(L,"a")&&D==="click",G=Cn.event.special[D]||{};if((!G._default||G._default.call(E,K)===false)&&!H&&!(L&&L.nodeName&&Cn.noData[L.nodeName.toLowerCase()])){try{if(L[D]){C=L["on"+D];if(C){L["on"+D]=null}Cn.event.triggered=true;L[D]()}}catch(B){}if(C){L["on"+D]=C}Cn.event.triggered=false}}}},handle:function(G){var D,A,B,H,J;G=arguments[0]=Cn.event.fix(G||Ca.event);G.currentTarget=this;D=G.type.indexOf(".")<0&&!G.exclusive;if(!D){B=G.type.split(".");G.type=B.shift();H=new RegExp("(^|\\.)"+B.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}var J=Cn.data(this,"events"),A=J[G.type];if(J&&A){A=A.slice(0);for(var E=0,I=A.length;E<I;E++){var C=A[E];if(D||H.test(C.namespace)){G.handler=C.handler;G.data=C.data;G.handleObj=C;var F=C.handler.apply(this,arguments);if(F!==Bp){G.result=F;if(F===false){G.preventDefault();G.stopPropagation()}}if(G.isImmediatePropagationStopped()){break}}}}return G.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 originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(A){if(A[By]){return A}var B=A;A=Cn.Event(B);for(var E=this.props.length,F;E;){F=this.props[--E];A[F]=B[F]}if(!A.target){A.target=A.srcElement||BX}if(A.target.nodeType===3){A.target=A.target.parentNode}if(!A.relatedTarget&&A.fromElement){A.relatedTarget=A.fromElement===A.target?A.toElement:A.fromElement}if(A.pageX==null&&A.clientX!=null){var C=BX.documentElement,D=BX.body;A.pageX=A.clientX+(C&&C.scrollLeft||D&&D.scrollLeft||0)-(C&&C.clientLeft||D&&D.clientLeft||0);A.pageY=A.clientY+(C&&C.scrollTop||D&&D.scrollTop||0)-(C&&C.clientTop||D&&D.clientTop||0)}if(!A.which&&((A.charCode||A.charCode===0)?A.charCode:A.keyCode)){A.which=A.charCode||A.keyCode}if(!A.metaKey&&A.ctrlKey){A.metaKey=A.ctrlKey}if(!A.which&&A.button!==Bp){A.which=(A.button&1?1:(A.button&2?3:(A.button&4?2:0)))}return A},guid:100000000,proxy:Cn.proxy,special:{ready:{setup:Cn.bindReady,teardown:Cn.noop},live:{add:function(A){Cn.event.add(this,A.origType,Cn.extend({},A,{handler:Bz}))},remove:function(A){var C=true,B=A.origType.replace(Bw,"");Cn.each(Cn.data(this,"events").live||[],function(){if(B===this.origType.replace(Bw,"")){C=false;return false}});if(C){Cn.event.remove(this,A.origType,Bz)}}},beforeunload:{setup:function(B,C,A){if(this.setInterval){this.onbeforeunload=A}return false},teardown:function(A,B){if(this.onbeforeunload===B){this.onbeforeunload=null}}}}};var Bt=BX.removeEventListener?function(B,C,A){B.removeEventListener(C,A,false)}:function(B,C,A){B.detachEvent("on"+C,A)};Cn.Event=function(A){if(!this.preventDefault){return new Cn.Event(A)}if(A&&A.type){this.originalEvent=A;this.type=A.type}else{this.type=A}this.timeStamp=Cm();this[By]=true};function Bs(){return false}function Cc(){return true}Cn.Event.prototype={preventDefault:function(){this.isDefaultPrevented=Cc;var A=this.originalEvent;if(!A){return}if(A.preventDefault){A.preventDefault()}A.returnValue=false},stopPropagation:function(){this.isPropagationStopped=Cc;var A=this.originalEvent;if(!A){return}if(A.stopPropagation){A.stopPropagation()}A.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=Cc;this.stopPropagation()},isDefaultPrevented:Bs,isPropagationStopped:Bs,isImmediatePropagationStopped:Bs};var Bo=function(A){var B=A.relatedTarget;try{while(B&&B!==this){B=B.parentNode}if(B!==this){A.type=A.data;Cn.event.handle.apply(this,arguments)}}catch(C){}},A5=function(A){A.type=A.data;Cn.event.handle.apply(this,arguments)};Cn.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(B,A){Cn.event.special[B]={setup:function(C){Cn.event.add(this,A,C&&C.selector?A5:Bo,B)},teardown:function(C){Cn.event.remove(this,A,C&&C.selector?A5:Bo)}}});if(!Cn.support.submitBubbles){Cn.event.special.submit={setup:function(A,B){if(this.nodeName.toLowerCase()!=="form"){Cn.event.add(this,"click.specialSubmit",function(E){var C=E.target,D=C.type;if((D==="submit"||D==="image")&&Cn(C).closest("form").length){return Cw("submit",this,arguments)}});Cn.event.add(this,"keypress.specialSubmit",function(E){var C=E.target,D=C.type;if((D==="text"||D==="password")&&Cn(C).closest("form").length&&E.keyCode===13){return Cw("submit",this,arguments)}})}else{return false}},teardown:function(A){Cn.event.remove(this,".specialSubmit")}}}if(!Cn.support.changeBubbles){var Co=/textarea|input|select/i,Ck,B0=function(A){var C=A.type,B=A.value;if(C==="radio"||C==="checkbox"){B=A.checked}else{if(C==="select-multiple"){B=A.selectedIndex>-1?Cn.map(A.options,function(D){return D.selected}).join("-"):""}else{if(A.nodeName.toLowerCase()==="select"){B=A.selectedIndex}}}return B},Ce=function Ce(C){var A=C.target,D,B;if(!Co.test(A.nodeName)||A.readOnly){return}D=Cn.data(A,"_change_data");B=B0(A);if(C.type!=="focusout"||A.type!=="radio"){Cn.data(A,"_change_data",B)}if(D===Bp||B===D){return}if(D!=null||B){C.type="change";return Cn.event.trigger(C,arguments[1],A)}};Cn.event.special.change={filters:{focusout:Ce,click:function(A){var B=A.target,C=B.type;if(C==="radio"||C==="checkbox"||B.nodeName.toLowerCase()==="select"){return Ce.call(this,A)}},keydown:function(A){var B=A.target,C=B.type;if((A.keyCode===13&&B.nodeName.toLowerCase()!=="textarea")||(A.keyCode===32&&(C==="checkbox"||C==="radio"))||C==="select-multiple"){return Ce.call(this,A)}},beforeactivate:function(B){var A=B.target;Cn.data(A,"_change_data",B0(A))}},setup:function(B,A){if(this.type==="file"){return false}for(var C in Ck){Cn.event.add(this,C+".specialChange",Ck[C])}return Co.test(this.nodeName)},teardown:function(A){Cn.event.remove(this,".specialChange");return Co.test(this.nodeName)}};Ck=Cn.event.special.change.filters}function Cw(C,A,B){B[0].type=C;return Cn.event.handle.apply(A,B)}if(BX.addEventListener){Cn.each({focus:"focusin",blur:"focusout"},function(C,B){Cn.event.special[B]={setup:function(){this.addEventListener(C,A,true)},teardown:function(){this.removeEventListener(C,A,true)}};function A(D){D=Cn.event.fix(D);D.type=B;return Cn.event.handle.call(this,D)}})}Cn.each(["bind","one"],function(B,A){Cn.fn[A]=function(E,C,I){if(typeof E==="object"){for(var G in E){this[A](G,C,E[G],I)}return this}if(Cn.isFunction(C)){I=C;C=Bp}var H=A==="one"?Cn.proxy(I,function(J){Cn(this).unbind(J,H);return I.apply(this,arguments)}):I;if(E==="unload"&&A!=="one"){this.one(E,C,I)}else{for(var D=0,F=this.length;D<F;D++){Cn.event.add(this[D],E,H,C)}}return this}});Cn.fn.extend({unbind:function(D,E){if(typeof D==="object"&&!D.preventDefault){for(var B in D){this.unbind(B,D[B])}}else{for(var C=0,A=this.length;C<A;C++){Cn.event.remove(this[C],D,E)}}return this},delegate:function(A,C,D,B){return this.live(C,D,B,A)},undelegate:function(A,C,B){if(arguments.length===0){return this.unbind("live")}else{return this.die(C,null,B,A)}},trigger:function(B,A){return this.each(function(){Cn.event.trigger(B,A,this)})},triggerHandler:function(C,B){if(this[0]){var A=Cn.Event(C);A.preventDefault();A.stopPropagation();Cn.event.trigger(A,B,this[0]);return A.result}},toggle:function(A){var B=arguments,C=1;while(C<B.length){Cn.proxy(A,B[C++])}return this.click(Cn.proxy(A,function(D){var E=(Cn.data(this,"lastToggle"+A.guid)||0)%C;Cn.data(this,"lastToggle"+A.guid,E+1);D.preventDefault();return B[E].apply(this,arguments)||false}))},hover:function(A,B){return this.mouseenter(A).mouseleave(B||A)}});var BE={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};Cn.each(["live","die"],function(B,A){Cn.fn[A]=function(L,C,I,G){var J,K=0,F,D,H,M=G||this.selector,E=G?this:Cn(this.context);if(Cn.isFunction(C)){I=C;C=Bp}L=(L||"").split(" ");while((J=L[K++])!=null){F=Bw.exec(J);D="";if(F){D=F[0];J=J.replace(Bw,"")}if(J==="hover"){L.push("mouseenter"+D,"mouseleave"+D);continue}H=J;if(J==="focus"||J==="blur"){L.push(BE[J]+D);J=J+D}else{J=(BE[J]||J)+D}if(A==="live"){E.each(function(){Cn.event.add(this,B3(J,M),{data:C,selector:M,handler:I,origType:J,origHandler:I,preType:H})})}else{E.unbind(B3(J,M),I)}}return this}});function Bz(M){var L,J=[],G=[],F=arguments,H,A,D,K,I,O,E,B,N=Cn.data(this,"events");if(M.liveFired===this||!N||!N.live||M.button&&M.type==="click"){return}M.liveFired=this;var C=N.live.slice(0);for(I=0;I<C.length;I++){D=C[I];if(D.origType.replace(Bw,"")===M.type){G.push(D.selector)}else{C.splice(I--,1)}}A=Cn(M.target).closest(G,M.currentTarget);for(O=0,E=A.length;O<E;O++){for(I=0;I<C.length;I++){D=C[I];if(A[O].selector===D.selector){K=A[O].elem;H=null;if(D.preType==="mouseenter"||D.preType==="mouseleave"){H=Cn(M.relatedTarget).closest(D.selector)[0]}if(!H||H!==K){J.push({elem:K,handleObj:D})}}}}for(O=0,E=J.length;O<E;O++){A=J[O];M.currentTarget=A.elem;M.data=A.handleObj.data;M.handleObj=A.handleObj;if(A.handleObj.origHandler.apply(A.elem,F)===false){L=false;break}}return L}function B3(B,A){return"live."+(B&&B!=="*"?B+".":"")+A.replace(/\./g,"`").replace(/ /g,"&")}Cn.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(B,A){Cn.fn[A]=function(C){return C?this.bind(A,C):this.trigger(A)};if(Cn.attrFn){Cn.attrFn[A]=true}});if(Ca.attachEvent&&!Ca.addEventListener){Ca.attachEvent("onunload",function(){for(var A in Cn.cache){if(Cn.cache[A].handle){try{Cn.event.remove(Cn.cache[A].handle.elem)}catch(B){}}}})}(function(){var B=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,E=0,G=Object.prototype.toString,C=false,M=true;[0,0].sort(function(){M=false;return 0});var P=function(X,T,Y,g){Y=Y||[];var f=T=T||BX;if(T.nodeType!==1&&T.nodeType!==9){return[]}if(!X||typeof X!=="string"){return Y}var Z=[],S,e,c,h,U=true,a=D(T),W=X;while((B.exec(""),S=B.exec(W))!==null){W=S[3];Z.push(S[1]);if(S[2]){h=S[3];break}}if(Z.length>1&&L.exec(X)){if(Z.length===2&&A.relative[Z[0]]){e=H(Z[0]+Z[1],T)}else{e=A.relative[Z[0]]?[T]:P(Z.shift(),T);while(Z.length){X=Z.shift();if(A.relative[X]){X+=Z.shift()}e=H(X,e)}}}else{if(!g&&Z.length>1&&T.nodeType===9&&!a&&A.match.ID.test(Z[0])&&!A.match.ID.test(Z[Z.length-1])){var d=P.find(Z.shift(),T,a);T=d.expr?P.filter(d.expr,d.set)[0]:d.set[0]}if(T){var d=g?{expr:Z.pop(),set:O(g)}:P.find(Z.pop(),Z.length===1&&(Z[0]==="~"||Z[0]==="+")&&T.parentNode?T.parentNode:T,a);e=d.expr?P.filter(d.expr,d.set):d.set;if(Z.length>0){c=O(e)}else{U=false}while(Z.length){var i=Z.pop(),b=i;if(!A.relative[i]){i=""}else{b=Z.pop()}if(b==null){b=T}A.relative[i](c,b,a)}}else{c=Z=[]}}if(!c){c=e}if(!c){P.error(i||X)}if(G.call(c)==="[object Array]"){if(!U){Y.push.apply(Y,c)}else{if(T&&T.nodeType===1){for(var V=0;c[V]!=null;V++){if(c[V]&&(c[V]===true||c[V].nodeType===1&&I(T,c[V]))){Y.push(e[V])}}}else{for(var V=0;c[V]!=null;V++){if(c[V]&&c[V].nodeType===1){Y.push(e[V])}}}}}else{O(c,Y)}if(h){P(h,f,Y,g);P.uniqueSort(Y)}return Y};P.uniqueSort=function(S){if(J){C=M;S.sort(J);if(C){for(var T=1;T<S.length;T++){if(S[T]===S[T-1]){S.splice(T--,1)}}}}return S};P.matches=function(T,S){return P(T,null,null,S)};P.find=function(Y,S,a){var T,W;if(!Y){return[]}for(var U=0,X=A.order.length;U<X;U++){var V=A.order[U],W;if((W=A.leftMatch[V].exec(Y))){var Z=W[1];W.splice(1,1);if(Z.substr(Z.length-1)!=="\\"){W[1]=(W[1]||"").replace(/\\/g,"");T=A.find[V](W,S,a);if(T!=null){Y=Y.replace(A.match[V],"");break}}}}if(!T){T=S.getElementsByTagName("*")}return{set:T,expr:Y}};P.filter=function(b,h,e,i){var T=b,f=[],Y=h,W,Z,a=h&&h[0]&&D(h[0]);while(b&&h.length){for(var d in A.filter){if((W=A.leftMatch[d].exec(b))!=null&&W[2]){var S=A.filter[d],c,g,U=W[1];Z=false;W.splice(1,1);if(U.substr(U.length-1)==="\\"){continue}if(Y===f){f=[]}if(A.preFilter[d]){W=A.preFilter[d](W,Y,e,f,i,a);if(!W){Z=c=true}else{if(W===true){continue}}}if(W){for(var V=0;(g=Y[V])!=null;V++){if(g){c=S(g,W,V,Y);var X=i^!!c;if(e&&c!=null){if(X){Z=true}else{Y[V]=false}}else{if(X){f.push(g);Z=true}}}}}if(c!==Bp){if(!e){Y=f}b=b.replace(A.match[d],"");if(!Z){return[]}break}}}if(b===T){if(Z==null){P.error(b)}else{break}}T=b}return Y};P.error=function(S){throw"Syntax error, unrecognized expression: "+S};var A=P.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(S){return S.getAttribute("href")}},relative:{"+":function(S,T){var Y=typeof T==="string",X=Y&&!/\W/.test(T),W=Y&&!X;if(X){T=T.toLowerCase()}for(var Z=0,U=S.length,V;Z<U;Z++){if((V=S[Z])){while((V=V.previousSibling)&&V.nodeType!==1){}S[Z]=W||V&&V.nodeName.toLowerCase()===T?V||false:V===T}}if(W){P.filter(T,S,true)}},">":function(T,V){var X=typeof V==="string";if(X&&!/\W/.test(V)){V=V.toLowerCase();for(var Y=0,U=T.length;Y<U;Y++){var S=T[Y];if(S){var W=S.parentNode;T[Y]=W.nodeName.toLowerCase()===V?W:false}}}else{for(var Y=0,U=T.length;Y<U;Y++){var S=T[Y];if(S){T[Y]=X?S.parentNode:S.parentNode===V}}if(X){P.filter(V,T,true)}}},"":function(S,X,U){var V=E++,W=N;if(typeof X==="string"&&!/\W/.test(X)){var T=X=X.toLowerCase();W=K}W("parentNode",X,V,S,T,U)},"~":function(S,X,U){var V=E++,W=N;if(typeof X==="string"&&!/\W/.test(X)){var T=X=X.toLowerCase();W=K}W("previousSibling",X,V,S,T,U)}},find:{ID:function(S,V,U){if(typeof V.getElementById!=="undefined"&&!U){var T=V.getElementById(S[1]);return T?[T]:[]}},NAME:function(W,X){if(typeof X.getElementsByName!=="undefined"){var T=[],V=X.getElementsByName(W[1]);for(var S=0,U=V.length;S<U;S++){if(V[S].getAttribute("name")===W[1]){T.push(V[S])}}return T.length===0?null:T}},TAG:function(S,T){return T.getElementsByTagName(S[1])}},preFilter:{CLASS:function(T,S,U,X,Z,V){T=" "+T[1].replace(/\\/g,"")+" ";if(V){return T}for(var Y=0,W;(W=S[Y])!=null;Y++){if(W){if(Z^(W.className&&(" "+W.className+" ").replace(/[\t\n]/g," ").indexOf(T)>=0)){if(!U){X.push(W)}}else{if(U){S[Y]=false}}}}return false},ID:function(S){return S[1].replace(/\\/g,"")},TAG:function(T,S){return T[1].toLowerCase()},CHILD:function(S){if(S[1]==="nth"){var T=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(S[2]==="even"&&"2n"||S[2]==="odd"&&"2n+1"||!/\D/.test(S[2])&&"0n+"+S[2]||S[2]);S[2]=(T[1]+(T[2]||1))-0;S[3]=T[3]-0}S[0]=E++;return S},ATTR:function(Y,S,W,T,U,X){var V=Y[1].replace(/\\/g,"");if(!X&&A.attrMap[V]){Y[1]=A.attrMap[V]}if(Y[2]==="~="){Y[4]=" "+Y[4]+" "}return Y},PSEUDO:function(S,V,U,T,X){if(S[1]==="not"){if((B.exec(S[3])||"").length>1||/^\w/.test(S[3])){S[3]=P(S[3],null,null,V)}else{var W=P.filter(S[3],V,U,true^X);if(!U){T.push.apply(T,W)}return false}}else{if(A.match.POS.test(S[0])||A.match.CHILD.test(S[0])){return true}}return S},POS:function(S){S.unshift(true);return S}},filters:{enabled:function(S){return S.disabled===false&&S.type!=="hidden"},disabled:function(S){return S.disabled===true},checked:function(S){return S.checked===true},selected:function(S){S.parentNode.selectedIndex;return S.selected===true},parent:function(S){return !!S.firstChild},empty:function(S){return !S.firstChild},has:function(T,U,S){return !!P(S[3],T).length},header:function(S){return/h\d/i.test(S.nodeName)},text:function(S){return"text"===S.type},radio:function(S){return"radio"===S.type},checkbox:function(S){return"checkbox"===S.type},file:function(S){return"file"===S.type},password:function(S){return"password"===S.type},submit:function(S){return"submit"===S.type},image:function(S){return"image"===S.type},reset:function(S){return"reset"===S.type},button:function(S){return"button"===S.type||S.nodeName.toLowerCase()==="button"},input:function(S){return/input|select|textarea|button/i.test(S.nodeName)}},setFilters:{first:function(S,T){return T===0},last:function(U,V,S,T){return V===T.length-1},even:function(S,T){return T%2===0},odd:function(S,T){return T%2===1},lt:function(T,U,S){return U<S[3]-0},gt:function(T,U,S){return U>S[3]-0},nth:function(T,U,S){return S[3]-0===U},eq:function(T,U,S){return S[3]-0===U}},filter:{PSEUDO:function(X,S,U,W){var V=S[1],T=A.filters[V];if(T){return T(X,U,S,W)}else{if(V==="contains"){return(X.textContent||X.innerText||F([X])||"").indexOf(S[3])>=0}else{if(V==="not"){var Y=S[3];for(var U=0,Z=Y.length;U<Z;U++){if(Y[U]===X){return false}}return true}else{P.error("Syntax error, unrecognized expression: "+V)}}}},CHILD:function(X,S){var b=S[1],Y=X;switch(b){case"only":case"first":while((Y=Y.previousSibling)){if(Y.nodeType===1){return false}}if(b==="first"){return true}Y=X;case"last":while((Y=Y.nextSibling)){if(Y.nodeType===1){return false}}return true;case"nth":var W=S[2],T=S[3];if(W===1&&T===0){return true}var a=S[0],Z=X.parentNode;if(Z&&(Z.sizcache!==a||!X.nodeIndex)){var U=0;for(Y=Z.firstChild;Y;Y=Y.nextSibling){if(Y.nodeType===1){Y.nodeIndex=++U}}Z.sizcache=a}var V=X.nodeIndex-T;if(W===0){return V===0}else{return(V%W===0&&V/W>=0)}}},ID:function(S,T){return S.nodeType===1&&S.getAttribute("id")===T},TAG:function(S,T){return(T==="*"&&S.nodeType===1)||S.nodeName.toLowerCase()===T},CLASS:function(S,T){return(" "+(S.className||S.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,S){var T=S[1],U=A.attrHandle[T]?A.attrHandle[T](Y):Y[T]!=null?Y[T]:Y.getAttribute(T),X=U+"",V=S[2],W=S[4];return U==null?V==="!=":V==="="?X===W:V==="*="?X.indexOf(W)>=0:V==="~="?(" "+X+" ").indexOf(W)>=0:!W?X&&U!==false:V==="!="?X!==W:V==="^="?X.indexOf(W)===0:V==="$="?X.substr(X.length-W.length)===W:V==="|="?X===W||X.substr(0,W.length+1)===W+"-":false},POS:function(W,S,X,V){var U=S[2],T=A.setFilters[U];if(T){return T(W,X,S,V)}}}};var L=A.match.POS;for(var Q in A.match){A.match[Q]=new RegExp(A.match[Q].source+/(?![^\[]*\])(?![^\(]*\))/.source);A.leftMatch[Q]=new RegExp(/(^(?:.|\r|\n)*?)/.source+A.match[Q].source.replace(/\\(\d+)/g,function(T,S){return"\\"+(S-0+1)}))}var O=function(T,S){T=Array.prototype.slice.call(T,0);if(S){S.push.apply(S,T);return S}return T};try{Array.prototype.slice.call(BX.documentElement.childNodes,0)[0].nodeType}catch(R){O=function(W,T){var U=T||[];if(G.call(W)==="[object Array]"){Array.prototype.push.apply(U,W)}else{if(typeof W.length==="number"){for(var S=0,V=W.length;S<V;S++){U.push(W[S])}}else{for(var S=0;W[S];S++){U.push(W[S])}}}return U}}var J;if(BX.documentElement.compareDocumentPosition){J=function(T,S){if(!T.compareDocumentPosition||!S.compareDocumentPosition){if(T==S){C=true}return T.compareDocumentPosition?-1:1}var U=T.compareDocumentPosition(S)&4?-1:T===S?0:1;if(U===0){C=true}return U}}else{if("sourceIndex" in BX.documentElement){J=function(T,S){if(!T.sourceIndex||!S.sourceIndex){if(T==S){C=true}return T.sourceIndex?-1:1}var U=T.sourceIndex-S.sourceIndex;if(U===0){C=true}return U}}else{if(BX.createRange){J=function(T,V){if(!T.ownerDocument||!V.ownerDocument){if(T==V){C=true}return T.ownerDocument?-1:1}var S=T.ownerDocument.createRange(),W=V.ownerDocument.createRange();S.setStart(T,0);S.setEnd(T,0);W.setStart(V,0);W.setEnd(V,0);var U=S.compareBoundaryPoints(Range.START_TO_END,W);if(U===0){C=true}return U}}}}function F(S){var V="",U;for(var T=0;S[T];T++){U=S[T];if(U.nodeType===3||U.nodeType===4){V+=U.nodeValue}else{if(U.nodeType!==8){V+=F(U.childNodes)}}}return V}(function(){var S=BX.createElement("div"),T="script"+(new Date).getTime();S.innerHTML="<a name='"+T+"'/>";var U=BX.documentElement;U.insertBefore(S,U.firstChild);if(BX.getElementById(T)){A.find.ID=function(V,Y,W){if(typeof Y.getElementById!=="undefined"&&!W){var X=Y.getElementById(V[1]);return X?X.id===V[1]||typeof X.getAttributeNode!=="undefined"&&X.getAttributeNode("id").nodeValue===V[1]?[X]:Bp:[]}};A.filter.ID=function(W,X){var V=typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id");return W.nodeType===1&&V&&V.nodeValue===X}}U.removeChild(S);U=S=null})();(function(){var S=BX.createElement("div");S.appendChild(BX.createComment(""));if(S.getElementsByTagName("*").length>0){A.find.TAG=function(U,W){var V=W.getElementsByTagName(U[1]);if(U[1]==="*"){var T=[];for(var X=0;V[X];X++){if(V[X].nodeType===1){T.push(V[X])}}V=T}return V}}S.innerHTML="<a href='#'></a>";if(S.firstChild&&typeof S.firstChild.getAttribute!=="undefined"&&S.firstChild.getAttribute("href")!=="#"){A.attrHandle.href=function(T){return T.getAttribute("href",2)}}S=null})();if(BX.querySelectorAll){(function(){var S=P,T=BX.createElement("div");T.innerHTML="<p class='TEST'></p>";if(T.querySelectorAll&&T.querySelectorAll(".TEST").length===0){return}P=function(X,Z,Y,V){Z=Z||BX;if(!V&&Z.nodeType===9&&!D(Z)){try{return O(Z.querySelectorAll(X),Y)}catch(W){}}return S(X,Z,Y,V)};for(var U in S){P[U]=S[U]}T=null})()}(function(){var S=BX.createElement("div");S.innerHTML="<div class='test e'></div><div class='test'></div>";if(!S.getElementsByClassName||S.getElementsByClassName("e").length===0){return}S.lastChild.className="e";if(S.getElementsByClassName("e").length===1){return}A.order.splice(1,0,"CLASS");A.find.CLASS=function(U,T,V){if(typeof T.getElementsByClassName!=="undefined"&&!V){return T.getElementsByClassName(U[1])}};S=null})();function K(X,Y,b,a,S,T){for(var W=0,Z=a.length;W<Z;W++){var U=a[W];if(U){U=U[X];var V=false;while(U){if(U.sizcache===b){V=a[U.sizset];break}if(U.nodeType===1&&!T){U.sizcache=b;U.sizset=W}if(U.nodeName.toLowerCase()===Y){V=U;break}U=U[X]}a[W]=V}}}function N(X,Y,b,a,S,T){for(var W=0,Z=a.length;W<Z;W++){var U=a[W];if(U){U=U[X];var V=false;while(U){if(U.sizcache===b){V=a[U.sizset];break}if(U.nodeType===1){if(!T){U.sizcache=b;U.sizset=W}if(typeof Y!=="string"){if(U===Y){V=true;break}}else{if(P.filter(Y,[U]).length>0){V=U;break}}}U=U[X]}a[W]=V}}}var I=BX.compareDocumentPosition?function(S,T){return !!(S.compareDocumentPosition(T)&16)}:function(S,T){return S!==T&&(S.contains?S.contains(T):true)};var D=function(T){var S=(T?T.ownerDocument||T:0).documentElement;return S?S.nodeName!=="HTML":false};var H=function(Y,W){var U=[],X="",V,S=W.nodeType?[W]:W;while((V=A.match.PSEUDO.exec(Y))){X+=V[0];Y=Y.replace(A.match.PSEUDO,"")}Y=A.relative[Y]?Y+"*":Y;for(var T=0,Z=S.length;T<Z;T++){P(Y,S[T],U)}return P.filter(X,U)};Cn.find=P;Cn.expr=P.selectors;Cn.expr[":"]=Cn.expr.filters;Cn.unique=P.uniqueSort;Cn.text=F;Cn.isXMLDoc=D;Cn.contains=I;return;Ca.Sizzle=P})();var BU=/Until$/,BO=/^(?:parents|prevUntil|prevAll)/,BR=/,/,Cx=Array.prototype.slice;var Cu=function(C,B,A){if(Cn.isFunction(B)){return Cn.grep(C,function(F,E){return !!B.call(F,E,F)===A})}else{if(B.nodeType){return Cn.grep(C,function(F,E){return(F===B)===A})}else{if(typeof B==="string"){var D=Cn.grep(C,function(E){return E.nodeType===1});if(B4.test(B)){return Cn.filter(B,D,!A)}else{B=Cn.filter(B,D)}}}}return Cn.grep(C,function(F,E){return(Cn.inArray(F,B)>=0)===A})};Cn.fn.extend({find:function(E){var D=this.pushStack("","find",E),F=0;for(var B=0,G=this.length;B<G;B++){F=D.length;Cn.find(E,this[B],D);if(B>0){for(var C=F;C<D.length;C++){for(var A=0;A<F;A++){if(D[A]===D[C]){D.splice(C--,1);break}}}}}return D},has:function(A){var B=Cn(A);return this.filter(function(){for(var C=0,D=B.length;C<D;C++){if(Cn.contains(this,B[C])){return true}}})},not:function(A){return this.pushStack(Cu(this,A,false),"not",A)},filter:function(A){return this.pushStack(Cu(this,A,true),"filter",A)},is:function(A){return !!A&&Cn.filter(A,this).length>0},closest:function(C,A){if(Cn.isArray(C)){var F=[],B=this[0],E,D={},I;if(B&&C.length){for(var J=0,G=C.length;J<G;J++){I=C[J];if(!D[I]){D[I]=Cn.expr.match.POS.test(I)?Cn(I,A||this.context):I}}while(B&&B.ownerDocument&&B!==A){for(I in D){E=D[I];if(E.jquery?E.index(B)>-1:Cn(B).is(E)){F.push({selector:I,elem:B});delete D[I]}}B=B.parentNode}}return F}var H=Cn.expr.match.POS.test(C)?Cn(C,A||this.context):null;return this.map(function(L,K){while(K&&K.ownerDocument&&K!==A){if(H?H.index(K)>-1:Cn(K).is(C)){return K}K=K.parentNode}return null})},index:function(A){if(!A||typeof A==="string"){return Cn.inArray(this[0],A?Cn(A):this.parent().children())}return Cn.inArray(A.jquery?A[0]:A,this)},add:function(B,A){var D=typeof B==="string"?Cn(B,A||this.context):Cn.makeArray(B),C=Cn.merge(this.get(),D);return this.pushStack(BJ(D[0])||BJ(C[0])?C:Cn.unique(C))},andSelf:function(){return this.add(this.prevObject)}});function BJ(A){return !A||!A.parentNode||A.parentNode.nodeType===11}Cn.each({parent:function(B){var A=B.parentNode;return A&&A.nodeType!==11?A:null},parents:function(A){return Cn.dir(A,"parentNode")},parentsUntil:function(A,C,B){return Cn.dir(A,"parentNode",B)},next:function(A){return Cn.nth(A,2,"nextSibling")},prev:function(A){return Cn.nth(A,2,"previousSibling")},nextAll:function(A){return Cn.dir(A,"nextSibling")},prevAll:function(A){return Cn.dir(A,"previousSibling")},nextUntil:function(A,C,B){return Cn.dir(A,"nextSibling",B)},prevUntil:function(A,C,B){return Cn.dir(A,"previousSibling",B)},siblings:function(A){return Cn.sibling(A.parentNode.firstChild,A)},children:function(A){return Cn.sibling(A.firstChild)},contents:function(A){return Cn.nodeName(A,"iframe")?A.contentDocument||A.contentWindow.document:Cn.makeArray(A.childNodes)}},function(A,B){Cn.fn[A]=function(C,E){var D=Cn.map(this,B,C);if(!BU.test(A)){E=C}if(E&&typeof E==="string"){D=Cn.filter(E,D)}D=this.length>1?Cn.unique(D):D;if((this.length>1||BR.test(E))&&BO.test(A)){D=D.reverse()}return this.pushStack(D,A,Cx.call(arguments).join(","))}});Cn.extend({filter:function(C,A,B){if(B){C=":not("+C+")"}return Cn.find.matches(C,A)},dir:function(C,D,E){var B=[],A=C[D];while(A&&A.nodeType!==9&&(E===Bp||A.nodeType!==1||!Cn(A).is(E))){if(A.nodeType===1){B.push(A)}A=A[D]}return B},nth:function(D,A,B,C){A=A||1;var E=0;for(;D;D=D[B]){if(D.nodeType===1&&++E===A){break}}return D},sibling:function(A,B){var C=[];for(;A;A=A.nextSibling){if(A.nodeType===1&&A!==B){C.push(A)}}return C}});var BQ=/ jQuery\d+="(?:\d+|null)"/g,Ct=/^\s+/,Bb=/(<([\w:]+)[^>]*?)\/>/g,A2=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,Cy=/<([\w:]+)/,A9=/<tbody/i,Cr=/<|&#?\w+;/,Br=/<script|<object|<embed|<option|<style/i,Be=/checked\s*(?:[^=]|=\s*.checked.)/i,BK=function(C,B,A){return A2.test(A)?C:B+"></"+A+">"},BV={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,"",""]};BV.optgroup=BV.option;BV.tbody=BV.tfoot=BV.colgroup=BV.caption=BV.thead;BV.th=BV.td;if(!Cn.support.htmlSerialize){BV._default=[1,"div<div>","</div>"]}Cn.fn.extend({text:function(A){if(Cn.isFunction(A)){return this.each(function(B){var C=Cn(this);C.text(A.call(this,B,C.text()))})}if(typeof A!=="object"&&A!==Bp){return this.empty().append((this[0]&&this[0].ownerDocument||BX).createTextNode(A))}return Cn.text(this)},wrapAll:function(B){if(Cn.isFunction(B)){return this.each(function(C){Cn(this).wrapAll(B.call(this,C))})}if(this[0]){var A=Cn(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(Cn.isFunction(A)){return this.each(function(B){Cn(this).wrapInner(A.call(this,B))})}return this.each(function(){var B=Cn(this),C=B.contents();if(C.length){C.wrapAll(A)}else{B.append(A)}})},wrap:function(A){return this.each(function(){Cn(this).wrapAll(A)})},unwrap:function(){return this.parent().each(function(){if(!Cn.nodeName(this,"body")){Cn(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=Cn(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,Cn(arguments[0]).toArray());return A}}},remove:function(D,A){for(var C=0,B;(B=this[C])!=null;C++){if(!D||Cn.filter(D,[B]).length){if(!A&&B.nodeType===1){Cn.cleanData(B.getElementsByTagName("*"));Cn.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){Cn.cleanData(A.getElementsByTagName("*"))}while(A.firstChild){A.removeChild(A.firstChild)}}return this},clone:function(A){var B=this.map(function(){if(!Cn.support.noCloneEvent&&!Cn.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 Cn.clean([D.replace(BQ,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(Ct,"")],E)[0]}else{return this.cloneNode(true)}});if(A===true){AZ(this,B);AZ(this.find("*"),B.find("*"))}return B},html:function(D){if(D===Bp){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(BQ,""):null}else{if(typeof D==="string"&&!Br.test(D)&&(Cn.support.leadingWhitespace||!Ct.test(D))&&!BV[(Cy.exec(D)||["",""])[1].toLowerCase()]){D=D.replace(Bb,BK);try{for(var C=0,B=this.length;C<B;C++){if(this[C].nodeType===1){Cn.cleanData(this[C].getElementsByTagName("*"));this[C].innerHTML=D}}}catch(A){this.empty().append(D)}}else{if(Cn.isFunction(D)){this.each(function(E){var F=Cn(this),G=F.html();F.empty().append(function(){return D.call(this,E,G)})})}else{this.empty().append(D)}}}return this},replaceWith:function(A){if(this[0]&&this[0].parentNode){if(Cn.isFunction(A)){return this.each(function(B){var C=Cn(this),D=C.html();C.replaceWith(A.call(this,B,D))})}if(typeof A!=="string"){A=Cn(A).detach()}return this.each(function(){var B=this.nextSibling,C=this.parentNode;Cn(this).remove();if(B){Cn(B).before(A)}else{Cn(C).append(A)}})}else{return this.pushStack(Cn(Cn.isFunction(A)?A():A),"replaceWith",A)}},detach:function(A){return this.remove(A,true)},domManip:function(A,E,C){var I,B,D=A[0],F=[],H,L;if(!Cn.support.checkClone&&arguments.length===3&&typeof D==="string"&&Be.test(D)){return this.each(function(){Cn(this).domManip(A,E,C,true)})}if(Cn.isFunction(D)){return this.each(function(M){var N=Cn(this);A[0]=D.call(this,M,E?N.html():Bp);N.domManip(A,E,C)})}if(this[0]){L=D&&D.parentNode;if(Cn.support.parentNode&&L&&L.nodeType===11&&L.childNodes.length===this.length){I={fragment:L}}else{I=AX(A,this,F)}H=I.fragment;if(H.childNodes.length===1){B=H=H.firstChild}else{B=H.firstChild}if(B){E=E&&Cn.nodeName(B,"tr");for(var K=0,G=this.length;K<G;K++){C.call(E?J(this[K],B):this[K],K>0||I.cacheable||this.length>1?H.cloneNode(true):H)}}if(F.length){Cn.each(F,Cs)}}return this;function J(N,M){return Cn.nodeName(N,"table")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}});function AZ(C,B){var A=0;B.each(function(){if(this.nodeName!==(C[A]&&C[A].nodeName)){return}var D=Cn.data(C[A++]),G=Cn.data(this,D),F=D&&D.events;if(F){delete G.handle;G.events={};for(var H in F){for(var E in F[H]){Cn.event.add(this,H,F[H][E],F[H][E].data)}}}})}function AX(D,G,A){var F,E,C,B=(G&&G[0]?G[0].ownerDocument||G[0]:BX);if(D.length===1&&typeof D[0]==="string"&&D[0].length<512&&B===BX&&!Br.test(D[0])&&(Cn.support.checkClone||!Be.test(D[0]))){E=true;C=Cn.fragments[D[0]];if(C){if(C!==1){F=C}}}if(!F){F=B.createDocumentFragment();Cn.clean(D,B,F,A)}if(E){Cn.fragments[D[0]]=C?F:1}return{fragment:F,cacheable:E}}Cn.fragments={};Cn.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(A,B){Cn.fn[A]=function(H){var F=[],D=Cn(H),C=this.length===1&&this[0].parentNode;if(C&&C.nodeType===11&&C.childNodes.length===1&&D.length===1){D[B](this[0]);return this}else{for(var I=0,E=D.length;I<E;I++){var G=(I>0?this.clone(true):this).get();Cn.fn[B].apply(Cn(D[I]),G);F=F.concat(G)}return this.pushStack(F,A,D.selector)}}});Cn.extend({clean:function(J,E,H,A){E=E||BX;if(typeof E.createElement==="undefined"){E=E.ownerDocument||E[0]&&E[0].ownerDocument||BX}var F=[];for(var M=0,C;(C=J[M])!=null;M++){if(typeof C==="number"){C+=""}if(!C){continue}if(typeof C==="string"&&!Cr.test(C)){C=E.createTextNode(C)}else{if(typeof C==="string"){C=C.replace(Bb,BK);var B=(Cy.exec(C)||["",""])[1].toLowerCase(),D=BV[B]||BV._default,I=D[0],N=E.createElement("div");N.innerHTML=D[1]+C+D[2];while(I--){N=N.lastChild}if(!Cn.support.tbody){var K=A9.test(C),G=B==="table"&&!K?N.firstChild&&N.firstChild.childNodes:D[1]==="<table>"&&!K?N.childNodes:[];for(var L=G.length-1;L>=0;--L){if(Cn.nodeName(G[L],"tbody")&&!G[L].childNodes.length){G[L].parentNode.removeChild(G[L])}}}if(!Cn.support.leadingWhitespace&&Ct.test(C)){N.insertBefore(E.createTextNode(Ct.exec(C)[0]),N.firstChild)}C=N.childNodes}}if(C.nodeType){F.push(C)}else{F=Cn.merge(F,C)}}if(H){for(var M=0;F[M];M++){if(A&&Cn.nodeName(F[M],"script")&&(!F[M].type||F[M].type.toLowerCase()==="text/javascript")){A.push(F[M].parentNode?F[M].parentNode.removeChild(F[M]):F[M])}else{if(F[M].nodeType===1){F.splice.apply(F,[M+1,0].concat(Cn.makeArray(F[M].getElementsByTagName("script"))))}H.appendChild(F[M])}}}return F},cleanData:function(H){var C,D,G=Cn.cache,I=Cn.event.special,E=Cn.support.deleteExpando;for(var A=0,B;(B=H[A])!=null;A++){D=B[Cn.expando];if(D){C=G[D];if(C.events){for(var F in C.events){if(I[F]){Cn.event.remove(B,F)}else{Bt(B,F,C.handle)}}}if(E){delete B[Cn.expando]}else{if(B.removeAttribute){B.removeAttribute(Cn.expando)}}delete G[D]}}}});var Cj=/z-?index|font-?weight|opacity|zoom|line-?height/i,BI=/alpha\([^)]*\)/,A7=/opacity=([^)]*)/,B6=/float/i,Bh=/-([a-z])/ig,BL=/([A-Z])/g,Cp=/^-?\d+(?:px)?$/i,BD=/^-?\d/,BG={position:"absolute",visibility:"hidden",display:"block"},Cg=["Left","Right"],Ba=["Top","Bottom"],A4=BX.defaultView&&BX.defaultView.getComputedStyle,B2=Cn.support.cssFloat?"cssFloat":"styleFloat",Bn=function(B,A){return A.toUpperCase()};Cn.fn.css=function(B,A){return BS(this,B,A,true,function(D,E,C){if(C===Bp){return Cn.curCSS(D,E)}if(typeof C==="number"&&!Cj.test(E)){C+="px"}Cn.style(D,E,C)})};Cn.extend({style:function(B,G,A){if(!B||B.nodeType===3||B.nodeType===8){return Bp}if((G==="width"||G==="height")&&parseFloat(A)<0){A=Bp}var C=B.style||B,D=A!==Bp;if(!Cn.support.opacity&&G==="opacity"){if(D){C.zoom=1;var F=parseInt(A,10)+""==="NaN"?"":"alpha(opacity="+A*100+")";var E=C.filter||Cn.curCSS(B,"filter")||"";C.filter=BI.test(E)?E.replace(BI,F):F}return C.filter&&C.filter.indexOf("opacity=")>=0?(parseFloat(A7.exec(C.filter)[1])/100)+"":""}if(B6.test(G)){G=B2}G=G.replace(Bh,Bn);if(D){C[G]=A}return C[G]},css:function(D,B,H,C){if(B==="width"||B==="height"){var A,E=BG,F=B==="width"?Cg:Ba;function G(){A=B==="width"?D.offsetWidth:D.offsetHeight;if(C==="border"){return}Cn.each(F,function(){if(!C){A-=parseFloat(Cn.curCSS(D,"padding"+this,true))||0}if(C==="margin"){A+=parseFloat(Cn.curCSS(D,"margin"+this,true))||0}else{A-=parseFloat(Cn.curCSS(D,"border"+this+"Width",true))||0}})}if(D.offsetWidth!==0){G()}else{Cn.swap(D,E,G)}return Math.max(0,Math.round(A))}return Cn.curCSS(D,B,H)},curCSS:function(J,D,H){var G,A=J.style,E;if(!Cn.support.opacity&&D==="opacity"&&J.currentStyle){G=A7.test(J.currentStyle.filter||"")?(parseFloat(RegExp.$1)/100)+"":"";return G===""?"1":G}if(B6.test(D)){D=B2}if(!H&&A&&A[D]){G=A[D]}else{if(A4){if(B6.test(D)){D="float"}D=D.replace(BL,"-$1").toLowerCase();var F=J.ownerDocument.defaultView;if(!F){return null}var K=F.getComputedStyle(J,null);if(K){G=K.getPropertyValue(D)}if(D==="opacity"&&G===""){G="1"}}else{if(J.currentStyle){var C=D.replace(Bh,Bn);G=J.currentStyle[D]||J.currentStyle[C];if(!Cp.test(G)&&BD.test(G)){var I=A.left,B=J.runtimeStyle.left;J.runtimeStyle.left=J.currentStyle.left;A.left=C==="fontSize"?"1em":(G||0);G=A.pixelLeft+"px";A.left=I;J.runtimeStyle.left=B}}}}return G},swap:function(E,C,D){var B={};for(var A in C){B[A]=E.style[A];E.style[A]=C[A]}D.call(E);for(var A in C){E.style[A]=B[A]}}});if(Cn.expr&&Cn.expr.filters){Cn.expr.filters.hidden=function(B){var D=B.offsetWidth,A=B.offsetHeight,C=B.nodeName.toLowerCase()==="tr";return D===0&&A===0&&!C?true:D>0&&A>0&&!C?false:Cn.curCSS(B,"display")==="none"};Cn.expr.filters.visible=function(A){return !Cn.expr.filters.hidden(A)}}var BH=Cm(),A8=/<script(.|\s)*?\/script>/gi,Bl=/select|textarea/i,B8=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,Cd=/=\?(&|$)/,BZ=/\?/,Ch=/(\?|&)_=.*?(&|$)/,Bi=/^(\w+:)?\/\/([^\/?#]+)/,BC=/%20/g,Cb=Cn.fn.load;Cn.fn.extend({load:function(B,D,F){if(typeof B!=="string"){return Cb.call(this,B)}else{if(!this.length){return this}}var C=B.indexOf(" ");if(C>=0){var A=B.slice(C,B.length);B=B.slice(0,C)}var G="GET";if(D){if(Cn.isFunction(D)){F=D;D=null}else{if(typeof D==="object"){D=Cn.param(D,Cn.ajaxSettings.traditional);G="POST"}}}var E=this;Cn.ajax({url:B,type:G,dataType:"html",data:D,complete:function(I,H){if(H==="success"||H==="notmodified"){E.html(A?Cn("<div />").append(I.responseText.replace(A8,"")).find(A):I.responseText)}if(F){E.each(F,[I.responseText,H,I])}}});return this},serialize:function(){return Cn.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?Cn.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||Bl.test(this.nodeName)||B8.test(this.type))}).map(function(C,A){var B=Cn(this).val();return B==null?null:Cn.isArray(B)?Cn.map(B,function(D,E){return{name:A.name,value:D}}):{name:A.name,value:B}}).get()}});Cn.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(B,A){Cn.fn[A]=function(C){return this.bind(A,C)}});Cn.extend({get:function(A,D,C,B){if(Cn.isFunction(D)){B=B||C;C=D;D=null}return Cn.ajax({type:"GET",url:A,data:D,success:C,dataType:B})},getScript:function(A,B){return Cn.get(A,null,B,"script")},getJSON:function(A,B,C){return Cn.get(A,B,C,"json")},post:function(A,D,C,B){if(Cn.isFunction(D)){B=B||C;C=D;D={}}return Cn.ajax({type:"POST",url:A,data:D,success:C,dataType:B})},ajaxSetup:function(A){Cn.extend(Cn.ajaxSettings,A)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:Ca.XMLHttpRequest&&(Ca.location.protocol!=="file:"||!Ca.ActiveXObject)?function(){return new Ca.XMLHttpRequest()}:function(){try{return new Ca.ActiveXObject("Microsoft.XMLHTTP")}catch(A){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(J){var K=Cn.extend(true,{},Cn.ajaxSettings,J);var D,H,U,O=J&&J.context||K,R=K.type.toUpperCase();if(K.data&&K.processData&&typeof K.data!=="string"){K.data=Cn.param(K.data,K.traditional)}if(K.dataType==="jsonp"){if(R==="GET"){if(!Cd.test(K.url)){K.url+=(BZ.test(K.url)?"&":"?")+(K.jsonp||"callback")+"=?"}}else{if(!K.data||!Cd.test(K.data)){K.data=(K.data?K.data+"&":"")+(K.jsonp||"callback")+"=?"}}K.dataType="json"}if(K.dataType==="json"&&(K.data&&Cd.test(K.data)||Cd.test(K.url))){D=K.jsonpCallback||("jsonp"+BH++);if(K.data){K.data=(K.data+"").replace(Cd,"="+D+"$1")}K.url=K.url.replace(Cd,"="+D+"$1");K.dataType="script";Ca[D]=Ca[D]||function(W){U=W;A();P();Ca[D]=Bp;try{delete Ca[D]}catch(X){}if(V){V.removeChild(S)}}}if(K.dataType==="script"&&K.cache===null){K.cache=false}if(K.cache===false&&R==="GET"){var I=Cm();var F=K.url.replace(Ch,"$1_="+I+"$2");K.url=F+((F===K.url)?(BZ.test(K.url)?"&":"?")+"_="+I:"")}if(K.data&&R==="GET"){K.url+=(BZ.test(K.url)?"&":"?")+K.data}if(K.global&&!Cn.active++){Cn.event.trigger("ajaxStart")}var Q=Bi.exec(K.url),T=Q&&(Q[1]&&Q[1]!==location.protocol||Q[2]!==location.host);if(K.dataType==="script"&&R==="GET"&&T){var V=BX.getElementsByTagName("head")[0]||BX.documentElement;var S=BX.createElement("script");S.src=K.url;if(K.scriptCharset){S.charset=K.scriptCharset}if(!D){var G=false;S.onload=S.onreadystatechange=function(){if(!G&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){G=true;A();P();S.onload=S.onreadystatechange=null;if(V&&S.parentNode){V.removeChild(S)}}}}V.insertBefore(S,V.firstChild);return Bp}var B=false;var C=K.xhr();if(!C){return}if(K.username){C.open(R,K.url,K.async,K.username,K.password)}else{C.open(R,K.url,K.async)}try{if(K.data||J&&J.contentType){C.setRequestHeader("Content-Type",K.contentType)}if(K.ifModified){if(Cn.lastModified[K.url]){C.setRequestHeader("If-Modified-Since",Cn.lastModified[K.url])}if(Cn.etag[K.url]){C.setRequestHeader("If-None-Match",Cn.etag[K.url])}}if(!T){C.setRequestHeader("X-Requested-With","XMLHttpRequest")}C.setRequestHeader("Accept",K.dataType&&K.accepts[K.dataType]?K.accepts[K.dataType]+", */*":K.accepts._default)}catch(M){}if(K.beforeSend&&K.beforeSend.call(O,C,K)===false){if(K.global&&!--Cn.active){Cn.event.trigger("ajaxStop")}C.abort();return false}if(K.global){N("ajaxSend",[C,K])}var E=C.onreadystatechange=function(W){if(!C||C.readyState===0||W==="abort"){if(!B){P()}B=true;if(C){C.onreadystatechange=Cn.noop}}else{if(!B&&C&&(C.readyState===4||W==="timeout")){B=true;C.onreadystatechange=Cn.noop;H=W==="timeout"?"timeout":!Cn.httpSuccess(C)?"error":K.ifModified&&Cn.httpNotModified(C,K.url)?"notmodified":"success";var X;if(H==="success"){try{U=Cn.httpData(C,K.dataType,K)}catch(Y){H="parsererror";X=Y}}if(H==="success"||H==="notmodified"){if(!D){A()}}else{Cn.handleError(K,C,H,X)}P();if(W==="timeout"){C.abort()}if(K.async){C=null}}}};try{var L=C.abort;C.abort=function(){if(C){L.call(C)}E("abort")}}catch(M){}if(K.async&&K.timeout>0){setTimeout(function(){if(C&&!B){E("timeout")}},K.timeout)}try{C.send(R==="POST"||R==="PUT"||R==="DELETE"?K.data:null)}catch(M){Cn.handleError(K,C,null,M);P()}if(!K.async){E()}function A(){if(K.success){K.success.call(O,U,H,C)}if(K.global){N("ajaxSuccess",[C,K])}}function P(){if(K.complete){K.complete.call(O,C,H)}if(K.global){N("ajaxComplete",[C,K])}if(K.global&&!--Cn.active){Cn.event.trigger("ajaxStop")}}function N(W,X){(K.context?Cn(K.context):Cn.event).trigger(W,X)}return C},handleError:function(C,D,B,A){if(C.error){C.error.call(C.context||C,D,B,A)}if(C.global){(C.context?Cn(C.context):Cn.event).trigger("ajaxError",[D,C,A])}},active:0,httpSuccess:function(A){try{return !A.status&&location.protocol==="file:"||(A.status>=200&&A.status<300)||A.status===304||A.status===1223||A.status===0}catch(B){}return false},httpNotModified:function(D,A){var B=D.getResponseHeader("Last-Modified"),C=D.getResponseHeader("Etag");if(B){Cn.lastModified[A]=B}if(C){Cn.etag[A]=C}return D.status===304||D.status===0},httpData:function(F,E,A){var B=F.getResponseHeader("content-type")||"",D=E==="xml"||!E&&B.indexOf("xml")>=0,C=D?F.responseXML:F.responseText;if(D&&C.documentElement.nodeName==="parsererror"){Cn.error("parsererror")}if(A&&A.dataFilter){C=A.dataFilter(C,E)}if(typeof C==="string"){if(E==="json"||!E&&B.indexOf("json")>=0){C=Cn.parseJSON(C)}else{if(E==="script"||!E&&B.indexOf("javascript")>=0){Cn.globalEval(C)}}}return C},param:function(C,F){var B=[];if(F===Bp){F=Cn.ajaxSettings.traditional}if(Cn.isArray(C)||C.jquery){Cn.each(C,function(){A(this.name,this.value)})}else{for(var D in C){E(D,C[D])}}return B.join("&").replace(BC,"+");function E(H,G){if(Cn.isArray(G)){Cn.each(G,function(I,J){if(F||/\[\]$/.test(H)){A(H,J)}else{E(H+"["+(typeof J==="object"||Cn.isArray(J)?I:"")+"]",J)}})}else{if(!F&&G!=null&&typeof G==="object"){Cn.each(G,function(J,I){E(H+"["+J+"]",I)})}else{A(H,G)}}}function A(G,H){H=Cn.isFunction(H)?H():H;B[B.length]=encodeURIComponent(G)+"="+encodeURIComponent(H)}}});var Cq={},Bd=/toggle|show|hide/,Cv=/^([+-]=)?([\d+-.]+)(.*)$/,BM,Bk=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];Cn.fn.extend({show:function(A,C){if(A||A===0){return this.animate(Bv("show",3),A,C)}else{for(var J=0,H=this.length;J<H;J++){var B=Cn.data(this[J],"olddisplay");this[J].style.display=B||"";if(Cn.css(this[J],"display")==="none"){var E=this[J].nodeName,F;if(Cq[E]){F=Cq[E]}else{var G=Cn("<"+E+" />").appendTo("body");F=G.css("display");if(F==="none"){F="block"}G.remove();Cq[E]=F}Cn.data(this[J],"olddisplay",F)}}for(var I=0,D=this.length;I<D;I++){this[I].style.display=Cn.data(this[I],"olddisplay")||""}return this}},hide:function(B,F){if(B||B===0){return this.animate(Bv("hide",3),B,F)}else{for(var C=0,A=this.length;C<A;C++){var G=Cn.data(this[C],"olddisplay");if(!G&&G!=="none"){Cn.data(this[C],"olddisplay",Cn.css(this[C],"display"))}}for(var D=0,E=this.length;D<E;D++){this[D].style.display="none"}return this}},_toggle:Cn.fn.toggle,toggle:function(C,A){var B=typeof C==="boolean";if(Cn.isFunction(C)&&Cn.isFunction(A)){this._toggle.apply(this,arguments)}else{if(C==null||B){this.each(function(){var D=B?C:Cn(this).is(":hidden");Cn(this)[D?"show":"hide"]()})}else{this.animate(Bv("toggle",3),C,A)}}return this},fadeTo:function(A,B,C){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:B},A,C)},animate:function(E,B,C,D){var A=Cn.speed(B,C,D);if(Cn.isEmptyObject(E)){return this.each(A.complete)}return this[A.queue===false?"each":"queue"](function(){var H=Cn.extend({},A),I,G=this.nodeType===1&&Cn(this).is(":hidden"),F=this;for(I in E){var J=I.replace(Bh,Bn);if(I!==J){E[J]=E[I];delete E[I];I=J}if(E[I]==="hide"&&G||E[I]==="show"&&!G){return H.complete.call(this)}if((I==="height"||I==="width")&&this.style){H.display=Cn.css(this,"display");H.overflow=this.style.overflow}if(Cn.isArray(E[I])){(H.specialEasing=H.specialEasing||{})[I]=E[I][1];E[I]=E[I][0]}}if(H.overflow!=null){this.style.overflow="hidden"}H.curAnim=Cn.extend({},E);Cn.each(E,function(P,M){var Q=new Cn.fx(F,H,P);if(Bd.test(M)){Q[M==="toggle"?G?"show":"hide":M](E)}else{var O=Cv.exec(M),L=Q.cur(true)||0;if(O){var K=parseFloat(O[2]),N=O[3]||"px";if(N!=="px"){F.style[P]=(K||1)+N;L=((K||1)/Q.cur(true))*L;F.style[P]=L+N}if(O[1]){K=((O[1]==="-="?-1:1)*K)+L}Q.custom(L,K,N)}else{Q.custom(L,M,"")}}});return true})},stop:function(B,A){var C=Cn.timers;if(B){this.queue([])}this.each(function(){for(var D=C.length-1;D>=0;D--){if(C[D].elem===this){if(A){C[D](true)}C.splice(D,1)}}});if(!A){this.dequeue()}return this}});Cn.each({slideDown:Bv("show",1),slideUp:Bv("hide",1),slideToggle:Bv("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(B,A){Cn.fn[B]=function(D,C){return this.animate(A,D,C)}});Cn.extend({speed:function(C,B,D){var A=C&&typeof C==="object"?C:{complete:D||!D&&B||Cn.isFunction(C)&&C,duration:C,easing:D&&B||B&&!Cn.isFunction(B)&&B};A.duration=Cn.fx.off?0:typeof A.duration==="number"?A.duration:Cn.fx.speeds[A.duration]||Cn.fx.speeds._default;A.old=A.complete;A.complete=function(){if(A.queue!==false){Cn(this).dequeue()}if(Cn.isFunction(A.old)){A.old.call(this)}};return A},easing:{linear:function(A,C,B,D){return B+D*A},swing:function(A,C,B,D){return((-Math.cos(A*Math.PI)/2)+0.5)*D+B}},timers:[],fx:function(A,C,B){this.options=C;this.elem=A;this.prop=B;if(!C.orig){C.orig={}}}});Cn.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(Cn.fx.step[this.prop]||Cn.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(A){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var B=parseFloat(Cn.css(this.elem,this.prop,A));return B&&B>-10000?B:parseFloat(Cn.curCSS(this.elem,this.prop))||0},custom:function(D,C,E){this.startTime=Cm();this.start=D;this.end=C;this.unit=E||this.unit||"px";this.now=this.start;this.pos=this.state=0;var B=this;function A(F){return B.step(F)}A.elem=this.elem;if(A()&&Cn.timers.push(A)&&!BM){BM=setInterval(Cn.fx.tick,13)}},show:function(){this.options.orig[this.prop]=Cn.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());Cn(this.elem).show()},hide:function(){this.options.orig[this.prop]=Cn.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(D){var A=Cm(),B=true;if(D||A>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var I in this.options.curAnim){if(this.options.curAnim[I]!==true){B=false}}if(B){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;var C=Cn.data(this.elem,"olddisplay");this.elem.style.display=C?C:this.options.display;if(Cn.css(this.elem,"display")==="none"){this.elem.style.display="block"}}if(this.options.hide){Cn(this.elem).hide()}if(this.options.hide||this.options.show){for(var E in this.options.curAnim){Cn.style(this.elem,E,this.options.orig[E])}}this.options.complete.call(this.elem)}return false}else{var H=A-this.startTime;this.state=H/this.options.duration;var G=this.options.specialEasing&&this.options.specialEasing[this.prop];var F=this.options.easing||(Cn.easing.swing?"swing":"linear");this.pos=Cn.easing[G||F](this.state,H,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};Cn.extend(Cn.fx,{tick:function(){var A=Cn.timers;for(var B=0;B<A.length;B++){if(!A[B]()){A.splice(B--,1)}}if(!A.length){Cn.fx.stop()}},stop:function(){clearInterval(BM);BM=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(A){Cn.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(Cn.expr&&Cn.expr.filters){Cn.expr.filters.animated=function(A){return Cn.grep(Cn.timers,function(B){return A===B.elem}).length}}function Bv(C,B){var A={};Cn.each(Bk.concat.apply([],Bk.slice(0,B)),function(){A[this]=C});return A}if("getBoundingClientRect" in BX.documentElement){Cn.fn.offset=function(C){var B=this[0];if(C){return this.each(function(K){Cn.offset.setOffset(this,C,K)})}if(!B||!B.ownerDocument){return null}if(B===B.ownerDocument.body){return Cn.offset.bodyOffset(B)}var E=B.getBoundingClientRect(),H=B.ownerDocument,F=H.body,A=H.documentElement,I=A.clientTop||F.clientTop||0,J=A.clientLeft||F.clientLeft||0,D=E.top+(self.pageYOffset||Cn.support.boxModel&&A.scrollTop||F.scrollTop)-I,G=E.left+(self.pageXOffset||Cn.support.boxModel&&A.scrollLeft||F.scrollLeft)-J;return{top:D,left:G}}}else{Cn.fn.offset=function(H){var B=this[0];if(H){return this.each(function(M){Cn.offset.setOffset(this,H,M)})}if(!B||!B.ownerDocument){return null}if(B===B.ownerDocument.body){return Cn.offset.bodyOffset(B)}Cn.offset.initialize();var L=B.offsetParent,E=B,F=B.ownerDocument,J,A=F.documentElement,D=F.body,G=F.defaultView,I=G?G.getComputedStyle(B,null):B.currentStyle,C=B.offsetTop,K=B.offsetLeft;while((B=B.parentNode)&&B!==D&&B!==A){if(Cn.offset.supportsFixedPosition&&I.position==="fixed"){break}J=G?G.getComputedStyle(B,null):B.currentStyle;C-=B.scrollTop;K-=B.scrollLeft;if(B===L){C+=B.offsetTop;K+=B.offsetLeft;if(Cn.offset.doesNotAddBorder&&!(Cn.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(B.nodeName))){C+=parseFloat(J.borderTopWidth)||0;K+=parseFloat(J.borderLeftWidth)||0}E=L,L=B.offsetParent}if(Cn.offset.subtractsBorderForOverflowNotVisible&&J.overflow!=="visible"){C+=parseFloat(J.borderTopWidth)||0;K+=parseFloat(J.borderLeftWidth)||0}I=J}if(I.position==="relative"||I.position==="static"){C+=D.offsetTop;K+=D.offsetLeft}if(Cn.offset.supportsFixedPosition&&I.position==="fixed"){C+=Math.max(A.scrollTop,D.scrollTop);K+=Math.max(A.scrollLeft,D.scrollLeft)}return{top:C,left:K}}}Cn.offset={initialize:function(){var H=BX.body,F=BX.createElement("div"),E,C,G,A,B=parseFloat(Cn.curCSS(H,"marginTop",true))||0,D="<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>";Cn.extend(F.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});F.innerHTML=D;H.insertBefore(F,H.firstChild);E=F.firstChild;C=E.firstChild;A=E.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(C.offsetTop!==5);this.doesAddBorderForTableAndCells=(A.offsetTop===5);C.style.position="fixed",C.style.top="20px";this.supportsFixedPosition=(C.offsetTop===20||C.offsetTop===15);C.style.position=C.style.top="";E.style.overflow="hidden",E.style.position="relative";this.subtractsBorderForOverflowNotVisible=(C.offsetTop===-5);this.doesNotIncludeMarginInBodyOffset=(H.offsetTop!==B);H.removeChild(F);H=F=E=C=G=A=null;Cn.offset.initialize=Cn.noop},bodyOffset:function(C){var B=C.offsetTop,A=C.offsetLeft;Cn.offset.initialize();if(Cn.offset.doesNotIncludeMarginInBodyOffset){B+=parseFloat(Cn.curCSS(C,"marginTop",true))||0;A+=parseFloat(Cn.curCSS(C,"marginLeft",true))||0}return{top:B,left:A}},setOffset:function(B,E,H){if(/static/.test(Cn.curCSS(B,"position"))){B.style.position="relative"}var G=Cn(B),C=G.offset(),A=parseInt(Cn.curCSS(B,"top",true),10)||0,D=parseInt(Cn.curCSS(B,"left",true),10)||0;if(Cn.isFunction(E)){E=E.call(B,H,C)}var F={top:(E.top-C.top)+A,left:(E.left-C.left)+D};if("using" in E){E.using.call(B,F)}else{G.css(F)}}};Cn.fn.extend({position:function(){if(!this[0]){return null}var B=this[0],D=this.offsetParent(),C=this.offset(),A=/^body|html$/i.test(D[0].nodeName)?{top:0,left:0}:D.offset();C.top-=parseFloat(Cn.curCSS(B,"marginTop",true))||0;C.left-=parseFloat(Cn.curCSS(B,"marginLeft",true))||0;A.top+=parseFloat(Cn.curCSS(D[0],"borderTopWidth",true))||0;A.left+=parseFloat(Cn.curCSS(D[0],"borderLeftWidth",true))||0;return{top:C.top-A.top,left:C.left-A.left}},offsetParent:function(){return this.map(function(){var A=this.offsetParent||BX.body;while(A&&(!/^body|html$/i.test(A.nodeName)&&Cn.css(A,"position")==="static")){A=A.offsetParent}return A})}});Cn.each(["Left","Top"],function(C,A){var B="scroll"+A;Cn.fn[B]=function(E){var D=this[0],F;if(!D){return null}if(E!==Bp){return this.each(function(){F=A6(this);if(F){F.scrollTo(!C?E:Cn(F).scrollLeft(),C?E:Cn(F).scrollTop())}else{this[B]=E}})}else{F=A6(D);return F?("pageXOffset" in F)?F[C?"pageYOffset":"pageXOffset"]:Cn.support.boxModel&&F.document.documentElement[B]||F.document.body[B]:D[B]}}});function A6(A){return("scrollTo" in A&&A.document)?A:A.nodeType===9?A.defaultView||A.parentWindow:false}Cn.each(["Height","Width"],function(A,B){var C=B.toLowerCase();Cn.fn["inner"+B]=function(){return this[0]?Cn.css(this[0],C,false,"padding"):null};Cn.fn["outer"+B]=function(D){return this[0]?Cn.css(this[0],C,false,D?"margin":"border"):null};Cn.fn[C]=function(E){var D=this[0];if(!D){return E==null?null:this}if(Cn.isFunction(E)){return this.each(function(F){var G=Cn(this);G[C](E.call(this,F,G[C]()))})}return("scrollTo" in D&&D.document)?D.document.compatMode==="CSS1Compat"&&D.document.documentElement["client"+B]||D.document.body["client"+B]:(D.nodeType===9)?Math.max(D.documentElement["client"+B],D.body["scroll"+B],D.documentElement["scroll"+B],D.body["offset"+B],D.documentElement["offset"+B]):E===Bp?Cn.css(D,C):this.css(C,typeof E==="string"?E:E+"px")}});Ca.jQuery=Ca.$=Cn})(window);jQuery.noConflict();jQuery.format=function(D,C){if(arguments.length==1){return function(){var A=jQuery.makeArray(arguments);A.unshift(D);return jQuery.format.apply(this,A)}}if(arguments.length>2&&C.constructor!=Array){C=jQuery.makeArray(arguments).slice(1)}if(C.constructor!=Array){C=[C]}jQuery.each(C,function(B,A){D=D.replace(new RegExp("\\{"+B+"\\}","g"),A)});return D};jQuery(function(B){B("a[name]").each(function(){if(parseInt(this.name)&&!!!this.id){this.id=this.name}});if(B("html>head>base")){B('a[href^="#"]').each(function(){B(this).attr("href",location+B(this).attr("href"))})}});
