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