(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.makeArray(E))},selector:"",jquery:"1.3.1",size:function(){return this.length},get:function(E){return E===g?o.makeArray(this):this[E]},pushStack:function(F,H,E){var G=o(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 o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}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="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(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(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(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||o([])},push:[].push,find:function(E){if(this.length===1&&!/,/.test(E)){var G=this.pushStack([],"find",E);G.length=0;o.find(E,this[0],G);return G}else{var F=o.map(this,function(H){return o.find(E,H)});return this.pushStack(/[^+>] [^+>]/.test(E)?o.unique(F):F,"find",E)}},clone:function(F){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.cloneNode(true),H=document.createElement("div");H.appendChild(I);return o.clean([H.innerHTML])[0]}else{return this.cloneNode(true)}});var G=E.find("*").andSelf().each(function(){if(this[h]!==g){this[h]=null}});if(F===true){this.find("*").andSelf().each(function(I){if(this.nodeType==3){return}var H=o.data(this,"events");for(var K in H){for(var J in H[K]){o.event.add(G[I],K,H[K][J],H[K][J].data)}}})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var F=o.expr.match.POS.test(E)?o(E):null;return this.map(function(){var G=this;while(G&&G.ownerDocument){if(F?F.index(G)>-1:o(G).is(E)){return G}G=G.parentNode}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return!!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return!!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.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=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML: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(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(K,N,M){if(this[0]){var J=(this[0].ownerDocument||this[0]).createDocumentFragment(),G=o.clean(K,(this[0].ownerDocument||this[0]),J),I=J.firstChild,E=this.length>1?J.cloneNode(true):J;if(I){for(var H=0,F=this.length;H<F;H++){M.call(L(this[H],I),H>0?E.cloneNode(true):J)}}if(G){o.each(G,z)}}return this;function L(O,P){return N&&o.nodeName(O,"table")&&o.nodeName(P,"tr")?(O.getElementsByTagName("tbody")[0]||O.appendChild(O.ownerDocument.createElement("tbody"))):O}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return+new Date}o.extend=o.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"&&!o.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]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){G=o.trim(G);if(G){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return!o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(G,E,I){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;var M=0,L=0;o.each(J,function(){M+=parseFloat(o.curCSS(G,"padding"+this,true))||0;L+=parseFloat(o.curCSS(G,"border"+this+"Width",true))||0});K-=Math.round(M+L)}if(o(G).is(":visible")){H()}else{o.swap(G,F,H)}return Math.max(0,K)}return o.curCSS(G,E,I)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.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");o.each(F,function(P,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 O=o.trim(R).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+R+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var N=!O.indexOf("<table")&&O.indexOf("<tbody")<0?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&O.indexOf("<tbody")<0?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(R)){L.insertBefore(K.createTextNode(R.match(/^\s*/)[0]),L.firstChild)}R=o.makeArray(L.childNodes)}if(R.nodeType){G.push(R)}else{G=o.merge(G,R)}});if(I){for(var J=0;G[J];J++){if(o.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(o.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 g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.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"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.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:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.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(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return-1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(){var G=arguments;return this.each(function(){for(var H=0,I=G.length;H<I;H++){o(G[H])[F](this)}})}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[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).remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var Q=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]+['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[]+)+|[>+~])(\s*,\s*)?/g,K=0,G=Object.prototype.toString;var F=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]:F(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:E(ab)}:F.find(Y.pop(),Y.length===1&&T.parentNode?T.parentNode:T,P(T));ae=F.filter(ad.expr,ad.set);if(Y.length>0){ah=E(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{E(ah,aa)}if(U){F(U,T,aa,ab)}return aa};F.matches=function(S,T){return F(S,null,null,T)};F.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}};F.filter=function(ab,aa,ae,V){var U=ab,ag=[],Y=aa,X,S;while(ab&&aa.length){for(var Z in H.filter){if((X=H.match[Z].exec(ab))!=null){var T=H.filter[Z],af,ad;S=false;if(Y==ag){ag=[]}if(H.preFilter[Z]){X=H.preFilter[Z](X,Y,ae,ag,V);if(!X){S=af=true}else{if(X===true){continue}}}if(X){for(var W=0;(ad=Y[W])!=null;W++){if(ad){af=T(ad,X,W,Y);var ac=V^!!af;if(ae&&af!=null){if(ac){S=true}else{Y[W]=false}}else{if(ac){ag.push(ad);S=true}}}}}if(af!==g){if(!ae){Y=ag}ab=ab.replace(H.match[Z],"");if(!S){return[]}break}}}ab=ab.replace(/\s*,\s*/,"");if(ab==U){if(S==null){throw"Syntax error, unrecognized expression: "+ab}else{break}}U=ab}return Y};var H=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(S){return S.getAttribute("href")}},relative:{"+":function(W,T){for(var U=0,S=W.length;U<S;U++){var V=W[U];if(V){var X=V.previousSibling;while(X&&X.nodeType!==1){X=X.previousSibling}W[U]=typeof T==="string"?X||false:X===T}}if(typeof T==="string"){F.filter(T,W,true)}},">":function(X,T,Y){if(typeof T==="string"&&!/\W/.test(T)){T=Y?T:T.toUpperCase();for(var U=0,S=X.length;U<S;U++){var W=X[U];if(W){var V=W.parentNode;X[U]=V.nodeName===T?V:false}}}else{for(var U=0,S=X.length;U<S;U++){var W=X[U];if(W){X[U]=typeof T==="string"?W.parentNode:W.parentNode===T}}if(typeof T==="string"){F.filter(T,X,true)}}},"":function(V,T,X){var U="done"+(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="done"+(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(S,T,U){if(typeof T.getElementsByName!=="undefined"&&!U){return T.getElementsByName(S[1])}},TAG:function(S,T){return T.getElementsByTagName(S[1])}},preFilter:{CLASS:function(V,T,U,S,Y){V=" "+V[1].replace(/\\/g,"")+" ";var X;for(var W=0;(X=T[W])!=null;W++){if(X){if(Y^(" "+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]="done"+(K++);return S},ATTR:function(T){var S=T[1].replace(/\\/g,"");if(H.attrMap[S]){T[1]=H.attrMap[S]}if(T[2]==="~="){T[4]=" "+T[4]+" "}return T},PSEUDO:function(W,T,U,S,X){if(W[1]==="not"){if(W[3].match(Q).length>1){W[3]=F(W[3],null,null,T)}else{var V=F.filter(W[3],T,U,true^X);if(!U){S.push.apply(S,V)}return false}}else{if(H.match.POS.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!!F(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:{CHILD:function(S,V){var Y=V[1],Z=S.parentNode;var X=V[0];if(Z&&(!Z[X]||!S.nodeIndex)){var W=1;for(var T=Z.firstChild;T;T=T.nextSibling){if(T.nodeType==1){T.nodeIndex=W++}}Z[X]=W-1}if(Y=="first"){return S.nodeIndex==1}else{if(Y=="last"){return S.nodeIndex==Z[X]}else{if(Y=="only"){return Z[X]==1}else{if(Y=="nth"){var ab=false,U=V[2],aa=V[3];if(U==1&&aa==0){return true}if(U==0){if(S.nodeIndex==aa){ab=true}}else{if((S.nodeIndex-aa)%U==0&&(S.nodeIndex-aa)/U>=0){ab=true}}return ab}}}}},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}}}},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 S.test(T.className)},ATTR:function(W,U){var S=H.attrHandle[U[1]]?H.attrHandle[U[1]](W):W[U[1]]||W.getAttribute(U[1]),X=S+"",V=U[2],T=U[4];return S==null?V==="!=":V==="="?X===T:V==="*="?X.indexOf(T)>=0:V==="~="?(" "+X+" ").indexOf(T)>=0:!U[4]?S:V==="!="?X!=T:V==="^="?X.indexOf(T)===0:V==="$="?X.substr(X.length-T.length)===T:V==="|="?X===T||X.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 E=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){E=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}}(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&&S.firstChild.getAttribute("href")!=="#"){H.attrHandle.href=function(T){return T.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var S=F,T=document.createElement("div");T.innerHTML="<p class='TEST'></p>";if(T.querySelectorAll&&T.querySelectorAll(".TEST").length===0){return}F=function(X,W,U,V){W=W||document;if(!V&&W.nodeType===9&&!P(W)){try{return E(W.querySelectorAll(X),U)}catch(Y){}}return S(X,W,U,V)};F.find=S.find;F.filter=S.filter;F.selectors=S.selectors;F.matches=S.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){H.order.splice(1,0,"CLASS");H.find.CLASS=function(S,T){return T.getElementsByClassName(S[1])}}function O(T,Z,Y,ac,aa,ab){for(var W=0,U=ac.length;W<U;W++){var S=ac[W];if(S){S=S[T];var X=false;while(S&&S.nodeType){var V=S[Y];if(V){X=ac[V];break}if(S.nodeType===1&&!ab){S[Y]=W}if(S.nodeName===Z){X=S;break}S=S[T]}ac[W]=X}}}function R(T,Y,X,ab,Z,aa){for(var V=0,U=ab.length;V<U;V++){var S=ab[V];if(S){S=S[T];var W=false;while(S&&S.nodeType){if(S[X]){W=ab[S[X]];break}if(S.nodeType===1){if(!aa){S[X]=V}if(typeof Y!=="string"){if(S===Y){W=true;break}}else{if(F.filter(Y,[S]).length>0){W=S;break}}}S=S[T]}ab[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++){F(S,U[Y],V)}return F.filter(W,V)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(S){return"hidden"===S.type||o.css(S,"display")==="none"||o.css(S,"visibility")==="hidden"};F.selectors.filters.visible=function(S){return"hidden"!==S.type&&o.css(S,"display")!=="none"&&o.css(S,"visibility")!=="hidden"};F.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 F.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;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(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}o.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(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.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){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.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!==g){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(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},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:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){G=false}});return G}function i(F,E){return["live",F,E.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 B(){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&&typeof l.frameElement==="undefined"){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"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(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.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 H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width="1px";L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L)})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});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/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.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=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.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"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[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=e();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&&!o.active++){o.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();H.removeChild(T)}}}H.appendChild(T);return g}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",o.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&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.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){o.lastModified[M.url]=Y}if(!W){I()}}else{o.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){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.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==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}this[H].style.display=o.data(this[H],"olddisplay",K)}}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.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(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.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(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)==1){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n)}},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(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){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 I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,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(E){o.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){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 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||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}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 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(o.offset.doesNotAddBorder&&!(o.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(o.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}}}o.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(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(H,F){var E=H?"Left":"Top",G=H?"Right":"Bottom";o.fn["inner"+F]=function(){return this[F.toLowerCase()]()+j(this,"padding"+E)+j(this,"padding"+G)};o.fn["outer"+F]=function(J){return this["inner"+F]()+j(this,"border"+E+"Width")+j(this,"border"+G+"Width")+(J?j(this,"margin"+E)+j(this,"margin"+G):0)};var I=F.toLowerCase();o.fn[I]=function(J){return this[0]==l?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")}})})();;jQuery.extend({historyCurrentHash:undefined,historyCallback:undefined,historyIframeSrc:undefined,historyInit:function(callback,src){jQuery.historyCallback=callback;if(src)jQuery.historyIframeSrc=src;var current_hash=location.hash.replace(/\?.*$/,'');jQuery.historyCurrentHash=current_hash;if(jQuery.browser.msie){if(jQuery.historyCurrentHash==''){jQuery.historyCurrentHash='#';}
jQuery("body").prepend('<iframe id="jQuery_history" style="display: none;"'+
(jQuery.historyIframeSrc?' src="'+jQuery.historyIframeSrc+'"':'')
+'></iframe>');var ihistory=jQuery("#jQuery_history")[0];var iframe=ihistory.contentWindow.document;iframe.open();iframe.close();iframe.location.hash=current_hash;}
else if(jQuery.browser.safari){jQuery.historyBackStack=[];jQuery.historyBackStack.length=history.length;jQuery.historyForwardStack=[];jQuery.lastHistoryLength=history.length;jQuery.isFirst=true;}
jQuery.historyCallback(current_hash.replace(/^#/,''));setInterval(jQuery.historyCheck,100);},historyAddHistory:function(hash){jQuery.historyBackStack.push(hash);jQuery.historyForwardStack.length=0;this.isFirst=true;},historyCheck:function(){if(jQuery.browser.msie){var ihistory=jQuery("#jQuery_history")[0];var iframe=ihistory.contentDocument||ihistory.contentWindow.document;var current_hash=iframe.location.hash.replace(/\?.*$/,'');if(current_hash!=jQuery.historyCurrentHash){location.hash=current_hash;jQuery.historyCurrentHash=current_hash;jQuery.historyCallback(current_hash.replace(/^#/,''));}}else if(jQuery.browser.safari){if(jQuery.lastHistoryLength==history.length&&jQuery.historyBackStack.length>jQuery.lastHistoryLength){jQuery.historyBackStack.shift();}
if(!jQuery.dontCheck){var historyDelta=history.length-jQuery.historyBackStack.length;jQuery.lastHistoryLength=history.length;if(historyDelta){jQuery.isFirst=false;if(historyDelta<0){for(var i=0;i<Math.abs(historyDelta);i++)jQuery.historyForwardStack.unshift(jQuery.historyBackStack.pop());}else{for(var i=0;i<historyDelta;i++)jQuery.historyBackStack.push(jQuery.historyForwardStack.shift());}
var cachedHash=jQuery.historyBackStack[jQuery.historyBackStack.length-1];if(cachedHash!=undefined){jQuery.historyCurrentHash=location.hash.replace(/\?.*$/,'');jQuery.historyCallback(cachedHash);}}else if(jQuery.historyBackStack[jQuery.historyBackStack.length-1]==undefined&&!jQuery.isFirst){if(document.URL.indexOf('#')>=0){jQuery.historyCallback(document.URL.split('#')[1]);}else{var current_hash=location.hash;jQuery.historyCallback('');}
jQuery.isFirst=true;}}}else{var current_hash=location.hash.replace(/\?.*$/,'');if(current_hash!=jQuery.historyCurrentHash){jQuery.historyCurrentHash=current_hash;jQuery.historyCallback(current_hash.replace(/^#/,''));}}},historyLoad:function(hash){var newhash;hash=decodeURIComponent(hash.replace(/\?.*$/,''));if(jQuery.browser.safari){newhash=hash;}
else{newhash='#'+hash;location.hash=newhash;}
jQuery.historyCurrentHash=newhash;if(jQuery.browser.msie){var ihistory=jQuery("#jQuery_history")[0];var iframe=ihistory.contentWindow.document;iframe.open();iframe.close();iframe.location.hash=newhash;jQuery.lastHistoryLength=history.length;jQuery.historyCallback(hash);}
else if(jQuery.browser.safari){jQuery.dontCheck=true;this.historyAddHistory(hash);var fn=function(){jQuery.dontCheck=false;};window.setTimeout(fn,200);jQuery.historyCallback(hash);location.hash=newhash;}
else{jQuery.historyCallback(hash);}}});;;(function($){$.fn.ajaxSubmit=function(options){if(!this.length){log('ajaxSubmit: skipping submit process - no element selected');return this;}
if(typeof options=='function')
options={success:options};var url=this.attr('action')||window.location.href;url=(url.match(/^([^#]+)/)||[])[1];url=url||'';options=$.extend({url:url,target:'#page-contact-content',type:this.attr('method')||'GET'},options||{});console.log(options.target);var veto={};this.trigger('form-pre-serialize',[this,options,veto]);if(veto.veto){log('ajaxSubmit: submit vetoed via form-pre-serialize trigger');return this;}
if(options.beforeSerialize&&options.beforeSerialize(this,options)===false){log('ajaxSubmit: submit aborted via beforeSerialize callback');return this;}
var a=this.formToArray(options.semantic);if(options.data){options.extraData=options.data;for(var n in options.data){if(options.data[n]instanceof Array){for(var k in options.data[n])
a.push({name:n,value:options.data[n][k]});}
else
a.push({name:n,value:options.data[n]});}}
if(options.beforeSubmit&&options.beforeSubmit(a,this,options)===false){log('ajaxSubmit: submit aborted via beforeSubmit callback');return this;}
this.trigger('form-submit-validate',[a,this,options,veto]);if(veto.veto){log('ajaxSubmit: submit vetoed via form-submit-validate trigger');return this;}
var q=$.param(a);if(options.type.toUpperCase()=='GET'){options.url+=(options.url.indexOf('?')>=0?'&':'?')+q;options.data=null;}
else
options.data=q;var $form=this,callbacks=[];if(options.resetForm)callbacks.push(function(){$form.resetForm();});if(options.clearForm)callbacks.push(function(){$form.clearForm();});if(!options.dataType&&options.target){var oldSuccess=options.success||function(){};callbacks.push(function(data){$(options.target).html(data).each(oldSuccess,arguments);});$(".sending").fadeOut(1000,function(){});}
else if(options.success)
callbacks.push(options.success);options.success=function(data,status){for(var i=0,max=callbacks.length;i<max;i++)
callbacks[i].apply(options,[data,status,$form]);};var files=$('input:file',this).fieldValue();var found=false;for(var j=0;j<files.length;j++)
if(files[j])
found=true;if(options.iframe||found){if(options.closeKeepAlive)
$.get(options.closeKeepAlive,fileUpload);else
fileUpload();}
else
$.ajax(options);this.trigger('form-submit-notify',[this,options]);return this;function fileUpload(){var form=$form[0];if($(':input[name=submit]',form).length){alert('Error: Form elements must not be named "submit".');return;}
var opts=$.extend({},$.ajaxSettings,options);var s=jQuery.extend(true,{},$.extend(true,{},$.ajaxSettings),opts);var id='jqFormIO'+(new Date().getTime());var $io=$('<iframe id="'+id+'" name="'+id+'" src="about:blank" />');var io=$io[0];$io.css({position:'absolute',top:'-1000px',left:'-1000px'});var xhr={aborted:0,responseText:null,responseXML:null,status:0,statusText:'n/a',getAllResponseHeaders:function(){},getResponseHeader:function(){},setRequestHeader:function(){},abort:function(){this.aborted=1;$io.attr('src','about:blank');}};var g=opts.global;if(g&&!$.active++)$.event.trigger("ajaxStart");if(g)$.event.trigger("ajaxSend",[xhr,opts]);if(s.beforeSend&&s.beforeSend(xhr,s)===false){s.global&&jQuery.active--;return;}
if(xhr.aborted)
return;var cbInvoked=0;var timedOut=0;var sub=form.clk;if(sub){var n=sub.name;if(n&&!sub.disabled){options.extraData=options.extraData||{};options.extraData[n]=sub.value;if(sub.type=="image"){options.extraData[name+'.x']=form.clk_x;options.extraData[name+'.y']=form.clk_y;}}}
setTimeout(function(){var t=$form.attr('target'),a=$form.attr('action');form.setAttribute('target',id);if(form.getAttribute('method')!='POST')
form.setAttribute('method','POST');if(form.getAttribute('action')!=opts.url)
form.setAttribute('action',opts.url);if(!options.skipEncodingOverride){$form.attr({encoding:'multipart/form-data',enctype:'multipart/form-data'});}
if(opts.timeout)
setTimeout(function(){timedOut=true;cb();},opts.timeout);var extraInputs=[];try{if(options.extraData)
for(var n in options.extraData)
extraInputs.push($('<input type="hidden" name="'+n+'" value="'+options.extraData[n]+'" />').appendTo(form)[0]);$io.appendTo('body');io.attachEvent?io.attachEvent('onload',cb):io.addEventListener('load',cb,false);form.submit();}
finally{form.setAttribute('action',a);t?form.setAttribute('target',t):$form.removeAttr('target');$(extraInputs).remove();}},10);var nullCheckFlag=0;function cb(){if(cbInvoked++)return;io.detachEvent?io.detachEvent('onload',cb):io.removeEventListener('load',cb,false);var ok=true;try{if(timedOut)throw'timeout';var data,doc;doc=io.contentWindow?io.contentWindow.document:io.contentDocument?io.contentDocument:io.document;if((doc.body==null||doc.body.innerHTML=='')&&!nullCheckFlag){nullCheckFlag=1;cbInvoked--;setTimeout(cb,100);return;}
xhr.responseText=doc.body?doc.body.innerHTML:null;xhr.responseXML=doc.XMLDocument?doc.XMLDocument:doc;xhr.getResponseHeader=function(header){var headers={'content-type':opts.dataType};return headers[header];};if(opts.dataType=='json'||opts.dataType=='script'){var ta=doc.getElementsByTagName('textarea')[0];xhr.responseText=ta?ta.value:xhr.responseText;}
else if(opts.dataType=='xml'&&!xhr.responseXML&&xhr.responseText!=null){xhr.responseXML=toXml(xhr.responseText);}
data=$.httpData(xhr,opts.dataType);}
catch(e){ok=false;$.handleError(opts,xhr,'error',e);}
if(ok){opts.success(data,'success');if(g)$.event.trigger("ajaxSuccess",[xhr,opts]);}
if(g)$.event.trigger("ajaxComplete",[xhr,opts]);if(g&&!--$.active)$.event.trigger("ajaxStop");if(opts.complete)opts.complete(xhr,ok?'success':'error');setTimeout(function(){$io.remove();xhr.responseXML=null;},100);};function toXml(s,doc){if(window.ActiveXObject){doc=new ActiveXObject('Microsoft.XMLDOM');doc.async='false';doc.loadXML(s);}
else
doc=(new DOMParser()).parseFromString(s,'text/xml');return(doc&&doc.documentElement&&doc.documentElement.tagName!='parsererror')?doc:null;};};};$.fn.ajaxForm=function(options){return this.ajaxFormUnbind().bind('submit.form-plugin',function(){$(this).ajaxSubmit(options);return false;}).each(function(){$(":submit,input:image",this).bind('click.form-plugin',function(e){var form=this.form;form.clk=this;if(this.type=='image'){if(e.offsetX!=undefined){form.clk_x=e.offsetX;form.clk_y=e.offsetY;}else if(typeof $.fn.offset=='function'){var offset=$(this).offset();form.clk_x=e.pageX-offset.left;form.clk_y=e.pageY-offset.top;}else{form.clk_x=e.pageX-this.offsetLeft;form.clk_y=e.pageY-this.offsetTop;}}
setTimeout(function(){form.clk=form.clk_x=form.clk_y=null;},10);});});};$.fn.ajaxFormUnbind=function(){this.unbind('submit.form-plugin');return this.each(function(){$(":submit,input:image",this).unbind('click.form-plugin');});};$.fn.formToArray=function(semantic){var a=[];if(this.length==0)return a;var form=this[0];var els=semantic?form.getElementsByTagName('*'):form.elements;if(!els)return a;for(var i=0,max=els.length;i<max;i++){var el=els[i];var n=el.name;if(!n)continue;if(semantic&&form.clk&&el.type=="image"){if(!el.disabled&&form.clk==el)
a.push({name:n+'.x',value:form.clk_x},{name:n+'.y',value:form.clk_y});continue;}
var v=$.fieldValue(el,true);if(v&&v.constructor==Array){for(var j=0,jmax=v.length;j<jmax;j++)
a.push({name:n,value:v[j]});}
else if(v!==null&&typeof v!='undefined')
a.push({name:n,value:v});}
if(!semantic&&form.clk){var inputs=form.getElementsByTagName("input");for(var i=0,max=inputs.length;i<max;i++){var input=inputs[i];var n=input.name;if(n&&!input.disabled&&input.type=="image"&&form.clk==input)
a.push({name:n+'.x',value:form.clk_x},{name:n+'.y',value:form.clk_y});}}
return a;};$.fn.formSerialize=function(semantic){return $.param(this.formToArray(semantic));};$.fn.fieldSerialize=function(successful){var a=[];this.each(function(){var n=this.name;if(!n)return;var v=$.fieldValue(this,successful);if(v&&v.constructor==Array){for(var i=0,max=v.length;i<max;i++)
a.push({name:n,value:v[i]});}
else if(v!==null&&typeof v!='undefined')
a.push({name:this.name,value:v});});return $.param(a);};$.fn.fieldValue=function(successful){for(var val=[],i=0,max=this.length;i<max;i++){var el=this[i];var v=$.fieldValue(el,successful);if(v===null||typeof v=='undefined'||(v.constructor==Array&&!v.length))
continue;v.constructor==Array?$.merge(val,v):val.push(v);}
return val;};$.fieldValue=function(el,successful){var n=el.name,t=el.type,tag=el.tagName.toLowerCase();if(typeof successful=='undefined')successful=true;if(successful&&(!n||el.disabled||t=='reset'||t=='button'||(t=='checkbox'||t=='radio')&&!el.checked||(t=='submit'||t=='image')&&el.form&&el.form.clk!=el||tag=='select'&&el.selectedIndex==-1))
return null;if(tag=='select'){var index=el.selectedIndex;if(index<0)return null;var a=[],ops=el.options;var one=(t=='select-one');var max=(one?index+1:ops.length);for(var i=(one?index:0);i<max;i++){var op=ops[i];if(op.selected){var v=op.value;if(!v)
v=(op.attributes&&op.attributes['value']&&!(op.attributes['value'].specified))?op.text:op.value;if(one)return v;a.push(v);}}
return a;}
return el.value;};$.fn.clearForm=function(){return this.each(function(){$('input,select,textarea',this).clearFields();});};$.fn.clearFields=$.fn.clearInputs=function(){return this.each(function(){var t=this.type,tag=this.tagName.toLowerCase();if(t=='text'||t=='password'||tag=='textarea')
this.value='';else if(t=='checkbox'||t=='radio')
this.checked=false;else if(tag=='select')
this.selectedIndex=-1;});};$.fn.resetForm=function(){return this.each(function(){if(typeof this.reset=='function'||(typeof this.reset=='object'&&!this.reset.nodeType))
this.reset();});};$.fn.enable=function(b){if(b==undefined)b=true;return this.each(function(){this.disabled=!b;});};$.fn.selected=function(select){if(select==undefined)select=true;return this.each(function(){var t=this.type;if(t=='checkbox'||t=='radio')
this.checked=select;else if(this.tagName.toLowerCase()=='option'){var $sel=$(this).parent('select');if(select&&$sel[0]&&$sel[0].type=='select-one'){$sel.find('option').selected(false);}
this.selected=select;}});};function log(){if($.fn.ajaxSubmit.debug&&window.console&&window.console.log)
window.console.log('[jquery.form] '+Array.prototype.join.call(arguments,''));};})(jQuery);;(function($){$.extend($.fn,{validate:function(options){if(!this.length){options&&options.debug&&window.console&&console.warn("nothing selected, can't validate, returning nothing");return;}var validator=$.data(this[0],'validator');if(validator){return validator;}validator=new $.validator(options,this[0]);$.data(this[0],'validator',validator);if(validator.settings.onsubmit){this.find("input, button").filter(".cancel").click(function(){validator.cancelSubmit=true;});if(validator.settings.submitHandler){this.find("input, button").filter(":submit").click(function(){validator.submitButton=this;});}this.submit(function(event){if(validator.settings.debug)event.preventDefault();function handle(){if(validator.settings.submitHandler){if(validator.submitButton){var hidden=$("<input type='hidden'/>").attr("name",validator.submitButton.name).val(validator.submitButton.value).appendTo(validator.currentForm);}validator.settings.submitHandler.call(validator,validator.currentForm);if(validator.submitButton){hidden.remove();}return false;}return true;}if(validator.cancelSubmit){validator.cancelSubmit=false;return handle();}if(validator.form()){if(validator.pendingRequest){validator.formSubmitted=true;return false;}return handle();}else{validator.focusInvalid();return false;}});}return validator;},valid:function(){if($(this[0]).is('form')){return this.validate().form();}else{var valid=true;var validator=$(this[0].form).validate();this.each(function(){valid&=validator.element(this);});return valid;}},removeAttrs:function(attributes){var result={},$element=this;$.each(attributes.split(/\s/),function(index,value){result[value]=$element.attr(value);$element.removeAttr(value);});return result;},rules:function(command,argument){var element=this[0];if(command){var settings=$.data(element.form,'validator').settings;var staticRules=settings.rules;var existingRules=$.validator.staticRules(element);switch(command){case"add":$.extend(existingRules,$.validator.normalizeRule(argument));staticRules[element.name]=existingRules;if(argument.messages)settings.messages[element.name]=$.extend(settings.messages[element.name],argument.messages);break;case"remove":if(!argument){delete staticRules[element.name];return existingRules;}var filtered={};$.each(argument.split(/\s/),function(index,method){filtered[method]=existingRules[method];delete existingRules[method];});return filtered;}}var data=$.validator.normalizeRules($.extend({},$.validator.metadataRules(element),$.validator.classRules(element),$.validator.attributeRules(element),$.validator.staticRules(element)),element);if(data.required){var param=data.required;delete data.required;data=$.extend({required:param},data);}return data;}});$.extend($.expr[":"],{blank:function(a){return!$.trim(a.value);},filled:function(a){return!!$.trim(a.value);},unchecked:function(a){return!a.checked;}});$.validator=function(options,form){this.settings=$.extend({},$.validator.defaults,options);this.currentForm=form;this.init();};$.validator.format=function(source,params){if(arguments.length==1)return function(){var args=$.makeArray(arguments);args.unshift(source);return $.validator.format.apply(this,args);};if(arguments.length>2&&params.constructor!=Array){params=$.makeArray(arguments).slice(1);}if(params.constructor!=Array){params=[params];}$.each(params,function(i,n){source=source.replace(new RegExp("\\{"+i+"\\}","g"),n);});return source;};$.extend($.validator,{defaults:{messages:{},groups:{},rules:{},errorClass:"error",validClass:"valid",errorElement:"label",focusInvalid:true,errorContainer:$([]),errorLabelContainer:$([]),onsubmit:true,ignore:[],ignoreTitle:false,onfocusin:function(element){this.lastActive=element;if(this.settings.focusCleanup&&!this.blockFocusCleanup){this.settings.unhighlight&&this.settings.unhighlight.call(this,element,this.settings.errorClass,this.settings.validClass);this.errorsFor(element).hide();}},onfocusout:function(element){if(!this.checkable(element)&&(element.name in this.submitted||!this.optional(element))){this.element(element);}},onkeyup:function(element){if(element.name in this.submitted||element==this.lastElement){this.element(element);}},onclick:function(element){if(element.name in this.submitted)this.element(element);},highlight:function(element,errorClass,validClass){$(element).addClass(errorClass).removeClass(validClass);},unhighlight:function(element,errorClass,validClass){$(element).removeClass(errorClass).addClass(validClass);}},setDefaults:function(settings){$.extend($.validator.defaults,settings);},messages:{required:"This field is required.",remote:"Please fix this field.",email:"Please enter a valid email address.",url:"Please enter a valid URL.",date:"Please enter a valid date.",dateISO:"Please enter a valid date (ISO).",dateDE:"Bitte geben Sie ein gültiges Datum ein.",number:"Please enter a valid number.",numberDE:"Bitte geben Sie eine Nummer ein.",digits:"Please enter only digits",creditcard:"Please enter a valid credit card number.",equalTo:"Please enter the same value again.",accept:"Please enter a value with a valid extension.",maxlength:$.validator.format("Please enter no more than {0} characters."),minlength:$.validator.format("Please enter at least {0} characters."),rangelength:$.validator.format("Please enter a value between {0} and {1} characters long."),range:$.validator.format("Please enter a value between {0} and {1}."),max:$.validator.format("Please enter a value less than or equal to {0}."),min:$.validator.format("Please enter a value greater than or equal to {0}.")},autoCreateRanges:false,prototype:{init:function(){this.labelContainer=$(this.settings.errorLabelContainer);this.errorContext=this.labelContainer.length&&this.labelContainer||$(this.currentForm);this.containers=$(this.settings.errorContainer).add(this.settings.errorLabelContainer);this.submitted={};this.valueCache={};this.pendingRequest=0;this.pending={};this.invalid={};this.reset();var groups=(this.groups={});$.each(this.settings.groups,function(key,value){$.each(value.split(/\s/),function(index,name){groups[name]=key;});});var rules=this.settings.rules;$.each(rules,function(key,value){rules[key]=$.validator.normalizeRule(value);});function delegate(event){var validator=$.data(this[0].form,"validator");validator.settings["on"+event.type]&&validator.settings["on"+event.type].call(validator,this[0]);}$(this.currentForm).delegate("focusin focusout keyup",":text, :password, :file, select, textarea",delegate).delegate("click",":radio, :checkbox",delegate);if(this.settings.invalidHandler)$(this.currentForm).bind("invalid-form.validate",this.settings.invalidHandler);},form:function(){this.checkForm();$.extend(this.submitted,this.errorMap);this.invalid=$.extend({},this.errorMap);if(!this.valid())$(this.currentForm).triggerHandler("invalid-form",[this]);this.showErrors();return this.valid();},checkForm:function(){this.prepareForm();for(var i=0,elements=(this.currentElements=this.elements());elements[i];i++){this.check(elements[i]);}return this.valid();},element:function(element){element=this.clean(element);this.lastElement=element;this.prepareElement(element);this.currentElements=$(element);var result=this.check(element);if(result){delete this.invalid[element.name];}else{this.invalid[element.name]=true;}if(!this.numberOfInvalids()){this.toHide=this.toHide.add(this.containers);}this.showErrors();return result;},showErrors:function(errors){if(errors){$.extend(this.errorMap,errors);this.errorList=[];for(var name in errors){this.errorList.push({message:errors[name],element:this.findByName(name)[0]});}this.successList=$.grep(this.successList,function(element){return!(element.name in errors);});}this.settings.showErrors?this.settings.showErrors.call(this,this.errorMap,this.errorList):this.defaultShowErrors();},resetForm:function(){if($.fn.resetForm)$(this.currentForm).resetForm();this.submitted={};this.prepareForm();this.hideErrors();this.elements().removeClass(this.settings.errorClass);},numberOfInvalids:function(){return this.objectLength(this.invalid);},objectLength:function(obj){var count=0;for(var i in obj)count++;return count;},hideErrors:function(){this.addWrapper(this.toHide).hide();},valid:function(){return this.size()==0;},size:function(){return this.errorList.length;},focusInvalid:function(){if(this.settings.focusInvalid){try{$(this.findLastActive()||this.errorList.length&&this.errorList[0].element||[]).filter(":visible").focus();}catch(e){}}},findLastActive:function(){var lastActive=this.lastActive;return lastActive&&$.grep(this.errorList,function(n){return n.element.name==lastActive.name;}).length==1&&lastActive;},elements:function(){var validator=this,rulesCache={};return $([]).add(this.currentForm.elements).filter(":input").not(":submit, :reset, :image, [disabled]").not(this.settings.ignore).filter(function(){!this.name&&validator.settings.debug&&window.console&&console.error("%o has no name assigned",this);if(this.name in rulesCache||!validator.objectLength($(this).rules()))return false;rulesCache[this.name]=true;return true;});},clean:function(selector){return $(selector)[0];},errors:function(){return $(this.settings.errorElement+"."+this.settings.errorClass,this.errorContext);},reset:function(){this.successList=[];this.errorList=[];this.errorMap={};this.toShow=$([]);this.toHide=$([]);this.formSubmitted=false;this.currentElements=$([]);},prepareForm:function(){this.reset();this.toHide=this.errors().add(this.containers);},prepareElement:function(element){this.reset();this.toHide=this.errorsFor(element);},check:function(element){element=this.clean(element);if(this.checkable(element)){element=this.findByName(element.name)[0];}var rules=$(element).rules();var dependencyMismatch=false;for(method in rules){var rule={method:method,parameters:rules[method]};try{var result=$.validator.methods[method].call(this,element.value.replace(/\r/g,""),element,rule.parameters);if(result=="dependency-mismatch"){dependencyMismatch=true;continue;}dependencyMismatch=false;if(result=="pending"){this.toHide=this.toHide.not(this.errorsFor(element));return;}if(!result){this.formatAndAdd(element,rule);return false;}}catch(e){this.settings.debug&&window.console&&console.log("exception occured when checking element "+element.id
+", check the '"+rule.method+"' method");throw e;}}if(dependencyMismatch)return;if(this.objectLength(rules))this.successList.push(element);return true;},customMetaMessage:function(element,method){if(!$.metadata)return;var meta=this.settings.meta?$(element).metadata()[this.settings.meta]:$(element).metadata();return meta&&meta.messages&&meta.messages[method];},customMessage:function(name,method){var m=this.settings.messages[name];return m&&(m.constructor==String?m:m[method]);},findDefined:function(){for(var i=0;i<arguments.length;i++){if(arguments[i]!==undefined)return arguments[i];}return undefined;},defaultMessage:function(element,method){return this.findDefined(this.customMessage(element.name,method),this.customMetaMessage(element,method),!this.settings.ignoreTitle&&element.title||undefined,$.validator.messages[method],"<strong>Warning: No message defined for "+element.name+"</strong>");},formatAndAdd:function(element,rule){var message=this.defaultMessage(element,rule.method);if(typeof message=="function")message=message.call(this,rule.parameters,element);this.errorList.push({message:message,element:element});this.errorMap[element.name]=message;this.submitted[element.name]=message;},addWrapper:function(toToggle){if(this.settings.wrapper)toToggle=toToggle.add(toToggle.parent(this.settings.wrapper));return toToggle;},defaultShowErrors:function(){for(var i=0;this.errorList[i];i++){var error=this.errorList[i];this.settings.highlight&&this.settings.highlight.call(this,error.element,this.settings.errorClass,this.settings.validClass);this.showLabel(error.element,error.message);}if(this.errorList.length){this.toShow=this.toShow.add(this.containers);}if(this.settings.success){for(var i=0;this.successList[i];i++){this.showLabel(this.successList[i]);}}if(this.settings.unhighlight){for(var i=0,elements=this.validElements();elements[i];i++){this.settings.unhighlight.call(this,elements[i],this.settings.errorClass,this.settings.validClass);}}this.toHide=this.toHide.not(this.toShow);this.hideErrors();this.addWrapper(this.toShow).show();},validElements:function(){return this.currentElements.not(this.invalidElements());},invalidElements:function(){return $(this.errorList).map(function(){return this.element;});},showLabel:function(element,message){var label=this.errorsFor(element);if(label.length){label.removeClass().addClass(this.settings.errorClass);label.attr("generated")&&label.html(message);}else{label=$("<"+this.settings.errorElement+"/>").attr({"for":this.idOrName(element),generated:true}).addClass(this.settings.errorClass).html(message||"");if(this.settings.wrapper){label=label.hide().show().wrap("<"+this.settings.wrapper+"/>").parent();}if(!this.labelContainer.append(label).length)this.settings.errorPlacement?this.settings.errorPlacement(label,$(element)):label.insertAfter(element);}if(!message&&this.settings.success){label.text("");typeof this.settings.success=="string"?label.addClass(this.settings.success):this.settings.success(label);}this.toShow=this.toShow.add(label);},errorsFor:function(element){return this.errors().filter("[for='"+this.idOrName(element)+"']");},idOrName:function(element){return this.groups[element.name]||(this.checkable(element)?element.name:element.id||element.name);},checkable:function(element){return/radio|checkbox/i.test(element.type);},findByName:function(name){var form=this.currentForm;return $(document.getElementsByName(name)).map(function(index,element){return element.form==form&&element.name==name&&element||null;});},getLength:function(value,element){switch(element.nodeName.toLowerCase()){case'select':return $("option:selected",element).length;case'input':if(this.checkable(element))return this.findByName(element.name).filter(':checked').length;}return value.length;},depend:function(param,element){return this.dependTypes[typeof param]?this.dependTypes[typeof param](param,element):true;},dependTypes:{"boolean":function(param,element){return param;},"string":function(param,element){return!!$(param,element.form).length;},"function":function(param,element){return param(element);}},optional:function(element){return!$.validator.methods.required.call(this,$.trim(element.value),element)&&"dependency-mismatch";},startRequest:function(element){if(!this.pending[element.name]){this.pendingRequest++;this.pending[element.name]=true;}},stopRequest:function(element,valid){this.pendingRequest--;if(this.pendingRequest<0)this.pendingRequest=0;delete this.pending[element.name];if(valid&&this.pendingRequest==0&&this.formSubmitted&&this.form()){$(this.currentForm).submit();}else if(!valid&&this.pendingRequest==0&&this.formSubmitted){$(this.currentForm).triggerHandler("invalid-form",[this]);}},previousValue:function(element){return $.data(element,"previousValue")||$.data(element,"previousValue",previous={old:null,valid:true,message:this.defaultMessage(element,"remote")});}},classRuleSettings:{required:{required:true},email:{email:true},url:{url:true},date:{date:true},dateISO:{dateISO:true},dateDE:{dateDE:true},number:{number:true},numberDE:{numberDE:true},digits:{digits:true},creditcard:{creditcard:true}},addClassRules:function(className,rules){className.constructor==String?this.classRuleSettings[className]=rules:$.extend(this.classRuleSettings,className);},classRules:function(element){var rules={};var classes=$(element).attr('class');classes&&$.each(classes.split(' '),function(){if(this in $.validator.classRuleSettings){$.extend(rules,$.validator.classRuleSettings[this]);}});return rules;},attributeRules:function(element){var rules={};var $element=$(element);for(method in $.validator.methods){var value=$element.attr(method);if(value){rules[method]=value;}}if(rules.maxlength&&/-1|2147483647|524288/.test(rules.maxlength)){delete rules.maxlength;}return rules;},metadataRules:function(element){if(!$.metadata)return{};var meta=$.data(element.form,'validator').settings.meta;return meta?$(element).metadata()[meta]:$(element).metadata();},staticRules:function(element){var rules={};var validator=$.data(element.form,'validator');if(validator.settings.rules){rules=$.validator.normalizeRule(validator.settings.rules[element.name])||{};}return rules;},normalizeRules:function(rules,element){$.each(rules,function(prop,val){if(val===false){delete rules[prop];return;}if(val.param||val.depends){var keepRule=true;switch(typeof val.depends){case"string":keepRule=!!$(val.depends,element.form).length;break;case"function":keepRule=val.depends.call(element,element);break;}if(keepRule){rules[prop]=val.param!==undefined?val.param:true;}else{delete rules[prop];}}});$.each(rules,function(rule,parameter){rules[rule]=$.isFunction(parameter)?parameter(element):parameter;});$.each(['minlength','maxlength','min','max'],function(){if(rules[this]){rules[this]=Number(rules[this]);}});$.each(['rangelength','range'],function(){if(rules[this]){rules[this]=[Number(rules[this][0]),Number(rules[this][1])];}});if($.validator.autoCreateRanges){if(rules.min&&rules.max){rules.range=[rules.min,rules.max];delete rules.min;delete rules.max;}if(rules.minlength&&rules.maxlength){rules.rangelength=[rules.minlength,rules.maxlength];delete rules.minlength;delete rules.maxlength;}}if(rules.messages){delete rules.messages}return rules;},normalizeRule:function(data){if(typeof data=="string"){var transformed={};$.each(data.split(/\s/),function(){transformed[this]=true;});data=transformed;}return data;},addMethod:function(name,method,message){$.validator.methods[name]=method;$.validator.messages[name]=message||$.validator.messages[name];if(method.length<3){$.validator.addClassRules(name,$.validator.normalizeRule(name));}},methods:{required:function(value,element,param){if(!this.depend(param,element))return"dependency-mismatch";switch(element.nodeName.toLowerCase()){case'select':var options=$("option:selected",element);return options.length>0&&(element.type=="select-multiple"||($.browser.msie&&!(options[0].attributes['value'].specified)?options[0].text:options[0].value).length>0);case'input':if(this.checkable(element))return this.getLength(value,element)>0;default:return $.trim(value).length>0;}},remote:function(value,element,param){if(this.optional(element))return"dependency-mismatch";var previous=this.previousValue(element);if(!this.settings.messages[element.name])this.settings.messages[element.name]={};this.settings.messages[element.name].remote=typeof previous.message=="function"?previous.message(value):previous.message;param=typeof param=="string"&&{url:param}||param;if(previous.old!==value){previous.old=value;var validator=this;this.startRequest(element);var data={};data[element.name]=value;$.ajax($.extend(true,{url:param,mode:"abort",port:"validate"+element.name,dataType:"json",data:data,success:function(response){var valid=response===true;if(valid){var submitted=validator.formSubmitted;validator.prepareElement(element);validator.formSubmitted=submitted;validator.successList.push(element);validator.showErrors();}else{var errors={};errors[element.name]=previous.message=response||validator.defaultMessage(element,"remote");validator.showErrors(errors);}previous.valid=valid;validator.stopRequest(element,valid);}},param));return"pending";}else if(this.pending[element.name]){return"pending";}return previous.valid;},minlength:function(value,element,param){return this.optional(element)||this.getLength($.trim(value),element)>=param;},maxlength:function(value,element,param){return this.optional(element)||this.getLength($.trim(value),element)<=param;},rangelength:function(value,element,param){var length=this.getLength($.trim(value),element);return this.optional(element)||(length>=param[0]&&length<=param[1]);},min:function(value,element,param){return this.optional(element)||value>=param;},max:function(value,element,param){return this.optional(element)||value<=param;},range:function(value,element,param){return this.optional(element)||(value>=param[0]&&value<=param[1]);},email:function(value,element){return this.optional(element)||/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i.test(value);},url:function(value,element){return this.optional(element)||/^(https?|ftp):\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i.test(value);},date:function(value,element){return this.optional(element)||!/Invalid|NaN/.test(new Date(value));},dateISO:function(value,element){return this.optional(element)||/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(value);},dateDE:function(value,element){return this.optional(element)||/^\d\d?\.\d\d?\.\d\d\d?\d?$/.test(value);},number:function(value,element){return this.optional(element)||/^-?(?:\d+|\d{1,3}(?:,\d{3})+)(?:\.\d+)?$/.test(value);},numberDE:function(value,element){return this.optional(element)||/^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(value);},digits:function(value,element){return this.optional(element)||/^\d+$/.test(value);},creditcard:function(value,element){if(this.optional(element))return"dependency-mismatch";if(/[^0-9-]+/.test(value))return false;var nCheck=0,nDigit=0,bEven=false;value=value.replace(/\D/g,"");for(n=value.length-1;n>=0;n--){var cDigit=value.charAt(n);var nDigit=parseInt(cDigit,10);if(bEven){if((nDigit*=2)>9)nDigit-=9;}nCheck+=nDigit;bEven=!bEven;}return(nCheck%10)==0;},accept:function(value,element,param){param=typeof param=="string"?param.replace(/,/g,'|'):"png|jpe?g|gif";return this.optional(element)||value.match(new RegExp(".("+param+")$","i"));},equalTo:function(value,element,param){return value==$(param).val();}}});$.format=$.validator.format;})(jQuery);;(function($){var ajax=$.ajax;var pendingRequests={};$.ajax=function(settings){settings=$.extend(settings,$.extend({},$.ajaxSettings,settings));var port=settings.port;if(settings.mode=="abort"){if(pendingRequests[port]){pendingRequests[port].abort();}return(pendingRequests[port]=ajax.apply(this,arguments));}return ajax.apply(this,arguments);};})(jQuery);;(function($){$.each({focus:'focusin',blur:'focusout'},function(original,fix){$.event.special[fix]={setup:function(){if($.browser.msie)return false;this.addEventListener(original,$.event.special[fix].handler,true);},teardown:function(){if($.browser.msie)return false;this.removeEventListener(original,$.event.special[fix].handler,true);},handler:function(e){arguments[0]=$.event.fix(e);arguments[0].type=fix;return $.event.handle.apply(this,arguments);}};});$.extend($.fn,{delegate:function(type,delegate,handler){return this.bind(type,function(event){var target=$(event.target);if(target.is(delegate)){return handler.apply(target,arguments);}});},triggerEvent:function(type,target){return this.triggerHandler(type,[$.event.fix({type:type,target:target})]);}})})(jQuery);;(function($){$.event.special.mousewheel={setup:function(){var handler=$.event.special.mousewheel.handler;if($.browser.mozilla)
$(this).bind('mousemove.mousewheel',function(event){$.data(this,'mwcursorposdata',{pageX:event.pageX,pageY:event.pageY,clientX:event.clientX,clientY:event.clientY});});if(this.addEventListener)
this.addEventListener(($.browser.mozilla?'DOMMouseScroll':'mousewheel'),handler,false);else
this.onmousewheel=handler;},teardown:function(){var handler=$.event.special.mousewheel.handler;$(this).unbind('mousemove.mousewheel');if(this.removeEventListener)
this.removeEventListener(($.browser.mozilla?'DOMMouseScroll':'mousewheel'),handler,false);else
this.onmousewheel=function(){};$.removeData(this,'mwcursorposdata');},handler:function(event){var args=Array.prototype.slice.call(arguments,1);event=$.event.fix(event||window.event);$.extend(event,$.data(this,'mwcursorposdata')||{});var delta=0,returnValue=true;if(event.wheelDelta)delta=event.wheelDelta/120;if(event.detail)delta=-event.detail/3;event.data=event.data||{};event.type="mousewheel";args.unshift(delta);args.unshift(event);return $.event.handle.apply(this,args);}};$.fn.extend({mousewheel:function(fn){return fn?this.bind("mousewheel",fn):this.trigger("mousewheel");},unmousewheel:function(fn){return this.unbind("mousewheel",fn);}});})(jQuery);;(function($){$.jScrollPane={active:[]};$.fn.jScrollPane=function(settings)
{settings=$.extend({},$.fn.jScrollPane.defaults,settings);var rf=function(){return false;};return this.each(function()
{var $this=$(this);var paneEle=this;var currentScrollPosition=0;var paneWidth;var paneHeight;var trackHeight;var trackOffset=settings.topCapHeight;if($(this).parent().is('.jScrollPaneContainer')){currentScrollPosition=settings.maintainPosition?$this.position().top:0;var $c=$(this).parent();paneWidth=$c.innerWidth();paneHeight=$c.outerHeight();$('>.jScrollPaneTrack, >.jScrollArrowUp, >.jScrollArrowDown, >.jScollCap',$c).remove();$this.css({'top':0});}else{$this.data('originalStyleTag',$this.attr('style'));$this.css('overflow','hidden');this.originalPadding=$this.css('paddingTop')+' '+$this.css('paddingRight')+' '+$this.css('paddingBottom')+' '+$this.css('paddingLeft');this.originalSidePaddingTotal=(parseInt($this.css('paddingLeft'))||0)+(parseInt($this.css('paddingRight'))||0);paneWidth=$this.innerWidth();paneHeight=$this.innerHeight();var $container=$('<div></div>').attr({'className':'jScrollPaneContainer'}).css({'height':paneHeight+'px','width':paneWidth+'px'});if(settings.enableKeyboardNavigation){$container.attr('tabindex',settings.tabIndex);}
$this.wrap($container);$(document).bind('emchange',function(e,cur,prev)
{$this.jScrollPane(settings);});}
trackHeight=paneHeight;if(settings.reinitialiseOnImageLoad){var $imagesToLoad=$.data(paneEle,'jScrollPaneImagesToLoad')||$('img',$this);var loadedImages=[];if($imagesToLoad.length){$imagesToLoad.each(function(i,val){$(this).bind('load readystatechange',function(){if($.inArray(i,loadedImages)==-1){loadedImages.push(val);$imagesToLoad=$.grep($imagesToLoad,function(n,i){return n!=val;});$.data(paneEle,'jScrollPaneImagesToLoad',$imagesToLoad);var s2=$.extend(settings,{reinitialiseOnImageLoad:false});$this.jScrollPane(s2);}}).each(function(i,val){if(this.complete||this.complete===undefined){this.src=this.src;}});});};}
var p=this.originalSidePaddingTotal;var realPaneWidth=paneWidth-settings.scrollbarWidth-settings.scrollbarMargin-p;var cssToApply={'height':'auto','width':realPaneWidth+'px'}
if(settings.scrollbarOnLeft){cssToApply.paddingLeft=settings.scrollbarMargin+settings.scrollbarWidth+'px';}else{cssToApply.paddingRight=settings.scrollbarMargin+'px';}
$this.css(cssToApply);var contentHeight=$this.outerHeight();var percentInView=paneHeight/contentHeight;if(percentInView<.99){var $container=$this.parent();$container.append($('<div></div>').addClass('jScrollCap jScrollCapTop').css({height:settings.topCapHeight}),$('<div></div>').attr({'className':'jScrollPaneTrack'}).css({'width':settings.scrollbarWidth+'px'}).append($('<div></div>').attr({'className':'jScrollPaneDrag'}).css({'width':settings.scrollbarWidth+'px'}).append($('<div></div>').attr({'className':'jScrollPaneDragTop'}).css({'width':settings.scrollbarWidth+'px'}),$('<div></div>').attr({'className':'jScrollPaneDragBottom'}).css({'width':settings.scrollbarWidth+'px'}))),$('<div></div>').addClass('jScrollCap jScrollCapBottom').css({height:settings.bottomCapHeight}));var $track=$('>.jScrollPaneTrack',$container);var $drag=$('>.jScrollPaneTrack .jScrollPaneDrag',$container);var currentArrowDirection;var currentArrowTimerArr=[];var currentArrowInc;var whileArrowButtonDown=function()
{if(currentArrowInc>4||currentArrowInc%4==0){positionDrag(dragPosition+currentArrowDirection*mouseWheelMultiplier);}
currentArrowInc++;};if(settings.enableKeyboardNavigation){$container.bind('keydown.jscrollpane',function(e)
{switch(e.keyCode){case 38:currentArrowDirection=-1;currentArrowInc=0;whileArrowButtonDown();currentArrowTimerArr[currentArrowTimerArr.length]=setInterval(whileArrowButtonDown,100);return false;case 40:currentArrowDirection=1;currentArrowInc=0;whileArrowButtonDown();currentArrowTimerArr[currentArrowTimerArr.length]=setInterval(whileArrowButtonDown,100);return false;case 33:case 34:return false;default:}}).bind('keyup.jscrollpane',function(e)
{if(e.keyCode==38||e.keyCode==40){for(var i=0;i<currentArrowTimerArr.length;i++){clearInterval(currentArrowTimerArr[i]);}
return false;}});}
if(settings.showArrows){var currentArrowButton;var currentArrowInterval;var onArrowMouseUp=function(event)
{$('html').unbind('mouseup',onArrowMouseUp);currentArrowButton.removeClass('jScrollActiveArrowButton');clearInterval(currentArrowInterval);};var onArrowMouseDown=function(){$('html').bind('mouseup',onArrowMouseUp);currentArrowButton.addClass('jScrollActiveArrowButton');currentArrowInc=0;whileArrowButtonDown();currentArrowInterval=setInterval(whileArrowButtonDown,100);};$container.append($('<a></a>').attr({'href':'javascript:;','className':'jScrollArrowUp','tabindex':-1}).css({'width':settings.scrollbarWidth+'px','top':settings.topCapHeight+'px'}).html('Scroll up').bind('mousedown',function()
{currentArrowButton=$(this);currentArrowDirection=-1;onArrowMouseDown();this.blur();return false;}).bind('click',rf),$('<a></a>').attr({'href':'javascript:;','className':'jScrollArrowDown','tabindex':-1}).css({'width':settings.scrollbarWidth+'px','bottom':settings.bottomCapHeight+'px'}).html('Scroll down').bind('mousedown',function()
{currentArrowButton=$(this);currentArrowDirection=1;onArrowMouseDown();this.blur();return false;}).bind('click',rf));var $upArrow=$('>.jScrollArrowUp',$container);var $downArrow=$('>.jScrollArrowDown',$container);}
if(settings.arrowSize){trackHeight=paneHeight-settings.arrowSize-settings.arrowSize;trackOffset+=settings.arrowSize;}else if($upArrow){var topArrowHeight=$upArrow.height();settings.arrowSize=topArrowHeight;trackHeight=paneHeight-topArrowHeight-$downArrow.height();trackOffset+=topArrowHeight;}
trackHeight-=settings.topCapHeight+settings.bottomCapHeight;$track.css({'height':trackHeight+'px',top:trackOffset+'px'})
var $pane=$(this).css({'position':'absolute','overflow':'visible'});var currentOffset;var maxY;var mouseWheelMultiplier;var dragPosition=0;var dragMiddle=percentInView*paneHeight/2;var getPos=function(event,c){var p=c=='X'?'Left':'Top';return event['page'+c]||(event['client'+c]+(document.documentElement['scroll'+p]||document.body['scroll'+p]))||0;};var ignoreNativeDrag=function(){return false;};var initDrag=function()
{ceaseAnimation();currentOffset=$drag.offset(false);currentOffset.top-=dragPosition;maxY=trackHeight-$drag[0].offsetHeight;mouseWheelMultiplier=2*settings.wheelSpeed*maxY/contentHeight;};var onStartDrag=function(event)
{initDrag();dragMiddle=getPos(event,'Y')-dragPosition-currentOffset.top;$('html').bind('mouseup',onStopDrag).bind('mousemove',updateScroll);if($.browser.msie){$('html').bind('dragstart',ignoreNativeDrag).bind('selectstart',ignoreNativeDrag);}
return false;};var onStopDrag=function()
{$('html').unbind('mouseup',onStopDrag).unbind('mousemove',updateScroll);dragMiddle=percentInView*paneHeight/2;if($.browser.msie){$('html').unbind('dragstart',ignoreNativeDrag).unbind('selectstart',ignoreNativeDrag);}};var positionDrag=function(destY)
{$container.scrollTop(0);destY=destY<0?0:(destY>maxY?maxY:destY);dragPosition=destY;$drag.css({'top':destY+'px'});var p=destY/maxY;$this.data('jScrollPanePosition',(paneHeight-contentHeight)*-p);$pane.css({'top':((paneHeight-contentHeight)*p)+'px'});$this.trigger('scroll');if(settings.showArrows){$upArrow[destY==0?'addClass':'removeClass']('disabled');$downArrow[destY==maxY?'addClass':'removeClass']('disabled');}};var updateScroll=function(e)
{positionDrag(getPos(e,'Y')-currentOffset.top-dragMiddle);};var dragH=Math.max(Math.min(percentInView*(paneHeight-settings.arrowSize*2),settings.dragMaxHeight),settings.dragMinHeight);$drag.css({'height':dragH+'px'}).bind('mousedown',onStartDrag);var trackScrollInterval;var trackScrollInc;var trackScrollMousePos;var doTrackScroll=function()
{if(trackScrollInc>8||trackScrollInc%4==0){positionDrag((dragPosition-((dragPosition-trackScrollMousePos)/2)));}
trackScrollInc++;};var onStopTrackClick=function()
{clearInterval(trackScrollInterval);$('html').unbind('mouseup',onStopTrackClick).unbind('mousemove',onTrackMouseMove);};var onTrackMouseMove=function(event)
{trackScrollMousePos=getPos(event,'Y')-currentOffset.top-dragMiddle;};var onTrackClick=function(event)
{initDrag();onTrackMouseMove(event);trackScrollInc=0;$('html').bind('mouseup',onStopTrackClick).bind('mousemove',onTrackMouseMove);trackScrollInterval=setInterval(doTrackScroll,100);doTrackScroll();return false;};$track.bind('mousedown',onTrackClick);$container.bind('mousewheel',function(event,delta){delta=delta||(event.wheelDelta?event.wheelDelta/120:(event.detail)?-event.detail/3:0);initDrag();ceaseAnimation();var d=dragPosition;positionDrag(dragPosition-delta*mouseWheelMultiplier);var dragOccured=d!=dragPosition;return!dragOccured;});var _animateToPosition;var _animateToInterval;function animateToPosition()
{var diff=(_animateToPosition-dragPosition)/settings.animateStep;if(diff>1||diff<-1){positionDrag(dragPosition+diff);}else{positionDrag(_animateToPosition);ceaseAnimation();}}
var ceaseAnimation=function()
{if(_animateToInterval){clearInterval(_animateToInterval);delete _animateToPosition;}};var scrollTo=function(pos,preventAni)
{if(typeof pos=="string"){$e=$(pos,$this);if(!$e.length)return;pos=$e.offset().top-$this.offset().top;}
ceaseAnimation();var maxScroll=contentHeight-paneHeight;pos=pos>maxScroll?maxScroll:pos;$this.data('jScrollPaneMaxScroll',maxScroll);var destDragPosition=pos/maxScroll*maxY;if(preventAni||!settings.animateTo){positionDrag(destDragPosition);}else{$container.scrollTop(0);_animateToPosition=destDragPosition;_animateToInterval=setInterval(animateToPosition,settings.animateInterval);}};$this[0].scrollTo=scrollTo;$this[0].scrollBy=function(delta)
{var currentPos=-parseInt($pane.css('top'))||0;scrollTo(currentPos+delta);};initDrag();scrollTo(-currentScrollPosition,true);$('*',this).bind('focus',function(event)
{var $e=$(this);var eleTop=0;while($e[0]!=$this[0]){eleTop+=$e.position().top;$e=$e.offsetParent();}
var viewportTop=-parseInt($pane.css('top'))||0;var maxVisibleEleTop=viewportTop+paneHeight;var eleInView=eleTop>viewportTop&&eleTop<maxVisibleEleTop;if(!eleInView){var destPos=eleTop-settings.scrollbarMargin;if(eleTop>viewportTop){destPos+=$(this).height()+15+settings.scrollbarMargin-paneHeight;}
scrollTo(destPos);}})
if(location.hash){setTimeout(function(){scrollTo(location.hash);},$.browser.safari?100:0);}
$(document).bind('click',function(e)
{$target=$(e.target);if($target.is('a')){var h=$target.attr('href');if(h&&h.substr(0,1)=='#'&&h.length>1){setTimeout(function(){scrollTo(h,!settings.animateToInternalLinks);},$.browser.safari?100:0);}}});function onSelectScrollMouseDown(e)
{$(document).bind('mousemove.jScrollPaneDragging',onTextSelectionScrollMouseMove);$(document).bind('mouseup.jScrollPaneDragging',onSelectScrollMouseUp);}
var textDragDistanceAway;var textSelectionInterval;function onTextSelectionInterval()
{direction=textDragDistanceAway<0?-1:1;$this[0].scrollBy(textDragDistanceAway/2);}
function clearTextSelectionInterval()
{if(textSelectionInterval){clearInterval(textSelectionInterval);textSelectionInterval=undefined;}}
function onTextSelectionScrollMouseMove(e)
{var offset=$this.parent().offset().top;var maxOffset=offset+paneHeight;var mouseOffset=getPos(e,'Y');textDragDistanceAway=mouseOffset<offset?mouseOffset-offset:(mouseOffset>maxOffset?mouseOffset-maxOffset:0);if(textDragDistanceAway==0){clearTextSelectionInterval();}else{if(!textSelectionInterval){textSelectionInterval=setInterval(onTextSelectionInterval,100);}}}
function onSelectScrollMouseUp(e)
{$(document).unbind('mousemove.jScrollPaneDragging').unbind('mouseup.jScrollPaneDragging');clearTextSelectionInterval();}
$container.bind('mousedown.jScrollPane',onSelectScrollMouseDown);$.jScrollPane.active.push($this[0]);}else{$this.css({'height':paneHeight+'px','width':paneWidth-this.originalSidePaddingTotal+'px','padding':this.originalPadding});$this[0].scrollTo=$this[0].scrollBy=function(){};$this.parent().unbind('mousewheel').unbind('mousedown.jScrollPane').unbind('keydown.jscrollpane').unbind('keyup.jscrollpane');}})};$.fn.jScrollPaneRemove=function()
{$(this).each(function()
{$this=$(this);var $c=$this.parent();if($c.is('.jScrollPaneContainer')){$this.css({'top':'','height':'','width':'','padding':'','overflow':'','position':''});$this.attr('style',$this.data('originalStyleTag'));$c.after($this).remove();}});}
$.fn.jScrollPane.defaults={scrollbarWidth:10,scrollbarMargin:5,wheelSpeed:18,showArrows:false,arrowSize:0,animateTo:false,dragMinHeight:1,dragMaxHeight:99999,animateInterval:100,animateStep:3,maintainPosition:true,scrollbarOnLeft:false,reinitialiseOnImageLoad:false,tabIndex:0,enableKeyboardNavigation:true,animateToInternalLinks:false,topCapHeight:0,bottomCapHeight:0};$(window).bind('unload',function(){var els=$.jScrollPane.active;for(var i=0;i<els.length;i++){els[i].scrollTo=els[i].scrollBy=null;}});})(jQuery);;var Cufon=(function(){var M=function(){return M.replace.apply(null,arguments)};var X=M.DOM={ready:(function(){var c=false,e={loaded:1,complete:1};var b=[],d=function(){if(c){return}c=true;for(var f;f=b.shift();f()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",d,false);window.addEventListener("pageshow",d,false)}if(!window.opera&&document.readyState){(function(){e[document.readyState]?d():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");d()}catch(f){setTimeout(arguments.callee,1)}})()}Q(window,"load",d);return function(f){if(!arguments.length){d()}else{c?f():b.push(f)}}})(),root:function(){return document.documentElement||document.body}};var N=M.CSS={Size:function(c,b){this.value=parseFloat(c);this.unit=String(c).match(/[a-z%]*$/)[0]||"px";this.convert=function(d){return d/b*this.value};this.convertFrom=function(d){return d/this.value*b};this.toString=function(){return this.value+this.unit}},addClass:function(c,b){c.className=(c.className&&" ")+b;return c},color:J(function(c){var b={};b.color=c.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(e,d,f){b.opacity=parseFloat(f);return"rgb("+d+")"});return b}),fontStretch:J(function(b){if(typeof b=="number"){return b}if(/%$/.test(b)){return parseFloat(b)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[b]||1}),getStyle:function(c){var b=document.defaultView;if(b&&b.getComputedStyle){return new A(b.getComputedStyle(c,null))}if(c.currentStyle){return new A(c.currentStyle)}return new A(c.style)},gradient:J(function(f){var g={id:f,type:f.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},c=f.substr(f.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var e=0,b=c.length,d;e<b;++e){d=c[e].split("=",2).reverse();g.stops.push([d[1]||e/(b-1),d[0]])}return g}),quotedList:J(function(e){var d=[],c=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,b;while(b=c.exec(e)){d.push(b[3]||b[1])}return d}),recognizesMedia:J(function(h){var f=document.createElement("style"),d,c,b;f.type="text/css";f.media=h;try{f.appendChild(document.createTextNode("/**/"))}catch(g){}c=G("head")[0];c.insertBefore(f,c.firstChild);d=(f.sheet||f.styleSheet);b=d&&!d.disabled;c.removeChild(f);return b}),removeClass:function(d,c){var b=RegExp("(?:^|\\s+)"+c+"(?=\\s|$)","g");d.className=d.className.replace(b,"");return d},supports:function(d,c){var b=document.createElement("span").style;if(b[d]===undefined){return false}b[d]=c;return b[d]===c},textAlign:function(e,d,b,c){if(d.get("textAlign")=="right"){if(b>0){e=" "+e}}else{if(b<c-1){e+=" "}}return e},textDecoration:function(g,f){if(!f){f=this.getStyle(g)}var c={underline:null,overline:null,"line-through":null};for(var b=g;b.parentNode&&b.parentNode.nodeType==1;){var e=true;for(var d in c){if(!K(c,d)||c[d]){continue}if(f.get("textDecoration").indexOf(d)!=-1){c[d]=f.get("color")}e=false}if(e){break}f=this.getStyle(b=b.parentNode)}return c},textShadow:J(function(f){if(f=="none"){return null}var e=[],g={},b,c=0;var d=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(b=d.exec(f)){if(b[0]==","){e.push(g);g={};c=0}else{if(b[1]){g.color=b[1]}else{g[["offX","offY","blur"][c++]]=b[2]}}}e.push(g);return e}),textTransform:function(c,b){return c[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[b.get("textTransform")]||"toString"]()},whiteSpace:(function(){var b={inline:1,"inline-block":1,"run-in":1};return function(e,c,d){if(b[c.get("display")]){return e}if(!d.previousSibling){e=e.replace(/^\s+/,"")}if(!d.nextSibling){e=e.replace(/\s+$/,"")}return e}})()};N.ready=(function(){var b=!N.recognizesMedia("all"),e=false;var d=[],h=function(){b=true;for(var k;k=d.shift();k()){}};var i=G("link"),j=G("style");function c(k){return k.disabled||g(k.sheet,k.media||"screen")}function g(n,q){if(!N.recognizesMedia(q||"all")){return true}if(!n||n.disabled){return false}try{var r=n.cssRules,p;if(r){search:for(var m=0,k=r.length;p=r[m],m<k;++m){switch(p.type){case 2:break;case 3:if(!g(p.styleSheet,p.media.mediaText)){return false}break;default:break search}}}}catch(o){}return true}function f(){if(document.createStyleSheet){return true}var l,k;for(k=0;l=i[k];++k){if(l.rel.toLowerCase()=="stylesheet"&&!c(l)){return false}}for(k=0;l=j[k];++k){if(!c(l)){return false}}return true}X.ready(function(){if(!e){e=N.getStyle(document.body).isUsable()}if(b||(e&&f())){h()}else{setTimeout(arguments.callee,10)}});return function(k){if(b){k()}else{d.push(k)}}})();function S(c){var b=this.face=c.face;this.glyphs=c.glyphs;this.w=c.w;this.baseSize=parseInt(b["units-per-em"],10);this.family=b["font-family"].toLowerCase();this.weight=b["font-weight"];this.style=b["font-style"]||"normal";this.viewBox=(function(){var e=b.bbox.split(/\s+/);var d={minX:parseInt(e[0],10),minY:parseInt(e[1],10),maxX:parseInt(e[2],10),maxY:parseInt(e[3],10)};d.width=d.maxX-d.minX;d.height=d.maxY-d.minY;d.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return d})();this.ascent=-parseInt(b.ascent,10);this.descent=-parseInt(b.descent,10);this.height=-this.ascent+this.descent}function F(){var c={},b={oblique:"italic",italic:"oblique"};this.add=function(d){(c[d.style]||(c[d.style]={}))[d.weight]=d};this.get=function(h,i){var g=c[h]||c[b[h]]||c.normal||c.italic||c.oblique;if(!g){return null}i={normal:400,bold:700}[i]||parseInt(i,10);if(g[i]){return g[i]}var e={1:1,99:0}[i%100],k=[],f,d;if(e===undefined){e=i>400}if(i==500){i=400}for(var j in g){if(!K(g,j)){continue}j=parseInt(j,10);if(!f||j<f){f=j}if(!d||j>d){d=j}k.push(j)}if(i<f){i=f}if(i>d){i=d}k.sort(function(m,l){return(e?(m>i&&l>i)?m<l:m>l:(m<i&&l<i)?m>l:m<l)?-1:1});return g[k[0]]}}function R(){function d(f,g){if(f.contains){return f.contains(g)}return f.compareDocumentPosition(g)&16}function b(g){var f=g.relatedTarget;if(!f||d(this,f)){return}c(this)}function e(f){c(this)}function c(f){setTimeout(function(){M.replace(f,D.get(f).options,true)},10)}this.attach=function(f){if(f.onmouseenter===undefined){Q(f,"mouseover",b);Q(f,"mouseout",b)}else{Q(f,"mouseenter",e);Q(f,"mouseleave",e)}}}function U(){var c=[],d={};function b(h){var e=[],g;for(var f=0;g=h[f];++f){e[f]=c[d[g]]}return e}this.add=function(f,e){d[f]=c.push(e)-1};this.repeat=function(){var e=arguments.length?b(arguments):c,f;for(var g=0;f=e[g++];){M.replace(f[0],f[1],true)}}}function a(){var d={},b=0;function c(e){return e.cufid||(e.cufid=++b)}this.get=function(e){var f=c(e);return d[f]||(d[f]={})}}function A(b){var d={},c={};this.extend=function(e){for(var f in e){if(K(e,f)){d[f]=e[f]}}return this};this.get=function(e){return d[e]!=undefined?d[e]:b[e]};this.getSize=function(f,e){return c[f]||(c[f]=new N.Size(this.get(f),e))};this.isUsable=function(){return!!b}}function Q(c,b,d){if(c.addEventListener){c.addEventListener(b,d,false)}else{if(c.attachEvent){c.attachEvent("on"+b,function(){return d.call(c,window.event)})}}}function V(c,b){var d=D.get(c);if(d.options){return c}if(b.hover&&b.hoverables[c.nodeName.toLowerCase()]){B.attach(c)}d.options=b;return c}function J(b){var c={};return function(d){if(!K(c,d)){c[d]=b.apply(null,arguments)}return c[d]}}function C(g,f){if(!f){f=N.getStyle(g)}var c=N.quotedList(f.get("fontFamily").toLowerCase()),e;for(var d=0,b=c.length;d<b;++d){e=c[d];if(I[e]){return I[e].get(f.get("fontStyle"),f.get("fontWeight"))}}return null}function G(b){return document.getElementsByTagName(b)}function K(c,b){return c.hasOwnProperty(b)}function H(){var b={},d,f;for(var e=0,c=arguments.length;d=arguments[e],e<c;++e){for(f in d){if(K(d,f)){b[f]=d[f]}}}return b}function O(e,o,c,p,f,d){var n=p.separate;if(n=="none"){return Z[p.engine].apply(null,arguments)}var m=document.createDocumentFragment(),h;var j=o.split(P[n]),b=(n=="words");if(b&&T){if(/^\s/.test(o)){j.unshift("")}if(/\s$/.test(o)){j.push("")}}for(var k=0,g=j.length;k<g;++k){h=Z[p.engine](e,b?N.textAlign(j[k],c,k,g):j[k],c,p,f,d,k<g-1);if(h){m.appendChild(h)}}return m}function L(c,k){var d,b,e,h,g,j;for(e=V(c,k).firstChild;e;e=g){h=e.nodeType;g=e.nextSibling;j=false;if(h==1){if(!e.firstChild){continue}if(!/cufon/.test(e.className)){arguments.callee(e,k);continue}else{j=true}}else{if(h!=3){continue}}if(!b){b=N.getStyle(c).extend(k)}if(!d){d=C(c,b)}if(!d){continue}if(j){Z[k.engine](d,null,b,k,e,c);continue}var i=N.whiteSpace(e.data,b,e);if(i===""){continue}var f=O(d,i,b,k,e,c);if(f){e.parentNode.replaceChild(f,e)}else{e.parentNode.removeChild(e)}}}var T=" ".split(/\s+/).length==0;var D=new a();var B=new R();var Y=new U();var E=false;var Z={},I={},W={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(b){return jQuery(b)})||(window.dojo&&dojo.query)||(window.$$&&function(b){return $$(b)})||(window.$&&function(b){return $(b)})||(document.querySelectorAll&&function(b){return document.querySelectorAll(b)})||(window.Ext&&Ext.query)||G),separate:"words",textShadow:"none"};var P={words:/[^\S\u00a0]+/,characters:""};M.now=function(){X.ready();return M};M.refresh=function(){Y.repeat.apply(Y,arguments);return M};M.registerEngine=function(c,b){if(!b){return M}Z[c]=b;return M.set("engine",c)};M.registerFont=function(d){var b=new S(d),c=b.family;if(!I[c]){I[c]=new F()}I[c].add(b);return M.set("fontFamily",'"'+c+'"')};M.replace=function(d,c,b){c=H(W,c);if(!c.engine){return M}if(!E){N.addClass(X.root(),"cufon-active cufon-loading");N.ready(function(){N.removeClass(X.root(),"cufon-loading")});E=true}if(c.hover){c.forceHitArea=true}if(typeof c.textShadow=="string"){c.textShadow=N.textShadow(c.textShadow)}if(typeof c.color=="string"&&/^-/.test(c.color)){c.textGradient=N.gradient(c.color)}if(!b){Y.add(d,arguments)}if(d.nodeType||typeof d=="string"){d=[d]}N.ready(function(){for(var f=0,e=d.length;f<e;++f){var g=d[f];if(typeof g=="string"){M.replace(c.selector(g),c,true)}else{L(g,c)}}});return M};M.set=function(b,c){W[b]=c;return M};return M})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(E?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(A?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AH,a,z,W,e,AI){var I=(a===null);if(I){a=e.alt}var c=AH.viewBox;var K=z.getSize("fontSize",AH.baseSize);var v=z.get("letterSpacing");v=(v=="normal")?0:K.convertFrom(parseInt(v,10));var d=0,w=0,u=0,Y=0;var b=W.textShadow,s=[];if(b){for(var AG=b.length;AG--;){var m=b[AG];var r=K.convertFrom(parseFloat(m.offX));var p=K.convertFrom(parseFloat(m.offY));s[AG]=[r,p];if(p<d){d=p}if(r>w){w=r}if(p>u){u=p}if(r<Y){Y=r}}}var AL=Cufon.CSS.textTransform(a,z).split(""),U;var J=AH.glyphs,X,M,AC;var G=0,Q,h=[];for(var AG=0,AE=0,AB=AL.length;AG<AB;++AG){X=J[U=AL[AG]]||AH.missingGlyph;if(!X){continue}if(M){G-=AC=M[U]||0;h[AE-1]-=AC}G+=Q=h[AE++]=~~(X.w||AH.w)+v;M=X.k}if(Q===undefined){return null}w+=c.width-Q;Y+=c.minX;var V,L;if(I){V=e;L=e.firstChild}else{V=document.createElement("span");V.className="cufon cufon-canvas";V.alt=a;L=document.createElement("canvas");V.appendChild(L);if(W.printable){var AD=document.createElement("span");AD.className="cufon-alt";AD.appendChild(document.createTextNode(a));V.appendChild(AD)}}var AM=V.style;var o=L.style;var H=K.convert(c.height);var AK=Math.ceil(H);var t=AK/H;var n=t*Cufon.CSS.fontStretch(z.get("fontStretch"));var q=G*n;var AA=Math.ceil(K.convert(q+w-Y));var O=Math.ceil(K.convert(c.height-d+u));L.width=AA;L.height=O;o.width=AA+"px";o.height=O+"px";d+=c.minY;o.top=Math.round(K.convert(d-AH.ascent))+"px";o.left=Math.round(K.convert(Y))+"px";var T=Math.ceil(K.convert(q))+"px";if(A){AM.width=T;AM.height=K.convert(AH.height)+"px"}else{AM.paddingLeft=T;AM.paddingBottom=(K.convert(AH.height)-1)+"px"}var AJ=L.getContext("2d"),f=H/c.height;AJ.scale(f,f*t);AJ.translate(-Y,-d);AJ.lineWidth=AH.face["underline-thickness"];AJ.save();function N(i,g){AJ.strokeStyle=g;AJ.beginPath();AJ.moveTo(0,i);AJ.lineTo(G,i);AJ.stroke()}var P=W.enableTextDecoration?Cufon.CSS.textDecoration(AI,z):{};if(P.underline){N(-AH.face["underline-position"],P.underline)}if(P.overline){N(AH.ascent,P.overline)}function AF(){AJ.scale(n,1);for(var x=0,k=0,g=AL.length;x<g;++x){var y=J[AL[x]]||AH.missingGlyph;if(!y){continue}if(y.d){AJ.beginPath();if(y.code){C(y.code,AJ)}else{y.code=D("m"+y.d,AJ)}AJ.fill()}AJ.translate(h[k++],0)}AJ.restore()}if(b){for(var AG=b.length;AG--;){var m=b[AG];AJ.save();AJ.fillStyle=m.color;AJ.translate.apply(AJ,s[AG]);AF()}}var S=W.textGradient;if(S){var Z=S.stops,R=AJ.createLinearGradient(0,c.minY,0,c.maxY);for(var AG=0,AB=Z.length;AG<AB;++AG){R.addColorStop.apply(R,Z[AG])}AJ.fillStyle=R}else{AJ.fillStyle=z.get("color")}AF();if(P["line-through"]){N(-AH.descent,P["line-through"])}return V}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;var F=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(F?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function C(G,H){return A(G,/(?:em|ex|%)$/i.test(H)?"1em":H)}function A(J,K){if(/px$/i.test(K)){return parseFloat(K)}var I=J.style.left,H=J.runtimeStyle.left;J.runtimeStyle.left=J.currentStyle.left;J.style.left=K.replace("%","em");var G=J.style.pixelLeft;J.style.left=I;J.runtimeStyle.left=H;return G}var E={};function D(L){var M=L.id;if(!E[M]){var J=L.stops,K=document.createElement("cvml:fill"),G=[];K.type="gradient";K.angle=180;K.focus="0";K.method="sigma";K.color=J[0][1];for(var I=1,H=J.length-1;I<H;++I){G.push(J[I][0]*100+"% "+J[I][1])}K.colors=G.join(",");K.color2=J[H][1];E[M]=K}return E[M]}return function(AI,f,AC,b,n,AJ,AA){var J=(f===null);if(J){f=n.alt}var h=AI.viewBox;var L=AC.computedFontSize||(AC.computedFontSize=new Cufon.CSS.Size(C(AJ,AC.get("fontSize"))+"px",AI.baseSize));var z=AC.computedLSpacing;if(z==undefined){z=AC.get("letterSpacing");AC.computedLSpacing=z=(z=="normal")?0:~~L.convertFrom(A(AJ,z))}var X,M;if(J){X=n;M=n.firstChild}else{X=document.createElement("span");X.className="cufon cufon-vml";X.alt=f;M=document.createElement("span");M.className="cufon-vml-canvas";X.appendChild(M);if(b.printable){var AF=document.createElement("span");AF.className="cufon-alt";AF.appendChild(document.createTextNode(f));X.appendChild(AF)}if(!AA){X.appendChild(document.createElement("cvml:shape"))}}var AO=X.style;var u=M.style;var H=L.convert(h.height),AL=Math.ceil(H);var y=AL/H;var s=y*Cufon.CSS.fontStretch(AC.get("fontStretch"));var x=h.minX,w=h.minY;u.height=AL;u.top=Math.round(L.convert(w-AI.ascent));u.left=Math.round(L.convert(x));AO.height=L.convert(AI.height)+"px";var Q=b.enableTextDecoration?Cufon.CSS.textDecoration(AJ,AC):{};var e=AC.get("color");var AN=Cufon.CSS.textTransform(f,AC).split(""),W;var K=AI.glyphs,c,N,AE;var G=0,o=[],v=0,S;var U,g=b.textShadow;for(var AH=0,AG=0,AD=AN.length;AH<AD;++AH){c=K[W=AN[AH]]||AI.missingGlyph;if(!c){continue}if(N){G-=AE=N[W]||0;o[AG-1]-=AE}G+=S=o[AG++]=~~(c.w||AI.w)+z;N=c.k}if(S===undefined){return null}var V=-x+G+(h.width-S);var AM=L.convert(V*s),AB=Math.round(AM);var r=V+","+h.height,I;var m="r"+r+"ns";var T=b.textGradient&&D(b.textGradient);for(AH=0,AG=0;AH<AD;++AH){c=K[AN[AH]]||AI.missingGlyph;if(!c){continue}if(J){U=M.childNodes[AG];while(U.firstChild){U.removeChild(U.firstChild)}}else{U=document.createElement("cvml:shape");M.appendChild(U)}U.stroked="f";U.coordsize=r;U.coordorigin=I=(x-v)+","+w;U.path=(c.d?"m"+c.d+"xe":"")+"m"+I+m;U.fillcolor=e;if(T){U.appendChild(T.cloneNode(false))}var AK=U.style;AK.width=AB;AK.height=AL;if(g){var P=g[0],O=g[1];var a=Cufon.CSS.color(P.color),Y;var q=document.createElement("cvml:shadow");q.on="t";q.color=a.color;q.offset=P.offX+","+P.offY;if(O){Y=Cufon.CSS.color(O.color);q.type="double";q.color2=Y.color;q.offset2=O.offX+","+O.offY}q.opacity=a.opacity||(Y&&Y.opacity)||1;U.appendChild(q)}v+=o[AG++]}var p=U.nextSibling,R,Z;if(b.forceHitArea){if(!p){p=document.createElement("cvml:rect");p.stroked="f";p.className="cufon-vml-cover";R=document.createElement("cvml:fill");R.opacity=0;p.appendChild(R);M.appendChild(p)}Z=p.style;Z.width=AB;Z.height=AL}else{if(p){M.removeChild(p)}}AO.width=Math.max(Math.ceil(L.convert(G*s)),0);if(F){var t=AC.computedYAdjust;if(t===undefined){var d=AC.get("lineHeight");if(d=="normal"){d="1em"}else{if(!isNaN(d)){d+="em"}}AC.computedYAdjust=t=0.5*(A(AJ,d)-parseFloat(AO.height))}if(t){AO.marginTop=Math.ceil(t)+"px";AO.marginBottom=t+"px"}}return X}})());;Cufon.registerFont({"w":196,"face":{"font-family":"Folks-Light","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 4 3 2 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"2 -293.226 292 80.7346","underline-thickness":"15.48","underline-position":"-32.4","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":91},"!":{"d":"37,-257v-6,0,-10,5,-10,11r0,193r22,0r0,-193v0,-7,-5,-11,-12,-11xm23,-10v0,8,7,16,15,15v7,0,15,-8,15,-15v0,-8,-8,-15,-16,-15v-8,0,-14,7,-14,15","w":75},"\"":{"d":"75,-178r6,-73r-15,0r-6,73r15,0xm37,-178r7,-73r-15,0r-7,73r15,0","w":103},"#":{"d":"47,-180v-10,-1,-16,17,-3,17r35,0r-14,66v-20,-2,-63,-1,-40,18r37,0r-15,75v0,4,3,7,7,7v4,1,9,-4,9,-8r15,-75r42,0r-16,77v2,9,17,7,17,-2r15,-74v18,-2,48,7,49,-11v-3,-14,-30,-4,-45,-7r14,-66v19,1,64,2,41,-17r-37,0r16,-73r-17,0r-16,73r-41,0r16,-73r-17,0r-17,73r-35,0xm82,-97r14,-66r41,0r-14,66r-41,0","w":219},"$":{"d":"13,-22v13,17,42,24,70,25v2,8,-5,25,6,24r0,-24v45,-5,77,-33,77,-79v0,-47,-41,-59,-77,-72r0,-87v20,2,34,13,50,17v6,0,10,-1,10,-7v-5,-22,-35,-27,-60,-29v1,-9,-1,-38,-6,-19r0,20v-38,2,-66,26,-66,63v0,41,34,54,66,65r0,106v-26,1,-43,-8,-56,-20xm84,-150v-30,-6,-57,-41,-30,-70v8,-8,17,-12,29,-14xm89,-124v51,3,70,75,21,98v-6,3,-14,6,-21,7r0,-105","w":175},"%":{"d":"18,-198v0,33,17,57,51,57v34,0,53,-25,53,-60v0,-32,-18,-56,-51,-56v-34,0,-53,25,-53,59xm188,-237v14,-15,-7,-27,-12,-15r-105,256r15,6xm144,-51v0,33,18,57,53,57v34,0,52,-24,52,-57v0,-34,-17,-57,-51,-57v-35,0,-54,23,-54,57xm34,-199v0,-24,11,-44,36,-45v25,0,35,20,35,44v0,24,-10,47,-35,47v-25,-1,-36,-22,-36,-46xm161,-51v-1,-27,10,-45,36,-45v25,0,35,19,35,45v0,26,-10,45,-35,45v-26,0,-35,-20,-36,-45","w":267},"&":{"d":"98,6v37,0,64,-21,82,-45r41,49r16,-14r-43,-52v12,-18,29,-34,36,-57v0,-6,-4,-11,-11,-10v-19,9,-24,36,-39,51r-65,-78v22,-15,49,-28,49,-62v0,-30,-23,-46,-56,-45v-32,1,-57,15,-57,47v0,24,17,41,31,56v-32,18,-63,40,-63,86v0,45,32,74,79,74xm74,-211v0,-19,15,-27,35,-27v27,-2,42,29,25,50v-9,11,-20,16,-32,24v-9,-17,-28,-23,-28,-47xm100,-15v-62,2,-72,-87,-25,-112v6,-5,12,-9,19,-12r71,84v-12,19,-37,39,-65,40","w":245},"'":{"d":"37,-178r7,-73r-15,0r-7,73r15,0","w":65},"(":{"d":"62,11v-25,-84,-27,-200,1,-282r-19,-3v-26,80,-30,203,-2,283v4,12,18,11,20,2","w":73},")":{"d":"12,2v-6,17,15,22,20,7v27,-80,25,-207,-4,-284r-18,3v26,76,28,198,2,274","w":73},"*":{"d":"73,-190v17,9,35,41,50,20v-6,-17,-33,-17,-47,-26r43,-19v9,-3,2,-17,-6,-16v-17,7,-27,21,-41,30r6,-48v1,-4,-5,-9,-9,-8v-18,5,-1,37,-2,56v-14,-10,-25,-23,-41,-30v-9,-2,-14,13,-6,16r43,19v-15,9,-40,9,-47,26v14,22,34,-13,50,-20r-5,48r17,0","w":138},"+":{"d":"90,-44v0,12,17,9,17,0r0,-67v24,-4,65,9,74,-9v-10,-17,-50,-4,-74,-8r0,-66v0,-3,-4,-9,-8,-8v-4,0,-9,3,-9,8r0,66r-69,0r0,16r69,0r0,68"},",":{"d":"6,32v-7,13,13,24,20,10r30,-61r-21,-10","w":66},"-":{"d":"112,-101v0,-5,-5,-10,-10,-10r-82,0r0,20r82,0v5,0,10,-5,10,-10","w":129},".":{"d":"2,-10v0,8,8,15,15,15v7,0,15,-7,15,-15v0,-8,-7,-15,-15,-15v-8,0,-15,7,-15,15","w":64},"\/":{"d":"133,-262v4,-9,-5,-17,-12,-11v-42,88,-73,186,-112,277r15,7","w":146},"0":{"d":"17,-126v0,65,17,129,81,129v64,0,81,-67,81,-131v0,-63,-20,-127,-81,-127v-64,0,-81,64,-81,129xm97,-16v-77,-14,-66,-177,-19,-213v57,-25,78,48,76,103v-2,51,-9,104,-57,110","k":{"u":13,"r":13,"p":13,"n":13,"m":13,"l":13,"k":13,"j":13,"i":13,"h":13,"b":13,"Z":29,"Y":22,"X":26,"W":13,"V":17,"U":13,"T":26,"S":9,"R":13,"P":13,"N":13,"M":18,"L":13,"K":13,"J":26,"I":13,"H":13,"F":13,"E":13,"D":13,"B":13,"A":19,"9":13,"8":13,"7":40,"6":12,"5":23,"3":20,"2":14,"1":60}},"1":{"d":"44,-241v0,18,30,7,47,10r0,231r23,0r0,-239v-1,-22,-39,-9,-60,-12v-5,0,-10,5,-10,10","k":{"z":64,"y":56,"x":58,"w":57,"v":55,"u":77,"t":55,"s":64,"r":77,"q":68,"p":77,"o":68,"n":77,"m":77,"l":77,"k":77,"j":77,"i":78,"h":77,"g":68,"f":54,"e":68,"d":68,"c":68,"b":77,"a":67,"Z":66,"Y":55,"X":58,"W":61,"V":55,"U":77,"T":60,"S":55,"R":77,"Q":68,"P":77,"O":68,"N":77,"M":67,"L":77,"K":77,"J":60,"I":77,"H":77,"G":68,"F":77,"E":77,"D":77,"C":68,"B":77,"A":58,"9":75,"8":75,"7":78,"6":75,"5":71,"4":64,"3":75,"2":75,"1":94,"0":68}},"2":{"d":"32,-22v-8,10,-5,22,10,22r127,0r0,-21r-111,0v33,-48,76,-89,101,-144v21,-46,-13,-91,-61,-90v-46,1,-70,31,-74,76v-1,16,19,23,21,6v4,-32,15,-64,52,-60v85,10,10,111,-12,140","w":195,"k":{"z":10,"u":27,"s":10,"r":23,"q":40,"p":23,"o":37,"n":23,"m":23,"l":22,"k":22,"j":23,"i":23,"h":22,"g":34,"e":37,"d":37,"c":37,"b":22,"a":36,"Z":12,"Y":21,"W":18,"V":17,"U":27,"T":24,"R":22,"Q":26,"P":22,"O":26,"N":22,"M":12,"L":23,"K":22,"I":22,"H":22,"G":26,"F":22,"E":22,"D":22,"C":25,"B":22,"9":26,"8":36,"7":37,"6":39,"5":22,"4":64,"3":33,"2":23,"1":59,"0":24}},"3":{"d":"131,-171v-1,32,-62,22,-40,49v33,2,56,17,56,52v0,59,-88,69,-100,17v-3,-13,-23,-17,-23,0v0,35,35,55,70,57v81,6,106,-118,31,-138v50,-26,39,-121,-29,-121v-29,0,-52,19,-57,41v7,3,14,5,19,10v9,-48,78,-32,76,13v0,8,-1,15,-3,20","w":195,"k":{"z":25,"y":14,"x":22,"w":14,"v":13,"u":19,"t":13,"s":20,"r":19,"q":11,"p":19,"o":10,"n":19,"m":19,"l":19,"k":19,"j":19,"i":19,"h":19,"g":10,"f":12,"e":10,"d":10,"c":10,"b":19,"a":10,"Z":25,"Y":27,"X":22,"W":25,"V":24,"U":20,"T":29,"S":9,"R":19,"Q":15,"P":19,"O":15,"N":19,"M":17,"L":19,"K":19,"J":22,"I":19,"H":19,"G":14,"F":19,"E":19,"D":19,"C":14,"B":19,"A":16,"9":32,"8":17,"7":44,"6":17,"5":19,"3":18,"2":32,"1":64,"0":13}},"4":{"d":"152,-67v13,0,29,3,29,-10v0,-12,-16,-10,-28,-10r0,-142v4,-25,-32,-35,-44,-14r-94,159v-6,11,2,17,17,17r98,0r0,68r22,0r0,-68xm130,-238r0,151r-89,0","w":195,"k":{"z":26,"y":17,"x":20,"w":18,"v":16,"u":10,"t":17,"s":26,"r":10,"p":10,"n":10,"m":10,"l":10,"k":10,"j":10,"i":10,"h":10,"f":15,"b":10,"Z":28,"Y":17,"X":20,"W":23,"V":18,"U":11,"T":22,"S":17,"R":10,"P":10,"N":10,"M":10,"L":10,"K":10,"J":22,"I":10,"H":10,"F":10,"E":10,"D":10,"B":10,"A":13,"9":36,"7":40,"6":8,"5":33,"3":26,"2":36,"1":56}},"5":{"d":"20,-34v9,25,40,38,71,38v49,0,76,-37,78,-89v2,-56,-50,-90,-101,-66r13,-80r83,0r3,-20r-100,0v-6,1,-7,6,-8,13r-15,101v8,19,30,-5,49,-3v32,2,50,23,50,57v0,36,-18,65,-53,65v-26,0,-41,-18,-58,-27v-7,0,-12,4,-12,11","k":{"z":33,"y":26,"x":28,"w":26,"v":26,"u":22,"t":30,"s":25,"r":22,"q":13,"p":22,"o":13,"n":22,"m":22,"l":22,"k":23,"j":23,"i":23,"h":22,"g":13,"f":30,"e":13,"d":13,"c":13,"b":22,"a":13,"Z":18,"X":19,"W":8,"U":23,"T":8,"S":15,"R":22,"Q":15,"P":22,"O":15,"N":23,"M":22,"L":22,"K":23,"J":28,"I":22,"H":22,"G":15,"F":22,"E":23,"D":22,"C":15,"B":22,"A":22,"9":39,"8":20,"7":26,"6":20,"5":26,"4":10,"3":23,"2":43,"1":42,"0":15}},"6":{"d":"24,-84v0,49,23,88,73,88v49,0,71,-35,74,-84v4,-64,-61,-100,-112,-62v21,-39,47,-75,78,-103r-16,-11v-46,41,-97,89,-97,172xm49,-80v0,-34,14,-59,48,-60v37,0,50,29,50,63v0,33,-15,60,-50,60v-35,0,-48,-28,-48,-63","w":195,"k":{"z":28,"y":25,"x":23,"w":25,"v":24,"u":20,"t":27,"s":21,"r":20,"q":11,"p":20,"o":10,"n":20,"m":20,"l":20,"k":20,"j":20,"i":20,"h":20,"g":10,"f":27,"e":10,"d":11,"c":10,"b":20,"a":10,"Z":26,"Y":32,"X":23,"W":31,"V":31,"U":20,"T":37,"S":10,"R":20,"Q":13,"P":20,"O":13,"N":20,"M":19,"L":20,"K":20,"J":23,"I":20,"H":20,"G":13,"F":20,"E":20,"D":20,"C":13,"B":20,"A":18,"9":37,"8":17,"7":55,"6":18,"5":21,"3":19,"2":40,"1":71,"0":13}},"7":{"d":"50,-12v-4,9,7,20,17,14v39,-77,71,-162,107,-243v-1,-5,-5,-10,-12,-10r-134,0r0,21r119,0","k":{"z":32,"y":23,"x":32,"w":23,"v":21,"u":41,"t":21,"s":48,"r":42,"q":57,"p":42,"o":59,"n":42,"m":42,"l":18,"k":18,"j":21,"i":21,"h":18,"g":60,"f":19,"e":59,"d":59,"c":59,"b":18,"a":59,"Z":12,"X":11,"U":18,"S":22,"R":18,"Q":40,"P":18,"O":40,"N":18,"M":45,"L":18,"K":18,"J":73,"I":18,"H":18,"G":41,"F":18,"E":19,"D":18,"C":39,"B":18,"A":81,"9":33,"8":37,"7":19,"6":66,"5":50,"4":71,"3":38,"2":31,"1":35,"0":35}},"8":{"d":"24,-75v0,48,27,79,74,79v47,0,74,-31,74,-79v0,-36,-20,-57,-51,-65v21,-11,39,-31,39,-57v0,-37,-24,-59,-62,-59v-38,0,-62,22,-62,59v0,29,16,43,38,57v-30,9,-50,29,-50,65xm98,-151v-54,0,-50,-90,0,-87v24,1,41,17,41,43v0,26,-15,44,-41,44xm49,-75v0,-32,16,-55,49,-55v32,0,49,22,49,53v0,33,-15,60,-49,60v-33,0,-49,-26,-49,-58","k":{"z":24,"y":13,"x":21,"w":14,"v":12,"u":19,"t":12,"s":19,"r":19,"q":11,"p":19,"o":10,"n":19,"m":19,"l":19,"k":19,"j":19,"i":20,"h":19,"g":10,"f":11,"e":10,"d":11,"c":10,"b":19,"a":10,"Z":24,"Y":23,"X":21,"W":22,"V":20,"U":20,"T":24,"S":9,"R":19,"Q":14,"P":19,"O":14,"N":19,"M":18,"L":19,"K":19,"J":21,"I":19,"H":19,"G":14,"F":19,"E":19,"D":19,"C":14,"B":19,"A":16,"9":31,"8":17,"7":40,"6":17,"5":19,"3":18,"2":30,"1":59,"0":13}},"9":{"d":"136,-108v-20,42,-40,67,-71,95v8,5,15,23,23,9v39,-41,83,-86,83,-162v0,-50,-22,-89,-72,-89v-50,0,-73,36,-75,86v-3,62,62,99,112,61xm49,-173v0,-34,16,-61,50,-61v33,0,48,28,48,61v0,35,-14,63,-48,63v-35,0,-50,-29,-50,-63","w":195,"k":{"z":11,"u":20,"s":14,"r":20,"q":18,"p":20,"o":19,"n":20,"m":20,"l":20,"k":20,"j":20,"i":20,"h":20,"g":20,"e":19,"d":20,"c":19,"b":20,"a":19,"Z":34,"Y":21,"X":36,"W":15,"V":16,"U":20,"T":24,"S":12,"R":20,"Q":13,"P":20,"O":13,"N":20,"M":33,"L":20,"K":20,"J":69,"I":20,"H":20,"G":13,"F":20,"E":20,"D":20,"C":13,"B":20,"A":46,"9":18,"8":31,"7":38,"6":28,"5":39,"4":28,"3":41,"2":18,"1":59,"0":12}},":":{"d":"23,-132v0,8,8,15,15,15v7,0,15,-7,15,-15v0,-8,-7,-15,-15,-15v-8,0,-15,7,-15,15xm23,-10v0,8,8,15,15,15v7,0,15,-8,15,-15v0,-8,-8,-15,-16,-15v-8,0,-14,7,-14,15","w":71},";":{"d":"28,-133v1,19,31,19,31,-1v0,-7,-7,-14,-15,-14v-8,0,-16,7,-16,15xm11,32v-7,13,13,24,20,10r28,-58r-20,-10","w":77},"<":{"d":"26,-90r140,79r0,-16r-114,-63r114,-62r0,-16","w":187},"=":{"d":"14,-106v0,4,5,9,9,8r149,0r0,-16r-149,0v-4,-1,-9,4,-9,8xm181,-61v1,-4,-6,-8,-9,-8r-149,0r0,16r149,0v5,1,10,-3,9,-8","w":195},">":{"d":"22,-11r140,-79r-140,-78r0,16r113,62r-113,63r0,16","w":187},"?":{"d":"80,-235v53,0,60,77,13,85v-9,4,-23,4,-27,12r0,85r22,1r0,-75v36,-5,62,-28,62,-67v0,-78,-138,-84,-138,-14v0,22,22,14,23,0v6,-19,22,-27,45,-27xm63,-9v0,7,7,14,14,14v8,0,16,-7,16,-14v0,-8,-8,-15,-16,-15v-8,0,-14,7,-14,15","w":167},"@":{"d":"80,-63v-6,53,59,84,82,33v-1,20,14,29,31,31v48,-4,66,-53,66,-101v0,-68,-41,-110,-110,-112v-116,-4,-167,148,-92,228v22,22,50,41,90,42r0,-14v-65,-10,-107,-48,-107,-120v0,-70,40,-120,110,-120v59,0,91,37,91,95v0,41,-12,79,-46,87v-26,-2,-14,-45,-11,-66r14,-78r-17,0r-4,21v-3,-13,-17,-24,-32,-23v-47,3,-60,51,-65,97xm145,-145v49,11,17,101,-4,123v-23,16,-44,-8,-41,-35v5,-36,10,-83,45,-88","w":277},"A":{"d":"9,-14v-5,11,7,24,16,15v13,-14,15,-39,24,-57r125,0r22,59r24,-7r-89,-233v-3,-22,-31,-21,-39,0xm111,-232r57,157r-114,0","w":222,"k":{"z":-14,"y":36,"x":-20,"w":34,"v":36,"u":13,"s":-8,"q":13,"o":12,"g":10,"e":12,"d":12,"c":12,"a":11,"Z":-11,"Y":51,"X":-20,"W":24,"V":60,"U":21,"T":39,"S":-18,"Q":21,"O":21,"M":-11,"J":-18,"G":21,"C":21,"A":-20,"9":39,"8":14,"7":21,"6":16,"4":10,"3":10,"1":62,"0":17}},"B":{"d":"162,-188v0,-60,-56,-68,-122,-63v-8,0,-13,4,-13,11r0,240r81,0v46,-1,75,-28,75,-73v0,-40,-28,-57,-67,-61v25,-10,46,-21,46,-54xm138,-187v0,42,-41,50,-88,46r0,-90v46,-3,88,2,88,44xm158,-72v0,52,-53,55,-108,52r0,-104v55,-3,108,0,108,52","k":{"z":17,"y":9,"x":12,"w":9,"v":8,"u":9,"t":8,"s":10,"r":9,"p":9,"n":9,"m":9,"l":9,"k":9,"j":9,"i":9,"h":9,"b":9,"Z":15,"Y":26,"X":12,"W":21,"V":21,"U":9,"T":29,"R":9,"P":9,"N":9,"L":9,"K":9,"J":12,"I":9,"H":9,"F":9,"E":9,"D":9,"B":9,"9":28,"7":42,"5":9,"3":8,"2":27,"1":64}},"C":{"d":"129,4v32,0,66,-7,76,-33v0,-6,-5,-11,-10,-12v-19,8,-34,24,-65,23v-62,-1,-88,-48,-88,-108v0,-58,25,-108,84,-108v29,0,46,13,61,28r13,-12v-14,-22,-41,-37,-75,-37v-75,0,-108,57,-108,132v0,73,38,127,112,127","w":219,"k":{"y":38,"w":37,"v":38,"u":15,"t":18,"r":10,"q":17,"p":10,"o":14,"n":10,"m":10,"l":10,"k":10,"j":10,"i":10,"h":10,"g":12,"f":17,"e":14,"d":14,"c":14,"b":10,"a":14,"U":15,"T":9,"S":-10,"R":10,"Q":27,"P":10,"O":27,"N":10,"L":10,"K":10,"I":10,"H":10,"G":26,"F":10,"E":10,"D":10,"C":27,"B":10,"9":23,"8":15,"7":22,"6":18,"4":81,"3":12,"2":15,"1":44,"0":19}},"D":{"d":"27,-11v1,7,5,11,13,11r65,0v75,-1,109,-55,109,-129v0,-94,-62,-134,-171,-122v-7,0,-12,-1,-16,-1r0,241xm188,-129v0,82,-46,120,-138,109r0,-211v88,-10,138,23,138,102","w":231,"k":{"u":13,"r":13,"p":13,"n":13,"m":13,"l":13,"k":13,"j":13,"i":13,"h":13,"b":13,"Z":37,"Y":31,"X":35,"W":14,"V":21,"U":13,"T":41,"S":10,"R":13,"P":13,"N":13,"M":18,"L":13,"K":13,"J":37,"I":13,"H":13,"F":13,"E":13,"D":13,"B":13,"A":23,"9":13,"8":14,"7":52,"6":13,"5":30,"3":23,"2":16,"1":76}},"E":{"d":"27,-13v0,8,4,13,12,13r112,0r0,-21r-100,0r0,-94r75,0v6,0,10,-5,10,-11v0,-5,-5,-10,-10,-10r-75,0r0,-95r79,0v5,0,10,-5,10,-10v0,-5,-5,-10,-10,-10r-103,-1r0,239","w":160,"k":{"y":14,"x":-13,"w":15,"v":14,"u":18,"t":13,"q":13,"o":14,"g":15,"f":13,"e":14,"d":14,"c":14,"a":14,"X":-13,"U":16,"S":-16,"Q":11,"O":11,"J":-12,"G":11,"C":11,"A":-13,"9":25,"8":20,"7":18,"6":22,"4":29,"3":17,"1":33,"0":11}},"F":{"d":"134,-125v0,-6,-5,-10,-11,-10r-72,0r0,-96r85,0r0,-21r-95,0v-7,1,-14,5,-14,13r0,239r23,0r0,-115r73,0v6,0,11,-4,11,-10","w":148,"k":{"z":67,"x":28,"u":10,"t":15,"r":10,"p":10,"n":10,"m":10,"j":10,"i":10,"f":14,"Y":-14,"W":-9,"V":-14,"U":8,"T":-9,"S":15,"M":18,"J":63,"E":8,"A":31,"9":15,"8":21,"7":9,"6":12,"5":29,"4":19,"3":28,"2":24,"1":25}},"G":{"d":"17,-123v0,76,40,127,116,127v68,0,95,-49,100,-118v3,-40,-43,-22,-73,-26v-6,0,-12,5,-11,11v3,19,41,7,61,10v-3,55,-21,102,-78,102v-64,0,-90,-47,-90,-109v0,-59,27,-107,88,-109v32,-1,46,15,66,26r14,-17v-20,-13,-44,-28,-74,-28v-79,2,-119,53,-119,131","w":247,"k":{"z":30,"x":26,"u":10,"t":18,"r":10,"p":10,"n":10,"m":10,"l":10,"k":10,"j":10,"i":10,"h":10,"f":17,"b":10,"Z":28,"Y":18,"X":26,"W":15,"V":17,"U":10,"T":24,"S":11,"R":10,"P":10,"N":10,"M":14,"L":10,"K":10,"J":26,"I":10,"H":10,"F":10,"E":10,"D":10,"B":10,"A":17,"9":16,"8":10,"7":35,"6":9,"5":21,"3":17,"2":42,"1":59}},"H":{"d":"196,-8v0,6,5,11,11,11v7,0,12,-4,12,-11r0,-244r-23,0r0,113r-146,0r0,-103v0,-7,-4,-12,-11,-12v-7,0,-13,5,-12,12r0,242r23,0r0,-119r146,0r0,111","w":246,"k":{"z":9,"u":22,"s":9,"r":22,"q":13,"p":22,"o":13,"n":22,"m":22,"l":22,"k":22,"j":22,"i":23,"h":22,"g":13,"e":13,"d":13,"c":13,"b":22,"a":12,"Z":11,"U":22,"R":22,"Q":13,"P":22,"O":13,"N":22,"M":12,"L":22,"K":22,"I":22,"H":22,"G":13,"F":22,"E":22,"D":22,"C":13,"B":22,"9":20,"8":19,"7":23,"6":20,"5":16,"4":9,"3":19,"2":20,"1":39,"0":13}},"I":{"d":"29,-280v0,4,4,9,9,8v6,1,10,-3,9,-9v1,-4,-4,-9,-9,-8v-6,-1,-9,4,-9,9xm39,-254v-7,0,-13,5,-12,12r0,242r23,0r0,-242v0,-7,-4,-12,-11,-12","w":77,"k":{"z":9,"u":22,"s":9,"r":22,"q":13,"p":22,"o":13,"n":22,"m":22,"l":22,"k":22,"j":22,"i":23,"h":22,"g":13,"e":13,"d":13,"c":13,"b":22,"a":12,"Z":11,"U":22,"R":22,"Q":13,"P":22,"O":13,"N":22,"M":12,"L":22,"K":22,"I":22,"H":22,"G":13,"F":22,"E":22,"D":22,"C":13,"B":22,"9":20,"8":19,"7":23,"6":20,"5":16,"4":9,"3":19,"2":20,"1":39,"0":13}},"J":{"d":"9,-6v44,24,96,0,96,-56r0,-181v0,-6,-5,-12,-11,-12v-6,0,-12,5,-12,12r0,185v5,40,-38,55,-66,33","w":132,"k":{"z":13,"x":9,"u":22,"s":15,"r":22,"q":13,"p":22,"o":13,"n":22,"m":22,"l":22,"k":22,"j":22,"i":23,"h":22,"g":13,"e":13,"d":13,"c":13,"b":22,"a":12,"Z":16,"X":15,"U":22,"S":8,"R":22,"Q":13,"P":22,"O":13,"N":22,"M":18,"L":22,"K":22,"J":18,"I":22,"H":22,"G":13,"F":22,"E":22,"D":22,"C":13,"B":22,"A":14,"9":20,"8":19,"7":23,"6":20,"5":19,"4":9,"3":20,"2":20,"1":39,"0":13}},"K":{"d":"38,-255v-6,0,-11,6,-11,12r0,243r23,0r0,-130r131,129v7,8,20,3,21,-6v0,-4,-2,-6,-5,-9r-120,-117r112,-105r-16,-14r-123,116r0,-107v0,-7,-6,-12,-12,-12","w":204,"k":{"z":-14,"y":34,"x":-20,"w":32,"v":35,"u":16,"s":-8,"q":22,"o":18,"g":15,"e":18,"d":18,"c":18,"a":17,"Z":-12,"Y":-10,"X":-20,"V":-10,"U":11,"S":-18,"Q":34,"O":35,"M":-11,"J":-18,"G":34,"C":34,"A":-20,"9":30,"8":18,"7":12,"6":20,"4":42,"3":14,"1":28,"0":22}},"L":{"d":"27,-14v0,7,4,15,12,14r91,0r-1,-21r-79,0r0,-222v0,-6,-5,-12,-11,-12v-7,0,-12,6,-12,13r0,228","w":137,"k":{"z":-9,"y":36,"x":-15,"w":35,"v":36,"u":16,"t":11,"s":-8,"q":22,"o":18,"g":15,"f":10,"e":19,"d":18,"c":18,"a":17,"Y":55,"X":-15,"W":27,"V":59,"U":30,"T":44,"S":-18,"Q":35,"O":35,"J":-13,"G":34,"C":34,"A":-15,"9":42,"8":18,"7":26,"6":20,"4":69,"3":15,"1":67,"0":23}},"M":{"d":"17,-12v-1,9,3,15,11,15v7,0,11,-4,12,-11r34,-229r67,228r25,0r68,-228r35,238r23,-4r-39,-235v-2,-19,-33,-22,-39,-1r-60,206r-60,-206v-3,-21,-36,-18,-39,1","w":307,"k":{"y":18,"w":19,"v":17,"u":19,"t":17,"r":11,"q":14,"p":11,"o":14,"n":11,"m":11,"l":11,"k":11,"j":11,"i":12,"h":11,"g":13,"f":16,"e":14,"d":14,"c":13,"b":12,"a":13,"Y":28,"W":34,"V":28,"U":23,"T":32,"S":-8,"R":12,"Q":19,"P":12,"O":19,"N":11,"L":12,"K":11,"I":11,"H":11,"G":18,"F":11,"E":12,"D":12,"C":18,"B":11,"9":34,"8":18,"7":34,"6":20,"5":9,"4":9,"3":16,"2":12,"1":66,"0":18}},"N":{"d":"49,-249v-5,-10,-23,-6,-22,6r0,243r23,0r0,-215r147,214v5,9,22,4,21,-7r0,-234v0,-6,-6,-13,-12,-13v-6,0,-11,6,-11,13r0,205","w":244,"k":{"z":9,"u":22,"s":9,"r":22,"q":13,"p":22,"o":13,"n":22,"m":22,"l":22,"k":22,"j":22,"i":23,"h":22,"g":13,"e":13,"d":13,"c":13,"b":22,"a":12,"Z":11,"U":22,"R":22,"Q":13,"P":22,"O":13,"N":22,"M":12,"L":22,"K":22,"I":22,"H":22,"G":13,"F":22,"E":12,"D":22,"C":13,"B":22,"9":20,"8":19,"7":23,"6":20,"5":16,"4":9,"3":19,"2":20,"1":39,"0":13}},"O":{"d":"17,-126v0,74,36,129,109,129v73,0,109,-55,109,-129v0,-74,-35,-129,-108,-129v-73,0,-110,55,-110,129xm44,-126v0,-58,22,-109,81,-109v64,0,85,52,85,113v0,59,-25,106,-85,106v-59,0,-81,-52,-81,-110","w":252,"k":{"z":8,"u":13,"r":13,"p":13,"n":13,"m":13,"l":13,"k":13,"j":13,"i":13,"h":13,"b":13,"Z":37,"Y":30,"X":35,"W":14,"V":21,"U":13,"T":38,"S":11,"R":13,"P":13,"N":13,"M":18,"L":13,"K":13,"J":36,"I":13,"H":13,"F":13,"E":13,"D":13,"B":13,"A":23,"9":13,"8":14,"7":50,"6":13,"5":30,"3":23,"2":16,"1":73}},"P":{"d":"39,3v7,0,11,-5,11,-12r0,-88v79,8,142,-15,131,-92v-9,-64,-78,-65,-154,-63r0,243v0,7,5,13,12,12xm159,-174v0,54,-50,61,-108,57r0,-114v58,-4,109,2,108,57","w":193,"k":{"y":-14,"w":-14,"v":-15,"t":-15,"q":11,"o":12,"g":13,"f":-16,"e":13,"d":12,"c":12,"a":12,"Z":24,"Y":8,"X":24,"T":13,"M":21,"J":61,"A":40,"8":17,"7":26,"6":19,"5":27,"4":32,"3":27,"1":48}},"Q":{"d":"127,3v32,0,54,-12,72,-31r37,37r14,-15r-38,-37v49,-77,17,-216,-85,-212v-73,3,-110,55,-110,129v0,74,37,129,110,129xm43,-129v0,-56,23,-104,82,-106v84,-2,100,106,71,175v-12,-10,-20,-24,-35,-30v-5,0,-10,5,-10,10v5,16,21,25,32,36v-13,17,-31,28,-57,28v-62,0,-83,-52,-83,-113","w":253,"k":{"z":-14,"x":-20,"u":13,"Z":-12,"Y":31,"X":-20,"W":14,"V":21,"U":13,"T":39,"S":-13,"M":-11,"J":-18,"A":-20,"9":14,"8":14,"7":21,"6":13,"5":9,"3":20,"1":62}},"R":{"d":"39,4v6,0,11,-6,11,-12r0,-113r116,128r17,-14r-103,-108v54,5,95,-13,96,-64v1,-75,-72,-75,-149,-73r0,243v0,7,5,13,12,13xm152,-179v0,49,-50,51,-102,48r0,-99v53,-3,102,1,102,51","w":191,"k":{"z":-8,"y":-10,"x":-14,"w":-9,"v":-11,"u":11,"t":-10,"q":18,"o":21,"g":21,"f":-12,"e":21,"d":21,"c":20,"a":20,"Y":11,"X":-14,"U":11,"T":15,"S":-9,"J":-13,"A":-14,"9":9,"8":21,"7":27,"6":27,"5":13,"4":41,"3":24,"1":50}},"S":{"d":"5,-18v23,9,51,19,81,21v75,6,107,-100,43,-134v-31,-16,-86,-17,-86,-62v0,-27,23,-40,48,-41v20,-1,31,13,48,16v6,1,10,-4,10,-9v-5,-21,-35,-28,-58,-28v-42,0,-74,25,-74,66v0,79,116,43,124,114v-3,33,-22,57,-57,57v-32,0,-47,-15,-72,-23","w":175,"k":{"z":15,"y":14,"x":11,"w":14,"v":14,"t":13,"s":9,"f":13,"Z":14,"X":10,"W":8,"J":11,"9":33,"7":23,"2":28,"1":41}},"T":{"d":"79,3v6,0,11,-6,11,-12r0,-222v22,-4,60,10,65,-10v0,-5,-5,-10,-10,-10r-135,0r0,20r57,0r0,222v0,7,6,12,12,12","w":158,"k":{"z":51,"y":42,"x":44,"w":43,"v":41,"u":64,"s":51,"r":64,"q":54,"p":64,"o":54,"n":64,"m":64,"i":18,"g":54,"e":54,"d":54,"c":54,"a":54,"Y":-1,"X":-8,"W":-17,"V":-23,"T":-17,"Q":33,"O":33,"M":26,"J":46,"G":36,"C":30,"A":44,"9":18,"8":19,"6":61,"5":31,"4":50,"3":21,"2":17,"1":16,"0":21}},"U":{"d":"27,-88v1,59,38,92,96,92v58,0,96,-33,96,-92r0,-154v0,-14,-23,-16,-23,0r0,155v-2,45,-28,72,-73,72v-45,0,-73,-26,-73,-72r0,-165r-23,0r0,164","w":245,"k":{"z":13,"x":9,"u":22,"s":15,"r":22,"q":13,"p":22,"o":13,"n":22,"m":22,"l":22,"k":22,"j":22,"i":23,"h":22,"g":13,"e":13,"d":13,"c":13,"b":22,"a":12,"Z":16,"X":15,"U":22,"S":13,"R":22,"Q":13,"P":22,"O":13,"N":22,"M":22,"L":22,"K":22,"J":31,"I":22,"H":22,"G":13,"F":22,"E":22,"D":22,"C":13,"B":22,"A":23,"9":20,"8":20,"7":23,"6":20,"5":27,"4":10,"3":23,"2":20,"1":39,"0":13}},"V":{"d":"197,-237v4,-9,-3,-17,-11,-17v-5,0,-9,4,-11,10r-72,210r-77,-219r-22,7r90,246v9,7,20,0,21,-10","w":204,"k":{"z":13,"x":12,"u":22,"s":27,"r":23,"q":35,"p":23,"o":36,"n":22,"m":23,"g":37,"e":36,"d":36,"c":36,"a":36,"Y":-19,"W":-14,"V":-20,"T":-14,"Q":21,"O":21,"M":30,"J":57,"G":22,"C":21,"A":63,"9":17,"8":21,"6":44,"5":35,"4":45,"3":21,"2":14,"1":19,"0":17}},"W":{"d":"288,-243v0,-17,-21,-14,-23,0r-37,228r-65,-227r-26,0r-65,227r-39,-238r-23,4r42,236v1,21,34,21,39,3r59,-211r59,211v3,17,34,18,38,-3","w":299,"k":{"u":17,"s":16,"r":18,"q":21,"p":18,"o":21,"n":18,"m":18,"j":10,"i":10,"g":22,"e":21,"d":21,"c":21,"a":21,"Y":-14,"W":-9,"V":-15,"T":-9,"Q":14,"O":14,"M":34,"J":31,"G":14,"C":14,"A":28,"9":15,"8":22,"7":8,"6":29,"5":36,"4":22,"3":22,"2":13,"1":24,"0":13}},"X":{"d":"10,-16v-9,14,10,26,19,13r79,-114r78,114v6,10,21,6,22,-4v-24,-48,-60,-84,-87,-128v24,-37,54,-68,74,-108v1,-13,-16,-13,-22,-4r-65,96r-69,-102r-20,12r75,106","w":215,"k":{"z":-9,"y":37,"x":-15,"w":37,"v":35,"u":19,"t":11,"q":24,"o":21,"g":18,"f":11,"e":21,"d":21,"c":21,"a":20,"X":-15,"U":16,"S":-14,"Q":35,"O":35,"J":-14,"G":34,"C":34,"A":-15,"9":36,"8":21,"7":17,"6":23,"4":30,"3":18,"1":33,"0":26}},"Y":{"d":"175,-237v5,-8,0,-17,-9,-17v-5,0,-8,2,-11,6r-64,107r-67,-114v-6,5,-14,8,-19,14r74,122r0,110v0,6,5,12,12,12v7,0,13,-5,12,-12r0,-110","w":182,"k":{"z":25,"y":17,"x":26,"w":17,"v":15,"u":34,"t":9,"s":45,"r":35,"q":56,"p":35,"o":58,"n":35,"m":35,"g":59,"f":8,"e":59,"d":58,"c":58,"a":58,"Y":-21,"W":-15,"V":-22,"T":-16,"S":9,"Q":30,"O":30,"M":28,"J":56,"G":31,"C":28,"A":55,"9":20,"8":22,"6":61,"5":33,"4":61,"3":23,"2":18,"1":18,"0":22}},"Z":{"d":"18,-23v-9,13,2,23,18,23r145,0v6,0,12,-4,12,-10v0,-6,-6,-10,-12,-10r-139,0r146,-223v0,-9,-16,-8,-26,-8r-142,0r0,19r137,0","w":207,"k":{"y":33,"x":-9,"w":33,"v":31,"u":26,"t":17,"r":10,"q":32,"p":10,"o":28,"n":10,"m":10,"l":10,"k":10,"j":10,"i":10,"h":10,"g":24,"f":17,"e":28,"d":28,"c":28,"b":10,"a":27,"X":-9,"U":15,"S":-8,"R":10,"Q":44,"P":10,"O":44,"N":10,"L":10,"K":10,"I":10,"H":10,"G":44,"F":10,"E":10,"D":10,"C":43,"B":10,"A":-9,"9":34,"8":27,"7":17,"6":30,"5":13,"4":92,"3":24,"2":10,"1":32,"0":32}},"[":{"d":"23,5v1,15,23,9,38,10v6,1,10,-4,10,-9v0,-11,-15,-9,-26,-9r0,-245r19,0r0,-19v-16,2,-41,-6,-41,11r0,261","w":82},"\\":{"d":"67,0r14,0r-44,-251r-14,0","w":104},"]":{"d":"19,-257v0,12,14,8,25,9r0,245r-19,0r0,18v16,-2,42,6,42,-10r0,-261v0,-16,-23,-10,-39,-11v-5,0,-10,4,-9,10","w":82},"^":{"d":"166,-63r17,0r-79,-139r-79,139r16,0r63,-113","w":207},"_":{"d":"18,78r130,0r0,-10r-130,0r0,10","w":165},"`":{"d":"18,-247v-8,-3,-15,1,-15,9v0,5,2,8,7,10r58,23r8,-19","w":79},"a":{"d":"96,3v32,0,43,-16,58,-40r0,38r23,0r0,-177v2,-11,-20,-16,-21,-5v-2,6,-1,19,-1,27v-17,-20,-30,-33,-59,-33v-52,0,-79,41,-79,94v0,54,25,96,79,96xm41,-93v0,-41,17,-76,59,-76v42,0,56,34,56,74v0,43,-14,80,-58,80v-43,0,-57,-37,-57,-78","w":204,"k":{"z":9,"u":22,"s":9,"r":22,"q":13,"p":22,"o":13,"n":22,"m":22,"l":22,"k":22,"j":22,"i":23,"h":22,"g":13,"e":13,"d":13,"c":13,"b":22,"a":12,"Z":11,"Y":35,"W":18,"V":22,"U":22,"T":62,"R":22,"Q":13,"P":22,"O":13,"N":22,"M":12,"L":22,"K":22,"I":22,"H":22,"G":13,"F":22,"E":22,"D":22,"C":13,"B":22,"9":20,"8":19,"7":45,"6":20,"5":16,"4":9,"3":19,"2":20,"1":86,"0":13}},"b":{"d":"49,-34v16,24,27,38,58,38v55,0,79,-43,79,-97v0,-53,-25,-94,-77,-94v-28,0,-43,14,-59,35r0,-115r-23,0r0,259v-2,12,19,17,21,5v1,-9,1,-20,1,-31xm49,-91v0,-42,13,-77,56,-77v42,1,57,35,57,76v0,39,-14,75,-55,76v-44,0,-58,-33,-58,-75","w":203,"k":{"z":24,"y":12,"x":19,"w":12,"v":12,"u":13,"t":17,"s":10,"r":13,"p":13,"n":13,"m":13,"l":13,"k":13,"j":13,"i":13,"h":13,"f":16,"b":13,"Z":23,"Y":57,"X":19,"W":21,"V":35,"U":13,"T":53,"R":13,"P":13,"N":13,"M":14,"L":13,"K":13,"J":19,"I":13,"H":13,"F":13,"E":13,"D":13,"B":13,"A":13,"9":23,"8":11,"7":57,"6":11,"5":17,"3":14,"2":36,"1":77}},"c":{"d":"42,-93v-6,-60,55,-92,99,-61r11,-18v-60,-38,-140,5,-135,81v4,58,34,99,96,93v15,-2,34,-5,35,-21v-6,-22,-32,4,-49,2v-39,-3,-54,-37,-57,-76","w":162,"k":{"y":-14,"x":-8,"w":-13,"v":-14,"t":-15,"q":19,"o":21,"g":18,"f":-16,"e":21,"d":21,"c":21,"a":20,"Y":25,"V":9,"T":46,"S":-11,"A":-8,"8":20,"7":33,"6":23,"4":43,"3":18,"1":70}},"d":{"d":"154,-37v1,16,-5,39,12,40v6,0,11,-5,11,-11r0,-259r-22,0r0,119v-15,-23,-27,-39,-57,-39v-54,0,-81,43,-81,96v0,52,26,94,77,94v30,0,45,-16,60,-40xm98,-18v-75,0,-76,-149,1,-149v44,1,56,36,56,79v0,40,-17,70,-57,70","w":204,"k":{"z":9,"u":22,"s":9,"r":22,"q":13,"p":22,"o":13,"n":22,"m":22,"l":22,"k":22,"j":22,"i":23,"h":22,"g":13,"e":13,"d":13,"c":13,"b":22,"a":12,"Z":11,"U":22,"R":22,"Q":13,"P":22,"O":13,"N":22,"M":12,"L":22,"K":22,"I":22,"H":22,"G":13,"F":22,"E":22,"D":22,"C":13,"B":22,"9":20,"8":19,"7":23,"6":20,"5":16,"4":9,"3":19,"2":20,"1":39,"0":13}},"e":{"d":"141,-23v-50,20,-99,-7,-98,-61r121,0v12,0,15,-1,15,-13v-3,-51,-28,-90,-79,-90v-53,0,-81,41,-83,94v-3,71,60,117,129,87xm42,-100v-4,-57,65,-93,100,-47v9,12,16,28,16,47r-116,0","w":193,"k":{"z":26,"y":9,"x":24,"w":9,"v":9,"u":10,"t":15,"s":8,"r":10,"p":10,"n":10,"m":10,"l":10,"k":10,"j":10,"i":11,"h":10,"f":14,"b":10,"Z":32,"Y":55,"X":24,"W":18,"V":33,"U":10,"T":50,"S":25,"R":10,"P":10,"N":10,"M":13,"L":10,"K":10,"J":26,"I":10,"H":10,"F":10,"E":10,"D":10,"B":10,"A":19,"9":20,"8":9,"7":66,"6":8,"5":34,"3":55,"2":35,"1":74}},"f":{"d":"57,-184v2,-33,-12,-78,33,-70v4,-1,6,-3,6,-8v0,-12,-15,-12,-28,-11v-41,0,-34,49,-34,89v-12,0,-30,-5,-30,9v0,14,16,9,30,10r0,242r23,0r0,-242v14,-1,37,4,37,-10v0,-14,-23,-9,-37,-9","w":91,"k":{"z":-16,"y":-28,"x":-19,"w":-27,"v":-29,"t":-28,"o":12,"l":-9,"k":-9,"h":-9,"g":12,"f":-30,"e":13,"d":11,"c":12,"b":-9,"a":10,"Y":-13,"W":-17,"V":-17,"T":-17,"S":-15,"Q":-11,"O":-11,"M":9,"J":12,"G":-10,"C":-11,"A":10,"9":-9,"6":13,"5":15,"4":16,"3":27,"2":-9,"1":19,"0":-12}},"g":{"d":"153,-32v10,58,-19,103,-81,91r-2,21v64,6,106,-25,106,-84r0,-172v2,-12,-18,-15,-20,-4v-2,9,-1,20,-1,30v-16,-23,-30,-37,-59,-37v-54,0,-79,44,-79,99v0,53,26,93,78,93v29,0,45,-14,58,-37xm100,-167v40,0,57,34,55,78v-2,39,-15,74,-54,74v-43,0,-60,-35,-60,-77v0,-42,17,-75,59,-75","w":203,"k":{"z":9,"u":22,"s":9,"r":22,"q":13,"p":22,"o":13,"n":22,"m":22,"l":22,"k":22,"j":22,"i":23,"h":22,"g":13,"e":13,"d":13,"c":13,"b":22,"a":12,"Z":11,"Y":35,"W":18,"V":22,"U":22,"T":62,"R":22,"Q":13,"P":22,"O":13,"N":22,"M":12,"L":22,"K":22,"I":22,"H":22,"G":13,"F":22,"E":22,"D":22,"C":13,"B":22,"9":20,"8":19,"7":45,"6":20,"5":16,"4":9,"3":19,"2":20,"1":86,"0":13}},"h":{"d":"148,-7v0,6,5,11,11,11v7,0,11,-5,11,-12v-2,-79,18,-182,-65,-179v-26,1,-41,14,-55,34r0,-107v0,-14,-23,-16,-23,0r0,261r22,0v4,-68,-22,-169,50,-169v69,0,45,95,49,161","w":197,"k":{"z":9,"y":15,"w":15,"v":15,"u":22,"t":17,"s":9,"r":22,"q":13,"p":22,"o":13,"n":22,"m":22,"l":23,"k":23,"j":22,"i":23,"h":23,"g":13,"f":16,"e":13,"d":13,"c":13,"b":23,"a":12,"Z":12,"Y":58,"W":27,"V":39,"U":23,"T":62,"R":22,"Q":13,"P":22,"O":13,"N":23,"M":12,"L":22,"K":23,"I":23,"H":22,"G":13,"F":22,"E":22,"D":22,"C":13,"B":22,"9":26,"8":20,"7":45,"6":20,"5":16,"4":9,"3":20,"2":23,"1":86,"0":13}},"i":{"d":"38,-243v-11,0,-11,18,0,18v5,0,10,-3,9,-9v1,-5,-4,-9,-9,-9xm50,-176v0,-14,-23,-14,-23,0r0,176r23,0r0,-176","w":77,"k":{"z":10,"u":23,"s":10,"r":23,"q":13,"p":23,"o":13,"n":23,"m":23,"l":23,"k":23,"j":23,"i":23,"h":23,"g":13,"e":13,"d":13,"c":13,"b":23,"a":13,"Z":12,"W":10,"U":23,"T":8,"R":23,"Q":13,"P":23,"O":13,"N":23,"M":12,"L":23,"K":23,"I":23,"H":23,"G":13,"F":23,"E":23,"D":23,"C":13,"B":23,"9":21,"8":20,"7":26,"6":20,"5":16,"4":9,"3":20,"2":20,"1":42,"0":13}},"j":{"d":"38,-243v-11,0,-11,18,0,18v5,0,10,-3,9,-9v1,-5,-4,-9,-9,-9xm38,-188v-6,0,-11,6,-11,12r0,252r22,0r0,-252v0,-6,-5,-12,-11,-12","w":76,"k":{"z":9,"u":22,"s":9,"r":22,"q":13,"p":22,"o":13,"n":22,"m":22,"l":22,"k":22,"j":22,"i":23,"h":22,"g":13,"e":13,"d":13,"c":13,"b":22,"a":12,"Z":11,"W":9,"U":22,"R":22,"Q":13,"P":22,"O":13,"N":22,"M":12,"L":22,"K":22,"I":22,"H":22,"G":13,"F":22,"E":22,"D":22,"C":13,"B":22,"9":20,"8":19,"7":26,"6":20,"5":16,"4":9,"3":19,"2":20,"1":42,"0":13}},"k":{"d":"50,-261v0,-14,-23,-16,-23,0r0,261r22,0r0,-98r98,99r17,-13r-96,-94r79,-62v10,-5,6,-18,-4,-19v-36,18,-61,50,-93,73r0,-147","w":167,"k":{"z":-13,"y":-10,"x":-19,"w":-10,"v":-12,"u":10,"t":-11,"q":22,"o":18,"g":15,"f":-12,"e":19,"d":19,"c":18,"a":18,"Z":-11,"Y":23,"X":-19,"V":10,"U":10,"T":39,"S":-18,"M":-10,"J":-17,"A":-19,"9":8,"8":18,"7":23,"6":20,"4":42,"3":15,"1":63}},"l":{"d":"38,-273v-6,0,-11,6,-11,12r0,262r22,-1r0,-261v0,-6,-5,-12,-11,-12","w":76,"k":{"z":9,"u":22,"s":9,"r":22,"q":13,"p":22,"o":13,"n":22,"m":22,"l":22,"k":22,"j":22,"i":23,"h":22,"g":13,"e":13,"d":13,"c":13,"b":22,"a":12,"Z":11,"U":22,"R":22,"Q":13,"P":22,"O":13,"N":22,"M":12,"L":22,"K":22,"I":22,"H":22,"G":13,"F":22,"E":22,"D":22,"C":13,"B":22,"9":20,"8":19,"7":23,"6":20,"5":16,"4":9,"3":19,"2":20,"1":39,"0":13}},"m":{"d":"49,-158v-1,-14,4,-30,-10,-29v-7,0,-12,4,-12,11r0,176r23,0v6,-65,-24,-169,45,-169v70,0,42,103,47,169r22,0v6,-66,-24,-169,46,-169v67,0,40,98,45,161v0,6,5,11,11,11v6,0,12,-5,12,-11r0,-116v6,-70,-103,-83,-123,-25v-12,-46,-87,-50,-106,-9","w":304,"k":{"z":9,"y":13,"w":14,"v":13,"u":22,"t":14,"s":9,"r":22,"q":13,"p":22,"o":13,"n":22,"m":22,"l":22,"k":22,"j":22,"i":23,"h":22,"g":13,"f":13,"e":13,"d":13,"c":13,"b":22,"a":12,"Z":11,"Y":56,"W":26,"V":36,"U":22,"T":62,"R":22,"Q":13,"P":22,"O":13,"N":22,"M":12,"L":22,"K":22,"I":22,"H":22,"G":13,"F":22,"E":22,"D":22,"C":13,"B":22,"9":25,"8":19,"7":45,"6":20,"5":16,"4":9,"3":19,"2":23,"1":86,"0":13}},"n":{"d":"49,-156v-1,-13,5,-32,-10,-32v-6,0,-12,5,-12,12r0,176r22,0v4,-68,-21,-168,49,-168v69,0,46,95,50,161v0,6,5,11,11,11v7,0,11,-5,11,-12r0,-110v9,-72,-95,-90,-121,-38","w":197,"k":{"z":9,"y":15,"w":15,"v":14,"u":22,"t":17,"s":9,"r":22,"q":13,"p":22,"o":13,"n":22,"m":22,"l":22,"k":22,"j":22,"i":23,"h":22,"g":13,"f":15,"e":13,"d":13,"c":13,"b":22,"a":12,"Z":11,"Y":58,"W":27,"V":38,"U":22,"T":62,"R":22,"Q":13,"P":22,"O":13,"N":22,"M":12,"L":22,"K":22,"I":22,"H":22,"G":13,"F":22,"E":22,"D":22,"C":13,"B":22,"9":26,"8":19,"7":45,"6":20,"5":16,"4":9,"3":19,"2":23,"1":86,"0":13}},"o":{"d":"17,-93v0,53,27,97,82,97v53,0,80,-43,80,-96v0,-54,-28,-95,-81,-95v-53,0,-81,42,-81,94xm98,-15v-75,0,-75,-153,0,-153v42,0,57,35,57,75v0,41,-16,78,-57,78","k":{"z":26,"y":13,"x":21,"w":13,"v":13,"u":13,"t":19,"s":11,"r":13,"p":13,"n":13,"m":13,"l":13,"k":13,"j":13,"i":13,"h":13,"g":13,"f":18,"b":13,"Z":24,"Y":59,"X":21,"W":21,"V":36,"U":13,"T":53,"R":13,"P":13,"N":13,"M":14,"L":13,"K":13,"J":21,"I":13,"H":13,"F":13,"E":13,"D":13,"B":13,"A":14,"9":23,"8":11,"7":58,"6":11,"5":18,"3":15,"2":38,"1":77}},"p":{"d":"49,-32v16,21,30,36,59,36v53,0,78,-44,78,-98v0,-53,-27,-94,-77,-94v-29,0,-45,17,-60,39v-2,-15,6,-38,-12,-38v-6,0,-10,6,-10,12r0,251r22,0r0,-108xm48,-90v-1,-46,15,-78,58,-78v74,0,76,153,-1,152v-41,-1,-55,-34,-57,-74","w":203,"k":{"z":25,"y":12,"x":20,"w":12,"v":12,"u":13,"t":17,"s":10,"r":13,"p":13,"o":20,"n":13,"m":13,"l":13,"k":13,"j":13,"i":13,"h":13,"f":16,"b":13,"Z":23,"Y":57,"X":20,"W":21,"V":35,"U":13,"T":53,"R":13,"P":13,"N":13,"M":14,"L":13,"K":13,"J":20,"I":13,"H":13,"F":13,"E":13,"D":13,"B":13,"A":14,"9":22,"8":10,"7":58,"6":10,"5":18,"3":15,"2":36,"1":76}},"q":{"d":"95,-1v28,0,44,-15,59,-36r0,109r23,0r0,-252v-2,-17,-23,-13,-23,3r0,23v-16,-23,-29,-37,-59,-37v-52,0,-78,43,-78,96v0,51,26,94,78,94xm98,-172v43,1,58,35,58,80v0,39,-16,72,-58,72v-76,-1,-77,-153,0,-152","w":204,"k":{"z":9,"u":22,"s":9,"r":22,"q":13,"p":22,"o":13,"n":22,"m":22,"l":22,"k":22,"j":22,"i":23,"h":22,"g":13,"e":13,"d":13,"c":13,"b":22,"a":12,"Z":11,"Y":32,"W":17,"V":21,"U":22,"T":62,"R":22,"Q":13,"P":22,"O":13,"N":22,"M":12,"L":22,"K":22,"I":22,"H":22,"G":13,"F":22,"E":22,"D":22,"C":13,"B":22,"9":20,"8":19,"7":45,"6":20,"5":16,"4":9,"3":19,"2":20,"1":86,"0":13}},"r":{"d":"39,-186v-7,0,-12,4,-12,11r0,176r23,-1v7,-60,-19,-145,38,-161v15,-4,21,-26,1,-27v-26,5,-33,28,-42,53v-2,-18,13,-50,-8,-51","w":98,"k":{"z":-17,"y":-29,"x":-21,"w":-29,"v":-30,"u":-8,"t":-30,"r":-8,"p":-8,"o":10,"n":-8,"m":-8,"l":-8,"k":-8,"j":-8,"i":-8,"h":-8,"g":11,"f":-31,"e":12,"d":10,"c":10,"b":-8,"a":10,"Z":33,"X":23,"W":-13,"V":-8,"U":-8,"T":31,"S":-17,"R":-8,"Q":-13,"P":-8,"O":-13,"N":-8,"L":-8,"K":-8,"J":26,"I":-8,"H":-8,"G":-12,"F":-8,"E":-8,"D":-8,"C":-13,"B":-8,"A":24,"9":-10,"7":66,"6":12,"5":13,"4":30,"3":41,"2":-11,"1":55,"0":-14}},"s":{"d":"14,-23v30,37,132,37,132,-26v0,-53,-68,-50,-98,-77v-19,-27,20,-53,50,-39r34,16v5,0,10,-2,9,-8v-20,-52,-149,-30,-118,35v19,40,89,26,100,73v-3,47,-77,35,-95,10","w":160,"k":{"u":11,"r":10,"p":10,"n":10,"m":10,"l":10,"k":10,"j":10,"i":10,"h":10,"b":10,"Y":38,"W":13,"V":21,"U":14,"T":50,"R":10,"P":10,"N":10,"L":10,"K":10,"I":10,"H":10,"F":10,"E":10,"D":10,"B":10,"9":13,"8":9,"7":43,"6":10,"2":15,"1":73}},"t":{"d":"13,-184v-15,3,-6,20,4,19r18,0r0,165r22,0r0,-165v12,-1,30,3,30,-10v0,-14,-18,-9,-30,-9v-2,-22,8,-57,-12,-60v-19,3,-8,39,-11,60r-21,0","w":89,"k":{"z":-12,"y":-1,"x":-15,"w":-23,"v":-24,"t":-24,"q":12,"o":15,"g":15,"f":-25,"e":17,"d":15,"c":15,"a":15,"Z":17,"X":9,"T":11,"S":-11,"M":13,"J":10,"A":9,"8":9,"7":29,"6":17,"5":19,"4":14,"3":25,"1":45,"0":-8}},"u":{"d":"27,-67v1,45,26,70,72,70v46,0,71,-25,72,-70r0,-108v0,-7,-4,-12,-11,-12v-6,0,-11,5,-11,11v-5,65,23,160,-50,160v-73,0,-43,-99,-49,-164r-23,0r0,113","w":198,"k":{"z":13,"x":9,"u":22,"s":15,"r":22,"q":13,"p":22,"o":13,"n":22,"m":22,"l":22,"k":22,"j":22,"i":23,"h":22,"g":13,"e":13,"d":13,"c":13,"b":22,"a":12,"Z":22,"Y":35,"X":19,"W":18,"V":22,"U":22,"T":62,"S":9,"R":22,"Q":13,"P":22,"O":13,"N":22,"M":19,"L":22,"K":22,"J":19,"I":22,"H":22,"G":13,"F":22,"E":22,"D":22,"C":13,"B":22,"A":15,"9":20,"8":19,"7":59,"6":20,"5":20,"4":9,"3":20,"2":20,"1":86,"0":13}},"v":{"d":"132,-124v3,-18,31,-53,6,-63v-5,0,-9,2,-11,8r-49,147r-52,-154r-21,7r61,173v22,24,29,-14,36,-33","w":155,"k":{"y":-18,"x":-10,"w":-18,"v":-19,"t":-19,"q":10,"o":12,"g":12,"f":-20,"e":12,"d":12,"c":12,"a":11,"Z":44,"Y":15,"X":35,"T":42,"M":18,"J":41,"A":38,"8":14,"7":80,"6":19,"5":24,"4":20,"3":39,"1":66}},"w":{"d":"266,-172v5,-11,-9,-19,-18,-13v-21,48,-33,105,-51,156r-46,-143r-28,0r-46,144r-49,-158r-22,7r56,169v2,15,24,17,29,1r46,-145r46,145v3,16,27,15,29,-2","w":273,"k":{"y":-18,"x":-10,"w":-18,"v":-19,"t":-19,"q":11,"o":12,"g":13,"f":-20,"e":12,"d":12,"c":12,"a":12,"Z":43,"Y":15,"X":34,"T":42,"M":18,"J":40,"A":36,"8":13,"7":78,"6":20,"5":24,"4":19,"3":38,"1":66,".":22}},"x":{"d":"10,-16v-9,14,9,26,19,12r57,-78r56,78v6,10,22,9,22,-4v-17,-34,-45,-59,-65,-90v18,-27,42,-49,57,-79v-1,-11,-14,-13,-21,-3r-49,66r-54,-71r-18,11r58,76","w":171,"k":{"z":-10,"y":-10,"x":-16,"w":-10,"v":-11,"u":10,"t":-11,"q":24,"o":21,"g":18,"f":-12,"e":21,"d":21,"c":21,"a":20,"Y":23,"X":-16,"V":10,"U":10,"T":43,"S":-15,"J":-14,"A":-16,"9":9,"8":21,"7":26,"6":23,"4":31,"3":18,"1":67}},"y":{"d":"41,69v1,14,21,13,23,0r85,-245v0,-13,-19,-14,-23,-1r-48,146r-50,-152r-22,7r61,174v-8,19,-21,49,-26,71","w":155,"k":{"y":-18,"x":-9,"w":-18,"v":-19,"t":-19,"q":11,"o":12,"g":13,"f":-20,"e":12,"d":12,"c":12,"a":12,"Z":44,"Y":15,"X":35,"T":42,"M":19,"J":41,"A":38,"8":14,"7":80,"6":20,"5":25,"4":20,"3":39,"1":66}},"z":{"d":"152,-10v0,-6,-6,-10,-12,-10r-96,0r104,-155v0,-6,-3,-9,-10,-9r-120,0r0,19r99,0r-101,149v-4,7,-2,17,8,16r116,0v6,0,12,-5,12,-10","w":162,"k":{"y":-11,"x":-13,"w":-10,"v":-12,"u":10,"t":-12,"q":24,"o":24,"g":21,"f":-13,"e":24,"d":24,"c":23,"a":23,"Y":23,"X":-13,"V":10,"U":10,"T":46,"S":-12,"J":-11,"A":-13,"9":8,"8":22,"7":29,"6":26,"5":9,"4":48,"3":21,"1":70}},"{":{"d":"62,-260v-3,-25,15,-24,32,-28v-9,-9,-50,-8,-50,16r0,121v0,11,-5,21,-13,25v9,5,13,14,13,26r0,121v0,21,22,19,43,19r0,-5v-18,1,-25,-8,-25,-26v-2,-38,4,-83,-3,-116v-8,-13,-29,-18,-8,-28v23,-23,6,-84,11,-125","w":115},"|":{"d":"22,0r15,0r0,-251r-15,0r0,251","w":58},"}":{"d":"28,40v21,0,43,3,43,-19r0,-121v1,-13,6,-20,14,-26v-29,-25,-14,-98,-14,-146v0,-23,-25,-20,-47,-20v-1,0,-2,1,-2,3v10,6,37,2,31,29r0,106v2,12,16,24,24,28v-9,8,-21,15,-24,28r0,107v1,20,-7,26,-25,26r0,5","w":115},"~":{"d":"32,-105v13,-61,103,53,111,-38r-10,0v-13,62,-102,-54,-111,38r10,0","w":165},"\u00a0":{"w":91}}});;Cufon.registerFont({"w":246,"face":{"font-family":"BorisBlackBloxx","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 5 2 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-27.5069 -315.546 474.713 67.7521","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":95},"!":{"d":"19,-100v2,15,43,13,44,0v6,-54,13,-108,11,-171v0,-21,-38,-7,-57,-11v-6,0,-9,5,-9,11v0,63,3,117,11,171xm72,-11v0,-22,8,-60,-8,-67v-19,3,-52,-9,-54,11v3,22,-9,60,9,67v19,-3,53,9,53,-11","w":82},"\"":{"d":"71,-148v1,16,43,13,40,0r0,-96v1,-15,-19,-9,-33,-10v-5,0,-7,5,-7,10r0,96xm8,-148v1,16,43,13,40,0r0,-96v1,-15,-20,-9,-33,-10v-5,0,-7,5,-7,10r0,96","w":118},"#":{"d":"19,-203v0,19,-8,53,11,53r23,0r-3,17v-16,2,-42,-6,-42,11v0,19,-8,53,11,53r24,0v1,22,-20,62,5,69v19,-2,52,8,54,-10r7,-59r24,0r-7,57v0,21,35,9,55,12v22,-7,11,-47,18,-69v16,-1,41,6,41,-11v0,-19,8,-53,-12,-53r-22,0r2,-17v16,-2,43,6,43,-11v0,-19,8,-52,-12,-53r-24,0r7,-56v1,-21,-35,-9,-55,-12v-5,0,-10,4,-10,9r-8,59r-23,0r7,-56v-1,-21,-36,-9,-55,-12v-22,7,-11,46,-18,68v-16,1,-41,-6,-41,11xm118,-150r24,0r-2,17r-24,0","w":258},"$":{"d":"225,-260v-11,-19,-45,-21,-74,-25v0,-14,2,-29,-11,-30v-24,-1,-48,-4,-41,29v-51,7,-92,34,-91,89v1,55,42,75,91,86r0,39v-28,-5,-52,-14,-75,-24v-9,-4,-17,2,-15,11v5,27,-9,69,26,71v16,6,44,10,64,13v1,14,-4,34,11,34v16,-1,41,6,41,-11r0,-24v53,-5,96,-35,94,-89v-2,-57,-36,-74,-94,-89r0,-37v25,6,47,21,74,21v9,-15,-1,-44,0,-64xm151,-99v22,1,26,27,0,27r0,-27xm99,-192v-13,-2,-26,-16,-12,-25v3,-2,6,-2,12,-3r0,28","w":253},"%":{"d":"199,-205v-2,-57,-38,-84,-96,-85v-53,0,-97,32,-95,85v2,56,38,84,96,85v53,1,96,-33,95,-85xm79,-205v0,-26,1,-42,25,-43v22,0,24,18,24,44v0,25,-4,43,-25,43v-22,0,-24,-18,-24,-44xm441,-50v1,-58,-43,-84,-96,-85v-53,-1,-95,33,-95,85v0,53,42,86,96,85v56,-1,94,-32,95,-85xm321,-49v0,-26,1,-44,25,-44v22,0,23,18,24,44v0,25,-3,43,-25,43v-22,0,-24,-17,-24,-43xm62,31v12,11,50,9,60,1r260,-304v7,-7,1,-19,-8,-18v-16,2,-41,-6,-50,4r-260,304v-3,4,-4,9,-2,13","w":449},"&":{"d":"8,-78v-2,93,149,99,211,55v9,8,13,19,25,23r92,0v9,0,14,-11,7,-18r-52,-58v19,-20,41,-45,51,-74r-10,-15r-67,0v-15,4,-18,24,-28,31r-26,-28v15,-11,32,-38,32,-57v0,-46,-48,-70,-96,-69v-51,1,-89,19,-91,69v-1,18,10,34,20,49v-39,15,-67,44,-68,92xm168,-77v-21,13,-63,23,-68,-7v1,-15,18,-27,31,-34xm138,-224v1,-10,24,-10,23,2v-1,9,-4,17,-10,20v-9,-8,-13,-15,-13,-22","w":354},"'":{"d":"8,-148v1,16,43,13,40,0r0,-96v1,-15,-20,-9,-33,-10v-5,0,-7,5,-7,10r0,96","w":56},"(":{"d":"109,-19v-48,-17,-40,-123,-28,-177v6,-26,28,-22,36,-41v-3,-19,9,-52,-12,-53v-133,24,-128,314,0,335v20,3,9,-35,12,-54v1,-5,-4,-10,-8,-10","w":124},")":{"d":"11,-288v-5,17,-9,57,5,62v32,11,37,59,37,104v0,45,-5,92,-37,103v-15,5,-9,45,-5,62v106,1,131,-185,82,-274v-17,-32,-45,-60,-82,-57","w":124},"*":{"d":"155,-147v17,1,48,19,52,-3v-2,-18,4,-43,-3,-56v-15,-5,-33,4,-49,5v8,-14,38,-30,24,-47v-18,-8,-31,-24,-52,-26v-12,10,-12,31,-19,45v-9,-14,-6,-48,-29,-44v-14,13,-51,17,-45,41r26,31v-17,-1,-48,-17,-52,3v3,21,-10,56,13,59r39,-8v-8,18,-37,29,-23,48v17,7,30,23,51,25v12,-10,13,-30,20,-44v9,14,6,48,28,43v18,-12,66,-25,37,-50v-4,-8,-12,-14,-18,-22","w":215,"k":{"A":63}},"+":{"d":"76,-140v-23,4,-63,-10,-68,11v3,21,-8,56,11,61r58,0v3,23,-10,62,10,68v21,-3,61,10,61,-11r0,-57v23,-3,62,10,67,-11v-3,-21,9,-57,-11,-61r-57,0v-4,-22,10,-63,-11,-67v-21,3,-60,-9,-60,11r0,56","w":223},",":{"d":"69,-8v-3,-21,9,-58,-9,-63v-18,3,-49,-8,-52,9v5,22,-14,65,18,61v-3,14,-21,37,-3,45v12,-1,26,3,30,-7","w":77},"-":{"d":"137,-111v-2,-16,7,-43,-10,-43r-109,0v-17,0,-8,28,-10,43v0,4,4,8,10,8r109,0v5,1,10,-4,10,-8","w":144},".":{"d":"69,-9v-3,-21,9,-58,-9,-62v-18,3,-49,-8,-52,9v3,21,-9,58,9,62v18,-3,49,8,52,-9","w":90},"\/":{"d":"9,-12v-6,25,40,15,64,15r138,-275v6,-26,-36,-13,-59,-16v-4,1,-8,3,-9,6","w":220},"0":{"d":"129,4v90,-1,120,-52,120,-145v0,-95,-30,-147,-120,-147v-91,0,-120,53,-121,147v0,91,31,146,121,145xm100,-141v5,-46,-10,-70,29,-70v38,0,23,27,28,70v-5,43,9,67,-28,69v-38,2,-24,-36,-29,-69","w":257,"k":{"}":12,"j":30,"`":29,"_":73,"]":12,"\\":24,"Y":30,"X":31,"W":19,"V":24,"A":26,"5":13,"3":9}},"1":{"d":"64,-11v0,6,4,11,10,11r65,0v6,0,10,-5,10,-11r0,-260v-3,-21,-43,-7,-64,-11v-18,20,-38,29,-69,35v-16,7,-5,45,-8,67v7,26,42,-2,56,-7r0,176","w":156,"k":{"_":157}},"2":{"d":"30,-166v17,-18,91,-78,108,-20v-1,16,-18,32,-26,40r-103,97v0,15,-8,49,10,49r206,0v20,-6,6,-47,10,-69v0,-6,-4,-11,-10,-11r-74,0v29,-35,82,-69,82,-127v0,-101,-160,-94,-213,-44v-6,19,-4,58,-1,81v2,3,6,6,11,4","w":243,"k":{"{":15,"`":17,"_":196,"^":22,"\\":14,"Y":17,"W":10,"V":13}},"3":{"d":"31,-283v-21,5,-7,44,-11,66v0,6,5,11,11,11r95,0v-15,14,-37,23,-47,41v2,18,-7,47,11,48v37,2,53,3,59,25v-18,38,-84,4,-104,-10v-7,-4,-14,0,-15,6v-7,24,-40,59,-5,73v63,43,222,43,214,-66v-3,-48,-28,-74,-72,-82r55,-52v0,-19,9,-55,-10,-60r-181,0","w":247,"k":{"}":9,"y":22,"x":19,"w":26,"v":26,"t":21,"j":19,"f":17,"`":9,"_":65,"]":9,"\\":9,"Y":9,"X":16,"W":9,"V":9,"T":9,"A":16,"9":12,"7":9,"1":9}},"4":{"d":"222,-271v0,-6,-5,-11,-11,-11v-24,2,-57,-3,-76,4r-127,158r0,66v0,6,5,11,11,11r111,0v1,17,-6,43,11,43r70,0v17,0,9,-27,11,-43v14,-2,37,4,37,-11v0,-32,15,-78,-37,-66r0,-151xm76,-120r54,-66r0,66r-54,0","w":266,"k":{"}":26,"y":29,"x":16,"w":27,"v":26,"t":29,"j":29,"f":29,"`":29,"_":196,"]":29,"\\":30,"Y":30,"X":19,"W":29,"V":29,"T":29,"A":11,"9":11,"7":29,"1":29}},"5":{"d":"226,-210v21,-4,8,-41,11,-62v-1,-6,-6,-10,-12,-11r-171,0v-5,0,-10,5,-10,10r-12,125v18,14,34,29,60,35v22,-8,67,-10,67,18v-14,48,-95,11,-124,4v-16,15,-21,43,-26,67v66,46,249,46,242,-67v-5,-78,-69,-108,-150,-95r3,-24r122,0","w":258,"k":{"y":12,"x":21,"w":25,"v":25,"t":11,"j":23,"f":10,"_":73,"X":13,"A":18,"9":8}},"6":{"d":"127,4v72,1,120,-27,120,-95v0,-79,-74,-110,-151,-89v5,-22,14,-40,40,-40v37,0,53,8,77,19v9,5,16,-2,15,-10v-2,-21,5,-49,-5,-62v-20,-9,-55,-15,-87,-15v-87,2,-129,49,-128,149v1,96,31,142,119,143xm95,-103v3,-15,16,-21,32,-21v22,0,32,10,32,31v0,32,-46,39,-59,20v-2,-4,-3,-14,-5,-30","w":254,"k":{"}":10,"y":11,"x":15,"w":12,"v":12,"t":11,"j":21,"f":9,"`":11,"_":68,"]":10,"\\":13,"Y":11,"X":18,"W":11,"V":11,"T":10,"A":17,"9":11,"7":10,"1":10}},"7":{"d":"132,0v4,1,10,-5,10,-8v23,-81,56,-156,101,-213v-3,-21,9,-57,-11,-61r-213,0v-22,4,-7,47,-11,70v0,6,5,11,11,11r126,0v-42,55,-76,117,-104,186v-5,9,2,16,10,15r81,0","w":250,"k":{"~":59,"{":17,"z":9,"s":29,"q":39,"o":41,"j":38,"g":35,"e":40,"d":36,"c":41,"a":32,"_":196,"^":37,"O":8,"J":68,"G":13,"C":10,"A":90,"5":22,"4":50}},"8":{"d":"46,-156v-24,15,-38,34,-38,70v0,67,52,89,121,90v71,1,121,-27,122,-93v1,-31,-19,-53,-39,-67v16,-10,28,-28,28,-52v0,-51,-55,-81,-111,-80v-58,0,-110,26,-110,79v1,25,10,41,27,53xm162,-92v0,19,-12,29,-32,28v-23,0,-34,-10,-34,-28v0,-18,11,-28,33,-28v20,-1,33,9,33,28xm104,-201v0,-13,12,-18,25,-18v13,0,25,4,25,18v0,13,-12,17,-25,17v-13,0,-25,-5,-25,-17","w":258,"k":{"}":10,"j":21,"`":27,"_":70,"]":10,"\\":23,"Y":27,"X":21,"W":19,"V":23,"A":17}},"9":{"d":"127,-288v-71,-1,-119,28,-119,96v0,78,73,110,149,90v1,58,-84,40,-115,20v-9,-5,-16,2,-15,10r0,52v11,23,55,24,91,24v88,0,129,-53,129,-148v0,-95,-33,-143,-120,-144xm127,-220v28,-1,32,12,32,36v0,35,-64,34,-64,-6v0,-19,13,-30,32,-30","w":254,"k":{"}":11,"j":36,"`":28,"_":83,"]":11,"\\":23,"Y":28,"X":34,"W":19,"V":23,"A":28,"5":15,"3":10}},":":{"d":"69,-142v-3,-21,9,-58,-9,-62v-18,3,-49,-8,-52,9v3,21,-9,58,9,62v18,-3,49,8,52,-9xm69,-9v-3,-21,9,-58,-9,-62v-18,3,-49,-8,-52,9v3,21,-9,58,9,62v18,-3,49,8,52,-9","w":77},";":{"d":"69,-142v-3,-21,9,-58,-9,-62v-18,3,-49,-8,-52,9v3,21,-9,58,9,62v18,-3,49,8,52,-9xm69,-15v-3,-21,9,-59,-9,-63v-18,3,-51,-8,-52,10v5,22,-14,65,18,60v-2,14,-21,37,-3,45v11,-1,27,3,30,-6","w":77},"<":{"d":"210,1v7,-18,9,-61,-3,-72r-81,-33r81,-33v14,-9,4,-43,7,-63v1,-8,-6,-13,-14,-10r-185,75v-13,6,-5,36,-7,53v0,4,3,10,7,10r185,74v4,1,7,1,10,-1","w":222},"=":{"d":"19,-155v-19,-1,-8,30,-11,47v1,4,5,9,11,8r186,0v18,0,7,-30,10,-47v0,-4,-5,-8,-11,-8r-185,0xm19,-62v-19,1,-9,31,-11,48v0,4,6,8,11,8r186,0v17,-1,8,-30,10,-47v0,-5,-6,-9,-11,-9r-185,0","w":223},">":{"d":"8,-200v3,21,-7,54,7,63r82,33r-82,33v-14,9,-7,42,-7,63v0,7,7,13,15,10r186,-74v10,-9,10,-53,-1,-63r-185,-75v-8,-3,-15,3,-15,10","w":223},"?":{"d":"202,-207v0,-74,-107,-95,-169,-58v-10,6,-27,7,-25,22v9,15,6,52,29,47v18,-12,77,-46,85,-4v-13,37,-72,40,-63,98v3,20,41,11,62,11v9,0,11,-8,10,-18v16,-38,71,-43,71,-98xm133,-11v-4,-22,10,-63,-11,-67v-22,4,-61,-10,-65,11v4,23,-10,62,11,67v22,-4,61,10,65,-11","w":209},"@":{"d":"85,-85v0,60,74,93,103,49v3,13,9,21,22,21v49,1,100,-57,100,-112v0,-67,-64,-121,-136,-121v-79,0,-150,71,-150,146v0,105,125,188,225,127v22,-13,36,-26,43,-40r-35,0v-14,16,-52,28,-85,27v-56,-1,-108,-52,-108,-112v0,-61,51,-114,110,-114v74,0,130,71,90,138v-11,19,-26,33,-33,12r23,-106r-36,0r-5,17v-5,-15,-28,-24,-47,-24v-50,-2,-81,45,-81,92xm130,-99v0,-37,71,-57,72,-8v1,20,-19,52,-41,50v-21,-1,-31,-17,-31,-42","w":334},"A":{"d":"280,-2v29,3,77,7,100,-3v2,-3,2,-7,0,-11r-143,-264v-21,-2,-64,-7,-79,4r-148,260v-5,9,0,16,10,16v27,-3,66,7,84,-6r19,-35r135,0v8,13,12,29,22,39xm193,-167r32,62r-67,0","w":379,"k":{"~":28,"{":17,"y":67,"w":70,"v":69,"t":41,"q":24,"o":21,"g":23,"f":31,"e":22,"d":19,"c":19,"`":126,"_":196,"^":46,"\\":101,"Y":121,"W":84,"V":116,"U":16,"T":77,"Q":34,"O":33,"G":33,"C":35,"9":12,"8":16,"7":24,"6":24,"4":10,"1":48,"0":26}},"B":{"d":"8,-11v0,6,5,11,11,11r147,0v53,1,97,-30,96,-80v0,-37,-16,-61,-46,-73v22,-11,36,-29,36,-59v0,-95,-137,-65,-233,-70v-6,0,-11,5,-11,11r0,260xm164,-91v0,25,-31,29,-60,27r0,-54v30,-2,60,0,60,27xm157,-195v0,20,-28,24,-53,22r0,-45v26,-2,53,2,53,23","w":270,"k":{"}":9,"j":19,"`":25,"_":196,"]":9,"\\":22,"Y":26,"X":19,"W":18,"V":21,"A":15}},"C":{"d":"8,-137v-7,139,177,169,294,120v5,-17,8,-54,-1,-70v-61,17,-193,46,-193,-52v0,-90,109,-90,174,-60v28,4,9,-42,11,-64v-1,-3,-4,-9,-8,-9v-30,-9,-67,-16,-109,-16v-104,1,-163,48,-168,151","w":313,"k":{"{":16,"_":55,"^":39,"\\":8}},"D":{"d":"321,-141v0,-84,-61,-141,-145,-141r-157,0v-6,0,-11,5,-11,11r0,260v0,6,5,11,11,11r158,0v82,1,144,-61,144,-141xm110,-197v58,-2,113,-6,113,56v0,61,-55,57,-113,55r0,-111","w":328,"k":{"}":26,"j":38,"`":49,"_":196,"]":27,"\\":32,"Z":8,"Y":47,"X":49,"W":26,"V":44,"T":8,"J":13,"A":38,"5":15,"3":17}},"E":{"d":"8,-11v0,6,5,11,11,11r219,0v21,-3,7,-42,11,-63v0,-6,-5,-12,-11,-12r-130,0r0,-30r103,0v21,-3,7,-42,11,-63v0,-6,-5,-11,-11,-11r-103,0r0,-29r121,0v20,-4,6,-42,10,-63v0,-6,-4,-11,-10,-11r-210,0v-6,0,-11,5,-11,11r0,260","w":257,"k":{"{":17,"w":12,"v":12,"f":15,"_":196,"^":19,"W":17}},"F":{"d":"8,-11v0,6,5,11,11,11r78,0v6,0,11,-5,11,-11r0,-89r97,0v21,-3,11,-42,11,-63v0,-6,-5,-10,-10,-11r-98,0r0,-34r132,0v21,-3,7,-42,11,-63v0,-6,-5,-11,-11,-11r-221,0v-6,0,-11,5,-11,11r0,260","w":258,"k":{"~":30,"{":17,"z":7,"s":29,"q":27,"o":27,"j":38,"g":27,"e":27,"d":27,"c":27,"a":43,"_":196,"^":27,"J":102,"G":10,"C":8,"A":78,"5":21,"4":27}},"G":{"d":"243,-74v-55,19,-135,1,-135,-65v0,-92,122,-88,194,-62v26,1,7,-41,8,-62v0,-3,-5,-9,-8,-9v-30,-9,-75,-16,-118,-16v-99,-1,-176,56,-176,152v0,153,199,162,322,118v6,-39,0,-90,2,-133v0,-6,-5,-11,-11,-11r-115,0v-21,2,-9,39,-12,59v2,18,31,9,49,11r0,18","w":339,"k":{"}":12,"y":9,"w":9,"v":8,"`":15,"_":66,"]":12,"\\":17,"Y":15,"W":15,"V":15,"T":8,"R":-6,"A":10,"7":8,"1":8}},"H":{"d":"109,-271v0,-6,-5,-11,-11,-11r-79,0v-6,0,-11,5,-11,11r0,260v0,6,5,11,11,11r79,0v6,0,11,-5,11,-11r0,-96r92,0r0,96v0,6,5,11,11,11r79,0v6,0,11,-5,11,-11r0,-260v0,-6,-5,-11,-11,-11r-79,0v-6,0,-11,5,-11,11r0,90r-92,0r0,-90","w":310,"k":{"_":196}},"I":{"d":"8,-11v0,5,4,11,9,11r67,0v6,0,10,-5,10,-11r0,-260v0,-6,-4,-11,-10,-11r-67,0v-6,0,-9,6,-9,11r0,260","w":101,"k":{"_":102,"E":-10}},"J":{"d":"216,-274v0,-6,-4,-11,-10,-11r-77,0v-6,0,-11,5,-11,11r0,159v-1,55,-82,23,-97,2v-8,0,-14,3,-13,13v6,29,4,67,16,90v24,9,55,21,85,21v60,0,107,-41,107,-100r0,-185","w":224,"k":{"_":12,"K":-17}},"K":{"d":"8,-11v0,6,5,11,11,11r78,0v6,0,10,-6,11,-11r0,-98r109,106v26,8,71,1,104,3v11,1,16,-12,8,-19r-137,-134r101,-111v8,-7,0,-19,-9,-18v-30,2,-65,-2,-91,3r-85,97r0,-89v0,-5,-5,-11,-11,-11r-78,0v-6,0,-11,5,-11,11r0,260","w":340,"k":{"~":42,"{":17,"y":68,"w":71,"v":70,"t":42,"q":35,"o":27,"f":31,"e":28,"d":24,"c":25,"`":29,"_":196,"^":92,"\\":30,"Y":29,"W":29,"V":29,"U":21,"T":52,"Q":47,"O":46,"G":48,"C":50,"9":12,"8":22,"7":24,"6":30,"4":22,"3":8,"1":48,"0":31}},"L":{"d":"255,-11v-3,-25,10,-66,-11,-73r-136,0r0,-187v0,-6,-5,-11,-11,-11r-78,0v-6,0,-11,5,-11,11r0,260v0,6,5,11,11,11r225,0v6,0,11,-5,11,-11","w":262,"k":{"{":17,"y":53,"w":43,"v":42,"t":32,"f":31,"`":139,"_":196,"^":139,"\\":75,"Y":121,"W":72,"V":85,"T":77,"O":20,"9":11,"7":24,"1":48}},"M":{"d":"406,-271v0,-5,-5,-11,-11,-11r-90,1v-37,48,-64,106,-98,157r-98,-157v-28,-3,-60,0,-90,-1v-6,0,-11,5,-11,11r0,260v0,6,5,11,11,11r72,0v6,0,11,-5,11,-11r0,-140r82,149v12,3,43,7,49,-4r78,-146r0,141v8,23,57,7,84,11v6,1,10,-6,11,-11r0,-260","w":413,"k":{"_":196}},"N":{"d":"221,-282v-6,0,-11,5,-11,11r0,132r-102,-139v-20,-10,-61,-1,-89,-4v-6,0,-11,5,-11,11r0,260v0,6,5,11,11,11r70,0v6,0,11,-5,11,-11r0,-130r106,140v26,3,57,0,85,1v6,0,11,-5,11,-11r0,-260v0,-6,-5,-11,-11,-11r-70,0","w":310,"k":{"_":196,"E":-6}},"O":{"d":"177,4v106,0,169,-43,169,-145v0,-103,-63,-147,-169,-147v-106,0,-169,44,-169,147v0,102,63,145,169,145xm177,-204v44,0,70,19,70,63v0,43,-26,62,-70,62v-43,0,-69,-19,-69,-62v0,-43,25,-63,69,-63","w":354,"k":{"}":22,"j":38,"`":43,"_":109,"]":22,"\\":30,"Y":42,"X":44,"W":24,"V":31,"A":35,"5":15,"3":14}},"P":{"d":"95,0v6,0,12,-5,12,-11r0,-90v86,6,157,-9,156,-92v-1,-110,-136,-86,-244,-89v-6,0,-11,5,-11,11r0,260v0,6,5,11,11,11r76,0xm106,-216v28,-5,62,-3,62,25v0,25,-31,28,-62,26r0,-51","w":271,"k":{"~":40,"j":38,"a":7,"`":23,"_":196,"^":11,"\\":16,"Y":22,"X":30,"W":12,"V":16,"T":17,"J":102,"A":75,"5":17,"4":17}},"Q":{"d":"301,40v17,-1,35,1,39,-12v1,-18,13,-39,5,-54v-11,-7,-30,5,-46,-3v31,-26,49,-63,48,-114v-1,-102,-65,-147,-170,-147v-105,0,-169,44,-169,147v0,112,76,153,196,147v24,22,56,37,97,36xm177,-206v44,0,70,20,70,63v0,43,-26,63,-70,63v-44,0,-69,-21,-69,-63v0,-42,25,-63,69,-63","w":356,"k":{"`":44,"\\":31,"Y":43,"W":26,"V":32}},"R":{"d":"99,0v6,0,11,-5,11,-11r0,-89v21,2,56,-5,63,8v16,30,31,63,50,90v28,6,66,0,97,2v9,0,14,-8,10,-17v-27,-38,-40,-88,-83,-110v33,-11,58,-32,57,-76v-1,-51,-48,-79,-105,-79r-180,0v-6,0,-11,5,-11,11r0,260v0,6,5,11,11,11r80,0xm204,-192v0,38,-57,25,-96,28r0,-54v37,3,96,-12,96,26","w":339,"k":{"~":30,"{":17,"y":19,"w":19,"v":19,"t":19,"q":26,"o":22,"f":19,"e":23,"d":21,"c":21,"`":47,"_":196,"^":45,"\\":41,"Y":47,"W":37,"V":41,"U":17,"T":30,"Q":24,"O":24,"G":26,"C":25,"A":10,"9":12,"8":17,"7":19,"6":23,"4":11,"1":19,"0":23}},"S":{"d":"24,-8v93,21,231,25,231,-83v0,-80,-82,-86,-152,-105v-6,-2,-9,-5,-9,-9v1,-11,17,-11,33,-11v33,0,72,14,97,26v31,3,7,-50,9,-74v-14,-23,-66,-22,-103,-24v-70,-3,-120,28,-122,93v-3,82,91,82,155,105v4,3,6,5,6,8v-1,12,-20,15,-36,15v-34,2,-86,-19,-108,-30v-9,-4,-17,2,-15,11v5,26,-4,65,14,78","w":262,"k":{"}":12,"y":7,"x":10,"w":7,"v":7,"j":24,"f":7,"`":15,"_":75,"]":12,"\\":17,"Y":15,"X":22,"W":15,"V":15,"T":21,"A":19,"9":7,"7":8}},"T":{"d":"96,-11v0,6,5,11,11,11r78,0v6,0,11,-5,11,-11r0,-200v28,-4,76,11,86,-11v-3,-21,9,-60,-12,-60r-249,0v-20,4,-8,40,-11,60v9,23,59,6,86,11r0,200","w":286,"k":{"~":77,"{":17,"z":8,"y":67,"s":54,"r":27,"q":50,"o":72,"j":38,"i":13,"g":42,"e":77,"d":43,"c":59,"a":73,"_":196,"^":35,"Y":13,"J":77,"G":10,"C":8,"A":77,"5":21,"4":64}},"U":{"d":"215,-283v-5,0,-11,5,-11,11r0,147v0,34,-15,47,-49,47v-35,0,-51,-10,-51,-45r0,-149v0,-6,-6,-10,-11,-11r-74,0v-5,0,-11,5,-11,11r0,179v1,81,55,97,145,97v86,0,147,-16,147,-93r0,-183v0,-6,-6,-10,-11,-11r-74,0","w":307,"k":{"j":22,"_":80,"A":17}},"V":{"d":"328,-283v-28,1,-61,-3,-85,2v-26,45,-44,98,-67,145r-69,-145v-25,-5,-60,0,-88,-2v-8,0,-13,8,-10,16r130,265v11,11,43,5,63,5v2,-1,4,-3,5,-5r131,-265v4,-9,-1,-16,-10,-16","w":347,"k":{"~":75,"{":25,"z":30,"y":23,"x":27,"w":24,"v":24,"u":24,"t":22,"s":46,"r":24,"q":54,"p":23,"o":57,"n":24,"m":24,"j":39,"g":51,"f":26,"e":56,"d":52,"c":57,"a":49,"_":126,"^":61,"S":14,"Q":31,"O":31,"J":85,"G":36,"E":10,"C":34,"A":116,"9":15,"8":22,"6":26,"5":27,"4":64,"2":10,"0":24}},"W":{"d":"276,-276v-9,-13,-46,-7,-65,-5v-24,39,-41,84,-63,125v-16,-41,-27,-87,-46,-124v-21,-7,-55,-1,-82,-3v-7,0,-14,6,-11,15r96,265v8,12,50,10,62,1r73,-158r75,158v9,11,52,10,62,-1r97,-265v3,-9,-4,-15,-11,-15v-28,3,-71,-9,-87,8r-43,118","w":482,"k":{"~":54,"{":24,"z":22,"y":35,"x":19,"w":17,"v":17,"u":30,"t":15,"s":34,"r":30,"q":40,"p":15,"o":59,"n":17,"m":17,"j":39,"g":39,"f":18,"e":58,"d":40,"c":42,"a":52,"_":92,"^":44,"S":18,"Q":24,"O":24,"J":61,"G":28,"C":26,"A":84,"9":11,"8":19,"6":21,"5":27,"4":45,"2":9,"0":20}},"X":{"d":"20,0v30,-2,71,6,93,-4r73,-84v27,28,43,66,76,88r92,0v9,1,15,-11,8,-18r-104,-130r101,-116v7,-8,1,-19,-9,-18v-30,2,-67,-4,-92,3r-63,72r-66,-72v-26,-8,-69,-1,-102,-3v-10,-1,-16,11,-9,18r106,116r-113,130v-7,7,-1,19,9,18","w":372,"k":{"~":36,"{":17,"y":45,"w":48,"v":48,"t":38,"q":32,"o":26,"f":31,"e":27,"d":23,"c":24,"_":196,"^":64,"Q":43,"O":42,"G":43,"C":45,"9":12,"8":20,"6":29,"4":17,"1":14,"0":30}},"Y":{"d":"228,0v6,0,11,-5,11,-11r0,-102r126,-151v6,-8,0,-19,-9,-18v-31,2,-72,-5,-95,4r-66,90r-77,-93v-30,-3,-66,0,-98,-1v-10,-1,-16,10,-9,18r126,151r0,102v0,6,5,11,11,11r80,0","w":375,"k":{"~":121,"{":25,"z":49,"y":40,"x":46,"w":43,"v":43,"u":43,"t":35,"s":72,"r":44,"q":84,"p":41,"o":87,"n":44,"m":44,"j":39,"g":78,"f":47,"e":86,"d":80,"c":87,"a":76,"_":196,"^":62,"W":43,"S":32,"Q":40,"P":6,"O":42,"J":102,"G":50,"C":45,"A":120,"9":20,"8":26,"6":33,"5":27,"4":106,"2":14,"1":10,"0":29}},"Z":{"d":"280,0v22,-4,7,-47,11,-69v0,-6,-5,-11,-11,-11r-131,0r135,-132v6,-14,2,-40,3,-59v0,-6,-5,-11,-11,-11r-252,0v-21,3,-7,42,-11,63v0,6,5,11,11,11r123,0r-136,135v-7,15,-1,42,-3,62v0,6,5,11,11,11r261,0","w":298,"k":{"{":17,"f":9,"_":196,"^":40}},"[":{"d":"101,45v17,-4,15,-52,0,-53r-33,0r0,-229v16,-2,43,7,43,-11v0,-16,5,-43,-10,-43r-83,0v-5,1,-10,6,-10,12r0,313v0,6,4,11,10,11r83,0","w":118,"k":{"~":35,"{":18,"y":35,"w":35,"v":35,"u":17,"t":32,"q":35,"o":35,"f":33,"e":35,"d":35,"c":35,"a":18,"^":35,"Q":21,"O":22,"G":30,"C":25,"8":9,"6":14,"5":18,"4":35,"0":12}},"\\":{"d":"123,-2v11,11,51,8,68,2v2,-3,3,-7,1,-11r-119,-275v-18,-1,-68,-12,-64,14","w":200,"k":{"~":26,"{":17,"y":66,"w":69,"v":69,"t":43,"q":22,"o":19,"f":31,"e":20,"d":18,"c":18,"`":101,"^":37,"\\":103,"Y":102,"W":86,"V":102,"U":15,"T":77,"Q":30,"O":30,"G":30,"C":31,"9":13,"8":14,"7":24,"6":23,"4":8,"1":48,"0":24}},"]":{"d":"51,-8v-16,2,-43,-7,-43,11v0,16,-6,42,10,42r83,0v6,0,10,-5,10,-11r0,-313v0,-6,-5,-11,-10,-12r-83,0v-15,2,-10,27,-10,43v0,17,27,9,43,11r0,229","w":118},"^":{"d":"141,-259v-12,-10,-56,-10,-66,0r-66,133v-5,24,41,11,63,14v4,0,9,-3,10,-6r26,-57v10,20,17,44,30,61v18,3,52,5,68,-2v2,-3,3,-6,1,-10","w":216,"k":{"}":33,"y":26,"x":26,"w":21,"v":21,"t":8,"j":39,"a":20,"`":61,"_":196,"]":35,"\\":54,"Z":36,"Y":62,"X":69,"W":44,"V":61,"T":35,"S":14,"J":102,"A":49,"9":10,"7":32,"5":26,"3":46,"2":23,"1":15}},"_":{"d":"-10,39v-1,9,2,13,10,12r159,0v9,1,13,-3,11,-12v0,-4,-6,-6,-11,-6r-159,0v-5,0,-10,3,-10,6","w":164,"k":{"~":196,"{":18,"z":196,"y":58,"x":196,"w":79,"v":78,"u":33,"t":69,"s":31,"r":173,"q":140,"o":69,"n":196,"m":196,"l":84,"k":196,"i":92,"h":196,"f":182,"e":71,"d":58,"c":64,"b":96,"a":37,"`":149,"^":196,"\\":109,"Z":196,"Y":196,"X":196,"W":92,"V":125,"U":78,"T":196,"S":55,"R":196,"Q":110,"P":196,"O":109,"N":196,"M":196,"L":196,"K":196,"I":102,"H":196,"G":118,"F":196,"E":196,"D":196,"C":114,"B":196,"A":196,"9":52,"8":70,"7":196,"6":72,"5":56,"4":196,"3":67,"2":196,"1":157,"0":73}},"`":{"d":"78,-193v14,3,68,12,61,-11v-19,-24,-29,-57,-55,-75v-24,3,-61,-7,-75,6v-2,3,-1,7,2,10","w":149,"k":{"~":149,"}":17,"{":17,"s":14,"q":26,"o":31,"j":39,"g":21,"e":29,"d":21,"c":31,"a":18,"`":32,"_":149,"^":26,"]":17,"\\":21,"Y":33,"X":40,"W":16,"V":23,"J":102,"A":94,"5":19,"4":49,"3":9}},"a":{"d":"11,-61v-4,74,101,77,149,46v9,10,24,19,40,19v14,-13,30,-23,42,-37v3,-13,-11,-11,-16,-17r0,-74v12,-106,-137,-104,-197,-59v-10,13,7,30,11,43v23,19,59,-31,98,-8v5,4,8,10,8,17v-67,-8,-132,14,-135,70xm147,-62v-12,7,-50,18,-56,1v-1,-12,20,-17,56,-17r0,16","k":{"~":8,"}":20,"{":8,"y":37,"w":25,"v":25,"t":32,"q":8,"o":7,"f":24,"e":8,"`":99,"_":30,"^":8,"]":19,"\\":59,"Y":90,"W":51,"V":63,"T":60,"Q":9,"O":8,"G":8,"C":8,"9":11,"7":31,"6":8,"1":17,"0":8}},"b":{"d":"239,-107v0,-86,-74,-135,-147,-96r0,-69v-6,-22,-49,-7,-73,-11v-5,0,-11,5,-11,11r0,261v0,18,43,14,53,5r10,-18v19,14,40,28,73,28v59,0,95,-48,95,-111xm92,-146v30,-23,73,-2,67,44v3,35,-25,58,-55,39v0,-2,-9,-6,-12,-9r0,-74","k":{"}":26,"y":17,"x":19,"w":14,"v":14,"t":22,"j":23,"`":88,"_":58,"]":35,"\\":48,"Y":80,"X":23,"W":40,"V":52,"T":43,"A":20,"7":33,"5":8}},"c":{"d":"187,-64v-4,-30,-39,5,-59,1v-29,0,-43,-11,-43,-39v0,-55,55,-54,87,-31v8,6,17,-1,16,-10v-4,-19,0,-45,-11,-56v-73,-35,-169,3,-169,98v0,88,92,127,167,93v12,-11,7,-38,12,-56","w":196,"k":{"t":17,"q":13,"a":10,"`":62,"_":30,"\\":30,"Y":55,"W":24,"V":33,"T":20}},"d":{"d":"8,-107v-12,97,106,144,168,83v6,9,7,22,19,24v17,-2,44,7,44,-11r0,-261v-6,-22,-49,-7,-73,-11v-21,9,-5,55,-10,80v-70,-39,-156,10,-148,96xm156,-72v-23,26,-75,18,-69,-30v-4,-45,37,-66,69,-44r0,74","k":{"t":12,"_":95}},"e":{"d":"8,-107v0,98,109,138,190,93v10,-16,-4,-31,-9,-46v-10,-16,-34,3,-54,2v-24,-2,-36,-5,-43,-20r102,0v12,-1,11,-14,11,-27v0,-62,-38,-107,-97,-107v-57,0,-100,47,-100,105xm89,-126v0,-18,18,-38,31,-20v3,5,5,12,6,20r-37,0","w":212,"k":{"y":20,"w":16,"v":16,"t":20,"a":13,"`":95,"_":34,"\\":50,"Y":85,"W":41,"V":54,"T":54,"7":29,"1":9}},"f":{"d":"170,-266v-5,-17,-27,-15,-49,-16v-49,0,-79,25,-74,78v-15,1,-40,-6,-39,11v1,16,-7,45,10,45r29,0r0,137v4,22,47,7,70,11v6,0,11,-5,11,-11r0,-137v17,-2,44,7,46,-10v-2,-17,7,-46,-10,-46r-36,0v-7,-34,42,4,42,-23r0,-39","w":182,"k":{"~":39,"t":15,"j":38,"f":10,"a":23,"_":182,"J":39,"A":39,"5":15,"4":15,"3":8}},"g":{"d":"159,-195v-15,-12,-36,-21,-62,-21v-54,0,-89,47,-89,104v0,78,76,119,135,85v-1,17,-19,22,-40,22v-32,1,-53,-14,-77,-20v-17,8,-12,61,10,62v70,26,188,23,188,-66r0,-175v-2,-18,-37,-11,-54,-9v-5,5,-7,12,-11,18xm144,-86v-21,23,-57,14,-57,-25v0,-43,35,-46,57,-30r0,55","w":231,"k":{"t":15,"a":10,"`":44,"\\":19,"Y":38,"W":14,"V":21}},"h":{"d":"138,-11v5,22,49,7,73,11v6,0,10,-5,10,-11v-5,-88,26,-206,-70,-206v-25,0,-44,6,-60,17r0,-71v-6,-22,-49,-7,-73,-11v-6,0,-10,5,-10,11r0,260v5,22,49,7,72,11v6,1,10,-6,11,-11r0,-127v14,-10,47,-23,47,12r0,115","w":229,"k":{"t":12,"`":71,"_":196,"\\":37,"Y":64,"W":30,"V":41,"T":24,"7":16}},"i":{"d":"9,-11v2,22,45,7,67,11v4,0,8,-5,8,-11r0,-191v-7,-18,-43,-7,-66,-10v-5,0,-10,4,-9,10r0,191xm46,-293v-21,0,-34,13,-34,34v0,21,13,34,34,34v22,0,35,-12,35,-34v0,-22,-13,-34,-35,-34","w":92,"k":{"t":17,"_":92}},"j":{"d":"94,-204v-4,-22,-45,-7,-67,-11v-6,0,-10,5,-10,11r0,182v4,30,-29,21,-44,33v-3,19,8,39,15,53v53,14,106,-11,106,-78r0,-190xm56,-293v-23,0,-39,12,-39,34v0,22,17,35,39,35v22,0,38,-12,38,-35v0,-22,-15,-34,-38,-34","w":107,"k":{"t":17}},"k":{"d":"92,-271v-5,-22,-49,-7,-73,-11v-6,0,-11,5,-11,11r0,260v5,22,49,7,73,11v6,0,11,-5,11,-11r0,-67r70,77v21,3,47,0,70,1v9,1,15,-11,8,-18r-83,-98v28,-29,60,-52,85,-84v2,-8,-4,-12,-11,-12r-74,0r-65,65r0,-124","w":251,"k":{"~":37,"{":17,"t":24,"q":27,"o":26,"e":27,"d":23,"c":24,"`":45,"_":196,"^":27,"\\":21,"Y":40,"W":15,"V":22,"4":18}},"l":{"d":"84,-271v-4,-22,-45,-7,-67,-11v-6,0,-10,5,-9,11r0,260v2,22,45,7,67,11v5,0,9,-6,9,-11r0,-260","w":96,"k":{"w":8,"t":17,"_":84}},"m":{"d":"269,-11v6,22,51,6,75,11v6,0,11,-5,11,-11v-3,-87,23,-207,-73,-201v-31,2,-55,14,-75,26v-20,-37,-96,-29,-124,-3v-5,-22,-36,-19,-64,-18v-6,0,-11,4,-11,10r0,186v6,22,51,6,75,11v6,0,11,-5,11,-11r0,-123v15,-11,45,-23,45,12r0,111v6,22,51,6,75,11v6,0,11,-5,11,-11r0,-124v10,-4,21,-10,34,-11v7,2,10,13,10,24r0,111","w":363,"k":{"y":8,"`":76,"_":196,"\\":39,"Y":68,"W":32,"V":43,"T":32,"7":21}},"n":{"d":"138,-11v5,22,49,7,73,11v6,0,10,-5,10,-11v-4,-86,24,-201,-70,-201v-29,0,-53,10,-71,23v-6,-6,-7,-17,-18,-18v-19,3,-54,-8,-54,10r0,186v5,22,49,7,72,11v6,1,10,-6,11,-11r0,-123v15,-10,47,-23,47,12r0,111","w":229,"k":{"y":26,"t":17,"`":76,"_":196,"\\":39,"Y":68,"W":32,"V":43,"T":32,"7":21}},"o":{"d":"122,4v69,0,115,-40,115,-108v0,-68,-47,-108,-115,-108v-67,0,-114,40,-114,108v0,67,46,108,114,108xm122,-147v24,0,39,18,39,43v0,25,-14,43,-39,43v-25,0,-38,-18,-38,-43v0,-25,14,-43,38,-43","w":245,"k":{"}":26,"y":22,"x":25,"w":18,"v":17,"t":24,"j":27,"g":10,"`":100,"_":70,"]":35,"\\":51,"Y":88,"X":27,"W":42,"V":56,"T":63,"A":22,"7":48,"5":9,"1":12}},"p":{"d":"92,-20v68,36,147,-12,147,-90v0,-88,-103,-136,-164,-82v-5,-20,-29,-21,-56,-19v-6,0,-11,5,-11,11r0,230v6,22,49,7,73,11v20,-4,8,-40,11,-61xm91,-140v23,-28,76,-10,69,34v4,44,-46,49,-69,27r0,-61","k":{"}":26,"y":19,"x":22,"w":15,"v":15,"t":22,"j":37,"`":93,"_":139,"]":35,"\\":49,"Y":84,"X":33,"W":40,"V":53,"T":50,"A":26,"7":39,"5":11,"1":8}},"q":{"d":"156,-21v3,21,-9,58,11,62v24,-4,66,10,72,-11r0,-233v-1,-19,-44,-13,-57,-6r-10,17v-61,-54,-164,-5,-164,83v0,76,81,126,148,88xm155,-78v-23,21,-71,15,-68,-27v2,-25,11,-49,36,-49v14,0,25,7,32,14r0,62","w":247,"k":{"`":44,"\\":19,"Y":38,"W":14,"V":21}},"r":{"d":"8,-11v4,22,47,7,69,11v6,0,11,-5,11,-11r0,-105v8,-11,29,-34,43,-9v5,8,17,5,19,-4r15,-58v-6,-12,-18,-25,-35,-25v-25,0,-40,18,-53,37v-6,-11,-3,-30,-17,-32v-18,3,-52,-8,-52,10r0,186","w":172,"k":{"~":29,"}":26,"t":18,"s":20,"r":13,"o":26,"j":38,"i":10,"e":27,"d":25,"c":8,"a":35,"`":60,"_":173,"^":8,"]":35,"\\":27,"Z":18,"Y":53,"X":65,"W":21,"V":30,"T":13,"J":69,"A":69,"5":18,"4":10,"3":21}},"s":{"d":"20,-7v59,22,163,20,163,-55v0,-58,-70,-60,-97,-87v19,-22,51,14,73,12v9,-15,12,-67,-13,-67v-58,-19,-136,-5,-136,61v0,51,52,63,87,77v7,3,10,6,10,9v-29,19,-70,-16,-95,-13v-9,13,1,37,1,55v0,3,3,8,7,8","w":190,"k":{"}":21,"y":12,"x":7,"w":11,"v":11,"t":30,"f":10,"`":75,"_":41,"^":18,"]":21,"\\":44,"Y":68,"X":7,"W":38,"V":47,"T":35,"9":10,"7":20,"1":10}},"t":{"d":"187,-54v-6,-29,-51,19,-51,-17r0,-76v18,-2,50,8,51,-11v-2,-18,8,-49,-11,-49r-40,0v-2,-21,4,-48,-3,-64v-20,-5,-47,7,-69,8v-16,5,-7,37,-9,56v-15,1,-38,-5,-40,10v2,18,-7,50,11,50r29,0r0,92v-8,70,74,72,126,54v12,-8,4,-36,6,-53","w":187,"k":{"{":13,"y":6,"e":8,"d":10,"`":42,"_":19,"^":8,"\\":20,"Y":39,"W":15,"V":22}},"u":{"d":"163,0v20,-3,58,9,58,-11r0,-186v-6,-21,-49,-6,-72,-10v-5,-1,-10,5,-10,10r0,124v-17,7,-49,26,-48,-12r0,-112v-7,-20,-49,-6,-72,-10v-6,0,-11,4,-11,10v4,86,-25,201,70,201v32,0,50,-9,70,-22v4,7,5,17,15,18","w":229,"k":{"`":50,"_":104,"\\":22,"Y":44,"W":17,"V":24}},"v":{"d":"92,-2v11,10,53,10,62,0r84,-190v4,-24,-50,-15,-73,-13v-17,28,-25,64,-39,95r-33,-90v-12,-15,-50,-7,-74,-7v-7,0,-13,7,-10,15","k":{"~":32,"}":26,"{":14,"t":19,"s":8,"q":15,"o":18,"j":39,"g":13,"e":17,"d":14,"c":18,"a":12,"`":50,"_":78,"^":21,"]":35,"\\":22,"Z":8,"Y":43,"X":55,"W":16,"V":24,"J":42,"A":69,"5":19,"4":23,"3":10}},"w":{"d":"396,-207v-24,3,-61,-8,-74,7r-34,86v-17,-30,-29,-65,-50,-91v-14,-3,-48,-8,-55,4r-49,87v-13,-30,-21,-64,-36,-91v-21,-5,-51,-1,-76,-2v-7,0,-15,6,-10,15r84,190v7,10,43,9,53,1r59,-106r63,110v15,1,42,5,50,-5r85,-190v5,-9,-3,-15,-10,-15","w":412,"k":{"~":33,"}":26,"{":14,"s":8,"q":16,"o":18,"j":39,"g":13,"e":17,"d":14,"c":18,"a":32,"`":50,"_":81,"^":22,"]":35,"\\":22,"Z":8,"Y":44,"X":55,"W":17,"V":24,"J":43,"A":72,"5":19,"4":24,"3":11,".":57}},"x":{"d":"19,0v23,-2,58,6,71,-5r31,-43v13,15,19,38,37,48v25,-3,62,7,79,-5v2,-4,1,-8,-2,-12r-61,-89r61,-84v6,-8,-1,-18,-9,-17v-23,2,-56,-6,-71,5r-29,41v-13,-15,-19,-37,-37,-46v-25,3,-63,-7,-78,6v-2,4,-1,7,2,11r61,88r-64,85v-6,8,1,18,9,17","w":245,"k":{"~":33,"{":17,"t":22,"q":22,"o":24,"e":24,"d":18,"c":23,"`":51,"_":196,"^":25,"\\":23,"Y":45,"W":18,"V":25,"4":15}},"y":{"d":"105,-202v-15,-14,-55,-3,-81,-6v-9,-1,-14,8,-9,16r85,165v-6,22,-25,42,-23,65v15,11,53,5,74,3v39,-74,69,-157,105,-234v4,-8,-2,-15,-9,-15v-23,3,-57,-7,-69,7r-35,83","w":260,"k":{"~":34,"}":26,"{":15,"w":15,"t":19,"s":9,"q":17,"o":19,"j":39,"g":14,"e":18,"d":15,"c":19,"a":13,"`":46,"_":80,"^":23,"]":35,"\\":21,"Y":41,"X":51,"W":15,"V":23,"J":44,"A":72,"5":19,"4":25,"3":8}},"z":{"d":"192,-149v-3,-20,9,-54,-10,-58r-159,0v-19,4,-7,40,-10,60v3,22,44,7,65,11r-70,81v3,19,-9,55,10,55r167,0v20,-3,8,-40,11,-60v-6,-22,-50,-7,-74,-11","w":204,"k":{"`":54,"_":196,"\\":27,"Y":48,"W":21,"V":28}},"{":{"d":"8,-107v-1,17,26,8,25,25v-1,63,-8,131,57,127v15,-1,38,5,38,-11v0,-22,7,-49,-26,-42v-5,0,-7,-4,-7,-11v-2,-38,8,-87,-16,-103v24,-16,16,-66,16,-104v0,-22,33,-1,33,-22v-1,-16,5,-41,-10,-43v-51,-6,-85,13,-85,56r0,73v1,17,-26,8,-25,24r0,31","w":136,"k":{"~":26,"{":18,"y":26,"w":26,"v":26,"u":17,"t":26,"q":26,"o":26,"f":26,"e":26,"d":26,"c":26,"a":18,"^":33,"Q":21,"O":22,"G":26,"C":25,"8":9,"6":14,"5":18,"4":26,"0":12}},"|":{"d":"55,-283v-17,2,-47,-8,-47,11r0,266v0,18,30,7,47,10v4,0,9,-5,9,-10r0,-266v0,-5,-5,-10,-9,-11","w":71},"}":{"d":"103,-82v-1,-17,26,-8,25,-25v-2,-16,6,-40,-10,-42v-30,-4,-9,-58,-15,-86v0,-43,-34,-62,-85,-56v-15,2,-9,27,-10,43v-2,21,33,0,33,22v0,38,-8,88,16,104v-24,16,-14,65,-16,103v4,23,-33,-1,-33,22v0,16,-6,41,10,42v51,6,86,-12,85,-55r0,-72","w":135,"k":{"}":18,"y":17,"x":17,"w":14,"v":14,"t":12,"j":17,"`":24,"_":18,"]":18,"\\":27,"Z":17,"Y":25,"X":17,"W":24,"V":25,"T":17,"J":17,"A":17,"7":17,"5":17,"3":14,"2":17,"1":17}},"~":{"d":"26,-53v15,21,25,-17,42,-16v17,1,53,23,80,21v24,-2,54,-17,57,-40v-9,-15,-10,-39,-26,-47v-14,3,-18,24,-34,24v-14,0,-60,-24,-79,-22v-26,3,-55,17,-57,41","w":213,"k":{"}":26,"z":10,"y":43,"x":39,"w":37,"v":36,"t":32,"j":39,"f":31,"`":149,"_":196,"]":35,"\\":69,"Y":121,"X":46,"W":57,"V":76,"T":77,"A":28,"9":13,"7":53,"5":10,"2":19,"1":48}},"\u00a0":{"w":95}}});;jQuery.easing['jswing']=jQuery.easing['swing'];jQuery.extend(jQuery.easing,{def:'easeOutQuad',swing:function(x,t,b,c,d){return jQuery.easing[jQuery.easing.def](x,t,b,c,d);},easeInQuad:function(x,t,b,c,d){return c*(t/=d)*t+b;},easeOutQuad:function(x,t,b,c,d){return-c*(t/=d)*(t-2)+b;},easeInOutQuad:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t+b;return-c/2*((--t)*(t-2)-1)+b;},easeInCubic:function(x,t,b,c,d){return c*(t/=d)*t*t+b;},easeOutCubic:function(x,t,b,c,d){return c*((t=t/d-1)*t*t+1)+b;},easeInOutCubic:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t+b;return c/2*((t-=2)*t*t+2)+b;},easeInQuart:function(x,t,b,c,d){return c*(t/=d)*t*t*t+b;},easeOutQuart:function(x,t,b,c,d){return-c*((t=t/d-1)*t*t*t-1)+b;},easeInOutQuart:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b;},easeInQuint:function(x,t,b,c,d){return c*(t/=d)*t*t*t*t+b;},easeOutQuint:function(x,t,b,c,d){return c*((t=t/d-1)*t*t*t*t+1)+b;},easeInOutQuint:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t*t+b;return c/2*((t-=2)*t*t*t*t+2)+b;},easeInSine:function(x,t,b,c,d){return-c*Math.cos(t/d*(Math.PI/2))+c+b;},easeOutSine:function(x,t,b,c,d){return c*Math.sin(t/d*(Math.PI/2))+b;},easeInOutSine:function(x,t,b,c,d){return-c/2*(Math.cos(Math.PI*t/d)-1)+b;},easeInExpo:function(x,t,b,c,d){return(t==0)?b:c*Math.pow(2,10*(t/d-1))+b;},easeOutExpo:function(x,t,b,c,d){return(t==d)?b+c:c*(-Math.pow(2,-10*t/d)+1)+b;},easeInOutExpo:function(x,t,b,c,d){if(t==0)return b;if(t==d)return b+c;if((t/=d/2)<1)return c/2*Math.pow(2,10*(t-1))+b;return c/2*(-Math.pow(2,-10*--t)+2)+b;},easeInCirc:function(x,t,b,c,d){return-c*(Math.sqrt(1-(t/=d)*t)-1)+b;},easeOutCirc:function(x,t,b,c,d){return c*Math.sqrt(1-(t=t/d-1)*t)+b;},easeInOutCirc:function(x,t,b,c,d){if((t/=d/2)<1)return-c/2*(Math.sqrt(1-t*t)-1)+b;return c/2*(Math.sqrt(1-(t-=2)*t)+1)+b;},easeInElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;},easeOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b;},easeInOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b;},easeInBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b;},easeOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b;},easeInOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b;},easeInBounce:function(x,t,b,c,d){return c-jQuery.easing.easeOutBounce(x,d-t,0,c,d)+b;},easeOutBounce:function(x,t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b;}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b;}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b;}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b;}},easeInOutBounce:function(x,t,b,c,d){if(t<d/2)return jQuery.easing.easeInBounce(x,t*2,0,c,d)*.5+b;return jQuery.easing.easeOutBounce(x,t*2-d,0,c,d)*.5+c*.5+b;}});;;(function($){var m=$.scrollTo=function(b,h,f){$(window).scrollTo(b,h,f)};m.defaults={axis:'xy',duration:parseFloat($.fn.jquery)>=1.3?0:1};m.window=function(b){return $(window).scrollable()};$.fn.scrollable=function(){return this.map(function(){var b=this,h=!b.nodeName||$.inArray(b.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!h)return b;var f=(b.contentWindow||b).document||b.ownerDocument||b;return $.browser.safari||f.compatMode=='BackCompat'?f.body:f.documentElement})};$.fn.scrollTo=function(l,j,a){if(typeof j=='object'){a=j;j=0}if(typeof a=='function')a={onAfter:a};if(l=='max')l=9e9;a=$.extend({},m.defaults,a);j=j||a.speed||a.duration;a.queue=a.queue&&a.axis.length>1;if(a.queue)j/=2;a.offset=n(a.offset);a.over=n(a.over);return this.scrollable().each(function(){var k=this,o=$(k),d=l,p,g={},q=o.is('html,body');switch(typeof d){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px)?$/.test(d)){d=n(d);break}d=$(d,this);case'object':if(d.is||d.style)p=(d=$(d)).offset()}$.each(a.axis.split(''),function(b,h){var f=h=='x'?'Left':'Top',i=f.toLowerCase(),c='scroll'+f,r=k[c],s=h=='x'?'Width':'Height';if(p){g[c]=p[i]+(q?0:r-o.offset()[i]);if(a.margin){g[c]-=parseInt(d.css('margin'+f))||0;g[c]-=parseInt(d.css('border'+f+'Width'))||0}g[c]+=a.offset[i]||0;if(a.over[i])g[c]+=d[s.toLowerCase()]()*a.over[i]}else g[c]=d[i];if(/^\d+$/.test(g[c]))g[c]=g[c]<=0?0:Math.min(g[c],u(s));if(!b&&a.queue){if(r!=g[c])t(a.onAfterFirst);delete g[c]}});t(a.onAfter);function t(b){o.animate(g,j,a.easing,b&&function(){b.call(this,l,a)})};function u(b){var h='scroll'+b;if(!q)return k[h];var f='client'+b,i=k.ownerDocument.documentElement,c=k.ownerDocument.body;return Math.max(i[h],c[h])-Math.min(i[f],c[f])}}).end()};function n(b){return typeof b=='object'?b:{top:b,left:b}}})(jQuery);;(function($){$.fn.lazyload=function(options){var settings={threshold:0,failurelimit:0,event:"scroll",effect:"show",container:window};if(options){$.extend(settings,options);}
var elements=this;if("scroll"==settings.event){$(settings.container).bind("scroll",function(event){var counter=0;elements.each(function(){if(!$.belowthefold(this,settings)&&!$.rightoffold(this,settings)){$(this).trigger("appear");}else{if(counter++>settings.failurelimit){return false;}}});var temp=$.grep(elements,function(element){return!element.loaded;});elements=$(temp);});}
return this.each(function(){var self=this;$(self).attr("original",$(self).attr("src"));if("scroll"!=settings.event||$.belowthefold(self,settings)||$.rightoffold(self,settings)){if(settings.placeholder){$(self).attr("src",settings.placeholder);}else{$(self).removeAttr("src");}
self.loaded=false;}else{self.loaded=true;}
$(self).one("appear",function(){if(!this.loaded){$("<img />").bind("load",function(){$(self).hide().attr("src",$(self).attr("original"))
[settings.effect](settings.effectspeed);self.loaded=true;}).attr("src",$(self).attr("original"));};});if("scroll"!=settings.event){$(self).bind(settings.event,function(event){if(!self.loaded){$(self).trigger("appear");}});}});};$.belowthefold=function(element,settings){if(settings.container===undefined||settings.container===window){var fold=$(window).height()+$(window).scrollTop();}
else{var fold=$(settings.container).offset().top+$(settings.container).height();}
return fold<=$(element).offset().top-settings.threshold;};$.rightoffold=function(element,settings){if(settings.container===undefined||settings.container===window){var fold=$(window).width()+$(window).scrollLeft();}
else{var fold=$(settings.container).offset().left+$(settings.container).width();}
return fold<=$(element).offset().left-settings.threshold;};$.extend($.expr[':'],{"below-the-fold":"$.belowthefold(a, {threshold : 0, container: window})","above-the-fold":"!$.belowthefold(a, {threshold : 0, container: window})","right-of-fold":"$.rightoffold(a, {threshold : 0, container: window})","left-of-fold":"!$.rightoffold(a, {threshold : 0, container: window})"});})(jQuery);;eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}(';(7($){$.b.2Q=7(){u B.2t(7(){9 1J=$(B).n(\'2Z\');5(1J.1c(/^3w\\(["\']?(.*\\.2p)["\']?\\)$/i)){1J=3t.$1;$(B).n({\'2Z\':\'45\',\'2o\':"3W:3R.4m.4d(3h=F, 3T="+($(B).n(\'41\')==\'2J-3Z\'?\'4c\':\'3N\')+", Q=\'"+1J+"\')"}).2t(7(){9 1b=$(B).n(\'1b\');5(1b!=\'2e\'&&1b!=\'2n\')$(B).n(\'1b\',\'2n\')})}})};9 A,4,16=D,s=1t 1o,1w,1v=1,1y=/\\.(3A|3Y|2p|3c|3d)(.*)?$/i;9 P=($.2q.3K&&2f($.2q.3z.2k(0,1))<8);$.b.c=7(Y){Y=$.3x({},$.b.c.2R,Y);9 2s=B;7 2h(){A=B;4=Y;2r();u D};7 2r(){5(16)u;5($.1O(4.2c)){4.2c()}4.j=[];4.h=0;5(Y.j.N>0){4.j=Y.j}t{9 O={};5(!A.1H||A.1H==\'\'){9 O={d:A.d,X:A.X};5($(A).1G("1m:1D").N){O.1a=$(A).1G("1m:1D")}4.j.2j(O)}t{9 Z=$(2s).2o("a[1H="+A.1H+"]");9 O={};3C(9 i=0;i<Z.N;i++){O={d:Z[i].d,X:Z[i].X};5($(Z[i]).1G("1m:1D").N){O.1a=$(Z[i]).1G("1m:1D")}4.j.2j(O)}3F(4.j[4.h].d!=A.d){4.h++}}}5(4.23){5(P){$(\'1U, 1Q, 1P\').n(\'1S\',\'3s\')}$("#1i").n(\'25\',4.2U).J()}1d()};7 1d(){$("#1f, #1e, #V, #G").S();9 d=4.j[4.h].d;5(d.1c(/#/)){9 U=11.3r.d.3f(\'#\')[0];U=d.3g(U,\'\');U=U.2k(U.2l(\'#\'));1k(\'<6 l="3e">\'+$(U).o()+\'</6>\',4.1I,4.1x)}t 5(d.1c(1y)){s=1t 1o;s.Q=d;5(s.3a){1K()}t{$.b.c.34();$(s).x().14(\'3b\',7(){$(".I").S();1K()})}}t 5(d.1c("17")||A.3j.2l("17")>=0){1k(\'<17 l="35" 3q="$.b.c.38()" 3o="3n\'+C.T(C.3l()*3m)+\'" 2K="0" 3E="0" Q="\'+d+\'"></17>\',4.1I,4.1x)}t{$.4p(d,7(2m){1k(\'<6 l="3L">\'+2m+\'</6>\',4.1I,4.1x)})}};7 1K(){5(4.30){9 w=$.b.c.1n();9 r=C.1M(C.1M(w[0]-36,s.g)/s.g,C.1M(w[1]-4b,s.f)/s.f);9 g=C.T(r*s.g);9 f=C.T(r*s.f)}t{9 g=s.g;9 f=s.f}1k(\'<1m 48="" l="49" Q="\'+s.Q+\'" />\',g,f)};7 2F(){5((4.j.N-1)>4.h){9 d=4.j[4.h+1].d;5(d.1c(1y)){1A=1t 1o();1A.Q=d}}5(4.h>0){9 d=4.j[4.h-1].d;5(d.1c(1y)){1A=1t 1o();1A.Q=d}}};7 1k(1j,g,f){16=F;9 L=4.2Y;5(P){$("#q")[0].1E.2u("f");$("#q")[0].1E.2u("g")}5(L>0){g+=L*2;f+=L*2;$("#q").n({\'v\':L+\'z\',\'2E\':L+\'z\',\'2i\':L+\'z\',\'y\':L+\'z\',\'g\':\'2B\',\'f\':\'2B\'});5(P){$("#q")[0].1E.2C(\'f\',\'(B.2D.4j - 20)\');$("#q")[0].1E.2C(\'g\',\'(B.2D.3S - 20)\')}}t{$("#q").n({\'v\':0,\'2E\':0,\'2i\':0,\'y\':0,\'g\':\'2z%\',\'f\':\'2z%\'})}5($("#k").1u(":19")&&g==$("#k").g()&&f==$("#k").f()){$("#q").1Z("2N",7(){$("#q").1C().1F($(1j)).21("1s",7(){1g()})});u}9 w=$.b.c.1n();9 2v=(g+36)>w[0]?w[2]:(w[2]+C.T((w[0]-g-36)/2));9 2w=(f+1z)>w[1]?w[3]:(w[3]+C.T((w[1]-f-1z)/2));9 K={\'y\':2v,\'v\':2w,\'g\':g+\'z\',\'f\':f+\'z\'};5($("#k").1u(":19")){$("#q").1Z("1s",7(){$("#q").1C();$("#k").24(K,4.2X,4.2T,7(){$("#q").1F($(1j)).21("1s",7(){1g()})})})}t{5(4.1W>0&&4.j[4.h].1a!==1L){$("#q").1C().1F($(1j));9 M=4.j[4.h].1a;9 15=$.b.c.1R(M);$("#k").n({\'y\':(15.y-18)+\'z\',\'v\':(15.v-18)+\'z\',\'g\':$(M).g(),\'f\':$(M).f()});5(4.1X){K.25=\'J\'}$("#k").24(K,4.1W,4.2W,7(){1g()})}t{$("#q").S().1C().1F($(1j)).J();$("#k").n(K).21("1s",7(){1g()})}}};7 2y(){5(4.h!=0){$("#1e, #2O").x().14("R",7(e){e.2x();4.h--;1d();u D});$("#1e").J()}5(4.h!=(4.j.N-1)){$("#1f, #2M").x().14("R",7(e){e.2x();4.h++;1d();u D});$("#1f").J()}};7 1g(){2y();2F();$(W).1B(7(e){5(e.29==27){$.b.c.1l();$(W).x("1B")}t 5(e.29==37&&4.h!=0){4.h--;1d();$(W).x("1B")}t 5(e.29==39&&4.h!=(4.j.N-1)){4.h++;1d();$(W).x("1B")}});5(4.1r){$(11).14("1N 1T",$.b.c.2g)}t{$("6#k").n("1b","2e")}5(4.2b){$("#22").R($.b.c.1l)}$("#1i, #V").14("R",$.b.c.1l);$("#V").J();5(4.j[4.h].X!==1L&&4.j[4.h].X.N>0){$(\'#G 6\').o(4.j[4.h].X);$(\'#G\').J()}5(4.23&&P){$(\'1U, 1Q, 1P\',$(\'#q\')).n(\'1S\',\'19\')}5($.1O(4.2a)){4.2a()}16=D};u B.x(\'R\').R(2h)};$.b.c.2g=7(){9 m=$.b.c.1n();$("#k").n(\'y\',(($("#k").g()+36)>m[0]?m[2]:m[2]+C.T((m[0]-$("#k").g()-36)/2)));$("#k").n(\'v\',(($("#k").f()+1z)>m[1]?m[3]:m[3]+C.T((m[1]-$("#k").f()-1z)/2)))};$.b.c.1h=7(H,2A){u 2f($.3I(H.3u?H[0]:H,2A,F))||0};$.b.c.1R=7(H){9 m=H.4g();m.v+=$.b.c.1h(H,\'3k\');m.v+=$.b.c.1h(H,\'3J\');m.y+=$.b.c.1h(H,\'3H\');m.y+=$.b.c.1h(H,\'3D\');u m};$.b.c.38=7(){$(".I").S();$("#35").J()};$.b.c.1n=7(){u[$(11).g(),$(11).f(),$(W).3i(),$(W).3p()]};$.b.c.2G=7(){5(!$("#I").1u(\':19\')){33(1w);u}$("#I > 6").n(\'v\',(1v*-40)+\'z\');1v=(1v+1)%12};$.b.c.34=7(){33(1w);9 m=$.b.c.1n();$("#I").n({\'y\':((m[0]-40)/2+m[2]),\'v\':((m[1]-40)/2+m[3])}).J();$("#I").14(\'R\',$.b.c.1l);1w=3Q($.b.c.2G,3X)};$.b.c.1l=7(){16=F;$(s).x();$("#1i, #V").x();5(4.2b){$("#22").x()}$("#V, .I, #1e, #1f, #G").S();5(4.1r){$(11).x("1N 1T")}1q=7(){$("#1i, #k").S();5(4.1r){$(11).x("1N 1T")}5(P){$(\'1U, 1Q, 1P\').n(\'1S\',\'19\')}5($.1O(4.1V)){4.1V()}16=D};5($("#k").1u(":19")!==D){5(4.26>0&&4.j[4.h].1a!==1L){9 M=4.j[4.h].1a;9 15=$.b.c.1R(M);9 K={\'y\':(15.y-18)+\'z\',\'v\':(15.v-18)+\'z\',\'g\':$(M).g(),\'f\':$(M).f()};5(4.1X){K.25=\'S\'}$("#k").31(D,F).24(K,4.26,4.2S,1q)}t{$("#k").31(D,F).1Z("2N",1q)}}t{1q()}u D};$.b.c.2V=7(){9 o=\'\';o+=\'<6 l="1i"></6>\';o+=\'<6 l="22">\';o+=\'<6 p="I" l="I"><6></6></6>\';o+=\'<6 l="k">\';o+=\'<6 l="2I">\';o+=\'<6 l="V"></6>\';o+=\'<6 l="E"><6 p="E 44"></6><6 p="E 43"></6><6 p="E 42"></6><6 p="E 3V"></6><6 p="E 3U"></6><6 p="E 3O"></6><6 p="E 3M"></6><6 p="E 3P"></6></6>\';o+=\'<a d="2P:;" l="1e"><1p p="1Y" l="2O"></1p></a><a d="2P:;" l="1f"><1p p="1Y" l="2M"></1p></a>\';o+=\'<6 l="q"></6>\';o+=\'<6 l="G"></6>\';o+=\'</6>\';o+=\'</6>\';o+=\'</6>\';$(o).2H("46");$(\'<32 4i="0" 4h="0" 4k="0"><2L><13 p="G" l="4l"></13><13 p="G" l="4o"><6></6></13><13 p="G" l="4n"></13></2L></32>\').2H(\'#G\');5(P){$("#2I").47(\'<17 p="4a" 4e="2J" 2K="0"></17>\');$("#V, .E, .G, .1Y").2Q()}};$.b.c.2R={2Y:10,30:F,1X:D,1W:0,26:0,2X:3G,2W:\'28\',2S:\'28\',2T:\'28\',1I:3B,1x:3v,23:F,2U:0.3,2b:F,1r:F,j:[],2c:2d,2a:2d,1V:2d};$(W).3y(7(){$.b.c.2V()})})(4f);',62,274,'||||opts|if|div|function||var||fn|fancybox|href||height|width|itemCurrent||itemArray|fancy_outer|id|pos|css|html|class|fancy_content||imagePreloader|else|return|top||unbind|left|px|elem|this|Math|false|fancy_bg|true|fancy_title|el|fancy_loading|show|itemOpts|pad|orig_item|length|item|isIE|src|click|hide|round|target|fancy_close|document|title|settings|subGroup||window||td|bind|orig_pos|busy|iframe||visible|orig|position|match|_change_item|fancy_left|fancy_right|_finish|getNumeric|fancy_overlay|value|_set_content|close|img|getViewport|Image|span|__cleanup|centerOnScroll|normal|new|is|loadingFrame|loadingTimer|frameHeight|imageRegExp|50|objNext|keydown|empty|first|style|append|children|rel|frameWidth|image|_proceed_image|undefined|min|resize|isFunction|select|object|getPosition|visibility|scroll|embed|callbackOnClose|zoomSpeedIn|zoomOpacity|fancy_ico|fadeOut||fadeIn|fancy_wrap|overlayShow|animate|opacity|zoomSpeedOut||swing|keyCode|callbackOnShow|hideOnContentClick|callbackOnStart|null|absolute|parseInt|scrollBox|_initialize|bottom|push|substr|indexOf|data|relative|filter|png|browser|_start|matchedGroup|each|removeExpression|itemLeft|itemTop|stopPropagation|_set_navigation|100|prop|auto|setExpression|parentNode|right|_preload_neighbor_images|animateLoading|appendTo|fancy_inner|no|frameborder|tr|fancy_right_ico|fast|fancy_left_ico|javascript|fixPNG|defaults|easingOut|easingChange|overlayOpacity|build|easingIn|zoomSpeedChange|padding|backgroundImage|imageScale|stop|table|clearInterval|showLoading|fancy_frame|||showIframe||complete|load|bmp|jpeg|fancy_div|split|replace|enabled|scrollLeft|className|paddingTop|random|1000|fancy_iframe|name|scrollTop|onload|location|hidden|RegExp|jquery|355|url|extend|ready|version|jpg|425|for|borderLeftWidth|hspace|while|300|paddingLeft|curCSS|borderTopWidth|msie|fancy_ajax|fancy_bg_w|scale|fancy_bg_sw|fancy_bg_nw|setInterval|DXImageTransform|clientWidth|sizingMethod|fancy_bg_s|fancy_bg_se|progid|66|gif|repeat||backgroundRepeat|fancy_bg_e|fancy_bg_ne|fancy_bg_n|none|body|prepend|alt|fancy_img|fancy_bigIframe|60|crop|AlphaImageLoader|scrolling|jQuery|offset|cellpadding|cellspacing|clientHeight|border|fancy_title_left|Microsoft|fancy_title_right|fancy_title_main|get'.split('|'),0,{}));var currentURL,section,server,currentRel,hash,taglineHref,userBrowser,errorCount,timer,userBrowser,pageTracker;var firstRun=true;var sectionDetails={home:{url:'/'},who:{url:'who/'},what:{url:'what/'},why:{url:'why/'},where:{url:'where/'},how:{url:'how/'},contact:{url:'contact/'},downloads:{url:'downloads/'},news:{url:'news/'}}
Cufon.replace('.contact-top p, .contact label, .screenshots p',{fontFamily:'Folks-Light',hover:true});Cufon.replace('h1, h2, h3',{fontFamily:'BorisBlackBloxx'});if(!window.console||!console.firebug){var names=["log","debug","info","warn","error","assert","dir","dirxml","group","groupEnd","time","timeEnd","count","trace","profile","profileEnd"];window.console={};for(var i=0;i<names.length;++i){window.console[names[i]]=function(){}}}
$(document).ready(function(){getServer();setupLinks();setupPopup();$("img:not(.no-lazy)").lazyload({failurelimit:10,container:"#overflow",effect:"fadeIn"});setupForm();$("body").prepend("<div class=\"loading\"></div>");$('.page').jScrollPane({reinitialiseOnImageLoad:false,maintainPosition:false});$.historyInit(pageload);if(document.location.hash.length==0){if(document.location.pathname.length>1){var pathname=document.location.pathname;$.historyLoad(pathname.substr(1).replace(/^.*#/,''));}}
$("#page-home .right-navigation a").mouseover(function(){changeBanner($(this).parent("li").attr("class"));$("#page-home .right-navigation a").removeClass("on");$(this).addClass("on");if(timer!=null){window.clearTimeout(timer);}});$("#page-home .right-navigation a").mouseout(function(){setBannerTimer();});setBannerTimer();});function setBannerTimer(){timer=window.setInterval(nextBanner,5000);}
function nextBanner(){if(section=='home'){if($("#page-home .right-navigation a.on").length<=0){$("#page-home .right-navigation a:first").addClass("on");}else{var currentBanner=$("#page-home .right-navigation a.on").parent('li');$("#page-home .right-navigation a").removeClass("on");$(currentBanner).next('li').children().addClass("on");var nextBanner=$(currentBanner).next('li').attr("class");if(nextBanner==undefined){nextBanner='who';$("#page-home .right-navigation a:first").addClass("on");}
changeBanner(nextBanner);}}}
function scrollbar(method){if(method=='hide'){$(".jScrollPaneTrack").css({"display":"none"});}else{$(".jScrollPaneTrack").fadeIn("20");}}
function changeBanner(rollover){$(".home-banner img").addClass("hidden");$(".home-banner #home-"+rollover).removeClass("hidden");}
function switchPage(section){if(section=='home'||section=='contact'||section=='downloads'||section=='news'){var scrollAxis="xy";}else{var scrollAxis="yx";}
scrollbar('hide');$('#overflow').scrollTo($('#page-'+section).parent(),1600,{axis:scrollAxis,easing:'easeOutExpo',queue:true,onAfter:function(){scrollbar('show');updateTitle(section);}});}
function setupPopup(){if(userBrowser!="IE7"){$("a.popup").fancybox({'padding':0,'hideOnContentClick':false,'overlayShow':true,'zoomSpeedIn':600,'zoomSpeedOut':500,'frameWidth':800,'frameHeight':556,'easingIn':'easeOutBack','easingOut':'easeInBack'});}else{$("a.popup").fancybox({'padding':0,'hideOnContentClick':false,'overlayShow':true});}
$("a.google-doc").fancybox({'iframe':true,'padding':0,'hideOnContentClick':false,'overlayShow':true,'zoomSpeedIn':600,'zoomSpeedOut':500,'frameWidth':700,'frameHeight':630,'easingIn':'easeOutBack','easingOut':'easeInBack'});}
function setupLinks(){$("a:not(.external, .noajax, .popup, .google-doc)").live("click",function(){firstRun=false;if($(this).attr('rel')!='external'&&$(this).attr('rel')!='refresh'){if($(this).attr('href').length>1){hash=this.href.replace(new RegExp(server),"");$.historyLoad(hash.replace(/^.*#/,''));splitHash=hash.split("/");section=splitHash[0];}}else{window.open(this.href);}
return false;});setupFileIcons();}
function setupFileIcons(){$("a[href$='.pdf']").addClass("pdf");}
function getServer(){server=window.location.protocol+"//"+window.location.host+"/";return server;}
function centerContent(){$(".page").css("height",$(window).height());$(".page").css("width",$(window).width());if($(window).height()>760){var homeMargin=($(window).height()-$(".home-center").height())-20;}}
function pageload(hash){var loadAjax=false;if(!hash){hash="home";section="home";}
splitHash=hash.split("/");currentSection=splitHash[0];loadPage(hash,currentSection,loadAjax);}
function loadPage(url,section,loadAjax){updateNav(section);if(url!="home"){if(sectionDetails[section].url!=url){sectionDetails[section].url=url;loadAjax=true;}else{loadAjax=false;}}
if(loadAjax==true){stopLoading=false;scrollbar('hide');if(userBrowser!="IE7"){$("#page-"+currentSection+" .content").fadeTo("1000",'0.001',function(){$(".loading").fadeIn(400);success=false;$("#page-"+currentSection+" .content").load(url,{'ajax':["true"],'section':[currentSection]});});}else{$("#page-"+currentSection+" .content").hide();$(".loading").show();success=false;$("#page-"+currentSection+" .content").load(url,{'ajax':["true"],'section':[currentSection]});}
$("#page-"+currentSection+" .content").ajaxSuccess(function(){if(success==false){}});$("#page-"+currentSection+" .content").ajaxStop(function(){if(success==false){if(userBrowser!="IE7"){$("#page-"+currentSection+" .content").fadeTo("1000",'1',function(){$(".loading").fadeOut(400);});}else{$("#page-"+currentSection+" .content").show();$(".loading").hide();}
updateScripts(section);scrollbar('show');success=true;}});$("#page-"+currentSection+" .content").ajaxError(function(){if(errorCount<3){errorCount=errorCount+1;}else{}});}
if(!firstRun||(firstRun&&section!="home")){switchPage(section);}}
function updateNav(section){$('.right-navigation li a').removeClass("on");$('.right-navigation li.'+section+' a').addClass("on");}
function updateScripts(section){Cufon.refresh();setupPopup();setupFileIcons();$('.page').jScrollPaneRemove();$('.page').jScrollPane({reinitialiseOnImageLoad:true});}
function loadMessage(method){if(userBrowser=='IE7'){if(method=='show'){$(".loading").show()}else{$(".loading").hide()}}else{if(method=='show'){$(".loading").fadeIn(400);}else{$(".loading").fadeOut(400);}}}
function setupForm(){$('.form-email').addClass('email').attr('title','Please enter a valid email');var formOptions={beforeSubmit:loadMessage('show'),target:'#page-contact .content',success:loadMessage('hide')}
$("#page-contact form").validate({meta:"validate",submitHandler:function(form){$(form).ajaxSubmit(formOptions);},highlight:function(element,errorClass){$(element).addClass(errorClass);$(element).parent().addClass(errorClass);},unhighlight:function(element,errorClass){$(element).removeClass(errorClass);$(element).parent().removeClass(errorClass);}});}
function updateTitle(title){document.title="spend360 : "+title;}