(function(){var d=this,C,f=d.jQuery,h=d.$,g=d.jQuery=d.$=function(E,F){return new g.fn.init(E,F)},n=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,B=/^.[^:#\[\.,]*$/;g.fn=g.prototype={init:function(G,E){G=G||document;if(G.nodeType){this[0]=G;this.length=1;this.context=G;return this}if(typeof G==="string"){var I=n.exec(G);if(I&&(I[1]||!E)){if(I[1]){G=g.clean([I[1]],E)}else{var F=document.getElementById(I[3]);if(F&&F.id!=I[3]){return g().find(G)}var H=g(F||[]);H.context=document;H.selector=G;return H}}else{return g(E).find(G)}}else{if(g.isFunction(G)){return g(document).ready(G)}}if(G.selector&&G.context){this.selector=G.selector;this.context=G.context}return this.setArray(g.isArray(G)?G:g.makeArray(G))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===C?Array.prototype.slice.call(this):this[E]},pushStack:function(H,F,G){var E=g(H);E.prevObject=this;E.context=this.context;if(F==="find"){E.selector=this.selector+(this.selector?" ":"")+G}else{if(F){E.selector=this.selector+"."+F+"("+G+")"}}return E},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return g.each(this,F,E)},index:function(E){return g.inArray(E&&E.jquery?E[0]:E,this)},attr:function(H,F,E){var G=H;if(typeof H==="string"){if(F===C){return this[0]&&g[E||"attr"](this[0],H)}else{G={};G[H]=F}}return this.each(function(I){for(H in G){g.attr(E?this.style:this,H,g.prop(this,G[H],E,I,H))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=C}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";g.each(F||this,function(){g.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:g.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=g(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){g(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){g(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||g([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;g.find(E,this[0],F);return F}else{return this.pushStack(g.unique(g.map(this,function(G){return g.find(E,G)})),"find",E)}},clone:function(E){var G=this.map(function(){if(!g.support.noCloneEvent&&!g.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return g.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(E===true){var F=this.find("*").andSelf(),H=0;G.find("*").andSelf().each(function(){if(this.nodeName!==F[H].nodeName){return}var I=g.data(F[H],"events");for(var K in I){for(var J in I[K]){g.event.add(this,K,I[K][J],I[K][J].data)}}H++})}return G},filter:function(E){return this.pushStack(g.isFunction(E)&&g.grep(this,function(F,G){return E.call(F,G)})||g.multiFilter(E,g.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(G){var F=g.expr.match.POS.test(G)?g(G):null,E=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(F?F.index(H)>-1:g(H).is(G)){g.data(H,"closest",E);return H}H=H.parentNode;E++}})},not:function(E){if(typeof E==="string"){if(B.test(E)){return this.pushStack(g.multiFilter(E,this,true),"not",E)}else{E=g.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==C&&!E.nodeType;return this.filter(function(){return F?g.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(g.unique(g.merge(this.get(),typeof E==="string"?g(E):g.makeArray(E))))},is:function(E){return !!E&&g.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===C){var E=this[0];if(E){if(g.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(g.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=g(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return C}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(g.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(g.inArray(this.value,K)>=0||g.inArray(this.name,K)>=0)}else{if(g.nodeName(this,"select")){var N=g.makeArray(K);g("option",this).each(function(){this.selected=(g.inArray(this.value,N)>=0||g.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===C?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(g.map(this,function(F,G){return E.call(F,G,F)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=g.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){g.each(F,v)}}return this;function K(N,O){return M&&g.nodeName(N,"table")&&g.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};g.fn.init.prototype=g.fn;function v(E,F){if(F.src){g.ajax({url:F.src,async:false,dataType:"script"})}else{g.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function p(){return +new Date}g.extend=g.fn.extend=function(){var H=arguments[0]||{},F=1,G=arguments.length,K=false,E;if(typeof H==="boolean"){K=H;H=arguments[1]||{};F=2}if(typeof H!=="object"&&!g.isFunction(H)){H={}}if(G==F){H=this;--F}for(;F<G;F++){if((E=arguments[F])!=null){for(var L in E){var I=H[L],J=E[L];if(H===J){continue}if(K&&J&&typeof J==="object"&&!J.nodeType){H[L]=g.extend(K,I||(J.length!=null?[]:{}),J)}else{if(J!==C){H[L]=J}}}}}return H};var x=/z-?index|font-?weight|opacity|zoom|line-?height/i,j=document.defaultView||{},z=Object.prototype.toString;g.extend({noConflict:function(E){d.$=h;if(E){d.jQuery=f}return g},isFunction:function(E){return z.call(E)==="[object Function]"},isArray:function(E){return z.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&g.isXMLDoc(E.ownerDocument)},globalEval:function(F){if(F&&/\S/.test(F)){var E=document.getElementsByTagName("head")[0]||document.documentElement,G=document.createElement("script");G.type="text/javascript";if(g.support.scriptEval){G.appendChild(document.createTextNode(F))}else{G.text=F}E.insertBefore(G,E.firstChild);E.removeChild(G)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(F,J,E){var K,G=0,H=F.length;if(E){if(H===C){for(K in F){if(J.apply(F[K],E)===false){break}}}else{for(;G<H;){if(J.apply(F[G++],E)===false){break}}}}else{if(H===C){for(K in F){if(J.call(F[K],K,F[K])===false){break}}}else{for(var I=F[0];G<H&&J.call(I,G,I)!==false;I=F[++G]){}}}return F},prop:function(E,F,I,H,G){if(g.isFunction(F)){F=F.call(E,H)}return typeof F==="number"&&I=="curCSS"&&!x.test(G)?F+"px":F},className:{add:function(E,F){g.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!g.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==C?g.grep(E.className.split(/\s+/),function(G){return !g.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&g.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(E,I,F){var G={};for(var H in I){G[H]=E.style[H];E.style[H]=I[H]}F.call(E);for(var H in I){E.style[H]=G[H]}},css:function(F,L,H,K){if(L=="width"||L=="height"){var J,E={position:"absolute",visibility:"hidden",display:"block"},I=L=="width"?["Left","Right"]:["Top","Bottom"];function G(){J=L=="width"?F.offsetWidth:F.offsetHeight;if(K==="border"){return}g.each(I,function(){if(!K){J-=parseFloat(g.curCSS(F,"padding"+this,true))||0}if(K==="margin"){J+=parseFloat(g.curCSS(F,"margin"+this,true))||0}else{J-=parseFloat(g.curCSS(F,"border"+this+"Width",true))||0}})}if(F.offsetWidth!==0){G()}else{g.swap(F,E,G)}return Math.max(0,Math.round(J))}return g.curCSS(F,L,H)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!g.support.opacity){L=g.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=s}if(!G&&E&&E[F]){L=E[F]}else{if(j.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=j.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(L,I,G){I=I||document;if(typeof I.createElement==="undefined"){I=I.ownerDocument||I[0]&&I[0].ownerDocument||document}if(!G&&L.length===1&&typeof L[0]==="string"){var F=/^<(\w+)\s*\/?>$/.exec(L[0]);if(F){return[I.createElement(F[1])]}}var E=[],K=[],J=I.createElement("div");g.each(L,function(Q,M){if(typeof M==="number"){M+=""}if(!M){return}if(typeof M==="string"){M=M.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var P=M.replace(/^\s+/,"").substring(0,10).toLowerCase();var R=!P.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!P.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||P.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!P.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!P.indexOf("<td")||!P.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!P.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!g.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];J.innerHTML=R[1]+M+R[2];while(R[0]--){J=J.lastChild}if(!g.support.tbody){var S=/<tbody/i.test(M),O=!P.indexOf("<table")&&!S?J.firstChild&&J.firstChild.childNodes:R[1]=="<table>"&&!S?J.childNodes:[];for(var N=O.length-1;N>=0;--N){if(g.nodeName(O[N],"tbody")&&!O[N].childNodes.length){O[N].parentNode.removeChild(O[N])}}}if(!g.support.leadingWhitespace&&/^\s/.test(M)){J.insertBefore(I.createTextNode(M.match(/^\s*/)[0]),J.firstChild)}M=g.makeArray(J.childNodes)}if(M.nodeType){E.push(M)}else{E=g.merge(E,M)}});if(G){for(var H=0;E[H];H++){if(g.nodeName(E[H],"script")&&(!E[H].type||E[H].type.toLowerCase()==="text/javascript")){K.push(E[H].parentNode?E[H].parentNode.removeChild(E[H]):E[H])}else{if(E[H].nodeType===1){E.splice.apply(E,[H+1,0].concat(g.makeArray(E[H].getElementsByTagName("script"))))}G.appendChild(E[H])}}return K}return E},attr:function(H,E,I){if(!H||H.nodeType==3||H.nodeType==8){return C}var F=!g.isXMLDoc(H),J=I!==C;E=F&&g.props[E]||E;if(H.tagName){var L=/href|src|style/.test(E);if(E=="selected"&&H.parentNode){H.parentNode.selectedIndex}if(E in H&&F&&!L){if(J){if(E=="type"&&g.nodeName(H,"input")&&H.parentNode){throw"type property can't be changed"}H[E]=I}if(g.nodeName(H,"form")&&H.getAttributeNode(E)){return H.getAttributeNode(E).nodeValue}if(E=="tabIndex"){var G=H.getAttributeNode("tabIndex");return G&&G.specified?G.value:H.nodeName.match(/(button|input|object|select|textarea)/i)?0:H.nodeName.match(/^(a|area)$/i)&&H.href?0:C}return H[E]}if(!g.support.style&&F&&E=="style"){return g.attr(H.style,"cssText",I)}if(J){H.setAttribute(E,""+I)}var K=!g.support.hrefNormalized&&F&&L?H.getAttribute(E,2):H.getAttribute(E);return K===null?C:K}if(!g.support.opacity&&E=="opacity"){if(J){H.zoom=1;H.filter=(H.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(I)+""=="NaN"?"":"alpha(opacity="+I*100+")")}return H.filter&&H.filter.indexOf("opacity=")>=0?(parseFloat(H.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}E=E.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(J){H[E]=I}return H[E]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(F){var G=[];if(F!=null){var E=F.length;if(E==null||typeof F==="string"||g.isFunction(F)||F.setInterval){G[0]=F}else{while(E){G[--E]=F[E]}}}return G},inArray:function(E,F){for(var G=0,H=F.length;G<H;G++){if(F[G]===E){return G}}return -1},merge:function(E,G){var H=0,I,F=E.length;if(!g.support.getAll){while((I=G[H++])!=null){if(I.nodeType!=8){E[F++]=I}}}else{while((I=G[H++])!=null){E[F++]=I}}return E},unique:function(J){var E=[],K={};try{for(var F=0,G=J.length;F<G;F++){var I=g.data(J[F]);if(!K[I]){K[I]=true;E.push(J[F])}}}catch(H){E=J}return E},grep:function(H,F,G){var I=[];for(var J=0,E=H.length;J<E;J++){if(!G!=!F(H[J],J)){I.push(H[J])}}return I},map:function(G,F){var H=[];for(var I=0,J=G.length;I<J;I++){var E=F(G[I],I);if(E!=null){H[H.length]=E}}return H.concat.apply([],H)}});var l=navigator.userAgent.toLowerCase();g.browser={version:(l.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(l),opera:/opera/.test(l),msie:/msie/.test(l)&&!/opera/.test(l),mozilla:/mozilla/.test(l)&&!/(compatible|webkit)/.test(l)};g.each({parent:function(E){return E.parentNode},parents:function(E){return g.dir(E,"parentNode")},next:function(E){return g.nth(E,2,"nextSibling")},prev:function(E){return g.nth(E,2,"previousSibling")},nextAll:function(E){return g.dir(E,"nextSibling")},prevAll:function(E){return g.dir(E,"previousSibling")},siblings:function(E){return g.sibling(E.parentNode.firstChild,E)},children:function(E){return g.sibling(E.firstChild)},contents:function(E){return g.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:g.makeArray(E.childNodes)}},function(E,F){g.fn[E]=function(G){var H=g.map(this,F);if(G&&typeof G=="string"){H=g.multiFilter(G,H)}return this.pushStack(g.unique(H),E,G)}});g.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){g.fn[E]=function(G){var J=[],L=g(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();g.fn[F].apply(g(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});g.each({removeAttr:function(E){g.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){g.className.add(this,E)},removeClass:function(E){g.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!g.className.has(this,F)}g.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||g.filter(E,[this]).length){g("*",this).add([this]).each(function(){g.event.remove(this);g.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){g(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){g.fn[E]=function(){return this.each(F,arguments)}});function b(E,F){return E[0]&&parseInt(g.curCSS(E[0],F,true),10)||0}var D="jQuery"+p(),r=0,t={};g.extend({cache:{},data:function(H,G,E){H=H==d?t:H;var F=H[D];if(!F){F=H[D]=++r}if(G&&!g.cache[F]){g.cache[F]={}}if(E!==C){g.cache[F][G]=E}return G?g.cache[F][G]:F},removeData:function(H,G){H=H==d?t:H;var F=H[D];if(G){if(g.cache[F]){delete g.cache[F][G];G="";for(G in g.cache[F]){break}if(!G){g.removeData(H)}}}else{try{delete H[D]}catch(E){if(H.removeAttribute){H.removeAttribute(D)}}delete g.cache[F]}},queue:function(H,G,F){if(H){G=(G||"fx")+"queue";var E=g.data(H,G);if(!E||g.isArray(F)){E=g.data(H,G,g.makeArray(F))}else{if(F){E.push(F)}}}return E},dequeue:function(F,E){var G=g.queue(F,E),H=G.shift();if(!E||E==="fx"){H=G[0]}if(H!==C){H.call(F)}}});g.fn.extend({data:function(G,E){var F=G.split(".");F[1]=F[1]?"."+F[1]:"";if(E===C){var H=this.triggerHandler("getData"+F[1]+"!",[F[0]]);if(H===C&&this.length){H=g.data(this[0],G)}return H===C&&F[1]?this.data(F[0]):H}else{return this.trigger("setData"+F[1]+"!",[F[0],E]).each(function(){g.data(this,G,E)})}},removeData:function(E){return this.each(function(){g.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===C){return g.queue(this[0],E)}return this.each(function(){var G=g.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){g.dequeue(this,E)})}});(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(W,ah,ab,U){ab=ab||[];ah=ah||document;if(ah.nodeType!==1&&ah.nodeType!==9){return[]}if(!W||typeof W!=="string"){return ab}var T=[],af,Z,ae,ad,ac,ag,aj=true;R.lastIndex=0;while((af=R.exec(W))!==null){T.push(af[1]);if(af[2]){ag=RegExp.rightContext;break}}if(T.length>1&&M.exec(W)){if(T.length===2&&I.relative[T[0]]){Z=J(T[0]+T[1],ah)}else{Z=I.relative[T[0]]?[ah]:F(T.shift(),ah);while(T.length){W=T.shift();if(I.relative[W]){W+=T.shift()}Z=J(W,Z)}}}else{var Y=U?{expr:T.pop(),set:E(U)}:F.find(T.pop(),T.length===1&&ah.parentNode?ah.parentNode:ah,Q(ah));Z=F.filter(Y.expr,Y.set);if(T.length>0){ae=E(Z)}else{aj=false}while(T.length){var V=T.pop(),aa=V;if(!I.relative[V]){V=""}else{aa=T.pop()}if(aa==null){aa=ah}I.relative[V](ae,aa,Q(ah))}}if(!ae){ae=Z}if(!ae){throw"Syntax error, unrecognized expression: "+(V||W)}if(H.call(ae)==="[object Array]"){if(!aj){ab.push.apply(ab,ae)}else{if(ah.nodeType===1){for(var X=0;ae[X]!=null;X++){if(ae[X]&&(ae[X]===true||ae[X].nodeType===1&&K(ah,ae[X]))){ab.push(Z[X])}}}else{for(var X=0;ae[X]!=null;X++){if(ae[X]&&ae[X].nodeType===1){ab.push(Z[X])}}}}}else{E(ae,ab)}if(ag){F(ag,ah,ab,U);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var X=1;X<ab.length;X++){if(ab[X]===ab[X-1]){ab.splice(X--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(Y,aa,Z){var X,V;if(!Y){return[]}for(var U=0,T=I.order.length;U<T;U++){var W=I.order[U],V;if((V=I.match[W].exec(Y))){var ab=RegExp.leftContext;if(ab.substr(ab.length-1)!=="\\"){V[1]=(V[1]||"").replace(/\\/g,"");X=I.find[W](V,aa,Z);if(X!=null){Y=Y.replace(I.match[W],"");break}}}}if(!X){X=aa.getElementsByTagName("*")}return{set:X,expr:Y}};F.filter=function(U,ag,ab,ah){var W=U,Z=[],ac=ag,T,af,Y=ag&&ag[0]&&Q(ag[0]);while(U&&ag.length){for(var ae in I.filter){if((T=I.match[ae].exec(U))!=null){var aa=I.filter[ae],V,ad;af=false;if(ac==Z){Z=[]}if(I.preFilter[ae]){T=I.preFilter[ae](T,ac,ab,Z,ah,Y);if(!T){af=V=true}else{if(T===true){continue}}}if(T){for(var aj=0;(ad=ac[aj])!=null;aj++){if(ad){V=aa(ad,T,aj,ac);var X=ah^!!V;if(ab&&V!=null){if(X){af=true}else{ac[aj]=false}}else{if(X){Z.push(ad);af=true}}}}}if(V!==C){if(!ab){ac=Z}U=U.replace(I.match[ae],"");if(!af){return[]}break}}}if(U==W){if(af==null){throw"Syntax error, unrecognized expression: "+U}else{break}}W=U}return ac};var I=F.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\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(Y,aa,X){var V=typeof aa==="string",Z=V&&!/\W/.test(aa),W=V&&!Z;if(Z&&!X){aa=aa.toUpperCase()}for(var U=0,T=Y.length,ab;U<T;U++){if((ab=Y[U])){while((ab=ab.previousSibling)&&ab.nodeType!==1){}Y[U]=W||ab&&ab.nodeName===aa?ab||false:ab===aa}}if(W){F.filter(aa,Y,true)}},">":function(V,Y,W){var T=typeof Y==="string";if(T&&!/\W/.test(Y)){Y=W?Y:Y.toUpperCase();for(var Z=0,X=V.length;Z<X;Z++){var U=V[Z];if(U){var aa=U.parentNode;V[Z]=aa.nodeName===Y?aa:false}}}else{for(var Z=0,X=V.length;Z<X;Z++){var U=V[Z];if(U){V[Z]=T?U.parentNode:U.parentNode===Y}}if(T){F.filter(Y,V,true)}}},"":function(Y,W,U){var X=L++,V=S;if(!W.match(/\W/)){var T=W=U?W:W.toUpperCase();V=P}V("parentNode",W,X,Y,T,U)},"~":function(Y,W,U){var X=L++,V=S;if(typeof W==="string"&&!W.match(/\W/)){var T=W=U?W:W.toUpperCase();V=P}V("previousSibling",W,X,Y,T,U)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(X,T,U){if(typeof T.getElementsByName!=="undefined"){var W=[],Z=T.getElementsByName(X[1]);for(var Y=0,V=Z.length;Y<V;Y++){if(Z[Y].getAttribute("name")===X[1]){W.push(Z[Y])}}return W.length===0?null:W}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(Z,Y,aa,X,V,W){Z=" "+Z[1].replace(/\\/g,"")+" ";if(W){return Z}for(var T=0,U;(U=Y[T])!=null;T++){if(U){if(V^(U.className&&(" "+U.className+" ").indexOf(Z)>=0)){if(!aa){X.push(U)}}else{if(aa){Y[T]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(Z,W,X,V,T,U){var Y=Z[1].replace(/\\/g,"");if(!U&&I.attrMap[Y]){Z[1]=I.attrMap[Y]}if(Z[2]==="~="){Z[4]=" "+Z[4]+" "}return Z},PSEUDO:function(T,W,X,V,U){if(T[1]==="not"){if(T[3].match(R).length>1||/^\w/.test(T[3])){T[3]=F(T[3],null,null,W)}else{var Y=F.filter(T[3],W,X,true^U);if(!X){V.push.apply(V,Y)}return false}}else{if(I.match.POS.test(T[0])||I.match.CHILD.test(T[0])){return true}}return T},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return !!T.firstChild},empty:function(T){return !T.firstChild},has:function(V,U,T){return !!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(V,Z,aa,W){var Y=Z[1],T=I.filters[Y];if(T){return T(V,aa,Z,W)}else{if(Y==="contains"){return(V.textContent||V.innerText||"").indexOf(Z[3])>=0}else{if(Y==="not"){var U=Z[3];for(var aa=0,X=U.length;aa<X;aa++){if(U[aa]===V){return false}}return true}}}},CHILD:function(Y,ab){var U=ab[1],Z=Y;switch(U){case"only":case"first":while(Z=Z.previousSibling){if(Z.nodeType===1){return false}}if(U=="first"){return true}Z=Y;case"last":while(Z=Z.nextSibling){if(Z.nodeType===1){return false}}return true;case"nth":var aa=ab[2],X=ab[3];if(aa==1&&X==0){return true}var T=ab[0],W=Y.parentNode;if(W&&(W.sizcache!==T||!Y.nodeIndex)){var ac=0;for(Z=W.firstChild;Z;Z=Z.nextSibling){if(Z.nodeType===1){Z.nodeIndex=++ac}}W.sizcache=T}var V=Y.nodeIndex-X;if(aa==0){return V==0}else{return(V%aa==0&&V/aa>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(T,Y){var X=Y[1],V=I.attrHandle[X]?I.attrHandle[X](T):T[X]!=null?T[X]:T.getAttribute(X),U=V+"",Z=Y[2],W=Y[4];return V==null?Z==="!=":Z==="="?U===W:Z==="*="?U.indexOf(W)>=0:Z==="~="?(" "+U+" ").indexOf(W)>=0:!W?U&&V!==false:Z==="!="?U!=W:Z==="^="?U.indexOf(W)===0:Z==="$="?U.substr(U.length-W.length)===W:Z==="|="?U===W||U.substr(0,W.length+1)===W+"-":false},POS:function(T,W,X,U){var V=W[2],Y=I.setFilters[V];if(Y){return Y(T,X,W,U)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(T,X){var V=X||[];if(H.call(T)==="[object Array]"){Array.prototype.push.apply(V,T)}else{if(typeof T.length==="number"){for(var W=0,U=T.length;W<U;W++){V.push(T[W])}}else{for(var W=0;T[W];W++){V.push(T[W])}}}return V}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex" in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(X,V){var W=X.ownerDocument.createRange(),U=V.ownerDocument.createRange();W.selectNode(X);W.collapse(true);U.selectNode(V);U.collapse(true);var T=W.compareBoundaryPoints(Range.START_TO_END,U);if(T===0){hasDuplicate=true}return T}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(Y,Z,W){if(typeof Z.getElementById!=="undefined"&&!W){var X=Z.getElementById(Y[1]);return X?X.id===Y[1]||typeof X.getAttributeNode!=="undefined"&&X.getAttributeNode("id").nodeValue===Y[1]?[X]:C:[]}};I.filter.ID=function(X,Y){var W=typeof X.getAttributeNode!=="undefined"&&X.getAttributeNode("id");return X.nodeType===1&&W&&W.nodeValue===Y}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(W,V){var U=V.getElementsByTagName(W[1]);if(W[1]==="*"){var Y=[];for(var X=0;U[X];X++){if(U[X].nodeType===1){Y.push(U[X])}}U=Y}return U}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(W,V,Y,Z){V=V||document;if(!Z&&V.nodeType===9&&!Q(V)){try{return E(V.querySelectorAll(W),Y)}catch(X){}}return T(W,V,Y,Z)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(T,Y,X,ac,Z,ab){var aa=T=="previousSibling"&&!ab;for(var V=0,U=ac.length;V<U;V++){var ad=ac[V];if(ad){if(aa&&ad.nodeType===1){ad.sizcache=X;ad.sizset=V}ad=ad[T];var W=false;while(ad){if(ad.sizcache===X){W=ac[ad.sizset];break}if(ad.nodeType===1&&!ab){ad.sizcache=X;ad.sizset=V}if(ad.nodeName===Y){W=ad;break}ad=ad[T]}ac[V]=W}}}function S(T,Y,X,ac,Z,ab){var aa=T=="previousSibling"&&!ab;for(var V=0,U=ac.length;V<U;V++){var ad=ac[V];if(ad){if(aa&&ad.nodeType===1){ad.sizcache=X;ad.sizset=V}ad=ad[T];var W=false;while(ad){if(ad.sizcache===X){W=ac[ad.sizset];break}if(ad.nodeType===1){if(!ab){ad.sizcache=X;ad.sizset=V}if(typeof Y!=="string"){if(ad===Y){W=true;break}}else{if(F.filter(Y,[ad]).length>0){W=ad;break}}}ad=ad[T]}ac[V]=W}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(X,V){var Z=[],T="",U,aa=V.nodeType?[V]:V;while((U=I.match.PSEUDO.exec(X))){T+=U[0];X=X.replace(I.match.PSEUDO,"")}X=I.relative[X]?X+"*":X;for(var W=0,Y=aa.length;W<Y;W++){F(X,aa[W],Z)}return F.filter(T,Z)};g.find=F;g.filter=F.filter;g.expr=F.selectors;g.expr[":"]=g.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return g.grep(g.timers,function(U){return T===U.elem}).length};g.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};g.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};g.nth=function(T,U,W,X){U=U||1;var V=0;for(;T;T=T[W]){if(T.nodeType==1&&++V==U){break}}return T};g.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;d.Sizzle=F})();g.event={add:function(H,E,G,J){if(H.nodeType==3||H.nodeType==8){return}if(H.setInterval&&H!=d){H=d}if(!G.guid){G.guid=this.guid++}if(J!==C){var F=G;G=this.proxy(F);G.data=J}var K=g.data(H,"events")||g.data(H,"events",{}),I=g.data(H,"handle")||g.data(H,"handle",function(){return typeof g!=="undefined"&&!g.event.triggered?g.event.handle.apply(arguments.callee.elem,arguments):C});I.elem=H;g.each(E.split(/\s+/),function(N,O){var L=O.split(".");O=L.shift();G.type=L.slice().sort().join(".");var M=K[O];if(g.event.specialAll[O]){g.event.specialAll[O].setup.call(H,J,L)}if(!M){M=K[O]={};if(!g.event.special[O]||g.event.special[O].setup.call(H,J,L)===false){if(H.addEventListener){H.addEventListener(O,I,false)}else{if(H.attachEvent){H.attachEvent("on"+O,I)}}}}M[G.guid]=G;g.event.global[O]=true});H=null},guid:1,global:{},remove:function(I,F,H){if(I.nodeType==3||I.nodeType==8){return}var E=g.data(I,"events"),L,K;if(E){if(F===C||(typeof F==="string"&&F.charAt(0)==".")){for(var G in E){this.remove(I,G+(F||""))}}else{if(F.type){H=F.handler;F=F.type}g.each(F.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(E[O]){if(H){delete E[O][H.guid]}else{for(var P in E[O]){if(N.test(E[O][P].type)){delete E[O][P]}}}if(g.event.specialAll[O]){g.event.specialAll[O].teardown.call(I,Q)}for(L in E[O]){break}if(!L){if(!g.event.special[O]||g.event.special[O].teardown.call(I,Q)===false){if(I.removeEventListener){I.removeEventListener(O,g.data(I,"handle"),false)}else{if(I.detachEvent){I.detachEvent("on"+O,g.data(I,"handle"))}}}L=null;delete E[O]}}})}for(L in E){break}if(!L){var J=g.data(I,"handle");if(J){J.elem=null}g.removeData(I,"events");g.removeData(I,"handle")}}},trigger:function(G,I,F,K){var E=G.type||G;if(!K){G=typeof G==="object"?G[D]?G:g.extend(g.Event(E),G):g.Event(E);if(E.indexOf("!")>=0){G.type=E=E.slice(0,-1);G.exclusive=true}if(!F){G.stopPropagation();if(this.global[E]){g.each(g.cache,function(){if(this.events&&this.events[E]){g.event.trigger(G,I,this.handle.elem)}})}}if(!F||F.nodeType==3||F.nodeType==8){return C}G.result=C;G.target=F;I=g.makeArray(I);I.unshift(G)}G.currentTarget=F;var H=g.data(F,"handle");if(H){H.apply(F,I)}if((!F[E]||(g.nodeName(F,"a")&&E=="click"))&&F["on"+E]&&F["on"+E].apply(F,I)===false){G.result=false}if(!K&&F[E]&&!G.isDefaultPrevented()&&!(g.nodeName(F,"a")&&E=="click")){this.triggered=true;try{F[E]()}catch(J){}}this.triggered=false;if(!G.isPropagationStopped()){var L=F.parentNode||F.ownerDocument;if(L){g.event.trigger(G,I,L,true)}}},handle:function(I){var H,K;I=arguments[0]=g.event.fix(I||d.event);I.currentTarget=this;var J=I.type.split(".");I.type=J.shift();H=!J.length&&!I.exclusive;var G=RegExp("(^|\\.)"+J.slice().sort().join(".*\\.")+"(\\.|$)");K=(g.data(this,"events")||{})[I.type];for(var E in K){var F=K[E];if(H||G.test(F.type)){I.handler=F;I.data=F.data;var L=F.apply(this,arguments);if(L!==C){I.result=L;if(L===false){I.preventDefault();I.stopPropagation()}}if(I.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(J){if(J[D]){return J}var H=J;J=g.Event(H);for(var I=this.props.length,F;I;){F=this.props[--I];J[F]=H[F]}if(!J.target){J.target=J.srcElement||document}if(J.target.nodeType==3){J.target=J.target.parentNode}if(!J.relatedTarget&&J.fromElement){J.relatedTarget=J.fromElement==J.target?J.toElement:J.fromElement}if(J.pageX==null&&J.clientX!=null){var E=document.documentElement,G=document.body;J.pageX=J.clientX+(E&&E.scrollLeft||G&&G.scrollLeft||0)-(E.clientLeft||0);J.pageY=J.clientY+(E&&E.scrollTop||G&&G.scrollTop||0)-(E.clientTop||0)}if(!J.which&&((J.charCode||J.charCode===0)?J.charCode:J.keyCode)){J.which=J.charCode||J.keyCode}if(!J.metaKey&&J.ctrlKey){J.metaKey=J.ctrlKey}if(!J.which&&J.button){J.which=(J.button&1?1:(J.button&2?3:(J.button&4?2:0)))}return J},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:k,teardown:function(){}}},specialAll:{live:{setup:function(E,F){g.event.add(this,F[0],y)},teardown:function(F){if(F.length){var G=0,E=RegExp("(^|\\.)"+F[0]+"(\\.|$)");g.each((g.data(this,"events").live||{}),function(){if(E.test(this.type)){G++}});if(G<1){g.event.remove(this,F[0],y)}}}}}};g.Event=function(E){if(!this.preventDefault){return new g.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=p();this[D]=true};function c(){return false}function q(){return true}g.Event.prototype={preventDefault:function(){this.isDefaultPrevented=q;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=q;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=q;this.stopPropagation()},isDefaultPrevented:c,isPropagationStopped:c,isImmediatePropagationStopped:c};var w=function(E){var G=E.relatedTarget;while(G&&G!=this){try{G=G.parentNode}catch(F){G=this}}if(G!=this){E.type=E.data;g.event.handle.apply(this,arguments)}};g.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){g.event.special[E]={setup:function(){g.event.add(this,F,w,E)},teardown:function(){g.event.remove(this,F,w)}}});g.fn.extend({bind:function(E,F,G){return E=="unload"?this.one(E,F,G):this.each(function(){g.event.add(this,E,G||F,G&&F)})},one:function(E,F,H){var G=g.event.proxy(H||F,function(I){g(this).unbind(I,G);return(H||F).apply(this,arguments)});return this.each(function(){g.event.add(this,E,G,H&&F)})},unbind:function(F,E){return this.each(function(){g.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){g.event.trigger(E,F,this)})},triggerHandler:function(G,F){if(this[0]){var E=g.Event(G);E.preventDefault();E.stopPropagation();g.event.trigger(E,F,this[0]);return E.result}},toggle:function(F){var G=arguments,E=1;while(E<G.length){g.event.proxy(F,G[E++])}return this.click(g.event.proxy(F,function(H){this.lastToggle=(this.lastToggle||0)%E;H.preventDefault();return G[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){k();if(g.isReady){E.call(document,g)}else{g.readyList.push(E)}return this},live:function(F,E){var G=g.event.proxy(E);G.guid+=this.selector+F;g(document).bind(a(F,this.selector),this.selector,G);return this},die:function(F,E){g(document).unbind(a(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function y(F){var G=RegExp("(^|\\.)"+F.type+"(\\.|$)"),E=true,H=[];g.each(g.data(this,"events").live||[],function(I,J){if(G.test(J.type)){var K=g(F.target).closest(J.data)[0];if(K){H.push({elem:K,fn:J})}}});H.sort(function(J,I){return g.data(J.elem,"closest")-g.data(I.elem,"closest")});g.each(H,function(){if(this.fn.call(this.elem,F,this.fn.data)===false){return(E=false)}});return E}function a(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}g.extend({isReady:false,readyList:[],ready:function(){if(!g.isReady){g.isReady=true;if(g.readyList){g.each(g.readyList,function(){this.call(document,g)});g.readyList=null}g(document).triggerHandler("ready")}}});var i=false;function k(){if(i){return}i=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);g.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);g.ready()}});if(document.documentElement.doScroll&&d==d.top){(function(){if(g.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}g.ready()})()}}}g.event.add(d,"load",g.ready)}g.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){g.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});g(d).bind("unload",function(){for(var E in g.cache){if(E!=1&&g.cache[E].handle){g.event.remove(g.cache[E].handle.elem)}}});(function(){g.support={};var E=document.documentElement,F=document.createElement("script"),J=document.createElement("div"),I="script"+(new Date).getTime();J.style.display="none";J.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var G=J.getElementsByTagName("*"),K=J.getElementsByTagName("a")[0];if(!G||!G.length||!K){return}g.support={leadingWhitespace:J.firstChild.nodeType==3,tbody:!J.getElementsByTagName("tbody").length,objectAll:!!J.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!J.getElementsByTagName("link").length,style:/red/.test(K.getAttribute("style")),hrefNormalized:K.getAttribute("href")==="/a",opacity:K.style.opacity==="0.5",cssFloat:!!K.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};F.type="text/javascript";try{F.appendChild(document.createTextNode("window."+I+"=1;"))}catch(H){}E.insertBefore(F,E.firstChild);if(d[I]){g.support.scriptEval=true;delete d[I]}E.removeChild(F);if(J.attachEvent&&J.fireEvent){J.attachEvent("onclick",function(){g.support.noCloneEvent=false;J.detachEvent("onclick",arguments.callee)});J.cloneNode(true).fireEvent("onclick")}g(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);g.boxModel=g.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var s=g.support.cssFloat?"cssFloat":"styleFloat";g.props={"for":"htmlFor","class":"className","float":s,cssFloat:s,styleFloat:s,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};g.fn.extend({_load:g.fn.load,load:function(F,I,J){if(typeof F!=="string"){return this._load(F)}var H=F.indexOf(" ");if(H>=0){var K=F.slice(H,F.length);F=F.slice(0,H)}var G="GET";if(I){if(g.isFunction(I)){J=I;I=null}else{if(typeof I==="object"){I=g.param(I);G="POST"}}}var E=this;g.ajax({url:F,type:G,dataType:"html",data:I,complete:function(L,M){if(M=="success"||M=="notmodified"){E.html(K?g("<div/>").append(L.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(K):L.responseText)}if(J){E.each(J,[L.responseText,M,L])}}});return this},serialize:function(){return g.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?g.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(G,E){var F=g(this).val();return F==null?null:g.isArray(F)?g.map(F,function(I,H){return{name:E.name,value:I}}):{name:E.name,value:F}}).get()}});g.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){g.fn[F]=function(G){return this.bind(F,G)}});var m=p();g.extend({get:function(G,E,F,H){if(g.isFunction(E)){F=E;E=null}return g.ajax({type:"GET",url:G,data:E,success:F,dataType:H})},getScript:function(E,F){return g.get(E,null,F,"script")},getJSON:function(G,E,F){return g.get(G,E,F,"json")},post:function(G,E,F,H){if(g.isFunction(E)){F=E;E={}}return g.ajax({type:"POST",url:G,data:E,success:F,dataType:H})},ajaxSetup:function(E){g.extend(g.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return d.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=g.extend(true,M,g.extend(true,{},g.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=g.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+m++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";d[W]=function(X){V=X;I();L();d[W]=C;try{delete d[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=p();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!g.active++){g.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return C}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",g.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--g.active){g.event.trigger("ajaxStop")}J.abort();return false}if(M.global){g.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--g.active){g.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!g.httpSuccess(J)?"error":M.ifModified&&g.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=g.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){g.lastModified[M.url]=Y}if(!W){I()}}else{g.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){g.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){g.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){g.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--g.active){g.event.trigger("ajaxStop")}}return J},handleError:function(H,F,G,E){if(H.error){H.error(F,G,E)}if(H.global){g.event.trigger("ajaxError",[F,H,E])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(E,G){try{var F=E.getResponseHeader("Last-Modified");return E.status==304||F==g.lastModified[G]}catch(H){}return false},httpData:function(F,J,I){var H=F.getResponseHeader("content-type"),G=J=="xml"||!J&&H&&H.indexOf("xml")>=0,E=G?F.responseXML:F.responseText;if(G&&E.documentElement.tagName=="parsererror"){throw"parsererror"}if(I&&I.dataFilter){E=I.dataFilter(E,J)}if(typeof E==="string"){if(J=="script"){g.globalEval(E)}if(J=="json"){E=d["eval"]("("+E+")")}}return E},param:function(G){var E=[];function F(I,J){E[E.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(g.isArray(G)||G.jquery){g.each(G,function(){F(this.name,this.value)})}else{for(var H in G){if(g.isArray(G[H])){g.each(G[H],function(){F(H,this)})}else{F(H,g.isFunction(G[H])?G[H]():G[H])}}}return E.join("&").replace(/%20/g,"+")}});var e={},u,o=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function A(E,G){var F={};g.each(o.concat.apply([],o.slice(0,G)),function(){F[this]=E});return F}g.fn.extend({show:function(H,J){if(H){return this.animate(A("show",3),H,J)}else{for(var F=0,L=this.length;F<L;F++){var K=g.data(this[F],"olddisplay");this[F].style.display=K||"";if(g.css(this[F],"display")==="none"){var E=this[F].tagName,I;if(e[E]){I=e[E]}else{var G=g("<"+E+" />").appendTo("body");I=G.css("display");if(I==="none"){I="block"}G.remove();e[E]=I}g.data(this[F],"olddisplay",I)}}for(var F=0,L=this.length;F<L;F++){this[F].style.display=g.data(this[F],"olddisplay")||""}return this}},hide:function(E,F){if(E){return this.animate(A("hide",3),E,F)}else{for(var I=0,H=this.length;I<H;I++){var G=g.data(this[I],"olddisplay");if(!G&&G!=="none"){g.data(this[I],"olddisplay",g.css(this[I],"display"))}}for(var I=0,H=this.length;I<H;I++){this[I].style.display="none"}return this}},_toggle:g.fn.toggle,toggle:function(F,E){var G=typeof F==="boolean";return g.isFunction(F)&&g.isFunction(E)?this._toggle.apply(this,arguments):F==null||G?this.each(function(){var H=G?F:g(this).is(":hidden");g(this)[H?"show":"hide"]()}):this.animate(A("toggle",3),F,E)},fadeTo:function(G,F,E){return this.animate({opacity:F},G,E)},animate:function(F,H,E,I){var G=g.speed(H,E,I);return this[G.queue===false?"each":"queue"](function(){var J=g.extend({},G),L,K=this.nodeType==1&&g(this).is(":hidden"),M=this;for(L in F){if(F[L]=="hide"&&K||F[L]=="show"&&!K){return J.complete.call(this)}if((L=="height"||L=="width")&&this.style){J.display=g.css(this,"display");J.overflow=this.style.overflow}}if(J.overflow!=null){this.style.overflow="hidden"}J.curAnim=g.extend({},F);g.each(F,function(T,Q){var P=new g.fx(M,J,T);if(/toggle|show|hide/.test(Q)){P[Q=="toggle"?K?"show":"hide":Q](F)}else{var O=Q.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),R=P.cur(true)||0;if(O){var S=parseFloat(O[2]),N=O[3]||"px";if(N!="px"){M.style[T]=(S||1)+N;R=((S||1)/P.cur(true))*R;M.style[T]=R+N}if(O[1]){S=((O[1]=="-="?-1:1)*S)+R}P.custom(R,S,N)}else{P.custom(R,Q,"")}}});return true})},stop:function(E,G){var F=g.timers;if(E){this.queue([])}this.each(function(){for(var H=F.length-1;H>=0;H--){if(F[H].elem==this){if(G){F[H](true)}F.splice(H,1)}}});if(!G){this.dequeue()}return this}});g.each({slideDown:A("show",1),slideUp:A("hide",1),slideToggle:A("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){g.fn[E]=function(G,H){return this.animate(F,G,H)}});g.extend({speed:function(E,F,H){var G=typeof E==="object"?E:{complete:H||!H&&F||g.isFunction(E)&&E,duration:E,easing:H&&F||F&&!g.isFunction(F)&&F};G.duration=g.fx.off?0:typeof G.duration==="number"?G.duration:g.fx.speeds[G.duration]||g.fx.speeds._default;G.old=G.complete;G.complete=function(){if(G.queue!==false){g(this).dequeue()}if(g.isFunction(G.old)){G.old.call(this)}};return G},easing:{linear:function(E,F,G,H){return G+H*E},swing:function(E,F,G,H){return((-Math.cos(E*Math.PI)/2)+0.5)*H+G}},timers:[],fx:function(E,G,F){this.options=G;this.elem=E;this.prop=F;if(!G.orig){G.orig={}}}});g.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(g.fx.step[this.prop]||g.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(g.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(g.curCSS(this.elem,this.prop))||0},custom:function(F,E,I){this.startTime=p();this.start=F;this.end=E;this.unit=I||this.unit||"px";this.now=this.start;this.pos=this.state=0;var G=this;function H(J){return G.step(J)}H.elem=this.elem;if(H()&&g.timers.push(H)&&!u){u=setInterval(function(){var K=g.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(u);u=C}},13)}},show:function(){this.options.orig[this.prop]=g.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());g(this.elem).show()},hide:function(){this.options.orig[this.prop]=g.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(J){var I=p();if(J||I>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var G=true;for(var H in this.options.curAnim){if(this.options.curAnim[H]!==true){G=false}}if(G){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(g.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){g(this.elem).hide()}if(this.options.hide||this.options.show){for(var E in this.options.curAnim){g.attr(this.elem.style,E,this.options.orig[E])}}this.options.complete.call(this.elem)}return false}else{var F=I-this.startTime;this.state=F/this.options.duration;this.pos=g.easing[this.options.easing||(g.easing.swing?"swing":"linear")](this.state,F,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};g.extend(g.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){g.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){g.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return g.offset.bodyOffset(this[0])}var E=this[0].getBoundingClientRect(),H=this[0].ownerDocument,L=H.body,K=H.documentElement,J=K.clientTop||L.clientTop||0,I=K.clientLeft||L.clientLeft||0,G=E.top+(self.pageYOffset||g.boxModel&&K.scrollTop||L.scrollTop)-J,F=E.left+(self.pageXOffset||g.boxModel&&K.scrollLeft||L.scrollLeft)-I;return{top:G,left:F}}}else{g.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return g.offset.bodyOffset(this[0])}g.offset.initialized||g.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(g.offset.doesNotAddBorder&&!(g.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(g.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}g.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<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>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(G){g.offset.initialized||g.offset.initialize();var F=G.offsetTop,E=G.offsetLeft;if(g.offset.doesNotIncludeMarginInBodyOffset){F+=parseInt(g.curCSS(G,"marginTop",true),10)||0,E+=parseInt(g.curCSS(G,"marginLeft",true),10)||0}return{top:F,left:E}}};g.fn.extend({position:function(){var E=0,J=0,H;if(this[0]){var I=this.offsetParent(),F=this.offset(),G=/^body|html$/i.test(I[0].tagName)?{top:0,left:0}:I.offset();F.top-=b(this,"marginTop");F.left-=b(this,"marginLeft");G.top+=b(I,"borderTopWidth");G.left+=b(I,"borderLeftWidth");H={top:F.top-G.top,left:F.left-G.left}}return H},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&g.css(E,"position")=="static")){E=E.offsetParent}return g(E)}});g.each(["Left","Top"],function(E,G){var F="scroll"+G;g.fn[F]=function(H){if(!this[0]){return null}return H!==C?this.each(function(){this==d||this==document?d.scrollTo(!E?H:g(d).scrollLeft(),E?H:g(d).scrollTop()):this[F]=H}):this[0]==d||this[0]==document?self[E?"pageYOffset":"pageXOffset"]||g.boxModel&&document.documentElement[F]||document.body[F]:this[0][F]}});g.each(["Height","Width"],function(E,I){var G=E?"Left":"Top",J=E?"Right":"Bottom",H=I.toLowerCase();g.fn["inner"+I]=function(){return this[0]?g.css(this[0],H,false,"padding"):null};g.fn["outer"+I]=function(K){return this[0]?g.css(this[0],H,false,K?"margin":"border"):null};var F=I.toLowerCase();g.fn[F]=function(K){return this[0]==d?document.compatMode=="CSS1Compat"&&document.documentElement["client"+I]||document.body["client"+I]:this[0]==document?Math.max(document.documentElement["client"+I],document.body["scroll"+I],document.documentElement["scroll"+I],document.body["offset"+I],document.documentElement["offset"+I]):K===C?(this.length?g.css(this[0],F):null):this.css(F,typeof K==="string"?K:K+"px")}})})();
