(function(){var r=this,A,b=r.jQuery,f=r.$,e=r.jQuery=r.$=function(E,F){return new e.fn.init(E,F)},j=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,x=/^.[^:#\[\.,]*$/;e.fn=e.prototype={init:function(H,F){H=H||document;if(H.nodeType){this[0]=H;this.length=1;this.context=H;return this}if(typeof H==="string"){var E=j.exec(H);if(E&&(E[1]||!F)){if(E[1]){H=e.clean([E[1]],F)}else{var G=document.getElementById(E[3]);if(G&&G.id!=E[3]){return e().find(H)}var I=e(G||[]);I.context=document;I.selector=H;return I}}else{return e(F).find(H)}}else{if(e.isFunction(H)){return e(document).ready(H)}}if(H.selector&&H.context){this.selector=H.selector;this.context=H.context}return this.setArray(e.isArray(H)?H:e.makeArray(H))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===A?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=e(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return e.each(this,F,E)},index:function(E){return e.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===A){return this[0]&&e[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){e.attr(G?this.style:this,F,e.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=A}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="";e.each(F||this,function(){e.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:e.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=e(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(){e(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){e(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||e([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;e.find(E,this[0],F);return F}else{return this.pushStack(e.unique(e.map(this,function(G){return e.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!e.support.noCloneEvent&&!e.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return e.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=e.data(H[F],"events");for(var K in I){for(var J in I[K]){e.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(e.isFunction(E)&&e.grep(this,function(G,F){return E.call(G,F)})||e.multiFilter(E,e.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(G){var F=e.expr.match.POS.test(G)?e(G):null,E=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(F?F.index(H)>-1:e(H).is(G)){e.data(H,"closest",E);return H}H=H.parentNode;E++}})},not:function(E){if(typeof E==="string"){if(x.test(E)){return this.pushStack(e.multiFilter(E,this,true),"not",E)}else{E=e.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==A&&!E.nodeType;return this.filter(function(){return F?e.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(e.unique(e.merge(this.get(),typeof E==="string"?e(E):e.makeArray(E))))},is:function(E){return !!E&&e.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===A){var E=this[0];if(E){if(e.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(e.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=e(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return A}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(e.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(e.inArray(this.value,K)>=0||e.inArray(this.name,K)>=0)}else{if(e.nodeName(this,"select")){var N=e.makeArray(K);e("option",this).each(function(){this.selected=(e.inArray(this.value,N)>=0||e.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===A?(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(e.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=e.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){e.each(F,d)}}return this;function K(N,O){return M&&e.nodeName(N,"table")&&e.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};e.fn.init.prototype=e.fn;function d(E,F){if(F.src){e.ajax({url:F.src,async:false,dataType:"script"})}else{e.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function n(){return +new Date}e.extend=e.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!e.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=e.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==A){J[F]=L}}}}}return J};var h=/z-?index|font-?weight|opacity|zoom|line-?height/i,t=document.defaultView||{},l=Object.prototype.toString;e.extend({noConflict:function(E){r.$=f;if(E){r.jQuery=b}return e},isFunction:function(E){return l.call(E)==="[object Function]"},isArray:function(E){return l.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&e.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(e.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(H,E,G){var F,I=0,J=H.length;if(G){if(J===A){for(F in H){if(E.apply(H[F],G)===false){break}}}else{for(;I<J;){if(E.apply(H[I++],G)===false){break}}}}else{if(J===A){for(F in H){if(E.call(H[F],F,H[F])===false){break}}}else{for(var K=H[0];I<J&&E.call(K,I,K)!==false;K=H[++I]){}}}return H},prop:function(F,G,E,I,H){if(e.isFunction(G)){G=G.call(F,I)}return typeof G==="number"&&E=="curCSS"&&!h.test(H)?G+"px":G},className:{add:function(E,F){e.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!e.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==A?e.grep(E.className.split(/\s+/),function(G){return !e.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&e.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(F,E,G){var H={};for(var I in E){H[I]=F.style[I];F.style[I]=E[I]}G.call(F);for(var I in E){F.style[I]=H[I]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}e.each(K,function(){if(!E){L-=parseFloat(e.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(e.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(e.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{e.swap(H,G,I)}return Math.max(0,Math.round(L))}return e.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!e.support.opacity){L=e.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=C}if(!G&&E&&E[F]){L=E[F]}else{if(t.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=t.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(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");e.each(F,function(O,R){if(typeof R==="number"){R+=""}if(!R){return}if(typeof R==="string"){R=R.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 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>"]||!e.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=P[1]+R+P[2];while(P[0]--){L=L.lastChild}if(!e.support.tbody){var Q=/<tbody/i.test(R),M=!N.indexOf("<table")&&!Q?L.firstChild&&L.firstChild.childNodes:P[1]=="<table>"&&!Q?L.childNodes:[];for(var S=M.length-1;S>=0;--S){if(e.nodeName(M[S],"tbody")&&!M[S].childNodes.length){M[S].parentNode.removeChild(M[S])}}}if(!e.support.leadingWhitespace&&/^\s/.test(R)){L.insertBefore(K.createTextNode(R.match(/^\s*/)[0]),L.firstChild)}R=e.makeArray(L.childNodes)}if(R.nodeType){G.push(R)}else{G=e.merge(G,R)}});if(I){for(var J=0;G[J];J++){if(e.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(e.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return A}var H=!e.isXMLDoc(J),L=K!==A;G=H&&e.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&e.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(e.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:A}return J[G]}if(!e.support.style&&H&&G=="style"){return e.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!e.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?A:E}if(!e.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},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"||e.isFunction(F)||F.setInterval){G[0]=F}else{while(E){G[--E]=F[E]}}}return G},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(F,H){var I=0,E,G=F.length;if(!e.support.getAll){while((E=H[I++])!=null){if(E.nodeType!=8){F[G++]=E}}}else{while((E=H[I++])!=null){F[G++]=E}}return F},unique:function(E){var G=[],F={};try{for(var H=0,I=E.length;H<I;H++){var K=e.data(E[H]);if(!F[K]){F[K]=true;G.push(E[H])}}}catch(J){G=E}return G},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 v=navigator.userAgent.toLowerCase();e.browser={version:(v.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(v),opera:/opera/.test(v),msie:/msie/.test(v)&&!/opera/.test(v),mozilla:/mozilla/.test(v)&&!/(compatible|webkit)/.test(v)};e.each({parent:function(E){return E.parentNode},parents:function(E){return e.dir(E,"parentNode")},next:function(E){return e.nth(E,2,"nextSibling")},prev:function(E){return e.nth(E,2,"previousSibling")},nextAll:function(E){return e.dir(E,"nextSibling")},prevAll:function(E){return e.dir(E,"previousSibling")},siblings:function(E){return e.sibling(E.parentNode.firstChild,E)},children:function(E){return e.sibling(E.firstChild)},contents:function(E){return e.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:e.makeArray(E.childNodes)}},function(E,F){e.fn[E]=function(G){var H=e.map(this,F);if(G&&typeof G=="string"){H=e.multiFilter(G,H)}return this.pushStack(e.unique(H),E,G)}});e.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){e.fn[E]=function(G){var J=[],L=e(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();e.fn[F].apply(e(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});e.each({removeAttr:function(E){e.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){e.className.add(this,E)},removeClass:function(E){e.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!e.className.has(this,F)}e.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||e.filter(E,[this]).length){e("*",this).add([this]).each(function(){e.event.remove(this);e.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){e(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){e.fn[E]=function(){return this.each(F,arguments)}});function p(E,F){return E[0]&&parseInt(e.curCSS(E[0],F,true),10)||0}var B="jQuery"+n(),z=0,s={};e.extend({cache:{},data:function(F,E,G){F=F==r?s:F;var H=F[B];if(!H){H=F[B]=++z}if(E&&!e.cache[H]){e.cache[H]={}}if(G!==A){e.cache[H][E]=G}return E?e.cache[H][E]:H},removeData:function(F,E){F=F==r?s:F;var H=F[B];if(E){if(e.cache[H]){delete e.cache[H][E];E="";for(E in e.cache[H]){break}if(!E){e.removeData(F)}}}else{try{delete F[B]}catch(G){if(F.removeAttribute){F.removeAttribute(B)}}delete e.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=e.data(F,E);if(!G||e.isArray(H)){G=e.data(F,E,e.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=e.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==A){F.call(H)}}});e.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===A){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===A&&this.length){F=e.data(this[0],E)}return F===A&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){e.data(this,E,G)})}},removeData:function(E){return this.each(function(){e.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===A){return e.queue(this[0],E)}return this.each(function(){var G=e.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){e.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,ac,aa,ae,Y,aj,ag=true;R.lastIndex=0;while((af=R.exec(W))!==null){T.push(af[1]);if(af[2]){aj=RegExp.rightContext;break}}if(T.length>1&&M.exec(W)){if(T.length===2&&I.relative[T[0]]){ac=J(T[0]+T[1],ah)}else{ac=I.relative[T[0]]?[ah]:F(T.shift(),ah);while(T.length){W=T.shift();if(I.relative[W]){W+=T.shift()}ac=J(W,ac)}}}else{var Z=U?{expr:T.pop(),set:E(U)}:F.find(T.pop(),T.length===1&&ah.parentNode?ah.parentNode:ah,Q(ah));ac=F.filter(Z.expr,Z.set);if(T.length>0){aa=E(ac)}else{ag=false}while(T.length){var X=T.pop(),ad=X;if(!I.relative[X]){X=""}else{ad=T.pop()}if(ad==null){ad=ah}I.relative[X](aa,ad,Q(ah))}}if(!aa){aa=ac}if(!aa){throw"Syntax error, unrecognized expression: "+(X||W)}if(H.call(aa)==="[object Array]"){if(!ag){ab.push.apply(ab,aa)}else{if(ah.nodeType===1){for(var V=0;aa[V]!=null;V++){if(aa[V]&&(aa[V]===true||aa[V].nodeType===1&&K(ah,aa[V]))){ab.push(ac[V])}}}else{for(var V=0;aa[V]!=null;V++){if(aa[V]&&aa[V].nodeType===1){ab.push(ac[V])}}}}}else{E(aa,ab)}if(aj){F(aj,ah,ab,U);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var V=1;V<ab.length;V++){if(ab[V]===ab[V-1]){ab.splice(V--,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(T,aj,ab,af){var U=T,ac=[],Z=aj,W,ae,Y=aj&&aj[0]&&Q(aj[0]);while(T&&aj.length){for(var ad in I.filter){if((W=I.match[ad].exec(T))!=null){var ah=I.filter[ad],X,aa;ae=false;if(Z==ac){ac=[]}if(I.preFilter[ad]){W=I.preFilter[ad](W,Z,ab,ac,af,Y);if(!W){ae=X=true}else{if(W===true){continue}}}if(W){for(var ag=0;(aa=Z[ag])!=null;ag++){if(aa){X=ah(aa,W,ag,Z);var V=af^!!X;if(ab&&X!=null){if(V){ae=true}else{Z[ag]=false}}else{if(V){ac.push(aa);ae=true}}}}}if(X!==A){if(!ab){Z=ac}T=T.replace(I.match[ad],"");if(!ae){return[]}break}}}if(T==U){if(ae==null){throw"Syntax error, unrecognized expression: "+T}else{break}}U=T}return Z};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(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,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(T,W,X){if(typeof W.getElementsByName!=="undefined"){var Z=[],V=W.getElementsByName(T[1]);for(var U=0,Y=V.length;U<Y;U++){if(V[U].getAttribute("name")===T[1]){Z.push(V[U])}}return Z.length===0?null:Z}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(V,U,W,T,Z,aa){V=" "+V[1].replace(/\\/g,"")+" ";if(aa){return V}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(V)>=0)){if(!W){T.push(Y)}}else{if(W){U[X]=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(V,Z,T,Y,W,X){var U=V[1].replace(/\\/g,"");if(!X&&I.attrMap[U]){V[1]=I.attrMap[U]}if(V[2]==="~="){V[4]=" "+V[4]+" "}return V},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(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=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(W,U){var T=U[1],Y=I.attrHandle[T]?I.attrHandle[T](W):W[T]!=null?W[T]:W.getAttribute(T),X=Y+"",V=U[2],Z=U[4];return Y==null?V==="!=":V==="="?X===Z:V==="*="?X.indexOf(Z)>=0:V==="~="?(" "+X+" ").indexOf(Z)>=0:!Z?X&&Y!==false:V==="!="?X!=Z:V==="^="?X.indexOf(Z)===0:V==="$="?X.substr(X.length-Z.length)===Z:V==="|="?X===Z||X.substr(0,Z.length+1)===Z+"-":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(W,V){var T=V||[];if(H.call(W)==="[object Array]"){Array.prototype.push.apply(T,W)}else{if(typeof W.length==="number"){for(var U=0,X=W.length;U<X;U++){T.push(W[U])}}else{for(var U=0;W[U];U++){T.push(W[U])}}}return T}}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(V,T){var U=V.ownerDocument.createRange(),X=T.ownerDocument.createRange();U.selectNode(V);U.collapse(true);X.selectNode(T);X.collapse(true);var W=U.compareBoundaryPoints(Range.START_TO_END,X);if(W===0){hasDuplicate=true}return W}}}}(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(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:A:[]}};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(X,W){var V=W.getElementsByTagName(X[1]);if(X[1]==="*"){var U=[];for(var Y=0;V[Y];Y++){if(V[Y].nodeType===1){U.push(V[Y])}}V=U}return V}}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(V,Z,X,Y){Z=Z||document;if(!Y&&Z.nodeType===9&&!Q(Z)){try{return E(Z.querySelectorAll(V),X)}catch(W){}}return T(V,Z,X,Y)};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(W,ab,aa,U,ac,T){var ad=W=="previousSibling"&&!T;for(var Y=0,X=U.length;Y<X;Y++){var V=U[Y];if(V){if(ad&&V.nodeType===1){V.sizcache=aa;V.sizset=Y}V=V[W];var Z=false;while(V){if(V.sizcache===aa){Z=U[V.sizset];break}if(V.nodeType===1&&!T){V.sizcache=aa;V.sizset=Y}if(V.nodeName===ab){Z=V;break}V=V[W]}U[Y]=Z}}}function S(W,ab,aa,U,ac,T){var ad=W=="previousSibling"&&!T;for(var Y=0,X=U.length;Y<X;Y++){var V=U[Y];if(V){if(ad&&V.nodeType===1){V.sizcache=aa;V.sizset=Y}V=V[W];var Z=false;while(V){if(V.sizcache===aa){Z=U[V.sizset];break}if(V.nodeType===1){if(!T){V.sizcache=aa;V.sizset=Y}if(typeof ab!=="string"){if(V===ab){Z=true;break}}else{if(F.filter(ab,[V]).length>0){Z=V;break}}}V=V[W]}U[Y]=Z}}}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(T,Z){var V=[],X="",Y,W=Z.nodeType?[Z]:Z;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var aa=0,U=W.length;aa<U;aa++){F(T,W[aa],V)}return F.filter(X,V)};e.find=F;e.filter=F.filter;e.expr=F.selectors;e.expr[":"]=e.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 e.grep(e.timers,function(U){return T===U.elem}).length};e.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};e.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};e.nth=function(W,X,U,V){X=X||1;var T=0;for(;W;W=W[U]){if(W.nodeType==1&&++T==X){break}}return W};e.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;r.Sizzle=F})();e.event={add:function(J,G,I,E){if(J.nodeType==3||J.nodeType==8){return}if(J.setInterval&&J!=r){J=r}if(!I.guid){I.guid=this.guid++}if(E!==A){var H=I;I=this.proxy(H);I.data=E}var F=e.data(J,"events")||e.data(J,"events",{}),K=e.data(J,"handle")||e.data(J,"handle",function(){return typeof e!=="undefined"&&!e.event.triggered?e.event.handle.apply(arguments.callee.elem,arguments):A});K.elem=J;e.each(G.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();I.type=O.slice().sort().join(".");var L=F[N];if(e.event.specialAll[N]){e.event.specialAll[N].setup.call(J,E,O)}if(!L){L=F[N]={};if(!e.event.special[N]||e.event.special[N].setup.call(J,E,O)===false){if(J.addEventListener){J.addEventListener(N,K,false)}else{if(J.attachEvent){J.attachEvent("on"+N,K)}}}}L[I.guid]=I;e.event.global[N]=true});J=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=e.data(K,"events"),F,E;if(G){if(H===A||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}e.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(e.event.specialAll[O]){e.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!e.event.special[O]||e.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,e.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,e.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=e.data(K,"handle");if(L){L.elem=null}e.removeData(K,"events");e.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[B]?I:e.extend(e.Event(G),I):e.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){e.each(e.cache,function(){if(this.events&&this.events[G]){e.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return A}I.result=A;I.target=H;K=e.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=e.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(e.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(e.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){e.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=e.event.fix(K||r.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(e.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==A){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.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[B]){return J}var H=J;J=e.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:u,teardown:function(){}}},specialAll:{live:{setup:function(E,F){e.event.add(this,F[0],k)},teardown:function(F){if(F.length){var G=0,E=RegExp("(^|\\.)"+F[0]+"(\\.|$)");e.each((e.data(this,"events").live||{}),function(){if(E.test(this.type)){G++}});if(G<1){e.event.remove(this,F[0],k)}}}}}};e.Event=function(E){if(!this.preventDefault){return new e.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=n();this[B]=true};function q(){return false}function y(){return true}e.Event.prototype={preventDefault:function(){this.isDefaultPrevented=y;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=y;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=y;this.stopPropagation()},isDefaultPrevented:q,isPropagationStopped:q,isImmediatePropagationStopped:q};var g=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;e.event.handle.apply(this,arguments)}};e.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){e.event.special[E]={setup:function(){e.event.add(this,F,g,E)},teardown:function(){e.event.remove(this,F,g)}}});e.fn.extend({bind:function(E,F,G){return E=="unload"?this.one(E,F,G):this.each(function(){e.event.add(this,E,G||F,G&&F)})},one:function(G,H,F){var E=e.event.proxy(F||H,function(I){e(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){e.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){e.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){e.event.trigger(E,F,this)})},triggerHandler:function(G,F){if(this[0]){var E=e.Event(G);E.preventDefault();E.stopPropagation();e.event.trigger(E,F,this[0]);return E.result}},toggle:function(F){var G=arguments,E=1;while(E<G.length){e.event.proxy(F,G[E++])}return this.click(e.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){u();if(e.isReady){E.call(document,e)}else{e.readyList.push(E)}return this},live:function(F,E){var G=e.event.proxy(E);G.guid+=this.selector+F;e(document).bind(o(F,this.selector),this.selector,G);return this},die:function(F,E){e(document).unbind(o(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function k(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];e.each(e.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=e(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return e.data(J.elem,"closest")-e.data(I.elem,"closest")});e.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function o(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}e.extend({isReady:false,readyList:[],ready:function(){if(!e.isReady){e.isReady=true;if(e.readyList){e.each(e.readyList,function(){this.call(document,e)});e.readyList=null}e(document).triggerHandler("ready")}}});var D=false;function u(){if(D){return}D=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);e.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);e.ready()}});if(document.documentElement.doScroll&&r==r.top){(function(){if(e.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}e.ready()})()}}}e.event.add(r,"load",e.ready)}e.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){e.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});e(r).bind("unload",function(){for(var E in e.cache){if(E!=1&&e.cache[E].handle){e.event.remove(e.cache[E].handle.elem)}}});(function(){e.support={};var G=document.documentElement,H=document.createElement("script"),E=document.createElement("div"),K="script"+(new Date).getTime();E.style.display="none";E.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 I=E.getElementsByTagName("*"),F=E.getElementsByTagName("a")[0];if(!I||!I.length||!F){return}e.support={leadingWhitespace:E.firstChild.nodeType==3,tbody:!E.getElementsByTagName("tbody").length,objectAll:!!E.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!E.getElementsByTagName("link").length,style:/red/.test(F.getAttribute("style")),hrefNormalized:F.getAttribute("href")==="/a",opacity:F.style.opacity==="0.5",cssFloat:!!F.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};H.type="text/javascript";try{H.appendChild(document.createTextNode("window."+K+"=1;"))}catch(J){}G.insertBefore(H,G.firstChild);if(r[K]){e.support.scriptEval=true;delete r[K]}G.removeChild(H);if(E.attachEvent&&E.fireEvent){E.attachEvent("onclick",function(){e.support.noCloneEvent=false;E.detachEvent("onclick",arguments.callee)});E.cloneNode(true).fireEvent("onclick")}e(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);e.boxModel=e.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var C=e.support.cssFloat?"cssFloat":"styleFloat";e.props={"for":"htmlFor","class":"className","float":C,cssFloat:C,styleFloat:C,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};e.fn.extend({_load:e.fn.load,load:function(H,K,E){if(typeof H!=="string"){return this._load(H)}var J=H.indexOf(" ");if(J>=0){var F=H.slice(J,H.length);H=H.slice(0,J)}var I="GET";if(K){if(e.isFunction(K)){E=K;K=null}else{if(typeof K==="object"){K=e.param(K);I="POST"}}}var G=this;e.ajax({url:H,type:I,dataType:"html",data:K,complete:function(M,L){if(L=="success"||L=="notmodified"){G.html(F?e("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(F):M.responseText)}if(E){G.each(E,[M.responseText,L,M])}}});return this},serialize:function(){return e.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?e.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=e(this).val();return F==null?null:e.isArray(F)?e.map(F,function(I,H){return{name:E.name,value:I}}):{name:E.name,value:F}}).get()}});e.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){e.fn[F]=function(G){return this.bind(F,G)}});var i=n();e.extend({get:function(E,G,H,F){if(e.isFunction(G)){H=G;G=null}return e.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return e.get(E,null,F,"script")},getJSON:function(G,E,F){return e.get(G,E,F,"json")},post:function(E,G,H,F){if(e.isFunction(G)){H=G;G={}}return e.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){e.extend(e.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return r.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=e.extend(true,M,e.extend(true,{},e.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=e.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"+i++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";r[W]=function(X){V=X;I();L();r[W]=A;try{delete r[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=n();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&&!e.active++){e.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 A}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",e.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&&!--e.active){e.event.trigger("ajaxStop")}J.abort();return false}if(M.global){e.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--e.active){e.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!e.httpSuccess(J)?"error":M.ifModified&&e.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=e.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){e.lastModified[M.url]=Y}if(!W){I()}}else{e.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){e.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){e.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){e.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--e.active){e.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){e.event.trigger("ajaxError",[H,F,G])}},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(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==e.lastModified[E]}catch(F){}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"){e.globalEval(E)}if(J=="json"){E=r["eval"]("("+E+")")}}return E},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(e.isArray(E)||E.jquery){e.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(e.isArray(E[F])){e.each(E[F],function(){H(F,this)})}else{H(F,e.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var a={},c,m=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function w(E,G){var F={};e.each(m.concat.apply([],m.slice(0,G)),function(){F[this]=E});return F}e.fn.extend({show:function(J,L){if(J){return this.animate(w("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=e.data(this[H],"olddisplay");this[H].style.display=E||"";if(e.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(a[G]){K=a[G]}else{var I=e("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();a[G]=K}e.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=e.data(this[H],"olddisplay")||""}return this}},hide:function(F,G){if(F){return this.animate(w("hide",3),F,G)}else{for(var E=0,I=this.length;E<I;E++){var H=e.data(this[E],"olddisplay");if(!H&&H!=="none"){e.data(this[E],"olddisplay",e.css(this[E],"display"))}}for(var E=0,I=this.length;E<I;E++){this[E].style.display="none"}return this}},_toggle:e.fn.toggle,toggle:function(F,E){var G=typeof F==="boolean";return e.isFunction(F)&&e.isFunction(E)?this._toggle.apply(this,arguments):F==null||G?this.each(function(){var H=G?F:e(this).is(":hidden");e(this)[H?"show":"hide"]()}):this.animate(w("toggle",3),F,E)},fadeTo:function(G,F,E){return this.animate({opacity:F},G,E)},animate:function(G,I,F,E){var H=e.speed(I,F,E);return this[H.queue===false?"each":"queue"](function(){var K=e.extend({},H),M,L=this.nodeType==1&&e(this).is(":hidden"),J=this;for(M in G){if(G[M]=="hide"&&L||G[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=e.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=e.extend({},G);e.each(G,function(Q,N){var T=new e.fx(J,K,Q);if(/toggle|show|hide/.test(N)){T[N=="toggle"?L?"show":"hide":N](G)}else{var S=N.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),O=T.cur(true)||0;if(S){var P=parseFloat(S[2]),R=S[3]||"px";if(R!="px"){J.style[Q]=(P||1)+R;O=((P||1)/T.cur(true))*O;J.style[Q]=O+R}if(S[1]){P=((S[1]=="-="?-1:1)*P)+O}T.custom(O,P,R)}else{T.custom(O,N,"")}}});return true})},stop:function(E,G){var F=e.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}});e.each({slideDown:w("show",1),slideUp:w("hide",1),slideToggle:w("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){e.fn[E]=function(G,H){return this.animate(F,G,H)}});e.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||e.isFunction(G)&&G,duration:G,easing:F&&H||H&&!e.isFunction(H)&&H};E.duration=e.fx.off?0:typeof E.duration==="number"?E.duration:e.fx.speeds[E.duration]||e.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){e(this).dequeue()}if(e.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(E,G,F){this.options=G;this.elem=E;this.prop=F;if(!G.orig){G.orig={}}}});e.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(e.fx.step[this.prop]||e.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(e.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(e.curCSS(this.elem,this.prop))||0},custom:function(G,F,E){this.startTime=n();this.start=G;this.end=F;this.unit=E||this.unit||"px";this.now=this.start;this.pos=this.state=0;var H=this;function I(J){return H.step(J)}I.elem=this.elem;if(I()&&e.timers.push(I)&&!c){c=setInterval(function(){var K=e.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(c);c=A}},13)}},show:function(){this.options.orig[this.prop]=e.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());e(this.elem).show()},hide:function(){this.options.orig[this.prop]=e.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(J){var I=n();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(e.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){e(this.elem).hide()}if(this.options.hide||this.options.show){for(var E in this.options.curAnim){e.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=e.easing[this.options.easing||(e.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}};e.extend(e.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){e.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){e.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return e.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||e.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||e.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{e.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return e.offset.bodyOffset(this[0])}e.offset.initialized||e.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(e.offset.doesNotAddBorder&&!(e.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(e.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}}}e.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){e.offset.initialized||e.offset.initialize();var F=G.offsetTop,E=G.offsetLeft;if(e.offset.doesNotIncludeMarginInBodyOffset){F+=parseInt(e.curCSS(G,"marginTop",true),10)||0,E+=parseInt(e.curCSS(G,"marginLeft",true),10)||0}return{top:F,left:E}}};e.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-=p(this,"marginTop");F.left-=p(this,"marginLeft");G.top+=p(I,"borderTopWidth");G.left+=p(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)&&e.css(E,"position")=="static")){E=E.offsetParent}return e(E)}});e.each(["Left","Top"],function(E,G){var F="scroll"+G;e.fn[F]=function(H){if(!this[0]){return null}return H!==A?this.each(function(){this==r||this==document?r.scrollTo(!E?H:e(r).scrollLeft(),E?H:e(r).scrollTop()):this[F]=H}):this[0]==r||this[0]==document?self[E?"pageYOffset":"pageXOffset"]||e.boxModel&&document.documentElement[F]||document.body[F]:this[0][F]}});e.each(["Height","Width"],function(E,I){var G=E?"Left":"Top",J=E?"Right":"Bottom",H=I.toLowerCase();e.fn["inner"+I]=function(){return this[0]?e.css(this[0],H,false,"padding"):null};e.fn["outer"+I]=function(K){return this[0]?e.css(this[0],H,false,K?"margin":"border"):null};var F=I.toLowerCase();e.fn[F]=function(K){return this[0]==r?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===A?(this.length?e.css(this[0],F):null):this.css(F,typeof K==="string"?K:K+"px")}})})();(function(l){var j=(function(){var a=document.createElement("div");try{a.style.setExpression("width","0+0")}catch(b){return false}return true})();function k(b,a){return parseInt(l.css(b,a))||0}function g(a){var a=parseInt(a).toString(16);return(a.length<2)?"0"+a:a}function i(a){for(;a&&a.nodeName.toLowerCase()!="html";a=a.parentNode){var c=l.css(a,"backgroundColor");if(c.indexOf("rgb")>=0){if(l.browser.safari&&c=="rgba(0, 0, 0, 0)"){continue}var b=c.match(/\d+/g);return"#"+g(b[0])+g(b[1])+g(b[2])}if(c&&c!="transparent"){return c}}return"#ffffff"}function h(a,c,b){switch(a){case"round":return Math.round(b*(1-Math.cos(Math.asin(c/b))));case"cool":return Math.round(b*(1+Math.cos(Math.asin(c/b))));case"sharp":return Math.round(b*(1-Math.cos(Math.acos(c/b))));case"bite":return Math.round(b*(Math.cos(Math.asin((b-c-1)/b))));case"slide":return Math.round(b*(Math.atan2(c,b/c)));case"jut":return Math.round(b*(Math.atan2(b,(b-c-1))));case"curl":return Math.round(b*(Math.atan(c)));case"tear":return Math.round(b*(Math.cos(c)));case"wicked":return Math.round(b*(Math.tan(c)));case"long":return Math.round(b*(Math.sqrt(c)));case"sculpt":return Math.round(b*(Math.log((b-c-1),b)));case"dog":return(c&1)?(c+1):b;case"dog2":return(c&2)?(c+1):b;case"dog3":return(c&3)?(c+1):b;case"fray":return(c%2)*b;case"notch":return b;case"bevel":return c+1}}l.fn.corner=function(o){if(this.length==0){if(!l.isReady&&this.selector){var x=this.selector,c=this.context;l(function(){l(x,c).corner(o)})}return this}o=(o||"").toLowerCase();var v=/keep/.test(o);var f=((o.match(/cc:(#[0-9a-f]+)/)||[])[1]);var b=((o.match(/sc:(#[0-9a-f]+)/)||[])[1]);var s=parseInt((o.match(/(\d+)px/)||[])[1])||10;var a=/round|bevel|notch|bite|cool|sharp|slide|jut|curl|tear|fray|wicked|sculpt|long|dog3|dog2|dog/;var d=((o.match(a)||["round"])[0]);var e={T:0,B:1};var w={TL:/top|tl/.test(o),TR:/top|tr/.test(o),BL:/bottom|bl/.test(o),BR:/bottom|br/.test(o)};if(!w.TL&&!w.TR&&!w.BL&&!w.BR){w={TL:1,TR:1,BL:1,BR:1}}var u=document.createElement("div");u.style.overflow="hidden";u.style.height="1px";u.style.backgroundColor=b||"transparent";u.style.borderStyle="solid";return this.each(function(r){var t={T:parseInt(l.css(this,"paddingTop"))||0,R:parseInt(l.css(this,"paddingRight"))||0,B:parseInt(l.css(this,"paddingBottom"))||0,L:parseInt(l.css(this,"paddingLeft"))||0};if(typeof this.style.zoom!=undefined){this.style.zoom=1}if(!v){this.style.border="none"}u.style.borderColor=f||i(this.parentNode);var m=l.curCSS(this,"height");for(var E in e){var q=e[E];if((q&&(w.BL||w.BR))||(!q&&(w.TL||w.TR))){u.style.borderStyle="none "+(w[E+"R"]?"solid":"none")+" none "+(w[E+"L"]?"solid":"none");var H=document.createElement("div");l(H).addClass("jquery-corner");var n=H.style;q?this.appendChild(H):this.insertBefore(H,this.firstChild);if(q&&m!="auto"){if(l.css(this,"position")=="static"){this.style.position="relative"}n.position="absolute";n.bottom=n.left=n.padding=n.margin="0";if(j){n.setExpression("width","this.parentNode.offsetWidth")}else{n.width="100%"}}else{if(!q&&l.browser.msie){if(l.css(this,"position")=="static"){this.style.position="relative"}n.position="absolute";n.top=n.left=n.right=n.padding=n.margin="0";if(j){var G=k(this,"borderLeftWidth")+k(this,"borderRightWidth");n.setExpression("width","this.parentNode.offsetWidth - "+G+'+ "px"')}else{n.width="100%"}}else{n.margin=!q?"-"+t.T+"px -"+t.R+"px "+(t.T-s)+"px -"+t.L+"px":(t.B-s)+"px -"+t.R+"px -"+t.B+"px -"+t.L+"px"}}for(var F=0;F<s;F++){var D=Math.max(0,h(d,F,s));var p=u.cloneNode(false);p.style.borderWidth="0 "+(w[E+"R"]?D:0)+"px 0 "+(w[E+"L"]?D:0)+"px";q?H.appendChild(p):H.insertBefore(p,H.firstChild)}}}})};l.fn.uncorner=function(){return l(".jquery-corner",this).remove()}})(jQuery);